@beterdichtbij/component-library 0.57.1 → 0.57.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bd-component-lib.cjs.js +8 -8
- package/dist/bd-component-lib.es.js +2352 -2333
- package/dist/bd-component-lib.umd.js +8 -8
- package/dist/components/atoms/icons/IconEdit.vue.d.ts.map +1 -1
- package/dist/interfaces/BDFormCheckboxProps.d.ts +1 -0
- package/dist/layout/BDCol.vue.d.ts +1 -0
- package/dist/scss/_badge.scss +15 -11
- package/dist/scss/_button.scss +8 -0
- package/dist/scss/_markdown-editor.scss +7 -0
- package/dist/scss/_table.scss +6 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(V,l){typeof exports=="object"&&typeof module<"u"?l(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],l):(V=typeof globalThis<"u"?globalThis:V||self,l(V.BDComponentLibrary={},V.Vue))})(this,(function(V,l){"use strict";var xh=document.createElement("style");xh.textContent=`:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}.alert[data-v-de8a1bfb]{text-align:center}
|
|
2
|
-
/*$vite$:1*/`,document.head.appendChild(xh);function P3(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,r.get?r:{enumerable:!0,get:()=>t[n]})}}return e.default=t,Object.freeze(e)}const wc=P3(l),Tt=l.defineComponent({__name:"BDCol",props:{class:{},cols:{},xs:{},sm:{},md:{},lg:{},xxl:{},orderClass:{},offsetClass:{}},setup(t){const e=t,n=l.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)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(n.value)},[l.renderSlot(r.$slots,"default")],2))}}),Ti=l.defineComponent({__name:"BDContainer",props:{class:{default:""},fluid:{type:Boolean,default:!1}},setup(t){const e=t,n=l.computed(()=>({container:!e.fluid,"container-fluid":e.fluid===!0,[`container-${e.fluid}`]:e.fluid&&e.fluid!==!0,[e.class]:!0}));return(r,o)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(n.value)},[l.renderSlot(r.$slots,"default")],2))}}),vn=l.defineComponent({__name:"BDRow",props:{class:{}},setup(t){return(e,n)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["row",t.class])},[l.renderSlot(e.$slots,"default")],2))}}),at={XS:"xs",SM:"sm",MD:"md",LG:"lg",XL:"xl"},Xr=l.defineComponent({__name:"BDLink",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},setup(t){const e=t,n=/^https:/i,r=l.computed(()=>typeof e.to=="string"&&n.test(e.to)?"a":typeof e.to!="string"&&typeof l.resolveComponent("router-link")!="string"?"router-link":"div"),o=l.computed(()=>{if(typeof e.to=="string"&&n.test(e.to)){const{to:i,target:s,rel:c}=e;return{href:i,target:s,rel:c}}else{const{to:i}=e;return{to:i}}});return(i,s)=>(l.openBlock(),l.createBlock(l.resolveDynamicComponent(r.value),l.mergeProps({class:"bd-link"},o.value),{default:l.withCtx(()=>[l.renderSlot(i.$slots,"default",{},()=>[l.createTextVNode(l.toDisplayString(e.text),1)])]),_:3},16))}}),B3={PRIMARY:"primary"},Re=l.defineComponent({__name:"BDButton",props:{size:{default:at.MD},variant:{default:B3.PRIMARY},blockElement:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},to:{},target:{},text:{},rel:{}},emits:["click"],setup(t,{emit:e}){const n=t,r=e,o=l.computed(()=>({btn:!0,[`btn-${n.variant}`]:n.variant,[`btn-${n.size}`]:!0,"d-grid":n.blockElement&&typeof n.to=="string",disabled:n.disabled})),i=l.computed(()=>n.to?Xr:"button"),s=l.computed(()=>{const a={};return n.to?(a.to=n.to,a.role="button"):a.type="submit",a}),c=a=>{r("click",a)};return(a,d)=>(l.openBlock(),l.createBlock(l.resolveDynamicComponent(i.value),l.mergeProps({class:["bd-btn",o.value]},s.value,{onClick:c}),{default:l.withCtx(()=>[l.renderSlot(a.$slots,"default",{},()=>[l.createTextVNode(l.toDisplayString(n.text),1)])]),_:3},16,["class"]))}}),ge=(t,e)=>{const n=t.__vccOpts||t;for(const[r,o]of e)n[r]=o;return n},R3={};function $3(t,e){return l.openBlock(),l.createElementBlock("svg",l.mergeProps({class:"bd-logo"},t.$attrs,{version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),[...e[0]||(e[0]=[l.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)])],16)}const Sc=ge(R3,[["render",$3]]),F3={},z3={class:"icon icon-academy",viewBox:"0 0 40 40",xmlns:"http://www.w3.org/2000/svg"};function U3(t,e){return l.openBlock(),l.createElementBlock("svg",z3,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M30.6523 16.0664C31.0039 16.207 31.25 16.5234 31.25 16.875C31.25 17.2617 31.0039 17.5781 30.6523 17.7188L20.7383 21.2695C20.4922 21.3398 20.2461 21.375 20 21.375C19.7188 21.375 19.4727 21.3398 19.2266 21.2695L12.5469 18.8789C12.125 19.3359 11.8086 19.8984 11.668 20.5312C11.9141 20.707 12.125 21.0234 12.125 21.375C12.125 21.7266 11.9492 22.043 11.7031 22.2539L12.5469 27.4922C12.6172 27.8438 12.3359 28.125 12.0195 28.125H9.94531C9.62891 28.125 9.34766 27.8438 9.41797 27.4922L10.2617 22.2539C10.0156 22.043 9.875 21.7266 9.875 21.375C9.875 20.918 10.1562 20.5312 10.543 20.3555C10.6836 19.6523 11 19.0195 11.4219 18.457L9.3125 17.7188C8.96094 17.5781 8.75 17.2617 8.75 16.875C8.75 16.5234 8.96094 16.207 9.3125 16.0664L19.2266 12.5156C19.4727 12.4453 19.7188 12.375 20 12.375C20.2461 12.375 20.4922 12.4453 20.7031 12.5156L30.6523 16.0664ZM20.1758 19.6875L27.9453 16.875L20.1406 14.0977C20.0703 14.0977 19.9297 14.0625 19.7891 14.0977L12.0195 16.875L13.1445 17.2969L19.8242 15.2227C20.1055 15.1172 20.4219 15.293 20.5273 15.6094C20.5977 15.8906 20.457 16.207 20.1406 16.3125L14.9023 17.9297L19.8242 19.6875C19.8594 19.6875 20 19.7227 20.1758 19.6875ZM24.6406 21.0586L26.2578 20.4961L26.7148 24.9258C26.75 27.0703 23.3398 28.125 20 28.125C16.625 28.125 13.25 27.0703 13.25 24.9258L13.707 20.4961L15.3242 21.0586L14.9375 24.9961C14.9375 25.3828 16.6602 26.4375 20 26.4375C23.3047 26.4375 25.0625 25.3828 25.0625 24.9961L24.6406 21.0586Z"},null,-1)])])}const qs=ge(F3,[["render",U3]]),H3={},j3={class:"icon",viewBox:"0 0 20 20",height:"20",width:"20",xmlns:"http://www.w3.org/2000/svg"};function W3(t,e){return l.openBlock(),l.createElementBlock("svg",j3,[...e[0]||(e[0]=[l.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[l.createElementVNode("path",{d:"M12,19.5a2.3,2.3,0,0,1-1.729-.78L.46,7.568A1.847,1.847,0,0,1,3.233,5.129l8.579,9.752a.25.25,0,0,0,.376,0l8.579-9.752A1.847,1.847,0,1,1,23.54,7.568L13.732,18.716A2.31,2.31,0,0,1,12,19.5Z",stroke:"none","stroke-linecap":"round","stroke-linejoin":"round"})],-1)])])}const Ac=ge(H3,[["render",W3]]),K3={},Y3={class:"icon",viewBox:"0 0 20 20",height:"20",width:"20",xmlns:"http://www.w3.org/2000/svg"};function G3(t,e){return l.openBlock(),l.createElementBlock("svg",Y3,[...e[0]||(e[0]=[l.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[l.createElementVNode("path",{d:"M12,4.5a2.3,2.3,0,0,1,1.729.78l9.811,11.15a1.847,1.847,0,1,1-2.773,2.439L12.188,9.119a.25.25,0,0,0-.376,0L3.233,18.871A1.847,1.847,0,1,1,.46,16.432L10.268,5.284A2.31,2.31,0,0,1,12,4.5Z",stroke:"none","stroke-linecap":"round","stroke-linejoin":"round"})],-1)])])}const xc=ge(K3,[["render",G3]]),Q3={},Z3={class:"icon icon-attachment",width:"17",height:"18",viewBox:"0 0 17 18",xmlns:"http://www.w3.org/2000/svg"};function J3(t,e){return l.openBlock(),l.createElementBlock("svg",Z3,[...e[0]||(e[0]=[l.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)])])}const hr=ge(Q3,[["render",J3]]),X3={},q3={width:"11",height:"13",viewBox:"0 0 11 13",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-bold"};function V3(t,e){return l.openBlock(),l.createElementBlock("svg",q3,[...e[0]||(e[0]=[l.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)])])}const Tc=ge(X3,[["render",V3]]),eb={},tb={width:"16",height:"14",viewBox:"0 0 16 14",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-bullet-list"};function nb(t,e){return l.openBlock(),l.createElementBlock("svg",tb,[...e[0]||(e[0]=[l.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)])])}const Ic=ge(eb,[["render",nb]]),rb={},ob={class:"icon icon-calendar",xmlns:"http://www.w3.org/2000/svg",width:"17",height:"18",viewBox:"0 0 17 18"};function ib(t,e){return l.openBlock(),l.createElementBlock("svg",ob,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M4.25 3.35H3c-.69 0-1.25.56-1.25 1.25v2.05h12.9V4.6c0-.69-.56-1.25-1.25-1.25h-1.25v.85a.75.75 0 1 1-1.5 0v-.85h-4.9v.85a.75.75 0 0 1-1.5 0v-.85zm1.5-1.5h4.9V1a.75.75 0 1 1 1.5 0v.85h1.25a2.75 2.75 0 0 1 2.75 2.75V15a2.75 2.75 0 0 1-2.75 2.75H3A2.75 2.75 0 0 1 .25 15V4.6A2.75 2.75 0 0 1 3 1.85h1.25V1a.75.75 0 0 1 1.5 0v.85zm8.9 6.3H1.75V15c0 .69.56 1.25 1.25 1.25h10.4c.69 0 1.25-.56 1.25-1.25V8.15z"},null,-1)])])}const Th=ge(rb,[["render",ib]]),sb={},ab={class:"icon icon-call",width:"16",height:"17",viewBox:"0 0 16 17",xmlns:"http://www.w3.org/2000/svg"};function lb(t,e){return l.openBlock(),l.createElementBlock("svg",ab,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M5.80469 1.60731C5.59961 1.05067 4.98438 0.787001 4.42773 0.933486L1.84961 1.63661C1.35156 1.7831 1 2.22255 1 2.74989C1 10.0155 6.85938 15.8749 14.125 15.8749C14.6523 15.8749 15.0918 15.5233 15.2383 15.0253L15.9414 12.4472C16.0879 11.8905 15.8242 11.2753 15.2676 11.0702L12.4551 9.89833C11.9863 9.69325 11.4297 9.81044 11.1074 10.2206L9.90625 11.6561C7.85547 10.6893 6.18555 9.01942 5.21875 6.96864L6.6543 5.76747C7.06445 5.4452 7.18164 4.88856 6.97656 4.41981L5.80469 1.60731Z"},null,-1)])])}const Vs=ge(sb,[["render",lb]]),cb={},db={class:"icon icon-call-reject",width:"16",height:"17",viewBox:"0 0 16 17",xmlns:"http://www.w3.org/2000/svg"};function ub(t,e){return l.openBlock(),l.createElementBlock("svg",db,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M5.80469 1.60731C5.59961 1.05067 4.98438 0.787001 4.42773 0.933486L1.84961 1.63661C1.35156 1.7831 1 2.22255 1 2.74989C1 10.0155 6.85938 15.8749 14.125 15.8749C14.6523 15.8749 15.0918 15.5233 15.2383 15.0253L15.9414 12.4472C16.0879 11.8905 15.8242 11.2753 15.2676 11.0702L12.4551 9.89833C11.9863 9.69325 11.4297 9.81044 11.1074 10.2206L9.90625 11.6561C7.85547 10.6893 6.18555 9.01942 5.21875 6.96864L6.6543 5.76747C7.06445 5.4452 7.18164 4.88856 6.97656 4.41981L5.80469 1.60731Z"},null,-1)])])}const _c=ge(cb,[["render",ub]]),fb={},hb={class:"icon icon-card-view",viewBox:"0 0 24 19",fill:"red",xmlns:"http://www.w3.org/2000/svg"};function pb(t,e){return l.openBlock(),l.createElementBlock("svg",hb,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M21.375 0.75H2.625C1.57031 0.75 0.75 1.60938 0.75 2.625V16.375C0.75 17.4297 1.57031 18.25 2.625 18.25H21.375C22.3906 18.25 23.25 17.4297 23.25 16.375V2.625C23.25 1.60938 22.3906 0.75 21.375 0.75ZM21.375 16.375H2.625V2.625H21.375V16.375ZM8.875 9.5C10.2422 9.5 11.375 8.40625 11.375 7C11.375 5.63281 10.2422 4.5 8.875 4.5C7.46875 4.5 6.375 5.63281 6.375 7C6.375 8.40625 7.46875 9.5 8.875 9.5ZM5.35938 14.5H12.3516C12.8594 14.5 13.25 14.1875 13.25 13.7578V13.0156C13.25 11.7656 12.0391 10.75 10.5938 10.75C10.2031 10.75 9.89062 11.0625 8.875 11.0625C7.82031 11.0625 7.54688 10.75 7.11719 10.75C5.67188 10.75 4.5 11.7656 4.5 13.0156V13.7578C4.5 14.1875 4.89062 14.5 5.35938 14.5ZM14.8125 12H19.1875C19.3438 12 19.5 11.8828 19.5 11.6875V11.0625C19.5 10.9062 19.3438 10.75 19.1875 10.75H14.8125C14.6172 10.75 14.5 10.9062 14.5 11.0625V11.6875C14.5 11.8828 14.6172 12 14.8125 12ZM14.8125 9.5H19.1875C19.3438 9.5 19.5 9.38281 19.5 9.1875V8.5625C19.5 8.40625 19.3438 8.25 19.1875 8.25H14.8125C14.6172 8.25 14.5 8.40625 14.5 8.5625V9.1875C14.5 9.38281 14.6172 9.5 14.8125 9.5ZM14.8125 7H19.1875C19.3438 7 19.5 6.88281 19.5 6.6875V6.0625C19.5 5.90625 19.3438 5.75 19.1875 5.75H14.8125C14.6172 5.75 14.5 5.90625 14.5 6.0625V6.6875C14.5 6.88281 14.6172 7 14.8125 7Z",fill:"#6B758A"},null,-1)])])}const Ih=ge(fb,[["render",pb]]),mb={},gb={xmlns:"http://www.w3.org/2000/svg",width:"18",height:"10"};function vb(t,e){return l.openBlock(),l.createElementBlock("svg",gb,[...e[0]||(e[0]=[l.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)])])}const ea=ge(mb,[["render",vb]]),yb={},bb={class:"icon icon-caret-left",xmlns:"http://www.w3.org/2000/svg",width:"6",height:"10",viewBox:"0 0 6 10"};function Cb(t,e){return l.openBlock(),l.createElementBlock("svg",bb,[...e[0]||(e[0]=[l.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)])])}const Nc=ge(yb,[["render",Cb]]),Eb={},kb={class:"icon icon-caret-right",xmlns:"http://www.w3.org/2000/svg",width:"7",height:"11",viewBox:"0 0 7 11"};function wb(t,e){return l.openBlock(),l.createElementBlock("svg",kb,[...e[0]||(e[0]=[l.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)])])}const Oc=ge(Eb,[["render",wb]]),Sb={},Ab={class:"icon icon-check",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"13",viewBox:"0 0 18 13"};function xb(t,e){return l.openBlock(),l.createElementBlock("svg",Ab,[...e[0]||(e[0]=[l.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)])])}const $o=ge(Sb,[["render",xb]]),Tb={},Ib={class:"icon icon-clipboard",viewBox:"0 0 48 48",height:"48",width:"48",xmlns:"http://www.w3.org/2000/svg"};function _b(t,e){return l.openBlock(),l.createElementBlock("svg",Ib,[...e[0]||(e[0]=[l.createStaticVNode('<g transform="matrix(2,0,0,2,0,0)"><path d="M20.25,8.249v-3a1.5,1.5,0,0,0-1.5-1.5h-4" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M6.25,3.749h-4a1.5,1.5,0,0,0-1.5,1.5v16.5a1.5,1.5,0,0,0,1.5,1.5h6" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M14.421,4.736a.751.751,0,0,1-.712.513H7.291a.751.751,0,0,1-.712-.513l-1-3A.749.749,0,0,1,6.291.749h8.418a.749.749,0,0,1,.712.987Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M11.250 11.249 L23.250 11.249 L23.250 23.249 L11.250 23.249 Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M14.25 14.249L20.25 14.249" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M14.25 17.249L20.25 17.249" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M14.25 20.249L16.5 20.249" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></g>',1)])])}const _h=ge(Tb,[["render",_b]]),Nb={},Ob={class:"icon icon-close",xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"-4 -4 22 22"};function Mb(t,e){return l.openBlock(),l.createElementBlock("svg",Ob,[...e[0]||(e[0]=[l.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)])])}const ta=ge(Nb,[["render",Mb]]),Lb={},Db={class:"icon icon-comment",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"};function Pb(t,e){return l.openBlock(),l.createElementBlock("svg",Db,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M1.139 8.555a8.304 8.304 0 0 1 4.59-7.424A8.198 8.198 0 0 1 9.444.25L9.93.25c4.218.233 7.586 3.6 7.82 7.86v.445-.002a8.197 8.197 0 0 1-.88 3.715 8.305 8.305 0 0 1-7.424 4.592 8.199 8.199 0 0 1-3.43-.742l-4.779 1.593a.75.75 0 0 1-.949-.95l1.593-4.778a8.197 8.197 0 0 1-.742-3.429zm1.047 7.26L5.829 14.6a.75.75 0 0 1 .576.042 6.7 6.7 0 0 0 3.04.72 6.807 6.807 0 0 0 6.086-3.767 6.7 6.7 0 0 0 .719-3.038l.001-.405c-.19-3.454-2.949-6.213-6.362-6.402h-.446a6.703 6.703 0 0 0-3.041.72 6.806 6.806 0 0 0-3.763 6.088 6.699 6.699 0 0 0 .72 3.037.75.75 0 0 1 .041.576l-1.214 3.643z"},null,-1)])])}const Mc=ge(Lb,[["render",Pb]]),Bb={},Rb={class:"icon icon-comment-active",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"};function $b(t,e){return l.openBlock(),l.createElementBlock("svg",Rb,[...e[0]||(e[0]=[l.createElementVNode("g",{"fill-rule":"nonzero",fill:"none"},[l.createElementVNode("path",{fill:"#4D5875",d:"M10.845 1.872a6.686 6.686 0 0 0-.956-.122h-.446a6.704 6.704 0 0 0-3.041.72 6.806 6.806 0 0 0-3.763 6.088 6.699 6.699 0 0 0 .72 3.037.75.75 0 0 1 .041.576l-1.214 3.643L5.829 14.6a.75.75 0 0 1 .576.042 6.7 6.7 0 0 0 3.04.72 6.807 6.807 0 0 0 6.086-3.767 6.702 6.702 0 0 0 .72-3.04v-.403a6.83 6.83 0 0 0-.128-.995 4.01 4.01 0 0 0 1.307-.934 8.43 8.43 0 0 1 .32 1.888v.444a8.198 8.198 0 0 1-.88 3.714 8.305 8.305 0 0 1-7.424 4.592 8.199 8.199 0 0 1-3.43-.742l-4.779 1.593a.75.75 0 0 1-.949-.95l1.593-4.778A8.304 8.304 0 0 1 5.728 1.13 8.199 8.199 0 0 1 9.445.25L9.93.25c.64.035 1.26.143 1.852.314a4.01 4.01 0 0 0-.937 1.307z"}),l.createElementVNode("path",{fill:"#30B451",d:"M14.5 6.5a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"})],-1)])])}const Nh=ge(Bb,[["render",$b]]),Fb={},zb={class:"icon icon-comment-static",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"};function Ub(t,e){return l.openBlock(),l.createElementBlock("svg",zb,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M9.889 1.75h-.446a6.704 6.704 0 0 0-3.041.72 6.806 6.806 0 0 0-3.763 6.088 6.699 6.699 0 0 0 .72 3.037.75.75 0 0 1 .041.576l-1.214 3.643L5.829 14.6a.75.75 0 0 1 .576.042 6.7 6.7 0 0 0 3.04.72 6.807 6.807 0 0 0 6.086-3.767 6.702 6.702 0 0 0 .72-3.04v-.403a6.83 6.83 0 0 0-.128-.995 4.01 4.01 0 0 0 1.307-.934c.175.603.284 1.235.32 1.888v.444a8.198 8.198 0 0 1-.88 3.714 8.305 8.305 0 0 1-7.424 4.592 8.199 8.199 0 0 1-3.43-.742l-4.779 1.593a.75.75 0 0 1-.949-.95l1.593-4.778A8.304 8.304 0 0 1 5.728 1.13 8.2 8.2 0 0 1 9.445.25L9.93.25c.64.035 1.26.143 1.852.314a4.01 4.01 0 0 0-.937 1.307 6.687 6.687 0 0 0-.956-.122zM14.5 6.5a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"},null,-1)])])}const Oh=ge(Fb,[["render",Ub]]),Hb={},jb={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-common-file-empty"};function Wb(t,e){return l.openBlock(),l.createElementBlock("svg",jb,[...e[0]||(e[0]=[l.createElementVNode("title",null,"common-file-empty",-1),l.createElementVNode("g",null,[l.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
|
+
/*$vite$:1*/`,document.head.appendChild(xh);function P3(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,r.get?r:{enumerable:!0,get:()=>t[n]})}}return e.default=t,Object.freeze(e)}const wc=P3(l),Tt=l.defineComponent({__name:"BDCol",props:{class:{},cols:{},xs:{},sm:{},md:{},lg:{},xl:{},xxl:{},orderClass:{},offsetClass:{}},setup(t){const e=t,n=l.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-xl-${e.xl}`]:e.xl,[`col-xxl-${e.xxl}`]:e.xxl,[`${e.orderClass}`]:e.orderClass,[`${e.offsetClass}`]:e.offsetClass,[`${e.class}`]:e.class}));return(r,o)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(n.value)},[l.renderSlot(r.$slots,"default")],2))}}),Ti=l.defineComponent({__name:"BDContainer",props:{class:{default:""},fluid:{type:Boolean,default:!1}},setup(t){const e=t,n=l.computed(()=>({container:!e.fluid,"container-fluid":e.fluid===!0,[`container-${e.fluid}`]:e.fluid&&e.fluid!==!0,[e.class]:!0}));return(r,o)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(n.value)},[l.renderSlot(r.$slots,"default")],2))}}),vn=l.defineComponent({__name:"BDRow",props:{class:{}},setup(t){return(e,n)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["row",t.class])},[l.renderSlot(e.$slots,"default")],2))}}),at={XS:"xs",SM:"sm",MD:"md",LG:"lg",XL:"xl"},Xr=l.defineComponent({__name:"BDLink",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},setup(t){const e=t,n=/^https:/i,r=l.computed(()=>typeof e.to=="string"&&n.test(e.to)?"a":typeof e.to!="string"&&typeof l.resolveComponent("router-link")!="string"?"router-link":"div"),o=l.computed(()=>{if(typeof e.to=="string"&&n.test(e.to)){const{to:i,target:s,rel:c}=e;return{href:i,target:s,rel:c}}else{const{to:i}=e;return{to:i}}});return(i,s)=>(l.openBlock(),l.createBlock(l.resolveDynamicComponent(r.value),l.mergeProps({class:"bd-link"},o.value),{default:l.withCtx(()=>[l.renderSlot(i.$slots,"default",{},()=>[l.createTextVNode(l.toDisplayString(e.text),1)])]),_:3},16))}}),B3={PRIMARY:"primary"},Re=l.defineComponent({__name:"BDButton",props:{size:{default:at.MD},variant:{default:B3.PRIMARY},blockElement:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},to:{},target:{},text:{},rel:{}},emits:["click"],setup(t,{emit:e}){const n=t,r=e,o=l.computed(()=>({btn:!0,[`btn-${n.variant}`]:n.variant,[`btn-${n.size}`]:!0,"d-grid":n.blockElement&&typeof n.to=="string",disabled:n.disabled})),i=l.computed(()=>n.to?Xr:"button"),s=l.computed(()=>{const a={};return n.to?(a.to=n.to,a.role="button"):a.type="submit",a}),c=a=>{r("click",a)};return(a,d)=>(l.openBlock(),l.createBlock(l.resolveDynamicComponent(i.value),l.mergeProps({class:["bd-btn",o.value]},s.value,{onClick:c}),{default:l.withCtx(()=>[l.renderSlot(a.$slots,"default",{},()=>[l.createTextVNode(l.toDisplayString(n.text),1)])]),_:3},16,["class"]))}}),ge=(t,e)=>{const n=t.__vccOpts||t;for(const[r,o]of e)n[r]=o;return n},R3={};function $3(t,e){return l.openBlock(),l.createElementBlock("svg",l.mergeProps({class:"bd-logo"},t.$attrs,{version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),[...e[0]||(e[0]=[l.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)])],16)}const Sc=ge(R3,[["render",$3]]),F3={},z3={class:"icon icon-academy",viewBox:"0 0 40 40",xmlns:"http://www.w3.org/2000/svg"};function U3(t,e){return l.openBlock(),l.createElementBlock("svg",z3,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M30.6523 16.0664C31.0039 16.207 31.25 16.5234 31.25 16.875C31.25 17.2617 31.0039 17.5781 30.6523 17.7188L20.7383 21.2695C20.4922 21.3398 20.2461 21.375 20 21.375C19.7188 21.375 19.4727 21.3398 19.2266 21.2695L12.5469 18.8789C12.125 19.3359 11.8086 19.8984 11.668 20.5312C11.9141 20.707 12.125 21.0234 12.125 21.375C12.125 21.7266 11.9492 22.043 11.7031 22.2539L12.5469 27.4922C12.6172 27.8438 12.3359 28.125 12.0195 28.125H9.94531C9.62891 28.125 9.34766 27.8438 9.41797 27.4922L10.2617 22.2539C10.0156 22.043 9.875 21.7266 9.875 21.375C9.875 20.918 10.1562 20.5312 10.543 20.3555C10.6836 19.6523 11 19.0195 11.4219 18.457L9.3125 17.7188C8.96094 17.5781 8.75 17.2617 8.75 16.875C8.75 16.5234 8.96094 16.207 9.3125 16.0664L19.2266 12.5156C19.4727 12.4453 19.7188 12.375 20 12.375C20.2461 12.375 20.4922 12.4453 20.7031 12.5156L30.6523 16.0664ZM20.1758 19.6875L27.9453 16.875L20.1406 14.0977C20.0703 14.0977 19.9297 14.0625 19.7891 14.0977L12.0195 16.875L13.1445 17.2969L19.8242 15.2227C20.1055 15.1172 20.4219 15.293 20.5273 15.6094C20.5977 15.8906 20.457 16.207 20.1406 16.3125L14.9023 17.9297L19.8242 19.6875C19.8594 19.6875 20 19.7227 20.1758 19.6875ZM24.6406 21.0586L26.2578 20.4961L26.7148 24.9258C26.75 27.0703 23.3398 28.125 20 28.125C16.625 28.125 13.25 27.0703 13.25 24.9258L13.707 20.4961L15.3242 21.0586L14.9375 24.9961C14.9375 25.3828 16.6602 26.4375 20 26.4375C23.3047 26.4375 25.0625 25.3828 25.0625 24.9961L24.6406 21.0586Z"},null,-1)])])}const qs=ge(F3,[["render",U3]]),H3={},j3={class:"icon",viewBox:"0 0 20 20",height:"20",width:"20",xmlns:"http://www.w3.org/2000/svg"};function W3(t,e){return l.openBlock(),l.createElementBlock("svg",j3,[...e[0]||(e[0]=[l.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[l.createElementVNode("path",{d:"M12,19.5a2.3,2.3,0,0,1-1.729-.78L.46,7.568A1.847,1.847,0,0,1,3.233,5.129l8.579,9.752a.25.25,0,0,0,.376,0l8.579-9.752A1.847,1.847,0,1,1,23.54,7.568L13.732,18.716A2.31,2.31,0,0,1,12,19.5Z",stroke:"none","stroke-linecap":"round","stroke-linejoin":"round"})],-1)])])}const Ac=ge(H3,[["render",W3]]),K3={},Y3={class:"icon",viewBox:"0 0 20 20",height:"20",width:"20",xmlns:"http://www.w3.org/2000/svg"};function G3(t,e){return l.openBlock(),l.createElementBlock("svg",Y3,[...e[0]||(e[0]=[l.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[l.createElementVNode("path",{d:"M12,4.5a2.3,2.3,0,0,1,1.729.78l9.811,11.15a1.847,1.847,0,1,1-2.773,2.439L12.188,9.119a.25.25,0,0,0-.376,0L3.233,18.871A1.847,1.847,0,1,1,.46,16.432L10.268,5.284A2.31,2.31,0,0,1,12,4.5Z",stroke:"none","stroke-linecap":"round","stroke-linejoin":"round"})],-1)])])}const xc=ge(K3,[["render",G3]]),Q3={},Z3={class:"icon icon-attachment",width:"17",height:"18",viewBox:"0 0 17 18",xmlns:"http://www.w3.org/2000/svg"};function J3(t,e){return l.openBlock(),l.createElementBlock("svg",Z3,[...e[0]||(e[0]=[l.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)])])}const hr=ge(Q3,[["render",J3]]),X3={},q3={width:"11",height:"13",viewBox:"0 0 11 13",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-bold"};function V3(t,e){return l.openBlock(),l.createElementBlock("svg",q3,[...e[0]||(e[0]=[l.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)])])}const Tc=ge(X3,[["render",V3]]),eb={},tb={width:"16",height:"14",viewBox:"0 0 16 14",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-bullet-list"};function nb(t,e){return l.openBlock(),l.createElementBlock("svg",tb,[...e[0]||(e[0]=[l.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)])])}const Ic=ge(eb,[["render",nb]]),rb={},ob={class:"icon icon-calendar",xmlns:"http://www.w3.org/2000/svg",width:"17",height:"18",viewBox:"0 0 17 18"};function ib(t,e){return l.openBlock(),l.createElementBlock("svg",ob,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M4.25 3.35H3c-.69 0-1.25.56-1.25 1.25v2.05h12.9V4.6c0-.69-.56-1.25-1.25-1.25h-1.25v.85a.75.75 0 1 1-1.5 0v-.85h-4.9v.85a.75.75 0 0 1-1.5 0v-.85zm1.5-1.5h4.9V1a.75.75 0 1 1 1.5 0v.85h1.25a2.75 2.75 0 0 1 2.75 2.75V15a2.75 2.75 0 0 1-2.75 2.75H3A2.75 2.75 0 0 1 .25 15V4.6A2.75 2.75 0 0 1 3 1.85h1.25V1a.75.75 0 0 1 1.5 0v.85zm8.9 6.3H1.75V15c0 .69.56 1.25 1.25 1.25h10.4c.69 0 1.25-.56 1.25-1.25V8.15z"},null,-1)])])}const Th=ge(rb,[["render",ib]]),sb={},ab={class:"icon icon-call",width:"16",height:"17",viewBox:"0 0 16 17",xmlns:"http://www.w3.org/2000/svg"};function lb(t,e){return l.openBlock(),l.createElementBlock("svg",ab,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M5.80469 1.60731C5.59961 1.05067 4.98438 0.787001 4.42773 0.933486L1.84961 1.63661C1.35156 1.7831 1 2.22255 1 2.74989C1 10.0155 6.85938 15.8749 14.125 15.8749C14.6523 15.8749 15.0918 15.5233 15.2383 15.0253L15.9414 12.4472C16.0879 11.8905 15.8242 11.2753 15.2676 11.0702L12.4551 9.89833C11.9863 9.69325 11.4297 9.81044 11.1074 10.2206L9.90625 11.6561C7.85547 10.6893 6.18555 9.01942 5.21875 6.96864L6.6543 5.76747C7.06445 5.4452 7.18164 4.88856 6.97656 4.41981L5.80469 1.60731Z"},null,-1)])])}const Vs=ge(sb,[["render",lb]]),cb={},db={class:"icon icon-call-reject",width:"16",height:"17",viewBox:"0 0 16 17",xmlns:"http://www.w3.org/2000/svg"};function ub(t,e){return l.openBlock(),l.createElementBlock("svg",db,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M5.80469 1.60731C5.59961 1.05067 4.98438 0.787001 4.42773 0.933486L1.84961 1.63661C1.35156 1.7831 1 2.22255 1 2.74989C1 10.0155 6.85938 15.8749 14.125 15.8749C14.6523 15.8749 15.0918 15.5233 15.2383 15.0253L15.9414 12.4472C16.0879 11.8905 15.8242 11.2753 15.2676 11.0702L12.4551 9.89833C11.9863 9.69325 11.4297 9.81044 11.1074 10.2206L9.90625 11.6561C7.85547 10.6893 6.18555 9.01942 5.21875 6.96864L6.6543 5.76747C7.06445 5.4452 7.18164 4.88856 6.97656 4.41981L5.80469 1.60731Z"},null,-1)])])}const _c=ge(cb,[["render",ub]]),fb={},hb={class:"icon icon-card-view",viewBox:"0 0 24 19",fill:"red",xmlns:"http://www.w3.org/2000/svg"};function pb(t,e){return l.openBlock(),l.createElementBlock("svg",hb,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M21.375 0.75H2.625C1.57031 0.75 0.75 1.60938 0.75 2.625V16.375C0.75 17.4297 1.57031 18.25 2.625 18.25H21.375C22.3906 18.25 23.25 17.4297 23.25 16.375V2.625C23.25 1.60938 22.3906 0.75 21.375 0.75ZM21.375 16.375H2.625V2.625H21.375V16.375ZM8.875 9.5C10.2422 9.5 11.375 8.40625 11.375 7C11.375 5.63281 10.2422 4.5 8.875 4.5C7.46875 4.5 6.375 5.63281 6.375 7C6.375 8.40625 7.46875 9.5 8.875 9.5ZM5.35938 14.5H12.3516C12.8594 14.5 13.25 14.1875 13.25 13.7578V13.0156C13.25 11.7656 12.0391 10.75 10.5938 10.75C10.2031 10.75 9.89062 11.0625 8.875 11.0625C7.82031 11.0625 7.54688 10.75 7.11719 10.75C5.67188 10.75 4.5 11.7656 4.5 13.0156V13.7578C4.5 14.1875 4.89062 14.5 5.35938 14.5ZM14.8125 12H19.1875C19.3438 12 19.5 11.8828 19.5 11.6875V11.0625C19.5 10.9062 19.3438 10.75 19.1875 10.75H14.8125C14.6172 10.75 14.5 10.9062 14.5 11.0625V11.6875C14.5 11.8828 14.6172 12 14.8125 12ZM14.8125 9.5H19.1875C19.3438 9.5 19.5 9.38281 19.5 9.1875V8.5625C19.5 8.40625 19.3438 8.25 19.1875 8.25H14.8125C14.6172 8.25 14.5 8.40625 14.5 8.5625V9.1875C14.5 9.38281 14.6172 9.5 14.8125 9.5ZM14.8125 7H19.1875C19.3438 7 19.5 6.88281 19.5 6.6875V6.0625C19.5 5.90625 19.3438 5.75 19.1875 5.75H14.8125C14.6172 5.75 14.5 5.90625 14.5 6.0625V6.6875C14.5 6.88281 14.6172 7 14.8125 7Z",fill:"#6B758A"},null,-1)])])}const Ih=ge(fb,[["render",pb]]),mb={},gb={xmlns:"http://www.w3.org/2000/svg",width:"18",height:"10"};function vb(t,e){return l.openBlock(),l.createElementBlock("svg",gb,[...e[0]||(e[0]=[l.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)])])}const ea=ge(mb,[["render",vb]]),yb={},bb={class:"icon icon-caret-left",xmlns:"http://www.w3.org/2000/svg",width:"6",height:"10",viewBox:"0 0 6 10"};function Cb(t,e){return l.openBlock(),l.createElementBlock("svg",bb,[...e[0]||(e[0]=[l.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)])])}const Nc=ge(yb,[["render",Cb]]),Eb={},kb={class:"icon icon-caret-right",xmlns:"http://www.w3.org/2000/svg",width:"7",height:"11",viewBox:"0 0 7 11"};function wb(t,e){return l.openBlock(),l.createElementBlock("svg",kb,[...e[0]||(e[0]=[l.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)])])}const Oc=ge(Eb,[["render",wb]]),Sb={},Ab={class:"icon icon-check",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"13",viewBox:"0 0 18 13"};function xb(t,e){return l.openBlock(),l.createElementBlock("svg",Ab,[...e[0]||(e[0]=[l.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)])])}const $o=ge(Sb,[["render",xb]]),Tb={},Ib={class:"icon icon-clipboard",viewBox:"0 0 48 48",height:"48",width:"48",xmlns:"http://www.w3.org/2000/svg"};function _b(t,e){return l.openBlock(),l.createElementBlock("svg",Ib,[...e[0]||(e[0]=[l.createStaticVNode('<g transform="matrix(2,0,0,2,0,0)"><path d="M20.25,8.249v-3a1.5,1.5,0,0,0-1.5-1.5h-4" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M6.25,3.749h-4a1.5,1.5,0,0,0-1.5,1.5v16.5a1.5,1.5,0,0,0,1.5,1.5h6" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M14.421,4.736a.751.751,0,0,1-.712.513H7.291a.751.751,0,0,1-.712-.513l-1-3A.749.749,0,0,1,6.291.749h8.418a.749.749,0,0,1,.712.987Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M11.250 11.249 L23.250 11.249 L23.250 23.249 L11.250 23.249 Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M14.25 14.249L20.25 14.249" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M14.25 17.249L20.25 17.249" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M14.25 20.249L16.5 20.249" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></g>',1)])])}const _h=ge(Tb,[["render",_b]]),Nb={},Ob={class:"icon icon-close",xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"-4 -4 22 22"};function Mb(t,e){return l.openBlock(),l.createElementBlock("svg",Ob,[...e[0]||(e[0]=[l.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)])])}const ta=ge(Nb,[["render",Mb]]),Lb={},Db={class:"icon icon-comment",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"};function Pb(t,e){return l.openBlock(),l.createElementBlock("svg",Db,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M1.139 8.555a8.304 8.304 0 0 1 4.59-7.424A8.198 8.198 0 0 1 9.444.25L9.93.25c4.218.233 7.586 3.6 7.82 7.86v.445-.002a8.197 8.197 0 0 1-.88 3.715 8.305 8.305 0 0 1-7.424 4.592 8.199 8.199 0 0 1-3.43-.742l-4.779 1.593a.75.75 0 0 1-.949-.95l1.593-4.778a8.197 8.197 0 0 1-.742-3.429zm1.047 7.26L5.829 14.6a.75.75 0 0 1 .576.042 6.7 6.7 0 0 0 3.04.72 6.807 6.807 0 0 0 6.086-3.767 6.7 6.7 0 0 0 .719-3.038l.001-.405c-.19-3.454-2.949-6.213-6.362-6.402h-.446a6.703 6.703 0 0 0-3.041.72 6.806 6.806 0 0 0-3.763 6.088 6.699 6.699 0 0 0 .72 3.037.75.75 0 0 1 .041.576l-1.214 3.643z"},null,-1)])])}const Mc=ge(Lb,[["render",Pb]]),Bb={},Rb={class:"icon icon-comment-active",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"};function $b(t,e){return l.openBlock(),l.createElementBlock("svg",Rb,[...e[0]||(e[0]=[l.createElementVNode("g",{"fill-rule":"nonzero",fill:"none"},[l.createElementVNode("path",{fill:"#4D5875",d:"M10.845 1.872a6.686 6.686 0 0 0-.956-.122h-.446a6.704 6.704 0 0 0-3.041.72 6.806 6.806 0 0 0-3.763 6.088 6.699 6.699 0 0 0 .72 3.037.75.75 0 0 1 .041.576l-1.214 3.643L5.829 14.6a.75.75 0 0 1 .576.042 6.7 6.7 0 0 0 3.04.72 6.807 6.807 0 0 0 6.086-3.767 6.702 6.702 0 0 0 .72-3.04v-.403a6.83 6.83 0 0 0-.128-.995 4.01 4.01 0 0 0 1.307-.934 8.43 8.43 0 0 1 .32 1.888v.444a8.198 8.198 0 0 1-.88 3.714 8.305 8.305 0 0 1-7.424 4.592 8.199 8.199 0 0 1-3.43-.742l-4.779 1.593a.75.75 0 0 1-.949-.95l1.593-4.778A8.304 8.304 0 0 1 5.728 1.13 8.199 8.199 0 0 1 9.445.25L9.93.25c.64.035 1.26.143 1.852.314a4.01 4.01 0 0 0-.937 1.307z"}),l.createElementVNode("path",{fill:"#30B451",d:"M14.5 6.5a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"})],-1)])])}const Nh=ge(Bb,[["render",$b]]),Fb={},zb={class:"icon icon-comment-static",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"};function Ub(t,e){return l.openBlock(),l.createElementBlock("svg",zb,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M9.889 1.75h-.446a6.704 6.704 0 0 0-3.041.72 6.806 6.806 0 0 0-3.763 6.088 6.699 6.699 0 0 0 .72 3.037.75.75 0 0 1 .041.576l-1.214 3.643L5.829 14.6a.75.75 0 0 1 .576.042 6.7 6.7 0 0 0 3.04.72 6.807 6.807 0 0 0 6.086-3.767 6.702 6.702 0 0 0 .72-3.04v-.403a6.83 6.83 0 0 0-.128-.995 4.01 4.01 0 0 0 1.307-.934c.175.603.284 1.235.32 1.888v.444a8.198 8.198 0 0 1-.88 3.714 8.305 8.305 0 0 1-7.424 4.592 8.199 8.199 0 0 1-3.43-.742l-4.779 1.593a.75.75 0 0 1-.949-.95l1.593-4.778A8.304 8.304 0 0 1 5.728 1.13 8.2 8.2 0 0 1 9.445.25L9.93.25c.64.035 1.26.143 1.852.314a4.01 4.01 0 0 0-.937 1.307 6.687 6.687 0 0 0-.956-.122zM14.5 6.5a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"},null,-1)])])}const Oh=ge(Fb,[["render",Ub]]),Hb={},jb={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-common-file-empty"};function Wb(t,e){return l.openBlock(),l.createElementBlock("svg",jb,[...e[0]||(e[0]=[l.createElementVNode("title",null,"common-file-empty",-1),l.createElementVNode("g",null,[l.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
|
|
3
3
|
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
|
|
4
4
|
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
|
|
5
5
|
C18.406,1.576,18.22,1.5,18.023,1.5H3.023z`})],-1)])])}const Mh=ge(Hb,[["render",Wb]]),Kb={},Yb={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"};function Gb(t,e){return l.openBlock(),l.createElementBlock("svg",Yb,[...e[0]||(e[0]=[l.createElementVNode("title",null,"common-file-warning",-1),l.createElementVNode("g",null,[l.createElementVNode("circle",{cx:"17.249",cy:"20.625",r:"1.125"}),l.createElementVNode("path",{d:`M17.249,18.75c-0.414,0-0.75-0.336-0.75-0.75v-3c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v3
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
c0.504-0.252,0.709-0.869,0.457-1.374l-4.226-8.451c-0.099-0.197-0.261-0.36-0.458-0.459C17.564,12.036,17.41,12,17.252,12z`}),l.createElementVNode("path",{d:`M2.249,21c-1.241,0-2.25-1.009-2.25-2.25V2.25c0-1.241,1.009-2.25,2.25-2.25h10.629c0.601,0,1.165,0.234,1.59,0.658
|
|
11
11
|
l2.872,2.872c0.425,0.425,0.659,0.99,0.659,1.59V8.25c0,0.414-0.336,0.75-0.75,0.75s-0.75-0.336-0.75-0.75V5.121
|
|
12
12
|
c0-0.197-0.08-0.39-0.219-0.53l-2.872-2.872c-0.142-0.141-0.33-0.219-0.53-0.219H2.249c-0.414,0-0.75,0.336-0.75,0.75v16.5
|
|
13
|
-
c0,0.414,0.336,0.75,0.75,0.75h6c0.414,0,0.75,0.336,0.75,0.75S8.663,21,8.249,21H2.249z`})],-1)])])}const Lh=ge(Kb,[["render",Gb]]),Qb={},Zb={xmlns:"http://www.w3.org/2000/svg",width:"23",height:"17",viewBox:"0 0 18 15",fill:"none"};function Jb(t,e){return l.openBlock(),l.createElementBlock("svg",Zb,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M6.375 7.75C4.43359 7.75 2.875 6.19141 2.875 4.25C2.875 2.33594 4.43359 0.75 6.375 0.75C8.28906 0.75 9.875 2.33594 9.875 4.25C9.875 6.19141 8.28906 7.75 6.375 7.75ZM6.375 2.0625C5.14453 2.0625 4.1875 3.04688 4.1875 4.25C4.1875 5.48047 5.14453 6.4375 6.375 6.4375C7.57812 6.4375 8.5625 5.48047 8.5625 4.25C8.5625 3.04688 7.57812 2.0625 6.375 2.0625ZM7.74219 9.0625C10.3672 9.0625 12.5 11.1953 12.5 13.8203C12.5 14.3398 12.0625 14.75 11.543 14.75H1.17969C0.660156 14.75 0.25 14.3398 0.25 13.8203C0.25 11.1953 2.35547 9.0625 4.98047 9.0625H7.74219ZM1.5625 13.4375H11.1602C10.9414 11.7422 9.51953 10.375 7.74219 10.375H4.98047C3.20312 10.375 1.75391 11.7422 1.5625 13.4375ZM13.3477 9.5C15.7812 9.5 17.75 11.4688 17.75 13.875C17.75 14.3672 17.3398 14.75 16.875 14.75H13.1016C13.2656 14.4766 13.375 14.1758 13.375 13.8203C13.375 12.0977 12.582 10.5391 11.3242 9.5H13.3477ZM12.0625 7.75C11.1875 7.75 10.4219 7.42188 9.875 6.84766C10.4219 6.13672 10.75 5.23438 10.75 4.25C10.75 3.53906 10.5312 2.85547 10.2305 2.25391C10.7227 1.87109 11.3516 1.625 12.0625 1.625C13.7305 1.625 15.125 3.01953 15.125 4.6875C15.125 6.38281 13.7305 7.75 12.0625 7.75Z",fill:"#394156"},null,-1)])])}const Dh=ge(Qb,[["render",Jb]]),Xb={},qb={class:"icon icon-copy",width:"11",height:"14",viewBox:"0 0 11 14",xmlns:"http://www.w3.org/2000/svg"};function Vb(t,e){return l.openBlock(),l.createElementBlock("svg",qb,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M9 10V5a3 3 0 0 0-3-3H4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2zM2 3h4a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"},null,-1)])])}const Ph=ge(Xb,[["render",Vb]]),e7={},t7={class:"icon icon-delete",xmlns:"http://www.w3.org/2000/svg",width:"16",height:"20",viewBox:"0 0 16 20"};function n7(t,e){return l.openBlock(),l.createElementBlock("svg",t7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M5.293 1.75A.749.749 0 0 1 6 .75h4a.75.75 0 0 1 .707 1H12.7a2.355 2.355 0 0 1 2.35 2.35v12.8a2.355 2.355 0 0 1-2.35 2.35H3.1A2.355 2.355 0 0 1 .75 16.9V4.1A2.355 2.355 0 0 1 3.1 1.75h2.193zM2.25 6.25V16.9c0 .466.384.85.85.85h9.6c.466 0 .85-.384.85-.85V6.25H2.25zm0-1.5h11.3V4.1a.855.855 0 0 0-.85-.85H3.1a.855.855 0 0 0-.85.85v.65zm5 4.75a.75.75 0 0 1 1.5 0v6a.75.75 0 1 1-1.5 0v-6zm3 0a.75.75 0 1 1 1.5 0v6a.75.75 0 1 1-1.5 0v-6zm-6 0a.75.75 0 0 1 1.5 0v6a.75.75 0 1 1-1.5 0v-6z"},null,-1)])])}const Lc=ge(e7,[["render",n7]]),r7={},o7={class:"icon icon-double-check",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"13",viewBox:"0 0 24 13"};function i7(t,e){return l.openBlock(),l.createElementBlock("svg",o7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M6 10.586L16.293.293a1 1 0 0 1 1.414 1.414l-11 11a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414L6 10.586zm6 0L22.293.293a1 1 0 0 1 1.414 1.414l-11 11a1 1 0 0 1-1.414 0l-1-1a1 1 0 0 1 1.414-1.414l.293.293z"},null,-1)])])}const Bh=ge(r7,[["render",i7]]),s7={},a7={viewBox:"0 0 20 20",height:"20",width:"20",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-download-link"};function l7(t,e){return l.openBlock(),l.createElementBlock("svg",a7,[...e[0]||(e[0]=[l.createStaticVNode('<g transform="matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"><path d="M11.250 17.250 A6.000 6.000 0 1 0 23.250 17.250 A6.000 6.000 0 1 0 11.250 17.250 Z" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M17.25 14.25L17.25 20.25" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M17.25 20.25L15 18" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M17.25 20.25L19.5 18" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M8.25,20.25h-6a1.5,1.5,0,0,1-1.5-1.5V2.25A1.5,1.5,0,0,1,2.25.75H12.879a1.5,1.5,0,0,1,1.06.439l2.872,2.872a1.5,1.5,0,0,1,.439,1.06V8.25" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.25,5.625A.375.375,0,1,1,4.875,6a.375.375,0,0,1,.375-.375" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M12.085,9.586,11.25,8.25a.749.749,0,0,0-1.238-.014l-2,2.851L6.78,10.1a.75.75,0,0,0-1.093.169L3.75,14.25h4.5" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></g>',1)])])}const Dc=ge(s7,[["render",l7]]),c7={},d7={xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18"};function u7(t,e){return l.openBlock(),l.createElementBlock("svg",d7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M8.967 3.528L8.94 3.5 10 2.44l.028.027L12.025.47a.75.75 0 0 1 1.06 0l4.445 4.444a.75.75 0 0 1 0 1.06L5.975 17.53a.75.75 0 0 1-.53.22H1A.75.75 0 0 1 .25 17v-4.444a.75.75 0 0 1 .22-.53l8.497-8.498zm1.06 1.06L1.75 12.866v3.384h3.384l8.278-8.278-3.384-3.384zm1.061-1.06l3.384 3.384 1.467-1.468-3.383-3.383-1.468 1.467z"},null,-1)])])}const Pc=ge(c7,[["render",u7]]),f7={},h7={class:"icon icon-end-call",width:"16",height:"16",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg"};function p7(t,e){return l.openBlock(),l.createElementBlock("svg",h7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M1.05664 14.8926L4.10352 15.5957C4.42578 15.6836 4.77734 15.5078 4.92383 15.1855L6.33008 11.9043C6.44727 11.6113 6.35938 11.2891 6.125 11.084L4.33789 9.61914C5.39258 7.39258 7.23828 5.51758 9.52344 4.43359L10.9883 6.2207C11.1934 6.45508 11.5156 6.54297 11.8086 6.42578L15.0898 5.01953C15.4121 4.87305 15.5586 4.52148 15.5 4.19922L14.7969 1.15234C14.709 0.830078 14.4453 0.625 14.0938 0.625C6.59375 0.625 0.5 6.68945 0.5 14.2188C0.5 14.541 0.734375 14.8047 1.05664 14.8926Z"},null,-1)])])}const Rh=ge(f7,[["render",p7]]),m7={},g7={class:"icon icon-error",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"};function v7(t,e){return l.openBlock(),l.createElementBlock("svg",g7,[...e[0]||(e[0]=[l.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)])])}const na=ge(m7,[["render",v7]]),y7={},b7={class:"icon icon-external",width:"18",height:"18",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18"};function C7(t,e){return l.openBlock(),l.createElementBlock("svg",b7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M1 .25h7.352a.75.75 0 0 1 .101 1.493l-.101.007H1.75v14.5h14.5V9.52a.75.75 0 0 1 1.493-.101l.007.101V17a.75.75 0 0 1-.648.743L17 17.75H1a.75.75 0 0 1-.743-.648L.25 17V1A.75.75 0 0 1 .898.257L1 .25h7.352H1zm10.352 0h5.665c.02 0 .04.002.06.004L17 .25a.754.754 0 0 1 .53.22L17.452.4a.754.754 0 0 1 .291.497l.003.028c.002.015.003.03.003.046L17.75 1v5.56a.75.75 0 0 1-1.493.101l-.007-.101V2.81l-9.173 9.174a.75.75 0 0 1-.976.072l-.085-.072a.75.75 0 0 1 0-1.061l9.172-9.173h-3.836A.75.75 0 0 1 11.25.257l.102-.007H17h-5.648z"},null,-1)])])}const Bc=ge(y7,[["render",C7]]),E7={},k7={width:"30px",height:"30px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-eye-show"};function w7(t,e){return l.openBlock(),l.createElementBlock("svg",k7,[...e[0]||(e[0]=[l.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.0001 5.25C9.22586 5.25 6.79699 6.91121 5.12801 8.44832C4.28012 9.22922 3.59626 10.0078 3.12442 10.5906C2.88804 10.8825 2.70368 11.1268 2.57736 11.2997C2.51417 11.3862 2.46542 11.4549 2.43187 11.5029C2.41509 11.5269 2.4021 11.5457 2.393 11.559L2.38227 11.5747L2.37911 11.5794L2.10547 12.0132L2.37809 12.4191L2.37911 12.4206L2.38227 12.4253L2.393 12.441C2.4021 12.4543 2.41509 12.4731 2.43187 12.4971C2.46542 12.5451 2.51417 12.6138 2.57736 12.7003C2.70368 12.8732 2.88804 13.1175 3.12442 13.4094C3.59626 13.9922 4.28012 14.7708 5.12801 15.5517C6.79699 17.0888 9.22586 18.75 12.0001 18.75C14.7743 18.75 17.2031 17.0888 18.8721 15.5517C19.72 14.7708 20.4039 13.9922 20.8757 13.4094C21.1121 13.1175 21.2964 12.8732 21.4228 12.7003C21.4859 12.6138 21.5347 12.5451 21.5682 12.4971C21.585 12.4731 21.598 12.4543 21.6071 12.441L21.6178 12.4253L21.621 12.4206L21.6224 12.4186L21.9035 12L21.622 11.5809L21.621 11.5794L21.6178 11.5747L21.6071 11.559C21.598 11.5457 21.585 11.5269 21.5682 11.5029C21.5347 11.4549 21.4859 11.3862 21.4228 11.2997C21.2964 11.1268 21.1121 10.8825 20.8757 10.5906C20.4039 10.0078 19.72 9.22922 18.8721 8.44832C17.2031 6.91121 14.7743 5.25 12.0001 5.25ZM4.29022 12.4656C4.14684 12.2885 4.02478 12.1311 3.92575 12C4.02478 11.8689 4.14684 11.7115 4.29022 11.5344C4.72924 10.9922 5.36339 10.2708 6.14419 9.55168C7.73256 8.08879 9.80369 6.75 12.0001 6.75C14.1964 6.75 16.2676 8.08879 17.8559 9.55168C18.6367 10.2708 19.2709 10.9922 19.7099 11.5344C19.8533 11.7115 19.9753 11.8689 20.0744 12C19.9753 12.1311 19.8533 12.2885 19.7099 12.4656C19.2709 13.0078 18.6367 13.7292 17.8559 14.4483C16.2676 15.9112 14.1964 17.25 12.0001 17.25C9.80369 17.25 7.73256 15.9112 6.14419 14.4483C5.36339 13.7292 4.72924 13.0078 4.29022 12.4656ZM14.25 12C14.25 13.2426 13.2427 14.25 12 14.25C10.7574 14.25 9.75005 13.2426 9.75005 12C9.75005 10.7574 10.7574 9.75 12 9.75C13.2427 9.75 14.25 10.7574 14.25 12ZM15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92898 15.75 8.25005 14.0711 8.25005 12C8.25005 9.92893 9.92898 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12Z",fill:"#080341"},null,-1)])])}const $h=ge(E7,[["render",w7]]),S7={},A7={fill:"#000000",width:"30px",height:"30px",viewBox:"0 0 32 32",version:"1.1",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-eye-slash"};function x7(t,e){return l.openBlock(),l.createElementBlock("svg",A7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M18.822 22.904c-5.215 1.275-10.524-1.051-15.818-6.904 1.337-1.501 2.79-2.843 4.364-4.034l0.076-0.055c0.186-0.138 0.305-0.357 0.305-0.604 0-0.414-0.336-0.75-0.75-0.75-0.166 0-0.32 0.054-0.444 0.146l0.002-0.001c-1.91 1.447-3.588 3.024-5.086 4.761l-0.036 0.042c-0.115 0.131-0.185 0.305-0.185 0.494s0.070 0.363 0.186 0.495l-0.001-0.001c4.803 5.488 9.693 8.254 14.582 8.254 1.123-0.001 2.212-0.142 3.252-0.406l-0.092 0.020c0.332-0.082 0.573-0.377 0.573-0.729 0-0.414-0.336-0.75-0.75-0.75-0.064 0-0.125 0.008-0.184 0.023l0.005-0.001zM16.75 20c-0-0.414-0.336-0.75-0.75-0.75v0c-1.794-0.002-3.248-1.456-3.25-3.25v-0c0-0.414-0.336-0.75-0.75-0.75s-0.75 0.336-0.75 0.75v0c0.003 2.622 2.128 4.747 4.75 4.75h0c0.414-0 0.75-0.336 0.75-0.75v0zM23.565 22.503c2.701-1.672 5.010-3.665 6.965-5.967l0.034-0.042c0.116-0.131 0.186-0.304 0.186-0.494s-0.070-0.363-0.187-0.495l0.001 0.001c-6.844-7.82-13.822-10.081-20.758-6.76l-7.277-7.276c-0.135-0.131-0.32-0.212-0.523-0.212-0.414 0-0.75 0.336-0.75 0.75 0 0.203 0.081 0.388 0.213 0.523l27.999 28.001c0.136 0.136 0.324 0.22 0.531 0.22 0.415 0 0.751-0.336 0.751-0.751 0-0.207-0.084-0.395-0.22-0.531v0zM28.996 16c-1.852 2.121-4.004 3.919-6.402 5.345l-0.121 0.067-2.636-2.635c0.569-0.767 0.911-1.731 0.912-2.776v-0c-0.003-2.622-2.128-4.747-4.75-4.75h-0c-1.045 0.002-2.009 0.344-2.789 0.921l0.013-0.009-2.29-2.29c6.027-2.647 11.95-0.64 18.062 6.127zM14.301 13.239c0.486-0.307 1.077-0.489 1.711-0.489 1.788 0 3.238 1.45 3.238 3.238 0 0.634-0.182 1.225-0.497 1.724l0.008-0.013z"},null,-1)])])}const Fh=ge(S7,[["render",x7]]),T7={},I7={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"};function _7(t,e){return l.openBlock(),l.createElementBlock("svg",I7,[...e[0]||(e[0]=[l.createElementVNode("title",null,"common-file-empty",-1),l.createElementVNode("g",null,[l.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
|
|
13
|
+
c0,0.414,0.336,0.75,0.75,0.75h6c0.414,0,0.75,0.336,0.75,0.75S8.663,21,8.249,21H2.249z`})],-1)])])}const Lh=ge(Kb,[["render",Gb]]),Qb={},Zb={xmlns:"http://www.w3.org/2000/svg",width:"23",height:"17",viewBox:"0 0 18 15",fill:"none"};function Jb(t,e){return l.openBlock(),l.createElementBlock("svg",Zb,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M6.375 7.75C4.43359 7.75 2.875 6.19141 2.875 4.25C2.875 2.33594 4.43359 0.75 6.375 0.75C8.28906 0.75 9.875 2.33594 9.875 4.25C9.875 6.19141 8.28906 7.75 6.375 7.75ZM6.375 2.0625C5.14453 2.0625 4.1875 3.04688 4.1875 4.25C4.1875 5.48047 5.14453 6.4375 6.375 6.4375C7.57812 6.4375 8.5625 5.48047 8.5625 4.25C8.5625 3.04688 7.57812 2.0625 6.375 2.0625ZM7.74219 9.0625C10.3672 9.0625 12.5 11.1953 12.5 13.8203C12.5 14.3398 12.0625 14.75 11.543 14.75H1.17969C0.660156 14.75 0.25 14.3398 0.25 13.8203C0.25 11.1953 2.35547 9.0625 4.98047 9.0625H7.74219ZM1.5625 13.4375H11.1602C10.9414 11.7422 9.51953 10.375 7.74219 10.375H4.98047C3.20312 10.375 1.75391 11.7422 1.5625 13.4375ZM13.3477 9.5C15.7812 9.5 17.75 11.4688 17.75 13.875C17.75 14.3672 17.3398 14.75 16.875 14.75H13.1016C13.2656 14.4766 13.375 14.1758 13.375 13.8203C13.375 12.0977 12.582 10.5391 11.3242 9.5H13.3477ZM12.0625 7.75C11.1875 7.75 10.4219 7.42188 9.875 6.84766C10.4219 6.13672 10.75 5.23438 10.75 4.25C10.75 3.53906 10.5312 2.85547 10.2305 2.25391C10.7227 1.87109 11.3516 1.625 12.0625 1.625C13.7305 1.625 15.125 3.01953 15.125 4.6875C15.125 6.38281 13.7305 7.75 12.0625 7.75Z",fill:"#394156"},null,-1)])])}const Dh=ge(Qb,[["render",Jb]]),Xb={},qb={class:"icon icon-copy",width:"11",height:"14",viewBox:"0 0 11 14",xmlns:"http://www.w3.org/2000/svg"};function Vb(t,e){return l.openBlock(),l.createElementBlock("svg",qb,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M9 10V5a3 3 0 0 0-3-3H4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2zM2 3h4a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"},null,-1)])])}const Ph=ge(Xb,[["render",Vb]]),e7={},t7={xmlns:"http://www.w3.org/2000/svg",class:"icon icon-delete",width:"16",height:"20",viewBox:"0 0 16 20"};function n7(t,e){return l.openBlock(),l.createElementBlock("svg",t7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M5.293 1.75A.749.749 0 0 1 6 .75h4a.75.75 0 0 1 .707 1H12.7a2.355 2.355 0 0 1 2.35 2.35v12.8a2.355 2.355 0 0 1-2.35 2.35H3.1A2.355 2.355 0 0 1 .75 16.9V4.1A2.355 2.355 0 0 1 3.1 1.75h2.193zM2.25 6.25V16.9c0 .466.384.85.85.85h9.6c.466 0 .85-.384.85-.85V6.25H2.25zm0-1.5h11.3V4.1a.855.855 0 0 0-.85-.85H3.1a.855.855 0 0 0-.85.85v.65zm5 4.75a.75.75 0 0 1 1.5 0v6a.75.75 0 1 1-1.5 0v-6zm3 0a.75.75 0 1 1 1.5 0v6a.75.75 0 1 1-1.5 0v-6zm-6 0a.75.75 0 0 1 1.5 0v6a.75.75 0 1 1-1.5 0v-6z"},null,-1)])])}const Lc=ge(e7,[["render",n7]]),r7={},o7={class:"icon icon-double-check",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"13",viewBox:"0 0 24 13"};function i7(t,e){return l.openBlock(),l.createElementBlock("svg",o7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M6 10.586L16.293.293a1 1 0 0 1 1.414 1.414l-11 11a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414L6 10.586zm6 0L22.293.293a1 1 0 0 1 1.414 1.414l-11 11a1 1 0 0 1-1.414 0l-1-1a1 1 0 0 1 1.414-1.414l.293.293z"},null,-1)])])}const Bh=ge(r7,[["render",i7]]),s7={},a7={viewBox:"0 0 20 20",height:"20",width:"20",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-download-link"};function l7(t,e){return l.openBlock(),l.createElementBlock("svg",a7,[...e[0]||(e[0]=[l.createStaticVNode('<g transform="matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"><path d="M11.250 17.250 A6.000 6.000 0 1 0 23.250 17.250 A6.000 6.000 0 1 0 11.250 17.250 Z" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M17.25 14.25L17.25 20.25" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M17.25 20.25L15 18" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M17.25 20.25L19.5 18" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M8.25,20.25h-6a1.5,1.5,0,0,1-1.5-1.5V2.25A1.5,1.5,0,0,1,2.25.75H12.879a1.5,1.5,0,0,1,1.06.439l2.872,2.872a1.5,1.5,0,0,1,.439,1.06V8.25" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.25,5.625A.375.375,0,1,1,4.875,6a.375.375,0,0,1,.375-.375" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M12.085,9.586,11.25,8.25a.749.749,0,0,0-1.238-.014l-2,2.851L6.78,10.1a.75.75,0,0,0-1.093.169L3.75,14.25h4.5" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></g>',1)])])}const Dc=ge(s7,[["render",l7]]),c7={},d7={xmlns:"http://www.w3.org/2000/svg",class:"icon icon-edit",width:"18",height:"18"};function u7(t,e){return l.openBlock(),l.createElementBlock("svg",d7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M8.967 3.528L8.94 3.5 10 2.44l.028.027L12.025.47a.75.75 0 0 1 1.06 0l4.445 4.444a.75.75 0 0 1 0 1.06L5.975 17.53a.75.75 0 0 1-.53.22H1A.75.75 0 0 1 .25 17v-4.444a.75.75 0 0 1 .22-.53l8.497-8.498zm1.06 1.06L1.75 12.866v3.384h3.384l8.278-8.278-3.384-3.384zm1.061-1.06l3.384 3.384 1.467-1.468-3.383-3.383-1.468 1.467z"},null,-1)])])}const Pc=ge(c7,[["render",u7]]),f7={},h7={class:"icon icon-end-call",width:"16",height:"16",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg"};function p7(t,e){return l.openBlock(),l.createElementBlock("svg",h7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M1.05664 14.8926L4.10352 15.5957C4.42578 15.6836 4.77734 15.5078 4.92383 15.1855L6.33008 11.9043C6.44727 11.6113 6.35938 11.2891 6.125 11.084L4.33789 9.61914C5.39258 7.39258 7.23828 5.51758 9.52344 4.43359L10.9883 6.2207C11.1934 6.45508 11.5156 6.54297 11.8086 6.42578L15.0898 5.01953C15.4121 4.87305 15.5586 4.52148 15.5 4.19922L14.7969 1.15234C14.709 0.830078 14.4453 0.625 14.0938 0.625C6.59375 0.625 0.5 6.68945 0.5 14.2188C0.5 14.541 0.734375 14.8047 1.05664 14.8926Z"},null,-1)])])}const Rh=ge(f7,[["render",p7]]),m7={},g7={class:"icon icon-error",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"};function v7(t,e){return l.openBlock(),l.createElementBlock("svg",g7,[...e[0]||(e[0]=[l.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)])])}const na=ge(m7,[["render",v7]]),y7={},b7={class:"icon icon-external",width:"18",height:"18",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18"};function C7(t,e){return l.openBlock(),l.createElementBlock("svg",b7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M1 .25h7.352a.75.75 0 0 1 .101 1.493l-.101.007H1.75v14.5h14.5V9.52a.75.75 0 0 1 1.493-.101l.007.101V17a.75.75 0 0 1-.648.743L17 17.75H1a.75.75 0 0 1-.743-.648L.25 17V1A.75.75 0 0 1 .898.257L1 .25h7.352H1zm10.352 0h5.665c.02 0 .04.002.06.004L17 .25a.754.754 0 0 1 .53.22L17.452.4a.754.754 0 0 1 .291.497l.003.028c.002.015.003.03.003.046L17.75 1v5.56a.75.75 0 0 1-1.493.101l-.007-.101V2.81l-9.173 9.174a.75.75 0 0 1-.976.072l-.085-.072a.75.75 0 0 1 0-1.061l9.172-9.173h-3.836A.75.75 0 0 1 11.25.257l.102-.007H17h-5.648z"},null,-1)])])}const Bc=ge(y7,[["render",C7]]),E7={},k7={width:"30px",height:"30px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-eye-show"};function w7(t,e){return l.openBlock(),l.createElementBlock("svg",k7,[...e[0]||(e[0]=[l.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.0001 5.25C9.22586 5.25 6.79699 6.91121 5.12801 8.44832C4.28012 9.22922 3.59626 10.0078 3.12442 10.5906C2.88804 10.8825 2.70368 11.1268 2.57736 11.2997C2.51417 11.3862 2.46542 11.4549 2.43187 11.5029C2.41509 11.5269 2.4021 11.5457 2.393 11.559L2.38227 11.5747L2.37911 11.5794L2.10547 12.0132L2.37809 12.4191L2.37911 12.4206L2.38227 12.4253L2.393 12.441C2.4021 12.4543 2.41509 12.4731 2.43187 12.4971C2.46542 12.5451 2.51417 12.6138 2.57736 12.7003C2.70368 12.8732 2.88804 13.1175 3.12442 13.4094C3.59626 13.9922 4.28012 14.7708 5.12801 15.5517C6.79699 17.0888 9.22586 18.75 12.0001 18.75C14.7743 18.75 17.2031 17.0888 18.8721 15.5517C19.72 14.7708 20.4039 13.9922 20.8757 13.4094C21.1121 13.1175 21.2964 12.8732 21.4228 12.7003C21.4859 12.6138 21.5347 12.5451 21.5682 12.4971C21.585 12.4731 21.598 12.4543 21.6071 12.441L21.6178 12.4253L21.621 12.4206L21.6224 12.4186L21.9035 12L21.622 11.5809L21.621 11.5794L21.6178 11.5747L21.6071 11.559C21.598 11.5457 21.585 11.5269 21.5682 11.5029C21.5347 11.4549 21.4859 11.3862 21.4228 11.2997C21.2964 11.1268 21.1121 10.8825 20.8757 10.5906C20.4039 10.0078 19.72 9.22922 18.8721 8.44832C17.2031 6.91121 14.7743 5.25 12.0001 5.25ZM4.29022 12.4656C4.14684 12.2885 4.02478 12.1311 3.92575 12C4.02478 11.8689 4.14684 11.7115 4.29022 11.5344C4.72924 10.9922 5.36339 10.2708 6.14419 9.55168C7.73256 8.08879 9.80369 6.75 12.0001 6.75C14.1964 6.75 16.2676 8.08879 17.8559 9.55168C18.6367 10.2708 19.2709 10.9922 19.7099 11.5344C19.8533 11.7115 19.9753 11.8689 20.0744 12C19.9753 12.1311 19.8533 12.2885 19.7099 12.4656C19.2709 13.0078 18.6367 13.7292 17.8559 14.4483C16.2676 15.9112 14.1964 17.25 12.0001 17.25C9.80369 17.25 7.73256 15.9112 6.14419 14.4483C5.36339 13.7292 4.72924 13.0078 4.29022 12.4656ZM14.25 12C14.25 13.2426 13.2427 14.25 12 14.25C10.7574 14.25 9.75005 13.2426 9.75005 12C9.75005 10.7574 10.7574 9.75 12 9.75C13.2427 9.75 14.25 10.7574 14.25 12ZM15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92898 15.75 8.25005 14.0711 8.25005 12C8.25005 9.92893 9.92898 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12Z",fill:"#080341"},null,-1)])])}const $h=ge(E7,[["render",w7]]),S7={},A7={fill:"#000000",width:"30px",height:"30px",viewBox:"0 0 32 32",version:"1.1",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-eye-slash"};function x7(t,e){return l.openBlock(),l.createElementBlock("svg",A7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M18.822 22.904c-5.215 1.275-10.524-1.051-15.818-6.904 1.337-1.501 2.79-2.843 4.364-4.034l0.076-0.055c0.186-0.138 0.305-0.357 0.305-0.604 0-0.414-0.336-0.75-0.75-0.75-0.166 0-0.32 0.054-0.444 0.146l0.002-0.001c-1.91 1.447-3.588 3.024-5.086 4.761l-0.036 0.042c-0.115 0.131-0.185 0.305-0.185 0.494s0.070 0.363 0.186 0.495l-0.001-0.001c4.803 5.488 9.693 8.254 14.582 8.254 1.123-0.001 2.212-0.142 3.252-0.406l-0.092 0.020c0.332-0.082 0.573-0.377 0.573-0.729 0-0.414-0.336-0.75-0.75-0.75-0.064 0-0.125 0.008-0.184 0.023l0.005-0.001zM16.75 20c-0-0.414-0.336-0.75-0.75-0.75v0c-1.794-0.002-3.248-1.456-3.25-3.25v-0c0-0.414-0.336-0.75-0.75-0.75s-0.75 0.336-0.75 0.75v0c0.003 2.622 2.128 4.747 4.75 4.75h0c0.414-0 0.75-0.336 0.75-0.75v0zM23.565 22.503c2.701-1.672 5.010-3.665 6.965-5.967l0.034-0.042c0.116-0.131 0.186-0.304 0.186-0.494s-0.070-0.363-0.187-0.495l0.001 0.001c-6.844-7.82-13.822-10.081-20.758-6.76l-7.277-7.276c-0.135-0.131-0.32-0.212-0.523-0.212-0.414 0-0.75 0.336-0.75 0.75 0 0.203 0.081 0.388 0.213 0.523l27.999 28.001c0.136 0.136 0.324 0.22 0.531 0.22 0.415 0 0.751-0.336 0.751-0.751 0-0.207-0.084-0.395-0.22-0.531v0zM28.996 16c-1.852 2.121-4.004 3.919-6.402 5.345l-0.121 0.067-2.636-2.635c0.569-0.767 0.911-1.731 0.912-2.776v-0c-0.003-2.622-2.128-4.747-4.75-4.75h-0c-1.045 0.002-2.009 0.344-2.789 0.921l0.013-0.009-2.29-2.29c6.027-2.647 11.95-0.64 18.062 6.127zM14.301 13.239c0.486-0.307 1.077-0.489 1.711-0.489 1.788 0 3.238 1.45 3.238 3.238 0 0.634-0.182 1.225-0.497 1.724l0.008-0.013z"},null,-1)])])}const Fh=ge(S7,[["render",x7]]),T7={},I7={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"};function _7(t,e){return l.openBlock(),l.createElementBlock("svg",I7,[...e[0]||(e[0]=[l.createElementVNode("title",null,"common-file-empty",-1),l.createElementVNode("g",null,[l.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
|
|
14
14
|
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
|
|
15
15
|
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
|
|
16
16
|
C18.406,1.576,18.22,1.5,18.023,1.5H3.023z`})],-1)])])}const Rc=ge(T7,[["render",_7]]),N7={},O7={class:"icon icon-file-added",width:"14",height:"18",viewBox:"0 0 14 18",xmlns:"http://www.w3.org/2000/svg"};function M7(t,e){return l.openBlock(),l.createElementBlock("svg",O7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M9.235.25c.2 0 .393.08.534.223l3.764 3.808a.75.75 0 0 1 .217.528V17a.75.75 0 0 1-.75.75H1A.75.75 0 0 1 .25 17V1A.75.75 0 0 1 1 .25h8.235zM8.08 1.75H1.75v14.5h10.5V6.085H8.83a.75.75 0 0 1-.744-.648l-.007-.102V1.75zm.349 7.047a.75.75 0 1 1 1.253.824L7.19 13.412a.75.75 0 0 1-1.12.153l-1.562-1.364a.75.75 0 1 1 .986-1.13l.915.799 2.02-3.073zm1.151-6.382v2.17h2.146l-2.146-2.17z"},null,-1)])])}const zh=ge(N7,[["render",M7]]),L7={},D7={class:"icon icon-forward",xmlns:"http://www.w3.org/2000/svg",width:"16",height:"14",viewBox:"0 0 16 14"};function P7(t,e){return l.openBlock(),l.createElementBlock("svg",D7,[...e[0]||(e[0]=[l.createElementVNode("path",{d:"M15.782.14a.588.588 0 0 0-.61-.081L.572 6.426a.947.947 0 0 0-.57.93.94.94 0 0 0 .675.857l3.6 1.088a.59.59 0 0 0 .341-1.128l-3.013-.911L13.01 2.288 6.284 9.003c-.004.003-.007.01-.014.013l-.026.026a.1.1 0 0 0-.016.023c-.003.007-.01.013-.013.02-.004.003-.004.006-.004.006-.006.007-.01.017-.016.023-.007.01-.01.02-.016.03-.004.006-.007.016-.01.023-.007.01-.01.023-.017.033-.003.006-.006.013-.006.02-.003.012-.01.022-.013.035-.004.007-.004.013-.007.02l-.01.04c0 .006-.003.012-.003.019-.003.013-.003.026-.003.04v.075l.177 3.36a.91.91 0 0 0 1.583.561l1.348-1.488 2.656 1.839a.963.963 0 0 0 .898.101.95.95 0 0 0 .58-.688L15.985.721a.593.593 0 0 0-.203-.58zM7.434 12.102l-.078-1.511.888.616-.81.895zm4.836.456L7.618 9.334l6.764-6.75-2.112 9.973z"},null,-1)])])}const Uh=ge(L7,[["render",P7]]),B7={},R7={width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"};function $7(t,e){return l.openBlock(),l.createElementBlock("svg",R7,[...e[0]||(e[0]=[l.createElementVNode("rect",{width:"20",height:"20",fill:"url(#pattern0)"},null,-1),l.createElementVNode("defs",null,[l.createElementVNode("pattern",{id:"pattern0",patternContentUnits:"objectBoundingBox",width:"1",height:"1"},[l.createElementVNode("use",{"xlink:href":"#image0",transform:"translate(-0.00125313) scale(0.00250627)"})]),l.createElementVNode("image",{id:"image0",width:"400",height:"399","xlink:href":"data:image/png;base64,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"})],-1)])])}const Hh=ge(B7,[["render",$7]]),F7={},z7={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"};function U7(t,e){return l.openBlock(),l.createElementBlock("svg",z7,[...e[0]||(e[0]=[l.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[l.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"}),l.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)])])}const ra=ge(F7,[["render",U7]]),H7={},j7={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"};function W7(t,e){return l.openBlock(),l.createElementBlock("svg",j7,[...e[0]||(e[0]=[l.createElementVNode("title",null,"image-file-landscape",-1),l.createElementVNode("g",null,[l.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
|
|
@@ -1171,7 +1171,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1171
1171
|
.p-splitbutton-raised {
|
|
1172
1172
|
box-shadow: dt('splitbutton.raised.shadow');
|
|
1173
1173
|
}
|
|
1174
|
-
`,Xk={root:function(e){var n=e.instance,r=e.props;return["p-splitbutton p-component",{"p-splitbutton-raised":r.raised,"p-splitbutton-rounded":r.rounded,"p-splitbutton-fluid":n.hasFluid}]},pcButton:"p-splitbutton-button",pcDropdown:"p-splitbutton-dropdown"},qk=lt.extend({name:"splitbutton",style:Jk,classes:Xk}),Vk={name:"BaseSplitButton",extends:Wo,props:{label:{type:String,default:null},icon:{type:String,default:null},model:{type:Array,default:null},autoZIndex:{type:Boolean,default:!0},baseZIndex:{type:Number,default:0},appendTo:{type:[String,Object],default:"body"},disabled:{type:Boolean,default:!1},fluid:{type:Boolean,default:null},class:{type:null,default:null},style:{type:null,default:null},buttonProps:{type:null,default:null},menuButtonProps:{type:null,default:null},menuButtonIcon:{type:String,default:void 0},dropdownIcon:{type:String,default:void 0},severity:{type:String,default:null},raised:{type:Boolean,default:!1},rounded:{type:Boolean,default:!1},text:{type:Boolean,default:!1},outlined:{type:Boolean,default:!1},size:{type:String,default:null},plain:{type:Boolean,default:!1}},style:qk,provide:function(){return{$pcSplitButton:this,$parentInstance:this}}},Sm={name:"SplitButton",extends:Vk,inheritAttrs:!1,emits:["click"],inject:{$pcFluid:{default:null}},data:function(){return{isExpanded:!1}},mounted:function(){var e=this;this.$watch("$refs.menu.visible",function(n){e.isExpanded=n})},methods:{onDropdownButtonClick:function(e){e&&e.preventDefault(),this.$refs.menu.toggle({currentTarget:this.$el,relatedTarget:this.$refs.button.$el}),this.isExpanded=this.$refs.menu.visible},onDropdownKeydown:function(e){(e.code==="ArrowDown"||e.code==="ArrowUp")&&(this.onDropdownButtonClick(),e.preventDefault())},onDefaultButtonClick:function(e){this.isExpanded&&this.$refs.menu.hide(e),this.$emit("click",e)}},computed:{containerClass:function(){return[this.cx("root"),this.class]},hasFluid:function(){return Cn(this.fluid)?!!this.$pcFluid:this.fluid}},components:{PVSButton:bm,PVSMenu:wm,ChevronDownIcon:dm}},ew=["data-p-severity"];function tw(t,e,n,r,o,i){var s=l.resolveComponent("PVSButton"),c=l.resolveComponent("PVSMenu");return l.openBlock(),l.createElementBlock("div",l.mergeProps({class:i.containerClass,style:t.style},t.ptmi("root"),{"data-p-severity":t.severity}),[l.createVNode(s,l.mergeProps({type:"button",class:t.cx("pcButton"),label:t.label,disabled:t.disabled,severity:t.severity,text:t.text,icon:t.icon,outlined:t.outlined,size:t.size,fluid:t.fluid,"aria-label":t.label,onClick:i.onDefaultButtonClick},t.buttonProps,{pt:t.ptm("pcButton"),unstyled:t.unstyled}),l.createSlots({default:l.withCtx(function(){return[l.renderSlot(t.$slots,"default")]}),_:2},[t.$slots.icon?{name:"icon",fn:l.withCtx(function(a){return[l.renderSlot(t.$slots,"icon",{class:l.normalizeClass(a.class)},function(){return[l.createElementVNode("span",l.mergeProps({class:[t.icon,a.class]},t.ptm("pcButton").icon,{"data-pc-section":"buttonicon"}),null,16)]})]}),key:"0"}:void 0]),1040,["class","label","disabled","severity","text","icon","outlined","size","fluid","aria-label","onClick","pt","unstyled"]),l.createVNode(s,l.mergeProps({ref:"button",type:"button",class:t.cx("pcDropdown"),disabled:t.disabled,"aria-haspopup":"true","aria-expanded":o.isExpanded,"aria-controls":o.isExpanded?t.$id+"_overlay":void 0,onClick:i.onDropdownButtonClick,onKeydown:i.onDropdownKeydown,severity:t.severity,text:t.text,outlined:t.outlined,size:t.size,unstyled:t.unstyled},t.menuButtonProps,{pt:t.ptm("pcDropdown")}),{icon:l.withCtx(function(a){return[l.renderSlot(t.$slots,t.$slots.dropdownicon?"dropdownicon":"menubuttonicon",{class:l.normalizeClass(a.class)},function(){return[(l.openBlock(),l.createBlock(l.resolveDynamicComponent(t.menuButtonIcon||t.dropdownIcon?"span":"ChevronDownIcon"),l.mergeProps({class:[t.dropdownIcon||t.menuButtonIcon,a.class]},t.ptm("pcDropdown").icon,{"data-pc-section":"menubuttonicon"}),null,16,["class"]))]})]}),_:3},16,["class","disabled","aria-expanded","aria-controls","onClick","onKeydown","severity","text","outlined","size","unstyled","pt"]),l.createVNode(c,{ref:"menu",id:t.$id+"_overlay",model:t.model,popup:!0,autoZIndex:t.autoZIndex,baseZIndex:t.baseZIndex,appendTo:t.appendTo,unstyled:t.unstyled,pt:t.ptm("pcMenu")},l.createSlots({_:2},[t.$slots.menuitemicon?{name:"itemicon",fn:l.withCtx(function(a){return[l.renderSlot(t.$slots,"menuitemicon",{item:a.item,class:l.normalizeClass(a.class)})]}),key:"0"}:void 0,t.$slots.item?{name:"item",fn:l.withCtx(function(a){return[l.renderSlot(t.$slots,"item",{item:a.item,hasSubmenu:a.hasSubmenu,label:a.label,props:a.props})]}),key:"1"}:void 0]),1032,["id","model","autoZIndex","baseZIndex","appendTo","unstyled","pt"])],16,ew)}Sm.render=tw;const nw=["src"],rw={class:"menu-item"},ow=["src"],Am={__name:"BDContentLibrarySplitButton",props:{contentLibraryProviders:{type:Array,default:()=>[]},isExternalOnly:{type:Boolean,default:!1}},emits:["content-library"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=l.computed(()=>r.contentLibraryProviders.map(f=>({label:f.label,image:f.img,value:f.value,command:()=>o("content-library",f.value)}))),s=l.computed(()=>{let f=i.value;return f.length!==0&&r.isExternalOnly&&(f=f.slice(1)),f}),c=l.computed(()=>{const f=i.value;return r.isExternalOnly&&f.length>0?f[0].label:n("contentLibrarySplitButton.messageTemplatesTitle")}),a=l.computed(()=>{const f=i.value;return r.isExternalOnly&&f.length>0}),d=l.computed(()=>{const f=i.value;return f.length>0?f[0].image:""}),u=()=>{const f=i.value;let h="message-template";r.isExternalOnly&&f.length>0&&(h=f[0].value),o("content-library",h)};return(f,h)=>(l.openBlock(),l.createBlock(l.unref(Sm),{class:"bd-content-library-split-button",model:s.value,outlined:"",severity:"secondary",onClick:u},{default:l.withCtx(()=>[a.value?(l.openBlock(),l.createElementBlock("img",{key:0,src:d.value,alt:""},null,8,nw)):(l.openBlock(),l.createBlock(Mc,{key:1})),l.createElementVNode("span",null,l.toDisplayString(c.value),1)]),item:l.withCtx(({item:p})=>[l.createElementVNode("div",rw,[l.createElementVNode("img",{src:p.image,alt:"",class:"icon-image"},null,8,ow),l.createElementVNode("span",null,l.toDisplayString(p.label),1)])]),_:1},8,["model"]))}},iw={class:"invalid-feedback bd-invalid-feedback"},xa=l.defineComponent({__name:"BDFormInvalidFeedback",props:{state:{type:[Boolean,null],default:null},text:{default:""}},setup(t){const e=t;return(n,r)=>(l.openBlock(),l.createElementBlock("div",iw,[e.state?(l.openBlock(),l.createBlock(l.unref($o),{key:0})):(l.openBlock(),l.createBlock(l.unref(na),{key:1})),l.createTextVNode(" "+l.toDisplayString(e.text),1)]))}});var sw=Object.defineProperty,aw=(t,e,n)=>e in t?sw(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Vi=(t,e,n)=>aw(t,typeof e!="symbol"?e+"":e,n);const xm={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}},Tm=(t,e,n)=>t.replaceAll(e,"").replace(n,".").replace("..",".").replace(/[^.\d]/g,""),Im=(t,e,n)=>{var r;return new Intl.NumberFormat(((r=n.number)==null?void 0:r.locale)??"en",{minimumFractionDigits:t,maximumFractionDigits:e,roundingMode:"trunc"})},lw=(t,e=!0,n)=>{var r,o,i,s;const c=((r=n.number)==null?void 0:r.unsigned)!==!0&&t.startsWith("-")?"-":"",a=((o=n.number)==null?void 0:o.fraction)??0;let d=Im(0,a,n);const u=d.formatToParts(1000.12),f=((i=u.find(v=>v.type==="group"))==null?void 0:i.value)??" ",h=((s=u.find(v=>v.type==="decimal"))==null?void 0:s.value)??".",p=Tm(t,f,h);if(Number.isNaN(parseFloat(p)))return c;const m=p.split(".");if(m[1]!=null&&m[1].length>=1){const v=m[1].length<=a?m[1].length:a;d=Im(v,a,n)}let g=d.format(parseFloat(p));return e?a>0&&p.endsWith(".")&&!p.slice(0,-1).includes(".")&&(g+=h):g=Tm(g,f,h),c+g},_m=t=>JSON.parse(t.replaceAll("'",'"')),cw=(t,e={})=>{const n={...e};t.dataset.maska!=null&&t.dataset.maska!==""&&(n.mask=dw(t.dataset.maska)),t.dataset.maskaEager!=null&&(n.eager=Ta(t.dataset.maskaEager)),t.dataset.maskaReversed!=null&&(n.reversed=Ta(t.dataset.maskaReversed)),t.dataset.maskaTokensReplace!=null&&(n.tokensReplace=Ta(t.dataset.maskaTokensReplace)),t.dataset.maskaTokens!=null&&(n.tokens=uw(t.dataset.maskaTokens));const r={};return t.dataset.maskaNumberLocale!=null&&(r.locale=t.dataset.maskaNumberLocale),t.dataset.maskaNumberFraction!=null&&(r.fraction=parseInt(t.dataset.maskaNumberFraction)),t.dataset.maskaNumberUnsigned!=null&&(r.unsigned=Ta(t.dataset.maskaNumberUnsigned)),(t.dataset.maskaNumber!=null||Object.values(r).length>0)&&(n.number=r),n},Ta=t=>t!==""?!!JSON.parse(t):!0,dw=t=>t.startsWith("[")&&t.endsWith("]")?_m(t):t,uw=t=>{if(t.startsWith("{")&&t.endsWith("}"))return _m(t);const e={};return t.split("|").forEach(n=>{const r=n.split(":");e[r[0]]={pattern:Nm()?new RegExp(r[1],"u"):new RegExp(r[1]),optional:r[2]==="optional",multiple:r[2]==="multiple",repeated:r[2]==="repeated"}}),e},Nm=()=>{try{return new RegExp("\\p{L}","u"),!0}catch{return!1}};class fw{constructor(e={}){Vi(this,"opts",{}),Vi(this,"memo",new Map);const n={...e};if(n.tokens!=null){n.tokens=n.tokensReplace?{...n.tokens}:{...xm,...n.tokens};for(const r of Object.values(n.tokens))typeof r.pattern=="string"&&(r.pattern=Nm()?new RegExp(r.pattern,"u"):new RegExp(r.pattern))}else n.tokens=xm;Array.isArray(n.mask)&&(n.mask.length>1?n.mask=[...n.mask].sort((r,o)=>r.length-o.length):n.mask=n.mask[0]??""),n.mask===""&&(n.mask=null),this.opts=n}masked(e){return this.process(String(e),this.findMask(String(e)))}unmasked(e){return this.process(String(e),this.findMask(String(e)),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const n=this.findMask(String(e));if(this.opts.mask==null||n==null)return!1;const r=this.process(String(e),n).length;return typeof this.opts.mask=="string"?r>=this.opts.mask.length:r>=n.length}findMask(e){const n=this.opts.mask;if(n==null)return null;if(typeof n=="string")return n;if(typeof n=="function")return n(e);const r=this.process(e,n.slice(-1).pop()??"",!1);return n.find(o=>this.process(e,o,!1).length>=r.length)??""}escapeMask(e){const n=[],r=[];return e.split("").forEach((o,i)=>{o==="!"&&e[i-1]!=="!"?r.push(i-r.length):n.push(o)}),{mask:n.join(""),escaped:r}}process(e,n,r=!0){if(this.opts.number!=null)return lw(e,r,this.opts);if(n==null)return e;const o=`v=${e},mr=${n},m=${r?1:0}`;if(this.memo.has(o))return this.memo.get(o);const{mask:i,escaped:s}=this.escapeMask(n),c=[],a=this.opts.tokens!=null?this.opts.tokens:{},d=this.isReversed()?-1:1,u=this.isReversed()?"unshift":"push",f=this.isReversed()?0:i.length-1,h=this.isReversed()?()=>v>-1&&y>-1:()=>v<i.length&&y<e.length,p=E=>!this.isReversed()&&E<=f||this.isReversed()&&E>=f;let m,g=-1,v=this.isReversed()?i.length-1:0,y=this.isReversed()?e.length-1:0,b=!1;for(;h();){const E=i.charAt(v),C=a[E],S=C?.transform!=null?C.transform(e.charAt(y)):e.charAt(y);if(!s.includes(v)&&C!=null?(S.match(C.pattern)!=null?(c[u](S),C.repeated?(g===-1?g=v:v===f&&v!==g&&(v=g-d),f===g&&(v-=d)):C.multiple&&(b=!0,v-=d),v+=d):C.multiple?b&&(v+=d,y-=d,b=!1):S===m?m=void 0:C.optional&&(v+=d,y-=d),y+=d):(r&&!this.isEager()&&c[u](E),S===E&&!this.isEager()?y+=d:m=E,this.isEager()||(v+=d)),this.isEager())for(;p(v)&&(a[i.charAt(v)]==null||s.includes(v));){if(r){if(c[u](i.charAt(v)),e.charAt(y)===i.charAt(v)){v+=d,y+=d;continue}}else i.charAt(v)===e.charAt(y)&&(y+=d);v+=d}}return this.memo.set(o,c.join("")),this.memo.get(o)}}let hw=class{constructor(e,n={}){Vi(this,"items",new Map),Vi(this,"eventAbortController"),Vi(this,"onInput",r=>{if(r instanceof CustomEvent&&r.type==="input"&&!r.isTrusted&&!r.bubbles)return;const o=r.target,i=this.items.get(o);if(i===void 0)return;const s="inputType"in r&&r.inputType.startsWith("delete"),c=i.isEager(),a=s&&c&&i.unmasked(o.value)===""?"":o.value;this.fixCursor(o,s,()=>this.setValue(o,a))}),this.options=n,this.eventAbortController=new AbortController,this.init(this.getInputs(e))}update(e={}){this.options={...e},this.init(Array.from(this.items.keys()))}updateValue(e){var n;e.value!==""&&e.value!==((n=this.processInput(e))==null?void 0:n.masked)&&this.setValue(e,e.value)}destroy(){this.eventAbortController.abort(),this.items.clear()}init(e){const n=this.getOptions(this.options);for(const r of e){if(!this.items.has(r)){const{signal:i}=this.eventAbortController;r.addEventListener("input",this.onInput,{capture:!0,signal:i})}const o=new fw(cw(r,n));this.items.set(r,o),queueMicrotask(()=>this.updateValue(r)),r.selectionStart===null&&o.isEager()&&console.warn("Maska: input of `%s` type is not supported",r.type)}}getInputs(e){return typeof e=="string"?Array.from(document.querySelectorAll(e)):"length"in e?Array.from(e):[e]}getOptions(e){const{onMaska:n,preProcess:r,postProcess:o,...i}=e;return i}fixCursor(e,n,r){var o,i;const s=e.selectionStart,c=e.value;if(r(),s===null||s===c.length&&!n)return;const a=e.value,d=c.slice(0,s),u=a.slice(0,s),f=(o=this.processInput(e,d))==null?void 0:o.unmasked,h=(i=this.processInput(e,u))==null?void 0:i.unmasked;if(f===void 0||h===void 0)return;let p=s;d!==u&&(p+=n?a.length-c.length:f.length-h.length),e.setSelectionRange(p,p)}setValue(e,n){const r=this.processInput(e,n);r!==void 0&&(e.value=r.masked,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(o=>o(r)):this.options.onMaska(r)),e.dispatchEvent(new CustomEvent("maska",{detail:r})),e.dispatchEvent(new CustomEvent("input",{detail:r.masked})))}processInput(e,n){const r=this.items.get(e);if(r===void 0)return;let o=n??e.value;this.options.preProcess!=null&&(o=this.options.preProcess(o));let i=r.masked(o);return this.options.postProcess!=null&&(i=this.options.postProcess(i)),{masked:i,unmasked:r.unmasked(o),completed:r.completed(o)}}};const Pd=new WeakMap,pw=(t,e)=>{if(t.arg==null||t.instance==null)return;const n="setup"in t.instance.$.type;t.arg in t.instance?t.instance[t.arg]=e:n&&console.warn("Maska: please expose `%s` using defineExpose",t.arg)},mw=(t,e)=>{var n;const r=t instanceof HTMLInputElement?t:t.querySelector("input");if(r==null||r?.type==="file")return;let o={};if(e.value!=null&&(o=typeof e.value=="string"?{mask:e.value}:{...e.value}),e.arg!=null){const i=s=>{const c=e.modifiers.unmasked?s.unmasked:e.modifiers.completed?s.completed:s.masked;pw(e,c)};o.onMaska=o.onMaska==null?i:Array.isArray(o.onMaska)?[...o.onMaska,i]:[o.onMaska,i]}Pd.has(r)?(n=Pd.get(r))==null||n.update(o):Pd.set(r,new hw(r,o))},gw=["value","type"],br=l.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:at.MD},tabindex:{default:null},invalidFeedbackClass:{default:void 0},invalidFeedbackText:{default:void 0},delayTimeMs:{default:0},mask:{default:void 0}},emits:["update:modelValue","click","blur","enter"],setup(t,{emit:e}){const n=t,r=e,{uniqueIdentifier:o}=Fo(),i=Vr(n,"modelValue",r),s=`__BD__FORM__LABEL__${o.value}`,c=`__BD__FORM__GROUP__${o.value}`,a=`form-input-${n.label?n.label.replace(/ /g,"-").toLowerCase():o.value}`,d=`validationFeedback${n.label?n.label.replace(/ /g,""):o.value}`,u=l.computed(()=>({[`${n.inputClass}`]:n.inputClass,"is-invalid":n.state===!1,"is-valid":n.state===!0,[`form-control-${n.size}`]:n.size})),f=l.computed(()=>({[`${n.invalidFeedbackClass}`]:n.invalidFeedbackClass,"is-invalid":n.state===!1})),h=l.computed(()=>({placeholder:n.placeholder?n.placeholder:null,readonly:n.readonly===!0,disabled:n.disabled===!0,autofocus:n.autofocus===!0,tabindex:n.tabindex?n.tabindex:null,"aria-describedby":n.state===!1&&n.invalidFeedbackText?d:null,"data-maska":n.mask})),p=r6(m=>{i.value=m.target.value},n.delayTimeMs);return(m,g)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["bd-form-input",t.formGroupClass]),id:c},[l.renderSlot(m.$slots,"label",{},()=>[t.label?(l.openBlock(),l.createElementBlock("label",{key:0,for:a,id:s,class:l.normalizeClass(["form-label",t.labelClass])},l.toDisplayString(t.label),3)):l.createCommentVNode("",!0)]),l.createElementVNode("div",{class:l.normalizeClass(t.formFieldClass)},[l.withDirectives(l.createElementVNode("input",l.mergeProps({value:t.modelValue,type:t.type,id:a,class:["form-control",u.value]},h.value,{onInput:g[0]||(g[0]=(...v)=>l.unref(p)&&l.unref(p)(...v)),onClick:g[1]||(g[1]=v=>m.$emit("click")),onBlur:g[2]||(g[2]=v=>m.$emit("blur")),onKeydown:g[3]||(g[3]=l.withKeys(v=>m.$emit("enter"),["enter"]))}),null,16,gw),[[l.unref(mw)]]),l.renderSlot(m.$slots,"default")],2),l.createVNode(xa,{text:t.invalidFeedbackText,class:l.normalizeClass(f.value),state:t.state,id:d},null,8,["text","class","state"])],2))}}),vw={class:"input-group bd-input-group"},yw=["for"],es=l.defineComponent({__name:"BDInputGroup",props:{label:{default:void 0},labelForId:{default:void 0}},setup(t){const e=l.useAttrs(),n=t;return(r,o)=>(l.openBlock(),l.createElementBlock("fieldset",vw,[n.label?(l.openBlock(),l.createElementBlock("label",{key:0,for:n.labelForId,class:"form-label"},l.toDisplayString(n.label),9,yw)):l.createCommentVNode("",!0),l.createElementVNode("div",{class:l.normalizeClass(l.unref(e).class)},[l.renderSlot(r.$slots,"default")],2)]))}}),bw={key:0},Cw={key:1},Om=l.defineComponent({__name:"BDBadge",props:{variant:{default:ia.PRIMARY}},setup(t){const e=t,n=l.computed(()=>["badge","bd-badge",`bd-badge-${e.variant}`]);return(r,o)=>(l.openBlock(),l.createElementBlock("span",{role:"status",class:l.normalizeClass(n.value)},[t.variant==="danger"?(l.openBlock(),l.createElementBlock("span",bw,[l.createVNode(l.unref(pr))])):l.createCommentVNode("",!0),t.variant==="success"?(l.openBlock(),l.createElementBlock("span",Cw,[l.createVNode(l.unref($o))])):l.createCommentVNode("",!0),l.renderSlot(r.$slots,"default")],2))}}),Mm=l.defineComponent({__name:"BDForm",emits:["submit","reset"],setup(t,{emit:e}){const n=e;function r(){n("submit")}function o(){n("reset")}return(i,s)=>(l.openBlock(),l.createElementBlock("form",{onSubmit:l.withModifiers(r,["prevent"]),onReset:l.withModifiers(o,["prevent"])},[l.renderSlot(i.$slots,"default")],32))}}),Ew={"aria-label":"Page navigation",class:"bd-pagination"},kw={class:"page-item"},ww=["data-page"],Sw=["data-page"],Aw={class:"page-item"},xw=["data-page"],Bd=l.defineComponent({__name:"BDPagination",props:{modelValue:{default:1},totalRows:{default:1},rowsPerPage:{default:10},isPatient:{type:Boolean,default:!0}},emits:["click","update:modelValue"],setup(t,{emit:e}){const n=t,r=e,o=Vr(n,"modelValue",r),i=l.ref(Math.ceil(n.totalRows/n.rowsPerPage)),s=l.ref([]);l.watch([()=>n.totalRows,()=>n.rowsPerPage],()=>{i.value=Math.ceil(n.totalRows/n.rowsPerPage),s.value=f(o.value)}),l.onMounted(()=>{s.value=f(o.value)});const c=l.computed(()=>({[`${n.class}`]:n.class,colleague:!n.isPatient})),a=h=>{const p=h.currentTarget.getAttribute("data-page"),m=Number(p);isNaN(Number(m))||(o.value=m,s.value=f(m)),r("click",m)},d=(h,p,m)=>m<=p?m:h==1?6:h<=4?5:1,u=(h,p,m)=>m<=p?0:h==m?6:h>m-4?5:1,f=h=>{const p=[],g=d(h,7,i.value),v=i.value>7&&h>4,y=i.value>7&&h<i.value-3,b=v&&y,E=u(h,7,i.value);for(let C=1;C<=g;C++)p.push(C);if(v&&p.push("..."),b)for(let C=h-1;C<=h+1;C++)p.push(C);y&&p.push("...");for(let C=1;C<=E;C++)p.push(i.value-E+C);return p};return(h,p)=>(l.openBlock(),l.createElementBlock("div",Ew,[l.createElementVNode("ul",{class:l.normalizeClass(["pagination",c.value])},[l.withDirectives(l.createElementVNode("li",kw,[l.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Previous",onClick:a,"data-page":l.unref(o)-1},[l.createVNode(l.unref(Nc))],8,ww)],512),[[l.vShow,l.unref(o)>1]]),(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(s.value,m=>(l.openBlock(),l.createElementBlock("li",{class:l.normalizeClass(["page-item",{active:l.unref(o)===m,disabled:typeof m=="string"}]),key:m},[l.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center",onClick:a,"data-page":m},l.toDisplayString(m),9,Sw)],2))),128)),l.withDirectives(l.createElementVNode("li",Aw,[l.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Next",onClick:a,"data-page":l.unref(o)+1},[l.createVNode(l.unref(Oc))],8,xw)],512),[[l.vShow,l.unref(o)<i.value]])],2)]))}}),Tw=["disabled"],Iw=["label"],_w=["value"],Nw=["value"],Lm=l.defineComponent({__name:"BDFormSelect",props:{size:{default:at.MD},disabled:{type:Boolean},autofocus:{type:Boolean,default:!1},options:{default:void 0},modelValue:{default:""},state:{type:[Boolean,null],default:null}},emits:["update:modelValue","change","input"],setup(t,{emit:e}){const n=t,r=e,o=Vr(n,"modelValue",r),i=l.ref(null),{focused:s}=a6(i,{initialValue:n.autofocus}),c=l.computed(()=>({"form-select":!0,"bd-form-select":!0,"is-invalid":n.state===!1,[`form-select-${n.size}`]:["xs","sm","lg"].includes(n.size)}));l.watch(()=>n.autofocus,f=>{f&&(s.value=!0)});const a=f=>{o.value=f.target.value;let h=u(f.target.value);r("input",h)},d=f=>{let h=u(f.target.value);r("change",h)},u=f=>{try{return JSON.parse(f)}catch{return f}};return(f,h)=>l.withDirectives((l.openBlock(),l.createElementBlock("select",{class:l.normalizeClass(c.value),"onUpdate:modelValue":h[0]||(h[0]=p=>l.isRef(o)?o.value=p:null),disabled:n.disabled,ref_key:"input",ref:i,onInput:a,onChange:d},[l.renderSlot(f.$slots,"first"),n.options&&n.options.length>0&&n.options[0].label&&n.options[0].options?(l.openBlock(!0),l.createElementBlock(l.Fragment,{key:0},l.renderList(n.options,p=>(l.openBlock(),l.createElementBlock("optgroup",{label:p.label},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(p.options,m=>(l.openBlock(),l.createElementBlock("option",{value:JSON.stringify(m.value),key:m.value},l.toDisplayString(m.text),9,_w))),128))],8,Iw))),256)):(l.openBlock(!0),l.createElementBlock(l.Fragment,{key:1},l.renderList(n.options,p=>(l.openBlock(),l.createElementBlock("option",{value:p.value,key:p.value},l.toDisplayString(p.text),9,Nw))),128))],42,Tw)),[[l.vModelSelect,l.unref(o)]])}}),Ow=["value","true-value","false-value","data-checked"],Cr=l.defineComponent({__name:"BDFormCheckbox",props:{modelValue:{type:[Boolean,String,Array],default:void 0},value:{type:[Boolean,String],default:!0},uncheckedValue:{type:[Boolean,String],default:!1},state:{type:[Boolean,null],default:void 0}},emits:["update:modelValue","change","input"],setup(t,{emit:e}){const{uniqueIdentifier:n}=Fo(),r=t,o=e,i=Vr(r,"modelValue",o),s=`form-check-input-${n.value}`,c=l.computed(()=>["form-check","bd-form-checkbox"]),a=l.computed(()=>({"form-check-input":!0,"is-invalid":r.state===!1})),d=u=>o("change",u.target.value);return(u,f)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(c.value)},[l.withDirectives(l.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=h=>l.isRef(i)?i.value=h:null),id:s,class:l.normalizeClass(a.value),type:"checkbox",value:t.value,"true-value":t.value,"false-value":t.uncheckedValue,"data-checked":l.unref(i)===t.value,onChange:d},null,42,Ow),[[l.vModelCheckbox,l.unref(i)]]),l.createElementVNode("label",{class:"form-check-label",for:s},[l.renderSlot(u.$slots,"default")]),l.renderSlot(u.$slots,"last")],2))}}),Mw={key:0,class:"bd-article__body"},Lw={key:1},Dm=l.defineComponent({__name:"BDArticle",props:{title:{default:""},text:{default:""},hideBody:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},identifier:{}},emits:["click"],setup(t,{emit:e}){const n=t,r=e,o=i=>r("click",{event:i,identifier:n.identifier});return(i,s)=>(l.openBlock(),l.createElementBlock("article",{class:"bd-article",onClick:o},[l.createElementVNode("header",null,[l.renderSlot(i.$slots,"header",{},()=>[l.createElementVNode("h5",null,l.toDisplayString(n.title),1)])]),n.hideBody?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("div",Mw,[l.renderSlot(i.$slots,"default",{},()=>[l.createTextVNode(l.toDisplayString(n.text),1)])])),n.hideFooter?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("footer",Lw,[l.renderSlot(i.$slots,"footer")]))]))}}),Ko={DANGER:"danger",WARNING:"warning",INFO:"info",SUCCESS:"success"},Dw=["id"],Pw={class:"toast-header"},Bw={class:"toast-body"},Rd=l.defineComponent({__name:"BDToast",props:{id:{},variant:{default:Ko.INFO},title:{default:""},text:{default:""}},setup(t){const e=t,n=l.computed(()=>({[`bd-toast-${e.variant}`]:!0})),r=l.computed(()=>e.variant!==Ko.SUCCESS);return(o,i)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["toast bd-toast",n.value]),role:"alert","aria-live":"assertive","aria-atomic":"true",key:e.id,id:e.id},[l.createElementVNode("div",Pw,[r.value?(l.openBlock(),l.createBlock(l.unref(pr),{key:0})):(l.openBlock(),l.createBlock(l.unref($o),{key:1})),l.createElementVNode("h5",null,l.toDisplayString(e.title),1),i[0]||(i[0]=l.createElementVNode("button",{type:"button",class:"btn-close","data-bs-dismiss":"toast","aria-label":"Close"},null,-1))]),l.createElementVNode("div",Bw,[l.createElementVNode("span",null,l.toDisplayString(e.text),1)])],10,Dw))}}),_e="",Ia=t=>typeof t=="string"||t instanceof String,Rw={class:"bd-pill"},$w=["src"],Fw={class:"bd-pill__description"},zw=["href"],Uw=["id","textContent","title"],Hw=["id","textContent","title"],_a=l.defineComponent({__name:"BDPill",props:{imgSrc:{default:_e},uri:{default:_e},uriDisplayName:{default:_e},title:{default:_e},subtitle:{default:_e},showClose:{type:Boolean,default:!1}},emits:["close"],setup(t,{emit:e}){const{uniqueIdentifier:n}=Fo(),r=t,o=l.computed(()=>r.uri),i=l.computed(()=>r.uriDisplayName!==_e?r.uriDisplayName:r.uri),s=l.computed(()=>r.imgSrc),c=l.computed(()=>r.title),a=l.computed(()=>r.subtitle),d=l.computed(()=>`bd-pill-title-${n.value}`),u=l.computed(()=>`bd-pill-subtitle-${n.value}`);return(f,h)=>(l.openBlock(),l.createElementBlock("div",Rw,[l.createElementVNode("img",{src:s.value,class:"bd-pill__logo",alt:"logo-externe-partij"},null,8,$w),l.createElementVNode("div",Fw,[l.createElementVNode("a",{href:o.value,class:"bd-pill__link",target:"_blank",rel:"noopener noreferrer"},[l.createVNode(l.unref(ra),{class:"bd-pill__icon-hyperlink",style:{height:"12px"}}),l.createTextVNode(" "+l.toDisplayString(i.value),1)],8,zw),l.createElementVNode("span",{class:"bd-pill__title",id:d.value,textContent:l.toDisplayString(c.value),"data-bs-toggle":"tooltip",title:c.value},null,8,Uw),l.createElementVNode("span",{class:"bd-pill__subtitle",id:u.value,textContent:l.toDisplayString(a.value),"data-bs-toggle":"tooltip",title:a.value},null,8,Hw)])]))}});function jw(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]]);return n}function Ww(t,e,n,r){function o(i){return i instanceof n?i:new n(function(s){s(i)})}return new(n||(n=Promise))(function(i,s){function c(u){try{d(r.next(u))}catch(f){s(f)}}function a(u){try{d(r.throw(u))}catch(f){s(f)}}function d(u){u.done?i(u.value):o(u.value).then(c,a)}d((r=r.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Kw=t=>Array.isArray(t)&&t.length>0,Yw=t=>Object.keys(t).map(e=>t[e]),$d=t=>Array.isArray(t)&&t.length>0,Pm=t=>!t||Array.isArray(t)&&!t.length,Fd={name:"BDUserInformation",props:{value:{type:Object},showProfilePicture:{type:Boolean}},render(){const t=this.value,{name:e,profilePictureUri:n,extra:r}=t,o=jw(t,["name","profilePictureUri","extra"]),i=n&&this.showProfilePicture?l.h("img",{class:"bd-user-information__profile-picture",src:n,alt:e}):null;let c=[l.h("h4",null,e)];this.$slots.default&&c.push(this.$slots.default());const a=l.h("div",{class:"bd-user-information__header"},c),d=l.h("small",null,Yw(o).filter(f=>f).join(" • ")),u=l.h("div",{class:"bd-user-information__detail"},[a,d]);return l.h("div",{class:"bd-user-information"},[i,u])}},Bm={displayTime:!0,format:"numeric"};function Yo(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Na={exports:{}},Gw=Na.exports,Rm;function $m(){return Rm||(Rm=1,(function(t,e){(function(n,r){t.exports=r()})(Gw,(function(){var n=1e3,r=6e4,o=36e5,i="millisecond",s="second",c="minute",a="hour",d="day",u="week",f="month",h="quarter",p="year",m="date",g="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,b={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(z){var U=["th","st","nd","rd"],F=z%100;return"["+z+(U[(F-20)%10]||U[F]||U[0])+"]"}},E=function(z,U,F){var X=String(z);return!X||X.length>=U?z:""+Array(U+1-X.length).join(F)+z},C={s:E,z:function(z){var U=-z.utcOffset(),F=Math.abs(U),X=Math.floor(F/60),H=F%60;return(U<=0?"+":"-")+E(X,2,"0")+":"+E(H,2,"0")},m:function z(U,F){if(U.date()<F.date())return-z(F,U);var X=12*(F.year()-U.year())+(F.month()-U.month()),H=U.clone().add(X,f),ee=F-H<0,ne=U.clone().add(X+(ee?-1:1),f);return+(-(X+(F-H)/(ee?H-ne:ne-H))||0)},a:function(z){return z<0?Math.ceil(z)||0:Math.floor(z)},p:function(z){return{M:f,y:p,w:u,d,D:m,h:a,m:c,s,ms:i,Q:h}[z]||String(z||"").toLowerCase().replace(/s$/,"")},u:function(z){return z===void 0}},S="en",_={};_[S]=b;var T="$isDayjsObject",D=function(z){return z instanceof W||!(!z||!z[T])},G=function z(U,F,X){var H;if(!U)return S;if(typeof U=="string"){var ee=U.toLowerCase();_[ee]&&(H=ee),F&&(_[ee]=F,H=ee);var ne=U.split("-");if(!H&&ne.length>1)return z(ne[0])}else{var ae=U.name;_[ae]=U,H=ae}return!X&&H&&(S=H),H||!X&&S},$=function(z,U){if(D(z))return z.clone();var F=typeof U=="object"?U:{};return F.date=z,F.args=arguments,new W(F)},j=C;j.l=G,j.i=D,j.w=function(z,U){return $(z,{locale:U.$L,utc:U.$u,x:U.$x,$offset:U.$offset})};var W=(function(){function z(F){this.$L=G(F.locale,null,!0),this.parse(F),this.$x=this.$x||F.x||{},this[T]=!0}var U=z.prototype;return U.parse=function(F){this.$d=(function(X){var H=X.date,ee=X.utc;if(H===null)return new Date(NaN);if(j.u(H))return new Date;if(H instanceof Date)return new Date(H);if(typeof H=="string"&&!/Z$/i.test(H)){var ne=H.match(v);if(ne){var ae=ne[2]-1||0,pe=(ne[7]||"0").substring(0,3);return ee?new Date(Date.UTC(ne[1],ae,ne[3]||1,ne[4]||0,ne[5]||0,ne[6]||0,pe)):new Date(ne[1],ae,ne[3]||1,ne[4]||0,ne[5]||0,ne[6]||0,pe)}}return new Date(H)})(F),this.init()},U.init=function(){var F=this.$d;this.$y=F.getFullYear(),this.$M=F.getMonth(),this.$D=F.getDate(),this.$W=F.getDay(),this.$H=F.getHours(),this.$m=F.getMinutes(),this.$s=F.getSeconds(),this.$ms=F.getMilliseconds()},U.$utils=function(){return j},U.isValid=function(){return this.$d.toString()!==g},U.isSame=function(F,X){var H=$(F);return this.startOf(X)<=H&&H<=this.endOf(X)},U.isAfter=function(F,X){return $(F)<this.startOf(X)},U.isBefore=function(F,X){return this.endOf(X)<$(F)},U.$g=function(F,X,H){return j.u(F)?this[X]:this.set(H,F)},U.unix=function(){return Math.floor(this.valueOf()/1e3)},U.valueOf=function(){return this.$d.getTime()},U.startOf=function(F,X){var H=this,ee=!!j.u(X)||X,ne=j.p(F),ae=function(M,I){var O=j.w(H.$u?Date.UTC(H.$y,I,M):new Date(H.$y,I,M),H);return ee?O:O.endOf(d)},pe=function(M,I){return j.w(H.toDate()[M].apply(H.toDate("s"),(ee?[0,0,0,0]:[23,59,59,999]).slice(I)),H)},me=this.$W,be=this.$M,Ee=this.$D,Te="set"+(this.$u?"UTC":"");switch(ne){case p:return ee?ae(1,0):ae(31,11);case f:return ee?ae(1,be):ae(0,be+1);case u:var ve=this.$locale().weekStart||0,N=(me<ve?me+7:me)-ve;return ae(ee?Ee-N:Ee+(6-N),be);case d:case m:return pe(Te+"Hours",0);case a:return pe(Te+"Minutes",1);case c:return pe(Te+"Seconds",2);case s:return pe(Te+"Milliseconds",3);default:return this.clone()}},U.endOf=function(F){return this.startOf(F,!1)},U.$set=function(F,X){var H,ee=j.p(F),ne="set"+(this.$u?"UTC":""),ae=(H={},H[d]=ne+"Date",H[m]=ne+"Date",H[f]=ne+"Month",H[p]=ne+"FullYear",H[a]=ne+"Hours",H[c]=ne+"Minutes",H[s]=ne+"Seconds",H[i]=ne+"Milliseconds",H)[ee],pe=ee===d?this.$D+(X-this.$W):X;if(ee===f||ee===p){var me=this.clone().set(m,1);me.$d[ae](pe),me.init(),this.$d=me.set(m,Math.min(this.$D,me.daysInMonth())).$d}else ae&&this.$d[ae](pe);return this.init(),this},U.set=function(F,X){return this.clone().$set(F,X)},U.get=function(F){return this[j.p(F)]()},U.add=function(F,X){var H,ee=this;F=Number(F);var ne=j.p(X),ae=function(be){var Ee=$(ee);return j.w(Ee.date(Ee.date()+Math.round(be*F)),ee)};if(ne===f)return this.set(f,this.$M+F);if(ne===p)return this.set(p,this.$y+F);if(ne===d)return ae(1);if(ne===u)return ae(7);var pe=(H={},H[c]=r,H[a]=o,H[s]=n,H)[ne]||1,me=this.$d.getTime()+F*pe;return j.w(me,this)},U.subtract=function(F,X){return this.add(-1*F,X)},U.format=function(F){var X=this,H=this.$locale();if(!this.isValid())return H.invalidDate||g;var ee=F||"YYYY-MM-DDTHH:mm:ssZ",ne=j.z(this),ae=this.$H,pe=this.$m,me=this.$M,be=H.weekdays,Ee=H.months,Te=H.meridiem,ve=function(I,O,k,w){return I&&(I[O]||I(X,ee))||k[O].slice(0,w)},N=function(I){return j.s(ae%12||12,I,"0")},M=Te||function(I,O,k){var w=I<12?"AM":"PM";return k?w.toLowerCase():w};return ee.replace(y,(function(I,O){return O||(function(k){switch(k){case"YY":return String(X.$y).slice(-2);case"YYYY":return j.s(X.$y,4,"0");case"M":return me+1;case"MM":return j.s(me+1,2,"0");case"MMM":return ve(H.monthsShort,me,Ee,3);case"MMMM":return ve(Ee,me);case"D":return X.$D;case"DD":return j.s(X.$D,2,"0");case"d":return String(X.$W);case"dd":return ve(H.weekdaysMin,X.$W,be,2);case"ddd":return ve(H.weekdaysShort,X.$W,be,3);case"dddd":return be[X.$W];case"H":return String(ae);case"HH":return j.s(ae,2,"0");case"h":return N(1);case"hh":return N(2);case"a":return M(ae,pe,!0);case"A":return M(ae,pe,!1);case"m":return String(pe);case"mm":return j.s(pe,2,"0");case"s":return String(X.$s);case"ss":return j.s(X.$s,2,"0");case"SSS":return j.s(X.$ms,3,"0");case"Z":return ne}return null})(I)||ne.replace(":","")}))},U.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},U.diff=function(F,X,H){var ee,ne=this,ae=j.p(X),pe=$(F),me=(pe.utcOffset()-this.utcOffset())*r,be=this-pe,Ee=function(){return j.m(ne,pe)};switch(ae){case p:ee=Ee()/12;break;case f:ee=Ee();break;case h:ee=Ee()/3;break;case u:ee=(be-me)/6048e5;break;case d:ee=(be-me)/864e5;break;case a:ee=be/o;break;case c:ee=be/r;break;case s:ee=be/n;break;default:ee=be}return H?ee:j.a(ee)},U.daysInMonth=function(){return this.endOf(f).$D},U.$locale=function(){return _[this.$L]},U.locale=function(F,X){if(!F)return this.$L;var H=this.clone(),ee=G(F,X,!0);return ee&&(H.$L=ee),H},U.clone=function(){return j.w(this.$d,this)},U.toDate=function(){return new Date(this.valueOf())},U.toJSON=function(){return this.isValid()?this.toISOString():null},U.toISOString=function(){return this.$d.toISOString()},U.toString=function(){return this.$d.toUTCString()},z})(),Y=W.prototype;return $.prototype=Y,[["$ms",i],["$s",s],["$m",c],["$H",a],["$W",d],["$M",f],["$y",p],["$D",m]].forEach((function(z){Y[z[1]]=function(U){return this.$g(U,z[0],z[1])}})),$.extend=function(z,U){return z.$i||(z(U,W,$),z.$i=!0),$},$.locale=G,$.isDayjs=D,$.unix=function(z){return $(1e3*z)},$.en=_[S],$.Ls=_,$.p={},$}))})(Na)),Na.exports}var Qw=$m();const Wt=Yo(Qw);var Oa={exports:{}},Zw=Oa.exports,Fm;function Jw(){return Fm||(Fm=1,(function(t,e){(function(n,r){t.exports=r($m())})(Zw,(function(n){function r(s){return s&&typeof s=="object"&&"default"in s?s:{default:s}}var o=r(n),i={name:"nl",weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),ordinal:function(s){return"["+s+(s===1||s===8||s>=20?"ste":"de")+"]"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"een minuut",mm:"%d minuten",h:"een uur",hh:"%d uur",d:"een dag",dd:"%d dagen",M:"een maand",MM:"%d maanden",y:"een jaar",yy:"%d jaar"}};return o.default.locale(i,null,!0),i}))})(Oa)),Oa.exports}Jw();var Ma={exports:{}},Xw=Ma.exports,zm;function qw(){return zm||(zm=1,(function(t,e){(function(n,r){t.exports=r()})(Xw,(function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},r=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,o=/\d/,i=/\d\d/,s=/\d\d?/,c=/\d*[^-_:/,()\s\d]+/,a={},d=function(v){return(v=+v)+(v>68?1900:2e3)},u=function(v){return function(y){this[v]=+y}},f=[/[+-]\d\d:?(\d\d)?|Z/,function(v){(this.zone||(this.zone={})).offset=(function(y){if(!y||y==="Z")return 0;var b=y.match(/([+-]|\d\d)/g),E=60*b[1]+(+b[2]||0);return E===0?0:b[0]==="+"?-E:E})(v)}],h=function(v){var y=a[v];return y&&(y.indexOf?y:y.s.concat(y.f))},p=function(v,y){var b,E=a.meridiem;if(E){for(var C=1;C<=24;C+=1)if(v.indexOf(E(C,0,y))>-1){b=C>12;break}}else b=v===(y?"pm":"PM");return b},m={A:[c,function(v){this.afternoon=p(v,!1)}],a:[c,function(v){this.afternoon=p(v,!0)}],Q:[o,function(v){this.month=3*(v-1)+1}],S:[o,function(v){this.milliseconds=100*+v}],SS:[i,function(v){this.milliseconds=10*+v}],SSS:[/\d{3}/,function(v){this.milliseconds=+v}],s:[s,u("seconds")],ss:[s,u("seconds")],m:[s,u("minutes")],mm:[s,u("minutes")],H:[s,u("hours")],h:[s,u("hours")],HH:[s,u("hours")],hh:[s,u("hours")],D:[s,u("day")],DD:[i,u("day")],Do:[c,function(v){var y=a.ordinal,b=v.match(/\d+/);if(this.day=b[0],y)for(var E=1;E<=31;E+=1)y(E).replace(/\[|\]/g,"")===v&&(this.day=E)}],w:[s,u("week")],ww:[i,u("week")],M:[s,u("month")],MM:[i,u("month")],MMM:[c,function(v){var y=h("months"),b=(h("monthsShort")||y.map((function(E){return E.slice(0,3)}))).indexOf(v)+1;if(b<1)throw new Error;this.month=b%12||b}],MMMM:[c,function(v){var y=h("months").indexOf(v)+1;if(y<1)throw new Error;this.month=y%12||y}],Y:[/[+-]?\d+/,u("year")],YY:[i,function(v){this.year=d(v)}],YYYY:[/\d{4}/,u("year")],Z:f,ZZ:f};function g(v){var y,b;y=v,b=a&&a.formats;for(var E=(v=y.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function($,j,W){var Y=W&&W.toUpperCase();return j||b[W]||n[W]||b[Y].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(z,U,F){return U||F.slice(1)}))}))).match(r),C=E.length,S=0;S<C;S+=1){var _=E[S],T=m[_],D=T&&T[0],G=T&&T[1];E[S]=G?{regex:D,parser:G}:_.replace(/^\[|\]$/g,"")}return function($){for(var j={},W=0,Y=0;W<C;W+=1){var z=E[W];if(typeof z=="string")Y+=z.length;else{var U=z.regex,F=z.parser,X=$.slice(Y),H=U.exec(X)[0];F.call(j,H),$=$.replace(H,"")}}return(function(ee){var ne=ee.afternoon;if(ne!==void 0){var ae=ee.hours;ne?ae<12&&(ee.hours+=12):ae===12&&(ee.hours=0),delete ee.afternoon}})(j),j}}return function(v,y,b){b.p.customParseFormat=!0,v&&v.parseTwoDigitYear&&(d=v.parseTwoDigitYear);var E=y.prototype,C=E.parse;E.parse=function(S){var _=S.date,T=S.utc,D=S.args;this.$u=T;var G=D[1];if(typeof G=="string"){var $=D[2]===!0,j=D[3]===!0,W=$||j,Y=D[2];j&&(Y=D[2]),a=this.$locale(),!$&&Y&&(a=b.Ls[Y]),this.$d=(function(X,H,ee,ne){try{if(["x","X"].indexOf(H)>-1)return new Date((H==="X"?1e3:1)*X);var ae=g(H)(X),pe=ae.year,me=ae.month,be=ae.day,Ee=ae.hours,Te=ae.minutes,ve=ae.seconds,N=ae.milliseconds,M=ae.zone,I=ae.week,O=new Date,k=be||(pe||me?1:O.getDate()),w=pe||O.getFullYear(),P=0;pe&&!me||(P=me>0?me-1:O.getMonth());var R,K=Ee||0,Q=Te||0,A=ve||0,x=N||0;return M?new Date(Date.UTC(w,P,k,K,Q,A,x+60*M.offset*1e3)):ee?new Date(Date.UTC(w,P,k,K,Q,A,x)):(R=new Date(w,P,k,K,Q,A,x),I&&(R=ne(R).week(I).toDate()),R)}catch{return new Date("")}})(_,G,T,b),this.init(),Y&&Y!==!0&&(this.$L=this.locale(Y).$L),W&&_!=this.format(G)&&(this.$d=new Date("")),a={}}else if(G instanceof Array)for(var z=G.length,U=1;U<=z;U+=1){D[1]=G[U-1];var F=b.apply(this,D);if(F.isValid()){this.$d=F.$d,this.$L=F.$L,this.init();break}U===z&&(this.$d=new Date(""))}else C.call(this,S)}}}))})(Ma)),Ma.exports}var Vw=qw();const eS=Yo(Vw);var La={exports:{}},tS=La.exports,Um;function nS(){return Um||(Um=1,(function(t,e){(function(n,r){t.exports=r()})(tS,(function(){return function(n,r){r.prototype.isSameOrAfter=function(o,i){return this.isSame(o,i)||this.isAfter(o,i)}}}))})(La)),La.exports}var rS=nS();const oS=Yo(rS);var Da={exports:{}},iS=Da.exports,Hm;function sS(){return Hm||(Hm=1,(function(t,e){(function(n,r){t.exports=r()})(iS,(function(){return function(n,r){r.prototype.isSameOrBefore=function(o,i){return this.isSame(o,i)||this.isBefore(o,i)}}}))})(Da)),Da.exports}var aS=sS();const lS=Yo(aS);var Pa={exports:{}},cS=Pa.exports,jm;function dS(){return jm||(jm=1,(function(t,e){(function(n,r){t.exports=r()})(cS,(function(){var n="week",r="year";return function(o,i,s){var c=i.prototype;c.week=function(a){if(a===void 0&&(a=null),a!==null)return this.add(7*(a-this.week()),"day");var d=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var u=s(this).startOf(r).add(1,r).date(d),f=s(this).endOf(n);if(u.isBefore(f))return 1}var h=s(this).startOf(r).date(d).startOf(n).subtract(1,"millisecond"),p=this.diff(h,n,!0);return p<0?s(this).startOf("week").week():Math.ceil(p)},c.weeks=function(a){return a===void 0&&(a=null),this.week(a)}}}))})(Pa)),Pa.exports}var uS=dS();const fS=Yo(uS);Wt.extend(eS),Wt.locale("nl"),Wt.extend(oS),Wt.extend(lS),Wt.extend(fS);const zd=t=>t?t.charAt(0).toUpperCase()+t.slice(1):"";function Wm(t,e=Wt()){const n=Wt(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY"],!0);if(!n.isValid())return"";const r=e.startOf("day");if(n.isSame(r,"day"))return"Vandaag";const o=r.subtract(1,"day");if(n.isSame(o,"day"))return"Gisteren";const i=r.subtract(6,"day");if(n.isSameOrAfter(i)&&n.isBefore(r))return zd(n.format("dddd"));const s=r.subtract(7,"day");return n.isSame(s)||n.isSame(e,"year")?n.format("D MMMM"):n.format("DD-MM-YYYY")}function Km(t,e=Wt()){const n=Wt(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY"],!0),r=t.includes(" ")&&t.includes(":");if(!n.isValid())return"";const o=e.startOf("day");if(n.isSame(o,"day"))return r?n.format("H:mm"):"Vandaag";const i=o.subtract(1,"day");if(n.isSame(i,"day"))return r?`Gisteren ${n.format("H:mm")}`:"Gisteren";const s=o.subtract(6,"day");if(n.isSameOrAfter(s)&&n.isBefore(o))return zd(r?n.format("dddd H:mm"):n.format("dddd"));const c=o.subtract(7,"day");return n.isSame(c)||n.isSame(e,"year")?r?n.format("D MMM H:mm"):n.format("D MMMM"):n.format("DD-MM-YYYY")}function Ud(t){const e=Wt(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY","YYYY-MM-DDTHH:mm:ss"],!0),n=t.includes(" ")&&t.includes(":");return e.isValid()?n&&e.isSame(Wt(),"year")?e.format("DD-MM-YYYY H:mm"):e.format("DD-MM-YYYY"):""}function Hd(t){const e=Wt(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY","YYYY-MM-DDTHH:mm:ss"],!0);return e.isValid()?e.format("DD-MM-YYYY"):""}const hS={class:"bd-date"},Ym=l.defineComponent({__name:"BDDate",props:{date:{},displayTime:{type:Boolean,default:Bm.displayTime},format:{default:Bm.format}},setup(t){const e=t,n=l.computed(()=>e.date?e.format==="textual"?e.displayTime?Km(e.date):Wm(e.date):(e.format==="numeric",e.displayTime?Ud(e.date):Hd(e.date)):"");return(r,o)=>(l.openBlock(),l.createElementBlock("span",hS,l.toDisplayString(n.value),1))}}),Ba=l.defineComponent({__name:"BDDropdownItem",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},emits:["click"],setup(t,{emit:e}){const n=t,r=e,o=()=>{r("click")};return(i,s)=>(l.openBlock(),l.createElementBlock("li",l.mergeProps({class:"bd-dropdown-item"},i.$attrs),[l.createVNode(Xr,l.mergeProps({class:"dropdown-item",onClick:o},n),{default:l.withCtx(()=>[l.renderSlot(i.$slots,"default",{},()=>[l.createTextVNode(l.toDisplayString(n.text),1)])]),_:3},16)],16))}});var jd={exports:{}},Gm;function pS(){return Gm||(Gm=1,(function(t,e){(function(r,o){t.exports=o()})(self,function(){return(function(){var n={3099:(function(s){s.exports=function(c){if(typeof c!="function")throw TypeError(String(c)+" is not a function");return c}}),6077:(function(s,c,a){var d=a(111);s.exports=function(u){if(!d(u)&&u!==null)throw TypeError("Can't set "+String(u)+" as a prototype");return u}}),1223:(function(s,c,a){var d=a(5112),u=a(30),f=a(3070),h=d("unscopables"),p=Array.prototype;p[h]==null&&f.f(p,h,{configurable:!0,value:u(null)}),s.exports=function(m){p[h][m]=!0}}),1530:(function(s,c,a){var d=a(8710).charAt;s.exports=function(u,f,h){return f+(h?d(u,f).length:1)}}),5787:(function(s){s.exports=function(c,a,d){if(!(c instanceof a))throw TypeError("Incorrect "+(d?d+" ":"")+"invocation");return c}}),9670:(function(s,c,a){var d=a(111);s.exports=function(u){if(!d(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,c,a){var d=a(4019),u=a(9781),f=a(7854),h=a(111),p=a(6656),m=a(648),g=a(8880),v=a(1320),y=a(3070).f,b=a(9518),E=a(7674),C=a(5112),S=a(9711),_=f.Int8Array,T=_&&_.prototype,D=f.Uint8ClampedArray,G=D&&D.prototype,$=_&&b(_),j=T&&b(T),W=Object.prototype,Y=W.isPrototypeOf,z=C("toStringTag"),U=S("TYPED_ARRAY_TAG"),F=d&&!!E&&m(f.opera)!=="Opera",X=!1,H,ee={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},ne={BigInt64Array:8,BigUint64Array:8},ae=function(N){if(!h(N))return!1;var M=m(N);return M==="DataView"||p(ee,M)||p(ne,M)},pe=function(ve){if(!h(ve))return!1;var N=m(ve);return p(ee,N)||p(ne,N)},me=function(ve){if(pe(ve))return ve;throw TypeError("Target is not a typed array")},be=function(ve){if(E){if(Y.call($,ve))return ve}else for(var N in ee)if(p(ee,H)){var M=f[N];if(M&&(ve===M||Y.call(M,ve)))return ve}throw TypeError("Target is not a typed array constructor")},Ee=function(ve,N,M){if(u){if(M)for(var I in ee){var O=f[I];O&&p(O.prototype,ve)&&delete O.prototype[ve]}(!j[ve]||M)&&v(j,ve,M?N:F&&T[ve]||N)}},Te=function(ve,N,M){var I,O;if(u){if(E){if(M)for(I in ee)O=f[I],O&&p(O,ve)&&delete O[ve];if(!$[ve]||M)try{return v($,ve,M?N:F&&_[ve]||N)}catch{}else return}for(I in ee)O=f[I],O&&(!O[ve]||M)&&v(O,ve,N)}};for(H in ee)f[H]||(F=!1);if((!F||typeof $!="function"||$===Function.prototype)&&($=function(){throw TypeError("Incorrect invocation")},F))for(H in ee)f[H]&&E(f[H],$);if((!F||!j||j===W)&&(j=$.prototype,F))for(H in ee)f[H]&&E(f[H].prototype,j);if(F&&b(G)!==j&&E(G,j),u&&!p(j,z)){X=!0,y(j,z,{get:function(){return h(this)?this[U]:void 0}});for(H in ee)f[H]&&g(f[H],U,H)}s.exports={NATIVE_ARRAY_BUFFER_VIEWS:F,TYPED_ARRAY_TAG:X&&U,aTypedArray:me,aTypedArrayConstructor:be,exportTypedArrayMethod:Ee,exportTypedArrayStaticMethod:Te,isView:ae,isTypedArray:pe,TypedArray:$,TypedArrayPrototype:j}}),3331:(function(s,c,a){var d=a(7854),u=a(9781),f=a(4019),h=a(8880),p=a(2248),m=a(7293),g=a(5787),v=a(9958),y=a(7466),b=a(7067),E=a(1179),C=a(9518),S=a(7674),_=a(8006).f,T=a(3070).f,D=a(1285),G=a(8003),$=a(9909),j=$.get,W=$.set,Y="ArrayBuffer",z="DataView",U="prototype",F="Wrong length",X="Wrong index",H=d[Y],ee=H,ne=d[z],ae=ne&&ne[U],pe=Object.prototype,me=d.RangeError,be=E.pack,Ee=E.unpack,Te=function(Z){return[Z&255]},ve=function(Z){return[Z&255,Z>>8&255]},N=function(Z){return[Z&255,Z>>8&255,Z>>16&255,Z>>24&255]},M=function(Z){return Z[3]<<24|Z[2]<<16|Z[1]<<8|Z[0]},I=function(Z){return be(Z,23,4)},O=function(Z){return be(Z,52,8)},k=function(Z,q){T(Z[U],q,{get:function(){return j(this)[q]}})},w=function(Z,q,te,se){var J=b(te),re=j(Z);if(J+q>re.byteLength)throw me(X);var Se=j(re.buffer).bytes,Ne=J+re.byteOffset,Oe=Se.slice(Ne,Ne+q);return se?Oe:Oe.reverse()},P=function(Z,q,te,se,J,re){var Se=b(te),Ne=j(Z);if(Se+q>Ne.byteLength)throw me(X);for(var Oe=j(Ne.buffer).bytes,nt=Se+Ne.byteOffset,pt=se(+J),rt=0;rt<q;rt++)Oe[nt+rt]=pt[re?rt:q-rt-1]};if(!f)ee=function(q){g(this,ee,Y);var te=b(q);W(this,{bytes:D.call(new Array(te),0),byteLength:te}),u||(this.byteLength=te)},ne=function(q,te,se){g(this,ne,z),g(q,ee,z);var J=j(q).byteLength,re=v(te);if(re<0||re>J)throw me("Wrong offset");if(se=se===void 0?J-re:y(se),re+se>J)throw me(F);W(this,{buffer:q,byteLength:se,byteOffset:re}),u||(this.buffer=q,this.byteLength=se,this.byteOffset=re)},u&&(k(ee,"byteLength"),k(ne,"buffer"),k(ne,"byteLength"),k(ne,"byteOffset")),p(ne[U],{getInt8:function(q){return w(this,1,q)[0]<<24>>24},getUint8:function(q){return w(this,1,q)[0]},getInt16:function(q){var te=w(this,2,q,arguments.length>1?arguments[1]:void 0);return(te[1]<<8|te[0])<<16>>16},getUint16:function(q){var te=w(this,2,q,arguments.length>1?arguments[1]:void 0);return te[1]<<8|te[0]},getInt32:function(q){return M(w(this,4,q,arguments.length>1?arguments[1]:void 0))},getUint32:function(q){return M(w(this,4,q,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(q){return Ee(w(this,4,q,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(q){return Ee(w(this,8,q,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(q,te){P(this,1,q,Te,te)},setUint8:function(q,te){P(this,1,q,Te,te)},setInt16:function(q,te){P(this,2,q,ve,te,arguments.length>2?arguments[2]:void 0)},setUint16:function(q,te){P(this,2,q,ve,te,arguments.length>2?arguments[2]:void 0)},setInt32:function(q,te){P(this,4,q,N,te,arguments.length>2?arguments[2]:void 0)},setUint32:function(q,te){P(this,4,q,N,te,arguments.length>2?arguments[2]:void 0)},setFloat32:function(q,te){P(this,4,q,I,te,arguments.length>2?arguments[2]:void 0)},setFloat64:function(q,te){P(this,8,q,O,te,arguments.length>2?arguments[2]:void 0)}});else{if(!m(function(){H(1)})||!m(function(){new H(-1)})||m(function(){return new H,new H(1.5),new H(NaN),H.name!=Y})){ee=function(q){return g(this,ee),new H(b(q))};for(var R=ee[U]=H[U],K=_(H),Q=0,A;K.length>Q;)(A=K[Q++])in ee||h(ee,A,H[A]);R.constructor=ee}S&&C(ae)!==pe&&S(ae,pe);var x=new ne(new ee(2)),B=ae.setInt8;x.setInt8(0,2147483648),x.setInt8(1,2147483649),(x.getInt8(0)||!x.getInt8(1))&&p(ae,{setInt8:function(q,te){B.call(this,q,te<<24>>24)},setUint8:function(q,te){B.call(this,q,te<<24>>24)}},{unsafe:!0})}G(ee,Y),G(ne,z),s.exports={ArrayBuffer:ee,DataView:ne}}),1048:(function(s,c,a){var d=a(7908),u=a(1400),f=a(7466),h=Math.min;s.exports=[].copyWithin||function(m,g){var v=d(this),y=f(v.length),b=u(m,y),E=u(g,y),C=arguments.length>2?arguments[2]:void 0,S=h((C===void 0?y:u(C,y))-E,y-b),_=1;for(E<b&&b<E+S&&(_=-1,E+=S-1,b+=S-1);S-- >0;)E in v?v[b]=v[E]:delete v[b],b+=_,E+=_;return v}}),1285:(function(s,c,a){var d=a(7908),u=a(1400),f=a(7466);s.exports=function(p){for(var m=d(this),g=f(m.length),v=arguments.length,y=u(v>1?arguments[1]:void 0,g),b=v>2?arguments[2]:void 0,E=b===void 0?g:u(b,g);E>y;)m[y++]=p;return m}}),8533:(function(s,c,a){var d=a(2092).forEach,u=a(9341),f=u("forEach");s.exports=f?[].forEach:function(p){return d(this,p,arguments.length>1?arguments[1]:void 0)}}),8457:(function(s,c,a){var d=a(9974),u=a(7908),f=a(3411),h=a(7659),p=a(7466),m=a(6135),g=a(1246);s.exports=function(y){var b=u(y),E=typeof this=="function"?this:Array,C=arguments.length,S=C>1?arguments[1]:void 0,_=S!==void 0,T=g(b),D=0,G,$,j,W,Y,z;if(_&&(S=d(S,C>2?arguments[2]:void 0,2)),T!=null&&!(E==Array&&h(T)))for(W=T.call(b),Y=W.next,$=new E;!(j=Y.call(W)).done;D++)z=_?f(W,S,[j.value,D],!0):j.value,m($,D,z);else for(G=p(b.length),$=new E(G);G>D;D++)z=_?S(b[D],D):b[D],m($,D,z);return $.length=D,$}}),1318:(function(s,c,a){var d=a(5656),u=a(7466),f=a(1400),h=function(p){return function(m,g,v){var y=d(m),b=u(y.length),E=f(v,b),C;if(p&&g!=g){for(;b>E;)if(C=y[E++],C!=C)return!0}else for(;b>E;E++)if((p||E in y)&&y[E]===g)return p||E||0;return!p&&-1}};s.exports={includes:h(!0),indexOf:h(!1)}}),2092:(function(s,c,a){var d=a(9974),u=a(8361),f=a(7908),h=a(7466),p=a(5417),m=[].push,g=function(v){var y=v==1,b=v==2,E=v==3,C=v==4,S=v==6,_=v==7,T=v==5||S;return function(D,G,$,j){for(var W=f(D),Y=u(W),z=d(G,$,3),U=h(Y.length),F=0,X=j||p,H=y?X(D,U):b||_?X(D,0):void 0,ee,ne;U>F;F++)if((T||F in Y)&&(ee=Y[F],ne=z(ee,F,W),v))if(y)H[F]=ne;else if(ne)switch(v){case 3:return!0;case 5:return ee;case 6:return F;case 2:m.call(H,ee)}else switch(v){case 4:return!1;case 7:m.call(H,ee)}return S?-1:E||C?C:H}};s.exports={forEach:g(0),map:g(1),filter:g(2),some:g(3),every:g(4),find:g(5),findIndex:g(6),filterOut:g(7)}}),6583:(function(s,c,a){var d=a(5656),u=a(9958),f=a(7466),h=a(9341),p=Math.min,m=[].lastIndexOf,g=!!m&&1/[1].lastIndexOf(1,-0)<0,v=h("lastIndexOf"),y=g||!v;s.exports=y?function(E){if(g)return m.apply(this,arguments)||0;var C=d(this),S=f(C.length),_=S-1;for(arguments.length>1&&(_=p(_,u(arguments[1]))),_<0&&(_=S+_);_>=0;_--)if(_ in C&&C[_]===E)return _||0;return-1}:m}),1194:(function(s,c,a){var d=a(7293),u=a(5112),f=a(7392),h=u("species");s.exports=function(p){return f>=51||!d(function(){var m=[],g=m.constructor={};return g[h]=function(){return{foo:1}},m[p](Boolean).foo!==1})}}),9341:(function(s,c,a){var d=a(7293);s.exports=function(u,f){var h=[][u];return!!h&&d(function(){h.call(null,f||function(){throw 1},1)})}}),3671:(function(s,c,a){var d=a(3099),u=a(7908),f=a(8361),h=a(7466),p=function(m){return function(g,v,y,b){d(v);var E=u(g),C=f(E),S=h(E.length),_=m?S-1:0,T=m?-1:1;if(y<2)for(;;){if(_ in C){b=C[_],_+=T;break}if(_+=T,m?_<0:S<=_)throw TypeError("Reduce of empty array with no initial value")}for(;m?_>=0:S>_;_+=T)_ in C&&(b=v(b,C[_],_,E));return b}};s.exports={left:p(!1),right:p(!0)}}),5417:(function(s,c,a){var d=a(111),u=a(3157),f=a(5112),h=f("species");s.exports=function(p,m){var g;return u(p)&&(g=p.constructor,typeof g=="function"&&(g===Array||u(g.prototype))?g=void 0:d(g)&&(g=g[h],g===null&&(g=void 0))),new(g===void 0?Array:g)(m===0?0:m)}}),3411:(function(s,c,a){var d=a(9670),u=a(9212);s.exports=function(f,h,p,m){try{return m?h(d(p)[0],p[1]):h(p)}catch(g){throw u(f),g}}}),7072:(function(s,c,a){var d=a(5112),u=d("iterator"),f=!1;try{var h=0,p={next:function(){return{done:!!h++}},return:function(){f=!0}};p[u]=function(){return this},Array.from(p,function(){throw 2})}catch{}s.exports=function(m,g){if(!g&&!f)return!1;var v=!1;try{var y={};y[u]=function(){return{next:function(){return{done:v=!0}}}},m(y)}catch{}return v}}),4326:(function(s){var c={}.toString;s.exports=function(a){return c.call(a).slice(8,-1)}}),648:(function(s,c,a){var d=a(1694),u=a(4326),f=a(5112),h=f("toStringTag"),p=u((function(){return arguments})())=="Arguments",m=function(g,v){try{return g[v]}catch{}};s.exports=d?u:function(g){var v,y,b;return g===void 0?"Undefined":g===null?"Null":typeof(y=m(v=Object(g),h))=="string"?y:p?u(v):(b=u(v))=="Object"&&typeof v.callee=="function"?"Arguments":b}}),9920:(function(s,c,a){var d=a(6656),u=a(3887),f=a(1236),h=a(3070);s.exports=function(p,m){for(var g=u(m),v=h.f,y=f.f,b=0;b<g.length;b++){var E=g[b];d(p,E)||v(p,E,y(m,E))}}}),8544:(function(s,c,a){var d=a(7293);s.exports=!d(function(){function u(){}return u.prototype.constructor=null,Object.getPrototypeOf(new u)!==u.prototype})}),4994:(function(s,c,a){var d=a(3383).IteratorPrototype,u=a(30),f=a(9114),h=a(8003),p=a(7497),m=function(){return this};s.exports=function(g,v,y){var b=v+" Iterator";return g.prototype=u(d,{next:f(1,y)}),h(g,b,!1,!0),p[b]=m,g}}),8880:(function(s,c,a){var d=a(9781),u=a(3070),f=a(9114);s.exports=d?function(h,p,m){return u.f(h,p,f(1,m))}:function(h,p,m){return h[p]=m,h}}),9114:(function(s){s.exports=function(c,a){return{enumerable:!(c&1),configurable:!(c&2),writable:!(c&4),value:a}}}),6135:(function(s,c,a){var d=a(7593),u=a(3070),f=a(9114);s.exports=function(h,p,m){var g=d(p);g in h?u.f(h,g,f(0,m)):h[g]=m}}),654:(function(s,c,a){var d=a(2109),u=a(4994),f=a(9518),h=a(7674),p=a(8003),m=a(8880),g=a(1320),v=a(5112),y=a(1913),b=a(7497),E=a(3383),C=E.IteratorPrototype,S=E.BUGGY_SAFARI_ITERATORS,_=v("iterator"),T="keys",D="values",G="entries",$=function(){return this};s.exports=function(j,W,Y,z,U,F,X){u(Y,W,z);var H=function(N){if(N===U&&me)return me;if(!S&&N in ae)return ae[N];switch(N){case T:return function(){return new Y(this,N)};case D:return function(){return new Y(this,N)};case G:return function(){return new Y(this,N)}}return function(){return new Y(this)}},ee=W+" Iterator",ne=!1,ae=j.prototype,pe=ae[_]||ae["@@iterator"]||U&&ae[U],me=!S&&pe||H(U),be=W=="Array"&&ae.entries||pe,Ee,Te,ve;if(be&&(Ee=f(be.call(new j)),C!==Object.prototype&&Ee.next&&(!y&&f(Ee)!==C&&(h?h(Ee,C):typeof Ee[_]!="function"&&m(Ee,_,$)),p(Ee,ee,!0,!0),y&&(b[ee]=$))),U==D&&pe&&pe.name!==D&&(ne=!0,me=function(){return pe.call(this)}),(!y||X)&&ae[_]!==me&&m(ae,_,me),b[W]=me,U)if(Te={values:H(D),keys:F?me:H(T),entries:H(G)},X)for(ve in Te)(S||ne||!(ve in ae))&&g(ae,ve,Te[ve]);else d({target:W,proto:!0,forced:S||ne},Te);return Te}}),9781:(function(s,c,a){var d=a(7293);s.exports=!d(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),317:(function(s,c,a){var d=a(7854),u=a(111),f=d.document,h=u(f)&&u(f.createElement);s.exports=function(p){return h?f.createElement(p):{}}}),8324:(function(s){s.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}),8113:(function(s,c,a){var d=a(5005);s.exports=d("navigator","userAgent")||""}),7392:(function(s,c,a){var d=a(7854),u=a(8113),f=d.process,h=f&&f.versions,p=h&&h.v8,m,g;p?(m=p.split("."),g=m[0]+m[1]):u&&(m=u.match(/Edge\/(\d+)/),(!m||m[1]>=74)&&(m=u.match(/Chrome\/(\d+)/),m&&(g=m[1]))),s.exports=g&&+g}),748:(function(s){s.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),2109:(function(s,c,a){var d=a(7854),u=a(1236).f,f=a(8880),h=a(1320),p=a(3505),m=a(9920),g=a(4705);s.exports=function(v,y){var b=v.target,E=v.global,C=v.stat,S,_,T,D,G,$;if(E?_=d:C?_=d[b]||p(b,{}):_=(d[b]||{}).prototype,_)for(T in y){if(G=y[T],v.noTargetGet?($=u(_,T),D=$&&$.value):D=_[T],S=g(E?T:b+(C?".":"#")+T,v.forced),!S&&D!==void 0){if(typeof G==typeof D)continue;m(G,D)}(v.sham||D&&D.sham)&&f(G,"sham",!0),h(_,T,G,v)}}}),7293:(function(s){s.exports=function(c){try{return!!c()}catch{return!0}}}),7007:(function(s,c,a){a(4916);var d=a(1320),u=a(7293),f=a(5112),h=a(2261),p=a(8880),m=f("species"),g=!u(function(){var C=/./;return C.exec=function(){var S=[];return S.groups={a:"7"},S},"".replace(C,"$<a>")!=="7"}),v=(function(){return"a".replace(/./,"$0")==="$0"})(),y=f("replace"),b=(function(){return/./[y]?/./[y]("a","$0")==="":!1})(),E=!u(function(){var C=/(?:)/,S=C.exec;C.exec=function(){return S.apply(this,arguments)};var _="ab".split(C);return _.length!==2||_[0]!=="a"||_[1]!=="b"});s.exports=function(C,S,_,T){var D=f(C),G=!u(function(){var U={};return U[D]=function(){return 7},""[C](U)!=7}),$=G&&!u(function(){var U=!1,F=/a/;return C==="split"&&(F={},F.constructor={},F.constructor[m]=function(){return F},F.flags="",F[D]=/./[D]),F.exec=function(){return U=!0,null},F[D](""),!U});if(!G||!$||C==="replace"&&!(g&&v&&!b)||C==="split"&&!E){var j=/./[D],W=_(D,""[C],function(U,F,X,H,ee){return F.exec===h?G&&!ee?{done:!0,value:j.call(F,X,H)}:{done:!0,value:U.call(X,F,H)}:{done:!1}},{REPLACE_KEEPS_$0:v,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:b}),Y=W[0],z=W[1];d(String.prototype,C,Y),d(RegExp.prototype,D,S==2?function(U,F){return z.call(U,this,F)}:function(U){return z.call(U,this)})}T&&p(RegExp.prototype[D],"sham",!0)}}),9974:(function(s,c,a){var d=a(3099);s.exports=function(u,f,h){if(d(u),f===void 0)return u;switch(h){case 0:return function(){return u.call(f)};case 1:return function(p){return u.call(f,p)};case 2:return function(p,m){return u.call(f,p,m)};case 3:return function(p,m,g){return u.call(f,p,m,g)}}return function(){return u.apply(f,arguments)}}}),5005:(function(s,c,a){var d=a(857),u=a(7854),f=function(h){return typeof h=="function"?h:void 0};s.exports=function(h,p){return arguments.length<2?f(d[h])||f(u[h]):d[h]&&d[h][p]||u[h]&&u[h][p]}}),1246:(function(s,c,a){var d=a(648),u=a(7497),f=a(5112),h=f("iterator");s.exports=function(p){if(p!=null)return p[h]||p["@@iterator"]||u[d(p)]}}),8554:(function(s,c,a){var d=a(9670),u=a(1246);s.exports=function(f){var h=u(f);if(typeof h!="function")throw TypeError(String(f)+" is not iterable");return d(h.call(f))}}),647:(function(s,c,a){var d=a(7908),u=Math.floor,f="".replace,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,p=/\$([$&'`]|\d\d?)/g;s.exports=function(m,g,v,y,b,E){var C=v+m.length,S=y.length,_=p;return b!==void 0&&(b=d(b),_=h),f.call(E,_,function(T,D){var G;switch(D.charAt(0)){case"$":return"$";case"&":return m;case"`":return g.slice(0,v);case"'":return g.slice(C);case"<":G=b[D.slice(1,-1)];break;default:var $=+D;if($===0)return T;if($>S){var j=u($/10);return j===0?T:j<=S?y[j-1]===void 0?D.charAt(1):y[j-1]+D.charAt(1):T}G=y[$-1]}return G===void 0?"":G})}}),7854:(function(s,c,a){var d=function(u){return u&&u.Math==Math&&u};s.exports=d(typeof globalThis=="object"&&globalThis)||d(typeof window=="object"&&window)||d(typeof self=="object"&&self)||d(typeof a.g=="object"&&a.g)||(function(){return this})()||Function("return this")()}),6656:(function(s){var c={}.hasOwnProperty;s.exports=function(a,d){return c.call(a,d)}}),3501:(function(s){s.exports={}}),490:(function(s,c,a){var d=a(5005);s.exports=d("document","documentElement")}),4664:(function(s,c,a){var d=a(9781),u=a(7293),f=a(317);s.exports=!d&&!u(function(){return Object.defineProperty(f("div"),"a",{get:function(){return 7}}).a!=7})}),1179:(function(s){var c=Math.abs,a=Math.pow,d=Math.floor,u=Math.log,f=Math.LN2,h=function(m,g,v){var y=new Array(v),b=v*8-g-1,E=(1<<b)-1,C=E>>1,S=g===23?a(2,-24)-a(2,-77):0,_=m<0||m===0&&1/m<0?1:0,T=0,D,G,$;for(m=c(m),m!=m||m===1/0?(G=m!=m?1:0,D=E):(D=d(u(m)/f),m*($=a(2,-D))<1&&(D--,$*=2),D+C>=1?m+=S/$:m+=S*a(2,1-C),m*$>=2&&(D++,$/=2),D+C>=E?(G=0,D=E):D+C>=1?(G=(m*$-1)*a(2,g),D=D+C):(G=m*a(2,C-1)*a(2,g),D=0));g>=8;y[T++]=G&255,G/=256,g-=8);for(D=D<<g|G,b+=g;b>0;y[T++]=D&255,D/=256,b-=8);return y[--T]|=_*128,y},p=function(m,g){var v=m.length,y=v*8-g-1,b=(1<<y)-1,E=b>>1,C=y-7,S=v-1,_=m[S--],T=_&127,D;for(_>>=7;C>0;T=T*256+m[S],S--,C-=8);for(D=T&(1<<-C)-1,T>>=-C,C+=g;C>0;D=D*256+m[S],S--,C-=8);if(T===0)T=1-E;else{if(T===b)return D?NaN:_?-1/0:1/0;D=D+a(2,g),T=T-E}return(_?-1:1)*D*a(2,T-g)};s.exports={pack:h,unpack:p}}),8361:(function(s,c,a){var d=a(7293),u=a(4326),f="".split;s.exports=d(function(){return!Object("z").propertyIsEnumerable(0)})?function(h){return u(h)=="String"?f.call(h,""):Object(h)}:Object}),9587:(function(s,c,a){var d=a(111),u=a(7674);s.exports=function(f,h,p){var m,g;return u&&typeof(m=h.constructor)=="function"&&m!==p&&d(g=m.prototype)&&g!==p.prototype&&u(f,g),f}}),2788:(function(s,c,a){var d=a(5465),u=Function.toString;typeof d.inspectSource!="function"&&(d.inspectSource=function(f){return u.call(f)}),s.exports=d.inspectSource}),9909:(function(s,c,a){var d=a(8536),u=a(7854),f=a(111),h=a(8880),p=a(6656),m=a(5465),g=a(6200),v=a(3501),y=u.WeakMap,b,E,C,S=function(W){return C(W)?E(W):b(W,{})},_=function(W){return function(Y){var z;if(!f(Y)||(z=E(Y)).type!==W)throw TypeError("Incompatible receiver, "+W+" required");return z}};if(d){var T=m.state||(m.state=new y),D=T.get,G=T.has,$=T.set;b=function(W,Y){return Y.facade=W,$.call(T,W,Y),Y},E=function(W){return D.call(T,W)||{}},C=function(W){return G.call(T,W)}}else{var j=g("state");v[j]=!0,b=function(W,Y){return Y.facade=W,h(W,j,Y),Y},E=function(W){return p(W,j)?W[j]:{}},C=function(W){return p(W,j)}}s.exports={set:b,get:E,has:C,enforce:S,getterFor:_}}),7659:(function(s,c,a){var d=a(5112),u=a(7497),f=d("iterator"),h=Array.prototype;s.exports=function(p){return p!==void 0&&(u.Array===p||h[f]===p)}}),3157:(function(s,c,a){var d=a(4326);s.exports=Array.isArray||function(f){return d(f)=="Array"}}),4705:(function(s,c,a){var d=a(7293),u=/#|\.prototype\./,f=function(v,y){var b=p[h(v)];return b==g?!0:b==m?!1:typeof y=="function"?d(y):!!y},h=f.normalize=function(v){return String(v).replace(u,".").toLowerCase()},p=f.data={},m=f.NATIVE="N",g=f.POLYFILL="P";s.exports=f}),111:(function(s){s.exports=function(c){return typeof c=="object"?c!==null:typeof c=="function"}}),1913:(function(s){s.exports=!1}),7850:(function(s,c,a){var d=a(111),u=a(4326),f=a(5112),h=f("match");s.exports=function(p){var m;return d(p)&&((m=p[h])!==void 0?!!m:u(p)=="RegExp")}}),9212:(function(s,c,a){var d=a(9670);s.exports=function(u){var f=u.return;if(f!==void 0)return d(f.call(u)).value}}),3383:(function(s,c,a){var d=a(7293),u=a(9518),f=a(8880),h=a(6656),p=a(5112),m=a(1913),g=p("iterator"),v=!1,y=function(){return this},b,E,C;[].keys&&(C=[].keys(),"next"in C?(E=u(u(C)),E!==Object.prototype&&(b=E)):v=!0);var S=b==null||d(function(){var _={};return b[g].call(_)!==_});S&&(b={}),(!m||S)&&!h(b,g)&&f(b,g,y),s.exports={IteratorPrototype:b,BUGGY_SAFARI_ITERATORS:v}}),7497:(function(s){s.exports={}}),133:(function(s,c,a){var d=a(7293);s.exports=!!Object.getOwnPropertySymbols&&!d(function(){return!String(Symbol())})}),590:(function(s,c,a){var d=a(7293),u=a(5112),f=a(1913),h=u("iterator");s.exports=!d(function(){var p=new URL("b?a=1&b=2&c=3","http://a"),m=p.searchParams,g="";return p.pathname="c%20d",m.forEach(function(v,y){m.delete("b"),g+=y+v}),f&&!p.toJSON||!m.sort||p.href!=="http://a/c%20d?a=1&c=3"||m.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!m[h]||new URL("https://a@b").username!=="a"||new URLSearchParams(new URLSearchParams("a=b")).get("a")!=="b"||new URL("http://тест").host!=="xn--e1aybc"||new URL("http://a#б").hash!=="#%D0%B1"||g!=="a1c3"||new URL("http://x",void 0).host!=="x"})}),8536:(function(s,c,a){var d=a(7854),u=a(2788),f=d.WeakMap;s.exports=typeof f=="function"&&/native code/.test(u(f))}),1574:(function(s,c,a){var d=a(9781),u=a(7293),f=a(1956),h=a(5181),p=a(5296),m=a(7908),g=a(8361),v=Object.assign,y=Object.defineProperty;s.exports=!v||u(function(){if(d&&v({b:1},v(y({},"a",{enumerable:!0,get:function(){y(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var b={},E={},C=Symbol(),S="abcdefghijklmnopqrst";return b[C]=7,S.split("").forEach(function(_){E[_]=_}),v({},b)[C]!=7||f(v({},E)).join("")!=S})?function(E,C){for(var S=m(E),_=arguments.length,T=1,D=h.f,G=p.f;_>T;)for(var $=g(arguments[T++]),j=D?f($).concat(D($)):f($),W=j.length,Y=0,z;W>Y;)z=j[Y++],(!d||G.call($,z))&&(S[z]=$[z]);return S}:v}),30:(function(s,c,a){var d=a(9670),u=a(6048),f=a(748),h=a(3501),p=a(490),m=a(317),g=a(6200),v=">",y="<",b="prototype",E="script",C=g("IE_PROTO"),S=function(){},_=function(j){return y+E+v+j+y+"/"+E+v},T=function(j){j.write(_("")),j.close();var W=j.parentWindow.Object;return j=null,W},D=function(){var j=m("iframe"),W="java"+E+":",Y;return j.style.display="none",p.appendChild(j),j.src=String(W),Y=j.contentWindow.document,Y.open(),Y.write(_("document.F=Object")),Y.close(),Y.F},G,$=function(){try{G=document.domain&&new ActiveXObject("htmlfile")}catch{}$=G?T(G):D();for(var j=f.length;j--;)delete $[b][f[j]];return $()};h[C]=!0,s.exports=Object.create||function(W,Y){var z;return W!==null?(S[b]=d(W),z=new S,S[b]=null,z[C]=W):z=$(),Y===void 0?z:u(z,Y)}}),6048:(function(s,c,a){var d=a(9781),u=a(3070),f=a(9670),h=a(1956);s.exports=d?Object.defineProperties:function(m,g){f(m);for(var v=h(g),y=v.length,b=0,E;y>b;)u.f(m,E=v[b++],g[E]);return m}}),3070:(function(s,c,a){var d=a(9781),u=a(4664),f=a(9670),h=a(7593),p=Object.defineProperty;c.f=d?p:function(g,v,y){if(f(g),v=h(v,!0),f(y),u)try{return p(g,v,y)}catch{}if("get"in y||"set"in y)throw TypeError("Accessors not supported");return"value"in y&&(g[v]=y.value),g}}),1236:(function(s,c,a){var d=a(9781),u=a(5296),f=a(9114),h=a(5656),p=a(7593),m=a(6656),g=a(4664),v=Object.getOwnPropertyDescriptor;c.f=d?v:function(b,E){if(b=h(b),E=p(E,!0),g)try{return v(b,E)}catch{}if(m(b,E))return f(!u.f.call(b,E),b[E])}}),8006:(function(s,c,a){var d=a(6324),u=a(748),f=u.concat("length","prototype");c.f=Object.getOwnPropertyNames||function(p){return d(p,f)}}),5181:(function(s,c){c.f=Object.getOwnPropertySymbols}),9518:(function(s,c,a){var d=a(6656),u=a(7908),f=a(6200),h=a(8544),p=f("IE_PROTO"),m=Object.prototype;s.exports=h?Object.getPrototypeOf:function(g){return g=u(g),d(g,p)?g[p]:typeof g.constructor=="function"&&g instanceof g.constructor?g.constructor.prototype:g instanceof Object?m:null}}),6324:(function(s,c,a){var d=a(6656),u=a(5656),f=a(1318).indexOf,h=a(3501);s.exports=function(p,m){var g=u(p),v=0,y=[],b;for(b in g)!d(h,b)&&d(g,b)&&y.push(b);for(;m.length>v;)d(g,b=m[v++])&&(~f(y,b)||y.push(b));return y}}),1956:(function(s,c,a){var d=a(6324),u=a(748);s.exports=Object.keys||function(h){return d(h,u)}}),5296:(function(s,c){var a={}.propertyIsEnumerable,d=Object.getOwnPropertyDescriptor,u=d&&!a.call({1:2},1);c.f=u?function(h){var p=d(this,h);return!!p&&p.enumerable}:a}),7674:(function(s,c,a){var d=a(9670),u=a(6077);s.exports=Object.setPrototypeOf||("__proto__"in{}?(function(){var f=!1,h={},p;try{p=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,p.call(h,[]),f=h instanceof Array}catch{}return function(g,v){return d(g),u(v),f?p.call(g,v):g.__proto__=v,g}})():void 0)}),288:(function(s,c,a){var d=a(1694),u=a(648);s.exports=d?{}.toString:function(){return"[object "+u(this)+"]"}}),3887:(function(s,c,a){var d=a(5005),u=a(8006),f=a(5181),h=a(9670);s.exports=d("Reflect","ownKeys")||function(m){var g=u.f(h(m)),v=f.f;return v?g.concat(v(m)):g}}),857:(function(s,c,a){var d=a(7854);s.exports=d}),2248:(function(s,c,a){var d=a(1320);s.exports=function(u,f,h){for(var p in f)d(u,p,f[p],h);return u}}),1320:(function(s,c,a){var d=a(7854),u=a(8880),f=a(6656),h=a(3505),p=a(2788),m=a(9909),g=m.get,v=m.enforce,y=String(String).split("String");(s.exports=function(b,E,C,S){var _=S?!!S.unsafe:!1,T=S?!!S.enumerable:!1,D=S?!!S.noTargetGet:!1,G;if(typeof C=="function"&&(typeof E=="string"&&!f(C,"name")&&u(C,"name",E),G=v(C),G.source||(G.source=y.join(typeof E=="string"?E:""))),b===d){T?b[E]=C:h(E,C);return}else _?!D&&b[E]&&(T=!0):delete b[E];T?b[E]=C:u(b,E,C)})(Function.prototype,"toString",function(){return typeof this=="function"&&g(this).source||p(this)})}),7651:(function(s,c,a){var d=a(4326),u=a(2261);s.exports=function(f,h){var p=f.exec;if(typeof p=="function"){var m=p.call(f,h);if(typeof m!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return m}if(d(f)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return u.call(f,h)}}),2261:(function(s,c,a){var d=a(7066),u=a(2999),f=RegExp.prototype.exec,h=String.prototype.replace,p=f,m=(function(){var b=/a/,E=/b*/g;return f.call(b,"a"),f.call(E,"a"),b.lastIndex!==0||E.lastIndex!==0})(),g=u.UNSUPPORTED_Y||u.BROKEN_CARET,v=/()??/.exec("")[1]!==void 0,y=m||v||g;y&&(p=function(E){var C=this,S,_,T,D,G=g&&C.sticky,$=d.call(C),j=C.source,W=0,Y=E;return G&&($=$.replace("y",""),$.indexOf("g")===-1&&($+="g"),Y=String(E).slice(C.lastIndex),C.lastIndex>0&&(!C.multiline||C.multiline&&E[C.lastIndex-1]!==`
|
|
1174
|
+
`,Xk={root:function(e){var n=e.instance,r=e.props;return["p-splitbutton p-component",{"p-splitbutton-raised":r.raised,"p-splitbutton-rounded":r.rounded,"p-splitbutton-fluid":n.hasFluid}]},pcButton:"p-splitbutton-button",pcDropdown:"p-splitbutton-dropdown"},qk=lt.extend({name:"splitbutton",style:Jk,classes:Xk}),Vk={name:"BaseSplitButton",extends:Wo,props:{label:{type:String,default:null},icon:{type:String,default:null},model:{type:Array,default:null},autoZIndex:{type:Boolean,default:!0},baseZIndex:{type:Number,default:0},appendTo:{type:[String,Object],default:"body"},disabled:{type:Boolean,default:!1},fluid:{type:Boolean,default:null},class:{type:null,default:null},style:{type:null,default:null},buttonProps:{type:null,default:null},menuButtonProps:{type:null,default:null},menuButtonIcon:{type:String,default:void 0},dropdownIcon:{type:String,default:void 0},severity:{type:String,default:null},raised:{type:Boolean,default:!1},rounded:{type:Boolean,default:!1},text:{type:Boolean,default:!1},outlined:{type:Boolean,default:!1},size:{type:String,default:null},plain:{type:Boolean,default:!1}},style:qk,provide:function(){return{$pcSplitButton:this,$parentInstance:this}}},Sm={name:"SplitButton",extends:Vk,inheritAttrs:!1,emits:["click"],inject:{$pcFluid:{default:null}},data:function(){return{isExpanded:!1}},mounted:function(){var e=this;this.$watch("$refs.menu.visible",function(n){e.isExpanded=n})},methods:{onDropdownButtonClick:function(e){e&&e.preventDefault(),this.$refs.menu.toggle({currentTarget:this.$el,relatedTarget:this.$refs.button.$el}),this.isExpanded=this.$refs.menu.visible},onDropdownKeydown:function(e){(e.code==="ArrowDown"||e.code==="ArrowUp")&&(this.onDropdownButtonClick(),e.preventDefault())},onDefaultButtonClick:function(e){this.isExpanded&&this.$refs.menu.hide(e),this.$emit("click",e)}},computed:{containerClass:function(){return[this.cx("root"),this.class]},hasFluid:function(){return Cn(this.fluid)?!!this.$pcFluid:this.fluid}},components:{PVSButton:bm,PVSMenu:wm,ChevronDownIcon:dm}},ew=["data-p-severity"];function tw(t,e,n,r,o,i){var s=l.resolveComponent("PVSButton"),c=l.resolveComponent("PVSMenu");return l.openBlock(),l.createElementBlock("div",l.mergeProps({class:i.containerClass,style:t.style},t.ptmi("root"),{"data-p-severity":t.severity}),[l.createVNode(s,l.mergeProps({type:"button",class:t.cx("pcButton"),label:t.label,disabled:t.disabled,severity:t.severity,text:t.text,icon:t.icon,outlined:t.outlined,size:t.size,fluid:t.fluid,"aria-label":t.label,onClick:i.onDefaultButtonClick},t.buttonProps,{pt:t.ptm("pcButton"),unstyled:t.unstyled}),l.createSlots({default:l.withCtx(function(){return[l.renderSlot(t.$slots,"default")]}),_:2},[t.$slots.icon?{name:"icon",fn:l.withCtx(function(a){return[l.renderSlot(t.$slots,"icon",{class:l.normalizeClass(a.class)},function(){return[l.createElementVNode("span",l.mergeProps({class:[t.icon,a.class]},t.ptm("pcButton").icon,{"data-pc-section":"buttonicon"}),null,16)]})]}),key:"0"}:void 0]),1040,["class","label","disabled","severity","text","icon","outlined","size","fluid","aria-label","onClick","pt","unstyled"]),l.createVNode(s,l.mergeProps({ref:"button",type:"button",class:t.cx("pcDropdown"),disabled:t.disabled,"aria-haspopup":"true","aria-expanded":o.isExpanded,"aria-controls":o.isExpanded?t.$id+"_overlay":void 0,onClick:i.onDropdownButtonClick,onKeydown:i.onDropdownKeydown,severity:t.severity,text:t.text,outlined:t.outlined,size:t.size,unstyled:t.unstyled},t.menuButtonProps,{pt:t.ptm("pcDropdown")}),{icon:l.withCtx(function(a){return[l.renderSlot(t.$slots,t.$slots.dropdownicon?"dropdownicon":"menubuttonicon",{class:l.normalizeClass(a.class)},function(){return[(l.openBlock(),l.createBlock(l.resolveDynamicComponent(t.menuButtonIcon||t.dropdownIcon?"span":"ChevronDownIcon"),l.mergeProps({class:[t.dropdownIcon||t.menuButtonIcon,a.class]},t.ptm("pcDropdown").icon,{"data-pc-section":"menubuttonicon"}),null,16,["class"]))]})]}),_:3},16,["class","disabled","aria-expanded","aria-controls","onClick","onKeydown","severity","text","outlined","size","unstyled","pt"]),l.createVNode(c,{ref:"menu",id:t.$id+"_overlay",model:t.model,popup:!0,autoZIndex:t.autoZIndex,baseZIndex:t.baseZIndex,appendTo:t.appendTo,unstyled:t.unstyled,pt:t.ptm("pcMenu")},l.createSlots({_:2},[t.$slots.menuitemicon?{name:"itemicon",fn:l.withCtx(function(a){return[l.renderSlot(t.$slots,"menuitemicon",{item:a.item,class:l.normalizeClass(a.class)})]}),key:"0"}:void 0,t.$slots.item?{name:"item",fn:l.withCtx(function(a){return[l.renderSlot(t.$slots,"item",{item:a.item,hasSubmenu:a.hasSubmenu,label:a.label,props:a.props})]}),key:"1"}:void 0]),1032,["id","model","autoZIndex","baseZIndex","appendTo","unstyled","pt"])],16,ew)}Sm.render=tw;const nw=["src"],rw={class:"menu-item"},ow=["src"],Am={__name:"BDContentLibrarySplitButton",props:{contentLibraryProviders:{type:Array,default:()=>[]},isExternalOnly:{type:Boolean,default:!1}},emits:["content-library"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=l.computed(()=>r.contentLibraryProviders.map(f=>({label:f.label,image:f.img,value:f.value,command:()=>o("content-library",f.value)}))),s=l.computed(()=>{let f=i.value;return f.length!==0&&r.isExternalOnly&&(f=f.slice(1)),f}),c=l.computed(()=>{const f=i.value;return r.isExternalOnly&&f.length>0?f[0].label:n("contentLibrarySplitButton.messageTemplatesTitle")}),a=l.computed(()=>{const f=i.value;return r.isExternalOnly&&f.length>0}),d=l.computed(()=>{const f=i.value;return f.length>0?f[0].image:""}),u=()=>{const f=i.value;let h="message-template";r.isExternalOnly&&f.length>0&&(h=f[0].value),o("content-library",h)};return(f,h)=>(l.openBlock(),l.createBlock(l.unref(Sm),{class:"bd-content-library-split-button",model:s.value,outlined:"",severity:"secondary",onClick:u},{default:l.withCtx(()=>[a.value?(l.openBlock(),l.createElementBlock("img",{key:0,src:d.value,alt:""},null,8,nw)):(l.openBlock(),l.createBlock(Mc,{key:1})),l.createElementVNode("span",null,l.toDisplayString(c.value),1)]),item:l.withCtx(({item:p})=>[l.createElementVNode("div",rw,[l.createElementVNode("img",{src:p.image,alt:"",class:"icon-image"},null,8,ow),l.createElementVNode("span",null,l.toDisplayString(p.label),1)])]),_:1},8,["model"]))}},iw={class:"invalid-feedback bd-invalid-feedback"},xa=l.defineComponent({__name:"BDFormInvalidFeedback",props:{state:{type:[Boolean,null],default:null},text:{default:""}},setup(t){const e=t;return(n,r)=>(l.openBlock(),l.createElementBlock("div",iw,[e.state?(l.openBlock(),l.createBlock(l.unref($o),{key:0})):(l.openBlock(),l.createBlock(l.unref(na),{key:1})),l.createTextVNode(" "+l.toDisplayString(e.text),1)]))}});var sw=Object.defineProperty,aw=(t,e,n)=>e in t?sw(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Vi=(t,e,n)=>aw(t,typeof e!="symbol"?e+"":e,n);const xm={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}},Tm=(t,e,n)=>t.replaceAll(e,"").replace(n,".").replace("..",".").replace(/[^.\d]/g,""),Im=(t,e,n)=>{var r;return new Intl.NumberFormat(((r=n.number)==null?void 0:r.locale)??"en",{minimumFractionDigits:t,maximumFractionDigits:e,roundingMode:"trunc"})},lw=(t,e=!0,n)=>{var r,o,i,s;const c=((r=n.number)==null?void 0:r.unsigned)!==!0&&t.startsWith("-")?"-":"",a=((o=n.number)==null?void 0:o.fraction)??0;let d=Im(0,a,n);const u=d.formatToParts(1000.12),f=((i=u.find(v=>v.type==="group"))==null?void 0:i.value)??" ",h=((s=u.find(v=>v.type==="decimal"))==null?void 0:s.value)??".",p=Tm(t,f,h);if(Number.isNaN(parseFloat(p)))return c;const m=p.split(".");if(m[1]!=null&&m[1].length>=1){const v=m[1].length<=a?m[1].length:a;d=Im(v,a,n)}let g=d.format(parseFloat(p));return e?a>0&&p.endsWith(".")&&!p.slice(0,-1).includes(".")&&(g+=h):g=Tm(g,f,h),c+g},_m=t=>JSON.parse(t.replaceAll("'",'"')),cw=(t,e={})=>{const n={...e};t.dataset.maska!=null&&t.dataset.maska!==""&&(n.mask=dw(t.dataset.maska)),t.dataset.maskaEager!=null&&(n.eager=Ta(t.dataset.maskaEager)),t.dataset.maskaReversed!=null&&(n.reversed=Ta(t.dataset.maskaReversed)),t.dataset.maskaTokensReplace!=null&&(n.tokensReplace=Ta(t.dataset.maskaTokensReplace)),t.dataset.maskaTokens!=null&&(n.tokens=uw(t.dataset.maskaTokens));const r={};return t.dataset.maskaNumberLocale!=null&&(r.locale=t.dataset.maskaNumberLocale),t.dataset.maskaNumberFraction!=null&&(r.fraction=parseInt(t.dataset.maskaNumberFraction)),t.dataset.maskaNumberUnsigned!=null&&(r.unsigned=Ta(t.dataset.maskaNumberUnsigned)),(t.dataset.maskaNumber!=null||Object.values(r).length>0)&&(n.number=r),n},Ta=t=>t!==""?!!JSON.parse(t):!0,dw=t=>t.startsWith("[")&&t.endsWith("]")?_m(t):t,uw=t=>{if(t.startsWith("{")&&t.endsWith("}"))return _m(t);const e={};return t.split("|").forEach(n=>{const r=n.split(":");e[r[0]]={pattern:Nm()?new RegExp(r[1],"u"):new RegExp(r[1]),optional:r[2]==="optional",multiple:r[2]==="multiple",repeated:r[2]==="repeated"}}),e},Nm=()=>{try{return new RegExp("\\p{L}","u"),!0}catch{return!1}};class fw{constructor(e={}){Vi(this,"opts",{}),Vi(this,"memo",new Map);const n={...e};if(n.tokens!=null){n.tokens=n.tokensReplace?{...n.tokens}:{...xm,...n.tokens};for(const r of Object.values(n.tokens))typeof r.pattern=="string"&&(r.pattern=Nm()?new RegExp(r.pattern,"u"):new RegExp(r.pattern))}else n.tokens=xm;Array.isArray(n.mask)&&(n.mask.length>1?n.mask=[...n.mask].sort((r,o)=>r.length-o.length):n.mask=n.mask[0]??""),n.mask===""&&(n.mask=null),this.opts=n}masked(e){return this.process(String(e),this.findMask(String(e)))}unmasked(e){return this.process(String(e),this.findMask(String(e)),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const n=this.findMask(String(e));if(this.opts.mask==null||n==null)return!1;const r=this.process(String(e),n).length;return typeof this.opts.mask=="string"?r>=this.opts.mask.length:r>=n.length}findMask(e){const n=this.opts.mask;if(n==null)return null;if(typeof n=="string")return n;if(typeof n=="function")return n(e);const r=this.process(e,n.slice(-1).pop()??"",!1);return n.find(o=>this.process(e,o,!1).length>=r.length)??""}escapeMask(e){const n=[],r=[];return e.split("").forEach((o,i)=>{o==="!"&&e[i-1]!=="!"?r.push(i-r.length):n.push(o)}),{mask:n.join(""),escaped:r}}process(e,n,r=!0){if(this.opts.number!=null)return lw(e,r,this.opts);if(n==null)return e;const o=`v=${e},mr=${n},m=${r?1:0}`;if(this.memo.has(o))return this.memo.get(o);const{mask:i,escaped:s}=this.escapeMask(n),c=[],a=this.opts.tokens!=null?this.opts.tokens:{},d=this.isReversed()?-1:1,u=this.isReversed()?"unshift":"push",f=this.isReversed()?0:i.length-1,h=this.isReversed()?()=>v>-1&&y>-1:()=>v<i.length&&y<e.length,p=E=>!this.isReversed()&&E<=f||this.isReversed()&&E>=f;let m,g=-1,v=this.isReversed()?i.length-1:0,y=this.isReversed()?e.length-1:0,b=!1;for(;h();){const E=i.charAt(v),C=a[E],S=C?.transform!=null?C.transform(e.charAt(y)):e.charAt(y);if(!s.includes(v)&&C!=null?(S.match(C.pattern)!=null?(c[u](S),C.repeated?(g===-1?g=v:v===f&&v!==g&&(v=g-d),f===g&&(v-=d)):C.multiple&&(b=!0,v-=d),v+=d):C.multiple?b&&(v+=d,y-=d,b=!1):S===m?m=void 0:C.optional&&(v+=d,y-=d),y+=d):(r&&!this.isEager()&&c[u](E),S===E&&!this.isEager()?y+=d:m=E,this.isEager()||(v+=d)),this.isEager())for(;p(v)&&(a[i.charAt(v)]==null||s.includes(v));){if(r){if(c[u](i.charAt(v)),e.charAt(y)===i.charAt(v)){v+=d,y+=d;continue}}else i.charAt(v)===e.charAt(y)&&(y+=d);v+=d}}return this.memo.set(o,c.join("")),this.memo.get(o)}}let hw=class{constructor(e,n={}){Vi(this,"items",new Map),Vi(this,"eventAbortController"),Vi(this,"onInput",r=>{if(r instanceof CustomEvent&&r.type==="input"&&!r.isTrusted&&!r.bubbles)return;const o=r.target,i=this.items.get(o);if(i===void 0)return;const s="inputType"in r&&r.inputType.startsWith("delete"),c=i.isEager(),a=s&&c&&i.unmasked(o.value)===""?"":o.value;this.fixCursor(o,s,()=>this.setValue(o,a))}),this.options=n,this.eventAbortController=new AbortController,this.init(this.getInputs(e))}update(e={}){this.options={...e},this.init(Array.from(this.items.keys()))}updateValue(e){var n;e.value!==""&&e.value!==((n=this.processInput(e))==null?void 0:n.masked)&&this.setValue(e,e.value)}destroy(){this.eventAbortController.abort(),this.items.clear()}init(e){const n=this.getOptions(this.options);for(const r of e){if(!this.items.has(r)){const{signal:i}=this.eventAbortController;r.addEventListener("input",this.onInput,{capture:!0,signal:i})}const o=new fw(cw(r,n));this.items.set(r,o),queueMicrotask(()=>this.updateValue(r)),r.selectionStart===null&&o.isEager()&&console.warn("Maska: input of `%s` type is not supported",r.type)}}getInputs(e){return typeof e=="string"?Array.from(document.querySelectorAll(e)):"length"in e?Array.from(e):[e]}getOptions(e){const{onMaska:n,preProcess:r,postProcess:o,...i}=e;return i}fixCursor(e,n,r){var o,i;const s=e.selectionStart,c=e.value;if(r(),s===null||s===c.length&&!n)return;const a=e.value,d=c.slice(0,s),u=a.slice(0,s),f=(o=this.processInput(e,d))==null?void 0:o.unmasked,h=(i=this.processInput(e,u))==null?void 0:i.unmasked;if(f===void 0||h===void 0)return;let p=s;d!==u&&(p+=n?a.length-c.length:f.length-h.length),e.setSelectionRange(p,p)}setValue(e,n){const r=this.processInput(e,n);r!==void 0&&(e.value=r.masked,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(o=>o(r)):this.options.onMaska(r)),e.dispatchEvent(new CustomEvent("maska",{detail:r})),e.dispatchEvent(new CustomEvent("input",{detail:r.masked})))}processInput(e,n){const r=this.items.get(e);if(r===void 0)return;let o=n??e.value;this.options.preProcess!=null&&(o=this.options.preProcess(o));let i=r.masked(o);return this.options.postProcess!=null&&(i=this.options.postProcess(i)),{masked:i,unmasked:r.unmasked(o),completed:r.completed(o)}}};const Pd=new WeakMap,pw=(t,e)=>{if(t.arg==null||t.instance==null)return;const n="setup"in t.instance.$.type;t.arg in t.instance?t.instance[t.arg]=e:n&&console.warn("Maska: please expose `%s` using defineExpose",t.arg)},mw=(t,e)=>{var n;const r=t instanceof HTMLInputElement?t:t.querySelector("input");if(r==null||r?.type==="file")return;let o={};if(e.value!=null&&(o=typeof e.value=="string"?{mask:e.value}:{...e.value}),e.arg!=null){const i=s=>{const c=e.modifiers.unmasked?s.unmasked:e.modifiers.completed?s.completed:s.masked;pw(e,c)};o.onMaska=o.onMaska==null?i:Array.isArray(o.onMaska)?[...o.onMaska,i]:[o.onMaska,i]}Pd.has(r)?(n=Pd.get(r))==null||n.update(o):Pd.set(r,new hw(r,o))},gw=["value","type"],br=l.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:at.MD},tabindex:{default:null},invalidFeedbackClass:{default:void 0},invalidFeedbackText:{default:void 0},delayTimeMs:{default:0},mask:{default:void 0}},emits:["update:modelValue","click","blur","enter"],setup(t,{emit:e}){const n=t,r=e,{uniqueIdentifier:o}=Fo(),i=Vr(n,"modelValue",r),s=`__BD__FORM__LABEL__${o.value}`,c=`__BD__FORM__GROUP__${o.value}`,a=`form-input-${n.label?n.label.replace(/ /g,"-").toLowerCase():o.value}`,d=`validationFeedback${n.label?n.label.replace(/ /g,""):o.value}`,u=l.computed(()=>({[`${n.inputClass}`]:n.inputClass,"is-invalid":n.state===!1,"is-valid":n.state===!0,[`form-control-${n.size}`]:n.size})),f=l.computed(()=>({[`${n.invalidFeedbackClass}`]:n.invalidFeedbackClass,"is-invalid":n.state===!1})),h=l.computed(()=>({placeholder:n.placeholder?n.placeholder:null,readonly:n.readonly===!0,disabled:n.disabled===!0,autofocus:n.autofocus===!0,tabindex:n.tabindex?n.tabindex:null,"aria-describedby":n.state===!1&&n.invalidFeedbackText?d:null,"data-maska":n.mask})),p=r6(m=>{i.value=m.target.value},n.delayTimeMs);return(m,g)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["bd-form-input",t.formGroupClass]),id:c},[l.renderSlot(m.$slots,"label",{},()=>[t.label?(l.openBlock(),l.createElementBlock("label",{key:0,for:a,id:s,class:l.normalizeClass(["form-label",t.labelClass])},l.toDisplayString(t.label),3)):l.createCommentVNode("",!0)]),l.createElementVNode("div",{class:l.normalizeClass(t.formFieldClass)},[l.withDirectives(l.createElementVNode("input",l.mergeProps({value:t.modelValue,type:t.type,id:a,class:["form-control",u.value]},h.value,{onInput:g[0]||(g[0]=(...v)=>l.unref(p)&&l.unref(p)(...v)),onClick:g[1]||(g[1]=v=>m.$emit("click")),onBlur:g[2]||(g[2]=v=>m.$emit("blur")),onKeydown:g[3]||(g[3]=l.withKeys(v=>m.$emit("enter"),["enter"]))}),null,16,gw),[[l.unref(mw)]]),l.renderSlot(m.$slots,"default")],2),l.createVNode(xa,{text:t.invalidFeedbackText,class:l.normalizeClass(f.value),state:t.state,id:d},null,8,["text","class","state"])],2))}}),vw={class:"input-group bd-input-group"},yw=["for"],es=l.defineComponent({__name:"BDInputGroup",props:{label:{default:void 0},labelForId:{default:void 0}},setup(t){const e=l.useAttrs(),n=t;return(r,o)=>(l.openBlock(),l.createElementBlock("fieldset",vw,[n.label?(l.openBlock(),l.createElementBlock("label",{key:0,for:n.labelForId,class:"form-label"},l.toDisplayString(n.label),9,yw)):l.createCommentVNode("",!0),l.createElementVNode("div",{class:l.normalizeClass(l.unref(e).class)},[l.renderSlot(r.$slots,"default")],2)]))}}),bw={key:0},Cw={key:1},Om=l.defineComponent({__name:"BDBadge",props:{variant:{default:ia.PRIMARY}},setup(t){const e=t,n=l.computed(()=>["badge","bd-badge",`bd-badge-${e.variant}`]);return(r,o)=>(l.openBlock(),l.createElementBlock("span",{role:"status",class:l.normalizeClass(n.value)},[t.variant==="danger"?(l.openBlock(),l.createElementBlock("span",bw,[l.createVNode(l.unref(pr))])):l.createCommentVNode("",!0),t.variant==="success"?(l.openBlock(),l.createElementBlock("span",Cw,[l.createVNode(l.unref($o))])):l.createCommentVNode("",!0),l.renderSlot(r.$slots,"default")],2))}}),Mm=l.defineComponent({__name:"BDForm",emits:["submit","reset"],setup(t,{emit:e}){const n=e;function r(){n("submit")}function o(){n("reset")}return(i,s)=>(l.openBlock(),l.createElementBlock("form",{onSubmit:l.withModifiers(r,["prevent"]),onReset:l.withModifiers(o,["prevent"])},[l.renderSlot(i.$slots,"default")],32))}}),Ew={"aria-label":"Page navigation",class:"bd-pagination"},kw={class:"page-item"},ww=["data-page"],Sw=["data-page"],Aw={class:"page-item"},xw=["data-page"],Bd=l.defineComponent({__name:"BDPagination",props:{modelValue:{default:1},totalRows:{default:1},rowsPerPage:{default:10},isPatient:{type:Boolean,default:!0}},emits:["click","update:modelValue"],setup(t,{emit:e}){const n=t,r=e,o=Vr(n,"modelValue",r),i=l.ref(Math.ceil(n.totalRows/n.rowsPerPage)),s=l.ref([]);l.watch([()=>n.totalRows,()=>n.rowsPerPage],()=>{i.value=Math.ceil(n.totalRows/n.rowsPerPage),s.value=f(o.value)}),l.onMounted(()=>{s.value=f(o.value)});const c=l.computed(()=>({[`${n.class}`]:n.class,colleague:!n.isPatient})),a=h=>{const p=h.currentTarget.getAttribute("data-page"),m=Number(p);isNaN(Number(m))||(o.value=m,s.value=f(m)),r("click",m)},d=(h,p,m)=>m<=p?m:h==1?6:h<=4?5:1,u=(h,p,m)=>m<=p?0:h==m?6:h>m-4?5:1,f=h=>{const p=[],g=d(h,7,i.value),v=i.value>7&&h>4,y=i.value>7&&h<i.value-3,b=v&&y,E=u(h,7,i.value);for(let C=1;C<=g;C++)p.push(C);if(v&&p.push("..."),b)for(let C=h-1;C<=h+1;C++)p.push(C);y&&p.push("...");for(let C=1;C<=E;C++)p.push(i.value-E+C);return p};return(h,p)=>(l.openBlock(),l.createElementBlock("div",Ew,[l.createElementVNode("ul",{class:l.normalizeClass(["pagination",c.value])},[l.withDirectives(l.createElementVNode("li",kw,[l.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Previous",onClick:a,"data-page":l.unref(o)-1},[l.createVNode(l.unref(Nc))],8,ww)],512),[[l.vShow,l.unref(o)>1]]),(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(s.value,m=>(l.openBlock(),l.createElementBlock("li",{class:l.normalizeClass(["page-item",{active:l.unref(o)===m,disabled:typeof m=="string"}]),key:m},[l.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center",onClick:a,"data-page":m},l.toDisplayString(m),9,Sw)],2))),128)),l.withDirectives(l.createElementVNode("li",Aw,[l.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Next",onClick:a,"data-page":l.unref(o)+1},[l.createVNode(l.unref(Oc))],8,xw)],512),[[l.vShow,l.unref(o)<i.value]])],2)]))}}),Tw=["disabled"],Iw=["label"],_w=["value"],Nw=["value"],Lm=l.defineComponent({__name:"BDFormSelect",props:{size:{default:at.MD},disabled:{type:Boolean},autofocus:{type:Boolean,default:!1},options:{default:void 0},modelValue:{default:""},state:{type:[Boolean,null],default:null}},emits:["update:modelValue","change","input"],setup(t,{emit:e}){const n=t,r=e,o=Vr(n,"modelValue",r),i=l.ref(null),{focused:s}=a6(i,{initialValue:n.autofocus}),c=l.computed(()=>({"form-select":!0,"bd-form-select":!0,"is-invalid":n.state===!1,[`form-select-${n.size}`]:["xs","sm","lg"].includes(n.size)}));l.watch(()=>n.autofocus,f=>{f&&(s.value=!0)});const a=f=>{o.value=f.target.value;let h=u(f.target.value);r("input",h)},d=f=>{let h=u(f.target.value);r("change",h)},u=f=>{try{return JSON.parse(f)}catch{return f}};return(f,h)=>l.withDirectives((l.openBlock(),l.createElementBlock("select",{class:l.normalizeClass(c.value),"onUpdate:modelValue":h[0]||(h[0]=p=>l.isRef(o)?o.value=p:null),disabled:n.disabled,ref_key:"input",ref:i,onInput:a,onChange:d},[l.renderSlot(f.$slots,"first"),n.options&&n.options.length>0&&n.options[0].label&&n.options[0].options?(l.openBlock(!0),l.createElementBlock(l.Fragment,{key:0},l.renderList(n.options,p=>(l.openBlock(),l.createElementBlock("optgroup",{label:p.label},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(p.options,m=>(l.openBlock(),l.createElementBlock("option",{value:JSON.stringify(m.value),key:m.value},l.toDisplayString(m.text),9,_w))),128))],8,Iw))),256)):(l.openBlock(!0),l.createElementBlock(l.Fragment,{key:1},l.renderList(n.options,p=>(l.openBlock(),l.createElementBlock("option",{value:p.value,key:p.value},l.toDisplayString(p.text),9,Nw))),128))],42,Tw)),[[l.vModelSelect,l.unref(o)]])}}),Ow=["value","true-value","false-value","data-checked","disabled"],Cr=l.defineComponent({__name:"BDFormCheckbox",props:{disabled:{type:Boolean,default:!1},modelValue:{type:[Boolean,String,Array],default:void 0},value:{type:[Boolean,String],default:!0},uncheckedValue:{type:[Boolean,String],default:!1},state:{type:[Boolean,null],default:void 0}},emits:["update:modelValue","change","input"],setup(t,{emit:e}){const{uniqueIdentifier:n}=Fo(),r=t,o=e,i=Vr(r,"modelValue",o),s=`form-check-input-${n.value}`,c=l.computed(()=>["form-check","bd-form-checkbox"]),a=l.computed(()=>({"form-check-input":!0,"is-invalid":r.state===!1})),d=u=>o("change",u.target.value);return(u,f)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(c.value)},[l.withDirectives(l.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=h=>l.isRef(i)?i.value=h:null),id:s,class:l.normalizeClass(a.value),type:"checkbox",value:t.value,"true-value":t.value,"false-value":t.uncheckedValue,"data-checked":l.unref(i)===t.value,disabled:r.disabled,onChange:d},null,42,Ow),[[l.vModelCheckbox,l.unref(i)]]),l.createElementVNode("label",{class:"form-check-label",for:s},[l.renderSlot(u.$slots,"default")]),l.renderSlot(u.$slots,"last")],2))}}),Mw={key:0,class:"bd-article__body"},Lw={key:1},Dm=l.defineComponent({__name:"BDArticle",props:{title:{default:""},text:{default:""},hideBody:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},identifier:{}},emits:["click"],setup(t,{emit:e}){const n=t,r=e,o=i=>r("click",{event:i,identifier:n.identifier});return(i,s)=>(l.openBlock(),l.createElementBlock("article",{class:"bd-article",onClick:o},[l.createElementVNode("header",null,[l.renderSlot(i.$slots,"header",{},()=>[l.createElementVNode("h5",null,l.toDisplayString(n.title),1)])]),n.hideBody?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("div",Mw,[l.renderSlot(i.$slots,"default",{},()=>[l.createTextVNode(l.toDisplayString(n.text),1)])])),n.hideFooter?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("footer",Lw,[l.renderSlot(i.$slots,"footer")]))]))}}),Ko={DANGER:"danger",WARNING:"warning",INFO:"info",SUCCESS:"success"},Dw=["id"],Pw={class:"toast-header"},Bw={class:"toast-body"},Rd=l.defineComponent({__name:"BDToast",props:{id:{},variant:{default:Ko.INFO},title:{default:""},text:{default:""}},setup(t){const e=t,n=l.computed(()=>({[`bd-toast-${e.variant}`]:!0})),r=l.computed(()=>e.variant!==Ko.SUCCESS);return(o,i)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["toast bd-toast",n.value]),role:"alert","aria-live":"assertive","aria-atomic":"true",key:e.id,id:e.id},[l.createElementVNode("div",Pw,[r.value?(l.openBlock(),l.createBlock(l.unref(pr),{key:0})):(l.openBlock(),l.createBlock(l.unref($o),{key:1})),l.createElementVNode("h5",null,l.toDisplayString(e.title),1),i[0]||(i[0]=l.createElementVNode("button",{type:"button",class:"btn-close","data-bs-dismiss":"toast","aria-label":"Close"},null,-1))]),l.createElementVNode("div",Bw,[l.createElementVNode("span",null,l.toDisplayString(e.text),1)])],10,Dw))}}),_e="",Ia=t=>typeof t=="string"||t instanceof String,Rw={class:"bd-pill"},$w=["src"],Fw={class:"bd-pill__description"},zw=["href"],Uw=["id","textContent","title"],Hw=["id","textContent","title"],_a=l.defineComponent({__name:"BDPill",props:{imgSrc:{default:_e},uri:{default:_e},uriDisplayName:{default:_e},title:{default:_e},subtitle:{default:_e},showClose:{type:Boolean,default:!1}},emits:["close"],setup(t,{emit:e}){const{uniqueIdentifier:n}=Fo(),r=t,o=l.computed(()=>r.uri),i=l.computed(()=>r.uriDisplayName!==_e?r.uriDisplayName:r.uri),s=l.computed(()=>r.imgSrc),c=l.computed(()=>r.title),a=l.computed(()=>r.subtitle),d=l.computed(()=>`bd-pill-title-${n.value}`),u=l.computed(()=>`bd-pill-subtitle-${n.value}`);return(f,h)=>(l.openBlock(),l.createElementBlock("div",Rw,[l.createElementVNode("img",{src:s.value,class:"bd-pill__logo",alt:"logo-externe-partij"},null,8,$w),l.createElementVNode("div",Fw,[l.createElementVNode("a",{href:o.value,class:"bd-pill__link",target:"_blank",rel:"noopener noreferrer"},[l.createVNode(l.unref(ra),{class:"bd-pill__icon-hyperlink",style:{height:"12px"}}),l.createTextVNode(" "+l.toDisplayString(i.value),1)],8,zw),l.createElementVNode("span",{class:"bd-pill__title",id:d.value,textContent:l.toDisplayString(c.value),"data-bs-toggle":"tooltip",title:c.value},null,8,Uw),l.createElementVNode("span",{class:"bd-pill__subtitle",id:u.value,textContent:l.toDisplayString(a.value),"data-bs-toggle":"tooltip",title:a.value},null,8,Hw)])]))}});function jw(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]]);return n}function Ww(t,e,n,r){function o(i){return i instanceof n?i:new n(function(s){s(i)})}return new(n||(n=Promise))(function(i,s){function c(u){try{d(r.next(u))}catch(f){s(f)}}function a(u){try{d(r.throw(u))}catch(f){s(f)}}function d(u){u.done?i(u.value):o(u.value).then(c,a)}d((r=r.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Kw=t=>Array.isArray(t)&&t.length>0,Yw=t=>Object.keys(t).map(e=>t[e]),$d=t=>Array.isArray(t)&&t.length>0,Pm=t=>!t||Array.isArray(t)&&!t.length,Fd={name:"BDUserInformation",props:{value:{type:Object},showProfilePicture:{type:Boolean}},render(){const t=this.value,{name:e,profilePictureUri:n,extra:r}=t,o=jw(t,["name","profilePictureUri","extra"]),i=n&&this.showProfilePicture?l.h("img",{class:"bd-user-information__profile-picture",src:n,alt:e}):null;let c=[l.h("h4",null,e)];this.$slots.default&&c.push(this.$slots.default());const a=l.h("div",{class:"bd-user-information__header"},c),d=l.h("small",null,Yw(o).filter(f=>f).join(" • ")),u=l.h("div",{class:"bd-user-information__detail"},[a,d]);return l.h("div",{class:"bd-user-information"},[i,u])}},Bm={displayTime:!0,format:"numeric"};function Yo(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Na={exports:{}},Gw=Na.exports,Rm;function $m(){return Rm||(Rm=1,(function(t,e){(function(n,r){t.exports=r()})(Gw,(function(){var n=1e3,r=6e4,o=36e5,i="millisecond",s="second",c="minute",a="hour",d="day",u="week",f="month",h="quarter",p="year",m="date",g="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,b={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(z){var U=["th","st","nd","rd"],F=z%100;return"["+z+(U[(F-20)%10]||U[F]||U[0])+"]"}},E=function(z,U,F){var X=String(z);return!X||X.length>=U?z:""+Array(U+1-X.length).join(F)+z},C={s:E,z:function(z){var U=-z.utcOffset(),F=Math.abs(U),X=Math.floor(F/60),H=F%60;return(U<=0?"+":"-")+E(X,2,"0")+":"+E(H,2,"0")},m:function z(U,F){if(U.date()<F.date())return-z(F,U);var X=12*(F.year()-U.year())+(F.month()-U.month()),H=U.clone().add(X,f),ee=F-H<0,ne=U.clone().add(X+(ee?-1:1),f);return+(-(X+(F-H)/(ee?H-ne:ne-H))||0)},a:function(z){return z<0?Math.ceil(z)||0:Math.floor(z)},p:function(z){return{M:f,y:p,w:u,d,D:m,h:a,m:c,s,ms:i,Q:h}[z]||String(z||"").toLowerCase().replace(/s$/,"")},u:function(z){return z===void 0}},S="en",_={};_[S]=b;var T="$isDayjsObject",D=function(z){return z instanceof W||!(!z||!z[T])},G=function z(U,F,X){var H;if(!U)return S;if(typeof U=="string"){var ee=U.toLowerCase();_[ee]&&(H=ee),F&&(_[ee]=F,H=ee);var ne=U.split("-");if(!H&&ne.length>1)return z(ne[0])}else{var ae=U.name;_[ae]=U,H=ae}return!X&&H&&(S=H),H||!X&&S},$=function(z,U){if(D(z))return z.clone();var F=typeof U=="object"?U:{};return F.date=z,F.args=arguments,new W(F)},j=C;j.l=G,j.i=D,j.w=function(z,U){return $(z,{locale:U.$L,utc:U.$u,x:U.$x,$offset:U.$offset})};var W=(function(){function z(F){this.$L=G(F.locale,null,!0),this.parse(F),this.$x=this.$x||F.x||{},this[T]=!0}var U=z.prototype;return U.parse=function(F){this.$d=(function(X){var H=X.date,ee=X.utc;if(H===null)return new Date(NaN);if(j.u(H))return new Date;if(H instanceof Date)return new Date(H);if(typeof H=="string"&&!/Z$/i.test(H)){var ne=H.match(v);if(ne){var ae=ne[2]-1||0,pe=(ne[7]||"0").substring(0,3);return ee?new Date(Date.UTC(ne[1],ae,ne[3]||1,ne[4]||0,ne[5]||0,ne[6]||0,pe)):new Date(ne[1],ae,ne[3]||1,ne[4]||0,ne[5]||0,ne[6]||0,pe)}}return new Date(H)})(F),this.init()},U.init=function(){var F=this.$d;this.$y=F.getFullYear(),this.$M=F.getMonth(),this.$D=F.getDate(),this.$W=F.getDay(),this.$H=F.getHours(),this.$m=F.getMinutes(),this.$s=F.getSeconds(),this.$ms=F.getMilliseconds()},U.$utils=function(){return j},U.isValid=function(){return this.$d.toString()!==g},U.isSame=function(F,X){var H=$(F);return this.startOf(X)<=H&&H<=this.endOf(X)},U.isAfter=function(F,X){return $(F)<this.startOf(X)},U.isBefore=function(F,X){return this.endOf(X)<$(F)},U.$g=function(F,X,H){return j.u(F)?this[X]:this.set(H,F)},U.unix=function(){return Math.floor(this.valueOf()/1e3)},U.valueOf=function(){return this.$d.getTime()},U.startOf=function(F,X){var H=this,ee=!!j.u(X)||X,ne=j.p(F),ae=function(M,I){var O=j.w(H.$u?Date.UTC(H.$y,I,M):new Date(H.$y,I,M),H);return ee?O:O.endOf(d)},pe=function(M,I){return j.w(H.toDate()[M].apply(H.toDate("s"),(ee?[0,0,0,0]:[23,59,59,999]).slice(I)),H)},me=this.$W,be=this.$M,Ee=this.$D,Te="set"+(this.$u?"UTC":"");switch(ne){case p:return ee?ae(1,0):ae(31,11);case f:return ee?ae(1,be):ae(0,be+1);case u:var ve=this.$locale().weekStart||0,N=(me<ve?me+7:me)-ve;return ae(ee?Ee-N:Ee+(6-N),be);case d:case m:return pe(Te+"Hours",0);case a:return pe(Te+"Minutes",1);case c:return pe(Te+"Seconds",2);case s:return pe(Te+"Milliseconds",3);default:return this.clone()}},U.endOf=function(F){return this.startOf(F,!1)},U.$set=function(F,X){var H,ee=j.p(F),ne="set"+(this.$u?"UTC":""),ae=(H={},H[d]=ne+"Date",H[m]=ne+"Date",H[f]=ne+"Month",H[p]=ne+"FullYear",H[a]=ne+"Hours",H[c]=ne+"Minutes",H[s]=ne+"Seconds",H[i]=ne+"Milliseconds",H)[ee],pe=ee===d?this.$D+(X-this.$W):X;if(ee===f||ee===p){var me=this.clone().set(m,1);me.$d[ae](pe),me.init(),this.$d=me.set(m,Math.min(this.$D,me.daysInMonth())).$d}else ae&&this.$d[ae](pe);return this.init(),this},U.set=function(F,X){return this.clone().$set(F,X)},U.get=function(F){return this[j.p(F)]()},U.add=function(F,X){var H,ee=this;F=Number(F);var ne=j.p(X),ae=function(be){var Ee=$(ee);return j.w(Ee.date(Ee.date()+Math.round(be*F)),ee)};if(ne===f)return this.set(f,this.$M+F);if(ne===p)return this.set(p,this.$y+F);if(ne===d)return ae(1);if(ne===u)return ae(7);var pe=(H={},H[c]=r,H[a]=o,H[s]=n,H)[ne]||1,me=this.$d.getTime()+F*pe;return j.w(me,this)},U.subtract=function(F,X){return this.add(-1*F,X)},U.format=function(F){var X=this,H=this.$locale();if(!this.isValid())return H.invalidDate||g;var ee=F||"YYYY-MM-DDTHH:mm:ssZ",ne=j.z(this),ae=this.$H,pe=this.$m,me=this.$M,be=H.weekdays,Ee=H.months,Te=H.meridiem,ve=function(I,O,k,w){return I&&(I[O]||I(X,ee))||k[O].slice(0,w)},N=function(I){return j.s(ae%12||12,I,"0")},M=Te||function(I,O,k){var w=I<12?"AM":"PM";return k?w.toLowerCase():w};return ee.replace(y,(function(I,O){return O||(function(k){switch(k){case"YY":return String(X.$y).slice(-2);case"YYYY":return j.s(X.$y,4,"0");case"M":return me+1;case"MM":return j.s(me+1,2,"0");case"MMM":return ve(H.monthsShort,me,Ee,3);case"MMMM":return ve(Ee,me);case"D":return X.$D;case"DD":return j.s(X.$D,2,"0");case"d":return String(X.$W);case"dd":return ve(H.weekdaysMin,X.$W,be,2);case"ddd":return ve(H.weekdaysShort,X.$W,be,3);case"dddd":return be[X.$W];case"H":return String(ae);case"HH":return j.s(ae,2,"0");case"h":return N(1);case"hh":return N(2);case"a":return M(ae,pe,!0);case"A":return M(ae,pe,!1);case"m":return String(pe);case"mm":return j.s(pe,2,"0");case"s":return String(X.$s);case"ss":return j.s(X.$s,2,"0");case"SSS":return j.s(X.$ms,3,"0");case"Z":return ne}return null})(I)||ne.replace(":","")}))},U.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},U.diff=function(F,X,H){var ee,ne=this,ae=j.p(X),pe=$(F),me=(pe.utcOffset()-this.utcOffset())*r,be=this-pe,Ee=function(){return j.m(ne,pe)};switch(ae){case p:ee=Ee()/12;break;case f:ee=Ee();break;case h:ee=Ee()/3;break;case u:ee=(be-me)/6048e5;break;case d:ee=(be-me)/864e5;break;case a:ee=be/o;break;case c:ee=be/r;break;case s:ee=be/n;break;default:ee=be}return H?ee:j.a(ee)},U.daysInMonth=function(){return this.endOf(f).$D},U.$locale=function(){return _[this.$L]},U.locale=function(F,X){if(!F)return this.$L;var H=this.clone(),ee=G(F,X,!0);return ee&&(H.$L=ee),H},U.clone=function(){return j.w(this.$d,this)},U.toDate=function(){return new Date(this.valueOf())},U.toJSON=function(){return this.isValid()?this.toISOString():null},U.toISOString=function(){return this.$d.toISOString()},U.toString=function(){return this.$d.toUTCString()},z})(),Y=W.prototype;return $.prototype=Y,[["$ms",i],["$s",s],["$m",c],["$H",a],["$W",d],["$M",f],["$y",p],["$D",m]].forEach((function(z){Y[z[1]]=function(U){return this.$g(U,z[0],z[1])}})),$.extend=function(z,U){return z.$i||(z(U,W,$),z.$i=!0),$},$.locale=G,$.isDayjs=D,$.unix=function(z){return $(1e3*z)},$.en=_[S],$.Ls=_,$.p={},$}))})(Na)),Na.exports}var Qw=$m();const Wt=Yo(Qw);var Oa={exports:{}},Zw=Oa.exports,Fm;function Jw(){return Fm||(Fm=1,(function(t,e){(function(n,r){t.exports=r($m())})(Zw,(function(n){function r(s){return s&&typeof s=="object"&&"default"in s?s:{default:s}}var o=r(n),i={name:"nl",weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),ordinal:function(s){return"["+s+(s===1||s===8||s>=20?"ste":"de")+"]"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"een minuut",mm:"%d minuten",h:"een uur",hh:"%d uur",d:"een dag",dd:"%d dagen",M:"een maand",MM:"%d maanden",y:"een jaar",yy:"%d jaar"}};return o.default.locale(i,null,!0),i}))})(Oa)),Oa.exports}Jw();var Ma={exports:{}},Xw=Ma.exports,zm;function qw(){return zm||(zm=1,(function(t,e){(function(n,r){t.exports=r()})(Xw,(function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},r=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,o=/\d/,i=/\d\d/,s=/\d\d?/,c=/\d*[^-_:/,()\s\d]+/,a={},d=function(v){return(v=+v)+(v>68?1900:2e3)},u=function(v){return function(y){this[v]=+y}},f=[/[+-]\d\d:?(\d\d)?|Z/,function(v){(this.zone||(this.zone={})).offset=(function(y){if(!y||y==="Z")return 0;var b=y.match(/([+-]|\d\d)/g),E=60*b[1]+(+b[2]||0);return E===0?0:b[0]==="+"?-E:E})(v)}],h=function(v){var y=a[v];return y&&(y.indexOf?y:y.s.concat(y.f))},p=function(v,y){var b,E=a.meridiem;if(E){for(var C=1;C<=24;C+=1)if(v.indexOf(E(C,0,y))>-1){b=C>12;break}}else b=v===(y?"pm":"PM");return b},m={A:[c,function(v){this.afternoon=p(v,!1)}],a:[c,function(v){this.afternoon=p(v,!0)}],Q:[o,function(v){this.month=3*(v-1)+1}],S:[o,function(v){this.milliseconds=100*+v}],SS:[i,function(v){this.milliseconds=10*+v}],SSS:[/\d{3}/,function(v){this.milliseconds=+v}],s:[s,u("seconds")],ss:[s,u("seconds")],m:[s,u("minutes")],mm:[s,u("minutes")],H:[s,u("hours")],h:[s,u("hours")],HH:[s,u("hours")],hh:[s,u("hours")],D:[s,u("day")],DD:[i,u("day")],Do:[c,function(v){var y=a.ordinal,b=v.match(/\d+/);if(this.day=b[0],y)for(var E=1;E<=31;E+=1)y(E).replace(/\[|\]/g,"")===v&&(this.day=E)}],w:[s,u("week")],ww:[i,u("week")],M:[s,u("month")],MM:[i,u("month")],MMM:[c,function(v){var y=h("months"),b=(h("monthsShort")||y.map((function(E){return E.slice(0,3)}))).indexOf(v)+1;if(b<1)throw new Error;this.month=b%12||b}],MMMM:[c,function(v){var y=h("months").indexOf(v)+1;if(y<1)throw new Error;this.month=y%12||y}],Y:[/[+-]?\d+/,u("year")],YY:[i,function(v){this.year=d(v)}],YYYY:[/\d{4}/,u("year")],Z:f,ZZ:f};function g(v){var y,b;y=v,b=a&&a.formats;for(var E=(v=y.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function($,j,W){var Y=W&&W.toUpperCase();return j||b[W]||n[W]||b[Y].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(z,U,F){return U||F.slice(1)}))}))).match(r),C=E.length,S=0;S<C;S+=1){var _=E[S],T=m[_],D=T&&T[0],G=T&&T[1];E[S]=G?{regex:D,parser:G}:_.replace(/^\[|\]$/g,"")}return function($){for(var j={},W=0,Y=0;W<C;W+=1){var z=E[W];if(typeof z=="string")Y+=z.length;else{var U=z.regex,F=z.parser,X=$.slice(Y),H=U.exec(X)[0];F.call(j,H),$=$.replace(H,"")}}return(function(ee){var ne=ee.afternoon;if(ne!==void 0){var ae=ee.hours;ne?ae<12&&(ee.hours+=12):ae===12&&(ee.hours=0),delete ee.afternoon}})(j),j}}return function(v,y,b){b.p.customParseFormat=!0,v&&v.parseTwoDigitYear&&(d=v.parseTwoDigitYear);var E=y.prototype,C=E.parse;E.parse=function(S){var _=S.date,T=S.utc,D=S.args;this.$u=T;var G=D[1];if(typeof G=="string"){var $=D[2]===!0,j=D[3]===!0,W=$||j,Y=D[2];j&&(Y=D[2]),a=this.$locale(),!$&&Y&&(a=b.Ls[Y]),this.$d=(function(X,H,ee,ne){try{if(["x","X"].indexOf(H)>-1)return new Date((H==="X"?1e3:1)*X);var ae=g(H)(X),pe=ae.year,me=ae.month,be=ae.day,Ee=ae.hours,Te=ae.minutes,ve=ae.seconds,N=ae.milliseconds,M=ae.zone,I=ae.week,O=new Date,k=be||(pe||me?1:O.getDate()),w=pe||O.getFullYear(),P=0;pe&&!me||(P=me>0?me-1:O.getMonth());var R,K=Ee||0,Q=Te||0,A=ve||0,x=N||0;return M?new Date(Date.UTC(w,P,k,K,Q,A,x+60*M.offset*1e3)):ee?new Date(Date.UTC(w,P,k,K,Q,A,x)):(R=new Date(w,P,k,K,Q,A,x),I&&(R=ne(R).week(I).toDate()),R)}catch{return new Date("")}})(_,G,T,b),this.init(),Y&&Y!==!0&&(this.$L=this.locale(Y).$L),W&&_!=this.format(G)&&(this.$d=new Date("")),a={}}else if(G instanceof Array)for(var z=G.length,U=1;U<=z;U+=1){D[1]=G[U-1];var F=b.apply(this,D);if(F.isValid()){this.$d=F.$d,this.$L=F.$L,this.init();break}U===z&&(this.$d=new Date(""))}else C.call(this,S)}}}))})(Ma)),Ma.exports}var Vw=qw();const eS=Yo(Vw);var La={exports:{}},tS=La.exports,Um;function nS(){return Um||(Um=1,(function(t,e){(function(n,r){t.exports=r()})(tS,(function(){return function(n,r){r.prototype.isSameOrAfter=function(o,i){return this.isSame(o,i)||this.isAfter(o,i)}}}))})(La)),La.exports}var rS=nS();const oS=Yo(rS);var Da={exports:{}},iS=Da.exports,Hm;function sS(){return Hm||(Hm=1,(function(t,e){(function(n,r){t.exports=r()})(iS,(function(){return function(n,r){r.prototype.isSameOrBefore=function(o,i){return this.isSame(o,i)||this.isBefore(o,i)}}}))})(Da)),Da.exports}var aS=sS();const lS=Yo(aS);var Pa={exports:{}},cS=Pa.exports,jm;function dS(){return jm||(jm=1,(function(t,e){(function(n,r){t.exports=r()})(cS,(function(){var n="week",r="year";return function(o,i,s){var c=i.prototype;c.week=function(a){if(a===void 0&&(a=null),a!==null)return this.add(7*(a-this.week()),"day");var d=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var u=s(this).startOf(r).add(1,r).date(d),f=s(this).endOf(n);if(u.isBefore(f))return 1}var h=s(this).startOf(r).date(d).startOf(n).subtract(1,"millisecond"),p=this.diff(h,n,!0);return p<0?s(this).startOf("week").week():Math.ceil(p)},c.weeks=function(a){return a===void 0&&(a=null),this.week(a)}}}))})(Pa)),Pa.exports}var uS=dS();const fS=Yo(uS);Wt.extend(eS),Wt.locale("nl"),Wt.extend(oS),Wt.extend(lS),Wt.extend(fS);const zd=t=>t?t.charAt(0).toUpperCase()+t.slice(1):"";function Wm(t,e=Wt()){const n=Wt(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY"],!0);if(!n.isValid())return"";const r=e.startOf("day");if(n.isSame(r,"day"))return"Vandaag";const o=r.subtract(1,"day");if(n.isSame(o,"day"))return"Gisteren";const i=r.subtract(6,"day");if(n.isSameOrAfter(i)&&n.isBefore(r))return zd(n.format("dddd"));const s=r.subtract(7,"day");return n.isSame(s)||n.isSame(e,"year")?n.format("D MMMM"):n.format("DD-MM-YYYY")}function Km(t,e=Wt()){const n=Wt(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY"],!0),r=t.includes(" ")&&t.includes(":");if(!n.isValid())return"";const o=e.startOf("day");if(n.isSame(o,"day"))return r?n.format("H:mm"):"Vandaag";const i=o.subtract(1,"day");if(n.isSame(i,"day"))return r?`Gisteren ${n.format("H:mm")}`:"Gisteren";const s=o.subtract(6,"day");if(n.isSameOrAfter(s)&&n.isBefore(o))return zd(r?n.format("dddd H:mm"):n.format("dddd"));const c=o.subtract(7,"day");return n.isSame(c)||n.isSame(e,"year")?r?n.format("D MMM H:mm"):n.format("D MMMM"):n.format("DD-MM-YYYY")}function Ud(t){const e=Wt(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY","YYYY-MM-DDTHH:mm:ss"],!0),n=t.includes(" ")&&t.includes(":");return e.isValid()?n&&e.isSame(Wt(),"year")?e.format("DD-MM-YYYY H:mm"):e.format("DD-MM-YYYY"):""}function Hd(t){const e=Wt(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY","YYYY-MM-DDTHH:mm:ss"],!0);return e.isValid()?e.format("DD-MM-YYYY"):""}const hS={class:"bd-date"},Ym=l.defineComponent({__name:"BDDate",props:{date:{},displayTime:{type:Boolean,default:Bm.displayTime},format:{default:Bm.format}},setup(t){const e=t,n=l.computed(()=>e.date?e.format==="textual"?e.displayTime?Km(e.date):Wm(e.date):(e.format==="numeric",e.displayTime?Ud(e.date):Hd(e.date)):"");return(r,o)=>(l.openBlock(),l.createElementBlock("span",hS,l.toDisplayString(n.value),1))}}),Ba=l.defineComponent({__name:"BDDropdownItem",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},emits:["click"],setup(t,{emit:e}){const n=t,r=e,o=()=>{r("click")};return(i,s)=>(l.openBlock(),l.createElementBlock("li",l.mergeProps({class:"bd-dropdown-item"},i.$attrs),[l.createVNode(Xr,l.mergeProps({class:"dropdown-item",onClick:o},n),{default:l.withCtx(()=>[l.renderSlot(i.$slots,"default",{},()=>[l.createTextVNode(l.toDisplayString(n.text),1)])]),_:3},16)],16))}});var jd={exports:{}},Gm;function pS(){return Gm||(Gm=1,(function(t,e){(function(r,o){t.exports=o()})(self,function(){return(function(){var n={3099:(function(s){s.exports=function(c){if(typeof c!="function")throw TypeError(String(c)+" is not a function");return c}}),6077:(function(s,c,a){var d=a(111);s.exports=function(u){if(!d(u)&&u!==null)throw TypeError("Can't set "+String(u)+" as a prototype");return u}}),1223:(function(s,c,a){var d=a(5112),u=a(30),f=a(3070),h=d("unscopables"),p=Array.prototype;p[h]==null&&f.f(p,h,{configurable:!0,value:u(null)}),s.exports=function(m){p[h][m]=!0}}),1530:(function(s,c,a){var d=a(8710).charAt;s.exports=function(u,f,h){return f+(h?d(u,f).length:1)}}),5787:(function(s){s.exports=function(c,a,d){if(!(c instanceof a))throw TypeError("Incorrect "+(d?d+" ":"")+"invocation");return c}}),9670:(function(s,c,a){var d=a(111);s.exports=function(u){if(!d(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,c,a){var d=a(4019),u=a(9781),f=a(7854),h=a(111),p=a(6656),m=a(648),g=a(8880),v=a(1320),y=a(3070).f,b=a(9518),E=a(7674),C=a(5112),S=a(9711),_=f.Int8Array,T=_&&_.prototype,D=f.Uint8ClampedArray,G=D&&D.prototype,$=_&&b(_),j=T&&b(T),W=Object.prototype,Y=W.isPrototypeOf,z=C("toStringTag"),U=S("TYPED_ARRAY_TAG"),F=d&&!!E&&m(f.opera)!=="Opera",X=!1,H,ee={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},ne={BigInt64Array:8,BigUint64Array:8},ae=function(N){if(!h(N))return!1;var M=m(N);return M==="DataView"||p(ee,M)||p(ne,M)},pe=function(ve){if(!h(ve))return!1;var N=m(ve);return p(ee,N)||p(ne,N)},me=function(ve){if(pe(ve))return ve;throw TypeError("Target is not a typed array")},be=function(ve){if(E){if(Y.call($,ve))return ve}else for(var N in ee)if(p(ee,H)){var M=f[N];if(M&&(ve===M||Y.call(M,ve)))return ve}throw TypeError("Target is not a typed array constructor")},Ee=function(ve,N,M){if(u){if(M)for(var I in ee){var O=f[I];O&&p(O.prototype,ve)&&delete O.prototype[ve]}(!j[ve]||M)&&v(j,ve,M?N:F&&T[ve]||N)}},Te=function(ve,N,M){var I,O;if(u){if(E){if(M)for(I in ee)O=f[I],O&&p(O,ve)&&delete O[ve];if(!$[ve]||M)try{return v($,ve,M?N:F&&_[ve]||N)}catch{}else return}for(I in ee)O=f[I],O&&(!O[ve]||M)&&v(O,ve,N)}};for(H in ee)f[H]||(F=!1);if((!F||typeof $!="function"||$===Function.prototype)&&($=function(){throw TypeError("Incorrect invocation")},F))for(H in ee)f[H]&&E(f[H],$);if((!F||!j||j===W)&&(j=$.prototype,F))for(H in ee)f[H]&&E(f[H].prototype,j);if(F&&b(G)!==j&&E(G,j),u&&!p(j,z)){X=!0,y(j,z,{get:function(){return h(this)?this[U]:void 0}});for(H in ee)f[H]&&g(f[H],U,H)}s.exports={NATIVE_ARRAY_BUFFER_VIEWS:F,TYPED_ARRAY_TAG:X&&U,aTypedArray:me,aTypedArrayConstructor:be,exportTypedArrayMethod:Ee,exportTypedArrayStaticMethod:Te,isView:ae,isTypedArray:pe,TypedArray:$,TypedArrayPrototype:j}}),3331:(function(s,c,a){var d=a(7854),u=a(9781),f=a(4019),h=a(8880),p=a(2248),m=a(7293),g=a(5787),v=a(9958),y=a(7466),b=a(7067),E=a(1179),C=a(9518),S=a(7674),_=a(8006).f,T=a(3070).f,D=a(1285),G=a(8003),$=a(9909),j=$.get,W=$.set,Y="ArrayBuffer",z="DataView",U="prototype",F="Wrong length",X="Wrong index",H=d[Y],ee=H,ne=d[z],ae=ne&&ne[U],pe=Object.prototype,me=d.RangeError,be=E.pack,Ee=E.unpack,Te=function(Z){return[Z&255]},ve=function(Z){return[Z&255,Z>>8&255]},N=function(Z){return[Z&255,Z>>8&255,Z>>16&255,Z>>24&255]},M=function(Z){return Z[3]<<24|Z[2]<<16|Z[1]<<8|Z[0]},I=function(Z){return be(Z,23,4)},O=function(Z){return be(Z,52,8)},k=function(Z,q){T(Z[U],q,{get:function(){return j(this)[q]}})},w=function(Z,q,te,se){var J=b(te),re=j(Z);if(J+q>re.byteLength)throw me(X);var Se=j(re.buffer).bytes,Ne=J+re.byteOffset,Oe=Se.slice(Ne,Ne+q);return se?Oe:Oe.reverse()},P=function(Z,q,te,se,J,re){var Se=b(te),Ne=j(Z);if(Se+q>Ne.byteLength)throw me(X);for(var Oe=j(Ne.buffer).bytes,nt=Se+Ne.byteOffset,pt=se(+J),rt=0;rt<q;rt++)Oe[nt+rt]=pt[re?rt:q-rt-1]};if(!f)ee=function(q){g(this,ee,Y);var te=b(q);W(this,{bytes:D.call(new Array(te),0),byteLength:te}),u||(this.byteLength=te)},ne=function(q,te,se){g(this,ne,z),g(q,ee,z);var J=j(q).byteLength,re=v(te);if(re<0||re>J)throw me("Wrong offset");if(se=se===void 0?J-re:y(se),re+se>J)throw me(F);W(this,{buffer:q,byteLength:se,byteOffset:re}),u||(this.buffer=q,this.byteLength=se,this.byteOffset=re)},u&&(k(ee,"byteLength"),k(ne,"buffer"),k(ne,"byteLength"),k(ne,"byteOffset")),p(ne[U],{getInt8:function(q){return w(this,1,q)[0]<<24>>24},getUint8:function(q){return w(this,1,q)[0]},getInt16:function(q){var te=w(this,2,q,arguments.length>1?arguments[1]:void 0);return(te[1]<<8|te[0])<<16>>16},getUint16:function(q){var te=w(this,2,q,arguments.length>1?arguments[1]:void 0);return te[1]<<8|te[0]},getInt32:function(q){return M(w(this,4,q,arguments.length>1?arguments[1]:void 0))},getUint32:function(q){return M(w(this,4,q,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(q){return Ee(w(this,4,q,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(q){return Ee(w(this,8,q,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(q,te){P(this,1,q,Te,te)},setUint8:function(q,te){P(this,1,q,Te,te)},setInt16:function(q,te){P(this,2,q,ve,te,arguments.length>2?arguments[2]:void 0)},setUint16:function(q,te){P(this,2,q,ve,te,arguments.length>2?arguments[2]:void 0)},setInt32:function(q,te){P(this,4,q,N,te,arguments.length>2?arguments[2]:void 0)},setUint32:function(q,te){P(this,4,q,N,te,arguments.length>2?arguments[2]:void 0)},setFloat32:function(q,te){P(this,4,q,I,te,arguments.length>2?arguments[2]:void 0)},setFloat64:function(q,te){P(this,8,q,O,te,arguments.length>2?arguments[2]:void 0)}});else{if(!m(function(){H(1)})||!m(function(){new H(-1)})||m(function(){return new H,new H(1.5),new H(NaN),H.name!=Y})){ee=function(q){return g(this,ee),new H(b(q))};for(var R=ee[U]=H[U],K=_(H),Q=0,A;K.length>Q;)(A=K[Q++])in ee||h(ee,A,H[A]);R.constructor=ee}S&&C(ae)!==pe&&S(ae,pe);var x=new ne(new ee(2)),B=ae.setInt8;x.setInt8(0,2147483648),x.setInt8(1,2147483649),(x.getInt8(0)||!x.getInt8(1))&&p(ae,{setInt8:function(q,te){B.call(this,q,te<<24>>24)},setUint8:function(q,te){B.call(this,q,te<<24>>24)}},{unsafe:!0})}G(ee,Y),G(ne,z),s.exports={ArrayBuffer:ee,DataView:ne}}),1048:(function(s,c,a){var d=a(7908),u=a(1400),f=a(7466),h=Math.min;s.exports=[].copyWithin||function(m,g){var v=d(this),y=f(v.length),b=u(m,y),E=u(g,y),C=arguments.length>2?arguments[2]:void 0,S=h((C===void 0?y:u(C,y))-E,y-b),_=1;for(E<b&&b<E+S&&(_=-1,E+=S-1,b+=S-1);S-- >0;)E in v?v[b]=v[E]:delete v[b],b+=_,E+=_;return v}}),1285:(function(s,c,a){var d=a(7908),u=a(1400),f=a(7466);s.exports=function(p){for(var m=d(this),g=f(m.length),v=arguments.length,y=u(v>1?arguments[1]:void 0,g),b=v>2?arguments[2]:void 0,E=b===void 0?g:u(b,g);E>y;)m[y++]=p;return m}}),8533:(function(s,c,a){var d=a(2092).forEach,u=a(9341),f=u("forEach");s.exports=f?[].forEach:function(p){return d(this,p,arguments.length>1?arguments[1]:void 0)}}),8457:(function(s,c,a){var d=a(9974),u=a(7908),f=a(3411),h=a(7659),p=a(7466),m=a(6135),g=a(1246);s.exports=function(y){var b=u(y),E=typeof this=="function"?this:Array,C=arguments.length,S=C>1?arguments[1]:void 0,_=S!==void 0,T=g(b),D=0,G,$,j,W,Y,z;if(_&&(S=d(S,C>2?arguments[2]:void 0,2)),T!=null&&!(E==Array&&h(T)))for(W=T.call(b),Y=W.next,$=new E;!(j=Y.call(W)).done;D++)z=_?f(W,S,[j.value,D],!0):j.value,m($,D,z);else for(G=p(b.length),$=new E(G);G>D;D++)z=_?S(b[D],D):b[D],m($,D,z);return $.length=D,$}}),1318:(function(s,c,a){var d=a(5656),u=a(7466),f=a(1400),h=function(p){return function(m,g,v){var y=d(m),b=u(y.length),E=f(v,b),C;if(p&&g!=g){for(;b>E;)if(C=y[E++],C!=C)return!0}else for(;b>E;E++)if((p||E in y)&&y[E]===g)return p||E||0;return!p&&-1}};s.exports={includes:h(!0),indexOf:h(!1)}}),2092:(function(s,c,a){var d=a(9974),u=a(8361),f=a(7908),h=a(7466),p=a(5417),m=[].push,g=function(v){var y=v==1,b=v==2,E=v==3,C=v==4,S=v==6,_=v==7,T=v==5||S;return function(D,G,$,j){for(var W=f(D),Y=u(W),z=d(G,$,3),U=h(Y.length),F=0,X=j||p,H=y?X(D,U):b||_?X(D,0):void 0,ee,ne;U>F;F++)if((T||F in Y)&&(ee=Y[F],ne=z(ee,F,W),v))if(y)H[F]=ne;else if(ne)switch(v){case 3:return!0;case 5:return ee;case 6:return F;case 2:m.call(H,ee)}else switch(v){case 4:return!1;case 7:m.call(H,ee)}return S?-1:E||C?C:H}};s.exports={forEach:g(0),map:g(1),filter:g(2),some:g(3),every:g(4),find:g(5),findIndex:g(6),filterOut:g(7)}}),6583:(function(s,c,a){var d=a(5656),u=a(9958),f=a(7466),h=a(9341),p=Math.min,m=[].lastIndexOf,g=!!m&&1/[1].lastIndexOf(1,-0)<0,v=h("lastIndexOf"),y=g||!v;s.exports=y?function(E){if(g)return m.apply(this,arguments)||0;var C=d(this),S=f(C.length),_=S-1;for(arguments.length>1&&(_=p(_,u(arguments[1]))),_<0&&(_=S+_);_>=0;_--)if(_ in C&&C[_]===E)return _||0;return-1}:m}),1194:(function(s,c,a){var d=a(7293),u=a(5112),f=a(7392),h=u("species");s.exports=function(p){return f>=51||!d(function(){var m=[],g=m.constructor={};return g[h]=function(){return{foo:1}},m[p](Boolean).foo!==1})}}),9341:(function(s,c,a){var d=a(7293);s.exports=function(u,f){var h=[][u];return!!h&&d(function(){h.call(null,f||function(){throw 1},1)})}}),3671:(function(s,c,a){var d=a(3099),u=a(7908),f=a(8361),h=a(7466),p=function(m){return function(g,v,y,b){d(v);var E=u(g),C=f(E),S=h(E.length),_=m?S-1:0,T=m?-1:1;if(y<2)for(;;){if(_ in C){b=C[_],_+=T;break}if(_+=T,m?_<0:S<=_)throw TypeError("Reduce of empty array with no initial value")}for(;m?_>=0:S>_;_+=T)_ in C&&(b=v(b,C[_],_,E));return b}};s.exports={left:p(!1),right:p(!0)}}),5417:(function(s,c,a){var d=a(111),u=a(3157),f=a(5112),h=f("species");s.exports=function(p,m){var g;return u(p)&&(g=p.constructor,typeof g=="function"&&(g===Array||u(g.prototype))?g=void 0:d(g)&&(g=g[h],g===null&&(g=void 0))),new(g===void 0?Array:g)(m===0?0:m)}}),3411:(function(s,c,a){var d=a(9670),u=a(9212);s.exports=function(f,h,p,m){try{return m?h(d(p)[0],p[1]):h(p)}catch(g){throw u(f),g}}}),7072:(function(s,c,a){var d=a(5112),u=d("iterator"),f=!1;try{var h=0,p={next:function(){return{done:!!h++}},return:function(){f=!0}};p[u]=function(){return this},Array.from(p,function(){throw 2})}catch{}s.exports=function(m,g){if(!g&&!f)return!1;var v=!1;try{var y={};y[u]=function(){return{next:function(){return{done:v=!0}}}},m(y)}catch{}return v}}),4326:(function(s){var c={}.toString;s.exports=function(a){return c.call(a).slice(8,-1)}}),648:(function(s,c,a){var d=a(1694),u=a(4326),f=a(5112),h=f("toStringTag"),p=u((function(){return arguments})())=="Arguments",m=function(g,v){try{return g[v]}catch{}};s.exports=d?u:function(g){var v,y,b;return g===void 0?"Undefined":g===null?"Null":typeof(y=m(v=Object(g),h))=="string"?y:p?u(v):(b=u(v))=="Object"&&typeof v.callee=="function"?"Arguments":b}}),9920:(function(s,c,a){var d=a(6656),u=a(3887),f=a(1236),h=a(3070);s.exports=function(p,m){for(var g=u(m),v=h.f,y=f.f,b=0;b<g.length;b++){var E=g[b];d(p,E)||v(p,E,y(m,E))}}}),8544:(function(s,c,a){var d=a(7293);s.exports=!d(function(){function u(){}return u.prototype.constructor=null,Object.getPrototypeOf(new u)!==u.prototype})}),4994:(function(s,c,a){var d=a(3383).IteratorPrototype,u=a(30),f=a(9114),h=a(8003),p=a(7497),m=function(){return this};s.exports=function(g,v,y){var b=v+" Iterator";return g.prototype=u(d,{next:f(1,y)}),h(g,b,!1,!0),p[b]=m,g}}),8880:(function(s,c,a){var d=a(9781),u=a(3070),f=a(9114);s.exports=d?function(h,p,m){return u.f(h,p,f(1,m))}:function(h,p,m){return h[p]=m,h}}),9114:(function(s){s.exports=function(c,a){return{enumerable:!(c&1),configurable:!(c&2),writable:!(c&4),value:a}}}),6135:(function(s,c,a){var d=a(7593),u=a(3070),f=a(9114);s.exports=function(h,p,m){var g=d(p);g in h?u.f(h,g,f(0,m)):h[g]=m}}),654:(function(s,c,a){var d=a(2109),u=a(4994),f=a(9518),h=a(7674),p=a(8003),m=a(8880),g=a(1320),v=a(5112),y=a(1913),b=a(7497),E=a(3383),C=E.IteratorPrototype,S=E.BUGGY_SAFARI_ITERATORS,_=v("iterator"),T="keys",D="values",G="entries",$=function(){return this};s.exports=function(j,W,Y,z,U,F,X){u(Y,W,z);var H=function(N){if(N===U&&me)return me;if(!S&&N in ae)return ae[N];switch(N){case T:return function(){return new Y(this,N)};case D:return function(){return new Y(this,N)};case G:return function(){return new Y(this,N)}}return function(){return new Y(this)}},ee=W+" Iterator",ne=!1,ae=j.prototype,pe=ae[_]||ae["@@iterator"]||U&&ae[U],me=!S&&pe||H(U),be=W=="Array"&&ae.entries||pe,Ee,Te,ve;if(be&&(Ee=f(be.call(new j)),C!==Object.prototype&&Ee.next&&(!y&&f(Ee)!==C&&(h?h(Ee,C):typeof Ee[_]!="function"&&m(Ee,_,$)),p(Ee,ee,!0,!0),y&&(b[ee]=$))),U==D&&pe&&pe.name!==D&&(ne=!0,me=function(){return pe.call(this)}),(!y||X)&&ae[_]!==me&&m(ae,_,me),b[W]=me,U)if(Te={values:H(D),keys:F?me:H(T),entries:H(G)},X)for(ve in Te)(S||ne||!(ve in ae))&&g(ae,ve,Te[ve]);else d({target:W,proto:!0,forced:S||ne},Te);return Te}}),9781:(function(s,c,a){var d=a(7293);s.exports=!d(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),317:(function(s,c,a){var d=a(7854),u=a(111),f=d.document,h=u(f)&&u(f.createElement);s.exports=function(p){return h?f.createElement(p):{}}}),8324:(function(s){s.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}),8113:(function(s,c,a){var d=a(5005);s.exports=d("navigator","userAgent")||""}),7392:(function(s,c,a){var d=a(7854),u=a(8113),f=d.process,h=f&&f.versions,p=h&&h.v8,m,g;p?(m=p.split("."),g=m[0]+m[1]):u&&(m=u.match(/Edge\/(\d+)/),(!m||m[1]>=74)&&(m=u.match(/Chrome\/(\d+)/),m&&(g=m[1]))),s.exports=g&&+g}),748:(function(s){s.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),2109:(function(s,c,a){var d=a(7854),u=a(1236).f,f=a(8880),h=a(1320),p=a(3505),m=a(9920),g=a(4705);s.exports=function(v,y){var b=v.target,E=v.global,C=v.stat,S,_,T,D,G,$;if(E?_=d:C?_=d[b]||p(b,{}):_=(d[b]||{}).prototype,_)for(T in y){if(G=y[T],v.noTargetGet?($=u(_,T),D=$&&$.value):D=_[T],S=g(E?T:b+(C?".":"#")+T,v.forced),!S&&D!==void 0){if(typeof G==typeof D)continue;m(G,D)}(v.sham||D&&D.sham)&&f(G,"sham",!0),h(_,T,G,v)}}}),7293:(function(s){s.exports=function(c){try{return!!c()}catch{return!0}}}),7007:(function(s,c,a){a(4916);var d=a(1320),u=a(7293),f=a(5112),h=a(2261),p=a(8880),m=f("species"),g=!u(function(){var C=/./;return C.exec=function(){var S=[];return S.groups={a:"7"},S},"".replace(C,"$<a>")!=="7"}),v=(function(){return"a".replace(/./,"$0")==="$0"})(),y=f("replace"),b=(function(){return/./[y]?/./[y]("a","$0")==="":!1})(),E=!u(function(){var C=/(?:)/,S=C.exec;C.exec=function(){return S.apply(this,arguments)};var _="ab".split(C);return _.length!==2||_[0]!=="a"||_[1]!=="b"});s.exports=function(C,S,_,T){var D=f(C),G=!u(function(){var U={};return U[D]=function(){return 7},""[C](U)!=7}),$=G&&!u(function(){var U=!1,F=/a/;return C==="split"&&(F={},F.constructor={},F.constructor[m]=function(){return F},F.flags="",F[D]=/./[D]),F.exec=function(){return U=!0,null},F[D](""),!U});if(!G||!$||C==="replace"&&!(g&&v&&!b)||C==="split"&&!E){var j=/./[D],W=_(D,""[C],function(U,F,X,H,ee){return F.exec===h?G&&!ee?{done:!0,value:j.call(F,X,H)}:{done:!0,value:U.call(X,F,H)}:{done:!1}},{REPLACE_KEEPS_$0:v,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:b}),Y=W[0],z=W[1];d(String.prototype,C,Y),d(RegExp.prototype,D,S==2?function(U,F){return z.call(U,this,F)}:function(U){return z.call(U,this)})}T&&p(RegExp.prototype[D],"sham",!0)}}),9974:(function(s,c,a){var d=a(3099);s.exports=function(u,f,h){if(d(u),f===void 0)return u;switch(h){case 0:return function(){return u.call(f)};case 1:return function(p){return u.call(f,p)};case 2:return function(p,m){return u.call(f,p,m)};case 3:return function(p,m,g){return u.call(f,p,m,g)}}return function(){return u.apply(f,arguments)}}}),5005:(function(s,c,a){var d=a(857),u=a(7854),f=function(h){return typeof h=="function"?h:void 0};s.exports=function(h,p){return arguments.length<2?f(d[h])||f(u[h]):d[h]&&d[h][p]||u[h]&&u[h][p]}}),1246:(function(s,c,a){var d=a(648),u=a(7497),f=a(5112),h=f("iterator");s.exports=function(p){if(p!=null)return p[h]||p["@@iterator"]||u[d(p)]}}),8554:(function(s,c,a){var d=a(9670),u=a(1246);s.exports=function(f){var h=u(f);if(typeof h!="function")throw TypeError(String(f)+" is not iterable");return d(h.call(f))}}),647:(function(s,c,a){var d=a(7908),u=Math.floor,f="".replace,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,p=/\$([$&'`]|\d\d?)/g;s.exports=function(m,g,v,y,b,E){var C=v+m.length,S=y.length,_=p;return b!==void 0&&(b=d(b),_=h),f.call(E,_,function(T,D){var G;switch(D.charAt(0)){case"$":return"$";case"&":return m;case"`":return g.slice(0,v);case"'":return g.slice(C);case"<":G=b[D.slice(1,-1)];break;default:var $=+D;if($===0)return T;if($>S){var j=u($/10);return j===0?T:j<=S?y[j-1]===void 0?D.charAt(1):y[j-1]+D.charAt(1):T}G=y[$-1]}return G===void 0?"":G})}}),7854:(function(s,c,a){var d=function(u){return u&&u.Math==Math&&u};s.exports=d(typeof globalThis=="object"&&globalThis)||d(typeof window=="object"&&window)||d(typeof self=="object"&&self)||d(typeof a.g=="object"&&a.g)||(function(){return this})()||Function("return this")()}),6656:(function(s){var c={}.hasOwnProperty;s.exports=function(a,d){return c.call(a,d)}}),3501:(function(s){s.exports={}}),490:(function(s,c,a){var d=a(5005);s.exports=d("document","documentElement")}),4664:(function(s,c,a){var d=a(9781),u=a(7293),f=a(317);s.exports=!d&&!u(function(){return Object.defineProperty(f("div"),"a",{get:function(){return 7}}).a!=7})}),1179:(function(s){var c=Math.abs,a=Math.pow,d=Math.floor,u=Math.log,f=Math.LN2,h=function(m,g,v){var y=new Array(v),b=v*8-g-1,E=(1<<b)-1,C=E>>1,S=g===23?a(2,-24)-a(2,-77):0,_=m<0||m===0&&1/m<0?1:0,T=0,D,G,$;for(m=c(m),m!=m||m===1/0?(G=m!=m?1:0,D=E):(D=d(u(m)/f),m*($=a(2,-D))<1&&(D--,$*=2),D+C>=1?m+=S/$:m+=S*a(2,1-C),m*$>=2&&(D++,$/=2),D+C>=E?(G=0,D=E):D+C>=1?(G=(m*$-1)*a(2,g),D=D+C):(G=m*a(2,C-1)*a(2,g),D=0));g>=8;y[T++]=G&255,G/=256,g-=8);for(D=D<<g|G,b+=g;b>0;y[T++]=D&255,D/=256,b-=8);return y[--T]|=_*128,y},p=function(m,g){var v=m.length,y=v*8-g-1,b=(1<<y)-1,E=b>>1,C=y-7,S=v-1,_=m[S--],T=_&127,D;for(_>>=7;C>0;T=T*256+m[S],S--,C-=8);for(D=T&(1<<-C)-1,T>>=-C,C+=g;C>0;D=D*256+m[S],S--,C-=8);if(T===0)T=1-E;else{if(T===b)return D?NaN:_?-1/0:1/0;D=D+a(2,g),T=T-E}return(_?-1:1)*D*a(2,T-g)};s.exports={pack:h,unpack:p}}),8361:(function(s,c,a){var d=a(7293),u=a(4326),f="".split;s.exports=d(function(){return!Object("z").propertyIsEnumerable(0)})?function(h){return u(h)=="String"?f.call(h,""):Object(h)}:Object}),9587:(function(s,c,a){var d=a(111),u=a(7674);s.exports=function(f,h,p){var m,g;return u&&typeof(m=h.constructor)=="function"&&m!==p&&d(g=m.prototype)&&g!==p.prototype&&u(f,g),f}}),2788:(function(s,c,a){var d=a(5465),u=Function.toString;typeof d.inspectSource!="function"&&(d.inspectSource=function(f){return u.call(f)}),s.exports=d.inspectSource}),9909:(function(s,c,a){var d=a(8536),u=a(7854),f=a(111),h=a(8880),p=a(6656),m=a(5465),g=a(6200),v=a(3501),y=u.WeakMap,b,E,C,S=function(W){return C(W)?E(W):b(W,{})},_=function(W){return function(Y){var z;if(!f(Y)||(z=E(Y)).type!==W)throw TypeError("Incompatible receiver, "+W+" required");return z}};if(d){var T=m.state||(m.state=new y),D=T.get,G=T.has,$=T.set;b=function(W,Y){return Y.facade=W,$.call(T,W,Y),Y},E=function(W){return D.call(T,W)||{}},C=function(W){return G.call(T,W)}}else{var j=g("state");v[j]=!0,b=function(W,Y){return Y.facade=W,h(W,j,Y),Y},E=function(W){return p(W,j)?W[j]:{}},C=function(W){return p(W,j)}}s.exports={set:b,get:E,has:C,enforce:S,getterFor:_}}),7659:(function(s,c,a){var d=a(5112),u=a(7497),f=d("iterator"),h=Array.prototype;s.exports=function(p){return p!==void 0&&(u.Array===p||h[f]===p)}}),3157:(function(s,c,a){var d=a(4326);s.exports=Array.isArray||function(f){return d(f)=="Array"}}),4705:(function(s,c,a){var d=a(7293),u=/#|\.prototype\./,f=function(v,y){var b=p[h(v)];return b==g?!0:b==m?!1:typeof y=="function"?d(y):!!y},h=f.normalize=function(v){return String(v).replace(u,".").toLowerCase()},p=f.data={},m=f.NATIVE="N",g=f.POLYFILL="P";s.exports=f}),111:(function(s){s.exports=function(c){return typeof c=="object"?c!==null:typeof c=="function"}}),1913:(function(s){s.exports=!1}),7850:(function(s,c,a){var d=a(111),u=a(4326),f=a(5112),h=f("match");s.exports=function(p){var m;return d(p)&&((m=p[h])!==void 0?!!m:u(p)=="RegExp")}}),9212:(function(s,c,a){var d=a(9670);s.exports=function(u){var f=u.return;if(f!==void 0)return d(f.call(u)).value}}),3383:(function(s,c,a){var d=a(7293),u=a(9518),f=a(8880),h=a(6656),p=a(5112),m=a(1913),g=p("iterator"),v=!1,y=function(){return this},b,E,C;[].keys&&(C=[].keys(),"next"in C?(E=u(u(C)),E!==Object.prototype&&(b=E)):v=!0);var S=b==null||d(function(){var _={};return b[g].call(_)!==_});S&&(b={}),(!m||S)&&!h(b,g)&&f(b,g,y),s.exports={IteratorPrototype:b,BUGGY_SAFARI_ITERATORS:v}}),7497:(function(s){s.exports={}}),133:(function(s,c,a){var d=a(7293);s.exports=!!Object.getOwnPropertySymbols&&!d(function(){return!String(Symbol())})}),590:(function(s,c,a){var d=a(7293),u=a(5112),f=a(1913),h=u("iterator");s.exports=!d(function(){var p=new URL("b?a=1&b=2&c=3","http://a"),m=p.searchParams,g="";return p.pathname="c%20d",m.forEach(function(v,y){m.delete("b"),g+=y+v}),f&&!p.toJSON||!m.sort||p.href!=="http://a/c%20d?a=1&c=3"||m.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!m[h]||new URL("https://a@b").username!=="a"||new URLSearchParams(new URLSearchParams("a=b")).get("a")!=="b"||new URL("http://тест").host!=="xn--e1aybc"||new URL("http://a#б").hash!=="#%D0%B1"||g!=="a1c3"||new URL("http://x",void 0).host!=="x"})}),8536:(function(s,c,a){var d=a(7854),u=a(2788),f=d.WeakMap;s.exports=typeof f=="function"&&/native code/.test(u(f))}),1574:(function(s,c,a){var d=a(9781),u=a(7293),f=a(1956),h=a(5181),p=a(5296),m=a(7908),g=a(8361),v=Object.assign,y=Object.defineProperty;s.exports=!v||u(function(){if(d&&v({b:1},v(y({},"a",{enumerable:!0,get:function(){y(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var b={},E={},C=Symbol(),S="abcdefghijklmnopqrst";return b[C]=7,S.split("").forEach(function(_){E[_]=_}),v({},b)[C]!=7||f(v({},E)).join("")!=S})?function(E,C){for(var S=m(E),_=arguments.length,T=1,D=h.f,G=p.f;_>T;)for(var $=g(arguments[T++]),j=D?f($).concat(D($)):f($),W=j.length,Y=0,z;W>Y;)z=j[Y++],(!d||G.call($,z))&&(S[z]=$[z]);return S}:v}),30:(function(s,c,a){var d=a(9670),u=a(6048),f=a(748),h=a(3501),p=a(490),m=a(317),g=a(6200),v=">",y="<",b="prototype",E="script",C=g("IE_PROTO"),S=function(){},_=function(j){return y+E+v+j+y+"/"+E+v},T=function(j){j.write(_("")),j.close();var W=j.parentWindow.Object;return j=null,W},D=function(){var j=m("iframe"),W="java"+E+":",Y;return j.style.display="none",p.appendChild(j),j.src=String(W),Y=j.contentWindow.document,Y.open(),Y.write(_("document.F=Object")),Y.close(),Y.F},G,$=function(){try{G=document.domain&&new ActiveXObject("htmlfile")}catch{}$=G?T(G):D();for(var j=f.length;j--;)delete $[b][f[j]];return $()};h[C]=!0,s.exports=Object.create||function(W,Y){var z;return W!==null?(S[b]=d(W),z=new S,S[b]=null,z[C]=W):z=$(),Y===void 0?z:u(z,Y)}}),6048:(function(s,c,a){var d=a(9781),u=a(3070),f=a(9670),h=a(1956);s.exports=d?Object.defineProperties:function(m,g){f(m);for(var v=h(g),y=v.length,b=0,E;y>b;)u.f(m,E=v[b++],g[E]);return m}}),3070:(function(s,c,a){var d=a(9781),u=a(4664),f=a(9670),h=a(7593),p=Object.defineProperty;c.f=d?p:function(g,v,y){if(f(g),v=h(v,!0),f(y),u)try{return p(g,v,y)}catch{}if("get"in y||"set"in y)throw TypeError("Accessors not supported");return"value"in y&&(g[v]=y.value),g}}),1236:(function(s,c,a){var d=a(9781),u=a(5296),f=a(9114),h=a(5656),p=a(7593),m=a(6656),g=a(4664),v=Object.getOwnPropertyDescriptor;c.f=d?v:function(b,E){if(b=h(b),E=p(E,!0),g)try{return v(b,E)}catch{}if(m(b,E))return f(!u.f.call(b,E),b[E])}}),8006:(function(s,c,a){var d=a(6324),u=a(748),f=u.concat("length","prototype");c.f=Object.getOwnPropertyNames||function(p){return d(p,f)}}),5181:(function(s,c){c.f=Object.getOwnPropertySymbols}),9518:(function(s,c,a){var d=a(6656),u=a(7908),f=a(6200),h=a(8544),p=f("IE_PROTO"),m=Object.prototype;s.exports=h?Object.getPrototypeOf:function(g){return g=u(g),d(g,p)?g[p]:typeof g.constructor=="function"&&g instanceof g.constructor?g.constructor.prototype:g instanceof Object?m:null}}),6324:(function(s,c,a){var d=a(6656),u=a(5656),f=a(1318).indexOf,h=a(3501);s.exports=function(p,m){var g=u(p),v=0,y=[],b;for(b in g)!d(h,b)&&d(g,b)&&y.push(b);for(;m.length>v;)d(g,b=m[v++])&&(~f(y,b)||y.push(b));return y}}),1956:(function(s,c,a){var d=a(6324),u=a(748);s.exports=Object.keys||function(h){return d(h,u)}}),5296:(function(s,c){var a={}.propertyIsEnumerable,d=Object.getOwnPropertyDescriptor,u=d&&!a.call({1:2},1);c.f=u?function(h){var p=d(this,h);return!!p&&p.enumerable}:a}),7674:(function(s,c,a){var d=a(9670),u=a(6077);s.exports=Object.setPrototypeOf||("__proto__"in{}?(function(){var f=!1,h={},p;try{p=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,p.call(h,[]),f=h instanceof Array}catch{}return function(g,v){return d(g),u(v),f?p.call(g,v):g.__proto__=v,g}})():void 0)}),288:(function(s,c,a){var d=a(1694),u=a(648);s.exports=d?{}.toString:function(){return"[object "+u(this)+"]"}}),3887:(function(s,c,a){var d=a(5005),u=a(8006),f=a(5181),h=a(9670);s.exports=d("Reflect","ownKeys")||function(m){var g=u.f(h(m)),v=f.f;return v?g.concat(v(m)):g}}),857:(function(s,c,a){var d=a(7854);s.exports=d}),2248:(function(s,c,a){var d=a(1320);s.exports=function(u,f,h){for(var p in f)d(u,p,f[p],h);return u}}),1320:(function(s,c,a){var d=a(7854),u=a(8880),f=a(6656),h=a(3505),p=a(2788),m=a(9909),g=m.get,v=m.enforce,y=String(String).split("String");(s.exports=function(b,E,C,S){var _=S?!!S.unsafe:!1,T=S?!!S.enumerable:!1,D=S?!!S.noTargetGet:!1,G;if(typeof C=="function"&&(typeof E=="string"&&!f(C,"name")&&u(C,"name",E),G=v(C),G.source||(G.source=y.join(typeof E=="string"?E:""))),b===d){T?b[E]=C:h(E,C);return}else _?!D&&b[E]&&(T=!0):delete b[E];T?b[E]=C:u(b,E,C)})(Function.prototype,"toString",function(){return typeof this=="function"&&g(this).source||p(this)})}),7651:(function(s,c,a){var d=a(4326),u=a(2261);s.exports=function(f,h){var p=f.exec;if(typeof p=="function"){var m=p.call(f,h);if(typeof m!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return m}if(d(f)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return u.call(f,h)}}),2261:(function(s,c,a){var d=a(7066),u=a(2999),f=RegExp.prototype.exec,h=String.prototype.replace,p=f,m=(function(){var b=/a/,E=/b*/g;return f.call(b,"a"),f.call(E,"a"),b.lastIndex!==0||E.lastIndex!==0})(),g=u.UNSUPPORTED_Y||u.BROKEN_CARET,v=/()??/.exec("")[1]!==void 0,y=m||v||g;y&&(p=function(E){var C=this,S,_,T,D,G=g&&C.sticky,$=d.call(C),j=C.source,W=0,Y=E;return G&&($=$.replace("y",""),$.indexOf("g")===-1&&($+="g"),Y=String(E).slice(C.lastIndex),C.lastIndex>0&&(!C.multiline||C.multiline&&E[C.lastIndex-1]!==`
|
|
1175
1175
|
`)&&(j="(?: "+j+")",Y=" "+Y,W++),_=new RegExp("^(?:"+j+")",$)),v&&(_=new RegExp("^"+j+"$(?!\\s)",$)),m&&(S=C.lastIndex),T=f.call(G?_:C,Y),G?T?(T.input=T.input.slice(W),T[0]=T[0].slice(W),T.index=C.lastIndex,C.lastIndex+=T[0].length):C.lastIndex=0:m&&T&&(C.lastIndex=C.global?T.index+T[0].length:S),v&&T&&T.length>1&&h.call(T[0],_,function(){for(D=1;D<arguments.length-2;D++)arguments[D]===void 0&&(T[D]=void 0)}),T}),s.exports=p}),7066:(function(s,c,a){var d=a(9670);s.exports=function(){var u=d(this),f="";return u.global&&(f+="g"),u.ignoreCase&&(f+="i"),u.multiline&&(f+="m"),u.dotAll&&(f+="s"),u.unicode&&(f+="u"),u.sticky&&(f+="y"),f}}),2999:(function(s,c,a){var d=a(7293);function u(f,h){return RegExp(f,h)}c.UNSUPPORTED_Y=d(function(){var f=u("a","y");return f.lastIndex=2,f.exec("abcd")!=null}),c.BROKEN_CARET=d(function(){var f=u("^r","gy");return f.lastIndex=2,f.exec("str")!=null})}),4488:(function(s){s.exports=function(c){if(c==null)throw TypeError("Can't call method on "+c);return c}}),3505:(function(s,c,a){var d=a(7854),u=a(8880);s.exports=function(f,h){try{u(d,f,h)}catch{d[f]=h}return h}}),6340:(function(s,c,a){var d=a(5005),u=a(3070),f=a(5112),h=a(9781),p=f("species");s.exports=function(m){var g=d(m),v=u.f;h&&g&&!g[p]&&v(g,p,{configurable:!0,get:function(){return this}})}}),8003:(function(s,c,a){var d=a(3070).f,u=a(6656),f=a(5112),h=f("toStringTag");s.exports=function(p,m,g){p&&!u(p=g?p:p.prototype,h)&&d(p,h,{configurable:!0,value:m})}}),6200:(function(s,c,a){var d=a(2309),u=a(9711),f=d("keys");s.exports=function(h){return f[h]||(f[h]=u(h))}}),5465:(function(s,c,a){var d=a(7854),u=a(3505),f="__core-js_shared__",h=d[f]||u(f,{});s.exports=h}),2309:(function(s,c,a){var d=a(1913),u=a(5465);(s.exports=function(f,h){return u[f]||(u[f]=h!==void 0?h:{})})("versions",[]).push({version:"3.9.0",mode:d?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})}),6707:(function(s,c,a){var d=a(9670),u=a(3099),f=a(5112),h=f("species");s.exports=function(p,m){var g=d(p).constructor,v;return g===void 0||(v=d(g)[h])==null?m:u(v)}}),8710:(function(s,c,a){var d=a(9958),u=a(4488),f=function(h){return function(p,m){var g=String(u(p)),v=d(m),y=g.length,b,E;return v<0||v>=y?h?"":void 0:(b=g.charCodeAt(v),b<55296||b>56319||v+1===y||(E=g.charCodeAt(v+1))<56320||E>57343?h?g.charAt(v):b:h?g.slice(v,v+2):(b-55296<<10)+(E-56320)+65536)}};s.exports={codeAt:f(!1),charAt:f(!0)}}),3197:(function(s){var c=2147483647,a=36,d=1,u=26,f=38,h=700,p=72,m=128,g="-",v=/[^\0-\u007E]/,y=/[.\u3002\uFF0E\uFF61]/g,b="Overflow: input needs wider integers to process",E=a-d,C=Math.floor,S=String.fromCharCode,_=function($){for(var j=[],W=0,Y=$.length;W<Y;){var z=$.charCodeAt(W++);if(z>=55296&&z<=56319&&W<Y){var U=$.charCodeAt(W++);(U&64512)==56320?j.push(((z&1023)<<10)+(U&1023)+65536):(j.push(z),W--)}else j.push(z)}return j},T=function($){return $+22+75*($<26)},D=function($,j,W){var Y=0;for($=W?C($/h):$>>1,$+=C($/j);$>E*u>>1;Y+=a)$=C($/E);return C(Y+(E+1)*$/($+f))},G=function($){var j=[];$=_($);var W=$.length,Y=m,z=0,U=p,F,X;for(F=0;F<$.length;F++)X=$[F],X<128&&j.push(S(X));var H=j.length,ee=H;for(H&&j.push(g);ee<W;){var ne=c;for(F=0;F<$.length;F++)X=$[F],X>=Y&&X<ne&&(ne=X);var ae=ee+1;if(ne-Y>C((c-z)/ae))throw RangeError(b);for(z+=(ne-Y)*ae,Y=ne,F=0;F<$.length;F++){if(X=$[F],X<Y&&++z>c)throw RangeError(b);if(X==Y){for(var pe=z,me=a;;me+=a){var be=me<=U?d:me>=U+u?u:me-U;if(pe<be)break;var Ee=pe-be,Te=a-be;j.push(S(T(be+Ee%Te))),pe=C(Ee/Te)}j.push(S(T(pe))),U=D(z,ae,ee==H),z=0,++ee}}++z,++Y}return j.join("")};s.exports=function($){var j=[],W=$.toLowerCase().replace(y,".").split("."),Y,z;for(Y=0;Y<W.length;Y++)z=W[Y],j.push(v.test(z)?"xn--"+G(z):z);return j.join(".")}}),6091:(function(s,c,a){var d=a(7293),u=a(1361),f="
";s.exports=function(h){return d(function(){return!!u[h]()||f[h]()!=f||u[h].name!==h})}}),3111:(function(s,c,a){var d=a(4488),u=a(1361),f="["+u+"]",h=RegExp("^"+f+f+"*"),p=RegExp(f+f+"*$"),m=function(g){return function(v){var y=String(d(v));return g&1&&(y=y.replace(h,"")),g&2&&(y=y.replace(p,"")),y}};s.exports={start:m(1),end:m(2),trim:m(3)}}),1400:(function(s,c,a){var d=a(9958),u=Math.max,f=Math.min;s.exports=function(h,p){var m=d(h);return m<0?u(m+p,0):f(m,p)}}),7067:(function(s,c,a){var d=a(9958),u=a(7466);s.exports=function(f){if(f===void 0)return 0;var h=d(f),p=u(h);if(h!==p)throw RangeError("Wrong length or index");return p}}),5656:(function(s,c,a){var d=a(8361),u=a(4488);s.exports=function(f){return d(u(f))}}),9958:(function(s){var c=Math.ceil,a=Math.floor;s.exports=function(d){return isNaN(d=+d)?0:(d>0?a:c)(d)}}),7466:(function(s,c,a){var d=a(9958),u=Math.min;s.exports=function(f){return f>0?u(d(f),9007199254740991):0}}),7908:(function(s,c,a){var d=a(4488);s.exports=function(u){return Object(d(u))}}),4590:(function(s,c,a){var d=a(3002);s.exports=function(u,f){var h=d(u);if(h%f)throw RangeError("Wrong offset");return h}}),3002:(function(s,c,a){var d=a(9958);s.exports=function(u){var f=d(u);if(f<0)throw RangeError("The argument can't be less than 0");return f}}),7593:(function(s,c,a){var d=a(111);s.exports=function(u,f){if(!d(u))return u;var h,p;if(f&&typeof(h=u.toString)=="function"&&!d(p=h.call(u))||typeof(h=u.valueOf)=="function"&&!d(p=h.call(u))||!f&&typeof(h=u.toString)=="function"&&!d(p=h.call(u)))return p;throw TypeError("Can't convert object to primitive value")}}),1694:(function(s,c,a){var d=a(5112),u=d("toStringTag"),f={};f[u]="z",s.exports=String(f)==="[object z]"}),9843:(function(s,c,a){var d=a(2109),u=a(7854),f=a(9781),h=a(3832),p=a(260),m=a(3331),g=a(5787),v=a(9114),y=a(8880),b=a(7466),E=a(7067),C=a(4590),S=a(7593),_=a(6656),T=a(648),D=a(111),G=a(30),$=a(7674),j=a(8006).f,W=a(7321),Y=a(2092).forEach,z=a(6340),U=a(3070),F=a(1236),X=a(9909),H=a(9587),ee=X.get,ne=X.set,ae=U.f,pe=F.f,me=Math.round,be=u.RangeError,Ee=m.ArrayBuffer,Te=m.DataView,ve=p.NATIVE_ARRAY_BUFFER_VIEWS,N=p.TYPED_ARRAY_TAG,M=p.TypedArray,I=p.TypedArrayPrototype,O=p.aTypedArrayConstructor,k=p.isTypedArray,w="BYTES_PER_ELEMENT",P="Wrong length",R=function(Z,q){for(var te=0,se=q.length,J=new(O(Z))(se);se>te;)J[te]=q[te++];return J},K=function(Z,q){ae(Z,q,{get:function(){return ee(this)[q]}})},Q=function(Z){var q;return Z instanceof Ee||(q=T(Z))=="ArrayBuffer"||q=="SharedArrayBuffer"},A=function(Z,q){return k(Z)&&typeof q!="symbol"&&q in Z&&String(+q)==String(q)},x=function(q,te){return A(q,te=S(te,!0))?v(2,q[te]):pe(q,te)},B=function(q,te,se){return A(q,te=S(te,!0))&&D(se)&&_(se,"value")&&!_(se,"get")&&!_(se,"set")&&!se.configurable&&(!_(se,"writable")||se.writable)&&(!_(se,"enumerable")||se.enumerable)?(q[te]=se.value,q):ae(q,te,se)};f?(ve||(F.f=x,U.f=B,K(I,"buffer"),K(I,"byteOffset"),K(I,"byteLength"),K(I,"length")),d({target:"Object",stat:!0,forced:!ve},{getOwnPropertyDescriptor:x,defineProperty:B}),s.exports=function(Z,q,te){var se=Z.match(/\d+$/)[0]/8,J=Z+(te?"Clamped":"")+"Array",re="get"+Z,Se="set"+Z,Ne=u[J],Oe=Ne,nt=Oe&&Oe.prototype,pt={},rt=function(Xe,$e){var ft=ee(Xe);return ft.view[re]($e*se+ft.byteOffset,!0)},Qr=function(Xe,$e,ft){var tn=ee(Xe);te&&(ft=(ft=me(ft))<0?0:ft>255?255:ft&255),tn.view[Se]($e*se+tn.byteOffset,ft,!0)},Tn=function(Xe,$e){ae(Xe,$e,{get:function(){return rt(this,$e)},set:function(ft){return Qr(this,$e,ft)},enumerable:!0})};ve?h&&(Oe=q(function(Xe,$e,ft,tn){return g(Xe,Oe,J),H((function(){return D($e)?Q($e)?tn!==void 0?new Ne($e,C(ft,se),tn):ft!==void 0?new Ne($e,C(ft,se)):new Ne($e):k($e)?R(Oe,$e):W.call(Oe,$e):new Ne(E($e))})(),Xe,Oe)}),$&&$(Oe,M),Y(j(Ne),function(Xe){Xe in Oe||y(Oe,Xe,Ne[Xe])}),Oe.prototype=nt):(Oe=q(function(Xe,$e,ft,tn){g(Xe,Oe,J);var Po=0,Zr=0,Jr,pn,dr;if(!D($e))dr=E($e),pn=dr*se,Jr=new Ee(pn);else if(Q($e)){Jr=$e,Zr=C(ft,se);var Ai=$e.byteLength;if(tn===void 0){if(Ai%se||(pn=Ai-Zr,pn<0))throw be(P)}else if(pn=b(tn)*se,pn+Zr>Ai)throw be(P);dr=pn/se}else return k($e)?R(Oe,$e):W.call(Oe,$e);for(ne(Xe,{buffer:Jr,byteOffset:Zr,byteLength:pn,length:dr,view:new Te(Jr)});Po<dr;)Tn(Xe,Po++)}),$&&$(Oe,M),nt=Oe.prototype=G(I)),nt.constructor!==Oe&&y(nt,"constructor",Oe),N&&y(nt,N,J),pt[J]=Oe,d({global:!0,forced:Oe!=Ne,sham:!ve},pt),w in Oe||y(Oe,w,se),w in nt||y(nt,w,se),z(J)}):s.exports=function(){}}),3832:(function(s,c,a){var d=a(7854),u=a(7293),f=a(7072),h=a(260).NATIVE_ARRAY_BUFFER_VIEWS,p=d.ArrayBuffer,m=d.Int8Array;s.exports=!h||!u(function(){m(1)})||!u(function(){new m(-1)})||!f(function(g){new m,new m(null),new m(1.5),new m(g)},!0)||u(function(){return new m(new p(2),1,void 0).length!==1})}),3074:(function(s,c,a){var d=a(260).aTypedArrayConstructor,u=a(6707);s.exports=function(f,h){for(var p=u(f,f.constructor),m=0,g=h.length,v=new(d(p))(g);g>m;)v[m]=h[m++];return v}}),7321:(function(s,c,a){var d=a(7908),u=a(7466),f=a(1246),h=a(7659),p=a(9974),m=a(260).aTypedArrayConstructor;s.exports=function(v){var y=d(v),b=arguments.length,E=b>1?arguments[1]:void 0,C=E!==void 0,S=f(y),_,T,D,G,$,j;if(S!=null&&!h(S))for($=S.call(y),j=$.next,y=[];!(G=j.call($)).done;)y.push(G.value);for(C&&b>2&&(E=p(E,arguments[2],2)),T=u(y.length),D=new(m(this))(T),_=0;T>_;_++)D[_]=C?E(y[_],_):y[_];return D}}),9711:(function(s){var c=0,a=Math.random();s.exports=function(d){return"Symbol("+String(d===void 0?"":d)+")_"+(++c+a).toString(36)}}),3307:(function(s,c,a){var d=a(133);s.exports=d&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),5112:(function(s,c,a){var d=a(7854),u=a(2309),f=a(6656),h=a(9711),p=a(133),m=a(3307),g=u("wks"),v=d.Symbol,y=m?v:v&&v.withoutSetter||h;s.exports=function(b){return f(g,b)||(p&&f(v,b)?g[b]=v[b]:g[b]=y("Symbol."+b)),g[b]}}),1361:(function(s){s.exports=`
|
|
1176
1176
|
\v\f\r \u2028\u2029\uFEFF`}),8264:(function(s,c,a){var d=a(2109),u=a(7854),f=a(3331),h=a(6340),p="ArrayBuffer",m=f[p],g=u[p];d({global:!0,forced:g!==m},{ArrayBuffer:m}),h(p)}),2222:(function(s,c,a){var d=a(2109),u=a(7293),f=a(3157),h=a(111),p=a(7908),m=a(7466),g=a(6135),v=a(5417),y=a(1194),b=a(5112),E=a(7392),C=b("isConcatSpreadable"),S=9007199254740991,_="Maximum allowed index exceeded",T=E>=51||!u(function(){var j=[];return j[C]=!1,j.concat()[0]!==j}),D=y("concat"),G=function(j){if(!h(j))return!1;var W=j[C];return W!==void 0?!!W:f(j)},$=!T||!D;d({target:"Array",proto:!0,forced:$},{concat:function(W){var Y=p(this),z=v(Y,0),U=0,F,X,H,ee,ne;for(F=-1,H=arguments.length;F<H;F++)if(ne=F===-1?Y:arguments[F],G(ne)){if(ee=m(ne.length),U+ee>S)throw TypeError(_);for(X=0;X<ee;X++,U++)X in ne&&g(z,U,ne[X])}else{if(U>=S)throw TypeError(_);g(z,U++,ne)}return z.length=U,z}})}),7327:(function(s,c,a){var d=a(2109),u=a(2092).filter,f=a(1194),h=f("filter");d({target:"Array",proto:!0,forced:!h},{filter:function(m){return u(this,m,arguments.length>1?arguments[1]:void 0)}})}),2772:(function(s,c,a){var d=a(2109),u=a(1318).indexOf,f=a(9341),h=[].indexOf,p=!!h&&1/[1].indexOf(1,-0)<0,m=f("indexOf");d({target:"Array",proto:!0,forced:p||!m},{indexOf:function(v){return p?h.apply(this,arguments)||0:u(this,v,arguments.length>1?arguments[1]:void 0)}})}),6992:(function(s,c,a){var d=a(5656),u=a(1223),f=a(7497),h=a(9909),p=a(654),m="Array Iterator",g=h.set,v=h.getterFor(m);s.exports=p(Array,"Array",function(y,b){g(this,{type:m,target:d(y),index:0,kind:b})},function(){var y=v(this),b=y.target,E=y.kind,C=y.index++;return!b||C>=b.length?(y.target=void 0,{value:void 0,done:!0}):E=="keys"?{value:C,done:!1}:E=="values"?{value:b[C],done:!1}:{value:[C,b[C]],done:!1}},"values"),f.Arguments=f.Array,u("keys"),u("values"),u("entries")}),1249:(function(s,c,a){var d=a(2109),u=a(2092).map,f=a(1194),h=f("map");d({target:"Array",proto:!0,forced:!h},{map:function(m){return u(this,m,arguments.length>1?arguments[1]:void 0)}})}),7042:(function(s,c,a){var d=a(2109),u=a(111),f=a(3157),h=a(1400),p=a(7466),m=a(5656),g=a(6135),v=a(5112),y=a(1194),b=y("slice"),E=v("species"),C=[].slice,S=Math.max;d({target:"Array",proto:!0,forced:!b},{slice:function(T,D){var G=m(this),$=p(G.length),j=h(T,$),W=h(D===void 0?$:D,$),Y,z,U;if(f(G)&&(Y=G.constructor,typeof Y=="function"&&(Y===Array||f(Y.prototype))?Y=void 0:u(Y)&&(Y=Y[E],Y===null&&(Y=void 0)),Y===Array||Y===void 0))return C.call(G,j,W);for(z=new(Y===void 0?Array:Y)(S(W-j,0)),U=0;j<W;j++,U++)j in G&&g(z,U,G[j]);return z.length=U,z}})}),561:(function(s,c,a){var d=a(2109),u=a(1400),f=a(9958),h=a(7466),p=a(7908),m=a(5417),g=a(6135),v=a(1194),y=v("splice"),b=Math.max,E=Math.min,C=9007199254740991,S="Maximum allowed length exceeded";d({target:"Array",proto:!0,forced:!y},{splice:function(T,D){var G=p(this),$=h(G.length),j=u(T,$),W=arguments.length,Y,z,U,F,X,H;if(W===0?Y=z=0:W===1?(Y=0,z=$-j):(Y=W-2,z=E(b(f(D),0),$-j)),$+Y-z>C)throw TypeError(S);for(U=m(G,z),F=0;F<z;F++)X=j+F,X in G&&g(U,F,G[X]);if(U.length=z,Y<z){for(F=j;F<$-z;F++)X=F+z,H=F+Y,X in G?G[H]=G[X]:delete G[H];for(F=$;F>$-z+Y;F--)delete G[F-1]}else if(Y>z)for(F=$-z;F>j;F--)X=F+z-1,H=F+Y-1,X in G?G[H]=G[X]:delete G[H];for(F=0;F<Y;F++)G[F+j]=arguments[F+2];return G.length=$-z+Y,U}})}),8309:(function(s,c,a){var d=a(9781),u=a(3070).f,f=Function.prototype,h=f.toString,p=/^\s*function ([^ (]*)/,m="name";d&&!(m in f)&&u(f,m,{configurable:!0,get:function(){try{return h.call(this).match(p)[1]}catch{return""}}})}),489:(function(s,c,a){var d=a(2109),u=a(7293),f=a(7908),h=a(9518),p=a(8544),m=u(function(){h(1)});d({target:"Object",stat:!0,forced:m,sham:!p},{getPrototypeOf:function(v){return h(f(v))}})}),1539:(function(s,c,a){var d=a(1694),u=a(1320),f=a(288);d||u(Object.prototype,"toString",f,{unsafe:!0})}),4916:(function(s,c,a){var d=a(2109),u=a(2261);d({target:"RegExp",proto:!0,forced:/./.exec!==u},{exec:u})}),9714:(function(s,c,a){var d=a(1320),u=a(9670),f=a(7293),h=a(7066),p="toString",m=RegExp.prototype,g=m[p],v=f(function(){return g.call({source:"a",flags:"b"})!="/a/b"}),y=g.name!=p;(v||y)&&d(RegExp.prototype,p,function(){var E=u(this),C=String(E.source),S=E.flags,_=String(S===void 0&&E instanceof RegExp&&!("flags"in m)?h.call(E):S);return"/"+C+"/"+_},{unsafe:!0})}),8783:(function(s,c,a){var d=a(8710).charAt,u=a(9909),f=a(654),h="String Iterator",p=u.set,m=u.getterFor(h);f(String,"String",function(g){p(this,{type:h,string:String(g),index:0})},function(){var v=m(this),y=v.string,b=v.index,E;return b>=y.length?{value:void 0,done:!0}:(E=d(y,b),v.index+=E.length,{value:E,done:!1})})}),4723:(function(s,c,a){var d=a(7007),u=a(9670),f=a(7466),h=a(4488),p=a(1530),m=a(7651);d("match",1,function(g,v,y){return[function(E){var C=h(this),S=E?.[g];return S!==void 0?S.call(E,C):new RegExp(E)[g](String(C))},function(b){var E=y(v,b,this);if(E.done)return E.value;var C=u(b),S=String(this);if(!C.global)return m(C,S);var _=C.unicode;C.lastIndex=0;for(var T=[],D=0,G;(G=m(C,S))!==null;){var $=String(G[0]);T[D]=$,$===""&&(C.lastIndex=p(S,f(C.lastIndex),_)),D++}return D===0?null:T}]})}),5306:(function(s,c,a){var d=a(7007),u=a(9670),f=a(7466),h=a(9958),p=a(4488),m=a(1530),g=a(647),v=a(7651),y=Math.max,b=Math.min,E=function(C){return C===void 0?C:String(C)};d("replace",2,function(C,S,_,T){var D=T.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,G=T.REPLACE_KEEPS_$0,$=D?"$":"$0";return[function(W,Y){var z=p(this),U=W?.[C];return U!==void 0?U.call(W,z,Y):S.call(String(z),W,Y)},function(j,W){if(!D&&G||typeof W=="string"&&W.indexOf($)===-1){var Y=_(S,j,this,W);if(Y.done)return Y.value}var z=u(j),U=String(this),F=typeof W=="function";F||(W=String(W));var X=z.global;if(X){var H=z.unicode;z.lastIndex=0}for(var ee=[];;){var ne=v(z,U);if(ne===null||(ee.push(ne),!X))break;var ae=String(ne[0]);ae===""&&(z.lastIndex=m(U,f(z.lastIndex),H))}for(var pe="",me=0,be=0;be<ee.length;be++){ne=ee[be];for(var Ee=String(ne[0]),Te=y(b(h(ne.index),U.length),0),ve=[],N=1;N<ne.length;N++)ve.push(E(ne[N]));var M=ne.groups;if(F){var I=[Ee].concat(ve,Te,U);M!==void 0&&I.push(M);var O=String(W.apply(void 0,I))}else O=g(Ee,U,Te,ve,M,W);Te>=me&&(pe+=U.slice(me,Te)+O,me=Te+Ee.length)}return pe+U.slice(me)}]})}),3123:(function(s,c,a){var d=a(7007),u=a(7850),f=a(9670),h=a(4488),p=a(6707),m=a(1530),g=a(7466),v=a(7651),y=a(2261),b=a(7293),E=[].push,C=Math.min,S=4294967295,_=!b(function(){return!RegExp(S,"y")});d("split",2,function(T,D,G){var $;return"abbc".split(/(b)*/)[1]=="c"||"test".split(/(?:)/,-1).length!=4||"ab".split(/(?:ab)*/).length!=2||".".split(/(.?)(.?)/).length!=4||".".split(/()()/).length>1||"".split(/.?/).length?$=function(j,W){var Y=String(h(this)),z=W===void 0?S:W>>>0;if(z===0)return[];if(j===void 0)return[Y];if(!u(j))return D.call(Y,j,z);for(var U=[],F=(j.ignoreCase?"i":"")+(j.multiline?"m":"")+(j.unicode?"u":"")+(j.sticky?"y":""),X=0,H=new RegExp(j.source,F+"g"),ee,ne,ae;(ee=y.call(H,Y))&&(ne=H.lastIndex,!(ne>X&&(U.push(Y.slice(X,ee.index)),ee.length>1&&ee.index<Y.length&&E.apply(U,ee.slice(1)),ae=ee[0].length,X=ne,U.length>=z)));)H.lastIndex===ee.index&&H.lastIndex++;return X===Y.length?(ae||!H.test(""))&&U.push(""):U.push(Y.slice(X)),U.length>z?U.slice(0,z):U}:"0".split(void 0,0).length?$=function(j,W){return j===void 0&&W===0?[]:D.call(this,j,W)}:$=D,[function(W,Y){var z=h(this),U=W?.[T];return U!==void 0?U.call(W,z,Y):$.call(String(z),W,Y)},function(j,W){var Y=G($,j,this,W,$!==D);if(Y.done)return Y.value;var z=f(j),U=String(this),F=p(z,RegExp),X=z.unicode,H=(z.ignoreCase?"i":"")+(z.multiline?"m":"")+(z.unicode?"u":"")+(_?"y":"g"),ee=new F(_?z:"^(?:"+z.source+")",H),ne=W===void 0?S:W>>>0;if(ne===0)return[];if(U.length===0)return v(ee,U)===null?[U]:[];for(var ae=0,pe=0,me=[];pe<U.length;){ee.lastIndex=_?pe:0;var be=v(ee,_?U:U.slice(pe)),Ee;if(be===null||(Ee=C(g(ee.lastIndex+(_?0:pe)),U.length))===ae)pe=m(U,pe,X);else{if(me.push(U.slice(ae,pe)),me.length===ne)return me;for(var Te=1;Te<=be.length-1;Te++)if(me.push(be[Te]),me.length===ne)return me;pe=ae=Ee}}return me.push(U.slice(ae)),me}]},!_)}),3210:(function(s,c,a){var d=a(2109),u=a(3111).trim,f=a(6091);d({target:"String",proto:!0,forced:f("trim")},{trim:function(){return u(this)}})}),2990:(function(s,c,a){var d=a(260),u=a(1048),f=d.aTypedArray,h=d.exportTypedArrayMethod;h("copyWithin",function(m,g){return u.call(f(this),m,g,arguments.length>2?arguments[2]:void 0)})}),8927:(function(s,c,a){var d=a(260),u=a(2092).every,f=d.aTypedArray,h=d.exportTypedArrayMethod;h("every",function(m){return u(f(this),m,arguments.length>1?arguments[1]:void 0)})}),3105:(function(s,c,a){var d=a(260),u=a(1285),f=d.aTypedArray,h=d.exportTypedArrayMethod;h("fill",function(m){return u.apply(f(this),arguments)})}),5035:(function(s,c,a){var d=a(260),u=a(2092).filter,f=a(3074),h=d.aTypedArray,p=d.exportTypedArrayMethod;p("filter",function(g){var v=u(h(this),g,arguments.length>1?arguments[1]:void 0);return f(this,v)})}),7174:(function(s,c,a){var d=a(260),u=a(2092).findIndex,f=d.aTypedArray,h=d.exportTypedArrayMethod;h("findIndex",function(m){return u(f(this),m,arguments.length>1?arguments[1]:void 0)})}),4345:(function(s,c,a){var d=a(260),u=a(2092).find,f=d.aTypedArray,h=d.exportTypedArrayMethod;h("find",function(m){return u(f(this),m,arguments.length>1?arguments[1]:void 0)})}),2846:(function(s,c,a){var d=a(260),u=a(2092).forEach,f=d.aTypedArray,h=d.exportTypedArrayMethod;h("forEach",function(m){u(f(this),m,arguments.length>1?arguments[1]:void 0)})}),4731:(function(s,c,a){var d=a(260),u=a(1318).includes,f=d.aTypedArray,h=d.exportTypedArrayMethod;h("includes",function(m){return u(f(this),m,arguments.length>1?arguments[1]:void 0)})}),7209:(function(s,c,a){var d=a(260),u=a(1318).indexOf,f=d.aTypedArray,h=d.exportTypedArrayMethod;h("indexOf",function(m){return u(f(this),m,arguments.length>1?arguments[1]:void 0)})}),6319:(function(s,c,a){var d=a(7854),u=a(260),f=a(6992),h=a(5112),p=h("iterator"),m=d.Uint8Array,g=f.values,v=f.keys,y=f.entries,b=u.aTypedArray,E=u.exportTypedArrayMethod,C=m&&m.prototype[p],S=!!C&&(C.name=="values"||C.name==null),_=function(){return g.call(b(this))};E("entries",function(){return y.call(b(this))}),E("keys",function(){return v.call(b(this))}),E("values",_,!S),E(p,_,!S)}),8867:(function(s,c,a){var d=a(260),u=d.aTypedArray,f=d.exportTypedArrayMethod,h=[].join;f("join",function(m){return h.apply(u(this),arguments)})}),7789:(function(s,c,a){var d=a(260),u=a(6583),f=d.aTypedArray,h=d.exportTypedArrayMethod;h("lastIndexOf",function(m){return u.apply(f(this),arguments)})}),3739:(function(s,c,a){var d=a(260),u=a(2092).map,f=a(6707),h=d.aTypedArray,p=d.aTypedArrayConstructor,m=d.exportTypedArrayMethod;m("map",function(v){return u(h(this),v,arguments.length>1?arguments[1]:void 0,function(y,b){return new(p(f(y,y.constructor)))(b)})})}),4483:(function(s,c,a){var d=a(260),u=a(3671).right,f=d.aTypedArray,h=d.exportTypedArrayMethod;h("reduceRight",function(m){return u(f(this),m,arguments.length,arguments.length>1?arguments[1]:void 0)})}),9368:(function(s,c,a){var d=a(260),u=a(3671).left,f=d.aTypedArray,h=d.exportTypedArrayMethod;h("reduce",function(m){return u(f(this),m,arguments.length,arguments.length>1?arguments[1]:void 0)})}),2056:(function(s,c,a){var d=a(260),u=d.aTypedArray,f=d.exportTypedArrayMethod,h=Math.floor;f("reverse",function(){for(var m=this,g=u(m).length,v=h(g/2),y=0,b;y<v;)b=m[y],m[y++]=m[--g],m[g]=b;return m})}),3462:(function(s,c,a){var d=a(260),u=a(7466),f=a(4590),h=a(7908),p=a(7293),m=d.aTypedArray,g=d.exportTypedArrayMethod,v=p(function(){new Int8Array(1).set({})});g("set",function(b){m(this);var E=f(arguments.length>1?arguments[1]:void 0,1),C=this.length,S=h(b),_=u(S.length),T=0;if(_+E>C)throw RangeError("Wrong length");for(;T<_;)this[E+T]=S[T++]},v)}),678:(function(s,c,a){var d=a(260),u=a(6707),f=a(7293),h=d.aTypedArray,p=d.aTypedArrayConstructor,m=d.exportTypedArrayMethod,g=[].slice,v=f(function(){new Int8Array(1).slice()});m("slice",function(b,E){for(var C=g.call(h(this),b,E),S=u(this,this.constructor),_=0,T=C.length,D=new(p(S))(T);T>_;)D[_]=C[_++];return D},v)}),7462:(function(s,c,a){var d=a(260),u=a(2092).some,f=d.aTypedArray,h=d.exportTypedArrayMethod;h("some",function(m){return u(f(this),m,arguments.length>1?arguments[1]:void 0)})}),3824:(function(s,c,a){var d=a(260),u=d.aTypedArray,f=d.exportTypedArrayMethod,h=[].sort;f("sort",function(m){return h.call(u(this),m)})}),5021:(function(s,c,a){var d=a(260),u=a(7466),f=a(1400),h=a(6707),p=d.aTypedArray,m=d.exportTypedArrayMethod;m("subarray",function(v,y){var b=p(this),E=b.length,C=f(v,E);return new(h(b,b.constructor))(b.buffer,b.byteOffset+C*b.BYTES_PER_ELEMENT,u((y===void 0?E:f(y,E))-C))})}),2974:(function(s,c,a){var d=a(7854),u=a(260),f=a(7293),h=d.Int8Array,p=u.aTypedArray,m=u.exportTypedArrayMethod,g=[].toLocaleString,v=[].slice,y=!!h&&f(function(){g.call(new h(1))}),b=f(function(){return[1,2].toLocaleString()!=new h([1,2]).toLocaleString()})||!f(function(){h.prototype.toLocaleString.call([1,2])});m("toLocaleString",function(){return g.apply(y?v.call(p(this)):p(this),arguments)},b)}),5016:(function(s,c,a){var d=a(260).exportTypedArrayMethod,u=a(7293),f=a(7854),h=f.Uint8Array,p=h&&h.prototype||{},m=[].toString,g=[].join;u(function(){m.call({})})&&(m=function(){return g.call(this)});var v=p.toString!=m;d("toString",m,v)}),2472:(function(s,c,a){var d=a(9843);d("Uint8",function(u){return function(h,p,m){return u(this,h,p,m)}})}),4747:(function(s,c,a){var d=a(7854),u=a(8324),f=a(8533),h=a(8880);for(var p in u){var m=d[p],g=m&&m.prototype;if(g&&g.forEach!==f)try{h(g,"forEach",f)}catch{g.forEach=f}}}),3948:(function(s,c,a){var d=a(7854),u=a(8324),f=a(6992),h=a(8880),p=a(5112),m=p("iterator"),g=p("toStringTag"),v=f.values;for(var y in u){var b=d[y],E=b&&b.prototype;if(E){if(E[m]!==v)try{h(E,m,v)}catch{E[m]=v}if(E[g]||h(E,g,y),u[y]){for(var C in f)if(E[C]!==f[C])try{h(E,C,f[C])}catch{E[C]=f[C]}}}}}),1637:(function(s,c,a){a(6992);var d=a(2109),u=a(5005),f=a(590),h=a(1320),p=a(2248),m=a(8003),g=a(4994),v=a(9909),y=a(5787),b=a(6656),E=a(9974),C=a(648),S=a(9670),_=a(111),T=a(30),D=a(9114),G=a(8554),$=a(1246),j=a(5112),W=u("fetch"),Y=u("Headers"),z=j("iterator"),U="URLSearchParams",F=U+"Iterator",X=v.set,H=v.getterFor(U),ee=v.getterFor(F),ne=/\+/g,ae=Array(4),pe=function(R){return ae[R-1]||(ae[R-1]=RegExp("((?:%[\\da-f]{2}){"+R+"})","gi"))},me=function(R){try{return decodeURIComponent(R)}catch{return R}},be=function(R){var K=R.replace(ne," "),Q=4;try{return decodeURIComponent(K)}catch{for(;Q;)K=K.replace(pe(Q--),me);return K}},Ee=/[!'()~]|%20/g,Te={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},ve=function(R){return Te[R]},N=function(R){return encodeURIComponent(R).replace(Ee,ve)},M=function(R,K){if(K)for(var Q=K.split("&"),A=0,x,B;A<Q.length;)x=Q[A++],x.length&&(B=x.split("="),R.push({key:be(B.shift()),value:be(B.join("="))}))},I=function(R){this.entries.length=0,M(this.entries,R)},O=function(R,K){if(R<K)throw TypeError("Not enough arguments")},k=g(function(K,Q){X(this,{type:F,iterator:G(H(K).entries),kind:Q})},"Iterator",function(){var K=ee(this),Q=K.kind,A=K.iterator.next(),x=A.value;return A.done||(A.value=Q==="keys"?x.key:Q==="values"?x.value:[x.key,x.value]),A}),w=function(){y(this,w,U);var K=arguments.length>0?arguments[0]:void 0,Q=this,A=[],x,B,Z,q,te,se,J,re,Se;if(X(Q,{type:U,entries:A,updateURL:function(){},updateSearchParams:I}),K!==void 0)if(_(K))if(x=$(K),typeof x=="function")for(B=x.call(K),Z=B.next;!(q=Z.call(B)).done;){if(te=G(S(q.value)),se=te.next,(J=se.call(te)).done||(re=se.call(te)).done||!se.call(te).done)throw TypeError("Expected sequence with length 2");A.push({key:J.value+"",value:re.value+""})}else for(Se in K)b(K,Se)&&A.push({key:Se,value:K[Se]+""});else M(A,typeof K=="string"?K.charAt(0)==="?"?K.slice(1):K:K+"")},P=w.prototype;p(P,{append:function(K,Q){O(arguments.length,2);var A=H(this);A.entries.push({key:K+"",value:Q+""}),A.updateURL()},delete:function(R){O(arguments.length,1);for(var K=H(this),Q=K.entries,A=R+"",x=0;x<Q.length;)Q[x].key===A?Q.splice(x,1):x++;K.updateURL()},get:function(K){O(arguments.length,1);for(var Q=H(this).entries,A=K+"",x=0;x<Q.length;x++)if(Q[x].key===A)return Q[x].value;return null},getAll:function(K){O(arguments.length,1);for(var Q=H(this).entries,A=K+"",x=[],B=0;B<Q.length;B++)Q[B].key===A&&x.push(Q[B].value);return x},has:function(K){O(arguments.length,1);for(var Q=H(this).entries,A=K+"",x=0;x<Q.length;)if(Q[x++].key===A)return!0;return!1},set:function(K,Q){O(arguments.length,1);for(var A=H(this),x=A.entries,B=!1,Z=K+"",q=Q+"",te=0,se;te<x.length;te++)se=x[te],se.key===Z&&(B?x.splice(te--,1):(B=!0,se.value=q));B||x.push({key:Z,value:q}),A.updateURL()},sort:function(){var K=H(this),Q=K.entries,A=Q.slice(),x,B,Z;for(Q.length=0,Z=0;Z<A.length;Z++){for(x=A[Z],B=0;B<Z;B++)if(Q[B].key>x.key){Q.splice(B,0,x);break}B===Z&&Q.push(x)}K.updateURL()},forEach:function(K){for(var Q=H(this).entries,A=E(K,arguments.length>1?arguments[1]:void 0,3),x=0,B;x<Q.length;)B=Q[x++],A(B.value,B.key,this)},keys:function(){return new k(this,"keys")},values:function(){return new k(this,"values")},entries:function(){return new k(this,"entries")}},{enumerable:!0}),h(P,z,P.entries),h(P,"toString",function(){for(var K=H(this).entries,Q=[],A=0,x;A<K.length;)x=K[A++],Q.push(N(x.key)+"="+N(x.value));return Q.join("&")},{enumerable:!0}),m(w,U),d({global:!0,forced:!f},{URLSearchParams:w}),!f&&typeof W=="function"&&typeof Y=="function"&&d({global:!0,enumerable:!0,forced:!0},{fetch:function(K){var Q=[K],A,x,B;return arguments.length>1&&(A=arguments[1],_(A)&&(x=A.body,C(x)===U&&(B=A.headers?new Y(A.headers):new Y,B.has("content-type")||B.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),A=T(A,{body:D(0,String(x)),headers:D(0,B)}))),Q.push(A)),W.apply(this,Q)}}),s.exports={URLSearchParams:w,getState:H}}),285:(function(s,c,a){a(8783);var d=a(2109),u=a(9781),f=a(590),h=a(7854),p=a(6048),m=a(1320),g=a(5787),v=a(6656),y=a(1574),b=a(8457),E=a(8710).codeAt,C=a(3197),S=a(8003),_=a(1637),T=a(9909),D=h.URL,G=_.URLSearchParams,$=_.getState,j=T.set,W=T.getterFor("URL"),Y=Math.floor,z=Math.pow,U="Invalid authority",F="Invalid scheme",X="Invalid host",H="Invalid port",ee=/[A-Za-z]/,ne=/[\d+-.A-Za-z]/,ae=/\d/,pe=/^(0x|0X)/,me=/^[0-7]+$/,be=/^\d+$/,Ee=/^[\dA-Fa-f]+$/,Te=/[\u0000\t\u000A\u000D #%/:?@[\\]]/,ve=/[\u0000\t\u000A\u000D #/:?@[\\]]/,N=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,M=/[\t\u000A\u000D]/g,I,O=function(L,ie){var oe,le,fe;if(ie.charAt(0)=="["){if(ie.charAt(ie.length-1)!="]"||(oe=w(ie.slice(1,-1)),!oe))return X;L.host=oe}else if(q(L)){if(ie=C(ie),Te.test(ie)||(oe=k(ie),oe===null))return X;L.host=oe}else{if(ve.test(ie))return X;for(oe="",le=b(ie),fe=0;fe<le.length;fe++)oe+=B(le[fe],K);L.host=oe}},k=function(L){var ie=L.split("."),oe,le,fe,Me,ke,Ke,ot;if(ie.length&&ie[ie.length-1]==""&&ie.pop(),oe=ie.length,oe>4)return L;for(le=[],fe=0;fe<oe;fe++){if(Me=ie[fe],Me=="")return L;if(ke=10,Me.length>1&&Me.charAt(0)=="0"&&(ke=pe.test(Me)?16:8,Me=Me.slice(ke==8?1:2)),Me==="")Ke=0;else{if(!(ke==10?be:ke==8?me:Ee).test(Me))return L;Ke=parseInt(Me,ke)}le.push(Ke)}for(fe=0;fe<oe;fe++)if(Ke=le[fe],fe==oe-1){if(Ke>=z(256,5-oe))return null}else if(Ke>255)return null;for(ot=le.pop(),fe=0;fe<le.length;fe++)ot+=le[fe]*z(256,3-fe);return ot},w=function(L){var ie=[0,0,0,0,0,0,0,0],oe=0,le=null,fe=0,Me,ke,Ke,ot,ht,gn,ue,Et=function(){return L.charAt(fe)};if(Et()==":"){if(L.charAt(1)!=":")return;fe+=2,oe++,le=oe}for(;Et();){if(oe==8)return;if(Et()==":"){if(le!==null)return;fe++,oe++,le=oe;continue}for(Me=ke=0;ke<4&&Ee.test(Et());)Me=Me*16+parseInt(Et(),16),fe++,ke++;if(Et()=="."){if(ke==0||(fe-=ke,oe>6))return;for(Ke=0;Et();){if(ot=null,Ke>0)if(Et()=="."&&Ke<4)fe++;else return;if(!ae.test(Et()))return;for(;ae.test(Et());){if(ht=parseInt(Et(),10),ot===null)ot=ht;else{if(ot==0)return;ot=ot*10+ht}if(ot>255)return;fe++}ie[oe]=ie[oe]*256+ot,Ke++,(Ke==2||Ke==4)&&oe++}if(Ke!=4)return;break}else if(Et()==":"){if(fe++,!Et())return}else if(Et())return;ie[oe++]=Me}if(le!==null)for(gn=oe-le,oe=7;oe!=0&&gn>0;)ue=ie[oe],ie[oe--]=ie[le+gn-1],ie[le+--gn]=ue;else if(oe!=8)return;return ie},P=function(L){for(var ie=null,oe=1,le=null,fe=0,Me=0;Me<8;Me++)L[Me]!==0?(fe>oe&&(ie=le,oe=fe),le=null,fe=0):(le===null&&(le=Me),++fe);return fe>oe&&(ie=le,oe=fe),ie},R=function(L){var ie,oe,le,fe;if(typeof L=="number"){for(ie=[],oe=0;oe<4;oe++)ie.unshift(L%256),L=Y(L/256);return ie.join(".")}else if(typeof L=="object"){for(ie="",le=P(L),oe=0;oe<8;oe++)fe&&L[oe]===0||(fe&&(fe=!1),le===oe?(ie+=oe?":":"::",fe=!0):(ie+=L[oe].toString(16),oe<7&&(ie+=":")));return"["+ie+"]"}return L},K={},Q=y({},K,{" ":1,'"':1,"<":1,">":1,"`":1}),A=y({},Q,{"#":1,"?":1,"{":1,"}":1}),x=y({},A,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),B=function(L,ie){var oe=E(L,0);return oe>32&&oe<127&&!v(ie,L)?L:encodeURIComponent(L)},Z={ftp:21,file:null,http:80,https:443,ws:80,wss:443},q=function(L){return v(Z,L.scheme)},te=function(L){return L.username!=""||L.password!=""},se=function(L){return!L.host||L.cannotBeABaseURL||L.scheme=="file"},J=function(L,ie){var oe;return L.length==2&&ee.test(L.charAt(0))&&((oe=L.charAt(1))==":"||!ie&&oe=="|")},re=function(L){var ie;return L.length>1&&J(L.slice(0,2))&&(L.length==2||(ie=L.charAt(2))==="/"||ie==="\\"||ie==="?"||ie==="#")},Se=function(L){var ie=L.path,oe=ie.length;oe&&(L.scheme!="file"||oe!=1||!J(ie[0],!0))&&ie.pop()},Ne=function(L){return L==="."||L.toLowerCase()==="%2e"},Oe=function(L){return L=L.toLowerCase(),L===".."||L==="%2e."||L===".%2e"||L==="%2e%2e"},nt={},pt={},rt={},Qr={},Tn={},Xe={},$e={},ft={},tn={},Po={},Zr={},Jr={},pn={},dr={},Ai={},Ch={},xi={},jn={},p3={},Bo={},ur={},Wn=function(L,ie,oe,le){var fe=oe||nt,Me=0,ke="",Ke=!1,ot=!1,ht=!1,gn,ue,Et,fr;for(oe||(L.scheme="",L.username="",L.password="",L.host=null,L.port=null,L.path=[],L.query=null,L.fragment=null,L.cannotBeABaseURL=!1,ie=ie.replace(N,"")),ie=ie.replace(M,""),gn=b(ie);Me<=gn.length;){switch(ue=gn[Me],fe){case nt:if(ue&&ee.test(ue))ke+=ue.toLowerCase(),fe=pt;else{if(oe)return F;fe=rt;continue}break;case pt:if(ue&&(ne.test(ue)||ue=="+"||ue=="-"||ue=="."))ke+=ue.toLowerCase();else if(ue==":"){if(oe&&(q(L)!=v(Z,ke)||ke=="file"&&(te(L)||L.port!==null)||L.scheme=="file"&&!L.host))return;if(L.scheme=ke,oe){q(L)&&Z[L.scheme]==L.port&&(L.port=null);return}ke="",L.scheme=="file"?fe=dr:q(L)&&le&&le.scheme==L.scheme?fe=Qr:q(L)?fe=ft:gn[Me+1]=="/"?(fe=Tn,Me++):(L.cannotBeABaseURL=!0,L.path.push(""),fe=p3)}else{if(oe)return F;ke="",fe=rt,Me=0;continue}break;case rt:if(!le||le.cannotBeABaseURL&&ue!="#")return F;if(le.cannotBeABaseURL&&ue=="#"){L.scheme=le.scheme,L.path=le.path.slice(),L.query=le.query,L.fragment="",L.cannotBeABaseURL=!0,fe=ur;break}fe=le.scheme=="file"?dr:Xe;continue;case Qr:if(ue=="/"&&gn[Me+1]=="/")fe=tn,Me++;else{fe=Xe;continue}break;case Tn:if(ue=="/"){fe=Po;break}else{fe=jn;continue}case Xe:if(L.scheme=le.scheme,ue==I)L.username=le.username,L.password=le.password,L.host=le.host,L.port=le.port,L.path=le.path.slice(),L.query=le.query;else if(ue=="/"||ue=="\\"&&q(L))fe=$e;else if(ue=="?")L.username=le.username,L.password=le.password,L.host=le.host,L.port=le.port,L.path=le.path.slice(),L.query="",fe=Bo;else if(ue=="#")L.username=le.username,L.password=le.password,L.host=le.host,L.port=le.port,L.path=le.path.slice(),L.query=le.query,L.fragment="",fe=ur;else{L.username=le.username,L.password=le.password,L.host=le.host,L.port=le.port,L.path=le.path.slice(),L.path.pop(),fe=jn;continue}break;case $e:if(q(L)&&(ue=="/"||ue=="\\"))fe=tn;else if(ue=="/")fe=Po;else{L.username=le.username,L.password=le.password,L.host=le.host,L.port=le.port,fe=jn;continue}break;case ft:if(fe=tn,ue!="/"||ke.charAt(Me+1)!="/")continue;Me++;break;case tn:if(ue!="/"&&ue!="\\"){fe=Po;continue}break;case Po:if(ue=="@"){Ke&&(ke="%40"+ke),Ke=!0,Et=b(ke);for(var kh=0;kh<Et.length;kh++){var I3=Et[kh];if(I3==":"&&!ht){ht=!0;continue}var _3=B(I3,x);ht?L.password+=_3:L.username+=_3}ke=""}else if(ue==I||ue=="/"||ue=="?"||ue=="#"||ue=="\\"&&q(L)){if(Ke&&ke=="")return U;Me-=b(ke).length+1,ke="",fe=Zr}else ke+=ue;break;case Zr:case Jr:if(oe&&L.scheme=="file"){fe=Ch;continue}else if(ue==":"&&!ot){if(ke=="")return X;if(fr=O(L,ke),fr)return fr;if(ke="",fe=pn,oe==Jr)return}else if(ue==I||ue=="/"||ue=="?"||ue=="#"||ue=="\\"&&q(L)){if(q(L)&&ke=="")return X;if(oe&&ke==""&&(te(L)||L.port!==null))return;if(fr=O(L,ke),fr)return fr;if(ke="",fe=xi,oe)return;continue}else ue=="["?ot=!0:ue=="]"&&(ot=!1),ke+=ue;break;case pn:if(ae.test(ue))ke+=ue;else if(ue==I||ue=="/"||ue=="?"||ue=="#"||ue=="\\"&&q(L)||oe){if(ke!=""){var wh=parseInt(ke,10);if(wh>65535)return H;L.port=q(L)&&wh===Z[L.scheme]?null:wh,ke=""}if(oe)return;fe=xi;continue}else return H;break;case dr:if(L.scheme="file",ue=="/"||ue=="\\")fe=Ai;else if(le&&le.scheme=="file")if(ue==I)L.host=le.host,L.path=le.path.slice(),L.query=le.query;else if(ue=="?")L.host=le.host,L.path=le.path.slice(),L.query="",fe=Bo;else if(ue=="#")L.host=le.host,L.path=le.path.slice(),L.query=le.query,L.fragment="",fe=ur;else{re(gn.slice(Me).join(""))||(L.host=le.host,L.path=le.path.slice(),Se(L)),fe=jn;continue}else{fe=jn;continue}break;case Ai:if(ue=="/"||ue=="\\"){fe=Ch;break}le&&le.scheme=="file"&&!re(gn.slice(Me).join(""))&&(J(le.path[0],!0)?L.path.push(le.path[0]):L.host=le.host),fe=jn;continue;case Ch:if(ue==I||ue=="/"||ue=="\\"||ue=="?"||ue=="#"){if(!oe&&J(ke))fe=jn;else if(ke==""){if(L.host="",oe)return;fe=xi}else{if(fr=O(L,ke),fr)return fr;if(L.host=="localhost"&&(L.host=""),oe)return;ke="",fe=xi}continue}else ke+=ue;break;case xi:if(q(L)){if(fe=jn,ue!="/"&&ue!="\\")continue}else if(!oe&&ue=="?")L.query="",fe=Bo;else if(!oe&&ue=="#")L.fragment="",fe=ur;else if(ue!=I&&(fe=jn,ue!="/"))continue;break;case jn:if(ue==I||ue=="/"||ue=="\\"&&q(L)||!oe&&(ue=="?"||ue=="#")){if(Oe(ke)?(Se(L),ue!="/"&&!(ue=="\\"&&q(L))&&L.path.push("")):Ne(ke)?ue!="/"&&!(ue=="\\"&&q(L))&&L.path.push(""):(L.scheme=="file"&&!L.path.length&&J(ke)&&(L.host&&(L.host=""),ke=ke.charAt(0)+":"),L.path.push(ke)),ke="",L.scheme=="file"&&(ue==I||ue=="?"||ue=="#"))for(;L.path.length>1&&L.path[0]==="";)L.path.shift();ue=="?"?(L.query="",fe=Bo):ue=="#"&&(L.fragment="",fe=ur)}else ke+=B(ue,A);break;case p3:ue=="?"?(L.query="",fe=Bo):ue=="#"?(L.fragment="",fe=ur):ue!=I&&(L.path[0]+=B(ue,K));break;case Bo:!oe&&ue=="#"?(L.fragment="",fe=ur):ue!=I&&(ue=="'"&&q(L)?L.query+="%27":ue=="#"?L.query+="%23":L.query+=B(ue,K));break;case ur:ue!=I&&(L.fragment+=B(ue,Q));break}Me++}},Ro=function(ie){var oe=g(this,Ro,"URL"),le=arguments.length>1?arguments[1]:void 0,fe=String(ie),Me=j(oe,{type:"URL"}),ke,Ke;if(le!==void 0){if(le instanceof Ro)ke=W(le);else if(Ke=Wn(ke={},String(le)),Ke)throw TypeError(Ke)}if(Ke=Wn(Me,fe,null,ke),Ke)throw TypeError(Ke);var ot=Me.searchParams=new G,ht=$(ot);ht.updateSearchParams(Me.query),ht.updateURL=function(){Me.query=String(ot)||null},u||(oe.href=kc.call(oe),oe.origin=m3.call(oe),oe.protocol=g3.call(oe),oe.username=v3.call(oe),oe.password=y3.call(oe),oe.host=b3.call(oe),oe.hostname=C3.call(oe),oe.port=E3.call(oe),oe.pathname=k3.call(oe),oe.search=w3.call(oe),oe.searchParams=S3.call(oe),oe.hash=A3.call(oe))},Eh=Ro.prototype,kc=function(){var L=W(this),ie=L.scheme,oe=L.username,le=L.password,fe=L.host,Me=L.port,ke=L.path,Ke=L.query,ot=L.fragment,ht=ie+":";return fe!==null?(ht+="//",te(L)&&(ht+=oe+(le?":"+le:"")+"@"),ht+=R(fe),Me!==null&&(ht+=":"+Me)):ie=="file"&&(ht+="//"),ht+=L.cannotBeABaseURL?ke[0]:ke.length?"/"+ke.join("/"):"",Ke!==null&&(ht+="?"+Ke),ot!==null&&(ht+="#"+ot),ht},m3=function(){var L=W(this),ie=L.scheme,oe=L.port;if(ie=="blob")try{return new URL(ie.path[0]).origin}catch{return"null"}return ie=="file"||!q(L)?"null":ie+"://"+R(L.host)+(oe!==null?":"+oe:"")},g3=function(){return W(this).scheme+":"},v3=function(){return W(this).username},y3=function(){return W(this).password},b3=function(){var L=W(this),ie=L.host,oe=L.port;return ie===null?"":oe===null?R(ie):R(ie)+":"+oe},C3=function(){var L=W(this).host;return L===null?"":R(L)},E3=function(){var L=W(this).port;return L===null?"":String(L)},k3=function(){var L=W(this),ie=L.path;return L.cannotBeABaseURL?ie[0]:ie.length?"/"+ie.join("/"):""},w3=function(){var L=W(this).query;return L?"?"+L:""},S3=function(){return W(this).searchParams},A3=function(){var L=W(this).fragment;return L?"#"+L:""},mn=function(L,ie){return{get:L,set:ie,configurable:!0,enumerable:!0}};if(u&&p(Eh,{href:mn(kc,function(L){var ie=W(this),oe=String(L),le=Wn(ie,oe);if(le)throw TypeError(le);$(ie.searchParams).updateSearchParams(ie.query)}),origin:mn(m3),protocol:mn(g3,function(L){var ie=W(this);Wn(ie,String(L)+":",nt)}),username:mn(v3,function(L){var ie=W(this),oe=b(String(L));if(!se(ie)){ie.username="";for(var le=0;le<oe.length;le++)ie.username+=B(oe[le],x)}}),password:mn(y3,function(L){var ie=W(this),oe=b(String(L));if(!se(ie)){ie.password="";for(var le=0;le<oe.length;le++)ie.password+=B(oe[le],x)}}),host:mn(b3,function(L){var ie=W(this);ie.cannotBeABaseURL||Wn(ie,String(L),Zr)}),hostname:mn(C3,function(L){var ie=W(this);ie.cannotBeABaseURL||Wn(ie,String(L),Jr)}),port:mn(E3,function(L){var ie=W(this);se(ie)||(L=String(L),L==""?ie.port=null:Wn(ie,L,pn))}),pathname:mn(k3,function(L){var ie=W(this);ie.cannotBeABaseURL||(ie.path=[],Wn(ie,L+"",xi))}),search:mn(w3,function(L){var ie=W(this);L=String(L),L==""?ie.query=null:(L.charAt(0)=="?"&&(L=L.slice(1)),ie.query="",Wn(ie,L,Bo)),$(ie.searchParams).updateSearchParams(ie.query)}),searchParams:mn(S3),hash:mn(A3,function(L){var ie=W(this);if(L=String(L),L==""){ie.fragment=null;return}L.charAt(0)=="#"&&(L=L.slice(1)),ie.fragment="",Wn(ie,L,ur)})}),m(Eh,"toJSON",function(){return kc.call(this)},{enumerable:!0}),m(Eh,"toString",function(){return kc.call(this)},{enumerable:!0}),D){var x3=D.createObjectURL,T3=D.revokeObjectURL;x3&&m(Ro,"createObjectURL",function(ie){return x3.apply(D,arguments)}),T3&&m(Ro,"revokeObjectURL",function(ie){return T3.apply(D,arguments)})}S(Ro,"URL"),d({global:!0,forced:!f,sham:!u},{URL:Ro})})},r={};function o(s){if(r[s])return r[s].exports;var c=r[s]={exports:{}};return n[s](c,c.exports,o),c.exports}(function(){o.d=function(s,c){for(var a in c)o.o(c,a)&&!o.o(s,a)&&Object.defineProperty(s,a,{enumerable:!0,get:c[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,c){return Object.prototype.hasOwnProperty.call(s,c)}})(),(function(){o.r=function(s){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})}})();var i={};return(function(){o.r(i),o.d(i,{Dropzone:function(){return H},default:function(){return ve}}),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(N,M){var I;if(typeof Symbol>"u"||N[Symbol.iterator]==null){if(Array.isArray(N)||(I=c(N))||N&&typeof N.length=="number"){I&&(N=I);var O=0,k=function(){};return{s:k,n:function(){return O>=N.length?{done:!0}:{done:!1,value:N[O++]}},e:function(Q){throw Q},f:k}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
1177
1177
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var w=!0,P=!1,R;return{s:function(){I=N[Symbol.iterator]()},n:function(){var Q=I.next();return w=Q.done,Q},e:function(Q){P=!0,R=Q},f:function(){try{!w&&I.return!=null&&I.return()}finally{if(P)throw R}}}}function c(N,M){if(N){if(typeof N=="string")return a(N,M);var I=Object.prototype.toString.call(N).slice(8,-1);if(I==="Object"&&N.constructor&&(I=N.constructor.name),I==="Map"||I==="Set")return Array.from(N);if(I==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(I))return a(N,M)}}function a(N,M){(M==null||M>N.length)&&(M=N.length);for(var I=0,O=new Array(M);I<M;I++)O[I]=N[I];return O}function d(N,M){if(!(N instanceof M))throw new TypeError("Cannot call a class as a function")}function u(N,M){for(var I=0;I<M.length;I++){var O=M[I];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(N,O.key,O)}}function f(N,M,I){return M&&u(N.prototype,M),N}var h=(function(){function N(){d(this,N)}return f(N,[{key:"on",value:function(I,O){return this._callbacks=this._callbacks||{},this._callbacks[I]||(this._callbacks[I]=[]),this._callbacks[I].push(O),this}},{key:"emit",value:function(I){this._callbacks=this._callbacks||{};for(var O=this._callbacks[I],k=arguments.length,w=new Array(k>1?k-1:0),P=1;P<k;P++)w[P-1]=arguments[P];if(O){var R=s(O),K;try{for(R.s();!(K=R.n()).done;){var Q=K.value;Q.apply(this,w)}}catch(A){R.e(A)}finally{R.f()}}return this.element&&this.element.dispatchEvent(this.makeEvent("dropzone:"+I,{args:w})),this}},{key:"makeEvent",value:function(I,O){var k={bubbles:!0,cancelable:!0,detail:O};if(typeof window.CustomEvent=="function")return new CustomEvent(I,k);var w=document.createEvent("CustomEvent");return w.initCustomEvent(I,k.bubbles,k.cancelable,k.detail),w}},{key:"off",value:function(I,O){if(!this._callbacks||arguments.length===0)return this._callbacks={},this;var k=this._callbacks[I];if(!k)return this;if(arguments.length===1)return delete this._callbacks[I],this;for(var w=0;w<k.length;w++){var P=k[w];if(P===O){k.splice(w,1);break}}return this}}]),N})(),p='<div class="dz-preview dz-file-preview"> <div class="dz-image"><img data-dz-thumbnail/></div> <div class="dz-details"> <div class="dz-size"><span data-dz-size></span></div> <div class="dz-filename"><span data-dz-name></span></div> </div> <div class="dz-progress"> <span class="dz-upload" data-dz-uploadprogress></span> </div> <div class="dz-error-message"><span data-dz-errormessage></span></div> <div class="dz-success-mark"> <svg width="54px" height="54px" viewBox="0 0 54 54" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Check</title> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <path d="M23.5,31.8431458 L17.5852419,25.9283877 C16.0248253,24.3679711 13.4910294,24.366835 11.9289322,25.9289322 C10.3700136,27.4878508 10.3665912,30.0234455 11.9283877,31.5852419 L20.4147581,40.0716123 C20.5133999,40.1702541 20.6159315,40.2626649 20.7218615,40.3488435 C22.2835669,41.8725651 24.794234,41.8626202 26.3461564,40.3106978 L43.3106978,23.3461564 C44.8771021,21.7797521 44.8758057,19.2483887 43.3137085,17.6862915 C41.7547899,16.1273729 39.2176035,16.1255422 37.6538436,17.6893022 L23.5,31.8431458 Z M27,53 C41.3594035,53 53,41.3594035 53,27 C53,12.6405965 41.3594035,1 27,1 C12.6405965,1 1,12.6405965 1,27 C1,41.3594035 12.6405965,53 27,53 Z" stroke-opacity="0.198794158" stroke="#747474" fill-opacity="0.816519475" fill="#FFFFFF"></path> </g> </svg> </div> <div class="dz-error-mark"> <svg width="54px" height="54px" viewBox="0 0 54 54" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Error</title> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g stroke="#747474" stroke-opacity="0.198794158" fill="#FFFFFF" fill-opacity="0.816519475"> <path d="M32.6568542,29 L38.3106978,23.3461564 C39.8771021,21.7797521 39.8758057,19.2483887 38.3137085,17.6862915 C36.7547899,16.1273729 34.2176035,16.1255422 32.6538436,17.6893022 L27,23.3431458 L21.3461564,17.6893022 C19.7823965,16.1255422 17.2452101,16.1273729 15.6862915,17.6862915 C14.1241943,19.2483887 14.1228979,21.7797521 15.6893022,23.3461564 L21.3431458,29 L15.6893022,34.6538436 C14.1228979,36.2202479 14.1241943,38.7516113 15.6862915,40.3137085 C17.2452101,41.8726271 19.7823965,41.8744578 21.3461564,40.3106978 L27,34.6568542 L32.6538436,40.3106978 C34.2176035,41.8744578 36.7547899,41.8726271 38.3137085,40.3137085 C39.8758057,38.7516113 39.8771021,36.2202479 38.3106978,34.6538436 L32.6568542,29 Z M27,53 C41.3594035,53 53,41.3594035 53,27 C53,12.6405965 41.3594035,1 27,1 C12.6405965,1 1,12.6405965 1,27 C1,41.3594035 12.6405965,53 27,53 Z"></path> </g> </g> </svg> </div> </div> ',m=p;function g(N,M){var I;if(typeof Symbol>"u"||N[Symbol.iterator]==null){if(Array.isArray(N)||(I=v(N))||N&&typeof N.length=="number"){I&&(N=I);var O=0,k=function(){};return{s:k,n:function(){return O>=N.length?{done:!0}:{done:!1,value:N[O++]}},e:function(Q){throw Q},f:k}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
@@ -1296,13 +1296,13 @@ ${p.slice(d+2)}`,f+=1;else break}e.push({indent:d,number:parseInt(c,10),content:
|
|
|
1296
1296
|
`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(tO,this.editor.getAttributes(j2)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let t=As({find:W2,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(t=As({find:W2,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(j2)}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1],editor:this.editor})),[t]}}),nO=/^\s*(\[([( |x])?\])\s$/,rO=nr.create({name:"taskItem",addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:"taskList",a11y:void 0}},content(){return this.options.nested?"paragraph block*":"paragraph+"},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:t=>{const e=t.getAttribute("data-checked");return e===""||e==="true"},renderHTML:t=>({"data-checked":t.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:t,HTMLAttributes:e}){return["li",Yt(this.options.HTMLAttributes,e,{"data-type":this.name}),["label",["input",{type:"checkbox",checked:t.attrs.checked?"checked":null}],["span"]],["div",0]]},parseMarkdown:(t,e)=>{const n=[];if(t.tokens&&t.tokens.length>0?n.push(e.createNode("paragraph",{},e.parseInline(t.tokens))):t.text?n.push(e.createNode("paragraph",{},[e.createNode("text",{text:t.text})])):n.push(e.createNode("paragraph",{},[])),t.nestedTokens&&t.nestedTokens.length>0){const r=e.parseChildren(t.nestedTokens);n.push(...r)}return e.createNode("taskItem",{checked:t.checked||!1},n)},renderMarkdown:(t,e)=>{var n;const o=`- [${(n=t.attrs)!=null&&n.checked?"x":" "}] `;return qu(t,e,o)},addKeyboardShortcuts(){const t={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...t,Tab:()=>this.editor.commands.sinkListItem(this.name)}:t},addNodeView(){return({node:t,HTMLAttributes:e,getPos:n,editor:r})=>{const o=document.createElement("li"),i=document.createElement("label"),s=document.createElement("span"),c=document.createElement("input"),a=document.createElement("div"),d=f=>{var h,p;c.ariaLabel=((p=(h=this.options.a11y)==null?void 0:h.checkboxLabel)==null?void 0:p.call(h,f,c.checked))||`Task item checkbox for ${f.textContent||"empty task item"}`};d(t),i.contentEditable="false",c.type="checkbox",c.addEventListener("mousedown",f=>f.preventDefault()),c.addEventListener("change",f=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){c.checked=!c.checked;return}const{checked:h}=f.target;r.isEditable&&typeof n=="function"&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:p})=>{const m=n();if(typeof m!="number")return!1;const g=p.doc.nodeAt(m);return p.setNodeMarkup(m,void 0,{...g?.attrs,checked:h}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(t,h)||(c.checked=!c.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([f,h])=>{o.setAttribute(f,h)}),o.dataset.checked=t.attrs.checked,c.checked=t.attrs.checked,i.append(c,s),o.append(i,a),Object.entries(e).forEach(([f,h])=>{o.setAttribute(f,h)});let u=new Set(Object.keys(e));return{dom:o,contentDOM:a,update:f=>{if(f.type!==this.type)return!1;o.dataset.checked=f.attrs.checked,c.checked=f.attrs.checked,d(f);const h=r.extensionManager.attributes,p=Es(f,h),m=new Set(Object.keys(p)),g=this.options.HTMLAttributes;return u.forEach(v=>{m.has(v)||(v in g?o.setAttribute(v,g[v]):o.removeAttribute(v))}),Object.entries(p).forEach(([v,y])=>{y==null?v in g?o.setAttribute(v,g[v]):o.removeAttribute(v):o.setAttribute(v,y)}),u=m,!0}}}},addInputRules(){return[As({find:nO,type:this.type,getAttributes:t=>({checked:t[t.length-1]==="x"})})]}}),oO=nr.create({name:"taskList",addOptions(){return{itemTypeName:"taskItem",HTMLAttributes:{}}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:t}){return["ul",Yt(this.options.HTMLAttributes,t,{"data-type":this.name}),0]},parseMarkdown:(t,e)=>e.createNode("taskList",{},e.parseChildren(t.items||[])),renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,`
|
|
1297
1297
|
`):"",markdownTokenizer:{name:"taskList",level:"block",start(t){var e;const n=(e=t.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))==null?void 0:e.index;return n!==void 0?n:-1},tokenize(t,e,n){const r=i=>{const s=Xu(i,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:c=>({indentLevel:c[1].length,mainContent:c[4],checked:c[3].toLowerCase()==="x"}),createToken:(c,a)=>({type:"taskItem",raw:"",mainContent:c.mainContent,indentLevel:c.indentLevel,checked:c.checked,text:c.mainContent,tokens:n.inlineTokens(c.mainContent),nestedTokens:a}),customNestedParser:r},n);return s?[{type:"taskList",raw:s.raw,items:s.items}]:n.blockTokens(i)},o=Xu(t,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:i=>({indentLevel:i[1].length,mainContent:i[4],checked:i[3].toLowerCase()==="x"}),createToken:(i,s)=>({type:"taskItem",raw:"",mainContent:i.mainContent,indentLevel:i.indentLevel,checked:i.checked,text:i.mainContent,tokens:n.inlineTokens(i.mainContent),nestedTokens:s}),customNestedParser:r},n);if(o)return{type:"taskList",raw:o.raw,items:o.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:t})=>t.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});ut.create({name:"listKit",addExtensions(){const t=[];return this.options.bulletList!==!1&&t.push(D2.configure(this.options.bulletList)),this.options.listItem!==!1&&t.push(P2.configure(this.options.listItem)),this.options.listKeymap!==!1&&t.push(XN.configure(this.options.listKeymap)),this.options.orderedList!==!1&&t.push(K2.configure(this.options.orderedList)),this.options.taskItem!==!1&&t.push(rO.configure(this.options.taskItem)),this.options.taskList!==!1&&t.push(oO.configure(this.options.taskList)),t}});var iO=P2,sO=D2,aO=K2,lO=nr.create({name:"hardBreak",markdownTokenName:"br",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:t}){return["br",Yt(this.options.HTMLAttributes,t)]},renderText(){return`
|
|
1298
1298
|
`},renderMarkdown:()=>`
|
|
1299
|
-
`,parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:t,chain:e,state:n,editor:r})=>t.first([()=>t.exitCode(),()=>t.command(()=>{const{selection:o,storedMarks:i}=n;if(o.$from.parent.type.spec.isolating)return!1;const{keepMarks:s}=this.options,{splittableMarks:c}=r.extensionManager,a=i||o.$to.parentOffset&&o.$from.marks();return e().insertContent({type:this.name}).command(({tr:d,dispatch:u})=>{if(u&&a&&s){const f=a.filter(h=>c.includes(h.type.name));d.ensureMarks(f)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),cO=lO;const dO={class:"popover bd-link-input-popover show bd-link-input-bottom"},uO={class:"popover-body"},fO={class:"form-label"},hO=l.defineComponent({__name:"BDLinkInput",props:{previousUrl:{}},emits:["submit","cancel"],setup(t,{emit:e}){const n=t,r=e,o=l.ref(n.previousUrl??""),i=()=>r("submit",o.value),s=()=>r("cancel");return(c,a)=>(l.openBlock(),l.createElementBlock("div",dO,[a[2]||(a[2]=l.createElementVNode("div",{class:"popover-header"},"Voeg een link toe",-1)),l.createElementVNode("div",uO,[l.createElementVNode("label",fO,[a[1]||(a[1]=l.createTextVNode(" URL: ",-1)),l.withDirectives(l.createElementVNode("input",{"onUpdate:modelValue":a[0]||(a[0]=d=>o.value=d),type:"text",class:"form-control",placeholder:"https://www.example.com"},null,512),[[l.vModelText,o.value]])]),l.createElementVNode("div",{class:"d-flex gap-2 mt-2"},[l.createElementVNode("button",{type:"button",class:"btn btn-primary btn-sm",onClick:i}," Toevoegen "),l.createElementVNode("button",{type:"button",class:"btn btn-secondary btn-sm",onClick:s}," Annuleren ")])])]))}}),_f={BASIC:"basic",FULL:"full"},pO={class:"attachment-list"},mO={class:"attachment-link"},gO={key:1,class:"attachment-no-download"},vO=["href"],$s=l.defineComponent({__name:"BDAttachmentPreviewList",props:{files:{default:[]},showDelete:{type:Boolean,default:!1},noDownload:{type:Boolean,default:!1}},emits:["delete"],setup(t,{emit:e}){const n=e,r=o=>{n("delete",o)};return(o,i)=>(l.openBlock(),l.createElementBlock("ul",pO,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.files,s=>(l.openBlock(),l.createElementBlock("li",{class:"attachment-list__item",key:s.CorrelationId},[l.createElementVNode("div",mO,[t.showDelete?(l.openBlock(),l.createBlock(Re,{key:0,variant:"remove",onClick:c=>r(s),"aria-label":"verwijder"},{default:l.withCtx(()=>[l.createVNode(l.unref(Ii))]),_:1},8,["onClick"])):l.createCommentVNode("",!0),t.noDownload?(l.openBlock(),l.createElementBlock("div",gO,[l.createVNode(l.unref(hr)),l.createTextVNode(" "+l.toDisplayString(s.Naam.trim()),1)])):(l.openBlock(),l.createElementBlock("a",{key:2,href:s.downloadUrl},[l.createVNode(l.unref(hr)),l.createTextVNode(" "+l.toDisplayString(s.Naam.trim()),1)],8,vO))])]))),128))]))}}),yO={class:"attachment-list"},bO={class:"attachment"},CO=["onClick"],EO=["src","alt"],kO=["onClick"],wO=["href"],SO={class:"btn btn-light download-button-image"},AO=["src","alt"],Fs=l.defineComponent({__name:"BDImageAttachmentPreviewList",props:{fastDownload:{type:Boolean,default:!1},files:{default:void 0},showDelete:{type:Boolean,default:!1},noDownload:{type:Boolean,default:!1}},emits:["delete","show"],setup(t,{emit:e}){const n=t,r=e,o=s=>{r("delete",s)},i=(s,c)=>{s.target&&s.target.className==="img-preview"&&r("show",c)};return(s,c)=>(l.openBlock(),l.createElementBlock("ul",yO,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.files,a=>(l.openBlock(),l.createElementBlock("li",{class:"attachment-list__item",key:a.CorrelationId},[l.createElementVNode("div",bO,[t.showDelete?(l.openBlock(),l.createBlock(Re,{key:0,variant:"remove","aria-label":"verwijder",onClick:l.withModifiers(d=>o(a),["prevent"])},{default:l.withCtx(()=>[l.createVNode(l.unref(Ii))]),_:1},8,["onClick"])):l.createCommentVNode("",!0),n.noDownload?(l.openBlock(),l.createElementBlock("div",{key:1,onClick:d=>i(d,a)},[l.createElementVNode("img",{src:a.previewUrl,class:"img-preview",alt:a.altName,loading:"lazy"},null,8,EO)],8,CO)):(l.openBlock(),l.createElementBlock("div",{key:2,onClick:d=>i(d,a)},[n.fastDownload?(l.openBlock(),l.createElementBlock("a",{key:0,href:a.downloadUrl,class:"download-link"},[l.createElementVNode("button",SO,[l.createVNode(l.unref(Dc))])],8,wO)):l.createCommentVNode("",!0),l.createElementVNode("img",{src:a.previewUrl,alt:a.altName,class:"img-preview",loading:"lazy"},null,8,AO)],8,kO))])]))),128))]))}}),xO=t=>t?.map(e=>e.CorrelationId),Y2=t=>t.Naam.toLowerCase().endsWith(".png")||t.Naam.toLowerCase().endsWith(".jpg")||t.Naam.toLowerCase().endsWith(".jpeg")||t.Naam.toLowerCase().endsWith(".gif"),TO=(t,e)=>e.DownloadUrl?e.DownloadUrl:e.identifier?`${t}/Collega/api/Conversation/GetConversationAttachment?conversationId=${e.conversationId}&fileMetadataId=${e.identifier}`:e.url?e.url:e.Id?`${t}/Portaal/DownloadBerichtBijlage/${e.Id}`:e.FileId?`${t}/Portaal/DownloadStandardMessageAttachment/${e.StandardAttachmentId}/${e.FileId}`:`${t}/Portaal/DownloadBerichtStagingBijlage/${e.CorrelationId}`,G2=(t,e)=>e.ThumbnailUrl?e.ThumbnailUrl:e.identifier?`${t}/Collega/api/Conversation/GetConversationAttachmentThumbnail?conversationId=${e.conversationId}&fileMetadataId=${e.identifier}`:e.url?e.url:e.Id?`${t}/Portaal/DownloadBerichtBijlageThumbnail/${e.Id}`:e.StandardAttachmentId||e.standardAttachmentId?`${t}/Portaal/DownloadStandardMessageAttachmentThumbnail/${e.StandardAttachmentId}/${e.FileId}`:`${t}/Portaal/DownloadBerichtStagingBijlageThumbnail/${e.CorrelationId}`,IO=(t,e)=>e.identifier?`${t}/Collega/api/Conversation/GetConversationAttachment?conversationId=${e.conversationId}&fileMetadataId=${e.identifier}`:null,_O=(t,e)=>e?Y2(t):!Y2(t),So=(t="",e,n)=>e===void 0?void 0:e.filter(o=>_O(o,n)).map(o=>{const i=typeof o.CorrelationId=="string"?o.CorrelationId:o.CorrelationId!=null?o.CorrelationId.toString():"";return{downloadUrl:TO(t,o),previewUrl:G2(t,o),fullImageUrl:IO(t,o),altName:`${o.Naam}`,...o,CorrelationId:i}});var Ft="top",qt="bottom",Vt="right",zt="left",tc="auto",ai=[Ft,qt,Vt,zt],Ao="start",li="end",Q2="clippingParents",Nf="viewport",ci="popper",Z2="reference",Of=ai.reduce(function(t,e){return t.concat([e+"-"+Ao,e+"-"+li])},[]),Mf=[].concat(ai,[tc]).reduce(function(t,e){return t.concat([e,e+"-"+Ao,e+"-"+li])},[]),J2="beforeRead",X2="read",q2="afterRead",V2="beforeMain",e5="main",t5="afterMain",n5="beforeWrite",r5="write",o5="afterWrite",i5=[J2,X2,q2,V2,e5,t5,n5,r5,o5];function Fn(t){return t?(t.nodeName||"").toLowerCase():null}function en(t){if(t==null)return window;if(t.toString()!=="[object Window]"){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function xo(t){var e=en(t).Element;return t instanceof e||t instanceof Element}function dn(t){var e=en(t).HTMLElement;return t instanceof e||t instanceof HTMLElement}function Lf(t){if(typeof ShadowRoot>"u")return!1;var e=en(t).ShadowRoot;return t instanceof e||t instanceof ShadowRoot}function NO(t){var e=t.state;Object.keys(e.elements).forEach(function(n){var r=e.styles[n]||{},o=e.attributes[n]||{},i=e.elements[n];!dn(i)||!Fn(i)||(Object.assign(i.style,r),Object.keys(o).forEach(function(s){var c=o[s];c===!1?i.removeAttribute(s):i.setAttribute(s,c===!0?"":c)}))})}function OO(t){var e=t.state,n={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,n.popper),e.styles=n,e.elements.arrow&&Object.assign(e.elements.arrow.style,n.arrow),function(){Object.keys(e.elements).forEach(function(r){var o=e.elements[r],i=e.attributes[r]||{},s=Object.keys(e.styles.hasOwnProperty(r)?e.styles[r]:n[r]),c=s.reduce(function(a,d){return a[d]="",a},{});!dn(o)||!Fn(o)||(Object.assign(o.style,c),Object.keys(i).forEach(function(a){o.removeAttribute(a)}))})}}const s5={name:"applyStyles",enabled:!0,phase:"write",fn:NO,effect:OO,requires:["computeStyles"]};function zn(t){return t.split("-")[0]}var To=Math.max,nc=Math.min,di=Math.round;function Df(){var t=navigator.userAgentData;return t!=null&&t.brands&&Array.isArray(t.brands)?t.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function a5(){return!/^((?!chrome|android).)*safari/i.test(Df())}function ui(t,e,n){e===void 0&&(e=!1),n===void 0&&(n=!1);var r=t.getBoundingClientRect(),o=1,i=1;e&&dn(t)&&(o=t.offsetWidth>0&&di(r.width)/t.offsetWidth||1,i=t.offsetHeight>0&&di(r.height)/t.offsetHeight||1);var s=xo(t)?en(t):window,c=s.visualViewport,a=!a5()&&n,d=(r.left+(a&&c?c.offsetLeft:0))/o,u=(r.top+(a&&c?c.offsetTop:0))/i,f=r.width/o,h=r.height/i;return{width:f,height:h,top:u,right:d+f,bottom:u+h,left:d,x:d,y:u}}function Pf(t){var e=ui(t),n=t.offsetWidth,r=t.offsetHeight;return Math.abs(e.width-n)<=1&&(n=e.width),Math.abs(e.height-r)<=1&&(r=e.height),{x:t.offsetLeft,y:t.offsetTop,width:n,height:r}}function l5(t,e){var n=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(n&&Lf(n)){var r=e;do{if(r&&t.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function sr(t){return en(t).getComputedStyle(t)}function MO(t){return["table","td","th"].indexOf(Fn(t))>=0}function zr(t){return((xo(t)?t.ownerDocument:t.document)||window.document).documentElement}function rc(t){return Fn(t)==="html"?t:t.assignedSlot||t.parentNode||(Lf(t)?t.host:null)||zr(t)}function c5(t){return!dn(t)||sr(t).position==="fixed"?null:t.offsetParent}function LO(t){var e=/firefox/i.test(Df()),n=/Trident/i.test(Df());if(n&&dn(t)){var r=sr(t);if(r.position==="fixed")return null}var o=rc(t);for(Lf(o)&&(o=o.host);dn(o)&&["html","body"].indexOf(Fn(o))<0;){var i=sr(o);if(i.transform!=="none"||i.perspective!=="none"||i.contain==="paint"||["transform","perspective"].indexOf(i.willChange)!==-1||e&&i.willChange==="filter"||e&&i.filter&&i.filter!=="none")return o;o=o.parentNode}return null}function zs(t){for(var e=en(t),n=c5(t);n&&MO(n)&&sr(n).position==="static";)n=c5(n);return n&&(Fn(n)==="html"||Fn(n)==="body"&&sr(n).position==="static")?e:n||LO(t)||e}function Bf(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function Us(t,e,n){return To(t,nc(e,n))}function DO(t,e,n){var r=Us(t,e,n);return r>n?n:r}function d5(){return{top:0,right:0,bottom:0,left:0}}function u5(t){return Object.assign({},d5(),t)}function f5(t,e){return e.reduce(function(n,r){return n[r]=t,n},{})}var PO=function(e,n){return e=typeof e=="function"?e(Object.assign({},n.rects,{placement:n.placement})):e,u5(typeof e!="number"?e:f5(e,ai))};function BO(t){var e,n=t.state,r=t.name,o=t.options,i=n.elements.arrow,s=n.modifiersData.popperOffsets,c=zn(n.placement),a=Bf(c),d=[zt,Vt].indexOf(c)>=0,u=d?"height":"width";if(!(!i||!s)){var f=PO(o.padding,n),h=Pf(i),p=a==="y"?Ft:zt,m=a==="y"?qt:Vt,g=n.rects.reference[u]+n.rects.reference[a]-s[a]-n.rects.popper[u],v=s[a]-n.rects.reference[a],y=zs(i),b=y?a==="y"?y.clientHeight||0:y.clientWidth||0:0,E=g/2-v/2,C=f[p],S=b-h[u]-f[m],_=b/2-h[u]/2+E,T=Us(C,_,S),D=a;n.modifiersData[r]=(e={},e[D]=T,e.centerOffset=T-_,e)}}function RO(t){var e=t.state,n=t.options,r=n.element,o=r===void 0?"[data-popper-arrow]":r;o!=null&&(typeof o=="string"&&(o=e.elements.popper.querySelector(o),!o)||l5(e.elements.popper,o)&&(e.elements.arrow=o))}const h5={name:"arrow",enabled:!0,phase:"main",fn:BO,effect:RO,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function fi(t){return t.split("-")[1]}var $O={top:"auto",right:"auto",bottom:"auto",left:"auto"};function FO(t,e){var n=t.x,r=t.y,o=e.devicePixelRatio||1;return{x:di(n*o)/o||0,y:di(r*o)/o||0}}function p5(t){var e,n=t.popper,r=t.popperRect,o=t.placement,i=t.variation,s=t.offsets,c=t.position,a=t.gpuAcceleration,d=t.adaptive,u=t.roundOffsets,f=t.isFixed,h=s.x,p=h===void 0?0:h,m=s.y,g=m===void 0?0:m,v=typeof u=="function"?u({x:p,y:g}):{x:p,y:g};p=v.x,g=v.y;var y=s.hasOwnProperty("x"),b=s.hasOwnProperty("y"),E=zt,C=Ft,S=window;if(d){var _=zs(n),T="clientHeight",D="clientWidth";if(_===en(n)&&(_=zr(n),sr(_).position!=="static"&&c==="absolute"&&(T="scrollHeight",D="scrollWidth")),_=_,o===Ft||(o===zt||o===Vt)&&i===li){C=qt;var G=f&&_===S&&S.visualViewport?S.visualViewport.height:_[T];g-=G-r.height,g*=a?1:-1}if(o===zt||(o===Ft||o===qt)&&i===li){E=Vt;var $=f&&_===S&&S.visualViewport?S.visualViewport.width:_[D];p-=$-r.width,p*=a?1:-1}}var j=Object.assign({position:c},d&&$O),W=u===!0?FO({x:p,y:g},en(n)):{x:p,y:g};if(p=W.x,g=W.y,a){var Y;return Object.assign({},j,(Y={},Y[C]=b?"0":"",Y[E]=y?"0":"",Y.transform=(S.devicePixelRatio||1)<=1?"translate("+p+"px, "+g+"px)":"translate3d("+p+"px, "+g+"px, 0)",Y))}return Object.assign({},j,(e={},e[C]=b?g+"px":"",e[E]=y?p+"px":"",e.transform="",e))}function zO(t){var e=t.state,n=t.options,r=n.gpuAcceleration,o=r===void 0?!0:r,i=n.adaptive,s=i===void 0?!0:i,c=n.roundOffsets,a=c===void 0?!0:c,d={placement:zn(e.placement),variation:fi(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:o,isFixed:e.options.strategy==="fixed"};e.modifiersData.popperOffsets!=null&&(e.styles.popper=Object.assign({},e.styles.popper,p5(Object.assign({},d,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:s,roundOffsets:a})))),e.modifiersData.arrow!=null&&(e.styles.arrow=Object.assign({},e.styles.arrow,p5(Object.assign({},d,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})}const m5={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:zO,data:{}};var oc={passive:!0};function UO(t){var e=t.state,n=t.instance,r=t.options,o=r.scroll,i=o===void 0?!0:o,s=r.resize,c=s===void 0?!0:s,a=en(e.elements.popper),d=[].concat(e.scrollParents.reference,e.scrollParents.popper);return i&&d.forEach(function(u){u.addEventListener("scroll",n.update,oc)}),c&&a.addEventListener("resize",n.update,oc),function(){i&&d.forEach(function(u){u.removeEventListener("scroll",n.update,oc)}),c&&a.removeEventListener("resize",n.update,oc)}}const g5={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:UO,data:{}};var HO={left:"right",right:"left",bottom:"top",top:"bottom"};function ic(t){return t.replace(/left|right|bottom|top/g,function(e){return HO[e]})}var jO={start:"end",end:"start"};function v5(t){return t.replace(/start|end/g,function(e){return jO[e]})}function Rf(t){var e=en(t),n=e.pageXOffset,r=e.pageYOffset;return{scrollLeft:n,scrollTop:r}}function $f(t){return ui(zr(t)).left+Rf(t).scrollLeft}function WO(t,e){var n=en(t),r=zr(t),o=n.visualViewport,i=r.clientWidth,s=r.clientHeight,c=0,a=0;if(o){i=o.width,s=o.height;var d=a5();(d||!d&&e==="fixed")&&(c=o.offsetLeft,a=o.offsetTop)}return{width:i,height:s,x:c+$f(t),y:a}}function KO(t){var e,n=zr(t),r=Rf(t),o=(e=t.ownerDocument)==null?void 0:e.body,i=To(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s=To(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),c=-r.scrollLeft+$f(t),a=-r.scrollTop;return sr(o||n).direction==="rtl"&&(c+=To(n.clientWidth,o?o.clientWidth:0)-i),{width:i,height:s,x:c,y:a}}function Ff(t){var e=sr(t),n=e.overflow,r=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function y5(t){return["html","body","#document"].indexOf(Fn(t))>=0?t.ownerDocument.body:dn(t)&&Ff(t)?t:y5(rc(t))}function Hs(t,e){var n;e===void 0&&(e=[]);var r=y5(t),o=r===((n=t.ownerDocument)==null?void 0:n.body),i=en(r),s=o?[i].concat(i.visualViewport||[],Ff(r)?r:[]):r,c=e.concat(s);return o?c:c.concat(Hs(rc(s)))}function zf(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function YO(t,e){var n=ui(t,!1,e==="fixed");return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}function b5(t,e,n){return e===Nf?zf(WO(t,n)):xo(e)?YO(e,n):zf(KO(zr(t)))}function GO(t){var e=Hs(rc(t)),n=["absolute","fixed"].indexOf(sr(t).position)>=0,r=n&&dn(t)?zs(t):t;return xo(r)?e.filter(function(o){return xo(o)&&l5(o,r)&&Fn(o)!=="body"}):[]}function QO(t,e,n,r){var o=e==="clippingParents"?GO(t):[].concat(e),i=[].concat(o,[n]),s=i[0],c=i.reduce(function(a,d){var u=b5(t,d,r);return a.top=To(u.top,a.top),a.right=nc(u.right,a.right),a.bottom=nc(u.bottom,a.bottom),a.left=To(u.left,a.left),a},b5(t,s,r));return c.width=c.right-c.left,c.height=c.bottom-c.top,c.x=c.left,c.y=c.top,c}function C5(t){var e=t.reference,n=t.element,r=t.placement,o=r?zn(r):null,i=r?fi(r):null,s=e.x+e.width/2-n.width/2,c=e.y+e.height/2-n.height/2,a;switch(o){case Ft:a={x:s,y:e.y-n.height};break;case qt:a={x:s,y:e.y+e.height};break;case Vt:a={x:e.x+e.width,y:c};break;case zt:a={x:e.x-n.width,y:c};break;default:a={x:e.x,y:e.y}}var d=o?Bf(o):null;if(d!=null){var u=d==="y"?"height":"width";switch(i){case Ao:a[d]=a[d]-(e[u]/2-n[u]/2);break;case li:a[d]=a[d]+(e[u]/2-n[u]/2);break}}return a}function hi(t,e){e===void 0&&(e={});var n=e,r=n.placement,o=r===void 0?t.placement:r,i=n.strategy,s=i===void 0?t.strategy:i,c=n.boundary,a=c===void 0?Q2:c,d=n.rootBoundary,u=d===void 0?Nf:d,f=n.elementContext,h=f===void 0?ci:f,p=n.altBoundary,m=p===void 0?!1:p,g=n.padding,v=g===void 0?0:g,y=u5(typeof v!="number"?v:f5(v,ai)),b=h===ci?Z2:ci,E=t.rects.popper,C=t.elements[m?b:h],S=QO(xo(C)?C:C.contextElement||zr(t.elements.popper),a,u,s),_=ui(t.elements.reference),T=C5({reference:_,element:E,placement:o}),D=zf(Object.assign({},E,T)),G=h===ci?D:_,$={top:S.top-G.top+y.top,bottom:G.bottom-S.bottom+y.bottom,left:S.left-G.left+y.left,right:G.right-S.right+y.right},j=t.modifiersData.offset;if(h===ci&&j){var W=j[o];Object.keys($).forEach(function(Y){var z=[Vt,qt].indexOf(Y)>=0?1:-1,U=[Ft,qt].indexOf(Y)>=0?"y":"x";$[Y]+=W[U]*z})}return $}function ZO(t,e){e===void 0&&(e={});var n=e,r=n.placement,o=n.boundary,i=n.rootBoundary,s=n.padding,c=n.flipVariations,a=n.allowedAutoPlacements,d=a===void 0?Mf:a,u=fi(r),f=u?c?Of:Of.filter(function(m){return fi(m)===u}):ai,h=f.filter(function(m){return d.indexOf(m)>=0});h.length===0&&(h=f);var p=h.reduce(function(m,g){return m[g]=hi(t,{placement:g,boundary:o,rootBoundary:i,padding:s})[zn(g)],m},{});return Object.keys(p).sort(function(m,g){return p[m]-p[g]})}function JO(t){if(zn(t)===tc)return[];var e=ic(t);return[v5(t),e,v5(e)]}function XO(t){var e=t.state,n=t.options,r=t.name;if(!e.modifiersData[r]._skip){for(var o=n.mainAxis,i=o===void 0?!0:o,s=n.altAxis,c=s===void 0?!0:s,a=n.fallbackPlacements,d=n.padding,u=n.boundary,f=n.rootBoundary,h=n.altBoundary,p=n.flipVariations,m=p===void 0?!0:p,g=n.allowedAutoPlacements,v=e.options.placement,y=zn(v),b=y===v,E=a||(b||!m?[ic(v)]:JO(v)),C=[v].concat(E).reduce(function(be,Ee){return be.concat(zn(Ee)===tc?ZO(e,{placement:Ee,boundary:u,rootBoundary:f,padding:d,flipVariations:m,allowedAutoPlacements:g}):Ee)},[]),S=e.rects.reference,_=e.rects.popper,T=new Map,D=!0,G=C[0],$=0;$<C.length;$++){var j=C[$],W=zn(j),Y=fi(j)===Ao,z=[Ft,qt].indexOf(W)>=0,U=z?"width":"height",F=hi(e,{placement:j,boundary:u,rootBoundary:f,altBoundary:h,padding:d}),X=z?Y?Vt:zt:Y?qt:Ft;S[U]>_[U]&&(X=ic(X));var H=ic(X),ee=[];if(i&&ee.push(F[W]<=0),c&&ee.push(F[X]<=0,F[H]<=0),ee.every(function(be){return be})){G=j,D=!1;break}T.set(j,ee)}if(D)for(var ne=m?3:1,ae=function(Ee){var Te=C.find(function(ve){var N=T.get(ve);if(N)return N.slice(0,Ee).every(function(M){return M})});if(Te)return G=Te,"break"},pe=ne;pe>0;pe--){var me=ae(pe);if(me==="break")break}e.placement!==G&&(e.modifiersData[r]._skip=!0,e.placement=G,e.reset=!0)}}const E5={name:"flip",enabled:!0,phase:"main",fn:XO,requiresIfExists:["offset"],data:{_skip:!1}};function k5(t,e,n){return n===void 0&&(n={x:0,y:0}),{top:t.top-e.height-n.y,right:t.right-e.width+n.x,bottom:t.bottom-e.height+n.y,left:t.left-e.width-n.x}}function w5(t){return[Ft,Vt,qt,zt].some(function(e){return t[e]>=0})}function qO(t){var e=t.state,n=t.name,r=e.rects.reference,o=e.rects.popper,i=e.modifiersData.preventOverflow,s=hi(e,{elementContext:"reference"}),c=hi(e,{altBoundary:!0}),a=k5(s,r),d=k5(c,o,i),u=w5(a),f=w5(d);e.modifiersData[n]={referenceClippingOffsets:a,popperEscapeOffsets:d,isReferenceHidden:u,hasPopperEscaped:f},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":f})}const S5={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:qO};function VO(t,e,n){var r=zn(t),o=[zt,Ft].indexOf(r)>=0?-1:1,i=typeof n=="function"?n(Object.assign({},e,{placement:t})):n,s=i[0],c=i[1];return s=s||0,c=(c||0)*o,[zt,Vt].indexOf(r)>=0?{x:c,y:s}:{x:s,y:c}}function eM(t){var e=t.state,n=t.options,r=t.name,o=n.offset,i=o===void 0?[0,0]:o,s=Mf.reduce(function(u,f){return u[f]=VO(f,e.rects,i),u},{}),c=s[e.placement],a=c.x,d=c.y;e.modifiersData.popperOffsets!=null&&(e.modifiersData.popperOffsets.x+=a,e.modifiersData.popperOffsets.y+=d),e.modifiersData[r]=s}const A5={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:eM};function tM(t){var e=t.state,n=t.name;e.modifiersData[n]=C5({reference:e.rects.reference,element:e.rects.popper,placement:e.placement})}const x5={name:"popperOffsets",enabled:!0,phase:"read",fn:tM,data:{}};function nM(t){return t==="x"?"y":"x"}function rM(t){var e=t.state,n=t.options,r=t.name,o=n.mainAxis,i=o===void 0?!0:o,s=n.altAxis,c=s===void 0?!1:s,a=n.boundary,d=n.rootBoundary,u=n.altBoundary,f=n.padding,h=n.tether,p=h===void 0?!0:h,m=n.tetherOffset,g=m===void 0?0:m,v=hi(e,{boundary:a,rootBoundary:d,padding:f,altBoundary:u}),y=zn(e.placement),b=fi(e.placement),E=!b,C=Bf(y),S=nM(C),_=e.modifiersData.popperOffsets,T=e.rects.reference,D=e.rects.popper,G=typeof g=="function"?g(Object.assign({},e.rects,{placement:e.placement})):g,$=typeof G=="number"?{mainAxis:G,altAxis:G}:Object.assign({mainAxis:0,altAxis:0},G),j=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,W={x:0,y:0};if(_){if(i){var Y,z=C==="y"?Ft:zt,U=C==="y"?qt:Vt,F=C==="y"?"height":"width",X=_[C],H=X+v[z],ee=X-v[U],ne=p?-D[F]/2:0,ae=b===Ao?T[F]:D[F],pe=b===Ao?-D[F]:-T[F],me=e.elements.arrow,be=p&&me?Pf(me):{width:0,height:0},Ee=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:d5(),Te=Ee[z],ve=Ee[U],N=Us(0,T[F],be[F]),M=E?T[F]/2-ne-N-Te-$.mainAxis:ae-N-Te-$.mainAxis,I=E?-T[F]/2+ne+N+ve+$.mainAxis:pe+N+ve+$.mainAxis,O=e.elements.arrow&&zs(e.elements.arrow),k=O?C==="y"?O.clientTop||0:O.clientLeft||0:0,w=(Y=j?.[C])!=null?Y:0,P=X+M-w-k,R=X+I-w,K=Us(p?nc(H,P):H,X,p?To(ee,R):ee);_[C]=K,W[C]=K-X}if(c){var Q,A=C==="x"?Ft:zt,x=C==="x"?qt:Vt,B=_[S],Z=S==="y"?"height":"width",q=B+v[A],te=B-v[x],se=[Ft,zt].indexOf(y)!==-1,J=(Q=j?.[S])!=null?Q:0,re=se?q:B-T[Z]-D[Z]-J+$.altAxis,Se=se?B+T[Z]+D[Z]-J-$.altAxis:te,Ne=p&&se?DO(re,B,Se):Us(p?re:q,B,p?Se:te);_[S]=Ne,W[S]=Ne-B}e.modifiersData[r]=W}}const T5={name:"preventOverflow",enabled:!0,phase:"main",fn:rM,requiresIfExists:["offset"]};function oM(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function iM(t){return t===en(t)||!dn(t)?Rf(t):oM(t)}function sM(t){var e=t.getBoundingClientRect(),n=di(e.width)/t.offsetWidth||1,r=di(e.height)/t.offsetHeight||1;return n!==1||r!==1}function aM(t,e,n){n===void 0&&(n=!1);var r=dn(e),o=dn(e)&&sM(e),i=zr(e),s=ui(t,o,n),c={scrollLeft:0,scrollTop:0},a={x:0,y:0};return(r||!r&&!n)&&((Fn(e)!=="body"||Ff(i))&&(c=iM(e)),dn(e)?(a=ui(e,!0),a.x+=e.clientLeft,a.y+=e.clientTop):i&&(a.x=$f(i))),{x:s.left+c.scrollLeft-a.x,y:s.top+c.scrollTop-a.y,width:s.width,height:s.height}}function lM(t){var e=new Map,n=new Set,r=[];t.forEach(function(i){e.set(i.name,i)});function o(i){n.add(i.name);var s=[].concat(i.requires||[],i.requiresIfExists||[]);s.forEach(function(c){if(!n.has(c)){var a=e.get(c);a&&o(a)}}),r.push(i)}return t.forEach(function(i){n.has(i.name)||o(i)}),r}function cM(t){var e=lM(t);return i5.reduce(function(n,r){return n.concat(e.filter(function(o){return o.phase===r}))},[])}function dM(t){var e;return function(){return e||(e=new Promise(function(n){Promise.resolve().then(function(){e=void 0,n(t())})})),e}}function uM(t){var e=t.reduce(function(n,r){var o=n[r.name];return n[r.name]=o?Object.assign({},o,r,{options:Object.assign({},o.options,r.options),data:Object.assign({},o.data,r.data)}):r,n},{});return Object.keys(e).map(function(n){return e[n]})}var I5={placement:"bottom",modifiers:[],strategy:"absolute"};function _5(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return!e.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function N5(t){t===void 0&&(t={});var e=t,n=e.defaultModifiers,r=n===void 0?[]:n,o=e.defaultOptions,i=o===void 0?I5:o;return function(c,a,d){d===void 0&&(d=i);var u={placement:"bottom",orderedModifiers:[],options:Object.assign({},I5,i),modifiersData:{},elements:{reference:c,popper:a},attributes:{},styles:{}},f=[],h=!1,p={state:u,setOptions:function(y){var b=typeof y=="function"?y(u.options):y;g(),u.options=Object.assign({},i,u.options,b),u.scrollParents={reference:xo(c)?Hs(c):c.contextElement?Hs(c.contextElement):[],popper:Hs(a)};var E=cM(uM([].concat(r,u.options.modifiers)));return u.orderedModifiers=E.filter(function(C){return C.enabled}),m(),p.update()},forceUpdate:function(){if(!h){var y=u.elements,b=y.reference,E=y.popper;if(_5(b,E)){u.rects={reference:aM(b,zs(E),u.options.strategy==="fixed"),popper:Pf(E)},u.reset=!1,u.placement=u.options.placement,u.orderedModifiers.forEach(function($){return u.modifiersData[$.name]=Object.assign({},$.data)});for(var C=0;C<u.orderedModifiers.length;C++){if(u.reset===!0){u.reset=!1,C=-1;continue}var S=u.orderedModifiers[C],_=S.fn,T=S.options,D=T===void 0?{}:T,G=S.name;typeof _=="function"&&(u=_({state:u,options:D,name:G,instance:p})||u)}}}},update:dM(function(){return new Promise(function(v){p.forceUpdate(),v(u)})}),destroy:function(){g(),h=!0}};if(!_5(c,a))return p;p.setOptions(d).then(function(v){!h&&d.onFirstUpdate&&d.onFirstUpdate(v)});function m(){u.orderedModifiers.forEach(function(v){var y=v.name,b=v.options,E=b===void 0?{}:b,C=v.effect;if(typeof C=="function"){var S=C({state:u,name:y,instance:p,options:E}),_=function(){};f.push(S||_)}})}function g(){f.forEach(function(v){return v()}),f=[]}return p}}var fM=[g5,x5,m5,s5,A5,E5,T5,h5,S5],Uf=N5({defaultModifiers:fM});const O5=Object.freeze(Object.defineProperty({__proto__:null,afterMain:t5,afterRead:q2,afterWrite:o5,applyStyles:s5,arrow:h5,auto:tc,basePlacements:ai,beforeMain:V2,beforeRead:J2,beforeWrite:n5,bottom:qt,clippingParents:Q2,computeStyles:m5,createPopper:Uf,detectOverflow:hi,end:li,eventListeners:g5,flip:E5,hide:S5,left:zt,main:e5,modifierPhases:i5,offset:A5,placements:Mf,popper:ci,popperGenerator:N5,popperOffsets:x5,preventOverflow:T5,read:X2,reference:Z2,right:Vt,start:Ao,top:Ft,variationPlacements:Of,viewport:Nf,write:r5},Symbol.toStringTag,{value:"Module"}));const Ur=new Map,Hf={set(t,e,n){Ur.has(t)||Ur.set(t,new Map);const r=Ur.get(t);if(!r.has(e)&&r.size!==0){console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(r.keys())[0]}.`);return}r.set(e,n)},get(t,e){return Ur.has(t)&&Ur.get(t).get(e)||null},remove(t,e){if(!Ur.has(t))return;const n=Ur.get(t);n.delete(e),n.size===0&&Ur.delete(t)}},hM=1e6,pM=1e3,jf="transitionend",M5=t=>(t&&window.CSS&&window.CSS.escape&&(t=t.replace(/#([^\s"#']+)/g,(e,n)=>`#${CSS.escape(n)}`)),t),mM=t=>t==null?`${t}`:Object.prototype.toString.call(t).match(/\s([a-z]+)/i)[1].toLowerCase(),gM=t=>{do t+=Math.floor(Math.random()*hM);while(document.getElementById(t));return t},vM=t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:n}=window.getComputedStyle(t);const r=Number.parseFloat(e),o=Number.parseFloat(n);return!r&&!o?0:(e=e.split(",")[0],n=n.split(",")[0],(Number.parseFloat(e)+Number.parseFloat(n))*pM)},L5=t=>{t.dispatchEvent(new Event(jf))},ar=t=>!t||typeof t!="object"?!1:(typeof t.jquery<"u"&&(t=t[0]),typeof t.nodeType<"u"),Hr=t=>ar(t)?t.jquery?t[0]:t:typeof t=="string"&&t.length>0?document.querySelector(M5(t)):null,pi=t=>{if(!ar(t)||t.getClientRects().length===0)return!1;const e=getComputedStyle(t).getPropertyValue("visibility")==="visible",n=t.closest("details:not([open])");if(!n)return e;if(n!==t){const r=t.closest("summary");if(r&&r.parentNode!==n||r===null)return!1}return e},jr=t=>!t||t.nodeType!==Node.ELEMENT_NODE||t.classList.contains("disabled")?!0:typeof t.disabled<"u"?t.disabled:t.hasAttribute("disabled")&&t.getAttribute("disabled")!=="false",D5=t=>{if(!document.documentElement.attachShadow)return null;if(typeof t.getRootNode=="function"){const e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?D5(t.parentNode):null},sc=()=>{},js=t=>{t.offsetHeight},P5=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,Wf=[],yM=t=>{document.readyState==="loading"?(Wf.length||document.addEventListener("DOMContentLoaded",()=>{for(const e of Wf)e()}),Wf.push(t)):t()},un=()=>document.documentElement.dir==="rtl",fn=t=>{yM(()=>{const e=P5();if(e){const n=t.NAME,r=e.fn[n];e.fn[n]=t.jQueryInterface,e.fn[n].Constructor=t,e.fn[n].noConflict=()=>(e.fn[n]=r,t.jQueryInterface)}})},Qt=(t,e=[],n=t)=>typeof t=="function"?t.call(...e):n,B5=(t,e,n=!0)=>{if(!n){Qt(t);return}const o=vM(e)+5;let i=!1;const s=({target:c})=>{c===e&&(i=!0,e.removeEventListener(jf,s),Qt(t))};e.addEventListener(jf,s),setTimeout(()=>{i||L5(e)},o)},Kf=(t,e,n,r)=>{const o=t.length;let i=t.indexOf(e);return i===-1?!n&&r?t[o-1]:t[0]:(i+=n?1:-1,r&&(i=(i+o)%o),t[Math.max(0,Math.min(i,o-1))])},bM=/[^.]*(?=\..*)\.|.*/,CM=/\..*/,EM=/::\d+$/,Yf={};let R5=1;const $5={mouseenter:"mouseover",mouseleave:"mouseout"},kM=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function F5(t,e){return e&&`${e}::${R5++}`||t.uidEvent||R5++}function z5(t){const e=F5(t);return t.uidEvent=e,Yf[e]=Yf[e]||{},Yf[e]}function wM(t,e){return function n(r){return Qf(r,{delegateTarget:t}),n.oneOff&&de.off(t,r.type,e),e.apply(t,[r])}}function SM(t,e,n){return function r(o){const i=t.querySelectorAll(e);for(let{target:s}=o;s&&s!==this;s=s.parentNode)for(const c of i)if(c===s)return Qf(o,{delegateTarget:s}),r.oneOff&&de.off(t,o.type,e,n),n.apply(s,[o])}}function U5(t,e,n=null){return Object.values(t).find(r=>r.callable===e&&r.delegationSelector===n)}function H5(t,e,n){const r=typeof e=="string",o=r?n:e||n;let i=W5(t);return kM.has(i)||(i=t),[r,o,i]}function j5(t,e,n,r,o){if(typeof e!="string"||!t)return;let[i,s,c]=H5(e,n,r);e in $5&&(s=(m=>function(g){if(!g.relatedTarget||g.relatedTarget!==g.delegateTarget&&!g.delegateTarget.contains(g.relatedTarget))return m.call(this,g)})(s));const a=z5(t),d=a[c]||(a[c]={}),u=U5(d,s,i?n:null);if(u){u.oneOff=u.oneOff&&o;return}const f=F5(s,e.replace(bM,"")),h=i?SM(t,n,s):wM(t,s);h.delegationSelector=i?n:null,h.callable=s,h.oneOff=o,h.uidEvent=f,d[f]=h,t.addEventListener(c,h,i)}function Gf(t,e,n,r,o){const i=U5(e[n],r,o);i&&(t.removeEventListener(n,i,!!o),delete e[n][i.uidEvent])}function AM(t,e,n,r){const o=e[n]||{};for(const[i,s]of Object.entries(o))i.includes(r)&&Gf(t,e,n,s.callable,s.delegationSelector)}function W5(t){return t=t.replace(CM,""),$5[t]||t}const de={on(t,e,n,r){j5(t,e,n,r,!1)},one(t,e,n,r){j5(t,e,n,r,!0)},off(t,e,n,r){if(typeof e!="string"||!t)return;const[o,i,s]=H5(e,n,r),c=s!==e,a=z5(t),d=a[s]||{},u=e.startsWith(".");if(typeof i<"u"){if(!Object.keys(d).length)return;Gf(t,a,s,i,o?n:null);return}if(u)for(const f of Object.keys(a))AM(t,a,f,e.slice(1));for(const[f,h]of Object.entries(d)){const p=f.replace(EM,"");(!c||e.includes(p))&&Gf(t,a,s,h.callable,h.delegationSelector)}},trigger(t,e,n){if(typeof e!="string"||!t)return null;const r=P5(),o=W5(e),i=e!==o;let s=null,c=!0,a=!0,d=!1;i&&r&&(s=r.Event(e,n),r(t).trigger(s),c=!s.isPropagationStopped(),a=!s.isImmediatePropagationStopped(),d=s.isDefaultPrevented());const u=Qf(new Event(e,{bubbles:c,cancelable:!0}),n);return d&&u.preventDefault(),a&&t.dispatchEvent(u),u.defaultPrevented&&s&&s.preventDefault(),u}};function Qf(t,e={}){for(const[n,r]of Object.entries(e))try{t[n]=r}catch{Object.defineProperty(t,n,{configurable:!0,get(){return r}})}return t}function K5(t){if(t==="true")return!0;if(t==="false")return!1;if(t===Number(t).toString())return Number(t);if(t===""||t==="null")return null;if(typeof t!="string")return t;try{return JSON.parse(decodeURIComponent(t))}catch{return t}}function Zf(t){return t.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`)}const lr={setDataAttribute(t,e,n){t.setAttribute(`data-bs-${Zf(e)}`,n)},removeDataAttribute(t,e){t.removeAttribute(`data-bs-${Zf(e)}`)},getDataAttributes(t){if(!t)return{};const e={},n=Object.keys(t.dataset).filter(r=>r.startsWith("bs")&&!r.startsWith("bsConfig"));for(const r of n){let o=r.replace(/^bs/,"");o=o.charAt(0).toLowerCase()+o.slice(1),e[o]=K5(t.dataset[r])}return e},getDataAttribute(t,e){return K5(t.getAttribute(`data-bs-${Zf(e)}`))}};class Ws{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(e){return e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e}_mergeConfigObj(e,n){const r=ar(n)?lr.getDataAttribute(n,"config"):{};return{...this.constructor.Default,...typeof r=="object"?r:{},...ar(n)?lr.getDataAttributes(n):{},...typeof e=="object"?e:{}}}_typeCheckConfig(e,n=this.constructor.DefaultType){for(const[r,o]of Object.entries(n)){const i=e[r],s=ar(i)?"element":mM(i);if(!new RegExp(o).test(s))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${r}" provided type "${s}" but expected type "${o}".`)}}}const xM="5.3.8";class An extends Ws{constructor(e,n){super(),e=Hr(e),e&&(this._element=e,this._config=this._getConfig(n),Hf.set(this._element,this.constructor.DATA_KEY,this))}dispose(){Hf.remove(this._element,this.constructor.DATA_KEY),de.off(this._element,this.constructor.EVENT_KEY);for(const e of Object.getOwnPropertyNames(this))this[e]=null}_queueCallback(e,n,r=!0){B5(e,n,r)}_getConfig(e){return e=this._mergeConfigObj(e,this._element),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}static getInstance(e){return Hf.get(Hr(e),this.DATA_KEY)}static getOrCreateInstance(e,n={}){return this.getInstance(e)||new this(e,typeof n=="object"?n:null)}static get VERSION(){return xM}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(e){return`${e}${this.EVENT_KEY}`}}const Jf=t=>{let e=t.getAttribute("data-bs-target");if(!e||e==="#"){let n=t.getAttribute("href");if(!n||!n.includes("#")&&!n.startsWith("."))return null;n.includes("#")&&!n.startsWith("#")&&(n=`#${n.split("#")[1]}`),e=n&&n!=="#"?n.trim():null}return e?e.split(",").map(n=>M5(n)).join(","):null},Ae={find(t,e=document.documentElement){return[].concat(...Element.prototype.querySelectorAll.call(e,t))},findOne(t,e=document.documentElement){return Element.prototype.querySelector.call(e,t)},children(t,e){return[].concat(...t.children).filter(n=>n.matches(e))},parents(t,e){const n=[];let r=t.parentNode.closest(e);for(;r;)n.push(r),r=r.parentNode.closest(e);return n},prev(t,e){let n=t.previousElementSibling;for(;n;){if(n.matches(e))return[n];n=n.previousElementSibling}return[]},next(t,e){let n=t.nextElementSibling;for(;n;){if(n.matches(e))return[n];n=n.nextElementSibling}return[]},focusableChildren(t){const e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(n=>`${n}:not([tabindex^="-"])`).join(",");return this.find(e,t).filter(n=>!jr(n)&&pi(n))},getSelectorFromElement(t){const e=Jf(t);return e&&Ae.findOne(e)?e:null},getElementFromSelector(t){const e=Jf(t);return e?Ae.findOne(e):null},getMultipleElementsFromSelector(t){const e=Jf(t);return e?Ae.find(e):[]}},ac=(t,e="hide")=>{const n=`click.dismiss${t.EVENT_KEY}`,r=t.NAME;de.on(document,n,`[data-bs-dismiss="${r}"]`,function(o){if(["A","AREA"].includes(this.tagName)&&o.preventDefault(),jr(this))return;const i=Ae.getElementFromSelector(this)||this.closest(`.${r}`);t.getOrCreateInstance(i)[e]()})},TM="alert",Y5=".bs.alert",IM=`close${Y5}`,_M=`closed${Y5}`,NM="fade",OM="show";class lc extends An{static get NAME(){return TM}close(){if(de.trigger(this._element,IM).defaultPrevented)return;this._element.classList.remove(OM);const n=this._element.classList.contains(NM);this._queueCallback(()=>this._destroyElement(),this._element,n)}_destroyElement(){this._element.remove(),de.trigger(this._element,_M),this.dispose()}static jQueryInterface(e){return this.each(function(){const n=lc.getOrCreateInstance(this);if(typeof e=="string"){if(n[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);n[e](this)}})}}ac(lc,"close"),fn(lc);const MM="button",LM=".bs.button",DM=".data-api",PM="active",G5='[data-bs-toggle="button"]',BM=`click${LM}${DM}`;class cc extends An{static get NAME(){return MM}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle(PM))}static jQueryInterface(e){return this.each(function(){const n=cc.getOrCreateInstance(this);e==="toggle"&&n[e]()})}}de.on(document,BM,G5,t=>{t.preventDefault();const e=t.target.closest(G5);cc.getOrCreateInstance(e).toggle()}),fn(cc);const RM="swipe",mi=".bs.swipe",$M=`touchstart${mi}`,FM=`touchmove${mi}`,zM=`touchend${mi}`,UM=`pointerdown${mi}`,HM=`pointerup${mi}`,jM="touch",WM="pen",KM="pointer-event",YM=40,GM={endCallback:null,leftCallback:null,rightCallback:null},QM={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class dc extends Ws{constructor(e,n){super(),this._element=e,!(!e||!dc.isSupported())&&(this._config=this._getConfig(n),this._deltaX=0,this._supportPointerEvents=!!window.PointerEvent,this._initEvents())}static get Default(){return GM}static get DefaultType(){return QM}static get NAME(){return RM}dispose(){de.off(this._element,mi)}_start(e){if(!this._supportPointerEvents){this._deltaX=e.touches[0].clientX;return}this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX)}_end(e){this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX-this._deltaX),this._handleSwipe(),Qt(this._config.endCallback)}_move(e){this._deltaX=e.touches&&e.touches.length>1?0:e.touches[0].clientX-this._deltaX}_handleSwipe(){const e=Math.abs(this._deltaX);if(e<=YM)return;const n=e/this._deltaX;this._deltaX=0,n&&Qt(n>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(de.on(this._element,UM,e=>this._start(e)),de.on(this._element,HM,e=>this._end(e)),this._element.classList.add(KM)):(de.on(this._element,$M,e=>this._start(e)),de.on(this._element,FM,e=>this._move(e)),de.on(this._element,zM,e=>this._end(e)))}_eventIsPointerPenTouch(e){return this._supportPointerEvents&&(e.pointerType===WM||e.pointerType===jM)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const ZM="carousel",Wr=".bs.carousel",Q5=".data-api",JM="ArrowLeft",XM="ArrowRight",qM=500,Ks="next",gi="prev",vi="left",uc="right",VM=`slide${Wr}`,Xf=`slid${Wr}`,eL=`keydown${Wr}`,tL=`mouseenter${Wr}`,nL=`mouseleave${Wr}`,rL=`dragstart${Wr}`,oL=`load${Wr}${Q5}`,iL=`click${Wr}${Q5}`,Z5="carousel",fc="active",sL="slide",aL="carousel-item-end",lL="carousel-item-start",cL="carousel-item-next",dL="carousel-item-prev",J5=".active",X5=".carousel-item",uL=J5+X5,fL=".carousel-item img",hL=".carousel-indicators",pL="[data-bs-slide], [data-bs-slide-to]",mL='[data-bs-ride="carousel"]',gL={[JM]:uc,[XM]:vi},vL={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},yL={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class Ys extends An{constructor(e,n){super(e,n),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=Ae.findOne(hL,this._element),this._addEventListeners(),this._config.ride===Z5&&this.cycle()}static get Default(){return vL}static get DefaultType(){return yL}static get NAME(){return ZM}next(){this._slide(Ks)}nextWhenVisible(){!document.hidden&&pi(this._element)&&this.next()}prev(){this._slide(gi)}pause(){this._isSliding&&L5(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval(()=>this.nextWhenVisible(),this._config.interval)}_maybeEnableCycle(){if(this._config.ride){if(this._isSliding){de.one(this._element,Xf,()=>this.cycle());return}this.cycle()}}to(e){const n=this._getItems();if(e>n.length-1||e<0)return;if(this._isSliding){de.one(this._element,Xf,()=>this.to(e));return}const r=this._getItemIndex(this._getActive());if(r===e)return;const o=e>r?Ks:gi;this._slide(o,n[e])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(e){return e.defaultInterval=e.interval,e}_addEventListeners(){this._config.keyboard&&de.on(this._element,eL,e=>this._keydown(e)),this._config.pause==="hover"&&(de.on(this._element,tL,()=>this.pause()),de.on(this._element,nL,()=>this._maybeEnableCycle())),this._config.touch&&dc.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const r of Ae.find(fL,this._element))de.on(r,rL,o=>o.preventDefault());const n={leftCallback:()=>this._slide(this._directionToOrder(vi)),rightCallback:()=>this._slide(this._directionToOrder(uc)),endCallback:()=>{this._config.pause==="hover"&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(()=>this._maybeEnableCycle(),qM+this._config.interval))}};this._swipeHelper=new dc(this._element,n)}_keydown(e){if(/input|textarea/i.test(e.target.tagName))return;const n=gL[e.key];n&&(e.preventDefault(),this._slide(this._directionToOrder(n)))}_getItemIndex(e){return this._getItems().indexOf(e)}_setActiveIndicatorElement(e){if(!this._indicatorsElement)return;const n=Ae.findOne(J5,this._indicatorsElement);n.classList.remove(fc),n.removeAttribute("aria-current");const r=Ae.findOne(`[data-bs-slide-to="${e}"]`,this._indicatorsElement);r&&(r.classList.add(fc),r.setAttribute("aria-current","true"))}_updateInterval(){const e=this._activeElement||this._getActive();if(!e)return;const n=Number.parseInt(e.getAttribute("data-bs-interval"),10);this._config.interval=n||this._config.defaultInterval}_slide(e,n=null){if(this._isSliding)return;const r=this._getActive(),o=e===Ks,i=n||Kf(this._getItems(),r,o,this._config.wrap);if(i===r)return;const s=this._getItemIndex(i),c=p=>de.trigger(this._element,p,{relatedTarget:i,direction:this._orderToDirection(e),from:this._getItemIndex(r),to:s});if(c(VM).defaultPrevented||!r||!i)return;const d=!!this._interval;this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(s),this._activeElement=i;const u=o?lL:aL,f=o?cL:dL;i.classList.add(f),js(i),r.classList.add(u),i.classList.add(u);const h=()=>{i.classList.remove(u,f),i.classList.add(fc),r.classList.remove(fc,f,u),this._isSliding=!1,c(Xf)};this._queueCallback(h,r,this._isAnimated()),d&&this.cycle()}_isAnimated(){return this._element.classList.contains(sL)}_getActive(){return Ae.findOne(uL,this._element)}_getItems(){return Ae.find(X5,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(e){return un()?e===vi?gi:Ks:e===vi?Ks:gi}_orderToDirection(e){return un()?e===gi?vi:uc:e===gi?uc:vi}static jQueryInterface(e){return this.each(function(){const n=Ys.getOrCreateInstance(this,e);if(typeof e=="number"){n.to(e);return}if(typeof e=="string"){if(n[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);n[e]()}})}}de.on(document,iL,pL,function(t){const e=Ae.getElementFromSelector(this);if(!e||!e.classList.contains(Z5))return;t.preventDefault();const n=Ys.getOrCreateInstance(e),r=this.getAttribute("data-bs-slide-to");if(r){n.to(r),n._maybeEnableCycle();return}if(lr.getDataAttribute(this,"slide")==="next"){n.next(),n._maybeEnableCycle();return}n.prev(),n._maybeEnableCycle()}),de.on(window,oL,()=>{const t=Ae.find(mL);for(const e of t)Ys.getOrCreateInstance(e)}),fn(Ys);const bL="collapse",Gs=".bs.collapse",CL=".data-api",EL=`show${Gs}`,kL=`shown${Gs}`,wL=`hide${Gs}`,SL=`hidden${Gs}`,AL=`click${Gs}${CL}`,qf="show",yi="collapse",hc="collapsing",xL="collapsed",TL=`:scope .${yi} .${yi}`,IL="collapse-horizontal",_L="width",NL="height",OL=".collapse.show, .collapse.collapsing",Vf='[data-bs-toggle="collapse"]',ML={parent:null,toggle:!0},LL={parent:"(null|element)",toggle:"boolean"};class Qs extends An{constructor(e,n){super(e,n),this._isTransitioning=!1,this._triggerArray=[];const r=Ae.find(Vf);for(const o of r){const i=Ae.getSelectorFromElement(o),s=Ae.find(i).filter(c=>c===this._element);i!==null&&s.length&&this._triggerArray.push(o)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return ML}static get DefaultType(){return LL}static get NAME(){return bL}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let e=[];if(this._config.parent&&(e=this._getFirstLevelChildren(OL).filter(c=>c!==this._element).map(c=>Qs.getOrCreateInstance(c,{toggle:!1}))),e.length&&e[0]._isTransitioning||de.trigger(this._element,EL).defaultPrevented)return;for(const c of e)c.hide();const r=this._getDimension();this._element.classList.remove(yi),this._element.classList.add(hc),this._element.style[r]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const o=()=>{this._isTransitioning=!1,this._element.classList.remove(hc),this._element.classList.add(yi,qf),this._element.style[r]="",de.trigger(this._element,kL)},s=`scroll${r[0].toUpperCase()+r.slice(1)}`;this._queueCallback(o,this._element,!0),this._element.style[r]=`${this._element[s]}px`}hide(){if(this._isTransitioning||!this._isShown()||de.trigger(this._element,wL).defaultPrevented)return;const n=this._getDimension();this._element.style[n]=`${this._element.getBoundingClientRect()[n]}px`,js(this._element),this._element.classList.add(hc),this._element.classList.remove(yi,qf);for(const o of this._triggerArray){const i=Ae.getElementFromSelector(o);i&&!this._isShown(i)&&this._addAriaAndCollapsedClass([o],!1)}this._isTransitioning=!0;const r=()=>{this._isTransitioning=!1,this._element.classList.remove(hc),this._element.classList.add(yi),de.trigger(this._element,SL)};this._element.style[n]="",this._queueCallback(r,this._element,!0)}_isShown(e=this._element){return e.classList.contains(qf)}_configAfterMerge(e){return e.toggle=!!e.toggle,e.parent=Hr(e.parent),e}_getDimension(){return this._element.classList.contains(IL)?_L:NL}_initializeChildren(){if(!this._config.parent)return;const e=this._getFirstLevelChildren(Vf);for(const n of e){const r=Ae.getElementFromSelector(n);r&&this._addAriaAndCollapsedClass([n],this._isShown(r))}}_getFirstLevelChildren(e){const n=Ae.find(TL,this._config.parent);return Ae.find(e,this._config.parent).filter(r=>!n.includes(r))}_addAriaAndCollapsedClass(e,n){if(e.length)for(const r of e)r.classList.toggle(xL,!n),r.setAttribute("aria-expanded",n)}static jQueryInterface(e){const n={};return typeof e=="string"&&/show|hide/.test(e)&&(n.toggle=!1),this.each(function(){const r=Qs.getOrCreateInstance(this,n);if(typeof e=="string"){if(typeof r[e]>"u")throw new TypeError(`No method named "${e}"`);r[e]()}})}}de.on(document,AL,Vf,function(t){(t.target.tagName==="A"||t.delegateTarget&&t.delegateTarget.tagName==="A")&&t.preventDefault();for(const e of Ae.getMultipleElementsFromSelector(this))Qs.getOrCreateInstance(e,{toggle:!1}).toggle()}),fn(Qs);const q5="dropdown",Io=".bs.dropdown",eh=".data-api",DL="Escape",V5="Tab",PL="ArrowUp",ey="ArrowDown",BL=2,RL=`hide${Io}`,$L=`hidden${Io}`,FL=`show${Io}`,zL=`shown${Io}`,ty=`click${Io}${eh}`,ny=`keydown${Io}${eh}`,UL=`keyup${Io}${eh}`,bi="show",HL="dropup",jL="dropend",WL="dropstart",KL="dropup-center",YL="dropdown-center",_o='[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',GL=`${_o}.${bi}`,pc=".dropdown-menu",QL=".navbar",ZL=".navbar-nav",JL=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",XL=un()?"top-end":"top-start",qL=un()?"top-start":"top-end",VL=un()?"bottom-end":"bottom-start",eD=un()?"bottom-start":"bottom-end",tD=un()?"left-start":"right-start",nD=un()?"right-start":"left-start",rD="top",oD="bottom",iD={autoClose:!0,boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},sD={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"};class Un extends An{constructor(e,n){super(e,n),this._popper=null,this._parent=this._element.parentNode,this._menu=Ae.next(this._element,pc)[0]||Ae.prev(this._element,pc)[0]||Ae.findOne(pc,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return iD}static get DefaultType(){return sD}static get NAME(){return q5}toggle(){return this._isShown()?this.hide():this.show()}show(){if(jr(this._element)||this._isShown())return;const e={relatedTarget:this._element};if(!de.trigger(this._element,FL,e).defaultPrevented){if(this._createPopper(),"ontouchstart"in document.documentElement&&!this._parent.closest(ZL))for(const r of[].concat(...document.body.children))de.on(r,"mouseover",sc);this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(bi),this._element.classList.add(bi),de.trigger(this._element,zL,e)}}hide(){if(jr(this._element)||!this._isShown())return;const e={relatedTarget:this._element};this._completeHide(e)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(e){if(!de.trigger(this._element,RL,e).defaultPrevented){if("ontouchstart"in document.documentElement)for(const r of[].concat(...document.body.children))de.off(r,"mouseover",sc);this._popper&&this._popper.destroy(),this._menu.classList.remove(bi),this._element.classList.remove(bi),this._element.setAttribute("aria-expanded","false"),lr.removeDataAttribute(this._menu,"popper"),de.trigger(this._element,$L,e)}}_getConfig(e){if(e=super._getConfig(e),typeof e.reference=="object"&&!ar(e.reference)&&typeof e.reference.getBoundingClientRect!="function")throw new TypeError(`${q5.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return e}_createPopper(){if(typeof O5>"u")throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org/docs/v2/)");let e=this._element;this._config.reference==="parent"?e=this._parent:ar(this._config.reference)?e=Hr(this._config.reference):typeof this._config.reference=="object"&&(e=this._config.reference);const n=this._getPopperConfig();this._popper=Uf(e,this._menu,n)}_isShown(){return this._menu.classList.contains(bi)}_getPlacement(){const e=this._parent;if(e.classList.contains(jL))return tD;if(e.classList.contains(WL))return nD;if(e.classList.contains(KL))return rD;if(e.classList.contains(YL))return oD;const n=getComputedStyle(this._menu).getPropertyValue("--bs-position").trim()==="end";return e.classList.contains(HL)?n?qL:XL:n?eD:VL}_detectNavbar(){return this._element.closest(QL)!==null}_getOffset(){const{offset:e}=this._config;return typeof e=="string"?e.split(",").map(n=>Number.parseInt(n,10)):typeof e=="function"?n=>e(n,this._element):e}_getPopperConfig(){const e={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||this._config.display==="static")&&(lr.setDataAttribute(this._menu,"popper","static"),e.modifiers=[{name:"applyStyles",enabled:!1}]),{...e,...Qt(this._config.popperConfig,[void 0,e])}}_selectMenuItem({key:e,target:n}){const r=Ae.find(JL,this._menu).filter(o=>pi(o));r.length&&Kf(r,n,e===ey,!r.includes(n)).focus()}static jQueryInterface(e){return this.each(function(){const n=Un.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof n[e]>"u")throw new TypeError(`No method named "${e}"`);n[e]()}})}static clearMenus(e){if(e.button===BL||e.type==="keyup"&&e.key!==V5)return;const n=Ae.find(GL);for(const r of n){const o=Un.getInstance(r);if(!o||o._config.autoClose===!1)continue;const i=e.composedPath(),s=i.includes(o._menu);if(i.includes(o._element)||o._config.autoClose==="inside"&&!s||o._config.autoClose==="outside"&&s||o._menu.contains(e.target)&&(e.type==="keyup"&&e.key===V5||/input|select|option|textarea|form/i.test(e.target.tagName)))continue;const c={relatedTarget:o._element};e.type==="click"&&(c.clickEvent=e),o._completeHide(c)}}static dataApiKeydownHandler(e){const n=/input|textarea/i.test(e.target.tagName),r=e.key===DL,o=[PL,ey].includes(e.key);if(!o&&!r||n&&!r)return;e.preventDefault();const i=this.matches(_o)?this:Ae.prev(this,_o)[0]||Ae.next(this,_o)[0]||Ae.findOne(_o,e.delegateTarget.parentNode),s=Un.getOrCreateInstance(i);if(o){e.stopPropagation(),s.show(),s._selectMenuItem(e);return}s._isShown()&&(e.stopPropagation(),s.hide(),i.focus())}}de.on(document,ny,_o,Un.dataApiKeydownHandler),de.on(document,ny,pc,Un.dataApiKeydownHandler),de.on(document,ty,Un.clearMenus),de.on(document,UL,Un.clearMenus),de.on(document,ty,_o,function(t){t.preventDefault(),Un.getOrCreateInstance(this).toggle()}),fn(Un);const ry="backdrop",aD="fade",oy="show",iy=`mousedown.bs.${ry}`,lD={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},cD={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class sy extends Ws{constructor(e){super(),this._config=this._getConfig(e),this._isAppended=!1,this._element=null}static get Default(){return lD}static get DefaultType(){return cD}static get NAME(){return ry}show(e){if(!this._config.isVisible){Qt(e);return}this._append();const n=this._getElement();this._config.isAnimated&&js(n),n.classList.add(oy),this._emulateAnimation(()=>{Qt(e)})}hide(e){if(!this._config.isVisible){Qt(e);return}this._getElement().classList.remove(oy),this._emulateAnimation(()=>{this.dispose(),Qt(e)})}dispose(){this._isAppended&&(de.off(this._element,iy),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const e=document.createElement("div");e.className=this._config.className,this._config.isAnimated&&e.classList.add(aD),this._element=e}return this._element}_configAfterMerge(e){return e.rootElement=Hr(e.rootElement),e}_append(){if(this._isAppended)return;const e=this._getElement();this._config.rootElement.append(e),de.on(e,iy,()=>{Qt(this._config.clickCallback)}),this._isAppended=!0}_emulateAnimation(e){B5(e,this._getElement(),this._config.isAnimated)}}const dD="focustrap",mc=".bs.focustrap",uD=`focusin${mc}`,fD=`keydown.tab${mc}`,hD="Tab",pD="forward",ay="backward",mD={autofocus:!0,trapElement:null},gD={autofocus:"boolean",trapElement:"element"};class ly extends Ws{constructor(e){super(),this._config=this._getConfig(e),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return mD}static get DefaultType(){return gD}static get NAME(){return dD}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),de.off(document,mc),de.on(document,uD,e=>this._handleFocusin(e)),de.on(document,fD,e=>this._handleKeydown(e)),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,de.off(document,mc))}_handleFocusin(e){const{trapElement:n}=this._config;if(e.target===document||e.target===n||n.contains(e.target))return;const r=Ae.focusableChildren(n);r.length===0?n.focus():this._lastTabNavDirection===ay?r[r.length-1].focus():r[0].focus()}_handleKeydown(e){e.key===hD&&(this._lastTabNavDirection=e.shiftKey?ay:pD)}}const cy=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",dy=".sticky-top",gc="padding-right",uy="margin-right";class th{constructor(){this._element=document.body}getWidth(){const e=document.documentElement.clientWidth;return Math.abs(window.innerWidth-e)}hide(){const e=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,gc,n=>n+e),this._setElementAttributes(cy,gc,n=>n+e),this._setElementAttributes(dy,uy,n=>n-e)}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,gc),this._resetElementAttributes(cy,gc),this._resetElementAttributes(dy,uy)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(e,n,r){const o=this.getWidth(),i=s=>{if(s!==this._element&&window.innerWidth>s.clientWidth+o)return;this._saveInitialAttribute(s,n);const c=window.getComputedStyle(s).getPropertyValue(n);s.style.setProperty(n,`${r(Number.parseFloat(c))}px`)};this._applyManipulationCallback(e,i)}_saveInitialAttribute(e,n){const r=e.style.getPropertyValue(n);r&&lr.setDataAttribute(e,n,r)}_resetElementAttributes(e,n){const r=o=>{const i=lr.getDataAttribute(o,n);if(i===null){o.style.removeProperty(n);return}lr.removeDataAttribute(o,n),o.style.setProperty(n,i)};this._applyManipulationCallback(e,r)}_applyManipulationCallback(e,n){if(ar(e)){n(e);return}for(const r of Ae.find(e,this._element))n(r)}}const vD="modal",hn=".bs.modal",yD=".data-api",bD="Escape",CD=`hide${hn}`,ED=`hidePrevented${hn}`,fy=`hidden${hn}`,hy=`show${hn}`,kD=`shown${hn}`,wD=`resize${hn}`,SD=`click.dismiss${hn}`,AD=`mousedown.dismiss${hn}`,xD=`keydown.dismiss${hn}`,TD=`click${hn}${yD}`,py="modal-open",ID="fade",my="show",nh="modal-static",_D=".modal.show",ND=".modal-dialog",OD=".modal-body",MD='[data-bs-toggle="modal"]',LD={backdrop:!0,focus:!0,keyboard:!0},DD={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class Kr extends An{constructor(e,n){super(e,n),this._dialog=Ae.findOne(ND,this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new th,this._addEventListeners()}static get Default(){return LD}static get DefaultType(){return DD}static get NAME(){return vD}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||this._isTransitioning||de.trigger(this._element,hy,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(py),this._adjustDialog(),this._backdrop.show(()=>this._showElement(e)))}hide(){!this._isShown||this._isTransitioning||de.trigger(this._element,CD).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(my),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated()))}dispose(){de.off(window,hn),de.off(this._dialog,hn),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new sy({isVisible:!!this._config.backdrop,isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new ly({trapElement:this._element})}_showElement(e){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const n=Ae.findOne(OD,this._dialog);n&&(n.scrollTop=0),js(this._element),this._element.classList.add(my);const r=()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,de.trigger(this._element,kD,{relatedTarget:e})};this._queueCallback(r,this._dialog,this._isAnimated())}_addEventListeners(){de.on(this._element,xD,e=>{if(e.key===bD){if(this._config.keyboard){this.hide();return}this._triggerBackdropTransition()}}),de.on(window,wD,()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),de.on(this._element,AD,e=>{de.one(this._element,SD,n=>{if(!(this._element!==e.target||this._element!==n.target)){if(this._config.backdrop==="static"){this._triggerBackdropTransition();return}this._config.backdrop&&this.hide()}})})}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove(py),this._resetAdjustments(),this._scrollBar.reset(),de.trigger(this._element,fy)})}_isAnimated(){return this._element.classList.contains(ID)}_triggerBackdropTransition(){if(de.trigger(this._element,ED).defaultPrevented)return;const n=this._element.scrollHeight>document.documentElement.clientHeight,r=this._element.style.overflowY;r==="hidden"||this._element.classList.contains(nh)||(n||(this._element.style.overflowY="hidden"),this._element.classList.add(nh),this._queueCallback(()=>{this._element.classList.remove(nh),this._queueCallback(()=>{this._element.style.overflowY=r},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const e=this._element.scrollHeight>document.documentElement.clientHeight,n=this._scrollBar.getWidth(),r=n>0;if(r&&!e){const o=un()?"paddingLeft":"paddingRight";this._element.style[o]=`${n}px`}if(!r&&e){const o=un()?"paddingRight":"paddingLeft";this._element.style[o]=`${n}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(e,n){return this.each(function(){const r=Kr.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof r[e]>"u")throw new TypeError(`No method named "${e}"`);r[e](n)}})}}de.on(document,TD,MD,function(t){const e=Ae.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&t.preventDefault(),de.one(e,hy,o=>{o.defaultPrevented||de.one(e,fy,()=>{pi(this)&&this.focus()})});const n=Ae.findOne(_D);n&&Kr.getInstance(n).hide(),Kr.getOrCreateInstance(e).toggle(this)}),ac(Kr),fn(Kr);const PD="offcanvas",cr=".bs.offcanvas",gy=".data-api",BD=`load${cr}${gy}`,RD="Escape",vy="show",yy="showing",by="hiding",$D="offcanvas-backdrop",Cy=".offcanvas.show",FD=`show${cr}`,zD=`shown${cr}`,UD=`hide${cr}`,Ey=`hidePrevented${cr}`,ky=`hidden${cr}`,HD=`resize${cr}`,jD=`click${cr}${gy}`,WD=`keydown.dismiss${cr}`,KD='[data-bs-toggle="offcanvas"]',YD={backdrop:!0,keyboard:!0,scroll:!1},GD={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class Yr extends An{constructor(e,n){super(e,n),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return YD}static get DefaultType(){return GD}static get NAME(){return PD}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){if(this._isShown||de.trigger(this._element,FD,{relatedTarget:e}).defaultPrevented)return;this._isShown=!0,this._backdrop.show(),this._config.scroll||new th().hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(yy);const r=()=>{(!this._config.scroll||this._config.backdrop)&&this._focustrap.activate(),this._element.classList.add(vy),this._element.classList.remove(yy),de.trigger(this._element,zD,{relatedTarget:e})};this._queueCallback(r,this._element,!0)}hide(){if(!this._isShown||de.trigger(this._element,UD).defaultPrevented)return;this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(by),this._backdrop.hide();const n=()=>{this._element.classList.remove(vy,by),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||new th().reset(),de.trigger(this._element,ky)};this._queueCallback(n,this._element,!0)}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const e=()=>{if(this._config.backdrop==="static"){de.trigger(this._element,Ey);return}this.hide()},n=!!this._config.backdrop;return new sy({className:$D,isVisible:n,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:n?e:null})}_initializeFocusTrap(){return new ly({trapElement:this._element})}_addEventListeners(){de.on(this._element,WD,e=>{if(e.key===RD){if(this._config.keyboard){this.hide();return}de.trigger(this._element,Ey)}})}static jQueryInterface(e){return this.each(function(){const n=Yr.getOrCreateInstance(this,e);if(typeof e=="string"){if(n[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);n[e](this)}})}}de.on(document,jD,KD,function(t){const e=Ae.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),jr(this))return;de.one(e,ky,()=>{pi(this)&&this.focus()});const n=Ae.findOne(Cy);n&&n!==e&&Yr.getInstance(n).hide(),Yr.getOrCreateInstance(e).toggle(this)}),de.on(window,BD,()=>{for(const t of Ae.find(Cy))Yr.getOrCreateInstance(t).show()}),de.on(window,HD,()=>{for(const t of Ae.find("[aria-modal][class*=show][class*=offcanvas-]"))getComputedStyle(t).position!=="fixed"&&Yr.getOrCreateInstance(t).hide()}),ac(Yr),fn(Yr);const wy={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],dd:[],div:[],dl:[],dt:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},QD=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),ZD=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,JD=(t,e)=>{const n=t.nodeName.toLowerCase();return e.includes(n)?QD.has(n)?!!ZD.test(t.nodeValue):!0:e.filter(r=>r instanceof RegExp).some(r=>r.test(n))};function XD(t,e,n){if(!t.length)return t;if(n&&typeof n=="function")return n(t);const o=new window.DOMParser().parseFromString(t,"text/html"),i=[].concat(...o.body.querySelectorAll("*"));for(const s of i){const c=s.nodeName.toLowerCase();if(!Object.keys(e).includes(c)){s.remove();continue}const a=[].concat(...s.attributes),d=[].concat(e["*"]||[],e[c]||[]);for(const u of a)JD(u,d)||s.removeAttribute(u.nodeName)}return o.body.innerHTML}const qD="TemplateFactory",VD={allowList:wy,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"<div></div>"},eP={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},tP={entry:"(string|element|function|null)",selector:"(string|element)"};class nP extends Ws{constructor(e){super(),this._config=this._getConfig(e)}static get Default(){return VD}static get DefaultType(){return eP}static get NAME(){return qD}getContent(){return Object.values(this._config.content).map(e=>this._resolvePossibleFunction(e)).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(e){return this._checkContent(e),this._config.content={...this._config.content,...e},this}toHtml(){const e=document.createElement("div");e.innerHTML=this._maybeSanitize(this._config.template);for(const[o,i]of Object.entries(this._config.content))this._setContent(e,i,o);const n=e.children[0],r=this._resolvePossibleFunction(this._config.extraClass);return r&&n.classList.add(...r.split(" ")),n}_typeCheckConfig(e){super._typeCheckConfig(e),this._checkContent(e.content)}_checkContent(e){for(const[n,r]of Object.entries(e))super._typeCheckConfig({selector:n,entry:r},tP)}_setContent(e,n,r){const o=Ae.findOne(r,e);if(o){if(n=this._resolvePossibleFunction(n),!n){o.remove();return}if(ar(n)){this._putElementInTemplate(Hr(n),o);return}if(this._config.html){o.innerHTML=this._maybeSanitize(n);return}o.textContent=n}}_maybeSanitize(e){return this._config.sanitize?XD(e,this._config.allowList,this._config.sanitizeFn):e}_resolvePossibleFunction(e){return Qt(e,[void 0,this])}_putElementInTemplate(e,n){if(this._config.html){n.innerHTML="",n.append(e);return}n.textContent=e.textContent}}const rP="tooltip",oP=new Set(["sanitize","allowList","sanitizeFn"]),rh="fade",iP="modal",vc="show",sP=".tooltip-inner",Sy=`.${iP}`,Ay="hide.bs.modal",Zs="hover",oh="focus",ih="click",aP="manual",lP="hide",cP="hidden",dP="show",uP="shown",fP="inserted",hP="click",pP="focusin",mP="focusout",gP="mouseenter",vP="mouseleave",yP={AUTO:"auto",TOP:"top",RIGHT:un()?"left":"right",BOTTOM:"bottom",LEFT:un()?"right":"left"},bP={allowList:wy,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,6],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',title:"",trigger:"hover focus"},CP={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class Hn extends An{constructor(e,n){if(typeof O5>"u")throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org/docs/v2/)");super(e,n),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return bP}static get DefaultType(){return CP}static get NAME(){return rP}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){if(this._isEnabled){if(this._isShown()){this._leave();return}this._enter()}}dispose(){clearTimeout(this._timeout),de.off(this._element.closest(Sy),Ay,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if(this._element.style.display==="none")throw new Error("Please use show on visible elements");if(!(this._isWithContent()&&this._isEnabled))return;const e=de.trigger(this._element,this.constructor.eventName(dP)),r=(D5(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(e.defaultPrevented||!r)return;this._disposePopper();const o=this._getTipElement();this._element.setAttribute("aria-describedby",o.getAttribute("id"));const{container:i}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(i.append(o),de.trigger(this._element,this.constructor.eventName(fP))),this._popper=this._createPopper(o),o.classList.add(vc),"ontouchstart"in document.documentElement)for(const c of[].concat(...document.body.children))de.on(c,"mouseover",sc);const s=()=>{de.trigger(this._element,this.constructor.eventName(uP)),this._isHovered===!1&&this._leave(),this._isHovered=!1};this._queueCallback(s,this.tip,this._isAnimated())}hide(){if(!this._isShown()||de.trigger(this._element,this.constructor.eventName(lP)).defaultPrevented)return;if(this._getTipElement().classList.remove(vc),"ontouchstart"in document.documentElement)for(const o of[].concat(...document.body.children))de.off(o,"mouseover",sc);this._activeTrigger[ih]=!1,this._activeTrigger[oh]=!1,this._activeTrigger[Zs]=!1,this._isHovered=null;const r=()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),de.trigger(this._element,this.constructor.eventName(cP)))};this._queueCallback(r,this.tip,this._isAnimated())}update(){this._popper&&this._popper.update()}_isWithContent(){return!!this._getTitle()}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(e){const n=this._getTemplateFactory(e).toHtml();if(!n)return null;n.classList.remove(rh,vc),n.classList.add(`bs-${this.constructor.NAME}-auto`);const r=gM(this.constructor.NAME).toString();return n.setAttribute("id",r),this._isAnimated()&&n.classList.add(rh),n}setContent(e){this._newContent=e,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(e){return this._templateFactory?this._templateFactory.changeContent(e):this._templateFactory=new nP({...this._config,content:e,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{[sP]:this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(e){return this.constructor.getOrCreateInstance(e.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(rh)}_isShown(){return this.tip&&this.tip.classList.contains(vc)}_createPopper(e){const n=Qt(this._config.placement,[this,e,this._element]),r=yP[n.toUpperCase()];return Uf(this._element,e,this._getPopperConfig(r))}_getOffset(){const{offset:e}=this._config;return typeof e=="string"?e.split(",").map(n=>Number.parseInt(n,10)):typeof e=="function"?n=>e(n,this._element):e}_resolvePossibleFunction(e){return Qt(e,[this._element,this._element])}_getPopperConfig(e){const n={placement:e,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:r=>{this._getTipElement().setAttribute("data-popper-placement",r.state.placement)}}]};return{...n,...Qt(this._config.popperConfig,[void 0,n])}}_setListeners(){const e=this._config.trigger.split(" ");for(const n of e)if(n==="click")de.on(this._element,this.constructor.eventName(hP),this._config.selector,r=>{const o=this._initializeOnDelegatedTarget(r);o._activeTrigger[ih]=!(o._isShown()&&o._activeTrigger[ih]),o.toggle()});else if(n!==aP){const r=n===Zs?this.constructor.eventName(gP):this.constructor.eventName(pP),o=n===Zs?this.constructor.eventName(vP):this.constructor.eventName(mP);de.on(this._element,r,this._config.selector,i=>{const s=this._initializeOnDelegatedTarget(i);s._activeTrigger[i.type==="focusin"?oh:Zs]=!0,s._enter()}),de.on(this._element,o,this._config.selector,i=>{const s=this._initializeOnDelegatedTarget(i);s._activeTrigger[i.type==="focusout"?oh:Zs]=s._element.contains(i.relatedTarget),s._leave()})}this._hideModalHandler=()=>{this._element&&this.hide()},de.on(this._element.closest(Sy),Ay,this._hideModalHandler)}_fixTitle(){const e=this._element.getAttribute("title");e&&(!this._element.getAttribute("aria-label")&&!this._element.textContent.trim()&&this._element.setAttribute("aria-label",e),this._element.setAttribute("data-bs-original-title",e),this._element.removeAttribute("title"))}_enter(){if(this._isShown()||this._isHovered){this._isHovered=!0;return}this._isHovered=!0,this._setTimeout(()=>{this._isHovered&&this.show()},this._config.delay.show)}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout(()=>{this._isHovered||this.hide()},this._config.delay.hide))}_setTimeout(e,n){clearTimeout(this._timeout),this._timeout=setTimeout(e,n)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(e){const n=lr.getDataAttributes(this._element);for(const r of Object.keys(n))oP.has(r)&&delete n[r];return e={...n,...typeof e=="object"&&e?e:{}},e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e.container=e.container===!1?document.body:Hr(e.container),typeof e.delay=="number"&&(e.delay={show:e.delay,hide:e.delay}),typeof e.title=="number"&&(e.title=e.title.toString()),typeof e.content=="number"&&(e.content=e.content.toString()),e}_getDelegateConfig(){const e={};for(const[n,r]of Object.entries(this._config))this.constructor.Default[n]!==r&&(e[n]=r);return e.selector=!1,e.trigger="manual",e}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(e){return this.each(function(){const n=Hn.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof n[e]>"u")throw new TypeError(`No method named "${e}"`);n[e]()}})}}fn(Hn);const EP="popover",kP=".popover-header",wP=".popover-body",SP={...Hn.Default,content:"",offset:[0,8],placement:"right",template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>',trigger:"click"},AP={...Hn.DefaultType,content:"(null|string|element|function)"};class No extends Hn{static get Default(){return SP}static get DefaultType(){return AP}static get NAME(){return EP}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{[kP]:this._getTitle(),[wP]:this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(e){return this.each(function(){const n=No.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof n[e]>"u")throw new TypeError(`No method named "${e}"`);n[e]()}})}}fn(No);const xP="scrollspy",sh=".bs.scrollspy",TP=".data-api",IP=`activate${sh}`,xy=`click${sh}`,_P=`load${sh}${TP}`,NP="dropdown-item",Ci="active",OP='[data-bs-spy="scroll"]',ah="[href]",MP=".nav, .list-group",Ty=".nav-link",LP=`${Ty}, .nav-item > ${Ty}, .list-group-item`,DP=".dropdown",PP=".dropdown-toggle",BP={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},RP={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class yc extends An{constructor(e,n){super(e,n),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement=getComputedStyle(this._element).overflowY==="visible"?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return BP}static get DefaultType(){return RP}static get NAME(){return xP}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const e of this._observableSections.values())this._observer.observe(e)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(e){return e.target=Hr(e.target)||document.body,e.rootMargin=e.offset?`${e.offset}px 0px -30%`:e.rootMargin,typeof e.threshold=="string"&&(e.threshold=e.threshold.split(",").map(n=>Number.parseFloat(n))),e}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(de.off(this._config.target,xy),de.on(this._config.target,xy,ah,e=>{const n=this._observableSections.get(e.target.hash);if(n){e.preventDefault();const r=this._rootElement||window,o=n.offsetTop-this._element.offsetTop;if(r.scrollTo){r.scrollTo({top:o,behavior:"smooth"});return}r.scrollTop=o}}))}_getNewObserver(){const e={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver(n=>this._observerCallback(n),e)}_observerCallback(e){const n=s=>this._targetLinks.get(`#${s.target.id}`),r=s=>{this._previousScrollData.visibleEntryTop=s.target.offsetTop,this._process(n(s))},o=(this._rootElement||document.documentElement).scrollTop,i=o>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=o;for(const s of e){if(!s.isIntersecting){this._activeTarget=null,this._clearActiveClass(n(s));continue}const c=s.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(i&&c){if(r(s),!o)return;continue}!i&&!c&&r(s)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const e=Ae.find(ah,this._config.target);for(const n of e){if(!n.hash||jr(n))continue;const r=Ae.findOne(decodeURI(n.hash),this._element);pi(r)&&(this._targetLinks.set(decodeURI(n.hash),n),this._observableSections.set(n.hash,r))}}_process(e){this._activeTarget!==e&&(this._clearActiveClass(this._config.target),this._activeTarget=e,e.classList.add(Ci),this._activateParents(e),de.trigger(this._element,IP,{relatedTarget:e}))}_activateParents(e){if(e.classList.contains(NP)){Ae.findOne(PP,e.closest(DP)).classList.add(Ci);return}for(const n of Ae.parents(e,MP))for(const r of Ae.prev(n,LP))r.classList.add(Ci)}_clearActiveClass(e){e.classList.remove(Ci);const n=Ae.find(`${ah}.${Ci}`,e);for(const r of n)r.classList.remove(Ci)}static jQueryInterface(e){return this.each(function(){const n=yc.getOrCreateInstance(this,e);if(typeof e=="string"){if(n[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);n[e]()}})}}de.on(window,_P,()=>{for(const t of Ae.find(OP))yc.getOrCreateInstance(t)}),fn(yc);const $P="tab",Oo=".bs.tab",FP=`hide${Oo}`,zP=`hidden${Oo}`,UP=`show${Oo}`,HP=`shown${Oo}`,jP=`click${Oo}`,WP=`keydown${Oo}`,KP=`load${Oo}`,YP="ArrowLeft",Iy="ArrowRight",GP="ArrowUp",_y="ArrowDown",lh="Home",Ny="End",Mo="active",Oy="fade",ch="show",QP="dropdown",My=".dropdown-toggle",ZP=".dropdown-menu",dh=`:not(${My})`,JP='.list-group, .nav, [role="tablist"]',XP=".nav-item, .list-group-item",qP=`.nav-link${dh}, .list-group-item${dh}, [role="tab"]${dh}`,Ly='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',uh=`${qP}, ${Ly}`,VP=`.${Mo}[data-bs-toggle="tab"], .${Mo}[data-bs-toggle="pill"], .${Mo}[data-bs-toggle="list"]`;class Ei extends An{constructor(e){super(e),this._parent=this._element.closest(JP),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),de.on(this._element,WP,n=>this._keydown(n)))}static get NAME(){return $P}show(){const e=this._element;if(this._elemIsActive(e))return;const n=this._getActiveElem(),r=n?de.trigger(n,FP,{relatedTarget:e}):null;de.trigger(e,UP,{relatedTarget:n}).defaultPrevented||r&&r.defaultPrevented||(this._deactivate(n,e),this._activate(e,n))}_activate(e,n){if(!e)return;e.classList.add(Mo),this._activate(Ae.getElementFromSelector(e));const r=()=>{if(e.getAttribute("role")!=="tab"){e.classList.add(ch);return}e.removeAttribute("tabindex"),e.setAttribute("aria-selected",!0),this._toggleDropDown(e,!0),de.trigger(e,HP,{relatedTarget:n})};this._queueCallback(r,e,e.classList.contains(Oy))}_deactivate(e,n){if(!e)return;e.classList.remove(Mo),e.blur(),this._deactivate(Ae.getElementFromSelector(e));const r=()=>{if(e.getAttribute("role")!=="tab"){e.classList.remove(ch);return}e.setAttribute("aria-selected",!1),e.setAttribute("tabindex","-1"),this._toggleDropDown(e,!1),de.trigger(e,zP,{relatedTarget:n})};this._queueCallback(r,e,e.classList.contains(Oy))}_keydown(e){if(![YP,Iy,GP,_y,lh,Ny].includes(e.key))return;e.stopPropagation(),e.preventDefault();const n=this._getChildren().filter(o=>!jr(o));let r;if([lh,Ny].includes(e.key))r=n[e.key===lh?0:n.length-1];else{const o=[Iy,_y].includes(e.key);r=Kf(n,e.target,o,!0)}r&&(r.focus({preventScroll:!0}),Ei.getOrCreateInstance(r).show())}_getChildren(){return Ae.find(uh,this._parent)}_getActiveElem(){return this._getChildren().find(e=>this._elemIsActive(e))||null}_setInitialAttributes(e,n){this._setAttributeIfNotExists(e,"role","tablist");for(const r of n)this._setInitialAttributesOnChild(r)}_setInitialAttributesOnChild(e){e=this._getInnerElement(e);const n=this._elemIsActive(e),r=this._getOuterElement(e);e.setAttribute("aria-selected",n),r!==e&&this._setAttributeIfNotExists(r,"role","presentation"),n||e.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(e,"role","tab"),this._setInitialAttributesOnTargetPanel(e)}_setInitialAttributesOnTargetPanel(e){const n=Ae.getElementFromSelector(e);n&&(this._setAttributeIfNotExists(n,"role","tabpanel"),e.id&&this._setAttributeIfNotExists(n,"aria-labelledby",`${e.id}`))}_toggleDropDown(e,n){const r=this._getOuterElement(e);if(!r.classList.contains(QP))return;const o=(i,s)=>{const c=Ae.findOne(i,r);c&&c.classList.toggle(s,n)};o(My,Mo),o(ZP,ch),r.setAttribute("aria-expanded",n)}_setAttributeIfNotExists(e,n,r){e.hasAttribute(n)||e.setAttribute(n,r)}_elemIsActive(e){return e.classList.contains(Mo)}_getInnerElement(e){return e.matches(uh)?e:Ae.findOne(uh,e)}_getOuterElement(e){return e.closest(XP)||e}static jQueryInterface(e){return this.each(function(){const n=Ei.getOrCreateInstance(this);if(typeof e=="string"){if(n[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);n[e]()}})}}de.on(document,jP,Ly,function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),!jr(this)&&Ei.getOrCreateInstance(this).show()}),de.on(window,KP,()=>{for(const t of Ae.find(VP))Ei.getOrCreateInstance(t)}),fn(Ei);const eB="toast",Gr=".bs.toast",tB=`mouseover${Gr}`,nB=`mouseout${Gr}`,rB=`focusin${Gr}`,oB=`focusout${Gr}`,iB=`hide${Gr}`,sB=`hidden${Gr}`,aB=`show${Gr}`,lB=`shown${Gr}`,cB="fade",Dy="hide",bc="show",Cc="showing",dB={animation:"boolean",autohide:"boolean",delay:"number"},uB={animation:!0,autohide:!0,delay:5e3};class ki extends An{constructor(e,n){super(e,n),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return uB}static get DefaultType(){return dB}static get NAME(){return eB}show(){if(de.trigger(this._element,aB).defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add(cB);const n=()=>{this._element.classList.remove(Cc),de.trigger(this._element,lB),this._maybeScheduleHide()};this._element.classList.remove(Dy),js(this._element),this._element.classList.add(bc,Cc),this._queueCallback(n,this._element,this._config.animation)}hide(){if(!this.isShown()||de.trigger(this._element,iB).defaultPrevented)return;const n=()=>{this._element.classList.add(Dy),this._element.classList.remove(Cc,bc),de.trigger(this._element,sB)};this._element.classList.add(Cc),this._queueCallback(n,this._element,this._config.animation)}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(bc),super.dispose()}isShown(){return this._element.classList.contains(bc)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(e,n){switch(e.type){case"mouseover":case"mouseout":{this._hasMouseInteraction=n;break}case"focusin":case"focusout":{this._hasKeyboardInteraction=n;break}}if(n){this._clearTimeout();return}const r=e.relatedTarget;this._element===r||this._element.contains(r)||this._maybeScheduleHide()}_setListeners(){de.on(this._element,tB,e=>this._onInteraction(e,!0)),de.on(this._element,nB,e=>this._onInteraction(e,!1)),de.on(this._element,rB,e=>this._onInteraction(e,!0)),de.on(this._element,oB,e=>this._onInteraction(e,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(e){return this.each(function(){const n=ki.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof n[e]>"u")throw new TypeError(`No method named "${e}"`);n[e](this)}})}}ac(ki),fn(ki);function Py(t,e){return e.value||t.getAttribute("title")||""}const Lo={mounted:(t,e)=>{const n=Py(t,e);n&&t.setAttribute("title",n),new Hn(t)},updated:(t,e)=>{const n=Hn.getInstance(t);n&&n.dispose();const r=Py(t,e);r&&t.setAttribute("title",r),new Hn(t)},unmounted:t=>{const e=Hn.getInstance(t);e&&e.dispose()}},fB={key:0,class:"pills-list__wrapper"},hB={class:"pills-list__ul"},pB={class:"bd-markdown-editor__menu-bottom"},mB={key:0,class:"vr"},By=l.defineComponent({__name:"BDMarkdownEditor",props:{placeholder:{default:"Typ een bericht"},errorText:{default:"er is iets fout gegaan"},state:{type:[Boolean,null],default:null},variant:{default:_f.BASIC},files:{default:void 0},pills:{default:void 0},apiUrl:{default:""},modelValue:{}},emits:["update:modelValue","upload","action"],setup(t,{emit:e}){const n=t,r=e,o=()=>{r("upload")},i=Vr(n,"modelValue",r),s=[M_,P_,R_,ON.configure({placeholder:n.placeholder}),cO,dN.configure({openOnClick:!1,validate:Y=>/^(https?:\/\/|www\.)/i.test(Y)})];n.variant===_f.FULL&&s.push(RN,jN,KN,iO,sO,aO);const c=N_({content:i.value,extensions:s,onUpdate:({editor:Y})=>{const{view:z,state:U}=Y,{from:F,to:X}=z.state.selection;if(U.doc.textBetween(F-1,X,"")==" "&&Y.getAttributes("link").href!=null&&Y.chain().setTextSelection({from:F-1,to:X}).toggleLink({href:Y.getAttributes("link").href}).setTextSelection({from:X,to:X}).run(),Y.getText().trim()===""){r("update:modelValue","");return}r("update:modelValue",Y.getHTML())}});l.watch(()=>n.modelValue,Y=>{c.value.getHTML()!==Y&&c.value.commands.setContent(Y,!0,{preserveWhitespace:"full"})});const a=l.computed(()=>n.state===!1?"is-invalid":null),d=l.computed(()=>v("bold")),u=l.computed(()=>v("italic")),f=l.computed(()=>v("underline")),h=l.computed(()=>v("bulletList")),p=l.computed(()=>v("orderedList")),m=l.computed(()=>v("link")),g=l.computed(()=>n.variant===_f.FULL),v=Y=>c.value&&c.value.isActive(Y)?"active":null,y=l.computed(()=>n.files&&n.files.length>0?So(n.apiUrl,n.files,!1):null),b=l.computed(()=>n.files&&n.files.length>0?So(n.apiUrl,n.files,!0):null),E=Y=>{r("action",{name:"delete-attachment",obj:Y})},C=Y=>{r("action",{name:"image-attachment",obj:Y})},S=l.computed(()=>{if(!c.value)return!1;const{from:Y,to:z}=c.value.state.selection;return Y!==z}),_=l.computed(()=>S.value?"Voeg een link toe":"Selecteer eerst tekst"),T=l.ref(!1),D=l.ref(""),G=l.ref(null),$=()=>{D.value=c.value.getAttributes("link").href||"",T.value=!0},j=Y=>{if(T.value=!1,!Y){c.value.chain().focus().unsetLink().run();return}/^www\./i.test(Y)&&(Y=`https://${Y}`),c.value.chain().focus().toggleLink({href:Y}).run()},W=()=>{T.value=!1};return(Y,z)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",{class:l.normalizeClass(["bd-markdown-editor",a.value])},[l.createVNode(l.unref(__),{editor:l.unref(c)},null,8,["editor"]),t.pills?(l.openBlock(),l.createElementBlock("div",fB,[l.createElementVNode("ul",hB,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.pills,(U,F)=>(l.openBlock(),l.createElementBlock("li",{key:F,class:"pills-list__li"},[l.createVNode(_a,l.mergeProps({ref_for:!0},U),null,16)]))),128))])])):l.createCommentVNode("",!0),l.renderSlot(Y.$slots,"default"),y.value?(l.openBlock(),l.createBlock($s,{key:1,files:y.value,"no-download":!0,"show-delete":!0,onDelete:E},null,8,["files"])):l.createCommentVNode("",!0),b.value?(l.openBlock(),l.createBlock(Fs,{key:2,files:b.value,"no-download":!0,"show-delete":!0,"fast-download":!1,onDelete:E,onShow:C},null,8,["files"])):l.createCommentVNode("",!0),l.createElementVNode("div",pB,[l.createVNode(Re,{variant:"light",type:"button",onClick:o},{default:l.withCtx(()=>[l.createVNode(l.unref(hr))]),_:1}),g.value?(l.openBlock(),l.createElementBlock("div",mB)):l.createCommentVNode("",!0),g.value?(l.openBlock(),l.createBlock(Re,{key:1,variant:"light",type:"button",class:l.normalizeClass(d.value),onClick:z[0]||(z[0]=U=>l.unref(c).chain().focus().toggleBold().run())},{default:l.withCtx(()=>[l.createVNode(l.unref(Tc))]),_:1},8,["class"])):l.createCommentVNode("",!0),g.value?(l.openBlock(),l.createBlock(Re,{key:2,variant:"light",type:"button",class:l.normalizeClass(u.value),onClick:z[1]||(z[1]=U=>l.unref(c).chain().focus().toggleItalic().run())},{default:l.withCtx(()=>[l.createVNode(l.unref(Fc))]),_:1},8,["class"])):l.createCommentVNode("",!0),g.value?(l.openBlock(),l.createBlock(Re,{key:3,variant:"light",type:"button",class:l.normalizeClass(f.value),onClick:z[2]||(z[2]=U=>l.unref(c).chain().focus().toggleUnderline().run())},{default:l.withCtx(()=>[l.createVNode(l.unref(Yc))]),_:1},8,["class"])):l.createCommentVNode("",!0),g.value?(l.openBlock(),l.createBlock(Re,{key:4,variant:"light",type:"button",class:l.normalizeClass(h.value),onClick:z[3]||(z[3]=U=>l.unref(c).chain().focus().toggleBulletList().run())},{default:l.withCtx(()=>[l.createVNode(l.unref(Ic))]),_:1},8,["class"])):l.createCommentVNode("",!0),g.value?(l.openBlock(),l.createBlock(Re,{key:5,variant:"light",type:"button",class:l.normalizeClass(p.value),onClick:z[4]||(z[4]=U=>l.unref(c).chain().focus().toggleOrderedList().run())},{default:l.withCtx(()=>[l.createVNode(l.unref(Uc))]),_:1},8,["class"])):l.createCommentVNode("",!0),l.withDirectives((l.openBlock(),l.createElementBlock("span",null,[g.value?(l.openBlock(),l.createBlock(Re,{key:0,ref_key:"linkButton",ref:G,variant:"light",type:"button",class:l.normalizeClass(m.value),onClick:$,disabled:!S.value},{default:l.withCtx(()=>[l.createVNode(l.unref(ra))]),_:1},8,["class","disabled"])):l.createCommentVNode("",!0)])),[[l.unref(Lo),_.value]])]),T.value?(l.openBlock(),l.createBlock(hO,{key:3,previousUrl:D.value,onSubmit:j,onCancel:W},null,8,["previousUrl"])):l.createCommentVNode("",!0)],2),l.createVNode(xa,{text:n.errorText,state:n.state},null,8,["text","state"])],64))}}),gB={class:"header"},vB={class:"icon-close-wrapper"},yB={class:"navbar"},bB={class:"nav navbar-nav w-100"},CB={class:"nav-item"},EB={class:"nav-item"},fh=l.defineComponent({__name:"BDMobileMenu",props:{active:{type:Boolean,default:void 0},options:{}},emits:["hide","signout"],setup(t,{emit:e}){const n=e,r=t,o=l.computed(()=>({active:r.active===!0,inactive:r.active===!1})),i=()=>n("hide"),s=()=>n("signout");return(c,a)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["bd-mobile-menu",o.value])},[l.createElementVNode("div",gB,[a[0]||(a[0]=l.createElementVNode("div",null,"Menu",-1)),l.createElementVNode("div",vB,[l.createVNode(ta,{onClick:i})])]),l.createElementVNode("nav",yB,[l.createElementVNode("ul",bB,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(r.options,d=>(l.openBlock(),l.createElementBlock("li",CB,[l.createVNode(Xr,l.mergeProps({class:"nav-link"},{ref_for:!0},d,{onClick:i}),null,16)]))),256)),l.renderSlot(c.$slots,"special-options"),l.createElementVNode("li",EB,[l.createVNode(Xr,{class:"nav-link",text:"Uitloggen",onClick:s})])])])],2))}}),kB={class:"bd-user"},wB={class:"bd-user__information"},SB={class:"text-break"},AB={class:"overflow-x-hidden"},Ry=l.defineComponent({__name:"BDUser",props:{name:{default:""},img:{default:void 0},details:{default:void 0},hideImage:{type:Boolean,default:!1}},setup(t){const e=t,n=l.computed(()=>typeof e.details=="string"?e.details:e.details?.join(" • "));return(r,o)=>(l.openBlock(),l.createElementBlock("div",kB,[e.hideImage?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(_i,l.mergeProps({key:0},e.img,{size:"sm"}),null,16)),l.createElementVNode("div",wB,[l.createElementVNode("header",null,[l.createElementVNode("h5",SB,l.toDisplayString(e.name),1),l.renderSlot(r.$slots,"header-extra")]),l.createElementVNode("span",AB,l.toDisplayString(n.value),1)])]))}}),xB={class:"bd-chat-cloud-card"},TB={class:"bd-chat-cloud-card__header"},IB={class:"bd-chat-cloud-card__body"},_B=["innerHTML"],NB={class:"bd-chat-cloud-card__footer"},OB={key:0,class:"pills-list__wrapper"},MB={class:"pills-list__ul"},$y=l.defineComponent({__name:"BDChatCloud",props:{headerTitle:{default:""},src:{default:void 0},username:{default:null},message:{default:""},isSender:{type:Boolean,default:!1},files:{default:void 0},pills:{default:void 0},apiUrl:{default:""}},emits:["show-attachment","action"],setup(t,{emit:e}){const n=t,r=e,o=l.computed(()=>n.isSender?"sender":_e),i=l.computed(()=>So(n.apiUrl,n.files,!1)),s=l.computed(()=>So(n.apiUrl,n.files,!0)),c=()=>{r("action","copy-message")},a=d=>{r("show-attachment",d)};return(d,u)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["bd-chat-cloud",o.value])},[l.createVNode(_i,{src:n.src,username:n.username,size:"sm"},null,8,["src","username"]),l.createElementVNode("div",xB,[l.createElementVNode("div",TB,[l.renderSlot(d.$slots,"header",{},()=>[l.createTextVNode(l.toDisplayString(t.headerTitle),1)]),l.createVNode(Re,{variant:"outline-primary-dark",size:"sm",onClick:c},{default:l.withCtx(()=>[...u[0]||(u[0]=[l.createTextVNode(" kopieer ",-1)])]),_:1})]),l.createElementVNode("div",IB,[l.renderSlot(d.$slots,"body",{},()=>[l.createElementVNode("div",{class:"bd-chat-cloud-card__message",innerHTML:n.message},null,8,_B)])]),l.createElementVNode("div",NB,[l.renderSlot(d.$slots,"footer",{},()=>[t.pills?(l.openBlock(),l.createElementBlock("div",OB,[l.createElementVNode("ul",MB,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.pills,(f,h)=>(l.openBlock(),l.createElementBlock("li",{key:h,class:"pills-list__li"},[l.createVNode(_a,l.mergeProps({ref_for:!0},f),null,16)]))),128))])])):l.createCommentVNode("",!0),i.value&&i.value.length>0?(l.openBlock(),l.createBlock($s,{key:1,files:i.value},null,8,["files"])):l.createCommentVNode("",!0),s.value&&s.value.length>0?(l.openBlock(),l.createBlock(Fs,{key:2,"fast-download":!0,files:s.value,onShow:a},null,8,["files"])):l.createCommentVNode("",!0)])])])],2))}}),LB=l.defineComponent({__name:"BDTableSortHeader",props:["active","label","sortDesc"],emits:["sortAsc","sortDesc"],setup(t,{emit:e}){const n=t,r=e,o=l.ref(n.sortDesc),i=()=>{n.active&&(o.value=!o.value)},s=()=>{if(!n.active)return;const a=o.value?"sortDesc":"sortAsc";r(a)},c=l.computed(()=>({"bd-table-sort":!0,active:n.active}));return l.watch(()=>n.active,(a,d)=>{a&&!d&&(o.value=!1,r("sortAsc"))}),s(),(a,d)=>(l.openBlock(),l.createElementBlock("th",{class:l.normalizeClass(c.value),onClick:d[0]||(d[0]=u=>{i(),s()})},[l.createElementVNode("span",null,l.toDisplayString(n.label),1),n.active&&!o.value?(l.openBlock(),l.createBlock(l.unref(Hc),{key:0})):n.active&&o.value?(l.openBlock(),l.createBlock(l.unref(jc),{key:1})):(l.openBlock(),l.createBlock(l.unref(Wc),{key:2}))],2))}}),DB={class:"bd-table"},PB={key:0,class:"table"},BB={key:1},RB=["onClick"],$B={key:0},FB={key:1,class:"empty-text"},Fy=l.defineComponent({__name:"BDTable",props:["fields","items","sortBy","sortDesc","tbodyTrClass","emptyText"],emits:["row-click","sort-changed"],setup(t,{expose:e,emit:n}){const r=t,o=n,i=l.ref(r.items),s=l.ref(r.sortBy),c=h=>s.value=h,a=(h,p,m)=>{const g=p[h],v=m[h];if(g==null)return 1;if(v==null)return-1;const y=g.toString(),b=v.toString();return y.localeCompare(b,void 0,{numeric:!0})},d=h=>{i.value=i.value.sort((m,g)=>a(h,m,g)),o("sort-changed",{sortBy:h,sortDesc:!1})},u=h=>{i.value=i.value.sort((m,g)=>a(h,g,m)),o("sort-changed",{sortBy:h,sortDesc:!0})},f=()=>{i.value=r.items};return l.watch(()=>r.items,h=>{i.value=h}),e({Refresh:f}),(h,p)=>(l.openBlock(),l.createElementBlock("div",DB,[r.items&&r.items.length>0?(l.openBlock(),l.createElementBlock("table",PB,[l.createElementVNode("thead",null,[l.createElementVNode("tr",null,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(r.fields,m=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[m.isVisible?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[m.sortable?(l.openBlock(),l.createBlock(LB,{key:0,label:m.label,active:m.key==s.value,sortDesc:r.sortDesc,onClick:g=>c(m.key),onSortAsc:g=>d(m.key),onSortDesc:g=>u(m.key)},null,8,["label","active","sortDesc","onClick","onSortAsc","onSortDesc"])):(l.openBlock(),l.createElementBlock("th",BB,l.toDisplayString(m.label),1))],64)):l.createCommentVNode("",!0)],64))),256))])]),l.createElementVNode("tbody",null,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(i.value,m=>(l.openBlock(),l.createElementBlock("tr",{class:l.normalizeClass(r.tbodyTrClass&&r.tbodyTrClass(m)),onClick:g=>o("row-click",m)},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.fields,g=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[g.isVisible?(l.openBlock(),l.createElementBlock("td",$B,[h.$slots.hasOwnProperty(g.key)?l.renderSlot(h.$slots,g.key,{key:0,row:m,item:m,value:m[g.key]}):(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[l.createTextVNode(l.toDisplayString(m[g.key]),1)],64))])):l.createCommentVNode("",!0)],64))),256))],10,RB))),256))])])):(l.openBlock(),l.createElementBlock("p",FB,l.toDisplayString(r.emptyText),1))]))}}),zB=["id"],UB={key:0,class:"toast-body__title"},HB={class:"actions"},jB=["textContent"],WB=["textContent"],KB={class:"icon-wrapper"},YB=["textContent"],GB=["textContent"],zy=3e4,Uy=5e3,Hy=l.defineComponent({__name:"BDVideoCallToast",props:{id:{},contactInfoReceiver:{},isSender:{type:Boolean},firstNameSender:{},canceled:{type:Boolean},disabled:{type:Boolean},localization:{}},emits:["reject-video-call","accept-video-call"],setup(t,{emit:e}){const n=t,r=e;let o=l.ref(!1),i=l.ref(!1),s=null,c=null;const a=l.computed(()=>{let E="video-call-toast";return n.id&&(E+=`-${n.id}`),E}),d=l.computed(()=>o.value?[o.value?"is-handled":_e,i.value?"is-handled--success":_e,n.canceled?"is-handled--canceled":_e].join(" "):_e),u=l.computed(()=>n.canceled?n.localization.videoCallCanceled:i.value?n.localization.videoCallAccepted:n.localization.videoCallRejected),f=l.computed(()=>n.canceled?`${n.firstNameSender}${n.localization.notifyCallerWhenCanceled}`:n.isSender?n.contactInfoReceiver?`${n.contactInfoReceiver.name}${n.localization.notifyCallerWhenRejected}`:n.localization.notifyCallerWhenRejected:i.value?n.localization.openNewTabWhenAccepted:`${n.localization.notifyReceiverWhenRejected.start}${n.firstNameSender}${n.localization.notifyReceiverWhenRejected.end}`.replace(/\s\s+/g," "));l.watch(()=>n.canceled,()=>{o.value=!0});const h=()=>{const E=a.value,C=document.querySelector(`#${E}`);if(C){C.addEventListener("hide.bs.toast",b);var S={autohide:!0,delay:zy+Uy};c=ki.getOrCreateInstance(C,S),c.show(),s=window.setTimeout(p,zy)}};l.onMounted(h);const p=()=>{o.value||g()},m=()=>{g(),y()},g=()=>{o.value||(o.value=!0,r("reject-video-call",n.id))},v=()=>{o.value=!0,i.value=!0,r("accept-video-call",n.id),y()},y=()=>{window.clearTimeout(s),window.setTimeout(()=>c.hide(),Uy)},b=()=>{o.value=!1,i.value=!1};return(E,C)=>(l.openBlock(),l.createElementBlock("div",{id:a.value,class:"toast bd-video-call-toast",role:"alert","aria-live":"assertive","aria-atomic":"true"},[l.unref(o)?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("div",UB,l.toDisplayString(n.localization.incomingVideoCall),1)),l.createElementVNode("div",{class:l.normalizeClass(["toast-body__main",d.value])},[l.unref(o)?(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[l.createElementVNode("div",KB,[l.createVNode(Vs)]),l.createElementVNode("div",null,[l.createElementVNode("p",{textContent:l.toDisplayString(u.value),class:"title"},null,8,YB),l.createElementVNode("p",{textContent:l.toDisplayString(f.value)},null,8,GB)])],64)):(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[l.createVNode(Fd,{value:t.contactInfoReceiver},null,8,["value"]),l.createElementVNode("div",HB,[l.createVNode(Re,{variant:"danger",class:"text-center",onClick:m},{default:l.withCtx(()=>[l.createVNode(_c),l.createElementVNode("span",{textContent:l.toDisplayString(n.localization.rejectVideoCall)},null,8,jB)]),_:1}),l.createVNode(Re,{variant:"success",class:"text-center",onClick:v},{default:l.withCtx(()=>[l.createVNode(Vs),l.createElementVNode("span",{textContent:l.toDisplayString(n.localization.acceptVideoCall)},null,8,WB)]),_:1})])],64))],2)],8,zB))}}),hh=l.defineComponent({__name:"BDDropdown",props:{size:{default:at.MD},variant:{default:ia.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(t){const e=t,{uniqueIdentifier:n}=Fo(),r=`__BD__DROPDOWN__${n.value}`,o=l.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=l.computed(()=>({"dropdown-menu-end":e.right,"dropdown-menu-action":e.actionToggle})),s=l.computed(()=>({"aria-labelledby":r})),c=l.ref(),a=l.ref(),d=()=>{c.value.classList.remove("show"),a.value.classList.remove("show"),a.value.removeAttribute("aria-expanded")};return(u,f)=>(l.openBlock(),l.createElementBlock("div",{class:"bd-dropdown dropdown",onClick:f[0]||(f[0]=l.withModifiers(()=>{},["stop"]))},[(l.openBlock(),l.createBlock(l.resolveDynamicComponent(e.toggleTag),l.mergeProps({ref_key:"dropdownToggle",ref:a,class:"dropdown-toggle",target:"_self",role:"button","data-bs-toggle":"dropdown"},o.value),{default:l.withCtx(()=>[l.createElementVNode("span",null,l.toDisplayString(e.text),1)]),_:1},16)),l.createElementVNode("ul",l.mergeProps({ref_key:"dropdownMenu",ref:c,class:["dropdown-menu",i.value]},s.value,{onClick:d}),[l.renderSlot(u.$slots,"default")],16)]))}}),QB={class:"row bd-header"},ZB={class:"col logo-mix"},JB=["src"],XB={key:1,class:"col header-options"},qB={class:"col bd-btn-settings"},VB={key:2},ph=l.defineComponent({__name:"BDHeader",props:{isEmbedded:{type:Boolean},dropdownMenuTitle:{},dropdownOptions:{},headerOptions:{},profileImageSrc:{},profileImageAlt:{},organizationLogoSrc:{},hasLogoutOption:{type:Boolean,default:!0}},emits:["click-logo","signout"],setup(t,{emit:e}){const n=t,r=e,o=l.computed(()=>{let f=[];return n.isEmbedded||(n.headerOptions&&(f=f.concat(n.headerOptions)),n.dropdownOptions&&(f=f.concat(n.dropdownOptions))),f}),i=l.computed(()=>!n.isEmbedded&&n.headerOptions&&n.headerOptions.length!==0),s=l.ref(void 0),c=()=>{n.isEmbedded||r("click-logo")},a=()=>r("signout"),d=()=>s.value=!0,u=()=>s.value=!1;return(f,h)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("nav",QB,[l.createElementVNode("div",ZB,[l.createVNode(Sc,{viewBox:"0 0 351 61",class:"logo bd-logo",onClick:c}),n.organizationLogoSrc?(l.openBlock(),l.createElementBlock("img",{key:0,class:"logo organization-logo",src:n.organizationLogoSrc,alt:""},null,8,JB)):l.createCommentVNode("",!0)]),n.isEmbedded?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("div",{key:0,class:"col bd-hamburger",onClick:d},[h[0]||(h[0]=l.createElementVNode("div",null,"Menu",-1)),l.createVNode(zc)])),i.value?(l.openBlock(),l.createElementBlock("div",XB,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(n.headerOptions,p=>(l.openBlock(),l.createBlock(Re,{class:"btn-header",to:p.to,variant:"neutral"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(p.text),1)]),_:2},1032,["to"]))),256))])):l.createCommentVNode("",!0),l.createElementVNode("div",qB,[n.isEmbedded?l.createCommentVNode("",!0):l.renderSlot(f.$slots,"profile-side",{key:0}),n.profileImageSrc?(l.openBlock(),l.createBlock(_i,{key:1,src:n.profileImageSrc,alt:n.profileImageAlt,size:"sm"},null,8,["src","alt"])):l.createCommentVNode("",!0),n.isEmbedded?(l.openBlock(),l.createElementBlock("span",VB,l.toDisplayString(n.dropdownMenuTitle),1)):l.createCommentVNode("",!0),n.isEmbedded?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(hh,{key:3,text:n.dropdownMenuTitle,variant:"primary",toggleTag:"a",right:!0},{default:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(n.dropdownOptions,(p,m)=>(l.openBlock(),l.createBlock(Ba,l.mergeProps({key:m},{ref_for:!0},p),null,16))),128)),n.hasLogoutOption?(l.openBlock(),l.createBlock(Ba,{key:0,text:"Uitloggen",onClick:a})):l.createCommentVNode("",!0)]),_:1},8,["text"]))])]),n.isEmbedded?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(fh,{key:0,active:s.value,options:o.value,onHide:u,onSignout:a},{"special-options":l.withCtx(()=>[l.renderSlot(f.$slots,"mobile-menu-special-options")]),_:3},8,["active","options"]))],64))}}),eR="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20height='800px'%20width='800px'%20viewBox='0%200%20800%20800'%20fill='none'%20version='1.1'%20id='svg2'%20sodipodi:docname='bell-icon.svg'%20inkscape:version='1.4.2%20(ebf0e94,%202025-05-08)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs2'%20/%3e%3csodipodi:namedview%20id='namedview2'%20pagecolor='%23ffffff'%20bordercolor='%23000000'%20borderopacity='0.25'%20inkscape:showpageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:deskcolor='%23d1d1d1'%20inkscape:zoom='0.93902601'%20inkscape:cx='361.01236'%20inkscape:cy='425.44082'%20inkscape:window-width='2323'%20inkscape:window-height='1321'%20inkscape:window-x='69'%20inkscape:window-y='-9'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg2'%20inkscape:lockguides='false'%20/%3e%3cpath%20fill='%23394156'%20d='m%20574.7134,517.70839%20c%20-43.02343,-19.42958%20-40.33991,-92.03173%20-40.37166,-94.13603%20l%20-0.86403,-55.08622%20c%20-0.84452,-53.84263%20-32.76289,-101.01787%20-79.52261,-120.73389%20-0.10055,-27.68538%20-26.24787,-50.17713%20-53.95375,-50.17713%20-27.70655,0%20-53.8532,22.49307%20-53.95442,50.17581%20-46.75774,19.71601%20-77.67395,68.62166%20-78.65724,122.46193%20l%20-0.86403,47.31%20c%20-0.0304,2.1043%201.78773,80.75463%20-41.23703,100.1842%20-4.90122,2.21412%20-7.59494,12.9473%20-6.46175,18.20508%201.13187,5.25843%203.98237,14.4119%209.36122,14.4119%20h%20110.87115%20c%202.23595,12.30035%208.05205,23.74336%2016.94754,33.01196%2011.8148,12.30961%2027.4393,19.08888%2043.99257,19.08888%2016.5546,0%2032.1791,-6.77927%2043.99258,-19.08888%208.89681,-9.26925%2014.71291,-20.71294%2016.94754,-33.01196%20h%20110.87115%20c%205.37885,0%208.22869,-9.1528%209.36189,-14.4119%201.13449,-5.25778%20-1.55789,-15.9903%20-6.45912,-18.20375%20z%20m%20-65.45742,-27.74178%20c%204.52282,13.71204%207.25707,16.20673%2016.33845,27.66562%20l%20-250.39475,-0.79275%20c%209.08005,-11.45756%2010.3714,-13.15885%2014.89422,-26.87287%20z%20M%20400.00135,224.00622%20c%2012.53255,0%2019.53015,4.82252%2022.8457,16.30126%20-8.54159,-1.77156%20-13.78747,-2.70563%20-22.8457,-2.70563%20-9.05823,0%20-14.30412,0.93341%20-22.84569,2.70563%203.3162,-11.47808%2010.31381,-16.30126%2022.84569,-16.30126%20z%20m%20-103.58848,199.63494%201.79933,-54.2217%20c%201.96022,-59.06989%2042.68543,-96.67497%20101.78915,-96.67497%2059.10373,0%2099.89499,35.80359%20101.78916,94.87564%20l%201.79933,56.1143%20c%200.0152,1.71731%201.47422,12.5683%201.23243,34.7862%20H%20295.17778%20c%200.71894,-22.23906%201.22119,-33.1218%201.23509,-34.87947%20z%20m%20103.58848,148.96978%20c%20-17.42517,0%20-25.43558,-5.58015%20-30.31694,-22.28624%20h%2060.63257%20c%20-4.88138,16.70609%20-12.88914,22.28624%20-30.31563,22.28624%20z'%20id='path1'%20style='stroke-width:0.899666;stroke-dasharray:none'%20sodipodi:nodetypes='ccscscscccsccsccscccccccscscscsssccccsccs'%20/%3e%3cpath%20fill='%23394156'%20d='m%20397.96944,283.33669%20c%20-49.41855,0%20-89.62361,40.20373%20-89.62361,89.62161%200,6.34354%205.14286,11.4864%2011.48639,11.4864%206.34355,0%2011.48641,-5.14286%2011.48641,-11.4864%200,-36.75076%2029.89938,-66.64948%2066.65148,-66.64948%206.34353,0%2011.48639,-5.14285%2011.48639,-11.4864%20-6.6e-4,-6.3442%20-5.14353,-11.48573%20-11.48706,-11.48573%20z'%20id='path2'%20style='stroke-width:0.904712;stroke-dasharray:none'%20sodipodi:nodetypes='ssssscs'%20/%3e%3c/svg%3e",jy=async(t,e)=>{const n=t+e,o=new TextEncoder().encode(n),i=await crypto.subtle.digest("SHA-256",o);return Array.from(new Uint8Array(i)).map(c=>c.toString(16).padStart(2,"0")).join("")};function mh(){const t=()=>new Promise(n=>{if(document.readyState==="complete")return n();window.addEventListener("load",()=>n(),{once:!0})});return{OnWindowLoaded:n=>{l.onMounted(()=>t().then(n))}}}const tR=(t,e,n)=>{const{OnWindowLoaded:r}=mh(),o="lkj298fhGGJihge",i=l.ref(!1),s=()=>e+"|"+n();return r(async()=>{if(e==null||n==null||n()==null){i.value=!1;return}const d=s(),u=localStorage.getItem(t),f=JSON.parse(u)||[],h=await jy(d,o);i.value=!f.includes(h)}),{hasUnfulfilledInteraction:i,MarkInteractionPerformed:async()=>{const d=s(),u=await jy(d,o),f=localStorage.getItem(t),h=JSON.parse(f)||[];h.includes(u)||(h.push(u),localStorage.setItem(t,JSON.stringify(h))),i.value=!1}}};function Wy(t){const{OnWindowLoaded:e}=mh();let n;const r=()=>{n=document.addEventListener("click",i=>{if(!i||!i.target)return;let s=null;if(i.target instanceof Element&&(s=i.target.closest(".popover")),s)return;const c=No.getInstance(t.value);c&&c.hide()})};l.onMounted(r);const o=()=>{if(t?.value==null)return;No.getInstance(t.value)||new No(t.value)};e(o),l.watch(t,o),l.onUnmounted(()=>{if(t?.value!=null){const i=No.getInstance(t.value);i&&i.dispose()}n&&document.removeEventListener("click",n)})}const nR=["data-bs-title","data-bs-content"],rR=["title"],oR={key:0,class:"number-circle",textContent:1},iR=l.defineComponent({__name:"BDNotificationButton",props:{userId:{},getNotification:{}},setup(t){const e=t,n=()=>e.getNotification?.linkUrl,{hasUnfulfilledInteraction:r,MarkInteractionPerformed:o}=tR("notificationsRead",e.userId,n),i=l.ref();Wy(i);const s=l.computed(()=>{const u=e.getNotification;if(!u)return!1;const{isActive:f,startDate:h,endDate:p}=u;if(!f)return!1;const m=new Date(h),g=new Date(p),v=new Date;return v>=m&&v<=g}),c=l.computed(()=>e.getNotification?.tooltip),a=l.computed(()=>e.getNotification?.title),d=l.computed(()=>{const u=e.getNotification;if(!u)return"";const{text:f,linkUrl:h,linkText:p}=u;return`
|
|
1299
|
+
`,parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:t,chain:e,state:n,editor:r})=>t.first([()=>t.exitCode(),()=>t.command(()=>{const{selection:o,storedMarks:i}=n;if(o.$from.parent.type.spec.isolating)return!1;const{keepMarks:s}=this.options,{splittableMarks:c}=r.extensionManager,a=i||o.$to.parentOffset&&o.$from.marks();return e().insertContent({type:this.name}).command(({tr:d,dispatch:u})=>{if(u&&a&&s){const f=a.filter(h=>c.includes(h.type.name));d.ensureMarks(f)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),cO=lO;const dO={class:"popover bd-link-input-popover show bd-link-input-bottom"},uO={class:"popover-body"},fO={class:"form-label"},hO={key:0,class:"validation-text"},pO={class:"d-flex gap-2 mt-2"},mO=["disabled"],gO=l.defineComponent({__name:"BDLinkInput",props:{previousUrl:{}},emits:["submit","cancel"],setup(t,{emit:e}){const n=t,r=e,o=l.ref(n.previousUrl??""),i=l.computed(()=>{if(!o.value)return!!n.previousUrl;if(o.value===n.previousUrl)return!1;const u=o.value.trim().toLowerCase();return u.startsWith("http://")||u.startsWith("https://")||u.startsWith("www.")}),s=l.computed(()=>o.value&&o.value===n.previousUrl?"De URL is niet gewijzigd":o.value&&!i.value?"De URL moet beginnen met http://, https:// of www.":""),c=l.computed(()=>n.previousUrl?o.value?"Wijzigen":"Verwijderen":"Toevoegen"),a=()=>r("submit",o.value),d=()=>r("cancel");return(u,f)=>(l.openBlock(),l.createElementBlock("div",dO,[f[2]||(f[2]=l.createElementVNode("div",{class:"popover-header"},"Link beheren",-1)),l.createElementVNode("div",uO,[l.createElementVNode("label",fO,[f[1]||(f[1]=l.createTextVNode(" URL: ",-1)),l.withDirectives(l.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=h=>o.value=h),type:"text",class:"form-control",placeholder:"https://www.example.com"},null,512),[[l.vModelText,o.value]]),s.value?(l.openBlock(),l.createElementBlock("div",hO,l.toDisplayString(s.value),1)):l.createCommentVNode("",!0)]),l.createElementVNode("div",pO,[l.createElementVNode("button",{type:"button",class:"btn btn-primary btn-sm",disabled:!i.value,onClick:a},l.toDisplayString(c.value),9,mO),l.createElementVNode("button",{type:"button",class:"btn btn-secondary btn-sm",onClick:d}," Annuleren ")])])]))}}),_f={BASIC:"basic",FULL:"full"},vO={class:"attachment-list"},yO={class:"attachment-link"},bO={key:1,class:"attachment-no-download"},CO=["href"],$s=l.defineComponent({__name:"BDAttachmentPreviewList",props:{files:{default:[]},showDelete:{type:Boolean,default:!1},noDownload:{type:Boolean,default:!1}},emits:["delete"],setup(t,{emit:e}){const n=e,r=o=>{n("delete",o)};return(o,i)=>(l.openBlock(),l.createElementBlock("ul",vO,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.files,s=>(l.openBlock(),l.createElementBlock("li",{class:"attachment-list__item",key:s.CorrelationId},[l.createElementVNode("div",yO,[t.showDelete?(l.openBlock(),l.createBlock(Re,{key:0,variant:"remove",onClick:c=>r(s),"aria-label":"verwijder"},{default:l.withCtx(()=>[l.createVNode(l.unref(Ii))]),_:1},8,["onClick"])):l.createCommentVNode("",!0),t.noDownload?(l.openBlock(),l.createElementBlock("div",bO,[l.createVNode(l.unref(hr)),l.createTextVNode(" "+l.toDisplayString(s.Naam.trim()),1)])):(l.openBlock(),l.createElementBlock("a",{key:2,href:s.downloadUrl},[l.createVNode(l.unref(hr)),l.createTextVNode(" "+l.toDisplayString(s.Naam.trim()),1)],8,CO))])]))),128))]))}}),EO={class:"attachment-list"},kO={class:"attachment"},wO=["onClick"],SO=["src","alt"],AO=["onClick"],xO=["href"],TO={class:"btn btn-light download-button-image"},IO=["src","alt"],Fs=l.defineComponent({__name:"BDImageAttachmentPreviewList",props:{fastDownload:{type:Boolean,default:!1},files:{default:void 0},showDelete:{type:Boolean,default:!1},noDownload:{type:Boolean,default:!1}},emits:["delete","show"],setup(t,{emit:e}){const n=t,r=e,o=s=>{r("delete",s)},i=(s,c)=>{s.target&&s.target.className==="img-preview"&&r("show",c)};return(s,c)=>(l.openBlock(),l.createElementBlock("ul",EO,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.files,a=>(l.openBlock(),l.createElementBlock("li",{class:"attachment-list__item",key:a.CorrelationId},[l.createElementVNode("div",kO,[t.showDelete?(l.openBlock(),l.createBlock(Re,{key:0,variant:"remove","aria-label":"verwijder",onClick:l.withModifiers(d=>o(a),["prevent"])},{default:l.withCtx(()=>[l.createVNode(l.unref(Ii))]),_:1},8,["onClick"])):l.createCommentVNode("",!0),n.noDownload?(l.openBlock(),l.createElementBlock("div",{key:1,onClick:d=>i(d,a)},[l.createElementVNode("img",{src:a.previewUrl,class:"img-preview",alt:a.altName,loading:"lazy"},null,8,SO)],8,wO)):(l.openBlock(),l.createElementBlock("div",{key:2,onClick:d=>i(d,a)},[n.fastDownload?(l.openBlock(),l.createElementBlock("a",{key:0,href:a.downloadUrl,class:"download-link"},[l.createElementVNode("button",TO,[l.createVNode(l.unref(Dc))])],8,xO)):l.createCommentVNode("",!0),l.createElementVNode("img",{src:a.previewUrl,alt:a.altName,class:"img-preview",loading:"lazy"},null,8,IO)],8,AO))])]))),128))]))}}),_O=t=>t?.map(e=>e.CorrelationId),Y2=t=>t.Naam.toLowerCase().endsWith(".png")||t.Naam.toLowerCase().endsWith(".jpg")||t.Naam.toLowerCase().endsWith(".jpeg")||t.Naam.toLowerCase().endsWith(".gif"),NO=(t,e)=>e.DownloadUrl?e.DownloadUrl:e.identifier?`${t}/Collega/api/Conversation/GetConversationAttachment?conversationId=${e.conversationId}&fileMetadataId=${e.identifier}`:e.url?e.url:e.Id?`${t}/Portaal/DownloadBerichtBijlage/${e.Id}`:e.FileId?`${t}/Portaal/DownloadStandardMessageAttachment/${e.StandardAttachmentId}/${e.FileId}`:`${t}/Portaal/DownloadBerichtStagingBijlage/${e.CorrelationId}`,G2=(t,e)=>e.ThumbnailUrl?e.ThumbnailUrl:e.identifier?`${t}/Collega/api/Conversation/GetConversationAttachmentThumbnail?conversationId=${e.conversationId}&fileMetadataId=${e.identifier}`:e.url?e.url:e.Id?`${t}/Portaal/DownloadBerichtBijlageThumbnail/${e.Id}`:e.StandardAttachmentId||e.standardAttachmentId?`${t}/Portaal/DownloadStandardMessageAttachmentThumbnail/${e.StandardAttachmentId}/${e.FileId}`:`${t}/Portaal/DownloadBerichtStagingBijlageThumbnail/${e.CorrelationId}`,OO=(t,e)=>e.identifier?`${t}/Collega/api/Conversation/GetConversationAttachment?conversationId=${e.conversationId}&fileMetadataId=${e.identifier}`:null,MO=(t,e)=>e?Y2(t):!Y2(t),So=(t="",e,n)=>e===void 0?void 0:e.filter(o=>MO(o,n)).map(o=>{const i=typeof o.CorrelationId=="string"?o.CorrelationId:o.CorrelationId!=null?o.CorrelationId.toString():"";return{downloadUrl:NO(t,o),previewUrl:G2(t,o),fullImageUrl:OO(t,o),altName:`${o.Naam}`,...o,CorrelationId:i}});var Ft="top",qt="bottom",Vt="right",zt="left",tc="auto",ai=[Ft,qt,Vt,zt],Ao="start",li="end",Q2="clippingParents",Nf="viewport",ci="popper",Z2="reference",Of=ai.reduce(function(t,e){return t.concat([e+"-"+Ao,e+"-"+li])},[]),Mf=[].concat(ai,[tc]).reduce(function(t,e){return t.concat([e,e+"-"+Ao,e+"-"+li])},[]),J2="beforeRead",X2="read",q2="afterRead",V2="beforeMain",e5="main",t5="afterMain",n5="beforeWrite",r5="write",o5="afterWrite",i5=[J2,X2,q2,V2,e5,t5,n5,r5,o5];function Fn(t){return t?(t.nodeName||"").toLowerCase():null}function en(t){if(t==null)return window;if(t.toString()!=="[object Window]"){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function xo(t){var e=en(t).Element;return t instanceof e||t instanceof Element}function dn(t){var e=en(t).HTMLElement;return t instanceof e||t instanceof HTMLElement}function Lf(t){if(typeof ShadowRoot>"u")return!1;var e=en(t).ShadowRoot;return t instanceof e||t instanceof ShadowRoot}function LO(t){var e=t.state;Object.keys(e.elements).forEach(function(n){var r=e.styles[n]||{},o=e.attributes[n]||{},i=e.elements[n];!dn(i)||!Fn(i)||(Object.assign(i.style,r),Object.keys(o).forEach(function(s){var c=o[s];c===!1?i.removeAttribute(s):i.setAttribute(s,c===!0?"":c)}))})}function DO(t){var e=t.state,n={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,n.popper),e.styles=n,e.elements.arrow&&Object.assign(e.elements.arrow.style,n.arrow),function(){Object.keys(e.elements).forEach(function(r){var o=e.elements[r],i=e.attributes[r]||{},s=Object.keys(e.styles.hasOwnProperty(r)?e.styles[r]:n[r]),c=s.reduce(function(a,d){return a[d]="",a},{});!dn(o)||!Fn(o)||(Object.assign(o.style,c),Object.keys(i).forEach(function(a){o.removeAttribute(a)}))})}}const s5={name:"applyStyles",enabled:!0,phase:"write",fn:LO,effect:DO,requires:["computeStyles"]};function zn(t){return t.split("-")[0]}var To=Math.max,nc=Math.min,di=Math.round;function Df(){var t=navigator.userAgentData;return t!=null&&t.brands&&Array.isArray(t.brands)?t.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function a5(){return!/^((?!chrome|android).)*safari/i.test(Df())}function ui(t,e,n){e===void 0&&(e=!1),n===void 0&&(n=!1);var r=t.getBoundingClientRect(),o=1,i=1;e&&dn(t)&&(o=t.offsetWidth>0&&di(r.width)/t.offsetWidth||1,i=t.offsetHeight>0&&di(r.height)/t.offsetHeight||1);var s=xo(t)?en(t):window,c=s.visualViewport,a=!a5()&&n,d=(r.left+(a&&c?c.offsetLeft:0))/o,u=(r.top+(a&&c?c.offsetTop:0))/i,f=r.width/o,h=r.height/i;return{width:f,height:h,top:u,right:d+f,bottom:u+h,left:d,x:d,y:u}}function Pf(t){var e=ui(t),n=t.offsetWidth,r=t.offsetHeight;return Math.abs(e.width-n)<=1&&(n=e.width),Math.abs(e.height-r)<=1&&(r=e.height),{x:t.offsetLeft,y:t.offsetTop,width:n,height:r}}function l5(t,e){var n=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(n&&Lf(n)){var r=e;do{if(r&&t.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function sr(t){return en(t).getComputedStyle(t)}function PO(t){return["table","td","th"].indexOf(Fn(t))>=0}function zr(t){return((xo(t)?t.ownerDocument:t.document)||window.document).documentElement}function rc(t){return Fn(t)==="html"?t:t.assignedSlot||t.parentNode||(Lf(t)?t.host:null)||zr(t)}function c5(t){return!dn(t)||sr(t).position==="fixed"?null:t.offsetParent}function BO(t){var e=/firefox/i.test(Df()),n=/Trident/i.test(Df());if(n&&dn(t)){var r=sr(t);if(r.position==="fixed")return null}var o=rc(t);for(Lf(o)&&(o=o.host);dn(o)&&["html","body"].indexOf(Fn(o))<0;){var i=sr(o);if(i.transform!=="none"||i.perspective!=="none"||i.contain==="paint"||["transform","perspective"].indexOf(i.willChange)!==-1||e&&i.willChange==="filter"||e&&i.filter&&i.filter!=="none")return o;o=o.parentNode}return null}function zs(t){for(var e=en(t),n=c5(t);n&&PO(n)&&sr(n).position==="static";)n=c5(n);return n&&(Fn(n)==="html"||Fn(n)==="body"&&sr(n).position==="static")?e:n||BO(t)||e}function Bf(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function Us(t,e,n){return To(t,nc(e,n))}function RO(t,e,n){var r=Us(t,e,n);return r>n?n:r}function d5(){return{top:0,right:0,bottom:0,left:0}}function u5(t){return Object.assign({},d5(),t)}function f5(t,e){return e.reduce(function(n,r){return n[r]=t,n},{})}var $O=function(e,n){return e=typeof e=="function"?e(Object.assign({},n.rects,{placement:n.placement})):e,u5(typeof e!="number"?e:f5(e,ai))};function FO(t){var e,n=t.state,r=t.name,o=t.options,i=n.elements.arrow,s=n.modifiersData.popperOffsets,c=zn(n.placement),a=Bf(c),d=[zt,Vt].indexOf(c)>=0,u=d?"height":"width";if(!(!i||!s)){var f=$O(o.padding,n),h=Pf(i),p=a==="y"?Ft:zt,m=a==="y"?qt:Vt,g=n.rects.reference[u]+n.rects.reference[a]-s[a]-n.rects.popper[u],v=s[a]-n.rects.reference[a],y=zs(i),b=y?a==="y"?y.clientHeight||0:y.clientWidth||0:0,E=g/2-v/2,C=f[p],S=b-h[u]-f[m],_=b/2-h[u]/2+E,T=Us(C,_,S),D=a;n.modifiersData[r]=(e={},e[D]=T,e.centerOffset=T-_,e)}}function zO(t){var e=t.state,n=t.options,r=n.element,o=r===void 0?"[data-popper-arrow]":r;o!=null&&(typeof o=="string"&&(o=e.elements.popper.querySelector(o),!o)||l5(e.elements.popper,o)&&(e.elements.arrow=o))}const h5={name:"arrow",enabled:!0,phase:"main",fn:FO,effect:zO,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function fi(t){return t.split("-")[1]}var UO={top:"auto",right:"auto",bottom:"auto",left:"auto"};function HO(t,e){var n=t.x,r=t.y,o=e.devicePixelRatio||1;return{x:di(n*o)/o||0,y:di(r*o)/o||0}}function p5(t){var e,n=t.popper,r=t.popperRect,o=t.placement,i=t.variation,s=t.offsets,c=t.position,a=t.gpuAcceleration,d=t.adaptive,u=t.roundOffsets,f=t.isFixed,h=s.x,p=h===void 0?0:h,m=s.y,g=m===void 0?0:m,v=typeof u=="function"?u({x:p,y:g}):{x:p,y:g};p=v.x,g=v.y;var y=s.hasOwnProperty("x"),b=s.hasOwnProperty("y"),E=zt,C=Ft,S=window;if(d){var _=zs(n),T="clientHeight",D="clientWidth";if(_===en(n)&&(_=zr(n),sr(_).position!=="static"&&c==="absolute"&&(T="scrollHeight",D="scrollWidth")),_=_,o===Ft||(o===zt||o===Vt)&&i===li){C=qt;var G=f&&_===S&&S.visualViewport?S.visualViewport.height:_[T];g-=G-r.height,g*=a?1:-1}if(o===zt||(o===Ft||o===qt)&&i===li){E=Vt;var $=f&&_===S&&S.visualViewport?S.visualViewport.width:_[D];p-=$-r.width,p*=a?1:-1}}var j=Object.assign({position:c},d&&UO),W=u===!0?HO({x:p,y:g},en(n)):{x:p,y:g};if(p=W.x,g=W.y,a){var Y;return Object.assign({},j,(Y={},Y[C]=b?"0":"",Y[E]=y?"0":"",Y.transform=(S.devicePixelRatio||1)<=1?"translate("+p+"px, "+g+"px)":"translate3d("+p+"px, "+g+"px, 0)",Y))}return Object.assign({},j,(e={},e[C]=b?g+"px":"",e[E]=y?p+"px":"",e.transform="",e))}function jO(t){var e=t.state,n=t.options,r=n.gpuAcceleration,o=r===void 0?!0:r,i=n.adaptive,s=i===void 0?!0:i,c=n.roundOffsets,a=c===void 0?!0:c,d={placement:zn(e.placement),variation:fi(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:o,isFixed:e.options.strategy==="fixed"};e.modifiersData.popperOffsets!=null&&(e.styles.popper=Object.assign({},e.styles.popper,p5(Object.assign({},d,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:s,roundOffsets:a})))),e.modifiersData.arrow!=null&&(e.styles.arrow=Object.assign({},e.styles.arrow,p5(Object.assign({},d,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})}const m5={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:jO,data:{}};var oc={passive:!0};function WO(t){var e=t.state,n=t.instance,r=t.options,o=r.scroll,i=o===void 0?!0:o,s=r.resize,c=s===void 0?!0:s,a=en(e.elements.popper),d=[].concat(e.scrollParents.reference,e.scrollParents.popper);return i&&d.forEach(function(u){u.addEventListener("scroll",n.update,oc)}),c&&a.addEventListener("resize",n.update,oc),function(){i&&d.forEach(function(u){u.removeEventListener("scroll",n.update,oc)}),c&&a.removeEventListener("resize",n.update,oc)}}const g5={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:WO,data:{}};var KO={left:"right",right:"left",bottom:"top",top:"bottom"};function ic(t){return t.replace(/left|right|bottom|top/g,function(e){return KO[e]})}var YO={start:"end",end:"start"};function v5(t){return t.replace(/start|end/g,function(e){return YO[e]})}function Rf(t){var e=en(t),n=e.pageXOffset,r=e.pageYOffset;return{scrollLeft:n,scrollTop:r}}function $f(t){return ui(zr(t)).left+Rf(t).scrollLeft}function GO(t,e){var n=en(t),r=zr(t),o=n.visualViewport,i=r.clientWidth,s=r.clientHeight,c=0,a=0;if(o){i=o.width,s=o.height;var d=a5();(d||!d&&e==="fixed")&&(c=o.offsetLeft,a=o.offsetTop)}return{width:i,height:s,x:c+$f(t),y:a}}function QO(t){var e,n=zr(t),r=Rf(t),o=(e=t.ownerDocument)==null?void 0:e.body,i=To(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s=To(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),c=-r.scrollLeft+$f(t),a=-r.scrollTop;return sr(o||n).direction==="rtl"&&(c+=To(n.clientWidth,o?o.clientWidth:0)-i),{width:i,height:s,x:c,y:a}}function Ff(t){var e=sr(t),n=e.overflow,r=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function y5(t){return["html","body","#document"].indexOf(Fn(t))>=0?t.ownerDocument.body:dn(t)&&Ff(t)?t:y5(rc(t))}function Hs(t,e){var n;e===void 0&&(e=[]);var r=y5(t),o=r===((n=t.ownerDocument)==null?void 0:n.body),i=en(r),s=o?[i].concat(i.visualViewport||[],Ff(r)?r:[]):r,c=e.concat(s);return o?c:c.concat(Hs(rc(s)))}function zf(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function ZO(t,e){var n=ui(t,!1,e==="fixed");return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}function b5(t,e,n){return e===Nf?zf(GO(t,n)):xo(e)?ZO(e,n):zf(QO(zr(t)))}function JO(t){var e=Hs(rc(t)),n=["absolute","fixed"].indexOf(sr(t).position)>=0,r=n&&dn(t)?zs(t):t;return xo(r)?e.filter(function(o){return xo(o)&&l5(o,r)&&Fn(o)!=="body"}):[]}function XO(t,e,n,r){var o=e==="clippingParents"?JO(t):[].concat(e),i=[].concat(o,[n]),s=i[0],c=i.reduce(function(a,d){var u=b5(t,d,r);return a.top=To(u.top,a.top),a.right=nc(u.right,a.right),a.bottom=nc(u.bottom,a.bottom),a.left=To(u.left,a.left),a},b5(t,s,r));return c.width=c.right-c.left,c.height=c.bottom-c.top,c.x=c.left,c.y=c.top,c}function C5(t){var e=t.reference,n=t.element,r=t.placement,o=r?zn(r):null,i=r?fi(r):null,s=e.x+e.width/2-n.width/2,c=e.y+e.height/2-n.height/2,a;switch(o){case Ft:a={x:s,y:e.y-n.height};break;case qt:a={x:s,y:e.y+e.height};break;case Vt:a={x:e.x+e.width,y:c};break;case zt:a={x:e.x-n.width,y:c};break;default:a={x:e.x,y:e.y}}var d=o?Bf(o):null;if(d!=null){var u=d==="y"?"height":"width";switch(i){case Ao:a[d]=a[d]-(e[u]/2-n[u]/2);break;case li:a[d]=a[d]+(e[u]/2-n[u]/2);break}}return a}function hi(t,e){e===void 0&&(e={});var n=e,r=n.placement,o=r===void 0?t.placement:r,i=n.strategy,s=i===void 0?t.strategy:i,c=n.boundary,a=c===void 0?Q2:c,d=n.rootBoundary,u=d===void 0?Nf:d,f=n.elementContext,h=f===void 0?ci:f,p=n.altBoundary,m=p===void 0?!1:p,g=n.padding,v=g===void 0?0:g,y=u5(typeof v!="number"?v:f5(v,ai)),b=h===ci?Z2:ci,E=t.rects.popper,C=t.elements[m?b:h],S=XO(xo(C)?C:C.contextElement||zr(t.elements.popper),a,u,s),_=ui(t.elements.reference),T=C5({reference:_,element:E,placement:o}),D=zf(Object.assign({},E,T)),G=h===ci?D:_,$={top:S.top-G.top+y.top,bottom:G.bottom-S.bottom+y.bottom,left:S.left-G.left+y.left,right:G.right-S.right+y.right},j=t.modifiersData.offset;if(h===ci&&j){var W=j[o];Object.keys($).forEach(function(Y){var z=[Vt,qt].indexOf(Y)>=0?1:-1,U=[Ft,qt].indexOf(Y)>=0?"y":"x";$[Y]+=W[U]*z})}return $}function qO(t,e){e===void 0&&(e={});var n=e,r=n.placement,o=n.boundary,i=n.rootBoundary,s=n.padding,c=n.flipVariations,a=n.allowedAutoPlacements,d=a===void 0?Mf:a,u=fi(r),f=u?c?Of:Of.filter(function(m){return fi(m)===u}):ai,h=f.filter(function(m){return d.indexOf(m)>=0});h.length===0&&(h=f);var p=h.reduce(function(m,g){return m[g]=hi(t,{placement:g,boundary:o,rootBoundary:i,padding:s})[zn(g)],m},{});return Object.keys(p).sort(function(m,g){return p[m]-p[g]})}function VO(t){if(zn(t)===tc)return[];var e=ic(t);return[v5(t),e,v5(e)]}function eM(t){var e=t.state,n=t.options,r=t.name;if(!e.modifiersData[r]._skip){for(var o=n.mainAxis,i=o===void 0?!0:o,s=n.altAxis,c=s===void 0?!0:s,a=n.fallbackPlacements,d=n.padding,u=n.boundary,f=n.rootBoundary,h=n.altBoundary,p=n.flipVariations,m=p===void 0?!0:p,g=n.allowedAutoPlacements,v=e.options.placement,y=zn(v),b=y===v,E=a||(b||!m?[ic(v)]:VO(v)),C=[v].concat(E).reduce(function(be,Ee){return be.concat(zn(Ee)===tc?qO(e,{placement:Ee,boundary:u,rootBoundary:f,padding:d,flipVariations:m,allowedAutoPlacements:g}):Ee)},[]),S=e.rects.reference,_=e.rects.popper,T=new Map,D=!0,G=C[0],$=0;$<C.length;$++){var j=C[$],W=zn(j),Y=fi(j)===Ao,z=[Ft,qt].indexOf(W)>=0,U=z?"width":"height",F=hi(e,{placement:j,boundary:u,rootBoundary:f,altBoundary:h,padding:d}),X=z?Y?Vt:zt:Y?qt:Ft;S[U]>_[U]&&(X=ic(X));var H=ic(X),ee=[];if(i&&ee.push(F[W]<=0),c&&ee.push(F[X]<=0,F[H]<=0),ee.every(function(be){return be})){G=j,D=!1;break}T.set(j,ee)}if(D)for(var ne=m?3:1,ae=function(Ee){var Te=C.find(function(ve){var N=T.get(ve);if(N)return N.slice(0,Ee).every(function(M){return M})});if(Te)return G=Te,"break"},pe=ne;pe>0;pe--){var me=ae(pe);if(me==="break")break}e.placement!==G&&(e.modifiersData[r]._skip=!0,e.placement=G,e.reset=!0)}}const E5={name:"flip",enabled:!0,phase:"main",fn:eM,requiresIfExists:["offset"],data:{_skip:!1}};function k5(t,e,n){return n===void 0&&(n={x:0,y:0}),{top:t.top-e.height-n.y,right:t.right-e.width+n.x,bottom:t.bottom-e.height+n.y,left:t.left-e.width-n.x}}function w5(t){return[Ft,Vt,qt,zt].some(function(e){return t[e]>=0})}function tM(t){var e=t.state,n=t.name,r=e.rects.reference,o=e.rects.popper,i=e.modifiersData.preventOverflow,s=hi(e,{elementContext:"reference"}),c=hi(e,{altBoundary:!0}),a=k5(s,r),d=k5(c,o,i),u=w5(a),f=w5(d);e.modifiersData[n]={referenceClippingOffsets:a,popperEscapeOffsets:d,isReferenceHidden:u,hasPopperEscaped:f},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":f})}const S5={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:tM};function nM(t,e,n){var r=zn(t),o=[zt,Ft].indexOf(r)>=0?-1:1,i=typeof n=="function"?n(Object.assign({},e,{placement:t})):n,s=i[0],c=i[1];return s=s||0,c=(c||0)*o,[zt,Vt].indexOf(r)>=0?{x:c,y:s}:{x:s,y:c}}function rM(t){var e=t.state,n=t.options,r=t.name,o=n.offset,i=o===void 0?[0,0]:o,s=Mf.reduce(function(u,f){return u[f]=nM(f,e.rects,i),u},{}),c=s[e.placement],a=c.x,d=c.y;e.modifiersData.popperOffsets!=null&&(e.modifiersData.popperOffsets.x+=a,e.modifiersData.popperOffsets.y+=d),e.modifiersData[r]=s}const A5={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:rM};function oM(t){var e=t.state,n=t.name;e.modifiersData[n]=C5({reference:e.rects.reference,element:e.rects.popper,placement:e.placement})}const x5={name:"popperOffsets",enabled:!0,phase:"read",fn:oM,data:{}};function iM(t){return t==="x"?"y":"x"}function sM(t){var e=t.state,n=t.options,r=t.name,o=n.mainAxis,i=o===void 0?!0:o,s=n.altAxis,c=s===void 0?!1:s,a=n.boundary,d=n.rootBoundary,u=n.altBoundary,f=n.padding,h=n.tether,p=h===void 0?!0:h,m=n.tetherOffset,g=m===void 0?0:m,v=hi(e,{boundary:a,rootBoundary:d,padding:f,altBoundary:u}),y=zn(e.placement),b=fi(e.placement),E=!b,C=Bf(y),S=iM(C),_=e.modifiersData.popperOffsets,T=e.rects.reference,D=e.rects.popper,G=typeof g=="function"?g(Object.assign({},e.rects,{placement:e.placement})):g,$=typeof G=="number"?{mainAxis:G,altAxis:G}:Object.assign({mainAxis:0,altAxis:0},G),j=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,W={x:0,y:0};if(_){if(i){var Y,z=C==="y"?Ft:zt,U=C==="y"?qt:Vt,F=C==="y"?"height":"width",X=_[C],H=X+v[z],ee=X-v[U],ne=p?-D[F]/2:0,ae=b===Ao?T[F]:D[F],pe=b===Ao?-D[F]:-T[F],me=e.elements.arrow,be=p&&me?Pf(me):{width:0,height:0},Ee=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:d5(),Te=Ee[z],ve=Ee[U],N=Us(0,T[F],be[F]),M=E?T[F]/2-ne-N-Te-$.mainAxis:ae-N-Te-$.mainAxis,I=E?-T[F]/2+ne+N+ve+$.mainAxis:pe+N+ve+$.mainAxis,O=e.elements.arrow&&zs(e.elements.arrow),k=O?C==="y"?O.clientTop||0:O.clientLeft||0:0,w=(Y=j?.[C])!=null?Y:0,P=X+M-w-k,R=X+I-w,K=Us(p?nc(H,P):H,X,p?To(ee,R):ee);_[C]=K,W[C]=K-X}if(c){var Q,A=C==="x"?Ft:zt,x=C==="x"?qt:Vt,B=_[S],Z=S==="y"?"height":"width",q=B+v[A],te=B-v[x],se=[Ft,zt].indexOf(y)!==-1,J=(Q=j?.[S])!=null?Q:0,re=se?q:B-T[Z]-D[Z]-J+$.altAxis,Se=se?B+T[Z]+D[Z]-J-$.altAxis:te,Ne=p&&se?RO(re,B,Se):Us(p?re:q,B,p?Se:te);_[S]=Ne,W[S]=Ne-B}e.modifiersData[r]=W}}const T5={name:"preventOverflow",enabled:!0,phase:"main",fn:sM,requiresIfExists:["offset"]};function aM(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function lM(t){return t===en(t)||!dn(t)?Rf(t):aM(t)}function cM(t){var e=t.getBoundingClientRect(),n=di(e.width)/t.offsetWidth||1,r=di(e.height)/t.offsetHeight||1;return n!==1||r!==1}function dM(t,e,n){n===void 0&&(n=!1);var r=dn(e),o=dn(e)&&cM(e),i=zr(e),s=ui(t,o,n),c={scrollLeft:0,scrollTop:0},a={x:0,y:0};return(r||!r&&!n)&&((Fn(e)!=="body"||Ff(i))&&(c=lM(e)),dn(e)?(a=ui(e,!0),a.x+=e.clientLeft,a.y+=e.clientTop):i&&(a.x=$f(i))),{x:s.left+c.scrollLeft-a.x,y:s.top+c.scrollTop-a.y,width:s.width,height:s.height}}function uM(t){var e=new Map,n=new Set,r=[];t.forEach(function(i){e.set(i.name,i)});function o(i){n.add(i.name);var s=[].concat(i.requires||[],i.requiresIfExists||[]);s.forEach(function(c){if(!n.has(c)){var a=e.get(c);a&&o(a)}}),r.push(i)}return t.forEach(function(i){n.has(i.name)||o(i)}),r}function fM(t){var e=uM(t);return i5.reduce(function(n,r){return n.concat(e.filter(function(o){return o.phase===r}))},[])}function hM(t){var e;return function(){return e||(e=new Promise(function(n){Promise.resolve().then(function(){e=void 0,n(t())})})),e}}function pM(t){var e=t.reduce(function(n,r){var o=n[r.name];return n[r.name]=o?Object.assign({},o,r,{options:Object.assign({},o.options,r.options),data:Object.assign({},o.data,r.data)}):r,n},{});return Object.keys(e).map(function(n){return e[n]})}var I5={placement:"bottom",modifiers:[],strategy:"absolute"};function _5(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return!e.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function N5(t){t===void 0&&(t={});var e=t,n=e.defaultModifiers,r=n===void 0?[]:n,o=e.defaultOptions,i=o===void 0?I5:o;return function(c,a,d){d===void 0&&(d=i);var u={placement:"bottom",orderedModifiers:[],options:Object.assign({},I5,i),modifiersData:{},elements:{reference:c,popper:a},attributes:{},styles:{}},f=[],h=!1,p={state:u,setOptions:function(y){var b=typeof y=="function"?y(u.options):y;g(),u.options=Object.assign({},i,u.options,b),u.scrollParents={reference:xo(c)?Hs(c):c.contextElement?Hs(c.contextElement):[],popper:Hs(a)};var E=fM(pM([].concat(r,u.options.modifiers)));return u.orderedModifiers=E.filter(function(C){return C.enabled}),m(),p.update()},forceUpdate:function(){if(!h){var y=u.elements,b=y.reference,E=y.popper;if(_5(b,E)){u.rects={reference:dM(b,zs(E),u.options.strategy==="fixed"),popper:Pf(E)},u.reset=!1,u.placement=u.options.placement,u.orderedModifiers.forEach(function($){return u.modifiersData[$.name]=Object.assign({},$.data)});for(var C=0;C<u.orderedModifiers.length;C++){if(u.reset===!0){u.reset=!1,C=-1;continue}var S=u.orderedModifiers[C],_=S.fn,T=S.options,D=T===void 0?{}:T,G=S.name;typeof _=="function"&&(u=_({state:u,options:D,name:G,instance:p})||u)}}}},update:hM(function(){return new Promise(function(v){p.forceUpdate(),v(u)})}),destroy:function(){g(),h=!0}};if(!_5(c,a))return p;p.setOptions(d).then(function(v){!h&&d.onFirstUpdate&&d.onFirstUpdate(v)});function m(){u.orderedModifiers.forEach(function(v){var y=v.name,b=v.options,E=b===void 0?{}:b,C=v.effect;if(typeof C=="function"){var S=C({state:u,name:y,instance:p,options:E}),_=function(){};f.push(S||_)}})}function g(){f.forEach(function(v){return v()}),f=[]}return p}}var mM=[g5,x5,m5,s5,A5,E5,T5,h5,S5],Uf=N5({defaultModifiers:mM});const O5=Object.freeze(Object.defineProperty({__proto__:null,afterMain:t5,afterRead:q2,afterWrite:o5,applyStyles:s5,arrow:h5,auto:tc,basePlacements:ai,beforeMain:V2,beforeRead:J2,beforeWrite:n5,bottom:qt,clippingParents:Q2,computeStyles:m5,createPopper:Uf,detectOverflow:hi,end:li,eventListeners:g5,flip:E5,hide:S5,left:zt,main:e5,modifierPhases:i5,offset:A5,placements:Mf,popper:ci,popperGenerator:N5,popperOffsets:x5,preventOverflow:T5,read:X2,reference:Z2,right:Vt,start:Ao,top:Ft,variationPlacements:Of,viewport:Nf,write:r5},Symbol.toStringTag,{value:"Module"}));const Ur=new Map,Hf={set(t,e,n){Ur.has(t)||Ur.set(t,new Map);const r=Ur.get(t);if(!r.has(e)&&r.size!==0){console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(r.keys())[0]}.`);return}r.set(e,n)},get(t,e){return Ur.has(t)&&Ur.get(t).get(e)||null},remove(t,e){if(!Ur.has(t))return;const n=Ur.get(t);n.delete(e),n.size===0&&Ur.delete(t)}},gM=1e6,vM=1e3,jf="transitionend",M5=t=>(t&&window.CSS&&window.CSS.escape&&(t=t.replace(/#([^\s"#']+)/g,(e,n)=>`#${CSS.escape(n)}`)),t),yM=t=>t==null?`${t}`:Object.prototype.toString.call(t).match(/\s([a-z]+)/i)[1].toLowerCase(),bM=t=>{do t+=Math.floor(Math.random()*gM);while(document.getElementById(t));return t},CM=t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:n}=window.getComputedStyle(t);const r=Number.parseFloat(e),o=Number.parseFloat(n);return!r&&!o?0:(e=e.split(",")[0],n=n.split(",")[0],(Number.parseFloat(e)+Number.parseFloat(n))*vM)},L5=t=>{t.dispatchEvent(new Event(jf))},ar=t=>!t||typeof t!="object"?!1:(typeof t.jquery<"u"&&(t=t[0]),typeof t.nodeType<"u"),Hr=t=>ar(t)?t.jquery?t[0]:t:typeof t=="string"&&t.length>0?document.querySelector(M5(t)):null,pi=t=>{if(!ar(t)||t.getClientRects().length===0)return!1;const e=getComputedStyle(t).getPropertyValue("visibility")==="visible",n=t.closest("details:not([open])");if(!n)return e;if(n!==t){const r=t.closest("summary");if(r&&r.parentNode!==n||r===null)return!1}return e},jr=t=>!t||t.nodeType!==Node.ELEMENT_NODE||t.classList.contains("disabled")?!0:typeof t.disabled<"u"?t.disabled:t.hasAttribute("disabled")&&t.getAttribute("disabled")!=="false",D5=t=>{if(!document.documentElement.attachShadow)return null;if(typeof t.getRootNode=="function"){const e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?D5(t.parentNode):null},sc=()=>{},js=t=>{t.offsetHeight},P5=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,Wf=[],EM=t=>{document.readyState==="loading"?(Wf.length||document.addEventListener("DOMContentLoaded",()=>{for(const e of Wf)e()}),Wf.push(t)):t()},un=()=>document.documentElement.dir==="rtl",fn=t=>{EM(()=>{const e=P5();if(e){const n=t.NAME,r=e.fn[n];e.fn[n]=t.jQueryInterface,e.fn[n].Constructor=t,e.fn[n].noConflict=()=>(e.fn[n]=r,t.jQueryInterface)}})},Qt=(t,e=[],n=t)=>typeof t=="function"?t.call(...e):n,B5=(t,e,n=!0)=>{if(!n){Qt(t);return}const o=CM(e)+5;let i=!1;const s=({target:c})=>{c===e&&(i=!0,e.removeEventListener(jf,s),Qt(t))};e.addEventListener(jf,s),setTimeout(()=>{i||L5(e)},o)},Kf=(t,e,n,r)=>{const o=t.length;let i=t.indexOf(e);return i===-1?!n&&r?t[o-1]:t[0]:(i+=n?1:-1,r&&(i=(i+o)%o),t[Math.max(0,Math.min(i,o-1))])},kM=/[^.]*(?=\..*)\.|.*/,wM=/\..*/,SM=/::\d+$/,Yf={};let R5=1;const $5={mouseenter:"mouseover",mouseleave:"mouseout"},AM=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function F5(t,e){return e&&`${e}::${R5++}`||t.uidEvent||R5++}function z5(t){const e=F5(t);return t.uidEvent=e,Yf[e]=Yf[e]||{},Yf[e]}function xM(t,e){return function n(r){return Qf(r,{delegateTarget:t}),n.oneOff&&de.off(t,r.type,e),e.apply(t,[r])}}function TM(t,e,n){return function r(o){const i=t.querySelectorAll(e);for(let{target:s}=o;s&&s!==this;s=s.parentNode)for(const c of i)if(c===s)return Qf(o,{delegateTarget:s}),r.oneOff&&de.off(t,o.type,e,n),n.apply(s,[o])}}function U5(t,e,n=null){return Object.values(t).find(r=>r.callable===e&&r.delegationSelector===n)}function H5(t,e,n){const r=typeof e=="string",o=r?n:e||n;let i=W5(t);return AM.has(i)||(i=t),[r,o,i]}function j5(t,e,n,r,o){if(typeof e!="string"||!t)return;let[i,s,c]=H5(e,n,r);e in $5&&(s=(m=>function(g){if(!g.relatedTarget||g.relatedTarget!==g.delegateTarget&&!g.delegateTarget.contains(g.relatedTarget))return m.call(this,g)})(s));const a=z5(t),d=a[c]||(a[c]={}),u=U5(d,s,i?n:null);if(u){u.oneOff=u.oneOff&&o;return}const f=F5(s,e.replace(kM,"")),h=i?TM(t,n,s):xM(t,s);h.delegationSelector=i?n:null,h.callable=s,h.oneOff=o,h.uidEvent=f,d[f]=h,t.addEventListener(c,h,i)}function Gf(t,e,n,r,o){const i=U5(e[n],r,o);i&&(t.removeEventListener(n,i,!!o),delete e[n][i.uidEvent])}function IM(t,e,n,r){const o=e[n]||{};for(const[i,s]of Object.entries(o))i.includes(r)&&Gf(t,e,n,s.callable,s.delegationSelector)}function W5(t){return t=t.replace(wM,""),$5[t]||t}const de={on(t,e,n,r){j5(t,e,n,r,!1)},one(t,e,n,r){j5(t,e,n,r,!0)},off(t,e,n,r){if(typeof e!="string"||!t)return;const[o,i,s]=H5(e,n,r),c=s!==e,a=z5(t),d=a[s]||{},u=e.startsWith(".");if(typeof i<"u"){if(!Object.keys(d).length)return;Gf(t,a,s,i,o?n:null);return}if(u)for(const f of Object.keys(a))IM(t,a,f,e.slice(1));for(const[f,h]of Object.entries(d)){const p=f.replace(SM,"");(!c||e.includes(p))&&Gf(t,a,s,h.callable,h.delegationSelector)}},trigger(t,e,n){if(typeof e!="string"||!t)return null;const r=P5(),o=W5(e),i=e!==o;let s=null,c=!0,a=!0,d=!1;i&&r&&(s=r.Event(e,n),r(t).trigger(s),c=!s.isPropagationStopped(),a=!s.isImmediatePropagationStopped(),d=s.isDefaultPrevented());const u=Qf(new Event(e,{bubbles:c,cancelable:!0}),n);return d&&u.preventDefault(),a&&t.dispatchEvent(u),u.defaultPrevented&&s&&s.preventDefault(),u}};function Qf(t,e={}){for(const[n,r]of Object.entries(e))try{t[n]=r}catch{Object.defineProperty(t,n,{configurable:!0,get(){return r}})}return t}function K5(t){if(t==="true")return!0;if(t==="false")return!1;if(t===Number(t).toString())return Number(t);if(t===""||t==="null")return null;if(typeof t!="string")return t;try{return JSON.parse(decodeURIComponent(t))}catch{return t}}function Zf(t){return t.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`)}const lr={setDataAttribute(t,e,n){t.setAttribute(`data-bs-${Zf(e)}`,n)},removeDataAttribute(t,e){t.removeAttribute(`data-bs-${Zf(e)}`)},getDataAttributes(t){if(!t)return{};const e={},n=Object.keys(t.dataset).filter(r=>r.startsWith("bs")&&!r.startsWith("bsConfig"));for(const r of n){let o=r.replace(/^bs/,"");o=o.charAt(0).toLowerCase()+o.slice(1),e[o]=K5(t.dataset[r])}return e},getDataAttribute(t,e){return K5(t.getAttribute(`data-bs-${Zf(e)}`))}};class Ws{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(e){return e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e}_mergeConfigObj(e,n){const r=ar(n)?lr.getDataAttribute(n,"config"):{};return{...this.constructor.Default,...typeof r=="object"?r:{},...ar(n)?lr.getDataAttributes(n):{},...typeof e=="object"?e:{}}}_typeCheckConfig(e,n=this.constructor.DefaultType){for(const[r,o]of Object.entries(n)){const i=e[r],s=ar(i)?"element":yM(i);if(!new RegExp(o).test(s))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${r}" provided type "${s}" but expected type "${o}".`)}}}const _M="5.3.8";class An extends Ws{constructor(e,n){super(),e=Hr(e),e&&(this._element=e,this._config=this._getConfig(n),Hf.set(this._element,this.constructor.DATA_KEY,this))}dispose(){Hf.remove(this._element,this.constructor.DATA_KEY),de.off(this._element,this.constructor.EVENT_KEY);for(const e of Object.getOwnPropertyNames(this))this[e]=null}_queueCallback(e,n,r=!0){B5(e,n,r)}_getConfig(e){return e=this._mergeConfigObj(e,this._element),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}static getInstance(e){return Hf.get(Hr(e),this.DATA_KEY)}static getOrCreateInstance(e,n={}){return this.getInstance(e)||new this(e,typeof n=="object"?n:null)}static get VERSION(){return _M}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(e){return`${e}${this.EVENT_KEY}`}}const Jf=t=>{let e=t.getAttribute("data-bs-target");if(!e||e==="#"){let n=t.getAttribute("href");if(!n||!n.includes("#")&&!n.startsWith("."))return null;n.includes("#")&&!n.startsWith("#")&&(n=`#${n.split("#")[1]}`),e=n&&n!=="#"?n.trim():null}return e?e.split(",").map(n=>M5(n)).join(","):null},Ae={find(t,e=document.documentElement){return[].concat(...Element.prototype.querySelectorAll.call(e,t))},findOne(t,e=document.documentElement){return Element.prototype.querySelector.call(e,t)},children(t,e){return[].concat(...t.children).filter(n=>n.matches(e))},parents(t,e){const n=[];let r=t.parentNode.closest(e);for(;r;)n.push(r),r=r.parentNode.closest(e);return n},prev(t,e){let n=t.previousElementSibling;for(;n;){if(n.matches(e))return[n];n=n.previousElementSibling}return[]},next(t,e){let n=t.nextElementSibling;for(;n;){if(n.matches(e))return[n];n=n.nextElementSibling}return[]},focusableChildren(t){const e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(n=>`${n}:not([tabindex^="-"])`).join(",");return this.find(e,t).filter(n=>!jr(n)&&pi(n))},getSelectorFromElement(t){const e=Jf(t);return e&&Ae.findOne(e)?e:null},getElementFromSelector(t){const e=Jf(t);return e?Ae.findOne(e):null},getMultipleElementsFromSelector(t){const e=Jf(t);return e?Ae.find(e):[]}},ac=(t,e="hide")=>{const n=`click.dismiss${t.EVENT_KEY}`,r=t.NAME;de.on(document,n,`[data-bs-dismiss="${r}"]`,function(o){if(["A","AREA"].includes(this.tagName)&&o.preventDefault(),jr(this))return;const i=Ae.getElementFromSelector(this)||this.closest(`.${r}`);t.getOrCreateInstance(i)[e]()})},NM="alert",Y5=".bs.alert",OM=`close${Y5}`,MM=`closed${Y5}`,LM="fade",DM="show";class lc extends An{static get NAME(){return NM}close(){if(de.trigger(this._element,OM).defaultPrevented)return;this._element.classList.remove(DM);const n=this._element.classList.contains(LM);this._queueCallback(()=>this._destroyElement(),this._element,n)}_destroyElement(){this._element.remove(),de.trigger(this._element,MM),this.dispose()}static jQueryInterface(e){return this.each(function(){const n=lc.getOrCreateInstance(this);if(typeof e=="string"){if(n[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);n[e](this)}})}}ac(lc,"close"),fn(lc);const PM="button",BM=".bs.button",RM=".data-api",$M="active",G5='[data-bs-toggle="button"]',FM=`click${BM}${RM}`;class cc extends An{static get NAME(){return PM}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle($M))}static jQueryInterface(e){return this.each(function(){const n=cc.getOrCreateInstance(this);e==="toggle"&&n[e]()})}}de.on(document,FM,G5,t=>{t.preventDefault();const e=t.target.closest(G5);cc.getOrCreateInstance(e).toggle()}),fn(cc);const zM="swipe",mi=".bs.swipe",UM=`touchstart${mi}`,HM=`touchmove${mi}`,jM=`touchend${mi}`,WM=`pointerdown${mi}`,KM=`pointerup${mi}`,YM="touch",GM="pen",QM="pointer-event",ZM=40,JM={endCallback:null,leftCallback:null,rightCallback:null},XM={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class dc extends Ws{constructor(e,n){super(),this._element=e,!(!e||!dc.isSupported())&&(this._config=this._getConfig(n),this._deltaX=0,this._supportPointerEvents=!!window.PointerEvent,this._initEvents())}static get Default(){return JM}static get DefaultType(){return XM}static get NAME(){return zM}dispose(){de.off(this._element,mi)}_start(e){if(!this._supportPointerEvents){this._deltaX=e.touches[0].clientX;return}this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX)}_end(e){this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX-this._deltaX),this._handleSwipe(),Qt(this._config.endCallback)}_move(e){this._deltaX=e.touches&&e.touches.length>1?0:e.touches[0].clientX-this._deltaX}_handleSwipe(){const e=Math.abs(this._deltaX);if(e<=ZM)return;const n=e/this._deltaX;this._deltaX=0,n&&Qt(n>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(de.on(this._element,WM,e=>this._start(e)),de.on(this._element,KM,e=>this._end(e)),this._element.classList.add(QM)):(de.on(this._element,UM,e=>this._start(e)),de.on(this._element,HM,e=>this._move(e)),de.on(this._element,jM,e=>this._end(e)))}_eventIsPointerPenTouch(e){return this._supportPointerEvents&&(e.pointerType===GM||e.pointerType===YM)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const qM="carousel",Wr=".bs.carousel",Q5=".data-api",VM="ArrowLeft",eL="ArrowRight",tL=500,Ks="next",gi="prev",vi="left",uc="right",nL=`slide${Wr}`,Xf=`slid${Wr}`,rL=`keydown${Wr}`,oL=`mouseenter${Wr}`,iL=`mouseleave${Wr}`,sL=`dragstart${Wr}`,aL=`load${Wr}${Q5}`,lL=`click${Wr}${Q5}`,Z5="carousel",fc="active",cL="slide",dL="carousel-item-end",uL="carousel-item-start",fL="carousel-item-next",hL="carousel-item-prev",J5=".active",X5=".carousel-item",pL=J5+X5,mL=".carousel-item img",gL=".carousel-indicators",vL="[data-bs-slide], [data-bs-slide-to]",yL='[data-bs-ride="carousel"]',bL={[VM]:uc,[eL]:vi},CL={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},EL={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class Ys extends An{constructor(e,n){super(e,n),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=Ae.findOne(gL,this._element),this._addEventListeners(),this._config.ride===Z5&&this.cycle()}static get Default(){return CL}static get DefaultType(){return EL}static get NAME(){return qM}next(){this._slide(Ks)}nextWhenVisible(){!document.hidden&&pi(this._element)&&this.next()}prev(){this._slide(gi)}pause(){this._isSliding&&L5(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval(()=>this.nextWhenVisible(),this._config.interval)}_maybeEnableCycle(){if(this._config.ride){if(this._isSliding){de.one(this._element,Xf,()=>this.cycle());return}this.cycle()}}to(e){const n=this._getItems();if(e>n.length-1||e<0)return;if(this._isSliding){de.one(this._element,Xf,()=>this.to(e));return}const r=this._getItemIndex(this._getActive());if(r===e)return;const o=e>r?Ks:gi;this._slide(o,n[e])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(e){return e.defaultInterval=e.interval,e}_addEventListeners(){this._config.keyboard&&de.on(this._element,rL,e=>this._keydown(e)),this._config.pause==="hover"&&(de.on(this._element,oL,()=>this.pause()),de.on(this._element,iL,()=>this._maybeEnableCycle())),this._config.touch&&dc.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const r of Ae.find(mL,this._element))de.on(r,sL,o=>o.preventDefault());const n={leftCallback:()=>this._slide(this._directionToOrder(vi)),rightCallback:()=>this._slide(this._directionToOrder(uc)),endCallback:()=>{this._config.pause==="hover"&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(()=>this._maybeEnableCycle(),tL+this._config.interval))}};this._swipeHelper=new dc(this._element,n)}_keydown(e){if(/input|textarea/i.test(e.target.tagName))return;const n=bL[e.key];n&&(e.preventDefault(),this._slide(this._directionToOrder(n)))}_getItemIndex(e){return this._getItems().indexOf(e)}_setActiveIndicatorElement(e){if(!this._indicatorsElement)return;const n=Ae.findOne(J5,this._indicatorsElement);n.classList.remove(fc),n.removeAttribute("aria-current");const r=Ae.findOne(`[data-bs-slide-to="${e}"]`,this._indicatorsElement);r&&(r.classList.add(fc),r.setAttribute("aria-current","true"))}_updateInterval(){const e=this._activeElement||this._getActive();if(!e)return;const n=Number.parseInt(e.getAttribute("data-bs-interval"),10);this._config.interval=n||this._config.defaultInterval}_slide(e,n=null){if(this._isSliding)return;const r=this._getActive(),o=e===Ks,i=n||Kf(this._getItems(),r,o,this._config.wrap);if(i===r)return;const s=this._getItemIndex(i),c=p=>de.trigger(this._element,p,{relatedTarget:i,direction:this._orderToDirection(e),from:this._getItemIndex(r),to:s});if(c(nL).defaultPrevented||!r||!i)return;const d=!!this._interval;this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(s),this._activeElement=i;const u=o?uL:dL,f=o?fL:hL;i.classList.add(f),js(i),r.classList.add(u),i.classList.add(u);const h=()=>{i.classList.remove(u,f),i.classList.add(fc),r.classList.remove(fc,f,u),this._isSliding=!1,c(Xf)};this._queueCallback(h,r,this._isAnimated()),d&&this.cycle()}_isAnimated(){return this._element.classList.contains(cL)}_getActive(){return Ae.findOne(pL,this._element)}_getItems(){return Ae.find(X5,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(e){return un()?e===vi?gi:Ks:e===vi?Ks:gi}_orderToDirection(e){return un()?e===gi?vi:uc:e===gi?uc:vi}static jQueryInterface(e){return this.each(function(){const n=Ys.getOrCreateInstance(this,e);if(typeof e=="number"){n.to(e);return}if(typeof e=="string"){if(n[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);n[e]()}})}}de.on(document,lL,vL,function(t){const e=Ae.getElementFromSelector(this);if(!e||!e.classList.contains(Z5))return;t.preventDefault();const n=Ys.getOrCreateInstance(e),r=this.getAttribute("data-bs-slide-to");if(r){n.to(r),n._maybeEnableCycle();return}if(lr.getDataAttribute(this,"slide")==="next"){n.next(),n._maybeEnableCycle();return}n.prev(),n._maybeEnableCycle()}),de.on(window,aL,()=>{const t=Ae.find(yL);for(const e of t)Ys.getOrCreateInstance(e)}),fn(Ys);const kL="collapse",Gs=".bs.collapse",wL=".data-api",SL=`show${Gs}`,AL=`shown${Gs}`,xL=`hide${Gs}`,TL=`hidden${Gs}`,IL=`click${Gs}${wL}`,qf="show",yi="collapse",hc="collapsing",_L="collapsed",NL=`:scope .${yi} .${yi}`,OL="collapse-horizontal",ML="width",LL="height",DL=".collapse.show, .collapse.collapsing",Vf='[data-bs-toggle="collapse"]',PL={parent:null,toggle:!0},BL={parent:"(null|element)",toggle:"boolean"};class Qs extends An{constructor(e,n){super(e,n),this._isTransitioning=!1,this._triggerArray=[];const r=Ae.find(Vf);for(const o of r){const i=Ae.getSelectorFromElement(o),s=Ae.find(i).filter(c=>c===this._element);i!==null&&s.length&&this._triggerArray.push(o)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return PL}static get DefaultType(){return BL}static get NAME(){return kL}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let e=[];if(this._config.parent&&(e=this._getFirstLevelChildren(DL).filter(c=>c!==this._element).map(c=>Qs.getOrCreateInstance(c,{toggle:!1}))),e.length&&e[0]._isTransitioning||de.trigger(this._element,SL).defaultPrevented)return;for(const c of e)c.hide();const r=this._getDimension();this._element.classList.remove(yi),this._element.classList.add(hc),this._element.style[r]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const o=()=>{this._isTransitioning=!1,this._element.classList.remove(hc),this._element.classList.add(yi,qf),this._element.style[r]="",de.trigger(this._element,AL)},s=`scroll${r[0].toUpperCase()+r.slice(1)}`;this._queueCallback(o,this._element,!0),this._element.style[r]=`${this._element[s]}px`}hide(){if(this._isTransitioning||!this._isShown()||de.trigger(this._element,xL).defaultPrevented)return;const n=this._getDimension();this._element.style[n]=`${this._element.getBoundingClientRect()[n]}px`,js(this._element),this._element.classList.add(hc),this._element.classList.remove(yi,qf);for(const o of this._triggerArray){const i=Ae.getElementFromSelector(o);i&&!this._isShown(i)&&this._addAriaAndCollapsedClass([o],!1)}this._isTransitioning=!0;const r=()=>{this._isTransitioning=!1,this._element.classList.remove(hc),this._element.classList.add(yi),de.trigger(this._element,TL)};this._element.style[n]="",this._queueCallback(r,this._element,!0)}_isShown(e=this._element){return e.classList.contains(qf)}_configAfterMerge(e){return e.toggle=!!e.toggle,e.parent=Hr(e.parent),e}_getDimension(){return this._element.classList.contains(OL)?ML:LL}_initializeChildren(){if(!this._config.parent)return;const e=this._getFirstLevelChildren(Vf);for(const n of e){const r=Ae.getElementFromSelector(n);r&&this._addAriaAndCollapsedClass([n],this._isShown(r))}}_getFirstLevelChildren(e){const n=Ae.find(NL,this._config.parent);return Ae.find(e,this._config.parent).filter(r=>!n.includes(r))}_addAriaAndCollapsedClass(e,n){if(e.length)for(const r of e)r.classList.toggle(_L,!n),r.setAttribute("aria-expanded",n)}static jQueryInterface(e){const n={};return typeof e=="string"&&/show|hide/.test(e)&&(n.toggle=!1),this.each(function(){const r=Qs.getOrCreateInstance(this,n);if(typeof e=="string"){if(typeof r[e]>"u")throw new TypeError(`No method named "${e}"`);r[e]()}})}}de.on(document,IL,Vf,function(t){(t.target.tagName==="A"||t.delegateTarget&&t.delegateTarget.tagName==="A")&&t.preventDefault();for(const e of Ae.getMultipleElementsFromSelector(this))Qs.getOrCreateInstance(e,{toggle:!1}).toggle()}),fn(Qs);const q5="dropdown",Io=".bs.dropdown",eh=".data-api",RL="Escape",V5="Tab",$L="ArrowUp",ey="ArrowDown",FL=2,zL=`hide${Io}`,UL=`hidden${Io}`,HL=`show${Io}`,jL=`shown${Io}`,ty=`click${Io}${eh}`,ny=`keydown${Io}${eh}`,WL=`keyup${Io}${eh}`,bi="show",KL="dropup",YL="dropend",GL="dropstart",QL="dropup-center",ZL="dropdown-center",_o='[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',JL=`${_o}.${bi}`,pc=".dropdown-menu",XL=".navbar",qL=".navbar-nav",VL=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",eD=un()?"top-end":"top-start",tD=un()?"top-start":"top-end",nD=un()?"bottom-end":"bottom-start",rD=un()?"bottom-start":"bottom-end",oD=un()?"left-start":"right-start",iD=un()?"right-start":"left-start",sD="top",aD="bottom",lD={autoClose:!0,boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},cD={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"};class Un extends An{constructor(e,n){super(e,n),this._popper=null,this._parent=this._element.parentNode,this._menu=Ae.next(this._element,pc)[0]||Ae.prev(this._element,pc)[0]||Ae.findOne(pc,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return lD}static get DefaultType(){return cD}static get NAME(){return q5}toggle(){return this._isShown()?this.hide():this.show()}show(){if(jr(this._element)||this._isShown())return;const e={relatedTarget:this._element};if(!de.trigger(this._element,HL,e).defaultPrevented){if(this._createPopper(),"ontouchstart"in document.documentElement&&!this._parent.closest(qL))for(const r of[].concat(...document.body.children))de.on(r,"mouseover",sc);this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(bi),this._element.classList.add(bi),de.trigger(this._element,jL,e)}}hide(){if(jr(this._element)||!this._isShown())return;const e={relatedTarget:this._element};this._completeHide(e)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(e){if(!de.trigger(this._element,zL,e).defaultPrevented){if("ontouchstart"in document.documentElement)for(const r of[].concat(...document.body.children))de.off(r,"mouseover",sc);this._popper&&this._popper.destroy(),this._menu.classList.remove(bi),this._element.classList.remove(bi),this._element.setAttribute("aria-expanded","false"),lr.removeDataAttribute(this._menu,"popper"),de.trigger(this._element,UL,e)}}_getConfig(e){if(e=super._getConfig(e),typeof e.reference=="object"&&!ar(e.reference)&&typeof e.reference.getBoundingClientRect!="function")throw new TypeError(`${q5.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return e}_createPopper(){if(typeof O5>"u")throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org/docs/v2/)");let e=this._element;this._config.reference==="parent"?e=this._parent:ar(this._config.reference)?e=Hr(this._config.reference):typeof this._config.reference=="object"&&(e=this._config.reference);const n=this._getPopperConfig();this._popper=Uf(e,this._menu,n)}_isShown(){return this._menu.classList.contains(bi)}_getPlacement(){const e=this._parent;if(e.classList.contains(YL))return oD;if(e.classList.contains(GL))return iD;if(e.classList.contains(QL))return sD;if(e.classList.contains(ZL))return aD;const n=getComputedStyle(this._menu).getPropertyValue("--bs-position").trim()==="end";return e.classList.contains(KL)?n?tD:eD:n?rD:nD}_detectNavbar(){return this._element.closest(XL)!==null}_getOffset(){const{offset:e}=this._config;return typeof e=="string"?e.split(",").map(n=>Number.parseInt(n,10)):typeof e=="function"?n=>e(n,this._element):e}_getPopperConfig(){const e={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||this._config.display==="static")&&(lr.setDataAttribute(this._menu,"popper","static"),e.modifiers=[{name:"applyStyles",enabled:!1}]),{...e,...Qt(this._config.popperConfig,[void 0,e])}}_selectMenuItem({key:e,target:n}){const r=Ae.find(VL,this._menu).filter(o=>pi(o));r.length&&Kf(r,n,e===ey,!r.includes(n)).focus()}static jQueryInterface(e){return this.each(function(){const n=Un.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof n[e]>"u")throw new TypeError(`No method named "${e}"`);n[e]()}})}static clearMenus(e){if(e.button===FL||e.type==="keyup"&&e.key!==V5)return;const n=Ae.find(JL);for(const r of n){const o=Un.getInstance(r);if(!o||o._config.autoClose===!1)continue;const i=e.composedPath(),s=i.includes(o._menu);if(i.includes(o._element)||o._config.autoClose==="inside"&&!s||o._config.autoClose==="outside"&&s||o._menu.contains(e.target)&&(e.type==="keyup"&&e.key===V5||/input|select|option|textarea|form/i.test(e.target.tagName)))continue;const c={relatedTarget:o._element};e.type==="click"&&(c.clickEvent=e),o._completeHide(c)}}static dataApiKeydownHandler(e){const n=/input|textarea/i.test(e.target.tagName),r=e.key===RL,o=[$L,ey].includes(e.key);if(!o&&!r||n&&!r)return;e.preventDefault();const i=this.matches(_o)?this:Ae.prev(this,_o)[0]||Ae.next(this,_o)[0]||Ae.findOne(_o,e.delegateTarget.parentNode),s=Un.getOrCreateInstance(i);if(o){e.stopPropagation(),s.show(),s._selectMenuItem(e);return}s._isShown()&&(e.stopPropagation(),s.hide(),i.focus())}}de.on(document,ny,_o,Un.dataApiKeydownHandler),de.on(document,ny,pc,Un.dataApiKeydownHandler),de.on(document,ty,Un.clearMenus),de.on(document,WL,Un.clearMenus),de.on(document,ty,_o,function(t){t.preventDefault(),Un.getOrCreateInstance(this).toggle()}),fn(Un);const ry="backdrop",dD="fade",oy="show",iy=`mousedown.bs.${ry}`,uD={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},fD={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class sy extends Ws{constructor(e){super(),this._config=this._getConfig(e),this._isAppended=!1,this._element=null}static get Default(){return uD}static get DefaultType(){return fD}static get NAME(){return ry}show(e){if(!this._config.isVisible){Qt(e);return}this._append();const n=this._getElement();this._config.isAnimated&&js(n),n.classList.add(oy),this._emulateAnimation(()=>{Qt(e)})}hide(e){if(!this._config.isVisible){Qt(e);return}this._getElement().classList.remove(oy),this._emulateAnimation(()=>{this.dispose(),Qt(e)})}dispose(){this._isAppended&&(de.off(this._element,iy),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const e=document.createElement("div");e.className=this._config.className,this._config.isAnimated&&e.classList.add(dD),this._element=e}return this._element}_configAfterMerge(e){return e.rootElement=Hr(e.rootElement),e}_append(){if(this._isAppended)return;const e=this._getElement();this._config.rootElement.append(e),de.on(e,iy,()=>{Qt(this._config.clickCallback)}),this._isAppended=!0}_emulateAnimation(e){B5(e,this._getElement(),this._config.isAnimated)}}const hD="focustrap",mc=".bs.focustrap",pD=`focusin${mc}`,mD=`keydown.tab${mc}`,gD="Tab",vD="forward",ay="backward",yD={autofocus:!0,trapElement:null},bD={autofocus:"boolean",trapElement:"element"};class ly extends Ws{constructor(e){super(),this._config=this._getConfig(e),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return yD}static get DefaultType(){return bD}static get NAME(){return hD}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),de.off(document,mc),de.on(document,pD,e=>this._handleFocusin(e)),de.on(document,mD,e=>this._handleKeydown(e)),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,de.off(document,mc))}_handleFocusin(e){const{trapElement:n}=this._config;if(e.target===document||e.target===n||n.contains(e.target))return;const r=Ae.focusableChildren(n);r.length===0?n.focus():this._lastTabNavDirection===ay?r[r.length-1].focus():r[0].focus()}_handleKeydown(e){e.key===gD&&(this._lastTabNavDirection=e.shiftKey?ay:vD)}}const cy=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",dy=".sticky-top",gc="padding-right",uy="margin-right";class th{constructor(){this._element=document.body}getWidth(){const e=document.documentElement.clientWidth;return Math.abs(window.innerWidth-e)}hide(){const e=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,gc,n=>n+e),this._setElementAttributes(cy,gc,n=>n+e),this._setElementAttributes(dy,uy,n=>n-e)}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,gc),this._resetElementAttributes(cy,gc),this._resetElementAttributes(dy,uy)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(e,n,r){const o=this.getWidth(),i=s=>{if(s!==this._element&&window.innerWidth>s.clientWidth+o)return;this._saveInitialAttribute(s,n);const c=window.getComputedStyle(s).getPropertyValue(n);s.style.setProperty(n,`${r(Number.parseFloat(c))}px`)};this._applyManipulationCallback(e,i)}_saveInitialAttribute(e,n){const r=e.style.getPropertyValue(n);r&&lr.setDataAttribute(e,n,r)}_resetElementAttributes(e,n){const r=o=>{const i=lr.getDataAttribute(o,n);if(i===null){o.style.removeProperty(n);return}lr.removeDataAttribute(o,n),o.style.setProperty(n,i)};this._applyManipulationCallback(e,r)}_applyManipulationCallback(e,n){if(ar(e)){n(e);return}for(const r of Ae.find(e,this._element))n(r)}}const CD="modal",hn=".bs.modal",ED=".data-api",kD="Escape",wD=`hide${hn}`,SD=`hidePrevented${hn}`,fy=`hidden${hn}`,hy=`show${hn}`,AD=`shown${hn}`,xD=`resize${hn}`,TD=`click.dismiss${hn}`,ID=`mousedown.dismiss${hn}`,_D=`keydown.dismiss${hn}`,ND=`click${hn}${ED}`,py="modal-open",OD="fade",my="show",nh="modal-static",MD=".modal.show",LD=".modal-dialog",DD=".modal-body",PD='[data-bs-toggle="modal"]',BD={backdrop:!0,focus:!0,keyboard:!0},RD={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class Kr extends An{constructor(e,n){super(e,n),this._dialog=Ae.findOne(LD,this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new th,this._addEventListeners()}static get Default(){return BD}static get DefaultType(){return RD}static get NAME(){return CD}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||this._isTransitioning||de.trigger(this._element,hy,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(py),this._adjustDialog(),this._backdrop.show(()=>this._showElement(e)))}hide(){!this._isShown||this._isTransitioning||de.trigger(this._element,wD).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(my),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated()))}dispose(){de.off(window,hn),de.off(this._dialog,hn),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new sy({isVisible:!!this._config.backdrop,isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new ly({trapElement:this._element})}_showElement(e){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const n=Ae.findOne(DD,this._dialog);n&&(n.scrollTop=0),js(this._element),this._element.classList.add(my);const r=()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,de.trigger(this._element,AD,{relatedTarget:e})};this._queueCallback(r,this._dialog,this._isAnimated())}_addEventListeners(){de.on(this._element,_D,e=>{if(e.key===kD){if(this._config.keyboard){this.hide();return}this._triggerBackdropTransition()}}),de.on(window,xD,()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),de.on(this._element,ID,e=>{de.one(this._element,TD,n=>{if(!(this._element!==e.target||this._element!==n.target)){if(this._config.backdrop==="static"){this._triggerBackdropTransition();return}this._config.backdrop&&this.hide()}})})}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove(py),this._resetAdjustments(),this._scrollBar.reset(),de.trigger(this._element,fy)})}_isAnimated(){return this._element.classList.contains(OD)}_triggerBackdropTransition(){if(de.trigger(this._element,SD).defaultPrevented)return;const n=this._element.scrollHeight>document.documentElement.clientHeight,r=this._element.style.overflowY;r==="hidden"||this._element.classList.contains(nh)||(n||(this._element.style.overflowY="hidden"),this._element.classList.add(nh),this._queueCallback(()=>{this._element.classList.remove(nh),this._queueCallback(()=>{this._element.style.overflowY=r},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const e=this._element.scrollHeight>document.documentElement.clientHeight,n=this._scrollBar.getWidth(),r=n>0;if(r&&!e){const o=un()?"paddingLeft":"paddingRight";this._element.style[o]=`${n}px`}if(!r&&e){const o=un()?"paddingRight":"paddingLeft";this._element.style[o]=`${n}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(e,n){return this.each(function(){const r=Kr.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof r[e]>"u")throw new TypeError(`No method named "${e}"`);r[e](n)}})}}de.on(document,ND,PD,function(t){const e=Ae.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&t.preventDefault(),de.one(e,hy,o=>{o.defaultPrevented||de.one(e,fy,()=>{pi(this)&&this.focus()})});const n=Ae.findOne(MD);n&&Kr.getInstance(n).hide(),Kr.getOrCreateInstance(e).toggle(this)}),ac(Kr),fn(Kr);const $D="offcanvas",cr=".bs.offcanvas",gy=".data-api",FD=`load${cr}${gy}`,zD="Escape",vy="show",yy="showing",by="hiding",UD="offcanvas-backdrop",Cy=".offcanvas.show",HD=`show${cr}`,jD=`shown${cr}`,WD=`hide${cr}`,Ey=`hidePrevented${cr}`,ky=`hidden${cr}`,KD=`resize${cr}`,YD=`click${cr}${gy}`,GD=`keydown.dismiss${cr}`,QD='[data-bs-toggle="offcanvas"]',ZD={backdrop:!0,keyboard:!0,scroll:!1},JD={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class Yr extends An{constructor(e,n){super(e,n),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return ZD}static get DefaultType(){return JD}static get NAME(){return $D}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){if(this._isShown||de.trigger(this._element,HD,{relatedTarget:e}).defaultPrevented)return;this._isShown=!0,this._backdrop.show(),this._config.scroll||new th().hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(yy);const r=()=>{(!this._config.scroll||this._config.backdrop)&&this._focustrap.activate(),this._element.classList.add(vy),this._element.classList.remove(yy),de.trigger(this._element,jD,{relatedTarget:e})};this._queueCallback(r,this._element,!0)}hide(){if(!this._isShown||de.trigger(this._element,WD).defaultPrevented)return;this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(by),this._backdrop.hide();const n=()=>{this._element.classList.remove(vy,by),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||new th().reset(),de.trigger(this._element,ky)};this._queueCallback(n,this._element,!0)}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const e=()=>{if(this._config.backdrop==="static"){de.trigger(this._element,Ey);return}this.hide()},n=!!this._config.backdrop;return new sy({className:UD,isVisible:n,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:n?e:null})}_initializeFocusTrap(){return new ly({trapElement:this._element})}_addEventListeners(){de.on(this._element,GD,e=>{if(e.key===zD){if(this._config.keyboard){this.hide();return}de.trigger(this._element,Ey)}})}static jQueryInterface(e){return this.each(function(){const n=Yr.getOrCreateInstance(this,e);if(typeof e=="string"){if(n[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);n[e](this)}})}}de.on(document,YD,QD,function(t){const e=Ae.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),jr(this))return;de.one(e,ky,()=>{pi(this)&&this.focus()});const n=Ae.findOne(Cy);n&&n!==e&&Yr.getInstance(n).hide(),Yr.getOrCreateInstance(e).toggle(this)}),de.on(window,FD,()=>{for(const t of Ae.find(Cy))Yr.getOrCreateInstance(t).show()}),de.on(window,KD,()=>{for(const t of Ae.find("[aria-modal][class*=show][class*=offcanvas-]"))getComputedStyle(t).position!=="fixed"&&Yr.getOrCreateInstance(t).hide()}),ac(Yr),fn(Yr);const wy={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],dd:[],div:[],dl:[],dt:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},XD=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),qD=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,VD=(t,e)=>{const n=t.nodeName.toLowerCase();return e.includes(n)?XD.has(n)?!!qD.test(t.nodeValue):!0:e.filter(r=>r instanceof RegExp).some(r=>r.test(n))};function eP(t,e,n){if(!t.length)return t;if(n&&typeof n=="function")return n(t);const o=new window.DOMParser().parseFromString(t,"text/html"),i=[].concat(...o.body.querySelectorAll("*"));for(const s of i){const c=s.nodeName.toLowerCase();if(!Object.keys(e).includes(c)){s.remove();continue}const a=[].concat(...s.attributes),d=[].concat(e["*"]||[],e[c]||[]);for(const u of a)VD(u,d)||s.removeAttribute(u.nodeName)}return o.body.innerHTML}const tP="TemplateFactory",nP={allowList:wy,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"<div></div>"},rP={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},oP={entry:"(string|element|function|null)",selector:"(string|element)"};class iP extends Ws{constructor(e){super(),this._config=this._getConfig(e)}static get Default(){return nP}static get DefaultType(){return rP}static get NAME(){return tP}getContent(){return Object.values(this._config.content).map(e=>this._resolvePossibleFunction(e)).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(e){return this._checkContent(e),this._config.content={...this._config.content,...e},this}toHtml(){const e=document.createElement("div");e.innerHTML=this._maybeSanitize(this._config.template);for(const[o,i]of Object.entries(this._config.content))this._setContent(e,i,o);const n=e.children[0],r=this._resolvePossibleFunction(this._config.extraClass);return r&&n.classList.add(...r.split(" ")),n}_typeCheckConfig(e){super._typeCheckConfig(e),this._checkContent(e.content)}_checkContent(e){for(const[n,r]of Object.entries(e))super._typeCheckConfig({selector:n,entry:r},oP)}_setContent(e,n,r){const o=Ae.findOne(r,e);if(o){if(n=this._resolvePossibleFunction(n),!n){o.remove();return}if(ar(n)){this._putElementInTemplate(Hr(n),o);return}if(this._config.html){o.innerHTML=this._maybeSanitize(n);return}o.textContent=n}}_maybeSanitize(e){return this._config.sanitize?eP(e,this._config.allowList,this._config.sanitizeFn):e}_resolvePossibleFunction(e){return Qt(e,[void 0,this])}_putElementInTemplate(e,n){if(this._config.html){n.innerHTML="",n.append(e);return}n.textContent=e.textContent}}const sP="tooltip",aP=new Set(["sanitize","allowList","sanitizeFn"]),rh="fade",lP="modal",vc="show",cP=".tooltip-inner",Sy=`.${lP}`,Ay="hide.bs.modal",Zs="hover",oh="focus",ih="click",dP="manual",uP="hide",fP="hidden",hP="show",pP="shown",mP="inserted",gP="click",vP="focusin",yP="focusout",bP="mouseenter",CP="mouseleave",EP={AUTO:"auto",TOP:"top",RIGHT:un()?"left":"right",BOTTOM:"bottom",LEFT:un()?"right":"left"},kP={allowList:wy,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,6],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',title:"",trigger:"hover focus"},wP={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class Hn extends An{constructor(e,n){if(typeof O5>"u")throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org/docs/v2/)");super(e,n),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return kP}static get DefaultType(){return wP}static get NAME(){return sP}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){if(this._isEnabled){if(this._isShown()){this._leave();return}this._enter()}}dispose(){clearTimeout(this._timeout),de.off(this._element.closest(Sy),Ay,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if(this._element.style.display==="none")throw new Error("Please use show on visible elements");if(!(this._isWithContent()&&this._isEnabled))return;const e=de.trigger(this._element,this.constructor.eventName(hP)),r=(D5(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(e.defaultPrevented||!r)return;this._disposePopper();const o=this._getTipElement();this._element.setAttribute("aria-describedby",o.getAttribute("id"));const{container:i}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(i.append(o),de.trigger(this._element,this.constructor.eventName(mP))),this._popper=this._createPopper(o),o.classList.add(vc),"ontouchstart"in document.documentElement)for(const c of[].concat(...document.body.children))de.on(c,"mouseover",sc);const s=()=>{de.trigger(this._element,this.constructor.eventName(pP)),this._isHovered===!1&&this._leave(),this._isHovered=!1};this._queueCallback(s,this.tip,this._isAnimated())}hide(){if(!this._isShown()||de.trigger(this._element,this.constructor.eventName(uP)).defaultPrevented)return;if(this._getTipElement().classList.remove(vc),"ontouchstart"in document.documentElement)for(const o of[].concat(...document.body.children))de.off(o,"mouseover",sc);this._activeTrigger[ih]=!1,this._activeTrigger[oh]=!1,this._activeTrigger[Zs]=!1,this._isHovered=null;const r=()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),de.trigger(this._element,this.constructor.eventName(fP)))};this._queueCallback(r,this.tip,this._isAnimated())}update(){this._popper&&this._popper.update()}_isWithContent(){return!!this._getTitle()}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(e){const n=this._getTemplateFactory(e).toHtml();if(!n)return null;n.classList.remove(rh,vc),n.classList.add(`bs-${this.constructor.NAME}-auto`);const r=bM(this.constructor.NAME).toString();return n.setAttribute("id",r),this._isAnimated()&&n.classList.add(rh),n}setContent(e){this._newContent=e,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(e){return this._templateFactory?this._templateFactory.changeContent(e):this._templateFactory=new iP({...this._config,content:e,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{[cP]:this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(e){return this.constructor.getOrCreateInstance(e.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(rh)}_isShown(){return this.tip&&this.tip.classList.contains(vc)}_createPopper(e){const n=Qt(this._config.placement,[this,e,this._element]),r=EP[n.toUpperCase()];return Uf(this._element,e,this._getPopperConfig(r))}_getOffset(){const{offset:e}=this._config;return typeof e=="string"?e.split(",").map(n=>Number.parseInt(n,10)):typeof e=="function"?n=>e(n,this._element):e}_resolvePossibleFunction(e){return Qt(e,[this._element,this._element])}_getPopperConfig(e){const n={placement:e,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:r=>{this._getTipElement().setAttribute("data-popper-placement",r.state.placement)}}]};return{...n,...Qt(this._config.popperConfig,[void 0,n])}}_setListeners(){const e=this._config.trigger.split(" ");for(const n of e)if(n==="click")de.on(this._element,this.constructor.eventName(gP),this._config.selector,r=>{const o=this._initializeOnDelegatedTarget(r);o._activeTrigger[ih]=!(o._isShown()&&o._activeTrigger[ih]),o.toggle()});else if(n!==dP){const r=n===Zs?this.constructor.eventName(bP):this.constructor.eventName(vP),o=n===Zs?this.constructor.eventName(CP):this.constructor.eventName(yP);de.on(this._element,r,this._config.selector,i=>{const s=this._initializeOnDelegatedTarget(i);s._activeTrigger[i.type==="focusin"?oh:Zs]=!0,s._enter()}),de.on(this._element,o,this._config.selector,i=>{const s=this._initializeOnDelegatedTarget(i);s._activeTrigger[i.type==="focusout"?oh:Zs]=s._element.contains(i.relatedTarget),s._leave()})}this._hideModalHandler=()=>{this._element&&this.hide()},de.on(this._element.closest(Sy),Ay,this._hideModalHandler)}_fixTitle(){const e=this._element.getAttribute("title");e&&(!this._element.getAttribute("aria-label")&&!this._element.textContent.trim()&&this._element.setAttribute("aria-label",e),this._element.setAttribute("data-bs-original-title",e),this._element.removeAttribute("title"))}_enter(){if(this._isShown()||this._isHovered){this._isHovered=!0;return}this._isHovered=!0,this._setTimeout(()=>{this._isHovered&&this.show()},this._config.delay.show)}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout(()=>{this._isHovered||this.hide()},this._config.delay.hide))}_setTimeout(e,n){clearTimeout(this._timeout),this._timeout=setTimeout(e,n)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(e){const n=lr.getDataAttributes(this._element);for(const r of Object.keys(n))aP.has(r)&&delete n[r];return e={...n,...typeof e=="object"&&e?e:{}},e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e.container=e.container===!1?document.body:Hr(e.container),typeof e.delay=="number"&&(e.delay={show:e.delay,hide:e.delay}),typeof e.title=="number"&&(e.title=e.title.toString()),typeof e.content=="number"&&(e.content=e.content.toString()),e}_getDelegateConfig(){const e={};for(const[n,r]of Object.entries(this._config))this.constructor.Default[n]!==r&&(e[n]=r);return e.selector=!1,e.trigger="manual",e}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(e){return this.each(function(){const n=Hn.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof n[e]>"u")throw new TypeError(`No method named "${e}"`);n[e]()}})}}fn(Hn);const SP="popover",AP=".popover-header",xP=".popover-body",TP={...Hn.Default,content:"",offset:[0,8],placement:"right",template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>',trigger:"click"},IP={...Hn.DefaultType,content:"(null|string|element|function)"};class No extends Hn{static get Default(){return TP}static get DefaultType(){return IP}static get NAME(){return SP}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{[AP]:this._getTitle(),[xP]:this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(e){return this.each(function(){const n=No.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof n[e]>"u")throw new TypeError(`No method named "${e}"`);n[e]()}})}}fn(No);const _P="scrollspy",sh=".bs.scrollspy",NP=".data-api",OP=`activate${sh}`,xy=`click${sh}`,MP=`load${sh}${NP}`,LP="dropdown-item",Ci="active",DP='[data-bs-spy="scroll"]',ah="[href]",PP=".nav, .list-group",Ty=".nav-link",BP=`${Ty}, .nav-item > ${Ty}, .list-group-item`,RP=".dropdown",$P=".dropdown-toggle",FP={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},zP={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class yc extends An{constructor(e,n){super(e,n),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement=getComputedStyle(this._element).overflowY==="visible"?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return FP}static get DefaultType(){return zP}static get NAME(){return _P}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const e of this._observableSections.values())this._observer.observe(e)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(e){return e.target=Hr(e.target)||document.body,e.rootMargin=e.offset?`${e.offset}px 0px -30%`:e.rootMargin,typeof e.threshold=="string"&&(e.threshold=e.threshold.split(",").map(n=>Number.parseFloat(n))),e}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(de.off(this._config.target,xy),de.on(this._config.target,xy,ah,e=>{const n=this._observableSections.get(e.target.hash);if(n){e.preventDefault();const r=this._rootElement||window,o=n.offsetTop-this._element.offsetTop;if(r.scrollTo){r.scrollTo({top:o,behavior:"smooth"});return}r.scrollTop=o}}))}_getNewObserver(){const e={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver(n=>this._observerCallback(n),e)}_observerCallback(e){const n=s=>this._targetLinks.get(`#${s.target.id}`),r=s=>{this._previousScrollData.visibleEntryTop=s.target.offsetTop,this._process(n(s))},o=(this._rootElement||document.documentElement).scrollTop,i=o>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=o;for(const s of e){if(!s.isIntersecting){this._activeTarget=null,this._clearActiveClass(n(s));continue}const c=s.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(i&&c){if(r(s),!o)return;continue}!i&&!c&&r(s)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const e=Ae.find(ah,this._config.target);for(const n of e){if(!n.hash||jr(n))continue;const r=Ae.findOne(decodeURI(n.hash),this._element);pi(r)&&(this._targetLinks.set(decodeURI(n.hash),n),this._observableSections.set(n.hash,r))}}_process(e){this._activeTarget!==e&&(this._clearActiveClass(this._config.target),this._activeTarget=e,e.classList.add(Ci),this._activateParents(e),de.trigger(this._element,OP,{relatedTarget:e}))}_activateParents(e){if(e.classList.contains(LP)){Ae.findOne($P,e.closest(RP)).classList.add(Ci);return}for(const n of Ae.parents(e,PP))for(const r of Ae.prev(n,BP))r.classList.add(Ci)}_clearActiveClass(e){e.classList.remove(Ci);const n=Ae.find(`${ah}.${Ci}`,e);for(const r of n)r.classList.remove(Ci)}static jQueryInterface(e){return this.each(function(){const n=yc.getOrCreateInstance(this,e);if(typeof e=="string"){if(n[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);n[e]()}})}}de.on(window,MP,()=>{for(const t of Ae.find(DP))yc.getOrCreateInstance(t)}),fn(yc);const UP="tab",Oo=".bs.tab",HP=`hide${Oo}`,jP=`hidden${Oo}`,WP=`show${Oo}`,KP=`shown${Oo}`,YP=`click${Oo}`,GP=`keydown${Oo}`,QP=`load${Oo}`,ZP="ArrowLeft",Iy="ArrowRight",JP="ArrowUp",_y="ArrowDown",lh="Home",Ny="End",Mo="active",Oy="fade",ch="show",XP="dropdown",My=".dropdown-toggle",qP=".dropdown-menu",dh=`:not(${My})`,VP='.list-group, .nav, [role="tablist"]',eB=".nav-item, .list-group-item",tB=`.nav-link${dh}, .list-group-item${dh}, [role="tab"]${dh}`,Ly='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',uh=`${tB}, ${Ly}`,nB=`.${Mo}[data-bs-toggle="tab"], .${Mo}[data-bs-toggle="pill"], .${Mo}[data-bs-toggle="list"]`;class Ei extends An{constructor(e){super(e),this._parent=this._element.closest(VP),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),de.on(this._element,GP,n=>this._keydown(n)))}static get NAME(){return UP}show(){const e=this._element;if(this._elemIsActive(e))return;const n=this._getActiveElem(),r=n?de.trigger(n,HP,{relatedTarget:e}):null;de.trigger(e,WP,{relatedTarget:n}).defaultPrevented||r&&r.defaultPrevented||(this._deactivate(n,e),this._activate(e,n))}_activate(e,n){if(!e)return;e.classList.add(Mo),this._activate(Ae.getElementFromSelector(e));const r=()=>{if(e.getAttribute("role")!=="tab"){e.classList.add(ch);return}e.removeAttribute("tabindex"),e.setAttribute("aria-selected",!0),this._toggleDropDown(e,!0),de.trigger(e,KP,{relatedTarget:n})};this._queueCallback(r,e,e.classList.contains(Oy))}_deactivate(e,n){if(!e)return;e.classList.remove(Mo),e.blur(),this._deactivate(Ae.getElementFromSelector(e));const r=()=>{if(e.getAttribute("role")!=="tab"){e.classList.remove(ch);return}e.setAttribute("aria-selected",!1),e.setAttribute("tabindex","-1"),this._toggleDropDown(e,!1),de.trigger(e,jP,{relatedTarget:n})};this._queueCallback(r,e,e.classList.contains(Oy))}_keydown(e){if(![ZP,Iy,JP,_y,lh,Ny].includes(e.key))return;e.stopPropagation(),e.preventDefault();const n=this._getChildren().filter(o=>!jr(o));let r;if([lh,Ny].includes(e.key))r=n[e.key===lh?0:n.length-1];else{const o=[Iy,_y].includes(e.key);r=Kf(n,e.target,o,!0)}r&&(r.focus({preventScroll:!0}),Ei.getOrCreateInstance(r).show())}_getChildren(){return Ae.find(uh,this._parent)}_getActiveElem(){return this._getChildren().find(e=>this._elemIsActive(e))||null}_setInitialAttributes(e,n){this._setAttributeIfNotExists(e,"role","tablist");for(const r of n)this._setInitialAttributesOnChild(r)}_setInitialAttributesOnChild(e){e=this._getInnerElement(e);const n=this._elemIsActive(e),r=this._getOuterElement(e);e.setAttribute("aria-selected",n),r!==e&&this._setAttributeIfNotExists(r,"role","presentation"),n||e.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(e,"role","tab"),this._setInitialAttributesOnTargetPanel(e)}_setInitialAttributesOnTargetPanel(e){const n=Ae.getElementFromSelector(e);n&&(this._setAttributeIfNotExists(n,"role","tabpanel"),e.id&&this._setAttributeIfNotExists(n,"aria-labelledby",`${e.id}`))}_toggleDropDown(e,n){const r=this._getOuterElement(e);if(!r.classList.contains(XP))return;const o=(i,s)=>{const c=Ae.findOne(i,r);c&&c.classList.toggle(s,n)};o(My,Mo),o(qP,ch),r.setAttribute("aria-expanded",n)}_setAttributeIfNotExists(e,n,r){e.hasAttribute(n)||e.setAttribute(n,r)}_elemIsActive(e){return e.classList.contains(Mo)}_getInnerElement(e){return e.matches(uh)?e:Ae.findOne(uh,e)}_getOuterElement(e){return e.closest(eB)||e}static jQueryInterface(e){return this.each(function(){const n=Ei.getOrCreateInstance(this);if(typeof e=="string"){if(n[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);n[e]()}})}}de.on(document,YP,Ly,function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),!jr(this)&&Ei.getOrCreateInstance(this).show()}),de.on(window,QP,()=>{for(const t of Ae.find(nB))Ei.getOrCreateInstance(t)}),fn(Ei);const rB="toast",Gr=".bs.toast",oB=`mouseover${Gr}`,iB=`mouseout${Gr}`,sB=`focusin${Gr}`,aB=`focusout${Gr}`,lB=`hide${Gr}`,cB=`hidden${Gr}`,dB=`show${Gr}`,uB=`shown${Gr}`,fB="fade",Dy="hide",bc="show",Cc="showing",hB={animation:"boolean",autohide:"boolean",delay:"number"},pB={animation:!0,autohide:!0,delay:5e3};class ki extends An{constructor(e,n){super(e,n),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return pB}static get DefaultType(){return hB}static get NAME(){return rB}show(){if(de.trigger(this._element,dB).defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add(fB);const n=()=>{this._element.classList.remove(Cc),de.trigger(this._element,uB),this._maybeScheduleHide()};this._element.classList.remove(Dy),js(this._element),this._element.classList.add(bc,Cc),this._queueCallback(n,this._element,this._config.animation)}hide(){if(!this.isShown()||de.trigger(this._element,lB).defaultPrevented)return;const n=()=>{this._element.classList.add(Dy),this._element.classList.remove(Cc,bc),de.trigger(this._element,cB)};this._element.classList.add(Cc),this._queueCallback(n,this._element,this._config.animation)}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(bc),super.dispose()}isShown(){return this._element.classList.contains(bc)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(e,n){switch(e.type){case"mouseover":case"mouseout":{this._hasMouseInteraction=n;break}case"focusin":case"focusout":{this._hasKeyboardInteraction=n;break}}if(n){this._clearTimeout();return}const r=e.relatedTarget;this._element===r||this._element.contains(r)||this._maybeScheduleHide()}_setListeners(){de.on(this._element,oB,e=>this._onInteraction(e,!0)),de.on(this._element,iB,e=>this._onInteraction(e,!1)),de.on(this._element,sB,e=>this._onInteraction(e,!0)),de.on(this._element,aB,e=>this._onInteraction(e,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(e){return this.each(function(){const n=ki.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof n[e]>"u")throw new TypeError(`No method named "${e}"`);n[e](this)}})}}ac(ki),fn(ki);function Py(t,e){return e.value||t.getAttribute("title")||""}const Lo={mounted:(t,e)=>{const n=Py(t,e);n&&t.setAttribute("title",n),new Hn(t)},updated:(t,e)=>{const n=Hn.getInstance(t);n&&n.dispose();const r=Py(t,e);r&&t.setAttribute("title",r),new Hn(t)},unmounted:t=>{const e=Hn.getInstance(t);e&&e.dispose()}},mB={key:0,class:"pills-list__wrapper"},gB={class:"pills-list__ul"},vB={class:"bd-markdown-editor__menu-bottom"},yB={key:0,class:"vr"},By=l.defineComponent({__name:"BDMarkdownEditor",props:{placeholder:{default:"Typ een bericht"},errorText:{default:"er is iets fout gegaan"},state:{type:[Boolean,null],default:null},variant:{default:_f.BASIC},files:{default:void 0},pills:{default:void 0},apiUrl:{default:""},modelValue:{}},emits:["update:modelValue","upload","action"],setup(t,{emit:e}){const n=t,r=e,o=()=>{r("upload")},i=Vr(n,"modelValue",r),s=[M_,P_,R_,ON.configure({placeholder:n.placeholder}),cO,dN.configure({openOnClick:!1,validate:Y=>/^(https?:\/\/|www\.)/i.test(Y)})];n.variant===_f.FULL&&s.push(RN,jN,KN,iO,sO,aO);const c=N_({content:i.value,extensions:s,onUpdate:({editor:Y})=>{const{view:z,state:U}=Y,{from:F,to:X}=z.state.selection;if(U.doc.textBetween(F-1,X,"")==" "&&Y.getAttributes("link").href!=null&&Y.chain().setTextSelection({from:F-1,to:X}).toggleLink({href:Y.getAttributes("link").href}).setTextSelection({from:X,to:X}).run(),Y.getText().trim()===""){r("update:modelValue","");return}r("update:modelValue",Y.getHTML())}});l.watch(()=>n.modelValue,Y=>{c.value.getHTML()!==Y&&c.value.commands.setContent(Y,!0,{preserveWhitespace:"full"})});const a=l.computed(()=>n.state===!1?"is-invalid":null),d=l.computed(()=>v("bold")),u=l.computed(()=>v("italic")),f=l.computed(()=>v("underline")),h=l.computed(()=>v("bulletList")),p=l.computed(()=>v("orderedList")),m=l.computed(()=>v("link")),g=l.computed(()=>n.variant===_f.FULL),v=Y=>c.value&&c.value.isActive(Y)?"active":null,y=l.computed(()=>n.files&&n.files.length>0?So(n.apiUrl,n.files,!1):null),b=l.computed(()=>n.files&&n.files.length>0?So(n.apiUrl,n.files,!0):null),E=Y=>{r("action",{name:"delete-attachment",obj:Y})},C=Y=>{r("action",{name:"image-attachment",obj:Y})},S=l.computed(()=>{if(!c.value)return!1;const{from:Y,to:z}=c.value.state.selection;return Y!==z}),_=l.computed(()=>S.value?"Voeg een link toe":"Selecteer eerst tekst"),T=l.ref(!1),D=l.ref(""),G=l.ref(null),$=()=>{D.value=c.value.getAttributes("link").href||"",T.value=!0},j=Y=>{if(T.value=!1,!Y){c.value.chain().focus().unsetLink().run();return}/^www\./i.test(Y)&&(Y=`https://${Y}`),c.value.chain().focus().toggleLink({href:Y}).run()},W=()=>{T.value=!1};return(Y,z)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",{class:l.normalizeClass(["bd-markdown-editor",a.value])},[l.createVNode(l.unref(__),{editor:l.unref(c)},null,8,["editor"]),t.pills?(l.openBlock(),l.createElementBlock("div",mB,[l.createElementVNode("ul",gB,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.pills,(U,F)=>(l.openBlock(),l.createElementBlock("li",{key:F,class:"pills-list__li"},[l.createVNode(_a,l.mergeProps({ref_for:!0},U),null,16)]))),128))])])):l.createCommentVNode("",!0),l.renderSlot(Y.$slots,"default"),y.value?(l.openBlock(),l.createBlock($s,{key:1,files:y.value,"no-download":!0,"show-delete":!0,onDelete:E},null,8,["files"])):l.createCommentVNode("",!0),b.value?(l.openBlock(),l.createBlock(Fs,{key:2,files:b.value,"no-download":!0,"show-delete":!0,"fast-download":!1,onDelete:E,onShow:C},null,8,["files"])):l.createCommentVNode("",!0),l.createElementVNode("div",vB,[l.createVNode(Re,{variant:"light",type:"button",onClick:o},{default:l.withCtx(()=>[l.createVNode(l.unref(hr))]),_:1}),g.value?(l.openBlock(),l.createElementBlock("div",yB)):l.createCommentVNode("",!0),g.value?(l.openBlock(),l.createBlock(Re,{key:1,variant:"light",type:"button",class:l.normalizeClass(d.value),onClick:z[0]||(z[0]=U=>l.unref(c).chain().focus().toggleBold().run())},{default:l.withCtx(()=>[l.createVNode(l.unref(Tc))]),_:1},8,["class"])):l.createCommentVNode("",!0),g.value?(l.openBlock(),l.createBlock(Re,{key:2,variant:"light",type:"button",class:l.normalizeClass(u.value),onClick:z[1]||(z[1]=U=>l.unref(c).chain().focus().toggleItalic().run())},{default:l.withCtx(()=>[l.createVNode(l.unref(Fc))]),_:1},8,["class"])):l.createCommentVNode("",!0),g.value?(l.openBlock(),l.createBlock(Re,{key:3,variant:"light",type:"button",class:l.normalizeClass(f.value),onClick:z[2]||(z[2]=U=>l.unref(c).chain().focus().toggleUnderline().run())},{default:l.withCtx(()=>[l.createVNode(l.unref(Yc))]),_:1},8,["class"])):l.createCommentVNode("",!0),g.value?(l.openBlock(),l.createBlock(Re,{key:4,variant:"light",type:"button",class:l.normalizeClass(h.value),onClick:z[3]||(z[3]=U=>l.unref(c).chain().focus().toggleBulletList().run())},{default:l.withCtx(()=>[l.createVNode(l.unref(Ic))]),_:1},8,["class"])):l.createCommentVNode("",!0),g.value?(l.openBlock(),l.createBlock(Re,{key:5,variant:"light",type:"button",class:l.normalizeClass(p.value),onClick:z[4]||(z[4]=U=>l.unref(c).chain().focus().toggleOrderedList().run())},{default:l.withCtx(()=>[l.createVNode(l.unref(Uc))]),_:1},8,["class"])):l.createCommentVNode("",!0),l.withDirectives((l.openBlock(),l.createElementBlock("span",null,[g.value?(l.openBlock(),l.createBlock(Re,{key:0,ref_key:"linkButton",ref:G,variant:"light",type:"button",class:l.normalizeClass(m.value),onClick:$,disabled:!S.value},{default:l.withCtx(()=>[l.createVNode(l.unref(ra))]),_:1},8,["class","disabled"])):l.createCommentVNode("",!0)])),[[l.unref(Lo),_.value]])]),T.value?(l.openBlock(),l.createBlock(gO,{key:3,previousUrl:D.value,onSubmit:j,onCancel:W},null,8,["previousUrl"])):l.createCommentVNode("",!0)],2),l.createVNode(xa,{text:n.errorText,state:n.state},null,8,["text","state"])],64))}}),bB={class:"header"},CB={class:"icon-close-wrapper"},EB={class:"navbar"},kB={class:"nav navbar-nav w-100"},wB={class:"nav-item"},SB={class:"nav-item"},fh=l.defineComponent({__name:"BDMobileMenu",props:{active:{type:Boolean,default:void 0},options:{}},emits:["hide","signout"],setup(t,{emit:e}){const n=e,r=t,o=l.computed(()=>({active:r.active===!0,inactive:r.active===!1})),i=()=>n("hide"),s=()=>n("signout");return(c,a)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["bd-mobile-menu",o.value])},[l.createElementVNode("div",bB,[a[0]||(a[0]=l.createElementVNode("div",null,"Menu",-1)),l.createElementVNode("div",CB,[l.createVNode(ta,{onClick:i})])]),l.createElementVNode("nav",EB,[l.createElementVNode("ul",kB,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(r.options,d=>(l.openBlock(),l.createElementBlock("li",wB,[l.createVNode(Xr,l.mergeProps({class:"nav-link"},{ref_for:!0},d,{onClick:i}),null,16)]))),256)),l.renderSlot(c.$slots,"special-options"),l.createElementVNode("li",SB,[l.createVNode(Xr,{class:"nav-link",text:"Uitloggen",onClick:s})])])])],2))}}),AB={class:"bd-user"},xB={class:"bd-user__information"},TB={class:"text-break"},IB={class:"overflow-x-hidden"},Ry=l.defineComponent({__name:"BDUser",props:{name:{default:""},img:{default:void 0},details:{default:void 0},hideImage:{type:Boolean,default:!1}},setup(t){const e=t,n=l.computed(()=>typeof e.details=="string"?e.details:e.details?.join(" • "));return(r,o)=>(l.openBlock(),l.createElementBlock("div",AB,[e.hideImage?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(_i,l.mergeProps({key:0},e.img,{size:"sm"}),null,16)),l.createElementVNode("div",xB,[l.createElementVNode("header",null,[l.createElementVNode("h5",TB,l.toDisplayString(e.name),1),l.renderSlot(r.$slots,"header-extra")]),l.createElementVNode("span",IB,l.toDisplayString(n.value),1)])]))}}),_B={class:"bd-chat-cloud-card"},NB={class:"bd-chat-cloud-card__header"},OB={class:"bd-chat-cloud-card__body"},MB=["innerHTML"],LB={class:"bd-chat-cloud-card__footer"},DB={key:0,class:"pills-list__wrapper"},PB={class:"pills-list__ul"},$y=l.defineComponent({__name:"BDChatCloud",props:{headerTitle:{default:""},src:{default:void 0},username:{default:null},message:{default:""},isSender:{type:Boolean,default:!1},files:{default:void 0},pills:{default:void 0},apiUrl:{default:""}},emits:["show-attachment","action"],setup(t,{emit:e}){const n=t,r=e,o=l.computed(()=>n.isSender?"sender":_e),i=l.computed(()=>So(n.apiUrl,n.files,!1)),s=l.computed(()=>So(n.apiUrl,n.files,!0)),c=()=>{r("action","copy-message")},a=d=>{r("show-attachment",d)};return(d,u)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["bd-chat-cloud",o.value])},[l.createVNode(_i,{src:n.src,username:n.username,size:"sm"},null,8,["src","username"]),l.createElementVNode("div",_B,[l.createElementVNode("div",NB,[l.renderSlot(d.$slots,"header",{},()=>[l.createTextVNode(l.toDisplayString(t.headerTitle),1)]),l.createVNode(Re,{variant:"outline-primary-dark",size:"sm",onClick:c},{default:l.withCtx(()=>[...u[0]||(u[0]=[l.createTextVNode(" kopieer ",-1)])]),_:1})]),l.createElementVNode("div",OB,[l.renderSlot(d.$slots,"body",{},()=>[l.createElementVNode("div",{class:"bd-chat-cloud-card__message",innerHTML:n.message},null,8,MB)])]),l.createElementVNode("div",LB,[l.renderSlot(d.$slots,"footer",{},()=>[t.pills?(l.openBlock(),l.createElementBlock("div",DB,[l.createElementVNode("ul",PB,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.pills,(f,h)=>(l.openBlock(),l.createElementBlock("li",{key:h,class:"pills-list__li"},[l.createVNode(_a,l.mergeProps({ref_for:!0},f),null,16)]))),128))])])):l.createCommentVNode("",!0),i.value&&i.value.length>0?(l.openBlock(),l.createBlock($s,{key:1,files:i.value},null,8,["files"])):l.createCommentVNode("",!0),s.value&&s.value.length>0?(l.openBlock(),l.createBlock(Fs,{key:2,"fast-download":!0,files:s.value,onShow:a},null,8,["files"])):l.createCommentVNode("",!0)])])])],2))}}),BB=l.defineComponent({__name:"BDTableSortHeader",props:["active","label","sortDesc"],emits:["sortAsc","sortDesc"],setup(t,{emit:e}){const n=t,r=e,o=l.ref(n.sortDesc),i=()=>{n.active&&(o.value=!o.value)},s=()=>{if(!n.active)return;const a=o.value?"sortDesc":"sortAsc";r(a)},c=l.computed(()=>({"bd-table-sort":!0,active:n.active}));return l.watch(()=>n.active,(a,d)=>{a&&!d&&(o.value=!1,r("sortAsc"))}),s(),(a,d)=>(l.openBlock(),l.createElementBlock("th",{class:l.normalizeClass(c.value),onClick:d[0]||(d[0]=u=>{i(),s()})},[l.createElementVNode("span",null,l.toDisplayString(n.label),1),n.active&&!o.value?(l.openBlock(),l.createBlock(l.unref(Hc),{key:0})):n.active&&o.value?(l.openBlock(),l.createBlock(l.unref(jc),{key:1})):(l.openBlock(),l.createBlock(l.unref(Wc),{key:2}))],2))}}),RB={class:"bd-table"},$B={key:0,class:"table"},FB={key:1},zB={key:2},UB=["onClick"],HB={key:0},jB={key:1,class:"empty-text"},Fy=l.defineComponent({__name:"BDTable",props:["fields","items","sortBy","sortDesc","tbodyTrClass","emptyText"],emits:["row-click","sort-changed"],setup(t,{expose:e,emit:n}){const r=t,o=n,i=l.ref(r.items),s=l.ref(r.sortBy),c=h=>s.value=h,a=(h,p,m)=>{const g=p[h],v=m[h];if(g==null)return 1;if(v==null)return-1;const y=g.toString(),b=v.toString();return y.localeCompare(b,void 0,{numeric:!0})},d=h=>{i.value=i.value.sort((m,g)=>a(h,m,g)),o("sort-changed",{sortBy:h,sortDesc:!1})},u=h=>{i.value=i.value.sort((m,g)=>a(h,g,m)),o("sort-changed",{sortBy:h,sortDesc:!0})},f=()=>{i.value=r.items};return l.watch(()=>r.items,h=>{i.value=h}),e({Refresh:f}),(h,p)=>(l.openBlock(),l.createElementBlock("div",RB,[r.items&&r.items.length>0?(l.openBlock(),l.createElementBlock("table",$B,[l.createElementVNode("thead",null,[l.createElementVNode("tr",null,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(r.fields,m=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[m.isVisible?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[m.sortable?(l.openBlock(),l.createBlock(BB,{key:0,label:m.label,active:m.key==s.value,sortDesc:r.sortDesc,onClick:g=>c(m.key),onSortAsc:g=>d(m.key),onSortDesc:g=>u(m.key)},null,8,["label","active","sortDesc","onClick","onSortAsc","onSortDesc"])):h.$slots.hasOwnProperty(`header_${m.key}`)?(l.openBlock(),l.createElementBlock("th",FB,[l.renderSlot(h.$slots,`header_${m.key}`)])):(l.openBlock(),l.createElementBlock("th",zB,l.toDisplayString(m.label),1))],64)):l.createCommentVNode("",!0)],64))),256))])]),l.createElementVNode("tbody",null,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(i.value,m=>(l.openBlock(),l.createElementBlock("tr",{class:l.normalizeClass(r.tbodyTrClass&&r.tbodyTrClass(m)),onClick:g=>o("row-click",m)},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.fields,g=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[g.isVisible?(l.openBlock(),l.createElementBlock("td",HB,[h.$slots.hasOwnProperty(g.key)?l.renderSlot(h.$slots,g.key,{key:0,row:m,item:m,value:m[g.key]}):(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[l.createTextVNode(l.toDisplayString(m[g.key]),1)],64))])):l.createCommentVNode("",!0)],64))),256))],10,UB))),256))])])):(l.openBlock(),l.createElementBlock("p",jB,l.toDisplayString(r.emptyText),1))]))}}),WB=["id"],KB={key:0,class:"toast-body__title"},YB={class:"actions"},GB=["textContent"],QB=["textContent"],ZB={class:"icon-wrapper"},JB=["textContent"],XB=["textContent"],zy=3e4,Uy=5e3,Hy=l.defineComponent({__name:"BDVideoCallToast",props:{id:{},contactInfoReceiver:{},isSender:{type:Boolean},firstNameSender:{},canceled:{type:Boolean},disabled:{type:Boolean},localization:{}},emits:["reject-video-call","accept-video-call"],setup(t,{emit:e}){const n=t,r=e;let o=l.ref(!1),i=l.ref(!1),s=null,c=null;const a=l.computed(()=>{let E="video-call-toast";return n.id&&(E+=`-${n.id}`),E}),d=l.computed(()=>o.value?[o.value?"is-handled":_e,i.value?"is-handled--success":_e,n.canceled?"is-handled--canceled":_e].join(" "):_e),u=l.computed(()=>n.canceled?n.localization.videoCallCanceled:i.value?n.localization.videoCallAccepted:n.localization.videoCallRejected),f=l.computed(()=>n.canceled?`${n.firstNameSender}${n.localization.notifyCallerWhenCanceled}`:n.isSender?n.contactInfoReceiver?`${n.contactInfoReceiver.name}${n.localization.notifyCallerWhenRejected}`:n.localization.notifyCallerWhenRejected:i.value?n.localization.openNewTabWhenAccepted:`${n.localization.notifyReceiverWhenRejected.start}${n.firstNameSender}${n.localization.notifyReceiverWhenRejected.end}`.replace(/\s\s+/g," "));l.watch(()=>n.canceled,()=>{o.value=!0});const h=()=>{const E=a.value,C=document.querySelector(`#${E}`);if(C){C.addEventListener("hide.bs.toast",b);var S={autohide:!0,delay:zy+Uy};c=ki.getOrCreateInstance(C,S),c.show(),s=window.setTimeout(p,zy)}};l.onMounted(h);const p=()=>{o.value||g()},m=()=>{g(),y()},g=()=>{o.value||(o.value=!0,r("reject-video-call",n.id))},v=()=>{o.value=!0,i.value=!0,r("accept-video-call",n.id),y()},y=()=>{window.clearTimeout(s),window.setTimeout(()=>c.hide(),Uy)},b=()=>{o.value=!1,i.value=!1};return(E,C)=>(l.openBlock(),l.createElementBlock("div",{id:a.value,class:"toast bd-video-call-toast",role:"alert","aria-live":"assertive","aria-atomic":"true"},[l.unref(o)?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("div",KB,l.toDisplayString(n.localization.incomingVideoCall),1)),l.createElementVNode("div",{class:l.normalizeClass(["toast-body__main",d.value])},[l.unref(o)?(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[l.createElementVNode("div",ZB,[l.createVNode(Vs)]),l.createElementVNode("div",null,[l.createElementVNode("p",{textContent:l.toDisplayString(u.value),class:"title"},null,8,JB),l.createElementVNode("p",{textContent:l.toDisplayString(f.value)},null,8,XB)])],64)):(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[l.createVNode(Fd,{value:t.contactInfoReceiver},null,8,["value"]),l.createElementVNode("div",YB,[l.createVNode(Re,{variant:"danger",class:"text-center",onClick:m},{default:l.withCtx(()=>[l.createVNode(_c),l.createElementVNode("span",{textContent:l.toDisplayString(n.localization.rejectVideoCall)},null,8,GB)]),_:1}),l.createVNode(Re,{variant:"success",class:"text-center",onClick:v},{default:l.withCtx(()=>[l.createVNode(Vs),l.createElementVNode("span",{textContent:l.toDisplayString(n.localization.acceptVideoCall)},null,8,QB)]),_:1})])],64))],2)],8,WB))}}),hh=l.defineComponent({__name:"BDDropdown",props:{size:{default:at.MD},variant:{default:ia.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(t){const e=t,{uniqueIdentifier:n}=Fo(),r=`__BD__DROPDOWN__${n.value}`,o=l.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=l.computed(()=>({"dropdown-menu-end":e.right,"dropdown-menu-action":e.actionToggle})),s=l.computed(()=>({"aria-labelledby":r})),c=l.ref(),a=l.ref(),d=()=>{c.value.classList.remove("show"),a.value.classList.remove("show"),a.value.removeAttribute("aria-expanded")};return(u,f)=>(l.openBlock(),l.createElementBlock("div",{class:"bd-dropdown dropdown",onClick:f[0]||(f[0]=l.withModifiers(()=>{},["stop"]))},[(l.openBlock(),l.createBlock(l.resolveDynamicComponent(e.toggleTag),l.mergeProps({ref_key:"dropdownToggle",ref:a,class:"dropdown-toggle",target:"_self",role:"button","data-bs-toggle":"dropdown"},o.value),{default:l.withCtx(()=>[l.createElementVNode("span",null,l.toDisplayString(e.text),1)]),_:1},16)),l.createElementVNode("ul",l.mergeProps({ref_key:"dropdownMenu",ref:c,class:["dropdown-menu",i.value]},s.value,{onClick:d}),[l.renderSlot(u.$slots,"default")],16)]))}}),qB={class:"row bd-header"},VB={class:"col logo-mix"},eR=["src"],tR={key:1,class:"col header-options"},nR={class:"col bd-btn-settings"},rR={key:2},ph=l.defineComponent({__name:"BDHeader",props:{isEmbedded:{type:Boolean},dropdownMenuTitle:{},dropdownOptions:{},headerOptions:{},profileImageSrc:{},profileImageAlt:{},organizationLogoSrc:{},hasLogoutOption:{type:Boolean,default:!0}},emits:["click-logo","signout"],setup(t,{emit:e}){const n=t,r=e,o=l.computed(()=>{let f=[];return n.isEmbedded||(n.headerOptions&&(f=f.concat(n.headerOptions)),n.dropdownOptions&&(f=f.concat(n.dropdownOptions))),f}),i=l.computed(()=>!n.isEmbedded&&n.headerOptions&&n.headerOptions.length!==0),s=l.ref(void 0),c=()=>{n.isEmbedded||r("click-logo")},a=()=>r("signout"),d=()=>s.value=!0,u=()=>s.value=!1;return(f,h)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("nav",qB,[l.createElementVNode("div",VB,[l.createVNode(Sc,{viewBox:"0 0 351 61",class:"logo bd-logo",onClick:c}),n.organizationLogoSrc?(l.openBlock(),l.createElementBlock("img",{key:0,class:"logo organization-logo",src:n.organizationLogoSrc,alt:""},null,8,eR)):l.createCommentVNode("",!0)]),n.isEmbedded?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("div",{key:0,class:"col bd-hamburger",onClick:d},[h[0]||(h[0]=l.createElementVNode("div",null,"Menu",-1)),l.createVNode(zc)])),i.value?(l.openBlock(),l.createElementBlock("div",tR,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(n.headerOptions,p=>(l.openBlock(),l.createBlock(Re,{class:"btn-header",to:p.to,variant:"neutral"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(p.text),1)]),_:2},1032,["to"]))),256))])):l.createCommentVNode("",!0),l.createElementVNode("div",nR,[n.isEmbedded?l.createCommentVNode("",!0):l.renderSlot(f.$slots,"profile-side",{key:0}),n.profileImageSrc?(l.openBlock(),l.createBlock(_i,{key:1,src:n.profileImageSrc,alt:n.profileImageAlt,size:"sm"},null,8,["src","alt"])):l.createCommentVNode("",!0),n.isEmbedded?(l.openBlock(),l.createElementBlock("span",rR,l.toDisplayString(n.dropdownMenuTitle),1)):l.createCommentVNode("",!0),n.isEmbedded?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(hh,{key:3,text:n.dropdownMenuTitle,variant:"primary",toggleTag:"a",right:!0},{default:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(n.dropdownOptions,(p,m)=>(l.openBlock(),l.createBlock(Ba,l.mergeProps({key:m},{ref_for:!0},p),null,16))),128)),n.hasLogoutOption?(l.openBlock(),l.createBlock(Ba,{key:0,text:"Uitloggen",onClick:a})):l.createCommentVNode("",!0)]),_:1},8,["text"]))])]),n.isEmbedded?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(fh,{key:0,active:s.value,options:o.value,onHide:u,onSignout:a},{"special-options":l.withCtx(()=>[l.renderSlot(f.$slots,"mobile-menu-special-options")]),_:3},8,["active","options"]))],64))}}),oR="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20height='800px'%20width='800px'%20viewBox='0%200%20800%20800'%20fill='none'%20version='1.1'%20id='svg2'%20sodipodi:docname='bell-icon.svg'%20inkscape:version='1.4.2%20(ebf0e94,%202025-05-08)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs2'%20/%3e%3csodipodi:namedview%20id='namedview2'%20pagecolor='%23ffffff'%20bordercolor='%23000000'%20borderopacity='0.25'%20inkscape:showpageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:deskcolor='%23d1d1d1'%20inkscape:zoom='0.93902601'%20inkscape:cx='361.01236'%20inkscape:cy='425.44082'%20inkscape:window-width='2323'%20inkscape:window-height='1321'%20inkscape:window-x='69'%20inkscape:window-y='-9'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg2'%20inkscape:lockguides='false'%20/%3e%3cpath%20fill='%23394156'%20d='m%20574.7134,517.70839%20c%20-43.02343,-19.42958%20-40.33991,-92.03173%20-40.37166,-94.13603%20l%20-0.86403,-55.08622%20c%20-0.84452,-53.84263%20-32.76289,-101.01787%20-79.52261,-120.73389%20-0.10055,-27.68538%20-26.24787,-50.17713%20-53.95375,-50.17713%20-27.70655,0%20-53.8532,22.49307%20-53.95442,50.17581%20-46.75774,19.71601%20-77.67395,68.62166%20-78.65724,122.46193%20l%20-0.86403,47.31%20c%20-0.0304,2.1043%201.78773,80.75463%20-41.23703,100.1842%20-4.90122,2.21412%20-7.59494,12.9473%20-6.46175,18.20508%201.13187,5.25843%203.98237,14.4119%209.36122,14.4119%20h%20110.87115%20c%202.23595,12.30035%208.05205,23.74336%2016.94754,33.01196%2011.8148,12.30961%2027.4393,19.08888%2043.99257,19.08888%2016.5546,0%2032.1791,-6.77927%2043.99258,-19.08888%208.89681,-9.26925%2014.71291,-20.71294%2016.94754,-33.01196%20h%20110.87115%20c%205.37885,0%208.22869,-9.1528%209.36189,-14.4119%201.13449,-5.25778%20-1.55789,-15.9903%20-6.45912,-18.20375%20z%20m%20-65.45742,-27.74178%20c%204.52282,13.71204%207.25707,16.20673%2016.33845,27.66562%20l%20-250.39475,-0.79275%20c%209.08005,-11.45756%2010.3714,-13.15885%2014.89422,-26.87287%20z%20M%20400.00135,224.00622%20c%2012.53255,0%2019.53015,4.82252%2022.8457,16.30126%20-8.54159,-1.77156%20-13.78747,-2.70563%20-22.8457,-2.70563%20-9.05823,0%20-14.30412,0.93341%20-22.84569,2.70563%203.3162,-11.47808%2010.31381,-16.30126%2022.84569,-16.30126%20z%20m%20-103.58848,199.63494%201.79933,-54.2217%20c%201.96022,-59.06989%2042.68543,-96.67497%20101.78915,-96.67497%2059.10373,0%2099.89499,35.80359%20101.78916,94.87564%20l%201.79933,56.1143%20c%200.0152,1.71731%201.47422,12.5683%201.23243,34.7862%20H%20295.17778%20c%200.71894,-22.23906%201.22119,-33.1218%201.23509,-34.87947%20z%20m%20103.58848,148.96978%20c%20-17.42517,0%20-25.43558,-5.58015%20-30.31694,-22.28624%20h%2060.63257%20c%20-4.88138,16.70609%20-12.88914,22.28624%20-30.31563,22.28624%20z'%20id='path1'%20style='stroke-width:0.899666;stroke-dasharray:none'%20sodipodi:nodetypes='ccscscscccsccsccscccccccscscscsssccccsccs'%20/%3e%3cpath%20fill='%23394156'%20d='m%20397.96944,283.33669%20c%20-49.41855,0%20-89.62361,40.20373%20-89.62361,89.62161%200,6.34354%205.14286,11.4864%2011.48639,11.4864%206.34355,0%2011.48641,-5.14286%2011.48641,-11.4864%200,-36.75076%2029.89938,-66.64948%2066.65148,-66.64948%206.34353,0%2011.48639,-5.14285%2011.48639,-11.4864%20-6.6e-4,-6.3442%20-5.14353,-11.48573%20-11.48706,-11.48573%20z'%20id='path2'%20style='stroke-width:0.904712;stroke-dasharray:none'%20sodipodi:nodetypes='ssssscs'%20/%3e%3c/svg%3e",jy=async(t,e)=>{const n=t+e,o=new TextEncoder().encode(n),i=await crypto.subtle.digest("SHA-256",o);return Array.from(new Uint8Array(i)).map(c=>c.toString(16).padStart(2,"0")).join("")};function mh(){const t=()=>new Promise(n=>{if(document.readyState==="complete")return n();window.addEventListener("load",()=>n(),{once:!0})});return{OnWindowLoaded:n=>{l.onMounted(()=>t().then(n))}}}const iR=(t,e,n)=>{const{OnWindowLoaded:r}=mh(),o="lkj298fhGGJihge",i=l.ref(!1),s=()=>e+"|"+n();return r(async()=>{if(e==null||n==null||n()==null){i.value=!1;return}const d=s(),u=localStorage.getItem(t),f=JSON.parse(u)||[],h=await jy(d,o);i.value=!f.includes(h)}),{hasUnfulfilledInteraction:i,MarkInteractionPerformed:async()=>{const d=s(),u=await jy(d,o),f=localStorage.getItem(t),h=JSON.parse(f)||[];h.includes(u)||(h.push(u),localStorage.setItem(t,JSON.stringify(h))),i.value=!1}}};function Wy(t){const{OnWindowLoaded:e}=mh();let n;const r=()=>{n=document.addEventListener("click",i=>{if(!i||!i.target)return;let s=null;if(i.target instanceof Element&&(s=i.target.closest(".popover")),s)return;const c=No.getInstance(t.value);c&&c.hide()})};l.onMounted(r);const o=()=>{if(t?.value==null)return;No.getInstance(t.value)||new No(t.value)};e(o),l.watch(t,o),l.onUnmounted(()=>{if(t?.value!=null){const i=No.getInstance(t.value);i&&i.dispose()}n&&document.removeEventListener("click",n)})}const sR=["data-bs-title","data-bs-content"],aR=["title"],lR={key:0,class:"number-circle",textContent:1},cR=l.defineComponent({__name:"BDNotificationButton",props:{userId:{},getNotification:{}},setup(t){const e=t,n=()=>e.getNotification?.linkUrl,{hasUnfulfilledInteraction:r,MarkInteractionPerformed:o}=iR("notificationsRead",e.userId,n),i=l.ref();Wy(i);const s=l.computed(()=>{const u=e.getNotification;if(!u)return!1;const{isActive:f,startDate:h,endDate:p}=u;if(!f)return!1;const m=new Date(h),g=new Date(p),v=new Date;return v>=m&&v<=g}),c=l.computed(()=>e.getNotification?.tooltip),a=l.computed(()=>e.getNotification?.title),d=l.computed(()=>{const u=e.getNotification;if(!u)return"";const{text:f,linkUrl:h,linkText:p}=u;return`
|
|
1300
1300
|
<p>${f}</p>
|
|
1301
1301
|
<a href='${h}' target='_blank'>${p}</a>
|
|
1302
|
-
`});return(u,f)=>s.value?(l.openBlock(),l.createElementBlock("a",{key:0,ref_key:"notificationButton",ref:i,tabindex:"0",class:"bd-notification-button",role:"button","data-bs-toggle":"popover","data-bs-placement":"bottom","data-bs-title":a.value,"data-bs-content":d.value,"data-bs-html":!0,onClick:f[0]||(f[0]=(...h)=>l.unref(o)&&l.unref(o)(...h))},[l.withDirectives(l.createElementVNode("img",{src:eR,alt:"BeterDichtbij nieuws notificatie bel.",title:c.value},null,8,rR),[[l.unref(Lo)]]),l.unref(r)?(l.openBlock(),l.createElementBlock("div",oR)):l.createCommentVNode("",!0)],8,nR)):l.createCommentVNode("",!0)}}),sR={class:"profile-side"},aR=["href"],lR={class:"nav-item"},cR=["textContent"],Ky=l.defineComponent({__name:"BDPractitionerHeader",props:{academyUrl:{},userId:{},getNotification:{}},setup(t){const{t:e}=Nt(),n=t,r=l.computed(()=>e("practitionerHeader.academyTooltip")),o=l.computed(()=>e("practitionerHeader.academyMenuItem"));return(i,s)=>(l.openBlock(),l.createBlock(ph,null,l.createSlots({"profile-side":l.withCtx(()=>[l.createElementVNode("div",sR,[l.createVNode(iR,{"user-id":n.userId,"get-notification":n.getNotification},null,8,["user-id","get-notification"]),n.academyUrl?(l.openBlock(),l.createElementBlock("a",{key:0,href:n.academyUrl,target:"_blank",rel:"noopener,noreferrer"},[l.withDirectives(l.createVNode(l.unref(qs),{title:r.value},null,8,["title"]),[[l.unref(Lo)]])],8,aR)):l.createCommentVNode("",!0)])]),_:2},[n.academyUrl?{name:"mobile-menu-special-options",fn:l.withCtx(()=>[l.createElementVNode("li",lR,[l.createVNode(Xr,{class:"nav-link",to:n.academyUrl},{default:l.withCtx(()=>[l.createVNode(l.unref(qs)),l.createElementVNode("span",{textContent:l.toDisplayString(o.value)},null,8,cR)]),_:1},8,["to"])])]),key:"0"}:void 0]),1024))}}),dR={class:"modal-dialog"},uR={class:"modal-content"},fR={class:"modal-header"},hR={class:"modal-title"},pR=["src"],mR={class:"modal-body"},gR={key:0,class:"modal-footer"},vR=["disabled"],xn=l.defineComponent({__name:"BDModal",props:{title:{default:""},titleImage:{default:""},submitButtonTitle:{default:"Opslaan"},closeButtonTitle:{default:"Annuleren"},hideFooterCancelButton:{type:Boolean,default:!1},hideFooterSubmitButton:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},hideCloseButton:{type:Boolean,default:!1},disableSubmitButton:{type:Boolean,default:!1},size:{default:"lg"}},emits:["submit","cancel"],setup(t,{emit:e}){const n=t,r=e,o=l.computed(()=>`modal bd-modal modal-${n.size}`),i=()=>r("submit"),s=()=>r("cancel");return(c,a)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(o.value),tabindex:"-1"},[l.createElementVNode("div",dR,[l.createElementVNode("div",uR,[l.createElementVNode("div",fR,[l.createElementVNode("h2",hR,[n.titleImage?(l.openBlock(),l.createElementBlock("img",{key:0,src:n.titleImage,class:"title-image",alt:""},null,8,pR)):l.createCommentVNode("",!0),l.createElementVNode("span",null,l.toDisplayString(n.title),1)]),l.renderSlot(c.$slots,"modal-header-space-between"),n.hideCloseButton?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("button",{key:0,type:"button",class:"btn-close w-auto","data-bs-dismiss":"modal","aria-label":"Sluiten",onClick:s},[a[0]||(a[0]=l.createElementVNode("span",null,"Sluiten",-1)),l.createVNode(l.unref(ta))]))]),l.createElementVNode("div",mR,[l.renderSlot(c.$slots,"default")]),t.hideFooter?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("div",gR,[n.hideFooterSubmitButton?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("button",{key:0,class:"btn btn-primary",disabled:n.disableSubmitButton,onClick:i},l.toDisplayString(n.submitButtonTitle),9,vR)),l.renderSlot(c.$slots,"buttons"),n.hideFooterCancelButton?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("button",{key:1,type:"button",class:"btn btn-link","data-bs-dismiss":"modal",onClick:s,"aria-label":"Annuleren"},l.toDisplayString(n.closeButtonTitle),1))]))])])],2))}}),Do=t=>{const e=l.ref(null);return{showModal:()=>{const o=document.getElementById(t);o instanceof HTMLElement?(e.value=Kr.getOrCreateInstance(o),e.value.show()):console.error(`Modal '${t}' niet gevonden.`)},closeModal:()=>{if(e.value){e.value.hide();return}const o=document.getElementById(t);if(o instanceof HTMLElement){const i=Kr.getInstance(o);i&&i.hide()}}}};function Js(t=void 0){const e=c=>i("Succesvol",c,Ko.SUCCESS),n=c=>i("Waarschuwing",c,Ko.WARNING),r=c=>i("Informatie",c,Ko.INFO),o=c=>i("Mislukt",c,Ko.DANGER);function i(c,a,d){const u=`toast-${Ep()}`,f={id:u,variant:d,title:c,text:a},h=document.querySelector(".toast-container");if(!h){console.error("There was no element with class 'toast-container' found, which is required for useToaster.");return}const p=l.h(Rd,f),g=l.createApp({render:()=>p}).mount(document.createElement("div"));h.appendChild(g.$el);const v=document.querySelector(`#${u}`);v&&(ki.getOrCreateInstance(v,t).show(),s(v))}function s(c){function a(f,h){f.forEach(p=>{if(p.attributeName!="class")return;const m=p.target;if(m.classList.contains("hide")){m.remove(),h.disconnect();return}})}const d=new MutationObserver(a),u={attributes:!0};d.observe(c,u)}return{showSuccessToast:e,showInformationToast:r,showWarningToast:n,showDangerToast:o}}const{showDangerToast:yR}=Js();function gh(t){const e=l.ref(null),n=(a,d="serverErrors")=>{let u=[];if(Array.isArray(a?.response?.data)?u=a.response.data.filter(f=>Ia(f.ErrorMessage)&&f.ErrorMessage!==_e):a.response.data.ErrorMessage?u=[a.response.data.ErrorMessage]:u=null,Ia(d))e.value=u;else if(Array.isArray(d)){let f=e.value;for(let h=0;h<d.length;h++)h===d.length-1?f[d[h]]=u:f=f[d[h]]}r(a),s(e)},r=a=>{if(t==null)return;const u=new URL(a.request.responseURL).pathname;if(u in t.error){const f=t.error[u];f&&yR(f)}},o=l.ref(null),i=l.ref(""),s=a=>{Kw(a.value)?o.value=a.value.map(d=>Ia(d)?d:d.ErrorMessage):Ia(a.value)&&(i.value=a.value)};function c(){e.value=null,o.value=null,i.value=_e}return{serverErrors:e,errorMessages:o,errorMessageText:i,MapErrors:s,MapServerErrors:n,ResetServerErrors:c}}const bR={key:0},CR={key:1},ER={class:"bd-form-field"},kR={class:"bd-form-field"},Yy=l.defineComponent({__name:"BDPhoneNumberEditModal",props:["modalTitle","submitButtonTitle","phoneNumberLabel","phoneNumberUnchangedText","confirmationCodeLabel","confirmationCodeRequiredText","confirmationCodeSentText","editSuccessText","editCanceledText","sendConfirmationCodeText","startPhoneNumberUpdate","confirmPhoneNumberUpdate"],emits:["startPhoneNumberUpdate","confirmPhoneNumberUpdate","setPhoneNumber"],setup(t,{expose:e,emit:n}){const{showSuccessToast:r,showWarningToast:o}=Js(),{serverErrors:i,errorMessages:s,errorMessageText:c,MapServerErrors:a,ResetServerErrors:d}=gh(null),{closeModal:u}=Do("phone-number-edit-modal"),f=t,h=n;let p=_e;const m=l.ref(),g=l.ref(null),v=l.ref(),y=l.ref(),b=l.ref(null),E=l.computed(()=>y.value==null||y.value==""),C=()=>{if(g.value=null,d(),!m.value||m.value==p){g.value=!1;return}const $={newPhonenumber:m.value};f.startPhoneNumberUpdate($).then(_).catch(a)},S=()=>{if(!y.value){b.value=!1;return}const $={requestIdentifier:v.value,token:y.value};f.confirmPhoneNumberUpdate($).then(T).catch(a)},_=$=>{g.value=null,r(f.confirmationCodeSentText),v.value=$.data.RequestIdentifier},T=()=>{h("setPhoneNumber",m.value),r(f.editSuccessText),u(),g.value=null,b.value=null},D=$=>{p=$,m.value=p,g.value=null,v.value=void 0,y.value=void 0,b.value=null},G=()=>{D(p),d(),o(f.editCanceledText)};return e({Reset:D}),($,j)=>(l.openBlock(),l.createBlock(xn,{id:"phone-number-edit-modal",class:l.normalizeClass(l.unref(_e)),title:f.modalTitle,submitButtonTitle:f.submitButtonTitle,hideFooterCancelButton:!1,"disable-submit-button":E.value,serverErrors:l.unref(i),errorMessages:l.unref(s),errorMessageText:l.unref(c),onSubmit:S,onCancel:G},{default:l.withCtx(()=>[l.unref(c)||l.unref(s)?(l.openBlock(),l.createBlock(qr,{key:0,variant:"danger"},{default:l.withCtx(()=>[l.unref(s)?(l.openBlock(),l.createElementBlock("div",bR,[l.createElementVNode("ul",null,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(s),(W,Y)=>(l.openBlock(),l.createElementBlock("li",{key:Y},[l.createVNode(pr),l.createElementVNode("span",null,l.toDisplayString(W),1)]))),128))])])):(l.openBlock(),l.createElementBlock("div",CR,l.toDisplayString(l.unref(c)),1))]),_:1})):l.createCommentVNode("",!0),l.createElementVNode("div",ER,[l.createVNode(br,{id:"form-input-phone-number",label:f.phoneNumberLabel,modelValue:m.value,"onUpdate:modelValue":j[0]||(j[0]=W=>m.value=W),state:g.value,type:"text","form-field-class":"form-input-with-button","invalid-feedback-text":f.phoneNumberUnchangedText},{default:l.withCtx(()=>[l.createVNode(Re,{textContent:l.toDisplayString(f.sendConfirmationCodeText),class:"tablet-device-up",type:"button",onClick:C},null,8,["textContent"])]),_:1},8,["label","modelValue","state","invalid-feedback-text"]),l.createVNode(Re,{textContent:l.toDisplayString(f.sendConfirmationCodeText),class:"mobile-device",type:"button",onClick:C},null,8,["textContent"])]),l.createElementVNode("div",kR,[v.value?(l.openBlock(),l.createBlock(br,{key:0,label:f.confirmationCodeLabel,modelValue:y.value,"onUpdate:modelValue":j[1]||(j[1]=W=>y.value=W),state:b.value,"invalid-feedback-text":f.confirmationCodeRequiredText},null,8,["label","modelValue","state","invalid-feedback-text"])):l.createCommentVNode("",!0)])]),_:1},8,["class","title","submitButtonTitle","disable-submit-button","serverErrors","errorMessages","errorMessageText"]))}}),Gy=(t,e,n,r,o,i)=>{const s=l.ref(null),c=l.ref(null),a=l.ref(!1),d=l.ref(null),{showModal:u,closeModal:f}=Do("session-time-out-modal"),h=l.computed(()=>s.value&&t?t-(s.value+1):0),p=l.computed(()=>c.value?60-c.value:0),m=l.computed(()=>a.value),g=()=>{d.value=setInterval(y,1e3),r(d.value)},v=()=>{d.value&&clearInterval(d.value)},y=()=>{s.value=Wt().diff(n(),"m"),c.value=Wt().subtract(s.value,"m").diff(n(),"s");const D=t??Number.MAX_SAFE_INTEGER,G=e??0;s.value>=D?(a.value=!0,u(),localStorage.setItem("session-timeout","true"),window.onbeforeunload=b):s.value>=D-G?u():f()},b=D=>{D.stopPropagation(),C()},E=()=>{o(),v(),s.value=null,c.value=null,g()},C=()=>{v(),s.value=null,c.value=null,localStorage.removeItem("session-timeout"),i()},S=()=>{a.value?C():E()},_=()=>{C()},T=()=>{a.value?C():f()};return l.onMounted(()=>{const D=document.getElementById("session-time-out-modal");D&&D.addEventListener("hidden.bs.modal",S),v(),g()}),{IsExpired:m,Minutes:h,Seconds:p,OnLogOut:_,OnSubmit:T}},Qy=l.defineComponent({__name:"BDSessionTimeOutModal",props:["expiredTitle","expiredMessage","expiredButtonText","almostExpiredTitle","almostExpiredMessage","almostExpiredButtonText","almostExpiredCancelButtonText","threshold","warningThreshold","getTime","setTaskId","setNewTime","logout","hideCancelButton"],setup(t){const e=t,{IsExpired:n,Minutes:r,Seconds:o,OnLogOut:i,OnSubmit:s}=Gy(e.threshold,e.warningThreshold,e.getTime,e.setTaskId,e.setNewTime,e.logout),c=l.computed(()=>n.value?e.expiredTitle:e.almostExpiredTitle),a=l.computed(()=>n.value?e.expiredMessage:`${e.almostExpiredMessage} ${r.value}:${o.value<10?"0"+o.value:o.value}`),d=l.computed(()=>e.hideCancelButton||n.value),u=l.computed(()=>n.value?e.expiredButtonText:e.almostExpiredButtonText);return(f,h)=>(l.openBlock(),l.createBlock(xn,{id:"session-time-out-modal",title:c.value,"hide-close-button":!0,"hide-footer-cancel-button":d.value,"close-button-title":e.almostExpiredCancelButtonText,"submit-button-title":u.value,size:"md",onSubmit:l.unref(s),onCancel:l.unref(i)},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(a.value),1)]),_:1},8,["title","hide-footer-cancel-button","close-button-title","submit-button-title","onSubmit","onCancel"]))}}),Zy={__name:"BDConfirmationModal",props:["modalId","modalTitle","description","submitButtonText","cancelButtonText"],setup(t,{expose:e}){const n=t,{closeModal:r,showModal:o}=Do(n.modalId);let i=l.ref(null);e({Confirm:()=>Ww(this,void 0,void 0,function*(){return o(),new Promise(d=>i.value=d)})});const c=()=>{r(),i.value(!0)},a=()=>i.value(!1);return(d,u)=>(l.openBlock(),l.createBlock(xn,{id:n.modalId,title:n.modalTitle,"submit-button-title":n.submitButtonText,"close-button-title":n.cancelButtonText,"hide-close-button":!0,size:"md",onSubmit:c,onCancel:a},{default:l.withCtx(()=>[l.createElementVNode("p",null,l.toDisplayString(n.description),1)]),_:1},8,["id","title","submit-button-title","close-button-title"]))}},Jy={__name:"BDAssignConversationModal",emits:["update:isConcluded","update:isUnread"],setup(t,{emit:e}){const{t:n}=Nt(),r=l.ref(!1),o=l.ref(!1),i=e,s=()=>i("update:isConcluded",r.value),c=()=>i("update:isUnread",o.value);return(a,d)=>(l.openBlock(),l.createBlock(xn,{id:"assign-conversation-modal",title:l.unref(n)("assignConversationModal.title"),submitButtonTitle:l.unref(n)("assignConversationModal.submitButton")},{default:l.withCtx(()=>[l.renderSlot(a.$slots,"body"),l.createVNode(es,null,{default:l.withCtx(()=>[l.createVNode(Cr,{modelValue:r.value,"onUpdate:modelValue":d[0]||(d[0]=u=>r.value=u),onChange:s},{default:l.withCtx(()=>[l.createElementVNode("span",null,l.toDisplayString(l.unref(n)("assignConversationModal.conclude")),1),l.withDirectives((l.openBlock(),l.createBlock(Re,{variant:"placeholder",class:"btn-tooltip",title:l.unref(n)("assignConversationModal.concludeTooltip")},{default:l.withCtx(()=>[l.createVNode(pr)]),_:1},8,["title"])),[[l.unref(Lo)]])]),_:1},8,["modelValue"])]),_:1}),l.createVNode(es,null,{default:l.withCtx(()=>[l.createVNode(Cr,{modelValue:o.value,"onUpdate:modelValue":d[1]||(d[1]=u=>o.value=u),onChange:c},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(n)("assignConversationModal.makeUnread")),1)]),_:1},8,["modelValue"])]),_:1}),l.renderSlot(a.$slots,"footer")]),_:3},8,["title","submitButtonTitle"]))}},Xy=l.defineComponent({__name:"BDAttachmentUploadModal",props:{dropzoneUrl:{},token:{}},emits:["cancel","on-submit"],setup(t,{emit:e}){const{closeModal:n}=Do("attachment-upload-modal"),{t:r}=Nt(),o=t,i=e,s=()=>{i("on-submit",a.value),a.value=[],n()},c=()=>{i("cancel"),a.value=[]},a=l.ref([]),d=l.computed(()=>r("attachmentUploadModal.title")),u=l.computed(()=>r("attachmentUploadModal.submitButton")),f=l.computed(()=>r("attachmentUploadModal.infoMessage")),h=l.computed(()=>r("attachmentUploadModal.addAttachmentButton")),p=l.computed(()=>r("attachmentUploadModal.errorMessage")),m=l.computed(()=>r("attachmentUploadModal.fileTooBigErrorMessage")),g=l.computed(()=>r("attachmentUploadModal.fileSizeExceededMessage"));return(v,y)=>(l.openBlock(),l.createBlock(xn,{id:"attachment-upload-modal",title:d.value,"submit-button-title":u.value,onSubmit:s,onCancel:c},{default:l.withCtx(()=>[l.createElementVNode("p",null,l.toDisplayString(f.value),1),l.createVNode(Wd,{modelValue:a.value,"onUpdate:modelValue":y[0]||(y[0]=b=>a.value=b),"button-text":h.value,"error-message":p.value,multiple:!0,"file-size-exceeded-message":m.value,"accepted-files":".png,.jpg,.jpeg,.gif,.docx,.doc,.xls,.xlsx,.txt,.csv,.pdf,.wav,.mp3,.m4a,.aiff,.flac,.mp4,.avi,.mov",url:o.dropzoneUrl,tag:"div",token:o.token},null,8,["modelValue","button-text","error-message","file-size-exceeded-message","url","token"]),l.createElementVNode("p",null,l.toDisplayString(g.value),1),l.renderSlot(v.$slots,"default")]),_:3},8,["title","submit-button-title"]))}});var wR=Object.defineProperty,SR=Object.defineProperties,AR=Object.getOwnPropertyDescriptors,qy=Object.getOwnPropertySymbols,xR=Object.prototype.hasOwnProperty,TR=Object.prototype.propertyIsEnumerable,Vy=(t,e,n)=>e in t?wR(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,wi=(t,e)=>{for(var n in e||(e={}))xR.call(e,n)&&Vy(t,n,e[n]);if(qy)for(var n of qy(e))TR.call(e,n)&&Vy(t,n,e[n]);return t},e3=(t,e)=>SR(t,AR(e));const IR={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer(){this.autoscroll&&this.maybeAdjustScroll()},open(t){this.autoscroll&&t&&this.$nextTick(()=>this.maybeAdjustScroll())}},methods:{maybeAdjustScroll(){var t;const e=((t=this.$refs.dropdownMenu)==null?void 0:t.children[this.typeAheadPointer])||!1;if(e){const n=this.getDropdownViewport(),{top:r,bottom:o,height:i}=e.getBoundingClientRect();if(r<n.top)return this.$refs.dropdownMenu.scrollTop=e.offsetTop;if(o>n.bottom)return this.$refs.dropdownMenu.scrollTop=e.offsetTop-(n.height-i)}},getDropdownViewport(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},_R={data(){return{typeAheadPointer:-1}},watch:{filteredOptions(){for(let t=0;t<this.filteredOptions.length;t++)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},open(t){t&&this.typeAheadToLastSelected()},selectedValue(){this.open&&this.typeAheadToLastSelected()}},methods:{typeAheadUp(){for(let t=this.typeAheadPointer-1;t>=0;t--)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},typeAheadDown(){for(let t=this.typeAheadPointer+1;t<this.filteredOptions.length;t++)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},typeAheadSelect(){const t=this.filteredOptions[this.typeAheadPointer];t&&this.selectable(t)&&this.select(t)},typeAheadToLastSelected(){this.typeAheadPointer=this.selectedValue.length!==0?this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length-1]):-1}}},NR={props:{loading:{type:Boolean,default:!1}},data(){return{mutableLoading:!1}},watch:{search(){this.$emit("search",this.search,this.toggleLoading)},loading(t){this.mutableLoading=t}},methods:{toggleLoading(t=null){return t==null?this.mutableLoading=!this.mutableLoading:this.mutableLoading=t}}},vh=(t,e)=>{const n=t.__vccOpts||t;for(const[r,o]of e)n[r]=o;return n},OR={},MR={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},LR=l.createElementVNode("path",{d:"M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z"},null,-1),DR=[LR];function PR(t,e){return l.openBlock(),l.createElementBlock("svg",MR,DR)}const BR=vh(OR,[["render",PR]]),RR={},$R={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},FR=l.createElementVNode("path",{d:"M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z"},null,-1),zR=[FR];function UR(t,e){return l.openBlock(),l.createElementBlock("svg",$R,zR)}const HR=vh(RR,[["render",UR]]),t3={Deselect:BR,OpenIndicator:HR},jR={mounted(t,{instance:e}){if(e.appendToBody){const{height:n,top:r,left:o,width:i}=e.$refs.toggle.getBoundingClientRect();let s=window.scrollX||window.pageXOffset,c=window.scrollY||window.pageYOffset;t.unbindPosition=e.calculatePosition(t,e,{width:i+"px",left:s+o+"px",top:c+r+n+"px"}),document.body.appendChild(t)}},unmounted(t,{instance:e}){e.appendToBody&&(t.unbindPosition&&typeof t.unbindPosition=="function"&&t.unbindPosition(),t.parentNode&&t.parentNode.removeChild(t))}};function WR(t){const e={};return Object.keys(t).sort().forEach(n=>{e[n]=t[n]}),JSON.stringify(e)}let KR=0;function YR(){return++KR}const GR={components:wi({},t3),directives:{appendToBody:jR},mixins:[IR,_R,NR],compatConfig:{MODE:3},emits:["open","close","update:modelValue","search","search:compositionstart","search:compositionend","search:keydown","search:blur","search:focus","search:input","option:created","option:selecting","option:selected","option:deselecting","option:deselected"],props:{modelValue:{},components:{type:Object,default:()=>({})},options:{type:Array,default(){return[]}},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},deselectFromDropdown:{type:Boolean,default:!1},searchable:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},placeholder:{type:String,default:""},transition:{type:String,default:"vs__fade"},clearSearchOnSelect:{type:Boolean,default:!0},closeOnSelect:{type:Boolean,default:!0},label:{type:String,default:"label"},autocomplete:{type:String,default:"off"},reduce:{type:Function,default:t=>t},selectable:{type:Function,default:t=>!0},getOptionLabel:{type:Function,default(t){return typeof t=="object"?t.hasOwnProperty(this.label)?t[this.label]:console.warn(`[vue-select warn]: Label key "option.${this.label}" does not exist in options object ${JSON.stringify(t)}.
|
|
1303
|
-
https://vue-select.org/api/props.html#getoptionlabel`):t}},getOptionKey:{type:Function,default(t){if(typeof t!="object")return t;try{return t.hasOwnProperty("id")?t.id:
|
|
1304
|
-
https://vue-select.org/api/props.html#getoptionkey`,t,e)}}},onTab:{type:Function,default:function(){this.selectOnTab&&!this.isComposing&&this.typeAheadSelect()}},taggable:{type:Boolean,default:!1},tabindex:{type:Number,default:null},pushTags:{type:Boolean,default:!1},filterable:{type:Boolean,default:!0},filterBy:{type:Function,default(t,e,n){return(e||"").toLocaleLowerCase().indexOf(n.toLocaleLowerCase())>-1}},filter:{type:Function,default(t,e){return t.filter(n=>{let r=this.getOptionLabel(n);return typeof r=="number"&&(r=r.toString()),this.filterBy(n,r,e)})}},createOption:{type:Function,default(t){return typeof this.optionList[0]=="object"?{[this.label]:t}:t}},resetOnOptionsChange:{default:!1,validator:t=>["function","boolean"].includes(typeof t)},clearSearchOnBlur:{type:Function,default:function({clearSearchOnSelect:t,multiple:e}){return t&&!e}},noDrop:{type:Boolean,default:!1},inputId:{type:String},dir:{type:String,default:"auto"},selectOnTab:{type:Boolean,default:!1},selectOnKeyCodes:{type:Array,default:()=>[13]},searchInputQuerySelector:{type:String,default:"[type=search]"},mapKeydown:{type:Function,default:(t,e)=>t},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default(t,e,{width:n,top:r,left:o}){t.style.top=r,t.style.left=o,t.style.width=n}},dropdownShouldOpen:{type:Function,default({noDrop:t,open:e,mutableLoading:n}){return t?!1:e&&!n}},uid:{type:[String,Number],default:()=>YR()}},data(){return{search:"",open:!1,isComposing:!1,pushedTags:[],_value:[],deselectButtons:[]}},computed:{isReducingValues(){return this.$props.reduce!==this.$options.props.reduce.default},isTrackingValues(){return typeof this.modelValue>"u"||this.isReducingValues},selectedValue(){let t=this.modelValue;return this.isTrackingValues&&(t=this.$data._value),t!=null&&t!==""?[].concat(t):[]},optionList(){return this.options.concat(this.pushTags?this.pushedTags:[])},searchEl(){return this.$slots.search?this.$refs.selectedOptions.querySelector(this.searchInputQuerySelector):this.$refs.search},scope(){const t={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:wi({disabled:this.disabled,placeholder:this.searchPlaceholder,tabindex:this.tabindex,readonly:!this.searchable,id:this.inputId,"aria-autocomplete":"list","aria-labelledby":`vs${this.uid}__combobox`,"aria-controls":`vs${this.uid}__listbox`,ref:"search",type:"search",autocomplete:this.autocomplete,value:this.search},this.dropdownOpen&&this.filteredOptions[this.typeAheadPointer]?{"aria-activedescendant":`vs${this.uid}__option-${this.typeAheadPointer}`}:{}),events:{compositionstart:()=>this.isComposing=!0,compositionend:()=>this.isComposing=!1,keydown:this.onSearchKeyDown,blur:this.onSearchBlur,focus:this.onSearchFocus,input:e=>this.search=e.target.value}},spinner:{loading:this.mutableLoading},noOptions:{search:this.search,loading:this.mutableLoading,searching:this.searching},openIndicator:{attributes:{ref:"openIndicator",role:"presentation",class:"vs__open-indicator"}},listHeader:t,listFooter:t,header:e3(wi({},t),{deselect:this.deselect}),footer:e3(wi({},t),{deselect:this.deselect})}},childComponents(){return wi(wi({},t3),this.components)},stateClasses(){return{"vs--open":this.dropdownOpen,"vs--single":!this.multiple,"vs--multiple":this.multiple,"vs--searching":this.searching&&!this.noDrop,"vs--searchable":this.searchable&&!this.noDrop,"vs--unsearchable":!this.searchable,"vs--loading":this.mutableLoading,"vs--disabled":this.disabled}},searching(){return!!this.search},dropdownOpen(){return this.dropdownShouldOpen(this)},searchPlaceholder(){return this.isValueEmpty&&this.placeholder?this.placeholder:void 0},filteredOptions(){const t=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return t;const e=this.search.length?this.filter(t,this.search,this):t;if(this.taggable&&this.search.length){const n=this.createOption(this.search);this.optionExists(n)||e.unshift(n)}return e},isValueEmpty(){return this.selectedValue.length===0},showClearButton(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}},watch:{options(t,e){const n=()=>typeof this.resetOnOptionsChange=="function"?this.resetOnOptionsChange(t,e,this.selectedValue):this.resetOnOptionsChange;!this.taggable&&n()&&this.clearSelection(),this.modelValue&&this.isTrackingValues&&this.setInternalValueFromOptions(this.modelValue)},modelValue:{immediate:!0,handler(t){this.isTrackingValues&&this.setInternalValueFromOptions(t)}},multiple(){this.clearSelection()},open(t){this.$emit(t?"open":"close")}},created(){this.mutableLoading=this.loading},methods:{setInternalValueFromOptions(t){Array.isArray(t)?this.$data._value=t.map(e=>this.findOptionFromReducedValue(e)):this.$data._value=this.findOptionFromReducedValue(t)},select(t){this.$emit("option:selecting",t),this.isOptionSelected(t)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(t):(this.taggable&&!this.optionExists(t)&&(this.$emit("option:created",t),this.pushTag(t)),this.multiple&&(t=this.selectedValue.concat(t)),this.updateValue(t),this.$emit("option:selected",t)),this.onAfterSelect(t)},deselect(t){this.$emit("option:deselecting",t),this.updateValue(this.selectedValue.filter(e=>!this.optionComparator(e,t))),this.$emit("option:deselected",t)},clearSelection(){this.updateValue(this.multiple?[]:null)},onAfterSelect(t){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search="")},updateValue(t){typeof this.modelValue>"u"&&(this.$data._value=t),t!==null&&(Array.isArray(t)?t=t.map(e=>this.reduce(e)):t=this.reduce(t)),this.$emit("update:modelValue",t)},toggleDropdown(t){const e=t.target!==this.searchEl;e&&t.preventDefault();const n=[...this.deselectButtons||[],this.$refs.clearButton];if(this.searchEl===void 0||n.filter(Boolean).some(r=>r.contains(t.target)||r===t.target)){t.preventDefault();return}this.open&&e?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected(t){return this.selectedValue.some(e=>this.optionComparator(e,t))},isOptionDeselectable(t){return this.isOptionSelected(t)&&this.deselectFromDropdown},optionComparator(t,e){return this.getOptionKey(t)===this.getOptionKey(e)},findOptionFromReducedValue(t){const e=r=>JSON.stringify(this.reduce(r))===JSON.stringify(t),n=[...this.options,...this.pushedTags].filter(e);return n.length===1?n[0]:n.find(r=>this.optionComparator(r,this.$data._value))||t},closeSearchOptions(){this.open=!1,this.$emit("search:blur")},maybeDeleteValue(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){let t=null;this.multiple&&(t=[...this.selectedValue.slice(0,this.selectedValue.length-1)]),this.updateValue(t)}},optionExists(t){return this.optionList.some(e=>this.optionComparator(e,t))},normalizeOptionForSlot(t){return typeof t=="object"?t:{[this.label]:t}},pushTag(t){this.pushedTags.push(t)},onEscape(){this.search.length?this.search="":this.searchEl.blur()},onSearchBlur(){if(this.mousedown&&!this.searching)this.mousedown=!1;else{const{clearSearchOnSelect:t,multiple:e}=this;this.clearSearchOnBlur({clearSearchOnSelect:t,multiple:e})&&(this.search=""),this.closeSearchOptions();return}if(this.search.length===0&&this.options.length===0){this.closeSearchOptions();return}},onSearchFocus(){this.open=!0,this.$emit("search:focus")},onMousedown(){this.mousedown=!0},onMouseUp(){this.mousedown=!1},onSearchKeyDown(t){const e=o=>(o.preventDefault(),!this.isComposing&&this.typeAheadSelect()),n={8:o=>this.maybeDeleteValue(),9:o=>this.onTab(),27:o=>this.onEscape(),38:o=>(o.preventDefault(),this.typeAheadUp()),40:o=>(o.preventDefault(),this.typeAheadDown())};this.selectOnKeyCodes.forEach(o=>n[o]=e);const r=this.mapKeydown(n,this);if(typeof r[t.keyCode]=="function")return r[t.keyCode](t)}}},QR=["dir"],ZR=["id","aria-expanded","aria-owns"],JR={ref:"selectedOptions",class:"vs__selected-options"},XR=["disabled","title","aria-label","onClick"],qR={ref:"actions",class:"vs__actions"},VR=["disabled"],e$={class:"vs__spinner"},t$=["id"],n$=["id","aria-selected","onMouseover","onClick"],r$={key:0,class:"vs__no-options"},o$=l.createTextVNode(" Sorry, no matching options. "),i$=["id"];function s$(t,e,n,r,o,i){const s=l.resolveDirective("append-to-body");return l.openBlock(),l.createElementBlock("div",{dir:n.dir,class:l.normalizeClass(["v-select",i.stateClasses])},[l.renderSlot(t.$slots,"header",l.normalizeProps(l.guardReactiveProps(i.scope.header))),l.createElementVNode("div",{id:`vs${n.uid}__combobox`,ref:"toggle",class:"vs__dropdown-toggle",role:"combobox","aria-expanded":i.dropdownOpen.toString(),"aria-owns":`vs${n.uid}__listbox`,"aria-label":"Search for option",onMousedown:e[1]||(e[1]=c=>i.toggleDropdown(c))},[l.createElementVNode("div",JR,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(i.selectedValue,(c,a)=>l.renderSlot(t.$slots,"selected-option-container",{option:i.normalizeOptionForSlot(c),deselect:i.deselect,multiple:n.multiple,disabled:n.disabled},()=>[(l.openBlock(),l.createElementBlock("span",{key:n.getOptionKey(c),class:"vs__selected"},[l.renderSlot(t.$slots,"selected-option",l.normalizeProps(l.guardReactiveProps(i.normalizeOptionForSlot(c))),()=>[l.createTextVNode(l.toDisplayString(n.getOptionLabel(c)),1)]),n.multiple?(l.openBlock(),l.createElementBlock("button",{key:0,ref_for:!0,ref:d=>o.deselectButtons[a]=d,disabled:n.disabled,type:"button",class:"vs__deselect",title:`Deselect ${n.getOptionLabel(c)}`,"aria-label":`Deselect ${n.getOptionLabel(c)}`,onClick:d=>i.deselect(c)},[(l.openBlock(),l.createBlock(l.resolveDynamicComponent(i.childComponents.Deselect)))],8,XR)):l.createCommentVNode("",!0)]))])),256)),l.renderSlot(t.$slots,"search",l.normalizeProps(l.guardReactiveProps(i.scope.search)),()=>[l.createElementVNode("input",l.mergeProps({class:"vs__search"},i.scope.search.attributes,l.toHandlers(i.scope.search.events)),null,16)])],512),l.createElementVNode("div",qR,[l.withDirectives(l.createElementVNode("button",{ref:"clearButton",disabled:n.disabled,type:"button",class:"vs__clear",title:"Clear Selected","aria-label":"Clear Selected",onClick:e[0]||(e[0]=(...c)=>i.clearSelection&&i.clearSelection(...c))},[(l.openBlock(),l.createBlock(l.resolveDynamicComponent(i.childComponents.Deselect)))],8,VR),[[l.vShow,i.showClearButton]]),l.renderSlot(t.$slots,"open-indicator",l.normalizeProps(l.guardReactiveProps(i.scope.openIndicator)),()=>[n.noDrop?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(l.resolveDynamicComponent(i.childComponents.OpenIndicator),l.normalizeProps(l.mergeProps({key:0},i.scope.openIndicator.attributes)),null,16))]),l.renderSlot(t.$slots,"spinner",l.normalizeProps(l.guardReactiveProps(i.scope.spinner)),()=>[l.withDirectives(l.createElementVNode("div",e$,"Loading...",512),[[l.vShow,t.mutableLoading]])])],512)],40,ZR),l.createVNode(l.Transition,{name:n.transition},{default:l.withCtx(()=>[i.dropdownOpen?l.withDirectives((l.openBlock(),l.createElementBlock("ul",{id:`vs${n.uid}__listbox`,ref:"dropdownMenu",key:`vs${n.uid}__listbox`,class:"vs__dropdown-menu",role:"listbox",tabindex:"-1",onMousedown:e[2]||(e[2]=l.withModifiers((...c)=>i.onMousedown&&i.onMousedown(...c),["prevent"])),onMouseup:e[3]||(e[3]=(...c)=>i.onMouseUp&&i.onMouseUp(...c))},[l.renderSlot(t.$slots,"list-header",l.normalizeProps(l.guardReactiveProps(i.scope.listHeader))),(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(i.filteredOptions,(c,a)=>(l.openBlock(),l.createElementBlock("li",{id:`vs${n.uid}__option-${a}`,key:n.getOptionKey(c),role:"option",class:l.normalizeClass(["vs__dropdown-option",{"vs__dropdown-option--deselect":i.isOptionDeselectable(c)&&a===t.typeAheadPointer,"vs__dropdown-option--selected":i.isOptionSelected(c),"vs__dropdown-option--highlight":a===t.typeAheadPointer,"vs__dropdown-option--disabled":!n.selectable(c)}]),"aria-selected":a===t.typeAheadPointer?!0:null,onMouseover:d=>n.selectable(c)?t.typeAheadPointer=a:null,onClick:l.withModifiers(d=>n.selectable(c)?i.select(c):null,["prevent","stop"])},[l.renderSlot(t.$slots,"option",l.normalizeProps(l.guardReactiveProps(i.normalizeOptionForSlot(c))),()=>[l.createTextVNode(l.toDisplayString(n.getOptionLabel(c)),1)])],42,n$))),128)),i.filteredOptions.length===0?(l.openBlock(),l.createElementBlock("li",r$,[l.renderSlot(t.$slots,"no-options",l.normalizeProps(l.guardReactiveProps(i.scope.noOptions)),()=>[o$])])):l.createCommentVNode("",!0),l.renderSlot(t.$slots,"list-footer",l.normalizeProps(l.guardReactiveProps(i.scope.listFooter)))],40,t$)),[[s]]):(l.openBlock(),l.createElementBlock("ul",{key:1,id:`vs${n.uid}__listbox`,role:"listbox",style:{display:"none",visibility:"hidden"}},null,8,i$))]),_:3},8,["name"]),l.renderSlot(t.$slots,"footer",l.normalizeProps(l.guardReactiveProps(i.scope.footer)))],10,QR)}const a$=vh(GR,[["render",s$]]),l$=t=>typeof t=="number",c$=12,d$=["textContent"],u$=["textContent"],f$={key:0,class:"content-library-card__body"},h$=["textContent"],p$={key:1},Ec=l.defineComponent({__name:"BDContentLibraryCard",props:{itemId:{type:[String,Number],required:!0},title:{type:String},subtitle:{type:String},description:{type:String},uri:{type:String},showFooter:{type:Boolean,default:!0},showBody:{type:Boolean,default:!0},cardClass:{type:String},provider:{type:String}},emits:["on-insert"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=l.computed(()=>`Open ${r.provider} in nieuw venster`),s=()=>{o("on-insert",r.itemId)},c=()=>{window.open(r.uri,"_blank","noopener,noreferrer")};return(a,d)=>(l.openBlock(),l.createElementBlock("article",{class:l.normalizeClass(["content-library-card",r.cardClass])},[l.createElementVNode("header",null,[l.renderSlot(a.$slots,"header",{},()=>[l.createElementVNode("h6",{textContent:l.toDisplayString(r.title)},null,8,d$),r.subtitle?(l.openBlock(),l.createElementBlock("small",{key:0,textContent:l.toDisplayString(r.subtitle)},null,8,u$)):l.createCommentVNode("",!0)])]),r.showBody?(l.openBlock(),l.createElementBlock("div",f$,[l.renderSlot(a.$slots,"default",{},()=>[l.createElementVNode("p",{textContent:l.toDisplayString(r.description),class:"content-library-card__description"},null,8,h$)])])):l.createCommentVNode("",!0),r.showFooter?(l.openBlock(),l.createElementBlock("footer",p$,[l.renderSlot(a.$slots,"footer",{},()=>[l.createVNode(Re,{variant:"secondary",onClick:s},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(n)("contentLibraryCard.insert")),1)]),_:1}),l.createVNode(Re,{title:i.value,variant:"icon",onClick:c},{default:l.withCtx(()=>[l.createVNode(Bc)]),_:1},8,["title"])])])):l.createCommentVNode("",!0)],2))}}),m$=l.defineComponent({__name:"BDContentLibraryCardBasic",props:{item:{type:Object,required:!0}},setup(t){return(e,n)=>(l.openBlock(),l.createBlock(Ec,l.normalizeProps(l.guardReactiveProps(t.item)),null,16))}}),g$={class:"content-library-card-image__titles"},v$=["textContent"],y$=["textContent"],b$=["src"],C$=l.defineComponent({__name:"BDContentLibraryCardImage",props:{item:{type:Object,required:!0}},setup(t){const e=t,n=l.computed(()=>{const{itemId:r,uri:o,title:i,provider:s}=e.item;return{itemId:r,uri:o,title:i,provider:s}});return(r,o)=>(l.openBlock(),l.createBlock(Ec,l.mergeProps(n.value,{"card-class":"content-library-card-image","show-body":!1}),{header:l.withCtx(()=>[l.createElementVNode("div",g$,[l.createElementVNode("h6",{textContent:l.toDisplayString(t.item.title)},null,8,v$),l.createElementVNode("small",{textContent:l.toDisplayString(t.item.subtitle)},null,8,y$)]),l.createElementVNode("img",{src:t.item.imageUri,class:"content-library-card-image__figure"},null,8,b$)]),_:1},16))}}),E$=l.defineComponent({__name:"BDContentLibraryCardTitle",props:{item:{type:Object,required:!0}},setup(t){const e=t,n=l.computed(()=>{const{itemId:r,title:o,subtitle:i,uri:s,provider:c}=e.item;return{itemId:r,title:o,subtitle:i,uri:s,provider:c}});return(r,o)=>(l.openBlock(),l.createBlock(Ec,l.mergeProps(n.value,{"show-body":!1,"card-class":"content-library-card-title"}),null,16))}}),n3=t=>t.replace(/<\/?[^>]+(>|$)/g,_e),r3=t=>t.replace(/<li>/g," ").replace(/<(br|\/p)>/g," \r"),k$=t=>t.replace(/(?:\r\n|\r|\n)/g,"<br>"),w$={class:"content-library-card-message-template__tag"},S$=["textContent"],A$=["textContent"],x$=["textContent"],T$=["id"],I$=["innerHTML"],_$={class:"collapsed-hide"},N$={class:"collapsed-show"},O$={key:2,class:"edit-btn-group"},M$={key:3,class:"attachment-occurence"},L$={class:"number-icon"},D$=l.defineComponent({__name:"BDContentLibraryCardMessageTemplate",props:{item:{type:Object,required:!0},variant:{type:String,default:"insert",validator(t){return["insert","edit","shared"].includes(t)}},apiUrl:{type:String,default:""}},emits:["on-insert","show-attachment","on-change","delete"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=l.ref(null),s=l.ref(!1),c=l.ref(!1),a=l.computed(()=>`collapse-preview-${r.item.itemId}`),d=l.computed(()=>Pm(r.item.files)?null:r.item.files.length),u=l.computed(()=>r.variant==="insert"),f=l.computed(()=>r.variant==="edit"),h=l.computed(()=>r.variant==="shared"),p=l.computed(()=>c.value?_e:"content-library-card-not-collapsable"),m=l.computed(()=>r.item.text?k$(r.item.text):_e),g=l.computed(()=>So(r.apiUrl,r.item.files,!1)),v=l.computed(()=>So(r.apiUrl,r.item.files,!0)),y=()=>{i.value&&(c.value=s.value||i.value.scrollHeight>i.value.clientHeight||r.item.files&&r.item.files.length>0)},b=()=>{o("on-insert",r.item.itemId)},E=_=>{o("show-attachment",_)},C=()=>{o("on-change",r.item.itemId)},S=()=>{o("delete",r.item.itemId)};return l.watch(()=>r.item,()=>{i.value&&l.nextTick().then(()=>{y()})},{immediate:!0,deep:!0}),l.onMounted(()=>{l.nextTick(()=>{y()})}),(_,T)=>(l.openBlock(),l.createBlock(Ec,l.mergeProps(t.item,{cardClass:`content-library-card-message-template ${p.value}`,onOnInsert:b}),{header:l.withCtx(()=>[l.createElementVNode("div",w$,[l.createElementVNode("span",{textContent:l.toDisplayString(t.item.category)},null,8,S$)]),l.createElementVNode("h6",{textContent:l.toDisplayString(t.item.title)},null,8,A$),l.createElementVNode("small",{textContent:l.toDisplayString(t.item.practitionerName)},null,8,x$)]),footer:l.withCtx(()=>[u.value?(l.openBlock(),l.createBlock(Re,{key:0,variant:"secondary",onClick:b},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(n)("contentLibraryCardMessageTemplate.insert")),1)]),_:1})):l.createCommentVNode("",!0),h.value?l.withDirectives((l.openBlock(),l.createBlock(Re,{key:1,variant:"icon",title:l.unref(n)("contentLibraryCardMessageTemplate.popoverIsSharedByOtherUser")},{default:l.withCtx(()=>[l.createVNode($c)]),_:1},8,["title"])),[[l.unref(Lo)]]):l.createCommentVNode("",!0),f.value?(l.openBlock(),l.createElementBlock("div",O$,[l.createVNode(Re,{title:l.unref(n)("contentLibraryCardMessageTemplate.edit"),variant:"icon",onClick:C},{default:l.withCtx(()=>[l.createVNode(Pc)]),_:1},8,["title"]),l.createVNode(Re,{title:l.unref(n)("contentLibraryCardMessageTemplate.delete"),variant:"icon",onClick:S},{default:l.withCtx(()=>[l.createVNode(Lc)]),_:1},8,["title"])])):l.createCommentVNode("",!0),d.value?(l.openBlock(),l.createElementBlock("div",M$,[l.createVNode(hr),l.createElementVNode("div",L$,l.toDisplayString(d.value),1)])):l.createCommentVNode("",!0)]),default:l.withCtx(()=>[l.createElementVNode("div",{id:a.value,class:"content-library-card-message-template__collapse collapse",ref_key:"content",ref:i},[l.createElementVNode("p",{class:"message-text",innerHTML:m.value},null,8,I$),t.item.files?(l.openBlock(),l.createBlock($s,{key:0,"no-download":!0,files:g.value},null,8,["files"])):l.createCommentVNode("",!0),t.item.files?(l.openBlock(),l.createBlock(Fs,{key:1,"no-download":!0,files:v.value,onShow:E},null,8,["files"])):l.createCommentVNode("",!0)],8,T$),c.value?(l.openBlock(),l.createBlock(Re,{key:0,class:"content-library-card-message-template__link-button collapse-button collapsed",variant:"link","data-bs-toggle":"collapse","data-bs-target":`#${a.value}`},{default:l.withCtx(()=>[l.createElementVNode("span",_$,l.toDisplayString(l.unref(n)("contentLibraryCardMessageTemplate.collapseOpen")),1),l.createElementVNode("span",N$,l.toDisplayString(l.unref(n)("contentLibraryCardMessageTemplate.collapseClosed")),1)]),_:1},8,["data-bs-target"])):l.createCommentVNode("",!0)]),_:1},16,["cardClass"]))}}),P$={class:"content-library-overview"},B$=ge({__name:"BDContentLibraryOverview",props:{items:{type:Array,default:null},cols:{type:Number,default:2}},emits:["on-insert","on-change","delete","show-attachment"],setup(t,{emit:e}){const{t:n}=Nt(),r={BDContentLibraryCardBasic:m$,BDContentLibraryCardImage:C$,BDContentLibraryCardTitle:E$,BDContentLibraryCardMessageTemplate:D$},o=t,i=e,s=l.computed(()=>Pm(o.items)),c=l.computed(()=>Math.floor(c$/o.cols)),a=h=>{i("on-insert",h)},d=h=>{i("on-change",h)},u=h=>{i("delete",h)},f=h=>{i("show-attachment",h)};return(h,p)=>(l.openBlock(),l.createElementBlock("div",P$,[l.createVNode(vn,null,{default:l.withCtx(()=>[s.value?(l.openBlock(),l.createBlock(Tt,{key:0,sm:12},{default:l.withCtx(()=>[l.createVNode(qr,{show:""},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(n)("contentLibraryOverview.noResults")),1)]),_:1})]),_:1})):l.createCommentVNode("",!0),(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.items,m=>(l.openBlock(),l.createBlock(Tt,{class:"card-container",key:m.itemId,sm:12,md:6,lg:c.value},{default:l.withCtx(()=>[(l.openBlock(),l.createBlock(l.resolveDynamicComponent(r[m.componentToRender]),l.mergeProps({ref_for:!0},m,{item:m,onOnInsert:a,onOnChange:d,onDelete:u,onShowAttachment:f}),null,16,["item"]))]),_:2},1032,["lg"]))),128))]),_:1})]))}},[["__scopeId","data-v-de8a1bfb"]]),R$={class:"content-library-template"},$$={class:"number-of-messages"},F$=["src"],z$=["src"],U$=["id"],H$={class:"collapse-button-container"},j$={class:"collapsed-show"},W$={class:"collapsed-hide"},yh=l.defineComponent({__name:"BDContentLibraryTemplate",props:{modelValue:{},showAddButton:{type:Boolean,default:!1},providerSelectOptions:{default:()=>[]},provider:{},editCategory:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}},emits:["create","on-insert","on-change","delete","update","on-input","show-attachment","provider-changed"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=l.ref(r.modelValue);l.watch(()=>r.modelValue,z=>{i.value=z},{immediate:!0,deep:!0});const s=l.computed(()=>r.modelValue?.provider?.SupportsSearch?n("contentLibraryTemplate.searchPlaceholderSearch"):n("contentLibraryTemplate.searchPlaceholder")),c=l.computed(()=>$d(r.providerSelectOptions)&&r.providerSelectOptions.length>1),a=l.computed(()=>r.provider&&$d(r.provider.items)?r.provider.items:[]),d=l.computed(()=>r.provider&&$d(r.provider.filters)),u=l.computed(()=>{let z=0;return r.provider&&l$(r.provider.totalNumber)&&(z=r.provider.totalNumber),z===1?`${z} ${n("contentLibraryTemplate.message")}`:`${z} ${n("contentLibraryTemplate.messages")}`}),f=l.computed(()=>r.provider&&r.provider.pageSize&&r.provider.totalNumber&&r.provider.pageSize<=r.provider.totalNumber),h=l.computed(()=>r.provider&&r.provider.totalNumber?r.provider.totalNumber:0),p=l.computed(()=>d.value?9:12),m=l.computed(()=>r.provider&&!d.value?3:2),g=l.computed(()=>r.showAddButton||c.value),v=l.computed(()=>({md:3,lg:3})),y=l.computed(()=>({md:9,lg:9})),b=l.computed(()=>({sm:12,md:12,lg:c.value?7:8,"offset-lg":g.value?0:3,"offset-md":g.value?0:3})),E=l.computed(()=>({sm:12,md:g.value?6:3,lg:c.value?5:4})),C=z=>z.replace(/\s/g,"-"),S=()=>{o("create")},_=z=>{o("on-insert",z)},T=z=>{o("on-change",z)},D=z=>{o("delete",z)},G=()=>{o("update","category")},$=()=>{i.value.currentPage=1,o("on-input",i.value)},j=()=>{o("on-input",i.value)},W=z=>{o("show-attachment",z)},Y=z=>{o("provider-changed",z.value)};return(z,U)=>(l.openBlock(),l.createElementBlock("div",R$,[l.createVNode(vn,null,{default:l.withCtx(()=>[l.createVNode(Tt,l.mergeProps(v.value,{class:"content-library-header content-library-header__messages"}),{default:l.withCtx(()=>[l.createElementVNode("span",$$,l.toDisplayString(u.value),1),t.showAddButton?(l.openBlock(),l.createBlock(Re,{key:0,class:"d-md-none",onClick:S},{default:l.withCtx(()=>[l.createVNode(oa),l.createTextVNode(" "+l.toDisplayString(l.unref(n)("contentLibraryTemplate.newMessageText")),1)]),_:1})):l.createCommentVNode("",!0)]),_:1},16),l.createVNode(Tt,l.mergeProps(y.value,{class:"content-library-header"}),{default:l.withCtx(()=>[l.createVNode(vn,null,{default:l.withCtx(()=>[l.createVNode(Tt,l.mergeProps(b.value,{class:"search-block"}),{default:l.withCtx(()=>[l.createVNode(br,{type:"text",modelValue:i.value.searchTerm,"onUpdate:modelValue":U[0]||(U[0]=F=>i.value.searchTerm=F),placeholder:s.value,delayTimeMs:500,class:"search-input",onInput:$,autofocus:""},null,8,["modelValue","placeholder"])]),_:1},16),t.showAddButton?(l.openBlock(),l.createBlock(Tt,l.mergeProps({key:0},E.value,{class:"add-button-block d-none d-md-block"}),{default:l.withCtx(()=>[t.showAddButton?(l.openBlock(),l.createBlock(Re,{key:0,onClick:S},{default:l.withCtx(()=>[l.createVNode(oa),l.createTextVNode(" "+l.toDisplayString(l.unref(n)("contentLibraryTemplate.newMessageText")),1)]),_:1})):l.createCommentVNode("",!0)]),_:1},16)):l.createCommentVNode("",!0),c.value?(l.openBlock(),l.createBlock(Tt,l.mergeProps({key:1},E.value,{class:"select-button-block"}),{default:l.withCtx(()=>[l.createVNode(l.unref(a$),{modelValue:i.value.provider,"onUpdate:modelValue":U[1]||(U[1]=F=>i.value.provider=F),options:t.providerSelectOptions,clearable:!1,searchable:!1,"onOption:selected":Y},{"open-indicator":l.withCtx(({attributes:F})=>[l.createElementVNode("span",l.normalizeProps(l.guardReactiveProps(F)),[l.createVNode(ea)],16)]),option:l.withCtx(({icon:F,label:X,img:H})=>[F?(l.openBlock(),l.createBlock(l.resolveDynamicComponent(F),{key:0})):l.createCommentVNode("",!0),H?(l.openBlock(),l.createElementBlock("img",{key:1,src:H},null,8,F$)):l.createCommentVNode("",!0),l.createElementVNode("span",null,l.toDisplayString(X),1)]),"selected-option":l.withCtx(({icon:F,label:X,img:H})=>[F?(l.openBlock(),l.createBlock(l.resolveDynamicComponent(F),{key:0})):l.createCommentVNode("",!0),H?(l.openBlock(),l.createElementBlock("img",{key:1,src:H},null,8,z$)):l.createCommentVNode("",!0),l.createElementVNode("span",null,l.toDisplayString(X),1)]),_:1},8,["modelValue","options"])]),_:1},16)):l.createCommentVNode("",!0)]),_:1})]),_:1},16),d.value?(l.openBlock(),l.createBlock(Tt,{key:0,md:12,lg:3,class:"content-library-body"},{default:l.withCtx(()=>[l.createVNode(Zc,{title:"Filter","show-on":"md","collapse-on":"md"},{body:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.provider.filters,(F,X)=>(l.openBlock(),l.createBlock(es,{key:F.label,label:F.label},{default:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(F.options,(H,ee)=>(l.openBlock(),l.createBlock(Cr,{modelValue:i.value.selectedFilters,"onUpdate:modelValue":U[2]||(U[2]=ne=>i.value.selectedFilters=ne),key:ee,value:`${F.id}-${H.item}`,onChange:$},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(H.name),1)]),_:2},1032,["modelValue","value"]))),128)),F.moreOptions?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[l.createElementVNode("div",{id:`collapse-${C(F.label)}`,class:"collapse"},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(F.moreOptions,(H,ee)=>(l.openBlock(),l.createBlock(Cr,{modelValue:i.value.selectedFilters,"onUpdate:modelValue":U[3]||(U[3]=ne=>i.value.selectedFilters=ne),key:ee,value:`${F.id}-${H.item}`,onChange:$},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(H.name),1)]),_:2},1032,["modelValue","value"]))),128))],8,U$),l.createElementVNode("div",H$,[l.createVNode(Re,{class:l.normalizeClass(["collapse-button collapsed",{"collapse-button-last":t.provider.filters.length-1===X}]),variant:"link","data-bs-toggle":"collapse","data-bs-target":`#collapse-${C(F.label)}`},{default:l.withCtx(()=>[l.createVNode(Ac,{class:"collapsed-show"}),l.createElementVNode("span",j$,l.toDisplayString(l.unref(n)("contentLibraryTemplate.more")),1),l.createVNode(xc,{class:"collapsed-hide"}),l.createElementVNode("span",W$,l.toDisplayString(l.unref(n)("contentLibraryTemplate.less")),1)]),_:1},8,["class","data-bs-target"])])],64)):l.createCommentVNode("",!0),F.label==="Categorieën"&&t.editCategory?(l.openBlock(),l.createBlock(Re,{key:1,variant:"outline-primary-dark",class:"edit-category-button",size:"sm",onClick:G},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(n)("contentLibraryTemplate.changeCategoryButtonLabel")),1)]),_:1})):l.createCommentVNode("",!0)]),_:2},1032,["label"]))),128))]),_:1})]),_:1})):l.createCommentVNode("",!0),l.createVNode(Tt,{md:12,lg:p.value,class:"content-library-body"},{default:l.withCtx(()=>[l.createVNode(B$,{items:a.value,cols:m.value,onOnInsert:_,onOnChange:T,onDelete:D,onShowAttachment:W},null,8,["items","cols"]),l.createVNode(vn,{class:"content-library-pagination"},{default:l.withCtx(()=>[f.value?(l.openBlock(),l.createBlock(Bd,{key:0,modelValue:i.value.currentPage,"onUpdate:modelValue":U[4]||(U[4]=F=>i.value.currentPage=F),totalRows:h.value,rowsPerPage:t.provider.pageSize,onClick:j,isPatient:!0},null,8,["modelValue","totalRows","rowsPerPage"])):l.createCommentVNode("",!0)]),_:1})]),_:1},8,["lg"])]),_:1})]))}}),o3={__name:"BDContentLibraryModal",props:{modelValue:{type:Object},provider:{type:Object},providerSelectOptions:{type:Array,default:()=>[]},visible:{type:Boolean,default:null},loading:{type:Boolean,default:!1}},emits:["on-insert","cancel","show-attachment","shown","provider-changed"],setup(t,{emit:e}){const{closeModal:n}=Do("content-library-modal"),r=t,o=e,i=l.ref(r.modelValue),s=l.computed(()=>{var p,m,g;return(g=(m=(p=r.modelValue)===null||p===void 0?void 0:p.provider)===null||m===void 0?void 0:m.img)!==null&&g!==void 0?g:null}),c=l.computed(()=>{var p,m,g;return(g=(m=(p=r.modelValue)===null||p===void 0?void 0:p.provider)===null||m===void 0?void 0:m.label)!==null&&g!==void 0?g:_e});l.watch(()=>r.modelValue,p=>{i.value=p},{immediate:!0,deep:!0});const a=p=>{n(),o("on-insert",p)},d=()=>{o("cancel")},u=p=>{o("show-attachment",p)},f=()=>{o("shown")},h=p=>{o("provider-changed",p)};return(p,m)=>(l.openBlock(),l.createBlock(xn,{id:"content-library-modal","title-image":s.value,title:c.value,size:"xl",visible:t.visible,"hide-footer":!0,onCancel:d,onShown:f},{default:l.withCtx(()=>[l.createVNode(yh,{modelValue:i.value,"onUpdate:modelValue":m[0]||(m[0]=g=>i.value=g),provider:t.provider,providerSelectOptions:t.providerSelectOptions,loading:t.loading,onOnInsert:a,onShowAttachment:u,onProviderChanged:h},null,8,["modelValue","provider","providerSelectOptions","loading"])]),_:1},8,["title-image","title","visible"]))}};var K$=Object.defineProperty,Y$=(t,e,n)=>e in t?K$(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,i3=(t,e,n)=>(Y$(t,typeof e!="symbol"?e+"":e,n),n);class G${constructor(){i3(this,"seed",0),i3(this,"data",new Map)}id(){return Date.now().toString(26)+this.seed++}add(e,n=this.id()){return this.data.set(n,e),n}get(e){return this.data.get(e)}delete(e){this.delete(e)}}const Q$="Failed to copy value to clipboard. Unknown type.",Z$={asString(t){if(t==null)return console.warn("Clipboard input is empty"),"";if(typeof t!="string")try{return JSON.stringify(t)}catch(e){return console.warn(Q$,e),""}return t}},J$="position:fixed; pointer-events:none; z-index:-9999; opacity:0;",X$={createTextarea(t){const e=document.createElement("textarea");return e.addEventListener("focusin",n=>{n.stopPropagation()}),e.value=t,e.setAttribute("readonly",""),e.style.cssText=J$,e}},Si={async requestClipboardPermission(){return navigator.permissions.query({name:"clipboard-write"})},async writeClipboard(t){return(await Si.requestClipboardPermission()).state==="granted"?(await navigator.clipboard.writeText(t),!0):!1},writeClipboardExecCommand(t){const e=X$.createTextarea(t);if(document.body.appendChild(e),navigator.userAgent.match(/ipad|ipod|iphone/i)){e.contentEditable="true",e.readOnly=!0;const r=document.createRange();r.selectNodeContents(e);const o=window.getSelection();o&&(o.removeAllRanges(),o.addRange(r),e.setSelectionRange(0,999999))}else e.select();const n=document.execCommand("copy");return document.body.removeChild(e),n},async copy(t){const e=typeof t=="function"?t():t,n=Z$.asString(e);if(Si.writeClipboardExecCommand(n))return!0;await Si.writeClipboard(n)}};new G$;const{showSuccessToast:bh}=Js(),q$=(t,e,n)=>{const r=`${e}
|
|
1302
|
+
`});return(u,f)=>s.value?(l.openBlock(),l.createElementBlock("a",{key:0,ref_key:"notificationButton",ref:i,tabindex:"0",class:"bd-notification-button",role:"button","data-bs-toggle":"popover","data-bs-placement":"bottom","data-bs-title":a.value,"data-bs-content":d.value,"data-bs-html":!0,onClick:f[0]||(f[0]=(...h)=>l.unref(o)&&l.unref(o)(...h))},[l.withDirectives(l.createElementVNode("img",{src:oR,alt:"BeterDichtbij nieuws notificatie bel.",title:c.value},null,8,aR),[[l.unref(Lo)]]),l.unref(r)?(l.openBlock(),l.createElementBlock("div",lR)):l.createCommentVNode("",!0)],8,sR)):l.createCommentVNode("",!0)}}),dR={class:"profile-side"},uR=["href"],fR={class:"nav-item"},hR=["textContent"],Ky=l.defineComponent({__name:"BDPractitionerHeader",props:{academyUrl:{},userId:{},getNotification:{}},setup(t){const{t:e}=Nt(),n=t,r=l.computed(()=>e("practitionerHeader.academyTooltip")),o=l.computed(()=>e("practitionerHeader.academyMenuItem"));return(i,s)=>(l.openBlock(),l.createBlock(ph,null,l.createSlots({"profile-side":l.withCtx(()=>[l.createElementVNode("div",dR,[l.createVNode(cR,{"user-id":n.userId,"get-notification":n.getNotification},null,8,["user-id","get-notification"]),n.academyUrl?(l.openBlock(),l.createElementBlock("a",{key:0,href:n.academyUrl,target:"_blank",rel:"noopener,noreferrer"},[l.withDirectives(l.createVNode(l.unref(qs),{title:r.value},null,8,["title"]),[[l.unref(Lo)]])],8,uR)):l.createCommentVNode("",!0)])]),_:2},[n.academyUrl?{name:"mobile-menu-special-options",fn:l.withCtx(()=>[l.createElementVNode("li",fR,[l.createVNode(Xr,{class:"nav-link",to:n.academyUrl},{default:l.withCtx(()=>[l.createVNode(l.unref(qs)),l.createElementVNode("span",{textContent:l.toDisplayString(o.value)},null,8,hR)]),_:1},8,["to"])])]),key:"0"}:void 0]),1024))}}),pR={class:"modal-dialog"},mR={class:"modal-content"},gR={class:"modal-header"},vR={class:"modal-title"},yR=["src"],bR={class:"modal-body"},CR={key:0,class:"modal-footer"},ER=["disabled"],xn=l.defineComponent({__name:"BDModal",props:{title:{default:""},titleImage:{default:""},submitButtonTitle:{default:"Opslaan"},closeButtonTitle:{default:"Annuleren"},hideFooterCancelButton:{type:Boolean,default:!1},hideFooterSubmitButton:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},hideCloseButton:{type:Boolean,default:!1},disableSubmitButton:{type:Boolean,default:!1},size:{default:"lg"}},emits:["submit","cancel"],setup(t,{emit:e}){const n=t,r=e,o=l.computed(()=>`modal bd-modal modal-${n.size}`),i=()=>r("submit"),s=()=>r("cancel");return(c,a)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(o.value),tabindex:"-1"},[l.createElementVNode("div",pR,[l.createElementVNode("div",mR,[l.createElementVNode("div",gR,[l.createElementVNode("h2",vR,[n.titleImage?(l.openBlock(),l.createElementBlock("img",{key:0,src:n.titleImage,class:"title-image",alt:""},null,8,yR)):l.createCommentVNode("",!0),l.createElementVNode("span",null,l.toDisplayString(n.title),1)]),l.renderSlot(c.$slots,"modal-header-space-between"),n.hideCloseButton?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("button",{key:0,type:"button",class:"btn-close w-auto","data-bs-dismiss":"modal","aria-label":"Sluiten",onClick:s},[a[0]||(a[0]=l.createElementVNode("span",null,"Sluiten",-1)),l.createVNode(l.unref(ta))]))]),l.createElementVNode("div",bR,[l.renderSlot(c.$slots,"default")]),t.hideFooter?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("div",CR,[n.hideFooterSubmitButton?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("button",{key:0,class:"btn btn-primary",disabled:n.disableSubmitButton,onClick:i},l.toDisplayString(n.submitButtonTitle),9,ER)),l.renderSlot(c.$slots,"buttons"),n.hideFooterCancelButton?l.createCommentVNode("",!0):(l.openBlock(),l.createElementBlock("button",{key:1,type:"button",class:"btn btn-link","data-bs-dismiss":"modal",onClick:s,"aria-label":"Annuleren"},l.toDisplayString(n.closeButtonTitle),1))]))])])],2))}}),Do=t=>{const e=l.ref(null);return{showModal:()=>{const o=document.getElementById(t);o instanceof HTMLElement?(e.value=Kr.getOrCreateInstance(o),e.value.show()):console.error(`Modal '${t}' niet gevonden.`)},closeModal:()=>{if(e.value){e.value.hide();return}const o=document.getElementById(t);if(o instanceof HTMLElement){const i=Kr.getInstance(o);i&&i.hide()}}}};function Js(t=void 0){const e=c=>i("Succesvol",c,Ko.SUCCESS),n=c=>i("Waarschuwing",c,Ko.WARNING),r=c=>i("Informatie",c,Ko.INFO),o=c=>i("Mislukt",c,Ko.DANGER);function i(c,a,d){const u=`toast-${Ep()}`,f={id:u,variant:d,title:c,text:a},h=document.querySelector(".toast-container");if(!h){console.error("There was no element with class 'toast-container' found, which is required for useToaster.");return}const p=l.h(Rd,f),g=l.createApp({render:()=>p}).mount(document.createElement("div"));h.appendChild(g.$el);const v=document.querySelector(`#${u}`);v&&(ki.getOrCreateInstance(v,t).show(),s(v))}function s(c){function a(f,h){f.forEach(p=>{if(p.attributeName!="class")return;const m=p.target;if(m.classList.contains("hide")){m.remove(),h.disconnect();return}})}const d=new MutationObserver(a),u={attributes:!0};d.observe(c,u)}return{showSuccessToast:e,showInformationToast:r,showWarningToast:n,showDangerToast:o}}const{showDangerToast:kR}=Js();function gh(t){const e=l.ref(null),n=(a,d="serverErrors")=>{let u=[];if(Array.isArray(a?.response?.data)?u=a.response.data.filter(f=>Ia(f.ErrorMessage)&&f.ErrorMessage!==_e):a.response.data.ErrorMessage?u=[a.response.data.ErrorMessage]:u=null,Ia(d))e.value=u;else if(Array.isArray(d)){let f=e.value;for(let h=0;h<d.length;h++)h===d.length-1?f[d[h]]=u:f=f[d[h]]}r(a),s(e)},r=a=>{if(t==null)return;const u=new URL(a.request.responseURL).pathname;if(u in t.error){const f=t.error[u];f&&kR(f)}},o=l.ref(null),i=l.ref(""),s=a=>{Kw(a.value)?o.value=a.value.map(d=>Ia(d)?d:d.ErrorMessage):Ia(a.value)&&(i.value=a.value)};function c(){e.value=null,o.value=null,i.value=_e}return{serverErrors:e,errorMessages:o,errorMessageText:i,MapErrors:s,MapServerErrors:n,ResetServerErrors:c}}const wR={key:0},SR={key:1},AR={class:"bd-form-field"},xR={class:"bd-form-field"},Yy=l.defineComponent({__name:"BDPhoneNumberEditModal",props:["modalTitle","submitButtonTitle","phoneNumberLabel","phoneNumberUnchangedText","confirmationCodeLabel","confirmationCodeRequiredText","confirmationCodeSentText","editSuccessText","editCanceledText","sendConfirmationCodeText","startPhoneNumberUpdate","confirmPhoneNumberUpdate"],emits:["startPhoneNumberUpdate","confirmPhoneNumberUpdate","setPhoneNumber"],setup(t,{expose:e,emit:n}){const{showSuccessToast:r,showWarningToast:o}=Js(),{serverErrors:i,errorMessages:s,errorMessageText:c,MapServerErrors:a,ResetServerErrors:d}=gh(null),{closeModal:u}=Do("phone-number-edit-modal"),f=t,h=n;let p=_e;const m=l.ref(),g=l.ref(null),v=l.ref(),y=l.ref(),b=l.ref(null),E=l.computed(()=>y.value==null||y.value==""),C=()=>{if(g.value=null,d(),!m.value||m.value==p){g.value=!1;return}const $={newPhonenumber:m.value};f.startPhoneNumberUpdate($).then(_).catch(a)},S=()=>{if(!y.value){b.value=!1;return}const $={requestIdentifier:v.value,token:y.value};f.confirmPhoneNumberUpdate($).then(T).catch(a)},_=$=>{g.value=null,r(f.confirmationCodeSentText),v.value=$.data.RequestIdentifier},T=()=>{h("setPhoneNumber",m.value),r(f.editSuccessText),u(),g.value=null,b.value=null},D=$=>{p=$,m.value=p,g.value=null,v.value=void 0,y.value=void 0,b.value=null},G=()=>{D(p),d(),o(f.editCanceledText)};return e({Reset:D}),($,j)=>(l.openBlock(),l.createBlock(xn,{id:"phone-number-edit-modal",class:l.normalizeClass(l.unref(_e)),title:f.modalTitle,submitButtonTitle:f.submitButtonTitle,hideFooterCancelButton:!1,"disable-submit-button":E.value,serverErrors:l.unref(i),errorMessages:l.unref(s),errorMessageText:l.unref(c),onSubmit:S,onCancel:G},{default:l.withCtx(()=>[l.unref(c)||l.unref(s)?(l.openBlock(),l.createBlock(qr,{key:0,variant:"danger"},{default:l.withCtx(()=>[l.unref(s)?(l.openBlock(),l.createElementBlock("div",wR,[l.createElementVNode("ul",null,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(s),(W,Y)=>(l.openBlock(),l.createElementBlock("li",{key:Y},[l.createVNode(pr),l.createElementVNode("span",null,l.toDisplayString(W),1)]))),128))])])):(l.openBlock(),l.createElementBlock("div",SR,l.toDisplayString(l.unref(c)),1))]),_:1})):l.createCommentVNode("",!0),l.createElementVNode("div",AR,[l.createVNode(br,{id:"form-input-phone-number",label:f.phoneNumberLabel,modelValue:m.value,"onUpdate:modelValue":j[0]||(j[0]=W=>m.value=W),state:g.value,type:"text","form-field-class":"form-input-with-button","invalid-feedback-text":f.phoneNumberUnchangedText},{default:l.withCtx(()=>[l.createVNode(Re,{textContent:l.toDisplayString(f.sendConfirmationCodeText),class:"tablet-device-up",type:"button",onClick:C},null,8,["textContent"])]),_:1},8,["label","modelValue","state","invalid-feedback-text"]),l.createVNode(Re,{textContent:l.toDisplayString(f.sendConfirmationCodeText),class:"mobile-device",type:"button",onClick:C},null,8,["textContent"])]),l.createElementVNode("div",xR,[v.value?(l.openBlock(),l.createBlock(br,{key:0,label:f.confirmationCodeLabel,modelValue:y.value,"onUpdate:modelValue":j[1]||(j[1]=W=>y.value=W),state:b.value,"invalid-feedback-text":f.confirmationCodeRequiredText},null,8,["label","modelValue","state","invalid-feedback-text"])):l.createCommentVNode("",!0)])]),_:1},8,["class","title","submitButtonTitle","disable-submit-button","serverErrors","errorMessages","errorMessageText"]))}}),Gy=(t,e,n,r,o,i)=>{const s=l.ref(null),c=l.ref(null),a=l.ref(!1),d=l.ref(null),{showModal:u,closeModal:f}=Do("session-time-out-modal"),h=l.computed(()=>s.value&&t?t-(s.value+1):0),p=l.computed(()=>c.value?60-c.value:0),m=l.computed(()=>a.value),g=()=>{d.value=setInterval(y,1e3),r(d.value)},v=()=>{d.value&&clearInterval(d.value)},y=()=>{s.value=Wt().diff(n(),"m"),c.value=Wt().subtract(s.value,"m").diff(n(),"s");const D=t??Number.MAX_SAFE_INTEGER,G=e??0;s.value>=D?(a.value=!0,u(),localStorage.setItem("session-timeout","true"),window.onbeforeunload=b):s.value>=D-G?u():f()},b=D=>{D.stopPropagation(),C()},E=()=>{o(),v(),s.value=null,c.value=null,g()},C=()=>{v(),s.value=null,c.value=null,localStorage.removeItem("session-timeout"),i()},S=()=>{a.value?C():E()},_=()=>{C()},T=()=>{a.value?C():f()};return l.onMounted(()=>{const D=document.getElementById("session-time-out-modal");D&&D.addEventListener("hidden.bs.modal",S),v(),g()}),{IsExpired:m,Minutes:h,Seconds:p,OnLogOut:_,OnSubmit:T}},Qy=l.defineComponent({__name:"BDSessionTimeOutModal",props:["expiredTitle","expiredMessage","expiredButtonText","almostExpiredTitle","almostExpiredMessage","almostExpiredButtonText","almostExpiredCancelButtonText","threshold","warningThreshold","getTime","setTaskId","setNewTime","logout","hideCancelButton"],setup(t){const e=t,{IsExpired:n,Minutes:r,Seconds:o,OnLogOut:i,OnSubmit:s}=Gy(e.threshold,e.warningThreshold,e.getTime,e.setTaskId,e.setNewTime,e.logout),c=l.computed(()=>n.value?e.expiredTitle:e.almostExpiredTitle),a=l.computed(()=>n.value?e.expiredMessage:`${e.almostExpiredMessage} ${r.value}:${o.value<10?"0"+o.value:o.value}`),d=l.computed(()=>e.hideCancelButton||n.value),u=l.computed(()=>n.value?e.expiredButtonText:e.almostExpiredButtonText);return(f,h)=>(l.openBlock(),l.createBlock(xn,{id:"session-time-out-modal",title:c.value,"hide-close-button":!0,"hide-footer-cancel-button":d.value,"close-button-title":e.almostExpiredCancelButtonText,"submit-button-title":u.value,size:"md",onSubmit:l.unref(s),onCancel:l.unref(i)},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(a.value),1)]),_:1},8,["title","hide-footer-cancel-button","close-button-title","submit-button-title","onSubmit","onCancel"]))}}),Zy={__name:"BDConfirmationModal",props:["modalId","modalTitle","description","submitButtonText","cancelButtonText"],setup(t,{expose:e}){const n=t,{closeModal:r,showModal:o}=Do(n.modalId);let i=l.ref(null);e({Confirm:()=>Ww(this,void 0,void 0,function*(){return o(),new Promise(d=>i.value=d)})});const c=()=>{r(),i.value(!0)},a=()=>i.value(!1);return(d,u)=>(l.openBlock(),l.createBlock(xn,{id:n.modalId,title:n.modalTitle,"submit-button-title":n.submitButtonText,"close-button-title":n.cancelButtonText,"hide-close-button":!0,size:"md",onSubmit:c,onCancel:a},{default:l.withCtx(()=>[l.createElementVNode("p",null,l.toDisplayString(n.description),1)]),_:1},8,["id","title","submit-button-title","close-button-title"]))}},Jy={__name:"BDAssignConversationModal",emits:["update:isConcluded","update:isUnread"],setup(t,{emit:e}){const{t:n}=Nt(),r=l.ref(!1),o=l.ref(!1),i=e,s=()=>i("update:isConcluded",r.value),c=()=>i("update:isUnread",o.value);return(a,d)=>(l.openBlock(),l.createBlock(xn,{id:"assign-conversation-modal",title:l.unref(n)("assignConversationModal.title"),submitButtonTitle:l.unref(n)("assignConversationModal.submitButton")},{default:l.withCtx(()=>[l.renderSlot(a.$slots,"body"),l.createVNode(es,null,{default:l.withCtx(()=>[l.createVNode(Cr,{modelValue:r.value,"onUpdate:modelValue":d[0]||(d[0]=u=>r.value=u),onChange:s},{default:l.withCtx(()=>[l.createElementVNode("span",null,l.toDisplayString(l.unref(n)("assignConversationModal.conclude")),1),l.withDirectives((l.openBlock(),l.createBlock(Re,{variant:"placeholder",class:"btn-tooltip",title:l.unref(n)("assignConversationModal.concludeTooltip")},{default:l.withCtx(()=>[l.createVNode(pr)]),_:1},8,["title"])),[[l.unref(Lo)]])]),_:1},8,["modelValue"])]),_:1}),l.createVNode(es,null,{default:l.withCtx(()=>[l.createVNode(Cr,{modelValue:o.value,"onUpdate:modelValue":d[1]||(d[1]=u=>o.value=u),onChange:c},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(n)("assignConversationModal.makeUnread")),1)]),_:1},8,["modelValue"])]),_:1}),l.renderSlot(a.$slots,"footer")]),_:3},8,["title","submitButtonTitle"]))}},Xy=l.defineComponent({__name:"BDAttachmentUploadModal",props:{dropzoneUrl:{},token:{}},emits:["cancel","on-submit"],setup(t,{emit:e}){const{closeModal:n}=Do("attachment-upload-modal"),{t:r}=Nt(),o=t,i=e,s=()=>{i("on-submit",a.value),a.value=[],n()},c=()=>{i("cancel"),a.value=[]},a=l.ref([]),d=l.computed(()=>r("attachmentUploadModal.title")),u=l.computed(()=>r("attachmentUploadModal.submitButton")),f=l.computed(()=>r("attachmentUploadModal.infoMessage")),h=l.computed(()=>r("attachmentUploadModal.addAttachmentButton")),p=l.computed(()=>r("attachmentUploadModal.errorMessage")),m=l.computed(()=>r("attachmentUploadModal.fileTooBigErrorMessage")),g=l.computed(()=>r("attachmentUploadModal.fileSizeExceededMessage"));return(v,y)=>(l.openBlock(),l.createBlock(xn,{id:"attachment-upload-modal",title:d.value,"submit-button-title":u.value,onSubmit:s,onCancel:c},{default:l.withCtx(()=>[l.createElementVNode("p",null,l.toDisplayString(f.value),1),l.createVNode(Wd,{modelValue:a.value,"onUpdate:modelValue":y[0]||(y[0]=b=>a.value=b),"button-text":h.value,"error-message":p.value,multiple:!0,"file-size-exceeded-message":m.value,"accepted-files":".png,.jpg,.jpeg,.gif,.docx,.doc,.xls,.xlsx,.txt,.csv,.pdf,.wav,.mp3,.m4a,.aiff,.flac,.mp4,.avi,.mov",url:o.dropzoneUrl,tag:"div",token:o.token},null,8,["modelValue","button-text","error-message","file-size-exceeded-message","url","token"]),l.createElementVNode("p",null,l.toDisplayString(g.value),1),l.renderSlot(v.$slots,"default")]),_:3},8,["title","submit-button-title"]))}});var TR=Object.defineProperty,IR=Object.defineProperties,_R=Object.getOwnPropertyDescriptors,qy=Object.getOwnPropertySymbols,NR=Object.prototype.hasOwnProperty,OR=Object.prototype.propertyIsEnumerable,Vy=(t,e,n)=>e in t?TR(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,wi=(t,e)=>{for(var n in e||(e={}))NR.call(e,n)&&Vy(t,n,e[n]);if(qy)for(var n of qy(e))OR.call(e,n)&&Vy(t,n,e[n]);return t},e3=(t,e)=>IR(t,_R(e));const MR={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer(){this.autoscroll&&this.maybeAdjustScroll()},open(t){this.autoscroll&&t&&this.$nextTick(()=>this.maybeAdjustScroll())}},methods:{maybeAdjustScroll(){var t;const e=((t=this.$refs.dropdownMenu)==null?void 0:t.children[this.typeAheadPointer])||!1;if(e){const n=this.getDropdownViewport(),{top:r,bottom:o,height:i}=e.getBoundingClientRect();if(r<n.top)return this.$refs.dropdownMenu.scrollTop=e.offsetTop;if(o>n.bottom)return this.$refs.dropdownMenu.scrollTop=e.offsetTop-(n.height-i)}},getDropdownViewport(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},LR={data(){return{typeAheadPointer:-1}},watch:{filteredOptions(){for(let t=0;t<this.filteredOptions.length;t++)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},open(t){t&&this.typeAheadToLastSelected()},selectedValue(){this.open&&this.typeAheadToLastSelected()}},methods:{typeAheadUp(){for(let t=this.typeAheadPointer-1;t>=0;t--)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},typeAheadDown(){for(let t=this.typeAheadPointer+1;t<this.filteredOptions.length;t++)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},typeAheadSelect(){const t=this.filteredOptions[this.typeAheadPointer];t&&this.selectable(t)&&this.select(t)},typeAheadToLastSelected(){this.typeAheadPointer=this.selectedValue.length!==0?this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length-1]):-1}}},DR={props:{loading:{type:Boolean,default:!1}},data(){return{mutableLoading:!1}},watch:{search(){this.$emit("search",this.search,this.toggleLoading)},loading(t){this.mutableLoading=t}},methods:{toggleLoading(t=null){return t==null?this.mutableLoading=!this.mutableLoading:this.mutableLoading=t}}},vh=(t,e)=>{const n=t.__vccOpts||t;for(const[r,o]of e)n[r]=o;return n},PR={},BR={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},RR=l.createElementVNode("path",{d:"M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z"},null,-1),$R=[RR];function FR(t,e){return l.openBlock(),l.createElementBlock("svg",BR,$R)}const zR=vh(PR,[["render",FR]]),UR={},HR={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},jR=l.createElementVNode("path",{d:"M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z"},null,-1),WR=[jR];function KR(t,e){return l.openBlock(),l.createElementBlock("svg",HR,WR)}const YR=vh(UR,[["render",KR]]),t3={Deselect:zR,OpenIndicator:YR},GR={mounted(t,{instance:e}){if(e.appendToBody){const{height:n,top:r,left:o,width:i}=e.$refs.toggle.getBoundingClientRect();let s=window.scrollX||window.pageXOffset,c=window.scrollY||window.pageYOffset;t.unbindPosition=e.calculatePosition(t,e,{width:i+"px",left:s+o+"px",top:c+r+n+"px"}),document.body.appendChild(t)}},unmounted(t,{instance:e}){e.appendToBody&&(t.unbindPosition&&typeof t.unbindPosition=="function"&&t.unbindPosition(),t.parentNode&&t.parentNode.removeChild(t))}};function QR(t){const e={};return Object.keys(t).sort().forEach(n=>{e[n]=t[n]}),JSON.stringify(e)}let ZR=0;function JR(){return++ZR}const XR={components:wi({},t3),directives:{appendToBody:GR},mixins:[MR,LR,DR],compatConfig:{MODE:3},emits:["open","close","update:modelValue","search","search:compositionstart","search:compositionend","search:keydown","search:blur","search:focus","search:input","option:created","option:selecting","option:selected","option:deselecting","option:deselected"],props:{modelValue:{},components:{type:Object,default:()=>({})},options:{type:Array,default(){return[]}},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},deselectFromDropdown:{type:Boolean,default:!1},searchable:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},placeholder:{type:String,default:""},transition:{type:String,default:"vs__fade"},clearSearchOnSelect:{type:Boolean,default:!0},closeOnSelect:{type:Boolean,default:!0},label:{type:String,default:"label"},autocomplete:{type:String,default:"off"},reduce:{type:Function,default:t=>t},selectable:{type:Function,default:t=>!0},getOptionLabel:{type:Function,default(t){return typeof t=="object"?t.hasOwnProperty(this.label)?t[this.label]:console.warn(`[vue-select warn]: Label key "option.${this.label}" does not exist in options object ${JSON.stringify(t)}.
|
|
1303
|
+
https://vue-select.org/api/props.html#getoptionlabel`):t}},getOptionKey:{type:Function,default(t){if(typeof t!="object")return t;try{return t.hasOwnProperty("id")?t.id:QR(t)}catch(e){return console.warn(`[vue-select warn]: Could not stringify this option to generate unique key. Please provide'getOptionKey' prop to return a unique key for each option.
|
|
1304
|
+
https://vue-select.org/api/props.html#getoptionkey`,t,e)}}},onTab:{type:Function,default:function(){this.selectOnTab&&!this.isComposing&&this.typeAheadSelect()}},taggable:{type:Boolean,default:!1},tabindex:{type:Number,default:null},pushTags:{type:Boolean,default:!1},filterable:{type:Boolean,default:!0},filterBy:{type:Function,default(t,e,n){return(e||"").toLocaleLowerCase().indexOf(n.toLocaleLowerCase())>-1}},filter:{type:Function,default(t,e){return t.filter(n=>{let r=this.getOptionLabel(n);return typeof r=="number"&&(r=r.toString()),this.filterBy(n,r,e)})}},createOption:{type:Function,default(t){return typeof this.optionList[0]=="object"?{[this.label]:t}:t}},resetOnOptionsChange:{default:!1,validator:t=>["function","boolean"].includes(typeof t)},clearSearchOnBlur:{type:Function,default:function({clearSearchOnSelect:t,multiple:e}){return t&&!e}},noDrop:{type:Boolean,default:!1},inputId:{type:String},dir:{type:String,default:"auto"},selectOnTab:{type:Boolean,default:!1},selectOnKeyCodes:{type:Array,default:()=>[13]},searchInputQuerySelector:{type:String,default:"[type=search]"},mapKeydown:{type:Function,default:(t,e)=>t},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default(t,e,{width:n,top:r,left:o}){t.style.top=r,t.style.left=o,t.style.width=n}},dropdownShouldOpen:{type:Function,default({noDrop:t,open:e,mutableLoading:n}){return t?!1:e&&!n}},uid:{type:[String,Number],default:()=>JR()}},data(){return{search:"",open:!1,isComposing:!1,pushedTags:[],_value:[],deselectButtons:[]}},computed:{isReducingValues(){return this.$props.reduce!==this.$options.props.reduce.default},isTrackingValues(){return typeof this.modelValue>"u"||this.isReducingValues},selectedValue(){let t=this.modelValue;return this.isTrackingValues&&(t=this.$data._value),t!=null&&t!==""?[].concat(t):[]},optionList(){return this.options.concat(this.pushTags?this.pushedTags:[])},searchEl(){return this.$slots.search?this.$refs.selectedOptions.querySelector(this.searchInputQuerySelector):this.$refs.search},scope(){const t={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:wi({disabled:this.disabled,placeholder:this.searchPlaceholder,tabindex:this.tabindex,readonly:!this.searchable,id:this.inputId,"aria-autocomplete":"list","aria-labelledby":`vs${this.uid}__combobox`,"aria-controls":`vs${this.uid}__listbox`,ref:"search",type:"search",autocomplete:this.autocomplete,value:this.search},this.dropdownOpen&&this.filteredOptions[this.typeAheadPointer]?{"aria-activedescendant":`vs${this.uid}__option-${this.typeAheadPointer}`}:{}),events:{compositionstart:()=>this.isComposing=!0,compositionend:()=>this.isComposing=!1,keydown:this.onSearchKeyDown,blur:this.onSearchBlur,focus:this.onSearchFocus,input:e=>this.search=e.target.value}},spinner:{loading:this.mutableLoading},noOptions:{search:this.search,loading:this.mutableLoading,searching:this.searching},openIndicator:{attributes:{ref:"openIndicator",role:"presentation",class:"vs__open-indicator"}},listHeader:t,listFooter:t,header:e3(wi({},t),{deselect:this.deselect}),footer:e3(wi({},t),{deselect:this.deselect})}},childComponents(){return wi(wi({},t3),this.components)},stateClasses(){return{"vs--open":this.dropdownOpen,"vs--single":!this.multiple,"vs--multiple":this.multiple,"vs--searching":this.searching&&!this.noDrop,"vs--searchable":this.searchable&&!this.noDrop,"vs--unsearchable":!this.searchable,"vs--loading":this.mutableLoading,"vs--disabled":this.disabled}},searching(){return!!this.search},dropdownOpen(){return this.dropdownShouldOpen(this)},searchPlaceholder(){return this.isValueEmpty&&this.placeholder?this.placeholder:void 0},filteredOptions(){const t=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return t;const e=this.search.length?this.filter(t,this.search,this):t;if(this.taggable&&this.search.length){const n=this.createOption(this.search);this.optionExists(n)||e.unshift(n)}return e},isValueEmpty(){return this.selectedValue.length===0},showClearButton(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}},watch:{options(t,e){const n=()=>typeof this.resetOnOptionsChange=="function"?this.resetOnOptionsChange(t,e,this.selectedValue):this.resetOnOptionsChange;!this.taggable&&n()&&this.clearSelection(),this.modelValue&&this.isTrackingValues&&this.setInternalValueFromOptions(this.modelValue)},modelValue:{immediate:!0,handler(t){this.isTrackingValues&&this.setInternalValueFromOptions(t)}},multiple(){this.clearSelection()},open(t){this.$emit(t?"open":"close")}},created(){this.mutableLoading=this.loading},methods:{setInternalValueFromOptions(t){Array.isArray(t)?this.$data._value=t.map(e=>this.findOptionFromReducedValue(e)):this.$data._value=this.findOptionFromReducedValue(t)},select(t){this.$emit("option:selecting",t),this.isOptionSelected(t)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(t):(this.taggable&&!this.optionExists(t)&&(this.$emit("option:created",t),this.pushTag(t)),this.multiple&&(t=this.selectedValue.concat(t)),this.updateValue(t),this.$emit("option:selected",t)),this.onAfterSelect(t)},deselect(t){this.$emit("option:deselecting",t),this.updateValue(this.selectedValue.filter(e=>!this.optionComparator(e,t))),this.$emit("option:deselected",t)},clearSelection(){this.updateValue(this.multiple?[]:null)},onAfterSelect(t){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search="")},updateValue(t){typeof this.modelValue>"u"&&(this.$data._value=t),t!==null&&(Array.isArray(t)?t=t.map(e=>this.reduce(e)):t=this.reduce(t)),this.$emit("update:modelValue",t)},toggleDropdown(t){const e=t.target!==this.searchEl;e&&t.preventDefault();const n=[...this.deselectButtons||[],this.$refs.clearButton];if(this.searchEl===void 0||n.filter(Boolean).some(r=>r.contains(t.target)||r===t.target)){t.preventDefault();return}this.open&&e?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected(t){return this.selectedValue.some(e=>this.optionComparator(e,t))},isOptionDeselectable(t){return this.isOptionSelected(t)&&this.deselectFromDropdown},optionComparator(t,e){return this.getOptionKey(t)===this.getOptionKey(e)},findOptionFromReducedValue(t){const e=r=>JSON.stringify(this.reduce(r))===JSON.stringify(t),n=[...this.options,...this.pushedTags].filter(e);return n.length===1?n[0]:n.find(r=>this.optionComparator(r,this.$data._value))||t},closeSearchOptions(){this.open=!1,this.$emit("search:blur")},maybeDeleteValue(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){let t=null;this.multiple&&(t=[...this.selectedValue.slice(0,this.selectedValue.length-1)]),this.updateValue(t)}},optionExists(t){return this.optionList.some(e=>this.optionComparator(e,t))},normalizeOptionForSlot(t){return typeof t=="object"?t:{[this.label]:t}},pushTag(t){this.pushedTags.push(t)},onEscape(){this.search.length?this.search="":this.searchEl.blur()},onSearchBlur(){if(this.mousedown&&!this.searching)this.mousedown=!1;else{const{clearSearchOnSelect:t,multiple:e}=this;this.clearSearchOnBlur({clearSearchOnSelect:t,multiple:e})&&(this.search=""),this.closeSearchOptions();return}if(this.search.length===0&&this.options.length===0){this.closeSearchOptions();return}},onSearchFocus(){this.open=!0,this.$emit("search:focus")},onMousedown(){this.mousedown=!0},onMouseUp(){this.mousedown=!1},onSearchKeyDown(t){const e=o=>(o.preventDefault(),!this.isComposing&&this.typeAheadSelect()),n={8:o=>this.maybeDeleteValue(),9:o=>this.onTab(),27:o=>this.onEscape(),38:o=>(o.preventDefault(),this.typeAheadUp()),40:o=>(o.preventDefault(),this.typeAheadDown())};this.selectOnKeyCodes.forEach(o=>n[o]=e);const r=this.mapKeydown(n,this);if(typeof r[t.keyCode]=="function")return r[t.keyCode](t)}}},qR=["dir"],VR=["id","aria-expanded","aria-owns"],e$={ref:"selectedOptions",class:"vs__selected-options"},t$=["disabled","title","aria-label","onClick"],n$={ref:"actions",class:"vs__actions"},r$=["disabled"],o$={class:"vs__spinner"},i$=["id"],s$=["id","aria-selected","onMouseover","onClick"],a$={key:0,class:"vs__no-options"},l$=l.createTextVNode(" Sorry, no matching options. "),c$=["id"];function d$(t,e,n,r,o,i){const s=l.resolveDirective("append-to-body");return l.openBlock(),l.createElementBlock("div",{dir:n.dir,class:l.normalizeClass(["v-select",i.stateClasses])},[l.renderSlot(t.$slots,"header",l.normalizeProps(l.guardReactiveProps(i.scope.header))),l.createElementVNode("div",{id:`vs${n.uid}__combobox`,ref:"toggle",class:"vs__dropdown-toggle",role:"combobox","aria-expanded":i.dropdownOpen.toString(),"aria-owns":`vs${n.uid}__listbox`,"aria-label":"Search for option",onMousedown:e[1]||(e[1]=c=>i.toggleDropdown(c))},[l.createElementVNode("div",e$,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(i.selectedValue,(c,a)=>l.renderSlot(t.$slots,"selected-option-container",{option:i.normalizeOptionForSlot(c),deselect:i.deselect,multiple:n.multiple,disabled:n.disabled},()=>[(l.openBlock(),l.createElementBlock("span",{key:n.getOptionKey(c),class:"vs__selected"},[l.renderSlot(t.$slots,"selected-option",l.normalizeProps(l.guardReactiveProps(i.normalizeOptionForSlot(c))),()=>[l.createTextVNode(l.toDisplayString(n.getOptionLabel(c)),1)]),n.multiple?(l.openBlock(),l.createElementBlock("button",{key:0,ref_for:!0,ref:d=>o.deselectButtons[a]=d,disabled:n.disabled,type:"button",class:"vs__deselect",title:`Deselect ${n.getOptionLabel(c)}`,"aria-label":`Deselect ${n.getOptionLabel(c)}`,onClick:d=>i.deselect(c)},[(l.openBlock(),l.createBlock(l.resolveDynamicComponent(i.childComponents.Deselect)))],8,t$)):l.createCommentVNode("",!0)]))])),256)),l.renderSlot(t.$slots,"search",l.normalizeProps(l.guardReactiveProps(i.scope.search)),()=>[l.createElementVNode("input",l.mergeProps({class:"vs__search"},i.scope.search.attributes,l.toHandlers(i.scope.search.events)),null,16)])],512),l.createElementVNode("div",n$,[l.withDirectives(l.createElementVNode("button",{ref:"clearButton",disabled:n.disabled,type:"button",class:"vs__clear",title:"Clear Selected","aria-label":"Clear Selected",onClick:e[0]||(e[0]=(...c)=>i.clearSelection&&i.clearSelection(...c))},[(l.openBlock(),l.createBlock(l.resolveDynamicComponent(i.childComponents.Deselect)))],8,r$),[[l.vShow,i.showClearButton]]),l.renderSlot(t.$slots,"open-indicator",l.normalizeProps(l.guardReactiveProps(i.scope.openIndicator)),()=>[n.noDrop?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(l.resolveDynamicComponent(i.childComponents.OpenIndicator),l.normalizeProps(l.mergeProps({key:0},i.scope.openIndicator.attributes)),null,16))]),l.renderSlot(t.$slots,"spinner",l.normalizeProps(l.guardReactiveProps(i.scope.spinner)),()=>[l.withDirectives(l.createElementVNode("div",o$,"Loading...",512),[[l.vShow,t.mutableLoading]])])],512)],40,VR),l.createVNode(l.Transition,{name:n.transition},{default:l.withCtx(()=>[i.dropdownOpen?l.withDirectives((l.openBlock(),l.createElementBlock("ul",{id:`vs${n.uid}__listbox`,ref:"dropdownMenu",key:`vs${n.uid}__listbox`,class:"vs__dropdown-menu",role:"listbox",tabindex:"-1",onMousedown:e[2]||(e[2]=l.withModifiers((...c)=>i.onMousedown&&i.onMousedown(...c),["prevent"])),onMouseup:e[3]||(e[3]=(...c)=>i.onMouseUp&&i.onMouseUp(...c))},[l.renderSlot(t.$slots,"list-header",l.normalizeProps(l.guardReactiveProps(i.scope.listHeader))),(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(i.filteredOptions,(c,a)=>(l.openBlock(),l.createElementBlock("li",{id:`vs${n.uid}__option-${a}`,key:n.getOptionKey(c),role:"option",class:l.normalizeClass(["vs__dropdown-option",{"vs__dropdown-option--deselect":i.isOptionDeselectable(c)&&a===t.typeAheadPointer,"vs__dropdown-option--selected":i.isOptionSelected(c),"vs__dropdown-option--highlight":a===t.typeAheadPointer,"vs__dropdown-option--disabled":!n.selectable(c)}]),"aria-selected":a===t.typeAheadPointer?!0:null,onMouseover:d=>n.selectable(c)?t.typeAheadPointer=a:null,onClick:l.withModifiers(d=>n.selectable(c)?i.select(c):null,["prevent","stop"])},[l.renderSlot(t.$slots,"option",l.normalizeProps(l.guardReactiveProps(i.normalizeOptionForSlot(c))),()=>[l.createTextVNode(l.toDisplayString(n.getOptionLabel(c)),1)])],42,s$))),128)),i.filteredOptions.length===0?(l.openBlock(),l.createElementBlock("li",a$,[l.renderSlot(t.$slots,"no-options",l.normalizeProps(l.guardReactiveProps(i.scope.noOptions)),()=>[l$])])):l.createCommentVNode("",!0),l.renderSlot(t.$slots,"list-footer",l.normalizeProps(l.guardReactiveProps(i.scope.listFooter)))],40,i$)),[[s]]):(l.openBlock(),l.createElementBlock("ul",{key:1,id:`vs${n.uid}__listbox`,role:"listbox",style:{display:"none",visibility:"hidden"}},null,8,c$))]),_:3},8,["name"]),l.renderSlot(t.$slots,"footer",l.normalizeProps(l.guardReactiveProps(i.scope.footer)))],10,qR)}const u$=vh(XR,[["render",d$]]),f$=t=>typeof t=="number",h$=12,p$=["textContent"],m$=["textContent"],g$={key:0,class:"content-library-card__body"},v$=["textContent"],y$={key:1},Ec=l.defineComponent({__name:"BDContentLibraryCard",props:{itemId:{type:[String,Number],required:!0},title:{type:String},subtitle:{type:String},description:{type:String},uri:{type:String},showFooter:{type:Boolean,default:!0},showBody:{type:Boolean,default:!0},cardClass:{type:String},provider:{type:String}},emits:["on-insert"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=l.computed(()=>`Open ${r.provider} in nieuw venster`),s=()=>{o("on-insert",r.itemId)},c=()=>{window.open(r.uri,"_blank","noopener,noreferrer")};return(a,d)=>(l.openBlock(),l.createElementBlock("article",{class:l.normalizeClass(["content-library-card",r.cardClass])},[l.createElementVNode("header",null,[l.renderSlot(a.$slots,"header",{},()=>[l.createElementVNode("h6",{textContent:l.toDisplayString(r.title)},null,8,p$),r.subtitle?(l.openBlock(),l.createElementBlock("small",{key:0,textContent:l.toDisplayString(r.subtitle)},null,8,m$)):l.createCommentVNode("",!0)])]),r.showBody?(l.openBlock(),l.createElementBlock("div",g$,[l.renderSlot(a.$slots,"default",{},()=>[l.createElementVNode("p",{textContent:l.toDisplayString(r.description),class:"content-library-card__description"},null,8,v$)])])):l.createCommentVNode("",!0),r.showFooter?(l.openBlock(),l.createElementBlock("footer",y$,[l.renderSlot(a.$slots,"footer",{},()=>[l.createVNode(Re,{variant:"secondary",onClick:s},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(n)("contentLibraryCard.insert")),1)]),_:1}),l.createVNode(Re,{title:i.value,variant:"icon",onClick:c},{default:l.withCtx(()=>[l.createVNode(Bc)]),_:1},8,["title"])])])):l.createCommentVNode("",!0)],2))}}),b$=l.defineComponent({__name:"BDContentLibraryCardBasic",props:{item:{type:Object,required:!0}},setup(t){return(e,n)=>(l.openBlock(),l.createBlock(Ec,l.normalizeProps(l.guardReactiveProps(t.item)),null,16))}}),C$={class:"content-library-card-image__titles"},E$=["textContent"],k$=["textContent"],w$=["src"],S$=l.defineComponent({__name:"BDContentLibraryCardImage",props:{item:{type:Object,required:!0}},setup(t){const e=t,n=l.computed(()=>{const{itemId:r,uri:o,title:i,provider:s}=e.item;return{itemId:r,uri:o,title:i,provider:s}});return(r,o)=>(l.openBlock(),l.createBlock(Ec,l.mergeProps(n.value,{"card-class":"content-library-card-image","show-body":!1}),{header:l.withCtx(()=>[l.createElementVNode("div",C$,[l.createElementVNode("h6",{textContent:l.toDisplayString(t.item.title)},null,8,E$),l.createElementVNode("small",{textContent:l.toDisplayString(t.item.subtitle)},null,8,k$)]),l.createElementVNode("img",{src:t.item.imageUri,class:"content-library-card-image__figure"},null,8,w$)]),_:1},16))}}),A$=l.defineComponent({__name:"BDContentLibraryCardTitle",props:{item:{type:Object,required:!0}},setup(t){const e=t,n=l.computed(()=>{const{itemId:r,title:o,subtitle:i,uri:s,provider:c}=e.item;return{itemId:r,title:o,subtitle:i,uri:s,provider:c}});return(r,o)=>(l.openBlock(),l.createBlock(Ec,l.mergeProps(n.value,{"show-body":!1,"card-class":"content-library-card-title"}),null,16))}}),n3=t=>t.replace(/<\/?[^>]+(>|$)/g,_e),r3=t=>t.replace(/<li>/g," ").replace(/<(br|\/p)>/g," \r"),x$=t=>t.replace(/(?:\r\n|\r|\n)/g,"<br>"),T$={class:"content-library-card-message-template__tag"},I$=["textContent"],_$=["textContent"],N$=["textContent"],O$=["id"],M$=["innerHTML"],L$={class:"collapsed-hide"},D$={class:"collapsed-show"},P$={key:2,class:"edit-btn-group"},B$={key:3,class:"attachment-occurence"},R$={class:"number-icon"},$$=l.defineComponent({__name:"BDContentLibraryCardMessageTemplate",props:{item:{type:Object,required:!0},variant:{type:String,default:"insert",validator(t){return["insert","edit","shared"].includes(t)}},apiUrl:{type:String,default:""}},emits:["on-insert","show-attachment","on-change","delete"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=l.ref(null),s=l.ref(!1),c=l.ref(!1),a=l.computed(()=>`collapse-preview-${r.item.itemId}`),d=l.computed(()=>Pm(r.item.files)?null:r.item.files.length),u=l.computed(()=>r.variant==="insert"),f=l.computed(()=>r.variant==="edit"),h=l.computed(()=>r.variant==="shared"),p=l.computed(()=>c.value?_e:"content-library-card-not-collapsable"),m=l.computed(()=>r.item.text?x$(r.item.text):_e),g=l.computed(()=>So(r.apiUrl,r.item.files,!1)),v=l.computed(()=>So(r.apiUrl,r.item.files,!0)),y=()=>{i.value&&(c.value=s.value||i.value.scrollHeight>i.value.clientHeight||r.item.files&&r.item.files.length>0)},b=()=>{o("on-insert",r.item.itemId)},E=_=>{o("show-attachment",_)},C=()=>{o("on-change",r.item.itemId)},S=()=>{o("delete",r.item.itemId)};return l.watch(()=>r.item,()=>{i.value&&l.nextTick().then(()=>{y()})},{immediate:!0,deep:!0}),l.onMounted(()=>{l.nextTick(()=>{y()})}),(_,T)=>(l.openBlock(),l.createBlock(Ec,l.mergeProps(t.item,{cardClass:`content-library-card-message-template ${p.value}`,onOnInsert:b}),{header:l.withCtx(()=>[l.createElementVNode("div",T$,[l.createElementVNode("span",{textContent:l.toDisplayString(t.item.category)},null,8,I$)]),l.createElementVNode("h6",{textContent:l.toDisplayString(t.item.title)},null,8,_$),l.createElementVNode("small",{textContent:l.toDisplayString(t.item.practitionerName)},null,8,N$)]),footer:l.withCtx(()=>[u.value?(l.openBlock(),l.createBlock(Re,{key:0,variant:"secondary",onClick:b},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(n)("contentLibraryCardMessageTemplate.insert")),1)]),_:1})):l.createCommentVNode("",!0),h.value?l.withDirectives((l.openBlock(),l.createBlock(Re,{key:1,variant:"icon",title:l.unref(n)("contentLibraryCardMessageTemplate.popoverIsSharedByOtherUser")},{default:l.withCtx(()=>[l.createVNode($c)]),_:1},8,["title"])),[[l.unref(Lo)]]):l.createCommentVNode("",!0),f.value?(l.openBlock(),l.createElementBlock("div",P$,[l.createVNode(Re,{title:l.unref(n)("contentLibraryCardMessageTemplate.edit"),variant:"icon",onClick:C},{default:l.withCtx(()=>[l.createVNode(Pc)]),_:1},8,["title"]),l.createVNode(Re,{title:l.unref(n)("contentLibraryCardMessageTemplate.delete"),variant:"icon",onClick:S},{default:l.withCtx(()=>[l.createVNode(Lc)]),_:1},8,["title"])])):l.createCommentVNode("",!0),d.value?(l.openBlock(),l.createElementBlock("div",B$,[l.createVNode(hr),l.createElementVNode("div",R$,l.toDisplayString(d.value),1)])):l.createCommentVNode("",!0)]),default:l.withCtx(()=>[l.createElementVNode("div",{id:a.value,class:"content-library-card-message-template__collapse collapse",ref_key:"content",ref:i},[l.createElementVNode("p",{class:"message-text",innerHTML:m.value},null,8,M$),t.item.files?(l.openBlock(),l.createBlock($s,{key:0,"no-download":!0,files:g.value},null,8,["files"])):l.createCommentVNode("",!0),t.item.files?(l.openBlock(),l.createBlock(Fs,{key:1,"no-download":!0,files:v.value,onShow:E},null,8,["files"])):l.createCommentVNode("",!0)],8,O$),c.value?(l.openBlock(),l.createBlock(Re,{key:0,class:"content-library-card-message-template__link-button collapse-button collapsed",variant:"link","data-bs-toggle":"collapse","data-bs-target":`#${a.value}`},{default:l.withCtx(()=>[l.createElementVNode("span",L$,l.toDisplayString(l.unref(n)("contentLibraryCardMessageTemplate.collapseOpen")),1),l.createElementVNode("span",D$,l.toDisplayString(l.unref(n)("contentLibraryCardMessageTemplate.collapseClosed")),1)]),_:1},8,["data-bs-target"])):l.createCommentVNode("",!0)]),_:1},16,["cardClass"]))}}),F$={class:"content-library-overview"},z$=ge({__name:"BDContentLibraryOverview",props:{items:{type:Array,default:null},cols:{type:Number,default:2}},emits:["on-insert","on-change","delete","show-attachment"],setup(t,{emit:e}){const{t:n}=Nt(),r={BDContentLibraryCardBasic:b$,BDContentLibraryCardImage:S$,BDContentLibraryCardTitle:A$,BDContentLibraryCardMessageTemplate:$$},o=t,i=e,s=l.computed(()=>Pm(o.items)),c=l.computed(()=>Math.floor(h$/o.cols)),a=h=>{i("on-insert",h)},d=h=>{i("on-change",h)},u=h=>{i("delete",h)},f=h=>{i("show-attachment",h)};return(h,p)=>(l.openBlock(),l.createElementBlock("div",F$,[l.createVNode(vn,null,{default:l.withCtx(()=>[s.value?(l.openBlock(),l.createBlock(Tt,{key:0,sm:12},{default:l.withCtx(()=>[l.createVNode(qr,{show:""},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(n)("contentLibraryOverview.noResults")),1)]),_:1})]),_:1})):l.createCommentVNode("",!0),(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.items,m=>(l.openBlock(),l.createBlock(Tt,{class:"card-container",key:m.itemId,sm:12,md:6,lg:c.value},{default:l.withCtx(()=>[(l.openBlock(),l.createBlock(l.resolveDynamicComponent(r[m.componentToRender]),l.mergeProps({ref_for:!0},m,{item:m,onOnInsert:a,onOnChange:d,onDelete:u,onShowAttachment:f}),null,16,["item"]))]),_:2},1032,["lg"]))),128))]),_:1})]))}},[["__scopeId","data-v-de8a1bfb"]]),U$={class:"content-library-template"},H$={class:"number-of-messages"},j$=["src"],W$=["src"],K$=["id"],Y$={class:"collapse-button-container"},G$={class:"collapsed-show"},Q$={class:"collapsed-hide"},yh=l.defineComponent({__name:"BDContentLibraryTemplate",props:{modelValue:{},showAddButton:{type:Boolean,default:!1},providerSelectOptions:{default:()=>[]},provider:{},editCategory:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}},emits:["create","on-insert","on-change","delete","update","on-input","show-attachment","provider-changed"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=l.ref(r.modelValue);l.watch(()=>r.modelValue,z=>{i.value=z},{immediate:!0,deep:!0});const s=l.computed(()=>r.modelValue?.provider?.SupportsSearch?n("contentLibraryTemplate.searchPlaceholderSearch"):n("contentLibraryTemplate.searchPlaceholder")),c=l.computed(()=>$d(r.providerSelectOptions)&&r.providerSelectOptions.length>1),a=l.computed(()=>r.provider&&$d(r.provider.items)?r.provider.items:[]),d=l.computed(()=>r.provider&&$d(r.provider.filters)),u=l.computed(()=>{let z=0;return r.provider&&f$(r.provider.totalNumber)&&(z=r.provider.totalNumber),z===1?`${z} ${n("contentLibraryTemplate.message")}`:`${z} ${n("contentLibraryTemplate.messages")}`}),f=l.computed(()=>r.provider&&r.provider.pageSize&&r.provider.totalNumber&&r.provider.pageSize<=r.provider.totalNumber),h=l.computed(()=>r.provider&&r.provider.totalNumber?r.provider.totalNumber:0),p=l.computed(()=>d.value?9:12),m=l.computed(()=>r.provider&&!d.value?3:2),g=l.computed(()=>r.showAddButton||c.value),v=l.computed(()=>({md:3,lg:3})),y=l.computed(()=>({md:9,lg:9})),b=l.computed(()=>({sm:12,md:12,lg:c.value?7:8,"offset-lg":g.value?0:3,"offset-md":g.value?0:3})),E=l.computed(()=>({sm:12,md:g.value?6:3,lg:c.value?5:4})),C=z=>z.replace(/\s/g,"-"),S=()=>{o("create")},_=z=>{o("on-insert",z)},T=z=>{o("on-change",z)},D=z=>{o("delete",z)},G=()=>{o("update","category")},$=()=>{i.value.currentPage=1,o("on-input",i.value)},j=()=>{o("on-input",i.value)},W=z=>{o("show-attachment",z)},Y=z=>{o("provider-changed",z.value)};return(z,U)=>(l.openBlock(),l.createElementBlock("div",U$,[l.createVNode(vn,null,{default:l.withCtx(()=>[l.createVNode(Tt,l.mergeProps(v.value,{class:"content-library-header content-library-header__messages"}),{default:l.withCtx(()=>[l.createElementVNode("span",H$,l.toDisplayString(u.value),1),t.showAddButton?(l.openBlock(),l.createBlock(Re,{key:0,class:"d-md-none",onClick:S},{default:l.withCtx(()=>[l.createVNode(oa),l.createTextVNode(" "+l.toDisplayString(l.unref(n)("contentLibraryTemplate.newMessageText")),1)]),_:1})):l.createCommentVNode("",!0)]),_:1},16),l.createVNode(Tt,l.mergeProps(y.value,{class:"content-library-header"}),{default:l.withCtx(()=>[l.createVNode(vn,null,{default:l.withCtx(()=>[l.createVNode(Tt,l.mergeProps(b.value,{class:"search-block"}),{default:l.withCtx(()=>[l.createVNode(br,{type:"text",modelValue:i.value.searchTerm,"onUpdate:modelValue":U[0]||(U[0]=F=>i.value.searchTerm=F),placeholder:s.value,delayTimeMs:500,class:"search-input",onInput:$,autofocus:""},null,8,["modelValue","placeholder"])]),_:1},16),t.showAddButton?(l.openBlock(),l.createBlock(Tt,l.mergeProps({key:0},E.value,{class:"add-button-block d-none d-md-block"}),{default:l.withCtx(()=>[t.showAddButton?(l.openBlock(),l.createBlock(Re,{key:0,onClick:S},{default:l.withCtx(()=>[l.createVNode(oa),l.createTextVNode(" "+l.toDisplayString(l.unref(n)("contentLibraryTemplate.newMessageText")),1)]),_:1})):l.createCommentVNode("",!0)]),_:1},16)):l.createCommentVNode("",!0),c.value?(l.openBlock(),l.createBlock(Tt,l.mergeProps({key:1},E.value,{class:"select-button-block"}),{default:l.withCtx(()=>[l.createVNode(l.unref(u$),{modelValue:i.value.provider,"onUpdate:modelValue":U[1]||(U[1]=F=>i.value.provider=F),options:t.providerSelectOptions,clearable:!1,searchable:!1,"onOption:selected":Y},{"open-indicator":l.withCtx(({attributes:F})=>[l.createElementVNode("span",l.normalizeProps(l.guardReactiveProps(F)),[l.createVNode(ea)],16)]),option:l.withCtx(({icon:F,label:X,img:H})=>[F?(l.openBlock(),l.createBlock(l.resolveDynamicComponent(F),{key:0})):l.createCommentVNode("",!0),H?(l.openBlock(),l.createElementBlock("img",{key:1,src:H},null,8,j$)):l.createCommentVNode("",!0),l.createElementVNode("span",null,l.toDisplayString(X),1)]),"selected-option":l.withCtx(({icon:F,label:X,img:H})=>[F?(l.openBlock(),l.createBlock(l.resolveDynamicComponent(F),{key:0})):l.createCommentVNode("",!0),H?(l.openBlock(),l.createElementBlock("img",{key:1,src:H},null,8,W$)):l.createCommentVNode("",!0),l.createElementVNode("span",null,l.toDisplayString(X),1)]),_:1},8,["modelValue","options"])]),_:1},16)):l.createCommentVNode("",!0)]),_:1})]),_:1},16),d.value?(l.openBlock(),l.createBlock(Tt,{key:0,md:12,lg:3,class:"content-library-body"},{default:l.withCtx(()=>[l.createVNode(Zc,{title:"Filter","show-on":"md","collapse-on":"md"},{body:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(t.provider.filters,(F,X)=>(l.openBlock(),l.createBlock(es,{key:F.label,label:F.label},{default:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(F.options,(H,ee)=>(l.openBlock(),l.createBlock(Cr,{modelValue:i.value.selectedFilters,"onUpdate:modelValue":U[2]||(U[2]=ne=>i.value.selectedFilters=ne),key:ee,value:`${F.id}-${H.item}`,onChange:$},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(H.name),1)]),_:2},1032,["modelValue","value"]))),128)),F.moreOptions?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[l.createElementVNode("div",{id:`collapse-${C(F.label)}`,class:"collapse"},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(F.moreOptions,(H,ee)=>(l.openBlock(),l.createBlock(Cr,{modelValue:i.value.selectedFilters,"onUpdate:modelValue":U[3]||(U[3]=ne=>i.value.selectedFilters=ne),key:ee,value:`${F.id}-${H.item}`,onChange:$},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(H.name),1)]),_:2},1032,["modelValue","value"]))),128))],8,K$),l.createElementVNode("div",Y$,[l.createVNode(Re,{class:l.normalizeClass(["collapse-button collapsed",{"collapse-button-last":t.provider.filters.length-1===X}]),variant:"link","data-bs-toggle":"collapse","data-bs-target":`#collapse-${C(F.label)}`},{default:l.withCtx(()=>[l.createVNode(Ac,{class:"collapsed-show"}),l.createElementVNode("span",G$,l.toDisplayString(l.unref(n)("contentLibraryTemplate.more")),1),l.createVNode(xc,{class:"collapsed-hide"}),l.createElementVNode("span",Q$,l.toDisplayString(l.unref(n)("contentLibraryTemplate.less")),1)]),_:1},8,["class","data-bs-target"])])],64)):l.createCommentVNode("",!0),F.label==="Categorieën"&&t.editCategory?(l.openBlock(),l.createBlock(Re,{key:1,variant:"outline-primary-dark",class:"edit-category-button",size:"sm",onClick:G},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(n)("contentLibraryTemplate.changeCategoryButtonLabel")),1)]),_:1})):l.createCommentVNode("",!0)]),_:2},1032,["label"]))),128))]),_:1})]),_:1})):l.createCommentVNode("",!0),l.createVNode(Tt,{md:12,lg:p.value,class:"content-library-body"},{default:l.withCtx(()=>[l.createVNode(z$,{items:a.value,cols:m.value,onOnInsert:_,onOnChange:T,onDelete:D,onShowAttachment:W},null,8,["items","cols"]),l.createVNode(vn,{class:"content-library-pagination"},{default:l.withCtx(()=>[f.value?(l.openBlock(),l.createBlock(Bd,{key:0,modelValue:i.value.currentPage,"onUpdate:modelValue":U[4]||(U[4]=F=>i.value.currentPage=F),totalRows:h.value,rowsPerPage:t.provider.pageSize,onClick:j,isPatient:!0},null,8,["modelValue","totalRows","rowsPerPage"])):l.createCommentVNode("",!0)]),_:1})]),_:1},8,["lg"])]),_:1})]))}}),o3={__name:"BDContentLibraryModal",props:{modelValue:{type:Object},provider:{type:Object},providerSelectOptions:{type:Array,default:()=>[]},visible:{type:Boolean,default:null},loading:{type:Boolean,default:!1}},emits:["on-insert","cancel","show-attachment","shown","provider-changed"],setup(t,{emit:e}){const{closeModal:n}=Do("content-library-modal"),r=t,o=e,i=l.ref(r.modelValue),s=l.computed(()=>{var p,m,g;return(g=(m=(p=r.modelValue)===null||p===void 0?void 0:p.provider)===null||m===void 0?void 0:m.img)!==null&&g!==void 0?g:null}),c=l.computed(()=>{var p,m,g;return(g=(m=(p=r.modelValue)===null||p===void 0?void 0:p.provider)===null||m===void 0?void 0:m.label)!==null&&g!==void 0?g:_e});l.watch(()=>r.modelValue,p=>{i.value=p},{immediate:!0,deep:!0});const a=p=>{n(),o("on-insert",p)},d=()=>{o("cancel")},u=p=>{o("show-attachment",p)},f=()=>{o("shown")},h=p=>{o("provider-changed",p)};return(p,m)=>(l.openBlock(),l.createBlock(xn,{id:"content-library-modal","title-image":s.value,title:c.value,size:"xl",visible:t.visible,"hide-footer":!0,onCancel:d,onShown:f},{default:l.withCtx(()=>[l.createVNode(yh,{modelValue:i.value,"onUpdate:modelValue":m[0]||(m[0]=g=>i.value=g),provider:t.provider,providerSelectOptions:t.providerSelectOptions,loading:t.loading,onOnInsert:a,onShowAttachment:u,onProviderChanged:h},null,8,["modelValue","provider","providerSelectOptions","loading"])]),_:1},8,["title-image","title","visible"]))}};var Z$=Object.defineProperty,J$=(t,e,n)=>e in t?Z$(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,i3=(t,e,n)=>(J$(t,typeof e!="symbol"?e+"":e,n),n);class X${constructor(){i3(this,"seed",0),i3(this,"data",new Map)}id(){return Date.now().toString(26)+this.seed++}add(e,n=this.id()){return this.data.set(n,e),n}get(e){return this.data.get(e)}delete(e){this.delete(e)}}const q$="Failed to copy value to clipboard. Unknown type.",V$={asString(t){if(t==null)return console.warn("Clipboard input is empty"),"";if(typeof t!="string")try{return JSON.stringify(t)}catch(e){return console.warn(q$,e),""}return t}},eF="position:fixed; pointer-events:none; z-index:-9999; opacity:0;",tF={createTextarea(t){const e=document.createElement("textarea");return e.addEventListener("focusin",n=>{n.stopPropagation()}),e.value=t,e.setAttribute("readonly",""),e.style.cssText=eF,e}},Si={async requestClipboardPermission(){return navigator.permissions.query({name:"clipboard-write"})},async writeClipboard(t){return(await Si.requestClipboardPermission()).state==="granted"?(await navigator.clipboard.writeText(t),!0):!1},writeClipboardExecCommand(t){const e=tF.createTextarea(t);if(document.body.appendChild(e),navigator.userAgent.match(/ipad|ipod|iphone/i)){e.contentEditable="true",e.readOnly=!0;const r=document.createRange();r.selectNodeContents(e);const o=window.getSelection();o&&(o.removeAllRanges(),o.addRange(r),e.setSelectionRange(0,999999))}else e.select();const n=document.execCommand("copy");return document.body.removeChild(e),n},async copy(t){const e=typeof t=="function"?t():t,n=V$.asString(e);if(Si.writeClipboardExecCommand(n))return!0;await Si.writeClipboard(n)}};new X$;const{showSuccessToast:bh}=Js(),nF=(t,e,n)=>{const r=`${e}
|
|
1305
1305
|
${t.AfzenderNaam}: \r${t.Datum} \r${n3(r3(t.Tekst))}`;Si.copy(r).then(()=>bh(n))},s3=(t,e,n)=>{const r=t.filter(i=>i.selected).map(i=>`${i.AfzenderNaam}: \r${i.Datum}\r${n3(r3(i.Tekst))}`).join(`
|
|
1306
1306
|
-----------------------
|
|
1307
1307
|
`),o=`${e}
|
|
1308
|
-
${r}`;Si.copy(o).then(()=>bh(n))},V$=(t,e)=>{Si.copy(t).then(()=>bh(e))},eF={class:"message-cloud-multi-select"},tF={class:"message-cloud-multi-select__body"},nF={class:"message-content"},rF={class:"message-cloud__header"},oF={class:"message-cloud__title"},iF={key:0},sF=["innerHTML"],a3=l.defineComponent({__name:"BDConversationToTextModal",props:{modelValue:{},extraClass:{}},setup(t){const{t:e}=Nt(),n=t,r=l.ref([]),o=l.ref(!0);l.watchEffect(()=>{r.value=n.modelValue}),l.watch(()=>o.value,d=>{r.value.forEach(u=>u.selected=d)});const i=l.computed(()=>e("conversationToTextModal.systemMessage")),s=d=>{const u=d.IsTussentijdseMededeling?", ":"";if(d.AfzenderType===2&&d.AfzenderId!==d.BehandelaarId&&d.BehandelaarId!==null){const f=e("conversationToTextModal.onBehalfOf");return u+f+" "+d.BehandelaarNaam}return _e},c=d=>d.AfzenderType===2?"is-sender":"is-receiver",a=()=>{const d=e("conversationToTextModal.prefix"),u=e("conversationToTextModal.copySuccess");return s3(r.value,d,u)};return(d,u)=>(l.openBlock(),l.createBlock(xn,{id:"conversation-to-text-modal",title:"Tekst versie","modal-class":t.extraClass,"hide-footer":""},{default:l.withCtx(()=>[l.createVNode(Re,{variant:"primary",onClick:a},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(e)("conversationToTextModal.copyButton")),1)]),_:1}),l.createElementVNode("div",eF,[l.createVNode(Cr,{class:"select-all-checkbox",modelValue:o.value,"onUpdate:modelValue":u[0]||(u[0]=f=>o.value=f)},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(e)("conversationToTextModal.selectAll")),1)]),_:1},8,["modelValue"]),l.createElementVNode("div",tF,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(r.value,(f,h)=>(l.openBlock(),l.createElementBlock("div",{class:"message-cloud-selector",key:h},[l.createVNode(Cr,{class:"select-all-checkbox",modelValue:f.selected,"onUpdate:modelValue":p=>f.selected=p},null,8,["modelValue","onUpdate:modelValue"]),l.createElementVNode("div",nF,[l.createElementVNode("div",{class:l.normalizeClass(["message",c(f)])},[l.createElementVNode("div",rF,[l.createElementVNode("div",oF,[l.createTextVNode(l.toDisplayString(f.AfzenderNaam)+" ",1),f.IsTussentijdseMededeling?(l.openBlock(),l.createElementBlock("span",iF,[l.createElementVNode("i",null,l.toDisplayString(i.value),1)])):l.createCommentVNode("",!0),l.createElementVNode("span",null,[l.createElementVNode("i",null,l.toDisplayString(s(f)),1)]),l.createElementVNode("span",null,l.toDisplayString(f.Datum),1)])]),l.createElementVNode("div",{class:"message-cloud__body",innerHTML:f.Tekst},null,8,sF)],2)])]))),128))])])]),_:1},8,["modal-class"]))}});function l3(){const t=l.ref(0),e=l.ref(!0),n=l.ref(null),r=l.ref({top:0,left:0,x:0,y:0}),o=l.computed(()=>t.value>0?`zoom-${t.value}`:"");return{zoom:t,mouseDown:e,imageHolderRef:n,pos:r,SetZoom:o,OnMouseDown:a=>{if(!n.value)return;r.value.left=n.value.scrollLeft,r.value.top=n.value.scrollTop;const d=document.querySelector("#image-attachment-modal"),u=document.querySelector(".image-preview-image-holder");d&&(d.style.cursor="grabbing"),u&&(u.style.cursor="grabbing"),r.value.x=a.clientX,r.value.y=a.clientY,e.value=!0},OnMouseMove:a=>{if(e.value){const d=a.clientX-r.value.x,u=a.clientY-r.value.y;n.value&&(n.value.scrollTop=r.value.top-u,n.value.scrollLeft=r.value.left-d)}},OnMouseUp:()=>{const a=document.querySelector("#image-attachment-modal"),d=document.querySelector(".image-preview-image-holder");a&&a.style&&(a.style.cursor=""),d&&d.style&&(d.style.cursor="grab"),e.value=!1}}}const aF=["src","alt"],lF={key:0,class:"show-spinner"},cF={class:"spinner-border text-primary",role:"status"},dF=["textContent"],uF=["href"],c3=l.defineComponent({__name:"BDImageAttachmentModal",setup(t,{expose:e}){const{showModal:n}=Do("image-attachment-modal"),{zoom:r,imageHolderRef:o,SetZoom:i,OnMouseDown:s,OnMouseMove:c,OnMouseUp:a}=l3(),{t:d}=Nt(),u=l.ref(!0),f=l.ref({BerichtId:0,Id:void 0,MimeType:null,Naam:_e,altName:_e,downloadUrl:_e,fullImageUrl:_e,previewUrl:_e}),h=l.computed(()=>d("imageAttachmentModal.download")),p=l.computed(()=>d("imageAttachmentModal.loading"));e({Show:y=>{f.value=y,r.value=0,n()}});const g=()=>{u.value=!1},v=()=>{f.value={BerichtId:0,Id:void 0,MimeType:null,Naam:_e,altName:_e,downloadUrl:_e,fullImageUrl:_e,previewUrl:_e}};return(y,b)=>(l.openBlock(),l.createBlock(xn,{id:"image-attachment-modal",class:l.normalizeClass(l.unref(_e)),title:f.value.Naam,hideFooterCancelButton:!0,showHeaderButton:!0,onCancel:v},{default:l.withCtx(()=>[l.createElementVNode("div",{class:"image-preview-image-holder",ref_key:"imageHolderRef",ref:o,onMousedown:b[0]||(b[0]=(...E)=>l.unref(s)&&l.unref(s)(...E)),onMousemove:b[1]||(b[1]=(...E)=>l.unref(c)&&l.unref(c)(...E)),onMouseup:b[2]||(b[2]=(...E)=>l.unref(a)&&l.unref(a)(...E))},[f.value?(l.openBlock(),l.createElementBlock("img",{key:0,src:f.value.downloadUrl,alt:f.value.Naam,class:l.normalizeClass(["image-preview-modal",l.unref(i)]),onLoad:g,draggable:!1},null,42,aF)):l.createCommentVNode("",!0)],544),u.value?(l.openBlock(),l.createElementBlock("div",lF,[l.createElementVNode("div",cF,[l.createElementVNode("span",{class:"visually-hidden",textContent:l.toDisplayString(p.value)},null,8,dF)])])):l.createCommentVNode("",!0),l.createVNode(Qc,{modelValue:l.unref(r),"onUpdate:modelValue":b[3]||(b[3]=E=>l.isRef(r)?r.value=E:null),class:"image-preview-bd-zoom-slider","max-value":4},null,8,["modelValue"]),l.createElementVNode("a",{href:f.value.downloadUrl},[l.createVNode(Re,{variant:"primary",class:"download-image",textContent:l.toDisplayString(h.value)},null,8,["textContent"])],8,uF)]),_:1},8,["class","title"]))}}),fF={key:0},hF={key:1},pF={key:2},mF={key:3},gF={key:1},vF={key:2},yF=["href"],d3=l.defineComponent({__name:"BDVideoCallConfirmationModal",props:["isMissingCameraPermission","isMissingMicrophonePermission","isMissingMobileActivation","isMissingVideoConferencingSupport","participantName","videoTestUrl"],emits:["confirmed"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=()=>r.isMissingCameraPermission||r.isMissingMicrophonePermission||r.isMissingMobileActivation||r.isMissingVideoConferencingSupport,s=l.computed(()=>i()?n("videoCallConfirmationModal.close"):n("videoCallConfirmationModal.cancel")),c=l.computed(()=>`${r.participantName} ${n("videoCallConfirmationModal.noMobileActivationMessage")}`),a=l.computed(()=>`${r.participantName} ${n("videoCallConfirmationModal.noCompatibleDevices")}`),d=l.computed(()=>n("videoCallConfirmationModal.title")),u=l.computed(()=>n("videoCallConfirmationModal.ok")),f=l.computed(()=>n("videoCallConfirmationModal.generalWarning")),h=l.computed(()=>n("videoCallConfirmationModal.cameraPermissionMissing")),p=l.computed(()=>n("videoCallConfirmationModal.microphonePermissionMissing")),m=l.computed(()=>n("videoCallConfirmationModal.message")),g=l.computed(()=>n("videoCallConfirmationModal.participantMessage")),v=l.computed(()=>n("videoCallConfirmationModal.testMessage")),y=l.computed(()=>n("videoCallConfirmationModal.helpMessage")),b=()=>o("confirmed");return(E,C)=>(l.openBlock(),l.createBlock(xn,{id:"video-call-confirmation-modal",title:d.value,"submit-button-title":u.value,"close-button-title":s.value,"hide-footer-submit-button":i(),onSubmit:b},{default:l.withCtx(()=>[i()?(l.openBlock(),l.createBlock(qr,{key:0,variant:"warning"},{default:l.withCtx(()=>[l.createElementVNode("p",null,l.toDisplayString(f.value),1),l.createElementVNode("ul",null,[r.isMissingCameraPermission?(l.openBlock(),l.createElementBlock("li",fF,l.toDisplayString(h.value),1)):l.createCommentVNode("",!0),r.isMissingMicrophonePermission?(l.openBlock(),l.createElementBlock("li",hF,l.toDisplayString(p.value),1)):l.createCommentVNode("",!0),r.isMissingMobileActivation?(l.openBlock(),l.createElementBlock("li",pF,l.toDisplayString(c.value),1)):l.createCommentVNode("",!0),r.isMissingVideoConferencingSupport?(l.openBlock(),l.createElementBlock("li",mF,l.toDisplayString(a.value),1)):l.createCommentVNode("",!0)])]),_:1})):r.participantName?(l.openBlock(),l.createElementBlock("p",gF,[l.createTextVNode(l.toDisplayString(g.value)+" ",1),l.createElementVNode("b",null,l.toDisplayString(r.participantName),1),C[0]||(C[0]=l.createTextVNode("?",-1))])):(l.openBlock(),l.createElementBlock("p",vF,l.toDisplayString(m.value),1)),l.createElementVNode("p",null,[l.createElementVNode("a",{href:r.videoTestUrl,target:"blank",rel:"noopener noreferrer"},l.toDisplayString(v.value),9,yF),l.createElementVNode("span",null," "+l.toDisplayString(y.value),1)])]),_:1},8,["title","submit-button-title","close-button-title","hide-footer-submit-button"]))}}),u3=()=>({ResetValidation:n=>{for(const r in n.value)n.value[r].state=null},ValidationObjectIsValid:n=>{for(let r in n)if(n[r].state===!1)return!1;return!0}}),bF={class:"template change-password-template"},CF={class:"template-title"},EF={key:0},kF={key:1},wF={class:"bd-form-field"},SF={class:"bd-form-field"},AF={class:"bd-form-field"},xF={class:"bd-form-buttons"},f3=l.defineComponent({__name:"BDChangePasswordTemplate",props:{templateTitle:{},alertText:{},currentPasswordLabel:{},newPasswordLabel:{},confirmNewPasswordLabel:{},submitButtonText:{},cancelButtonText:{},successText:{},failureText:{},requiredText:{},incompatibleText:{},minimalRequirementsText:{},submitPassword:{type:Function}},setup(t){const{t:e}=Nt(),{showDangerToast:n,showWarningToast:r,showSuccessToast:o}=Js(),{errorMessages:i,errorMessageText:s,MapServerErrors:c,ResetServerErrors:a}=gh(null),{ValidationObjectIsValid:d}=u3(),u=t;let f=l.ref({password:_e,passwordNew:_e,passwordRepeat:_e}),h=l.ref({password:{state:null,errorLabel:_e},passwordNew:{state:null,errorLabel:_e},passwordRepeat:{state:null,errorLabel:_e}});const p=()=>{if(!m())return;const y=u.submitPassword(f.value);y&&y.then(()=>{o(u.successText),g()}).catch(b=>{n(u.failureText),c(b)})},m=()=>{const v=/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$/;if(f.value.passwordNew&&!v.test(f.value.passwordNew))h.value.passwordNew.state=!1,h.value.passwordNew.errorLabel=u.minimalRequirementsText;else{const y=f.value.passwordRepeat===f.value.passwordNew,b=y?u.requiredText:u.incompatibleText;h.value.passwordNew.state=f.value.passwordNew!==_e&&y?null:!1,h.value.passwordNew.errorLabel=b,h.value.passwordRepeat.state=f.value.passwordRepeat!==_e&&y?null:!1,h.value.passwordRepeat.errorLabel=b}return h.value.password.state=f.value.password!==_e?null:!1,h.value.password.errorLabel=h.value.password.state?_e:u.requiredText,d(h.value)},g=()=>{if(f.value.password===_e&&f.value.passwordNew===_e&&f.value.passwordRepeat===_e)return;f.value.password=_e,f.value.passwordNew=_e,f.value.passwordRepeat=_e,h.value.password.state=null,h.value.passwordNew.state=null,h.value.passwordRepeat.state=null,a();const v=e("changePasswordTemplate.toasters.reset");r(v)};return(v,y)=>(l.openBlock(),l.createElementBlock("main",bF,[l.createVNode(Ti,{class:"container-xl"},{default:l.withCtx(()=>[l.createVNode(vn,{class:"justify-content-md-center template-header"},{default:l.withCtx(()=>[l.createVNode(Tt,{xs:12,md:10,lg:7},{default:l.withCtx(()=>[l.createElementVNode("h1",CF,l.toDisplayString(u.templateTitle),1)]),_:1})]),_:1}),l.createVNode(vn,{class:"justify-content-md-center"},{default:l.withCtx(()=>[l.createVNode(Tt,{xs:12,md:10,lg:7},{default:l.withCtx(()=>[l.createVNode(aa,{class:"bd-card-template","no-header":!0},{body:l.withCtx(()=>[l.createVNode(Ti,{class:"container-fluid"},{default:l.withCtx(()=>[l.createVNode(vn,null,{default:l.withCtx(()=>[l.createVNode(Tt,null,{default:l.withCtx(()=>[l.createVNode(qr,{variant:"warning"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(t.alertText),1)]),_:1})]),_:1})]),_:1}),l.unref(i)||l.unref(s)?(l.openBlock(),l.createBlock(vn,{key:0},{default:l.withCtx(()=>[l.createVNode(Tt,null,{default:l.withCtx(()=>[l.createVNode(qr,{variant:"danger"},{default:l.withCtx(()=>[l.unref(i)?(l.openBlock(),l.createElementBlock("div",EF,[l.createElementVNode("ul",null,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(i),(b,E)=>(l.openBlock(),l.createElementBlock("li",{key:E},[l.createVNode(pr),l.createElementVNode("span",null,l.toDisplayString(b),1)]))),128))])])):(l.openBlock(),l.createElementBlock("div",kF,l.toDisplayString(l.unref(s)),1))]),_:1})]),_:1})]),_:1})):l.createCommentVNode("",!0),l.createVNode(vn,null,{default:l.withCtx(()=>[l.createVNode(Tt,{class:"bd-card-form",sm:12,md:12},{default:l.withCtx(()=>[l.createElementVNode("form",{onSubmit:l.withModifiers(p,["prevent"]),onReset:l.withModifiers(g,["prevent"]),class:"form"},[l.createElementVNode("div",wF,[l.createVNode(br,{modelValue:l.unref(f).password,"onUpdate:modelValue":y[0]||(y[0]=b=>l.unref(f).password=b),label:t.currentPasswordLabel,state:l.unref(h).password.state,type:"password","invalid-feedback-text":l.unref(h).password.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),l.createElementVNode("div",SF,[l.createVNode(br,{modelValue:l.unref(f).passwordNew,"onUpdate:modelValue":y[1]||(y[1]=b=>l.unref(f).passwordNew=b),label:t.newPasswordLabel,state:l.unref(h).passwordNew.state,type:"password","invalid-feedback-text":l.unref(h).passwordNew.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),l.createElementVNode("div",AF,[l.createVNode(br,{modelValue:l.unref(f).passwordRepeat,"onUpdate:modelValue":y[2]||(y[2]=b=>l.unref(f).passwordRepeat=b),label:t.confirmNewPasswordLabel,state:l.unref(h).passwordRepeat.state,type:"password","invalid-feedback-text":l.unref(h).passwordRepeat.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),l.createElementVNode("div",xF,[l.createVNode(Re,{type:"submit"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(t.submitButtonText),1)]),_:1}),l.createVNode(Re,{type:"reset",variant:"link"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(t.cancelButtonText),1)]),_:1})])],32)]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]))}}),TF={class:"template not-found-template"},IF={class:"center-screen"},_F={class:"container-warning"},NF=["textContent"],OF=["textContent"],h3=l.defineComponent({__name:"BDNotFoundTemplate",props:{buttonText:{type:String}},emits:["navigate"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=l.computed(()=>r.buttonText||n("notFoundTemplate.buttonDefault")),s=l.computed(()=>n("notFoundTemplate.title")),c=l.computed(()=>n("notFoundTemplate.description")),a=()=>o("navigate");return(d,u)=>(l.openBlock(),l.createElementBlock("main",TF,[l.createVNode(Ti,{class:"container-xl"},{default:l.withCtx(()=>[l.createElementVNode("div",IF,[l.createElementVNode("div",_F,[l.createVNode(Kc),l.createElementVNode("h5",{textContent:l.toDisplayString(s.value)},null,8,NF),l.createElementVNode("p",{textContent:l.toDisplayString(c.value)},null,8,OF),l.createVNode(Re,{onClick:a,variant:"primary",type:"button",textContent:l.toDisplayString(i.value)},null,8,["textContent"])])])]),_:1})]))}}),MF=t=>{const e=/<a\b[^>]*>.*?<\/a>/gi,n=[];let r;for(;(r=e.exec(t))!==null;)n.push({start:r.index,end:r.index+r[0].length});const o=/(https?:\/\/[^\s<>"',]+|www\.[^\s<>"',]+)/g;return t.replace(o,(i,s,c)=>n.some(u=>c>=u.start&&c<u.end)?i:`<a href="${i.startsWith("www.")?`http://${i}`:i}" target="_blank" rel="noopener noreferrer">${i}</a>`)},LF=(t,e)=>`<p><a href="${t}" title="${e}" target="_blank" rel="noopener noreferrer">${e}</a></p>`,DF=t=>t.startsWith("http://")||t.startsWith("https://"),PF={install:t=>{t.component("BDAlert",qr),t.component("BDArticle",Dm),t.component("BDAssignConversationModal",Jy),t.component("BDAttachmentPreviewList",$s),t.component("BDAttachmentUploadModal",Xy),t.component("BDBadge",Om),t.component("BDButton",Re),t.component("BDCard",aa),t.component("BDChangePasswordTemplate",f3),t.component("BDChatCloud",$y),t.component("BDCol",Tt),t.component("BDCollapsableCard",Zc),t.component("BDConfirmationModal",Zy),t.component("BDContentLibraryModal",o3),t.component("BDConversationToTextModal",a3),t.component("BDContentLibrarySplitButton",Am),t.component("BDContentLibraryTemplate",yh),t.component("BDContainer",Ti),t.component("BDDropdown",hh),t.component("BDDropdownItem",Ba),t.component("BDDropzone",Wd),t.component("BDForm",Mm),t.component("BDFormCheckbox",Cr),t.component("BDFormInput",br),t.component("BDFormInvalidFeedback",xa),t.component("BDFormSelect",Lm),t.component("BDHeader",ph),t.component("BDImageAttachmentModal",c3),t.component("BDImageAttachmentPreviewList",Fs),t.component("BDInputGroup",es),t.component("BDLink",Xr),t.component("BDLogo",Sc),t.component("BDMarkdownEditor",By),t.component("BDMobileMenu",fh),t.component("BDModal",xn),t.component("BDNotFoundTemplate",h3),t.component("BDPagination",Bd),t.component("BDPhoneNumberEditModal",Yy),t.component("BDPill",_a),t.component("BDPractitionerHeader",Ky),t.component("BDProfileImage",_i),t.component("BDRow",vn),t.component("BDSessionTimeOutModal",Qy),t.component("BDTable",Fy),t.component("BDToast",Rd),t.component("BDUser",Ry),t.component("BDUserInformation",Fd),t.component("BDVideoCallConfirmationModal",d3),t.component("BDVideoCallToast",Hy),t.component("BDZoomslider",Qc),t.component("BDDate",Ym),t.component("IconAcademy",qs),t.component("IconArrowDown",Ac),t.component("IconArrowUp",xc),t.component("IconAttachment",hr),t.component("IconBold",Tc),t.component("IconBulletList",Ic),t.component("IconCalendar",Th),t.component("IconCall",Vs),t.component("IconCallReject",_c),t.component("IconCardView",Ih),t.component("IconCaretDown",ea),t.component("IconCaretLeft",Nc),t.component("IconCaretRight",Oc),t.component("IconCheck",$o),t.component("IconClipboard",_h),t.component("IconClose",ta),t.component("IconComment",Mc),t.component("IconCommentActive",Nh),t.component("IconCommonFileEmpty",Mh),t.component("IconCommonFileWarning",Lh),t.component("IconCommentStatic",Oh),t.component("IconContactPerson",Dh),t.component("IconCopy",Ph),t.component("IconDelete",Lc),t.component("IconDoubleCheck",Bh),t.component("IconDownloadImage",Dc),t.component("IconEdit",Pc),t.component("IconEndCall",Rh),t.component("IconError",na),t.component("IconExternal",Bc),t.component("IconEyeShow",$h),t.component("IconEyeSlash",Fh),t.component("IconFile",Rc),t.component("IconFileAdded",zh),t.component("IconForward",Uh),t.component("IconHix",Hh),t.component("IconHyperlink",ra),t.component("IconImageFileLandscape",jh),t.component("IconImageFileWarning",Wh),t.component("IconInbox",Kh),t.component("IconInfo",pr),t.component("IconInformationCircle",$c),t.component("IconItalic",Fc),t.component("IconListView",Yh),t.component("IconLock",Gh),t.component("IconLusciiEscalated",Qh),t.component("IconLusciiLogo",Zh),t.component("IconLusciiOpen",Jh),t.component("IconLusciiPriorityHigh",Xh),t.component("IconLusciiPriorityLow",qh),t.component("IconLusciiPriorityMedium",Vh),t.component("IconMenu",zc),t.component("IconMessage",ep),t.component("IconMessageForward",tp),t.component("IconMicrophoneSlash",np),t.component("IconMicrosoftTeams",rp),t.component("IconMin",op),t.component("IconOrderedList",Uc),t.component("IconPlus",oa),t.component("IconRefresh",ip),t.component("IconRemove",Ii),t.component("IconSananetLogo",sp),t.component("IconService",ap),t.component("IconShareScreen",lp),t.component("IconSingleNeutral",cp),t.component("IconSort",dp),t.component("IconSortAsc",Hc),t.component("IconSortDesc",jc),t.component("IconSortNone",Wc),t.component("IconTriangleDown",up),t.component("IconTriangleExclamation",Kc),t.component("IconUnderline",Yc),t.component("IconVideoDisabled",hp),t.component("IconVideocall",fp),t.component("IconWarning",pp),t.component("IconZorgkaart",mp),t.directive("vBDTooltip",Lo)}};V.BDAlert=qr,V.BDArticle=Dm,V.BDAssignConversationModal=Jy,V.BDAttachmentPreviewList=$s,V.BDAttachmentUploadModal=Xy,V.BDBadge=Om,V.BDButton=Re,V.BDCard=aa,V.BDChangePasswordTemplate=f3,V.BDChatCloud=$y,V.BDCol=Tt,V.BDCollapsableCard=Zc,V.BDConfirmationModal=Zy,V.BDContainer=Ti,V.BDContentLibraryModal=o3,V.BDContentLibrarySplitButton=Am,V.BDContentLibraryTemplate=yh,V.BDConversationToTextModal=a3,V.BDDate=Ym,V.BDDropdown=hh,V.BDDropdownItem=Ba,V.BDDropzone=Wd,V.BDForm=Mm,V.BDFormCheckbox=Cr,V.BDFormInput=br,V.BDFormInvalidFeedback=xa,V.BDFormSelect=Lm,V.BDHeader=ph,V.BDImageAttachmentModal=c3,V.BDImageAttachmentPreviewList=Fs,V.BDInputGroup=es,V.BDLink=Xr,V.BDLogo=Sc,V.BDMarkdownEditor=By,V.BDMobileMenu=fh,V.BDModal=xn,V.BDNotFoundTemplate=h3,V.BDPagination=Bd,V.BDPhoneNumberEditModal=Yy,V.BDPill=_a,V.BDPractitionerHeader=Ky,V.BDProfileImage=_i,V.BDRow=vn,V.BDSessionTimeOutModal=Qy,V.BDTable=Fy,V.BDToast=Rd,V.BDUser=Ry,V.BDUserInformation=Fd,V.BDVideoCallConfirmationModal=d3,V.BDVideoCallToast=Hy,V.BDZoomslider=Qc,V.CopyChatMessageToClipboard=q$,V.CopyChatMessagesToClipboard=s3,V.CopyHl7MessagesToClipboard=V$,V.CreateHyperlinkParagraph=LF,V.CreateThumbnailUri=G2,V.IconAcademy=qs,V.IconArrowDown=Ac,V.IconArrowUp=xc,V.IconAttachment=hr,V.IconBold=Tc,V.IconBulletList=Ic,V.IconCalendar=Th,V.IconCall=Vs,V.IconCallReject=_c,V.IconCardView=Ih,V.IconCaretDown=ea,V.IconCaretLeft=Nc,V.IconCaretRight=Oc,V.IconCheck=$o,V.IconClipboard=_h,V.IconClose=ta,V.IconComment=Mc,V.IconCommentActive=Nh,V.IconCommentStatic=Oh,V.IconCommonFileEmpty=Mh,V.IconCommonFileWarning=Lh,V.IconContactPerson=Dh,V.IconCopy=Ph,V.IconDelete=Lc,V.IconDoubleCheck=Bh,V.IconDownloadImage=Dc,V.IconEdit=Pc,V.IconEndCall=Rh,V.IconError=na,V.IconExternal=Bc,V.IconEyeShow=$h,V.IconEyeSlash=Fh,V.IconFile=Rc,V.IconFileAdded=zh,V.IconForward=Uh,V.IconHix=Hh,V.IconHyperlink=ra,V.IconImageFileLandscape=jh,V.IconImageFileWarning=Wh,V.IconInbox=Kh,V.IconInfo=pr,V.IconInformationCircle=$c,V.IconItalic=Fc,V.IconListView=Yh,V.IconLock=Gh,V.IconLusciiEscalated=Qh,V.IconLusciiLogo=Zh,V.IconLusciiOpen=Jh,V.IconLusciiPriorityHigh=Xh,V.IconLusciiPriorityLow=qh,V.IconLusciiPriorityMedium=Vh,V.IconMenu=zc,V.IconMessage=ep,V.IconMessageForward=tp,V.IconMicrophoneSlash=np,V.IconMicrosoftTeams=rp,V.IconMin=op,V.IconOrderedList=Uc,V.IconPlus=oa,V.IconRefresh=ip,V.IconRemove=Ii,V.IconSananetLogo=sp,V.IconService=ap,V.IconShareScreen=lp,V.IconSingleNeutral=cp,V.IconSort=dp,V.IconSortAsc=Hc,V.IconSortDesc=jc,V.IconSortNone=Wc,V.IconTriangleDown=up,V.IconTriangleExclamation=Kc,V.IconUnderline=Yc,V.IconVideoDisabled=hp,V.IconVideocall=fp,V.IconWarning=pp,V.IconZorgkaart=mp,V.MapAttachmentsForApi=xO,V.MapToAttachmentObjects=So,V.TransformHyperlinks=MF,V.ValidateUrl=DF,V.default=PF,V.getDisplayDateNumeric=Hd,V.getDisplayDateTextual=Wm,V.getDisplayDateTimeNumeric=Ud,V.getDisplayDateTimeTextual=Km,V.useModal=Do,V.usePopover=Wy,V.useServerErrors=gh,V.useSessionTimeOut=Gy,V.useToaster=Js,V.useValidation=u3,V.useWindow=mh,V.useZoom=l3,V.vBdTooltip=Lo,Object.defineProperties(V,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|
|
1308
|
+
${r}`;Si.copy(o).then(()=>bh(n))},rF=(t,e)=>{Si.copy(t).then(()=>bh(e))},oF={class:"message-cloud-multi-select"},iF={class:"message-cloud-multi-select__body"},sF={class:"message-content"},aF={class:"message-cloud__header"},lF={class:"message-cloud__title"},cF={key:0},dF=["innerHTML"],a3=l.defineComponent({__name:"BDConversationToTextModal",props:{modelValue:{},extraClass:{}},setup(t){const{t:e}=Nt(),n=t,r=l.ref([]),o=l.ref(!0);l.watchEffect(()=>{r.value=n.modelValue}),l.watch(()=>o.value,d=>{r.value.forEach(u=>u.selected=d)});const i=l.computed(()=>e("conversationToTextModal.systemMessage")),s=d=>{const u=d.IsTussentijdseMededeling?", ":"";if(d.AfzenderType===2&&d.AfzenderId!==d.BehandelaarId&&d.BehandelaarId!==null){const f=e("conversationToTextModal.onBehalfOf");return u+f+" "+d.BehandelaarNaam}return _e},c=d=>d.AfzenderType===2?"is-sender":"is-receiver",a=()=>{const d=e("conversationToTextModal.prefix"),u=e("conversationToTextModal.copySuccess");return s3(r.value,d,u)};return(d,u)=>(l.openBlock(),l.createBlock(xn,{id:"conversation-to-text-modal",title:"Tekst versie","modal-class":t.extraClass,"hide-footer":""},{default:l.withCtx(()=>[l.createVNode(Re,{variant:"primary",onClick:a},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(e)("conversationToTextModal.copyButton")),1)]),_:1}),l.createElementVNode("div",oF,[l.createVNode(Cr,{class:"select-all-checkbox",modelValue:o.value,"onUpdate:modelValue":u[0]||(u[0]=f=>o.value=f)},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(e)("conversationToTextModal.selectAll")),1)]),_:1},8,["modelValue"]),l.createElementVNode("div",iF,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(r.value,(f,h)=>(l.openBlock(),l.createElementBlock("div",{class:"message-cloud-selector",key:h},[l.createVNode(Cr,{class:"select-all-checkbox",modelValue:f.selected,"onUpdate:modelValue":p=>f.selected=p},null,8,["modelValue","onUpdate:modelValue"]),l.createElementVNode("div",sF,[l.createElementVNode("div",{class:l.normalizeClass(["message",c(f)])},[l.createElementVNode("div",aF,[l.createElementVNode("div",lF,[l.createTextVNode(l.toDisplayString(f.AfzenderNaam)+" ",1),f.IsTussentijdseMededeling?(l.openBlock(),l.createElementBlock("span",cF,[l.createElementVNode("i",null,l.toDisplayString(i.value),1)])):l.createCommentVNode("",!0),l.createElementVNode("span",null,[l.createElementVNode("i",null,l.toDisplayString(s(f)),1)]),l.createElementVNode("span",null,l.toDisplayString(f.Datum),1)])]),l.createElementVNode("div",{class:"message-cloud__body",innerHTML:f.Tekst},null,8,dF)],2)])]))),128))])])]),_:1},8,["modal-class"]))}});function l3(){const t=l.ref(0),e=l.ref(!0),n=l.ref(null),r=l.ref({top:0,left:0,x:0,y:0}),o=l.computed(()=>t.value>0?`zoom-${t.value}`:"");return{zoom:t,mouseDown:e,imageHolderRef:n,pos:r,SetZoom:o,OnMouseDown:a=>{if(!n.value)return;r.value.left=n.value.scrollLeft,r.value.top=n.value.scrollTop;const d=document.querySelector("#image-attachment-modal"),u=document.querySelector(".image-preview-image-holder");d&&(d.style.cursor="grabbing"),u&&(u.style.cursor="grabbing"),r.value.x=a.clientX,r.value.y=a.clientY,e.value=!0},OnMouseMove:a=>{if(e.value){const d=a.clientX-r.value.x,u=a.clientY-r.value.y;n.value&&(n.value.scrollTop=r.value.top-u,n.value.scrollLeft=r.value.left-d)}},OnMouseUp:()=>{const a=document.querySelector("#image-attachment-modal"),d=document.querySelector(".image-preview-image-holder");a&&a.style&&(a.style.cursor=""),d&&d.style&&(d.style.cursor="grab"),e.value=!1}}}const uF=["src","alt"],fF={key:0,class:"show-spinner"},hF={class:"spinner-border text-primary",role:"status"},pF=["textContent"],mF=["href"],c3=l.defineComponent({__name:"BDImageAttachmentModal",setup(t,{expose:e}){const{showModal:n}=Do("image-attachment-modal"),{zoom:r,imageHolderRef:o,SetZoom:i,OnMouseDown:s,OnMouseMove:c,OnMouseUp:a}=l3(),{t:d}=Nt(),u=l.ref(!0),f=l.ref({BerichtId:0,Id:void 0,MimeType:null,Naam:_e,altName:_e,downloadUrl:_e,fullImageUrl:_e,previewUrl:_e}),h=l.computed(()=>d("imageAttachmentModal.download")),p=l.computed(()=>d("imageAttachmentModal.loading"));e({Show:y=>{f.value=y,r.value=0,n()}});const g=()=>{u.value=!1},v=()=>{f.value={BerichtId:0,Id:void 0,MimeType:null,Naam:_e,altName:_e,downloadUrl:_e,fullImageUrl:_e,previewUrl:_e}};return(y,b)=>(l.openBlock(),l.createBlock(xn,{id:"image-attachment-modal",class:l.normalizeClass(l.unref(_e)),title:f.value.Naam,hideFooterCancelButton:!0,showHeaderButton:!0,onCancel:v},{default:l.withCtx(()=>[l.createElementVNode("div",{class:"image-preview-image-holder",ref_key:"imageHolderRef",ref:o,onMousedown:b[0]||(b[0]=(...E)=>l.unref(s)&&l.unref(s)(...E)),onMousemove:b[1]||(b[1]=(...E)=>l.unref(c)&&l.unref(c)(...E)),onMouseup:b[2]||(b[2]=(...E)=>l.unref(a)&&l.unref(a)(...E))},[f.value?(l.openBlock(),l.createElementBlock("img",{key:0,src:f.value.downloadUrl,alt:f.value.Naam,class:l.normalizeClass(["image-preview-modal",l.unref(i)]),onLoad:g,draggable:!1},null,42,uF)):l.createCommentVNode("",!0)],544),u.value?(l.openBlock(),l.createElementBlock("div",fF,[l.createElementVNode("div",hF,[l.createElementVNode("span",{class:"visually-hidden",textContent:l.toDisplayString(p.value)},null,8,pF)])])):l.createCommentVNode("",!0),l.createVNode(Qc,{modelValue:l.unref(r),"onUpdate:modelValue":b[3]||(b[3]=E=>l.isRef(r)?r.value=E:null),class:"image-preview-bd-zoom-slider","max-value":4},null,8,["modelValue"]),l.createElementVNode("a",{href:f.value.downloadUrl},[l.createVNode(Re,{variant:"primary",class:"download-image",textContent:l.toDisplayString(h.value)},null,8,["textContent"])],8,mF)]),_:1},8,["class","title"]))}}),gF={key:0},vF={key:1},yF={key:2},bF={key:3},CF={key:1},EF={key:2},kF=["href"],d3=l.defineComponent({__name:"BDVideoCallConfirmationModal",props:["isMissingCameraPermission","isMissingMicrophonePermission","isMissingMobileActivation","isMissingVideoConferencingSupport","participantName","videoTestUrl"],emits:["confirmed"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=()=>r.isMissingCameraPermission||r.isMissingMicrophonePermission||r.isMissingMobileActivation||r.isMissingVideoConferencingSupport,s=l.computed(()=>i()?n("videoCallConfirmationModal.close"):n("videoCallConfirmationModal.cancel")),c=l.computed(()=>`${r.participantName} ${n("videoCallConfirmationModal.noMobileActivationMessage")}`),a=l.computed(()=>`${r.participantName} ${n("videoCallConfirmationModal.noCompatibleDevices")}`),d=l.computed(()=>n("videoCallConfirmationModal.title")),u=l.computed(()=>n("videoCallConfirmationModal.ok")),f=l.computed(()=>n("videoCallConfirmationModal.generalWarning")),h=l.computed(()=>n("videoCallConfirmationModal.cameraPermissionMissing")),p=l.computed(()=>n("videoCallConfirmationModal.microphonePermissionMissing")),m=l.computed(()=>n("videoCallConfirmationModal.message")),g=l.computed(()=>n("videoCallConfirmationModal.participantMessage")),v=l.computed(()=>n("videoCallConfirmationModal.testMessage")),y=l.computed(()=>n("videoCallConfirmationModal.helpMessage")),b=()=>o("confirmed");return(E,C)=>(l.openBlock(),l.createBlock(xn,{id:"video-call-confirmation-modal",title:d.value,"submit-button-title":u.value,"close-button-title":s.value,"hide-footer-submit-button":i(),onSubmit:b},{default:l.withCtx(()=>[i()?(l.openBlock(),l.createBlock(qr,{key:0,variant:"warning"},{default:l.withCtx(()=>[l.createElementVNode("p",null,l.toDisplayString(f.value),1),l.createElementVNode("ul",null,[r.isMissingCameraPermission?(l.openBlock(),l.createElementBlock("li",gF,l.toDisplayString(h.value),1)):l.createCommentVNode("",!0),r.isMissingMicrophonePermission?(l.openBlock(),l.createElementBlock("li",vF,l.toDisplayString(p.value),1)):l.createCommentVNode("",!0),r.isMissingMobileActivation?(l.openBlock(),l.createElementBlock("li",yF,l.toDisplayString(c.value),1)):l.createCommentVNode("",!0),r.isMissingVideoConferencingSupport?(l.openBlock(),l.createElementBlock("li",bF,l.toDisplayString(a.value),1)):l.createCommentVNode("",!0)])]),_:1})):r.participantName?(l.openBlock(),l.createElementBlock("p",CF,[l.createTextVNode(l.toDisplayString(g.value)+" ",1),l.createElementVNode("b",null,l.toDisplayString(r.participantName),1),C[0]||(C[0]=l.createTextVNode("?",-1))])):(l.openBlock(),l.createElementBlock("p",EF,l.toDisplayString(m.value),1)),l.createElementVNode("p",null,[l.createElementVNode("a",{href:r.videoTestUrl,target:"blank",rel:"noopener noreferrer"},l.toDisplayString(v.value),9,kF),l.createElementVNode("span",null," "+l.toDisplayString(y.value),1)])]),_:1},8,["title","submit-button-title","close-button-title","hide-footer-submit-button"]))}}),u3=()=>({ResetValidation:n=>{for(const r in n.value)n.value[r].state=null},ValidationObjectIsValid:n=>{for(let r in n)if(n[r].state===!1)return!1;return!0}}),wF={class:"template change-password-template"},SF={class:"template-title"},AF={key:0},xF={key:1},TF={class:"bd-form-field"},IF={class:"bd-form-field"},_F={class:"bd-form-field"},NF={class:"bd-form-buttons"},f3=l.defineComponent({__name:"BDChangePasswordTemplate",props:{templateTitle:{},alertText:{},currentPasswordLabel:{},newPasswordLabel:{},confirmNewPasswordLabel:{},submitButtonText:{},cancelButtonText:{},successText:{},failureText:{},requiredText:{},incompatibleText:{},minimalRequirementsText:{},submitPassword:{type:Function}},setup(t){const{t:e}=Nt(),{showDangerToast:n,showWarningToast:r,showSuccessToast:o}=Js(),{errorMessages:i,errorMessageText:s,MapServerErrors:c,ResetServerErrors:a}=gh(null),{ValidationObjectIsValid:d}=u3(),u=t;let f=l.ref({password:_e,passwordNew:_e,passwordRepeat:_e}),h=l.ref({password:{state:null,errorLabel:_e},passwordNew:{state:null,errorLabel:_e},passwordRepeat:{state:null,errorLabel:_e}});const p=()=>{if(!m())return;const y=u.submitPassword(f.value);y&&y.then(()=>{o(u.successText),g()}).catch(b=>{n(u.failureText),c(b)})},m=()=>{const v=/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$/;if(f.value.passwordNew&&!v.test(f.value.passwordNew))h.value.passwordNew.state=!1,h.value.passwordNew.errorLabel=u.minimalRequirementsText;else{const y=f.value.passwordRepeat===f.value.passwordNew,b=y?u.requiredText:u.incompatibleText;h.value.passwordNew.state=f.value.passwordNew!==_e&&y?null:!1,h.value.passwordNew.errorLabel=b,h.value.passwordRepeat.state=f.value.passwordRepeat!==_e&&y?null:!1,h.value.passwordRepeat.errorLabel=b}return h.value.password.state=f.value.password!==_e?null:!1,h.value.password.errorLabel=h.value.password.state?_e:u.requiredText,d(h.value)},g=()=>{if(f.value.password===_e&&f.value.passwordNew===_e&&f.value.passwordRepeat===_e)return;f.value.password=_e,f.value.passwordNew=_e,f.value.passwordRepeat=_e,h.value.password.state=null,h.value.passwordNew.state=null,h.value.passwordRepeat.state=null,a();const v=e("changePasswordTemplate.toasters.reset");r(v)};return(v,y)=>(l.openBlock(),l.createElementBlock("main",wF,[l.createVNode(Ti,{class:"container-xl"},{default:l.withCtx(()=>[l.createVNode(vn,{class:"justify-content-md-center template-header"},{default:l.withCtx(()=>[l.createVNode(Tt,{xs:12,md:10,lg:7},{default:l.withCtx(()=>[l.createElementVNode("h1",SF,l.toDisplayString(u.templateTitle),1)]),_:1})]),_:1}),l.createVNode(vn,{class:"justify-content-md-center"},{default:l.withCtx(()=>[l.createVNode(Tt,{xs:12,md:10,lg:7},{default:l.withCtx(()=>[l.createVNode(aa,{class:"bd-card-template","no-header":!0},{body:l.withCtx(()=>[l.createVNode(Ti,{class:"container-fluid"},{default:l.withCtx(()=>[l.createVNode(vn,null,{default:l.withCtx(()=>[l.createVNode(Tt,null,{default:l.withCtx(()=>[l.createVNode(qr,{variant:"warning"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(t.alertText),1)]),_:1})]),_:1})]),_:1}),l.unref(i)||l.unref(s)?(l.openBlock(),l.createBlock(vn,{key:0},{default:l.withCtx(()=>[l.createVNode(Tt,null,{default:l.withCtx(()=>[l.createVNode(qr,{variant:"danger"},{default:l.withCtx(()=>[l.unref(i)?(l.openBlock(),l.createElementBlock("div",AF,[l.createElementVNode("ul",null,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(i),(b,E)=>(l.openBlock(),l.createElementBlock("li",{key:E},[l.createVNode(pr),l.createElementVNode("span",null,l.toDisplayString(b),1)]))),128))])])):(l.openBlock(),l.createElementBlock("div",xF,l.toDisplayString(l.unref(s)),1))]),_:1})]),_:1})]),_:1})):l.createCommentVNode("",!0),l.createVNode(vn,null,{default:l.withCtx(()=>[l.createVNode(Tt,{class:"bd-card-form",sm:12,md:12},{default:l.withCtx(()=>[l.createElementVNode("form",{onSubmit:l.withModifiers(p,["prevent"]),onReset:l.withModifiers(g,["prevent"]),class:"form"},[l.createElementVNode("div",TF,[l.createVNode(br,{modelValue:l.unref(f).password,"onUpdate:modelValue":y[0]||(y[0]=b=>l.unref(f).password=b),label:t.currentPasswordLabel,state:l.unref(h).password.state,type:"password","invalid-feedback-text":l.unref(h).password.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),l.createElementVNode("div",IF,[l.createVNode(br,{modelValue:l.unref(f).passwordNew,"onUpdate:modelValue":y[1]||(y[1]=b=>l.unref(f).passwordNew=b),label:t.newPasswordLabel,state:l.unref(h).passwordNew.state,type:"password","invalid-feedback-text":l.unref(h).passwordNew.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),l.createElementVNode("div",_F,[l.createVNode(br,{modelValue:l.unref(f).passwordRepeat,"onUpdate:modelValue":y[2]||(y[2]=b=>l.unref(f).passwordRepeat=b),label:t.confirmNewPasswordLabel,state:l.unref(h).passwordRepeat.state,type:"password","invalid-feedback-text":l.unref(h).passwordRepeat.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),l.createElementVNode("div",NF,[l.createVNode(Re,{type:"submit"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(t.submitButtonText),1)]),_:1}),l.createVNode(Re,{type:"reset",variant:"link"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(t.cancelButtonText),1)]),_:1})])],32)]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]))}}),OF={class:"template not-found-template"},MF={class:"center-screen"},LF={class:"container-warning"},DF=["textContent"],PF=["textContent"],h3=l.defineComponent({__name:"BDNotFoundTemplate",props:{buttonText:{type:String}},emits:["navigate"],setup(t,{emit:e}){const{t:n}=Nt(),r=t,o=e,i=l.computed(()=>r.buttonText||n("notFoundTemplate.buttonDefault")),s=l.computed(()=>n("notFoundTemplate.title")),c=l.computed(()=>n("notFoundTemplate.description")),a=()=>o("navigate");return(d,u)=>(l.openBlock(),l.createElementBlock("main",OF,[l.createVNode(Ti,{class:"container-xl"},{default:l.withCtx(()=>[l.createElementVNode("div",MF,[l.createElementVNode("div",LF,[l.createVNode(Kc),l.createElementVNode("h5",{textContent:l.toDisplayString(s.value)},null,8,DF),l.createElementVNode("p",{textContent:l.toDisplayString(c.value)},null,8,PF),l.createVNode(Re,{onClick:a,variant:"primary",type:"button",textContent:l.toDisplayString(i.value)},null,8,["textContent"])])])]),_:1})]))}}),BF=t=>{const e=/<a\b[^>]*>.*?<\/a>/gi,n=[];let r;for(;(r=e.exec(t))!==null;)n.push({start:r.index,end:r.index+r[0].length});const o=/(https?:\/\/[^\s<>"',]+|www\.[^\s<>"',]+)/g;return t.replace(o,(i,s,c)=>n.some(u=>c>=u.start&&c<u.end)?i:`<a href="${i.startsWith("www.")?`http://${i}`:i}" target="_blank" rel="noopener noreferrer">${i}</a>`)},RF=(t,e)=>`<p><a href="${t}" title="${e}" target="_blank" rel="noopener noreferrer">${e}</a></p>`,$F=t=>t.startsWith("http://")||t.startsWith("https://"),FF={install:t=>{t.component("BDAlert",qr),t.component("BDArticle",Dm),t.component("BDAssignConversationModal",Jy),t.component("BDAttachmentPreviewList",$s),t.component("BDAttachmentUploadModal",Xy),t.component("BDBadge",Om),t.component("BDButton",Re),t.component("BDCard",aa),t.component("BDChangePasswordTemplate",f3),t.component("BDChatCloud",$y),t.component("BDCol",Tt),t.component("BDCollapsableCard",Zc),t.component("BDConfirmationModal",Zy),t.component("BDContentLibraryModal",o3),t.component("BDConversationToTextModal",a3),t.component("BDContentLibrarySplitButton",Am),t.component("BDContentLibraryTemplate",yh),t.component("BDContainer",Ti),t.component("BDDropdown",hh),t.component("BDDropdownItem",Ba),t.component("BDDropzone",Wd),t.component("BDForm",Mm),t.component("BDFormCheckbox",Cr),t.component("BDFormInput",br),t.component("BDFormInvalidFeedback",xa),t.component("BDFormSelect",Lm),t.component("BDHeader",ph),t.component("BDImageAttachmentModal",c3),t.component("BDImageAttachmentPreviewList",Fs),t.component("BDInputGroup",es),t.component("BDLink",Xr),t.component("BDLogo",Sc),t.component("BDMarkdownEditor",By),t.component("BDMobileMenu",fh),t.component("BDModal",xn),t.component("BDNotFoundTemplate",h3),t.component("BDPagination",Bd),t.component("BDPhoneNumberEditModal",Yy),t.component("BDPill",_a),t.component("BDPractitionerHeader",Ky),t.component("BDProfileImage",_i),t.component("BDRow",vn),t.component("BDSessionTimeOutModal",Qy),t.component("BDTable",Fy),t.component("BDToast",Rd),t.component("BDUser",Ry),t.component("BDUserInformation",Fd),t.component("BDVideoCallConfirmationModal",d3),t.component("BDVideoCallToast",Hy),t.component("BDZoomslider",Qc),t.component("BDDate",Ym),t.component("IconAcademy",qs),t.component("IconArrowDown",Ac),t.component("IconArrowUp",xc),t.component("IconAttachment",hr),t.component("IconBold",Tc),t.component("IconBulletList",Ic),t.component("IconCalendar",Th),t.component("IconCall",Vs),t.component("IconCallReject",_c),t.component("IconCardView",Ih),t.component("IconCaretDown",ea),t.component("IconCaretLeft",Nc),t.component("IconCaretRight",Oc),t.component("IconCheck",$o),t.component("IconClipboard",_h),t.component("IconClose",ta),t.component("IconComment",Mc),t.component("IconCommentActive",Nh),t.component("IconCommonFileEmpty",Mh),t.component("IconCommonFileWarning",Lh),t.component("IconCommentStatic",Oh),t.component("IconContactPerson",Dh),t.component("IconCopy",Ph),t.component("IconDelete",Lc),t.component("IconDoubleCheck",Bh),t.component("IconDownloadImage",Dc),t.component("IconEdit",Pc),t.component("IconEndCall",Rh),t.component("IconError",na),t.component("IconExternal",Bc),t.component("IconEyeShow",$h),t.component("IconEyeSlash",Fh),t.component("IconFile",Rc),t.component("IconFileAdded",zh),t.component("IconForward",Uh),t.component("IconHix",Hh),t.component("IconHyperlink",ra),t.component("IconImageFileLandscape",jh),t.component("IconImageFileWarning",Wh),t.component("IconInbox",Kh),t.component("IconInfo",pr),t.component("IconInformationCircle",$c),t.component("IconItalic",Fc),t.component("IconListView",Yh),t.component("IconLock",Gh),t.component("IconLusciiEscalated",Qh),t.component("IconLusciiLogo",Zh),t.component("IconLusciiOpen",Jh),t.component("IconLusciiPriorityHigh",Xh),t.component("IconLusciiPriorityLow",qh),t.component("IconLusciiPriorityMedium",Vh),t.component("IconMenu",zc),t.component("IconMessage",ep),t.component("IconMessageForward",tp),t.component("IconMicrophoneSlash",np),t.component("IconMicrosoftTeams",rp),t.component("IconMin",op),t.component("IconOrderedList",Uc),t.component("IconPlus",oa),t.component("IconRefresh",ip),t.component("IconRemove",Ii),t.component("IconSananetLogo",sp),t.component("IconService",ap),t.component("IconShareScreen",lp),t.component("IconSingleNeutral",cp),t.component("IconSort",dp),t.component("IconSortAsc",Hc),t.component("IconSortDesc",jc),t.component("IconSortNone",Wc),t.component("IconTriangleDown",up),t.component("IconTriangleExclamation",Kc),t.component("IconUnderline",Yc),t.component("IconVideoDisabled",hp),t.component("IconVideocall",fp),t.component("IconWarning",pp),t.component("IconZorgkaart",mp),t.directive("vBDTooltip",Lo)}};V.BDAlert=qr,V.BDArticle=Dm,V.BDAssignConversationModal=Jy,V.BDAttachmentPreviewList=$s,V.BDAttachmentUploadModal=Xy,V.BDBadge=Om,V.BDButton=Re,V.BDCard=aa,V.BDChangePasswordTemplate=f3,V.BDChatCloud=$y,V.BDCol=Tt,V.BDCollapsableCard=Zc,V.BDConfirmationModal=Zy,V.BDContainer=Ti,V.BDContentLibraryModal=o3,V.BDContentLibrarySplitButton=Am,V.BDContentLibraryTemplate=yh,V.BDConversationToTextModal=a3,V.BDDate=Ym,V.BDDropdown=hh,V.BDDropdownItem=Ba,V.BDDropzone=Wd,V.BDForm=Mm,V.BDFormCheckbox=Cr,V.BDFormInput=br,V.BDFormInvalidFeedback=xa,V.BDFormSelect=Lm,V.BDHeader=ph,V.BDImageAttachmentModal=c3,V.BDImageAttachmentPreviewList=Fs,V.BDInputGroup=es,V.BDLink=Xr,V.BDLogo=Sc,V.BDMarkdownEditor=By,V.BDMobileMenu=fh,V.BDModal=xn,V.BDNotFoundTemplate=h3,V.BDPagination=Bd,V.BDPhoneNumberEditModal=Yy,V.BDPill=_a,V.BDPractitionerHeader=Ky,V.BDProfileImage=_i,V.BDRow=vn,V.BDSessionTimeOutModal=Qy,V.BDTable=Fy,V.BDToast=Rd,V.BDUser=Ry,V.BDUserInformation=Fd,V.BDVideoCallConfirmationModal=d3,V.BDVideoCallToast=Hy,V.BDZoomslider=Qc,V.CopyChatMessageToClipboard=nF,V.CopyChatMessagesToClipboard=s3,V.CopyHl7MessagesToClipboard=rF,V.CreateHyperlinkParagraph=RF,V.CreateThumbnailUri=G2,V.IconAcademy=qs,V.IconArrowDown=Ac,V.IconArrowUp=xc,V.IconAttachment=hr,V.IconBold=Tc,V.IconBulletList=Ic,V.IconCalendar=Th,V.IconCall=Vs,V.IconCallReject=_c,V.IconCardView=Ih,V.IconCaretDown=ea,V.IconCaretLeft=Nc,V.IconCaretRight=Oc,V.IconCheck=$o,V.IconClipboard=_h,V.IconClose=ta,V.IconComment=Mc,V.IconCommentActive=Nh,V.IconCommentStatic=Oh,V.IconCommonFileEmpty=Mh,V.IconCommonFileWarning=Lh,V.IconContactPerson=Dh,V.IconCopy=Ph,V.IconDelete=Lc,V.IconDoubleCheck=Bh,V.IconDownloadImage=Dc,V.IconEdit=Pc,V.IconEndCall=Rh,V.IconError=na,V.IconExternal=Bc,V.IconEyeShow=$h,V.IconEyeSlash=Fh,V.IconFile=Rc,V.IconFileAdded=zh,V.IconForward=Uh,V.IconHix=Hh,V.IconHyperlink=ra,V.IconImageFileLandscape=jh,V.IconImageFileWarning=Wh,V.IconInbox=Kh,V.IconInfo=pr,V.IconInformationCircle=$c,V.IconItalic=Fc,V.IconListView=Yh,V.IconLock=Gh,V.IconLusciiEscalated=Qh,V.IconLusciiLogo=Zh,V.IconLusciiOpen=Jh,V.IconLusciiPriorityHigh=Xh,V.IconLusciiPriorityLow=qh,V.IconLusciiPriorityMedium=Vh,V.IconMenu=zc,V.IconMessage=ep,V.IconMessageForward=tp,V.IconMicrophoneSlash=np,V.IconMicrosoftTeams=rp,V.IconMin=op,V.IconOrderedList=Uc,V.IconPlus=oa,V.IconRefresh=ip,V.IconRemove=Ii,V.IconSananetLogo=sp,V.IconService=ap,V.IconShareScreen=lp,V.IconSingleNeutral=cp,V.IconSort=dp,V.IconSortAsc=Hc,V.IconSortDesc=jc,V.IconSortNone=Wc,V.IconTriangleDown=up,V.IconTriangleExclamation=Kc,V.IconUnderline=Yc,V.IconVideoDisabled=hp,V.IconVideocall=fp,V.IconWarning=pp,V.IconZorgkaart=mp,V.MapAttachmentsForApi=_O,V.MapToAttachmentObjects=So,V.TransformHyperlinks=BF,V.ValidateUrl=$F,V.default=FF,V.getDisplayDateNumeric=Hd,V.getDisplayDateTextual=Wm,V.getDisplayDateTimeNumeric=Ud,V.getDisplayDateTimeTextual=Km,V.useModal=Do,V.usePopover=Wy,V.useServerErrors=gh,V.useSessionTimeOut=Gy,V.useToaster=Js,V.useValidation=u3,V.useWindow=mh,V.useZoom=l3,V.vBdTooltip=Lo,Object.defineProperties(V,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|