@beterdichtbij/component-library 0.66.0-beta.1 → 0.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/README.md +12 -12
  2. package/dist/bd-component-lib.cjs.js +57 -57
  3. package/dist/bd-component-lib.css +1 -1
  4. package/dist/bd-component-lib.es.js +38 -12
  5. package/dist/bd-component-lib.umd.js +58 -58
  6. package/dist/locales/en.json +10 -10
  7. package/dist/locales/nl.json +137 -111
  8. package/dist/scss/_active-filters.scss +65 -65
  9. package/dist/scss/_alert.scss +11 -11
  10. package/dist/scss/_article.scss +23 -23
  11. package/dist/scss/_assign-conversation-modal.scss +13 -13
  12. package/dist/scss/_attachments.scss +107 -107
  13. package/dist/scss/_badge.scss +18 -18
  14. package/dist/scss/_base.scss +1 -1
  15. package/dist/scss/_button.scss +74 -74
  16. package/dist/scss/_card.scss +56 -56
  17. package/dist/scss/_chatcloud.scss +98 -98
  18. package/dist/scss/_collapsable-card.scss +107 -107
  19. package/dist/scss/_content-library-card-message-template.scss +136 -136
  20. package/dist/scss/_content-library-card.scss +158 -158
  21. package/dist/scss/_content-library-modal.scss +8 -8
  22. package/dist/scss/_content-library-overview.scss +4 -4
  23. package/dist/scss/_content-library-split-button.scss +19 -19
  24. package/dist/scss/_conversation-to-text-modal.scss +32 -32
  25. package/dist/scss/_dropdown.scss +113 -113
  26. package/dist/scss/_extern.scss +1 -1
  27. package/dist/scss/_file-upload-preview.scss +53 -53
  28. package/dist/scss/_file-upload.scss +26 -26
  29. package/dist/scss/_filter-card.scss +64 -64
  30. package/dist/scss/_form-field.scss +12 -12
  31. package/dist/scss/_form-multiple-checkbox.scss +51 -51
  32. package/dist/scss/_forms.scss +2 -2
  33. package/dist/scss/_header.scss +170 -170
  34. package/dist/scss/_icon-luscii-logo.scss +31 -31
  35. package/dist/scss/_icons.scss +38 -38
  36. package/dist/scss/_image-attachment-modal.scss +91 -91
  37. package/dist/scss/_input-group.scss +2 -2
  38. package/dist/scss/_loader.scss +59 -59
  39. package/dist/scss/_markdown-editor.scss +104 -104
  40. package/dist/scss/_message-template-form-modal.scss +47 -47
  41. package/dist/scss/_mobile-menu.scss +91 -91
  42. package/dist/scss/_modal.scss +176 -176
  43. package/dist/scss/_notification-button.scss +29 -29
  44. package/dist/scss/_pagination.scss +40 -40
  45. package/dist/scss/_phone-number-edit-modal.scss +35 -35
  46. package/dist/scss/_pill.scss +89 -89
  47. package/dist/scss/_profile-image.scss +34 -34
  48. package/dist/scss/_table-sort-header.scss +13 -13
  49. package/dist/scss/_table.scss +16 -16
  50. package/dist/scss/_templates.scss +323 -323
  51. package/dist/scss/_toast.scss +69 -69
  52. package/dist/scss/_user-information.scss +34 -34
  53. package/dist/scss/_user.scss +13 -13
  54. package/dist/scss/_video-call-toast.scss +100 -100
  55. package/dist/scss/_zoomslider.scss +77 -77
  56. package/dist/scss/base/typography.scss +15 -15
  57. package/dist/scss/base/variables.scss +210 -210
  58. package/dist/scss/component-library-styling.scss +50 -50
  59. package/dist/scss/extern/_bootstrap.scss +14 -14
  60. package/dist/scss/extern/_prime-vue.scss +551 -551
  61. package/dist/scss/forms/_form-check.scss +16 -16
  62. package/dist/scss/forms/_form-input.scss +9 -9
  63. package/dist/scss/mixins.scss +78 -78
  64. package/dist/scss/templates/_change-password-template.scss +8 -8
  65. package/dist/scss/templates/_content-library-template.scss +135 -135
  66. package/dist/scss/templates/_not-found-template.scss +5 -5
  67. package/dist/stores/SessionTimeOutStore.ts +46 -46
  68. package/package.json +133 -133
@@ -1,57 +1,57 @@
1
- Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),s=(e,n)=>{let r={};for(var i in e)t(r,i,{get:e[i],enumerable:!0});return n||t(r,Symbol.toStringTag,{value:`Module`}),r},c=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},l=(n,r,a)=>(a=n==null?{}:e(i(n)),c(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let u=require("vue");u=l(u,1);let d=require("@azure/communication-calling"),f=require("@azure/communication-common");var p=(0,u.defineComponent)({__name:`BDCol`,props:{class:{},cols:{},xs:{},sm:{},md:{},lg:{},xl:{},xxl:{},orderClass:{},offsetClass:{}},setup(e){let t=e,n=(0,u.computed)(()=>({col:!t.cols&&!t.xs&&!t.sm&&!t.md&&!t.lg&&!t.xxl,[`col-${t.cols}`]:t.cols,[`col-xs-${t.xs}`]:t.xs,[`col-sm-${t.sm}`]:t.sm,[`col-md-${t.md}`]:t.md,[`col-lg-${t.lg}`]:t.lg,[`col-xl-${t.xl}`]:t.xl,[`col-xxl-${t.xxl}`]:t.xxl,[`${t.orderClass}`]:t.orderClass,[`${t.offsetClass}`]:t.offsetClass,[`${t.class}`]:t.class}));return(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{class:(0,u.normalizeClass)(n.value)},[(0,u.renderSlot)(e.$slots,`default`)],2))}}),m=(0,u.defineComponent)({__name:`BDContainer`,props:{class:{default:``},fluid:{type:Boolean,default:!1}},setup(e){let t=e,n=(0,u.computed)(()=>({container:!t.fluid,"container-fluid":t.fluid===!0,[`container-${t.fluid}`]:t.fluid&&t.fluid!==!0,[t.class]:!0}));return(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{class:(0,u.normalizeClass)(n.value)},[(0,u.renderSlot)(e.$slots,`default`)],2))}}),h=(0,u.defineComponent)({__name:`BDRow`,props:{class:{}},setup(e){return(t,n)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{class:(0,u.normalizeClass)([`row`,e.class])},[(0,u.renderSlot)(t.$slots,`default`)],2))}}),g=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n},_={},v={class:`icon icon-academy`,viewBox:`0 0 40 40`,xmlns:`http://www.w3.org/2000/svg`};function y(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,v,[...t[0]||=[(0,u.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)]])}var b=g(_,[[`render`,y]]),x={},S={class:`icon`,viewBox:`0 0 20 20`,height:`20`,width:`20`,xmlns:`http://www.w3.org/2000/svg`};function C(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,S,[...t[0]||=[(0,u.createElementVNode)(`g`,{transform:`matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)`},[(0,u.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)]])}var w=g(x,[[`render`,C]]),T={},E={class:`icon`,viewBox:`0 0 20 20`,height:`20`,width:`20`,xmlns:`http://www.w3.org/2000/svg`};function D(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,E,[...t[0]||=[(0,u.createElementVNode)(`g`,{transform:`matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)`},[(0,u.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)]])}var O=g(T,[[`render`,D]]),ee={},te={class:`icon icon-attachment`,width:`17`,height:`18`,viewBox:`0 0 17 18`,xmlns:`http://www.w3.org/2000/svg`};function ne(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,te,[...t[0]||=[(0,u.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)]])}var k=g(ee,[[`render`,ne]]),re={},ie={width:`11`,height:`13`,viewBox:`0 0 11 13`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-bold`};function ae(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ie,[...t[0]||=[(0,u.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)]])}var oe=g(re,[[`render`,ae]]),se={},ce={width:`16`,height:`14`,viewBox:`0 0 16 14`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-bullet-list`};function le(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ce,[...t[0]||=[(0,u.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)]])}var ue=g(se,[[`render`,le]]),de={},fe={class:`icon icon-calendar`,xmlns:`http://www.w3.org/2000/svg`,width:`17`,height:`18`,viewBox:`0 0 17 18`};function pe(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,fe,[...t[0]||=[(0,u.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)]])}var me=g(de,[[`render`,pe]]),he={},ge={class:`icon icon-call`,width:`16`,height:`17`,viewBox:`0 0 16 17`,xmlns:`http://www.w3.org/2000/svg`};function _e(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ge,[...t[0]||=[(0,u.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)]])}var ve=g(he,[[`render`,_e]]),ye={},be={class:`icon icon-call-reject`,width:`16`,height:`17`,viewBox:`0 0 16 17`,xmlns:`http://www.w3.org/2000/svg`};function xe(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,be,[...t[0]||=[(0,u.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)]])}var Se=g(ye,[[`render`,xe]]),Ce={},we={class:`icon icon-card-view`,viewBox:`0 0 24 19`,fill:`red`,xmlns:`http://www.w3.org/2000/svg`};function Te(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,we,[...t[0]||=[(0,u.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)]])}var Ee=g(Ce,[[`render`,Te]]),De={},Oe={xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`10`};function ke(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Oe,[...t[0]||=[(0,u.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)]])}var Ae=g(De,[[`render`,ke]]),je={},Me={class:`icon icon-caret-left`,xmlns:`http://www.w3.org/2000/svg`,width:`6`,height:`10`,viewBox:`0 0 6 10`};function Ne(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Me,[...t[0]||=[(0,u.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)]])}var Pe=g(je,[[`render`,Ne]]),Fe={},Ie={class:`icon icon-caret-right`,xmlns:`http://www.w3.org/2000/svg`,width:`7`,height:`11`,viewBox:`0 0 7 11`};function Le(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Ie,[...t[0]||=[(0,u.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)]])}var Re=g(Fe,[[`render`,Le]]),ze={},Be={class:`icon icon-check`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`13`,viewBox:`0 0 18 13`};function Ve(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Be,[...t[0]||=[(0,u.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)]])}var He=g(ze,[[`render`,Ve]]),Ue={},We={class:`icon icon-clipboard`,viewBox:`0 0 48 48`,height:`48`,width:`48`,xmlns:`http://www.w3.org/2000/svg`};function Ge(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,We,[...t[0]||=[(0,u.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)]])}var Ke=g(Ue,[[`render`,Ge]]),qe={},Je={class:`icon icon-close`,xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`16`,viewBox:`-4 -4 22 22`};function Ye(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Je,[...t[0]||=[(0,u.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)]])}var Xe=g(qe,[[`render`,Ye]]),Ze={},Qe={class:`icon icon-comment`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 18 18`};function $e(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Qe,[...t[0]||=[(0,u.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)]])}var et=g(Ze,[[`render`,$e]]),tt={},nt={class:`icon icon-comment-active`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 18 18`};function rt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,nt,[...t[0]||=[(0,u.createElementVNode)(`g`,{"fill-rule":`nonzero`,fill:`none`},[(0,u.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`}),(0,u.createElementVNode)(`path`,{fill:`#30B451`,d:`M14.5 6.5a3 3 0 1 1 0-6 3 3 0 0 1 0 6z`})],-1)]])}var it=g(tt,[[`render`,rt]]),at={},ot={class:`icon icon-comment-static`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 18 18`};function st(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ot,[...t[0]||=[(0,u.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)]])}var ct=g(at,[[`render`,st]]),lt={},ut={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 dt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ut,[...t[0]||=[(0,u.createElementVNode)(`title`,null,`common-file-empty`,-1),(0,u.createElementVNode)(`g`,null,[(0,u.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\r
2
- c0.431,0.422,0.678,1.009,0.678,1.611V21.75c0,1.241-1.009,2.25-2.25,2.25H3.023z M3.023,1.5c-0.414,0-0.75,0.336-0.75,0.75v19.5\r
3
- c0,0.414,0.336,0.75,0.75,0.75h17.954c0.414,0,0.75-0.336,0.75-0.75V5.133c0-0.201-0.082-0.397-0.226-0.537l-2.955-2.883\r
4
- C18.406,1.576,18.22,1.5,18.023,1.5H3.023z`})],-1)]])}var ft=g(lt,[[`render`,dt]]),pt={},mt={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 ht(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,mt,[...t[0]||=[(0,u.createElementVNode)(`title`,null,`common-file-warning`,-1),(0,u.createElementVNode)(`g`,null,[(0,u.createElementVNode)(`circle`,{cx:`17.249`,cy:`20.625`,r:`1.125`}),(0,u.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\r
5
- C17.999,18.414,17.663,18.75,17.249,18.75z`}),(0,u.createElementVNode)(`path`,{d:`M13.023,24c-1.391,0-2.524-1.132-2.525-2.523c0-0.39,0.092-0.781,0.267-1.131l4.226-8.451\r
6
- c0.43-0.861,1.297-1.396,2.262-1.396c0.393,0,0.771,0.089,1.124,0.266c0.486,0.243,0.887,0.644,1.13,1.13l4.226,8.451\r
7
- c0.623,1.244,0.117,2.764-1.127,3.386C22.256,23.908,21.865,24,21.475,24H13.023z M17.252,12c-0.392,0-0.744,0.217-0.918,0.567\r
8
- l-4.226,8.451c-0.071,0.142-0.109,0.3-0.109,0.459c0,0.565,0.46,1.024,1.024,1.024h8.452c0.158,0,0.317-0.038,0.46-0.109\r
9
- 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`}),(0,u.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\r
10
- 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\r
11
- 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\r
12
- 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)]])}var gt=g(pt,[[`render`,ht]]),_t={},vt={xmlns:`http://www.w3.org/2000/svg`,width:`23`,height:`17`,viewBox:`0 0 18 15`,fill:`none`};function yt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,vt,[...t[0]||=[(0,u.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)]])}var bt=g(_t,[[`render`,yt]]),xt={},St={class:`icon icon-copy`,width:`11`,height:`14`,viewBox:`0 0 11 14`,xmlns:`http://www.w3.org/2000/svg`};function Ct(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,St,[...t[0]||=[(0,u.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)]])}var wt=g(xt,[[`render`,Ct]]),Tt={},Et={xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-delete`,width:`16`,height:`20`,viewBox:`0 0 16 20`};function Dt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Et,[...t[0]||=[(0,u.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)]])}var Ot=g(Tt,[[`render`,Dt]]),kt={},At={class:`icon icon-double-check`,xmlns:`http://www.w3.org/2000/svg`,width:`24`,height:`13`,viewBox:`0 0 24 13`};function jt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,At,[...t[0]||=[(0,u.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)]])}var Mt=g(kt,[[`render`,jt]]),Nt={},Pt={viewBox:`0 0 20 20`,height:`20`,width:`20`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-download-link`};function Ft(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Pt,[...t[0]||=[(0,u.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)]])}var It=g(Nt,[[`render`,Ft]]),Lt={},Rt={xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-edit`,width:`18`,height:`18`};function zt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Rt,[...t[0]||=[(0,u.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)]])}var Bt=g(Lt,[[`render`,zt]]),Vt={},Ht={class:`icon icon-end-call`,width:`16`,height:`16`,viewBox:`0 0 16 16`,xmlns:`http://www.w3.org/2000/svg`};function Ut(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Ht,[...t[0]||=[(0,u.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)]])}var Wt=g(Vt,[[`render`,Ut]]),Gt={},Kt={class:`icon icon-error`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 18 18`};function qt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Kt,[...t[0]||=[(0,u.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)]])}var Jt=g(Gt,[[`render`,qt]]),Yt={},Xt={class:`icon icon-external`,width:`18`,height:`18`,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 18 18`};function Zt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Xt,[...t[0]||=[(0,u.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)]])}var Qt=g(Yt,[[`render`,Zt]]),$t={},en={width:`30px`,height:`30px`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-eye-show`};function tn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,en,[...t[0]||=[(0,u.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)]])}var nn=g($t,[[`render`,tn]]),rn={},an={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 on(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,an,[...t[0]||=[(0,u.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)]])}var sn=g(rn,[[`render`,on]]),cn={},ln={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 un(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ln,[...t[0]||=[(0,u.createElementVNode)(`title`,null,`common-file-empty`,-1),(0,u.createElementVNode)(`g`,null,[(0,u.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\r
13
- 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\r
14
- 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\r
15
- C18.406,1.576,18.22,1.5,18.023,1.5H3.023z`})],-1)]])}var dn=g(cn,[[`render`,un]]),fn={},pn={class:`icon icon-file-added`,width:`14`,height:`18`,viewBox:`0 0 14 18`,xmlns:`http://www.w3.org/2000/svg`};function mn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,pn,[...t[0]||=[(0,u.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)]])}var hn=g(fn,[[`render`,mn]]),gn={},_n={class:`icon icon-forward`,xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`14`,viewBox:`0 0 16 14`};function vn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,_n,[...t[0]||=[(0,u.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)]])}var yn=g(gn,[[`render`,vn]]),bn={},xn={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 Sn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,xn,[...t[0]||=[(0,u.createElementVNode)(`rect`,{width:`20`,height:`20`,fill:`url(#pattern0)`},null,-1),(0,u.createElementVNode)(`defs`,null,[(0,u.createElementVNode)(`pattern`,{id:`pattern0`,patternContentUnits:`objectBoundingBox`,width:`1`,height:`1`},[(0,u.createElementVNode)(`use`,{"xlink:href":`#image0`,transform:`translate(-0.00125313) scale(0.00250627)`})]),(0,u.createElementVNode)(`image`,{id:`image0`,width:`400`,height:`399`,"xlink:href":`data:image/png;base64,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`})],-1)]])}var Cn=g(bn,[[`render`,Sn]]),wn={},Tn={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 En(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Tn,[...t[0]||=[(0,u.createElementVNode)(`g`,{transform:`matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)`},[(0,u.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`}),(0,u.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)]])}var Dn=g(wn,[[`render`,En]]),On={},kn={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 An(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,kn,[...t[0]||=[(0,u.createElementVNode)(`title`,null,`image-file-landscape`,-1),(0,u.createElementVNode)(`g`,null,[(0,u.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\r
16
- 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\r
17
- 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\r
18
- C18.406,1.576,18.22,1.5,18.023,1.5H3.023z`}),(0,u.createElementVNode)(`path`,{d:`M8.273,10.5c-1.654,0-3-1.346-3-3s1.346-3,3-3s3,1.346,3,3S9.927,10.5,8.273,10.5z M8.273,6c-0.827,0-1.5,0.673-1.5,1.5\r
19
- S7.446,9,8.273,9s1.5-0.673,1.5-1.5S9.1,6,8.273,6z`}),(0,u.createElementVNode)(`path`,{d:`M18.813,18.95c-0.252,0-0.485-0.125-0.625-0.334l-3.925-5.888c-0.049-0.073-0.131-0.117-0.219-0.117\r
20
- c-0.051,0-0.101,0.015-0.144,0.043c-0.027,0.018-0.05,0.041-0.069,0.068l-2.692,3.846c-0.118,0.169-0.303,0.283-0.508,0.312\r
21
- c-0.037,0.005-0.072,0.008-0.106,0.008c-0.171,0-0.338-0.059-0.47-0.165l-1.668-1.338c-0.047-0.037-0.102-0.057-0.161-0.057\r
22
- c-0.01,0-0.02,0.001-0.03,0.002c-0.071,0.008-0.131,0.041-0.175,0.096l-2.125,3.19c-0.139,0.209-0.373,0.334-0.625,0.334\r
23
- c-0.148,0-0.292-0.043-0.415-0.125c-0.344-0.229-0.438-0.696-0.209-1.04l2.111-3.171c0.028-0.042,0.059-0.085,0.093-0.127\r
24
- c0.293-0.366,0.713-0.597,1.18-0.648c0.066-0.007,0.132-0.011,0.198-0.011c0.401,0,0.78,0.134,1.096,0.387l1.044,0.837l2.232-3.189\r
25
- c0.126-0.181,0.284-0.335,0.468-0.458c0.289-0.193,0.625-0.294,0.973-0.294c0.593,0,1.142,0.294,1.469,0.786l3.925,5.887\r
26
- c0.111,0.167,0.151,0.367,0.112,0.563c-0.04,0.197-0.153,0.366-0.32,0.477C19.105,18.906,18.961,18.95,18.813,18.95L18.813,18.95z`})],-1)]])}var jn=g(On,[[`render`,An]]),Mn={},Nn={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-image-file-warning`};function Pn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Nn,[...t[0]||=[(0,u.createStaticVNode)(`<title>image-file-warning</title><g><circle cx="17.249" cy="20.625" r="1.125"></circle><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\r
27
- C17.999,18.414,17.663,18.75,17.249,18.75z"></path><path d="M13.023,24c-1.391,0-2.524-1.132-2.525-2.523c0-0.39,0.092-0.781,0.267-1.131l4.226-8.451\r
28
- c0.43-0.861,1.297-1.396,2.262-1.396c0.393,0,0.771,0.089,1.124,0.266c0.486,0.243,0.887,0.644,1.13,1.13l4.226,8.451\r
29
- c0.623,1.244,0.117,2.764-1.127,3.386C22.256,23.908,21.865,24,21.475,24H13.023z M17.252,12c-0.392,0-0.744,0.217-0.918,0.567\r
30
- l-4.226,8.451c-0.071,0.142-0.109,0.3-0.109,0.459c0,0.565,0.46,1.024,1.024,1.024h8.452c0.158,0,0.317-0.038,0.46-0.109\r
31
- 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"></path><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\r
32
- 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\r
33
- 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\r
34
- c0,0.414,0.336,0.75,0.75,0.75h5.25c0.414,0,0.75,0.336,0.75,0.75S7.913,21,7.499,21H2.249z"></path><circle cx="5.249" cy="6" r="1.125"></circle><path d="M3.749,15c-0.26,0-0.498-0.132-0.636-0.352c-0.138-0.221-0.153-0.492-0.038-0.726l1.937-3.981\r
35
- c0.015-0.03,0.031-0.058,0.049-0.085c0.025-0.038,0.051-0.073,0.078-0.107C5.426,9.39,5.853,9.186,6.311,9.186\r
36
- c0.339,0,0.672,0.117,0.937,0.329l0.608,0.487l1.541-2.197C9.505,7.651,9.639,7.52,9.796,7.416c0.246-0.163,0.532-0.25,0.828-0.25\r
37
- c0.504,0,0.972,0.25,1.25,0.669l1.618,2.588c0.219,0.351,0.112,0.814-0.239,1.033c-0.12,0.075-0.257,0.114-0.397,0.114\r
38
- c-0.26,0-0.498-0.132-0.636-0.352l-1.606-2.57l-1.988,2.87c-0.118,0.169-0.304,0.283-0.508,0.312\r
39
- c-0.036,0.005-0.071,0.007-0.106,0.007c-0.17,0-0.337-0.059-0.469-0.165L6.316,10.69L4.948,13.5h4.801\r
40
- c0.414,0,0.75,0.336,0.75,0.75S10.163,15,9.749,15H3.749z"></path></g>`,2)]])}var Fn=g(Mn,[[`render`,Pn]]),In={},Ln={xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`16`,fill:`currentColor`,class:`bi bi-inbox`,viewBox:`0 0 16 16`};function Rn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Ln,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438zM3.809 3.563A1.5 1.5 0 0 1 4.981 3h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374z`},null,-1)]])}var zn=g(In,[[`render`,Rn]]),Bn={},Vn={class:`icon icon-info`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 18 18`};function Hn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Vn,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M9 18A9 9 0 1 1 9 0a9 9 0 0 1 0 18zm.498-4V6.075H8.143V14h1.355zM8.033 3.973c0 .22.067.403.201.55.134.146.333.22.597.22.264 0 .464-.074.6-.22a.774.774 0 0 0 .206-.55.8.8 0 0 0-.205-.556c-.137-.152-.337-.228-.6-.228-.265 0-.464.076-.598.228a.809.809 0 0 0-.201.556z`},null,-1)]])}var Un=g(Bn,[[`render`,Hn]]),Wn={},Gn={xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 20 20`,class:`icon-info-circle`};function Kn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Gn,[...t[0]||=[(0,u.createStaticVNode)(`<g transform="matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"><path stroke-linecap="round" stroke-linejoin="round" d="M14.25 16.5H13.5C13.1022 16.5 12.7206 16.342 12.4393 16.0607C12.158 15.7794 12 15.3978 12 15V11.25C12 11.0511 11.921 10.8603 11.7803 10.7197C11.6397 10.579 11.4489 10.5 11.25 10.5H10.5"></path><path d="M11.625 7.5C11.4179 7.5 11.25 7.33211 11.25 7.125C11.25 6.91789 11.4179 6.75 11.625 6.75"></path><path d="M11.625 7.5C11.8321 7.5 12 7.33211 12 7.125C12 6.91789 11.8321 6.75 11.625 6.75"></path><path stroke-linecap="round" stroke-linejoin="round" d="M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z"></path></g>`,1)]])}var qn=g(Wn,[[`render`,Kn]]),Jn={},Yn={width:`12`,height:`14`,viewBox:`0 0 12 14`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-italic`};function Xn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Yn,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M12 0.75C12 1.1875 11.6562 1.5 11.25 1.5H9.125L4.53125 12.5H7.25C7.65625 12.5 8 12.8438 8 13.25C8 13.6875 7.65625 14 7.25 14H0.75C0.3125 14 0 13.6875 0 13.25C0 12.8438 0.3125 12.5 0.75 12.5H2.9375L7.53125 1.5H4.75C4.3125 1.5 4 1.1875 4 0.75C4 0.34375 4.3125 0 4.75 0H11.25C11.6562 0 12 0.34375 12 0.75Z`},null,-1)]])}var Zn=g(Jn,[[`render`,Xn]]),Qn={},$n={class:`icon icon-list-view`,width:`20`,height:`19`,viewBox:`0 0 20 19`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`};function er(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,$n,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M0 2.625V16.375C0 17.4297 0.820312 18.25 1.875 18.25H18.125C19.1406 18.25 20 17.4297 20 16.375V2.625C20 1.60938 19.1406 0.75 18.125 0.75H1.875C0.820312 0.75 0 1.60938 0 2.625ZM18.4375 11.375H7.69531V7.625H18.4375V11.375ZM18.4375 12.9375V16.2188C18.4375 16.4922 18.2031 16.6875 17.9688 16.6875H7.69531V12.9375H18.4375ZM1.5625 7.625H6.13281V11.375H1.5625V7.625ZM7.69531 6.0625V2.3125H17.9688C18.2031 2.3125 18.4375 2.54688 18.4375 2.78125V6.0625H7.69531ZM6.13281 2.3125V6.0625H1.5625V2.78125C1.5625 2.54688 1.75781 2.3125 2.03125 2.3125H6.13281ZM1.5625 12.9375H6.13281V16.6875H2.03125C1.75781 16.6875 1.5625 16.4922 1.5625 16.2188V12.9375Z`,fill:`#394156`},null,-1)]])}var tr=g(Qn,[[`render`,er]]),nr={},rr={class:`icon icon-lock`,width:`13`,height:`18`,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 13 18`};function ir(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,rr,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M5.75 12.8a1.5 1.5 0 1 1 1.5 0v.7a.75.75 0 1 1-1.5 0v-.7zm-3.5-6.55V4.5a4.25 4.25 0 1 1 8.5 0v1.75H11c.966 0 1.75.784 1.75 1.75v8A1.75 1.75 0 0 1 11 17.75H2A1.75 1.75 0 0 1 .25 16V8c0-.966.784-1.75 1.75-1.75h.25zm1.5 0h5.5V4.5a2.75 2.75 0 1 0-5.5 0v1.75zM2 7.75a.25.25 0 0 0-.25.25v8c0 .138.112.25.25.25h9a.25.25 0 0 0 .25-.25V8a.25.25 0 0 0-.25-.25H2z`},null,-1)]])}var ar=g(nr,[[`render`,ir]]),or={},sr={width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`};function cr(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,sr,[...t[0]||=[(0,u.createElementVNode)(`circle`,{cx:`6`,cy:`6`,r:`6`,fill:`#F65139`},null,-1)]])}var lr=g(or,[[`render`,cr]]),ur={},dr={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`,class:`icon-luscii-logo`,viewBox:`0 0 283.46 283.46`,style:{"enable-background":`new 0 0 283.46 283.46`},"xml:space":`preserve`};function fr(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,dr,[...t[0]||=[(0,u.createStaticVNode)(`<g><path class="st0" d="M182.51,146.67l34.45-34.45l-0.02-0.01c4.39-4.3,7.13-10.28,7.13-16.91c0-13.07-10.6-23.67-23.67-23.67\r
41
- c-7.19,0-13.61,3.22-17.95,8.27c-4.34-5.06-10.77-8.27-17.95-8.27c-13.07,0-23.67,10.6-23.67,23.67c0,6.36,2.51,12.13,6.58,16.38\r
42
- L182.51,146.67z"></path><g><path class="st1" d="M182.52,146.67C182.52,146.66,182.53,146.66,182.52,146.67l-0.07-0.08\r
43
- C182.48,146.61,182.5,146.64,182.52,146.67z"></path><linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="0.1062" y1="200.7396" x2="182.5212" y2="200.7396"><stop offset="0" style="stop-color:#9AD0BC;"></stop><stop offset="3.045450e-03" style="stop-color:#9AD0BC;"></stop><stop offset="0.9441" style="stop-color:#61BBA1;"></stop><stop offset="1" style="stop-color:#61BBA1;"></stop></linearGradient><path class="st2" d="M182.52,146.67c-0.02-0.03-0.04-0.05-0.07-0.08l-28.65-28.57c-28.32,22.4-64.09,35.82-103,35.82\r
44
- c-17.69,0-34.71-2.79-50.7-7.9c2.22,76.33,64.76,137.54,141.63,137.54c3.2,0,6.36-0.14,9.51-0.35\r
45
- c-2.36-11.16-3.63-22.73-3.63-34.59C147.61,210.13,160.66,174.81,182.52,146.67z"></path><path class="st3" d="M152.09,116.3l-4.64-4.63c-4.08-4.25-6.58-10.02-6.58-16.38c0-13.07,10.6-23.67,23.67-23.67\r
46
- c2.26,0,4.42,0.35,6.49,0.94c-12.8-21.48-20.92-46.08-22.88-72.4c-2.12-0.09-4.25-0.16-6.4-0.16C83.01,0,32.63,35.71,11.12,86.6\r
47
- c12.72-3.12,26-4.8,39.68-4.8C88.95,81.79,124.04,94.7,152.09,116.3z"></path><path class="st4" d="M153.81,118.01l-1.72-1.71C124.04,94.7,88.95,81.79,50.81,81.79c-13.68,0-26.96,1.69-39.68,4.8\r
48
- C3.96,103.55,0,122.18,0,141.73c0,1.41,0.07,2.8,0.11,4.2c15.99,5.12,33.02,7.9,50.7,7.9\r
49
- C89.72,153.83,125.49,140.42,153.81,118.01z"></path><path class="st5" d="M200.44,71.63c13.07,0,23.67,10.6,23.67,23.67c0,6.63-2.73,12.62-7.13,16.91l0.02,0.01l-5.09,5.09\r
50
- c17.75-13.81,38.33-24.15,60.78-29.87c-11.79-28.41-32.56-52.14-58.77-67.68c-3.73,19-10.7,36.83-20.31,52.91\r
51
- C195.76,72.01,198.05,71.63,200.44,71.63z"></path><path class="st6" d="M182.48,79.9c2.9-3.38,6.74-5.91,11.11-7.23c9.61-16.08,16.58-33.91,20.31-52.91\r
52
- C194.48,8.24,172.09,1.23,148.13,0.16c1.97,26.33,10.08,50.92,22.88,72.4C175.53,73.86,179.51,76.43,182.48,79.9z"></path><path class="st7" d="M182.54,146.67L182.54,146.67c-0.01-0.01-0.01,0-0.02,0c21.62,28.06,34.51,63.19,34.51,101.35\r
53
- c0,4.78-0.25,9.5-0.64,14.18c37.8-23.48,63.72-64.24,66.74-111.25c-26.87-5.02-51.45-16.5-72.1-32.78L182.54,146.67z"></path><path class="st8" d="M182.52,146.67c-21.86,28.14-34.91,63.46-34.91,101.86c0,11.86,1.27,23.43,3.63,34.59\r
54
- c23.8-1.58,46-9.02,65.15-20.91c0.4-4.68,0.64-9.4,0.64-14.18C217.04,209.86,204.14,174.73,182.52,146.67z"></path><path class="st9" d="M272.67,87.44c-22.45,5.72-43.03,16.06-60.78,29.87l-0.86,0.86c20.64,16.28,45.23,27.76,72.1,32.78\r
1
+ Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),s=(e,n)=>{let r={};for(var i in e)t(r,i,{get:e[i],enumerable:!0});return n||t(r,Symbol.toStringTag,{value:`Module`}),r},c=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},l=(n,r,a)=>(a=n==null?{}:e(i(n)),c(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let u=require("vue");u=l(u,1);let d=require("@azure/communication-calling"),f=require("@azure/communication-common");var p=(0,u.defineComponent)({__name:`BDCol`,props:{class:{},cols:{},xs:{},sm:{},md:{},lg:{},xl:{},xxl:{},orderClass:{},offsetClass:{}},setup(e){let t=e,n=(0,u.computed)(()=>({col:!t.cols&&!t.xs&&!t.sm&&!t.md&&!t.lg&&!t.xxl,[`col-${t.cols}`]:t.cols,[`col-xs-${t.xs}`]:t.xs,[`col-sm-${t.sm}`]:t.sm,[`col-md-${t.md}`]:t.md,[`col-lg-${t.lg}`]:t.lg,[`col-xl-${t.xl}`]:t.xl,[`col-xxl-${t.xxl}`]:t.xxl,[`${t.orderClass}`]:t.orderClass,[`${t.offsetClass}`]:t.offsetClass,[`${t.class}`]:t.class}));return(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{class:(0,u.normalizeClass)(n.value)},[(0,u.renderSlot)(e.$slots,`default`)],2))}}),m=(0,u.defineComponent)({__name:`BDContainer`,props:{class:{default:``},fluid:{type:Boolean,default:!1}},setup(e){let t=e,n=(0,u.computed)(()=>({container:!t.fluid,"container-fluid":t.fluid===!0,[`container-${t.fluid}`]:t.fluid&&t.fluid!==!0,[t.class]:!0}));return(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{class:(0,u.normalizeClass)(n.value)},[(0,u.renderSlot)(e.$slots,`default`)],2))}}),h=(0,u.defineComponent)({__name:`BDRow`,props:{class:{}},setup(e){return(t,n)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{class:(0,u.normalizeClass)([`row`,e.class])},[(0,u.renderSlot)(t.$slots,`default`)],2))}}),g=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n},_={},v={class:`icon icon-academy`,viewBox:`0 0 40 40`,xmlns:`http://www.w3.org/2000/svg`};function y(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,v,[...t[0]||=[(0,u.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)]])}var b=g(_,[[`render`,y]]),x={},S={class:`icon`,viewBox:`0 0 20 20`,height:`20`,width:`20`,xmlns:`http://www.w3.org/2000/svg`};function C(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,S,[...t[0]||=[(0,u.createElementVNode)(`g`,{transform:`matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)`},[(0,u.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)]])}var w=g(x,[[`render`,C]]),T={},E={class:`icon`,viewBox:`0 0 20 20`,height:`20`,width:`20`,xmlns:`http://www.w3.org/2000/svg`};function D(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,E,[...t[0]||=[(0,u.createElementVNode)(`g`,{transform:`matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)`},[(0,u.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)]])}var O=g(T,[[`render`,D]]),ee={},te={class:`icon icon-attachment`,width:`17`,height:`18`,viewBox:`0 0 17 18`,xmlns:`http://www.w3.org/2000/svg`};function ne(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,te,[...t[0]||=[(0,u.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)]])}var k=g(ee,[[`render`,ne]]),re={},ie={width:`11`,height:`13`,viewBox:`0 0 11 13`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-bold`};function ae(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ie,[...t[0]||=[(0,u.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)]])}var oe=g(re,[[`render`,ae]]),se={},ce={width:`16`,height:`14`,viewBox:`0 0 16 14`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-bullet-list`};function le(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ce,[...t[0]||=[(0,u.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)]])}var ue=g(se,[[`render`,le]]),de={},fe={class:`icon icon-calendar`,xmlns:`http://www.w3.org/2000/svg`,width:`17`,height:`18`,viewBox:`0 0 17 18`};function pe(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,fe,[...t[0]||=[(0,u.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)]])}var me=g(de,[[`render`,pe]]),he={},ge={class:`icon icon-call`,width:`16`,height:`17`,viewBox:`0 0 16 17`,xmlns:`http://www.w3.org/2000/svg`};function _e(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ge,[...t[0]||=[(0,u.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)]])}var ve=g(he,[[`render`,_e]]),ye={},be={class:`icon icon-call-reject`,width:`16`,height:`17`,viewBox:`0 0 16 17`,xmlns:`http://www.w3.org/2000/svg`};function xe(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,be,[...t[0]||=[(0,u.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)]])}var Se=g(ye,[[`render`,xe]]),Ce={},we={class:`icon icon-card-view`,viewBox:`0 0 24 19`,fill:`red`,xmlns:`http://www.w3.org/2000/svg`};function Te(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,we,[...t[0]||=[(0,u.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)]])}var Ee=g(Ce,[[`render`,Te]]),De={},Oe={xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`10`};function ke(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Oe,[...t[0]||=[(0,u.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)]])}var Ae=g(De,[[`render`,ke]]),je={},Me={class:`icon icon-caret-left`,xmlns:`http://www.w3.org/2000/svg`,width:`6`,height:`10`,viewBox:`0 0 6 10`};function Ne(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Me,[...t[0]||=[(0,u.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)]])}var Pe=g(je,[[`render`,Ne]]),Fe={},Ie={class:`icon icon-caret-right`,xmlns:`http://www.w3.org/2000/svg`,width:`7`,height:`11`,viewBox:`0 0 7 11`};function Le(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Ie,[...t[0]||=[(0,u.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)]])}var Re=g(Fe,[[`render`,Le]]),ze={},Be={class:`icon icon-check`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`13`,viewBox:`0 0 18 13`};function Ve(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Be,[...t[0]||=[(0,u.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)]])}var He=g(ze,[[`render`,Ve]]),Ue={},We={class:`icon icon-clipboard`,viewBox:`0 0 48 48`,height:`48`,width:`48`,xmlns:`http://www.w3.org/2000/svg`};function Ge(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,We,[...t[0]||=[(0,u.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)]])}var Ke=g(Ue,[[`render`,Ge]]),qe={},Je={class:`icon icon-close`,xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`16`,viewBox:`-4 -4 22 22`};function Ye(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Je,[...t[0]||=[(0,u.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)]])}var Xe=g(qe,[[`render`,Ye]]),Ze={},Qe={class:`icon icon-comment`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 18 18`};function $e(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Qe,[...t[0]||=[(0,u.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)]])}var et=g(Ze,[[`render`,$e]]),tt={},nt={class:`icon icon-comment-active`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 18 18`};function rt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,nt,[...t[0]||=[(0,u.createElementVNode)(`g`,{"fill-rule":`nonzero`,fill:`none`},[(0,u.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`}),(0,u.createElementVNode)(`path`,{fill:`#30B451`,d:`M14.5 6.5a3 3 0 1 1 0-6 3 3 0 0 1 0 6z`})],-1)]])}var it=g(tt,[[`render`,rt]]),at={},ot={class:`icon icon-comment-static`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 18 18`};function st(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ot,[...t[0]||=[(0,u.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)]])}var ct=g(at,[[`render`,st]]),lt={},ut={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 dt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ut,[...t[0]||=[(0,u.createElementVNode)(`title`,null,`common-file-empty`,-1),(0,u.createElementVNode)(`g`,null,[(0,u.createElementVNode)(`path`,{d:`M3.023,24c-1.241,0-2.25-1.009-2.25-2.25V2.25C0.773,1.009,1.782,0,3.023,0h15c0.59,0,1.147,0.227,1.571,0.639l2.955,2.883
2
+ c0.431,0.422,0.678,1.009,0.678,1.611V21.75c0,1.241-1.009,2.25-2.25,2.25H3.023z M3.023,1.5c-0.414,0-0.75,0.336-0.75,0.75v19.5
3
+ c0,0.414,0.336,0.75,0.75,0.75h17.954c0.414,0,0.75-0.336,0.75-0.75V5.133c0-0.201-0.082-0.397-0.226-0.537l-2.955-2.883
4
+ C18.406,1.576,18.22,1.5,18.023,1.5H3.023z`})],-1)]])}var ft=g(lt,[[`render`,dt]]),pt={},mt={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 ht(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,mt,[...t[0]||=[(0,u.createElementVNode)(`title`,null,`common-file-warning`,-1),(0,u.createElementVNode)(`g`,null,[(0,u.createElementVNode)(`circle`,{cx:`17.249`,cy:`20.625`,r:`1.125`}),(0,u.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
5
+ C17.999,18.414,17.663,18.75,17.249,18.75z`}),(0,u.createElementVNode)(`path`,{d:`M13.023,24c-1.391,0-2.524-1.132-2.525-2.523c0-0.39,0.092-0.781,0.267-1.131l4.226-8.451
6
+ c0.43-0.861,1.297-1.396,2.262-1.396c0.393,0,0.771,0.089,1.124,0.266c0.486,0.243,0.887,0.644,1.13,1.13l4.226,8.451
7
+ c0.623,1.244,0.117,2.764-1.127,3.386C22.256,23.908,21.865,24,21.475,24H13.023z M17.252,12c-0.392,0-0.744,0.217-0.918,0.567
8
+ l-4.226,8.451c-0.071,0.142-0.109,0.3-0.109,0.459c0,0.565,0.46,1.024,1.024,1.024h8.452c0.158,0,0.317-0.038,0.46-0.109
9
+ 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`}),(0,u.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
10
+ 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
11
+ 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
12
+ 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)]])}var gt=g(pt,[[`render`,ht]]),_t={},vt={xmlns:`http://www.w3.org/2000/svg`,width:`23`,height:`17`,viewBox:`0 0 18 15`,fill:`none`};function yt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,vt,[...t[0]||=[(0,u.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)]])}var bt=g(_t,[[`render`,yt]]),xt={},St={class:`icon icon-copy`,width:`11`,height:`14`,viewBox:`0 0 11 14`,xmlns:`http://www.w3.org/2000/svg`};function Ct(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,St,[...t[0]||=[(0,u.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)]])}var wt=g(xt,[[`render`,Ct]]),Tt={},Et={xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-delete`,width:`16`,height:`20`,viewBox:`0 0 16 20`};function Dt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Et,[...t[0]||=[(0,u.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)]])}var Ot=g(Tt,[[`render`,Dt]]),kt={},At={class:`icon icon-double-check`,xmlns:`http://www.w3.org/2000/svg`,width:`24`,height:`13`,viewBox:`0 0 24 13`};function jt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,At,[...t[0]||=[(0,u.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)]])}var Mt=g(kt,[[`render`,jt]]),Nt={},Pt={viewBox:`0 0 20 20`,height:`20`,width:`20`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-download-link`};function Ft(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Pt,[...t[0]||=[(0,u.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)]])}var It=g(Nt,[[`render`,Ft]]),Lt={},Rt={xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-edit`,width:`18`,height:`18`};function zt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Rt,[...t[0]||=[(0,u.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)]])}var Bt=g(Lt,[[`render`,zt]]),Vt={},Ht={class:`icon icon-end-call`,width:`16`,height:`16`,viewBox:`0 0 16 16`,xmlns:`http://www.w3.org/2000/svg`};function Ut(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Ht,[...t[0]||=[(0,u.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)]])}var Wt=g(Vt,[[`render`,Ut]]),Gt={},Kt={class:`icon icon-error`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 18 18`};function qt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Kt,[...t[0]||=[(0,u.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)]])}var Jt=g(Gt,[[`render`,qt]]),Yt={},Xt={class:`icon icon-external`,width:`18`,height:`18`,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 18 18`};function Zt(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Xt,[...t[0]||=[(0,u.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)]])}var Qt=g(Yt,[[`render`,Zt]]),$t={},en={width:`30px`,height:`30px`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-eye-show`};function tn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,en,[...t[0]||=[(0,u.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)]])}var nn=g($t,[[`render`,tn]]),rn={},an={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 on(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,an,[...t[0]||=[(0,u.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)]])}var sn=g(rn,[[`render`,on]]),cn={},ln={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 un(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ln,[...t[0]||=[(0,u.createElementVNode)(`title`,null,`common-file-empty`,-1),(0,u.createElementVNode)(`g`,null,[(0,u.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.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
14
+ 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
15
+ C18.406,1.576,18.22,1.5,18.023,1.5H3.023z`})],-1)]])}var dn=g(cn,[[`render`,un]]),fn={},pn={class:`icon icon-file-added`,width:`14`,height:`18`,viewBox:`0 0 14 18`,xmlns:`http://www.w3.org/2000/svg`};function mn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,pn,[...t[0]||=[(0,u.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)]])}var hn=g(fn,[[`render`,mn]]),gn={},_n={class:`icon icon-forward`,xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`14`,viewBox:`0 0 16 14`};function vn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,_n,[...t[0]||=[(0,u.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)]])}var yn=g(gn,[[`render`,vn]]),bn={},xn={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 Sn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,xn,[...t[0]||=[(0,u.createElementVNode)(`rect`,{width:`20`,height:`20`,fill:`url(#pattern0)`},null,-1),(0,u.createElementVNode)(`defs`,null,[(0,u.createElementVNode)(`pattern`,{id:`pattern0`,patternContentUnits:`objectBoundingBox`,width:`1`,height:`1`},[(0,u.createElementVNode)(`use`,{"xlink:href":`#image0`,transform:`translate(-0.00125313) scale(0.00250627)`})]),(0,u.createElementVNode)(`image`,{id:`image0`,width:`400`,height:`399`,"xlink:href":`data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAGPEAYAAAAir1rBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAWH5JREFUeNrsvX10VNd9qP0bWZYJxmJEKAYbpAE7iWPAHnBy22BiBtm59Qc1Q+vYvXlXa8nUaRs3RazmTa5Wb4O4vXcpzkoWcr/Sxhcj3751Y/e2DGlMfJtUDLZDGic2Y8COnTgwwnyZYDRgjLEQ0vvH2VuaOcxIM6MzM+fs/Tz/7BnxoTl777PPfmb/fnuHRkZGRkZGBAAAAAAAoOLUUQUAAAAAAFAt6t0/CIVCoVCIigEAsI1jR+++++q5EfVOl7Ey/7eMKlOqTMvsOd/+9uFDaSraJxABAQC1IuQegBAQAAAzyQx89WGRiAwNHXyzsTEmF4aPHZs6dcXIyPDg4CX1MZd4VOxTuMRkp3riJJWgJGkoBAQAEBAAAAieaMTVuxUjF4aPHJ02LS5DQ0eOTJsWkZHhc+cuqfftpxctJA7b1BMpoQQlQwMjIACAgAAAQO1EI6re3a9G8jYZHj71zmVTwjI0tH//9EaR4eF3z1zaYMpVJ1T5eMgRkgQdAQEBAAQEAAC8F42wehdX5To1ckdH/54TWiUyNHTw4BWN1tSOKh9RT65eck0QEABAQAAAoHThiLhEo029D2f9zaGhujqR80M//0XTDJELQ2+fmDKF+tMi4qBXSpJUCQICAAgIAABcLBwbXMKRD0c8Bgf3vjJzpmkhVpVCC8hGhAQBAQAEBAAA4RhfOHIZW/F469jUqdQnQoKAAAACAgAAHgqHZmho/4HpYVG7WVGvCAkCAgAICAAAiDtpXAtHR9n/n7Orlcjg4N49M2dSv9UVkvaQqUntCAgAICAAAEaIR5d6p5PHw5P4H51cj/cHf/LilbNFRoad91ALelW5PmTKeSQICAAgIAAAgRSOuHq3SY2kEc/+f3I9fNnqqtShWj0ICAAAAgIAUEnh0IKxRY2cMc9/DyFXQSKlyvWByx1BQAAAAQEA8LV4dKl3Gyo+ZXt/8Ccvzp4tMjJ87twl9dR/sOh1CUkGAQEAQEAAAIoRjph6t8Xz0KpCXBg+cnTaNJHzg/v3Tw/TDgHvRar0b6gWAgIACAgAQE2FQ8/4N5W9TW75kGxuPklV+mdXLQQEAGoFjzgAsFw84urdgRqIh9YPZ+UD8TCZ2Gg/O3b07ruvnttFlQCAtbACAgCWCUdYvdOhVfEafiJWPiClSr0ykqrab2YFBABqBY86ALBEPLRoHPCBeGj9YOUDoqrczcoIAFgDKyAAYKhwhNW7Lb4Rjmz1YOUDxielysqtjLACAgC1gkceABgmHlo0DvhQPLR+sPIBExFV5Q61MtJBlQCAMbACAgABF46weqfP5/DzRI2VD5gsSVVOfjctVkAAoFbw6AOAgIpHVL3bHQDxcLgwfHJgyhTEAyZDbLTfOysjcaoEAAIHKyAAEDDx6FLvNgTuu1tOOIfK0avK4k9gZwUEABAQAIC8whFR73QyeSxw13Fh+Pgvp04VOT/4s581zaBdoZKkVblmwuR1BAQAagVBAADgU/GIq3e7AyseowIy9NbxqVNpV6gGkdH7hm19AcCvsAICAD4RjrB6t6lmJ5J7zYi8+96lDSLvn9v90qxZtDPUkqQq14yGaLECAgC1ghUQAKixeETVux3GiIdmaOjIkWnTaGfwAzFVHlArIzGqBABqBisgAFAj8dCioVc8wgZdoZ3b7V7asGDBqcxYkv2F4ZMnPzCFpHt/s1GtiHRRFQBQMS7yDQQEAKojHGGXcLQZe70Xhp2DBs8P7t8/PWx++9bVTQ+/f06koWHxwhMnLv7z4eFT71w2ReTC8PHjU6eKXBh66xg5MX4jqco1Re+iBQCAgACAT8Ujqt7pXayixl+3bdvtNjQsvuHECZG6uulXvH+uiAeRvD94Sb3IhaG33rp8qsiF4SNHLudkeL/ctS4RSVIlAOC5gDDUA0CFxCOu3u2wRjz0N/22iIde+ShWPDQhuazhwpBIfX3zvNOnRS5r+NhNbx0Tqa9vbn7ntEiorr5+eJj7qDaER+9bdtECgErBCggAeCwemwJzMrnXnB/6+S+aZtgTYlTqykfxOCshQ0NOKNvQ0MGDVzRyf9WWhCrbCdECgJIhBAsAPBaOsHpnz0pHoQnzuXP/8aM5V9lyzUmZMmX5zYcP6fexyj24VMjW0NDBNxsbySGpLWlVTnzQIQBAIQEhBAsAyhQPPeE8YLF4OFwYPjkwZYptV/14KLesHDpk69L6D10zcDJn5SXs7coLTExk9AsHJ0SrjSoBgNLHdVZAAKA08ehQ7zZxhJlicHD3y7NmiQwPv3vm0gbTrzYtzjff80O5/UKLaKQGAnj8l1OnigwNObuOkcxeC3pVv2hnBgEAF+H2DXZmB4AJhCPsEo42KkYPqCo0yA7x0BRa8XgkVCsxvaRu1q+cPStyScOMpnPnnFCtKxo5CLK6tImzIhJV7b+SXBEAKAjfEQFAAfGIqHc7EI8CXBg6fNi+CW5PgZ/3+uCzObtn1dcvmH8qkx2qdfm084P01+oQVaU+cT1KlQAAAgIAE4lHTL3bbX1ux4QCok76tgMdYpO56E/CTV/80tj5Eb2++cR6d66GhiU3Hj8+ts0vVIPw6DhCrggAICAAUEA89ARBr3iEqZgCDA+/PTDFovM+HIpNNn/EtzkAo+eOTPn4x48dI4m9umxRIrKF3DEAIAkdAPHYQohVidh13sfFSefF9avgrKBdGM49b4Qk9mqQVOUackUALIBteAGsF46wa4KIeJTK8PDbJ+zZdrfcFY3HA/NV1iV1V805c0akoWHJkuPHWRmpDjFV7iZXBMBCEBAAa8QjOvrAd0oe+KWit3u16xvy3ir/u9qhzxtpaFi88MQJckaqQ0SV+lyROFUCgIAAQPDFo230AZ/7wIdSGR5+++QHrDmBOyHlhsb4NSm9VMZyRpYsdVZG2E2rcoRVuVWJSAdVAoCAAEDwxKNLvdtCUvmkcVY8LgzZFHrlVQjVtsBnFYbk8g+cH8zeTeuqq86c4a6oLJtIWgcwGJLQAYwRjvDog9sp26gYj9ChV+cHf/azphnG9ya18tEU8rZ/HjBuBW54+NQ7l00ROT/001dnzCB5vbKkVMkBhwBBhCR0AGPFgwMDKzfRtCn0qrdC/2/CuJrS54xc1vCxm946JnJJ/QdnniN5vUJEVUnSOoAR4ydVABBU8Rh7IOc+oMErRmRw8JL6XkKvPOERg9fWnRPYL63/6EfePiFSV3dF4+Bgj75buZE8JaJKktYBEBAAqKJ4xEcfwLkPZPCollW5JvT+uRd+PHv2TkuCUlMq9Crl+f/sJKWnR3+P6TQ03Lj4l8f7Vb9ZGbLluqtLWJVbOWkdAAEBgMqJR9voAzf3AQzekFTl/JAzYU6o9+ssSYKt1rkdj1sidPeP5AqdFpFebrWKwEnrAEGCJHQA34sHJ5VXlo1KOLpGf+JMZCLq3QFLJjTzVXJvusL92b56zV0B0v1L38+b+EKhIugvENpJWgfwASShA/heOMKIR2VrWZUrLxKPXGKW1IcOvUpX/DflTsQTltRv/KKfOPXdO9oPdTtAJepd54ogeAB+AgEB8JF46Acm4lGZibaD/kY6OcHfX23JN/S1Sg7fZk0oVqE/IUSrGkRVye5ZAH6CECyAmouHfiBuJam8IvSob97XTziy5X5TOmCJgDRVPUQlV7gHrA3FGr8f6i8gyGnwuPepco3q90mqBKAKEIIF4DvxYDerSk0wihWPXOKW1FNCahUb77RLZvRz2EHx/So3RGuJ6r9pbm1vet/ouMvuWQC1AwEBqLp46AfebpJPPSWlypWuXaxKxZbQK7+EQNkSirWi5H6VG6KlRSTBre4pevesDqoCAAEBMFk8CKnwll6XeKRK/h9yQ6/iltRbgs9RVeKu0LNSRSSjyjVKRDYSLO0pm9jGFwABATBJPPQDjQebt6xXwtEeyg3pKX+CaIt4+GVbUkKxysNpvy71TgtJhiHBE9rUFxJb2T0LAAEBCLJ4tFEh3tSqKvVKR4/H/z+hV3yuauBdP3NEJDF6XzhliqHCU1FkG18ABATA18Khz+/YjXh4ip5QLSly+9xyiVlSnwk+V40ntuWGYo0vIimXiCQEvCDqEpEIVQKAgAD4Qzz0Ayr3gQWTo3d0QlXs9qWl4kwo4upd2PD69E/olRs7Q7G8F15yRaohIpwnAoCAANRUPMYeSIiHl3id2zERhF7xOWtB5fsduSIV0WVV7kBEABAQgFqIB+d3eFSrqqxUbsdExCyp5wSf01fEq/abyBWppIjs5jwRAAQEoJLiEXeJR5iKmRQpl3gkq/abc7+5NF0g/Rt6ddGUzqpQLJ0zVj0Bzp8rkhTwgi2ICAACAuCleOgHylbEw6MJca54pGr0Oe4n9IrP7QOqHwKYmyuiRaSXoclTEemiKgAQEIDJiAfnd3hDj/qGe02VcjsmImZJvScDLqqmE6/5J3BEpF2JSDtJ656wgYMNARAQgFLEYxMHB3qKTiZfX/OJTe42mlHD6z2lJpbpwH1yu0KxImrcifhERHrVu5UkrXuCPtiQ5wkAAgKQVzz0A6KDCplcbapSn9vR67PPF7ekHR435JvsnZZ8I++ffumISNIlIimGNk9EhIMNARAQYKrMieUekhqdsNQ2t2MiVljyTWSC6wgU/tsOmqT1ShBTJSICdhMaGRkZGcka9kKhUChEBCgYLRx6wNfiEadiJoWekPglt+Nich/0A4YLiA69WhIy67615bydJt/eR7n3E1/ceHW/asELym51AOXg9g1WQMBC8diBeHhCr4rVX+n7CZNDzDIhNI1thGL5hNyk9fV8ZTkpoqPPpdwcNQCzQUDAQvGIUjGTYuyk8mB9bltOPH/c0AlhwpL7Kzghgo6I9Kh37SSteyIiuzlhHRAQAMQDxiYU7TU6qdwrYoa3U9oVs28OuTlFacPbMR64T8zuWZ729tHnFiICCAhAoMQjinh4Kh4rfbqb1cTYdeJ50pJ+mTB+Apo7jgVNRLQoLmH3LEQEAAEBxAOKJeUSj6BPIGKWtJstORJsyxsMEUmPjiOICCICgICABeIRpmIQjyzMz/1wJnwJ86diTV/80tgKSMbwqw1+v9W7OuXuytbLUOuJiLRRJYCAACAeQabXJR7Bn9jlbrsbM7z9Epb226Th1xd15bKZIsrtiIgnIrIFEQEEBADxCKZ46N2sTBGPXGKWtOM2S7dBZVteM0SknW18JwUiAggIAOIRCIK6jW6p2LLtbtLSfpyw5DpXGNuPc3fPYhtfRAQQEABfiUcc8fCEoG+jWyoxw68v5Ur2tYfcFbuU4VcbN7492cYXEQEEBMBH4qEH0K2IR3m1OPpAD+o2uqXCtrs2YnooVnC35S1PRFKICCICCAhALcVjywg14oV42DZRjTHxtoqEJdcZt6ZFc0VkPtv4IiKAgABUUjyiiMekSLnEw9YHtum5H3pb06T1PT63n2cMv9oV1o2LehtfPa4hIogIICAAFRCPHYgH4uEBMcOvD/HIT8L4fm3atryTE5EEXR4RAQQEwAvxCFMxkxKPjLU14TxQ45ZcLaFX+bHlhPSYtS2ce7DhGs4TQUQAAQFAPKpHL+KRF1tCVBI0tdX1soKV4hwh4WBDRAQQEADEo6LiYfbBgZMlZvj1pVyhKKBhW15EZExE1rNCOCkRoX8BAgKIB7jEg7rIxXlgRtS7qOFXm6TBi8L0ELWIGlcjNHVeEelR7xgvJyciUaoCEBAIqniEEY9J0R5CPIohxsQaskjQ7xGRPCesQ3GMPbcREUBAAPGwUjx6qYqiWMG2u+CMNFZty7uaXJCSRISDDRERQEDAEvFgwEI8qkHM8OtDPKg3G/u91yKSREQQEUBAAPGAsQcg4lEquQ/CiOFXu5MQkrIwPWQt7Mqxg+JEJIWIeCIiYaoEEBCoNYhHeeKxEvGYFDFLrjNBU5dFkvsAEBFEBBAQMGoKPfDVh0W2IB6TEo8UVTIpTM/9SKuJUpqmLnWK1PTFL4mkR+vRbMgF8VZEGJeLI4qIAAICtRKPNioE8aghMcOvL0kTe0KC+wAQEUQEEBBAPBAPKI/c3A/TH3Rsu+sN5ufQOOMzIuKNiGQQkUmJyCZW5AABAa8ebB2CeJRCGvGoKHFLrjNJU1OPJYCAICJ+oE19UbQFEQEEBMoVDy0cfKNRHPoBtQTxqCim536kXBMgKBfnPsxYIiIrGKcREUQEEBAwQTwYOEoTD73iwcSxssQMv74kTVwRTA/FitHEiIiPRaSDqgAEBAqJRxTxQDx8ifMAs2WCRe4HYjeZcTxOUyMiPmSTSlJvoyoAAQG3eOxAPBAPH2O+gOSe2Axe4dynttQroVjVEhGnXBKyRXC9YQsiAggI4uEWjzAVg3gwsaoZTGCqQwJRhwqwhhWRktArIlGqAgEBe8RDi8YWxAPxYGLlG3YSekU9e0DUNc5DpSE0qxx0/9yBiCAgYI947OAEc8QjENiV+5GkwalnhB0RsVxEEGcEBAxkK+JRnK6pcg3iwUSqihMXBKTiU52c7bFNv6/JBUFEEBFAQKBWU+mcE8xjVEhR4qFXPNJUCROpKoB4UO+IOyICDlFEBAGB4IuHPkCwjQopSTx4QDCRqibkflDvlZnIkQuCiARfRDgIGQGBAImHFo4OKgTxCCTkfgD17vVEDvwpIhkqZlw4UR0BgQCJBzcq4mEC5gsIuR+1wa5ckBgNjogYJCJtVAUCAv4Rj6h6x1JlcaxBPAIBuR9AO3AfmS4iKUSkJDjIEAEBH4kHBwkWR3vIrhORg07M8Osj94N24D4CRKQ8OMgQAYEaiEd49JsAxKMU8eilKnwOuR9AO1TquYGIBFNEID963sNBhggIVBEOEkQ8TMb8fk3uh0+mMOSCgO9FpB0RKUpEtrBtLwIClSD3PA/EY3w2Ih6BhtwPoF24r8ARkV5EpCj0vGgH/RwBAe/Eo0u9a6NCxqVXfaPZRVUEmpjh10fuB+1SywkaICJm93O27UVAYNLioYVjAzdSUeLBwBxUcmN4w4ZfbZIG9yUpw68v7Nq8BIItIj1UyLjobXu7qAoEBIoXD/2AwODHJ4F4GIX5EyNyP3w6Nbdqd7wYDW7EOLJePfd6qZBx2cC2vQgIFC8exDCOT0qViIdZkPsBtBP3GZQmIu2ISFFsYbcsBAQuFo/w6A3ilGEqZlzx0CeYZ6gSo4hZ0n/B35ALAkEWEcaZ8WHbXgQEstjK7lbjaxriYSi52yZGmNiCD0gafn0R9cVXhKY2kpWIyLjo5w3b9iIgtk6pc7bVjVEhiIfF2NL/kzS136cm5IJAgHFWQjKISFFEVbmVkEQExCbx6FDv2qiQosSDAdRsTI9JT7kmBhCUdjObG5l4WSEiOjSL8aeQiLNtLwJigXjE1btNdPRxWY94WEWUiSz4kKTxEy+wQUT0+LMSERkXvW1vG1WBgJgkHnqChWGPTzsnmFuJ6RMhcj9oN8Qf/CIiaxiPxkXnhiDoCEigxSPsEo8wFZOXjYiHZdg1wCdp8ECSsuQ5xUTLLhHR4xHb2I/PViUiEaoCAQlmB3bKKFWRF32CeRdVYSWm3xcZ9cBP09QBwxmXdLuZ3n4IiJ0i0qverUdE8o8CLhEJUyUIiM+nHANffXgsx4OBPT9JTjAH4eBBCAYpw6+PZHS7RaRHveulQvISVSUh9AiIr8WjTb3roELGfZATgwrZA7upvEw/NwLTc0FiNDEiknWQYYIKyUtchQ53URUeERoZGRkZyfK6UCgUCvHYLFE89ERqN4acv5ZUOZ/zPCwndyl7wPD7ZWUoN+YaLqa1tbu72AmwHmfDFf5MY+31+3/QEtn1w6j8xl1Xznpl36aR5uYPfGAgI9Lc/IEpAydNaws9PqfplozPIrKDEPJxWaPGd4StWC7yDQRkMuKhb9QDJJmPKx6c5wHZD7i4emfuAVDOgynII2lra3d3RL2OuP7MLQzTJ5ioxIzv14tvaGw8elRkemN9/XvnRJqbPzB14KQjKpmMyOLFjY1HjqifZ0QWL7ri8qNH/DehcsZpJlSM09kior9YjVAxBeY3ubuMQbECUk+VTIYdiEdRDzRuTMgmavj11bK/5xOHsKveCwlDjK5ZJnv3nD49Z07Oj07K/OLFZfGiKxqPHBFZfvOMGQfSIsuXz2jav7/aKy06JyvBV5CWow8ydEREh0wz38lF14PetleLSIaqKRIEpFTnzUkyj1IhedHneSSpChhnomMqXvT77NCkiQTCLRwQNHHR5RNPHD50001jf97c/IGpAwMid626ctarrzqCsn+/yF13zvqVV1/liwGohoikCogI5N43OkmdHNdiIQSrJPFoc3U0yKVH7W7Ftn6QH+dBNmD4N2ntobFtLltbu7ujLpGIFRAJ998DyM/08KUN594X+cxnrr7qxZ+I/OHvt7T8YNfkV0yc8ZsZAIw3fjMPGp+NavzvoipckANSlnjoiQFLkPnpZVtdKOLBFVHvDhj74LrzrvfOffqetLz00oWhK6+M0PBQVZYvnzFj/wGR//qla6/99++PhXKVxhJCZ6GI8VxHgnRQIXkhSX0iAWEb3nHFQ4vGVsQjL/oBxYoHFEPM2Cs7fXpELmsQxANqyvPPnzy5YL7Iqt944YUHHxRZ9Rsv/PjBz4ocPPjeuaYZxf4vUSoSxsWZWOvnfi8VkpctnKQ+AQjIBB3IKelAuaRVuZJtdaEEzD3wbN++4eGZM2lh8KeQfHLFrh/+8R+LfONv+9+8eflE/2oFoTVQAlpEUlRFDmFVcpI6AlIkzspHl3oXp0Jya0eVaxAPKIOosVe264cXhq6eSwuDPzmVOT845TKRzs6fvrrqLpH/53d2v/w7vyty6vTQ0JQp9tyn4C25uz6tDOXOEyD3ftqE2CMg44lHTL3bQEfJSzuxwTAJYsZe2SuvsgICweHp77x17PqPOiFan/2sW0QQEEBEvKfNlcQP1gtI/lwPyGU9B1RBiTi7P639vV+//b98psP4q92168Lw1XNodQgWevtft4g8/PBf/mVbW4eIPLa5vz9CRUEJIpIanTdQI/nYpEKyEH3OARERdrcqhN7dqoeqgCyx0BOSqKvUseOx0b995oxIQ4O5tfHmoRFpbBQ5lRkZvmwKvQPMEJHFi1aunDNHh4xsUiKSUX9bTzB3umL/kyLywNqWlgwVioh8+/ChXr37oeonRJbkzjM5wNBaAeFAwfFIsa2ulWIRdgmFFokbXWJRvKgvWlhX98vj5tbaK/suDBF6BaaJyN49zz7XFBYR+dStg4MiIg0NDQ1h17gQyzOhfGxzf396HFF5YG1LS5KKtkpEupSItKiftlExOc9Zew8wtE5AHPGIq3cd3AM56AfHSsTDSMEoJBZRqZSIL7y+ru7ECXNrdd8r5H6AiQycHMiIiOx87rlnHRG59bZi/23EVcZHcgVFXIKiheTl0Nj7B9a2tKRpBqPQIVlRvvjNIa4ErUMJW481V27NQYSOeOgBcTchV7m1MyoeJJkHUSzCLoHQgnFxSFS1OXZ02rS/+mtza/83f+u9c2viIrt2XRi6+mp6I5jKDTcsXiQicsPixTdU+7lUSFCSNEvAyN2O9gDzsALzsNxcGnOw9iR0R0B21HxC5k/07la9VIUvBSPiEgt3SFTUd5960aK6uhNvi3z/e1Onfutb5rbORz767tkH15IDArZw11133C4i0hQu/mDDSqNFRE/YdrpEJUOz+VJE9HNrN7khOaRcImJO/3X7hvEhWLnneiAeuWxEPHwhGNEJBCMSuKtauOiSepNDr0g+Bzv5yYsvvSRSWkhWpYm5yg5XyFdqAkFJ06xVRn/D74iIzjXdgoiIyMXnhpibi2vsCkjuuR476Ng5JFSS+RpyPWoiGCvKTuoOCn/+55dNee45kQd/79L6l/eY16rPPDM0tGCBSFv7uXN33kEvB9tYtuzXfk1EZMH8BQuCfi1aQJIISo1wREQLSBsVksMatRKSCPyVGL8CknuuB0adS0pMN2oEwx+Ynny+64cXhq++it4PtrJnz949pghIRHInvm2uFZS06/npFpQU3WGSOBPs9pDatpdQ+Rz0dr0pJSLmCHG9qQ2WO7DYTmZUPJyVjwxVgmBUlGXLLqk7fMTc69u3j92vwGbOnHn3rIjIW8ePHxcRuXLWrFmmXmvEVcYLCEqygKCk6S4loSMzSFLPvX59UPYSY75ANiYEy1n56FDvNrHy4bqhOcl8PMEYfbAgGJNkXnNd3TvviPz4R1OnPv6/zb3O2XPOnPmjh2hv4I6fO1dEZMUnb7mF2sgPglIqJKmPx8aQPl8laBi3Cxbb647fUR3x6LK4DvLtIrUi8EnefuWOO+vr9x8Q2bJ5ypTt2827Pp18/vGPv3vmd3+H9gZwuPfT99wj4hxYSG2UJyiJAoKSsVxE2tQ7QupzWRK47XoNzQHZinjkkBR7xCP7HIxCghGlS1QJ03M/OPkcIB+HDh86JGJGTki1iaiyQ5cFdvHaZt05KM4Eu1eJyAr10za6jJr3OvWyJLDb9QZWQHK312WC6ZBWpYm7W2XnYsQLiAbUmmWfuKT+8CFzr4+TzwHy8eYhBKRS6OeePkF8g+SeKJ9QpbnJ8blJ6pykniuuG1R9rA/cvC9wAuKIR9RV8aDFI7hJ5uOFSmnhCNPEPmdec13dO2fMvb5du9j9CiCPgBw8dIhaqA36+ThRcvw2Q0K79BeshNw7dKgVop0StO16A5MDkru97g4MOIcgnWTe2trdrQVjNaFShjA9HKp7/5zI6z+9fOqjm829Tk4+BxiPFSucZPR5c53kdPAvKZeYJCQoKyfOhDvmmg/ajhbK+b4NyQp4DsgGxCOHXvGfeORbyVjNrlKGs/D6uroTb5t7fZx8DlAMAwMDJxGQYKDnUe7QLj1xTahyp0tQaj+xdSbYSSUiG0O580Nb0fMqnazv/1B83wtI7onmHYwZOd9c1DLmLzsn435WMixn0SKSz6HSpF1ltSdqYZpgQvS5IBD8iWybLtXzfYsSlKT6+baa55zo7Whzk9RjlrdfXNVH3PchWb4VEE40z1srqqzGgYL5dpdaTU4G5GXhwkuMFhCSz4shWUAY+l1flKRc41n23+/r6+xM+/gas8dFLSYRV2nz5hhvHXsLATEc3a9jBXJO9IR3Z8gRk2pNgDnAMBd9gnrStyFZPl8B2cCJ5jmsV+Lh5TcN4x3EF6fKoSjmzQ3VnT5t7vW98qrJAuIWAv3+VCj/nwdBFCpFX19nZ6aAcI0Syh1f9Ti6ziIxGcg4oVhN4aYZjI92oOcRHbocyQ3p0vfLNs9DuvQE25lwaxHZQUiWEpFcQfMPvktCz93lihMwHXSuR/skWibfNraryakBTzh2dNq0v/prc6/v47969uz9vyvy5sHh4Suu8Nunc4uDFgO98pB2/TzlmkhD9Wht7e5uc00MTIRkdCgWPW497hKT8r/gcESkS71jt1QtILUOyfL9SeiOgOxmYpxzY64sIeQqX25G3PUNBYA3LFrkJJ9//3tTp37rW+Zd3+nTI3JZg8iHP/LumQcfrPZ9rx/AL+cRib6+zs4kHTDQIqIFpM3A67vhhsWLRERuWLz4BlobJjMOJrMEpbRcE0dEdnBeWM7zo3YHF/p2FywOFsypDVWOl+uRvbRPbgbUhnnNdUaHXu3b50XoVdL1AOgPXfxzW0OabOYR1Q/aDPyGdiAzkKGFYTJEXaUO6dLjZKJIMSE3xCGiSv8cXFhzAXHEQ1fMOpbKRERkY1auB6IB/mXh9YbvfpU39yPlEoqXEQookb6+zk49vqddEwQTGBw8P0grQyUn0h0TisnsOY6YkBuSjT64cNvodsbWCojDFut3LXjqqSNHo9G0fPb39+y5774bR0RaW0UGEA3wNYsWmi0gt912SV06vT70Z3/W17d9ew8NDhUg4ZpQmcDASVZAwC9iMnuOc5/9yz8//4M/+nxSli07ceKll2KW19cmNe9eUrOVkLpa/WJn5SOu3tnTEZ5//uTAggUin3to7yv33CPSMv/fd2zoEiUe+gZqQzwgEJgegjU/Uld36nSKhoYK8nLIvGsaHBxkBQR8Jia/+VvLb/6rv4zJK69OD3/oWtvrJapWQjpq9gmqvgKSe77HJmOXwvbue+fdOVeJPPGPhw/dtFTk6e+8dfz660UOHnzvbFMTQwKYgekhWLVeogYbSBt8be+effeMiMjlUy+fRkuDP1i3bumS//anIv/yz8//4KHPizQ2nh88c8bW2tigzgvprXpyeo1WQDpcZhpcDh5871zTDJFv/G3/mzcvF7nhxp3PffGLIp/85A+e/+PPi3zjb9Lpm29GPMAs9O5XTAwBJoPpu5mdOfPuWVoZ/MW+fdMbP/Rhka99/brr1rbbXhthVVZ/QaBqKyC5yebB25f51OmhoSlTRJ7+zlu/XLjIWdlYulTk+edPnlwwnxsa7ML00CuHFA0NAGAo3/zmNfPv+22RZZ84cWL3yyK33370yLPP2lobbSok6/GqrfxXOQQrOAcv6VyNJ/7x8JGlS0We3n78+MJFIqcy5wenXMaNC3ZjeuiVg4mx+eBf9AM/ZtA1vfuuDm2ZNYsWBn+ybr0TkvXjZf924jdfIiRLjUcVf/5VPATLWfmI+XZg1Ssb7hCqVb/xwgsPPijyxBOHD910E+IBNpJSZa8q29WAtCT0hT9paHjhhV5Lrh8AyuPMmXfPUAvgb05lLq2fNm1MROwmplZC2ir+m6q0AuKfZHP3yoYWDAB7yLgm2Dtd51ikxIlNz4zzf9x999VzI4bXU5quAjAp9uzZu29jyDkRvWd0guMQVeUKTqoGX/Dd7XNm33KLyJNPNTffeafIffcePLh9u621oVdCeiu2ElIxAXFWPtpcA00VjdaVs/GNv+tP37xMZO+e06fnzOFGAxsmzkmXYGixSHn0e8ydMDgxsCm6ElQRfZ/GDNwd8oG1LS0Z9TrhKiVrgvPY5v7+qGt80YKifx6hq0BF+fKGxYs71oksW3bixO6XRObNPXv26DHbaiGiVkK61POwKzgCkmtQlUfvRvXEPx4+fNNSkW/8bf/Bm5cTOgUmkppAMNIV+83OgBSxpH4BoPqiknLdhz0uQYlMIChRqhEmxWhIlmu7XjtZp7bp7fF8m17PBSR35aNyExUtHF95+I1f3NpKKBWYRD6x0D+fKDSqGpguIGm6IIBntOgvIj0I5XhgbUuLvj97dekSlHABQYkhKFASu3bNnLlkqcij/+uaa++7V+TB3/vFG08+ZVst6PupQ5Vd/hUQB+9XPnTuxlcefuONW29j+1swSTC0WCQD8vlNf4Cz+xWAd0Sq+LvyhnohKDApvvb16z6ydq2TE/L0dlt3yfJ+JcQzAfF65QPhAATDr4QNb78UXRjASBAUKB33LllbNv/oR/+107Za0PdFhyq7/CMgDuWvfOzd9867c64S6ez86aurViEcEIQJaiHRyBh+/StGzL6+DF0cAEFBUCAHvUvWM8/MueqWW2w9uNC7lZBJC0i5Kx96l6rOzp++vmoVORzgJ9IuwdhmmWBMRNjYK6vWCbAAYKqgRCYQlAjVGPQpuNUHF+rnf4cqu2onINqIiv2bX3n4jV/cdhu7VEEtyUwgGGmqaFyihosnAEC5gqLHkV5dFhCUeAFBCVONPkeHZH3t69ddt7Zd5L9v3Lvnkb+0rRbuV/22q+ycybIFJPeE88ITEh1a9bmH9u759D2cwwHVRAuGDpFKiLfnYNiDHdvvIiAAUC1B6dGlS1D0vEqXq0cmmmdBbfjmN6+Zf99vi9z+60ePPPcD59yQl16y5eojoyemO5EDvdUTEIfCKx/f+Nv+N29ernI67qKjQiUnjFo0CJWq9IBjNogpANRaUJKu51pXKDf3JK5KQrv8wpc3LF687vMi3//ejh33t9t29feXfWJ6yQLirHxEXDfCWE7H5x7a+8qn7xV5+jtvHbv+o3RM8IJCgsGEsbpEDb++frbfBQCfiklGve6Viyd8+U6QX+0SFKgU+/ZNb/zQh0WefKq5+c47ne16t2+35epjaiUkqlZCip+XlbkC0naReKz6jRd+/NnPEmIF5ZCeQDQyVJEvCBt+fQgtAARVUFKucaxngpWTuCXjevX48obFizvWidxx+9Fjzz5rW3K6XglJFf1FXn25vwjxgPIneNvIyQgkNxq+/W6aJoYaYur21ozvtRWTjHrdq0v1/G2X3JWT+9lOeJLYnZzepsr1Rf+LogXECb3SHTKCeMA4JFyikRR2lzKBsLFX5iwd0z8BKjAtI7TR14KiBTFV5G5dcaptAnRy+oMP/uKNp/5JZN7cs2ePHjN/fuCEYsXV8zThnYBoQ+7809deX7UK8bCbTB7R6Ovr7ExQNUYTNfS6UjQtAECOmKTV6x5dhvIfxLiakK4CfO3r131k7VqRRza9tPt//E9brlr3h8SEXzwULSDf+/4v3/7IdXH5xt+k0zffTMeyg7RLNB4PETJlM6Y+WDI0LQBAUWKScc0LEq6QLi0i7hWTiHW19eS3nKT0zz74iwNPPimy8PpTmZ+/YfpV6/aeeDuwCQVEh17dcOPO51bfHeH+MxItFElEA3LQu1uYzU5CRADBB/BEUNxisl7y55rYIyZ/9meLF3asE/mXf37+Bw993vxxzJk3xFQoVrJ8AVl607PPfeELMTl48L2zTU3cXmaIxuOuJPA0VQNMjABqSpQqAIPFRM8/UtaJya5dM2cuWeqUS5facmChDsVKhsoWkP37z5794AfXjXADIRrAxMhMkjQxQMWfRwB2i8mT/9Q87847bBGQ2IR/YxwBaW3t7o4aZ6JmkXaJRi+iARUgTBUAQJlkqAJATGQsJ+QLf/La65s3m747VjSrvbLbsygByW5g8IdoJLKEgxwNqBYtxo4DE8WoAlSW1tbu7hjVAOC5mLSp92HfXcWjj15z7b2fNv+ckN//gzd+8a1v3T/yd3+b3V5FCwgDY3XJFBANJkhQSyJUAQAABFBM4urn/tku+Mmnmufdtcp8AZk16/3Bt98u7BETCEiUfl1RtGjoczR6qRKAqoHYA1SeFFUANRQTPc9KqHNM9EndWkTcJ8BXHn1i+pNPOSFZ99178OD27ebVfsOlw8NDQ9FSBIQlYe9Jq/IRksIhgDAeAHB/lUNfX2dnhiYGHwmJ7o+9ugzlnvze5hKTSMU+zTP/d86cWz5proCMnXvy2Ob+fj3OJccTEBGSTieL7tiEUAH4F87/AACA7JPfu3QZyp04u3NLJs++fdMbP3StLXV8sVcUEJAo/bEodId9xLULVYaqgUDjHCQUoSIAKo6pmzzwHAQTxCSpXiddIVxaRNaVvFJy3287Kx5/vnHvKz2PmFt7ixadOv2zn7m9IjGRgEB+ElnCwcoGmI7pApKiiYH7jPsLoAQh0WLdo8tQbrL7utGckunh80NnzojcfvvRI88+a8v2u2M0Np4fPHOm8J8jIC6mhy9tOPe+yF13zpr1yj6R9vZ5c194oUc+/rHw9IMHN4bCTV/8Et/sAJgA9zEAAHghJgkVOZAM7dkTDl933aaRSOTds4cOtU04EbcV6wVEC8cf/kFL8w+eF/nDP4y0PP+8yPTG+vpz5/Tf6lBl20hm4KsPj+V4PKKEJE1PAgOJGn593LfgB2LcXwABxBEO/ZxcN5ojcsMNmcxrr1E/CEhZwlGIsEtIOpSQJF1CkqBngQGEjb0y5wBCJkgAlaOfTR7AINHQz8O4SziiVFABXnl1eni8JPsCAmLug1mLx3/90rXXfP/7Xv2vMV0qIdH19/hocjorJQAA4NDa2t3NxAXAv8IRdYmGFo8wFVQkpzKX1l/RWNgr6mwTkKe3Hz9+/fWV/i0RVW5QHfeAEpMdqmyjZ0IAMHV3niRNCz7A9IlMiiaGAIhGWJUdqtytnnu7XdvuIh6l8uahqVNnzy7sFdatgOzdc/r0nDkiBw++d65phkhz8wemDJys1m+P6VKJyCb1PqHKx1UIFxMk8AMRqgCgYkQNv74MTQw+FI64ene/a2UDvOaVV6aHP3RNYa/IswJixwndT/zj4cM3La31p9BGrQ1br5DoFZNNqmQiCABgFmHDry9NE0MNRSOqyi0jTjmghGMr4lEldu2a+cGlS0VyD3ocY4Ik9KQqY+YJyBOHjyxd6nUuiFdo4ejQpRKRlHqvc0sS5JYAlAwnoIMfMDXEUcSWLzLBH6Lh4F7RiFBBNeL06Usbpk1TJ71/OFnw700gICljBeTgwffONjWJPPHE4aM3fUzkM5+5es6LP/H7p9Y3WlTdaJskdxcut5hkuBPAg/4GAN7DBAmgeNHQ90vcJRw8p/zGd5+ZM/uWW9weUbKA6G8KO4z9puYbf9efvnlZUASkEFoQY6qdtigxSaifb0NMoAzCVAEAgl8iSZoWEA2LefTRa66579NujyhZQMwfSHRS+vPPnxxYsEBk+fIZTfv3m3J1+gaOIyYATJAAwQdANKAi7No1c+bSpTr0auLn7TgC0tfX2ZkRZ7/ylJjeMb7y8Btv3HqbyHeW/6eP7/+m6d2kkJgkC4hJmjsLAGDS2HD+BzlWkC0aUde8YzWiYShf+/p1H1nbrt+lxEk+z5QjINno3IKosaFYzz9/8uSC+aauhBRLTJeuHJOUqx8gJgAA5RGmCsBg0SAZ3DYe/V/XXHvfvc4KyJLR3WW3TfhFRJECkrSmIj/30N5999wjsuflFZ/86lfpWEo8JVdAtZhoAUmMCoojJimqLNAPEh4YAJUjZvj1Mf6b/XzQYrGaE8It581DU6fOma1WPta6/zQx4b8vQkD6+jo7U2JLKFYwd8eqFXqi2qFLtV1wxtUBtykxSVBlgWpXJkgA3jN9xOzry9DEgRaMiEuUV3NuBuSgt9ltb//VX/1Kt8ipzKX106bpP02LE3o18XO2vrRfa34olqbzT197bdUqkbtWXfkrr+wTmd5YX3/uHB2vOMKqbNOlEhO3Ge8kpAuqyuw53/724UNMkKCWRA2+tr6+zs4kTRwI0dD9MO4SjSgVBOOKR1v7r3784W53srnmkaJzwEoUED1x3GR8RZ/KnB+ccpnIN76R7l++3K8HFgYVPeDFC+Sa6AeYXjnhgQYAphChCqAKghFW72IuwYjRD6Es8fjN31p+81//ZSHxcHuCpwKiTzZtbe3uTrgmkubyla+88catt4p85r9cffWLL4k0N39gysBJOmRliLpKd0jXmJjo96ycAAAC4geSNG1NRCM6gWgAlIfO8dChVhOLxwNrW1qKn4/Vl/exdChWfMSWhuj809deX7VK5B/+fsmNf/+/6ZjVJewS3rF+x8oJAPgfG7bfhcoIRngCwYhQUeApzzwz56pbbhFZt37pkv/2p+4cj4m8oHjKEJC+vs7OhBpQ09bcAE9/561j139U5Ontx6+6/nqRu+6c9SuvvkpH9QdRV1lo5YScEwCoFaY/Jzn/Y3KioZ9fcVWuYCUDqoIOsdLC8d3tc2bfckux/zotzspHouTfWz+5j71RDThb7FkJ6fzpa6tWjZ0TQnK6nwm7BvR4gW2EtaC4Q7syVCEAeETU8OtjvBxfMCITCEaYioKqos/v0NvoFrfS4eaRsr94mKSAaOPZZM0NpLfpJTndBPQDoU2XhHYBQIVoMfyLupTlghGeQDAi3AJQU3btmjlz6VKRL29YvHjd5yfK6Sj2C4fesj/PJASkr6+zMyNOKJY2oA3WrITo5PS77rpy9iuviixedMXlR4/Qwc0i6io7XNsJaxHZ6Vo5QVAAwI3pE9C0JYIRKyAYUbo4+FI4vvb16z6ytt19UvlkeSTkhF5laiEg2fSocp0qw9Y08Oce2rvn0/eIPLdz2Sf+4i/o8HahHzwx9SDaIOPnnmhBSVF1ANaOFyaid8lEMABqhftk8ie/1dx8551e/5aMa95fPh4IiN0rIXv3nD49Z47IVx5+4xe33UZIFmQLeFyXrtAuBAXADlpbu7sjhl+j/8crBANMRK9wPLr5mmvu/XSpyePlMvmVDw8FJBttRPathHBeCHgvKKkCgpKkCgECg+kCkkYwAKqA3h73m49eM/++T3sdUjURGdc8f/J4KCB2r4RoPvfQ3r333CPynX/9Tx9/9JvcMDAZQdEPTneIlyZ5kaBocWEXLwC/YPrE9+WKb7+bu4uUWzCiCAYYhd4W97vPOCsaOofjzYNTp865qlafyruVjwoISDbakOxbCXn++ZMnF8wnJAuqwcWCMvpdRd5dvF4u8gT5FFUL4Bmm736V9kgwohMIRoSuBEaiczceffSaa+/9tMiTTzXPu2tVudviek3GNa/3jgoISPZKiD4nZJN1KyHskgW1J+oqxRXqlXYJh7OScvhQSs6de/4HV8+lBgG8uw/tE5D8oVFRl2DE6CJgFTqU6sl/ap535x3Vyt0ol42er3xoQiMjIyMjWXoQCoVCIU8XVFtbu7sPjNj6DcbiGxobjx5llywIFmYLyMrQ7Dnf/vbhQ0kaGipMa2t394B6/oWNu7pjR6dN+6u/XhLKFYkbOf8CQMZWNp580tmN6smnHOGobShVKV8sPLC2pWW+Z0bg9o366lzIenUBW61bCWGXLAAAG8VDT7yDJx7zmuvq3nlHZNGiurpfnhBZ9olL6g8fEll4fV3diRMiy5ZdUnd4dEV/9wjtDSDy5FNKNJ5snnfXHdVOEq/UvL1yVEFA+vo6OxNqQE6qn8Ws65g6JGv5zTNm7N8vsnz5jKb9+7lhwZ+E6qZMuTAkMjJ87twl9aZdXYQGBiv72fRwqO79c0ogjmYJhRKMRYuc942NIXl/kBYEyMcrr04Pf+hatRvVfWMhVf7I2ZgsSXFWPhIV/01Vnlq0K6M6YO03Jp97aO++e+4Ree65mz/xF38hMr2xvv7cOW5o8JmAyGVThoZERgQBASiPWNXFYuH1dXUn3h5boVi00BGKhYsuqT9xQmTe3JCcPk3LABRDsEOoyqXyKx81EBB9Umpra3d3j/pZh3Ud+uDB9842NYl0dv709VWrRP7mrxcv/D//hxsdoHqM7koUoi6gCv2sbHQo1Ly5obrTpxELgEqgt7198qnm5rtUCNWdd4js2ze98UMftqUWesRZ+UhV7TfW6LtNvTtW3Nrk9CeeOHzopptEYis+OOONN9Jy771XzUmlIowE4Avq6i6fen5IZHj4VOYy464uSgNDTfvZokXOSsW85rq606cJhQKoHhnp67ty9id+LSN//w+RltWrIz7fhary9ZE7L68eVdgFqxCtrd3dcfV664jtN0Q8Pnv23r0rQ71bojc+8YR+cK1W9RJnzICqMjR08M3GRpGhoYMHr2g09Sqb1G5YGRocJkXudrNR+fKG9wc/uXzHyMKFl9SpFYqcFQwAqNbEOqHKbaHZc+Krd/0gpd7vNnZ3utJYE6pWzsdFvlE7AckWkR3sBy4iznkMfX2dnUtGW8A5r0HfIHHEBKrC8PDbA1OmiAwO/vTVD840d+B1BCRBg8M4YqGfSxFXuWIk/88BoLaiUWhcf2xzfz/zTYekOOKxsmoz/hptwzsROjnddiONKiHrUiLSpU6s1jdYry5DiAlUlvp685cl9f2SIBcEoUAoAIwRjXzi0SWIR3Y9ttf8ueeDFRBNa2t3d4d6vYl9xUVEZGXIEZFk6V1s4KsPFxaTMFULRWHHiejz1YMsTYMHSiTcoqAnFtPVeBcVhAIgaKQLiEayjP/rsc39/Xpc2MG8UkTGTjbvqvpv9mEIVj4R2e16gNhuqvOViGQm/z/miMkKl5jwgIZc3h/8yYuzZ5t6HogmNSr85ITUQiT0OB92iYS4xin951EqDsCYcXdbSAuHM/6mPPi/H9vc36/HiwPkeozW9wNrW1qW1GyG79MQLDfukCxb0TeMTtKffKyeE9Klv1nQoSfrlZjoB7sWktWIoOWYfR6IuCa0B0acCbG+Px4JefdANFEcCglBIYFw13eYigQwHj2e7nSJRrrCv3cr4pF3Xu2j+YX/VkA0OhdCRGQDS2ci4iydObkh1cIRk4hrYkGuiS3YsRvWhHeBKlOuB6n75xnxm7Dk5jy4ibhKTUuB7dERBwAoND5q0dArGkmp/opydq4H88axeWNtQq7cBCAEK5+IEJKVS/m5IZURFC0ihHSZhh27YVWLtKssl7AwHgJAdUm5BCPhoy9cyPXI3161DbkyRED0g3Y3HSvnG4clobET5n32CXNCuvTAsJrt7wLH0FBdnci5c//xozlXURsAAGbPK5Iu0UiKfzfpINejMEtC1T7Z3EAByRaRLvWapbUxw809N8T3Q1zO9sGFxCRC0/qMwcHdL8+aJTI8/O6ZSxuoDwCA4M4bckWj/F2m/CAgRMjk4p+QK4MEJFtEOEgmlx4lIusDf55B/pWTFeSc1Jihof0HpodFhoaOHJk2jfoAAPDpU1SVCVW6k78zBlzjY5v7+/VxDR00+ahY+ivkylABiajXu1lyy6FdhWT1mju0Dnz14cIrJ1G6QIUgFwQAwE8kVekOlUoZfM2Pbe7vj6vXW4mEyRHOlb4LuTJQQLJFRJsvBxde3BH7+jo7U/Zced6T4VcQ2uUx7w86uSAjw05uCAAAVIKUSzR2lnDyt4niEVWvd/DFcw7rlXj0+P6TGiQg2SKylRCdvAPXSs8OMDRDUPQAFisgKAxoE3F+6Oe/aJohcmHorWNTp1IfAADlkb5IMJzSpFApL8Qj7BKPKNUy2m8eWNvSsjIwM/aAHERYKvqAlRhmnHODblH1sSZk+63qHMCYcglaT2h8QWHXLjf19VdddeYMAgIAMD5aIBIuwfDzrlJ+ZAvikbdfBX9eZ8AKiKa1tbs75jJlcKj+AYbG3fI5uSe6XGGtoLArFgAwEXSEIr9gpKiisuFAwcKsUSFXicB9cgNDsPKJCLsjFO64fX2dnQmqAkGZFBeGj/9y6lSR84M/+1nTDNofABAM8EI84uo1Sea59IgjHsHd7dQCAckWEfaHzj+g2pekjqBUhvcHf/Li7NkiI8Pnzl1STzsDQFBIqzKFYPhCPPQ8jSTzXFJZ87YH1ra0ZAJ7JZYJCB164g5Nkrr/BCVaQFD813+Hh0+9c9kUkcHBvXtmsj0vAPhOMJIFBCNNFflCPMKueVqUanFmBS7xCL4QWyQg2SLSpl5vYUkvh4Q4AkKSejAERQ/MWkhu9M02w+eHfvr6B2eKXBh6+8SUKbQXAFSa1ASCkaGKAiEg7GKan3YlHr3GXJGFApItIlpA2ujbOfSIKSep2y0oWkC0qKxwfaMUq+AncM4FeX/wJy9eOZtzQgCg7NHMJRYvu8QiSRUZIR5d6jVJ5rkkxBEP874YtlxAwuo1S32Fjdvsk9QRlfFCvfT7SPkDjLz73qUNIu+f2/3SrFnUNwC4SRUQjBS5F1aIR5t6TURKLmlVLgl8rkfZAmI6odCtt37lK1GXiITp+zksIUndakGJuASlkKgUvm/YJQvA1gmUfm7sdIlFkiqyWjyYd0007xoZaX+gudmeeZeFAqJXeMgNGWcaqsr5JKnDOKLiFpQbLwr5QkQATHkeXCwWDuRcwHjioUXjAOKRl7FcD+vm4/YKiIbckMLoBwy7ZcHkROVfv3PwzXvuWTfyqdsOHvzhf3CfAdSS06dH5LIGkX37hodnzhTZ9cMLQ1fP1X/aK1/4k4aGF17YGGK3KJi8eBDynp9eccSjfXRGatt8nJ37RUREJ19HuVFy0PWgD3ZsJ0kdSiLc9MUvOSL72Oavf31n6L7fnvnB7dvbRh7Z9NLu//E/qR+AaojFK6867/ftGx7+lZkibx4cHr7iikL/y87Q1772zDNb/wXxgMmwiflUXlKueae9sAIyCueGTEyPsFsWlEd2DPDukWXLTpzY/ZJI75Yf/fhLnSKNjecHz5yhlgDyoQXizYPDw42NIvteUYKx68Lw1VepP/+gyKnMyPBlk94GmxxAmMw436Ves7tVLhlVFj7XgxAsawUkW0Ti6vVWbqC8sFsWTOYBNTbiTA+fHzpzRkSviNx++9Ejzz5LLYHZuFcqRgXjTSUY+0YFY+jqq6v5yfr6OjtDfMEEZYzrbeo1ObWF503jn+uBgFgvINkiopcQO7h38sI3ZVDOg2qH6wDFMe648+ixZ58V+e8b9+595BGReXPPnj16jFqDYKBXJN48NDLc2OgIxRWNeX4+bghUrUgqAVmJgEAJ43lUvSZyJD894ojHxJEjCAgCkkdECk+Y7CajypWICJTwwCpe7O/77YMHt28X+cKfvPb65s0ICdRifEvJv35naOjaa6Py+uvDwzNmhAMiFOVMlAixhWLH8Yh6vRvxKCj0D6xtaSle6ElChzzoEyn1jRahSnIGnC0jjqixWxYUg97Gs2PCofbJbzU333nnWKlzR+677+CbT39X5I7bnRUTckhgYlIusdD9MC25ZSrPtrKtrX/0kOlTg52IBxQhHvq5vxXxGPeLizXcTwjIZNET6tbW7m63iIBDVJV6pWgJNx4UMREsnV27Zs5csnSs/HL4/NCZdY6YvPSSyO2/fvTos8+NiQorJiY+2N0i8XIBkUjL5LeRzd6chPsSYEw8olRFXlYae5K51xCCVdYDqU29JtkqP71K3Ni2Fwrx2Ob+/oGKf4M2r/ns2aNHlJCkRBYtPPXOz38usvD6U5mfvzEmLlDNCW7GJQr9oUKC4QhELSfGra3d3R3q9SZDx/uMGq+bGK9hnPGa89LGZ+Ik84kgBAsmQO/+1Nra3b1CuCHz0abqJzNCTDFMPCGNVew3vHlw6tQ5V4k8ebC5ec5VIk9OICrz5p49e+yYyLJlJ95+affYny/7hCMw+f6+OSssaVfpplCITvKiCW3txcFLbjR8SpBkKIJxxKOLec649MpkxcNWWAGZNK2t3d27WZKc8JsBtu2FQg828/aLb2196/gPd6XliX/44Q//5P+t/UqgIwRMNMsb3w8Ynvu3UY3PXTQ3ZI3PWjiI9MhPSomHdyHnrIBAGawkSX1cdJJ6Wj3omAiByNg3rxuMu7K+vitnfWJZRGbPia/e9QP9oMrQ5IESj7DYMZ4zHkO2eMQQj3HJuOZ9UC51VMHkpxpjuz6tccUyQy5bR+xK6oTxSVlynfT3YBLjPgSLxCOa9ZyGwpBkjoD4UkT0QE7OQ37CqtyhRCRClVhL9gBu+gQoRnMjjj4VD7ZNRzyyn8vZz2nIRSeZI+wIiK9FpFe97qE6xhURvSLCgGc3pg/oK/hGkXbjvgPEI5D0CEnmCEgARUSvhCSojrxEswZARMReXjZ8xTBGE9NuPoSDB+1mB5vnjEtCiQcRLQhIoNG74KSoinFFZBPfFFtJ0oJrzI6xBv/CwYNg+ji0BfEo6r7gHDMEJPCQpF48bWoCwO4b9pAdU2v6fRGjuWknH5CR3JxFsEs82qiOgveFFg+SzBEQ40QkrV6zfVtxItJFVViF6RMickFoJ+4zqLZ4dAjiUQwrSTJHQGwQkVSWaUNhNqjcEAZOOzA9Jj1KEweCGPcZGCAe+rlJaPP4sLsVAmKliPSq1z1Ux7hsQUSsIGn49UXUxCBCU/uO7G3Bw9xnYIB4EMo8Pj3C7lYICCIyulsWN0JxIhKlKowkZcl1xmhq2qWGzxsExEzx0M9FVjzGJyHsboWAwEWsZ7esotiBiBiHTQcTkgtCuyD44LV4cJ5Hcf2f0HcEBFxk75alk9TTVEtewoiI0SQNv74YTUy7cF8B4lEVsudV7G6FgECRIsK2vcWJCCeqm4XpSbIRyT2JGGpHdu5HhPsKAiAeetzYgnggHggIVEpEUi4RgcITOhFOVDeFlCXXGaOpfUHUkutM0tRGiAcnmBcHu1shIOCBiCSzbiiYeCKBiASXB9a2tKTV67Th10ouCO1QDdKSu7IOiIcN4pGgKhAQ8E5EetXrHqoDEbGApOHXF6OJaQfuI5iArYhHUfQI2+oiIFBxEWHb3tJEhG0Jg4kNBxOSC1Ibsr+YiHIfgc94bHN/v87xiFEd49IrbKuLgEDVRaSdbXuLok1NODiYKVgkLblOJhjUO/cRuMWjjeoYFz3vQTwQEKghKxERRMQwyAUB6n1ypMX5oipNUyMeBooHu1shIFBj2LYXEbHlgWMqMZqYeq8ASZoY8TCI7HkO4oGAgM9EJJ31zQAiUryIkCPib8gFAa8g9wP8Ih5tgniUIh56xSNNlSAg4F8RSWV9UwAT06EmJjwI/EnSkuuM0dTUM/eNNeLBCnxxrOE8DwQEgici+gHE+SHFsWUEEfEb2Q+ejOHXSi4I9ewFaSH3A/EIPvo8D0QaAYEAi0gvIoKIGIDpD6IYTVwV4twngHj4lvUhzvNAQMBYEeHGRkSCCLkgUC6trd3dEfU6wn0CiIfv6BVHPHqoCgQEzBWRdg4yREQCSNKS64zT1BUhxn0CiIdvxYMIDQQELBQRHliIiN8hFwSo1/FJC7kfiEdwSCEeCAjAGg4yREQChOnCHKOJqVfuC8TDYPEQGTsuABAQsJTsgww5UR0RCQLbDH9wRdTEJkJTTxpyPwDx8J94cJAgICAwrogwQCAifiRpyXXGaGpPiHNfAOJRM/Q8ghPMAQEBRAQRCSzZJ+GmDb/W1UxwPIHcD0A8aicenGAOCAiULCIpRAQR8TFJw68vRhNTj9wHiEfAxSNFlQACAl6JCJQmIpt4cFUE02Pew2oCFKWpS6a1tbs7mlWP3AdQqnh0IB5lsQbxAAQEKiUibJtXGh1qQsSDzFuSllxnjKYui7gl15mgqT0VDz1O88VRabQr8UhSFYCAQKVEpBcRKYs2RMQzyAWBiTA99yMluTl74I14tFEdZYlHL1UBCAggIoiITSQMv74YTVw0ra3d3WFL6i1JcyMeiAcgIICIiGxERMoSka0juRMnKA0bYuAf29zfH6epETbL+j3i4T96BPEABAR8JiJd6jUDU2noieUORKQskpZc5wpWzKgnC/u9V8IRVuVuxKMsepV4rEd8AQEBv4qIDslCREojioiUTPbBVilLRBXsrqekkPtRqnjocTV7nIXSxINQa0BAABFBRCAP2wx/QEbUhCpCU19Ea2t3dySrnkyG0CvEA/EABAQAEam4iBwYyT3XAPKTtOQ6YzR1XuKWXGeCph5XPPQ4uRvxQDwAAQHIFhEeoKURVuUORKQg2fvPZwy/VrblzY/puR8ZyT2PCfKLh17xiFAtJZFCPAABAdPRAxwP0smJSIwqyUvS8Ouj3fMTp18jHlnjJBQvHiIiKxEPQEDAZLKTJ1ciIp6ISBtVkoPpMfJhNfFCRJz+H7fkWrcxQcwRDz3u7UY8Ji0e2Zt5ACAggIhAUWxBRHJIWHKdhGI5sO2uneLBQa6IByAgAIiIj0Rkk8UP5gfWtrSk1eu04dcao8uLiPmhV2k1TqYtbuPHNvf3dyEeiAcgIACIiH/pEEdEbH9QJw2/vqjYuy2vTdvuJiwXDz2ObUA8EA9AQAAQEf/TpiZqWy09T8SWmPm4pf3bluu26dyP7BPLt3BiOeIBCAgAIhL8iZptBxsmLbnOFZZ+M2zDdff1dXYmLBIPPU4hHogHICAAiIghRF0iEjX4WrMfvKaLSNyiPpwt0KZfty3iEXGJR1QA8QAEBMDHIpKgWhCRIrAhFOuxzf39tohIzJLrNDn0ihPLvSOJeAACAlA9Eenr6+xcox7QvVRLWYRdItJm+APadGzZlteW60wYLsocHDg5esURDsQDEBCAGglJOyLiiYiYeJ7IA2tbWlLqddrwdoxZ0l/jhl9fWszbdjf7/I6tiIcn4tHOwZSAgAAgIiahRcS0bXyThrdbRHJDW0wiO1TQ9IlrwjDx0OcScX4H4gGAgAAiAhPSJmMiYsLuWWzLG2zut2QCG+Tcj3zb6HYwlCIeAAgI2Cgi6xm4Jy0iIsHfxjdpSXuZmiMRs2TcSgRYPPQ4kT1uQHlsDCEegIAABPqB3qNeM5BPjqgqdwdw96zsJM2EBe1kygnp2SeeRw1vt6CKR9QlHqa3U6VpV+LRRVUAAgJghoj0IiKeEMmacLS2dnfHAvb5dxKKxXX4kCCFCD62ub8/hnhURDx6qQpAQADsEJEM1VIWYZeItAXkcycsaR9TQrFs2XY3GRDxaHOJR5ihEPEAKJnQyMjIyIhFe1OEQqFQiO+/YZTsUCIeqN7QK7k5OH6dSB1Q7R0xvD2aAnhOQHau0YDhT6iUul+W+Px+2URSuSfo+3CNui+TVAmIiIht83FWQMBy+vo6O1Pq9UpWRDyhTU0g/Z60nrCkPeJ8bl/jxwlo9m5WWxEPT8VjJeIBgIAAjCciaaplUsRUqUUk4rPP97gla6FBDWGyJfTKT/0we/MCvSJsiwhWSzxSVAmAEIIFUIDsb+5JsvT2Qbwm5Ahf0icTrgFLQu+CEIplU+hVWpz7YH7IH/dB1DXemX4/VJpU1nj3wNqWljRVAuNCCBYAqImBnqjpFZEU1TIpsoXOT0nrCUvqPxaQzxm3pD38IuD6PtyNeHgqHisRDwAEBMBLEUlQLZ6gT1jfUuPvfLYRisXntKzfZZ9UvsWi71yrIZQrA7jpA0D1IQQLoCyyJ85tVIcnpLIe4NniV+mJWFi9Nj3kJyPOxKgp5O/7yvSQuIw4/bua7ZDdz3VSeYwhxxN6hRPLwQsIwQKAIsjeZraH6vCEqCqredK6TSekh9VENO5T8YiL2eKhSVbxd2XnduxGPBAPAAQEwBwRWa8eQDyIvCGiymrnihCKxecypZ/lOzAwwtDiCfrgQMZ7AAQEwBci0iu5IpKhWiZFWJU6V2RThSeoCUvqNc7nqimV7GfZBwZuIam8IuLRS1UAeAA5IAAVgRPWK0dSlWsqkCvy2Ob+/t2WbLustwdN1Pg+0eKx1fAnUUKc/rom5G1/DbvqL8YQ4QkZ132SpEqgopADAgAewMGGlUNPsA5UKFeEAwrt/ByVZqfH4qH7PbkdlREPTiwHQEAAjBCRJZwn4inhrAmYl7kiCUvqL87nqCpe9Kt853ZEGAo8QY/L8zmxHKAKEIIFUFWyT3omZKIy9Kpy/SRCtAjFqvx9oCfSpp9DkRKnHy4JldcP9XixiW2/KyoenN8BtYUQLACoIHpC3NfX2alDs3qpFk/RE7QdkwzRIhTLzN9bbR4vUzwiWf0Y8fCeXnGEYwniAYCAANgoJHrXrPWszXlK1CUi8RL/fcIiYcv+pr2SZK8Axi2p31L6UfY5LbaswFWbjWyjC4CAAMCYiPSo1zwYvUVPeLeWsJ3vA2tbWtLqdcqSeoob9ntqTUrd1+kixUP3y63smlcR9Da6XVQFAAICABeLSK96vYTzRCpChzgiopPXIxP8fUKxgvl7as14/UaHWGXnGnVwa3qKHjdXcn4HAAICAMWLSCrrASrC7lleE1Xl7glCtBKW1EdcKheKlS16cUvqM1FAPOJZ/S67H4I3pF3ikaRKABAQAEBE/IaecGeHaOlcBRtDsdoqKDg2kJKLQ68IsapOvYs4K8dsowuAgACARyKSkdztPHuplorQoUr3Llq2hGLdPxKs/9dvPB4aOyiQEKvKo8dBttEFQEAAoApCwu5ZlSWaJSLP/N9/+7eWEXuuO3sb2MmQLXBRC+ru9l//z/9Z95MdhFhVlOzdrBAPAAQEAKosIj3qdTtJ6xUhLCInTpw40SEiO5979lkRkcHBwUHTr3udR8Jlw8pH04ymsIjIzJkzZ3Zk9RvwjkzWOMduVgAICAD4RER61euViEjFePPgoUMiIolt3/62iMibh5z3JhL36P9ps6BfXLNgwQLujsqKB7tZASAgAOBjEUmp1/NJWq8YegVk505nReQnL774k+yfm0BEcndtKoXsXcXCFvSHBfPnIyAekz2OkVQOgIAAQEBEJKNeryRpveK89trrPxMR2f7d724XEXnr+PHjplxbuSFUNoRezWueO1dEpKGhoYG7wBt6s8YtcjsATCU0MjIyMjJi0QWHQqEQKbtgLa2t3d0d6vWmEeqj0txww+JFIiI3LF58Q9CvpamICWH2eR8HLOhfy5b92q+JiCyYTwjWZNlIbgdYjW3zcVZAAKwiO2l9DbkiFWfPnr37RESeVisjA5mBk0G9lrYi/17covade7WzAgKlk8kahxAPANtAQACsFZGEes0Bh5Vn4ORARkTk6ae/+4xIMHNGit0Va50F3+Fdc62z4kHoVemks8adB9a2tCSoEgAEBADsE5GUS0SYEFSeIOaMRMRJSo/l+bPspPOIBe3HykfpJFXJSeUAgIAAwKiIZFSpQ7M2ki1Vcc6cefesiMj3vvf974uI/PBH//EfIv5eGSmUXG5D0vm0aZdPFRGZNxcBKZYecYSDpHIAGIMkdAAYh+xvtreokSJMtVQcHdrzsY8tXSrizyTn+SGR/+8fnnhCv7ch6fy66z7yYRGRj91008fopfnRgrGeczsASoAkdACAUcgVqQ16BWTXLmdF5Hv//u/fF/FXEnubq7SBj370uuvonflJZ40TiAcAICAA4ImIpFwikqBaqsZbx946LjKWxF7rUK3BwcFBnWxuQ9J504ymsIjI5VMvn0ZvzEWPA+R2AEDxEIIFAJOAc0Vqiw7V0qFB1TpvZP+B/ftFxlZoTIfzPi6GczsAvIQQLACAosk+V2Ql54pUHb0Cos8bSWzblsgWhEqxZ8/ePTYJHrtejd3XKxEPAEBAAMAvIpJUr+eTK1Iz9K5aemXCayHR/4/+PaYzr9kRD5vP+9D3sQ6xSnKbAcCkIQQLACpIa2t3tw7N6qA6ao7eRvaGG5xQLf3NfrETbC00tgjIXXfdcbuISFO4aYZtfaVHHOFYzxMToApYNx9HQACgOiISV6/Zztc/aPFYsGB+RETkmmucHAf3hNu2nA+ddH7XHXfcaUtfyKiynRPKARAQBAQBATBNRCLq9VY18kSpFt+hV0rmqgP3Dh06dEjEnpUPm5LOUy7xSNH9ARAQBAQBATBdSAjRAr+gV4Tiq+++O/u9ifTIyEj7A83NhFgBQPUhCR0AakhfX2enngCtYRctqDE6FM1E8dD31ZoQuR0AgIAAAOScuK530UpSLVBlTDzpPKXKJeR2AIBvIAQLAHxMa2t3d5d6vYGDDqFC6O12V3zylltMuaaJDwq07fkPAP6BFRAA8DF9fZ2degK1RH11kKZawGOu+0jwVz70fcFBgQCAgAAAeCQiKZeI9FItMEn0drtXzpo1K6jXkMi6LzgoEACCASFYABBgOF8EJkMQt9vNqHLy53UQggUAtYIVEAAIMPmS1xNUC0yAPuckSOKRVCXJ5AAQfFgBAQADaW3t7u5QrzewMgIugrDykVGlTibv8fw3sAICALWCFRAAMJC+vs5OPWFbwra+oAjCykcyq99WRjwAAGoNKyAAYBGsjNiNH1c+MqrcWHXhYAUEAGoFKyAAYBGsjNiJH1c+kln9kJUOALALVkAAANhNy3D8sPKRUeV6JRy9Na8VVkAAoFawAgIAkHc3rV6qJfBcOfvKWbUWj+x+5Q/xAACoNayAAAAUpLW1uzumXuuVkQjVEhg+9anbbhOp7kGDaVW2+/5gQFZAAAABQUAAIBBC0qVeryNUy7dcc62z4vGJX3VCrypJRpWPKOHoCkwtISAAUCsIwQIAKJq+vs5OPcFcQqiW72hoaGgQEblpydKllf5diax+ECzxAACoNayAAABMmuxQLb29b4xqqTorVtxyi4jIvLlz53r9f6dUud73oVXFwgoIACAgCAgAGCUkbS4hiVAtFaMSIVdpVW40NnkcAQEABAQBAQCEBEqiaUZTWETkU7feepvIWAhWOWRU+Yg1IVUICAAgIAgIAFghImH1ukOVJLOXjhaN+Oq77y5XPLKFQ0SkRxzxyFhTiwgIACAgCAgAWC0mbeo1KyQTi8enPnVrq4hIU7hpRrH/Nq3Kx60VDgQEABAQBAQAoAghuZ+kdpk27fKpImNJ5sWIhxaOjRwAiIAAAAKCgAAAlC4kUfVah2zF1fuwwdc9r9nZzUonl48XaqUF43FjdqlCQAAAAUFAAAB8JCRaPLSImLBSolc6brrppo+J5N9ON5UlGlo87A6lQkAAAAFBQAAAaigmEZeYrHCtmPhROK677rrrREQWzJ+/QMRZ6Uiqv7NNjdgJJRppmhkBAQAEBAEBAAiOoMTU65hLUKLqfbgCv1dvl3vlrFmzREQaGxsbkyLy4Q996MMp9Xd2qpE5KaxoICAAgIAgIAAA1giKFpCo689iRfx7fSDg0NDQUFpEPnnz8uVp9WdpYQUDAQEAsFJAAAAAAACgdtRRBQAAAAAAUC3+/wEAWqSPG/h9+3cAAAAASUVORK5CYII=`})],-1)]])}var Cn=g(bn,[[`render`,Sn]]),wn={},Tn={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 En(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Tn,[...t[0]||=[(0,u.createElementVNode)(`g`,{transform:`matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)`},[(0,u.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`}),(0,u.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)]])}var Dn=g(wn,[[`render`,En]]),On={},kn={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 An(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,kn,[...t[0]||=[(0,u.createElementVNode)(`title`,null,`image-file-landscape`,-1),(0,u.createElementVNode)(`g`,null,[(0,u.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
16
+ 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
17
+ 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
18
+ C18.406,1.576,18.22,1.5,18.023,1.5H3.023z`}),(0,u.createElementVNode)(`path`,{d:`M8.273,10.5c-1.654,0-3-1.346-3-3s1.346-3,3-3s3,1.346,3,3S9.927,10.5,8.273,10.5z M8.273,6c-0.827,0-1.5,0.673-1.5,1.5
19
+ S7.446,9,8.273,9s1.5-0.673,1.5-1.5S9.1,6,8.273,6z`}),(0,u.createElementVNode)(`path`,{d:`M18.813,18.95c-0.252,0-0.485-0.125-0.625-0.334l-3.925-5.888c-0.049-0.073-0.131-0.117-0.219-0.117
20
+ c-0.051,0-0.101,0.015-0.144,0.043c-0.027,0.018-0.05,0.041-0.069,0.068l-2.692,3.846c-0.118,0.169-0.303,0.283-0.508,0.312
21
+ c-0.037,0.005-0.072,0.008-0.106,0.008c-0.171,0-0.338-0.059-0.47-0.165l-1.668-1.338c-0.047-0.037-0.102-0.057-0.161-0.057
22
+ c-0.01,0-0.02,0.001-0.03,0.002c-0.071,0.008-0.131,0.041-0.175,0.096l-2.125,3.19c-0.139,0.209-0.373,0.334-0.625,0.334
23
+ c-0.148,0-0.292-0.043-0.415-0.125c-0.344-0.229-0.438-0.696-0.209-1.04l2.111-3.171c0.028-0.042,0.059-0.085,0.093-0.127
24
+ c0.293-0.366,0.713-0.597,1.18-0.648c0.066-0.007,0.132-0.011,0.198-0.011c0.401,0,0.78,0.134,1.096,0.387l1.044,0.837l2.232-3.189
25
+ c0.126-0.181,0.284-0.335,0.468-0.458c0.289-0.193,0.625-0.294,0.973-0.294c0.593,0,1.142,0.294,1.469,0.786l3.925,5.887
26
+ c0.111,0.167,0.151,0.367,0.112,0.563c-0.04,0.197-0.153,0.366-0.32,0.477C19.105,18.906,18.961,18.95,18.813,18.95L18.813,18.95z`})],-1)]])}var jn=g(On,[[`render`,An]]),Mn={},Nn={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-image-file-warning`};function Pn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Nn,[...t[0]||=[(0,u.createStaticVNode)(`<title>image-file-warning</title><g><circle cx="17.249" cy="20.625" r="1.125"></circle><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
27
+ C17.999,18.414,17.663,18.75,17.249,18.75z"></path><path d="M13.023,24c-1.391,0-2.524-1.132-2.525-2.523c0-0.39,0.092-0.781,0.267-1.131l4.226-8.451
28
+ c0.43-0.861,1.297-1.396,2.262-1.396c0.393,0,0.771,0.089,1.124,0.266c0.486,0.243,0.887,0.644,1.13,1.13l4.226,8.451
29
+ c0.623,1.244,0.117,2.764-1.127,3.386C22.256,23.908,21.865,24,21.475,24H13.023z M17.252,12c-0.392,0-0.744,0.217-0.918,0.567
30
+ l-4.226,8.451c-0.071,0.142-0.109,0.3-0.109,0.459c0,0.565,0.46,1.024,1.024,1.024h8.452c0.158,0,0.317-0.038,0.46-0.109
31
+ 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"></path><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
32
+ 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
33
+ 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
34
+ c0,0.414,0.336,0.75,0.75,0.75h5.25c0.414,0,0.75,0.336,0.75,0.75S7.913,21,7.499,21H2.249z"></path><circle cx="5.249" cy="6" r="1.125"></circle><path d="M3.749,15c-0.26,0-0.498-0.132-0.636-0.352c-0.138-0.221-0.153-0.492-0.038-0.726l1.937-3.981
35
+ c0.015-0.03,0.031-0.058,0.049-0.085c0.025-0.038,0.051-0.073,0.078-0.107C5.426,9.39,5.853,9.186,6.311,9.186
36
+ c0.339,0,0.672,0.117,0.937,0.329l0.608,0.487l1.541-2.197C9.505,7.651,9.639,7.52,9.796,7.416c0.246-0.163,0.532-0.25,0.828-0.25
37
+ c0.504,0,0.972,0.25,1.25,0.669l1.618,2.588c0.219,0.351,0.112,0.814-0.239,1.033c-0.12,0.075-0.257,0.114-0.397,0.114
38
+ c-0.26,0-0.498-0.132-0.636-0.352l-1.606-2.57l-1.988,2.87c-0.118,0.169-0.304,0.283-0.508,0.312
39
+ c-0.036,0.005-0.071,0.007-0.106,0.007c-0.17,0-0.337-0.059-0.469-0.165L6.316,10.69L4.948,13.5h4.801
40
+ c0.414,0,0.75,0.336,0.75,0.75S10.163,15,9.749,15H3.749z"></path></g>`,2)]])}var Fn=g(Mn,[[`render`,Pn]]),In={},Ln={xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`16`,fill:`currentColor`,class:`bi bi-inbox`,viewBox:`0 0 16 16`};function Rn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Ln,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438zM3.809 3.563A1.5 1.5 0 0 1 4.981 3h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374z`},null,-1)]])}var zn=g(In,[[`render`,Rn]]),Bn={},Vn={class:`icon icon-info`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`18`,viewBox:`0 0 18 18`};function Hn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Vn,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M9 18A9 9 0 1 1 9 0a9 9 0 0 1 0 18zm.498-4V6.075H8.143V14h1.355zM8.033 3.973c0 .22.067.403.201.55.134.146.333.22.597.22.264 0 .464-.074.6-.22a.774.774 0 0 0 .206-.55.8.8 0 0 0-.205-.556c-.137-.152-.337-.228-.6-.228-.265 0-.464.076-.598.228a.809.809 0 0 0-.201.556z`},null,-1)]])}var Un=g(Bn,[[`render`,Hn]]),Wn={},Gn={xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 20 20`,class:`icon-info-circle`};function Kn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Gn,[...t[0]||=[(0,u.createStaticVNode)(`<g transform="matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"><path stroke-linecap="round" stroke-linejoin="round" d="M14.25 16.5H13.5C13.1022 16.5 12.7206 16.342 12.4393 16.0607C12.158 15.7794 12 15.3978 12 15V11.25C12 11.0511 11.921 10.8603 11.7803 10.7197C11.6397 10.579 11.4489 10.5 11.25 10.5H10.5"></path><path d="M11.625 7.5C11.4179 7.5 11.25 7.33211 11.25 7.125C11.25 6.91789 11.4179 6.75 11.625 6.75"></path><path d="M11.625 7.5C11.8321 7.5 12 7.33211 12 7.125C12 6.91789 11.8321 6.75 11.625 6.75"></path><path stroke-linecap="round" stroke-linejoin="round" d="M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z"></path></g>`,1)]])}var qn=g(Wn,[[`render`,Kn]]),Jn={},Yn={width:`12`,height:`14`,viewBox:`0 0 12 14`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-italic`};function Xn(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Yn,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M12 0.75C12 1.1875 11.6562 1.5 11.25 1.5H9.125L4.53125 12.5H7.25C7.65625 12.5 8 12.8438 8 13.25C8 13.6875 7.65625 14 7.25 14H0.75C0.3125 14 0 13.6875 0 13.25C0 12.8438 0.3125 12.5 0.75 12.5H2.9375L7.53125 1.5H4.75C4.3125 1.5 4 1.1875 4 0.75C4 0.34375 4.3125 0 4.75 0H11.25C11.6562 0 12 0.34375 12 0.75Z`},null,-1)]])}var Zn=g(Jn,[[`render`,Xn]]),Qn={},$n={class:`icon icon-list-view`,width:`20`,height:`19`,viewBox:`0 0 20 19`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`};function er(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,$n,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M0 2.625V16.375C0 17.4297 0.820312 18.25 1.875 18.25H18.125C19.1406 18.25 20 17.4297 20 16.375V2.625C20 1.60938 19.1406 0.75 18.125 0.75H1.875C0.820312 0.75 0 1.60938 0 2.625ZM18.4375 11.375H7.69531V7.625H18.4375V11.375ZM18.4375 12.9375V16.2188C18.4375 16.4922 18.2031 16.6875 17.9688 16.6875H7.69531V12.9375H18.4375ZM1.5625 7.625H6.13281V11.375H1.5625V7.625ZM7.69531 6.0625V2.3125H17.9688C18.2031 2.3125 18.4375 2.54688 18.4375 2.78125V6.0625H7.69531ZM6.13281 2.3125V6.0625H1.5625V2.78125C1.5625 2.54688 1.75781 2.3125 2.03125 2.3125H6.13281ZM1.5625 12.9375H6.13281V16.6875H2.03125C1.75781 16.6875 1.5625 16.4922 1.5625 16.2188V12.9375Z`,fill:`#394156`},null,-1)]])}var tr=g(Qn,[[`render`,er]]),nr={},rr={class:`icon icon-lock`,width:`13`,height:`18`,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 13 18`};function ir(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,rr,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M5.75 12.8a1.5 1.5 0 1 1 1.5 0v.7a.75.75 0 1 1-1.5 0v-.7zm-3.5-6.55V4.5a4.25 4.25 0 1 1 8.5 0v1.75H11c.966 0 1.75.784 1.75 1.75v8A1.75 1.75 0 0 1 11 17.75H2A1.75 1.75 0 0 1 .25 16V8c0-.966.784-1.75 1.75-1.75h.25zm1.5 0h5.5V4.5a2.75 2.75 0 1 0-5.5 0v1.75zM2 7.75a.25.25 0 0 0-.25.25v8c0 .138.112.25.25.25h9a.25.25 0 0 0 .25-.25V8a.25.25 0 0 0-.25-.25H2z`},null,-1)]])}var ar=g(nr,[[`render`,ir]]),or={},sr={width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`};function cr(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,sr,[...t[0]||=[(0,u.createElementVNode)(`circle`,{cx:`6`,cy:`6`,r:`6`,fill:`#F65139`},null,-1)]])}var lr=g(or,[[`render`,cr]]),ur={},dr={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`,class:`icon-luscii-logo`,viewBox:`0 0 283.46 283.46`,style:{"enable-background":`new 0 0 283.46 283.46`},"xml:space":`preserve`};function fr(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,dr,[...t[0]||=[(0,u.createStaticVNode)(`<g><path class="st0" d="M182.51,146.67l34.45-34.45l-0.02-0.01c4.39-4.3,7.13-10.28,7.13-16.91c0-13.07-10.6-23.67-23.67-23.67
41
+ c-7.19,0-13.61,3.22-17.95,8.27c-4.34-5.06-10.77-8.27-17.95-8.27c-13.07,0-23.67,10.6-23.67,23.67c0,6.36,2.51,12.13,6.58,16.38
42
+ L182.51,146.67z"></path><g><path class="st1" d="M182.52,146.67C182.52,146.66,182.53,146.66,182.52,146.67l-0.07-0.08
43
+ C182.48,146.61,182.5,146.64,182.52,146.67z"></path><linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="0.1062" y1="200.7396" x2="182.5212" y2="200.7396"><stop offset="0" style="stop-color:#9AD0BC;"></stop><stop offset="3.045450e-03" style="stop-color:#9AD0BC;"></stop><stop offset="0.9441" style="stop-color:#61BBA1;"></stop><stop offset="1" style="stop-color:#61BBA1;"></stop></linearGradient><path class="st2" d="M182.52,146.67c-0.02-0.03-0.04-0.05-0.07-0.08l-28.65-28.57c-28.32,22.4-64.09,35.82-103,35.82
44
+ c-17.69,0-34.71-2.79-50.7-7.9c2.22,76.33,64.76,137.54,141.63,137.54c3.2,0,6.36-0.14,9.51-0.35
45
+ c-2.36-11.16-3.63-22.73-3.63-34.59C147.61,210.13,160.66,174.81,182.52,146.67z"></path><path class="st3" d="M152.09,116.3l-4.64-4.63c-4.08-4.25-6.58-10.02-6.58-16.38c0-13.07,10.6-23.67,23.67-23.67
46
+ c2.26,0,4.42,0.35,6.49,0.94c-12.8-21.48-20.92-46.08-22.88-72.4c-2.12-0.09-4.25-0.16-6.4-0.16C83.01,0,32.63,35.71,11.12,86.6
47
+ c12.72-3.12,26-4.8,39.68-4.8C88.95,81.79,124.04,94.7,152.09,116.3z"></path><path class="st4" d="M153.81,118.01l-1.72-1.71C124.04,94.7,88.95,81.79,50.81,81.79c-13.68,0-26.96,1.69-39.68,4.8
48
+ C3.96,103.55,0,122.18,0,141.73c0,1.41,0.07,2.8,0.11,4.2c15.99,5.12,33.02,7.9,50.7,7.9
49
+ C89.72,153.83,125.49,140.42,153.81,118.01z"></path><path class="st5" d="M200.44,71.63c13.07,0,23.67,10.6,23.67,23.67c0,6.63-2.73,12.62-7.13,16.91l0.02,0.01l-5.09,5.09
50
+ c17.75-13.81,38.33-24.15,60.78-29.87c-11.79-28.41-32.56-52.14-58.77-67.68c-3.73,19-10.7,36.83-20.31,52.91
51
+ C195.76,72.01,198.05,71.63,200.44,71.63z"></path><path class="st6" d="M182.48,79.9c2.9-3.38,6.74-5.91,11.11-7.23c9.61-16.08,16.58-33.91,20.31-52.91
52
+ C194.48,8.24,172.09,1.23,148.13,0.16c1.97,26.33,10.08,50.92,22.88,72.4C175.53,73.86,179.51,76.43,182.48,79.9z"></path><path class="st7" d="M182.54,146.67L182.54,146.67c-0.01-0.01-0.01,0-0.02,0c21.62,28.06,34.51,63.19,34.51,101.35
53
+ c0,4.78-0.25,9.5-0.64,14.18c37.8-23.48,63.72-64.24,66.74-111.25c-26.87-5.02-51.45-16.5-72.1-32.78L182.54,146.67z"></path><path class="st8" d="M182.52,146.67c-21.86,28.14-34.91,63.46-34.91,101.86c0,11.86,1.27,23.43,3.63,34.59
54
+ c23.8-1.58,46-9.02,65.15-20.91c0.4-4.68,0.64-9.4,0.64-14.18C217.04,209.86,204.14,174.73,182.52,146.67z"></path><path class="st9" d="M272.67,87.44c-22.45,5.72-43.03,16.06-60.78,29.87l-0.86,0.86c20.64,16.28,45.23,27.76,72.1,32.78
55
55
  c0.2-3.05,0.33-6.12,0.33-9.22C283.46,122.5,279.61,104.17,272.67,87.44z"></path></g></g>`,1)]])}var pr=g(ur,[[`render`,fr]]),mr={},hr={class:`icon icon-luscii-open luscii-open`,width:`14`,height:`12`,viewBox:`0 0 14 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`};function gr(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,hr,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M7 0.5L13.5 11.5H0.5L7 0.5Z`,fill:`#FF8800`},null,-1)]])}var _r=g(mr,[[`render`,gr]]),vr={},yr={width:`24`,height:`24`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`};function br(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,yr,[...t[0]||=[(0,u.createElementVNode)(`circle`,{cx:`12`,cy:`12`,r:`6`,fill:`#FF6266`},null,-1),(0,u.createElementVNode)(`circle`,{cx:`14.5`,cy:`9.5`,r:`1.5`,fill:`white`,"fill-opacity":`0.1`},null,-1)]])}var xr=g(vr,[[`render`,br]]),Sr={},Cr={width:`24`,height:`24`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`};function wr(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Cr,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M4.92892 13.4142C4.14787 12.6332 4.14787 11.3668 4.92892 10.5858L10.5858 4.92893C11.3668 4.14788 12.6332 4.14788 13.4142 4.92893L19.0711 10.5858C19.8521 11.3668 19.8521 12.6332 19.0711 13.4142L13.4142 19.0711C12.6332 19.8521 11.3668 19.8521 10.5858 19.0711L4.92892 13.4142Z`,fill:`#9CA3AF`},null,-1),(0,u.createElementVNode)(`circle`,{cx:`12`,cy:`7.05029`,r:`1.5`,transform:`rotate(-45 12 7.05029)`,fill:`white`,"fill-opacity":`0.1`},null,-1)]])}var Tr=g(Sr,[[`render`,wr]]),Er={},Dr={width:`24`,height:`24`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`};function Or(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Dr,[...t[0]||=[(0,u.createElementVNode)(`rect`,{x:`6`,y:`6`,width:`12`,height:`12`,rx:`2`,fill:`#FB923C`},null,-1),(0,u.createElementVNode)(`circle`,{cx:`15.5`,cy:`8.5`,r:`1.5`,fill:`white`,"fill-opacity":`0.1`},null,-1)]])}var kr=g(Er,[[`render`,Or]]),Ar={},jr={class:`icon icon-menu`,xmlns:`http://www.w3.org/2000/svg`,width:`19`,height:`12`,viewBox:`0 0 19 12`};function Mr(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,jr,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M1.386 2a1 1 0 1 1 0-2H18a1 1 0 0 1 0 2H1.386zm0 5a1 1 0 1 1 0-2H18a1 1 0 0 1 0 2H1.386zm0 5a1 1 0 0 1 0-2H18a1 1 0 0 1 0 2H1.386z`},null,-1)]])}var Nr=g(Ar,[[`render`,Mr]]),Pr={},Fr={class:`icon icon-message`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`15`,viewBox:`0 0 18 15`};function Ir(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Fr,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M17.75 2.587V12.2a2.355 2.355 0 0 1-2.35 2.35H2.6A2.355 2.355 0 0 1 .25 12.2V2.61v-.023A2.355 2.355 0 0 1 2.6.25h12.8a2.355 2.355 0 0 1 2.35 2.337zm-1.572-.327a.855.855 0 0 0-.778-.51H2.6a.855.855 0 0 0-.778.51L9 7.285l7.178-5.025zm.072 1.78L9.43 8.814a.75.75 0 0 1-.86 0L1.75 4.04v8.16c0 .466.384.85.85.85h12.8c.466 0 .85-.384.85-.85V4.04z`},null,-1)]])}var Lr=g(Pr,[[`render`,Ir]]),Rr={},zr={class:`icon icon-message-forward`,xmlns:`http://www.w3.org/2000/svg`,width:`21`,height:`19`,viewBox:`0 0 21 19`};function Br(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,zr,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M17.75 8.755a5.25 5.25 0 1 1-7.395 5.795H2.6A2.355 2.355 0 0 1 .25 12.2V2.587A2.355 2.355 0 0 1 2.6.25h12.8a2.355 2.355 0 0 1 2.35 2.337v6.168zm-1.5-.452V4.04L9.43 8.814a.75.75 0 0 1-.86 0L1.75 4.04v8.16c0 .466.384.85.85.85h7.669a5.25 5.25 0 0 1 5.981-4.747zm-.072-6.043a.855.855 0 0 0-.778-.51H2.6a.855.855 0 0 0-.778.51L9 7.285l7.178-5.025zM15.5 17.25a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5zm-.31-3l.84.841a.75.75 0 1 1-1.06 1.06l-2.122-2.12a.75.75 0 0 1 0-1.061l2.122-2.122a.75.75 0 0 1 1.06 1.061l-.84.841h2.431a.75.75 0 1 1 0 1.5H15.19z`},null,-1)]])}var Vr=g(Rr,[[`render`,Br]]),Hr={};function Ur(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,(0,u.mergeProps)(e.$attrs,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 640 512`,class:`icon`}),[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 21.2-5.1 41.1-14.2 58.7L416 300.8V96c0-53-43-96-96-96s-96 43-96 96v54.3L38.8 5.1zM344 430.4c20.4-2.8 39.7-9.1 57.3-18.2l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128v-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6v40c0 89.1 66.2 162.7 152 174.4V464H248c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4z`},null,-1)]],16)}var Wr=g(Hr,[[`render`,Ur]]),Gr={},Kr={class:`icon icon-microsoft-teams`,xmlns:`http://www.w3.org/2000/svg`,width:`18px`,height:`18px`,viewBox:`0 0 64 64`};function qr(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Kr,[...t[0]||=[(0,u.createStaticVNode)(`<path d="M42 40.531V27.205A1.204 1.204 0 0143.204 26h13.494A2.302 2.302 0 0159 28.302v12.23A8.469 8.469 0 0150.531 49h-.062A8.469 8.469 0 0142 40.531z" fill="#5059c9"></path><circle cx="50.5" cy="17.5" r="5.5" fill="#5059c9"></circle><path d="M49.855 49.622q-.17-.008-.35-.022.174.015.35.022zm.157.005l-.077-.002z" fill="#5059c9"></path><circle cx="33" cy="15" r="8" fill="#7b83eb"></circle><path d="M45.667 26H22.333A2.32 2.32 0 0020 28.308v13.846a14 14 0 0028 0V28.308A2.32 2.32 0 0045.667 26z" fill="#7b83eb"></path><path d="M33 26v20.67a1.734 1.734 0 01-.04.4A2.314 2.314 0 0130.67 49h-8.83a10.81 10.81 0 01-.53-1c-.16-.33-.3-.66-.43-1a13.69 13.69 0 01-.88-4.85V28.31A2.316 2.316 0 0122.33 26zm0-5.67V23a8.257 8.257 0 01-1-.06A8.02 8.02 0 0125.58 18h5.09A2.326 2.326 0 0133 20.33z" opacity=".2"></path><path d="M34 26v18.67A3.362 3.362 0 0130.67 48h-9.36c-.16-.33-.3-.66-.43-1a13.69 13.69 0 01-.88-4.85V28.31A2.316 2.316 0 0122.33 26zm0-5.67v2.61a8.355 8.355 0 01-2 0A8.02 8.02 0 0125.58 18a8.353 8.353 0 01-.33-1h5.42A3.342 3.342 0 0134 20.33z" opacity=".1"></path><path d="M33 26v18.67A2.326 2.326 0 0130.67 47h-9.79a13.69 13.69 0 01-.88-4.85V28.31A2.316 2.316 0 0122.33 26zm0-5.67V23a8.257 8.257 0 01-1-.06A8.02 8.02 0 0125.58 18h5.09A2.326 2.326 0 0133 20.33z" opacity=".2"></path><path d="M32 20.33v2.61A8.02 8.02 0 0125.58 18h4.09A2.326 2.326 0 0132 20.33zM22.33 26H32v18.67A2.326 2.326 0 0129.67 47h-8.79a13.69 13.69 0 01-.88-4.85V28.31A2.316 2.316 0 0122.33 26z" opacity=".1"></path><rect x="4" y="18" width="28" height="28" rx="2.333" fill="#4b53bc"></rect><path d="M24.008 26.528h-4.564v13.028h-2.909V26.528h-4.543V24h12.016z" fill="#fff"></path>`,11)]])}var Jr=g(Gr,[[`render`,qr]]),Yr={},Xr={class:`icon icon-min`,viewBox:`0 0 21 2`,width:`21`,height:`2`,xmlns:`http://www.w3.org/2000/svg`};function Zr(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Xr,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M1.525 2h18.05a1 1 0 0 0 0-2H1.525a1 1 0 0 0 0 2z`},null,-1)]])}var Qr=g(Yr,[[`render`,Zr]]),$r={},ei={width:`17`,height:`15`,viewBox:`0 0 17 15`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-ordered-list`};function ti(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ei,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M7.75 3.75H16.25C16.6562 3.75 17 3.4375 17 3C17 2.59375 16.6562 2.25 16.25 2.25H7.75C7.3125 2.25 7 2.59375 7 3C7 3.4375 7.3125 3.75 7.75 3.75ZM16.25 12.25H7.75C7.3125 12.25 7 12.5938 7 13C7 13.4375 7.3125 13.75 7.75 13.75H16.25C16.6562 13.75 17 13.4375 17 13C17 12.5938 16.6562 12.25 16.25 12.25ZM16.25 7.25H7.75C7.3125 7.25 7 7.59375 7 8C7 8.4375 7.3125 8.75 7.75 8.75H16.25C16.6562 8.75 17 8.4375 17 8C17 7.59375 16.6562 7.25 16.25 7.25ZM2.25 7H4.75C5.15625 7 5.5 6.6875 5.5 6.25C5.5 5.78125 5.15625 5.5 4.75 5.5H4.25V1.75C4.25 1.5 4.09375 1.25 3.84375 1.125C3.625 0.96875 3.34375 0.96875 3.09375 1.125L2.09375 1.6875C1.75 1.90625 1.625 2.375 1.84375 2.71875C2.03125 3.03125 2.40625 3.1875 2.75 3.0625V5.5H2.25C1.8125 5.5 1.5 5.84375 1.5 6.25C1.5 6.6875 1.8125 7 2.25 7ZM5.25 13.5H3.6875L4.84375 12.5C5.78125 11.6875 5.875 10.2812 5.09375 9.34375C4.6875 8.84375 4.125 8.5625 3.5 8.53125C2.90625 8.46875 2.28125 8.65625 1.8125 9.0625L1.4375 9.40625C1.125 9.6875 1.09375 10.1562 1.34375 10.4688C1.625 10.7812 2.09375 10.8125 2.40625 10.5625L2.8125 10.2188C2.96875 10.0625 3.1875 10 3.40625 10.0312C3.625 10.0312 3.8125 10.125 3.9375 10.3125C4.21875 10.625 4.1875 11.0938 3.84375 11.375L1.25 13.7188C1 13.9062 0.9375 14.25 1.03125 14.5312C1.15625 14.8125 1.4375 15 1.71875 15H5.25C5.65625 15 6 14.6875 6 14.2812C6 13.8438 5.65625 13.5 5.25 13.5Z`},null,-1)]])}var ni=g($r,[[`render`,ti]]),ri={},ii={class:`icon icon-plus`,width:`12`,height:`13`,viewBox:`0 0 12 13`,xmlns:`http://www.w3.org/2000/svg`};function ai(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ii,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M11.604 7.675H7.027v4.807H4.888V7.675h-4.6V5.628h4.6V.844h2.139v4.784h4.577z`},null,-1)]])}var oi=g(ri,[[`render`,ai]]),si={},ci={class:`icon icon-refresh`,xmlns:`http://www.w3.org/2000/svg`,width:`18`,height:`15`,viewBox:`0 0 18 15`};function li(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ci,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M15.107 5.34l-2.012-1.891a5.795 5.795 0 0 0-9.563 2.163.75.75 0 0 1-1.414-.5 7.295 7.295 0 0 1 12.021-2.74l2.111 1.983v-2.63a.75.75 0 1 1 1.5 0V6.09a.75.75 0 0 1-.75.75h-4.364a.75.75 0 0 1 0-1.5h2.47zM1.75 10.731v2.63a.75.75 0 0 1-1.5 0V8.998a.75.75 0 0 1 .75-.75h4.364a.75.75 0 1 1 0 1.5h-2.47l2.011 1.891a5.795 5.795 0 0 0 9.563-2.164.75.75 0 0 1 1.414.5 7.295 7.295 0 0 1-12.021 2.74L1.75 10.733z`},null,-1)]])}var ui=g(si,[[`render`,li]]),di={},fi={class:`icon icon-remove`,width:`11`,height:`11`,viewBox:`0 0 11 11`,xmlns:`http://www.w3.org/2000/svg`};function pi(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,fi,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M.893.893a1 1 0 0 1 1.414 0L5.5 4.085 8.693.893a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 0 1.414L6.915 5.5l3.192 3.193a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.414 0L5.5 6.915l-3.193 3.192a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414L4.085 5.5.893 2.307A1 1 0 0 1 .81.987L.893.893z`},null,-1)]])}var mi=g(di,[[`render`,pi]]),hi={},gi={"xmlns:dc":`http://purl.org/dc/elements/1.1/`,"xmlns:cc":`http://creativecommons.org/ns#`,"xmlns:rdf":`http://www.w3.org/1999/02/22-rdf-syntax-ns#`,"xmlns:svg":`http://www.w3.org/2000/svg`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-sananet`,viewBox:`0 0 145.82668 130.58667`,height:`130.58667`,width:`145.82668`,"xml:space":`preserve`,id:`svg2`,version:`1.1`},_i={id:`metadata8`};function vi(e,t){let n=(0,u.resolveComponent)(`dc:format`),r=(0,u.resolveComponent)(`dc:type`),i=(0,u.resolveComponent)(`cc:Work`),a=(0,u.resolveComponent)(`rdf:RDF`);return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,gi,[(0,u.createElementVNode)(`metadata`,_i,[(0,u.createVNode)(a,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(i,{"rdf:about":``},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(n,null,{default:(0,u.withCtx)(()=>[...t[0]||=[(0,u.createTextVNode)(`image/svg+xml`,-1)]]),_:1}),(0,u.createVNode)(r,{"rdf:resource":`http://purl.org/dc/dcmitype/StillImage`})]),_:1})]),_:1})]),t[1]||=(0,u.createStaticVNode)(`<defs id="defs6"><clipPath id="clipPath32" clipPathUnits="userSpaceOnUse"><path id="path30" d="M 0,0 H 1094 V 979 H 0 Z"></path></clipPath><clipPath id="clipPath38" clipPathUnits="userSpaceOnUse"><path id="path36" d="m 726.516,800.508 c 0,-98.836 -80.121,-178.938 -178.938,-178.938 -98.816,0 -178.926,80.102 -178.926,178.938 0,98.808 80.11,178.918 178.926,178.918 98.817,0 178.938,-80.11 178.938,-178.918 z"></path></clipPath><radialGradient id="radialGradient46" spreadMethod="pad" gradientTransform="matrix(390.284,0,0,-390.284,547.578,925.479)" gradientUnits="userSpaceOnUse" r="1" cy="0" cx="0" fy="0.151961" fx="-0.24949799"><stop id="stop40" offset="0" style="stop-opacity:1;stop-color:#ffffff;"></stop><stop id="stop42" offset="0.715" style="stop-opacity:1;stop-color:#f5772a;"></stop><stop id="stop44" offset="1" style="stop-opacity:1;stop-color:#f5772a;"></stop></radialGradient></defs><g transform="matrix(1.3333333,0,0,-1.3333333,0,130.58667)" id="g10"><g transform="scale(0.1)" id="g12"><path id="path14" style="fill:#bfc1e2;fill-opacity:1;fill-rule:nonzero;stroke:none;" d="M 546.836,0 C 250.422,0 0,111.121 0,242.648 c 0,43.133 26.418,84.11 72.6016,119.688 -17.586,-23.32 -27.0821,-48.32 -27.0821,-74.328 0,-127.442 220.2035,-227.2736 501.3165,-227.2736 281.102,0 501.304,99.8316 501.304,227.2736 0,26.008 -9.5,51.015 -27.09,74.336 46.19,-35.586 72.61,-76.563 72.61,-119.696 C 1093.66,111.121 843.242,0 546.836,0"></path><path id="path16" style="fill:#9ba1d3;fill-opacity:1;fill-rule:nonzero;stroke:none;" d="m 546.621,125.039 c -195.918,0 -361.433,66.113 -361.433,144.367 0,29.305 22.75,56.942 61.714,80.028 -17.468,-16.329 -27.097,-34.356 -27.097,-53.274 0,-74.39 143.554,-132.664 326.816,-132.664 183.289,0 326.875,58.274 326.875,132.664 0,18.879 -9.59,36.86 -26.98,53.156 38.843,-23.066 61.519,-50.656 61.519,-79.91 0,-78.254 -165.508,-144.367 -361.414,-144.367"></path><path id="path18" style="fill:#516ab4;fill-opacity:1;fill-rule:nonzero;stroke:none;" d="m 546.621,205.82 c -118.73,0 -219.031,39.27 -219.031,85.754 0,12.711 7.39,24.91 20.625,35.906 -3.379,-6.242 -5.156,-12.773 -5.156,-19.5 0,-47.296 89.414,-84.335 203.562,-84.335 114.133,0 203.535,37.039 203.535,84.335 0,6.727 -1.777,13.243 -5.144,19.481 13.211,-10.996 20.593,-23.176 20.593,-35.887 0,-46.484 -100.285,-85.754 -218.984,-85.754"></path><path id="path20" style="fill:#2350a1;fill-opacity:1;fill-rule:nonzero;stroke:none;" d="m 423.379,332.805 c -6.934,-6.223 -10.801,-12.989 -10.801,-19.953 0,-28.321 61.387,-52.247 134.043,-52.247 72.637,0 133.992,23.926 133.992,52.247 0,6.925 -3.816,13.652 -10.672,19.843 1.36,-3.152 2.063,-6.418 2.063,-9.765 0,-29.258 -55.078,-52.168 -125.383,-52.168 -70.293,0 -125.351,22.91 -125.351,52.168 0,3.39 0.722,6.687 2.109,9.875"></path><path id="path22" style="fill:#2350a1;fill-opacity:1;fill-rule:nonzero;stroke:none;" d="m 358.75,618.84 c 0,0 144.551,-54.758 144.551,-297.871 h -24.102 c 0,0 -2.187,205.886 -124.824,219.019 l 4.375,78.852"></path><path id="path24" style="fill:#2350a1;fill-opacity:1;fill-rule:nonzero;stroke:none;" d="m 735.313,618.84 c 0,0 -144.551,-54.758 -144.551,-297.871 h 24.101 c 0,0 2.188,205.886 124.832,219.019 l -4.382,78.852"></path><g id="g26"><g clip-path="url(#clipPath32)" id="g28"><g clip-path="url(#clipPath38)" id="g34"><path id="path48" style="fill:url(#radialGradient46);fill-opacity:1;fill-rule:nonzero;stroke:none;" d="m 536,621 v 1 h -11 v 1 h -6 v 1 h -7 v 1 h -4 v 1 h -4 v 1 h -4 v 1 h -4 v 1 h -3 v 1 h -3 v 1 h -3 v 1 h -2 v 1 h -3 v 1 h -3 v 1 h -2 v 1 h -2 v 1 h -2 v 1 h -3 v 1 h -2 v 1 h -2 v 1 h -2 v 1 h -2 v 1 h -2 v 1 h -1 v 1 h -2 v 1 h -2 v 1 h -1 v 1 h -2 v 1 h -1 v 1 h -2 v 1 h -2 v 1 h -1 v 1 h -1 v 1 h -2 v 1 h -1 v 1 h -1 v 1 h -2 v 1 h -1 v 1 h -1 v 1 h -2 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -2 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 2 h -1 v 1 h -1 v 1 h -1 v 1 h -1 v 2 h -1 v 1 h -1 v 1 h -1 v 2 h -1 v 1 h -1 v 1 h -1 v 2 h -1 v 1 h -1 v 1 h -1 v 2 h -1 v 2 h -1 v 1 h -1 v 2 h -1 v 2 h -1 v 1 h -1 v 2 h -1 v 1 h -1 v 2 h -1 v 2 h -1 v 2 h -1 v 2 h -1 v 3 h -1 v 2 h -1 v 2 h -1 v 2 h -1 v 2 h -1 v 3 h -1 v 3 h -1 v 3 h -1 v 2 h -1 v 3 h -1 v 4 h -1 v 3 h -1 v 4 h -1 v 4 h -1 v 5 h -1 v 6 h -1 v 7 h -1 v 11 h -1 v 21 h 1 v 11 h 1 v 7 h 1 v 6 h 1 v 5 h 1 v 4 h 1 v 4 h 1 v 3 h 1 v 4 h 1 v 3 h 1 v 2 h 1 v 3 h 1 v 3 h 1 v 3 h 1 v 2 h 1 v 2 h 1 v 2 h 1 v 2 h 1 v 3 h 1 v 2 h 1 v 2 h 1 v 2 h 1 v 2 h 1 v 1 h 1 v 2 h 1 v 1 h 1 v 2 h 1 v 2 h 1 v 1 h 1 v 2 h 1 v 2 h 1 v 1 h 1 v 1 h 1 v 2 h 1 v 1 h 1 v 1 h 1 v 2 h 1 v 1 h 1 v 1 h 1 v 2 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 2 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 2 v 1 h 1 v 1 h 1 v 1 h 1 v 1 h 2 v 1 h 1 v 1 h 1 v 1 h 2 v 1 h 1 v 1 h 1 v 1 h 2 v 1 h 1 v 1 h 1 v 1 h 2 v 1 h 2 v 1 h 1 v 1 h 2 v 1 h 1 v 1 h 2 v 1 h 2 v 1 h 1 v 1 h 2 v 1 h 2 v 1 h 2 v 1 h 2 v 1 h 2 v 1 h 3 v 1 h 2 v 1 h 2 v 1 h 2 v 1 h 3 v 1 h 3 v 1 h 2 v 1 h 3 v 1 h 3 v 1 h 3 v 1 h 4 v 1 h 4 v 1 h 4 v 1 h 4 v 1 h 7 v 1 h 7 v 1 h 44 v -1 h 6 v -1 h 7 v -1 h 4 v -1 h 4 v -1 h 4 v -1 h 4 v -1 h 3 v -1 h 3 v -1 h 3 v -1 h 3 v -1 h 2 v -1 h 3 v -1 h 2 v -1 h 3 v -1 h 2 v -1 h 2 v -1 h 2 v -1 h 2 v -1 h 2 v -1 h 2 v -1 h 2 v -1 h 1 v -1 h 2 v -1 h 2 v -1 h 1 v -1 h 2 v -1 h 2 v -1 h 1 v -1 h 2 v -1 h 1 v -1 h 2 v -1 h 1 v -1 h 1 v -1 h 2 v -1 h 1 v -1 h 1 v -1 h 2 v -1 h 1 v -1 h 1 v -1 h 2 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 2 v -1 h 1 v -1 h 1 v -2 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -1 h 1 v -2 h 1 v -1 h 1 v -1 h 1 v -2 h 1 v -1 h 1 v -1 h 1 v -2 h 1 v -1 h 1 v -1 h 1 v -2 h 1 v -1 h 1 v -2 h 1 v -1 h 1 v -2 h 1 v -2 h 1 v -1 h 1 v -2 h 1 v -2 h 1 v -1 h 1 v -2 h 1 v -2 h 1 v -2 h 1 v -2 h 1 v -2 h 1 v -2 h 1 v -2 h 1 v -2 h 1 v -3 h 1 v -3 h 1 v -2 h 1 v -3 h 1 v -3 h 1 v -3 h 1 v -3 h 1 v -4 h 1 v -4 h 1 v -4 h 1 v -4 h 1 v -6 h 1 v -7 h 1 v -10 h 1 v -25 h -1 v -10 h -1 v -7 h -1 v -6 h -1 v -4 h -1 v -4 h -1 v -4 h -1 v -4 h -1 v -3 h -1 v -3 h -1 v -3 h -1 v -3 h -1 v -2 h -1 v -3 h -1 v -3 h -1 v -2 h -1 v -2 h -1 v -2 h -1 v -2 h -1 v -2 h -1 v -2 h -1 v -2 h -1 v -2 h -1 v -1 h -1 v -2 h -1 v -2 h -1 v -1 h -1 v -2 h -1 v -2 h -1 v -1 h -1 v -2 h -1 v -1 h -1 v -2 h -1 v -1 h -1 v -1 h -1 v -2 h -1 v -1 h -1 v -1 h -1 v -2 h -1 v -1 h -1 v -1 h -1 v -2 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -2 h -1 v -1 h -1 v -1 h -2 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -1 v -1 h -2 v -1 h -1 v -1 h -1 v -1 h -2 v -1 h -1 v -1 h -1 v -1 h -2 v -1 h -1 v -1 h -1 v -1 h -2 v -1 h -1 v -1 h -2 v -1 h -1 v -1 h -2 v -1 h -2 v -1 h -1 v -1 h -2 v -1 h -2 v -1 h -1 v -1 h -2 v -1 h -2 v -1 h -2 v -1 h -2 v -1 h -2 v -1 h -2 v -1 h -2 v -1 h -3 v -1 h -2 v -1 h -3 v -1 h -2 v -1 h -3 v -1 h -3 v -1 h -3 v -1 h -3 v -1 h -4 v -1 h -4 v -1 h -4 v -1 h -4 v -1 h -7 v -1 h -6 v -1 h -11 v -1"></path></g></g></g></g></g>`,2)])}var yi=g(hi,[[`render`,vi]]),bi={},xi={class:`icon icon-service`,viewBox:`0 0 20 21`,xmlns:`http://www.w3.org/2000/svg`};function Si(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,xi,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M1.875 10.5V12.0625C1.875 12.6094 1.44531 13 0.9375 13C0.390625 13 0 12.6094 0 12.0625V10.5C0 4.99219 4.45312 0.5 10 0.5C15.5078 0.5 20 4.99219 20 10.5V16.1641C20 18.0391 18.4375 19.6016 16.5625 19.6016L12.2266 19.5625C11.9141 20.1484 11.2891 20.5 10.625 20.5H9.375C8.32031 20.5 7.5 19.6797 7.5 18.625C7.5 17.6094 8.32031 16.75 9.375 16.75H10.625C11.2891 16.75 11.9141 17.1406 12.2266 17.6875L16.5625 17.7266C17.4219 17.7266 18.125 17.0234 18.125 16.1641V10.5C18.125 6.04688 14.4531 2.375 10 2.375C5.50781 2.375 1.875 6.04688 1.875 10.5ZM6.25 9.25C5.54688 9.25 5 9.83594 5 10.5V12.375C5 13.0781 5.54688 13.625 6.25 13.625V9.25ZM3.125 10.5C3.125 8.78125 4.49219 7.375 6.25 7.375H6.875C7.53906 7.375 8.125 7.96094 8.125 8.625V14.25C8.125 14.9531 7.53906 15.5 6.875 15.5H6.25C4.49219 15.5 3.125 14.1328 3.125 12.375V10.5ZM13.75 9.25V13.625C14.4141 13.625 15 13.0781 15 12.375V10.5C15 9.83594 14.4141 9.25 13.75 9.25ZM16.875 10.5V12.375C16.875 14.1328 15.4688 15.5 13.75 15.5H13.125C12.4219 15.5 11.875 14.9531 11.875 14.25V8.625C11.875 7.96094 12.4219 7.375 13.125 7.375H13.75C15.4688 7.375 16.875 8.78125 16.875 10.5Z`},null,-1)]])}var Ci=g(bi,[[`render`,Si]]),wi={},Ti={class:`icon icon-share-screen`,width:`12`,height:`16`,viewBox:`0 0 12 16`,xmlns:`http://www.w3.org/2000/svg`};function Ei(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Ti,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M-1.31134e-07 12.9961C-5.87372e-08 14.6523 1.34375 15.9961 3 15.9961L9 15.9961C10.6562 15.9961 12 14.6523 12 12.9961L12 10.3711C12 10.1836 11.8437 9.99609 11.625 9.99609L10.875 9.99609C10.6875 9.99609 10.5 10.1836 10.5 10.3711L10.5 12.9961C10.5 13.8398 9.84375 14.4961 9 14.4961L3 14.4961C2.1875 14.4961 1.5 13.8398 1.5 12.9961L1.5 10.3711C1.5 10.1836 1.34375 9.99609 1.125 9.99609L0.375 9.99609C0.1875 9.99609 -2.54072e-07 10.1836 -2.45877e-07 10.3711L-1.31134e-07 12.9961ZM0.625 5.77734L1.25 6.40234C1.375 6.55859 1.625 6.55859 1.78125 6.40234L5.1875 2.87109L5.1875 10.6211C5.1875 10.8398 5.375 10.9961 5.5625 10.9961L6.4375 10.9961C6.65625 10.9961 6.8125 10.8398 6.8125 10.6211L6.8125 2.87109L10.25 6.40234C10.4062 6.55859 10.6562 6.55859 10.7812 6.40234L11.4062 5.77734C11.5625 5.65234 11.5625 5.40234 11.4062 5.24609L6.28125 0.121093C6.125 -0.0351565 5.90625 -0.0351565 5.75 0.121093L0.625 5.24609C0.46875 5.40234 0.46875 5.65234 0.625 5.77734Z`},null,-1)]])}var Di=g(wi,[[`render`,Ei]]),Oi={},ki={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 18 18`,width:`18`,height:`18`};function Ai(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ki,[...t[0]||=[(0,u.createElementVNode)(`g`,{transform:`matrix(0.75,0,0,0.75,0,0)`},[(0,u.createElementVNode)(`path`,{d:`M6.750 6.000 A5.250 5.250 0 1 0 17.250 6.000 A5.250 5.250 0 1 0 6.750 6.000 Z`,fill:`none`,stroke:`#ffffff`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`}),(0,u.createElementVNode)(`path`,{d:`M2.25,23.25a9.75,9.75,0,0,1,19.5,0`,fill:`none`,stroke:`#ffffff`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`})],-1)]])}var ji=g(Oi,[[`render`,Ai]]),Mi={},Ni={xmlns:`http://www.w3.org/2000/svg`,id:`icon icon-sort`,width:`9`,height:`14`,viewBox:`0 0 9 14`};function Pi(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Ni,[...t[0]||=[(0,u.createStaticVNode)(`<g id="Symbols" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="icon/sort" fill="#4D5875" transform="translate(-6 -4)"><g id="Group" transform="translate(5 3)"><path id="Rectangle" d="M8.585786,8.32943141 L8.585786,12.585786 C8.585786,13.1380707 8.13807075,13.585786 7.585786,13.585786 L3.32943141,13.585786 C2.77714666,13.585786 2.32943141,13.1380707 2.32943141,12.585786 C2.32943141,12.3205695 2.43478825,12.0662156 2.62232463,11.8786792 L6.87867922,7.62232463 C7.26920351,7.23180034 7.90236849,7.23180034 8.29289278,7.62232463 C8.48042916,7.80986101 8.585786,8.06421492 8.585786,8.32943141 Z" transform="rotate(45 5.293 10.293)"></path><path id="Rectangle" d="M8.585786,3.32943141 L8.585786,7.585786 C8.585786,8.13807075 8.13807075,8.585786 7.585786,8.585786 L3.32943141,8.585786 C2.77714666,8.585786 2.32943141,8.13807075 2.32943141,7.585786 C2.32943141,7.32056951 2.43478825,7.0662156 2.62232463,6.87867922 L6.87867922,2.62232463 C7.26920351,2.23180034 7.90236849,2.23180034 8.29289278,2.62232463 C8.48042916,2.80986101 8.585786,3.06421492 8.585786,3.32943141 Z" transform="rotate(-135 5.293 5.293)"></path></g></g></g>`,1)]])}var Fi=g(Mi,[[`render`,Pi]]),Ii={},Li={xmlns:`http://www.w3.org/2000/svg`,id:`icon icon-sort-asc`,width:`9`,height:`14`,viewBox:`0 0 9 14`};function Ri(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Li,[...t[0]||=[(0,u.createStaticVNode)(`<g id="Symbols" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="icon/sort" transform="translate(-6 -4)"><g id="Group" transform="translate(5 3)"><path id="Rectangle" fill="#ABB0BE" d="M8.585786,8.32943141 L8.585786,12.585786 C8.585786,13.1380707 8.13807075,13.585786 7.585786,13.585786 L3.32943141,13.585786 C2.77714666,13.585786 2.32943141,13.1380707 2.32943141,12.585786 C2.32943141,12.3205695 2.43478825,12.0662156 2.62232463,11.8786792 L6.87867922,7.62232463 C7.26920351,7.23180034 7.90236849,7.23180034 8.29289278,7.62232463 C8.48042916,7.80986101 8.585786,8.06421492 8.585786,8.32943141 Z" transform="rotate(45 5.293 10.293)"></path><path id="Rectangle" fill="rgb(57, 65, 86)" d="M8.585786,3.32943141 L8.585786,7.585786 C8.585786,8.13807075 8.13807075,8.585786 7.585786,8.585786 L3.32943141,8.585786 C2.77714666,8.585786 2.32943141,8.13807075 2.32943141,7.585786 C2.32943141,7.32056951 2.43478825,7.0662156 2.62232463,6.87867922 L6.87867922,2.62232463 C7.26920351,2.23180034 7.90236849,2.23180034 8.29289278,2.62232463 C8.48042916,2.80986101 8.585786,3.06421492 8.585786,3.32943141 Z" transform="rotate(-135 5.293 5.293)"></path></g></g></g>`,1)]])}var zi=g(Ii,[[`render`,Ri]]),Bi={},Vi={xmlns:`http://www.w3.org/2000/svg`,id:`icon icon-sort-desc`,width:`9`,height:`14`,viewBox:`0 0 9 14`};function Hi(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Vi,[...t[0]||=[(0,u.createStaticVNode)(`<g id="Symbols" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="icon/sort" transform="translate(-6 -4)"><g id="Group" transform="translate(5 3)"><path id="Rectangle" fill="rgb(57, 65, 86)" d="M8.585786,8.32943141 L8.585786,12.585786 C8.585786,13.1380707 8.13807075,13.585786 7.585786,13.585786 L3.32943141,13.585786 C2.77714666,13.585786 2.32943141,13.1380707 2.32943141,12.585786 C2.32943141,12.3205695 2.43478825,12.0662156 2.62232463,11.8786792 L6.87867922,7.62232463 C7.26920351,7.23180034 7.90236849,7.23180034 8.29289278,7.62232463 C8.48042916,7.80986101 8.585786,8.06421492 8.585786,8.32943141 Z" transform="rotate(45 5.293 10.293)"></path><path id="Rectangle" fill="#ABB0BE" d="M8.585786,3.32943141 L8.585786,7.585786 C8.585786,8.13807075 8.13807075,8.585786 7.585786,8.585786 L3.32943141,8.585786 C2.77714666,8.585786 2.32943141,8.13807075 2.32943141,7.585786 C2.32943141,7.32056951 2.43478825,7.0662156 2.62232463,6.87867922 L6.87867922,2.62232463 C7.26920351,2.23180034 7.90236849,2.23180034 8.29289278,2.62232463 C8.48042916,2.80986101 8.585786,3.06421492 8.585786,3.32943141 Z" transform="rotate(-135 5.293 5.293)"></path></g></g></g>`,1)]])}var Ui=g(Bi,[[`render`,Hi]]),Wi={},Gi={xmlns:`http://www.w3.org/2000/svg`,width:`9`,height:`14`,viewBox:`0 0 9 14`};function Ki(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Gi,[...t[0]||=[(0,u.createStaticVNode)(`<g id="Symbols" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="icon/sort" fill="#ABB0BE" transform="translate(-6 -4)"><g id="Group" transform="translate(5 3)"><path id="Rectangle" d="M8.585786,8.32943141 L8.585786,12.585786 C8.585786,13.1380707 8.13807075,13.585786 7.585786,13.585786 L3.32943141,13.585786 C2.77714666,13.585786 2.32943141,13.1380707 2.32943141,12.585786 C2.32943141,12.3205695 2.43478825,12.0662156 2.62232463,11.8786792 L6.87867922,7.62232463 C7.26920351,7.23180034 7.90236849,7.23180034 8.29289278,7.62232463 C8.48042916,7.80986101 8.585786,8.06421492 8.585786,8.32943141 Z" transform="rotate(45 5.293 10.293)"></path><path id="Rectangle" d="M8.585786,3.32943141 L8.585786,7.585786 C8.585786,8.13807075 8.13807075,8.585786 7.585786,8.585786 L3.32943141,8.585786 C2.77714666,8.585786 2.32943141,8.13807075 2.32943141,7.585786 C2.32943141,7.32056951 2.43478825,7.0662156 2.62232463,6.87867922 L6.87867922,2.62232463 C7.26920351,2.23180034 7.90236849,2.23180034 8.29289278,2.62232463 C8.48042916,2.80986101 8.585786,3.06421492 8.585786,3.32943141 Z" transform="rotate(-135 5.293 5.293)"></path></g></g></g>`,1)]])}var qi=g(Wi,[[`render`,Ki]]),Ji={},Yi={class:`icon icon-triangle-down`,xmlns:`http://www.w3.org/2000/svg`,width:`12`,height:`8`,viewBox:`0 0 12 8`};function Xi(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,Yi,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M11.071 2.414L6.414 7.071a1 1 0 0 1-1.414 0L.343 2.414A1 1 0 0 1 1.05.707h9.314a1 1 0 0 1 .707 1.707z`},null,-1)]])}var Zi=g(Ji,[[`render`,Xi]]),Qi={},$i={width:`40`,height:`34`,viewBox:`0 0 40 34`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`};function ea(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,$i,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M38.5547 28.6992C39.7422 30.7773 38.2578 33.375 35.8086 33.375H4.11719C1.66797 33.375 0.183594 30.7773 1.29688 28.6992L17.1797 1.68359C17.8477 0.644531 18.8867 0.125 20 0.125C21.0391 0.125 22.0781 0.644531 22.7461 1.68359L38.5547 28.6992ZM4.85938 29.8125H35.0664L19.9258 4.05859L4.85938 29.8125ZM20 22.8359C21.2617 22.8359 22.3008 23.875 22.3008 25.1367C22.3008 26.3984 21.2617 27.4375 20 27.4375C18.6641 27.4375 17.625 26.3984 17.625 25.1367C17.625 23.875 18.6641 22.8359 20 22.8359ZM18.2188 11.4062C18.2188 10.4414 18.9609 9.625 20 9.625C20.9648 9.625 21.7812 10.4414 21.7812 11.4062V18.5312C21.7812 19.5703 20.9648 20.3125 20 20.3125C18.9609 20.3125 18.2188 19.5703 18.2188 18.5312V11.4062Z`,fill:`#F65139`},null,-1)]])}var ta=g(Qi,[[`render`,ea]]),na={},ra={width:`14`,height:`16`,viewBox:`0 0 14 16`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-underline`};function ia(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ra,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M1.25 1.5H2V7.5C2 10.2812 4.21875 12.5 7 12.5C9.75 12.5 12 10.2812 12 7.5V1.5H12.75C13.1562 1.5 13.5 1.1875 13.5 0.75C13.5 0.34375 13.1562 0 12.75 0H9.75C9.3125 0 9 0.34375 9 0.75C9 1.1875 9.3125 1.5 9.75 1.5H10.5V7.5C10.5 9.4375 8.90625 11 7 11C5.0625 11 3.5 9.4375 3.5 7.5V1.5H4.25C4.65625 1.5 5 1.1875 5 0.75C5 0.34375 4.65625 0 4.25 0H1.25C0.8125 0 0.5 0.34375 0.5 0.75C0.5 1.1875 0.8125 1.5 1.25 1.5ZM13.25 14.5H0.75C0.3125 14.5 0 14.8438 0 15.25C0 15.6875 0.3125 16 0.75 16H13.25C13.6562 16 14 15.6875 14 15.25C14 14.8438 13.6562 14.5 13.25 14.5Z`},null,-1)]])}var aa=g(na,[[`render`,ia]]),oa={},sa={class:`icon icon-videocall`,xmlns:`http://www.w3.org/2000/svg`,width:`20`,height:`14`,viewBox:`0 0 20 14`};function ca(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,sa,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M12.673.25c1.48 0 2.68 1.186 2.68 2.648V4.16l2.76-1.82a.733.733 0 0 1 1.13.502l.007.1v7.703a.73.73 0 0 1-1.035.657l-2.862-1.298v.598c0 1.462-1.2 2.648-2.68 2.648H2.93C1.45 13.25.25 12.064.25 10.602V2.898C.25 1.436 1.45.25 2.93.25h9.743zm0 1.444H2.93a1.21 1.21 0 0 0-1.217 1.204v7.704a1.21 1.21 0 0 0 1.217 1.204h9.744a1.21 1.21 0 0 0 1.218-1.204V5.53 2.898a1.21 1.21 0 0 0-1.218-1.204zm5.115 2.597l-2.435 1.605v2.519l2.435 1.104V4.291z`},null,-1)]])}var la=g(oa,[[`render`,ca]]),ua={};function da(e,t,n,r,i,a){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,(0,u.mergeProps)(e.$attrs,{class:`icon icon-video-disabled`,width:`23`,height:`19`,viewBox:`0 0 23 19`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`}),[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M14.1719 4.1875C14.2422 4.1875 14.2773 4.22266 14.3125 4.25781V8.26562L16 9.56641V8.23047L19.9375 5.76953V12.6602L21.5898 13.9609C21.5898 13.8906 21.625 13.8555 21.625 13.7852V4.75C21.625 4.08203 21.0625 3.625 20.4648 3.625C20.2539 3.625 20.043 3.69531 19.832 3.83594L16 6.26172V4.1875C16 3.27344 15.1562 2.5 14.1719 2.5H6.96484L9.10938 4.1875H14.1719ZM22.5391 16.8086L17.0898 12.5898L14.3125 10.4102L4.29297 2.57031L4.22266 2.5L1.51562 0.390625C1.26953 0.179688 0.917969 0.25 0.707031 0.460938L0.355469 0.917969C0.179688 1.16406 0.214844 1.51562 0.460938 1.69141L2.00781 2.92188L3.37891 4.01172L21.4844 18.1445C21.6953 18.3203 22.082 18.2852 22.2578 18.0391L22.6094 17.6172C22.8203 17.3711 22.75 17.0195 22.5391 16.8086ZM3.16797 14.3125C3.09766 14.3125 3.0625 14.3125 3.0625 14.2773V5.875L1.375 4.57422V14.3477C1.375 15.2617 2.18359 16 3.16797 16H14.1719C14.6641 16 15.0859 15.8242 15.4023 15.543L13.8555 14.3125H3.16797Z`},null,-1)]],16)}var fa=g(ua,[[`render`,da]]),pa={},ma={xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`16`,fill:`currentColor`,class:`bi bi-exclamation-triangle`,viewBox:`0 0 16 16`};function ha(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,ma,[...t[0]||=[(0,u.createElementVNode)(`path`,{d:`M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.15.15 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.2.2 0 0 1-.054.06.1.1 0 0 1-.066.017H1.146a.1.1 0 0 1-.066-.017.2.2 0 0 1-.054-.06.18.18 0 0 1 .002-.183L7.884 2.073a.15.15 0 0 1 .054-.057m1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767z`},null,-1),(0,u.createElementVNode)(`path`,{d:`M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z`},null,-1)]])}var ga=g(pa,[[`render`,ha]]),_a={},va={width:`162`,height:`124`,viewBox:`0 0 162 124`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:`icon icon-zorgkaart-nederland`};function ya(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,va,[...t[0]||=[(0,u.createStaticVNode)(`<path d="M61.5 38.1C60 38.1 58.8 36.9 58.8 35.4C58.8 33.9 60 32.7 61.5 32.7C63 32.7 64.2 33.9 64.2 35.4C64.2 36.9 63 38.1 61.5 38.1Z" fill="#F29018"></path><path d="M68.1 38.1C66.6 38.1 65.4 36.9 65.4 35.4C65.4 33.9 66.6 32.7 68.1 32.7C69.6 32.7 70.8 33.9 70.8 35.4C70.8 36.9 69.6 38.1 68.1 38.1Z" fill="#F29018"></path><path d="M74.6 38.1C73.1 38.1 71.9 36.9 71.9 35.4C71.9 33.9 73.1 32.7 74.6 32.7C76.1 32.7 77.3 33.9 77.3 35.4C77.3 36.9 76.1 38.1 74.6 38.1Z" fill="#F29018"></path><path d="M81.1 38.1C79.6 38.1 78.4 36.9 78.4 35.4C78.4 33.9 79.6 32.7 81.1 32.7C82.6 32.7 83.8 33.9 83.8 35.4C83.8 36.9 82.6 38.1 81.1 38.1Z" fill="#F29018"></path><path d="M61.5 44.6C60 44.6 58.8 43.4 58.8 41.9C58.8 40.4 60 39.2 61.5 39.2C63 39.2 64.2 40.4 64.2 41.9C64.2 43.4 63 44.6 61.5 44.6Z" fill="#F29018"></path><path d="M68.1 44.6C66.6 44.6 65.4 43.4 65.4 41.9C65.4 40.4 66.6 39.2 68.1 39.2C69.6 39.2 70.8 40.4 70.8 41.9C70.8 43.4 69.6 44.6 68.1 44.6Z" fill="#F29018"></path><path d="M74.6 44.6C73.1 44.6 71.9 43.4 71.9 41.9C71.9 40.4 73.1 39.2 74.6 39.2C76.1 39.2 77.3 40.4 77.3 41.9C77.3 43.4 76.1 44.6 74.6 44.6Z" fill="#F29018"></path><path d="M61.5 51.2C60 51.2 58.8 50 58.8 48.5C58.8 47 60 45.8 61.5 45.8C63 45.8 64.2 47 64.2 48.5C64.2 50 63 51.2 61.5 51.2Z" fill="#F29018"></path><path d="M68.1 51.2C66.6 51.2 65.4 50 65.4 48.5C65.4 47 66.6 45.8 68.1 45.8C69.6 45.8 70.8 47 70.8 48.5C70.8 50 69.6 51.2 68.1 51.2Z" fill="#F29018"></path><path d="M74.6 51.2C73.1 51.2 71.9 50 71.9 48.5C71.9 47 73.1 45.8 74.6 45.8C76.1 45.8 77.3 47 77.3 48.5C77.3 50 76.1 51.2 74.6 51.2Z" fill="#F29018"></path><path d="M61.5 57.7C60 57.7 58.8 56.5 58.8 55C58.8 53.5 60 52.3 61.5 52.3C63 52.3 64.2 53.5 64.2 55C64.2 56.5 63 57.7 61.5 57.7Z" fill="#F29018"></path><path d="M68.1 57.7C66.6 57.7 65.4 56.5 65.4 55C65.4 53.5 66.6 52.3 68.1 52.3C69.6 52.3 70.8 53.5 70.8 55C70.8 56.5 69.6 57.7 68.1 57.7Z" fill="#F29018"></path><path d="M74.6 57.7C73.1 57.7 71.9 56.5 71.9 55C71.9 53.5 73.1 52.3 74.6 52.3C76.1 52.3 77.3 53.5 77.3 55C77.3 56.5 76.1 57.7 74.6 57.7Z" fill="#F29018"></path><path d="M41.9 57.7C40.4 57.7 39.2 56.5 39.2 55C39.2 53.5 40.4 52.3 41.9 52.3C43.4 52.3 44.6 53.5 44.6 55C44.6 56.5 43.4 57.7 41.9 57.7Z" fill="#F29018"></path><path d="M35.4 57.7C33.9 57.7 32.7 56.5 32.7 55C32.7 53.5 33.9 52.3 35.4 52.3C36.9 52.3 38.1 53.5 38.1 55C38.1 56.5 36.9 57.7 35.4 57.7Z" fill="#F29018"></path><path d="M41.9 51.2C40.4 51.2 39.2 50 39.2 48.5C39.2 47 40.4 45.8 41.9 45.8C43.4 45.8 44.6 47 44.6 48.5C44.6 50 43.4 51.2 41.9 51.2Z" fill="#F29018"></path><path d="M35.4 51.2C33.9 51.2 32.7 50 32.7 48.5C32.7 47 33.9 45.8 35.4 45.8C36.9 45.8 38.1 47 38.1 48.5C38.1 50 36.9 51.2 35.4 51.2Z" fill="#F29018"></path><path d="M41.9 44.6C40.4 44.6 39.2 43.4 39.2 41.9C39.2 40.4 40.4 39.2 41.9 39.2C43.4 39.2 44.6 40.4 44.6 41.9C44.6 43.4 43.4 44.6 41.9 44.6Z" fill="#F29018"></path><path d="M35.4 44.6C33.9 44.6 32.7 43.4 32.7 41.9C32.7 40.4 33.9 39.2 35.4 39.2C36.9 39.2 38.1 40.4 38.1 41.9C38.1 43.4 36.9 44.6 35.4 44.6Z" fill="#F29018"></path><path d="M41.9 38.1C40.4 38.1 39.2 36.9 39.2 35.4C39.2 33.9 40.4 32.7 41.9 32.7C43.4 32.7 44.6 33.9 44.6 35.4C44.6 36.9 43.4 38.1 41.9 38.1Z" fill="#F29018"></path><path d="M35.4 38.1C33.9 38.1 32.7 36.9 32.7 35.4C32.7 33.9 33.9 32.7 35.4 32.7C36.9 32.7 38.1 33.9 38.1 35.4C38.1 36.9 36.9 38.1 35.4 38.1Z" fill="#F29018"></path><path d="M48.4 57.7C46.9 57.7 45.7 56.5 45.7 55C45.7 53.5 46.9 52.3 48.4 52.3C49.9 52.3 51.1 53.5 51.1 55C51.2 56.5 49.9 57.7 48.4 57.7Z" fill="#F29018"></path><path d="M55 57.7C53.5 57.7 52.3 56.5 52.3 55C52.3 53.5 53.5 52.3 55 52.3C56.5 52.3 57.7 53.5 57.7 55C57.7 56.5 56.5 57.7 55 57.7Z" fill="#F29018"></path><path d="M61.5 64.3C60 64.3 58.8 63.1 58.8 61.6C58.8 60.1 60 58.9 61.5 58.9C63 58.9 64.2 60.1 64.2 61.6C64.2 63 63 64.3 61.5 64.3Z" fill="#F29018"></path><path d="M68.1 64.3C66.6 64.3 65.4 63.1 65.4 61.6C65.4 60.1 66.6 58.9 68.1 58.9C69.6 58.9 70.8 60.1 70.8 61.6C70.8 63 69.6 64.3 68.1 64.3Z" fill="#F29018"></path><path d="M74.6 64.3C73.1 64.3 71.9 63.1 71.9 61.6C71.9 60.1 73.1 58.9 74.6 58.9C76.1 58.9 77.3 60.1 77.3 61.6C77.3 63 76.1 64.3 74.6 64.3Z" fill="#F29018"></path><path d="M41.9 64.3C40.4 64.3 39.2 63.1 39.2 61.6C39.2 60.1 40.4 58.9 41.9 58.9C43.4 58.9 44.6 60.1 44.6 61.6C44.6 63 43.4 64.3 41.9 64.3Z" fill="#F29018"></path><path d="M35.4 64.3C33.9 64.3 32.7 63.1 32.7 61.6C32.7 60.1 33.9 58.9 35.4 58.9C36.9 58.9 38.1 60 38.1 61.5C38.1 63 36.9 64.3 35.4 64.3Z" fill="#F29018"></path><path d="M28.8 64.3C27.3 64.3 26.1 63.1 26.1 61.6C26.1 60.1 27.3 58.9 28.8 58.9C30.3 58.9 31.5 60.1 31.5 61.6C31.5 63 30.3 64.3 28.8 64.3Z" fill="#F29018"></path><path d="M48.4 64.3C46.9 64.3 45.7 63.1 45.7 61.6C45.7 60.1 46.9 58.9 48.4 58.9C49.9 58.9 51.1 60.1 51.1 61.6C51.2 63 49.9 64.3 48.4 64.3Z" fill="#F29018"></path><path d="M55 64.3C53.5 64.3 52.3 63.1 52.3 61.6C52.3 60.1 53.5 58.9 55 58.9C56.5 58.9 57.7 60.1 57.7 61.6C57.7 63 56.5 64.3 55 64.3Z" fill="#F29018"></path><path d="M61.5 70.8C60 70.8 58.8 69.6 58.8 68.1C58.8 66.6 60 65.4 61.5 65.4C63 65.4 64.2 66.6 64.2 68.1C64.2 69.6 63 70.8 61.5 70.8Z" fill="#F29018"></path><path d="M68.1 70.8C66.6 70.8 65.4 69.6 65.4 68.1C65.4 66.6 66.6 65.4 68.1 65.4C69.6 65.4 70.8 66.6 70.8 68.1C70.8 69.6 69.6 70.8 68.1 70.8Z" fill="#F29018"></path><path d="M74.6 70.8C73.1 70.8 71.9 69.6 71.9 68.1C71.9 66.6 73.1 65.4 74.6 65.4C76.1 65.4 77.3 66.6 77.3 68.1C77.3 69.6 76.1 70.8 74.6 70.8Z" fill="#F29018"></path><path d="M41.9 70.8C40.4 70.8 39.2 69.6 39.2 68.1C39.2 66.6 40.4 65.4 41.9 65.4C43.4 65.4 44.6 66.6 44.6 68.1C44.6 69.6 43.4 70.8 41.9 70.8Z" fill="#F29018"></path><path d="M35.4 70.8C33.9 70.8 32.7 69.6 32.7 68.1C32.7 66.6 33.9 65.4 35.4 65.4C36.9 65.4 38.1 66.6 38.1 68.1C38.1 69.6 36.9 70.8 35.4 70.8Z" fill="#F29018"></path><path d="M28.8 70.8C27.3 70.8 26.1 69.6 26.1 68.1C26.1 66.6 27.3 65.4 28.8 65.4C30.3 65.4 31.5 66.6 31.5 68.1C31.5 69.6 30.3 70.8 28.8 70.8Z" fill="#F29018"></path><path d="M48.4 70.8C46.9 70.8 45.7 69.6 45.7 68.1C45.7 66.6 46.9 65.4 48.4 65.4C49.9 65.4 51.1 66.6 51.1 68.1C51.2 69.6 49.9 70.8 48.4 70.8Z" fill="#F29018"></path><path d="M55 70.8C53.5 70.8 52.3 69.6 52.3 68.1C52.3 66.6 53.5 65.4 55 65.4C56.5 65.4 57.7 66.6 57.7 68.1C57.7 69.6 56.5 70.8 55 70.8Z" fill="#F29018"></path><path d="M55 77.3C53.5 77.3 52.3 76.1 52.3 74.6C52.3 73.1 53.5 71.9 55 71.9C56.5 71.9 57.7 73.1 57.7 74.6C57.7 76.1 56.5 77.3 55 77.3Z" fill="#F29018"></path><path d="M61.5 77.3C60 77.3 58.8 76.1 58.8 74.6C58.8 73.1 60 71.9 61.5 71.9C63 71.9 64.2 73.1 64.2 74.6C64.2 76.1 63 77.3 61.5 77.3Z" fill="#F29018"></path><path d="M68.1 77.3C66.6 77.3 65.4 76.1 65.4 74.6C65.4 73.1 66.6 71.9 68.1 71.9C69.6 71.9 70.8 73.1 70.8 74.6C70.8 76.1 69.6 77.3 68.1 77.3Z" fill="#F29018"></path><path d="M35.4 77.3C33.9 77.3 32.7 76.1 32.7 74.6C32.7 73.1 33.9 71.9 35.4 71.9C36.9 71.9 38.1 73.1 38.1 74.6C38.1 76.1 36.9 77.3 35.4 77.3Z" fill="#F29018"></path><path d="M28.8 77.3C27.3 77.3 26.1 76.1 26.1 74.6C26.1 73.1 27.3 71.9 28.8 71.9C30.3 71.9 31.5 73.1 31.5 74.6C31.5 76.1 30.3 77.3 28.8 77.3Z" fill="#F29018"></path><path d="M22.3 77.3C20.8 77.3 19.6 76.1 19.6 74.6C19.6 73.1 20.8 71.9 22.3 71.9C23.8 71.9 25 73.1 25 74.6C25 76.1 23.8 77.3 22.3 77.3Z" fill="#F29018"></path><path d="M41.9 77.3C40.4 77.3 39.2 76.1 39.2 74.6C39.2 73.1 40.4 71.9 41.9 71.9C43.4 71.9 44.6 73.1 44.6 74.6C44.6 76.1 43.4 77.3 41.9 77.3Z" fill="#F29018"></path><path d="M48.4 77.3C46.9 77.3 45.7 76.1 45.7 74.6C45.7 73.1 46.9 71.9 48.4 71.9C49.9 71.9 51.1 73.1 51.1 74.6C51.2 76.1 49.9 77.3 48.4 77.3Z" fill="#F29018"></path><path d="M55 83.9C53.5 83.9 52.3 82.7 52.3 81.2C52.3 79.7 53.5 78.5 55 78.5C56.5 78.5 57.7 79.7 57.7 81.2C57.7 82.7 56.5 83.9 55 83.9Z" fill="#F29018"></path><path d="M61.5 83.9C60 83.9 58.8 82.7 58.8 81.2C58.8 79.7 60 78.5 61.5 78.5C63 78.5 64.2 79.7 64.2 81.2C64.2 82.7 63 83.9 61.5 83.9Z" fill="#F29018"></path><path d="M68.1 83.9C66.6 83.9 65.4 82.7 65.4 81.2C65.4 79.7 66.6 78.5 68.1 78.5C69.6 78.5 70.8 79.7 70.8 81.2C70.8 82.7 69.6 83.9 68.1 83.9Z" fill="#F29018"></path><path d="M35.4 83.9C33.9 83.9 32.7 82.7 32.7 81.2C32.7 79.7 33.9 78.5 35.4 78.5C36.9 78.5 38.1 79.7 38.1 81.2C38.1 82.7 36.9 83.9 35.4 83.9Z" fill="#F29018"></path><path d="M28.8 83.9C27.3 83.9 26.1 82.7 26.1 81.2C26.1 79.7 27.3 78.5 28.8 78.5C30.3 78.5 31.5 79.7 31.5 81.2C31.5 82.7 30.3 83.9 28.8 83.9Z" fill="#F29018"></path><path d="M22.3 83.9C20.8 83.9 19.6 82.7 19.6 81.2C19.6 79.7 20.8 78.5 22.3 78.5C23.8 78.5 25 79.7 25 81.2C25 82.7 23.8 83.9 22.3 83.9Z" fill="#F29018"></path><path d="M41.9 83.9C40.4 83.9 39.2 82.7 39.2 81.2C39.2 79.7 40.4 78.5 41.9 78.5C43.4 78.5 44.6 79.7 44.6 81.2C44.6 82.7 43.4 83.9 41.9 83.9Z" fill="#F29018"></path><path d="M48.4 83.9C46.9 83.9 45.7 82.7 45.7 81.2C45.7 79.7 46.9 78.5 48.4 78.5C49.9 78.5 51.1 79.7 51.1 81.2C51.2 82.7 49.9 83.9 48.4 83.9Z" fill="#F29018"></path><path d="M55 90.4C53.5 90.4 52.3 89.2 52.3 87.7C52.3 86.2 53.5 85 55 85C56.5 85 57.7 86.2 57.7 87.7C57.7 89.2 56.5 90.4 55 90.4Z" fill="#F29018"></path><path d="M61.5 90.4C60 90.4 58.8 89.2 58.8 87.7C58.8 86.2 60 85 61.5 85C63 85 64.2 86.2 64.2 87.7C64.2 89.2 63 90.4 61.5 90.4Z" fill="#F29018"></path><path d="M68.1 90.4C66.6 90.4 65.4 89.2 65.4 87.7C65.4 86.2 66.6 85 68.1 85C69.6 85 70.8 86.2 70.8 87.7C70.8 89.2 69.6 90.4 68.1 90.4Z" fill="#F29018"></path><path d="M74.6 90.4C73.1 90.4 71.9 89.2 71.9 87.7C71.9 86.2 73.1 85 74.6 85C76.1 85 77.3 86.2 77.3 87.7C77.3 89.2 76.1 90.4 74.6 90.4Z" fill="#F29018"></path><path d="M35.4 90.4C33.9 90.4 32.7 89.2 32.7 87.7C32.7 86.2 33.9 85 35.4 85C36.9 85 38.1 86.2 38.1 87.7C38.1 89.2 36.9 90.4 35.4 90.4Z" fill="#F29018"></path><path d="M28.8 90.4C27.3 90.4 26.1 89.2 26.1 87.7C26.1 86.2 27.3 85 28.8 85C30.3 85 31.5 86.2 31.5 87.7C31.5 89.2 30.3 90.4 28.8 90.4Z" fill="#F29018"></path><path d="M22.3 90.4C20.8 90.4 19.6 89.2 19.6 87.7C19.6 86.2 20.8 85 22.3 85C23.8 85 25 86.2 25 87.7C25 89.2 23.8 90.4 22.3 90.4Z" fill="#F29018"></path><path d="M15.8 90.4C14.3 90.4 13.1 89.2 13.1 87.7C13.1 86.2 14.3 85 15.8 85C17.3 85 18.5 86.2 18.5 87.7C18.5 89.2 17.3 90.4 15.8 90.4Z" fill="#F29018"></path><path d="M41.9 90.4C40.4 90.4 39.2 89.2 39.2 87.7C39.2 86.2 40.4 85 41.9 85C43.4 85 44.6 86.2 44.6 87.7C44.6 89.2 43.4 90.4 41.9 90.4Z" fill="#F29018"></path><path d="M48.4 90.4C46.9 90.4 45.7 89.2 45.7 87.7C45.7 86.2 46.9 85 48.4 85C49.9 85 51.1 86.2 51.1 87.7C51.2 89.2 49.9 90.4 48.4 90.4Z" fill="#F29018"></path><path d="M55 96.9C53.5 96.9 52.3 95.7 52.3 94.2C52.3 92.7 53.5 91.5 55 91.5C56.5 91.5 57.7 92.7 57.7 94.2C57.7 95.7 56.5 96.9 55 96.9Z" fill="#F29018"></path><path d="M61.5 96.9C60 96.9 58.8 95.7 58.8 94.2C58.8 92.7 60 91.5 61.5 91.5C63 91.5 64.2 92.7 64.2 94.2C64.2 95.7 63 96.9 61.5 96.9Z" fill="#F29018"></path><path d="M68.1 96.9C66.6 96.9 65.4 95.7 65.4 94.2C65.4 92.7 66.6 91.5 68.1 91.5C69.6 91.5 70.8 92.7 70.8 94.2C70.8 95.7 69.6 96.9 68.1 96.9Z" fill="#F29018"></path><path d="M74.6 96.9C73.1 96.9 71.9 95.7 71.9 94.2C71.9 92.7 73.1 91.5 74.6 91.5C76.1 91.5 77.3 92.7 77.3 94.2C77.3 95.7 76.1 96.9 74.6 96.9Z" fill="#F29018"></path><path d="M68.1 103.5C66.6 103.5 65.4 102.3 65.4 100.8C65.4 99.3 66.6 98.1 68.1 98.1C69.6 98.1 70.8 99.3 70.8 100.8C70.8 102.3 69.6 103.5 68.1 103.5Z" fill="#F29018"></path><path d="M74.6 103.5C73.1 103.5 71.9 102.3 71.9 100.8C71.9 99.3 73.1 98.1 74.6 98.1C76.1 98.1 77.3 99.3 77.3 100.8C77.3 102.3 76.1 103.5 74.6 103.5Z" fill="#F29018"></path><path d="M68.1 116.6C66.6 116.6 65.4 115.4 65.4 113.9C65.4 112.4 66.6 111.2 68.1 111.2C69.6 111.2 70.8 112.4 70.8 113.9C70.8 115.3 69.6 116.6 68.1 116.6Z" fill="#F29018"></path><path d="M74.6 116.6C73.1 116.6 71.9 115.4 71.9 113.9C71.9 112.4 73.1 111.2 74.6 111.2C76.1 111.2 77.3 112.4 77.3 113.9C77.3 115.3 76.1 116.6 74.6 116.6Z" fill="#F29018"></path><path d="M74.6 110C73.1 110 71.9 108.8 71.9 107.3C71.9 105.8 73.1 104.6 74.6 104.6C76.1 104.6 77.3 105.8 77.3 107.3C77.3 108.8 76.1 110 74.6 110Z" fill="#F29018"></path><path d="M68.1 123.1C66.6 123.1 65.4 121.9 65.4 120.4C65.4 118.9 66.6 117.7 68.1 117.7C69.6 117.7 70.8 118.9 70.8 120.4C70.8 121.9 69.6 123.1 68.1 123.1Z" fill="#F29018"></path><path d="M74.6 123.1C73.1 123.1 71.9 121.9 71.9 120.4C71.9 118.9 73.1 117.7 74.6 117.7C76.1 117.7 77.3 118.9 77.3 120.4C77.3 121.9 76.1 123.1 74.6 123.1Z" fill="#F29018"></path><path d="M35.4 96.9C33.9 96.9 32.7 95.7 32.7 94.2C32.7 92.7 33.9 91.5 35.4 91.5C36.9 91.5 38.1 92.7 38.1 94.2C38.1 95.7 36.9 96.9 35.4 96.9Z" fill="#F29018"></path><path d="M28.8 96.9C27.3 96.9 26.1 95.7 26.1 94.2C26.1 92.7 27.3 91.5 28.8 91.5C30.3 91.5 31.5 92.7 31.5 94.2C31.5 95.7 30.3 96.9 28.8 96.9Z" fill="#F29018"></path><path d="M22.3 96.9C20.8 96.9 19.6 95.7 19.6 94.2C19.6 92.7 20.8 91.5 22.3 91.5C23.8 91.5 25 92.7 25 94.2C25 95.7 23.8 96.9 22.3 96.9Z" fill="#F29018"></path><path d="M15.8 96.9C14.3 96.9 13.1 95.7 13.1 94.2C13.1 92.7 14.3 91.5 15.8 91.5C17.3 91.5 18.5 92.7 18.5 94.2C18.5 95.7 17.3 96.9 15.8 96.9Z" fill="#F29018"></path><path d="M9.2 96.9C7.7 96.9 6.5 95.7 6.5 94.2C6.5 92.7 7.7 91.5 9.2 91.5C10.7 91.5 11.9 92.7 11.9 94.2C11.9 95.7 10.7 96.9 9.2 96.9Z" fill="#F29018"></path><path d="M22.3 103.5C20.8 103.5 19.6 102.3 19.6 100.8C19.6 99.3 20.8 98.1 22.3 98.1C23.8 98.1 25 99.3 25 100.8C25 102.3 23.8 103.5 22.3 103.5Z" fill="#F29018"></path><path d="M15.8 103.5C14.3 103.5 13.1 102.3 13.1 100.8C13.1 99.3 14.3 98.1 15.8 98.1C17.3 98.1 18.5 99.3 18.5 100.8C18.5 102.3 17.3 103.5 15.8 103.5Z" fill="#F29018"></path><path d="M9.2 103.5C7.7 103.5 6.5 102.3 6.5 100.8C6.5 99.3 7.7 98.1 9.2 98.1C10.7 98.1 11.9 99.3 11.9 100.8C11.9 102.3 10.7 103.5 9.2 103.5Z" fill="#F29018"></path><path d="M2.7 103.5C1.2 103.5 0 102.3 0 100.8C0 99.3 1.2 98.1 2.7 98.1C4.2 98.1 5.4 99.3 5.4 100.8C5.4 102.3 4.2 103.5 2.7 103.5Z" fill="#F29018"></path><path d="M41.9 96.9C40.4 96.9 39.2 95.7 39.2 94.2C39.2 92.7 40.4 91.5 41.9 91.5C43.4 91.5 44.6 92.7 44.6 94.2C44.6 95.7 43.4 96.9 41.9 96.9Z" fill="#F29018"></path><path d="M48.4 96.9C46.9 96.9 45.7 95.7 45.7 94.2C45.7 92.7 46.9 91.5 48.4 91.5C49.9 91.5 51.1 92.7 51.1 94.2C51.2 95.7 49.9 96.9 48.4 96.9Z" fill="#F29018"></path><path d="M81.1 44.6C79.6 44.6 78.4 43.4 78.4 41.9C78.4 40.4 79.6 39.2 81.1 39.2C82.6 39.2 83.8 40.4 83.8 41.9C83.9 43.4 82.6 44.6 81.1 44.6Z" fill="#F29018"></path><path d="M41.9 31.6C40.4 31.6 39.2 30.4 39.2 28.9C39.2 27.4 40.4 26.2 41.9 26.2C43.4 26.2 44.6 27.4 44.6 28.9C44.6 30.4 43.4 31.6 41.9 31.6Z" fill="#F29018"></path><path d="M61.5 31.6C60 31.6 58.8 30.4 58.8 28.9C58.8 27.4 60 26.2 61.5 26.2C63 26.2 64.2 27.4 64.2 28.9C64.2 30.4 63 31.6 61.5 31.6Z" fill="#F29018"></path><path d="M68.1 31.6C66.6 31.6 65.4 30.4 65.4 28.9C65.4 27.4 66.6 26.2 68.1 26.2C69.6 26.2 70.8 27.4 70.8 28.9C70.8 30.4 69.6 31.6 68.1 31.6Z" fill="#F29018"></path><path d="M74.6 31.6C73.1 31.6 71.9 30.4 71.9 28.9C71.9 27.4 73.1 26.2 74.6 26.2C76.1 26.2 77.3 27.4 77.3 28.9C77.3 30.4 76.1 31.6 74.6 31.6Z" fill="#F29018"></path><path d="M81.1 31.6C79.6 31.6 78.4 30.4 78.4 28.9C78.4 27.4 79.6 26.2 81.1 26.2C82.6 26.2 83.8 27.4 83.8 28.9C83.8 30.4 82.6 31.6 81.1 31.6Z" fill="#F29018"></path><path d="M61.5 25C60 25 58.8 23.8 58.8 22.3C58.8 20.8 60 19.6 61.5 19.6C63 19.6 64.2 20.8 64.2 22.3C64.2 23.8 63 25 61.5 25Z" fill="#F29018"></path><path d="M55 31.6C53.5 31.6 52.3 30.4 52.3 28.9C52.3 27.4 53.5 26.2 55 26.2C56.5 26.2 57.7 27.4 57.7 28.9C57.7 30.4 56.5 31.6 55 31.6Z" fill="#F29018"></path><path d="M55 25C53.5 25 52.3 23.8 52.3 22.3C52.3 20.8 53.5 19.6 55 19.6C56.5 19.6 57.7 20.8 57.7 22.3C57.7 23.8 56.5 25 55 25Z" fill="#F29018"></path><path d="M41.9 18.5C40.4 18.5 39.2 17.3 39.2 15.8C39.2 14.3 40.4 13.1 41.9 13.1C43.4 13.1 44.6 14.3 44.6 15.8C44.6 17.3 43.4 18.5 41.9 18.5Z" fill="#F29018"></path><path d="M48.4 11.9C46.9 11.9 45.7 10.7 45.7 9.2C45.7 7.7 46.9 6.5 48.4 6.5C49.9 6.5 51.1 7.7 51.1 9.2C51.2 10.7 49.9 11.9 48.4 11.9Z" fill="#F29018"></path><path d="M55 5.4C53.5 5.4 52.3 4.2 52.3 2.7C52.3 1.2 53.5 0 55 0C56.5 0 57.7 1.2 57.7 2.7C57.7 4.2 56.5 5.4 55 5.4Z" fill="#F29018"></path><path d="M68.1 25C66.6 25 65.4 23.8 65.4 22.3C65.4 20.8 66.6 19.6 68.1 19.6C69.6 19.6 70.8 20.8 70.8 22.3C70.8 23.8 69.6 25 68.1 25Z" fill="#F29018"></path><path d="M74.6 25C73.1 25 71.9 23.8 71.9 22.3C71.9 20.8 73.1 19.6 74.6 19.6C76.1 19.6 77.3 20.8 77.3 22.3C77.3 23.8 76.1 25 74.6 25Z" fill="#F29018"></path><path d="M81.1 25C79.6 25 78.4 23.8 78.4 22.3C78.4 20.8 79.6 19.6 81.1 19.6C82.6 19.6 83.8 20.8 83.8 22.3C83.8 23.8 82.6 25 81.1 25Z" fill="#F29018"></path><path d="M61.5 18.5C60 18.5 58.8 17.3 58.8 15.8C58.8 14.3 60 13.1 61.5 13.1C63 13.1 64.2 14.3 64.2 15.8C64.2 17.3 63 18.5 61.5 18.5Z" fill="#F29018"></path><path d="M68.1 18.5C66.6 18.5 65.4 17.3 65.4 15.8C65.4 14.3 66.6 13.1 68.1 13.1C69.6 13.1 70.8 14.3 70.8 15.8C70.8 17.3 69.6 18.5 68.1 18.5Z" fill="#F29018"></path><path d="M74.6 18.5C73.1 18.5 71.9 17.3 71.9 15.8C71.9 14.3 73.1 13.1 74.6 13.1C76.1 13.1 77.3 14.3 77.3 15.8C77.3 17.3 76.1 18.5 74.6 18.5Z" fill="#F29018"></path><path d="M81.1 18.5C79.6 18.5 78.4 17.3 78.4 15.8C78.4 14.3 79.6 13.1 81.1 13.1C82.6 13.1 83.8 14.3 83.8 15.8C83.8 17.3 82.6 18.5 81.1 18.5Z" fill="#F29018"></path><path d="M87.7 31.6C86.2 31.6 85 30.4 85 28.9C85 27.4 86.2 26.2 87.7 26.2C89.2 26.2 90.4 27.4 90.4 28.9C90.4 30.4 89.2 31.6 87.7 31.6Z" fill="#F29018"></path><path d="M87.7 25C86.2 25 85 23.8 85 22.3C85 20.8 86.2 19.6 87.7 19.6C89.2 19.6 90.4 20.8 90.4 22.3C90.4 23.8 89.2 25 87.7 25Z" fill="#F29018"></path><path d="M87.7 18.5C86.2 18.5 85 17.3 85 15.8C85 14.3 86.2 13.1 87.7 13.1C89.2 13.1 90.4 14.3 90.4 15.8C90.4 17.3 89.2 18.5 87.7 18.5Z" fill="#F29018"></path><path d="M68.1 11.9C66.6 11.9 65.4 10.7 65.4 9.2C65.4 7.7 66.6 6.5 68.1 6.5C69.6 6.5 70.8 7.7 70.8 9.2C70.8 10.7 69.6 11.9 68.1 11.9Z" fill="#F29018"></path><path d="M74.6 11.9C73.1 11.9 71.9 10.7 71.9 9.2C71.9 7.7 73.1 6.5 74.6 6.5C76.1 6.5 77.3 7.7 77.3 9.2C77.3 10.7 76.1 11.9 74.6 11.9Z" fill="#F29018"></path><path d="M81.1 11.9C79.6 11.9 78.4 10.7 78.4 9.2C78.4 7.7 79.6 6.5 81.1 6.5C82.6 6.5 83.8 7.7 83.8 9.2C83.9 10.7 82.6 11.9 81.1 11.9Z" fill="#F29018"></path><path d="M87.7 11.9C86.2 11.9 85 10.7 85 9.2C85 7.7 86.2 6.5 87.7 6.5C89.2 6.5 90.4 7.7 90.4 9.2C90.4 10.7 89.2 11.9 87.7 11.9Z" fill="#F29018"></path><path d="M94.2 25C92.7 25 91.5 23.8 91.5 22.3C91.5 20.8 92.7 19.6 94.2 19.6C95.7 19.6 96.9 20.8 96.9 22.3C96.9 23.8 95.7 25 94.2 25Z" fill="#F29018"></path><path d="M94.2 18.5C92.7 18.5 91.5 17.3 91.5 15.8C91.5 14.3 92.7 13.1 94.2 13.1C95.7 13.1 96.9 14.3 96.9 15.8C96.9 17.3 95.7 18.5 94.2 18.5Z" fill="#F29018"></path><path d="M135.1 58.6V61.6C135.1 61.6 135.1 64.6 132.1 64.6H120.1V75V76.6C120.1 76.7 120.1 76.8 120.1 76.9C120.1 77 120.1 77 120.1 77.1C120 77.8 119.8 78.3 119.4 78.6C119.4 78.6 119.4 78.7 119.3 78.7C119.2 78.8 119.1 78.9 119 79C118.7 79.3 118.3 79.5 117.7 79.6C117.3 79.7 117.1 79.7 117.1 79.7H114.1C114.1 79.7 113.8 79.7 113.5 79.6C112.9 79.5 112.5 79.3 112.2 79C112.1 78.9 112 78.8 111.9 78.7C111.9 78.7 111.9 78.6 111.8 78.6C111.5 78.2 111.2 77.7 111.1 77.1C111.1 77 111.1 77 111.1 76.9C111.1 76.8 111.1 76.7 111.1 76.6V75V64.6H99.1C96.1 64.6 96.1 61.6 96.1 61.6V58.6C96.1 55.6 99.1 55.6 99.1 55.6H111.1V45.5V43.7C111.1 43.7 111.1 43.4 111.2 43C111.3 42.5 111.5 42.1 111.7 41.8C111.8 41.7 111.9 41.6 112 41.5L112.1 41.4C112.4 41.1 112.9 40.9 113.5 40.8C113.8 40.7 114 40.7 114.1 40.7H117.1C117.1 40.7 117.4 40.7 117.7 40.8C118.3 40.9 118.8 41.1 119.1 41.4L119.2 41.5C119.3 41.6 119.4 41.7 119.5 41.8C119.8 42.1 119.9 42.5 120 43C120.1 43.4 120.1 43.7 120.1 43.7V45.5V55.6H132.1C132.1 55.6 135.1 55.6 135.1 58.6Z" fill="#F29018"></path><path d="M132.1 83.9C119.1 92.9 101.2 89.6 92.3 76.6C83.4 63.6 86.6 45.7 99.6 36.8C112.6 27.8 130.5 31.1 139.4 44.1C148.3 57.1 145.1 74.9 132.1 83.9ZM149.2 37.3C136.5 18.9 111.2 14.2 92.8 27C74.4 39.7 69.7 65 82.5 83.4C93.8 99.8 115 105.2 132.5 97.4L148.1 120C150.4 123.3 154.9 124.1 158.3 121.8C161.6 119.5 162.5 115 160.2 111.7L144.5 89C158.1 75.4 160.5 53.6 149.2 37.3Z" fill="#110E72"></path>`,117)]])}for(var ba=g(_a,[[`render`,ya]]),xa={PRIMARY:`primary`,SECONDARY:`secondary`,DANGER:`danger`,WARNING:`warning`,INFO:`info`,SUCCESS:`success`,LIGHT:`light`,GRAY:`gray`},Sa={key:0,class:`b-d-alert-title`},Ca=(0,u.defineComponent)({__name:`BDAlert`,props:{variant:{default:xa.PRIMARY},title:{default:``}},setup(e){let t=e,n=(0,u.computed)(()=>[`alert`,`alert-${t.variant}`]);return(r,i)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{class:(0,u.normalizeClass)(n.value),role:`alert`},[e.title?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,Sa,[(0,u.createVNode)((0,u.unref)(Un)),(0,u.createElementVNode)(`span`,null,[(0,u.createElementVNode)(`strong`,null,(0,u.toDisplayString)(t.title),1)])])):(0,u.createCommentVNode)(``,!0),(0,u.renderSlot)(r.$slots,`default`)],2))}}),wa={key:0,class:`bd-article__body`},Ta={key:1},Ea=(0,u.defineComponent)({__name:`BDArticle`,props:{title:{default:``},text:{default:``},hideBody:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},identifier:{}},emits:[`click`],setup(e,{emit:t}){let n=e,r=t,i=e=>r(`click`,{event:e,identifier:n.identifier});return(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`article`,{class:`bd-article`,onClick:i},[(0,u.createElementVNode)(`header`,null,[(0,u.renderSlot)(e.$slots,`header`,{},()=>[(0,u.createElementVNode)(`h5`,null,(0,u.toDisplayString)(n.title),1)])]),n.hideBody?(0,u.createCommentVNode)(``,!0):((0,u.openBlock)(),(0,u.createElementBlock)(`div`,wa,[(0,u.renderSlot)(e.$slots,`default`,{},()=>[(0,u.createTextVNode)((0,u.toDisplayString)(n.text),1)])])),n.hideFooter?(0,u.createCommentVNode)(``,!0):((0,u.openBlock)(),(0,u.createElementBlock)(`footer`,Ta,[(0,u.renderSlot)(e.$slots,`footer`)]))]))}}),Da={key:0},Oa={key:1},ka=(0,u.defineComponent)({__name:`BDBadge`,props:{variant:{default:xa.PRIMARY}},setup(e){let t=e,n=(0,u.computed)(()=>[`badge`,`bd-badge`,`bd-badge-${t.variant}`]);return(t,r)=>((0,u.openBlock)(),(0,u.createElementBlock)(`span`,{role:`status`,class:(0,u.normalizeClass)(n.value)},[e.variant===`danger`?((0,u.openBlock)(),(0,u.createElementBlock)(`span`,Da,[(0,u.createVNode)((0,u.unref)(Un))])):(0,u.createCommentVNode)(``,!0),e.variant===`success`?((0,u.openBlock)(),(0,u.createElementBlock)(`span`,Oa,[(0,u.createVNode)((0,u.unref)(He))])):(0,u.createCommentVNode)(``,!0),(0,u.renderSlot)(t.$slots,`default`)],2))}}),Aa={XS:`xs`,SM:`sm`,MD:`md`,LG:`lg`,XL:`xl`},ja=(0,u.defineComponent)({__name:`BDLink`,props:{to:{default:``},target:{default:`_blank`},text:{default:void 0},rel:{default:`noopener noreferrer`}},setup(e){let t=e,n=/^https:/i,r=(0,u.computed)(()=>typeof t.to==`string`&&n.test(t.to)?`a`:typeof t.to!=`string`&&typeof(0,u.resolveComponent)(`router-link`)!=`string`?`router-link`:`div`),i=(0,u.computed)(()=>{if(typeof t.to==`string`&&n.test(t.to)){let{to:e,target:n,rel:r}=t;return{href:e,target:n,rel:r}}else{let{to:e}=t;return{to:e}}});return(e,n)=>((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(r.value),(0,u.mergeProps)({class:`bd-link`},i.value),{default:(0,u.withCtx)(()=>[(0,u.renderSlot)(e.$slots,`default`,{},()=>[(0,u.createTextVNode)((0,u.toDisplayString)(t.text),1)])]),_:3},16))}}),A=(0,u.defineComponent)({__name:`BDButton`,props:{size:{default:Aa.MD},variant:{default:{PRIMARY:`primary`,SECONDARY:`secondary`,COLLEAGUE:`colleague`,SUCCESS:`success`,DANGER:`danger`,OUT_PRIMARY:`outline-primary`,OUT_PRIMARY_DARK:`outline-primary-dark`,OUT_TERTIARY:`outline-tertiary`,OUT_LINK:`link`,LIGHT:`light`,DARK:`dark`,REMOVE:`remove`,NEUTRAL:`neutral`,ICON:`icon`}.PRIMARY},blockElement:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},to:{},target:{},text:{},rel:{}},emits:[`click`],setup(e,{emit:t}){let n=e,r=t,i=(0,u.computed)(()=>({btn:!0,[`btn-${n.variant}`]:n.variant,[`btn-${n.size}`]:!0,"d-grid":n.blockElement&&typeof n.to==`string`,disabled:n.disabled})),a=(0,u.computed)(()=>n.to?ja:`button`),o=(0,u.computed)(()=>{let e={};return n.to?(e.to=n.to,e.role=`button`):e.type=`submit`,e}),s=e=>{r(`click`,e)};return(e,t)=>((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(a.value),(0,u.mergeProps)({class:[`bd-btn`,i.value]},o.value,{onClick:s}),{default:(0,u.withCtx)(()=>[(0,u.renderSlot)(e.$slots,`default`,{},()=>[(0,u.createTextVNode)((0,u.toDisplayString)(n.text),1)])]),_:3},16,[`class`]))}}),Ma=256,Na=[],Pa=256,Fa;Ma--;)Na[Ma]=(Ma+256).toString(16).substring(1);function Ia(e){var t=0,n=e||11;if(!Fa||Ma+n>Pa*2)for(Fa=``,Ma=0;t<Pa;t++)Fa+=Na[Math.random()*256|0];return Fa.substring(Ma,Ma+++n)}function La(){return{uniqueIdentifier:(0,u.ref)(Ia())}}var Ra=[`id`],za={key:0},Ba=(0,u.defineComponent)({__name:`BDCard`,props:{class:{default:``},title:{default:``},noHeader:{type:Boolean,default:!1},noBody:{type:Boolean,default:!1},headerClass:{default:``},bodyClass:{default:``},id:{default:0},headerVariant:{default:`primary`}},setup(e){let{uniqueIdentifier:t}=La(),n=t.value,r=e,i=(0,u.computed)(()=>({"bd-card card":!0,[`${r.class}`]:r.class,"no-body":r.noBody})),a=(0,u.computed)(()=>({"card-header":!0,"no-title":!r.title,[`${r.headerClass}`]:r.headerClass,[`${r.headerVariant}`]:r.headerVariant})),o=(0,u.computed)(()=>({"card-body":!0,[`${r.bodyClass}`]:r.bodyClass}));return(t,r)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{id:(0,u.unref)(n),class:(0,u.normalizeClass)(i.value)},[!e.noHeader||e.noBody?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{key:0,class:(0,u.normalizeClass)(a.value)},[(0,u.renderSlot)(t.$slots,`header`,{},()=>[e.title?((0,u.openBlock)(),(0,u.createElementBlock)(`h2`,za,(0,u.toDisplayString)(e.title),1)):(0,u.createCommentVNode)(``,!0)])],2)):(0,u.createCommentVNode)(``,!0),e.noBody?(0,u.createCommentVNode)(``,!0):((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{key:1,class:(0,u.normalizeClass)(o.value)},[(0,u.renderSlot)(t.$slots,`body`)],2))],10,Ra))}}),Va={key:0},Ha={class:`bd-collapsable-card__actions`},Ua=[`data-bs-target`,`aria-expanded`],Wa=(0,u.defineComponent)({__name:`BDCollapsableCard`,props:{title:{default:`Title`},disabled:{type:Boolean,default:!1},collapseOn:{default:null},showOn:{default:`md`},visible:{type:Boolean,default:!0},noHeader:{type:Boolean,default:!1}},setup(e){let{uniqueIdentifier:t}=La(),n=t.value,r=e,i=(0,u.computed)(()=>`bd-collapsable-card__collapse-${n}`),a=(0,u.computed)(()=>({"d-block":[Aa.SM,Aa.MD].includes(r.showOn.toLowerCase()),"d-md-none":r.showOn.toLowerCase()==Aa.SM,"d-lg-none":r.showOn.toLowerCase()==Aa.MD})),o=(0,u.computed)(()=>{let e={"round-corners-sm":r.showOn.toLowerCase()==Aa.SM,"round-corners-md":r.showOn.toLowerCase()==Aa.MD,"is-disabled":r.disabled,"round-corners":!r.visible};return Object.keys(e).filter(t=>e[t]).join(` `)}),s=(0,u.computed)(()=>r.collapseOn?f.value>d:!0),c=(0,u.computed)(()=>r.noHeader&&s.value),l=(0,u.computed)(()=>{let e={show:s.value,collapse:!0,"collapsable-body":!0,[`${i.value}`]:!0,"display-none":!r.visible||r.disabled,"open-collapse-lg":r.visible&&[Aa.SM,Aa.MD].includes(r.showOn.toLowerCase()),"open-collapse-md":r.showOn.toLowerCase()==Aa.SM&&r.visible};return Object.keys(e).filter(t=>e[t]).join(` `)}),d=m(),f=(0,u.ref)(0);(0,u.onMounted)(()=>{p(),window.addEventListener(`resize`,p)}),(0,u.onUnmounted)(()=>{window.removeEventListener(`resize`,p)});function p(){f.value=Math.max(document.documentElement.clientWidth,window.innerWidth||0)}function m(){if(!r.collapseOn)return 0;switch(r.collapseOn.toLowerCase()){case Aa.XS:return 576;case Aa.SM:return 768;case Aa.MD:return 850;case Aa.LG:return 1200;case Aa.XL:return 1400;default:return 0}}return(t,n)=>((0,u.openBlock)(),(0,u.createBlock)(Ba,{class:`bd-collapsable-card`,title:e.title,"header-class":o.value,"body-class":l.value,"no-header":c.value},{header:(0,u.withCtx)(()=>[e.title?((0,u.openBlock)(),(0,u.createElementBlock)(`h2`,Va,(0,u.toDisplayString)(e.title),1)):(0,u.createCommentVNode)(``,!0),(0,u.createElementVNode)(`div`,Ha,[(0,u.renderSlot)(t.$slots,`action`),!e.disabled&&e.visible?((0,u.openBlock)(),(0,u.createElementBlock)(`button`,{key:0,class:(0,u.normalizeClass)([`btn btn-white btn-caret`,a.value]),type:`button`,"data-bs-toggle":`collapse`,"data-bs-target":`.${i.value}`,"aria-expanded":s.value},[(0,u.createVNode)((0,u.unref)(Ae))],10,Ua)):(0,u.createCommentVNode)(``,!0)])]),body:(0,u.withCtx)(()=>[(0,u.renderSlot)(t.$slots,`body`)]),_:3},8,[`title`,`header-class`,`body-class`,`no-header`]))}});function Ga(e,t){typeof console<`u`&&(console.warn(`[intlify] `+e),t&&console.warn(t.stack))}var Ka={};function qa(e){Ka[e]||(Ka[e]=!0,Ga(e))}var Ja=typeof window<`u`,Ya,Xa;if(process.env.NODE_ENV!==`production`){let e=Ja&&window.performance;e&&e.mark&&e.measure&&e.clearMarks&&e.clearMeasures&&(Ya=t=>{e.mark(t)},Xa=(t,n,r)=>{e.measure(t,n,r),e.clearMarks(n),e.clearMarks(r)})}var Za=/\{([0-9a-zA-Z]+)\}/g;function Qa(e,...t){return t.length===1&&P(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(Za,(e,n)=>t.hasOwnProperty(n)?t[n]:``)}var $a=(e,t=!1)=>t?Symbol.for(e):Symbol(e),eo=(e,t,n)=>to({l:e,k:t,s:n}),to=e=>JSON.stringify(e).replace(/\u2028/g,`\\u2028`).replace(/\u2029/g,`\\u2029`).replace(/\u0027/g,`\\u0027`),no=e=>typeof e==`number`&&isFinite(e),ro=e=>To(e)===`[object Date]`,io=e=>To(e)===`[object RegExp]`,ao=e=>F(e)&&Object.keys(e).length===0,oo=Object.assign,so=Object.create,j=(e=null)=>so(e),co,lo=()=>co||=typeof globalThis<`u`?globalThis:typeof self<`u`?self:typeof window<`u`?window:typeof global<`u`?global:j();function uo(e){return e.replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/"/g,`&quot;`).replace(/'/g,`&apos;`).replace(/\//g,`&#x2F;`).replace(/=/g,`&#x3D;`)}function fo(e){return e.replace(/&(?![a-zA-Z0-9#]{2,6};)/g,`&amp;`).replace(/"/g,`&quot;`).replace(/'/g,`&apos;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`)}var po=/^\s*javascript\s*(?::|&#0*58;?|&#x0*3a;?|&colon;?)/i,mo=/^(?:href|src|action|formaction)$/i;function ho(e){return po.test(e)}function go(e){let t=/url\s*\(/gi,n=``,r=0,i;for(;(i=t.exec(e))!==null;){let a=i.index,o=t.lastIndex-1,s=o+1,c=1,l=null;for(;s<e.length;s++){let t=e[s];if(l){t===l&&(l=null);continue}if(t===`"`||t===`'`)l=t;else if(t===`(`)c++;else if(t===`)`&&(c--,c===0))break}if(c!==0)break;let u=e.slice(o+1,s).trim(),d=u.startsWith(`"`)&&u.endsWith(`"`)||u.startsWith(`'`)&&u.endsWith(`'`)?u.slice(1,-1).trim():u;n+=e.slice(r,a),n+=ho(d)?`url(about:blank)`:e.slice(a,s+1),r=s+1}return n+e.slice(r)}function _o(e,t){return mo.test(e)&&ho(t)?`about:blank`:fo(e.toLowerCase()===`style`?go(t):t)}function vo(e){return e=e.replace(/([\w:-]+)\s*=\s*"([^"]*)"/g,(e,t,n)=>`${t}="${_o(t,n)}"`),e=e.replace(/([\w:-]+)\s*=\s*'([^']*)'/g,(e,t,n)=>`${t}='${_o(t,n)}'`),/\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi.test(e)&&(process.env.NODE_ENV!==`production`&&Ga(`Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages.`),e=e.replace(/(\s+)(on)(\w+\s*=)/gi,`$1&#111;n$3`)),e=e.replace(/(\s+(?:href|src|action|formaction)\s*=\s*)([^\s"'=<>`]+)/gi,(e,t,n)=>ho(n)?`${t}about:blank`:e),e}var yo=Object.prototype.hasOwnProperty;function bo(e,t){return yo.call(e,t)}var xo=Array.isArray,So=e=>typeof e==`function`,M=e=>typeof e==`string`,N=e=>typeof e==`boolean`,P=e=>typeof e==`object`&&!!e,Co=e=>P(e)&&So(e.then)&&So(e.catch),wo=Object.prototype.toString,To=e=>wo.call(e),F=e=>To(e)===`[object Object]`,Eo=e=>e==null?``:xo(e)||F(e)&&e.toString===wo?JSON.stringify(e,null,2):String(e);function Do(e,t=``){return e.reduce((e,n,r)=>r===0?e+n:e+t+n,``)}var Oo=2;function ko(e,t=0,n=e.length){let r=e.split(/\r?\n/),i=0,a=[];for(let e=0;e<r.length;e++)if(i+=r[e].length+1,i>=t){for(let o=e-Oo;o<=e+Oo||n>i;o++){if(o<0||o>=r.length)continue;let s=o+1;a.push(`${s}${` `.repeat(3-String(s).length)}| ${r[o]}`);let c=r[o].length;if(o===e){let e=t-(i-c)+1,r=Math.max(1,n>i?c-e:n-t);a.push(` | `+` `.repeat(e)+`^`.repeat(r))}else if(o>e){if(n>i){let e=Math.max(Math.min(n-i,c),1);a.push(` | `+`^`.repeat(e))}i+=c+1}}break}return a.join(`
56
56
  `)}function Ao(){let e=new Map;return{events:e,on(t,n){let r=e.get(t);r&&r.push(n)||e.set(t,[n])},off(t,n){let r=e.get(t);r&&r.splice(r.indexOf(n)>>>0,1)},emit(t,n){(e.get(t)||[]).slice().map(e=>e(n)),(e.get(`*`)||[]).slice().map(e=>e(t,n))}}}var jo=e=>!P(e)||xo(e);function Mo(e,t){if(jo(e)||jo(t))throw Error(`Invalid value`);let n=[{src:e,des:t}];for(;n.length;){let{src:e,des:t}=n.pop();Object.keys(e).forEach(r=>{r!==`__proto__`&&(P(e[r])&&!P(t[r])&&(t[r]=Array.isArray(e[r])?[]:j()),jo(t[r])||jo(e[r])?t[r]=e[r]:n.push({src:e[r],des:t[r]}))})}}function No(e,t,n){return{line:e,column:t,offset:n}}function Po(e,t,n){let r={start:e,end:t};return n!=null&&(r.source=n),r}var I={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16},Fo={[I.EXPECTED_TOKEN]:`Expected token: '{0}'`,[I.INVALID_TOKEN_IN_PLACEHOLDER]:`Invalid token in placeholder: '{0}'`,[I.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:`Unterminated single quote in placeholder`,[I.UNKNOWN_ESCAPE_SEQUENCE]:`Unknown escape sequence: \\{0}`,[I.INVALID_UNICODE_ESCAPE_SEQUENCE]:`Invalid unicode escape sequence: {0}`,[I.UNBALANCED_CLOSING_BRACE]:`Unbalanced closing brace`,[I.UNTERMINATED_CLOSING_BRACE]:`Unterminated closing brace`,[I.EMPTY_PLACEHOLDER]:`Empty placeholder`,[I.NOT_ALLOW_NEST_PLACEHOLDER]:`Not allowed nest placeholder`,[I.INVALID_LINKED_FORMAT]:`Invalid linked format`,[I.MUST_HAVE_MESSAGES_IN_PLURAL]:`Plural must have messages`,[I.UNEXPECTED_EMPTY_LINKED_MODIFIER]:`Unexpected empty linked modifier`,[I.UNEXPECTED_EMPTY_LINKED_KEY]:`Unexpected empty linked key`,[I.UNEXPECTED_LEXICAL_ANALYSIS]:`Unexpected lexical analysis in token: '{0}'`,[I.UNHANDLED_CODEGEN_NODE_TYPE]:`unhandled codegen node type: '{0}'`,[I.UNHANDLED_MINIFIER_NODE_TYPE]:`unhandled mimifier node type: '{0}'`};function Io(e,t,n={}){let{domain:r,messages:i,args:a}=n,o=process.env.NODE_ENV===`production`?e:Qa((i||Fo)[e]||``,...a||[]),s=SyntaxError(String(o));return s.code=e,t&&(s.location=t),s.domain=r,s}function Lo(e){throw e}var Ro=/<\/?[\w\s="/.':;#-\/]+>/,zo=e=>Ro.test(e),Bo=` `,Vo=`\r`,Ho=`
57
57
  `,Uo=`\u2028`,Wo=`\u2029`;function Go(e){let t=e,n=0,r=1,i=1,a=0,o=e=>t[e]===Vo&&t[e+1]===Ho,s=e=>t[e]===Ho,c=e=>t[e]===Wo,l=e=>t[e]===Uo,u=e=>o(e)||s(e)||c(e)||l(e),d=()=>n,f=()=>r,p=()=>i,m=()=>a,h=e=>o(e)||c(e)||l(e)?Ho:t[e],g=()=>h(n),_=()=>h(n+a);function v(){return a=0,u(n)&&(r++,i=0),o(n)&&n++,n++,i++,t[n]}function y(){return o(n+a)&&a++,a++,t[n+a]}function b(){n=0,r=1,i=1,a=0}function x(e=0){a=e}function S(){let e=n+a;for(;e!==n;)v();a=0}return{index:d,line:f,column:p,peekOffset:m,charAt:h,currentChar:g,currentPeek:_,next:v,peek:y,reset:b,resetPeek:x,skipToPeek:S}}var Ko=void 0,qo=`'`,Jo=`tokenizer`;function Yo(e,t={}){let n=t.location!==!1,r=Go(e),i=()=>r.index(),a=()=>No(r.line(),r.column(),r.index()),o=a(),s=i(),c={currentType:13,offset:s,startLoc:o,endLoc:o,lastType:13,lastOffset:s,lastStartLoc:o,lastEndLoc:o,braceNest:0,inLinked:!1,text:``},l=()=>c,{onError:u}=t;function d(e,t,r,...i){let a=l();t.column+=r,t.offset+=r,u&&u(Io(e,n?Po(a.startLoc,t):null,{domain:Jo,args:i}))}function f(e,t,r){e.endLoc=a(),e.currentType=t;let i={type:t};return n&&(i.loc=Po(e.startLoc,e.endLoc)),r!=null&&(i.value=r),i}let p=e=>f(e,13);function m(e,t){return e.currentChar()===t?(e.next(),t):(d(I.EXPECTED_TOKEN,a(),0,t),``)}function h(e){let t=``;for(;e.currentPeek()===Bo||e.currentPeek()===Ho;)t+=e.currentPeek(),e.peek();return t}function g(e){let t=h(e);return e.skipToPeek(),t}function _(e){if(e===Ko)return!1;let t=e.charCodeAt(0);return t>=97&&t<=122||t>=65&&t<=90||t===95}function v(e){if(e===Ko)return!1;let t=e.charCodeAt(0);return t>=48&&t<=57}function y(e,t){let{currentType:n}=t;if(n!==2)return!1;h(e);let r=_(e.currentPeek());return e.resetPeek(),r}function b(e,t){let{currentType:n}=t;if(n!==2)return!1;h(e);let r=v(e.currentPeek()===`-`?e.peek():e.currentPeek());return e.resetPeek(),r}function x(e,t){let{currentType:n}=t;if(n!==2)return!1;h(e);let r=e.currentPeek()===qo;return e.resetPeek(),r}function S(e,t){let{currentType:n}=t;if(n!==7)return!1;h(e);let r=e.currentPeek()===`.`;return e.resetPeek(),r}function C(e,t){let{currentType:n}=t;if(n!==8)return!1;h(e);let r=_(e.currentPeek());return e.resetPeek(),r}function w(e,t){let{currentType:n}=t;if(!(n===7||n===11))return!1;h(e);let r=e.currentPeek()===`:`;return e.resetPeek(),r}function T(e,t){let{currentType:n}=t;if(n!==9)return!1;let r=()=>{let t=e.currentPeek();return t===`{`?_(e.peek()):t===`@`||t===`|`||t===`:`||t===`.`||t===Bo||!t?!1:t===Ho?(e.peek(),r()):D(e,!1)},i=r();return e.resetPeek(),i}function E(e){h(e);let t=e.currentPeek()===`|`;return e.resetPeek(),t}function D(e,t=!0){let n=(t=!1,r=``)=>{let i=e.currentPeek();return i===`{`||i===`@`||!i?t:i===`|`?!(r===Bo||r===Ho):i===Bo?(e.peek(),n(!0,Bo)):i===Ho?(e.peek(),n(!0,Ho)):!0},r=n();return t&&e.resetPeek(),r}function O(e,t){let n=e.currentChar();if(n!==Ko)return t(n)?(e.next(),n):null}function ee(e){let t=e.charCodeAt(0);return t>=97&&t<=122||t>=65&&t<=90||t>=48&&t<=57||t===95||t===36}function te(e){return O(e,ee)}function ne(e){let t=e.charCodeAt(0);return t>=97&&t<=122||t>=65&&t<=90||t>=48&&t<=57||t===95||t===36||t===45}function k(e){return O(e,ne)}function re(e){let t=e.charCodeAt(0);return t>=48&&t<=57}function ie(e){return O(e,re)}function ae(e){let t=e.charCodeAt(0);return t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102}function oe(e){return O(e,ae)}function se(e){let t=``,n=``;for(;t=ie(e);)n+=t;return n}function ce(e){let t=``;for(;;){let n=e.currentChar();if(n===`\\`){let r=e.peek();r===`{`||r===`}`||r===`@`||r===`|`||r===`\\`?(t+=n+r,e.next(),e.next()):(e.resetPeek(),t+=n,e.next())}else if(n===`{`||n===`}`||n===`@`||n===`|`||!n)break;else if(n===Bo||n===Ho)if(D(e))t+=n,e.next();else if(E(e))break;else t+=n,e.next();else t+=n,e.next()}return t}function le(e){g(e);let t=``,n=``;for(;t=k(e);)n+=t;let r=e.currentChar();if(r&&r!==`}`&&r!==Ko&&r!==Bo&&r!==Ho&&r!==` `){let t=ge(e);return d(I.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,n+t),n+t}return e.currentChar()===Ko&&d(I.UNTERMINATED_CLOSING_BRACE,a(),0),n}function ue(e){g(e);let t=``;return e.currentChar()===`-`?(e.next(),t+=`-${se(e)}`):t+=se(e),e.currentChar()===Ko&&d(I.UNTERMINATED_CLOSING_BRACE,a(),0),t}function de(e){return e!==qo&&e!==Ho}function fe(e){g(e),m(e,`'`);let t=``,n=``;for(;t=O(e,de);)t===`\\`?n+=pe(e):n+=t;let r=e.currentChar();return r===Ho||r===Ko?(d(I.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),r===Ho&&(e.next(),m(e,`'`)),n):(m(e,`'`),n)}function pe(e){let t=e.currentChar();switch(t){case`\\`:case`'`:return e.next(),`\\${t}`;case`u`:return me(e,t,4);case`U`:return me(e,t,6);default:return d(I.UNKNOWN_ESCAPE_SEQUENCE,a(),0,t),``}}function me(e,t,n){m(e,t);let r=``;for(let i=0;i<n;i++){let n=oe(e);if(!n){d(I.INVALID_UNICODE_ESCAPE_SEQUENCE,a(),0,`\\${t}${r}${e.currentChar()}`);break}r+=n}return`\\${t}${r}`}function he(e){return e!==`{`&&e!==`}`&&e!==Bo&&e!==Ho}function ge(e){g(e);let t=``,n=``;for(;t=O(e,he);)n+=t;return n}function _e(e){let t=``,n=``;for(;t=te(e);)n+=t;return n}function ve(e){let t=n=>{let r=e.currentChar();return r===`{`||r===`@`||r===`|`||r===`(`||r===`)`||!r||r===Bo?n:(n+=r,e.next(),t(n))};return t(``)}function ye(e){g(e);let t=m(e,`|`);return g(e),t}function be(e,t){let n=null;switch(e.currentChar()){case`{`:return t.braceNest>=1&&d(I.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),e.next(),n=f(t,2,`{`),g(e),t.braceNest++,n;case`}`:return t.braceNest>0&&t.currentType===2&&d(I.EMPTY_PLACEHOLDER,a(),0),e.next(),n=f(t,3,`}`),t.braceNest--,t.braceNest>0&&g(e),t.inLinked&&t.braceNest===0&&(t.inLinked=!1),n;case`@`:return t.braceNest>0&&d(I.UNTERMINATED_CLOSING_BRACE,a(),0),n=xe(e,t)||p(t),t.braceNest=0,n;default:{let r=!0,i=!0,o=!0;if(E(e))return t.braceNest>0&&d(I.UNTERMINATED_CLOSING_BRACE,a(),0),n=f(t,1,ye(e)),t.braceNest=0,t.inLinked=!1,n;if(t.braceNest>0&&(t.currentType===4||t.currentType===5||t.currentType===6))return d(I.UNTERMINATED_CLOSING_BRACE,a(),0),t.braceNest=0,Se(e,t);if(r=y(e,t))return n=f(t,4,le(e)),g(e),n;if(i=b(e,t))return n=f(t,5,ue(e)),g(e),n;if(o=x(e,t))return n=f(t,6,fe(e)),g(e),n;if(!r&&!i&&!o)return n=f(t,12,ge(e)),d(I.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,n.value),g(e),n;break}}return n}function xe(e,t){let{currentType:n}=t,r=null,i=e.currentChar();switch((n===7||n===8||n===11||n===9)&&(i===Ho||i===Bo)&&d(I.INVALID_LINKED_FORMAT,a(),0),i){case`@`:return e.next(),r=f(t,7,`@`),t.inLinked=!0,r;case`.`:return g(e),e.next(),f(t,8,`.`);case`:`:return g(e),e.next(),f(t,9,`:`);default:return E(e)?(r=f(t,1,ye(e)),t.braceNest=0,t.inLinked=!1,r):S(e,t)||w(e,t)?(g(e),xe(e,t)):C(e,t)?(g(e),f(t,11,_e(e))):T(e,t)?(g(e),i===`{`?be(e,t)||r:f(t,10,ve(e))):(n===7&&d(I.INVALID_LINKED_FORMAT,a(),0),t.braceNest=0,t.inLinked=!1,Se(e,t))}}function Se(e,t){let n={type:13};if(t.braceNest>0)return be(e,t)||p(t);if(t.inLinked)return xe(e,t)||p(t);switch(e.currentChar()){case`{`:return be(e,t)||p(t);case`}`:return d(I.UNBALANCED_CLOSING_BRACE,a(),0),e.next(),f(t,3,`}`);case`@`:return xe(e,t)||p(t);default:if(E(e))return n=f(t,1,ye(e)),t.braceNest=0,t.inLinked=!1,n;if(D(e))return f(t,0,ce(e));break}return n}function Ce(){let{currentType:e,offset:t,startLoc:n,endLoc:o}=c;return c.lastType=e,c.lastOffset=t,c.lastStartLoc=n,c.lastEndLoc=o,c.offset=i(),c.startLoc=a(),r.currentChar()===Ko?f(c,13):Se(r,c)}return{nextToken:Ce,currentOffset:i,currentPosition:a,context:l}}var Xo=`parser`,Zo=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g,Qo=/\\([\\@{}|])/g;function $o(e,t){return t}function es(e,t,n){switch(e){case`\\\\`:return`\\`;case`\\'`:return`'`;default:{let e=parseInt(t||n,16);return e<=55295||e>=57344?String.fromCodePoint(e):`�`}}}function ts(e={}){let t=e.location!==!1,{onError:n}=e;function r(e,r,i,a,...o){let s=e.currentPosition();s.offset+=a,s.column+=a,n&&n(Io(r,t?Po(i,s):null,{domain:Xo,args:o}))}function i(e,n,r){let i={type:e};return t&&(i.start=n,i.end=n,i.loc={start:r,end:r}),i}function a(e,n,r,i){t&&(e.end=n,e.loc&&(e.loc.end=r))}function o(e,t){let n=e.context(),r=i(3,n.offset,n.startLoc);return r.value=t.replace(Qo,$o),a(r,e.currentOffset(),e.currentPosition()),r}function s(e,t){let{lastOffset:n,lastStartLoc:r}=e.context(),o=i(5,n,r);return o.index=parseInt(t,10),e.nextToken(),a(o,e.currentOffset(),e.currentPosition()),o}function c(e,t){let{lastOffset:n,lastStartLoc:r}=e.context(),o=i(4,n,r);return o.key=t,e.nextToken(),a(o,e.currentOffset(),e.currentPosition()),o}function l(e,t){let{lastOffset:n,lastStartLoc:r}=e.context(),o=i(9,n,r);return o.value=t.replace(Zo,es),e.nextToken(),a(o,e.currentOffset(),e.currentPosition()),o}function u(e){let t=e.nextToken(),n=e.context(),{lastOffset:o,lastStartLoc:s}=n,c=i(8,o,s);return t.type===11?(t.value??r(e,I.UNEXPECTED_LEXICAL_ANALYSIS,n.lastStartLoc,0,ns(t)),c.value=t.value||``,a(c,e.currentOffset(),e.currentPosition()),{node:c}):(r(e,I.UNEXPECTED_EMPTY_LINKED_MODIFIER,n.lastStartLoc,0),c.value=``,a(c,o,s),{nextConsumeToken:t,node:c})}function d(e,t){let n=e.context(),r=i(7,n.offset,n.startLoc);return r.value=t,a(r,e.currentOffset(),e.currentPosition()),r}function f(e){let t=e.context(),n=i(6,t.offset,t.startLoc),o=e.nextToken();if(o.type===8){let t=u(e);n.modifier=t.node,o=t.nextConsumeToken||e.nextToken()}switch(o.type!==9&&r(e,I.UNEXPECTED_LEXICAL_ANALYSIS,t.lastStartLoc,0,ns(o)),o=e.nextToken(),o.type===2&&(o=e.nextToken()),o.type){case 10:o.value??r(e,I.UNEXPECTED_LEXICAL_ANALYSIS,t.lastStartLoc,0,ns(o)),n.key=d(e,o.value||``);break;case 4:o.value??r(e,I.UNEXPECTED_LEXICAL_ANALYSIS,t.lastStartLoc,0,ns(o)),n.key=c(e,o.value||``);break;case 5:o.value??r(e,I.UNEXPECTED_LEXICAL_ANALYSIS,t.lastStartLoc,0,ns(o)),n.key=s(e,o.value||``);break;case 6:o.value??r(e,I.UNEXPECTED_LEXICAL_ANALYSIS,t.lastStartLoc,0,ns(o)),n.key=l(e,o.value||``);break;default:{r(e,I.UNEXPECTED_EMPTY_LINKED_KEY,t.lastStartLoc,0);let s=e.context(),c=i(7,s.offset,s.startLoc);return c.value=``,a(c,s.offset,s.startLoc),n.key=c,a(n,s.offset,s.startLoc),{nextConsumeToken:o,node:n}}}return a(n,e.currentOffset(),e.currentPosition()),{node:n}}function p(e){let t=e.context(),n=i(2,t.currentType===1?e.currentOffset():t.offset,t.currentType===1?t.endLoc:t.startLoc);n.items=[];let u=null;do{let i=u||e.nextToken();switch(u=null,i.type){case 0:i.value??r(e,I.UNEXPECTED_LEXICAL_ANALYSIS,t.lastStartLoc,0,ns(i)),n.items.push(o(e,i.value||``));break;case 5:i.value??r(e,I.UNEXPECTED_LEXICAL_ANALYSIS,t.lastStartLoc,0,ns(i)),n.items.push(s(e,i.value||``));break;case 4:i.value??r(e,I.UNEXPECTED_LEXICAL_ANALYSIS,t.lastStartLoc,0,ns(i)),n.items.push(c(e,i.value||``));break;case 6:i.value??r(e,I.UNEXPECTED_LEXICAL_ANALYSIS,t.lastStartLoc,0,ns(i)),n.items.push(l(e,i.value||``));break;case 7:{let t=f(e);n.items.push(t.node),u=t.nextConsumeToken||null;break}}}while(t.currentType!==13&&t.currentType!==1);return a(n,t.currentType===1?t.lastOffset:e.currentOffset(),t.currentType===1?t.lastEndLoc:e.currentPosition()),n}function m(e,t,n,o){let s=e.context(),c=o.items.length===0,l=i(1,t,n);l.cases=[],l.cases.push(o);do{let t=p(e);c||=t.items.length===0,l.cases.push(t)}while(s.currentType!==13);return c&&r(e,I.MUST_HAVE_MESSAGES_IN_PLURAL,n,0),a(l,e.currentOffset(),e.currentPosition()),l}function h(e){let t=e.context(),{offset:n,startLoc:r}=t,i=p(e);return t.currentType===13?i:m(e,n,r,i)}function g(n){let o=Yo(n,oo({},e)),s=o.context(),c=i(0,s.offset,s.startLoc);return t&&c.loc&&(c.loc.source=n),c.body=h(o),e.onCacheKey&&(c.cacheKey=e.onCacheKey(n)),s.currentType!==13&&r(o,I.UNEXPECTED_LEXICAL_ANALYSIS,s.lastStartLoc,0,n[s.offset]||``),a(c,o.currentOffset(),o.currentPosition()),c}return{parse:g}}function ns(e){if(e.type===13)return`EOF`;let t=(e.value||``).replace(/\r?\n/gu,`\\n`);return t.length>10?t.slice(0,9)+`…`:t}function rs(e,t={}){let n={ast:e,helpers:new Set};return{context:()=>n,helper:e=>(n.helpers.add(e),e)}}function is(e,t){for(let n=0;n<e.length;n++)as(e[n],t)}function as(e,t){switch(e.type){case 1:is(e.cases,t),t.helper(`plural`);break;case 2:is(e.items,t);break;case 6:as(e.key,t),t.helper(`linked`),t.helper(`type`);break;case 5:t.helper(`interpolate`),t.helper(`list`);break;case 4:t.helper(`interpolate`),t.helper(`named`);break}}function ss(e,t={}){let n=rs(e);n.helper(`normalize`),e.body&&as(e.body,n);let r=n.context();e.helpers=Array.from(r.helpers)}function cs(e){let t=e.body;return t.type===2?ls(t):t.cases.forEach(e=>ls(e)),e}function ls(e){if(e.items.length===1){let t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{let t=[];for(let n=0;n<e.items.length;n++){let r=e.items[n];if(!(r.type===3||r.type===9)||r.value==null)break;t.push(r.value)}if(t.length===e.items.length){e.static=Do(t);for(let t=0;t<e.items.length;t++){let n=e.items[t];(n.type===3||n.type===9)&&delete n.value}}}}var us=`minifier`;function ds(e){switch(e.t=e.type,e.type){case 0:{let t=e;ds(t.body),t.b=t.body,delete t.body;break}case 1:{let t=e,n=t.cases;for(let e=0;e<n.length;e++)ds(n[e]);t.c=n,delete t.cases;break}case 2:{let t=e,n=t.items;for(let e=0;e<n.length;e++)ds(n[e]);t.i=n,delete t.items,t.static&&(t.s=t.static,delete t.static);break}case 3:case 9:case 8:case 7:{let t=e;t.value&&(t.v=t.value,delete t.value);break}case 6:{let t=e;ds(t.key),t.k=t.key,delete t.key,t.modifier&&(ds(t.modifier),t.m=t.modifier,delete t.modifier);break}case 5:{let t=e;t.i=t.index,delete t.index;break}case 4:{let t=e;t.k=t.key,delete t.key;break}default:if(process.env.NODE_ENV!==`production`)throw Io(I.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:us,args:[e.type]})}delete e.type}var fs=`parser`;function ps(e,t){let{filename:n,breakLineCode:r,needIndent:i}=t,a=t.location!==!1,o={filename:n,code:``,column:1,line:1,offset:0,map:void 0,breakLineCode:r,needIndent:i,indentLevel:0};a&&e.loc&&(o.source=e.loc.source);let s=()=>o;function c(e,t){o.code+=e}function l(e,t=!0){let n=t?r:``;c(i?n+` `.repeat(e):n)}function u(e=!0){let t=++o.indentLevel;e&&l(t)}function d(e=!0){let t=--o.indentLevel;e&&l(t)}function f(){l(o.indentLevel)}return{context:s,push:c,indent:u,deindent:d,newline:f,helper:e=>`_${e}`,needIndent:()=>o.needIndent}}function ms(e,t){let{helper:n}=e;e.push(`${n(`linked`)}(`),vs(e,t.key),t.modifier?(e.push(`, `),vs(e,t.modifier),e.push(`, _type`)):e.push(`, undefined, _type`),e.push(`)`)}function hs(e,t){let{helper:n,needIndent:r}=e;e.push(`${n(`normalize`)}([`),e.indent(r());let i=t.items.length;for(let n=0;n<i&&(vs(e,t.items[n]),n!==i-1);n++)e.push(`, `);e.deindent(r()),e.push(`])`)}function gs(e,t){let{helper:n,needIndent:r}=e;if(t.cases.length>1){e.push(`${n(`plural`)}([`),e.indent(r());let i=t.cases.length;for(let n=0;n<i&&(vs(e,t.cases[n]),n!==i-1);n++)e.push(`, `);e.deindent(r()),e.push(`])`)}}function _s(e,t){t.body?vs(e,t.body):e.push(`null`)}function vs(e,t){let{helper:n}=e;switch(t.type){case 0:_s(e,t);break;case 1:gs(e,t);break;case 2:hs(e,t);break;case 6:ms(e,t);break;case 8:e.push(JSON.stringify(t.value),t);break;case 7:e.push(JSON.stringify(t.value),t);break;case 5:e.push(`${n(`interpolate`)}(${n(`list`)}(${t.index}))`,t);break;case 4:e.push(`${n(`interpolate`)}(${n(`named`)}(${JSON.stringify(t.key)}))`,t);break;case 9:e.push(JSON.stringify(t.value),t);break;case 3:e.push(JSON.stringify(t.value),t);break;default:if(process.env.NODE_ENV!==`production`)throw Io(I.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:fs,args:[t.type]})}}var ys=(e,t={})=>{let n=M(t.mode)?t.mode:`normal`,r=M(t.filename)?t.filename:`message.intl`;t.sourceMap;let i=t.breakLineCode==null?n===`arrow`?`;`:`
@@ -1692,7 +1692,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1692
1692
  }
1693
1693
  `,classes:{root:function(e){return[`p-fileupload p-fileupload-${e.props.mode} p-component`]},header:`p-fileupload-header`,pcChooseButton:`p-fileupload-choose-button`,pcUploadButton:`p-fileupload-upload-button`,pcCancelButton:`p-fileupload-cancel-button`,content:`p-fileupload-content`,fileList:`p-fileupload-file-list`,file:`p-fileupload-file`,fileThumbnail:`p-fileupload-file-thumbnail`,fileInfo:`p-fileupload-file-info`,fileName:`p-fileupload-file-name`,fileSize:`p-fileupload-file-size`,pcFileBadge:`p-fileupload-file-badge`,fileActions:`p-fileupload-file-actions`,pcFileRemoveButton:`p-fileupload-file-remove-button`,basicContent:`p-fileupload-basic-content`}}),py={name:`BaseFileUpload`,extends:kp,props:{name:{type:String,default:null},url:{type:String,default:null},mode:{type:String,default:`advanced`},multiple:{type:Boolean,default:!1},accept:{type:String,default:null},disabled:{type:Boolean,default:!1},auto:{type:Boolean,default:!1},maxFileSize:{type:Number,default:null},invalidFileSizeMessage:{type:String,default:`{0}: Invalid file size, file size should be smaller than {1}.`},invalidFileTypeMessage:{type:String,default:`{0}: Invalid file type, allowed file types: {1}.`},fileLimit:{type:Number,default:null},invalidFileLimitMessage:{type:String,default:`Maximum number of files exceeded, limit is {0} at most.`},withCredentials:{type:Boolean,default:!1},previewWidth:{type:Number,default:50},chooseLabel:{type:String,default:null},uploadLabel:{type:String,default:null},cancelLabel:{type:String,default:null},customUpload:{type:Boolean,default:!1},showUploadButton:{type:Boolean,default:!0},showCancelButton:{type:Boolean,default:!0},chooseIcon:{type:String,default:void 0},uploadIcon:{type:String,default:void 0},cancelIcon:{type:String,default:void 0},style:null,class:null,chooseButtonProps:{type:null,default:null},uploadButtonProps:{type:Object,default:function(){return{severity:`secondary`}}},cancelButtonProps:{type:Object,default:function(){return{severity:`secondary`}}}},style:fy,provide:function(){return{$pcFileUpload:this,$parentInstance:this}}},my={name:`FileContent`,hostName:`FileUpload`,extends:kp,emits:[`remove`],props:{files:{type:Array,default:function(){return[]}},badgeSeverity:{type:String,default:`warn`},badgeValue:{type:String,default:null},previewWidth:{type:Number,default:50},templates:{type:null,default:null}},methods:{formatSize:function(e){var t=1024,n=3,r=this.$primevue.config.locale?.fileSizeTypes||[`B`,`KB`,`MB`,`GB`,`TB`,`PB`,`EB`,`ZB`,`YB`];if(e===0)return`0 ${r[0]}`;var i=Math.floor(Math.log(e)/Math.log(t));return`${parseFloat((e/t**+i).toFixed(n))} ${r[i]}`}},components:{Button:Gm,Badge:om,TimesIcon:wv}},hy=[`alt`,`src`,`width`];function gy(e,t,n,r,i,a){var o=(0,u.resolveComponent)(`Badge`),s=(0,u.resolveComponent)(`TimesIcon`),c=(0,u.resolveComponent)(`Button`);return(0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(n.files,function(t,r){return(0,u.openBlock)(),(0,u.createElementBlock)(`div`,(0,u.mergeProps)({key:t.name+t.type+t.size,class:e.cx(`file`)},{ref_for:!0},e.ptm(`file`)),[(0,u.createElementVNode)(`img`,(0,u.mergeProps)({role:`presentation`,class:e.cx(`fileThumbnail`),alt:t.name,src:t.objectURL,width:n.previewWidth},{ref_for:!0},e.ptm(`fileThumbnail`)),null,16,hy),(0,u.createElementVNode)(`div`,(0,u.mergeProps)({class:e.cx(`fileInfo`)},{ref_for:!0},e.ptm(`fileInfo`)),[(0,u.createElementVNode)(`div`,(0,u.mergeProps)({class:e.cx(`fileName`)},{ref_for:!0},e.ptm(`fileName`)),(0,u.toDisplayString)(t.name),17),(0,u.createElementVNode)(`span`,(0,u.mergeProps)({class:e.cx(`fileSize`)},{ref_for:!0},e.ptm(`fileSize`)),(0,u.toDisplayString)(a.formatSize(t.size)),17)],16),(0,u.createVNode)(o,{value:n.badgeValue,class:(0,u.normalizeClass)(e.cx(`pcFileBadge`)),severity:n.badgeSeverity,unstyled:e.unstyled,pt:e.ptm(`pcFileBadge`)},null,8,[`value`,`class`,`severity`,`unstyled`,`pt`]),(0,u.createElementVNode)(`div`,(0,u.mergeProps)({class:e.cx(`fileActions`)},{ref_for:!0},e.ptm(`fileActions`)),[(0,u.createVNode)(c,{onClick:function(t){return e.$emit(`remove`,r)},text:``,rounded:``,severity:`danger`,class:(0,u.normalizeClass)(e.cx(`pcFileRemoveButton`)),unstyled:e.unstyled,pt:e.ptm(`pcFileRemoveButton`)},{icon:(0,u.withCtx)(function(i){return[n.templates.fileremoveicon?((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(n.templates.fileremoveicon),{key:0,class:(0,u.normalizeClass)(i.class),file:t,index:r},null,8,[`class`,`file`,`index`])):((0,u.openBlock)(),(0,u.createBlock)(s,(0,u.mergeProps)({key:1,class:i.class,"aria-hidden":`true`},{ref_for:!0},e.ptm(`pcFileRemoveButton`).icon),null,16,[`class`]))]}),_:2},1032,[`onClick`,`class`,`unstyled`,`pt`])],16)],16)}),128)}my.render=gy;function _y(e){return by(e)||yy(e)||Sy(e)||vy()}function vy(){throw TypeError(`Invalid attempt to spread non-iterable instance.
1694
1694
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function yy(e){if(typeof Symbol<`u`&&e[Symbol.iterator]!=null||e[`@@iterator`]!=null)return Array.from(e)}function by(e){if(Array.isArray(e))return Cy(e)}function xy(e,t){var n=typeof Symbol<`u`&&e[Symbol.iterator]||e[`@@iterator`];if(!n){if(Array.isArray(e)||(n=Sy(e))||t){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw TypeError(`Invalid attempt to iterate non-iterable instance.
1695
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var a,o=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){s=!0,a=e},f:function(){try{o||n.return==null||n.return()}finally{if(s)throw a}}}}function Sy(e,t){if(e){if(typeof e==`string`)return Cy(e,t);var n={}.toString.call(e).slice(8,-1);return n===`Object`&&e.constructor&&(n=e.constructor.name),n===`Map`||n===`Set`?Array.from(e):n===`Arguments`||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Cy(e,t):void 0}}function Cy(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var wy={name:`FileUpload`,extends:py,inheritAttrs:!1,emits:[`select`,`uploader`,`before-upload`,`progress`,`upload`,`error`,`before-send`,`clear`,`remove`,`remove-uploaded-file`],duplicateIEEvent:!1,data:function(){return{uploadedFileCount:0,files:[],messages:[],focused:!1,progress:null,uploadedFiles:[]}},methods:{upload:function(){this.hasFiles&&this.uploader()},onBasicUploaderClick:function(e){e.button===0&&this.$refs.fileInput.click()},onFileSelect:function(e){if(e.type!==`drop`&&this.isIE11()&&this.duplicateIEEvent){this.duplicateIEEvent=!1;return}this.isBasic&&this.hasFiles&&(this.files=[]),this.messages=[],this.files=this.files||[];var t=xy(e.dataTransfer?e.dataTransfer.files:e.target.files),n;try{for(t.s();!(n=t.n()).done;){var r=n.value;!this.isFileSelected(r)&&!this.isFileLimitExceeded()&&this.validate(r)&&(this.isImage(r)&&(r.objectURL=window.URL.createObjectURL(r)),this.files.push(r))}}catch(e){t.e(e)}finally{t.f()}this.$emit(`select`,{originalEvent:e,files:this.files}),this.fileLimit&&this.checkFileLimit(),this.auto&&this.hasFiles&&!this.isFileLimitExceeded()&&this.uploader(),e.type!==`drop`&&this.isIE11()?this.clearIEInput():this.clearInputElement()},choose:function(){this.$refs.fileInput.click()},uploader:function(){var e=this;if(this.customUpload)this.fileLimit&&(this.uploadedFileCount+=this.files.length),this.$emit(`uploader`,{files:this.files});else{var t=new XMLHttpRequest,n=new FormData;this.$emit(`before-upload`,{xhr:t,formData:n});var r=xy(this.files),i;try{for(r.s();!(i=r.n()).done;){var a=i.value;n.append(this.name,a,a.name)}}catch(e){r.e(e)}finally{r.f()}t.upload.addEventListener(`progress`,function(t){t.lengthComputable&&(e.progress=Math.round(t.loaded*100/t.total)),e.$emit(`progress`,{originalEvent:t,progress:e.progress})}),t.onreadystatechange=function(){if(t.readyState===4){if(e.progress=0,t.status>=200&&t.status<300){var n;e.fileLimit&&(e.uploadedFileCount+=e.files.length),e.$emit(`upload`,{xhr:t,files:e.files}),(n=e.uploadedFiles).push.apply(n,_y(e.files))}else e.$emit(`error`,{xhr:t,files:e.files});e.clear()}},this.url&&(t.open(`POST`,this.url,!0),this.$emit(`before-send`,{xhr:t,formData:n}),t.withCredentials=this.withCredentials,t.send(n))}},clear:function(){this.files=[],this.messages=null,this.$emit(`clear`),this.isAdvanced&&this.clearInputElement()},onFocus:function(){this.focused=!0},onBlur:function(){this.focused=!1},isFileSelected:function(e){if(this.files&&this.files.length){var t=xy(this.files),n;try{for(t.s();!(n=t.n()).done;){var r=n.value;if(r.name+r.type+r.size===e.name+e.type+e.size)return!0}}catch(e){t.e(e)}finally{t.f()}}return!1},isIE11:function(){return!!window.MSInputMethodContext&&!!document.documentMode},validate:function(e){return this.accept&&!this.isFileTypeValid(e)?(this.messages.push(this.invalidFileTypeMessage.replace(`{0}`,e.name).replace(`{1}`,this.accept)),!1):this.maxFileSize&&e.size>this.maxFileSize?(this.messages.push(this.invalidFileSizeMessage.replace(`{0}`,e.name).replace(`{1}`,this.formatSize(this.maxFileSize))),!1):!0},isFileTypeValid:function(e){var t=xy(this.accept.split(`,`).map(function(e){return e.trim()})),n;try{for(t.s();!(n=t.n()).done;){var r=n.value;if(this.isWildcard(r)?this.getTypeClass(e.type)===this.getTypeClass(r):e.type==r||this.getFileExtension(e).toLowerCase()===r.toLowerCase())return!0}}catch(e){t.e(e)}finally{t.f()}return!1},getTypeClass:function(e){return e.substring(0,e.indexOf(`/`))},isWildcard:function(e){return e.indexOf(`*`)!==-1},getFileExtension:function(e){return`.`+e.name.split(`.`).pop()},isImage:function(e){return/^image\//.test(e.type)},onDragEnter:function(e){!this.disabled&&(!this.hasFiles||this.multiple)&&(e.stopPropagation(),e.preventDefault())},onDragOver:function(e){!this.disabled&&(!this.hasFiles||this.multiple)&&(!this.isUnstyled&&wd(this.$refs.content,`p-fileupload-highlight`),this.$refs.content&&this.$refs.content.setAttribute(`data-p-highlight`,!0),e.stopPropagation(),e.preventDefault())},onDragLeave:function(){this.disabled||(!this.isUnstyled&&Td(this.$refs.content,`p-fileupload-highlight`),this.$refs.content&&this.$refs.content.setAttribute(`data-p-highlight`,!1))},onDrop:function(e){if(!this.disabled){!this.isUnstyled&&Td(this.$refs.content,`p-fileupload-highlight`),this.$refs.content&&this.$refs.content.setAttribute(`data-p-highlight`,!1),e.stopPropagation(),e.preventDefault();var t=e.dataTransfer?e.dataTransfer.files:e.target.files;(this.multiple||t&&t.length===1)&&this.onFileSelect(e)}},remove:function(e){this.clearInputElement();var t=this.files.splice(e,1)[0];this.files=_y(this.files),this.$emit(`remove`,{file:t,files:this.files})},removeUploadedFile:function(e){var t=this.uploadedFiles.splice(e,1)[0];this.uploadedFiles=_y(this.uploadedFiles),this.$emit(`remove-uploaded-file`,{file:t,files:this.uploadedFiles})},clearInputElement:function(){this.$refs.fileInput.value=``},clearIEInput:function(){this.$refs.fileInput&&(this.duplicateIEEvent=!0,this.$refs.fileInput.value=``)},formatSize:function(e){var t=1024,n=3,r=this.$primevue.config.locale?.fileSizeTypes||[`B`,`KB`,`MB`,`GB`,`TB`,`PB`,`EB`,`ZB`,`YB`];if(e===0)return`0 ${r[0]}`;var i=Math.floor(Math.log(e)/Math.log(t));return`${parseFloat((e/t**+i).toFixed(n))} ${r[i]}`},isFileLimitExceeded:function(){return this.fileLimit&&this.fileLimit<=this.files.length+this.uploadedFileCount&&this.focused&&(this.focused=!1),this.fileLimit&&this.fileLimit<this.files.length+this.uploadedFileCount},checkFileLimit:function(){this.isFileLimitExceeded()&&this.messages.push(this.invalidFileLimitMessage.replace(`{0}`,this.fileLimit.toString()))},onMessageClose:function(){this.messages=null}},computed:{isAdvanced:function(){return this.mode===`advanced`},isBasic:function(){return this.mode===`basic`},chooseButtonClass:function(){return[this.cx(`pcChooseButton`),this.class]},basicFileChosenLabel:function(){if(this.auto)return this.chooseButtonLabel;if(this.hasFiles){var e;return this.files&&this.files.length===1?this.files[0].name:(e=this.$primevue.config.locale)==null||(e=e.fileChosenMessage)==null?void 0:e.replace(`{0}`,this.files.length)}return this.$primevue.config.locale?.noFileChosenMessage||``},hasFiles:function(){return this.files&&this.files.length>0},hasUploadedFiles:function(){return this.uploadedFiles&&this.uploadedFiles.length>0},chooseDisabled:function(){return this.disabled||this.fileLimit&&this.fileLimit<=this.files.length+this.uploadedFileCount},uploadDisabled:function(){return this.disabled||!this.hasFiles||this.fileLimit&&this.fileLimit<this.files.length},cancelDisabled:function(){return this.disabled||!this.hasFiles},chooseButtonLabel:function(){return this.chooseLabel||this.$primevue.config.locale.choose},uploadButtonLabel:function(){return this.uploadLabel||this.$primevue.config.locale.upload},cancelButtonLabel:function(){return this.cancelLabel||this.$primevue.config.locale.cancel},completedLabel:function(){return this.$primevue.config.locale.completed},pendingLabel:function(){return this.$primevue.config.locale.pending}},components:{Button:Gm,ProgressBar:oy,Message:Kv,FileContent:my,PlusIcon:gv,UploadIcon:Mv,TimesIcon:wv},directives:{ripple:Nm}},Ty=[`multiple`,`accept`,`disabled`],Ey=[`accept`,`disabled`,`multiple`];function Dy(e,t,n,r,i,a){var o=(0,u.resolveComponent)(`Button`),s=(0,u.resolveComponent)(`ProgressBar`),c=(0,u.resolveComponent)(`Message`),l=(0,u.resolveComponent)(`FileContent`);return a.isAdvanced?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,(0,u.mergeProps)({key:0,class:e.cx(`root`)},e.ptmi(`root`)),[(0,u.createElementVNode)(`input`,(0,u.mergeProps)({ref:`fileInput`,type:`file`,onChange:t[0]||=function(){return a.onFileSelect&&a.onFileSelect.apply(a,arguments)},multiple:e.multiple,accept:e.accept,disabled:a.chooseDisabled},e.ptm(`input`)),null,16,Ty),(0,u.createElementVNode)(`div`,(0,u.mergeProps)({class:e.cx(`header`)},e.ptm(`header`)),[(0,u.renderSlot)(e.$slots,`header`,{files:i.files,uploadedFiles:i.uploadedFiles,chooseCallback:a.choose,uploadCallback:a.uploader,clearCallback:a.clear},function(){return[(0,u.createVNode)(o,(0,u.mergeProps)({label:a.chooseButtonLabel,class:a.chooseButtonClass,style:e.style,disabled:e.disabled,unstyled:e.unstyled,onClick:a.choose,onKeydown:(0,u.withKeys)(a.choose,[`enter`]),onFocus:a.onFocus,onBlur:a.onBlur},e.chooseButtonProps,{pt:e.ptm(`pcChooseButton`)}),{icon:(0,u.withCtx)(function(t){return[(0,u.renderSlot)(e.$slots,`chooseicon`,{},function(){return[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e.chooseIcon?`span`:`PlusIcon`),(0,u.mergeProps)({class:[t.class,e.chooseIcon],"aria-hidden":`true`},e.ptm(`pcChooseButton`).icon),null,16,[`class`]))]})]}),_:3},16,[`label`,`class`,`style`,`disabled`,`unstyled`,`onClick`,`onKeydown`,`onFocus`,`onBlur`,`pt`]),e.showUploadButton?((0,u.openBlock)(),(0,u.createBlock)(o,(0,u.mergeProps)({key:0,class:e.cx(`pcUploadButton`),label:a.uploadButtonLabel,onClick:a.uploader,disabled:a.uploadDisabled,unstyled:e.unstyled},e.uploadButtonProps,{pt:e.ptm(`pcUploadButton`)}),{icon:(0,u.withCtx)(function(t){return[(0,u.renderSlot)(e.$slots,`uploadicon`,{},function(){return[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e.uploadIcon?`span`:`UploadIcon`),(0,u.mergeProps)({class:[t.class,e.uploadIcon],"aria-hidden":`true`},e.ptm(`pcUploadButton`).icon,{"data-pc-section":`uploadbuttonicon`}),null,16,[`class`]))]})]}),_:3},16,[`class`,`label`,`onClick`,`disabled`,`unstyled`,`pt`])):(0,u.createCommentVNode)(``,!0),e.showCancelButton?((0,u.openBlock)(),(0,u.createBlock)(o,(0,u.mergeProps)({key:1,class:e.cx(`pcCancelButton`),label:a.cancelButtonLabel,onClick:a.clear,disabled:a.cancelDisabled,unstyled:e.unstyled},e.cancelButtonProps,{pt:e.ptm(`pcCancelButton`)}),{icon:(0,u.withCtx)(function(t){return[(0,u.renderSlot)(e.$slots,`cancelicon`,{},function(){return[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e.cancelIcon?`span`:`TimesIcon`),(0,u.mergeProps)({class:[t.class,e.cancelIcon],"aria-hidden":`true`},e.ptm(`pcCancelButton`).icon,{"data-pc-section":`cancelbuttonicon`}),null,16,[`class`]))]})]}),_:3},16,[`class`,`label`,`onClick`,`disabled`,`unstyled`,`pt`])):(0,u.createCommentVNode)(``,!0)]})],16),(0,u.createElementVNode)(`div`,(0,u.mergeProps)({ref:`content`,class:e.cx(`content`),onDragenter:t[1]||=function(){return a.onDragEnter&&a.onDragEnter.apply(a,arguments)},onDragover:t[2]||=function(){return a.onDragOver&&a.onDragOver.apply(a,arguments)},onDragleave:t[3]||=function(){return a.onDragLeave&&a.onDragLeave.apply(a,arguments)},onDrop:t[4]||=function(){return a.onDrop&&a.onDrop.apply(a,arguments)}},e.ptm(`content`),{"data-p-highlight":!1}),[(0,u.renderSlot)(e.$slots,`content`,{files:i.files,uploadedFiles:i.uploadedFiles,removeUploadedFileCallback:a.removeUploadedFile,removeFileCallback:a.remove,progress:i.progress,messages:i.messages},function(){return[a.hasFiles?((0,u.openBlock)(),(0,u.createBlock)(s,{key:0,value:i.progress,showValue:!1,unstyled:e.unstyled,pt:e.ptm(`pcProgressbar`)},null,8,[`value`,`unstyled`,`pt`])):(0,u.createCommentVNode)(``,!0),((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(i.messages,function(t){return(0,u.openBlock)(),(0,u.createBlock)(c,{key:t,severity:`error`,onClose:a.onMessageClose,unstyled:e.unstyled,pt:e.ptm(`pcMessage`)},{default:(0,u.withCtx)(function(){return[(0,u.createTextVNode)((0,u.toDisplayString)(t),1)]}),_:2},1032,[`onClose`,`unstyled`,`pt`])}),128)),a.hasFiles?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{key:1,class:(0,u.normalizeClass)(e.cx(`fileList`))},[(0,u.createVNode)(l,{files:i.files,onRemove:a.remove,badgeValue:a.pendingLabel,previewWidth:e.previewWidth,templates:e.$slots,unstyled:e.unstyled,pt:e.pt},null,8,[`files`,`onRemove`,`badgeValue`,`previewWidth`,`templates`,`unstyled`,`pt`])],2)):(0,u.createCommentVNode)(``,!0),a.hasUploadedFiles?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{key:2,class:(0,u.normalizeClass)(e.cx(`fileList`))},[(0,u.createVNode)(l,{files:i.uploadedFiles,onRemove:a.removeUploadedFile,badgeValue:a.completedLabel,badgeSeverity:`success`,previewWidth:e.previewWidth,templates:e.$slots,unstyled:e.unstyled,pt:e.pt},null,8,[`files`,`onRemove`,`badgeValue`,`previewWidth`,`templates`,`unstyled`,`pt`])],2)):(0,u.createCommentVNode)(``,!0)]}),e.$slots.empty&&!a.hasFiles&&!a.hasUploadedFiles?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,(0,u.normalizeProps)((0,u.mergeProps)({key:0},e.ptm(`empty`))),[(0,u.renderSlot)(e.$slots,`empty`)],16)):(0,u.createCommentVNode)(``,!0)],16)],16)):a.isBasic?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,(0,u.mergeProps)({key:1,class:e.cx(`root`)},e.ptmi(`root`)),[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(i.messages,function(t){return(0,u.openBlock)(),(0,u.createBlock)(c,{key:t,severity:`error`,onClose:a.onMessageClose,unstyled:e.unstyled,pt:e.ptm(`pcMessage`)},{default:(0,u.withCtx)(function(){return[(0,u.createTextVNode)((0,u.toDisplayString)(t),1)]}),_:2},1032,[`onClose`,`unstyled`,`pt`])}),128)),(0,u.createElementVNode)(`div`,(0,u.mergeProps)({class:e.cx(`basicContent`)},e.ptm(`basicContent`)),[(0,u.createVNode)(o,(0,u.mergeProps)({label:a.chooseButtonLabel,class:a.chooseButtonClass,style:e.style,disabled:e.disabled,unstyled:e.unstyled,onMouseup:a.onBasicUploaderClick,onKeydown:(0,u.withKeys)(a.choose,[`enter`]),onFocus:a.onFocus,onBlur:a.onBlur},e.chooseButtonProps,{pt:e.ptm(`pcChooseButton`)}),{icon:(0,u.withCtx)(function(t){return[(0,u.renderSlot)(e.$slots,`chooseicon`,{},function(){return[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e.chooseIcon?`span`:`PlusIcon`),(0,u.mergeProps)({class:[t.class,e.chooseIcon],"aria-hidden":`true`},e.ptm(`pcChooseButton`).icon),null,16,[`class`]))]})]}),_:3},16,[`label`,`class`,`style`,`disabled`,`unstyled`,`onMouseup`,`onKeydown`,`onFocus`,`onBlur`,`pt`]),e.auto?(0,u.createCommentVNode)(``,!0):(0,u.renderSlot)(e.$slots,`filelabel`,{key:0,class:(0,u.normalizeClass)(e.cx(`filelabel`)),files:i.files},function(){return[(0,u.createElementVNode)(`span`,{class:(0,u.normalizeClass)(e.cx(`filelabel`))},(0,u.toDisplayString)(a.basicFileChosenLabel),3)]}),(0,u.createElementVNode)(`input`,(0,u.mergeProps)({ref:`fileInput`,type:`file`,accept:e.accept,disabled:e.disabled,multiple:e.multiple,onChange:t[5]||=function(){return a.onFileSelect&&a.onFileSelect.apply(a,arguments)},onFocus:t[6]||=function(){return a.onFocus&&a.onFocus.apply(a,arguments)},onBlur:t[7]||=function(){return a.onBlur&&a.onBlur.apply(a,arguments)}},e.ptm(`input`)),null,16,Ey)],16)],16)):(0,u.createCommentVNode)(``,!0)}wy.render=Dy;var Oy={notFoundTemplate:{title:`Page not found`,description:`The page you're looking for couldn't be found. Check the URL or go back to the mainpage.`,buttonDefault:`Back to mainpage`},practitionerHeader:{tooltipAcademy:`BeterDichtbij Academie`,menuItemAcademy:`Academie`}},ky={activeFilters:{title:`Actieve filters`,clearAll:`Wis alle filters`},assignConversationModal:{title:`Gesprek overdragen`,submitButton:`Gesprek overdragen`,conclude:`Afhandelen bij de overdracht`,concludeTooltip:`Het gesprek blijft beschikbaar, deze wordt getoond als het filter "afgehandeld" is geselecteerd. Je patiënt kan ook nog gewoon reageren.`,makeUnread:`Gesprek op ongelezen zetten`},attachmentUploadModal:{title:`Bijlage toevoegen`,submitButton:`Toevoegen`,infoMessage:`Kies je bestand.`,addAttachmentButton:`Bijlage toevoegen`,errorMessage:`Fout opgetreden`,fileTooBigErrorMessage:`Bestand is te groot.`,fileSizeExceededMessage:`Bestanden mogen maximaal 10 MB groot zijn.`},changePasswordTemplate:{toasters:{reset:`De velden zijn geleegd.`}},contentLibraryCard:{insert:`Invoegen`},contentLibraryCardMessageTemplate:{insert:`Invoegen`,collapseOpen:`Inklappen`,collapseClosed:`Lees meer`,popoverIsSharedByOtherUser:`Dit bericht kan alleen door de eigenaar of beheerder aangepast worden`,delete:`Verwijderen`,edit:`Wijzigen`},contentLibraryOverview:{noResults:`Er zijn geen berichten gevonden voor deze zoekterm of filters; pas ze aan om opnieuw te zoeken.`},contentLibrarySplitButton:{messageTemplatesTitle:`Standaardberichten`},contentLibraryTemplate:{changeCategoryButtonLabel:`Mijn categorieën aanpassen`,newMessageText:`Nieuw bericht`,message:`Bericht`,messages:`Berichten`,more:`Meer`,less:`Minder`,searchPlaceholder:`Zoek een bericht`,searchPlaceholderSearch:`Vul een zoekterm in om resultaten te tonen`},conversationToTextModal:{copyButton:`Kopieer selectie naar klembord`,copySuccess:`Het gesprek is gekopieerd naar het klembord.`,onBehalfOf:`namens`,prefix:`Communicatie vanuit BeterDichtbij`,selectAll:`Alles selecteren`,systemMessage:`Tussentijdse mededeling`},imageAttachmentModal:{download:`Download afbeelding`,loading:`Afbeelding aan het laden`},fileUpload:{errorMessage:`Er is een fout opgetreden tijdens het uploaden van het bestand.`},filterCard:{more:`Meer`,less:`Minder`},messageTemplateFormModal:{createTitle:`Standaardbericht toevoegen`,editTitle:`Standaardbericht wijzigen`,titleLabel:`Titel`,titlePlaceHolder:`Zwelling na botbreuk`,replyTemplateLabel:`Standaardbericht`,replyTemplatePlaceHolder:`Schrijf hier jouw bericht naar de patiënt`,sharedWithLabel:`Delen met`,owner:`Eigenaar`,ownerPlaceholder:`Selecteer eigenaar`,tooltipOwner:`Als het bericht met meerdere instanties (teams) gedeeld wordt, kunje alleen zelf eigenaar worden`,categoryLabel:`Categorie`,categoryPlaceholderDropdown:`Selecteer categorie of maak een nieuwe aan`,validation:`Dit veld is verplicht.`},notFoundTemplate:{title:`Pagina niet gevonden`,description:`De pagina die je zoekt kon niet gevonden worden. Controleer de URL of ga terug naar de hoofdpagina.`,buttonDefault:`Terug naar hoofdpagina`},practitionerHeader:{academyTooltip:`BeterDichtbij Academie`,academyMenuItem:`Academie`},videoCallConfirmationModal:{title:`Beeldbellen`,cancel:`Nee`,close:`Sluiten`,ok:`Ja`,message:`Weet je zeker dat je wilt beeldbellen?`,participantMessage:`Weet je zeker dat je wilt beeldbellen met`,testMessage:`Doe de beeldbeltest`,noMobileActivationMessage:`gebruikt BeterDichtbij via de web applicatie waardoor beeldbellen niet mogelijk is. Vraag de patiënt om de app te installeren op een mobiele telefoon of tablet.`,noCompatibleDevices:`gebruikt mogelijk een mobiele telefoon of tablet die beeldbellen niet ondersteunt. Het is daarom momenteel niet mogelijk om te beeldbellen met deze patiënt.`,generalWarning:`Beeldbellen is niet mogelijk om de volgende redenen:`,cameraPermissionMissing:`Je hebt geen toestemming gegeven voor gebruik van de camera door BeterDichtbij.`,microphonePermissionMissing:`Je hebt geen toestemming gegeven voor gebruik van de microfoon door BeterDichtbij.`,helpMessage:`om te controleren of je camera en microfoon goed werken.`}},Ay=qu({legacy:!1,locale:`nl`,messages:{en:{...Oy},nl:{...ky}}}),jy=`bottom`,My=`right`,Ny=`left`,Py=`auto`,Fy=[`top`,jy,My,Ny],Iy=`start`,Ly=`clippingParents`,Ry=`viewport`,zy=`popper`,By=`reference`,Vy=Fy.reduce(function(e,t){return e.concat([t+`-`+Iy,t+`-end`])},[]),Hy=[].concat(Fy,[Py]).reduce(function(e,t){return e.concat([t,t+`-`+Iy,t+`-end`])},[]),Uy=`beforeRead`,Wy=`read`,Gy=`afterRead`,Ky=`beforeMain`,qy=`main`,Jy=`afterMain`,Yy=`beforeWrite`,Xy=`write`,Zy=`afterWrite`,Qy=[Uy,Wy,Gy,Ky,qy,Jy,Yy,Xy,Zy];function $y(e){return e?(e.nodeName||``).toLowerCase():null}function eb(e){if(e==null)return window;if(e.toString()!==`[object Window]`){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function tb(e){return e instanceof eb(e).Element||e instanceof Element}function nb(e){return e instanceof eb(e).HTMLElement||e instanceof HTMLElement}function rb(e){return typeof ShadowRoot>`u`?!1:e instanceof eb(e).ShadowRoot||e instanceof ShadowRoot}function ib(e){var t=e.state;Object.keys(t.elements).forEach(function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},i=t.elements[e];!nb(i)||!$y(i)||(Object.assign(i.style,n),Object.keys(r).forEach(function(e){var t=r[e];t===!1?i.removeAttribute(e):i.setAttribute(e,t===!0?``:t)}))})}function ab(e){var t=e.state,n={popper:{position:t.options.strategy,left:`0`,top:`0`,margin:`0`},arrow:{position:`absolute`},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(e){var r=t.elements[e],i=t.attributes[e]||{},a=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce(function(e,t){return e[t]=``,e},{});!nb(r)||!$y(r)||(Object.assign(r.style,a),Object.keys(i).forEach(function(e){r.removeAttribute(e)}))})}}var ob={name:`applyStyles`,enabled:!0,phase:`write`,fn:ib,effect:ab,requires:[`computeStyles`]};function sb(e){return e.split(`-`)[0]}var cb=Math.max,lb=Math.min,ub=Math.round;function db(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(e){return e.brand+`/`+e.version}).join(` `):navigator.userAgent}function fb(){return!/^((?!chrome|android).)*safari/i.test(db())}function pb(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),i=1,a=1;t&&nb(e)&&(i=e.offsetWidth>0&&ub(r.width)/e.offsetWidth||1,a=e.offsetHeight>0&&ub(r.height)/e.offsetHeight||1);var o=(tb(e)?eb(e):window).visualViewport,s=!fb()&&n,c=(r.left+(s&&o?o.offsetLeft:0))/i,l=(r.top+(s&&o?o.offsetTop:0))/a,u=r.width/i,d=r.height/a;return{width:u,height:d,top:l,right:c+u,bottom:l+d,left:c,x:c,y:l}}function mb(e){var t=pb(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function hb(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&rb(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function gb(e){return eb(e).getComputedStyle(e)}function _b(e){return[`table`,`td`,`th`].indexOf($y(e))>=0}function vb(e){return((tb(e)?e.ownerDocument:e.document)||window.document).documentElement}function yb(e){return $y(e)===`html`?e:e.assignedSlot||e.parentNode||(rb(e)?e.host:null)||vb(e)}function bb(e){return!nb(e)||gb(e).position===`fixed`?null:e.offsetParent}function xb(e){var t=/firefox/i.test(db());if(/Trident/i.test(db())&&nb(e)&&gb(e).position===`fixed`)return null;var n=yb(e);for(rb(n)&&(n=n.host);nb(n)&&[`html`,`body`].indexOf($y(n))<0;){var r=gb(n);if(r.transform!==`none`||r.perspective!==`none`||r.contain===`paint`||[`transform`,`perspective`].indexOf(r.willChange)!==-1||t&&r.willChange===`filter`||t&&r.filter&&r.filter!==`none`)return n;n=n.parentNode}return null}function Sb(e){for(var t=eb(e),n=bb(e);n&&_b(n)&&gb(n).position===`static`;)n=bb(n);return n&&($y(n)===`html`||$y(n)===`body`&&gb(n).position===`static`)?t:n||xb(e)||t}function Cb(e){return[`top`,`bottom`].indexOf(e)>=0?`x`:`y`}function wb(e,t,n){return cb(e,lb(t,n))}function Tb(e,t,n){var r=wb(e,t,n);return r>n?n:r}function Eb(){return{top:0,right:0,bottom:0,left:0}}function Db(e){return Object.assign({},Eb(),e)}function Ob(e,t){return t.reduce(function(t,n){return t[n]=e,t},{})}var kb=function(e,t){return e=typeof e==`function`?e(Object.assign({},t.rects,{placement:t.placement})):e,Db(typeof e==`number`?Ob(e,Fy):e)};function Ab(e){var t,n=e.state,r=e.name,i=e.options,a=n.elements.arrow,o=n.modifiersData.popperOffsets,s=sb(n.placement),c=Cb(s),l=[`left`,`right`].indexOf(s)>=0?`height`:`width`;if(!(!a||!o)){var u=kb(i.padding,n),d=mb(a),f=c===`y`?`top`:Ny,p=c===`y`?jy:My,m=n.rects.reference[l]+n.rects.reference[c]-o[c]-n.rects.popper[l],h=o[c]-n.rects.reference[c],g=Sb(a),_=g?c===`y`?g.clientHeight||0:g.clientWidth||0:0,v=m/2-h/2,y=u[f],b=_-d[l]-u[p],x=_/2-d[l]/2+v,S=wb(y,x,b),C=c;n.modifiersData[r]=(t={},t[C]=S,t.centerOffset=S-x,t)}}function jb(e){var t=e.state,n=e.options.element,r=n===void 0?`[data-popper-arrow]`:n;r!=null&&(typeof r==`string`&&(r=t.elements.popper.querySelector(r),!r)||hb(t.elements.popper,r)&&(t.elements.arrow=r))}var Mb={name:`arrow`,enabled:!0,phase:`main`,fn:Ab,effect:jb,requires:[`popperOffsets`],requiresIfExists:[`preventOverflow`]};function Nb(e){return e.split(`-`)[1]}var Pb={top:`auto`,right:`auto`,bottom:`auto`,left:`auto`};function Fb(e,t){var n=e.x,r=e.y,i=t.devicePixelRatio||1;return{x:ub(n*i)/i||0,y:ub(r*i)/i||0}}function Ib(e){var t,n=e.popper,r=e.popperRect,i=e.placement,a=e.variation,o=e.offsets,s=e.position,c=e.gpuAcceleration,l=e.adaptive,u=e.roundOffsets,d=e.isFixed,f=o.x,p=f===void 0?0:f,m=o.y,h=m===void 0?0:m,g=typeof u==`function`?u({x:p,y:h}):{x:p,y:h};p=g.x,h=g.y;var _=o.hasOwnProperty(`x`),v=o.hasOwnProperty(`y`),y=Ny,b=`top`,x=window;if(l){var S=Sb(n),C=`clientHeight`,w=`clientWidth`;if(S===eb(n)&&(S=vb(n),gb(S).position!==`static`&&s===`absolute`&&(C=`scrollHeight`,w=`scrollWidth`)),S=S,i===`top`||(i===`left`||i===`right`)&&a===`end`){b=jy;var T=d&&S===x&&x.visualViewport?x.visualViewport.height:S[C];h-=T-r.height,h*=c?1:-1}if(i===`left`||(i===`top`||i===`bottom`)&&a===`end`){y=My;var E=d&&S===x&&x.visualViewport?x.visualViewport.width:S[w];p-=E-r.width,p*=c?1:-1}}var D=Object.assign({position:s},l&&Pb),O=u===!0?Fb({x:p,y:h},eb(n)):{x:p,y:h};if(p=O.x,h=O.y,c){var ee;return Object.assign({},D,(ee={},ee[b]=v?`0`:``,ee[y]=_?`0`:``,ee.transform=(x.devicePixelRatio||1)<=1?`translate(`+p+`px, `+h+`px)`:`translate3d(`+p+`px, `+h+`px, 0)`,ee))}return Object.assign({},D,(t={},t[b]=v?h+`px`:``,t[y]=_?p+`px`:``,t.transform=``,t))}function Lb(e){var t=e.state,n=e.options,r=n.gpuAcceleration,i=r===void 0?!0:r,a=n.adaptive,o=a===void 0?!0:a,s=n.roundOffsets,c=s===void 0?!0:s,l={placement:sb(t.placement),variation:Nb(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:t.options.strategy===`fixed`};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,Ib(Object.assign({},l,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:o,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,Ib(Object.assign({},l,{offsets:t.modifiersData.arrow,position:`absolute`,adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var Rb={name:`computeStyles`,enabled:!0,phase:`beforeWrite`,fn:Lb,data:{}},zb={passive:!0};function Bb(e){var t=e.state,n=e.instance,r=e.options,i=r.scroll,a=i===void 0?!0:i,o=r.resize,s=o===void 0?!0:o,c=eb(t.elements.popper),l=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&l.forEach(function(e){e.addEventListener(`scroll`,n.update,zb)}),s&&c.addEventListener(`resize`,n.update,zb),function(){a&&l.forEach(function(e){e.removeEventListener(`scroll`,n.update,zb)}),s&&c.removeEventListener(`resize`,n.update,zb)}}var Vb={name:`eventListeners`,enabled:!0,phase:`write`,fn:function(){},effect:Bb,data:{}},Hb={left:`right`,right:`left`,bottom:`top`,top:`bottom`};function Ub(e){return e.replace(/left|right|bottom|top/g,function(e){return Hb[e]})}var Wb={start:`end`,end:`start`};function Gb(e){return e.replace(/start|end/g,function(e){return Wb[e]})}function Kb(e){var t=eb(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function qb(e){return pb(vb(e)).left+Kb(e).scrollLeft}function Jb(e,t){var n=eb(e),r=vb(e),i=n.visualViewport,a=r.clientWidth,o=r.clientHeight,s=0,c=0;if(i){a=i.width,o=i.height;var l=fb();(l||!l&&t===`fixed`)&&(s=i.offsetLeft,c=i.offsetTop)}return{width:a,height:o,x:s+qb(e),y:c}}function Yb(e){var t=vb(e),n=Kb(e),r=e.ownerDocument?.body,i=cb(t.scrollWidth,t.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),a=cb(t.scrollHeight,t.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0),o=-n.scrollLeft+qb(e),s=-n.scrollTop;return gb(r||t).direction===`rtl`&&(o+=cb(t.clientWidth,r?r.clientWidth:0)-i),{width:i,height:a,x:o,y:s}}function Xb(e){var t=gb(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+r)}function Zb(e){return[`html`,`body`,`#document`].indexOf($y(e))>=0?e.ownerDocument.body:nb(e)&&Xb(e)?e:Zb(yb(e))}function Qb(e,t){t===void 0&&(t=[]);var n=Zb(e),r=n===e.ownerDocument?.body,i=eb(n),a=r?[i].concat(i.visualViewport||[],Xb(n)?n:[]):n,o=t.concat(a);return r?o:o.concat(Qb(yb(a)))}function $b(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function ex(e,t){var n=pb(e,!1,t===`fixed`);return n.top+=e.clientTop,n.left+=e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function tx(e,t,n){return t===`viewport`?$b(Jb(e,n)):tb(t)?ex(t,n):$b(Yb(vb(e)))}function nx(e){var t=Qb(yb(e)),n=[`absolute`,`fixed`].indexOf(gb(e).position)>=0&&nb(e)?Sb(e):e;return tb(n)?t.filter(function(e){return tb(e)&&hb(e,n)&&$y(e)!==`body`}):[]}function rx(e,t,n,r){var i=t===`clippingParents`?nx(e):[].concat(t),a=[].concat(i,[n]),o=a[0],s=a.reduce(function(t,n){var i=tx(e,n,r);return t.top=cb(i.top,t.top),t.right=lb(i.right,t.right),t.bottom=lb(i.bottom,t.bottom),t.left=cb(i.left,t.left),t},tx(e,o,r));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}function ix(e){var t=e.reference,n=e.element,r=e.placement,i=r?sb(r):null,a=r?Nb(r):null,o=t.x+t.width/2-n.width/2,s=t.y+t.height/2-n.height/2,c;switch(i){case`top`:c={x:o,y:t.y-n.height};break;case jy:c={x:o,y:t.y+t.height};break;case My:c={x:t.x+t.width,y:s};break;case Ny:c={x:t.x-n.width,y:s};break;default:c={x:t.x,y:t.y}}var l=i?Cb(i):null;if(l!=null){var u=l===`y`?`height`:`width`;switch(a){case Iy:c[l]=c[l]-(t[u]/2-n[u]/2);break;case`end`:c[l]=c[l]+(t[u]/2-n[u]/2);break;default:}}return c}function ax(e,t){t===void 0&&(t={});var n=t,r=n.placement,i=r===void 0?e.placement:r,a=n.strategy,o=a===void 0?e.strategy:a,s=n.boundary,c=s===void 0?Ly:s,l=n.rootBoundary,u=l===void 0?Ry:l,d=n.elementContext,f=d===void 0?zy:d,p=n.altBoundary,m=p===void 0?!1:p,h=n.padding,g=h===void 0?0:h,_=Db(typeof g==`number`?Ob(g,Fy):g),v=f===`popper`?By:zy,y=e.rects.popper,b=e.elements[m?v:f],x=rx(tb(b)?b:b.contextElement||vb(e.elements.popper),c,u,o),S=pb(e.elements.reference),C=ix({reference:S,element:y,strategy:`absolute`,placement:i}),w=$b(Object.assign({},y,C)),T=f===`popper`?w:S,E={top:x.top-T.top+_.top,bottom:T.bottom-x.bottom+_.bottom,left:x.left-T.left+_.left,right:T.right-x.right+_.right},D=e.modifiersData.offset;if(f===`popper`&&D){var O=D[i];Object.keys(E).forEach(function(e){var t=[`right`,`bottom`].indexOf(e)>=0?1:-1,n=[`top`,`bottom`].indexOf(e)>=0?`y`:`x`;E[e]+=O[n]*t})}return E}function ox(e,t){t===void 0&&(t={});var n=t,r=n.placement,i=n.boundary,a=n.rootBoundary,o=n.padding,s=n.flipVariations,c=n.allowedAutoPlacements,l=c===void 0?Hy:c,u=Nb(r),d=u?s?Vy:Vy.filter(function(e){return Nb(e)===u}):Fy,f=d.filter(function(e){return l.indexOf(e)>=0});f.length===0&&(f=d);var p=f.reduce(function(t,n){return t[n]=ax(e,{placement:n,boundary:i,rootBoundary:a,padding:o})[sb(n)],t},{});return Object.keys(p).sort(function(e,t){return p[e]-p[t]})}function sx(e){if(sb(e)===`auto`)return[];var t=Ub(e);return[Gb(e),t,Gb(t)]}function cx(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var i=n.mainAxis,a=i===void 0?!0:i,o=n.altAxis,s=o===void 0?!0:o,c=n.fallbackPlacements,l=n.padding,u=n.boundary,d=n.rootBoundary,f=n.altBoundary,p=n.flipVariations,m=p===void 0?!0:p,h=n.allowedAutoPlacements,g=t.options.placement,_=sb(g)===g,v=c||(_||!m?[Ub(g)]:sx(g)),y=[g].concat(v).reduce(function(e,n){return e.concat(sb(n)===`auto`?ox(t,{placement:n,boundary:u,rootBoundary:d,padding:l,flipVariations:m,allowedAutoPlacements:h}):n)},[]),b=t.rects.reference,x=t.rects.popper,S=new Map,C=!0,w=y[0],T=0;T<y.length;T++){var E=y[T],D=sb(E),O=Nb(E)===Iy,ee=[`top`,jy].indexOf(D)>=0,te=ee?`width`:`height`,ne=ax(t,{placement:E,boundary:u,rootBoundary:d,altBoundary:f,padding:l}),k=ee?O?My:Ny:O?jy:`top`;b[te]>x[te]&&(k=Ub(k));var re=Ub(k),ie=[];if(a&&ie.push(ne[D]<=0),s&&ie.push(ne[k]<=0,ne[re]<=0),ie.every(function(e){return e})){w=E,C=!1;break}S.set(E,ie)}if(C)for(var ae=m?3:1,oe=function(e){var t=y.find(function(t){var n=S.get(t);if(n)return n.slice(0,e).every(function(e){return e})});if(t)return w=t,`break`},se=ae;se>0&&oe(se)!==`break`;se--);t.placement!==w&&(t.modifiersData[r]._skip=!0,t.placement=w,t.reset=!0)}}var lx={name:`flip`,enabled:!0,phase:`main`,fn:cx,requiresIfExists:[`offset`],data:{_skip:!1}};function ux(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function dx(e){return[`top`,My,jy,Ny].some(function(t){return e[t]>=0})}function fx(e){var t=e.state,n=e.name,r=t.rects.reference,i=t.rects.popper,a=t.modifiersData.preventOverflow,o=ax(t,{elementContext:`reference`}),s=ax(t,{altBoundary:!0}),c=ux(o,r),l=ux(s,i,a),u=dx(c),d=dx(l);t.modifiersData[n]={referenceClippingOffsets:c,popperEscapeOffsets:l,isReferenceHidden:u,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}var px={name:`hide`,enabled:!0,phase:`main`,requiresIfExists:[`preventOverflow`],fn:fx};function mx(e,t,n){var r=sb(e),i=[`left`,`top`].indexOf(r)>=0?-1:1,a=typeof n==`function`?n(Object.assign({},t,{placement:e})):n,o=a[0],s=a[1];return o||=0,s=(s||0)*i,[`left`,`right`].indexOf(r)>=0?{x:s,y:o}:{x:o,y:s}}function hx(e){var t=e.state,n=e.options,r=e.name,i=n.offset,a=i===void 0?[0,0]:i,o=Hy.reduce(function(e,n){return e[n]=mx(n,t.rects,a),e},{}),s=o[t.placement],c=s.x,l=s.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=l),t.modifiersData[r]=o}var gx={name:`offset`,enabled:!0,phase:`main`,requires:[`popperOffsets`],fn:hx};function _x(e){var t=e.state,n=e.name;t.modifiersData[n]=ix({reference:t.rects.reference,element:t.rects.popper,strategy:`absolute`,placement:t.placement})}var vx={name:`popperOffsets`,enabled:!0,phase:`read`,fn:_x,data:{}};function yx(e){return e===`x`?`y`:`x`}function bx(e){var t=e.state,n=e.options,r=e.name,i=n.mainAxis,a=i===void 0?!0:i,o=n.altAxis,s=o===void 0?!1:o,c=n.boundary,l=n.rootBoundary,u=n.altBoundary,d=n.padding,f=n.tether,p=f===void 0?!0:f,m=n.tetherOffset,h=m===void 0?0:m,g=ax(t,{boundary:c,rootBoundary:l,padding:d,altBoundary:u}),_=sb(t.placement),v=Nb(t.placement),y=!v,b=Cb(_),x=yx(b),S=t.modifiersData.popperOffsets,C=t.rects.reference,w=t.rects.popper,T=typeof h==`function`?h(Object.assign({},t.rects,{placement:t.placement})):h,E=typeof T==`number`?{mainAxis:T,altAxis:T}:Object.assign({mainAxis:0,altAxis:0},T),D=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,O={x:0,y:0};if(S){if(a){var ee=b===`y`?`top`:Ny,te=b===`y`?jy:My,ne=b===`y`?`height`:`width`,k=S[b],re=k+g[ee],ie=k-g[te],ae=p?-w[ne]/2:0,oe=v===`start`?C[ne]:w[ne],se=v===`start`?-w[ne]:-C[ne],ce=t.elements.arrow,le=p&&ce?mb(ce):{width:0,height:0},ue=t.modifiersData[`arrow#persistent`]?t.modifiersData[`arrow#persistent`].padding:Eb(),de=ue[ee],fe=ue[te],pe=wb(0,C[ne],le[ne]),me=y?C[ne]/2-ae-pe-de-E.mainAxis:oe-pe-de-E.mainAxis,he=y?-C[ne]/2+ae+pe+fe+E.mainAxis:se+pe+fe+E.mainAxis,ge=t.elements.arrow&&Sb(t.elements.arrow),_e=ge?b===`y`?ge.clientTop||0:ge.clientLeft||0:0,ve=D?.[b]??0,ye=k+me-ve-_e,be=k+he-ve,xe=wb(p?lb(re,ye):re,k,p?cb(ie,be):ie);S[b]=xe,O[b]=xe-k}if(s){var Se=b===`x`?`top`:Ny,Ce=b===`x`?jy:My,we=S[x],Te=x===`y`?`height`:`width`,Ee=we+g[Se],De=we-g[Ce],Oe=[`top`,Ny].indexOf(_)!==-1,ke=D?.[x]??0,Ae=Oe?Ee:we-C[Te]-w[Te]-ke+E.altAxis,je=Oe?we+C[Te]+w[Te]-ke-E.altAxis:De,Me=p&&Oe?Tb(Ae,we,je):wb(p?Ae:Ee,we,p?je:De);S[x]=Me,O[x]=Me-we}t.modifiersData[r]=O}}var xx={name:`preventOverflow`,enabled:!0,phase:`main`,fn:bx,requiresIfExists:[`offset`]};function Sx(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Cx(e){return e===eb(e)||!nb(e)?Kb(e):Sx(e)}function wx(e){var t=e.getBoundingClientRect(),n=ub(t.width)/e.offsetWidth||1,r=ub(t.height)/e.offsetHeight||1;return n!==1||r!==1}function Tx(e,t,n){n===void 0&&(n=!1);var r=nb(t),i=nb(t)&&wx(t),a=vb(t),o=pb(e,i,n),s={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(r||!r&&!n)&&(($y(t)!==`body`||Xb(a))&&(s=Cx(t)),nb(t)?(c=pb(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):a&&(c.x=qb(a))),{x:o.left+s.scrollLeft-c.x,y:o.top+s.scrollTop-c.y,width:o.width,height:o.height}}function Ex(e){var t=new Map,n=new Set,r=[];e.forEach(function(e){t.set(e.name,e)});function i(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach(function(e){if(!n.has(e)){var r=t.get(e);r&&i(r)}}),r.push(e)}return e.forEach(function(e){n.has(e.name)||i(e)}),r}function Dx(e){var t=Ex(e);return Qy.reduce(function(e,n){return e.concat(t.filter(function(e){return e.phase===n}))},[])}function Ox(e){var t;return function(){return t||=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})}),t}}function kx(e){var t=e.reduce(function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e},{});return Object.keys(t).map(function(e){return t[e]})}var Ax={placement:`bottom`,modifiers:[],strategy:`absolute`};function jx(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(e){return!(e&&typeof e.getBoundingClientRect==`function`)})}function Mx(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,r=n===void 0?[]:n,i=t.defaultOptions,a=i===void 0?Ax:i;return function(e,t,n){n===void 0&&(n=a);var i={placement:`bottom`,orderedModifiers:[],options:Object.assign({},Ax,a),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},o=[],s=!1,c={state:i,setOptions:function(n){var o=typeof n==`function`?n(i.options):n;u(),i.options=Object.assign({},a,i.options,o),i.scrollParents={reference:tb(e)?Qb(e):e.contextElement?Qb(e.contextElement):[],popper:Qb(t)};var s=Dx(kx([].concat(r,i.options.modifiers)));return i.orderedModifiers=s.filter(function(e){return e.enabled}),l(),c.update()},forceUpdate:function(){if(!s){var e=i.elements,t=e.reference,n=e.popper;if(jx(t,n)){i.rects={reference:Tx(t,Sb(n),i.options.strategy===`fixed`),popper:mb(n)},i.reset=!1,i.placement=i.options.placement,i.orderedModifiers.forEach(function(e){return i.modifiersData[e.name]=Object.assign({},e.data)});for(var r=0;r<i.orderedModifiers.length;r++){if(i.reset===!0){i.reset=!1,r=-1;continue}var a=i.orderedModifiers[r],o=a.fn,l=a.options,u=l===void 0?{}:l,d=a.name;typeof o==`function`&&(i=o({state:i,options:u,name:d,instance:c})||i)}}}},update:Ox(function(){return new Promise(function(e){c.forceUpdate(),e(i)})}),destroy:function(){u(),s=!0}};if(!jx(e,t))return c;c.setOptions(n).then(function(e){!s&&n.onFirstUpdate&&n.onFirstUpdate(e)});function l(){i.orderedModifiers.forEach(function(e){var t=e.name,n=e.options,r=n===void 0?{}:n,a=e.effect;if(typeof a==`function`){var s=a({state:i,name:t,instance:c,options:r});o.push(s||function(){})}})}function u(){o.forEach(function(e){return e()}),o=[]}return c}}var Nx=Mx(),Px=Mx({defaultModifiers:[Vb,vx,Rb,ob]}),Fx=Mx({defaultModifiers:[Vb,vx,Rb,ob,gx,lx,xx,Mb,px]}),Ix=s({afterMain:()=>Jy,afterRead:()=>Gy,afterWrite:()=>Zy,applyStyles:()=>ob,arrow:()=>Mb,auto:()=>Py,basePlacements:()=>Fy,beforeMain:()=>Ky,beforeRead:()=>Uy,beforeWrite:()=>Yy,bottom:()=>jy,clippingParents:()=>Ly,computeStyles:()=>Rb,createPopper:()=>Fx,createPopperBase:()=>Nx,createPopperLite:()=>Px,detectOverflow:()=>ax,end:()=>`end`,eventListeners:()=>Vb,flip:()=>lx,hide:()=>px,left:()=>Ny,main:()=>qy,modifierPhases:()=>Qy,offset:()=>gx,placements:()=>Hy,popper:()=>zy,popperGenerator:()=>Mx,popperOffsets:()=>vx,preventOverflow:()=>xx,read:()=>Wy,reference:()=>By,right:()=>My,start:()=>Iy,top:()=>`top`,variationPlacements:()=>Vy,viewport:()=>Ry,write:()=>Xy}),Lx=new Map,Rx={set(e,t,n){Lx.has(e)||Lx.set(e,new Map);let r=Lx.get(e);if(!r.has(t)&&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(t,n)},get(e,t){return Lx.has(e)&&Lx.get(e).get(t)||null},remove(e,t){if(!Lx.has(e))return;let n=Lx.get(e);n.delete(t),n.size===0&&Lx.delete(e)}},zx=1e6,Bx=1e3,Vx=`transitionend`,Hx=e=>(e&&window.CSS&&window.CSS.escape&&(e=e.replace(/#([^\s"#']+)/g,(e,t)=>`#${CSS.escape(t)}`)),e),Ux=e=>e==null?`${e}`:Object.prototype.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase(),Wx=e=>{do e+=Math.floor(Math.random()*zx);while(document.getElementById(e));return e},Gx=e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:n}=window.getComputedStyle(e);return!Number.parseFloat(t)&&!Number.parseFloat(n)?0:(t=t.split(`,`)[0],n=n.split(`,`)[0],(Number.parseFloat(t)+Number.parseFloat(n))*Bx)},Kx=e=>{e.dispatchEvent(new Event(Vx))},qx=e=>!e||typeof e!=`object`?!1:(e.jquery!==void 0&&(e=e[0]),e.nodeType!==void 0),Jx=e=>qx(e)?e.jquery?e[0]:e:typeof e==`string`&&e.length>0?document.querySelector(Hx(e)):null,Yx=e=>{if(!qx(e)||e.getClientRects().length===0)return!1;let t=getComputedStyle(e).getPropertyValue(`visibility`)===`visible`,n=e.closest(`details:not([open])`);if(!n)return t;if(n!==e){let t=e.closest(`summary`);if(t&&t.parentNode!==n||t===null)return!1}return t},Xx=e=>!e||e.nodeType!==Node.ELEMENT_NODE||e.classList.contains(`disabled`)?!0:e.disabled===void 0?e.hasAttribute(`disabled`)&&e.getAttribute(`disabled`)!==`false`:e.disabled,Zx=e=>{if(!document.documentElement.attachShadow)return null;if(typeof e.getRootNode==`function`){let t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?Zx(e.parentNode):null},Qx=()=>{},$x=e=>{e.offsetHeight},eS=()=>window.jQuery&&!document.body.hasAttribute(`data-bs-no-jquery`)?window.jQuery:null,tS=[],nS=e=>{document.readyState===`loading`?(tS.length||document.addEventListener(`DOMContentLoaded`,()=>{for(let e of tS)e()}),tS.push(e)):e()},rS=()=>document.documentElement.dir===`rtl`,iS=e=>{nS(()=>{let t=eS();if(t){let n=e.NAME,r=t.fn[n];t.fn[n]=e.jQueryInterface,t.fn[n].Constructor=e,t.fn[n].noConflict=()=>(t.fn[n]=r,e.jQueryInterface)}})},aS=(e,t=[],n=e)=>typeof e==`function`?e.call(...t):n,oS=(e,t,n=!0)=>{if(!n){aS(e);return}let r=Gx(t)+5,i=!1,a=({target:n})=>{n===t&&(i=!0,t.removeEventListener(Vx,a),aS(e))};t.addEventListener(Vx,a),setTimeout(()=>{i||Kx(t)},r)},sS=(e,t,n,r)=>{let i=e.length,a=e.indexOf(t);return a===-1?!n&&r?e[i-1]:e[0]:(a+=n?1:-1,r&&(a=(a+i)%i),e[Math.max(0,Math.min(a,i-1))])},cS=/[^.]*(?=\..*)\.|.*/,lS=/\..*/,uS=/::\d+$/,dS={},fS=1,pS={mouseenter:`mouseover`,mouseleave:`mouseout`},mS=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`.split(`.`));function hS(e,t){return t&&`${t}::${fS++}`||e.uidEvent||fS++}function gS(e){let t=hS(e);return e.uidEvent=t,dS[t]=dS[t]||{},dS[t]}function _S(e,t){return function n(r){return TS(r,{delegateTarget:e}),n.oneOff&&H.off(e,r.type,t),t.apply(e,[r])}}function vS(e,t,n){return function r(i){let a=e.querySelectorAll(t);for(let{target:o}=i;o&&o!==this;o=o.parentNode)for(let s of a)if(s===o)return TS(i,{delegateTarget:o}),r.oneOff&&H.off(e,i.type,t,n),n.apply(o,[i])}}function yS(e,t,n=null){return Object.values(e).find(e=>e.callable===t&&e.delegationSelector===n)}function bS(e,t,n){let r=typeof t==`string`,i=r?n:t||n,a=wS(e);return mS.has(a)||(a=e),[r,i,a]}function xS(e,t,n,r,i){if(typeof t!=`string`||!e)return;let[a,o,s]=bS(t,n,r);t in pS&&(o=(e=>function(t){if(!t.relatedTarget||t.relatedTarget!==t.delegateTarget&&!t.delegateTarget.contains(t.relatedTarget))return e.call(this,t)})(o));let c=gS(e),l=c[s]||(c[s]={}),u=yS(l,o,a?n:null);if(u){u.oneOff=u.oneOff&&i;return}let d=hS(o,t.replace(cS,``)),f=a?vS(e,n,o):_S(e,o);f.delegationSelector=a?n:null,f.callable=o,f.oneOff=i,f.uidEvent=d,l[d]=f,e.addEventListener(s,f,a)}function SS(e,t,n,r,i){let a=yS(t[n],r,i);a&&(e.removeEventListener(n,a,!!i),delete t[n][a.uidEvent])}function CS(e,t,n,r){let i=t[n]||{};for(let[a,o]of Object.entries(i))a.includes(r)&&SS(e,t,n,o.callable,o.delegationSelector)}function wS(e){return e=e.replace(lS,``),pS[e]||e}var H={on(e,t,n,r){xS(e,t,n,r,!1)},one(e,t,n,r){xS(e,t,n,r,!0)},off(e,t,n,r){if(typeof t!=`string`||!e)return;let[i,a,o]=bS(t,n,r),s=o!==t,c=gS(e),l=c[o]||{},u=t.startsWith(`.`);if(a!==void 0){if(!Object.keys(l).length)return;SS(e,c,o,a,i?n:null);return}if(u)for(let n of Object.keys(c))CS(e,c,n,t.slice(1));for(let[n,r]of Object.entries(l)){let i=n.replace(uS,``);(!s||t.includes(i))&&SS(e,c,o,r.callable,r.delegationSelector)}},trigger(e,t,n){if(typeof t!=`string`||!e)return null;let r=eS(),i=t!==wS(t),a=null,o=!0,s=!0,c=!1;i&&r&&(a=r.Event(t,n),r(e).trigger(a),o=!a.isPropagationStopped(),s=!a.isImmediatePropagationStopped(),c=a.isDefaultPrevented());let l=TS(new Event(t,{bubbles:o,cancelable:!0}),n);return c&&l.preventDefault(),s&&e.dispatchEvent(l),l.defaultPrevented&&a&&a.preventDefault(),l}};function TS(e,t={}){for(let[n,r]of Object.entries(t))try{e[n]=r}catch{Object.defineProperty(e,n,{configurable:!0,get(){return r}})}return e}function ES(e){if(e===`true`)return!0;if(e===`false`)return!1;if(e===Number(e).toString())return Number(e);if(e===``||e===`null`)return null;if(typeof e!=`string`)return e;try{return JSON.parse(decodeURIComponent(e))}catch{return e}}function DS(e){return e.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`)}var OS={setDataAttribute(e,t,n){e.setAttribute(`data-bs-${DS(t)}`,n)},removeDataAttribute(e,t){e.removeAttribute(`data-bs-${DS(t)}`)},getDataAttributes(e){if(!e)return{};let t={},n=Object.keys(e.dataset).filter(e=>e.startsWith(`bs`)&&!e.startsWith(`bsConfig`));for(let r of n){let n=r.replace(/^bs/,``);n=n.charAt(0).toLowerCase()+n.slice(1),t[n]=ES(e.dataset[r])}return t},getDataAttribute(e,t){return ES(e.getAttribute(`data-bs-${DS(t)}`))}},kS=class{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw 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,t){let n=qx(t)?OS.getDataAttribute(t,`config`):{};return{...this.constructor.Default,...typeof n==`object`?n:{},...qx(t)?OS.getDataAttributes(t):{},...typeof e==`object`?e:{}}}_typeCheckConfig(e,t=this.constructor.DefaultType){for(let[n,r]of Object.entries(t)){let t=e[n],i=qx(t)?`element`:Ux(t);if(!new RegExp(r).test(i))throw TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${n}" provided type "${i}" but expected type "${r}".`)}}},AS=`5.3.8`,jS=class extends kS{constructor(e,t){super(),e=Jx(e),e&&(this._element=e,this._config=this._getConfig(t),Rx.set(this._element,this.constructor.DATA_KEY,this))}dispose(){Rx.remove(this._element,this.constructor.DATA_KEY),H.off(this._element,this.constructor.EVENT_KEY);for(let e of Object.getOwnPropertyNames(this))this[e]=null}_queueCallback(e,t,n=!0){oS(e,t,n)}_getConfig(e){return e=this._mergeConfigObj(e,this._element),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}static getInstance(e){return Rx.get(Jx(e),this.DATA_KEY)}static getOrCreateInstance(e,t={}){return this.getInstance(e)||new this(e,typeof t==`object`?t:null)}static get VERSION(){return AS}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(e){return`${e}${this.EVENT_KEY}`}},MS=e=>{let t=e.getAttribute(`data-bs-target`);if(!t||t===`#`){let n=e.getAttribute(`href`);if(!n||!n.includes(`#`)&&!n.startsWith(`.`))return null;n.includes(`#`)&&!n.startsWith(`#`)&&(n=`#${n.split(`#`)[1]}`),t=n&&n!==`#`?n.trim():null}return t?t.split(`,`).map(e=>Hx(e)).join(`,`):null},U={find(e,t=document.documentElement){return[].concat(...Element.prototype.querySelectorAll.call(t,e))},findOne(e,t=document.documentElement){return Element.prototype.querySelector.call(t,e)},children(e,t){return[].concat(...e.children).filter(e=>e.matches(t))},parents(e,t){let n=[],r=e.parentNode.closest(t);for(;r;)n.push(r),r=r.parentNode.closest(t);return n},prev(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return[n];n=n.previousElementSibling}return[]},next(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return[n];n=n.nextElementSibling}return[]},focusableChildren(e){let t=[`a`,`button`,`input`,`textarea`,`select`,`details`,`[tabindex]`,`[contenteditable="true"]`].map(e=>`${e}:not([tabindex^="-"])`).join(`,`);return this.find(t,e).filter(e=>!Xx(e)&&Yx(e))},getSelectorFromElement(e){let t=MS(e);return t&&U.findOne(t)?t:null},getElementFromSelector(e){let t=MS(e);return t?U.findOne(t):null},getMultipleElementsFromSelector(e){let t=MS(e);return t?U.find(t):[]}},NS=(e,t=`hide`)=>{let n=`click.dismiss${e.EVENT_KEY}`,r=e.NAME;H.on(document,n,`[data-bs-dismiss="${r}"]`,function(n){if([`A`,`AREA`].includes(this.tagName)&&n.preventDefault(),Xx(this))return;let i=U.getElementFromSelector(this)||this.closest(`.${r}`);e.getOrCreateInstance(i)[t]()})},PS=`alert`,FS=`.bs.alert`,IS=`close${FS}`,LS=`closed${FS}`,RS=`fade`,zS=`show`,BS=class e extends jS{static get NAME(){return PS}close(){if(H.trigger(this._element,IS).defaultPrevented)return;this._element.classList.remove(zS);let e=this._element.classList.contains(RS);this._queueCallback(()=>this._destroyElement(),this._element,e)}_destroyElement(){this._element.remove(),H.trigger(this._element,LS),this.dispose()}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this);if(typeof t==`string`){if(n[t]===void 0||t.startsWith(`_`)||t===`constructor`)throw TypeError(`No method named "${t}"`);n[t](this)}})}};NS(BS,`close`),iS(BS);var VS=`button`,HS=`.bs.button`,US=`.data-api`,WS=`active`,GS=`[data-bs-toggle="button"]`,KS=`click${HS}${US}`,qS=class e extends jS{static get NAME(){return VS}toggle(){this._element.setAttribute(`aria-pressed`,this._element.classList.toggle(WS))}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this);t===`toggle`&&n[t]()})}};H.on(document,KS,GS,e=>{e.preventDefault();let t=e.target.closest(GS);qS.getOrCreateInstance(t).toggle()}),iS(qS);var JS=`swipe`,YS=`.bs.swipe`,XS=`touchstart${YS}`,ZS=`touchmove${YS}`,QS=`touchend${YS}`,$S=`pointerdown${YS}`,eC=`pointerup${YS}`,tC=`touch`,nC=`pen`,rC=`pointer-event`,iC=40,aC={endCallback:null,leftCallback:null,rightCallback:null},oC={endCallback:`(function|null)`,leftCallback:`(function|null)`,rightCallback:`(function|null)`},sC=class e extends kS{constructor(t,n){super(),this._element=t,!(!t||!e.isSupported())&&(this._config=this._getConfig(n),this._deltaX=0,this._supportPointerEvents=!!window.PointerEvent,this._initEvents())}static get Default(){return aC}static get DefaultType(){return oC}static get NAME(){return JS}dispose(){H.off(this._element,YS)}_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(),aS(this._config.endCallback)}_move(e){this._deltaX=e.touches&&e.touches.length>1?0:e.touches[0].clientX-this._deltaX}_handleSwipe(){let e=Math.abs(this._deltaX);if(e<=iC)return;let t=e/this._deltaX;this._deltaX=0,t&&aS(t>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(H.on(this._element,$S,e=>this._start(e)),H.on(this._element,eC,e=>this._end(e)),this._element.classList.add(rC)):(H.on(this._element,XS,e=>this._start(e)),H.on(this._element,ZS,e=>this._move(e)),H.on(this._element,QS,e=>this._end(e)))}_eventIsPointerPenTouch(e){return this._supportPointerEvents&&(e.pointerType===nC||e.pointerType===tC)}static isSupported(){return`ontouchstart`in document.documentElement||navigator.maxTouchPoints>0}},cC=`carousel`,lC=`.bs.carousel`,uC=`.data-api`,dC=`ArrowLeft`,fC=`ArrowRight`,pC=500,mC=`next`,hC=`prev`,gC=`left`,_C=`right`,vC=`slide${lC}`,yC=`slid${lC}`,bC=`keydown${lC}`,xC=`mouseenter${lC}`,SC=`mouseleave${lC}`,CC=`dragstart${lC}`,wC=`load${lC}${uC}`,TC=`click${lC}${uC}`,EC=`carousel`,DC=`active`,OC=`slide`,kC=`carousel-item-end`,AC=`carousel-item-start`,jC=`carousel-item-next`,MC=`carousel-item-prev`,NC=`.active`,PC=`.carousel-item`,FC=`.active.carousel-item`,IC=`.carousel-item img`,LC=`.carousel-indicators`,RC=`[data-bs-slide], [data-bs-slide-to]`,zC=`[data-bs-ride="carousel"]`,BC={[dC]:_C,[fC]:gC},VC={interval:5e3,keyboard:!0,pause:`hover`,ride:!1,touch:!0,wrap:!0},HC={interval:`(number|boolean)`,keyboard:`boolean`,pause:`(string|boolean)`,ride:`(boolean|string)`,touch:`boolean`,wrap:`boolean`},UC=class e extends jS{constructor(e,t){super(e,t),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=U.findOne(LC,this._element),this._addEventListeners(),this._config.ride===EC&&this.cycle()}static get Default(){return VC}static get DefaultType(){return HC}static get NAME(){return cC}next(){this._slide(mC)}nextWhenVisible(){!document.hidden&&Yx(this._element)&&this.next()}prev(){this._slide(hC)}pause(){this._isSliding&&Kx(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){H.one(this._element,yC,()=>this.cycle());return}this.cycle()}}to(e){let t=this._getItems();if(e>t.length-1||e<0)return;if(this._isSliding){H.one(this._element,yC,()=>this.to(e));return}let n=this._getItemIndex(this._getActive());if(n===e)return;let r=e>n?mC:hC;this._slide(r,t[e])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(e){return e.defaultInterval=e.interval,e}_addEventListeners(){this._config.keyboard&&H.on(this._element,bC,e=>this._keydown(e)),this._config.pause===`hover`&&(H.on(this._element,xC,()=>this.pause()),H.on(this._element,SC,()=>this._maybeEnableCycle())),this._config.touch&&sC.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(let e of U.find(IC,this._element))H.on(e,CC,e=>e.preventDefault());let e={leftCallback:()=>this._slide(this._directionToOrder(gC)),rightCallback:()=>this._slide(this._directionToOrder(_C)),endCallback:()=>{this._config.pause===`hover`&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(()=>this._maybeEnableCycle(),pC+this._config.interval))}};this._swipeHelper=new sC(this._element,e)}_keydown(e){if(/input|textarea/i.test(e.target.tagName))return;let t=BC[e.key];t&&(e.preventDefault(),this._slide(this._directionToOrder(t)))}_getItemIndex(e){return this._getItems().indexOf(e)}_setActiveIndicatorElement(e){if(!this._indicatorsElement)return;let t=U.findOne(NC,this._indicatorsElement);t.classList.remove(DC),t.removeAttribute(`aria-current`);let n=U.findOne(`[data-bs-slide-to="${e}"]`,this._indicatorsElement);n&&(n.classList.add(DC),n.setAttribute(`aria-current`,`true`))}_updateInterval(){let e=this._activeElement||this._getActive();if(!e)return;let t=Number.parseInt(e.getAttribute(`data-bs-interval`),10);this._config.interval=t||this._config.defaultInterval}_slide(e,t=null){if(this._isSliding)return;let n=this._getActive(),r=e===mC,i=t||sS(this._getItems(),n,r,this._config.wrap);if(i===n)return;let a=this._getItemIndex(i),o=t=>H.trigger(this._element,t,{relatedTarget:i,direction:this._orderToDirection(e),from:this._getItemIndex(n),to:a});if(o(vC).defaultPrevented||!n||!i)return;let s=!!this._interval;this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(a),this._activeElement=i;let c=r?AC:kC,l=r?jC:MC;i.classList.add(l),$x(i),n.classList.add(c),i.classList.add(c),this._queueCallback(()=>{i.classList.remove(c,l),i.classList.add(DC),n.classList.remove(DC,l,c),this._isSliding=!1,o(yC)},n,this._isAnimated()),s&&this.cycle()}_isAnimated(){return this._element.classList.contains(OC)}_getActive(){return U.findOne(FC,this._element)}_getItems(){return U.find(PC,this._element)}_clearInterval(){this._interval&&=(clearInterval(this._interval),null)}_directionToOrder(e){return rS()?e===gC?hC:mC:e===gC?mC:hC}_orderToDirection(e){return rS()?e===hC?gC:_C:e===hC?_C:gC}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`number`){n.to(t);return}if(typeof t==`string`){if(n[t]===void 0||t.startsWith(`_`)||t===`constructor`)throw TypeError(`No method named "${t}"`);n[t]()}})}};H.on(document,TC,RC,function(e){let t=U.getElementFromSelector(this);if(!t||!t.classList.contains(EC))return;e.preventDefault();let n=UC.getOrCreateInstance(t),r=this.getAttribute(`data-bs-slide-to`);if(r){n.to(r),n._maybeEnableCycle();return}if(OS.getDataAttribute(this,`slide`)===`next`){n.next(),n._maybeEnableCycle();return}n.prev(),n._maybeEnableCycle()}),H.on(window,wC,()=>{let e=U.find(zC);for(let t of e)UC.getOrCreateInstance(t)}),iS(UC);var WC=`collapse`,GC=`.bs.collapse`,KC=`.data-api`,qC=`show${GC}`,JC=`shown${GC}`,YC=`hide${GC}`,XC=`hidden${GC}`,ZC=`click${GC}${KC}`,QC=`show`,$C=`collapse`,ew=`collapsing`,tw=`collapsed`,nw=`:scope .${$C} .${$C}`,rw=`collapse-horizontal`,iw=`width`,aw=`height`,ow=`.collapse.show, .collapse.collapsing`,sw=`[data-bs-toggle="collapse"]`,cw={parent:null,toggle:!0},lw={parent:`(null|element)`,toggle:`boolean`},uw=class e extends jS{constructor(e,t){super(e,t),this._isTransitioning=!1,this._triggerArray=[];let n=U.find(sw);for(let e of n){let t=U.getSelectorFromElement(e),n=U.find(t).filter(e=>e===this._element);t!==null&&n.length&&this._triggerArray.push(e)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return cw}static get DefaultType(){return lw}static get NAME(){return WC}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t=[];if(this._config.parent&&(t=this._getFirstLevelChildren(ow).filter(e=>e!==this._element).map(t=>e.getOrCreateInstance(t,{toggle:!1}))),t.length&&t[0]._isTransitioning||H.trigger(this._element,qC).defaultPrevented)return;for(let e of t)e.hide();let n=this._getDimension();this._element.classList.remove($C),this._element.classList.add(ew),this._element.style[n]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;let r=()=>{this._isTransitioning=!1,this._element.classList.remove(ew),this._element.classList.add($C,QC),this._element.style[n]=``,H.trigger(this._element,JC)},i=`scroll${n[0].toUpperCase()+n.slice(1)}`;this._queueCallback(r,this._element,!0),this._element.style[n]=`${this._element[i]}px`}hide(){if(this._isTransitioning||!this._isShown()||H.trigger(this._element,YC).defaultPrevented)return;let e=this._getDimension();this._element.style[e]=`${this._element.getBoundingClientRect()[e]}px`,$x(this._element),this._element.classList.add(ew),this._element.classList.remove($C,QC);for(let e of this._triggerArray){let t=U.getElementFromSelector(e);t&&!this._isShown(t)&&this._addAriaAndCollapsedClass([e],!1)}this._isTransitioning=!0;let t=()=>{this._isTransitioning=!1,this._element.classList.remove(ew),this._element.classList.add($C),H.trigger(this._element,XC)};this._element.style[e]=``,this._queueCallback(t,this._element,!0)}_isShown(e=this._element){return e.classList.contains(QC)}_configAfterMerge(e){return e.toggle=!!e.toggle,e.parent=Jx(e.parent),e}_getDimension(){return this._element.classList.contains(rw)?iw:aw}_initializeChildren(){if(!this._config.parent)return;let e=this._getFirstLevelChildren(sw);for(let t of e){let e=U.getElementFromSelector(t);e&&this._addAriaAndCollapsedClass([t],this._isShown(e))}}_getFirstLevelChildren(e){let t=U.find(nw,this._config.parent);return U.find(e,this._config.parent).filter(e=>!t.includes(e))}_addAriaAndCollapsedClass(e,t){if(e.length)for(let n of e)n.classList.toggle(tw,!t),n.setAttribute(`aria-expanded`,t)}static jQueryInterface(t){let n={};return typeof t==`string`&&/show|hide/.test(t)&&(n.toggle=!1),this.each(function(){let r=e.getOrCreateInstance(this,n);if(typeof t==`string`){if(r[t]===void 0)throw TypeError(`No method named "${t}"`);r[t]()}})}};H.on(document,ZC,sw,function(e){(e.target.tagName===`A`||e.delegateTarget&&e.delegateTarget.tagName===`A`)&&e.preventDefault();for(let e of U.getMultipleElementsFromSelector(this))uw.getOrCreateInstance(e,{toggle:!1}).toggle()}),iS(uw);var dw=`dropdown`,fw=`.bs.dropdown`,pw=`.data-api`,mw=`Escape`,hw=`Tab`,gw=`ArrowUp`,_w=`ArrowDown`,vw=2,yw=`hide${fw}`,bw=`hidden${fw}`,xw=`show${fw}`,Sw=`shown${fw}`,Cw=`click${fw}${pw}`,ww=`keydown${fw}${pw}`,Tw=`keyup${fw}${pw}`,Ew=`show`,Dw=`dropup`,Ow=`dropend`,kw=`dropstart`,Aw=`dropup-center`,jw=`dropdown-center`,Mw=`[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)`,Nw=`${Mw}.${Ew}`,Pw=`.dropdown-menu`,Fw=`.navbar`,Iw=`.navbar-nav`,Lw=`.dropdown-menu .dropdown-item:not(.disabled):not(:disabled)`,Rw=rS()?`top-end`:`top-start`,zw=rS()?`top-start`:`top-end`,Bw=rS()?`bottom-end`:`bottom-start`,Vw=rS()?`bottom-start`:`bottom-end`,Hw=rS()?`left-start`:`right-start`,Uw=rS()?`right-start`:`left-start`,Ww=`top`,Gw=`bottom`,Kw={autoClose:!0,boundary:`clippingParents`,display:`dynamic`,offset:[0,2],popperConfig:null,reference:`toggle`},qw={autoClose:`(boolean|string)`,boundary:`(string|element)`,display:`string`,offset:`(array|string|function)`,popperConfig:`(null|object|function)`,reference:`(string|element|object)`},Jw=class e extends jS{constructor(e,t){super(e,t),this._popper=null,this._parent=this._element.parentNode,this._menu=U.next(this._element,Pw)[0]||U.prev(this._element,Pw)[0]||U.findOne(Pw,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return Kw}static get DefaultType(){return qw}static get NAME(){return dw}toggle(){return this._isShown()?this.hide():this.show()}show(){if(Xx(this._element)||this._isShown())return;let e={relatedTarget:this._element};if(!H.trigger(this._element,xw,e).defaultPrevented){if(this._createPopper(),`ontouchstart`in document.documentElement&&!this._parent.closest(Iw))for(let e of[].concat(...document.body.children))H.on(e,`mouseover`,Qx);this._element.focus(),this._element.setAttribute(`aria-expanded`,!0),this._menu.classList.add(Ew),this._element.classList.add(Ew),H.trigger(this._element,Sw,e)}}hide(){if(Xx(this._element)||!this._isShown())return;let 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(!H.trigger(this._element,yw,e).defaultPrevented){if(`ontouchstart`in document.documentElement)for(let e of[].concat(...document.body.children))H.off(e,`mouseover`,Qx);this._popper&&this._popper.destroy(),this._menu.classList.remove(Ew),this._element.classList.remove(Ew),this._element.setAttribute(`aria-expanded`,`false`),OS.removeDataAttribute(this._menu,`popper`),H.trigger(this._element,bw,e)}}_getConfig(e){if(e=super._getConfig(e),typeof e.reference==`object`&&!qx(e.reference)&&typeof e.reference.getBoundingClientRect!=`function`)throw TypeError(`${dw.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return e}_createPopper(){if(Ix===void 0)throw TypeError(`Bootstrap's dropdowns require Popper (https://popper.js.org/docs/v2/)`);let e=this._element;this._config.reference===`parent`?e=this._parent:qx(this._config.reference)?e=Jx(this._config.reference):typeof this._config.reference==`object`&&(e=this._config.reference);let t=this._getPopperConfig();this._popper=Fx(e,this._menu,t)}_isShown(){return this._menu.classList.contains(Ew)}_getPlacement(){let e=this._parent;if(e.classList.contains(Ow))return Hw;if(e.classList.contains(kw))return Uw;if(e.classList.contains(Aw))return Ww;if(e.classList.contains(jw))return Gw;let t=getComputedStyle(this._menu).getPropertyValue(`--bs-position`).trim()===`end`;return e.classList.contains(Dw)?t?zw:Rw:t?Vw:Bw}_detectNavbar(){return this._element.closest(Fw)!==null}_getOffset(){let{offset:e}=this._config;return typeof e==`string`?e.split(`,`).map(e=>Number.parseInt(e,10)):typeof e==`function`?t=>e(t,this._element):e}_getPopperConfig(){let 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`)&&(OS.setDataAttribute(this._menu,`popper`,`static`),e.modifiers=[{name:`applyStyles`,enabled:!1}]),{...e,...aS(this._config.popperConfig,[void 0,e])}}_selectMenuItem({key:e,target:t}){let n=U.find(Lw,this._menu).filter(e=>Yx(e));n.length&&sS(n,t,e===_w,!n.includes(t)).focus()}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0)throw TypeError(`No method named "${t}"`);n[t]()}})}static clearMenus(t){if(t.button===vw||t.type===`keyup`&&t.key!==hw)return;let n=U.find(Nw);for(let r of n){let n=e.getInstance(r);if(!n||n._config.autoClose===!1)continue;let i=t.composedPath(),a=i.includes(n._menu);if(i.includes(n._element)||n._config.autoClose===`inside`&&!a||n._config.autoClose===`outside`&&a||n._menu.contains(t.target)&&(t.type===`keyup`&&t.key===hw||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;let o={relatedTarget:n._element};t.type===`click`&&(o.clickEvent=t),n._completeHide(o)}}static dataApiKeydownHandler(t){let n=/input|textarea/i.test(t.target.tagName),r=t.key===mw,i=[gw,_w].includes(t.key);if(!i&&!r||n&&!r)return;t.preventDefault();let a=this.matches(Mw)?this:U.prev(this,Mw)[0]||U.next(this,Mw)[0]||U.findOne(Mw,t.delegateTarget.parentNode),o=e.getOrCreateInstance(a);if(i){t.stopPropagation(),o.show(),o._selectMenuItem(t);return}o._isShown()&&(t.stopPropagation(),o.hide(),a.focus())}};H.on(document,ww,Mw,Jw.dataApiKeydownHandler),H.on(document,ww,Pw,Jw.dataApiKeydownHandler),H.on(document,Cw,Jw.clearMenus),H.on(document,Tw,Jw.clearMenus),H.on(document,Cw,Mw,function(e){e.preventDefault(),Jw.getOrCreateInstance(this).toggle()}),iS(Jw);var Yw=`backdrop`,Xw=`fade`,Zw=`show`,Qw=`mousedown.bs.${Yw}`,$w={className:`modal-backdrop`,clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:`body`},eT={className:`string`,clickCallback:`(function|null)`,isAnimated:`boolean`,isVisible:`boolean`,rootElement:`(element|string)`},tT=class extends kS{constructor(e){super(),this._config=this._getConfig(e),this._isAppended=!1,this._element=null}static get Default(){return $w}static get DefaultType(){return eT}static get NAME(){return Yw}show(e){if(!this._config.isVisible){aS(e);return}this._append();let t=this._getElement();this._config.isAnimated&&$x(t),t.classList.add(Zw),this._emulateAnimation(()=>{aS(e)})}hide(e){if(!this._config.isVisible){aS(e);return}this._getElement().classList.remove(Zw),this._emulateAnimation(()=>{this.dispose(),aS(e)})}dispose(){this._isAppended&&=(H.off(this._element,Qw),this._element.remove(),!1)}_getElement(){if(!this._element){let e=document.createElement(`div`);e.className=this._config.className,this._config.isAnimated&&e.classList.add(Xw),this._element=e}return this._element}_configAfterMerge(e){return e.rootElement=Jx(e.rootElement),e}_append(){if(this._isAppended)return;let e=this._getElement();this._config.rootElement.append(e),H.on(e,Qw,()=>{aS(this._config.clickCallback)}),this._isAppended=!0}_emulateAnimation(e){oS(e,this._getElement(),this._config.isAnimated)}},nT=`focustrap`,rT=`.bs.focustrap`,iT=`focusin${rT}`,aT=`keydown.tab${rT}`,oT=`Tab`,sT=`forward`,cT=`backward`,lT={autofocus:!0,trapElement:null},uT={autofocus:`boolean`,trapElement:`element`},dT=class extends kS{constructor(e){super(),this._config=this._getConfig(e),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return lT}static get DefaultType(){return uT}static get NAME(){return nT}activate(){this._isActive||=(this._config.autofocus&&this._config.trapElement.focus(),H.off(document,rT),H.on(document,iT,e=>this._handleFocusin(e)),H.on(document,aT,e=>this._handleKeydown(e)),!0)}deactivate(){this._isActive&&(this._isActive=!1,H.off(document,rT))}_handleFocusin(e){let{trapElement:t}=this._config;if(e.target===document||e.target===t||t.contains(e.target))return;let n=U.focusableChildren(t);n.length===0?t.focus():this._lastTabNavDirection===cT?n[n.length-1].focus():n[0].focus()}_handleKeydown(e){e.key===oT&&(this._lastTabNavDirection=e.shiftKey?cT:sT)}},fT=`.fixed-top, .fixed-bottom, .is-fixed, .sticky-top`,pT=`.sticky-top`,mT=`padding-right`,hT=`margin-right`,gT=class{constructor(){this._element=document.body}getWidth(){let e=document.documentElement.clientWidth;return Math.abs(window.innerWidth-e)}hide(){let e=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,mT,t=>t+e),this._setElementAttributes(fT,mT,t=>t+e),this._setElementAttributes(pT,hT,t=>t-e)}reset(){this._resetElementAttributes(this._element,`overflow`),this._resetElementAttributes(this._element,mT),this._resetElementAttributes(fT,mT),this._resetElementAttributes(pT,hT)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,`overflow`),this._element.style.overflow=`hidden`}_setElementAttributes(e,t,n){let r=this.getWidth();this._applyManipulationCallback(e,e=>{if(e!==this._element&&window.innerWidth>e.clientWidth+r)return;this._saveInitialAttribute(e,t);let i=window.getComputedStyle(e).getPropertyValue(t);e.style.setProperty(t,`${n(Number.parseFloat(i))}px`)})}_saveInitialAttribute(e,t){let n=e.style.getPropertyValue(t);n&&OS.setDataAttribute(e,t,n)}_resetElementAttributes(e,t){this._applyManipulationCallback(e,e=>{let n=OS.getDataAttribute(e,t);if(n===null){e.style.removeProperty(t);return}OS.removeDataAttribute(e,t),e.style.setProperty(t,n)})}_applyManipulationCallback(e,t){if(qx(e)){t(e);return}for(let n of U.find(e,this._element))t(n)}},_T=`modal`,vT=`.bs.modal`,yT=`.data-api`,bT=`Escape`,xT=`hide${vT}`,ST=`hidePrevented${vT}`,CT=`hidden${vT}`,wT=`show${vT}`,TT=`shown${vT}`,ET=`resize${vT}`,DT=`click.dismiss${vT}`,OT=`mousedown.dismiss${vT}`,kT=`keydown.dismiss${vT}`,AT=`click${vT}${yT}`,jT=`modal-open`,MT=`fade`,NT=`show`,PT=`modal-static`,FT=`.modal.show`,IT=`.modal-dialog`,LT=`.modal-body`,RT=`[data-bs-toggle="modal"]`,zT={backdrop:!0,focus:!0,keyboard:!0},BT={backdrop:`(boolean|string)`,focus:`boolean`,keyboard:`boolean`},VT=class e extends jS{constructor(e,t){super(e,t),this._dialog=U.findOne(IT,this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new gT,this._addEventListeners()}static get Default(){return zT}static get DefaultType(){return BT}static get NAME(){return _T}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||this._isTransitioning||H.trigger(this._element,wT,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(jT),this._adjustDialog(),this._backdrop.show(()=>this._showElement(e)))}hide(){!this._isShown||this._isTransitioning||H.trigger(this._element,xT).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(NT),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated()))}dispose(){H.off(window,vT),H.off(this._dialog,vT),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new tT({isVisible:!!this._config.backdrop,isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new dT({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;let t=U.findOne(LT,this._dialog);t&&(t.scrollTop=0),$x(this._element),this._element.classList.add(NT),this._queueCallback(()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,H.trigger(this._element,TT,{relatedTarget:e})},this._dialog,this._isAnimated())}_addEventListeners(){H.on(this._element,kT,e=>{if(e.key===bT){if(this._config.keyboard){this.hide();return}this._triggerBackdropTransition()}}),H.on(window,ET,()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),H.on(this._element,OT,e=>{H.one(this._element,DT,t=>{if(!(this._element!==e.target||this._element!==t.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(jT),this._resetAdjustments(),this._scrollBar.reset(),H.trigger(this._element,CT)})}_isAnimated(){return this._element.classList.contains(MT)}_triggerBackdropTransition(){if(H.trigger(this._element,ST).defaultPrevented)return;let e=this._element.scrollHeight>document.documentElement.clientHeight,t=this._element.style.overflowY;t===`hidden`||this._element.classList.contains(PT)||(e||(this._element.style.overflowY=`hidden`),this._element.classList.add(PT),this._queueCallback(()=>{this._element.classList.remove(PT),this._queueCallback(()=>{this._element.style.overflowY=t},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){let e=this._element.scrollHeight>document.documentElement.clientHeight,t=this._scrollBar.getWidth(),n=t>0;if(n&&!e){let e=rS()?`paddingLeft`:`paddingRight`;this._element.style[e]=`${t}px`}if(!n&&e){let e=rS()?`paddingRight`:`paddingLeft`;this._element.style[e]=`${t}px`}}_resetAdjustments(){this._element.style.paddingLeft=``,this._element.style.paddingRight=``}static jQueryInterface(t,n){return this.each(function(){let r=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(r[t]===void 0)throw TypeError(`No method named "${t}"`);r[t](n)}})}};H.on(document,AT,RT,function(e){let t=U.getElementFromSelector(this);[`A`,`AREA`].includes(this.tagName)&&e.preventDefault(),H.one(t,wT,e=>{e.defaultPrevented||H.one(t,CT,()=>{Yx(this)&&this.focus()})});let n=U.findOne(FT);n&&VT.getInstance(n).hide(),VT.getOrCreateInstance(t).toggle(this)}),NS(VT),iS(VT);var HT=`offcanvas`,UT=`.bs.offcanvas`,WT=`.data-api`,GT=`load${UT}${WT}`,KT=`Escape`,qT=`show`,JT=`showing`,YT=`hiding`,XT=`offcanvas-backdrop`,ZT=`.offcanvas.show`,QT=`show${UT}`,$T=`shown${UT}`,eE=`hide${UT}`,tE=`hidePrevented${UT}`,nE=`hidden${UT}`,rE=`resize${UT}`,iE=`click${UT}${WT}`,aE=`keydown.dismiss${UT}`,oE=`[data-bs-toggle="offcanvas"]`,sE={backdrop:!0,keyboard:!0,scroll:!1},cE={backdrop:`(boolean|string)`,keyboard:`boolean`,scroll:`boolean`},lE=class e extends jS{constructor(e,t){super(e,t),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return sE}static get DefaultType(){return cE}static get NAME(){return HT}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||H.trigger(this._element,QT,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._backdrop.show(),this._config.scroll||new gT().hide(),this._element.setAttribute(`aria-modal`,!0),this._element.setAttribute(`role`,`dialog`),this._element.classList.add(JT),this._queueCallback(()=>{(!this._config.scroll||this._config.backdrop)&&this._focustrap.activate(),this._element.classList.add(qT),this._element.classList.remove(JT),H.trigger(this._element,$T,{relatedTarget:e})},this._element,!0))}hide(){!this._isShown||H.trigger(this._element,eE).defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(YT),this._backdrop.hide(),this._queueCallback(()=>{this._element.classList.remove(qT,YT),this._element.removeAttribute(`aria-modal`),this._element.removeAttribute(`role`),this._config.scroll||new gT().reset(),H.trigger(this._element,nE)},this._element,!0))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){let e=()=>{if(this._config.backdrop===`static`){H.trigger(this._element,tE);return}this.hide()},t=!!this._config.backdrop;return new tT({className:XT,isVisible:t,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:t?e:null})}_initializeFocusTrap(){return new dT({trapElement:this._element})}_addEventListeners(){H.on(this._element,aE,e=>{if(e.key===KT){if(this._config.keyboard){this.hide();return}H.trigger(this._element,tE)}})}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0||t.startsWith(`_`)||t===`constructor`)throw TypeError(`No method named "${t}"`);n[t](this)}})}};H.on(document,iE,oE,function(e){let t=U.getElementFromSelector(this);if([`A`,`AREA`].includes(this.tagName)&&e.preventDefault(),Xx(this))return;H.one(t,nE,()=>{Yx(this)&&this.focus()});let n=U.findOne(ZT);n&&n!==t&&lE.getInstance(n).hide(),lE.getOrCreateInstance(t).toggle(this)}),H.on(window,GT,()=>{for(let e of U.find(ZT))lE.getOrCreateInstance(e).show()}),H.on(window,rE,()=>{for(let e of U.find(`[aria-modal][class*=show][class*=offcanvas-]`))getComputedStyle(e).position!==`fixed`&&lE.getOrCreateInstance(e).hide()}),NS(lE),iS(lE);var uE={"*":[`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:[]},dE=new Set([`background`,`cite`,`href`,`itemtype`,`longdesc`,`poster`,`src`,`xlink:href`]),fE=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,pE=(e,t)=>{let n=e.nodeName.toLowerCase();return t.includes(n)?dE.has(n)?!!fE.test(e.nodeValue):!0:t.filter(e=>e instanceof RegExp).some(e=>e.test(n))};function mE(e,t,n){if(!e.length)return e;if(n&&typeof n==`function`)return n(e);let r=new window.DOMParser().parseFromString(e,`text/html`),i=[].concat(...r.body.querySelectorAll(`*`));for(let e of i){let n=e.nodeName.toLowerCase();if(!Object.keys(t).includes(n)){e.remove();continue}let r=[].concat(...e.attributes),i=[].concat(t[`*`]||[],t[n]||[]);for(let t of r)pE(t,i)||e.removeAttribute(t.nodeName)}return r.body.innerHTML}var hE=`TemplateFactory`,gE={allowList:uE,content:{},extraClass:``,html:!1,sanitize:!0,sanitizeFn:null,template:`<div></div>`},_E={allowList:`object`,content:`object`,extraClass:`(string|function)`,html:`boolean`,sanitize:`boolean`,sanitizeFn:`(null|function)`,template:`string`},vE={entry:`(string|element|function|null)`,selector:`(string|element)`},yE=class extends kS{constructor(e){super(),this._config=this._getConfig(e)}static get Default(){return gE}static get DefaultType(){return _E}static get NAME(){return hE}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(){let e=document.createElement(`div`);e.innerHTML=this._maybeSanitize(this._config.template);for(let[t,n]of Object.entries(this._config.content))this._setContent(e,n,t);let t=e.children[0],n=this._resolvePossibleFunction(this._config.extraClass);return n&&t.classList.add(...n.split(` `)),t}_typeCheckConfig(e){super._typeCheckConfig(e),this._checkContent(e.content)}_checkContent(e){for(let[t,n]of Object.entries(e))super._typeCheckConfig({selector:t,entry:n},vE)}_setContent(e,t,n){let r=U.findOne(n,e);if(r){if(t=this._resolvePossibleFunction(t),!t){r.remove();return}if(qx(t)){this._putElementInTemplate(Jx(t),r);return}if(this._config.html){r.innerHTML=this._maybeSanitize(t);return}r.textContent=t}}_maybeSanitize(e){return this._config.sanitize?mE(e,this._config.allowList,this._config.sanitizeFn):e}_resolvePossibleFunction(e){return aS(e,[void 0,this])}_putElementInTemplate(e,t){if(this._config.html){t.innerHTML=``,t.append(e);return}t.textContent=e.textContent}},bE=`tooltip`,xE=new Set([`sanitize`,`allowList`,`sanitizeFn`]),SE=`fade`,CE=`modal`,wE=`show`,TE=`.tooltip-inner`,EE=`.${CE}`,DE=`hide.bs.modal`,OE=`hover`,kE=`focus`,AE=`click`,jE=`manual`,ME=`hide`,NE=`hidden`,PE=`show`,FE=`shown`,IE=`inserted`,LE=`click`,RE=`focusin`,zE=`focusout`,BE=`mouseenter`,VE=`mouseleave`,HE={AUTO:`auto`,TOP:`top`,RIGHT:rS()?`left`:`right`,BOTTOM:`bottom`,LEFT:rS()?`right`:`left`},UE={allowList:uE,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`},WE={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`},GE=class e extends jS{constructor(e,t){if(Ix===void 0)throw TypeError(`Bootstrap's tooltips require Popper (https://popper.js.org/docs/v2/)`);super(e,t),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 UE}static get DefaultType(){return WE}static get NAME(){return bE}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),H.off(this._element.closest(EE),DE,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 Error(`Please use show on visible elements`);if(!(this._isWithContent()&&this._isEnabled))return;let e=H.trigger(this._element,this.constructor.eventName(PE)),t=(Zx(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(e.defaultPrevented||!t)return;this._disposePopper();let n=this._getTipElement();this._element.setAttribute(`aria-describedby`,n.getAttribute(`id`));let{container:r}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(r.append(n),H.trigger(this._element,this.constructor.eventName(IE))),this._popper=this._createPopper(n),n.classList.add(wE),`ontouchstart`in document.documentElement)for(let e of[].concat(...document.body.children))H.on(e,`mouseover`,Qx);this._queueCallback(()=>{H.trigger(this._element,this.constructor.eventName(FE)),this._isHovered===!1&&this._leave(),this._isHovered=!1},this.tip,this._isAnimated())}hide(){if(!(!this._isShown()||H.trigger(this._element,this.constructor.eventName(ME)).defaultPrevented)){if(this._getTipElement().classList.remove(wE),`ontouchstart`in document.documentElement)for(let e of[].concat(...document.body.children))H.off(e,`mouseover`,Qx);this._activeTrigger[AE]=!1,this._activeTrigger[kE]=!1,this._activeTrigger[OE]=!1,this._isHovered=null,this._queueCallback(()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute(`aria-describedby`),H.trigger(this._element,this.constructor.eventName(NE)))},this.tip,this._isAnimated())}}update(){this._popper&&this._popper.update()}_isWithContent(){return!!this._getTitle()}_getTipElement(){return this.tip||=this._createTipElement(this._newContent||this._getContentForTemplate()),this.tip}_createTipElement(e){let t=this._getTemplateFactory(e).toHtml();if(!t)return null;t.classList.remove(SE,wE),t.classList.add(`bs-${this.constructor.NAME}-auto`);let n=Wx(this.constructor.NAME).toString();return t.setAttribute(`id`,n),this._isAnimated()&&t.classList.add(SE),t}setContent(e){this._newContent=e,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(e){return this._templateFactory?this._templateFactory.changeContent(e):this._templateFactory=new yE({...this._config,content:e,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{[TE]: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(SE)}_isShown(){return this.tip&&this.tip.classList.contains(wE)}_createPopper(e){let t=HE[aS(this._config.placement,[this,e,this._element]).toUpperCase()];return Fx(this._element,e,this._getPopperConfig(t))}_getOffset(){let{offset:e}=this._config;return typeof e==`string`?e.split(`,`).map(e=>Number.parseInt(e,10)):typeof e==`function`?t=>e(t,this._element):e}_resolvePossibleFunction(e){return aS(e,[this._element,this._element])}_getPopperConfig(e){let t={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:e=>{this._getTipElement().setAttribute(`data-popper-placement`,e.state.placement)}}]};return{...t,...aS(this._config.popperConfig,[void 0,t])}}_setListeners(){let e=this._config.trigger.split(` `);for(let t of e)if(t===`click`)H.on(this._element,this.constructor.eventName(LE),this._config.selector,e=>{let t=this._initializeOnDelegatedTarget(e);t._activeTrigger[AE]=!(t._isShown()&&t._activeTrigger[AE]),t.toggle()});else if(t!==jE){let e=t===OE?this.constructor.eventName(BE):this.constructor.eventName(RE),n=t===OE?this.constructor.eventName(VE):this.constructor.eventName(zE);H.on(this._element,e,this._config.selector,e=>{let t=this._initializeOnDelegatedTarget(e);t._activeTrigger[e.type===`focusin`?kE:OE]=!0,t._enter()}),H.on(this._element,n,this._config.selector,e=>{let t=this._initializeOnDelegatedTarget(e);t._activeTrigger[e.type===`focusout`?kE:OE]=t._element.contains(e.relatedTarget),t._leave()})}this._hideModalHandler=()=>{this._element&&this.hide()},H.on(this._element.closest(EE),DE,this._hideModalHandler)}_fixTitle(){let 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,t){clearTimeout(this._timeout),this._timeout=setTimeout(e,t)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(e){let t=OS.getDataAttributes(this._element);for(let e of Object.keys(t))xE.has(e)&&delete t[e];return e={...t,...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:Jx(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(){let e={};for(let[t,n]of Object.entries(this._config))this.constructor.Default[t]!==n&&(e[t]=n);return e.selector=!1,e.trigger=`manual`,e}_disposePopper(){this._popper&&=(this._popper.destroy(),null),this.tip&&=(this.tip.remove(),null)}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0)throw TypeError(`No method named "${t}"`);n[t]()}})}};iS(GE);var KE=`popover`,qE=`.popover-header`,JE=`.popover-body`,YE={...GE.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`},XE={...GE.DefaultType,content:`(null|string|element|function)`},ZE=class e extends GE{static get Default(){return YE}static get DefaultType(){return XE}static get NAME(){return KE}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{[qE]:this._getTitle(),[JE]:this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0)throw TypeError(`No method named "${t}"`);n[t]()}})}};iS(ZE);var QE=`scrollspy`,$E=`.bs.scrollspy`,eD=`.data-api`,tD=`activate${$E}`,nD=`click${$E}`,rD=`load${$E}${eD}`,iD=`dropdown-item`,aD=`active`,oD=`[data-bs-spy="scroll"]`,sD=`[href]`,cD=`.nav, .list-group`,lD=`.nav-link`,uD=`${lD}, .nav-item > ${lD}, .list-group-item`,dD=`.dropdown`,fD=`.dropdown-toggle`,pD={offset:null,rootMargin:`0px 0px -25%`,smoothScroll:!1,target:null,threshold:[.1,.5,1]},mD={offset:`(number|null)`,rootMargin:`string`,smoothScroll:`boolean`,target:`element`,threshold:`array`},hD=class e extends jS{constructor(e,t){super(e,t),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 pD}static get DefaultType(){return mD}static get NAME(){return QE}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(let e of this._observableSections.values())this._observer.observe(e)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(e){return e.target=Jx(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(e=>Number.parseFloat(e))),e}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(H.off(this._config.target,nD),H.on(this._config.target,nD,sD,e=>{let t=this._observableSections.get(e.target.hash);if(t){e.preventDefault();let n=this._rootElement||window,r=t.offsetTop-this._element.offsetTop;if(n.scrollTo){n.scrollTo({top:r,behavior:`smooth`});return}n.scrollTop=r}}))}_getNewObserver(){let e={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver(e=>this._observerCallback(e),e)}_observerCallback(e){let t=e=>this._targetLinks.get(`#${e.target.id}`),n=e=>{this._previousScrollData.visibleEntryTop=e.target.offsetTop,this._process(t(e))},r=(this._rootElement||document.documentElement).scrollTop,i=r>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=r;for(let a of e){if(!a.isIntersecting){this._activeTarget=null,this._clearActiveClass(t(a));continue}let e=a.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(i&&e){if(n(a),!r)return;continue}!i&&!e&&n(a)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;let e=U.find(sD,this._config.target);for(let t of e){if(!t.hash||Xx(t))continue;let e=U.findOne(decodeURI(t.hash),this._element);Yx(e)&&(this._targetLinks.set(decodeURI(t.hash),t),this._observableSections.set(t.hash,e))}}_process(e){this._activeTarget!==e&&(this._clearActiveClass(this._config.target),this._activeTarget=e,e.classList.add(aD),this._activateParents(e),H.trigger(this._element,tD,{relatedTarget:e}))}_activateParents(e){if(e.classList.contains(iD)){U.findOne(fD,e.closest(dD)).classList.add(aD);return}for(let t of U.parents(e,cD))for(let e of U.prev(t,uD))e.classList.add(aD)}_clearActiveClass(e){e.classList.remove(aD);let t=U.find(`${sD}.${aD}`,e);for(let e of t)e.classList.remove(aD)}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0||t.startsWith(`_`)||t===`constructor`)throw TypeError(`No method named "${t}"`);n[t]()}})}};H.on(window,rD,()=>{for(let e of U.find(oD))hD.getOrCreateInstance(e)}),iS(hD);var gD=`tab`,_D=`.bs.tab`,vD=`hide${_D}`,yD=`hidden${_D}`,bD=`show${_D}`,xD=`shown${_D}`,SD=`click${_D}`,CD=`keydown${_D}`,wD=`load${_D}`,TD=`ArrowLeft`,ED=`ArrowRight`,DD=`ArrowUp`,OD=`ArrowDown`,kD=`Home`,AD=`End`,jD=`active`,MD=`fade`,ND=`show`,PD=`dropdown`,FD=`.dropdown-toggle`,ID=`.dropdown-menu`,LD=`:not(${FD})`,RD=`.list-group, .nav, [role="tablist"]`,zD=`.nav-item, .list-group-item`,BD=`.nav-link${LD}, .list-group-item${LD}, [role="tab"]${LD}`,VD=`[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]`,HD=`${BD}, ${VD}`,UD=`.${jD}[data-bs-toggle="tab"], .${jD}[data-bs-toggle="pill"], .${jD}[data-bs-toggle="list"]`,WD=class e extends jS{constructor(e){super(e),this._parent=this._element.closest(RD),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),H.on(this._element,CD,e=>this._keydown(e)))}static get NAME(){return gD}show(){let e=this._element;if(this._elemIsActive(e))return;let t=this._getActiveElem(),n=t?H.trigger(t,vD,{relatedTarget:e}):null;H.trigger(e,bD,{relatedTarget:t}).defaultPrevented||n&&n.defaultPrevented||(this._deactivate(t,e),this._activate(e,t))}_activate(e,t){e&&(e.classList.add(jD),this._activate(U.getElementFromSelector(e)),this._queueCallback(()=>{if(e.getAttribute(`role`)!==`tab`){e.classList.add(ND);return}e.removeAttribute(`tabindex`),e.setAttribute(`aria-selected`,!0),this._toggleDropDown(e,!0),H.trigger(e,xD,{relatedTarget:t})},e,e.classList.contains(MD)))}_deactivate(e,t){e&&(e.classList.remove(jD),e.blur(),this._deactivate(U.getElementFromSelector(e)),this._queueCallback(()=>{if(e.getAttribute(`role`)!==`tab`){e.classList.remove(ND);return}e.setAttribute(`aria-selected`,!1),e.setAttribute(`tabindex`,`-1`),this._toggleDropDown(e,!1),H.trigger(e,yD,{relatedTarget:t})},e,e.classList.contains(MD)))}_keydown(t){if(![TD,ED,DD,OD,kD,AD].includes(t.key))return;t.stopPropagation(),t.preventDefault();let n=this._getChildren().filter(e=>!Xx(e)),r;if([kD,AD].includes(t.key))r=n[t.key===kD?0:n.length-1];else{let e=[ED,OD].includes(t.key);r=sS(n,t.target,e,!0)}r&&(r.focus({preventScroll:!0}),e.getOrCreateInstance(r).show())}_getChildren(){return U.find(HD,this._parent)}_getActiveElem(){return this._getChildren().find(e=>this._elemIsActive(e))||null}_setInitialAttributes(e,t){this._setAttributeIfNotExists(e,`role`,`tablist`);for(let e of t)this._setInitialAttributesOnChild(e)}_setInitialAttributesOnChild(e){e=this._getInnerElement(e);let t=this._elemIsActive(e),n=this._getOuterElement(e);e.setAttribute(`aria-selected`,t),n!==e&&this._setAttributeIfNotExists(n,`role`,`presentation`),t||e.setAttribute(`tabindex`,`-1`),this._setAttributeIfNotExists(e,`role`,`tab`),this._setInitialAttributesOnTargetPanel(e)}_setInitialAttributesOnTargetPanel(e){let t=U.getElementFromSelector(e);t&&(this._setAttributeIfNotExists(t,`role`,`tabpanel`),e.id&&this._setAttributeIfNotExists(t,`aria-labelledby`,`${e.id}`))}_toggleDropDown(e,t){let n=this._getOuterElement(e);if(!n.classList.contains(PD))return;let r=(e,r)=>{let i=U.findOne(e,n);i&&i.classList.toggle(r,t)};r(FD,jD),r(ID,ND),n.setAttribute(`aria-expanded`,t)}_setAttributeIfNotExists(e,t,n){e.hasAttribute(t)||e.setAttribute(t,n)}_elemIsActive(e){return e.classList.contains(jD)}_getInnerElement(e){return e.matches(HD)?e:U.findOne(HD,e)}_getOuterElement(e){return e.closest(zD)||e}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this);if(typeof t==`string`){if(n[t]===void 0||t.startsWith(`_`)||t===`constructor`)throw TypeError(`No method named "${t}"`);n[t]()}})}};H.on(document,SD,VD,function(e){[`A`,`AREA`].includes(this.tagName)&&e.preventDefault(),!Xx(this)&&WD.getOrCreateInstance(this).show()}),H.on(window,wD,()=>{for(let e of U.find(UD))WD.getOrCreateInstance(e)}),iS(WD);var GD=`toast`,KD=`.bs.toast`,qD=`mouseover${KD}`,JD=`mouseout${KD}`,YD=`focusin${KD}`,XD=`focusout${KD}`,ZD=`hide${KD}`,QD=`hidden${KD}`,$D=`show${KD}`,eO=`shown${KD}`,tO=`fade`,nO=`hide`,rO=`show`,iO=`showing`,aO={animation:`boolean`,autohide:`boolean`,delay:`number`},oO={animation:!0,autohide:!0,delay:5e3},sO=class e extends jS{constructor(e,t){super(e,t),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return oO}static get DefaultType(){return aO}static get NAME(){return GD}show(){H.trigger(this._element,$D).defaultPrevented||(this._clearTimeout(),this._config.animation&&this._element.classList.add(tO),this._element.classList.remove(nO),$x(this._element),this._element.classList.add(rO,iO),this._queueCallback(()=>{this._element.classList.remove(iO),H.trigger(this._element,eO),this._maybeScheduleHide()},this._element,this._config.animation))}hide(){!this.isShown()||H.trigger(this._element,ZD).defaultPrevented||(this._element.classList.add(iO),this._queueCallback(()=>{this._element.classList.add(nO),this._element.classList.remove(iO,rO),H.trigger(this._element,QD)},this._element,this._config.animation))}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(rO),super.dispose()}isShown(){return this._element.classList.contains(rO)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(e,t){switch(e.type){case`mouseover`:case`mouseout`:this._hasMouseInteraction=t;break;case`focusin`:case`focusout`:this._hasKeyboardInteraction=t;break}if(t){this._clearTimeout();return}let n=e.relatedTarget;this._element===n||this._element.contains(n)||this._maybeScheduleHide()}_setListeners(){H.on(this._element,qD,e=>this._onInteraction(e,!0)),H.on(this._element,JD,e=>this._onInteraction(e,!1)),H.on(this._element,YD,e=>this._onInteraction(e,!0)),H.on(this._element,XD,e=>this._onInteraction(e,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0)throw TypeError(`No method named "${t}"`);n[t](this)}})}};NS(sO),iS(sO);function cO(e=void 0){let t=e=>a(`Succesvol`,e,b_.SUCCESS),n=e=>a(`Waarschuwing`,e,b_.WARNING),r=e=>a(`Informatie`,e,b_.INFO),i=e=>a(`Mislukt`,e,b_.DANGER);function a(t,n,r){let i=`toast-${Ia()}`,a={id:i,variant:r,title:t,text:n},s=document.querySelector(`.toast-container`);if(!s){console.error(`There was no element with class 'toast-container' found, which is required for useToaster.`);return}let c=(0,u.h)(w_,a),l=(0,u.createApp)({render:()=>c}).mount(document.createElement(`div`));s.appendChild(l.$el);let d=document.querySelector(`#${i}`);d&&(sO.getOrCreateInstance(d,e).show(),o(d))}function o(e){function t(e,t){e.forEach(e=>{if(e.attributeName!=`class`)return;let n=e.target;if(n.classList.contains(`hide`)){n.remove(),t.disconnect();return}})}new MutationObserver(t).observe(e,{attributes:!0})}return{showSuccessToast:t,showInformationToast:r,showWarningToast:n,showDangerToast:i}}var lO={class:`bd-file-upload`},uO={class:`flex align-items-center justify-content-between gap-2`},dO={key:0,class:`preview-container`},fO=(0,u.defineComponent)({__name:`BDFileUpload`,props:{modelValue:{},buttonText:{default:void 0},multiple:{type:Boolean,default:!1},errorMessage:{default:void 0},fileSizeExceededMessage:{default:void 0},acceptedFiles:{default:`.jpg`},url:{default:``},tag:{default:`form`},token:{default:``}},emits:[`update:modelValue`],setup(e,{emit:t}){let{showDangerToast:n}=cO(),{t:r}=Ay.global,i=e,a=t,o=(0,u.ref)(null),s=(0,u.ref)([]);(0,u.watch)(()=>i.modelValue,e=>{o.value&&(o.value.files=o.value.files.filter(t=>e.files.some(e=>e.Naam===t.name)))},{deep:!0});let c=(0,u.computed)(()=>({variant:xa.PRIMARY,size:Aa.SM})),l=hg(i,`modelValue`,a),d=async e=>{let t=Array.isArray(e.files)?e.files:[e.files];s.value.push(...t.map(e=>({name:e.name,previewUrl:e.objectURL})));for(let e of t){let t=new FormData;t.append(`file`,e);try{let n={method:`POST`,headers:{RequestVerificationToken:i.token},body:t};f(e,await(await fetch(i.url,n)).json())}catch{n(i.errorMessage||r(`fileUpload.errorMessage`))}}s.value=[],o.value&&o.value.clear()},f=(e,t)=>{let n=s.value.findIndex(t=>t.name==e.name);n!==-1&&s.value.splice(n,1),l.value.files.push({previewUrl:e.objectURL,UUID:e.name,CorrelationId:t.CorrelationId,name:t.Naam,Naam:t.Naam})},p=e=>{let t=l.value.files.indexOf(e);t!==-1&&l.value.files.splice(t,1),t=s.value.indexOf(e),t!==-1&&s.value.splice(t,1)};return(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,lO,[(0,u.createVNode)((0,u.unref)(wy),{ref_key:`fileUploadRef`,ref:o,multiple:i.multiple,"max-file-size":10485760,accept:i.acceptedFiles,auto:!0,"max-files":i.multiple?10:1,"custom-upload":!0,name:`file`,onUploader:d},{header:(0,u.withCtx)(({chooseCallback:e})=>[(0,u.createElementVNode)(`div`,uO,[(0,u.createVNode)(A,(0,u.mergeProps)(c.value,{onClick:e}),{default:(0,u.withCtx)(()=>[(0,u.createVNode)((0,u.unref)(k)),(0,u.createTextVNode)(` `+(0,u.toDisplayString)(i.buttonText),1)]),_:1},16,[`onClick`])])]),content:(0,u.withCtx)(()=>[s.value||(0,u.unref)(l)&&(0,u.unref)(l).files&&(0,u.unref)(l).files.length!==0?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,dO,[(0,u.unref)(l)&&(0,u.unref)(l).files?((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,{key:0},(0,u.renderList)((0,u.unref)(l).files,(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(hv,{key:t,file:e,"is-pending":!1,onRemove:p},null,8,[`file`]))),128)):(0,u.createCommentVNode)(``,!0),s.value?((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,{key:1},(0,u.renderList)(s.value,(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(hv,{key:t,file:e,"is-pending":!0,onRemove:p},null,8,[`file`]))),128)):(0,u.createCommentVNode)(``,!0)])):(0,u.createCommentVNode)(``,!0)]),_:1},8,[`multiple`,`accept`,`max-files`])]))}}),pO=[`id`,`value`,`disabled`],mO=[`for`],hO={class:`invalid-feedback`},gO={__name:`BDFormMultipleCheckbox`,props:{modelValue:{type:Array,required:!0},options:{type:Array,required:!0},selectAllText:{type:String,default:null},state:{type:Boolean,default:!0},errorMessage:{type:String,default:null},overflow:{type:Boolean,default:!1}},emits:[`update:modelValue`,`on-input`,`change-department`],setup(e,{emit:t}){let n=e,r=t,{t:i}=Ju(),a=(0,u.ref)(n.modelValue),o=(0,u.computed)(()=>n.selectAllText?n.selectAllText:i(`form.multipleCheckbox.defaultButton`)),s=(0,u.computed)(()=>{let e=`bd-form-multiple-checkbox`;return n.state||(e+=` is-invalid`),n.overflow&&(e+=` overflow-form-control`),e}),c=(0,u.computed)(()=>n.errorMessage?n.errorMessage:i(`form.multipleCheckbox.defaultErrorMessage`));(0,u.watch)(()=>n.modelValue,e=>{a.value=e}),(0,u.watch)(a,e=>{r(`update:modelValue`,e),r(`on-input`,e),r(`change-department`,e)});function l(){a.value=n.options.map(e=>e.value),d()}function d(){r(`on-input`,a.value)}return(t,n)=>((0,u.openBlock)(),(0,u.createElementBlock)(u.Fragment,null,[(0,u.createElementVNode)(`div`,{class:(0,u.normalizeClass)(s.value)},[(0,u.createVNode)(A,{variant:`outline-primary`,size:`sm`,onClick:l},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(o.value),1)]),_:1}),((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(e.options,e=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{class:`form-check`,key:e.value},[(0,u.withDirectives)((0,u.createElementVNode)(`input`,{class:`form-check-input`,type:`checkbox`,id:e.value,value:e.value,"onUpdate:modelValue":n[0]||=e=>a.value=e,disabled:e.disabled},null,8,pO),[[u.vModelCheckbox,a.value]]),(0,u.createElementVNode)(`label`,{class:`form-check-label`,for:e.value},(0,u.toDisplayString)(e.text),9,mO)]))),128))],2),(0,u.createElementVNode)(`div`,hO,[(0,u.createVNode)(Jt),(0,u.createTextVNode)(` `+(0,u.toDisplayString)(c.value),1)])],64))}};function _O(e){this.content=e}_O.prototype={constructor:_O,find:function(e){for(var t=0;t<this.content.length;t+=2)if(this.content[t]===e)return t;return-1},get:function(e){var t=this.find(e);return t==-1?void 0:this.content[t+1]},update:function(e,t,n){var r=n&&n!=e?this.remove(n):this,i=r.find(e),a=r.content.slice();return i==-1?a.push(n||e,t):(a[i+1]=t,n&&(a[i]=n)),new _O(a)},remove:function(e){var t=this.find(e);if(t==-1)return this;var n=this.content.slice();return n.splice(t,2),new _O(n)},addToStart:function(e,t){return new _O([e,t].concat(this.remove(e).content))},addToEnd:function(e,t){var n=this.remove(e).content.slice();return n.push(e,t),new _O(n)},addBefore:function(e,t,n){var r=this.remove(t),i=r.content.slice(),a=r.find(e);return i.splice(a==-1?i.length:a,0,t,n),new _O(i)},forEach:function(e){for(var t=0;t<this.content.length;t+=2)e(this.content[t],this.content[t+1])},prepend:function(e){return e=_O.from(e),e.size?new _O(e.content.concat(this.subtract(e).content)):this},append:function(e){return e=_O.from(e),e.size?new _O(this.subtract(e).content.concat(e.content)):this},subtract:function(e){var t=this;e=_O.from(e);for(var n=0;n<e.content.length;n+=2)t=t.remove(e.content[n]);return t},toObject:function(){var e={};return this.forEach(function(t,n){e[t]=n}),e},get size(){return this.content.length>>1}},_O.from=function(e){if(e instanceof _O)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new _O(t)};function vO(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){let e=i.text,t=a.text,r=0;for(;e[r]==t[r];r++)n++;return r&&r<e.length&&r<t.length&&xO(e.charCodeAt(r-1))&&bO(e.charCodeAt(r))&&n--,n}if(i.content.size||a.content.size){let e=vO(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function yO(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=o.text,t=s.text,i=e.length,a=t.length;for(;i>0&&a>0&&e[i-1]==t[a-1];)i--,a--,n--,r--;return i&&a&&i<e.length&&xO(e.charCodeAt(i-1))&&bO(e.charCodeAt(i))&&(n++,r++),{a:n,b:r}}if(o.content.size||s.content.size){let e=yO(o.content,s.content,n-1,r-1);if(e)return e}n-=c,r-=c}}function bO(e){return e>=56320&&e<57344}function xO(e){return e>=55296&&e<56320}var W=class e{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let t=0;t<e.length;t++)this.size+=e[t].nodeSize}nodesBetween(e,t,n,r=0,i){for(let a=0,o=0;o<t;a++){let s=this.content[a],c=o+s.nodeSize;if(c>e&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);a<t.content.length;a++)i.push(t.content[a]);return new e(i,this.size+t.size)}cut(t,n=this.size){if(t==0&&n==this.size)return this;let r=[],i=0;if(n>t)for(let e=0,a=0;a<n;e++){let o=this.content[e],s=a+o.nodeSize;s>t&&((a<t||s>n)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;t<this.content.length;t++)if(!this.content[t].eq(e.content[t]))return!1;return!0}get firstChild(){return this.content.length?this.content[0]:null}get lastChild(){return this.content.length?this.content[this.content.length-1]:null}get childCount(){return this.content.length}child(e){let t=this.content[e];if(!t)throw RangeError(`Index `+e+` out of range for `+this);return t}maybeChild(e){return this.content[e]||null}forEach(e){for(let t=0,n=0;t<this.content.length;t++){let r=this.content[t];e(r,n,t),n+=r.nodeSize}}findDiffStart(e,t=0){return vO(this,e,t)}findDiffEnd(e,t=this.size,n=e.size){return yO(this,e,t,n)}findIndex(e){if(e==0)return CO(0,e);if(e==this.size)return CO(this.content.length,e);if(e>this.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?CO(t+1,i):CO(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return e.fromArray(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;e<t.length;e++){let i=t[e];r+=i.nodeSize,e&&i.isText&&t[e-1].sameMarkup(i)?(n||=t.slice(0,e),n[n.length-1]=i.withText(n[n.length-1].text+i.text)):n&&n.push(i)}return new e(n||t,r)}static from(t){if(!t)return e.empty;if(t instanceof e)return t;if(Array.isArray(t))return this.fromArray(t);if(t.attrs)return new e([t],t.nodeSize);throw RangeError(`Can not convert `+t+` to a Fragment`+(t.nodesBetween?` (looks like multiple versions of prosemirror-model were loaded)`:``))}};W.empty=new W([],0);var SO={index:0,offset:0};function CO(e,t){return SO.index=e,SO.offset=t,SO}function wO(e,t){if(e===t)return!0;if(!(e&&typeof e==`object`)||!(t&&typeof t==`object`))return!1;let n=Array.isArray(e);if(Array.isArray(t)!=n)return!1;if(n){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!wO(e[n],t[n]))return!1}else{for(let n in e)if(!(n in t)||!wO(e[n],t[n]))return!1;for(let n in t)if(!(n in e))return!1}return!0}var G=class e{constructor(e,t){this.type=e,this.attrs=t}addToSet(e){let t,n=!1;for(let r=0;r<e.length;r++){let i=e[r];if(this.eq(i))return e;if(this.type.excludes(i.type))t||=e.slice(0,r);else if(i.type.excludes(this.type))return e;else !n&&i.type.rank>this.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return e.slice(0,t).concat(e.slice(t+1));return e}isInSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return!0;return!1}eq(e){return this==e||this.type==e.type&&wO(this.attrs,e.attrs)}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Mark.fromJSON`);let n=e.marks[t.type];if(!n)throw RangeError(`There is no mark type ${t.type} in this schema`);let r=n.create(t.attrs);return n.checkAttrs(r.attrs),r}static sameSet(e,t){if(e==t)return!0;if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!e[n].eq(t[n]))return!1;return!0}static setFrom(t){if(!t||Array.isArray(t)&&t.length==0)return e.none;if(t instanceof e)return[t];let n=t.slice();return n.sort((e,t)=>e.type.rank-t.type.rank),n}};G.none=[];var TO=class extends Error{},K=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=DO(this.content,t+this.openStart,n,this.openStart+1,this.openEnd+1);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(EO(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(W.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};K.empty=new K(W.empty,0,0);function EO(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(EO(a.content,t-i-1,n-i-1)))}function DO(e,t,n,r,i,a){let{index:o,offset:s}=e.findIndex(t),c=e.maybeChild(o);if(s==t||c.isText)return a&&r<=0&&i<=0&&!a.canReplace(o,o,n)?null:e.cut(0,t).append(n).append(e.cut(t));let l=DO(c.content,t-s-1,n,o==0?r-1:0,o==e.childCount-1?i-1:0,c);return l&&e.replaceChild(o,c.copy(l))}function OO(e,t,n){if(n.openStart>e.depth)throw new TO(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new TO(`Inconsistent open depths`);return kO(e,t,n,0)}function kO(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r<e.depth-n.openStart){let o=kO(e,t,n,r+1);return a.copy(a.content.replaceChild(i,o))}else if(!n.content.size)return PO(a,IO(e,t,r));else if(!n.openStart&&!n.openEnd&&e.depth==r&&t.depth==r){let r=e.parent,i=r.content;return PO(r,i.cut(0,e.parentOffset).append(n.content).append(i.cut(t.parentOffset)))}else{let{start:i,end:o}=LO(n,e);return PO(a,FO(e,i,o,t,r))}}function AO(e,t){if(!t.type.compatibleContent(e.type))throw new TO(`Cannot join `+t.type.name+` onto `+e.type.name)}function jO(e,t,n){let r=e.node(n);return AO(r,t.node(n)),r}function MO(e,t){let n=t.length-1;n>=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function NO(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&(MO(e.nodeAfter,r),a++));for(let e=a;e<o;e++)MO(i.child(e),r);t&&t.depth==n&&t.textOffset&&MO(t.nodeBefore,r)}function PO(e,t){if(!e.type.validContent(t))throw new TO(`Invalid content for node `+e.type.name);return e.copy(t)}function FO(e,t,n,r,i){let a=e.depth>i&&jO(e,t,i+1),o=r.depth>i&&jO(n,r,i+1),s=[];return NO(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(AO(a,o),MO(PO(a,FO(e,t,n,r,i+1)),s)):(a&&MO(PO(a,IO(e,t,i+1)),s),NO(t,n,i,s),o&&MO(PO(o,IO(n,r,i+1)),s)),NO(r,null,i,s),new W(s)}function IO(e,t,n){let r=[];return NO(null,e,n,r),e.depth>n&&MO(PO(jO(e,t,n+1),IO(e,t,n+1)),r),NO(t,null,n,r),new W(r)}function LO(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(W.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var RO=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t<e;t++)r+=n.child(t).nodeSize;return r}marks(){let e=this.parent,t=this.index();if(e.content.size==0)return G.none;if(this.textOffset)return e.child(t).marks;let n=e.maybeChild(t-1),r=e.maybeChild(t);if(!n){let e=n;n=r,r=e}let i=n.marks;for(var a=0;a<i.length;a++)i[a].type.spec.inclusive===!1&&(!r||!i[a].isInSet(r.marks))&&(i=i[a--].removeFromSet(i));return i}marksAcross(e){let t=this.parent.maybeChild(this.index());if(!t||!t.isInline)return null;let n=t.marks,r=e.parent.maybeChild(e.index());for(var i=0;i<n.length;i++)n[i].type.spec.inclusive===!1&&(!r||!n[i].isInSet(r.marks))&&(n=n[i--].removeFromSet(n));return n}sharedDepth(e){for(let t=this.depth;t>0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos<this.pos)return e.blockRange(this);for(let n=this.depth-(this.parent.inlineContent||this.pos==e.pos?1:0);n>=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new HO(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos<this.pos?e:this}toString(){let e=``;for(let t=1;t<=this.depth;t++)e+=(e?`/`:``)+this.node(t).type.name+`_`+this.index(t-1);return e+`:`+this.parentOffset}static resolve(t,n){if(!(n>=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=VO.get(t);if(r)for(let e=0;e<r.elts.length;e++){let t=r.elts[e];if(t.pos==n)return t}else VO.set(t,r=new zO);let i=r.elts[r.i]=e.resolve(t,n);return r.i=(r.i+1)%BO,i}},zO=class{constructor(){this.elts=[],this.i=0}},BO=12,VO=new WeakMap,HO=class{constructor(e,t,n){this.$from=e,this.$to=t,this.depth=n}get start(){return this.$from.before(this.depth+1)}get end(){return this.$to.after(this.depth+1)}get parent(){return this.$from.node(this.depth)}get startIndex(){return this.$from.index(this.depth)}get endIndex(){return this.$to.indexAfter(this.depth)}},UO=Object.create(null),WO=class e{constructor(e,t,n,r=G.none){this.type=e,this.attrs=t,this.marks=r,this.content=n||W.empty}get children(){return this.content.content}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(e){return this.content.child(e)}maybeChild(e){return this.content.maybeChild(e)}forEach(e){this.content.forEach(e)}nodesBetween(e,t,n,r=0){this.content.nodesBetween(e,t,n,r,this)}descendants(e){this.nodesBetween(0,this.content.size,e)}get textContent(){return this.isLeaf&&this.type.spec.leafText?this.type.spec.leafText(this):this.textBetween(0,this.content.size,``)}textBetween(e,t,n,r){return this.content.textBetween(e,t,n,r)}get firstChild(){return this.content.firstChild}get lastChild(){return this.content.lastChild}eq(e){return this==e||this.sameMarkup(e)&&this.content.eq(e.content)}sameMarkup(e){return this.hasMarkup(e.type,e.attrs,e.marks)}hasMarkup(e,t,n){return this.type==e&&wO(this.attrs,t||e.defaultAttrs||UO)&&G.sameSet(this.marks,n||G.none)}copy(t=null){return t==this.content?this:new e(this.type,this.attrs,t,this.marks)}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.content,t)}cut(e,t=this.content.size){return e==0&&t==this.content.size?this:this.copy(this.content.cut(e,t))}slice(e,t=this.content.size,n=!1){if(e==t)return K.empty;let r=this.resolve(e),i=this.resolve(t),a=n?0:r.sharedDepth(t),o=r.start(a);return new K(r.node(a).content.cut(r.pos-o,i.pos-o),r.depth-a,i.depth-a)}replace(e,t,n){return OO(this.resolve(e),this.resolve(t),n)}nodeAt(e){for(let t=this;;){let{index:n,offset:r}=t.content.findIndex(e);if(t=t.maybeChild(n),!t)return null;if(r==e||t.isText)return t;e-=r+1}}childAfter(e){let{index:t,offset:n}=this.content.findIndex(e);return{node:this.content.maybeChild(t),index:t,offset:n}}childBefore(e){if(e==0)return{node:null,index:0,offset:0};let{index:t,offset:n}=this.content.findIndex(e);if(n<e)return{node:this.content.child(t),index:t,offset:n};let r=this.content.child(t-1);return{node:r,index:t-1,offset:n-r.nodeSize}}resolve(e){return RO.resolveCached(this,e)}resolveNoCache(e){return RO.resolve(this,e)}rangeHasMark(e,t,n){let r=!1;return t>e&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),KO(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=W.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;e<i;e++)if(!this.type.allowsMarks(n.child(e).marks))return!1;return!0}canReplaceWith(e,t,n,r){if(r&&!this.type.allowsMarks(r))return!1;let i=this.contentMatchAt(e).matchType(n),a=i&&i.matchFragment(this.content,t);return a?a.validEnd:!1}canAppend(e){return e.content.size?this.canReplace(this.childCount,this.childCount,e.content):this.type.compatibleContent(e.type)}check(){this.type.checkContent(this.content),this.type.checkAttrs(this.attrs);let e=G.none;for(let t=0;t<this.marks.length;t++){let n=this.marks[t];n.type.checkAttrs(n.attrs),e=n.addToSet(e)}if(!G.sameSet(e,this.marks))throw RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map(e=>e.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=W.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};WO.prototype.text=void 0;var GO=class e extends WO{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):KO(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function KO(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var qO=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new JO(t,n);if(r.next==null)return e.empty;let i=YO(r);r.next&&r.err(`Unexpected trailing text`);let a=ak(nk(i));return ok(a,r),a}matchType(e){for(let t=0;t<this.next.length;t++)if(this.next[t].type==e)return this.next[t].next;return null}matchFragment(e,t=0,n=e.childCount){let r=this;for(let i=t;r&&i<n;i++)r=r.matchType(e.child(i).type);return r}get inlineContent(){return this.next.length!=0&&this.next[0].type.isInline}get defaultType(){for(let e=0;e<this.next.length;e++){let{type:t}=this.next[e];if(!(t.isText||t.hasRequiredAttrs()))return t}return null}compatible(e){for(let t=0;t<this.next.length;t++)for(let n=0;n<e.next.length;n++)if(this.next[t].type==e.next[n].type)return!0;return!1}fillBefore(e,t=!1,n=0){let r=[this];function i(a,o){let s=a.matchFragment(e,n);if(s&&(!t||s.validEnd))return W.from(o.map(e=>e.createAndFill()));for(let e=0;e<a.next.length;e++){let{type:t,next:n}=a.next[e];if(!(t.isText||t.hasRequiredAttrs())&&r.indexOf(n)==-1){r.push(n);let e=i(n,o.concat(t));if(e)return e}}return null}return i(this,[])}findWrapping(e){for(let t=0;t<this.wrapCache.length;t+=2)if(this.wrapCache[t]==e)return this.wrapCache[t+1];let t=this.computeWrapping(e);return this.wrapCache.push(e,t),t}computeWrapping(e){let t=Object.create(null),n=[{match:this,type:null,via:null}];for(;n.length;){let r=n.shift(),i=r.match;if(i.matchType(e)){let e=[];for(let t=r;t.type;t=t.via)e.push(t.type);return e.reverse()}for(let e=0;e<i.next.length;e++){let{type:a,next:o}=i.next[e];!a.isLeaf&&!a.hasRequiredAttrs()&&!(a.name in t)&&(!r.type||o.validEnd)&&(n.push({match:a.contentMatch,type:a,via:r}),t[a.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(e){if(e>=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r<n.next.length;r++)e.indexOf(n.next[r].next)==-1&&t(n.next[r].next)}return t(this),e.map((t,n)=>{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n<t.next.length;n++)r+=(n?`, `:``)+t.next[n].type.name+`->`+e.indexOf(t.next[n].next);return r}).join(`
1695
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var a,o=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){s=!0,a=e},f:function(){try{o||n.return==null||n.return()}finally{if(s)throw a}}}}function Sy(e,t){if(e){if(typeof e==`string`)return Cy(e,t);var n={}.toString.call(e).slice(8,-1);return n===`Object`&&e.constructor&&(n=e.constructor.name),n===`Map`||n===`Set`?Array.from(e):n===`Arguments`||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Cy(e,t):void 0}}function Cy(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var wy={name:`FileUpload`,extends:py,inheritAttrs:!1,emits:[`select`,`uploader`,`before-upload`,`progress`,`upload`,`error`,`before-send`,`clear`,`remove`,`remove-uploaded-file`],duplicateIEEvent:!1,data:function(){return{uploadedFileCount:0,files:[],messages:[],focused:!1,progress:null,uploadedFiles:[]}},methods:{upload:function(){this.hasFiles&&this.uploader()},onBasicUploaderClick:function(e){e.button===0&&this.$refs.fileInput.click()},onFileSelect:function(e){if(e.type!==`drop`&&this.isIE11()&&this.duplicateIEEvent){this.duplicateIEEvent=!1;return}this.isBasic&&this.hasFiles&&(this.files=[]),this.messages=[],this.files=this.files||[];var t=xy(e.dataTransfer?e.dataTransfer.files:e.target.files),n;try{for(t.s();!(n=t.n()).done;){var r=n.value;!this.isFileSelected(r)&&!this.isFileLimitExceeded()&&this.validate(r)&&(this.isImage(r)&&(r.objectURL=window.URL.createObjectURL(r)),this.files.push(r))}}catch(e){t.e(e)}finally{t.f()}this.$emit(`select`,{originalEvent:e,files:this.files}),this.fileLimit&&this.checkFileLimit(),this.auto&&this.hasFiles&&!this.isFileLimitExceeded()&&this.uploader(),e.type!==`drop`&&this.isIE11()?this.clearIEInput():this.clearInputElement()},choose:function(){this.$refs.fileInput.click()},uploader:function(){var e=this;if(this.customUpload)this.fileLimit&&(this.uploadedFileCount+=this.files.length),this.$emit(`uploader`,{files:this.files});else{var t=new XMLHttpRequest,n=new FormData;this.$emit(`before-upload`,{xhr:t,formData:n});var r=xy(this.files),i;try{for(r.s();!(i=r.n()).done;){var a=i.value;n.append(this.name,a,a.name)}}catch(e){r.e(e)}finally{r.f()}t.upload.addEventListener(`progress`,function(t){t.lengthComputable&&(e.progress=Math.round(t.loaded*100/t.total)),e.$emit(`progress`,{originalEvent:t,progress:e.progress})}),t.onreadystatechange=function(){if(t.readyState===4){if(e.progress=0,t.status>=200&&t.status<300){var n;e.fileLimit&&(e.uploadedFileCount+=e.files.length),e.$emit(`upload`,{xhr:t,files:e.files}),(n=e.uploadedFiles).push.apply(n,_y(e.files))}else e.$emit(`error`,{xhr:t,files:e.files});e.clear()}},this.url&&(t.open(`POST`,this.url,!0),this.$emit(`before-send`,{xhr:t,formData:n}),t.withCredentials=this.withCredentials,t.send(n))}},clear:function(){this.files=[],this.messages=null,this.$emit(`clear`),this.isAdvanced&&this.clearInputElement()},onFocus:function(){this.focused=!0},onBlur:function(){this.focused=!1},isFileSelected:function(e){if(this.files&&this.files.length){var t=xy(this.files),n;try{for(t.s();!(n=t.n()).done;){var r=n.value;if(r.name+r.type+r.size===e.name+e.type+e.size)return!0}}catch(e){t.e(e)}finally{t.f()}}return!1},isIE11:function(){return!!window.MSInputMethodContext&&!!document.documentMode},validate:function(e){return this.accept&&!this.isFileTypeValid(e)?(this.messages.push(this.invalidFileTypeMessage.replace(`{0}`,e.name).replace(`{1}`,this.accept)),!1):this.maxFileSize&&e.size>this.maxFileSize?(this.messages.push(this.invalidFileSizeMessage.replace(`{0}`,e.name).replace(`{1}`,this.formatSize(this.maxFileSize))),!1):!0},isFileTypeValid:function(e){var t=xy(this.accept.split(`,`).map(function(e){return e.trim()})),n;try{for(t.s();!(n=t.n()).done;){var r=n.value;if(this.isWildcard(r)?this.getTypeClass(e.type)===this.getTypeClass(r):e.type==r||this.getFileExtension(e).toLowerCase()===r.toLowerCase())return!0}}catch(e){t.e(e)}finally{t.f()}return!1},getTypeClass:function(e){return e.substring(0,e.indexOf(`/`))},isWildcard:function(e){return e.indexOf(`*`)!==-1},getFileExtension:function(e){return`.`+e.name.split(`.`).pop()},isImage:function(e){return/^image\//.test(e.type)},onDragEnter:function(e){!this.disabled&&(!this.hasFiles||this.multiple)&&(e.stopPropagation(),e.preventDefault())},onDragOver:function(e){!this.disabled&&(!this.hasFiles||this.multiple)&&(!this.isUnstyled&&wd(this.$refs.content,`p-fileupload-highlight`),this.$refs.content&&this.$refs.content.setAttribute(`data-p-highlight`,!0),e.stopPropagation(),e.preventDefault())},onDragLeave:function(){this.disabled||(!this.isUnstyled&&Td(this.$refs.content,`p-fileupload-highlight`),this.$refs.content&&this.$refs.content.setAttribute(`data-p-highlight`,!1))},onDrop:function(e){if(!this.disabled){!this.isUnstyled&&Td(this.$refs.content,`p-fileupload-highlight`),this.$refs.content&&this.$refs.content.setAttribute(`data-p-highlight`,!1),e.stopPropagation(),e.preventDefault();var t=e.dataTransfer?e.dataTransfer.files:e.target.files;(this.multiple||t&&t.length===1)&&this.onFileSelect(e)}},remove:function(e){this.clearInputElement();var t=this.files.splice(e,1)[0];this.files=_y(this.files),this.$emit(`remove`,{file:t,files:this.files})},removeUploadedFile:function(e){var t=this.uploadedFiles.splice(e,1)[0];this.uploadedFiles=_y(this.uploadedFiles),this.$emit(`remove-uploaded-file`,{file:t,files:this.uploadedFiles})},clearInputElement:function(){this.$refs.fileInput.value=``},clearIEInput:function(){this.$refs.fileInput&&(this.duplicateIEEvent=!0,this.$refs.fileInput.value=``)},formatSize:function(e){var t=1024,n=3,r=this.$primevue.config.locale?.fileSizeTypes||[`B`,`KB`,`MB`,`GB`,`TB`,`PB`,`EB`,`ZB`,`YB`];if(e===0)return`0 ${r[0]}`;var i=Math.floor(Math.log(e)/Math.log(t));return`${parseFloat((e/t**+i).toFixed(n))} ${r[i]}`},isFileLimitExceeded:function(){return this.fileLimit&&this.fileLimit<=this.files.length+this.uploadedFileCount&&this.focused&&(this.focused=!1),this.fileLimit&&this.fileLimit<this.files.length+this.uploadedFileCount},checkFileLimit:function(){this.isFileLimitExceeded()&&this.messages.push(this.invalidFileLimitMessage.replace(`{0}`,this.fileLimit.toString()))},onMessageClose:function(){this.messages=null}},computed:{isAdvanced:function(){return this.mode===`advanced`},isBasic:function(){return this.mode===`basic`},chooseButtonClass:function(){return[this.cx(`pcChooseButton`),this.class]},basicFileChosenLabel:function(){if(this.auto)return this.chooseButtonLabel;if(this.hasFiles){var e;return this.files&&this.files.length===1?this.files[0].name:(e=this.$primevue.config.locale)==null||(e=e.fileChosenMessage)==null?void 0:e.replace(`{0}`,this.files.length)}return this.$primevue.config.locale?.noFileChosenMessage||``},hasFiles:function(){return this.files&&this.files.length>0},hasUploadedFiles:function(){return this.uploadedFiles&&this.uploadedFiles.length>0},chooseDisabled:function(){return this.disabled||this.fileLimit&&this.fileLimit<=this.files.length+this.uploadedFileCount},uploadDisabled:function(){return this.disabled||!this.hasFiles||this.fileLimit&&this.fileLimit<this.files.length},cancelDisabled:function(){return this.disabled||!this.hasFiles},chooseButtonLabel:function(){return this.chooseLabel||this.$primevue.config.locale.choose},uploadButtonLabel:function(){return this.uploadLabel||this.$primevue.config.locale.upload},cancelButtonLabel:function(){return this.cancelLabel||this.$primevue.config.locale.cancel},completedLabel:function(){return this.$primevue.config.locale.completed},pendingLabel:function(){return this.$primevue.config.locale.pending}},components:{Button:Gm,ProgressBar:oy,Message:Kv,FileContent:my,PlusIcon:gv,UploadIcon:Mv,TimesIcon:wv},directives:{ripple:Nm}},Ty=[`multiple`,`accept`,`disabled`],Ey=[`accept`,`disabled`,`multiple`];function Dy(e,t,n,r,i,a){var o=(0,u.resolveComponent)(`Button`),s=(0,u.resolveComponent)(`ProgressBar`),c=(0,u.resolveComponent)(`Message`),l=(0,u.resolveComponent)(`FileContent`);return a.isAdvanced?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,(0,u.mergeProps)({key:0,class:e.cx(`root`)},e.ptmi(`root`)),[(0,u.createElementVNode)(`input`,(0,u.mergeProps)({ref:`fileInput`,type:`file`,onChange:t[0]||=function(){return a.onFileSelect&&a.onFileSelect.apply(a,arguments)},multiple:e.multiple,accept:e.accept,disabled:a.chooseDisabled},e.ptm(`input`)),null,16,Ty),(0,u.createElementVNode)(`div`,(0,u.mergeProps)({class:e.cx(`header`)},e.ptm(`header`)),[(0,u.renderSlot)(e.$slots,`header`,{files:i.files,uploadedFiles:i.uploadedFiles,chooseCallback:a.choose,uploadCallback:a.uploader,clearCallback:a.clear},function(){return[(0,u.createVNode)(o,(0,u.mergeProps)({label:a.chooseButtonLabel,class:a.chooseButtonClass,style:e.style,disabled:e.disabled,unstyled:e.unstyled,onClick:a.choose,onKeydown:(0,u.withKeys)(a.choose,[`enter`]),onFocus:a.onFocus,onBlur:a.onBlur},e.chooseButtonProps,{pt:e.ptm(`pcChooseButton`)}),{icon:(0,u.withCtx)(function(t){return[(0,u.renderSlot)(e.$slots,`chooseicon`,{},function(){return[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e.chooseIcon?`span`:`PlusIcon`),(0,u.mergeProps)({class:[t.class,e.chooseIcon],"aria-hidden":`true`},e.ptm(`pcChooseButton`).icon),null,16,[`class`]))]})]}),_:3},16,[`label`,`class`,`style`,`disabled`,`unstyled`,`onClick`,`onKeydown`,`onFocus`,`onBlur`,`pt`]),e.showUploadButton?((0,u.openBlock)(),(0,u.createBlock)(o,(0,u.mergeProps)({key:0,class:e.cx(`pcUploadButton`),label:a.uploadButtonLabel,onClick:a.uploader,disabled:a.uploadDisabled,unstyled:e.unstyled},e.uploadButtonProps,{pt:e.ptm(`pcUploadButton`)}),{icon:(0,u.withCtx)(function(t){return[(0,u.renderSlot)(e.$slots,`uploadicon`,{},function(){return[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e.uploadIcon?`span`:`UploadIcon`),(0,u.mergeProps)({class:[t.class,e.uploadIcon],"aria-hidden":`true`},e.ptm(`pcUploadButton`).icon,{"data-pc-section":`uploadbuttonicon`}),null,16,[`class`]))]})]}),_:3},16,[`class`,`label`,`onClick`,`disabled`,`unstyled`,`pt`])):(0,u.createCommentVNode)(``,!0),e.showCancelButton?((0,u.openBlock)(),(0,u.createBlock)(o,(0,u.mergeProps)({key:1,class:e.cx(`pcCancelButton`),label:a.cancelButtonLabel,onClick:a.clear,disabled:a.cancelDisabled,unstyled:e.unstyled},e.cancelButtonProps,{pt:e.ptm(`pcCancelButton`)}),{icon:(0,u.withCtx)(function(t){return[(0,u.renderSlot)(e.$slots,`cancelicon`,{},function(){return[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e.cancelIcon?`span`:`TimesIcon`),(0,u.mergeProps)({class:[t.class,e.cancelIcon],"aria-hidden":`true`},e.ptm(`pcCancelButton`).icon,{"data-pc-section":`cancelbuttonicon`}),null,16,[`class`]))]})]}),_:3},16,[`class`,`label`,`onClick`,`disabled`,`unstyled`,`pt`])):(0,u.createCommentVNode)(``,!0)]})],16),(0,u.createElementVNode)(`div`,(0,u.mergeProps)({ref:`content`,class:e.cx(`content`),onDragenter:t[1]||=function(){return a.onDragEnter&&a.onDragEnter.apply(a,arguments)},onDragover:t[2]||=function(){return a.onDragOver&&a.onDragOver.apply(a,arguments)},onDragleave:t[3]||=function(){return a.onDragLeave&&a.onDragLeave.apply(a,arguments)},onDrop:t[4]||=function(){return a.onDrop&&a.onDrop.apply(a,arguments)}},e.ptm(`content`),{"data-p-highlight":!1}),[(0,u.renderSlot)(e.$slots,`content`,{files:i.files,uploadedFiles:i.uploadedFiles,removeUploadedFileCallback:a.removeUploadedFile,removeFileCallback:a.remove,progress:i.progress,messages:i.messages},function(){return[a.hasFiles?((0,u.openBlock)(),(0,u.createBlock)(s,{key:0,value:i.progress,showValue:!1,unstyled:e.unstyled,pt:e.ptm(`pcProgressbar`)},null,8,[`value`,`unstyled`,`pt`])):(0,u.createCommentVNode)(``,!0),((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(i.messages,function(t){return(0,u.openBlock)(),(0,u.createBlock)(c,{key:t,severity:`error`,onClose:a.onMessageClose,unstyled:e.unstyled,pt:e.ptm(`pcMessage`)},{default:(0,u.withCtx)(function(){return[(0,u.createTextVNode)((0,u.toDisplayString)(t),1)]}),_:2},1032,[`onClose`,`unstyled`,`pt`])}),128)),a.hasFiles?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{key:1,class:(0,u.normalizeClass)(e.cx(`fileList`))},[(0,u.createVNode)(l,{files:i.files,onRemove:a.remove,badgeValue:a.pendingLabel,previewWidth:e.previewWidth,templates:e.$slots,unstyled:e.unstyled,pt:e.pt},null,8,[`files`,`onRemove`,`badgeValue`,`previewWidth`,`templates`,`unstyled`,`pt`])],2)):(0,u.createCommentVNode)(``,!0),a.hasUploadedFiles?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{key:2,class:(0,u.normalizeClass)(e.cx(`fileList`))},[(0,u.createVNode)(l,{files:i.uploadedFiles,onRemove:a.removeUploadedFile,badgeValue:a.completedLabel,badgeSeverity:`success`,previewWidth:e.previewWidth,templates:e.$slots,unstyled:e.unstyled,pt:e.pt},null,8,[`files`,`onRemove`,`badgeValue`,`previewWidth`,`templates`,`unstyled`,`pt`])],2)):(0,u.createCommentVNode)(``,!0)]}),e.$slots.empty&&!a.hasFiles&&!a.hasUploadedFiles?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,(0,u.normalizeProps)((0,u.mergeProps)({key:0},e.ptm(`empty`))),[(0,u.renderSlot)(e.$slots,`empty`)],16)):(0,u.createCommentVNode)(``,!0)],16)],16)):a.isBasic?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,(0,u.mergeProps)({key:1,class:e.cx(`root`)},e.ptmi(`root`)),[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(i.messages,function(t){return(0,u.openBlock)(),(0,u.createBlock)(c,{key:t,severity:`error`,onClose:a.onMessageClose,unstyled:e.unstyled,pt:e.ptm(`pcMessage`)},{default:(0,u.withCtx)(function(){return[(0,u.createTextVNode)((0,u.toDisplayString)(t),1)]}),_:2},1032,[`onClose`,`unstyled`,`pt`])}),128)),(0,u.createElementVNode)(`div`,(0,u.mergeProps)({class:e.cx(`basicContent`)},e.ptm(`basicContent`)),[(0,u.createVNode)(o,(0,u.mergeProps)({label:a.chooseButtonLabel,class:a.chooseButtonClass,style:e.style,disabled:e.disabled,unstyled:e.unstyled,onMouseup:a.onBasicUploaderClick,onKeydown:(0,u.withKeys)(a.choose,[`enter`]),onFocus:a.onFocus,onBlur:a.onBlur},e.chooseButtonProps,{pt:e.ptm(`pcChooseButton`)}),{icon:(0,u.withCtx)(function(t){return[(0,u.renderSlot)(e.$slots,`chooseicon`,{},function(){return[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e.chooseIcon?`span`:`PlusIcon`),(0,u.mergeProps)({class:[t.class,e.chooseIcon],"aria-hidden":`true`},e.ptm(`pcChooseButton`).icon),null,16,[`class`]))]})]}),_:3},16,[`label`,`class`,`style`,`disabled`,`unstyled`,`onMouseup`,`onKeydown`,`onFocus`,`onBlur`,`pt`]),e.auto?(0,u.createCommentVNode)(``,!0):(0,u.renderSlot)(e.$slots,`filelabel`,{key:0,class:(0,u.normalizeClass)(e.cx(`filelabel`)),files:i.files},function(){return[(0,u.createElementVNode)(`span`,{class:(0,u.normalizeClass)(e.cx(`filelabel`))},(0,u.toDisplayString)(a.basicFileChosenLabel),3)]}),(0,u.createElementVNode)(`input`,(0,u.mergeProps)({ref:`fileInput`,type:`file`,accept:e.accept,disabled:e.disabled,multiple:e.multiple,onChange:t[5]||=function(){return a.onFileSelect&&a.onFileSelect.apply(a,arguments)},onFocus:t[6]||=function(){return a.onFocus&&a.onFocus.apply(a,arguments)},onBlur:t[7]||=function(){return a.onBlur&&a.onBlur.apply(a,arguments)}},e.ptm(`input`)),null,16,Ey)],16)],16)):(0,u.createCommentVNode)(``,!0)}wy.render=Dy;var Oy={notFoundTemplate:{title:`Page not found`,description:`The page you're looking for couldn't be found. Check the URL or go back to the mainpage.`,buttonDefault:`Back to mainpage`},practitionerHeader:{tooltipAcademy:`BeterDichtbij Academie`,menuItemAcademy:`Academie`}},ky={activeFilters:{title:`Actieve filters`,clearAll:`Wis alle filters`},assignConversationModal:{title:`Gesprek overdragen`,submitButton:`Gesprek overdragen`,conclude:`Afhandelen bij de overdracht`,concludeTooltip:`Het gesprek blijft beschikbaar, deze wordt getoond als het filter "afgehandeld" is geselecteerd. Je patiënt kan ook nog gewoon reageren.`,makeUnread:`Gesprek op ongelezen zetten`},attachmentUploadModal:{title:`Bijlage toevoegen`,submitButton:`Toevoegen`,infoMessage:`Kies je bestand.`,addAttachmentButton:`Bijlage toevoegen`,errorMessage:`Fout opgetreden`,fileTooBigErrorMessage:`Bestand is te groot.`,fileSizeExceededMessage:`Bestanden mogen maximaal 10 MB groot zijn.`},changePasswordTemplate:{toasters:{reset:`De velden zijn geleegd.`}},contentLibraryCard:{insert:`Invoegen`},contentLibraryCardMessageTemplate:{insert:`Invoegen`,collapseOpen:`Inklappen`,collapseClosed:`Lees meer`,popoverIsSharedByOtherUser:`Dit bericht kan alleen door de eigenaar of beheerder aangepast worden`,delete:`Verwijderen`,edit:`Wijzigen`},contentLibraryOverview:{noResults:`Er zijn geen berichten gevonden voor deze zoekterm of filters; pas ze aan om opnieuw te zoeken.`},contentLibrarySplitButton:{messageTemplatesTitle:`Standaardberichten`},contentLibraryTemplate:{changeCategoryButtonLabel:`Mijn categorieën aanpassen`,newMessageText:`Nieuw bericht`,message:`Bericht`,messages:`Berichten`,more:`Meer`,less:`Minder`,searchPlaceholder:`Zoek een bericht`,searchPlaceholderSearch:`Vul een zoekterm in om resultaten te tonen`},conversationToTextModal:{copyButton:`Kopieer selectie naar klembord`,copySuccess:`Het gesprek is gekopieerd naar het klembord.`,onBehalfOf:`namens`,prefix:`Communicatie vanuit BeterDichtbij`,selectAll:`Alles selecteren`,systemMessage:`Tussentijdse mededeling`},imageAttachmentModal:{download:`Download afbeelding`,loading:`Afbeelding aan het laden`},fileUpload:{errorMessage:`Er is een fout opgetreden tijdens het uploaden van het bestand.`},filterCard:{more:`Meer`,less:`Minder`},messageTemplateFormModal:{createTitle:`Standaardbericht toevoegen`,editTitle:`Standaardbericht wijzigen`,titleLabel:`Titel`,titlePlaceHolder:`Zwelling na botbreuk`,replyTemplateLabel:`Standaardbericht`,replyTemplatePlaceHolder:`Schrijf hier jouw bericht naar de patiënt`,sharedWithLabel:`Delen met`,owner:`Eigenaar`,ownerPlaceholder:`Selecteer eigenaar`,tooltipOwner:`Als het bericht met meerdere instanties (teams) gedeeld wordt, kunje alleen zelf eigenaar worden`,categoryLabel:`Categorie`,categoryPlaceholderDropdown:`Selecteer categorie of maak een nieuwe aan`,validation:`Dit veld is verplicht.`},notFoundTemplate:{title:`Pagina niet gevonden`,description:`De pagina die je zoekt kon niet gevonden worden. Controleer de URL of ga terug naar de hoofdpagina.`,buttonDefault:`Terug naar hoofdpagina`},practitionerHeader:{academyTooltip:`BeterDichtbij Academie`,academyMenuItem:`Academie`},videoCallConfirmationModal:{title:`Beeldbellen`,cancel:`Nee`,close:`Sluiten`,ok:`Ja`,message:`Weet je zeker dat je wilt beeldbellen?`,participantMessage:`Weet je zeker dat je wilt beeldbellen met`,testMessage:`Doe de beeldbeltest`,noMobileActivationMessage:`gebruikt BeterDichtbij via de web applicatie waardoor beeldbellen niet mogelijk is. Vraag de patiënt om de app te installeren op een mobiele telefoon of tablet.`,noCompatibleDevices:`gebruikt mogelijk een mobiele telefoon of tablet die beeldbellen niet ondersteunt. Het is daarom momenteel niet mogelijk om te beeldbellen met deze patiënt.`,generalWarning:`Beeldbellen is niet mogelijk om de volgende redenen:`,cameraPermissionMissing:`Je hebt geen toestemming gegeven voor gebruik van de camera door BeterDichtbij.`,microphonePermissionMissing:`Je hebt geen toestemming gegeven voor gebruik van de microfoon door BeterDichtbij.`,helpMessage:`om te controleren of je camera en microfoon goed werken.`},videoCallTemplate:{fullScreen:`Volledig scherm`,miniPlayer:`Mini player`,shareScreen:`Scherm delen`,stopSharingScreen:`Stop scherm delen`,signalStrength:{weak:`Zwak signaal`,steady:`Matig signaal`,strong:`Sterk signaal`},serviceDesk:`Servicedesk`,testCall:`Doe de beeldbeltest`,endCall:`Gesprek beëindigen`,placeholderSettingsHelpTitle:`Problemen met de verbinding?`,placeholderSettingsHelpMessage:`Sluit het gesprek en probeer opnieuw te bellen.`,messageWhenVideoCallHangedUp:`Er is opgehangen.`,messageWhenVideoCallDeclined:`Er kon op dit moment niet worden opgenomen.`,messageWhenDevicePermissionDenied:`Er kan geen gesprek worden gestart`,permissionDeniedForVideo:`Geen toegang beschikbaar tot de camera`,permissionDeniedForAudio:`Er is geen toegang beschikbaar tot uw microfoon`,closeWindow:`Venster sluiten`,switchCamera:`Wissel camera`,hasNoAvailableCamera:`Er is geen camera beschikbaar.`,hasOneAvailableCamera:`Er is één camera beschikbaar.`,hasMultipleAvailableCameras:`Er zijn meerdere camera's beschikbaar.`}},Ay=qu({legacy:!1,locale:`nl`,messages:{en:{...Oy},nl:{...ky}}}),jy=`bottom`,My=`right`,Ny=`left`,Py=`auto`,Fy=[`top`,jy,My,Ny],Iy=`start`,Ly=`clippingParents`,Ry=`viewport`,zy=`popper`,By=`reference`,Vy=Fy.reduce(function(e,t){return e.concat([t+`-`+Iy,t+`-end`])},[]),Hy=[].concat(Fy,[Py]).reduce(function(e,t){return e.concat([t,t+`-`+Iy,t+`-end`])},[]),Uy=`beforeRead`,Wy=`read`,Gy=`afterRead`,Ky=`beforeMain`,qy=`main`,Jy=`afterMain`,Yy=`beforeWrite`,Xy=`write`,Zy=`afterWrite`,Qy=[Uy,Wy,Gy,Ky,qy,Jy,Yy,Xy,Zy];function $y(e){return e?(e.nodeName||``).toLowerCase():null}function eb(e){if(e==null)return window;if(e.toString()!==`[object Window]`){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function tb(e){return e instanceof eb(e).Element||e instanceof Element}function nb(e){return e instanceof eb(e).HTMLElement||e instanceof HTMLElement}function rb(e){return typeof ShadowRoot>`u`?!1:e instanceof eb(e).ShadowRoot||e instanceof ShadowRoot}function ib(e){var t=e.state;Object.keys(t.elements).forEach(function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},i=t.elements[e];!nb(i)||!$y(i)||(Object.assign(i.style,n),Object.keys(r).forEach(function(e){var t=r[e];t===!1?i.removeAttribute(e):i.setAttribute(e,t===!0?``:t)}))})}function ab(e){var t=e.state,n={popper:{position:t.options.strategy,left:`0`,top:`0`,margin:`0`},arrow:{position:`absolute`},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(e){var r=t.elements[e],i=t.attributes[e]||{},a=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce(function(e,t){return e[t]=``,e},{});!nb(r)||!$y(r)||(Object.assign(r.style,a),Object.keys(i).forEach(function(e){r.removeAttribute(e)}))})}}var ob={name:`applyStyles`,enabled:!0,phase:`write`,fn:ib,effect:ab,requires:[`computeStyles`]};function sb(e){return e.split(`-`)[0]}var cb=Math.max,lb=Math.min,ub=Math.round;function db(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(e){return e.brand+`/`+e.version}).join(` `):navigator.userAgent}function fb(){return!/^((?!chrome|android).)*safari/i.test(db())}function pb(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),i=1,a=1;t&&nb(e)&&(i=e.offsetWidth>0&&ub(r.width)/e.offsetWidth||1,a=e.offsetHeight>0&&ub(r.height)/e.offsetHeight||1);var o=(tb(e)?eb(e):window).visualViewport,s=!fb()&&n,c=(r.left+(s&&o?o.offsetLeft:0))/i,l=(r.top+(s&&o?o.offsetTop:0))/a,u=r.width/i,d=r.height/a;return{width:u,height:d,top:l,right:c+u,bottom:l+d,left:c,x:c,y:l}}function mb(e){var t=pb(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function hb(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&rb(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function gb(e){return eb(e).getComputedStyle(e)}function _b(e){return[`table`,`td`,`th`].indexOf($y(e))>=0}function vb(e){return((tb(e)?e.ownerDocument:e.document)||window.document).documentElement}function yb(e){return $y(e)===`html`?e:e.assignedSlot||e.parentNode||(rb(e)?e.host:null)||vb(e)}function bb(e){return!nb(e)||gb(e).position===`fixed`?null:e.offsetParent}function xb(e){var t=/firefox/i.test(db());if(/Trident/i.test(db())&&nb(e)&&gb(e).position===`fixed`)return null;var n=yb(e);for(rb(n)&&(n=n.host);nb(n)&&[`html`,`body`].indexOf($y(n))<0;){var r=gb(n);if(r.transform!==`none`||r.perspective!==`none`||r.contain===`paint`||[`transform`,`perspective`].indexOf(r.willChange)!==-1||t&&r.willChange===`filter`||t&&r.filter&&r.filter!==`none`)return n;n=n.parentNode}return null}function Sb(e){for(var t=eb(e),n=bb(e);n&&_b(n)&&gb(n).position===`static`;)n=bb(n);return n&&($y(n)===`html`||$y(n)===`body`&&gb(n).position===`static`)?t:n||xb(e)||t}function Cb(e){return[`top`,`bottom`].indexOf(e)>=0?`x`:`y`}function wb(e,t,n){return cb(e,lb(t,n))}function Tb(e,t,n){var r=wb(e,t,n);return r>n?n:r}function Eb(){return{top:0,right:0,bottom:0,left:0}}function Db(e){return Object.assign({},Eb(),e)}function Ob(e,t){return t.reduce(function(t,n){return t[n]=e,t},{})}var kb=function(e,t){return e=typeof e==`function`?e(Object.assign({},t.rects,{placement:t.placement})):e,Db(typeof e==`number`?Ob(e,Fy):e)};function Ab(e){var t,n=e.state,r=e.name,i=e.options,a=n.elements.arrow,o=n.modifiersData.popperOffsets,s=sb(n.placement),c=Cb(s),l=[`left`,`right`].indexOf(s)>=0?`height`:`width`;if(!(!a||!o)){var u=kb(i.padding,n),d=mb(a),f=c===`y`?`top`:Ny,p=c===`y`?jy:My,m=n.rects.reference[l]+n.rects.reference[c]-o[c]-n.rects.popper[l],h=o[c]-n.rects.reference[c],g=Sb(a),_=g?c===`y`?g.clientHeight||0:g.clientWidth||0:0,v=m/2-h/2,y=u[f],b=_-d[l]-u[p],x=_/2-d[l]/2+v,S=wb(y,x,b),C=c;n.modifiersData[r]=(t={},t[C]=S,t.centerOffset=S-x,t)}}function jb(e){var t=e.state,n=e.options.element,r=n===void 0?`[data-popper-arrow]`:n;r!=null&&(typeof r==`string`&&(r=t.elements.popper.querySelector(r),!r)||hb(t.elements.popper,r)&&(t.elements.arrow=r))}var Mb={name:`arrow`,enabled:!0,phase:`main`,fn:Ab,effect:jb,requires:[`popperOffsets`],requiresIfExists:[`preventOverflow`]};function Nb(e){return e.split(`-`)[1]}var Pb={top:`auto`,right:`auto`,bottom:`auto`,left:`auto`};function Fb(e,t){var n=e.x,r=e.y,i=t.devicePixelRatio||1;return{x:ub(n*i)/i||0,y:ub(r*i)/i||0}}function Ib(e){var t,n=e.popper,r=e.popperRect,i=e.placement,a=e.variation,o=e.offsets,s=e.position,c=e.gpuAcceleration,l=e.adaptive,u=e.roundOffsets,d=e.isFixed,f=o.x,p=f===void 0?0:f,m=o.y,h=m===void 0?0:m,g=typeof u==`function`?u({x:p,y:h}):{x:p,y:h};p=g.x,h=g.y;var _=o.hasOwnProperty(`x`),v=o.hasOwnProperty(`y`),y=Ny,b=`top`,x=window;if(l){var S=Sb(n),C=`clientHeight`,w=`clientWidth`;if(S===eb(n)&&(S=vb(n),gb(S).position!==`static`&&s===`absolute`&&(C=`scrollHeight`,w=`scrollWidth`)),S=S,i===`top`||(i===`left`||i===`right`)&&a===`end`){b=jy;var T=d&&S===x&&x.visualViewport?x.visualViewport.height:S[C];h-=T-r.height,h*=c?1:-1}if(i===`left`||(i===`top`||i===`bottom`)&&a===`end`){y=My;var E=d&&S===x&&x.visualViewport?x.visualViewport.width:S[w];p-=E-r.width,p*=c?1:-1}}var D=Object.assign({position:s},l&&Pb),O=u===!0?Fb({x:p,y:h},eb(n)):{x:p,y:h};if(p=O.x,h=O.y,c){var ee;return Object.assign({},D,(ee={},ee[b]=v?`0`:``,ee[y]=_?`0`:``,ee.transform=(x.devicePixelRatio||1)<=1?`translate(`+p+`px, `+h+`px)`:`translate3d(`+p+`px, `+h+`px, 0)`,ee))}return Object.assign({},D,(t={},t[b]=v?h+`px`:``,t[y]=_?p+`px`:``,t.transform=``,t))}function Lb(e){var t=e.state,n=e.options,r=n.gpuAcceleration,i=r===void 0?!0:r,a=n.adaptive,o=a===void 0?!0:a,s=n.roundOffsets,c=s===void 0?!0:s,l={placement:sb(t.placement),variation:Nb(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:t.options.strategy===`fixed`};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,Ib(Object.assign({},l,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:o,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,Ib(Object.assign({},l,{offsets:t.modifiersData.arrow,position:`absolute`,adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var Rb={name:`computeStyles`,enabled:!0,phase:`beforeWrite`,fn:Lb,data:{}},zb={passive:!0};function Bb(e){var t=e.state,n=e.instance,r=e.options,i=r.scroll,a=i===void 0?!0:i,o=r.resize,s=o===void 0?!0:o,c=eb(t.elements.popper),l=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&l.forEach(function(e){e.addEventListener(`scroll`,n.update,zb)}),s&&c.addEventListener(`resize`,n.update,zb),function(){a&&l.forEach(function(e){e.removeEventListener(`scroll`,n.update,zb)}),s&&c.removeEventListener(`resize`,n.update,zb)}}var Vb={name:`eventListeners`,enabled:!0,phase:`write`,fn:function(){},effect:Bb,data:{}},Hb={left:`right`,right:`left`,bottom:`top`,top:`bottom`};function Ub(e){return e.replace(/left|right|bottom|top/g,function(e){return Hb[e]})}var Wb={start:`end`,end:`start`};function Gb(e){return e.replace(/start|end/g,function(e){return Wb[e]})}function Kb(e){var t=eb(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function qb(e){return pb(vb(e)).left+Kb(e).scrollLeft}function Jb(e,t){var n=eb(e),r=vb(e),i=n.visualViewport,a=r.clientWidth,o=r.clientHeight,s=0,c=0;if(i){a=i.width,o=i.height;var l=fb();(l||!l&&t===`fixed`)&&(s=i.offsetLeft,c=i.offsetTop)}return{width:a,height:o,x:s+qb(e),y:c}}function Yb(e){var t=vb(e),n=Kb(e),r=e.ownerDocument?.body,i=cb(t.scrollWidth,t.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),a=cb(t.scrollHeight,t.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0),o=-n.scrollLeft+qb(e),s=-n.scrollTop;return gb(r||t).direction===`rtl`&&(o+=cb(t.clientWidth,r?r.clientWidth:0)-i),{width:i,height:a,x:o,y:s}}function Xb(e){var t=gb(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+r)}function Zb(e){return[`html`,`body`,`#document`].indexOf($y(e))>=0?e.ownerDocument.body:nb(e)&&Xb(e)?e:Zb(yb(e))}function Qb(e,t){t===void 0&&(t=[]);var n=Zb(e),r=n===e.ownerDocument?.body,i=eb(n),a=r?[i].concat(i.visualViewport||[],Xb(n)?n:[]):n,o=t.concat(a);return r?o:o.concat(Qb(yb(a)))}function $b(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function ex(e,t){var n=pb(e,!1,t===`fixed`);return n.top+=e.clientTop,n.left+=e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function tx(e,t,n){return t===`viewport`?$b(Jb(e,n)):tb(t)?ex(t,n):$b(Yb(vb(e)))}function nx(e){var t=Qb(yb(e)),n=[`absolute`,`fixed`].indexOf(gb(e).position)>=0&&nb(e)?Sb(e):e;return tb(n)?t.filter(function(e){return tb(e)&&hb(e,n)&&$y(e)!==`body`}):[]}function rx(e,t,n,r){var i=t===`clippingParents`?nx(e):[].concat(t),a=[].concat(i,[n]),o=a[0],s=a.reduce(function(t,n){var i=tx(e,n,r);return t.top=cb(i.top,t.top),t.right=lb(i.right,t.right),t.bottom=lb(i.bottom,t.bottom),t.left=cb(i.left,t.left),t},tx(e,o,r));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}function ix(e){var t=e.reference,n=e.element,r=e.placement,i=r?sb(r):null,a=r?Nb(r):null,o=t.x+t.width/2-n.width/2,s=t.y+t.height/2-n.height/2,c;switch(i){case`top`:c={x:o,y:t.y-n.height};break;case jy:c={x:o,y:t.y+t.height};break;case My:c={x:t.x+t.width,y:s};break;case Ny:c={x:t.x-n.width,y:s};break;default:c={x:t.x,y:t.y}}var l=i?Cb(i):null;if(l!=null){var u=l===`y`?`height`:`width`;switch(a){case Iy:c[l]=c[l]-(t[u]/2-n[u]/2);break;case`end`:c[l]=c[l]+(t[u]/2-n[u]/2);break;default:}}return c}function ax(e,t){t===void 0&&(t={});var n=t,r=n.placement,i=r===void 0?e.placement:r,a=n.strategy,o=a===void 0?e.strategy:a,s=n.boundary,c=s===void 0?Ly:s,l=n.rootBoundary,u=l===void 0?Ry:l,d=n.elementContext,f=d===void 0?zy:d,p=n.altBoundary,m=p===void 0?!1:p,h=n.padding,g=h===void 0?0:h,_=Db(typeof g==`number`?Ob(g,Fy):g),v=f===`popper`?By:zy,y=e.rects.popper,b=e.elements[m?v:f],x=rx(tb(b)?b:b.contextElement||vb(e.elements.popper),c,u,o),S=pb(e.elements.reference),C=ix({reference:S,element:y,strategy:`absolute`,placement:i}),w=$b(Object.assign({},y,C)),T=f===`popper`?w:S,E={top:x.top-T.top+_.top,bottom:T.bottom-x.bottom+_.bottom,left:x.left-T.left+_.left,right:T.right-x.right+_.right},D=e.modifiersData.offset;if(f===`popper`&&D){var O=D[i];Object.keys(E).forEach(function(e){var t=[`right`,`bottom`].indexOf(e)>=0?1:-1,n=[`top`,`bottom`].indexOf(e)>=0?`y`:`x`;E[e]+=O[n]*t})}return E}function ox(e,t){t===void 0&&(t={});var n=t,r=n.placement,i=n.boundary,a=n.rootBoundary,o=n.padding,s=n.flipVariations,c=n.allowedAutoPlacements,l=c===void 0?Hy:c,u=Nb(r),d=u?s?Vy:Vy.filter(function(e){return Nb(e)===u}):Fy,f=d.filter(function(e){return l.indexOf(e)>=0});f.length===0&&(f=d);var p=f.reduce(function(t,n){return t[n]=ax(e,{placement:n,boundary:i,rootBoundary:a,padding:o})[sb(n)],t},{});return Object.keys(p).sort(function(e,t){return p[e]-p[t]})}function sx(e){if(sb(e)===`auto`)return[];var t=Ub(e);return[Gb(e),t,Gb(t)]}function cx(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var i=n.mainAxis,a=i===void 0?!0:i,o=n.altAxis,s=o===void 0?!0:o,c=n.fallbackPlacements,l=n.padding,u=n.boundary,d=n.rootBoundary,f=n.altBoundary,p=n.flipVariations,m=p===void 0?!0:p,h=n.allowedAutoPlacements,g=t.options.placement,_=sb(g)===g,v=c||(_||!m?[Ub(g)]:sx(g)),y=[g].concat(v).reduce(function(e,n){return e.concat(sb(n)===`auto`?ox(t,{placement:n,boundary:u,rootBoundary:d,padding:l,flipVariations:m,allowedAutoPlacements:h}):n)},[]),b=t.rects.reference,x=t.rects.popper,S=new Map,C=!0,w=y[0],T=0;T<y.length;T++){var E=y[T],D=sb(E),O=Nb(E)===Iy,ee=[`top`,jy].indexOf(D)>=0,te=ee?`width`:`height`,ne=ax(t,{placement:E,boundary:u,rootBoundary:d,altBoundary:f,padding:l}),k=ee?O?My:Ny:O?jy:`top`;b[te]>x[te]&&(k=Ub(k));var re=Ub(k),ie=[];if(a&&ie.push(ne[D]<=0),s&&ie.push(ne[k]<=0,ne[re]<=0),ie.every(function(e){return e})){w=E,C=!1;break}S.set(E,ie)}if(C)for(var ae=m?3:1,oe=function(e){var t=y.find(function(t){var n=S.get(t);if(n)return n.slice(0,e).every(function(e){return e})});if(t)return w=t,`break`},se=ae;se>0&&oe(se)!==`break`;se--);t.placement!==w&&(t.modifiersData[r]._skip=!0,t.placement=w,t.reset=!0)}}var lx={name:`flip`,enabled:!0,phase:`main`,fn:cx,requiresIfExists:[`offset`],data:{_skip:!1}};function ux(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function dx(e){return[`top`,My,jy,Ny].some(function(t){return e[t]>=0})}function fx(e){var t=e.state,n=e.name,r=t.rects.reference,i=t.rects.popper,a=t.modifiersData.preventOverflow,o=ax(t,{elementContext:`reference`}),s=ax(t,{altBoundary:!0}),c=ux(o,r),l=ux(s,i,a),u=dx(c),d=dx(l);t.modifiersData[n]={referenceClippingOffsets:c,popperEscapeOffsets:l,isReferenceHidden:u,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}var px={name:`hide`,enabled:!0,phase:`main`,requiresIfExists:[`preventOverflow`],fn:fx};function mx(e,t,n){var r=sb(e),i=[`left`,`top`].indexOf(r)>=0?-1:1,a=typeof n==`function`?n(Object.assign({},t,{placement:e})):n,o=a[0],s=a[1];return o||=0,s=(s||0)*i,[`left`,`right`].indexOf(r)>=0?{x:s,y:o}:{x:o,y:s}}function hx(e){var t=e.state,n=e.options,r=e.name,i=n.offset,a=i===void 0?[0,0]:i,o=Hy.reduce(function(e,n){return e[n]=mx(n,t.rects,a),e},{}),s=o[t.placement],c=s.x,l=s.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=l),t.modifiersData[r]=o}var gx={name:`offset`,enabled:!0,phase:`main`,requires:[`popperOffsets`],fn:hx};function _x(e){var t=e.state,n=e.name;t.modifiersData[n]=ix({reference:t.rects.reference,element:t.rects.popper,strategy:`absolute`,placement:t.placement})}var vx={name:`popperOffsets`,enabled:!0,phase:`read`,fn:_x,data:{}};function yx(e){return e===`x`?`y`:`x`}function bx(e){var t=e.state,n=e.options,r=e.name,i=n.mainAxis,a=i===void 0?!0:i,o=n.altAxis,s=o===void 0?!1:o,c=n.boundary,l=n.rootBoundary,u=n.altBoundary,d=n.padding,f=n.tether,p=f===void 0?!0:f,m=n.tetherOffset,h=m===void 0?0:m,g=ax(t,{boundary:c,rootBoundary:l,padding:d,altBoundary:u}),_=sb(t.placement),v=Nb(t.placement),y=!v,b=Cb(_),x=yx(b),S=t.modifiersData.popperOffsets,C=t.rects.reference,w=t.rects.popper,T=typeof h==`function`?h(Object.assign({},t.rects,{placement:t.placement})):h,E=typeof T==`number`?{mainAxis:T,altAxis:T}:Object.assign({mainAxis:0,altAxis:0},T),D=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,O={x:0,y:0};if(S){if(a){var ee=b===`y`?`top`:Ny,te=b===`y`?jy:My,ne=b===`y`?`height`:`width`,k=S[b],re=k+g[ee],ie=k-g[te],ae=p?-w[ne]/2:0,oe=v===`start`?C[ne]:w[ne],se=v===`start`?-w[ne]:-C[ne],ce=t.elements.arrow,le=p&&ce?mb(ce):{width:0,height:0},ue=t.modifiersData[`arrow#persistent`]?t.modifiersData[`arrow#persistent`].padding:Eb(),de=ue[ee],fe=ue[te],pe=wb(0,C[ne],le[ne]),me=y?C[ne]/2-ae-pe-de-E.mainAxis:oe-pe-de-E.mainAxis,he=y?-C[ne]/2+ae+pe+fe+E.mainAxis:se+pe+fe+E.mainAxis,ge=t.elements.arrow&&Sb(t.elements.arrow),_e=ge?b===`y`?ge.clientTop||0:ge.clientLeft||0:0,ve=D?.[b]??0,ye=k+me-ve-_e,be=k+he-ve,xe=wb(p?lb(re,ye):re,k,p?cb(ie,be):ie);S[b]=xe,O[b]=xe-k}if(s){var Se=b===`x`?`top`:Ny,Ce=b===`x`?jy:My,we=S[x],Te=x===`y`?`height`:`width`,Ee=we+g[Se],De=we-g[Ce],Oe=[`top`,Ny].indexOf(_)!==-1,ke=D?.[x]??0,Ae=Oe?Ee:we-C[Te]-w[Te]-ke+E.altAxis,je=Oe?we+C[Te]+w[Te]-ke-E.altAxis:De,Me=p&&Oe?Tb(Ae,we,je):wb(p?Ae:Ee,we,p?je:De);S[x]=Me,O[x]=Me-we}t.modifiersData[r]=O}}var xx={name:`preventOverflow`,enabled:!0,phase:`main`,fn:bx,requiresIfExists:[`offset`]};function Sx(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Cx(e){return e===eb(e)||!nb(e)?Kb(e):Sx(e)}function wx(e){var t=e.getBoundingClientRect(),n=ub(t.width)/e.offsetWidth||1,r=ub(t.height)/e.offsetHeight||1;return n!==1||r!==1}function Tx(e,t,n){n===void 0&&(n=!1);var r=nb(t),i=nb(t)&&wx(t),a=vb(t),o=pb(e,i,n),s={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(r||!r&&!n)&&(($y(t)!==`body`||Xb(a))&&(s=Cx(t)),nb(t)?(c=pb(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):a&&(c.x=qb(a))),{x:o.left+s.scrollLeft-c.x,y:o.top+s.scrollTop-c.y,width:o.width,height:o.height}}function Ex(e){var t=new Map,n=new Set,r=[];e.forEach(function(e){t.set(e.name,e)});function i(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach(function(e){if(!n.has(e)){var r=t.get(e);r&&i(r)}}),r.push(e)}return e.forEach(function(e){n.has(e.name)||i(e)}),r}function Dx(e){var t=Ex(e);return Qy.reduce(function(e,n){return e.concat(t.filter(function(e){return e.phase===n}))},[])}function Ox(e){var t;return function(){return t||=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})}),t}}function kx(e){var t=e.reduce(function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e},{});return Object.keys(t).map(function(e){return t[e]})}var Ax={placement:`bottom`,modifiers:[],strategy:`absolute`};function jx(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(e){return!(e&&typeof e.getBoundingClientRect==`function`)})}function Mx(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,r=n===void 0?[]:n,i=t.defaultOptions,a=i===void 0?Ax:i;return function(e,t,n){n===void 0&&(n=a);var i={placement:`bottom`,orderedModifiers:[],options:Object.assign({},Ax,a),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},o=[],s=!1,c={state:i,setOptions:function(n){var o=typeof n==`function`?n(i.options):n;u(),i.options=Object.assign({},a,i.options,o),i.scrollParents={reference:tb(e)?Qb(e):e.contextElement?Qb(e.contextElement):[],popper:Qb(t)};var s=Dx(kx([].concat(r,i.options.modifiers)));return i.orderedModifiers=s.filter(function(e){return e.enabled}),l(),c.update()},forceUpdate:function(){if(!s){var e=i.elements,t=e.reference,n=e.popper;if(jx(t,n)){i.rects={reference:Tx(t,Sb(n),i.options.strategy===`fixed`),popper:mb(n)},i.reset=!1,i.placement=i.options.placement,i.orderedModifiers.forEach(function(e){return i.modifiersData[e.name]=Object.assign({},e.data)});for(var r=0;r<i.orderedModifiers.length;r++){if(i.reset===!0){i.reset=!1,r=-1;continue}var a=i.orderedModifiers[r],o=a.fn,l=a.options,u=l===void 0?{}:l,d=a.name;typeof o==`function`&&(i=o({state:i,options:u,name:d,instance:c})||i)}}}},update:Ox(function(){return new Promise(function(e){c.forceUpdate(),e(i)})}),destroy:function(){u(),s=!0}};if(!jx(e,t))return c;c.setOptions(n).then(function(e){!s&&n.onFirstUpdate&&n.onFirstUpdate(e)});function l(){i.orderedModifiers.forEach(function(e){var t=e.name,n=e.options,r=n===void 0?{}:n,a=e.effect;if(typeof a==`function`){var s=a({state:i,name:t,instance:c,options:r});o.push(s||function(){})}})}function u(){o.forEach(function(e){return e()}),o=[]}return c}}var Nx=Mx(),Px=Mx({defaultModifiers:[Vb,vx,Rb,ob]}),Fx=Mx({defaultModifiers:[Vb,vx,Rb,ob,gx,lx,xx,Mb,px]}),Ix=s({afterMain:()=>Jy,afterRead:()=>Gy,afterWrite:()=>Zy,applyStyles:()=>ob,arrow:()=>Mb,auto:()=>Py,basePlacements:()=>Fy,beforeMain:()=>Ky,beforeRead:()=>Uy,beforeWrite:()=>Yy,bottom:()=>jy,clippingParents:()=>Ly,computeStyles:()=>Rb,createPopper:()=>Fx,createPopperBase:()=>Nx,createPopperLite:()=>Px,detectOverflow:()=>ax,end:()=>`end`,eventListeners:()=>Vb,flip:()=>lx,hide:()=>px,left:()=>Ny,main:()=>qy,modifierPhases:()=>Qy,offset:()=>gx,placements:()=>Hy,popper:()=>zy,popperGenerator:()=>Mx,popperOffsets:()=>vx,preventOverflow:()=>xx,read:()=>Wy,reference:()=>By,right:()=>My,start:()=>Iy,top:()=>`top`,variationPlacements:()=>Vy,viewport:()=>Ry,write:()=>Xy}),Lx=new Map,Rx={set(e,t,n){Lx.has(e)||Lx.set(e,new Map);let r=Lx.get(e);if(!r.has(t)&&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(t,n)},get(e,t){return Lx.has(e)&&Lx.get(e).get(t)||null},remove(e,t){if(!Lx.has(e))return;let n=Lx.get(e);n.delete(t),n.size===0&&Lx.delete(e)}},zx=1e6,Bx=1e3,Vx=`transitionend`,Hx=e=>(e&&window.CSS&&window.CSS.escape&&(e=e.replace(/#([^\s"#']+)/g,(e,t)=>`#${CSS.escape(t)}`)),e),Ux=e=>e==null?`${e}`:Object.prototype.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase(),Wx=e=>{do e+=Math.floor(Math.random()*zx);while(document.getElementById(e));return e},Gx=e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:n}=window.getComputedStyle(e);return!Number.parseFloat(t)&&!Number.parseFloat(n)?0:(t=t.split(`,`)[0],n=n.split(`,`)[0],(Number.parseFloat(t)+Number.parseFloat(n))*Bx)},Kx=e=>{e.dispatchEvent(new Event(Vx))},qx=e=>!e||typeof e!=`object`?!1:(e.jquery!==void 0&&(e=e[0]),e.nodeType!==void 0),Jx=e=>qx(e)?e.jquery?e[0]:e:typeof e==`string`&&e.length>0?document.querySelector(Hx(e)):null,Yx=e=>{if(!qx(e)||e.getClientRects().length===0)return!1;let t=getComputedStyle(e).getPropertyValue(`visibility`)===`visible`,n=e.closest(`details:not([open])`);if(!n)return t;if(n!==e){let t=e.closest(`summary`);if(t&&t.parentNode!==n||t===null)return!1}return t},Xx=e=>!e||e.nodeType!==Node.ELEMENT_NODE||e.classList.contains(`disabled`)?!0:e.disabled===void 0?e.hasAttribute(`disabled`)&&e.getAttribute(`disabled`)!==`false`:e.disabled,Zx=e=>{if(!document.documentElement.attachShadow)return null;if(typeof e.getRootNode==`function`){let t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?Zx(e.parentNode):null},Qx=()=>{},$x=e=>{e.offsetHeight},eS=()=>window.jQuery&&!document.body.hasAttribute(`data-bs-no-jquery`)?window.jQuery:null,tS=[],nS=e=>{document.readyState===`loading`?(tS.length||document.addEventListener(`DOMContentLoaded`,()=>{for(let e of tS)e()}),tS.push(e)):e()},rS=()=>document.documentElement.dir===`rtl`,iS=e=>{nS(()=>{let t=eS();if(t){let n=e.NAME,r=t.fn[n];t.fn[n]=e.jQueryInterface,t.fn[n].Constructor=e,t.fn[n].noConflict=()=>(t.fn[n]=r,e.jQueryInterface)}})},aS=(e,t=[],n=e)=>typeof e==`function`?e.call(...t):n,oS=(e,t,n=!0)=>{if(!n){aS(e);return}let r=Gx(t)+5,i=!1,a=({target:n})=>{n===t&&(i=!0,t.removeEventListener(Vx,a),aS(e))};t.addEventListener(Vx,a),setTimeout(()=>{i||Kx(t)},r)},sS=(e,t,n,r)=>{let i=e.length,a=e.indexOf(t);return a===-1?!n&&r?e[i-1]:e[0]:(a+=n?1:-1,r&&(a=(a+i)%i),e[Math.max(0,Math.min(a,i-1))])},cS=/[^.]*(?=\..*)\.|.*/,lS=/\..*/,uS=/::\d+$/,dS={},fS=1,pS={mouseenter:`mouseover`,mouseleave:`mouseout`},mS=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`.split(`.`));function hS(e,t){return t&&`${t}::${fS++}`||e.uidEvent||fS++}function gS(e){let t=hS(e);return e.uidEvent=t,dS[t]=dS[t]||{},dS[t]}function _S(e,t){return function n(r){return TS(r,{delegateTarget:e}),n.oneOff&&H.off(e,r.type,t),t.apply(e,[r])}}function vS(e,t,n){return function r(i){let a=e.querySelectorAll(t);for(let{target:o}=i;o&&o!==this;o=o.parentNode)for(let s of a)if(s===o)return TS(i,{delegateTarget:o}),r.oneOff&&H.off(e,i.type,t,n),n.apply(o,[i])}}function yS(e,t,n=null){return Object.values(e).find(e=>e.callable===t&&e.delegationSelector===n)}function bS(e,t,n){let r=typeof t==`string`,i=r?n:t||n,a=wS(e);return mS.has(a)||(a=e),[r,i,a]}function xS(e,t,n,r,i){if(typeof t!=`string`||!e)return;let[a,o,s]=bS(t,n,r);t in pS&&(o=(e=>function(t){if(!t.relatedTarget||t.relatedTarget!==t.delegateTarget&&!t.delegateTarget.contains(t.relatedTarget))return e.call(this,t)})(o));let c=gS(e),l=c[s]||(c[s]={}),u=yS(l,o,a?n:null);if(u){u.oneOff=u.oneOff&&i;return}let d=hS(o,t.replace(cS,``)),f=a?vS(e,n,o):_S(e,o);f.delegationSelector=a?n:null,f.callable=o,f.oneOff=i,f.uidEvent=d,l[d]=f,e.addEventListener(s,f,a)}function SS(e,t,n,r,i){let a=yS(t[n],r,i);a&&(e.removeEventListener(n,a,!!i),delete t[n][a.uidEvent])}function CS(e,t,n,r){let i=t[n]||{};for(let[a,o]of Object.entries(i))a.includes(r)&&SS(e,t,n,o.callable,o.delegationSelector)}function wS(e){return e=e.replace(lS,``),pS[e]||e}var H={on(e,t,n,r){xS(e,t,n,r,!1)},one(e,t,n,r){xS(e,t,n,r,!0)},off(e,t,n,r){if(typeof t!=`string`||!e)return;let[i,a,o]=bS(t,n,r),s=o!==t,c=gS(e),l=c[o]||{},u=t.startsWith(`.`);if(a!==void 0){if(!Object.keys(l).length)return;SS(e,c,o,a,i?n:null);return}if(u)for(let n of Object.keys(c))CS(e,c,n,t.slice(1));for(let[n,r]of Object.entries(l)){let i=n.replace(uS,``);(!s||t.includes(i))&&SS(e,c,o,r.callable,r.delegationSelector)}},trigger(e,t,n){if(typeof t!=`string`||!e)return null;let r=eS(),i=t!==wS(t),a=null,o=!0,s=!0,c=!1;i&&r&&(a=r.Event(t,n),r(e).trigger(a),o=!a.isPropagationStopped(),s=!a.isImmediatePropagationStopped(),c=a.isDefaultPrevented());let l=TS(new Event(t,{bubbles:o,cancelable:!0}),n);return c&&l.preventDefault(),s&&e.dispatchEvent(l),l.defaultPrevented&&a&&a.preventDefault(),l}};function TS(e,t={}){for(let[n,r]of Object.entries(t))try{e[n]=r}catch{Object.defineProperty(e,n,{configurable:!0,get(){return r}})}return e}function ES(e){if(e===`true`)return!0;if(e===`false`)return!1;if(e===Number(e).toString())return Number(e);if(e===``||e===`null`)return null;if(typeof e!=`string`)return e;try{return JSON.parse(decodeURIComponent(e))}catch{return e}}function DS(e){return e.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`)}var OS={setDataAttribute(e,t,n){e.setAttribute(`data-bs-${DS(t)}`,n)},removeDataAttribute(e,t){e.removeAttribute(`data-bs-${DS(t)}`)},getDataAttributes(e){if(!e)return{};let t={},n=Object.keys(e.dataset).filter(e=>e.startsWith(`bs`)&&!e.startsWith(`bsConfig`));for(let r of n){let n=r.replace(/^bs/,``);n=n.charAt(0).toLowerCase()+n.slice(1),t[n]=ES(e.dataset[r])}return t},getDataAttribute(e,t){return ES(e.getAttribute(`data-bs-${DS(t)}`))}},kS=class{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw 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,t){let n=qx(t)?OS.getDataAttribute(t,`config`):{};return{...this.constructor.Default,...typeof n==`object`?n:{},...qx(t)?OS.getDataAttributes(t):{},...typeof e==`object`?e:{}}}_typeCheckConfig(e,t=this.constructor.DefaultType){for(let[n,r]of Object.entries(t)){let t=e[n],i=qx(t)?`element`:Ux(t);if(!new RegExp(r).test(i))throw TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${n}" provided type "${i}" but expected type "${r}".`)}}},AS=`5.3.8`,jS=class extends kS{constructor(e,t){super(),e=Jx(e),e&&(this._element=e,this._config=this._getConfig(t),Rx.set(this._element,this.constructor.DATA_KEY,this))}dispose(){Rx.remove(this._element,this.constructor.DATA_KEY),H.off(this._element,this.constructor.EVENT_KEY);for(let e of Object.getOwnPropertyNames(this))this[e]=null}_queueCallback(e,t,n=!0){oS(e,t,n)}_getConfig(e){return e=this._mergeConfigObj(e,this._element),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}static getInstance(e){return Rx.get(Jx(e),this.DATA_KEY)}static getOrCreateInstance(e,t={}){return this.getInstance(e)||new this(e,typeof t==`object`?t:null)}static get VERSION(){return AS}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(e){return`${e}${this.EVENT_KEY}`}},MS=e=>{let t=e.getAttribute(`data-bs-target`);if(!t||t===`#`){let n=e.getAttribute(`href`);if(!n||!n.includes(`#`)&&!n.startsWith(`.`))return null;n.includes(`#`)&&!n.startsWith(`#`)&&(n=`#${n.split(`#`)[1]}`),t=n&&n!==`#`?n.trim():null}return t?t.split(`,`).map(e=>Hx(e)).join(`,`):null},U={find(e,t=document.documentElement){return[].concat(...Element.prototype.querySelectorAll.call(t,e))},findOne(e,t=document.documentElement){return Element.prototype.querySelector.call(t,e)},children(e,t){return[].concat(...e.children).filter(e=>e.matches(t))},parents(e,t){let n=[],r=e.parentNode.closest(t);for(;r;)n.push(r),r=r.parentNode.closest(t);return n},prev(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return[n];n=n.previousElementSibling}return[]},next(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return[n];n=n.nextElementSibling}return[]},focusableChildren(e){let t=[`a`,`button`,`input`,`textarea`,`select`,`details`,`[tabindex]`,`[contenteditable="true"]`].map(e=>`${e}:not([tabindex^="-"])`).join(`,`);return this.find(t,e).filter(e=>!Xx(e)&&Yx(e))},getSelectorFromElement(e){let t=MS(e);return t&&U.findOne(t)?t:null},getElementFromSelector(e){let t=MS(e);return t?U.findOne(t):null},getMultipleElementsFromSelector(e){let t=MS(e);return t?U.find(t):[]}},NS=(e,t=`hide`)=>{let n=`click.dismiss${e.EVENT_KEY}`,r=e.NAME;H.on(document,n,`[data-bs-dismiss="${r}"]`,function(n){if([`A`,`AREA`].includes(this.tagName)&&n.preventDefault(),Xx(this))return;let i=U.getElementFromSelector(this)||this.closest(`.${r}`);e.getOrCreateInstance(i)[t]()})},PS=`alert`,FS=`.bs.alert`,IS=`close${FS}`,LS=`closed${FS}`,RS=`fade`,zS=`show`,BS=class e extends jS{static get NAME(){return PS}close(){if(H.trigger(this._element,IS).defaultPrevented)return;this._element.classList.remove(zS);let e=this._element.classList.contains(RS);this._queueCallback(()=>this._destroyElement(),this._element,e)}_destroyElement(){this._element.remove(),H.trigger(this._element,LS),this.dispose()}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this);if(typeof t==`string`){if(n[t]===void 0||t.startsWith(`_`)||t===`constructor`)throw TypeError(`No method named "${t}"`);n[t](this)}})}};NS(BS,`close`),iS(BS);var VS=`button`,HS=`.bs.button`,US=`.data-api`,WS=`active`,GS=`[data-bs-toggle="button"]`,KS=`click${HS}${US}`,qS=class e extends jS{static get NAME(){return VS}toggle(){this._element.setAttribute(`aria-pressed`,this._element.classList.toggle(WS))}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this);t===`toggle`&&n[t]()})}};H.on(document,KS,GS,e=>{e.preventDefault();let t=e.target.closest(GS);qS.getOrCreateInstance(t).toggle()}),iS(qS);var JS=`swipe`,YS=`.bs.swipe`,XS=`touchstart${YS}`,ZS=`touchmove${YS}`,QS=`touchend${YS}`,$S=`pointerdown${YS}`,eC=`pointerup${YS}`,tC=`touch`,nC=`pen`,rC=`pointer-event`,iC=40,aC={endCallback:null,leftCallback:null,rightCallback:null},oC={endCallback:`(function|null)`,leftCallback:`(function|null)`,rightCallback:`(function|null)`},sC=class e extends kS{constructor(t,n){super(),this._element=t,!(!t||!e.isSupported())&&(this._config=this._getConfig(n),this._deltaX=0,this._supportPointerEvents=!!window.PointerEvent,this._initEvents())}static get Default(){return aC}static get DefaultType(){return oC}static get NAME(){return JS}dispose(){H.off(this._element,YS)}_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(),aS(this._config.endCallback)}_move(e){this._deltaX=e.touches&&e.touches.length>1?0:e.touches[0].clientX-this._deltaX}_handleSwipe(){let e=Math.abs(this._deltaX);if(e<=iC)return;let t=e/this._deltaX;this._deltaX=0,t&&aS(t>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(H.on(this._element,$S,e=>this._start(e)),H.on(this._element,eC,e=>this._end(e)),this._element.classList.add(rC)):(H.on(this._element,XS,e=>this._start(e)),H.on(this._element,ZS,e=>this._move(e)),H.on(this._element,QS,e=>this._end(e)))}_eventIsPointerPenTouch(e){return this._supportPointerEvents&&(e.pointerType===nC||e.pointerType===tC)}static isSupported(){return`ontouchstart`in document.documentElement||navigator.maxTouchPoints>0}},cC=`carousel`,lC=`.bs.carousel`,uC=`.data-api`,dC=`ArrowLeft`,fC=`ArrowRight`,pC=500,mC=`next`,hC=`prev`,gC=`left`,_C=`right`,vC=`slide${lC}`,yC=`slid${lC}`,bC=`keydown${lC}`,xC=`mouseenter${lC}`,SC=`mouseleave${lC}`,CC=`dragstart${lC}`,wC=`load${lC}${uC}`,TC=`click${lC}${uC}`,EC=`carousel`,DC=`active`,OC=`slide`,kC=`carousel-item-end`,AC=`carousel-item-start`,jC=`carousel-item-next`,MC=`carousel-item-prev`,NC=`.active`,PC=`.carousel-item`,FC=`.active.carousel-item`,IC=`.carousel-item img`,LC=`.carousel-indicators`,RC=`[data-bs-slide], [data-bs-slide-to]`,zC=`[data-bs-ride="carousel"]`,BC={[dC]:_C,[fC]:gC},VC={interval:5e3,keyboard:!0,pause:`hover`,ride:!1,touch:!0,wrap:!0},HC={interval:`(number|boolean)`,keyboard:`boolean`,pause:`(string|boolean)`,ride:`(boolean|string)`,touch:`boolean`,wrap:`boolean`},UC=class e extends jS{constructor(e,t){super(e,t),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=U.findOne(LC,this._element),this._addEventListeners(),this._config.ride===EC&&this.cycle()}static get Default(){return VC}static get DefaultType(){return HC}static get NAME(){return cC}next(){this._slide(mC)}nextWhenVisible(){!document.hidden&&Yx(this._element)&&this.next()}prev(){this._slide(hC)}pause(){this._isSliding&&Kx(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){H.one(this._element,yC,()=>this.cycle());return}this.cycle()}}to(e){let t=this._getItems();if(e>t.length-1||e<0)return;if(this._isSliding){H.one(this._element,yC,()=>this.to(e));return}let n=this._getItemIndex(this._getActive());if(n===e)return;let r=e>n?mC:hC;this._slide(r,t[e])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(e){return e.defaultInterval=e.interval,e}_addEventListeners(){this._config.keyboard&&H.on(this._element,bC,e=>this._keydown(e)),this._config.pause===`hover`&&(H.on(this._element,xC,()=>this.pause()),H.on(this._element,SC,()=>this._maybeEnableCycle())),this._config.touch&&sC.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(let e of U.find(IC,this._element))H.on(e,CC,e=>e.preventDefault());let e={leftCallback:()=>this._slide(this._directionToOrder(gC)),rightCallback:()=>this._slide(this._directionToOrder(_C)),endCallback:()=>{this._config.pause===`hover`&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(()=>this._maybeEnableCycle(),pC+this._config.interval))}};this._swipeHelper=new sC(this._element,e)}_keydown(e){if(/input|textarea/i.test(e.target.tagName))return;let t=BC[e.key];t&&(e.preventDefault(),this._slide(this._directionToOrder(t)))}_getItemIndex(e){return this._getItems().indexOf(e)}_setActiveIndicatorElement(e){if(!this._indicatorsElement)return;let t=U.findOne(NC,this._indicatorsElement);t.classList.remove(DC),t.removeAttribute(`aria-current`);let n=U.findOne(`[data-bs-slide-to="${e}"]`,this._indicatorsElement);n&&(n.classList.add(DC),n.setAttribute(`aria-current`,`true`))}_updateInterval(){let e=this._activeElement||this._getActive();if(!e)return;let t=Number.parseInt(e.getAttribute(`data-bs-interval`),10);this._config.interval=t||this._config.defaultInterval}_slide(e,t=null){if(this._isSliding)return;let n=this._getActive(),r=e===mC,i=t||sS(this._getItems(),n,r,this._config.wrap);if(i===n)return;let a=this._getItemIndex(i),o=t=>H.trigger(this._element,t,{relatedTarget:i,direction:this._orderToDirection(e),from:this._getItemIndex(n),to:a});if(o(vC).defaultPrevented||!n||!i)return;let s=!!this._interval;this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(a),this._activeElement=i;let c=r?AC:kC,l=r?jC:MC;i.classList.add(l),$x(i),n.classList.add(c),i.classList.add(c),this._queueCallback(()=>{i.classList.remove(c,l),i.classList.add(DC),n.classList.remove(DC,l,c),this._isSliding=!1,o(yC)},n,this._isAnimated()),s&&this.cycle()}_isAnimated(){return this._element.classList.contains(OC)}_getActive(){return U.findOne(FC,this._element)}_getItems(){return U.find(PC,this._element)}_clearInterval(){this._interval&&=(clearInterval(this._interval),null)}_directionToOrder(e){return rS()?e===gC?hC:mC:e===gC?mC:hC}_orderToDirection(e){return rS()?e===hC?gC:_C:e===hC?_C:gC}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`number`){n.to(t);return}if(typeof t==`string`){if(n[t]===void 0||t.startsWith(`_`)||t===`constructor`)throw TypeError(`No method named "${t}"`);n[t]()}})}};H.on(document,TC,RC,function(e){let t=U.getElementFromSelector(this);if(!t||!t.classList.contains(EC))return;e.preventDefault();let n=UC.getOrCreateInstance(t),r=this.getAttribute(`data-bs-slide-to`);if(r){n.to(r),n._maybeEnableCycle();return}if(OS.getDataAttribute(this,`slide`)===`next`){n.next(),n._maybeEnableCycle();return}n.prev(),n._maybeEnableCycle()}),H.on(window,wC,()=>{let e=U.find(zC);for(let t of e)UC.getOrCreateInstance(t)}),iS(UC);var WC=`collapse`,GC=`.bs.collapse`,KC=`.data-api`,qC=`show${GC}`,JC=`shown${GC}`,YC=`hide${GC}`,XC=`hidden${GC}`,ZC=`click${GC}${KC}`,QC=`show`,$C=`collapse`,ew=`collapsing`,tw=`collapsed`,nw=`:scope .${$C} .${$C}`,rw=`collapse-horizontal`,iw=`width`,aw=`height`,ow=`.collapse.show, .collapse.collapsing`,sw=`[data-bs-toggle="collapse"]`,cw={parent:null,toggle:!0},lw={parent:`(null|element)`,toggle:`boolean`},uw=class e extends jS{constructor(e,t){super(e,t),this._isTransitioning=!1,this._triggerArray=[];let n=U.find(sw);for(let e of n){let t=U.getSelectorFromElement(e),n=U.find(t).filter(e=>e===this._element);t!==null&&n.length&&this._triggerArray.push(e)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return cw}static get DefaultType(){return lw}static get NAME(){return WC}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t=[];if(this._config.parent&&(t=this._getFirstLevelChildren(ow).filter(e=>e!==this._element).map(t=>e.getOrCreateInstance(t,{toggle:!1}))),t.length&&t[0]._isTransitioning||H.trigger(this._element,qC).defaultPrevented)return;for(let e of t)e.hide();let n=this._getDimension();this._element.classList.remove($C),this._element.classList.add(ew),this._element.style[n]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;let r=()=>{this._isTransitioning=!1,this._element.classList.remove(ew),this._element.classList.add($C,QC),this._element.style[n]=``,H.trigger(this._element,JC)},i=`scroll${n[0].toUpperCase()+n.slice(1)}`;this._queueCallback(r,this._element,!0),this._element.style[n]=`${this._element[i]}px`}hide(){if(this._isTransitioning||!this._isShown()||H.trigger(this._element,YC).defaultPrevented)return;let e=this._getDimension();this._element.style[e]=`${this._element.getBoundingClientRect()[e]}px`,$x(this._element),this._element.classList.add(ew),this._element.classList.remove($C,QC);for(let e of this._triggerArray){let t=U.getElementFromSelector(e);t&&!this._isShown(t)&&this._addAriaAndCollapsedClass([e],!1)}this._isTransitioning=!0;let t=()=>{this._isTransitioning=!1,this._element.classList.remove(ew),this._element.classList.add($C),H.trigger(this._element,XC)};this._element.style[e]=``,this._queueCallback(t,this._element,!0)}_isShown(e=this._element){return e.classList.contains(QC)}_configAfterMerge(e){return e.toggle=!!e.toggle,e.parent=Jx(e.parent),e}_getDimension(){return this._element.classList.contains(rw)?iw:aw}_initializeChildren(){if(!this._config.parent)return;let e=this._getFirstLevelChildren(sw);for(let t of e){let e=U.getElementFromSelector(t);e&&this._addAriaAndCollapsedClass([t],this._isShown(e))}}_getFirstLevelChildren(e){let t=U.find(nw,this._config.parent);return U.find(e,this._config.parent).filter(e=>!t.includes(e))}_addAriaAndCollapsedClass(e,t){if(e.length)for(let n of e)n.classList.toggle(tw,!t),n.setAttribute(`aria-expanded`,t)}static jQueryInterface(t){let n={};return typeof t==`string`&&/show|hide/.test(t)&&(n.toggle=!1),this.each(function(){let r=e.getOrCreateInstance(this,n);if(typeof t==`string`){if(r[t]===void 0)throw TypeError(`No method named "${t}"`);r[t]()}})}};H.on(document,ZC,sw,function(e){(e.target.tagName===`A`||e.delegateTarget&&e.delegateTarget.tagName===`A`)&&e.preventDefault();for(let e of U.getMultipleElementsFromSelector(this))uw.getOrCreateInstance(e,{toggle:!1}).toggle()}),iS(uw);var dw=`dropdown`,fw=`.bs.dropdown`,pw=`.data-api`,mw=`Escape`,hw=`Tab`,gw=`ArrowUp`,_w=`ArrowDown`,vw=2,yw=`hide${fw}`,bw=`hidden${fw}`,xw=`show${fw}`,Sw=`shown${fw}`,Cw=`click${fw}${pw}`,ww=`keydown${fw}${pw}`,Tw=`keyup${fw}${pw}`,Ew=`show`,Dw=`dropup`,Ow=`dropend`,kw=`dropstart`,Aw=`dropup-center`,jw=`dropdown-center`,Mw=`[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)`,Nw=`${Mw}.${Ew}`,Pw=`.dropdown-menu`,Fw=`.navbar`,Iw=`.navbar-nav`,Lw=`.dropdown-menu .dropdown-item:not(.disabled):not(:disabled)`,Rw=rS()?`top-end`:`top-start`,zw=rS()?`top-start`:`top-end`,Bw=rS()?`bottom-end`:`bottom-start`,Vw=rS()?`bottom-start`:`bottom-end`,Hw=rS()?`left-start`:`right-start`,Uw=rS()?`right-start`:`left-start`,Ww=`top`,Gw=`bottom`,Kw={autoClose:!0,boundary:`clippingParents`,display:`dynamic`,offset:[0,2],popperConfig:null,reference:`toggle`},qw={autoClose:`(boolean|string)`,boundary:`(string|element)`,display:`string`,offset:`(array|string|function)`,popperConfig:`(null|object|function)`,reference:`(string|element|object)`},Jw=class e extends jS{constructor(e,t){super(e,t),this._popper=null,this._parent=this._element.parentNode,this._menu=U.next(this._element,Pw)[0]||U.prev(this._element,Pw)[0]||U.findOne(Pw,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return Kw}static get DefaultType(){return qw}static get NAME(){return dw}toggle(){return this._isShown()?this.hide():this.show()}show(){if(Xx(this._element)||this._isShown())return;let e={relatedTarget:this._element};if(!H.trigger(this._element,xw,e).defaultPrevented){if(this._createPopper(),`ontouchstart`in document.documentElement&&!this._parent.closest(Iw))for(let e of[].concat(...document.body.children))H.on(e,`mouseover`,Qx);this._element.focus(),this._element.setAttribute(`aria-expanded`,!0),this._menu.classList.add(Ew),this._element.classList.add(Ew),H.trigger(this._element,Sw,e)}}hide(){if(Xx(this._element)||!this._isShown())return;let 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(!H.trigger(this._element,yw,e).defaultPrevented){if(`ontouchstart`in document.documentElement)for(let e of[].concat(...document.body.children))H.off(e,`mouseover`,Qx);this._popper&&this._popper.destroy(),this._menu.classList.remove(Ew),this._element.classList.remove(Ew),this._element.setAttribute(`aria-expanded`,`false`),OS.removeDataAttribute(this._menu,`popper`),H.trigger(this._element,bw,e)}}_getConfig(e){if(e=super._getConfig(e),typeof e.reference==`object`&&!qx(e.reference)&&typeof e.reference.getBoundingClientRect!=`function`)throw TypeError(`${dw.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return e}_createPopper(){if(Ix===void 0)throw TypeError(`Bootstrap's dropdowns require Popper (https://popper.js.org/docs/v2/)`);let e=this._element;this._config.reference===`parent`?e=this._parent:qx(this._config.reference)?e=Jx(this._config.reference):typeof this._config.reference==`object`&&(e=this._config.reference);let t=this._getPopperConfig();this._popper=Fx(e,this._menu,t)}_isShown(){return this._menu.classList.contains(Ew)}_getPlacement(){let e=this._parent;if(e.classList.contains(Ow))return Hw;if(e.classList.contains(kw))return Uw;if(e.classList.contains(Aw))return Ww;if(e.classList.contains(jw))return Gw;let t=getComputedStyle(this._menu).getPropertyValue(`--bs-position`).trim()===`end`;return e.classList.contains(Dw)?t?zw:Rw:t?Vw:Bw}_detectNavbar(){return this._element.closest(Fw)!==null}_getOffset(){let{offset:e}=this._config;return typeof e==`string`?e.split(`,`).map(e=>Number.parseInt(e,10)):typeof e==`function`?t=>e(t,this._element):e}_getPopperConfig(){let 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`)&&(OS.setDataAttribute(this._menu,`popper`,`static`),e.modifiers=[{name:`applyStyles`,enabled:!1}]),{...e,...aS(this._config.popperConfig,[void 0,e])}}_selectMenuItem({key:e,target:t}){let n=U.find(Lw,this._menu).filter(e=>Yx(e));n.length&&sS(n,t,e===_w,!n.includes(t)).focus()}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0)throw TypeError(`No method named "${t}"`);n[t]()}})}static clearMenus(t){if(t.button===vw||t.type===`keyup`&&t.key!==hw)return;let n=U.find(Nw);for(let r of n){let n=e.getInstance(r);if(!n||n._config.autoClose===!1)continue;let i=t.composedPath(),a=i.includes(n._menu);if(i.includes(n._element)||n._config.autoClose===`inside`&&!a||n._config.autoClose===`outside`&&a||n._menu.contains(t.target)&&(t.type===`keyup`&&t.key===hw||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;let o={relatedTarget:n._element};t.type===`click`&&(o.clickEvent=t),n._completeHide(o)}}static dataApiKeydownHandler(t){let n=/input|textarea/i.test(t.target.tagName),r=t.key===mw,i=[gw,_w].includes(t.key);if(!i&&!r||n&&!r)return;t.preventDefault();let a=this.matches(Mw)?this:U.prev(this,Mw)[0]||U.next(this,Mw)[0]||U.findOne(Mw,t.delegateTarget.parentNode),o=e.getOrCreateInstance(a);if(i){t.stopPropagation(),o.show(),o._selectMenuItem(t);return}o._isShown()&&(t.stopPropagation(),o.hide(),a.focus())}};H.on(document,ww,Mw,Jw.dataApiKeydownHandler),H.on(document,ww,Pw,Jw.dataApiKeydownHandler),H.on(document,Cw,Jw.clearMenus),H.on(document,Tw,Jw.clearMenus),H.on(document,Cw,Mw,function(e){e.preventDefault(),Jw.getOrCreateInstance(this).toggle()}),iS(Jw);var Yw=`backdrop`,Xw=`fade`,Zw=`show`,Qw=`mousedown.bs.${Yw}`,$w={className:`modal-backdrop`,clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:`body`},eT={className:`string`,clickCallback:`(function|null)`,isAnimated:`boolean`,isVisible:`boolean`,rootElement:`(element|string)`},tT=class extends kS{constructor(e){super(),this._config=this._getConfig(e),this._isAppended=!1,this._element=null}static get Default(){return $w}static get DefaultType(){return eT}static get NAME(){return Yw}show(e){if(!this._config.isVisible){aS(e);return}this._append();let t=this._getElement();this._config.isAnimated&&$x(t),t.classList.add(Zw),this._emulateAnimation(()=>{aS(e)})}hide(e){if(!this._config.isVisible){aS(e);return}this._getElement().classList.remove(Zw),this._emulateAnimation(()=>{this.dispose(),aS(e)})}dispose(){this._isAppended&&=(H.off(this._element,Qw),this._element.remove(),!1)}_getElement(){if(!this._element){let e=document.createElement(`div`);e.className=this._config.className,this._config.isAnimated&&e.classList.add(Xw),this._element=e}return this._element}_configAfterMerge(e){return e.rootElement=Jx(e.rootElement),e}_append(){if(this._isAppended)return;let e=this._getElement();this._config.rootElement.append(e),H.on(e,Qw,()=>{aS(this._config.clickCallback)}),this._isAppended=!0}_emulateAnimation(e){oS(e,this._getElement(),this._config.isAnimated)}},nT=`focustrap`,rT=`.bs.focustrap`,iT=`focusin${rT}`,aT=`keydown.tab${rT}`,oT=`Tab`,sT=`forward`,cT=`backward`,lT={autofocus:!0,trapElement:null},uT={autofocus:`boolean`,trapElement:`element`},dT=class extends kS{constructor(e){super(),this._config=this._getConfig(e),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return lT}static get DefaultType(){return uT}static get NAME(){return nT}activate(){this._isActive||=(this._config.autofocus&&this._config.trapElement.focus(),H.off(document,rT),H.on(document,iT,e=>this._handleFocusin(e)),H.on(document,aT,e=>this._handleKeydown(e)),!0)}deactivate(){this._isActive&&(this._isActive=!1,H.off(document,rT))}_handleFocusin(e){let{trapElement:t}=this._config;if(e.target===document||e.target===t||t.contains(e.target))return;let n=U.focusableChildren(t);n.length===0?t.focus():this._lastTabNavDirection===cT?n[n.length-1].focus():n[0].focus()}_handleKeydown(e){e.key===oT&&(this._lastTabNavDirection=e.shiftKey?cT:sT)}},fT=`.fixed-top, .fixed-bottom, .is-fixed, .sticky-top`,pT=`.sticky-top`,mT=`padding-right`,hT=`margin-right`,gT=class{constructor(){this._element=document.body}getWidth(){let e=document.documentElement.clientWidth;return Math.abs(window.innerWidth-e)}hide(){let e=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,mT,t=>t+e),this._setElementAttributes(fT,mT,t=>t+e),this._setElementAttributes(pT,hT,t=>t-e)}reset(){this._resetElementAttributes(this._element,`overflow`),this._resetElementAttributes(this._element,mT),this._resetElementAttributes(fT,mT),this._resetElementAttributes(pT,hT)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,`overflow`),this._element.style.overflow=`hidden`}_setElementAttributes(e,t,n){let r=this.getWidth();this._applyManipulationCallback(e,e=>{if(e!==this._element&&window.innerWidth>e.clientWidth+r)return;this._saveInitialAttribute(e,t);let i=window.getComputedStyle(e).getPropertyValue(t);e.style.setProperty(t,`${n(Number.parseFloat(i))}px`)})}_saveInitialAttribute(e,t){let n=e.style.getPropertyValue(t);n&&OS.setDataAttribute(e,t,n)}_resetElementAttributes(e,t){this._applyManipulationCallback(e,e=>{let n=OS.getDataAttribute(e,t);if(n===null){e.style.removeProperty(t);return}OS.removeDataAttribute(e,t),e.style.setProperty(t,n)})}_applyManipulationCallback(e,t){if(qx(e)){t(e);return}for(let n of U.find(e,this._element))t(n)}},_T=`modal`,vT=`.bs.modal`,yT=`.data-api`,bT=`Escape`,xT=`hide${vT}`,ST=`hidePrevented${vT}`,CT=`hidden${vT}`,wT=`show${vT}`,TT=`shown${vT}`,ET=`resize${vT}`,DT=`click.dismiss${vT}`,OT=`mousedown.dismiss${vT}`,kT=`keydown.dismiss${vT}`,AT=`click${vT}${yT}`,jT=`modal-open`,MT=`fade`,NT=`show`,PT=`modal-static`,FT=`.modal.show`,IT=`.modal-dialog`,LT=`.modal-body`,RT=`[data-bs-toggle="modal"]`,zT={backdrop:!0,focus:!0,keyboard:!0},BT={backdrop:`(boolean|string)`,focus:`boolean`,keyboard:`boolean`},VT=class e extends jS{constructor(e,t){super(e,t),this._dialog=U.findOne(IT,this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new gT,this._addEventListeners()}static get Default(){return zT}static get DefaultType(){return BT}static get NAME(){return _T}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||this._isTransitioning||H.trigger(this._element,wT,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(jT),this._adjustDialog(),this._backdrop.show(()=>this._showElement(e)))}hide(){!this._isShown||this._isTransitioning||H.trigger(this._element,xT).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(NT),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated()))}dispose(){H.off(window,vT),H.off(this._dialog,vT),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new tT({isVisible:!!this._config.backdrop,isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new dT({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;let t=U.findOne(LT,this._dialog);t&&(t.scrollTop=0),$x(this._element),this._element.classList.add(NT),this._queueCallback(()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,H.trigger(this._element,TT,{relatedTarget:e})},this._dialog,this._isAnimated())}_addEventListeners(){H.on(this._element,kT,e=>{if(e.key===bT){if(this._config.keyboard){this.hide();return}this._triggerBackdropTransition()}}),H.on(window,ET,()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),H.on(this._element,OT,e=>{H.one(this._element,DT,t=>{if(!(this._element!==e.target||this._element!==t.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(jT),this._resetAdjustments(),this._scrollBar.reset(),H.trigger(this._element,CT)})}_isAnimated(){return this._element.classList.contains(MT)}_triggerBackdropTransition(){if(H.trigger(this._element,ST).defaultPrevented)return;let e=this._element.scrollHeight>document.documentElement.clientHeight,t=this._element.style.overflowY;t===`hidden`||this._element.classList.contains(PT)||(e||(this._element.style.overflowY=`hidden`),this._element.classList.add(PT),this._queueCallback(()=>{this._element.classList.remove(PT),this._queueCallback(()=>{this._element.style.overflowY=t},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){let e=this._element.scrollHeight>document.documentElement.clientHeight,t=this._scrollBar.getWidth(),n=t>0;if(n&&!e){let e=rS()?`paddingLeft`:`paddingRight`;this._element.style[e]=`${t}px`}if(!n&&e){let e=rS()?`paddingRight`:`paddingLeft`;this._element.style[e]=`${t}px`}}_resetAdjustments(){this._element.style.paddingLeft=``,this._element.style.paddingRight=``}static jQueryInterface(t,n){return this.each(function(){let r=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(r[t]===void 0)throw TypeError(`No method named "${t}"`);r[t](n)}})}};H.on(document,AT,RT,function(e){let t=U.getElementFromSelector(this);[`A`,`AREA`].includes(this.tagName)&&e.preventDefault(),H.one(t,wT,e=>{e.defaultPrevented||H.one(t,CT,()=>{Yx(this)&&this.focus()})});let n=U.findOne(FT);n&&VT.getInstance(n).hide(),VT.getOrCreateInstance(t).toggle(this)}),NS(VT),iS(VT);var HT=`offcanvas`,UT=`.bs.offcanvas`,WT=`.data-api`,GT=`load${UT}${WT}`,KT=`Escape`,qT=`show`,JT=`showing`,YT=`hiding`,XT=`offcanvas-backdrop`,ZT=`.offcanvas.show`,QT=`show${UT}`,$T=`shown${UT}`,eE=`hide${UT}`,tE=`hidePrevented${UT}`,nE=`hidden${UT}`,rE=`resize${UT}`,iE=`click${UT}${WT}`,aE=`keydown.dismiss${UT}`,oE=`[data-bs-toggle="offcanvas"]`,sE={backdrop:!0,keyboard:!0,scroll:!1},cE={backdrop:`(boolean|string)`,keyboard:`boolean`,scroll:`boolean`},lE=class e extends jS{constructor(e,t){super(e,t),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return sE}static get DefaultType(){return cE}static get NAME(){return HT}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||H.trigger(this._element,QT,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._backdrop.show(),this._config.scroll||new gT().hide(),this._element.setAttribute(`aria-modal`,!0),this._element.setAttribute(`role`,`dialog`),this._element.classList.add(JT),this._queueCallback(()=>{(!this._config.scroll||this._config.backdrop)&&this._focustrap.activate(),this._element.classList.add(qT),this._element.classList.remove(JT),H.trigger(this._element,$T,{relatedTarget:e})},this._element,!0))}hide(){!this._isShown||H.trigger(this._element,eE).defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(YT),this._backdrop.hide(),this._queueCallback(()=>{this._element.classList.remove(qT,YT),this._element.removeAttribute(`aria-modal`),this._element.removeAttribute(`role`),this._config.scroll||new gT().reset(),H.trigger(this._element,nE)},this._element,!0))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){let e=()=>{if(this._config.backdrop===`static`){H.trigger(this._element,tE);return}this.hide()},t=!!this._config.backdrop;return new tT({className:XT,isVisible:t,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:t?e:null})}_initializeFocusTrap(){return new dT({trapElement:this._element})}_addEventListeners(){H.on(this._element,aE,e=>{if(e.key===KT){if(this._config.keyboard){this.hide();return}H.trigger(this._element,tE)}})}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0||t.startsWith(`_`)||t===`constructor`)throw TypeError(`No method named "${t}"`);n[t](this)}})}};H.on(document,iE,oE,function(e){let t=U.getElementFromSelector(this);if([`A`,`AREA`].includes(this.tagName)&&e.preventDefault(),Xx(this))return;H.one(t,nE,()=>{Yx(this)&&this.focus()});let n=U.findOne(ZT);n&&n!==t&&lE.getInstance(n).hide(),lE.getOrCreateInstance(t).toggle(this)}),H.on(window,GT,()=>{for(let e of U.find(ZT))lE.getOrCreateInstance(e).show()}),H.on(window,rE,()=>{for(let e of U.find(`[aria-modal][class*=show][class*=offcanvas-]`))getComputedStyle(e).position!==`fixed`&&lE.getOrCreateInstance(e).hide()}),NS(lE),iS(lE);var uE={"*":[`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:[]},dE=new Set([`background`,`cite`,`href`,`itemtype`,`longdesc`,`poster`,`src`,`xlink:href`]),fE=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,pE=(e,t)=>{let n=e.nodeName.toLowerCase();return t.includes(n)?dE.has(n)?!!fE.test(e.nodeValue):!0:t.filter(e=>e instanceof RegExp).some(e=>e.test(n))};function mE(e,t,n){if(!e.length)return e;if(n&&typeof n==`function`)return n(e);let r=new window.DOMParser().parseFromString(e,`text/html`),i=[].concat(...r.body.querySelectorAll(`*`));for(let e of i){let n=e.nodeName.toLowerCase();if(!Object.keys(t).includes(n)){e.remove();continue}let r=[].concat(...e.attributes),i=[].concat(t[`*`]||[],t[n]||[]);for(let t of r)pE(t,i)||e.removeAttribute(t.nodeName)}return r.body.innerHTML}var hE=`TemplateFactory`,gE={allowList:uE,content:{},extraClass:``,html:!1,sanitize:!0,sanitizeFn:null,template:`<div></div>`},_E={allowList:`object`,content:`object`,extraClass:`(string|function)`,html:`boolean`,sanitize:`boolean`,sanitizeFn:`(null|function)`,template:`string`},vE={entry:`(string|element|function|null)`,selector:`(string|element)`},yE=class extends kS{constructor(e){super(),this._config=this._getConfig(e)}static get Default(){return gE}static get DefaultType(){return _E}static get NAME(){return hE}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(){let e=document.createElement(`div`);e.innerHTML=this._maybeSanitize(this._config.template);for(let[t,n]of Object.entries(this._config.content))this._setContent(e,n,t);let t=e.children[0],n=this._resolvePossibleFunction(this._config.extraClass);return n&&t.classList.add(...n.split(` `)),t}_typeCheckConfig(e){super._typeCheckConfig(e),this._checkContent(e.content)}_checkContent(e){for(let[t,n]of Object.entries(e))super._typeCheckConfig({selector:t,entry:n},vE)}_setContent(e,t,n){let r=U.findOne(n,e);if(r){if(t=this._resolvePossibleFunction(t),!t){r.remove();return}if(qx(t)){this._putElementInTemplate(Jx(t),r);return}if(this._config.html){r.innerHTML=this._maybeSanitize(t);return}r.textContent=t}}_maybeSanitize(e){return this._config.sanitize?mE(e,this._config.allowList,this._config.sanitizeFn):e}_resolvePossibleFunction(e){return aS(e,[void 0,this])}_putElementInTemplate(e,t){if(this._config.html){t.innerHTML=``,t.append(e);return}t.textContent=e.textContent}},bE=`tooltip`,xE=new Set([`sanitize`,`allowList`,`sanitizeFn`]),SE=`fade`,CE=`modal`,wE=`show`,TE=`.tooltip-inner`,EE=`.${CE}`,DE=`hide.bs.modal`,OE=`hover`,kE=`focus`,AE=`click`,jE=`manual`,ME=`hide`,NE=`hidden`,PE=`show`,FE=`shown`,IE=`inserted`,LE=`click`,RE=`focusin`,zE=`focusout`,BE=`mouseenter`,VE=`mouseleave`,HE={AUTO:`auto`,TOP:`top`,RIGHT:rS()?`left`:`right`,BOTTOM:`bottom`,LEFT:rS()?`right`:`left`},UE={allowList:uE,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`},WE={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`},GE=class e extends jS{constructor(e,t){if(Ix===void 0)throw TypeError(`Bootstrap's tooltips require Popper (https://popper.js.org/docs/v2/)`);super(e,t),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 UE}static get DefaultType(){return WE}static get NAME(){return bE}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),H.off(this._element.closest(EE),DE,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 Error(`Please use show on visible elements`);if(!(this._isWithContent()&&this._isEnabled))return;let e=H.trigger(this._element,this.constructor.eventName(PE)),t=(Zx(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(e.defaultPrevented||!t)return;this._disposePopper();let n=this._getTipElement();this._element.setAttribute(`aria-describedby`,n.getAttribute(`id`));let{container:r}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(r.append(n),H.trigger(this._element,this.constructor.eventName(IE))),this._popper=this._createPopper(n),n.classList.add(wE),`ontouchstart`in document.documentElement)for(let e of[].concat(...document.body.children))H.on(e,`mouseover`,Qx);this._queueCallback(()=>{H.trigger(this._element,this.constructor.eventName(FE)),this._isHovered===!1&&this._leave(),this._isHovered=!1},this.tip,this._isAnimated())}hide(){if(!(!this._isShown()||H.trigger(this._element,this.constructor.eventName(ME)).defaultPrevented)){if(this._getTipElement().classList.remove(wE),`ontouchstart`in document.documentElement)for(let e of[].concat(...document.body.children))H.off(e,`mouseover`,Qx);this._activeTrigger[AE]=!1,this._activeTrigger[kE]=!1,this._activeTrigger[OE]=!1,this._isHovered=null,this._queueCallback(()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute(`aria-describedby`),H.trigger(this._element,this.constructor.eventName(NE)))},this.tip,this._isAnimated())}}update(){this._popper&&this._popper.update()}_isWithContent(){return!!this._getTitle()}_getTipElement(){return this.tip||=this._createTipElement(this._newContent||this._getContentForTemplate()),this.tip}_createTipElement(e){let t=this._getTemplateFactory(e).toHtml();if(!t)return null;t.classList.remove(SE,wE),t.classList.add(`bs-${this.constructor.NAME}-auto`);let n=Wx(this.constructor.NAME).toString();return t.setAttribute(`id`,n),this._isAnimated()&&t.classList.add(SE),t}setContent(e){this._newContent=e,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(e){return this._templateFactory?this._templateFactory.changeContent(e):this._templateFactory=new yE({...this._config,content:e,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{[TE]: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(SE)}_isShown(){return this.tip&&this.tip.classList.contains(wE)}_createPopper(e){let t=HE[aS(this._config.placement,[this,e,this._element]).toUpperCase()];return Fx(this._element,e,this._getPopperConfig(t))}_getOffset(){let{offset:e}=this._config;return typeof e==`string`?e.split(`,`).map(e=>Number.parseInt(e,10)):typeof e==`function`?t=>e(t,this._element):e}_resolvePossibleFunction(e){return aS(e,[this._element,this._element])}_getPopperConfig(e){let t={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:e=>{this._getTipElement().setAttribute(`data-popper-placement`,e.state.placement)}}]};return{...t,...aS(this._config.popperConfig,[void 0,t])}}_setListeners(){let e=this._config.trigger.split(` `);for(let t of e)if(t===`click`)H.on(this._element,this.constructor.eventName(LE),this._config.selector,e=>{let t=this._initializeOnDelegatedTarget(e);t._activeTrigger[AE]=!(t._isShown()&&t._activeTrigger[AE]),t.toggle()});else if(t!==jE){let e=t===OE?this.constructor.eventName(BE):this.constructor.eventName(RE),n=t===OE?this.constructor.eventName(VE):this.constructor.eventName(zE);H.on(this._element,e,this._config.selector,e=>{let t=this._initializeOnDelegatedTarget(e);t._activeTrigger[e.type===`focusin`?kE:OE]=!0,t._enter()}),H.on(this._element,n,this._config.selector,e=>{let t=this._initializeOnDelegatedTarget(e);t._activeTrigger[e.type===`focusout`?kE:OE]=t._element.contains(e.relatedTarget),t._leave()})}this._hideModalHandler=()=>{this._element&&this.hide()},H.on(this._element.closest(EE),DE,this._hideModalHandler)}_fixTitle(){let 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,t){clearTimeout(this._timeout),this._timeout=setTimeout(e,t)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(e){let t=OS.getDataAttributes(this._element);for(let e of Object.keys(t))xE.has(e)&&delete t[e];return e={...t,...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:Jx(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(){let e={};for(let[t,n]of Object.entries(this._config))this.constructor.Default[t]!==n&&(e[t]=n);return e.selector=!1,e.trigger=`manual`,e}_disposePopper(){this._popper&&=(this._popper.destroy(),null),this.tip&&=(this.tip.remove(),null)}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0)throw TypeError(`No method named "${t}"`);n[t]()}})}};iS(GE);var KE=`popover`,qE=`.popover-header`,JE=`.popover-body`,YE={...GE.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`},XE={...GE.DefaultType,content:`(null|string|element|function)`},ZE=class e extends GE{static get Default(){return YE}static get DefaultType(){return XE}static get NAME(){return KE}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{[qE]:this._getTitle(),[JE]:this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0)throw TypeError(`No method named "${t}"`);n[t]()}})}};iS(ZE);var QE=`scrollspy`,$E=`.bs.scrollspy`,eD=`.data-api`,tD=`activate${$E}`,nD=`click${$E}`,rD=`load${$E}${eD}`,iD=`dropdown-item`,aD=`active`,oD=`[data-bs-spy="scroll"]`,sD=`[href]`,cD=`.nav, .list-group`,lD=`.nav-link`,uD=`${lD}, .nav-item > ${lD}, .list-group-item`,dD=`.dropdown`,fD=`.dropdown-toggle`,pD={offset:null,rootMargin:`0px 0px -25%`,smoothScroll:!1,target:null,threshold:[.1,.5,1]},mD={offset:`(number|null)`,rootMargin:`string`,smoothScroll:`boolean`,target:`element`,threshold:`array`},hD=class e extends jS{constructor(e,t){super(e,t),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 pD}static get DefaultType(){return mD}static get NAME(){return QE}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(let e of this._observableSections.values())this._observer.observe(e)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(e){return e.target=Jx(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(e=>Number.parseFloat(e))),e}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(H.off(this._config.target,nD),H.on(this._config.target,nD,sD,e=>{let t=this._observableSections.get(e.target.hash);if(t){e.preventDefault();let n=this._rootElement||window,r=t.offsetTop-this._element.offsetTop;if(n.scrollTo){n.scrollTo({top:r,behavior:`smooth`});return}n.scrollTop=r}}))}_getNewObserver(){let e={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver(e=>this._observerCallback(e),e)}_observerCallback(e){let t=e=>this._targetLinks.get(`#${e.target.id}`),n=e=>{this._previousScrollData.visibleEntryTop=e.target.offsetTop,this._process(t(e))},r=(this._rootElement||document.documentElement).scrollTop,i=r>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=r;for(let a of e){if(!a.isIntersecting){this._activeTarget=null,this._clearActiveClass(t(a));continue}let e=a.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(i&&e){if(n(a),!r)return;continue}!i&&!e&&n(a)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;let e=U.find(sD,this._config.target);for(let t of e){if(!t.hash||Xx(t))continue;let e=U.findOne(decodeURI(t.hash),this._element);Yx(e)&&(this._targetLinks.set(decodeURI(t.hash),t),this._observableSections.set(t.hash,e))}}_process(e){this._activeTarget!==e&&(this._clearActiveClass(this._config.target),this._activeTarget=e,e.classList.add(aD),this._activateParents(e),H.trigger(this._element,tD,{relatedTarget:e}))}_activateParents(e){if(e.classList.contains(iD)){U.findOne(fD,e.closest(dD)).classList.add(aD);return}for(let t of U.parents(e,cD))for(let e of U.prev(t,uD))e.classList.add(aD)}_clearActiveClass(e){e.classList.remove(aD);let t=U.find(`${sD}.${aD}`,e);for(let e of t)e.classList.remove(aD)}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0||t.startsWith(`_`)||t===`constructor`)throw TypeError(`No method named "${t}"`);n[t]()}})}};H.on(window,rD,()=>{for(let e of U.find(oD))hD.getOrCreateInstance(e)}),iS(hD);var gD=`tab`,_D=`.bs.tab`,vD=`hide${_D}`,yD=`hidden${_D}`,bD=`show${_D}`,xD=`shown${_D}`,SD=`click${_D}`,CD=`keydown${_D}`,wD=`load${_D}`,TD=`ArrowLeft`,ED=`ArrowRight`,DD=`ArrowUp`,OD=`ArrowDown`,kD=`Home`,AD=`End`,jD=`active`,MD=`fade`,ND=`show`,PD=`dropdown`,FD=`.dropdown-toggle`,ID=`.dropdown-menu`,LD=`:not(${FD})`,RD=`.list-group, .nav, [role="tablist"]`,zD=`.nav-item, .list-group-item`,BD=`.nav-link${LD}, .list-group-item${LD}, [role="tab"]${LD}`,VD=`[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]`,HD=`${BD}, ${VD}`,UD=`.${jD}[data-bs-toggle="tab"], .${jD}[data-bs-toggle="pill"], .${jD}[data-bs-toggle="list"]`,WD=class e extends jS{constructor(e){super(e),this._parent=this._element.closest(RD),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),H.on(this._element,CD,e=>this._keydown(e)))}static get NAME(){return gD}show(){let e=this._element;if(this._elemIsActive(e))return;let t=this._getActiveElem(),n=t?H.trigger(t,vD,{relatedTarget:e}):null;H.trigger(e,bD,{relatedTarget:t}).defaultPrevented||n&&n.defaultPrevented||(this._deactivate(t,e),this._activate(e,t))}_activate(e,t){e&&(e.classList.add(jD),this._activate(U.getElementFromSelector(e)),this._queueCallback(()=>{if(e.getAttribute(`role`)!==`tab`){e.classList.add(ND);return}e.removeAttribute(`tabindex`),e.setAttribute(`aria-selected`,!0),this._toggleDropDown(e,!0),H.trigger(e,xD,{relatedTarget:t})},e,e.classList.contains(MD)))}_deactivate(e,t){e&&(e.classList.remove(jD),e.blur(),this._deactivate(U.getElementFromSelector(e)),this._queueCallback(()=>{if(e.getAttribute(`role`)!==`tab`){e.classList.remove(ND);return}e.setAttribute(`aria-selected`,!1),e.setAttribute(`tabindex`,`-1`),this._toggleDropDown(e,!1),H.trigger(e,yD,{relatedTarget:t})},e,e.classList.contains(MD)))}_keydown(t){if(![TD,ED,DD,OD,kD,AD].includes(t.key))return;t.stopPropagation(),t.preventDefault();let n=this._getChildren().filter(e=>!Xx(e)),r;if([kD,AD].includes(t.key))r=n[t.key===kD?0:n.length-1];else{let e=[ED,OD].includes(t.key);r=sS(n,t.target,e,!0)}r&&(r.focus({preventScroll:!0}),e.getOrCreateInstance(r).show())}_getChildren(){return U.find(HD,this._parent)}_getActiveElem(){return this._getChildren().find(e=>this._elemIsActive(e))||null}_setInitialAttributes(e,t){this._setAttributeIfNotExists(e,`role`,`tablist`);for(let e of t)this._setInitialAttributesOnChild(e)}_setInitialAttributesOnChild(e){e=this._getInnerElement(e);let t=this._elemIsActive(e),n=this._getOuterElement(e);e.setAttribute(`aria-selected`,t),n!==e&&this._setAttributeIfNotExists(n,`role`,`presentation`),t||e.setAttribute(`tabindex`,`-1`),this._setAttributeIfNotExists(e,`role`,`tab`),this._setInitialAttributesOnTargetPanel(e)}_setInitialAttributesOnTargetPanel(e){let t=U.getElementFromSelector(e);t&&(this._setAttributeIfNotExists(t,`role`,`tabpanel`),e.id&&this._setAttributeIfNotExists(t,`aria-labelledby`,`${e.id}`))}_toggleDropDown(e,t){let n=this._getOuterElement(e);if(!n.classList.contains(PD))return;let r=(e,r)=>{let i=U.findOne(e,n);i&&i.classList.toggle(r,t)};r(FD,jD),r(ID,ND),n.setAttribute(`aria-expanded`,t)}_setAttributeIfNotExists(e,t,n){e.hasAttribute(t)||e.setAttribute(t,n)}_elemIsActive(e){return e.classList.contains(jD)}_getInnerElement(e){return e.matches(HD)?e:U.findOne(HD,e)}_getOuterElement(e){return e.closest(zD)||e}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this);if(typeof t==`string`){if(n[t]===void 0||t.startsWith(`_`)||t===`constructor`)throw TypeError(`No method named "${t}"`);n[t]()}})}};H.on(document,SD,VD,function(e){[`A`,`AREA`].includes(this.tagName)&&e.preventDefault(),!Xx(this)&&WD.getOrCreateInstance(this).show()}),H.on(window,wD,()=>{for(let e of U.find(UD))WD.getOrCreateInstance(e)}),iS(WD);var GD=`toast`,KD=`.bs.toast`,qD=`mouseover${KD}`,JD=`mouseout${KD}`,YD=`focusin${KD}`,XD=`focusout${KD}`,ZD=`hide${KD}`,QD=`hidden${KD}`,$D=`show${KD}`,eO=`shown${KD}`,tO=`fade`,nO=`hide`,rO=`show`,iO=`showing`,aO={animation:`boolean`,autohide:`boolean`,delay:`number`},oO={animation:!0,autohide:!0,delay:5e3},sO=class e extends jS{constructor(e,t){super(e,t),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return oO}static get DefaultType(){return aO}static get NAME(){return GD}show(){H.trigger(this._element,$D).defaultPrevented||(this._clearTimeout(),this._config.animation&&this._element.classList.add(tO),this._element.classList.remove(nO),$x(this._element),this._element.classList.add(rO,iO),this._queueCallback(()=>{this._element.classList.remove(iO),H.trigger(this._element,eO),this._maybeScheduleHide()},this._element,this._config.animation))}hide(){!this.isShown()||H.trigger(this._element,ZD).defaultPrevented||(this._element.classList.add(iO),this._queueCallback(()=>{this._element.classList.add(nO),this._element.classList.remove(iO,rO),H.trigger(this._element,QD)},this._element,this._config.animation))}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(rO),super.dispose()}isShown(){return this._element.classList.contains(rO)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(e,t){switch(e.type){case`mouseover`:case`mouseout`:this._hasMouseInteraction=t;break;case`focusin`:case`focusout`:this._hasKeyboardInteraction=t;break}if(t){this._clearTimeout();return}let n=e.relatedTarget;this._element===n||this._element.contains(n)||this._maybeScheduleHide()}_setListeners(){H.on(this._element,qD,e=>this._onInteraction(e,!0)),H.on(this._element,JD,e=>this._onInteraction(e,!1)),H.on(this._element,YD,e=>this._onInteraction(e,!0)),H.on(this._element,XD,e=>this._onInteraction(e,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each(function(){let n=e.getOrCreateInstance(this,t);if(typeof t==`string`){if(n[t]===void 0)throw TypeError(`No method named "${t}"`);n[t](this)}})}};NS(sO),iS(sO);function cO(e=void 0){let t=e=>a(`Succesvol`,e,b_.SUCCESS),n=e=>a(`Waarschuwing`,e,b_.WARNING),r=e=>a(`Informatie`,e,b_.INFO),i=e=>a(`Mislukt`,e,b_.DANGER);function a(t,n,r){let i=`toast-${Ia()}`,a={id:i,variant:r,title:t,text:n},s=document.querySelector(`.toast-container`);if(!s){console.error(`There was no element with class 'toast-container' found, which is required for useToaster.`);return}let c=(0,u.h)(w_,a),l=(0,u.createApp)({render:()=>c}).mount(document.createElement(`div`));s.appendChild(l.$el);let d=document.querySelector(`#${i}`);d&&(sO.getOrCreateInstance(d,e).show(),o(d))}function o(e){function t(e,t){e.forEach(e=>{if(e.attributeName!=`class`)return;let n=e.target;if(n.classList.contains(`hide`)){n.remove(),t.disconnect();return}})}new MutationObserver(t).observe(e,{attributes:!0})}return{showSuccessToast:t,showInformationToast:r,showWarningToast:n,showDangerToast:i}}var lO={class:`bd-file-upload`},uO={class:`flex align-items-center justify-content-between gap-2`},dO={key:0,class:`preview-container`},fO=(0,u.defineComponent)({__name:`BDFileUpload`,props:{modelValue:{},buttonText:{default:void 0},multiple:{type:Boolean,default:!1},errorMessage:{default:void 0},fileSizeExceededMessage:{default:void 0},acceptedFiles:{default:`.jpg`},url:{default:``},tag:{default:`form`},token:{default:``}},emits:[`update:modelValue`],setup(e,{emit:t}){let{showDangerToast:n}=cO(),{t:r}=Ay.global,i=e,a=t,o=(0,u.ref)(null),s=(0,u.ref)([]);(0,u.watch)(()=>i.modelValue,e=>{o.value&&(o.value.files=o.value.files.filter(t=>e.files.some(e=>e.Naam===t.name)))},{deep:!0});let c=(0,u.computed)(()=>({variant:xa.PRIMARY,size:Aa.SM})),l=hg(i,`modelValue`,a),d=async e=>{let t=Array.isArray(e.files)?e.files:[e.files];s.value.push(...t.map(e=>({name:e.name,previewUrl:e.objectURL})));for(let e of t){let t=new FormData;t.append(`file`,e);try{let n={method:`POST`,headers:{RequestVerificationToken:i.token},body:t};f(e,await(await fetch(i.url,n)).json())}catch{n(i.errorMessage||r(`fileUpload.errorMessage`))}}s.value=[],o.value&&o.value.clear()},f=(e,t)=>{let n=s.value.findIndex(t=>t.name==e.name);n!==-1&&s.value.splice(n,1),l.value.files.push({previewUrl:e.objectURL,UUID:e.name,CorrelationId:t.CorrelationId,name:t.Naam,Naam:t.Naam})},p=e=>{let t=l.value.files.indexOf(e);t!==-1&&l.value.files.splice(t,1),t=s.value.indexOf(e),t!==-1&&s.value.splice(t,1)};return(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,lO,[(0,u.createVNode)((0,u.unref)(wy),{ref_key:`fileUploadRef`,ref:o,multiple:i.multiple,"max-file-size":10485760,accept:i.acceptedFiles,auto:!0,"max-files":i.multiple?10:1,"custom-upload":!0,name:`file`,onUploader:d},{header:(0,u.withCtx)(({chooseCallback:e})=>[(0,u.createElementVNode)(`div`,uO,[(0,u.createVNode)(A,(0,u.mergeProps)(c.value,{onClick:e}),{default:(0,u.withCtx)(()=>[(0,u.createVNode)((0,u.unref)(k)),(0,u.createTextVNode)(` `+(0,u.toDisplayString)(i.buttonText),1)]),_:1},16,[`onClick`])])]),content:(0,u.withCtx)(()=>[s.value||(0,u.unref)(l)&&(0,u.unref)(l).files&&(0,u.unref)(l).files.length!==0?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,dO,[(0,u.unref)(l)&&(0,u.unref)(l).files?((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,{key:0},(0,u.renderList)((0,u.unref)(l).files,(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(hv,{key:t,file:e,"is-pending":!1,onRemove:p},null,8,[`file`]))),128)):(0,u.createCommentVNode)(``,!0),s.value?((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,{key:1},(0,u.renderList)(s.value,(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(hv,{key:t,file:e,"is-pending":!0,onRemove:p},null,8,[`file`]))),128)):(0,u.createCommentVNode)(``,!0)])):(0,u.createCommentVNode)(``,!0)]),_:1},8,[`multiple`,`accept`,`max-files`])]))}}),pO=[`id`,`value`,`disabled`],mO=[`for`],hO={class:`invalid-feedback`},gO={__name:`BDFormMultipleCheckbox`,props:{modelValue:{type:Array,required:!0},options:{type:Array,required:!0},selectAllText:{type:String,default:null},state:{type:Boolean,default:!0},errorMessage:{type:String,default:null},overflow:{type:Boolean,default:!1}},emits:[`update:modelValue`,`on-input`,`change-department`],setup(e,{emit:t}){let n=e,r=t,{t:i}=Ju(),a=(0,u.ref)(n.modelValue),o=(0,u.computed)(()=>n.selectAllText?n.selectAllText:i(`form.multipleCheckbox.defaultButton`)),s=(0,u.computed)(()=>{let e=`bd-form-multiple-checkbox`;return n.state||(e+=` is-invalid`),n.overflow&&(e+=` overflow-form-control`),e}),c=(0,u.computed)(()=>n.errorMessage?n.errorMessage:i(`form.multipleCheckbox.defaultErrorMessage`));(0,u.watch)(()=>n.modelValue,e=>{a.value=e}),(0,u.watch)(a,e=>{r(`update:modelValue`,e),r(`on-input`,e),r(`change-department`,e)});function l(){a.value=n.options.map(e=>e.value),d()}function d(){r(`on-input`,a.value)}return(t,n)=>((0,u.openBlock)(),(0,u.createElementBlock)(u.Fragment,null,[(0,u.createElementVNode)(`div`,{class:(0,u.normalizeClass)(s.value)},[(0,u.createVNode)(A,{variant:`outline-primary`,size:`sm`,onClick:l},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(o.value),1)]),_:1}),((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(e.options,e=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{class:`form-check`,key:e.value},[(0,u.withDirectives)((0,u.createElementVNode)(`input`,{class:`form-check-input`,type:`checkbox`,id:e.value,value:e.value,"onUpdate:modelValue":n[0]||=e=>a.value=e,disabled:e.disabled},null,8,pO),[[u.vModelCheckbox,a.value]]),(0,u.createElementVNode)(`label`,{class:`form-check-label`,for:e.value},(0,u.toDisplayString)(e.text),9,mO)]))),128))],2),(0,u.createElementVNode)(`div`,hO,[(0,u.createVNode)(Jt),(0,u.createTextVNode)(` `+(0,u.toDisplayString)(c.value),1)])],64))}};function _O(e){this.content=e}_O.prototype={constructor:_O,find:function(e){for(var t=0;t<this.content.length;t+=2)if(this.content[t]===e)return t;return-1},get:function(e){var t=this.find(e);return t==-1?void 0:this.content[t+1]},update:function(e,t,n){var r=n&&n!=e?this.remove(n):this,i=r.find(e),a=r.content.slice();return i==-1?a.push(n||e,t):(a[i+1]=t,n&&(a[i]=n)),new _O(a)},remove:function(e){var t=this.find(e);if(t==-1)return this;var n=this.content.slice();return n.splice(t,2),new _O(n)},addToStart:function(e,t){return new _O([e,t].concat(this.remove(e).content))},addToEnd:function(e,t){var n=this.remove(e).content.slice();return n.push(e,t),new _O(n)},addBefore:function(e,t,n){var r=this.remove(t),i=r.content.slice(),a=r.find(e);return i.splice(a==-1?i.length:a,0,t,n),new _O(i)},forEach:function(e){for(var t=0;t<this.content.length;t+=2)e(this.content[t],this.content[t+1])},prepend:function(e){return e=_O.from(e),e.size?new _O(e.content.concat(this.subtract(e).content)):this},append:function(e){return e=_O.from(e),e.size?new _O(this.subtract(e).content.concat(e.content)):this},subtract:function(e){var t=this;e=_O.from(e);for(var n=0;n<e.content.length;n+=2)t=t.remove(e.content[n]);return t},toObject:function(){var e={};return this.forEach(function(t,n){e[t]=n}),e},get size(){return this.content.length>>1}},_O.from=function(e){if(e instanceof _O)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new _O(t)};function vO(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){let e=i.text,t=a.text,r=0;for(;e[r]==t[r];r++)n++;return r&&r<e.length&&r<t.length&&xO(e.charCodeAt(r-1))&&bO(e.charCodeAt(r))&&n--,n}if(i.content.size||a.content.size){let e=vO(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function yO(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=o.text,t=s.text,i=e.length,a=t.length;for(;i>0&&a>0&&e[i-1]==t[a-1];)i--,a--,n--,r--;return i&&a&&i<e.length&&xO(e.charCodeAt(i-1))&&bO(e.charCodeAt(i))&&(n++,r++),{a:n,b:r}}if(o.content.size||s.content.size){let e=yO(o.content,s.content,n-1,r-1);if(e)return e}n-=c,r-=c}}function bO(e){return e>=56320&&e<57344}function xO(e){return e>=55296&&e<56320}var W=class e{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let t=0;t<e.length;t++)this.size+=e[t].nodeSize}nodesBetween(e,t,n,r=0,i){for(let a=0,o=0;o<t;a++){let s=this.content[a],c=o+s.nodeSize;if(c>e&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);a<t.content.length;a++)i.push(t.content[a]);return new e(i,this.size+t.size)}cut(t,n=this.size){if(t==0&&n==this.size)return this;let r=[],i=0;if(n>t)for(let e=0,a=0;a<n;e++){let o=this.content[e],s=a+o.nodeSize;s>t&&((a<t||s>n)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;t<this.content.length;t++)if(!this.content[t].eq(e.content[t]))return!1;return!0}get firstChild(){return this.content.length?this.content[0]:null}get lastChild(){return this.content.length?this.content[this.content.length-1]:null}get childCount(){return this.content.length}child(e){let t=this.content[e];if(!t)throw RangeError(`Index `+e+` out of range for `+this);return t}maybeChild(e){return this.content[e]||null}forEach(e){for(let t=0,n=0;t<this.content.length;t++){let r=this.content[t];e(r,n,t),n+=r.nodeSize}}findDiffStart(e,t=0){return vO(this,e,t)}findDiffEnd(e,t=this.size,n=e.size){return yO(this,e,t,n)}findIndex(e){if(e==0)return CO(0,e);if(e==this.size)return CO(this.content.length,e);if(e>this.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?CO(t+1,i):CO(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return e.fromArray(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;e<t.length;e++){let i=t[e];r+=i.nodeSize,e&&i.isText&&t[e-1].sameMarkup(i)?(n||=t.slice(0,e),n[n.length-1]=i.withText(n[n.length-1].text+i.text)):n&&n.push(i)}return new e(n||t,r)}static from(t){if(!t)return e.empty;if(t instanceof e)return t;if(Array.isArray(t))return this.fromArray(t);if(t.attrs)return new e([t],t.nodeSize);throw RangeError(`Can not convert `+t+` to a Fragment`+(t.nodesBetween?` (looks like multiple versions of prosemirror-model were loaded)`:``))}};W.empty=new W([],0);var SO={index:0,offset:0};function CO(e,t){return SO.index=e,SO.offset=t,SO}function wO(e,t){if(e===t)return!0;if(!(e&&typeof e==`object`)||!(t&&typeof t==`object`))return!1;let n=Array.isArray(e);if(Array.isArray(t)!=n)return!1;if(n){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!wO(e[n],t[n]))return!1}else{for(let n in e)if(!(n in t)||!wO(e[n],t[n]))return!1;for(let n in t)if(!(n in e))return!1}return!0}var G=class e{constructor(e,t){this.type=e,this.attrs=t}addToSet(e){let t,n=!1;for(let r=0;r<e.length;r++){let i=e[r];if(this.eq(i))return e;if(this.type.excludes(i.type))t||=e.slice(0,r);else if(i.type.excludes(this.type))return e;else !n&&i.type.rank>this.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return e.slice(0,t).concat(e.slice(t+1));return e}isInSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return!0;return!1}eq(e){return this==e||this.type==e.type&&wO(this.attrs,e.attrs)}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Mark.fromJSON`);let n=e.marks[t.type];if(!n)throw RangeError(`There is no mark type ${t.type} in this schema`);let r=n.create(t.attrs);return n.checkAttrs(r.attrs),r}static sameSet(e,t){if(e==t)return!0;if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!e[n].eq(t[n]))return!1;return!0}static setFrom(t){if(!t||Array.isArray(t)&&t.length==0)return e.none;if(t instanceof e)return[t];let n=t.slice();return n.sort((e,t)=>e.type.rank-t.type.rank),n}};G.none=[];var TO=class extends Error{},K=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=DO(this.content,t+this.openStart,n,this.openStart+1,this.openEnd+1);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(EO(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(W.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};K.empty=new K(W.empty,0,0);function EO(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(EO(a.content,t-i-1,n-i-1)))}function DO(e,t,n,r,i,a){let{index:o,offset:s}=e.findIndex(t),c=e.maybeChild(o);if(s==t||c.isText)return a&&r<=0&&i<=0&&!a.canReplace(o,o,n)?null:e.cut(0,t).append(n).append(e.cut(t));let l=DO(c.content,t-s-1,n,o==0?r-1:0,o==e.childCount-1?i-1:0,c);return l&&e.replaceChild(o,c.copy(l))}function OO(e,t,n){if(n.openStart>e.depth)throw new TO(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new TO(`Inconsistent open depths`);return kO(e,t,n,0)}function kO(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r<e.depth-n.openStart){let o=kO(e,t,n,r+1);return a.copy(a.content.replaceChild(i,o))}else if(!n.content.size)return PO(a,IO(e,t,r));else if(!n.openStart&&!n.openEnd&&e.depth==r&&t.depth==r){let r=e.parent,i=r.content;return PO(r,i.cut(0,e.parentOffset).append(n.content).append(i.cut(t.parentOffset)))}else{let{start:i,end:o}=LO(n,e);return PO(a,FO(e,i,o,t,r))}}function AO(e,t){if(!t.type.compatibleContent(e.type))throw new TO(`Cannot join `+t.type.name+` onto `+e.type.name)}function jO(e,t,n){let r=e.node(n);return AO(r,t.node(n)),r}function MO(e,t){let n=t.length-1;n>=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function NO(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&(MO(e.nodeAfter,r),a++));for(let e=a;e<o;e++)MO(i.child(e),r);t&&t.depth==n&&t.textOffset&&MO(t.nodeBefore,r)}function PO(e,t){if(!e.type.validContent(t))throw new TO(`Invalid content for node `+e.type.name);return e.copy(t)}function FO(e,t,n,r,i){let a=e.depth>i&&jO(e,t,i+1),o=r.depth>i&&jO(n,r,i+1),s=[];return NO(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(AO(a,o),MO(PO(a,FO(e,t,n,r,i+1)),s)):(a&&MO(PO(a,IO(e,t,i+1)),s),NO(t,n,i,s),o&&MO(PO(o,IO(n,r,i+1)),s)),NO(r,null,i,s),new W(s)}function IO(e,t,n){let r=[];return NO(null,e,n,r),e.depth>n&&MO(PO(jO(e,t,n+1),IO(e,t,n+1)),r),NO(t,null,n,r),new W(r)}function LO(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(W.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var RO=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t<e;t++)r+=n.child(t).nodeSize;return r}marks(){let e=this.parent,t=this.index();if(e.content.size==0)return G.none;if(this.textOffset)return e.child(t).marks;let n=e.maybeChild(t-1),r=e.maybeChild(t);if(!n){let e=n;n=r,r=e}let i=n.marks;for(var a=0;a<i.length;a++)i[a].type.spec.inclusive===!1&&(!r||!i[a].isInSet(r.marks))&&(i=i[a--].removeFromSet(i));return i}marksAcross(e){let t=this.parent.maybeChild(this.index());if(!t||!t.isInline)return null;let n=t.marks,r=e.parent.maybeChild(e.index());for(var i=0;i<n.length;i++)n[i].type.spec.inclusive===!1&&(!r||!n[i].isInSet(r.marks))&&(n=n[i--].removeFromSet(n));return n}sharedDepth(e){for(let t=this.depth;t>0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos<this.pos)return e.blockRange(this);for(let n=this.depth-(this.parent.inlineContent||this.pos==e.pos?1:0);n>=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new HO(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos<this.pos?e:this}toString(){let e=``;for(let t=1;t<=this.depth;t++)e+=(e?`/`:``)+this.node(t).type.name+`_`+this.index(t-1);return e+`:`+this.parentOffset}static resolve(t,n){if(!(n>=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=VO.get(t);if(r)for(let e=0;e<r.elts.length;e++){let t=r.elts[e];if(t.pos==n)return t}else VO.set(t,r=new zO);let i=r.elts[r.i]=e.resolve(t,n);return r.i=(r.i+1)%BO,i}},zO=class{constructor(){this.elts=[],this.i=0}},BO=12,VO=new WeakMap,HO=class{constructor(e,t,n){this.$from=e,this.$to=t,this.depth=n}get start(){return this.$from.before(this.depth+1)}get end(){return this.$to.after(this.depth+1)}get parent(){return this.$from.node(this.depth)}get startIndex(){return this.$from.index(this.depth)}get endIndex(){return this.$to.indexAfter(this.depth)}},UO=Object.create(null),WO=class e{constructor(e,t,n,r=G.none){this.type=e,this.attrs=t,this.marks=r,this.content=n||W.empty}get children(){return this.content.content}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(e){return this.content.child(e)}maybeChild(e){return this.content.maybeChild(e)}forEach(e){this.content.forEach(e)}nodesBetween(e,t,n,r=0){this.content.nodesBetween(e,t,n,r,this)}descendants(e){this.nodesBetween(0,this.content.size,e)}get textContent(){return this.isLeaf&&this.type.spec.leafText?this.type.spec.leafText(this):this.textBetween(0,this.content.size,``)}textBetween(e,t,n,r){return this.content.textBetween(e,t,n,r)}get firstChild(){return this.content.firstChild}get lastChild(){return this.content.lastChild}eq(e){return this==e||this.sameMarkup(e)&&this.content.eq(e.content)}sameMarkup(e){return this.hasMarkup(e.type,e.attrs,e.marks)}hasMarkup(e,t,n){return this.type==e&&wO(this.attrs,t||e.defaultAttrs||UO)&&G.sameSet(this.marks,n||G.none)}copy(t=null){return t==this.content?this:new e(this.type,this.attrs,t,this.marks)}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.content,t)}cut(e,t=this.content.size){return e==0&&t==this.content.size?this:this.copy(this.content.cut(e,t))}slice(e,t=this.content.size,n=!1){if(e==t)return K.empty;let r=this.resolve(e),i=this.resolve(t),a=n?0:r.sharedDepth(t),o=r.start(a);return new K(r.node(a).content.cut(r.pos-o,i.pos-o),r.depth-a,i.depth-a)}replace(e,t,n){return OO(this.resolve(e),this.resolve(t),n)}nodeAt(e){for(let t=this;;){let{index:n,offset:r}=t.content.findIndex(e);if(t=t.maybeChild(n),!t)return null;if(r==e||t.isText)return t;e-=r+1}}childAfter(e){let{index:t,offset:n}=this.content.findIndex(e);return{node:this.content.maybeChild(t),index:t,offset:n}}childBefore(e){if(e==0)return{node:null,index:0,offset:0};let{index:t,offset:n}=this.content.findIndex(e);if(n<e)return{node:this.content.child(t),index:t,offset:n};let r=this.content.child(t-1);return{node:r,index:t-1,offset:n-r.nodeSize}}resolve(e){return RO.resolveCached(this,e)}resolveNoCache(e){return RO.resolve(this,e)}rangeHasMark(e,t,n){let r=!1;return t>e&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),KO(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=W.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;e<i;e++)if(!this.type.allowsMarks(n.child(e).marks))return!1;return!0}canReplaceWith(e,t,n,r){if(r&&!this.type.allowsMarks(r))return!1;let i=this.contentMatchAt(e).matchType(n),a=i&&i.matchFragment(this.content,t);return a?a.validEnd:!1}canAppend(e){return e.content.size?this.canReplace(this.childCount,this.childCount,e.content):this.type.compatibleContent(e.type)}check(){this.type.checkContent(this.content),this.type.checkAttrs(this.attrs);let e=G.none;for(let t=0;t<this.marks.length;t++){let n=this.marks[t];n.type.checkAttrs(n.attrs),e=n.addToSet(e)}if(!G.sameSet(e,this.marks))throw RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map(e=>e.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=W.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};WO.prototype.text=void 0;var GO=class e extends WO{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):KO(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function KO(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var qO=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new JO(t,n);if(r.next==null)return e.empty;let i=YO(r);r.next&&r.err(`Unexpected trailing text`);let a=ak(nk(i));return ok(a,r),a}matchType(e){for(let t=0;t<this.next.length;t++)if(this.next[t].type==e)return this.next[t].next;return null}matchFragment(e,t=0,n=e.childCount){let r=this;for(let i=t;r&&i<n;i++)r=r.matchType(e.child(i).type);return r}get inlineContent(){return this.next.length!=0&&this.next[0].type.isInline}get defaultType(){for(let e=0;e<this.next.length;e++){let{type:t}=this.next[e];if(!(t.isText||t.hasRequiredAttrs()))return t}return null}compatible(e){for(let t=0;t<this.next.length;t++)for(let n=0;n<e.next.length;n++)if(this.next[t].type==e.next[n].type)return!0;return!1}fillBefore(e,t=!1,n=0){let r=[this];function i(a,o){let s=a.matchFragment(e,n);if(s&&(!t||s.validEnd))return W.from(o.map(e=>e.createAndFill()));for(let e=0;e<a.next.length;e++){let{type:t,next:n}=a.next[e];if(!(t.isText||t.hasRequiredAttrs())&&r.indexOf(n)==-1){r.push(n);let e=i(n,o.concat(t));if(e)return e}}return null}return i(this,[])}findWrapping(e){for(let t=0;t<this.wrapCache.length;t+=2)if(this.wrapCache[t]==e)return this.wrapCache[t+1];let t=this.computeWrapping(e);return this.wrapCache.push(e,t),t}computeWrapping(e){let t=Object.create(null),n=[{match:this,type:null,via:null}];for(;n.length;){let r=n.shift(),i=r.match;if(i.matchType(e)){let e=[];for(let t=r;t.type;t=t.via)e.push(t.type);return e.reverse()}for(let e=0;e<i.next.length;e++){let{type:a,next:o}=i.next[e];!a.isLeaf&&!a.hasRequiredAttrs()&&!(a.name in t)&&(!r.type||o.validEnd)&&(n.push({match:a.contentMatch,type:a,via:r}),t[a.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(e){if(e>=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r<n.next.length;r++)e.indexOf(n.next[r].next)==-1&&t(n.next[r].next)}return t(this),e.map((t,n)=>{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n<t.next.length;n++)r+=(n?`, `:``)+t.next[n].type.name+`->`+e.indexOf(t.next[n].next);return r}).join(`
1696
1696
  `)}};qO.empty=new qO(!0);var JO=class{constructor(e,t){this.string=e,this.nodeTypes=t,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==``&&this.tokens.pop(),this.tokens[0]==``&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw SyntaxError(e+` (in content expression '`+this.string+`')`)}};function YO(e){let t=[];do t.push(XO(e));while(e.eat(`|`));return t.length==1?t[0]:{type:`choice`,exprs:t}}function XO(e){let t=[];do t.push(ZO(e));while(e.next&&e.next!=`)`&&e.next!=`|`);return t.length==1?t[0]:{type:`seq`,exprs:t}}function ZO(e){let t=tk(e);for(;;)if(e.eat(`+`))t={type:`plus`,expr:t};else if(e.eat(`*`))t={type:`star`,expr:t};else if(e.eat(`?`))t={type:`opt`,expr:t};else if(e.eat(`{`))t=$O(e,t);else break;return t}function QO(e){/\D/.test(e.next)&&e.err(`Expected number, got '`+e.next+`'`);let t=Number(e.next);return e.pos++,t}function $O(e,t){let n=QO(e),r=n;return e.eat(`,`)&&(r=e.next==`}`?-1:QO(e)),e.eat(`}`)||e.err(`Unclosed braced range`),{type:`range`,min:n,max:r,expr:t}}function ek(e,t){let n=e.nodeTypes,r=n[t];if(r)return[r];let i=[];for(let e in n){let r=n[e];r.isInGroup(t)&&i.push(r)}return i.length==0&&e.err(`No node type or group '`+t+`' found`),i}function tk(e){if(e.eat(`(`)){let t=YO(e);return e.eat(`)`)||e.err(`Missing closing paren`),t}else if(/\W/.test(e.next))e.err(`Unexpected token '`+e.next+`'`);else{let t=ek(e,e.next).map(t=>(e.inline==null?e.inline=t.isInline:e.inline!=t.isInline&&e.err(`Mixing inline and block content`),{type:`name`,value:t}));return e.pos++,t.length==1?t[0]:{type:`choice`,exprs:t}}}function nk(e){let t=[[]];return i(a(e,0),n()),t;function n(){return t.push([])-1}function r(e,n,r){let i={term:r,to:n};return t[e].push(i),i}function i(e,t){e.forEach(e=>e.to=t)}function a(e,t){if(e.type==`choice`)return e.exprs.reduce((e,n)=>e.concat(a(n,t)),[]);if(e.type==`seq`)for(let r=0;;r++){let o=a(e.exprs[r],t);if(r==e.exprs.length-1)return o;i(o,t=n())}else if(e.type==`star`){let o=n();return r(t,o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`plus`){let o=n();return i(a(e.expr,t),o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`opt`)return[r(t)].concat(a(e.expr,t));else if(e.type==`range`){let o=t;for(let t=0;t<e.min;t++){let t=n();i(a(e.expr,o),t),o=t}if(e.max==-1)i(a(e.expr,o),o);else for(let t=e.min;t<e.max;t++){let t=n();r(o,t),i(a(e.expr,o),t),o=t}return[r(o)]}else if(e.type==`name`)return[r(t,void 0,e.value)];else throw Error(`Unknown expr type`)}}function rk(e,t){return t-e}function ik(e,t){let n=[];return r(t),n.sort(rk);function r(t){let i=e[t];if(i.length==1&&!i[0].term)return r(i[0].to);n.push(t);for(let e=0;e<i.length;e++){let{term:t,to:a}=i[e];!t&&n.indexOf(a)==-1&&r(a)}}}function ak(e){let t=Object.create(null);return n(ik(e,0));function n(r){let i=[];r.forEach(t=>{e[t].forEach(({term:t,to:n})=>{if(!t)return;let r;for(let e=0;e<i.length;e++)i[e][0]==t&&(r=i[e][1]);ik(e,n).forEach(e=>{r||i.push([t,r=[]]),r.indexOf(e)==-1&&r.push(e)})})});let a=t[r.join(`,`)]=new qO(r.indexOf(e.length-1)>-1);for(let e=0;e<i.length;e++){let r=i[e][1].sort(rk);a.next.push({type:i[e][0],next:t[r.join(`,`)]||n(r)})}return a}}function ok(e,t){for(let n=0,r=[e];n<r.length;n++){let e=r[n],i=!e.validEnd,a=[];for(let t=0;t<e.next.length;t++){let{type:n,next:o}=e.next[t];a.push(n.name),i&&!(n.isText||n.hasRequiredAttrs())&&(i=!1),r.indexOf(o)==-1&&r.push(o)}i&&t.err(`Only non-generatable nodes (`+a.join(`, `)+`) in a required position (see https://prosemirror.net/docs/guide/#generatable)`)}}function sk(e){let t=Object.create(null);for(let n in e){let r=e[n];if(!r.hasDefault)return null;t[n]=r.default}return t}function ck(e,t){let n=Object.create(null);for(let r in e){let i=t&&t[r];if(i===void 0){let t=e[r];if(t.hasDefault)i=t.default;else throw RangeError(`No value supplied for attribute `+r)}n[r]=i}return n}function lk(e,t,n,r){for(let i in t)if(!(i in e))throw RangeError(`Unsupported attribute ${i} for ${n} of type ${r}`);for(let n in e)e[n].validate&&e[n].validate(t[n])}function uk(e,t){let n=Object.create(null);if(t)for(let r in t)n[r]=new pk(e,r,t[r]);return n}var dk=class e{constructor(e,t,n){this.name=e,this.schema=t,this.spec=n,this.markSet=null,this.groups=n.group?n.group.split(` `):[],this.attrs=uk(e,n.attrs),this.defaultAttrs=sk(this.attrs),this.contentMatch=null,this.inlineContent=null,this.isBlock=!(n.inline||e==`text`),this.isText=e==`text`}get isInline(){return!this.isBlock}get isTextblock(){return this.isBlock&&this.inlineContent}get isLeaf(){return this.contentMatch==qO.empty}get isAtom(){return this.isLeaf||!!this.spec.atom}isInGroup(e){return this.groups.indexOf(e)>-1}get whitespace(){return this.spec.whitespace||(this.spec.code?`pre`:`normal`)}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:ck(this.attrs,e)}create(e=null,t,n){if(this.isText)throw Error(`NodeType.create can't construct text nodes`);return new WO(this,this.computeAttrs(e),W.from(t),G.setFrom(n))}createChecked(e=null,t,n){return t=W.from(t),this.checkContent(t),new WO(this,this.computeAttrs(e),t,G.setFrom(n))}createAndFill(e=null,t,n){if(e=this.computeAttrs(e),t=W.from(t),t.size){let e=this.contentMatch.fillBefore(t);if(!e)return null;t=e.append(t)}let r=this.contentMatch.matchFragment(t),i=r&&r.fillBefore(W.empty,!0);return i?new WO(this,e,t.append(i),G.setFrom(n)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let t=0;t<e.childCount;t++)if(!this.allowsMarks(e.child(t).marks))return!1;return!0}checkContent(e){if(!this.validContent(e))throw RangeError(`Invalid content for node ${this.name}: ${e.toString().slice(0,50)}`)}checkAttrs(e){lk(this.attrs,e,`node`,this.name)}allowsMarkType(e){return this.markSet==null||this.markSet.indexOf(e)>-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;t<e.length;t++)if(!this.allowsMarkType(e[t].type))return!1;return!0}allowedMarks(e){if(this.markSet==null)return e;let t;for(let n=0;n<e.length;n++)this.allowsMarkType(e[n].type)?t&&t.push(e[n]):t||=e.slice(0,n);return t?t.length?t:G.none:e}static compile(t,n){let r=Object.create(null);t.forEach((t,i)=>r[t]=new e(t,n,i));let i=n.spec.topNode||`doc`;if(!r[i])throw RangeError(`Schema is missing its top node type ('`+i+`')`);if(!r.text)throw RangeError(`Every schema needs a 'text' type`);for(let e in r.text.attrs)throw RangeError(`The text node type should not have attributes`);return r}};function fk(e,t,n){let r=n.split(`|`);return n=>{let i=n===null?`null`:typeof n;if(r.indexOf(i)<0)throw RangeError(`Expected value of type ${r} for attribute ${t} on type ${e}, got ${i}`)}}var pk=class{constructor(e,t,n){this.hasDefault=Object.prototype.hasOwnProperty.call(n,`default`),this.default=n.default,this.validate=typeof n.validate==`string`?fk(e,t,n.validate):n.validate}get isRequired(){return!this.hasDefault}},mk=class e{constructor(e,t,n,r){this.name=e,this.rank=t,this.schema=n,this.spec=r,this.attrs=uk(e,r.attrs),this.excluded=null;let i=sk(this.attrs);this.instance=i?new G(this,i):null}create(e=null){return!e&&this.instance?this.instance:new G(this,ck(this.attrs,e))}static compile(t,n){let r=Object.create(null),i=0;return t.forEach((t,a)=>r[t]=new e(t,i++,n,a)),r}removeFromSet(e){for(var t=0;t<e.length;t++)e[t].type==this&&(e=e.slice(0,t).concat(e.slice(t+1)),t--);return e}isInSet(e){for(let t=0;t<e.length;t++)if(e[t].type==this)return e[t]}checkAttrs(e){lk(this.attrs,e,`mark`,this.name)}excludes(e){return this.excluded.indexOf(e)>-1}},hk=class{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let n in e)t[n]=e[n];t.nodes=_O.from(e.nodes),t.marks=_O.from(e.marks||{}),this.nodes=dk.compile(this.spec.nodes,this),this.marks=mk.compile(this.spec.marks,this);let n=Object.create(null);for(let e in this.nodes){if(e in this.marks)throw RangeError(e+` can not be both a node and a mark`);let t=this.nodes[e],r=t.spec.content||``,i=t.spec.marks;if(t.contentMatch=n[r]||(n[r]=qO.parse(r,this.nodes)),t.inlineContent=t.contentMatch.inlineContent,t.spec.linebreakReplacement){if(this.linebreakReplacement)throw RangeError(`Multiple linebreak nodes defined`);if(!t.isInline||!t.isLeaf)throw RangeError(`Linebreak replacement nodes must be inline leaf nodes`);this.linebreakReplacement=t}t.markSet=i==`_`?null:i?gk(this,i.split(` `)):i==``||!t.inlineContent?[]:null}for(let e in this.marks){let t=this.marks[e],n=t.spec.excludes;t.excluded=n==null?[t]:n==``?[]:gk(this,n.split(` `))}this.nodeFromJSON=e=>WO.fromJSON(this,e),this.markFromJSON=e=>G.fromJSON(this,e),this.topNodeType=this.nodes[this.spec.topNode||`doc`],this.cached.wrappings=Object.create(null)}node(e,t=null,n,r){if(typeof e==`string`)e=this.nodeType(e);else if(!(e instanceof dk))throw RangeError(`Invalid node type: `+e);else if(e.schema!=this)throw RangeError(`Node type from different schema used (`+e.name+`)`);return e.createChecked(t,n,r)}text(e,t){let n=this.nodes.text;return new GO(n,n.defaultAttrs,e,G.setFrom(t))}mark(e,t){return typeof e==`string`&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw RangeError(`Unknown node type: `+e);return t}};function gk(e,t){let n=[];for(let r=0;r<t.length;r++){let i=t[r],a=e.marks[i],o=a;if(a)n.push(a);else for(let t in e.marks){let r=e.marks[t];(i==`_`||r.spec.group&&r.spec.group.split(` `).indexOf(i)>-1)&&n.push(o=r)}if(!o)throw SyntaxError(`Unknown mark type: '`+t[r]+`'`)}return n}function _k(e){return e.tag!=null}function vk(e){return e.style!=null}var yk=class e{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let n=this.matchedStyles=[];t.forEach(e=>{if(_k(e))this.tags.push(e);else if(vk(e)){let t=/[^=]*/.exec(e.style)[0];n.indexOf(t)<0&&n.push(t),this.styles.push(e)}}),this.normalizeLists=!this.tags.some(t=>{if(!/^(ul|ol)\b/.test(t.tag)||!t.node)return!1;let n=e.nodes[t.node];return n.contentMatch.matchType(n)})}parse(e,t={}){let n=new Ok(this,t,!1);return n.addAll(e,G.none,t.from,t.to),n.finish()}parseSlice(e,t={}){let n=new Ok(this,t,!0);return n.addAll(e,G.none,t.from,t.to),K.maxOpen(n.finish())}matchTag(e,t,n){for(let r=n?this.tags.indexOf(n)+1:0;r<this.tags.length;r++){let n=this.tags[r];if(Ak(e,n.tag)&&(n.namespace===void 0||e.namespaceURI==n.namespace)&&(!n.context||t.matchesContext(n.context))){if(n.getAttrs){let t=n.getAttrs(e);if(t===!1)continue;n.attrs=t||void 0}return n}}}matchStyle(e,t,n,r){for(let i=r?this.styles.indexOf(r)+1:0;i<this.styles.length;i++){let r=this.styles[i],a=r.style;if(!(a.indexOf(e)!=0||r.context&&!n.matchesContext(r.context)||a.length>e.length&&(a.charCodeAt(e.length)!=61||a.slice(e.length+1)!=t))){if(r.getAttrs){let e=r.getAttrs(t);if(e===!1)continue;r.attrs=e||void 0}return r}}}static schemaRules(e){let t=[];function n(e){let n=e.priority==null?50:e.priority,r=0;for(;r<t.length;r++){let e=t[r];if((e.priority==null?50:e.priority)<n)break}t.splice(r,0,e)}for(let t in e.marks){let r=e.marks[t].spec.parseDOM;r&&r.forEach(e=>{n(e=jk(e)),e.mark||e.ignore||e.clearMark||(e.mark=t)})}for(let t in e.nodes){let r=e.nodes[t].spec.parseDOM;r&&r.forEach(e=>{n(e=jk(e)),e.node||e.ignore||e.mark||(e.node=t)})}return t}static fromSchema(t){return t.cached.domParser||(t.cached.domParser=new e(t,e.schemaRules(t)))}},bk={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},xk={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},Sk={ol:!0,ul:!0},Ck=1,wk=2,Tk=4;function Ek(e,t,n){return t==null?e&&e.whitespace==`pre`?3:n&-5:(t?Ck:0)|(t===`full`?wk:0)}var Dk=class{constructor(e,t,n,r,i,a){this.type=e,this.attrs=t,this.marks=n,this.solid=r,this.options=a,this.content=[],this.activeMarks=G.none,this.match=i||(a&Tk?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(W.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let t=this.type.contentMatch,n;return(n=t.findWrapping(e.type))?(this.match=t,n):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&Ck)){let e=this.content[this.content.length-1],t;if(e&&e.isText&&(t=/[ \t\r\n\u000c]+$/.exec(e.text))){let n=e;e.text.length==t[0].length?this.content.pop():this.content[this.content.length-1]=n.withText(n.text.slice(0,n.text.length-t[0].length))}}let t=W.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(W.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!bk.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}},Ok=class{constructor(e,t,n){this.parser=e,this.options=t,this.isOpen=n,this.open=0,this.localPreserveWS=!1;let r=t.topNode,i,a=Ek(null,t.preserveWhitespace,0)|(n?Tk:0);i=r?new Dk(r.type,r.attrs,G.none,!0,t.topMatch||r.type.contentMatch,a):n?new Dk(null,null,G.none,!0,null,a):new Dk(e.schema.topNodeType,null,G.none,!0,null,a),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let n=e.nodeValue,r=this.top,i=r.options&wk?`full`:this.localPreserveWS||(r.options&Ck)>0,{schema:a}=this.parser;if(i===`full`||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(n)){if(!i){if(n=n.replace(/[ \t\r\n\u000c]+/g,` `),/^[ \t\r\n\u000c]/.test(n)&&this.open==this.nodes.length-1){let t=r.content[r.content.length-1],i=e.previousSibling;(!t||i&&i.nodeName==`BR`||t.isText&&/[ \t\r\n\u000c]$/.test(t.text))&&(n=n.slice(1))}}else if(i===`full`)n=n.replace(/\r\n?/g,`
1697
1697
  `);else if(a.linebreakReplacement&&/[\r\n]/.test(n)&&this.top.findWrapping(a.linebreakReplacement.create())){let e=n.split(/\r?\n|\r/);for(let n=0;n<e.length;n++)n&&this.insertNode(a.linebreakReplacement.create(),t,!0),e[n]&&this.insertNode(a.text(e[n]),t,!/\S/.test(e[n]));n=``}else n=n.replace(/\r?\n|\r/g,` `);n&&this.insertNode(a.text(n),t,!/\S/.test(n)),this.findInText(e)}else this.findInside(e)}addElement(e,t,n){let r=this.localPreserveWS,i=this.top;(e.tagName==`PRE`||/pre/.test(e.style&&e.style.whiteSpace))&&(this.localPreserveWS=!0);let a=e.nodeName.toLowerCase(),o;Sk.hasOwnProperty(a)&&this.parser.normalizeLists&&kk(e);let s=this.options.ruleFromNode&&this.options.ruleFromNode(e)||(o=this.parser.matchTag(e,this,n));out:if(s?s.ignore:xk.hasOwnProperty(a))this.findInside(e),this.ignoreFallback(e,t);else if(!s||s.skip||s.closeParent){s&&s.closeParent?this.open=Math.max(0,this.open-1):s&&s.skip.nodeType&&(e=s.skip);let n,r=this.needsBlock;if(bk.hasOwnProperty(a))i.content.length&&i.content[0].isInline&&this.open&&(this.open--,i=this.top),n=!0,i.type||(this.needsBlock=!0);else if(!e.firstChild){this.leafFallback(e,t);break out}let o=s&&s.skip?t:this.readStyles(e,t);o&&this.addAll(e,o),n&&this.sync(i),this.needsBlock=r}else{let n=this.readStyles(e,t);n&&this.addElementByRule(e,s,n,s.consuming===!1?o:void 0)}this.localPreserveWS=r}leafFallback(e,t){e.nodeName==`BR`&&this.top.type&&this.top.type.inlineContent&&this.addTextNode(e.ownerDocument.createTextNode(`
1698
1698
  `),t)}ignoreFallback(e,t){e.nodeName==`BR`&&(!this.top.type||!this.top.type.inlineContent)&&this.findPlace(this.parser.schema.text(`-`),t,!0)}readStyles(e,t){let n=e.style;if(n&&n.length)for(let e=0;e<this.parser.matchedStyles.length;e++){let r=this.parser.matchedStyles[e],i=n.getPropertyValue(r);if(i)for(let e;;){let n=this.parser.matchStyle(r,i,this,e);if(!n)break;if(n.ignore)return null;if(t=n.clearMark?t.filter(e=>!n.clearMark(e)):t.concat(this.parser.schema.marks[n.mark].create(n.attrs)),n.consuming===!1)e=n;else break}}return t}addElementByRule(e,t,n,r){let i,a;if(t.node)if(a=this.parser.schema.nodes[t.node],a.isLeaf)this.insertNode(a.create(t.attrs),n,e.nodeName==`BR`)||this.leafFallback(e,n);else{let e=this.enter(a,t.attrs||null,n,t.preserveWhitespace);e&&(i=!0,n=e)}else{let e=this.parser.schema.marks[t.mark];n=n.concat(e.create(t.attrs))}let o=this.top;if(a&&a.isLeaf)this.findInside(e);else if(r)this.addElement(e,n,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(e=>this.insertNode(e,n,!1));else{let r=e;typeof t.contentElement==`string`?r=e.querySelector(t.contentElement):typeof t.contentElement==`function`?r=t.contentElement(e):t.contentElement&&(r=t.contentElement),this.findAround(e,r,!0),this.addAll(r,n),this.findAround(e,r,!1)}i&&this.sync(o)&&this.open--}addAll(e,t,n,r){let i=n||0;for(let a=n?e.childNodes[n]:e.firstChild,o=r==null?null:e.childNodes[r];a!=o;a=a.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(a,t);this.findAtPoint(e,i)}findPlace(e,t,n){let r,i;for(let t=this.open,a=0;t>=0;t--){let o=this.nodes[t],s=o.findWrapping(e);if(s&&(!r||r.length>s.length+a)&&(r=s,i=o,!s.length))break;if(o.solid){if(n)break;a+=2}}if(!r)return null;this.sync(i);for(let e=0;e<r.length;e++)t=this.enterInner(r[e],null,t,!1);return t}insertNode(e,t,n){if(e.isInline&&this.needsBlock&&!this.top.type){let e=this.textblockFromContext();e&&(t=this.enterInner(e,null,t))}let r=this.findPlace(e,t,n);if(r){this.closeExtra();let t=this.top;t.match&&=t.match.matchType(e.type);let n=G.none;for(let i of r.concat(e.marks))(t.type?t.type.allowsMarkType(i.type):Mk(i.type,e.type))&&(n=i.addToSet(n));return t.content.push(e.mark(n)),!0}return!1}enter(e,t,n,r){let i=this.findPlace(e.create(t),n,!1);return i&&=this.enterInner(e,t,n,!0,r),i}enterInner(e,t,n,r=!1,i){this.closeExtra();let a=this.top;a.match=a.match&&a.match.matchType(e);let o=Ek(e,i,a.options);a.options&Tk&&a.content.length==0&&(o|=Tk);let s=G.none;return n=n.filter(t=>(a.type?a.type.allowsMarkType(t.type):Mk(t.type,e))?(s=t.addToSet(s),!1):!0),this.nodes.push(new Dk(e,t,s,r,null,o)),this.open++,n}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let t=this.open;t>=0;t--)if(this.nodes[t]==e)return this.open=t,!0;else this.localPreserveWS&&(this.nodes[t].options|=Ck);return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let n=this.nodes[t].content;for(let t=n.length-1;t>=0;t--)e+=n[t].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let n=0;n<this.find.length;n++)this.find[n].node==e&&this.find[n].offset==t&&(this.find[n].pos=this.currentPos)}findInside(e){if(this.find)for(let t=0;t<this.find.length;t++)this.find[t].pos==null&&e.nodeType==1&&e.contains(this.find[t].node)&&(this.find[t].pos=this.currentPos)}findAround(e,t,n){if(e!=t&&this.find)for(let r=0;r<this.find.length;r++)this.find[r].pos==null&&e.nodeType==1&&e.contains(this.find[r].node)&&t.compareDocumentPosition(this.find[r].node)&(n?2:4)&&(this.find[r].pos=this.currentPos)}findInText(e){if(this.find)for(let t=0;t<this.find.length;t++)this.find[t].node==e&&(this.find[t].pos=this.currentPos-(e.nodeValue.length-this.find[t].offset))}matchesContext(e){if(e.indexOf(`|`)>-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split(`/`),n=this.options.context,r=!this.isOpen&&(!n||n.parent.type==this.nodes[0].type),i=-(n?n.depth+1:0)+ +!r,a=(e,o)=>{for(;e>=0;e--){let s=t[e];if(s==``){if(e==t.length-1||e==0)continue;for(;o>=i;o--)if(a(e-1,o))return!0;return!1}else{let e=o>0||o==0&&r?this.nodes[o].type:n&&o>=i?n.node(o-i).type:null;if(!e||e.name!=s&&!e.isInGroup(s))return!1;o--}}return!0};return a(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let n=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(n&&n.isTextblock&&n.defaultAttrs)return n}for(let e in this.parser.schema.nodes){let t=this.parser.schema.nodes[e];if(t.isTextblock&&t.defaultAttrs)return t}}};function kk(e){for(let t=e.firstChild,n=null;t;t=t.nextSibling){let e=t.nodeType==1?t.nodeName.toLowerCase():null;e&&Sk.hasOwnProperty(e)&&n?(n.appendChild(t),t=n):e==`li`?n=t:e&&(n=null)}}function Ak(e,t){return(e.matches||e.msMatchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector).call(e,t)}function jk(e){let t={};for(let n in e)t[n]=e[n];return t}function Mk(e,t){let n=t.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(e))continue;let a=[],o=e=>{a.push(e);for(let n=0;n<e.edgeCount;n++){let{type:r,next:i}=e.edge(n);if(r==t||a.indexOf(i)<0&&o(i))return!0}};if(o(i.contentMatch))return!0}}var Nk=class e{constructor(e,t){this.nodes=e,this.marks=t}serializeFragment(e,t={},n){n||=Fk(t).createDocumentFragment();let r=n,i=[];return e.forEach(e=>{if(i.length||e.marks.length){let n=0,a=0;for(;n<i.length&&a<e.marks.length;){let t=e.marks[a];if(!this.marks[t.type.name]){a++;continue}if(!t.eq(i[n][0])||t.type.spec.spanning===!1)break;n++,a++}for(;n<i.length;)r=i.pop()[1];for(;a<e.marks.length;){let n=e.marks[a++],o=this.serializeMark(n,e.isInline,t);o&&(i.push([n,r]),r.appendChild(o.dom),r=o.contentDOM||o.dom)}}r.appendChild(this.serializeNodeInner(e,t))}),n}serializeNodeInner(e,t){if(e.isText)return Fk(t).createTextNode(e.text);let{dom:n,contentDOM:r}=zk(Fk(t),this.nodes[e.type.name](e),null,e.attrs);if(r){if(e.isLeaf)throw RangeError(`Content hole not allowed in a leaf node spec`);this.serializeFragment(e.content,t,r)}return n}serializeNode(e,t={}){let n=this.serializeNodeInner(e,t);for(let r=e.marks.length-1;r>=0;r--){let i=this.serializeMark(e.marks[r],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(n),n=i.dom)}return n}serializeMark(e,t,n={}){let r=this.marks[e.type.name];return r&&zk(Fk(n),r(e,t),null,e.attrs)}static renderSpec(e,t,n=null,r){return typeof t==`string`?{dom:e.createTextNode(t)}:zk(e,t,n,r)}static fromSchema(t){return t.cached.domSerializer||(t.cached.domSerializer=new e(this.nodesFromSchema(t),this.marksFromSchema(t)))}static nodesFromSchema(e){let t=Pk(e.nodes);return t.text||=e=>e.text,t}static marksFromSchema(e){return Pk(e.marks)}};function Pk(e){let t={};for(let n in e){let r=e[n].spec.toDOM;r&&(t[n]=r)}return t}function Fk(e){return e.document||window.document}var Ik=new WeakMap;function Lk(e){let t=Ik.get(e);return t===void 0&&Ik.set(e,t=Rk(e)),t}function Rk(e){let t=null;function n(e){if(e&&typeof e==`object`)if(Array.isArray(e))if(typeof e[0]==`string`)t||=[],t.push(e);else for(let t=0;t<e.length;t++)n(e[t]);else for(let t in e)n(e[t])}return n(e),t}function zk(e,t,n,r){if(t.nodeType==1)return{dom:t};if(t.dom&&t.dom.nodeType==1)return t;let i=t[0],a;if(typeof i!=`string`)throw RangeError(`Invalid array passed to renderSpec`);if(r&&(a=Lk(r))&&a.indexOf(t)>-1)throw RangeError(`Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.`);let o=i.indexOf(` `);o>0&&(n=i.slice(0,o),i=i.slice(o+1));let s,c=n?e.createElementNS(n,i):e.createElement(i),l=t[1],u=1;if(l&&typeof l==`object`&&l.nodeType==null&&!Array.isArray(l)){u=2;for(let e in l)if(l[e]!=null){let t=e.indexOf(` `);t>0?c.setAttributeNS(e.slice(0,t),e.slice(t+1),l[e]):e==`style`&&c.style?c.style.cssText=l[e]:c.setAttribute(e,l[e])}}for(let i=u;i<t.length;i++){let a=t[i];if(a===0){if(i<t.length-1||i>u)throw RangeError(`Content hole must be the only child of its parent node`);return{dom:c,contentDOM:c}}else if(typeof a==`string`)c.appendChild(e.createTextNode(a));else{let{dom:t,contentDOM:i}=zk(e,a,n,r);if(c.appendChild(t),i){if(s)throw RangeError(`Multiple content holes`);s=i}}}return{dom:c,contentDOM:s}}var Bk=65535,Vk=2**16;function Hk(e,t){return e+t*Vk}function Uk(e){return e&Bk}function Wk(e){return(e-(e&Bk))/Vk}var Gk=1,Kk=2,qk=4,Jk=8,Yk=class{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&Jk)>0}get deletedBefore(){return(this.delInfo&5)>0}get deletedAfter(){return(this.delInfo&6)>0}get deletedAcross(){return(this.delInfo&qk)>0}},Xk=class e{constructor(t,n=!1){if(this.ranges=t,this.inverted=n,!t.length&&e.empty)return e.empty}recover(e){let t=0,n=Uk(e);if(!this.inverted)for(let e=0;e<n;e++)t+=this.ranges[e*3+2]-this.ranges[e*3+1];return this.ranges[n*3]+t+Wk(e)}mapResult(e,t=1){return this._map(e,t,!1)}map(e,t=1){return this._map(e,t,!0)}_map(e,t,n){let r=0,i=this.inverted?2:1,a=this.inverted?1:2;for(let o=0;o<this.ranges.length;o+=3){let s=this.ranges[o]-(this.inverted?r:0);if(s>e)break;let c=this.ranges[o+i],l=this.ranges[o+a],u=s+c;if(e<=u){let i=c?e==s?-1:e==u?1:t:t,a=s+r+(i<0?0:l);if(n)return a;let d=e==(t<0?s:u)?null:Hk(o/3,e-s),f=e==s?Kk:e==u?Gk:qk;return(t<0?e!=s:e!=u)&&(f|=Jk),new Yk(a,f,d)}r+=l-c}return n?e+r:new Yk(e+r,0,null)}touches(e,t){let n=0,r=Uk(t),i=this.inverted?2:1,a=this.inverted?1:2;for(let t=0;t<this.ranges.length;t+=3){let o=this.ranges[t]-(this.inverted?n:0);if(o>e)break;let s=this.ranges[t+i];if(e<=o+s&&t==r*3)return!0;n+=this.ranges[t+a]-s}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let r=0,i=0;r<this.ranges.length;r+=3){let a=this.ranges[r],o=a-(this.inverted?i:0),s=a+(this.inverted?0:i),c=this.ranges[r+t],l=this.ranges[r+n];e(o,o+c,s,s+l),i+=l-c}}invert(){return new e(this.ranges,!this.inverted)}toString(){return(this.inverted?`-`:``)+JSON.stringify(this.ranges)}static offset(t){return t==0?e.empty:new e(t<0?[0,-t,0]:[0,0,t])}};Xk.empty=new Xk([]);var Zk=class e{constructor(e,t,n=0,r=e?e.length:0){this.mirror=t,this.from=n,this.to=r,this._maps=e||[],this.ownData=!(e||t)}get maps(){return this._maps}slice(t=0,n=this.maps.length){return new e(this._maps,this.mirror,t,n)}appendMap(e,t){this.ownData||=(this._maps=this._maps.slice(),this.mirror=this.mirror&&this.mirror.slice(),!0),this.to=this._maps.push(e),t!=null&&this.setMirror(this._maps.length-1,t)}appendMapping(e){for(let t=0,n=this._maps.length;t<e._maps.length;t++){let r=e.getMirror(t);this.appendMap(e._maps[t],r!=null&&r<t?n+r:void 0)}}getMirror(e){if(this.mirror){for(let t=0;t<this.mirror.length;t++)if(this.mirror[t]==e)return this.mirror[t+(t%2?-1:1)]}}setMirror(e,t){this.mirror||=[],this.mirror.push(e,t)}appendMappingInverted(e){for(let t=e.maps.length-1,n=this._maps.length+e._maps.length;t>=0;t--){let r=e.getMirror(t);this.appendMap(e._maps[t].invert(),r!=null&&r>t?n-r-1:void 0)}}invert(){let t=new e;return t.appendMappingInverted(this),t}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let n=this.from;n<this.to;n++)e=this._maps[n].map(e,t);return e}mapResult(e,t=1){return this._map(e,t,!1)}_map(e,t,n){let r=0;for(let n=this.from;n<this.to;n++){let i=this._maps[n].mapResult(e,t);if(i.recover!=null){let t=this.getMirror(n);if(t!=null&&t>n&&t<this.to){n=t,e=this._maps[t].recover(i.recover);continue}}r|=i.delInfo,e=i.pos}return n?e:new Yk(e,r,null)}},Qk=Object.create(null),$k=class{getMap(){return Xk.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw RangeError(`Invalid input for Step.fromJSON`);let n=Qk[t.stepType];if(!n)throw RangeError(`No step type ${t.stepType} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in Qk)throw RangeError(`Duplicate use of step JSON ID `+e);return Qk[e]=t,t.prototype.jsonID=e,t}},eA=class e{constructor(e,t){this.doc=e,this.failed=t}static ok(t){return new e(t,null)}static fail(t){return new e(null,t)}static fromReplace(t,n,r,i){try{return e.ok(t.replace(n,r,i))}catch(t){if(t instanceof TO)return e.fail(t.message);throw t}}};function tA(e,t,n){let r=[];for(let i=0;i<e.childCount;i++){let a=e.child(i);a.content.size&&(a=a.copy(tA(a.content,t,a))),a.isInline&&(a=t(a,n,i)),r.push(a)}return W.fromArray(r)}var nA=class e extends $k{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=e.resolve(this.from),r=n.node(n.sharedDepth(this.to)),i=new K(tA(t.content,(e,t)=>!e.isAtom||!t.type.allowsMarkType(this.mark.type)?e:e.mark(this.mark.addToSet(e.marks)),r),t.openStart,t.openEnd);return eA.fromReplace(e,this.from,this.to,i)}invert(){return new rA(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`addMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for AddMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};$k.jsonID(`addMark`,nA);var rA=class e extends $k{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new K(tA(t.content,e=>e.mark(this.mark.removeFromSet(e.marks)),e),t.openStart,t.openEnd);return eA.fromReplace(e,this.from,this.to,n)}invert(){return new nA(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`removeMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for RemoveMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};$k.jsonID(`removeMark`,rA);var iA=class e extends $k{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return eA.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return eA.fromReplace(e,this.pos,this.pos+1,new K(W.from(n),0,+!t.isLeaf))}invert(t){let n=t.nodeAt(this.pos);if(n){let t=this.mark.addToSet(n.marks);if(t.length==n.marks.length){for(let r=0;r<n.marks.length;r++)if(!n.marks[r].isInSet(t))return new e(this.pos,n.marks[r]);return new e(this.pos,this.mark)}}return new aA(this.pos,this.mark)}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.mark)}toJSON(){return{stepType:`addNodeMark`,pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for AddNodeMarkStep.fromJSON`);return new e(n.pos,t.markFromJSON(n.mark))}};$k.jsonID(`addNodeMark`,iA);var aA=class e extends $k{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return eA.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.removeFromSet(t.marks));return eA.fromReplace(e,this.pos,this.pos+1,new K(W.from(n),0,+!t.isLeaf))}invert(e){let t=e.nodeAt(this.pos);return!t||!this.mark.isInSet(t.marks)?this:new iA(this.pos,this.mark)}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.mark)}toJSON(){return{stepType:`removeNodeMark`,pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for RemoveNodeMarkStep.fromJSON`);return new e(n.pos,t.markFromJSON(n.mark))}};$k.jsonID(`removeNodeMark`,aA);var oA=class e extends $k{constructor(e,t,n,r=!1){super(),this.from=e,this.to=t,this.slice=n,this.structure=r}apply(e){return this.structure&&cA(e,this.from,this.to)?eA.fail(`Structure replace would overwrite content`):eA.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new Xk([this.from,this.to-this.from,this.slice.size])}invert(t){return new e(this.from,this.from+this.slice.size,t.slice(this.from,this.to))}map(t){let n=t.mapResult(this.to,-1),r=this.from==this.to&&e.MAP_BIAS<0?n:t.mapResult(this.from,1);return r.deletedAcross&&n.deletedAcross?null:new e(r.pos,Math.max(r.pos,n.pos),this.slice,this.structure)}merge(t){if(!(t instanceof e)||t.structure||this.structure)return null;if(this.from+this.slice.size==t.from&&!this.slice.openEnd&&!t.slice.openStart){let n=this.slice.size+t.slice.size==0?K.empty:new K(this.slice.content.append(t.slice.content),this.slice.openStart,t.slice.openEnd);return new e(this.from,this.to+(t.to-t.from),n,this.structure)}else if(t.to==this.from&&!this.slice.openStart&&!t.slice.openEnd){let n=this.slice.size+t.slice.size==0?K.empty:new K(t.slice.content.append(this.slice.content),t.slice.openStart,this.slice.openEnd);return new e(t.from,this.to,n,this.structure)}else return null}toJSON(){let e={stepType:`replace`,from:this.from,to:this.to};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for ReplaceStep.fromJSON`);return new e(n.from,n.to,K.fromJSON(t,n.slice),!!n.structure)}};oA.MAP_BIAS=1,$k.jsonID(`replace`,oA);var sA=class e extends $k{constructor(e,t,n,r,i,a,o=!1){super(),this.from=e,this.to=t,this.gapFrom=n,this.gapTo=r,this.slice=i,this.insert=a,this.structure=o}apply(e){if(this.structure&&(cA(e,this.from,this.gapFrom)||cA(e,this.gapTo,this.to)))return eA.fail(`Structure gap-replace would overwrite content`);let t=e.slice(this.gapFrom,this.gapTo);if(t.openStart||t.openEnd)return eA.fail(`Gap is not a flat range`);let n=this.slice.insertAt(this.insert,t.content);return n?eA.fromReplace(e,this.from,this.to,n):eA.fail(`Content does not fit in gap`)}getMap(){return new Xk([this.from,this.gapFrom-this.from,this.insert,this.gapTo,this.to-this.gapTo,this.slice.size-this.insert])}invert(t){let n=this.gapTo-this.gapFrom;return new e(this.from,this.from+this.slice.size+n,this.from+this.insert,this.from+this.insert+n,t.slice(this.from,this.to).removeBetween(this.gapFrom-this.from,this.gapTo-this.from),this.gapFrom-this.from,this.structure)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1),i=this.from==this.gapFrom?n.pos:t.map(this.gapFrom,-1),a=this.to==this.gapTo?r.pos:t.map(this.gapTo,1);return n.deletedAcross&&r.deletedAcross||i<n.pos||a>r.pos?null:new e(n.pos,r.pos,i,a,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:`replaceAround`,from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`||typeof n.gapFrom!=`number`||typeof n.gapTo!=`number`||typeof n.insert!=`number`)throw RangeError(`Invalid input for ReplaceAroundStep.fromJSON`);return new e(n.from,n.to,n.gapFrom,n.gapTo,K.fromJSON(t,n.slice),n.insert,!!n.structure)}};$k.jsonID(`replaceAround`,sA);function cA(e,t,n){let r=e.resolve(t),i=n-t,a=r.depth;for(;i>0&&a>0&&r.indexAfter(a)==r.node(a).childCount;)a--,i--;if(i>0){let e=r.node(a).maybeChild(r.indexAfter(a));for(;i>0;){if(!e||e.isLeaf)return!0;e=e.firstChild,i--}}return!1}function lA(e,t,n,r){let i=[],a=[],o,s;e.doc.nodesBetween(t,n,(e,c,l)=>{if(!e.isInline)return;let u=e.marks;if(!r.isInSet(u)&&l.type.allowsMarkType(r.type)){let l=Math.max(c,t),d=Math.min(c+e.nodeSize,n),f=r.addToSet(u);for(let e=0;e<u.length;e++)u[e].isInSet(f)||(o&&o.to==l&&o.mark.eq(u[e])?o.to=d:i.push(o=new rA(l,d,u[e])));s&&s.to==l?s.to=d:a.push(s=new nA(l,d,r))}}),i.forEach(t=>e.step(t)),a.forEach(t=>e.step(t))}function uA(e,t,n,r){let i=[],a=0;e.doc.nodesBetween(t,n,(e,o)=>{if(!e.isInline)return;a++;let s=null;if(r instanceof mk){let t=e.marks,n;for(;n=r.isInSet(t);)(s||=[]).push(n),t=n.removeFromSet(t)}else r?r.isInSet(e.marks)&&(s=[r]):s=e.marks;if(s&&s.length){let r=Math.min(o+e.nodeSize,n);for(let e=0;e<s.length;e++){let n=s[e],c;for(let e=0;e<i.length;e++){let t=i[e];t.step==a-1&&n.eq(i[e].style)&&(c=t)}c?(c.to=r,c.step=a):i.push({style:n,from:Math.max(o,t),to:r,step:a})}}}),i.forEach(t=>e.step(new rA(t.from,t.to,t.style)))}function dA(e,t,n,r=n.contentMatch,i=!0){let a=e.doc.nodeAt(t),o=[],s=t+1;for(let t=0;t<a.childCount;t++){let c=a.child(t),l=s+c.nodeSize,u=r.matchType(c.type);if(!u)o.push(new oA(s,l,K.empty));else{r=u;for(let t=0;t<c.marks.length;t++)n.allowsMarkType(c.marks[t].type)||e.step(new rA(s,l,c.marks[t]));if(i&&c.isText&&n.whitespace!=`pre`){let e,t=/\r?\n|\r/g,r;for(;e=t.exec(c.text);)r||=new K(W.from(n.schema.text(` `,n.allowedMarks(c.marks))),0,0),o.push(new oA(s+e.index,s+e.index+e[0].length,r))}}s=l}if(!r.validEnd){let t=r.fillBefore(W.empty,!0);e.replace(s,s,new K(t,0,0))}for(let t=o.length-1;t>=0;t--)e.step(o[t])}function fA(e,t,n){return(t==0||e.canReplace(t,e.childCount))&&(n==e.childCount||e.canReplace(0,n))}function pA(e){let t=e.parent.content.cutByIndex(e.startIndex,e.endIndex);for(let n=e.depth,r=0,i=0;;--n){let a=e.$from.node(n),o=e.$from.index(n)+r,s=e.$to.indexAfter(n)-i;if(n<e.depth&&a.canReplace(o,s,t))return n;if(n==0||a.type.spec.isolating||!fA(a,o,s))break;o&&(r=1),s<a.childCount&&(i=1)}return null}function mA(e,t,n){let{$from:r,$to:i,depth:a}=t,o=r.before(a+1),s=i.after(a+1),c=o,l=s,u=W.empty,d=0;for(let e=a,t=!1;e>n;e--)t||r.index(e)>0?(t=!0,u=W.from(r.node(e).copy(u)),d++):c--;let f=W.empty,p=0;for(let e=a,t=!1;e>n;e--)t||i.after(e+1)<i.end(e)?(t=!0,f=W.from(i.node(e).copy(f)),p++):l++;e.step(new sA(c,l,o,s,new K(u.append(f),d,p),u.size-d,!0))}function hA(e,t,n=null,r=e){let i=_A(e,t),a=i&&vA(r,t);return a?i.map(gA).concat({type:t,attrs:n}).concat(a.map(gA)):null}function gA(e){return{type:e,attrs:null}}function _A(e,t){let{parent:n,startIndex:r,endIndex:i}=e,a=n.contentMatchAt(r).findWrapping(t);if(!a)return null;let o=a.length?a[0]:t;return n.canReplaceWith(r,i,o)?a:null}function vA(e,t){let{parent:n,startIndex:r,endIndex:i}=e,a=n.child(r),o=t.contentMatch.findWrapping(a.type);if(!o)return null;let s=(o.length?o[o.length-1]:t).contentMatch;for(let e=r;s&&e<i;e++)s=s.matchType(n.child(e).type);return!s||!s.validEnd?null:o}function yA(e,t,n){let r=W.empty;for(let e=n.length-1;e>=0;e--){if(r.size){let t=n[e].type.contentMatch.matchFragment(r);if(!t||!t.validEnd)throw RangeError(`Wrapper type given to Transform.wrap does not form valid content of its parent wrapper`)}r=W.from(n[e].type.create(n[e].attrs,r))}let i=t.start,a=t.end;e.step(new sA(i,a,i,a,new K(r,0,0),n.length,!0))}function bA(e,t,n,r,i){if(!r.isTextblock)throw RangeError(`Type given to setBlockType should be a textblock`);let a=e.steps.length;e.doc.nodesBetween(t,n,(t,n)=>{let o=typeof i==`function`?i(t):i;if(t.isTextblock&&!t.hasMarkup(r,o)&&CA(e.doc,e.mapping.slice(a).map(n),r)){let i=null;if(r.schema.linebreakReplacement){let e=r.whitespace==`pre`,t=!!r.contentMatch.matchType(r.schema.linebreakReplacement);e&&!t?i=!1:!e&&t&&(i=!0)}i===!1&&SA(e,t,n,a),dA(e,e.mapping.slice(a).map(n,1),r,void 0,i===null);let s=e.mapping.slice(a),c=s.map(n,1),l=s.map(n+t.nodeSize,1);return e.step(new sA(c,l,c+1,l-1,new K(W.from(r.create(o,null,t.marks)),0,0),1,!0)),i===!0&&xA(e,t,n,a),!1}})}function xA(e,t,n,r){t.forEach((i,a)=>{if(i.isText){let o,s=/\r?\n|\r/g;for(;o=s.exec(i.text);){let i=e.mapping.slice(r).map(n+1+a+o.index);e.replaceWith(i,i+1,t.type.schema.linebreakReplacement.create())}}})}function SA(e,t,n,r){t.forEach((i,a)=>{if(i.type==i.type.schema.linebreakReplacement){let i=e.mapping.slice(r).map(n+1+a);e.replaceWith(i,i+1,t.type.schema.text(`
@@ -1825,7 +1825,7 @@ ${n}`}}),s}function EB(e,t,n={}){let{state:r}=t,{doc:i,tr:a}=r,o=e;i.descendants
1825
1825
  <a href='${r}' target='_blank'>${i}</a>
1826
1826
  `});return(e,t)=>a.value?((0,u.openBlock)(),(0,u.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":s.value,"data-bs-content":c.value,"data-bs-html":!0,onClick:t[0]||=(...e)=>(0,u.unref)(r)&&(0,u.unref)(r)(...e)},[(0,u.withDirectives)((0,u.createElementVNode)(`img`,{src:PK,alt:`BeterDichtbij nieuws notificatie bel.`,title:o.value},null,8,BK),[[(0,u.unref)(xG)]]),(0,u.unref)(n)?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,VK)):(0,u.createCommentVNode)(``,!0)],8,zK)):(0,u.createCommentVNode)(``,!0)}}),UK={class:`profile-side`},WK=[`href`],GK={class:`nav-item`},KK=[`textContent`],qK=(0,u.defineComponent)({__name:`BDPractitionerHeader`,props:{academyUrl:{},userId:{},getNotification:{}},setup(e){let{t}=Ju(),n=e,r=(0,u.computed)(()=>t(`practitionerHeader.academyTooltip`)),i=(0,u.computed)(()=>t(`practitionerHeader.academyMenuItem`));return(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(gK,null,(0,u.createSlots)({"profile-side":(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,UK,[(0,u.createVNode)(HK,{"user-id":n.userId,"get-notification":n.getNotification},null,8,[`user-id`,`get-notification`]),n.academyUrl?((0,u.openBlock)(),(0,u.createElementBlock)(`a`,{key:0,href:n.academyUrl,target:`_blank`,rel:`noopener,noreferrer`},[(0,u.withDirectives)((0,u.createVNode)((0,u.unref)(b),{title:r.value},null,8,[`title`]),[[(0,u.unref)(xG)]])],8,WK)):(0,u.createCommentVNode)(``,!0)])]),_:2},[n.academyUrl?{name:`mobile-menu-special-options`,fn:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`li`,GK,[(0,u.createVNode)(ja,{class:`nav-link`,to:n.academyUrl},{default:(0,u.withCtx)(()=>[(0,u.createVNode)((0,u.unref)(b)),(0,u.createElementVNode)(`span`,{textContent:(0,u.toDisplayString)(i.value)},null,8,KK)]),_:1},8,[`to`])])]),key:`0`}:void 0]),1024))}}),JK=(e,t,n,r,i,a)=>{let o=(0,u.ref)(null),s=(0,u.ref)(null),c=(0,u.ref)(!1),l=(0,u.ref)(null),{showModal:d,closeModal:f}=EK(`session-time-out-modal`),p=(0,u.computed)(()=>o.value&&e?e-(o.value+1):0),m=(0,u.computed)(()=>s.value?60-s.value:0),h=(0,u.computed)(()=>c.value),g=()=>{l.value=setInterval(v,1e3),r(l.value)},_=()=>{l.value&&clearInterval(l.value)},v=()=>{o.value=(0,Vh.default)().diff(n(),`m`),s.value=(0,Vh.default)().subtract(o.value,`m`).diff(n(),`s`);let r=e??2**53-1,i=t??0;o.value>=r?(c.value=!0,d(),localStorage.setItem(`session-timeout`,`true`),window.onbeforeunload=y):o.value>=r-i?d():f()},y=e=>{e.stopPropagation(),x()},b=()=>{i(),_(),o.value=null,s.value=null,g()},x=()=>{_(),o.value=null,s.value=null,localStorage.removeItem(`session-timeout`),a()},S=()=>{c.value?x():b()};return(0,u.onMounted)(()=>{let e=document.getElementById(`session-time-out-modal`);e&&e.addEventListener(`hidden.bs.modal`,S),_(),g()}),{IsExpired:h,Minutes:p,Seconds:m,OnLogOut:()=>{x()},OnSubmit:()=>{c.value?x():f()}}},YK=(0,u.defineComponent)({__name:`BDSessionTimeOutModal`,props:[`expiredTitle`,`expiredMessage`,`expiredButtonText`,`almostExpiredTitle`,`almostExpiredMessage`,`almostExpiredButtonText`,`almostExpiredCancelButtonText`,`threshold`,`warningThreshold`,`getTime`,`setTaskId`,`setNewTime`,`logout`,`hideCancelButton`],setup(e){let t=e,{IsExpired:n,Minutes:r,Seconds:i,OnLogOut:a,OnSubmit:o}=JK(t.threshold,t.warningThreshold,t.getTime,t.setTaskId,t.setNewTime,t.logout),s=(0,u.computed)(()=>n.value?t.expiredTitle:t.almostExpiredTitle),c=(0,u.computed)(()=>n.value?t.expiredMessage:`${t.almostExpiredMessage} ${r.value}:${i.value<10?`0`+i.value:i.value}`),l=(0,u.computed)(()=>t.hideCancelButton||n.value),d=(0,u.computed)(()=>n.value?t.expiredButtonText:t.almostExpiredButtonText);return(e,n)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`session-time-out-modal`,title:s.value,"hide-close-button":!0,"hide-footer-cancel-button":l.value,"close-button-title":t.almostExpiredCancelButtonText,"submit-button-title":d.value,size:`md`,onSubmit:(0,u.unref)(o),onCancel:(0,u.unref)(a)},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(c.value),1)]),_:1},8,[`title`,`hide-footer-cancel-button`,`close-button-title`,`submit-button-title`,`onSubmit`,`onCancel`]))}}),XK={__name:`BDAssignConversationModal`,emits:[`update:isConcluded`,`update:isUnread`],setup(e,{emit:t}){let{t:n}=Ju(),r=(0,u.ref)(!1),i=(0,u.ref)(!1),a=t,o=()=>a(`update:isConcluded`,r.value),s=()=>a(`update:isUnread`,i.value);return(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`assign-conversation-modal`,title:(0,u.unref)(n)(`assignConversationModal.title`),submitButtonTitle:(0,u.unref)(n)(`assignConversationModal.submitButton`)},{default:(0,u.withCtx)(()=>[(0,u.renderSlot)(e.$slots,`body`),(0,u.createVNode)(qg,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(_g,{modelValue:r.value,"onUpdate:modelValue":t[0]||=e=>r.value=e,onChange:o},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)((0,u.unref)(n)(`assignConversationModal.conclude`)),1),(0,u.withDirectives)(((0,u.openBlock)(),(0,u.createBlock)(A,{variant:`placeholder`,class:`btn-tooltip`,title:(0,u.unref)(n)(`assignConversationModal.concludeTooltip`)},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Un)]),_:1},8,[`title`])),[[(0,u.unref)(xG)]])]),_:1},8,[`modelValue`])]),_:1}),(0,u.createVNode)(qg,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(_g,{modelValue:i.value,"onUpdate:modelValue":t[1]||=e=>i.value=e,onChange:s},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(n)(`assignConversationModal.makeUnread`)),1)]),_:1},8,[`modelValue`])]),_:1}),(0,u.renderSlot)(e.$slots,`footer`)]),_:3},8,[`title`,`submitButtonTitle`]))}},ZK=(0,u.defineComponent)({__name:`BDAttachmentUploadModal`,props:{url:{},token:{}},emits:[`cancel`,`on-submit`],setup(e,{emit:t}){let{closeModal:n}=EK(`attachment-upload-modal`),{t:r}=Ju(),i=e,a=t,o=()=>{a(`on-submit`,c.value.files),c.value.files=[],n()},s=()=>{a(`cancel`),c.value.files=[]},c=(0,u.ref)({files:[]}),l=(0,u.computed)(()=>r(`attachmentUploadModal.title`)),d=(0,u.computed)(()=>r(`attachmentUploadModal.submitButton`)),f=(0,u.computed)(()=>r(`attachmentUploadModal.infoMessage`)),p=(0,u.computed)(()=>r(`attachmentUploadModal.addAttachmentButton`)),m=(0,u.computed)(()=>r(`attachmentUploadModal.errorMessage`)),h=(0,u.computed)(()=>r(`attachmentUploadModal.fileTooBigErrorMessage`)),g=(0,u.computed)(()=>r(`attachmentUploadModal.fileSizeExceededMessage`));return(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`attachment-upload-modal`,title:l.value,"submit-button-title":d.value,onSubmit:o,onCancel:s},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`p`,null,(0,u.toDisplayString)(f.value),1),(0,u.createVNode)(fO,{modelValue:c.value,"onUpdate:modelValue":t[0]||=e=>c.value=e,"button-text":p.value,"error-message":m.value,multiple:!0,"file-size-exceeded-message":h.value,"accepted-files":`.png,.jpg,.jpeg,.gif,.docx,.doc,.xls,.xlsx,.txt,.csv,.pdf,.wav,.mp3,.m4a,.aiff,.flac,.mp4,.avi,.mov`,url:i.url,tag:`div`,token:i.token},null,8,[`modelValue`,`button-text`,`error-message`,`file-size-exceeded-message`,`url`,`token`]),(0,u.createElementVNode)(`p`,null,(0,u.toDisplayString)(g.value),1),(0,u.renderSlot)(e.$slots,`default`)]),_:3},8,[`title`,`submit-button-title`]))}}),QK={__name:`BDConfirmationModal`,props:[`modalId`,`modalTitle`,`description`,`submitButtonText`,`cancelButtonText`],setup(e,{expose:t}){let n=e,{closeModal:r,showModal:i}=EK(n.modalId),a=(0,u.ref)(null);t({Confirm:async()=>(i(),new Promise(e=>a.value=e))});let o=()=>{r(),a.value(!0)},s=()=>a.value(!1);return(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:n.modalId,title:n.modalTitle,"submit-button-title":n.submitButtonText,"close-button-title":n.cancelButtonText,"hide-close-button":!0,size:`md`,onSubmit:o,onCancel:s},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`p`,null,(0,u.toDisplayString)(n.description),1)]),_:1},8,[`id`,`title`,`submit-button-title`,`close-button-title`]))}},$K=Object.defineProperty,eq=Object.defineProperties,tq=Object.getOwnPropertyDescriptors,nq=Object.getOwnPropertySymbols,rq=Object.prototype.hasOwnProperty,iq=Object.prototype.propertyIsEnumerable,aq=(e,t,n)=>t in e?$K(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,oq=(e,t)=>{for(var n in t||={})rq.call(t,n)&&aq(e,n,t[n]);if(nq)for(var n of nq(t))iq.call(t,n)&&aq(e,n,t[n]);return e},sq=(e,t)=>eq(e,tq(t)),cq={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer(){this.autoscroll&&this.maybeAdjustScroll()},open(e){this.autoscroll&&e&&this.$nextTick(()=>this.maybeAdjustScroll())}},methods:{maybeAdjustScroll(){let e=this.$refs.dropdownMenu?.children[this.typeAheadPointer]||!1;if(e){let t=this.getDropdownViewport(),{top:n,bottom:r,height:i}=e.getBoundingClientRect();if(n<t.top)return this.$refs.dropdownMenu.scrollTop=e.offsetTop;if(r>t.bottom)return this.$refs.dropdownMenu.scrollTop=e.offsetTop-(t.height-i)}},getDropdownViewport(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},lq={data(){return{typeAheadPointer:-1}},watch:{filteredOptions(){for(let e=0;e<this.filteredOptions.length;e++)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},open(e){e&&this.typeAheadToLastSelected()},selectedValue(){this.open&&this.typeAheadToLastSelected()}},methods:{typeAheadUp(){for(let e=this.typeAheadPointer-1;e>=0;e--)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},typeAheadDown(){for(let e=this.typeAheadPointer+1;e<this.filteredOptions.length;e++)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},typeAheadSelect(){let e=this.filteredOptions[this.typeAheadPointer];e&&this.selectable(e)&&this.select(e)},typeAheadToLastSelected(){this.typeAheadPointer=this.selectedValue.length===0?-1:this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length-1])}}},uq={props:{loading:{type:Boolean,default:!1}},data(){return{mutableLoading:!1}},watch:{search(){this.$emit(`search`,this.search,this.toggleLoading)},loading(e){this.mutableLoading=e}},methods:{toggleLoading(e=null){return e==null?this.mutableLoading=!this.mutableLoading:this.mutableLoading=e}}},dq=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n},fq={},pq={xmlns:`http://www.w3.org/2000/svg`,width:`10`,height:`10`},mq=[(0,u.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)];function hq(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,pq,mq)}var gq=dq(fq,[[`render`,hq]]),_q={},vq={xmlns:`http://www.w3.org/2000/svg`,width:`14`,height:`10`},yq=[(0,u.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)];function bq(e,t){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,vq,yq)}var xq={Deselect:gq,OpenIndicator:dq(_q,[[`render`,bq]])},Sq={mounted(e,{instance:t}){if(t.appendToBody){let{height:n,top:r,left:i,width:a}=t.$refs.toggle.getBoundingClientRect(),o=window.scrollX||window.pageXOffset,s=window.scrollY||window.pageYOffset;e.unbindPosition=t.calculatePosition(e,t,{width:a+`px`,left:o+i+`px`,top:s+r+n+`px`}),document.body.appendChild(e)}},unmounted(e,{instance:t}){t.appendToBody&&(e.unbindPosition&&typeof e.unbindPosition==`function`&&e.unbindPosition(),e.parentNode&&e.parentNode.removeChild(e))}};function Cq(e){let t={};return Object.keys(e).sort().forEach(n=>{t[n]=e[n]}),JSON.stringify(t)}var wq=0;function Tq(){return++wq}var Eq={components:oq({},xq),directives:{appendToBody:Sq},mixins:[cq,lq,uq],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:e=>e},selectable:{type:Function,default:e=>!0},getOptionLabel:{type:Function,default(e){return typeof e==`object`?e.hasOwnProperty(this.label)?e[this.label]:console.warn(`[vue-select warn]: Label key "option.${this.label}" does not exist in options object ${JSON.stringify(e)}.
1827
1827
  https://vue-select.org/api/props.html#getoptionlabel`):e}},getOptionKey:{type:Function,default(e){if(typeof e!=`object`)return e;try{return e.hasOwnProperty(`id`)?e.id:Cq(e)}catch(t){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.
1828
- https://vue-select.org/api/props.html#getoptionkey`,e,t)}}},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(e,t,n){return(t||``).toLocaleLowerCase().indexOf(n.toLocaleLowerCase())>-1}},filter:{type:Function,default(e,t){return e.filter(e=>{let n=this.getOptionLabel(e);return typeof n==`number`&&(n=n.toString()),this.filterBy(e,n,t)})}},createOption:{type:Function,default(e){return typeof this.optionList[0]==`object`?{[this.label]:e}:e}},resetOnOptionsChange:{default:!1,validator:e=>[`function`,`boolean`].includes(typeof e)},clearSearchOnBlur:{type:Function,default:function({clearSearchOnSelect:e,multiple:t}){return e&&!t}},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:(e,t)=>e},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default(e,t,{width:n,top:r,left:i}){e.style.top=r,e.style.left=i,e.style.width=n}},dropdownShouldOpen:{type:Function,default({noDrop:e,open:t,mutableLoading:n}){return e?!1:t&&!n}},uid:{type:[String,Number],default:()=>Tq()}},data(){return{search:``,open:!1,isComposing:!1,pushedTags:[],_value:[],deselectButtons:[]}},computed:{isReducingValues(){return this.$props.reduce!==this.$options.props.reduce.default},isTrackingValues(){return this.modelValue===void 0||this.isReducingValues},selectedValue(){let e=this.modelValue;return this.isTrackingValues&&(e=this.$data._value),e!=null&&e!==``?[].concat(e):[]},optionList(){return this.options.concat(this.pushTags?this.pushedTags:[])},searchEl(){return this.$slots.search?this.$refs.selectedOptions.querySelector(this.searchInputQuerySelector):this.$refs.search},scope(){let e={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:oq({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:e,listFooter:e,header:sq(oq({},e),{deselect:this.deselect}),footer:sq(oq({},e),{deselect:this.deselect})}},childComponents(){return oq(oq({},xq),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(){let e=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return e;let t=this.search.length?this.filter(e,this.search,this):e;if(this.taggable&&this.search.length){let e=this.createOption(this.search);this.optionExists(e)||t.unshift(e)}return t},isValueEmpty(){return this.selectedValue.length===0},showClearButton(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}},watch:{options(e,t){!this.taggable&&(typeof this.resetOnOptionsChange==`function`?this.resetOnOptionsChange(e,t,this.selectedValue):this.resetOnOptionsChange)&&this.clearSelection(),this.modelValue&&this.isTrackingValues&&this.setInternalValueFromOptions(this.modelValue)},modelValue:{immediate:!0,handler(e){this.isTrackingValues&&this.setInternalValueFromOptions(e)}},multiple(){this.clearSelection()},open(e){this.$emit(e?`open`:`close`)}},created(){this.mutableLoading=this.loading},methods:{setInternalValueFromOptions(e){Array.isArray(e)?this.$data._value=e.map(e=>this.findOptionFromReducedValue(e)):this.$data._value=this.findOptionFromReducedValue(e)},select(e){this.$emit(`option:selecting`,e),this.isOptionSelected(e)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(e):(this.taggable&&!this.optionExists(e)&&(this.$emit(`option:created`,e),this.pushTag(e)),this.multiple&&(e=this.selectedValue.concat(e)),this.updateValue(e),this.$emit(`option:selected`,e)),this.onAfterSelect(e)},deselect(e){this.$emit(`option:deselecting`,e),this.updateValue(this.selectedValue.filter(t=>!this.optionComparator(t,e))),this.$emit(`option:deselected`,e)},clearSelection(){this.updateValue(this.multiple?[]:null)},onAfterSelect(e){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search=``)},updateValue(e){this.modelValue===void 0&&(this.$data._value=e),e!==null&&(e=Array.isArray(e)?e.map(e=>this.reduce(e)):this.reduce(e)),this.$emit(`update:modelValue`,e)},toggleDropdown(e){let t=e.target!==this.searchEl;t&&e.preventDefault();let n=[...this.deselectButtons||[],this.$refs.clearButton];if(this.searchEl===void 0||n.filter(Boolean).some(t=>t.contains(e.target)||t===e.target)){e.preventDefault();return}this.open&&t?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected(e){return this.selectedValue.some(t=>this.optionComparator(t,e))},isOptionDeselectable(e){return this.isOptionSelected(e)&&this.deselectFromDropdown},optionComparator(e,t){return this.getOptionKey(e)===this.getOptionKey(t)},findOptionFromReducedValue(e){let t=t=>JSON.stringify(this.reduce(t))===JSON.stringify(e),n=[...this.options,...this.pushedTags].filter(t);return n.length===1?n[0]:n.find(e=>this.optionComparator(e,this.$data._value))||e},closeSearchOptions(){this.open=!1,this.$emit(`search:blur`)},maybeDeleteValue(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){let e=null;this.multiple&&(e=[...this.selectedValue.slice(0,this.selectedValue.length-1)]),this.updateValue(e)}},optionExists(e){return this.optionList.some(t=>this.optionComparator(t,e))},normalizeOptionForSlot(e){return typeof e==`object`?e:{[this.label]:e}},pushTag(e){this.pushedTags.push(e)},onEscape(){this.search.length?this.search=``:this.searchEl.blur()},onSearchBlur(){if(this.mousedown&&!this.searching)this.mousedown=!1;else{let{clearSearchOnSelect:e,multiple:t}=this;this.clearSearchOnBlur({clearSearchOnSelect:e,multiple:t})&&(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(e){let t=e=>(e.preventDefault(),!this.isComposing&&this.typeAheadSelect()),n={8:e=>this.maybeDeleteValue(),9:e=>this.onTab(),27:e=>this.onEscape(),38:e=>(e.preventDefault(),this.typeAheadUp()),40:e=>(e.preventDefault(),this.typeAheadDown())};this.selectOnKeyCodes.forEach(e=>n[e]=t);let r=this.mapKeydown(n,this);if(typeof r[e.keyCode]==`function`)return r[e.keyCode](e)}}},Dq=[`dir`],Oq=[`id`,`aria-expanded`,`aria-owns`],kq={ref:`selectedOptions`,class:`vs__selected-options`},Aq=[`disabled`,`title`,`aria-label`,`onClick`],jq={ref:`actions`,class:`vs__actions`},Mq=[`disabled`],Nq={class:`vs__spinner`},Pq=[`id`],Fq=[`id`,`aria-selected`,`onMouseover`,`onClick`],Iq={key:0,class:`vs__no-options`},Lq=(0,u.createTextVNode)(` Sorry, no matching options. `),Rq=[`id`];function zq(e,t,n,r,i,a){let o=(0,u.resolveDirective)(`append-to-body`);return(0,u.openBlock)(),(0,u.createElementBlock)(`div`,{dir:n.dir,class:(0,u.normalizeClass)([`v-select`,a.stateClasses])},[(0,u.renderSlot)(e.$slots,`header`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.header))),(0,u.createElementVNode)(`div`,{id:`vs${n.uid}__combobox`,ref:`toggle`,class:`vs__dropdown-toggle`,role:`combobox`,"aria-expanded":a.dropdownOpen.toString(),"aria-owns":`vs${n.uid}__listbox`,"aria-label":`Search for option`,onMousedown:t[1]||=e=>a.toggleDropdown(e)},[(0,u.createElementVNode)(`div`,kq,[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(a.selectedValue,(t,r)=>(0,u.renderSlot)(e.$slots,`selected-option-container`,{option:a.normalizeOptionForSlot(t),deselect:a.deselect,multiple:n.multiple,disabled:n.disabled},()=>[((0,u.openBlock)(),(0,u.createElementBlock)(`span`,{key:n.getOptionKey(t),class:`vs__selected`},[(0,u.renderSlot)(e.$slots,`selected-option`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.normalizeOptionForSlot(t))),()=>[(0,u.createTextVNode)((0,u.toDisplayString)(n.getOptionLabel(t)),1)]),n.multiple?((0,u.openBlock)(),(0,u.createElementBlock)(`button`,{key:0,ref_for:!0,ref:e=>i.deselectButtons[r]=e,disabled:n.disabled,type:`button`,class:`vs__deselect`,title:`Deselect ${n.getOptionLabel(t)}`,"aria-label":`Deselect ${n.getOptionLabel(t)}`,onClick:e=>a.deselect(t)},[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(a.childComponents.Deselect)))],8,Aq)):(0,u.createCommentVNode)(``,!0)]))])),256)),(0,u.renderSlot)(e.$slots,`search`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.search)),()=>[(0,u.createElementVNode)(`input`,(0,u.mergeProps)({class:`vs__search`},a.scope.search.attributes,(0,u.toHandlers)(a.scope.search.events)),null,16)])],512),(0,u.createElementVNode)(`div`,jq,[(0,u.withDirectives)((0,u.createElementVNode)(`button`,{ref:`clearButton`,disabled:n.disabled,type:`button`,class:`vs__clear`,title:`Clear Selected`,"aria-label":`Clear Selected`,onClick:t[0]||=(...e)=>a.clearSelection&&a.clearSelection(...e)},[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(a.childComponents.Deselect)))],8,Mq),[[u.vShow,a.showClearButton]]),(0,u.renderSlot)(e.$slots,`open-indicator`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.openIndicator)),()=>[n.noDrop?(0,u.createCommentVNode)(``,!0):((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(a.childComponents.OpenIndicator),(0,u.normalizeProps)((0,u.mergeProps)({key:0},a.scope.openIndicator.attributes)),null,16))]),(0,u.renderSlot)(e.$slots,`spinner`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.spinner)),()=>[(0,u.withDirectives)((0,u.createElementVNode)(`div`,Nq,`Loading...`,512),[[u.vShow,e.mutableLoading]])])],512)],40,Oq),(0,u.createVNode)(u.Transition,{name:n.transition},{default:(0,u.withCtx)(()=>[a.dropdownOpen?(0,u.withDirectives)(((0,u.openBlock)(),(0,u.createElementBlock)(`ul`,{id:`vs${n.uid}__listbox`,ref:`dropdownMenu`,key:`vs${n.uid}__listbox`,class:`vs__dropdown-menu`,role:`listbox`,tabindex:`-1`,onMousedown:t[2]||=(0,u.withModifiers)((...e)=>a.onMousedown&&a.onMousedown(...e),[`prevent`]),onMouseup:t[3]||=(...e)=>a.onMouseUp&&a.onMouseUp(...e)},[(0,u.renderSlot)(e.$slots,`list-header`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.listHeader))),((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(a.filteredOptions,(t,r)=>((0,u.openBlock)(),(0,u.createElementBlock)(`li`,{id:`vs${n.uid}__option-${r}`,key:n.getOptionKey(t),role:`option`,class:(0,u.normalizeClass)([`vs__dropdown-option`,{"vs__dropdown-option--deselect":a.isOptionDeselectable(t)&&r===e.typeAheadPointer,"vs__dropdown-option--selected":a.isOptionSelected(t),"vs__dropdown-option--highlight":r===e.typeAheadPointer,"vs__dropdown-option--disabled":!n.selectable(t)}]),"aria-selected":r===e.typeAheadPointer?!0:null,onMouseover:i=>n.selectable(t)?e.typeAheadPointer=r:null,onClick:(0,u.withModifiers)(e=>n.selectable(t)?a.select(t):null,[`prevent`,`stop`])},[(0,u.renderSlot)(e.$slots,`option`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.normalizeOptionForSlot(t))),()=>[(0,u.createTextVNode)((0,u.toDisplayString)(n.getOptionLabel(t)),1)])],42,Fq))),128)),a.filteredOptions.length===0?((0,u.openBlock)(),(0,u.createElementBlock)(`li`,Iq,[(0,u.renderSlot)(e.$slots,`no-options`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.noOptions)),()=>[Lq])])):(0,u.createCommentVNode)(``,!0),(0,u.renderSlot)(e.$slots,`list-footer`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.listFooter)))],40,Pq)),[[o]]):((0,u.openBlock)(),(0,u.createElementBlock)(`ul`,{key:1,id:`vs${n.uid}__listbox`,role:`listbox`,style:{display:`none`,visibility:`hidden`}},null,8,Rq))]),_:3},8,[`name`]),(0,u.renderSlot)(e.$slots,`footer`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.footer)))],10,Dq)}var Bq=dq(Eq,[[`render`,zq]]),Vq=e=>typeof e==`number`,Hq=[`textContent`],Uq=[`textContent`],Wq={key:0,class:`content-library-card__body`},Gq=[`textContent`],Kq=(0,u.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(e,{emit:t}){let{t:n}=Ju(),r=e,i=t,a=(0,u.computed)(()=>`Open ${r.provider} in nieuw venster`),o=()=>{i(`on-insert`,r.itemId)},s=()=>{window.open(r.uri,`_blank`,`noopener,noreferrer`)};return(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`article`,{class:(0,u.normalizeClass)([`content-library-card`,r.cardClass])},[(0,u.createElementVNode)(`header`,null,[(0,u.renderSlot)(e.$slots,`header`,{},()=>[(0,u.createElementVNode)(`h6`,{textContent:(0,u.toDisplayString)(r.title)},null,8,Hq),r.subtitle?((0,u.openBlock)(),(0,u.createElementBlock)(`small`,{key:0,textContent:(0,u.toDisplayString)(r.subtitle)},null,8,Uq)):(0,u.createCommentVNode)(``,!0)])]),r.showBody?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,Wq,[(0,u.renderSlot)(e.$slots,`default`,{},()=>[(0,u.createElementVNode)(`p`,{textContent:(0,u.toDisplayString)(r.description),class:`content-library-card__description`},null,8,Gq)])])):(0,u.createCommentVNode)(``,!0),(0,u.createElementVNode)(`footer`,null,[r.showFooter?(0,u.renderSlot)(e.$slots,`footer`,{key:0},()=>[(0,u.createVNode)(A,{variant:`secondary`,onClick:o},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(n)(`contentLibraryCard.insert`)),1)]),_:1}),(0,u.createVNode)(A,{title:a.value,variant:`icon`,onClick:s},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Qt)]),_:1},8,[`title`])]):(0,u.createCommentVNode)(``,!0)])],2))}}),qq=(0,u.defineComponent)({__name:`BDContentLibraryCardBasic`,props:{item:{type:Object,required:!0}},setup(e){return(t,n)=>((0,u.openBlock)(),(0,u.createBlock)(Kq,(0,u.normalizeProps)((0,u.guardReactiveProps)(e.item)),null,16))}}),Jq={class:`content-library-card-image__titles`},Yq=[`textContent`],Xq=[`textContent`],Zq=[`src`],Qq=(0,u.defineComponent)({__name:`BDContentLibraryCardImage`,props:{item:{type:Object,required:!0}},setup(e){let t=e,n=(0,u.computed)(()=>{let{itemId:e,uri:n,title:r,provider:i}=t.item;return{itemId:e,uri:n,title:r,provider:i}});return(t,r)=>((0,u.openBlock)(),(0,u.createBlock)(Kq,(0,u.mergeProps)(n.value,{"card-class":`content-library-card-image`,"show-body":!1}),{header:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,Jq,[(0,u.createElementVNode)(`h6`,{textContent:(0,u.toDisplayString)(e.item.title)},null,8,Yq),(0,u.createElementVNode)(`small`,{textContent:(0,u.toDisplayString)(e.item.subtitle)},null,8,Xq)]),(0,u.createElementVNode)(`img`,{src:e.item.imageUri,class:`content-library-card-image__figure`},null,8,Zq)]),_:1},16))}}),$q=(0,u.defineComponent)({__name:`BDContentLibraryCardTitle`,props:{item:{type:Object,required:!0}},setup(e){let t=e,n=(0,u.computed)(()=>{let{itemId:e,title:n,subtitle:r,uri:i,provider:a}=t.item;return{itemId:e,title:n,subtitle:r,uri:i,provider:a}});return(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(Kq,(0,u.mergeProps)(n.value,{"show-body":!1,"card-class":`content-library-card-title`}),null,16))}}),eJ=e=>e.replace(/<\/?[^>]+(>|$)/g,``),tJ=e=>e.replace(/<li>/g,` `).replace(/<(br|\/p)>/g,` \r`),nJ=e=>e.replace(/(?:\r\n|\r|\n)/g,`<br>`),rJ={class:`top`},iJ={key:0,class:`edit-btn-group`},aJ={key:1},oJ={key:2},sJ=[`textContent`],cJ=[`textContent`],lJ=[`innerHTML`],uJ={key:0,class:`attachment-occurence`},dJ={class:`number-icon`},fJ=(0,u.defineComponent)({__name:`BDContentLibraryCardMessageTemplate`,props:{item:{type:Object,required:!0},variant:{type:String,default:`insert`,validator(e){return[`insert`,`edit`,`shared`].includes(e)}},apiUrl:{type:String,default:``}},emits:[`on-insert`,`show-attachment`,`on-change`,`delete`],setup(e,{emit:t}){let{t:n}=Ju(),r=e,i=t,a=(0,u.ref)(null),o=(0,u.ref)(!0),s=(0,u.ref)(!1),c=(0,u.computed)(()=>`collapse-preview-${r.item.itemId}`),l=(0,u.computed)(()=>O_(r.item.files)?null:r.item.files.length),d=(0,u.computed)(()=>r.variant===`insert`),f=(0,u.computed)(()=>r.variant===`edit`),p=(0,u.computed)(()=>r.variant===`shared`),m=(0,u.computed)(()=>r.item.text?nJ(r.item.text):``),h=(0,u.computed)(()=>$_(r.apiUrl,r.item.files,!1)),g=(0,u.computed)(()=>$_(r.apiUrl,r.item.files,!0)),_=(0,u.computed)(()=>o.value?n(`contentLibraryCardMessageTemplate.collapseClosed`):n(`contentLibraryCardMessageTemplate.collapseOpen`)),v=()=>{a.value&&(s.value=!o.value||a.value.scrollHeight>75||r.item.files&&r.item.files.length>0)},y=()=>{i(`on-insert`,r.item.itemId)},b=e=>{i(`show-attachment`,e)},x=()=>{i(`on-change`,r.item.itemId)},S=()=>{i(`delete`,r.item.itemId)},C=()=>{o.value=!o.value};return(0,u.watch)(()=>r.item,()=>{a.value&&(0,u.nextTick)().then(()=>{v()})},{immediate:!0,deep:!0}),(0,u.onMounted)(()=>{(0,u.nextTick)(()=>{v()})}),(t,r)=>((0,u.openBlock)(),(0,u.createBlock)(Kq,(0,u.mergeProps)(e.item,{"item-id":e.item.itemId,id:c.value,"card-class":`content-library-card-message-template ${o.value?`collapsed`:``}`,onOnInsert:y}),{header:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,rJ,[(0,u.createVNode)(ka,{variant:`gray`},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(e.item.category),1)]),_:1}),f.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,iJ,[(0,u.createVNode)(A,{title:(0,u.unref)(n)(`contentLibraryCardMessageTemplate.edit`),variant:`icon`,onClick:x},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Bt)]),_:1},8,[`title`]),(0,u.createVNode)(A,{title:(0,u.unref)(n)(`contentLibraryCardMessageTemplate.delete`),variant:`icon`,onClick:S},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Ot)]),_:1},8,[`title`])])):(0,u.createCommentVNode)(``,!0),p.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,aJ,[p.value?(0,u.withDirectives)(((0,u.openBlock)(),(0,u.createBlock)(A,{key:0,variant:`icon`,title:(0,u.unref)(n)(`contentLibraryCardMessageTemplate.popoverIsSharedByOtherUser`)},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(qn)]),_:1},8,[`title`])),[[(0,u.unref)(xG)]]):(0,u.createCommentVNode)(``,!0)])):(0,u.createCommentVNode)(``,!0),d.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,oJ,[(0,u.createVNode)(A,{class:`btn-insert`,variant:`secondary`,onClick:y},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(n)(`contentLibraryCardMessageTemplate.insert`)),1)]),_:1})])):(0,u.createCommentVNode)(``,!0)]),(0,u.createElementVNode)(`h6`,{textContent:(0,u.toDisplayString)(e.item.title)},null,8,sJ),(0,u.createElementVNode)(`small`,{textContent:(0,u.toDisplayString)(e.item.practitionerName)},null,8,cJ)]),footer:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,null,[s.value?((0,u.openBlock)(),(0,u.createBlock)(A,{key:0,class:`collapse-button`,variant:`link`,onClick:C},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(_.value),1)]),_:1})):(0,u.createCommentVNode)(``,!0)]),(0,u.createElementVNode)(`div`,null,[l.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,uJ,[(0,u.createVNode)(k),(0,u.createElementVNode)(`div`,dJ,(0,u.toDisplayString)(l.value),1)])):(0,u.createCommentVNode)(``,!0)])]),default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,{class:`content-library-card-message-template__body`,ref_key:`content`,ref:a},[(0,u.createElementVNode)(`div`,{class:`message-text`,innerHTML:m.value},null,8,lJ),h.value?.length?((0,u.openBlock)(),(0,u.createBlock)(L_,{key:0,"no-download":!0,files:h.value,"show-delete":!1},null,8,[`files`])):(0,u.createCommentVNode)(``,!0),g.value?.length?((0,u.openBlock)(),(0,u.createBlock)(K_,{key:1,"no-download":!0,files:g.value,"fast-download":!1,"show-delete":!1,onShow:b},null,8,[`files`])):(0,u.createCommentVNode)(``,!0)],512)]),_:1},16,[`item-id`,`id`,`card-class`]))}}),pJ={class:`content-library-overview`},mJ=g({__name:`BDContentLibraryOverview`,props:{items:{type:Array,default:null},cols:{type:Number,default:2}},emits:[`on-insert`,`on-change`,`delete`,`show-attachment`],setup(e,{emit:t}){let{t:n}=Ju(),r={BDContentLibraryCardBasic:qq,BDContentLibraryCardImage:Qq,BDContentLibraryCardTitle:$q,BDContentLibraryCardMessageTemplate:fJ},i=e,a=t,o=(0,u.computed)(()=>O_(i.items)),s=(0,u.computed)(()=>Math.floor(12/i.cols)),c=e=>{a(`on-insert`,e)},l=e=>{a(`on-change`,e)},d=e=>{a(`delete`,e)},f=e=>{a(`show-attachment`,e)};return(t,i)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,pJ,[(0,u.createVNode)(h,null,{default:(0,u.withCtx)(()=>[o.value?((0,u.openBlock)(),(0,u.createBlock)(p,{key:0,sm:12},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Ca,{show:``},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(n)(`contentLibraryOverview.noResults`)),1)]),_:1})]),_:1})):(0,u.createCommentVNode)(``,!0),((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(e.items,e=>((0,u.openBlock)(),(0,u.createBlock)(p,{class:`card-container`,key:e.itemId,sm:12,md:6,lg:s.value},{default:(0,u.withCtx)(()=>[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(r[e.componentToRender]||r.BDContentLibraryCardBasic),(0,u.mergeProps)({ref_for:!0},e,{item:e,onOnInsert:c,onOnChange:l,onDelete:d,onShowAttachment:f}),null,16,[`item`]))]),_:2},1032,[`lg`]))),128))]),_:1})]))}},[[`__scopeId`,`data-v-2ce4f5ce`]]),hJ={name:`TimesCircleIcon`,extends:Lp};function gJ(e){return bJ(e)||yJ(e)||vJ(e)||_J()}function _J(){throw TypeError(`Invalid attempt to spread non-iterable instance.
1828
+ https://vue-select.org/api/props.html#getoptionkey`,e,t)}}},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(e,t,n){return(t||``).toLocaleLowerCase().indexOf(n.toLocaleLowerCase())>-1}},filter:{type:Function,default(e,t){return e.filter(e=>{let n=this.getOptionLabel(e);return typeof n==`number`&&(n=n.toString()),this.filterBy(e,n,t)})}},createOption:{type:Function,default(e){return typeof this.optionList[0]==`object`?{[this.label]:e}:e}},resetOnOptionsChange:{default:!1,validator:e=>[`function`,`boolean`].includes(typeof e)},clearSearchOnBlur:{type:Function,default:function({clearSearchOnSelect:e,multiple:t}){return e&&!t}},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:(e,t)=>e},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default(e,t,{width:n,top:r,left:i}){e.style.top=r,e.style.left=i,e.style.width=n}},dropdownShouldOpen:{type:Function,default({noDrop:e,open:t,mutableLoading:n}){return e?!1:t&&!n}},uid:{type:[String,Number],default:()=>Tq()}},data(){return{search:``,open:!1,isComposing:!1,pushedTags:[],_value:[],deselectButtons:[]}},computed:{isReducingValues(){return this.$props.reduce!==this.$options.props.reduce.default},isTrackingValues(){return this.modelValue===void 0||this.isReducingValues},selectedValue(){let e=this.modelValue;return this.isTrackingValues&&(e=this.$data._value),e!=null&&e!==``?[].concat(e):[]},optionList(){return this.options.concat(this.pushTags?this.pushedTags:[])},searchEl(){return this.$slots.search?this.$refs.selectedOptions.querySelector(this.searchInputQuerySelector):this.$refs.search},scope(){let e={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:oq({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:e,listFooter:e,header:sq(oq({},e),{deselect:this.deselect}),footer:sq(oq({},e),{deselect:this.deselect})}},childComponents(){return oq(oq({},xq),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(){let e=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return e;let t=this.search.length?this.filter(e,this.search,this):e;if(this.taggable&&this.search.length){let e=this.createOption(this.search);this.optionExists(e)||t.unshift(e)}return t},isValueEmpty(){return this.selectedValue.length===0},showClearButton(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}},watch:{options(e,t){!this.taggable&&(typeof this.resetOnOptionsChange==`function`?this.resetOnOptionsChange(e,t,this.selectedValue):this.resetOnOptionsChange)&&this.clearSelection(),this.modelValue&&this.isTrackingValues&&this.setInternalValueFromOptions(this.modelValue)},modelValue:{immediate:!0,handler(e){this.isTrackingValues&&this.setInternalValueFromOptions(e)}},multiple(){this.clearSelection()},open(e){this.$emit(e?`open`:`close`)}},created(){this.mutableLoading=this.loading},methods:{setInternalValueFromOptions(e){Array.isArray(e)?this.$data._value=e.map(e=>this.findOptionFromReducedValue(e)):this.$data._value=this.findOptionFromReducedValue(e)},select(e){this.$emit(`option:selecting`,e),this.isOptionSelected(e)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(e):(this.taggable&&!this.optionExists(e)&&(this.$emit(`option:created`,e),this.pushTag(e)),this.multiple&&(e=this.selectedValue.concat(e)),this.updateValue(e),this.$emit(`option:selected`,e)),this.onAfterSelect(e)},deselect(e){this.$emit(`option:deselecting`,e),this.updateValue(this.selectedValue.filter(t=>!this.optionComparator(t,e))),this.$emit(`option:deselected`,e)},clearSelection(){this.updateValue(this.multiple?[]:null)},onAfterSelect(e){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search=``)},updateValue(e){this.modelValue===void 0&&(this.$data._value=e),e!==null&&(e=Array.isArray(e)?e.map(e=>this.reduce(e)):this.reduce(e)),this.$emit(`update:modelValue`,e)},toggleDropdown(e){let t=e.target!==this.searchEl;t&&e.preventDefault();let n=[...this.deselectButtons||[],this.$refs.clearButton];if(this.searchEl===void 0||n.filter(Boolean).some(t=>t.contains(e.target)||t===e.target)){e.preventDefault();return}this.open&&t?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected(e){return this.selectedValue.some(t=>this.optionComparator(t,e))},isOptionDeselectable(e){return this.isOptionSelected(e)&&this.deselectFromDropdown},optionComparator(e,t){return this.getOptionKey(e)===this.getOptionKey(t)},findOptionFromReducedValue(e){let t=t=>JSON.stringify(this.reduce(t))===JSON.stringify(e),n=[...this.options,...this.pushedTags].filter(t);return n.length===1?n[0]:n.find(e=>this.optionComparator(e,this.$data._value))||e},closeSearchOptions(){this.open=!1,this.$emit(`search:blur`)},maybeDeleteValue(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){let e=null;this.multiple&&(e=[...this.selectedValue.slice(0,this.selectedValue.length-1)]),this.updateValue(e)}},optionExists(e){return this.optionList.some(t=>this.optionComparator(t,e))},normalizeOptionForSlot(e){return typeof e==`object`?e:{[this.label]:e}},pushTag(e){this.pushedTags.push(e)},onEscape(){this.search.length?this.search=``:this.searchEl.blur()},onSearchBlur(){if(this.mousedown&&!this.searching)this.mousedown=!1;else{let{clearSearchOnSelect:e,multiple:t}=this;this.clearSearchOnBlur({clearSearchOnSelect:e,multiple:t})&&(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(e){let t=e=>(e.preventDefault(),!this.isComposing&&this.typeAheadSelect()),n={8:e=>this.maybeDeleteValue(),9:e=>this.onTab(),27:e=>this.onEscape(),38:e=>(e.preventDefault(),this.typeAheadUp()),40:e=>(e.preventDefault(),this.typeAheadDown())};this.selectOnKeyCodes.forEach(e=>n[e]=t);let r=this.mapKeydown(n,this);if(typeof r[e.keyCode]==`function`)return r[e.keyCode](e)}}},Dq=[`dir`],Oq=[`id`,`aria-expanded`,`aria-owns`],kq={ref:`selectedOptions`,class:`vs__selected-options`},Aq=[`disabled`,`title`,`aria-label`,`onClick`],jq={ref:`actions`,class:`vs__actions`},Mq=[`disabled`],Nq={class:`vs__spinner`},Pq=[`id`],Fq=[`id`,`aria-selected`,`onMouseover`,`onClick`],Iq={key:0,class:`vs__no-options`},Lq=(0,u.createTextVNode)(` Sorry, no matching options. `),Rq=[`id`];function zq(e,t,n,r,i,a){let o=(0,u.resolveDirective)(`append-to-body`);return(0,u.openBlock)(),(0,u.createElementBlock)(`div`,{dir:n.dir,class:(0,u.normalizeClass)([`v-select`,a.stateClasses])},[(0,u.renderSlot)(e.$slots,`header`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.header))),(0,u.createElementVNode)(`div`,{id:`vs${n.uid}__combobox`,ref:`toggle`,class:`vs__dropdown-toggle`,role:`combobox`,"aria-expanded":a.dropdownOpen.toString(),"aria-owns":`vs${n.uid}__listbox`,"aria-label":`Search for option`,onMousedown:t[1]||=e=>a.toggleDropdown(e)},[(0,u.createElementVNode)(`div`,kq,[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(a.selectedValue,(t,r)=>(0,u.renderSlot)(e.$slots,`selected-option-container`,{option:a.normalizeOptionForSlot(t),deselect:a.deselect,multiple:n.multiple,disabled:n.disabled},()=>[((0,u.openBlock)(),(0,u.createElementBlock)(`span`,{key:n.getOptionKey(t),class:`vs__selected`},[(0,u.renderSlot)(e.$slots,`selected-option`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.normalizeOptionForSlot(t))),()=>[(0,u.createTextVNode)((0,u.toDisplayString)(n.getOptionLabel(t)),1)]),n.multiple?((0,u.openBlock)(),(0,u.createElementBlock)(`button`,{key:0,ref_for:!0,ref:e=>i.deselectButtons[r]=e,disabled:n.disabled,type:`button`,class:`vs__deselect`,title:`Deselect ${n.getOptionLabel(t)}`,"aria-label":`Deselect ${n.getOptionLabel(t)}`,onClick:e=>a.deselect(t)},[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(a.childComponents.Deselect)))],8,Aq)):(0,u.createCommentVNode)(``,!0)]))])),256)),(0,u.renderSlot)(e.$slots,`search`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.search)),()=>[(0,u.createElementVNode)(`input`,(0,u.mergeProps)({class:`vs__search`},a.scope.search.attributes,(0,u.toHandlers)(a.scope.search.events)),null,16)])],512),(0,u.createElementVNode)(`div`,jq,[(0,u.withDirectives)((0,u.createElementVNode)(`button`,{ref:`clearButton`,disabled:n.disabled,type:`button`,class:`vs__clear`,title:`Clear Selected`,"aria-label":`Clear Selected`,onClick:t[0]||=(...e)=>a.clearSelection&&a.clearSelection(...e)},[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(a.childComponents.Deselect)))],8,Mq),[[u.vShow,a.showClearButton]]),(0,u.renderSlot)(e.$slots,`open-indicator`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.openIndicator)),()=>[n.noDrop?(0,u.createCommentVNode)(``,!0):((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(a.childComponents.OpenIndicator),(0,u.normalizeProps)((0,u.mergeProps)({key:0},a.scope.openIndicator.attributes)),null,16))]),(0,u.renderSlot)(e.$slots,`spinner`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.spinner)),()=>[(0,u.withDirectives)((0,u.createElementVNode)(`div`,Nq,`Loading...`,512),[[u.vShow,e.mutableLoading]])])],512)],40,Oq),(0,u.createVNode)(u.Transition,{name:n.transition},{default:(0,u.withCtx)(()=>[a.dropdownOpen?(0,u.withDirectives)(((0,u.openBlock)(),(0,u.createElementBlock)(`ul`,{id:`vs${n.uid}__listbox`,ref:`dropdownMenu`,key:`vs${n.uid}__listbox`,class:`vs__dropdown-menu`,role:`listbox`,tabindex:`-1`,onMousedown:t[2]||=(0,u.withModifiers)((...e)=>a.onMousedown&&a.onMousedown(...e),[`prevent`]),onMouseup:t[3]||=(...e)=>a.onMouseUp&&a.onMouseUp(...e)},[(0,u.renderSlot)(e.$slots,`list-header`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.listHeader))),((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(a.filteredOptions,(t,r)=>((0,u.openBlock)(),(0,u.createElementBlock)(`li`,{id:`vs${n.uid}__option-${r}`,key:n.getOptionKey(t),role:`option`,class:(0,u.normalizeClass)([`vs__dropdown-option`,{"vs__dropdown-option--deselect":a.isOptionDeselectable(t)&&r===e.typeAheadPointer,"vs__dropdown-option--selected":a.isOptionSelected(t),"vs__dropdown-option--highlight":r===e.typeAheadPointer,"vs__dropdown-option--disabled":!n.selectable(t)}]),"aria-selected":r===e.typeAheadPointer?!0:null,onMouseover:i=>n.selectable(t)?e.typeAheadPointer=r:null,onClick:(0,u.withModifiers)(e=>n.selectable(t)?a.select(t):null,[`prevent`,`stop`])},[(0,u.renderSlot)(e.$slots,`option`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.normalizeOptionForSlot(t))),()=>[(0,u.createTextVNode)((0,u.toDisplayString)(n.getOptionLabel(t)),1)])],42,Fq))),128)),a.filteredOptions.length===0?((0,u.openBlock)(),(0,u.createElementBlock)(`li`,Iq,[(0,u.renderSlot)(e.$slots,`no-options`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.noOptions)),()=>[Lq])])):(0,u.createCommentVNode)(``,!0),(0,u.renderSlot)(e.$slots,`list-footer`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.listFooter)))],40,Pq)),[[o]]):((0,u.openBlock)(),(0,u.createElementBlock)(`ul`,{key:1,id:`vs${n.uid}__listbox`,role:`listbox`,style:{display:`none`,visibility:`hidden`}},null,8,Rq))]),_:3},8,[`name`]),(0,u.renderSlot)(e.$slots,`footer`,(0,u.normalizeProps)((0,u.guardReactiveProps)(a.scope.footer)))],10,Dq)}var Bq=dq(Eq,[[`render`,zq]]),Vq=e=>typeof e==`number`,Hq=[`textContent`],Uq=[`textContent`],Wq={key:0,class:`content-library-card__body`},Gq=[`textContent`],Kq=(0,u.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(e,{emit:t}){let{t:n}=Ju(),r=e,i=t,a=(0,u.computed)(()=>`Open ${r.provider} in nieuw venster`),o=()=>{i(`on-insert`,r.itemId)},s=()=>{window.open(r.uri,`_blank`,`noopener,noreferrer`)};return(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`article`,{class:(0,u.normalizeClass)([`content-library-card`,r.cardClass])},[(0,u.createElementVNode)(`header`,null,[(0,u.renderSlot)(e.$slots,`header`,{},()=>[(0,u.createElementVNode)(`h6`,{textContent:(0,u.toDisplayString)(r.title)},null,8,Hq),r.subtitle?((0,u.openBlock)(),(0,u.createElementBlock)(`small`,{key:0,textContent:(0,u.toDisplayString)(r.subtitle)},null,8,Uq)):(0,u.createCommentVNode)(``,!0)])]),r.showBody?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,Wq,[(0,u.renderSlot)(e.$slots,`default`,{},()=>[(0,u.createElementVNode)(`p`,{textContent:(0,u.toDisplayString)(r.description),class:`content-library-card__description`},null,8,Gq)])])):(0,u.createCommentVNode)(``,!0),(0,u.createElementVNode)(`footer`,null,[r.showFooter?(0,u.renderSlot)(e.$slots,`footer`,{key:0},()=>[(0,u.createVNode)(A,{variant:`secondary`,onClick:o},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(n)(`contentLibraryCard.insert`)),1)]),_:1}),(0,u.createVNode)(A,{title:a.value,variant:`icon`,onClick:s},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Qt)]),_:1},8,[`title`])]):(0,u.createCommentVNode)(``,!0)])],2))}}),qq=(0,u.defineComponent)({__name:`BDContentLibraryCardBasic`,props:{item:{type:Object,required:!0}},setup(e){return(t,n)=>((0,u.openBlock)(),(0,u.createBlock)(Kq,(0,u.normalizeProps)((0,u.guardReactiveProps)(e.item)),null,16))}}),Jq={class:`content-library-card-image__titles`},Yq=[`textContent`],Xq=[`textContent`],Zq=[`src`],Qq=(0,u.defineComponent)({__name:`BDContentLibraryCardImage`,props:{item:{type:Object,required:!0}},setup(e){let t=e,n=(0,u.computed)(()=>{let{itemId:e,uri:n,title:r,provider:i}=t.item;return{itemId:e,uri:n,title:r,provider:i}});return(t,r)=>((0,u.openBlock)(),(0,u.createBlock)(Kq,(0,u.mergeProps)(n.value,{"card-class":`content-library-card-image`,"show-body":!1}),{header:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,Jq,[(0,u.createElementVNode)(`h6`,{textContent:(0,u.toDisplayString)(e.item.title)},null,8,Yq),(0,u.createElementVNode)(`small`,{textContent:(0,u.toDisplayString)(e.item.subtitle)},null,8,Xq)]),(0,u.createElementVNode)(`img`,{src:e.item.imageUri,class:`content-library-card-image__figure`},null,8,Zq)]),_:1},16))}}),$q=(0,u.defineComponent)({__name:`BDContentLibraryCardTitle`,props:{item:{type:Object,required:!0}},setup(e){let t=e,n=(0,u.computed)(()=>{let{itemId:e,title:n,subtitle:r,uri:i,provider:a}=t.item;return{itemId:e,title:n,subtitle:r,uri:i,provider:a}});return(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(Kq,(0,u.mergeProps)(n.value,{"show-body":!1,"card-class":`content-library-card-title`}),null,16))}}),eJ=e=>e.replace(/<\/?[^>]+(>|$)/g,``),tJ=e=>e.replace(/<li>/g,` `).replace(/<(br|\/p)>/g,` \r`),nJ=e=>e.replace(/(?:\r\n|\r|\n)/g,`<br>`),rJ={class:`top`},iJ={key:0,class:`edit-btn-group`},aJ={key:1},oJ={key:2},sJ=[`textContent`],cJ=[`textContent`],lJ=[`innerHTML`],uJ={key:0,class:`attachment-occurence`},dJ={class:`number-icon`},fJ=(0,u.defineComponent)({__name:`BDContentLibraryCardMessageTemplate`,props:{item:{type:Object,required:!0},variant:{type:String,default:`insert`,validator(e){return[`insert`,`edit`,`shared`].includes(e)}},apiUrl:{type:String,default:``}},emits:[`on-insert`,`show-attachment`,`on-change`,`delete`],setup(e,{emit:t}){let{t:n}=Ju(),r=e,i=t,a=(0,u.ref)(null),o=(0,u.ref)(!0),s=(0,u.ref)(!1),c=(0,u.computed)(()=>`collapse-preview-${r.item.itemId}`),l=(0,u.computed)(()=>O_(r.item.files)?null:r.item.files.length),d=(0,u.computed)(()=>r.variant===`insert`),f=(0,u.computed)(()=>r.variant===`edit`),p=(0,u.computed)(()=>r.variant===`shared`),m=(0,u.computed)(()=>r.item.text?nJ(r.item.text):``),h=(0,u.computed)(()=>$_(r.apiUrl,r.item.files,!1)),g=(0,u.computed)(()=>$_(r.apiUrl,r.item.files,!0)),_=(0,u.computed)(()=>o.value?n(`contentLibraryCardMessageTemplate.collapseClosed`):n(`contentLibraryCardMessageTemplate.collapseOpen`)),v=()=>{a.value&&(s.value=!o.value||a.value.scrollHeight>75||r.item.files&&r.item.files.length>0)},y=()=>{i(`on-insert`,r.item.itemId)},b=e=>{i(`show-attachment`,e)},x=()=>{i(`on-change`,r.item.itemId)},S=()=>{i(`delete`,r.item.itemId)},C=()=>{o.value=!o.value};return(0,u.watch)(()=>r.item,()=>{a.value&&(0,u.nextTick)().then(()=>{v()})},{immediate:!0,deep:!0}),(0,u.onMounted)(()=>{(0,u.nextTick)(()=>{v()})}),(t,r)=>((0,u.openBlock)(),(0,u.createBlock)(Kq,(0,u.mergeProps)(e.item,{"item-id":e.item.itemId,id:c.value,"card-class":`content-library-card-message-template ${o.value?`collapsed`:``}`,onOnInsert:y}),{header:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,rJ,[(0,u.createVNode)(ka,{variant:`gray`},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(e.item.category),1)]),_:1}),f.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,iJ,[(0,u.createVNode)(A,{title:(0,u.unref)(n)(`contentLibraryCardMessageTemplate.edit`),variant:`icon`,onClick:x},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Bt)]),_:1},8,[`title`]),(0,u.createVNode)(A,{title:(0,u.unref)(n)(`contentLibraryCardMessageTemplate.delete`),variant:`icon`,onClick:S},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Ot)]),_:1},8,[`title`])])):(0,u.createCommentVNode)(``,!0),p.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,aJ,[p.value?(0,u.withDirectives)(((0,u.openBlock)(),(0,u.createBlock)(A,{key:0,variant:`icon`,title:(0,u.unref)(n)(`contentLibraryCardMessageTemplate.popoverIsSharedByOtherUser`)},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(qn)]),_:1},8,[`title`])),[[(0,u.unref)(xG)]]):(0,u.createCommentVNode)(``,!0)])):(0,u.createCommentVNode)(``,!0),d.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,oJ,[(0,u.createVNode)(A,{class:`btn-insert`,variant:`secondary`,onClick:y},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(n)(`contentLibraryCardMessageTemplate.insert`)),1)]),_:1})])):(0,u.createCommentVNode)(``,!0)]),(0,u.createElementVNode)(`h6`,{textContent:(0,u.toDisplayString)(e.item.title)},null,8,sJ),(0,u.createElementVNode)(`small`,{textContent:(0,u.toDisplayString)(e.item.practitionerName)},null,8,cJ)]),footer:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,null,[s.value?((0,u.openBlock)(),(0,u.createBlock)(A,{key:0,class:`collapse-button`,variant:`link`,onClick:C},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(_.value),1)]),_:1})):(0,u.createCommentVNode)(``,!0)]),(0,u.createElementVNode)(`div`,null,[l.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,uJ,[(0,u.createVNode)(k),(0,u.createElementVNode)(`div`,dJ,(0,u.toDisplayString)(l.value),1)])):(0,u.createCommentVNode)(``,!0)])]),default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,{class:`content-library-card-message-template__body`,ref_key:`content`,ref:a},[(0,u.createElementVNode)(`div`,{class:`message-text`,innerHTML:m.value},null,8,lJ),h.value?.length?((0,u.openBlock)(),(0,u.createBlock)(L_,{key:0,"no-download":!0,files:h.value,"show-delete":!1},null,8,[`files`])):(0,u.createCommentVNode)(``,!0),g.value?.length?((0,u.openBlock)(),(0,u.createBlock)(K_,{key:1,"no-download":!0,files:g.value,"fast-download":!1,"show-delete":!1,onShow:b},null,8,[`files`])):(0,u.createCommentVNode)(``,!0)],512)]),_:1},16,[`item-id`,`id`,`card-class`]))}}),pJ={class:`content-library-overview`},mJ=g({__name:`BDContentLibraryOverview`,props:{items:{type:Array,default:null},cols:{type:Number,default:2}},emits:[`on-insert`,`on-change`,`delete`,`show-attachment`],setup(e,{emit:t}){let{t:n}=Ju(),r={BDContentLibraryCardBasic:qq,BDContentLibraryCardImage:Qq,BDContentLibraryCardTitle:$q,BDContentLibraryCardMessageTemplate:fJ},i=e,a=t,o=(0,u.computed)(()=>O_(i.items)),s=(0,u.computed)(()=>Math.floor(12/i.cols)),c=e=>{a(`on-insert`,e)},l=e=>{a(`on-change`,e)},d=e=>{a(`delete`,e)},f=e=>{a(`show-attachment`,e)};return(t,i)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,pJ,[(0,u.createVNode)(h,null,{default:(0,u.withCtx)(()=>[o.value?((0,u.openBlock)(),(0,u.createBlock)(p,{key:0,sm:12},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Ca,{show:``},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(n)(`contentLibraryOverview.noResults`)),1)]),_:1})]),_:1})):(0,u.createCommentVNode)(``,!0),((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(e.items,e=>((0,u.openBlock)(),(0,u.createBlock)(p,{class:`card-container`,key:e.itemId,sm:12,md:6,lg:s.value},{default:(0,u.withCtx)(()=>[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(r[e.componentToRender]||r.BDContentLibraryCardBasic),(0,u.mergeProps)({ref_for:!0},e,{item:e,onOnInsert:c,onOnChange:l,onDelete:d,onShowAttachment:f}),null,16,[`item`]))]),_:2},1032,[`lg`]))),128))]),_:1})]))}},[[`__scopeId`,`data-v-1101b264`]]),hJ={name:`TimesCircleIcon`,extends:Lp};function gJ(e){return bJ(e)||yJ(e)||vJ(e)||_J()}function _J(){throw TypeError(`Invalid attempt to spread non-iterable instance.
1829
1829
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function vJ(e,t){if(e){if(typeof e==`string`)return xJ(e,t);var n={}.toString.call(e).slice(8,-1);return n===`Object`&&e.constructor&&(n=e.constructor.name),n===`Map`||n===`Set`?Array.from(e):n===`Arguments`||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?xJ(e,t):void 0}}function yJ(e){if(typeof Symbol<`u`&&e[Symbol.iterator]!=null||e[`@@iterator`]!=null)return Array.from(e)}function bJ(e){if(Array.isArray(e))return xJ(e)}function xJ(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function SJ(e,t,n,r,i,a){return(0,u.openBlock)(),(0,u.createElementBlock)(`svg`,(0,u.mergeProps)({width:`14`,height:`14`,viewBox:`0 0 14 14`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.pti()),gJ(t[0]||=[(0,u.createElementVNode)(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M7 14C5.61553 14 4.26215 13.5895 3.11101 12.8203C1.95987 12.0511 1.06266 10.9579 0.532846 9.67879C0.00303296 8.3997 -0.13559 6.99224 0.134506 5.63437C0.404603 4.2765 1.07129 3.02922 2.05026 2.05026C3.02922 1.07129 4.2765 0.404603 5.63437 0.134506C6.99224 -0.13559 8.3997 0.00303296 9.67879 0.532846C10.9579 1.06266 12.0511 1.95987 12.8203 3.11101C13.5895 4.26215 14 5.61553 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM7 1.16667C5.84628 1.16667 4.71846 1.50879 3.75918 2.14976C2.79989 2.79074 2.05222 3.70178 1.61071 4.76768C1.16919 5.83358 1.05367 7.00647 1.27876 8.13803C1.50384 9.26958 2.05941 10.309 2.87521 11.1248C3.69102 11.9406 4.73042 12.4962 5.86198 12.7212C6.99353 12.9463 8.16642 12.8308 9.23232 12.3893C10.2982 11.9478 11.2093 11.2001 11.8502 10.2408C12.4912 9.28154 12.8333 8.15373 12.8333 7C12.8333 5.45291 12.2188 3.96918 11.1248 2.87521C10.0308 1.78125 8.5471 1.16667 7 1.16667ZM4.66662 9.91668C4.58998 9.91704 4.51404 9.90209 4.44325 9.87271C4.37246 9.84333 4.30826 9.8001 4.2544 9.74557C4.14516 9.6362 4.0838 9.48793 4.0838 9.33335C4.0838 9.17876 4.14516 9.0305 4.2544 8.92113L6.17553 7L4.25443 5.07891C4.15139 4.96832 4.09529 4.82207 4.09796 4.67094C4.10063 4.51982 4.16185 4.37563 4.26872 4.26876C4.3756 4.16188 4.51979 4.10066 4.67091 4.09799C4.82204 4.09532 4.96829 4.15142 5.07887 4.25446L6.99997 6.17556L8.92106 4.25446C9.03164 4.15142 9.1779 4.09532 9.32903 4.09799C9.48015 4.10066 9.62434 4.16188 9.73121 4.26876C9.83809 4.37563 9.89931 4.51982 9.90198 4.67094C9.90464 4.82207 9.84855 4.96832 9.74551 5.07891L7.82441 7L9.74554 8.92113C9.85478 9.0305 9.91614 9.17876 9.91614 9.33335C9.91614 9.48793 9.85478 9.6362 9.74554 9.74557C9.69168 9.8001 9.62748 9.84333 9.55669 9.87271C9.4859 9.90209 9.40996 9.91704 9.33332 9.91668C9.25668 9.91704 9.18073 9.90209 9.10995 9.87271C9.03916 9.84333 8.97495 9.8001 8.9211 9.74557L6.99997 7.82444L5.07884 9.74557C5.02499 9.8001 4.96078 9.84333 4.88999 9.87271C4.81921 9.90209 4.74326 9.91704 4.66662 9.91668Z`,fill:`currentColor`},null,-1)]),16)}hJ.render=SJ;var CJ=pp.extend({name:`chip`,style:`
1830
1830
  .p-chip {
1831
1831
  display: inline-flex;
@@ -1881,4 +1881,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1881
1881
  }
1882
1882
  `,classes:{root:`p-chip p-component`,image:`p-chip-image`,icon:`p-chip-icon`,label:`p-chip-label`,removeIcon:`p-chip-remove-icon`}}),wJ={name:`Chip`,extends:{name:`BaseChip`,extends:kp,props:{label:{type:[String,Number],default:null},icon:{type:String,default:null},image:{type:String,default:null},removable:{type:Boolean,default:!1},removeIcon:{type:String,default:void 0}},style:CJ,provide:function(){return{$pcChip:this,$parentInstance:this}}},inheritAttrs:!1,emits:[`remove`],data:function(){return{visible:!0}},methods:{onKeydown:function(e){(e.key===`Enter`||e.key===`Backspace`)&&this.close(e)},close:function(e){this.visible=!1,this.$emit(`remove`,e)}},computed:{dataP:function(){return Sd({removable:this.removable})}},components:{TimesCircleIcon:hJ}},TJ=[`aria-label`,`data-p`],EJ=[`src`];function DJ(e,t,n,r,i,a){return i.visible?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,(0,u.mergeProps)({key:0,class:e.cx(`root`),"aria-label":e.label},e.ptmi(`root`),{"data-p":a.dataP}),[(0,u.renderSlot)(e.$slots,`default`,{},function(){return[e.image?((0,u.openBlock)(),(0,u.createElementBlock)(`img`,(0,u.mergeProps)({key:0,src:e.image},e.ptm(`image`),{class:e.cx(`image`)}),null,16,EJ)):e.$slots.icon?((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e.$slots.icon),(0,u.mergeProps)({key:1,class:e.cx(`icon`)},e.ptm(`icon`)),null,16,[`class`])):e.icon?((0,u.openBlock)(),(0,u.createElementBlock)(`span`,(0,u.mergeProps)({key:2,class:[e.cx(`icon`),e.icon]},e.ptm(`icon`)),null,16)):(0,u.createCommentVNode)(``,!0),e.label===null?(0,u.createCommentVNode)(``,!0):((0,u.openBlock)(),(0,u.createElementBlock)(`div`,(0,u.mergeProps)({key:3,class:e.cx(`label`)},e.ptm(`label`)),(0,u.toDisplayString)(e.label),17))]}),e.removable?(0,u.renderSlot)(e.$slots,`removeicon`,{key:0,removeCallback:a.close,keydownCallback:a.onKeydown},function(){return[((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e.removeIcon?`span`:`TimesCircleIcon`),(0,u.mergeProps)({class:[e.cx(`removeIcon`),e.removeIcon],onClick:a.close,onKeydown:a.onKeydown},e.ptm(`removeIcon`)),null,16,[`class`,`onClick`,`onKeydown`]))]}):(0,u.createCommentVNode)(``,!0)],16,TJ)):(0,u.createCommentVNode)(``,!0)}wJ.render=DJ;var OJ={key:0,class:`bd-active-filters`},kJ={class:`options`},AJ=(0,u.defineComponent)({__name:`BDActiveFilters`,props:(0,u.mergeModels)({filters:{}},{modelValue:{},modelModifiers:{}}),emits:[`update:modelValue`],setup(e){let{t}=Ju(),n=(0,u.useModel)(e,`modelValue`),r=e,i=(0,u.computed)(()=>t(`activeFilters.title`)),a=(0,u.computed)(()=>t(`activeFilters.clearAll`)),o=(0,u.computed)(()=>n.value&&n.value.length>0),s=(0,u.computed)(()=>r.filters.filter(e=>n.value?.some(t=>t.startsWith(`${e.id}-`)))),c=e=>e.options.concat(e.moreOptions||[]).filter(t=>n.value?.some(n=>n===`${e.id}-${t.item}`)),l=()=>{n.value=[]},d=e=>{if(!n.value)return;let t=n.value.indexOf(e);t!==-1&&n.value?.splice(t,1)};return(e,t)=>o.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,OJ,[(0,u.createElementVNode)(`header`,null,[(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(i.value),1),(0,u.createVNode)(A,{variant:`link`,onClick:l,textContent:(0,u.toDisplayString)(a.value)},null,8,[`textContent`])]),((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(s.value,e=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{key:e.id,class:`filter`},[(0,u.createElementVNode)(`label`,null,(0,u.toDisplayString)(e.label)+`:`,1),(0,u.createElementVNode)(`div`,kJ,[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(c(e),t=>(0,u.withDirectives)(((0,u.openBlock)(),(0,u.createBlock)((0,u.unref)(wJ),{key:e.id+`-`+t.item,label:t.name,removable:``,onRemove:n=>d(`${e.id}-${t.item}`)},null,8,[`label`,`onRemove`])),[[(0,u.unref)(xG),t.name]])),128))])]))),128))])):(0,u.createCommentVNode)(``,!0)}}),jJ=[`id`],MJ={class:`collapse-button-container`},NJ={class:`collapsed-show`},PJ={class:`collapsed-hide`},FJ=(0,u.defineComponent)({__name:`BDFilterCard`,props:{enableEditCategory:{type:Boolean},filters:{},searchForm:{}},emits:[`check`],setup(e,{emit:t}){let{t:n}=Ju(),r=t,i=(0,u.computed)(()=>n(`filterCard.more`)),a=(0,u.computed)(()=>n(`filterCard.less`)),o=e=>e.replace(/\s/g,`-`),s=()=>r(`check`);return(t,n)=>((0,u.openBlock)(),(0,u.createBlock)(Wa,{class:`bd-filter-card`,title:`Filter`,"show-on":`md`,"collapse-on":`md`},{body:(0,u.withCtx)(()=>[(0,u.createVNode)(AJ,{modelValue:e.searchForm.selectedFilters,"onUpdate:modelValue":n[0]||=t=>e.searchForm.selectedFilters=t,filters:e.filters},null,8,[`modelValue`,`filters`]),((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(e.filters,(r,c)=>((0,u.openBlock)(),(0,u.createBlock)(qg,{key:r.label,label:r.label},{default:(0,u.withCtx)(()=>[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(r.options,(t,i)=>((0,u.openBlock)(),(0,u.createBlock)(_g,{modelValue:e.searchForm.selectedFilters,"onUpdate:modelValue":n[1]||=t=>e.searchForm.selectedFilters=t,key:i,value:`${r.id}-${t.item}`,onChange:s},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(t.name),1)]),_:2},1032,[`modelValue`,`value`]))),128)),r.moreOptions?((0,u.openBlock)(),(0,u.createElementBlock)(u.Fragment,{key:0},[(0,u.createElementVNode)(`div`,{id:`collapse-${o(r.label)}`,class:`collapse`},[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(r.moreOptions,(t,i)=>((0,u.openBlock)(),(0,u.createBlock)(_g,{modelValue:e.searchForm.selectedFilters,"onUpdate:modelValue":n[2]||=t=>e.searchForm.selectedFilters=t,key:i,value:`${r.id}-${t.item}`,onChange:s},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(t.name),1)]),_:2},1032,[`modelValue`,`value`]))),128))],8,jJ),(0,u.createElementVNode)(`div`,MJ,[(0,u.createVNode)(A,{class:(0,u.normalizeClass)([`collapse-button collapsed`,{"collapse-button-last":e.filters.length-1===c}]),variant:`link`,"data-bs-toggle":`collapse`,"data-bs-target":`#collapse-${o(r.label)}`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(w,{class:`collapsed-show`}),(0,u.createElementVNode)(`span`,NJ,(0,u.toDisplayString)(i.value),1),(0,u.createVNode)(O,{class:`collapsed-hide`}),(0,u.createElementVNode)(`span`,PJ,(0,u.toDisplayString)(a.value),1)]),_:1},8,[`class`,`data-bs-target`])])],64)):(0,u.createCommentVNode)(``,!0),(0,u.renderSlot)(t.$slots,`filter-extra`,{filter:r})]),_:2},1032,[`label`]))),128))]),_:3}))}}),IJ={class:`content-library-template`},LJ={class:`number-of-messages`},RJ=[`src`],zJ=[`src`],BJ=(0,u.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(e,{emit:t}){let{t:n}=Ju(),r=e,i=t,a=(0,u.ref)(r.modelValue);(0,u.watch)(()=>r.modelValue,e=>{a.value=e},{immediate:!0,deep:!0});let o=(0,u.computed)(()=>r.modelValue?.provider?.SupportsSearch?n(`contentLibraryTemplate.searchPlaceholderSearch`):n(`contentLibraryTemplate.searchPlaceholder`)),s=(0,u.computed)(()=>D_(r.providerSelectOptions)&&r.providerSelectOptions.length>1),c=(0,u.computed)(()=>r.provider&&D_(r.provider.items)?r.provider.items:[]),l=(0,u.computed)(()=>r.provider&&D_(r.provider.filters)),d=(0,u.computed)(()=>{let e=0;return r.provider&&Vq(r.provider.totalNumber)&&(e=r.provider.totalNumber),e===1?`${e} ${n(`contentLibraryTemplate.message`)}`:`${e} ${n(`contentLibraryTemplate.messages`)}`}),f=(0,u.computed)(()=>r.provider&&r.provider.pageSize&&r.provider.totalNumber&&r.provider.pageSize<=r.provider.totalNumber),m=(0,u.computed)(()=>r.provider&&r.provider.totalNumber?r.provider.totalNumber:0),g=(0,u.computed)(()=>l.value?9:12),_=(0,u.computed)(()=>r.provider&&!l.value?3:2),v=(0,u.computed)(()=>r.showAddButton||s.value),y=(0,u.computed)(()=>({md:3,lg:3})),b=(0,u.computed)(()=>({md:9,lg:9})),x=(0,u.computed)(()=>({sm:12,md:8,lg:s.value?7:8,"offset-lg":v.value?0:3,"offset-md":v.value?0:3})),S=(0,u.computed)(()=>({sm:12,md:v.value?4:3,lg:s.value?5:4})),C=e=>e.label===`Categorieën`&&r.editCategory,w=()=>{i(`create`)},T=e=>{i(`on-insert`,e)},E=e=>{i(`on-change`,e)},D=e=>{i(`delete`,e)},O=()=>{i(`update`,`category`)},ee=()=>{a.value.currentPage=1,i(`on-input`,a.value)},te=()=>{i(`on-input`,a.value)},ne=e=>{i(`show-attachment`,e)},k=e=>{i(`provider-changed`,e.value)};return(t,i)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,IJ,[(0,u.createVNode)(h,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,(0,u.mergeProps)(y.value,{class:`content-library-header content-library-header__messages`}),{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`span`,LJ,(0,u.toDisplayString)(d.value),1)]),_:1},16),(0,u.createVNode)(p,(0,u.mergeProps)(b.value,{class:`content-library-header`}),{default:(0,u.withCtx)(()=>[(0,u.createVNode)(h,{class:`controls-row`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,(0,u.mergeProps)(x.value,{class:`search-block`}),{default:(0,u.withCtx)(()=>[(0,u.createVNode)(zg,{type:`text`,modelValue:a.value.searchTerm,"onUpdate:modelValue":i[0]||=e=>a.value.searchTerm=e,placeholder:o.value,delayTimeMs:500,class:`search-input`,onInput:ee,autofocus:``},null,8,[`modelValue`,`placeholder`])]),_:1},16),e.showAddButton?((0,u.openBlock)(),(0,u.createBlock)(p,(0,u.mergeProps)({key:0},S.value,{class:`add-button-block`}),{default:(0,u.withCtx)(()=>[e.showAddButton?((0,u.openBlock)(),(0,u.createBlock)(A,{key:0,class:`add-button`,onClick:w},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(oi),(0,u.createTextVNode)(` `+(0,u.toDisplayString)((0,u.unref)(n)(`contentLibraryTemplate.newMessageText`)),1)]),_:1})):(0,u.createCommentVNode)(``,!0)]),_:1},16)):(0,u.createCommentVNode)(``,!0),s.value?((0,u.openBlock)(),(0,u.createBlock)(p,(0,u.mergeProps)({key:1},S.value,{class:`select-button-block`}),{default:(0,u.withCtx)(()=>[(0,u.createVNode)((0,u.unref)(Bq),{modelValue:a.value.provider,"onUpdate:modelValue":i[1]||=e=>a.value.provider=e,options:e.providerSelectOptions,clearable:!1,searchable:!1,"onOption:selected":k},{"open-indicator":(0,u.withCtx)(({attributes:e})=>[(0,u.createElementVNode)(`span`,(0,u.normalizeProps)((0,u.guardReactiveProps)(e)),[(0,u.createVNode)(Ae)],16)]),option:(0,u.withCtx)(({icon:e,label:t,img:n})=>[e?((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e),{key:0})):(0,u.createCommentVNode)(``,!0),n?((0,u.openBlock)(),(0,u.createElementBlock)(`img`,{key:1,src:n},null,8,RJ)):(0,u.createCommentVNode)(``,!0),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(t),1)]),"selected-option":(0,u.withCtx)(({icon:e,label:t,img:n})=>[e?((0,u.openBlock)(),(0,u.createBlock)((0,u.resolveDynamicComponent)(e),{key:0})):(0,u.createCommentVNode)(``,!0),n?((0,u.openBlock)(),(0,u.createElementBlock)(`img`,{key:1,src:n},null,8,zJ)):(0,u.createCommentVNode)(``,!0),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(t),1)]),_:1},8,[`modelValue`,`options`])]),_:1},16)):(0,u.createCommentVNode)(``,!0)]),_:1})]),_:1},16),l.value?((0,u.openBlock)(),(0,u.createBlock)(p,{key:0,md:12,lg:3,class:`content-library-body`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(FJ,{filters:r.provider.filters,searchForm:a.value,"enable-edit-category":r.editCategory,"no-header":!0,onCheck:ee},{"filter-extra":(0,u.withCtx)(({filter:e})=>[C(e)?((0,u.openBlock)(),(0,u.createBlock)(A,{key:0,variant:`outline-primary-dark`,class:`edit-category-button`,size:`sm`,onClick:O},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(n)(`contentLibraryTemplate.changeCategoryButtonLabel`)),1)]),_:1})):(0,u.createCommentVNode)(``,!0)]),_:1},8,[`filters`,`searchForm`,`enable-edit-category`])]),_:1})):(0,u.createCommentVNode)(``,!0),(0,u.createVNode)(p,{md:12,lg:g.value,class:`content-library-body`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(mJ,{items:c.value,cols:_.value,onOnInsert:T,onOnChange:E,onDelete:D,onShowAttachment:ne},null,8,[`items`,`cols`]),(0,u.createVNode)(h,{class:`content-library-pagination`},{default:(0,u.withCtx)(()=>[f.value?((0,u.openBlock)(),(0,u.createBlock)(l_,{key:0,modelValue:a.value.currentPage,"onUpdate:modelValue":i[2]||=e=>a.value.currentPage=e,totalRows:m.value,rowsPerPage:e.provider.pageSize,onClick:te,isPatient:!0},null,8,[`modelValue`,`totalRows`,`rowsPerPage`])):(0,u.createCommentVNode)(``,!0)]),_:1})]),_:1},8,[`lg`])]),_:1})]))}}),VJ={__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(e,{emit:t}){let{closeModal:n}=EK(`content-library-modal`),r=e,i=t,a=(0,u.ref)(r.modelValue),o=(0,u.computed)(()=>r.modelValue?.provider?.img??null),s=(0,u.computed)(()=>r.modelValue?.provider?.label??``);(0,u.watch)(()=>r.modelValue,e=>{a.value=e},{immediate:!0,deep:!0});let c=e=>{n(),i(`on-insert`,e)},l=()=>{i(`cancel`)},d=e=>{i(`show-attachment`,e)},f=()=>{i(`shown`)},p=e=>{i(`provider-changed`,e)};return(t,n)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`content-library-modal`,"title-image":o.value,title:s.value,size:`xl`,visible:e.visible,"hide-footer":!0,onCancel:l,onShown:f},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(BJ,{modelValue:a.value,"onUpdate:modelValue":n[0]||=e=>a.value=e,provider:e.provider,providerSelectOptions:e.providerSelectOptions,loading:e.loading,onOnInsert:c,onShowAttachment:d,onProviderChanged:p},null,8,[`modelValue`,`provider`,`providerSelectOptions`,`loading`])]),_:1},8,[`title-image`,`title`,`visible`]))}},HJ=Object.defineProperty,UJ=(e,t,n)=>t in e?HJ(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,WJ=(e,t,n)=>(UJ(e,typeof t==`symbol`?t:t+``,n),n),GJ=class{constructor(){WJ(this,`seed`,0),WJ(this,`data`,new Map)}id(){return Date.now().toString(26)+ this.seed++}add(e,t=this.id()){return this.data.set(t,e),t}get(e){return this.data.get(e)}delete(e){this.delete(e)}},KJ=`Failed to copy value to clipboard. Unknown type.`,qJ={asString(e){if(e==null)return console.warn(`Clipboard input is empty`),``;if(typeof e!=`string`)try{return JSON.stringify(e)}catch(e){return console.warn(KJ,e),``}return e}},JJ=`position:fixed; pointer-events:none; z-index:-9999; opacity:0;`,YJ={createTextarea(e){let t=document.createElement(`textarea`);return t.addEventListener(`focusin`,e=>{e.stopPropagation()}),t.value=e,t.setAttribute(`readonly`,``),t.style.cssText=JJ,t}},XJ={async requestClipboardPermission(){return navigator.permissions.query({name:`clipboard-write`})},async writeClipboard(e){return(await XJ.requestClipboardPermission()).state===`granted`?(await navigator.clipboard.writeText(e),!0):!1},writeClipboardExecCommand(e){let t=YJ.createTextarea(e);if(document.body.appendChild(t),navigator.userAgent.match(/ipad|ipod|iphone/i)){t.contentEditable=`true`,t.readOnly=!0;let e=document.createRange();e.selectNodeContents(t);let n=window.getSelection();n&&(n.removeAllRanges(),n.addRange(e),t.setSelectionRange(0,999999))}else t.select();let n=document.execCommand(`copy`);return document.body.removeChild(t),n},async copy(e){let t=typeof e==`function`?e():e,n=qJ.asString(t);if(XJ.writeClipboardExecCommand(n))return!0;await XJ.writeClipboard(n)}};new GJ;var{showSuccessToast:ZJ}=cO(),QJ=(e,t,n)=>{let r=`${t}\n${e.AfzenderNaam}: \r${e.Datum} \r${eJ(tJ(e.Tekst))}`;XJ.copy(r).then(()=>ZJ(n))},$J=(e,t,n)=>{let r=`${t}\n${e.filter(e=>e.selected).map(e=>`${e.AfzenderNaam}: \r${e.Datum}\r${eJ(tJ(e.Tekst))}`).join(`
1883
1883
  -----------------------
1884
- `)}`;XJ.copy(r).then(()=>ZJ(n))},eY=(e,t)=>{XJ.copy(e).then(()=>ZJ(t))},tY={class:`message-cloud-multi-select`},nY={class:`message-cloud-multi-select__body`},rY={class:`message-content`},iY={class:`message-cloud__header`},aY={class:`message-cloud__title`},oY={key:0},sY=[`innerHTML`],cY=(0,u.defineComponent)({__name:`BDConversationToTextModal`,props:{modelValue:{},extraClass:{}},setup(e){let{t}=Ju(),n=e,r=(0,u.ref)([]),i=(0,u.ref)(!0);(0,u.watchEffect)(()=>{r.value=n.modelValue}),(0,u.watch)(()=>i.value,e=>{r.value.forEach(t=>t.selected=e)});let a=(0,u.computed)(()=>t(`conversationToTextModal.systemMessage`)),o=e=>{let n=e.IsTussentijdseMededeling?`, `:``;return e.AfzenderType===2&&e.AfzenderId!==e.BehandelaarId&&e.BehandelaarId!==null?n+t(`conversationToTextModal.onBehalfOf`)+` `+e.BehandelaarNaam:``},s=e=>e.AfzenderType===2?`is-sender`:`is-receiver`,c=()=>{let e=t(`conversationToTextModal.prefix`),n=t(`conversationToTextModal.copySuccess`);return $J(r.value,e,n)};return(n,l)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`conversation-to-text-modal`,title:`Tekst versie`,"modal-class":e.extraClass,"hide-footer":``},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(A,{variant:`primary`,onClick:c},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(t)(`conversationToTextModal.copyButton`)),1)]),_:1}),(0,u.createElementVNode)(`div`,tY,[(0,u.createVNode)(_g,{class:`select-all-checkbox`,modelValue:i.value,"onUpdate:modelValue":l[0]||=e=>i.value=e},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(t)(`conversationToTextModal.selectAll`)),1)]),_:1},8,[`modelValue`]),(0,u.createElementVNode)(`div`,nY,[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(r.value,(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{class:`message-cloud-selector`,key:t},[(0,u.createVNode)(_g,{class:`select-all-checkbox`,modelValue:e.selected,"onUpdate:modelValue":t=>e.selected=t},null,8,[`modelValue`,`onUpdate:modelValue`]),(0,u.createElementVNode)(`div`,rY,[(0,u.createElementVNode)(`div`,{class:(0,u.normalizeClass)([`message`,s(e)])},[(0,u.createElementVNode)(`div`,iY,[(0,u.createElementVNode)(`div`,aY,[(0,u.createTextVNode)((0,u.toDisplayString)(e.AfzenderNaam)+` `,1),e.IsTussentijdseMededeling?((0,u.openBlock)(),(0,u.createElementBlock)(`span`,oY,[(0,u.createElementVNode)(`i`,null,(0,u.toDisplayString)(a.value),1)])):(0,u.createCommentVNode)(``,!0),(0,u.createElementVNode)(`span`,null,[(0,u.createElementVNode)(`i`,null,(0,u.toDisplayString)(o(e)),1)]),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(e.Datum),1)])]),(0,u.createElementVNode)(`div`,{class:`message-cloud__body`,innerHTML:e.Tekst},null,8,sY)],2)])]))),128))])])]),_:1},8,[`modal-class`]))}});function lY(){let e=(0,u.ref)(0),t=(0,u.ref)(!0),n=(0,u.ref)(null),r=(0,u.ref)({top:0,left:0,x:0,y:0});return{zoom:e,mouseDown:t,imageHolderRef:n,pos:r,SetZoom:(0,u.computed)(()=>e.value>0?`zoom-${e.value}`:``),OnMouseDown:e=>{if(!n.value)return;r.value.left=n.value.scrollLeft,r.value.top=n.value.scrollTop;let i=document.querySelector(`#image-attachment-modal`),a=document.querySelector(`.image-preview-image-holder`);i&&(i.style.cursor=`grabbing`),a&&(a.style.cursor=`grabbing`),r.value.x=e.clientX,r.value.y=e.clientY,t.value=!0},OnMouseMove:e=>{if(t.value){let t=e.clientX-r.value.x,i=e.clientY-r.value.y;n.value&&(n.value.scrollTop=r.value.top-i,n.value.scrollLeft=r.value.left-t)}},OnMouseUp:()=>{let e=document.querySelector(`#image-attachment-modal`),n=document.querySelector(`.image-preview-image-holder`);e&&e.style&&(e.style.cursor=``),n&&n.style&&(n.style.cursor=`grab`),t.value=!1}}}var uY=[`src`,`alt`],dY={key:0,class:`show-spinner`},fY={class:`spinner-border text-primary`,role:`status`},pY=[`textContent`],mY=[`href`],hY=(0,u.defineComponent)({__name:`BDImageAttachmentModal`,setup(e,{expose:t}){let{showModal:n}=EK(`image-attachment-modal`),{zoom:r,imageHolderRef:i,SetZoom:a,OnMouseDown:o,OnMouseMove:s,OnMouseUp:c}=lY(),{t:l}=Ju(),d=(0,u.ref)(!0),f=(0,u.ref)({BerichtId:0,Id:void 0,MimeType:null,Naam:``,altName:``,downloadUrl:``,fullImageUrl:``,previewUrl:``}),p=(0,u.computed)(()=>l(`imageAttachmentModal.download`)),m=(0,u.computed)(()=>l(`imageAttachmentModal.loading`));t({Show:e=>{f.value=e,r.value=0,n()}});let h=()=>{d.value=!1},g=()=>{f.value={BerichtId:0,Id:void 0,MimeType:null,Naam:``,altName:``,downloadUrl:``,fullImageUrl:``,previewUrl:``}};return(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`image-attachment-modal`,class:(0,u.normalizeClass)((0,u.unref)(``)),title:f.value.Naam,hideFooterCancelButton:!0,showHeaderButton:!0,onCancel:g},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,{class:`image-preview-image-holder`,ref_key:`imageHolderRef`,ref:i,onMousedown:t[0]||=(...e)=>(0,u.unref)(o)&&(0,u.unref)(o)(...e),onMousemove:t[1]||=(...e)=>(0,u.unref)(s)&&(0,u.unref)(s)(...e),onMouseup:t[2]||=(...e)=>(0,u.unref)(c)&&(0,u.unref)(c)(...e)},[f.value?((0,u.openBlock)(),(0,u.createElementBlock)(`img`,{key:0,src:f.value.downloadUrl,alt:f.value.Naam,class:(0,u.normalizeClass)([`image-preview-modal`,(0,u.unref)(a)]),onLoad:h,draggable:!1},null,42,uY)):(0,u.createCommentVNode)(``,!0)],544),d.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,dY,[(0,u.createElementVNode)(`div`,fY,[(0,u.createElementVNode)(`span`,{class:`visually-hidden`,textContent:(0,u.toDisplayString)(m.value)},null,8,pY)])])):(0,u.createCommentVNode)(``,!0),(0,u.createVNode)(M_,{modelValue:(0,u.unref)(r),"onUpdate:modelValue":t[3]||=e=>(0,u.isRef)(r)?r.value=e:null,class:`image-preview-bd-zoom-slider`,"max-value":4},null,8,[`modelValue`]),(0,u.createElementVNode)(`a`,{href:f.value.downloadUrl},[(0,u.createVNode)(A,{variant:`primary`,class:`download-image`,textContent:(0,u.toDisplayString)(p.value)},null,8,[`textContent`])],8,mY)]),_:1},8,[`class`,`title`]))}}),gY={key:0,class:`pills-list__wrapper`},_Y={class:`pills-list__ul`},vY={__name:`BDMessageTemplateForm`,props:{modelValue:{type:Object,required:!0},validation:{type:Object,default:()=>({title:{state:null},text:{state:null},category:{state:null},ownerId:{state:null}})},practitionerOptions:{type:Array,default:null},departmentOptions:{type:Array,default:null},categoryOptions:{type:Array,default:null},files:{type:Array},contentLibraryExternalProviders:{type:Array,default:()=>[]}},emits:[`update:modelValue`,`show-attachment`,`action`,`on-input`,`change-department`,`change-text`,`change-title`],setup(e,{emit:t}){let{showModal:n}=EK(`attachment-upload-modal`),r=e,i=t,{t:a}=Ju(),o=(0,u.ref)([]),s=(0,u.computed)(()=>void 0),c=(0,u.computed)(()=>r.validation.category.state===!1?`is-invalid`:``);(0,u.computed)(()=>r.validation.ownerId.state===!1?`is-invalid`:``);let l=(0,u.computed)(()=>[...r.categoryOptions?r.categoryOptions.map(e=>({text:e.name,value:e.name})):[],...o.value]);(0,u.computed)(()=>r.practitionerOptions?.find(e=>e.value===r.modelValue?.ownerId)??null);let d=(0,u.computed)(()=>r.modelValue.sharedWithDepartment||[]);function f(e){C({...r.modelValue,sharedWithDepartment:e})}(0,u.computed)(()=>{if(r.modelValue.tag)return l.value.filter(e=>e.text.toLowerCase().indexOf(r.modelValue.tag.toLowerCase())!==-1)}),(0,u.computed)(()=>GetContentLibraryExternalProviders.value[0].img);let p=(0,u.computed)(()=>{let e=r.modelValue.files||[],t=r.files||[];return[...e,...t]});(0,u.onMounted)(()=>{r.modelValue.category.length>0&&x()});function m(e){e&&!l.value.some(t=>t.value===e)&&(o.value=[{text:e,value:e}])}function h(e){i(`show-attachment`,e)}function g(e){i(`action`,{action:`content-library`,provider:e})}function _(e){v(r.files,e),v(r.modelValue.files,e)}function v(e,t){let n;n=t.obj.FileId?e.findIndex(e=>e.FileId===t.obj.FileId):e.findIndex(e=>e.CorrelationId===t.obj.CorrelationId),n!==-1&&e.splice(n,1)}function y(e){e.name===`delete-attachment`?_(e):e.name===`image-attachment`&&h(e)}function b(){n()}function x(){let e=document.querySelector(`.ti-new-tag-input-wrapper`);e&&(e.style.display=`none`)}function S(e){C({...r.modelValue,category:e})}function C(e){i(`update:modelValue`,e),i(`on-input`,e)}function w(){i(`change-department`,r.modelValue)}function T(e){i(`change-title`,e)}function E(e){i(`change-text`,e)}return(t,n)=>((0,u.openBlock)(),(0,u.createBlock)($h,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(qg,{label:(0,u.unref)(a)(`messageTemplateFormModal.titleLabel`),"label-for":`message-template-input-title`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(zg,{id:`message-template-input-title`,type:`text`,modelValue:e.modelValue.title,"onUpdate:modelValue":T,placeholder:(0,u.unref)(a)(`messageTemplateFormModal.titlePlaceHolder`),state:e.validation.title.state,"invalid-feedback-text":e.validation.title.errorLabel},null,8,[`modelValue`,`placeholder`,`state`,`invalid-feedback-text`])]),_:1},8,[`label`]),(0,u.createVNode)(qg,{label:(0,u.unref)(a)(`messageTemplateFormModal.replyTemplateLabel`)},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(EG,{modelValue:e.modelValue.text,placeholder:(0,u.unref)(a)(`messageTemplateFormModal.replyTemplatePlaceHolder`),errorText:(0,u.unref)(a)(`messageTemplateFormModal.validation`),files:p.value,state:e.validation.text.state,variant:`full`,"api-url":s.value,onUpload:b,onAction:y,"onUpdate:modelValue":E},{default:(0,u.withCtx)(()=>[e.modelValue.pills?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,gY,[(0,u.createElementVNode)(`ul`,_Y,[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(e.modelValue.pills,(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`li`,{key:t,class:`pills-list__li`},[(0,u.createVNode)(g_,(0,u.mergeProps)({ref_for:!0},e),null,16)]))),128))])])):(0,u.createCommentVNode)(``,!0)]),_:1},8,[`modelValue`,`placeholder`,`errorText`,`files`,`state`,`api-url`]),(0,u.createVNode)(Nh,{"content-library-providers":e.contentLibraryExternalProviders,"is-external-only":!0,onContentLibrary:g},null,8,[`content-library-providers`])]),_:1},8,[`label`]),n[0]||=(0,u.createElementVNode)(`div`,{class:`form-splitter`},null,-1),(0,u.createVNode)(qg,{label:(0,u.unref)(a)(`messageTemplateFormModal.sharedWithLabel`)},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(gO,{modelValue:d.value,"onUpdate:modelValue":f,options:e.departmentOptions,onChangeDepartment:w,overflow:``},null,8,[`modelValue`,`options`])]),_:1},8,[`label`]),(0,u.renderSlot)(t.$slots,`extra-fields`),(0,u.createVNode)(qg,{label:(0,u.unref)(a)(`messageTemplateFormModal.categoryLabel`),"label-for":`input-select-category`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)((0,u.unref)(Bq),{modelValue:e.modelValue.category,"onUpdate:modelValue":S,options:l.value,label:`text`,placeholder:(0,u.unref)(a)(`messageTemplateFormModal.categoryPlaceholderDropdown`),onSearch:m,class:(0,u.normalizeClass)({"is-invalid":e.validation.category.state===!1})},null,8,[`modelValue`,`options`,`placeholder`,`class`]),(0,u.createVNode)(yg,{class:(0,u.normalizeClass)(c.value),state:e.validation.category.state,text:e.validation.category.errorLabel},null,8,[`class`,`state`,`text`])]),_:1},8,[`label`])]),_:3}))}},yY={__name:`BDMessageTemplateFormModal`,props:{modelValue:{type:Object,required:!0},files:{type:Array},visible:{type:Boolean,default:null},editable:{type:Boolean,default:!1},departmentOptions:{type:Array},practitionerOptions:{type:Array},categoryOptions:{type:Array},serverErrors:{type:Array,default:null},validation:{type:Object,required:!0},contentLibraryExternalProviders:{type:Array,default:()=>[]}},emits:[`show-attachment`,`action`,`on-submit`,`close`,`on-input`,`change-department`],setup(e,{emit:t}){let n=e,r=t,{t:i}=Ju(),a=!1,o=(0,u.ref)(JSON.parse(JSON.stringify(n.modelValue))),s=(0,u.computed)(()=>n.modelValue.id?i(`messageTemplateFormModal.editTitle`):i(`messageTemplateFormModal.createTitle`)),c=(0,u.computed)(()=>n.modelValue.id?i(`modals.edit`):i(`modals.add`));(0,u.watch)(()=>n.modelValue,e=>{a||(o.value=JSON.parse(JSON.stringify(e)))},{immediate:!0,deep:!0});function l(e){r(`show-attachment`,e.obj)}function d(e){r(`action`,e)}function f(){let e=JSON.parse(JSON.stringify(o.value));typeof e.category!=`string`&&(e.category=e.category.value??``),r(`on-submit`,e)}function p(){r(`close`)}function m(){r(`on-input`,o.value)}function h(){a=!0,r(`change-department`,o.value),(0,u.nextTick)(()=>{a=!1})}function g(e){o.value.title=e,m()}function _(e){o.value.text=e,m()}return(t,r)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`message-template-form-modal`,title:s.value,"submit-button-title":c.value,"server-errors":e.serverErrors,visible:e.visible,onSubmit:f,onCancel:p},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(vY,{modelValue:o.value,"onUpdate:modelValue":r[0]||=e=>o.value=e,departmentOptions:e.departmentOptions,practitionerOptions:e.practitionerOptions,categoryOptions:e.categoryOptions,validation:e.validation,files:e.files,"content-library-external-providers":n.contentLibraryExternalProviders,onOnInput:m,onAction:d,onShowAttachment:l,onChangeDepartment:h,onChangeText:_,onChangeTitle:g},{"extra-fields":(0,u.withCtx)(()=>[(0,u.renderSlot)(t.$slots,`extra-fields`)]),_:3},8,[`modelValue`,`departmentOptions`,`practitionerOptions`,`categoryOptions`,`validation`,`files`,`content-library-external-providers`])]),_:3},8,[`title`,`submit-button-title`,`server-errors`,`visible`]))}},bY={key:0},xY={key:1},SY={key:2},CY={key:3},wY={key:1},TY={key:2},EY=[`href`],DY=(0,u.defineComponent)({__name:`BDVideoCallConfirmationModal`,props:[`isMissingCameraPermission`,`isMissingMicrophonePermission`,`isMissingMobileActivation`,`isMissingVideoConferencingSupport`,`participantName`,`videoTestUrl`],emits:[`confirmed`],setup(e,{emit:t}){let{t:n}=Ju(),r=e,i=t,a=()=>r.isMissingCameraPermission||r.isMissingMicrophonePermission||r.isMissingMobileActivation||r.isMissingVideoConferencingSupport,o=(0,u.computed)(()=>a()?n(`videoCallConfirmationModal.close`):n(`videoCallConfirmationModal.cancel`)),s=(0,u.computed)(()=>`${r.participantName} ${n(`videoCallConfirmationModal.noMobileActivationMessage`)}`),c=(0,u.computed)(()=>`${r.participantName} ${n(`videoCallConfirmationModal.noCompatibleDevices`)}`),l=(0,u.computed)(()=>n(`videoCallConfirmationModal.title`)),d=(0,u.computed)(()=>n(`videoCallConfirmationModal.ok`)),f=(0,u.computed)(()=>n(`videoCallConfirmationModal.generalWarning`)),p=(0,u.computed)(()=>n(`videoCallConfirmationModal.cameraPermissionMissing`)),m=(0,u.computed)(()=>n(`videoCallConfirmationModal.microphonePermissionMissing`)),h=(0,u.computed)(()=>n(`videoCallConfirmationModal.message`)),g=(0,u.computed)(()=>n(`videoCallConfirmationModal.participantMessage`)),_=(0,u.computed)(()=>n(`videoCallConfirmationModal.testMessage`)),v=(0,u.computed)(()=>n(`videoCallConfirmationModal.helpMessage`)),y=()=>i(`confirmed`);return(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`video-call-confirmation-modal`,title:l.value,"submit-button-title":d.value,"close-button-title":o.value,"hide-footer-submit-button":a(),onSubmit:y},{default:(0,u.withCtx)(()=>[a()?((0,u.openBlock)(),(0,u.createBlock)(Ca,{key:0,variant:`warning`},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`p`,null,(0,u.toDisplayString)(f.value),1),(0,u.createElementVNode)(`ul`,null,[r.isMissingCameraPermission?((0,u.openBlock)(),(0,u.createElementBlock)(`li`,bY,(0,u.toDisplayString)(p.value),1)):(0,u.createCommentVNode)(``,!0),r.isMissingMicrophonePermission?((0,u.openBlock)(),(0,u.createElementBlock)(`li`,xY,(0,u.toDisplayString)(m.value),1)):(0,u.createCommentVNode)(``,!0),r.isMissingMobileActivation?((0,u.openBlock)(),(0,u.createElementBlock)(`li`,SY,(0,u.toDisplayString)(s.value),1)):(0,u.createCommentVNode)(``,!0),r.isMissingVideoConferencingSupport?((0,u.openBlock)(),(0,u.createElementBlock)(`li`,CY,(0,u.toDisplayString)(c.value),1)):(0,u.createCommentVNode)(``,!0)])]),_:1})):r.participantName?((0,u.openBlock)(),(0,u.createElementBlock)(`p`,wY,[(0,u.createTextVNode)((0,u.toDisplayString)(g.value)+` `,1),(0,u.createElementVNode)(`b`,null,(0,u.toDisplayString)(r.participantName),1),t[0]||=(0,u.createTextVNode)(`?`,-1)])):((0,u.openBlock)(),(0,u.createElementBlock)(`p`,TY,(0,u.toDisplayString)(h.value),1)),(0,u.createElementVNode)(`p`,null,[(0,u.createElementVNode)(`a`,{href:r.videoTestUrl,target:`blank`,rel:`noopener noreferrer`},(0,u.toDisplayString)(_.value),9,EY),(0,u.createElementVNode)(`span`,null,`\xA0`+(0,u.toDisplayString)(v.value),1)])]),_:1},8,[`title`,`submit-button-title`,`close-button-title`,`hide-footer-submit-button`]))}}),OY=()=>({ResetValidation:e=>{for(let t in e.value)e.value[t].state=null},ValidationObjectIsValid:e=>{for(let t in e)if(e[t].state===!1)return!1;return!0}}),kY={class:`template change-password-template`},AY={class:`template-title`},jY={key:0},MY={key:1},NY={class:`bd-form-field`},PY={class:`bd-form-field`},FY={class:`bd-form-field`},IY={class:`bd-form-buttons`},LY=(0,u.defineComponent)({__name:`BDChangePasswordTemplate`,props:{templateTitle:{},alertText:{},currentPasswordLabel:{},newPasswordLabel:{},confirmNewPasswordLabel:{},submitButtonText:{},cancelButtonText:{},successText:{},failureText:{},requiredText:{},incompatibleText:{},minimalRequirementsText:{},submitPassword:{type:Function}},setup(e){let{t}=Ju(),{showDangerToast:n,showWarningToast:r,showSuccessToast:i}=cO(),{errorMessages:a,errorMessageText:o,MapServerErrors:s,ResetServerErrors:c}=OK(null),{ValidationObjectIsValid:l}=OY(),d=e,f=(0,u.ref)({password:``,passwordNew:``,passwordRepeat:``}),g=(0,u.ref)({password:{state:null,errorLabel:``},passwordNew:{state:null,errorLabel:``},passwordRepeat:{state:null,errorLabel:``}}),_=()=>{if(!v())return;let e=d.submitPassword(f.value);e&&e.then(()=>{i(d.successText),y()}).catch(e=>{n(d.failureText),s(e)})},v=()=>{if(f.value.passwordNew&&!/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$/.test(f.value.passwordNew))g.value.passwordNew.state=!1,g.value.passwordNew.errorLabel=d.minimalRequirementsText;else{let e=f.value.passwordRepeat===f.value.passwordNew,t=e?d.requiredText:d.incompatibleText;g.value.passwordNew.state=f.value.passwordNew!==``&&e?null:!1,g.value.passwordNew.errorLabel=t,g.value.passwordRepeat.state=f.value.passwordRepeat!==``&&e?null:!1,g.value.passwordRepeat.errorLabel=t}return g.value.password.state=f.value.password===``?!1:null,g.value.password.errorLabel=g.value.password.state?``:d.requiredText,l(g.value)},y=()=>{f.value.password===``&&f.value.passwordNew===``&&f.value.passwordRepeat===``||(f.value.password=``,f.value.passwordNew=``,f.value.passwordRepeat=``,g.value.password.state=null,g.value.passwordNew.state=null,g.value.passwordRepeat.state=null,c(),r(t(`changePasswordTemplate.toasters.reset`)))};return(t,n)=>((0,u.openBlock)(),(0,u.createElementBlock)(`main`,kY,[(0,u.createVNode)(m,{class:`container-xl`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(h,{class:`justify-content-md-center template-header`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,{xs:12,md:10,lg:7},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`h1`,AY,(0,u.toDisplayString)(d.templateTitle),1)]),_:1})]),_:1}),(0,u.createVNode)(h,{class:`justify-content-md-center`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,{xs:12,md:10,lg:7},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Ba,{class:`bd-card-template`,"no-header":!0},{body:(0,u.withCtx)(()=>[(0,u.createVNode)(m,{class:`container-fluid`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(h,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Ca,{variant:`warning`},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(e.alertText),1)]),_:1})]),_:1})]),_:1}),(0,u.unref)(a)||(0,u.unref)(o)?((0,u.openBlock)(),(0,u.createBlock)(h,{key:0},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Ca,{variant:`danger`},{default:(0,u.withCtx)(()=>[(0,u.unref)(a)?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,jY,[(0,u.createElementVNode)(`ul`,null,[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)((0,u.unref)(a),(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`li`,{key:t},[(0,u.createVNode)(Un),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(e),1)]))),128))])])):((0,u.openBlock)(),(0,u.createElementBlock)(`div`,MY,(0,u.toDisplayString)((0,u.unref)(o)),1))]),_:1})]),_:1})]),_:1})):(0,u.createCommentVNode)(``,!0),(0,u.createVNode)(h,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,{class:`bd-card-form`,sm:12,md:12},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`form`,{onSubmit:(0,u.withModifiers)(_,[`prevent`]),onReset:(0,u.withModifiers)(y,[`prevent`]),class:`form`},[(0,u.createElementVNode)(`div`,NY,[(0,u.createVNode)(zg,{modelValue:(0,u.unref)(f).password,"onUpdate:modelValue":n[0]||=e=>(0,u.unref)(f).password=e,label:e.currentPasswordLabel,state:(0,u.unref)(g).password.state,type:`password`,"invalid-feedback-text":(0,u.unref)(g).password.errorLabel},null,8,[`modelValue`,`label`,`state`,`invalid-feedback-text`])]),(0,u.createElementVNode)(`div`,PY,[(0,u.createVNode)(zg,{modelValue:(0,u.unref)(f).passwordNew,"onUpdate:modelValue":n[1]||=e=>(0,u.unref)(f).passwordNew=e,label:e.newPasswordLabel,state:(0,u.unref)(g).passwordNew.state,type:`password`,"invalid-feedback-text":(0,u.unref)(g).passwordNew.errorLabel},null,8,[`modelValue`,`label`,`state`,`invalid-feedback-text`])]),(0,u.createElementVNode)(`div`,FY,[(0,u.createVNode)(zg,{modelValue:(0,u.unref)(f).passwordRepeat,"onUpdate:modelValue":n[2]||=e=>(0,u.unref)(f).passwordRepeat=e,label:e.confirmNewPasswordLabel,state:(0,u.unref)(g).passwordRepeat.state,type:`password`,"invalid-feedback-text":(0,u.unref)(g).passwordRepeat.errorLabel},null,8,[`modelValue`,`label`,`state`,`invalid-feedback-text`])]),(0,u.createElementVNode)(`div`,IY,[(0,u.createVNode)(A,{type:`submit`},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(e.submitButtonText),1)]),_:1}),(0,u.createVNode)(A,{type:`reset`,variant:`link`},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(e.cancelButtonText),1)]),_:1})])],32)]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]))}});function RY(...e){if(e.length>0){let t=String(e[0]);t.includes(`:error`)?console.error(...e):t.includes(`:warning`)?console.warn(...e):t.includes(`:info`)?console.info(...e):(t.includes(`:verbose`),console.debug(...e))}}function zY(e){return globalThis.process?.env?.[e]}typeof window<`u`&&window.document,typeof self==`object`&&`importScripts`in self&&typeof self.importScripts==`function`&&(self.constructor?.name===`DedicatedWorkerGlobalScope`||self.constructor?.name===`ServiceWorkerGlobalScope`||self.constructor?.name);var BY=zY(`DEBUG`),VY,HY=[],UY=[],WY=[];BY&&KY(BY);var GY=Object.assign(e=>XY(e),{enable:KY,enabled:qY,disable:YY,log:RY});function KY(e){VY=e,HY=[],UY=[];let t=e.split(`,`).map(e=>e.trim());for(let e of t)e.startsWith(`-`)?UY.push(e.substring(1)):HY.push(e);for(let e of WY)e.enabled=qY(e.namespace)}function qY(e){if(e.endsWith(`*`))return!0;for(let t of UY)if(JY(e,t))return!1;for(let t of HY)if(JY(e,t))return!0;return!1}function JY(e,t){if(t.indexOf(`*`)===-1)return e===t;let n=t;if(t.indexOf(`**`)!==-1){let e=[],r=``;for(let n of t)if(n===`*`&&r===`*`)continue;else r=n,e.push(n);n=e.join(``)}let r=0,i=0,a=n.length,o=e.length,s=-1,c=-1;for(;r<o&&i<a;)if(n[i]===`*`){if(s=i,i++,i===a)return!0;for(;e[r]!==n[i];)if(r++,r===o)return!1;c=r,r++,i++;continue}else if(n[i]===e[r])i++,r++;else if(s>=0){if(i=s+1,r=c+1,r===o)return!1;for(;e[r]!==n[i];)if(r++,r===o)return!1;c=r,r++,i++;continue}else return!1;let l=r===e.length,u=i===n.length,d=i===n.length-1&&n[i]===`*`;return l&&(u||d)}function YY(){let e=VY||``;return KY(``),e}function XY(e){let t=Object.assign(n,{enabled:qY(e),destroy:ZY,log:GY.log,namespace:e,extend:QY});function n(...n){t.enabled&&(n.length>0&&(n[0]=`${e} ${n[0]}`),t.log(...n))}return WY.push(t),t}function ZY(){let e=WY.indexOf(this);return e>=0?(WY.splice(e,1),!0):!1}function QY(e){let t=XY(`${this.namespace}:${e}`);return t.log=this.log,t}var $Y=[`verbose`,`info`,`warning`,`error`],eX={verbose:400,info:300,warning:200,error:100};function tX(e,t){t.log=(...t)=>{e.log(...t)}}function nX(e){return $Y.includes(e)}function rX(e){let t=new Set,n=zY(e.logLevelEnvVarName),r,i=GY(e.namespace);i.log=(...e)=>{GY.log(...e)};function a(e){if(e&&!nX(e))throw Error(`Unknown log level '${e}'. Acceptable values: ${$Y.join(`,`)}`);r=e;let n=[];for(let e of t)o(e)&&n.push(e.namespace);GY.enable(n.join(`,`))}n&&(nX(n)?a(n):console.error(`${e.logLevelEnvVarName} set to unknown log level '${n}'; logging is not enabled. Acceptable values: ${$Y.join(`, `)}.`));function o(e){return!!(r&&eX[e.level]<=eX[r])}function s(e,n){let r=Object.assign(e.extend(n),{level:n});if(tX(e,r),o(r)){let e=GY.disable();GY.enable(e+`,`+r.namespace)}return t.add(r),r}function c(){return r}function l(e){let t=i.extend(e);return tX(i,t),{error:s(t,`error`),warning:s(t,`warning`),info:s(t,`info`),verbose:s(t,`verbose`)}}return{setLogLevel:a,getLogLevel:c,createClientLogger:l,logger:i}}rX({logLevelEnvVarName:`TYPESPEC_RUNTIME_LOG_LEVEL`,namespace:`typeSpecRuntime`}).logger;var iX=rX({logLevelEnvVarName:`AZURE_LOG_LEVEL`,namespace:`azure`}),aX=iX.logger;function oX(e){iX.setLogLevel(e)}var sX={class:`video-call-template`},cX={key:0,class:`card`},lX={key:0,class:`permissions-denied__audio`},uX={class:`permissions-denied__audio-disabled`},dX={key:1,class:`permissions-denied__video`},fX={class:`permissions-denied__video-disabled`},pX={key:1,class:`card`},mX={class:`incoming__settings`},hX={class:`side`},gX={class:`outgoing`},_X={class:`card`},vX={key:0,class:`outgoing__video`},yX={class:`outgoing__available-cameras-count text-center`},bX={key:3,class:`permissions-denied__video`},xX={class:`permissions-denied__video-disabled`},SX={class:`settings`},CX={class:`settings__help`},wX=[`href`],TX={href:`https://www.beterdichtbij.nl/service-contact/`,target:`blank`,rel:`noopener noreferrer`},EX=`hangedUp`,DX=`declined`,OX=`connected`,kX=`loading`,AX=`devicePermissionDenied`,jX=2e3,MX={__name:`BDVideoCallTemplate`,props:{messageWhenLoading:String,participant:{type:Object,default:null},isCallee:{type:Boolean,default:!1},videoTestUrl:{type:String,default:``}},emits:[`ready`,`start-call`,`end-call`],setup(e,{expose:t,emit:n}){let r=e,i=n,{tm:a}=Ju(),o=(0,u.ref)([]),s=navigator.userAgent.indexOf(`Firefox`)>-1,c=(0,u.computed)(()=>a(`template.videoCall`)),l=(0,u.ref)(!1),g=(0,u.ref)(!1),_=(0,u.ref)(!1),v=(0,u.ref)(2),y=(0,u.ref)({}),b=(0,u.ref)(kX),x=(0,u.ref)(null),S=(0,u.reactive)({client:null,agent:null,deviceManager:null,incomingCall:null,call:null}),C=(0,u.ref)(null),w=(0,u.ref)(null),T=(0,u.ref)(null),E=(0,u.ref)(null),D=(0,u.ref)(0),O=(0,u.ref)(0),ee=(0,u.ref)(null),te=(0,u.ref)(!1),ne=(0,u.computed)(()=>{switch(D.value){case 0:return c.value.hasNoAvailableCamera;case 1:return c.value.hasOneAvailableCamera;default:return c.value.hasMultipleAvailableCameras}}),k=(0,u.computed)(()=>{let e=navigator.userAgent;return/Mobi/.test(e)&&!l.value}),re=(0,u.computed)(()=>{let e=navigator.userAgent,t=e.indexOf(`Android`)!==-1,n=/Mobi/.test(e),r=/iPad|iPhone|iPod/.test(e)&&!window.MSStream;return!(t&&n||r)}),ie=(0,u.computed)(()=>!y.value?.video&&ge.value),ae=(0,u.computed)(()=>!y.value?.audio&&ge.value),oe=(0,u.computed)(()=>b.value===DX?`incoming--declined`:`incoming--loading`),se=(0,u.computed)(()=>{switch(v.value){case 0:return`weak`;case 1:return`steady`;case 2:return`strong`;default:return null}}),ce=(0,u.computed)(()=>{switch(v.value){case 0:return c.value.signalStrength.weak;case 1:return c.value.signalStrength.steady;case 2:return c.value.signalStrength.strong;default:return null}}),le=(0,u.computed)(()=>l.value?c.value.stopSharingScreen:c.value.shareScreen),ue=(0,u.computed)(()=>c.value.placeholderSettingsHelpTitle),de=(0,u.computed)(()=>c.value.placeholderSettingsHelpMessage),fe=(0,u.computed)(()=>b.value===DX),pe=(0,u.computed)(()=>b.value===EX),me=(0,u.computed)(()=>b.value===OX),he=(0,u.computed)(()=>!me.value),ge=(0,u.computed)(()=>b.value===AX),_e=(0,u.computed)(()=>pe.value?c.value.messageWhenVideoCallHangedUp:fe.value?c.value.messageWhenVideoCallDeclined:ge.value?c.value.messageWhenDevicePermissionDenied:r.messageWhenLoading),ve=(0,u.computed)(()=>_.value?`.incoming__screenshare`:`.incoming__video`);(0,u.onMounted)(()=>{Ke()}),(0,u.onUnmounted)(()=>{ee.value&&window.clearInterval(ee.value),We()});function ye(){b.value=DX}function be(){}function xe(){b.value!==AX&&!r.isCallee&&Ee()}async function Se(){b.value=EX,y.value.video&&He()}async function Ce(e){S.client=(0,u.markRaw)(new d.CallClient);let t=new f.AzureCommunicationTokenCredential(e);S.agent=(0,u.markRaw)(await S.client.createCallAgent(t)),S.deviceManager=await S.client.getDeviceManager(),y.value=await S.deviceManager.askDevicePermission({video:!0,audio:!0}),ee.value=window.setInterval(He,5e3),(!y.value.audio||!y.value.video)&&(b.value=AX),S.agent.on(`incomingCall`,we),r.isCallee?i(`ready`):i(`start-call`)}async function we(e){if(!te.value)try{te.value=!0,S.incomingCall=e.incomingCall,await De()}catch(e){console.log(`error occured during starting call`,e)}finally{te.value=!1}}async function Te(){let e=await Oe();return e?{localVideoStreams:[e]}:void 0}async function Ee(){try{let e={videoOptions:await Te()},t=[{communicationUserId:r.participant.videoCallIdentityId}];S.call=S.agent.startCall(t,e),Ae(),ke()}catch(e){console.error(e)}}async function De(){let e=await Te();try{S.call=await S.incomingCall.accept({videoOptions:e})}catch(e){console.error(`Error occurred during accepting call`,e)}Ae(),ke()}async function Oe(){let e=(await S.deviceManager.getCameras())[0];if(e)return new d.LocalVideoStream(e);console.error(`No camera device found on the system`)}function ke(){S.call.on(`stateChanged`,Me),S.call.on(`localVideoStreamsUpdated`,e=>{e.added.forEach(Pe),e.removed.forEach(Ne)}),S.call.remoteParticipants.forEach(Ie),S.call.on(`remoteParticipantsUpdated`,e=>{e.added.forEach(Ie)}),S.call.on(`isScreenSharingOnChanged`,()=>{l.value=S.call.isScreenSharingOn})}function Ae(){x.value=S.call.feature(d.Features.UserFacingDiagnostics),x.value.media.on(`diagnosticChanged`,je),x.value.network.on(`diagnosticChanged`,je)}function je(e){(e.diagnostic===`networkReceiveQuality`||e.diagnostic===`networkSendQuality`)&&(e.value===d.DiagnosticQuality.Bad?(console.error(`${e.diagnostic} is bad quality`),v.value=0):e.value===d.DiagnosticQuality.Poor?(console.error(`${e.diagnostic} is poor quality`),v.value=1):v.value=2)}function Me(){switch(S.call.state){case`EarlyMedia`:b.value=kX;break;case`Ringing`:b.value=kX;break;case`Connected`:b.value=OX;break;case`Disconnected`:let e=S.call.callEndReason;console.log(`Call end reason:`,e),console.log(`Code:`,e?.code),console.log(`SubCode:`,e?.subCode),Se();break}}async function Ne(e){if(!e||e.mediaStreamType!==`ScreenSharing`||!E.value)return;E.value.dispose();let t=document.querySelector(`.outgoing__screenshare`);t.style.display=`none`;let n=document.querySelector(`.outgoing__video`);n.style.display=`flex`}async function Pe(e){if(!e||e.mediaStreamType!==`ScreenSharing`)return;E.value=await new d.VideoStreamRenderer(e).createView();let t=document.querySelector(`.outgoing__screenshare`);t.replaceChildren(E.value.target),t.style.display=`flex`;let n=document.querySelector(`.outgoing__video`);n.style.display=`none`;let r=t.querySelector(`video`);r.style.objectFit=`contain`}async function Fe(e){if(e&&e.source&&C.value&&C.value.source&&C.value.source.id==e.source.id)return!0;try{w.value=new d.VideoStreamRenderer(e);let t=await w.value.createView(),n=document.querySelector(`.outgoing__video`);n.querySelector(`video`)&&(n.innerHTML=``),n.hidden=!1,n.replaceChildren(t.target)}catch{return!1}return C.value=e,!0}async function Ie(e){e.videoStreams.forEach(Le),e.on(`videoStreamsUpdated`,e=>{e.added.forEach(Le)})}async function Le(e){if(e.mediaStreamType===`Video`&&(await Re(e),e.on(`isAvailableChanged`,async()=>await Re(e))),e.mediaStreamType===`ScreenSharing`&&e.on(`isAvailableChanged`,Be),e.mediaStreamType===`ScreenSharing`&&e.isAvailable){T.value=new d.VideoStreamRenderer(e);let t=await T.value.createView(),n=document.querySelector(`.incoming__screenshare`);ze(!0),_.value=!0,Ue(`.incoming__screenshare`),n.replaceChildren(t.target)}}async function Re(e){if(!e.isAvailable)return;T.value=new d.VideoStreamRenderer(e);let t=await T.value.createView(),n=document.querySelector(`.incoming__video`);n.hidden=!1,n.replaceChildren(t.target),Ue(`.incoming__video`),ze(!1)}function ze(e){let t=document.querySelector(`.incoming__video`),n=document.querySelector(`.incoming__screenshare`);t.style.display=e?`none`:`block`,n.style.display=e?`flex`:`none`}function Be(){_.value=!1,ze(!1)}async function Ve(){He(!0)}async function He(e=!1){let t=S.call?.state;if(t===`Connecting`||t===`EarlyMedia`)return;let n=(await S.deviceManager.getCameras()).filter(e=>e.name!=`OBS Virtual Camera`);D.value=n.length;for(let t=0;t<D.value;t++){(e||t!=0)&&(O.value=(O.value+1)%D.value);let r=n[O.value];if(await Fe(new d.LocalVideoStream(r)))break}}function Ue(e){let t=document.querySelector(e);if(!t)return;let n=t.querySelector(`video`);n&&(n.style.objectFit=`contain`,n.disablePictureInPicture=!1)}async function We(){S.call&&S.call.state!==`Disconnected`&&(await S.call.hangUp({forEveryone:!0}),await S.agent.dispose()),i(`end-call`),window.close()}function Ge(){window.close()}function Ke(){aX.log=(...e)=>console.log(...e),oX(`verbose`),aX.log=(...e)=>{let t=[...e];o.value=o.value.splice(1-jX).concat(t)}}function qe(){document.querySelector(ve.value).querySelector(`video`).requestFullscreen()}function Je(){let e=document.querySelector(ve.value).querySelector(`video`);document.pictureInPictureElement?e.exitPictureInPicture():document.pictureInPictureEnabled&&e.requestPictureInPicture()}async function Ye(){S.call&&S.call.isScreenSharingOn?await S.call.stopScreenSharing():await S.call.startScreenSharing()}return t({CallDeclined:ye,CallAnswered:be,CallStartVideoCall:xe,CallHangUp:Se,InitializeAcsConnection:Ce}),(e,t)=>{let n=(0,u.resolveComponent)(`BDLoader`);return(0,u.openBlock)(),(0,u.createElementBlock)(`div`,sX,[(0,u.createVNode)(m,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(h,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(LG,{smallState:!0,contactInfo:r.participant.contact},null,8,[`contactInfo`])]),_:1})]),_:1}),(0,u.createVNode)(h,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,{sm:`12`,lg:fe.value?`12`:`8`},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,{class:(0,u.normalizeClass)([`incoming`,oe.value])},[he.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,cX,[(0,u.createVNode)(n,{size:`lg`,message:_e.value,stopAnimation:fe.value||pe.value||ge.value},null,8,[`message`,`stopAnimation`]),ae.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,lX,[(0,u.createElementVNode)(`div`,uX,[(0,u.createVNode)(Wr,{class:`icon-xl icon-state-error`})]),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.permissionDeniedForAudio),1)])):(0,u.createCommentVNode)(``,!0),ie.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,dX,[(0,u.createElementVNode)(`div`,fX,[(0,u.createVNode)(fa,{class:`icon-xl icon-state-error`})]),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.permissionDeniedForVideo),1)])):(0,u.createCommentVNode)(``,!0),fe.value||pe.value||ge.value?((0,u.openBlock)(),(0,u.createBlock)(A,{key:2,variant:`primary`,class:`text-center`,onClick:Ge},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(c.value.closeWindow),1)]),_:1})):(0,u.createCommentVNode)(``,!0)])):((0,u.openBlock)(),(0,u.createElementBlock)(`div`,pX,[t[0]||=(0,u.createElementVNode)(`div`,{class:`incoming__video`},null,-1),t[1]||=(0,u.createElementVNode)(`div`,{class:`incoming__screenshare`},null,-1),(0,u.createElementVNode)(`div`,mX,[(0,u.createVNode)(A,{variant:`primary`,class:`text-center`,onClick:qe},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Di),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.fullScreen),1)]),_:1}),!s&&!g.value?((0,u.openBlock)(),(0,u.createBlock)(A,{key:0,variant:`primary`,class:`text-center`,onClick:Je},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Di),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.miniPlayer),1)]),_:1})):(0,u.createCommentVNode)(``,!0)])]))],2)]),_:1},8,[`lg`]),fe.value?(0,u.createCommentVNode)(``,!0):((0,u.openBlock)(),(0,u.createBlock)(p,{key:0,sm:`12`,lg:`4`},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,hX,[(0,u.createElementVNode)(`div`,null,[(0,u.createElementVNode)(`div`,gX,[(0,u.createElementVNode)(`div`,_X,[ge.value?(0,u.createCommentVNode)(``,!0):((0,u.openBlock)(),(0,u.createElementBlock)(`div`,vX)),t[2]||=(0,u.createElementVNode)(`div`,{class:`outgoing__screenshare`},null,-1),re.value&&!ge.value&&!g.value&&!he.value?((0,u.openBlock)(),(0,u.createBlock)(A,{key:1,variant:l.value?`danger`:`primary`,class:`text-center`,onClick:Ye},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Di),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(le.value),1)]),_:1},8,[`variant`])):(0,u.createCommentVNode)(``,!0),k.value?((0,u.openBlock)(),(0,u.createElementBlock)(u.Fragment,{key:2},[(0,u.createVNode)(A,{class:`text-center`,onClick:Ve},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(c.value.switchCamera),1)]),_:1}),(0,u.createElementVNode)(`p`,yX,(0,u.toDisplayString)(ne.value),1)],64)):(0,u.createCommentVNode)(``,!0),ie.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,bX,[(0,u.createElementVNode)(`div`,xX,[(0,u.createVNode)(fa,{class:`icon-xxl icon-state-error`})]),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.permissionDeniedForVideo),1)])):(0,u.createCommentVNode)(``,!0)])]),(0,u.createElementVNode)(`div`,SX,[(0,u.createElementVNode)(`div`,{class:(0,u.normalizeClass)([`settings__signal`,se.value])},[t[3]||=(0,u.createElementVNode)(`ul`,{class:`indicator`},[(0,u.createElementVNode)(`li`),(0,u.createElementVNode)(`li`),(0,u.createElementVNode)(`li`)],-1),(0,u.createElementVNode)(`p`,null,(0,u.toDisplayString)(ce.value),1)],2),(0,u.createElementVNode)(`div`,CX,[(0,u.createElementVNode)(`p`,null,[(0,u.createElementVNode)(`b`,null,(0,u.toDisplayString)(ue.value),1)]),(0,u.createElementVNode)(`p`,null,(0,u.toDisplayString)(de.value),1),(0,u.createElementVNode)(`p`,null,[(0,u.createElementVNode)(`a`,{href:r.videoTestUrl,target:`blank`,rel:`noopener noreferrer`},(0,u.toDisplayString)(c.value.testCall),9,wX),t[4]||=(0,u.createTextVNode)(` • `,-1),(0,u.createElementVNode)(`a`,TX,(0,u.toDisplayString)(c.value.serviceDesk),1)])])])]),!pe.value&&!ge.value?((0,u.openBlock)(),(0,u.createBlock)(A,{key:0,variant:`danger`,class:`text-center w-100`,onClick:We},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Wt),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.endCall),1)]),_:1})):(0,u.createCommentVNode)(``,!0)])]),_:1}))]),_:1})]),_:1})])}}},NX={class:`template not-found-template`},PX={class:`center-screen`},FX={class:`container-warning`},IX=[`textContent`],LX=[`textContent`],RX=(0,u.defineComponent)({__name:`BDNotFoundTemplate`,props:{buttonText:{type:String}},emits:[`navigate`],setup(e,{emit:t}){let{t:n}=Ju(),r=e,i=t,a=(0,u.computed)(()=>r.buttonText||n(`notFoundTemplate.buttonDefault`)),o=(0,u.computed)(()=>n(`notFoundTemplate.title`)),s=(0,u.computed)(()=>n(`notFoundTemplate.description`)),c=()=>i(`navigate`);return(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`main`,NX,[(0,u.createVNode)(m,{class:`container-xl`},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,PX,[(0,u.createElementVNode)(`div`,FX,[(0,u.createVNode)(ta),(0,u.createElementVNode)(`h5`,{textContent:(0,u.toDisplayString)(o.value)},null,8,IX),(0,u.createElementVNode)(`p`,{textContent:(0,u.toDisplayString)(s.value)},null,8,LX),(0,u.createVNode)(A,{onClick:c,variant:`primary`,type:`button`,textContent:(0,u.toDisplayString)(a.value)},null,8,[`textContent`])])])]),_:1})]))}}),zX=e=>{let t=/<a\b[^>]*>.*?<\/a>/gi,n=[],r;for(;(r=t.exec(e))!==null;)n.push({start:r.index,end:r.index+r[0].length});return e.replace(/(https?:\/\/[^\s<>"',]+|www\.[^\s<>"',]+)/g,(e,t,r)=>n.some(e=>r>=e.start&&r<e.end)?e:`<a href="${e.startsWith(`www.`)?`http://${e}`:e}" target="_blank" rel="noopener noreferrer">${e}</a>`)},BX=(e,t)=>`<p><a href="${e}" title="${t}" target="_blank" rel="noopener noreferrer">${t}</a></p>`,VX=e=>e.startsWith(`http://`)||e.startsWith(`https://`),HX={install:e=>{e.component(`BDAlert`,Ca),e.component(`BDArticle`,Ea),e.component(`BDAssignConversationModal`,XK),e.component(`BDAttachmentPreviewList`,L_),e.component(`BDAttachmentUploadModal`,ZK),e.component(`BDBadge`,ka),e.component(`BDButton`,A),e.component(`BDCard`,Ba),e.component(`BDChangePasswordTemplate`,LY),e.component(`BDChatCloud`,sv),e.component(`BDCol`,p),e.component(`BDCollapsableCard`,Wa),e.component(`BDConfirmationModal`,QK),e.component(`BDContainer`,m),e.component(`BDContentLibraryModal`,VJ),e.component(`BDContentLibrarySplitButton`,Nh),e.component(`BDContentLibraryTemplate`,BJ),e.component(`BDConversationToTextModal`,cY),e.component(`BDDate`,Qh),e.component(`BDDropdown`,lK),e.component(`BDDropdownItem`,cv),e.component(`BDFileUpload`,fO),e.component(`BDForm`,$h),e.component(`BDFormCheckbox`,_g),e.component(`BDFormInput`,zg),e.component(`BDFormInvalidFeedback`,yg),e.component(`BDFormMultipleCheckbox`,gO),e.component(`BDFormSelect`,Wg),e.component(`BDHeader`,gK),e.component(`BDImageAttachmentModal`,hY),e.component(`BDImageAttachmentPreviewList`,K_),e.component(`BDInputGroup`,qg),e.component(`BDLink`,ja),e.component(`BDLoader`,$g),e.component(`BDLogo`,n_),e.component(`BDMarkdownEditor`,EG),e.component(`BDMessageTemplateFormModal`,yY),e.component(`BDMobileMenu`,NG),e.component(`BDModal`,TK),e.component(`BDNotFoundTemplate`,RX),e.component(`BDPagination`,l_),e.component(`BDPhoneNumberEditModal`,NK),e.component(`BDPill`,g_),e.component(`BDPractitionerHeader`,qK),e.component(`BDProfileImage`,y_),e.component(`BDRow`,h),e.component(`BDSessionTimeOutModal`,YK),e.component(`BDSmallConversationCard`,LG),e.component(`BDTable`,KG),e.component(`BDToast`,w_),e.component(`BDUser`,ZG),e.component(`BDUserInformation`,k_),e.component(`BDVideoCallConfirmationModal`,DY),e.component(`BDVideoCallTemplate`,MX),e.component(`BDVideoCallToast`,cK),e.component(`BDZoomslider`,M_),e.component(`IconAcademy`,b),e.component(`IconArrowDown`,w),e.component(`IconArrowUp`,O),e.component(`IconAttachment`,k),e.component(`IconBold`,oe),e.component(`IconBulletList`,ue),e.component(`IconCalendar`,me),e.component(`IconCall`,ve),e.component(`IconCallReject`,Se),e.component(`IconCardView`,Ee),e.component(`IconCaretDown`,Ae),e.component(`IconCaretLeft`,Pe),e.component(`IconCaretRight`,Re),e.component(`IconCheck`,He),e.component(`IconClipboard`,Ke),e.component(`IconClose`,Xe),e.component(`IconComment`,et),e.component(`IconCommentActive`,it),e.component(`IconCommentStatic`,ct),e.component(`IconCommonFileEmpty`,ft),e.component(`IconCommonFileWarning`,gt),e.component(`IconContactPerson`,bt),e.component(`IconCopy`,wt),e.component(`IconDelete`,Ot),e.component(`IconDoubleCheck`,Mt),e.component(`IconDownloadImage`,It),e.component(`IconEdit`,Bt),e.component(`IconEndCall`,Wt),e.component(`IconError`,Jt),e.component(`IconExternal`,Qt),e.component(`IconEyeShow`,nn),e.component(`IconEyeSlash`,sn),e.component(`IconFile`,dn),e.component(`IconFileAdded`,hn),e.component(`IconForward`,yn),e.component(`IconHix`,Cn),e.component(`IconHyperlink`,Dn),e.component(`IconImageFileLandscape`,jn),e.component(`IconImageFileWarning`,Fn),e.component(`IconInbox`,zn),e.component(`IconInfo`,Un),e.component(`IconInformationCircle`,qn),e.component(`IconItalic`,Zn),e.component(`IconListView`,tr),e.component(`IconLock`,ar),e.component(`IconLusciiEscalated`,lr),e.component(`IconLusciiLogo`,pr),e.component(`IconLusciiOpen`,_r),e.component(`IconLusciiPriorityHigh`,xr),e.component(`IconLusciiPriorityLow`,Tr),e.component(`IconLusciiPriorityMedium`,kr),e.component(`IconMenu`,Nr),e.component(`IconMessage`,Lr),e.component(`IconMessageForward`,Vr),e.component(`IconMicrophoneSlash`,Wr),e.component(`IconMicrosoftTeams`,Jr),e.component(`IconMin`,Qr),e.component(`IconOrderedList`,ni),e.component(`IconPlus`,oi),e.component(`IconRefresh`,ui),e.component(`IconRemove`,mi),e.component(`IconSananetLogo`,yi),e.component(`IconService`,Ci),e.component(`IconShareScreen`,Di),e.component(`IconSingleNeutral`,ji),e.component(`IconSort`,Fi),e.component(`IconSortAsc`,zi),e.component(`IconSortDesc`,Ui),e.component(`IconSortNone`,qi),e.component(`IconTriangleDown`,Zi),e.component(`IconTriangleExclamation`,ta),e.component(`IconUnderline`,aa),e.component(`IconVideoDisabled`,fa),e.component(`IconVideocall`,la),e.component(`IconWarning`,ga),e.component(`IconZorgkaart`,ba),e.directive(`bd-tooltip`,xG)}};exports.BDAlert=Ca,exports.BDArticle=Ea,exports.BDAssignConversationModal=XK,exports.BDAttachmentPreviewList=L_,exports.BDAttachmentUploadModal=ZK,exports.BDBadge=ka,exports.BDButton=A,exports.BDCard=Ba,exports.BDChangePasswordTemplate=LY,exports.BDChatCloud=sv,exports.BDCol=p,exports.BDCollapsableCard=Wa,exports.BDConfirmationModal=QK,exports.BDContainer=m,exports.BDContentLibraryModal=VJ,exports.BDContentLibrarySplitButton=Nh,exports.BDContentLibraryTemplate=BJ,exports.BDConversationToTextModal=cY,exports.BDDate=Qh,exports.BDDropdown=lK,exports.BDDropdownItem=cv,exports.BDFileUpload=fO,exports.BDForm=$h,exports.BDFormCheckbox=_g,exports.BDFormInput=zg,exports.BDFormInvalidFeedback=yg,exports.BDFormMultipleCheckbox=gO,exports.BDFormSelect=Wg,exports.BDHeader=gK,exports.BDImageAttachmentModal=hY,exports.BDImageAttachmentPreviewList=K_,exports.BDInputGroup=qg,exports.BDLink=ja,exports.BDLoader=$g,exports.BDLogo=n_,exports.BDMarkdownEditor=EG,exports.BDMessageTemplateFormModal=yY,exports.BDMobileMenu=NG,exports.BDModal=TK,exports.BDNotFoundTemplate=RX,exports.BDPagination=l_,exports.BDPhoneNumberEditModal=NK,exports.BDPill=g_,exports.BDPractitionerHeader=qK,exports.BDProfileImage=y_,exports.BDRow=h,exports.BDSessionTimeOutModal=YK,exports.BDSmallConversationCard=LG,exports.BDTable=KG,exports.BDToast=w_,exports.BDUser=ZG,exports.BDUserInformation=k_,exports.BDVideoCallConfirmationModal=DY,exports.BDVideoCallTemplate=MX,exports.BDVideoCallToast=cK,exports.BDZoomslider=M_,exports.CopyChatMessageToClipboard=QJ,exports.CopyChatMessagesToClipboard=$J,exports.CopyHl7MessagesToClipboard=eY,exports.CreateHyperlinkParagraph=BX,exports.CreateThumbnailUri=X_,exports.IconAcademy=b,exports.IconArrowDown=w,exports.IconArrowUp=O,exports.IconAttachment=k,exports.IconBold=oe,exports.IconBulletList=ue,exports.IconCalendar=me,exports.IconCall=ve,exports.IconCallReject=Se,exports.IconCardView=Ee,exports.IconCaretDown=Ae,exports.IconCaretLeft=Pe,exports.IconCaretRight=Re,exports.IconCheck=He,exports.IconClipboard=Ke,exports.IconClose=Xe,exports.IconComment=et,exports.IconCommentActive=it,exports.IconCommentStatic=ct,exports.IconCommonFileEmpty=ft,exports.IconCommonFileWarning=gt,exports.IconContactPerson=bt,exports.IconCopy=wt,exports.IconDelete=Ot,exports.IconDoubleCheck=Mt,exports.IconDownloadImage=It,exports.IconEdit=Bt,exports.IconEndCall=Wt,exports.IconError=Jt,exports.IconExternal=Qt,exports.IconEyeShow=nn,exports.IconEyeSlash=sn,exports.IconFile=dn,exports.IconFileAdded=hn,exports.IconForward=yn,exports.IconHix=Cn,exports.IconHyperlink=Dn,exports.IconImageFileLandscape=jn,exports.IconImageFileWarning=Fn,exports.IconInbox=zn,exports.IconInfo=Un,exports.IconInformationCircle=qn,exports.IconItalic=Zn,exports.IconListView=tr,exports.IconLock=ar,exports.IconLusciiEscalated=lr,exports.IconLusciiLogo=pr,exports.IconLusciiOpen=_r,exports.IconLusciiPriorityHigh=xr,exports.IconLusciiPriorityLow=Tr,exports.IconLusciiPriorityMedium=kr,exports.IconMenu=Nr,exports.IconMessage=Lr,exports.IconMessageForward=Vr,exports.IconMicrophoneSlash=Wr,exports.IconMicrosoftTeams=Jr,exports.IconMin=Qr,exports.IconOrderedList=ni,exports.IconPlus=oi,exports.IconRefresh=ui,exports.IconRemove=mi,exports.IconSananetLogo=yi,exports.IconService=Ci,exports.IconShareScreen=Di,exports.IconSingleNeutral=ji,exports.IconSort=Fi,exports.IconSortAsc=zi,exports.IconSortDesc=Ui,exports.IconSortNone=qi,exports.IconTriangleDown=Zi,exports.IconTriangleExclamation=ta,exports.IconUnderline=aa,exports.IconVideoDisabled=fa,exports.IconVideocall=la,exports.IconWarning=ga,exports.IconZorgkaart=ba,exports.MapAttachmentsForApi=q_,exports.MapToAttachmentObjects=$_,exports.TransformHyperlinks=zX,exports.ValidateUrl=VX,exports.default=HX,exports.getDisplayDateNumeric=Xh,exports.getDisplayDateTextual=qh,exports.getDisplayDateTimeNumeric=Yh,exports.getDisplayDateTimeTextual=Jh,exports.useModal=EK,exports.usePopover=RK,exports.useServerErrors=OK,exports.useSessionTimeOut=JK,exports.useToaster=cO,exports.useValidation=OY,exports.useWindow=IK,exports.useZoom=lY,exports.vBdTooltip=xG;
1884
+ `)}`;XJ.copy(r).then(()=>ZJ(n))},eY=(e,t)=>{XJ.copy(e).then(()=>ZJ(t))},tY={class:`message-cloud-multi-select`},nY={class:`message-cloud-multi-select__body`},rY={class:`message-content`},iY={class:`message-cloud__header`},aY={class:`message-cloud__title`},oY={key:0},sY=[`innerHTML`],cY=(0,u.defineComponent)({__name:`BDConversationToTextModal`,props:{modelValue:{},extraClass:{}},setup(e){let{t}=Ju(),n=e,r=(0,u.ref)([]),i=(0,u.ref)(!0);(0,u.watchEffect)(()=>{r.value=n.modelValue}),(0,u.watch)(()=>i.value,e=>{r.value.forEach(t=>t.selected=e)});let a=(0,u.computed)(()=>t(`conversationToTextModal.systemMessage`)),o=e=>{let n=e.IsTussentijdseMededeling?`, `:``;return e.AfzenderType===2&&e.AfzenderId!==e.BehandelaarId&&e.BehandelaarId!==null?n+t(`conversationToTextModal.onBehalfOf`)+` `+e.BehandelaarNaam:``},s=e=>e.AfzenderType===2?`is-sender`:`is-receiver`,c=()=>{let e=t(`conversationToTextModal.prefix`),n=t(`conversationToTextModal.copySuccess`);return $J(r.value,e,n)};return(n,l)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`conversation-to-text-modal`,title:`Tekst versie`,"modal-class":e.extraClass,"hide-footer":``},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(A,{variant:`primary`,onClick:c},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(t)(`conversationToTextModal.copyButton`)),1)]),_:1}),(0,u.createElementVNode)(`div`,tY,[(0,u.createVNode)(_g,{class:`select-all-checkbox`,modelValue:i.value,"onUpdate:modelValue":l[0]||=e=>i.value=e},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)((0,u.unref)(t)(`conversationToTextModal.selectAll`)),1)]),_:1},8,[`modelValue`]),(0,u.createElementVNode)(`div`,nY,[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(r.value,(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`div`,{class:`message-cloud-selector`,key:t},[(0,u.createVNode)(_g,{class:`select-all-checkbox`,modelValue:e.selected,"onUpdate:modelValue":t=>e.selected=t},null,8,[`modelValue`,`onUpdate:modelValue`]),(0,u.createElementVNode)(`div`,rY,[(0,u.createElementVNode)(`div`,{class:(0,u.normalizeClass)([`message`,s(e)])},[(0,u.createElementVNode)(`div`,iY,[(0,u.createElementVNode)(`div`,aY,[(0,u.createTextVNode)((0,u.toDisplayString)(e.AfzenderNaam)+` `,1),e.IsTussentijdseMededeling?((0,u.openBlock)(),(0,u.createElementBlock)(`span`,oY,[(0,u.createElementVNode)(`i`,null,(0,u.toDisplayString)(a.value),1)])):(0,u.createCommentVNode)(``,!0),(0,u.createElementVNode)(`span`,null,[(0,u.createElementVNode)(`i`,null,(0,u.toDisplayString)(o(e)),1)]),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(e.Datum),1)])]),(0,u.createElementVNode)(`div`,{class:`message-cloud__body`,innerHTML:e.Tekst},null,8,sY)],2)])]))),128))])])]),_:1},8,[`modal-class`]))}});function lY(){let e=(0,u.ref)(0),t=(0,u.ref)(!0),n=(0,u.ref)(null),r=(0,u.ref)({top:0,left:0,x:0,y:0});return{zoom:e,mouseDown:t,imageHolderRef:n,pos:r,SetZoom:(0,u.computed)(()=>e.value>0?`zoom-${e.value}`:``),OnMouseDown:e=>{if(!n.value)return;r.value.left=n.value.scrollLeft,r.value.top=n.value.scrollTop;let i=document.querySelector(`#image-attachment-modal`),a=document.querySelector(`.image-preview-image-holder`);i&&(i.style.cursor=`grabbing`),a&&(a.style.cursor=`grabbing`),r.value.x=e.clientX,r.value.y=e.clientY,t.value=!0},OnMouseMove:e=>{if(t.value){let t=e.clientX-r.value.x,i=e.clientY-r.value.y;n.value&&(n.value.scrollTop=r.value.top-i,n.value.scrollLeft=r.value.left-t)}},OnMouseUp:()=>{let e=document.querySelector(`#image-attachment-modal`),n=document.querySelector(`.image-preview-image-holder`);e&&e.style&&(e.style.cursor=``),n&&n.style&&(n.style.cursor=`grab`),t.value=!1}}}var uY=[`src`,`alt`],dY={key:0,class:`show-spinner`},fY={class:`spinner-border text-primary`,role:`status`},pY=[`textContent`],mY=[`href`],hY=(0,u.defineComponent)({__name:`BDImageAttachmentModal`,setup(e,{expose:t}){let{showModal:n}=EK(`image-attachment-modal`),{zoom:r,imageHolderRef:i,SetZoom:a,OnMouseDown:o,OnMouseMove:s,OnMouseUp:c}=lY(),{t:l}=Ju(),d=(0,u.ref)(!0),f=(0,u.ref)({BerichtId:0,Id:void 0,MimeType:null,Naam:``,altName:``,downloadUrl:``,fullImageUrl:``,previewUrl:``}),p=(0,u.computed)(()=>l(`imageAttachmentModal.download`)),m=(0,u.computed)(()=>l(`imageAttachmentModal.loading`));t({Show:e=>{f.value=e,r.value=0,n()}});let h=()=>{d.value=!1},g=()=>{f.value={BerichtId:0,Id:void 0,MimeType:null,Naam:``,altName:``,downloadUrl:``,fullImageUrl:``,previewUrl:``}};return(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`image-attachment-modal`,class:(0,u.normalizeClass)((0,u.unref)(``)),title:f.value.Naam,hideFooterCancelButton:!0,showHeaderButton:!0,onCancel:g},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,{class:`image-preview-image-holder`,ref_key:`imageHolderRef`,ref:i,onMousedown:t[0]||=(...e)=>(0,u.unref)(o)&&(0,u.unref)(o)(...e),onMousemove:t[1]||=(...e)=>(0,u.unref)(s)&&(0,u.unref)(s)(...e),onMouseup:t[2]||=(...e)=>(0,u.unref)(c)&&(0,u.unref)(c)(...e)},[f.value?((0,u.openBlock)(),(0,u.createElementBlock)(`img`,{key:0,src:f.value.downloadUrl,alt:f.value.Naam,class:(0,u.normalizeClass)([`image-preview-modal`,(0,u.unref)(a)]),onLoad:h,draggable:!1},null,42,uY)):(0,u.createCommentVNode)(``,!0)],544),d.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,dY,[(0,u.createElementVNode)(`div`,fY,[(0,u.createElementVNode)(`span`,{class:`visually-hidden`,textContent:(0,u.toDisplayString)(m.value)},null,8,pY)])])):(0,u.createCommentVNode)(``,!0),(0,u.createVNode)(M_,{modelValue:(0,u.unref)(r),"onUpdate:modelValue":t[3]||=e=>(0,u.isRef)(r)?r.value=e:null,class:`image-preview-bd-zoom-slider`,"max-value":4},null,8,[`modelValue`]),(0,u.createElementVNode)(`a`,{href:f.value.downloadUrl},[(0,u.createVNode)(A,{variant:`primary`,class:`download-image`,textContent:(0,u.toDisplayString)(p.value)},null,8,[`textContent`])],8,mY)]),_:1},8,[`class`,`title`]))}}),gY={key:0,class:`pills-list__wrapper`},_Y={class:`pills-list__ul`},vY={__name:`BDMessageTemplateForm`,props:{modelValue:{type:Object,required:!0},validation:{type:Object,default:()=>({title:{state:null},text:{state:null},category:{state:null},ownerId:{state:null}})},practitionerOptions:{type:Array,default:null},departmentOptions:{type:Array,default:null},categoryOptions:{type:Array,default:null},files:{type:Array},contentLibraryExternalProviders:{type:Array,default:()=>[]}},emits:[`update:modelValue`,`show-attachment`,`action`,`on-input`,`change-department`,`change-text`,`change-title`],setup(e,{emit:t}){let{showModal:n}=EK(`attachment-upload-modal`),r=e,i=t,{t:a}=Ju(),o=(0,u.ref)([]),s=(0,u.computed)(()=>void 0),c=(0,u.computed)(()=>r.validation.category.state===!1?`is-invalid`:``);(0,u.computed)(()=>r.validation.ownerId.state===!1?`is-invalid`:``);let l=(0,u.computed)(()=>[...r.categoryOptions?r.categoryOptions.map(e=>({text:e.name,value:e.name})):[],...o.value]);(0,u.computed)(()=>r.practitionerOptions?.find(e=>e.value===r.modelValue?.ownerId)??null);let d=(0,u.computed)(()=>r.modelValue.sharedWithDepartment||[]);function f(e){C({...r.modelValue,sharedWithDepartment:e})}(0,u.computed)(()=>{if(r.modelValue.tag)return l.value.filter(e=>e.text.toLowerCase().indexOf(r.modelValue.tag.toLowerCase())!==-1)}),(0,u.computed)(()=>GetContentLibraryExternalProviders.value[0].img);let p=(0,u.computed)(()=>{let e=r.modelValue.files||[],t=r.files||[];return[...e,...t]});(0,u.onMounted)(()=>{r.modelValue.category.length>0&&x()});function m(e){e&&!l.value.some(t=>t.value===e)&&(o.value=[{text:e,value:e}])}function h(e){i(`show-attachment`,e)}function g(e){i(`action`,{action:`content-library`,provider:e})}function _(e){v(r.files,e),v(r.modelValue.files,e)}function v(e,t){let n;n=t.obj.FileId?e.findIndex(e=>e.FileId===t.obj.FileId):e.findIndex(e=>e.CorrelationId===t.obj.CorrelationId),n!==-1&&e.splice(n,1)}function y(e){e.name===`delete-attachment`?_(e):e.name===`image-attachment`&&h(e)}function b(){n()}function x(){let e=document.querySelector(`.ti-new-tag-input-wrapper`);e&&(e.style.display=`none`)}function S(e){C({...r.modelValue,category:e})}function C(e){i(`update:modelValue`,e),i(`on-input`,e)}function w(){i(`change-department`,r.modelValue)}function T(e){i(`change-title`,e)}function E(e){i(`change-text`,e)}return(t,n)=>((0,u.openBlock)(),(0,u.createBlock)($h,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(qg,{label:(0,u.unref)(a)(`messageTemplateFormModal.titleLabel`),"label-for":`message-template-input-title`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(zg,{id:`message-template-input-title`,type:`text`,modelValue:e.modelValue.title,"onUpdate:modelValue":T,placeholder:(0,u.unref)(a)(`messageTemplateFormModal.titlePlaceHolder`),state:e.validation.title.state,"invalid-feedback-text":e.validation.title.errorLabel},null,8,[`modelValue`,`placeholder`,`state`,`invalid-feedback-text`])]),_:1},8,[`label`]),(0,u.createVNode)(qg,{label:(0,u.unref)(a)(`messageTemplateFormModal.replyTemplateLabel`)},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(EG,{modelValue:e.modelValue.text,placeholder:(0,u.unref)(a)(`messageTemplateFormModal.replyTemplatePlaceHolder`),errorText:(0,u.unref)(a)(`messageTemplateFormModal.validation`),files:p.value,state:e.validation.text.state,variant:`full`,"api-url":s.value,onUpload:b,onAction:y,"onUpdate:modelValue":E},{default:(0,u.withCtx)(()=>[e.modelValue.pills?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,gY,[(0,u.createElementVNode)(`ul`,_Y,[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)(e.modelValue.pills,(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`li`,{key:t,class:`pills-list__li`},[(0,u.createVNode)(g_,(0,u.mergeProps)({ref_for:!0},e),null,16)]))),128))])])):(0,u.createCommentVNode)(``,!0)]),_:1},8,[`modelValue`,`placeholder`,`errorText`,`files`,`state`,`api-url`]),(0,u.createVNode)(Nh,{"content-library-providers":e.contentLibraryExternalProviders,"is-external-only":!0,onContentLibrary:g},null,8,[`content-library-providers`])]),_:1},8,[`label`]),n[0]||=(0,u.createElementVNode)(`div`,{class:`form-splitter`},null,-1),(0,u.createVNode)(qg,{label:(0,u.unref)(a)(`messageTemplateFormModal.sharedWithLabel`)},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(gO,{modelValue:d.value,"onUpdate:modelValue":f,options:e.departmentOptions,onChangeDepartment:w,overflow:``},null,8,[`modelValue`,`options`])]),_:1},8,[`label`]),(0,u.renderSlot)(t.$slots,`extra-fields`),(0,u.createVNode)(qg,{label:(0,u.unref)(a)(`messageTemplateFormModal.categoryLabel`),"label-for":`input-select-category`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)((0,u.unref)(Bq),{modelValue:e.modelValue.category,"onUpdate:modelValue":S,options:l.value,label:`text`,placeholder:(0,u.unref)(a)(`messageTemplateFormModal.categoryPlaceholderDropdown`),onSearch:m,class:(0,u.normalizeClass)({"is-invalid":e.validation.category.state===!1})},null,8,[`modelValue`,`options`,`placeholder`,`class`]),(0,u.createVNode)(yg,{class:(0,u.normalizeClass)(c.value),state:e.validation.category.state,text:e.validation.category.errorLabel},null,8,[`class`,`state`,`text`])]),_:1},8,[`label`])]),_:3}))}},yY={__name:`BDMessageTemplateFormModal`,props:{modelValue:{type:Object,required:!0},files:{type:Array},visible:{type:Boolean,default:null},editable:{type:Boolean,default:!1},departmentOptions:{type:Array},practitionerOptions:{type:Array},categoryOptions:{type:Array},serverErrors:{type:Array,default:null},validation:{type:Object,required:!0},contentLibraryExternalProviders:{type:Array,default:()=>[]}},emits:[`show-attachment`,`action`,`on-submit`,`close`,`on-input`,`change-department`],setup(e,{emit:t}){let n=e,r=t,{t:i}=Ju(),a=!1,o=(0,u.ref)(JSON.parse(JSON.stringify(n.modelValue))),s=(0,u.computed)(()=>n.modelValue.id?i(`messageTemplateFormModal.editTitle`):i(`messageTemplateFormModal.createTitle`)),c=(0,u.computed)(()=>n.modelValue.id?i(`modals.edit`):i(`modals.add`));(0,u.watch)(()=>n.modelValue,e=>{a||(o.value=JSON.parse(JSON.stringify(e)))},{immediate:!0,deep:!0});function l(e){r(`show-attachment`,e.obj)}function d(e){r(`action`,e)}function f(){let e=JSON.parse(JSON.stringify(o.value));typeof e.category!=`string`&&(e.category=e.category.value??``),r(`on-submit`,e)}function p(){r(`close`)}function m(){r(`on-input`,o.value)}function h(){a=!0,r(`change-department`,o.value),(0,u.nextTick)(()=>{a=!1})}function g(e){o.value.title=e,m()}function _(e){o.value.text=e,m()}return(t,r)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`message-template-form-modal`,title:s.value,"submit-button-title":c.value,"server-errors":e.serverErrors,visible:e.visible,onSubmit:f,onCancel:p},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(vY,{modelValue:o.value,"onUpdate:modelValue":r[0]||=e=>o.value=e,departmentOptions:e.departmentOptions,practitionerOptions:e.practitionerOptions,categoryOptions:e.categoryOptions,validation:e.validation,files:e.files,"content-library-external-providers":n.contentLibraryExternalProviders,onOnInput:m,onAction:d,onShowAttachment:l,onChangeDepartment:h,onChangeText:_,onChangeTitle:g},{"extra-fields":(0,u.withCtx)(()=>[(0,u.renderSlot)(t.$slots,`extra-fields`)]),_:3},8,[`modelValue`,`departmentOptions`,`practitionerOptions`,`categoryOptions`,`validation`,`files`,`content-library-external-providers`])]),_:3},8,[`title`,`submit-button-title`,`server-errors`,`visible`]))}},bY={key:0},xY={key:1},SY={key:2},CY={key:3},wY={key:1},TY={key:2},EY=[`href`],DY=(0,u.defineComponent)({__name:`BDVideoCallConfirmationModal`,props:[`isMissingCameraPermission`,`isMissingMicrophonePermission`,`isMissingMobileActivation`,`isMissingVideoConferencingSupport`,`participantName`,`videoTestUrl`],emits:[`confirmed`],setup(e,{emit:t}){let{t:n}=Ju(),r=e,i=t,a=()=>r.isMissingCameraPermission||r.isMissingMicrophonePermission||r.isMissingMobileActivation||r.isMissingVideoConferencingSupport,o=(0,u.computed)(()=>a()?n(`videoCallConfirmationModal.close`):n(`videoCallConfirmationModal.cancel`)),s=(0,u.computed)(()=>`${r.participantName} ${n(`videoCallConfirmationModal.noMobileActivationMessage`)}`),c=(0,u.computed)(()=>`${r.participantName} ${n(`videoCallConfirmationModal.noCompatibleDevices`)}`),l=(0,u.computed)(()=>n(`videoCallConfirmationModal.title`)),d=(0,u.computed)(()=>n(`videoCallConfirmationModal.ok`)),f=(0,u.computed)(()=>n(`videoCallConfirmationModal.generalWarning`)),p=(0,u.computed)(()=>n(`videoCallConfirmationModal.cameraPermissionMissing`)),m=(0,u.computed)(()=>n(`videoCallConfirmationModal.microphonePermissionMissing`)),h=(0,u.computed)(()=>n(`videoCallConfirmationModal.message`)),g=(0,u.computed)(()=>n(`videoCallConfirmationModal.participantMessage`)),_=(0,u.computed)(()=>n(`videoCallConfirmationModal.testMessage`)),v=(0,u.computed)(()=>n(`videoCallConfirmationModal.helpMessage`)),y=()=>i(`confirmed`);return(e,t)=>((0,u.openBlock)(),(0,u.createBlock)(TK,{id:`video-call-confirmation-modal`,title:l.value,"submit-button-title":d.value,"close-button-title":o.value,"hide-footer-submit-button":a(),onSubmit:y},{default:(0,u.withCtx)(()=>[a()?((0,u.openBlock)(),(0,u.createBlock)(Ca,{key:0,variant:`warning`},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`p`,null,(0,u.toDisplayString)(f.value),1),(0,u.createElementVNode)(`ul`,null,[r.isMissingCameraPermission?((0,u.openBlock)(),(0,u.createElementBlock)(`li`,bY,(0,u.toDisplayString)(p.value),1)):(0,u.createCommentVNode)(``,!0),r.isMissingMicrophonePermission?((0,u.openBlock)(),(0,u.createElementBlock)(`li`,xY,(0,u.toDisplayString)(m.value),1)):(0,u.createCommentVNode)(``,!0),r.isMissingMobileActivation?((0,u.openBlock)(),(0,u.createElementBlock)(`li`,SY,(0,u.toDisplayString)(s.value),1)):(0,u.createCommentVNode)(``,!0),r.isMissingVideoConferencingSupport?((0,u.openBlock)(),(0,u.createElementBlock)(`li`,CY,(0,u.toDisplayString)(c.value),1)):(0,u.createCommentVNode)(``,!0)])]),_:1})):r.participantName?((0,u.openBlock)(),(0,u.createElementBlock)(`p`,wY,[(0,u.createTextVNode)((0,u.toDisplayString)(g.value)+` `,1),(0,u.createElementVNode)(`b`,null,(0,u.toDisplayString)(r.participantName),1),t[0]||=(0,u.createTextVNode)(`?`,-1)])):((0,u.openBlock)(),(0,u.createElementBlock)(`p`,TY,(0,u.toDisplayString)(h.value),1)),(0,u.createElementVNode)(`p`,null,[(0,u.createElementVNode)(`a`,{href:r.videoTestUrl,target:`blank`,rel:`noopener noreferrer`},(0,u.toDisplayString)(_.value),9,EY),(0,u.createElementVNode)(`span`,null,`\xA0`+(0,u.toDisplayString)(v.value),1)])]),_:1},8,[`title`,`submit-button-title`,`close-button-title`,`hide-footer-submit-button`]))}}),OY=()=>({ResetValidation:e=>{for(let t in e.value)e.value[t].state=null},ValidationObjectIsValid:e=>{for(let t in e)if(e[t].state===!1)return!1;return!0}}),kY={class:`template change-password-template`},AY={class:`template-title`},jY={key:0},MY={key:1},NY={class:`bd-form-field`},PY={class:`bd-form-field`},FY={class:`bd-form-field`},IY={class:`bd-form-buttons`},LY=(0,u.defineComponent)({__name:`BDChangePasswordTemplate`,props:{templateTitle:{},alertText:{},currentPasswordLabel:{},newPasswordLabel:{},confirmNewPasswordLabel:{},submitButtonText:{},cancelButtonText:{},successText:{},failureText:{},requiredText:{},incompatibleText:{},minimalRequirementsText:{},submitPassword:{type:Function}},setup(e){let{t}=Ju(),{showDangerToast:n,showWarningToast:r,showSuccessToast:i}=cO(),{errorMessages:a,errorMessageText:o,MapServerErrors:s,ResetServerErrors:c}=OK(null),{ValidationObjectIsValid:l}=OY(),d=e,f=(0,u.ref)({password:``,passwordNew:``,passwordRepeat:``}),g=(0,u.ref)({password:{state:null,errorLabel:``},passwordNew:{state:null,errorLabel:``},passwordRepeat:{state:null,errorLabel:``}}),_=()=>{if(!v())return;let e=d.submitPassword(f.value);e&&e.then(()=>{i(d.successText),y()}).catch(e=>{n(d.failureText),s(e)})},v=()=>{if(f.value.passwordNew&&!/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$/.test(f.value.passwordNew))g.value.passwordNew.state=!1,g.value.passwordNew.errorLabel=d.minimalRequirementsText;else{let e=f.value.passwordRepeat===f.value.passwordNew,t=e?d.requiredText:d.incompatibleText;g.value.passwordNew.state=f.value.passwordNew!==``&&e?null:!1,g.value.passwordNew.errorLabel=t,g.value.passwordRepeat.state=f.value.passwordRepeat!==``&&e?null:!1,g.value.passwordRepeat.errorLabel=t}return g.value.password.state=f.value.password===``?!1:null,g.value.password.errorLabel=g.value.password.state?``:d.requiredText,l(g.value)},y=()=>{f.value.password===``&&f.value.passwordNew===``&&f.value.passwordRepeat===``||(f.value.password=``,f.value.passwordNew=``,f.value.passwordRepeat=``,g.value.password.state=null,g.value.passwordNew.state=null,g.value.passwordRepeat.state=null,c(),r(t(`changePasswordTemplate.toasters.reset`)))};return(t,n)=>((0,u.openBlock)(),(0,u.createElementBlock)(`main`,kY,[(0,u.createVNode)(m,{class:`container-xl`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(h,{class:`justify-content-md-center template-header`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,{xs:12,md:10,lg:7},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`h1`,AY,(0,u.toDisplayString)(d.templateTitle),1)]),_:1})]),_:1}),(0,u.createVNode)(h,{class:`justify-content-md-center`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,{xs:12,md:10,lg:7},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Ba,{class:`bd-card-template`,"no-header":!0},{body:(0,u.withCtx)(()=>[(0,u.createVNode)(m,{class:`container-fluid`},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(h,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Ca,{variant:`warning`},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(e.alertText),1)]),_:1})]),_:1})]),_:1}),(0,u.unref)(a)||(0,u.unref)(o)?((0,u.openBlock)(),(0,u.createBlock)(h,{key:0},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Ca,{variant:`danger`},{default:(0,u.withCtx)(()=>[(0,u.unref)(a)?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,jY,[(0,u.createElementVNode)(`ul`,null,[((0,u.openBlock)(!0),(0,u.createElementBlock)(u.Fragment,null,(0,u.renderList)((0,u.unref)(a),(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`li`,{key:t},[(0,u.createVNode)(Un),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(e),1)]))),128))])])):((0,u.openBlock)(),(0,u.createElementBlock)(`div`,MY,(0,u.toDisplayString)((0,u.unref)(o)),1))]),_:1})]),_:1})]),_:1})):(0,u.createCommentVNode)(``,!0),(0,u.createVNode)(h,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,{class:`bd-card-form`,sm:12,md:12},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`form`,{onSubmit:(0,u.withModifiers)(_,[`prevent`]),onReset:(0,u.withModifiers)(y,[`prevent`]),class:`form`},[(0,u.createElementVNode)(`div`,NY,[(0,u.createVNode)(zg,{modelValue:(0,u.unref)(f).password,"onUpdate:modelValue":n[0]||=e=>(0,u.unref)(f).password=e,label:e.currentPasswordLabel,state:(0,u.unref)(g).password.state,type:`password`,"invalid-feedback-text":(0,u.unref)(g).password.errorLabel},null,8,[`modelValue`,`label`,`state`,`invalid-feedback-text`])]),(0,u.createElementVNode)(`div`,PY,[(0,u.createVNode)(zg,{modelValue:(0,u.unref)(f).passwordNew,"onUpdate:modelValue":n[1]||=e=>(0,u.unref)(f).passwordNew=e,label:e.newPasswordLabel,state:(0,u.unref)(g).passwordNew.state,type:`password`,"invalid-feedback-text":(0,u.unref)(g).passwordNew.errorLabel},null,8,[`modelValue`,`label`,`state`,`invalid-feedback-text`])]),(0,u.createElementVNode)(`div`,FY,[(0,u.createVNode)(zg,{modelValue:(0,u.unref)(f).passwordRepeat,"onUpdate:modelValue":n[2]||=e=>(0,u.unref)(f).passwordRepeat=e,label:e.confirmNewPasswordLabel,state:(0,u.unref)(g).passwordRepeat.state,type:`password`,"invalid-feedback-text":(0,u.unref)(g).passwordRepeat.errorLabel},null,8,[`modelValue`,`label`,`state`,`invalid-feedback-text`])]),(0,u.createElementVNode)(`div`,IY,[(0,u.createVNode)(A,{type:`submit`},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(e.submitButtonText),1)]),_:1}),(0,u.createVNode)(A,{type:`reset`,variant:`link`},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(e.cancelButtonText),1)]),_:1})])],32)]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]))}});function RY(...e){if(e.length>0){let t=String(e[0]);t.includes(`:error`)?console.error(...e):t.includes(`:warning`)?console.warn(...e):t.includes(`:info`)?console.info(...e):(t.includes(`:verbose`),console.debug(...e))}}function zY(e){return globalThis.process?.env?.[e]}typeof window<`u`&&window.document,typeof self==`object`&&`importScripts`in self&&typeof self.importScripts==`function`&&(self.constructor?.name===`DedicatedWorkerGlobalScope`||self.constructor?.name===`ServiceWorkerGlobalScope`||self.constructor?.name);var BY=zY(`DEBUG`),VY,HY=[],UY=[],WY=[];BY&&KY(BY);var GY=Object.assign(e=>XY(e),{enable:KY,enabled:qY,disable:YY,log:RY});function KY(e){VY=e,HY=[],UY=[];let t=e.split(`,`).map(e=>e.trim());for(let e of t)e.startsWith(`-`)?UY.push(e.substring(1)):HY.push(e);for(let e of WY)e.enabled=qY(e.namespace)}function qY(e){if(e.endsWith(`*`))return!0;for(let t of UY)if(JY(e,t))return!1;for(let t of HY)if(JY(e,t))return!0;return!1}function JY(e,t){if(t.indexOf(`*`)===-1)return e===t;let n=t;if(t.indexOf(`**`)!==-1){let e=[],r=``;for(let n of t)if(n===`*`&&r===`*`)continue;else r=n,e.push(n);n=e.join(``)}let r=0,i=0,a=n.length,o=e.length,s=-1,c=-1;for(;r<o&&i<a;)if(n[i]===`*`){if(s=i,i++,i===a)return!0;for(;e[r]!==n[i];)if(r++,r===o)return!1;c=r,r++,i++;continue}else if(n[i]===e[r])i++,r++;else if(s>=0){if(i=s+1,r=c+1,r===o)return!1;for(;e[r]!==n[i];)if(r++,r===o)return!1;c=r,r++,i++;continue}else return!1;let l=r===e.length,u=i===n.length,d=i===n.length-1&&n[i]===`*`;return l&&(u||d)}function YY(){let e=VY||``;return KY(``),e}function XY(e){let t=Object.assign(n,{enabled:qY(e),destroy:ZY,log:GY.log,namespace:e,extend:QY});function n(...n){t.enabled&&(n.length>0&&(n[0]=`${e} ${n[0]}`),t.log(...n))}return WY.push(t),t}function ZY(){let e=WY.indexOf(this);return e>=0?(WY.splice(e,1),!0):!1}function QY(e){let t=XY(`${this.namespace}:${e}`);return t.log=this.log,t}var $Y=[`verbose`,`info`,`warning`,`error`],eX={verbose:400,info:300,warning:200,error:100};function tX(e,t){t.log=(...t)=>{e.log(...t)}}function nX(e){return $Y.includes(e)}function rX(e){let t=new Set,n=zY(e.logLevelEnvVarName),r,i=GY(e.namespace);i.log=(...e)=>{GY.log(...e)};function a(e){if(e&&!nX(e))throw Error(`Unknown log level '${e}'. Acceptable values: ${$Y.join(`,`)}`);r=e;let n=[];for(let e of t)o(e)&&n.push(e.namespace);GY.enable(n.join(`,`))}n&&(nX(n)?a(n):console.error(`${e.logLevelEnvVarName} set to unknown log level '${n}'; logging is not enabled. Acceptable values: ${$Y.join(`, `)}.`));function o(e){return!!(r&&eX[e.level]<=eX[r])}function s(e,n){let r=Object.assign(e.extend(n),{level:n});if(tX(e,r),o(r)){let e=GY.disable();GY.enable(e+`,`+r.namespace)}return t.add(r),r}function c(){return r}function l(e){let t=i.extend(e);return tX(i,t),{error:s(t,`error`),warning:s(t,`warning`),info:s(t,`info`),verbose:s(t,`verbose`)}}return{setLogLevel:a,getLogLevel:c,createClientLogger:l,logger:i}}rX({logLevelEnvVarName:`TYPESPEC_RUNTIME_LOG_LEVEL`,namespace:`typeSpecRuntime`}).logger;var iX=rX({logLevelEnvVarName:`AZURE_LOG_LEVEL`,namespace:`azure`}),aX=iX.logger;function oX(e){iX.setLogLevel(e)}var sX={class:`video-call-template`},cX={key:0,class:`card`},lX={key:0,class:`permissions-denied__audio`},uX={class:`permissions-denied__audio-disabled`},dX={key:1,class:`permissions-denied__video`},fX={class:`permissions-denied__video-disabled`},pX={key:1,class:`card`},mX={class:`incoming__settings`},hX={class:`side`},gX={class:`outgoing`},_X={class:`card`},vX={key:0,class:`outgoing__video`},yX={class:`outgoing__available-cameras-count text-center`},bX={key:3,class:`permissions-denied__video`},xX={class:`permissions-denied__video-disabled`},SX={class:`settings`},CX={class:`settings__help`},wX=[`href`],TX={href:`https://www.beterdichtbij.nl/service-contact/`,target:`blank`,rel:`noopener noreferrer`},EX=`hangedUp`,DX=`declined`,OX=`connected`,kX=`loading`,AX=`devicePermissionDenied`,jX=2e3,MX={__name:`BDVideoCallTemplate`,props:{messageWhenLoading:String,participant:{type:Object,default:null},isCallee:{type:Boolean,default:!1},videoTestUrl:{type:String,default:``}},emits:[`ready`,`start-call`,`end-call`],setup(e,{expose:t,emit:n}){let r=e,i=n,{tm:a}=Ju(),o=(0,u.ref)([]),s=navigator.userAgent.indexOf(`Firefox`)>-1,c=(0,u.computed)(()=>a(`videoCallTemplate`)),l=(0,u.ref)(!1),g=(0,u.ref)(!1),_=(0,u.ref)(!1),v=(0,u.ref)(2),y=(0,u.ref)({}),b=(0,u.ref)(kX),x=(0,u.ref)(null),S=(0,u.reactive)({client:null,agent:null,deviceManager:null,incomingCall:null,call:null}),C=(0,u.ref)(null),w=(0,u.ref)(null),T=(0,u.ref)(null),E=(0,u.ref)(null),D=(0,u.ref)(0),O=(0,u.ref)(0),ee=(0,u.ref)(null),te=(0,u.ref)(!1),ne=(0,u.computed)(()=>{switch(D.value){case 0:return c.value.hasNoAvailableCamera;case 1:return c.value.hasOneAvailableCamera;default:return c.value.hasMultipleAvailableCameras}}),k=(0,u.computed)(()=>{let e=navigator.userAgent;return/Mobi/.test(e)&&!l.value}),re=(0,u.computed)(()=>{let e=navigator.userAgent,t=e.indexOf(`Android`)!==-1,n=/Mobi/.test(e),r=/iPad|iPhone|iPod/.test(e)&&!window.MSStream;return!(t&&n||r)}),ie=(0,u.computed)(()=>!y.value?.video&&ge.value),ae=(0,u.computed)(()=>!y.value?.audio&&ge.value),oe=(0,u.computed)(()=>b.value===DX?`incoming--declined`:`incoming--loading`),se=(0,u.computed)(()=>{switch(v.value){case 0:return`weak`;case 1:return`steady`;case 2:return`strong`;default:return null}}),ce=(0,u.computed)(()=>{switch(v.value){case 0:return c.value.signalStrength.weak;case 1:return c.value.signalStrength.steady;case 2:return c.value.signalStrength.strong;default:return null}}),le=(0,u.computed)(()=>l.value?c.value.stopSharingScreen:c.value.shareScreen),ue=(0,u.computed)(()=>c.value.placeholderSettingsHelpTitle),de=(0,u.computed)(()=>c.value.placeholderSettingsHelpMessage),fe=(0,u.computed)(()=>b.value===DX),pe=(0,u.computed)(()=>b.value===EX),me=(0,u.computed)(()=>b.value===OX),he=(0,u.computed)(()=>!me.value),ge=(0,u.computed)(()=>b.value===AX),_e=(0,u.computed)(()=>pe.value?c.value.messageWhenVideoCallHangedUp:fe.value?c.value.messageWhenVideoCallDeclined:ge.value?c.value.messageWhenDevicePermissionDenied:r.messageWhenLoading),ve=(0,u.computed)(()=>_.value?`.incoming__screenshare`:`.incoming__video`);(0,u.onMounted)(()=>{Ke()}),(0,u.onUnmounted)(()=>{ee.value&&window.clearInterval(ee.value),We()});function ye(){b.value=DX}function be(){}function xe(){b.value!==AX&&!r.isCallee&&Ee()}async function Se(){b.value=EX,y.value.video&&He()}async function Ce(e){S.client=(0,u.markRaw)(new d.CallClient);let t=new f.AzureCommunicationTokenCredential(e);S.agent=(0,u.markRaw)(await S.client.createCallAgent(t)),S.deviceManager=await S.client.getDeviceManager(),y.value=await S.deviceManager.askDevicePermission({video:!0,audio:!0}),ee.value=window.setInterval(He,5e3),(!y.value.audio||!y.value.video)&&(b.value=AX),S.agent.on(`incomingCall`,we),r.isCallee?i(`ready`):i(`start-call`)}async function we(e){if(!te.value)try{te.value=!0,S.incomingCall=e.incomingCall,await De()}catch(e){console.log(`error occured during starting call`,e)}finally{te.value=!1}}async function Te(){let e=await Oe();return e?{localVideoStreams:[e]}:void 0}async function Ee(){try{let e={videoOptions:await Te()},t=[{communicationUserId:r.participant.videoCallIdentityId}];S.call=S.agent.startCall(t,e),Ae(),ke()}catch(e){console.error(e)}}async function De(){let e=await Te();try{S.call=await S.incomingCall.accept({videoOptions:e})}catch(e){console.error(`Error occurred during accepting call`,e)}Ae(),ke()}async function Oe(){let e=(await S.deviceManager.getCameras())[0];if(e)return new d.LocalVideoStream(e);console.error(`No camera device found on the system`)}function ke(){S.call.on(`stateChanged`,Me),S.call.on(`localVideoStreamsUpdated`,e=>{e.added.forEach(Pe),e.removed.forEach(Ne)}),S.call.remoteParticipants.forEach(Ie),S.call.on(`remoteParticipantsUpdated`,e=>{e.added.forEach(Ie)}),S.call.on(`isScreenSharingOnChanged`,()=>{l.value=S.call.isScreenSharingOn})}function Ae(){x.value=S.call.feature(d.Features.UserFacingDiagnostics),x.value.media.on(`diagnosticChanged`,je),x.value.network.on(`diagnosticChanged`,je)}function je(e){(e.diagnostic===`networkReceiveQuality`||e.diagnostic===`networkSendQuality`)&&(e.value===d.DiagnosticQuality.Bad?(console.error(`${e.diagnostic} is bad quality`),v.value=0):e.value===d.DiagnosticQuality.Poor?(console.error(`${e.diagnostic} is poor quality`),v.value=1):v.value=2)}function Me(){switch(S.call.state){case`EarlyMedia`:b.value=kX;break;case`Ringing`:b.value=kX;break;case`Connected`:b.value=OX;break;case`Disconnected`:let e=S.call.callEndReason;console.log(`Call end reason:`,e),console.log(`Code:`,e?.code),console.log(`SubCode:`,e?.subCode),Se();break}}async function Ne(e){if(!e||e.mediaStreamType!==`ScreenSharing`||!E.value)return;E.value.dispose();let t=document.querySelector(`.outgoing__screenshare`);t.style.display=`none`;let n=document.querySelector(`.outgoing__video`);n.style.display=`flex`}async function Pe(e){if(!e||e.mediaStreamType!==`ScreenSharing`)return;E.value=await new d.VideoStreamRenderer(e).createView();let t=document.querySelector(`.outgoing__screenshare`);t.replaceChildren(E.value.target),t.style.display=`flex`;let n=document.querySelector(`.outgoing__video`);n.style.display=`none`;let r=t.querySelector(`video`);r.style.objectFit=`contain`}async function Fe(e){if(e&&e.source&&C.value&&C.value.source&&C.value.source.id==e.source.id)return!0;try{w.value=new d.VideoStreamRenderer(e);let t=await w.value.createView(),n=document.querySelector(`.outgoing__video`);n.querySelector(`video`)&&(n.innerHTML=``),n.hidden=!1,n.replaceChildren(t.target)}catch{return!1}return C.value=e,!0}async function Ie(e){e.videoStreams.forEach(Le),e.on(`videoStreamsUpdated`,e=>{e.added.forEach(Le)})}async function Le(e){if(e.mediaStreamType===`Video`&&(await Re(e),e.on(`isAvailableChanged`,async()=>await Re(e))),e.mediaStreamType===`ScreenSharing`&&e.on(`isAvailableChanged`,Be),e.mediaStreamType===`ScreenSharing`&&e.isAvailable){T.value=new d.VideoStreamRenderer(e);let t=await T.value.createView(),n=document.querySelector(`.incoming__screenshare`);ze(!0),_.value=!0,Ue(`.incoming__screenshare`),n.replaceChildren(t.target)}}async function Re(e){if(!e.isAvailable)return;T.value=new d.VideoStreamRenderer(e);let t=await T.value.createView(),n=document.querySelector(`.incoming__video`);n.hidden=!1,n.replaceChildren(t.target),Ue(`.incoming__video`),ze(!1)}function ze(e){let t=document.querySelector(`.incoming__video`),n=document.querySelector(`.incoming__screenshare`);t.style.display=e?`none`:`block`,n.style.display=e?`flex`:`none`}function Be(){_.value=!1,ze(!1)}async function Ve(){He(!0)}async function He(e=!1){let t=S.call?.state;if(t===`Connecting`||t===`EarlyMedia`)return;let n=(await S.deviceManager.getCameras()).filter(e=>e.name!=`OBS Virtual Camera`);D.value=n.length;for(let t=0;t<D.value;t++){(e||t!=0)&&(O.value=(O.value+1)%D.value);let r=n[O.value];if(await Fe(new d.LocalVideoStream(r)))break}}function Ue(e){let t=document.querySelector(e);if(!t)return;let n=t.querySelector(`video`);n&&(n.style.objectFit=`contain`,n.disablePictureInPicture=!1)}async function We(){S.call&&S.call.state!==`Disconnected`&&(await S.call.hangUp({forEveryone:!0}),await S.agent.dispose()),i(`end-call`),window.close()}function Ge(){window.close()}function Ke(){aX.log=(...e)=>console.log(...e),oX(`verbose`),aX.log=(...e)=>{let t=[...e];o.value=o.value.splice(1-jX).concat(t)}}function qe(){document.querySelector(ve.value).querySelector(`video`).requestFullscreen()}function Je(){let e=document.querySelector(ve.value).querySelector(`video`);document.pictureInPictureElement?e.exitPictureInPicture():document.pictureInPictureEnabled&&e.requestPictureInPicture()}async function Ye(){S.call&&S.call.isScreenSharingOn?await S.call.stopScreenSharing():await S.call.startScreenSharing()}return t({CallDeclined:ye,CallAnswered:be,CallStartVideoCall:xe,CallHangUp:Se,InitializeAcsConnection:Ce}),(e,t)=>{let n=(0,u.resolveComponent)(`BDLoader`);return(0,u.openBlock)(),(0,u.createElementBlock)(`div`,sX,[(0,u.createVNode)(m,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(h,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(LG,{smallState:!0,contactInfo:r.participant.contact},null,8,[`contactInfo`])]),_:1})]),_:1}),(0,u.createVNode)(h,null,{default:(0,u.withCtx)(()=>[(0,u.createVNode)(p,{sm:`12`,lg:fe.value?`12`:`8`},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,{class:(0,u.normalizeClass)([`incoming`,oe.value])},[he.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,cX,[(0,u.createVNode)(n,{size:`lg`,message:_e.value,stopAnimation:fe.value||pe.value||ge.value},null,8,[`message`,`stopAnimation`]),ae.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,lX,[(0,u.createElementVNode)(`div`,uX,[(0,u.createVNode)(Wr,{class:`icon-xl icon-state-error`})]),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.permissionDeniedForAudio),1)])):(0,u.createCommentVNode)(``,!0),ie.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,dX,[(0,u.createElementVNode)(`div`,fX,[(0,u.createVNode)(fa,{class:`icon-xl icon-state-error`})]),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.permissionDeniedForVideo),1)])):(0,u.createCommentVNode)(``,!0),fe.value||pe.value||ge.value?((0,u.openBlock)(),(0,u.createBlock)(A,{key:2,variant:`primary`,class:`text-center`,onClick:Ge},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(c.value.closeWindow),1)]),_:1})):(0,u.createCommentVNode)(``,!0)])):((0,u.openBlock)(),(0,u.createElementBlock)(`div`,pX,[t[0]||=(0,u.createElementVNode)(`div`,{class:`incoming__video`},null,-1),t[1]||=(0,u.createElementVNode)(`div`,{class:`incoming__screenshare`},null,-1),(0,u.createElementVNode)(`div`,mX,[(0,u.createVNode)(A,{variant:`primary`,class:`text-center`,onClick:qe},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Di),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.fullScreen),1)]),_:1}),!s&&!g.value?((0,u.openBlock)(),(0,u.createBlock)(A,{key:0,variant:`primary`,class:`text-center`,onClick:Je},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Di),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.miniPlayer),1)]),_:1})):(0,u.createCommentVNode)(``,!0)])]))],2)]),_:1},8,[`lg`]),fe.value?(0,u.createCommentVNode)(``,!0):((0,u.openBlock)(),(0,u.createBlock)(p,{key:0,sm:`12`,lg:`4`},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,hX,[(0,u.createElementVNode)(`div`,null,[(0,u.createElementVNode)(`div`,gX,[(0,u.createElementVNode)(`div`,_X,[ge.value?(0,u.createCommentVNode)(``,!0):((0,u.openBlock)(),(0,u.createElementBlock)(`div`,vX)),t[2]||=(0,u.createElementVNode)(`div`,{class:`outgoing__screenshare`},null,-1),re.value&&!ge.value&&!g.value&&!he.value?((0,u.openBlock)(),(0,u.createBlock)(A,{key:1,variant:l.value?`danger`:`primary`,class:`text-center`,onClick:Ye},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Di),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(le.value),1)]),_:1},8,[`variant`])):(0,u.createCommentVNode)(``,!0),k.value?((0,u.openBlock)(),(0,u.createElementBlock)(u.Fragment,{key:2},[(0,u.createVNode)(A,{class:`text-center`,onClick:Ve},{default:(0,u.withCtx)(()=>[(0,u.createTextVNode)((0,u.toDisplayString)(c.value.switchCamera),1)]),_:1}),(0,u.createElementVNode)(`p`,yX,(0,u.toDisplayString)(ne.value),1)],64)):(0,u.createCommentVNode)(``,!0),ie.value?((0,u.openBlock)(),(0,u.createElementBlock)(`div`,bX,[(0,u.createElementVNode)(`div`,xX,[(0,u.createVNode)(fa,{class:`icon-xxl icon-state-error`})]),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.permissionDeniedForVideo),1)])):(0,u.createCommentVNode)(``,!0)])]),(0,u.createElementVNode)(`div`,SX,[(0,u.createElementVNode)(`div`,{class:(0,u.normalizeClass)([`settings__signal`,se.value])},[t[3]||=(0,u.createElementVNode)(`ul`,{class:`indicator`},[(0,u.createElementVNode)(`li`),(0,u.createElementVNode)(`li`),(0,u.createElementVNode)(`li`)],-1),(0,u.createElementVNode)(`p`,null,(0,u.toDisplayString)(ce.value),1)],2),(0,u.createElementVNode)(`div`,CX,[(0,u.createElementVNode)(`p`,null,[(0,u.createElementVNode)(`b`,null,(0,u.toDisplayString)(ue.value),1)]),(0,u.createElementVNode)(`p`,null,(0,u.toDisplayString)(de.value),1),(0,u.createElementVNode)(`p`,null,[(0,u.createElementVNode)(`a`,{href:r.videoTestUrl,target:`blank`,rel:`noopener noreferrer`},(0,u.toDisplayString)(c.value.testCall),9,wX),t[4]||=(0,u.createTextVNode)(` • `,-1),(0,u.createElementVNode)(`a`,TX,(0,u.toDisplayString)(c.value.serviceDesk),1)])])])]),!pe.value&&!ge.value?((0,u.openBlock)(),(0,u.createBlock)(A,{key:0,variant:`danger`,class:`text-center w-100`,onClick:We},{default:(0,u.withCtx)(()=>[(0,u.createVNode)(Wt),(0,u.createElementVNode)(`span`,null,(0,u.toDisplayString)(c.value.endCall),1)]),_:1})):(0,u.createCommentVNode)(``,!0)])]),_:1}))]),_:1})]),_:1})])}}},NX={class:`template not-found-template`},PX={class:`center-screen`},FX={class:`container-warning`},IX=[`textContent`],LX=[`textContent`],RX=(0,u.defineComponent)({__name:`BDNotFoundTemplate`,props:{buttonText:{type:String}},emits:[`navigate`],setup(e,{emit:t}){let{t:n}=Ju(),r=e,i=t,a=(0,u.computed)(()=>r.buttonText||n(`notFoundTemplate.buttonDefault`)),o=(0,u.computed)(()=>n(`notFoundTemplate.title`)),s=(0,u.computed)(()=>n(`notFoundTemplate.description`)),c=()=>i(`navigate`);return(e,t)=>((0,u.openBlock)(),(0,u.createElementBlock)(`main`,NX,[(0,u.createVNode)(m,{class:`container-xl`},{default:(0,u.withCtx)(()=>[(0,u.createElementVNode)(`div`,PX,[(0,u.createElementVNode)(`div`,FX,[(0,u.createVNode)(ta),(0,u.createElementVNode)(`h5`,{textContent:(0,u.toDisplayString)(o.value)},null,8,IX),(0,u.createElementVNode)(`p`,{textContent:(0,u.toDisplayString)(s.value)},null,8,LX),(0,u.createVNode)(A,{onClick:c,variant:`primary`,type:`button`,textContent:(0,u.toDisplayString)(a.value)},null,8,[`textContent`])])])]),_:1})]))}}),zX=e=>{let t=/<a\b[^>]*>.*?<\/a>/gi,n=[],r;for(;(r=t.exec(e))!==null;)n.push({start:r.index,end:r.index+r[0].length});return e.replace(/(https?:\/\/[^\s<>"',]+|www\.[^\s<>"',]+)/g,(e,t,r)=>n.some(e=>r>=e.start&&r<e.end)?e:`<a href="${e.startsWith(`www.`)?`http://${e}`:e}" target="_blank" rel="noopener noreferrer">${e}</a>`)},BX=(e,t)=>`<p><a href="${e}" title="${t}" target="_blank" rel="noopener noreferrer">${t}</a></p>`,VX=e=>e.startsWith(`http://`)||e.startsWith(`https://`),HX={install:e=>{e.component(`BDAlert`,Ca),e.component(`BDArticle`,Ea),e.component(`BDAssignConversationModal`,XK),e.component(`BDAttachmentPreviewList`,L_),e.component(`BDAttachmentUploadModal`,ZK),e.component(`BDBadge`,ka),e.component(`BDButton`,A),e.component(`BDCard`,Ba),e.component(`BDChangePasswordTemplate`,LY),e.component(`BDChatCloud`,sv),e.component(`BDCol`,p),e.component(`BDCollapsableCard`,Wa),e.component(`BDConfirmationModal`,QK),e.component(`BDContainer`,m),e.component(`BDContentLibraryModal`,VJ),e.component(`BDContentLibrarySplitButton`,Nh),e.component(`BDContentLibraryTemplate`,BJ),e.component(`BDConversationToTextModal`,cY),e.component(`BDDate`,Qh),e.component(`BDDropdown`,lK),e.component(`BDDropdownItem`,cv),e.component(`BDFileUpload`,fO),e.component(`BDForm`,$h),e.component(`BDFormCheckbox`,_g),e.component(`BDFormInput`,zg),e.component(`BDFormInvalidFeedback`,yg),e.component(`BDFormMultipleCheckbox`,gO),e.component(`BDFormSelect`,Wg),e.component(`BDHeader`,gK),e.component(`BDImageAttachmentModal`,hY),e.component(`BDImageAttachmentPreviewList`,K_),e.component(`BDInputGroup`,qg),e.component(`BDLink`,ja),e.component(`BDLoader`,$g),e.component(`BDLogo`,n_),e.component(`BDMarkdownEditor`,EG),e.component(`BDMessageTemplateFormModal`,yY),e.component(`BDMobileMenu`,NG),e.component(`BDModal`,TK),e.component(`BDNotFoundTemplate`,RX),e.component(`BDPagination`,l_),e.component(`BDPhoneNumberEditModal`,NK),e.component(`BDPill`,g_),e.component(`BDPractitionerHeader`,qK),e.component(`BDProfileImage`,y_),e.component(`BDRow`,h),e.component(`BDSessionTimeOutModal`,YK),e.component(`BDSmallConversationCard`,LG),e.component(`BDTable`,KG),e.component(`BDToast`,w_),e.component(`BDUser`,ZG),e.component(`BDUserInformation`,k_),e.component(`BDVideoCallConfirmationModal`,DY),e.component(`BDVideoCallTemplate`,MX),e.component(`BDVideoCallToast`,cK),e.component(`BDZoomslider`,M_),e.component(`IconAcademy`,b),e.component(`IconArrowDown`,w),e.component(`IconArrowUp`,O),e.component(`IconAttachment`,k),e.component(`IconBold`,oe),e.component(`IconBulletList`,ue),e.component(`IconCalendar`,me),e.component(`IconCall`,ve),e.component(`IconCallReject`,Se),e.component(`IconCardView`,Ee),e.component(`IconCaretDown`,Ae),e.component(`IconCaretLeft`,Pe),e.component(`IconCaretRight`,Re),e.component(`IconCheck`,He),e.component(`IconClipboard`,Ke),e.component(`IconClose`,Xe),e.component(`IconComment`,et),e.component(`IconCommentActive`,it),e.component(`IconCommentStatic`,ct),e.component(`IconCommonFileEmpty`,ft),e.component(`IconCommonFileWarning`,gt),e.component(`IconContactPerson`,bt),e.component(`IconCopy`,wt),e.component(`IconDelete`,Ot),e.component(`IconDoubleCheck`,Mt),e.component(`IconDownloadImage`,It),e.component(`IconEdit`,Bt),e.component(`IconEndCall`,Wt),e.component(`IconError`,Jt),e.component(`IconExternal`,Qt),e.component(`IconEyeShow`,nn),e.component(`IconEyeSlash`,sn),e.component(`IconFile`,dn),e.component(`IconFileAdded`,hn),e.component(`IconForward`,yn),e.component(`IconHix`,Cn),e.component(`IconHyperlink`,Dn),e.component(`IconImageFileLandscape`,jn),e.component(`IconImageFileWarning`,Fn),e.component(`IconInbox`,zn),e.component(`IconInfo`,Un),e.component(`IconInformationCircle`,qn),e.component(`IconItalic`,Zn),e.component(`IconListView`,tr),e.component(`IconLock`,ar),e.component(`IconLusciiEscalated`,lr),e.component(`IconLusciiLogo`,pr),e.component(`IconLusciiOpen`,_r),e.component(`IconLusciiPriorityHigh`,xr),e.component(`IconLusciiPriorityLow`,Tr),e.component(`IconLusciiPriorityMedium`,kr),e.component(`IconMenu`,Nr),e.component(`IconMessage`,Lr),e.component(`IconMessageForward`,Vr),e.component(`IconMicrophoneSlash`,Wr),e.component(`IconMicrosoftTeams`,Jr),e.component(`IconMin`,Qr),e.component(`IconOrderedList`,ni),e.component(`IconPlus`,oi),e.component(`IconRefresh`,ui),e.component(`IconRemove`,mi),e.component(`IconSananetLogo`,yi),e.component(`IconService`,Ci),e.component(`IconShareScreen`,Di),e.component(`IconSingleNeutral`,ji),e.component(`IconSort`,Fi),e.component(`IconSortAsc`,zi),e.component(`IconSortDesc`,Ui),e.component(`IconSortNone`,qi),e.component(`IconTriangleDown`,Zi),e.component(`IconTriangleExclamation`,ta),e.component(`IconUnderline`,aa),e.component(`IconVideoDisabled`,fa),e.component(`IconVideocall`,la),e.component(`IconWarning`,ga),e.component(`IconZorgkaart`,ba),e.directive(`bd-tooltip`,xG)}};exports.BDAlert=Ca,exports.BDArticle=Ea,exports.BDAssignConversationModal=XK,exports.BDAttachmentPreviewList=L_,exports.BDAttachmentUploadModal=ZK,exports.BDBadge=ka,exports.BDButton=A,exports.BDCard=Ba,exports.BDChangePasswordTemplate=LY,exports.BDChatCloud=sv,exports.BDCol=p,exports.BDCollapsableCard=Wa,exports.BDConfirmationModal=QK,exports.BDContainer=m,exports.BDContentLibraryModal=VJ,exports.BDContentLibrarySplitButton=Nh,exports.BDContentLibraryTemplate=BJ,exports.BDConversationToTextModal=cY,exports.BDDate=Qh,exports.BDDropdown=lK,exports.BDDropdownItem=cv,exports.BDFileUpload=fO,exports.BDForm=$h,exports.BDFormCheckbox=_g,exports.BDFormInput=zg,exports.BDFormInvalidFeedback=yg,exports.BDFormMultipleCheckbox=gO,exports.BDFormSelect=Wg,exports.BDHeader=gK,exports.BDImageAttachmentModal=hY,exports.BDImageAttachmentPreviewList=K_,exports.BDInputGroup=qg,exports.BDLink=ja,exports.BDLoader=$g,exports.BDLogo=n_,exports.BDMarkdownEditor=EG,exports.BDMessageTemplateFormModal=yY,exports.BDMobileMenu=NG,exports.BDModal=TK,exports.BDNotFoundTemplate=RX,exports.BDPagination=l_,exports.BDPhoneNumberEditModal=NK,exports.BDPill=g_,exports.BDPractitionerHeader=qK,exports.BDProfileImage=y_,exports.BDRow=h,exports.BDSessionTimeOutModal=YK,exports.BDSmallConversationCard=LG,exports.BDTable=KG,exports.BDToast=w_,exports.BDUser=ZG,exports.BDUserInformation=k_,exports.BDVideoCallConfirmationModal=DY,exports.BDVideoCallTemplate=MX,exports.BDVideoCallToast=cK,exports.BDZoomslider=M_,exports.CopyChatMessageToClipboard=QJ,exports.CopyChatMessagesToClipboard=$J,exports.CopyHl7MessagesToClipboard=eY,exports.CreateHyperlinkParagraph=BX,exports.CreateThumbnailUri=X_,exports.IconAcademy=b,exports.IconArrowDown=w,exports.IconArrowUp=O,exports.IconAttachment=k,exports.IconBold=oe,exports.IconBulletList=ue,exports.IconCalendar=me,exports.IconCall=ve,exports.IconCallReject=Se,exports.IconCardView=Ee,exports.IconCaretDown=Ae,exports.IconCaretLeft=Pe,exports.IconCaretRight=Re,exports.IconCheck=He,exports.IconClipboard=Ke,exports.IconClose=Xe,exports.IconComment=et,exports.IconCommentActive=it,exports.IconCommentStatic=ct,exports.IconCommonFileEmpty=ft,exports.IconCommonFileWarning=gt,exports.IconContactPerson=bt,exports.IconCopy=wt,exports.IconDelete=Ot,exports.IconDoubleCheck=Mt,exports.IconDownloadImage=It,exports.IconEdit=Bt,exports.IconEndCall=Wt,exports.IconError=Jt,exports.IconExternal=Qt,exports.IconEyeShow=nn,exports.IconEyeSlash=sn,exports.IconFile=dn,exports.IconFileAdded=hn,exports.IconForward=yn,exports.IconHix=Cn,exports.IconHyperlink=Dn,exports.IconImageFileLandscape=jn,exports.IconImageFileWarning=Fn,exports.IconInbox=zn,exports.IconInfo=Un,exports.IconInformationCircle=qn,exports.IconItalic=Zn,exports.IconListView=tr,exports.IconLock=ar,exports.IconLusciiEscalated=lr,exports.IconLusciiLogo=pr,exports.IconLusciiOpen=_r,exports.IconLusciiPriorityHigh=xr,exports.IconLusciiPriorityLow=Tr,exports.IconLusciiPriorityMedium=kr,exports.IconMenu=Nr,exports.IconMessage=Lr,exports.IconMessageForward=Vr,exports.IconMicrophoneSlash=Wr,exports.IconMicrosoftTeams=Jr,exports.IconMin=Qr,exports.IconOrderedList=ni,exports.IconPlus=oi,exports.IconRefresh=ui,exports.IconRemove=mi,exports.IconSananetLogo=yi,exports.IconService=Ci,exports.IconShareScreen=Di,exports.IconSingleNeutral=ji,exports.IconSort=Fi,exports.IconSortAsc=zi,exports.IconSortDesc=Ui,exports.IconSortNone=qi,exports.IconTriangleDown=Zi,exports.IconTriangleExclamation=ta,exports.IconUnderline=aa,exports.IconVideoDisabled=fa,exports.IconVideocall=la,exports.IconWarning=ga,exports.IconZorgkaart=ba,exports.MapAttachmentsForApi=q_,exports.MapToAttachmentObjects=$_,exports.TransformHyperlinks=zX,exports.ValidateUrl=VX,exports.default=HX,exports.getDisplayDateNumeric=Xh,exports.getDisplayDateTextual=qh,exports.getDisplayDateTimeNumeric=Yh,exports.getDisplayDateTimeTextual=Jh,exports.useModal=EK,exports.usePopover=RK,exports.useServerErrors=OK,exports.useSessionTimeOut=JK,exports.useToaster=cO,exports.useValidation=OY,exports.useWindow=IK,exports.useZoom=lY,exports.vBdTooltip=xG;