@beterdichtbij/component-library 0.16.1 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bd-component-lib.cjs.js +34 -30
- package/dist/bd-component-lib.es.js +9879 -7317
- package/dist/bd-component-lib.umd.js +34 -30
- package/dist/components/atoms/BDToast/BDToast.vue.d.ts +0 -17
- package/dist/components/atoms/icons/IconDownloadImage.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconDownloadImage.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconMenu.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconMenu.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/index.d.ts +3 -1
- package/dist/components/molecules/BDAttachmentPreviewList/BDAttachmentPreviewList.vue.d.ts +42 -0
- package/dist/components/molecules/BDAttachmentPreviewList/BDAttachmentPreviewList.vue.d.ts.map +1 -0
- package/dist/components/molecules/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue.d.ts +54 -0
- package/dist/components/molecules/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue.d.ts.map +1 -0
- package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts +13 -1
- package/dist/composables/useToaster.d.ts +7 -0
- package/dist/index.d.ts +5 -2
- package/dist/interfaces/BDAttachment.d.ts +7 -0
- package/dist/interfaces/BDAttachmentPreviewListProps.d.ts +6 -0
- package/dist/interfaces/BDImageAttachmentPreviewListProps.d.ts +4 -0
- package/dist/interfaces/BDMarkdownEditorProps.d.ts +2 -0
- package/dist/interfaces/BDToastProps.d.ts +0 -2
- package/dist/scss/_attachments.scss +107 -0
- package/dist/scss/_button.scss +31 -15
- package/dist/scss/_icons.scss +5 -0
- package/dist/scss/_toast.scss +41 -61
- package/dist/scss/base/variables.scss +14 -0
- package/dist/scss/component-library-styling.scss +2 -1
- package/dist/types/ApiAttachment.d.ts +15 -0
- package/dist/types/ButtonColorVariants.d.ts +1 -0
- package/dist/utils/attachment.d.ts +25 -0
- package/package.json +3 -3
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
(function(ve,
|
|
1
|
+
(function(ve,h){typeof exports=="object"&&typeof module<"u"?h(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],h):(ve=typeof globalThis<"u"?globalThis:ve||self,h(ve.BDComponentLibrary={},ve.Vue))})(this,function(ve,h){"use strict";const kc=h.defineComponent({__name:"BDCol",props:{class:{},cols:{},xs:{},sm:{},md:{},lg:{},xxl:{},orderClass:{},offsetClass:{}},setup(n){const e=n,t=h.computed(()=>({col:!e.cols&&!e.xs&&!e.sm&&!e.md&&!e.lg&&!e.xxl,[`col-${e.cols}`]:e.cols,[`col-xs-${e.xs}`]:e.xs,[`col-sm-${e.sm}`]:e.sm,[`col-md-${e.md}`]:e.md,[`col-lg-${e.lg}`]:e.lg,[`col-xxl-${e.xxl}`]:e.xxl,[`${e.orderClass}`]:e.orderClass,[`${e.offsetClass}`]:e.offsetClass,[`${e.class}`]:e.class}));return(r,i)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(t.value)},[h.renderSlot(r.$slots,"default")],2))}}),Oc=h.defineComponent({__name:"BDContainer",props:{class:{default:""},fluid:{type:Boolean,default:!1}},setup(n){const e=n,t=h.computed(()=>({container:!e.fluid,"container-fluid":e.fluid===!0,[`container-${e.fluid}`]:e.fluid&&e.fluid!==!0,[e.class]:!0}));return(r,i)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(t.value)},[h.renderSlot(r.$slots,"default")],2))}}),Mc=h.defineComponent({__name:"BDRow",props:{class:{}},setup(n){return(e,t)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(["row",e.class])},[h.renderSlot(e.$slots,"default")],2))}}),st={XS:"xs",SM:"sm",MD:"md",LG:"lg"},je=(n,e)=>{const t=n.__vccOpts||n;for(const[r,i]of e)t[r]=i;return t},Tm={},Am={class:"icon icon-check",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"13",viewBox:"0 0 18 13"},wm=[h.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)];function xm(n,e){return h.openBlock(),h.createElementBlock("svg",Am,wm)}const Gi=je(Tm,[["render",xm]]),km={},Om={class:"icon icon-error",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"},Mm=[h.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)];function Nm(n,e){return h.openBlock(),h.createElementBlock("svg",Om,Mm)}const Yi=je(km,[["render",Nm]]),Im={},Dm={class:"icon icon-attachment",width:"17",height:"18",viewBox:"0 0 17 18",xmlns:"http://www.w3.org/2000/svg"},Rm=[h.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)];function Lm(n,e){return h.openBlock(),h.createElementBlock("svg",Dm,Rm)}const Yn=je(Im,[["render",Lm]]),_m={},Pm={class:"icon icon-calendar",xmlns:"http://www.w3.org/2000/svg",width:"17",height:"18",viewBox:"0 0 17 18"},Bm=[h.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)];function Fm(n,e){return h.openBlock(),h.createElementBlock("svg",Pm,Bm)}const Nc=je(_m,[["render",Fm]]),$m={},Vm={class:"icon icon-info",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"},zm=[h.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)];function Hm(n,e){return h.openBlock(),h.createElementBlock("svg",Vm,zm)}const Ji=je($m,[["render",Hm]]),Um={},jm={class:"icon icon-remove",width:"11",height:"11",viewBox:"0 0 11 11",xmlns:"http://www.w3.org/2000/svg"},Wm=[h.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)];function Km(n,e){return h.openBlock(),h.createElementBlock("svg",jm,Wm)}const oi=je(Um,[["render",Km]]),Gm={},Ym={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"},Jm=[h.createElementVNode("title",null,"common-file-empty",-1),h.createElementVNode("g",null,[h.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
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
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)];function Zf(n,e){return m.openBlock(),m.createElementBlock("svg",Yf,Xf)}const Vi=Ge(Jf,[["render",Zf]]),Qf={},_f={xmlns:"http://www.w3.org/2000/svg",width:"18",height:"10"},qf=[m.createElementVNode("path",{d:"M8.828 6.207L14.632.404a1 1 0 0 1 1.414 0l.707.707a1 1 0 0 1 0 1.414L9.682 9.596a.999.999 0 0 1-.854.282.999.999 0 0 1-.853-.282L.904 2.526a1 1 0 0 1 0-1.415L1.61.404a1 1 0 0 1 1.414 0l5.803 5.803z",fill:"#3594CF"},null,-1)];function ep(n,e){return m.openBlock(),m.createElementBlock("svg",_f,qf)}const Ya=Ge(Qf,[["render",ep]]),tp={},np={class:"icon icon-caret-right",xmlns:"http://www.w3.org/2000/svg",width:"7",height:"11",viewBox:"0 0 7 11"},rp=[m.createElementVNode("path",{d:"M4.324 5.703l-3.27-3.27A.9.9 0 1 1 2.327 1.16L6.146 4.98a.898.898 0 0 1 .259.724.898.898 0 0 1-.26.724l-3.818 3.819a.9.9 0 1 1-1.273-1.273l3.27-3.27z"},null,-1)];function op(n,e){return m.openBlock(),m.createElementBlock("svg",np,rp)}const zi=Ge(tp,[["render",op]]),ip={},sp={class:"icon icon-caret-left",xmlns:"http://www.w3.org/2000/svg",width:"6",height:"10",viewBox:"0 0 6 10"},ap=[m.createElementVNode("path",{d:"M2.276 4.897l3.27 3.27A.9.9 0 1 1 4.273 9.44L.454 5.62a.898.898 0 0 1-.259-.724.898.898 0 0 1 .26-.724L4.272.354a.9.9 0 1 1 1.273 1.273l-3.27 3.27z"},null,-1)];function lp(n,e){return m.openBlock(),m.createElementBlock("svg",sp,ap)}const $i=Ge(ip,[["render",lp]]),cp={},up={class:"icon icon-close",xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"-4 -4 22 22"},dp=[m.createElementVNode("path",{d:"M8.414 7l5.293 5.293a1 1 0 0 1-1.414 1.414L7 8.414l-5.293 5.293a1 1 0 1 1-1.414-1.414L5.586 7 .293 1.707A1 1 0 1 1 1.707.293L7 5.586 12.293.293a1 1 0 0 1 1.414 1.414L8.414 7z"},null,-1)];function fp(n,e){return m.openBlock(),m.createElementBlock("svg",up,dp)}const Ui=Ge(cp,[["render",fp]]),pp={},hp={width:"12",height:"14",viewBox:"0 0 12 14",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-italic"},mp=[m.createElementVNode("path",{d:"M12 0.75C12 1.1875 11.6562 1.5 11.25 1.5H9.125L4.53125 12.5H7.25C7.65625 12.5 8 12.8438 8 13.25C8 13.6875 7.65625 14 7.25 14H0.75C0.3125 14 0 13.6875 0 13.25C0 12.8438 0.3125 12.5 0.75 12.5H2.9375L7.53125 1.5H4.75C4.3125 1.5 4 1.1875 4 0.75C4 0.34375 4.3125 0 4.75 0H11.25C11.6562 0 12 0.34375 12 0.75Z"},null,-1)];function gp(n,e){return m.openBlock(),m.createElementBlock("svg",hp,mp)}const Hi=Ge(pp,[["render",gp]]),yp={},vp={width:"11",height:"13",viewBox:"0 0 11 13",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-bold"},bp=[m.createElementVNode("path",{d:"M8.85547 6.25781C9.21094 5.84766 9.53906 5.05469 9.59375 4.48047C9.78516 2.40234 8.17188 0.625 6.12109 0.625H0.679688C0.433594 0.625 0.242188 0.84375 0.242188 1.0625V2.375C0.242188 2.62109 0.433594 2.8125 0.679688 2.8125H1.52734V10.6875H0.679688C0.433594 10.6875 0.242188 10.9062 0.242188 11.125V12.4375C0.242188 12.6836 0.433594 12.875 0.679688 12.875H6.39453C8.33594 12.875 10.0586 11.4805 10.25 9.53906C10.3867 8.22656 9.78516 7.02344 8.85547 6.25781ZM3.71484 2.8125H6.12109C6.83203 2.8125 7.43359 3.41406 7.43359 4.125C7.43359 4.86328 6.83203 5.4375 6.12109 5.4375H3.71484V2.8125ZM6.12109 10.6875H3.71484V7.625H6.12109C6.96875 7.625 7.65234 8.33594 7.65234 9.15625C7.65234 10.0039 6.96875 10.6875 6.12109 10.6875Z"},null,-1)];function xp(n,e){return m.openBlock(),m.createElementBlock("svg",vp,bp)}const ji=Ge(yp,[["render",xp]]),Sp={},Ep={width:"14",height:"16",viewBox:"0 0 14 16",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-underline"},kp=[m.createElementVNode("path",{d:"M1.25 1.5H2V7.5C2 10.2812 4.21875 12.5 7 12.5C9.75 12.5 12 10.2812 12 7.5V1.5H12.75C13.1562 1.5 13.5 1.1875 13.5 0.75C13.5 0.34375 13.1562 0 12.75 0H9.75C9.3125 0 9 0.34375 9 0.75C9 1.1875 9.3125 1.5 9.75 1.5H10.5V7.5C10.5 9.4375 8.90625 11 7 11C5.0625 11 3.5 9.4375 3.5 7.5V1.5H4.25C4.65625 1.5 5 1.1875 5 0.75C5 0.34375 4.65625 0 4.25 0H1.25C0.8125 0 0.5 0.34375 0.5 0.75C0.5 1.1875 0.8125 1.5 1.25 1.5ZM13.25 14.5H0.75C0.3125 14.5 0 14.8438 0 15.25C0 15.6875 0.3125 16 0.75 16H13.25C13.6562 16 14 15.6875 14 15.25C14 14.8438 13.6562 14.5 13.25 14.5Z"},null,-1)];function Cp(n,e){return m.openBlock(),m.createElementBlock("svg",Ep,kp)}const Wi=Ge(Sp,[["render",Cp]]),wp={},Tp={width:"16",height:"14",viewBox:"0 0 16 14",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-bullet-list"},Ap=[m.createElementVNode("path",{d:"M2.5 5.5H0.5C0.21875 5.5 0 5.75 0 6V8C0 8.28125 0.21875 8.5 0.5 8.5H2.5C2.75 8.5 3 8.28125 3 8V6C3 5.75 2.75 5.5 2.5 5.5ZM2.5 10.5H0.5C0.21875 10.5 0 10.75 0 11V13C0 13.2812 0.21875 13.5 0.5 13.5H2.5C2.75 13.5 3 13.2812 3 13V11C3 10.75 2.75 10.5 2.5 10.5ZM2.5 0.5H0.5C0.21875 0.5 0 0.75 0 1V3C0 3.28125 0.21875 3.5 0.5 3.5H2.5C2.75 3.5 3 3.28125 3 3V1C3 0.75 2.75 0.5 2.5 0.5ZM15.25 6.25H5.71875C5.3125 6.25 5 6.59375 5 7C5 7.4375 5.3125 7.75 5.71875 7.75H15.25C15.6562 7.75 16 7.4375 16 7C16 6.59375 15.6562 6.25 15.25 6.25ZM15.25 1.25H5.71875C5.3125 1.25 5 1.59375 5 2C5 2.375 5.3125 2.75 5.71875 2.75H15.25C15.6562 2.75 16 2.4375 16 2.03125C16 1.65625 15.6562 1.25 15.25 1.25ZM15.25 11.25H5.71875C5.3125 11.25 5 11.5938 5 12C5 12.4375 5.3125 12.75 5.71875 12.75H15.25C15.6562 12.75 16 12.4375 16 12C16 11.5938 15.6562 11.25 15.25 11.25Z"},null,-1)];function Op(n,e){return m.openBlock(),m.createElementBlock("svg",Tp,Ap)}const Ki=Ge(wp,[["render",Op]]),Mp={},Ip={width:"17",height:"15",viewBox:"0 0 17 15",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-ordered-list"},Np=[m.createElementVNode("path",{d:"M7.75 3.75H16.25C16.6562 3.75 17 3.4375 17 3C17 2.59375 16.6562 2.25 16.25 2.25H7.75C7.3125 2.25 7 2.59375 7 3C7 3.4375 7.3125 3.75 7.75 3.75ZM16.25 12.25H7.75C7.3125 12.25 7 12.5938 7 13C7 13.4375 7.3125 13.75 7.75 13.75H16.25C16.6562 13.75 17 13.4375 17 13C17 12.5938 16.6562 12.25 16.25 12.25ZM16.25 7.25H7.75C7.3125 7.25 7 7.59375 7 8C7 8.4375 7.3125 8.75 7.75 8.75H16.25C16.6562 8.75 17 8.4375 17 8C17 7.59375 16.6562 7.25 16.25 7.25ZM2.25 7H4.75C5.15625 7 5.5 6.6875 5.5 6.25C5.5 5.78125 5.15625 5.5 4.75 5.5H4.25V1.75C4.25 1.5 4.09375 1.25 3.84375 1.125C3.625 0.96875 3.34375 0.96875 3.09375 1.125L2.09375 1.6875C1.75 1.90625 1.625 2.375 1.84375 2.71875C2.03125 3.03125 2.40625 3.1875 2.75 3.0625V5.5H2.25C1.8125 5.5 1.5 5.84375 1.5 6.25C1.5 6.6875 1.8125 7 2.25 7ZM5.25 13.5H3.6875L4.84375 12.5C5.78125 11.6875 5.875 10.2812 5.09375 9.34375C4.6875 8.84375 4.125 8.5625 3.5 8.53125C2.90625 8.46875 2.28125 8.65625 1.8125 9.0625L1.4375 9.40625C1.125 9.6875 1.09375 10.1562 1.34375 10.4688C1.625 10.7812 2.09375 10.8125 2.40625 10.5625L2.8125 10.2188C2.96875 10.0625 3.1875 10 3.40625 10.0312C3.625 10.0312 3.8125 10.125 3.9375 10.3125C4.21875 10.625 4.1875 11.0938 3.84375 11.375L1.25 13.7188C1 13.9062 0.9375 14.25 1.03125 14.5312C1.15625 14.8125 1.4375 15 1.71875 15H5.25C5.65625 15 6 14.6875 6 14.2812C6 13.8438 5.65625 13.5 5.25 13.5Z"},null,-1)];function Rp(n,e){return m.openBlock(),m.createElementBlock("svg",Ip,Np)}const Gi=Ge(Mp,[["render",Rp]]),Dp={},Lp={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"},Pp=[m.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[m.createElementVNode("path",{d:"M10.458,18.374,7.721,21.11a2.853,2.853,0,0,1-3.942,0l-.892-.891a2.787,2.787,0,0,1,0-3.941l5.8-5.8a2.789,2.789,0,0,1,3.942,0l.893.892A1,1,0,0,0,14.94,9.952l-.893-.892a4.791,4.791,0,0,0-6.771,0l-5.8,5.8a4.787,4.787,0,0,0,0,6.77l.892.891a4.785,4.785,0,0,0,6.771,0l2.736-2.735a1,1,0,1,0-1.414-1.415Z",stroke:"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"0"}),m.createElementVNode("path",{d:"M22.526,2.363l-.892-.892a4.8,4.8,0,0,0-6.77,0l-2.905,2.9a1,1,0,0,0,1.414,1.414l2.9-2.9a2.79,2.79,0,0,1,3.941,0l.893.893a2.786,2.786,0,0,1,0,3.942l-5.8,5.8a2.769,2.769,0,0,1-1.971.817h0a2.766,2.766,0,0,1-1.969-.816,1,1,0,1,0-1.415,1.412,4.751,4.751,0,0,0,3.384,1.4h0a4.752,4.752,0,0,0,3.385-1.4l5.8-5.8a4.786,4.786,0,0,0,0-6.771Z",stroke:"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"0"})],-1)];function Bp(n,e){return m.openBlock(),m.createElementBlock("svg",Lp,Pp)}const Ji=Ge(Dp,[["render",Bp]]),Fp={},Vp=[m.createStaticVNode('<title>BeterDichtbij logo</title><g id="Logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group-3-Copy-2" transform="translate(0.000000, -14.000000)"><g id="Master-Copy" transform="translate(0.000000, 21.000000)" fill="#E1523D"><g id="Group-36-Copy-2"><path d="M0,7.07801038 C0,4.71449972 1.60969434,3.38479666 3.84879725,3.38479666 L13.2067282,3.38479666 C18.2745524,3.38479666 22.3693254,6.83325734 22.3693254,12.0497847 C22.3693254,15.4945924 20.9549647,17.8069606 17.8368602,19.2827849 L17.8368602,19.3814167 C21.978658,19.9732076 25.2450714,23.4655047 25.2450714,27.7468563 C25.2450714,34.687614 20.6619642,38.4283171 13.9374209,38.4283171 L3.89943932,38.4283171 C1.65671912,38.4283171 0,36.9999822 0,34.687614 L0,7.07801038 Z M7.3105444,17.2663121 L11.1123169,17.2663121 C13.4997287,17.2663121 15.058781,15.8379772 15.058781,13.3758348 C15.058781,11.0634665 13.2537529,9.88353771 11.1123169,9.88353771 L7.3105444,9.88353771 L7.3105444,17.2663121 Z M7.3105444,31.9332291 L13.0620365,31.9332291 C15.6918068,31.9332291 17.6415265,30.4062624 17.6415265,27.6482244 C17.6415265,25.3358562 15.8871405,23.7614001 12.4760354,23.7614001 L7.3105444,23.7614001 L7.3105444,31.9332291 Z" id="Fill-10"></path><path d="M33.6758908,27.6990016 C34.164225,31.1912986 37.0399711,32.8168971 40.3027672,32.8168971 C43.909206,32.8168971 46.3942847,29.9638804 48.2463375,29.9638804 C49.758365,29.9638804 51.1220836,31.4871941 51.1220836,33.0141608 C51.1220836,36.0644411 44.8858745,39.0197427 39.6697414,39.0197427 C31.7768132,39.0197427 26.5136553,33.2114244 26.5136553,25.3866333 C26.5136553,18.2011226 31.6791463,11.6548921 39.0873576,11.6548921 C46.6872852,11.6548921 51.7080846,18.6431393 51.7080846,24.5500894 C51.7080846,26.665194 50.7820582,27.6990016 48.6370049,27.6990016 L33.6758908,27.6990016 Z M44.6905408,22.9756333 C44.2998734,19.8742105 42.3501537,17.5618423 39.0873576,17.5618423 C35.9656357,17.5618423 33.8712245,19.9728423 33.5311991,22.9756333 L44.6905408,22.9756333 Z" id="Fill-12"></path><path d="M55.9001628,18.4462409 L54.3411105,18.4462409 C52.4384156,18.4462409 51.2700307,17.2663121 51.2700307,15.3448181 C51.2700307,13.5730984 52.5867245,12.2470484 54.3411105,12.2470484 L55.9001628,12.2470484 L55.9001628,8.01318615 C55.9001628,5.6496755 57.3615482,4.0752194 59.4089347,4.0752194 C61.4563212,4.0752194 62.9177066,5.6496755 62.9177066,8.01318615 L62.9177066,12.2470484 L64.9144511,12.2470484 C66.7194791,12.2470484 68.2785314,13.0799393 68.2785314,15.3448181 C68.2785314,17.5585545 66.7194791,18.4462409 64.9144511,18.4462409 L62.9177066,18.4462409 L62.9177066,34.7862458 C62.9177066,37.1497565 61.4563212,38.7205595 59.4089347,38.7205595 C57.3615482,38.7205595 55.9001628,37.1497565 55.9001628,34.7862458 L55.9001628,18.4462409 Z" id="Fill-14"></path><path d="M74.2727437,27.6990016 C74.761078,31.1912986 77.636824,32.8168971 80.8996202,32.8168971 C84.506059,32.8168971 86.9911376,29.9638804 88.8431905,29.9638804 C90.3552179,29.9638804 91.7189365,31.4871941 91.7189365,33.0141608 C91.7189365,36.0644411 85.4827274,39.0197427 80.2665943,39.0197427 C72.3736661,39.0197427 67.1105082,33.2114244 67.1105082,25.3866333 C67.1105082,18.2011226 72.2759993,11.6548921 79.6805932,11.6548921 C87.2841382,11.6548921 92.3049376,18.6431393 92.3049376,24.5500894 C92.3049376,26.665194 91.3789112,27.6990016 89.2338578,27.6990016 L74.2727437,27.6990016 Z M85.2873937,22.9756333 C84.8967264,19.8742105 82.9470067,17.5618423 79.6805932,17.5618423 C76.5624887,17.5618423 74.4680774,19.9728423 74.1280521,22.9756333 L85.2873937,22.9756333 Z" id="Fill-16"></path><path d="M94.6934346,15.4934965 C94.6934346,13.1299858 96.5454874,11.950057 98.2998734,11.950057 C100.151926,11.950057 101.710978,12.6404797 101.710978,14.9017055 L101.808645,14.9017055 C103.125339,12.9327222 104.5397,11.950057 106.731778,11.950057 C108.435522,11.950057 110.142883,13.1811282 110.142883,15.7382495 C110.142883,18.0506177 108.044854,18.200392 105.950443,19.1830571 C103.856032,20.1693753 101.710978,21.1045511 101.710978,23.9100785 L101.710978,34.7851499 C101.710978,37.1486606 100.249593,38.7231166 98.2022065,38.7231166 C96.15482,38.7231166 94.6934346,37.1486606 94.6934346,34.7851499 L94.6934346,15.4934965 Z" id="Fill-18"></path><path d="M114.139266,7.17591159 C114.139266,4.91103276 115.698318,3.38771909 117.890396,3.38771909 L125.982275,3.38771909 C136.899258,3.38771909 143.135468,10.474598 143.135468,21.4008119 C143.135468,31.7352348 136.508591,38.4275865 126.47061,38.4275865 L117.988063,38.4275865 C116.381986,38.4275865 114.139266,37.5435531 114.139266,34.7380258 L114.139266,7.17591159 Z M121.44981,31.636603 L126.369325,31.636603 C132.659794,31.636603 135.531923,26.9607241 135.531923,21.053774 C135.531923,14.7559496 132.609152,10.1787026 125.884608,10.1787026 L121.44981,10.1787026 L121.44981,31.636603 Z" id="Fill-20"></path><path d="M153.809731,5.20729352 C153.809731,7.42102993 152.055345,9.29138148 149.863266,9.29138148 C147.765238,9.29138148 145.913185,7.37354053 145.913185,5.20729352 C145.913185,3.19082075 147.765238,1.32046919 149.863266,1.32046919 C151.957678,1.32046919 153.809731,3.13967832 153.809731,5.20729352 L153.809731,5.20729352 Z M146.354494,15.8887543 C146.354494,13.5252437 147.81588,11.9507876 149.863266,11.9507876 C151.910653,11.9507876 153.372038,13.5252437 153.372038,15.8887543 L153.372038,34.7858805 C153.372038,37.1493912 151.910653,38.7238473 149.863266,38.7238473 C147.81588,38.7238473 146.354494,37.1493912 146.354494,34.7858805 L146.354494,15.8887543 Z" id="Fill-22"></path><path d="M174.716947,19.5289991 C172.962561,19.5289991 171.403509,18.1518067 169.160789,18.1518067 C165.163682,18.1518067 163.264605,21.7427355 163.264605,25.3848068 C163.264605,28.8807569 165.359016,32.5228282 169.160789,32.5228282 C170.915175,32.5228282 173.548562,31.0470039 174.376922,31.0470039 C176.033641,31.0470039 177.397359,32.4716858 177.397359,34.1447737 C177.397359,37.786845 171.352867,39.0179162 168.820763,39.0179162 C161.26786,39.0179162 156.247061,32.7675812 156.247061,25.3848068 C156.247061,18.1992961 161.412552,11.6530656 168.820763,11.6530656 C171.598842,11.6530656 177.397359,12.6868732 177.397359,16.1316809 C177.397359,17.6075051 176.373666,19.5289991 174.716947,19.5289991" id="Fill-24"></path><path d="M179.83469,4.46901608 C179.83469,2.10550542 181.296075,0.531049329 183.343462,0.531049329 C185.390848,0.531049329 186.852234,2.10550542 186.852234,4.46901608 L186.852234,14.1166693 L186.949901,14.1166693 C188.411286,12.2938072 191.14234,11.6545268 193.334419,11.6545268 C198.839935,11.6545268 202.934708,15.1979663 202.934708,21.2035482 L202.934708,34.7855152 C202.934708,37.1490259 201.473322,38.723482 199.425936,38.723482 C197.378549,38.723482 195.917164,37.1490259 195.917164,34.7855152 L195.917164,22.4346195 C195.917164,19.1359331 193.869778,17.561477 191.337674,17.561477 C188.461928,17.561477 186.852234,19.6765816 186.852234,22.4346195 L186.852234,34.7855152 C186.852234,37.1490259 185.390848,38.723482 183.343462,38.723482 C181.296075,38.723482 179.83469,37.1490259 179.83469,34.7855152 L179.83469,4.46901608 Z" id="Fill-26"></path><path d="M208.63809,18.4462409 L207.079038,18.4462409 C205.17996,18.4462409 204.007958,17.2663121 204.007958,15.3448181 C204.007958,13.5730984 205.324652,12.2470484 207.079038,12.2470484 L208.63809,12.2470484 L208.63809,8.01318615 C208.63809,5.6496755 210.099475,4.0752194 212.146862,4.0752194 C214.194249,4.0752194 215.655634,5.6496755 215.655634,8.01318615 L215.655634,12.2470484 L217.652378,12.2470484 C219.457406,12.2470484 221.016459,13.0799393 221.016459,15.3448181 C221.016459,17.5585545 219.457406,18.4462409 217.652378,18.4462409 L215.655634,18.4462409 L215.655634,34.7862458 C215.655634,37.1497565 214.194249,38.7205595 212.146862,38.7205595 C210.099475,38.7205595 208.63809,37.1497565 208.63809,34.7862458 L208.63809,18.4462409 Z" id="Fill-28"></path><path d="M222.820402,4.46865078 C222.820402,2.10514012 224.281787,0.530684026 226.329173,0.530684026 C228.37656,0.530684026 229.837945,2.10514012 229.837945,4.46865078 L229.837945,14.116304 C231.689998,12.4907055 234.07741,11.6541615 236.515464,11.6541615 C244.068367,11.6541615 247.819497,18.7921829 247.819497,25.6817982 C247.819497,32.3741498 243.337674,39.0190121 236.269488,39.0190121 C233.882076,39.0190121 231.154639,37.9340621 229.837945,35.7714681 C229.400253,37.6418197 228.278893,38.7231166 226.329173,38.7231166 C224.281787,38.7231166 222.820402,37.1486606 222.820402,34.7851499 L222.820402,4.46865078 Z M235.343462,32.5202711 C239.000543,32.5202711 240.801953,28.6845892 240.801953,25.3859027 C240.801953,22.0397269 239.000543,18.1492495 235.343462,18.1492495 C231.592331,18.1492495 229.837945,21.692689 229.837945,25.1411497 C229.837945,28.5859573 231.494664,32.5202711 235.343462,32.5202711 L235.343462,32.5202711 Z" id="Fill-30"></path><path d="M258.153735,5.20729352 C258.153735,7.42102993 256.399349,9.29138148 254.207271,9.29138148 C252.109242,9.29138148 250.257189,7.37354053 250.257189,5.20729352 C250.257189,3.19082075 252.109242,1.32046919 254.207271,1.32046919 C256.301682,1.32046919 258.153735,3.13967832 258.153735,5.20729352 L258.153735,5.20729352 Z M250.698499,15.8887543 C250.698499,13.5252437 252.159884,11.9507876 254.207271,11.9507876 C256.254657,11.9507876 257.716043,13.5252437 257.716043,15.8887543 L257.716043,34.7858805 C257.716043,37.1493912 256.254657,38.7238473 254.207271,38.7238473 C252.159884,38.7238473 250.698499,37.1493912 250.698499,34.7858805 L250.698499,15.8887543 Z" id="Fill-32"></path><path d="M268.972689,5.20729352 C268.972689,7.42102993 267.218303,9.29138148 265.026225,9.29138148 C262.928197,9.29138148 261.076144,7.37354053 261.076144,5.20729352 C261.076144,3.19082075 262.928197,1.32046919 265.026225,1.32046919 C267.120637,1.32046919 268.972689,3.13967832 268.972689,5.20729352 L268.972689,5.20729352 Z M261.517453,15.8887543 C261.517453,13.5252437 262.978839,11.9507876 265.026225,11.9507876 C267.073612,11.9507876 268.534997,13.5252437 268.534997,15.8887543 L268.534997,45.2189353 C268.534997,47.5824459 267.073612,49.156902 265.026225,49.156902 C262.978839,49.156902 261.517453,47.5824459 261.517453,45.2189353 L261.517453,15.8887543 Z" id="Fill-34"></path></g></g><polyline id="Path" stroke="#E1523D" stroke-width="6.4" stroke-linecap="round" stroke-linejoin="round" transform="translate(346.970563, 44.470563) rotate(-45.000000) translate(-346.970563, -44.470563) " points="334.970563 56.4705627 334.970563 32.4705627 334.970563 32.4705627 358.970563 32.4705627"></polyline><g id="Group-2" transform="translate(319.970563, 44.500000) rotate(90.000000) translate(-319.970563, -44.500000) translate(275.970563, 27.500000)" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.4"><polyline id="Path-Copy-2" stroke="#418FDE" transform="translate(70.970563, 17.000000) rotate(-45.000000) translate(-70.970563, -17.000000) " points="58.9705627 29 58.9705627 5 82.9705627 5"></polyline><polyline id="Path-Copy-3" stroke="#FFC72C" transform="translate(16.970563, 17.000000) scale(-1, 1) rotate(-45.000000) translate(-16.970563, -17.000000) " points="4.97056275 29 4.97056275 5 28.9705627 5"></polyline></g><polyline id="Path-Copy" stroke="#00BF6F" stroke-width="6.4" stroke-linecap="round" stroke-linejoin="round" transform="translate(292.970563, 44.470563) scale(-1, 1) rotate(-45.000000) translate(-292.970563, -44.470563) " points="280.970563 56.4705627 280.970563 32.4705627 280.970563 32.4705627 304.970563 32.4705627"></polyline></g></g>',2)];function zp(n,e){return m.openBlock(),m.createElementBlock("svg",m.mergeProps({class:"bd-logo"},n.$attrs,{version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),Vp,16)}const Xa=Ge(Fp,[["render",zp]]),Za=/^https:/i,lo=m.defineComponent({__name:"BDLink",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},setup(n){const e=n,t=m.computed(()=>typeof e.to=="string"&&Za.test(e.to)?"a":typeof e.to!="string"&&typeof m.resolveComponent("router-link")!="string"?"router-link":"div"),r=m.computed(()=>{if(typeof e.to=="string"&&Za.test(e.to)){const{to:o,target:i,rel:s}=e;return{href:o,target:i,rel:s}}else{const{to:o}=e;return{to:o}}});return(o,i)=>(m.openBlock(),m.createBlock(m.resolveDynamicComponent(t.value),m.mergeProps({class:"bd-link"},r.value),{default:m.withCtx(()=>[m.renderSlot(o.$slots,"default",{},()=>[m.createTextVNode(m.toDisplayString(e.text),1)])]),_:3},16))}}),co={PRIMARY:"primary",SECONDARY:"secondary",DANGER:"danger",WARNING:"warning",INFO:"info",SUCCESS:"success",LIGHT:"light"},$p={key:0,class:"b-d-alert-title"},Qa=m.defineComponent({__name:"BDAlert",props:{variant:{default:co.PRIMARY},title:{default:""}},setup(n){const e=n,t=m.computed(()=>["alert",`alert-${e.variant}`]);return(r,o)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(t.value),role:"alert"},[r.title?(m.openBlock(),m.createElementBlock("div",$p,[m.createVNode(m.unref(ao)),m.createElementVNode("span",null,[m.createElementVNode("strong",null,m.toDisplayString(e.title),1)])])):m.createCommentVNode("",!0),m.renderSlot(r.$slots,"default")],2))}}),Up=["src","alt"],Hp=["textContent"],Yi=m.defineComponent({__name:"BDProfileImage",props:{showFooter:{type:Boolean,default:!1},size:{default:ot.LG},linkText:{default:""},src:{default:""},alt:{default:""}},emits:["click"],setup(n,{emit:e}){const t=()=>{e("click")};return(r,o)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(["bd-profile-picture rounded-circle",r.size])},[m.createElementVNode("img",{src:r.src,alt:r.alt,class:"position-absolute top-0 start-0"},null,8,Up),r.showFooter?(m.openBlock(),m.createElementBlock("a",{key:0,class:"bd-profile-picture__footer position-absolute bottom-0 start-0",onClick:t,textContent:m.toDisplayString(r.linkText)},null,8,Hp)):m.createCommentVNode("",!0)],2))}});function jp(n){return m.getCurrentScope()?(m.onScopeDispose(n),!0):!1}function uo(n){return typeof n=="function"?n():m.unref(n)}const Wp=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Kp=n=>typeof n<"u",Gp=Object.prototype.toString,Jp=n=>Gp.call(n)==="[object Object]",Xi=()=>{};function Yp(n,e){function t(...r){return new Promise((o,i)=>{Promise.resolve(n(()=>e.apply(this,r),{fn:e,thisArg:this,args:r})).then(o).catch(i)})}return t}function Xp(n,e={}){let t,r,o=Xi;const i=l=>{clearTimeout(l),o(),o=Xi};return l=>{const a=uo(n),c=uo(e.maxWait);return t&&i(t),a<=0||c!==void 0&&c<=0?(r&&(i(r),r=null),Promise.resolve(l())):new Promise((u,d)=>{o=e.rejectOnCancel?d:u,c&&!r&&(r=setTimeout(()=>{t&&i(t),r=null,u(l())},c)),t=setTimeout(()=>{r&&i(r),r=null,u(l())},a)})}}function Zp(n,e=200,t={}){return Yp(Xp(e,t),n)}function _a(n){var e;const t=uo(n);return(e=t==null?void 0:t.$el)!=null?e:t}const Qp=Wp?window:void 0;function qa(...n){let e,t,r,o;if(typeof n[0]=="string"||Array.isArray(n[0])?([t,r,o]=n,e=Qp):[e,t,r,o]=n,!e)return Xi;Array.isArray(t)||(t=[t]),Array.isArray(r)||(r=[r]);const i=[],s=()=>{i.forEach(u=>u()),i.length=0},l=(u,d,f,h)=>(u.addEventListener(d,f,h),()=>u.removeEventListener(d,f,h)),a=m.watch(()=>[_a(e),uo(o)],([u,d])=>{if(s(),!u)return;const f=Jp(d)?{...d}:d;i.push(...t.flatMap(h=>r.map(p=>l(u,h,p,f))))},{immediate:!0,flush:"post"}),c=()=>{a(),s()};return jp(c),c}function _p(n){return JSON.parse(JSON.stringify(n))}function qp(n,e={}){const{initialValue:t=!1,focusVisible:r=!1}=e,o=m.ref(!1),i=m.computed(()=>_a(n));qa(i,"focus",l=>{var a,c;(!r||(c=(a=l.target).matches)!=null&&c.call(a,":focus-visible"))&&(o.value=!0)}),qa(i,"blur",()=>o.value=!1);const s=m.computed({get:()=>o.value,set(l){var a,c;!l&&o.value?(a=i.value)==null||a.blur():l&&!o.value&&((c=i.value)==null||c.focus())}});return m.watch(i,()=>{s.value=t},{immediate:!0,flush:"post"}),{focused:s}}function Nn(n,e,t,r={}){var o,i,s;const{clone:l=!1,passive:a=!1,eventName:c,deep:u=!1,defaultValue:d,shouldEmit:f}=r,h=m.getCurrentInstance(),p=t||(h==null?void 0:h.emit)||((o=h==null?void 0:h.$emit)==null?void 0:o.bind(h))||((s=(i=h==null?void 0:h.proxy)==null?void 0:i.$emit)==null?void 0:s.bind(h==null?void 0:h.proxy));let g=c;e||(e="modelValue"),g=g||`update:${e.toString()}`;const y=C=>l?typeof l=="function"?l(C):_p(C):C,S=()=>Kp(n[e])?y(n[e]):d,k=C=>{f?f(C)&&p(g,C):p(g,C)};if(a){const C=S(),b=m.ref(C);let R=!1;return m.watch(()=>n[e],w=>{R||(R=!0,b.value=y(w),m.nextTick(()=>R=!1))}),m.watch(b,w=>{!R&&(w!==n[e]||u)&&k(w)},{deep:u}),b}else return m.computed({get(){return S()},set(C){k(C)}})}const eh={class:"bd-zoom-slider d-flex"},th=[m.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[m.createElementVNode("path",{d:"M1.5 13.5h21a1.5 1.5 0 0 0 0-3h-21a1.5 1.5 0 0 0 0 3z","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"0"})],-1)],nh=["max"],rh=[m.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[m.createElementVNode("path",{d:"M0 12a1.5 1.5 0 0 0 1.5 1.5h8.75a.25.25 0 0 1 .25.25v8.75a1.5 1.5 0 0 0 3 0v-8.75a.25.25 0 0 1 .25-.25h8.75a1.5 1.5 0 0 0 0-3h-8.75a.25.25 0 0 1-.25-.25V1.5a1.5 1.5 0 0 0-3 0v8.75a.25.25 0 0 1-.25.25H1.5A1.5 1.5 0 0 0 0 12z","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"0"})],-1)],el=m.defineComponent({__name:"BDZoomslider",props:{modelValue:{},maxValue:{default:5}},emits:["update:modelValue"],setup(n,{emit:e}){const t=n,r=Nn(t,"modelValue",e);function o(){r.value!==0&&r.value--}function i(){r.value<t.maxValue&&r.value++}return(s,l)=>(m.openBlock(),m.createElementBlock("div",eh,[(m.openBlock(),m.createElementBlock("svg",{class:"bd-zoom-slider-min-button",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",fill:"#000000",stroke:"#000000",height:"20",width:"20",onClick:o},th)),m.withDirectives(m.createElementVNode("input",{type:"range","onUpdate:modelValue":l[0]||(l[0]=a=>m.isRef(r)?r.value=a:null),min:"0",max:s.maxValue,class:"bd-zoom-slider-input"},null,8,nh),[[m.vModelText,m.unref(r)]]),(m.openBlock(),m.createElementBlock("svg",{class:"bd-zoom-slider-plus-button",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",fill:"#000000",stroke:"#000000",height:"20",width:"20",onClick:i},rh))]))}});for(var Rn=256,tl=[],nl=256,fo;Rn--;)tl[Rn]=(Rn+256).toString(16).substring(1);function oh(n){var e=0,t=n||11;if(!fo||Rn+t>nl*2)for(fo="",Rn=0;e<nl;e++)fo+=tl[Math.random()*256|0];return fo.substring(Rn,Rn+++t)}function kr(){return{uniqueIdentifier:m.ref(oh())}}const ih=["id"],sh={key:0},Zi=m.defineComponent({__name:"BDCard",props:{class:{default:""},title:{default:""},noHeader:{type:Boolean,default:!1},noBody:{type:Boolean,default:!1},headerClass:{default:""},bodyClass:{default:""},id:{default:0},headerVariant:{default:"primary"}},setup(n){const e=n,{uniqueIdentifier:t}=kr(),r=t.value,o=m.computed(()=>({"bd-card card":!0,[`${e.class}`]:e.class,"no-body":e.noBody})),i=m.computed(()=>({"card-header":!0,"no-title":!e.title,[`${e.headerClass}`]:e.headerClass,[`${e.headerVariant}`]:e.headerVariant})),s=m.computed(()=>({"card-body":!0,[`${e.bodyClass}`]:e.bodyClass}));return(l,a)=>(m.openBlock(),m.createElementBlock("div",{id:m.unref(r),class:m.normalizeClass(o.value)},[!l.noHeader||l.noBody?(m.openBlock(),m.createElementBlock("div",{key:0,class:m.normalizeClass(i.value)},[m.renderSlot(l.$slots,"header",{},()=>[l.title?(m.openBlock(),m.createElementBlock("h2",sh,m.toDisplayString(l.title),1)):m.createCommentVNode("",!0)])],2)):m.createCommentVNode("",!0),l.noBody?m.createCommentVNode("",!0):(m.openBlock(),m.createElementBlock("div",{key:1,class:m.normalizeClass(s.value)},[m.renderSlot(l.$slots,"body")],2))],10,ih))}}),ah={key:0},lh={class:"bd-collapsable-card__actions"},ch=["data-bs-target"],rl=m.defineComponent({__name:"BDCollapsableCard",props:{title:{default:"Title"},disabled:{type:Boolean,default:!1},showOn:{default:"md"},visible:{type:Boolean,default:!0}},setup(n){const e=n,{uniqueIdentifier:t}=kr(),r=t.value,o=m.computed(()=>`bd-collapsable-card__collapse-${r}`),i=m.computed(()=>({"d-block":[ot.SM,ot.MD].includes(e.showOn.toLowerCase()),"d-md-none":e.showOn.toLowerCase()==ot.SM,"d-lg-none":e.showOn.toLowerCase()==ot.MD})),s=m.computed(()=>{let a={"round-corners-sm":e.showOn.toLowerCase()==ot.SM,"round-corners-md":e.showOn.toLowerCase()==ot.MD,"is-disabled":e.disabled,"round-corners":!e.visible};return Object.keys(a).filter(c=>a[c]).join(" ")}),l=m.computed(()=>{let a={collapse:!0,show:!0,"collapsable-body":!0,[`${o.value}`]:!0,"display-none":!e.visible||e.disabled,"open-collapse-lg":e.visible&&[ot.SM,ot.MD].includes(e.showOn.toLowerCase()),"open-collapse-md":e.showOn.toLowerCase()==ot.SM&&e.visible};return Object.keys(a).filter(c=>a[c]).join(" ")});return(a,c)=>(m.openBlock(),m.createBlock(Zi,{class:"bd-collapsable-card",title:a.title,"header-class":s.value,"body-class":l.value},{header:m.withCtx(()=>[a.title?(m.openBlock(),m.createElementBlock("h2",ah,m.toDisplayString(a.title),1)):m.createCommentVNode("",!0),m.createElementVNode("div",lh,[m.renderSlot(a.$slots,"action"),!a.disabled&&a.visible?(m.openBlock(),m.createElementBlock("button",{key:0,class:m.normalizeClass(["btn btn-white btn-caret",i.value]),type:"button","data-bs-toggle":"collapse","data-bs-target":`.${o.value}`,"aria-expanded":"true"},[m.createVNode(m.unref(Ya))],10,ch)):m.createCommentVNode("",!0)])]),body:m.withCtx(()=>[m.renderSlot(a.$slots,"body")]),_:3},8,["title","header-class","body-class"]))}});/*! maska v2.1.11 | (c) Alexander Shabunevich | Released under the MIT license */var uh=Object.defineProperty,dh=(n,e,t)=>e in n?uh(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t,Cr=(n,e,t)=>(dh(n,typeof e!="symbol"?e+"":e,t),t);const ol={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}};class il{constructor(e={}){Cr(this,"opts",{}),Cr(this,"memo",new Map);const t={...e};if(t.tokens!=null){t.tokens=t.tokensReplace?{...t.tokens}:{...ol,...t.tokens};for(const r of Object.values(t.tokens))typeof r.pattern=="string"&&(r.pattern=new RegExp(r.pattern))}else t.tokens=ol;Array.isArray(t.mask)&&(t.mask.length>1?t.mask=[...t.mask].sort((r,o)=>r.length-o.length):t.mask=t.mask[0]??""),t.mask===""&&(t.mask=null),this.opts=t}masked(e){return this.process(e,this.findMask(e))}unmasked(e){return this.process(e,this.findMask(e),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const t=this.findMask(e);if(this.opts.mask==null||t==null)return!1;const r=this.process(e,t).length;return typeof this.opts.mask=="string"?r>=this.opts.mask.length:typeof this.opts.mask=="function"?r>=t.length:this.opts.mask.filter(o=>r>=o.length).length===this.opts.mask.length}findMask(e){const t=this.opts.mask;if(t==null)return null;if(typeof t=="string")return t;if(typeof t=="function")return t(e);const r=this.process(e,t.slice(-1).pop()??"",!1);return t.find(o=>this.process(e,o,!1).length>=r.length)??""}escapeMask(e){const t=[],r=[];return e.split("").forEach((o,i)=>{o==="!"&&e[i-1]!=="!"?r.push(i-r.length):t.push(o)}),{mask:t.join(""),escaped:r}}process(e,t,r=!0){if(t==null)return e;const o=`value=${e},mask=${t},masked=${r?1:0}`;if(this.memo.has(o))return this.memo.get(o);const{mask:i,escaped:s}=this.escapeMask(t),l=[],a=this.opts.tokens!=null?this.opts.tokens:{},c=this.isReversed()?-1:1,u=this.isReversed()?"unshift":"push",d=this.isReversed()?0:i.length-1,f=this.isReversed()?()=>y>-1&&S>-1:()=>y<i.length&&S<e.length,h=C=>!this.isReversed()&&C<=d||this.isReversed()&&C>=d;let p,g=-1,y=this.isReversed()?i.length-1:0,S=this.isReversed()?e.length-1:0,k=!1;for(;f();){const C=i.charAt(y),b=a[C],R=(b==null?void 0:b.transform)!=null?b.transform(e.charAt(S)):e.charAt(S);if(!s.includes(y)&&b!=null?(R.match(b.pattern)!=null?(l[u](R),b.repeated?(g===-1?g=y:y===d&&y!==g&&(y=g-c),d===g&&(y-=c)):b.multiple&&(k=!0,y-=c),y+=c):b.multiple?k&&(y+=c,S-=c,k=!1):R===p?p=void 0:b.optional&&(y+=c,S-=c),S+=c):(r&&!this.isEager()&&l[u](C),R===C&&!this.isEager()?S+=c:p=C,this.isEager()||(y+=c)),this.isEager())for(;h(y)&&(a[i.charAt(y)]==null||s.includes(y));)r?l[u](i.charAt(y)):i.charAt(y)===e.charAt(S)&&(S+=c),y+=c}return this.memo.set(o,l.join("")),this.memo.get(o)}}const sl=n=>JSON.parse(n.replaceAll("'",'"')),al=(n,e={})=>{const t={...e};return n.dataset.maska!=null&&n.dataset.maska!==""&&(t.mask=fh(n.dataset.maska)),n.dataset.maskaEager!=null&&(t.eager=Qi(n.dataset.maskaEager)),n.dataset.maskaReversed!=null&&(t.reversed=Qi(n.dataset.maskaReversed)),n.dataset.maskaTokensReplace!=null&&(t.tokensReplace=Qi(n.dataset.maskaTokensReplace)),n.dataset.maskaTokens!=null&&(t.tokens=ph(n.dataset.maskaTokens)),t},Qi=n=>n!==""?!!JSON.parse(n):!0,fh=n=>n.startsWith("[")&&n.endsWith("]")?sl(n):n,ph=n=>{if(n.startsWith("{")&&n.endsWith("}"))return sl(n);const e={};return n.split("|").forEach(t=>{const r=t.split(":");e[r[0]]={pattern:new RegExp(r[1]),optional:r[2]==="optional",multiple:r[2]==="multiple",repeated:r[2]==="repeated"}}),e};class hh{constructor(e,t={}){Cr(this,"items",new Map),Cr(this,"beforeinputEvent",r=>{const o=r.target,i=this.items.get(o);i.isEager()&&"inputType"in r&&r.inputType.startsWith("delete")&&i.unmasked(o.value).length<=1&&this.setMaskedValue(o,"")}),Cr(this,"inputEvent",r=>{if(r instanceof CustomEvent&&r.type==="input"&&r.detail!=null&&typeof r.detail=="object"&&"masked"in r.detail)return;const o=r.target,i=this.items.get(o),s=o.value,l=o.selectionStart,a=o.selectionEnd;let c=s;if(i.isEager()){const u=i.masked(s),d=i.unmasked(s);d===""&&"data"in r&&r.data!=null?c=r.data:d!==i.unmasked(u)&&(c=d)}if(this.setMaskedValue(o,c),"inputType"in r&&(r.inputType.startsWith("delete")||l!=null&&l<s.length))try{o.setSelectionRange(l,a)}catch{}}),this.options=t,typeof e=="string"?this.init(Array.from(document.querySelectorAll(e)),this.getMaskOpts(t)):this.init("length"in e?Array.from(e):[e],this.getMaskOpts(t))}destroy(){for(const e of this.items.keys())e.removeEventListener("input",this.inputEvent),e.removeEventListener("beforeinput",this.beforeinputEvent);this.items.clear()}needUpdateOptions(e,t){const r=this.items.get(e),o=new il(al(e,this.getMaskOpts(t)));return JSON.stringify(r.opts)!==JSON.stringify(o.opts)}needUpdateValue(e){const t=e.dataset.maskaValue;return t==null&&e.value!==""||t!=null&&t!==e.value}getMaskOpts(e){const{onMaska:t,preProcess:r,postProcess:o,...i}=e;return i}init(e,t){for(const r of e){const o=new il(al(r,t));this.items.set(r,o),r.value!==""&&this.setMaskedValue(r,r.value),r.addEventListener("input",this.inputEvent),r.addEventListener("beforeinput",this.beforeinputEvent)}}setMaskedValue(e,t){const r=this.items.get(e);this.options.preProcess!=null&&(t=this.options.preProcess(t));const o=r.masked(t),i=r.unmasked(r.isEager()?o:t),s=r.completed(t),l={masked:o,unmasked:i,completed:s};t=o,this.options.postProcess!=null&&(t=this.options.postProcess(t)),e.value=t,e.dataset.maskaValue=t,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(a=>a(l)):this.options.onMaska(l)),e.dispatchEvent(new CustomEvent("maska",{detail:l})),e.dispatchEvent(new CustomEvent("input",{detail:l}))}}const _i=new WeakMap,mh=n=>{setTimeout(()=>{var e;((e=_i.get(n))==null?void 0:e.needUpdateValue(n))===!0&&n.dispatchEvent(new CustomEvent("input"))})},gh=(n,e)=>{const t=n instanceof HTMLInputElement?n:n.querySelector("input"),r={...e.arg};if(t==null||(t==null?void 0:t.type)==="file")return;mh(t);const o=_i.get(t);if(o!=null){if(!o.needUpdateOptions(t,r))return;o.destroy()}if(e.value!=null){const i=e.value,s=l=>{i.masked=l.masked,i.unmasked=l.unmasked,i.completed=l.completed};r.onMaska=r.onMaska==null?s:Array.isArray(r.onMaska)?[...r.onMaska,s]:[r.onMaska,s]}_i.set(t,new hh(t,r))},yh=["value","type"],ll=m.defineComponent({__name:"BDFormInput",props:{modelValue:{default:""},formGroupClass:{default:void 0},type:{default:"text"},label:{default:void 0},labelClass:{default:void 0},formFieldClass:{default:void 0},inputClass:{default:void 0},placeholder:{default:void 0},state:{type:[Boolean,null],default:null},readonly:{type:[Boolean,null],default:null},disabled:{type:[Boolean,null],default:null},autofocus:{type:[Boolean,null],default:null},size:{default:ot.MD},tabindex:{default:null},invalidFeedbackClass:{default:void 0},invalidFeedbackText:{default:void 0},delayTimeMs:{default:0},mask:{default:void 0}},emits:["update:modelValue","click","blur","enter"],setup(n,{emit:e}){const t=n,{uniqueIdentifier:r}=kr(),o=Nn(t,"modelValue",e),i=`__BD__FORM__LABEL__${r.value}`,s=`__BD__FORM__GROUP__${r.value}`,l=`form-input-${t.label?t.label.replace(/ /g,"-").toLowerCase():r.value}`,a=`validationFeedback${t.label?t.label.replace(/ /g,""):r.value}`,c=m.computed(()=>({[`${t.inputClass}`]:t.inputClass,"is-invalid":t.state===!1,"is-valid":t.state===!0,[`form-control-${t.size}`]:t.size})),u=m.computed(()=>({placeholder:t.placeholder?t.placeholder:null,readonly:t.readonly===!0,disabled:t.disabled===!0,autofocus:t.autofocus===!0,tabindex:t.tabindex?t.tabindex:null,"aria-describedby":t.state===!1&&t.invalidFeedbackText?a:null,"data-maska":t.mask})),d=Zp(f=>{o.value=f.target.value},t.delayTimeMs);return(f,h)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(["bd-form-input",f.formGroupClass]),id:s},[m.renderSlot(f.$slots,"label",{},()=>[f.label?(m.openBlock(),m.createElementBlock("label",{key:0,for:l,id:i,class:m.normalizeClass(["form-label",f.labelClass])},m.toDisplayString(f.label),3)):m.createCommentVNode("",!0)]),m.createElementVNode("div",{class:m.normalizeClass(f.formFieldClass)},[m.withDirectives(m.createElementVNode("input",m.mergeProps({value:f.modelValue,type:f.type,id:l,class:["form-control",c.value]},u.value,{onInput:h[0]||(h[0]=(...p)=>m.unref(d)&&m.unref(d)(...p)),onClick:h[1]||(h[1]=p=>f.$emit("click")),onBlur:h[2]||(h[2]=p=>f.$emit("blur")),onKeydown:h[3]||(h[3]=m.withKeys(p=>f.$emit("enter"),["enter"]))}),null,16,yh),[[m.unref(gh)]]),m.renderSlot(f.$slots,"default")],2),m.createVNode(m.unref(po),{text:f.invalidFeedbackText,class:m.normalizeClass(f.invalidFeedbackClass),state:f.state,id:a},null,8,["text","class","state"])],2))}}),vh=["for"],cl=m.defineComponent({__name:"BDInputGroup",props:{label:{default:void 0},labelForId:{default:void 0}},setup(n){const e=n,t=m.useAttrs();return(r,o)=>(m.openBlock(),m.createElementBlock(m.Fragment,null,[e.label?(m.openBlock(),m.createElementBlock("label",{key:0,for:e.labelForId,class:"form-label"},m.toDisplayString(e.label),9,vh)):m.createCommentVNode("",!0),m.createElementVNode("div",{class:m.normalizeClass(["input-group bd-input-group",m.unref(t).class])},[m.renderSlot(r.$slots,"default")],2)],64))}}),bh={class:"invalid-feedback bd-invalid-feedback"},po=m.defineComponent({__name:"BDFormInvalidFeedback",props:{state:{type:[Boolean,null],default:null},text:{default:""}},setup(n){return(e,t)=>(m.openBlock(),m.createElementBlock("div",bh,[m.createVNode(m.unref(so)),m.createTextVNode(" "+m.toDisplayString(e.text),1)]))}}),ul=m.defineComponent({__name:"BDBadge",props:{variant:{default:co.PRIMARY}},setup(n){const e=n,t=m.computed(()=>["badge","bd-badge",`text-bg-${e.variant}`]);return(r,o)=>(m.openBlock(),m.createElementBlock("span",{role:"status",class:m.normalizeClass(t.value)},[m.renderSlot(r.$slots,"default")],2))}}),xh=["onSubmit","onReset"],dl=m.defineComponent({__name:"BDForm",emits:["submit","reset"],setup(n,{emit:e}){function t(){e("submit")}function r(){e("reset")}return(o,i)=>(m.openBlock(),m.createElementBlock("form",{onSubmit:m.withModifiers(t,["prevent"]),onReset:m.withModifiers(r,["prevent"])},[m.renderSlot(o.$slots,"default")],40,xh))}}),Sh={"aria-label":"Page navigation",class:"bd-pagination"},Eh={class:"page-item"},kh=["data-page"],Ch=["data-page"],wh={class:"page-item"},Th=["data-page"],fl=m.defineComponent({__name:"BDPagination",props:{modelValue:{default:1},totalRows:{default:1},rowsPerPage:{default:10},isPatient:{type:Boolean,default:!0}},emits:["click","update:modelValue"],setup(n,{emit:e}){const t=n,r=Nn(t,"modelValue",e),o=m.ref(Math.ceil(t.totalRows/t.rowsPerPage)),i=m.ref([]);m.watch([()=>t.totalRows,()=>t.rowsPerPage],()=>{o.value=Math.ceil(t.totalRows/t.rowsPerPage),i.value=a()}),m.onMounted(()=>{i.value=a()});const s=m.computed(()=>({[`${t.class}`]:t.class,colleague:!t.isPatient})),l=c=>{const u=c.currentTarget.getAttribute("data-page");isNaN(Number(u))||(r.value=Number(u)),i.value=a(),e("click",r.value)},a=()=>{const c=[],u=o.value,d=7;if(u<=d)for(let f=1;f<=u;f++)c.push(f);else{const h=Math.floor((d-3)/2);if(r.value<=h+2){for(let p=1;p<=h+3;p++)c.push(p);c.push("..."),c.push(u)}else if(r.value>=u-h-1){c.push(1),c.push("...");for(let p=u-h-3;p<=u;p++)c.push(p)}else{c.push(1),c.push("...");for(let p=r.value-1;p<=r.value+1;p++)c.push(p);c.push("..."),c.push(u)}}return c};return(c,u)=>(m.openBlock(),m.createElementBlock("div",Sh,[m.createElementVNode("ul",{class:m.normalizeClass(["pagination",s.value])},[m.withDirectives(m.createElementVNode("li",Eh,[m.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Previous",onClick:l,"data-page":m.unref(r)-1},[m.createVNode(m.unref($i))],8,kh)],512),[[m.vShow,m.unref(r)>1]]),(m.openBlock(!0),m.createElementBlock(m.Fragment,null,m.renderList(i.value,d=>(m.openBlock(),m.createElementBlock("li",{class:m.normalizeClass(["page-item",{active:m.unref(r)===d,disabled:typeof d=="string"}]),key:d},[m.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center",onClick:l,"data-page":d},m.toDisplayString(d),9,Ch)],2))),128)),m.withDirectives(m.createElementVNode("li",wh,[m.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Next",onClick:l,"data-page":m.unref(r)+1},[m.createVNode(m.unref(zi))],8,Th)],512),[[m.vShow,m.unref(r)<o.value]])],2)]))}}),Ah=["disabled"],Oh=["value"],pl=m.defineComponent({__name:"BDFormSelect",props:{size:{default:ot.MD},disabled:{type:Boolean},autofocus:{type:Boolean,default:!1},options:{default:void 0},modelValue:{default:""},state:{type:[Boolean,null],default:null}},emits:["update:modelValue","change","input"],setup(n,{emit:e}){const t=n,r=Nn(t,"modelValue",e),o=m.ref(null),{focused:i}=qp(o,{initialValue:t.autofocus}),s=m.computed(()=>({"form-select":!0,"bd-form-select":!0,"is-invalid":t.state===!1,[`form-select-${t.size}`]:["xs","sm","lg"].includes(t.size)}));m.watch(()=>t.autofocus,c=>{c&&(i.value=!0)});const l=c=>{r.value=c.target.value,e("input",c.target.value)},a=c=>{e("change",c.target.value)};return(c,u)=>m.withDirectives((m.openBlock(),m.createElementBlock("select",{class:m.normalizeClass(s.value),"onUpdate:modelValue":u[0]||(u[0]=d=>m.isRef(r)?r.value=d:null),disabled:t.disabled,ref_key:"input",ref:o,onInput:l,onChange:a},[m.renderSlot(c.$slots,"first",{},()=>[(m.openBlock(!0),m.createElementBlock(m.Fragment,null,m.renderList(t.options,d=>(m.openBlock(),m.createElementBlock("option",{value:d.value,key:d.value},m.toDisplayString(d.text),9,Oh))),128))])],42,Ah)),[[m.vModelSelect,m.unref(r)]])}}),Mh=["value","true-value","false-value","data-checked"],hl=m.defineComponent({__name:"BDFormCheckbox",props:{modelValue:{type:[Boolean,String],default:void 0},value:{type:[Boolean,String],default:!0},uncheckedValue:{type:[Boolean,String],default:!1},state:{type:[Boolean,null],default:void 0}},emits:["update:modelValue","change","input"],setup(n,{emit:e}){const t=n,{uniqueIdentifier:r}=kr(),o=Nn(t,"modelValue",e),i=`form-check-input-${r.value}`,s=m.computed(()=>["form-check","bd-form-checkbox"]),l=m.computed(()=>({"form-check-input":!0,"is-invalid":t.state===!1})),a=u=>{e("input",u.target.value)},c=u=>{e("change",u.target.value)};return(u,d)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(s.value)},[m.withDirectives(m.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>m.isRef(o)?o.value=f:null),class:m.normalizeClass(l.value),type:"checkbox",value:u.value,"true-value":u.value,"false-value":u.uncheckedValue,id:i,onChange:c,onInput:a,"data-checked":m.unref(o)===u.value},null,42,Mh),[[m.vModelCheckbox,m.unref(o)]]),m.createElementVNode("label",{class:"form-check-label",for:i},[m.renderSlot(u.$slots,"default")]),m.renderSlot(u.$slots,"last")],2))}}),Ih={key:0,class:"bd-article__body"},Nh={key:1},ml=m.defineComponent({__name:"BDArticle",props:{title:{default:""},text:{default:""},hideBody:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},identifier:{}},emits:["click"],setup(n,{emit:e}){const t=n,r=o=>e("click",{event:o,identifier:t.identifier});return(o,i)=>(m.openBlock(),m.createElementBlock("article",{class:"bd-article",onClick:r},[m.createElementVNode("header",null,[m.renderSlot(o.$slots,"header",{},()=>[m.createElementVNode("h5",null,m.toDisplayString(t.title),1)])]),t.hideBody?m.createCommentVNode("",!0):(m.openBlock(),m.createElementBlock("div",Ih,[m.renderSlot(o.$slots,"default",{},()=>[m.createTextVNode(m.toDisplayString(t.text),1)])])),t.hideFooter?m.createCommentVNode("",!0):(m.openBlock(),m.createElementBlock("footer",Nh,[m.renderSlot(o.$slots,"footer")]))]))}}),gl={DANGER:"danger",WARNING:"warning",INFO:"info",SUCCESS:"success"},Rh=["id"],Dh=m.createElementVNode("div",{class:"toast-left-border"},null,-1),Lh={class:"toast-header"},Ph=m.createElementVNode("button",{type:"button",class:"btn-close","data-bs-dismiss":"toast","aria-label":"Close"},null,-1),Bh={class:"toast-body"},yl=m.defineComponent({__name:"BDToast",props:{id:{},show:{type:Boolean,default:!1},variant:{default:gl.INFO},teleport:{default:{to:"body",disabled:!1}},title:{default:""},text:{default:""}},setup(n){const e=n,t=m.computed(()=>({show:e.show,[`bd-toast-${e.variant}`]:!0})),r=m.computed(()=>e.variant!==gl.SUCCESS);return(o,i)=>(m.openBlock(),m.createBlock(m.Teleport,m.normalizeProps(m.guardReactiveProps(e.teleport)),[m.createElementVNode("div",{class:m.normalizeClass(["toast bd-toast",t.value]),role:"alert","aria-live":"assertive","aria-atomic":"true",id:e.id},[Dh,m.createElementVNode("div",Lh,[r.value?(m.openBlock(),m.createBlock(m.unref(ao),{key:0})):(m.openBlock(),m.createBlock(m.unref(io),{key:1})),m.createElementVNode("h5",null,m.toDisplayString(e.title),1),Ph]),m.createElementVNode("div",Bh,[m.createElementVNode("span",null,m.toDisplayString(e.text),1)])],10,Rh)],16))}}),vl=m.defineComponent({__name:"BDDropdownItem",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},emits:["click"],setup(n,{emit:e}){const t=n,r=()=>{e("click")};return(o,i)=>(m.openBlock(),m.createElementBlock("li",m.mergeProps({class:"bd-dropdown-item"},o.$attrs),[m.createVNode(lo,m.mergeProps({class:"dropdown-item",onClick:r},t),{default:m.withCtx(()=>[m.renderSlot(o.$slots,"default",{},()=>[m.createTextVNode(m.toDisplayString(t.text),1)])]),_:3},16)],16))}});function Fh(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var bl={exports:{}};(function(n,e){(function(r,o){n.exports=o()})(self,function(){return function(){var t={3099:function(s){s.exports=function(l){if(typeof l!="function")throw TypeError(String(l)+" is not a function");return l}},6077:function(s,l,a){var c=a(111);s.exports=function(u){if(!c(u)&&u!==null)throw TypeError("Can't set "+String(u)+" as a prototype");return u}},1223:function(s,l,a){var c=a(5112),u=a(30),d=a(3070),f=c("unscopables"),h=Array.prototype;h[f]==null&&d.f(h,f,{configurable:!0,value:u(null)}),s.exports=function(p){h[f][p]=!0}},1530:function(s,l,a){var c=a(8710).charAt;s.exports=function(u,d,f){return d+(f?c(u,d).length:1)}},5787:function(s){s.exports=function(l,a,c){if(!(l instanceof a))throw TypeError("Incorrect "+(c?c+" ":"")+"invocation");return l}},9670:function(s,l,a){var c=a(111);s.exports=function(u){if(!c(u))throw TypeError(String(u)+" is not an object");return u}},4019:function(s){s.exports=typeof ArrayBuffer<"u"&&typeof DataView<"u"},260:function(s,l,a){var c=a(4019),u=a(9781),d=a(7854),f=a(111),h=a(6656),p=a(648),g=a(8880),y=a(1320),S=a(3070).f,k=a(9518),C=a(7674),b=a(5112),R=a(9711),w=d.Int8Array,F=w&&w.prototype,z=d.Uint8ClampedArray,$=z&&z.prototype,V=w&&k(w),B=F&&k(F),P=Object.prototype,H=P.isPrototypeOf,Y=b("toStringTag"),Z=R("TYPED_ARRAY_TAG"),Q=c&&!!C&&p(d.opera)!=="Opera",re=!1,W,le={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},de={BigInt64Array:8,BigUint64Array:8},ye=function(A){if(!f(A))return!1;var M=p(A);return M==="DataView"||h(le,M)||h(de,M)},Ee=function(ge){if(!f(ge))return!1;var A=p(ge);return h(le,A)||h(de,A)},be=function(ge){if(Ee(ge))return ge;throw TypeError("Target is not a typed array")},Te=function(ge){if(C){if(H.call(V,ge))return ge}else for(var A in le)if(h(le,W)){var M=d[A];if(M&&(ge===M||H.call(M,ge)))return ge}throw TypeError("Target is not a typed array constructor")},Ce=function(ge,A,M){if(u){if(M)for(var E in le){var O=d[E];O&&h(O.prototype,ge)&&delete O.prototype[ge]}(!B[ge]||M)&&y(B,ge,M?A:Q&&F[ge]||A)}},Ae=function(ge,A,M){var E,O;if(u){if(C){if(M)for(E in le)O=d[E],O&&h(O,ge)&&delete O[ge];if(!V[ge]||M)try{return y(V,ge,M?A:Q&&w[ge]||A)}catch{}else return}for(E in le)O=d[E],O&&(!O[ge]||M)&&y(O,ge,A)}};for(W in le)d[W]||(Q=!1);if((!Q||typeof V!="function"||V===Function.prototype)&&(V=function(){throw TypeError("Incorrect invocation")},Q))for(W in le)d[W]&&C(d[W],V);if((!Q||!B||B===P)&&(B=V.prototype,Q))for(W in le)d[W]&&C(d[W].prototype,B);if(Q&&k($)!==B&&C($,B),u&&!h(B,Y)){re=!0,S(B,Y,{get:function(){return f(this)?this[Z]:void 0}});for(W in le)d[W]&&g(d[W],Z,W)}s.exports={NATIVE_ARRAY_BUFFER_VIEWS:Q,TYPED_ARRAY_TAG:re&&Z,aTypedArray:be,aTypedArrayConstructor:Te,exportTypedArrayMethod:Ce,exportTypedArrayStaticMethod:Ae,isView:ye,isTypedArray:Ee,TypedArray:V,TypedArrayPrototype:B}},3331:function(s,l,a){var c=a(7854),u=a(9781),d=a(4019),f=a(8880),h=a(2248),p=a(7293),g=a(5787),y=a(9958),S=a(7466),k=a(7067),C=a(1179),b=a(9518),R=a(7674),w=a(8006).f,F=a(3070).f,z=a(1285),$=a(8003),V=a(9909),B=V.get,P=V.set,H="ArrayBuffer",Y="DataView",Z="prototype",Q="Wrong length",re="Wrong index",W=c[H],le=W,de=c[Y],ye=de&&de[Z],Ee=Object.prototype,be=c.RangeError,Te=C.pack,Ce=C.unpack,Ae=function(G){return[G&255]},ge=function(G){return[G&255,G>>8&255]},A=function(G){return[G&255,G>>8&255,G>>16&255,G>>24&255]},M=function(G){return G[3]<<24|G[2]<<16|G[1]<<8|G[0]},E=function(G){return Te(G,23,4)},O=function(G){return Te(G,52,8)},v=function(G,J){F(G[Z],J,{get:function(){return B(this)[J]}})},x=function(G,J,q,ce){var me=k(q),Me=B(G);if(me+J>Me.byteLength)throw be(re);var Fe=B(Me.buffer).bytes,Be=me+Me.byteOffset,Ne=Fe.slice(Be,Be+J);return ce?Ne:Ne.reverse()},I=function(G,J,q,ce,me,Me){var Fe=k(q),Be=B(G);if(Fe+J>Be.byteLength)throw be(re);for(var Ne=B(Be.buffer).bytes,Ke=Fe+Be.byteOffset,yt=ce(+me),rt=0;rt<J;rt++)Ne[Ke+rt]=yt[Me?rt:J-rt-1]};if(!d)le=function(J){g(this,le,H);var q=k(J);P(this,{bytes:z.call(new Array(q),0),byteLength:q}),u||(this.byteLength=q)},de=function(J,q,ce){g(this,de,Y),g(J,le,Y);var me=B(J).byteLength,Me=y(q);if(Me<0||Me>me)throw be("Wrong offset");if(ce=ce===void 0?me-Me:S(ce),Me+ce>me)throw be(Q);P(this,{buffer:J,byteLength:ce,byteOffset:Me}),u||(this.buffer=J,this.byteLength=ce,this.byteOffset=Me)},u&&(v(le,"byteLength"),v(de,"buffer"),v(de,"byteLength"),v(de,"byteOffset")),h(de[Z],{getInt8:function(J){return x(this,1,J)[0]<<24>>24},getUint8:function(J){return x(this,1,J)[0]},getInt16:function(J){var q=x(this,2,J,arguments.length>1?arguments[1]:void 0);return(q[1]<<8|q[0])<<16>>16},getUint16:function(J){var q=x(this,2,J,arguments.length>1?arguments[1]:void 0);return q[1]<<8|q[0]},getInt32:function(J){return M(x(this,4,J,arguments.length>1?arguments[1]:void 0))},getUint32:function(J){return M(x(this,4,J,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(J){return Ce(x(this,4,J,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(J){return Ce(x(this,8,J,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(J,q){I(this,1,J,Ae,q)},setUint8:function(J,q){I(this,1,J,Ae,q)},setInt16:function(J,q){I(this,2,J,ge,q,arguments.length>2?arguments[2]:void 0)},setUint16:function(J,q){I(this,2,J,ge,q,arguments.length>2?arguments[2]:void 0)},setInt32:function(J,q){I(this,4,J,A,q,arguments.length>2?arguments[2]:void 0)},setUint32:function(J,q){I(this,4,J,A,q,arguments.length>2?arguments[2]:void 0)},setFloat32:function(J,q){I(this,4,J,E,q,arguments.length>2?arguments[2]:void 0)},setFloat64:function(J,q){I(this,8,J,O,q,arguments.length>2?arguments[2]:void 0)}});else{if(!p(function(){W(1)})||!p(function(){new W(-1)})||p(function(){return new W,new W(1.5),new W(NaN),W.name!=H})){le=function(J){return g(this,le),new W(k(J))};for(var N=le[Z]=W[Z],D=w(W),L=0,U;D.length>L;)(U=D[L++])in le||f(le,U,W[U]);N.constructor=le}R&&b(ye)!==Ee&&R(ye,Ee);var K=new de(new le(2)),j=ye.setInt8;K.setInt8(0,2147483648),K.setInt8(1,2147483649),(K.getInt8(0)||!K.getInt8(1))&&h(ye,{setInt8:function(J,q){j.call(this,J,q<<24>>24)},setUint8:function(J,q){j.call(this,J,q<<24>>24)}},{unsafe:!0})}$(le,H),$(de,Y),s.exports={ArrayBuffer:le,DataView:de}},1048:function(s,l,a){var c=a(7908),u=a(1400),d=a(7466),f=Math.min;s.exports=[].copyWithin||function(p,g){var y=c(this),S=d(y.length),k=u(p,S),C=u(g,S),b=arguments.length>2?arguments[2]:void 0,R=f((b===void 0?S:u(b,S))-C,S-k),w=1;for(C<k&&k<C+R&&(w=-1,C+=R-1,k+=R-1);R-- >0;)C in y?y[k]=y[C]:delete y[k],k+=w,C+=w;return y}},1285:function(s,l,a){var c=a(7908),u=a(1400),d=a(7466);s.exports=function(h){for(var p=c(this),g=d(p.length),y=arguments.length,S=u(y>1?arguments[1]:void 0,g),k=y>2?arguments[2]:void 0,C=k===void 0?g:u(k,g);C>S;)p[S++]=h;return p}},8533:function(s,l,a){var c=a(2092).forEach,u=a(9341),d=u("forEach");s.exports=d?[].forEach:function(h){return c(this,h,arguments.length>1?arguments[1]:void 0)}},8457:function(s,l,a){var c=a(9974),u=a(7908),d=a(3411),f=a(7659),h=a(7466),p=a(6135),g=a(1246);s.exports=function(S){var k=u(S),C=typeof this=="function"?this:Array,b=arguments.length,R=b>1?arguments[1]:void 0,w=R!==void 0,F=g(k),z=0,$,V,B,P,H,Y;if(w&&(R=c(R,b>2?arguments[2]:void 0,2)),F!=null&&!(C==Array&&f(F)))for(P=F.call(k),H=P.next,V=new C;!(B=H.call(P)).done;z++)Y=w?d(P,R,[B.value,z],!0):B.value,p(V,z,Y);else for($=h(k.length),V=new C($);$>z;z++)Y=w?R(k[z],z):k[z],p(V,z,Y);return V.length=z,V}},1318:function(s,l,a){var c=a(5656),u=a(7466),d=a(1400),f=function(h){return function(p,g,y){var S=c(p),k=u(S.length),C=d(y,k),b;if(h&&g!=g){for(;k>C;)if(b=S[C++],b!=b)return!0}else for(;k>C;C++)if((h||C in S)&&S[C]===g)return h||C||0;return!h&&-1}};s.exports={includes:f(!0),indexOf:f(!1)}},2092:function(s,l,a){var c=a(9974),u=a(8361),d=a(7908),f=a(7466),h=a(5417),p=[].push,g=function(y){var S=y==1,k=y==2,C=y==3,b=y==4,R=y==6,w=y==7,F=y==5||R;return function(z,$,V,B){for(var P=d(z),H=u(P),Y=c($,V,3),Z=f(H.length),Q=0,re=B||h,W=S?re(z,Z):k||w?re(z,0):void 0,le,de;Z>Q;Q++)if((F||Q in H)&&(le=H[Q],de=Y(le,Q,P),y))if(S)W[Q]=de;else if(de)switch(y){case 3:return!0;case 5:return le;case 6:return Q;case 2:p.call(W,le)}else switch(y){case 4:return!1;case 7:p.call(W,le)}return R?-1:C||b?b:W}};s.exports={forEach:g(0),map:g(1),filter:g(2),some:g(3),every:g(4),find:g(5),findIndex:g(6),filterOut:g(7)}},6583:function(s,l,a){var c=a(5656),u=a(9958),d=a(7466),f=a(9341),h=Math.min,p=[].lastIndexOf,g=!!p&&1/[1].lastIndexOf(1,-0)<0,y=f("lastIndexOf"),S=g||!y;s.exports=S?function(C){if(g)return p.apply(this,arguments)||0;var b=c(this),R=d(b.length),w=R-1;for(arguments.length>1&&(w=h(w,u(arguments[1]))),w<0&&(w=R+w);w>=0;w--)if(w in b&&b[w]===C)return w||0;return-1}:p},1194:function(s,l,a){var c=a(7293),u=a(5112),d=a(7392),f=u("species");s.exports=function(h){return d>=51||!c(function(){var p=[],g=p.constructor={};return g[f]=function(){return{foo:1}},p[h](Boolean).foo!==1})}},9341:function(s,l,a){var c=a(7293);s.exports=function(u,d){var f=[][u];return!!f&&c(function(){f.call(null,d||function(){throw 1},1)})}},3671:function(s,l,a){var c=a(3099),u=a(7908),d=a(8361),f=a(7466),h=function(p){return function(g,y,S,k){c(y);var C=u(g),b=d(C),R=f(C.length),w=p?R-1:0,F=p?-1:1;if(S<2)for(;;){if(w in b){k=b[w],w+=F;break}if(w+=F,p?w<0:R<=w)throw TypeError("Reduce of empty array with no initial value")}for(;p?w>=0:R>w;w+=F)w in b&&(k=y(k,b[w],w,C));return k}};s.exports={left:h(!1),right:h(!0)}},5417:function(s,l,a){var c=a(111),u=a(3157),d=a(5112),f=d("species");s.exports=function(h,p){var g;return u(h)&&(g=h.constructor,typeof g=="function"&&(g===Array||u(g.prototype))?g=void 0:c(g)&&(g=g[f],g===null&&(g=void 0))),new(g===void 0?Array:g)(p===0?0:p)}},3411:function(s,l,a){var c=a(9670),u=a(9212);s.exports=function(d,f,h,p){try{return p?f(c(h)[0],h[1]):f(h)}catch(g){throw u(d),g}}},7072:function(s,l,a){var c=a(5112),u=c("iterator"),d=!1;try{var f=0,h={next:function(){return{done:!!f++}},return:function(){d=!0}};h[u]=function(){return this},Array.from(h,function(){throw 2})}catch{}s.exports=function(p,g){if(!g&&!d)return!1;var y=!1;try{var S={};S[u]=function(){return{next:function(){return{done:y=!0}}}},p(S)}catch{}return y}},4326:function(s){var l={}.toString;s.exports=function(a){return l.call(a).slice(8,-1)}},648:function(s,l,a){var c=a(1694),u=a(4326),d=a(5112),f=d("toStringTag"),h=u(function(){return arguments}())=="Arguments",p=function(g,y){try{return g[y]}catch{}};s.exports=c?u:function(g){var y,S,k;return g===void 0?"Undefined":g===null?"Null":typeof(S=p(y=Object(g),f))=="string"?S:h?u(y):(k=u(y))=="Object"&&typeof y.callee=="function"?"Arguments":k}},9920:function(s,l,a){var c=a(6656),u=a(3887),d=a(1236),f=a(3070);s.exports=function(h,p){for(var g=u(p),y=f.f,S=d.f,k=0;k<g.length;k++){var C=g[k];c(h,C)||y(h,C,S(p,C))}}},8544:function(s,l,a){var c=a(7293);s.exports=!c(function(){function u(){}return u.prototype.constructor=null,Object.getPrototypeOf(new u)!==u.prototype})},4994:function(s,l,a){var c=a(3383).IteratorPrototype,u=a(30),d=a(9114),f=a(8003),h=a(7497),p=function(){return this};s.exports=function(g,y,S){var k=y+" Iterator";return g.prototype=u(c,{next:d(1,S)}),f(g,k,!1,!0),h[k]=p,g}},8880:function(s,l,a){var c=a(9781),u=a(3070),d=a(9114);s.exports=c?function(f,h,p){return u.f(f,h,d(1,p))}:function(f,h,p){return f[h]=p,f}},9114:function(s){s.exports=function(l,a){return{enumerable:!(l&1),configurable:!(l&2),writable:!(l&4),value:a}}},6135:function(s,l,a){var c=a(7593),u=a(3070),d=a(9114);s.exports=function(f,h,p){var g=c(h);g in f?u.f(f,g,d(0,p)):f[g]=p}},654:function(s,l,a){var c=a(2109),u=a(4994),d=a(9518),f=a(7674),h=a(8003),p=a(8880),g=a(1320),y=a(5112),S=a(1913),k=a(7497),C=a(3383),b=C.IteratorPrototype,R=C.BUGGY_SAFARI_ITERATORS,w=y("iterator"),F="keys",z="values",$="entries",V=function(){return this};s.exports=function(B,P,H,Y,Z,Q,re){u(H,P,Y);var W=function(A){if(A===Z&&be)return be;if(!R&&A in ye)return ye[A];switch(A){case F:return function(){return new H(this,A)};case z:return function(){return new H(this,A)};case $:return function(){return new H(this,A)}}return function(){return new H(this)}},le=P+" Iterator",de=!1,ye=B.prototype,Ee=ye[w]||ye["@@iterator"]||Z&&ye[Z],be=!R&&Ee||W(Z),Te=P=="Array"&&ye.entries||Ee,Ce,Ae,ge;if(Te&&(Ce=d(Te.call(new B)),b!==Object.prototype&&Ce.next&&(!S&&d(Ce)!==b&&(f?f(Ce,b):typeof Ce[w]!="function"&&p(Ce,w,V)),h(Ce,le,!0,!0),S&&(k[le]=V))),Z==z&&Ee&&Ee.name!==z&&(de=!0,be=function(){return Ee.call(this)}),(!S||re)&&ye[w]!==be&&p(ye,w,be),k[P]=be,Z)if(Ae={values:W(z),keys:Q?be:W(F),entries:W($)},re)for(ge in Ae)(R||de||!(ge in ye))&&g(ye,ge,Ae[ge]);else c({target:P,proto:!0,forced:R||de},Ae);return Ae}},9781:function(s,l,a){var c=a(7293);s.exports=!c(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},317:function(s,l,a){var c=a(7854),u=a(111),d=c.document,f=u(d)&&u(d.createElement);s.exports=function(h){return f?d.createElement(h):{}}},8324:function(s){s.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8113:function(s,l,a){var c=a(5005);s.exports=c("navigator","userAgent")||""},7392:function(s,l,a){var c=a(7854),u=a(8113),d=c.process,f=d&&d.versions,h=f&&f.v8,p,g;h?(p=h.split("."),g=p[0]+p[1]):u&&(p=u.match(/Edge\/(\d+)/),(!p||p[1]>=74)&&(p=u.match(/Chrome\/(\d+)/),p&&(g=p[1]))),s.exports=g&&+g},748:function(s){s.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(s,l,a){var c=a(7854),u=a(1236).f,d=a(8880),f=a(1320),h=a(3505),p=a(9920),g=a(4705);s.exports=function(y,S){var k=y.target,C=y.global,b=y.stat,R,w,F,z,$,V;if(C?w=c:b?w=c[k]||h(k,{}):w=(c[k]||{}).prototype,w)for(F in S){if($=S[F],y.noTargetGet?(V=u(w,F),z=V&&V.value):z=w[F],R=g(C?F:k+(b?".":"#")+F,y.forced),!R&&z!==void 0){if(typeof $==typeof z)continue;p($,z)}(y.sham||z&&z.sham)&&d($,"sham",!0),f(w,F,$,y)}}},7293:function(s){s.exports=function(l){try{return!!l()}catch{return!0}}},7007:function(s,l,a){a(4916);var c=a(1320),u=a(7293),d=a(5112),f=a(2261),h=a(8880),p=d("species"),g=!u(function(){var b=/./;return b.exec=function(){var R=[];return R.groups={a:"7"},R},"".replace(b,"$<a>")!=="7"}),y=function(){return"a".replace(/./,"$0")==="$0"}(),S=d("replace"),k=function(){return/./[S]?/./[S]("a","$0")==="":!1}(),C=!u(function(){var b=/(?:)/,R=b.exec;b.exec=function(){return R.apply(this,arguments)};var w="ab".split(b);return w.length!==2||w[0]!=="a"||w[1]!=="b"});s.exports=function(b,R,w,F){var z=d(b),$=!u(function(){var Z={};return Z[z]=function(){return 7},""[b](Z)!=7}),V=$&&!u(function(){var Z=!1,Q=/a/;return b==="split"&&(Q={},Q.constructor={},Q.constructor[p]=function(){return Q},Q.flags="",Q[z]=/./[z]),Q.exec=function(){return Z=!0,null},Q[z](""),!Z});if(!$||!V||b==="replace"&&!(g&&y&&!k)||b==="split"&&!C){var B=/./[z],P=w(z,""[b],function(Z,Q,re,W,le){return Q.exec===f?$&&!le?{done:!0,value:B.call(Q,re,W)}:{done:!0,value:Z.call(re,Q,W)}:{done:!1}},{REPLACE_KEEPS_$0:y,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:k}),H=P[0],Y=P[1];c(String.prototype,b,H),c(RegExp.prototype,z,R==2?function(Z,Q){return Y.call(Z,this,Q)}:function(Z){return Y.call(Z,this)})}F&&h(RegExp.prototype[z],"sham",!0)}},9974:function(s,l,a){var c=a(3099);s.exports=function(u,d,f){if(c(u),d===void 0)return u;switch(f){case 0:return function(){return u.call(d)};case 1:return function(h){return u.call(d,h)};case 2:return function(h,p){return u.call(d,h,p)};case 3:return function(h,p,g){return u.call(d,h,p,g)}}return function(){return u.apply(d,arguments)}}},5005:function(s,l,a){var c=a(857),u=a(7854),d=function(f){return typeof f=="function"?f:void 0};s.exports=function(f,h){return arguments.length<2?d(c[f])||d(u[f]):c[f]&&c[f][h]||u[f]&&u[f][h]}},1246:function(s,l,a){var c=a(648),u=a(7497),d=a(5112),f=d("iterator");s.exports=function(h){if(h!=null)return h[f]||h["@@iterator"]||u[c(h)]}},8554:function(s,l,a){var c=a(9670),u=a(1246);s.exports=function(d){var f=u(d);if(typeof f!="function")throw TypeError(String(d)+" is not iterable");return c(f.call(d))}},647:function(s,l,a){var c=a(7908),u=Math.floor,d="".replace,f=/\$([$&'`]|\d\d?|<[^>]*>)/g,h=/\$([$&'`]|\d\d?)/g;s.exports=function(p,g,y,S,k,C){var b=y+p.length,R=S.length,w=h;return k!==void 0&&(k=c(k),w=f),d.call(C,w,function(F,z){var $;switch(z.charAt(0)){case"$":return"$";case"&":return p;case"`":return g.slice(0,y);case"'":return g.slice(b);case"<":$=k[z.slice(1,-1)];break;default:var V=+z;if(V===0)return F;if(V>R){var B=u(V/10);return B===0?F:B<=R?S[B-1]===void 0?z.charAt(1):S[B-1]+z.charAt(1):F}$=S[V-1]}return $===void 0?"":$})}},7854:function(s,l,a){var c=function(u){return u&&u.Math==Math&&u};s.exports=c(typeof globalThis=="object"&&globalThis)||c(typeof window=="object"&&window)||c(typeof self=="object"&&self)||c(typeof a.g=="object"&&a.g)||function(){return this}()||Function("return this")()},6656:function(s){var l={}.hasOwnProperty;s.exports=function(a,c){return l.call(a,c)}},3501:function(s){s.exports={}},490:function(s,l,a){var c=a(5005);s.exports=c("document","documentElement")},4664:function(s,l,a){var c=a(9781),u=a(7293),d=a(317);s.exports=!c&&!u(function(){return Object.defineProperty(d("div"),"a",{get:function(){return 7}}).a!=7})},1179:function(s){var l=Math.abs,a=Math.pow,c=Math.floor,u=Math.log,d=Math.LN2,f=function(p,g,y){var S=new Array(y),k=y*8-g-1,C=(1<<k)-1,b=C>>1,R=g===23?a(2,-24)-a(2,-77):0,w=p<0||p===0&&1/p<0?1:0,F=0,z,$,V;for(p=l(p),p!=p||p===1/0?($=p!=p?1:0,z=C):(z=c(u(p)/d),p*(V=a(2,-z))<1&&(z--,V*=2),z+b>=1?p+=R/V:p+=R*a(2,1-b),p*V>=2&&(z++,V/=2),z+b>=C?($=0,z=C):z+b>=1?($=(p*V-1)*a(2,g),z=z+b):($=p*a(2,b-1)*a(2,g),z=0));g>=8;S[F++]=$&255,$/=256,g-=8);for(z=z<<g|$,k+=g;k>0;S[F++]=z&255,z/=256,k-=8);return S[--F]|=w*128,S},h=function(p,g){var y=p.length,S=y*8-g-1,k=(1<<S)-1,C=k>>1,b=S-7,R=y-1,w=p[R--],F=w&127,z;for(w>>=7;b>0;F=F*256+p[R],R--,b-=8);for(z=F&(1<<-b)-1,F>>=-b,b+=g;b>0;z=z*256+p[R],R--,b-=8);if(F===0)F=1-C;else{if(F===k)return z?NaN:w?-1/0:1/0;z=z+a(2,g),F=F-C}return(w?-1:1)*z*a(2,F-g)};s.exports={pack:f,unpack:h}},8361:function(s,l,a){var c=a(7293),u=a(4326),d="".split;s.exports=c(function(){return!Object("z").propertyIsEnumerable(0)})?function(f){return u(f)=="String"?d.call(f,""):Object(f)}:Object},9587:function(s,l,a){var c=a(111),u=a(7674);s.exports=function(d,f,h){var p,g;return u&&typeof(p=f.constructor)=="function"&&p!==h&&c(g=p.prototype)&&g!==h.prototype&&u(d,g),d}},2788:function(s,l,a){var c=a(5465),u=Function.toString;typeof c.inspectSource!="function"&&(c.inspectSource=function(d){return u.call(d)}),s.exports=c.inspectSource},9909:function(s,l,a){var c=a(8536),u=a(7854),d=a(111),f=a(8880),h=a(6656),p=a(5465),g=a(6200),y=a(3501),S=u.WeakMap,k,C,b,R=function(P){return b(P)?C(P):k(P,{})},w=function(P){return function(H){var Y;if(!d(H)||(Y=C(H)).type!==P)throw TypeError("Incompatible receiver, "+P+" required");return Y}};if(c){var F=p.state||(p.state=new S),z=F.get,$=F.has,V=F.set;k=function(P,H){return H.facade=P,V.call(F,P,H),H},C=function(P){return z.call(F,P)||{}},b=function(P){return $.call(F,P)}}else{var B=g("state");y[B]=!0,k=function(P,H){return H.facade=P,f(P,B,H),H},C=function(P){return h(P,B)?P[B]:{}},b=function(P){return h(P,B)}}s.exports={set:k,get:C,has:b,enforce:R,getterFor:w}},7659:function(s,l,a){var c=a(5112),u=a(7497),d=c("iterator"),f=Array.prototype;s.exports=function(h){return h!==void 0&&(u.Array===h||f[d]===h)}},3157:function(s,l,a){var c=a(4326);s.exports=Array.isArray||function(d){return c(d)=="Array"}},4705:function(s,l,a){var c=a(7293),u=/#|\.prototype\./,d=function(y,S){var k=h[f(y)];return k==g?!0:k==p?!1:typeof S=="function"?c(S):!!S},f=d.normalize=function(y){return String(y).replace(u,".").toLowerCase()},h=d.data={},p=d.NATIVE="N",g=d.POLYFILL="P";s.exports=d},111:function(s){s.exports=function(l){return typeof l=="object"?l!==null:typeof l=="function"}},1913:function(s){s.exports=!1},7850:function(s,l,a){var c=a(111),u=a(4326),d=a(5112),f=d("match");s.exports=function(h){var p;return c(h)&&((p=h[f])!==void 0?!!p:u(h)=="RegExp")}},9212:function(s,l,a){var c=a(9670);s.exports=function(u){var d=u.return;if(d!==void 0)return c(d.call(u)).value}},3383:function(s,l,a){var c=a(7293),u=a(9518),d=a(8880),f=a(6656),h=a(5112),p=a(1913),g=h("iterator"),y=!1,S=function(){return this},k,C,b;[].keys&&(b=[].keys(),"next"in b?(C=u(u(b)),C!==Object.prototype&&(k=C)):y=!0);var R=k==null||c(function(){var w={};return k[g].call(w)!==w});R&&(k={}),(!p||R)&&!f(k,g)&&d(k,g,S),s.exports={IteratorPrototype:k,BUGGY_SAFARI_ITERATORS:y}},7497:function(s){s.exports={}},133:function(s,l,a){var c=a(7293);s.exports=!!Object.getOwnPropertySymbols&&!c(function(){return!String(Symbol())})},590:function(s,l,a){var c=a(7293),u=a(5112),d=a(1913),f=u("iterator");s.exports=!c(function(){var h=new URL("b?a=1&b=2&c=3","http://a"),p=h.searchParams,g="";return h.pathname="c%20d",p.forEach(function(y,S){p.delete("b"),g+=S+y}),d&&!h.toJSON||!p.sort||h.href!=="http://a/c%20d?a=1&c=3"||p.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!p[f]||new URL("https://a@b").username!=="a"||new URLSearchParams(new URLSearchParams("a=b")).get("a")!=="b"||new URL("http://тест").host!=="xn--e1aybc"||new URL("http://a#б").hash!=="#%D0%B1"||g!=="a1c3"||new URL("http://x",void 0).host!=="x"})},8536:function(s,l,a){var c=a(7854),u=a(2788),d=c.WeakMap;s.exports=typeof d=="function"&&/native code/.test(u(d))},1574:function(s,l,a){var c=a(9781),u=a(7293),d=a(1956),f=a(5181),h=a(5296),p=a(7908),g=a(8361),y=Object.assign,S=Object.defineProperty;s.exports=!y||u(function(){if(c&&y({b:1},y(S({},"a",{enumerable:!0,get:function(){S(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var k={},C={},b=Symbol(),R="abcdefghijklmnopqrst";return k[b]=7,R.split("").forEach(function(w){C[w]=w}),y({},k)[b]!=7||d(y({},C)).join("")!=R})?function(C,b){for(var R=p(C),w=arguments.length,F=1,z=f.f,$=h.f;w>F;)for(var V=g(arguments[F++]),B=z?d(V).concat(z(V)):d(V),P=B.length,H=0,Y;P>H;)Y=B[H++],(!c||$.call(V,Y))&&(R[Y]=V[Y]);return R}:y},30:function(s,l,a){var c=a(9670),u=a(6048),d=a(748),f=a(3501),h=a(490),p=a(317),g=a(6200),y=">",S="<",k="prototype",C="script",b=g("IE_PROTO"),R=function(){},w=function(B){return S+C+y+B+S+"/"+C+y},F=function(B){B.write(w("")),B.close();var P=B.parentWindow.Object;return B=null,P},z=function(){var B=p("iframe"),P="java"+C+":",H;return B.style.display="none",h.appendChild(B),B.src=String(P),H=B.contentWindow.document,H.open(),H.write(w("document.F=Object")),H.close(),H.F},$,V=function(){try{$=document.domain&&new ActiveXObject("htmlfile")}catch{}V=$?F($):z();for(var B=d.length;B--;)delete V[k][d[B]];return V()};f[b]=!0,s.exports=Object.create||function(P,H){var Y;return P!==null?(R[k]=c(P),Y=new R,R[k]=null,Y[b]=P):Y=V(),H===void 0?Y:u(Y,H)}},6048:function(s,l,a){var c=a(9781),u=a(3070),d=a(9670),f=a(1956);s.exports=c?Object.defineProperties:function(p,g){d(p);for(var y=f(g),S=y.length,k=0,C;S>k;)u.f(p,C=y[k++],g[C]);return p}},3070:function(s,l,a){var c=a(9781),u=a(4664),d=a(9670),f=a(7593),h=Object.defineProperty;l.f=c?h:function(g,y,S){if(d(g),y=f(y,!0),d(S),u)try{return h(g,y,S)}catch{}if("get"in S||"set"in S)throw TypeError("Accessors not supported");return"value"in S&&(g[y]=S.value),g}},1236:function(s,l,a){var c=a(9781),u=a(5296),d=a(9114),f=a(5656),h=a(7593),p=a(6656),g=a(4664),y=Object.getOwnPropertyDescriptor;l.f=c?y:function(k,C){if(k=f(k),C=h(C,!0),g)try{return y(k,C)}catch{}if(p(k,C))return d(!u.f.call(k,C),k[C])}},8006:function(s,l,a){var c=a(6324),u=a(748),d=u.concat("length","prototype");l.f=Object.getOwnPropertyNames||function(h){return c(h,d)}},5181:function(s,l){l.f=Object.getOwnPropertySymbols},9518:function(s,l,a){var c=a(6656),u=a(7908),d=a(6200),f=a(8544),h=d("IE_PROTO"),p=Object.prototype;s.exports=f?Object.getPrototypeOf:function(g){return g=u(g),c(g,h)?g[h]:typeof g.constructor=="function"&&g instanceof g.constructor?g.constructor.prototype:g instanceof Object?p:null}},6324:function(s,l,a){var c=a(6656),u=a(5656),d=a(1318).indexOf,f=a(3501);s.exports=function(h,p){var g=u(h),y=0,S=[],k;for(k in g)!c(f,k)&&c(g,k)&&S.push(k);for(;p.length>y;)c(g,k=p[y++])&&(~d(S,k)||S.push(k));return S}},1956:function(s,l,a){var c=a(6324),u=a(748);s.exports=Object.keys||function(f){return c(f,u)}},5296:function(s,l){var a={}.propertyIsEnumerable,c=Object.getOwnPropertyDescriptor,u=c&&!a.call({1:2},1);l.f=u?function(f){var h=c(this,f);return!!h&&h.enumerable}:a},7674:function(s,l,a){var c=a(9670),u=a(6077);s.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var d=!1,f={},h;try{h=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,h.call(f,[]),d=f instanceof Array}catch{}return function(g,y){return c(g),u(y),d?h.call(g,y):g.__proto__=y,g}}():void 0)},288:function(s,l,a){var c=a(1694),u=a(648);s.exports=c?{}.toString:function(){return"[object "+u(this)+"]"}},3887:function(s,l,a){var c=a(5005),u=a(8006),d=a(5181),f=a(9670);s.exports=c("Reflect","ownKeys")||function(p){var g=u.f(f(p)),y=d.f;return y?g.concat(y(p)):g}},857:function(s,l,a){var c=a(7854);s.exports=c},2248:function(s,l,a){var c=a(1320);s.exports=function(u,d,f){for(var h in d)c(u,h,d[h],f);return u}},1320:function(s,l,a){var c=a(7854),u=a(8880),d=a(6656),f=a(3505),h=a(2788),p=a(9909),g=p.get,y=p.enforce,S=String(String).split("String");(s.exports=function(k,C,b,R){var w=R?!!R.unsafe:!1,F=R?!!R.enumerable:!1,z=R?!!R.noTargetGet:!1,$;if(typeof b=="function"&&(typeof C=="string"&&!d(b,"name")&&u(b,"name",C),$=y(b),$.source||($.source=S.join(typeof C=="string"?C:""))),k===c){F?k[C]=b:f(C,b);return}else w?!z&&k[C]&&(F=!0):delete k[C];F?k[C]=b:u(k,C,b)})(Function.prototype,"toString",function(){return typeof this=="function"&&g(this).source||h(this)})},7651:function(s,l,a){var c=a(4326),u=a(2261);s.exports=function(d,f){var h=d.exec;if(typeof h=="function"){var p=h.call(d,f);if(typeof p!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return p}if(c(d)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return u.call(d,f)}},2261:function(s,l,a){var c=a(7066),u=a(2999),d=RegExp.prototype.exec,f=String.prototype.replace,h=d,p=function(){var k=/a/,C=/b*/g;return d.call(k,"a"),d.call(C,"a"),k.lastIndex!==0||C.lastIndex!==0}(),g=u.UNSUPPORTED_Y||u.BROKEN_CARET,y=/()??/.exec("")[1]!==void 0,S=p||y||g;S&&(h=function(C){var b=this,R,w,F,z,$=g&&b.sticky,V=c.call(b),B=b.source,P=0,H=C;return $&&(V=V.replace("y",""),V.indexOf("g")===-1&&(V+="g"),H=String(C).slice(b.lastIndex),b.lastIndex>0&&(!b.multiline||b.multiline&&C[b.lastIndex-1]!==`
|
|
5
|
-
`)&&(
|
|
6
|
-
\v\f\r \u2028\u2029\uFEFF`},8264:function(s,l,a){var c=a(2109),u=a(7854),d=a(3331),f=a(6340),h="ArrayBuffer",p=d[h],g=u[h];c({global:!0,forced:g!==p},{ArrayBuffer:p}),f(h)},2222:function(s,l,a){var c=a(2109),u=a(7293),d=a(3157),f=a(111),h=a(7908),p=a(7466),g=a(6135),y=a(5417),S=a(1194),k=a(5112),C=a(7392),b=k("isConcatSpreadable"),R=9007199254740991,w="Maximum allowed index exceeded",F=C>=51||!u(function(){var B=[];return B[b]=!1,B.concat()[0]!==B}),z=S("concat"),$=function(B){if(!f(B))return!1;var P=B[b];return P!==void 0?!!P:d(B)},V=!F||!z;c({target:"Array",proto:!0,forced:V},{concat:function(P){var H=h(this),Y=y(H,0),Z=0,Q,re,W,le,de;for(Q=-1,W=arguments.length;Q<W;Q++)if(de=Q===-1?H:arguments[Q],$(de)){if(le=p(de.length),Z+le>R)throw TypeError(w);for(re=0;re<le;re++,Z++)re in de&&g(Y,Z,de[re])}else{if(Z>=R)throw TypeError(w);g(Y,Z++,de)}return Y.length=Z,Y}})},7327:function(s,l,a){var c=a(2109),u=a(2092).filter,d=a(1194),f=d("filter");c({target:"Array",proto:!0,forced:!f},{filter:function(p){return u(this,p,arguments.length>1?arguments[1]:void 0)}})},2772:function(s,l,a){var c=a(2109),u=a(1318).indexOf,d=a(9341),f=[].indexOf,h=!!f&&1/[1].indexOf(1,-0)<0,p=d("indexOf");c({target:"Array",proto:!0,forced:h||!p},{indexOf:function(y){return h?f.apply(this,arguments)||0:u(this,y,arguments.length>1?arguments[1]:void 0)}})},6992:function(s,l,a){var c=a(5656),u=a(1223),d=a(7497),f=a(9909),h=a(654),p="Array Iterator",g=f.set,y=f.getterFor(p);s.exports=h(Array,"Array",function(S,k){g(this,{type:p,target:c(S),index:0,kind:k})},function(){var S=y(this),k=S.target,C=S.kind,b=S.index++;return!k||b>=k.length?(S.target=void 0,{value:void 0,done:!0}):C=="keys"?{value:b,done:!1}:C=="values"?{value:k[b],done:!1}:{value:[b,k[b]],done:!1}},"values"),d.Arguments=d.Array,u("keys"),u("values"),u("entries")},1249:function(s,l,a){var c=a(2109),u=a(2092).map,d=a(1194),f=d("map");c({target:"Array",proto:!0,forced:!f},{map:function(p){return u(this,p,arguments.length>1?arguments[1]:void 0)}})},7042:function(s,l,a){var c=a(2109),u=a(111),d=a(3157),f=a(1400),h=a(7466),p=a(5656),g=a(6135),y=a(5112),S=a(1194),k=S("slice"),C=y("species"),b=[].slice,R=Math.max;c({target:"Array",proto:!0,forced:!k},{slice:function(F,z){var $=p(this),V=h($.length),B=f(F,V),P=f(z===void 0?V:z,V),H,Y,Z;if(d($)&&(H=$.constructor,typeof H=="function"&&(H===Array||d(H.prototype))?H=void 0:u(H)&&(H=H[C],H===null&&(H=void 0)),H===Array||H===void 0))return b.call($,B,P);for(Y=new(H===void 0?Array:H)(R(P-B,0)),Z=0;B<P;B++,Z++)B in $&&g(Y,Z,$[B]);return Y.length=Z,Y}})},561:function(s,l,a){var c=a(2109),u=a(1400),d=a(9958),f=a(7466),h=a(7908),p=a(5417),g=a(6135),y=a(1194),S=y("splice"),k=Math.max,C=Math.min,b=9007199254740991,R="Maximum allowed length exceeded";c({target:"Array",proto:!0,forced:!S},{splice:function(F,z){var $=h(this),V=f($.length),B=u(F,V),P=arguments.length,H,Y,Z,Q,re,W;if(P===0?H=Y=0:P===1?(H=0,Y=V-B):(H=P-2,Y=C(k(d(z),0),V-B)),V+H-Y>b)throw TypeError(R);for(Z=p($,Y),Q=0;Q<Y;Q++)re=B+Q,re in $&&g(Z,Q,$[re]);if(Z.length=Y,H<Y){for(Q=B;Q<V-Y;Q++)re=Q+Y,W=Q+H,re in $?$[W]=$[re]:delete $[W];for(Q=V;Q>V-Y+H;Q--)delete $[Q-1]}else if(H>Y)for(Q=V-Y;Q>B;Q--)re=Q+Y-1,W=Q+H-1,re in $?$[W]=$[re]:delete $[W];for(Q=0;Q<H;Q++)$[Q+B]=arguments[Q+2];return $.length=V-Y+H,Z}})},8309:function(s,l,a){var c=a(9781),u=a(3070).f,d=Function.prototype,f=d.toString,h=/^\s*function ([^ (]*)/,p="name";c&&!(p in d)&&u(d,p,{configurable:!0,get:function(){try{return f.call(this).match(h)[1]}catch{return""}}})},489:function(s,l,a){var c=a(2109),u=a(7293),d=a(7908),f=a(9518),h=a(8544),p=u(function(){f(1)});c({target:"Object",stat:!0,forced:p,sham:!h},{getPrototypeOf:function(y){return f(d(y))}})},1539:function(s,l,a){var c=a(1694),u=a(1320),d=a(288);c||u(Object.prototype,"toString",d,{unsafe:!0})},4916:function(s,l,a){var c=a(2109),u=a(2261);c({target:"RegExp",proto:!0,forced:/./.exec!==u},{exec:u})},9714:function(s,l,a){var c=a(1320),u=a(9670),d=a(7293),f=a(7066),h="toString",p=RegExp.prototype,g=p[h],y=d(function(){return g.call({source:"a",flags:"b"})!="/a/b"}),S=g.name!=h;(y||S)&&c(RegExp.prototype,h,function(){var C=u(this),b=String(C.source),R=C.flags,w=String(R===void 0&&C instanceof RegExp&&!("flags"in p)?f.call(C):R);return"/"+b+"/"+w},{unsafe:!0})},8783:function(s,l,a){var c=a(8710).charAt,u=a(9909),d=a(654),f="String Iterator",h=u.set,p=u.getterFor(f);d(String,"String",function(g){h(this,{type:f,string:String(g),index:0})},function(){var y=p(this),S=y.string,k=y.index,C;return k>=S.length?{value:void 0,done:!0}:(C=c(S,k),y.index+=C.length,{value:C,done:!1})})},4723:function(s,l,a){var c=a(7007),u=a(9670),d=a(7466),f=a(4488),h=a(1530),p=a(7651);c("match",1,function(g,y,S){return[function(C){var b=f(this),R=C==null?void 0:C[g];return R!==void 0?R.call(C,b):new RegExp(C)[g](String(b))},function(k){var C=S(y,k,this);if(C.done)return C.value;var b=u(k),R=String(this);if(!b.global)return p(b,R);var w=b.unicode;b.lastIndex=0;for(var F=[],z=0,$;($=p(b,R))!==null;){var V=String($[0]);F[z]=V,V===""&&(b.lastIndex=h(R,d(b.lastIndex),w)),z++}return z===0?null:F}]})},5306:function(s,l,a){var c=a(7007),u=a(9670),d=a(7466),f=a(9958),h=a(4488),p=a(1530),g=a(647),y=a(7651),S=Math.max,k=Math.min,C=function(b){return b===void 0?b:String(b)};c("replace",2,function(b,R,w,F){var z=F.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,$=F.REPLACE_KEEPS_$0,V=z?"$":"$0";return[function(P,H){var Y=h(this),Z=P==null?void 0:P[b];return Z!==void 0?Z.call(P,Y,H):R.call(String(Y),P,H)},function(B,P){if(!z&&$||typeof P=="string"&&P.indexOf(V)===-1){var H=w(R,B,this,P);if(H.done)return H.value}var Y=u(B),Z=String(this),Q=typeof P=="function";Q||(P=String(P));var re=Y.global;if(re){var W=Y.unicode;Y.lastIndex=0}for(var le=[];;){var de=y(Y,Z);if(de===null||(le.push(de),!re))break;var ye=String(de[0]);ye===""&&(Y.lastIndex=p(Z,d(Y.lastIndex),W))}for(var Ee="",be=0,Te=0;Te<le.length;Te++){de=le[Te];for(var Ce=String(de[0]),Ae=S(k(f(de.index),Z.length),0),ge=[],A=1;A<de.length;A++)ge.push(C(de[A]));var M=de.groups;if(Q){var E=[Ce].concat(ge,Ae,Z);M!==void 0&&E.push(M);var O=String(P.apply(void 0,E))}else O=g(Ce,Z,Ae,ge,M,P);Ae>=be&&(Ee+=Z.slice(be,Ae)+O,be=Ae+Ce.length)}return Ee+Z.slice(be)}]})},3123:function(s,l,a){var c=a(7007),u=a(7850),d=a(9670),f=a(4488),h=a(6707),p=a(1530),g=a(7466),y=a(7651),S=a(2261),k=a(7293),C=[].push,b=Math.min,R=4294967295,w=!k(function(){return!RegExp(R,"y")});c("split",2,function(F,z,$){var V;return"abbc".split(/(b)*/)[1]=="c"||"test".split(/(?:)/,-1).length!=4||"ab".split(/(?:ab)*/).length!=2||".".split(/(.?)(.?)/).length!=4||".".split(/()()/).length>1||"".split(/.?/).length?V=function(B,P){var H=String(f(this)),Y=P===void 0?R:P>>>0;if(Y===0)return[];if(B===void 0)return[H];if(!u(B))return z.call(H,B,Y);for(var Z=[],Q=(B.ignoreCase?"i":"")+(B.multiline?"m":"")+(B.unicode?"u":"")+(B.sticky?"y":""),re=0,W=new RegExp(B.source,Q+"g"),le,de,ye;(le=S.call(W,H))&&(de=W.lastIndex,!(de>re&&(Z.push(H.slice(re,le.index)),le.length>1&&le.index<H.length&&C.apply(Z,le.slice(1)),ye=le[0].length,re=de,Z.length>=Y)));)W.lastIndex===le.index&&W.lastIndex++;return re===H.length?(ye||!W.test(""))&&Z.push(""):Z.push(H.slice(re)),Z.length>Y?Z.slice(0,Y):Z}:"0".split(void 0,0).length?V=function(B,P){return B===void 0&&P===0?[]:z.call(this,B,P)}:V=z,[function(P,H){var Y=f(this),Z=P==null?void 0:P[F];return Z!==void 0?Z.call(P,Y,H):V.call(String(Y),P,H)},function(B,P){var H=$(V,B,this,P,V!==z);if(H.done)return H.value;var Y=d(B),Z=String(this),Q=h(Y,RegExp),re=Y.unicode,W=(Y.ignoreCase?"i":"")+(Y.multiline?"m":"")+(Y.unicode?"u":"")+(w?"y":"g"),le=new Q(w?Y:"^(?:"+Y.source+")",W),de=P===void 0?R:P>>>0;if(de===0)return[];if(Z.length===0)return y(le,Z)===null?[Z]:[];for(var ye=0,Ee=0,be=[];Ee<Z.length;){le.lastIndex=w?Ee:0;var Te=y(le,w?Z:Z.slice(Ee)),Ce;if(Te===null||(Ce=b(g(le.lastIndex+(w?0:Ee)),Z.length))===ye)Ee=p(Z,Ee,re);else{if(be.push(Z.slice(ye,Ee)),be.length===de)return be;for(var Ae=1;Ae<=Te.length-1;Ae++)if(be.push(Te[Ae]),be.length===de)return be;Ee=ye=Ce}}return be.push(Z.slice(ye)),be}]},!w)},3210:function(s,l,a){var c=a(2109),u=a(3111).trim,d=a(6091);c({target:"String",proto:!0,forced:d("trim")},{trim:function(){return u(this)}})},2990:function(s,l,a){var c=a(260),u=a(1048),d=c.aTypedArray,f=c.exportTypedArrayMethod;f("copyWithin",function(p,g){return u.call(d(this),p,g,arguments.length>2?arguments[2]:void 0)})},8927:function(s,l,a){var c=a(260),u=a(2092).every,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("every",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},3105:function(s,l,a){var c=a(260),u=a(1285),d=c.aTypedArray,f=c.exportTypedArrayMethod;f("fill",function(p){return u.apply(d(this),arguments)})},5035:function(s,l,a){var c=a(260),u=a(2092).filter,d=a(3074),f=c.aTypedArray,h=c.exportTypedArrayMethod;h("filter",function(g){var y=u(f(this),g,arguments.length>1?arguments[1]:void 0);return d(this,y)})},7174:function(s,l,a){var c=a(260),u=a(2092).findIndex,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("findIndex",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},4345:function(s,l,a){var c=a(260),u=a(2092).find,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("find",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},2846:function(s,l,a){var c=a(260),u=a(2092).forEach,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("forEach",function(p){u(d(this),p,arguments.length>1?arguments[1]:void 0)})},4731:function(s,l,a){var c=a(260),u=a(1318).includes,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("includes",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},7209:function(s,l,a){var c=a(260),u=a(1318).indexOf,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("indexOf",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},6319:function(s,l,a){var c=a(7854),u=a(260),d=a(6992),f=a(5112),h=f("iterator"),p=c.Uint8Array,g=d.values,y=d.keys,S=d.entries,k=u.aTypedArray,C=u.exportTypedArrayMethod,b=p&&p.prototype[h],R=!!b&&(b.name=="values"||b.name==null),w=function(){return g.call(k(this))};C("entries",function(){return S.call(k(this))}),C("keys",function(){return y.call(k(this))}),C("values",w,!R),C(h,w,!R)},8867:function(s,l,a){var c=a(260),u=c.aTypedArray,d=c.exportTypedArrayMethod,f=[].join;d("join",function(p){return f.apply(u(this),arguments)})},7789:function(s,l,a){var c=a(260),u=a(6583),d=c.aTypedArray,f=c.exportTypedArrayMethod;f("lastIndexOf",function(p){return u.apply(d(this),arguments)})},3739:function(s,l,a){var c=a(260),u=a(2092).map,d=a(6707),f=c.aTypedArray,h=c.aTypedArrayConstructor,p=c.exportTypedArrayMethod;p("map",function(y){return u(f(this),y,arguments.length>1?arguments[1]:void 0,function(S,k){return new(h(d(S,S.constructor)))(k)})})},4483:function(s,l,a){var c=a(260),u=a(3671).right,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("reduceRight",function(p){return u(d(this),p,arguments.length,arguments.length>1?arguments[1]:void 0)})},9368:function(s,l,a){var c=a(260),u=a(3671).left,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("reduce",function(p){return u(d(this),p,arguments.length,arguments.length>1?arguments[1]:void 0)})},2056:function(s,l,a){var c=a(260),u=c.aTypedArray,d=c.exportTypedArrayMethod,f=Math.floor;d("reverse",function(){for(var p=this,g=u(p).length,y=f(g/2),S=0,k;S<y;)k=p[S],p[S++]=p[--g],p[g]=k;return p})},3462:function(s,l,a){var c=a(260),u=a(7466),d=a(4590),f=a(7908),h=a(7293),p=c.aTypedArray,g=c.exportTypedArrayMethod,y=h(function(){new Int8Array(1).set({})});g("set",function(k){p(this);var C=d(arguments.length>1?arguments[1]:void 0,1),b=this.length,R=f(k),w=u(R.length),F=0;if(w+C>b)throw RangeError("Wrong length");for(;F<w;)this[C+F]=R[F++]},y)},678:function(s,l,a){var c=a(260),u=a(6707),d=a(7293),f=c.aTypedArray,h=c.aTypedArrayConstructor,p=c.exportTypedArrayMethod,g=[].slice,y=d(function(){new Int8Array(1).slice()});p("slice",function(k,C){for(var b=g.call(f(this),k,C),R=u(this,this.constructor),w=0,F=b.length,z=new(h(R))(F);F>w;)z[w]=b[w++];return z},y)},7462:function(s,l,a){var c=a(260),u=a(2092).some,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("some",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},3824:function(s,l,a){var c=a(260),u=c.aTypedArray,d=c.exportTypedArrayMethod,f=[].sort;d("sort",function(p){return f.call(u(this),p)})},5021:function(s,l,a){var c=a(260),u=a(7466),d=a(1400),f=a(6707),h=c.aTypedArray,p=c.exportTypedArrayMethod;p("subarray",function(y,S){var k=h(this),C=k.length,b=d(y,C);return new(f(k,k.constructor))(k.buffer,k.byteOffset+b*k.BYTES_PER_ELEMENT,u((S===void 0?C:d(S,C))-b))})},2974:function(s,l,a){var c=a(7854),u=a(260),d=a(7293),f=c.Int8Array,h=u.aTypedArray,p=u.exportTypedArrayMethod,g=[].toLocaleString,y=[].slice,S=!!f&&d(function(){g.call(new f(1))}),k=d(function(){return[1,2].toLocaleString()!=new f([1,2]).toLocaleString()})||!d(function(){f.prototype.toLocaleString.call([1,2])});p("toLocaleString",function(){return g.apply(S?y.call(h(this)):h(this),arguments)},k)},5016:function(s,l,a){var c=a(260).exportTypedArrayMethod,u=a(7293),d=a(7854),f=d.Uint8Array,h=f&&f.prototype||{},p=[].toString,g=[].join;u(function(){p.call({})})&&(p=function(){return g.call(this)});var y=h.toString!=p;c("toString",p,y)},2472:function(s,l,a){var c=a(9843);c("Uint8",function(u){return function(f,h,p){return u(this,f,h,p)}})},4747:function(s,l,a){var c=a(7854),u=a(8324),d=a(8533),f=a(8880);for(var h in u){var p=c[h],g=p&&p.prototype;if(g&&g.forEach!==d)try{f(g,"forEach",d)}catch{g.forEach=d}}},3948:function(s,l,a){var c=a(7854),u=a(8324),d=a(6992),f=a(8880),h=a(5112),p=h("iterator"),g=h("toStringTag"),y=d.values;for(var S in u){var k=c[S],C=k&&k.prototype;if(C){if(C[p]!==y)try{f(C,p,y)}catch{C[p]=y}if(C[g]||f(C,g,S),u[S]){for(var b in d)if(C[b]!==d[b])try{f(C,b,d[b])}catch{C[b]=d[b]}}}}},1637:function(s,l,a){a(6992);var c=a(2109),u=a(5005),d=a(590),f=a(1320),h=a(2248),p=a(8003),g=a(4994),y=a(9909),S=a(5787),k=a(6656),C=a(9974),b=a(648),R=a(9670),w=a(111),F=a(30),z=a(9114),$=a(8554),V=a(1246),B=a(5112),P=u("fetch"),H=u("Headers"),Y=B("iterator"),Z="URLSearchParams",Q=Z+"Iterator",re=y.set,W=y.getterFor(Z),le=y.getterFor(Q),de=/\+/g,ye=Array(4),Ee=function(N){return ye[N-1]||(ye[N-1]=RegExp("((?:%[\\da-f]{2}){"+N+"})","gi"))},be=function(N){try{return decodeURIComponent(N)}catch{return N}},Te=function(N){var D=N.replace(de," "),L=4;try{return decodeURIComponent(D)}catch{for(;L;)D=D.replace(Ee(L--),be);return D}},Ce=/[!'()~]|%20/g,Ae={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},ge=function(N){return Ae[N]},A=function(N){return encodeURIComponent(N).replace(Ce,ge)},M=function(N,D){if(D)for(var L=D.split("&"),U=0,K,j;U<L.length;)K=L[U++],K.length&&(j=K.split("="),N.push({key:Te(j.shift()),value:Te(j.join("="))}))},E=function(N){this.entries.length=0,M(this.entries,N)},O=function(N,D){if(N<D)throw TypeError("Not enough arguments")},v=g(function(D,L){re(this,{type:Q,iterator:$(W(D).entries),kind:L})},"Iterator",function(){var D=le(this),L=D.kind,U=D.iterator.next(),K=U.value;return U.done||(U.value=L==="keys"?K.key:L==="values"?K.value:[K.key,K.value]),U}),x=function(){S(this,x,Z);var D=arguments.length>0?arguments[0]:void 0,L=this,U=[],K,j,G,J,q,ce,me,Me,Fe;if(re(L,{type:Z,entries:U,updateURL:function(){},updateSearchParams:E}),D!==void 0)if(w(D))if(K=V(D),typeof K=="function")for(j=K.call(D),G=j.next;!(J=G.call(j)).done;){if(q=$(R(J.value)),ce=q.next,(me=ce.call(q)).done||(Me=ce.call(q)).done||!ce.call(q).done)throw TypeError("Expected sequence with length 2");U.push({key:me.value+"",value:Me.value+""})}else for(Fe in D)k(D,Fe)&&U.push({key:Fe,value:D[Fe]+""});else M(U,typeof D=="string"?D.charAt(0)==="?"?D.slice(1):D:D+"")},I=x.prototype;h(I,{append:function(D,L){O(arguments.length,2);var U=W(this);U.entries.push({key:D+"",value:L+""}),U.updateURL()},delete:function(N){O(arguments.length,1);for(var D=W(this),L=D.entries,U=N+"",K=0;K<L.length;)L[K].key===U?L.splice(K,1):K++;D.updateURL()},get:function(D){O(arguments.length,1);for(var L=W(this).entries,U=D+"",K=0;K<L.length;K++)if(L[K].key===U)return L[K].value;return null},getAll:function(D){O(arguments.length,1);for(var L=W(this).entries,U=D+"",K=[],j=0;j<L.length;j++)L[j].key===U&&K.push(L[j].value);return K},has:function(D){O(arguments.length,1);for(var L=W(this).entries,U=D+"",K=0;K<L.length;)if(L[K++].key===U)return!0;return!1},set:function(D,L){O(arguments.length,1);for(var U=W(this),K=U.entries,j=!1,G=D+"",J=L+"",q=0,ce;q<K.length;q++)ce=K[q],ce.key===G&&(j?K.splice(q--,1):(j=!0,ce.value=J));j||K.push({key:G,value:J}),U.updateURL()},sort:function(){var D=W(this),L=D.entries,U=L.slice(),K,j,G;for(L.length=0,G=0;G<U.length;G++){for(K=U[G],j=0;j<G;j++)if(L[j].key>K.key){L.splice(j,0,K);break}j===G&&L.push(K)}D.updateURL()},forEach:function(D){for(var L=W(this).entries,U=C(D,arguments.length>1?arguments[1]:void 0,3),K=0,j;K<L.length;)j=L[K++],U(j.value,j.key,this)},keys:function(){return new v(this,"keys")},values:function(){return new v(this,"values")},entries:function(){return new v(this,"entries")}},{enumerable:!0}),f(I,Y,I.entries),f(I,"toString",function(){for(var D=W(this).entries,L=[],U=0,K;U<D.length;)K=D[U++],L.push(A(K.key)+"="+A(K.value));return L.join("&")},{enumerable:!0}),p(x,Z),c({global:!0,forced:!d},{URLSearchParams:x}),!d&&typeof P=="function"&&typeof H=="function"&&c({global:!0,enumerable:!0,forced:!0},{fetch:function(D){var L=[D],U,K,j;return arguments.length>1&&(U=arguments[1],w(U)&&(K=U.body,b(K)===Z&&(j=U.headers?new H(U.headers):new H,j.has("content-type")||j.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),U=F(U,{body:z(0,String(K)),headers:z(0,j)}))),L.push(U)),P.apply(this,L)}}),s.exports={URLSearchParams:x,getState:W}},285:function(s,l,a){a(8783);var c=a(2109),u=a(9781),d=a(590),f=a(7854),h=a(6048),p=a(1320),g=a(5787),y=a(6656),S=a(1574),k=a(8457),C=a(8710).codeAt,b=a(3197),R=a(8003),w=a(1637),F=a(9909),z=f.URL,$=w.URLSearchParams,V=w.getState,B=F.set,P=F.getterFor("URL"),H=Math.floor,Y=Math.pow,Z="Invalid authority",Q="Invalid scheme",re="Invalid host",W="Invalid port",le=/[A-Za-z]/,de=/[\d+-.A-Za-z]/,ye=/\d/,Ee=/^(0x|0X)/,be=/^[0-7]+$/,Te=/^\d+$/,Ce=/^[\dA-Fa-f]+$/,Ae=/[\u0000\t\u000A\u000D #%/:?@[\\]]/,ge=/[\u0000\t\u000A\u000D #/:?@[\\]]/,A=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,M=/[\t\u000A\u000D]/g,E,O=function(T,ee){var _,te,ie;if(ee.charAt(0)=="["){if(ee.charAt(ee.length-1)!="]"||(_=x(ee.slice(1,-1)),!_))return re;T.host=_}else if(J(T)){if(ee=b(ee),Ae.test(ee)||(_=v(ee),_===null))return re;T.host=_}else{if(ge.test(ee))return re;for(_="",te=k(ee),ie=0;ie<te.length;ie++)_+=j(te[ie],D);T.host=_}},v=function(T){var ee=T.split("."),_,te,ie,we,he,Pe,$e;if(ee.length&&ee[ee.length-1]==""&&ee.pop(),_=ee.length,_>4)return T;for(te=[],ie=0;ie<_;ie++){if(we=ee[ie],we=="")return T;if(he=10,we.length>1&&we.charAt(0)=="0"&&(he=Ee.test(we)?16:8,we=we.slice(he==8?1:2)),we==="")Pe=0;else{if(!(he==10?Te:he==8?be:Ce).test(we))return T;Pe=parseInt(we,he)}te.push(Pe)}for(ie=0;ie<_;ie++)if(Pe=te[ie],ie==_-1){if(Pe>=Y(256,5-_))return null}else if(Pe>255)return null;for($e=te.pop(),ie=0;ie<te.length;ie++)$e+=te[ie]*Y(256,3-ie);return $e},x=function(T){var ee=[0,0,0,0,0,0,0,0],_=0,te=null,ie=0,we,he,Pe,$e,je,Pt,ne,Xe=function(){return T.charAt(ie)};if(Xe()==":"){if(T.charAt(1)!=":")return;ie+=2,_++,te=_}for(;Xe();){if(_==8)return;if(Xe()==":"){if(te!==null)return;ie++,_++,te=_;continue}for(we=he=0;he<4&&Ce.test(Xe());)we=we*16+parseInt(Xe(),16),ie++,he++;if(Xe()=="."){if(he==0||(ie-=he,_>6))return;for(Pe=0;Xe();){if($e=null,Pe>0)if(Xe()=="."&&Pe<4)ie++;else return;if(!ye.test(Xe()))return;for(;ye.test(Xe());){if(je=parseInt(Xe(),10),$e===null)$e=je;else{if($e==0)return;$e=$e*10+je}if($e>255)return;ie++}ee[_]=ee[_]*256+$e,Pe++,(Pe==2||Pe==4)&&_++}if(Pe!=4)return;break}else if(Xe()==":"){if(ie++,!Xe())return}else if(Xe())return;ee[_++]=we}if(te!==null)for(Pt=_-te,_=7;_!=0&&Pt>0;)ne=ee[_],ee[_--]=ee[te+Pt-1],ee[te+--Pt]=ne;else if(_!=8)return;return ee},I=function(T){for(var ee=null,_=1,te=null,ie=0,we=0;we<8;we++)T[we]!==0?(ie>_&&(ee=te,_=ie),te=null,ie=0):(te===null&&(te=we),++ie);return ie>_&&(ee=te,_=ie),ee},N=function(T){var ee,_,te,ie;if(typeof T=="number"){for(ee=[],_=0;_<4;_++)ee.unshift(T%256),T=H(T/256);return ee.join(".")}else if(typeof T=="object"){for(ee="",te=I(T),_=0;_<8;_++)ie&&T[_]===0||(ie&&(ie=!1),te===_?(ee+=_?":":"::",ie=!0):(ee+=T[_].toString(16),_<7&&(ee+=":")));return"["+ee+"]"}return T},D={},L=S({},D,{" ":1,'"':1,"<":1,">":1,"`":1}),U=S({},L,{"#":1,"?":1,"{":1,"}":1}),K=S({},U,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),j=function(T,ee){var _=C(T,0);return _>32&&_<127&&!y(ee,T)?T:encodeURIComponent(T)},G={ftp:21,file:null,http:80,https:443,ws:80,wss:443},J=function(T){return y(G,T.scheme)},q=function(T){return T.username!=""||T.password!=""},ce=function(T){return!T.host||T.cannotBeABaseURL||T.scheme=="file"},me=function(T,ee){var _;return T.length==2&&le.test(T.charAt(0))&&((_=T.charAt(1))==":"||!ee&&_=="|")},Me=function(T){var ee;return T.length>1&&me(T.slice(0,2))&&(T.length==2||(ee=T.charAt(2))==="/"||ee==="\\"||ee==="?"||ee==="#")},Fe=function(T){var ee=T.path,_=ee.length;_&&(T.scheme!="file"||_!=1||!me(ee[0],!0))&&ee.pop()},Be=function(T){return T==="."||T.toLowerCase()==="%2e"},Ne=function(T){return T=T.toLowerCase(),T===".."||T==="%2e."||T===".%2e"||T==="%2e%2e"},Ke={},yt={},rt={},Mn={},X={},se={},ae={},xe={},ke={},ze={},Ue={},ut={},dt={},qe={},en={},In={},Et={},Rt={},Sr={},Dt={},cn={},tn=function(T,ee,_,te){var ie=_||Ke,we=0,he="",Pe=!1,$e=!1,je=!1,Pt,ne,Xe,un;for(_||(T.scheme="",T.username="",T.password="",T.host=null,T.port=null,T.path=[],T.query=null,T.fragment=null,T.cannotBeABaseURL=!1,ee=ee.replace(A,"")),ee=ee.replace(M,""),Pt=k(ee);we<=Pt.length;){switch(ne=Pt[we],ie){case Ke:if(ne&&le.test(ne))he+=ne.toLowerCase(),ie=yt;else{if(_)return Q;ie=rt;continue}break;case yt:if(ne&&(de.test(ne)||ne=="+"||ne=="-"||ne=="."))he+=ne.toLowerCase();else if(ne==":"){if(_&&(J(T)!=y(G,he)||he=="file"&&(q(T)||T.port!==null)||T.scheme=="file"&&!T.host))return;if(T.scheme=he,_){J(T)&&G[T.scheme]==T.port&&(T.port=null);return}he="",T.scheme=="file"?ie=qe:J(T)&&te&&te.scheme==T.scheme?ie=Mn:J(T)?ie=xe:Pt[we+1]=="/"?(ie=X,we++):(T.cannotBeABaseURL=!0,T.path.push(""),ie=Sr)}else{if(_)return Q;he="",ie=rt,we=0;continue}break;case rt:if(!te||te.cannotBeABaseURL&&ne!="#")return Q;if(te.cannotBeABaseURL&&ne=="#"){T.scheme=te.scheme,T.path=te.path.slice(),T.query=te.query,T.fragment="",T.cannotBeABaseURL=!0,ie=cn;break}ie=te.scheme=="file"?qe:se;continue;case Mn:if(ne=="/"&&Pt[we+1]=="/")ie=ke,we++;else{ie=se;continue}break;case X:if(ne=="/"){ie=ze;break}else{ie=Rt;continue}case se:if(T.scheme=te.scheme,ne==E)T.username=te.username,T.password=te.password,T.host=te.host,T.port=te.port,T.path=te.path.slice(),T.query=te.query;else if(ne=="/"||ne=="\\"&&J(T))ie=ae;else if(ne=="?")T.username=te.username,T.password=te.password,T.host=te.host,T.port=te.port,T.path=te.path.slice(),T.query="",ie=Dt;else if(ne=="#")T.username=te.username,T.password=te.password,T.host=te.host,T.port=te.port,T.path=te.path.slice(),T.query=te.query,T.fragment="",ie=cn;else{T.username=te.username,T.password=te.password,T.host=te.host,T.port=te.port,T.path=te.path.slice(),T.path.pop(),ie=Rt;continue}break;case ae:if(J(T)&&(ne=="/"||ne=="\\"))ie=ke;else if(ne=="/")ie=ze;else{T.username=te.username,T.password=te.password,T.host=te.host,T.port=te.port,ie=Rt;continue}break;case xe:if(ie=ke,ne!="/"||he.charAt(we+1)!="/")continue;we++;break;case ke:if(ne!="/"&&ne!="\\"){ie=ze;continue}break;case ze:if(ne=="@"){Pe&&(he="%40"+he),Pe=!0,Xe=k(he);for(var $a=0;$a<Xe.length;$a++){var xf=Xe[$a];if(xf==":"&&!je){je=!0;continue}var Sf=j(xf,K);je?T.password+=Sf:T.username+=Sf}he=""}else if(ne==E||ne=="/"||ne=="?"||ne=="#"||ne=="\\"&&J(T)){if(Pe&&he=="")return Z;we-=k(he).length+1,he="",ie=Ue}else he+=ne;break;case Ue:case ut:if(_&&T.scheme=="file"){ie=In;continue}else if(ne==":"&&!$e){if(he=="")return re;if(un=O(T,he),un)return un;if(he="",ie=dt,_==ut)return}else if(ne==E||ne=="/"||ne=="?"||ne=="#"||ne=="\\"&&J(T)){if(J(T)&&he=="")return re;if(_&&he==""&&(q(T)||T.port!==null))return;if(un=O(T,he),un)return un;if(he="",ie=Et,_)return;continue}else ne=="["?$e=!0:ne=="]"&&($e=!1),he+=ne;break;case dt:if(ye.test(ne))he+=ne;else if(ne==E||ne=="/"||ne=="?"||ne=="#"||ne=="\\"&&J(T)||_){if(he!=""){var Ua=parseInt(he,10);if(Ua>65535)return W;T.port=J(T)&&Ua===G[T.scheme]?null:Ua,he=""}if(_)return;ie=Et;continue}else return W;break;case qe:if(T.scheme="file",ne=="/"||ne=="\\")ie=en;else if(te&&te.scheme=="file")if(ne==E)T.host=te.host,T.path=te.path.slice(),T.query=te.query;else if(ne=="?")T.host=te.host,T.path=te.path.slice(),T.query="",ie=Dt;else if(ne=="#")T.host=te.host,T.path=te.path.slice(),T.query=te.query,T.fragment="",ie=cn;else{Me(Pt.slice(we).join(""))||(T.host=te.host,T.path=te.path.slice(),Fe(T)),ie=Rt;continue}else{ie=Rt;continue}break;case en:if(ne=="/"||ne=="\\"){ie=In;break}te&&te.scheme=="file"&&!Me(Pt.slice(we).join(""))&&(me(te.path[0],!0)?T.path.push(te.path[0]):T.host=te.host),ie=Rt;continue;case In:if(ne==E||ne=="/"||ne=="\\"||ne=="?"||ne=="#"){if(!_&&me(he))ie=Rt;else if(he==""){if(T.host="",_)return;ie=Et}else{if(un=O(T,he),un)return un;if(T.host=="localhost"&&(T.host=""),_)return;he="",ie=Et}continue}else he+=ne;break;case Et:if(J(T)){if(ie=Rt,ne!="/"&&ne!="\\")continue}else if(!_&&ne=="?")T.query="",ie=Dt;else if(!_&&ne=="#")T.fragment="",ie=cn;else if(ne!=E&&(ie=Rt,ne!="/"))continue;break;case Rt:if(ne==E||ne=="/"||ne=="\\"&&J(T)||!_&&(ne=="?"||ne=="#")){if(Ne(he)?(Fe(T),ne!="/"&&!(ne=="\\"&&J(T))&&T.path.push("")):Be(he)?ne!="/"&&!(ne=="\\"&&J(T))&&T.path.push(""):(T.scheme=="file"&&!T.path.length&&me(he)&&(T.host&&(T.host=""),he=he.charAt(0)+":"),T.path.push(he)),he="",T.scheme=="file"&&(ne==E||ne=="?"||ne=="#"))for(;T.path.length>1&&T.path[0]==="";)T.path.shift();ne=="?"?(T.query="",ie=Dt):ne=="#"&&(T.fragment="",ie=cn)}else he+=j(ne,U);break;case Sr:ne=="?"?(T.query="",ie=Dt):ne=="#"?(T.fragment="",ie=cn):ne!=E&&(T.path[0]+=j(ne,D));break;case Dt:!_&&ne=="#"?(T.fragment="",ie=cn):ne!=E&&(ne=="'"&&J(T)?T.query+="%27":ne=="#"?T.query+="%23":T.query+=j(ne,D));break;case cn:ne!=E&&(T.fragment+=j(ne,L));break}we++}},Xn=function(ee){var _=g(this,Xn,"URL"),te=arguments.length>1?arguments[1]:void 0,ie=String(ee),we=B(_,{type:"URL"}),he,Pe;if(te!==void 0){if(te instanceof Xn)he=P(te);else if(Pe=tn(he={},String(te)),Pe)throw TypeError(Pe)}if(Pe=tn(we,ie,null,he),Pe)throw TypeError(Pe);var $e=we.searchParams=new $,je=V($e);je.updateSearchParams(we.query),je.updateURL=function(){we.query=String($e)||null},u||(_.href=Bi.call(_),_.origin=af.call(_),_.protocol=lf.call(_),_.username=cf.call(_),_.password=uf.call(_),_.host=df.call(_),_.hostname=ff.call(_),_.port=pf.call(_),_.pathname=hf.call(_),_.search=mf.call(_),_.searchParams=gf.call(_),_.hash=yf.call(_))},za=Xn.prototype,Bi=function(){var T=P(this),ee=T.scheme,_=T.username,te=T.password,ie=T.host,we=T.port,he=T.path,Pe=T.query,$e=T.fragment,je=ee+":";return ie!==null?(je+="//",q(T)&&(je+=_+(te?":"+te:"")+"@"),je+=N(ie),we!==null&&(je+=":"+we)):ee=="file"&&(je+="//"),je+=T.cannotBeABaseURL?he[0]:he.length?"/"+he.join("/"):"",Pe!==null&&(je+="?"+Pe),$e!==null&&(je+="#"+$e),je},af=function(){var T=P(this),ee=T.scheme,_=T.port;if(ee=="blob")try{return new URL(ee.path[0]).origin}catch{return"null"}return ee=="file"||!J(T)?"null":ee+"://"+N(T.host)+(_!==null?":"+_:"")},lf=function(){return P(this).scheme+":"},cf=function(){return P(this).username},uf=function(){return P(this).password},df=function(){var T=P(this),ee=T.host,_=T.port;return ee===null?"":_===null?N(ee):N(ee)+":"+_},ff=function(){var T=P(this).host;return T===null?"":N(T)},pf=function(){var T=P(this).port;return T===null?"":String(T)},hf=function(){var T=P(this),ee=T.path;return T.cannotBeABaseURL?ee[0]:ee.length?"/"+ee.join("/"):""},mf=function(){var T=P(this).query;return T?"?"+T:""},gf=function(){return P(this).searchParams},yf=function(){var T=P(this).fragment;return T?"#"+T:""},Lt=function(T,ee){return{get:T,set:ee,configurable:!0,enumerable:!0}};if(u&&h(za,{href:Lt(Bi,function(T){var ee=P(this),_=String(T),te=tn(ee,_);if(te)throw TypeError(te);V(ee.searchParams).updateSearchParams(ee.query)}),origin:Lt(af),protocol:Lt(lf,function(T){var ee=P(this);tn(ee,String(T)+":",Ke)}),username:Lt(cf,function(T){var ee=P(this),_=k(String(T));if(!ce(ee)){ee.username="";for(var te=0;te<_.length;te++)ee.username+=j(_[te],K)}}),password:Lt(uf,function(T){var ee=P(this),_=k(String(T));if(!ce(ee)){ee.password="";for(var te=0;te<_.length;te++)ee.password+=j(_[te],K)}}),host:Lt(df,function(T){var ee=P(this);ee.cannotBeABaseURL||tn(ee,String(T),Ue)}),hostname:Lt(ff,function(T){var ee=P(this);ee.cannotBeABaseURL||tn(ee,String(T),ut)}),port:Lt(pf,function(T){var ee=P(this);ce(ee)||(T=String(T),T==""?ee.port=null:tn(ee,T,dt))}),pathname:Lt(hf,function(T){var ee=P(this);ee.cannotBeABaseURL||(ee.path=[],tn(ee,T+"",Et))}),search:Lt(mf,function(T){var ee=P(this);T=String(T),T==""?ee.query=null:(T.charAt(0)=="?"&&(T=T.slice(1)),ee.query="",tn(ee,T,Dt)),V(ee.searchParams).updateSearchParams(ee.query)}),searchParams:Lt(gf),hash:Lt(yf,function(T){var ee=P(this);if(T=String(T),T==""){ee.fragment=null;return}T.charAt(0)=="#"&&(T=T.slice(1)),ee.fragment="",tn(ee,T,cn)})}),p(za,"toJSON",function(){return Bi.call(this)},{enumerable:!0}),p(za,"toString",function(){return Bi.call(this)},{enumerable:!0}),z){var vf=z.createObjectURL,bf=z.revokeObjectURL;vf&&p(Xn,"createObjectURL",function(ee){return vf.apply(z,arguments)}),bf&&p(Xn,"revokeObjectURL",function(ee){return bf.apply(z,arguments)})}R(Xn,"URL"),c({global:!0,forced:!d,sham:!u},{URL:Xn})}},r={};function o(s){if(r[s])return r[s].exports;var l=r[s]={exports:{}};return t[s](l,l.exports,o),l.exports}(function(){o.d=function(s,l){for(var a in l)o.o(l,a)&&!o.o(s,a)&&Object.defineProperty(s,a,{enumerable:!0,get:l[a]})}})(),function(){o.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}()}(),function(){o.o=function(s,l){return Object.prototype.hasOwnProperty.call(s,l)}}(),function(){o.r=function(s){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})}}();var i={};return function(){o.r(i),o.d(i,{Dropzone:function(){return W},default:function(){return ge}}),o(2222),o(7327),o(2772),o(6992),o(1249),o(7042),o(561),o(8264),o(8309),o(489),o(1539),o(4916),o(9714),o(8783),o(4723),o(5306),o(3123),o(3210),o(2472),o(2990),o(8927),o(3105),o(5035),o(4345),o(7174),o(2846),o(4731),o(7209),o(6319),o(8867),o(7789),o(3739),o(9368),o(4483),o(2056),o(3462),o(678),o(7462),o(3824),o(5021),o(2974),o(5016),o(4747),o(3948),o(285);function s(A,M){var E;if(typeof Symbol>"u"||A[Symbol.iterator]==null){if(Array.isArray(A)||(E=l(A))||M&&A&&typeof A.length=="number"){E&&(A=E);var O=0,v=function(){};return{s:v,n:function(){return O>=A.length?{done:!0}:{done:!1,value:A[O++]}},e:function(L){throw L},f:v}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
7
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var
|
|
8
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var
|
|
9
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var x=!0,I=!1,N;return{s:function(){E=A[Symbol.iterator]()},n:function(){var L=E.next();return x=L.done,L},e:function(L){I=!0,N=L},f:function(){try{!x&&E.return!=null&&E.return()}finally{if(I)throw N}}}}function w(A,M){if(A){if(typeof A=="string")return F(A,M);var E=Object.prototype.toString.call(A).slice(8,-1);if(E==="Object"&&A.constructor&&(E=A.constructor.name),E==="Map"||E==="Set")return Array.from(A);if(E==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(E))return F(A,M)}}function F(A,M){(M==null||M>A.length)&&(M=A.length);for(var E=0,O=new Array(M);E<M;E++)O[E]=A[E];return O}function z(A,M){if(!(A instanceof M))throw new TypeError("Cannot call a class as a function")}function $(A,M){for(var E=0;E<M.length;E++){var O=M[E];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(A,O.key,O)}}function V(A,M,E){return M&&$(A.prototype,M),E&&$(A,E),A}function B(A,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function");A.prototype=Object.create(M&&M.prototype,{constructor:{value:A,writable:!0,configurable:!0}}),M&&P(A,M)}function P(A,M){return P=Object.setPrototypeOf||function(O,v){return O.__proto__=v,O},P(A,M)}function H(A){var M=Q();return function(){var O=re(A),v;if(M){var x=re(this).constructor;v=Reflect.construct(O,arguments,x)}else v=O.apply(this,arguments);return Y(this,v)}}function Y(A,M){return M&&(b(M)==="object"||typeof M=="function")?M:Z(A)}function Z(A){if(A===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return A}function Q(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function re(A){return re=Object.setPrototypeOf?Object.getPrototypeOf:function(E){return E.__proto__||Object.getPrototypeOf(E)},re(A)}var W=function(A){B(E,A);var M=H(E);function E(O,v){var x;z(this,E),x=M.call(this);var I,N;if(x.element=O,x.version=E.version,x.clickableElements=[],x.listeners=[],x.files=[],typeof x.element=="string"&&(x.element=document.querySelector(x.element)),!x.element||x.element.nodeType==null)throw new Error("Invalid dropzone element.");if(x.element.dropzone)throw new Error("Dropzone already attached.");E.instances.push(Z(x)),x.element.dropzone=Z(x);var D=(N=E.optionsForElement(x.element))!=null?N:{};if(x.options=E.extend({},C,D,v??{}),x.options.previewTemplate=x.options.previewTemplate.replace(/\n*/g,""),x.options.forceFallback||!E.isBrowserSupported())return Y(x,x.options.fallback.call(Z(x)));if(x.options.url==null&&(x.options.url=x.element.getAttribute("action")),!x.options.url)throw new Error("No URL provided.");if(x.options.acceptedFiles&&x.options.acceptedMimeTypes)throw new Error("You can't provide both 'acceptedFiles' and 'acceptedMimeTypes'. 'acceptedMimeTypes' is deprecated.");if(x.options.uploadMultiple&&x.options.chunking)throw new Error("You cannot set both: uploadMultiple and chunking.");return x.options.acceptedMimeTypes&&(x.options.acceptedFiles=x.options.acceptedMimeTypes,delete x.options.acceptedMimeTypes),x.options.renameFilename!=null&&(x.options.renameFile=function(L){return x.options.renameFilename.call(Z(x),L.name,L)}),typeof x.options.method=="string"&&(x.options.method=x.options.method.toUpperCase()),(I=x.getExistingFallback())&&I.parentNode&&I.parentNode.removeChild(I),x.options.previewsContainer!==!1&&(x.options.previewsContainer?x.previewsContainer=E.getElement(x.options.previewsContainer,"previewsContainer"):x.previewsContainer=x.element),x.options.clickable&&(x.options.clickable===!0?x.clickableElements=[x.element]:x.clickableElements=E.getElements(x.options.clickable,"clickable")),x.init(),x}return V(E,[{key:"getAcceptedFiles",value:function(){return this.files.filter(function(v){return v.accepted}).map(function(v){return v})}},{key:"getRejectedFiles",value:function(){return this.files.filter(function(v){return!v.accepted}).map(function(v){return v})}},{key:"getFilesWithStatus",value:function(v){return this.files.filter(function(x){return x.status===v}).map(function(x){return x})}},{key:"getQueuedFiles",value:function(){return this.getFilesWithStatus(E.QUEUED)}},{key:"getUploadingFiles",value:function(){return this.getFilesWithStatus(E.UPLOADING)}},{key:"getAddedFiles",value:function(){return this.getFilesWithStatus(E.ADDED)}},{key:"getActiveFiles",value:function(){return this.files.filter(function(v){return v.status===E.UPLOADING||v.status===E.QUEUED}).map(function(v){return v})}},{key:"init",value:function(){var v=this;if(this.element.tagName==="form"&&this.element.setAttribute("enctype","multipart/form-data"),this.element.classList.contains("dropzone")&&!this.element.querySelector(".dz-message")&&this.element.appendChild(E.createElement('<div class="dz-default dz-message"><button class="dz-button" type="button">'.concat(this.options.dictDefaultMessage,"</button></div>"))),this.clickableElements.length){var x=function K(){v.hiddenFileInput&&v.hiddenFileInput.parentNode.removeChild(v.hiddenFileInput),v.hiddenFileInput=document.createElement("input"),v.hiddenFileInput.setAttribute("type","file"),(v.options.maxFiles===null||v.options.maxFiles>1)&&v.hiddenFileInput.setAttribute("multiple","multiple"),v.hiddenFileInput.className="dz-hidden-input",v.options.acceptedFiles!==null&&v.hiddenFileInput.setAttribute("accept",v.options.acceptedFiles),v.options.capture!==null&&v.hiddenFileInput.setAttribute("capture",v.options.capture),v.hiddenFileInput.setAttribute("tabindex","-1"),v.hiddenFileInput.style.visibility="hidden",v.hiddenFileInput.style.position="absolute",v.hiddenFileInput.style.top="0",v.hiddenFileInput.style.left="0",v.hiddenFileInput.style.height="0",v.hiddenFileInput.style.width="0",E.getElement(v.options.hiddenInputContainer,"hiddenInputContainer").appendChild(v.hiddenFileInput),v.hiddenFileInput.addEventListener("change",function(){var j=v.hiddenFileInput.files;if(j.length){var G=R(j,!0),J;try{for(G.s();!(J=G.n()).done;){var q=J.value;v.addFile(q)}}catch(ce){G.e(ce)}finally{G.f()}}v.emit("addedfiles",j),K()})};x()}this.URL=window.URL!==null?window.URL:window.webkitURL;var I=R(this.events,!0),N;try{for(I.s();!(N=I.n()).done;){var D=N.value;this.on(D,this.options[D])}}catch(K){I.e(K)}finally{I.f()}this.on("uploadprogress",function(){return v.updateTotalUploadProgress()}),this.on("removedfile",function(){return v.updateTotalUploadProgress()}),this.on("canceled",function(K){return v.emit("complete",K)}),this.on("complete",function(K){if(v.getAddedFiles().length===0&&v.getUploadingFiles().length===0&&v.getQueuedFiles().length===0)return setTimeout(function(){return v.emit("queuecomplete")},0)});var L=function(j){if(j.dataTransfer.types){for(var G=0;G<j.dataTransfer.types.length;G++)if(j.dataTransfer.types[G]==="Files")return!0}return!1},U=function(j){if(L(j))return j.stopPropagation(),j.preventDefault?j.preventDefault():j.returnValue=!1};return this.listeners=[{element:this.element,events:{dragstart:function(j){return v.emit("dragstart",j)},dragenter:function(j){return U(j),v.emit("dragenter",j)},dragover:function(j){var G;try{G=j.dataTransfer.effectAllowed}catch{}return j.dataTransfer.dropEffect=G==="move"||G==="linkMove"?"move":"copy",U(j),v.emit("dragover",j)},dragleave:function(j){return v.emit("dragleave",j)},drop:function(j){return U(j),v.drop(j)},dragend:function(j){return v.emit("dragend",j)}}}],this.clickableElements.forEach(function(K){return v.listeners.push({element:K,events:{click:function(G){return(K!==v.element||G.target===v.element||E.elementInside(G.target,v.element.querySelector(".dz-message")))&&v.hiddenFileInput.click(),!0}}})}),this.enable(),this.options.init.call(this)}},{key:"destroy",value:function(){return this.disable(),this.removeAllFiles(!0),this.hiddenFileInput!=null&&this.hiddenFileInput.parentNode&&(this.hiddenFileInput.parentNode.removeChild(this.hiddenFileInput),this.hiddenFileInput=null),delete this.element.dropzone,E.instances.splice(E.instances.indexOf(this),1)}},{key:"updateTotalUploadProgress",value:function(){var v,x=0,I=0,N=this.getActiveFiles();if(N.length){var D=R(this.getActiveFiles(),!0),L;try{for(D.s();!(L=D.n()).done;){var U=L.value;x+=U.upload.bytesSent,I+=U.upload.total}}catch(K){D.e(K)}finally{D.f()}v=100*x/I}else v=100;return this.emit("totaluploadprogress",v,I,x)}},{key:"_getParamName",value:function(v){return typeof this.options.paramName=="function"?this.options.paramName(v):"".concat(this.options.paramName).concat(this.options.uploadMultiple?"[".concat(v,"]"):"")}},{key:"_renameFile",value:function(v){return typeof this.options.renameFile!="function"?v.name:this.options.renameFile(v)}},{key:"getFallbackForm",value:function(){var v,x;if(v=this.getExistingFallback())return v;var I='<div class="dz-fallback">';this.options.dictFallbackText&&(I+="<p>".concat(this.options.dictFallbackText,"</p>")),I+='<input type="file" name="'.concat(this._getParamName(0),'" ').concat(this.options.uploadMultiple?'multiple="multiple"':void 0,' /><input type="submit" value="Upload!"></div>');var N=E.createElement(I);return this.element.tagName!=="FORM"?(x=E.createElement('<form action="'.concat(this.options.url,'" enctype="multipart/form-data" method="').concat(this.options.method,'"></form>')),x.appendChild(N)):(this.element.setAttribute("enctype","multipart/form-data"),this.element.setAttribute("method",this.options.method)),x??N}},{key:"getExistingFallback",value:function(){for(var v=function(U){var K=R(U,!0),j;try{for(K.s();!(j=K.n()).done;){var G=j.value;if(/(^| )fallback($| )/.test(G.className))return G}}catch(J){K.e(J)}finally{K.f()}},x=0,I=["div","form"];x<I.length;x++){var N=I[x],D;if(D=v(this.element.getElementsByTagName(N)))return D}}},{key:"setupEventListeners",value:function(){return this.listeners.map(function(v){return function(){var x=[];for(var I in v.events){var N=v.events[I];x.push(v.element.addEventListener(I,N,!1))}return x}()})}},{key:"removeEventListeners",value:function(){return this.listeners.map(function(v){return function(){var x=[];for(var I in v.events){var N=v.events[I];x.push(v.element.removeEventListener(I,N,!1))}return x}()})}},{key:"disable",value:function(){var v=this;return this.clickableElements.forEach(function(x){return x.classList.remove("dz-clickable")}),this.removeEventListeners(),this.disabled=!0,this.files.map(function(x){return v.cancelUpload(x)})}},{key:"enable",value:function(){return delete this.disabled,this.clickableElements.forEach(function(v){return v.classList.add("dz-clickable")}),this.setupEventListeners()}},{key:"filesize",value:function(v){var x=0,I="b";if(v>0){for(var N=["tb","gb","mb","kb","b"],D=0;D<N.length;D++){var L=N[D],U=Math.pow(this.options.filesizeBase,4-D)/10;if(v>=U){x=v/Math.pow(this.options.filesizeBase,4-D),I=L;break}}x=Math.round(10*x)/10}return"<strong>".concat(x,"</strong> ").concat(this.options.dictFileSizeUnits[I])}},{key:"_updateMaxFilesReachedClass",value:function(){return this.options.maxFiles!=null&&this.getAcceptedFiles().length>=this.options.maxFiles?(this.getAcceptedFiles().length===this.options.maxFiles&&this.emit("maxfilesreached",this.files),this.element.classList.add("dz-max-files-reached")):this.element.classList.remove("dz-max-files-reached")}},{key:"drop",value:function(v){if(v.dataTransfer){this.emit("drop",v);for(var x=[],I=0;I<v.dataTransfer.files.length;I++)x[I]=v.dataTransfer.files[I];if(x.length){var N=v.dataTransfer.items;N&&N.length&&N[0].webkitGetAsEntry!=null?this._addFilesFromItems(N):this.handleFiles(x)}this.emit("addedfiles",x)}}},{key:"paste",value:function(v){if(Ce(v!=null?v.clipboardData:void 0,function(I){return I.items})!=null){this.emit("paste",v);var x=v.clipboardData.items;if(x.length)return this._addFilesFromItems(x)}}},{key:"handleFiles",value:function(v){var x=R(v,!0),I;try{for(x.s();!(I=x.n()).done;){var N=I.value;this.addFile(N)}}catch(D){x.e(D)}finally{x.f()}}},{key:"_addFilesFromItems",value:function(v){var x=this;return function(){var I=[],N=R(v,!0),D;try{for(N.s();!(D=N.n()).done;){var L=D.value,U;L.webkitGetAsEntry!=null&&(U=L.webkitGetAsEntry())?U.isFile?I.push(x.addFile(L.getAsFile())):U.isDirectory?I.push(x._addFilesFromDirectory(U,U.name)):I.push(void 0):L.getAsFile!=null&&(L.kind==null||L.kind==="file")?I.push(x.addFile(L.getAsFile())):I.push(void 0)}}catch(K){N.e(K)}finally{N.f()}return I}()}},{key:"_addFilesFromDirectory",value:function(v,x){var I=this,N=v.createReader(),D=function(K){return Ae(console,"log",function(j){return j.log(K)})},L=function U(){return N.readEntries(function(K){if(K.length>0){var j=R(K,!0),G;try{for(j.s();!(G=j.n()).done;){var J=G.value;J.isFile?J.file(function(q){if(!(I.options.ignoreHiddenFiles&&q.name.substring(0,1)==="."))return q.fullPath="".concat(x,"/").concat(q.name),I.addFile(q)}):J.isDirectory&&I._addFilesFromDirectory(J,"".concat(x,"/").concat(J.name))}}catch(q){j.e(q)}finally{j.f()}U()}return null},D)};return L()}},{key:"accept",value:function(v,x){this.options.maxFilesize&&v.size>this.options.maxFilesize*1024*1024?x(this.options.dictFileTooBig.replace("{{filesize}}",Math.round(v.size/1024/10.24)/100).replace("{{maxFilesize}}",this.options.maxFilesize)):E.isValidFile(v,this.options.acceptedFiles)?this.options.maxFiles!=null&&this.getAcceptedFiles().length>=this.options.maxFiles?(x(this.options.dictMaxFilesExceeded.replace("{{maxFiles}}",this.options.maxFiles)),this.emit("maxfilesexceeded",v)):this.options.accept.call(this,v,x):x(this.options.dictInvalidFileType)}},{key:"addFile",value:function(v){var x=this;v.upload={uuid:E.uuidv4(),progress:0,total:v.size,bytesSent:0,filename:this._renameFile(v)},this.files.push(v),v.status=E.ADDED,this.emit("addedfile",v),this._enqueueThumbnail(v),this.accept(v,function(I){I?(v.accepted=!1,x._errorProcessing([v],I)):(v.accepted=!0,x.options.autoQueue&&x.enqueueFile(v)),x._updateMaxFilesReachedClass()})}},{key:"enqueueFiles",value:function(v){var x=R(v,!0),I;try{for(x.s();!(I=x.n()).done;){var N=I.value;this.enqueueFile(N)}}catch(D){x.e(D)}finally{x.f()}return null}},{key:"enqueueFile",value:function(v){var x=this;if(v.status===E.ADDED&&v.accepted===!0){if(v.status=E.QUEUED,this.options.autoProcessQueue)return setTimeout(function(){return x.processQueue()},0)}else throw new Error("This file can't be queued because it has already been processed or was rejected.")}},{key:"_enqueueThumbnail",value:function(v){var x=this;if(this.options.createImageThumbnails&&v.type.match(/image.*/)&&v.size<=this.options.maxThumbnailFilesize*1024*1024)return this._thumbnailQueue.push(v),setTimeout(function(){return x._processThumbnailQueue()},0)}},{key:"_processThumbnailQueue",value:function(){var v=this;if(!(this._processingThumbnail||this._thumbnailQueue.length===0)){this._processingThumbnail=!0;var x=this._thumbnailQueue.shift();return this.createThumbnail(x,this.options.thumbnailWidth,this.options.thumbnailHeight,this.options.thumbnailMethod,!0,function(I){return v.emit("thumbnail",x,I),v._processingThumbnail=!1,v._processThumbnailQueue()})}}},{key:"removeFile",value:function(v){if(v.status===E.UPLOADING&&this.cancelUpload(v),this.files=le(this.files,v),this.emit("removedfile",v),this.files.length===0)return this.emit("reset")}},{key:"removeAllFiles",value:function(v){v==null&&(v=!1);var x=R(this.files.slice(),!0),I;try{for(x.s();!(I=x.n()).done;){var N=I.value;(N.status!==E.UPLOADING||v)&&this.removeFile(N)}}catch(D){x.e(D)}finally{x.f()}return null}},{key:"resizeImage",value:function(v,x,I,N,D){var L=this;return this.createThumbnail(v,x,I,N,!0,function(U,K){if(K==null)return D(v);var j=L.options.resizeMimeType;j==null&&(j=v.type);var G=K.toDataURL(j,L.options.resizeQuality);return(j==="image/jpeg"||j==="image/jpg")&&(G=be.restore(v.dataURL,G)),D(E.dataURItoBlob(G))})}},{key:"createThumbnail",value:function(v,x,I,N,D,L){var U=this,K=new FileReader;K.onload=function(){if(v.dataURL=K.result,v.type==="image/svg+xml"){L!=null&&L(K.result);return}U.createThumbnailFromUrl(v,x,I,N,D,L)},K.readAsDataURL(v)}},{key:"displayExistingFile",value:function(v,x,I,N){var D=this,L=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0;if(this.emit("addedfile",v),this.emit("complete",v),!L)this.emit("thumbnail",v,x),I&&I();else{var U=function(j){D.emit("thumbnail",v,j),I&&I()};v.dataURL=x,this.createThumbnailFromUrl(v,this.options.thumbnailWidth,this.options.thumbnailHeight,this.options.thumbnailMethod,this.options.fixOrientation,U,N)}}},{key:"createThumbnailFromUrl",value:function(v,x,I,N,D,L,U){var K=this,j=document.createElement("img");return U&&(j.crossOrigin=U),D=getComputedStyle(document.body).imageOrientation=="from-image"?!1:D,j.onload=function(){var G=function(q){return q(1)};return typeof EXIF<"u"&&EXIF!==null&&D&&(G=function(q){return EXIF.getData(j,function(){return q(EXIF.getTag(this,"Orientation"))})}),G(function(J){v.width=j.width,v.height=j.height;var q=K.options.resize.call(K,v,x,I,N),ce=document.createElement("canvas"),me=ce.getContext("2d");switch(ce.width=q.trgWidth,ce.height=q.trgHeight,J>4&&(ce.width=q.trgHeight,ce.height=q.trgWidth),J){case 2:me.translate(ce.width,0),me.scale(-1,1);break;case 3:me.translate(ce.width,ce.height),me.rotate(Math.PI);break;case 4:me.translate(0,ce.height),me.scale(1,-1);break;case 5:me.rotate(.5*Math.PI),me.scale(1,-1);break;case 6:me.rotate(.5*Math.PI),me.translate(0,-ce.width);break;case 7:me.rotate(.5*Math.PI),me.translate(ce.height,-ce.width),me.scale(-1,1);break;case 8:me.rotate(-.5*Math.PI),me.translate(-ce.height,0);break}Ee(me,j,q.srcX!=null?q.srcX:0,q.srcY!=null?q.srcY:0,q.srcWidth,q.srcHeight,q.trgX!=null?q.trgX:0,q.trgY!=null?q.trgY:0,q.trgWidth,q.trgHeight);var Me=ce.toDataURL("image/png");if(L!=null)return L(Me,ce)})},L!=null&&(j.onerror=L),j.src=v.dataURL}},{key:"processQueue",value:function(){var v=this.options.parallelUploads,x=this.getUploadingFiles().length,I=x;if(!(x>=v)){var N=this.getQueuedFiles();if(N.length>0){if(this.options.uploadMultiple)return this.processFiles(N.slice(0,v-x));for(;I<v;){if(!N.length)return;this.processFile(N.shift()),I++}}}}},{key:"processFile",value:function(v){return this.processFiles([v])}},{key:"processFiles",value:function(v){var x=R(v,!0),I;try{for(x.s();!(I=x.n()).done;){var N=I.value;N.processing=!0,N.status=E.UPLOADING,this.emit("processing",N)}}catch(D){x.e(D)}finally{x.f()}return this.options.uploadMultiple&&this.emit("processingmultiple",v),this.uploadFiles(v)}},{key:"_getFilesWithXhr",value:function(v){return this.files.filter(function(x){return x.xhr===v}).map(function(x){return x})}},{key:"cancelUpload",value:function(v){if(v.status===E.UPLOADING){var x=this._getFilesWithXhr(v.xhr),I=R(x,!0),N;try{for(I.s();!(N=I.n()).done;){var D=N.value;D.status=E.CANCELED}}catch(j){I.e(j)}finally{I.f()}typeof v.xhr<"u"&&v.xhr.abort();var L=R(x,!0),U;try{for(L.s();!(U=L.n()).done;){var K=U.value;this.emit("canceled",K)}}catch(j){L.e(j)}finally{L.f()}this.options.uploadMultiple&&this.emit("canceledmultiple",x)}else(v.status===E.ADDED||v.status===E.QUEUED)&&(v.status=E.CANCELED,this.emit("canceled",v),this.options.uploadMultiple&&this.emit("canceledmultiple",[v]));if(this.options.autoProcessQueue)return this.processQueue()}},{key:"resolveOption",value:function(v){if(typeof v=="function"){for(var x=arguments.length,I=new Array(x>1?x-1:0),N=1;N<x;N++)I[N-1]=arguments[N];return v.apply(this,I)}return v}},{key:"uploadFile",value:function(v){return this.uploadFiles([v])}},{key:"uploadFiles",value:function(v){var x=this;this._transformFiles(v,function(I){if(x.options.chunking){var N=I[0];v[0].upload.chunked=x.options.chunking&&(x.options.forceChunking||N.size>x.options.chunkSize),v[0].upload.totalChunkCount=Math.ceil(N.size/x.options.chunkSize)}if(v[0].upload.chunked){var D=v[0],L=I[0];D.upload.chunks=[];var U=function(){for(var q=0;D.upload.chunks[q]!==void 0;)q++;if(!(q>=D.upload.totalChunkCount)){var ce=q*x.options.chunkSize,me=Math.min(ce+x.options.chunkSize,L.size),Me={name:x._getParamName(0),data:L.webkitSlice?L.webkitSlice(ce,me):L.slice(ce,me),filename:D.upload.filename,chunkIndex:q};D.upload.chunks[q]={file:D,index:q,dataBlock:Me,status:E.UPLOADING,progress:0,retries:0},x._uploadData(v,[Me])}};if(D.upload.finishedChunkUpload=function(J,q){var ce=!0;J.status=E.SUCCESS,J.dataBlock=null,J.xhr=null;for(var me=0;me<D.upload.totalChunkCount;me++){if(D.upload.chunks[me]===void 0)return U();D.upload.chunks[me].status!==E.SUCCESS&&(ce=!1)}ce&&x.options.chunksUploaded(D,function(){x._finished(v,q,null)})},x.options.parallelChunkUploads)for(var K=0;K<D.upload.totalChunkCount;K++)U();else U()}else{for(var j=[],G=0;G<v.length;G++)j[G]={name:x._getParamName(G),data:I[G],filename:v[G].upload.filename};x._uploadData(v,j)}})}},{key:"_getChunk",value:function(v,x){for(var I=0;I<v.upload.totalChunkCount;I++)if(v.upload.chunks[I]!==void 0&&v.upload.chunks[I].xhr===x)return v.upload.chunks[I]}},{key:"_uploadData",value:function(v,x){var I=this,N=new XMLHttpRequest,D=R(v,!0),L;try{for(D.s();!(L=D.n()).done;){var U=L.value;U.xhr=N}}catch(ae){D.e(ae)}finally{D.f()}v[0].upload.chunked&&(v[0].upload.chunks[x[0].chunkIndex].xhr=N);var K=this.resolveOption(this.options.method,v),j=this.resolveOption(this.options.url,v);N.open(K,j,!0);var G=this.resolveOption(this.options.timeout,v);G&&(N.timeout=this.resolveOption(this.options.timeout,v)),N.withCredentials=!!this.options.withCredentials,N.onload=function(ae){I._finishedUploading(v,N,ae)},N.ontimeout=function(){I._handleUploadError(v,N,"Request timedout after ".concat(I.options.timeout/1e3," seconds"))},N.onerror=function(){I._handleUploadError(v,N)};var J=N.upload!=null?N.upload:N;J.onprogress=function(ae){return I._updateFilesUploadProgress(v,N,ae)};var q={Accept:"application/json","Cache-Control":"no-cache","X-Requested-With":"XMLHttpRequest"};this.options.headers&&E.extend(q,this.options.headers);for(var ce in q){var me=q[ce];me&&N.setRequestHeader(ce,me)}var Me=new FormData;if(this.options.params){var Fe=this.options.params;typeof Fe=="function"&&(Fe=Fe.call(this,v,N,v[0].upload.chunked?this._getChunk(v[0],N):null));for(var Be in Fe){var Ne=Fe[Be];if(Array.isArray(Ne))for(var Ke=0;Ke<Ne.length;Ke++)Me.append(Be,Ne[Ke]);else Me.append(Be,Ne)}}var yt=R(v,!0),rt;try{for(yt.s();!(rt=yt.n()).done;){var Mn=rt.value;this.emit("sending",Mn,N,Me)}}catch(ae){yt.e(ae)}finally{yt.f()}this.options.uploadMultiple&&this.emit("sendingmultiple",v,N,Me),this._addFormElementData(Me);for(var X=0;X<x.length;X++){var se=x[X];Me.append(se.name,se.data,se.filename)}this.submitRequest(N,Me,v)}},{key:"_transformFiles",value:function(v,x){for(var I=this,N=[],D=0,L=function(j){I.options.transformFile.call(I,v[j],function(G){N[j]=G,++D===v.length&&x(N)})},U=0;U<v.length;U++)L(U)}},{key:"_addFormElementData",value:function(v){if(this.element.tagName==="FORM"){var x=R(this.element.querySelectorAll("input, textarea, select, button"),!0),I;try{for(x.s();!(I=x.n()).done;){var N=I.value,D=N.getAttribute("name"),L=N.getAttribute("type");if(L&&(L=L.toLowerCase()),!(typeof D>"u"||D===null))if(N.tagName==="SELECT"&&N.hasAttribute("multiple")){var U=R(N.options,!0),K;try{for(U.s();!(K=U.n()).done;){var j=K.value;j.selected&&v.append(D,j.value)}}catch(G){U.e(G)}finally{U.f()}}else(!L||L!=="checkbox"&&L!=="radio"||N.checked)&&v.append(D,N.value)}}catch(G){x.e(G)}finally{x.f()}}}},{key:"_updateFilesUploadProgress",value:function(v,x,I){if(v[0].upload.chunked){var U=v[0],K=this._getChunk(U,x);I?(K.progress=100*I.loaded/I.total,K.total=I.total,K.bytesSent=I.loaded):(K.progress=100,K.bytesSent=K.total),U.upload.progress=0,U.upload.total=0,U.upload.bytesSent=0;for(var j=0;j<U.upload.totalChunkCount;j++)U.upload.chunks[j]&&typeof U.upload.chunks[j].progress<"u"&&(U.upload.progress+=U.upload.chunks[j].progress,U.upload.total+=U.upload.chunks[j].total,U.upload.bytesSent+=U.upload.chunks[j].bytesSent);U.upload.progress=U.upload.progress/U.upload.totalChunkCount,this.emit("uploadprogress",U,U.upload.progress,U.upload.bytesSent)}else{var N=R(v,!0),D;try{for(N.s();!(D=N.n()).done;){var L=D.value;L.upload.total&&L.upload.bytesSent&&L.upload.bytesSent==L.upload.total||(I?(L.upload.progress=100*I.loaded/I.total,L.upload.total=I.total,L.upload.bytesSent=I.loaded):(L.upload.progress=100,L.upload.bytesSent=L.upload.total),this.emit("uploadprogress",L,L.upload.progress,L.upload.bytesSent))}}catch(G){N.e(G)}finally{N.f()}}}},{key:"_finishedUploading",value:function(v,x,I){var N;if(v[0].status!==E.CANCELED&&x.readyState===4){if(x.responseType!=="arraybuffer"&&x.responseType!=="blob"&&(N=x.responseText,x.getResponseHeader("content-type")&&~x.getResponseHeader("content-type").indexOf("application/json")))try{N=JSON.parse(N)}catch(D){I=D,N="Invalid JSON response from server."}this._updateFilesUploadProgress(v,x),200<=x.status&&x.status<300?v[0].upload.chunked?v[0].upload.finishedChunkUpload(this._getChunk(v[0],x),N):this._finished(v,N,I):this._handleUploadError(v,x,N)}}},{key:"_handleUploadError",value:function(v,x,I){if(v[0].status!==E.CANCELED){if(v[0].upload.chunked&&this.options.retryChunks){var N=this._getChunk(v[0],x);if(N.retries++<this.options.retryChunksLimit){this._uploadData(v,[N.dataBlock]);return}else console.warn("Retried this chunk too often. Giving up.")}this._errorProcessing(v,I||this.options.dictResponseError.replace("{{statusCode}}",x.status),x)}}},{key:"submitRequest",value:function(v,x,I){if(v.readyState!=1){console.warn("Cannot send this request because the XMLHttpRequest.readyState is not OPENED.");return}v.send(x)}},{key:"_finished",value:function(v,x,I){var N=R(v,!0),D;try{for(N.s();!(D=N.n()).done;){var L=D.value;L.status=E.SUCCESS,this.emit("success",L,x,I),this.emit("complete",L)}}catch(U){N.e(U)}finally{N.f()}if(this.options.uploadMultiple&&(this.emit("successmultiple",v,x,I),this.emit("completemultiple",v)),this.options.autoProcessQueue)return this.processQueue()}},{key:"_errorProcessing",value:function(v,x,I){var N=R(v,!0),D;try{for(N.s();!(D=N.n()).done;){var L=D.value;L.status=E.ERROR,this.emit("error",L,x,I),this.emit("complete",L)}}catch(U){N.e(U)}finally{N.f()}if(this.options.uploadMultiple&&(this.emit("errormultiple",v,x,I),this.emit("completemultiple",v)),this.options.autoProcessQueue)return this.processQueue()}}],[{key:"initClass",value:function(){this.prototype.Emitter=f,this.prototype.events=["drop","dragstart","dragend","dragenter","dragover","dragleave","addedfile","addedfiles","removedfile","thumbnail","error","errormultiple","processing","processingmultiple","uploadprogress","totaluploadprogress","sending","sendingmultiple","success","successmultiple","canceled","canceledmultiple","complete","completemultiple","reset","maxfilesexceeded","maxfilesreached","queuecomplete"],this.prototype._thumbnailQueue=[],this.prototype._processingThumbnail=!1}},{key:"extend",value:function(v){for(var x=arguments.length,I=new Array(x>1?x-1:0),N=1;N<x;N++)I[N-1]=arguments[N];for(var D=0,L=I;D<L.length;D++){var U=L[D];for(var K in U){var j=U[K];v[K]=j}}return v}},{key:"uuidv4",value:function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(v){var x=Math.random()*16|0,I=v==="x"?x:x&3|8;return I.toString(16)})}}]),E}(f);W.initClass(),W.version="5.9.3",W.options={},W.optionsForElement=function(A){if(A.getAttribute("id"))return W.options[de(A.getAttribute("id"))]},W.instances=[],W.forElement=function(A){if(typeof A=="string"&&(A=document.querySelector(A)),(A!=null?A.dropzone:void 0)==null)throw new Error("No Dropzone found for given element. This is probably because you're trying to access it before Dropzone had the time to initialize. Use the `init` option to setup any additional observers on your Dropzone.");return A.dropzone},W.autoDiscover=!0,W.discover=function(){var A;if(document.querySelectorAll)A=document.querySelectorAll(".dropzone");else{A=[];var M=function(O){return function(){var v=[],x=R(O,!0),I;try{for(x.s();!(I=x.n()).done;){var N=I.value;/(^| )dropzone($| )/.test(N.className)?v.push(A.push(N)):v.push(void 0)}}catch(D){x.e(D)}finally{x.f()}return v}()};M(document.getElementsByTagName("div")),M(document.getElementsByTagName("form"))}return function(){var E=[],O=R(A,!0),v;try{for(O.s();!(v=O.n()).done;){var x=v.value;W.optionsForElement(x)!==!1?E.push(new W(x)):E.push(void 0)}}catch(I){O.e(I)}finally{O.f()}return E}()},W.blockedBrowsers=[/opera.*(Macintosh|Windows Phone).*version\/12/i],W.isBrowserSupported=function(){var A=!0;if(window.File&&window.FileReader&&window.FileList&&window.Blob&&window.FormData&&document.querySelector)if(!("classList"in document.createElement("a")))A=!1;else{W.blacklistedBrowsers!==void 0&&(W.blockedBrowsers=W.blacklistedBrowsers);var M=R(W.blockedBrowsers,!0),E;try{for(M.s();!(E=M.n()).done;){var O=E.value;if(O.test(navigator.userAgent)){A=!1;continue}}}catch(v){M.e(v)}finally{M.f()}}else A=!1;return A},W.dataURItoBlob=function(A){for(var M=atob(A.split(",")[1]),E=A.split(",")[0].split(":")[1].split(";")[0],O=new ArrayBuffer(M.length),v=new Uint8Array(O),x=0,I=M.length,N=0<=I;N?x<=I:x>=I;N?x++:x--)v[x]=M.charCodeAt(x);return new Blob([O],{type:E})};var le=function(M,E){return M.filter(function(O){return O!==E}).map(function(O){return O})},de=function(M){return M.replace(/[\-_](\w)/g,function(E){return E.charAt(1).toUpperCase()})};W.createElement=function(A){var M=document.createElement("div");return M.innerHTML=A,M.childNodes[0]},W.elementInside=function(A,M){if(A===M)return!0;for(;A=A.parentNode;)if(A===M)return!0;return!1},W.getElement=function(A,M){var E;if(typeof A=="string"?E=document.querySelector(A):A.nodeType!=null&&(E=A),E==null)throw new Error("Invalid `".concat(M,"` option provided. Please provide a CSS selector or a plain HTML element."));return E},W.getElements=function(A,M){var E,O;if(A instanceof Array){O=[];try{var v=R(A,!0),x;try{for(v.s();!(x=v.n()).done;)E=x.value,O.push(this.getElement(E,M))}catch(D){v.e(D)}finally{v.f()}}catch{O=null}}else if(typeof A=="string"){O=[];var I=R(document.querySelectorAll(A),!0),N;try{for(I.s();!(N=I.n()).done;)E=N.value,O.push(E)}catch(D){I.e(D)}finally{I.f()}}else A.nodeType!=null&&(O=[A]);if(O==null||!O.length)throw new Error("Invalid `".concat(M,"` option provided. Please provide a CSS selector, a plain HTML element or a list of those."));return O},W.confirm=function(A,M,E){if(window.confirm(A))return M();if(E!=null)return E()},W.isValidFile=function(A,M){if(!M)return!0;M=M.split(",");var E=A.type,O=E.replace(/\/.*$/,""),v=R(M,!0),x;try{for(v.s();!(x=v.n()).done;){var I=x.value;if(I=I.trim(),I.charAt(0)==="."){if(A.name.toLowerCase().indexOf(I.toLowerCase(),A.name.length-I.length)!==-1)return!0}else if(/\/\*$/.test(I)){if(O===I.replace(/\/.*$/,""))return!0}else if(E===I)return!0}}catch(N){v.e(N)}finally{v.f()}return!1},typeof jQuery<"u"&&jQuery!==null&&(jQuery.fn.dropzone=function(A){return this.each(function(){return new W(this,A)})}),W.ADDED="added",W.QUEUED="queued",W.ACCEPTED=W.QUEUED,W.UPLOADING="uploading",W.PROCESSING=W.UPLOADING,W.CANCELED="canceled",W.ERROR="error",W.SUCCESS="success";var ye=function(M){M.naturalWidth;var E=M.naturalHeight,O=document.createElement("canvas");O.width=1,O.height=E;var v=O.getContext("2d");v.drawImage(M,0,0);for(var x=v.getImageData(1,0,1,E),I=x.data,N=0,D=E,L=E;L>N;){var U=I[(L-1)*4+3];U===0?D=L:N=L,L=D+N>>1}var K=L/E;return K===0?1:K},Ee=function(M,E,O,v,x,I,N,D,L,U){var K=ye(E);return M.drawImage(E,O,v,x,I,N,D,L,U/K)},be=function(){function A(){z(this,A)}return V(A,null,[{key:"initClass",value:function(){this.KEY_STR="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}},{key:"encode64",value:function(E){for(var O="",v=void 0,x=void 0,I="",N=void 0,D=void 0,L=void 0,U="",K=0;v=E[K++],x=E[K++],I=E[K++],N=v>>2,D=(v&3)<<4|x>>4,L=(x&15)<<2|I>>6,U=I&63,isNaN(x)?L=U=64:isNaN(I)&&(U=64),O=O+this.KEY_STR.charAt(N)+this.KEY_STR.charAt(D)+this.KEY_STR.charAt(L)+this.KEY_STR.charAt(U),v=x=I="",N=D=L=U="",K<E.length;);return O}},{key:"restore",value:function(E,O){if(!E.match("data:image/jpeg;base64,"))return O;var v=this.decode64(E.replace("data:image/jpeg;base64,","")),x=this.slice2Segments(v),I=this.exifManipulation(O,x);return"data:image/jpeg;base64,".concat(this.encode64(I))}},{key:"exifManipulation",value:function(E,O){var v=this.getExifArray(O),x=this.insertExif(E,v),I=new Uint8Array(x);return I}},{key:"getExifArray",value:function(E){for(var O=void 0,v=0;v<E.length;){if(O=E[v],O[0]===255&O[1]===225)return O;v++}return[]}},{key:"insertExif",value:function(E,O){var v=E.replace("data:image/jpeg;base64,",""),x=this.decode64(v),I=x.indexOf(255,3),N=x.slice(0,I),D=x.slice(I),L=N;return L=L.concat(O),L=L.concat(D),L}},{key:"slice2Segments",value:function(E){for(var O=0,v=[];;){var x;if(E[O]===255&E[O+1]===218)break;if(E[O]===255&E[O+1]===216)O+=2;else{x=E[O+2]*256+E[O+3];var I=O+x+2,N=E.slice(O,I);v.push(N),O=I}if(O>E.length)break}return v}},{key:"decode64",value:function(E){var O=void 0,v=void 0,x="",I=void 0,N=void 0,D=void 0,L="",U=0,K=[],j=/[^A-Za-z0-9\+\/\=]/g;for(j.exec(E)&&console.warn(`There were invalid base64 characters in the input text.
|
|
4
|
+
C18.406,1.576,18.22,1.5,18.023,1.5H3.023z`})],-1)];function Xm(n,e){return h.openBlock(),h.createElementBlock("svg",Ym,Jm)}const js=je(Gm,[["render",Xm]]),Qm={},Zm={xmlns:"http://www.w3.org/2000/svg",width:"18",height:"10"},qm=[h.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)];function eg(n,e){return h.openBlock(),h.createElementBlock("svg",Zm,qm)}const Ic=je(Qm,[["render",eg]]),tg={},ng={class:"icon icon-caret-right",xmlns:"http://www.w3.org/2000/svg",width:"7",height:"11",viewBox:"0 0 7 11"},rg=[h.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)];function ig(n,e){return h.openBlock(),h.createElementBlock("svg",ng,rg)}const Ws=je(tg,[["render",ig]]),og={},sg={class:"icon icon-caret-left",xmlns:"http://www.w3.org/2000/svg",width:"6",height:"10",viewBox:"0 0 6 10"},ag=[h.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)];function lg(n,e){return h.openBlock(),h.createElementBlock("svg",sg,ag)}const Ks=je(og,[["render",lg]]),cg={},ug={class:"icon icon-close",xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"-4 -4 22 22"},dg=[h.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)];function fg(n,e){return h.openBlock(),h.createElementBlock("svg",ug,dg)}const Gs=je(cg,[["render",fg]]),hg={},pg={width:"12",height:"14",viewBox:"0 0 12 14",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-italic"},mg=[h.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)];function gg(n,e){return h.openBlock(),h.createElementBlock("svg",pg,mg)}const Ys=je(hg,[["render",gg]]),yg={},vg={width:"11",height:"13",viewBox:"0 0 11 13",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-bold"},bg=[h.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)];function Eg(n,e){return h.openBlock(),h.createElementBlock("svg",vg,bg)}const Js=je(yg,[["render",Eg]]),Sg={},Cg={width:"14",height:"16",viewBox:"0 0 14 16",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-underline"},Tg=[h.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)];function Ag(n,e){return h.openBlock(),h.createElementBlock("svg",Cg,Tg)}const Xs=je(Sg,[["render",Ag]]),wg={},xg={width:"16",height:"14",viewBox:"0 0 16 14",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-bullet-list"},kg=[h.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)];function Og(n,e){return h.openBlock(),h.createElementBlock("svg",xg,kg)}const Qs=je(wg,[["render",Og]]),Mg={},Ng={width:"17",height:"15",viewBox:"0 0 17 15",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-ordered-list"},Ig=[h.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)];function Dg(n,e){return h.openBlock(),h.createElementBlock("svg",Ng,Ig)}const Zs=je(Mg,[["render",Dg]]),Rg={},Lg={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"},_g=[h.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[h.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"}),h.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)];function Pg(n,e){return h.openBlock(),h.createElementBlock("svg",Lg,_g)}const qs=je(Rg,[["render",Pg]]),Bg={},Fg={viewBox:"0 0 20 20",height:"20",width:"20",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-download-link"},$g=[h.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)];function Vg(n,e){return h.openBlock(),h.createElementBlock("svg",Fg,$g)}const Dc=je(Bg,[["render",Vg]]),zg={},Hg={class:"icon icon-menu",xmlns:"http://www.w3.org/2000/svg",width:"19",height:"12",viewBox:"0 0 19 12"},Ug=[h.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)];function jg(n,e){return h.openBlock(),h.createElementBlock("svg",Hg,Ug)}const Rc=je(zg,[["render",jg]]),Wg={},Kg=[h.createStaticVNode('<title>BeterDichtbij logo</title><g id="Logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group-3-Copy-2" transform="translate(0.000000, -14.000000)"><g id="Master-Copy" transform="translate(0.000000, 21.000000)" fill="#E1523D"><g id="Group-36-Copy-2"><path d="M0,7.07801038 C0,4.71449972 1.60969434,3.38479666 3.84879725,3.38479666 L13.2067282,3.38479666 C18.2745524,3.38479666 22.3693254,6.83325734 22.3693254,12.0497847 C22.3693254,15.4945924 20.9549647,17.8069606 17.8368602,19.2827849 L17.8368602,19.3814167 C21.978658,19.9732076 25.2450714,23.4655047 25.2450714,27.7468563 C25.2450714,34.687614 20.6619642,38.4283171 13.9374209,38.4283171 L3.89943932,38.4283171 C1.65671912,38.4283171 0,36.9999822 0,34.687614 L0,7.07801038 Z M7.3105444,17.2663121 L11.1123169,17.2663121 C13.4997287,17.2663121 15.058781,15.8379772 15.058781,13.3758348 C15.058781,11.0634665 13.2537529,9.88353771 11.1123169,9.88353771 L7.3105444,9.88353771 L7.3105444,17.2663121 Z M7.3105444,31.9332291 L13.0620365,31.9332291 C15.6918068,31.9332291 17.6415265,30.4062624 17.6415265,27.6482244 C17.6415265,25.3358562 15.8871405,23.7614001 12.4760354,23.7614001 L7.3105444,23.7614001 L7.3105444,31.9332291 Z" id="Fill-10"></path><path d="M33.6758908,27.6990016 C34.164225,31.1912986 37.0399711,32.8168971 40.3027672,32.8168971 C43.909206,32.8168971 46.3942847,29.9638804 48.2463375,29.9638804 C49.758365,29.9638804 51.1220836,31.4871941 51.1220836,33.0141608 C51.1220836,36.0644411 44.8858745,39.0197427 39.6697414,39.0197427 C31.7768132,39.0197427 26.5136553,33.2114244 26.5136553,25.3866333 C26.5136553,18.2011226 31.6791463,11.6548921 39.0873576,11.6548921 C46.6872852,11.6548921 51.7080846,18.6431393 51.7080846,24.5500894 C51.7080846,26.665194 50.7820582,27.6990016 48.6370049,27.6990016 L33.6758908,27.6990016 Z M44.6905408,22.9756333 C44.2998734,19.8742105 42.3501537,17.5618423 39.0873576,17.5618423 C35.9656357,17.5618423 33.8712245,19.9728423 33.5311991,22.9756333 L44.6905408,22.9756333 Z" id="Fill-12"></path><path d="M55.9001628,18.4462409 L54.3411105,18.4462409 C52.4384156,18.4462409 51.2700307,17.2663121 51.2700307,15.3448181 C51.2700307,13.5730984 52.5867245,12.2470484 54.3411105,12.2470484 L55.9001628,12.2470484 L55.9001628,8.01318615 C55.9001628,5.6496755 57.3615482,4.0752194 59.4089347,4.0752194 C61.4563212,4.0752194 62.9177066,5.6496755 62.9177066,8.01318615 L62.9177066,12.2470484 L64.9144511,12.2470484 C66.7194791,12.2470484 68.2785314,13.0799393 68.2785314,15.3448181 C68.2785314,17.5585545 66.7194791,18.4462409 64.9144511,18.4462409 L62.9177066,18.4462409 L62.9177066,34.7862458 C62.9177066,37.1497565 61.4563212,38.7205595 59.4089347,38.7205595 C57.3615482,38.7205595 55.9001628,37.1497565 55.9001628,34.7862458 L55.9001628,18.4462409 Z" id="Fill-14"></path><path d="M74.2727437,27.6990016 C74.761078,31.1912986 77.636824,32.8168971 80.8996202,32.8168971 C84.506059,32.8168971 86.9911376,29.9638804 88.8431905,29.9638804 C90.3552179,29.9638804 91.7189365,31.4871941 91.7189365,33.0141608 C91.7189365,36.0644411 85.4827274,39.0197427 80.2665943,39.0197427 C72.3736661,39.0197427 67.1105082,33.2114244 67.1105082,25.3866333 C67.1105082,18.2011226 72.2759993,11.6548921 79.6805932,11.6548921 C87.2841382,11.6548921 92.3049376,18.6431393 92.3049376,24.5500894 C92.3049376,26.665194 91.3789112,27.6990016 89.2338578,27.6990016 L74.2727437,27.6990016 Z M85.2873937,22.9756333 C84.8967264,19.8742105 82.9470067,17.5618423 79.6805932,17.5618423 C76.5624887,17.5618423 74.4680774,19.9728423 74.1280521,22.9756333 L85.2873937,22.9756333 Z" id="Fill-16"></path><path d="M94.6934346,15.4934965 C94.6934346,13.1299858 96.5454874,11.950057 98.2998734,11.950057 C100.151926,11.950057 101.710978,12.6404797 101.710978,14.9017055 L101.808645,14.9017055 C103.125339,12.9327222 104.5397,11.950057 106.731778,11.950057 C108.435522,11.950057 110.142883,13.1811282 110.142883,15.7382495 C110.142883,18.0506177 108.044854,18.200392 105.950443,19.1830571 C103.856032,20.1693753 101.710978,21.1045511 101.710978,23.9100785 L101.710978,34.7851499 C101.710978,37.1486606 100.249593,38.7231166 98.2022065,38.7231166 C96.15482,38.7231166 94.6934346,37.1486606 94.6934346,34.7851499 L94.6934346,15.4934965 Z" id="Fill-18"></path><path d="M114.139266,7.17591159 C114.139266,4.91103276 115.698318,3.38771909 117.890396,3.38771909 L125.982275,3.38771909 C136.899258,3.38771909 143.135468,10.474598 143.135468,21.4008119 C143.135468,31.7352348 136.508591,38.4275865 126.47061,38.4275865 L117.988063,38.4275865 C116.381986,38.4275865 114.139266,37.5435531 114.139266,34.7380258 L114.139266,7.17591159 Z M121.44981,31.636603 L126.369325,31.636603 C132.659794,31.636603 135.531923,26.9607241 135.531923,21.053774 C135.531923,14.7559496 132.609152,10.1787026 125.884608,10.1787026 L121.44981,10.1787026 L121.44981,31.636603 Z" id="Fill-20"></path><path d="M153.809731,5.20729352 C153.809731,7.42102993 152.055345,9.29138148 149.863266,9.29138148 C147.765238,9.29138148 145.913185,7.37354053 145.913185,5.20729352 C145.913185,3.19082075 147.765238,1.32046919 149.863266,1.32046919 C151.957678,1.32046919 153.809731,3.13967832 153.809731,5.20729352 L153.809731,5.20729352 Z M146.354494,15.8887543 C146.354494,13.5252437 147.81588,11.9507876 149.863266,11.9507876 C151.910653,11.9507876 153.372038,13.5252437 153.372038,15.8887543 L153.372038,34.7858805 C153.372038,37.1493912 151.910653,38.7238473 149.863266,38.7238473 C147.81588,38.7238473 146.354494,37.1493912 146.354494,34.7858805 L146.354494,15.8887543 Z" id="Fill-22"></path><path d="M174.716947,19.5289991 C172.962561,19.5289991 171.403509,18.1518067 169.160789,18.1518067 C165.163682,18.1518067 163.264605,21.7427355 163.264605,25.3848068 C163.264605,28.8807569 165.359016,32.5228282 169.160789,32.5228282 C170.915175,32.5228282 173.548562,31.0470039 174.376922,31.0470039 C176.033641,31.0470039 177.397359,32.4716858 177.397359,34.1447737 C177.397359,37.786845 171.352867,39.0179162 168.820763,39.0179162 C161.26786,39.0179162 156.247061,32.7675812 156.247061,25.3848068 C156.247061,18.1992961 161.412552,11.6530656 168.820763,11.6530656 C171.598842,11.6530656 177.397359,12.6868732 177.397359,16.1316809 C177.397359,17.6075051 176.373666,19.5289991 174.716947,19.5289991" id="Fill-24"></path><path d="M179.83469,4.46901608 C179.83469,2.10550542 181.296075,0.531049329 183.343462,0.531049329 C185.390848,0.531049329 186.852234,2.10550542 186.852234,4.46901608 L186.852234,14.1166693 L186.949901,14.1166693 C188.411286,12.2938072 191.14234,11.6545268 193.334419,11.6545268 C198.839935,11.6545268 202.934708,15.1979663 202.934708,21.2035482 L202.934708,34.7855152 C202.934708,37.1490259 201.473322,38.723482 199.425936,38.723482 C197.378549,38.723482 195.917164,37.1490259 195.917164,34.7855152 L195.917164,22.4346195 C195.917164,19.1359331 193.869778,17.561477 191.337674,17.561477 C188.461928,17.561477 186.852234,19.6765816 186.852234,22.4346195 L186.852234,34.7855152 C186.852234,37.1490259 185.390848,38.723482 183.343462,38.723482 C181.296075,38.723482 179.83469,37.1490259 179.83469,34.7855152 L179.83469,4.46901608 Z" id="Fill-26"></path><path d="M208.63809,18.4462409 L207.079038,18.4462409 C205.17996,18.4462409 204.007958,17.2663121 204.007958,15.3448181 C204.007958,13.5730984 205.324652,12.2470484 207.079038,12.2470484 L208.63809,12.2470484 L208.63809,8.01318615 C208.63809,5.6496755 210.099475,4.0752194 212.146862,4.0752194 C214.194249,4.0752194 215.655634,5.6496755 215.655634,8.01318615 L215.655634,12.2470484 L217.652378,12.2470484 C219.457406,12.2470484 221.016459,13.0799393 221.016459,15.3448181 C221.016459,17.5585545 219.457406,18.4462409 217.652378,18.4462409 L215.655634,18.4462409 L215.655634,34.7862458 C215.655634,37.1497565 214.194249,38.7205595 212.146862,38.7205595 C210.099475,38.7205595 208.63809,37.1497565 208.63809,34.7862458 L208.63809,18.4462409 Z" id="Fill-28"></path><path d="M222.820402,4.46865078 C222.820402,2.10514012 224.281787,0.530684026 226.329173,0.530684026 C228.37656,0.530684026 229.837945,2.10514012 229.837945,4.46865078 L229.837945,14.116304 C231.689998,12.4907055 234.07741,11.6541615 236.515464,11.6541615 C244.068367,11.6541615 247.819497,18.7921829 247.819497,25.6817982 C247.819497,32.3741498 243.337674,39.0190121 236.269488,39.0190121 C233.882076,39.0190121 231.154639,37.9340621 229.837945,35.7714681 C229.400253,37.6418197 228.278893,38.7231166 226.329173,38.7231166 C224.281787,38.7231166 222.820402,37.1486606 222.820402,34.7851499 L222.820402,4.46865078 Z M235.343462,32.5202711 C239.000543,32.5202711 240.801953,28.6845892 240.801953,25.3859027 C240.801953,22.0397269 239.000543,18.1492495 235.343462,18.1492495 C231.592331,18.1492495 229.837945,21.692689 229.837945,25.1411497 C229.837945,28.5859573 231.494664,32.5202711 235.343462,32.5202711 L235.343462,32.5202711 Z" id="Fill-30"></path><path d="M258.153735,5.20729352 C258.153735,7.42102993 256.399349,9.29138148 254.207271,9.29138148 C252.109242,9.29138148 250.257189,7.37354053 250.257189,5.20729352 C250.257189,3.19082075 252.109242,1.32046919 254.207271,1.32046919 C256.301682,1.32046919 258.153735,3.13967832 258.153735,5.20729352 L258.153735,5.20729352 Z M250.698499,15.8887543 C250.698499,13.5252437 252.159884,11.9507876 254.207271,11.9507876 C256.254657,11.9507876 257.716043,13.5252437 257.716043,15.8887543 L257.716043,34.7858805 C257.716043,37.1493912 256.254657,38.7238473 254.207271,38.7238473 C252.159884,38.7238473 250.698499,37.1493912 250.698499,34.7858805 L250.698499,15.8887543 Z" id="Fill-32"></path><path d="M268.972689,5.20729352 C268.972689,7.42102993 267.218303,9.29138148 265.026225,9.29138148 C262.928197,9.29138148 261.076144,7.37354053 261.076144,5.20729352 C261.076144,3.19082075 262.928197,1.32046919 265.026225,1.32046919 C267.120637,1.32046919 268.972689,3.13967832 268.972689,5.20729352 L268.972689,5.20729352 Z M261.517453,15.8887543 C261.517453,13.5252437 262.978839,11.9507876 265.026225,11.9507876 C267.073612,11.9507876 268.534997,13.5252437 268.534997,15.8887543 L268.534997,45.2189353 C268.534997,47.5824459 267.073612,49.156902 265.026225,49.156902 C262.978839,49.156902 261.517453,47.5824459 261.517453,45.2189353 L261.517453,15.8887543 Z" id="Fill-34"></path></g></g><polyline id="Path" stroke="#E1523D" stroke-width="6.4" stroke-linecap="round" stroke-linejoin="round" transform="translate(346.970563, 44.470563) rotate(-45.000000) translate(-346.970563, -44.470563) " points="334.970563 56.4705627 334.970563 32.4705627 334.970563 32.4705627 358.970563 32.4705627"></polyline><g id="Group-2" transform="translate(319.970563, 44.500000) rotate(90.000000) translate(-319.970563, -44.500000) translate(275.970563, 27.500000)" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.4"><polyline id="Path-Copy-2" stroke="#418FDE" transform="translate(70.970563, 17.000000) rotate(-45.000000) translate(-70.970563, -17.000000) " points="58.9705627 29 58.9705627 5 82.9705627 5"></polyline><polyline id="Path-Copy-3" stroke="#FFC72C" transform="translate(16.970563, 17.000000) scale(-1, 1) rotate(-45.000000) translate(-16.970563, -17.000000) " points="4.97056275 29 4.97056275 5 28.9705627 5"></polyline></g><polyline id="Path-Copy" stroke="#00BF6F" stroke-width="6.4" stroke-linecap="round" stroke-linejoin="round" transform="translate(292.970563, 44.470563) scale(-1, 1) rotate(-45.000000) translate(-292.970563, -44.470563) " points="280.970563 56.4705627 280.970563 32.4705627 280.970563 32.4705627 304.970563 32.4705627"></polyline></g></g>',2)];function Gg(n,e){return h.openBlock(),h.createElementBlock("svg",h.mergeProps({class:"bd-logo"},n.$attrs,{version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),Kg,16)}const Lc=je(Wg,[["render",Gg]]),_c=/^https:/i,Xi=h.defineComponent({__name:"BDLink",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},setup(n){const e=n,t=h.computed(()=>typeof e.to=="string"&&_c.test(e.to)?"a":typeof e.to!="string"&&typeof h.resolveComponent("router-link")!="string"?"router-link":"div"),r=h.computed(()=>{if(typeof e.to=="string"&&_c.test(e.to)){const{to:i,target:o,rel:s}=e;return{href:i,target:o,rel:s}}else{const{to:i}=e;return{to:i}}});return(i,o)=>(h.openBlock(),h.createBlock(h.resolveDynamicComponent(t.value),h.mergeProps({class:"bd-link"},r.value),{default:h.withCtx(()=>[h.renderSlot(i.$slots,"default",{},()=>[h.createTextVNode(h.toDisplayString(e.text),1)])]),_:3},16))}}),Qi={PRIMARY:"primary",SECONDARY:"secondary",DANGER:"danger",WARNING:"warning",INFO:"info",SUCCESS:"success",LIGHT:"light"},Yg={key:0,class:"b-d-alert-title"},Pc=h.defineComponent({__name:"BDAlert",props:{variant:{default:Qi.PRIMARY},title:{default:""}},setup(n){const e=n,t=h.computed(()=>["alert",`alert-${e.variant}`]);return(r,i)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(t.value),role:"alert"},[r.title?(h.openBlock(),h.createElementBlock("div",Yg,[h.createVNode(h.unref(Ji)),h.createElementVNode("span",null,[h.createElementVNode("strong",null,h.toDisplayString(e.title),1)])])):h.createCommentVNode("",!0),h.renderSlot(r.$slots,"default")],2))}}),Jg=["src","alt"],Xg=["textContent"],ea=h.defineComponent({__name:"BDProfileImage",props:{showFooter:{type:Boolean,default:!1},size:{default:st.LG},linkText:{default:""},src:{default:""},alt:{default:""}},emits:["click"],setup(n,{emit:e}){const t=()=>{e("click")};return(r,i)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(["bd-profile-picture rounded-circle",r.size])},[h.createElementVNode("img",{src:r.src,alt:r.alt,class:"position-absolute top-0 start-0"},null,8,Jg),r.showFooter?(h.openBlock(),h.createElementBlock("a",{key:0,class:"bd-profile-picture__footer position-absolute bottom-0 start-0",onClick:t,textContent:h.toDisplayString(r.linkText)},null,8,Xg)):h.createCommentVNode("",!0)],2))}});function Qg(n){return h.getCurrentScope()?(h.onScopeDispose(n),!0):!1}function Zi(n){return typeof n=="function"?n():h.unref(n)}const Zg=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const qg=n=>typeof n<"u",e1=Object.prototype.toString,t1=n=>e1.call(n)==="[object Object]",ta=()=>{};function n1(n,e){function t(...r){return new Promise((i,o)=>{Promise.resolve(n(()=>e.apply(this,r),{fn:e,thisArg:this,args:r})).then(i).catch(o)})}return t}function r1(n,e={}){let t,r,i=ta;const o=l=>{clearTimeout(l),i(),i=ta};return l=>{const a=Zi(n),c=Zi(e.maxWait);return t&&o(t),a<=0||c!==void 0&&c<=0?(r&&(o(r),r=null),Promise.resolve(l())):new Promise((u,d)=>{i=e.rejectOnCancel?d:u,c&&!r&&(r=setTimeout(()=>{t&&o(t),r=null,u(l())},c)),t=setTimeout(()=>{r&&o(r),r=null,u(l())},a)})}}function i1(n,e=200,t={}){return n1(r1(e,t),n)}function Bc(n){var e;const t=Zi(n);return(e=t==null?void 0:t.$el)!=null?e:t}const o1=Zg?window:void 0;function Fc(...n){let e,t,r,i;if(typeof n[0]=="string"||Array.isArray(n[0])?([t,r,i]=n,e=o1):[e,t,r,i]=n,!e)return ta;Array.isArray(t)||(t=[t]),Array.isArray(r)||(r=[r]);const o=[],s=()=>{o.forEach(u=>u()),o.length=0},l=(u,d,f,m)=>(u.addEventListener(d,f,m),()=>u.removeEventListener(d,f,m)),a=h.watch(()=>[Bc(e),Zi(i)],([u,d])=>{if(s(),!u)return;const f=t1(d)?{...d}:d;o.push(...t.flatMap(m=>r.map(p=>l(u,m,p,f))))},{immediate:!0,flush:"post"}),c=()=>{a(),s()};return Qg(c),c}function s1(n){return JSON.parse(JSON.stringify(n))}function a1(n,e={}){const{initialValue:t=!1,focusVisible:r=!1}=e,i=h.ref(!1),o=h.computed(()=>Bc(n));Fc(o,"focus",l=>{var a,c;(!r||(c=(a=l.target).matches)!=null&&c.call(a,":focus-visible"))&&(i.value=!0)}),Fc(o,"blur",()=>i.value=!1);const s=h.computed({get:()=>i.value,set(l){var a,c;!l&&i.value?(a=o.value)==null||a.blur():l&&!i.value&&((c=o.value)==null||c.focus())}});return h.watch(o,()=>{s.value=t},{immediate:!0,flush:"post"}),{focused:s}}function Jn(n,e,t,r={}){var i,o,s;const{clone:l=!1,passive:a=!1,eventName:c,deep:u=!1,defaultValue:d,shouldEmit:f}=r,m=h.getCurrentInstance(),p=t||(m==null?void 0:m.emit)||((i=m==null?void 0:m.$emit)==null?void 0:i.bind(m))||((s=(o=m==null?void 0:m.proxy)==null?void 0:o.$emit)==null?void 0:s.bind(m==null?void 0:m.proxy));let g=c;e||(e="modelValue"),g=g||`update:${e.toString()}`;const y=A=>l?typeof l=="function"?l(A):s1(A):A,S=()=>qg(n[e])?y(n[e]):d,C=A=>{f?f(A)&&p(g,A):p(g,A)};if(a){const A=S(),b=h.ref(A);let D=!1;return h.watch(()=>n[e],w=>{D||(D=!0,b.value=y(w),h.nextTick(()=>D=!1))}),h.watch(b,w=>{!D&&(w!==n[e]||u)&&C(w)},{deep:u}),b}else return h.computed({get(){return S()},set(A){C(A)}})}const l1={class:"bd-zoom-slider d-flex"},c1=[h.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[h.createElementVNode("path",{d:"M1.5 13.5h21a1.5 1.5 0 0 0 0-3h-21a1.5 1.5 0 0 0 0 3z","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"0"})],-1)],u1=["max"],d1=[h.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[h.createElementVNode("path",{d:"M0 12a1.5 1.5 0 0 0 1.5 1.5h8.75a.25.25 0 0 1 .25.25v8.75a1.5 1.5 0 0 0 3 0v-8.75a.25.25 0 0 1 .25-.25h8.75a1.5 1.5 0 0 0 0-3h-8.75a.25.25 0 0 1-.25-.25V1.5a1.5 1.5 0 0 0-3 0v8.75a.25.25 0 0 1-.25.25H1.5A1.5 1.5 0 0 0 0 12z","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"0"})],-1)],$c=h.defineComponent({__name:"BDZoomslider",props:{modelValue:{},maxValue:{default:5}},emits:["update:modelValue"],setup(n,{emit:e}){const t=n,r=Jn(t,"modelValue",e);function i(){r.value!==0&&r.value--}function o(){r.value<t.maxValue&&r.value++}return(s,l)=>(h.openBlock(),h.createElementBlock("div",l1,[(h.openBlock(),h.createElementBlock("svg",{class:"bd-zoom-slider-min-button",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",fill:"#000000",stroke:"#000000",height:"20",width:"20",onClick:i},c1)),h.withDirectives(h.createElementVNode("input",{type:"range","onUpdate:modelValue":l[0]||(l[0]=a=>h.isRef(r)?r.value=a:null),min:"0",max:s.maxValue,class:"bd-zoom-slider-input"},null,8,u1),[[h.vModelText,h.unref(r)]]),(h.openBlock(),h.createElementBlock("svg",{class:"bd-zoom-slider-plus-button",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",fill:"#000000",stroke:"#000000",height:"20",width:"20",onClick:o},d1))]))}});for(var Xn=256,Vc=[],zc=256,qi;Xn--;)Vc[Xn]=(Xn+256).toString(16).substring(1);function Hc(n){var e=0,t=n||11;if(!qi||Xn+t>zc*2)for(qi="",Xn=0;e<zc;e++)qi+=Vc[Math.random()*256|0];return qi.substring(Xn,Xn+++t)}function si(){return{uniqueIdentifier:h.ref(Hc())}}const f1=["id"],h1={key:0},na=h.defineComponent({__name:"BDCard",props:{class:{default:""},title:{default:""},noHeader:{type:Boolean,default:!1},noBody:{type:Boolean,default:!1},headerClass:{default:""},bodyClass:{default:""},id:{default:0},headerVariant:{default:"primary"}},setup(n){const e=n,{uniqueIdentifier:t}=si(),r=t.value,i=h.computed(()=>({"bd-card card":!0,[`${e.class}`]:e.class,"no-body":e.noBody})),o=h.computed(()=>({"card-header":!0,"no-title":!e.title,[`${e.headerClass}`]:e.headerClass,[`${e.headerVariant}`]:e.headerVariant})),s=h.computed(()=>({"card-body":!0,[`${e.bodyClass}`]:e.bodyClass}));return(l,a)=>(h.openBlock(),h.createElementBlock("div",{id:h.unref(r),class:h.normalizeClass(i.value)},[!l.noHeader||l.noBody?(h.openBlock(),h.createElementBlock("div",{key:0,class:h.normalizeClass(o.value)},[h.renderSlot(l.$slots,"header",{},()=>[l.title?(h.openBlock(),h.createElementBlock("h2",h1,h.toDisplayString(l.title),1)):h.createCommentVNode("",!0)])],2)):h.createCommentVNode("",!0),l.noBody?h.createCommentVNode("",!0):(h.openBlock(),h.createElementBlock("div",{key:1,class:h.normalizeClass(s.value)},[h.renderSlot(l.$slots,"body")],2))],10,f1))}}),p1={key:0},m1={class:"bd-collapsable-card__actions"},g1=["data-bs-target"],Uc=h.defineComponent({__name:"BDCollapsableCard",props:{title:{default:"Title"},disabled:{type:Boolean,default:!1},showOn:{default:"md"},visible:{type:Boolean,default:!0}},setup(n){const e=n,{uniqueIdentifier:t}=si(),r=t.value,i=h.computed(()=>`bd-collapsable-card__collapse-${r}`),o=h.computed(()=>({"d-block":[st.SM,st.MD].includes(e.showOn.toLowerCase()),"d-md-none":e.showOn.toLowerCase()==st.SM,"d-lg-none":e.showOn.toLowerCase()==st.MD})),s=h.computed(()=>{let a={"round-corners-sm":e.showOn.toLowerCase()==st.SM,"round-corners-md":e.showOn.toLowerCase()==st.MD,"is-disabled":e.disabled,"round-corners":!e.visible};return Object.keys(a).filter(c=>a[c]).join(" ")}),l=h.computed(()=>{let a={collapse:!0,show:!0,"collapsable-body":!0,[`${i.value}`]:!0,"display-none":!e.visible||e.disabled,"open-collapse-lg":e.visible&&[st.SM,st.MD].includes(e.showOn.toLowerCase()),"open-collapse-md":e.showOn.toLowerCase()==st.SM&&e.visible};return Object.keys(a).filter(c=>a[c]).join(" ")});return(a,c)=>(h.openBlock(),h.createBlock(na,{class:"bd-collapsable-card",title:a.title,"header-class":s.value,"body-class":l.value},{header:h.withCtx(()=>[a.title?(h.openBlock(),h.createElementBlock("h2",p1,h.toDisplayString(a.title),1)):h.createCommentVNode("",!0),h.createElementVNode("div",m1,[h.renderSlot(a.$slots,"action"),!a.disabled&&a.visible?(h.openBlock(),h.createElementBlock("button",{key:0,class:h.normalizeClass(["btn btn-white btn-caret",o.value]),type:"button","data-bs-toggle":"collapse","data-bs-target":`.${i.value}`,"aria-expanded":"true"},[h.createVNode(h.unref(Ic))],10,g1)):h.createCommentVNode("",!0)])]),body:h.withCtx(()=>[h.renderSlot(a.$slots,"body")]),_:3},8,["title","header-class","body-class"]))}});/*! maska v2.1.11 | (c) Alexander Shabunevich | Released under the MIT license */var y1=Object.defineProperty,v1=(n,e,t)=>e in n?y1(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t,ai=(n,e,t)=>(v1(n,typeof e!="symbol"?e+"":e,t),t);const jc={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}};class Wc{constructor(e={}){ai(this,"opts",{}),ai(this,"memo",new Map);const t={...e};if(t.tokens!=null){t.tokens=t.tokensReplace?{...t.tokens}:{...jc,...t.tokens};for(const r of Object.values(t.tokens))typeof r.pattern=="string"&&(r.pattern=new RegExp(r.pattern))}else t.tokens=jc;Array.isArray(t.mask)&&(t.mask.length>1?t.mask=[...t.mask].sort((r,i)=>r.length-i.length):t.mask=t.mask[0]??""),t.mask===""&&(t.mask=null),this.opts=t}masked(e){return this.process(e,this.findMask(e))}unmasked(e){return this.process(e,this.findMask(e),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const t=this.findMask(e);if(this.opts.mask==null||t==null)return!1;const r=this.process(e,t).length;return typeof this.opts.mask=="string"?r>=this.opts.mask.length:typeof this.opts.mask=="function"?r>=t.length:this.opts.mask.filter(i=>r>=i.length).length===this.opts.mask.length}findMask(e){const t=this.opts.mask;if(t==null)return null;if(typeof t=="string")return t;if(typeof t=="function")return t(e);const r=this.process(e,t.slice(-1).pop()??"",!1);return t.find(i=>this.process(e,i,!1).length>=r.length)??""}escapeMask(e){const t=[],r=[];return e.split("").forEach((i,o)=>{i==="!"&&e[o-1]!=="!"?r.push(o-r.length):t.push(i)}),{mask:t.join(""),escaped:r}}process(e,t,r=!0){if(t==null)return e;const i=`value=${e},mask=${t},masked=${r?1:0}`;if(this.memo.has(i))return this.memo.get(i);const{mask:o,escaped:s}=this.escapeMask(t),l=[],a=this.opts.tokens!=null?this.opts.tokens:{},c=this.isReversed()?-1:1,u=this.isReversed()?"unshift":"push",d=this.isReversed()?0:o.length-1,f=this.isReversed()?()=>y>-1&&S>-1:()=>y<o.length&&S<e.length,m=A=>!this.isReversed()&&A<=d||this.isReversed()&&A>=d;let p,g=-1,y=this.isReversed()?o.length-1:0,S=this.isReversed()?e.length-1:0,C=!1;for(;f();){const A=o.charAt(y),b=a[A],D=(b==null?void 0:b.transform)!=null?b.transform(e.charAt(S)):e.charAt(S);if(!s.includes(y)&&b!=null?(D.match(b.pattern)!=null?(l[u](D),b.repeated?(g===-1?g=y:y===d&&y!==g&&(y=g-c),d===g&&(y-=c)):b.multiple&&(C=!0,y-=c),y+=c):b.multiple?C&&(y+=c,S-=c,C=!1):D===p?p=void 0:b.optional&&(y+=c,S-=c),S+=c):(r&&!this.isEager()&&l[u](A),D===A&&!this.isEager()?S+=c:p=A,this.isEager()||(y+=c)),this.isEager())for(;m(y)&&(a[o.charAt(y)]==null||s.includes(y));)r?l[u](o.charAt(y)):o.charAt(y)===e.charAt(S)&&(S+=c),y+=c}return this.memo.set(i,l.join("")),this.memo.get(i)}}const Kc=n=>JSON.parse(n.replaceAll("'",'"')),Gc=(n,e={})=>{const t={...e};return n.dataset.maska!=null&&n.dataset.maska!==""&&(t.mask=b1(n.dataset.maska)),n.dataset.maskaEager!=null&&(t.eager=ra(n.dataset.maskaEager)),n.dataset.maskaReversed!=null&&(t.reversed=ra(n.dataset.maskaReversed)),n.dataset.maskaTokensReplace!=null&&(t.tokensReplace=ra(n.dataset.maskaTokensReplace)),n.dataset.maskaTokens!=null&&(t.tokens=E1(n.dataset.maskaTokens)),t},ra=n=>n!==""?!!JSON.parse(n):!0,b1=n=>n.startsWith("[")&&n.endsWith("]")?Kc(n):n,E1=n=>{if(n.startsWith("{")&&n.endsWith("}"))return Kc(n);const e={};return n.split("|").forEach(t=>{const r=t.split(":");e[r[0]]={pattern:new RegExp(r[1]),optional:r[2]==="optional",multiple:r[2]==="multiple",repeated:r[2]==="repeated"}}),e};class S1{constructor(e,t={}){ai(this,"items",new Map),ai(this,"beforeinputEvent",r=>{const i=r.target,o=this.items.get(i);o.isEager()&&"inputType"in r&&r.inputType.startsWith("delete")&&o.unmasked(i.value).length<=1&&this.setMaskedValue(i,"")}),ai(this,"inputEvent",r=>{if(r instanceof CustomEvent&&r.type==="input"&&r.detail!=null&&typeof r.detail=="object"&&"masked"in r.detail)return;const i=r.target,o=this.items.get(i),s=i.value,l=i.selectionStart,a=i.selectionEnd;let c=s;if(o.isEager()){const u=o.masked(s),d=o.unmasked(s);d===""&&"data"in r&&r.data!=null?c=r.data:d!==o.unmasked(u)&&(c=d)}if(this.setMaskedValue(i,c),"inputType"in r&&(r.inputType.startsWith("delete")||l!=null&&l<s.length))try{i.setSelectionRange(l,a)}catch{}}),this.options=t,typeof e=="string"?this.init(Array.from(document.querySelectorAll(e)),this.getMaskOpts(t)):this.init("length"in e?Array.from(e):[e],this.getMaskOpts(t))}destroy(){for(const e of this.items.keys())e.removeEventListener("input",this.inputEvent),e.removeEventListener("beforeinput",this.beforeinputEvent);this.items.clear()}needUpdateOptions(e,t){const r=this.items.get(e),i=new Wc(Gc(e,this.getMaskOpts(t)));return JSON.stringify(r.opts)!==JSON.stringify(i.opts)}needUpdateValue(e){const t=e.dataset.maskaValue;return t==null&&e.value!==""||t!=null&&t!==e.value}getMaskOpts(e){const{onMaska:t,preProcess:r,postProcess:i,...o}=e;return o}init(e,t){for(const r of e){const i=new Wc(Gc(r,t));this.items.set(r,i),r.value!==""&&this.setMaskedValue(r,r.value),r.addEventListener("input",this.inputEvent),r.addEventListener("beforeinput",this.beforeinputEvent)}}setMaskedValue(e,t){const r=this.items.get(e);this.options.preProcess!=null&&(t=this.options.preProcess(t));const i=r.masked(t),o=r.unmasked(r.isEager()?i:t),s=r.completed(t),l={masked:i,unmasked:o,completed:s};t=i,this.options.postProcess!=null&&(t=this.options.postProcess(t)),e.value=t,e.dataset.maskaValue=t,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(a=>a(l)):this.options.onMaska(l)),e.dispatchEvent(new CustomEvent("maska",{detail:l})),e.dispatchEvent(new CustomEvent("input",{detail:l}))}}const ia=new WeakMap,C1=n=>{setTimeout(()=>{var e;((e=ia.get(n))==null?void 0:e.needUpdateValue(n))===!0&&n.dispatchEvent(new CustomEvent("input"))})},T1=(n,e)=>{const t=n instanceof HTMLInputElement?n:n.querySelector("input"),r={...e.arg};if(t==null||(t==null?void 0:t.type)==="file")return;C1(t);const i=ia.get(t);if(i!=null){if(!i.needUpdateOptions(t,r))return;i.destroy()}if(e.value!=null){const o=e.value,s=l=>{o.masked=l.masked,o.unmasked=l.unmasked,o.completed=l.completed};r.onMaska=r.onMaska==null?s:Array.isArray(r.onMaska)?[...r.onMaska,s]:[r.onMaska,s]}ia.set(t,new S1(t,r))},A1=["value","type"],Yc=h.defineComponent({__name:"BDFormInput",props:{modelValue:{default:""},formGroupClass:{default:void 0},type:{default:"text"},label:{default:void 0},labelClass:{default:void 0},formFieldClass:{default:void 0},inputClass:{default:void 0},placeholder:{default:void 0},state:{type:[Boolean,null],default:null},readonly:{type:[Boolean,null],default:null},disabled:{type:[Boolean,null],default:null},autofocus:{type:[Boolean,null],default:null},size:{default:st.MD},tabindex:{default:null},invalidFeedbackClass:{default:void 0},invalidFeedbackText:{default:void 0},delayTimeMs:{default:0},mask:{default:void 0}},emits:["update:modelValue","click","blur","enter"],setup(n,{emit:e}){const t=n,{uniqueIdentifier:r}=si(),i=Jn(t,"modelValue",e),o=`__BD__FORM__LABEL__${r.value}`,s=`__BD__FORM__GROUP__${r.value}`,l=`form-input-${t.label?t.label.replace(/ /g,"-").toLowerCase():r.value}`,a=`validationFeedback${t.label?t.label.replace(/ /g,""):r.value}`,c=h.computed(()=>({[`${t.inputClass}`]:t.inputClass,"is-invalid":t.state===!1,"is-valid":t.state===!0,[`form-control-${t.size}`]:t.size})),u=h.computed(()=>({placeholder:t.placeholder?t.placeholder:null,readonly:t.readonly===!0,disabled:t.disabled===!0,autofocus:t.autofocus===!0,tabindex:t.tabindex?t.tabindex:null,"aria-describedby":t.state===!1&&t.invalidFeedbackText?a:null,"data-maska":t.mask})),d=i1(f=>{i.value=f.target.value},t.delayTimeMs);return(f,m)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(["bd-form-input",f.formGroupClass]),id:s},[h.renderSlot(f.$slots,"label",{},()=>[f.label?(h.openBlock(),h.createElementBlock("label",{key:0,for:l,id:o,class:h.normalizeClass(["form-label",f.labelClass])},h.toDisplayString(f.label),3)):h.createCommentVNode("",!0)]),h.createElementVNode("div",{class:h.normalizeClass(f.formFieldClass)},[h.withDirectives(h.createElementVNode("input",h.mergeProps({value:f.modelValue,type:f.type,id:l,class:["form-control",c.value]},u.value,{onInput:m[0]||(m[0]=(...p)=>h.unref(d)&&h.unref(d)(...p)),onClick:m[1]||(m[1]=p=>f.$emit("click")),onBlur:m[2]||(m[2]=p=>f.$emit("blur")),onKeydown:m[3]||(m[3]=h.withKeys(p=>f.$emit("enter"),["enter"]))}),null,16,A1),[[h.unref(T1)]]),h.renderSlot(f.$slots,"default")],2),h.createVNode(h.unref(eo),{text:f.invalidFeedbackText,class:h.normalizeClass(f.invalidFeedbackClass),state:f.state,id:a},null,8,["text","class","state"])],2))}}),w1=["for"],Jc=h.defineComponent({__name:"BDInputGroup",props:{label:{default:void 0},labelForId:{default:void 0}},setup(n){const e=n,t=h.useAttrs();return(r,i)=>(h.openBlock(),h.createElementBlock(h.Fragment,null,[e.label?(h.openBlock(),h.createElementBlock("label",{key:0,for:e.labelForId,class:"form-label"},h.toDisplayString(e.label),9,w1)):h.createCommentVNode("",!0),h.createElementVNode("div",{class:h.normalizeClass(["input-group bd-input-group",h.unref(t).class])},[h.renderSlot(r.$slots,"default")],2)],64))}}),x1={class:"invalid-feedback bd-invalid-feedback"},eo=h.defineComponent({__name:"BDFormInvalidFeedback",props:{state:{type:[Boolean,null],default:null},text:{default:""}},setup(n){return(e,t)=>(h.openBlock(),h.createElementBlock("div",x1,[h.createVNode(h.unref(Yi)),h.createTextVNode(" "+h.toDisplayString(e.text),1)]))}}),Xc=h.defineComponent({__name:"BDBadge",props:{variant:{default:Qi.PRIMARY}},setup(n){const e=n,t=h.computed(()=>["badge","bd-badge",`text-bg-${e.variant}`]);return(r,i)=>(h.openBlock(),h.createElementBlock("span",{role:"status",class:h.normalizeClass(t.value)},[h.renderSlot(r.$slots,"default")],2))}}),k1=["onSubmit","onReset"],Qc=h.defineComponent({__name:"BDForm",emits:["submit","reset"],setup(n,{emit:e}){function t(){e("submit")}function r(){e("reset")}return(i,o)=>(h.openBlock(),h.createElementBlock("form",{onSubmit:h.withModifiers(t,["prevent"]),onReset:h.withModifiers(r,["prevent"])},[h.renderSlot(i.$slots,"default")],40,k1))}}),O1={"aria-label":"Page navigation",class:"bd-pagination"},M1={class:"page-item"},N1=["data-page"],I1=["data-page"],D1={class:"page-item"},R1=["data-page"],Zc=h.defineComponent({__name:"BDPagination",props:{modelValue:{default:1},totalRows:{default:1},rowsPerPage:{default:10},isPatient:{type:Boolean,default:!0}},emits:["click","update:modelValue"],setup(n,{emit:e}){const t=n,r=Jn(t,"modelValue",e),i=h.ref(Math.ceil(t.totalRows/t.rowsPerPage)),o=h.ref([]);h.watch([()=>t.totalRows,()=>t.rowsPerPage],()=>{i.value=Math.ceil(t.totalRows/t.rowsPerPage),o.value=a()}),h.onMounted(()=>{o.value=a()});const s=h.computed(()=>({[`${t.class}`]:t.class,colleague:!t.isPatient})),l=c=>{const u=c.currentTarget.getAttribute("data-page");isNaN(Number(u))||(r.value=Number(u)),o.value=a(),e("click",r.value)},a=()=>{const c=[],u=i.value,d=7;if(u<=d)for(let f=1;f<=u;f++)c.push(f);else{const m=Math.floor((d-3)/2);if(r.value<=m+2){for(let p=1;p<=m+3;p++)c.push(p);c.push("..."),c.push(u)}else if(r.value>=u-m-1){c.push(1),c.push("...");for(let p=u-m-3;p<=u;p++)c.push(p)}else{c.push(1),c.push("...");for(let p=r.value-1;p<=r.value+1;p++)c.push(p);c.push("..."),c.push(u)}}return c};return(c,u)=>(h.openBlock(),h.createElementBlock("div",O1,[h.createElementVNode("ul",{class:h.normalizeClass(["pagination",s.value])},[h.withDirectives(h.createElementVNode("li",M1,[h.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Previous",onClick:l,"data-page":h.unref(r)-1},[h.createVNode(h.unref(Ks))],8,N1)],512),[[h.vShow,h.unref(r)>1]]),(h.openBlock(!0),h.createElementBlock(h.Fragment,null,h.renderList(o.value,d=>(h.openBlock(),h.createElementBlock("li",{class:h.normalizeClass(["page-item",{active:h.unref(r)===d,disabled:typeof d=="string"}]),key:d},[h.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center",onClick:l,"data-page":d},h.toDisplayString(d),9,I1)],2))),128)),h.withDirectives(h.createElementVNode("li",D1,[h.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Next",onClick:l,"data-page":h.unref(r)+1},[h.createVNode(h.unref(Ws))],8,R1)],512),[[h.vShow,h.unref(r)<i.value]])],2)]))}}),L1=["disabled"],_1=["value"],qc=h.defineComponent({__name:"BDFormSelect",props:{size:{default:st.MD},disabled:{type:Boolean},autofocus:{type:Boolean,default:!1},options:{default:void 0},modelValue:{default:""},state:{type:[Boolean,null],default:null}},emits:["update:modelValue","change","input"],setup(n,{emit:e}){const t=n,r=Jn(t,"modelValue",e),i=h.ref(null),{focused:o}=a1(i,{initialValue:t.autofocus}),s=h.computed(()=>({"form-select":!0,"bd-form-select":!0,"is-invalid":t.state===!1,[`form-select-${t.size}`]:["xs","sm","lg"].includes(t.size)}));h.watch(()=>t.autofocus,c=>{c&&(o.value=!0)});const l=c=>{r.value=c.target.value,e("input",c.target.value)},a=c=>{e("change",c.target.value)};return(c,u)=>h.withDirectives((h.openBlock(),h.createElementBlock("select",{class:h.normalizeClass(s.value),"onUpdate:modelValue":u[0]||(u[0]=d=>h.isRef(r)?r.value=d:null),disabled:t.disabled,ref_key:"input",ref:i,onInput:l,onChange:a},[h.renderSlot(c.$slots,"first",{},()=>[(h.openBlock(!0),h.createElementBlock(h.Fragment,null,h.renderList(t.options,d=>(h.openBlock(),h.createElementBlock("option",{value:d.value,key:d.value},h.toDisplayString(d.text),9,_1))),128))])],42,L1)),[[h.vModelSelect,h.unref(r)]])}}),P1=["value","true-value","false-value","data-checked"],eu=h.defineComponent({__name:"BDFormCheckbox",props:{modelValue:{type:[Boolean,String],default:void 0},value:{type:[Boolean,String],default:!0},uncheckedValue:{type:[Boolean,String],default:!1},state:{type:[Boolean,null],default:void 0}},emits:["update:modelValue","change","input"],setup(n,{emit:e}){const t=n,{uniqueIdentifier:r}=si(),i=Jn(t,"modelValue",e),o=`form-check-input-${r.value}`,s=h.computed(()=>["form-check","bd-form-checkbox"]),l=h.computed(()=>({"form-check-input":!0,"is-invalid":t.state===!1})),a=u=>{e("input",u.target.value)},c=u=>{e("change",u.target.value)};return(u,d)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(s.value)},[h.withDirectives(h.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>h.isRef(i)?i.value=f:null),class:h.normalizeClass(l.value),type:"checkbox",value:u.value,"true-value":u.value,"false-value":u.uncheckedValue,id:o,onChange:c,onInput:a,"data-checked":h.unref(i)===u.value},null,42,P1),[[h.vModelCheckbox,h.unref(i)]]),h.createElementVNode("label",{class:"form-check-label",for:o},[h.renderSlot(u.$slots,"default")]),h.renderSlot(u.$slots,"last")],2))}}),B1={key:0,class:"bd-article__body"},F1={key:1},tu=h.defineComponent({__name:"BDArticle",props:{title:{default:""},text:{default:""},hideBody:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},identifier:{}},emits:["click"],setup(n,{emit:e}){const t=n,r=i=>e("click",{event:i,identifier:t.identifier});return(i,o)=>(h.openBlock(),h.createElementBlock("article",{class:"bd-article",onClick:r},[h.createElementVNode("header",null,[h.renderSlot(i.$slots,"header",{},()=>[h.createElementVNode("h5",null,h.toDisplayString(t.title),1)])]),t.hideBody?h.createCommentVNode("",!0):(h.openBlock(),h.createElementBlock("div",B1,[h.renderSlot(i.$slots,"default",{},()=>[h.createTextVNode(h.toDisplayString(t.text),1)])])),t.hideFooter?h.createCommentVNode("",!0):(h.openBlock(),h.createElementBlock("footer",F1,[h.renderSlot(i.$slots,"footer")]))]))}}),br={DANGER:"danger",WARNING:"warning",INFO:"info",SUCCESS:"success"},$1=["id"],V1={class:"toast-header"},z1=h.createElementVNode("button",{type:"button",class:"btn-close","data-bs-dismiss":"toast","aria-label":"Close"},null,-1),H1={class:"toast-body"},oa=h.defineComponent({__name:"BDToast",props:{id:{},show:{type:Boolean,default:!1},variant:{default:br.INFO},title:{default:""},text:{default:""}},setup(n){const e=n,t=h.computed(()=>({show:e.show,[`bd-toast-${e.variant}`]:!0})),r=h.computed(()=>e.variant!==br.SUCCESS);return(i,o)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(["toast bd-toast",t.value]),role:"alert","aria-live":"assertive","aria-atomic":"true",key:e.id,id:e.id},[h.createElementVNode("div",V1,[r.value?(h.openBlock(),h.createBlock(h.unref(Ji),{key:0})):(h.openBlock(),h.createBlock(h.unref(Gi),{key:1})),h.createElementVNode("h5",null,h.toDisplayString(e.title),1),z1]),h.createElementVNode("div",H1,[h.createElementVNode("span",null,h.toDisplayString(e.text),1)])],10,$1))}}),nu=h.defineComponent({__name:"BDDropdownItem",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},emits:["click"],setup(n,{emit:e}){const t=n,r=()=>{e("click")};return(i,o)=>(h.openBlock(),h.createElementBlock("li",h.mergeProps({class:"bd-dropdown-item"},i.$attrs),[h.createVNode(Xi,h.mergeProps({class:"dropdown-item",onClick:r},t),{default:h.withCtx(()=>[h.renderSlot(i.$slots,"default",{},()=>[h.createTextVNode(h.toDisplayString(t.text),1)])]),_:3},16)],16))}});function U1(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var ru={exports:{}};(function(n,e){(function(r,i){n.exports=i()})(self,function(){return function(){var t={3099:function(s){s.exports=function(l){if(typeof l!="function")throw TypeError(String(l)+" is not a function");return l}},6077:function(s,l,a){var c=a(111);s.exports=function(u){if(!c(u)&&u!==null)throw TypeError("Can't set "+String(u)+" as a prototype");return u}},1223:function(s,l,a){var c=a(5112),u=a(30),d=a(3070),f=c("unscopables"),m=Array.prototype;m[f]==null&&d.f(m,f,{configurable:!0,value:u(null)}),s.exports=function(p){m[f][p]=!0}},1530:function(s,l,a){var c=a(8710).charAt;s.exports=function(u,d,f){return d+(f?c(u,d).length:1)}},5787:function(s){s.exports=function(l,a,c){if(!(l instanceof a))throw TypeError("Incorrect "+(c?c+" ":"")+"invocation");return l}},9670:function(s,l,a){var c=a(111);s.exports=function(u){if(!c(u))throw TypeError(String(u)+" is not an object");return u}},4019:function(s){s.exports=typeof ArrayBuffer<"u"&&typeof DataView<"u"},260:function(s,l,a){var c=a(4019),u=a(9781),d=a(7854),f=a(111),m=a(6656),p=a(648),g=a(8880),y=a(1320),S=a(3070).f,C=a(9518),A=a(7674),b=a(5112),D=a(9711),w=d.Int8Array,B=w&&w.prototype,$=d.Uint8ClampedArray,V=$&&$.prototype,F=w&&C(w),P=B&&C(B),_=Object.prototype,H=_.isPrototypeOf,Y=b("toStringTag"),X=D("TYPED_ARRAY_TAG"),Q=c&&!!A&&p(d.opera)!=="Opera",ie=!1,j,ce={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},fe={BigInt64Array:8,BigUint64Array:8},Ee=function(k){if(!f(k))return!1;var M=p(k);return M==="DataView"||m(ce,M)||m(fe,M)},Ae=function(ye){if(!f(ye))return!1;var k=p(ye);return m(ce,k)||m(fe,k)},Se=function(ye){if(Ae(ye))return ye;throw TypeError("Target is not a typed array")},Oe=function(ye){if(A){if(H.call(F,ye))return ye}else for(var k in ce)if(m(ce,j)){var M=d[k];if(M&&(ye===M||H.call(M,ye)))return ye}throw TypeError("Target is not a typed array constructor")},xe=function(ye,k,M){if(u){if(M)for(var T in ce){var O=d[T];O&&m(O.prototype,ye)&&delete O.prototype[ye]}(!P[ye]||M)&&y(P,ye,M?k:Q&&B[ye]||k)}},Me=function(ye,k,M){var T,O;if(u){if(A){if(M)for(T in ce)O=d[T],O&&m(O,ye)&&delete O[ye];if(!F[ye]||M)try{return y(F,ye,M?k:Q&&w[ye]||k)}catch{}else return}for(T in ce)O=d[T],O&&(!O[ye]||M)&&y(O,ye,k)}};for(j in ce)d[j]||(Q=!1);if((!Q||typeof F!="function"||F===Function.prototype)&&(F=function(){throw TypeError("Incorrect invocation")},Q))for(j in ce)d[j]&&A(d[j],F);if((!Q||!P||P===_)&&(P=F.prototype,Q))for(j in ce)d[j]&&A(d[j].prototype,P);if(Q&&C(V)!==P&&A(V,P),u&&!m(P,Y)){ie=!0,S(P,Y,{get:function(){return f(this)?this[X]:void 0}});for(j in ce)d[j]&&g(d[j],X,j)}s.exports={NATIVE_ARRAY_BUFFER_VIEWS:Q,TYPED_ARRAY_TAG:ie&&X,aTypedArray:Se,aTypedArrayConstructor:Oe,exportTypedArrayMethod:xe,exportTypedArrayStaticMethod:Me,isView:Ee,isTypedArray:Ae,TypedArray:F,TypedArrayPrototype:P}},3331:function(s,l,a){var c=a(7854),u=a(9781),d=a(4019),f=a(8880),m=a(2248),p=a(7293),g=a(5787),y=a(9958),S=a(7466),C=a(7067),A=a(1179),b=a(9518),D=a(7674),w=a(8006).f,B=a(3070).f,$=a(1285),V=a(8003),F=a(9909),P=F.get,_=F.set,H="ArrayBuffer",Y="DataView",X="prototype",Q="Wrong length",ie="Wrong index",j=c[H],ce=j,fe=c[Y],Ee=fe&&fe[X],Ae=Object.prototype,Se=c.RangeError,Oe=A.pack,xe=A.unpack,Me=function(K){return[K&255]},ye=function(K){return[K&255,K>>8&255]},k=function(K){return[K&255,K>>8&255,K>>16&255,K>>24&255]},M=function(K){return K[3]<<24|K[2]<<16|K[1]<<8|K[0]},T=function(K){return Oe(K,23,4)},O=function(K){return Oe(K,52,8)},v=function(K,G){B(K[X],G,{get:function(){return P(this)[G]}})},E=function(K,G,q,ue){var ge=C(q),Ie=P(K);if(ge+G>Ie.byteLength)throw Se(ie);var $e=P(Ie.buffer).bytes,Fe=ge+Ie.byteOffset,Re=$e.slice(Fe,Fe+G);return ue?Re:Re.reverse()},N=function(K,G,q,ue,ge,Ie){var $e=C(q),Fe=P(K);if($e+G>Fe.byteLength)throw Se(ie);for(var Re=P(Fe.buffer).bytes,Ye=$e+Fe.byteOffset,Et=ue(+ge),ot=0;ot<G;ot++)Re[Ye+ot]=Et[Ie?ot:G-ot-1]};if(!d)ce=function(G){g(this,ce,H);var q=C(G);_(this,{bytes:$.call(new Array(q),0),byteLength:q}),u||(this.byteLength=q)},fe=function(G,q,ue){g(this,fe,Y),g(G,ce,Y);var ge=P(G).byteLength,Ie=y(q);if(Ie<0||Ie>ge)throw Se("Wrong offset");if(ue=ue===void 0?ge-Ie:S(ue),Ie+ue>ge)throw Se(Q);_(this,{buffer:G,byteLength:ue,byteOffset:Ie}),u||(this.buffer=G,this.byteLength=ue,this.byteOffset=Ie)},u&&(v(ce,"byteLength"),v(fe,"buffer"),v(fe,"byteLength"),v(fe,"byteOffset")),m(fe[X],{getInt8:function(G){return E(this,1,G)[0]<<24>>24},getUint8:function(G){return E(this,1,G)[0]},getInt16:function(G){var q=E(this,2,G,arguments.length>1?arguments[1]:void 0);return(q[1]<<8|q[0])<<16>>16},getUint16:function(G){var q=E(this,2,G,arguments.length>1?arguments[1]:void 0);return q[1]<<8|q[0]},getInt32:function(G){return M(E(this,4,G,arguments.length>1?arguments[1]:void 0))},getUint32:function(G){return M(E(this,4,G,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(G){return xe(E(this,4,G,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(G){return xe(E(this,8,G,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(G,q){N(this,1,G,Me,q)},setUint8:function(G,q){N(this,1,G,Me,q)},setInt16:function(G,q){N(this,2,G,ye,q,arguments.length>2?arguments[2]:void 0)},setUint16:function(G,q){N(this,2,G,ye,q,arguments.length>2?arguments[2]:void 0)},setInt32:function(G,q){N(this,4,G,k,q,arguments.length>2?arguments[2]:void 0)},setUint32:function(G,q){N(this,4,G,k,q,arguments.length>2?arguments[2]:void 0)},setFloat32:function(G,q){N(this,4,G,T,q,arguments.length>2?arguments[2]:void 0)},setFloat64:function(G,q){N(this,8,G,O,q,arguments.length>2?arguments[2]:void 0)}});else{if(!p(function(){j(1)})||!p(function(){new j(-1)})||p(function(){return new j,new j(1.5),new j(NaN),j.name!=H})){ce=function(G){return g(this,ce),new j(C(G))};for(var I=ce[X]=j[X],R=w(j),L=0,z;R.length>L;)(z=R[L++])in ce||f(ce,z,j[z]);I.constructor=ce}D&&b(Ee)!==Ae&&D(Ee,Ae);var W=new fe(new ce(2)),U=Ee.setInt8;W.setInt8(0,2147483648),W.setInt8(1,2147483649),(W.getInt8(0)||!W.getInt8(1))&&m(Ee,{setInt8:function(G,q){U.call(this,G,q<<24>>24)},setUint8:function(G,q){U.call(this,G,q<<24>>24)}},{unsafe:!0})}V(ce,H),V(fe,Y),s.exports={ArrayBuffer:ce,DataView:fe}},1048:function(s,l,a){var c=a(7908),u=a(1400),d=a(7466),f=Math.min;s.exports=[].copyWithin||function(p,g){var y=c(this),S=d(y.length),C=u(p,S),A=u(g,S),b=arguments.length>2?arguments[2]:void 0,D=f((b===void 0?S:u(b,S))-A,S-C),w=1;for(A<C&&C<A+D&&(w=-1,A+=D-1,C+=D-1);D-- >0;)A in y?y[C]=y[A]:delete y[C],C+=w,A+=w;return y}},1285:function(s,l,a){var c=a(7908),u=a(1400),d=a(7466);s.exports=function(m){for(var p=c(this),g=d(p.length),y=arguments.length,S=u(y>1?arguments[1]:void 0,g),C=y>2?arguments[2]:void 0,A=C===void 0?g:u(C,g);A>S;)p[S++]=m;return p}},8533:function(s,l,a){var c=a(2092).forEach,u=a(9341),d=u("forEach");s.exports=d?[].forEach:function(m){return c(this,m,arguments.length>1?arguments[1]:void 0)}},8457:function(s,l,a){var c=a(9974),u=a(7908),d=a(3411),f=a(7659),m=a(7466),p=a(6135),g=a(1246);s.exports=function(S){var C=u(S),A=typeof this=="function"?this:Array,b=arguments.length,D=b>1?arguments[1]:void 0,w=D!==void 0,B=g(C),$=0,V,F,P,_,H,Y;if(w&&(D=c(D,b>2?arguments[2]:void 0,2)),B!=null&&!(A==Array&&f(B)))for(_=B.call(C),H=_.next,F=new A;!(P=H.call(_)).done;$++)Y=w?d(_,D,[P.value,$],!0):P.value,p(F,$,Y);else for(V=m(C.length),F=new A(V);V>$;$++)Y=w?D(C[$],$):C[$],p(F,$,Y);return F.length=$,F}},1318:function(s,l,a){var c=a(5656),u=a(7466),d=a(1400),f=function(m){return function(p,g,y){var S=c(p),C=u(S.length),A=d(y,C),b;if(m&&g!=g){for(;C>A;)if(b=S[A++],b!=b)return!0}else for(;C>A;A++)if((m||A in S)&&S[A]===g)return m||A||0;return!m&&-1}};s.exports={includes:f(!0),indexOf:f(!1)}},2092:function(s,l,a){var c=a(9974),u=a(8361),d=a(7908),f=a(7466),m=a(5417),p=[].push,g=function(y){var S=y==1,C=y==2,A=y==3,b=y==4,D=y==6,w=y==7,B=y==5||D;return function($,V,F,P){for(var _=d($),H=u(_),Y=c(V,F,3),X=f(H.length),Q=0,ie=P||m,j=S?ie($,X):C||w?ie($,0):void 0,ce,fe;X>Q;Q++)if((B||Q in H)&&(ce=H[Q],fe=Y(ce,Q,_),y))if(S)j[Q]=fe;else if(fe)switch(y){case 3:return!0;case 5:return ce;case 6:return Q;case 2:p.call(j,ce)}else switch(y){case 4:return!1;case 7:p.call(j,ce)}return D?-1:A||b?b:j}};s.exports={forEach:g(0),map:g(1),filter:g(2),some:g(3),every:g(4),find:g(5),findIndex:g(6),filterOut:g(7)}},6583:function(s,l,a){var c=a(5656),u=a(9958),d=a(7466),f=a(9341),m=Math.min,p=[].lastIndexOf,g=!!p&&1/[1].lastIndexOf(1,-0)<0,y=f("lastIndexOf"),S=g||!y;s.exports=S?function(A){if(g)return p.apply(this,arguments)||0;var b=c(this),D=d(b.length),w=D-1;for(arguments.length>1&&(w=m(w,u(arguments[1]))),w<0&&(w=D+w);w>=0;w--)if(w in b&&b[w]===A)return w||0;return-1}:p},1194:function(s,l,a){var c=a(7293),u=a(5112),d=a(7392),f=u("species");s.exports=function(m){return d>=51||!c(function(){var p=[],g=p.constructor={};return g[f]=function(){return{foo:1}},p[m](Boolean).foo!==1})}},9341:function(s,l,a){var c=a(7293);s.exports=function(u,d){var f=[][u];return!!f&&c(function(){f.call(null,d||function(){throw 1},1)})}},3671:function(s,l,a){var c=a(3099),u=a(7908),d=a(8361),f=a(7466),m=function(p){return function(g,y,S,C){c(y);var A=u(g),b=d(A),D=f(A.length),w=p?D-1:0,B=p?-1:1;if(S<2)for(;;){if(w in b){C=b[w],w+=B;break}if(w+=B,p?w<0:D<=w)throw TypeError("Reduce of empty array with no initial value")}for(;p?w>=0:D>w;w+=B)w in b&&(C=y(C,b[w],w,A));return C}};s.exports={left:m(!1),right:m(!0)}},5417:function(s,l,a){var c=a(111),u=a(3157),d=a(5112),f=d("species");s.exports=function(m,p){var g;return u(m)&&(g=m.constructor,typeof g=="function"&&(g===Array||u(g.prototype))?g=void 0:c(g)&&(g=g[f],g===null&&(g=void 0))),new(g===void 0?Array:g)(p===0?0:p)}},3411:function(s,l,a){var c=a(9670),u=a(9212);s.exports=function(d,f,m,p){try{return p?f(c(m)[0],m[1]):f(m)}catch(g){throw u(d),g}}},7072:function(s,l,a){var c=a(5112),u=c("iterator"),d=!1;try{var f=0,m={next:function(){return{done:!!f++}},return:function(){d=!0}};m[u]=function(){return this},Array.from(m,function(){throw 2})}catch{}s.exports=function(p,g){if(!g&&!d)return!1;var y=!1;try{var S={};S[u]=function(){return{next:function(){return{done:y=!0}}}},p(S)}catch{}return y}},4326:function(s){var l={}.toString;s.exports=function(a){return l.call(a).slice(8,-1)}},648:function(s,l,a){var c=a(1694),u=a(4326),d=a(5112),f=d("toStringTag"),m=u(function(){return arguments}())=="Arguments",p=function(g,y){try{return g[y]}catch{}};s.exports=c?u:function(g){var y,S,C;return g===void 0?"Undefined":g===null?"Null":typeof(S=p(y=Object(g),f))=="string"?S:m?u(y):(C=u(y))=="Object"&&typeof y.callee=="function"?"Arguments":C}},9920:function(s,l,a){var c=a(6656),u=a(3887),d=a(1236),f=a(3070);s.exports=function(m,p){for(var g=u(p),y=f.f,S=d.f,C=0;C<g.length;C++){var A=g[C];c(m,A)||y(m,A,S(p,A))}}},8544:function(s,l,a){var c=a(7293);s.exports=!c(function(){function u(){}return u.prototype.constructor=null,Object.getPrototypeOf(new u)!==u.prototype})},4994:function(s,l,a){var c=a(3383).IteratorPrototype,u=a(30),d=a(9114),f=a(8003),m=a(7497),p=function(){return this};s.exports=function(g,y,S){var C=y+" Iterator";return g.prototype=u(c,{next:d(1,S)}),f(g,C,!1,!0),m[C]=p,g}},8880:function(s,l,a){var c=a(9781),u=a(3070),d=a(9114);s.exports=c?function(f,m,p){return u.f(f,m,d(1,p))}:function(f,m,p){return f[m]=p,f}},9114:function(s){s.exports=function(l,a){return{enumerable:!(l&1),configurable:!(l&2),writable:!(l&4),value:a}}},6135:function(s,l,a){var c=a(7593),u=a(3070),d=a(9114);s.exports=function(f,m,p){var g=c(m);g in f?u.f(f,g,d(0,p)):f[g]=p}},654:function(s,l,a){var c=a(2109),u=a(4994),d=a(9518),f=a(7674),m=a(8003),p=a(8880),g=a(1320),y=a(5112),S=a(1913),C=a(7497),A=a(3383),b=A.IteratorPrototype,D=A.BUGGY_SAFARI_ITERATORS,w=y("iterator"),B="keys",$="values",V="entries",F=function(){return this};s.exports=function(P,_,H,Y,X,Q,ie){u(H,_,Y);var j=function(k){if(k===X&&Se)return Se;if(!D&&k in Ee)return Ee[k];switch(k){case B:return function(){return new H(this,k)};case $:return function(){return new H(this,k)};case V:return function(){return new H(this,k)}}return function(){return new H(this)}},ce=_+" Iterator",fe=!1,Ee=P.prototype,Ae=Ee[w]||Ee["@@iterator"]||X&&Ee[X],Se=!D&&Ae||j(X),Oe=_=="Array"&&Ee.entries||Ae,xe,Me,ye;if(Oe&&(xe=d(Oe.call(new P)),b!==Object.prototype&&xe.next&&(!S&&d(xe)!==b&&(f?f(xe,b):typeof xe[w]!="function"&&p(xe,w,F)),m(xe,ce,!0,!0),S&&(C[ce]=F))),X==$&&Ae&&Ae.name!==$&&(fe=!0,Se=function(){return Ae.call(this)}),(!S||ie)&&Ee[w]!==Se&&p(Ee,w,Se),C[_]=Se,X)if(Me={values:j($),keys:Q?Se:j(B),entries:j(V)},ie)for(ye in Me)(D||fe||!(ye in Ee))&&g(Ee,ye,Me[ye]);else c({target:_,proto:!0,forced:D||fe},Me);return Me}},9781:function(s,l,a){var c=a(7293);s.exports=!c(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},317:function(s,l,a){var c=a(7854),u=a(111),d=c.document,f=u(d)&&u(d.createElement);s.exports=function(m){return f?d.createElement(m):{}}},8324:function(s){s.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8113:function(s,l,a){var c=a(5005);s.exports=c("navigator","userAgent")||""},7392:function(s,l,a){var c=a(7854),u=a(8113),d=c.process,f=d&&d.versions,m=f&&f.v8,p,g;m?(p=m.split("."),g=p[0]+p[1]):u&&(p=u.match(/Edge\/(\d+)/),(!p||p[1]>=74)&&(p=u.match(/Chrome\/(\d+)/),p&&(g=p[1]))),s.exports=g&&+g},748:function(s){s.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(s,l,a){var c=a(7854),u=a(1236).f,d=a(8880),f=a(1320),m=a(3505),p=a(9920),g=a(4705);s.exports=function(y,S){var C=y.target,A=y.global,b=y.stat,D,w,B,$,V,F;if(A?w=c:b?w=c[C]||m(C,{}):w=(c[C]||{}).prototype,w)for(B in S){if(V=S[B],y.noTargetGet?(F=u(w,B),$=F&&F.value):$=w[B],D=g(A?B:C+(b?".":"#")+B,y.forced),!D&&$!==void 0){if(typeof V==typeof $)continue;p(V,$)}(y.sham||$&&$.sham)&&d(V,"sham",!0),f(w,B,V,y)}}},7293:function(s){s.exports=function(l){try{return!!l()}catch{return!0}}},7007:function(s,l,a){a(4916);var c=a(1320),u=a(7293),d=a(5112),f=a(2261),m=a(8880),p=d("species"),g=!u(function(){var b=/./;return b.exec=function(){var D=[];return D.groups={a:"7"},D},"".replace(b,"$<a>")!=="7"}),y=function(){return"a".replace(/./,"$0")==="$0"}(),S=d("replace"),C=function(){return/./[S]?/./[S]("a","$0")==="":!1}(),A=!u(function(){var b=/(?:)/,D=b.exec;b.exec=function(){return D.apply(this,arguments)};var w="ab".split(b);return w.length!==2||w[0]!=="a"||w[1]!=="b"});s.exports=function(b,D,w,B){var $=d(b),V=!u(function(){var X={};return X[$]=function(){return 7},""[b](X)!=7}),F=V&&!u(function(){var X=!1,Q=/a/;return b==="split"&&(Q={},Q.constructor={},Q.constructor[p]=function(){return Q},Q.flags="",Q[$]=/./[$]),Q.exec=function(){return X=!0,null},Q[$](""),!X});if(!V||!F||b==="replace"&&!(g&&y&&!C)||b==="split"&&!A){var P=/./[$],_=w($,""[b],function(X,Q,ie,j,ce){return Q.exec===f?V&&!ce?{done:!0,value:P.call(Q,ie,j)}:{done:!0,value:X.call(ie,Q,j)}:{done:!1}},{REPLACE_KEEPS_$0:y,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:C}),H=_[0],Y=_[1];c(String.prototype,b,H),c(RegExp.prototype,$,D==2?function(X,Q){return Y.call(X,this,Q)}:function(X){return Y.call(X,this)})}B&&m(RegExp.prototype[$],"sham",!0)}},9974:function(s,l,a){var c=a(3099);s.exports=function(u,d,f){if(c(u),d===void 0)return u;switch(f){case 0:return function(){return u.call(d)};case 1:return function(m){return u.call(d,m)};case 2:return function(m,p){return u.call(d,m,p)};case 3:return function(m,p,g){return u.call(d,m,p,g)}}return function(){return u.apply(d,arguments)}}},5005:function(s,l,a){var c=a(857),u=a(7854),d=function(f){return typeof f=="function"?f:void 0};s.exports=function(f,m){return arguments.length<2?d(c[f])||d(u[f]):c[f]&&c[f][m]||u[f]&&u[f][m]}},1246:function(s,l,a){var c=a(648),u=a(7497),d=a(5112),f=d("iterator");s.exports=function(m){if(m!=null)return m[f]||m["@@iterator"]||u[c(m)]}},8554:function(s,l,a){var c=a(9670),u=a(1246);s.exports=function(d){var f=u(d);if(typeof f!="function")throw TypeError(String(d)+" is not iterable");return c(f.call(d))}},647:function(s,l,a){var c=a(7908),u=Math.floor,d="".replace,f=/\$([$&'`]|\d\d?|<[^>]*>)/g,m=/\$([$&'`]|\d\d?)/g;s.exports=function(p,g,y,S,C,A){var b=y+p.length,D=S.length,w=m;return C!==void 0&&(C=c(C),w=f),d.call(A,w,function(B,$){var V;switch($.charAt(0)){case"$":return"$";case"&":return p;case"`":return g.slice(0,y);case"'":return g.slice(b);case"<":V=C[$.slice(1,-1)];break;default:var F=+$;if(F===0)return B;if(F>D){var P=u(F/10);return P===0?B:P<=D?S[P-1]===void 0?$.charAt(1):S[P-1]+$.charAt(1):B}V=S[F-1]}return V===void 0?"":V})}},7854:function(s,l,a){var c=function(u){return u&&u.Math==Math&&u};s.exports=c(typeof globalThis=="object"&&globalThis)||c(typeof window=="object"&&window)||c(typeof self=="object"&&self)||c(typeof a.g=="object"&&a.g)||function(){return this}()||Function("return this")()},6656:function(s){var l={}.hasOwnProperty;s.exports=function(a,c){return l.call(a,c)}},3501:function(s){s.exports={}},490:function(s,l,a){var c=a(5005);s.exports=c("document","documentElement")},4664:function(s,l,a){var c=a(9781),u=a(7293),d=a(317);s.exports=!c&&!u(function(){return Object.defineProperty(d("div"),"a",{get:function(){return 7}}).a!=7})},1179:function(s){var l=Math.abs,a=Math.pow,c=Math.floor,u=Math.log,d=Math.LN2,f=function(p,g,y){var S=new Array(y),C=y*8-g-1,A=(1<<C)-1,b=A>>1,D=g===23?a(2,-24)-a(2,-77):0,w=p<0||p===0&&1/p<0?1:0,B=0,$,V,F;for(p=l(p),p!=p||p===1/0?(V=p!=p?1:0,$=A):($=c(u(p)/d),p*(F=a(2,-$))<1&&($--,F*=2),$+b>=1?p+=D/F:p+=D*a(2,1-b),p*F>=2&&($++,F/=2),$+b>=A?(V=0,$=A):$+b>=1?(V=(p*F-1)*a(2,g),$=$+b):(V=p*a(2,b-1)*a(2,g),$=0));g>=8;S[B++]=V&255,V/=256,g-=8);for($=$<<g|V,C+=g;C>0;S[B++]=$&255,$/=256,C-=8);return S[--B]|=w*128,S},m=function(p,g){var y=p.length,S=y*8-g-1,C=(1<<S)-1,A=C>>1,b=S-7,D=y-1,w=p[D--],B=w&127,$;for(w>>=7;b>0;B=B*256+p[D],D--,b-=8);for($=B&(1<<-b)-1,B>>=-b,b+=g;b>0;$=$*256+p[D],D--,b-=8);if(B===0)B=1-A;else{if(B===C)return $?NaN:w?-1/0:1/0;$=$+a(2,g),B=B-A}return(w?-1:1)*$*a(2,B-g)};s.exports={pack:f,unpack:m}},8361:function(s,l,a){var c=a(7293),u=a(4326),d="".split;s.exports=c(function(){return!Object("z").propertyIsEnumerable(0)})?function(f){return u(f)=="String"?d.call(f,""):Object(f)}:Object},9587:function(s,l,a){var c=a(111),u=a(7674);s.exports=function(d,f,m){var p,g;return u&&typeof(p=f.constructor)=="function"&&p!==m&&c(g=p.prototype)&&g!==m.prototype&&u(d,g),d}},2788:function(s,l,a){var c=a(5465),u=Function.toString;typeof c.inspectSource!="function"&&(c.inspectSource=function(d){return u.call(d)}),s.exports=c.inspectSource},9909:function(s,l,a){var c=a(8536),u=a(7854),d=a(111),f=a(8880),m=a(6656),p=a(5465),g=a(6200),y=a(3501),S=u.WeakMap,C,A,b,D=function(_){return b(_)?A(_):C(_,{})},w=function(_){return function(H){var Y;if(!d(H)||(Y=A(H)).type!==_)throw TypeError("Incompatible receiver, "+_+" required");return Y}};if(c){var B=p.state||(p.state=new S),$=B.get,V=B.has,F=B.set;C=function(_,H){return H.facade=_,F.call(B,_,H),H},A=function(_){return $.call(B,_)||{}},b=function(_){return V.call(B,_)}}else{var P=g("state");y[P]=!0,C=function(_,H){return H.facade=_,f(_,P,H),H},A=function(_){return m(_,P)?_[P]:{}},b=function(_){return m(_,P)}}s.exports={set:C,get:A,has:b,enforce:D,getterFor:w}},7659:function(s,l,a){var c=a(5112),u=a(7497),d=c("iterator"),f=Array.prototype;s.exports=function(m){return m!==void 0&&(u.Array===m||f[d]===m)}},3157:function(s,l,a){var c=a(4326);s.exports=Array.isArray||function(d){return c(d)=="Array"}},4705:function(s,l,a){var c=a(7293),u=/#|\.prototype\./,d=function(y,S){var C=m[f(y)];return C==g?!0:C==p?!1:typeof S=="function"?c(S):!!S},f=d.normalize=function(y){return String(y).replace(u,".").toLowerCase()},m=d.data={},p=d.NATIVE="N",g=d.POLYFILL="P";s.exports=d},111:function(s){s.exports=function(l){return typeof l=="object"?l!==null:typeof l=="function"}},1913:function(s){s.exports=!1},7850:function(s,l,a){var c=a(111),u=a(4326),d=a(5112),f=d("match");s.exports=function(m){var p;return c(m)&&((p=m[f])!==void 0?!!p:u(m)=="RegExp")}},9212:function(s,l,a){var c=a(9670);s.exports=function(u){var d=u.return;if(d!==void 0)return c(d.call(u)).value}},3383:function(s,l,a){var c=a(7293),u=a(9518),d=a(8880),f=a(6656),m=a(5112),p=a(1913),g=m("iterator"),y=!1,S=function(){return this},C,A,b;[].keys&&(b=[].keys(),"next"in b?(A=u(u(b)),A!==Object.prototype&&(C=A)):y=!0);var D=C==null||c(function(){var w={};return C[g].call(w)!==w});D&&(C={}),(!p||D)&&!f(C,g)&&d(C,g,S),s.exports={IteratorPrototype:C,BUGGY_SAFARI_ITERATORS:y}},7497:function(s){s.exports={}},133:function(s,l,a){var c=a(7293);s.exports=!!Object.getOwnPropertySymbols&&!c(function(){return!String(Symbol())})},590:function(s,l,a){var c=a(7293),u=a(5112),d=a(1913),f=u("iterator");s.exports=!c(function(){var m=new URL("b?a=1&b=2&c=3","http://a"),p=m.searchParams,g="";return m.pathname="c%20d",p.forEach(function(y,S){p.delete("b"),g+=S+y}),d&&!m.toJSON||!p.sort||m.href!=="http://a/c%20d?a=1&c=3"||p.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!p[f]||new URL("https://a@b").username!=="a"||new URLSearchParams(new URLSearchParams("a=b")).get("a")!=="b"||new URL("http://тест").host!=="xn--e1aybc"||new URL("http://a#б").hash!=="#%D0%B1"||g!=="a1c3"||new URL("http://x",void 0).host!=="x"})},8536:function(s,l,a){var c=a(7854),u=a(2788),d=c.WeakMap;s.exports=typeof d=="function"&&/native code/.test(u(d))},1574:function(s,l,a){var c=a(9781),u=a(7293),d=a(1956),f=a(5181),m=a(5296),p=a(7908),g=a(8361),y=Object.assign,S=Object.defineProperty;s.exports=!y||u(function(){if(c&&y({b:1},y(S({},"a",{enumerable:!0,get:function(){S(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var C={},A={},b=Symbol(),D="abcdefghijklmnopqrst";return C[b]=7,D.split("").forEach(function(w){A[w]=w}),y({},C)[b]!=7||d(y({},A)).join("")!=D})?function(A,b){for(var D=p(A),w=arguments.length,B=1,$=f.f,V=m.f;w>B;)for(var F=g(arguments[B++]),P=$?d(F).concat($(F)):d(F),_=P.length,H=0,Y;_>H;)Y=P[H++],(!c||V.call(F,Y))&&(D[Y]=F[Y]);return D}:y},30:function(s,l,a){var c=a(9670),u=a(6048),d=a(748),f=a(3501),m=a(490),p=a(317),g=a(6200),y=">",S="<",C="prototype",A="script",b=g("IE_PROTO"),D=function(){},w=function(P){return S+A+y+P+S+"/"+A+y},B=function(P){P.write(w("")),P.close();var _=P.parentWindow.Object;return P=null,_},$=function(){var P=p("iframe"),_="java"+A+":",H;return P.style.display="none",m.appendChild(P),P.src=String(_),H=P.contentWindow.document,H.open(),H.write(w("document.F=Object")),H.close(),H.F},V,F=function(){try{V=document.domain&&new ActiveXObject("htmlfile")}catch{}F=V?B(V):$();for(var P=d.length;P--;)delete F[C][d[P]];return F()};f[b]=!0,s.exports=Object.create||function(_,H){var Y;return _!==null?(D[C]=c(_),Y=new D,D[C]=null,Y[b]=_):Y=F(),H===void 0?Y:u(Y,H)}},6048:function(s,l,a){var c=a(9781),u=a(3070),d=a(9670),f=a(1956);s.exports=c?Object.defineProperties:function(p,g){d(p);for(var y=f(g),S=y.length,C=0,A;S>C;)u.f(p,A=y[C++],g[A]);return p}},3070:function(s,l,a){var c=a(9781),u=a(4664),d=a(9670),f=a(7593),m=Object.defineProperty;l.f=c?m:function(g,y,S){if(d(g),y=f(y,!0),d(S),u)try{return m(g,y,S)}catch{}if("get"in S||"set"in S)throw TypeError("Accessors not supported");return"value"in S&&(g[y]=S.value),g}},1236:function(s,l,a){var c=a(9781),u=a(5296),d=a(9114),f=a(5656),m=a(7593),p=a(6656),g=a(4664),y=Object.getOwnPropertyDescriptor;l.f=c?y:function(C,A){if(C=f(C),A=m(A,!0),g)try{return y(C,A)}catch{}if(p(C,A))return d(!u.f.call(C,A),C[A])}},8006:function(s,l,a){var c=a(6324),u=a(748),d=u.concat("length","prototype");l.f=Object.getOwnPropertyNames||function(m){return c(m,d)}},5181:function(s,l){l.f=Object.getOwnPropertySymbols},9518:function(s,l,a){var c=a(6656),u=a(7908),d=a(6200),f=a(8544),m=d("IE_PROTO"),p=Object.prototype;s.exports=f?Object.getPrototypeOf:function(g){return g=u(g),c(g,m)?g[m]:typeof g.constructor=="function"&&g instanceof g.constructor?g.constructor.prototype:g instanceof Object?p:null}},6324:function(s,l,a){var c=a(6656),u=a(5656),d=a(1318).indexOf,f=a(3501);s.exports=function(m,p){var g=u(m),y=0,S=[],C;for(C in g)!c(f,C)&&c(g,C)&&S.push(C);for(;p.length>y;)c(g,C=p[y++])&&(~d(S,C)||S.push(C));return S}},1956:function(s,l,a){var c=a(6324),u=a(748);s.exports=Object.keys||function(f){return c(f,u)}},5296:function(s,l){var a={}.propertyIsEnumerable,c=Object.getOwnPropertyDescriptor,u=c&&!a.call({1:2},1);l.f=u?function(f){var m=c(this,f);return!!m&&m.enumerable}:a},7674:function(s,l,a){var c=a(9670),u=a(6077);s.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var d=!1,f={},m;try{m=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,m.call(f,[]),d=f instanceof Array}catch{}return function(g,y){return c(g),u(y),d?m.call(g,y):g.__proto__=y,g}}():void 0)},288:function(s,l,a){var c=a(1694),u=a(648);s.exports=c?{}.toString:function(){return"[object "+u(this)+"]"}},3887:function(s,l,a){var c=a(5005),u=a(8006),d=a(5181),f=a(9670);s.exports=c("Reflect","ownKeys")||function(p){var g=u.f(f(p)),y=d.f;return y?g.concat(y(p)):g}},857:function(s,l,a){var c=a(7854);s.exports=c},2248:function(s,l,a){var c=a(1320);s.exports=function(u,d,f){for(var m in d)c(u,m,d[m],f);return u}},1320:function(s,l,a){var c=a(7854),u=a(8880),d=a(6656),f=a(3505),m=a(2788),p=a(9909),g=p.get,y=p.enforce,S=String(String).split("String");(s.exports=function(C,A,b,D){var w=D?!!D.unsafe:!1,B=D?!!D.enumerable:!1,$=D?!!D.noTargetGet:!1,V;if(typeof b=="function"&&(typeof A=="string"&&!d(b,"name")&&u(b,"name",A),V=y(b),V.source||(V.source=S.join(typeof A=="string"?A:""))),C===c){B?C[A]=b:f(A,b);return}else w?!$&&C[A]&&(B=!0):delete C[A];B?C[A]=b:u(C,A,b)})(Function.prototype,"toString",function(){return typeof this=="function"&&g(this).source||m(this)})},7651:function(s,l,a){var c=a(4326),u=a(2261);s.exports=function(d,f){var m=d.exec;if(typeof m=="function"){var p=m.call(d,f);if(typeof p!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return p}if(c(d)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return u.call(d,f)}},2261:function(s,l,a){var c=a(7066),u=a(2999),d=RegExp.prototype.exec,f=String.prototype.replace,m=d,p=function(){var C=/a/,A=/b*/g;return d.call(C,"a"),d.call(A,"a"),C.lastIndex!==0||A.lastIndex!==0}(),g=u.UNSUPPORTED_Y||u.BROKEN_CARET,y=/()??/.exec("")[1]!==void 0,S=p||y||g;S&&(m=function(A){var b=this,D,w,B,$,V=g&&b.sticky,F=c.call(b),P=b.source,_=0,H=A;return V&&(F=F.replace("y",""),F.indexOf("g")===-1&&(F+="g"),H=String(A).slice(b.lastIndex),b.lastIndex>0&&(!b.multiline||b.multiline&&A[b.lastIndex-1]!==`
|
|
5
|
+
`)&&(P="(?: "+P+")",H=" "+H,_++),w=new RegExp("^(?:"+P+")",F)),y&&(w=new RegExp("^"+P+"$(?!\\s)",F)),p&&(D=b.lastIndex),B=d.call(V?w:b,H),V?B?(B.input=B.input.slice(_),B[0]=B[0].slice(_),B.index=b.lastIndex,b.lastIndex+=B[0].length):b.lastIndex=0:p&&B&&(b.lastIndex=b.global?B.index+B[0].length:D),y&&B&&B.length>1&&f.call(B[0],w,function(){for($=1;$<arguments.length-2;$++)arguments[$]===void 0&&(B[$]=void 0)}),B}),s.exports=m},7066:function(s,l,a){var c=a(9670);s.exports=function(){var u=c(this),d="";return u.global&&(d+="g"),u.ignoreCase&&(d+="i"),u.multiline&&(d+="m"),u.dotAll&&(d+="s"),u.unicode&&(d+="u"),u.sticky&&(d+="y"),d}},2999:function(s,l,a){var c=a(7293);function u(d,f){return RegExp(d,f)}l.UNSUPPORTED_Y=c(function(){var d=u("a","y");return d.lastIndex=2,d.exec("abcd")!=null}),l.BROKEN_CARET=c(function(){var d=u("^r","gy");return d.lastIndex=2,d.exec("str")!=null})},4488:function(s){s.exports=function(l){if(l==null)throw TypeError("Can't call method on "+l);return l}},3505:function(s,l,a){var c=a(7854),u=a(8880);s.exports=function(d,f){try{u(c,d,f)}catch{c[d]=f}return f}},6340:function(s,l,a){var c=a(5005),u=a(3070),d=a(5112),f=a(9781),m=d("species");s.exports=function(p){var g=c(p),y=u.f;f&&g&&!g[m]&&y(g,m,{configurable:!0,get:function(){return this}})}},8003:function(s,l,a){var c=a(3070).f,u=a(6656),d=a(5112),f=d("toStringTag");s.exports=function(m,p,g){m&&!u(m=g?m:m.prototype,f)&&c(m,f,{configurable:!0,value:p})}},6200:function(s,l,a){var c=a(2309),u=a(9711),d=c("keys");s.exports=function(f){return d[f]||(d[f]=u(f))}},5465:function(s,l,a){var c=a(7854),u=a(3505),d="__core-js_shared__",f=c[d]||u(d,{});s.exports=f},2309:function(s,l,a){var c=a(1913),u=a(5465);(s.exports=function(d,f){return u[d]||(u[d]=f!==void 0?f:{})})("versions",[]).push({version:"3.9.0",mode:c?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},6707:function(s,l,a){var c=a(9670),u=a(3099),d=a(5112),f=d("species");s.exports=function(m,p){var g=c(m).constructor,y;return g===void 0||(y=c(g)[f])==null?p:u(y)}},8710:function(s,l,a){var c=a(9958),u=a(4488),d=function(f){return function(m,p){var g=String(u(m)),y=c(p),S=g.length,C,A;return y<0||y>=S?f?"":void 0:(C=g.charCodeAt(y),C<55296||C>56319||y+1===S||(A=g.charCodeAt(y+1))<56320||A>57343?f?g.charAt(y):C:f?g.slice(y,y+2):(C-55296<<10)+(A-56320)+65536)}};s.exports={codeAt:d(!1),charAt:d(!0)}},3197:function(s){var l=2147483647,a=36,c=1,u=26,d=38,f=700,m=72,p=128,g="-",y=/[^\0-\u007E]/,S=/[.\u3002\uFF0E\uFF61]/g,C="Overflow: input needs wider integers to process",A=a-c,b=Math.floor,D=String.fromCharCode,w=function(F){for(var P=[],_=0,H=F.length;_<H;){var Y=F.charCodeAt(_++);if(Y>=55296&&Y<=56319&&_<H){var X=F.charCodeAt(_++);(X&64512)==56320?P.push(((Y&1023)<<10)+(X&1023)+65536):(P.push(Y),_--)}else P.push(Y)}return P},B=function(F){return F+22+75*(F<26)},$=function(F,P,_){var H=0;for(F=_?b(F/f):F>>1,F+=b(F/P);F>A*u>>1;H+=a)F=b(F/A);return b(H+(A+1)*F/(F+d))},V=function(F){var P=[];F=w(F);var _=F.length,H=p,Y=0,X=m,Q,ie;for(Q=0;Q<F.length;Q++)ie=F[Q],ie<128&&P.push(D(ie));var j=P.length,ce=j;for(j&&P.push(g);ce<_;){var fe=l;for(Q=0;Q<F.length;Q++)ie=F[Q],ie>=H&&ie<fe&&(fe=ie);var Ee=ce+1;if(fe-H>b((l-Y)/Ee))throw RangeError(C);for(Y+=(fe-H)*Ee,H=fe,Q=0;Q<F.length;Q++){if(ie=F[Q],ie<H&&++Y>l)throw RangeError(C);if(ie==H){for(var Ae=Y,Se=a;;Se+=a){var Oe=Se<=X?c:Se>=X+u?u:Se-X;if(Ae<Oe)break;var xe=Ae-Oe,Me=a-Oe;P.push(D(B(Oe+xe%Me))),Ae=b(xe/Me)}P.push(D(B(Ae))),X=$(Y,Ee,ce==j),Y=0,++ce}}++Y,++H}return P.join("")};s.exports=function(F){var P=[],_=F.toLowerCase().replace(S,".").split("."),H,Y;for(H=0;H<_.length;H++)Y=_[H],P.push(y.test(Y)?"xn--"+V(Y):Y);return P.join(".")}},6091:function(s,l,a){var c=a(7293),u=a(1361),d="
";s.exports=function(f){return c(function(){return!!u[f]()||d[f]()!=d||u[f].name!==f})}},3111:function(s,l,a){var c=a(4488),u=a(1361),d="["+u+"]",f=RegExp("^"+d+d+"*"),m=RegExp(d+d+"*$"),p=function(g){return function(y){var S=String(c(y));return g&1&&(S=S.replace(f,"")),g&2&&(S=S.replace(m,"")),S}};s.exports={start:p(1),end:p(2),trim:p(3)}},1400:function(s,l,a){var c=a(9958),u=Math.max,d=Math.min;s.exports=function(f,m){var p=c(f);return p<0?u(p+m,0):d(p,m)}},7067:function(s,l,a){var c=a(9958),u=a(7466);s.exports=function(d){if(d===void 0)return 0;var f=c(d),m=u(f);if(f!==m)throw RangeError("Wrong length or index");return m}},5656:function(s,l,a){var c=a(8361),u=a(4488);s.exports=function(d){return c(u(d))}},9958:function(s){var l=Math.ceil,a=Math.floor;s.exports=function(c){return isNaN(c=+c)?0:(c>0?a:l)(c)}},7466:function(s,l,a){var c=a(9958),u=Math.min;s.exports=function(d){return d>0?u(c(d),9007199254740991):0}},7908:function(s,l,a){var c=a(4488);s.exports=function(u){return Object(c(u))}},4590:function(s,l,a){var c=a(3002);s.exports=function(u,d){var f=c(u);if(f%d)throw RangeError("Wrong offset");return f}},3002:function(s,l,a){var c=a(9958);s.exports=function(u){var d=c(u);if(d<0)throw RangeError("The argument can't be less than 0");return d}},7593:function(s,l,a){var c=a(111);s.exports=function(u,d){if(!c(u))return u;var f,m;if(d&&typeof(f=u.toString)=="function"&&!c(m=f.call(u))||typeof(f=u.valueOf)=="function"&&!c(m=f.call(u))||!d&&typeof(f=u.toString)=="function"&&!c(m=f.call(u)))return m;throw TypeError("Can't convert object to primitive value")}},1694:function(s,l,a){var c=a(5112),u=c("toStringTag"),d={};d[u]="z",s.exports=String(d)==="[object z]"},9843:function(s,l,a){var c=a(2109),u=a(7854),d=a(9781),f=a(3832),m=a(260),p=a(3331),g=a(5787),y=a(9114),S=a(8880),C=a(7466),A=a(7067),b=a(4590),D=a(7593),w=a(6656),B=a(648),$=a(111),V=a(30),F=a(7674),P=a(8006).f,_=a(7321),H=a(2092).forEach,Y=a(6340),X=a(3070),Q=a(1236),ie=a(9909),j=a(9587),ce=ie.get,fe=ie.set,Ee=X.f,Ae=Q.f,Se=Math.round,Oe=u.RangeError,xe=p.ArrayBuffer,Me=p.DataView,ye=m.NATIVE_ARRAY_BUFFER_VIEWS,k=m.TYPED_ARRAY_TAG,M=m.TypedArray,T=m.TypedArrayPrototype,O=m.aTypedArrayConstructor,v=m.isTypedArray,E="BYTES_PER_ELEMENT",N="Wrong length",I=function(K,G){for(var q=0,ue=G.length,ge=new(O(K))(ue);ue>q;)ge[q]=G[q++];return ge},R=function(K,G){Ee(K,G,{get:function(){return ce(this)[G]}})},L=function(K){var G;return K instanceof xe||(G=B(K))=="ArrayBuffer"||G=="SharedArrayBuffer"},z=function(K,G){return v(K)&&typeof G!="symbol"&&G in K&&String(+G)==String(G)},W=function(G,q){return z(G,q=D(q,!0))?y(2,G[q]):Ae(G,q)},U=function(G,q,ue){return z(G,q=D(q,!0))&&$(ue)&&w(ue,"value")&&!w(ue,"get")&&!w(ue,"set")&&!ue.configurable&&(!w(ue,"writable")||ue.writable)&&(!w(ue,"enumerable")||ue.enumerable)?(G[q]=ue.value,G):Ee(G,q,ue)};d?(ye||(Q.f=W,X.f=U,R(T,"buffer"),R(T,"byteOffset"),R(T,"byteLength"),R(T,"length")),c({target:"Object",stat:!0,forced:!ye},{getOwnPropertyDescriptor:W,defineProperty:U}),s.exports=function(K,G,q){var ue=K.match(/\d+$/)[0]/8,ge=K+(q?"Clamped":"")+"Array",Ie="get"+K,$e="set"+K,Fe=u[ge],Re=Fe,Ye=Re&&Re.prototype,Et={},ot=function(ae,le){var Ce=ce(ae);return Ce.view[Ie](le*ue+Ce.byteOffset,!0)},Kn=function(ae,le,Ce){var we=ce(ae);q&&(Ce=(Ce=Se(Ce))<0?0:Ce>255?255:Ce&255),we.view[$e](le*ue+we.byteOffset,Ce,!0)},J=function(ae,le){Ee(ae,le,{get:function(){return ot(this,le)},set:function(Ce){return Kn(this,le,Ce)},enumerable:!0})};ye?f&&(Re=G(function(ae,le,Ce,we){return g(ae,Re,ge),j(function(){return $(le)?L(le)?we!==void 0?new Fe(le,b(Ce,ue),we):Ce!==void 0?new Fe(le,b(Ce,ue)):new Fe(le):v(le)?I(Re,le):_.call(Re,le):new Fe(A(le))}(),ae,Re)}),F&&F(Re,M),H(P(Fe),function(ae){ae in Re||S(Re,ae,Fe[ae])}),Re.prototype=Ye):(Re=G(function(ae,le,Ce,we){g(ae,Re,ge);var ze=0,Ue=0,pt,mt,tt;if(!$(le))tt=A(le),mt=tt*ue,pt=new xe(mt);else if(L(le)){pt=le,Ue=b(Ce,ue);var ln=le.byteLength;if(we===void 0){if(ln%ue||(mt=ln-Ue,mt<0))throw Oe(N)}else if(mt=C(we)*ue,mt+Ue>ln)throw Oe(N);tt=mt/ue}else return v(le)?I(Re,le):_.call(Re,le);for(fe(ae,{buffer:pt,byteOffset:Ue,byteLength:mt,length:tt,view:new Me(pt)});ze<tt;)J(ae,ze++)}),F&&F(Re,M),Ye=Re.prototype=V(T)),Ye.constructor!==Re&&S(Ye,"constructor",Re),k&&S(Ye,k,ge),Et[ge]=Re,c({global:!0,forced:Re!=Fe,sham:!ye},Et),E in Re||S(Re,E,ue),E in Ye||S(Ye,E,ue),Y(ge)}):s.exports=function(){}},3832:function(s,l,a){var c=a(7854),u=a(7293),d=a(7072),f=a(260).NATIVE_ARRAY_BUFFER_VIEWS,m=c.ArrayBuffer,p=c.Int8Array;s.exports=!f||!u(function(){p(1)})||!u(function(){new p(-1)})||!d(function(g){new p,new p(null),new p(1.5),new p(g)},!0)||u(function(){return new p(new m(2),1,void 0).length!==1})},3074:function(s,l,a){var c=a(260).aTypedArrayConstructor,u=a(6707);s.exports=function(d,f){for(var m=u(d,d.constructor),p=0,g=f.length,y=new(c(m))(g);g>p;)y[p]=f[p++];return y}},7321:function(s,l,a){var c=a(7908),u=a(7466),d=a(1246),f=a(7659),m=a(9974),p=a(260).aTypedArrayConstructor;s.exports=function(y){var S=c(y),C=arguments.length,A=C>1?arguments[1]:void 0,b=A!==void 0,D=d(S),w,B,$,V,F,P;if(D!=null&&!f(D))for(F=D.call(S),P=F.next,S=[];!(V=P.call(F)).done;)S.push(V.value);for(b&&C>2&&(A=m(A,arguments[2],2)),B=u(S.length),$=new(p(this))(B),w=0;B>w;w++)$[w]=b?A(S[w],w):S[w];return $}},9711:function(s){var l=0,a=Math.random();s.exports=function(c){return"Symbol("+String(c===void 0?"":c)+")_"+(++l+a).toString(36)}},3307:function(s,l,a){var c=a(133);s.exports=c&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},5112:function(s,l,a){var c=a(7854),u=a(2309),d=a(6656),f=a(9711),m=a(133),p=a(3307),g=u("wks"),y=c.Symbol,S=p?y:y&&y.withoutSetter||f;s.exports=function(C){return d(g,C)||(m&&d(y,C)?g[C]=y[C]:g[C]=S("Symbol."+C)),g[C]}},1361:function(s){s.exports=`
|
|
6
|
+
\v\f\r \u2028\u2029\uFEFF`},8264:function(s,l,a){var c=a(2109),u=a(7854),d=a(3331),f=a(6340),m="ArrayBuffer",p=d[m],g=u[m];c({global:!0,forced:g!==p},{ArrayBuffer:p}),f(m)},2222:function(s,l,a){var c=a(2109),u=a(7293),d=a(3157),f=a(111),m=a(7908),p=a(7466),g=a(6135),y=a(5417),S=a(1194),C=a(5112),A=a(7392),b=C("isConcatSpreadable"),D=9007199254740991,w="Maximum allowed index exceeded",B=A>=51||!u(function(){var P=[];return P[b]=!1,P.concat()[0]!==P}),$=S("concat"),V=function(P){if(!f(P))return!1;var _=P[b];return _!==void 0?!!_:d(P)},F=!B||!$;c({target:"Array",proto:!0,forced:F},{concat:function(_){var H=m(this),Y=y(H,0),X=0,Q,ie,j,ce,fe;for(Q=-1,j=arguments.length;Q<j;Q++)if(fe=Q===-1?H:arguments[Q],V(fe)){if(ce=p(fe.length),X+ce>D)throw TypeError(w);for(ie=0;ie<ce;ie++,X++)ie in fe&&g(Y,X,fe[ie])}else{if(X>=D)throw TypeError(w);g(Y,X++,fe)}return Y.length=X,Y}})},7327:function(s,l,a){var c=a(2109),u=a(2092).filter,d=a(1194),f=d("filter");c({target:"Array",proto:!0,forced:!f},{filter:function(p){return u(this,p,arguments.length>1?arguments[1]:void 0)}})},2772:function(s,l,a){var c=a(2109),u=a(1318).indexOf,d=a(9341),f=[].indexOf,m=!!f&&1/[1].indexOf(1,-0)<0,p=d("indexOf");c({target:"Array",proto:!0,forced:m||!p},{indexOf:function(y){return m?f.apply(this,arguments)||0:u(this,y,arguments.length>1?arguments[1]:void 0)}})},6992:function(s,l,a){var c=a(5656),u=a(1223),d=a(7497),f=a(9909),m=a(654),p="Array Iterator",g=f.set,y=f.getterFor(p);s.exports=m(Array,"Array",function(S,C){g(this,{type:p,target:c(S),index:0,kind:C})},function(){var S=y(this),C=S.target,A=S.kind,b=S.index++;return!C||b>=C.length?(S.target=void 0,{value:void 0,done:!0}):A=="keys"?{value:b,done:!1}:A=="values"?{value:C[b],done:!1}:{value:[b,C[b]],done:!1}},"values"),d.Arguments=d.Array,u("keys"),u("values"),u("entries")},1249:function(s,l,a){var c=a(2109),u=a(2092).map,d=a(1194),f=d("map");c({target:"Array",proto:!0,forced:!f},{map:function(p){return u(this,p,arguments.length>1?arguments[1]:void 0)}})},7042:function(s,l,a){var c=a(2109),u=a(111),d=a(3157),f=a(1400),m=a(7466),p=a(5656),g=a(6135),y=a(5112),S=a(1194),C=S("slice"),A=y("species"),b=[].slice,D=Math.max;c({target:"Array",proto:!0,forced:!C},{slice:function(B,$){var V=p(this),F=m(V.length),P=f(B,F),_=f($===void 0?F:$,F),H,Y,X;if(d(V)&&(H=V.constructor,typeof H=="function"&&(H===Array||d(H.prototype))?H=void 0:u(H)&&(H=H[A],H===null&&(H=void 0)),H===Array||H===void 0))return b.call(V,P,_);for(Y=new(H===void 0?Array:H)(D(_-P,0)),X=0;P<_;P++,X++)P in V&&g(Y,X,V[P]);return Y.length=X,Y}})},561:function(s,l,a){var c=a(2109),u=a(1400),d=a(9958),f=a(7466),m=a(7908),p=a(5417),g=a(6135),y=a(1194),S=y("splice"),C=Math.max,A=Math.min,b=9007199254740991,D="Maximum allowed length exceeded";c({target:"Array",proto:!0,forced:!S},{splice:function(B,$){var V=m(this),F=f(V.length),P=u(B,F),_=arguments.length,H,Y,X,Q,ie,j;if(_===0?H=Y=0:_===1?(H=0,Y=F-P):(H=_-2,Y=A(C(d($),0),F-P)),F+H-Y>b)throw TypeError(D);for(X=p(V,Y),Q=0;Q<Y;Q++)ie=P+Q,ie in V&&g(X,Q,V[ie]);if(X.length=Y,H<Y){for(Q=P;Q<F-Y;Q++)ie=Q+Y,j=Q+H,ie in V?V[j]=V[ie]:delete V[j];for(Q=F;Q>F-Y+H;Q--)delete V[Q-1]}else if(H>Y)for(Q=F-Y;Q>P;Q--)ie=Q+Y-1,j=Q+H-1,ie in V?V[j]=V[ie]:delete V[j];for(Q=0;Q<H;Q++)V[Q+P]=arguments[Q+2];return V.length=F-Y+H,X}})},8309:function(s,l,a){var c=a(9781),u=a(3070).f,d=Function.prototype,f=d.toString,m=/^\s*function ([^ (]*)/,p="name";c&&!(p in d)&&u(d,p,{configurable:!0,get:function(){try{return f.call(this).match(m)[1]}catch{return""}}})},489:function(s,l,a){var c=a(2109),u=a(7293),d=a(7908),f=a(9518),m=a(8544),p=u(function(){f(1)});c({target:"Object",stat:!0,forced:p,sham:!m},{getPrototypeOf:function(y){return f(d(y))}})},1539:function(s,l,a){var c=a(1694),u=a(1320),d=a(288);c||u(Object.prototype,"toString",d,{unsafe:!0})},4916:function(s,l,a){var c=a(2109),u=a(2261);c({target:"RegExp",proto:!0,forced:/./.exec!==u},{exec:u})},9714:function(s,l,a){var c=a(1320),u=a(9670),d=a(7293),f=a(7066),m="toString",p=RegExp.prototype,g=p[m],y=d(function(){return g.call({source:"a",flags:"b"})!="/a/b"}),S=g.name!=m;(y||S)&&c(RegExp.prototype,m,function(){var A=u(this),b=String(A.source),D=A.flags,w=String(D===void 0&&A instanceof RegExp&&!("flags"in p)?f.call(A):D);return"/"+b+"/"+w},{unsafe:!0})},8783:function(s,l,a){var c=a(8710).charAt,u=a(9909),d=a(654),f="String Iterator",m=u.set,p=u.getterFor(f);d(String,"String",function(g){m(this,{type:f,string:String(g),index:0})},function(){var y=p(this),S=y.string,C=y.index,A;return C>=S.length?{value:void 0,done:!0}:(A=c(S,C),y.index+=A.length,{value:A,done:!1})})},4723:function(s,l,a){var c=a(7007),u=a(9670),d=a(7466),f=a(4488),m=a(1530),p=a(7651);c("match",1,function(g,y,S){return[function(A){var b=f(this),D=A==null?void 0:A[g];return D!==void 0?D.call(A,b):new RegExp(A)[g](String(b))},function(C){var A=S(y,C,this);if(A.done)return A.value;var b=u(C),D=String(this);if(!b.global)return p(b,D);var w=b.unicode;b.lastIndex=0;for(var B=[],$=0,V;(V=p(b,D))!==null;){var F=String(V[0]);B[$]=F,F===""&&(b.lastIndex=m(D,d(b.lastIndex),w)),$++}return $===0?null:B}]})},5306:function(s,l,a){var c=a(7007),u=a(9670),d=a(7466),f=a(9958),m=a(4488),p=a(1530),g=a(647),y=a(7651),S=Math.max,C=Math.min,A=function(b){return b===void 0?b:String(b)};c("replace",2,function(b,D,w,B){var $=B.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,V=B.REPLACE_KEEPS_$0,F=$?"$":"$0";return[function(_,H){var Y=m(this),X=_==null?void 0:_[b];return X!==void 0?X.call(_,Y,H):D.call(String(Y),_,H)},function(P,_){if(!$&&V||typeof _=="string"&&_.indexOf(F)===-1){var H=w(D,P,this,_);if(H.done)return H.value}var Y=u(P),X=String(this),Q=typeof _=="function";Q||(_=String(_));var ie=Y.global;if(ie){var j=Y.unicode;Y.lastIndex=0}for(var ce=[];;){var fe=y(Y,X);if(fe===null||(ce.push(fe),!ie))break;var Ee=String(fe[0]);Ee===""&&(Y.lastIndex=p(X,d(Y.lastIndex),j))}for(var Ae="",Se=0,Oe=0;Oe<ce.length;Oe++){fe=ce[Oe];for(var xe=String(fe[0]),Me=S(C(f(fe.index),X.length),0),ye=[],k=1;k<fe.length;k++)ye.push(A(fe[k]));var M=fe.groups;if(Q){var T=[xe].concat(ye,Me,X);M!==void 0&&T.push(M);var O=String(_.apply(void 0,T))}else O=g(xe,X,Me,ye,M,_);Me>=Se&&(Ae+=X.slice(Se,Me)+O,Se=Me+xe.length)}return Ae+X.slice(Se)}]})},3123:function(s,l,a){var c=a(7007),u=a(7850),d=a(9670),f=a(4488),m=a(6707),p=a(1530),g=a(7466),y=a(7651),S=a(2261),C=a(7293),A=[].push,b=Math.min,D=4294967295,w=!C(function(){return!RegExp(D,"y")});c("split",2,function(B,$,V){var F;return"abbc".split(/(b)*/)[1]=="c"||"test".split(/(?:)/,-1).length!=4||"ab".split(/(?:ab)*/).length!=2||".".split(/(.?)(.?)/).length!=4||".".split(/()()/).length>1||"".split(/.?/).length?F=function(P,_){var H=String(f(this)),Y=_===void 0?D:_>>>0;if(Y===0)return[];if(P===void 0)return[H];if(!u(P))return $.call(H,P,Y);for(var X=[],Q=(P.ignoreCase?"i":"")+(P.multiline?"m":"")+(P.unicode?"u":"")+(P.sticky?"y":""),ie=0,j=new RegExp(P.source,Q+"g"),ce,fe,Ee;(ce=S.call(j,H))&&(fe=j.lastIndex,!(fe>ie&&(X.push(H.slice(ie,ce.index)),ce.length>1&&ce.index<H.length&&A.apply(X,ce.slice(1)),Ee=ce[0].length,ie=fe,X.length>=Y)));)j.lastIndex===ce.index&&j.lastIndex++;return ie===H.length?(Ee||!j.test(""))&&X.push(""):X.push(H.slice(ie)),X.length>Y?X.slice(0,Y):X}:"0".split(void 0,0).length?F=function(P,_){return P===void 0&&_===0?[]:$.call(this,P,_)}:F=$,[function(_,H){var Y=f(this),X=_==null?void 0:_[B];return X!==void 0?X.call(_,Y,H):F.call(String(Y),_,H)},function(P,_){var H=V(F,P,this,_,F!==$);if(H.done)return H.value;var Y=d(P),X=String(this),Q=m(Y,RegExp),ie=Y.unicode,j=(Y.ignoreCase?"i":"")+(Y.multiline?"m":"")+(Y.unicode?"u":"")+(w?"y":"g"),ce=new Q(w?Y:"^(?:"+Y.source+")",j),fe=_===void 0?D:_>>>0;if(fe===0)return[];if(X.length===0)return y(ce,X)===null?[X]:[];for(var Ee=0,Ae=0,Se=[];Ae<X.length;){ce.lastIndex=w?Ae:0;var Oe=y(ce,w?X:X.slice(Ae)),xe;if(Oe===null||(xe=b(g(ce.lastIndex+(w?0:Ae)),X.length))===Ee)Ae=p(X,Ae,ie);else{if(Se.push(X.slice(Ee,Ae)),Se.length===fe)return Se;for(var Me=1;Me<=Oe.length-1;Me++)if(Se.push(Oe[Me]),Se.length===fe)return Se;Ae=Ee=xe}}return Se.push(X.slice(Ee)),Se}]},!w)},3210:function(s,l,a){var c=a(2109),u=a(3111).trim,d=a(6091);c({target:"String",proto:!0,forced:d("trim")},{trim:function(){return u(this)}})},2990:function(s,l,a){var c=a(260),u=a(1048),d=c.aTypedArray,f=c.exportTypedArrayMethod;f("copyWithin",function(p,g){return u.call(d(this),p,g,arguments.length>2?arguments[2]:void 0)})},8927:function(s,l,a){var c=a(260),u=a(2092).every,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("every",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},3105:function(s,l,a){var c=a(260),u=a(1285),d=c.aTypedArray,f=c.exportTypedArrayMethod;f("fill",function(p){return u.apply(d(this),arguments)})},5035:function(s,l,a){var c=a(260),u=a(2092).filter,d=a(3074),f=c.aTypedArray,m=c.exportTypedArrayMethod;m("filter",function(g){var y=u(f(this),g,arguments.length>1?arguments[1]:void 0);return d(this,y)})},7174:function(s,l,a){var c=a(260),u=a(2092).findIndex,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("findIndex",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},4345:function(s,l,a){var c=a(260),u=a(2092).find,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("find",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},2846:function(s,l,a){var c=a(260),u=a(2092).forEach,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("forEach",function(p){u(d(this),p,arguments.length>1?arguments[1]:void 0)})},4731:function(s,l,a){var c=a(260),u=a(1318).includes,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("includes",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},7209:function(s,l,a){var c=a(260),u=a(1318).indexOf,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("indexOf",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},6319:function(s,l,a){var c=a(7854),u=a(260),d=a(6992),f=a(5112),m=f("iterator"),p=c.Uint8Array,g=d.values,y=d.keys,S=d.entries,C=u.aTypedArray,A=u.exportTypedArrayMethod,b=p&&p.prototype[m],D=!!b&&(b.name=="values"||b.name==null),w=function(){return g.call(C(this))};A("entries",function(){return S.call(C(this))}),A("keys",function(){return y.call(C(this))}),A("values",w,!D),A(m,w,!D)},8867:function(s,l,a){var c=a(260),u=c.aTypedArray,d=c.exportTypedArrayMethod,f=[].join;d("join",function(p){return f.apply(u(this),arguments)})},7789:function(s,l,a){var c=a(260),u=a(6583),d=c.aTypedArray,f=c.exportTypedArrayMethod;f("lastIndexOf",function(p){return u.apply(d(this),arguments)})},3739:function(s,l,a){var c=a(260),u=a(2092).map,d=a(6707),f=c.aTypedArray,m=c.aTypedArrayConstructor,p=c.exportTypedArrayMethod;p("map",function(y){return u(f(this),y,arguments.length>1?arguments[1]:void 0,function(S,C){return new(m(d(S,S.constructor)))(C)})})},4483:function(s,l,a){var c=a(260),u=a(3671).right,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("reduceRight",function(p){return u(d(this),p,arguments.length,arguments.length>1?arguments[1]:void 0)})},9368:function(s,l,a){var c=a(260),u=a(3671).left,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("reduce",function(p){return u(d(this),p,arguments.length,arguments.length>1?arguments[1]:void 0)})},2056:function(s,l,a){var c=a(260),u=c.aTypedArray,d=c.exportTypedArrayMethod,f=Math.floor;d("reverse",function(){for(var p=this,g=u(p).length,y=f(g/2),S=0,C;S<y;)C=p[S],p[S++]=p[--g],p[g]=C;return p})},3462:function(s,l,a){var c=a(260),u=a(7466),d=a(4590),f=a(7908),m=a(7293),p=c.aTypedArray,g=c.exportTypedArrayMethod,y=m(function(){new Int8Array(1).set({})});g("set",function(C){p(this);var A=d(arguments.length>1?arguments[1]:void 0,1),b=this.length,D=f(C),w=u(D.length),B=0;if(w+A>b)throw RangeError("Wrong length");for(;B<w;)this[A+B]=D[B++]},y)},678:function(s,l,a){var c=a(260),u=a(6707),d=a(7293),f=c.aTypedArray,m=c.aTypedArrayConstructor,p=c.exportTypedArrayMethod,g=[].slice,y=d(function(){new Int8Array(1).slice()});p("slice",function(C,A){for(var b=g.call(f(this),C,A),D=u(this,this.constructor),w=0,B=b.length,$=new(m(D))(B);B>w;)$[w]=b[w++];return $},y)},7462:function(s,l,a){var c=a(260),u=a(2092).some,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("some",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},3824:function(s,l,a){var c=a(260),u=c.aTypedArray,d=c.exportTypedArrayMethod,f=[].sort;d("sort",function(p){return f.call(u(this),p)})},5021:function(s,l,a){var c=a(260),u=a(7466),d=a(1400),f=a(6707),m=c.aTypedArray,p=c.exportTypedArrayMethod;p("subarray",function(y,S){var C=m(this),A=C.length,b=d(y,A);return new(f(C,C.constructor))(C.buffer,C.byteOffset+b*C.BYTES_PER_ELEMENT,u((S===void 0?A:d(S,A))-b))})},2974:function(s,l,a){var c=a(7854),u=a(260),d=a(7293),f=c.Int8Array,m=u.aTypedArray,p=u.exportTypedArrayMethod,g=[].toLocaleString,y=[].slice,S=!!f&&d(function(){g.call(new f(1))}),C=d(function(){return[1,2].toLocaleString()!=new f([1,2]).toLocaleString()})||!d(function(){f.prototype.toLocaleString.call([1,2])});p("toLocaleString",function(){return g.apply(S?y.call(m(this)):m(this),arguments)},C)},5016:function(s,l,a){var c=a(260).exportTypedArrayMethod,u=a(7293),d=a(7854),f=d.Uint8Array,m=f&&f.prototype||{},p=[].toString,g=[].join;u(function(){p.call({})})&&(p=function(){return g.call(this)});var y=m.toString!=p;c("toString",p,y)},2472:function(s,l,a){var c=a(9843);c("Uint8",function(u){return function(f,m,p){return u(this,f,m,p)}})},4747:function(s,l,a){var c=a(7854),u=a(8324),d=a(8533),f=a(8880);for(var m in u){var p=c[m],g=p&&p.prototype;if(g&&g.forEach!==d)try{f(g,"forEach",d)}catch{g.forEach=d}}},3948:function(s,l,a){var c=a(7854),u=a(8324),d=a(6992),f=a(8880),m=a(5112),p=m("iterator"),g=m("toStringTag"),y=d.values;for(var S in u){var C=c[S],A=C&&C.prototype;if(A){if(A[p]!==y)try{f(A,p,y)}catch{A[p]=y}if(A[g]||f(A,g,S),u[S]){for(var b in d)if(A[b]!==d[b])try{f(A,b,d[b])}catch{A[b]=d[b]}}}}},1637:function(s,l,a){a(6992);var c=a(2109),u=a(5005),d=a(590),f=a(1320),m=a(2248),p=a(8003),g=a(4994),y=a(9909),S=a(5787),C=a(6656),A=a(9974),b=a(648),D=a(9670),w=a(111),B=a(30),$=a(9114),V=a(8554),F=a(1246),P=a(5112),_=u("fetch"),H=u("Headers"),Y=P("iterator"),X="URLSearchParams",Q=X+"Iterator",ie=y.set,j=y.getterFor(X),ce=y.getterFor(Q),fe=/\+/g,Ee=Array(4),Ae=function(I){return Ee[I-1]||(Ee[I-1]=RegExp("((?:%[\\da-f]{2}){"+I+"})","gi"))},Se=function(I){try{return decodeURIComponent(I)}catch{return I}},Oe=function(I){var R=I.replace(fe," "),L=4;try{return decodeURIComponent(R)}catch{for(;L;)R=R.replace(Ae(L--),Se);return R}},xe=/[!'()~]|%20/g,Me={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},ye=function(I){return Me[I]},k=function(I){return encodeURIComponent(I).replace(xe,ye)},M=function(I,R){if(R)for(var L=R.split("&"),z=0,W,U;z<L.length;)W=L[z++],W.length&&(U=W.split("="),I.push({key:Oe(U.shift()),value:Oe(U.join("="))}))},T=function(I){this.entries.length=0,M(this.entries,I)},O=function(I,R){if(I<R)throw TypeError("Not enough arguments")},v=g(function(R,L){ie(this,{type:Q,iterator:V(j(R).entries),kind:L})},"Iterator",function(){var R=ce(this),L=R.kind,z=R.iterator.next(),W=z.value;return z.done||(z.value=L==="keys"?W.key:L==="values"?W.value:[W.key,W.value]),z}),E=function(){S(this,E,X);var R=arguments.length>0?arguments[0]:void 0,L=this,z=[],W,U,K,G,q,ue,ge,Ie,$e;if(ie(L,{type:X,entries:z,updateURL:function(){},updateSearchParams:T}),R!==void 0)if(w(R))if(W=F(R),typeof W=="function")for(U=W.call(R),K=U.next;!(G=K.call(U)).done;){if(q=V(D(G.value)),ue=q.next,(ge=ue.call(q)).done||(Ie=ue.call(q)).done||!ue.call(q).done)throw TypeError("Expected sequence with length 2");z.push({key:ge.value+"",value:Ie.value+""})}else for($e in R)C(R,$e)&&z.push({key:$e,value:R[$e]+""});else M(z,typeof R=="string"?R.charAt(0)==="?"?R.slice(1):R:R+"")},N=E.prototype;m(N,{append:function(R,L){O(arguments.length,2);var z=j(this);z.entries.push({key:R+"",value:L+""}),z.updateURL()},delete:function(I){O(arguments.length,1);for(var R=j(this),L=R.entries,z=I+"",W=0;W<L.length;)L[W].key===z?L.splice(W,1):W++;R.updateURL()},get:function(R){O(arguments.length,1);for(var L=j(this).entries,z=R+"",W=0;W<L.length;W++)if(L[W].key===z)return L[W].value;return null},getAll:function(R){O(arguments.length,1);for(var L=j(this).entries,z=R+"",W=[],U=0;U<L.length;U++)L[U].key===z&&W.push(L[U].value);return W},has:function(R){O(arguments.length,1);for(var L=j(this).entries,z=R+"",W=0;W<L.length;)if(L[W++].key===z)return!0;return!1},set:function(R,L){O(arguments.length,1);for(var z=j(this),W=z.entries,U=!1,K=R+"",G=L+"",q=0,ue;q<W.length;q++)ue=W[q],ue.key===K&&(U?W.splice(q--,1):(U=!0,ue.value=G));U||W.push({key:K,value:G}),z.updateURL()},sort:function(){var R=j(this),L=R.entries,z=L.slice(),W,U,K;for(L.length=0,K=0;K<z.length;K++){for(W=z[K],U=0;U<K;U++)if(L[U].key>W.key){L.splice(U,0,W);break}U===K&&L.push(W)}R.updateURL()},forEach:function(R){for(var L=j(this).entries,z=A(R,arguments.length>1?arguments[1]:void 0,3),W=0,U;W<L.length;)U=L[W++],z(U.value,U.key,this)},keys:function(){return new v(this,"keys")},values:function(){return new v(this,"values")},entries:function(){return new v(this,"entries")}},{enumerable:!0}),f(N,Y,N.entries),f(N,"toString",function(){for(var R=j(this).entries,L=[],z=0,W;z<R.length;)W=R[z++],L.push(k(W.key)+"="+k(W.value));return L.join("&")},{enumerable:!0}),p(E,X),c({global:!0,forced:!d},{URLSearchParams:E}),!d&&typeof _=="function"&&typeof H=="function"&&c({global:!0,enumerable:!0,forced:!0},{fetch:function(R){var L=[R],z,W,U;return arguments.length>1&&(z=arguments[1],w(z)&&(W=z.body,b(W)===X&&(U=z.headers?new H(z.headers):new H,U.has("content-type")||U.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),z=B(z,{body:$(0,String(W)),headers:$(0,U)}))),L.push(z)),_.apply(this,L)}}),s.exports={URLSearchParams:E,getState:j}},285:function(s,l,a){a(8783);var c=a(2109),u=a(9781),d=a(590),f=a(7854),m=a(6048),p=a(1320),g=a(5787),y=a(6656),S=a(1574),C=a(8457),A=a(8710).codeAt,b=a(3197),D=a(8003),w=a(1637),B=a(9909),$=f.URL,V=w.URLSearchParams,F=w.getState,P=B.set,_=B.getterFor("URL"),H=Math.floor,Y=Math.pow,X="Invalid authority",Q="Invalid scheme",ie="Invalid host",j="Invalid port",ce=/[A-Za-z]/,fe=/[\d+-.A-Za-z]/,Ee=/\d/,Ae=/^(0x|0X)/,Se=/^[0-7]+$/,Oe=/^\d+$/,xe=/^[\dA-Fa-f]+$/,Me=/[\u0000\t\u000A\u000D #%/:?@[\\]]/,ye=/[\u0000\t\u000A\u000D #/:?@[\\]]/,k=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,M=/[\t\u000A\u000D]/g,T,O=function(x,ee){var Z,te,se;if(ee.charAt(0)=="["){if(ee.charAt(ee.length-1)!="]"||(Z=E(ee.slice(1,-1)),!Z))return ie;x.host=Z}else if(G(x)){if(ee=b(ee),Me.test(ee)||(Z=v(ee),Z===null))return ie;x.host=Z}else{if(ye.test(ee))return ie;for(Z="",te=C(ee),se=0;se<te.length;se++)Z+=U(te[se],R);x.host=Z}},v=function(x){var ee=x.split("."),Z,te,se,ke,me,Be,He;if(ee.length&&ee[ee.length-1]==""&&ee.pop(),Z=ee.length,Z>4)return x;for(te=[],se=0;se<Z;se++){if(ke=ee[se],ke=="")return x;if(me=10,ke.length>1&&ke.charAt(0)=="0"&&(me=Ae.test(ke)?16:8,ke=ke.slice(me==8?1:2)),ke==="")Be=0;else{if(!(me==10?Oe:me==8?Se:xe).test(ke))return x;Be=parseInt(ke,me)}te.push(Be)}for(se=0;se<Z;se++)if(Be=te[se],se==Z-1){if(Be>=Y(256,5-Z))return null}else if(Be>255)return null;for(He=te.pop(),se=0;se<te.length;se++)He+=te[se]*Y(256,3-se);return He},E=function(x){var ee=[0,0,0,0,0,0,0,0],Z=0,te=null,se=0,ke,me,Be,He,Ke,zt,re,Qe=function(){return x.charAt(se)};if(Qe()==":"){if(x.charAt(1)!=":")return;se+=2,Z++,te=Z}for(;Qe();){if(Z==8)return;if(Qe()==":"){if(te!==null)return;se++,Z++,te=Z;continue}for(ke=me=0;me<4&&xe.test(Qe());)ke=ke*16+parseInt(Qe(),16),se++,me++;if(Qe()=="."){if(me==0||(se-=me,Z>6))return;for(Be=0;Qe();){if(He=null,Be>0)if(Qe()=="."&&Be<4)se++;else return;if(!Ee.test(Qe()))return;for(;Ee.test(Qe());){if(Ke=parseInt(Qe(),10),He===null)He=Ke;else{if(He==0)return;He=He*10+Ke}if(He>255)return;se++}ee[Z]=ee[Z]*256+He,Be++,(Be==2||Be==4)&&Z++}if(Be!=4)return;break}else if(Qe()==":"){if(se++,!Qe())return}else if(Qe())return;ee[Z++]=ke}if(te!==null)for(zt=Z-te,Z=7;Z!=0&&zt>0;)re=ee[Z],ee[Z--]=ee[te+zt-1],ee[te+--zt]=re;else if(Z!=8)return;return ee},N=function(x){for(var ee=null,Z=1,te=null,se=0,ke=0;ke<8;ke++)x[ke]!==0?(se>Z&&(ee=te,Z=se),te=null,se=0):(te===null&&(te=ke),++se);return se>Z&&(ee=te,Z=se),ee},I=function(x){var ee,Z,te,se;if(typeof x=="number"){for(ee=[],Z=0;Z<4;Z++)ee.unshift(x%256),x=H(x/256);return ee.join(".")}else if(typeof x=="object"){for(ee="",te=N(x),Z=0;Z<8;Z++)se&&x[Z]===0||(se&&(se=!1),te===Z?(ee+=Z?":":"::",se=!0):(ee+=x[Z].toString(16),Z<7&&(ee+=":")));return"["+ee+"]"}return x},R={},L=S({},R,{" ":1,'"':1,"<":1,">":1,"`":1}),z=S({},L,{"#":1,"?":1,"{":1,"}":1}),W=S({},z,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),U=function(x,ee){var Z=A(x,0);return Z>32&&Z<127&&!y(ee,x)?x:encodeURIComponent(x)},K={ftp:21,file:null,http:80,https:443,ws:80,wss:443},G=function(x){return y(K,x.scheme)},q=function(x){return x.username!=""||x.password!=""},ue=function(x){return!x.host||x.cannotBeABaseURL||x.scheme=="file"},ge=function(x,ee){var Z;return x.length==2&&ce.test(x.charAt(0))&&((Z=x.charAt(1))==":"||!ee&&Z=="|")},Ie=function(x){var ee;return x.length>1&&ge(x.slice(0,2))&&(x.length==2||(ee=x.charAt(2))==="/"||ee==="\\"||ee==="?"||ee==="#")},$e=function(x){var ee=x.path,Z=ee.length;Z&&(x.scheme!="file"||Z!=1||!ge(ee[0],!0))&&ee.pop()},Fe=function(x){return x==="."||x.toLowerCase()==="%2e"},Re=function(x){return x=x.toLowerCase(),x===".."||x==="%2e."||x===".%2e"||x==="%2e%2e"},Ye={},Et={},ot={},Kn={},J={},ae={},le={},Ce={},we={},ze={},Ue={},pt={},mt={},tt={},ln={},Gn={},Ot={},Ft={},ii={},$t={},En={},cn=function(x,ee,Z,te){var se=Z||Ye,ke=0,me="",Be=!1,He=!1,Ke=!1,zt,re,Qe,Sn;for(Z||(x.scheme="",x.username="",x.password="",x.host=null,x.port=null,x.path=[],x.query=null,x.fragment=null,x.cannotBeABaseURL=!1,ee=ee.replace(k,"")),ee=ee.replace(M,""),zt=C(ee);ke<=zt.length;){switch(re=zt[ke],se){case Ye:if(re&&ce.test(re))me+=re.toLowerCase(),se=Et;else{if(Z)return Q;se=ot;continue}break;case Et:if(re&&(fe.test(re)||re=="+"||re=="-"||re=="."))me+=re.toLowerCase();else if(re==":"){if(Z&&(G(x)!=y(K,me)||me=="file"&&(q(x)||x.port!==null)||x.scheme=="file"&&!x.host))return;if(x.scheme=me,Z){G(x)&&K[x.scheme]==x.port&&(x.port=null);return}me="",x.scheme=="file"?se=tt:G(x)&&te&&te.scheme==x.scheme?se=Kn:G(x)?se=Ce:zt[ke+1]=="/"?(se=J,ke++):(x.cannotBeABaseURL=!0,x.path.push(""),se=ii)}else{if(Z)return Q;me="",se=ot,ke=0;continue}break;case ot:if(!te||te.cannotBeABaseURL&&re!="#")return Q;if(te.cannotBeABaseURL&&re=="#"){x.scheme=te.scheme,x.path=te.path.slice(),x.query=te.query,x.fragment="",x.cannotBeABaseURL=!0,se=En;break}se=te.scheme=="file"?tt:ae;continue;case Kn:if(re=="/"&&zt[ke+1]=="/")se=we,ke++;else{se=ae;continue}break;case J:if(re=="/"){se=ze;break}else{se=Ft;continue}case ae:if(x.scheme=te.scheme,re==T)x.username=te.username,x.password=te.password,x.host=te.host,x.port=te.port,x.path=te.path.slice(),x.query=te.query;else if(re=="/"||re=="\\"&&G(x))se=le;else if(re=="?")x.username=te.username,x.password=te.password,x.host=te.host,x.port=te.port,x.path=te.path.slice(),x.query="",se=$t;else if(re=="#")x.username=te.username,x.password=te.password,x.host=te.host,x.port=te.port,x.path=te.path.slice(),x.query=te.query,x.fragment="",se=En;else{x.username=te.username,x.password=te.password,x.host=te.host,x.port=te.port,x.path=te.path.slice(),x.path.pop(),se=Ft;continue}break;case le:if(G(x)&&(re=="/"||re=="\\"))se=we;else if(re=="/")se=ze;else{x.username=te.username,x.password=te.password,x.host=te.host,x.port=te.port,se=Ft;continue}break;case Ce:if(se=we,re!="/"||me.charAt(ke+1)!="/")continue;ke++;break;case we:if(re!="/"&&re!="\\"){se=ze;continue}break;case ze:if(re=="@"){Be&&(me="%40"+me),Be=!0,Qe=C(me);for(var Cc=0;Cc<Qe.length;Cc++){var Em=Qe[Cc];if(Em==":"&&!Ke){Ke=!0;continue}var Sm=U(Em,W);Ke?x.password+=Sm:x.username+=Sm}me=""}else if(re==T||re=="/"||re=="?"||re=="#"||re=="\\"&&G(x)){if(Be&&me=="")return X;ke-=C(me).length+1,me="",se=Ue}else me+=re;break;case Ue:case pt:if(Z&&x.scheme=="file"){se=Gn;continue}else if(re==":"&&!He){if(me=="")return ie;if(Sn=O(x,me),Sn)return Sn;if(me="",se=mt,Z==pt)return}else if(re==T||re=="/"||re=="?"||re=="#"||re=="\\"&&G(x)){if(G(x)&&me=="")return ie;if(Z&&me==""&&(q(x)||x.port!==null))return;if(Sn=O(x,me),Sn)return Sn;if(me="",se=Ot,Z)return;continue}else re=="["?He=!0:re=="]"&&(He=!1),me+=re;break;case mt:if(Ee.test(re))me+=re;else if(re==T||re=="/"||re=="?"||re=="#"||re=="\\"&&G(x)||Z){if(me!=""){var Tc=parseInt(me,10);if(Tc>65535)return j;x.port=G(x)&&Tc===K[x.scheme]?null:Tc,me=""}if(Z)return;se=Ot;continue}else return j;break;case tt:if(x.scheme="file",re=="/"||re=="\\")se=ln;else if(te&&te.scheme=="file")if(re==T)x.host=te.host,x.path=te.path.slice(),x.query=te.query;else if(re=="?")x.host=te.host,x.path=te.path.slice(),x.query="",se=$t;else if(re=="#")x.host=te.host,x.path=te.path.slice(),x.query=te.query,x.fragment="",se=En;else{Ie(zt.slice(ke).join(""))||(x.host=te.host,x.path=te.path.slice(),$e(x)),se=Ft;continue}else{se=Ft;continue}break;case ln:if(re=="/"||re=="\\"){se=Gn;break}te&&te.scheme=="file"&&!Ie(zt.slice(ke).join(""))&&(ge(te.path[0],!0)?x.path.push(te.path[0]):x.host=te.host),se=Ft;continue;case Gn:if(re==T||re=="/"||re=="\\"||re=="?"||re=="#"){if(!Z&&ge(me))se=Ft;else if(me==""){if(x.host="",Z)return;se=Ot}else{if(Sn=O(x,me),Sn)return Sn;if(x.host=="localhost"&&(x.host=""),Z)return;me="",se=Ot}continue}else me+=re;break;case Ot:if(G(x)){if(se=Ft,re!="/"&&re!="\\")continue}else if(!Z&&re=="?")x.query="",se=$t;else if(!Z&&re=="#")x.fragment="",se=En;else if(re!=T&&(se=Ft,re!="/"))continue;break;case Ft:if(re==T||re=="/"||re=="\\"&&G(x)||!Z&&(re=="?"||re=="#")){if(Re(me)?($e(x),re!="/"&&!(re=="\\"&&G(x))&&x.path.push("")):Fe(me)?re!="/"&&!(re=="\\"&&G(x))&&x.path.push(""):(x.scheme=="file"&&!x.path.length&&ge(me)&&(x.host&&(x.host=""),me=me.charAt(0)+":"),x.path.push(me)),me="",x.scheme=="file"&&(re==T||re=="?"||re=="#"))for(;x.path.length>1&&x.path[0]==="";)x.path.shift();re=="?"?(x.query="",se=$t):re=="#"&&(x.fragment="",se=En)}else me+=U(re,z);break;case ii:re=="?"?(x.query="",se=$t):re=="#"?(x.fragment="",se=En):re!=T&&(x.path[0]+=U(re,R));break;case $t:!Z&&re=="#"?(x.fragment="",se=En):re!=T&&(re=="'"&&G(x)?x.query+="%27":re=="#"?x.query+="%23":x.query+=U(re,R));break;case En:re!=T&&(x.fragment+=U(re,L));break}ke++}},vr=function(ee){var Z=g(this,vr,"URL"),te=arguments.length>1?arguments[1]:void 0,se=String(ee),ke=P(Z,{type:"URL"}),me,Be;if(te!==void 0){if(te instanceof vr)me=_(te);else if(Be=cn(me={},String(te)),Be)throw TypeError(Be)}if(Be=cn(ke,se,null,me),Be)throw TypeError(Be);var He=ke.searchParams=new V,Ke=F(He);Ke.updateSearchParams(ke.query),Ke.updateURL=function(){ke.query=String(He)||null},u||(Z.href=Us.call(Z),Z.origin=am.call(Z),Z.protocol=lm.call(Z),Z.username=cm.call(Z),Z.password=um.call(Z),Z.host=dm.call(Z),Z.hostname=fm.call(Z),Z.port=hm.call(Z),Z.pathname=pm.call(Z),Z.search=mm.call(Z),Z.searchParams=gm.call(Z),Z.hash=ym.call(Z))},Sc=vr.prototype,Us=function(){var x=_(this),ee=x.scheme,Z=x.username,te=x.password,se=x.host,ke=x.port,me=x.path,Be=x.query,He=x.fragment,Ke=ee+":";return se!==null?(Ke+="//",q(x)&&(Ke+=Z+(te?":"+te:"")+"@"),Ke+=I(se),ke!==null&&(Ke+=":"+ke)):ee=="file"&&(Ke+="//"),Ke+=x.cannotBeABaseURL?me[0]:me.length?"/"+me.join("/"):"",Be!==null&&(Ke+="?"+Be),He!==null&&(Ke+="#"+He),Ke},am=function(){var x=_(this),ee=x.scheme,Z=x.port;if(ee=="blob")try{return new URL(ee.path[0]).origin}catch{return"null"}return ee=="file"||!G(x)?"null":ee+"://"+I(x.host)+(Z!==null?":"+Z:"")},lm=function(){return _(this).scheme+":"},cm=function(){return _(this).username},um=function(){return _(this).password},dm=function(){var x=_(this),ee=x.host,Z=x.port;return ee===null?"":Z===null?I(ee):I(ee)+":"+Z},fm=function(){var x=_(this).host;return x===null?"":I(x)},hm=function(){var x=_(this).port;return x===null?"":String(x)},pm=function(){var x=_(this),ee=x.path;return x.cannotBeABaseURL?ee[0]:ee.length?"/"+ee.join("/"):""},mm=function(){var x=_(this).query;return x?"?"+x:""},gm=function(){return _(this).searchParams},ym=function(){var x=_(this).fragment;return x?"#"+x:""},Vt=function(x,ee){return{get:x,set:ee,configurable:!0,enumerable:!0}};if(u&&m(Sc,{href:Vt(Us,function(x){var ee=_(this),Z=String(x),te=cn(ee,Z);if(te)throw TypeError(te);F(ee.searchParams).updateSearchParams(ee.query)}),origin:Vt(am),protocol:Vt(lm,function(x){var ee=_(this);cn(ee,String(x)+":",Ye)}),username:Vt(cm,function(x){var ee=_(this),Z=C(String(x));if(!ue(ee)){ee.username="";for(var te=0;te<Z.length;te++)ee.username+=U(Z[te],W)}}),password:Vt(um,function(x){var ee=_(this),Z=C(String(x));if(!ue(ee)){ee.password="";for(var te=0;te<Z.length;te++)ee.password+=U(Z[te],W)}}),host:Vt(dm,function(x){var ee=_(this);ee.cannotBeABaseURL||cn(ee,String(x),Ue)}),hostname:Vt(fm,function(x){var ee=_(this);ee.cannotBeABaseURL||cn(ee,String(x),pt)}),port:Vt(hm,function(x){var ee=_(this);ue(ee)||(x=String(x),x==""?ee.port=null:cn(ee,x,mt))}),pathname:Vt(pm,function(x){var ee=_(this);ee.cannotBeABaseURL||(ee.path=[],cn(ee,x+"",Ot))}),search:Vt(mm,function(x){var ee=_(this);x=String(x),x==""?ee.query=null:(x.charAt(0)=="?"&&(x=x.slice(1)),ee.query="",cn(ee,x,$t)),F(ee.searchParams).updateSearchParams(ee.query)}),searchParams:Vt(gm),hash:Vt(ym,function(x){var ee=_(this);if(x=String(x),x==""){ee.fragment=null;return}x.charAt(0)=="#"&&(x=x.slice(1)),ee.fragment="",cn(ee,x,En)})}),p(Sc,"toJSON",function(){return Us.call(this)},{enumerable:!0}),p(Sc,"toString",function(){return Us.call(this)},{enumerable:!0}),$){var vm=$.createObjectURL,bm=$.revokeObjectURL;vm&&p(vr,"createObjectURL",function(ee){return vm.apply($,arguments)}),bm&&p(vr,"revokeObjectURL",function(ee){return bm.apply($,arguments)})}D(vr,"URL"),c({global:!0,forced:!d,sham:!u},{URL:vr})}},r={};function i(s){if(r[s])return r[s].exports;var l=r[s]={exports:{}};return t[s](l,l.exports,i),l.exports}(function(){i.d=function(s,l){for(var a in l)i.o(l,a)&&!i.o(s,a)&&Object.defineProperty(s,a,{enumerable:!0,get:l[a]})}})(),function(){i.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}()}(),function(){i.o=function(s,l){return Object.prototype.hasOwnProperty.call(s,l)}}(),function(){i.r=function(s){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})}}();var o={};return function(){i.r(o),i.d(o,{Dropzone:function(){return j},default:function(){return ye}}),i(2222),i(7327),i(2772),i(6992),i(1249),i(7042),i(561),i(8264),i(8309),i(489),i(1539),i(4916),i(9714),i(8783),i(4723),i(5306),i(3123),i(3210),i(2472),i(2990),i(8927),i(3105),i(5035),i(4345),i(7174),i(2846),i(4731),i(7209),i(6319),i(8867),i(7789),i(3739),i(9368),i(4483),i(2056),i(3462),i(678),i(7462),i(3824),i(5021),i(2974),i(5016),i(4747),i(3948),i(285);function s(k,M){var T;if(typeof Symbol>"u"||k[Symbol.iterator]==null){if(Array.isArray(k)||(T=l(k))||M&&k&&typeof k.length=="number"){T&&(k=T);var O=0,v=function(){};return{s:v,n:function(){return O>=k.length?{done:!0}:{done:!1,value:k[O++]}},e:function(L){throw L},f:v}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
7
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var E=!0,N=!1,I;return{s:function(){T=k[Symbol.iterator]()},n:function(){var L=T.next();return E=L.done,L},e:function(L){N=!0,I=L},f:function(){try{!E&&T.return!=null&&T.return()}finally{if(N)throw I}}}}function l(k,M){if(k){if(typeof k=="string")return a(k,M);var T=Object.prototype.toString.call(k).slice(8,-1);if(T==="Object"&&k.constructor&&(T=k.constructor.name),T==="Map"||T==="Set")return Array.from(k);if(T==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(T))return a(k,M)}}function a(k,M){(M==null||M>k.length)&&(M=k.length);for(var T=0,O=new Array(M);T<M;T++)O[T]=k[T];return O}function c(k,M){if(!(k instanceof M))throw new TypeError("Cannot call a class as a function")}function u(k,M){for(var T=0;T<M.length;T++){var O=M[T];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(k,O.key,O)}}function d(k,M,T){return M&&u(k.prototype,M),T&&u(k,T),k}var f=function(){function k(){c(this,k)}return d(k,[{key:"on",value:function(T,O){return this._callbacks=this._callbacks||{},this._callbacks[T]||(this._callbacks[T]=[]),this._callbacks[T].push(O),this}},{key:"emit",value:function(T){this._callbacks=this._callbacks||{};for(var O=this._callbacks[T],v=arguments.length,E=new Array(v>1?v-1:0),N=1;N<v;N++)E[N-1]=arguments[N];if(O){var I=s(O,!0),R;try{for(I.s();!(R=I.n()).done;){var L=R.value;L.apply(this,E)}}catch(z){I.e(z)}finally{I.f()}}return this.element&&this.element.dispatchEvent(this.makeEvent("dropzone:"+T,{args:E})),this}},{key:"makeEvent",value:function(T,O){var v={bubbles:!0,cancelable:!0,detail:O};if(typeof window.CustomEvent=="function")return new CustomEvent(T,v);var E=document.createEvent("CustomEvent");return E.initCustomEvent(T,v.bubbles,v.cancelable,v.detail),E}},{key:"off",value:function(T,O){if(!this._callbacks||arguments.length===0)return this._callbacks={},this;var v=this._callbacks[T];if(!v)return this;if(arguments.length===1)return delete this._callbacks[T],this;for(var E=0;E<v.length;E++){var N=v[E];if(N===O){v.splice(E,1);break}}return this}}]),k}(),m='<div class="dz-preview dz-file-preview"> <div class="dz-image"><img data-dz-thumbnail/></div> <div class="dz-details"> <div class="dz-size"><span data-dz-size></span></div> <div class="dz-filename"><span data-dz-name></span></div> </div> <div class="dz-progress"> <span class="dz-upload" data-dz-uploadprogress></span> </div> <div class="dz-error-message"><span data-dz-errormessage></span></div> <div class="dz-success-mark"> <svg width="54px" height="54px" viewBox="0 0 54 54" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Check</title> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <path d="M23.5,31.8431458 L17.5852419,25.9283877 C16.0248253,24.3679711 13.4910294,24.366835 11.9289322,25.9289322 C10.3700136,27.4878508 10.3665912,30.0234455 11.9283877,31.5852419 L20.4147581,40.0716123 C20.5133999,40.1702541 20.6159315,40.2626649 20.7218615,40.3488435 C22.2835669,41.8725651 24.794234,41.8626202 26.3461564,40.3106978 L43.3106978,23.3461564 C44.8771021,21.7797521 44.8758057,19.2483887 43.3137085,17.6862915 C41.7547899,16.1273729 39.2176035,16.1255422 37.6538436,17.6893022 L23.5,31.8431458 Z M27,53 C41.3594035,53 53,41.3594035 53,27 C53,12.6405965 41.3594035,1 27,1 C12.6405965,1 1,12.6405965 1,27 C1,41.3594035 12.6405965,53 27,53 Z" stroke-opacity="0.198794158" stroke="#747474" fill-opacity="0.816519475" fill="#FFFFFF"></path> </g> </svg> </div> <div class="dz-error-mark"> <svg width="54px" height="54px" viewBox="0 0 54 54" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Error</title> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g stroke="#747474" stroke-opacity="0.198794158" fill="#FFFFFF" fill-opacity="0.816519475"> <path d="M32.6568542,29 L38.3106978,23.3461564 C39.8771021,21.7797521 39.8758057,19.2483887 38.3137085,17.6862915 C36.7547899,16.1273729 34.2176035,16.1255422 32.6538436,17.6893022 L27,23.3431458 L21.3461564,17.6893022 C19.7823965,16.1255422 17.2452101,16.1273729 15.6862915,17.6862915 C14.1241943,19.2483887 14.1228979,21.7797521 15.6893022,23.3461564 L21.3431458,29 L15.6893022,34.6538436 C14.1228979,36.2202479 14.1241943,38.7516113 15.6862915,40.3137085 C17.2452101,41.8726271 19.7823965,41.8744578 21.3461564,40.3106978 L27,34.6568542 L32.6538436,40.3106978 C34.2176035,41.8744578 36.7547899,41.8726271 38.3137085,40.3137085 C39.8758057,38.7516113 39.8771021,36.2202479 38.3106978,34.6538436 L32.6568542,29 Z M27,53 C41.3594035,53 53,41.3594035 53,27 C53,12.6405965 41.3594035,1 27,1 C12.6405965,1 1,12.6405965 1,27 C1,41.3594035 12.6405965,53 27,53 Z"></path> </g> </g> </svg> </div> </div> ',p=m;function g(k,M){var T;if(typeof Symbol>"u"||k[Symbol.iterator]==null){if(Array.isArray(k)||(T=y(k))||M&&k&&typeof k.length=="number"){T&&(k=T);var O=0,v=function(){};return{s:v,n:function(){return O>=k.length?{done:!0}:{done:!1,value:k[O++]}},e:function(L){throw L},f:v}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var E=!0,N=!1,I;return{s:function(){T=k[Symbol.iterator]()},n:function(){var L=T.next();return E=L.done,L},e:function(L){N=!0,I=L},f:function(){try{!E&&T.return!=null&&T.return()}finally{if(N)throw I}}}}function y(k,M){if(k){if(typeof k=="string")return S(k,M);var T=Object.prototype.toString.call(k).slice(8,-1);if(T==="Object"&&k.constructor&&(T=k.constructor.name),T==="Map"||T==="Set")return Array.from(k);if(T==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(T))return S(k,M)}}function S(k,M){(M==null||M>k.length)&&(M=k.length);for(var T=0,O=new Array(M);T<M;T++)O[T]=k[T];return O}var C={url:null,method:"post",withCredentials:!1,timeout:null,parallelUploads:2,uploadMultiple:!1,chunking:!1,forceChunking:!1,chunkSize:2e6,parallelChunkUploads:!1,retryChunks:!1,retryChunksLimit:3,maxFilesize:256,paramName:"file",createImageThumbnails:!0,maxThumbnailFilesize:10,thumbnailWidth:120,thumbnailHeight:120,thumbnailMethod:"crop",resizeWidth:null,resizeHeight:null,resizeMimeType:null,resizeQuality:.8,resizeMethod:"contain",filesizeBase:1e3,maxFiles:null,headers:null,clickable:!0,ignoreHiddenFiles:!0,acceptedFiles:null,acceptedMimeTypes:null,autoProcessQueue:!0,autoQueue:!0,addRemoveLinks:!1,previewsContainer:null,disablePreviews:!1,hiddenInputContainer:"body",capture:null,renameFilename:null,renameFile:null,forceFallback:!1,dictDefaultMessage:"Drop files here to upload",dictFallbackMessage:"Your browser does not support drag'n'drop file uploads.",dictFallbackText:"Please use the fallback form below to upload your files like in the olden days.",dictFileTooBig:"File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.",dictInvalidFileType:"You can't upload files of this type.",dictResponseError:"Server responded with {{statusCode}} code.",dictCancelUpload:"Cancel upload",dictUploadCanceled:"Upload canceled.",dictCancelUploadConfirmation:"Are you sure you want to cancel this upload?",dictRemoveFile:"Remove file",dictRemoveFileConfirmation:null,dictMaxFilesExceeded:"You can not upload any more files.",dictFileSizeUnits:{tb:"TB",gb:"GB",mb:"MB",kb:"KB",b:"b"},init:function(){},params:function(M,T,O){if(O)return{dzuuid:O.file.upload.uuid,dzchunkindex:O.index,dztotalfilesize:O.file.size,dzchunksize:this.options.chunkSize,dztotalchunkcount:O.file.upload.totalChunkCount,dzchunkbyteoffset:O.index*this.options.chunkSize}},accept:function(M,T){return T()},chunksUploaded:function(M,T){T()},fallback:function(){var M;this.element.className="".concat(this.element.className," dz-browser-not-supported");var T=g(this.element.getElementsByTagName("div"),!0),O;try{for(T.s();!(O=T.n()).done;){var v=O.value;if(/(^| )dz-message($| )/.test(v.className)){M=v,v.className="dz-message";break}}}catch(N){T.e(N)}finally{T.f()}M||(M=j.createElement('<div class="dz-message"><span></span></div>'),this.element.appendChild(M));var E=M.getElementsByTagName("span")[0];return E&&(E.textContent!=null?E.textContent=this.options.dictFallbackMessage:E.innerText!=null&&(E.innerText=this.options.dictFallbackMessage)),this.element.appendChild(this.getFallbackForm())},resize:function(M,T,O,v){var E={srcX:0,srcY:0,srcWidth:M.width,srcHeight:M.height},N=M.width/M.height;T==null&&O==null?(T=E.srcWidth,O=E.srcHeight):T==null?T=O*N:O==null&&(O=T/N),T=Math.min(T,E.srcWidth),O=Math.min(O,E.srcHeight);var I=T/O;if(E.srcWidth>T||E.srcHeight>O)if(v==="crop")N>I?(E.srcHeight=M.height,E.srcWidth=E.srcHeight*I):(E.srcWidth=M.width,E.srcHeight=E.srcWidth/I);else if(v==="contain")N>I?O=T/N:T=O*N;else throw new Error("Unknown resizeMethod '".concat(v,"'"));return E.srcX=(M.width-E.srcWidth)/2,E.srcY=(M.height-E.srcHeight)/2,E.trgWidth=T,E.trgHeight=O,E},transformFile:function(M,T){return(this.options.resizeWidth||this.options.resizeHeight)&&M.type.match(/image.*/)?this.resizeImage(M,this.options.resizeWidth,this.options.resizeHeight,this.options.resizeMethod,T):T(M)},previewTemplate:p,drop:function(M){return this.element.classList.remove("dz-drag-hover")},dragstart:function(M){},dragend:function(M){return this.element.classList.remove("dz-drag-hover")},dragenter:function(M){return this.element.classList.add("dz-drag-hover")},dragover:function(M){return this.element.classList.add("dz-drag-hover")},dragleave:function(M){return this.element.classList.remove("dz-drag-hover")},paste:function(M){},reset:function(){return this.element.classList.remove("dz-started")},addedfile:function(M){var T=this;if(this.element===this.previewsContainer&&this.element.classList.add("dz-started"),this.previewsContainer&&!this.options.disablePreviews){M.previewElement=j.createElement(this.options.previewTemplate.trim()),M.previewTemplate=M.previewElement,this.previewsContainer.appendChild(M.previewElement);var O=g(M.previewElement.querySelectorAll("[data-dz-name]"),!0),v;try{for(O.s();!(v=O.n()).done;){var E=v.value;E.textContent=M.name}}catch(U){O.e(U)}finally{O.f()}var N=g(M.previewElement.querySelectorAll("[data-dz-size]"),!0),I;try{for(N.s();!(I=N.n()).done;)E=I.value,E.innerHTML=this.filesize(M.size)}catch(U){N.e(U)}finally{N.f()}this.options.addRemoveLinks&&(M._removeLink=j.createElement('<a class="dz-remove" href="javascript:undefined;" data-dz-remove>'.concat(this.options.dictRemoveFile,"</a>")),M.previewElement.appendChild(M._removeLink));var R=function(K){return K.preventDefault(),K.stopPropagation(),M.status===j.UPLOADING?j.confirm(T.options.dictCancelUploadConfirmation,function(){return T.removeFile(M)}):T.options.dictRemoveFileConfirmation?j.confirm(T.options.dictRemoveFileConfirmation,function(){return T.removeFile(M)}):T.removeFile(M)},L=g(M.previewElement.querySelectorAll("[data-dz-remove]"),!0),z;try{for(L.s();!(z=L.n()).done;){var W=z.value;W.addEventListener("click",R)}}catch(U){L.e(U)}finally{L.f()}}},removedfile:function(M){return M.previewElement!=null&&M.previewElement.parentNode!=null&&M.previewElement.parentNode.removeChild(M.previewElement),this._updateMaxFilesReachedClass()},thumbnail:function(M,T){if(M.previewElement){M.previewElement.classList.remove("dz-file-preview");var O=g(M.previewElement.querySelectorAll("[data-dz-thumbnail]"),!0),v;try{for(O.s();!(v=O.n()).done;){var E=v.value;E.alt=M.name,E.src=T}}catch(N){O.e(N)}finally{O.f()}return setTimeout(function(){return M.previewElement.classList.add("dz-image-preview")},1)}},error:function(M,T){if(M.previewElement){M.previewElement.classList.add("dz-error"),typeof T!="string"&&T.error&&(T=T.error);var O=g(M.previewElement.querySelectorAll("[data-dz-errormessage]"),!0),v;try{for(O.s();!(v=O.n()).done;){var E=v.value;E.textContent=T}}catch(N){O.e(N)}finally{O.f()}}},errormultiple:function(){},processing:function(M){if(M.previewElement&&(M.previewElement.classList.add("dz-processing"),M._removeLink))return M._removeLink.innerHTML=this.options.dictCancelUpload},processingmultiple:function(){},uploadprogress:function(M,T,O){if(M.previewElement){var v=g(M.previewElement.querySelectorAll("[data-dz-uploadprogress]"),!0),E;try{for(v.s();!(E=v.n()).done;){var N=E.value;N.nodeName==="PROGRESS"?N.value=T:N.style.width="".concat(T,"%")}}catch(I){v.e(I)}finally{v.f()}}},totaluploadprogress:function(){},sending:function(){},sendingmultiple:function(){},success:function(M){if(M.previewElement)return M.previewElement.classList.add("dz-success")},successmultiple:function(){},canceled:function(M){return this.emit("error",M,this.options.dictUploadCanceled)},canceledmultiple:function(){},complete:function(M){if(M._removeLink&&(M._removeLink.innerHTML=this.options.dictRemoveFile),M.previewElement)return M.previewElement.classList.add("dz-complete")},completemultiple:function(){},maxfilesexceeded:function(){},maxfilesreached:function(){},queuecomplete:function(){},addedfiles:function(){}},A=C;function b(k){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?b=function(T){return typeof T}:b=function(T){return T&&typeof Symbol=="function"&&T.constructor===Symbol&&T!==Symbol.prototype?"symbol":typeof T},b(k)}function D(k,M){var T;if(typeof Symbol>"u"||k[Symbol.iterator]==null){if(Array.isArray(k)||(T=w(k))||M&&k&&typeof k.length=="number"){T&&(k=T);var O=0,v=function(){};return{s:v,n:function(){return O>=k.length?{done:!0}:{done:!1,value:k[O++]}},e:function(L){throw L},f:v}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var E=!0,N=!1,I;return{s:function(){T=k[Symbol.iterator]()},n:function(){var L=T.next();return E=L.done,L},e:function(L){N=!0,I=L},f:function(){try{!E&&T.return!=null&&T.return()}finally{if(N)throw I}}}}function w(k,M){if(k){if(typeof k=="string")return B(k,M);var T=Object.prototype.toString.call(k).slice(8,-1);if(T==="Object"&&k.constructor&&(T=k.constructor.name),T==="Map"||T==="Set")return Array.from(k);if(T==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(T))return B(k,M)}}function B(k,M){(M==null||M>k.length)&&(M=k.length);for(var T=0,O=new Array(M);T<M;T++)O[T]=k[T];return O}function $(k,M){if(!(k instanceof M))throw new TypeError("Cannot call a class as a function")}function V(k,M){for(var T=0;T<M.length;T++){var O=M[T];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(k,O.key,O)}}function F(k,M,T){return M&&V(k.prototype,M),T&&V(k,T),k}function P(k,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function");k.prototype=Object.create(M&&M.prototype,{constructor:{value:k,writable:!0,configurable:!0}}),M&&_(k,M)}function _(k,M){return _=Object.setPrototypeOf||function(O,v){return O.__proto__=v,O},_(k,M)}function H(k){var M=Q();return function(){var O=ie(k),v;if(M){var E=ie(this).constructor;v=Reflect.construct(O,arguments,E)}else v=O.apply(this,arguments);return Y(this,v)}}function Y(k,M){return M&&(b(M)==="object"||typeof M=="function")?M:X(k)}function X(k){if(k===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return k}function Q(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function ie(k){return ie=Object.setPrototypeOf?Object.getPrototypeOf:function(T){return T.__proto__||Object.getPrototypeOf(T)},ie(k)}var j=function(k){P(T,k);var M=H(T);function T(O,v){var E;$(this,T),E=M.call(this);var N,I;if(E.element=O,E.version=T.version,E.clickableElements=[],E.listeners=[],E.files=[],typeof E.element=="string"&&(E.element=document.querySelector(E.element)),!E.element||E.element.nodeType==null)throw new Error("Invalid dropzone element.");if(E.element.dropzone)throw new Error("Dropzone already attached.");T.instances.push(X(E)),E.element.dropzone=X(E);var R=(I=T.optionsForElement(E.element))!=null?I:{};if(E.options=T.extend({},A,R,v??{}),E.options.previewTemplate=E.options.previewTemplate.replace(/\n*/g,""),E.options.forceFallback||!T.isBrowserSupported())return Y(E,E.options.fallback.call(X(E)));if(E.options.url==null&&(E.options.url=E.element.getAttribute("action")),!E.options.url)throw new Error("No URL provided.");if(E.options.acceptedFiles&&E.options.acceptedMimeTypes)throw new Error("You can't provide both 'acceptedFiles' and 'acceptedMimeTypes'. 'acceptedMimeTypes' is deprecated.");if(E.options.uploadMultiple&&E.options.chunking)throw new Error("You cannot set both: uploadMultiple and chunking.");return E.options.acceptedMimeTypes&&(E.options.acceptedFiles=E.options.acceptedMimeTypes,delete E.options.acceptedMimeTypes),E.options.renameFilename!=null&&(E.options.renameFile=function(L){return E.options.renameFilename.call(X(E),L.name,L)}),typeof E.options.method=="string"&&(E.options.method=E.options.method.toUpperCase()),(N=E.getExistingFallback())&&N.parentNode&&N.parentNode.removeChild(N),E.options.previewsContainer!==!1&&(E.options.previewsContainer?E.previewsContainer=T.getElement(E.options.previewsContainer,"previewsContainer"):E.previewsContainer=E.element),E.options.clickable&&(E.options.clickable===!0?E.clickableElements=[E.element]:E.clickableElements=T.getElements(E.options.clickable,"clickable")),E.init(),E}return F(T,[{key:"getAcceptedFiles",value:function(){return this.files.filter(function(v){return v.accepted}).map(function(v){return v})}},{key:"getRejectedFiles",value:function(){return this.files.filter(function(v){return!v.accepted}).map(function(v){return v})}},{key:"getFilesWithStatus",value:function(v){return this.files.filter(function(E){return E.status===v}).map(function(E){return E})}},{key:"getQueuedFiles",value:function(){return this.getFilesWithStatus(T.QUEUED)}},{key:"getUploadingFiles",value:function(){return this.getFilesWithStatus(T.UPLOADING)}},{key:"getAddedFiles",value:function(){return this.getFilesWithStatus(T.ADDED)}},{key:"getActiveFiles",value:function(){return this.files.filter(function(v){return v.status===T.UPLOADING||v.status===T.QUEUED}).map(function(v){return v})}},{key:"init",value:function(){var v=this;if(this.element.tagName==="form"&&this.element.setAttribute("enctype","multipart/form-data"),this.element.classList.contains("dropzone")&&!this.element.querySelector(".dz-message")&&this.element.appendChild(T.createElement('<div class="dz-default dz-message"><button class="dz-button" type="button">'.concat(this.options.dictDefaultMessage,"</button></div>"))),this.clickableElements.length){var E=function W(){v.hiddenFileInput&&v.hiddenFileInput.parentNode.removeChild(v.hiddenFileInput),v.hiddenFileInput=document.createElement("input"),v.hiddenFileInput.setAttribute("type","file"),(v.options.maxFiles===null||v.options.maxFiles>1)&&v.hiddenFileInput.setAttribute("multiple","multiple"),v.hiddenFileInput.className="dz-hidden-input",v.options.acceptedFiles!==null&&v.hiddenFileInput.setAttribute("accept",v.options.acceptedFiles),v.options.capture!==null&&v.hiddenFileInput.setAttribute("capture",v.options.capture),v.hiddenFileInput.setAttribute("tabindex","-1"),v.hiddenFileInput.style.visibility="hidden",v.hiddenFileInput.style.position="absolute",v.hiddenFileInput.style.top="0",v.hiddenFileInput.style.left="0",v.hiddenFileInput.style.height="0",v.hiddenFileInput.style.width="0",T.getElement(v.options.hiddenInputContainer,"hiddenInputContainer").appendChild(v.hiddenFileInput),v.hiddenFileInput.addEventListener("change",function(){var U=v.hiddenFileInput.files;if(U.length){var K=D(U,!0),G;try{for(K.s();!(G=K.n()).done;){var q=G.value;v.addFile(q)}}catch(ue){K.e(ue)}finally{K.f()}}v.emit("addedfiles",U),W()})};E()}this.URL=window.URL!==null?window.URL:window.webkitURL;var N=D(this.events,!0),I;try{for(N.s();!(I=N.n()).done;){var R=I.value;this.on(R,this.options[R])}}catch(W){N.e(W)}finally{N.f()}this.on("uploadprogress",function(){return v.updateTotalUploadProgress()}),this.on("removedfile",function(){return v.updateTotalUploadProgress()}),this.on("canceled",function(W){return v.emit("complete",W)}),this.on("complete",function(W){if(v.getAddedFiles().length===0&&v.getUploadingFiles().length===0&&v.getQueuedFiles().length===0)return setTimeout(function(){return v.emit("queuecomplete")},0)});var L=function(U){if(U.dataTransfer.types){for(var K=0;K<U.dataTransfer.types.length;K++)if(U.dataTransfer.types[K]==="Files")return!0}return!1},z=function(U){if(L(U))return U.stopPropagation(),U.preventDefault?U.preventDefault():U.returnValue=!1};return this.listeners=[{element:this.element,events:{dragstart:function(U){return v.emit("dragstart",U)},dragenter:function(U){return z(U),v.emit("dragenter",U)},dragover:function(U){var K;try{K=U.dataTransfer.effectAllowed}catch{}return U.dataTransfer.dropEffect=K==="move"||K==="linkMove"?"move":"copy",z(U),v.emit("dragover",U)},dragleave:function(U){return v.emit("dragleave",U)},drop:function(U){return z(U),v.drop(U)},dragend:function(U){return v.emit("dragend",U)}}}],this.clickableElements.forEach(function(W){return v.listeners.push({element:W,events:{click:function(K){return(W!==v.element||K.target===v.element||T.elementInside(K.target,v.element.querySelector(".dz-message")))&&v.hiddenFileInput.click(),!0}}})}),this.enable(),this.options.init.call(this)}},{key:"destroy",value:function(){return this.disable(),this.removeAllFiles(!0),this.hiddenFileInput!=null&&this.hiddenFileInput.parentNode&&(this.hiddenFileInput.parentNode.removeChild(this.hiddenFileInput),this.hiddenFileInput=null),delete this.element.dropzone,T.instances.splice(T.instances.indexOf(this),1)}},{key:"updateTotalUploadProgress",value:function(){var v,E=0,N=0,I=this.getActiveFiles();if(I.length){var R=D(this.getActiveFiles(),!0),L;try{for(R.s();!(L=R.n()).done;){var z=L.value;E+=z.upload.bytesSent,N+=z.upload.total}}catch(W){R.e(W)}finally{R.f()}v=100*E/N}else v=100;return this.emit("totaluploadprogress",v,N,E)}},{key:"_getParamName",value:function(v){return typeof this.options.paramName=="function"?this.options.paramName(v):"".concat(this.options.paramName).concat(this.options.uploadMultiple?"[".concat(v,"]"):"")}},{key:"_renameFile",value:function(v){return typeof this.options.renameFile!="function"?v.name:this.options.renameFile(v)}},{key:"getFallbackForm",value:function(){var v,E;if(v=this.getExistingFallback())return v;var N='<div class="dz-fallback">';this.options.dictFallbackText&&(N+="<p>".concat(this.options.dictFallbackText,"</p>")),N+='<input type="file" name="'.concat(this._getParamName(0),'" ').concat(this.options.uploadMultiple?'multiple="multiple"':void 0,' /><input type="submit" value="Upload!"></div>');var I=T.createElement(N);return this.element.tagName!=="FORM"?(E=T.createElement('<form action="'.concat(this.options.url,'" enctype="multipart/form-data" method="').concat(this.options.method,'"></form>')),E.appendChild(I)):(this.element.setAttribute("enctype","multipart/form-data"),this.element.setAttribute("method",this.options.method)),E??I}},{key:"getExistingFallback",value:function(){for(var v=function(z){var W=D(z,!0),U;try{for(W.s();!(U=W.n()).done;){var K=U.value;if(/(^| )fallback($| )/.test(K.className))return K}}catch(G){W.e(G)}finally{W.f()}},E=0,N=["div","form"];E<N.length;E++){var I=N[E],R;if(R=v(this.element.getElementsByTagName(I)))return R}}},{key:"setupEventListeners",value:function(){return this.listeners.map(function(v){return function(){var E=[];for(var N in v.events){var I=v.events[N];E.push(v.element.addEventListener(N,I,!1))}return E}()})}},{key:"removeEventListeners",value:function(){return this.listeners.map(function(v){return function(){var E=[];for(var N in v.events){var I=v.events[N];E.push(v.element.removeEventListener(N,I,!1))}return E}()})}},{key:"disable",value:function(){var v=this;return this.clickableElements.forEach(function(E){return E.classList.remove("dz-clickable")}),this.removeEventListeners(),this.disabled=!0,this.files.map(function(E){return v.cancelUpload(E)})}},{key:"enable",value:function(){return delete this.disabled,this.clickableElements.forEach(function(v){return v.classList.add("dz-clickable")}),this.setupEventListeners()}},{key:"filesize",value:function(v){var E=0,N="b";if(v>0){for(var I=["tb","gb","mb","kb","b"],R=0;R<I.length;R++){var L=I[R],z=Math.pow(this.options.filesizeBase,4-R)/10;if(v>=z){E=v/Math.pow(this.options.filesizeBase,4-R),N=L;break}}E=Math.round(10*E)/10}return"<strong>".concat(E,"</strong> ").concat(this.options.dictFileSizeUnits[N])}},{key:"_updateMaxFilesReachedClass",value:function(){return this.options.maxFiles!=null&&this.getAcceptedFiles().length>=this.options.maxFiles?(this.getAcceptedFiles().length===this.options.maxFiles&&this.emit("maxfilesreached",this.files),this.element.classList.add("dz-max-files-reached")):this.element.classList.remove("dz-max-files-reached")}},{key:"drop",value:function(v){if(v.dataTransfer){this.emit("drop",v);for(var E=[],N=0;N<v.dataTransfer.files.length;N++)E[N]=v.dataTransfer.files[N];if(E.length){var I=v.dataTransfer.items;I&&I.length&&I[0].webkitGetAsEntry!=null?this._addFilesFromItems(I):this.handleFiles(E)}this.emit("addedfiles",E)}}},{key:"paste",value:function(v){if(xe(v!=null?v.clipboardData:void 0,function(N){return N.items})!=null){this.emit("paste",v);var E=v.clipboardData.items;if(E.length)return this._addFilesFromItems(E)}}},{key:"handleFiles",value:function(v){var E=D(v,!0),N;try{for(E.s();!(N=E.n()).done;){var I=N.value;this.addFile(I)}}catch(R){E.e(R)}finally{E.f()}}},{key:"_addFilesFromItems",value:function(v){var E=this;return function(){var N=[],I=D(v,!0),R;try{for(I.s();!(R=I.n()).done;){var L=R.value,z;L.webkitGetAsEntry!=null&&(z=L.webkitGetAsEntry())?z.isFile?N.push(E.addFile(L.getAsFile())):z.isDirectory?N.push(E._addFilesFromDirectory(z,z.name)):N.push(void 0):L.getAsFile!=null&&(L.kind==null||L.kind==="file")?N.push(E.addFile(L.getAsFile())):N.push(void 0)}}catch(W){I.e(W)}finally{I.f()}return N}()}},{key:"_addFilesFromDirectory",value:function(v,E){var N=this,I=v.createReader(),R=function(W){return Me(console,"log",function(U){return U.log(W)})},L=function z(){return I.readEntries(function(W){if(W.length>0){var U=D(W,!0),K;try{for(U.s();!(K=U.n()).done;){var G=K.value;G.isFile?G.file(function(q){if(!(N.options.ignoreHiddenFiles&&q.name.substring(0,1)==="."))return q.fullPath="".concat(E,"/").concat(q.name),N.addFile(q)}):G.isDirectory&&N._addFilesFromDirectory(G,"".concat(E,"/").concat(G.name))}}catch(q){U.e(q)}finally{U.f()}z()}return null},R)};return L()}},{key:"accept",value:function(v,E){this.options.maxFilesize&&v.size>this.options.maxFilesize*1024*1024?E(this.options.dictFileTooBig.replace("{{filesize}}",Math.round(v.size/1024/10.24)/100).replace("{{maxFilesize}}",this.options.maxFilesize)):T.isValidFile(v,this.options.acceptedFiles)?this.options.maxFiles!=null&&this.getAcceptedFiles().length>=this.options.maxFiles?(E(this.options.dictMaxFilesExceeded.replace("{{maxFiles}}",this.options.maxFiles)),this.emit("maxfilesexceeded",v)):this.options.accept.call(this,v,E):E(this.options.dictInvalidFileType)}},{key:"addFile",value:function(v){var E=this;v.upload={uuid:T.uuidv4(),progress:0,total:v.size,bytesSent:0,filename:this._renameFile(v)},this.files.push(v),v.status=T.ADDED,this.emit("addedfile",v),this._enqueueThumbnail(v),this.accept(v,function(N){N?(v.accepted=!1,E._errorProcessing([v],N)):(v.accepted=!0,E.options.autoQueue&&E.enqueueFile(v)),E._updateMaxFilesReachedClass()})}},{key:"enqueueFiles",value:function(v){var E=D(v,!0),N;try{for(E.s();!(N=E.n()).done;){var I=N.value;this.enqueueFile(I)}}catch(R){E.e(R)}finally{E.f()}return null}},{key:"enqueueFile",value:function(v){var E=this;if(v.status===T.ADDED&&v.accepted===!0){if(v.status=T.QUEUED,this.options.autoProcessQueue)return setTimeout(function(){return E.processQueue()},0)}else throw new Error("This file can't be queued because it has already been processed or was rejected.")}},{key:"_enqueueThumbnail",value:function(v){var E=this;if(this.options.createImageThumbnails&&v.type.match(/image.*/)&&v.size<=this.options.maxThumbnailFilesize*1024*1024)return this._thumbnailQueue.push(v),setTimeout(function(){return E._processThumbnailQueue()},0)}},{key:"_processThumbnailQueue",value:function(){var v=this;if(!(this._processingThumbnail||this._thumbnailQueue.length===0)){this._processingThumbnail=!0;var E=this._thumbnailQueue.shift();return this.createThumbnail(E,this.options.thumbnailWidth,this.options.thumbnailHeight,this.options.thumbnailMethod,!0,function(N){return v.emit("thumbnail",E,N),v._processingThumbnail=!1,v._processThumbnailQueue()})}}},{key:"removeFile",value:function(v){if(v.status===T.UPLOADING&&this.cancelUpload(v),this.files=ce(this.files,v),this.emit("removedfile",v),this.files.length===0)return this.emit("reset")}},{key:"removeAllFiles",value:function(v){v==null&&(v=!1);var E=D(this.files.slice(),!0),N;try{for(E.s();!(N=E.n()).done;){var I=N.value;(I.status!==T.UPLOADING||v)&&this.removeFile(I)}}catch(R){E.e(R)}finally{E.f()}return null}},{key:"resizeImage",value:function(v,E,N,I,R){var L=this;return this.createThumbnail(v,E,N,I,!0,function(z,W){if(W==null)return R(v);var U=L.options.resizeMimeType;U==null&&(U=v.type);var K=W.toDataURL(U,L.options.resizeQuality);return(U==="image/jpeg"||U==="image/jpg")&&(K=Se.restore(v.dataURL,K)),R(T.dataURItoBlob(K))})}},{key:"createThumbnail",value:function(v,E,N,I,R,L){var z=this,W=new FileReader;W.onload=function(){if(v.dataURL=W.result,v.type==="image/svg+xml"){L!=null&&L(W.result);return}z.createThumbnailFromUrl(v,E,N,I,R,L)},W.readAsDataURL(v)}},{key:"displayExistingFile",value:function(v,E,N,I){var R=this,L=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0;if(this.emit("addedfile",v),this.emit("complete",v),!L)this.emit("thumbnail",v,E),N&&N();else{var z=function(U){R.emit("thumbnail",v,U),N&&N()};v.dataURL=E,this.createThumbnailFromUrl(v,this.options.thumbnailWidth,this.options.thumbnailHeight,this.options.thumbnailMethod,this.options.fixOrientation,z,I)}}},{key:"createThumbnailFromUrl",value:function(v,E,N,I,R,L,z){var W=this,U=document.createElement("img");return z&&(U.crossOrigin=z),R=getComputedStyle(document.body).imageOrientation=="from-image"?!1:R,U.onload=function(){var K=function(q){return q(1)};return typeof EXIF<"u"&&EXIF!==null&&R&&(K=function(q){return EXIF.getData(U,function(){return q(EXIF.getTag(this,"Orientation"))})}),K(function(G){v.width=U.width,v.height=U.height;var q=W.options.resize.call(W,v,E,N,I),ue=document.createElement("canvas"),ge=ue.getContext("2d");switch(ue.width=q.trgWidth,ue.height=q.trgHeight,G>4&&(ue.width=q.trgHeight,ue.height=q.trgWidth),G){case 2:ge.translate(ue.width,0),ge.scale(-1,1);break;case 3:ge.translate(ue.width,ue.height),ge.rotate(Math.PI);break;case 4:ge.translate(0,ue.height),ge.scale(1,-1);break;case 5:ge.rotate(.5*Math.PI),ge.scale(1,-1);break;case 6:ge.rotate(.5*Math.PI),ge.translate(0,-ue.width);break;case 7:ge.rotate(.5*Math.PI),ge.translate(ue.height,-ue.width),ge.scale(-1,1);break;case 8:ge.rotate(-.5*Math.PI),ge.translate(-ue.height,0);break}Ae(ge,U,q.srcX!=null?q.srcX:0,q.srcY!=null?q.srcY:0,q.srcWidth,q.srcHeight,q.trgX!=null?q.trgX:0,q.trgY!=null?q.trgY:0,q.trgWidth,q.trgHeight);var Ie=ue.toDataURL("image/png");if(L!=null)return L(Ie,ue)})},L!=null&&(U.onerror=L),U.src=v.dataURL}},{key:"processQueue",value:function(){var v=this.options.parallelUploads,E=this.getUploadingFiles().length,N=E;if(!(E>=v)){var I=this.getQueuedFiles();if(I.length>0){if(this.options.uploadMultiple)return this.processFiles(I.slice(0,v-E));for(;N<v;){if(!I.length)return;this.processFile(I.shift()),N++}}}}},{key:"processFile",value:function(v){return this.processFiles([v])}},{key:"processFiles",value:function(v){var E=D(v,!0),N;try{for(E.s();!(N=E.n()).done;){var I=N.value;I.processing=!0,I.status=T.UPLOADING,this.emit("processing",I)}}catch(R){E.e(R)}finally{E.f()}return this.options.uploadMultiple&&this.emit("processingmultiple",v),this.uploadFiles(v)}},{key:"_getFilesWithXhr",value:function(v){return this.files.filter(function(E){return E.xhr===v}).map(function(E){return E})}},{key:"cancelUpload",value:function(v){if(v.status===T.UPLOADING){var E=this._getFilesWithXhr(v.xhr),N=D(E,!0),I;try{for(N.s();!(I=N.n()).done;){var R=I.value;R.status=T.CANCELED}}catch(U){N.e(U)}finally{N.f()}typeof v.xhr<"u"&&v.xhr.abort();var L=D(E,!0),z;try{for(L.s();!(z=L.n()).done;){var W=z.value;this.emit("canceled",W)}}catch(U){L.e(U)}finally{L.f()}this.options.uploadMultiple&&this.emit("canceledmultiple",E)}else(v.status===T.ADDED||v.status===T.QUEUED)&&(v.status=T.CANCELED,this.emit("canceled",v),this.options.uploadMultiple&&this.emit("canceledmultiple",[v]));if(this.options.autoProcessQueue)return this.processQueue()}},{key:"resolveOption",value:function(v){if(typeof v=="function"){for(var E=arguments.length,N=new Array(E>1?E-1:0),I=1;I<E;I++)N[I-1]=arguments[I];return v.apply(this,N)}return v}},{key:"uploadFile",value:function(v){return this.uploadFiles([v])}},{key:"uploadFiles",value:function(v){var E=this;this._transformFiles(v,function(N){if(E.options.chunking){var I=N[0];v[0].upload.chunked=E.options.chunking&&(E.options.forceChunking||I.size>E.options.chunkSize),v[0].upload.totalChunkCount=Math.ceil(I.size/E.options.chunkSize)}if(v[0].upload.chunked){var R=v[0],L=N[0];R.upload.chunks=[];var z=function(){for(var q=0;R.upload.chunks[q]!==void 0;)q++;if(!(q>=R.upload.totalChunkCount)){var ue=q*E.options.chunkSize,ge=Math.min(ue+E.options.chunkSize,L.size),Ie={name:E._getParamName(0),data:L.webkitSlice?L.webkitSlice(ue,ge):L.slice(ue,ge),filename:R.upload.filename,chunkIndex:q};R.upload.chunks[q]={file:R,index:q,dataBlock:Ie,status:T.UPLOADING,progress:0,retries:0},E._uploadData(v,[Ie])}};if(R.upload.finishedChunkUpload=function(G,q){var ue=!0;G.status=T.SUCCESS,G.dataBlock=null,G.xhr=null;for(var ge=0;ge<R.upload.totalChunkCount;ge++){if(R.upload.chunks[ge]===void 0)return z();R.upload.chunks[ge].status!==T.SUCCESS&&(ue=!1)}ue&&E.options.chunksUploaded(R,function(){E._finished(v,q,null)})},E.options.parallelChunkUploads)for(var W=0;W<R.upload.totalChunkCount;W++)z();else z()}else{for(var U=[],K=0;K<v.length;K++)U[K]={name:E._getParamName(K),data:N[K],filename:v[K].upload.filename};E._uploadData(v,U)}})}},{key:"_getChunk",value:function(v,E){for(var N=0;N<v.upload.totalChunkCount;N++)if(v.upload.chunks[N]!==void 0&&v.upload.chunks[N].xhr===E)return v.upload.chunks[N]}},{key:"_uploadData",value:function(v,E){var N=this,I=new XMLHttpRequest,R=D(v,!0),L;try{for(R.s();!(L=R.n()).done;){var z=L.value;z.xhr=I}}catch(le){R.e(le)}finally{R.f()}v[0].upload.chunked&&(v[0].upload.chunks[E[0].chunkIndex].xhr=I);var W=this.resolveOption(this.options.method,v),U=this.resolveOption(this.options.url,v);I.open(W,U,!0);var K=this.resolveOption(this.options.timeout,v);K&&(I.timeout=this.resolveOption(this.options.timeout,v)),I.withCredentials=!!this.options.withCredentials,I.onload=function(le){N._finishedUploading(v,I,le)},I.ontimeout=function(){N._handleUploadError(v,I,"Request timedout after ".concat(N.options.timeout/1e3," seconds"))},I.onerror=function(){N._handleUploadError(v,I)};var G=I.upload!=null?I.upload:I;G.onprogress=function(le){return N._updateFilesUploadProgress(v,I,le)};var q={Accept:"application/json","Cache-Control":"no-cache","X-Requested-With":"XMLHttpRequest"};this.options.headers&&T.extend(q,this.options.headers);for(var ue in q){var ge=q[ue];ge&&I.setRequestHeader(ue,ge)}var Ie=new FormData;if(this.options.params){var $e=this.options.params;typeof $e=="function"&&($e=$e.call(this,v,I,v[0].upload.chunked?this._getChunk(v[0],I):null));for(var Fe in $e){var Re=$e[Fe];if(Array.isArray(Re))for(var Ye=0;Ye<Re.length;Ye++)Ie.append(Fe,Re[Ye]);else Ie.append(Fe,Re)}}var Et=D(v,!0),ot;try{for(Et.s();!(ot=Et.n()).done;){var Kn=ot.value;this.emit("sending",Kn,I,Ie)}}catch(le){Et.e(le)}finally{Et.f()}this.options.uploadMultiple&&this.emit("sendingmultiple",v,I,Ie),this._addFormElementData(Ie);for(var J=0;J<E.length;J++){var ae=E[J];Ie.append(ae.name,ae.data,ae.filename)}this.submitRequest(I,Ie,v)}},{key:"_transformFiles",value:function(v,E){for(var N=this,I=[],R=0,L=function(U){N.options.transformFile.call(N,v[U],function(K){I[U]=K,++R===v.length&&E(I)})},z=0;z<v.length;z++)L(z)}},{key:"_addFormElementData",value:function(v){if(this.element.tagName==="FORM"){var E=D(this.element.querySelectorAll("input, textarea, select, button"),!0),N;try{for(E.s();!(N=E.n()).done;){var I=N.value,R=I.getAttribute("name"),L=I.getAttribute("type");if(L&&(L=L.toLowerCase()),!(typeof R>"u"||R===null))if(I.tagName==="SELECT"&&I.hasAttribute("multiple")){var z=D(I.options,!0),W;try{for(z.s();!(W=z.n()).done;){var U=W.value;U.selected&&v.append(R,U.value)}}catch(K){z.e(K)}finally{z.f()}}else(!L||L!=="checkbox"&&L!=="radio"||I.checked)&&v.append(R,I.value)}}catch(K){E.e(K)}finally{E.f()}}}},{key:"_updateFilesUploadProgress",value:function(v,E,N){if(v[0].upload.chunked){var z=v[0],W=this._getChunk(z,E);N?(W.progress=100*N.loaded/N.total,W.total=N.total,W.bytesSent=N.loaded):(W.progress=100,W.bytesSent=W.total),z.upload.progress=0,z.upload.total=0,z.upload.bytesSent=0;for(var U=0;U<z.upload.totalChunkCount;U++)z.upload.chunks[U]&&typeof z.upload.chunks[U].progress<"u"&&(z.upload.progress+=z.upload.chunks[U].progress,z.upload.total+=z.upload.chunks[U].total,z.upload.bytesSent+=z.upload.chunks[U].bytesSent);z.upload.progress=z.upload.progress/z.upload.totalChunkCount,this.emit("uploadprogress",z,z.upload.progress,z.upload.bytesSent)}else{var I=D(v,!0),R;try{for(I.s();!(R=I.n()).done;){var L=R.value;L.upload.total&&L.upload.bytesSent&&L.upload.bytesSent==L.upload.total||(N?(L.upload.progress=100*N.loaded/N.total,L.upload.total=N.total,L.upload.bytesSent=N.loaded):(L.upload.progress=100,L.upload.bytesSent=L.upload.total),this.emit("uploadprogress",L,L.upload.progress,L.upload.bytesSent))}}catch(K){I.e(K)}finally{I.f()}}}},{key:"_finishedUploading",value:function(v,E,N){var I;if(v[0].status!==T.CANCELED&&E.readyState===4){if(E.responseType!=="arraybuffer"&&E.responseType!=="blob"&&(I=E.responseText,E.getResponseHeader("content-type")&&~E.getResponseHeader("content-type").indexOf("application/json")))try{I=JSON.parse(I)}catch(R){N=R,I="Invalid JSON response from server."}this._updateFilesUploadProgress(v,E),200<=E.status&&E.status<300?v[0].upload.chunked?v[0].upload.finishedChunkUpload(this._getChunk(v[0],E),I):this._finished(v,I,N):this._handleUploadError(v,E,I)}}},{key:"_handleUploadError",value:function(v,E,N){if(v[0].status!==T.CANCELED){if(v[0].upload.chunked&&this.options.retryChunks){var I=this._getChunk(v[0],E);if(I.retries++<this.options.retryChunksLimit){this._uploadData(v,[I.dataBlock]);return}else console.warn("Retried this chunk too often. Giving up.")}this._errorProcessing(v,N||this.options.dictResponseError.replace("{{statusCode}}",E.status),E)}}},{key:"submitRequest",value:function(v,E,N){if(v.readyState!=1){console.warn("Cannot send this request because the XMLHttpRequest.readyState is not OPENED.");return}v.send(E)}},{key:"_finished",value:function(v,E,N){var I=D(v,!0),R;try{for(I.s();!(R=I.n()).done;){var L=R.value;L.status=T.SUCCESS,this.emit("success",L,E,N),this.emit("complete",L)}}catch(z){I.e(z)}finally{I.f()}if(this.options.uploadMultiple&&(this.emit("successmultiple",v,E,N),this.emit("completemultiple",v)),this.options.autoProcessQueue)return this.processQueue()}},{key:"_errorProcessing",value:function(v,E,N){var I=D(v,!0),R;try{for(I.s();!(R=I.n()).done;){var L=R.value;L.status=T.ERROR,this.emit("error",L,E,N),this.emit("complete",L)}}catch(z){I.e(z)}finally{I.f()}if(this.options.uploadMultiple&&(this.emit("errormultiple",v,E,N),this.emit("completemultiple",v)),this.options.autoProcessQueue)return this.processQueue()}}],[{key:"initClass",value:function(){this.prototype.Emitter=f,this.prototype.events=["drop","dragstart","dragend","dragenter","dragover","dragleave","addedfile","addedfiles","removedfile","thumbnail","error","errormultiple","processing","processingmultiple","uploadprogress","totaluploadprogress","sending","sendingmultiple","success","successmultiple","canceled","canceledmultiple","complete","completemultiple","reset","maxfilesexceeded","maxfilesreached","queuecomplete"],this.prototype._thumbnailQueue=[],this.prototype._processingThumbnail=!1}},{key:"extend",value:function(v){for(var E=arguments.length,N=new Array(E>1?E-1:0),I=1;I<E;I++)N[I-1]=arguments[I];for(var R=0,L=N;R<L.length;R++){var z=L[R];for(var W in z){var U=z[W];v[W]=U}}return v}},{key:"uuidv4",value:function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(v){var E=Math.random()*16|0,N=v==="x"?E:E&3|8;return N.toString(16)})}}]),T}(f);j.initClass(),j.version="5.9.3",j.options={},j.optionsForElement=function(k){if(k.getAttribute("id"))return j.options[fe(k.getAttribute("id"))]},j.instances=[],j.forElement=function(k){if(typeof k=="string"&&(k=document.querySelector(k)),(k!=null?k.dropzone:void 0)==null)throw new Error("No Dropzone found for given element. This is probably because you're trying to access it before Dropzone had the time to initialize. Use the `init` option to setup any additional observers on your Dropzone.");return k.dropzone},j.autoDiscover=!0,j.discover=function(){var k;if(document.querySelectorAll)k=document.querySelectorAll(".dropzone");else{k=[];var M=function(O){return function(){var v=[],E=D(O,!0),N;try{for(E.s();!(N=E.n()).done;){var I=N.value;/(^| )dropzone($| )/.test(I.className)?v.push(k.push(I)):v.push(void 0)}}catch(R){E.e(R)}finally{E.f()}return v}()};M(document.getElementsByTagName("div")),M(document.getElementsByTagName("form"))}return function(){var T=[],O=D(k,!0),v;try{for(O.s();!(v=O.n()).done;){var E=v.value;j.optionsForElement(E)!==!1?T.push(new j(E)):T.push(void 0)}}catch(N){O.e(N)}finally{O.f()}return T}()},j.blockedBrowsers=[/opera.*(Macintosh|Windows Phone).*version\/12/i],j.isBrowserSupported=function(){var k=!0;if(window.File&&window.FileReader&&window.FileList&&window.Blob&&window.FormData&&document.querySelector)if(!("classList"in document.createElement("a")))k=!1;else{j.blacklistedBrowsers!==void 0&&(j.blockedBrowsers=j.blacklistedBrowsers);var M=D(j.blockedBrowsers,!0),T;try{for(M.s();!(T=M.n()).done;){var O=T.value;if(O.test(navigator.userAgent)){k=!1;continue}}}catch(v){M.e(v)}finally{M.f()}}else k=!1;return k},j.dataURItoBlob=function(k){for(var M=atob(k.split(",")[1]),T=k.split(",")[0].split(":")[1].split(";")[0],O=new ArrayBuffer(M.length),v=new Uint8Array(O),E=0,N=M.length,I=0<=N;I?E<=N:E>=N;I?E++:E--)v[E]=M.charCodeAt(E);return new Blob([O],{type:T})};var ce=function(M,T){return M.filter(function(O){return O!==T}).map(function(O){return O})},fe=function(M){return M.replace(/[\-_](\w)/g,function(T){return T.charAt(1).toUpperCase()})};j.createElement=function(k){var M=document.createElement("div");return M.innerHTML=k,M.childNodes[0]},j.elementInside=function(k,M){if(k===M)return!0;for(;k=k.parentNode;)if(k===M)return!0;return!1},j.getElement=function(k,M){var T;if(typeof k=="string"?T=document.querySelector(k):k.nodeType!=null&&(T=k),T==null)throw new Error("Invalid `".concat(M,"` option provided. Please provide a CSS selector or a plain HTML element."));return T},j.getElements=function(k,M){var T,O;if(k instanceof Array){O=[];try{var v=D(k,!0),E;try{for(v.s();!(E=v.n()).done;)T=E.value,O.push(this.getElement(T,M))}catch(R){v.e(R)}finally{v.f()}}catch{O=null}}else if(typeof k=="string"){O=[];var N=D(document.querySelectorAll(k),!0),I;try{for(N.s();!(I=N.n()).done;)T=I.value,O.push(T)}catch(R){N.e(R)}finally{N.f()}}else k.nodeType!=null&&(O=[k]);if(O==null||!O.length)throw new Error("Invalid `".concat(M,"` option provided. Please provide a CSS selector, a plain HTML element or a list of those."));return O},j.confirm=function(k,M,T){if(window.confirm(k))return M();if(T!=null)return T()},j.isValidFile=function(k,M){if(!M)return!0;M=M.split(",");var T=k.type,O=T.replace(/\/.*$/,""),v=D(M,!0),E;try{for(v.s();!(E=v.n()).done;){var N=E.value;if(N=N.trim(),N.charAt(0)==="."){if(k.name.toLowerCase().indexOf(N.toLowerCase(),k.name.length-N.length)!==-1)return!0}else if(/\/\*$/.test(N)){if(O===N.replace(/\/.*$/,""))return!0}else if(T===N)return!0}}catch(I){v.e(I)}finally{v.f()}return!1},typeof jQuery<"u"&&jQuery!==null&&(jQuery.fn.dropzone=function(k){return this.each(function(){return new j(this,k)})}),j.ADDED="added",j.QUEUED="queued",j.ACCEPTED=j.QUEUED,j.UPLOADING="uploading",j.PROCESSING=j.UPLOADING,j.CANCELED="canceled",j.ERROR="error",j.SUCCESS="success";var Ee=function(M){M.naturalWidth;var T=M.naturalHeight,O=document.createElement("canvas");O.width=1,O.height=T;var v=O.getContext("2d");v.drawImage(M,0,0);for(var E=v.getImageData(1,0,1,T),N=E.data,I=0,R=T,L=T;L>I;){var z=N[(L-1)*4+3];z===0?R=L:I=L,L=R+I>>1}var W=L/T;return W===0?1:W},Ae=function(M,T,O,v,E,N,I,R,L,z){var W=Ee(T);return M.drawImage(T,O,v,E,N,I,R,L,z/W)},Se=function(){function k(){$(this,k)}return F(k,null,[{key:"initClass",value:function(){this.KEY_STR="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}},{key:"encode64",value:function(T){for(var O="",v=void 0,E=void 0,N="",I=void 0,R=void 0,L=void 0,z="",W=0;v=T[W++],E=T[W++],N=T[W++],I=v>>2,R=(v&3)<<4|E>>4,L=(E&15)<<2|N>>6,z=N&63,isNaN(E)?L=z=64:isNaN(N)&&(z=64),O=O+this.KEY_STR.charAt(I)+this.KEY_STR.charAt(R)+this.KEY_STR.charAt(L)+this.KEY_STR.charAt(z),v=E=N="",I=R=L=z="",W<T.length;);return O}},{key:"restore",value:function(T,O){if(!T.match("data:image/jpeg;base64,"))return O;var v=this.decode64(T.replace("data:image/jpeg;base64,","")),E=this.slice2Segments(v),N=this.exifManipulation(O,E);return"data:image/jpeg;base64,".concat(this.encode64(N))}},{key:"exifManipulation",value:function(T,O){var v=this.getExifArray(O),E=this.insertExif(T,v),N=new Uint8Array(E);return N}},{key:"getExifArray",value:function(T){for(var O=void 0,v=0;v<T.length;){if(O=T[v],O[0]===255&O[1]===225)return O;v++}return[]}},{key:"insertExif",value:function(T,O){var v=T.replace("data:image/jpeg;base64,",""),E=this.decode64(v),N=E.indexOf(255,3),I=E.slice(0,N),R=E.slice(N),L=I;return L=L.concat(O),L=L.concat(R),L}},{key:"slice2Segments",value:function(T){for(var O=0,v=[];;){var E;if(T[O]===255&T[O+1]===218)break;if(T[O]===255&T[O+1]===216)O+=2;else{E=T[O+2]*256+T[O+3];var N=O+E+2,I=T.slice(O,N);v.push(I),O=N}if(O>T.length)break}return v}},{key:"decode64",value:function(T){var O=void 0,v=void 0,E="",N=void 0,I=void 0,R=void 0,L="",z=0,W=[],U=/[^A-Za-z0-9\+\/\=]/g;for(U.exec(T)&&console.warn(`There were invalid base64 characters in the input text.
|
|
10
10
|
Valid base64 characters are A-Z, a-z, 0-9, '+', '/',and '='
|
|
11
|
-
Expect errors in decoding.`),E=E.replace(/[^A-Za-z0-9\+\/\=]/g,"");I=this.KEY_STR.indexOf(E.charAt(U++)),N=this.KEY_STR.indexOf(E.charAt(U++)),D=this.KEY_STR.indexOf(E.charAt(U++)),L=this.KEY_STR.indexOf(E.charAt(U++)),O=I<<2|N>>4,v=(N&15)<<4|D>>2,x=(D&3)<<6|L,K.push(O),D!==64&&K.push(v),L!==64&&K.push(x),O=v=x="",I=N=D=L="",U<E.length;);return K}}]),A}();be.initClass();var Te=function(M,E){var O=!1,v=!0,x=M.document,I=x.documentElement,N=x.addEventListener?"addEventListener":"attachEvent",D=x.addEventListener?"removeEventListener":"detachEvent",L=x.addEventListener?"":"on",U=function j(G){if(!(G.type==="readystatechange"&&x.readyState!=="complete")&&((G.type==="load"?M:x)[D](L+G.type,j,!1),!O&&(O=!0)))return E.call(M,G.type||G)},K=function j(){try{I.doScroll("left")}catch{setTimeout(j,50);return}return U("poll")};if(x.readyState!=="complete"){if(x.createEventObject&&I.doScroll){try{v=!M.frameElement}catch{}v&&K()}return x[N](L+"DOMContentLoaded",U,!1),x[N](L+"readystatechange",U,!1),M[N](L+"load",U,!1)}};W._autoDiscoverFunction=function(){if(W.autoDiscover)return W.discover()},Te(window,W._autoDiscoverFunction);function Ce(A,M){return typeof A<"u"&&A!==null?M(A):void 0}function Ae(A,M,E){if(typeof A<"u"&&A!==null&&typeof A[M]=="function")return E(A,M)}window.Dropzone=W;var ge=W}(),i}()})})(bl);var Vh=bl.exports;const xl=Fh(Vh),zh={class:"fallback"},$h=m.createElementVNode("input",{id:"file",type:"file",name:"file",multiple:""},null,-1),Uh={for:"file"},Hh={class:"dz-message","data-dz-message":""},jh={id:"bd-dropzone-theme",style:{display:"none"}},Wh={class:"dz-preview dz-file-preview"},Kh={class:"dz-details"},Gh=m.createElementVNode("img",{"data-dz-thumbnail":"",class:"dz-image"},null,-1),Jh=m.createElementVNode("div",{class:"dz-filename"},[m.createElementVNode("small",{"data-dz-name":""})],-1),Yh=m.createElementVNode("div",{class:"dz-progress"},[m.createElementVNode("div",{class:"spinner-border text-primary spinner-border-sm",role:"status"},[m.createElementVNode("span",{class:"visually-hidden"},"Loading...")])],-1),Xh={class:"dz-success-mark"},Zh={class:"dz-error-message text-danger"},Qh=m.createElementVNode("small",{"data-dz-errormessage":""},null,-1),Sl=m.defineComponent({__name:"BDDropzone",props:{modelValue:{default:[]},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(n,{emit:e}){const t=n,r=m.computed(()=>({variant:co.PRIMARY,size:ot.SM})),o=Nn(t,"modelValue",e);let i=null;xl.autoDiscover=!1,m.watch(()=>t.modelValue,()=>{s()}),m.onMounted(()=>{document.getElementById("dropzone")&&l()});const s=()=>{i&&(i.destroy(),l())},l=()=>{var h;i=new xl("#dropzone",{url:t.url,method:"post",acceptedFiles:t.acceptedFiles,addRemoveLinks:!1,maxFilesize:10,maxFiles:t.multiple?void 0:1,headers:{RequestVerificationToken:t.token},dictResponseError:t.errorMessage,dictFileTooBig:t.fileSizeExceededMessage,previewTemplate:(h=document.querySelector("#bd-dropzone-theme"))==null?void 0:h.innerHTML}),i.on("error",c),i.on("success",a),i.on("removedfile",d)},a=function(h,p){var g;o.value.push({UUID:(g=h.upload)==null?void 0:g.uuid,CorrelationId:p.CorrelationId,Naam:p.Naam}),u(h)},c=function(h){u(h)},u=function(h){const p=h.name;if(!(p.endsWith(".png")||p.endsWith(".jpg")||p.endsWith(".jpeg")||p.endsWith(".gif"))){const g=h.previewElement.getElementsByClassName("icon-file"),y=h.previewElement.getElementsByClassName("dz-image");g[0].classList.remove("d-none"),y[0].classList.add("d-none")}},d=function(h){const p=o.value.findIndex(g=>{var y,S;return((y=g.upload)==null?void 0:y.uuid)===((S=h.upload)==null?void 0:S.uuid)});p!==-1&&o.value.splice(p,1)},f=m.computed(()=>t.tag??"form");return(h,p)=>(m.openBlock(),m.createElementBlock(m.Fragment,null,[(m.openBlock(),m.createBlock(m.resolveDynamicComponent(f.value),{id:"dropzone",class:"dropzone bd-dropzone",enctype:"multipart/form-data"},{default:m.withCtx(()=>[m.createElementVNode("div",zh,[$h,m.createTextVNode(" test "),m.createElementVNode("label",Uh,[m.createVNode(m.unref(Er)),m.createTextVNode(" "+m.toDisplayString(t.buttonText),1)])]),m.createElementVNode("div",Hh,[m.createVNode(m.unref(Ht),m.normalizeProps(m.guardReactiveProps(r.value)),{default:m.withCtx(()=>[m.createVNode(m.unref(Er)),m.createTextVNode(" "+m.toDisplayString(t.buttonText),1)]),_:1},16)])]),_:1})),m.createElementVNode("div",jh,[m.createElementVNode("div",Wh,[m.createElementVNode("div",Kh,[Gh,m.createVNode(m.unref(Vi),{"data-dz-thumbnail":"",class:"d-none"}),Jh,m.createVNode(m.unref(Ht),{class:"dz-remove",alt:"Click me to remove the file.","data-dz-remove":""},{default:m.withCtx(()=>[m.createVNode(m.unref(Fi))]),_:1})]),Yh,m.createElementVNode("div",Xh,[m.createVNode(m.unref(io))]),m.createElementVNode("div",Zh,[m.createVNode(m.unref(so)),Qh])])])],64))}});function Ze(n){this.content=n}Ze.prototype={constructor:Ze,find:function(n){for(var e=0;e<this.content.length;e+=2)if(this.content[e]===n)return e;return-1},get:function(n){var e=this.find(n);return e==-1?void 0:this.content[e+1]},update:function(n,e,t){var r=t&&t!=n?this.remove(t):this,o=r.find(n),i=r.content.slice();return o==-1?i.push(t||n,e):(i[o+1]=e,t&&(i[o]=t)),new Ze(i)},remove:function(n){var e=this.find(n);if(e==-1)return this;var t=this.content.slice();return t.splice(e,2),new Ze(t)},addToStart:function(n,e){return new Ze([n,e].concat(this.remove(n).content))},addToEnd:function(n,e){var t=this.remove(n).content.slice();return t.push(n,e),new Ze(t)},addBefore:function(n,e,t){var r=this.remove(e),o=r.content.slice(),i=r.find(n);return o.splice(i==-1?o.length:i,0,e,t),new Ze(o)},forEach:function(n){for(var e=0;e<this.content.length;e+=2)n(this.content[e],this.content[e+1])},prepend:function(n){return n=Ze.from(n),n.size?new Ze(n.content.concat(this.subtract(n).content)):this},append:function(n){return n=Ze.from(n),n.size?new Ze(this.subtract(n).content.concat(n.content)):this},subtract:function(n){var e=this;n=Ze.from(n);for(var t=0;t<n.content.length;t+=2)e=e.remove(n.content[t]);return e},toObject:function(){var n={};return this.forEach(function(e,t){n[e]=t}),n},get size(){return this.content.length>>1}},Ze.from=function(n){if(n instanceof Ze)return n;var e=[];if(n)for(var t in n)e.push(t,n[t]);return new Ze(e)};function El(n,e,t){for(let r=0;;r++){if(r==n.childCount||r==e.childCount)return n.childCount==e.childCount?null:t;let o=n.child(r),i=e.child(r);if(o==i){t+=o.nodeSize;continue}if(!o.sameMarkup(i))return t;if(o.isText&&o.text!=i.text){for(let s=0;o.text[s]==i.text[s];s++)t++;return t}if(o.content.size||i.content.size){let s=El(o.content,i.content,t+1);if(s!=null)return s}t+=o.nodeSize}}function kl(n,e,t,r){for(let o=n.childCount,i=e.childCount;;){if(o==0||i==0)return o==i?null:{a:t,b:r};let s=n.child(--o),l=e.child(--i),a=s.nodeSize;if(s==l){t-=a,r-=a;continue}if(!s.sameMarkup(l))return{a:t,b:r};if(s.isText&&s.text!=l.text){let c=0,u=Math.min(s.text.length,l.text.length);for(;c<u&&s.text[s.text.length-c-1]==l.text[l.text.length-c-1];)c++,t--,r--;return{a:t,b:r}}if(s.content.size||l.content.size){let c=kl(s.content,l.content,t-1,r-1);if(c)return c}t-=a,r-=a}}class oe{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let r=0;r<e.length;r++)this.size+=e[r].nodeSize}nodesBetween(e,t,r,o=0,i){for(let s=0,l=0;l<t;s++){let a=this.content[s],c=l+a.nodeSize;if(c>e&&r(a,o+l,i||null,s)!==!1&&a.content.size){let u=l+1;a.nodesBetween(Math.max(0,e-u),Math.min(a.content.size,t-u),r,o+u)}l=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,r,o){let i="",s=!0;return this.nodesBetween(e,t,(l,a)=>{l.isText?(i+=l.text.slice(Math.max(e,a)-a,t-a),s=!r):l.isLeaf?(o?i+=typeof o=="function"?o(l):o:l.type.spec.leafText&&(i+=l.type.spec.leafText(l)),s=!r):!s&&l.isBlock&&(i+=r,s=!0)},0),i}append(e){if(!e.size)return this;if(!this.size)return e;let t=this.lastChild,r=e.firstChild,o=this.content.slice(),i=0;for(t.isText&&t.sameMarkup(r)&&(o[o.length-1]=t.withText(t.text+r.text),i=1);i<e.content.length;i++)o.push(e.content[i]);return new oe(o,this.size+e.size)}cut(e,t=this.size){if(e==0&&t==this.size)return this;let r=[],o=0;if(t>e)for(let i=0,s=0;s<t;i++){let l=this.content[i],a=s+l.nodeSize;a>e&&((s<e||a>t)&&(l.isText?l=l.cut(Math.max(0,e-s),Math.min(l.text.length,t-s)):l=l.cut(Math.max(0,e-s-1),Math.min(l.content.size,t-s-1))),r.push(l),o+=l.nodeSize),s=a}return new oe(r,o)}cutByIndex(e,t){return e==t?oe.empty:e==0&&t==this.content.length?this:new oe(this.content.slice(e,t))}replaceChild(e,t){let r=this.content[e];if(r==t)return this;let o=this.content.slice(),i=this.size+t.nodeSize-r.nodeSize;return o[e]=t,new oe(o,i)}addToStart(e){return new oe([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new oe(this.content.concat(e),this.size+e.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 new RangeError("Index "+e+" out of range for "+this);return t}maybeChild(e){return this.content[e]||null}forEach(e){for(let t=0,r=0;t<this.content.length;t++){let o=this.content[t];e(o,r,t),r+=o.nodeSize}}findDiffStart(e,t=0){return El(this,e,t)}findDiffEnd(e,t=this.size,r=e.size){return kl(this,e,t,r)}findIndex(e,t=-1){if(e==0)return ho(0,e);if(e==this.size)return ho(this.content.length,e);if(e>this.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let r=0,o=0;;r++){let i=this.child(r),s=o+i.nodeSize;if(s>=e)return s==e||t>0?ho(r+1,s):ho(r,o);o=s}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,t){if(!t)return oe.empty;if(!Array.isArray(t))throw new RangeError("Invalid input for Fragment.fromJSON");return new oe(t.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return oe.empty;let t,r=0;for(let o=0;o<e.length;o++){let i=e[o];r+=i.nodeSize,o&&i.isText&&e[o-1].sameMarkup(i)?(t||(t=e.slice(0,o)),t[t.length-1]=i.withText(t[t.length-1].text+i.text)):t&&t.push(i)}return new oe(t||e,r)}static from(e){if(!e)return oe.empty;if(e instanceof oe)return e;if(Array.isArray(e))return this.fromArray(e);if(e.attrs)return new oe([e],e.nodeSize);throw new RangeError("Can not convert "+e+" to a Fragment"+(e.nodesBetween?" (looks like multiple versions of prosemirror-model were loaded)":""))}}oe.empty=new oe([],0);const qi={index:0,offset:0};function ho(n,e){return qi.index=n,qi.offset=e,qi}function mo(n,e){if(n===e)return!0;if(!(n&&typeof n=="object")||!(e&&typeof e=="object"))return!1;let t=Array.isArray(n);if(Array.isArray(e)!=t)return!1;if(t){if(n.length!=e.length)return!1;for(let r=0;r<n.length;r++)if(!mo(n[r],e[r]))return!1}else{for(let r in n)if(!(r in e)||!mo(n[r],e[r]))return!1;for(let r in e)if(!(r in n))return!1}return!0}let Le=class Ha{constructor(e,t){this.type=e,this.attrs=t}addToSet(e){let t,r=!1;for(let o=0;o<e.length;o++){let i=e[o];if(this.eq(i))return e;if(this.type.excludes(i.type))t||(t=e.slice(0,o));else{if(i.type.excludes(this.type))return e;!r&&i.type.rank>this.type.rank&&(t||(t=e.slice(0,o)),t.push(this),r=!0),t&&t.push(i)}}return t||(t=e.slice()),r||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&&mo(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 new RangeError("Invalid input for Mark.fromJSON");let r=e.marks[t.type];if(!r)throw new RangeError(`There is no mark type ${t.type} in this schema`);return r.create(t.attrs)}static sameSet(e,t){if(e==t)return!0;if(e.length!=t.length)return!1;for(let r=0;r<e.length;r++)if(!e[r].eq(t[r]))return!1;return!0}static setFrom(e){if(!e||Array.isArray(e)&&e.length==0)return Ha.none;if(e instanceof Ha)return[e];let t=e.slice();return t.sort((r,o)=>r.type.rank-o.type.rank),t}};Le.none=[];class go extends Error{}class fe{constructor(e,t,r){this.content=e,this.openStart=t,this.openEnd=r}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(e,t){let r=wl(this.content,e+this.openStart,t);return r&&new fe(r,this.openStart,this.openEnd)}removeBetween(e,t){return new fe(Cl(this.content,e+this.openStart,t+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(e,t){if(!t)return fe.empty;let r=t.openStart||0,o=t.openEnd||0;if(typeof r!="number"||typeof o!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new fe(oe.fromJSON(e,t.content),r,o)}static maxOpen(e,t=!0){let r=0,o=0;for(let i=e.firstChild;i&&!i.isLeaf&&(t||!i.type.spec.isolating);i=i.firstChild)r++;for(let i=e.lastChild;i&&!i.isLeaf&&(t||!i.type.spec.isolating);i=i.lastChild)o++;return new fe(e,r,o)}}fe.empty=new fe(oe.empty,0,0);function Cl(n,e,t){let{index:r,offset:o}=n.findIndex(e),i=n.maybeChild(r),{index:s,offset:l}=n.findIndex(t);if(o==e||i.isText){if(l!=t&&!n.child(s).isText)throw new RangeError("Removing non-flat range");return n.cut(0,e).append(n.cut(t))}if(r!=s)throw new RangeError("Removing non-flat range");return n.replaceChild(r,i.copy(Cl(i.content,e-o-1,t-o-1)))}function wl(n,e,t,r){let{index:o,offset:i}=n.findIndex(e),s=n.maybeChild(o);if(i==e||s.isText)return r&&!r.canReplace(o,o,t)?null:n.cut(0,e).append(t).append(n.cut(e));let l=wl(s.content,e-i-1,t);return l&&n.replaceChild(o,s.copy(l))}function _h(n,e,t){if(t.openStart>n.depth)throw new go("Inserted content deeper than insertion position");if(n.depth-t.openStart!=e.depth-t.openEnd)throw new go("Inconsistent open depths");return Tl(n,e,t,0)}function Tl(n,e,t,r){let o=n.index(r),i=n.node(r);if(o==e.index(r)&&r<n.depth-t.openStart){let s=Tl(n,e,t,r+1);return i.copy(i.content.replaceChild(o,s))}else if(t.content.size)if(!t.openStart&&!t.openEnd&&n.depth==r&&e.depth==r){let s=n.parent,l=s.content;return Ln(s,l.cut(0,n.parentOffset).append(t.content).append(l.cut(e.parentOffset)))}else{let{start:s,end:l}=qh(t,n);return Ln(i,Ol(n,s,l,e,r))}else return Ln(i,yo(n,e,r))}function Al(n,e){if(!e.type.compatibleContent(n.type))throw new go("Cannot join "+e.type.name+" onto "+n.type.name)}function es(n,e,t){let r=n.node(t);return Al(r,e.node(t)),r}function Dn(n,e){let t=e.length-1;t>=0&&n.isText&&n.sameMarkup(e[t])?e[t]=n.withText(e[t].text+n.text):e.push(n)}function wr(n,e,t,r){let o=(e||n).node(t),i=0,s=e?e.index(t):o.childCount;n&&(i=n.index(t),n.depth>t?i++:n.textOffset&&(Dn(n.nodeAfter,r),i++));for(let l=i;l<s;l++)Dn(o.child(l),r);e&&e.depth==t&&e.textOffset&&Dn(e.nodeBefore,r)}function Ln(n,e){return n.type.checkContent(e),n.copy(e)}function Ol(n,e,t,r,o){let i=n.depth>o&&es(n,e,o+1),s=r.depth>o&&es(t,r,o+1),l=[];return wr(null,n,o,l),i&&s&&e.index(o)==t.index(o)?(Al(i,s),Dn(Ln(i,Ol(n,e,t,r,o+1)),l)):(i&&Dn(Ln(i,yo(n,e,o+1)),l),wr(e,t,o,l),s&&Dn(Ln(s,yo(t,r,o+1)),l)),wr(r,null,o,l),new oe(l)}function yo(n,e,t){let r=[];if(wr(null,n,t,r),n.depth>t){let o=es(n,e,t+1);Dn(Ln(o,yo(n,e,t+1)),r)}return wr(e,null,t,r),new oe(r)}function qh(n,e){let t=e.depth-n.openStart,o=e.node(t).copy(n.content);for(let i=t-1;i>=0;i--)o=e.node(i).copy(oe.from(o));return{start:o.resolveNoCache(n.openStart+t),end:o.resolveNoCache(o.content.size-n.openEnd-t)}}class Tr{constructor(e,t,r){this.pos=e,this.path=t,this.parentOffset=r,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 new 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 new 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 r=this.pos-this.path[this.path.length-1],o=e.child(t);return r?e.child(t).cut(r):o}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 r=this.path[t*3],o=t==0?0:this.path[t*3-1]+1;for(let i=0;i<e;i++)o+=r.child(i).nodeSize;return o}marks(){let e=this.parent,t=this.index();if(e.content.size==0)return Le.none;if(this.textOffset)return e.child(t).marks;let r=e.maybeChild(t-1),o=e.maybeChild(t);if(!r){let l=r;r=o,o=l}let i=r.marks;for(var s=0;s<i.length;s++)i[s].type.spec.inclusive===!1&&(!o||!i[s].isInSet(o.marks))&&(i=i[s--].removeFromSet(i));return i}marksAcross(e){let t=this.parent.maybeChild(this.index());if(!t||!t.isInline)return null;let r=t.marks,o=e.parent.maybeChild(e.index());for(var i=0;i<r.length;i++)r[i].type.spec.inclusive===!1&&(!o||!r[i].isInSet(o.marks))&&(r=r[i--].removeFromSet(r));return r}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 r=this.depth-(this.parent.inlineContent||this.pos==e.pos?1:0);r>=0;r--)if(e.pos<=this.end(r)&&(!t||t(this.node(r))))return new vo(this,e,r);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(e,t){if(!(t>=0&&t<=e.content.size))throw new RangeError("Position "+t+" out of range");let r=[],o=0,i=t;for(let s=e;;){let{index:l,offset:a}=s.content.findIndex(i),c=i-a;if(r.push(s,l,o+a),!c||(s=s.child(l),s.isText))break;i=c-1,o+=a+1}return new Tr(t,r,i)}static resolveCached(e,t){for(let o=0;o<ts.length;o++){let i=ts[o];if(i.pos==t&&i.doc==e)return i}let r=ts[ns]=Tr.resolve(e,t);return ns=(ns+1)%em,r}}let ts=[],ns=0,em=12;class vo{constructor(e,t,r){this.$from=e,this.$to=t,this.depth=r}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)}}const tm=Object.create(null);let Pn=class ja{constructor(e,t,r,o=Le.none){this.type=e,this.attrs=t,this.marks=o,this.content=r||oe.empty}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,r,o=0){this.content.nodesBetween(e,t,r,o,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,r,o){return this.content.textBetween(e,t,r,o)}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,r){return this.type==e&&mo(this.attrs,t||e.defaultAttrs||tm)&&Le.sameSet(this.marks,r||Le.none)}copy(e=null){return e==this.content?this:new ja(this.type,this.attrs,e,this.marks)}mark(e){return e==this.marks?this:new ja(this.type,this.attrs,this.content,e)}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,r=!1){if(e==t)return fe.empty;let o=this.resolve(e),i=this.resolve(t),s=r?0:o.sharedDepth(t),l=o.start(s),c=o.node(s).content.cut(o.pos-l,i.pos-l);return new fe(c,o.depth-s,i.depth-s)}replace(e,t,r){return _h(this.resolve(e),this.resolve(t),r)}nodeAt(e){for(let t=this;;){let{index:r,offset:o}=t.content.findIndex(e);if(t=t.maybeChild(r),!t)return null;if(o==e||t.isText)return t;e-=o+1}}childAfter(e){let{index:t,offset:r}=this.content.findIndex(e);return{node:this.content.maybeChild(t),index:t,offset:r}}childBefore(e){if(e==0)return{node:null,index:0,offset:0};let{index:t,offset:r}=this.content.findIndex(e);if(r<e)return{node:this.content.child(t),index:t,offset:r};let o=this.content.child(t-1);return{node:o,index:t-1,offset:r-o.nodeSize}}resolve(e){return Tr.resolveCached(this,e)}resolveNoCache(e){return Tr.resolve(this,e)}rangeHasMark(e,t,r){let o=!1;return t>e&&this.nodesBetween(e,t,i=>(r.isInSet(i.marks)&&(o=!0),!o)),o}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()+")"),Ml(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw new Error("Called contentMatchAt on a node with invalid content");return t}canReplace(e,t,r=oe.empty,o=0,i=r.childCount){let s=this.contentMatchAt(e).matchFragment(r,o,i),l=s&&s.matchFragment(this.content,t);if(!l||!l.validEnd)return!1;for(let a=o;a<i;a++)if(!this.type.allowsMarks(r.child(a).marks))return!1;return!0}canReplaceWith(e,t,r,o){if(o&&!this.type.allowsMarks(o))return!1;let i=this.contentMatchAt(e).matchType(r),s=i&&i.matchFragment(this.content,t);return s?s.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);let e=Le.none;for(let t=0;t<this.marks.length;t++)e=this.marks[t].addToSet(e);if(!Le.sameSet(e,this.marks))throw new RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map(t=>t.type.name)}`);this.content.forEach(t=>t.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(t=>t.toJSON())),e}static fromJSON(e,t){if(!t)throw new RangeError("Invalid input for Node.fromJSON");let r=null;if(t.marks){if(!Array.isArray(t.marks))throw new RangeError("Invalid mark data for Node.fromJSON");r=t.marks.map(e.markFromJSON)}if(t.type=="text"){if(typeof t.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(t.text,r)}let o=oe.fromJSON(e,t.content);return e.nodeType(t.type).create(t.attrs,o,r)}};Pn.prototype.text=void 0;class bo extends Pn{constructor(e,t,r,o){if(super(e,t,null,o),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):Ml(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(e){return e==this.marks?this:new bo(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new bo(this.type,this.attrs,e,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 Ml(n,e){for(let t=n.length-1;t>=0;t--)e=n[t].type.name+"("+e+")";return e}class Bn{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,t){let r=new nm(e,t);if(r.next==null)return Bn.empty;let o=Il(r);r.next&&r.err("Unexpected trailing text");let i=cm(lm(o));return um(i,r),i}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,r=e.childCount){let o=this;for(let i=t;o&&i<r;i++)o=o.matchType(e.child(i).type);return o}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 r=0;r<e.next.length;r++)if(this.next[t].type==e.next[r].type)return!0;return!1}fillBefore(e,t=!1,r=0){let o=[this];function i(s,l){let a=s.matchFragment(e,r);if(a&&(!t||a.validEnd))return oe.from(l.map(c=>c.createAndFill()));for(let c=0;c<s.next.length;c++){let{type:u,next:d}=s.next[c];if(!(u.isText||u.hasRequiredAttrs())&&o.indexOf(d)==-1){o.push(d);let f=i(d,l.concat(u));if(f)return f}}return null}return i(this,[])}findWrapping(e){for(let r=0;r<this.wrapCache.length;r+=2)if(this.wrapCache[r]==e)return this.wrapCache[r+1];let t=this.computeWrapping(e);return this.wrapCache.push(e,t),t}computeWrapping(e){let t=Object.create(null),r=[{match:this,type:null,via:null}];for(;r.length;){let o=r.shift(),i=o.match;if(i.matchType(e)){let s=[];for(let l=o;l.type;l=l.via)s.push(l.type);return s.reverse()}for(let s=0;s<i.next.length;s++){let{type:l,next:a}=i.next[s];!l.isLeaf&&!l.hasRequiredAttrs()&&!(l.name in t)&&(!o.type||a.validEnd)&&(r.push({match:l.contentMatch,type:l,via:o}),t[l.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(e){if(e>=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(r){e.push(r);for(let o=0;o<r.next.length;o++)e.indexOf(r.next[o].next)==-1&&t(r.next[o].next)}return t(this),e.map((r,o)=>{let i=o+(r.validEnd?"*":" ")+" ";for(let s=0;s<r.next.length;s++)i+=(s?", ":"")+r.next[s].type.name+"->"+e.indexOf(r.next[s].next);return i}).join(`
|
|
12
|
-
`)}}Bn.empty=new Bn(!0);class nm{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 new SyntaxError(e+" (in content expression '"+this.string+"')")}}function Il(n){let e=[];do e.push(rm(n));while(n.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function rm(n){let e=[];do e.push(om(n));while(n.next&&n.next!=")"&&n.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function om(n){let e=am(n);for(;;)if(n.eat("+"))e={type:"plus",expr:e};else if(n.eat("*"))e={type:"star",expr:e};else if(n.eat("?"))e={type:"opt",expr:e};else if(n.eat("{"))e=im(n,e);else break;return e}function Nl(n){/\D/.test(n.next)&&n.err("Expected number, got '"+n.next+"'");let e=Number(n.next);return n.pos++,e}function im(n,e){let t=Nl(n),r=t;return n.eat(",")&&(n.next!="}"?r=Nl(n):r=-1),n.eat("}")||n.err("Unclosed braced range"),{type:"range",min:t,max:r,expr:e}}function sm(n,e){let t=n.nodeTypes,r=t[e];if(r)return[r];let o=[];for(let i in t){let s=t[i];s.groups.indexOf(e)>-1&&o.push(s)}return o.length==0&&n.err("No node type or group '"+e+"' found"),o}function am(n){if(n.eat("(")){let e=Il(n);return n.eat(")")||n.err("Missing closing paren"),e}else if(/\W/.test(n.next))n.err("Unexpected token '"+n.next+"'");else{let e=sm(n,n.next).map(t=>(n.inline==null?n.inline=t.isInline:n.inline!=t.isInline&&n.err("Mixing inline and block content"),{type:"name",value:t}));return n.pos++,e.length==1?e[0]:{type:"choice",exprs:e}}}function lm(n){let e=[[]];return o(i(n,0),t()),e;function t(){return e.push([])-1}function r(s,l,a){let c={term:a,to:l};return e[s].push(c),c}function o(s,l){s.forEach(a=>a.to=l)}function i(s,l){if(s.type=="choice")return s.exprs.reduce((a,c)=>a.concat(i(c,l)),[]);if(s.type=="seq")for(let a=0;;a++){let c=i(s.exprs[a],l);if(a==s.exprs.length-1)return c;o(c,l=t())}else if(s.type=="star"){let a=t();return r(l,a),o(i(s.expr,a),a),[r(a)]}else if(s.type=="plus"){let a=t();return o(i(s.expr,l),a),o(i(s.expr,a),a),[r(a)]}else{if(s.type=="opt")return[r(l)].concat(i(s.expr,l));if(s.type=="range"){let a=l;for(let c=0;c<s.min;c++){let u=t();o(i(s.expr,a),u),a=u}if(s.max==-1)o(i(s.expr,a),a);else for(let c=s.min;c<s.max;c++){let u=t();r(a,u),o(i(s.expr,a),u),a=u}return[r(a)]}else{if(s.type=="name")return[r(l,void 0,s.value)];throw new Error("Unknown expr type")}}}}function Rl(n,e){return e-n}function Dl(n,e){let t=[];return r(e),t.sort(Rl);function r(o){let i=n[o];if(i.length==1&&!i[0].term)return r(i[0].to);t.push(o);for(let s=0;s<i.length;s++){let{term:l,to:a}=i[s];!l&&t.indexOf(a)==-1&&r(a)}}}function cm(n){let e=Object.create(null);return t(Dl(n,0));function t(r){let o=[];r.forEach(s=>{n[s].forEach(({term:l,to:a})=>{if(!l)return;let c;for(let u=0;u<o.length;u++)o[u][0]==l&&(c=o[u][1]);Dl(n,a).forEach(u=>{c||o.push([l,c=[]]),c.indexOf(u)==-1&&c.push(u)})})});let i=e[r.join(",")]=new Bn(r.indexOf(n.length-1)>-1);for(let s=0;s<o.length;s++){let l=o[s][1].sort(Rl);i.next.push({type:o[s][0],next:e[l.join(",")]||t(l)})}return i}}function um(n,e){for(let t=0,r=[n];t<r.length;t++){let o=r[t],i=!o.validEnd,s=[];for(let l=0;l<o.next.length;l++){let{type:a,next:c}=o.next[l];s.push(a.name),i&&!(a.isText||a.hasRequiredAttrs())&&(i=!1),r.indexOf(c)==-1&&r.push(c)}i&&e.err("Only non-generatable nodes ("+s.join(", ")+") in a required position (see https://prosemirror.net/docs/guide/#generatable)")}}function Ll(n){let e=Object.create(null);for(let t in n){let r=n[t];if(!r.hasDefault)return null;e[t]=r.default}return e}function Pl(n,e){let t=Object.create(null);for(let r in n){let o=e&&e[r];if(o===void 0){let i=n[r];if(i.hasDefault)o=i.default;else throw new RangeError("No value supplied for attribute "+r)}t[r]=o}return t}function Bl(n){let e=Object.create(null);if(n)for(let t in n)e[t]=new dm(n[t]);return e}let Fl=class Ef{constructor(e,t,r){this.name=e,this.schema=t,this.spec=r,this.markSet=null,this.groups=r.group?r.group.split(" "):[],this.attrs=Bl(r.attrs),this.defaultAttrs=Ll(this.attrs),this.contentMatch=null,this.inlineContent=null,this.isBlock=!(r.inline||e=="text"),this.isText=e=="text"}get isInline(){return!this.isBlock}get isTextblock(){return this.isBlock&&this.inlineContent}get isLeaf(){return this.contentMatch==Bn.empty}get isAtom(){return this.isLeaf||!!this.spec.atom}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:Pl(this.attrs,e)}create(e=null,t,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new Pn(this,this.computeAttrs(e),oe.from(t),Le.setFrom(r))}createChecked(e=null,t,r){return t=oe.from(t),this.checkContent(t),new Pn(this,this.computeAttrs(e),t,Le.setFrom(r))}createAndFill(e=null,t,r){if(e=this.computeAttrs(e),t=oe.from(t),t.size){let s=this.contentMatch.fillBefore(t);if(!s)return null;t=s.append(t)}let o=this.contentMatch.matchFragment(t),i=o&&o.fillBefore(oe.empty,!0);return i?new Pn(this,e,t.append(i),Le.setFrom(r)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let r=0;r<e.childCount;r++)if(!this.allowsMarks(e.child(r).marks))return!1;return!0}checkContent(e){if(!this.validContent(e))throw new RangeError(`Invalid content for node ${this.name}: ${e.toString().slice(0,50)}`)}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 r=0;r<e.length;r++)this.allowsMarkType(e[r].type)?t&&t.push(e[r]):t||(t=e.slice(0,r));return t?t.length?t:Le.none:e}static compile(e,t){let r=Object.create(null);e.forEach((i,s)=>r[i]=new Ef(i,t,s));let o=t.spec.topNode||"doc";if(!r[o])throw new RangeError("Schema is missing its top node type ('"+o+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let i in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}};class dm{constructor(e){this.hasDefault=Object.prototype.hasOwnProperty.call(e,"default"),this.default=e.default}get isRequired(){return!this.hasDefault}}class xo{constructor(e,t,r,o){this.name=e,this.rank=t,this.schema=r,this.spec=o,this.attrs=Bl(o.attrs),this.excluded=null;let i=Ll(this.attrs);this.instance=i?new Le(this,i):null}create(e=null){return!e&&this.instance?this.instance:new Le(this,Pl(this.attrs,e))}static compile(e,t){let r=Object.create(null),o=0;return e.forEach((i,s)=>r[i]=new xo(i,o++,t,s)),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]}excludes(e){return this.excluded.indexOf(e)>-1}}class fm{constructor(e){this.cached=Object.create(null);let t=this.spec={};for(let o in e)t[o]=e[o];t.nodes=Ze.from(e.nodes),t.marks=Ze.from(e.marks||{}),this.nodes=Fl.compile(this.spec.nodes,this),this.marks=xo.compile(this.spec.marks,this);let r=Object.create(null);for(let o in this.nodes){if(o in this.marks)throw new RangeError(o+" can not be both a node and a mark");let i=this.nodes[o],s=i.spec.content||"",l=i.spec.marks;i.contentMatch=r[s]||(r[s]=Bn.parse(s,this.nodes)),i.inlineContent=i.contentMatch.inlineContent,i.markSet=l=="_"?null:l?Vl(this,l.split(" ")):l==""||!i.inlineContent?[]:null}for(let o in this.marks){let i=this.marks[o],s=i.spec.excludes;i.excluded=s==null?[i]:s==""?[]:Vl(this,s.split(" "))}this.nodeFromJSON=this.nodeFromJSON.bind(this),this.markFromJSON=this.markFromJSON.bind(this),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,t=null,r,o){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof Fl){if(e.schema!=this)throw new RangeError("Node type from different schema used ("+e.name+")")}else throw new RangeError("Invalid node type: "+e);return e.createChecked(t,r,o)}text(e,t){let r=this.nodes.text;return new bo(r,r.defaultAttrs,e,Le.setFrom(t))}mark(e,t){return typeof e=="string"&&(e=this.marks[e]),e.create(t)}nodeFromJSON(e){return Pn.fromJSON(this,e)}markFromJSON(e){return Le.fromJSON(this,e)}nodeType(e){let t=this.nodes[e];if(!t)throw new RangeError("Unknown node type: "+e);return t}}function Vl(n,e){let t=[];for(let r=0;r<e.length;r++){let o=e[r],i=n.marks[o],s=i;if(i)t.push(i);else for(let l in n.marks){let a=n.marks[l];(o=="_"||a.spec.group&&a.spec.group.split(" ").indexOf(o)>-1)&&t.push(s=a)}if(!s)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return t}class Zn{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[],t.forEach(r=>{r.tag?this.tags.push(r):r.style&&this.styles.push(r)}),this.normalizeLists=!this.tags.some(r=>{if(!/^(ul|ol)\b/.test(r.tag)||!r.node)return!1;let o=e.nodes[r.node];return o.contentMatch.matchType(o)})}parse(e,t={}){let r=new Hl(this,t,!1);return r.addAll(e,t.from,t.to),r.finish()}parseSlice(e,t={}){let r=new Hl(this,t,!0);return r.addAll(e,t.from,t.to),fe.maxOpen(r.finish())}matchTag(e,t,r){for(let o=r?this.tags.indexOf(r)+1:0;o<this.tags.length;o++){let i=this.tags[o];if(mm(e,i.tag)&&(i.namespace===void 0||e.namespaceURI==i.namespace)&&(!i.context||t.matchesContext(i.context))){if(i.getAttrs){let s=i.getAttrs(e);if(s===!1)continue;i.attrs=s||void 0}return i}}}matchStyle(e,t,r,o){for(let i=o?this.styles.indexOf(o)+1:0;i<this.styles.length;i++){let s=this.styles[i],l=s.style;if(!(l.indexOf(e)!=0||s.context&&!r.matchesContext(s.context)||l.length>e.length&&(l.charCodeAt(e.length)!=61||l.slice(e.length+1)!=t))){if(s.getAttrs){let a=s.getAttrs(t);if(a===!1)continue;s.attrs=a||void 0}return s}}}static schemaRules(e){let t=[];function r(o){let i=o.priority==null?50:o.priority,s=0;for(;s<t.length;s++){let l=t[s];if((l.priority==null?50:l.priority)<i)break}t.splice(s,0,o)}for(let o in e.marks){let i=e.marks[o].spec.parseDOM;i&&i.forEach(s=>{r(s=jl(s)),s.mark||s.ignore||s.clearMark||(s.mark=o)})}for(let o in e.nodes){let i=e.nodes[o].spec.parseDOM;i&&i.forEach(s=>{r(s=jl(s)),s.node||s.ignore||s.mark||(s.node=o)})}return t}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new Zn(e,Zn.schemaRules(e)))}}const zl={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},pm={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},$l={ol:!0,ul:!0},So=1,Eo=2,Ar=4;function Ul(n,e,t){return e!=null?(e?So:0)|(e==="full"?Eo:0):n&&n.whitespace=="pre"?So|Eo:t&~Ar}class ko{constructor(e,t,r,o,i,s,l){this.type=e,this.attrs=t,this.marks=r,this.pendingMarks=o,this.solid=i,this.options=l,this.content=[],this.activeMarks=Le.none,this.stashMarks=[],this.match=s||(l&Ar?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(oe.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let r=this.type.contentMatch,o;return(o=r.findWrapping(e.type))?(this.match=r,o):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&So)){let r=this.content[this.content.length-1],o;if(r&&r.isText&&(o=/[ \t\r\n\u000c]+$/.exec(r.text))){let i=r;r.text.length==o[0].length?this.content.pop():this.content[this.content.length-1]=i.withText(i.text.slice(0,i.text.length-o[0].length))}}let t=oe.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(oe.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}popFromStashMark(e){for(let t=this.stashMarks.length-1;t>=0;t--)if(e.eq(this.stashMarks[t]))return this.stashMarks.splice(t,1)[0]}applyPending(e){for(let t=0,r=this.pendingMarks;t<r.length;t++){let o=r[t];(this.type?this.type.allowsMarkType(o.type):ym(o.type,e))&&!o.isInSet(this.activeMarks)&&(this.activeMarks=o.addToSet(this.activeMarks),this.pendingMarks=o.removeFromSet(this.pendingMarks))}}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!zl.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class Hl{constructor(e,t,r){this.parser=e,this.options=t,this.isOpen=r,this.open=0;let o=t.topNode,i,s=Ul(null,t.preserveWhitespace,0)|(r?Ar:0);o?i=new ko(o.type,o.attrs,Le.none,Le.none,!0,t.topMatch||o.type.contentMatch,s):r?i=new ko(null,null,Le.none,Le.none,!0,null,s):i=new ko(e.schema.topNodeType,null,Le.none,Le.none,!0,null,s),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e){e.nodeType==3?this.addTextNode(e):e.nodeType==1&&this.addElement(e)}withStyleRules(e,t){let r=e.getAttribute("style");if(!r)return t();let o=this.readStyles(gm(r));if(!o)return;let[i,s]=o,l=this.top;for(let a=0;a<s.length;a++)this.removePendingMark(s[a],l);for(let a=0;a<i.length;a++)this.addPendingMark(i[a]);t();for(let a=0;a<i.length;a++)this.removePendingMark(i[a],l);for(let a=0;a<s.length;a++)this.addPendingMark(s[a])}addTextNode(e){let t=e.nodeValue,r=this.top;if(r.options&Eo||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(t)){if(r.options&So)r.options&Eo?t=t.replace(/\r\n?/g,`
|
|
13
|
-
`):t=t.replace(/\r?\n|\r/g," ");else if(t=t.replace(/[ \t\r\n\u000c]+/g," "),/^[ \t\r\n\u000c]/.test(t)&&this.open==this.nodes.length-1){let
|
|
14
|
-
`))}ignoreFallback(e){e.nodeName=="BR"&&(!this.top.type||!this.top.type.inlineContent)&&this.findPlace(this.parser.schema.text("-"))}readStyles(e){let t=Le.none,r=Le.none;for(let o=0;o<e.length;o+=2)for(let i=void 0;;){let s=this.parser.matchStyle(e[o],e[o+1],this,i);if(!s)break;if(s.ignore)return null;if(s.clearMark?this.top.pendingMarks.concat(this.top.activeMarks).forEach(l=>{s.clearMark(l)&&(r=l.addToSet(r))}):t=this.parser.schema.marks[s.mark].create(s.attrs).addToSet(t),s.consuming===!1)i=s;else break}return[t,r]}addElementByRule(e,t,r){let o,i,s;t.node?(i=this.parser.schema.nodes[t.node],i.isLeaf?this.insertNode(i.create(t.attrs))||this.leafFallback(e):o=this.enter(i,t.attrs||null,t.preserveWhitespace)):(s=this.parser.schema.marks[t.mark].create(t.attrs),this.addPendingMark(s));let l=this.top;if(i&&i.isLeaf)this.findInside(e);else if(r)this.addElement(e,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(a=>this.insertNode(a));else{let a=e;typeof t.contentElement=="string"?a=e.querySelector(t.contentElement):typeof t.contentElement=="function"?a=t.contentElement(e):t.contentElement&&(a=t.contentElement),this.findAround(e,a,!0),this.addAll(a)}o&&this.sync(l)&&this.open--,s&&this.removePendingMark(s,l)}addAll(e,t,r){let o=t||0;for(let i=t?e.childNodes[t]:e.firstChild,s=r==null?null:e.childNodes[r];i!=s;i=i.nextSibling,++o)this.findAtPoint(e,o),this.addDOM(i);this.findAtPoint(e,o)}findPlace(e){let t,r;for(let o=this.open;o>=0;o--){let i=this.nodes[o],s=i.findWrapping(e);if(s&&(!t||t.length>s.length)&&(t=s,r=i,!s.length)||i.solid)break}if(!t)return!1;this.sync(r);for(let o=0;o<t.length;o++)this.enterInner(t[o],null,!1);return!0}insertNode(e){if(e.isInline&&this.needsBlock&&!this.top.type){let t=this.textblockFromContext();t&&this.enterInner(t)}if(this.findPlace(e)){this.closeExtra();let t=this.top;t.applyPending(e.type),t.match&&(t.match=t.match.matchType(e.type));let r=t.activeMarks;for(let o=0;o<e.marks.length;o++)(!t.type||t.type.allowsMarkType(e.marks[o].type))&&(r=e.marks[o].addToSet(r));return t.content.push(e.mark(r)),!0}return!1}enter(e,t,r){let o=this.findPlace(e.create(t));return o&&this.enterInner(e,t,!0,r),o}enterInner(e,t=null,r=!1,o){this.closeExtra();let i=this.top;i.applyPending(e),i.match=i.match&&i.match.matchType(e);let s=Ul(e,o,i.options);i.options&Ar&&i.content.length==0&&(s|=Ar),this.nodes.push(new ko(e,t,i.activeMarks,i.pendingMarks,r,null,s)),this.open++}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;return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let r=this.nodes[t].content;for(let o=r.length-1;o>=0;o--)e+=r[o].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let r=0;r<this.find.length;r++)this.find[r].node==e&&this.find[r].offset==t&&(this.find[r].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,r){if(e!=t&&this.find)for(let o=0;o<this.find.length;o++)this.find[o].pos==null&&e.nodeType==1&&e.contains(this.find[o].node)&&t.compareDocumentPosition(this.find[o].node)&(r?2:4)&&(this.find[o].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("/"),r=this.options.context,o=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),i=-(r?r.depth+1:0)+(o?0:1),s=(l,a)=>{for(;l>=0;l--){let c=t[l];if(c==""){if(l==t.length-1||l==0)continue;for(;a>=i;a--)if(s(l-1,a))return!0;return!1}else{let u=a>0||a==0&&o?this.nodes[a].type:r&&a>=i?r.node(a-i).type:null;if(!u||u.name!=c&&u.groups.indexOf(c)==-1)return!1;a--}}return!0};return s(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let r=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(r&&r.isTextblock&&r.defaultAttrs)return r}for(let t in this.parser.schema.nodes){let r=this.parser.schema.nodes[t];if(r.isTextblock&&r.defaultAttrs)return r}}addPendingMark(e){let t=vm(e,this.top.pendingMarks);t&&this.top.stashMarks.push(t),this.top.pendingMarks=e.addToSet(this.top.pendingMarks)}removePendingMark(e,t){for(let r=this.open;r>=0;r--){let o=this.nodes[r];if(o.pendingMarks.lastIndexOf(e)>-1)o.pendingMarks=e.removeFromSet(o.pendingMarks);else{o.activeMarks=e.removeFromSet(o.activeMarks);let s=o.popFromStashMark(e);s&&o.type&&o.type.allowsMarkType(s.type)&&(o.activeMarks=s.addToSet(o.activeMarks))}if(o==t)break}}}function hm(n){for(let e=n.firstChild,t=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&$l.hasOwnProperty(r)&&t?(t.appendChild(e),e=t):r=="li"?t=e:r&&(t=null)}}function mm(n,e){return(n.matches||n.msMatchesSelector||n.webkitMatchesSelector||n.mozMatchesSelector).call(n,e)}function gm(n){let e=/\s*([\w-]+)\s*:\s*([^;]+)/g,t,r=[];for(;t=e.exec(n);)r.push(t[1],t[2].trim());return r}function jl(n){let e={};for(let t in n)e[t]=n[t];return e}function ym(n,e){let t=e.schema.nodes;for(let r in t){let o=t[r];if(!o.allowsMarkType(n))continue;let i=[],s=l=>{i.push(l);for(let a=0;a<l.edgeCount;a++){let{type:c,next:u}=l.edge(a);if(c==e||i.indexOf(u)<0&&s(u))return!0}};if(s(o.contentMatch))return!0}}function vm(n,e){for(let t=0;t<e.length;t++)if(n.eq(e[t]))return e[t]}class jt{constructor(e,t){this.nodes=e,this.marks=t}serializeFragment(e,t={},r){r||(r=rs(t).createDocumentFragment());let o=r,i=[];return e.forEach(s=>{if(i.length||s.marks.length){let l=0,a=0;for(;l<i.length&&a<s.marks.length;){let c=s.marks[a];if(!this.marks[c.type.name]){a++;continue}if(!c.eq(i[l][0])||c.type.spec.spanning===!1)break;l++,a++}for(;l<i.length;)o=i.pop()[1];for(;a<s.marks.length;){let c=s.marks[a++],u=this.serializeMark(c,s.isInline,t);u&&(i.push([c,o]),o.appendChild(u.dom),o=u.contentDOM||u.dom)}}o.appendChild(this.serializeNodeInner(s,t))}),r}serializeNodeInner(e,t){let{dom:r,contentDOM:o}=jt.renderSpec(rs(t),this.nodes[e.type.name](e));if(o){if(e.isLeaf)throw new RangeError("Content hole not allowed in a leaf node spec");this.serializeFragment(e.content,t,o)}return r}serializeNode(e,t={}){let r=this.serializeNodeInner(e,t);for(let o=e.marks.length-1;o>=0;o--){let i=this.serializeMark(e.marks[o],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(r),r=i.dom)}return r}serializeMark(e,t,r={}){let o=this.marks[e.type.name];return o&&jt.renderSpec(rs(r),o(e,t))}static renderSpec(e,t,r=null){if(typeof t=="string")return{dom:e.createTextNode(t)};if(t.nodeType!=null)return{dom:t};if(t.dom&&t.dom.nodeType!=null)return t;let o=t[0],i=o.indexOf(" ");i>0&&(r=o.slice(0,i),o=o.slice(i+1));let s,l=r?e.createElementNS(r,o):e.createElement(o),a=t[1],c=1;if(a&&typeof a=="object"&&a.nodeType==null&&!Array.isArray(a)){c=2;for(let u in a)if(a[u]!=null){let d=u.indexOf(" ");d>0?l.setAttributeNS(u.slice(0,d),u.slice(d+1),a[u]):l.setAttribute(u,a[u])}}for(let u=c;u<t.length;u++){let d=t[u];if(d===0){if(u<t.length-1||u>c)throw new RangeError("Content hole must be the only child of its parent node");return{dom:l,contentDOM:l}}else{let{dom:f,contentDOM:h}=jt.renderSpec(e,d,r);if(l.appendChild(f),h){if(s)throw new RangeError("Multiple content holes");s=h}}}return{dom:l,contentDOM:s}}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new jt(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let t=Wl(e.nodes);return t.text||(t.text=r=>r.text),t}static marksFromSchema(e){return Wl(e.marks)}}function Wl(n){let e={};for(let t in n){let r=n[t].spec.toDOM;r&&(e[t]=r)}return e}function rs(n){return n.document||window.document}const Kl=65535,Gl=Math.pow(2,16);function bm(n,e){return n+e*Gl}function Jl(n){return n&Kl}function xm(n){return(n-(n&Kl))/Gl}const Yl=1,Xl=2,Co=4,Zl=8;class is{constructor(e,t,r){this.pos=e,this.delInfo=t,this.recover=r}get deleted(){return(this.delInfo&Zl)>0}get deletedBefore(){return(this.delInfo&(Yl|Co))>0}get deletedAfter(){return(this.delInfo&(Xl|Co))>0}get deletedAcross(){return(this.delInfo&Co)>0}}class vt{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&vt.empty)return vt.empty}recover(e){let t=0,r=Jl(e);if(!this.inverted)for(let o=0;o<r;o++)t+=this.ranges[o*3+2]-this.ranges[o*3+1];return this.ranges[r*3]+t+xm(e)}mapResult(e,t=1){return this._map(e,t,!1)}map(e,t=1){return this._map(e,t,!0)}_map(e,t,r){let o=0,i=this.inverted?2:1,s=this.inverted?1:2;for(let l=0;l<this.ranges.length;l+=3){let a=this.ranges[l]-(this.inverted?o:0);if(a>e)break;let c=this.ranges[l+i],u=this.ranges[l+s],d=a+c;if(e<=d){let f=c?e==a?-1:e==d?1:t:t,h=a+o+(f<0?0:u);if(r)return h;let p=e==(t<0?a:d)?null:bm(l/3,e-a),g=e==a?Xl:e==d?Yl:Co;return(t<0?e!=a:e!=d)&&(g|=Zl),new is(h,g,p)}o+=u-c}return r?e+o:new is(e+o,0,null)}touches(e,t){let r=0,o=Jl(t),i=this.inverted?2:1,s=this.inverted?1:2;for(let l=0;l<this.ranges.length;l+=3){let a=this.ranges[l]-(this.inverted?r:0);if(a>e)break;let c=this.ranges[l+i],u=a+c;if(e<=u&&l==o*3)return!0;r+=this.ranges[l+s]-c}return!1}forEach(e){let t=this.inverted?2:1,r=this.inverted?1:2;for(let o=0,i=0;o<this.ranges.length;o+=3){let s=this.ranges[o],l=s-(this.inverted?i:0),a=s+(this.inverted?0:i),c=this.ranges[o+t],u=this.ranges[o+r];e(l,l+c,a,a+u),i+=u-c}}invert(){return new vt(this.ranges,!this.inverted)}toString(){return(this.inverted?"-":"")+JSON.stringify(this.ranges)}static offset(e){return e==0?vt.empty:new vt(e<0?[0,-e,0]:[0,0,e])}}vt.empty=new vt([]);class Or{constructor(e=[],t,r=0,o=e.length){this.maps=e,this.mirror=t,this.from=r,this.to=o}slice(e=0,t=this.maps.length){return new Or(this.maps,this.mirror,e,t)}copy(){return new Or(this.maps.slice(),this.mirror&&this.mirror.slice(),this.from,this.to)}appendMap(e,t){this.to=this.maps.push(e),t!=null&&this.setMirror(this.maps.length-1,t)}appendMapping(e){for(let t=0,r=this.maps.length;t<e.maps.length;t++){let o=e.getMirror(t);this.appendMap(e.maps[t],o!=null&&o<t?r+o: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=[]),this.mirror.push(e,t)}appendMappingInverted(e){for(let t=e.maps.length-1,r=this.maps.length+e.maps.length;t>=0;t--){let o=e.getMirror(t);this.appendMap(e.maps[t].invert(),o!=null&&o>t?r-o-1:void 0)}}invert(){let e=new Or;return e.appendMappingInverted(this),e}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let r=this.from;r<this.to;r++)e=this.maps[r].map(e,t);return e}mapResult(e,t=1){return this._map(e,t,!1)}_map(e,t,r){let o=0;for(let i=this.from;i<this.to;i++){let s=this.maps[i],l=s.mapResult(e,t);if(l.recover!=null){let a=this.getMirror(i);if(a!=null&&a>i&&a<this.to){i=a,e=this.maps[a].recover(l.recover);continue}}o|=l.delInfo,e=l.pos}return r?e:new is(e,o,null)}}const ss=Object.create(null);class et{getMap(){return vt.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw new RangeError("Invalid input for Step.fromJSON");let r=ss[t.stepType];if(!r)throw new RangeError(`No step type ${t.stepType} defined`);return r.fromJSON(e,t)}static jsonID(e,t){if(e in ss)throw new RangeError("Duplicate use of step JSON ID "+e);return ss[e]=t,t.prototype.jsonID=e,t}}class He{constructor(e,t){this.doc=e,this.failed=t}static ok(e){return new He(e,null)}static fail(e){return new He(null,e)}static fromReplace(e,t,r,o){try{return He.ok(e.replace(t,r,o))}catch(i){if(i instanceof go)return He.fail(i.message);throw i}}}function as(n,e,t){let r=[];for(let o=0;o<n.childCount;o++){let i=n.child(o);i.content.size&&(i=i.copy(as(i.content,e,i))),i.isInline&&(i=e(i,t,o)),r.push(i)}return oe.fromArray(r)}class dn extends et{constructor(e,t,r){super(),this.from=e,this.to=t,this.mark=r}apply(e){let t=e.slice(this.from,this.to),r=e.resolve(this.from),o=r.node(r.sharedDepth(this.to)),i=new fe(as(t.content,(s,l)=>!s.isAtom||!l.type.allowsMarkType(this.mark.type)?s:s.mark(this.mark.addToSet(s.marks)),o),t.openStart,t.openEnd);return He.fromReplace(e,this.from,this.to,i)}invert(){return new Wt(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new dn(t.pos,r.pos,this.mark)}merge(e){return e instanceof dn&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new dn(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"addMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new dn(t.from,t.to,e.markFromJSON(t.mark))}}et.jsonID("addMark",dn);class Wt extends et{constructor(e,t,r){super(),this.from=e,this.to=t,this.mark=r}apply(e){let t=e.slice(this.from,this.to),r=new fe(as(t.content,o=>o.mark(this.mark.removeFromSet(o.marks)),e),t.openStart,t.openEnd);return He.fromReplace(e,this.from,this.to,r)}invert(){return new dn(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new Wt(t.pos,r.pos,this.mark)}merge(e){return e instanceof Wt&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Wt(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"removeMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new Wt(t.from,t.to,e.markFromJSON(t.mark))}}et.jsonID("removeMark",Wt);class fn extends et{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return He.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return He.fromReplace(e,this.pos,this.pos+1,new fe(oe.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);if(t){let r=this.mark.addToSet(t.marks);if(r.length==t.marks.length){for(let o=0;o<t.marks.length;o++)if(!t.marks[o].isInSet(r))return new fn(this.pos,t.marks[o]);return new fn(this.pos,this.mark)}}return new Qn(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new fn(t.pos,this.mark)}toJSON(){return{stepType:"addNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for AddNodeMarkStep.fromJSON");return new fn(t.pos,e.markFromJSON(t.mark))}}et.jsonID("addNodeMark",fn);class Qn extends et{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return He.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.removeFromSet(t.marks));return He.fromReplace(e,this.pos,this.pos+1,new fe(oe.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);return!t||!this.mark.isInSet(t.marks)?this:new fn(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Qn(t.pos,this.mark)}toJSON(){return{stepType:"removeNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for RemoveNodeMarkStep.fromJSON");return new Qn(t.pos,e.markFromJSON(t.mark))}}et.jsonID("removeNodeMark",Qn);class Qe extends et{constructor(e,t,r,o=!1){super(),this.from=e,this.to=t,this.slice=r,this.structure=o}apply(e){return this.structure&&ls(e,this.from,this.to)?He.fail("Structure replace would overwrite content"):He.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new vt([this.from,this.to-this.from,this.slice.size])}invert(e){return new Qe(this.from,this.from+this.slice.size,e.slice(this.from,this.to))}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deletedAcross&&r.deletedAcross?null:new Qe(t.pos,Math.max(t.pos,r.pos),this.slice)}merge(e){if(!(e instanceof Qe)||e.structure||this.structure)return null;if(this.from+this.slice.size==e.from&&!this.slice.openEnd&&!e.slice.openStart){let t=this.slice.size+e.slice.size==0?fe.empty:new fe(this.slice.content.append(e.slice.content),this.slice.openStart,e.slice.openEnd);return new Qe(this.from,this.to+(e.to-e.from),t,this.structure)}else if(e.to==this.from&&!this.slice.openStart&&!e.slice.openEnd){let t=this.slice.size+e.slice.size==0?fe.empty:new fe(e.slice.content.append(this.slice.content),e.slice.openStart,this.slice.openEnd);return new Qe(e.from,this.to,t,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(e,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for ReplaceStep.fromJSON");return new Qe(t.from,t.to,fe.fromJSON(e,t.slice),!!t.structure)}}et.jsonID("replace",Qe);class Je extends et{constructor(e,t,r,o,i,s,l=!1){super(),this.from=e,this.to=t,this.gapFrom=r,this.gapTo=o,this.slice=i,this.insert=s,this.structure=l}apply(e){if(this.structure&&(ls(e,this.from,this.gapFrom)||ls(e,this.gapTo,this.to)))return He.fail("Structure gap-replace would overwrite content");let t=e.slice(this.gapFrom,this.gapTo);if(t.openStart||t.openEnd)return He.fail("Gap is not a flat range");let r=this.slice.insertAt(this.insert,t.content);return r?He.fromReplace(e,this.from,this.to,r):He.fail("Content does not fit in gap")}getMap(){return new vt([this.from,this.gapFrom-this.from,this.insert,this.gapTo,this.to-this.gapTo,this.slice.size-this.insert])}invert(e){let t=this.gapTo-this.gapFrom;return new Je(this.from,this.from+this.slice.size+t,this.from+this.insert,this.from+this.insert+t,e.slice(this.from,this.to).removeBetween(this.gapFrom-this.from,this.gapTo-this.from),this.gapFrom-this.from,this.structure)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1),o=e.map(this.gapFrom,-1),i=e.map(this.gapTo,1);return t.deletedAcross&&r.deletedAcross||o<t.pos||i>r.pos?null:new Je(t.pos,r.pos,o,i,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(e,t){if(typeof t.from!="number"||typeof t.to!="number"||typeof t.gapFrom!="number"||typeof t.gapTo!="number"||typeof t.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new Je(t.from,t.to,t.gapFrom,t.gapTo,fe.fromJSON(e,t.slice),t.insert,!!t.structure)}}et.jsonID("replaceAround",Je);function ls(n,e,t){let r=n.resolve(e),o=t-e,i=r.depth;for(;o>0&&i>0&&r.indexAfter(i)==r.node(i).childCount;)i--,o--;if(o>0){let s=r.node(i).maybeChild(r.indexAfter(i));for(;o>0;){if(!s||s.isLeaf)return!0;s=s.firstChild,o--}}return!1}function Sm(n,e,t,r){let o=[],i=[],s,l;n.doc.nodesBetween(e,t,(a,c,u)=>{if(!a.isInline)return;let d=a.marks;if(!r.isInSet(d)&&u.type.allowsMarkType(r.type)){let f=Math.max(c,e),h=Math.min(c+a.nodeSize,t),p=r.addToSet(d);for(let g=0;g<d.length;g++)d[g].isInSet(p)||(s&&s.to==f&&s.mark.eq(d[g])?s.to=h:o.push(s=new Wt(f,h,d[g])));l&&l.to==f?l.to=h:i.push(l=new dn(f,h,r))}}),o.forEach(a=>n.step(a)),i.forEach(a=>n.step(a))}function Em(n,e,t,r){let o=[],i=0;n.doc.nodesBetween(e,t,(s,l)=>{if(!s.isInline)return;i++;let a=null;if(r instanceof xo){let c=s.marks,u;for(;u=r.isInSet(c);)(a||(a=[])).push(u),c=u.removeFromSet(c)}else r?r.isInSet(s.marks)&&(a=[r]):a=s.marks;if(a&&a.length){let c=Math.min(l+s.nodeSize,t);for(let u=0;u<a.length;u++){let d=a[u],f;for(let h=0;h<o.length;h++){let p=o[h];p.step==i-1&&d.eq(o[h].style)&&(f=p)}f?(f.to=c,f.step=i):o.push({style:d,from:Math.max(l,e),to:c,step:i})}}}),o.forEach(s=>n.step(new Wt(s.from,s.to,s.style)))}function km(n,e,t,r=t.contentMatch){let o=n.doc.nodeAt(e),i=[],s=e+1;for(let l=0;l<o.childCount;l++){let a=o.child(l),c=s+a.nodeSize,u=r.matchType(a.type);if(!u)i.push(new Qe(s,c,fe.empty));else{r=u;for(let d=0;d<a.marks.length;d++)t.allowsMarkType(a.marks[d].type)||n.step(new Wt(s,c,a.marks[d]));if(a.isText&&!t.spec.code){let d,f=/\r?\n|\r/g,h;for(;d=f.exec(a.text);)h||(h=new fe(oe.from(t.schema.text(" ",t.allowedMarks(a.marks))),0,0)),i.push(new Qe(s+d.index,s+d.index+d[0].length,h))}}s=c}if(!r.validEnd){let l=r.fillBefore(oe.empty,!0);n.replace(s,s,new fe(l,0,0))}for(let l=i.length-1;l>=0;l--)n.step(i[l])}function Cm(n,e,t){return(e==0||n.canReplace(e,n.childCount))&&(t==n.childCount||n.canReplace(0,t))}function _n(n){let t=n.parent.content.cutByIndex(n.startIndex,n.endIndex);for(let r=n.depth;;--r){let o=n.$from.node(r),i=n.$from.index(r),s=n.$to.indexAfter(r);if(r<n.depth&&o.canReplace(i,s,t))return r;if(r==0||o.type.spec.isolating||!Cm(o,i,s))break}return null}function wm(n,e,t){let{$from:r,$to:o,depth:i}=e,s=r.before(i+1),l=o.after(i+1),a=s,c=l,u=oe.empty,d=0;for(let p=i,g=!1;p>t;p--)g||r.index(p)>0?(g=!0,u=oe.from(r.node(p).copy(u)),d++):a--;let f=oe.empty,h=0;for(let p=i,g=!1;p>t;p--)g||o.after(p+1)<o.end(p)?(g=!0,f=oe.from(o.node(p).copy(f)),h++):c++;n.step(new Je(a,c,s,l,new fe(u.append(f),d,h),u.size-d,!0))}function cs(n,e,t=null,r=n){let o=Tm(n,e),i=o&&Am(r,e);return i?o.map(Ql).concat({type:e,attrs:t}).concat(i.map(Ql)):null}function Ql(n){return{type:n,attrs:null}}function Tm(n,e){let{parent:t,startIndex:r,endIndex:o}=n,i=t.contentMatchAt(r).findWrapping(e);if(!i)return null;let s=i.length?i[0]:e;return t.canReplaceWith(r,o,s)?i:null}function Am(n,e){let{parent:t,startIndex:r,endIndex:o}=n,i=t.child(r),s=e.contentMatch.findWrapping(i.type);if(!s)return null;let a=(s.length?s[s.length-1]:e).contentMatch;for(let c=r;a&&c<o;c++)a=a.matchType(t.child(c).type);return!a||!a.validEnd?null:s}function Om(n,e,t){let r=oe.empty;for(let s=t.length-1;s>=0;s--){if(r.size){let l=t[s].type.contentMatch.matchFragment(r);if(!l||!l.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}r=oe.from(t[s].type.create(t[s].attrs,r))}let o=e.start,i=e.end;n.step(new Je(o,i,o,i,new fe(r,0,0),t.length,!0))}function Mm(n,e,t,r,o){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let i=n.steps.length;n.doc.nodesBetween(e,t,(s,l)=>{if(s.isTextblock&&!s.hasMarkup(r,o)&&Im(n.doc,n.mapping.slice(i).map(l),r)){n.clearIncompatible(n.mapping.slice(i).map(l,1),r);let a=n.mapping.slice(i),c=a.map(l,1),u=a.map(l+s.nodeSize,1);return n.step(new Je(c,u,c+1,u-1,new fe(oe.from(r.create(o,null,s.marks)),0,0),1,!0)),!1}})}function Im(n,e,t){let r=n.resolve(e),o=r.index();return r.parent.canReplaceWith(o,o+1,t)}function Nm(n,e,t,r,o){let i=n.doc.nodeAt(e);if(!i)throw new RangeError("No node at given position");t||(t=i.type);let s=t.create(r,null,o||i.marks);if(i.isLeaf)return n.replaceWith(e,e+i.nodeSize,s);if(!t.validContent(i.content))throw new RangeError("Invalid content for node type "+t.name);n.step(new Je(e,e+i.nodeSize,e+1,e+i.nodeSize-1,new fe(oe.from(s),0,0),1,!0))}function qn(n,e,t=1,r){let o=n.resolve(e),i=o.depth-t,s=r&&r[r.length-1]||o.parent;if(i<0||o.parent.type.spec.isolating||!o.parent.canReplace(o.index(),o.parent.childCount)||!s.type.validContent(o.parent.content.cutByIndex(o.index(),o.parent.childCount)))return!1;for(let c=o.depth-1,u=t-2;c>i;c--,u--){let d=o.node(c),f=o.index(c);if(d.type.spec.isolating)return!1;let h=d.content.cutByIndex(f,d.childCount),p=r&&r[u+1];p&&(h=h.replaceChild(0,p.type.create(p.attrs)));let g=r&&r[u]||d;if(!d.canReplace(f+1,d.childCount)||!g.type.validContent(h))return!1}let l=o.indexAfter(i),a=r&&r[0];return o.node(i).canReplaceWith(l,l,a?a.type:o.node(i+1).type)}function Rm(n,e,t=1,r){let o=n.doc.resolve(e),i=oe.empty,s=oe.empty;for(let l=o.depth,a=o.depth-t,c=t-1;l>a;l--,c--){i=oe.from(o.node(l).copy(i));let u=r&&r[c];s=oe.from(u?u.type.create(u.attrs,s):o.node(l).copy(s))}n.step(new Qe(e,e,new fe(i.append(s),t,t),!0))}function pn(n,e){let t=n.resolve(e),r=t.index();return _l(t.nodeBefore,t.nodeAfter)&&t.parent.canReplace(r,r+1)}function _l(n,e){return!!(n&&e&&!n.isLeaf&&n.canAppend(e))}function wo(n,e,t=-1){let r=n.resolve(e);for(let o=r.depth;;o--){let i,s,l=r.index(o);if(o==r.depth?(i=r.nodeBefore,s=r.nodeAfter):t>0?(i=r.node(o+1),l++,s=r.node(o).maybeChild(l)):(i=r.node(o).maybeChild(l-1),s=r.node(o+1)),i&&!i.isTextblock&&_l(i,s)&&r.node(o).canReplace(l,l+1))return e;if(o==0)break;e=t<0?r.before(o):r.after(o)}}function Dm(n,e,t){let r=new Qe(e-t,e+t,fe.empty,!0);n.step(r)}function Lm(n,e,t){let r=n.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),t))return e;if(r.parentOffset==0)for(let o=r.depth-1;o>=0;o--){let i=r.index(o);if(r.node(o).canReplaceWith(i,i,t))return r.before(o+1);if(i>0)return null}if(r.parentOffset==r.parent.content.size)for(let o=r.depth-1;o>=0;o--){let i=r.indexAfter(o);if(r.node(o).canReplaceWith(i,i,t))return r.after(o+1);if(i<r.node(o).childCount)return null}return null}function Pm(n,e,t){let r=n.resolve(e);if(!t.content.size)return e;let o=t.content;for(let i=0;i<t.openStart;i++)o=o.firstChild.content;for(let i=1;i<=(t.openStart==0&&t.size?2:1);i++)for(let s=r.depth;s>=0;s--){let l=s==r.depth?0:r.pos<=(r.start(s+1)+r.end(s+1))/2?-1:1,a=r.index(s)+(l>0?1:0),c=r.node(s),u=!1;if(i==1)u=c.canReplace(a,a,o);else{let d=c.contentMatchAt(a).findWrapping(o.firstChild.type);u=d&&c.canReplaceWith(a,a,d[0])}if(u)return l==0?r.pos:l<0?r.before(s+1):r.after(s+1)}return null}function us(n,e,t=e,r=fe.empty){if(e==t&&!r.size)return null;let o=n.resolve(e),i=n.resolve(t);return ql(o,i,r)?new Qe(e,t,r):new Bm(o,i,r).fit()}function ql(n,e,t){return!t.openStart&&!t.openEnd&&n.start()==e.start()&&n.parent.canReplace(n.index(),e.index(),t.content)}class Bm{constructor(e,t,r){this.$from=e,this.$to=t,this.unplaced=r,this.frontier=[],this.placed=oe.empty;for(let o=0;o<=e.depth;o++){let i=e.node(o);this.frontier.push({type:i.type,match:i.contentMatchAt(e.indexAfter(o))})}for(let o=e.depth;o>0;o--)this.placed=oe.from(e.node(o).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let c=this.findFittable();c?this.placeNodes(c):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,r=this.$from,o=this.close(e<0?this.$to:r.doc.resolve(e));if(!o)return null;let i=this.placed,s=r.depth,l=o.depth;for(;s&&l&&i.childCount==1;)i=i.firstChild.content,s--,l--;let a=new fe(i,s,l);return e>-1?new Je(r.pos,e,this.$to.pos,this.$to.end(),a,t):a.size||r.pos!=this.$to.pos?new Qe(r.pos,o.pos,a):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,r=0,o=this.unplaced.openEnd;r<e;r++){let i=t.firstChild;if(t.childCount>1&&(o=0),i.type.spec.isolating&&o<=r){e=r;break}t=i.content}for(let t=1;t<=2;t++)for(let r=t==1?e:this.unplaced.openStart;r>=0;r--){let o,i=null;r?(i=ds(this.unplaced.content,r-1).firstChild,o=i.content):o=this.unplaced.content;let s=o.firstChild;for(let l=this.depth;l>=0;l--){let{type:a,match:c}=this.frontier[l],u,d=null;if(t==1&&(s?c.matchType(s.type)||(d=c.fillBefore(oe.from(s),!1)):i&&a.compatibleContent(i.type)))return{sliceDepth:r,frontierDepth:l,parent:i,inject:d};if(t==2&&s&&(u=c.findWrapping(s.type)))return{sliceDepth:r,frontierDepth:l,parent:i,wrap:u};if(i&&c.matchType(i.type))break}}}openMore(){let{content:e,openStart:t,openEnd:r}=this.unplaced,o=ds(e,t);return!o.childCount||o.firstChild.isLeaf?!1:(this.unplaced=new fe(e,t+1,Math.max(r,o.size+t>=e.size-r?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:r}=this.unplaced,o=ds(e,t);if(o.childCount<=1&&t>0){let i=e.size-t<=t+o.size;this.unplaced=new fe(Mr(e,t-1,1),t-1,i?t-1:r)}else this.unplaced=new fe(Mr(e,t,1),t,r)}placeNodes({sliceDepth:e,frontierDepth:t,parent:r,inject:o,wrap:i}){for(;this.depth>t;)this.closeFrontierNode();if(i)for(let g=0;g<i.length;g++)this.openFrontierNode(i[g]);let s=this.unplaced,l=r?r.content:s.content,a=s.openStart-e,c=0,u=[],{match:d,type:f}=this.frontier[t];if(o){for(let g=0;g<o.childCount;g++)u.push(o.child(g));d=d.matchFragment(o)}let h=l.size+e-(s.content.size-s.openEnd);for(;c<l.childCount;){let g=l.child(c),y=d.matchType(g.type);if(!y)break;c++,(c>1||a==0||g.content.size)&&(d=y,u.push(ec(g.mark(f.allowedMarks(g.marks)),c==1?a:0,c==l.childCount?h:-1)))}let p=c==l.childCount;p||(h=-1),this.placed=Ir(this.placed,t,oe.from(u)),this.frontier[t].match=d,p&&h<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let g=0,y=l;g<h;g++){let S=y.lastChild;this.frontier.push({type:S.type,match:S.contentMatchAt(S.childCount)}),y=S.content}this.unplaced=p?e==0?fe.empty:new fe(Mr(s.content,e-1,1),e-1,h<0?s.openEnd:e-1):new fe(Mr(s.content,e,c),s.openStart,s.openEnd)}mustMoveInline(){if(!this.$to.parent.isTextblock)return-1;let e=this.frontier[this.depth],t;if(!e.type.isTextblock||!fs(this.$to,this.$to.depth,e.type,e.match,!1)||this.$to.depth==this.depth&&(t=this.findCloseLevel(this.$to))&&t.depth==this.depth)return-1;let{depth:r}=this.$to,o=this.$to.after(r);for(;r>1&&o==this.$to.end(--r);)++o;return o}findCloseLevel(e){e:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:r,type:o}=this.frontier[t],i=t<e.depth&&e.end(t+1)==e.pos+(e.depth-(t+1)),s=fs(e,t,o,r,i);if(s){for(let l=t-1;l>=0;l--){let{match:a,type:c}=this.frontier[l],u=fs(e,l,c,a,!0);if(!u||u.childCount)continue e}return{depth:t,fit:s,move:i?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=Ir(this.placed,t.depth,t.fit)),e=t.move;for(let r=t.depth+1;r<=e.depth;r++){let o=e.node(r),i=o.type.contentMatch.fillBefore(o.content,!0,e.index(r));this.openFrontierNode(o.type,o.attrs,i)}return e}openFrontierNode(e,t=null,r){let o=this.frontier[this.depth];o.match=o.match.matchType(e),this.placed=Ir(this.placed,this.depth,oe.from(e.create(t,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let t=this.frontier.pop().match.fillBefore(oe.empty,!0);t.childCount&&(this.placed=Ir(this.placed,this.frontier.length,t))}}function Mr(n,e,t){return e==0?n.cutByIndex(t,n.childCount):n.replaceChild(0,n.firstChild.copy(Mr(n.firstChild.content,e-1,t)))}function Ir(n,e,t){return e==0?n.append(t):n.replaceChild(n.childCount-1,n.lastChild.copy(Ir(n.lastChild.content,e-1,t)))}function ds(n,e){for(let t=0;t<e;t++)n=n.firstChild.content;return n}function ec(n,e,t){if(e<=0)return n;let r=n.content;return e>1&&(r=r.replaceChild(0,ec(r.firstChild,e-1,r.childCount==1?t-1:0))),e>0&&(r=n.type.contentMatch.fillBefore(r).append(r),t<=0&&(r=r.append(n.type.contentMatch.matchFragment(r).fillBefore(oe.empty,!0)))),n.copy(r)}function fs(n,e,t,r,o){let i=n.node(e),s=o?n.indexAfter(e):n.index(e);if(s==i.childCount&&!t.compatibleContent(i.type))return null;let l=r.fillBefore(i.content,!0,s);return l&&!Fm(t,i.content,s)?l:null}function Fm(n,e,t){for(let r=t;r<e.childCount;r++)if(!n.allowsMarks(e.child(r).marks))return!0;return!1}function Vm(n){return n.spec.defining||n.spec.definingForContent}function zm(n,e,t,r){if(!r.size)return n.deleteRange(e,t);let o=n.doc.resolve(e),i=n.doc.resolve(t);if(ql(o,i,r))return n.step(new Qe(e,t,r));let s=nc(o,n.doc.resolve(t));s[s.length-1]==0&&s.pop();let l=-(o.depth+1);s.unshift(l);for(let f=o.depth,h=o.pos-1;f>0;f--,h--){let p=o.node(f).type.spec;if(p.defining||p.definingAsContext||p.isolating)break;s.indexOf(f)>-1?l=f:o.before(f)==h&&s.splice(1,0,-f)}let a=s.indexOf(l),c=[],u=r.openStart;for(let f=r.content,h=0;;h++){let p=f.firstChild;if(c.push(p),h==r.openStart)break;f=p.content}for(let f=u-1;f>=0;f--){let h=c[f],p=Vm(h.type);if(p&&!h.sameMarkup(o.node(Math.abs(l)-1)))u=f;else if(p||!h.type.isTextblock)break}for(let f=r.openStart;f>=0;f--){let h=(f+u+1)%(r.openStart+1),p=c[h];if(p)for(let g=0;g<s.length;g++){let y=s[(g+a)%s.length],S=!0;y<0&&(S=!1,y=-y);let k=o.node(y-1),C=o.index(y-1);if(k.canReplaceWith(C,C,p.type,p.marks))return n.replace(o.before(y),S?i.after(y):t,new fe(tc(r.content,0,r.openStart,h),h,r.openEnd))}}let d=n.steps.length;for(let f=s.length-1;f>=0&&(n.replace(e,t,r),!(n.steps.length>d));f--){let h=s[f];h<0||(e=o.before(h),t=i.after(h))}}function tc(n,e,t,r,o){if(e<t){let i=n.firstChild;n=n.replaceChild(0,i.copy(tc(i.content,e+1,t,r,i)))}if(e>r){let i=o.contentMatchAt(0),s=i.fillBefore(n).append(n);n=s.append(i.matchFragment(s).fillBefore(oe.empty,!0))}return n}function $m(n,e,t,r){if(!r.isInline&&e==t&&n.doc.resolve(e).parent.content.size){let o=Lm(n.doc,e,r.type);o!=null&&(e=t=o)}n.replaceRange(e,t,new fe(oe.from(r),0,0))}function Um(n,e,t){let r=n.doc.resolve(e),o=n.doc.resolve(t),i=nc(r,o);for(let s=0;s<i.length;s++){let l=i[s],a=s==i.length-1;if(a&&l==0||r.node(l).type.contentMatch.validEnd)return n.delete(r.start(l),o.end(l));if(l>0&&(a||r.node(l-1).canReplace(r.index(l-1),o.indexAfter(l-1))))return n.delete(r.before(l),o.after(l))}for(let s=1;s<=r.depth&&s<=o.depth;s++)if(e-r.start(s)==r.depth-s&&t>r.end(s)&&o.end(s)-t!=o.depth-s)return n.delete(r.before(s),t);n.delete(e,t)}function nc(n,e){let t=[],r=Math.min(n.depth,e.depth);for(let o=r;o>=0;o--){let i=n.start(o);if(i<n.pos-(n.depth-o)||e.end(o)>e.pos+(e.depth-o)||n.node(o).type.spec.isolating||e.node(o).type.spec.isolating)break;(i==e.start(o)||o==n.depth&&o==e.depth&&n.parent.inlineContent&&e.parent.inlineContent&&o&&e.start(o-1)==i-1)&&t.push(o)}return t}class er extends et{constructor(e,t,r){super(),this.pos=e,this.attr=t,this.value=r}apply(e){let t=e.nodeAt(this.pos);if(!t)return He.fail("No node at attribute step's position");let r=Object.create(null);for(let i in t.attrs)r[i]=t.attrs[i];r[this.attr]=this.value;let o=t.type.create(r,null,t.marks);return He.fromReplace(e,this.pos,this.pos+1,new fe(oe.from(o),0,t.isLeaf?0:1))}getMap(){return vt.empty}invert(e){return new er(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new er(t.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.pos!="number"||typeof t.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new er(t.pos,t.attr,t.value)}}et.jsonID("attr",er);class Nr extends et{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let o in e.attrs)t[o]=e.attrs[o];t[this.attr]=this.value;let r=e.type.create(t,e.content,e.marks);return He.ok(r)}getMap(){return vt.empty}invert(e){return new Nr(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new Nr(t.attr,t.value)}}et.jsonID("docAttr",Nr);let tr=class extends Error{};tr=function n(e){let t=Error.call(this,e);return t.__proto__=n.prototype,t},tr.prototype=Object.create(Error.prototype),tr.prototype.constructor=tr,tr.prototype.name="TransformError";class rc{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Or}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new tr(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,r=fe.empty){let o=us(this.doc,e,t,r);return o&&this.step(o),this}replaceWith(e,t,r){return this.replace(e,t,new fe(oe.from(r),0,0))}delete(e,t){return this.replace(e,t,fe.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,r){return zm(this,e,t,r),this}replaceRangeWith(e,t,r){return $m(this,e,t,r),this}deleteRange(e,t){return Um(this,e,t),this}lift(e,t){return wm(this,e,t),this}join(e,t=1){return Dm(this,e,t),this}wrap(e,t){return Om(this,e,t),this}setBlockType(e,t=e,r,o=null){return Mm(this,e,t,r,o),this}setNodeMarkup(e,t,r=null,o){return Nm(this,e,t,r,o),this}setNodeAttribute(e,t,r){return this.step(new er(e,t,r)),this}setDocAttribute(e,t){return this.step(new Nr(e,t)),this}addNodeMark(e,t){return this.step(new fn(e,t)),this}removeNodeMark(e,t){if(!(t instanceof Le)){let r=this.doc.nodeAt(e);if(!r)throw new RangeError("No node at position "+e);if(t=t.isInSet(r.marks),!t)return this}return this.step(new Qn(e,t)),this}split(e,t=1,r){return Rm(this,e,t,r),this}addMark(e,t,r){return Sm(this,e,t,r),this}removeMark(e,t,r){return Em(this,e,t,r),this}clearIncompatible(e,t,r){return km(this,e,t,r),this}}const ps=Object.create(null);class Re{constructor(e,t,r){this.$anchor=e,this.$head=t,this.ranges=r||[new Hm(e.min(t),e.max(t))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let t=0;t<e.length;t++)if(e[t].$from.pos!=e[t].$to.pos)return!1;return!0}content(){return this.$from.doc.slice(this.from,this.to,!0)}replace(e,t=fe.empty){let r=t.content.lastChild,o=null;for(let l=0;l<t.openEnd;l++)o=r,r=r.lastChild;let i=e.steps.length,s=this.ranges;for(let l=0;l<s.length;l++){let{$from:a,$to:c}=s[l],u=e.mapping.slice(i);e.replaceRange(u.map(a.pos),u.map(c.pos),l?fe.empty:t),l==0&&sc(e,i,(r?r.isInline:o&&o.isTextblock)?-1:1)}}replaceWith(e,t){let r=e.steps.length,o=this.ranges;for(let i=0;i<o.length;i++){let{$from:s,$to:l}=o[i],a=e.mapping.slice(r),c=a.map(s.pos),u=a.map(l.pos);i?e.deleteRange(c,u):(e.replaceRangeWith(c,u,t),sc(e,r,t.isInline?-1:1))}}static findFrom(e,t,r=!1){let o=e.parent.inlineContent?new De(e):nr(e.node(0),e.parent,e.pos,e.index(),t,r);if(o)return o;for(let i=e.depth-1;i>=0;i--){let s=t<0?nr(e.node(0),e.node(i),e.before(i+1),e.index(i),t,r):nr(e.node(0),e.node(i),e.after(i+1),e.index(i)+1,t,r);if(s)return s}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new Bt(e.node(0))}static atStart(e){return nr(e,e,0,0,1)||new Bt(e)}static atEnd(e){return nr(e,e,e.content.size,e.childCount,-1)||new Bt(e)}static fromJSON(e,t){if(!t||!t.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=ps[t.type];if(!r)throw new RangeError(`No selection type ${t.type} defined`);return r.fromJSON(e,t)}static jsonID(e,t){if(e in ps)throw new RangeError("Duplicate use of selection JSON ID "+e);return ps[e]=t,t.prototype.jsonID=e,t}getBookmark(){return De.between(this.$anchor,this.$head).getBookmark()}}Re.prototype.visible=!0;class Hm{constructor(e,t){this.$from=e,this.$to=t}}let oc=!1;function ic(n){!oc&&!n.parent.inlineContent&&(oc=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+n.parent.type.name+")"))}class De extends Re{constructor(e,t=e){ic(e),ic(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,t){let r=e.resolve(t.map(this.head));if(!r.parent.inlineContent)return Re.near(r);let o=e.resolve(t.map(this.anchor));return new De(o.parent.inlineContent?o:r,r)}replace(e,t=fe.empty){if(super.replace(e,t),t==fe.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof De&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new To(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,t){if(typeof t.anchor!="number"||typeof t.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new De(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,r=t){let o=e.resolve(t);return new this(o,r==t?o:e.resolve(r))}static between(e,t,r){let o=e.pos-t.pos;if((!r||o)&&(r=o>=0?1:-1),!t.parent.inlineContent){let i=Re.findFrom(t,r,!0)||Re.findFrom(t,-r,!0);if(i)t=i.$head;else return Re.near(t,r)}return e.parent.inlineContent||(o==0?e=t:(e=(Re.findFrom(e,-r,!0)||Re.findFrom(e,r,!0)).$anchor,e.pos<t.pos!=o<0&&(e=t))),new De(e,t)}}Re.jsonID("text",De);class To{constructor(e,t){this.anchor=e,this.head=t}map(e){return new To(e.map(this.anchor),e.map(this.head))}resolve(e){return De.between(e.resolve(this.anchor),e.resolve(this.head))}}class Se extends Re{constructor(e){let t=e.nodeAfter,r=e.node(0).resolve(e.pos+t.nodeSize);super(e,r),this.node=t}map(e,t){let{deleted:r,pos:o}=t.mapResult(this.anchor),i=e.resolve(o);return r?Re.near(i):new Se(i)}content(){return new fe(oe.from(this.node),0,0)}eq(e){return e instanceof Se&&e.anchor==this.anchor}toJSON(){return{type:"node",anchor:this.anchor}}getBookmark(){return new hs(this.anchor)}static fromJSON(e,t){if(typeof t.anchor!="number")throw new RangeError("Invalid input for NodeSelection.fromJSON");return new Se(e.resolve(t.anchor))}static create(e,t){return new Se(e.resolve(t))}static isSelectable(e){return!e.isText&&e.type.spec.selectable!==!1}}Se.prototype.visible=!1,Re.jsonID("node",Se);class hs{constructor(e){this.anchor=e}map(e){let{deleted:t,pos:r}=e.mapResult(this.anchor);return t?new To(r,r):new hs(r)}resolve(e){let t=e.resolve(this.anchor),r=t.nodeAfter;return r&&Se.isSelectable(r)?new Se(t):Re.near(t)}}class Bt extends Re{constructor(e){super(e.resolve(0),e.resolve(e.content.size))}replace(e,t=fe.empty){if(t==fe.empty){e.delete(0,e.doc.content.size);let r=Re.atStart(e.doc);r.eq(e.selection)||e.setSelection(r)}else super.replace(e,t)}toJSON(){return{type:"all"}}static fromJSON(e){return new Bt(e)}map(e){return new Bt(e)}eq(e){return e instanceof Bt}getBookmark(){return jm}}Re.jsonID("all",Bt);const jm={map(){return this},resolve(n){return new Bt(n)}};function nr(n,e,t,r,o,i=!1){if(e.inlineContent)return De.create(n,t);for(let s=r-(o>0?0:1);o>0?s<e.childCount:s>=0;s+=o){let l=e.child(s);if(l.isAtom){if(!i&&Se.isSelectable(l))return Se.create(n,t-(o<0?l.nodeSize:0))}else{let a=nr(n,l,t+o,o<0?l.childCount:0,o,i);if(a)return a}t+=l.nodeSize*o}return null}function sc(n,e,t){let r=n.steps.length-1;if(r<e)return;let o=n.steps[r];if(!(o instanceof Qe||o instanceof Je))return;let i=n.mapping.maps[r],s;i.forEach((l,a,c,u)=>{s==null&&(s=u)}),n.setSelection(Re.near(n.doc.resolve(s),t))}const ac=1,Ao=2,lc=4;class Wm extends rc{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor<this.steps.length&&(this.curSelection=this.curSelection.map(this.doc,this.mapping.slice(this.curSelectionFor)),this.curSelectionFor=this.steps.length),this.curSelection}setSelection(e){if(e.$from.doc!=this.doc)throw new RangeError("Selection passed to setSelection must point at the current document");return this.curSelection=e,this.curSelectionFor=this.steps.length,this.updated=(this.updated|ac)&~Ao,this.storedMarks=null,this}get selectionSet(){return(this.updated&ac)>0}setStoredMarks(e){return this.storedMarks=e,this.updated|=Ao,this}ensureMarks(e){return Le.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&Ao)>0}addStep(e,t){super.addStep(e,t),this.updated=this.updated&~Ao,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let r=this.selection;return t&&(e=e.mark(this.storedMarks||(r.empty?r.$from.marks():r.$from.marksAcross(r.$to)||Le.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,r){let o=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(o.text(e),!0):this.deleteSelection();{if(r==null&&(r=t),r=r??t,!e)return this.deleteRange(t,r);let i=this.storedMarks;if(!i){let s=this.doc.resolve(t);i=r==t?s.marks():s.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(t,r,o.text(e,i)),this.selection.empty||this.setSelection(Re.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e=="string"?e:e.key]=t,this}getMeta(e){return this.meta[typeof e=="string"?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=lc,this}get scrolledIntoView(){return(this.updated&lc)>0}}function cc(n,e){return!e||!n?n:n.bind(e)}class Rr{constructor(e,t,r){this.name=e,this.init=cc(t.init,r),this.apply=cc(t.apply,r)}}const Km=[new Rr("doc",{init(n){return n.doc||n.schema.topNodeType.createAndFill()},apply(n){return n.doc}}),new Rr("selection",{init(n,e){return n.selection||Re.atStart(e.doc)},apply(n){return n.selection}}),new Rr("storedMarks",{init(n){return n.storedMarks||null},apply(n,e,t,r){return r.selection.$cursor?n.storedMarks:null}}),new Rr("scrollToSelection",{init(){return 0},apply(n,e){return n.scrolledIntoView?e+1:e}})];class ms{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=Km.slice(),t&&t.forEach(r=>{if(this.pluginsByKey[r.key])throw new RangeError("Adding different instances of a keyed plugin ("+r.key+")");this.plugins.push(r),this.pluginsByKey[r.key]=r,r.spec.state&&this.fields.push(new Rr(r.key,r.spec.state,r))})}}class rr{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,t=-1){for(let r=0;r<this.config.plugins.length;r++)if(r!=t){let o=this.config.plugins[r];if(o.spec.filterTransaction&&!o.spec.filterTransaction.call(o,e,this))return!1}return!0}applyTransaction(e){if(!this.filterTransaction(e))return{state:this,transactions:[]};let t=[e],r=this.applyInner(e),o=null;for(;;){let i=!1;for(let s=0;s<this.config.plugins.length;s++){let l=this.config.plugins[s];if(l.spec.appendTransaction){let a=o?o[s].n:0,c=o?o[s].state:this,u=a<t.length&&l.spec.appendTransaction.call(l,a?t.slice(a):t,c,r);if(u&&r.filterTransaction(u,s)){if(u.setMeta("appendedTransaction",e),!o){o=[];for(let d=0;d<this.config.plugins.length;d++)o.push(d<s?{state:r,n:t.length}:{state:this,n:0})}t.push(u),r=r.applyInner(u),i=!0}o&&(o[s]={state:r,n:t.length})}}if(!i)return{state:r,transactions:t}}}applyInner(e){if(!e.before.eq(this.doc))throw new RangeError("Applying a mismatched transaction");let t=new rr(this.config),r=this.config.fields;for(let o=0;o<r.length;o++){let i=r[o];t[i.name]=i.apply(e,this[i.name],this,t)}return t}get tr(){return new Wm(this)}static create(e){let t=new ms(e.doc?e.doc.type.schema:e.schema,e.plugins),r=new rr(t);for(let o=0;o<t.fields.length;o++)r[t.fields[o].name]=t.fields[o].init(e,r);return r}reconfigure(e){let t=new ms(this.schema,e.plugins),r=t.fields,o=new rr(t);for(let i=0;i<r.length;i++){let s=r[i].name;o[s]=this.hasOwnProperty(s)?this[s]:r[i].init(e,o)}return o}toJSON(e){let t={doc:this.doc.toJSON(),selection:this.selection.toJSON()};if(this.storedMarks&&(t.storedMarks=this.storedMarks.map(r=>r.toJSON())),e&&typeof e=="object")for(let r in e){if(r=="doc"||r=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let o=e[r],i=o.spec.state;i&&i.toJSON&&(t[r]=i.toJSON.call(o,this[o.key]))}return t}static fromJSON(e,t,r){if(!t)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let o=new ms(e.schema,e.plugins),i=new rr(o);return o.fields.forEach(s=>{if(s.name=="doc")i.doc=Pn.fromJSON(e.schema,t.doc);else if(s.name=="selection")i.selection=Re.fromJSON(i.doc,t.selection);else if(s.name=="storedMarks")t.storedMarks&&(i.storedMarks=t.storedMarks.map(e.schema.markFromJSON));else{if(r)for(let l in r){let a=r[l],c=a.spec.state;if(a.key==s.name&&c&&c.fromJSON&&Object.prototype.hasOwnProperty.call(t,l)){i[s.name]=c.fromJSON.call(a,e,t[l],i);return}}i[s.name]=s.init(e,i)}}),i}}function uc(n,e,t){for(let r in n){let o=n[r];o instanceof Function?o=o.bind(e):r=="handleDOMEvents"&&(o=uc(o,e,{})),t[r]=o}return t}class ft{constructor(e){this.spec=e,this.props={},e.props&&uc(e.props,this,this.props),this.key=e.key?e.key.key:dc("plugin")}getState(e){return e[this.key]}}const gs=Object.create(null);function dc(n){return n in gs?n+"$"+ ++gs[n]:(gs[n]=0,n+"$")}class Ft{constructor(e="key"){this.key=dc(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const it=function(n){for(var e=0;;e++)if(n=n.previousSibling,!n)return e},Dr=function(n){let e=n.assignedSlot||n.parentNode;return e&&e.nodeType==11?e.host:e};let fc=null;const nn=function(n,e,t){let r=fc||(fc=document.createRange());return r.setEnd(n,t??n.nodeValue.length),r.setStart(n,e||0),r},Fn=function(n,e,t,r){return t&&(pc(n,e,t,r,-1)||pc(n,e,t,r,1))},Gm=/^(img|br|input|textarea|hr)$/i;function pc(n,e,t,r,o){for(;;){if(n==t&&e==r)return!0;if(e==(o<0?0:Kt(n))){let i=n.parentNode;if(!i||i.nodeType!=1||ys(n)||Gm.test(n.nodeName)||n.contentEditable=="false")return!1;e=it(n)+(o<0?0:1),n=i}else if(n.nodeType==1){if(n=n.childNodes[e+(o<0?-1:0)],n.contentEditable=="false")return!1;e=o<0?Kt(n):0}else return!1}}function Kt(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function Jm(n,e,t){for(let r=e==0,o=e==Kt(n);r||o;){if(n==t)return!0;let i=it(n);if(n=n.parentNode,!n)return!1;r=r&&i==0,o=o&&i==Kt(n)}}function ys(n){let e;for(let t=n;t&&!(e=t.pmViewDesc);t=t.parentNode);return e&&e.node&&e.node.isBlock&&(e.dom==n||e.contentDOM==n)}const Oo=function(n){return n.focusNode&&Fn(n.focusNode,n.focusOffset,n.anchorNode,n.anchorOffset)};function Vn(n,e){let t=document.createEvent("Event");return t.initEvent("keydown",!0,!0),t.keyCode=n,t.key=t.code=e,t}function Ym(n){let e=n.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}function Xm(n,e,t){if(n.caretPositionFromPoint)try{let r=n.caretPositionFromPoint(e,t);if(r)return{node:r.offsetNode,offset:r.offset}}catch{}if(n.caretRangeFromPoint){let r=n.caretRangeFromPoint(e,t);if(r)return{node:r.startContainer,offset:r.startOffset}}}const Gt=typeof navigator<"u"?navigator:null,hc=typeof document<"u"?document:null,hn=Gt&&Gt.userAgent||"",vs=/Edge\/(\d+)/.exec(hn),mc=/MSIE \d/.exec(hn),bs=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(hn),pt=!!(mc||bs||vs),mn=mc?document.documentMode:bs?+bs[1]:vs?+vs[1]:0,Vt=!pt&&/gecko\/(\d+)/i.test(hn);Vt&&+(/Firefox\/(\d+)/.exec(hn)||[0,0])[1];const xs=!pt&&/Chrome\/(\d+)/.exec(hn),tt=!!xs,Zm=xs?+xs[1]:0,st=!pt&&!!Gt&&/Apple Computer/.test(Gt.vendor),or=st&&(/Mobile\/\w+/.test(hn)||!!Gt&&Gt.maxTouchPoints>2),kt=or||(Gt?/Mac/.test(Gt.platform):!1),Qm=Gt?/Win/.test(Gt.platform):!1,zt=/Android \d/.test(hn),Lr=!!hc&&"webkitFontSmoothing"in hc.documentElement.style,_m=Lr?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function qm(n){return{left:0,right:n.documentElement.clientWidth,top:0,bottom:n.documentElement.clientHeight}}function rn(n,e){return typeof n=="number"?n:n[e]}function eg(n){let e=n.getBoundingClientRect(),t=e.width/n.offsetWidth||1,r=e.height/n.offsetHeight||1;return{left:e.left,right:e.left+n.clientWidth*t,top:e.top,bottom:e.top+n.clientHeight*r}}function gc(n,e,t){let r=n.someProp("scrollThreshold")||0,o=n.someProp("scrollMargin")||5,i=n.dom.ownerDocument;for(let s=t||n.dom;s;s=Dr(s)){if(s.nodeType!=1)continue;let l=s,a=l==i.body,c=a?qm(i):eg(l),u=0,d=0;if(e.top<c.top+rn(r,"top")?d=-(c.top-e.top+rn(o,"top")):e.bottom>c.bottom-rn(r,"bottom")&&(d=e.bottom-e.top>c.bottom-c.top?e.top+rn(o,"top")-c.top:e.bottom-c.bottom+rn(o,"bottom")),e.left<c.left+rn(r,"left")?u=-(c.left-e.left+rn(o,"left")):e.right>c.right-rn(r,"right")&&(u=e.right-c.right+rn(o,"right")),u||d)if(a)i.defaultView.scrollBy(u,d);else{let f=l.scrollLeft,h=l.scrollTop;d&&(l.scrollTop+=d),u&&(l.scrollLeft+=u);let p=l.scrollLeft-f,g=l.scrollTop-h;e={left:e.left-p,top:e.top-g,right:e.right-p,bottom:e.bottom-g}}if(a||/^(fixed|sticky)$/.test(getComputedStyle(s).position))break}}function tg(n){let e=n.dom.getBoundingClientRect(),t=Math.max(0,e.top),r,o;for(let i=(e.left+e.right)/2,s=t+1;s<Math.min(innerHeight,e.bottom);s+=5){let l=n.root.elementFromPoint(i,s);if(!l||l==n.dom||!n.dom.contains(l))continue;let a=l.getBoundingClientRect();if(a.top>=t-20){r=l,o=a.top;break}}return{refDOM:r,refTop:o,stack:yc(n.dom)}}function yc(n){let e=[],t=n.ownerDocument;for(let r=n;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),n!=t);r=Dr(r));return e}function ng({refDOM:n,refTop:e,stack:t}){let r=n?n.getBoundingClientRect().top:0;vc(t,r==0?0:r-e)}function vc(n,e){for(let t=0;t<n.length;t++){let{dom:r,top:o,left:i}=n[t];r.scrollTop!=o+e&&(r.scrollTop=o+e),r.scrollLeft!=i&&(r.scrollLeft=i)}}let ir=null;function rg(n){if(n.setActive)return n.setActive();if(ir)return n.focus(ir);let e=yc(n);n.focus(ir==null?{get preventScroll(){return ir={preventScroll:!0},!0}}:void 0),ir||(ir=!1,vc(e,0))}function bc(n,e){let t,r=2e8,o,i=0,s=e.top,l=e.top,a,c;for(let u=n.firstChild,d=0;u;u=u.nextSibling,d++){let f;if(u.nodeType==1)f=u.getClientRects();else if(u.nodeType==3)f=nn(u).getClientRects();else continue;for(let h=0;h<f.length;h++){let p=f[h];if(p.top<=s&&p.bottom>=l){s=Math.max(p.bottom,s),l=Math.min(p.top,l);let g=p.left>e.left?p.left-e.left:p.right<e.left?e.left-p.right:0;if(g<r){t=u,r=g,o=g&&t.nodeType==3?{left:p.right<e.left?p.right:p.left,top:e.top}:e,u.nodeType==1&&g&&(i=d+(e.left>=(p.left+p.right)/2?1:0));continue}}else p.top>e.top&&!a&&p.left<=e.left&&p.right>=e.left&&(a=u,c={left:Math.max(p.left,Math.min(p.right,e.left)),top:p.top});!t&&(e.left>=p.right&&e.top>=p.top||e.left>=p.left&&e.top>=p.bottom)&&(i=d+1)}}return!t&&a&&(t=a,o=c,r=0),t&&t.nodeType==3?og(t,o):!t||r&&t.nodeType==1?{node:n,offset:i}:bc(t,o)}function og(n,e){let t=n.nodeValue.length,r=document.createRange();for(let o=0;o<t;o++){r.setEnd(n,o+1),r.setStart(n,o);let i=gn(r,1);if(i.top!=i.bottom&&Ss(e,i))return{node:n,offset:o+(e.left>=(i.left+i.right)/2?1:0)}}return{node:n,offset:0}}function Ss(n,e){return n.left>=e.left-1&&n.left<=e.right+1&&n.top>=e.top-1&&n.top<=e.bottom+1}function ig(n,e){let t=n.parentNode;return t&&/^li$/i.test(t.nodeName)&&e.left<n.getBoundingClientRect().left?t:n}function sg(n,e,t){let{node:r,offset:o}=bc(e,t),i=-1;if(r.nodeType==1&&!r.firstChild){let s=r.getBoundingClientRect();i=s.left!=s.right&&t.left>(s.left+s.right)/2?1:-1}return n.docView.posFromDOM(r,o,i)}function ag(n,e,t,r){let o=-1;for(let i=e,s=!1;i!=n.dom;){let l=n.docView.nearestDesc(i,!0);if(!l)return null;if(l.dom.nodeType==1&&(l.node.isBlock&&l.parent&&!s||!l.contentDOM)){let a=l.dom.getBoundingClientRect();if(l.node.isBlock&&l.parent&&!s&&(s=!0,a.left>r.left||a.top>r.top?o=l.posBefore:(a.right<r.left||a.bottom<r.top)&&(o=l.posAfter)),!l.contentDOM&&o<0&&!l.node.isText)return(l.node.isBlock?r.top<(a.top+a.bottom)/2:r.left<(a.left+a.right)/2)?l.posBefore:l.posAfter}i=l.dom.parentNode}return o>-1?o:n.docView.posFromDOM(e,t,-1)}function xc(n,e,t){let r=n.childNodes.length;if(r&&t.top<t.bottom)for(let o=Math.max(0,Math.min(r-1,Math.floor(r*(e.top-t.top)/(t.bottom-t.top))-2)),i=o;;){let s=n.childNodes[i];if(s.nodeType==1){let l=s.getClientRects();for(let a=0;a<l.length;a++){let c=l[a];if(Ss(e,c))return xc(s,e,c)}}if((i=(i+1)%r)==o)break}return n}function lg(n,e){let t=n.dom.ownerDocument,r,o=0,i=Xm(t,e.left,e.top);i&&({node:r,offset:o}=i);let s=(n.root.elementFromPoint?n.root:t).elementFromPoint(e.left,e.top),l;if(!s||!n.dom.contains(s.nodeType!=1?s.parentNode:s)){let c=n.dom.getBoundingClientRect();if(!Ss(e,c)||(s=xc(n.dom,e,c),!s))return null}if(st)for(let c=s;r&&c;c=Dr(c))c.draggable&&(r=void 0);if(s=ig(s,e),r){if(Vt&&r.nodeType==1&&(o=Math.min(o,r.childNodes.length),o<r.childNodes.length)){let u=r.childNodes[o],d;u.nodeName=="IMG"&&(d=u.getBoundingClientRect()).right<=e.left&&d.bottom>e.top&&o++}let c;Lr&&o&&r.nodeType==1&&(c=r.childNodes[o-1]).nodeType==1&&c.contentEditable=="false"&&c.getBoundingClientRect().top>=e.top&&o--,r==n.dom&&o==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?l=n.state.doc.content.size:(o==0||r.nodeType!=1||r.childNodes[o-1].nodeName!="BR")&&(l=ag(n,r,o,e))}l==null&&(l=sg(n,s,e));let a=n.docView.nearestDesc(s,!0);return{pos:l,inside:a?a.posAtStart-a.border:-1}}function Sc(n){return n.top<n.bottom||n.left<n.right}function gn(n,e){let t=n.getClientRects();if(t.length){let r=t[e<0?0:t.length-1];if(Sc(r))return r}return Array.prototype.find.call(t,Sc)||n.getBoundingClientRect()}const cg=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;function Ec(n,e,t){let{node:r,offset:o,atom:i}=n.docView.domFromPos(e,t<0?-1:1),s=Lr||Vt;if(r.nodeType==3)if(s&&(cg.test(r.nodeValue)||(t<0?!o:o==r.nodeValue.length))){let a=gn(nn(r,o,o),t);if(Vt&&o&&/\s/.test(r.nodeValue[o-1])&&o<r.nodeValue.length){let c=gn(nn(r,o-1,o-1),-1);if(c.top==a.top){let u=gn(nn(r,o,o+1),-1);if(u.top!=a.top)return Pr(u,u.left<c.left)}}return a}else{let a=o,c=o,u=t<0?1:-1;return t<0&&!o?(c++,u=-1):t>=0&&o==r.nodeValue.length?(a--,u=1):t<0?a--:c++,Pr(gn(nn(r,a,c),u),u<0)}if(!n.state.doc.resolve(e-(i||0)).parent.inlineContent){if(i==null&&o&&(t<0||o==Kt(r))){let a=r.childNodes[o-1];if(a.nodeType==1)return Es(a.getBoundingClientRect(),!1)}if(i==null&&o<Kt(r)){let a=r.childNodes[o];if(a.nodeType==1)return Es(a.getBoundingClientRect(),!0)}return Es(r.getBoundingClientRect(),t>=0)}if(i==null&&o&&(t<0||o==Kt(r))){let a=r.childNodes[o-1],c=a.nodeType==3?nn(a,Kt(a)-(s?0:1)):a.nodeType==1&&(a.nodeName!="BR"||!a.nextSibling)?a:null;if(c)return Pr(gn(c,1),!1)}if(i==null&&o<Kt(r)){let a=r.childNodes[o];for(;a.pmViewDesc&&a.pmViewDesc.ignoreForCoords;)a=a.nextSibling;let c=a?a.nodeType==3?nn(a,0,s?0:1):a.nodeType==1?a:null:null;if(c)return Pr(gn(c,-1),!0)}return Pr(gn(r.nodeType==3?nn(r):r,-t),t>=0)}function Pr(n,e){if(n.width==0)return n;let t=e?n.left:n.right;return{top:n.top,bottom:n.bottom,left:t,right:t}}function Es(n,e){if(n.height==0)return n;let t=e?n.top:n.bottom;return{top:t,bottom:t,left:n.left,right:n.right}}function kc(n,e,t){let r=n.state,o=n.root.activeElement;r!=e&&n.updateState(e),o!=n.dom&&n.focus();try{return t()}finally{r!=e&&n.updateState(r),o!=n.dom&&o&&o.focus()}}function ug(n,e,t){let r=e.selection,o=t=="up"?r.$from:r.$to;return kc(n,e,()=>{let{node:i}=n.docView.domFromPos(o.pos,t=="up"?-1:1);for(;;){let l=n.docView.nearestDesc(i,!0);if(!l)break;if(l.node.isBlock){i=l.contentDOM||l.dom;break}i=l.dom.parentNode}let s=Ec(n,o.pos,1);for(let l=i.firstChild;l;l=l.nextSibling){let a;if(l.nodeType==1)a=l.getClientRects();else if(l.nodeType==3)a=nn(l,0,l.nodeValue.length).getClientRects();else continue;for(let c=0;c<a.length;c++){let u=a[c];if(u.bottom>u.top+1&&(t=="up"?s.top-u.top>(u.bottom-s.top)*2:u.bottom-s.bottom>(s.bottom-u.top)*2))return!1}}return!0})}const dg=/[\u0590-\u08ac]/;function fg(n,e,t){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let o=r.parentOffset,i=!o,s=o==r.parent.content.size,l=n.domSelection();return!dg.test(r.parent.textContent)||!l.modify?t=="left"||t=="backward"?i:s:kc(n,e,()=>{let{focusNode:a,focusOffset:c,anchorNode:u,anchorOffset:d}=n.domSelectionRange(),f=l.caretBidiLevel;l.modify("move",t,"character");let h=r.depth?n.docView.domAfterPos(r.before()):n.dom,{focusNode:p,focusOffset:g}=n.domSelectionRange(),y=p&&!h.contains(p.nodeType==1?p:p.parentNode)||a==p&&c==g;try{l.collapse(u,d),a&&(a!=u||c!=d)&&l.extend&&l.extend(a,c)}catch{}return f!=null&&(l.caretBidiLevel=f),y})}let Cc=null,wc=null,Tc=!1;function pg(n,e,t){return Cc==e&&wc==t?Tc:(Cc=e,wc=t,Tc=t=="up"||t=="down"?ug(n,e,t):fg(n,e,t))}const Ct=0,Ac=1,zn=2,Jt=3;class Br{constructor(e,t,r,o){this.parent=e,this.children=t,this.dom=r,this.contentDOM=o,this.dirty=Ct,r.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,r){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;t<this.children.length;t++)e+=this.children[t].size;return e}get border(){return 0}destroy(){this.parent=void 0,this.dom.pmViewDesc==this&&(this.dom.pmViewDesc=void 0);for(let e=0;e<this.children.length;e++)this.children[e].destroy()}posBeforeChild(e){for(let t=0,r=this.posAtStart;;t++){let o=this.children[t];if(o==e)return r;r+=o.size}}get posBefore(){return this.parent.posBeforeChild(this)}get posAtStart(){return this.parent?this.parent.posBeforeChild(this)+this.border:0}get posAfter(){return this.posBefore+this.size}get posAtEnd(){return this.posAtStart+this.size-2*this.border}localPosFromDOM(e,t,r){if(this.contentDOM&&this.contentDOM.contains(e.nodeType==1?e:e.parentNode))if(r<0){let i,s;if(e==this.contentDOM)i=e.childNodes[t-1];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;i=e.previousSibling}for(;i&&!((s=i.pmViewDesc)&&s.parent==this);)i=i.previousSibling;return i?this.posBeforeChild(s)+s.size:this.posAtStart}else{let i,s;if(e==this.contentDOM)i=e.childNodes[t];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;i=e.nextSibling}for(;i&&!((s=i.pmViewDesc)&&s.parent==this);)i=i.nextSibling;return i?this.posBeforeChild(s):this.posAtEnd}let o;if(e==this.dom&&this.contentDOM)o=t>it(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))o=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let i=e;;i=i.parentNode){if(i==this.dom){o=!1;break}if(i.previousSibling)break}if(o==null&&t==e.childNodes.length)for(let i=e;;i=i.parentNode){if(i==this.dom){o=!0;break}if(i.nextSibling)break}}return o??r>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let r=!0,o=e;o;o=o.parentNode){let i=this.getDesc(o),s;if(i&&(!t||i.node))if(r&&(s=i.nodeDOM)&&!(s.nodeType==1?s.contains(e.nodeType==1?e:e.parentNode):s==e))r=!1;else return i}}getDesc(e){let t=e.pmViewDesc;for(let r=t;r;r=r.parent)if(r==this)return t}posFromDOM(e,t,r){for(let o=e;o;o=o.parentNode){let i=this.getDesc(o);if(i)return i.localPosFromDOM(e,t,r)}return-1}descAt(e){for(let t=0,r=0;t<this.children.length;t++){let o=this.children[t],i=r+o.size;if(r==e&&i!=r){for(;!o.border&&o.children.length;)o=o.children[0];return o}if(e<i)return o.descAt(e-r-o.border);r=i}}domFromPos(e,t){if(!this.contentDOM)return{node:this.dom,offset:0,atom:e+1};let r=0,o=0;for(let i=0;r<this.children.length;r++){let s=this.children[r],l=i+s.size;if(l>e||s instanceof Ic){o=e-i;break}i=l}if(o)return this.children[r].domFromPos(o-this.children[r].border,t);for(let i;r&&!(i=this.children[r-1]).size&&i instanceof Oc&&i.side>=0;r--);if(t<=0){let i,s=!0;for(;i=r?this.children[r-1]:null,!(!i||i.dom.parentNode==this.contentDOM);r--,s=!1);return i&&t&&s&&!i.border&&!i.domAtom?i.domFromPos(i.size,t):{node:this.contentDOM,offset:i?it(i.dom)+1:0}}else{let i,s=!0;for(;i=r<this.children.length?this.children[r]:null,!(!i||i.dom.parentNode==this.contentDOM);r++,s=!1);return i&&s&&!i.border&&!i.domAtom?i.domFromPos(0,t):{node:this.contentDOM,offset:i?it(i.dom):this.contentDOM.childNodes.length}}}parseRange(e,t,r=0){if(this.children.length==0)return{node:this.contentDOM,from:e,to:t,fromOffset:0,toOffset:this.contentDOM.childNodes.length};let o=-1,i=-1;for(let s=r,l=0;;l++){let a=this.children[l],c=s+a.size;if(o==-1&&e<=c){let u=s+a.border;if(e>=u&&t<=c-a.border&&a.node&&a.contentDOM&&this.contentDOM.contains(a.contentDOM))return a.parseRange(e,t,u);e=s;for(let d=l;d>0;d--){let f=this.children[d-1];if(f.size&&f.dom.parentNode==this.contentDOM&&!f.emptyChildAt(1)){o=it(f.dom)+1;break}e-=f.size}o==-1&&(o=0)}if(o>-1&&(c>t||l==this.children.length-1)){t=c;for(let u=l+1;u<this.children.length;u++){let d=this.children[u];if(d.size&&d.dom.parentNode==this.contentDOM&&!d.emptyChildAt(-1)){i=it(d.dom);break}t+=d.size}i==-1&&(i=this.contentDOM.childNodes.length);break}s=c}return{node:this.contentDOM,from:e,to:t,fromOffset:o,toOffset:i}}emptyChildAt(e){if(this.border||!this.contentDOM||!this.children.length)return!1;let t=this.children[e<0?0:this.children.length-1];return t.size==0||t.emptyChildAt(e)}domAfterPos(e){let{node:t,offset:r}=this.domFromPos(e,0);if(t.nodeType!=1||r==t.childNodes.length)throw new RangeError("No node after pos "+e);return t.childNodes[r]}setSelection(e,t,r,o=!1){let i=Math.min(e,t),s=Math.max(e,t);for(let f=0,h=0;f<this.children.length;f++){let p=this.children[f],g=h+p.size;if(i>h&&s<g)return p.setSelection(e-h-p.border,t-h-p.border,r,o);h=g}let l=this.domFromPos(e,e?-1:1),a=t==e?l:this.domFromPos(t,t?-1:1),c=r.getSelection(),u=!1;if((Vt||st)&&e==t){let{node:f,offset:h}=l;if(f.nodeType==3){if(u=!!(h&&f.nodeValue[h-1]==`
|
|
15
|
-
`),u&&h==f.nodeValue.length)for(let p=f,g;p;p=p.parentNode){if(g=p.nextSibling){g.nodeName=="BR"&&(l=a={node:g.parentNode,offset:it(g)+1});break}let y=p.pmViewDesc;if(y&&y.node&&y.node.isBlock)break}}else{let p=f.childNodes[h-1];u=p&&(p.nodeName=="BR"||p.contentEditable=="false")}}if(Vt&&c.focusNode&&c.focusNode!=a.node&&c.focusNode.nodeType==1){let f=c.focusNode.childNodes[c.focusOffset];f&&f.contentEditable=="false"&&(o=!0)}if(!(o||u&&st)&&Fn(l.node,l.offset,c.anchorNode,c.anchorOffset)&&Fn(a.node,a.offset,c.focusNode,c.focusOffset))return;let d=!1;if((c.extend||e==t)&&!u){c.collapse(l.node,l.offset);try{e!=t&&c.extend(a.node,a.offset),d=!0}catch{}}if(!d){if(e>t){let h=l;l=a,a=h}let f=document.createRange();f.setEnd(a.node,a.offset),f.setStart(l.node,l.offset),c.removeAllRanges(),c.addRange(f)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let r=0,o=0;o<this.children.length;o++){let i=this.children[o],s=r+i.size;if(r==s?e<=s&&t>=r:e<s&&t>r){let l=r+i.border,a=s-i.border;if(e>=l&&t<=a){this.dirty=e==r||t==s?zn:Ac,e==l&&t==a&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=Jt:i.markDirty(e-l,t-l);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?zn:Jt}r=s}this.dirty=zn}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let r=e==1?zn:Ac;t.dirty<r&&(t.dirty=r)}}get domAtom(){return!1}get ignoreForCoords(){return!1}}class Oc extends Br{constructor(e,t,r,o){let i,s=t.type.toDOM;if(typeof s=="function"&&(s=s(r,()=>{if(!i)return o;if(i.parent)return i.parent.posBeforeChild(i)})),!t.type.spec.raw){if(s.nodeType!=1){let l=document.createElement("span");l.appendChild(s),s=l}s.contentEditable="false",s.classList.add("ProseMirror-widget")}super(e,[],s,null),this.widget=t,this.widget=t,i=this}matchesWidget(e){return this.dirty==Ct&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get side(){return this.widget.type.side}}class hg extends Br{constructor(e,t,r,o){super(e,[],t,null),this.textDOM=r,this.text=o}get size(){return this.text.length}localPosFromDOM(e,t){return e!=this.textDOM?this.posAtStart+(t?this.size:0):this.posAtStart+t}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class $n extends Br{constructor(e,t,r,o){super(e,[],r,o),this.mark=t}static create(e,t,r,o){let i=o.nodeViews[t.type.name],s=i&&i(t,o,r);return(!s||!s.dom)&&(s=jt.renderSpec(document,t.type.spec.toDOM(t,r))),new $n(e,t,s.dom,s.contentDOM||s.dom)}parseRule(){return this.dirty&Jt||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=Jt&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=Ct){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty<this.dirty&&(r.dirty=this.dirty),this.dirty=Ct}}slice(e,t,r){let o=$n.create(this.parent,this.mark,!0,r),i=this.children,s=this.size;t<s&&(i=ws(i,t,s,r)),e>0&&(i=ws(i,0,e,r));for(let l=0;l<i.length;l++)i[l].parent=o;return o.children=i,o}}class yn extends Br{constructor(e,t,r,o,i,s,l,a,c){super(e,[],i,s),this.node=t,this.outerDeco=r,this.innerDeco=o,this.nodeDOM=l}static create(e,t,r,o,i,s){let l=i.nodeViews[t.type.name],a,c=l&&l(t,i,()=>{if(!a)return s;if(a.parent)return a.parent.posBeforeChild(a)},r,o),u=c&&c.dom,d=c&&c.contentDOM;if(t.isText){if(!u)u=document.createTextNode(t.text);else if(u.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else u||({dom:u,contentDOM:d}=jt.renderSpec(document,t.type.spec.toDOM(t)));!d&&!t.isText&&u.nodeName!="BR"&&(u.hasAttribute("contenteditable")||(u.contentEditable="false"),t.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Dc(u,r,t),c?a=new mg(e,t,r,o,u,d||null,f,c,i,s+1):t.isText?new Mo(e,t,r,o,u,f,i):new yn(e,t,r,o,u,d||null,f,i,s+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace=="pre"&&(e.preserveWhitespace="full"),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let r=this.children[t];if(this.dom.contains(r.dom.parentNode)){e.contentElement=r.dom.parentNode;break}}e.contentElement||(e.getContent=()=>oe.empty)}return e}matchesNode(e,t,r){return this.dirty==Ct&&e.eq(this.node)&&Cs(t,this.outerDeco)&&r.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,t){let r=this.node.inlineContent,o=t,i=e.composing?this.localCompositionInfo(e,t):null,s=i&&i.pos>-1?i:null,l=i&&i.pos<0,a=new yg(this,s&&s.node,e);xg(this.node,this.innerDeco,(c,u,d)=>{c.spec.marks?a.syncToMarks(c.spec.marks,r,e):c.type.side>=0&&!d&&a.syncToMarks(u==this.node.childCount?Le.none:this.node.child(u).marks,r,e),a.placeWidget(c,e,o)},(c,u,d,f)=>{a.syncToMarks(c.marks,r,e);let h;a.findNodeMatch(c,u,d,f)||l&&e.state.selection.from>o&&e.state.selection.to<o+c.nodeSize&&(h=a.findIndexWithChild(i.node))>-1&&a.updateNodeAt(c,u,d,h,e)||a.updateNextNode(c,u,d,e,f,o)||a.addNode(c,u,d,e,o),o+=c.nodeSize}),a.syncToMarks([],r,e),this.node.isTextblock&&a.addTextblockHacks(),a.destroyRest(),(a.changed||this.dirty==zn)&&(s&&this.protectLocalComposition(e,s),Nc(this.contentDOM,this.children,e),or&&Sg(this.dom))}localCompositionInfo(e,t){let{from:r,to:o}=e.state.selection;if(!(e.state.selection instanceof De)||r<t||o>t+this.node.content.size)return null;let i=e.domSelectionRange(),s=Eg(i.focusNode,i.focusOffset);if(!s||!this.dom.contains(s.parentNode))return null;if(this.node.inlineContent){let l=s.nodeValue,a=kg(this.node.content,l,r-t,o-t);return a<0?null:{node:s,pos:a,text:l}}else return{node:s,pos:-1,text:""}}protectLocalComposition(e,{node:t,pos:r,text:o}){if(this.getDesc(t))return;let i=t;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&(i.pmViewDesc=void 0)}let s=new hg(this,i,t,o);e.input.compositionNodes.push(s),this.children=ws(this.children,r,r+o.length,e,s)}update(e,t,r,o){return this.dirty==Jt||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,r,o),!0)}updateInner(e,t,r,o){this.updateOuterDeco(t),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(o,this.posAtStart),this.dirty=Ct}updateOuterDeco(e){if(Cs(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=Rc(this.dom,this.nodeDOM,ks(this.outerDeco,this.node,t),ks(e,this.node,t)),this.dom!=r&&(r.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.dom.draggable=!0)}deselectNode(){this.nodeDOM.nodeType==1&&this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.dom.removeAttribute("draggable")}get domAtom(){return this.node.isAtom}}function Mc(n,e,t,r,o){Dc(r,e,n);let i=new yn(void 0,n,e,t,r,r,r,o,0);return i.contentDOM&&i.updateChildren(o,0),i}class Mo extends yn{constructor(e,t,r,o,i,s,l){super(e,t,r,o,i,null,s,l,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,r,o){return this.dirty==Jt||this.dirty!=Ct&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=Ct||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,o.trackWrites==this.nodeDOM&&(o.trackWrites=null)),this.node=e,this.dirty=Ct,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,r){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,r)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,t,r){let o=this.node.cut(e,t),i=document.createTextNode(o.text);return new Mo(this.parent,o,this.outerDeco,this.innerDeco,i,i,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=Jt)}get domAtom(){return!1}}class Ic extends Br{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==Ct&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class mg extends yn{constructor(e,t,r,o,i,s,l,a,c,u){super(e,t,r,o,i,s,l,c,u),this.spec=a}update(e,t,r,o){if(this.dirty==Jt)return!1;if(this.spec.update){let i=this.spec.update(e,t,r);return i&&this.updateInner(e,t,r,o),i}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,t,r,o)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,r,o){this.spec.setSelection?this.spec.setSelection(e,t,r):super.setSelection(e,t,r,o)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}}function Nc(n,e,t){let r=n.firstChild,o=!1;for(let i=0;i<e.length;i++){let s=e[i],l=s.dom;if(l.parentNode==n){for(;l!=r;)r=Lc(r),o=!0;r=r.nextSibling}else o=!0,n.insertBefore(l,r);if(s instanceof $n){let a=r?r.previousSibling:n.lastChild;Nc(s.contentDOM,s.children,t),r=a?a.nextSibling:n.firstChild}}for(;r;)r=Lc(r),o=!0;o&&t.trackWrites==n&&(t.trackWrites=null)}const Fr=function(n){n&&(this.nodeName=n)};Fr.prototype=Object.create(null);const Un=[new Fr];function ks(n,e,t){if(n.length==0)return Un;let r=t?Un[0]:new Fr,o=[r];for(let i=0;i<n.length;i++){let s=n[i].type.attrs;if(s){s.nodeName&&o.push(r=new Fr(s.nodeName));for(let l in s){let a=s[l];a!=null&&(t&&o.length==1&&o.push(r=new Fr(e.isInline?"span":"div")),l=="class"?r.class=(r.class?r.class+" ":"")+a:l=="style"?r.style=(r.style?r.style+";":"")+a:l!="nodeName"&&(r[l]=a))}}}return o}function Rc(n,e,t,r){if(t==Un&&r==Un)return e;let o=e;for(let i=0;i<r.length;i++){let s=r[i],l=t[i];if(i){let a;l&&l.nodeName==s.nodeName&&o!=n&&(a=o.parentNode)&&a.nodeName.toLowerCase()==s.nodeName||(a=document.createElement(s.nodeName),a.pmIsDeco=!0,a.appendChild(o),l=Un[0]),o=a}gg(o,l||Un[0],s)}return o}function gg(n,e,t){for(let r in e)r!="class"&&r!="style"&&r!="nodeName"&&!(r in t)&&n.removeAttribute(r);for(let r in t)r!="class"&&r!="style"&&r!="nodeName"&&t[r]!=e[r]&&n.setAttribute(r,t[r]);if(e.class!=t.class){let r=e.class?e.class.split(" ").filter(Boolean):[],o=t.class?t.class.split(" ").filter(Boolean):[];for(let i=0;i<r.length;i++)o.indexOf(r[i])==-1&&n.classList.remove(r[i]);for(let i=0;i<o.length;i++)r.indexOf(o[i])==-1&&n.classList.add(o[i]);n.classList.length==0&&n.removeAttribute("class")}if(e.style!=t.style){if(e.style){let r=/\s*([\w\-\xa1-\uffff]+)\s*:(?:"(?:\\.|[^"])*"|'(?:\\.|[^'])*'|\(.*?\)|[^;])*/g,o;for(;o=r.exec(e.style);)n.style.removeProperty(o[1])}t.style&&(n.style.cssText+=t.style)}}function Dc(n,e,t){return Rc(n,n,Un,ks(e,t,n.nodeType!=1))}function Cs(n,e){if(n.length!=e.length)return!1;for(let t=0;t<n.length;t++)if(!n[t].type.eq(e[t].type))return!1;return!0}function Lc(n){let e=n.nextSibling;return n.parentNode.removeChild(n),e}class yg{constructor(e,t,r){this.lock=t,this.view=r,this.index=0,this.stack=[],this.changed=!1,this.top=e,this.preMatch=vg(e.node.content,e)}destroyBetween(e,t){if(e!=t){for(let r=e;r<t;r++)this.top.children[r].destroy();this.top.children.splice(e,t-e),this.changed=!0}}destroyRest(){this.destroyBetween(this.index,this.top.children.length)}syncToMarks(e,t,r){let o=0,i=this.stack.length>>1,s=Math.min(i,e.length);for(;o<s&&(o==i-1?this.top:this.stack[o+1<<1]).matchesMark(e[o])&&e[o].type.spec.spanning!==!1;)o++;for(;o<i;)this.destroyRest(),this.top.dirty=Ct,this.index=this.stack.pop(),this.top=this.stack.pop(),i--;for(;i<e.length;){this.stack.push(this.top,this.index+1);let l=-1;for(let a=this.index;a<Math.min(this.index+3,this.top.children.length);a++){let c=this.top.children[a];if(c.matchesMark(e[i])&&!this.isLocked(c.dom)){l=a;break}}if(l>-1)l>this.index&&(this.changed=!0,this.destroyBetween(this.index,l)),this.top=this.top.children[this.index];else{let a=$n.create(this.top,e[i],t,r);this.top.children.splice(this.index,0,a),this.top=a,this.changed=!0}this.index=0,i++}}findNodeMatch(e,t,r,o){let i=-1,s;if(o>=this.preMatch.index&&(s=this.preMatch.matches[o-this.preMatch.index]).parent==this.top&&s.matchesNode(e,t,r))i=this.top.children.indexOf(s,this.index);else for(let l=this.index,a=Math.min(this.top.children.length,l+5);l<a;l++){let c=this.top.children[l];if(c.matchesNode(e,t,r)&&!this.preMatch.matched.has(c)){i=l;break}}return i<0?!1:(this.destroyBetween(this.index,i),this.index++,!0)}updateNodeAt(e,t,r,o,i){let s=this.top.children[o];return s.dirty==Jt&&s.dom==s.contentDOM&&(s.dirty=zn),s.update(e,t,r,i)?(this.destroyBetween(this.index,o),this.index++,!0):!1}findIndexWithChild(e){for(;;){let t=e.parentNode;if(!t)return-1;if(t==this.top.contentDOM){let r=e.pmViewDesc;if(r){for(let o=this.index;o<this.top.children.length;o++)if(this.top.children[o]==r)return o}return-1}e=t}}updateNextNode(e,t,r,o,i,s){for(let l=this.index;l<this.top.children.length;l++){let a=this.top.children[l];if(a instanceof yn){let c=this.preMatch.matched.get(a);if(c!=null&&c!=i)return!1;let u=a.dom,d,f=this.isLocked(u)&&!(e.isText&&a.node&&a.node.isText&&a.nodeDOM.nodeValue==e.text&&a.dirty!=Jt&&Cs(t,a.outerDeco));if(!f&&a.update(e,t,r,o))return this.destroyBetween(this.index,l),a.dom!=u&&(this.changed=!0),this.index++,!0;if(!f&&(d=this.recreateWrapper(a,e,t,r,o,s)))return this.top.children[this.index]=d,d.contentDOM&&(d.dirty=zn,d.updateChildren(o,s+1),d.dirty=Ct),this.changed=!0,this.index++,!0;break}}return!1}recreateWrapper(e,t,r,o,i,s){if(e.dirty||t.isAtom||!e.children.length||!e.node.content.eq(t.content))return null;let l=yn.create(this.top,t,r,o,i,s);if(l.contentDOM){l.children=e.children,e.children=[];for(let a of l.children)a.parent=l}return e.destroy(),l}addNode(e,t,r,o,i){let s=yn.create(this.top,e,t,r,o,i);s.contentDOM&&s.updateChildren(o,i+1),this.top.children.splice(this.index++,0,s),this.changed=!0}placeWidget(e,t,r){let o=this.index<this.top.children.length?this.top.children[this.index]:null;if(o&&o.matchesWidget(e)&&(e==o.widget||!o.widget.type.toDOM.parentNode))this.index++;else{let i=new Oc(this.top,e,t,r);this.top.children.splice(this.index++,0,i),this.changed=!0}}addTextblockHacks(){let e=this.top.children[this.index-1],t=this.top;for(;e instanceof $n;)t=e,e=t.children[t.children.length-1];(!e||!(e instanceof Mo)||/\n$/.test(e.node.text)||this.view.requiresGeckoHackNode&&/\s$/.test(e.node.text))&&((st||tt)&&e&&e.dom.contentEditable=="false"&&this.addHackNode("IMG",t),this.addHackNode("BR",this.top))}addHackNode(e,t){if(t==this.top&&this.index<t.children.length&&t.children[this.index].matchesHack(e))this.index++;else{let r=document.createElement(e);e=="IMG"&&(r.className="ProseMirror-separator",r.alt=""),e=="BR"&&(r.className="ProseMirror-trailingBreak");let o=new Ic(this.top,[],r,null);t!=this.top?t.children.push(o):t.children.splice(this.index++,0,o),this.changed=!0}}isLocked(e){return this.lock&&(e==this.lock||e.nodeType==1&&e.contains(this.lock.parentNode))}}function vg(n,e){let t=e,r=t.children.length,o=n.childCount,i=new Map,s=[];e:for(;o>0;){let l;for(;;)if(r){let c=t.children[r-1];if(c instanceof $n)t=c,r=c.children.length;else{l=c,r--;break}}else{if(t==e)break e;r=t.parent.children.indexOf(t),t=t.parent}let a=l.node;if(a){if(a!=n.child(o-1))break;--o,i.set(l,o),s.push(l)}}return{index:o,matched:i,matches:s.reverse()}}function bg(n,e){return n.type.side-e.type.side}function xg(n,e,t,r){let o=e.locals(n),i=0;if(o.length==0){for(let c=0;c<n.childCount;c++){let u=n.child(c);r(u,o,e.forChild(i,u),c),i+=u.nodeSize}return}let s=0,l=[],a=null;for(let c=0;;){let u,d;for(;s<o.length&&o[s].to==i;){let y=o[s++];y.widget&&(u?(d||(d=[u])).push(y):u=y)}if(u)if(d){d.sort(bg);for(let y=0;y<d.length;y++)t(d[y],c,!!a)}else t(u,c,!!a);let f,h;if(a)h=-1,f=a,a=null;else if(c<n.childCount)h=c,f=n.child(c++);else break;for(let y=0;y<l.length;y++)l[y].to<=i&&l.splice(y--,1);for(;s<o.length&&o[s].from<=i&&o[s].to>i;)l.push(o[s++]);let p=i+f.nodeSize;if(f.isText){let y=p;s<o.length&&o[s].from<y&&(y=o[s].from);for(let S=0;S<l.length;S++)l[S].to<y&&(y=l[S].to);y<p&&(a=f.cut(y-i),f=f.cut(0,y-i),p=y,h=-1)}let g=f.isInline&&!f.isLeaf?l.filter(y=>!y.inline):l.slice();r(f,g,e.forChild(i,f),h),i=p}}function Sg(n){if(n.nodeName=="UL"||n.nodeName=="OL"){let e=n.style.cssText;n.style.cssText=e+"; list-style: square !important",window.getComputedStyle(n).listStyle,n.style.cssText=e}}function Eg(n,e){for(;;){if(n.nodeType==3)return n;if(n.nodeType==1&&e>0){if(n.childNodes.length>e&&n.childNodes[e].nodeType==3)return n.childNodes[e];n=n.childNodes[e-1],e=Kt(n)}else if(n.nodeType==1&&e<n.childNodes.length)n=n.childNodes[e],e=0;else return null}}function kg(n,e,t,r){for(let o=0,i=0;o<n.childCount&&i<=r;){let s=n.child(o++),l=i;if(i+=s.nodeSize,!s.isText)continue;let a=s.text;for(;o<n.childCount;){let c=n.child(o++);if(i+=c.nodeSize,!c.isText)break;a+=c.text}if(i>=t){if(i>=r&&a.slice(r-e.length-l,r-l)==e)return r-e.length;let c=l<r?a.lastIndexOf(e,r-l-1):-1;if(c>=0&&c+e.length+l>=t)return l+c;if(t==r&&a.length>=r+e.length-l&&a.slice(r-l,r-l+e.length)==e)return r}}return-1}function ws(n,e,t,r,o){let i=[];for(let s=0,l=0;s<n.length;s++){let a=n[s],c=l,u=l+=a.size;c>=t||u<=e?i.push(a):(c<e&&i.push(a.slice(0,e-c,r)),o&&(i.push(o),o=void 0),u>t&&i.push(a.slice(t-c,a.size,r)))}return i}function Ts(n,e=null){let t=n.domSelectionRange(),r=n.state.doc;if(!t.focusNode)return null;let o=n.docView.nearestDesc(t.focusNode),i=o&&o.size==0,s=n.docView.posFromDOM(t.focusNode,t.focusOffset,1);if(s<0)return null;let l=r.resolve(s),a,c;if(Oo(t)){for(a=l;o&&!o.node;)o=o.parent;let u=o.node;if(o&&u.isAtom&&Se.isSelectable(u)&&o.parent&&!(u.isInline&&Jm(t.focusNode,t.focusOffset,o.dom))){let d=o.posBefore;c=new Se(s==d?l:r.resolve(d))}}else{let u=n.docView.posFromDOM(t.anchorNode,t.anchorOffset,1);if(u<0)return null;a=r.resolve(u)}if(!c){let u=e=="pointer"||n.state.selection.head<l.pos&&!i?1:-1;c=Os(n,a,l,u)}return c}function Pc(n){return n.editable?n.hasFocus():Hc(n)&&document.activeElement&&document.activeElement.contains(n.dom)}function on(n,e=!1){let t=n.state.selection;if(zc(n,t),!!Pc(n)){if(!e&&n.input.mouseDown&&n.input.mouseDown.allowDefault&&tt){let r=n.domSelectionRange(),o=n.domObserver.currentSelection;if(r.anchorNode&&o.anchorNode&&Fn(r.anchorNode,r.anchorOffset,o.anchorNode,o.anchorOffset)){n.input.mouseDown.delayedSelectionSync=!0,n.domObserver.setCurSelection();return}}if(n.domObserver.disconnectSelection(),n.cursorWrapper)wg(n);else{let{anchor:r,head:o}=t,i,s;Bc&&!(t instanceof De)&&(t.$from.parent.inlineContent||(i=Fc(n,t.from)),!t.empty&&!t.$from.parent.inlineContent&&(s=Fc(n,t.to))),n.docView.setSelection(r,o,n.root,e),Bc&&(i&&Vc(i),s&&Vc(s)),t.visible?n.dom.classList.remove("ProseMirror-hideselection"):(n.dom.classList.add("ProseMirror-hideselection"),"onselectionchange"in document&&Cg(n))}n.domObserver.setCurSelection(),n.domObserver.connectSelection()}}const Bc=st||tt&&Zm<63;function Fc(n,e){let{node:t,offset:r}=n.docView.domFromPos(e,0),o=r<t.childNodes.length?t.childNodes[r]:null,i=r?t.childNodes[r-1]:null;if(st&&o&&o.contentEditable=="false")return As(o);if((!o||o.contentEditable=="false")&&(!i||i.contentEditable=="false")){if(o)return As(o);if(i)return As(i)}}function As(n){return n.contentEditable="true",st&&n.draggable&&(n.draggable=!1,n.wasDraggable=!0),n}function Vc(n){n.contentEditable="false",n.wasDraggable&&(n.draggable=!0,n.wasDraggable=null)}function Cg(n){let e=n.dom.ownerDocument;e.removeEventListener("selectionchange",n.input.hideSelectionGuard);let t=n.domSelectionRange(),r=t.anchorNode,o=t.anchorOffset;e.addEventListener("selectionchange",n.input.hideSelectionGuard=()=>{(t.anchorNode!=r||t.anchorOffset!=o)&&(e.removeEventListener("selectionchange",n.input.hideSelectionGuard),setTimeout(()=>{(!Pc(n)||n.state.selection.visible)&&n.dom.classList.remove("ProseMirror-hideselection")},20))})}function wg(n){let e=n.domSelection(),t=document.createRange(),r=n.cursorWrapper.dom,o=r.nodeName=="IMG";o?t.setEnd(r.parentNode,it(r)+1):t.setEnd(r,0),t.collapse(!1),e.removeAllRanges(),e.addRange(t),!o&&!n.state.selection.visible&&pt&&mn<=11&&(r.disabled=!0,r.disabled=!1)}function zc(n,e){if(e instanceof Se){let t=n.docView.descAt(e.from);t!=n.lastSelectedViewDesc&&($c(n),t&&t.selectNode(),n.lastSelectedViewDesc=t)}else $c(n)}function $c(n){n.lastSelectedViewDesc&&(n.lastSelectedViewDesc.parent&&n.lastSelectedViewDesc.deselectNode(),n.lastSelectedViewDesc=void 0)}function Os(n,e,t,r){return n.someProp("createSelectionBetween",o=>o(n,e,t))||De.between(e,t,r)}function Uc(n){return n.editable&&!n.hasFocus()?!1:Hc(n)}function Hc(n){let e=n.domSelectionRange();if(!e.anchorNode)return!1;try{return n.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(n.editable||n.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function Tg(n){let e=n.docView.domFromPos(n.state.selection.anchor,0),t=n.domSelectionRange();return Fn(e.node,e.offset,t.anchorNode,t.anchorOffset)}function Ms(n,e){let{$anchor:t,$head:r}=n.selection,o=e>0?t.max(r):t.min(r),i=o.parent.inlineContent?o.depth?n.doc.resolve(e>0?o.after():o.before()):null:o;return i&&Re.findFrom(i,e)}function vn(n,e){return n.dispatch(n.state.tr.setSelection(e).scrollIntoView()),!0}function jc(n,e,t){let r=n.state.selection;if(r instanceof De)if(t.indexOf("s")>-1){let{$head:o}=r,i=o.textOffset?null:e<0?o.nodeBefore:o.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let s=n.state.doc.resolve(o.pos+i.nodeSize*(e<0?-1:1));return vn(n,new De(r.$anchor,s))}else if(r.empty){if(n.endOfTextblock(e>0?"forward":"backward")){let o=Ms(n.state,e);return o&&o instanceof Se?vn(n,o):!1}else if(!(kt&&t.indexOf("m")>-1)){let o=r.$head,i=o.textOffset?null:e<0?o.nodeBefore:o.nodeAfter,s;if(!i||i.isText)return!1;let l=e<0?o.pos-i.nodeSize:o.pos;return i.isAtom||(s=n.docView.descAt(l))&&!s.contentDOM?Se.isSelectable(i)?vn(n,new Se(e<0?n.state.doc.resolve(o.pos-i.nodeSize):o)):Lr?vn(n,new De(n.state.doc.resolve(e<0?l:l+i.nodeSize))):!1:!1}}else return!1;else{if(r instanceof Se&&r.node.isInline)return vn(n,new De(e>0?r.$to:r.$from));{let o=Ms(n.state,e);return o?vn(n,o):!1}}}function Io(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function Vr(n,e){let t=n.pmViewDesc;return t&&t.size==0&&(e<0||n.nextSibling||n.nodeName!="BR")}function sr(n,e){return e<0?Ag(n):Og(n)}function Ag(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let o,i,s=!1;for(Vt&&t.nodeType==1&&r<Io(t)&&Vr(t.childNodes[r],-1)&&(s=!0);;)if(r>0){if(t.nodeType!=1)break;{let l=t.childNodes[r-1];if(Vr(l,-1))o=t,i=--r;else if(l.nodeType==3)t=l,r=t.nodeValue.length;else break}}else{if(Wc(t))break;{let l=t.previousSibling;for(;l&&Vr(l,-1);)o=t.parentNode,i=it(l),l=l.previousSibling;if(l)t=l,r=Io(t);else{if(t=t.parentNode,t==n.dom)break;r=0}}}s?Is(n,t,r):o&&Is(n,o,i)}function Og(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let o=Io(t),i,s;for(;;)if(r<o){if(t.nodeType!=1)break;let l=t.childNodes[r];if(Vr(l,1))i=t,s=++r;else break}else{if(Wc(t))break;{let l=t.nextSibling;for(;l&&Vr(l,1);)i=l.parentNode,s=it(l)+1,l=l.nextSibling;if(l)t=l,r=0,o=Io(t);else{if(t=t.parentNode,t==n.dom)break;r=o=0}}}i&&Is(n,i,s)}function Wc(n){let e=n.pmViewDesc;return e&&e.node&&e.node.isBlock}function Mg(n,e){for(;n&&e==n.childNodes.length&&!ys(n);)e=it(n)+1,n=n.parentNode;for(;n&&e<n.childNodes.length;){let t=n.childNodes[e];if(t.nodeType==3)return t;if(t.nodeType==1&&t.contentEditable=="false")break;n=t,e=0}}function Ig(n,e){for(;n&&!e&&!ys(n);)e=it(n),n=n.parentNode;for(;n&&e;){let t=n.childNodes[e-1];if(t.nodeType==3)return t;if(t.nodeType==1&&t.contentEditable=="false")break;n=t,e=n.childNodes.length}}function Is(n,e,t){if(e.nodeType!=3){let i,s;(s=Mg(e,t))?(e=s,t=0):(i=Ig(e,t))&&(e=i,t=i.nodeValue.length)}let r=n.domSelection();if(Oo(r)){let i=document.createRange();i.setEnd(e,t),i.setStart(e,t),r.removeAllRanges(),r.addRange(i)}else r.extend&&r.extend(e,t);n.domObserver.setCurSelection();let{state:o}=n;setTimeout(()=>{n.state==o&&on(n)},50)}function Kc(n,e){let t=n.state.doc.resolve(e);if(!(tt||Qm)&&t.parent.inlineContent){let o=n.coordsAtPos(e);if(e>t.start()){let i=n.coordsAtPos(e-1),s=(i.top+i.bottom)/2;if(s>o.top&&s<o.bottom&&Math.abs(i.left-o.left)>1)return i.left<o.left?"ltr":"rtl"}if(e<t.end()){let i=n.coordsAtPos(e+1),s=(i.top+i.bottom)/2;if(s>o.top&&s<o.bottom&&Math.abs(i.left-o.left)>1)return i.left>o.left?"ltr":"rtl"}}return getComputedStyle(n.dom).direction=="rtl"?"rtl":"ltr"}function Gc(n,e,t){let r=n.state.selection;if(r instanceof De&&!r.empty||t.indexOf("s")>-1||kt&&t.indexOf("m")>-1)return!1;let{$from:o,$to:i}=r;if(!o.parent.inlineContent||n.endOfTextblock(e<0?"up":"down")){let s=Ms(n.state,e);if(s&&s instanceof Se)return vn(n,s)}if(!o.parent.inlineContent){let s=e<0?o:i,l=r instanceof Bt?Re.near(s,e):Re.findFrom(s,e);return l?vn(n,l):!1}return!1}function Jc(n,e){if(!(n.state.selection instanceof De))return!0;let{$head:t,$anchor:r,empty:o}=n.state.selection;if(!t.sameParent(r))return!0;if(!o)return!1;if(n.endOfTextblock(e>0?"forward":"backward"))return!0;let i=!t.textOffset&&(e<0?t.nodeBefore:t.nodeAfter);if(i&&!i.isText){let s=n.state.tr;return e<0?s.delete(t.pos-i.nodeSize,t.pos):s.delete(t.pos,t.pos+i.nodeSize),n.dispatch(s),!0}return!1}function Yc(n,e,t){n.domObserver.stop(),e.contentEditable=t,n.domObserver.start()}function Ng(n){if(!st||n.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:t}=n.domSelectionRange();if(e&&e.nodeType==1&&t==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let r=e.firstChild;Yc(n,r,"true"),setTimeout(()=>Yc(n,r,"false"),20)}return!1}function Rg(n){let e="";return n.ctrlKey&&(e+="c"),n.metaKey&&(e+="m"),n.altKey&&(e+="a"),n.shiftKey&&(e+="s"),e}function Dg(n,e){let t=e.keyCode,r=Rg(e);if(t==8||kt&&t==72&&r=="c")return Jc(n,-1)||sr(n,-1);if(t==46&&!e.shiftKey||kt&&t==68&&r=="c")return Jc(n,1)||sr(n,1);if(t==13||t==27)return!0;if(t==37||kt&&t==66&&r=="c"){let o=t==37?Kc(n,n.state.selection.from)=="ltr"?-1:1:-1;return jc(n,o,r)||sr(n,o)}else if(t==39||kt&&t==70&&r=="c"){let o=t==39?Kc(n,n.state.selection.from)=="ltr"?1:-1:1;return jc(n,o,r)||sr(n,o)}else{if(t==38||kt&&t==80&&r=="c")return Gc(n,-1,r)||sr(n,-1);if(t==40||kt&&t==78&&r=="c")return Ng(n)||Gc(n,1,r)||sr(n,1);if(r==(kt?"m":"c")&&(t==66||t==73||t==89||t==90))return!0}return!1}function Xc(n,e){n.someProp("transformCopied",h=>{e=h(e,n)});let t=[],{content:r,openStart:o,openEnd:i}=e;for(;o>1&&i>1&&r.childCount==1&&r.firstChild.childCount==1;){o--,i--;let h=r.firstChild;t.push(h.type.name,h.attrs!=h.type.defaultAttrs?h.attrs:null),r=h.content}let s=n.someProp("clipboardSerializer")||jt.fromSchema(n.state.schema),l=ru(),a=l.createElement("div");a.appendChild(s.serializeFragment(r,{document:l}));let c=a.firstChild,u,d=0;for(;c&&c.nodeType==1&&(u=tu[c.nodeName.toLowerCase()]);){for(let h=u.length-1;h>=0;h--){let p=l.createElement(u[h]);for(;a.firstChild;)p.appendChild(a.firstChild);a.appendChild(p),d++}c=a.firstChild}c&&c.nodeType==1&&c.setAttribute("data-pm-slice",`${o} ${i}${d?` -${d}`:""} ${JSON.stringify(t)}`);let f=n.someProp("clipboardTextSerializer",h=>h(e,n))||e.content.textBetween(0,e.content.size,`
|
|
16
|
-
|
|
17
|
-
`);return{dom:a,text:f}}function
|
|
18
|
-
`))),0,0):fe.empty;let d=n.someProp("clipboardTextParser",f=>f(e,o,r,n));if(d)l=d;else{let f=o.marks(),{schema:h}=n.state,p=jt.fromSchema(h);s=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(g=>{let y=s.appendChild(document.createElement("p"));g&&y.appendChild(p.serializeNode(h.text(g,f)))})}}else n.someProp("transformPastedHTML",d=>{t=d(t,n)}),s=Bg(t),Lr&&Fg(s);let c=s&&s.querySelector("[data-pm-slice]"),u=c&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(c.getAttribute("data-pm-slice")||"");if(u&&u[3])for(let d=+u[3];d>0;d--){let f=s.firstChild;for(;f&&f.nodeType!=1;)f=f.nextSibling;if(!f)break;s=f}if(l||(l=(n.someProp("clipboardParser")||n.someProp("domParser")||Zn.fromSchema(n.state.schema)).parseSlice(s,{preserveWhitespace:!!(a||u),context:o,ruleFromNode(f){return f.nodeName=="BR"&&!f.nextSibling&&f.parentNode&&!Lg.test(f.parentNode.nodeName)?{ignore:!0}:null}})),u)l=Vg(eu(l,+u[1],+u[2]),u[4]);else if(l=fe.maxOpen(Pg(l.content,o),!0),l.openStart||l.openEnd){let d=0,f=0;for(let h=l.content.firstChild;d<l.openStart&&!h.type.spec.isolating;d++,h=h.firstChild);for(let h=l.content.lastChild;f<l.openEnd&&!h.type.spec.isolating;f++,h=h.lastChild);l=eu(l,d,f)}return n.someProp("transformPasted",d=>{l=d(l,n)}),l}const Lg=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function Pg(n,e){if(n.childCount<2)return n;for(let t=e.depth;t>=0;t--){let o=e.node(t).contentMatchAt(e.index(t)),i,s=[];if(n.forEach(l=>{if(!s)return;let a=o.findWrapping(l.type),c;if(!a)return s=null;if(c=s.length&&i.length&&_c(a,i,l,s[s.length-1],0))s[s.length-1]=c;else{s.length&&(s[s.length-1]=qc(s[s.length-1],i.length));let u=Qc(l,a);s.push(u),o=o.matchType(u.type),i=a}}),s)return oe.from(s)}return n}function Qc(n,e,t=0){for(let r=e.length-1;r>=t;r--)n=e[r].create(null,oe.from(n));return n}function _c(n,e,t,r,o){if(o<n.length&&o<e.length&&n[o]==e[o]){let i=_c(n,e,t,r.lastChild,o+1);if(i)return r.copy(r.content.replaceChild(r.childCount-1,i));if(r.contentMatchAt(r.childCount).matchType(o==n.length-1?t.type:n[o+1]))return r.copy(r.content.append(oe.from(Qc(t,n,o+1))))}}function qc(n,e){if(e==0)return n;let t=n.content.replaceChild(n.childCount-1,qc(n.lastChild,e-1)),r=n.contentMatchAt(n.childCount).fillBefore(oe.empty,!0);return n.copy(t.append(r))}function Ns(n,e,t,r,o,i){let s=e<0?n.firstChild:n.lastChild,l=s.content;return n.childCount>1&&(i=0),o<r-1&&(l=Ns(l,e,t,r,o+1,i)),o>=t&&(l=e<0?s.contentMatchAt(0).fillBefore(l,i<=o).append(l):l.append(s.contentMatchAt(s.childCount).fillBefore(oe.empty,!0))),n.replaceChild(e<0?0:n.childCount-1,s.copy(l))}function eu(n,e,t){return e<n.openStart&&(n=new fe(Ns(n.content,-1,e,n.openStart,0,n.openEnd),e,n.openEnd)),t<n.openEnd&&(n=new fe(Ns(n.content,1,t,n.openEnd,0,0),n.openStart,t)),n}const tu={thead:["table"],tbody:["table"],tfoot:["table"],caption:["table"],colgroup:["table"],col:["table","colgroup"],tr:["table","tbody"],td:["table","tbody","tr"],th:["table","tbody","tr"]};let nu=null;function ru(){return nu||(nu=document.implementation.createHTMLDocument("title"))}function Bg(n){let e=/^(\s*<meta [^>]*>)*/.exec(n);e&&(n=n.slice(e[0].length));let t=ru().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(n),o;if((o=r&&tu[r[1].toLowerCase()])&&(n=o.map(i=>"<"+i+">").join("")+n+o.map(i=>"</"+i+">").reverse().join("")),t.innerHTML=n,o)for(let i=0;i<o.length;i++)t=t.querySelector(o[i])||t;return t}function Fg(n){let e=n.querySelectorAll(tt?"span:not([class]):not([style])":"span.Apple-converted-space");for(let t=0;t<e.length;t++){let r=e[t];r.childNodes.length==1&&r.textContent==" "&&r.parentNode&&r.parentNode.replaceChild(n.ownerDocument.createTextNode(" "),r)}}function Vg(n,e){if(!n.size)return n;let t=n.content.firstChild.type.schema,r;try{r=JSON.parse(e)}catch{return n}let{content:o,openStart:i,openEnd:s}=n;for(let l=r.length-2;l>=0;l-=2){let a=t.nodes[r[l]];if(!a||a.hasRequiredAttrs())break;o=oe.from(a.create(r[l+1],o)),i++,s++}return new fe(o,i,s)}const at={},lt={},zg={touchstart:!0,touchmove:!0};class $g{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:""},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastAndroidDelete=0,this.composing=!1,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function Ug(n){for(let e in at){let t=at[e];n.dom.addEventListener(e,n.input.eventHandlers[e]=r=>{jg(n,r)&&!Ds(n,r)&&(n.editable||!(r.type in lt))&&t(n,r)},zg[e]?{passive:!0}:void 0)}st&&n.dom.addEventListener("input",()=>null),Rs(n)}function bn(n,e){n.input.lastSelectionOrigin=e,n.input.lastSelectionTime=Date.now()}function Hg(n){n.domObserver.stop();for(let e in n.input.eventHandlers)n.dom.removeEventListener(e,n.input.eventHandlers[e]);clearTimeout(n.input.composingTimeout),clearTimeout(n.input.lastIOSEnterFallbackTimeout)}function Rs(n){n.someProp("handleDOMEvents",e=>{for(let t in e)n.input.eventHandlers[t]||n.dom.addEventListener(t,n.input.eventHandlers[t]=r=>Ds(n,r))})}function Ds(n,e){return n.someProp("handleDOMEvents",t=>{let r=t[e.type];return r?r(n,e)||e.defaultPrevented:!1})}function jg(n,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let t=e.target;t!=n.dom;t=t.parentNode)if(!t||t.nodeType==11||t.pmViewDesc&&t.pmViewDesc.stopEvent(e))return!1;return!0}function Wg(n,e){!Ds(n,e)&&at[e.type]&&(n.editable||!(e.type in lt))&&at[e.type](n,e)}lt.keydown=(n,e)=>{let t=e;if(n.input.shiftKey=t.keyCode==16||t.shiftKey,!iu(n,t)&&(n.input.lastKeyCode=t.keyCode,n.input.lastKeyCodeTime=Date.now(),!(zt&&tt&&t.keyCode==13)))if(t.keyCode!=229&&n.domObserver.forceFlush(),or&&t.keyCode==13&&!t.ctrlKey&&!t.altKey&&!t.metaKey){let r=Date.now();n.input.lastIOSEnter=r,n.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{n.input.lastIOSEnter==r&&(n.someProp("handleKeyDown",o=>o(n,Vn(13,"Enter"))),n.input.lastIOSEnter=0)},200)}else n.someProp("handleKeyDown",r=>r(n,t))||Dg(n,t)?t.preventDefault():bn(n,"key")},lt.keyup=(n,e)=>{e.keyCode==16&&(n.input.shiftKey=!1)},lt.keypress=(n,e)=>{let t=e;if(iu(n,t)||!t.charCode||t.ctrlKey&&!t.altKey||kt&&t.metaKey)return;if(n.someProp("handleKeyPress",o=>o(n,t))){t.preventDefault();return}let r=n.state.selection;if(!(r instanceof De)||!r.$from.sameParent(r.$to)){let o=String.fromCharCode(t.charCode);!/[\r\n]/.test(o)&&!n.someProp("handleTextInput",i=>i(n,r.$from.pos,r.$to.pos,o))&&n.dispatch(n.state.tr.insertText(o).scrollIntoView()),t.preventDefault()}};function No(n){return{left:n.clientX,top:n.clientY}}function Kg(n,e){let t=e.x-n.clientX,r=e.y-n.clientY;return t*t+r*r<100}function Ls(n,e,t,r,o){if(r==-1)return!1;let i=n.state.doc.resolve(r);for(let s=i.depth+1;s>0;s--)if(n.someProp(e,l=>s>i.depth?l(n,t,i.nodeAfter,i.before(s),o,!0):l(n,t,i.node(s),i.before(s),o,!1)))return!0;return!1}function ar(n,e,t){n.focused||n.focus();let r=n.state.tr.setSelection(e);t=="pointer"&&r.setMeta("pointer",!0),n.dispatch(r)}function Gg(n,e){if(e==-1)return!1;let t=n.state.doc.resolve(e),r=t.nodeAfter;return r&&r.isAtom&&Se.isSelectable(r)?(ar(n,new Se(t),"pointer"),!0):!1}function Jg(n,e){if(e==-1)return!1;let t=n.state.selection,r,o;t instanceof Se&&(r=t.node);let i=n.state.doc.resolve(e);for(let s=i.depth+1;s>0;s--){let l=s>i.depth?i.nodeAfter:i.node(s);if(Se.isSelectable(l)){r&&t.$from.depth>0&&s>=t.$from.depth&&i.before(t.$from.depth+1)==t.$from.pos?o=i.before(t.$from.depth):o=i.before(s);break}}return o!=null?(ar(n,Se.create(n.state.doc,o),"pointer"),!0):!1}function Yg(n,e,t,r,o){return Ls(n,"handleClickOn",e,t,r)||n.someProp("handleClick",i=>i(n,e,r))||(o?Jg(n,t):Gg(n,t))}function Xg(n,e,t,r){return Ls(n,"handleDoubleClickOn",e,t,r)||n.someProp("handleDoubleClick",o=>o(n,e,r))}function Zg(n,e,t,r){return Ls(n,"handleTripleClickOn",e,t,r)||n.someProp("handleTripleClick",o=>o(n,e,r))||Qg(n,t,r)}function Qg(n,e,t){if(t.button!=0)return!1;let r=n.state.doc;if(e==-1)return r.inlineContent?(ar(n,De.create(r,0,r.content.size),"pointer"),!0):!1;let o=r.resolve(e);for(let i=o.depth+1;i>0;i--){let s=i>o.depth?o.nodeAfter:o.node(i),l=o.before(i);if(s.inlineContent)ar(n,De.create(r,l+1,l+1+s.content.size),"pointer");else if(Se.isSelectable(s))ar(n,Se.create(r,l),"pointer");else continue;return!0}}function Ps(n){return Ro(n)}const ou=kt?"metaKey":"ctrlKey";at.mousedown=(n,e)=>{let t=e;n.input.shiftKey=t.shiftKey;let r=Ps(n),o=Date.now(),i="singleClick";o-n.input.lastClick.time<500&&Kg(t,n.input.lastClick)&&!t[ou]&&(n.input.lastClick.type=="singleClick"?i="doubleClick":n.input.lastClick.type=="doubleClick"&&(i="tripleClick")),n.input.lastClick={time:o,x:t.clientX,y:t.clientY,type:i};let s=n.posAtCoords(No(t));s&&(i=="singleClick"?(n.input.mouseDown&&n.input.mouseDown.done(),n.input.mouseDown=new _g(n,s,t,!!r)):(i=="doubleClick"?Xg:Zg)(n,s.pos,s.inside,t)?t.preventDefault():bn(n,"pointer"))};class _g{constructor(e,t,r,o){this.view=e,this.pos=t,this.event=r,this.flushed=o,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!r[ou],this.allowDefault=r.shiftKey;let i,s;if(t.inside>-1)i=e.state.doc.nodeAt(t.inside),s=t.inside;else{let u=e.state.doc.resolve(t.pos);i=u.parent,s=u.depth?u.before():0}const l=o?null:r.target,a=l?e.docView.nearestDesc(l,!0):null;this.target=a?a.dom:null;let{selection:c}=e.state;(r.button==0&&i.type.spec.draggable&&i.type.spec.selectable!==!1||c instanceof Se&&c.from<=s&&c.to>s)&&(this.mightDrag={node:i,pos:s,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Vt&&!this.target.hasAttribute("contentEditable"))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute("contentEditable","false")},20),this.view.domObserver.start()),e.root.addEventListener("mouseup",this.up=this.up.bind(this)),e.root.addEventListener("mousemove",this.move=this.move.bind(this)),bn(e,"pointer")}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute("draggable"),this.mightDrag.setUneditable&&this.target.removeAttribute("contentEditable"),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>on(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(No(e))),this.updateAllowDefault(e),this.allowDefault||!t?bn(this.view,"pointer"):Yg(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||st&&this.mightDrag&&!this.mightDrag.node.isAtom||tt&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(ar(this.view,Re.near(this.view.state.doc.resolve(t.pos)),"pointer"),e.preventDefault()):bn(this.view,"pointer")}move(e){this.updateAllowDefault(e),bn(this.view,"pointer"),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}}at.touchstart=n=>{n.input.lastTouch=Date.now(),Ps(n),bn(n,"pointer")},at.touchmove=n=>{n.input.lastTouch=Date.now(),bn(n,"pointer")},at.contextmenu=n=>Ps(n);function iu(n,e){return n.composing?!0:st&&Math.abs(e.timeStamp-n.input.compositionEndedAt)<500?(n.input.compositionEndedAt=-2e8,!0):!1}const qg=zt?5e3:-1;lt.compositionstart=lt.compositionupdate=n=>{if(!n.composing){n.domObserver.flush();let{state:e}=n,t=e.selection.$from;if(e.selection.empty&&(e.storedMarks||!t.textOffset&&t.parentOffset&&t.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)))n.markCursor=n.state.storedMarks||t.marks(),Ro(n,!0),n.markCursor=null;else if(Ro(n),Vt&&e.selection.empty&&t.parentOffset&&!t.textOffset&&t.nodeBefore.marks.length){let r=n.domSelectionRange();for(let o=r.focusNode,i=r.focusOffset;o&&o.nodeType==1&&i!=0;){let s=i<0?o.lastChild:o.childNodes[i-1];if(!s)break;if(s.nodeType==3){n.domSelection().collapse(s,s.nodeValue.length);break}else o=s,i=-1}}n.input.composing=!0}su(n,qg)},lt.compositionend=(n,e)=>{n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=e.timeStamp,n.input.compositionPendingChanges=n.domObserver.pendingRecords().length?n.input.compositionID:0,n.input.compositionPendingChanges&&Promise.resolve().then(()=>n.domObserver.flush()),n.input.compositionID++,su(n,20))};function su(n,e){clearTimeout(n.input.composingTimeout),e>-1&&(n.input.composingTimeout=setTimeout(()=>Ro(n),e))}function au(n){for(n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=e1());n.input.compositionNodes.length>0;)n.input.compositionNodes.pop().markParentsDirty()}function e1(){let n=document.createEvent("Event");return n.initEvent("event",!0,!0),n.timeStamp}function Ro(n,e=!1){if(!(zt&&n.domObserver.flushingSoon>=0)){if(n.domObserver.forceFlush(),au(n),e||n.docView&&n.docView.dirty){let t=Ts(n);return t&&!t.eq(n.state.selection)?n.dispatch(n.state.tr.setSelection(t)):n.updateState(n.state),!0}return!1}}function t1(n,e){if(!n.dom.parentNode)return;let t=n.dom.parentNode.appendChild(document.createElement("div"));t.appendChild(e),t.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),o=document.createRange();o.selectNodeContents(e),n.dom.blur(),r.removeAllRanges(),r.addRange(o),setTimeout(()=>{t.parentNode&&t.parentNode.removeChild(t),n.focus()},50)}const zr=pt&&mn<15||or&&_m<604;at.copy=lt.cut=(n,e)=>{let t=e,r=n.state.selection,o=t.type=="cut";if(r.empty)return;let i=zr?null:t.clipboardData,s=r.content(),{dom:l,text:a}=Xc(n,s);i?(t.preventDefault(),i.clearData(),i.setData("text/html",l.innerHTML),i.setData("text/plain",a)):t1(n,l),o&&n.dispatch(n.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function n1(n){return n.openStart==0&&n.openEnd==0&&n.content.childCount==1?n.content.firstChild:null}function r1(n,e){if(!n.dom.parentNode)return;let t=n.input.shiftKey||n.state.selection.$from.parent.type.spec.code,r=n.dom.parentNode.appendChild(document.createElement(t?"textarea":"div"));t||(r.contentEditable="true"),r.style.cssText="position: fixed; left: -10000px; top: 10px",r.focus();let o=n.input.shiftKey&&n.input.lastKeyCode!=45;setTimeout(()=>{n.focus(),r.parentNode&&r.parentNode.removeChild(r),t?$r(n,r.value,null,o,e):$r(n,r.textContent,r.innerHTML,o,e)},50)}function $r(n,e,t,r,o){let i=Zc(n,e,t,r,n.state.selection.$from);if(n.someProp("handlePaste",a=>a(n,o,i||fe.empty)))return!0;if(!i)return!1;let s=n1(i),l=s?n.state.tr.replaceSelectionWith(s,r):n.state.tr.replaceSelection(i);return n.dispatch(l.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function lu(n){let e=n.getData("text/plain")||n.getData("Text");if(e)return e;let t=n.getData("text/uri-list");return t?t.replace(/\r?\n/g," "):""}lt.paste=(n,e)=>{let t=e;if(n.composing&&!zt)return;let r=zr?null:t.clipboardData,o=n.input.shiftKey&&n.input.lastKeyCode!=45;r&&$r(n,lu(r),r.getData("text/html"),o,t)?t.preventDefault():r1(n,t)};class cu{constructor(e,t,r){this.slice=e,this.move=t,this.node=r}}const uu=kt?"altKey":"ctrlKey";at.dragstart=(n,e)=>{let t=e,r=n.input.mouseDown;if(r&&r.done(),!t.dataTransfer)return;let o=n.state.selection,i=o.empty?null:n.posAtCoords(No(t)),s;if(!(i&&i.pos>=o.from&&i.pos<=(o instanceof Se?o.to-1:o.to))){if(r&&r.mightDrag)s=Se.create(n.state.doc,r.mightDrag.pos);else if(t.target&&t.target.nodeType==1){let u=n.docView.nearestDesc(t.target,!0);u&&u.node.type.spec.draggable&&u!=n.docView&&(s=Se.create(n.state.doc,u.posBefore))}}let l=(s||n.state.selection).content(),{dom:a,text:c}=Xc(n,l);t.dataTransfer.clearData(),t.dataTransfer.setData(zr?"Text":"text/html",a.innerHTML),t.dataTransfer.effectAllowed="copyMove",zr||t.dataTransfer.setData("text/plain",c),n.dragging=new cu(l,!t[uu],s)},at.dragend=n=>{let e=n.dragging;window.setTimeout(()=>{n.dragging==e&&(n.dragging=null)},50)},lt.dragover=lt.dragenter=(n,e)=>e.preventDefault(),lt.drop=(n,e)=>{let t=e,r=n.dragging;if(n.dragging=null,!t.dataTransfer)return;let o=n.posAtCoords(No(t));if(!o)return;let i=n.state.doc.resolve(o.pos),s=r&&r.slice;s?n.someProp("transformPasted",p=>{s=p(s,n)}):s=Zc(n,lu(t.dataTransfer),zr?null:t.dataTransfer.getData("text/html"),!1,i);let l=!!(r&&!t[uu]);if(n.someProp("handleDrop",p=>p(n,t,s||fe.empty,l))){t.preventDefault();return}if(!s)return;t.preventDefault();let a=s?Pm(n.state.doc,i.pos,s):i.pos;a==null&&(a=i.pos);let c=n.state.tr;if(l){let{node:p}=r;p?p.replace(c):c.deleteSelection()}let u=c.mapping.map(a),d=s.openStart==0&&s.openEnd==0&&s.content.childCount==1,f=c.doc;if(d?c.replaceRangeWith(u,u,s.content.firstChild):c.replaceRange(u,u,s),c.doc.eq(f))return;let h=c.doc.resolve(u);if(d&&Se.isSelectable(s.content.firstChild)&&h.nodeAfter&&h.nodeAfter.sameMarkup(s.content.firstChild))c.setSelection(new Se(h));else{let p=c.mapping.map(a);c.mapping.maps[c.mapping.maps.length-1].forEach((g,y,S,k)=>p=k),c.setSelection(Os(n,h,c.doc.resolve(p)))}n.focus(),n.dispatch(c.setMeta("uiEvent","drop"))},at.focus=n=>{n.input.lastFocus=Date.now(),n.focused||(n.domObserver.stop(),n.dom.classList.add("ProseMirror-focused"),n.domObserver.start(),n.focused=!0,setTimeout(()=>{n.docView&&n.hasFocus()&&!n.domObserver.currentSelection.eq(n.domSelectionRange())&&on(n)},20))},at.blur=(n,e)=>{let t=e;n.focused&&(n.domObserver.stop(),n.dom.classList.remove("ProseMirror-focused"),n.domObserver.start(),t.relatedTarget&&n.dom.contains(t.relatedTarget)&&n.domObserver.currentSelection.clear(),n.focused=!1)},at.beforeinput=(n,e)=>{if(tt&&zt&&e.inputType=="deleteContentBackward"){n.domObserver.flushSoon();let{domChangeCount:r}=n.input;setTimeout(()=>{if(n.input.domChangeCount!=r||(n.dom.blur(),n.focus(),n.someProp("handleKeyDown",i=>i(n,Vn(8,"Backspace")))))return;let{$cursor:o}=n.state.selection;o&&o.pos>0&&n.dispatch(n.state.tr.delete(o.pos-1,o.pos).scrollIntoView())},50)}};for(let n in lt)at[n]=lt[n];function Ur(n,e){if(n==e)return!0;for(let t in n)if(n[t]!==e[t])return!1;for(let t in e)if(!(t in n))return!1;return!0}class Do{constructor(e,t){this.toDOM=e,this.spec=t||Hn,this.side=this.spec.side||0}map(e,t,r,o){let{pos:i,deleted:s}=e.mapResult(t.from+o,this.side<0?-1:1);return s?null:new wt(i-r,i-r,this)}valid(){return!0}eq(e){return this==e||e instanceof Do&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&Ur(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class xn{constructor(e,t){this.attrs=e,this.spec=t||Hn}map(e,t,r,o){let i=e.map(t.from+o,this.spec.inclusiveStart?-1:1)-r,s=e.map(t.to+o,this.spec.inclusiveEnd?1:-1)-r;return i>=s?null:new wt(i,s,this)}valid(e,t){return t.from<t.to}eq(e){return this==e||e instanceof xn&&Ur(this.attrs,e.attrs)&&Ur(this.spec,e.spec)}static is(e){return e.type instanceof xn}destroy(){}}class Bs{constructor(e,t){this.attrs=e,this.spec=t||Hn}map(e,t,r,o){let i=e.mapResult(t.from+o,1);if(i.deleted)return null;let s=e.mapResult(t.to+o,-1);return s.deleted||s.pos<=i.pos?null:new wt(i.pos-r,s.pos-r,this)}valid(e,t){let{index:r,offset:o}=e.content.findIndex(t.from),i;return o==t.from&&!(i=e.child(r)).isText&&o+i.nodeSize==t.to}eq(e){return this==e||e instanceof Bs&&Ur(this.attrs,e.attrs)&&Ur(this.spec,e.spec)}destroy(){}}class wt{constructor(e,t,r){this.from=e,this.to=t,this.type=r}copy(e,t){return new wt(e,t,this.type)}eq(e,t=0){return this.type.eq(e.type)&&this.from+t==e.from&&this.to+t==e.to}map(e,t,r){return this.type.map(e,this,t,r)}static widget(e,t,r){return new wt(e,e,new Do(t,r))}static inline(e,t,r,o){return new wt(e,t,new xn(r,o))}static node(e,t,r,o){return new wt(e,t,new Bs(r,o))}get spec(){return this.type.spec}get inline(){return this.type instanceof xn}get widget(){return this.type instanceof Do}}const lr=[],Hn={};class We{constructor(e,t){this.local=e.length?e:lr,this.children=t.length?t:lr}static create(e,t){return t.length?Lo(t,e,0,Hn):nt}find(e,t,r){let o=[];return this.findInner(e??0,t??1e9,o,0,r),o}findInner(e,t,r,o,i){for(let s=0;s<this.local.length;s++){let l=this.local[s];l.from<=t&&l.to>=e&&(!i||i(l.spec))&&r.push(l.copy(l.from+o,l.to+o))}for(let s=0;s<this.children.length;s+=3)if(this.children[s]<t&&this.children[s+1]>e){let l=this.children[s]+1;this.children[s+2].findInner(e-l,t-l,r,o+l,i)}}map(e,t,r){return this==nt||e.maps.length==0?this:this.mapInner(e,t,0,0,r||Hn)}mapInner(e,t,r,o,i){let s;for(let l=0;l<this.local.length;l++){let a=this.local[l].map(e,r,o);a&&a.type.valid(t,a)?(s||(s=[])).push(a):i.onRemove&&i.onRemove(this.local[l].spec)}return this.children.length?o1(this.children,s||[],e,t,r,o,i):s?new We(s.sort(jn),lr):nt}add(e,t){return t.length?this==nt?We.create(e,t):this.addInner(e,t,0):this}addInner(e,t,r){let o,i=0;e.forEach((l,a)=>{let c=a+r,u;if(u=fu(t,l,c)){for(o||(o=this.children.slice());i<o.length&&o[i]<a;)i+=3;o[i]==a?o[i+2]=o[i+2].addInner(l,u,c+1):o.splice(i,0,a,a+l.nodeSize,Lo(u,l,c+1,Hn)),i+=3}});let s=du(i?pu(t):t,-r);for(let l=0;l<s.length;l++)s[l].type.valid(e,s[l])||s.splice(l--,1);return new We(s.length?this.local.concat(s).sort(jn):this.local,o||this.children)}remove(e){return e.length==0||this==nt?this:this.removeInner(e,0)}removeInner(e,t){let r=this.children,o=this.local;for(let i=0;i<r.length;i+=3){let s,l=r[i]+t,a=r[i+1]+t;for(let u=0,d;u<e.length;u++)(d=e[u])&&d.from>l&&d.to<a&&(e[u]=null,(s||(s=[])).push(d));if(!s)continue;r==this.children&&(r=this.children.slice());let c=r[i+2].removeInner(s,l+1);c!=nt?r[i+2]=c:(r.splice(i,3),i-=3)}if(o.length){for(let i=0,s;i<e.length;i++)if(s=e[i])for(let l=0;l<o.length;l++)o[l].eq(s,t)&&(o==this.local&&(o=this.local.slice()),o.splice(l--,1))}return r==this.children&&o==this.local?this:o.length||r.length?new We(o,r):nt}forChild(e,t){if(this==nt)return this;if(t.isLeaf)return We.empty;let r,o;for(let l=0;l<this.children.length;l+=3)if(this.children[l]>=e){this.children[l]==e&&(r=this.children[l+2]);break}let i=e+1,s=i+t.content.size;for(let l=0;l<this.local.length;l++){let a=this.local[l];if(a.from<s&&a.to>i&&a.type instanceof xn){let c=Math.max(i,a.from)-i,u=Math.min(s,a.to)-i;c<u&&(o||(o=[])).push(a.copy(c,u))}}if(o){let l=new We(o.sort(jn),lr);return r?new Sn([l,r]):l}return r||nt}eq(e){if(this==e)return!0;if(!(e instanceof We)||this.local.length!=e.local.length||this.children.length!=e.children.length)return!1;for(let t=0;t<this.local.length;t++)if(!this.local[t].eq(e.local[t]))return!1;for(let t=0;t<this.children.length;t+=3)if(this.children[t]!=e.children[t]||this.children[t+1]!=e.children[t+1]||!this.children[t+2].eq(e.children[t+2]))return!1;return!0}locals(e){return Fs(this.localsInner(e))}localsInner(e){if(this==nt)return lr;if(e.inlineContent||!this.local.some(xn.is))return this.local;let t=[];for(let r=0;r<this.local.length;r++)this.local[r].type instanceof xn||t.push(this.local[r]);return t}}We.empty=new We([],[]),We.removeOverlap=Fs;const nt=We.empty;class Sn{constructor(e){this.members=e}map(e,t){const r=this.members.map(o=>o.map(e,t,Hn));return Sn.from(r)}forChild(e,t){if(t.isLeaf)return We.empty;let r=[];for(let o=0;o<this.members.length;o++){let i=this.members[o].forChild(e,t);i!=nt&&(i instanceof Sn?r=r.concat(i.members):r.push(i))}return Sn.from(r)}eq(e){if(!(e instanceof Sn)||e.members.length!=this.members.length)return!1;for(let t=0;t<this.members.length;t++)if(!this.members[t].eq(e.members[t]))return!1;return!0}locals(e){let t,r=!0;for(let o=0;o<this.members.length;o++){let i=this.members[o].localsInner(e);if(i.length)if(!t)t=i;else{r&&(t=t.slice(),r=!1);for(let s=0;s<i.length;s++)t.push(i[s])}}return t?Fs(r?t:t.sort(jn)):lr}static from(e){switch(e.length){case 0:return nt;case 1:return e[0];default:return new Sn(e.every(t=>t instanceof We)?e:e.reduce((t,r)=>t.concat(r instanceof We?r:r.members),[]))}}}function o1(n,e,t,r,o,i,s){let l=n.slice();for(let c=0,u=i;c<t.maps.length;c++){let d=0;t.maps[c].forEach((f,h,p,g)=>{let y=g-p-(h-f);for(let S=0;S<l.length;S+=3){let k=l[S+1];if(k<0||f>k+u-d)continue;let C=l[S]+u-d;h>=C?l[S+1]=f<=C?-2:-1:p>=o&&y&&(l[S]+=y,l[S+1]+=y)}d+=y}),u=t.maps[c].map(u,-1)}let a=!1;for(let c=0;c<l.length;c+=3)if(l[c+1]<0){if(l[c+1]==-2){a=!0,l[c+1]=-1;continue}let u=t.map(n[c]+i),d=u-o;if(d<0||d>=r.content.size){a=!0;continue}let f=t.map(n[c+1]+i,-1),h=f-o,{index:p,offset:g}=r.content.findIndex(d),y=r.maybeChild(p);if(y&&g==d&&g+y.nodeSize==h){let S=l[c+2].mapInner(t,y,u+1,n[c]+i+1,s);S!=nt?(l[c]=d,l[c+1]=h,l[c+2]=S):(l[c+1]=-2,a=!0)}else a=!0}if(a){let c=i1(l,n,e,t,o,i,s),u=Lo(c,r,0,s);e=u.local;for(let d=0;d<l.length;d+=3)l[d+1]<0&&(l.splice(d,3),d-=3);for(let d=0,f=0;d<u.children.length;d+=3){let h=u.children[d];for(;f<l.length&&l[f]<h;)f+=3;l.splice(f,0,u.children[d],u.children[d+1],u.children[d+2])}}return new We(e.sort(jn),l)}function du(n,e){if(!e||!n.length)return n;let t=[];for(let r=0;r<n.length;r++){let o=n[r];t.push(new wt(o.from+e,o.to+e,o.type))}return t}function i1(n,e,t,r,o,i,s){function l(a,c){for(let u=0;u<a.local.length;u++){let d=a.local[u].map(r,o,c);d?t.push(d):s.onRemove&&s.onRemove(a.local[u].spec)}for(let u=0;u<a.children.length;u+=3)l(a.children[u+2],a.children[u]+c+1)}for(let a=0;a<n.length;a+=3)n[a+1]==-1&&l(n[a+2],e[a]+i+1);return t}function fu(n,e,t){if(e.isLeaf)return null;let r=t+e.nodeSize,o=null;for(let i=0,s;i<n.length;i++)(s=n[i])&&s.from>t&&s.to<r&&((o||(o=[])).push(s),n[i]=null);return o}function pu(n){let e=[];for(let t=0;t<n.length;t++)n[t]!=null&&e.push(n[t]);return e}function Lo(n,e,t,r){let o=[],i=!1;e.forEach((l,a)=>{let c=fu(n,l,a+t);if(c){i=!0;let u=Lo(c,l,t+a+1,r);u!=nt&&o.push(a,a+l.nodeSize,u)}});let s=du(i?pu(n):n,-t).sort(jn);for(let l=0;l<s.length;l++)s[l].type.valid(e,s[l])||(r.onRemove&&r.onRemove(s[l].spec),s.splice(l--,1));return s.length||o.length?new We(s,o):nt}function jn(n,e){return n.from-e.from||n.to-e.to}function Fs(n){let e=n;for(let t=0;t<e.length-1;t++){let r=e[t];if(r.from!=r.to)for(let o=t+1;o<e.length;o++){let i=e[o];if(i.from==r.from){i.to!=r.to&&(e==n&&(e=n.slice()),e[o]=i.copy(i.from,r.to),hu(e,o+1,i.copy(r.to,i.to)));continue}else{i.from<r.to&&(e==n&&(e=n.slice()),e[t]=r.copy(r.from,i.from),hu(e,o,r.copy(i.from,r.to)));break}}}return e}function hu(n,e,t){for(;e<n.length&&jn(t,n[e])>0;)e++;n.splice(e,0,t)}function Vs(n){let e=[];return n.someProp("decorations",t=>{let r=t(n.state);r&&r!=nt&&e.push(r)}),n.cursorWrapper&&e.push(We.create(n.state.doc,[n.cursorWrapper.deco])),Sn.from(e)}const s1={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},a1=pt&&mn<=11;class l1{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}}class c1{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new l1,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let o=0;o<r.length;o++)this.queue.push(r[o]);pt&&mn<=11&&r.some(o=>o.type=="childList"&&o.removedNodes.length||o.type=="characterData"&&o.oldValue.length>o.target.nodeValue.length)?this.flushSoon():this.flush()}),a1&&(this.onCharData=r=>{this.queue.push({target:r.target,type:"characterData",oldValue:r.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,s1)),this.onCharData&&this.view.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let t=0;t<e.length;t++)this.queue.push(e[t]);window.setTimeout(()=>this.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener("DOMCharacterDataModified",this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener("selectionchange",this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener("selectionchange",this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(Uc(this.view)){if(this.suppressingSelectionUpdates)return on(this.view);if(pt&&mn<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&Fn(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,r;for(let i=e.focusNode;i;i=Dr(i))t.add(i);for(let i=e.anchorNode;i;i=Dr(i))if(t.has(i)){r=i;break}let o=r&&this.view.docView.nearestDesc(r);if(o&&o.ignoreMutation({type:"selection",target:r.nodeType==3?r.parentNode:r}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let r=e.domSelectionRange(),o=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(r)&&Uc(e)&&!this.ignoreSelectionChange(r),i=-1,s=-1,l=!1,a=[];if(e.editable)for(let u=0;u<t.length;u++){let d=this.registerMutation(t[u],a);d&&(i=i<0?d.from:Math.min(d.from,i),s=s<0?d.to:Math.max(d.to,s),d.typeOver&&(l=!0))}if(Vt&&a.length>1){let u=a.filter(d=>d.nodeName=="BR");if(u.length==2){let d=u[0],f=u[1];d.parentNode&&d.parentNode.parentNode==f.parentNode?f.remove():d.remove()}}let c=null;i<0&&o&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)<Date.now()-300&&Oo(r)&&(c=Ts(e))&&c.eq(Re.near(e.state.doc.resolve(0),1))?(e.input.lastFocus=0,on(e),this.currentSelection.set(r),e.scrollToSelection()):(i>-1||o)&&(i>-1&&(e.docView.markDirty(i,s),u1(e)),this.handleDOMChange(i,s,l,a),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||on(e),this.currentSelection.set(r))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let r=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(r==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!r||r.ignoreMutation(e))return null;if(e.type=="childList"){for(let u=0;u<e.addedNodes.length;u++)t.push(e.addedNodes[u]);if(r.contentDOM&&r.contentDOM!=r.dom&&!r.contentDOM.contains(e.target))return{from:r.posBefore,to:r.posAfter};let o=e.previousSibling,i=e.nextSibling;if(pt&&mn<=11&&e.addedNodes.length)for(let u=0;u<e.addedNodes.length;u++){let{previousSibling:d,nextSibling:f}=e.addedNodes[u];(!d||Array.prototype.indexOf.call(e.addedNodes,d)<0)&&(o=d),(!f||Array.prototype.indexOf.call(e.addedNodes,f)<0)&&(i=f)}let s=o&&o.parentNode==e.target?it(o)+1:0,l=r.localPosFromDOM(e.target,s,-1),a=i&&i.parentNode==e.target?it(i):e.target.childNodes.length,c=r.localPosFromDOM(e.target,a,1);return{from:l,to:c}}else return e.type=="attributes"?{from:r.posAtStart-r.border,to:r.posAtEnd+r.border}:{from:r.posAtStart,to:r.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}}}let mu=new WeakMap,gu=!1;function u1(n){if(!mu.has(n)&&(mu.set(n,null),["normal","nowrap","pre-line"].indexOf(getComputedStyle(n.dom).whiteSpace)!==-1)){if(n.requiresGeckoHackNode=Vt,gu)return;console.warn("ProseMirror expects the CSS white-space property to be set, preferably to 'pre-wrap'. It is recommended to load style/prosemirror.css from the prosemirror-view package."),gu=!0}}function d1(n){let e;function t(a){a.preventDefault(),a.stopImmediatePropagation(),e=a.getTargetRanges()[0]}n.dom.addEventListener("beforeinput",t,!0),document.execCommand("indent"),n.dom.removeEventListener("beforeinput",t,!0);let r=e.startContainer,o=e.startOffset,i=e.endContainer,s=e.endOffset,l=n.domAtPos(n.state.selection.anchor);return Fn(l.node,l.offset,i,s)&&([r,o,i,s]=[i,s,r,o]),{anchorNode:r,anchorOffset:o,focusNode:i,focusOffset:s}}function f1(n,e,t){let{node:r,fromOffset:o,toOffset:i,from:s,to:l}=n.docView.parseRange(e,t),a=n.domSelectionRange(),c,u=a.anchorNode;if(u&&n.dom.contains(u.nodeType==1?u:u.parentNode)&&(c=[{node:u,offset:a.anchorOffset}],Oo(a)||c.push({node:a.focusNode,offset:a.focusOffset})),tt&&n.input.lastKeyCode===8)for(let y=i;y>o;y--){let S=r.childNodes[y-1],k=S.pmViewDesc;if(S.nodeName=="BR"&&!k){i=y;break}if(!k||k.size)break}let d=n.state.doc,f=n.someProp("domParser")||Zn.fromSchema(n.state.schema),h=d.resolve(s),p=null,g=f.parse(r,{topNode:h.parent,topMatch:h.parent.contentMatchAt(h.index()),topOpen:!0,from:o,to:i,preserveWhitespace:h.parent.type.whitespace=="pre"?"full":!0,findPositions:c,ruleFromNode:p1,context:h});if(c&&c[0].pos!=null){let y=c[0].pos,S=c[1]&&c[1].pos;S==null&&(S=y),p={anchor:y+s,head:S+s}}return{doc:g,sel:p,from:s,to:l}}function p1(n){let e=n.pmViewDesc;if(e)return e.parseRule();if(n.nodeName=="BR"&&n.parentNode){if(st&&/^(ul|ol)$/i.test(n.parentNode.nodeName)){let t=document.createElement("div");return t.appendChild(document.createElement("li")),{skip:t}}else if(n.parentNode.lastChild==n||st&&/^(tr|table)$/i.test(n.parentNode.nodeName))return{ignore:!0}}else if(n.nodeName=="IMG"&&n.getAttribute("mark-placeholder"))return{ignore:!0};return null}const h1=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function m1(n,e,t,r,o){let i=n.input.compositionPendingChanges||(n.composing?n.input.compositionID:0);if(n.input.compositionPendingChanges=0,e<0){let $=n.input.lastSelectionTime>Date.now()-50?n.input.lastSelectionOrigin:null,V=Ts(n,$);if(V&&!n.state.selection.eq(V)){if(tt&&zt&&n.input.lastKeyCode===13&&Date.now()-100<n.input.lastKeyCodeTime&&n.someProp("handleKeyDown",P=>P(n,Vn(13,"Enter"))))return;let B=n.state.tr.setSelection(V);$=="pointer"?B.setMeta("pointer",!0):$=="key"&&B.scrollIntoView(),i&&B.setMeta("composition",i),n.dispatch(B)}return}let s=n.state.doc.resolve(e),l=s.sharedDepth(t);e=s.before(l+1),t=n.state.doc.resolve(t).after(l+1);let a=n.state.selection,c=f1(n,e,t),u=n.state.doc,d=u.slice(c.from,c.to),f,h;n.input.lastKeyCode===8&&Date.now()-100<n.input.lastKeyCodeTime?(f=n.state.selection.to,h="end"):(f=n.state.selection.from,h="start"),n.input.lastKeyCode=null;let p=v1(d.content,c.doc.content,c.from,f,h);if((or&&n.input.lastIOSEnter>Date.now()-225||zt)&&o.some($=>$.nodeType==1&&!h1.test($.nodeName))&&(!p||p.endA>=p.endB)&&n.someProp("handleKeyDown",$=>$(n,Vn(13,"Enter")))){n.input.lastIOSEnter=0;return}if(!p)if(r&&a instanceof De&&!a.empty&&a.$head.sameParent(a.$anchor)&&!n.composing&&!(c.sel&&c.sel.anchor!=c.sel.head))p={start:a.from,endA:a.to,endB:a.to};else{if(c.sel){let $=yu(n,n.state.doc,c.sel);if($&&!$.eq(n.state.selection)){let V=n.state.tr.setSelection($);i&&V.setMeta("composition",i),n.dispatch(V)}}return}if(tt&&n.cursorWrapper&&c.sel&&c.sel.anchor==n.cursorWrapper.deco.from&&c.sel.head==c.sel.anchor){let $=p.endB-p.start;c.sel={anchor:c.sel.anchor+$,head:c.sel.anchor+$}}n.input.domChangeCount++,n.state.selection.from<n.state.selection.to&&p.start==p.endB&&n.state.selection instanceof De&&(p.start>n.state.selection.from&&p.start<=n.state.selection.from+2&&n.state.selection.from>=c.from?p.start=n.state.selection.from:p.endA<n.state.selection.to&&p.endA>=n.state.selection.to-2&&n.state.selection.to<=c.to&&(p.endB+=n.state.selection.to-p.endA,p.endA=n.state.selection.to)),pt&&mn<=11&&p.endB==p.start+1&&p.endA==p.start&&p.start>c.from&&c.doc.textBetween(p.start-c.from-1,p.start-c.from+1)==" "&&(p.start--,p.endA--,p.endB--);let g=c.doc.resolveNoCache(p.start-c.from),y=c.doc.resolveNoCache(p.endB-c.from),S=u.resolve(p.start),k=g.sameParent(y)&&g.parent.inlineContent&&S.end()>=p.endA,C;if((or&&n.input.lastIOSEnter>Date.now()-225&&(!k||o.some($=>$.nodeName=="DIV"||$.nodeName=="P"))||!k&&g.pos<c.doc.content.size&&!g.sameParent(y)&&(C=Re.findFrom(c.doc.resolve(g.pos+1),1,!0))&&C.head==y.pos)&&n.someProp("handleKeyDown",$=>$(n,Vn(13,"Enter")))){n.input.lastIOSEnter=0;return}if(n.state.selection.anchor>p.start&&y1(u,p.start,p.endA,g,y)&&n.someProp("handleKeyDown",$=>$(n,Vn(8,"Backspace")))){zt&&tt&&n.domObserver.suppressSelectionUpdates();return}tt&&zt&&p.endB==p.start&&(n.input.lastAndroidDelete=Date.now()),zt&&!k&&g.start()!=y.start()&&y.parentOffset==0&&g.depth==y.depth&&c.sel&&c.sel.anchor==c.sel.head&&c.sel.head==p.endA&&(p.endB-=2,y=c.doc.resolveNoCache(p.endB-c.from),setTimeout(()=>{n.someProp("handleKeyDown",function($){return $(n,Vn(13,"Enter"))})},20));let b=p.start,R=p.endA,w,F,z;if(k){if(g.pos==y.pos)pt&&mn<=11&&g.parentOffset==0&&(n.domObserver.suppressSelectionUpdates(),setTimeout(()=>on(n),20)),w=n.state.tr.delete(b,R),F=u.resolve(p.start).marksAcross(u.resolve(p.endA));else if(p.endA==p.endB&&(z=g1(g.parent.content.cut(g.parentOffset,y.parentOffset),S.parent.content.cut(S.parentOffset,p.endA-S.start()))))w=n.state.tr,z.type=="add"?w.addMark(b,R,z.mark):w.removeMark(b,R,z.mark);else if(g.parent.child(g.index()).isText&&g.index()==y.index()-(y.textOffset?0:1)){let $=g.parent.textBetween(g.parentOffset,y.parentOffset);if(n.someProp("handleTextInput",V=>V(n,b,R,$)))return;w=n.state.tr.insertText($,b,R)}}if(w||(w=n.state.tr.replace(b,R,c.doc.slice(p.start-c.from,p.endB-c.from))),c.sel){let $=yu(n,w.doc,c.sel);$&&!(tt&&zt&&n.composing&&$.empty&&(p.start!=p.endB||n.input.lastAndroidDelete<Date.now()-100)&&($.head==b||$.head==w.mapping.map(R)-1)||pt&&$.empty&&$.head==b)&&w.setSelection($)}F&&w.ensureMarks(F),i&&w.setMeta("composition",i),n.dispatch(w.scrollIntoView())}function yu(n,e,t){return Math.max(t.anchor,t.head)>e.content.size?null:Os(n,e.resolve(t.anchor),e.resolve(t.head))}function g1(n,e){let t=n.firstChild.marks,r=e.firstChild.marks,o=t,i=r,s,l,a;for(let u=0;u<r.length;u++)o=r[u].removeFromSet(o);for(let u=0;u<t.length;u++)i=t[u].removeFromSet(i);if(o.length==1&&i.length==0)l=o[0],s="add",a=u=>u.mark(l.addToSet(u.marks));else if(o.length==0&&i.length==1)l=i[0],s="remove",a=u=>u.mark(l.removeFromSet(u.marks));else return null;let c=[];for(let u=0;u<e.childCount;u++)c.push(a(e.child(u)));if(oe.from(c).eq(n))return{mark:l,type:s}}function y1(n,e,t,r,o){if(!r.parent.isTextblock||t-e<=o.pos-r.pos||zs(r,!0,!1)<o.pos)return!1;let i=n.resolve(e);if(i.parentOffset<i.parent.content.size||!i.parent.isTextblock)return!1;let s=n.resolve(zs(i,!0,!0));return!s.parent.isTextblock||s.pos>t||zs(s,!0,!1)<t?!1:r.parent.content.cut(r.parentOffset).eq(s.parent.content)}function zs(n,e,t){let r=n.depth,o=e?n.end():n.pos;for(;r>0&&(e||n.indexAfter(r)==n.node(r).childCount);)r--,o++,e=!1;if(t){let i=n.node(r).maybeChild(n.indexAfter(r));for(;i&&!i.isLeaf;)i=i.firstChild,o++}return o}function v1(n,e,t,r,o){let i=n.findDiffStart(e,t);if(i==null)return null;let{a:s,b:l}=n.findDiffEnd(e,t+n.size,t+e.size);if(o=="end"){let a=Math.max(0,i-Math.min(s,l));r-=s+a-i}if(s<i&&n.size<e.size){let a=r<=i&&r>=s?i-r:0;i-=a,i&&i<e.size&&vu(e.textBetween(i-1,i+1))&&(i+=a?1:-1),l=i+(l-s),s=i}else if(l<i){let a=r<=i&&r>=l?i-r:0;i-=a,i&&i<n.size&&vu(n.textBetween(i-1,i+1))&&(i+=a?1:-1),s=i+(s-l),l=i}return{start:i,endA:s,endB:l}}function vu(n){if(n.length!=2)return!1;let e=n.charCodeAt(0),t=n.charCodeAt(1);return e>=56320&&e<=57343&&t>=55296&&t<=56319}class b1{constructor(e,t){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new $g,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(ku),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement("div"),e&&(e.appendChild?e.appendChild(this.dom):typeof e=="function"?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=Su(this),xu(this),this.nodeViews=Eu(this),this.docView=Mc(this.state.doc,bu(this),Vs(this),this.dom,this),this.domObserver=new c1(this,(r,o,i,s)=>m1(this,r,o,i,s)),this.domObserver.start(),Ug(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Rs(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(ku),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let r in this._props)t[r]=this._props[r];t.state=this.state;for(let r in e)t[r]=e[r];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){var r;let o=this.state,i=!1,s=!1;e.storedMarks&&this.composing&&(au(this),s=!0),this.state=e;let l=o.plugins!=e.plugins||this._props.plugins!=t.plugins;if(l||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let h=Eu(this);S1(h,this.nodeViews)&&(this.nodeViews=h,i=!0)}(l||t.handleDOMEvents!=this._props.handleDOMEvents)&&Rs(this),this.editable=Su(this),xu(this);let a=Vs(this),c=bu(this),u=o.plugins!=e.plugins&&!o.doc.eq(e.doc)?"reset":e.scrollToSelection>o.scrollToSelection?"to selection":"preserve",d=i||!this.docView.matchesNode(e.doc,c,a);(d||!e.selection.eq(o.selection))&&(s=!0);let f=u=="preserve"&&s&&this.dom.style.overflowAnchor==null&&tg(this);if(s){this.domObserver.stop();let h=d&&(pt||tt)&&!this.composing&&!o.selection.empty&&!e.selection.empty&&x1(o.selection,e.selection);if(d){let p=tt?this.trackWrites=this.domSelectionRange().focusNode:null;(i||!this.docView.update(e.doc,c,a,this))&&(this.docView.updateOuterDeco([]),this.docView.destroy(),this.docView=Mc(e.doc,c,a,this.dom,this)),p&&!this.trackWrites&&(h=!0)}h||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&Tg(this))?on(this,h):(zc(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(o),!((r=this.dragging)===null||r===void 0)&&r.node&&!o.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,o),u=="reset"?this.dom.scrollTop=0:u=="to selection"?this.scrollToSelection():f&&ng(f)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!this.someProp("handleScrollToSelection",t=>t(this)))if(this.state.selection instanceof Se){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&gc(this,t.getBoundingClientRect(),e)}else gc(this,this.coordsAtPos(this.state.selection.head,1),e)}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let t=0;t<this.directPlugins.length;t++){let r=this.directPlugins[t];r.spec.view&&this.pluginViews.push(r.spec.view(this))}for(let t=0;t<this.state.plugins.length;t++){let r=this.state.plugins[t];r.spec.view&&this.pluginViews.push(r.spec.view(this))}}else for(let t=0;t<this.pluginViews.length;t++){let r=this.pluginViews[t];r.update&&r.update(this,e)}}updateDraggedNode(e,t){let r=e.node,o=-1;if(this.state.doc.nodeAt(r.from)==r.node)o=r.from;else{let i=r.from+(this.state.doc.content.size-t.doc.content.size);(i>0&&this.state.doc.nodeAt(i))==r.node&&(o=i)}this.dragging=new cu(e.slice,e.move,o<0?void 0:Se.create(this.state.doc,o))}someProp(e,t){let r=this._props&&this._props[e],o;if(r!=null&&(o=t?t(r):r))return o;for(let s=0;s<this.directPlugins.length;s++){let l=this.directPlugins[s].props[e];if(l!=null&&(o=t?t(l):l))return o}let i=this.state.plugins;if(i)for(let s=0;s<i.length;s++){let l=i[s].props[e];if(l!=null&&(o=t?t(l):l))return o}}hasFocus(){if(pt){let e=this.root.activeElement;if(e==this.dom)return!0;if(!e||!this.dom.contains(e))return!1;for(;e&&this.dom!=e&&this.dom.contains(e);){if(e.contentEditable=="false")return!1;e=e.parentElement}return!0}return this.root.activeElement==this.dom}focus(){this.domObserver.stop(),this.editable&&rg(this.dom),on(this),this.domObserver.start()}get root(){let e=this._root;if(e==null){for(let t=this.dom.parentNode;t;t=t.parentNode)if(t.nodeType==9||t.nodeType==11&&t.host)return t.getSelection||(Object.getPrototypeOf(t).getSelection=()=>t.ownerDocument.getSelection()),this._root=t}return e||document}updateRoot(){this._root=null}posAtCoords(e){return lg(this,e)}coordsAtPos(e,t=1){return Ec(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,r=-1){let o=this.docView.posFromDOM(e,t,r);if(o==null)throw new RangeError("DOM position not inside the editor");return o}endOfTextblock(e,t){return pg(this,t||this.state,e)}pasteHTML(e,t){return $r(this,"",e,!1,t||new ClipboardEvent("paste"))}pasteText(e,t){return $r(this,e,null,!0,t||new ClipboardEvent("paste"))}destroy(){this.docView&&(Hg(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],Vs(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null)}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Wg(this,e)}dispatch(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))}domSelectionRange(){return st&&this.root.nodeType===11&&Ym(this.dom.ownerDocument)==this.dom?d1(this):this.domSelection()}domSelection(){return this.root.getSelection()}}function bu(n){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(n.editable),n.someProp("attributes",t=>{if(typeof t=="function"&&(t=t(n.state)),t)for(let r in t)r=="class"?e.class+=" "+t[r]:r=="style"?e.style=(e.style?e.style+";":"")+t[r]:!e[r]&&r!="contenteditable"&&r!="nodeName"&&(e[r]=String(t[r]))}),e.translate||(e.translate="no"),[wt.node(0,n.state.doc.content.size,e)]}function xu(n){if(n.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),n.cursorWrapper={dom:e,deco:wt.widget(n.state.selection.head,e,{raw:!0,marks:n.markCursor})}}else n.cursorWrapper=null}function Su(n){return!n.someProp("editable",e=>e(n.state)===!1)}function x1(n,e){let t=Math.min(n.$anchor.sharedDepth(n.head),e.$anchor.sharedDepth(e.head));return n.$anchor.start(t)!=e.$anchor.start(t)}function Eu(n){let e=Object.create(null);function t(r){for(let o in r)Object.prototype.hasOwnProperty.call(e,o)||(e[o]=r[o])}return n.someProp("nodeViews",t),n.someProp("markViews",t),e}function S1(n,e){let t=0,r=0;for(let o in n){if(n[o]!=e[o])return!0;t++}for(let o in e)r++;return t!=r}function ku(n){if(n.spec.state||n.spec.filterTransaction||n.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}for(var En={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},Po={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},E1=typeof navigator<"u"&&/Mac/.test(navigator.platform),k1=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),_e=0;_e<10;_e++)En[48+_e]=En[96+_e]=String(_e);for(var _e=1;_e<=24;_e++)En[_e+111]="F"+_e;for(var _e=65;_e<=90;_e++)En[_e]=String.fromCharCode(_e+32),Po[_e]=String.fromCharCode(_e);for(var $s in En)Po.hasOwnProperty($s)||(Po[$s]=En[$s]);function C1(n){var e=E1&&n.metaKey&&n.shiftKey&&!n.ctrlKey&&!n.altKey||k1&&n.shiftKey&&n.key&&n.key.length==1||n.key=="Unidentified",t=!e&&n.key||(n.shiftKey?Po:En)[n.keyCode]||n.key||"Unidentified";return t=="Esc"&&(t="Escape"),t=="Del"&&(t="Delete"),t=="Left"&&(t="ArrowLeft"),t=="Up"&&(t="ArrowUp"),t=="Right"&&(t="ArrowRight"),t=="Down"&&(t="ArrowDown"),t}const w1=typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):!1;function T1(n){let e=n.split(/-(?!$)/),t=e[e.length-1];t=="Space"&&(t=" ");let r,o,i,s;for(let l=0;l<e.length-1;l++){let a=e[l];if(/^(cmd|meta|m)$/i.test(a))s=!0;else if(/^a(lt)?$/i.test(a))r=!0;else if(/^(c|ctrl|control)$/i.test(a))o=!0;else if(/^s(hift)?$/i.test(a))i=!0;else if(/^mod$/i.test(a))w1?s=!0:o=!0;else throw new Error("Unrecognized modifier name: "+a)}return r&&(t="Alt-"+t),o&&(t="Ctrl-"+t),s&&(t="Meta-"+t),i&&(t="Shift-"+t),t}function A1(n){let e=Object.create(null);for(let t in n)e[T1(t)]=n[t];return e}function Us(n,e,t=!0){return e.altKey&&(n="Alt-"+n),e.ctrlKey&&(n="Ctrl-"+n),e.metaKey&&(n="Meta-"+n),t&&e.shiftKey&&(n="Shift-"+n),n}function O1(n){return new ft({props:{handleKeyDown:M1(n)}})}function M1(n){let e=A1(n);return function(t,r){let o=C1(r),i,s=e[Us(o,r)];if(s&&s(t.state,t.dispatch,t))return!0;if(o.length==1&&o!=" "){if(r.shiftKey){let l=e[Us(o,r,!1)];if(l&&l(t.state,t.dispatch,t))return!0}if((r.shiftKey||r.altKey||r.metaKey||o.charCodeAt(0)>127)&&(i=En[r.keyCode])&&i!=o){let l=e[Us(i,r)];if(l&&l(t.state,t.dispatch,t))return!0}}return!1}}const I1=(n,e)=>n.selection.empty?!1:(e&&e(n.tr.deleteSelection().scrollIntoView()),!0);function N1(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("backward",n):t.parentOffset>0)?null:t}const R1=(n,e,t)=>{let r=N1(n,t);if(!r)return!1;let o=Cu(r);if(!o){let s=r.blockRange(),l=s&&_n(s);return l==null?!1:(e&&e(n.tr.lift(s,l).scrollIntoView()),!0)}let i=o.nodeBefore;if(!i.type.spec.isolating&&Au(n,o,e))return!0;if(r.parent.content.size==0&&(cr(i,"end")||Se.isSelectable(i))){let s=us(n.doc,r.before(),r.after(),fe.empty);if(s&&s.slice.size<s.to-s.from){if(e){let l=n.tr.step(s);l.setSelection(cr(i,"end")?Re.findFrom(l.doc.resolve(l.mapping.map(o.pos,-1)),-1):Se.create(l.doc,o.pos-i.nodeSize)),e(l.scrollIntoView())}return!0}}return i.isAtom&&o.depth==r.depth-1?(e&&e(n.tr.delete(o.pos-i.nodeSize,o.pos).scrollIntoView()),!0):!1};function cr(n,e,t=!1){for(let r=n;r;r=e=="start"?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(t&&r.childCount!=1)return!1}return!1}const D1=(n,e,t)=>{let{$head:r,empty:o}=n.selection,i=r;if(!o)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("backward",n):r.parentOffset>0)return!1;i=Cu(r)}let s=i&&i.nodeBefore;return!s||!Se.isSelectable(s)?!1:(e&&e(n.tr.setSelection(Se.create(n.doc,i.pos-s.nodeSize)).scrollIntoView()),!0)};function Cu(n){if(!n.parent.type.spec.isolating)for(let e=n.depth-1;e>=0;e--){if(n.index(e)>0)return n.doc.resolve(n.before(e+1));if(n.node(e).type.spec.isolating)break}return null}function L1(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("forward",n):t.parentOffset<t.parent.content.size)?null:t}const P1=(n,e,t)=>{let r=L1(n,t);if(!r)return!1;let o=wu(r);if(!o)return!1;let i=o.nodeAfter;if(Au(n,o,e))return!0;if(r.parent.content.size==0&&(cr(i,"start")||Se.isSelectable(i))){let s=us(n.doc,r.before(),r.after(),fe.empty);if(s&&s.slice.size<s.to-s.from){if(e){let l=n.tr.step(s);l.setSelection(cr(i,"start")?Re.findFrom(l.doc.resolve(l.mapping.map(o.pos)),1):Se.create(l.doc,l.mapping.map(o.pos))),e(l.scrollIntoView())}return!0}}return i.isAtom&&o.depth==r.depth-1?(e&&e(n.tr.delete(o.pos,o.pos+i.nodeSize).scrollIntoView()),!0):!1},B1=(n,e,t)=>{let{$head:r,empty:o}=n.selection,i=r;if(!o)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("forward",n):r.parentOffset<r.parent.content.size)return!1;i=wu(r)}let s=i&&i.nodeAfter;return!s||!Se.isSelectable(s)?!1:(e&&e(n.tr.setSelection(Se.create(n.doc,i.pos)).scrollIntoView()),!0)};function wu(n){if(!n.parent.type.spec.isolating)for(let e=n.depth-1;e>=0;e--){let t=n.node(e);if(n.index(e)+1<t.childCount)return n.doc.resolve(n.after(e+1));if(t.type.spec.isolating)break}return null}const F1=(n,e)=>{let t=n.selection,r=t instanceof Se,o;if(r){if(t.node.isTextblock||!pn(n.doc,t.from))return!1;o=t.from}else if(o=wo(n.doc,t.from,-1),o==null)return!1;if(e){let i=n.tr.join(o);r&&i.setSelection(Se.create(i.doc,o-n.doc.resolve(o).nodeBefore.nodeSize)),e(i.scrollIntoView())}return!0},V1=(n,e)=>{let t=n.selection,r;if(t instanceof Se){if(t.node.isTextblock||!pn(n.doc,t.to))return!1;r=t.to}else if(r=wo(n.doc,t.to,1),r==null)return!1;return e&&e(n.tr.join(r).scrollIntoView()),!0},z1=(n,e)=>{let{$from:t,$to:r}=n.selection,o=t.blockRange(r),i=o&&_n(o);return i==null?!1:(e&&e(n.tr.lift(o,i).scrollIntoView()),!0)},$1=(n,e)=>{let{$head:t,$anchor:r}=n.selection;return!t.parent.type.spec.code||!t.sameParent(r)?!1:(e&&e(n.tr.insertText(`
|
|
19
|
-
`).scrollIntoView()),!0)};function Tu(n){for(let e=0;e<n.edgeCount;e++){let{type:t}=n.edge(e);if(t.isTextblock&&!t.hasRequiredAttrs())return t}return null}const U1=(n,e)=>{let{$head:t,$anchor:r}=n.selection;if(!t.parent.type.spec.code||!t.sameParent(r))return!1;let o=t.node(-1),i=t.indexAfter(-1),s=Tu(o.contentMatchAt(i));if(!s||!o.canReplaceWith(i,i,s))return!1;if(e){let l=t.after(),a=n.tr.replaceWith(l,l,s.createAndFill());a.setSelection(Re.near(a.doc.resolve(l),1)),e(a.scrollIntoView())}return!0},H1=(n,e)=>{let t=n.selection,{$from:r,$to:o}=t;if(t instanceof Bt||r.parent.inlineContent||o.parent.inlineContent)return!1;let i=Tu(o.parent.contentMatchAt(o.indexAfter()));if(!i||!i.isTextblock)return!1;if(e){let s=(!r.parentOffset&&o.index()<o.parent.childCount?r:o).pos,l=n.tr.insert(s,i.createAndFill());l.setSelection(De.create(l.doc,s+1)),e(l.scrollIntoView())}return!0},j1=(n,e)=>{let{$cursor:t}=n.selection;if(!t||t.parent.content.size)return!1;if(t.depth>1&&t.after()!=t.end(-1)){let i=t.before();if(qn(n.doc,i))return e&&e(n.tr.split(i).scrollIntoView()),!0}let r=t.blockRange(),o=r&&_n(r);return o==null?!1:(e&&e(n.tr.lift(r,o).scrollIntoView()),!0)},W1=(n,e)=>{let{$from:t,to:r}=n.selection,o,i=t.sharedDepth(r);return i==0?!1:(o=t.before(i),e&&e(n.tr.setSelection(Se.create(n.doc,o))),!0)};function K1(n,e,t){let r=e.nodeBefore,o=e.nodeAfter,i=e.index();return!r||!o||!r.type.compatibleContent(o.type)?!1:!r.content.size&&e.parent.canReplace(i-1,i)?(t&&t(n.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(i,i+1)||!(o.isTextblock||pn(n.doc,e.pos))?!1:(t&&t(n.tr.clearIncompatible(e.pos,r.type,r.contentMatchAt(r.childCount)).join(e.pos).scrollIntoView()),!0)}function Au(n,e,t){let r=e.nodeBefore,o=e.nodeAfter,i,s;if(r.type.spec.isolating||o.type.spec.isolating)return!1;if(K1(n,e,t))return!0;let l=e.parent.canReplace(e.index(),e.index()+1);if(l&&(i=(s=r.contentMatchAt(r.childCount)).findWrapping(o.type))&&s.matchType(i[0]||o.type).validEnd){if(t){let d=e.pos+o.nodeSize,f=oe.empty;for(let g=i.length-1;g>=0;g--)f=oe.from(i[g].create(null,f));f=oe.from(r.copy(f));let h=n.tr.step(new Je(e.pos-1,d,e.pos,d,new fe(f,1,0),i.length,!0)),p=d+2*i.length;pn(h.doc,p)&&h.join(p),t(h.scrollIntoView())}return!0}let a=Re.findFrom(e,1),c=a&&a.$from.blockRange(a.$to),u=c&&_n(c);if(u!=null&&u>=e.depth)return t&&t(n.tr.lift(c,u).scrollIntoView()),!0;if(l&&cr(o,"start",!0)&&cr(r,"end")){let d=r,f=[];for(;f.push(d),!d.isTextblock;)d=d.lastChild;let h=o,p=1;for(;!h.isTextblock;h=h.firstChild)p++;if(d.canReplace(d.childCount,d.childCount,h.content)){if(t){let g=oe.empty;for(let S=f.length-1;S>=0;S--)g=oe.from(f[S].copy(g));let y=n.tr.step(new Je(e.pos-f.length,e.pos+o.nodeSize,e.pos+p,e.pos+o.nodeSize-p,new fe(g,f.length,0),0,!0));t(y.scrollIntoView())}return!0}}return!1}function Ou(n){return function(e,t){let r=e.selection,o=n<0?r.$from:r.$to,i=o.depth;for(;o.node(i).isInline;){if(!i)return!1;i--}return o.node(i).isTextblock?(t&&t(e.tr.setSelection(De.create(e.doc,n<0?o.start(i):o.end(i)))),!0):!1}}const G1=Ou(-1),J1=Ou(1);function Y1(n,e=null){return function(t,r){let{$from:o,$to:i}=t.selection,s=o.blockRange(i),l=s&&cs(s,n,e);return l?(r&&r(t.tr.wrap(s,l).scrollIntoView()),!0):!1}}function Mu(n,e=null){return function(t,r){let o=!1;for(let i=0;i<t.selection.ranges.length&&!o;i++){let{$from:{pos:s},$to:{pos:l}}=t.selection.ranges[i];t.doc.nodesBetween(s,l,(a,c)=>{if(o)return!1;if(!(!a.isTextblock||a.hasMarkup(n,e)))if(a.type==n)o=!0;else{let u=t.doc.resolve(c),d=u.index();o=u.parent.canReplaceWith(d,d+1,n)}})}if(!o)return!1;if(r){let i=t.tr;for(let s=0;s<t.selection.ranges.length;s++){let{$from:{pos:l},$to:{pos:a}}=t.selection.ranges[s];i.setBlockType(l,a,n,e)}r(i.scrollIntoView())}return!0}}typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):typeof os<"u"&&os.platform&&os.platform()=="darwin";function X1(n,e=null){return function(t,r){let{$from:o,$to:i}=t.selection,s=o.blockRange(i),l=!1,a=s;if(!s)return!1;if(s.depth>=2&&o.node(s.depth-1).type.compatibleContent(n)&&s.startIndex==0){if(o.index(s.depth-1)==0)return!1;let u=t.doc.resolve(s.start-2);a=new vo(u,u,s.depth),s.endIndex<s.parent.childCount&&(s=new vo(o,t.doc.resolve(i.end(s.depth)),s.depth)),l=!0}let c=cs(a,n,e,s);return c?(r&&r(Z1(t.tr,s,c,l,n).scrollIntoView()),!0):!1}}function Z1(n,e,t,r,o){let i=oe.empty;for(let u=t.length-1;u>=0;u--)i=oe.from(t[u].type.create(t[u].attrs,i));n.step(new Je(e.start-(r?2:0),e.end,e.start,e.end,new fe(i,0,0),t.length,!0));let s=0;for(let u=0;u<t.length;u++)t[u].type==o&&(s=u+1);let l=t.length-s,a=e.start+t.length-(r?2:0),c=e.parent;for(let u=e.startIndex,d=e.endIndex,f=!0;u<d;u++,f=!1)!f&&qn(n.doc,a,l)&&(n.split(a,l),a+=2*l),a+=c.child(u).nodeSize;return n}function Q1(n){return function(e,t){let{$from:r,$to:o}=e.selection,i=r.blockRange(o,s=>s.childCount>0&&s.firstChild.type==n);return i?t?r.node(i.depth-1).type==n?_1(e,t,n,i):q1(e,t,i):!0:!1}}function _1(n,e,t,r){let o=n.tr,i=r.end,s=r.$to.end(r.depth);i<s&&(o.step(new Je(i-1,s,i,s,new fe(oe.from(t.create(null,r.parent.copy())),1,0),1,!0)),r=new vo(o.doc.resolve(r.$from.pos),o.doc.resolve(s),r.depth));const l=_n(r);if(l==null)return!1;o.lift(r,l);let a=o.mapping.map(i,-1)-1;return pn(o.doc,a)&&o.join(a),e(o.scrollIntoView()),!0}function q1(n,e,t){let r=n.tr,o=t.parent;for(let h=t.end,p=t.endIndex-1,g=t.startIndex;p>g;p--)h-=o.child(p).nodeSize,r.delete(h-1,h+1);let i=r.doc.resolve(t.start),s=i.nodeAfter;if(r.mapping.map(t.end)!=t.start+i.nodeAfter.nodeSize)return!1;let l=t.startIndex==0,a=t.endIndex==o.childCount,c=i.node(-1),u=i.index(-1);if(!c.canReplace(u+(l?0:1),u+1,s.content.append(a?oe.empty:oe.from(o))))return!1;let d=i.pos,f=d+s.nodeSize;return r.step(new Je(d-(l?1:0),f+(a?1:0),d+1,f-1,new fe((l?oe.empty:oe.from(o.copy(oe.empty))).append(a?oe.empty:oe.from(o.copy(oe.empty))),l?0:1,a?0:1),l?0:1)),e(r.scrollIntoView()),!0}function e0(n){return function(e,t){let{$from:r,$to:o}=e.selection,i=r.blockRange(o,c=>c.childCount>0&&c.firstChild.type==n);if(!i)return!1;let s=i.startIndex;if(s==0)return!1;let l=i.parent,a=l.child(s-1);if(a.type!=n)return!1;if(t){let c=a.lastChild&&a.lastChild.type==l.type,u=oe.from(c?n.create():null),d=new fe(oe.from(n.create(null,oe.from(l.type.create(null,u)))),c?3:1,0),f=i.start,h=i.end;t(e.tr.step(new Je(f-(c?3:1),h,f,h,d,1,!0)).scrollIntoView())}return!0}}function Bo(n){const{state:e,transaction:t}=n;let{selection:r}=t,{doc:o}=t,{storedMarks:i}=t;return{...e,apply:e.apply.bind(e),applyTransaction:e.applyTransaction.bind(e),filterTransaction:e.filterTransaction,plugins:e.plugins,schema:e.schema,reconfigure:e.reconfigure.bind(e),toJSON:e.toJSON.bind(e),get storedMarks(){return i},get selection(){return r},get doc(){return o},get tr(){return r=t.selection,o=t.doc,i=t.storedMarks,t}}}class Fo{constructor(e){this.editor=e.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=e.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:e,editor:t,state:r}=this,{view:o}=t,{tr:i}=r,s=this.buildProps(i);return Object.fromEntries(Object.entries(e).map(([l,a])=>[l,(...u)=>{const d=a(...u)(s);return!i.getMeta("preventDispatch")&&!this.hasCustomState&&o.dispatch(i),d}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(e,t=!0){const{rawCommands:r,editor:o,state:i}=this,{view:s}=o,l=[],a=!!e,c=e||i.tr,u=()=>(!a&&t&&!c.getMeta("preventDispatch")&&!this.hasCustomState&&s.dispatch(c),l.every(f=>f===!0)),d={...Object.fromEntries(Object.entries(r).map(([f,h])=>[f,(...g)=>{const y=this.buildProps(c,t),S=h(...g)(y);return l.push(S),d}])),run:u};return d}createCan(e){const{rawCommands:t,state:r}=this,o=!1,i=e||r.tr,s=this.buildProps(i,o);return{...Object.fromEntries(Object.entries(t).map(([a,c])=>[a,(...u)=>c(...u)({...s,dispatch:void 0})])),chain:()=>this.createChain(i,o)}}buildProps(e,t=!0){const{rawCommands:r,editor:o,state:i}=this,{view:s}=o,l={tr:e,editor:o,view:s,state:Bo({state:i,transaction:e}),dispatch:t?()=>{}:void 0,chain:()=>this.createChain(e,t),can:()=>this.createCan(e),get commands(){return Object.fromEntries(Object.entries(r).map(([a,c])=>[a,(...u)=>c(...u)(l)]))}};return l}}class t0{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){const r=this.callbacks[e];return r&&r.forEach(o=>o.apply(this,t)),this}off(e,t){const r=this.callbacks[e];return r&&(t?this.callbacks[e]=r.filter(o=>o!==t):delete this.callbacks[e]),this}removeAllListeners(){this.callbacks={}}}function pe(n,e,t){return n.config[e]===void 0&&n.parent?pe(n.parent,e,t):typeof n.config[e]=="function"?n.config[e].bind({...t,parent:n.parent?pe(n.parent,e,t):null}):n.config[e]}function Vo(n){const e=n.filter(o=>o.type==="extension"),t=n.filter(o=>o.type==="node"),r=n.filter(o=>o.type==="mark");return{baseExtensions:e,nodeExtensions:t,markExtensions:r}}function Iu(n){const e=[],{nodeExtensions:t,markExtensions:r}=Vo(n),o=[...t,...r],i={default:null,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1};return n.forEach(s=>{const l={name:s.name,options:s.options,storage:s.storage},a=pe(s,"addGlobalAttributes",l);if(!a)return;a().forEach(u=>{u.types.forEach(d=>{Object.entries(u.attributes).forEach(([f,h])=>{e.push({type:d,name:f,attribute:{...i,...h}})})})})}),o.forEach(s=>{const l={name:s.name,options:s.options,storage:s.storage},a=pe(s,"addAttributes",l);if(!a)return;const c=a();Object.entries(c).forEach(([u,d])=>{const f={...i,...d};typeof(f==null?void 0:f.default)=="function"&&(f.default=f.default()),f!=null&&f.isRequired&&(f==null?void 0:f.default)===void 0&&delete f.default,e.push({type:s.name,name:u,attribute:f})})}),e}function Ye(n,e){if(typeof n=="string"){if(!e.nodes[n])throw Error(`There is no node type named '${n}'. Maybe you forgot to add the extension?`);return e.nodes[n]}return n}function ct(...n){return n.filter(e=>!!e).reduce((e,t)=>{const r={...e};return Object.entries(t).forEach(([o,i])=>{if(!r[o]){r[o]=i;return}if(o==="class"){const l=i?i.split(" "):[],a=r[o]?r[o].split(" "):[],c=l.filter(u=>!a.includes(u));r[o]=[...a,...c].join(" ")}else o==="style"?r[o]=[r[o],i].join("; "):r[o]=i}),r},{})}function Hs(n,e){return e.filter(t=>t.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(n.attrs)||{}:{[t.name]:n.attrs[t.name]}).reduce((t,r)=>ct(t,r),{})}function Nu(n){return typeof n=="function"}function Ie(n,e=void 0,...t){return Nu(n)?e?n.bind(e)(...t):n(...t):n}function n0(n={}){return Object.keys(n).length===0&&n.constructor===Object}function r0(n){return typeof n!="string"?n:n.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(n):n==="true"?!0:n==="false"?!1:n}function Ru(n,e){return n.style?n:{...n,getAttrs:t=>{const r=n.getAttrs?n.getAttrs(t):n.attrs;if(r===!1)return!1;const o=e.reduce((i,s)=>{const l=s.attribute.parseHTML?s.attribute.parseHTML(t):r0(t.getAttribute(s.name));return l==null?i:{...i,[s.name]:l}},{});return{...r,...o}}}}function Du(n){return Object.fromEntries(Object.entries(n).filter(([e,t])=>e==="attrs"&&n0(t)?!1:t!=null))}function o0(n,e){var t;const r=Iu(n),{nodeExtensions:o,markExtensions:i}=Vo(n),s=(t=o.find(c=>pe(c,"topNode")))===null||t===void 0?void 0:t.name,l=Object.fromEntries(o.map(c=>{const u=r.filter(S=>S.type===c.name),d={name:c.name,options:c.options,storage:c.storage,editor:e},f=n.reduce((S,k)=>{const C=pe(k,"extendNodeSchema",d);return{...S,...C?C(c):{}}},{}),h=Du({...f,content:Ie(pe(c,"content",d)),marks:Ie(pe(c,"marks",d)),group:Ie(pe(c,"group",d)),inline:Ie(pe(c,"inline",d)),atom:Ie(pe(c,"atom",d)),selectable:Ie(pe(c,"selectable",d)),draggable:Ie(pe(c,"draggable",d)),code:Ie(pe(c,"code",d)),defining:Ie(pe(c,"defining",d)),isolating:Ie(pe(c,"isolating",d)),attrs:Object.fromEntries(u.map(S=>{var k;return[S.name,{default:(k=S==null?void 0:S.attribute)===null||k===void 0?void 0:k.default}]}))}),p=Ie(pe(c,"parseHTML",d));p&&(h.parseDOM=p.map(S=>Ru(S,u)));const g=pe(c,"renderHTML",d);g&&(h.toDOM=S=>g({node:S,HTMLAttributes:Hs(S,u)}));const y=pe(c,"renderText",d);return y&&(h.toText=y),[c.name,h]})),a=Object.fromEntries(i.map(c=>{const u=r.filter(y=>y.type===c.name),d={name:c.name,options:c.options,storage:c.storage,editor:e},f=n.reduce((y,S)=>{const k=pe(S,"extendMarkSchema",d);return{...y,...k?k(c):{}}},{}),h=Du({...f,inclusive:Ie(pe(c,"inclusive",d)),excludes:Ie(pe(c,"excludes",d)),group:Ie(pe(c,"group",d)),spanning:Ie(pe(c,"spanning",d)),code:Ie(pe(c,"code",d)),attrs:Object.fromEntries(u.map(y=>{var S;return[y.name,{default:(S=y==null?void 0:y.attribute)===null||S===void 0?void 0:S.default}]}))}),p=Ie(pe(c,"parseHTML",d));p&&(h.parseDOM=p.map(y=>Ru(y,u)));const g=pe(c,"renderHTML",d);return g&&(h.toDOM=y=>g({mark:y,HTMLAttributes:Hs(y,u)})),[c.name,h]}));return new fm({topNode:s,nodes:l,marks:a})}function js(n,e){return e.nodes[n]||e.marks[n]||null}function Lu(n,e){return Array.isArray(e)?e.some(t=>(typeof t=="string"?t:t.name)===n.name):e}const i0=(n,e=500)=>{let t="";const r=n.parentOffset;return n.parent.nodesBetween(Math.max(0,r-e),r,(o,i,s,l)=>{var a,c;const u=((c=(a=o.type.spec).toText)===null||c===void 0?void 0:c.call(a,{node:o,pos:i,parent:s,index:l}))||o.textContent||"%leaf%";t+=u.slice(0,Math.max(0,r-i))}),t};function Ws(n){return Object.prototype.toString.call(n)==="[object RegExp]"}class Pu{constructor(e){this.find=e.find,this.handler=e.handler}}const s0=(n,e)=>{if(Ws(e))return e.exec(n);const t=e(n);if(!t)return null;const r=[t.text];return r.index=t.index,r.input=n,r.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),r.push(t.replaceWith)),r};function Ks(n){var e;const{editor:t,from:r,to:o,text:i,rules:s,plugin:l}=n,{view:a}=t;if(a.composing)return!1;const c=a.state.doc.resolve(r);if(c.parent.type.spec.code||!((e=c.nodeBefore||c.nodeAfter)===null||e===void 0)&&e.marks.find(f=>f.type.spec.code))return!1;let u=!1;const d=i0(c)+i;return s.forEach(f=>{if(u)return;const h=s0(d,f.find);if(!h)return;const p=a.state.tr,g=Bo({state:a.state,transaction:p}),y={from:r-(h[0].length-i.length),to:o},{commands:S,chain:k,can:C}=new Fo({editor:t,state:g});f.handler({state:g,range:y,match:h,commands:S,chain:k,can:C})===null||!p.steps.length||(p.setMeta(l,{transform:p,from:r,to:o,text:i}),a.dispatch(p),u=!0)}),u}function a0(n){const{editor:e,rules:t}=n,r=new ft({state:{init(){return null},apply(o,i){const s=o.getMeta(r);return s||(o.selectionSet||o.docChanged?null:i)}},props:{handleTextInput(o,i,s,l){return Ks({editor:e,from:i,to:s,text:l,rules:t,plugin:r})},handleDOMEvents:{compositionend:o=>(setTimeout(()=>{const{$cursor:i}=o.state.selection;i&&Ks({editor:e,from:i.pos,to:i.pos,text:"",rules:t,plugin:r})}),!1)},handleKeyDown(o,i){if(i.key!=="Enter")return!1;const{$cursor:s}=o.state.selection;return s?Ks({editor:e,from:s.pos,to:s.pos,text:`
|
|
20
|
-
`,rules:t,plugin:r}):!1}},isInputRules:!0});return r}function
|
|
21
|
-
|
|
22
|
-
`,textSerializers:s={}}=t||{};let l="",a=!0;return n.nodesBetween(r,o,(c,u,d,f)=>{var h;const p=s==null?void 0:s[c.type.name];p?(c.isBlock&&!a&&(l+=i,a=!0),d&&(l+=p({node:c,pos:u,parent:d,index:f,range:e}))):c.isText?(l+=(h=c==null?void 0:c.text)===null||h===void 0?void 0:h.slice(Math.max(r,u)-u,o-u),a=!1):c.isBlock&&!a&&(l+=i,a=!0)}),l}function Fu(n){return Object.fromEntries(Object.entries(n.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}const m0=Tt.create({name:"clipboardTextSerializer",addProseMirrorPlugins(){return[new ft({key:new Ft("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:n}=this,{state:e,schema:t}=n,{doc:r,selection:o}=e,{ranges:i}=o,s=Math.min(...i.map(u=>u.$from.pos)),l=Math.max(...i.map(u=>u.$to.pos)),a=Fu(t);return Bu(r,{from:s,to:l},{textSerializers:a})}}})]}}),g0=()=>({editor:n,view:e})=>(requestAnimationFrame(()=>{var t;n.isDestroyed||(e.dom.blur(),(t=window==null?void 0:window.getSelection())===null||t===void 0||t.removeAllRanges())}),!0),y0=(n=!1)=>({commands:e})=>e.setContent("",n),v0=()=>({state:n,tr:e,dispatch:t})=>{const{selection:r}=e,{ranges:o}=r;return t&&o.forEach(({$from:i,$to:s})=>{n.doc.nodesBetween(i.pos,s.pos,(l,a)=>{if(l.type.isText)return;const{doc:c,mapping:u}=e,d=c.resolve(u.map(a)),f=c.resolve(u.map(a+l.nodeSize)),h=d.blockRange(f);if(!h)return;const p=_n(h);if(l.type.isTextblock){const{defaultType:g}=d.parent.contentMatchAt(d.index());e.setNodeMarkup(h.start,g)}(p||p===0)&&e.lift(h,p)})}),!0},b0=n=>e=>n(e),x0=()=>({state:n,dispatch:e})=>H1(n,e),S0=(n,e)=>({editor:t,tr:r})=>{const{state:o}=t,i=o.doc.slice(n.from,n.to);r.deleteRange(n.from,n.to);const s=r.mapping.map(e);return r.insert(s,i.content),r.setSelection(new De(r.doc.resolve(s-1))),!0},E0=()=>({tr:n,dispatch:e})=>{const{selection:t}=n,r=t.$anchor.node();if(r.content.size>0)return!1;const o=n.selection.$anchor;for(let i=o.depth;i>0;i-=1)if(o.node(i).type===r.type){if(e){const l=o.before(i),a=o.after(i);n.delete(l,a).scrollIntoView()}return!0}return!1},k0=n=>({tr:e,state:t,dispatch:r})=>{const o=Ye(n,t.schema),i=e.selection.$anchor;for(let s=i.depth;s>0;s-=1)if(i.node(s).type===o){if(r){const a=i.before(s),c=i.after(s);e.delete(a,c).scrollIntoView()}return!0}return!1},C0=n=>({tr:e,dispatch:t})=>{const{from:r,to:o}=n;return t&&e.delete(r,o),!0},w0=()=>({state:n,dispatch:e})=>I1(n,e),T0=()=>({commands:n})=>n.keyboardShortcut("Enter"),A0=()=>({state:n,dispatch:e})=>U1(n,e);function $o(n,e,t={strict:!0}){const r=Object.keys(e);return r.length?r.every(o=>t.strict?e[o]===n[o]:Ws(e[o])?e[o].test(n[o]):e[o]===n[o]):!0}function Js(n,e,t={}){return n.find(r=>r.type===e&&$o(r.attrs,t))}function O0(n,e,t={}){return!!Js(n,e,t)}function Ys(n,e,t={}){if(!n||!e)return;let r=n.parent.childAfter(n.parentOffset);if(n.parentOffset===r.offset&&r.offset!==0&&(r=n.parent.childBefore(n.parentOffset)),!r.node)return;const o=Js([...r.node.marks],e,t);if(!o)return;let i=r.index,s=n.start()+r.offset,l=i+1,a=s+r.node.nodeSize;for(Js([...r.node.marks],e,t);i>0&&o.isInSet(n.parent.child(i-1).marks);)i-=1,s-=n.parent.child(i).nodeSize;for(;l<n.parent.childCount&&O0([...n.parent.child(l).marks],e,t);)a+=n.parent.child(l).nodeSize,l+=1;return{from:s,to:a}}function kn(n,e){if(typeof n=="string"){if(!e.marks[n])throw Error(`There is no mark type named '${n}'. Maybe you forgot to add the extension?`);return e.marks[n]}return n}const M0=(n,e={})=>({tr:t,state:r,dispatch:o})=>{const i=kn(n,r.schema),{doc:s,selection:l}=t,{$from:a,from:c,to:u}=l;if(o){const d=Ys(a,i,e);if(d&&d.from<=c&&d.to>=u){const f=De.create(s,d.from,d.to);t.setSelection(f)}}return!0},I0=n=>e=>{const t=typeof n=="function"?n(e):n;for(let r=0;r<t.length;r+=1)if(t[r](e))return!0;return!1};function Xs(n){return n instanceof De}function sn(n=0,e=0,t=0){return Math.min(Math.max(n,e),t)}function Vu(n,e=null){if(!e)return null;const t=Re.atStart(n),r=Re.atEnd(n);if(e==="start"||e===!0)return t;if(e==="end")return r;const o=t.from,i=r.to;return e==="all"?De.create(n,sn(0,o,i),sn(n.content.size,o,i)):De.create(n,sn(e,o,i),sn(e,o,i))}function Zs(){return["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"ontouchend"in document}const N0=(n=null,e={})=>({editor:t,view:r,tr:o,dispatch:i})=>{e={scrollIntoView:!0,...e};const s=()=>{Zs()&&r.dom.focus(),requestAnimationFrame(()=>{t.isDestroyed||(r.focus(),e!=null&&e.scrollIntoView&&t.commands.scrollIntoView())})};if(r.hasFocus()&&n===null||n===!1)return!0;if(i&&n===null&&!Xs(t.state.selection))return s(),!0;const l=Vu(o.doc,n)||t.state.selection,a=t.state.selection.eq(l);return i&&(a||o.setSelection(l),a&&o.storedMarks&&o.setStoredMarks(o.storedMarks),s()),!0},R0=(n,e)=>t=>n.every((r,o)=>e(r,{...t,index:o})),D0=(n,e)=>({tr:t,commands:r})=>r.insertContentAt({from:t.selection.from,to:t.selection.to},n,e);function zu(n){const e=`<body>${n}</body>`;return new window.DOMParser().parseFromString(e,"text/html").body}function Uo(n,e,t){if(t={slice:!0,parseOptions:{},...t},typeof n=="object"&&n!==null)try{return Array.isArray(n)&&n.length>0?oe.fromArray(n.map(r=>e.nodeFromJSON(r))):e.nodeFromJSON(n)}catch(r){return console.warn("[tiptap warn]: Invalid content.","Passed value:",n,"Error:",r),Uo("",e,t)}if(typeof n=="string"){const r=Zn.fromSchema(e);return t.slice?r.parseSlice(zu(n),t.parseOptions).content:r.parse(zu(n),t.parseOptions)}return Uo("",e,t)}function L0(n,e,t){const r=n.steps.length-1;if(r<e)return;const o=n.steps[r];if(!(o instanceof Qe||o instanceof Je))return;const i=n.mapping.maps[r];let s=0;i.forEach((l,a,c,u)=>{s===0&&(s=u)}),n.setSelection(Re.near(n.doc.resolve(s),t))}const P0=n=>n.toString().startsWith("<"),B0=(n,e,t)=>({tr:r,dispatch:o,editor:i})=>{if(o){t={parseOptions:{},updateSelection:!0,...t};const s=Uo(e,i.schema,{parseOptions:{preserveWhitespace:"full",...t.parseOptions}});if(s.toString()==="<>")return!0;let{from:l,to:a}=typeof n=="number"?{from:n,to:n}:{from:n.from,to:n.to},c=!0,u=!0;if((P0(s)?s:[s]).forEach(f=>{f.check(),c=c?f.isText&&f.marks.length===0:!1,u=u?f.isBlock:!1}),l===a&&u){const{parent:f}=r.doc.resolve(l);f.isTextblock&&!f.type.spec.code&&!f.childCount&&(l-=1,a+=1)}c?Array.isArray(e)?r.insertText(e.map(f=>f.text||"").join(""),l,a):typeof e=="object"&&e&&e.text?r.insertText(e.text,l,a):r.insertText(e,l,a):r.replaceWith(l,a,s),t.updateSelection&&L0(r,r.steps.length-1,-1)}return!0},F0=()=>({state:n,dispatch:e})=>F1(n,e),V0=()=>({state:n,dispatch:e})=>V1(n,e),z0=()=>({state:n,dispatch:e})=>R1(n,e),$0=()=>({state:n,dispatch:e})=>P1(n,e),U0=()=>({tr:n,state:e,dispatch:t})=>{try{const r=wo(e.doc,e.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},H0=()=>({state:n,dispatch:e,tr:t})=>{try{const r=wo(n.doc,n.selection.$from.pos,1);return r==null?!1:(t.join(r,2),e&&e(t),!0)}catch{return!1}};function $u(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function j0(n){const e=n.split(/-(?!$)/);let t=e[e.length-1];t==="Space"&&(t=" ");let r,o,i,s;for(let l=0;l<e.length-1;l+=1){const a=e[l];if(/^(cmd|meta|m)$/i.test(a))s=!0;else if(/^a(lt)?$/i.test(a))r=!0;else if(/^(c|ctrl|control)$/i.test(a))o=!0;else if(/^s(hift)?$/i.test(a))i=!0;else if(/^mod$/i.test(a))Zs()||$u()?s=!0:o=!0;else throw new Error(`Unrecognized modifier name: ${a}`)}return r&&(t=`Alt-${t}`),o&&(t=`Ctrl-${t}`),s&&(t=`Meta-${t}`),i&&(t=`Shift-${t}`),t}const W0=n=>({editor:e,view:t,tr:r,dispatch:o})=>{const i=j0(n).split(/-(?!$)/),s=i.find(c=>!["Alt","Ctrl","Meta","Shift"].includes(c)),l=new KeyboardEvent("keydown",{key:s==="Space"?" ":s,altKey:i.includes("Alt"),ctrlKey:i.includes("Ctrl"),metaKey:i.includes("Meta"),shiftKey:i.includes("Shift"),bubbles:!0,cancelable:!0}),a=e.captureTransaction(()=>{t.someProp("handleKeyDown",c=>c(t,l))});return a==null||a.steps.forEach(c=>{const u=c.map(r.mapping);u&&o&&r.maybeStep(u)}),!0};function Hr(n,e,t={}){const{from:r,to:o,empty:i}=n.selection,s=e?Ye(e,n.schema):null,l=[];n.doc.nodesBetween(r,o,(d,f)=>{if(d.isText)return;const h=Math.max(r,f),p=Math.min(o,f+d.nodeSize);l.push({node:d,from:h,to:p})});const a=o-r,c=l.filter(d=>s?s.name===d.node.type.name:!0).filter(d=>$o(d.node.attrs,t,{strict:!1}));return i?!!c.length:c.reduce((d,f)=>d+f.to-f.from,0)>=a}const K0=(n,e={})=>({state:t,dispatch:r})=>{const o=Ye(n,t.schema);return Hr(t,o,e)?z1(t,r):!1},G0=()=>({state:n,dispatch:e})=>j1(n,e),J0=n=>({state:e,dispatch:t})=>{const r=Ye(n,e.schema);return Q1(r)(e,t)},Y0=()=>({state:n,dispatch:e})=>$1(n,e);function Ho(n,e){return e.nodes[n]?"node":e.marks[n]?"mark":null}function Uu(n,e){const t=typeof e=="string"?[e]:e;return Object.keys(n).reduce((r,o)=>(t.includes(o)||(r[o]=n[o]),r),{})}const X0=(n,e)=>({tr:t,state:r,dispatch:o})=>{let i=null,s=null;const l=Ho(typeof n=="string"?n:n.name,r.schema);return l?(l==="node"&&(i=Ye(n,r.schema)),l==="mark"&&(s=kn(n,r.schema)),o&&t.selection.ranges.forEach(a=>{r.doc.nodesBetween(a.$from.pos,a.$to.pos,(c,u)=>{i&&i===c.type&&t.setNodeMarkup(u,void 0,Uu(c.attrs,e)),s&&c.marks.length&&c.marks.forEach(d=>{s===d.type&&t.addMark(u,u+c.nodeSize,s.create(Uu(d.attrs,e)))})})}),!0):!1},Z0=()=>({tr:n,dispatch:e})=>(e&&n.scrollIntoView(),!0),Q0=()=>({tr:n,commands:e})=>e.setTextSelection({from:0,to:n.doc.content.size}),_0=()=>({state:n,dispatch:e})=>D1(n,e),q0=()=>({state:n,dispatch:e})=>B1(n,e),ey=()=>({state:n,dispatch:e})=>W1(n,e),ty=()=>({state:n,dispatch:e})=>J1(n,e),ny=()=>({state:n,dispatch:e})=>G1(n,e);function Hu(n,e,t={}){return Uo(n,e,{slice:!1,parseOptions:t})}const ry=(n,e=!1,t={})=>({tr:r,editor:o,dispatch:i})=>{const{doc:s}=r,l=Hu(n,o.schema,t);return i&&r.replaceWith(0,s.content.size,l).setMeta("preventUpdate",!e),!0};function jo(n,e){const t=kn(e,n.schema),{from:r,to:o,empty:i}=n.selection,s=[];i?(n.storedMarks&&s.push(...n.storedMarks),s.push(...n.selection.$head.marks())):n.doc.nodesBetween(r,o,a=>{s.push(...a.marks)});const l=s.find(a=>a.type.name===t.name);return l?{...l.attrs}:{}}function oy(n,e){const t=new rc(n);return e.forEach(r=>{r.steps.forEach(o=>{t.step(o)})}),t}function iy(n){for(let e=0;e<n.edgeCount;e+=1){const{type:t}=n.edge(e);if(t.isTextblock&&!t.hasRequiredAttrs())return t}return null}function sy(n,e,t){const r=[];return n.nodesBetween(e.from,e.to,(o,i)=>{t(o)&&r.push({node:o,pos:i})}),r}function ay(n,e){for(let t=n.depth;t>0;t-=1){const r=n.node(t);if(e(r))return{pos:t>0?n.before(t):0,start:n.start(t),depth:t,node:r}}}function Qs(n){return e=>ay(e.$from,n)}function ly(n,e){const t=jt.fromSchema(e).serializeFragment(n),o=document.implementation.createHTMLDocument().createElement("div");return o.appendChild(t),o.innerHTML}function cy(n,e){const t={from:0,to:n.content.size};return Bu(n,t,e)}function uy(n,e){const t=Ye(e,n.schema),{from:r,to:o}=n.selection,i=[];n.doc.nodesBetween(r,o,l=>{i.push(l)});const s=i.reverse().find(l=>l.type.name===t.name);return s?{...s.attrs}:{}}function ju(n,e){const t=Ho(typeof e=="string"?e:e.name,n.schema);return t==="node"?uy(n,e):t==="mark"?jo(n,e):{}}function dy(n,e=JSON.stringify){const t={};return n.filter(r=>{const o=e(r);return Object.prototype.hasOwnProperty.call(t,o)?!1:t[o]=!0})}function fy(n){const e=dy(n);return e.length===1?e:e.filter((t,r)=>!e.filter((i,s)=>s!==r).some(i=>t.oldRange.from>=i.oldRange.from&&t.oldRange.to<=i.oldRange.to&&t.newRange.from>=i.newRange.from&&t.newRange.to<=i.newRange.to))}function py(n){const{mapping:e,steps:t}=n,r=[];return e.maps.forEach((o,i)=>{const s=[];if(o.ranges.length)o.forEach((l,a)=>{s.push({from:l,to:a})});else{const{from:l,to:a}=t[i];if(l===void 0||a===void 0)return;s.push({from:l,to:a})}s.forEach(({from:l,to:a})=>{const c=e.slice(i).map(l,-1),u=e.slice(i).map(a),d=e.invert().map(c,-1),f=e.invert().map(u);r.push({oldRange:{from:d,to:f},newRange:{from:c,to:u}})})}),fy(r)}function _s(n,e,t){const r=[];return n===e?t.resolve(n).marks().forEach(o=>{const i=t.resolve(n-1),s=Ys(i,o.type);s&&r.push({mark:o,...s})}):t.nodesBetween(n,e,(o,i)=>{r.push(...o.marks.map(s=>({from:i,to:i+o.nodeSize,mark:s})))}),r}function Wo(n,e,t){return Object.fromEntries(Object.entries(t).filter(([r])=>{const o=n.find(i=>i.type===e&&i.name===r);return o?o.attribute.keepOnSplit:!1}))}function qs(n,e,t={}){const{empty:r,ranges:o}=n.selection,i=e?kn(e,n.schema):null;if(r)return!!(n.storedMarks||n.selection.$from.marks()).filter(d=>i?i.name===d.type.name:!0).find(d=>$o(d.attrs,t,{strict:!1}));let s=0;const l=[];if(o.forEach(({$from:d,$to:f})=>{const h=d.pos,p=f.pos;n.doc.nodesBetween(h,p,(g,y)=>{if(!g.isText&&!g.marks.length)return;const S=Math.max(h,y),k=Math.min(p,y+g.nodeSize),C=k-S;s+=C,l.push(...g.marks.map(b=>({mark:b,from:S,to:k})))})}),s===0)return!1;const a=l.filter(d=>i?i.name===d.mark.type.name:!0).filter(d=>$o(d.mark.attrs,t,{strict:!1})).reduce((d,f)=>d+f.to-f.from,0),c=l.filter(d=>i?d.mark.type!==i&&d.mark.type.excludes(i):!0).reduce((d,f)=>d+f.to-f.from,0);return(a>0?a+c:a)>=s}function hy(n,e,t={}){if(!e)return Hr(n,null,t)||qs(n,null,t);const r=Ho(e,n.schema);return r==="node"?Hr(n,e,t):r==="mark"?qs(n,e,t):!1}function Wu(n,e){const{nodeExtensions:t}=Vo(e),r=t.find(s=>s.name===n);if(!r)return!1;const o={name:r.name,options:r.options,storage:r.storage},i=Ie(pe(r,"group",o));return typeof i!="string"?!1:i.split(" ").includes("list")}function my(n){var e;const t=(e=n.type.createAndFill())===null||e===void 0?void 0:e.toJSON(),r=n.toJSON();return JSON.stringify(t)===JSON.stringify(r)}function gy(n){return n instanceof Se}function Ku(n,e,t){const o=n.state.doc.content.size,i=sn(e,0,o),s=sn(t,0,o),l=n.coordsAtPos(i),a=n.coordsAtPos(s,-1),c=Math.min(l.top,a.top),u=Math.max(l.bottom,a.bottom),d=Math.min(l.left,a.left),f=Math.max(l.right,a.right),h=f-d,p=u-c,S={top:c,bottom:u,left:d,right:f,width:h,height:p,x:d,y:c};return{...S,toJSON:()=>S}}function yy(n,e,t){var r;const{selection:o}=e;let i=null;if(Xs(o)&&(i=o.$cursor),i){const l=(r=n.storedMarks)!==null&&r!==void 0?r:i.marks();return!!t.isInSet(l)||!l.some(a=>a.type.excludes(t))}const{ranges:s}=o;return s.some(({$from:l,$to:a})=>{let c=l.depth===0?n.doc.inlineContent&&n.doc.type.allowsMarkType(t):!1;return n.doc.nodesBetween(l.pos,a.pos,(u,d,f)=>{if(c)return!1;if(u.isInline){const h=!f||f.type.allowsMarkType(t),p=!!t.isInSet(u.marks)||!u.marks.some(g=>g.type.excludes(t));c=h&&p}return!c}),c})}const vy=(n,e={})=>({tr:t,state:r,dispatch:o})=>{const{selection:i}=t,{empty:s,ranges:l}=i,a=kn(n,r.schema);if(o)if(s){const c=jo(r,a);t.addStoredMark(a.create({...c,...e}))}else l.forEach(c=>{const u=c.$from.pos,d=c.$to.pos;r.doc.nodesBetween(u,d,(f,h)=>{const p=Math.max(h,u),g=Math.min(h+f.nodeSize,d);f.marks.find(S=>S.type===a)?f.marks.forEach(S=>{a===S.type&&t.addMark(p,g,a.create({...S.attrs,...e}))}):t.addMark(p,g,a.create(e))})});return yy(r,t,a)},by=(n,e)=>({tr:t})=>(t.setMeta(n,e),!0),xy=(n,e={})=>({state:t,dispatch:r,chain:o})=>{const i=Ye(n,t.schema);return i.isTextblock?o().command(({commands:s})=>Mu(i,e)(t)?!0:s.clearNodes()).command(({state:s})=>Mu(i,e)(s,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},Sy=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,o=sn(n,0,r.content.size),i=Se.create(r,o);e.setSelection(i)}return!0},Ey=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,{from:o,to:i}=typeof n=="number"?{from:n,to:n}:n,s=De.atStart(r).from,l=De.atEnd(r).to,a=sn(o,s,l),c=sn(i,s,l),u=De.create(r,a,c);e.setSelection(u)}return!0},ky=n=>({state:e,dispatch:t})=>{const r=Ye(n,e.schema);return e0(r)(e,t)};function Gu(n,e){const t=n.storedMarks||n.selection.$to.parentOffset&&n.selection.$from.marks();if(t){const r=t.filter(o=>e==null?void 0:e.includes(o.type.name));n.tr.ensureMarks(r)}}const Cy=({keepMarks:n=!0}={})=>({tr:e,state:t,dispatch:r,editor:o})=>{const{selection:i,doc:s}=e,{$from:l,$to:a}=i,c=o.extensionManager.attributes,u=Wo(c,l.node().type.name,l.node().attrs);if(i instanceof Se&&i.node.isBlock)return!l.parentOffset||!qn(s,l.pos)?!1:(r&&(n&&Gu(t,o.extensionManager.splittableMarks),e.split(l.pos).scrollIntoView()),!0);if(!l.parent.isBlock)return!1;if(r){const d=a.parentOffset===a.parent.content.size;i instanceof De&&e.deleteSelection();const f=l.depth===0?void 0:iy(l.node(-1).contentMatchAt(l.indexAfter(-1)));let h=d&&f?[{type:f,attrs:u}]:void 0,p=qn(e.doc,e.mapping.map(l.pos),1,h);if(!h&&!p&&qn(e.doc,e.mapping.map(l.pos),1,f?[{type:f}]:void 0)&&(p=!0,h=f?[{type:f,attrs:u}]:void 0),p&&(e.split(e.mapping.map(l.pos),1,h),f&&!d&&!l.parentOffset&&l.parent.type!==f)){const g=e.mapping.map(l.before()),y=e.doc.resolve(g);l.node(-1).canReplaceWith(y.index(),y.index()+1,f)&&e.setNodeMarkup(e.mapping.map(l.before()),f)}n&&Gu(t,o.extensionManager.splittableMarks),e.scrollIntoView()}return!0},wy=n=>({tr:e,state:t,dispatch:r,editor:o})=>{var i;const s=Ye(n,t.schema),{$from:l,$to:a}=t.selection,c=t.selection.node;if(c&&c.isBlock||l.depth<2||!l.sameParent(a))return!1;const u=l.node(-1);if(u.type!==s)return!1;const d=o.extensionManager.attributes;if(l.parent.content.size===0&&l.node(-1).childCount===l.indexAfter(-1)){if(l.depth===2||l.node(-3).type!==s||l.index(-2)!==l.node(-2).childCount-1)return!1;if(r){let y=oe.empty;const S=l.index(-1)?1:l.index(-2)?2:3;for(let F=l.depth-S;F>=l.depth-3;F-=1)y=oe.from(l.node(F).copy(y));const k=l.indexAfter(-1)<l.node(-2).childCount?1:l.indexAfter(-2)<l.node(-3).childCount?2:3,C=Wo(d,l.node().type.name,l.node().attrs),b=((i=s.contentMatch.defaultType)===null||i===void 0?void 0:i.createAndFill(C))||void 0;y=y.append(oe.from(s.createAndFill(null,b)||void 0));const R=l.before(l.depth-(S-1));e.replace(R,l.after(-k),new fe(y,4-S,0));let w=-1;e.doc.nodesBetween(R,e.doc.content.size,(F,z)=>{if(w>-1)return!1;F.isTextblock&&F.content.size===0&&(w=z+1)}),w>-1&&e.setSelection(De.near(e.doc.resolve(w))),e.scrollIntoView()}return!0}const f=a.pos===l.end()?u.contentMatchAt(0).defaultType:null,h=Wo(d,u.type.name,u.attrs),p=Wo(d,l.node().type.name,l.node().attrs);e.delete(l.pos,a.pos);const g=f?[{type:s,attrs:h},{type:f,attrs:p}]:[{type:s,attrs:h}];if(!qn(e.doc,l.pos,2))return!1;if(r){const{selection:y,storedMarks:S}=t,{splittableMarks:k}=o.extensionManager,C=S||y.$to.parentOffset&&y.$from.marks();if(e.split(l.pos,2,g).scrollIntoView(),!C||!r)return!0;const b=C.filter(R=>k.includes(R.type.name));e.ensureMarks(b)}return!0},ea=(n,e)=>{const t=Qs(s=>s.type===e)(n.selection);if(!t)return!0;const r=n.doc.resolve(Math.max(0,t.pos-1)).before(t.depth);if(r===void 0)return!0;const o=n.doc.nodeAt(r);return t.node.type===(o==null?void 0:o.type)&&pn(n.doc,t.pos)&&n.join(t.pos),!0},ta=(n,e)=>{const t=Qs(s=>s.type===e)(n.selection);if(!t)return!0;const r=n.doc.resolve(t.start).after(t.depth);if(r===void 0)return!0;const o=n.doc.nodeAt(r);return t.node.type===(o==null?void 0:o.type)&&pn(n.doc,r)&&n.join(r),!0};var Ty=Object.freeze({__proto__:null,blur:g0,clearContent:y0,clearNodes:v0,command:b0,createParagraphNear:x0,cut:S0,deleteCurrentNode:E0,deleteNode:k0,deleteRange:C0,deleteSelection:w0,enter:T0,exitCode:A0,extendMarkRange:M0,first:I0,focus:N0,forEach:R0,insertContent:D0,insertContentAt:B0,joinUp:F0,joinDown:V0,joinBackward:z0,joinForward:$0,joinItemBackward:U0,joinItemForward:H0,keyboardShortcut:W0,lift:K0,liftEmptyBlock:G0,liftListItem:J0,newlineInCode:Y0,resetAttributes:X0,scrollIntoView:Z0,selectAll:Q0,selectNodeBackward:_0,selectNodeForward:q0,selectParentNode:ey,selectTextblockEnd:ty,selectTextblockStart:ny,setContent:ry,setMark:vy,setMeta:by,setNode:xy,setNodeSelection:Sy,setTextSelection:Ey,sinkListItem:ky,splitBlock:Cy,splitListItem:wy,toggleList:(n,e,t,r={})=>({editor:o,tr:i,state:s,dispatch:l,chain:a,commands:c,can:u})=>{const{extensions:d,splittableMarks:f}=o.extensionManager,h=Ye(n,s.schema),p=Ye(e,s.schema),{selection:g,storedMarks:y}=s,{$from:S,$to:k}=g,C=S.blockRange(k),b=y||g.$to.parentOffset&&g.$from.marks();if(!C)return!1;const R=Qs(w=>Wu(w.type.name,d))(g);if(C.depth>=1&&R&&C.depth-R.depth<=1){if(R.node.type===h)return c.liftListItem(p);if(Wu(R.node.type.name,d)&&h.validContent(R.node.content)&&l)return a().command(()=>(i.setNodeMarkup(R.pos,h),!0)).command(()=>ea(i,h)).command(()=>ta(i,h)).run()}return!t||!b||!l?a().command(()=>u().wrapInList(h,r)?!0:c.clearNodes()).wrapInList(h,r).command(()=>ea(i,h)).command(()=>ta(i,h)).run():a().command(()=>{const w=u().wrapInList(h,r),F=b.filter(z=>f.includes(z.type.name));return i.ensureMarks(F),w?!0:c.clearNodes()}).wrapInList(h,r).command(()=>ea(i,h)).command(()=>ta(i,h)).run()},toggleMark:(n,e={},t={})=>({state:r,commands:o})=>{const{extendEmptyMarkRange:i=!1}=t,s=kn(n,r.schema);return qs(r,s,e)?o.unsetMark(s,{extendEmptyMarkRange:i}):o.setMark(s,e)},toggleNode:(n,e,t={})=>({state:r,commands:o})=>{const i=Ye(n,r.schema),s=Ye(e,r.schema);return Hr(r,i,t)?o.setNode(s):o.setNode(i,t)},toggleWrap:(n,e={})=>({state:t,commands:r})=>{const o=Ye(n,t.schema);return Hr(t,o,e)?r.lift(o):r.wrapIn(o,e)},undoInputRule:()=>({state:n,dispatch:e})=>{const t=n.plugins;for(let r=0;r<t.length;r+=1){const o=t[r];let i;if(o.spec.isInputRules&&(i=o.getState(n))){if(e){const s=n.tr,l=i.transform;for(let a=l.steps.length-1;a>=0;a-=1)s.step(l.steps[a].invert(l.docs[a]));if(i.text){const a=s.doc.resolve(i.from).marks();s.replaceWith(i.from,i.to,n.schema.text(i.text,a))}else s.delete(i.from,i.to)}return!0}}return!1},unsetAllMarks:()=>({tr:n,dispatch:e})=>{const{selection:t}=n,{empty:r,ranges:o}=t;return r||e&&o.forEach(i=>{n.removeMark(i.$from.pos,i.$to.pos)}),!0},unsetMark:(n,e={})=>({tr:t,state:r,dispatch:o})=>{var i;const{extendEmptyMarkRange:s=!1}=e,{selection:l}=t,a=kn(n,r.schema),{$from:c,empty:u,ranges:d}=l;if(!o)return!0;if(u&&s){let{from:f,to:h}=l;const p=(i=c.marks().find(y=>y.type===a))===null||i===void 0?void 0:i.attrs,g=Ys(c,a,p);g&&(f=g.from,h=g.to),t.removeMark(f,h,a)}else d.forEach(f=>{t.removeMark(f.$from.pos,f.$to.pos,a)});return t.removeStoredMark(a),!0},updateAttributes:(n,e={})=>({tr:t,state:r,dispatch:o})=>{let i=null,s=null;const l=Ho(typeof n=="string"?n:n.name,r.schema);return l?(l==="node"&&(i=Ye(n,r.schema)),l==="mark"&&(s=kn(n,r.schema)),o&&t.selection.ranges.forEach(a=>{const c=a.$from.pos,u=a.$to.pos;r.doc.nodesBetween(c,u,(d,f)=>{i&&i===d.type&&t.setNodeMarkup(f,void 0,{...d.attrs,...e}),s&&d.marks.length&&d.marks.forEach(h=>{if(s===h.type){const p=Math.max(f,c),g=Math.min(f+d.nodeSize,u);t.addMark(p,g,s.create({...h.attrs,...e}))}})})}),!0):!1},wrapIn:(n,e={})=>({state:t,dispatch:r})=>{const o=Ye(n,t.schema);return Y1(o,e)(t,r)},wrapInList:(n,e={})=>({state:t,dispatch:r})=>{const o=Ye(n,t.schema);return X1(o,e)(t,r)}});const Ay=Tt.create({name:"commands",addCommands(){return{...Ty}}}),Oy=Tt.create({name:"editable",addProseMirrorPlugins(){return[new ft({key:new Ft("editable"),props:{editable:()=>this.editor.options.editable}})]}}),My=Tt.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:n}=this;return[new ft({key:new Ft("focusEvents"),props:{handleDOMEvents:{focus:(e,t)=>{n.isFocused=!0;const r=n.state.tr.setMeta("focus",{event:t}).setMeta("addToHistory",!1);return e.dispatch(r),!1},blur:(e,t)=>{n.isFocused=!1;const r=n.state.tr.setMeta("blur",{event:t}).setMeta("addToHistory",!1);return e.dispatch(r),!1}}}})]}}),Iy=Tt.create({name:"keymap",addKeyboardShortcuts(){const n=()=>this.editor.commands.first(({commands:s})=>[()=>s.undoInputRule(),()=>s.command(({tr:l})=>{const{selection:a,doc:c}=l,{empty:u,$anchor:d}=a,{pos:f,parent:h}=d,p=d.parent.isTextblock?l.doc.resolve(f-1):d,g=p.parent.type.spec.isolating,y=d.pos-d.parentOffset,S=g&&p.parent.childCount===1?y===d.pos:Re.atStart(c).from===f;return!u||!S||!h.type.isTextblock||h.textContent.length?!1:s.clearNodes()}),()=>s.deleteSelection(),()=>s.joinBackward(),()=>s.selectNodeBackward()]),e=()=>this.editor.commands.first(({commands:s})=>[()=>s.deleteSelection(),()=>s.deleteCurrentNode(),()=>s.joinForward(),()=>s.selectNodeForward()]),r={Enter:()=>this.editor.commands.first(({commands:s})=>[()=>s.newlineInCode(),()=>s.createParagraphNear(),()=>s.liftEmptyBlock(),()=>s.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:n,"Mod-Backspace":n,"Shift-Backspace":n,Delete:e,"Mod-Delete":e,"Mod-a":()=>this.editor.commands.selectAll()},o={...r},i={...r,"Ctrl-h":n,"Alt-Backspace":n,"Ctrl-d":e,"Ctrl-Alt-Backspace":e,"Alt-Delete":e,"Alt-d":e,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return Zs()||$u()?i:o},addProseMirrorPlugins(){return[new ft({key:new Ft("clearDocument"),appendTransaction:(n,e,t)=>{if(!(n.some(p=>p.docChanged)&&!e.doc.eq(t.doc)))return;const{empty:o,from:i,to:s}=e.selection,l=Re.atStart(e.doc).from,a=Re.atEnd(e.doc).to;if(o||!(i===l&&s===a)||!(t.doc.textBetween(0,t.doc.content.size," "," ").length===0))return;const d=t.tr,f=Bo({state:t,transaction:d}),{commands:h}=new Fo({editor:this.editor,state:f});if(h.clearNodes(),!!d.steps.length)return d}})]}}),Ny=Tt.create({name:"tabindex",addProseMirrorPlugins(){return[new ft({key:new Ft("tabindex"),props:{attributes:this.editor.isEditable?{tabindex:"0"}:{}}})]}});var Ry=Object.freeze({__proto__:null,ClipboardTextSerializer:m0,Commands:Ay,Editable:Oy,FocusEvents:My,Keymap:Iy,Tabindex:Ny});const Dy=`.ProseMirror {
|
|
11
|
+
Expect errors in decoding.`),T=T.replace(/[^A-Za-z0-9\+\/\=]/g,"");N=this.KEY_STR.indexOf(T.charAt(z++)),I=this.KEY_STR.indexOf(T.charAt(z++)),R=this.KEY_STR.indexOf(T.charAt(z++)),L=this.KEY_STR.indexOf(T.charAt(z++)),O=N<<2|I>>4,v=(I&15)<<4|R>>2,E=(R&3)<<6|L,W.push(O),R!==64&&W.push(v),L!==64&&W.push(E),O=v=E="",N=I=R=L="",z<T.length;);return W}}]),k}();Se.initClass();var Oe=function(M,T){var O=!1,v=!0,E=M.document,N=E.documentElement,I=E.addEventListener?"addEventListener":"attachEvent",R=E.addEventListener?"removeEventListener":"detachEvent",L=E.addEventListener?"":"on",z=function U(K){if(!(K.type==="readystatechange"&&E.readyState!=="complete")&&((K.type==="load"?M:E)[R](L+K.type,U,!1),!O&&(O=!0)))return T.call(M,K.type||K)},W=function U(){try{N.doScroll("left")}catch{setTimeout(U,50);return}return z("poll")};if(E.readyState!=="complete"){if(E.createEventObject&&N.doScroll){try{v=!M.frameElement}catch{}v&&W()}return E[I](L+"DOMContentLoaded",z,!1),E[I](L+"readystatechange",z,!1),M[I](L+"load",z,!1)}};j._autoDiscoverFunction=function(){if(j.autoDiscover)return j.discover()},Oe(window,j._autoDiscoverFunction);function xe(k,M){return typeof k<"u"&&k!==null?M(k):void 0}function Me(k,M,T){if(typeof k<"u"&&k!==null&&typeof k[M]=="function")return T(k,M)}window.Dropzone=j;var ye=j}(),o}()})})(ru);var j1=ru.exports;const iu=U1(j1),W1={class:"fallback"},K1=h.createElementVNode("input",{id:"file",type:"file",name:"file",multiple:""},null,-1),G1={for:"file"},Y1={class:"dz-message","data-dz-message":""},J1={id:"bd-dropzone-theme",style:{display:"none"}},X1={class:"dz-preview dz-file-preview"},Q1={class:"dz-details"},Z1=h.createElementVNode("img",{"data-dz-thumbnail":"",class:"dz-image"},null,-1),q1=h.createElementVNode("div",{class:"dz-filename"},[h.createElementVNode("small",{"data-dz-name":""})],-1),e0=h.createElementVNode("div",{class:"dz-progress"},[h.createElementVNode("div",{class:"spinner-border text-primary spinner-border-sm",role:"status"},[h.createElementVNode("span",{class:"visually-hidden"},"Loading...")])],-1),t0={class:"dz-success-mark"},n0={class:"dz-error-message text-danger"},r0=h.createElementVNode("small",{"data-dz-errormessage":""},null,-1),ou=h.defineComponent({__name:"BDDropzone",props:{modelValue:{default:[]},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(n,{emit:e}){const t=n,r=h.computed(()=>({variant:Qi.PRIMARY,size:st.SM})),i=Jn(t,"modelValue",e);let o=null;iu.autoDiscover=!1,h.watch(()=>t.modelValue,()=>{s()}),h.onMounted(()=>{document.getElementById("dropzone")&&l()});const s=()=>{o&&(o.destroy(),l())},l=()=>{var m;o=new iu("#dropzone",{url:t.url,method:"post",acceptedFiles:t.acceptedFiles,addRemoveLinks:!1,maxFilesize:10,maxFiles:t.multiple?void 0:1,headers:{RequestVerificationToken:t.token},dictResponseError:t.errorMessage,dictFileTooBig:t.fileSizeExceededMessage,previewTemplate:(m=document.querySelector("#bd-dropzone-theme"))==null?void 0:m.innerHTML}),o.on("error",c),o.on("success",a),o.on("removedfile",d)},a=function(m,p){var g;i.value.push({UUID:(g=m.upload)==null?void 0:g.uuid,CorrelationId:p.CorrelationId,Naam:p.Naam}),u(m)},c=function(m){u(m)},u=function(m){const p=m.name;if(!(p.endsWith(".png")||p.endsWith(".jpg")||p.endsWith(".jpeg")||p.endsWith(".gif"))){const g=m.previewElement.getElementsByClassName("icon-file"),y=m.previewElement.getElementsByClassName("dz-image");g[0].classList.remove("d-none"),y[0].classList.add("d-none")}},d=function(m){const p=i.value.findIndex(g=>{var y,S;return((y=g.upload)==null?void 0:y.uuid)===((S=m.upload)==null?void 0:S.uuid)});p!==-1&&i.value.splice(p,1)},f=h.computed(()=>t.tag??"form");return(m,p)=>(h.openBlock(),h.createElementBlock(h.Fragment,null,[(h.openBlock(),h.createBlock(h.resolveDynamicComponent(f.value),{id:"dropzone",class:"dropzone bd-dropzone",enctype:"multipart/form-data"},{default:h.withCtx(()=>[h.createElementVNode("div",W1,[K1,h.createTextVNode(" test "),h.createElementVNode("label",G1,[h.createVNode(h.unref(Yn)),h.createTextVNode(" "+h.toDisplayString(t.buttonText),1)])]),h.createElementVNode("div",Y1,[h.createVNode(h.unref(kt),h.normalizeProps(h.guardReactiveProps(r.value)),{default:h.withCtx(()=>[h.createVNode(h.unref(Yn)),h.createTextVNode(" "+h.toDisplayString(t.buttonText),1)]),_:1},16)])]),_:1})),h.createElementVNode("div",J1,[h.createElementVNode("div",X1,[h.createElementVNode("div",Q1,[Z1,h.createVNode(h.unref(js),{"data-dz-thumbnail":"",class:"d-none"}),q1,h.createVNode(h.unref(kt),{class:"dz-remove",alt:"Click me to remove the file.","data-dz-remove":""},{default:h.withCtx(()=>[h.createVNode(h.unref(oi))]),_:1})]),e0,h.createElementVNode("div",t0,[h.createVNode(h.unref(Gi))]),h.createElementVNode("div",n0,[h.createVNode(h.unref(Yi)),r0])])])],64))}});function Ze(n){this.content=n}Ze.prototype={constructor:Ze,find:function(n){for(var e=0;e<this.content.length;e+=2)if(this.content[e]===n)return e;return-1},get:function(n){var e=this.find(n);return e==-1?void 0:this.content[e+1]},update:function(n,e,t){var r=t&&t!=n?this.remove(t):this,i=r.find(n),o=r.content.slice();return i==-1?o.push(t||n,e):(o[i+1]=e,t&&(o[i]=t)),new Ze(o)},remove:function(n){var e=this.find(n);if(e==-1)return this;var t=this.content.slice();return t.splice(e,2),new Ze(t)},addToStart:function(n,e){return new Ze([n,e].concat(this.remove(n).content))},addToEnd:function(n,e){var t=this.remove(n).content.slice();return t.push(n,e),new Ze(t)},addBefore:function(n,e,t){var r=this.remove(e),i=r.content.slice(),o=r.find(n);return i.splice(o==-1?i.length:o,0,e,t),new Ze(i)},forEach:function(n){for(var e=0;e<this.content.length;e+=2)n(this.content[e],this.content[e+1])},prepend:function(n){return n=Ze.from(n),n.size?new Ze(n.content.concat(this.subtract(n).content)):this},append:function(n){return n=Ze.from(n),n.size?new Ze(this.subtract(n).content.concat(n.content)):this},subtract:function(n){var e=this;n=Ze.from(n);for(var t=0;t<n.content.length;t+=2)e=e.remove(n.content[t]);return e},toObject:function(){var n={};return this.forEach(function(e,t){n[e]=t}),n},get size(){return this.content.length>>1}},Ze.from=function(n){if(n instanceof Ze)return n;var e=[];if(n)for(var t in n)e.push(t,n[t]);return new Ze(e)};function su(n,e,t){for(let r=0;;r++){if(r==n.childCount||r==e.childCount)return n.childCount==e.childCount?null:t;let i=n.child(r),o=e.child(r);if(i==o){t+=i.nodeSize;continue}if(!i.sameMarkup(o))return t;if(i.isText&&i.text!=o.text){for(let s=0;i.text[s]==o.text[s];s++)t++;return t}if(i.content.size||o.content.size){let s=su(i.content,o.content,t+1);if(s!=null)return s}t+=i.nodeSize}}function au(n,e,t,r){for(let i=n.childCount,o=e.childCount;;){if(i==0||o==0)return i==o?null:{a:t,b:r};let s=n.child(--i),l=e.child(--o),a=s.nodeSize;if(s==l){t-=a,r-=a;continue}if(!s.sameMarkup(l))return{a:t,b:r};if(s.isText&&s.text!=l.text){let c=0,u=Math.min(s.text.length,l.text.length);for(;c<u&&s.text[s.text.length-c-1]==l.text[l.text.length-c-1];)c++,t--,r--;return{a:t,b:r}}if(s.content.size||l.content.size){let c=au(s.content,l.content,t-1,r-1);if(c)return c}t-=a,r-=a}}class oe{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let r=0;r<e.length;r++)this.size+=e[r].nodeSize}nodesBetween(e,t,r,i=0,o){for(let s=0,l=0;l<t;s++){let a=this.content[s],c=l+a.nodeSize;if(c>e&&r(a,i+l,o||null,s)!==!1&&a.content.size){let u=l+1;a.nodesBetween(Math.max(0,e-u),Math.min(a.content.size,t-u),r,i+u)}l=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,r,i){let o="",s=!0;return this.nodesBetween(e,t,(l,a)=>{l.isText?(o+=l.text.slice(Math.max(e,a)-a,t-a),s=!r):l.isLeaf?(i?o+=typeof i=="function"?i(l):i:l.type.spec.leafText&&(o+=l.type.spec.leafText(l)),s=!r):!s&&l.isBlock&&(o+=r,s=!0)},0),o}append(e){if(!e.size)return this;if(!this.size)return e;let t=this.lastChild,r=e.firstChild,i=this.content.slice(),o=0;for(t.isText&&t.sameMarkup(r)&&(i[i.length-1]=t.withText(t.text+r.text),o=1);o<e.content.length;o++)i.push(e.content[o]);return new oe(i,this.size+e.size)}cut(e,t=this.size){if(e==0&&t==this.size)return this;let r=[],i=0;if(t>e)for(let o=0,s=0;s<t;o++){let l=this.content[o],a=s+l.nodeSize;a>e&&((s<e||a>t)&&(l.isText?l=l.cut(Math.max(0,e-s),Math.min(l.text.length,t-s)):l=l.cut(Math.max(0,e-s-1),Math.min(l.content.size,t-s-1))),r.push(l),i+=l.nodeSize),s=a}return new oe(r,i)}cutByIndex(e,t){return e==t?oe.empty:e==0&&t==this.content.length?this:new oe(this.content.slice(e,t))}replaceChild(e,t){let r=this.content[e];if(r==t)return this;let i=this.content.slice(),o=this.size+t.nodeSize-r.nodeSize;return i[e]=t,new oe(i,o)}addToStart(e){return new oe([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new oe(this.content.concat(e),this.size+e.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 new RangeError("Index "+e+" out of range for "+this);return t}maybeChild(e){return this.content[e]||null}forEach(e){for(let t=0,r=0;t<this.content.length;t++){let i=this.content[t];e(i,r,t),r+=i.nodeSize}}findDiffStart(e,t=0){return su(this,e,t)}findDiffEnd(e,t=this.size,r=e.size){return au(this,e,t,r)}findIndex(e,t=-1){if(e==0)return to(0,e);if(e==this.size)return to(this.content.length,e);if(e>this.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let r=0,i=0;;r++){let o=this.child(r),s=i+o.nodeSize;if(s>=e)return s==e||t>0?to(r+1,s):to(r,i);i=s}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,t){if(!t)return oe.empty;if(!Array.isArray(t))throw new RangeError("Invalid input for Fragment.fromJSON");return new oe(t.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return oe.empty;let t,r=0;for(let i=0;i<e.length;i++){let o=e[i];r+=o.nodeSize,i&&o.isText&&e[i-1].sameMarkup(o)?(t||(t=e.slice(0,i)),t[t.length-1]=o.withText(t[t.length-1].text+o.text)):t&&t.push(o)}return new oe(t||e,r)}static from(e){if(!e)return oe.empty;if(e instanceof oe)return e;if(Array.isArray(e))return this.fromArray(e);if(e.attrs)return new oe([e],e.nodeSize);throw new RangeError("Can not convert "+e+" to a Fragment"+(e.nodesBetween?" (looks like multiple versions of prosemirror-model were loaded)":""))}}oe.empty=new oe([],0);const sa={index:0,offset:0};function to(n,e){return sa.index=n,sa.offset=e,sa}function no(n,e){if(n===e)return!0;if(!(n&&typeof n=="object")||!(e&&typeof e=="object"))return!1;let t=Array.isArray(n);if(Array.isArray(e)!=t)return!1;if(t){if(n.length!=e.length)return!1;for(let r=0;r<n.length;r++)if(!no(n[r],e[r]))return!1}else{for(let r in n)if(!(r in e)||!no(n[r],e[r]))return!1;for(let r in e)if(!(r in n))return!1}return!0}let Pe=class Ac{constructor(e,t){this.type=e,this.attrs=t}addToSet(e){let t,r=!1;for(let i=0;i<e.length;i++){let o=e[i];if(this.eq(o))return e;if(this.type.excludes(o.type))t||(t=e.slice(0,i));else{if(o.type.excludes(this.type))return e;!r&&o.type.rank>this.type.rank&&(t||(t=e.slice(0,i)),t.push(this),r=!0),t&&t.push(o)}}return t||(t=e.slice()),r||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&&no(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 new RangeError("Invalid input for Mark.fromJSON");let r=e.marks[t.type];if(!r)throw new RangeError(`There is no mark type ${t.type} in this schema`);return r.create(t.attrs)}static sameSet(e,t){if(e==t)return!0;if(e.length!=t.length)return!1;for(let r=0;r<e.length;r++)if(!e[r].eq(t[r]))return!1;return!0}static setFrom(e){if(!e||Array.isArray(e)&&e.length==0)return Ac.none;if(e instanceof Ac)return[e];let t=e.slice();return t.sort((r,i)=>r.type.rank-i.type.rank),t}};Pe.none=[];class ro extends Error{}class he{constructor(e,t,r){this.content=e,this.openStart=t,this.openEnd=r}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(e,t){let r=cu(this.content,e+this.openStart,t);return r&&new he(r,this.openStart,this.openEnd)}removeBetween(e,t){return new he(lu(this.content,e+this.openStart,t+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(e,t){if(!t)return he.empty;let r=t.openStart||0,i=t.openEnd||0;if(typeof r!="number"||typeof i!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new he(oe.fromJSON(e,t.content),r,i)}static maxOpen(e,t=!0){let r=0,i=0;for(let o=e.firstChild;o&&!o.isLeaf&&(t||!o.type.spec.isolating);o=o.firstChild)r++;for(let o=e.lastChild;o&&!o.isLeaf&&(t||!o.type.spec.isolating);o=o.lastChild)i++;return new he(e,r,i)}}he.empty=new he(oe.empty,0,0);function lu(n,e,t){let{index:r,offset:i}=n.findIndex(e),o=n.maybeChild(r),{index:s,offset:l}=n.findIndex(t);if(i==e||o.isText){if(l!=t&&!n.child(s).isText)throw new RangeError("Removing non-flat range");return n.cut(0,e).append(n.cut(t))}if(r!=s)throw new RangeError("Removing non-flat range");return n.replaceChild(r,o.copy(lu(o.content,e-i-1,t-i-1)))}function cu(n,e,t,r){let{index:i,offset:o}=n.findIndex(e),s=n.maybeChild(i);if(o==e||s.isText)return r&&!r.canReplace(i,i,t)?null:n.cut(0,e).append(t).append(n.cut(e));let l=cu(s.content,e-o-1,t);return l&&n.replaceChild(i,s.copy(l))}function i0(n,e,t){if(t.openStart>n.depth)throw new ro("Inserted content deeper than insertion position");if(n.depth-t.openStart!=e.depth-t.openEnd)throw new ro("Inconsistent open depths");return uu(n,e,t,0)}function uu(n,e,t,r){let i=n.index(r),o=n.node(r);if(i==e.index(r)&&r<n.depth-t.openStart){let s=uu(n,e,t,r+1);return o.copy(o.content.replaceChild(i,s))}else if(t.content.size)if(!t.openStart&&!t.openEnd&&n.depth==r&&e.depth==r){let s=n.parent,l=s.content;return Zn(s,l.cut(0,n.parentOffset).append(t.content).append(l.cut(e.parentOffset)))}else{let{start:s,end:l}=o0(t,n);return Zn(o,fu(n,s,l,e,r))}else return Zn(o,io(n,e,r))}function du(n,e){if(!e.type.compatibleContent(n.type))throw new ro("Cannot join "+e.type.name+" onto "+n.type.name)}function aa(n,e,t){let r=n.node(t);return du(r,e.node(t)),r}function Qn(n,e){let t=e.length-1;t>=0&&n.isText&&n.sameMarkup(e[t])?e[t]=n.withText(e[t].text+n.text):e.push(n)}function li(n,e,t,r){let i=(e||n).node(t),o=0,s=e?e.index(t):i.childCount;n&&(o=n.index(t),n.depth>t?o++:n.textOffset&&(Qn(n.nodeAfter,r),o++));for(let l=o;l<s;l++)Qn(i.child(l),r);e&&e.depth==t&&e.textOffset&&Qn(e.nodeBefore,r)}function Zn(n,e){return n.type.checkContent(e),n.copy(e)}function fu(n,e,t,r,i){let o=n.depth>i&&aa(n,e,i+1),s=r.depth>i&&aa(t,r,i+1),l=[];return li(null,n,i,l),o&&s&&e.index(i)==t.index(i)?(du(o,s),Qn(Zn(o,fu(n,e,t,r,i+1)),l)):(o&&Qn(Zn(o,io(n,e,i+1)),l),li(e,t,i,l),s&&Qn(Zn(s,io(t,r,i+1)),l)),li(r,null,i,l),new oe(l)}function io(n,e,t){let r=[];if(li(null,n,t,r),n.depth>t){let i=aa(n,e,t+1);Qn(Zn(i,io(n,e,t+1)),r)}return li(e,null,t,r),new oe(r)}function o0(n,e){let t=e.depth-n.openStart,i=e.node(t).copy(n.content);for(let o=t-1;o>=0;o--)i=e.node(o).copy(oe.from(i));return{start:i.resolveNoCache(n.openStart+t),end:i.resolveNoCache(i.content.size-n.openEnd-t)}}class ci{constructor(e,t,r){this.pos=e,this.path=t,this.parentOffset=r,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 new 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 new 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 r=this.pos-this.path[this.path.length-1],i=e.child(t);return r?e.child(t).cut(r):i}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 r=this.path[t*3],i=t==0?0:this.path[t*3-1]+1;for(let o=0;o<e;o++)i+=r.child(o).nodeSize;return i}marks(){let e=this.parent,t=this.index();if(e.content.size==0)return Pe.none;if(this.textOffset)return e.child(t).marks;let r=e.maybeChild(t-1),i=e.maybeChild(t);if(!r){let l=r;r=i,i=l}let o=r.marks;for(var s=0;s<o.length;s++)o[s].type.spec.inclusive===!1&&(!i||!o[s].isInSet(i.marks))&&(o=o[s--].removeFromSet(o));return o}marksAcross(e){let t=this.parent.maybeChild(this.index());if(!t||!t.isInline)return null;let r=t.marks,i=e.parent.maybeChild(e.index());for(var o=0;o<r.length;o++)r[o].type.spec.inclusive===!1&&(!i||!r[o].isInSet(i.marks))&&(r=r[o--].removeFromSet(r));return r}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 r=this.depth-(this.parent.inlineContent||this.pos==e.pos?1:0);r>=0;r--)if(e.pos<=this.end(r)&&(!t||t(this.node(r))))return new oo(this,e,r);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(e,t){if(!(t>=0&&t<=e.content.size))throw new RangeError("Position "+t+" out of range");let r=[],i=0,o=t;for(let s=e;;){let{index:l,offset:a}=s.content.findIndex(o),c=o-a;if(r.push(s,l,i+a),!c||(s=s.child(l),s.isText))break;o=c-1,i+=a+1}return new ci(t,r,o)}static resolveCached(e,t){for(let i=0;i<la.length;i++){let o=la[i];if(o.pos==t&&o.doc==e)return o}let r=la[ca]=ci.resolve(e,t);return ca=(ca+1)%s0,r}}let la=[],ca=0,s0=12;class oo{constructor(e,t,r){this.$from=e,this.$to=t,this.depth=r}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)}}const a0=Object.create(null);let qn=class wc{constructor(e,t,r,i=Pe.none){this.type=e,this.attrs=t,this.marks=i,this.content=r||oe.empty}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,r,i=0){this.content.nodesBetween(e,t,r,i,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,r,i){return this.content.textBetween(e,t,r,i)}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,r){return this.type==e&&no(this.attrs,t||e.defaultAttrs||a0)&&Pe.sameSet(this.marks,r||Pe.none)}copy(e=null){return e==this.content?this:new wc(this.type,this.attrs,e,this.marks)}mark(e){return e==this.marks?this:new wc(this.type,this.attrs,this.content,e)}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,r=!1){if(e==t)return he.empty;let i=this.resolve(e),o=this.resolve(t),s=r?0:i.sharedDepth(t),l=i.start(s),c=i.node(s).content.cut(i.pos-l,o.pos-l);return new he(c,i.depth-s,o.depth-s)}replace(e,t,r){return i0(this.resolve(e),this.resolve(t),r)}nodeAt(e){for(let t=this;;){let{index:r,offset:i}=t.content.findIndex(e);if(t=t.maybeChild(r),!t)return null;if(i==e||t.isText)return t;e-=i+1}}childAfter(e){let{index:t,offset:r}=this.content.findIndex(e);return{node:this.content.maybeChild(t),index:t,offset:r}}childBefore(e){if(e==0)return{node:null,index:0,offset:0};let{index:t,offset:r}=this.content.findIndex(e);if(r<e)return{node:this.content.child(t),index:t,offset:r};let i=this.content.child(t-1);return{node:i,index:t-1,offset:r-i.nodeSize}}resolve(e){return ci.resolveCached(this,e)}resolveNoCache(e){return ci.resolve(this,e)}rangeHasMark(e,t,r){let i=!1;return t>e&&this.nodesBetween(e,t,o=>(r.isInSet(o.marks)&&(i=!0),!i)),i}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()+")"),hu(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw new Error("Called contentMatchAt on a node with invalid content");return t}canReplace(e,t,r=oe.empty,i=0,o=r.childCount){let s=this.contentMatchAt(e).matchFragment(r,i,o),l=s&&s.matchFragment(this.content,t);if(!l||!l.validEnd)return!1;for(let a=i;a<o;a++)if(!this.type.allowsMarks(r.child(a).marks))return!1;return!0}canReplaceWith(e,t,r,i){if(i&&!this.type.allowsMarks(i))return!1;let o=this.contentMatchAt(e).matchType(r),s=o&&o.matchFragment(this.content,t);return s?s.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);let e=Pe.none;for(let t=0;t<this.marks.length;t++)e=this.marks[t].addToSet(e);if(!Pe.sameSet(e,this.marks))throw new RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map(t=>t.type.name)}`);this.content.forEach(t=>t.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(t=>t.toJSON())),e}static fromJSON(e,t){if(!t)throw new RangeError("Invalid input for Node.fromJSON");let r=null;if(t.marks){if(!Array.isArray(t.marks))throw new RangeError("Invalid mark data for Node.fromJSON");r=t.marks.map(e.markFromJSON)}if(t.type=="text"){if(typeof t.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(t.text,r)}let i=oe.fromJSON(e,t.content);return e.nodeType(t.type).create(t.attrs,i,r)}};qn.prototype.text=void 0;class so extends qn{constructor(e,t,r,i){if(super(e,t,null,i),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):hu(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(e){return e==this.marks?this:new so(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new so(this.type,this.attrs,e,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 hu(n,e){for(let t=n.length-1;t>=0;t--)e=n[t].type.name+"("+e+")";return e}class er{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,t){let r=new l0(e,t);if(r.next==null)return er.empty;let i=pu(r);r.next&&r.err("Unexpected trailing text");let o=m0(p0(i));return g0(o,r),o}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,r=e.childCount){let i=this;for(let o=t;i&&o<r;o++)i=i.matchType(e.child(o).type);return i}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 r=0;r<e.next.length;r++)if(this.next[t].type==e.next[r].type)return!0;return!1}fillBefore(e,t=!1,r=0){let i=[this];function o(s,l){let a=s.matchFragment(e,r);if(a&&(!t||a.validEnd))return oe.from(l.map(c=>c.createAndFill()));for(let c=0;c<s.next.length;c++){let{type:u,next:d}=s.next[c];if(!(u.isText||u.hasRequiredAttrs())&&i.indexOf(d)==-1){i.push(d);let f=o(d,l.concat(u));if(f)return f}}return null}return o(this,[])}findWrapping(e){for(let r=0;r<this.wrapCache.length;r+=2)if(this.wrapCache[r]==e)return this.wrapCache[r+1];let t=this.computeWrapping(e);return this.wrapCache.push(e,t),t}computeWrapping(e){let t=Object.create(null),r=[{match:this,type:null,via:null}];for(;r.length;){let i=r.shift(),o=i.match;if(o.matchType(e)){let s=[];for(let l=i;l.type;l=l.via)s.push(l.type);return s.reverse()}for(let s=0;s<o.next.length;s++){let{type:l,next:a}=o.next[s];!l.isLeaf&&!l.hasRequiredAttrs()&&!(l.name in t)&&(!i.type||a.validEnd)&&(r.push({match:l.contentMatch,type:l,via:i}),t[l.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(e){if(e>=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(r){e.push(r);for(let i=0;i<r.next.length;i++)e.indexOf(r.next[i].next)==-1&&t(r.next[i].next)}return t(this),e.map((r,i)=>{let o=i+(r.validEnd?"*":" ")+" ";for(let s=0;s<r.next.length;s++)o+=(s?", ":"")+r.next[s].type.name+"->"+e.indexOf(r.next[s].next);return o}).join(`
|
|
12
|
+
`)}}er.empty=new er(!0);class l0{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 new SyntaxError(e+" (in content expression '"+this.string+"')")}}function pu(n){let e=[];do e.push(c0(n));while(n.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function c0(n){let e=[];do e.push(u0(n));while(n.next&&n.next!=")"&&n.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function u0(n){let e=h0(n);for(;;)if(n.eat("+"))e={type:"plus",expr:e};else if(n.eat("*"))e={type:"star",expr:e};else if(n.eat("?"))e={type:"opt",expr:e};else if(n.eat("{"))e=d0(n,e);else break;return e}function mu(n){/\D/.test(n.next)&&n.err("Expected number, got '"+n.next+"'");let e=Number(n.next);return n.pos++,e}function d0(n,e){let t=mu(n),r=t;return n.eat(",")&&(n.next!="}"?r=mu(n):r=-1),n.eat("}")||n.err("Unclosed braced range"),{type:"range",min:t,max:r,expr:e}}function f0(n,e){let t=n.nodeTypes,r=t[e];if(r)return[r];let i=[];for(let o in t){let s=t[o];s.groups.indexOf(e)>-1&&i.push(s)}return i.length==0&&n.err("No node type or group '"+e+"' found"),i}function h0(n){if(n.eat("(")){let e=pu(n);return n.eat(")")||n.err("Missing closing paren"),e}else if(/\W/.test(n.next))n.err("Unexpected token '"+n.next+"'");else{let e=f0(n,n.next).map(t=>(n.inline==null?n.inline=t.isInline:n.inline!=t.isInline&&n.err("Mixing inline and block content"),{type:"name",value:t}));return n.pos++,e.length==1?e[0]:{type:"choice",exprs:e}}}function p0(n){let e=[[]];return i(o(n,0),t()),e;function t(){return e.push([])-1}function r(s,l,a){let c={term:a,to:l};return e[s].push(c),c}function i(s,l){s.forEach(a=>a.to=l)}function o(s,l){if(s.type=="choice")return s.exprs.reduce((a,c)=>a.concat(o(c,l)),[]);if(s.type=="seq")for(let a=0;;a++){let c=o(s.exprs[a],l);if(a==s.exprs.length-1)return c;i(c,l=t())}else if(s.type=="star"){let a=t();return r(l,a),i(o(s.expr,a),a),[r(a)]}else if(s.type=="plus"){let a=t();return i(o(s.expr,l),a),i(o(s.expr,a),a),[r(a)]}else{if(s.type=="opt")return[r(l)].concat(o(s.expr,l));if(s.type=="range"){let a=l;for(let c=0;c<s.min;c++){let u=t();i(o(s.expr,a),u),a=u}if(s.max==-1)i(o(s.expr,a),a);else for(let c=s.min;c<s.max;c++){let u=t();r(a,u),i(o(s.expr,a),u),a=u}return[r(a)]}else{if(s.type=="name")return[r(l,void 0,s.value)];throw new Error("Unknown expr type")}}}}function gu(n,e){return e-n}function yu(n,e){let t=[];return r(e),t.sort(gu);function r(i){let o=n[i];if(o.length==1&&!o[0].term)return r(o[0].to);t.push(i);for(let s=0;s<o.length;s++){let{term:l,to:a}=o[s];!l&&t.indexOf(a)==-1&&r(a)}}}function m0(n){let e=Object.create(null);return t(yu(n,0));function t(r){let i=[];r.forEach(s=>{n[s].forEach(({term:l,to:a})=>{if(!l)return;let c;for(let u=0;u<i.length;u++)i[u][0]==l&&(c=i[u][1]);yu(n,a).forEach(u=>{c||i.push([l,c=[]]),c.indexOf(u)==-1&&c.push(u)})})});let o=e[r.join(",")]=new er(r.indexOf(n.length-1)>-1);for(let s=0;s<i.length;s++){let l=i[s][1].sort(gu);o.next.push({type:i[s][0],next:e[l.join(",")]||t(l)})}return o}}function g0(n,e){for(let t=0,r=[n];t<r.length;t++){let i=r[t],o=!i.validEnd,s=[];for(let l=0;l<i.next.length;l++){let{type:a,next:c}=i.next[l];s.push(a.name),o&&!(a.isText||a.hasRequiredAttrs())&&(o=!1),r.indexOf(c)==-1&&r.push(c)}o&&e.err("Only non-generatable nodes ("+s.join(", ")+") in a required position (see https://prosemirror.net/docs/guide/#generatable)")}}function vu(n){let e=Object.create(null);for(let t in n){let r=n[t];if(!r.hasDefault)return null;e[t]=r.default}return e}function bu(n,e){let t=Object.create(null);for(let r in n){let i=e&&e[r];if(i===void 0){let o=n[r];if(o.hasDefault)i=o.default;else throw new RangeError("No value supplied for attribute "+r)}t[r]=i}return t}function Eu(n){let e=Object.create(null);if(n)for(let t in n)e[t]=new y0(n[t]);return e}let Su=class Cm{constructor(e,t,r){this.name=e,this.schema=t,this.spec=r,this.markSet=null,this.groups=r.group?r.group.split(" "):[],this.attrs=Eu(r.attrs),this.defaultAttrs=vu(this.attrs),this.contentMatch=null,this.inlineContent=null,this.isBlock=!(r.inline||e=="text"),this.isText=e=="text"}get isInline(){return!this.isBlock}get isTextblock(){return this.isBlock&&this.inlineContent}get isLeaf(){return this.contentMatch==er.empty}get isAtom(){return this.isLeaf||!!this.spec.atom}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:bu(this.attrs,e)}create(e=null,t,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new qn(this,this.computeAttrs(e),oe.from(t),Pe.setFrom(r))}createChecked(e=null,t,r){return t=oe.from(t),this.checkContent(t),new qn(this,this.computeAttrs(e),t,Pe.setFrom(r))}createAndFill(e=null,t,r){if(e=this.computeAttrs(e),t=oe.from(t),t.size){let s=this.contentMatch.fillBefore(t);if(!s)return null;t=s.append(t)}let i=this.contentMatch.matchFragment(t),o=i&&i.fillBefore(oe.empty,!0);return o?new qn(this,e,t.append(o),Pe.setFrom(r)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let r=0;r<e.childCount;r++)if(!this.allowsMarks(e.child(r).marks))return!1;return!0}checkContent(e){if(!this.validContent(e))throw new RangeError(`Invalid content for node ${this.name}: ${e.toString().slice(0,50)}`)}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 r=0;r<e.length;r++)this.allowsMarkType(e[r].type)?t&&t.push(e[r]):t||(t=e.slice(0,r));return t?t.length?t:Pe.none:e}static compile(e,t){let r=Object.create(null);e.forEach((o,s)=>r[o]=new Cm(o,t,s));let i=t.spec.topNode||"doc";if(!r[i])throw new RangeError("Schema is missing its top node type ('"+i+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let o in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}};class y0{constructor(e){this.hasDefault=Object.prototype.hasOwnProperty.call(e,"default"),this.default=e.default}get isRequired(){return!this.hasDefault}}class ao{constructor(e,t,r,i){this.name=e,this.rank=t,this.schema=r,this.spec=i,this.attrs=Eu(i.attrs),this.excluded=null;let o=vu(this.attrs);this.instance=o?new Pe(this,o):null}create(e=null){return!e&&this.instance?this.instance:new Pe(this,bu(this.attrs,e))}static compile(e,t){let r=Object.create(null),i=0;return e.forEach((o,s)=>r[o]=new ao(o,i++,t,s)),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]}excludes(e){return this.excluded.indexOf(e)>-1}}class v0{constructor(e){this.cached=Object.create(null);let t=this.spec={};for(let i in e)t[i]=e[i];t.nodes=Ze.from(e.nodes),t.marks=Ze.from(e.marks||{}),this.nodes=Su.compile(this.spec.nodes,this),this.marks=ao.compile(this.spec.marks,this);let r=Object.create(null);for(let i in this.nodes){if(i in this.marks)throw new RangeError(i+" can not be both a node and a mark");let o=this.nodes[i],s=o.spec.content||"",l=o.spec.marks;o.contentMatch=r[s]||(r[s]=er.parse(s,this.nodes)),o.inlineContent=o.contentMatch.inlineContent,o.markSet=l=="_"?null:l?Cu(this,l.split(" ")):l==""||!o.inlineContent?[]:null}for(let i in this.marks){let o=this.marks[i],s=o.spec.excludes;o.excluded=s==null?[o]:s==""?[]:Cu(this,s.split(" "))}this.nodeFromJSON=this.nodeFromJSON.bind(this),this.markFromJSON=this.markFromJSON.bind(this),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,t=null,r,i){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof Su){if(e.schema!=this)throw new RangeError("Node type from different schema used ("+e.name+")")}else throw new RangeError("Invalid node type: "+e);return e.createChecked(t,r,i)}text(e,t){let r=this.nodes.text;return new so(r,r.defaultAttrs,e,Pe.setFrom(t))}mark(e,t){return typeof e=="string"&&(e=this.marks[e]),e.create(t)}nodeFromJSON(e){return qn.fromJSON(this,e)}markFromJSON(e){return Pe.fromJSON(this,e)}nodeType(e){let t=this.nodes[e];if(!t)throw new RangeError("Unknown node type: "+e);return t}}function Cu(n,e){let t=[];for(let r=0;r<e.length;r++){let i=e[r],o=n.marks[i],s=o;if(o)t.push(o);else for(let l in n.marks){let a=n.marks[l];(i=="_"||a.spec.group&&a.spec.group.split(" ").indexOf(i)>-1)&&t.push(s=a)}if(!s)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return t}class Er{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[],t.forEach(r=>{r.tag?this.tags.push(r):r.style&&this.styles.push(r)}),this.normalizeLists=!this.tags.some(r=>{if(!/^(ul|ol)\b/.test(r.tag)||!r.node)return!1;let i=e.nodes[r.node];return i.contentMatch.matchType(i)})}parse(e,t={}){let r=new xu(this,t,!1);return r.addAll(e,t.from,t.to),r.finish()}parseSlice(e,t={}){let r=new xu(this,t,!0);return r.addAll(e,t.from,t.to),he.maxOpen(r.finish())}matchTag(e,t,r){for(let i=r?this.tags.indexOf(r)+1:0;i<this.tags.length;i++){let o=this.tags[i];if(S0(e,o.tag)&&(o.namespace===void 0||e.namespaceURI==o.namespace)&&(!o.context||t.matchesContext(o.context))){if(o.getAttrs){let s=o.getAttrs(e);if(s===!1)continue;o.attrs=s||void 0}return o}}}matchStyle(e,t,r,i){for(let o=i?this.styles.indexOf(i)+1:0;o<this.styles.length;o++){let s=this.styles[o],l=s.style;if(!(l.indexOf(e)!=0||s.context&&!r.matchesContext(s.context)||l.length>e.length&&(l.charCodeAt(e.length)!=61||l.slice(e.length+1)!=t))){if(s.getAttrs){let a=s.getAttrs(t);if(a===!1)continue;s.attrs=a||void 0}return s}}}static schemaRules(e){let t=[];function r(i){let o=i.priority==null?50:i.priority,s=0;for(;s<t.length;s++){let l=t[s];if((l.priority==null?50:l.priority)<o)break}t.splice(s,0,i)}for(let i in e.marks){let o=e.marks[i].spec.parseDOM;o&&o.forEach(s=>{r(s=ku(s)),s.mark||s.ignore||s.clearMark||(s.mark=i)})}for(let i in e.nodes){let o=e.nodes[i].spec.parseDOM;o&&o.forEach(s=>{r(s=ku(s)),s.node||s.ignore||s.mark||(s.node=i)})}return t}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new Er(e,Er.schemaRules(e)))}}const Tu={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},b0={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},Au={ol:!0,ul:!0},lo=1,co=2,ui=4;function wu(n,e,t){return e!=null?(e?lo:0)|(e==="full"?co:0):n&&n.whitespace=="pre"?lo|co:t&~ui}class uo{constructor(e,t,r,i,o,s,l){this.type=e,this.attrs=t,this.marks=r,this.pendingMarks=i,this.solid=o,this.options=l,this.content=[],this.activeMarks=Pe.none,this.stashMarks=[],this.match=s||(l&ui?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(oe.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let r=this.type.contentMatch,i;return(i=r.findWrapping(e.type))?(this.match=r,i):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&lo)){let r=this.content[this.content.length-1],i;if(r&&r.isText&&(i=/[ \t\r\n\u000c]+$/.exec(r.text))){let o=r;r.text.length==i[0].length?this.content.pop():this.content[this.content.length-1]=o.withText(o.text.slice(0,o.text.length-i[0].length))}}let t=oe.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(oe.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}popFromStashMark(e){for(let t=this.stashMarks.length-1;t>=0;t--)if(e.eq(this.stashMarks[t]))return this.stashMarks.splice(t,1)[0]}applyPending(e){for(let t=0,r=this.pendingMarks;t<r.length;t++){let i=r[t];(this.type?this.type.allowsMarkType(i.type):T0(i.type,e))&&!i.isInSet(this.activeMarks)&&(this.activeMarks=i.addToSet(this.activeMarks),this.pendingMarks=i.removeFromSet(this.pendingMarks))}}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!Tu.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class xu{constructor(e,t,r){this.parser=e,this.options=t,this.isOpen=r,this.open=0;let i=t.topNode,o,s=wu(null,t.preserveWhitespace,0)|(r?ui:0);i?o=new uo(i.type,i.attrs,Pe.none,Pe.none,!0,t.topMatch||i.type.contentMatch,s):r?o=new uo(null,null,Pe.none,Pe.none,!0,null,s):o=new uo(e.schema.topNodeType,null,Pe.none,Pe.none,!0,null,s),this.nodes=[o],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e){e.nodeType==3?this.addTextNode(e):e.nodeType==1&&this.addElement(e)}withStyleRules(e,t){let r=e.getAttribute("style");if(!r)return t();let i=this.readStyles(C0(r));if(!i)return;let[o,s]=i,l=this.top;for(let a=0;a<s.length;a++)this.removePendingMark(s[a],l);for(let a=0;a<o.length;a++)this.addPendingMark(o[a]);t();for(let a=0;a<o.length;a++)this.removePendingMark(o[a],l);for(let a=0;a<s.length;a++)this.addPendingMark(s[a])}addTextNode(e){let t=e.nodeValue,r=this.top;if(r.options&co||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(t)){if(r.options&lo)r.options&co?t=t.replace(/\r\n?/g,`
|
|
13
|
+
`):t=t.replace(/\r?\n|\r/g," ");else if(t=t.replace(/[ \t\r\n\u000c]+/g," "),/^[ \t\r\n\u000c]/.test(t)&&this.open==this.nodes.length-1){let i=r.content[r.content.length-1],o=e.previousSibling;(!i||o&&o.nodeName=="BR"||i.isText&&/[ \t\r\n\u000c]$/.test(i.text))&&(t=t.slice(1))}t&&this.insertNode(this.parser.schema.text(t)),this.findInText(e)}else this.findInside(e)}addElement(e,t){let r=e.nodeName.toLowerCase(),i;Au.hasOwnProperty(r)&&this.parser.normalizeLists&&E0(e);let o=this.options.ruleFromNode&&this.options.ruleFromNode(e)||(i=this.parser.matchTag(e,this,t));if(o?o.ignore:b0.hasOwnProperty(r))this.findInside(e),this.ignoreFallback(e);else if(!o||o.skip||o.closeParent){o&&o.closeParent?this.open=Math.max(0,this.open-1):o&&o.skip.nodeType&&(e=o.skip);let s,l=this.top,a=this.needsBlock;if(Tu.hasOwnProperty(r))l.content.length&&l.content[0].isInline&&this.open&&(this.open--,l=this.top),s=!0,l.type||(this.needsBlock=!0);else if(!e.firstChild){this.leafFallback(e);return}o&&o.skip?this.addAll(e):this.withStyleRules(e,()=>this.addAll(e)),s&&this.sync(l),this.needsBlock=a}else this.withStyleRules(e,()=>{this.addElementByRule(e,o,o.consuming===!1?i:void 0)})}leafFallback(e){e.nodeName=="BR"&&this.top.type&&this.top.type.inlineContent&&this.addTextNode(e.ownerDocument.createTextNode(`
|
|
14
|
+
`))}ignoreFallback(e){e.nodeName=="BR"&&(!this.top.type||!this.top.type.inlineContent)&&this.findPlace(this.parser.schema.text("-"))}readStyles(e){let t=Pe.none,r=Pe.none;for(let i=0;i<e.length;i+=2)for(let o=void 0;;){let s=this.parser.matchStyle(e[i],e[i+1],this,o);if(!s)break;if(s.ignore)return null;if(s.clearMark?this.top.pendingMarks.concat(this.top.activeMarks).forEach(l=>{s.clearMark(l)&&(r=l.addToSet(r))}):t=this.parser.schema.marks[s.mark].create(s.attrs).addToSet(t),s.consuming===!1)o=s;else break}return[t,r]}addElementByRule(e,t,r){let i,o,s;t.node?(o=this.parser.schema.nodes[t.node],o.isLeaf?this.insertNode(o.create(t.attrs))||this.leafFallback(e):i=this.enter(o,t.attrs||null,t.preserveWhitespace)):(s=this.parser.schema.marks[t.mark].create(t.attrs),this.addPendingMark(s));let l=this.top;if(o&&o.isLeaf)this.findInside(e);else if(r)this.addElement(e,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(a=>this.insertNode(a));else{let a=e;typeof t.contentElement=="string"?a=e.querySelector(t.contentElement):typeof t.contentElement=="function"?a=t.contentElement(e):t.contentElement&&(a=t.contentElement),this.findAround(e,a,!0),this.addAll(a)}i&&this.sync(l)&&this.open--,s&&this.removePendingMark(s,l)}addAll(e,t,r){let i=t||0;for(let o=t?e.childNodes[t]:e.firstChild,s=r==null?null:e.childNodes[r];o!=s;o=o.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(o);this.findAtPoint(e,i)}findPlace(e){let t,r;for(let i=this.open;i>=0;i--){let o=this.nodes[i],s=o.findWrapping(e);if(s&&(!t||t.length>s.length)&&(t=s,r=o,!s.length)||o.solid)break}if(!t)return!1;this.sync(r);for(let i=0;i<t.length;i++)this.enterInner(t[i],null,!1);return!0}insertNode(e){if(e.isInline&&this.needsBlock&&!this.top.type){let t=this.textblockFromContext();t&&this.enterInner(t)}if(this.findPlace(e)){this.closeExtra();let t=this.top;t.applyPending(e.type),t.match&&(t.match=t.match.matchType(e.type));let r=t.activeMarks;for(let i=0;i<e.marks.length;i++)(!t.type||t.type.allowsMarkType(e.marks[i].type))&&(r=e.marks[i].addToSet(r));return t.content.push(e.mark(r)),!0}return!1}enter(e,t,r){let i=this.findPlace(e.create(t));return i&&this.enterInner(e,t,!0,r),i}enterInner(e,t=null,r=!1,i){this.closeExtra();let o=this.top;o.applyPending(e),o.match=o.match&&o.match.matchType(e);let s=wu(e,i,o.options);o.options&ui&&o.content.length==0&&(s|=ui),this.nodes.push(new uo(e,t,o.activeMarks,o.pendingMarks,r,null,s)),this.open++}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;return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let r=this.nodes[t].content;for(let i=r.length-1;i>=0;i--)e+=r[i].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let r=0;r<this.find.length;r++)this.find[r].node==e&&this.find[r].offset==t&&(this.find[r].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,r){if(e!=t&&this.find)for(let i=0;i<this.find.length;i++)this.find[i].pos==null&&e.nodeType==1&&e.contains(this.find[i].node)&&t.compareDocumentPosition(this.find[i].node)&(r?2:4)&&(this.find[i].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("/"),r=this.options.context,i=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),o=-(r?r.depth+1:0)+(i?0:1),s=(l,a)=>{for(;l>=0;l--){let c=t[l];if(c==""){if(l==t.length-1||l==0)continue;for(;a>=o;a--)if(s(l-1,a))return!0;return!1}else{let u=a>0||a==0&&i?this.nodes[a].type:r&&a>=o?r.node(a-o).type:null;if(!u||u.name!=c&&u.groups.indexOf(c)==-1)return!1;a--}}return!0};return s(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let r=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(r&&r.isTextblock&&r.defaultAttrs)return r}for(let t in this.parser.schema.nodes){let r=this.parser.schema.nodes[t];if(r.isTextblock&&r.defaultAttrs)return r}}addPendingMark(e){let t=A0(e,this.top.pendingMarks);t&&this.top.stashMarks.push(t),this.top.pendingMarks=e.addToSet(this.top.pendingMarks)}removePendingMark(e,t){for(let r=this.open;r>=0;r--){let i=this.nodes[r];if(i.pendingMarks.lastIndexOf(e)>-1)i.pendingMarks=e.removeFromSet(i.pendingMarks);else{i.activeMarks=e.removeFromSet(i.activeMarks);let s=i.popFromStashMark(e);s&&i.type&&i.type.allowsMarkType(s.type)&&(i.activeMarks=s.addToSet(i.activeMarks))}if(i==t)break}}}function E0(n){for(let e=n.firstChild,t=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&Au.hasOwnProperty(r)&&t?(t.appendChild(e),e=t):r=="li"?t=e:r&&(t=null)}}function S0(n,e){return(n.matches||n.msMatchesSelector||n.webkitMatchesSelector||n.mozMatchesSelector).call(n,e)}function C0(n){let e=/\s*([\w-]+)\s*:\s*([^;]+)/g,t,r=[];for(;t=e.exec(n);)r.push(t[1],t[2].trim());return r}function ku(n){let e={};for(let t in n)e[t]=n[t];return e}function T0(n,e){let t=e.schema.nodes;for(let r in t){let i=t[r];if(!i.allowsMarkType(n))continue;let o=[],s=l=>{o.push(l);for(let a=0;a<l.edgeCount;a++){let{type:c,next:u}=l.edge(a);if(c==e||o.indexOf(u)<0&&s(u))return!0}};if(s(i.contentMatch))return!0}}function A0(n,e){for(let t=0;t<e.length;t++)if(n.eq(e[t]))return e[t]}class Jt{constructor(e,t){this.nodes=e,this.marks=t}serializeFragment(e,t={},r){r||(r=ua(t).createDocumentFragment());let i=r,o=[];return e.forEach(s=>{if(o.length||s.marks.length){let l=0,a=0;for(;l<o.length&&a<s.marks.length;){let c=s.marks[a];if(!this.marks[c.type.name]){a++;continue}if(!c.eq(o[l][0])||c.type.spec.spanning===!1)break;l++,a++}for(;l<o.length;)i=o.pop()[1];for(;a<s.marks.length;){let c=s.marks[a++],u=this.serializeMark(c,s.isInline,t);u&&(o.push([c,i]),i.appendChild(u.dom),i=u.contentDOM||u.dom)}}i.appendChild(this.serializeNodeInner(s,t))}),r}serializeNodeInner(e,t){let{dom:r,contentDOM:i}=Jt.renderSpec(ua(t),this.nodes[e.type.name](e));if(i){if(e.isLeaf)throw new RangeError("Content hole not allowed in a leaf node spec");this.serializeFragment(e.content,t,i)}return r}serializeNode(e,t={}){let r=this.serializeNodeInner(e,t);for(let i=e.marks.length-1;i>=0;i--){let o=this.serializeMark(e.marks[i],e.isInline,t);o&&((o.contentDOM||o.dom).appendChild(r),r=o.dom)}return r}serializeMark(e,t,r={}){let i=this.marks[e.type.name];return i&&Jt.renderSpec(ua(r),i(e,t))}static renderSpec(e,t,r=null){if(typeof t=="string")return{dom:e.createTextNode(t)};if(t.nodeType!=null)return{dom:t};if(t.dom&&t.dom.nodeType!=null)return t;let i=t[0],o=i.indexOf(" ");o>0&&(r=i.slice(0,o),i=i.slice(o+1));let s,l=r?e.createElementNS(r,i):e.createElement(i),a=t[1],c=1;if(a&&typeof a=="object"&&a.nodeType==null&&!Array.isArray(a)){c=2;for(let u in a)if(a[u]!=null){let d=u.indexOf(" ");d>0?l.setAttributeNS(u.slice(0,d),u.slice(d+1),a[u]):l.setAttribute(u,a[u])}}for(let u=c;u<t.length;u++){let d=t[u];if(d===0){if(u<t.length-1||u>c)throw new RangeError("Content hole must be the only child of its parent node");return{dom:l,contentDOM:l}}else{let{dom:f,contentDOM:m}=Jt.renderSpec(e,d,r);if(l.appendChild(f),m){if(s)throw new RangeError("Multiple content holes");s=m}}}return{dom:l,contentDOM:s}}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new Jt(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let t=Ou(e.nodes);return t.text||(t.text=r=>r.text),t}static marksFromSchema(e){return Ou(e.marks)}}function Ou(n){let e={};for(let t in n){let r=n[t].spec.toDOM;r&&(e[t]=r)}return e}function ua(n){return n.document||window.document}const Mu=65535,Nu=Math.pow(2,16);function w0(n,e){return n+e*Nu}function Iu(n){return n&Mu}function x0(n){return(n-(n&Mu))/Nu}const Du=1,Ru=2,fo=4,Lu=8;class da{constructor(e,t,r){this.pos=e,this.delInfo=t,this.recover=r}get deleted(){return(this.delInfo&Lu)>0}get deletedBefore(){return(this.delInfo&(Du|fo))>0}get deletedAfter(){return(this.delInfo&(Ru|fo))>0}get deletedAcross(){return(this.delInfo&fo)>0}}class St{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&St.empty)return St.empty}recover(e){let t=0,r=Iu(e);if(!this.inverted)for(let i=0;i<r;i++)t+=this.ranges[i*3+2]-this.ranges[i*3+1];return this.ranges[r*3]+t+x0(e)}mapResult(e,t=1){return this._map(e,t,!1)}map(e,t=1){return this._map(e,t,!0)}_map(e,t,r){let i=0,o=this.inverted?2:1,s=this.inverted?1:2;for(let l=0;l<this.ranges.length;l+=3){let a=this.ranges[l]-(this.inverted?i:0);if(a>e)break;let c=this.ranges[l+o],u=this.ranges[l+s],d=a+c;if(e<=d){let f=c?e==a?-1:e==d?1:t:t,m=a+i+(f<0?0:u);if(r)return m;let p=e==(t<0?a:d)?null:w0(l/3,e-a),g=e==a?Ru:e==d?Du:fo;return(t<0?e!=a:e!=d)&&(g|=Lu),new da(m,g,p)}i+=u-c}return r?e+i:new da(e+i,0,null)}touches(e,t){let r=0,i=Iu(t),o=this.inverted?2:1,s=this.inverted?1:2;for(let l=0;l<this.ranges.length;l+=3){let a=this.ranges[l]-(this.inverted?r:0);if(a>e)break;let c=this.ranges[l+o],u=a+c;if(e<=u&&l==i*3)return!0;r+=this.ranges[l+s]-c}return!1}forEach(e){let t=this.inverted?2:1,r=this.inverted?1:2;for(let i=0,o=0;i<this.ranges.length;i+=3){let s=this.ranges[i],l=s-(this.inverted?o:0),a=s+(this.inverted?0:o),c=this.ranges[i+t],u=this.ranges[i+r];e(l,l+c,a,a+u),o+=u-c}}invert(){return new St(this.ranges,!this.inverted)}toString(){return(this.inverted?"-":"")+JSON.stringify(this.ranges)}static offset(e){return e==0?St.empty:new St(e<0?[0,-e,0]:[0,0,e])}}St.empty=new St([]);class di{constructor(e=[],t,r=0,i=e.length){this.maps=e,this.mirror=t,this.from=r,this.to=i}slice(e=0,t=this.maps.length){return new di(this.maps,this.mirror,e,t)}copy(){return new di(this.maps.slice(),this.mirror&&this.mirror.slice(),this.from,this.to)}appendMap(e,t){this.to=this.maps.push(e),t!=null&&this.setMirror(this.maps.length-1,t)}appendMapping(e){for(let t=0,r=this.maps.length;t<e.maps.length;t++){let i=e.getMirror(t);this.appendMap(e.maps[t],i!=null&&i<t?r+i: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=[]),this.mirror.push(e,t)}appendMappingInverted(e){for(let t=e.maps.length-1,r=this.maps.length+e.maps.length;t>=0;t--){let i=e.getMirror(t);this.appendMap(e.maps[t].invert(),i!=null&&i>t?r-i-1:void 0)}}invert(){let e=new di;return e.appendMappingInverted(this),e}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let r=this.from;r<this.to;r++)e=this.maps[r].map(e,t);return e}mapResult(e,t=1){return this._map(e,t,!1)}_map(e,t,r){let i=0;for(let o=this.from;o<this.to;o++){let s=this.maps[o],l=s.mapResult(e,t);if(l.recover!=null){let a=this.getMirror(o);if(a!=null&&a>o&&a<this.to){o=a,e=this.maps[a].recover(l.recover);continue}}i|=l.delInfo,e=l.pos}return r?e:new da(e,i,null)}}const fa=Object.create(null);class nt{getMap(){return St.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw new RangeError("Invalid input for Step.fromJSON");let r=fa[t.stepType];if(!r)throw new RangeError(`No step type ${t.stepType} defined`);return r.fromJSON(e,t)}static jsonID(e,t){if(e in fa)throw new RangeError("Duplicate use of step JSON ID "+e);return fa[e]=t,t.prototype.jsonID=e,t}}class We{constructor(e,t){this.doc=e,this.failed=t}static ok(e){return new We(e,null)}static fail(e){return new We(null,e)}static fromReplace(e,t,r,i){try{return We.ok(e.replace(t,r,i))}catch(o){if(o instanceof ro)return We.fail(o.message);throw o}}}function ha(n,e,t){let r=[];for(let i=0;i<n.childCount;i++){let o=n.child(i);o.content.size&&(o=o.copy(ha(o.content,e,o))),o.isInline&&(o=e(o,t,i)),r.push(o)}return oe.fromArray(r)}class Cn extends nt{constructor(e,t,r){super(),this.from=e,this.to=t,this.mark=r}apply(e){let t=e.slice(this.from,this.to),r=e.resolve(this.from),i=r.node(r.sharedDepth(this.to)),o=new he(ha(t.content,(s,l)=>!s.isAtom||!l.type.allowsMarkType(this.mark.type)?s:s.mark(this.mark.addToSet(s.marks)),i),t.openStart,t.openEnd);return We.fromReplace(e,this.from,this.to,o)}invert(){return new Xt(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new Cn(t.pos,r.pos,this.mark)}merge(e){return e instanceof Cn&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Cn(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"addMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new Cn(t.from,t.to,e.markFromJSON(t.mark))}}nt.jsonID("addMark",Cn);class Xt extends nt{constructor(e,t,r){super(),this.from=e,this.to=t,this.mark=r}apply(e){let t=e.slice(this.from,this.to),r=new he(ha(t.content,i=>i.mark(this.mark.removeFromSet(i.marks)),e),t.openStart,t.openEnd);return We.fromReplace(e,this.from,this.to,r)}invert(){return new Cn(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new Xt(t.pos,r.pos,this.mark)}merge(e){return e instanceof Xt&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Xt(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"removeMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new Xt(t.from,t.to,e.markFromJSON(t.mark))}}nt.jsonID("removeMark",Xt);class Tn extends nt{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return We.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return We.fromReplace(e,this.pos,this.pos+1,new he(oe.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);if(t){let r=this.mark.addToSet(t.marks);if(r.length==t.marks.length){for(let i=0;i<t.marks.length;i++)if(!t.marks[i].isInSet(r))return new Tn(this.pos,t.marks[i]);return new Tn(this.pos,this.mark)}}return new Sr(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Tn(t.pos,this.mark)}toJSON(){return{stepType:"addNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for AddNodeMarkStep.fromJSON");return new Tn(t.pos,e.markFromJSON(t.mark))}}nt.jsonID("addNodeMark",Tn);class Sr extends nt{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return We.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.removeFromSet(t.marks));return We.fromReplace(e,this.pos,this.pos+1,new he(oe.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);return!t||!this.mark.isInSet(t.marks)?this:new Tn(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Sr(t.pos,this.mark)}toJSON(){return{stepType:"removeNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for RemoveNodeMarkStep.fromJSON");return new Sr(t.pos,e.markFromJSON(t.mark))}}nt.jsonID("removeNodeMark",Sr);class qe extends nt{constructor(e,t,r,i=!1){super(),this.from=e,this.to=t,this.slice=r,this.structure=i}apply(e){return this.structure&&pa(e,this.from,this.to)?We.fail("Structure replace would overwrite content"):We.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new St([this.from,this.to-this.from,this.slice.size])}invert(e){return new qe(this.from,this.from+this.slice.size,e.slice(this.from,this.to))}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deletedAcross&&r.deletedAcross?null:new qe(t.pos,Math.max(t.pos,r.pos),this.slice)}merge(e){if(!(e instanceof qe)||e.structure||this.structure)return null;if(this.from+this.slice.size==e.from&&!this.slice.openEnd&&!e.slice.openStart){let t=this.slice.size+e.slice.size==0?he.empty:new he(this.slice.content.append(e.slice.content),this.slice.openStart,e.slice.openEnd);return new qe(this.from,this.to+(e.to-e.from),t,this.structure)}else if(e.to==this.from&&!this.slice.openStart&&!e.slice.openEnd){let t=this.slice.size+e.slice.size==0?he.empty:new he(e.slice.content.append(this.slice.content),e.slice.openStart,this.slice.openEnd);return new qe(e.from,this.to,t,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(e,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for ReplaceStep.fromJSON");return new qe(t.from,t.to,he.fromJSON(e,t.slice),!!t.structure)}}nt.jsonID("replace",qe);class Je extends nt{constructor(e,t,r,i,o,s,l=!1){super(),this.from=e,this.to=t,this.gapFrom=r,this.gapTo=i,this.slice=o,this.insert=s,this.structure=l}apply(e){if(this.structure&&(pa(e,this.from,this.gapFrom)||pa(e,this.gapTo,this.to)))return We.fail("Structure gap-replace would overwrite content");let t=e.slice(this.gapFrom,this.gapTo);if(t.openStart||t.openEnd)return We.fail("Gap is not a flat range");let r=this.slice.insertAt(this.insert,t.content);return r?We.fromReplace(e,this.from,this.to,r):We.fail("Content does not fit in gap")}getMap(){return new St([this.from,this.gapFrom-this.from,this.insert,this.gapTo,this.to-this.gapTo,this.slice.size-this.insert])}invert(e){let t=this.gapTo-this.gapFrom;return new Je(this.from,this.from+this.slice.size+t,this.from+this.insert,this.from+this.insert+t,e.slice(this.from,this.to).removeBetween(this.gapFrom-this.from,this.gapTo-this.from),this.gapFrom-this.from,this.structure)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1),i=e.map(this.gapFrom,-1),o=e.map(this.gapTo,1);return t.deletedAcross&&r.deletedAcross||i<t.pos||o>r.pos?null:new Je(t.pos,r.pos,i,o,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(e,t){if(typeof t.from!="number"||typeof t.to!="number"||typeof t.gapFrom!="number"||typeof t.gapTo!="number"||typeof t.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new Je(t.from,t.to,t.gapFrom,t.gapTo,he.fromJSON(e,t.slice),t.insert,!!t.structure)}}nt.jsonID("replaceAround",Je);function pa(n,e,t){let r=n.resolve(e),i=t-e,o=r.depth;for(;i>0&&o>0&&r.indexAfter(o)==r.node(o).childCount;)o--,i--;if(i>0){let s=r.node(o).maybeChild(r.indexAfter(o));for(;i>0;){if(!s||s.isLeaf)return!0;s=s.firstChild,i--}}return!1}function k0(n,e,t,r){let i=[],o=[],s,l;n.doc.nodesBetween(e,t,(a,c,u)=>{if(!a.isInline)return;let d=a.marks;if(!r.isInSet(d)&&u.type.allowsMarkType(r.type)){let f=Math.max(c,e),m=Math.min(c+a.nodeSize,t),p=r.addToSet(d);for(let g=0;g<d.length;g++)d[g].isInSet(p)||(s&&s.to==f&&s.mark.eq(d[g])?s.to=m:i.push(s=new Xt(f,m,d[g])));l&&l.to==f?l.to=m:o.push(l=new Cn(f,m,r))}}),i.forEach(a=>n.step(a)),o.forEach(a=>n.step(a))}function O0(n,e,t,r){let i=[],o=0;n.doc.nodesBetween(e,t,(s,l)=>{if(!s.isInline)return;o++;let a=null;if(r instanceof ao){let c=s.marks,u;for(;u=r.isInSet(c);)(a||(a=[])).push(u),c=u.removeFromSet(c)}else r?r.isInSet(s.marks)&&(a=[r]):a=s.marks;if(a&&a.length){let c=Math.min(l+s.nodeSize,t);for(let u=0;u<a.length;u++){let d=a[u],f;for(let m=0;m<i.length;m++){let p=i[m];p.step==o-1&&d.eq(i[m].style)&&(f=p)}f?(f.to=c,f.step=o):i.push({style:d,from:Math.max(l,e),to:c,step:o})}}}),i.forEach(s=>n.step(new Xt(s.from,s.to,s.style)))}function M0(n,e,t,r=t.contentMatch){let i=n.doc.nodeAt(e),o=[],s=e+1;for(let l=0;l<i.childCount;l++){let a=i.child(l),c=s+a.nodeSize,u=r.matchType(a.type);if(!u)o.push(new qe(s,c,he.empty));else{r=u;for(let d=0;d<a.marks.length;d++)t.allowsMarkType(a.marks[d].type)||n.step(new Xt(s,c,a.marks[d]));if(a.isText&&!t.spec.code){let d,f=/\r?\n|\r/g,m;for(;d=f.exec(a.text);)m||(m=new he(oe.from(t.schema.text(" ",t.allowedMarks(a.marks))),0,0)),o.push(new qe(s+d.index,s+d.index+d[0].length,m))}}s=c}if(!r.validEnd){let l=r.fillBefore(oe.empty,!0);n.replace(s,s,new he(l,0,0))}for(let l=o.length-1;l>=0;l--)n.step(o[l])}function N0(n,e,t){return(e==0||n.canReplace(e,n.childCount))&&(t==n.childCount||n.canReplace(0,t))}function Cr(n){let t=n.parent.content.cutByIndex(n.startIndex,n.endIndex);for(let r=n.depth;;--r){let i=n.$from.node(r),o=n.$from.index(r),s=n.$to.indexAfter(r);if(r<n.depth&&i.canReplace(o,s,t))return r;if(r==0||i.type.spec.isolating||!N0(i,o,s))break}return null}function I0(n,e,t){let{$from:r,$to:i,depth:o}=e,s=r.before(o+1),l=i.after(o+1),a=s,c=l,u=oe.empty,d=0;for(let p=o,g=!1;p>t;p--)g||r.index(p)>0?(g=!0,u=oe.from(r.node(p).copy(u)),d++):a--;let f=oe.empty,m=0;for(let p=o,g=!1;p>t;p--)g||i.after(p+1)<i.end(p)?(g=!0,f=oe.from(i.node(p).copy(f)),m++):c++;n.step(new Je(a,c,s,l,new he(u.append(f),d,m),u.size-d,!0))}function ma(n,e,t=null,r=n){let i=D0(n,e),o=i&&R0(r,e);return o?i.map(_u).concat({type:e,attrs:t}).concat(o.map(_u)):null}function _u(n){return{type:n,attrs:null}}function D0(n,e){let{parent:t,startIndex:r,endIndex:i}=n,o=t.contentMatchAt(r).findWrapping(e);if(!o)return null;let s=o.length?o[0]:e;return t.canReplaceWith(r,i,s)?o:null}function R0(n,e){let{parent:t,startIndex:r,endIndex:i}=n,o=t.child(r),s=e.contentMatch.findWrapping(o.type);if(!s)return null;let a=(s.length?s[s.length-1]:e).contentMatch;for(let c=r;a&&c<i;c++)a=a.matchType(t.child(c).type);return!a||!a.validEnd?null:s}function L0(n,e,t){let r=oe.empty;for(let s=t.length-1;s>=0;s--){if(r.size){let l=t[s].type.contentMatch.matchFragment(r);if(!l||!l.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}r=oe.from(t[s].type.create(t[s].attrs,r))}let i=e.start,o=e.end;n.step(new Je(i,o,i,o,new he(r,0,0),t.length,!0))}function _0(n,e,t,r,i){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let o=n.steps.length;n.doc.nodesBetween(e,t,(s,l)=>{if(s.isTextblock&&!s.hasMarkup(r,i)&&P0(n.doc,n.mapping.slice(o).map(l),r)){n.clearIncompatible(n.mapping.slice(o).map(l,1),r);let a=n.mapping.slice(o),c=a.map(l,1),u=a.map(l+s.nodeSize,1);return n.step(new Je(c,u,c+1,u-1,new he(oe.from(r.create(i,null,s.marks)),0,0),1,!0)),!1}})}function P0(n,e,t){let r=n.resolve(e),i=r.index();return r.parent.canReplaceWith(i,i+1,t)}function B0(n,e,t,r,i){let o=n.doc.nodeAt(e);if(!o)throw new RangeError("No node at given position");t||(t=o.type);let s=t.create(r,null,i||o.marks);if(o.isLeaf)return n.replaceWith(e,e+o.nodeSize,s);if(!t.validContent(o.content))throw new RangeError("Invalid content for node type "+t.name);n.step(new Je(e,e+o.nodeSize,e+1,e+o.nodeSize-1,new he(oe.from(s),0,0),1,!0))}function Tr(n,e,t=1,r){let i=n.resolve(e),o=i.depth-t,s=r&&r[r.length-1]||i.parent;if(o<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!s.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let c=i.depth-1,u=t-2;c>o;c--,u--){let d=i.node(c),f=i.index(c);if(d.type.spec.isolating)return!1;let m=d.content.cutByIndex(f,d.childCount),p=r&&r[u+1];p&&(m=m.replaceChild(0,p.type.create(p.attrs)));let g=r&&r[u]||d;if(!d.canReplace(f+1,d.childCount)||!g.type.validContent(m))return!1}let l=i.indexAfter(o),a=r&&r[0];return i.node(o).canReplaceWith(l,l,a?a.type:i.node(o+1).type)}function F0(n,e,t=1,r){let i=n.doc.resolve(e),o=oe.empty,s=oe.empty;for(let l=i.depth,a=i.depth-t,c=t-1;l>a;l--,c--){o=oe.from(i.node(l).copy(o));let u=r&&r[c];s=oe.from(u?u.type.create(u.attrs,s):i.node(l).copy(s))}n.step(new qe(e,e,new he(o.append(s),t,t),!0))}function An(n,e){let t=n.resolve(e),r=t.index();return Pu(t.nodeBefore,t.nodeAfter)&&t.parent.canReplace(r,r+1)}function Pu(n,e){return!!(n&&e&&!n.isLeaf&&n.canAppend(e))}function ho(n,e,t=-1){let r=n.resolve(e);for(let i=r.depth;;i--){let o,s,l=r.index(i);if(i==r.depth?(o=r.nodeBefore,s=r.nodeAfter):t>0?(o=r.node(i+1),l++,s=r.node(i).maybeChild(l)):(o=r.node(i).maybeChild(l-1),s=r.node(i+1)),o&&!o.isTextblock&&Pu(o,s)&&r.node(i).canReplace(l,l+1))return e;if(i==0)break;e=t<0?r.before(i):r.after(i)}}function $0(n,e,t){let r=new qe(e-t,e+t,he.empty,!0);n.step(r)}function V0(n,e,t){let r=n.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),t))return e;if(r.parentOffset==0)for(let i=r.depth-1;i>=0;i--){let o=r.index(i);if(r.node(i).canReplaceWith(o,o,t))return r.before(i+1);if(o>0)return null}if(r.parentOffset==r.parent.content.size)for(let i=r.depth-1;i>=0;i--){let o=r.indexAfter(i);if(r.node(i).canReplaceWith(o,o,t))return r.after(i+1);if(o<r.node(i).childCount)return null}return null}function z0(n,e,t){let r=n.resolve(e);if(!t.content.size)return e;let i=t.content;for(let o=0;o<t.openStart;o++)i=i.firstChild.content;for(let o=1;o<=(t.openStart==0&&t.size?2:1);o++)for(let s=r.depth;s>=0;s--){let l=s==r.depth?0:r.pos<=(r.start(s+1)+r.end(s+1))/2?-1:1,a=r.index(s)+(l>0?1:0),c=r.node(s),u=!1;if(o==1)u=c.canReplace(a,a,i);else{let d=c.contentMatchAt(a).findWrapping(i.firstChild.type);u=d&&c.canReplaceWith(a,a,d[0])}if(u)return l==0?r.pos:l<0?r.before(s+1):r.after(s+1)}return null}function ga(n,e,t=e,r=he.empty){if(e==t&&!r.size)return null;let i=n.resolve(e),o=n.resolve(t);return Bu(i,o,r)?new qe(e,t,r):new H0(i,o,r).fit()}function Bu(n,e,t){return!t.openStart&&!t.openEnd&&n.start()==e.start()&&n.parent.canReplace(n.index(),e.index(),t.content)}class H0{constructor(e,t,r){this.$from=e,this.$to=t,this.unplaced=r,this.frontier=[],this.placed=oe.empty;for(let i=0;i<=e.depth;i++){let o=e.node(i);this.frontier.push({type:o.type,match:o.contentMatchAt(e.indexAfter(i))})}for(let i=e.depth;i>0;i--)this.placed=oe.from(e.node(i).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let c=this.findFittable();c?this.placeNodes(c):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,r=this.$from,i=this.close(e<0?this.$to:r.doc.resolve(e));if(!i)return null;let o=this.placed,s=r.depth,l=i.depth;for(;s&&l&&o.childCount==1;)o=o.firstChild.content,s--,l--;let a=new he(o,s,l);return e>-1?new Je(r.pos,e,this.$to.pos,this.$to.end(),a,t):a.size||r.pos!=this.$to.pos?new qe(r.pos,i.pos,a):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,r=0,i=this.unplaced.openEnd;r<e;r++){let o=t.firstChild;if(t.childCount>1&&(i=0),o.type.spec.isolating&&i<=r){e=r;break}t=o.content}for(let t=1;t<=2;t++)for(let r=t==1?e:this.unplaced.openStart;r>=0;r--){let i,o=null;r?(o=ya(this.unplaced.content,r-1).firstChild,i=o.content):i=this.unplaced.content;let s=i.firstChild;for(let l=this.depth;l>=0;l--){let{type:a,match:c}=this.frontier[l],u,d=null;if(t==1&&(s?c.matchType(s.type)||(d=c.fillBefore(oe.from(s),!1)):o&&a.compatibleContent(o.type)))return{sliceDepth:r,frontierDepth:l,parent:o,inject:d};if(t==2&&s&&(u=c.findWrapping(s.type)))return{sliceDepth:r,frontierDepth:l,parent:o,wrap:u};if(o&&c.matchType(o.type))break}}}openMore(){let{content:e,openStart:t,openEnd:r}=this.unplaced,i=ya(e,t);return!i.childCount||i.firstChild.isLeaf?!1:(this.unplaced=new he(e,t+1,Math.max(r,i.size+t>=e.size-r?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:r}=this.unplaced,i=ya(e,t);if(i.childCount<=1&&t>0){let o=e.size-t<=t+i.size;this.unplaced=new he(fi(e,t-1,1),t-1,o?t-1:r)}else this.unplaced=new he(fi(e,t,1),t,r)}placeNodes({sliceDepth:e,frontierDepth:t,parent:r,inject:i,wrap:o}){for(;this.depth>t;)this.closeFrontierNode();if(o)for(let g=0;g<o.length;g++)this.openFrontierNode(o[g]);let s=this.unplaced,l=r?r.content:s.content,a=s.openStart-e,c=0,u=[],{match:d,type:f}=this.frontier[t];if(i){for(let g=0;g<i.childCount;g++)u.push(i.child(g));d=d.matchFragment(i)}let m=l.size+e-(s.content.size-s.openEnd);for(;c<l.childCount;){let g=l.child(c),y=d.matchType(g.type);if(!y)break;c++,(c>1||a==0||g.content.size)&&(d=y,u.push(Fu(g.mark(f.allowedMarks(g.marks)),c==1?a:0,c==l.childCount?m:-1)))}let p=c==l.childCount;p||(m=-1),this.placed=hi(this.placed,t,oe.from(u)),this.frontier[t].match=d,p&&m<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let g=0,y=l;g<m;g++){let S=y.lastChild;this.frontier.push({type:S.type,match:S.contentMatchAt(S.childCount)}),y=S.content}this.unplaced=p?e==0?he.empty:new he(fi(s.content,e-1,1),e-1,m<0?s.openEnd:e-1):new he(fi(s.content,e,c),s.openStart,s.openEnd)}mustMoveInline(){if(!this.$to.parent.isTextblock)return-1;let e=this.frontier[this.depth],t;if(!e.type.isTextblock||!va(this.$to,this.$to.depth,e.type,e.match,!1)||this.$to.depth==this.depth&&(t=this.findCloseLevel(this.$to))&&t.depth==this.depth)return-1;let{depth:r}=this.$to,i=this.$to.after(r);for(;r>1&&i==this.$to.end(--r);)++i;return i}findCloseLevel(e){e:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:r,type:i}=this.frontier[t],o=t<e.depth&&e.end(t+1)==e.pos+(e.depth-(t+1)),s=va(e,t,i,r,o);if(s){for(let l=t-1;l>=0;l--){let{match:a,type:c}=this.frontier[l],u=va(e,l,c,a,!0);if(!u||u.childCount)continue e}return{depth:t,fit:s,move:o?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=hi(this.placed,t.depth,t.fit)),e=t.move;for(let r=t.depth+1;r<=e.depth;r++){let i=e.node(r),o=i.type.contentMatch.fillBefore(i.content,!0,e.index(r));this.openFrontierNode(i.type,i.attrs,o)}return e}openFrontierNode(e,t=null,r){let i=this.frontier[this.depth];i.match=i.match.matchType(e),this.placed=hi(this.placed,this.depth,oe.from(e.create(t,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let t=this.frontier.pop().match.fillBefore(oe.empty,!0);t.childCount&&(this.placed=hi(this.placed,this.frontier.length,t))}}function fi(n,e,t){return e==0?n.cutByIndex(t,n.childCount):n.replaceChild(0,n.firstChild.copy(fi(n.firstChild.content,e-1,t)))}function hi(n,e,t){return e==0?n.append(t):n.replaceChild(n.childCount-1,n.lastChild.copy(hi(n.lastChild.content,e-1,t)))}function ya(n,e){for(let t=0;t<e;t++)n=n.firstChild.content;return n}function Fu(n,e,t){if(e<=0)return n;let r=n.content;return e>1&&(r=r.replaceChild(0,Fu(r.firstChild,e-1,r.childCount==1?t-1:0))),e>0&&(r=n.type.contentMatch.fillBefore(r).append(r),t<=0&&(r=r.append(n.type.contentMatch.matchFragment(r).fillBefore(oe.empty,!0)))),n.copy(r)}function va(n,e,t,r,i){let o=n.node(e),s=i?n.indexAfter(e):n.index(e);if(s==o.childCount&&!t.compatibleContent(o.type))return null;let l=r.fillBefore(o.content,!0,s);return l&&!U0(t,o.content,s)?l:null}function U0(n,e,t){for(let r=t;r<e.childCount;r++)if(!n.allowsMarks(e.child(r).marks))return!0;return!1}function j0(n){return n.spec.defining||n.spec.definingForContent}function W0(n,e,t,r){if(!r.size)return n.deleteRange(e,t);let i=n.doc.resolve(e),o=n.doc.resolve(t);if(Bu(i,o,r))return n.step(new qe(e,t,r));let s=Vu(i,n.doc.resolve(t));s[s.length-1]==0&&s.pop();let l=-(i.depth+1);s.unshift(l);for(let f=i.depth,m=i.pos-1;f>0;f--,m--){let p=i.node(f).type.spec;if(p.defining||p.definingAsContext||p.isolating)break;s.indexOf(f)>-1?l=f:i.before(f)==m&&s.splice(1,0,-f)}let a=s.indexOf(l),c=[],u=r.openStart;for(let f=r.content,m=0;;m++){let p=f.firstChild;if(c.push(p),m==r.openStart)break;f=p.content}for(let f=u-1;f>=0;f--){let m=c[f],p=j0(m.type);if(p&&!m.sameMarkup(i.node(Math.abs(l)-1)))u=f;else if(p||!m.type.isTextblock)break}for(let f=r.openStart;f>=0;f--){let m=(f+u+1)%(r.openStart+1),p=c[m];if(p)for(let g=0;g<s.length;g++){let y=s[(g+a)%s.length],S=!0;y<0&&(S=!1,y=-y);let C=i.node(y-1),A=i.index(y-1);if(C.canReplaceWith(A,A,p.type,p.marks))return n.replace(i.before(y),S?o.after(y):t,new he($u(r.content,0,r.openStart,m),m,r.openEnd))}}let d=n.steps.length;for(let f=s.length-1;f>=0&&(n.replace(e,t,r),!(n.steps.length>d));f--){let m=s[f];m<0||(e=i.before(m),t=o.after(m))}}function $u(n,e,t,r,i){if(e<t){let o=n.firstChild;n=n.replaceChild(0,o.copy($u(o.content,e+1,t,r,o)))}if(e>r){let o=i.contentMatchAt(0),s=o.fillBefore(n).append(n);n=s.append(o.matchFragment(s).fillBefore(oe.empty,!0))}return n}function K0(n,e,t,r){if(!r.isInline&&e==t&&n.doc.resolve(e).parent.content.size){let i=V0(n.doc,e,r.type);i!=null&&(e=t=i)}n.replaceRange(e,t,new he(oe.from(r),0,0))}function G0(n,e,t){let r=n.doc.resolve(e),i=n.doc.resolve(t),o=Vu(r,i);for(let s=0;s<o.length;s++){let l=o[s],a=s==o.length-1;if(a&&l==0||r.node(l).type.contentMatch.validEnd)return n.delete(r.start(l),i.end(l));if(l>0&&(a||r.node(l-1).canReplace(r.index(l-1),i.indexAfter(l-1))))return n.delete(r.before(l),i.after(l))}for(let s=1;s<=r.depth&&s<=i.depth;s++)if(e-r.start(s)==r.depth-s&&t>r.end(s)&&i.end(s)-t!=i.depth-s)return n.delete(r.before(s),t);n.delete(e,t)}function Vu(n,e){let t=[],r=Math.min(n.depth,e.depth);for(let i=r;i>=0;i--){let o=n.start(i);if(o<n.pos-(n.depth-i)||e.end(i)>e.pos+(e.depth-i)||n.node(i).type.spec.isolating||e.node(i).type.spec.isolating)break;(o==e.start(i)||i==n.depth&&i==e.depth&&n.parent.inlineContent&&e.parent.inlineContent&&i&&e.start(i-1)==o-1)&&t.push(i)}return t}class Ar extends nt{constructor(e,t,r){super(),this.pos=e,this.attr=t,this.value=r}apply(e){let t=e.nodeAt(this.pos);if(!t)return We.fail("No node at attribute step's position");let r=Object.create(null);for(let o in t.attrs)r[o]=t.attrs[o];r[this.attr]=this.value;let i=t.type.create(r,null,t.marks);return We.fromReplace(e,this.pos,this.pos+1,new he(oe.from(i),0,t.isLeaf?0:1))}getMap(){return St.empty}invert(e){return new Ar(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Ar(t.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.pos!="number"||typeof t.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new Ar(t.pos,t.attr,t.value)}}nt.jsonID("attr",Ar);class pi extends nt{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let i in e.attrs)t[i]=e.attrs[i];t[this.attr]=this.value;let r=e.type.create(t,e.content,e.marks);return We.ok(r)}getMap(){return St.empty}invert(e){return new pi(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new pi(t.attr,t.value)}}nt.jsonID("docAttr",pi);let wr=class extends Error{};wr=function n(e){let t=Error.call(this,e);return t.__proto__=n.prototype,t},wr.prototype=Object.create(Error.prototype),wr.prototype.constructor=wr,wr.prototype.name="TransformError";class zu{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new di}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new wr(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,r=he.empty){let i=ga(this.doc,e,t,r);return i&&this.step(i),this}replaceWith(e,t,r){return this.replace(e,t,new he(oe.from(r),0,0))}delete(e,t){return this.replace(e,t,he.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,r){return W0(this,e,t,r),this}replaceRangeWith(e,t,r){return K0(this,e,t,r),this}deleteRange(e,t){return G0(this,e,t),this}lift(e,t){return I0(this,e,t),this}join(e,t=1){return $0(this,e,t),this}wrap(e,t){return L0(this,e,t),this}setBlockType(e,t=e,r,i=null){return _0(this,e,t,r,i),this}setNodeMarkup(e,t,r=null,i){return B0(this,e,t,r,i),this}setNodeAttribute(e,t,r){return this.step(new Ar(e,t,r)),this}setDocAttribute(e,t){return this.step(new pi(e,t)),this}addNodeMark(e,t){return this.step(new Tn(e,t)),this}removeNodeMark(e,t){if(!(t instanceof Pe)){let r=this.doc.nodeAt(e);if(!r)throw new RangeError("No node at position "+e);if(t=t.isInSet(r.marks),!t)return this}return this.step(new Sr(e,t)),this}split(e,t=1,r){return F0(this,e,t,r),this}addMark(e,t,r){return k0(this,e,t,r),this}removeMark(e,t,r){return O0(this,e,t,r),this}clearIncompatible(e,t,r){return M0(this,e,t,r),this}}const ba=Object.create(null);class Le{constructor(e,t,r){this.$anchor=e,this.$head=t,this.ranges=r||[new Y0(e.min(t),e.max(t))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let t=0;t<e.length;t++)if(e[t].$from.pos!=e[t].$to.pos)return!1;return!0}content(){return this.$from.doc.slice(this.from,this.to,!0)}replace(e,t=he.empty){let r=t.content.lastChild,i=null;for(let l=0;l<t.openEnd;l++)i=r,r=r.lastChild;let o=e.steps.length,s=this.ranges;for(let l=0;l<s.length;l++){let{$from:a,$to:c}=s[l],u=e.mapping.slice(o);e.replaceRange(u.map(a.pos),u.map(c.pos),l?he.empty:t),l==0&&ju(e,o,(r?r.isInline:i&&i.isTextblock)?-1:1)}}replaceWith(e,t){let r=e.steps.length,i=this.ranges;for(let o=0;o<i.length;o++){let{$from:s,$to:l}=i[o],a=e.mapping.slice(r),c=a.map(s.pos),u=a.map(l.pos);o?e.deleteRange(c,u):(e.replaceRangeWith(c,u,t),ju(e,r,t.isInline?-1:1))}}static findFrom(e,t,r=!1){let i=e.parent.inlineContent?new _e(e):xr(e.node(0),e.parent,e.pos,e.index(),t,r);if(i)return i;for(let o=e.depth-1;o>=0;o--){let s=t<0?xr(e.node(0),e.node(o),e.before(o+1),e.index(o),t,r):xr(e.node(0),e.node(o),e.after(o+1),e.index(o)+1,t,r);if(s)return s}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new Ht(e.node(0))}static atStart(e){return xr(e,e,0,0,1)||new Ht(e)}static atEnd(e){return xr(e,e,e.content.size,e.childCount,-1)||new Ht(e)}static fromJSON(e,t){if(!t||!t.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=ba[t.type];if(!r)throw new RangeError(`No selection type ${t.type} defined`);return r.fromJSON(e,t)}static jsonID(e,t){if(e in ba)throw new RangeError("Duplicate use of selection JSON ID "+e);return ba[e]=t,t.prototype.jsonID=e,t}getBookmark(){return _e.between(this.$anchor,this.$head).getBookmark()}}Le.prototype.visible=!0;class Y0{constructor(e,t){this.$from=e,this.$to=t}}let Hu=!1;function Uu(n){!Hu&&!n.parent.inlineContent&&(Hu=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+n.parent.type.name+")"))}class _e extends Le{constructor(e,t=e){Uu(e),Uu(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,t){let r=e.resolve(t.map(this.head));if(!r.parent.inlineContent)return Le.near(r);let i=e.resolve(t.map(this.anchor));return new _e(i.parent.inlineContent?i:r,r)}replace(e,t=he.empty){if(super.replace(e,t),t==he.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof _e&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new po(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,t){if(typeof t.anchor!="number"||typeof t.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new _e(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,r=t){let i=e.resolve(t);return new this(i,r==t?i:e.resolve(r))}static between(e,t,r){let i=e.pos-t.pos;if((!r||i)&&(r=i>=0?1:-1),!t.parent.inlineContent){let o=Le.findFrom(t,r,!0)||Le.findFrom(t,-r,!0);if(o)t=o.$head;else return Le.near(t,r)}return e.parent.inlineContent||(i==0?e=t:(e=(Le.findFrom(e,-r,!0)||Le.findFrom(e,r,!0)).$anchor,e.pos<t.pos!=i<0&&(e=t))),new _e(e,t)}}Le.jsonID("text",_e);class po{constructor(e,t){this.anchor=e,this.head=t}map(e){return new po(e.map(this.anchor),e.map(this.head))}resolve(e){return _e.between(e.resolve(this.anchor),e.resolve(this.head))}}class Te extends Le{constructor(e){let t=e.nodeAfter,r=e.node(0).resolve(e.pos+t.nodeSize);super(e,r),this.node=t}map(e,t){let{deleted:r,pos:i}=t.mapResult(this.anchor),o=e.resolve(i);return r?Le.near(o):new Te(o)}content(){return new he(oe.from(this.node),0,0)}eq(e){return e instanceof Te&&e.anchor==this.anchor}toJSON(){return{type:"node",anchor:this.anchor}}getBookmark(){return new Ea(this.anchor)}static fromJSON(e,t){if(typeof t.anchor!="number")throw new RangeError("Invalid input for NodeSelection.fromJSON");return new Te(e.resolve(t.anchor))}static create(e,t){return new Te(e.resolve(t))}static isSelectable(e){return!e.isText&&e.type.spec.selectable!==!1}}Te.prototype.visible=!1,Le.jsonID("node",Te);class Ea{constructor(e){this.anchor=e}map(e){let{deleted:t,pos:r}=e.mapResult(this.anchor);return t?new po(r,r):new Ea(r)}resolve(e){let t=e.resolve(this.anchor),r=t.nodeAfter;return r&&Te.isSelectable(r)?new Te(t):Le.near(t)}}class Ht extends Le{constructor(e){super(e.resolve(0),e.resolve(e.content.size))}replace(e,t=he.empty){if(t==he.empty){e.delete(0,e.doc.content.size);let r=Le.atStart(e.doc);r.eq(e.selection)||e.setSelection(r)}else super.replace(e,t)}toJSON(){return{type:"all"}}static fromJSON(e){return new Ht(e)}map(e){return new Ht(e)}eq(e){return e instanceof Ht}getBookmark(){return J0}}Le.jsonID("all",Ht);const J0={map(){return this},resolve(n){return new Ht(n)}};function xr(n,e,t,r,i,o=!1){if(e.inlineContent)return _e.create(n,t);for(let s=r-(i>0?0:1);i>0?s<e.childCount:s>=0;s+=i){let l=e.child(s);if(l.isAtom){if(!o&&Te.isSelectable(l))return Te.create(n,t-(i<0?l.nodeSize:0))}else{let a=xr(n,l,t+i,i<0?l.childCount:0,i,o);if(a)return a}t+=l.nodeSize*i}return null}function ju(n,e,t){let r=n.steps.length-1;if(r<e)return;let i=n.steps[r];if(!(i instanceof qe||i instanceof Je))return;let o=n.mapping.maps[r],s;o.forEach((l,a,c,u)=>{s==null&&(s=u)}),n.setSelection(Le.near(n.doc.resolve(s),t))}const Wu=1,mo=2,Ku=4;class X0 extends zu{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor<this.steps.length&&(this.curSelection=this.curSelection.map(this.doc,this.mapping.slice(this.curSelectionFor)),this.curSelectionFor=this.steps.length),this.curSelection}setSelection(e){if(e.$from.doc!=this.doc)throw new RangeError("Selection passed to setSelection must point at the current document");return this.curSelection=e,this.curSelectionFor=this.steps.length,this.updated=(this.updated|Wu)&~mo,this.storedMarks=null,this}get selectionSet(){return(this.updated&Wu)>0}setStoredMarks(e){return this.storedMarks=e,this.updated|=mo,this}ensureMarks(e){return Pe.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&mo)>0}addStep(e,t){super.addStep(e,t),this.updated=this.updated&~mo,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let r=this.selection;return t&&(e=e.mark(this.storedMarks||(r.empty?r.$from.marks():r.$from.marksAcross(r.$to)||Pe.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,r){let i=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(i.text(e),!0):this.deleteSelection();{if(r==null&&(r=t),r=r??t,!e)return this.deleteRange(t,r);let o=this.storedMarks;if(!o){let s=this.doc.resolve(t);o=r==t?s.marks():s.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(t,r,i.text(e,o)),this.selection.empty||this.setSelection(Le.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e=="string"?e:e.key]=t,this}getMeta(e){return this.meta[typeof e=="string"?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=Ku,this}get scrolledIntoView(){return(this.updated&Ku)>0}}function Gu(n,e){return!e||!n?n:n.bind(e)}class mi{constructor(e,t,r){this.name=e,this.init=Gu(t.init,r),this.apply=Gu(t.apply,r)}}const Q0=[new mi("doc",{init(n){return n.doc||n.schema.topNodeType.createAndFill()},apply(n){return n.doc}}),new mi("selection",{init(n,e){return n.selection||Le.atStart(e.doc)},apply(n){return n.selection}}),new mi("storedMarks",{init(n){return n.storedMarks||null},apply(n,e,t,r){return r.selection.$cursor?n.storedMarks:null}}),new mi("scrollToSelection",{init(){return 0},apply(n,e){return n.scrolledIntoView?e+1:e}})];class Sa{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=Q0.slice(),t&&t.forEach(r=>{if(this.pluginsByKey[r.key])throw new RangeError("Adding different instances of a keyed plugin ("+r.key+")");this.plugins.push(r),this.pluginsByKey[r.key]=r,r.spec.state&&this.fields.push(new mi(r.key,r.spec.state,r))})}}class kr{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,t=-1){for(let r=0;r<this.config.plugins.length;r++)if(r!=t){let i=this.config.plugins[r];if(i.spec.filterTransaction&&!i.spec.filterTransaction.call(i,e,this))return!1}return!0}applyTransaction(e){if(!this.filterTransaction(e))return{state:this,transactions:[]};let t=[e],r=this.applyInner(e),i=null;for(;;){let o=!1;for(let s=0;s<this.config.plugins.length;s++){let l=this.config.plugins[s];if(l.spec.appendTransaction){let a=i?i[s].n:0,c=i?i[s].state:this,u=a<t.length&&l.spec.appendTransaction.call(l,a?t.slice(a):t,c,r);if(u&&r.filterTransaction(u,s)){if(u.setMeta("appendedTransaction",e),!i){i=[];for(let d=0;d<this.config.plugins.length;d++)i.push(d<s?{state:r,n:t.length}:{state:this,n:0})}t.push(u),r=r.applyInner(u),o=!0}i&&(i[s]={state:r,n:t.length})}}if(!o)return{state:r,transactions:t}}}applyInner(e){if(!e.before.eq(this.doc))throw new RangeError("Applying a mismatched transaction");let t=new kr(this.config),r=this.config.fields;for(let i=0;i<r.length;i++){let o=r[i];t[o.name]=o.apply(e,this[o.name],this,t)}return t}get tr(){return new X0(this)}static create(e){let t=new Sa(e.doc?e.doc.type.schema:e.schema,e.plugins),r=new kr(t);for(let i=0;i<t.fields.length;i++)r[t.fields[i].name]=t.fields[i].init(e,r);return r}reconfigure(e){let t=new Sa(this.schema,e.plugins),r=t.fields,i=new kr(t);for(let o=0;o<r.length;o++){let s=r[o].name;i[s]=this.hasOwnProperty(s)?this[s]:r[o].init(e,i)}return i}toJSON(e){let t={doc:this.doc.toJSON(),selection:this.selection.toJSON()};if(this.storedMarks&&(t.storedMarks=this.storedMarks.map(r=>r.toJSON())),e&&typeof e=="object")for(let r in e){if(r=="doc"||r=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let i=e[r],o=i.spec.state;o&&o.toJSON&&(t[r]=o.toJSON.call(i,this[i.key]))}return t}static fromJSON(e,t,r){if(!t)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let i=new Sa(e.schema,e.plugins),o=new kr(i);return i.fields.forEach(s=>{if(s.name=="doc")o.doc=qn.fromJSON(e.schema,t.doc);else if(s.name=="selection")o.selection=Le.fromJSON(o.doc,t.selection);else if(s.name=="storedMarks")t.storedMarks&&(o.storedMarks=t.storedMarks.map(e.schema.markFromJSON));else{if(r)for(let l in r){let a=r[l],c=a.spec.state;if(a.key==s.name&&c&&c.fromJSON&&Object.prototype.hasOwnProperty.call(t,l)){o[s.name]=c.fromJSON.call(a,e,t[l],o);return}}o[s.name]=s.init(e,o)}}),o}}function Yu(n,e,t){for(let r in n){let i=n[r];i instanceof Function?i=i.bind(e):r=="handleDOMEvents"&&(i=Yu(i,e,{})),t[r]=i}return t}class gt{constructor(e){this.spec=e,this.props={},e.props&&Yu(e.props,this,this.props),this.key=e.key?e.key.key:Ju("plugin")}getState(e){return e[this.key]}}const Ca=Object.create(null);function Ju(n){return n in Ca?n+"$"+ ++Ca[n]:(Ca[n]=0,n+"$")}class Ut{constructor(e="key"){this.key=Ju(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const at=function(n){for(var e=0;;e++)if(n=n.previousSibling,!n)return e},gi=function(n){let e=n.assignedSlot||n.parentNode;return e&&e.nodeType==11?e.host:e};let Xu=null;const un=function(n,e,t){let r=Xu||(Xu=document.createRange());return r.setEnd(n,t??n.nodeValue.length),r.setStart(n,e||0),r},tr=function(n,e,t,r){return t&&(Qu(n,e,t,r,-1)||Qu(n,e,t,r,1))},Z0=/^(img|br|input|textarea|hr)$/i;function Qu(n,e,t,r,i){for(;;){if(n==t&&e==r)return!0;if(e==(i<0?0:Qt(n))){let o=n.parentNode;if(!o||o.nodeType!=1||Ta(n)||Z0.test(n.nodeName)||n.contentEditable=="false")return!1;e=at(n)+(i<0?0:1),n=o}else if(n.nodeType==1){if(n=n.childNodes[e+(i<0?-1:0)],n.contentEditable=="false")return!1;e=i<0?Qt(n):0}else return!1}}function Qt(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function q0(n,e,t){for(let r=e==0,i=e==Qt(n);r||i;){if(n==t)return!0;let o=at(n);if(n=n.parentNode,!n)return!1;r=r&&o==0,i=i&&o==Qt(n)}}function Ta(n){let e;for(let t=n;t&&!(e=t.pmViewDesc);t=t.parentNode);return e&&e.node&&e.node.isBlock&&(e.dom==n||e.contentDOM==n)}const go=function(n){return n.focusNode&&tr(n.focusNode,n.focusOffset,n.anchorNode,n.anchorOffset)};function nr(n,e){let t=document.createEvent("Event");return t.initEvent("keydown",!0,!0),t.keyCode=n,t.key=t.code=e,t}function ey(n){let e=n.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}function ty(n,e,t){if(n.caretPositionFromPoint)try{let r=n.caretPositionFromPoint(e,t);if(r)return{node:r.offsetNode,offset:r.offset}}catch{}if(n.caretRangeFromPoint){let r=n.caretRangeFromPoint(e,t);if(r)return{node:r.startContainer,offset:r.startOffset}}}const Zt=typeof navigator<"u"?navigator:null,Zu=typeof document<"u"?document:null,wn=Zt&&Zt.userAgent||"",Aa=/Edge\/(\d+)/.exec(wn),qu=/MSIE \d/.exec(wn),wa=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(wn),yt=!!(qu||wa||Aa),xn=qu?document.documentMode:wa?+wa[1]:Aa?+Aa[1]:0,jt=!yt&&/gecko\/(\d+)/i.test(wn);jt&&+(/Firefox\/(\d+)/.exec(wn)||[0,0])[1];const xa=!yt&&/Chrome\/(\d+)/.exec(wn),rt=!!xa,ny=xa?+xa[1]:0,lt=!yt&&!!Zt&&/Apple Computer/.test(Zt.vendor),Or=lt&&(/Mobile\/\w+/.test(wn)||!!Zt&&Zt.maxTouchPoints>2),Mt=Or||(Zt?/Mac/.test(Zt.platform):!1),ry=Zt?/Win/.test(Zt.platform):!1,Wt=/Android \d/.test(wn),yi=!!Zu&&"webkitFontSmoothing"in Zu.documentElement.style,iy=yi?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function oy(n){return{left:0,right:n.documentElement.clientWidth,top:0,bottom:n.documentElement.clientHeight}}function dn(n,e){return typeof n=="number"?n:n[e]}function sy(n){let e=n.getBoundingClientRect(),t=e.width/n.offsetWidth||1,r=e.height/n.offsetHeight||1;return{left:e.left,right:e.left+n.clientWidth*t,top:e.top,bottom:e.top+n.clientHeight*r}}function ed(n,e,t){let r=n.someProp("scrollThreshold")||0,i=n.someProp("scrollMargin")||5,o=n.dom.ownerDocument;for(let s=t||n.dom;s;s=gi(s)){if(s.nodeType!=1)continue;let l=s,a=l==o.body,c=a?oy(o):sy(l),u=0,d=0;if(e.top<c.top+dn(r,"top")?d=-(c.top-e.top+dn(i,"top")):e.bottom>c.bottom-dn(r,"bottom")&&(d=e.bottom-e.top>c.bottom-c.top?e.top+dn(i,"top")-c.top:e.bottom-c.bottom+dn(i,"bottom")),e.left<c.left+dn(r,"left")?u=-(c.left-e.left+dn(i,"left")):e.right>c.right-dn(r,"right")&&(u=e.right-c.right+dn(i,"right")),u||d)if(a)o.defaultView.scrollBy(u,d);else{let f=l.scrollLeft,m=l.scrollTop;d&&(l.scrollTop+=d),u&&(l.scrollLeft+=u);let p=l.scrollLeft-f,g=l.scrollTop-m;e={left:e.left-p,top:e.top-g,right:e.right-p,bottom:e.bottom-g}}if(a||/^(fixed|sticky)$/.test(getComputedStyle(s).position))break}}function ay(n){let e=n.dom.getBoundingClientRect(),t=Math.max(0,e.top),r,i;for(let o=(e.left+e.right)/2,s=t+1;s<Math.min(innerHeight,e.bottom);s+=5){let l=n.root.elementFromPoint(o,s);if(!l||l==n.dom||!n.dom.contains(l))continue;let a=l.getBoundingClientRect();if(a.top>=t-20){r=l,i=a.top;break}}return{refDOM:r,refTop:i,stack:td(n.dom)}}function td(n){let e=[],t=n.ownerDocument;for(let r=n;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),n!=t);r=gi(r));return e}function ly({refDOM:n,refTop:e,stack:t}){let r=n?n.getBoundingClientRect().top:0;nd(t,r==0?0:r-e)}function nd(n,e){for(let t=0;t<n.length;t++){let{dom:r,top:i,left:o}=n[t];r.scrollTop!=i+e&&(r.scrollTop=i+e),r.scrollLeft!=o&&(r.scrollLeft=o)}}let Mr=null;function cy(n){if(n.setActive)return n.setActive();if(Mr)return n.focus(Mr);let e=td(n);n.focus(Mr==null?{get preventScroll(){return Mr={preventScroll:!0},!0}}:void 0),Mr||(Mr=!1,nd(e,0))}function rd(n,e){let t,r=2e8,i,o=0,s=e.top,l=e.top,a,c;for(let u=n.firstChild,d=0;u;u=u.nextSibling,d++){let f;if(u.nodeType==1)f=u.getClientRects();else if(u.nodeType==3)f=un(u).getClientRects();else continue;for(let m=0;m<f.length;m++){let p=f[m];if(p.top<=s&&p.bottom>=l){s=Math.max(p.bottom,s),l=Math.min(p.top,l);let g=p.left>e.left?p.left-e.left:p.right<e.left?e.left-p.right:0;if(g<r){t=u,r=g,i=g&&t.nodeType==3?{left:p.right<e.left?p.right:p.left,top:e.top}:e,u.nodeType==1&&g&&(o=d+(e.left>=(p.left+p.right)/2?1:0));continue}}else p.top>e.top&&!a&&p.left<=e.left&&p.right>=e.left&&(a=u,c={left:Math.max(p.left,Math.min(p.right,e.left)),top:p.top});!t&&(e.left>=p.right&&e.top>=p.top||e.left>=p.left&&e.top>=p.bottom)&&(o=d+1)}}return!t&&a&&(t=a,i=c,r=0),t&&t.nodeType==3?uy(t,i):!t||r&&t.nodeType==1?{node:n,offset:o}:rd(t,i)}function uy(n,e){let t=n.nodeValue.length,r=document.createRange();for(let i=0;i<t;i++){r.setEnd(n,i+1),r.setStart(n,i);let o=kn(r,1);if(o.top!=o.bottom&&ka(e,o))return{node:n,offset:i+(e.left>=(o.left+o.right)/2?1:0)}}return{node:n,offset:0}}function ka(n,e){return n.left>=e.left-1&&n.left<=e.right+1&&n.top>=e.top-1&&n.top<=e.bottom+1}function dy(n,e){let t=n.parentNode;return t&&/^li$/i.test(t.nodeName)&&e.left<n.getBoundingClientRect().left?t:n}function fy(n,e,t){let{node:r,offset:i}=rd(e,t),o=-1;if(r.nodeType==1&&!r.firstChild){let s=r.getBoundingClientRect();o=s.left!=s.right&&t.left>(s.left+s.right)/2?1:-1}return n.docView.posFromDOM(r,i,o)}function hy(n,e,t,r){let i=-1;for(let o=e,s=!1;o!=n.dom;){let l=n.docView.nearestDesc(o,!0);if(!l)return null;if(l.dom.nodeType==1&&(l.node.isBlock&&l.parent&&!s||!l.contentDOM)){let a=l.dom.getBoundingClientRect();if(l.node.isBlock&&l.parent&&!s&&(s=!0,a.left>r.left||a.top>r.top?i=l.posBefore:(a.right<r.left||a.bottom<r.top)&&(i=l.posAfter)),!l.contentDOM&&i<0&&!l.node.isText)return(l.node.isBlock?r.top<(a.top+a.bottom)/2:r.left<(a.left+a.right)/2)?l.posBefore:l.posAfter}o=l.dom.parentNode}return i>-1?i:n.docView.posFromDOM(e,t,-1)}function id(n,e,t){let r=n.childNodes.length;if(r&&t.top<t.bottom)for(let i=Math.max(0,Math.min(r-1,Math.floor(r*(e.top-t.top)/(t.bottom-t.top))-2)),o=i;;){let s=n.childNodes[o];if(s.nodeType==1){let l=s.getClientRects();for(let a=0;a<l.length;a++){let c=l[a];if(ka(e,c))return id(s,e,c)}}if((o=(o+1)%r)==i)break}return n}function py(n,e){let t=n.dom.ownerDocument,r,i=0,o=ty(t,e.left,e.top);o&&({node:r,offset:i}=o);let s=(n.root.elementFromPoint?n.root:t).elementFromPoint(e.left,e.top),l;if(!s||!n.dom.contains(s.nodeType!=1?s.parentNode:s)){let c=n.dom.getBoundingClientRect();if(!ka(e,c)||(s=id(n.dom,e,c),!s))return null}if(lt)for(let c=s;r&&c;c=gi(c))c.draggable&&(r=void 0);if(s=dy(s,e),r){if(jt&&r.nodeType==1&&(i=Math.min(i,r.childNodes.length),i<r.childNodes.length)){let u=r.childNodes[i],d;u.nodeName=="IMG"&&(d=u.getBoundingClientRect()).right<=e.left&&d.bottom>e.top&&i++}let c;yi&&i&&r.nodeType==1&&(c=r.childNodes[i-1]).nodeType==1&&c.contentEditable=="false"&&c.getBoundingClientRect().top>=e.top&&i--,r==n.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?l=n.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!="BR")&&(l=hy(n,r,i,e))}l==null&&(l=fy(n,s,e));let a=n.docView.nearestDesc(s,!0);return{pos:l,inside:a?a.posAtStart-a.border:-1}}function od(n){return n.top<n.bottom||n.left<n.right}function kn(n,e){let t=n.getClientRects();if(t.length){let r=t[e<0?0:t.length-1];if(od(r))return r}return Array.prototype.find.call(t,od)||n.getBoundingClientRect()}const my=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;function sd(n,e,t){let{node:r,offset:i,atom:o}=n.docView.domFromPos(e,t<0?-1:1),s=yi||jt;if(r.nodeType==3)if(s&&(my.test(r.nodeValue)||(t<0?!i:i==r.nodeValue.length))){let a=kn(un(r,i,i),t);if(jt&&i&&/\s/.test(r.nodeValue[i-1])&&i<r.nodeValue.length){let c=kn(un(r,i-1,i-1),-1);if(c.top==a.top){let u=kn(un(r,i,i+1),-1);if(u.top!=a.top)return vi(u,u.left<c.left)}}return a}else{let a=i,c=i,u=t<0?1:-1;return t<0&&!i?(c++,u=-1):t>=0&&i==r.nodeValue.length?(a--,u=1):t<0?a--:c++,vi(kn(un(r,a,c),u),u<0)}if(!n.state.doc.resolve(e-(o||0)).parent.inlineContent){if(o==null&&i&&(t<0||i==Qt(r))){let a=r.childNodes[i-1];if(a.nodeType==1)return Oa(a.getBoundingClientRect(),!1)}if(o==null&&i<Qt(r)){let a=r.childNodes[i];if(a.nodeType==1)return Oa(a.getBoundingClientRect(),!0)}return Oa(r.getBoundingClientRect(),t>=0)}if(o==null&&i&&(t<0||i==Qt(r))){let a=r.childNodes[i-1],c=a.nodeType==3?un(a,Qt(a)-(s?0:1)):a.nodeType==1&&(a.nodeName!="BR"||!a.nextSibling)?a:null;if(c)return vi(kn(c,1),!1)}if(o==null&&i<Qt(r)){let a=r.childNodes[i];for(;a.pmViewDesc&&a.pmViewDesc.ignoreForCoords;)a=a.nextSibling;let c=a?a.nodeType==3?un(a,0,s?0:1):a.nodeType==1?a:null:null;if(c)return vi(kn(c,-1),!0)}return vi(kn(r.nodeType==3?un(r):r,-t),t>=0)}function vi(n,e){if(n.width==0)return n;let t=e?n.left:n.right;return{top:n.top,bottom:n.bottom,left:t,right:t}}function Oa(n,e){if(n.height==0)return n;let t=e?n.top:n.bottom;return{top:t,bottom:t,left:n.left,right:n.right}}function ad(n,e,t){let r=n.state,i=n.root.activeElement;r!=e&&n.updateState(e),i!=n.dom&&n.focus();try{return t()}finally{r!=e&&n.updateState(r),i!=n.dom&&i&&i.focus()}}function gy(n,e,t){let r=e.selection,i=t=="up"?r.$from:r.$to;return ad(n,e,()=>{let{node:o}=n.docView.domFromPos(i.pos,t=="up"?-1:1);for(;;){let l=n.docView.nearestDesc(o,!0);if(!l)break;if(l.node.isBlock){o=l.contentDOM||l.dom;break}o=l.dom.parentNode}let s=sd(n,i.pos,1);for(let l=o.firstChild;l;l=l.nextSibling){let a;if(l.nodeType==1)a=l.getClientRects();else if(l.nodeType==3)a=un(l,0,l.nodeValue.length).getClientRects();else continue;for(let c=0;c<a.length;c++){let u=a[c];if(u.bottom>u.top+1&&(t=="up"?s.top-u.top>(u.bottom-s.top)*2:u.bottom-s.bottom>(s.bottom-u.top)*2))return!1}}return!0})}const yy=/[\u0590-\u08ac]/;function vy(n,e,t){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,o=!i,s=i==r.parent.content.size,l=n.domSelection();return!yy.test(r.parent.textContent)||!l.modify?t=="left"||t=="backward"?o:s:ad(n,e,()=>{let{focusNode:a,focusOffset:c,anchorNode:u,anchorOffset:d}=n.domSelectionRange(),f=l.caretBidiLevel;l.modify("move",t,"character");let m=r.depth?n.docView.domAfterPos(r.before()):n.dom,{focusNode:p,focusOffset:g}=n.domSelectionRange(),y=p&&!m.contains(p.nodeType==1?p:p.parentNode)||a==p&&c==g;try{l.collapse(u,d),a&&(a!=u||c!=d)&&l.extend&&l.extend(a,c)}catch{}return f!=null&&(l.caretBidiLevel=f),y})}let ld=null,cd=null,ud=!1;function by(n,e,t){return ld==e&&cd==t?ud:(ld=e,cd=t,ud=t=="up"||t=="down"?gy(n,e,t):vy(n,e,t))}const Nt=0,dd=1,rr=2,qt=3;class bi{constructor(e,t,r,i){this.parent=e,this.children=t,this.dom=r,this.contentDOM=i,this.dirty=Nt,r.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,r){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;t<this.children.length;t++)e+=this.children[t].size;return e}get border(){return 0}destroy(){this.parent=void 0,this.dom.pmViewDesc==this&&(this.dom.pmViewDesc=void 0);for(let e=0;e<this.children.length;e++)this.children[e].destroy()}posBeforeChild(e){for(let t=0,r=this.posAtStart;;t++){let i=this.children[t];if(i==e)return r;r+=i.size}}get posBefore(){return this.parent.posBeforeChild(this)}get posAtStart(){return this.parent?this.parent.posBeforeChild(this)+this.border:0}get posAfter(){return this.posBefore+this.size}get posAtEnd(){return this.posAtStart+this.size-2*this.border}localPosFromDOM(e,t,r){if(this.contentDOM&&this.contentDOM.contains(e.nodeType==1?e:e.parentNode))if(r<0){let o,s;if(e==this.contentDOM)o=e.childNodes[t-1];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;o=e.previousSibling}for(;o&&!((s=o.pmViewDesc)&&s.parent==this);)o=o.previousSibling;return o?this.posBeforeChild(s)+s.size:this.posAtStart}else{let o,s;if(e==this.contentDOM)o=e.childNodes[t];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;o=e.nextSibling}for(;o&&!((s=o.pmViewDesc)&&s.parent==this);)o=o.nextSibling;return o?this.posBeforeChild(s):this.posAtEnd}let i;if(e==this.dom&&this.contentDOM)i=t>at(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))i=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let o=e;;o=o.parentNode){if(o==this.dom){i=!1;break}if(o.previousSibling)break}if(i==null&&t==e.childNodes.length)for(let o=e;;o=o.parentNode){if(o==this.dom){i=!0;break}if(o.nextSibling)break}}return i??r>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let r=!0,i=e;i;i=i.parentNode){let o=this.getDesc(i),s;if(o&&(!t||o.node))if(r&&(s=o.nodeDOM)&&!(s.nodeType==1?s.contains(e.nodeType==1?e:e.parentNode):s==e))r=!1;else return o}}getDesc(e){let t=e.pmViewDesc;for(let r=t;r;r=r.parent)if(r==this)return t}posFromDOM(e,t,r){for(let i=e;i;i=i.parentNode){let o=this.getDesc(i);if(o)return o.localPosFromDOM(e,t,r)}return-1}descAt(e){for(let t=0,r=0;t<this.children.length;t++){let i=this.children[t],o=r+i.size;if(r==e&&o!=r){for(;!i.border&&i.children.length;)i=i.children[0];return i}if(e<o)return i.descAt(e-r-i.border);r=o}}domFromPos(e,t){if(!this.contentDOM)return{node:this.dom,offset:0,atom:e+1};let r=0,i=0;for(let o=0;r<this.children.length;r++){let s=this.children[r],l=o+s.size;if(l>e||s instanceof pd){i=e-o;break}o=l}if(i)return this.children[r].domFromPos(i-this.children[r].border,t);for(let o;r&&!(o=this.children[r-1]).size&&o instanceof fd&&o.side>=0;r--);if(t<=0){let o,s=!0;for(;o=r?this.children[r-1]:null,!(!o||o.dom.parentNode==this.contentDOM);r--,s=!1);return o&&t&&s&&!o.border&&!o.domAtom?o.domFromPos(o.size,t):{node:this.contentDOM,offset:o?at(o.dom)+1:0}}else{let o,s=!0;for(;o=r<this.children.length?this.children[r]:null,!(!o||o.dom.parentNode==this.contentDOM);r++,s=!1);return o&&s&&!o.border&&!o.domAtom?o.domFromPos(0,t):{node:this.contentDOM,offset:o?at(o.dom):this.contentDOM.childNodes.length}}}parseRange(e,t,r=0){if(this.children.length==0)return{node:this.contentDOM,from:e,to:t,fromOffset:0,toOffset:this.contentDOM.childNodes.length};let i=-1,o=-1;for(let s=r,l=0;;l++){let a=this.children[l],c=s+a.size;if(i==-1&&e<=c){let u=s+a.border;if(e>=u&&t<=c-a.border&&a.node&&a.contentDOM&&this.contentDOM.contains(a.contentDOM))return a.parseRange(e,t,u);e=s;for(let d=l;d>0;d--){let f=this.children[d-1];if(f.size&&f.dom.parentNode==this.contentDOM&&!f.emptyChildAt(1)){i=at(f.dom)+1;break}e-=f.size}i==-1&&(i=0)}if(i>-1&&(c>t||l==this.children.length-1)){t=c;for(let u=l+1;u<this.children.length;u++){let d=this.children[u];if(d.size&&d.dom.parentNode==this.contentDOM&&!d.emptyChildAt(-1)){o=at(d.dom);break}t+=d.size}o==-1&&(o=this.contentDOM.childNodes.length);break}s=c}return{node:this.contentDOM,from:e,to:t,fromOffset:i,toOffset:o}}emptyChildAt(e){if(this.border||!this.contentDOM||!this.children.length)return!1;let t=this.children[e<0?0:this.children.length-1];return t.size==0||t.emptyChildAt(e)}domAfterPos(e){let{node:t,offset:r}=this.domFromPos(e,0);if(t.nodeType!=1||r==t.childNodes.length)throw new RangeError("No node after pos "+e);return t.childNodes[r]}setSelection(e,t,r,i=!1){let o=Math.min(e,t),s=Math.max(e,t);for(let f=0,m=0;f<this.children.length;f++){let p=this.children[f],g=m+p.size;if(o>m&&s<g)return p.setSelection(e-m-p.border,t-m-p.border,r,i);m=g}let l=this.domFromPos(e,e?-1:1),a=t==e?l:this.domFromPos(t,t?-1:1),c=r.getSelection(),u=!1;if((jt||lt)&&e==t){let{node:f,offset:m}=l;if(f.nodeType==3){if(u=!!(m&&f.nodeValue[m-1]==`
|
|
15
|
+
`),u&&m==f.nodeValue.length)for(let p=f,g;p;p=p.parentNode){if(g=p.nextSibling){g.nodeName=="BR"&&(l=a={node:g.parentNode,offset:at(g)+1});break}let y=p.pmViewDesc;if(y&&y.node&&y.node.isBlock)break}}else{let p=f.childNodes[m-1];u=p&&(p.nodeName=="BR"||p.contentEditable=="false")}}if(jt&&c.focusNode&&c.focusNode!=a.node&&c.focusNode.nodeType==1){let f=c.focusNode.childNodes[c.focusOffset];f&&f.contentEditable=="false"&&(i=!0)}if(!(i||u&<)&&tr(l.node,l.offset,c.anchorNode,c.anchorOffset)&&tr(a.node,a.offset,c.focusNode,c.focusOffset))return;let d=!1;if((c.extend||e==t)&&!u){c.collapse(l.node,l.offset);try{e!=t&&c.extend(a.node,a.offset),d=!0}catch{}}if(!d){if(e>t){let m=l;l=a,a=m}let f=document.createRange();f.setEnd(a.node,a.offset),f.setStart(l.node,l.offset),c.removeAllRanges(),c.addRange(f)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let r=0,i=0;i<this.children.length;i++){let o=this.children[i],s=r+o.size;if(r==s?e<=s&&t>=r:e<s&&t>r){let l=r+o.border,a=s-o.border;if(e>=l&&t<=a){this.dirty=e==r||t==s?rr:dd,e==l&&t==a&&(o.contentLost||o.dom.parentNode!=this.contentDOM)?o.dirty=qt:o.markDirty(e-l,t-l);return}else o.dirty=o.dom==o.contentDOM&&o.dom.parentNode==this.contentDOM&&!o.children.length?rr:qt}r=s}this.dirty=rr}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let r=e==1?rr:dd;t.dirty<r&&(t.dirty=r)}}get domAtom(){return!1}get ignoreForCoords(){return!1}}class fd extends bi{constructor(e,t,r,i){let o,s=t.type.toDOM;if(typeof s=="function"&&(s=s(r,()=>{if(!o)return i;if(o.parent)return o.parent.posBeforeChild(o)})),!t.type.spec.raw){if(s.nodeType!=1){let l=document.createElement("span");l.appendChild(s),s=l}s.contentEditable="false",s.classList.add("ProseMirror-widget")}super(e,[],s,null),this.widget=t,this.widget=t,o=this}matchesWidget(e){return this.dirty==Nt&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get side(){return this.widget.type.side}}class Ey extends bi{constructor(e,t,r,i){super(e,[],t,null),this.textDOM=r,this.text=i}get size(){return this.text.length}localPosFromDOM(e,t){return e!=this.textDOM?this.posAtStart+(t?this.size:0):this.posAtStart+t}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class ir extends bi{constructor(e,t,r,i){super(e,[],r,i),this.mark=t}static create(e,t,r,i){let o=i.nodeViews[t.type.name],s=o&&o(t,i,r);return(!s||!s.dom)&&(s=Jt.renderSpec(document,t.type.spec.toDOM(t,r))),new ir(e,t,s.dom,s.contentDOM||s.dom)}parseRule(){return this.dirty&qt||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=qt&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=Nt){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty<this.dirty&&(r.dirty=this.dirty),this.dirty=Nt}}slice(e,t,r){let i=ir.create(this.parent,this.mark,!0,r),o=this.children,s=this.size;t<s&&(o=Ia(o,t,s,r)),e>0&&(o=Ia(o,0,e,r));for(let l=0;l<o.length;l++)o[l].parent=i;return i.children=o,i}}class On extends bi{constructor(e,t,r,i,o,s,l,a,c){super(e,[],o,s),this.node=t,this.outerDeco=r,this.innerDeco=i,this.nodeDOM=l}static create(e,t,r,i,o,s){let l=o.nodeViews[t.type.name],a,c=l&&l(t,o,()=>{if(!a)return s;if(a.parent)return a.parent.posBeforeChild(a)},r,i),u=c&&c.dom,d=c&&c.contentDOM;if(t.isText){if(!u)u=document.createTextNode(t.text);else if(u.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else u||({dom:u,contentDOM:d}=Jt.renderSpec(document,t.type.spec.toDOM(t)));!d&&!t.isText&&u.nodeName!="BR"&&(u.hasAttribute("contenteditable")||(u.contentEditable="false"),t.type.spec.draggable&&(u.draggable=!0));let f=u;return u=yd(u,r,t),c?a=new Sy(e,t,r,i,u,d||null,f,c,o,s+1):t.isText?new yo(e,t,r,i,u,f,o):new On(e,t,r,i,u,d||null,f,o,s+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace=="pre"&&(e.preserveWhitespace="full"),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let r=this.children[t];if(this.dom.contains(r.dom.parentNode)){e.contentElement=r.dom.parentNode;break}}e.contentElement||(e.getContent=()=>oe.empty)}return e}matchesNode(e,t,r){return this.dirty==Nt&&e.eq(this.node)&&Na(t,this.outerDeco)&&r.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,t){let r=this.node.inlineContent,i=t,o=e.composing?this.localCompositionInfo(e,t):null,s=o&&o.pos>-1?o:null,l=o&&o.pos<0,a=new Ty(this,s&&s.node,e);xy(this.node,this.innerDeco,(c,u,d)=>{c.spec.marks?a.syncToMarks(c.spec.marks,r,e):c.type.side>=0&&!d&&a.syncToMarks(u==this.node.childCount?Pe.none:this.node.child(u).marks,r,e),a.placeWidget(c,e,i)},(c,u,d,f)=>{a.syncToMarks(c.marks,r,e);let m;a.findNodeMatch(c,u,d,f)||l&&e.state.selection.from>i&&e.state.selection.to<i+c.nodeSize&&(m=a.findIndexWithChild(o.node))>-1&&a.updateNodeAt(c,u,d,m,e)||a.updateNextNode(c,u,d,e,f,i)||a.addNode(c,u,d,e,i),i+=c.nodeSize}),a.syncToMarks([],r,e),this.node.isTextblock&&a.addTextblockHacks(),a.destroyRest(),(a.changed||this.dirty==rr)&&(s&&this.protectLocalComposition(e,s),md(this.contentDOM,this.children,e),Or&&ky(this.dom))}localCompositionInfo(e,t){let{from:r,to:i}=e.state.selection;if(!(e.state.selection instanceof _e)||r<t||i>t+this.node.content.size)return null;let o=e.domSelectionRange(),s=Oy(o.focusNode,o.focusOffset);if(!s||!this.dom.contains(s.parentNode))return null;if(this.node.inlineContent){let l=s.nodeValue,a=My(this.node.content,l,r-t,i-t);return a<0?null:{node:s,pos:a,text:l}}else return{node:s,pos:-1,text:""}}protectLocalComposition(e,{node:t,pos:r,text:i}){if(this.getDesc(t))return;let o=t;for(;o.parentNode!=this.contentDOM;o=o.parentNode){for(;o.previousSibling;)o.parentNode.removeChild(o.previousSibling);for(;o.nextSibling;)o.parentNode.removeChild(o.nextSibling);o.pmViewDesc&&(o.pmViewDesc=void 0)}let s=new Ey(this,o,t,i);e.input.compositionNodes.push(s),this.children=Ia(this.children,r,r+i.length,e,s)}update(e,t,r,i){return this.dirty==qt||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,r,i),!0)}updateInner(e,t,r,i){this.updateOuterDeco(t),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(i,this.posAtStart),this.dirty=Nt}updateOuterDeco(e){if(Na(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=gd(this.dom,this.nodeDOM,Ma(this.outerDeco,this.node,t),Ma(e,this.node,t)),this.dom!=r&&(r.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.dom.draggable=!0)}deselectNode(){this.nodeDOM.nodeType==1&&this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.dom.removeAttribute("draggable")}get domAtom(){return this.node.isAtom}}function hd(n,e,t,r,i){yd(r,e,n);let o=new On(void 0,n,e,t,r,r,r,i,0);return o.contentDOM&&o.updateChildren(i,0),o}class yo extends On{constructor(e,t,r,i,o,s,l){super(e,t,r,i,o,null,s,l,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,r,i){return this.dirty==qt||this.dirty!=Nt&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=Nt||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,i.trackWrites==this.nodeDOM&&(i.trackWrites=null)),this.node=e,this.dirty=Nt,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,r){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,r)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,t,r){let i=this.node.cut(e,t),o=document.createTextNode(i.text);return new yo(this.parent,i,this.outerDeco,this.innerDeco,o,o,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=qt)}get domAtom(){return!1}}class pd extends bi{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==Nt&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class Sy extends On{constructor(e,t,r,i,o,s,l,a,c,u){super(e,t,r,i,o,s,l,c,u),this.spec=a}update(e,t,r,i){if(this.dirty==qt)return!1;if(this.spec.update){let o=this.spec.update(e,t,r);return o&&this.updateInner(e,t,r,i),o}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,t,r,i)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,r,i){this.spec.setSelection?this.spec.setSelection(e,t,r):super.setSelection(e,t,r,i)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}}function md(n,e,t){let r=n.firstChild,i=!1;for(let o=0;o<e.length;o++){let s=e[o],l=s.dom;if(l.parentNode==n){for(;l!=r;)r=vd(r),i=!0;r=r.nextSibling}else i=!0,n.insertBefore(l,r);if(s instanceof ir){let a=r?r.previousSibling:n.lastChild;md(s.contentDOM,s.children,t),r=a?a.nextSibling:n.firstChild}}for(;r;)r=vd(r),i=!0;i&&t.trackWrites==n&&(t.trackWrites=null)}const Ei=function(n){n&&(this.nodeName=n)};Ei.prototype=Object.create(null);const or=[new Ei];function Ma(n,e,t){if(n.length==0)return or;let r=t?or[0]:new Ei,i=[r];for(let o=0;o<n.length;o++){let s=n[o].type.attrs;if(s){s.nodeName&&i.push(r=new Ei(s.nodeName));for(let l in s){let a=s[l];a!=null&&(t&&i.length==1&&i.push(r=new Ei(e.isInline?"span":"div")),l=="class"?r.class=(r.class?r.class+" ":"")+a:l=="style"?r.style=(r.style?r.style+";":"")+a:l!="nodeName"&&(r[l]=a))}}}return i}function gd(n,e,t,r){if(t==or&&r==or)return e;let i=e;for(let o=0;o<r.length;o++){let s=r[o],l=t[o];if(o){let a;l&&l.nodeName==s.nodeName&&i!=n&&(a=i.parentNode)&&a.nodeName.toLowerCase()==s.nodeName||(a=document.createElement(s.nodeName),a.pmIsDeco=!0,a.appendChild(i),l=or[0]),i=a}Cy(i,l||or[0],s)}return i}function Cy(n,e,t){for(let r in e)r!="class"&&r!="style"&&r!="nodeName"&&!(r in t)&&n.removeAttribute(r);for(let r in t)r!="class"&&r!="style"&&r!="nodeName"&&t[r]!=e[r]&&n.setAttribute(r,t[r]);if(e.class!=t.class){let r=e.class?e.class.split(" ").filter(Boolean):[],i=t.class?t.class.split(" ").filter(Boolean):[];for(let o=0;o<r.length;o++)i.indexOf(r[o])==-1&&n.classList.remove(r[o]);for(let o=0;o<i.length;o++)r.indexOf(i[o])==-1&&n.classList.add(i[o]);n.classList.length==0&&n.removeAttribute("class")}if(e.style!=t.style){if(e.style){let r=/\s*([\w\-\xa1-\uffff]+)\s*:(?:"(?:\\.|[^"])*"|'(?:\\.|[^'])*'|\(.*?\)|[^;])*/g,i;for(;i=r.exec(e.style);)n.style.removeProperty(i[1])}t.style&&(n.style.cssText+=t.style)}}function yd(n,e,t){return gd(n,n,or,Ma(e,t,n.nodeType!=1))}function Na(n,e){if(n.length!=e.length)return!1;for(let t=0;t<n.length;t++)if(!n[t].type.eq(e[t].type))return!1;return!0}function vd(n){let e=n.nextSibling;return n.parentNode.removeChild(n),e}class Ty{constructor(e,t,r){this.lock=t,this.view=r,this.index=0,this.stack=[],this.changed=!1,this.top=e,this.preMatch=Ay(e.node.content,e)}destroyBetween(e,t){if(e!=t){for(let r=e;r<t;r++)this.top.children[r].destroy();this.top.children.splice(e,t-e),this.changed=!0}}destroyRest(){this.destroyBetween(this.index,this.top.children.length)}syncToMarks(e,t,r){let i=0,o=this.stack.length>>1,s=Math.min(o,e.length);for(;i<s&&(i==o-1?this.top:this.stack[i+1<<1]).matchesMark(e[i])&&e[i].type.spec.spanning!==!1;)i++;for(;i<o;)this.destroyRest(),this.top.dirty=Nt,this.index=this.stack.pop(),this.top=this.stack.pop(),o--;for(;o<e.length;){this.stack.push(this.top,this.index+1);let l=-1;for(let a=this.index;a<Math.min(this.index+3,this.top.children.length);a++){let c=this.top.children[a];if(c.matchesMark(e[o])&&!this.isLocked(c.dom)){l=a;break}}if(l>-1)l>this.index&&(this.changed=!0,this.destroyBetween(this.index,l)),this.top=this.top.children[this.index];else{let a=ir.create(this.top,e[o],t,r);this.top.children.splice(this.index,0,a),this.top=a,this.changed=!0}this.index=0,o++}}findNodeMatch(e,t,r,i){let o=-1,s;if(i>=this.preMatch.index&&(s=this.preMatch.matches[i-this.preMatch.index]).parent==this.top&&s.matchesNode(e,t,r))o=this.top.children.indexOf(s,this.index);else for(let l=this.index,a=Math.min(this.top.children.length,l+5);l<a;l++){let c=this.top.children[l];if(c.matchesNode(e,t,r)&&!this.preMatch.matched.has(c)){o=l;break}}return o<0?!1:(this.destroyBetween(this.index,o),this.index++,!0)}updateNodeAt(e,t,r,i,o){let s=this.top.children[i];return s.dirty==qt&&s.dom==s.contentDOM&&(s.dirty=rr),s.update(e,t,r,o)?(this.destroyBetween(this.index,i),this.index++,!0):!1}findIndexWithChild(e){for(;;){let t=e.parentNode;if(!t)return-1;if(t==this.top.contentDOM){let r=e.pmViewDesc;if(r){for(let i=this.index;i<this.top.children.length;i++)if(this.top.children[i]==r)return i}return-1}e=t}}updateNextNode(e,t,r,i,o,s){for(let l=this.index;l<this.top.children.length;l++){let a=this.top.children[l];if(a instanceof On){let c=this.preMatch.matched.get(a);if(c!=null&&c!=o)return!1;let u=a.dom,d,f=this.isLocked(u)&&!(e.isText&&a.node&&a.node.isText&&a.nodeDOM.nodeValue==e.text&&a.dirty!=qt&&Na(t,a.outerDeco));if(!f&&a.update(e,t,r,i))return this.destroyBetween(this.index,l),a.dom!=u&&(this.changed=!0),this.index++,!0;if(!f&&(d=this.recreateWrapper(a,e,t,r,i,s)))return this.top.children[this.index]=d,d.contentDOM&&(d.dirty=rr,d.updateChildren(i,s+1),d.dirty=Nt),this.changed=!0,this.index++,!0;break}}return!1}recreateWrapper(e,t,r,i,o,s){if(e.dirty||t.isAtom||!e.children.length||!e.node.content.eq(t.content))return null;let l=On.create(this.top,t,r,i,o,s);if(l.contentDOM){l.children=e.children,e.children=[];for(let a of l.children)a.parent=l}return e.destroy(),l}addNode(e,t,r,i,o){let s=On.create(this.top,e,t,r,i,o);s.contentDOM&&s.updateChildren(i,o+1),this.top.children.splice(this.index++,0,s),this.changed=!0}placeWidget(e,t,r){let i=this.index<this.top.children.length?this.top.children[this.index]:null;if(i&&i.matchesWidget(e)&&(e==i.widget||!i.widget.type.toDOM.parentNode))this.index++;else{let o=new fd(this.top,e,t,r);this.top.children.splice(this.index++,0,o),this.changed=!0}}addTextblockHacks(){let e=this.top.children[this.index-1],t=this.top;for(;e instanceof ir;)t=e,e=t.children[t.children.length-1];(!e||!(e instanceof yo)||/\n$/.test(e.node.text)||this.view.requiresGeckoHackNode&&/\s$/.test(e.node.text))&&((lt||rt)&&e&&e.dom.contentEditable=="false"&&this.addHackNode("IMG",t),this.addHackNode("BR",this.top))}addHackNode(e,t){if(t==this.top&&this.index<t.children.length&&t.children[this.index].matchesHack(e))this.index++;else{let r=document.createElement(e);e=="IMG"&&(r.className="ProseMirror-separator",r.alt=""),e=="BR"&&(r.className="ProseMirror-trailingBreak");let i=new pd(this.top,[],r,null);t!=this.top?t.children.push(i):t.children.splice(this.index++,0,i),this.changed=!0}}isLocked(e){return this.lock&&(e==this.lock||e.nodeType==1&&e.contains(this.lock.parentNode))}}function Ay(n,e){let t=e,r=t.children.length,i=n.childCount,o=new Map,s=[];e:for(;i>0;){let l;for(;;)if(r){let c=t.children[r-1];if(c instanceof ir)t=c,r=c.children.length;else{l=c,r--;break}}else{if(t==e)break e;r=t.parent.children.indexOf(t),t=t.parent}let a=l.node;if(a){if(a!=n.child(i-1))break;--i,o.set(l,i),s.push(l)}}return{index:i,matched:o,matches:s.reverse()}}function wy(n,e){return n.type.side-e.type.side}function xy(n,e,t,r){let i=e.locals(n),o=0;if(i.length==0){for(let c=0;c<n.childCount;c++){let u=n.child(c);r(u,i,e.forChild(o,u),c),o+=u.nodeSize}return}let s=0,l=[],a=null;for(let c=0;;){let u,d;for(;s<i.length&&i[s].to==o;){let y=i[s++];y.widget&&(u?(d||(d=[u])).push(y):u=y)}if(u)if(d){d.sort(wy);for(let y=0;y<d.length;y++)t(d[y],c,!!a)}else t(u,c,!!a);let f,m;if(a)m=-1,f=a,a=null;else if(c<n.childCount)m=c,f=n.child(c++);else break;for(let y=0;y<l.length;y++)l[y].to<=o&&l.splice(y--,1);for(;s<i.length&&i[s].from<=o&&i[s].to>o;)l.push(i[s++]);let p=o+f.nodeSize;if(f.isText){let y=p;s<i.length&&i[s].from<y&&(y=i[s].from);for(let S=0;S<l.length;S++)l[S].to<y&&(y=l[S].to);y<p&&(a=f.cut(y-o),f=f.cut(0,y-o),p=y,m=-1)}let g=f.isInline&&!f.isLeaf?l.filter(y=>!y.inline):l.slice();r(f,g,e.forChild(o,f),m),o=p}}function ky(n){if(n.nodeName=="UL"||n.nodeName=="OL"){let e=n.style.cssText;n.style.cssText=e+"; list-style: square !important",window.getComputedStyle(n).listStyle,n.style.cssText=e}}function Oy(n,e){for(;;){if(n.nodeType==3)return n;if(n.nodeType==1&&e>0){if(n.childNodes.length>e&&n.childNodes[e].nodeType==3)return n.childNodes[e];n=n.childNodes[e-1],e=Qt(n)}else if(n.nodeType==1&&e<n.childNodes.length)n=n.childNodes[e],e=0;else return null}}function My(n,e,t,r){for(let i=0,o=0;i<n.childCount&&o<=r;){let s=n.child(i++),l=o;if(o+=s.nodeSize,!s.isText)continue;let a=s.text;for(;i<n.childCount;){let c=n.child(i++);if(o+=c.nodeSize,!c.isText)break;a+=c.text}if(o>=t){if(o>=r&&a.slice(r-e.length-l,r-l)==e)return r-e.length;let c=l<r?a.lastIndexOf(e,r-l-1):-1;if(c>=0&&c+e.length+l>=t)return l+c;if(t==r&&a.length>=r+e.length-l&&a.slice(r-l,r-l+e.length)==e)return r}}return-1}function Ia(n,e,t,r,i){let o=[];for(let s=0,l=0;s<n.length;s++){let a=n[s],c=l,u=l+=a.size;c>=t||u<=e?o.push(a):(c<e&&o.push(a.slice(0,e-c,r)),i&&(o.push(i),i=void 0),u>t&&o.push(a.slice(t-c,a.size,r)))}return o}function Da(n,e=null){let t=n.domSelectionRange(),r=n.state.doc;if(!t.focusNode)return null;let i=n.docView.nearestDesc(t.focusNode),o=i&&i.size==0,s=n.docView.posFromDOM(t.focusNode,t.focusOffset,1);if(s<0)return null;let l=r.resolve(s),a,c;if(go(t)){for(a=l;i&&!i.node;)i=i.parent;let u=i.node;if(i&&u.isAtom&&Te.isSelectable(u)&&i.parent&&!(u.isInline&&q0(t.focusNode,t.focusOffset,i.dom))){let d=i.posBefore;c=new Te(s==d?l:r.resolve(d))}}else{let u=n.docView.posFromDOM(t.anchorNode,t.anchorOffset,1);if(u<0)return null;a=r.resolve(u)}if(!c){let u=e=="pointer"||n.state.selection.head<l.pos&&!o?1:-1;c=La(n,a,l,u)}return c}function bd(n){return n.editable?n.hasFocus():xd(n)&&document.activeElement&&document.activeElement.contains(n.dom)}function fn(n,e=!1){let t=n.state.selection;if(Td(n,t),!!bd(n)){if(!e&&n.input.mouseDown&&n.input.mouseDown.allowDefault&&rt){let r=n.domSelectionRange(),i=n.domObserver.currentSelection;if(r.anchorNode&&i.anchorNode&&tr(r.anchorNode,r.anchorOffset,i.anchorNode,i.anchorOffset)){n.input.mouseDown.delayedSelectionSync=!0,n.domObserver.setCurSelection();return}}if(n.domObserver.disconnectSelection(),n.cursorWrapper)Iy(n);else{let{anchor:r,head:i}=t,o,s;Ed&&!(t instanceof _e)&&(t.$from.parent.inlineContent||(o=Sd(n,t.from)),!t.empty&&!t.$from.parent.inlineContent&&(s=Sd(n,t.to))),n.docView.setSelection(r,i,n.root,e),Ed&&(o&&Cd(o),s&&Cd(s)),t.visible?n.dom.classList.remove("ProseMirror-hideselection"):(n.dom.classList.add("ProseMirror-hideselection"),"onselectionchange"in document&&Ny(n))}n.domObserver.setCurSelection(),n.domObserver.connectSelection()}}const Ed=lt||rt&&ny<63;function Sd(n,e){let{node:t,offset:r}=n.docView.domFromPos(e,0),i=r<t.childNodes.length?t.childNodes[r]:null,o=r?t.childNodes[r-1]:null;if(lt&&i&&i.contentEditable=="false")return Ra(i);if((!i||i.contentEditable=="false")&&(!o||o.contentEditable=="false")){if(i)return Ra(i);if(o)return Ra(o)}}function Ra(n){return n.contentEditable="true",lt&&n.draggable&&(n.draggable=!1,n.wasDraggable=!0),n}function Cd(n){n.contentEditable="false",n.wasDraggable&&(n.draggable=!0,n.wasDraggable=null)}function Ny(n){let e=n.dom.ownerDocument;e.removeEventListener("selectionchange",n.input.hideSelectionGuard);let t=n.domSelectionRange(),r=t.anchorNode,i=t.anchorOffset;e.addEventListener("selectionchange",n.input.hideSelectionGuard=()=>{(t.anchorNode!=r||t.anchorOffset!=i)&&(e.removeEventListener("selectionchange",n.input.hideSelectionGuard),setTimeout(()=>{(!bd(n)||n.state.selection.visible)&&n.dom.classList.remove("ProseMirror-hideselection")},20))})}function Iy(n){let e=n.domSelection(),t=document.createRange(),r=n.cursorWrapper.dom,i=r.nodeName=="IMG";i?t.setEnd(r.parentNode,at(r)+1):t.setEnd(r,0),t.collapse(!1),e.removeAllRanges(),e.addRange(t),!i&&!n.state.selection.visible&&yt&&xn<=11&&(r.disabled=!0,r.disabled=!1)}function Td(n,e){if(e instanceof Te){let t=n.docView.descAt(e.from);t!=n.lastSelectedViewDesc&&(Ad(n),t&&t.selectNode(),n.lastSelectedViewDesc=t)}else Ad(n)}function Ad(n){n.lastSelectedViewDesc&&(n.lastSelectedViewDesc.parent&&n.lastSelectedViewDesc.deselectNode(),n.lastSelectedViewDesc=void 0)}function La(n,e,t,r){return n.someProp("createSelectionBetween",i=>i(n,e,t))||_e.between(e,t,r)}function wd(n){return n.editable&&!n.hasFocus()?!1:xd(n)}function xd(n){let e=n.domSelectionRange();if(!e.anchorNode)return!1;try{return n.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(n.editable||n.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function Dy(n){let e=n.docView.domFromPos(n.state.selection.anchor,0),t=n.domSelectionRange();return tr(e.node,e.offset,t.anchorNode,t.anchorOffset)}function _a(n,e){let{$anchor:t,$head:r}=n.selection,i=e>0?t.max(r):t.min(r),o=i.parent.inlineContent?i.depth?n.doc.resolve(e>0?i.after():i.before()):null:i;return o&&Le.findFrom(o,e)}function Mn(n,e){return n.dispatch(n.state.tr.setSelection(e).scrollIntoView()),!0}function kd(n,e,t){let r=n.state.selection;if(r instanceof _e)if(t.indexOf("s")>-1){let{$head:i}=r,o=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter;if(!o||o.isText||!o.isLeaf)return!1;let s=n.state.doc.resolve(i.pos+o.nodeSize*(e<0?-1:1));return Mn(n,new _e(r.$anchor,s))}else if(r.empty){if(n.endOfTextblock(e>0?"forward":"backward")){let i=_a(n.state,e);return i&&i instanceof Te?Mn(n,i):!1}else if(!(Mt&&t.indexOf("m")>-1)){let i=r.$head,o=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter,s;if(!o||o.isText)return!1;let l=e<0?i.pos-o.nodeSize:i.pos;return o.isAtom||(s=n.docView.descAt(l))&&!s.contentDOM?Te.isSelectable(o)?Mn(n,new Te(e<0?n.state.doc.resolve(i.pos-o.nodeSize):i)):yi?Mn(n,new _e(n.state.doc.resolve(e<0?l:l+o.nodeSize))):!1:!1}}else return!1;else{if(r instanceof Te&&r.node.isInline)return Mn(n,new _e(e>0?r.$to:r.$from));{let i=_a(n.state,e);return i?Mn(n,i):!1}}}function vo(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function Si(n,e){let t=n.pmViewDesc;return t&&t.size==0&&(e<0||n.nextSibling||n.nodeName!="BR")}function Nr(n,e){return e<0?Ry(n):Ly(n)}function Ry(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i,o,s=!1;for(jt&&t.nodeType==1&&r<vo(t)&&Si(t.childNodes[r],-1)&&(s=!0);;)if(r>0){if(t.nodeType!=1)break;{let l=t.childNodes[r-1];if(Si(l,-1))i=t,o=--r;else if(l.nodeType==3)t=l,r=t.nodeValue.length;else break}}else{if(Od(t))break;{let l=t.previousSibling;for(;l&&Si(l,-1);)i=t.parentNode,o=at(l),l=l.previousSibling;if(l)t=l,r=vo(t);else{if(t=t.parentNode,t==n.dom)break;r=0}}}s?Pa(n,t,r):i&&Pa(n,i,o)}function Ly(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i=vo(t),o,s;for(;;)if(r<i){if(t.nodeType!=1)break;let l=t.childNodes[r];if(Si(l,1))o=t,s=++r;else break}else{if(Od(t))break;{let l=t.nextSibling;for(;l&&Si(l,1);)o=l.parentNode,s=at(l)+1,l=l.nextSibling;if(l)t=l,r=0,i=vo(t);else{if(t=t.parentNode,t==n.dom)break;r=i=0}}}o&&Pa(n,o,s)}function Od(n){let e=n.pmViewDesc;return e&&e.node&&e.node.isBlock}function _y(n,e){for(;n&&e==n.childNodes.length&&!Ta(n);)e=at(n)+1,n=n.parentNode;for(;n&&e<n.childNodes.length;){let t=n.childNodes[e];if(t.nodeType==3)return t;if(t.nodeType==1&&t.contentEditable=="false")break;n=t,e=0}}function Py(n,e){for(;n&&!e&&!Ta(n);)e=at(n),n=n.parentNode;for(;n&&e;){let t=n.childNodes[e-1];if(t.nodeType==3)return t;if(t.nodeType==1&&t.contentEditable=="false")break;n=t,e=n.childNodes.length}}function Pa(n,e,t){if(e.nodeType!=3){let o,s;(s=_y(e,t))?(e=s,t=0):(o=Py(e,t))&&(e=o,t=o.nodeValue.length)}let r=n.domSelection();if(go(r)){let o=document.createRange();o.setEnd(e,t),o.setStart(e,t),r.removeAllRanges(),r.addRange(o)}else r.extend&&r.extend(e,t);n.domObserver.setCurSelection();let{state:i}=n;setTimeout(()=>{n.state==i&&fn(n)},50)}function Md(n,e){let t=n.state.doc.resolve(e);if(!(rt||ry)&&t.parent.inlineContent){let i=n.coordsAtPos(e);if(e>t.start()){let o=n.coordsAtPos(e-1),s=(o.top+o.bottom)/2;if(s>i.top&&s<i.bottom&&Math.abs(o.left-i.left)>1)return o.left<i.left?"ltr":"rtl"}if(e<t.end()){let o=n.coordsAtPos(e+1),s=(o.top+o.bottom)/2;if(s>i.top&&s<i.bottom&&Math.abs(o.left-i.left)>1)return o.left>i.left?"ltr":"rtl"}}return getComputedStyle(n.dom).direction=="rtl"?"rtl":"ltr"}function Nd(n,e,t){let r=n.state.selection;if(r instanceof _e&&!r.empty||t.indexOf("s")>-1||Mt&&t.indexOf("m")>-1)return!1;let{$from:i,$to:o}=r;if(!i.parent.inlineContent||n.endOfTextblock(e<0?"up":"down")){let s=_a(n.state,e);if(s&&s instanceof Te)return Mn(n,s)}if(!i.parent.inlineContent){let s=e<0?i:o,l=r instanceof Ht?Le.near(s,e):Le.findFrom(s,e);return l?Mn(n,l):!1}return!1}function Id(n,e){if(!(n.state.selection instanceof _e))return!0;let{$head:t,$anchor:r,empty:i}=n.state.selection;if(!t.sameParent(r))return!0;if(!i)return!1;if(n.endOfTextblock(e>0?"forward":"backward"))return!0;let o=!t.textOffset&&(e<0?t.nodeBefore:t.nodeAfter);if(o&&!o.isText){let s=n.state.tr;return e<0?s.delete(t.pos-o.nodeSize,t.pos):s.delete(t.pos,t.pos+o.nodeSize),n.dispatch(s),!0}return!1}function Dd(n,e,t){n.domObserver.stop(),e.contentEditable=t,n.domObserver.start()}function By(n){if(!lt||n.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:t}=n.domSelectionRange();if(e&&e.nodeType==1&&t==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let r=e.firstChild;Dd(n,r,"true"),setTimeout(()=>Dd(n,r,"false"),20)}return!1}function Fy(n){let e="";return n.ctrlKey&&(e+="c"),n.metaKey&&(e+="m"),n.altKey&&(e+="a"),n.shiftKey&&(e+="s"),e}function $y(n,e){let t=e.keyCode,r=Fy(e);if(t==8||Mt&&t==72&&r=="c")return Id(n,-1)||Nr(n,-1);if(t==46&&!e.shiftKey||Mt&&t==68&&r=="c")return Id(n,1)||Nr(n,1);if(t==13||t==27)return!0;if(t==37||Mt&&t==66&&r=="c"){let i=t==37?Md(n,n.state.selection.from)=="ltr"?-1:1:-1;return kd(n,i,r)||Nr(n,i)}else if(t==39||Mt&&t==70&&r=="c"){let i=t==39?Md(n,n.state.selection.from)=="ltr"?1:-1:1;return kd(n,i,r)||Nr(n,i)}else{if(t==38||Mt&&t==80&&r=="c")return Nd(n,-1,r)||Nr(n,-1);if(t==40||Mt&&t==78&&r=="c")return By(n)||Nd(n,1,r)||Nr(n,1);if(r==(Mt?"m":"c")&&(t==66||t==73||t==89||t==90))return!0}return!1}function Rd(n,e){n.someProp("transformCopied",m=>{e=m(e,n)});let t=[],{content:r,openStart:i,openEnd:o}=e;for(;i>1&&o>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,o--;let m=r.firstChild;t.push(m.type.name,m.attrs!=m.type.defaultAttrs?m.attrs:null),r=m.content}let s=n.someProp("clipboardSerializer")||Jt.fromSchema(n.state.schema),l=zd(),a=l.createElement("div");a.appendChild(s.serializeFragment(r,{document:l}));let c=a.firstChild,u,d=0;for(;c&&c.nodeType==1&&(u=$d[c.nodeName.toLowerCase()]);){for(let m=u.length-1;m>=0;m--){let p=l.createElement(u[m]);for(;a.firstChild;)p.appendChild(a.firstChild);a.appendChild(p),d++}c=a.firstChild}c&&c.nodeType==1&&c.setAttribute("data-pm-slice",`${i} ${o}${d?` -${d}`:""} ${JSON.stringify(t)}`);let f=n.someProp("clipboardTextSerializer",m=>m(e,n))||e.content.textBetween(0,e.content.size,`
|
|
16
|
+
|
|
17
|
+
`);return{dom:a,text:f}}function Ld(n,e,t,r,i){let o=i.parent.type.spec.code,s,l;if(!t&&!e)return null;let a=e&&(r||o||!t);if(a){if(n.someProp("transformPastedText",f=>{e=f(e,o||r,n)}),o)return e?new he(oe.from(n.state.schema.text(e.replace(/\r\n?/g,`
|
|
18
|
+
`))),0,0):he.empty;let d=n.someProp("clipboardTextParser",f=>f(e,i,r,n));if(d)l=d;else{let f=i.marks(),{schema:m}=n.state,p=Jt.fromSchema(m);s=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(g=>{let y=s.appendChild(document.createElement("p"));g&&y.appendChild(p.serializeNode(m.text(g,f)))})}}else n.someProp("transformPastedHTML",d=>{t=d(t,n)}),s=Hy(t),yi&&Uy(s);let c=s&&s.querySelector("[data-pm-slice]"),u=c&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(c.getAttribute("data-pm-slice")||"");if(u&&u[3])for(let d=+u[3];d>0;d--){let f=s.firstChild;for(;f&&f.nodeType!=1;)f=f.nextSibling;if(!f)break;s=f}if(l||(l=(n.someProp("clipboardParser")||n.someProp("domParser")||Er.fromSchema(n.state.schema)).parseSlice(s,{preserveWhitespace:!!(a||u),context:i,ruleFromNode(f){return f.nodeName=="BR"&&!f.nextSibling&&f.parentNode&&!Vy.test(f.parentNode.nodeName)?{ignore:!0}:null}})),u)l=jy(Fd(l,+u[1],+u[2]),u[4]);else if(l=he.maxOpen(zy(l.content,i),!0),l.openStart||l.openEnd){let d=0,f=0;for(let m=l.content.firstChild;d<l.openStart&&!m.type.spec.isolating;d++,m=m.firstChild);for(let m=l.content.lastChild;f<l.openEnd&&!m.type.spec.isolating;f++,m=m.lastChild);l=Fd(l,d,f)}return n.someProp("transformPasted",d=>{l=d(l,n)}),l}const Vy=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function zy(n,e){if(n.childCount<2)return n;for(let t=e.depth;t>=0;t--){let i=e.node(t).contentMatchAt(e.index(t)),o,s=[];if(n.forEach(l=>{if(!s)return;let a=i.findWrapping(l.type),c;if(!a)return s=null;if(c=s.length&&o.length&&Pd(a,o,l,s[s.length-1],0))s[s.length-1]=c;else{s.length&&(s[s.length-1]=Bd(s[s.length-1],o.length));let u=_d(l,a);s.push(u),i=i.matchType(u.type),o=a}}),s)return oe.from(s)}return n}function _d(n,e,t=0){for(let r=e.length-1;r>=t;r--)n=e[r].create(null,oe.from(n));return n}function Pd(n,e,t,r,i){if(i<n.length&&i<e.length&&n[i]==e[i]){let o=Pd(n,e,t,r.lastChild,i+1);if(o)return r.copy(r.content.replaceChild(r.childCount-1,o));if(r.contentMatchAt(r.childCount).matchType(i==n.length-1?t.type:n[i+1]))return r.copy(r.content.append(oe.from(_d(t,n,i+1))))}}function Bd(n,e){if(e==0)return n;let t=n.content.replaceChild(n.childCount-1,Bd(n.lastChild,e-1)),r=n.contentMatchAt(n.childCount).fillBefore(oe.empty,!0);return n.copy(t.append(r))}function Ba(n,e,t,r,i,o){let s=e<0?n.firstChild:n.lastChild,l=s.content;return n.childCount>1&&(o=0),i<r-1&&(l=Ba(l,e,t,r,i+1,o)),i>=t&&(l=e<0?s.contentMatchAt(0).fillBefore(l,o<=i).append(l):l.append(s.contentMatchAt(s.childCount).fillBefore(oe.empty,!0))),n.replaceChild(e<0?0:n.childCount-1,s.copy(l))}function Fd(n,e,t){return e<n.openStart&&(n=new he(Ba(n.content,-1,e,n.openStart,0,n.openEnd),e,n.openEnd)),t<n.openEnd&&(n=new he(Ba(n.content,1,t,n.openEnd,0,0),n.openStart,t)),n}const $d={thead:["table"],tbody:["table"],tfoot:["table"],caption:["table"],colgroup:["table"],col:["table","colgroup"],tr:["table","tbody"],td:["table","tbody","tr"],th:["table","tbody","tr"]};let Vd=null;function zd(){return Vd||(Vd=document.implementation.createHTMLDocument("title"))}function Hy(n){let e=/^(\s*<meta [^>]*>)*/.exec(n);e&&(n=n.slice(e[0].length));let t=zd().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(n),i;if((i=r&&$d[r[1].toLowerCase()])&&(n=i.map(o=>"<"+o+">").join("")+n+i.map(o=>"</"+o+">").reverse().join("")),t.innerHTML=n,i)for(let o=0;o<i.length;o++)t=t.querySelector(i[o])||t;return t}function Uy(n){let e=n.querySelectorAll(rt?"span:not([class]):not([style])":"span.Apple-converted-space");for(let t=0;t<e.length;t++){let r=e[t];r.childNodes.length==1&&r.textContent==" "&&r.parentNode&&r.parentNode.replaceChild(n.ownerDocument.createTextNode(" "),r)}}function jy(n,e){if(!n.size)return n;let t=n.content.firstChild.type.schema,r;try{r=JSON.parse(e)}catch{return n}let{content:i,openStart:o,openEnd:s}=n;for(let l=r.length-2;l>=0;l-=2){let a=t.nodes[r[l]];if(!a||a.hasRequiredAttrs())break;i=oe.from(a.create(r[l+1],i)),o++,s++}return new he(i,o,s)}const ct={},ut={},Wy={touchstart:!0,touchmove:!0};class Ky{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:""},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastAndroidDelete=0,this.composing=!1,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function Gy(n){for(let e in ct){let t=ct[e];n.dom.addEventListener(e,n.input.eventHandlers[e]=r=>{Jy(n,r)&&!$a(n,r)&&(n.editable||!(r.type in ut))&&t(n,r)},Wy[e]?{passive:!0}:void 0)}lt&&n.dom.addEventListener("input",()=>null),Fa(n)}function Nn(n,e){n.input.lastSelectionOrigin=e,n.input.lastSelectionTime=Date.now()}function Yy(n){n.domObserver.stop();for(let e in n.input.eventHandlers)n.dom.removeEventListener(e,n.input.eventHandlers[e]);clearTimeout(n.input.composingTimeout),clearTimeout(n.input.lastIOSEnterFallbackTimeout)}function Fa(n){n.someProp("handleDOMEvents",e=>{for(let t in e)n.input.eventHandlers[t]||n.dom.addEventListener(t,n.input.eventHandlers[t]=r=>$a(n,r))})}function $a(n,e){return n.someProp("handleDOMEvents",t=>{let r=t[e.type];return r?r(n,e)||e.defaultPrevented:!1})}function Jy(n,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let t=e.target;t!=n.dom;t=t.parentNode)if(!t||t.nodeType==11||t.pmViewDesc&&t.pmViewDesc.stopEvent(e))return!1;return!0}function Xy(n,e){!$a(n,e)&&ct[e.type]&&(n.editable||!(e.type in ut))&&ct[e.type](n,e)}ut.keydown=(n,e)=>{let t=e;if(n.input.shiftKey=t.keyCode==16||t.shiftKey,!Ud(n,t)&&(n.input.lastKeyCode=t.keyCode,n.input.lastKeyCodeTime=Date.now(),!(Wt&&rt&&t.keyCode==13)))if(t.keyCode!=229&&n.domObserver.forceFlush(),Or&&t.keyCode==13&&!t.ctrlKey&&!t.altKey&&!t.metaKey){let r=Date.now();n.input.lastIOSEnter=r,n.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{n.input.lastIOSEnter==r&&(n.someProp("handleKeyDown",i=>i(n,nr(13,"Enter"))),n.input.lastIOSEnter=0)},200)}else n.someProp("handleKeyDown",r=>r(n,t))||$y(n,t)?t.preventDefault():Nn(n,"key")},ut.keyup=(n,e)=>{e.keyCode==16&&(n.input.shiftKey=!1)},ut.keypress=(n,e)=>{let t=e;if(Ud(n,t)||!t.charCode||t.ctrlKey&&!t.altKey||Mt&&t.metaKey)return;if(n.someProp("handleKeyPress",i=>i(n,t))){t.preventDefault();return}let r=n.state.selection;if(!(r instanceof _e)||!r.$from.sameParent(r.$to)){let i=String.fromCharCode(t.charCode);!/[\r\n]/.test(i)&&!n.someProp("handleTextInput",o=>o(n,r.$from.pos,r.$to.pos,i))&&n.dispatch(n.state.tr.insertText(i).scrollIntoView()),t.preventDefault()}};function bo(n){return{left:n.clientX,top:n.clientY}}function Qy(n,e){let t=e.x-n.clientX,r=e.y-n.clientY;return t*t+r*r<100}function Va(n,e,t,r,i){if(r==-1)return!1;let o=n.state.doc.resolve(r);for(let s=o.depth+1;s>0;s--)if(n.someProp(e,l=>s>o.depth?l(n,t,o.nodeAfter,o.before(s),i,!0):l(n,t,o.node(s),o.before(s),i,!1)))return!0;return!1}function Ir(n,e,t){n.focused||n.focus();let r=n.state.tr.setSelection(e);t=="pointer"&&r.setMeta("pointer",!0),n.dispatch(r)}function Zy(n,e){if(e==-1)return!1;let t=n.state.doc.resolve(e),r=t.nodeAfter;return r&&r.isAtom&&Te.isSelectable(r)?(Ir(n,new Te(t),"pointer"),!0):!1}function qy(n,e){if(e==-1)return!1;let t=n.state.selection,r,i;t instanceof Te&&(r=t.node);let o=n.state.doc.resolve(e);for(let s=o.depth+1;s>0;s--){let l=s>o.depth?o.nodeAfter:o.node(s);if(Te.isSelectable(l)){r&&t.$from.depth>0&&s>=t.$from.depth&&o.before(t.$from.depth+1)==t.$from.pos?i=o.before(t.$from.depth):i=o.before(s);break}}return i!=null?(Ir(n,Te.create(n.state.doc,i),"pointer"),!0):!1}function ev(n,e,t,r,i){return Va(n,"handleClickOn",e,t,r)||n.someProp("handleClick",o=>o(n,e,r))||(i?qy(n,t):Zy(n,t))}function tv(n,e,t,r){return Va(n,"handleDoubleClickOn",e,t,r)||n.someProp("handleDoubleClick",i=>i(n,e,r))}function nv(n,e,t,r){return Va(n,"handleTripleClickOn",e,t,r)||n.someProp("handleTripleClick",i=>i(n,e,r))||rv(n,t,r)}function rv(n,e,t){if(t.button!=0)return!1;let r=n.state.doc;if(e==-1)return r.inlineContent?(Ir(n,_e.create(r,0,r.content.size),"pointer"),!0):!1;let i=r.resolve(e);for(let o=i.depth+1;o>0;o--){let s=o>i.depth?i.nodeAfter:i.node(o),l=i.before(o);if(s.inlineContent)Ir(n,_e.create(r,l+1,l+1+s.content.size),"pointer");else if(Te.isSelectable(s))Ir(n,Te.create(r,l),"pointer");else continue;return!0}}function za(n){return Eo(n)}const Hd=Mt?"metaKey":"ctrlKey";ct.mousedown=(n,e)=>{let t=e;n.input.shiftKey=t.shiftKey;let r=za(n),i=Date.now(),o="singleClick";i-n.input.lastClick.time<500&&Qy(t,n.input.lastClick)&&!t[Hd]&&(n.input.lastClick.type=="singleClick"?o="doubleClick":n.input.lastClick.type=="doubleClick"&&(o="tripleClick")),n.input.lastClick={time:i,x:t.clientX,y:t.clientY,type:o};let s=n.posAtCoords(bo(t));s&&(o=="singleClick"?(n.input.mouseDown&&n.input.mouseDown.done(),n.input.mouseDown=new iv(n,s,t,!!r)):(o=="doubleClick"?tv:nv)(n,s.pos,s.inside,t)?t.preventDefault():Nn(n,"pointer"))};class iv{constructor(e,t,r,i){this.view=e,this.pos=t,this.event=r,this.flushed=i,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!r[Hd],this.allowDefault=r.shiftKey;let o,s;if(t.inside>-1)o=e.state.doc.nodeAt(t.inside),s=t.inside;else{let u=e.state.doc.resolve(t.pos);o=u.parent,s=u.depth?u.before():0}const l=i?null:r.target,a=l?e.docView.nearestDesc(l,!0):null;this.target=a?a.dom:null;let{selection:c}=e.state;(r.button==0&&o.type.spec.draggable&&o.type.spec.selectable!==!1||c instanceof Te&&c.from<=s&&c.to>s)&&(this.mightDrag={node:o,pos:s,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&jt&&!this.target.hasAttribute("contentEditable"))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute("contentEditable","false")},20),this.view.domObserver.start()),e.root.addEventListener("mouseup",this.up=this.up.bind(this)),e.root.addEventListener("mousemove",this.move=this.move.bind(this)),Nn(e,"pointer")}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute("draggable"),this.mightDrag.setUneditable&&this.target.removeAttribute("contentEditable"),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>fn(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(bo(e))),this.updateAllowDefault(e),this.allowDefault||!t?Nn(this.view,"pointer"):ev(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||lt&&this.mightDrag&&!this.mightDrag.node.isAtom||rt&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(Ir(this.view,Le.near(this.view.state.doc.resolve(t.pos)),"pointer"),e.preventDefault()):Nn(this.view,"pointer")}move(e){this.updateAllowDefault(e),Nn(this.view,"pointer"),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}}ct.touchstart=n=>{n.input.lastTouch=Date.now(),za(n),Nn(n,"pointer")},ct.touchmove=n=>{n.input.lastTouch=Date.now(),Nn(n,"pointer")},ct.contextmenu=n=>za(n);function Ud(n,e){return n.composing?!0:lt&&Math.abs(e.timeStamp-n.input.compositionEndedAt)<500?(n.input.compositionEndedAt=-2e8,!0):!1}const ov=Wt?5e3:-1;ut.compositionstart=ut.compositionupdate=n=>{if(!n.composing){n.domObserver.flush();let{state:e}=n,t=e.selection.$from;if(e.selection.empty&&(e.storedMarks||!t.textOffset&&t.parentOffset&&t.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)))n.markCursor=n.state.storedMarks||t.marks(),Eo(n,!0),n.markCursor=null;else if(Eo(n),jt&&e.selection.empty&&t.parentOffset&&!t.textOffset&&t.nodeBefore.marks.length){let r=n.domSelectionRange();for(let i=r.focusNode,o=r.focusOffset;i&&i.nodeType==1&&o!=0;){let s=o<0?i.lastChild:i.childNodes[o-1];if(!s)break;if(s.nodeType==3){n.domSelection().collapse(s,s.nodeValue.length);break}else i=s,o=-1}}n.input.composing=!0}jd(n,ov)},ut.compositionend=(n,e)=>{n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=e.timeStamp,n.input.compositionPendingChanges=n.domObserver.pendingRecords().length?n.input.compositionID:0,n.input.compositionPendingChanges&&Promise.resolve().then(()=>n.domObserver.flush()),n.input.compositionID++,jd(n,20))};function jd(n,e){clearTimeout(n.input.composingTimeout),e>-1&&(n.input.composingTimeout=setTimeout(()=>Eo(n),e))}function Wd(n){for(n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=sv());n.input.compositionNodes.length>0;)n.input.compositionNodes.pop().markParentsDirty()}function sv(){let n=document.createEvent("Event");return n.initEvent("event",!0,!0),n.timeStamp}function Eo(n,e=!1){if(!(Wt&&n.domObserver.flushingSoon>=0)){if(n.domObserver.forceFlush(),Wd(n),e||n.docView&&n.docView.dirty){let t=Da(n);return t&&!t.eq(n.state.selection)?n.dispatch(n.state.tr.setSelection(t)):n.updateState(n.state),!0}return!1}}function av(n,e){if(!n.dom.parentNode)return;let t=n.dom.parentNode.appendChild(document.createElement("div"));t.appendChild(e),t.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),i=document.createRange();i.selectNodeContents(e),n.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{t.parentNode&&t.parentNode.removeChild(t),n.focus()},50)}const Ci=yt&&xn<15||Or&&iy<604;ct.copy=ut.cut=(n,e)=>{let t=e,r=n.state.selection,i=t.type=="cut";if(r.empty)return;let o=Ci?null:t.clipboardData,s=r.content(),{dom:l,text:a}=Rd(n,s);o?(t.preventDefault(),o.clearData(),o.setData("text/html",l.innerHTML),o.setData("text/plain",a)):av(n,l),i&&n.dispatch(n.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function lv(n){return n.openStart==0&&n.openEnd==0&&n.content.childCount==1?n.content.firstChild:null}function cv(n,e){if(!n.dom.parentNode)return;let t=n.input.shiftKey||n.state.selection.$from.parent.type.spec.code,r=n.dom.parentNode.appendChild(document.createElement(t?"textarea":"div"));t||(r.contentEditable="true"),r.style.cssText="position: fixed; left: -10000px; top: 10px",r.focus();let i=n.input.shiftKey&&n.input.lastKeyCode!=45;setTimeout(()=>{n.focus(),r.parentNode&&r.parentNode.removeChild(r),t?Ti(n,r.value,null,i,e):Ti(n,r.textContent,r.innerHTML,i,e)},50)}function Ti(n,e,t,r,i){let o=Ld(n,e,t,r,n.state.selection.$from);if(n.someProp("handlePaste",a=>a(n,i,o||he.empty)))return!0;if(!o)return!1;let s=lv(o),l=s?n.state.tr.replaceSelectionWith(s,r):n.state.tr.replaceSelection(o);return n.dispatch(l.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function Kd(n){let e=n.getData("text/plain")||n.getData("Text");if(e)return e;let t=n.getData("text/uri-list");return t?t.replace(/\r?\n/g," "):""}ut.paste=(n,e)=>{let t=e;if(n.composing&&!Wt)return;let r=Ci?null:t.clipboardData,i=n.input.shiftKey&&n.input.lastKeyCode!=45;r&&Ti(n,Kd(r),r.getData("text/html"),i,t)?t.preventDefault():cv(n,t)};class Gd{constructor(e,t,r){this.slice=e,this.move=t,this.node=r}}const Yd=Mt?"altKey":"ctrlKey";ct.dragstart=(n,e)=>{let t=e,r=n.input.mouseDown;if(r&&r.done(),!t.dataTransfer)return;let i=n.state.selection,o=i.empty?null:n.posAtCoords(bo(t)),s;if(!(o&&o.pos>=i.from&&o.pos<=(i instanceof Te?i.to-1:i.to))){if(r&&r.mightDrag)s=Te.create(n.state.doc,r.mightDrag.pos);else if(t.target&&t.target.nodeType==1){let u=n.docView.nearestDesc(t.target,!0);u&&u.node.type.spec.draggable&&u!=n.docView&&(s=Te.create(n.state.doc,u.posBefore))}}let l=(s||n.state.selection).content(),{dom:a,text:c}=Rd(n,l);t.dataTransfer.clearData(),t.dataTransfer.setData(Ci?"Text":"text/html",a.innerHTML),t.dataTransfer.effectAllowed="copyMove",Ci||t.dataTransfer.setData("text/plain",c),n.dragging=new Gd(l,!t[Yd],s)},ct.dragend=n=>{let e=n.dragging;window.setTimeout(()=>{n.dragging==e&&(n.dragging=null)},50)},ut.dragover=ut.dragenter=(n,e)=>e.preventDefault(),ut.drop=(n,e)=>{let t=e,r=n.dragging;if(n.dragging=null,!t.dataTransfer)return;let i=n.posAtCoords(bo(t));if(!i)return;let o=n.state.doc.resolve(i.pos),s=r&&r.slice;s?n.someProp("transformPasted",p=>{s=p(s,n)}):s=Ld(n,Kd(t.dataTransfer),Ci?null:t.dataTransfer.getData("text/html"),!1,o);let l=!!(r&&!t[Yd]);if(n.someProp("handleDrop",p=>p(n,t,s||he.empty,l))){t.preventDefault();return}if(!s)return;t.preventDefault();let a=s?z0(n.state.doc,o.pos,s):o.pos;a==null&&(a=o.pos);let c=n.state.tr;if(l){let{node:p}=r;p?p.replace(c):c.deleteSelection()}let u=c.mapping.map(a),d=s.openStart==0&&s.openEnd==0&&s.content.childCount==1,f=c.doc;if(d?c.replaceRangeWith(u,u,s.content.firstChild):c.replaceRange(u,u,s),c.doc.eq(f))return;let m=c.doc.resolve(u);if(d&&Te.isSelectable(s.content.firstChild)&&m.nodeAfter&&m.nodeAfter.sameMarkup(s.content.firstChild))c.setSelection(new Te(m));else{let p=c.mapping.map(a);c.mapping.maps[c.mapping.maps.length-1].forEach((g,y,S,C)=>p=C),c.setSelection(La(n,m,c.doc.resolve(p)))}n.focus(),n.dispatch(c.setMeta("uiEvent","drop"))},ct.focus=n=>{n.input.lastFocus=Date.now(),n.focused||(n.domObserver.stop(),n.dom.classList.add("ProseMirror-focused"),n.domObserver.start(),n.focused=!0,setTimeout(()=>{n.docView&&n.hasFocus()&&!n.domObserver.currentSelection.eq(n.domSelectionRange())&&fn(n)},20))},ct.blur=(n,e)=>{let t=e;n.focused&&(n.domObserver.stop(),n.dom.classList.remove("ProseMirror-focused"),n.domObserver.start(),t.relatedTarget&&n.dom.contains(t.relatedTarget)&&n.domObserver.currentSelection.clear(),n.focused=!1)},ct.beforeinput=(n,e)=>{if(rt&&Wt&&e.inputType=="deleteContentBackward"){n.domObserver.flushSoon();let{domChangeCount:r}=n.input;setTimeout(()=>{if(n.input.domChangeCount!=r||(n.dom.blur(),n.focus(),n.someProp("handleKeyDown",o=>o(n,nr(8,"Backspace")))))return;let{$cursor:i}=n.state.selection;i&&i.pos>0&&n.dispatch(n.state.tr.delete(i.pos-1,i.pos).scrollIntoView())},50)}};for(let n in ut)ct[n]=ut[n];function Ai(n,e){if(n==e)return!0;for(let t in n)if(n[t]!==e[t])return!1;for(let t in e)if(!(t in n))return!1;return!0}class So{constructor(e,t){this.toDOM=e,this.spec=t||sr,this.side=this.spec.side||0}map(e,t,r,i){let{pos:o,deleted:s}=e.mapResult(t.from+i,this.side<0?-1:1);return s?null:new It(o-r,o-r,this)}valid(){return!0}eq(e){return this==e||e instanceof So&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&Ai(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class In{constructor(e,t){this.attrs=e,this.spec=t||sr}map(e,t,r,i){let o=e.map(t.from+i,this.spec.inclusiveStart?-1:1)-r,s=e.map(t.to+i,this.spec.inclusiveEnd?1:-1)-r;return o>=s?null:new It(o,s,this)}valid(e,t){return t.from<t.to}eq(e){return this==e||e instanceof In&&Ai(this.attrs,e.attrs)&&Ai(this.spec,e.spec)}static is(e){return e.type instanceof In}destroy(){}}class Ha{constructor(e,t){this.attrs=e,this.spec=t||sr}map(e,t,r,i){let o=e.mapResult(t.from+i,1);if(o.deleted)return null;let s=e.mapResult(t.to+i,-1);return s.deleted||s.pos<=o.pos?null:new It(o.pos-r,s.pos-r,this)}valid(e,t){let{index:r,offset:i}=e.content.findIndex(t.from),o;return i==t.from&&!(o=e.child(r)).isText&&i+o.nodeSize==t.to}eq(e){return this==e||e instanceof Ha&&Ai(this.attrs,e.attrs)&&Ai(this.spec,e.spec)}destroy(){}}class It{constructor(e,t,r){this.from=e,this.to=t,this.type=r}copy(e,t){return new It(e,t,this.type)}eq(e,t=0){return this.type.eq(e.type)&&this.from+t==e.from&&this.to+t==e.to}map(e,t,r){return this.type.map(e,this,t,r)}static widget(e,t,r){return new It(e,e,new So(t,r))}static inline(e,t,r,i){return new It(e,t,new In(r,i))}static node(e,t,r,i){return new It(e,t,new Ha(r,i))}get spec(){return this.type.spec}get inline(){return this.type instanceof In}get widget(){return this.type instanceof So}}const Dr=[],sr={};class Ge{constructor(e,t){this.local=e.length?e:Dr,this.children=t.length?t:Dr}static create(e,t){return t.length?Co(t,e,0,sr):it}find(e,t,r){let i=[];return this.findInner(e??0,t??1e9,i,0,r),i}findInner(e,t,r,i,o){for(let s=0;s<this.local.length;s++){let l=this.local[s];l.from<=t&&l.to>=e&&(!o||o(l.spec))&&r.push(l.copy(l.from+i,l.to+i))}for(let s=0;s<this.children.length;s+=3)if(this.children[s]<t&&this.children[s+1]>e){let l=this.children[s]+1;this.children[s+2].findInner(e-l,t-l,r,i+l,o)}}map(e,t,r){return this==it||e.maps.length==0?this:this.mapInner(e,t,0,0,r||sr)}mapInner(e,t,r,i,o){let s;for(let l=0;l<this.local.length;l++){let a=this.local[l].map(e,r,i);a&&a.type.valid(t,a)?(s||(s=[])).push(a):o.onRemove&&o.onRemove(this.local[l].spec)}return this.children.length?uv(this.children,s||[],e,t,r,i,o):s?new Ge(s.sort(ar),Dr):it}add(e,t){return t.length?this==it?Ge.create(e,t):this.addInner(e,t,0):this}addInner(e,t,r){let i,o=0;e.forEach((l,a)=>{let c=a+r,u;if(u=Xd(t,l,c)){for(i||(i=this.children.slice());o<i.length&&i[o]<a;)o+=3;i[o]==a?i[o+2]=i[o+2].addInner(l,u,c+1):i.splice(o,0,a,a+l.nodeSize,Co(u,l,c+1,sr)),o+=3}});let s=Jd(o?Qd(t):t,-r);for(let l=0;l<s.length;l++)s[l].type.valid(e,s[l])||s.splice(l--,1);return new Ge(s.length?this.local.concat(s).sort(ar):this.local,i||this.children)}remove(e){return e.length==0||this==it?this:this.removeInner(e,0)}removeInner(e,t){let r=this.children,i=this.local;for(let o=0;o<r.length;o+=3){let s,l=r[o]+t,a=r[o+1]+t;for(let u=0,d;u<e.length;u++)(d=e[u])&&d.from>l&&d.to<a&&(e[u]=null,(s||(s=[])).push(d));if(!s)continue;r==this.children&&(r=this.children.slice());let c=r[o+2].removeInner(s,l+1);c!=it?r[o+2]=c:(r.splice(o,3),o-=3)}if(i.length){for(let o=0,s;o<e.length;o++)if(s=e[o])for(let l=0;l<i.length;l++)i[l].eq(s,t)&&(i==this.local&&(i=this.local.slice()),i.splice(l--,1))}return r==this.children&&i==this.local?this:i.length||r.length?new Ge(i,r):it}forChild(e,t){if(this==it)return this;if(t.isLeaf)return Ge.empty;let r,i;for(let l=0;l<this.children.length;l+=3)if(this.children[l]>=e){this.children[l]==e&&(r=this.children[l+2]);break}let o=e+1,s=o+t.content.size;for(let l=0;l<this.local.length;l++){let a=this.local[l];if(a.from<s&&a.to>o&&a.type instanceof In){let c=Math.max(o,a.from)-o,u=Math.min(s,a.to)-o;c<u&&(i||(i=[])).push(a.copy(c,u))}}if(i){let l=new Ge(i.sort(ar),Dr);return r?new Dn([l,r]):l}return r||it}eq(e){if(this==e)return!0;if(!(e instanceof Ge)||this.local.length!=e.local.length||this.children.length!=e.children.length)return!1;for(let t=0;t<this.local.length;t++)if(!this.local[t].eq(e.local[t]))return!1;for(let t=0;t<this.children.length;t+=3)if(this.children[t]!=e.children[t]||this.children[t+1]!=e.children[t+1]||!this.children[t+2].eq(e.children[t+2]))return!1;return!0}locals(e){return Ua(this.localsInner(e))}localsInner(e){if(this==it)return Dr;if(e.inlineContent||!this.local.some(In.is))return this.local;let t=[];for(let r=0;r<this.local.length;r++)this.local[r].type instanceof In||t.push(this.local[r]);return t}}Ge.empty=new Ge([],[]),Ge.removeOverlap=Ua;const it=Ge.empty;class Dn{constructor(e){this.members=e}map(e,t){const r=this.members.map(i=>i.map(e,t,sr));return Dn.from(r)}forChild(e,t){if(t.isLeaf)return Ge.empty;let r=[];for(let i=0;i<this.members.length;i++){let o=this.members[i].forChild(e,t);o!=it&&(o instanceof Dn?r=r.concat(o.members):r.push(o))}return Dn.from(r)}eq(e){if(!(e instanceof Dn)||e.members.length!=this.members.length)return!1;for(let t=0;t<this.members.length;t++)if(!this.members[t].eq(e.members[t]))return!1;return!0}locals(e){let t,r=!0;for(let i=0;i<this.members.length;i++){let o=this.members[i].localsInner(e);if(o.length)if(!t)t=o;else{r&&(t=t.slice(),r=!1);for(let s=0;s<o.length;s++)t.push(o[s])}}return t?Ua(r?t:t.sort(ar)):Dr}static from(e){switch(e.length){case 0:return it;case 1:return e[0];default:return new Dn(e.every(t=>t instanceof Ge)?e:e.reduce((t,r)=>t.concat(r instanceof Ge?r:r.members),[]))}}}function uv(n,e,t,r,i,o,s){let l=n.slice();for(let c=0,u=o;c<t.maps.length;c++){let d=0;t.maps[c].forEach((f,m,p,g)=>{let y=g-p-(m-f);for(let S=0;S<l.length;S+=3){let C=l[S+1];if(C<0||f>C+u-d)continue;let A=l[S]+u-d;m>=A?l[S+1]=f<=A?-2:-1:p>=i&&y&&(l[S]+=y,l[S+1]+=y)}d+=y}),u=t.maps[c].map(u,-1)}let a=!1;for(let c=0;c<l.length;c+=3)if(l[c+1]<0){if(l[c+1]==-2){a=!0,l[c+1]=-1;continue}let u=t.map(n[c]+o),d=u-i;if(d<0||d>=r.content.size){a=!0;continue}let f=t.map(n[c+1]+o,-1),m=f-i,{index:p,offset:g}=r.content.findIndex(d),y=r.maybeChild(p);if(y&&g==d&&g+y.nodeSize==m){let S=l[c+2].mapInner(t,y,u+1,n[c]+o+1,s);S!=it?(l[c]=d,l[c+1]=m,l[c+2]=S):(l[c+1]=-2,a=!0)}else a=!0}if(a){let c=dv(l,n,e,t,i,o,s),u=Co(c,r,0,s);e=u.local;for(let d=0;d<l.length;d+=3)l[d+1]<0&&(l.splice(d,3),d-=3);for(let d=0,f=0;d<u.children.length;d+=3){let m=u.children[d];for(;f<l.length&&l[f]<m;)f+=3;l.splice(f,0,u.children[d],u.children[d+1],u.children[d+2])}}return new Ge(e.sort(ar),l)}function Jd(n,e){if(!e||!n.length)return n;let t=[];for(let r=0;r<n.length;r++){let i=n[r];t.push(new It(i.from+e,i.to+e,i.type))}return t}function dv(n,e,t,r,i,o,s){function l(a,c){for(let u=0;u<a.local.length;u++){let d=a.local[u].map(r,i,c);d?t.push(d):s.onRemove&&s.onRemove(a.local[u].spec)}for(let u=0;u<a.children.length;u+=3)l(a.children[u+2],a.children[u]+c+1)}for(let a=0;a<n.length;a+=3)n[a+1]==-1&&l(n[a+2],e[a]+o+1);return t}function Xd(n,e,t){if(e.isLeaf)return null;let r=t+e.nodeSize,i=null;for(let o=0,s;o<n.length;o++)(s=n[o])&&s.from>t&&s.to<r&&((i||(i=[])).push(s),n[o]=null);return i}function Qd(n){let e=[];for(let t=0;t<n.length;t++)n[t]!=null&&e.push(n[t]);return e}function Co(n,e,t,r){let i=[],o=!1;e.forEach((l,a)=>{let c=Xd(n,l,a+t);if(c){o=!0;let u=Co(c,l,t+a+1,r);u!=it&&i.push(a,a+l.nodeSize,u)}});let s=Jd(o?Qd(n):n,-t).sort(ar);for(let l=0;l<s.length;l++)s[l].type.valid(e,s[l])||(r.onRemove&&r.onRemove(s[l].spec),s.splice(l--,1));return s.length||i.length?new Ge(s,i):it}function ar(n,e){return n.from-e.from||n.to-e.to}function Ua(n){let e=n;for(let t=0;t<e.length-1;t++){let r=e[t];if(r.from!=r.to)for(let i=t+1;i<e.length;i++){let o=e[i];if(o.from==r.from){o.to!=r.to&&(e==n&&(e=n.slice()),e[i]=o.copy(o.from,r.to),Zd(e,i+1,o.copy(r.to,o.to)));continue}else{o.from<r.to&&(e==n&&(e=n.slice()),e[t]=r.copy(r.from,o.from),Zd(e,i,r.copy(o.from,r.to)));break}}}return e}function Zd(n,e,t){for(;e<n.length&&ar(t,n[e])>0;)e++;n.splice(e,0,t)}function ja(n){let e=[];return n.someProp("decorations",t=>{let r=t(n.state);r&&r!=it&&e.push(r)}),n.cursorWrapper&&e.push(Ge.create(n.state.doc,[n.cursorWrapper.deco])),Dn.from(e)}const fv={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},hv=yt&&xn<=11;class pv{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}}class mv{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new pv,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let i=0;i<r.length;i++)this.queue.push(r[i]);yt&&xn<=11&&r.some(i=>i.type=="childList"&&i.removedNodes.length||i.type=="characterData"&&i.oldValue.length>i.target.nodeValue.length)?this.flushSoon():this.flush()}),hv&&(this.onCharData=r=>{this.queue.push({target:r.target,type:"characterData",oldValue:r.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,fv)),this.onCharData&&this.view.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let t=0;t<e.length;t++)this.queue.push(e[t]);window.setTimeout(()=>this.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener("DOMCharacterDataModified",this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener("selectionchange",this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener("selectionchange",this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(wd(this.view)){if(this.suppressingSelectionUpdates)return fn(this.view);if(yt&&xn<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&tr(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,r;for(let o=e.focusNode;o;o=gi(o))t.add(o);for(let o=e.anchorNode;o;o=gi(o))if(t.has(o)){r=o;break}let i=r&&this.view.docView.nearestDesc(r);if(i&&i.ignoreMutation({type:"selection",target:r.nodeType==3?r.parentNode:r}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let r=e.domSelectionRange(),i=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(r)&&wd(e)&&!this.ignoreSelectionChange(r),o=-1,s=-1,l=!1,a=[];if(e.editable)for(let u=0;u<t.length;u++){let d=this.registerMutation(t[u],a);d&&(o=o<0?d.from:Math.min(d.from,o),s=s<0?d.to:Math.max(d.to,s),d.typeOver&&(l=!0))}if(jt&&a.length>1){let u=a.filter(d=>d.nodeName=="BR");if(u.length==2){let d=u[0],f=u[1];d.parentNode&&d.parentNode.parentNode==f.parentNode?f.remove():d.remove()}}let c=null;o<0&&i&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)<Date.now()-300&&go(r)&&(c=Da(e))&&c.eq(Le.near(e.state.doc.resolve(0),1))?(e.input.lastFocus=0,fn(e),this.currentSelection.set(r),e.scrollToSelection()):(o>-1||i)&&(o>-1&&(e.docView.markDirty(o,s),gv(e)),this.handleDOMChange(o,s,l,a),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||fn(e),this.currentSelection.set(r))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let r=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(r==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!r||r.ignoreMutation(e))return null;if(e.type=="childList"){for(let u=0;u<e.addedNodes.length;u++)t.push(e.addedNodes[u]);if(r.contentDOM&&r.contentDOM!=r.dom&&!r.contentDOM.contains(e.target))return{from:r.posBefore,to:r.posAfter};let i=e.previousSibling,o=e.nextSibling;if(yt&&xn<=11&&e.addedNodes.length)for(let u=0;u<e.addedNodes.length;u++){let{previousSibling:d,nextSibling:f}=e.addedNodes[u];(!d||Array.prototype.indexOf.call(e.addedNodes,d)<0)&&(i=d),(!f||Array.prototype.indexOf.call(e.addedNodes,f)<0)&&(o=f)}let s=i&&i.parentNode==e.target?at(i)+1:0,l=r.localPosFromDOM(e.target,s,-1),a=o&&o.parentNode==e.target?at(o):e.target.childNodes.length,c=r.localPosFromDOM(e.target,a,1);return{from:l,to:c}}else return e.type=="attributes"?{from:r.posAtStart-r.border,to:r.posAtEnd+r.border}:{from:r.posAtStart,to:r.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}}}let qd=new WeakMap,ef=!1;function gv(n){if(!qd.has(n)&&(qd.set(n,null),["normal","nowrap","pre-line"].indexOf(getComputedStyle(n.dom).whiteSpace)!==-1)){if(n.requiresGeckoHackNode=jt,ef)return;console.warn("ProseMirror expects the CSS white-space property to be set, preferably to 'pre-wrap'. It is recommended to load style/prosemirror.css from the prosemirror-view package."),ef=!0}}function yv(n){let e;function t(a){a.preventDefault(),a.stopImmediatePropagation(),e=a.getTargetRanges()[0]}n.dom.addEventListener("beforeinput",t,!0),document.execCommand("indent"),n.dom.removeEventListener("beforeinput",t,!0);let r=e.startContainer,i=e.startOffset,o=e.endContainer,s=e.endOffset,l=n.domAtPos(n.state.selection.anchor);return tr(l.node,l.offset,o,s)&&([r,i,o,s]=[o,s,r,i]),{anchorNode:r,anchorOffset:i,focusNode:o,focusOffset:s}}function vv(n,e,t){let{node:r,fromOffset:i,toOffset:o,from:s,to:l}=n.docView.parseRange(e,t),a=n.domSelectionRange(),c,u=a.anchorNode;if(u&&n.dom.contains(u.nodeType==1?u:u.parentNode)&&(c=[{node:u,offset:a.anchorOffset}],go(a)||c.push({node:a.focusNode,offset:a.focusOffset})),rt&&n.input.lastKeyCode===8)for(let y=o;y>i;y--){let S=r.childNodes[y-1],C=S.pmViewDesc;if(S.nodeName=="BR"&&!C){o=y;break}if(!C||C.size)break}let d=n.state.doc,f=n.someProp("domParser")||Er.fromSchema(n.state.schema),m=d.resolve(s),p=null,g=f.parse(r,{topNode:m.parent,topMatch:m.parent.contentMatchAt(m.index()),topOpen:!0,from:i,to:o,preserveWhitespace:m.parent.type.whitespace=="pre"?"full":!0,findPositions:c,ruleFromNode:bv,context:m});if(c&&c[0].pos!=null){let y=c[0].pos,S=c[1]&&c[1].pos;S==null&&(S=y),p={anchor:y+s,head:S+s}}return{doc:g,sel:p,from:s,to:l}}function bv(n){let e=n.pmViewDesc;if(e)return e.parseRule();if(n.nodeName=="BR"&&n.parentNode){if(lt&&/^(ul|ol)$/i.test(n.parentNode.nodeName)){let t=document.createElement("div");return t.appendChild(document.createElement("li")),{skip:t}}else if(n.parentNode.lastChild==n||lt&&/^(tr|table)$/i.test(n.parentNode.nodeName))return{ignore:!0}}else if(n.nodeName=="IMG"&&n.getAttribute("mark-placeholder"))return{ignore:!0};return null}const Ev=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function Sv(n,e,t,r,i){let o=n.input.compositionPendingChanges||(n.composing?n.input.compositionID:0);if(n.input.compositionPendingChanges=0,e<0){let V=n.input.lastSelectionTime>Date.now()-50?n.input.lastSelectionOrigin:null,F=Da(n,V);if(F&&!n.state.selection.eq(F)){if(rt&&Wt&&n.input.lastKeyCode===13&&Date.now()-100<n.input.lastKeyCodeTime&&n.someProp("handleKeyDown",_=>_(n,nr(13,"Enter"))))return;let P=n.state.tr.setSelection(F);V=="pointer"?P.setMeta("pointer",!0):V=="key"&&P.scrollIntoView(),o&&P.setMeta("composition",o),n.dispatch(P)}return}let s=n.state.doc.resolve(e),l=s.sharedDepth(t);e=s.before(l+1),t=n.state.doc.resolve(t).after(l+1);let a=n.state.selection,c=vv(n,e,t),u=n.state.doc,d=u.slice(c.from,c.to),f,m;n.input.lastKeyCode===8&&Date.now()-100<n.input.lastKeyCodeTime?(f=n.state.selection.to,m="end"):(f=n.state.selection.from,m="start"),n.input.lastKeyCode=null;let p=Av(d.content,c.doc.content,c.from,f,m);if((Or&&n.input.lastIOSEnter>Date.now()-225||Wt)&&i.some(V=>V.nodeType==1&&!Ev.test(V.nodeName))&&(!p||p.endA>=p.endB)&&n.someProp("handleKeyDown",V=>V(n,nr(13,"Enter")))){n.input.lastIOSEnter=0;return}if(!p)if(r&&a instanceof _e&&!a.empty&&a.$head.sameParent(a.$anchor)&&!n.composing&&!(c.sel&&c.sel.anchor!=c.sel.head))p={start:a.from,endA:a.to,endB:a.to};else{if(c.sel){let V=tf(n,n.state.doc,c.sel);if(V&&!V.eq(n.state.selection)){let F=n.state.tr.setSelection(V);o&&F.setMeta("composition",o),n.dispatch(F)}}return}if(rt&&n.cursorWrapper&&c.sel&&c.sel.anchor==n.cursorWrapper.deco.from&&c.sel.head==c.sel.anchor){let V=p.endB-p.start;c.sel={anchor:c.sel.anchor+V,head:c.sel.anchor+V}}n.input.domChangeCount++,n.state.selection.from<n.state.selection.to&&p.start==p.endB&&n.state.selection instanceof _e&&(p.start>n.state.selection.from&&p.start<=n.state.selection.from+2&&n.state.selection.from>=c.from?p.start=n.state.selection.from:p.endA<n.state.selection.to&&p.endA>=n.state.selection.to-2&&n.state.selection.to<=c.to&&(p.endB+=n.state.selection.to-p.endA,p.endA=n.state.selection.to)),yt&&xn<=11&&p.endB==p.start+1&&p.endA==p.start&&p.start>c.from&&c.doc.textBetween(p.start-c.from-1,p.start-c.from+1)==" "&&(p.start--,p.endA--,p.endB--);let g=c.doc.resolveNoCache(p.start-c.from),y=c.doc.resolveNoCache(p.endB-c.from),S=u.resolve(p.start),C=g.sameParent(y)&&g.parent.inlineContent&&S.end()>=p.endA,A;if((Or&&n.input.lastIOSEnter>Date.now()-225&&(!C||i.some(V=>V.nodeName=="DIV"||V.nodeName=="P"))||!C&&g.pos<c.doc.content.size&&!g.sameParent(y)&&(A=Le.findFrom(c.doc.resolve(g.pos+1),1,!0))&&A.head==y.pos)&&n.someProp("handleKeyDown",V=>V(n,nr(13,"Enter")))){n.input.lastIOSEnter=0;return}if(n.state.selection.anchor>p.start&&Tv(u,p.start,p.endA,g,y)&&n.someProp("handleKeyDown",V=>V(n,nr(8,"Backspace")))){Wt&&rt&&n.domObserver.suppressSelectionUpdates();return}rt&&Wt&&p.endB==p.start&&(n.input.lastAndroidDelete=Date.now()),Wt&&!C&&g.start()!=y.start()&&y.parentOffset==0&&g.depth==y.depth&&c.sel&&c.sel.anchor==c.sel.head&&c.sel.head==p.endA&&(p.endB-=2,y=c.doc.resolveNoCache(p.endB-c.from),setTimeout(()=>{n.someProp("handleKeyDown",function(V){return V(n,nr(13,"Enter"))})},20));let b=p.start,D=p.endA,w,B,$;if(C){if(g.pos==y.pos)yt&&xn<=11&&g.parentOffset==0&&(n.domObserver.suppressSelectionUpdates(),setTimeout(()=>fn(n),20)),w=n.state.tr.delete(b,D),B=u.resolve(p.start).marksAcross(u.resolve(p.endA));else if(p.endA==p.endB&&($=Cv(g.parent.content.cut(g.parentOffset,y.parentOffset),S.parent.content.cut(S.parentOffset,p.endA-S.start()))))w=n.state.tr,$.type=="add"?w.addMark(b,D,$.mark):w.removeMark(b,D,$.mark);else if(g.parent.child(g.index()).isText&&g.index()==y.index()-(y.textOffset?0:1)){let V=g.parent.textBetween(g.parentOffset,y.parentOffset);if(n.someProp("handleTextInput",F=>F(n,b,D,V)))return;w=n.state.tr.insertText(V,b,D)}}if(w||(w=n.state.tr.replace(b,D,c.doc.slice(p.start-c.from,p.endB-c.from))),c.sel){let V=tf(n,w.doc,c.sel);V&&!(rt&&Wt&&n.composing&&V.empty&&(p.start!=p.endB||n.input.lastAndroidDelete<Date.now()-100)&&(V.head==b||V.head==w.mapping.map(D)-1)||yt&&V.empty&&V.head==b)&&w.setSelection(V)}B&&w.ensureMarks(B),o&&w.setMeta("composition",o),n.dispatch(w.scrollIntoView())}function tf(n,e,t){return Math.max(t.anchor,t.head)>e.content.size?null:La(n,e.resolve(t.anchor),e.resolve(t.head))}function Cv(n,e){let t=n.firstChild.marks,r=e.firstChild.marks,i=t,o=r,s,l,a;for(let u=0;u<r.length;u++)i=r[u].removeFromSet(i);for(let u=0;u<t.length;u++)o=t[u].removeFromSet(o);if(i.length==1&&o.length==0)l=i[0],s="add",a=u=>u.mark(l.addToSet(u.marks));else if(i.length==0&&o.length==1)l=o[0],s="remove",a=u=>u.mark(l.removeFromSet(u.marks));else return null;let c=[];for(let u=0;u<e.childCount;u++)c.push(a(e.child(u)));if(oe.from(c).eq(n))return{mark:l,type:s}}function Tv(n,e,t,r,i){if(!r.parent.isTextblock||t-e<=i.pos-r.pos||Wa(r,!0,!1)<i.pos)return!1;let o=n.resolve(e);if(o.parentOffset<o.parent.content.size||!o.parent.isTextblock)return!1;let s=n.resolve(Wa(o,!0,!0));return!s.parent.isTextblock||s.pos>t||Wa(s,!0,!1)<t?!1:r.parent.content.cut(r.parentOffset).eq(s.parent.content)}function Wa(n,e,t){let r=n.depth,i=e?n.end():n.pos;for(;r>0&&(e||n.indexAfter(r)==n.node(r).childCount);)r--,i++,e=!1;if(t){let o=n.node(r).maybeChild(n.indexAfter(r));for(;o&&!o.isLeaf;)o=o.firstChild,i++}return i}function Av(n,e,t,r,i){let o=n.findDiffStart(e,t);if(o==null)return null;let{a:s,b:l}=n.findDiffEnd(e,t+n.size,t+e.size);if(i=="end"){let a=Math.max(0,o-Math.min(s,l));r-=s+a-o}if(s<o&&n.size<e.size){let a=r<=o&&r>=s?o-r:0;o-=a,o&&o<e.size&&nf(e.textBetween(o-1,o+1))&&(o+=a?1:-1),l=o+(l-s),s=o}else if(l<o){let a=r<=o&&r>=l?o-r:0;o-=a,o&&o<n.size&&nf(n.textBetween(o-1,o+1))&&(o+=a?1:-1),s=o+(s-l),l=o}return{start:o,endA:s,endB:l}}function nf(n){if(n.length!=2)return!1;let e=n.charCodeAt(0),t=n.charCodeAt(1);return e>=56320&&e<=57343&&t>=55296&&t<=56319}class wv{constructor(e,t){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new Ky,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(lf),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement("div"),e&&(e.appendChild?e.appendChild(this.dom):typeof e=="function"?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=sf(this),of(this),this.nodeViews=af(this),this.docView=hd(this.state.doc,rf(this),ja(this),this.dom,this),this.domObserver=new mv(this,(r,i,o,s)=>Sv(this,r,i,o,s)),this.domObserver.start(),Gy(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Fa(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(lf),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let r in this._props)t[r]=this._props[r];t.state=this.state;for(let r in e)t[r]=e[r];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){var r;let i=this.state,o=!1,s=!1;e.storedMarks&&this.composing&&(Wd(this),s=!0),this.state=e;let l=i.plugins!=e.plugins||this._props.plugins!=t.plugins;if(l||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let m=af(this);kv(m,this.nodeViews)&&(this.nodeViews=m,o=!0)}(l||t.handleDOMEvents!=this._props.handleDOMEvents)&&Fa(this),this.editable=sf(this),of(this);let a=ja(this),c=rf(this),u=i.plugins!=e.plugins&&!i.doc.eq(e.doc)?"reset":e.scrollToSelection>i.scrollToSelection?"to selection":"preserve",d=o||!this.docView.matchesNode(e.doc,c,a);(d||!e.selection.eq(i.selection))&&(s=!0);let f=u=="preserve"&&s&&this.dom.style.overflowAnchor==null&&ay(this);if(s){this.domObserver.stop();let m=d&&(yt||rt)&&!this.composing&&!i.selection.empty&&!e.selection.empty&&xv(i.selection,e.selection);if(d){let p=rt?this.trackWrites=this.domSelectionRange().focusNode:null;(o||!this.docView.update(e.doc,c,a,this))&&(this.docView.updateOuterDeco([]),this.docView.destroy(),this.docView=hd(e.doc,c,a,this.dom,this)),p&&!this.trackWrites&&(m=!0)}m||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&Dy(this))?fn(this,m):(Td(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(i),!((r=this.dragging)===null||r===void 0)&&r.node&&!i.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,i),u=="reset"?this.dom.scrollTop=0:u=="to selection"?this.scrollToSelection():f&&ly(f)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!this.someProp("handleScrollToSelection",t=>t(this)))if(this.state.selection instanceof Te){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&ed(this,t.getBoundingClientRect(),e)}else ed(this,this.coordsAtPos(this.state.selection.head,1),e)}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let t=0;t<this.directPlugins.length;t++){let r=this.directPlugins[t];r.spec.view&&this.pluginViews.push(r.spec.view(this))}for(let t=0;t<this.state.plugins.length;t++){let r=this.state.plugins[t];r.spec.view&&this.pluginViews.push(r.spec.view(this))}}else for(let t=0;t<this.pluginViews.length;t++){let r=this.pluginViews[t];r.update&&r.update(this,e)}}updateDraggedNode(e,t){let r=e.node,i=-1;if(this.state.doc.nodeAt(r.from)==r.node)i=r.from;else{let o=r.from+(this.state.doc.content.size-t.doc.content.size);(o>0&&this.state.doc.nodeAt(o))==r.node&&(i=o)}this.dragging=new Gd(e.slice,e.move,i<0?void 0:Te.create(this.state.doc,i))}someProp(e,t){let r=this._props&&this._props[e],i;if(r!=null&&(i=t?t(r):r))return i;for(let s=0;s<this.directPlugins.length;s++){let l=this.directPlugins[s].props[e];if(l!=null&&(i=t?t(l):l))return i}let o=this.state.plugins;if(o)for(let s=0;s<o.length;s++){let l=o[s].props[e];if(l!=null&&(i=t?t(l):l))return i}}hasFocus(){if(yt){let e=this.root.activeElement;if(e==this.dom)return!0;if(!e||!this.dom.contains(e))return!1;for(;e&&this.dom!=e&&this.dom.contains(e);){if(e.contentEditable=="false")return!1;e=e.parentElement}return!0}return this.root.activeElement==this.dom}focus(){this.domObserver.stop(),this.editable&&cy(this.dom),fn(this),this.domObserver.start()}get root(){let e=this._root;if(e==null){for(let t=this.dom.parentNode;t;t=t.parentNode)if(t.nodeType==9||t.nodeType==11&&t.host)return t.getSelection||(Object.getPrototypeOf(t).getSelection=()=>t.ownerDocument.getSelection()),this._root=t}return e||document}updateRoot(){this._root=null}posAtCoords(e){return py(this,e)}coordsAtPos(e,t=1){return sd(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,r=-1){let i=this.docView.posFromDOM(e,t,r);if(i==null)throw new RangeError("DOM position not inside the editor");return i}endOfTextblock(e,t){return by(this,t||this.state,e)}pasteHTML(e,t){return Ti(this,"",e,!1,t||new ClipboardEvent("paste"))}pasteText(e,t){return Ti(this,e,null,!0,t||new ClipboardEvent("paste"))}destroy(){this.docView&&(Yy(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],ja(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null)}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Xy(this,e)}dispatch(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))}domSelectionRange(){return lt&&this.root.nodeType===11&&ey(this.dom.ownerDocument)==this.dom?yv(this):this.domSelection()}domSelection(){return this.root.getSelection()}}function rf(n){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(n.editable),n.someProp("attributes",t=>{if(typeof t=="function"&&(t=t(n.state)),t)for(let r in t)r=="class"?e.class+=" "+t[r]:r=="style"?e.style=(e.style?e.style+";":"")+t[r]:!e[r]&&r!="contenteditable"&&r!="nodeName"&&(e[r]=String(t[r]))}),e.translate||(e.translate="no"),[It.node(0,n.state.doc.content.size,e)]}function of(n){if(n.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),n.cursorWrapper={dom:e,deco:It.widget(n.state.selection.head,e,{raw:!0,marks:n.markCursor})}}else n.cursorWrapper=null}function sf(n){return!n.someProp("editable",e=>e(n.state)===!1)}function xv(n,e){let t=Math.min(n.$anchor.sharedDepth(n.head),e.$anchor.sharedDepth(e.head));return n.$anchor.start(t)!=e.$anchor.start(t)}function af(n){let e=Object.create(null);function t(r){for(let i in r)Object.prototype.hasOwnProperty.call(e,i)||(e[i]=r[i])}return n.someProp("nodeViews",t),n.someProp("markViews",t),e}function kv(n,e){let t=0,r=0;for(let i in n){if(n[i]!=e[i])return!0;t++}for(let i in e)r++;return t!=r}function lf(n){if(n.spec.state||n.spec.filterTransaction||n.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}for(var Rn={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},To={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},Ov=typeof navigator<"u"&&/Mac/.test(navigator.platform),Mv=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),et=0;et<10;et++)Rn[48+et]=Rn[96+et]=String(et);for(var et=1;et<=24;et++)Rn[et+111]="F"+et;for(var et=65;et<=90;et++)Rn[et]=String.fromCharCode(et+32),To[et]=String.fromCharCode(et);for(var Ka in Rn)To.hasOwnProperty(Ka)||(To[Ka]=Rn[Ka]);function Nv(n){var e=Ov&&n.metaKey&&n.shiftKey&&!n.ctrlKey&&!n.altKey||Mv&&n.shiftKey&&n.key&&n.key.length==1||n.key=="Unidentified",t=!e&&n.key||(n.shiftKey?To:Rn)[n.keyCode]||n.key||"Unidentified";return t=="Esc"&&(t="Escape"),t=="Del"&&(t="Delete"),t=="Left"&&(t="ArrowLeft"),t=="Up"&&(t="ArrowUp"),t=="Right"&&(t="ArrowRight"),t=="Down"&&(t="ArrowDown"),t}const Iv=typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):!1;function Dv(n){let e=n.split(/-(?!$)/),t=e[e.length-1];t=="Space"&&(t=" ");let r,i,o,s;for(let l=0;l<e.length-1;l++){let a=e[l];if(/^(cmd|meta|m)$/i.test(a))s=!0;else if(/^a(lt)?$/i.test(a))r=!0;else if(/^(c|ctrl|control)$/i.test(a))i=!0;else if(/^s(hift)?$/i.test(a))o=!0;else if(/^mod$/i.test(a))Iv?s=!0:i=!0;else throw new Error("Unrecognized modifier name: "+a)}return r&&(t="Alt-"+t),i&&(t="Ctrl-"+t),s&&(t="Meta-"+t),o&&(t="Shift-"+t),t}function Rv(n){let e=Object.create(null);for(let t in n)e[Dv(t)]=n[t];return e}function Ga(n,e,t=!0){return e.altKey&&(n="Alt-"+n),e.ctrlKey&&(n="Ctrl-"+n),e.metaKey&&(n="Meta-"+n),t&&e.shiftKey&&(n="Shift-"+n),n}function Lv(n){return new gt({props:{handleKeyDown:_v(n)}})}function _v(n){let e=Rv(n);return function(t,r){let i=Nv(r),o,s=e[Ga(i,r)];if(s&&s(t.state,t.dispatch,t))return!0;if(i.length==1&&i!=" "){if(r.shiftKey){let l=e[Ga(i,r,!1)];if(l&&l(t.state,t.dispatch,t))return!0}if((r.shiftKey||r.altKey||r.metaKey||i.charCodeAt(0)>127)&&(o=Rn[r.keyCode])&&o!=i){let l=e[Ga(o,r)];if(l&&l(t.state,t.dispatch,t))return!0}}return!1}}const Pv=(n,e)=>n.selection.empty?!1:(e&&e(n.tr.deleteSelection().scrollIntoView()),!0);function Bv(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("backward",n):t.parentOffset>0)?null:t}const Fv=(n,e,t)=>{let r=Bv(n,t);if(!r)return!1;let i=cf(r);if(!i){let s=r.blockRange(),l=s&&Cr(s);return l==null?!1:(e&&e(n.tr.lift(s,l).scrollIntoView()),!0)}let o=i.nodeBefore;if(!o.type.spec.isolating&&ff(n,i,e))return!0;if(r.parent.content.size==0&&(Rr(o,"end")||Te.isSelectable(o))){let s=ga(n.doc,r.before(),r.after(),he.empty);if(s&&s.slice.size<s.to-s.from){if(e){let l=n.tr.step(s);l.setSelection(Rr(o,"end")?Le.findFrom(l.doc.resolve(l.mapping.map(i.pos,-1)),-1):Te.create(l.doc,i.pos-o.nodeSize)),e(l.scrollIntoView())}return!0}}return o.isAtom&&i.depth==r.depth-1?(e&&e(n.tr.delete(i.pos-o.nodeSize,i.pos).scrollIntoView()),!0):!1};function Rr(n,e,t=!1){for(let r=n;r;r=e=="start"?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(t&&r.childCount!=1)return!1}return!1}const $v=(n,e,t)=>{let{$head:r,empty:i}=n.selection,o=r;if(!i)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("backward",n):r.parentOffset>0)return!1;o=cf(r)}let s=o&&o.nodeBefore;return!s||!Te.isSelectable(s)?!1:(e&&e(n.tr.setSelection(Te.create(n.doc,o.pos-s.nodeSize)).scrollIntoView()),!0)};function cf(n){if(!n.parent.type.spec.isolating)for(let e=n.depth-1;e>=0;e--){if(n.index(e)>0)return n.doc.resolve(n.before(e+1));if(n.node(e).type.spec.isolating)break}return null}function Vv(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("forward",n):t.parentOffset<t.parent.content.size)?null:t}const zv=(n,e,t)=>{let r=Vv(n,t);if(!r)return!1;let i=uf(r);if(!i)return!1;let o=i.nodeAfter;if(ff(n,i,e))return!0;if(r.parent.content.size==0&&(Rr(o,"start")||Te.isSelectable(o))){let s=ga(n.doc,r.before(),r.after(),he.empty);if(s&&s.slice.size<s.to-s.from){if(e){let l=n.tr.step(s);l.setSelection(Rr(o,"start")?Le.findFrom(l.doc.resolve(l.mapping.map(i.pos)),1):Te.create(l.doc,l.mapping.map(i.pos))),e(l.scrollIntoView())}return!0}}return o.isAtom&&i.depth==r.depth-1?(e&&e(n.tr.delete(i.pos,i.pos+o.nodeSize).scrollIntoView()),!0):!1},Hv=(n,e,t)=>{let{$head:r,empty:i}=n.selection,o=r;if(!i)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("forward",n):r.parentOffset<r.parent.content.size)return!1;o=uf(r)}let s=o&&o.nodeAfter;return!s||!Te.isSelectable(s)?!1:(e&&e(n.tr.setSelection(Te.create(n.doc,o.pos)).scrollIntoView()),!0)};function uf(n){if(!n.parent.type.spec.isolating)for(let e=n.depth-1;e>=0;e--){let t=n.node(e);if(n.index(e)+1<t.childCount)return n.doc.resolve(n.after(e+1));if(t.type.spec.isolating)break}return null}const Uv=(n,e)=>{let t=n.selection,r=t instanceof Te,i;if(r){if(t.node.isTextblock||!An(n.doc,t.from))return!1;i=t.from}else if(i=ho(n.doc,t.from,-1),i==null)return!1;if(e){let o=n.tr.join(i);r&&o.setSelection(Te.create(o.doc,i-n.doc.resolve(i).nodeBefore.nodeSize)),e(o.scrollIntoView())}return!0},jv=(n,e)=>{let t=n.selection,r;if(t instanceof Te){if(t.node.isTextblock||!An(n.doc,t.to))return!1;r=t.to}else if(r=ho(n.doc,t.to,1),r==null)return!1;return e&&e(n.tr.join(r).scrollIntoView()),!0},Wv=(n,e)=>{let{$from:t,$to:r}=n.selection,i=t.blockRange(r),o=i&&Cr(i);return o==null?!1:(e&&e(n.tr.lift(i,o).scrollIntoView()),!0)},Kv=(n,e)=>{let{$head:t,$anchor:r}=n.selection;return!t.parent.type.spec.code||!t.sameParent(r)?!1:(e&&e(n.tr.insertText(`
|
|
19
|
+
`).scrollIntoView()),!0)};function df(n){for(let e=0;e<n.edgeCount;e++){let{type:t}=n.edge(e);if(t.isTextblock&&!t.hasRequiredAttrs())return t}return null}const Gv=(n,e)=>{let{$head:t,$anchor:r}=n.selection;if(!t.parent.type.spec.code||!t.sameParent(r))return!1;let i=t.node(-1),o=t.indexAfter(-1),s=df(i.contentMatchAt(o));if(!s||!i.canReplaceWith(o,o,s))return!1;if(e){let l=t.after(),a=n.tr.replaceWith(l,l,s.createAndFill());a.setSelection(Le.near(a.doc.resolve(l),1)),e(a.scrollIntoView())}return!0},Yv=(n,e)=>{let t=n.selection,{$from:r,$to:i}=t;if(t instanceof Ht||r.parent.inlineContent||i.parent.inlineContent)return!1;let o=df(i.parent.contentMatchAt(i.indexAfter()));if(!o||!o.isTextblock)return!1;if(e){let s=(!r.parentOffset&&i.index()<i.parent.childCount?r:i).pos,l=n.tr.insert(s,o.createAndFill());l.setSelection(_e.create(l.doc,s+1)),e(l.scrollIntoView())}return!0},Jv=(n,e)=>{let{$cursor:t}=n.selection;if(!t||t.parent.content.size)return!1;if(t.depth>1&&t.after()!=t.end(-1)){let o=t.before();if(Tr(n.doc,o))return e&&e(n.tr.split(o).scrollIntoView()),!0}let r=t.blockRange(),i=r&&Cr(r);return i==null?!1:(e&&e(n.tr.lift(r,i).scrollIntoView()),!0)},Xv=(n,e)=>{let{$from:t,to:r}=n.selection,i,o=t.sharedDepth(r);return o==0?!1:(i=t.before(o),e&&e(n.tr.setSelection(Te.create(n.doc,i))),!0)};function Qv(n,e,t){let r=e.nodeBefore,i=e.nodeAfter,o=e.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&e.parent.canReplace(o-1,o)?(t&&t(n.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(o,o+1)||!(i.isTextblock||An(n.doc,e.pos))?!1:(t&&t(n.tr.clearIncompatible(e.pos,r.type,r.contentMatchAt(r.childCount)).join(e.pos).scrollIntoView()),!0)}function ff(n,e,t){let r=e.nodeBefore,i=e.nodeAfter,o,s;if(r.type.spec.isolating||i.type.spec.isolating)return!1;if(Qv(n,e,t))return!0;let l=e.parent.canReplace(e.index(),e.index()+1);if(l&&(o=(s=r.contentMatchAt(r.childCount)).findWrapping(i.type))&&s.matchType(o[0]||i.type).validEnd){if(t){let d=e.pos+i.nodeSize,f=oe.empty;for(let g=o.length-1;g>=0;g--)f=oe.from(o[g].create(null,f));f=oe.from(r.copy(f));let m=n.tr.step(new Je(e.pos-1,d,e.pos,d,new he(f,1,0),o.length,!0)),p=d+2*o.length;An(m.doc,p)&&m.join(p),t(m.scrollIntoView())}return!0}let a=Le.findFrom(e,1),c=a&&a.$from.blockRange(a.$to),u=c&&Cr(c);if(u!=null&&u>=e.depth)return t&&t(n.tr.lift(c,u).scrollIntoView()),!0;if(l&&Rr(i,"start",!0)&&Rr(r,"end")){let d=r,f=[];for(;f.push(d),!d.isTextblock;)d=d.lastChild;let m=i,p=1;for(;!m.isTextblock;m=m.firstChild)p++;if(d.canReplace(d.childCount,d.childCount,m.content)){if(t){let g=oe.empty;for(let S=f.length-1;S>=0;S--)g=oe.from(f[S].copy(g));let y=n.tr.step(new Je(e.pos-f.length,e.pos+i.nodeSize,e.pos+p,e.pos+i.nodeSize-p,new he(g,f.length,0),0,!0));t(y.scrollIntoView())}return!0}}return!1}function hf(n){return function(e,t){let r=e.selection,i=n<0?r.$from:r.$to,o=i.depth;for(;i.node(o).isInline;){if(!o)return!1;o--}return i.node(o).isTextblock?(t&&t(e.tr.setSelection(_e.create(e.doc,n<0?i.start(o):i.end(o)))),!0):!1}}const Zv=hf(-1),qv=hf(1);function eb(n,e=null){return function(t,r){let{$from:i,$to:o}=t.selection,s=i.blockRange(o),l=s&&ma(s,n,e);return l?(r&&r(t.tr.wrap(s,l).scrollIntoView()),!0):!1}}function pf(n,e=null){return function(t,r){let i=!1;for(let o=0;o<t.selection.ranges.length&&!i;o++){let{$from:{pos:s},$to:{pos:l}}=t.selection.ranges[o];t.doc.nodesBetween(s,l,(a,c)=>{if(i)return!1;if(!(!a.isTextblock||a.hasMarkup(n,e)))if(a.type==n)i=!0;else{let u=t.doc.resolve(c),d=u.index();i=u.parent.canReplaceWith(d,d+1,n)}})}if(!i)return!1;if(r){let o=t.tr;for(let s=0;s<t.selection.ranges.length;s++){let{$from:{pos:l},$to:{pos:a}}=t.selection.ranges[s];o.setBlockType(l,a,n,e)}r(o.scrollIntoView())}return!0}}typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):typeof os<"u"&&os.platform&&os.platform()=="darwin";function tb(n,e=null){return function(t,r){let{$from:i,$to:o}=t.selection,s=i.blockRange(o),l=!1,a=s;if(!s)return!1;if(s.depth>=2&&i.node(s.depth-1).type.compatibleContent(n)&&s.startIndex==0){if(i.index(s.depth-1)==0)return!1;let u=t.doc.resolve(s.start-2);a=new oo(u,u,s.depth),s.endIndex<s.parent.childCount&&(s=new oo(i,t.doc.resolve(o.end(s.depth)),s.depth)),l=!0}let c=ma(a,n,e,s);return c?(r&&r(nb(t.tr,s,c,l,n).scrollIntoView()),!0):!1}}function nb(n,e,t,r,i){let o=oe.empty;for(let u=t.length-1;u>=0;u--)o=oe.from(t[u].type.create(t[u].attrs,o));n.step(new Je(e.start-(r?2:0),e.end,e.start,e.end,new he(o,0,0),t.length,!0));let s=0;for(let u=0;u<t.length;u++)t[u].type==i&&(s=u+1);let l=t.length-s,a=e.start+t.length-(r?2:0),c=e.parent;for(let u=e.startIndex,d=e.endIndex,f=!0;u<d;u++,f=!1)!f&&Tr(n.doc,a,l)&&(n.split(a,l),a+=2*l),a+=c.child(u).nodeSize;return n}function rb(n){return function(e,t){let{$from:r,$to:i}=e.selection,o=r.blockRange(i,s=>s.childCount>0&&s.firstChild.type==n);return o?t?r.node(o.depth-1).type==n?ib(e,t,n,o):ob(e,t,o):!0:!1}}function ib(n,e,t,r){let i=n.tr,o=r.end,s=r.$to.end(r.depth);o<s&&(i.step(new Je(o-1,s,o,s,new he(oe.from(t.create(null,r.parent.copy())),1,0),1,!0)),r=new oo(i.doc.resolve(r.$from.pos),i.doc.resolve(s),r.depth));const l=Cr(r);if(l==null)return!1;i.lift(r,l);let a=i.mapping.map(o,-1)-1;return An(i.doc,a)&&i.join(a),e(i.scrollIntoView()),!0}function ob(n,e,t){let r=n.tr,i=t.parent;for(let m=t.end,p=t.endIndex-1,g=t.startIndex;p>g;p--)m-=i.child(p).nodeSize,r.delete(m-1,m+1);let o=r.doc.resolve(t.start),s=o.nodeAfter;if(r.mapping.map(t.end)!=t.start+o.nodeAfter.nodeSize)return!1;let l=t.startIndex==0,a=t.endIndex==i.childCount,c=o.node(-1),u=o.index(-1);if(!c.canReplace(u+(l?0:1),u+1,s.content.append(a?oe.empty:oe.from(i))))return!1;let d=o.pos,f=d+s.nodeSize;return r.step(new Je(d-(l?1:0),f+(a?1:0),d+1,f-1,new he((l?oe.empty:oe.from(i.copy(oe.empty))).append(a?oe.empty:oe.from(i.copy(oe.empty))),l?0:1,a?0:1),l?0:1)),e(r.scrollIntoView()),!0}function sb(n){return function(e,t){let{$from:r,$to:i}=e.selection,o=r.blockRange(i,c=>c.childCount>0&&c.firstChild.type==n);if(!o)return!1;let s=o.startIndex;if(s==0)return!1;let l=o.parent,a=l.child(s-1);if(a.type!=n)return!1;if(t){let c=a.lastChild&&a.lastChild.type==l.type,u=oe.from(c?n.create():null),d=new he(oe.from(n.create(null,oe.from(l.type.create(null,u)))),c?3:1,0),f=o.start,m=o.end;t(e.tr.step(new Je(f-(c?3:1),m,f,m,d,1,!0)).scrollIntoView())}return!0}}function Ao(n){const{state:e,transaction:t}=n;let{selection:r}=t,{doc:i}=t,{storedMarks:o}=t;return{...e,apply:e.apply.bind(e),applyTransaction:e.applyTransaction.bind(e),filterTransaction:e.filterTransaction,plugins:e.plugins,schema:e.schema,reconfigure:e.reconfigure.bind(e),toJSON:e.toJSON.bind(e),get storedMarks(){return o},get selection(){return r},get doc(){return i},get tr(){return r=t.selection,i=t.doc,o=t.storedMarks,t}}}class wo{constructor(e){this.editor=e.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=e.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:e,editor:t,state:r}=this,{view:i}=t,{tr:o}=r,s=this.buildProps(o);return Object.fromEntries(Object.entries(e).map(([l,a])=>[l,(...u)=>{const d=a(...u)(s);return!o.getMeta("preventDispatch")&&!this.hasCustomState&&i.dispatch(o),d}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(e,t=!0){const{rawCommands:r,editor:i,state:o}=this,{view:s}=i,l=[],a=!!e,c=e||o.tr,u=()=>(!a&&t&&!c.getMeta("preventDispatch")&&!this.hasCustomState&&s.dispatch(c),l.every(f=>f===!0)),d={...Object.fromEntries(Object.entries(r).map(([f,m])=>[f,(...g)=>{const y=this.buildProps(c,t),S=m(...g)(y);return l.push(S),d}])),run:u};return d}createCan(e){const{rawCommands:t,state:r}=this,i=!1,o=e||r.tr,s=this.buildProps(o,i);return{...Object.fromEntries(Object.entries(t).map(([a,c])=>[a,(...u)=>c(...u)({...s,dispatch:void 0})])),chain:()=>this.createChain(o,i)}}buildProps(e,t=!0){const{rawCommands:r,editor:i,state:o}=this,{view:s}=i,l={tr:e,editor:i,view:s,state:Ao({state:o,transaction:e}),dispatch:t?()=>{}:void 0,chain:()=>this.createChain(e,t),can:()=>this.createCan(e),get commands(){return Object.fromEntries(Object.entries(r).map(([a,c])=>[a,(...u)=>c(...u)(l)]))}};return l}}class ab{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){const r=this.callbacks[e];return r&&r.forEach(i=>i.apply(this,t)),this}off(e,t){const r=this.callbacks[e];return r&&(t?this.callbacks[e]=r.filter(i=>i!==t):delete this.callbacks[e]),this}removeAllListeners(){this.callbacks={}}}function pe(n,e,t){return n.config[e]===void 0&&n.parent?pe(n.parent,e,t):typeof n.config[e]=="function"?n.config[e].bind({...t,parent:n.parent?pe(n.parent,e,t):null}):n.config[e]}function xo(n){const e=n.filter(i=>i.type==="extension"),t=n.filter(i=>i.type==="node"),r=n.filter(i=>i.type==="mark");return{baseExtensions:e,nodeExtensions:t,markExtensions:r}}function mf(n){const e=[],{nodeExtensions:t,markExtensions:r}=xo(n),i=[...t,...r],o={default:null,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1};return n.forEach(s=>{const l={name:s.name,options:s.options,storage:s.storage},a=pe(s,"addGlobalAttributes",l);if(!a)return;a().forEach(u=>{u.types.forEach(d=>{Object.entries(u.attributes).forEach(([f,m])=>{e.push({type:d,name:f,attribute:{...o,...m}})})})})}),i.forEach(s=>{const l={name:s.name,options:s.options,storage:s.storage},a=pe(s,"addAttributes",l);if(!a)return;const c=a();Object.entries(c).forEach(([u,d])=>{const f={...o,...d};typeof(f==null?void 0:f.default)=="function"&&(f.default=f.default()),f!=null&&f.isRequired&&(f==null?void 0:f.default)===void 0&&delete f.default,e.push({type:s.name,name:u,attribute:f})})}),e}function Xe(n,e){if(typeof n=="string"){if(!e.nodes[n])throw Error(`There is no node type named '${n}'. Maybe you forgot to add the extension?`);return e.nodes[n]}return n}function dt(...n){return n.filter(e=>!!e).reduce((e,t)=>{const r={...e};return Object.entries(t).forEach(([i,o])=>{if(!r[i]){r[i]=o;return}if(i==="class"){const l=o?o.split(" "):[],a=r[i]?r[i].split(" "):[],c=l.filter(u=>!a.includes(u));r[i]=[...a,...c].join(" ")}else i==="style"?r[i]=[r[i],o].join("; "):r[i]=o}),r},{})}function Ya(n,e){return e.filter(t=>t.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(n.attrs)||{}:{[t.name]:n.attrs[t.name]}).reduce((t,r)=>dt(t,r),{})}function gf(n){return typeof n=="function"}function De(n,e=void 0,...t){return gf(n)?e?n.bind(e)(...t):n(...t):n}function lb(n={}){return Object.keys(n).length===0&&n.constructor===Object}function cb(n){return typeof n!="string"?n:n.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(n):n==="true"?!0:n==="false"?!1:n}function yf(n,e){return n.style?n:{...n,getAttrs:t=>{const r=n.getAttrs?n.getAttrs(t):n.attrs;if(r===!1)return!1;const i=e.reduce((o,s)=>{const l=s.attribute.parseHTML?s.attribute.parseHTML(t):cb(t.getAttribute(s.name));return l==null?o:{...o,[s.name]:l}},{});return{...r,...i}}}}function vf(n){return Object.fromEntries(Object.entries(n).filter(([e,t])=>e==="attrs"&&lb(t)?!1:t!=null))}function ub(n,e){var t;const r=mf(n),{nodeExtensions:i,markExtensions:o}=xo(n),s=(t=i.find(c=>pe(c,"topNode")))===null||t===void 0?void 0:t.name,l=Object.fromEntries(i.map(c=>{const u=r.filter(S=>S.type===c.name),d={name:c.name,options:c.options,storage:c.storage,editor:e},f=n.reduce((S,C)=>{const A=pe(C,"extendNodeSchema",d);return{...S,...A?A(c):{}}},{}),m=vf({...f,content:De(pe(c,"content",d)),marks:De(pe(c,"marks",d)),group:De(pe(c,"group",d)),inline:De(pe(c,"inline",d)),atom:De(pe(c,"atom",d)),selectable:De(pe(c,"selectable",d)),draggable:De(pe(c,"draggable",d)),code:De(pe(c,"code",d)),defining:De(pe(c,"defining",d)),isolating:De(pe(c,"isolating",d)),attrs:Object.fromEntries(u.map(S=>{var C;return[S.name,{default:(C=S==null?void 0:S.attribute)===null||C===void 0?void 0:C.default}]}))}),p=De(pe(c,"parseHTML",d));p&&(m.parseDOM=p.map(S=>yf(S,u)));const g=pe(c,"renderHTML",d);g&&(m.toDOM=S=>g({node:S,HTMLAttributes:Ya(S,u)}));const y=pe(c,"renderText",d);return y&&(m.toText=y),[c.name,m]})),a=Object.fromEntries(o.map(c=>{const u=r.filter(y=>y.type===c.name),d={name:c.name,options:c.options,storage:c.storage,editor:e},f=n.reduce((y,S)=>{const C=pe(S,"extendMarkSchema",d);return{...y,...C?C(c):{}}},{}),m=vf({...f,inclusive:De(pe(c,"inclusive",d)),excludes:De(pe(c,"excludes",d)),group:De(pe(c,"group",d)),spanning:De(pe(c,"spanning",d)),code:De(pe(c,"code",d)),attrs:Object.fromEntries(u.map(y=>{var S;return[y.name,{default:(S=y==null?void 0:y.attribute)===null||S===void 0?void 0:S.default}]}))}),p=De(pe(c,"parseHTML",d));p&&(m.parseDOM=p.map(y=>yf(y,u)));const g=pe(c,"renderHTML",d);return g&&(m.toDOM=y=>g({mark:y,HTMLAttributes:Ya(y,u)})),[c.name,m]}));return new v0({topNode:s,nodes:l,marks:a})}function Ja(n,e){return e.nodes[n]||e.marks[n]||null}function bf(n,e){return Array.isArray(e)?e.some(t=>(typeof t=="string"?t:t.name)===n.name):e}const db=(n,e=500)=>{let t="";const r=n.parentOffset;return n.parent.nodesBetween(Math.max(0,r-e),r,(i,o,s,l)=>{var a,c;const u=((c=(a=i.type.spec).toText)===null||c===void 0?void 0:c.call(a,{node:i,pos:o,parent:s,index:l}))||i.textContent||"%leaf%";t+=u.slice(0,Math.max(0,r-o))}),t};function Xa(n){return Object.prototype.toString.call(n)==="[object RegExp]"}class Ef{constructor(e){this.find=e.find,this.handler=e.handler}}const fb=(n,e)=>{if(Xa(e))return e.exec(n);const t=e(n);if(!t)return null;const r=[t.text];return r.index=t.index,r.input=n,r.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),r.push(t.replaceWith)),r};function Qa(n){var e;const{editor:t,from:r,to:i,text:o,rules:s,plugin:l}=n,{view:a}=t;if(a.composing)return!1;const c=a.state.doc.resolve(r);if(c.parent.type.spec.code||!((e=c.nodeBefore||c.nodeAfter)===null||e===void 0)&&e.marks.find(f=>f.type.spec.code))return!1;let u=!1;const d=db(c)+o;return s.forEach(f=>{if(u)return;const m=fb(d,f.find);if(!m)return;const p=a.state.tr,g=Ao({state:a.state,transaction:p}),y={from:r-(m[0].length-o.length),to:i},{commands:S,chain:C,can:A}=new wo({editor:t,state:g});f.handler({state:g,range:y,match:m,commands:S,chain:C,can:A})===null||!p.steps.length||(p.setMeta(l,{transform:p,from:r,to:i,text:o}),a.dispatch(p),u=!0)}),u}function hb(n){const{editor:e,rules:t}=n,r=new gt({state:{init(){return null},apply(i,o){const s=i.getMeta(r);return s||(i.selectionSet||i.docChanged?null:o)}},props:{handleTextInput(i,o,s,l){return Qa({editor:e,from:o,to:s,text:l,rules:t,plugin:r})},handleDOMEvents:{compositionend:i=>(setTimeout(()=>{const{$cursor:o}=i.state.selection;o&&Qa({editor:e,from:o.pos,to:o.pos,text:"",rules:t,plugin:r})}),!1)},handleKeyDown(i,o){if(o.key!=="Enter")return!1;const{$cursor:s}=i.state.selection;return s?Qa({editor:e,from:s.pos,to:s.pos,text:`
|
|
20
|
+
`,rules:t,plugin:r}):!1}},isInputRules:!0});return r}function pb(n){return typeof n=="number"}class mb{constructor(e){this.find=e.find,this.handler=e.handler}}const gb=(n,e)=>{if(Xa(e))return[...n.matchAll(e)];const t=e(n);return t?t.map(r=>{const i=[r.text];return i.index=r.index,i.input=n,i.data=r.data,r.replaceWith&&(r.text.includes(r.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),i.push(r.replaceWith)),i}):[]};function yb(n){const{editor:e,state:t,from:r,to:i,rule:o,pasteEvent:s,dropEvent:l}=n,{commands:a,chain:c,can:u}=new wo({editor:e,state:t}),d=[];return t.doc.nodesBetween(r,i,(m,p)=>{if(!m.isTextblock||m.type.spec.code)return;const g=Math.max(r,p),y=Math.min(i,p+m.content.size),S=m.textBetween(g-p,y-p,void 0,"");gb(S,o.find).forEach(A=>{if(A.index===void 0)return;const b=g+A.index+1,D=b+A[0].length,w={from:t.tr.mapping.map(b),to:t.tr.mapping.map(D)},B=o.handler({state:t,range:w,match:A,commands:a,chain:c,can:u,pasteEvent:s,dropEvent:l});d.push(B)})}),d.every(m=>m!==null)}function vb(n){const{editor:e,rules:t}=n;let r=null,i=!1,o=!1,s=new ClipboardEvent("paste"),l=new DragEvent("drop");return t.map(c=>new gt({view(u){const d=f=>{var m;r=!((m=u.dom.parentElement)===null||m===void 0)&&m.contains(f.target)?u.dom.parentElement:null};return window.addEventListener("dragstart",d),{destroy(){window.removeEventListener("dragstart",d)}}},props:{handleDOMEvents:{drop:(u,d)=>(o=r===u.dom.parentElement,l=d,!1),paste:(u,d)=>{var f;const m=(f=d.clipboardData)===null||f===void 0?void 0:f.getData("text/html");return s=d,i=!!(m!=null&&m.includes("data-pm-slice")),!1}}},appendTransaction:(u,d,f)=>{const m=u[0],p=m.getMeta("uiEvent")==="paste"&&!i,g=m.getMeta("uiEvent")==="drop"&&!o;if(!p&&!g)return;const y=d.doc.content.findDiffStart(f.doc.content),S=d.doc.content.findDiffEnd(f.doc.content);if(!pb(y)||!S||y===S.b)return;const C=f.tr,A=Ao({state:f,transaction:C});if(!(!yb({editor:e,state:A,from:Math.max(y-1,0),to:S.b-1,rule:c,pasteEvent:s,dropEvent:l})||!C.steps.length))return l=new DragEvent("drop"),s=new ClipboardEvent("paste"),C}}))}function bb(n){const e=n.filter((t,r)=>n.indexOf(t)!==r);return[...new Set(e)]}class Lr{constructor(e,t){this.splittableMarks=[],this.editor=t,this.extensions=Lr.resolve(e),this.schema=ub(this.extensions,t),this.extensions.forEach(r=>{var i;this.editor.extensionStorage[r.name]=r.storage;const o={name:r.name,options:r.options,storage:r.storage,editor:this.editor,type:Ja(r.name,this.schema)};r.type==="mark"&&(!((i=De(pe(r,"keepOnSplit",o)))!==null&&i!==void 0)||i)&&this.splittableMarks.push(r.name);const s=pe(r,"onBeforeCreate",o);s&&this.editor.on("beforeCreate",s);const l=pe(r,"onCreate",o);l&&this.editor.on("create",l);const a=pe(r,"onUpdate",o);a&&this.editor.on("update",a);const c=pe(r,"onSelectionUpdate",o);c&&this.editor.on("selectionUpdate",c);const u=pe(r,"onTransaction",o);u&&this.editor.on("transaction",u);const d=pe(r,"onFocus",o);d&&this.editor.on("focus",d);const f=pe(r,"onBlur",o);f&&this.editor.on("blur",f);const m=pe(r,"onDestroy",o);m&&this.editor.on("destroy",m)})}static resolve(e){const t=Lr.sort(Lr.flatten(e)),r=bb(t.map(i=>i.name));return r.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${r.map(i=>`'${i}'`).join(", ")}]. This can lead to issues.`),t}static flatten(e){return e.map(t=>{const r={name:t.name,options:t.options,storage:t.storage},i=pe(t,"addExtensions",r);return i?[t,...this.flatten(i())]:t}).flat(10)}static sort(e){return e.sort((r,i)=>{const o=pe(r,"priority")||100,s=pe(i,"priority")||100;return o>s?-1:o<s?1:0})}get commands(){return this.extensions.reduce((e,t)=>{const r={name:t.name,options:t.options,storage:t.storage,editor:this.editor,type:Ja(t.name,this.schema)},i=pe(t,"addCommands",r);return i?{...e,...i()}:e},{})}get plugins(){const{editor:e}=this,t=Lr.sort([...this.extensions].reverse()),r=[],i=[],o=t.map(s=>{const l={name:s.name,options:s.options,storage:s.storage,editor:e,type:Ja(s.name,this.schema)},a=[],c=pe(s,"addKeyboardShortcuts",l);let u={};if(s.type==="mark"&&s.config.exitable&&(u.ArrowRight=()=>en.handleExit({editor:e,mark:s})),c){const g=Object.fromEntries(Object.entries(c()).map(([y,S])=>[y,()=>S({editor:e})]));u={...u,...g}}const d=Lv(u);a.push(d);const f=pe(s,"addInputRules",l);bf(s,e.options.enableInputRules)&&f&&r.push(...f());const m=pe(s,"addPasteRules",l);bf(s,e.options.enablePasteRules)&&m&&i.push(...m());const p=pe(s,"addProseMirrorPlugins",l);if(p){const g=p();a.push(...g)}return a}).flat();return[hb({editor:e,rules:r}),...vb({editor:e,rules:i}),...o]}get attributes(){return mf(this.extensions)}get nodeViews(){const{editor:e}=this,{nodeExtensions:t}=xo(this.extensions);return Object.fromEntries(t.filter(r=>!!pe(r,"addNodeView")).map(r=>{const i=this.attributes.filter(a=>a.type===r.name),o={name:r.name,options:r.options,storage:r.storage,editor:e,type:Xe(r.name,this.schema)},s=pe(r,"addNodeView",o);if(!s)return[];const l=(a,c,u,d)=>{const f=Ya(a,i);return s()({editor:e,node:a,getPos:u,decorations:d,HTMLAttributes:f,extension:r})};return[r.name,l]}))}}function Eb(n){return Object.prototype.toString.call(n).slice(8,-1)}function Za(n){return Eb(n)!=="Object"?!1:n.constructor===Object&&Object.getPrototypeOf(n)===Object.prototype}function ko(n,e){const t={...n};return Za(n)&&Za(e)&&Object.keys(e).forEach(r=>{Za(e[r])?r in n?t[r]=ko(n[r],e[r]):Object.assign(t,{[r]:e[r]}):Object.assign(t,{[r]:e[r]})}),t}class Dt{constructor(e={}){this.type="extension",this.name="extension",this.parent=null,this.child=null,this.config={name:this.name,defaultOptions:{}},this.config={...this.config,...e},this.name=this.config.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${this.name}".`),this.options=this.config.defaultOptions,this.config.addOptions&&(this.options=De(pe(this,"addOptions",{name:this.name}))),this.storage=De(pe(this,"addStorage",{name:this.name,options:this.options}))||{}}static create(e={}){return new Dt(e)}configure(e={}){const t=this.extend();return t.options=ko(this.options,e),t.storage=De(pe(t,"addStorage",{name:t.name,options:t.options})),t}extend(e={}){const t=new Dt(e);return t.parent=this,this.child=t,t.name=e.name?e.name:t.parent.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${t.name}".`),t.options=De(pe(t,"addOptions",{name:t.name})),t.storage=De(pe(t,"addStorage",{name:t.name,options:t.options})),t}}function Sf(n,e,t){const{from:r,to:i}=e,{blockSeparator:o=`
|
|
21
|
+
|
|
22
|
+
`,textSerializers:s={}}=t||{};let l="",a=!0;return n.nodesBetween(r,i,(c,u,d,f)=>{var m;const p=s==null?void 0:s[c.type.name];p?(c.isBlock&&!a&&(l+=o,a=!0),d&&(l+=p({node:c,pos:u,parent:d,index:f,range:e}))):c.isText?(l+=(m=c==null?void 0:c.text)===null||m===void 0?void 0:m.slice(Math.max(r,u)-u,i-u),a=!1):c.isBlock&&!a&&(l+=o,a=!0)}),l}function Cf(n){return Object.fromEntries(Object.entries(n.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}const Sb=Dt.create({name:"clipboardTextSerializer",addProseMirrorPlugins(){return[new gt({key:new Ut("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:n}=this,{state:e,schema:t}=n,{doc:r,selection:i}=e,{ranges:o}=i,s=Math.min(...o.map(u=>u.$from.pos)),l=Math.max(...o.map(u=>u.$to.pos)),a=Cf(t);return Sf(r,{from:s,to:l},{textSerializers:a})}}})]}}),Cb=()=>({editor:n,view:e})=>(requestAnimationFrame(()=>{var t;n.isDestroyed||(e.dom.blur(),(t=window==null?void 0:window.getSelection())===null||t===void 0||t.removeAllRanges())}),!0),Tb=(n=!1)=>({commands:e})=>e.setContent("",n),Ab=()=>({state:n,tr:e,dispatch:t})=>{const{selection:r}=e,{ranges:i}=r;return t&&i.forEach(({$from:o,$to:s})=>{n.doc.nodesBetween(o.pos,s.pos,(l,a)=>{if(l.type.isText)return;const{doc:c,mapping:u}=e,d=c.resolve(u.map(a)),f=c.resolve(u.map(a+l.nodeSize)),m=d.blockRange(f);if(!m)return;const p=Cr(m);if(l.type.isTextblock){const{defaultType:g}=d.parent.contentMatchAt(d.index());e.setNodeMarkup(m.start,g)}(p||p===0)&&e.lift(m,p)})}),!0},wb=n=>e=>n(e),xb=()=>({state:n,dispatch:e})=>Yv(n,e),kb=(n,e)=>({editor:t,tr:r})=>{const{state:i}=t,o=i.doc.slice(n.from,n.to);r.deleteRange(n.from,n.to);const s=r.mapping.map(e);return r.insert(s,o.content),r.setSelection(new _e(r.doc.resolve(s-1))),!0},Ob=()=>({tr:n,dispatch:e})=>{const{selection:t}=n,r=t.$anchor.node();if(r.content.size>0)return!1;const i=n.selection.$anchor;for(let o=i.depth;o>0;o-=1)if(i.node(o).type===r.type){if(e){const l=i.before(o),a=i.after(o);n.delete(l,a).scrollIntoView()}return!0}return!1},Mb=n=>({tr:e,state:t,dispatch:r})=>{const i=Xe(n,t.schema),o=e.selection.$anchor;for(let s=o.depth;s>0;s-=1)if(o.node(s).type===i){if(r){const a=o.before(s),c=o.after(s);e.delete(a,c).scrollIntoView()}return!0}return!1},Nb=n=>({tr:e,dispatch:t})=>{const{from:r,to:i}=n;return t&&e.delete(r,i),!0},Ib=()=>({state:n,dispatch:e})=>Pv(n,e),Db=()=>({commands:n})=>n.keyboardShortcut("Enter"),Rb=()=>({state:n,dispatch:e})=>Gv(n,e);function Oo(n,e,t={strict:!0}){const r=Object.keys(e);return r.length?r.every(i=>t.strict?e[i]===n[i]:Xa(e[i])?e[i].test(n[i]):e[i]===n[i]):!0}function qa(n,e,t={}){return n.find(r=>r.type===e&&Oo(r.attrs,t))}function Lb(n,e,t={}){return!!qa(n,e,t)}function el(n,e,t={}){if(!n||!e)return;let r=n.parent.childAfter(n.parentOffset);if(n.parentOffset===r.offset&&r.offset!==0&&(r=n.parent.childBefore(n.parentOffset)),!r.node)return;const i=qa([...r.node.marks],e,t);if(!i)return;let o=r.index,s=n.start()+r.offset,l=o+1,a=s+r.node.nodeSize;for(qa([...r.node.marks],e,t);o>0&&i.isInSet(n.parent.child(o-1).marks);)o-=1,s-=n.parent.child(o).nodeSize;for(;l<n.parent.childCount&&Lb([...n.parent.child(l).marks],e,t);)a+=n.parent.child(l).nodeSize,l+=1;return{from:s,to:a}}function Ln(n,e){if(typeof n=="string"){if(!e.marks[n])throw Error(`There is no mark type named '${n}'. Maybe you forgot to add the extension?`);return e.marks[n]}return n}const _b=(n,e={})=>({tr:t,state:r,dispatch:i})=>{const o=Ln(n,r.schema),{doc:s,selection:l}=t,{$from:a,from:c,to:u}=l;if(i){const d=el(a,o,e);if(d&&d.from<=c&&d.to>=u){const f=_e.create(s,d.from,d.to);t.setSelection(f)}}return!0},Pb=n=>e=>{const t=typeof n=="function"?n(e):n;for(let r=0;r<t.length;r+=1)if(t[r](e))return!0;return!1};function tl(n){return n instanceof _e}function hn(n=0,e=0,t=0){return Math.min(Math.max(n,e),t)}function Tf(n,e=null){if(!e)return null;const t=Le.atStart(n),r=Le.atEnd(n);if(e==="start"||e===!0)return t;if(e==="end")return r;const i=t.from,o=r.to;return e==="all"?_e.create(n,hn(0,i,o),hn(n.content.size,i,o)):_e.create(n,hn(e,i,o),hn(e,i,o))}function nl(){return["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"ontouchend"in document}const Bb=(n=null,e={})=>({editor:t,view:r,tr:i,dispatch:o})=>{e={scrollIntoView:!0,...e};const s=()=>{nl()&&r.dom.focus(),requestAnimationFrame(()=>{t.isDestroyed||(r.focus(),e!=null&&e.scrollIntoView&&t.commands.scrollIntoView())})};if(r.hasFocus()&&n===null||n===!1)return!0;if(o&&n===null&&!tl(t.state.selection))return s(),!0;const l=Tf(i.doc,n)||t.state.selection,a=t.state.selection.eq(l);return o&&(a||i.setSelection(l),a&&i.storedMarks&&i.setStoredMarks(i.storedMarks),s()),!0},Fb=(n,e)=>t=>n.every((r,i)=>e(r,{...t,index:i})),$b=(n,e)=>({tr:t,commands:r})=>r.insertContentAt({from:t.selection.from,to:t.selection.to},n,e);function Af(n){const e=`<body>${n}</body>`;return new window.DOMParser().parseFromString(e,"text/html").body}function Mo(n,e,t){if(t={slice:!0,parseOptions:{},...t},typeof n=="object"&&n!==null)try{return Array.isArray(n)&&n.length>0?oe.fromArray(n.map(r=>e.nodeFromJSON(r))):e.nodeFromJSON(n)}catch(r){return console.warn("[tiptap warn]: Invalid content.","Passed value:",n,"Error:",r),Mo("",e,t)}if(typeof n=="string"){const r=Er.fromSchema(e);return t.slice?r.parseSlice(Af(n),t.parseOptions).content:r.parse(Af(n),t.parseOptions)}return Mo("",e,t)}function Vb(n,e,t){const r=n.steps.length-1;if(r<e)return;const i=n.steps[r];if(!(i instanceof qe||i instanceof Je))return;const o=n.mapping.maps[r];let s=0;o.forEach((l,a,c,u)=>{s===0&&(s=u)}),n.setSelection(Le.near(n.doc.resolve(s),t))}const zb=n=>n.toString().startsWith("<"),Hb=(n,e,t)=>({tr:r,dispatch:i,editor:o})=>{if(i){t={parseOptions:{},updateSelection:!0,...t};const s=Mo(e,o.schema,{parseOptions:{preserveWhitespace:"full",...t.parseOptions}});if(s.toString()==="<>")return!0;let{from:l,to:a}=typeof n=="number"?{from:n,to:n}:{from:n.from,to:n.to},c=!0,u=!0;if((zb(s)?s:[s]).forEach(f=>{f.check(),c=c?f.isText&&f.marks.length===0:!1,u=u?f.isBlock:!1}),l===a&&u){const{parent:f}=r.doc.resolve(l);f.isTextblock&&!f.type.spec.code&&!f.childCount&&(l-=1,a+=1)}c?Array.isArray(e)?r.insertText(e.map(f=>f.text||"").join(""),l,a):typeof e=="object"&&e&&e.text?r.insertText(e.text,l,a):r.insertText(e,l,a):r.replaceWith(l,a,s),t.updateSelection&&Vb(r,r.steps.length-1,-1)}return!0},Ub=()=>({state:n,dispatch:e})=>Uv(n,e),jb=()=>({state:n,dispatch:e})=>jv(n,e),Wb=()=>({state:n,dispatch:e})=>Fv(n,e),Kb=()=>({state:n,dispatch:e})=>zv(n,e),Gb=()=>({tr:n,state:e,dispatch:t})=>{try{const r=ho(e.doc,e.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},Yb=()=>({state:n,dispatch:e,tr:t})=>{try{const r=ho(n.doc,n.selection.$from.pos,1);return r==null?!1:(t.join(r,2),e&&e(t),!0)}catch{return!1}};function wf(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function Jb(n){const e=n.split(/-(?!$)/);let t=e[e.length-1];t==="Space"&&(t=" ");let r,i,o,s;for(let l=0;l<e.length-1;l+=1){const a=e[l];if(/^(cmd|meta|m)$/i.test(a))s=!0;else if(/^a(lt)?$/i.test(a))r=!0;else if(/^(c|ctrl|control)$/i.test(a))i=!0;else if(/^s(hift)?$/i.test(a))o=!0;else if(/^mod$/i.test(a))nl()||wf()?s=!0:i=!0;else throw new Error(`Unrecognized modifier name: ${a}`)}return r&&(t=`Alt-${t}`),i&&(t=`Ctrl-${t}`),s&&(t=`Meta-${t}`),o&&(t=`Shift-${t}`),t}const Xb=n=>({editor:e,view:t,tr:r,dispatch:i})=>{const o=Jb(n).split(/-(?!$)/),s=o.find(c=>!["Alt","Ctrl","Meta","Shift"].includes(c)),l=new KeyboardEvent("keydown",{key:s==="Space"?" ":s,altKey:o.includes("Alt"),ctrlKey:o.includes("Ctrl"),metaKey:o.includes("Meta"),shiftKey:o.includes("Shift"),bubbles:!0,cancelable:!0}),a=e.captureTransaction(()=>{t.someProp("handleKeyDown",c=>c(t,l))});return a==null||a.steps.forEach(c=>{const u=c.map(r.mapping);u&&i&&r.maybeStep(u)}),!0};function wi(n,e,t={}){const{from:r,to:i,empty:o}=n.selection,s=e?Xe(e,n.schema):null,l=[];n.doc.nodesBetween(r,i,(d,f)=>{if(d.isText)return;const m=Math.max(r,f),p=Math.min(i,f+d.nodeSize);l.push({node:d,from:m,to:p})});const a=i-r,c=l.filter(d=>s?s.name===d.node.type.name:!0).filter(d=>Oo(d.node.attrs,t,{strict:!1}));return o?!!c.length:c.reduce((d,f)=>d+f.to-f.from,0)>=a}const Qb=(n,e={})=>({state:t,dispatch:r})=>{const i=Xe(n,t.schema);return wi(t,i,e)?Wv(t,r):!1},Zb=()=>({state:n,dispatch:e})=>Jv(n,e),qb=n=>({state:e,dispatch:t})=>{const r=Xe(n,e.schema);return rb(r)(e,t)},e2=()=>({state:n,dispatch:e})=>Kv(n,e);function No(n,e){return e.nodes[n]?"node":e.marks[n]?"mark":null}function xf(n,e){const t=typeof e=="string"?[e]:e;return Object.keys(n).reduce((r,i)=>(t.includes(i)||(r[i]=n[i]),r),{})}const t2=(n,e)=>({tr:t,state:r,dispatch:i})=>{let o=null,s=null;const l=No(typeof n=="string"?n:n.name,r.schema);return l?(l==="node"&&(o=Xe(n,r.schema)),l==="mark"&&(s=Ln(n,r.schema)),i&&t.selection.ranges.forEach(a=>{r.doc.nodesBetween(a.$from.pos,a.$to.pos,(c,u)=>{o&&o===c.type&&t.setNodeMarkup(u,void 0,xf(c.attrs,e)),s&&c.marks.length&&c.marks.forEach(d=>{s===d.type&&t.addMark(u,u+c.nodeSize,s.create(xf(d.attrs,e)))})})}),!0):!1},n2=()=>({tr:n,dispatch:e})=>(e&&n.scrollIntoView(),!0),r2=()=>({tr:n,commands:e})=>e.setTextSelection({from:0,to:n.doc.content.size}),i2=()=>({state:n,dispatch:e})=>$v(n,e),o2=()=>({state:n,dispatch:e})=>Hv(n,e),s2=()=>({state:n,dispatch:e})=>Xv(n,e),a2=()=>({state:n,dispatch:e})=>qv(n,e),l2=()=>({state:n,dispatch:e})=>Zv(n,e);function kf(n,e,t={}){return Mo(n,e,{slice:!1,parseOptions:t})}const c2=(n,e=!1,t={})=>({tr:r,editor:i,dispatch:o})=>{const{doc:s}=r,l=kf(n,i.schema,t);return o&&r.replaceWith(0,s.content.size,l).setMeta("preventUpdate",!e),!0};function Io(n,e){const t=Ln(e,n.schema),{from:r,to:i,empty:o}=n.selection,s=[];o?(n.storedMarks&&s.push(...n.storedMarks),s.push(...n.selection.$head.marks())):n.doc.nodesBetween(r,i,a=>{s.push(...a.marks)});const l=s.find(a=>a.type.name===t.name);return l?{...l.attrs}:{}}function u2(n,e){const t=new zu(n);return e.forEach(r=>{r.steps.forEach(i=>{t.step(i)})}),t}function d2(n){for(let e=0;e<n.edgeCount;e+=1){const{type:t}=n.edge(e);if(t.isTextblock&&!t.hasRequiredAttrs())return t}return null}function f2(n,e,t){const r=[];return n.nodesBetween(e.from,e.to,(i,o)=>{t(i)&&r.push({node:i,pos:o})}),r}function h2(n,e){for(let t=n.depth;t>0;t-=1){const r=n.node(t);if(e(r))return{pos:t>0?n.before(t):0,start:n.start(t),depth:t,node:r}}}function rl(n){return e=>h2(e.$from,n)}function p2(n,e){const t=Jt.fromSchema(e).serializeFragment(n),i=document.implementation.createHTMLDocument().createElement("div");return i.appendChild(t),i.innerHTML}function m2(n,e){const t={from:0,to:n.content.size};return Sf(n,t,e)}function g2(n,e){const t=Xe(e,n.schema),{from:r,to:i}=n.selection,o=[];n.doc.nodesBetween(r,i,l=>{o.push(l)});const s=o.reverse().find(l=>l.type.name===t.name);return s?{...s.attrs}:{}}function Of(n,e){const t=No(typeof e=="string"?e:e.name,n.schema);return t==="node"?g2(n,e):t==="mark"?Io(n,e):{}}function y2(n,e=JSON.stringify){const t={};return n.filter(r=>{const i=e(r);return Object.prototype.hasOwnProperty.call(t,i)?!1:t[i]=!0})}function v2(n){const e=y2(n);return e.length===1?e:e.filter((t,r)=>!e.filter((o,s)=>s!==r).some(o=>t.oldRange.from>=o.oldRange.from&&t.oldRange.to<=o.oldRange.to&&t.newRange.from>=o.newRange.from&&t.newRange.to<=o.newRange.to))}function b2(n){const{mapping:e,steps:t}=n,r=[];return e.maps.forEach((i,o)=>{const s=[];if(i.ranges.length)i.forEach((l,a)=>{s.push({from:l,to:a})});else{const{from:l,to:a}=t[o];if(l===void 0||a===void 0)return;s.push({from:l,to:a})}s.forEach(({from:l,to:a})=>{const c=e.slice(o).map(l,-1),u=e.slice(o).map(a),d=e.invert().map(c,-1),f=e.invert().map(u);r.push({oldRange:{from:d,to:f},newRange:{from:c,to:u}})})}),v2(r)}function il(n,e,t){const r=[];return n===e?t.resolve(n).marks().forEach(i=>{const o=t.resolve(n-1),s=el(o,i.type);s&&r.push({mark:i,...s})}):t.nodesBetween(n,e,(i,o)=>{r.push(...i.marks.map(s=>({from:o,to:o+i.nodeSize,mark:s})))}),r}function Do(n,e,t){return Object.fromEntries(Object.entries(t).filter(([r])=>{const i=n.find(o=>o.type===e&&o.name===r);return i?i.attribute.keepOnSplit:!1}))}function ol(n,e,t={}){const{empty:r,ranges:i}=n.selection,o=e?Ln(e,n.schema):null;if(r)return!!(n.storedMarks||n.selection.$from.marks()).filter(d=>o?o.name===d.type.name:!0).find(d=>Oo(d.attrs,t,{strict:!1}));let s=0;const l=[];if(i.forEach(({$from:d,$to:f})=>{const m=d.pos,p=f.pos;n.doc.nodesBetween(m,p,(g,y)=>{if(!g.isText&&!g.marks.length)return;const S=Math.max(m,y),C=Math.min(p,y+g.nodeSize),A=C-S;s+=A,l.push(...g.marks.map(b=>({mark:b,from:S,to:C})))})}),s===0)return!1;const a=l.filter(d=>o?o.name===d.mark.type.name:!0).filter(d=>Oo(d.mark.attrs,t,{strict:!1})).reduce((d,f)=>d+f.to-f.from,0),c=l.filter(d=>o?d.mark.type!==o&&d.mark.type.excludes(o):!0).reduce((d,f)=>d+f.to-f.from,0);return(a>0?a+c:a)>=s}function E2(n,e,t={}){if(!e)return wi(n,null,t)||ol(n,null,t);const r=No(e,n.schema);return r==="node"?wi(n,e,t):r==="mark"?ol(n,e,t):!1}function Mf(n,e){const{nodeExtensions:t}=xo(e),r=t.find(s=>s.name===n);if(!r)return!1;const i={name:r.name,options:r.options,storage:r.storage},o=De(pe(r,"group",i));return typeof o!="string"?!1:o.split(" ").includes("list")}function S2(n){var e;const t=(e=n.type.createAndFill())===null||e===void 0?void 0:e.toJSON(),r=n.toJSON();return JSON.stringify(t)===JSON.stringify(r)}function C2(n){return n instanceof Te}function Nf(n,e,t){const i=n.state.doc.content.size,o=hn(e,0,i),s=hn(t,0,i),l=n.coordsAtPos(o),a=n.coordsAtPos(s,-1),c=Math.min(l.top,a.top),u=Math.max(l.bottom,a.bottom),d=Math.min(l.left,a.left),f=Math.max(l.right,a.right),m=f-d,p=u-c,S={top:c,bottom:u,left:d,right:f,width:m,height:p,x:d,y:c};return{...S,toJSON:()=>S}}function T2(n,e,t){var r;const{selection:i}=e;let o=null;if(tl(i)&&(o=i.$cursor),o){const l=(r=n.storedMarks)!==null&&r!==void 0?r:o.marks();return!!t.isInSet(l)||!l.some(a=>a.type.excludes(t))}const{ranges:s}=i;return s.some(({$from:l,$to:a})=>{let c=l.depth===0?n.doc.inlineContent&&n.doc.type.allowsMarkType(t):!1;return n.doc.nodesBetween(l.pos,a.pos,(u,d,f)=>{if(c)return!1;if(u.isInline){const m=!f||f.type.allowsMarkType(t),p=!!t.isInSet(u.marks)||!u.marks.some(g=>g.type.excludes(t));c=m&&p}return!c}),c})}const A2=(n,e={})=>({tr:t,state:r,dispatch:i})=>{const{selection:o}=t,{empty:s,ranges:l}=o,a=Ln(n,r.schema);if(i)if(s){const c=Io(r,a);t.addStoredMark(a.create({...c,...e}))}else l.forEach(c=>{const u=c.$from.pos,d=c.$to.pos;r.doc.nodesBetween(u,d,(f,m)=>{const p=Math.max(m,u),g=Math.min(m+f.nodeSize,d);f.marks.find(S=>S.type===a)?f.marks.forEach(S=>{a===S.type&&t.addMark(p,g,a.create({...S.attrs,...e}))}):t.addMark(p,g,a.create(e))})});return T2(r,t,a)},w2=(n,e)=>({tr:t})=>(t.setMeta(n,e),!0),x2=(n,e={})=>({state:t,dispatch:r,chain:i})=>{const o=Xe(n,t.schema);return o.isTextblock?i().command(({commands:s})=>pf(o,e)(t)?!0:s.clearNodes()).command(({state:s})=>pf(o,e)(s,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},k2=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,i=hn(n,0,r.content.size),o=Te.create(r,i);e.setSelection(o)}return!0},O2=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,{from:i,to:o}=typeof n=="number"?{from:n,to:n}:n,s=_e.atStart(r).from,l=_e.atEnd(r).to,a=hn(i,s,l),c=hn(o,s,l),u=_e.create(r,a,c);e.setSelection(u)}return!0},M2=n=>({state:e,dispatch:t})=>{const r=Xe(n,e.schema);return sb(r)(e,t)};function If(n,e){const t=n.storedMarks||n.selection.$to.parentOffset&&n.selection.$from.marks();if(t){const r=t.filter(i=>e==null?void 0:e.includes(i.type.name));n.tr.ensureMarks(r)}}const N2=({keepMarks:n=!0}={})=>({tr:e,state:t,dispatch:r,editor:i})=>{const{selection:o,doc:s}=e,{$from:l,$to:a}=o,c=i.extensionManager.attributes,u=Do(c,l.node().type.name,l.node().attrs);if(o instanceof Te&&o.node.isBlock)return!l.parentOffset||!Tr(s,l.pos)?!1:(r&&(n&&If(t,i.extensionManager.splittableMarks),e.split(l.pos).scrollIntoView()),!0);if(!l.parent.isBlock)return!1;if(r){const d=a.parentOffset===a.parent.content.size;o instanceof _e&&e.deleteSelection();const f=l.depth===0?void 0:d2(l.node(-1).contentMatchAt(l.indexAfter(-1)));let m=d&&f?[{type:f,attrs:u}]:void 0,p=Tr(e.doc,e.mapping.map(l.pos),1,m);if(!m&&!p&&Tr(e.doc,e.mapping.map(l.pos),1,f?[{type:f}]:void 0)&&(p=!0,m=f?[{type:f,attrs:u}]:void 0),p&&(e.split(e.mapping.map(l.pos),1,m),f&&!d&&!l.parentOffset&&l.parent.type!==f)){const g=e.mapping.map(l.before()),y=e.doc.resolve(g);l.node(-1).canReplaceWith(y.index(),y.index()+1,f)&&e.setNodeMarkup(e.mapping.map(l.before()),f)}n&&If(t,i.extensionManager.splittableMarks),e.scrollIntoView()}return!0},I2=n=>({tr:e,state:t,dispatch:r,editor:i})=>{var o;const s=Xe(n,t.schema),{$from:l,$to:a}=t.selection,c=t.selection.node;if(c&&c.isBlock||l.depth<2||!l.sameParent(a))return!1;const u=l.node(-1);if(u.type!==s)return!1;const d=i.extensionManager.attributes;if(l.parent.content.size===0&&l.node(-1).childCount===l.indexAfter(-1)){if(l.depth===2||l.node(-3).type!==s||l.index(-2)!==l.node(-2).childCount-1)return!1;if(r){let y=oe.empty;const S=l.index(-1)?1:l.index(-2)?2:3;for(let B=l.depth-S;B>=l.depth-3;B-=1)y=oe.from(l.node(B).copy(y));const C=l.indexAfter(-1)<l.node(-2).childCount?1:l.indexAfter(-2)<l.node(-3).childCount?2:3,A=Do(d,l.node().type.name,l.node().attrs),b=((o=s.contentMatch.defaultType)===null||o===void 0?void 0:o.createAndFill(A))||void 0;y=y.append(oe.from(s.createAndFill(null,b)||void 0));const D=l.before(l.depth-(S-1));e.replace(D,l.after(-C),new he(y,4-S,0));let w=-1;e.doc.nodesBetween(D,e.doc.content.size,(B,$)=>{if(w>-1)return!1;B.isTextblock&&B.content.size===0&&(w=$+1)}),w>-1&&e.setSelection(_e.near(e.doc.resolve(w))),e.scrollIntoView()}return!0}const f=a.pos===l.end()?u.contentMatchAt(0).defaultType:null,m=Do(d,u.type.name,u.attrs),p=Do(d,l.node().type.name,l.node().attrs);e.delete(l.pos,a.pos);const g=f?[{type:s,attrs:m},{type:f,attrs:p}]:[{type:s,attrs:m}];if(!Tr(e.doc,l.pos,2))return!1;if(r){const{selection:y,storedMarks:S}=t,{splittableMarks:C}=i.extensionManager,A=S||y.$to.parentOffset&&y.$from.marks();if(e.split(l.pos,2,g).scrollIntoView(),!A||!r)return!0;const b=A.filter(D=>C.includes(D.type.name));e.ensureMarks(b)}return!0},sl=(n,e)=>{const t=rl(s=>s.type===e)(n.selection);if(!t)return!0;const r=n.doc.resolve(Math.max(0,t.pos-1)).before(t.depth);if(r===void 0)return!0;const i=n.doc.nodeAt(r);return t.node.type===(i==null?void 0:i.type)&&An(n.doc,t.pos)&&n.join(t.pos),!0},al=(n,e)=>{const t=rl(s=>s.type===e)(n.selection);if(!t)return!0;const r=n.doc.resolve(t.start).after(t.depth);if(r===void 0)return!0;const i=n.doc.nodeAt(r);return t.node.type===(i==null?void 0:i.type)&&An(n.doc,r)&&n.join(r),!0};var D2=Object.freeze({__proto__:null,blur:Cb,clearContent:Tb,clearNodes:Ab,command:wb,createParagraphNear:xb,cut:kb,deleteCurrentNode:Ob,deleteNode:Mb,deleteRange:Nb,deleteSelection:Ib,enter:Db,exitCode:Rb,extendMarkRange:_b,first:Pb,focus:Bb,forEach:Fb,insertContent:$b,insertContentAt:Hb,joinUp:Ub,joinDown:jb,joinBackward:Wb,joinForward:Kb,joinItemBackward:Gb,joinItemForward:Yb,keyboardShortcut:Xb,lift:Qb,liftEmptyBlock:Zb,liftListItem:qb,newlineInCode:e2,resetAttributes:t2,scrollIntoView:n2,selectAll:r2,selectNodeBackward:i2,selectNodeForward:o2,selectParentNode:s2,selectTextblockEnd:a2,selectTextblockStart:l2,setContent:c2,setMark:A2,setMeta:w2,setNode:x2,setNodeSelection:k2,setTextSelection:O2,sinkListItem:M2,splitBlock:N2,splitListItem:I2,toggleList:(n,e,t,r={})=>({editor:i,tr:o,state:s,dispatch:l,chain:a,commands:c,can:u})=>{const{extensions:d,splittableMarks:f}=i.extensionManager,m=Xe(n,s.schema),p=Xe(e,s.schema),{selection:g,storedMarks:y}=s,{$from:S,$to:C}=g,A=S.blockRange(C),b=y||g.$to.parentOffset&&g.$from.marks();if(!A)return!1;const D=rl(w=>Mf(w.type.name,d))(g);if(A.depth>=1&&D&&A.depth-D.depth<=1){if(D.node.type===m)return c.liftListItem(p);if(Mf(D.node.type.name,d)&&m.validContent(D.node.content)&&l)return a().command(()=>(o.setNodeMarkup(D.pos,m),!0)).command(()=>sl(o,m)).command(()=>al(o,m)).run()}return!t||!b||!l?a().command(()=>u().wrapInList(m,r)?!0:c.clearNodes()).wrapInList(m,r).command(()=>sl(o,m)).command(()=>al(o,m)).run():a().command(()=>{const w=u().wrapInList(m,r),B=b.filter($=>f.includes($.type.name));return o.ensureMarks(B),w?!0:c.clearNodes()}).wrapInList(m,r).command(()=>sl(o,m)).command(()=>al(o,m)).run()},toggleMark:(n,e={},t={})=>({state:r,commands:i})=>{const{extendEmptyMarkRange:o=!1}=t,s=Ln(n,r.schema);return ol(r,s,e)?i.unsetMark(s,{extendEmptyMarkRange:o}):i.setMark(s,e)},toggleNode:(n,e,t={})=>({state:r,commands:i})=>{const o=Xe(n,r.schema),s=Xe(e,r.schema);return wi(r,o,t)?i.setNode(s):i.setNode(o,t)},toggleWrap:(n,e={})=>({state:t,commands:r})=>{const i=Xe(n,t.schema);return wi(t,i,e)?r.lift(i):r.wrapIn(i,e)},undoInputRule:()=>({state:n,dispatch:e})=>{const t=n.plugins;for(let r=0;r<t.length;r+=1){const i=t[r];let o;if(i.spec.isInputRules&&(o=i.getState(n))){if(e){const s=n.tr,l=o.transform;for(let a=l.steps.length-1;a>=0;a-=1)s.step(l.steps[a].invert(l.docs[a]));if(o.text){const a=s.doc.resolve(o.from).marks();s.replaceWith(o.from,o.to,n.schema.text(o.text,a))}else s.delete(o.from,o.to)}return!0}}return!1},unsetAllMarks:()=>({tr:n,dispatch:e})=>{const{selection:t}=n,{empty:r,ranges:i}=t;return r||e&&i.forEach(o=>{n.removeMark(o.$from.pos,o.$to.pos)}),!0},unsetMark:(n,e={})=>({tr:t,state:r,dispatch:i})=>{var o;const{extendEmptyMarkRange:s=!1}=e,{selection:l}=t,a=Ln(n,r.schema),{$from:c,empty:u,ranges:d}=l;if(!i)return!0;if(u&&s){let{from:f,to:m}=l;const p=(o=c.marks().find(y=>y.type===a))===null||o===void 0?void 0:o.attrs,g=el(c,a,p);g&&(f=g.from,m=g.to),t.removeMark(f,m,a)}else d.forEach(f=>{t.removeMark(f.$from.pos,f.$to.pos,a)});return t.removeStoredMark(a),!0},updateAttributes:(n,e={})=>({tr:t,state:r,dispatch:i})=>{let o=null,s=null;const l=No(typeof n=="string"?n:n.name,r.schema);return l?(l==="node"&&(o=Xe(n,r.schema)),l==="mark"&&(s=Ln(n,r.schema)),i&&t.selection.ranges.forEach(a=>{const c=a.$from.pos,u=a.$to.pos;r.doc.nodesBetween(c,u,(d,f)=>{o&&o===d.type&&t.setNodeMarkup(f,void 0,{...d.attrs,...e}),s&&d.marks.length&&d.marks.forEach(m=>{if(s===m.type){const p=Math.max(f,c),g=Math.min(f+d.nodeSize,u);t.addMark(p,g,s.create({...m.attrs,...e}))}})})}),!0):!1},wrapIn:(n,e={})=>({state:t,dispatch:r})=>{const i=Xe(n,t.schema);return eb(i,e)(t,r)},wrapInList:(n,e={})=>({state:t,dispatch:r})=>{const i=Xe(n,t.schema);return tb(i,e)(t,r)}});const R2=Dt.create({name:"commands",addCommands(){return{...D2}}}),L2=Dt.create({name:"editable",addProseMirrorPlugins(){return[new gt({key:new Ut("editable"),props:{editable:()=>this.editor.options.editable}})]}}),_2=Dt.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:n}=this;return[new gt({key:new Ut("focusEvents"),props:{handleDOMEvents:{focus:(e,t)=>{n.isFocused=!0;const r=n.state.tr.setMeta("focus",{event:t}).setMeta("addToHistory",!1);return e.dispatch(r),!1},blur:(e,t)=>{n.isFocused=!1;const r=n.state.tr.setMeta("blur",{event:t}).setMeta("addToHistory",!1);return e.dispatch(r),!1}}}})]}}),P2=Dt.create({name:"keymap",addKeyboardShortcuts(){const n=()=>this.editor.commands.first(({commands:s})=>[()=>s.undoInputRule(),()=>s.command(({tr:l})=>{const{selection:a,doc:c}=l,{empty:u,$anchor:d}=a,{pos:f,parent:m}=d,p=d.parent.isTextblock?l.doc.resolve(f-1):d,g=p.parent.type.spec.isolating,y=d.pos-d.parentOffset,S=g&&p.parent.childCount===1?y===d.pos:Le.atStart(c).from===f;return!u||!S||!m.type.isTextblock||m.textContent.length?!1:s.clearNodes()}),()=>s.deleteSelection(),()=>s.joinBackward(),()=>s.selectNodeBackward()]),e=()=>this.editor.commands.first(({commands:s})=>[()=>s.deleteSelection(),()=>s.deleteCurrentNode(),()=>s.joinForward(),()=>s.selectNodeForward()]),r={Enter:()=>this.editor.commands.first(({commands:s})=>[()=>s.newlineInCode(),()=>s.createParagraphNear(),()=>s.liftEmptyBlock(),()=>s.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:n,"Mod-Backspace":n,"Shift-Backspace":n,Delete:e,"Mod-Delete":e,"Mod-a":()=>this.editor.commands.selectAll()},i={...r},o={...r,"Ctrl-h":n,"Alt-Backspace":n,"Ctrl-d":e,"Ctrl-Alt-Backspace":e,"Alt-Delete":e,"Alt-d":e,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return nl()||wf()?o:i},addProseMirrorPlugins(){return[new gt({key:new Ut("clearDocument"),appendTransaction:(n,e,t)=>{if(!(n.some(p=>p.docChanged)&&!e.doc.eq(t.doc)))return;const{empty:i,from:o,to:s}=e.selection,l=Le.atStart(e.doc).from,a=Le.atEnd(e.doc).to;if(i||!(o===l&&s===a)||!(t.doc.textBetween(0,t.doc.content.size," "," ").length===0))return;const d=t.tr,f=Ao({state:t,transaction:d}),{commands:m}=new wo({editor:this.editor,state:f});if(m.clearNodes(),!!d.steps.length)return d}})]}}),B2=Dt.create({name:"tabindex",addProseMirrorPlugins(){return[new gt({key:new Ut("tabindex"),props:{attributes:this.editor.isEditable?{tabindex:"0"}:{}}})]}});var F2=Object.freeze({__proto__:null,ClipboardTextSerializer:Sb,Commands:R2,Editable:L2,FocusEvents:_2,Keymap:P2,Tabindex:B2});const $2=`.ProseMirror {
|
|
23
23
|
position: relative;
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -93,35 +93,39 @@ img.ProseMirror-separator {
|
|
|
93
93
|
|
|
94
94
|
.tippy-box[data-animation=fade][data-state=hidden] {
|
|
95
95
|
opacity: 0
|
|
96
|
-
}`;function
|
|
96
|
+
}`;function V2(n,e,t){const r=document.querySelector(`style[data-tiptap-style${t?`-${t}`:""}]`);if(r!==null)return r;const i=document.createElement("style");return e&&i.setAttribute("nonce",e),i.setAttribute(`data-tiptap-style${t?`-${t}`:""}`,""),i.innerHTML=n,document.getElementsByTagName("head")[0].appendChild(i),i}let z2=class extends ab{constructor(e={}){super(),this.isFocused=!1,this.extensionStorage={},this.options={element:document.createElement("div"),content:"",injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,editorProps:{},parseOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,onBeforeCreate:()=>null,onCreate:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.setOptions(e),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on("beforeCreate",this.options.onBeforeCreate),this.emit("beforeCreate",{editor:this}),this.createView(),this.injectCSS(),this.on("create",this.options.onCreate),this.on("update",this.options.onUpdate),this.on("selectionUpdate",this.options.onSelectionUpdate),this.on("transaction",this.options.onTransaction),this.on("focus",this.options.onFocus),this.on("blur",this.options.onBlur),this.on("destroy",this.options.onDestroy),window.setTimeout(()=>{this.isDestroyed||(this.commands.focus(this.options.autofocus),this.emit("create",{editor:this}))},0)}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&document&&(this.css=V2($2,this.options.injectNonce))}setOptions(e={}){this.options={...this.options,...e},!(!this.view||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(e,t=!0){this.setOptions({editable:e}),t&&this.emit("update",{editor:this,transaction:this.state.tr})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get state(){return this.view.state}registerPlugin(e,t){const r=gf(t)?t(e,[...this.state.plugins]):[...this.state.plugins,e],i=this.state.reconfigure({plugins:r});this.view.updateState(i)}unregisterPlugin(e){if(this.isDestroyed)return;const t=typeof e=="string"?`${e}$`:e.key,r=this.state.reconfigure({plugins:this.state.plugins.filter(i=>!i.key.startsWith(t))});this.view.updateState(r)}createExtensionManager(){const t=[...this.options.enableCoreExtensions?Object.values(F2):[],...this.options.extensions].filter(r=>["extension","node","mark"].includes(r==null?void 0:r.type));this.extensionManager=new Lr(t,this)}createCommandManager(){this.commandManager=new wo({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createView(){const e=kf(this.options.content,this.schema,this.options.parseOptions),t=Tf(e,this.options.autofocus);this.view=new wv(this.options.element,{...this.options.editorProps,dispatchTransaction:this.dispatchTransaction.bind(this),state:kr.create({doc:e,selection:t||void 0})});const r=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(r),this.createNodeViews(),this.prependClass();const i=this.view.dom;i.editor=this}createNodeViews(){this.view.setProps({nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`tiptap ${this.view.dom.className}`}captureTransaction(e){this.isCapturingTransaction=!0,e(),this.isCapturingTransaction=!1;const t=this.capturedTransaction;return this.capturedTransaction=null,t}dispatchTransaction(e){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=e;return}e.steps.forEach(s=>{var l;return(l=this.capturedTransaction)===null||l===void 0?void 0:l.step(s)});return}const t=this.state.apply(e),r=!this.state.selection.eq(t.selection);this.view.updateState(t),this.emit("transaction",{editor:this,transaction:e}),r&&this.emit("selectionUpdate",{editor:this,transaction:e});const i=e.getMeta("focus"),o=e.getMeta("blur");i&&this.emit("focus",{editor:this,event:i.event,transaction:e}),o&&this.emit("blur",{editor:this,event:o.event,transaction:e}),!(!e.docChanged||e.getMeta("preventUpdate"))&&this.emit("update",{editor:this,transaction:e})}getAttributes(e){return Of(this.state,e)}isActive(e,t){const r=typeof e=="string"?e:null,i=typeof e=="string"?t:e;return E2(this.state,r,i)}getJSON(){return this.state.doc.toJSON()}getHTML(){return p2(this.state.doc.content,this.schema)}getText(e){const{blockSeparator:t=`
|
|
97
97
|
|
|
98
|
-
`,textSerializers:r={}}=e||{};return cy(this.state.doc,{blockSeparator:t,textSerializers:{...Fu(this.schema),...r}})}get isEmpty(){return my(this.state.doc)}getCharacterCount(){return console.warn('[tiptap warn]: "editor.getCharacterCount()" is deprecated. Please use "editor.storage.characterCount.characters()" instead.'),this.state.doc.content.size-2}destroy(){this.emit("destroy"),this.view&&this.view.destroy(),this.removeAllListeners()}get isDestroyed(){var e;return!(!((e=this.view)===null||e===void 0)&&e.docView)}};function Ko(n){return new Pu({find:n.find,handler:({state:e,range:t,match:r})=>{const o=Ie(n.getAttributes,void 0,r);if(o===!1||o===null)return null;const{tr:i}=e,s=r[r.length-1],l=r[0];if(s){const a=l.search(/\S/),c=t.from+l.indexOf(s),u=c+s.length;if(_s(t.from,t.to,e.doc).filter(h=>h.mark.type.excluded.find(g=>g===n.type&&g!==h.mark.type)).filter(h=>h.to>c).length)return null;u<t.to&&i.delete(u,t.to),c>t.from&&i.delete(t.from+a,c);const f=t.from+a+s.length;i.addMark(t.from+a,f,n.type.create(o||{})),i.removeStoredMark(n.type)}}})}function Go(n){return new Pu({find:n.find,handler:({state:e,range:t,match:r,chain:o})=>{const i=Ie(n.getAttributes,void 0,r)||{},s=e.tr.delete(t.from,t.to),a=s.doc.resolve(t.from).blockRange(),c=a&&cs(a,n.type,i);if(!c)return null;if(s.wrap(a,c),n.keepMarks&&n.editor){const{selection:d,storedMarks:f}=e,{splittableMarks:h}=n.editor.extensionManager,p=f||d.$to.parentOffset&&d.$from.marks();if(p){const g=p.filter(y=>h.includes(y.type.name));s.ensureMarks(g)}}if(n.keepAttributes){const d=n.type.name==="bulletList"||n.type.name==="orderedList"?"listItem":"taskList";o().updateAttributes(d,i).run()}const u=s.doc.resolve(t.from-1).nodeBefore;u&&u.type===n.type&&pn(s.doc,t.from-1)&&(!n.joinPredicate||n.joinPredicate(r,u))&&s.join(t.from-1)}})}class Yt{constructor(e={}){this.type="mark",this.name="mark",this.parent=null,this.child=null,this.config={name:this.name,defaultOptions:{}},this.config={...this.config,...e},this.name=this.config.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${this.name}".`),this.options=this.config.defaultOptions,this.config.addOptions&&(this.options=Ie(pe(this,"addOptions",{name:this.name}))),this.storage=Ie(pe(this,"addStorage",{name:this.name,options:this.options}))||{}}static create(e={}){return new Yt(e)}configure(e={}){const t=this.extend();return t.options=zo(this.options,e),t.storage=Ie(pe(t,"addStorage",{name:t.name,options:t.options})),t}extend(e={}){const t=new Yt(e);return t.parent=this,this.child=t,t.name=e.name?e.name:t.parent.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${t.name}".`),t.options=Ie(pe(t,"addOptions",{name:t.name})),t.storage=Ie(pe(t,"addStorage",{name:t.name,options:t.options})),t}static handleExit({editor:e,mark:t}){const{tr:r}=e.state,o=e.state.selection.$from;if(o.pos===o.end()){const s=o.marks();if(!!!s.find(c=>(c==null?void 0:c.type.name)===t.name))return!1;const a=s.find(c=>(c==null?void 0:c.type.name)===t.name);return a&&r.removeStoredMark(a),r.insertText(" ",o.pos),e.view.dispatch(r),!0}return!1}}class At{constructor(e={}){this.type="node",this.name="node",this.parent=null,this.child=null,this.config={name:this.name,defaultOptions:{}},this.config={...this.config,...e},this.name=this.config.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${this.name}".`),this.options=this.config.defaultOptions,this.config.addOptions&&(this.options=Ie(pe(this,"addOptions",{name:this.name}))),this.storage=Ie(pe(this,"addStorage",{name:this.name,options:this.options}))||{}}static create(e={}){return new At(e)}configure(e={}){const t=this.extend();return t.options=zo(this.options,e),t.storage=Ie(pe(t,"addStorage",{name:t.name,options:t.options})),t}extend(e={}){const t=new At(e);return t.parent=this,this.child=t,t.name=e.name?e.name:t.parent.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${t.name}".`),t.options=Ie(pe(t,"addOptions",{name:t.name})),t.storage=Ie(pe(t,"addStorage",{name:t.name,options:t.options})),t}}function jr(n){return new c0({find:n.find,handler:({state:e,range:t,match:r,pasteEvent:o})=>{const i=Ie(n.getAttributes,void 0,r,o);if(i===!1||i===null)return null;const{tr:s}=e,l=r[r.length-1],a=r[0];let c=t.to;if(l){const u=a.search(/\S/),d=t.from+a.indexOf(l),f=d+l.length;if(_s(t.from,t.to,e.doc).filter(p=>p.mark.type.excluded.find(y=>y===n.type&&y!==p.mark.type)).filter(p=>p.to>d).length)return null;f<t.to&&s.delete(f,t.to),d>t.from&&s.delete(t.from+u,d),c=t.from+u+l.length,s.addMark(t.from+u,c,n.type.create(i||{})),s.removeStoredMark(n.type)}}})}var ht="top",Ot="bottom",Mt="right",mt="left",Jo="auto",Wr=[ht,Ot,Mt,mt],dr="start",Kr="end",By="clippingParents",Ju="viewport",Gr="popper",Fy="reference",Yu=Wr.reduce(function(n,e){return n.concat([e+"-"+dr,e+"-"+Kr])},[]),Xu=[].concat(Wr,[Jo]).reduce(function(n,e){return n.concat([e,e+"-"+dr,e+"-"+Kr])},[]),Vy="beforeRead",zy="read",$y="afterRead",Uy="beforeMain",Hy="main",jy="afterMain",Wy="beforeWrite",Ky="write",Gy="afterWrite",na=[Vy,zy,$y,Uy,Hy,jy,Wy,Ky,Gy];function Xt(n){return n?(n.nodeName||"").toLowerCase():null}function bt(n){if(n==null)return window;if(n.toString()!=="[object Window]"){var e=n.ownerDocument;return e&&e.defaultView||window}return n}function Wn(n){var e=bt(n).Element;return n instanceof e||n instanceof Element}function xt(n){var e=bt(n).HTMLElement;return n instanceof e||n instanceof HTMLElement}function ra(n){if(typeof ShadowRoot>"u")return!1;var e=bt(n).ShadowRoot;return n instanceof e||n instanceof ShadowRoot}function Jy(n){var e=n.state;Object.keys(e.elements).forEach(function(t){var r=e.styles[t]||{},o=e.attributes[t]||{},i=e.elements[t];!xt(i)||!Xt(i)||(Object.assign(i.style,r),Object.keys(o).forEach(function(s){var l=o[s];l===!1?i.removeAttribute(s):i.setAttribute(s,l===!0?"":l)}))})}function Yy(n){var e=n.state,t={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,t.popper),e.styles=t,e.elements.arrow&&Object.assign(e.elements.arrow.style,t.arrow),function(){Object.keys(e.elements).forEach(function(r){var o=e.elements[r],i=e.attributes[r]||{},s=Object.keys(e.styles.hasOwnProperty(r)?e.styles[r]:t[r]),l=s.reduce(function(a,c){return a[c]="",a},{});!xt(o)||!Xt(o)||(Object.assign(o.style,l),Object.keys(i).forEach(function(a){o.removeAttribute(a)}))})}}const Zu={name:"applyStyles",enabled:!0,phase:"write",fn:Jy,effect:Yy,requires:["computeStyles"]};function $t(n){return n.split("-")[0]}var Kn=Math.max,Yo=Math.min,fr=Math.round;function oa(){var n=navigator.userAgentData;return n!=null&&n.brands&&Array.isArray(n.brands)?n.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function Qu(){return!/^((?!chrome|android).)*safari/i.test(oa())}function pr(n,e,t){e===void 0&&(e=!1),t===void 0&&(t=!1);var r=n.getBoundingClientRect(),o=1,i=1;e&&xt(n)&&(o=n.offsetWidth>0&&fr(r.width)/n.offsetWidth||1,i=n.offsetHeight>0&&fr(r.height)/n.offsetHeight||1);var s=Wn(n)?bt(n):window,l=s.visualViewport,a=!Qu()&&t,c=(r.left+(a&&l?l.offsetLeft:0))/o,u=(r.top+(a&&l?l.offsetTop:0))/i,d=r.width/o,f=r.height/i;return{width:d,height:f,top:u,right:c+d,bottom:u+f,left:c,x:c,y:u}}function ia(n){var e=pr(n),t=n.offsetWidth,r=n.offsetHeight;return Math.abs(e.width-t)<=1&&(t=e.width),Math.abs(e.height-r)<=1&&(r=e.height),{x:n.offsetLeft,y:n.offsetTop,width:t,height:r}}function _u(n,e){var t=e.getRootNode&&e.getRootNode();if(n.contains(e))return!0;if(t&&ra(t)){var r=e;do{if(r&&n.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function Ut(n){return bt(n).getComputedStyle(n)}function Xy(n){return["table","td","th"].indexOf(Xt(n))>=0}function Cn(n){return((Wn(n)?n.ownerDocument:n.document)||window.document).documentElement}function Xo(n){return Xt(n)==="html"?n:n.assignedSlot||n.parentNode||(ra(n)?n.host:null)||Cn(n)}function qu(n){return!xt(n)||Ut(n).position==="fixed"?null:n.offsetParent}function Zy(n){var e=/firefox/i.test(oa()),t=/Trident/i.test(oa());if(t&&xt(n)){var r=Ut(n);if(r.position==="fixed")return null}var o=Xo(n);for(ra(o)&&(o=o.host);xt(o)&&["html","body"].indexOf(Xt(o))<0;){var i=Ut(o);if(i.transform!=="none"||i.perspective!=="none"||i.contain==="paint"||["transform","perspective"].indexOf(i.willChange)!==-1||e&&i.willChange==="filter"||e&&i.filter&&i.filter!=="none")return o;o=o.parentNode}return null}function Jr(n){for(var e=bt(n),t=qu(n);t&&Xy(t)&&Ut(t).position==="static";)t=qu(t);return t&&(Xt(t)==="html"||Xt(t)==="body"&&Ut(t).position==="static")?e:t||Zy(n)||e}function sa(n){return["top","bottom"].indexOf(n)>=0?"x":"y"}function Yr(n,e,t){return Kn(n,Yo(e,t))}function Qy(n,e,t){var r=Yr(n,e,t);return r>t?t:r}function ed(){return{top:0,right:0,bottom:0,left:0}}function td(n){return Object.assign({},ed(),n)}function nd(n,e){return e.reduce(function(t,r){return t[r]=n,t},{})}var _y=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,td(typeof e!="number"?e:nd(e,Wr))};function qy(n){var e,t=n.state,r=n.name,o=n.options,i=t.elements.arrow,s=t.modifiersData.popperOffsets,l=$t(t.placement),a=sa(l),c=[mt,Mt].indexOf(l)>=0,u=c?"height":"width";if(!(!i||!s)){var d=_y(o.padding,t),f=ia(i),h=a==="y"?ht:mt,p=a==="y"?Ot:Mt,g=t.rects.reference[u]+t.rects.reference[a]-s[a]-t.rects.popper[u],y=s[a]-t.rects.reference[a],S=Jr(i),k=S?a==="y"?S.clientHeight||0:S.clientWidth||0:0,C=g/2-y/2,b=d[h],R=k-f[u]-d[p],w=k/2-f[u]/2+C,F=Yr(b,w,R),z=a;t.modifiersData[r]=(e={},e[z]=F,e.centerOffset=F-w,e)}}function ev(n){var e=n.state,t=n.options,r=t.element,o=r===void 0?"[data-popper-arrow]":r;if(o!=null&&!(typeof o=="string"&&(o=e.elements.popper.querySelector(o),!o))){if(process.env.NODE_ENV!=="production"&&(xt(o)||console.error(['Popper: "arrow" element must be an HTMLElement (not an SVGElement).',"To use an SVG arrow, wrap it in an HTMLElement that will be used as","the arrow."].join(" "))),!_u(e.elements.popper,o)){process.env.NODE_ENV!=="production"&&console.error(['Popper: "arrow" modifier\'s `element` must be a child of the popper',"element."].join(" "));return}e.elements.arrow=o}}const tv={name:"arrow",enabled:!0,phase:"main",fn:qy,effect:ev,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function hr(n){return n.split("-")[1]}var nv={top:"auto",right:"auto",bottom:"auto",left:"auto"};function rv(n,e){var t=n.x,r=n.y,o=e.devicePixelRatio||1;return{x:fr(t*o)/o||0,y:fr(r*o)/o||0}}function rd(n){var e,t=n.popper,r=n.popperRect,o=n.placement,i=n.variation,s=n.offsets,l=n.position,a=n.gpuAcceleration,c=n.adaptive,u=n.roundOffsets,d=n.isFixed,f=s.x,h=f===void 0?0:f,p=s.y,g=p===void 0?0:p,y=typeof u=="function"?u({x:h,y:g}):{x:h,y:g};h=y.x,g=y.y;var S=s.hasOwnProperty("x"),k=s.hasOwnProperty("y"),C=mt,b=ht,R=window;if(c){var w=Jr(t),F="clientHeight",z="clientWidth";if(w===bt(t)&&(w=Cn(t),Ut(w).position!=="static"&&l==="absolute"&&(F="scrollHeight",z="scrollWidth")),w=w,o===ht||(o===mt||o===Mt)&&i===Kr){b=Ot;var $=d&&w===R&&R.visualViewport?R.visualViewport.height:w[F];g-=$-r.height,g*=a?1:-1}if(o===mt||(o===ht||o===Ot)&&i===Kr){C=Mt;var V=d&&w===R&&R.visualViewport?R.visualViewport.width:w[z];h-=V-r.width,h*=a?1:-1}}var B=Object.assign({position:l},c&&nv),P=u===!0?rv({x:h,y:g},bt(t)):{x:h,y:g};if(h=P.x,g=P.y,a){var H;return Object.assign({},B,(H={},H[b]=k?"0":"",H[C]=S?"0":"",H.transform=(R.devicePixelRatio||1)<=1?"translate("+h+"px, "+g+"px)":"translate3d("+h+"px, "+g+"px, 0)",H))}return Object.assign({},B,(e={},e[b]=k?g+"px":"",e[C]=S?h+"px":"",e.transform="",e))}function ov(n){var e=n.state,t=n.options,r=t.gpuAcceleration,o=r===void 0?!0:r,i=t.adaptive,s=i===void 0?!0:i,l=t.roundOffsets,a=l===void 0?!0:l;if(process.env.NODE_ENV!=="production"){var c=Ut(e.elements.popper).transitionProperty||"";s&&["transform","top","right","bottom","left"].some(function(d){return c.indexOf(d)>=0})&&console.warn(["Popper: Detected CSS transitions on at least one of the following",'CSS properties: "transform", "top", "right", "bottom", "left".',`
|
|
98
|
+
`,textSerializers:r={}}=e||{};return m2(this.state.doc,{blockSeparator:t,textSerializers:{...Cf(this.schema),...r}})}get isEmpty(){return S2(this.state.doc)}getCharacterCount(){return console.warn('[tiptap warn]: "editor.getCharacterCount()" is deprecated. Please use "editor.storage.characterCount.characters()" instead.'),this.state.doc.content.size-2}destroy(){this.emit("destroy"),this.view&&this.view.destroy(),this.removeAllListeners()}get isDestroyed(){var e;return!(!((e=this.view)===null||e===void 0)&&e.docView)}};function Ro(n){return new Ef({find:n.find,handler:({state:e,range:t,match:r})=>{const i=De(n.getAttributes,void 0,r);if(i===!1||i===null)return null;const{tr:o}=e,s=r[r.length-1],l=r[0];if(s){const a=l.search(/\S/),c=t.from+l.indexOf(s),u=c+s.length;if(il(t.from,t.to,e.doc).filter(m=>m.mark.type.excluded.find(g=>g===n.type&&g!==m.mark.type)).filter(m=>m.to>c).length)return null;u<t.to&&o.delete(u,t.to),c>t.from&&o.delete(t.from+a,c);const f=t.from+a+s.length;o.addMark(t.from+a,f,n.type.create(i||{})),o.removeStoredMark(n.type)}}})}function Lo(n){return new Ef({find:n.find,handler:({state:e,range:t,match:r,chain:i})=>{const o=De(n.getAttributes,void 0,r)||{},s=e.tr.delete(t.from,t.to),a=s.doc.resolve(t.from).blockRange(),c=a&&ma(a,n.type,o);if(!c)return null;if(s.wrap(a,c),n.keepMarks&&n.editor){const{selection:d,storedMarks:f}=e,{splittableMarks:m}=n.editor.extensionManager,p=f||d.$to.parentOffset&&d.$from.marks();if(p){const g=p.filter(y=>m.includes(y.type.name));s.ensureMarks(g)}}if(n.keepAttributes){const d=n.type.name==="bulletList"||n.type.name==="orderedList"?"listItem":"taskList";i().updateAttributes(d,o).run()}const u=s.doc.resolve(t.from-1).nodeBefore;u&&u.type===n.type&&An(s.doc,t.from-1)&&(!n.joinPredicate||n.joinPredicate(r,u))&&s.join(t.from-1)}})}class en{constructor(e={}){this.type="mark",this.name="mark",this.parent=null,this.child=null,this.config={name:this.name,defaultOptions:{}},this.config={...this.config,...e},this.name=this.config.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${this.name}".`),this.options=this.config.defaultOptions,this.config.addOptions&&(this.options=De(pe(this,"addOptions",{name:this.name}))),this.storage=De(pe(this,"addStorage",{name:this.name,options:this.options}))||{}}static create(e={}){return new en(e)}configure(e={}){const t=this.extend();return t.options=ko(this.options,e),t.storage=De(pe(t,"addStorage",{name:t.name,options:t.options})),t}extend(e={}){const t=new en(e);return t.parent=this,this.child=t,t.name=e.name?e.name:t.parent.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${t.name}".`),t.options=De(pe(t,"addOptions",{name:t.name})),t.storage=De(pe(t,"addStorage",{name:t.name,options:t.options})),t}static handleExit({editor:e,mark:t}){const{tr:r}=e.state,i=e.state.selection.$from;if(i.pos===i.end()){const s=i.marks();if(!!!s.find(c=>(c==null?void 0:c.type.name)===t.name))return!1;const a=s.find(c=>(c==null?void 0:c.type.name)===t.name);return a&&r.removeStoredMark(a),r.insertText(" ",i.pos),e.view.dispatch(r),!0}return!1}}let pn=class xc{constructor(e={}){this.type="node",this.name="node",this.parent=null,this.child=null,this.config={name:this.name,defaultOptions:{}},this.config={...this.config,...e},this.name=this.config.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${this.name}".`),this.options=this.config.defaultOptions,this.config.addOptions&&(this.options=De(pe(this,"addOptions",{name:this.name}))),this.storage=De(pe(this,"addStorage",{name:this.name,options:this.options}))||{}}static create(e={}){return new xc(e)}configure(e={}){const t=this.extend();return t.options=ko(this.options,e),t.storage=De(pe(t,"addStorage",{name:t.name,options:t.options})),t}extend(e={}){const t=new xc(e);return t.parent=this,this.child=t,t.name=e.name?e.name:t.parent.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${t.name}".`),t.options=De(pe(t,"addOptions",{name:t.name})),t.storage=De(pe(t,"addStorage",{name:t.name,options:t.options})),t}};function xi(n){return new mb({find:n.find,handler:({state:e,range:t,match:r,pasteEvent:i})=>{const o=De(n.getAttributes,void 0,r,i);if(o===!1||o===null)return null;const{tr:s}=e,l=r[r.length-1],a=r[0];let c=t.to;if(l){const u=a.search(/\S/),d=t.from+a.indexOf(l),f=d+l.length;if(il(t.from,t.to,e.doc).filter(p=>p.mark.type.excluded.find(y=>y===n.type&&y!==p.mark.type)).filter(p=>p.to>d).length)return null;f<t.to&&s.delete(f,t.to),d>t.from&&s.delete(t.from+u,d),c=t.from+u+l.length,s.addMark(t.from+u,c,n.type.create(o||{})),s.removeStoredMark(n.type)}}})}var ft="top",Ct="bottom",Tt="right",ht="left",ki="auto",_r=[ft,Ct,Tt,ht],lr="start",Pr="end",Df="clippingParents",ll="viewport",Br="popper",Rf="reference",cl=_r.reduce(function(n,e){return n.concat([e+"-"+lr,e+"-"+Pr])},[]),ul=[].concat(_r,[ki]).reduce(function(n,e){return n.concat([e,e+"-"+lr,e+"-"+Pr])},[]),Lf="beforeRead",_f="read",Pf="afterRead",Bf="beforeMain",Ff="main",$f="afterMain",Vf="beforeWrite",zf="write",Hf="afterWrite",_o=[Lf,_f,Pf,Bf,Ff,$f,Vf,zf,Hf];function tn(n){return n?(n.nodeName||"").toLowerCase():null}function At(n){if(n==null)return window;if(n.toString()!=="[object Window]"){var e=n.ownerDocument;return e&&e.defaultView||window}return n}function cr(n){var e=At(n).Element;return n instanceof e||n instanceof Element}function wt(n){var e=At(n).HTMLElement;return n instanceof e||n instanceof HTMLElement}function dl(n){if(typeof ShadowRoot>"u")return!1;var e=At(n).ShadowRoot;return n instanceof e||n instanceof ShadowRoot}function H2(n){var e=n.state;Object.keys(e.elements).forEach(function(t){var r=e.styles[t]||{},i=e.attributes[t]||{},o=e.elements[t];!wt(o)||!tn(o)||(Object.assign(o.style,r),Object.keys(i).forEach(function(s){var l=i[s];l===!1?o.removeAttribute(s):o.setAttribute(s,l===!0?"":l)}))})}function U2(n){var e=n.state,t={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,t.popper),e.styles=t,e.elements.arrow&&Object.assign(e.elements.arrow.style,t.arrow),function(){Object.keys(e.elements).forEach(function(r){var i=e.elements[r],o=e.attributes[r]||{},s=Object.keys(e.styles.hasOwnProperty(r)?e.styles[r]:t[r]),l=s.reduce(function(a,c){return a[c]="",a},{});!wt(i)||!tn(i)||(Object.assign(i.style,l),Object.keys(o).forEach(function(a){i.removeAttribute(a)}))})}}const Po={name:"applyStyles",enabled:!0,phase:"write",fn:H2,effect:U2,requires:["computeStyles"]};function Kt(n){return n.split("-")[0]}var ur=Math.max,Bo=Math.min,Fr=Math.round;function fl(){var n=navigator.userAgentData;return n!=null&&n.brands&&Array.isArray(n.brands)?n.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function Uf(){return!/^((?!chrome|android).)*safari/i.test(fl())}function $r(n,e,t){e===void 0&&(e=!1),t===void 0&&(t=!1);var r=n.getBoundingClientRect(),i=1,o=1;e&&wt(n)&&(i=n.offsetWidth>0&&Fr(r.width)/n.offsetWidth||1,o=n.offsetHeight>0&&Fr(r.height)/n.offsetHeight||1);var s=cr(n)?At(n):window,l=s.visualViewport,a=!Uf()&&t,c=(r.left+(a&&l?l.offsetLeft:0))/i,u=(r.top+(a&&l?l.offsetTop:0))/o,d=r.width/i,f=r.height/o;return{width:d,height:f,top:u,right:c+d,bottom:u+f,left:c,x:c,y:u}}function hl(n){var e=$r(n),t=n.offsetWidth,r=n.offsetHeight;return Math.abs(e.width-t)<=1&&(t=e.width),Math.abs(e.height-r)<=1&&(r=e.height),{x:n.offsetLeft,y:n.offsetTop,width:t,height:r}}function jf(n,e){var t=e.getRootNode&&e.getRootNode();if(n.contains(e))return!0;if(t&&dl(t)){var r=e;do{if(r&&n.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function Gt(n){return At(n).getComputedStyle(n)}function j2(n){return["table","td","th"].indexOf(tn(n))>=0}function _n(n){return((cr(n)?n.ownerDocument:n.document)||window.document).documentElement}function Fo(n){return tn(n)==="html"?n:n.assignedSlot||n.parentNode||(dl(n)?n.host:null)||_n(n)}function Wf(n){return!wt(n)||Gt(n).position==="fixed"?null:n.offsetParent}function W2(n){var e=/firefox/i.test(fl()),t=/Trident/i.test(fl());if(t&&wt(n)){var r=Gt(n);if(r.position==="fixed")return null}var i=Fo(n);for(dl(i)&&(i=i.host);wt(i)&&["html","body"].indexOf(tn(i))<0;){var o=Gt(i);if(o.transform!=="none"||o.perspective!=="none"||o.contain==="paint"||["transform","perspective"].indexOf(o.willChange)!==-1||e&&o.willChange==="filter"||e&&o.filter&&o.filter!=="none")return i;i=i.parentNode}return null}function Oi(n){for(var e=At(n),t=Wf(n);t&&j2(t)&&Gt(t).position==="static";)t=Wf(t);return t&&(tn(t)==="html"||tn(t)==="body"&&Gt(t).position==="static")?e:t||W2(n)||e}function pl(n){return["top","bottom"].indexOf(n)>=0?"x":"y"}function Mi(n,e,t){return ur(n,Bo(e,t))}function K2(n,e,t){var r=Mi(n,e,t);return r>t?t:r}function Kf(){return{top:0,right:0,bottom:0,left:0}}function Gf(n){return Object.assign({},Kf(),n)}function Yf(n,e){return e.reduce(function(t,r){return t[r]=n,t},{})}var G2=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,Gf(typeof e!="number"?e:Yf(e,_r))};function Y2(n){var e,t=n.state,r=n.name,i=n.options,o=t.elements.arrow,s=t.modifiersData.popperOffsets,l=Kt(t.placement),a=pl(l),c=[ht,Tt].indexOf(l)>=0,u=c?"height":"width";if(!(!o||!s)){var d=G2(i.padding,t),f=hl(o),m=a==="y"?ft:ht,p=a==="y"?Ct:Tt,g=t.rects.reference[u]+t.rects.reference[a]-s[a]-t.rects.popper[u],y=s[a]-t.rects.reference[a],S=Oi(o),C=S?a==="y"?S.clientHeight||0:S.clientWidth||0:0,A=g/2-y/2,b=d[m],D=C-f[u]-d[p],w=C/2-f[u]/2+A,B=Mi(b,w,D),$=a;t.modifiersData[r]=(e={},e[$]=B,e.centerOffset=B-w,e)}}function J2(n){var e=n.state,t=n.options,r=t.element,i=r===void 0?"[data-popper-arrow]":r;if(i!=null&&!(typeof i=="string"&&(i=e.elements.popper.querySelector(i),!i))){if(process.env.NODE_ENV!=="production"&&(wt(i)||console.error(['Popper: "arrow" element must be an HTMLElement (not an SVGElement).',"To use an SVG arrow, wrap it in an HTMLElement that will be used as","the arrow."].join(" "))),!jf(e.elements.popper,i)){process.env.NODE_ENV!=="production"&&console.error(['Popper: "arrow" modifier\'s `element` must be a child of the popper',"element."].join(" "));return}e.elements.arrow=i}}const Jf={name:"arrow",enabled:!0,phase:"main",fn:Y2,effect:J2,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Vr(n){return n.split("-")[1]}var X2={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Q2(n,e){var t=n.x,r=n.y,i=e.devicePixelRatio||1;return{x:Fr(t*i)/i||0,y:Fr(r*i)/i||0}}function Xf(n){var e,t=n.popper,r=n.popperRect,i=n.placement,o=n.variation,s=n.offsets,l=n.position,a=n.gpuAcceleration,c=n.adaptive,u=n.roundOffsets,d=n.isFixed,f=s.x,m=f===void 0?0:f,p=s.y,g=p===void 0?0:p,y=typeof u=="function"?u({x:m,y:g}):{x:m,y:g};m=y.x,g=y.y;var S=s.hasOwnProperty("x"),C=s.hasOwnProperty("y"),A=ht,b=ft,D=window;if(c){var w=Oi(t),B="clientHeight",$="clientWidth";if(w===At(t)&&(w=_n(t),Gt(w).position!=="static"&&l==="absolute"&&(B="scrollHeight",$="scrollWidth")),w=w,i===ft||(i===ht||i===Tt)&&o===Pr){b=Ct;var V=d&&w===D&&D.visualViewport?D.visualViewport.height:w[B];g-=V-r.height,g*=a?1:-1}if(i===ht||(i===ft||i===Ct)&&o===Pr){A=Tt;var F=d&&w===D&&D.visualViewport?D.visualViewport.width:w[$];m-=F-r.width,m*=a?1:-1}}var P=Object.assign({position:l},c&&X2),_=u===!0?Q2({x:m,y:g},At(t)):{x:m,y:g};if(m=_.x,g=_.y,a){var H;return Object.assign({},P,(H={},H[b]=C?"0":"",H[A]=S?"0":"",H.transform=(D.devicePixelRatio||1)<=1?"translate("+m+"px, "+g+"px)":"translate3d("+m+"px, "+g+"px, 0)",H))}return Object.assign({},P,(e={},e[b]=C?g+"px":"",e[A]=S?m+"px":"",e.transform="",e))}function Z2(n){var e=n.state,t=n.options,r=t.gpuAcceleration,i=r===void 0?!0:r,o=t.adaptive,s=o===void 0?!0:o,l=t.roundOffsets,a=l===void 0?!0:l;if(process.env.NODE_ENV!=="production"){var c=Gt(e.elements.popper).transitionProperty||"";s&&["transform","top","right","bottom","left"].some(function(d){return c.indexOf(d)>=0})&&console.warn(["Popper: Detected CSS transitions on at least one of the following",'CSS properties: "transform", "top", "right", "bottom", "left".',`
|
|
99
99
|
|
|
100
100
|
`,'Disable the "computeStyles" modifier\'s `adaptive` option to allow',"for smooth transitions, or remove these properties from the CSS","transition declaration on the popper element if only transitioning","opacity or background-color for example.",`
|
|
101
101
|
|
|
102
|
-
`,"We recommend using the popper element as a wrapper around an inner","element that can have any CSS property transitioned for animations."].join(" "))}var u={placement:$t(e.placement),variation:hr(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:o,isFixed:e.options.strategy==="fixed"};e.modifiersData.popperOffsets!=null&&(e.styles.popper=Object.assign({},e.styles.popper,rd(Object.assign({},u,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:s,roundOffsets:a})))),e.modifiersData.arrow!=null&&(e.styles.arrow=Object.assign({},e.styles.arrow,rd(Object.assign({},u,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})}const iv={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:ov,data:{}};var Zo={passive:!0};function sv(n){var e=n.state,t=n.instance,r=n.options,o=r.scroll,i=o===void 0?!0:o,s=r.resize,l=s===void 0?!0:s,a=bt(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return i&&c.forEach(function(u){u.addEventListener("scroll",t.update,Zo)}),l&&a.addEventListener("resize",t.update,Zo),function(){i&&c.forEach(function(u){u.removeEventListener("scroll",t.update,Zo)}),l&&a.removeEventListener("resize",t.update,Zo)}}const av={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:sv,data:{}};var lv={left:"right",right:"left",bottom:"top",top:"bottom"};function Qo(n){return n.replace(/left|right|bottom|top/g,function(e){return lv[e]})}var cv={start:"end",end:"start"};function od(n){return n.replace(/start|end/g,function(e){return cv[e]})}function aa(n){var e=bt(n),t=e.pageXOffset,r=e.pageYOffset;return{scrollLeft:t,scrollTop:r}}function la(n){return pr(Cn(n)).left+aa(n).scrollLeft}function uv(n,e){var t=bt(n),r=Cn(n),o=t.visualViewport,i=r.clientWidth,s=r.clientHeight,l=0,a=0;if(o){i=o.width,s=o.height;var c=Qu();(c||!c&&e==="fixed")&&(l=o.offsetLeft,a=o.offsetTop)}return{width:i,height:s,x:l+la(n),y:a}}function dv(n){var e,t=Cn(n),r=aa(n),o=(e=n.ownerDocument)==null?void 0:e.body,i=Kn(t.scrollWidth,t.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s=Kn(t.scrollHeight,t.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),l=-r.scrollLeft+la(n),a=-r.scrollTop;return Ut(o||t).direction==="rtl"&&(l+=Kn(t.clientWidth,o?o.clientWidth:0)-i),{width:i,height:s,x:l,y:a}}function ca(n){var e=Ut(n),t=e.overflow,r=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(t+o+r)}function id(n){return["html","body","#document"].indexOf(Xt(n))>=0?n.ownerDocument.body:xt(n)&&ca(n)?n:id(Xo(n))}function Xr(n,e){var t;e===void 0&&(e=[]);var r=id(n),o=r===((t=n.ownerDocument)==null?void 0:t.body),i=bt(r),s=o?[i].concat(i.visualViewport||[],ca(r)?r:[]):r,l=e.concat(s);return o?l:l.concat(Xr(Xo(s)))}function ua(n){return Object.assign({},n,{left:n.x,top:n.y,right:n.x+n.width,bottom:n.y+n.height})}function fv(n,e){var t=pr(n,!1,e==="fixed");return t.top=t.top+n.clientTop,t.left=t.left+n.clientLeft,t.bottom=t.top+n.clientHeight,t.right=t.left+n.clientWidth,t.width=n.clientWidth,t.height=n.clientHeight,t.x=t.left,t.y=t.top,t}function sd(n,e,t){return e===Ju?ua(uv(n,t)):Wn(e)?fv(e,t):ua(dv(Cn(n)))}function pv(n){var e=Xr(Xo(n)),t=["absolute","fixed"].indexOf(Ut(n).position)>=0,r=t&&xt(n)?Jr(n):n;return Wn(r)?e.filter(function(o){return Wn(o)&&_u(o,r)&&Xt(o)!=="body"}):[]}function hv(n,e,t,r){var o=e==="clippingParents"?pv(n):[].concat(e),i=[].concat(o,[t]),s=i[0],l=i.reduce(function(a,c){var u=sd(n,c,r);return a.top=Kn(u.top,a.top),a.right=Yo(u.right,a.right),a.bottom=Yo(u.bottom,a.bottom),a.left=Kn(u.left,a.left),a},sd(n,s,r));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}function ad(n){var e=n.reference,t=n.element,r=n.placement,o=r?$t(r):null,i=r?hr(r):null,s=e.x+e.width/2-t.width/2,l=e.y+e.height/2-t.height/2,a;switch(o){case ht:a={x:s,y:e.y-t.height};break;case Ot:a={x:s,y:e.y+e.height};break;case Mt:a={x:e.x+e.width,y:l};break;case mt:a={x:e.x-t.width,y:l};break;default:a={x:e.x,y:e.y}}var c=o?sa(o):null;if(c!=null){var u=c==="y"?"height":"width";switch(i){case dr:a[c]=a[c]-(e[u]/2-t[u]/2);break;case Kr:a[c]=a[c]+(e[u]/2-t[u]/2);break}}return a}function Zr(n,e){e===void 0&&(e={});var t=e,r=t.placement,o=r===void 0?n.placement:r,i=t.strategy,s=i===void 0?n.strategy:i,l=t.boundary,a=l===void 0?By:l,c=t.rootBoundary,u=c===void 0?Ju:c,d=t.elementContext,f=d===void 0?Gr:d,h=t.altBoundary,p=h===void 0?!1:h,g=t.padding,y=g===void 0?0:g,S=td(typeof y!="number"?y:nd(y,Wr)),k=f===Gr?Fy:Gr,C=n.rects.popper,b=n.elements[p?k:f],R=hv(Wn(b)?b:b.contextElement||Cn(n.elements.popper),a,u,s),w=pr(n.elements.reference),F=ad({reference:w,element:C,strategy:"absolute",placement:o}),z=ua(Object.assign({},C,F)),$=f===Gr?z:w,V={top:R.top-$.top+S.top,bottom:$.bottom-R.bottom+S.bottom,left:R.left-$.left+S.left,right:$.right-R.right+S.right},B=n.modifiersData.offset;if(f===Gr&&B){var P=B[o];Object.keys(V).forEach(function(H){var Y=[Mt,Ot].indexOf(H)>=0?1:-1,Z=[ht,Ot].indexOf(H)>=0?"y":"x";V[H]+=P[Z]*Y})}return V}function mv(n,e){e===void 0&&(e={});var t=e,r=t.placement,o=t.boundary,i=t.rootBoundary,s=t.padding,l=t.flipVariations,a=t.allowedAutoPlacements,c=a===void 0?Xu:a,u=hr(r),d=u?l?Yu:Yu.filter(function(p){return hr(p)===u}):Wr,f=d.filter(function(p){return c.indexOf(p)>=0});f.length===0&&(f=d,process.env.NODE_ENV!=="production"&&console.error(["Popper: The `allowedAutoPlacements` option did not allow any","placements. Ensure the `placement` option matches the variation","of the allowed placements.",'For example, "auto" cannot be used to allow "bottom-start".','Use "auto-start" instead.'].join(" ")));var h=f.reduce(function(p,g){return p[g]=Zr(n,{placement:g,boundary:o,rootBoundary:i,padding:s})[$t(g)],p},{});return Object.keys(h).sort(function(p,g){return h[p]-h[g]})}function gv(n){if($t(n)===Jo)return[];var e=Qo(n);return[od(n),e,od(e)]}function yv(n){var e=n.state,t=n.options,r=n.name;if(!e.modifiersData[r]._skip){for(var o=t.mainAxis,i=o===void 0?!0:o,s=t.altAxis,l=s===void 0?!0:s,a=t.fallbackPlacements,c=t.padding,u=t.boundary,d=t.rootBoundary,f=t.altBoundary,h=t.flipVariations,p=h===void 0?!0:h,g=t.allowedAutoPlacements,y=e.options.placement,S=$t(y),k=S===y,C=a||(k||!p?[Qo(y)]:gv(y)),b=[y].concat(C).reduce(function(Te,Ce){return Te.concat($t(Ce)===Jo?mv(e,{placement:Ce,boundary:u,rootBoundary:d,padding:c,flipVariations:p,allowedAutoPlacements:g}):Ce)},[]),R=e.rects.reference,w=e.rects.popper,F=new Map,z=!0,$=b[0],V=0;V<b.length;V++){var B=b[V],P=$t(B),H=hr(B)===dr,Y=[ht,Ot].indexOf(P)>=0,Z=Y?"width":"height",Q=Zr(e,{placement:B,boundary:u,rootBoundary:d,altBoundary:f,padding:c}),re=Y?H?Mt:mt:H?Ot:ht;R[Z]>w[Z]&&(re=Qo(re));var W=Qo(re),le=[];if(i&&le.push(Q[P]<=0),l&&le.push(Q[re]<=0,Q[W]<=0),le.every(function(Te){return Te})){$=B,z=!1;break}F.set(B,le)}if(z)for(var de=p?3:1,ye=function(Ce){var Ae=b.find(function(ge){var A=F.get(ge);if(A)return A.slice(0,Ce).every(function(M){return M})});if(Ae)return $=Ae,"break"},Ee=de;Ee>0;Ee--){var be=ye(Ee);if(be==="break")break}e.placement!==$&&(e.modifiersData[r]._skip=!0,e.placement=$,e.reset=!0)}}const vv={name:"flip",enabled:!0,phase:"main",fn:yv,requiresIfExists:["offset"],data:{_skip:!1}};function ld(n,e,t){return t===void 0&&(t={x:0,y:0}),{top:n.top-e.height-t.y,right:n.right-e.width+t.x,bottom:n.bottom-e.height+t.y,left:n.left-e.width-t.x}}function cd(n){return[ht,Mt,Ot,mt].some(function(e){return n[e]>=0})}function bv(n){var e=n.state,t=n.name,r=e.rects.reference,o=e.rects.popper,i=e.modifiersData.preventOverflow,s=Zr(e,{elementContext:"reference"}),l=Zr(e,{altBoundary:!0}),a=ld(s,r),c=ld(l,o,i),u=cd(a),d=cd(c);e.modifiersData[t]={referenceClippingOffsets:a,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:d},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}const xv={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:bv};function Sv(n,e,t){var r=$t(n),o=[mt,ht].indexOf(r)>=0?-1:1,i=typeof t=="function"?t(Object.assign({},e,{placement:n})):t,s=i[0],l=i[1];return s=s||0,l=(l||0)*o,[mt,Mt].indexOf(r)>=0?{x:l,y:s}:{x:s,y:l}}function Ev(n){var e=n.state,t=n.options,r=n.name,o=t.offset,i=o===void 0?[0,0]:o,s=Xu.reduce(function(u,d){return u[d]=Sv(d,e.rects,i),u},{}),l=s[e.placement],a=l.x,c=l.y;e.modifiersData.popperOffsets!=null&&(e.modifiersData.popperOffsets.x+=a,e.modifiersData.popperOffsets.y+=c),e.modifiersData[r]=s}const kv={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:Ev};function Cv(n){var e=n.state,t=n.name;e.modifiersData[t]=ad({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})}const wv={name:"popperOffsets",enabled:!0,phase:"read",fn:Cv,data:{}};function Tv(n){return n==="x"?"y":"x"}function Av(n){var e=n.state,t=n.options,r=n.name,o=t.mainAxis,i=o===void 0?!0:o,s=t.altAxis,l=s===void 0?!1:s,a=t.boundary,c=t.rootBoundary,u=t.altBoundary,d=t.padding,f=t.tether,h=f===void 0?!0:f,p=t.tetherOffset,g=p===void 0?0:p,y=Zr(e,{boundary:a,rootBoundary:c,padding:d,altBoundary:u}),S=$t(e.placement),k=hr(e.placement),C=!k,b=sa(S),R=Tv(b),w=e.modifiersData.popperOffsets,F=e.rects.reference,z=e.rects.popper,$=typeof g=="function"?g(Object.assign({},e.rects,{placement:e.placement})):g,V=typeof $=="number"?{mainAxis:$,altAxis:$}:Object.assign({mainAxis:0,altAxis:0},$),B=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,P={x:0,y:0};if(w){if(i){var H,Y=b==="y"?ht:mt,Z=b==="y"?Ot:Mt,Q=b==="y"?"height":"width",re=w[b],W=re+y[Y],le=re-y[Z],de=h?-z[Q]/2:0,ye=k===dr?F[Q]:z[Q],Ee=k===dr?-z[Q]:-F[Q],be=e.elements.arrow,Te=h&&be?ia(be):{width:0,height:0},Ce=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:ed(),Ae=Ce[Y],ge=Ce[Z],A=Yr(0,F[Q],Te[Q]),M=C?F[Q]/2-de-A-Ae-V.mainAxis:ye-A-Ae-V.mainAxis,E=C?-F[Q]/2+de+A+ge+V.mainAxis:Ee+A+ge+V.mainAxis,O=e.elements.arrow&&Jr(e.elements.arrow),v=O?b==="y"?O.clientTop||0:O.clientLeft||0:0,x=(H=B==null?void 0:B[b])!=null?H:0,I=re+M-x-v,N=re+E-x,D=Yr(h?Yo(W,I):W,re,h?Kn(le,N):le);w[b]=D,P[b]=D-re}if(l){var L,U=b==="x"?ht:mt,K=b==="x"?Ot:Mt,j=w[R],G=R==="y"?"height":"width",J=j+y[U],q=j-y[K],ce=[ht,mt].indexOf(S)!==-1,me=(L=B==null?void 0:B[R])!=null?L:0,Me=ce?J:j-F[G]-z[G]-me+V.altAxis,Fe=ce?j+F[G]+z[G]-me-V.altAxis:q,Be=h&&ce?Qy(Me,j,Fe):Yr(h?Me:J,j,h?Fe:q);w[R]=Be,P[R]=Be-j}e.modifiersData[r]=P}}const Ov={name:"preventOverflow",enabled:!0,phase:"main",fn:Av,requiresIfExists:["offset"]};function Mv(n){return{scrollLeft:n.scrollLeft,scrollTop:n.scrollTop}}function Iv(n){return n===bt(n)||!xt(n)?aa(n):Mv(n)}function Nv(n){var e=n.getBoundingClientRect(),t=fr(e.width)/n.offsetWidth||1,r=fr(e.height)/n.offsetHeight||1;return t!==1||r!==1}function Rv(n,e,t){t===void 0&&(t=!1);var r=xt(e),o=xt(e)&&Nv(e),i=Cn(e),s=pr(n,o,t),l={scrollLeft:0,scrollTop:0},a={x:0,y:0};return(r||!r&&!t)&&((Xt(e)!=="body"||ca(i))&&(l=Iv(e)),xt(e)?(a=pr(e,!0),a.x+=e.clientLeft,a.y+=e.clientTop):i&&(a.x=la(i))),{x:s.left+l.scrollLeft-a.x,y:s.top+l.scrollTop-a.y,width:s.width,height:s.height}}function Dv(n){var e=new Map,t=new Set,r=[];n.forEach(function(i){e.set(i.name,i)});function o(i){t.add(i.name);var s=[].concat(i.requires||[],i.requiresIfExists||[]);s.forEach(function(l){if(!t.has(l)){var a=e.get(l);a&&o(a)}}),r.push(i)}return n.forEach(function(i){t.has(i.name)||o(i)}),r}function Lv(n){var e=Dv(n);return na.reduce(function(t,r){return t.concat(e.filter(function(o){return o.phase===r}))},[])}function Pv(n){var e;return function(){return e||(e=new Promise(function(t){Promise.resolve().then(function(){e=void 0,t(n())})})),e}}function wn(n){for(var e=arguments.length,t=new Array(e>1?e-1:0),r=1;r<e;r++)t[r-1]=arguments[r];return[].concat(t).reduce(function(o,i){return o.replace(/%s/,i)},n)}var Gn='Popper: modifier "%s" provided an invalid %s property, expected %s but got %s',Bv='Popper: modifier "%s" requires "%s", but "%s" modifier is not available',ud=["name","enabled","phase","fn","effect","requires","options"];function Fv(n){n.forEach(function(e){[].concat(Object.keys(e),ud).filter(function(t,r,o){return o.indexOf(t)===r}).forEach(function(t){switch(t){case"name":typeof e.name!="string"&&console.error(wn(Gn,String(e.name),'"name"','"string"','"'+String(e.name)+'"'));break;case"enabled":typeof e.enabled!="boolean"&&console.error(wn(Gn,e.name,'"enabled"','"boolean"','"'+String(e.enabled)+'"'));break;case"phase":na.indexOf(e.phase)<0&&console.error(wn(Gn,e.name,'"phase"',"either "+na.join(", "),'"'+String(e.phase)+'"'));break;case"fn":typeof e.fn!="function"&&console.error(wn(Gn,e.name,'"fn"','"function"','"'+String(e.fn)+'"'));break;case"effect":e.effect!=null&&typeof e.effect!="function"&&console.error(wn(Gn,e.name,'"effect"','"function"','"'+String(e.fn)+'"'));break;case"requires":e.requires!=null&&!Array.isArray(e.requires)&&console.error(wn(Gn,e.name,'"requires"','"array"','"'+String(e.requires)+'"'));break;case"requiresIfExists":Array.isArray(e.requiresIfExists)||console.error(wn(Gn,e.name,'"requiresIfExists"','"array"','"'+String(e.requiresIfExists)+'"'));break;case"options":case"data":break;default:console.error('PopperJS: an invalid property has been provided to the "'+e.name+'" modifier, valid properties are '+ud.map(function(r){return'"'+r+'"'}).join(", ")+'; but "'+t+'" was provided.')}e.requires&&e.requires.forEach(function(r){n.find(function(o){return o.name===r})==null&&console.error(wn(Bv,String(e.name),r,r))})})})}function Vv(n,e){var t=new Set;return n.filter(function(r){var o=e(r);if(!t.has(o))return t.add(o),!0})}function zv(n){var e=n.reduce(function(t,r){var o=t[r.name];return t[r.name]=o?Object.assign({},o,r,{options:Object.assign({},o.options,r.options),data:Object.assign({},o.data,r.data)}):r,t},{});return Object.keys(e).map(function(t){return e[t]})}var dd="Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.",$v="Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.",fd={placement:"bottom",modifiers:[],strategy:"absolute"};function pd(){for(var n=arguments.length,e=new Array(n),t=0;t<n;t++)e[t]=arguments[t];return!e.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function Uv(n){n===void 0&&(n={});var e=n,t=e.defaultModifiers,r=t===void 0?[]:t,o=e.defaultOptions,i=o===void 0?fd:o;return function(l,a,c){c===void 0&&(c=i);var u={placement:"bottom",orderedModifiers:[],options:Object.assign({},fd,i),modifiersData:{},elements:{reference:l,popper:a},attributes:{},styles:{}},d=[],f=!1,h={state:u,setOptions:function(S){var k=typeof S=="function"?S(u.options):S;g(),u.options=Object.assign({},i,u.options,k),u.scrollParents={reference:Wn(l)?Xr(l):l.contextElement?Xr(l.contextElement):[],popper:Xr(a)};var C=Lv(zv([].concat(r,u.options.modifiers)));if(u.orderedModifiers=C.filter(function(B){return B.enabled}),process.env.NODE_ENV!=="production"){var b=Vv([].concat(C,u.options.modifiers),function(B){var P=B.name;return P});if(Fv(b),$t(u.options.placement)===Jo){var R=u.orderedModifiers.find(function(B){var P=B.name;return P==="flip"});R||console.error(['Popper: "auto" placements require the "flip" modifier be',"present and enabled to work."].join(" "))}var w=Ut(a),F=w.marginTop,z=w.marginRight,$=w.marginBottom,V=w.marginLeft;[F,z,$,V].some(function(B){return parseFloat(B)})&&console.warn(['Popper: CSS "margin" styles cannot be used to apply padding',"between the popper and its reference element or boundary.","To replicate margin, use the `offset` modifier, as well as","the `padding` option in the `preventOverflow` and `flip`","modifiers."].join(" "))}return p(),h.update()},forceUpdate:function(){if(!f){var S=u.elements,k=S.reference,C=S.popper;if(!pd(k,C)){process.env.NODE_ENV!=="production"&&console.error(dd);return}u.rects={reference:Rv(k,Jr(C),u.options.strategy==="fixed"),popper:ia(C)},u.reset=!1,u.placement=u.options.placement,u.orderedModifiers.forEach(function(B){return u.modifiersData[B.name]=Object.assign({},B.data)});for(var b=0,R=0;R<u.orderedModifiers.length;R++){if(process.env.NODE_ENV!=="production"&&(b+=1,b>100)){console.error($v);break}if(u.reset===!0){u.reset=!1,R=-1;continue}var w=u.orderedModifiers[R],F=w.fn,z=w.options,$=z===void 0?{}:z,V=w.name;typeof F=="function"&&(u=F({state:u,options:$,name:V,instance:h})||u)}}},update:Pv(function(){return new Promise(function(y){h.forceUpdate(),y(u)})}),destroy:function(){g(),f=!0}};if(!pd(l,a))return process.env.NODE_ENV!=="production"&&console.error(dd),h;h.setOptions(c).then(function(y){!f&&c.onFirstUpdate&&c.onFirstUpdate(y)});function p(){u.orderedModifiers.forEach(function(y){var S=y.name,k=y.options,C=k===void 0?{}:k,b=y.effect;if(typeof b=="function"){var R=b({state:u,name:S,instance:h,options:C}),w=function(){};d.push(R||w)}})}function g(){d.forEach(function(y){return y()}),d=[]}return h}}var Hv=[av,wv,iv,Zu,kv,vv,Ov,tv,xv],jv=Uv({defaultModifiers:Hv}),Wv="tippy-box",hd="tippy-content",Kv="tippy-backdrop",md="tippy-arrow",gd="tippy-svg-arrow",Jn={passive:!0,capture:!0},yd=function(){return document.body};function Gv(n,e){return{}.hasOwnProperty.call(n,e)}function da(n,e,t){if(Array.isArray(n)){var r=n[e];return r??(Array.isArray(t)?t[e]:t)}return n}function fa(n,e){var t={}.toString.call(n);return t.indexOf("[object")===0&&t.indexOf(e+"]")>-1}function vd(n,e){return typeof n=="function"?n.apply(void 0,e):n}function bd(n,e){if(e===0)return n;var t;return function(r){clearTimeout(t),t=setTimeout(function(){n(r)},e)}}function Jv(n,e){var t=Object.assign({},n);return e.forEach(function(r){delete t[r]}),t}function Yv(n){return n.split(/\s+/).filter(Boolean)}function mr(n){return[].concat(n)}function xd(n,e){n.indexOf(e)===-1&&n.push(e)}function Xv(n){return n.filter(function(e,t){return n.indexOf(e)===t})}function Zv(n){return n.split("-")[0]}function _o(n){return[].slice.call(n)}function Sd(n){return Object.keys(n).reduce(function(e,t){return n[t]!==void 0&&(e[t]=n[t]),e},{})}function Qr(){return document.createElement("div")}function _r(n){return["Element","Fragment"].some(function(e){return fa(n,e)})}function Qv(n){return fa(n,"NodeList")}function _v(n){return fa(n,"MouseEvent")}function qv(n){return!!(n&&n._tippy&&n._tippy.reference===n)}function e2(n){return _r(n)?[n]:Qv(n)?_o(n):Array.isArray(n)?n:_o(document.querySelectorAll(n))}function pa(n,e){n.forEach(function(t){t&&(t.style.transitionDuration=e+"ms")})}function Ed(n,e){n.forEach(function(t){t&&t.setAttribute("data-state",e)})}function t2(n){var e,t=mr(n),r=t[0];return r!=null&&(e=r.ownerDocument)!=null&&e.body?r.ownerDocument:document}function n2(n,e){var t=e.clientX,r=e.clientY;return n.every(function(o){var i=o.popperRect,s=o.popperState,l=o.props,a=l.interactiveBorder,c=Zv(s.placement),u=s.modifiersData.offset;if(!u)return!0;var d=c==="bottom"?u.top.y:0,f=c==="top"?u.bottom.y:0,h=c==="right"?u.left.x:0,p=c==="left"?u.right.x:0,g=i.top-r+d>a,y=r-i.bottom-f>a,S=i.left-t+h>a,k=t-i.right-p>a;return g||y||S||k})}function ha(n,e,t){var r=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(o){n[r](o,t)})}function kd(n,e){for(var t=e;t;){var r;if(n.contains(t))return!0;t=t.getRootNode==null||(r=t.getRootNode())==null?void 0:r.host}return!1}var Zt={isTouch:!1},Cd=0;function r2(){Zt.isTouch||(Zt.isTouch=!0,window.performance&&document.addEventListener("mousemove",wd))}function wd(){var n=performance.now();n-Cd<20&&(Zt.isTouch=!1,document.removeEventListener("mousemove",wd)),Cd=n}function o2(){var n=document.activeElement;if(qv(n)){var e=n._tippy;n.blur&&!e.state.isVisible&&n.blur()}}function i2(){document.addEventListener("touchstart",r2,Jn),window.addEventListener("blur",o2)}var s2=typeof window<"u"&&typeof document<"u",a2=s2?!!window.msCrypto:!1;function gr(n){var e=n==="destroy"?"n already-":" ";return[n+"() was called on a"+e+"destroyed instance. This is a no-op but","indicates a potential memory leak."].join(" ")}function Td(n){var e=/[ \t]{2,}/g,t=/^[ \t]*/gm;return n.replace(e," ").replace(t,"").trim()}function l2(n){return Td(`
|
|
102
|
+
`,"We recommend using the popper element as a wrapper around an inner","element that can have any CSS property transitioned for animations."].join(" "))}var u={placement:Kt(e.placement),variation:Vr(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:i,isFixed:e.options.strategy==="fixed"};e.modifiersData.popperOffsets!=null&&(e.styles.popper=Object.assign({},e.styles.popper,Xf(Object.assign({},u,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:s,roundOffsets:a})))),e.modifiersData.arrow!=null&&(e.styles.arrow=Object.assign({},e.styles.arrow,Xf(Object.assign({},u,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})}const ml={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Z2,data:{}};var $o={passive:!0};function q2(n){var e=n.state,t=n.instance,r=n.options,i=r.scroll,o=i===void 0?!0:i,s=r.resize,l=s===void 0?!0:s,a=At(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return o&&c.forEach(function(u){u.addEventListener("scroll",t.update,$o)}),l&&a.addEventListener("resize",t.update,$o),function(){o&&c.forEach(function(u){u.removeEventListener("scroll",t.update,$o)}),l&&a.removeEventListener("resize",t.update,$o)}}const gl={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:q2,data:{}};var eE={left:"right",right:"left",bottom:"top",top:"bottom"};function Vo(n){return n.replace(/left|right|bottom|top/g,function(e){return eE[e]})}var tE={start:"end",end:"start"};function Qf(n){return n.replace(/start|end/g,function(e){return tE[e]})}function yl(n){var e=At(n),t=e.pageXOffset,r=e.pageYOffset;return{scrollLeft:t,scrollTop:r}}function vl(n){return $r(_n(n)).left+yl(n).scrollLeft}function nE(n,e){var t=At(n),r=_n(n),i=t.visualViewport,o=r.clientWidth,s=r.clientHeight,l=0,a=0;if(i){o=i.width,s=i.height;var c=Uf();(c||!c&&e==="fixed")&&(l=i.offsetLeft,a=i.offsetTop)}return{width:o,height:s,x:l+vl(n),y:a}}function rE(n){var e,t=_n(n),r=yl(n),i=(e=n.ownerDocument)==null?void 0:e.body,o=ur(t.scrollWidth,t.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),s=ur(t.scrollHeight,t.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),l=-r.scrollLeft+vl(n),a=-r.scrollTop;return Gt(i||t).direction==="rtl"&&(l+=ur(t.clientWidth,i?i.clientWidth:0)-o),{width:o,height:s,x:l,y:a}}function bl(n){var e=Gt(n),t=e.overflow,r=e.overflowX,i=e.overflowY;return/auto|scroll|overlay|hidden/.test(t+i+r)}function Zf(n){return["html","body","#document"].indexOf(tn(n))>=0?n.ownerDocument.body:wt(n)&&bl(n)?n:Zf(Fo(n))}function Ni(n,e){var t;e===void 0&&(e=[]);var r=Zf(n),i=r===((t=n.ownerDocument)==null?void 0:t.body),o=At(r),s=i?[o].concat(o.visualViewport||[],bl(r)?r:[]):r,l=e.concat(s);return i?l:l.concat(Ni(Fo(s)))}function El(n){return Object.assign({},n,{left:n.x,top:n.y,right:n.x+n.width,bottom:n.y+n.height})}function iE(n,e){var t=$r(n,!1,e==="fixed");return t.top=t.top+n.clientTop,t.left=t.left+n.clientLeft,t.bottom=t.top+n.clientHeight,t.right=t.left+n.clientWidth,t.width=n.clientWidth,t.height=n.clientHeight,t.x=t.left,t.y=t.top,t}function qf(n,e,t){return e===ll?El(nE(n,t)):cr(e)?iE(e,t):El(rE(_n(n)))}function oE(n){var e=Ni(Fo(n)),t=["absolute","fixed"].indexOf(Gt(n).position)>=0,r=t&&wt(n)?Oi(n):n;return cr(r)?e.filter(function(i){return cr(i)&&jf(i,r)&&tn(i)!=="body"}):[]}function sE(n,e,t,r){var i=e==="clippingParents"?oE(n):[].concat(e),o=[].concat(i,[t]),s=o[0],l=o.reduce(function(a,c){var u=qf(n,c,r);return a.top=ur(u.top,a.top),a.right=Bo(u.right,a.right),a.bottom=Bo(u.bottom,a.bottom),a.left=ur(u.left,a.left),a},qf(n,s,r));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}function eh(n){var e=n.reference,t=n.element,r=n.placement,i=r?Kt(r):null,o=r?Vr(r):null,s=e.x+e.width/2-t.width/2,l=e.y+e.height/2-t.height/2,a;switch(i){case ft:a={x:s,y:e.y-t.height};break;case Ct:a={x:s,y:e.y+e.height};break;case Tt:a={x:e.x+e.width,y:l};break;case ht:a={x:e.x-t.width,y:l};break;default:a={x:e.x,y:e.y}}var c=i?pl(i):null;if(c!=null){var u=c==="y"?"height":"width";switch(o){case lr:a[c]=a[c]-(e[u]/2-t[u]/2);break;case Pr:a[c]=a[c]+(e[u]/2-t[u]/2);break}}return a}function zr(n,e){e===void 0&&(e={});var t=e,r=t.placement,i=r===void 0?n.placement:r,o=t.strategy,s=o===void 0?n.strategy:o,l=t.boundary,a=l===void 0?Df:l,c=t.rootBoundary,u=c===void 0?ll:c,d=t.elementContext,f=d===void 0?Br:d,m=t.altBoundary,p=m===void 0?!1:m,g=t.padding,y=g===void 0?0:g,S=Gf(typeof y!="number"?y:Yf(y,_r)),C=f===Br?Rf:Br,A=n.rects.popper,b=n.elements[p?C:f],D=sE(cr(b)?b:b.contextElement||_n(n.elements.popper),a,u,s),w=$r(n.elements.reference),B=eh({reference:w,element:A,strategy:"absolute",placement:i}),$=El(Object.assign({},A,B)),V=f===Br?$:w,F={top:D.top-V.top+S.top,bottom:V.bottom-D.bottom+S.bottom,left:D.left-V.left+S.left,right:V.right-D.right+S.right},P=n.modifiersData.offset;if(f===Br&&P){var _=P[i];Object.keys(F).forEach(function(H){var Y=[Tt,Ct].indexOf(H)>=0?1:-1,X=[ft,Ct].indexOf(H)>=0?"y":"x";F[H]+=_[X]*Y})}return F}function aE(n,e){e===void 0&&(e={});var t=e,r=t.placement,i=t.boundary,o=t.rootBoundary,s=t.padding,l=t.flipVariations,a=t.allowedAutoPlacements,c=a===void 0?ul:a,u=Vr(r),d=u?l?cl:cl.filter(function(p){return Vr(p)===u}):_r,f=d.filter(function(p){return c.indexOf(p)>=0});f.length===0&&(f=d,process.env.NODE_ENV!=="production"&&console.error(["Popper: The `allowedAutoPlacements` option did not allow any","placements. Ensure the `placement` option matches the variation","of the allowed placements.",'For example, "auto" cannot be used to allow "bottom-start".','Use "auto-start" instead.'].join(" ")));var m=f.reduce(function(p,g){return p[g]=zr(n,{placement:g,boundary:i,rootBoundary:o,padding:s})[Kt(g)],p},{});return Object.keys(m).sort(function(p,g){return m[p]-m[g]})}function lE(n){if(Kt(n)===ki)return[];var e=Vo(n);return[Qf(n),e,Qf(e)]}function cE(n){var e=n.state,t=n.options,r=n.name;if(!e.modifiersData[r]._skip){for(var i=t.mainAxis,o=i===void 0?!0:i,s=t.altAxis,l=s===void 0?!0:s,a=t.fallbackPlacements,c=t.padding,u=t.boundary,d=t.rootBoundary,f=t.altBoundary,m=t.flipVariations,p=m===void 0?!0:m,g=t.allowedAutoPlacements,y=e.options.placement,S=Kt(y),C=S===y,A=a||(C||!p?[Vo(y)]:lE(y)),b=[y].concat(A).reduce(function(Oe,xe){return Oe.concat(Kt(xe)===ki?aE(e,{placement:xe,boundary:u,rootBoundary:d,padding:c,flipVariations:p,allowedAutoPlacements:g}):xe)},[]),D=e.rects.reference,w=e.rects.popper,B=new Map,$=!0,V=b[0],F=0;F<b.length;F++){var P=b[F],_=Kt(P),H=Vr(P)===lr,Y=[ft,Ct].indexOf(_)>=0,X=Y?"width":"height",Q=zr(e,{placement:P,boundary:u,rootBoundary:d,altBoundary:f,padding:c}),ie=Y?H?Tt:ht:H?Ct:ft;D[X]>w[X]&&(ie=Vo(ie));var j=Vo(ie),ce=[];if(o&&ce.push(Q[_]<=0),l&&ce.push(Q[ie]<=0,Q[j]<=0),ce.every(function(Oe){return Oe})){V=P,$=!1;break}B.set(P,ce)}if($)for(var fe=p?3:1,Ee=function(xe){var Me=b.find(function(ye){var k=B.get(ye);if(k)return k.slice(0,xe).every(function(M){return M})});if(Me)return V=Me,"break"},Ae=fe;Ae>0;Ae--){var Se=Ee(Ae);if(Se==="break")break}e.placement!==V&&(e.modifiersData[r]._skip=!0,e.placement=V,e.reset=!0)}}const th={name:"flip",enabled:!0,phase:"main",fn:cE,requiresIfExists:["offset"],data:{_skip:!1}};function nh(n,e,t){return t===void 0&&(t={x:0,y:0}),{top:n.top-e.height-t.y,right:n.right-e.width+t.x,bottom:n.bottom-e.height+t.y,left:n.left-e.width-t.x}}function rh(n){return[ft,Tt,Ct,ht].some(function(e){return n[e]>=0})}function uE(n){var e=n.state,t=n.name,r=e.rects.reference,i=e.rects.popper,o=e.modifiersData.preventOverflow,s=zr(e,{elementContext:"reference"}),l=zr(e,{altBoundary:!0}),a=nh(s,r),c=nh(l,i,o),u=rh(a),d=rh(c);e.modifiersData[t]={referenceClippingOffsets:a,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:d},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}const ih={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:uE};function dE(n,e,t){var r=Kt(n),i=[ht,ft].indexOf(r)>=0?-1:1,o=typeof t=="function"?t(Object.assign({},e,{placement:n})):t,s=o[0],l=o[1];return s=s||0,l=(l||0)*i,[ht,Tt].indexOf(r)>=0?{x:l,y:s}:{x:s,y:l}}function fE(n){var e=n.state,t=n.options,r=n.name,i=t.offset,o=i===void 0?[0,0]:i,s=ul.reduce(function(u,d){return u[d]=dE(d,e.rects,o),u},{}),l=s[e.placement],a=l.x,c=l.y;e.modifiersData.popperOffsets!=null&&(e.modifiersData.popperOffsets.x+=a,e.modifiersData.popperOffsets.y+=c),e.modifiersData[r]=s}const oh={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:fE};function hE(n){var e=n.state,t=n.name;e.modifiersData[t]=eh({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})}const Sl={name:"popperOffsets",enabled:!0,phase:"read",fn:hE,data:{}};function pE(n){return n==="x"?"y":"x"}function mE(n){var e=n.state,t=n.options,r=n.name,i=t.mainAxis,o=i===void 0?!0:i,s=t.altAxis,l=s===void 0?!1:s,a=t.boundary,c=t.rootBoundary,u=t.altBoundary,d=t.padding,f=t.tether,m=f===void 0?!0:f,p=t.tetherOffset,g=p===void 0?0:p,y=zr(e,{boundary:a,rootBoundary:c,padding:d,altBoundary:u}),S=Kt(e.placement),C=Vr(e.placement),A=!C,b=pl(S),D=pE(b),w=e.modifiersData.popperOffsets,B=e.rects.reference,$=e.rects.popper,V=typeof g=="function"?g(Object.assign({},e.rects,{placement:e.placement})):g,F=typeof V=="number"?{mainAxis:V,altAxis:V}:Object.assign({mainAxis:0,altAxis:0},V),P=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,_={x:0,y:0};if(w){if(o){var H,Y=b==="y"?ft:ht,X=b==="y"?Ct:Tt,Q=b==="y"?"height":"width",ie=w[b],j=ie+y[Y],ce=ie-y[X],fe=m?-$[Q]/2:0,Ee=C===lr?B[Q]:$[Q],Ae=C===lr?-$[Q]:-B[Q],Se=e.elements.arrow,Oe=m&&Se?hl(Se):{width:0,height:0},xe=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:Kf(),Me=xe[Y],ye=xe[X],k=Mi(0,B[Q],Oe[Q]),M=A?B[Q]/2-fe-k-Me-F.mainAxis:Ee-k-Me-F.mainAxis,T=A?-B[Q]/2+fe+k+ye+F.mainAxis:Ae+k+ye+F.mainAxis,O=e.elements.arrow&&Oi(e.elements.arrow),v=O?b==="y"?O.clientTop||0:O.clientLeft||0:0,E=(H=P==null?void 0:P[b])!=null?H:0,N=ie+M-E-v,I=ie+T-E,R=Mi(m?Bo(j,N):j,ie,m?ur(ce,I):ce);w[b]=R,_[b]=R-ie}if(l){var L,z=b==="x"?ft:ht,W=b==="x"?Ct:Tt,U=w[D],K=D==="y"?"height":"width",G=U+y[z],q=U-y[W],ue=[ft,ht].indexOf(S)!==-1,ge=(L=P==null?void 0:P[D])!=null?L:0,Ie=ue?G:U-B[K]-$[K]-ge+F.altAxis,$e=ue?U+B[K]+$[K]-ge-F.altAxis:q,Fe=m&&ue?K2(Ie,U,$e):Mi(m?Ie:G,U,m?$e:q);w[D]=Fe,_[D]=Fe-U}e.modifiersData[r]=_}}const sh={name:"preventOverflow",enabled:!0,phase:"main",fn:mE,requiresIfExists:["offset"]};function gE(n){return{scrollLeft:n.scrollLeft,scrollTop:n.scrollTop}}function yE(n){return n===At(n)||!wt(n)?yl(n):gE(n)}function vE(n){var e=n.getBoundingClientRect(),t=Fr(e.width)/n.offsetWidth||1,r=Fr(e.height)/n.offsetHeight||1;return t!==1||r!==1}function bE(n,e,t){t===void 0&&(t=!1);var r=wt(e),i=wt(e)&&vE(e),o=_n(e),s=$r(n,i,t),l={scrollLeft:0,scrollTop:0},a={x:0,y:0};return(r||!r&&!t)&&((tn(e)!=="body"||bl(o))&&(l=yE(e)),wt(e)?(a=$r(e,!0),a.x+=e.clientLeft,a.y+=e.clientTop):o&&(a.x=vl(o))),{x:s.left+l.scrollLeft-a.x,y:s.top+l.scrollTop-a.y,width:s.width,height:s.height}}function EE(n){var e=new Map,t=new Set,r=[];n.forEach(function(o){e.set(o.name,o)});function i(o){t.add(o.name);var s=[].concat(o.requires||[],o.requiresIfExists||[]);s.forEach(function(l){if(!t.has(l)){var a=e.get(l);a&&i(a)}}),r.push(o)}return n.forEach(function(o){t.has(o.name)||i(o)}),r}function SE(n){var e=EE(n);return _o.reduce(function(t,r){return t.concat(e.filter(function(i){return i.phase===r}))},[])}function CE(n){var e;return function(){return e||(e=new Promise(function(t){Promise.resolve().then(function(){e=void 0,t(n())})})),e}}function Pn(n){for(var e=arguments.length,t=new Array(e>1?e-1:0),r=1;r<e;r++)t[r-1]=arguments[r];return[].concat(t).reduce(function(i,o){return i.replace(/%s/,o)},n)}var dr='Popper: modifier "%s" provided an invalid %s property, expected %s but got %s',TE='Popper: modifier "%s" requires "%s", but "%s" modifier is not available',ah=["name","enabled","phase","fn","effect","requires","options"];function AE(n){n.forEach(function(e){[].concat(Object.keys(e),ah).filter(function(t,r,i){return i.indexOf(t)===r}).forEach(function(t){switch(t){case"name":typeof e.name!="string"&&console.error(Pn(dr,String(e.name),'"name"','"string"','"'+String(e.name)+'"'));break;case"enabled":typeof e.enabled!="boolean"&&console.error(Pn(dr,e.name,'"enabled"','"boolean"','"'+String(e.enabled)+'"'));break;case"phase":_o.indexOf(e.phase)<0&&console.error(Pn(dr,e.name,'"phase"',"either "+_o.join(", "),'"'+String(e.phase)+'"'));break;case"fn":typeof e.fn!="function"&&console.error(Pn(dr,e.name,'"fn"','"function"','"'+String(e.fn)+'"'));break;case"effect":e.effect!=null&&typeof e.effect!="function"&&console.error(Pn(dr,e.name,'"effect"','"function"','"'+String(e.fn)+'"'));break;case"requires":e.requires!=null&&!Array.isArray(e.requires)&&console.error(Pn(dr,e.name,'"requires"','"array"','"'+String(e.requires)+'"'));break;case"requiresIfExists":Array.isArray(e.requiresIfExists)||console.error(Pn(dr,e.name,'"requiresIfExists"','"array"','"'+String(e.requiresIfExists)+'"'));break;case"options":case"data":break;default:console.error('PopperJS: an invalid property has been provided to the "'+e.name+'" modifier, valid properties are '+ah.map(function(r){return'"'+r+'"'}).join(", ")+'; but "'+t+'" was provided.')}e.requires&&e.requires.forEach(function(r){n.find(function(i){return i.name===r})==null&&console.error(Pn(TE,String(e.name),r,r))})})})}function wE(n,e){var t=new Set;return n.filter(function(r){var i=e(r);if(!t.has(i))return t.add(i),!0})}function xE(n){var e=n.reduce(function(t,r){var i=t[r.name];return t[r.name]=i?Object.assign({},i,r,{options:Object.assign({},i.options,r.options),data:Object.assign({},i.data,r.data)}):r,t},{});return Object.keys(e).map(function(t){return e[t]})}var lh="Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.",kE="Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.",ch={placement:"bottom",modifiers:[],strategy:"absolute"};function uh(){for(var n=arguments.length,e=new Array(n),t=0;t<n;t++)e[t]=arguments[t];return!e.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function zo(n){n===void 0&&(n={});var e=n,t=e.defaultModifiers,r=t===void 0?[]:t,i=e.defaultOptions,o=i===void 0?ch:i;return function(l,a,c){c===void 0&&(c=o);var u={placement:"bottom",orderedModifiers:[],options:Object.assign({},ch,o),modifiersData:{},elements:{reference:l,popper:a},attributes:{},styles:{}},d=[],f=!1,m={state:u,setOptions:function(S){var C=typeof S=="function"?S(u.options):S;g(),u.options=Object.assign({},o,u.options,C),u.scrollParents={reference:cr(l)?Ni(l):l.contextElement?Ni(l.contextElement):[],popper:Ni(a)};var A=SE(xE([].concat(r,u.options.modifiers)));if(u.orderedModifiers=A.filter(function(P){return P.enabled}),process.env.NODE_ENV!=="production"){var b=wE([].concat(A,u.options.modifiers),function(P){var _=P.name;return _});if(AE(b),Kt(u.options.placement)===ki){var D=u.orderedModifiers.find(function(P){var _=P.name;return _==="flip"});D||console.error(['Popper: "auto" placements require the "flip" modifier be',"present and enabled to work."].join(" "))}var w=Gt(a),B=w.marginTop,$=w.marginRight,V=w.marginBottom,F=w.marginLeft;[B,$,V,F].some(function(P){return parseFloat(P)})&&console.warn(['Popper: CSS "margin" styles cannot be used to apply padding',"between the popper and its reference element or boundary.","To replicate margin, use the `offset` modifier, as well as","the `padding` option in the `preventOverflow` and `flip`","modifiers."].join(" "))}return p(),m.update()},forceUpdate:function(){if(!f){var S=u.elements,C=S.reference,A=S.popper;if(!uh(C,A)){process.env.NODE_ENV!=="production"&&console.error(lh);return}u.rects={reference:bE(C,Oi(A),u.options.strategy==="fixed"),popper:hl(A)},u.reset=!1,u.placement=u.options.placement,u.orderedModifiers.forEach(function(P){return u.modifiersData[P.name]=Object.assign({},P.data)});for(var b=0,D=0;D<u.orderedModifiers.length;D++){if(process.env.NODE_ENV!=="production"&&(b+=1,b>100)){console.error(kE);break}if(u.reset===!0){u.reset=!1,D=-1;continue}var w=u.orderedModifiers[D],B=w.fn,$=w.options,V=$===void 0?{}:$,F=w.name;typeof B=="function"&&(u=B({state:u,options:V,name:F,instance:m})||u)}}},update:CE(function(){return new Promise(function(y){m.forceUpdate(),y(u)})}),destroy:function(){g(),f=!0}};if(!uh(l,a))return process.env.NODE_ENV!=="production"&&console.error(lh),m;m.setOptions(c).then(function(y){!f&&c.onFirstUpdate&&c.onFirstUpdate(y)});function p(){u.orderedModifiers.forEach(function(y){var S=y.name,C=y.options,A=C===void 0?{}:C,b=y.effect;if(typeof b=="function"){var D=b({state:u,name:S,instance:m,options:A}),w=function(){};d.push(D||w)}})}function g(){d.forEach(function(y){return y()}),d=[]}return m}}var OE=zo(),ME=[gl,Sl,ml,Po],NE=zo({defaultModifiers:ME}),IE=[gl,Sl,ml,Po,oh,th,sh,Jf,ih],Ho=zo({defaultModifiers:IE});const dh=Object.freeze(Object.defineProperty({__proto__:null,afterMain:$f,afterRead:Pf,afterWrite:Hf,applyStyles:Po,arrow:Jf,auto:ki,basePlacements:_r,beforeMain:Bf,beforeRead:Lf,beforeWrite:Vf,bottom:Ct,clippingParents:Df,computeStyles:ml,createPopper:Ho,createPopperBase:OE,createPopperLite:NE,detectOverflow:zr,end:Pr,eventListeners:gl,flip:th,hide:ih,left:ht,main:Ff,modifierPhases:_o,offset:oh,placements:ul,popper:Br,popperGenerator:zo,popperOffsets:Sl,preventOverflow:sh,read:_f,reference:Rf,right:Tt,start:lr,top:ft,variationPlacements:cl,viewport:ll,write:zf},Symbol.toStringTag,{value:"Module"}));var DE="tippy-box",fh="tippy-content",RE="tippy-backdrop",hh="tippy-arrow",ph="tippy-svg-arrow",fr={passive:!0,capture:!0},mh=function(){return document.body};function LE(n,e){return{}.hasOwnProperty.call(n,e)}function Cl(n,e,t){if(Array.isArray(n)){var r=n[e];return r??(Array.isArray(t)?t[e]:t)}return n}function Tl(n,e){var t={}.toString.call(n);return t.indexOf("[object")===0&&t.indexOf(e+"]")>-1}function gh(n,e){return typeof n=="function"?n.apply(void 0,e):n}function yh(n,e){if(e===0)return n;var t;return function(r){clearTimeout(t),t=setTimeout(function(){n(r)},e)}}function _E(n,e){var t=Object.assign({},n);return e.forEach(function(r){delete t[r]}),t}function PE(n){return n.split(/\s+/).filter(Boolean)}function Hr(n){return[].concat(n)}function vh(n,e){n.indexOf(e)===-1&&n.push(e)}function BE(n){return n.filter(function(e,t){return n.indexOf(e)===t})}function FE(n){return n.split("-")[0]}function Uo(n){return[].slice.call(n)}function bh(n){return Object.keys(n).reduce(function(e,t){return n[t]!==void 0&&(e[t]=n[t]),e},{})}function Ii(){return document.createElement("div")}function Di(n){return["Element","Fragment"].some(function(e){return Tl(n,e)})}function $E(n){return Tl(n,"NodeList")}function VE(n){return Tl(n,"MouseEvent")}function zE(n){return!!(n&&n._tippy&&n._tippy.reference===n)}function HE(n){return Di(n)?[n]:$E(n)?Uo(n):Array.isArray(n)?n:Uo(document.querySelectorAll(n))}function Al(n,e){n.forEach(function(t){t&&(t.style.transitionDuration=e+"ms")})}function Eh(n,e){n.forEach(function(t){t&&t.setAttribute("data-state",e)})}function UE(n){var e,t=Hr(n),r=t[0];return r!=null&&(e=r.ownerDocument)!=null&&e.body?r.ownerDocument:document}function jE(n,e){var t=e.clientX,r=e.clientY;return n.every(function(i){var o=i.popperRect,s=i.popperState,l=i.props,a=l.interactiveBorder,c=FE(s.placement),u=s.modifiersData.offset;if(!u)return!0;var d=c==="bottom"?u.top.y:0,f=c==="top"?u.bottom.y:0,m=c==="right"?u.left.x:0,p=c==="left"?u.right.x:0,g=o.top-r+d>a,y=r-o.bottom-f>a,S=o.left-t+m>a,C=t-o.right-p>a;return g||y||S||C})}function wl(n,e,t){var r=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(i){n[r](i,t)})}function Sh(n,e){for(var t=e;t;){var r;if(n.contains(t))return!0;t=t.getRootNode==null||(r=t.getRootNode())==null?void 0:r.host}return!1}var nn={isTouch:!1},Ch=0;function WE(){nn.isTouch||(nn.isTouch=!0,window.performance&&document.addEventListener("mousemove",Th))}function Th(){var n=performance.now();n-Ch<20&&(nn.isTouch=!1,document.removeEventListener("mousemove",Th)),Ch=n}function KE(){var n=document.activeElement;if(zE(n)){var e=n._tippy;n.blur&&!e.state.isVisible&&n.blur()}}function GE(){document.addEventListener("touchstart",WE,fr),window.addEventListener("blur",KE)}var YE=typeof window<"u"&&typeof document<"u",JE=YE?!!window.msCrypto:!1;function Ur(n){var e=n==="destroy"?"n already-":" ";return[n+"() was called on a"+e+"destroyed instance. This is a no-op but","indicates a potential memory leak."].join(" ")}function Ah(n){var e=/[ \t]{2,}/g,t=/^[ \t]*/gm;return n.replace(e," ").replace(t,"").trim()}function XE(n){return Ah(`
|
|
103
103
|
%ctippy.js
|
|
104
104
|
|
|
105
|
-
%c`+
|
|
105
|
+
%c`+Ah(n)+`
|
|
106
106
|
|
|
107
107
|
%c👷 This is a development-only message. It will be removed in production.
|
|
108
|
-
`)}function
|
|
108
|
+
`)}function wh(n){return[XE(n),"color: #00C584; font-size: 1.3em; font-weight: bold;","line-height: 1.5","color: #a6a095;"]}var Ri;process.env.NODE_ENV!=="production"&&QE();function QE(){Ri=new Set}function mn(n,e){if(n&&!Ri.has(e)){var t;Ri.add(e),(t=console).warn.apply(t,wh(e))}}function xl(n,e){if(n&&!Ri.has(e)){var t;Ri.add(e),(t=console).error.apply(t,wh(e))}}function ZE(n){var e=!n,t=Object.prototype.toString.call(n)==="[object Object]"&&!n.addEventListener;xl(e,["tippy() was passed","`"+String(n)+"`","as its targets (first) argument. Valid types are: String, Element,","Element[], or NodeList."].join(" ")),xl(t,["tippy() was passed a plain object which is not supported as an argument","for virtual positioning. Use props.getReferenceClientRect instead."].join(" "))}var xh={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},qE={allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999},xt=Object.assign({appendTo:mh,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},xh,qE),e5=Object.keys(xt),t5=function(e){process.env.NODE_ENV!=="production"&&Mh(e,[]);var t=Object.keys(e);t.forEach(function(r){xt[r]=e[r]})};function kh(n){var e=n.plugins||[],t=e.reduce(function(r,i){var o=i.name,s=i.defaultValue;if(o){var l;r[o]=n[o]!==void 0?n[o]:(l=xt[o])!=null?l:s}return r},{});return Object.assign({},n,t)}function n5(n,e){var t=e?Object.keys(kh(Object.assign({},xt,{plugins:e}))):e5,r=t.reduce(function(i,o){var s=(n.getAttribute("data-tippy-"+o)||"").trim();if(!s)return i;if(o==="content")i[o]=s;else try{i[o]=JSON.parse(s)}catch{i[o]=s}return i},{});return r}function Oh(n,e){var t=Object.assign({},e,{content:gh(e.content,[n])},e.ignoreAttributes?{}:n5(n,e.plugins));return t.aria=Object.assign({},xt.aria,t.aria),t.aria={expanded:t.aria.expanded==="auto"?e.interactive:t.aria.expanded,content:t.aria.content==="auto"?e.interactive?null:"describedby":t.aria.content},t}function Mh(n,e){n===void 0&&(n={}),e===void 0&&(e=[]);var t=Object.keys(n);t.forEach(function(r){var i=_E(xt,Object.keys(xh)),o=!LE(i,r);o&&(o=e.filter(function(s){return s.name===r}).length===0),mn(o,["`"+r+"`","is not a valid prop. You may have spelled it incorrectly, or if it's","a plugin, forgot to pass it in an array as props.plugins.",`
|
|
109
109
|
|
|
110
110
|
`,`All props: https://atomiks.github.io/tippyjs/v6/all-props/
|
|
111
|
-
`,"Plugins: https://atomiks.github.io/tippyjs/v6/plugins/"].join(" "))})}var
|
|
111
|
+
`,"Plugins: https://atomiks.github.io/tippyjs/v6/plugins/"].join(" "))})}var r5=function(){return"innerHTML"};function kl(n,e){n[r5()]=e}function Nh(n){var e=Ii();return n===!0?e.className=hh:(e.className=ph,Di(n)?e.appendChild(n):kl(e,n)),e}function Ih(n,e){Di(e.content)?(kl(n,""),n.appendChild(e.content)):typeof e.content!="function"&&(e.allowHTML?kl(n,e.content):n.textContent=e.content)}function Ol(n){var e=n.firstElementChild,t=Uo(e.children);return{box:e,content:t.find(function(r){return r.classList.contains(fh)}),arrow:t.find(function(r){return r.classList.contains(hh)||r.classList.contains(ph)}),backdrop:t.find(function(r){return r.classList.contains(RE)})}}function Dh(n){var e=Ii(),t=Ii();t.className=DE,t.setAttribute("data-state","hidden"),t.setAttribute("tabindex","-1");var r=Ii();r.className=fh,r.setAttribute("data-state","hidden"),Ih(r,n.props),e.appendChild(t),t.appendChild(r),i(n.props,n.props);function i(o,s){var l=Ol(e),a=l.box,c=l.content,u=l.arrow;s.theme?a.setAttribute("data-theme",s.theme):a.removeAttribute("data-theme"),typeof s.animation=="string"?a.setAttribute("data-animation",s.animation):a.removeAttribute("data-animation"),s.inertia?a.setAttribute("data-inertia",""):a.removeAttribute("data-inertia"),a.style.maxWidth=typeof s.maxWidth=="number"?s.maxWidth+"px":s.maxWidth,s.role?a.setAttribute("role",s.role):a.removeAttribute("role"),(o.content!==s.content||o.allowHTML!==s.allowHTML)&&Ih(c,n.props),s.arrow?u?o.arrow!==s.arrow&&(a.removeChild(u),a.appendChild(Nh(s.arrow))):a.appendChild(Nh(s.arrow)):u&&a.removeChild(u)}return{popper:e,onUpdate:i}}Dh.$$tippy=!0;var i5=1,jo=[],Ml=[];function o5(n,e){var t=Oh(n,Object.assign({},xt,kh(bh(e)))),r,i,o,s=!1,l=!1,a=!1,c=!1,u,d,f,m=[],p=yh(N,t.interactiveDebounce),g,y=i5++,S=null,C=BE(t.plugins),A={isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},b={id:y,reference:n,popper:Ii(),popperInstance:S,props:t,state:A,plugins:C,clearDelayTimeouts:Ie,setProps:$e,setContent:Fe,show:Re,hide:Ye,hideWithInteractivity:Et,enable:ue,disable:ge,unmount:ot,destroy:Kn};if(!t.render)return process.env.NODE_ENV!=="production"&&xl(!0,"render() function has not been supplied."),b;var D=t.render(b),w=D.popper,B=D.onUpdate;w.setAttribute("data-tippy-root",""),w.id="tippy-"+b.id,b.popper=w,n._tippy=b,w._tippy=b;var $=C.map(function(J){return J.fn(b)}),V=n.hasAttribute("aria-expanded");return O(),fe(),ie(),j("onCreate",[b]),t.showOnCreate&&G(),w.addEventListener("mouseenter",function(){b.props.interactive&&b.state.isVisible&&b.clearDelayTimeouts()}),w.addEventListener("mouseleave",function(){b.props.interactive&&b.props.trigger.indexOf("mouseenter")>=0&&Y().addEventListener("mousemove",p)}),b;function F(){var J=b.props.touch;return Array.isArray(J)?J:[J,0]}function P(){return F()[0]==="hold"}function _(){var J;return!!((J=b.props.render)!=null&&J.$$tippy)}function H(){return g||n}function Y(){var J=H().parentNode;return J?UE(J):document}function X(){return Ol(w)}function Q(J){return b.state.isMounted&&!b.state.isVisible||nn.isTouch||u&&u.type==="focus"?0:Cl(b.props.delay,J?0:1,xt.delay)}function ie(J){J===void 0&&(J=!1),w.style.pointerEvents=b.props.interactive&&!J?"":"none",w.style.zIndex=""+b.props.zIndex}function j(J,ae,le){if(le===void 0&&(le=!0),$.forEach(function(we){we[J]&&we[J].apply(we,ae)}),le){var Ce;(Ce=b.props)[J].apply(Ce,ae)}}function ce(){var J=b.props.aria;if(J.content){var ae="aria-"+J.content,le=w.id,Ce=Hr(b.props.triggerTarget||n);Ce.forEach(function(we){var ze=we.getAttribute(ae);if(b.state.isVisible)we.setAttribute(ae,ze?ze+" "+le:le);else{var Ue=ze&&ze.replace(le,"").trim();Ue?we.setAttribute(ae,Ue):we.removeAttribute(ae)}})}}function fe(){if(!(V||!b.props.aria.expanded)){var J=Hr(b.props.triggerTarget||n);J.forEach(function(ae){b.props.interactive?ae.setAttribute("aria-expanded",b.state.isVisible&&ae===H()?"true":"false"):ae.removeAttribute("aria-expanded")})}}function Ee(){Y().removeEventListener("mousemove",p),jo=jo.filter(function(J){return J!==p})}function Ae(J){if(!(nn.isTouch&&(a||J.type==="mousedown"))){var ae=J.composedPath&&J.composedPath()[0]||J.target;if(!(b.props.interactive&&Sh(w,ae))){if(Hr(b.props.triggerTarget||n).some(function(le){return Sh(le,ae)})){if(nn.isTouch||b.state.isVisible&&b.props.trigger.indexOf("click")>=0)return}else j("onClickOutside",[b,J]);b.props.hideOnClick===!0&&(b.clearDelayTimeouts(),b.hide(),l=!0,setTimeout(function(){l=!1}),b.state.isMounted||Me())}}}function Se(){a=!0}function Oe(){a=!1}function xe(){var J=Y();J.addEventListener("mousedown",Ae,!0),J.addEventListener("touchend",Ae,fr),J.addEventListener("touchstart",Oe,fr),J.addEventListener("touchmove",Se,fr)}function Me(){var J=Y();J.removeEventListener("mousedown",Ae,!0),J.removeEventListener("touchend",Ae,fr),J.removeEventListener("touchstart",Oe,fr),J.removeEventListener("touchmove",Se,fr)}function ye(J,ae){M(J,function(){!b.state.isVisible&&w.parentNode&&w.parentNode.contains(w)&&ae()})}function k(J,ae){M(J,ae)}function M(J,ae){var le=X().box;function Ce(we){we.target===le&&(wl(le,"remove",Ce),ae())}if(J===0)return ae();wl(le,"remove",d),wl(le,"add",Ce),d=Ce}function T(J,ae,le){le===void 0&&(le=!1);var Ce=Hr(b.props.triggerTarget||n);Ce.forEach(function(we){we.addEventListener(J,ae,le),m.push({node:we,eventType:J,handler:ae,options:le})})}function O(){P()&&(T("touchstart",E,{passive:!0}),T("touchend",I,{passive:!0})),PE(b.props.trigger).forEach(function(J){if(J!=="manual")switch(T(J,E),J){case"mouseenter":T("mouseleave",I);break;case"focus":T(JE?"focusout":"blur",R);break;case"focusin":T("focusout",R);break}})}function v(){m.forEach(function(J){var ae=J.node,le=J.eventType,Ce=J.handler,we=J.options;ae.removeEventListener(le,Ce,we)}),m=[]}function E(J){var ae,le=!1;if(!(!b.state.isEnabled||L(J)||l)){var Ce=((ae=u)==null?void 0:ae.type)==="focus";u=J,g=J.currentTarget,fe(),!b.state.isVisible&&VE(J)&&jo.forEach(function(we){return we(J)}),J.type==="click"&&(b.props.trigger.indexOf("mouseenter")<0||s)&&b.props.hideOnClick!==!1&&b.state.isVisible?le=!0:G(J),J.type==="click"&&(s=!le),le&&!Ce&&q(J)}}function N(J){var ae=J.target,le=H().contains(ae)||w.contains(ae);if(!(J.type==="mousemove"&&le)){var Ce=K().concat(w).map(function(we){var ze,Ue=we._tippy,pt=(ze=Ue.popperInstance)==null?void 0:ze.state;return pt?{popperRect:we.getBoundingClientRect(),popperState:pt,props:t}:null}).filter(Boolean);jE(Ce,J)&&(Ee(),q(J))}}function I(J){var ae=L(J)||b.props.trigger.indexOf("click")>=0&&s;if(!ae){if(b.props.interactive){b.hideWithInteractivity(J);return}q(J)}}function R(J){b.props.trigger.indexOf("focusin")<0&&J.target!==H()||b.props.interactive&&J.relatedTarget&&w.contains(J.relatedTarget)||q(J)}function L(J){return nn.isTouch?P()!==J.type.indexOf("touch")>=0:!1}function z(){W();var J=b.props,ae=J.popperOptions,le=J.placement,Ce=J.offset,we=J.getReferenceClientRect,ze=J.moveTransition,Ue=_()?Ol(w).arrow:null,pt=we?{getBoundingClientRect:we,contextElement:we.contextElement||H()}:n,mt={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(Gn){var Ot=Gn.state;if(_()){var Ft=X(),ii=Ft.box;["placement","reference-hidden","escaped"].forEach(function($t){$t==="placement"?ii.setAttribute("data-placement",Ot.placement):Ot.attributes.popper["data-popper-"+$t]?ii.setAttribute("data-"+$t,""):ii.removeAttribute("data-"+$t)}),Ot.attributes.popper={}}}},tt=[{name:"offset",options:{offset:Ce}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!ze}},mt];_()&&Ue&&tt.push({name:"arrow",options:{element:Ue,padding:3}}),tt.push.apply(tt,(ae==null?void 0:ae.modifiers)||[]),b.popperInstance=Ho(pt,w,Object.assign({},ae,{placement:le,onFirstUpdate:f,modifiers:tt}))}function W(){b.popperInstance&&(b.popperInstance.destroy(),b.popperInstance=null)}function U(){var J=b.props.appendTo,ae,le=H();b.props.interactive&&J===mh||J==="parent"?ae=le.parentNode:ae=gh(J,[le]),ae.contains(w)||ae.appendChild(w),b.state.isMounted=!0,z(),process.env.NODE_ENV!=="production"&&mn(b.props.interactive&&J===xt.appendTo&&le.nextElementSibling!==w,["Interactive tippy element may not be accessible via keyboard","navigation because it is not directly after the reference element","in the DOM source order.",`
|
|
112
112
|
|
|
113
113
|
`,"Using a wrapper <div> or <span> tag around the reference element","solves this by creating a new parentNode context.",`
|
|
114
114
|
|
|
115
115
|
`,"Specifying `appendTo: document.body` silences this warning, but it","assumes you are using a focus management solution to handle","keyboard navigation.",`
|
|
116
116
|
|
|
117
|
-
`,"See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "))}function
|
|
117
|
+
`,"See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "))}function K(){return Uo(w.querySelectorAll("[data-tippy-root]"))}function G(J){b.clearDelayTimeouts(),J&&j("onTrigger",[b,J]),xe();var ae=Q(!0),le=F(),Ce=le[0],we=le[1];nn.isTouch&&Ce==="hold"&&we&&(ae=we),ae?r=setTimeout(function(){b.show()},ae):b.show()}function q(J){if(b.clearDelayTimeouts(),j("onUntrigger",[b,J]),!b.state.isVisible){Me();return}if(!(b.props.trigger.indexOf("mouseenter")>=0&&b.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(J.type)>=0&&s)){var ae=Q(!1);ae?i=setTimeout(function(){b.state.isVisible&&b.hide()},ae):o=requestAnimationFrame(function(){b.hide()})}}function ue(){b.state.isEnabled=!0}function ge(){b.hide(),b.state.isEnabled=!1}function Ie(){clearTimeout(r),clearTimeout(i),cancelAnimationFrame(o)}function $e(J){if(process.env.NODE_ENV!=="production"&&mn(b.state.isDestroyed,Ur("setProps")),!b.state.isDestroyed){j("onBeforeUpdate",[b,J]),v();var ae=b.props,le=Oh(n,Object.assign({},ae,bh(J),{ignoreAttributes:!0}));b.props=le,O(),ae.interactiveDebounce!==le.interactiveDebounce&&(Ee(),p=yh(N,le.interactiveDebounce)),ae.triggerTarget&&!le.triggerTarget?Hr(ae.triggerTarget).forEach(function(Ce){Ce.removeAttribute("aria-expanded")}):le.triggerTarget&&n.removeAttribute("aria-expanded"),fe(),ie(),B&&B(ae,le),b.popperInstance&&(z(),K().forEach(function(Ce){requestAnimationFrame(Ce._tippy.popperInstance.forceUpdate)})),j("onAfterUpdate",[b,J])}}function Fe(J){b.setProps({content:J})}function Re(){process.env.NODE_ENV!=="production"&&mn(b.state.isDestroyed,Ur("show"));var J=b.state.isVisible,ae=b.state.isDestroyed,le=!b.state.isEnabled,Ce=nn.isTouch&&!b.props.touch,we=Cl(b.props.duration,0,xt.duration);if(!(J||ae||le||Ce)&&!H().hasAttribute("disabled")&&(j("onShow",[b],!1),b.props.onShow(b)!==!1)){if(b.state.isVisible=!0,_()&&(w.style.visibility="visible"),ie(),xe(),b.state.isMounted||(w.style.transition="none"),_()){var ze=X(),Ue=ze.box,pt=ze.content;Al([Ue,pt],0)}f=function(){var tt;if(!(!b.state.isVisible||c)){if(c=!0,w.offsetHeight,w.style.transition=b.props.moveTransition,_()&&b.props.animation){var ln=X(),Gn=ln.box,Ot=ln.content;Al([Gn,Ot],we),Eh([Gn,Ot],"visible")}ce(),fe(),vh(Ml,b),(tt=b.popperInstance)==null||tt.forceUpdate(),j("onMount",[b]),b.props.animation&&_()&&k(we,function(){b.state.isShown=!0,j("onShown",[b])})}},U()}}function Ye(){process.env.NODE_ENV!=="production"&&mn(b.state.isDestroyed,Ur("hide"));var J=!b.state.isVisible,ae=b.state.isDestroyed,le=!b.state.isEnabled,Ce=Cl(b.props.duration,1,xt.duration);if(!(J||ae||le)&&(j("onHide",[b],!1),b.props.onHide(b)!==!1)){if(b.state.isVisible=!1,b.state.isShown=!1,c=!1,s=!1,_()&&(w.style.visibility="hidden"),Ee(),Me(),ie(!0),_()){var we=X(),ze=we.box,Ue=we.content;b.props.animation&&(Al([ze,Ue],Ce),Eh([ze,Ue],"hidden"))}ce(),fe(),b.props.animation?_()&&ye(Ce,b.unmount):b.unmount()}}function Et(J){process.env.NODE_ENV!=="production"&&mn(b.state.isDestroyed,Ur("hideWithInteractivity")),Y().addEventListener("mousemove",p),vh(jo,p),p(J)}function ot(){process.env.NODE_ENV!=="production"&&mn(b.state.isDestroyed,Ur("unmount")),b.state.isVisible&&b.hide(),b.state.isMounted&&(W(),K().forEach(function(J){J._tippy.unmount()}),w.parentNode&&w.parentNode.removeChild(w),Ml=Ml.filter(function(J){return J!==b}),b.state.isMounted=!1,j("onHidden",[b]))}function Kn(){process.env.NODE_ENV!=="production"&&mn(b.state.isDestroyed,Ur("destroy")),!b.state.isDestroyed&&(b.clearDelayTimeouts(),b.unmount(),v(),delete n._tippy,b.state.isDestroyed=!0,j("onDestroy",[b]))}}function jr(n,e){e===void 0&&(e={});var t=xt.plugins.concat(e.plugins||[]);process.env.NODE_ENV!=="production"&&(ZE(n),Mh(e,t)),GE();var r=Object.assign({},e,{plugins:t}),i=HE(n);if(process.env.NODE_ENV!=="production"){var o=Di(r.content),s=i.length>1;mn(o&&s,["tippy() was passed an Element as the `content` prop, but more than","one tippy instance was created by this invocation. This means the","content element will only be appended to the last tippy instance.",`
|
|
118
118
|
|
|
119
119
|
`,"Instead, pass the .innerHTML of the element, or use a function that","returns a cloned version of the element instead.",`
|
|
120
120
|
|
|
121
121
|
`,`1) content: element.innerHTML
|
|
122
|
-
`,"2) content: () => element.cloneNode(true)"].join(" "))}var l=o.reduce(function(a,c){var u=c&&y2(c,r);return u&&a.push(u),a},[]);return _r(n)?l[0]:l}yr.defaultProps=St,yr.setDefaultProps=p2,yr.currentInput=Zt,Object.assign({},Zu,{effect:function(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow)}}),yr.setDefaultProps({render:Ld});class v2{constructor({editor:e,element:t,view:r,tippyOptions:o={},updateDelay:i=250,shouldShow:s}){this.preventHide=!1,this.shouldShow=({view:l,state:a,from:c,to:u})=>{const{doc:d,selection:f}=a,{empty:h}=f,p=!d.textBetween(c,u).length&&Xs(a.selection),g=this.element.contains(document.activeElement);return!(!(l.hasFocus()||g)||h||p||!this.editor.isEditable)},this.mousedownHandler=()=>{this.preventHide=!0},this.dragstartHandler=()=>{this.hide()},this.focusHandler=()=>{setTimeout(()=>this.update(this.editor.view))},this.blurHandler=({event:l})=>{var a;if(this.preventHide){this.preventHide=!1;return}l!=null&&l.relatedTarget&&(!((a=this.element.parentNode)===null||a===void 0)&&a.contains(l.relatedTarget))||this.hide()},this.tippyBlurHandler=l=>{this.blurHandler({event:l})},this.handleDebouncedUpdate=(l,a)=>{const c=!(a!=null&&a.selection.eq(l.state.selection)),u=!(a!=null&&a.doc.eq(l.state.doc));!c&&!u||(this.updateDebounceTimer&&clearTimeout(this.updateDebounceTimer),this.updateDebounceTimer=window.setTimeout(()=>{this.updateHandler(l,c,u,a)},this.updateDelay))},this.updateHandler=(l,a,c,u)=>{var d,f,h;const{state:p,composing:g}=l,{selection:y}=p;if(g||!a&&!c)return;this.createTooltip();const{ranges:k}=y,C=Math.min(...k.map(w=>w.$from.pos)),b=Math.max(...k.map(w=>w.$to.pos));if(!((d=this.shouldShow)===null||d===void 0?void 0:d.call(this,{editor:this.editor,view:l,state:p,oldState:u,from:C,to:b}))){this.hide();return}(f=this.tippy)===null||f===void 0||f.setProps({getReferenceClientRect:((h=this.tippyOptions)===null||h===void 0?void 0:h.getReferenceClientRect)||(()=>{if(gy(p.selection)){let w=l.nodeDOM(C);const F=w.dataset.nodeViewWrapper?w:w.querySelector("[data-node-view-wrapper]");if(F&&(w=F.firstChild),w)return w.getBoundingClientRect()}return Ku(l,C,b)})}),this.show()},this.editor=e,this.element=t,this.view=r,this.updateDelay=i,s&&(this.shouldShow=s),this.element.addEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.view.dom.addEventListener("dragstart",this.dragstartHandler),this.editor.on("focus",this.focusHandler),this.editor.on("blur",this.blurHandler),this.tippyOptions=o,this.element.remove(),this.element.style.visibility="visible"}createTooltip(){const{element:e}=this.editor.options,t=!!e.parentElement;this.tippy||!t||(this.tippy=yr(e,{duration:0,getReferenceClientRect:null,content:this.element,interactive:!0,trigger:"manual",placement:"top",hideOnClick:"toggle",...this.tippyOptions}),this.tippy.popper.firstChild&&this.tippy.popper.firstChild.addEventListener("blur",this.tippyBlurHandler))}update(e,t){const{state:r}=e,o=r.selection.$from.pos!==r.selection.$to.pos;if(this.updateDelay>0&&o){this.handleDebouncedUpdate(e,t);return}const i=!(t!=null&&t.selection.eq(e.state.selection)),s=!(t!=null&&t.doc.eq(e.state.doc));this.updateHandler(e,i,s,t)}show(){var e;(e=this.tippy)===null||e===void 0||e.show()}hide(){var e;(e=this.tippy)===null||e===void 0||e.hide()}destroy(){var e,t;!((e=this.tippy)===null||e===void 0)&&e.popper.firstChild&&this.tippy.popper.firstChild.removeEventListener("blur",this.tippyBlurHandler),(t=this.tippy)===null||t===void 0||t.destroy(),this.element.removeEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.view.dom.removeEventListener("dragstart",this.dragstartHandler),this.editor.off("focus",this.focusHandler),this.editor.off("blur",this.blurHandler)}}const Pd=n=>new ft({key:typeof n.pluginKey=="string"?new Ft(n.pluginKey):n.pluginKey,view:e=>new v2({view:e,...n})});Tt.create({name:"bubbleMenu",addOptions(){return{element:null,tippyOptions:{},pluginKey:"bubbleMenu",updateDelay:void 0,shouldShow:null}},addProseMirrorPlugins(){return this.options.element?[Pd({pluginKey:this.options.pluginKey,editor:this.editor,element:this.options.element,tippyOptions:this.options.tippyOptions,updateDelay:this.options.updateDelay,shouldShow:this.options.shouldShow})]:[]}});class b2{constructor({editor:e,element:t,view:r,tippyOptions:o={},shouldShow:i}){this.preventHide=!1,this.shouldShow=({view:s,state:l})=>{const{selection:a}=l,{$anchor:c,empty:u}=a,d=c.depth===1,f=c.parent.isTextblock&&!c.parent.type.spec.code&&!c.parent.textContent;return!(!s.hasFocus()||!u||!d||!f||!this.editor.isEditable)},this.mousedownHandler=()=>{this.preventHide=!0},this.focusHandler=()=>{setTimeout(()=>this.update(this.editor.view))},this.blurHandler=({event:s})=>{var l;if(this.preventHide){this.preventHide=!1;return}s!=null&&s.relatedTarget&&(!((l=this.element.parentNode)===null||l===void 0)&&l.contains(s.relatedTarget))||this.hide()},this.tippyBlurHandler=s=>{this.blurHandler({event:s})},this.editor=e,this.element=t,this.view=r,i&&(this.shouldShow=i),this.element.addEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.editor.on("focus",this.focusHandler),this.editor.on("blur",this.blurHandler),this.tippyOptions=o,this.element.remove(),this.element.style.visibility="visible"}createTooltip(){const{element:e}=this.editor.options,t=!!e.parentElement;this.tippy||!t||(this.tippy=yr(e,{duration:0,getReferenceClientRect:null,content:this.element,interactive:!0,trigger:"manual",placement:"right",hideOnClick:"toggle",...this.tippyOptions}),this.tippy.popper.firstChild&&this.tippy.popper.firstChild.addEventListener("blur",this.tippyBlurHandler))}update(e,t){var r,o,i;const{state:s}=e,{doc:l,selection:a}=s,{from:c,to:u}=a;if(t&&t.doc.eq(l)&&t.selection.eq(a))return;if(this.createTooltip(),!((r=this.shouldShow)===null||r===void 0?void 0:r.call(this,{editor:this.editor,view:e,state:s,oldState:t}))){this.hide();return}(o=this.tippy)===null||o===void 0||o.setProps({getReferenceClientRect:((i=this.tippyOptions)===null||i===void 0?void 0:i.getReferenceClientRect)||(()=>Ku(e,c,u))}),this.show()}show(){var e;(e=this.tippy)===null||e===void 0||e.show()}hide(){var e;(e=this.tippy)===null||e===void 0||e.hide()}destroy(){var e,t;!((e=this.tippy)===null||e===void 0)&&e.popper.firstChild&&this.tippy.popper.firstChild.removeEventListener("blur",this.tippyBlurHandler),(t=this.tippy)===null||t===void 0||t.destroy(),this.element.removeEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.editor.off("focus",this.focusHandler),this.editor.off("blur",this.blurHandler)}}const Bd=n=>new ft({key:typeof n.pluginKey=="string"?new Ft(n.pluginKey):n.pluginKey,view:e=>new b2({view:e,...n})});Tt.create({name:"floatingMenu",addOptions(){return{element:null,tippyOptions:{},pluginKey:"floatingMenu",shouldShow:null}},addProseMirrorPlugins(){return this.options.element?[Bd({pluginKey:this.options.pluginKey,editor:this.editor,element:this.options.element,tippyOptions:this.options.tippyOptions,shouldShow:this.options.shouldShow})]:[]}}),m.defineComponent({name:"BubbleMenu",props:{pluginKey:{type:[String,Object],default:"bubbleMenu"},editor:{type:Object,required:!0},updateDelay:{type:Number,default:void 0},tippyOptions:{type:Object,default:()=>({})},shouldShow:{type:Function,default:null}},setup(n,{slots:e}){const t=m.ref(null);return m.onMounted(()=>{const{updateDelay:r,editor:o,pluginKey:i,shouldShow:s,tippyOptions:l}=n;o.registerPlugin(Pd({updateDelay:r,editor:o,element:t.value,pluginKey:i,shouldShow:s,tippyOptions:l}))}),m.onBeforeUnmount(()=>{const{pluginKey:r,editor:o}=n;o.unregisterPlugin(r)}),()=>{var r;return m.h("div",{ref:t},(r=e.default)===null||r===void 0?void 0:r.call(e))}}});function Fd(n){return m.customRef((e,t)=>({get(){return e(),n},set(r){n=r,requestAnimationFrame(()=>{requestAnimationFrame(()=>{t()})})}}))}class x2 extends Py{constructor(e={}){return super(e),this.vueRenderers=m.reactive(new Map),this.contentComponent=null,this.reactiveState=Fd(this.view.state),this.reactiveExtensionStorage=Fd(this.extensionStorage),this.on("transaction",()=>{this.reactiveState.value=this.view.state,this.reactiveExtensionStorage.value=this.extensionStorage}),m.markRaw(this)}get state(){return this.reactiveState?this.reactiveState.value:this.view.state}get storage(){return this.reactiveExtensionStorage?this.reactiveExtensionStorage.value:super.storage}registerPlugin(e,t){super.registerPlugin(e,t),this.reactiveState.value=this.view.state}unregisterPlugin(e){super.unregisterPlugin(e),this.reactiveState.value=this.view.state}}const S2=m.defineComponent({name:"EditorContent",props:{editor:{default:null,type:Object}},setup(n){const e=m.ref(),t=m.getCurrentInstance();return m.watchEffect(()=>{const r=n.editor;r&&r.options.element&&e.value&&m.nextTick(()=>{if(!e.value||!r.options.element.firstChild)return;const o=m.unref(e.value);e.value.append(...r.options.element.childNodes),r.contentComponent=t.ctx._,r.setOptions({element:o}),r.createNodeViews()})}),m.onBeforeUnmount(()=>{const r=n.editor;if(!r||(r.isDestroyed||r.view.setProps({nodeViews:{}}),r.contentComponent=null,!r.options.element.firstChild))return;const o=document.createElement("div");o.append(...r.options.element.childNodes),r.setOptions({element:o})}),{rootEl:e}},render(){const n=[];return this.editor&&this.editor.vueRenderers.forEach(e=>{const t=m.h(m.Teleport,{to:e.teleportElement,key:e.id},m.h(e.component,{ref:e.id,...e.props}));n.push(t)}),m.h("div",{ref:e=>{this.rootEl=e}},...n)}});m.defineComponent({name:"FloatingMenu",props:{pluginKey:{type:null,default:"floatingMenu"},editor:{type:Object,required:!0},tippyOptions:{type:Object,default:()=>({})},shouldShow:{type:Function,default:null}},setup(n,{slots:e}){const t=m.ref(null);return m.onMounted(()=>{const{pluginKey:r,editor:o,tippyOptions:i,shouldShow:s}=n;o.registerPlugin(Bd({pluginKey:r,editor:o,element:t.value,tippyOptions:i,shouldShow:s}))}),m.onBeforeUnmount(()=>{const{pluginKey:r,editor:o}=n;o.unregisterPlugin(r)}),()=>{var r;return m.h("div",{ref:t},(r=e.default)===null||r===void 0?void 0:r.call(e))}}}),m.defineComponent({name:"NodeViewContent",props:{as:{type:String,default:"div"}},render(){return m.h(this.as,{style:{whiteSpace:"pre-wrap"},"data-node-view-content":""})}}),m.defineComponent({name:"NodeViewWrapper",props:{as:{type:String,default:"div"}},inject:["onDragStart","decorationClasses"],render(){var n,e;return m.h(this.as,{class:this.decorationClasses,style:{whiteSpace:"normal"},"data-node-view-wrapper":"",onDragstart:this.onDragStart},(e=(n=this.$slots).default)===null||e===void 0?void 0:e.call(n))}});const E2=(n={})=>{const e=m.shallowRef();return m.onMounted(()=>{e.value=new x2(n)}),m.onBeforeUnmount(()=>{var t;(t=e.value)===null||t===void 0||t.destroy()}),e},k2=At.create({name:"doc",topNode:!0,content:"block+"}),C2=At.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:n}){return["p",ct(this.options.HTMLAttributes,n),0]},addCommands(){return{setParagraph:()=>({commands:n})=>n.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),w2=At.create({name:"text",group:"inline"}),T2="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4vianca6w0s2x0a2z0ure5ba0by2idu3namex3narepublic11d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2ntley5rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0cast4mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dabur3d1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0ardian6cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6logistics9properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3ncaster6d0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2psy3ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2tura4vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9dnavy5lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0america6xi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0a1b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp2w2ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4finity6ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",A2="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",vr=(n,e)=>{for(const t in e)n[t]=e[t];return n},ba="numeric",xa="ascii",Sa="alpha",ei="asciinumeric",ti="alphanumeric",Ea="domain",Vd="emoji",O2="scheme",M2="slashscheme",zd="whitespace";function I2(n,e){return n in e||(e[n]=[]),e[n]}function Yn(n,e,t){e[ba]&&(e[ei]=!0,e[ti]=!0),e[xa]&&(e[ei]=!0,e[Sa]=!0),e[ei]&&(e[ti]=!0),e[Sa]&&(e[ti]=!0),e[ti]&&(e[Ea]=!0),e[Vd]&&(e[Ea]=!0);for(const r in e){const o=I2(r,t);o.indexOf(n)<0&&o.push(n)}}function N2(n,e){const t={};for(const r in e)e[r].indexOf(n)>=0&&(t[r]=!0);return t}function gt(n){n===void 0&&(n=null),this.j={},this.jr=[],this.jd=null,this.t=n}gt.groups={},gt.prototype={accepts(){return!!this.t},go(n){const e=this,t=e.j[n];if(t)return t;for(let r=0;r<e.jr.length;r++){const o=e.jr[r][0],i=e.jr[r][1];if(i&&o.test(n))return i}return e.jd},has(n,e){return e===void 0&&(e=!1),e?n in this.j:!!this.go(n)},ta(n,e,t,r){for(let o=0;o<n.length;o++)this.tt(n[o],e,t,r)},tr(n,e,t,r){r=r||gt.groups;let o;return e&&e.j?o=e:(o=new gt(e),t&&r&&Yn(e,t,r)),this.jr.push([n,o]),o},ts(n,e,t,r){let o=this;const i=n.length;if(!i)return o;for(let s=0;s<i-1;s++)o=o.tt(n[s]);return o.tt(n[i-1],e,t,r)},tt(n,e,t,r){r=r||gt.groups;const o=this;if(e&&e.j)return o.j[n]=e,e;const i=e;let s,l=o.go(n);if(l?(s=new gt,vr(s.j,l.j),s.jr.push.apply(s.jr,l.jr),s.jd=l.jd,s.t=l.t):s=new gt,i){if(r)if(s.t&&typeof s.t=="string"){const a=vr(N2(s.t,r),t);Yn(i,a,r)}else t&&Yn(i,t,r);s.t=i}return o.j[n]=s,s}};const Oe=(n,e,t,r,o)=>n.ta(e,t,r,o),It=(n,e,t,r,o)=>n.tr(e,t,r,o),$d=(n,e,t,r,o)=>n.ts(e,t,r,o),ue=(n,e,t,r,o)=>n.tt(e,t,r,o),ln="WORD",ka="UWORD",eo="LOCALHOST",Ca="TLD",wa="UTLD",ni="SCHEME",br="SLASH_SCHEME",Ta="NUM",Ud="WS",Aa="NL",to="OPENBRACE",no="CLOSEBRACE",ri="OPENBRACKET",oi="CLOSEBRACKET",ii="OPENPAREN",si="CLOSEPAREN",ai="OPENANGLEBRACKET",li="CLOSEANGLEBRACKET",ci="FULLWIDTHLEFTPAREN",ui="FULLWIDTHRIGHTPAREN",di="LEFTCORNERBRACKET",fi="RIGHTCORNERBRACKET",pi="LEFTWHITECORNERBRACKET",hi="RIGHTWHITECORNERBRACKET",mi="FULLWIDTHLESSTHAN",gi="FULLWIDTHGREATERTHAN",yi="AMPERSAND",vi="APOSTROPHE",bi="ASTERISK",Tn="AT",xi="BACKSLASH",Si="BACKTICK",Ei="CARET",An="COLON",Oa="COMMA",ki="DOLLAR",Qt="DOT",Ci="EQUALS",Ma="EXCLAMATION",_t="HYPHEN",wi="PERCENT",Ti="PIPE",Ai="PLUS",Oi="POUND",Mi="QUERY",Ia="QUOTE",Na="SEMI",qt="SLASH",ro="TILDE",Ii="UNDERSCORE",Hd="EMOJI",Ni="SYM";var jd=Object.freeze({__proto__:null,WORD:ln,UWORD:ka,LOCALHOST:eo,TLD:Ca,UTLD:wa,SCHEME:ni,SLASH_SCHEME:br,NUM:Ta,WS:Ud,NL:Aa,OPENBRACE:to,CLOSEBRACE:no,OPENBRACKET:ri,CLOSEBRACKET:oi,OPENPAREN:ii,CLOSEPAREN:si,OPENANGLEBRACKET:ai,CLOSEANGLEBRACKET:li,FULLWIDTHLEFTPAREN:ci,FULLWIDTHRIGHTPAREN:ui,LEFTCORNERBRACKET:di,RIGHTCORNERBRACKET:fi,LEFTWHITECORNERBRACKET:pi,RIGHTWHITECORNERBRACKET:hi,FULLWIDTHLESSTHAN:mi,FULLWIDTHGREATERTHAN:gi,AMPERSAND:yi,APOSTROPHE:vi,ASTERISK:bi,AT:Tn,BACKSLASH:xi,BACKTICK:Si,CARET:Ei,COLON:An,COMMA:Oa,DOLLAR:ki,DOT:Qt,EQUALS:Ci,EXCLAMATION:Ma,HYPHEN:_t,PERCENT:wi,PIPE:Ti,PLUS:Ai,POUND:Oi,QUERY:Mi,QUOTE:Ia,SEMI:Na,SLASH:qt,TILDE:ro,UNDERSCORE:Ii,EMOJI:Hd,SYM:Ni});const xr=/[a-z]/,Ra=/\p{L}/u,Da=/\p{Emoji}/u,La=/\d/,Wd=/\s/,Kd=`
|
|
123
|
-
`,
|
|
122
|
+
`,"2) content: () => element.cloneNode(true)"].join(" "))}var l=i.reduce(function(a,c){var u=c&&o5(c,r);return u&&a.push(u),a},[]);return Di(n)?l[0]:l}jr.defaultProps=xt,jr.setDefaultProps=t5,jr.currentInput=nn,Object.assign({},Po,{effect:function(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow)}}),jr.setDefaultProps({render:Dh});class s5{constructor({editor:e,element:t,view:r,tippyOptions:i={},updateDelay:o=250,shouldShow:s}){this.preventHide=!1,this.shouldShow=({view:l,state:a,from:c,to:u})=>{const{doc:d,selection:f}=a,{empty:m}=f,p=!d.textBetween(c,u).length&&tl(a.selection),g=this.element.contains(document.activeElement);return!(!(l.hasFocus()||g)||m||p||!this.editor.isEditable)},this.mousedownHandler=()=>{this.preventHide=!0},this.dragstartHandler=()=>{this.hide()},this.focusHandler=()=>{setTimeout(()=>this.update(this.editor.view))},this.blurHandler=({event:l})=>{var a;if(this.preventHide){this.preventHide=!1;return}l!=null&&l.relatedTarget&&(!((a=this.element.parentNode)===null||a===void 0)&&a.contains(l.relatedTarget))||this.hide()},this.tippyBlurHandler=l=>{this.blurHandler({event:l})},this.handleDebouncedUpdate=(l,a)=>{const c=!(a!=null&&a.selection.eq(l.state.selection)),u=!(a!=null&&a.doc.eq(l.state.doc));!c&&!u||(this.updateDebounceTimer&&clearTimeout(this.updateDebounceTimer),this.updateDebounceTimer=window.setTimeout(()=>{this.updateHandler(l,c,u,a)},this.updateDelay))},this.updateHandler=(l,a,c,u)=>{var d,f,m;const{state:p,composing:g}=l,{selection:y}=p;if(g||!a&&!c)return;this.createTooltip();const{ranges:C}=y,A=Math.min(...C.map(w=>w.$from.pos)),b=Math.max(...C.map(w=>w.$to.pos));if(!((d=this.shouldShow)===null||d===void 0?void 0:d.call(this,{editor:this.editor,view:l,state:p,oldState:u,from:A,to:b}))){this.hide();return}(f=this.tippy)===null||f===void 0||f.setProps({getReferenceClientRect:((m=this.tippyOptions)===null||m===void 0?void 0:m.getReferenceClientRect)||(()=>{if(C2(p.selection)){let w=l.nodeDOM(A);const B=w.dataset.nodeViewWrapper?w:w.querySelector("[data-node-view-wrapper]");if(B&&(w=B.firstChild),w)return w.getBoundingClientRect()}return Nf(l,A,b)})}),this.show()},this.editor=e,this.element=t,this.view=r,this.updateDelay=o,s&&(this.shouldShow=s),this.element.addEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.view.dom.addEventListener("dragstart",this.dragstartHandler),this.editor.on("focus",this.focusHandler),this.editor.on("blur",this.blurHandler),this.tippyOptions=i,this.element.remove(),this.element.style.visibility="visible"}createTooltip(){const{element:e}=this.editor.options,t=!!e.parentElement;this.tippy||!t||(this.tippy=jr(e,{duration:0,getReferenceClientRect:null,content:this.element,interactive:!0,trigger:"manual",placement:"top",hideOnClick:"toggle",...this.tippyOptions}),this.tippy.popper.firstChild&&this.tippy.popper.firstChild.addEventListener("blur",this.tippyBlurHandler))}update(e,t){const{state:r}=e,i=r.selection.$from.pos!==r.selection.$to.pos;if(this.updateDelay>0&&i){this.handleDebouncedUpdate(e,t);return}const o=!(t!=null&&t.selection.eq(e.state.selection)),s=!(t!=null&&t.doc.eq(e.state.doc));this.updateHandler(e,o,s,t)}show(){var e;(e=this.tippy)===null||e===void 0||e.show()}hide(){var e;(e=this.tippy)===null||e===void 0||e.hide()}destroy(){var e,t;!((e=this.tippy)===null||e===void 0)&&e.popper.firstChild&&this.tippy.popper.firstChild.removeEventListener("blur",this.tippyBlurHandler),(t=this.tippy)===null||t===void 0||t.destroy(),this.element.removeEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.view.dom.removeEventListener("dragstart",this.dragstartHandler),this.editor.off("focus",this.focusHandler),this.editor.off("blur",this.blurHandler)}}const Rh=n=>new gt({key:typeof n.pluginKey=="string"?new Ut(n.pluginKey):n.pluginKey,view:e=>new s5({view:e,...n})});Dt.create({name:"bubbleMenu",addOptions(){return{element:null,tippyOptions:{},pluginKey:"bubbleMenu",updateDelay:void 0,shouldShow:null}},addProseMirrorPlugins(){return this.options.element?[Rh({pluginKey:this.options.pluginKey,editor:this.editor,element:this.options.element,tippyOptions:this.options.tippyOptions,updateDelay:this.options.updateDelay,shouldShow:this.options.shouldShow})]:[]}});class a5{constructor({editor:e,element:t,view:r,tippyOptions:i={},shouldShow:o}){this.preventHide=!1,this.shouldShow=({view:s,state:l})=>{const{selection:a}=l,{$anchor:c,empty:u}=a,d=c.depth===1,f=c.parent.isTextblock&&!c.parent.type.spec.code&&!c.parent.textContent;return!(!s.hasFocus()||!u||!d||!f||!this.editor.isEditable)},this.mousedownHandler=()=>{this.preventHide=!0},this.focusHandler=()=>{setTimeout(()=>this.update(this.editor.view))},this.blurHandler=({event:s})=>{var l;if(this.preventHide){this.preventHide=!1;return}s!=null&&s.relatedTarget&&(!((l=this.element.parentNode)===null||l===void 0)&&l.contains(s.relatedTarget))||this.hide()},this.tippyBlurHandler=s=>{this.blurHandler({event:s})},this.editor=e,this.element=t,this.view=r,o&&(this.shouldShow=o),this.element.addEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.editor.on("focus",this.focusHandler),this.editor.on("blur",this.blurHandler),this.tippyOptions=i,this.element.remove(),this.element.style.visibility="visible"}createTooltip(){const{element:e}=this.editor.options,t=!!e.parentElement;this.tippy||!t||(this.tippy=jr(e,{duration:0,getReferenceClientRect:null,content:this.element,interactive:!0,trigger:"manual",placement:"right",hideOnClick:"toggle",...this.tippyOptions}),this.tippy.popper.firstChild&&this.tippy.popper.firstChild.addEventListener("blur",this.tippyBlurHandler))}update(e,t){var r,i,o;const{state:s}=e,{doc:l,selection:a}=s,{from:c,to:u}=a;if(t&&t.doc.eq(l)&&t.selection.eq(a))return;if(this.createTooltip(),!((r=this.shouldShow)===null||r===void 0?void 0:r.call(this,{editor:this.editor,view:e,state:s,oldState:t}))){this.hide();return}(i=this.tippy)===null||i===void 0||i.setProps({getReferenceClientRect:((o=this.tippyOptions)===null||o===void 0?void 0:o.getReferenceClientRect)||(()=>Nf(e,c,u))}),this.show()}show(){var e;(e=this.tippy)===null||e===void 0||e.show()}hide(){var e;(e=this.tippy)===null||e===void 0||e.hide()}destroy(){var e,t;!((e=this.tippy)===null||e===void 0)&&e.popper.firstChild&&this.tippy.popper.firstChild.removeEventListener("blur",this.tippyBlurHandler),(t=this.tippy)===null||t===void 0||t.destroy(),this.element.removeEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.editor.off("focus",this.focusHandler),this.editor.off("blur",this.blurHandler)}}const Lh=n=>new gt({key:typeof n.pluginKey=="string"?new Ut(n.pluginKey):n.pluginKey,view:e=>new a5({view:e,...n})});Dt.create({name:"floatingMenu",addOptions(){return{element:null,tippyOptions:{},pluginKey:"floatingMenu",shouldShow:null}},addProseMirrorPlugins(){return this.options.element?[Lh({pluginKey:this.options.pluginKey,editor:this.editor,element:this.options.element,tippyOptions:this.options.tippyOptions,shouldShow:this.options.shouldShow})]:[]}}),h.defineComponent({name:"BubbleMenu",props:{pluginKey:{type:[String,Object],default:"bubbleMenu"},editor:{type:Object,required:!0},updateDelay:{type:Number,default:void 0},tippyOptions:{type:Object,default:()=>({})},shouldShow:{type:Function,default:null}},setup(n,{slots:e}){const t=h.ref(null);return h.onMounted(()=>{const{updateDelay:r,editor:i,pluginKey:o,shouldShow:s,tippyOptions:l}=n;i.registerPlugin(Rh({updateDelay:r,editor:i,element:t.value,pluginKey:o,shouldShow:s,tippyOptions:l}))}),h.onBeforeUnmount(()=>{const{pluginKey:r,editor:i}=n;i.unregisterPlugin(r)}),()=>{var r;return h.h("div",{ref:t},(r=e.default)===null||r===void 0?void 0:r.call(e))}}});function _h(n){return h.customRef((e,t)=>({get(){return e(),n},set(r){n=r,requestAnimationFrame(()=>{requestAnimationFrame(()=>{t()})})}}))}class l5 extends z2{constructor(e={}){return super(e),this.vueRenderers=h.reactive(new Map),this.contentComponent=null,this.reactiveState=_h(this.view.state),this.reactiveExtensionStorage=_h(this.extensionStorage),this.on("transaction",()=>{this.reactiveState.value=this.view.state,this.reactiveExtensionStorage.value=this.extensionStorage}),h.markRaw(this)}get state(){return this.reactiveState?this.reactiveState.value:this.view.state}get storage(){return this.reactiveExtensionStorage?this.reactiveExtensionStorage.value:super.storage}registerPlugin(e,t){super.registerPlugin(e,t),this.reactiveState.value=this.view.state}unregisterPlugin(e){super.unregisterPlugin(e),this.reactiveState.value=this.view.state}}const c5=h.defineComponent({name:"EditorContent",props:{editor:{default:null,type:Object}},setup(n){const e=h.ref(),t=h.getCurrentInstance();return h.watchEffect(()=>{const r=n.editor;r&&r.options.element&&e.value&&h.nextTick(()=>{if(!e.value||!r.options.element.firstChild)return;const i=h.unref(e.value);e.value.append(...r.options.element.childNodes),r.contentComponent=t.ctx._,r.setOptions({element:i}),r.createNodeViews()})}),h.onBeforeUnmount(()=>{const r=n.editor;if(!r||(r.isDestroyed||r.view.setProps({nodeViews:{}}),r.contentComponent=null,!r.options.element.firstChild))return;const i=document.createElement("div");i.append(...r.options.element.childNodes),r.setOptions({element:i})}),{rootEl:e}},render(){const n=[];return this.editor&&this.editor.vueRenderers.forEach(e=>{const t=h.h(h.Teleport,{to:e.teleportElement,key:e.id},h.h(e.component,{ref:e.id,...e.props}));n.push(t)}),h.h("div",{ref:e=>{this.rootEl=e}},...n)}});h.defineComponent({name:"FloatingMenu",props:{pluginKey:{type:null,default:"floatingMenu"},editor:{type:Object,required:!0},tippyOptions:{type:Object,default:()=>({})},shouldShow:{type:Function,default:null}},setup(n,{slots:e}){const t=h.ref(null);return h.onMounted(()=>{const{pluginKey:r,editor:i,tippyOptions:o,shouldShow:s}=n;i.registerPlugin(Lh({pluginKey:r,editor:i,element:t.value,tippyOptions:o,shouldShow:s}))}),h.onBeforeUnmount(()=>{const{pluginKey:r,editor:i}=n;i.unregisterPlugin(r)}),()=>{var r;return h.h("div",{ref:t},(r=e.default)===null||r===void 0?void 0:r.call(e))}}}),h.defineComponent({name:"NodeViewContent",props:{as:{type:String,default:"div"}},render(){return h.h(this.as,{style:{whiteSpace:"pre-wrap"},"data-node-view-content":""})}}),h.defineComponent({name:"NodeViewWrapper",props:{as:{type:String,default:"div"}},inject:["onDragStart","decorationClasses"],render(){var n,e;return h.h(this.as,{class:this.decorationClasses,style:{whiteSpace:"normal"},"data-node-view-wrapper":"",onDragstart:this.onDragStart},(e=(n=this.$slots).default)===null||e===void 0?void 0:e.call(n))}});const u5=(n={})=>{const e=h.shallowRef();return h.onMounted(()=>{e.value=new l5(n)}),h.onBeforeUnmount(()=>{var t;(t=e.value)===null||t===void 0||t.destroy()}),e},d5=pn.create({name:"doc",topNode:!0,content:"block+"}),f5=pn.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:n}){return["p",dt(this.options.HTMLAttributes,n),0]},addCommands(){return{setParagraph:()=>({commands:n})=>n.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),h5=pn.create({name:"text",group:"inline"}),p5="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4vianca6w0s2x0a2z0ure5ba0by2idu3namex3narepublic11d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2ntley5rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0cast4mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dabur3d1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0ardian6cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6logistics9properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3ncaster6d0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2psy3ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2tura4vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9dnavy5lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0america6xi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0a1b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp2w2ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4finity6ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",m5="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",Wr=(n,e)=>{for(const t in e)n[t]=e[t];return n},Nl="numeric",Il="ascii",Dl="alpha",Wo="asciinumeric",Ko="alphanumeric",Rl="domain",Ph="emoji",g5="scheme",y5="slashscheme",Bh="whitespace";function v5(n,e){return n in e||(e[n]=[]),e[n]}function hr(n,e,t){e[Nl]&&(e[Wo]=!0,e[Ko]=!0),e[Il]&&(e[Wo]=!0,e[Dl]=!0),e[Wo]&&(e[Ko]=!0),e[Dl]&&(e[Ko]=!0),e[Ko]&&(e[Rl]=!0),e[Ph]&&(e[Rl]=!0);for(const r in e){const i=v5(r,t);i.indexOf(n)<0&&i.push(n)}}function b5(n,e){const t={};for(const r in e)e[r].indexOf(n)>=0&&(t[r]=!0);return t}function vt(n){n===void 0&&(n=null),this.j={},this.jr=[],this.jd=null,this.t=n}vt.groups={},vt.prototype={accepts(){return!!this.t},go(n){const e=this,t=e.j[n];if(t)return t;for(let r=0;r<e.jr.length;r++){const i=e.jr[r][0],o=e.jr[r][1];if(o&&i.test(n))return o}return e.jd},has(n,e){return e===void 0&&(e=!1),e?n in this.j:!!this.go(n)},ta(n,e,t,r){for(let i=0;i<n.length;i++)this.tt(n[i],e,t,r)},tr(n,e,t,r){r=r||vt.groups;let i;return e&&e.j?i=e:(i=new vt(e),t&&r&&hr(e,t,r)),this.jr.push([n,i]),i},ts(n,e,t,r){let i=this;const o=n.length;if(!o)return i;for(let s=0;s<o-1;s++)i=i.tt(n[s]);return i.tt(n[o-1],e,t,r)},tt(n,e,t,r){r=r||vt.groups;const i=this;if(e&&e.j)return i.j[n]=e,e;const o=e;let s,l=i.go(n);if(l?(s=new vt,Wr(s.j,l.j),s.jr.push.apply(s.jr,l.jr),s.jd=l.jd,s.t=l.t):s=new vt,o){if(r)if(s.t&&typeof s.t=="string"){const a=Wr(b5(s.t,r),t);hr(o,a,r)}else t&&hr(o,t,r);s.t=o}return i.j[n]=s,s}};const Ne=(n,e,t,r,i)=>n.ta(e,t,r,i),Rt=(n,e,t,r,i)=>n.tr(e,t,r,i),Fh=(n,e,t,r,i)=>n.ts(e,t,r,i),de=(n,e,t,r,i)=>n.tt(e,t,r,i),gn="WORD",Ll="UWORD",Li="LOCALHOST",_l="TLD",Pl="UTLD",Go="SCHEME",Kr="SLASH_SCHEME",Bl="NUM",$h="WS",Fl="NL",_i="OPENBRACE",Pi="CLOSEBRACE",Yo="OPENBRACKET",Jo="CLOSEBRACKET",Xo="OPENPAREN",Qo="CLOSEPAREN",Zo="OPENANGLEBRACKET",qo="CLOSEANGLEBRACKET",es="FULLWIDTHLEFTPAREN",ts="FULLWIDTHRIGHTPAREN",ns="LEFTCORNERBRACKET",rs="RIGHTCORNERBRACKET",is="LEFTWHITECORNERBRACKET",ss="RIGHTWHITECORNERBRACKET",as="FULLWIDTHLESSTHAN",ls="FULLWIDTHGREATERTHAN",cs="AMPERSAND",us="APOSTROPHE",ds="ASTERISK",Bn="AT",fs="BACKSLASH",hs="BACKTICK",ps="CARET",Fn="COLON",$l="COMMA",ms="DOLLAR",rn="DOT",gs="EQUALS",Vl="EXCLAMATION",on="HYPHEN",ys="PERCENT",vs="PIPE",bs="PLUS",Es="POUND",Ss="QUERY",zl="QUOTE",Hl="SEMI",sn="SLASH",Bi="TILDE",Cs="UNDERSCORE",Vh="EMOJI",Ts="SYM";var zh=Object.freeze({__proto__:null,WORD:gn,UWORD:Ll,LOCALHOST:Li,TLD:_l,UTLD:Pl,SCHEME:Go,SLASH_SCHEME:Kr,NUM:Bl,WS:$h,NL:Fl,OPENBRACE:_i,CLOSEBRACE:Pi,OPENBRACKET:Yo,CLOSEBRACKET:Jo,OPENPAREN:Xo,CLOSEPAREN:Qo,OPENANGLEBRACKET:Zo,CLOSEANGLEBRACKET:qo,FULLWIDTHLEFTPAREN:es,FULLWIDTHRIGHTPAREN:ts,LEFTCORNERBRACKET:ns,RIGHTCORNERBRACKET:rs,LEFTWHITECORNERBRACKET:is,RIGHTWHITECORNERBRACKET:ss,FULLWIDTHLESSTHAN:as,FULLWIDTHGREATERTHAN:ls,AMPERSAND:cs,APOSTROPHE:us,ASTERISK:ds,AT:Bn,BACKSLASH:fs,BACKTICK:hs,CARET:ps,COLON:Fn,COMMA:$l,DOLLAR:ms,DOT:rn,EQUALS:gs,EXCLAMATION:Vl,HYPHEN:on,PERCENT:ys,PIPE:vs,PLUS:bs,POUND:Es,QUERY:Ss,QUOTE:zl,SEMI:Hl,SLASH:sn,TILDE:Bi,UNDERSCORE:Cs,EMOJI:Vh,SYM:Ts});const Gr=/[a-z]/,Ul=/\p{L}/u,jl=/\p{Emoji}/u,Wl=/\d/,Hh=/\s/,Uh=`
|
|
123
|
+
`,E5="️",S5="";let As=null,ws=null;function C5(n){n===void 0&&(n=[]);const e={};vt.groups=e;const t=new vt;As==null&&(As=jh(p5)),ws==null&&(ws=jh(m5)),de(t,"'",us),de(t,"{",_i),de(t,"}",Pi),de(t,"[",Yo),de(t,"]",Jo),de(t,"(",Xo),de(t,")",Qo),de(t,"<",Zo),de(t,">",qo),de(t,"(",es),de(t,")",ts),de(t,"「",ns),de(t,"」",rs),de(t,"『",is),de(t,"』",ss),de(t,"<",as),de(t,">",ls),de(t,"&",cs),de(t,"*",ds),de(t,"@",Bn),de(t,"`",hs),de(t,"^",ps),de(t,":",Fn),de(t,",",$l),de(t,"$",ms),de(t,".",rn),de(t,"=",gs),de(t,"!",Vl),de(t,"-",on),de(t,"%",ys),de(t,"|",vs),de(t,"+",bs),de(t,"#",Es),de(t,"?",Ss),de(t,'"',zl),de(t,"/",sn),de(t,";",Hl),de(t,"~",Bi),de(t,"_",Cs),de(t,"\\",fs);const r=Rt(t,Wl,Bl,{[Nl]:!0});Rt(r,Wl,r);const i=Rt(t,Gr,gn,{[Il]:!0});Rt(i,Gr,i);const o=Rt(t,Ul,Ll,{[Dl]:!0});Rt(o,Gr),Rt(o,Ul,o);const s=Rt(t,Hh,$h,{[Bh]:!0});de(t,Uh,Fl,{[Bh]:!0}),de(s,Uh),Rt(s,Hh,s);const l=Rt(t,jl,Vh,{[Ph]:!0});Rt(l,jl,l),de(l,E5,l);const a=de(l,S5);Rt(a,jl,l);const c=[[Gr,i]],u=[[Gr,null],[Ul,o]];for(let d=0;d<As.length;d++)$n(t,As[d],_l,gn,c);for(let d=0;d<ws.length;d++)$n(t,ws[d],Pl,Ll,u);hr(_l,{tld:!0,ascii:!0},e),hr(Pl,{utld:!0,alpha:!0},e),$n(t,"file",Go,gn,c),$n(t,"mailto",Go,gn,c),$n(t,"http",Kr,gn,c),$n(t,"https",Kr,gn,c),$n(t,"ftp",Kr,gn,c),$n(t,"ftps",Kr,gn,c),hr(Go,{scheme:!0,ascii:!0},e),hr(Kr,{slashscheme:!0,ascii:!0},e),n=n.sort((d,f)=>d[0]>f[0]?1:-1);for(let d=0;d<n.length;d++){const f=n[d][0],p=n[d][1]?{[g5]:!0}:{[y5]:!0};f.indexOf("-")>=0?p[Rl]=!0:Gr.test(f)?Wl.test(f)?p[Wo]=!0:p[Il]=!0:p[Nl]=!0,Fh(t,f,f,p)}return Fh(t,"localhost",Li,{ascii:!0}),t.jd=new vt(Ts),{start:t,tokens:Wr({groups:e},zh)}}function T5(n,e){const t=A5(e.replace(/[A-Z]/g,l=>l.toLowerCase())),r=t.length,i=[];let o=0,s=0;for(;s<r;){let l=n,a=null,c=0,u=null,d=-1,f=-1;for(;s<r&&(a=l.go(t[s]));)l=a,l.accepts()?(d=0,f=0,u=l):d>=0&&(d+=t[s].length,f++),c+=t[s].length,o+=t[s].length,s++;o-=d,s-=f,c-=d,i.push({t:u.t,v:e.slice(o-c,o),s:o-c,e:o})}return i}function A5(n){const e=[],t=n.length;let r=0;for(;r<t;){let i=n.charCodeAt(r),o,s=i<55296||i>56319||r+1===t||(o=n.charCodeAt(r+1))<56320||o>57343?n[r]:n.slice(r,r+2);e.push(s),r+=s.length}return e}function $n(n,e,t,r,i){let o;const s=e.length;for(let l=0;l<s-1;l++){const a=e[l];n.j[a]?o=n.j[a]:(o=new vt(r),o.jr=i.slice(),n.j[a]=o),n=o}return o=new vt(t),o.jr=i.slice(),n.j[e[s-1]]=o,o}function jh(n){const e=[],t=[];let r=0,i="0123456789";for(;r<n.length;){let o=0;for(;i.indexOf(n[r+o])>=0;)o++;if(o>0){e.push(t.join(""));for(let s=parseInt(n.substring(r,r+o),10);s>0;s--)t.pop();r+=o}else t.push(n[r]),r++}return e}const Fi={defaultProtocol:"http",events:null,format:Wh,formatHref:Wh,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Kl(n,e){e===void 0&&(e=null);let t=Wr({},Fi);n&&(t=Wr(t,n instanceof Kl?n.o:n));const r=t.ignoreTags,i=[];for(let o=0;o<r.length;o++)i.push(r[o].toUpperCase());this.o=t,e&&(this.defaultRender=e),this.ignoreTags=i}Kl.prototype={o:Fi,ignoreTags:[],defaultRender(n){return n},check(n){return this.get("validate",n.toString(),n)},get(n,e,t){const r=e!=null;let i=this.o[n];return i&&(typeof i=="object"?(i=t.t in i?i[t.t]:Fi[n],typeof i=="function"&&r&&(i=i(e,t))):typeof i=="function"&&r&&(i=i(e,t.t,t)),i)},getObj(n,e,t){let r=this.o[n];return typeof r=="function"&&e!=null&&(r=r(e,t.t,t)),r},render(n){const e=n.render(this);return(this.get("render",null,n)||this.defaultRender)(e,n.t,n)}};function Wh(n){return n}function Kh(n,e){this.t="token",this.v=n,this.tk=e}Kh.prototype={isLink:!1,toString(){return this.v},toHref(n){return this.toString()},toFormattedString(n){const e=this.toString(),t=n.get("truncate",e,this),r=n.get("format",e,this);return t&&r.length>t?r.substring(0,t)+"…":r},toFormattedHref(n){return n.get("formatHref",this.toHref(n.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(n){return n===void 0&&(n=Fi.defaultProtocol),{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(n),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(n){return{type:this.t,value:this.toFormattedString(n),isLink:this.isLink,href:this.toFormattedHref(n),start:this.startIndex(),end:this.endIndex()}},validate(n){return n.get("validate",this.toString(),this)},render(n){const e=this,t=this.toHref(n.get("defaultProtocol")),r=n.get("formatHref",t,this),i=n.get("tagName",t,e),o=this.toFormattedString(n),s={},l=n.get("className",t,e),a=n.get("target",t,e),c=n.get("rel",t,e),u=n.getObj("attributes",t,e),d=n.getObj("events",t,e);return s.href=r,l&&(s.class=l),a&&(s.target=a),c&&(s.rel=c),u&&Wr(s,u),{tagName:i,attributes:s,content:o,eventListeners:d}}};function xs(n,e){class t extends Kh{constructor(i,o){super(i,o),this.t=n}}for(const r in e)t.prototype[r]=e[r];return t.t=n,t}const Gh=xs("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),Yh=xs("text"),w5=xs("nl"),ks=xs("url",{isLink:!0,toHref(n){return n===void 0&&(n=Fi.defaultProtocol),this.hasProtocol()?this.v:`${n}://${this.v}`},hasProtocol(){const n=this.tk;return n.length>=2&&n[0].t!==Li&&n[1].t===Fn}}),Lt=n=>new vt(n);function x5(n){let{groups:e}=n;const t=e.domain.concat([cs,ds,Bn,fs,hs,ps,ms,gs,on,Bl,ys,vs,bs,Es,sn,Ts,Bi,Cs]),r=[us,Fn,$l,rn,Vl,Ss,zl,Hl,Zo,qo,_i,Pi,Jo,Yo,Xo,Qo,es,ts,ns,rs,is,ss,as,ls],i=[cs,us,ds,fs,hs,ps,ms,gs,on,_i,Pi,ys,vs,bs,Es,Ss,sn,Ts,Bi,Cs],o=Lt(),s=de(o,Bi);Ne(s,i,s),Ne(s,e.domain,s);const l=Lt(),a=Lt(),c=Lt();Ne(o,e.domain,l),Ne(o,e.scheme,a),Ne(o,e.slashscheme,c),Ne(l,i,s),Ne(l,e.domain,l);const u=de(l,Bn);de(s,Bn,u),de(a,Bn,u),de(c,Bn,u);const d=de(s,rn);Ne(d,i,s),Ne(d,e.domain,s);const f=Lt();Ne(u,e.domain,f),Ne(f,e.domain,f);const m=de(f,rn);Ne(m,e.domain,f);const p=Lt(Gh);Ne(m,e.tld,p),Ne(m,e.utld,p),de(u,Li,p);const g=de(f,on);Ne(g,e.domain,f),Ne(p,e.domain,f),de(p,rn,m),de(p,on,g);const y=de(p,Fn);Ne(y,e.numeric,Gh);const S=de(l,on),C=de(l,rn);Ne(S,e.domain,l),Ne(C,i,s),Ne(C,e.domain,l);const A=Lt(ks);Ne(C,e.tld,A),Ne(C,e.utld,A),Ne(A,e.domain,l),Ne(A,i,s),de(A,rn,C),de(A,on,S),de(A,Bn,u);const b=de(A,Fn),D=Lt(ks);Ne(b,e.numeric,D);const w=Lt(ks),B=Lt();Ne(w,t,w),Ne(w,r,B),Ne(B,t,w),Ne(B,r,B),de(A,sn,w),de(D,sn,w);const $=de(a,Fn),V=de(c,Fn),F=de(V,sn),P=de(F,sn);Ne(a,e.domain,l),de(a,rn,C),de(a,on,S),Ne(c,e.domain,l),de(c,rn,C),de(c,on,S),Ne($,e.domain,w),de($,sn,w),Ne(P,e.domain,w),Ne(P,t,w),de(P,sn,w);const _=[[_i,Pi],[Yo,Jo],[Xo,Qo],[Zo,qo],[es,ts],[ns,rs],[is,ss],[as,ls]];for(let H=0;H<_.length;H++){const[Y,X]=_[H],Q=de(w,Y);de(B,Y,Q),de(Q,X,w);const ie=Lt(ks);Ne(Q,t,ie);const j=Lt();Ne(Q,r),Ne(ie,t,ie),Ne(ie,r,j),Ne(j,t,ie),Ne(j,r,j),de(ie,X,w),de(j,X,w)}return de(o,Li,A),de(o,Fl,w5),{start:o,tokens:zh}}function k5(n,e,t){let r=t.length,i=0,o=[],s=[];for(;i<r;){let l=n,a=null,c=null,u=0,d=null,f=-1;for(;i<r&&!(a=l.go(t[i].t));)s.push(t[i++]);for(;i<r&&(c=a||l.go(t[i].t));)a=null,l=c,l.accepts()?(f=0,d=l):f>=0&&f++,i++,u++;if(f<0)i-=u,i<r&&(s.push(t[i]),i++);else{s.length>0&&(o.push(Gl(Yh,e,s)),s=[]),i-=f,u-=f;const m=d.t,p=t.slice(i-u,i);o.push(Gl(m,e,p))}}return s.length>0&&o.push(Gl(Yh,e,s)),o}function Gl(n,e,t){const r=t[0].s,i=t[t.length-1].e,o=e.slice(r,i);return new n(o,t)}const O5=typeof console<"u"&&console&&console.warn||(()=>{}),M5="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",Ve={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function N5(){vt.groups={},Ve.scanner=null,Ve.parser=null,Ve.tokenQueue=[],Ve.pluginQueue=[],Ve.customSchemes=[],Ve.initialized=!1}function Jh(n,e){if(e===void 0&&(e=!1),Ve.initialized&&O5(`linkifyjs: already initialized - will not register custom scheme "${n}" ${M5}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(n))throw new Error(`linkifyjs: incorrect scheme format.
|
|
124
124
|
1. Must only contain digits, lowercase ASCII letters or "-"
|
|
125
125
|
2. Cannot start or end with "-"
|
|
126
|
-
3. "-" cannot repeat`);Ve.customSchemes.push([n,e])}function j2(){Ve.scanner=L2(Ve.customSchemes);for(let n=0;n<Ve.tokenQueue.length;n++)Ve.tokenQueue[n][1]({scanner:Ve.scanner});Ve.parser=V2(Ve.scanner.tokens);for(let n=0;n<Ve.pluginQueue.length;n++)Ve.pluginQueue[n][1]({scanner:Ve.scanner,parser:Ve.parser});Ve.initialized=!0}function W2(n){return Ve.initialized||j2(),z2(Ve.parser.start,n,P2(Ve.scanner.start,n))}function Fa(n,e,t){if(e===void 0&&(e=null),t===void 0&&(t=null),e&&typeof e=="object"){if(t)throw Error(`linkifyjs: Invalid link type ${e}; must be a string`);t=e,e=null}const r=new Pa(t),o=W2(n),i=[];for(let s=0;s<o.length;s++){const l=o[s];l.isLink&&(!e||l.t===e)&&r.check(l)&&i.push(l.toFormattedObject(r))}return i}function K2(n){return new ft({key:new Ft("autolink"),appendTransaction:(e,t,r)=>{const o=e.some(c=>c.docChanged)&&!t.doc.eq(r.doc),i=e.some(c=>c.getMeta("preventAutolink"));if(!o||i)return;const{tr:s}=r,l=oy(t.doc,[...e]);if(py(l).forEach(({newRange:c})=>{const u=sy(r.doc,c,h=>h.isTextblock);let d,f;if(u.length>1?(d=u[0],f=r.doc.textBetween(d.pos,d.pos+d.node.nodeSize,void 0," ")):u.length&&r.doc.textBetween(c.from,c.to," "," ").endsWith(" ")&&(d=u[0],f=r.doc.textBetween(d.pos,c.to,void 0," ")),d&&f){const h=f.split(" ").filter(y=>y!=="");if(h.length<=0)return!1;const p=h[h.length-1],g=d.pos+f.lastIndexOf(p);if(!p)return!1;Fa(p).filter(y=>y.isLink).map(y=>({...y,from:g+y.start+1,to:g+y.end+1})).filter(y=>r.schema.marks.code?!r.doc.rangeHasMark(y.from,y.to,r.schema.marks.code):!0).filter(y=>n.validate?n.validate(y.value):!0).forEach(y=>{_s(y.from,y.to,r.doc).some(S=>S.mark.type===n.type)||s.addMark(y.from,y.to,n.type.create({href:y.href}))})}}),!!s.steps.length)return s}})}function G2(n){return new ft({key:new Ft("handleClickLink"),props:{handleClick:(e,t,r)=>{var o,i;if(r.button!==0||r.target.nodeName!=="A")return!1;const l=ju(e.state,n.type.name),a=r.target,c=(o=a==null?void 0:a.href)!==null&&o!==void 0?o:l.href,u=(i=a==null?void 0:a.target)!==null&&i!==void 0?i:l.target;return a&&c?(e.editable&&window.open(c,u),!0):!1}}})}function J2(n){return new ft({key:new Ft("handlePasteLink"),props:{handlePaste:(e,t,r)=>{var o;const{state:i}=e,{selection:s}=i,{empty:l}=s;if(l)return!1;let a="";r.content.forEach(p=>{a+=p.textContent});const c=Fa(a).find(p=>p.isLink&&p.value===a);if(!a||!c)return!1;const u=(o=t.clipboardData)===null||o===void 0?void 0:o.getData("text/html"),d=/href="([^"]*)"/,f=u==null?void 0:u.match(d),h=f?f[1]:c.href;return n.editor.commands.setMark(n.type,{href:h}),!0}}})}const Y2=Yt.create({name:"link",priority:1e3,keepOnSplit:!1,onCreate(){this.options.protocols.forEach(n=>{if(typeof n=="string"){Qd(n);return}Qd(n.scheme,n.optionalSlashes)})},onDestroy(){H2()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,linkOnPaste:!0,autolink:!0,protocols:[],HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},validate:void 0}},addAttributes(){return{href:{default:null},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class}}},parseHTML(){return[{tag:'a[href]:not([href *= "javascript:" i])'}]},renderHTML({HTMLAttributes:n}){return["a",ct(this.options.HTMLAttributes,n),0]},addCommands(){return{setLink:n=>({chain:e})=>e().setMark(this.name,n).setMeta("preventAutolink",!0).run(),toggleLink:n=>({chain:e})=>e().toggleMark(this.name,n,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run(),unsetLink:()=>({chain:n})=>n().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[jr({find:n=>Fa(n).filter(e=>this.options.validate?this.options.validate(e.value):!0).filter(e=>e.isLink).map(e=>({text:e.value,index:e.start,data:e})),type:this.type,getAttributes:(n,e)=>{var t,r;const o=(t=e==null?void 0:e.clipboardData)===null||t===void 0?void 0:t.getData("text/html"),i=/href="([^"]*)"/,s=o==null?void 0:o.match(i);return s?{href:s[1]}:{href:(r=n.data)===null||r===void 0?void 0:r.href}}})]},addProseMirrorPlugins(){const n=[];return this.options.autolink&&n.push(K2({type:this.type,validate:this.options.validate})),this.options.openOnClick&&n.push(G2({type:this.type})),this.options.linkOnPaste&&n.push(J2({editor:this.editor,type:this.type})),n}}).extend({addAttributes(){var n;return{...(n=this.parent)==null?void 0:n.call(this),title:{default:null,parseHTML:e=>e.getAttribute("title"),renderHTML:e=>({title:e.title})}}}}),X2=Tt.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){return[new ft({key:new Ft("placeholder"),props:{decorations:({doc:n,selection:e})=>{const t=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:r}=e,o=[];if(!t)return null;const i=n.type.createAndFill(),s=(i==null?void 0:i.sameMarkup(n))&&i.content.findDiffStart(n.content)===null;return n.descendants((l,a)=>{const c=r>=a&&r<=a+l.nodeSize,u=!l.isLeaf&&!l.childCount;if((c||!this.options.showOnlyCurrent)&&u){const d=[this.options.emptyNodeClass];s&&d.push(this.options.emptyEditorClass);const f=wt.node(a,a+l.nodeSize,{class:d.join(" "),"data-placeholder":typeof this.options.placeholder=="function"?this.options.placeholder({editor:this.editor,node:l,pos:a,hasAnchor:c}):this.options.placeholder});o.push(f)}return this.options.includeChildren}),We.create(n,o)}}})]}}),Z2=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))$/,Q2=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))/g,_2=/(?:^|\s)((?:__)((?:[^__]+))(?:__))$/,q2=/(?:^|\s)((?:__)((?:[^__]+))(?:__))/g,e5=Yt.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:n=>n.style.fontWeight!=="normal"&&null},{style:"font-weight",getAttrs:n=>/^(bold(er)?|[5-9]\d{2,})$/.test(n)&&null}]},renderHTML({HTMLAttributes:n}){return["strong",ct(this.options.HTMLAttributes,n),0]},addCommands(){return{setBold:()=>({commands:n})=>n.setMark(this.name),toggleBold:()=>({commands:n})=>n.toggleMark(this.name),unsetBold:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Ko({find:Z2,type:this.type}),Ko({find:_2,type:this.type})]},addPasteRules(){return[jr({find:Q2,type:this.type}),jr({find:q2,type:this.type})]}}),t5=/(?:^|\s)((?:\*)((?:[^*]+))(?:\*))$/,n5=/(?:^|\s)((?:\*)((?:[^*]+))(?:\*))/g,r5=/(?:^|\s)((?:_)((?:[^_]+))(?:_))$/,o5=/(?:^|\s)((?:_)((?:[^_]+))(?:_))/g,i5=Yt.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:n=>n.style.fontStyle!=="normal"&&null},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:n}){return["em",ct(this.options.HTMLAttributes,n),0]},addCommands(){return{setItalic:()=>({commands:n})=>n.setMark(this.name),toggleItalic:()=>({commands:n})=>n.toggleMark(this.name),unsetItalic:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Ko({find:t5,type:this.type}),Ko({find:r5,type:this.type})]},addPasteRules(){return[jr({find:n5,type:this.type}),jr({find:o5,type:this.type})]}}),s5=Yt.create({name:"underline",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:n=>n.includes("underline")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["u",ct(this.options.HTMLAttributes,n),0]},addCommands(){return{setUnderline:()=>({commands:n})=>n.setMark(this.name),toggleUnderline:()=>({commands:n})=>n.toggleMark(this.name),unsetUnderline:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}}),a5=At.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",ct(this.options.HTMLAttributes,n),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),l5=At.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",ct(this.options.HTMLAttributes,n),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),_d=Yt.create({name:"textStyle",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"span",getAttrs:n=>n.hasAttribute("style")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["span",ct(this.options.HTMLAttributes,n),0]},addCommands(){return{removeEmptyTextStyle:()=>({state:n,commands:e})=>{const t=jo(n,this.type);return Object.entries(t).some(([,o])=>!!o)?!0:e.unsetMark(this.name)}}}}),qd=/^\s*([-+*])\s$/,c5=At.create({name:"bulletList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:"ul"}]},renderHTML({HTMLAttributes:n}){return["ul",ct(this.options.HTMLAttributes,n),0]},addCommands(){return{toggleBulletList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(l5.name,this.editor.getAttributes(_d.name)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let n=Go({find:qd,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(n=Go({find:qd,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(_d.name),editor:this.editor})),[n]}}),u5=At.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",ct(this.options.HTMLAttributes,n),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),ef=Yt.create({name:"textStyle",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"span",getAttrs:n=>n.hasAttribute("style")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["span",ct(this.options.HTMLAttributes,n),0]},addCommands(){return{removeEmptyTextStyle:()=>({state:n,commands:e})=>{const t=jo(n,this.type);return Object.entries(t).some(([,o])=>!!o)?!0:e.unsetMark(this.name)}}}}),tf=/^(\d+)\.\s$/,d5=At.create({name:"orderedList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:n=>n.hasAttribute("start")?parseInt(n.getAttribute("start")||"",10):1}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:n}){const{start:e,...t}=n;return e===1?["ol",ct(this.options.HTMLAttributes,t),0]:["ol",ct(this.options.HTMLAttributes,n),0]},addCommands(){return{toggleOrderedList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(u5.name,this.editor.getAttributes(ef.name)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let n=Go({find:tf,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(n=Go({find:tf,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(ef.name)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[n]}}),f5=At.create({name:"hardBreak",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:n}){return["br",ct(this.options.HTMLAttributes,n)]},renderText(){return`
|
|
127
|
-
`},addCommands(){return{setHardBreak:()=>({commands:n,chain:e,state:t,editor:r})=>n.first([()=>n.exitCode(),()=>n.command(()=>{const{selection:o,storedMarks:i}=t;if(o.$from.parent.type.spec.isolating)return!1;const{keepMarks:s}=this.options,{splittableMarks:l}=r.extensionManager,a=i||o.$to.parentOffset&&o.$from.marks();return e().insertContent({type:this.name}).command(({tr:c,dispatch:u})=>{if(u&&a&&s){const d=a.filter(f=>l.includes(f.type.name));c.ensureMarks(d)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),Va={BASIC:"basic",FULL:"full"},p5={class:"bd-markdown-editor__menu-bottom"},h5={key:0,class:"vr"},m5={key:4,class:"vr"},g5={key:7,class:"vr"},nf=m.defineComponent({__name:"BDMarkdownEditor",props:{placeholder:{default:"Typ een bericht"},errorText:{default:"er is iets fout gegaan"},state:{type:Boolean,default:void 0},variant:{default:Va.BASIC},modelValue:{}},emits:["update:modelValue","upload"],setup(n,{emit:e}){const t=n,r=()=>{e("upload")},o=Nn(t,"modelValue",e),i=[k2,C2,w2,X2.configure({placeholder:t.placeholder}),f5];t.variant===Va.FULL&&i.push(e5,i5,s5,a5,c5,d5,Y2.configure({openOnClick:!1,validate:h=>/^https?:\/\//.test(h)}));const s=E2({content:o.value,extensions:i,onUpdate:({editor:h})=>{const{view:p,state:g}=h,{from:y,to:S}=p.state.selection;if(g.doc.textBetween(y-1,S,"")==" "&&h.getAttributes("link").href!=null&&h.chain().setTextSelection({from:y-1,to:S}).toggleLink({href:h.getAttributes("link").href}).setTextSelection({from:S,to:S}).run(),h.getText().trim()===""){e("update:modelValue","");return}e("update:modelValue",h.getHTML())}});m.watch(()=>t.modelValue,h=>{s.value.getHTML()!==h&&s.value.commands.setContent(h,!0,{preserveWhitespace:"full"})});const l=m.computed(()=>t.state?"is-invalid":null),a=m.computed(()=>f("bold")),c=m.computed(()=>f("italic")),u=m.computed(()=>f("underline"));m.computed(()=>f("bulletList")),m.computed(()=>f("orderedList"));const d=m.computed(()=>t.variant===Va.FULL),f=h=>s.value&&s.value.isActive(h)?"active":null;return(h,p)=>(m.openBlock(),m.createElementBlock(m.Fragment,null,[m.createElementVNode("div",{class:m.normalizeClass(["bd-markdown-editor",l.value])},[m.createVNode(m.unref(S2),{editor:m.unref(s)},null,8,["editor"]),m.renderSlot(h.$slots,"default"),m.createElementVNode("div",p5,[m.createVNode(Ht,{variant:"light",type:"button",onClick:r},{default:m.withCtx(()=>[m.createVNode(m.unref(Er))]),_:1}),d.value?(m.openBlock(),m.createElementBlock("div",h5)):m.createCommentVNode("",!0),d.value?(m.openBlock(),m.createBlock(Ht,{key:1,variant:"light",type:"button",class:m.normalizeClass(a.value),onClick:p[0]||(p[0]=g=>m.unref(s).chain().focus().toggleBold().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(ji))]),_:1},8,["class"])):m.createCommentVNode("",!0),d.value?(m.openBlock(),m.createBlock(Ht,{key:2,variant:"light",type:"button",class:m.normalizeClass(c.value),onClick:p[1]||(p[1]=g=>m.unref(s).chain().focus().toggleItalic().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(Hi))]),_:1},8,["class"])):m.createCommentVNode("",!0),d.value?(m.openBlock(),m.createBlock(Ht,{key:3,variant:"light",type:"button",class:m.normalizeClass(u.value),onClick:p[2]||(p[2]=g=>m.unref(s).chain().focus().toggleUnderline().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(Wi))]),_:1},8,["class"])):m.createCommentVNode("",!0),d.value?(m.openBlock(),m.createElementBlock("div",m5)):m.createCommentVNode("",!0),d.value?(m.openBlock(),m.createBlock(Ht,{key:5,variant:"light",type:"button",class:"IsUnderlineActive",onClick:p[3]||(p[3]=g=>m.unref(s).chain().focus().toggleUnderline().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(Ki))]),_:1})):m.createCommentVNode("",!0),d.value?(m.openBlock(),m.createBlock(Ht,{key:6,variant:"light",type:"button",class:"IsBulletListActive",onClick:p[4]||(p[4]=g=>m.unref(s).chain().focus().toggleBulletList().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(Gi))]),_:1})):m.createCommentVNode("",!0),d.value?(m.openBlock(),m.createElementBlock("div",g5)):m.createCommentVNode("",!0),d.value?(m.openBlock(),m.createBlock(Ht,{key:8,variant:"light",type:"button",class:"IsOrderedListActive",onClick:p[5]||(p[5]=g=>m.unref(s).chain().focus().toggleOrderedList().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(Ji))]),_:1})):m.createCommentVNode("",!0)])],2),m.createVNode(m.unref(po),{text:t.errorText,state:t.state},null,8,["text","state"])],64))}}),y5={class:"bd-user"},v5={class:"bd-user__information"},b5={class:"text-break"},x5={class:"overflow-x-hidden"},rf=m.defineComponent({__name:"BDUser",props:{name:{default:""},img:{default:void 0},details:{default:void 0},hideImage:{type:Boolean,default:!1}},setup(n){const e=n,t=m.computed(()=>{var r;return typeof e.details=="string"?e.details:(r=e.details)==null?void 0:r.join(" • ")});return(r,o)=>(m.openBlock(),m.createElementBlock("div",y5,[e.hideImage?m.createCommentVNode("",!0):(m.openBlock(),m.createBlock(Yi,m.mergeProps({key:0},e.img,{size:"sm"}),null,16)),m.createElementVNode("div",v5,[m.createElementVNode("header",null,[m.createElementVNode("h5",b5,m.toDisplayString(e.name),1),m.renderSlot(r.$slots,"header-extra")]),m.createElementVNode("span",x5,m.toDisplayString(t.value),1)])]))}}),S5={class:"bd-dropdown dropdown"},of=m.defineComponent({__name:"BDDropdown",props:{size:{default:ot.MD},variant:{default:co.PRIMARY},right:{type:Boolean,default:void 0},noFlip:{type:Boolean,default:void 0},toggleTag:{default:"button"},toggleClass:{},actionToggle:{type:Boolean,default:void 0},text:{default:""},offset:{default:void 0}},setup(n){const e=n,{uniqueIdentifier:t}=kr(),r=`__BD__DROPDOWN__${t.value}`,o=m.computed(()=>({class:{btn:e.toggleTag==="button",[`btn-${e.variant}`]:e.toggleTag==="button"&&e.variant,[`btn-${e.size}`]:e.toggleTag==="button"&&e.size,[`${e.toggleClass}`]:e.toggleClass!==void 0,"dropdown-toggle-action":e.actionToggle},"data-bs-display":e.noFlip?"static":null,"data-bs-offset":e.offset?e.offset:null,id:r})),i=m.computed(()=>({"dropdown-menu-end":e.right,"dropdown-menu-action":e.actionToggle})),s=m.computed(()=>({"aria-labelledby":r}));return(l,a)=>(m.openBlock(),m.createElementBlock("div",S5,[(m.openBlock(),m.createBlock(m.resolveDynamicComponent(e.toggleTag),m.mergeProps({class:"dropdown-toggle",target:"_self",role:"button","data-bs-toggle":"dropdown"},o.value),{default:m.withCtx(()=>[m.createElementVNode("span",null,m.toDisplayString(e.text),1)]),_:1},16)),m.createElementVNode("ul",m.mergeProps({class:["dropdown-menu",i.value]},s.value),[m.renderSlot(l.$slots,"default")],16)]))}}),E5={class:"modal bd-modal modal-lg",tabindex:"-1"},k5={class:"modal-dialog"},C5={class:"modal-content"},w5={class:"modal-header"},T5={class:"modal-title fw-light"},A5={class:"modal-body"},O5={key:0,class:"modal-footer"},M5=["disabled"],sf=m.defineComponent({__name:"BDModal",props:{title:{default:""},submitButtonTitle:{default:"Opslaan"},closeButtonTitle:{default:"Annuleren"},hideFooterCancelButton:{type:Boolean,default:!1},hideFooterSubmitButton:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},disableSubmitButton:{type:Boolean,default:!1}},emits:["submit","cancel"],setup(n,{emit:e}){const t=n,r=()=>{e("submit")},o=()=>{e("cancel")};return(i,s)=>(m.openBlock(),m.createElementBlock("div",E5,[m.createElementVNode("div",k5,[m.createElementVNode("div",C5,[m.createElementVNode("div",w5,[m.createElementVNode("h2",T5,m.toDisplayString(t.title),1),m.renderSlot(i.$slots,"modal-header-space-between"),m.createElementVNode("button",{type:"button",class:"btn-close w-auto","data-bs-dismiss":"modal","aria-label":"Sluiten",onClick:o},[m.createTextVNode("Sluiten "),m.createVNode(m.unref(Ui),{class:"bg-primary"})])]),m.createElementVNode("div",A5,[m.renderSlot(i.$slots,"default")]),i.hideFooter?m.createCommentVNode("",!0):(m.openBlock(),m.createElementBlock("div",O5,[t.hideFooterSubmitButton?m.createCommentVNode("",!0):(m.openBlock(),m.createElementBlock("button",{key:0,type:"button",class:"btn btn-primary",disabled:t.disableSubmitButton,onClick:r},m.toDisplayString(t.submitButtonTitle),9,M5)),t.hideFooterCancelButton?m.createCommentVNode("",!0):(m.openBlock(),m.createElementBlock("button",{key:1,type:"button",class:"btn btn-link","data-bs-dismiss":"modal",onClick:o,"aria-label":"Annuleren"},m.toDisplayString(t.closeButtonTitle),1))]))])])]))}}),I5={PRIMARY:"primary",SECONDARY:"secondary",COLLEAGUE:"colleague",DANGER:"danger",OUT_PRIMARY:"outline-primary",OUT_PRIMARY_DARK:"outline-primary-dark",OUT_TERTIARY:"outline-tertiary",OUT_LINK:"link",LIGHT:"light",DARK:"dark"},Ht=m.defineComponent({__name:"BDButton",props:{size:{default:ot.MD},variant:{default:I5.PRIMARY},blockElement:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},to:{},target:{},text:{},rel:{}},emits:["click"],setup(n,{emit:e}){const t=n,r=m.computed(()=>({btn:!0,[`btn-${t.variant}`]:t.variant,[`btn-${t.size}`]:!0,"d-grid":t.blockElement&&typeof t.to=="string",[`${t.class}`]:t.class,disabled:t.disabled})),o=m.computed(()=>t.to?lo:"button"),i=m.computed(()=>{const l={};return t.to?(l.to=t.to,l.role="button"):l.type="submit",l}),s=()=>{e("click")};return(l,a)=>(m.openBlock(),m.createBlock(m.resolveDynamicComponent(o.value),m.mergeProps({class:["bd-btn",r.value]},i.value,{onClick:s}),{default:m.withCtx(()=>[m.renderSlot(l.$slots,"default",{},()=>[m.createTextVNode(m.toDisplayString(t.text),1)])]),_:3},16,["class"]))}}),N5={install:n=>{n.component("BDCol",Wa),n.component("BDContainer",Ka),n.component("BRow",Ga),n.component("BDButton",Ht),n.component("BDLogo",Xa),n.component("BDLink",lo),n.component("BDDropdownItem",vl),n.component("BDDropdown",of),n.component("BDAlert",Qa),n.component("BDProfileImage",Yi),n.component("BDZoomslider",el),n.component("BDCard",Zi),n.component("BDCollapsableCard",rl),n.component("BDFormInput",ll),n.component("BDInputGroup",cl),n.component("BDFormInvalidFeedback",po),n.component("BDBadge",ul),n.component("BDForm",dl),n.component("BDPagination",fl),n.component("BDDropzone",Sl),n.component("BDMarkdownEditor",nf),n.component("BDModal",sf),n.component("BDFormSelect",pl),n.component("BDUser",rf),n.component("IconAttachment",Er),n.component("IconBold",ji),n.component("IconBulletList",Ki),n.component("IconCaretDown",Ya),n.component("IconCaretLeft",$i),n.component("IconCaretRight",zi),n.component("IconCheck",io),n.component("IconClose",Ui),n.component("IconError",so),n.component("IconFile",Vi),n.component("IconHyperlink",Ji),n.component("IconInfo",ao),n.component("IconOrderedList",Gi),n.component("IconItalic",Hi),n.component("IconRemove",Fi),n.component("IconUnderline",Wi),n.component("IconCalendar",Ja),n.component("BDArticle",ml),n.component("BDFormCheckbox",hl),n.component("BDToast",yl)}};ve.BDAlert=Qa,ve.BDArticle=ml,ve.BDBadge=ul,ve.BDButton=Ht,ve.BDCard=Zi,ve.BDCol=Wa,ve.BDCollapsableCard=rl,ve.BDContainer=Ka,ve.BDDropdown=of,ve.BDDropdownItem=vl,ve.BDDropzone=Sl,ve.BDForm=dl,ve.BDFormCheckbox=hl,ve.BDFormInput=ll,ve.BDFormInvalidFeedback=po,ve.BDFormSelect=pl,ve.BDInputGroup=cl,ve.BDLink=lo,ve.BDLogo=Xa,ve.BDMarkdownEditor=nf,ve.BDModal=sf,ve.BDPagination=fl,ve.BDProfileImage=Yi,ve.BDRow=Ga,ve.BDToast=yl,ve.BDUser=rf,ve.BDZoomslider=el,ve.IconAttachment=Er,ve.IconBold=ji,ve.IconBulletList=Ki,ve.IconCalendar=Ja,ve.IconCaretLeft=$i,ve.IconCaretRight=zi,ve.IconCheck=io,ve.IconClose=Ui,ve.IconError=so,ve.IconFile=Vi,ve.IconHyperlink=Ji,ve.IconInfo=ao,ve.IconItalic=Hi,ve.IconOrderedList=Gi,ve.IconRemove=Fi,ve.IconUnderline=Wi,ve.default=N5,Object.defineProperties(ve,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
126
|
+
3. "-" cannot repeat`);Ve.customSchemes.push([n,e])}function I5(){Ve.scanner=C5(Ve.customSchemes);for(let n=0;n<Ve.tokenQueue.length;n++)Ve.tokenQueue[n][1]({scanner:Ve.scanner});Ve.parser=x5(Ve.scanner.tokens);for(let n=0;n<Ve.pluginQueue.length;n++)Ve.pluginQueue[n][1]({scanner:Ve.scanner,parser:Ve.parser});Ve.initialized=!0}function D5(n){return Ve.initialized||I5(),k5(Ve.parser.start,n,T5(Ve.scanner.start,n))}function Yl(n,e,t){if(e===void 0&&(e=null),t===void 0&&(t=null),e&&typeof e=="object"){if(t)throw Error(`linkifyjs: Invalid link type ${e}; must be a string`);t=e,e=null}const r=new Kl(t),i=D5(n),o=[];for(let s=0;s<i.length;s++){const l=i[s];l.isLink&&(!e||l.t===e)&&r.check(l)&&o.push(l.toFormattedObject(r))}return o}function R5(n){return new gt({key:new Ut("autolink"),appendTransaction:(e,t,r)=>{const i=e.some(c=>c.docChanged)&&!t.doc.eq(r.doc),o=e.some(c=>c.getMeta("preventAutolink"));if(!i||o)return;const{tr:s}=r,l=u2(t.doc,[...e]);if(b2(l).forEach(({newRange:c})=>{const u=f2(r.doc,c,m=>m.isTextblock);let d,f;if(u.length>1?(d=u[0],f=r.doc.textBetween(d.pos,d.pos+d.node.nodeSize,void 0," ")):u.length&&r.doc.textBetween(c.from,c.to," "," ").endsWith(" ")&&(d=u[0],f=r.doc.textBetween(d.pos,c.to,void 0," ")),d&&f){const m=f.split(" ").filter(y=>y!=="");if(m.length<=0)return!1;const p=m[m.length-1],g=d.pos+f.lastIndexOf(p);if(!p)return!1;Yl(p).filter(y=>y.isLink).map(y=>({...y,from:g+y.start+1,to:g+y.end+1})).filter(y=>r.schema.marks.code?!r.doc.rangeHasMark(y.from,y.to,r.schema.marks.code):!0).filter(y=>n.validate?n.validate(y.value):!0).forEach(y=>{il(y.from,y.to,r.doc).some(S=>S.mark.type===n.type)||s.addMark(y.from,y.to,n.type.create({href:y.href}))})}}),!!s.steps.length)return s}})}function L5(n){return new gt({key:new Ut("handleClickLink"),props:{handleClick:(e,t,r)=>{var i,o;if(r.button!==0||r.target.nodeName!=="A")return!1;const l=Of(e.state,n.type.name),a=r.target,c=(i=a==null?void 0:a.href)!==null&&i!==void 0?i:l.href,u=(o=a==null?void 0:a.target)!==null&&o!==void 0?o:l.target;return a&&c?(e.editable&&window.open(c,u),!0):!1}}})}function _5(n){return new gt({key:new Ut("handlePasteLink"),props:{handlePaste:(e,t,r)=>{var i;const{state:o}=e,{selection:s}=o,{empty:l}=s;if(l)return!1;let a="";r.content.forEach(p=>{a+=p.textContent});const c=Yl(a).find(p=>p.isLink&&p.value===a);if(!a||!c)return!1;const u=(i=t.clipboardData)===null||i===void 0?void 0:i.getData("text/html"),d=/href="([^"]*)"/,f=u==null?void 0:u.match(d),m=f?f[1]:c.href;return n.editor.commands.setMark(n.type,{href:m}),!0}}})}const P5=en.create({name:"link",priority:1e3,keepOnSplit:!1,onCreate(){this.options.protocols.forEach(n=>{if(typeof n=="string"){Jh(n);return}Jh(n.scheme,n.optionalSlashes)})},onDestroy(){N5()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,linkOnPaste:!0,autolink:!0,protocols:[],HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},validate:void 0}},addAttributes(){return{href:{default:null},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class}}},parseHTML(){return[{tag:'a[href]:not([href *= "javascript:" i])'}]},renderHTML({HTMLAttributes:n}){return["a",dt(this.options.HTMLAttributes,n),0]},addCommands(){return{setLink:n=>({chain:e})=>e().setMark(this.name,n).setMeta("preventAutolink",!0).run(),toggleLink:n=>({chain:e})=>e().toggleMark(this.name,n,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run(),unsetLink:()=>({chain:n})=>n().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[xi({find:n=>Yl(n).filter(e=>this.options.validate?this.options.validate(e.value):!0).filter(e=>e.isLink).map(e=>({text:e.value,index:e.start,data:e})),type:this.type,getAttributes:(n,e)=>{var t,r;const i=(t=e==null?void 0:e.clipboardData)===null||t===void 0?void 0:t.getData("text/html"),o=/href="([^"]*)"/,s=i==null?void 0:i.match(o);return s?{href:s[1]}:{href:(r=n.data)===null||r===void 0?void 0:r.href}}})]},addProseMirrorPlugins(){const n=[];return this.options.autolink&&n.push(R5({type:this.type,validate:this.options.validate})),this.options.openOnClick&&n.push(L5({type:this.type})),this.options.linkOnPaste&&n.push(_5({editor:this.editor,type:this.type})),n}}).extend({addAttributes(){var n;return{...(n=this.parent)==null?void 0:n.call(this),title:{default:null,parseHTML:e=>e.getAttribute("title"),renderHTML:e=>({title:e.title})}}}}),B5=Dt.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){return[new gt({key:new Ut("placeholder"),props:{decorations:({doc:n,selection:e})=>{const t=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:r}=e,i=[];if(!t)return null;const o=n.type.createAndFill(),s=(o==null?void 0:o.sameMarkup(n))&&o.content.findDiffStart(n.content)===null;return n.descendants((l,a)=>{const c=r>=a&&r<=a+l.nodeSize,u=!l.isLeaf&&!l.childCount;if((c||!this.options.showOnlyCurrent)&&u){const d=[this.options.emptyNodeClass];s&&d.push(this.options.emptyEditorClass);const f=It.node(a,a+l.nodeSize,{class:d.join(" "),"data-placeholder":typeof this.options.placeholder=="function"?this.options.placeholder({editor:this.editor,node:l,pos:a,hasAnchor:c}):this.options.placeholder});i.push(f)}return this.options.includeChildren}),Ge.create(n,i)}}})]}}),F5=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))$/,$5=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))/g,V5=/(?:^|\s)((?:__)((?:[^__]+))(?:__))$/,z5=/(?:^|\s)((?:__)((?:[^__]+))(?:__))/g,H5=en.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:n=>n.style.fontWeight!=="normal"&&null},{style:"font-weight",getAttrs:n=>/^(bold(er)?|[5-9]\d{2,})$/.test(n)&&null}]},renderHTML({HTMLAttributes:n}){return["strong",dt(this.options.HTMLAttributes,n),0]},addCommands(){return{setBold:()=>({commands:n})=>n.setMark(this.name),toggleBold:()=>({commands:n})=>n.toggleMark(this.name),unsetBold:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Ro({find:F5,type:this.type}),Ro({find:V5,type:this.type})]},addPasteRules(){return[xi({find:$5,type:this.type}),xi({find:z5,type:this.type})]}}),U5=/(?:^|\s)((?:\*)((?:[^*]+))(?:\*))$/,j5=/(?:^|\s)((?:\*)((?:[^*]+))(?:\*))/g,W5=/(?:^|\s)((?:_)((?:[^_]+))(?:_))$/,K5=/(?:^|\s)((?:_)((?:[^_]+))(?:_))/g,G5=en.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:n=>n.style.fontStyle!=="normal"&&null},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:n}){return["em",dt(this.options.HTMLAttributes,n),0]},addCommands(){return{setItalic:()=>({commands:n})=>n.setMark(this.name),toggleItalic:()=>({commands:n})=>n.toggleMark(this.name),unsetItalic:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Ro({find:U5,type:this.type}),Ro({find:W5,type:this.type})]},addPasteRules(){return[xi({find:j5,type:this.type}),xi({find:K5,type:this.type})]}}),Y5=en.create({name:"underline",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:n=>n.includes("underline")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["u",dt(this.options.HTMLAttributes,n),0]},addCommands(){return{setUnderline:()=>({commands:n})=>n.setMark(this.name),toggleUnderline:()=>({commands:n})=>n.toggleMark(this.name),unsetUnderline:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}}),J5=pn.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",dt(this.options.HTMLAttributes,n),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),X5=pn.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",dt(this.options.HTMLAttributes,n),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),Xh=en.create({name:"textStyle",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"span",getAttrs:n=>n.hasAttribute("style")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["span",dt(this.options.HTMLAttributes,n),0]},addCommands(){return{removeEmptyTextStyle:()=>({state:n,commands:e})=>{const t=Io(n,this.type);return Object.entries(t).some(([,i])=>!!i)?!0:e.unsetMark(this.name)}}}}),Qh=/^\s*([-+*])\s$/,Q5=pn.create({name:"bulletList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:"ul"}]},renderHTML({HTMLAttributes:n}){return["ul",dt(this.options.HTMLAttributes,n),0]},addCommands(){return{toggleBulletList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(X5.name,this.editor.getAttributes(Xh.name)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let n=Lo({find:Qh,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(n=Lo({find:Qh,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(Xh.name),editor:this.editor})),[n]}}),Z5=pn.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",dt(this.options.HTMLAttributes,n),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),Zh=en.create({name:"textStyle",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"span",getAttrs:n=>n.hasAttribute("style")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["span",dt(this.options.HTMLAttributes,n),0]},addCommands(){return{removeEmptyTextStyle:()=>({state:n,commands:e})=>{const t=Io(n,this.type);return Object.entries(t).some(([,i])=>!!i)?!0:e.unsetMark(this.name)}}}}),qh=/^(\d+)\.\s$/,q5=pn.create({name:"orderedList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:n=>n.hasAttribute("start")?parseInt(n.getAttribute("start")||"",10):1}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:n}){const{start:e,...t}=n;return e===1?["ol",dt(this.options.HTMLAttributes,t),0]:["ol",dt(this.options.HTMLAttributes,n),0]},addCommands(){return{toggleOrderedList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(Z5.name,this.editor.getAttributes(Zh.name)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let n=Lo({find:qh,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(n=Lo({find:qh,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(Zh.name)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[n]}}),eS=pn.create({name:"hardBreak",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:n}){return["br",dt(this.options.HTMLAttributes,n)]},renderText(){return`
|
|
127
|
+
`},addCommands(){return{setHardBreak:()=>({commands:n,chain:e,state:t,editor:r})=>n.first([()=>n.exitCode(),()=>n.command(()=>{const{selection:i,storedMarks:o}=t;if(i.$from.parent.type.spec.isolating)return!1;const{keepMarks:s}=this.options,{splittableMarks:l}=r.extensionManager,a=o||i.$to.parentOffset&&i.$from.marks();return e().insertContent({type:this.name}).command(({tr:c,dispatch:u})=>{if(u&&a&&s){const d=a.filter(f=>l.includes(f.type.name));c.ensureMarks(d)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),Jl={BASIC:"basic",FULL:"full"},tS={class:"attachment-list"},nS={class:"attachment-link"},rS={key:1,class:"attachment-no-download"},iS=["href"],Xl=h.defineComponent({__name:"BDAttachmentPreviewList",props:{files:{default:[]},showDelete:{type:Boolean,default:!1},noDownload:{type:Boolean,default:!1}},emits:["delete"],setup(n,{emit:e}){const t=r=>{e("delete",r)};return(r,i)=>(h.openBlock(),h.createElementBlock("ul",tS,[(h.openBlock(!0),h.createElementBlock(h.Fragment,null,h.renderList(r.files,o=>(h.openBlock(),h.createElementBlock("li",{class:"attachment-list__item",key:o.CorrelationId},[h.createElementVNode("div",nS,[r.showDelete?(h.openBlock(),h.createBlock(kt,{key:0,variant:"remove",onClick:s=>t(o),"aria-label":"verwijder"},{default:h.withCtx(()=>[h.createVNode(h.unref(oi))]),_:2},1032,["onClick"])):h.createCommentVNode("",!0),r.noDownload?(h.openBlock(),h.createElementBlock("div",rS,[h.createVNode(h.unref(Yn)),h.createTextVNode(" "+h.toDisplayString(o.Naam.trim()),1)])):(h.openBlock(),h.createElementBlock("a",{key:2,href:o.downloadUrl},[h.createVNode(h.unref(Yn)),h.createTextVNode(" "+h.toDisplayString(o.Naam.trim()),1)],8,iS))])]))),128))]))}}),oS={class:"attachment-list"},sS={class:"attachment"},aS=["onClick"],lS=["src","alt"],cS=["onClick"],uS=["href"],dS={class:"btn btn-light download-button-image"},fS=["src","alt"],Ql=h.defineComponent({__name:"BDImageAttachmentPreviewList",props:{fastDownload:{type:Boolean,default:!1},files:{default:void 0},showDelete:{type:Boolean,default:!1},noDownload:{type:Boolean,default:!1}},emits:["delete","show"],setup(n,{emit:e}){const t=n,r=o=>{e("delete",o)},i=(o,s)=>{o.target&&o.target.className==="img-preview"&&e("show",s)};return(o,s)=>(h.openBlock(),h.createElementBlock("ul",oS,[(h.openBlock(!0),h.createElementBlock(h.Fragment,null,h.renderList(o.files,l=>(h.openBlock(),h.createElementBlock("li",{class:"attachment-list__item",key:l.CorrelationId},[h.createElementVNode("div",sS,[o.showDelete?(h.openBlock(),h.createBlock(kt,{key:0,variant:"remove",onClick:a=>r(l),"aria-label":"verwijder"},{default:h.withCtx(()=>[h.createVNode(h.unref(oi))]),_:2},1032,["onClick"])):h.createCommentVNode("",!0),t.noDownload?(h.openBlock(),h.createElementBlock("div",{key:1,onClick:a=>i(a,l)},[h.createElementVNode("img",{src:l.previewUrl,class:"img-preview",alt:l.altName,loading:"lazy"},null,8,lS)],8,aS)):(h.openBlock(),h.createElementBlock("div",{key:2,onClick:a=>i(a,l)},[t.fastDownload?(h.openBlock(),h.createElementBlock("a",{key:0,href:l.downloadUrl,class:"download-link"},[h.createElementVNode("button",dS,[h.createVNode(h.unref(Dc))])],8,uS)):h.createCommentVNode("",!0),h.createElementVNode("img",{src:l.previewUrl,alt:l.altName,class:"img-preview",loading:"lazy"},null,8,fS)],8,cS))])]))),128))]))}}),ep=n=>n.Naam.toLowerCase().endsWith(".png")||n.Naam.toLowerCase().endsWith(".jpg")||n.Naam.toLowerCase().endsWith(".jpeg")||n.Naam.toLowerCase().endsWith(".gif"),hS=n=>n.DownloadUrl?n.DownloadUrl:n.identifier?`/Collega/api/Conversation/GetConversationAttachment?conversationId=${n.conversationId}&fileMetadataId=${n.identifier}`:n.url?n.url:n.Id?"/Portaal/DownloadBerichtBijlage/"+n.Id:n.FileId?`/Portaal/DownloadStandardMessageAttachment/${n.StandardAttachmentId}/${n.FileId}`:"/Portaal/DownloadBerichtStagingBijlage/"+n.CorrelationId,pS=n=>n.ThumbnailUrl?n.ThumbnailUrl:n.identifier?`/Collega/api/Conversation/GetConversationAttachmentThumbnail?conversationId=${n.conversationId}&fileMetadataId=${n.identifier}`:n.url?n.url:n.Id?"/Portaal/DownloadBerichtBijlageThumbnail/"+n.Id:n.StandardAttachmentId||n.standardAttachmentId?`/Portaal/DownloadStandardMessageAttachmentThumbnail/${n.StandardAttachmentId}/${n.FileId}`:"/Portaal/DownloadBerichtStagingBijlageThumbnail/"+n.CorrelationId,mS=n=>n.identifier?`/Collega/api/Conversation/GetConversationAttachment?conversationId=${n.conversationId}&fileMetadataId=${n.identifier}`:null,gS=(n,e)=>e?ep(n):!ep(n),tp=(n,e)=>n.filter(i=>gS(i,e)).map(i=>({downloadUrl:hS(i),previewUrl:pS(i),fullImageUrl:mS(i),altName:`${i.Naam}`,...i})),yS={class:"bd-markdown-editor__menu-bottom"},vS={key:0,class:"vr"},bS={key:4,class:"vr"},ES={key:7,class:"vr"},np=h.defineComponent({__name:"BDMarkdownEditor",props:{placeholder:{default:"Typ een bericht"},errorText:{default:"er is iets fout gegaan"},state:{type:Boolean,default:void 0},variant:{default:Jl.BASIC},files:{default:void 0},modelValue:{}},emits:["update:modelValue","upload","action"],setup(n,{emit:e}){const t=n,r=()=>{e("upload")},i=Jn(t,"modelValue",e),o=[d5,f5,h5,B5.configure({placeholder:t.placeholder}),eS];t.variant===Jl.FULL&&o.push(H5,G5,Y5,J5,Q5,q5,P5.configure({openOnClick:!1,validate:S=>/^https?:\/\//.test(S)}));const s=u5({content:i.value,extensions:o,onUpdate:({editor:S})=>{const{view:C,state:A}=S,{from:b,to:D}=C.state.selection;if(A.doc.textBetween(b-1,D,"")==" "&&S.getAttributes("link").href!=null&&S.chain().setTextSelection({from:b-1,to:D}).toggleLink({href:S.getAttributes("link").href}).setTextSelection({from:D,to:D}).run(),S.getText().trim()===""){e("update:modelValue","");return}e("update:modelValue",S.getHTML())}});h.watch(()=>t.modelValue,S=>{s.value.getHTML()!==S&&s.value.commands.setContent(S,!0,{preserveWhitespace:"full"})});const l=h.computed(()=>t.state?"is-invalid":null),a=h.computed(()=>f("bold")),c=h.computed(()=>f("italic")),u=h.computed(()=>f("underline"));h.computed(()=>f("bulletList")),h.computed(()=>f("orderedList"));const d=h.computed(()=>t.variant===Jl.FULL),f=S=>s.value&&s.value.isActive(S)?"active":null,m=h.computed(()=>t.files&&t.files.length>0?tp(t.files,!1):null),p=h.computed(()=>t.files&&t.files.length>0?tp(t.files,!0):null),g=S=>{e("action",{name:"delete-attachment",obj:S})},y=S=>{e("action",{name:"image-attachment",obj:S})};return(S,C)=>(h.openBlock(),h.createElementBlock(h.Fragment,null,[h.createElementVNode("div",{class:h.normalizeClass(["bd-markdown-editor",l.value])},[h.createVNode(h.unref(c5),{editor:h.unref(s)},null,8,["editor"]),h.renderSlot(S.$slots,"default"),m.value?(h.openBlock(),h.createBlock(Xl,{key:0,files:m.value,"no-download":!0,"show-delete":!0,onDelete:g},null,8,["files"])):h.createCommentVNode("",!0),p.value?(h.openBlock(),h.createBlock(Ql,{key:1,files:p.value,"no-download":!0,"show-delete":!0,onDelete:g,onShow:y},null,8,["files"])):h.createCommentVNode("",!0),h.createElementVNode("div",yS,[h.createVNode(kt,{variant:"light",type:"button",onClick:r},{default:h.withCtx(()=>[h.createVNode(h.unref(Yn))]),_:1}),d.value?(h.openBlock(),h.createElementBlock("div",vS)):h.createCommentVNode("",!0),d.value?(h.openBlock(),h.createBlock(kt,{key:1,variant:"light",type:"button",class:h.normalizeClass(a.value),onClick:C[0]||(C[0]=A=>h.unref(s).chain().focus().toggleBold().run())},{default:h.withCtx(()=>[h.createVNode(h.unref(Js))]),_:1},8,["class"])):h.createCommentVNode("",!0),d.value?(h.openBlock(),h.createBlock(kt,{key:2,variant:"light",type:"button",class:h.normalizeClass(c.value),onClick:C[1]||(C[1]=A=>h.unref(s).chain().focus().toggleItalic().run())},{default:h.withCtx(()=>[h.createVNode(h.unref(Ys))]),_:1},8,["class"])):h.createCommentVNode("",!0),d.value?(h.openBlock(),h.createBlock(kt,{key:3,variant:"light",type:"button",class:h.normalizeClass(u.value),onClick:C[2]||(C[2]=A=>h.unref(s).chain().focus().toggleUnderline().run())},{default:h.withCtx(()=>[h.createVNode(h.unref(Xs))]),_:1},8,["class"])):h.createCommentVNode("",!0),d.value?(h.openBlock(),h.createElementBlock("div",bS)):h.createCommentVNode("",!0),d.value?(h.openBlock(),h.createBlock(kt,{key:5,variant:"light",type:"button",class:"IsUnderlineActive",onClick:C[3]||(C[3]=A=>h.unref(s).chain().focus().toggleUnderline().run())},{default:h.withCtx(()=>[h.createVNode(h.unref(Qs))]),_:1})):h.createCommentVNode("",!0),d.value?(h.openBlock(),h.createBlock(kt,{key:6,variant:"light",type:"button",class:"IsBulletListActive",onClick:C[4]||(C[4]=A=>h.unref(s).chain().focus().toggleBulletList().run())},{default:h.withCtx(()=>[h.createVNode(h.unref(Zs))]),_:1})):h.createCommentVNode("",!0),d.value?(h.openBlock(),h.createElementBlock("div",ES)):h.createCommentVNode("",!0),d.value?(h.openBlock(),h.createBlock(kt,{key:8,variant:"light",type:"button",class:"IsOrderedListActive",onClick:C[5]||(C[5]=A=>h.unref(s).chain().focus().toggleOrderedList().run())},{default:h.withCtx(()=>[h.createVNode(h.unref(qs))]),_:1})):h.createCommentVNode("",!0)])],2),h.createVNode(h.unref(eo),{text:t.errorText,state:t.state},null,8,["text","state"])],64))}}),SS={class:"bd-user"},CS={class:"bd-user__information"},TS={class:"text-break"},AS={class:"overflow-x-hidden"},rp=h.defineComponent({__name:"BDUser",props:{name:{default:""},img:{default:void 0},details:{default:void 0},hideImage:{type:Boolean,default:!1}},setup(n){const e=n,t=h.computed(()=>{var r;return typeof e.details=="string"?e.details:(r=e.details)==null?void 0:r.join(" • ")});return(r,i)=>(h.openBlock(),h.createElementBlock("div",SS,[e.hideImage?h.createCommentVNode("",!0):(h.openBlock(),h.createBlock(ea,h.mergeProps({key:0},e.img,{size:"sm"}),null,16)),h.createElementVNode("div",CS,[h.createElementVNode("header",null,[h.createElementVNode("h5",TS,h.toDisplayString(e.name),1),h.renderSlot(r.$slots,"header-extra")]),h.createElementVNode("span",AS,h.toDisplayString(t.value),1)])]))}}),wS={class:"bd-dropdown dropdown"},ip=h.defineComponent({__name:"BDDropdown",props:{size:{default:st.MD},variant:{default:Qi.PRIMARY},right:{type:Boolean,default:void 0},noFlip:{type:Boolean,default:void 0},toggleTag:{default:"button"},toggleClass:{},actionToggle:{type:Boolean,default:void 0},text:{default:""},offset:{default:void 0}},setup(n){const e=n,{uniqueIdentifier:t}=si(),r=`__BD__DROPDOWN__${t.value}`,i=h.computed(()=>({class:{btn:e.toggleTag==="button",[`btn-${e.variant}`]:e.toggleTag==="button"&&e.variant,[`btn-${e.size}`]:e.toggleTag==="button"&&e.size,[`${e.toggleClass}`]:e.toggleClass!==void 0,"dropdown-toggle-action":e.actionToggle},"data-bs-display":e.noFlip?"static":null,"data-bs-offset":e.offset?e.offset:null,id:r})),o=h.computed(()=>({"dropdown-menu-end":e.right,"dropdown-menu-action":e.actionToggle})),s=h.computed(()=>({"aria-labelledby":r}));return(l,a)=>(h.openBlock(),h.createElementBlock("div",wS,[(h.openBlock(),h.createBlock(h.resolveDynamicComponent(e.toggleTag),h.mergeProps({class:"dropdown-toggle",target:"_self",role:"button","data-bs-toggle":"dropdown"},i.value),{default:h.withCtx(()=>[h.createElementVNode("span",null,h.toDisplayString(e.text),1)]),_:1},16)),h.createElementVNode("ul",h.mergeProps({class:["dropdown-menu",o.value]},s.value),[h.renderSlot(l.$slots,"default")],16)]))}}),xS={class:"modal bd-modal modal-lg",tabindex:"-1"},kS={class:"modal-dialog"},OS={class:"modal-content"},MS={class:"modal-header"},NS={class:"modal-title fw-light"},IS={class:"modal-body"},DS={key:0,class:"modal-footer"},RS=["disabled"],op=h.defineComponent({__name:"BDModal",props:{title:{default:""},submitButtonTitle:{default:"Opslaan"},closeButtonTitle:{default:"Annuleren"},hideFooterCancelButton:{type:Boolean,default:!1},hideFooterSubmitButton:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},disableSubmitButton:{type:Boolean,default:!1}},emits:["submit","cancel"],setup(n,{emit:e}){const t=n,r=()=>{e("submit")},i=()=>{e("cancel")};return(o,s)=>(h.openBlock(),h.createElementBlock("div",xS,[h.createElementVNode("div",kS,[h.createElementVNode("div",OS,[h.createElementVNode("div",MS,[h.createElementVNode("h2",NS,h.toDisplayString(t.title),1),h.renderSlot(o.$slots,"modal-header-space-between"),h.createElementVNode("button",{type:"button",class:"btn-close w-auto","data-bs-dismiss":"modal","aria-label":"Sluiten",onClick:i},[h.createTextVNode("Sluiten "),h.createVNode(h.unref(Gs),{class:"bg-primary"})])]),h.createElementVNode("div",IS,[h.renderSlot(o.$slots,"default")]),o.hideFooter?h.createCommentVNode("",!0):(h.openBlock(),h.createElementBlock("div",DS,[t.hideFooterSubmitButton?h.createCommentVNode("",!0):(h.openBlock(),h.createElementBlock("button",{key:0,type:"button",class:"btn btn-primary",disabled:t.disableSubmitButton,onClick:r},h.toDisplayString(t.submitButtonTitle),9,RS)),t.hideFooterCancelButton?h.createCommentVNode("",!0):(h.openBlock(),h.createElementBlock("button",{key:1,type:"button",class:"btn btn-link","data-bs-dismiss":"modal",onClick:i,"aria-label":"Annuleren"},h.toDisplayString(t.closeButtonTitle),1))]))])])]))}});/*!
|
|
128
|
+
* Bootstrap v5.3.0 (https://getbootstrap.com/)
|
|
129
|
+
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
130
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
131
|
+
*/const Vn=new Map,Zl={set(n,e,t){Vn.has(n)||Vn.set(n,new Map);const r=Vn.get(n);if(!r.has(e)&&r.size!==0){console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(r.keys())[0]}.`);return}r.set(e,t)},get(n,e){return Vn.has(n)&&Vn.get(n).get(e)||null},remove(n,e){if(!Vn.has(n))return;const t=Vn.get(n);t.delete(e),t.size===0&&Vn.delete(n)}},LS=1e6,_S=1e3,ql="transitionend",sp=n=>(n&&window.CSS&&window.CSS.escape&&(n=n.replace(/#([^\s"#']+)/g,(e,t)=>`#${CSS.escape(t)}`)),n),PS=n=>n==null?`${n}`:Object.prototype.toString.call(n).match(/\s([a-z]+)/i)[1].toLowerCase(),BS=n=>{do n+=Math.floor(Math.random()*LS);while(document.getElementById(n));return n},FS=n=>{if(!n)return 0;let{transitionDuration:e,transitionDelay:t}=window.getComputedStyle(n);const r=Number.parseFloat(e),i=Number.parseFloat(t);return!r&&!i?0:(e=e.split(",")[0],t=t.split(",")[0],(Number.parseFloat(e)+Number.parseFloat(t))*_S)},ap=n=>{n.dispatchEvent(new Event(ql))},yn=n=>!n||typeof n!="object"?!1:(typeof n.jquery<"u"&&(n=n[0]),typeof n.nodeType<"u"),zn=n=>yn(n)?n.jquery?n[0]:n:typeof n=="string"&&n.length>0?document.querySelector(sp(n)):null,Yr=n=>{if(!yn(n)||n.getClientRects().length===0)return!1;const e=getComputedStyle(n).getPropertyValue("visibility")==="visible",t=n.closest("details:not([open])");if(!t)return e;if(t!==n){const r=n.closest("summary");if(r&&r.parentNode!==t||r===null)return!1}return e},Hn=n=>!n||n.nodeType!==Node.ELEMENT_NODE||n.classList.contains("disabled")?!0:typeof n.disabled<"u"?n.disabled:n.hasAttribute("disabled")&&n.getAttribute("disabled")!=="false",lp=n=>{if(!document.documentElement.attachShadow)return null;if(typeof n.getRootNode=="function"){const e=n.getRootNode();return e instanceof ShadowRoot?e:null}return n instanceof ShadowRoot?n:n.parentNode?lp(n.parentNode):null},Os=()=>{},$i=n=>{n.offsetHeight},cp=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,ec=[],$S=n=>{document.readyState==="loading"?(ec.length||document.addEventListener("DOMContentLoaded",()=>{for(const e of ec)e()}),ec.push(n)):n()},_t=()=>document.documentElement.dir==="rtl",Pt=n=>{$S(()=>{const e=cp();if(e){const t=n.NAME,r=e.fn[t];e.fn[t]=n.jQueryInterface,e.fn[t].Constructor=n,e.fn[t].noConflict=()=>(e.fn[t]=r,n.jQueryInterface)}})},bt=(n,e=[],t=n)=>typeof n=="function"?n(...e):t,up=(n,e,t=!0)=>{if(!t){bt(n);return}const r=5,i=FS(e)+r;let o=!1;const s=({target:l})=>{l===e&&(o=!0,e.removeEventListener(ql,s),bt(n))};e.addEventListener(ql,s),setTimeout(()=>{o||ap(e)},i)},tc=(n,e,t,r)=>{const i=n.length;let o=n.indexOf(e);return o===-1?!t&&r?n[i-1]:n[0]:(o+=t?1:-1,r&&(o=(o+i)%i),n[Math.max(0,Math.min(o,i-1))])},VS=/[^.]*(?=\..*)\.|.*/,zS=/\..*/,HS=/::\d+$/,nc={};let dp=1;const fp={mouseenter:"mouseover",mouseleave:"mouseout"},US=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function hp(n,e){return e&&`${e}::${dp++}`||n.uidEvent||dp++}function pp(n){const e=hp(n);return n.uidEvent=e,nc[e]=nc[e]||{},nc[e]}function jS(n,e){return function t(r){return ic(r,{delegateTarget:n}),t.oneOff&&ne.off(n,r.type,e),e.apply(n,[r])}}function WS(n,e,t){return function r(i){const o=n.querySelectorAll(e);for(let{target:s}=i;s&&s!==this;s=s.parentNode)for(const l of o)if(l===s)return ic(i,{delegateTarget:s}),r.oneOff&&ne.off(n,i.type,e,t),t.apply(s,[i])}}function mp(n,e,t=null){return Object.values(n).find(r=>r.callable===e&&r.delegationSelector===t)}function gp(n,e,t){const r=typeof e=="string",i=r?t:e||t;let o=vp(n);return US.has(o)||(o=n),[r,i,o]}function yp(n,e,t,r,i){if(typeof e!="string"||!n)return;let[o,s,l]=gp(e,t,r);e in fp&&(s=(p=>function(g){if(!g.relatedTarget||g.relatedTarget!==g.delegateTarget&&!g.delegateTarget.contains(g.relatedTarget))return p.call(this,g)})(s));const a=pp(n),c=a[l]||(a[l]={}),u=mp(c,s,o?t:null);if(u){u.oneOff=u.oneOff&&i;return}const d=hp(s,e.replace(VS,"")),f=o?WS(n,t,s):jS(n,s);f.delegationSelector=o?t:null,f.callable=s,f.oneOff=i,f.uidEvent=d,c[d]=f,n.addEventListener(l,f,o)}function rc(n,e,t,r,i){const o=mp(e[t],r,i);o&&(n.removeEventListener(t,o,!!i),delete e[t][o.uidEvent])}function KS(n,e,t,r){const i=e[t]||{};for(const[o,s]of Object.entries(i))o.includes(r)&&rc(n,e,t,s.callable,s.delegationSelector)}function vp(n){return n=n.replace(zS,""),fp[n]||n}const ne={on(n,e,t,r){yp(n,e,t,r,!1)},one(n,e,t,r){yp(n,e,t,r,!0)},off(n,e,t,r){if(typeof e!="string"||!n)return;const[i,o,s]=gp(e,t,r),l=s!==e,a=pp(n),c=a[s]||{},u=e.startsWith(".");if(typeof o<"u"){if(!Object.keys(c).length)return;rc(n,a,s,o,i?t:null);return}if(u)for(const d of Object.keys(a))KS(n,a,d,e.slice(1));for(const[d,f]of Object.entries(c)){const m=d.replace(HS,"");(!l||e.includes(m))&&rc(n,a,s,f.callable,f.delegationSelector)}},trigger(n,e,t){if(typeof e!="string"||!n)return null;const r=cp(),i=vp(e),o=e!==i;let s=null,l=!0,a=!0,c=!1;o&&r&&(s=r.Event(e,t),r(n).trigger(s),l=!s.isPropagationStopped(),a=!s.isImmediatePropagationStopped(),c=s.isDefaultPrevented());const u=ic(new Event(e,{bubbles:l,cancelable:!0}),t);return c&&u.preventDefault(),a&&n.dispatchEvent(u),u.defaultPrevented&&s&&s.preventDefault(),u}};function ic(n,e={}){for(const[t,r]of Object.entries(e))try{n[t]=r}catch{Object.defineProperty(n,t,{configurable:!0,get(){return r}})}return n}function bp(n){if(n==="true")return!0;if(n==="false")return!1;if(n===Number(n).toString())return Number(n);if(n===""||n==="null")return null;if(typeof n!="string")return n;try{return JSON.parse(decodeURIComponent(n))}catch{return n}}function oc(n){return n.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`)}const vn={setDataAttribute(n,e,t){n.setAttribute(`data-bs-${oc(e)}`,t)},removeDataAttribute(n,e){n.removeAttribute(`data-bs-${oc(e)}`)},getDataAttributes(n){if(!n)return{};const e={},t=Object.keys(n.dataset).filter(r=>r.startsWith("bs")&&!r.startsWith("bsConfig"));for(const r of t){let i=r.replace(/^bs/,"");i=i.charAt(0).toLowerCase()+i.slice(1,i.length),e[i]=bp(n.dataset[r])}return e},getDataAttribute(n,e){return bp(n.getAttribute(`data-bs-${oc(e)}`))}};class Vi{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(e){return e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e}_mergeConfigObj(e,t){const r=yn(t)?vn.getDataAttribute(t,"config"):{};return{...this.constructor.Default,...typeof r=="object"?r:{},...yn(t)?vn.getDataAttributes(t):{},...typeof e=="object"?e:{}}}_typeCheckConfig(e,t=this.constructor.DefaultType){for(const[r,i]of Object.entries(t)){const o=e[r],s=yn(o)?"element":PS(o);if(!new RegExp(i).test(s))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${r}" provided type "${s}" but expected type "${i}".`)}}}const GS="5.3.0";class Yt extends Vi{constructor(e,t){super(),e=zn(e),e&&(this._element=e,this._config=this._getConfig(t),Zl.set(this._element,this.constructor.DATA_KEY,this))}dispose(){Zl.remove(this._element,this.constructor.DATA_KEY),ne.off(this._element,this.constructor.EVENT_KEY);for(const e of Object.getOwnPropertyNames(this))this[e]=null}_queueCallback(e,t,r=!0){up(e,t,r)}_getConfig(e){return e=this._mergeConfigObj(e,this._element),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}static getInstance(e){return Zl.get(zn(e),this.DATA_KEY)}static getOrCreateInstance(e,t={}){return this.getInstance(e)||new this(e,typeof t=="object"?t:null)}static get VERSION(){return GS}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(e){return`${e}${this.EVENT_KEY}`}}const sc=n=>{let e=n.getAttribute("data-bs-target");if(!e||e==="#"){let t=n.getAttribute("href");if(!t||!t.includes("#")&&!t.startsWith("."))return null;t.includes("#")&&!t.startsWith("#")&&(t=`#${t.split("#")[1]}`),e=t&&t!=="#"?t.trim():null}return sp(e)},be={find(n,e=document.documentElement){return[].concat(...Element.prototype.querySelectorAll.call(e,n))},findOne(n,e=document.documentElement){return Element.prototype.querySelector.call(e,n)},children(n,e){return[].concat(...n.children).filter(t=>t.matches(e))},parents(n,e){const t=[];let r=n.parentNode.closest(e);for(;r;)t.push(r),r=r.parentNode.closest(e);return t},prev(n,e){let t=n.previousElementSibling;for(;t;){if(t.matches(e))return[t];t=t.previousElementSibling}return[]},next(n,e){let t=n.nextElementSibling;for(;t;){if(t.matches(e))return[t];t=t.nextElementSibling}return[]},focusableChildren(n){const e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(t=>`${t}:not([tabindex^="-"])`).join(",");return this.find(e,n).filter(t=>!Hn(t)&&Yr(t))},getSelectorFromElement(n){const e=sc(n);return e&&be.findOne(e)?e:null},getElementFromSelector(n){const e=sc(n);return e?be.findOne(e):null},getMultipleElementsFromSelector(n){const e=sc(n);return e?be.find(e):[]}},Ms=(n,e="hide")=>{const t=`click.dismiss${n.EVENT_KEY}`,r=n.NAME;ne.on(document,t,`[data-bs-dismiss="${r}"]`,function(i){if(["A","AREA"].includes(this.tagName)&&i.preventDefault(),Hn(this))return;const o=be.getElementFromSelector(this)||this.closest(`.${r}`);n.getOrCreateInstance(o)[e]()})},YS="alert",Ep=".bs.alert",JS=`close${Ep}`,XS=`closed${Ep}`,QS="fade",ZS="show";class Ns extends Yt{static get NAME(){return YS}close(){if(ne.trigger(this._element,JS).defaultPrevented)return;this._element.classList.remove(ZS);const t=this._element.classList.contains(QS);this._queueCallback(()=>this._destroyElement(),this._element,t)}_destroyElement(){this._element.remove(),ne.trigger(this._element,XS),this.dispose()}static jQueryInterface(e){return this.each(function(){const t=Ns.getOrCreateInstance(this);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e](this)}})}}Ms(Ns,"close"),Pt(Ns);const qS="button",e3=".bs.button",t3=".data-api",n3="active",Sp='[data-bs-toggle="button"]',r3=`click${e3}${t3}`;class Is extends Yt{static get NAME(){return qS}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle(n3))}static jQueryInterface(e){return this.each(function(){const t=Is.getOrCreateInstance(this);e==="toggle"&&t[e]()})}}ne.on(document,r3,Sp,n=>{n.preventDefault();const e=n.target.closest(Sp);Is.getOrCreateInstance(e).toggle()}),Pt(Is);const i3="swipe",Jr=".bs.swipe",o3=`touchstart${Jr}`,s3=`touchmove${Jr}`,a3=`touchend${Jr}`,l3=`pointerdown${Jr}`,c3=`pointerup${Jr}`,u3="touch",d3="pen",f3="pointer-event",h3=40,p3={endCallback:null,leftCallback:null,rightCallback:null},m3={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class Ds extends Vi{constructor(e,t){super(),this._element=e,!(!e||!Ds.isSupported())&&(this._config=this._getConfig(t),this._deltaX=0,this._supportPointerEvents=!!window.PointerEvent,this._initEvents())}static get Default(){return p3}static get DefaultType(){return m3}static get NAME(){return i3}dispose(){ne.off(this._element,Jr)}_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(),bt(this._config.endCallback)}_move(e){this._deltaX=e.touches&&e.touches.length>1?0:e.touches[0].clientX-this._deltaX}_handleSwipe(){const e=Math.abs(this._deltaX);if(e<=h3)return;const t=e/this._deltaX;this._deltaX=0,t&&bt(t>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(ne.on(this._element,l3,e=>this._start(e)),ne.on(this._element,c3,e=>this._end(e)),this._element.classList.add(f3)):(ne.on(this._element,o3,e=>this._start(e)),ne.on(this._element,s3,e=>this._move(e)),ne.on(this._element,a3,e=>this._end(e)))}_eventIsPointerPenTouch(e){return this._supportPointerEvents&&(e.pointerType===d3||e.pointerType===u3)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const g3="carousel",Un=".bs.carousel",Cp=".data-api",y3="ArrowLeft",v3="ArrowRight",b3=500,zi="next",Xr="prev",Qr="left",Rs="right",E3=`slide${Un}`,ac=`slid${Un}`,S3=`keydown${Un}`,C3=`mouseenter${Un}`,T3=`mouseleave${Un}`,A3=`dragstart${Un}`,w3=`load${Un}${Cp}`,x3=`click${Un}${Cp}`,Tp="carousel",Ls="active",k3="slide",O3="carousel-item-end",M3="carousel-item-start",N3="carousel-item-next",I3="carousel-item-prev",Ap=".active",wp=".carousel-item",D3=Ap+wp,R3=".carousel-item img",L3=".carousel-indicators",_3="[data-bs-slide], [data-bs-slide-to]",P3='[data-bs-ride="carousel"]',B3={[y3]:Rs,[v3]:Qr},F3={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},$3={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class Hi extends Yt{constructor(e,t){super(e,t),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=be.findOne(L3,this._element),this._addEventListeners(),this._config.ride===Tp&&this.cycle()}static get Default(){return F3}static get DefaultType(){return $3}static get NAME(){return g3}next(){this._slide(zi)}nextWhenVisible(){!document.hidden&&Yr(this._element)&&this.next()}prev(){this._slide(Xr)}pause(){this._isSliding&&ap(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){ne.one(this._element,ac,()=>this.cycle());return}this.cycle()}}to(e){const t=this._getItems();if(e>t.length-1||e<0)return;if(this._isSliding){ne.one(this._element,ac,()=>this.to(e));return}const r=this._getItemIndex(this._getActive());if(r===e)return;const i=e>r?zi:Xr;this._slide(i,t[e])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(e){return e.defaultInterval=e.interval,e}_addEventListeners(){this._config.keyboard&&ne.on(this._element,S3,e=>this._keydown(e)),this._config.pause==="hover"&&(ne.on(this._element,C3,()=>this.pause()),ne.on(this._element,T3,()=>this._maybeEnableCycle())),this._config.touch&&Ds.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const r of be.find(R3,this._element))ne.on(r,A3,i=>i.preventDefault());const t={leftCallback:()=>this._slide(this._directionToOrder(Qr)),rightCallback:()=>this._slide(this._directionToOrder(Rs)),endCallback:()=>{this._config.pause==="hover"&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(()=>this._maybeEnableCycle(),b3+this._config.interval))}};this._swipeHelper=new Ds(this._element,t)}_keydown(e){if(/input|textarea/i.test(e.target.tagName))return;const t=B3[e.key];t&&(e.preventDefault(),this._slide(this._directionToOrder(t)))}_getItemIndex(e){return this._getItems().indexOf(e)}_setActiveIndicatorElement(e){if(!this._indicatorsElement)return;const t=be.findOne(Ap,this._indicatorsElement);t.classList.remove(Ls),t.removeAttribute("aria-current");const r=be.findOne(`[data-bs-slide-to="${e}"]`,this._indicatorsElement);r&&(r.classList.add(Ls),r.setAttribute("aria-current","true"))}_updateInterval(){const e=this._activeElement||this._getActive();if(!e)return;const t=Number.parseInt(e.getAttribute("data-bs-interval"),10);this._config.interval=t||this._config.defaultInterval}_slide(e,t=null){if(this._isSliding)return;const r=this._getActive(),i=e===zi,o=t||tc(this._getItems(),r,i,this._config.wrap);if(o===r)return;const s=this._getItemIndex(o),l=m=>ne.trigger(this._element,m,{relatedTarget:o,direction:this._orderToDirection(e),from:this._getItemIndex(r),to:s});if(l(E3).defaultPrevented||!r||!o)return;const c=!!this._interval;this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(s),this._activeElement=o;const u=i?M3:O3,d=i?N3:I3;o.classList.add(d),$i(o),r.classList.add(u),o.classList.add(u);const f=()=>{o.classList.remove(u,d),o.classList.add(Ls),r.classList.remove(Ls,d,u),this._isSliding=!1,l(ac)};this._queueCallback(f,r,this._isAnimated()),c&&this.cycle()}_isAnimated(){return this._element.classList.contains(k3)}_getActive(){return be.findOne(D3,this._element)}_getItems(){return be.find(wp,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(e){return _t()?e===Qr?Xr:zi:e===Qr?zi:Xr}_orderToDirection(e){return _t()?e===Xr?Qr:Rs:e===Xr?Rs:Qr}static jQueryInterface(e){return this.each(function(){const t=Hi.getOrCreateInstance(this,e);if(typeof e=="number"){t.to(e);return}if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e]()}})}}ne.on(document,x3,_3,function(n){const e=be.getElementFromSelector(this);if(!e||!e.classList.contains(Tp))return;n.preventDefault();const t=Hi.getOrCreateInstance(e),r=this.getAttribute("data-bs-slide-to");if(r){t.to(r),t._maybeEnableCycle();return}if(vn.getDataAttribute(this,"slide")==="next"){t.next(),t._maybeEnableCycle();return}t.prev(),t._maybeEnableCycle()}),ne.on(window,w3,()=>{const n=be.find(P3);for(const e of n)Hi.getOrCreateInstance(e)}),Pt(Hi);const V3="collapse",Ui=".bs.collapse",z3=".data-api",H3=`show${Ui}`,U3=`shown${Ui}`,j3=`hide${Ui}`,W3=`hidden${Ui}`,K3=`click${Ui}${z3}`,lc="show",Zr="collapse",_s="collapsing",G3="collapsed",Y3=`:scope .${Zr} .${Zr}`,J3="collapse-horizontal",X3="width",Q3="height",Z3=".collapse.show, .collapse.collapsing",cc='[data-bs-toggle="collapse"]',q3={parent:null,toggle:!0},eC={parent:"(null|element)",toggle:"boolean"};class ji extends Yt{constructor(e,t){super(e,t),this._isTransitioning=!1,this._triggerArray=[];const r=be.find(cc);for(const i of r){const o=be.getSelectorFromElement(i),s=be.find(o).filter(l=>l===this._element);o!==null&&s.length&&this._triggerArray.push(i)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return q3}static get DefaultType(){return eC}static get NAME(){return V3}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let e=[];if(this._config.parent&&(e=this._getFirstLevelChildren(Z3).filter(l=>l!==this._element).map(l=>ji.getOrCreateInstance(l,{toggle:!1}))),e.length&&e[0]._isTransitioning||ne.trigger(this._element,H3).defaultPrevented)return;for(const l of e)l.hide();const r=this._getDimension();this._element.classList.remove(Zr),this._element.classList.add(_s),this._element.style[r]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const i=()=>{this._isTransitioning=!1,this._element.classList.remove(_s),this._element.classList.add(Zr,lc),this._element.style[r]="",ne.trigger(this._element,U3)},s=`scroll${r[0].toUpperCase()+r.slice(1)}`;this._queueCallback(i,this._element,!0),this._element.style[r]=`${this._element[s]}px`}hide(){if(this._isTransitioning||!this._isShown()||ne.trigger(this._element,j3).defaultPrevented)return;const t=this._getDimension();this._element.style[t]=`${this._element.getBoundingClientRect()[t]}px`,$i(this._element),this._element.classList.add(_s),this._element.classList.remove(Zr,lc);for(const i of this._triggerArray){const o=be.getElementFromSelector(i);o&&!this._isShown(o)&&this._addAriaAndCollapsedClass([i],!1)}this._isTransitioning=!0;const r=()=>{this._isTransitioning=!1,this._element.classList.remove(_s),this._element.classList.add(Zr),ne.trigger(this._element,W3)};this._element.style[t]="",this._queueCallback(r,this._element,!0)}_isShown(e=this._element){return e.classList.contains(lc)}_configAfterMerge(e){return e.toggle=!!e.toggle,e.parent=zn(e.parent),e}_getDimension(){return this._element.classList.contains(J3)?X3:Q3}_initializeChildren(){if(!this._config.parent)return;const e=this._getFirstLevelChildren(cc);for(const t of e){const r=be.getElementFromSelector(t);r&&this._addAriaAndCollapsedClass([t],this._isShown(r))}}_getFirstLevelChildren(e){const t=be.find(Y3,this._config.parent);return be.find(e,this._config.parent).filter(r=>!t.includes(r))}_addAriaAndCollapsedClass(e,t){if(e.length)for(const r of e)r.classList.toggle(G3,!t),r.setAttribute("aria-expanded",t)}static jQueryInterface(e){const t={};return typeof e=="string"&&/show|hide/.test(e)&&(t.toggle=!1),this.each(function(){const r=ji.getOrCreateInstance(this,t);if(typeof e=="string"){if(typeof r[e]>"u")throw new TypeError(`No method named "${e}"`);r[e]()}})}}ne.on(document,K3,cc,function(n){(n.target.tagName==="A"||n.delegateTarget&&n.delegateTarget.tagName==="A")&&n.preventDefault();for(const e of be.getMultipleElementsFromSelector(this))ji.getOrCreateInstance(e,{toggle:!1}).toggle()}),Pt(ji);const xp="dropdown",pr=".bs.dropdown",uc=".data-api",tC="Escape",kp="Tab",nC="ArrowUp",Op="ArrowDown",rC=2,iC=`hide${pr}`,oC=`hidden${pr}`,sC=`show${pr}`,aC=`shown${pr}`,Mp=`click${pr}${uc}`,Np=`keydown${pr}${uc}`,lC=`keyup${pr}${uc}`,qr="show",cC="dropup",uC="dropend",dC="dropstart",fC="dropup-center",hC="dropdown-center",mr='[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',pC=`${mr}.${qr}`,Ps=".dropdown-menu",mC=".navbar",gC=".navbar-nav",yC=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",vC=_t()?"top-end":"top-start",bC=_t()?"top-start":"top-end",EC=_t()?"bottom-end":"bottom-start",SC=_t()?"bottom-start":"bottom-end",CC=_t()?"left-start":"right-start",TC=_t()?"right-start":"left-start",AC="top",wC="bottom",xC={autoClose:!0,boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},kC={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"};class an extends Yt{constructor(e,t){super(e,t),this._popper=null,this._parent=this._element.parentNode,this._menu=be.next(this._element,Ps)[0]||be.prev(this._element,Ps)[0]||be.findOne(Ps,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return xC}static get DefaultType(){return kC}static get NAME(){return xp}toggle(){return this._isShown()?this.hide():this.show()}show(){if(Hn(this._element)||this._isShown())return;const e={relatedTarget:this._element};if(!ne.trigger(this._element,sC,e).defaultPrevented){if(this._createPopper(),"ontouchstart"in document.documentElement&&!this._parent.closest(gC))for(const r of[].concat(...document.body.children))ne.on(r,"mouseover",Os);this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(qr),this._element.classList.add(qr),ne.trigger(this._element,aC,e)}}hide(){if(Hn(this._element)||!this._isShown())return;const e={relatedTarget:this._element};this._completeHide(e)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(e){if(!ne.trigger(this._element,iC,e).defaultPrevented){if("ontouchstart"in document.documentElement)for(const r of[].concat(...document.body.children))ne.off(r,"mouseover",Os);this._popper&&this._popper.destroy(),this._menu.classList.remove(qr),this._element.classList.remove(qr),this._element.setAttribute("aria-expanded","false"),vn.removeDataAttribute(this._menu,"popper"),ne.trigger(this._element,oC,e)}}_getConfig(e){if(e=super._getConfig(e),typeof e.reference=="object"&&!yn(e.reference)&&typeof e.reference.getBoundingClientRect!="function")throw new TypeError(`${xp.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return e}_createPopper(){if(typeof dh>"u")throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let e=this._element;this._config.reference==="parent"?e=this._parent:yn(this._config.reference)?e=zn(this._config.reference):typeof this._config.reference=="object"&&(e=this._config.reference);const t=this._getPopperConfig();this._popper=Ho(e,this._menu,t)}_isShown(){return this._menu.classList.contains(qr)}_getPlacement(){const e=this._parent;if(e.classList.contains(uC))return CC;if(e.classList.contains(dC))return TC;if(e.classList.contains(fC))return AC;if(e.classList.contains(hC))return wC;const t=getComputedStyle(this._menu).getPropertyValue("--bs-position").trim()==="end";return e.classList.contains(cC)?t?bC:vC:t?SC:EC}_detectNavbar(){return this._element.closest(mC)!==null}_getOffset(){const{offset:e}=this._config;return typeof e=="string"?e.split(",").map(t=>Number.parseInt(t,10)):typeof e=="function"?t=>e(t,this._element):e}_getPopperConfig(){const e={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||this._config.display==="static")&&(vn.setDataAttribute(this._menu,"popper","static"),e.modifiers=[{name:"applyStyles",enabled:!1}]),{...e,...bt(this._config.popperConfig,[e])}}_selectMenuItem({key:e,target:t}){const r=be.find(yC,this._menu).filter(i=>Yr(i));r.length&&tc(r,t,e===Op,!r.includes(t)).focus()}static jQueryInterface(e){return this.each(function(){const t=an.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof t[e]>"u")throw new TypeError(`No method named "${e}"`);t[e]()}})}static clearMenus(e){if(e.button===rC||e.type==="keyup"&&e.key!==kp)return;const t=be.find(pC);for(const r of t){const i=an.getInstance(r);if(!i||i._config.autoClose===!1)continue;const o=e.composedPath(),s=o.includes(i._menu);if(o.includes(i._element)||i._config.autoClose==="inside"&&!s||i._config.autoClose==="outside"&&s||i._menu.contains(e.target)&&(e.type==="keyup"&&e.key===kp||/input|select|option|textarea|form/i.test(e.target.tagName)))continue;const l={relatedTarget:i._element};e.type==="click"&&(l.clickEvent=e),i._completeHide(l)}}static dataApiKeydownHandler(e){const t=/input|textarea/i.test(e.target.tagName),r=e.key===tC,i=[nC,Op].includes(e.key);if(!i&&!r||t&&!r)return;e.preventDefault();const o=this.matches(mr)?this:be.prev(this,mr)[0]||be.next(this,mr)[0]||be.findOne(mr,e.delegateTarget.parentNode),s=an.getOrCreateInstance(o);if(i){e.stopPropagation(),s.show(),s._selectMenuItem(e);return}s._isShown()&&(e.stopPropagation(),s.hide(),o.focus())}}ne.on(document,Np,mr,an.dataApiKeydownHandler),ne.on(document,Np,Ps,an.dataApiKeydownHandler),ne.on(document,Mp,an.clearMenus),ne.on(document,lC,an.clearMenus),ne.on(document,Mp,mr,function(n){n.preventDefault(),an.getOrCreateInstance(this).toggle()}),Pt(an);const Ip="backdrop",OC="fade",Dp="show",Rp=`mousedown.bs.${Ip}`,MC={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},NC={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class Lp extends Vi{constructor(e){super(),this._config=this._getConfig(e),this._isAppended=!1,this._element=null}static get Default(){return MC}static get DefaultType(){return NC}static get NAME(){return Ip}show(e){if(!this._config.isVisible){bt(e);return}this._append();const t=this._getElement();this._config.isAnimated&&$i(t),t.classList.add(Dp),this._emulateAnimation(()=>{bt(e)})}hide(e){if(!this._config.isVisible){bt(e);return}this._getElement().classList.remove(Dp),this._emulateAnimation(()=>{this.dispose(),bt(e)})}dispose(){this._isAppended&&(ne.off(this._element,Rp),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const e=document.createElement("div");e.className=this._config.className,this._config.isAnimated&&e.classList.add(OC),this._element=e}return this._element}_configAfterMerge(e){return e.rootElement=zn(e.rootElement),e}_append(){if(this._isAppended)return;const e=this._getElement();this._config.rootElement.append(e),ne.on(e,Rp,()=>{bt(this._config.clickCallback)}),this._isAppended=!0}_emulateAnimation(e){up(e,this._getElement(),this._config.isAnimated)}}const IC="focustrap",Bs=".bs.focustrap",DC=`focusin${Bs}`,RC=`keydown.tab${Bs}`,LC="Tab",_C="forward",_p="backward",PC={autofocus:!0,trapElement:null},BC={autofocus:"boolean",trapElement:"element"};class Pp extends Vi{constructor(e){super(),this._config=this._getConfig(e),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return PC}static get DefaultType(){return BC}static get NAME(){return IC}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),ne.off(document,Bs),ne.on(document,DC,e=>this._handleFocusin(e)),ne.on(document,RC,e=>this._handleKeydown(e)),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,ne.off(document,Bs))}_handleFocusin(e){const{trapElement:t}=this._config;if(e.target===document||e.target===t||t.contains(e.target))return;const r=be.focusableChildren(t);r.length===0?t.focus():this._lastTabNavDirection===_p?r[r.length-1].focus():r[0].focus()}_handleKeydown(e){e.key===LC&&(this._lastTabNavDirection=e.shiftKey?_p:_C)}}const Bp=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",Fp=".sticky-top",Fs="padding-right",$p="margin-right";class dc{constructor(){this._element=document.body}getWidth(){const e=document.documentElement.clientWidth;return Math.abs(window.innerWidth-e)}hide(){const e=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,Fs,t=>t+e),this._setElementAttributes(Bp,Fs,t=>t+e),this._setElementAttributes(Fp,$p,t=>t-e)}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,Fs),this._resetElementAttributes(Bp,Fs),this._resetElementAttributes(Fp,$p)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(e,t,r){const i=this.getWidth(),o=s=>{if(s!==this._element&&window.innerWidth>s.clientWidth+i)return;this._saveInitialAttribute(s,t);const l=window.getComputedStyle(s).getPropertyValue(t);s.style.setProperty(t,`${r(Number.parseFloat(l))}px`)};this._applyManipulationCallback(e,o)}_saveInitialAttribute(e,t){const r=e.style.getPropertyValue(t);r&&vn.setDataAttribute(e,t,r)}_resetElementAttributes(e,t){const r=i=>{const o=vn.getDataAttribute(i,t);if(o===null){i.style.removeProperty(t);return}vn.removeDataAttribute(i,t),i.style.setProperty(t,o)};this._applyManipulationCallback(e,r)}_applyManipulationCallback(e,t){if(yn(e)){t(e);return}for(const r of be.find(e,this._element))t(r)}}const FC="modal",Bt=".bs.modal",$C=".data-api",VC="Escape",zC=`hide${Bt}`,HC=`hidePrevented${Bt}`,Vp=`hidden${Bt}`,zp=`show${Bt}`,UC=`shown${Bt}`,jC=`resize${Bt}`,WC=`click.dismiss${Bt}`,KC=`mousedown.dismiss${Bt}`,GC=`keydown.dismiss${Bt}`,YC=`click${Bt}${$C}`,Hp="modal-open",JC="fade",Up="show",fc="modal-static",XC=".modal.show",QC=".modal-dialog",ZC=".modal-body",qC='[data-bs-toggle="modal"]',eT={backdrop:!0,focus:!0,keyboard:!0},tT={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class ei extends Yt{constructor(e,t){super(e,t),this._dialog=be.findOne(QC,this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new dc,this._addEventListeners()}static get Default(){return eT}static get DefaultType(){return tT}static get NAME(){return FC}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||this._isTransitioning||ne.trigger(this._element,zp,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(Hp),this._adjustDialog(),this._backdrop.show(()=>this._showElement(e)))}hide(){!this._isShown||this._isTransitioning||ne.trigger(this._element,zC).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(Up),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated()))}dispose(){ne.off(window,Bt),ne.off(this._dialog,Bt),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new Lp({isVisible:!!this._config.backdrop,isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Pp({trapElement:this._element})}_showElement(e){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const t=be.findOne(ZC,this._dialog);t&&(t.scrollTop=0),$i(this._element),this._element.classList.add(Up);const r=()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,ne.trigger(this._element,UC,{relatedTarget:e})};this._queueCallback(r,this._dialog,this._isAnimated())}_addEventListeners(){ne.on(this._element,GC,e=>{if(e.key===VC){if(this._config.keyboard){this.hide();return}this._triggerBackdropTransition()}}),ne.on(window,jC,()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),ne.on(this._element,KC,e=>{ne.one(this._element,WC,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(Hp),this._resetAdjustments(),this._scrollBar.reset(),ne.trigger(this._element,Vp)})}_isAnimated(){return this._element.classList.contains(JC)}_triggerBackdropTransition(){if(ne.trigger(this._element,HC).defaultPrevented)return;const t=this._element.scrollHeight>document.documentElement.clientHeight,r=this._element.style.overflowY;r==="hidden"||this._element.classList.contains(fc)||(t||(this._element.style.overflowY="hidden"),this._element.classList.add(fc),this._queueCallback(()=>{this._element.classList.remove(fc),this._queueCallback(()=>{this._element.style.overflowY=r},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const e=this._element.scrollHeight>document.documentElement.clientHeight,t=this._scrollBar.getWidth(),r=t>0;if(r&&!e){const i=_t()?"paddingLeft":"paddingRight";this._element.style[i]=`${t}px`}if(!r&&e){const i=_t()?"paddingRight":"paddingLeft";this._element.style[i]=`${t}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(e,t){return this.each(function(){const r=ei.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof r[e]>"u")throw new TypeError(`No method named "${e}"`);r[e](t)}})}}ne.on(document,YC,qC,function(n){const e=be.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&n.preventDefault(),ne.one(e,zp,i=>{i.defaultPrevented||ne.one(e,Vp,()=>{Yr(this)&&this.focus()})});const t=be.findOne(XC);t&&ei.getInstance(t).hide(),ei.getOrCreateInstance(e).toggle(this)}),Ms(ei),Pt(ei);const nT="offcanvas",bn=".bs.offcanvas",jp=".data-api",rT=`load${bn}${jp}`,iT="Escape",Wp="show",Kp="showing",Gp="hiding",oT="offcanvas-backdrop",Yp=".offcanvas.show",sT=`show${bn}`,aT=`shown${bn}`,lT=`hide${bn}`,Jp=`hidePrevented${bn}`,Xp=`hidden${bn}`,cT=`resize${bn}`,uT=`click${bn}${jp}`,dT=`keydown.dismiss${bn}`,fT='[data-bs-toggle="offcanvas"]',hT={backdrop:!0,keyboard:!0,scroll:!1},pT={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class jn extends Yt{constructor(e,t){super(e,t),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return hT}static get DefaultType(){return pT}static get NAME(){return nT}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){if(this._isShown||ne.trigger(this._element,sT,{relatedTarget:e}).defaultPrevented)return;this._isShown=!0,this._backdrop.show(),this._config.scroll||new dc().hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(Kp);const r=()=>{(!this._config.scroll||this._config.backdrop)&&this._focustrap.activate(),this._element.classList.add(Wp),this._element.classList.remove(Kp),ne.trigger(this._element,aT,{relatedTarget:e})};this._queueCallback(r,this._element,!0)}hide(){if(!this._isShown||ne.trigger(this._element,lT).defaultPrevented)return;this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(Gp),this._backdrop.hide();const t=()=>{this._element.classList.remove(Wp,Gp),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||new dc().reset(),ne.trigger(this._element,Xp)};this._queueCallback(t,this._element,!0)}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const e=()=>{if(this._config.backdrop==="static"){ne.trigger(this._element,Jp);return}this.hide()},t=!!this._config.backdrop;return new Lp({className:oT,isVisible:t,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:t?e:null})}_initializeFocusTrap(){return new Pp({trapElement:this._element})}_addEventListeners(){ne.on(this._element,dT,e=>{if(e.key===iT){if(this._config.keyboard){this.hide();return}ne.trigger(this._element,Jp)}})}static jQueryInterface(e){return this.each(function(){const t=jn.getOrCreateInstance(this,e);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e](this)}})}}ne.on(document,uT,fT,function(n){const e=be.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&n.preventDefault(),Hn(this))return;ne.one(e,Xp,()=>{Yr(this)&&this.focus()});const t=be.findOne(Yp);t&&t!==e&&jn.getInstance(t).hide(),jn.getOrCreateInstance(e).toggle(this)}),ne.on(window,rT,()=>{for(const n of be.find(Yp))jn.getOrCreateInstance(n).show()}),ne.on(window,cT,()=>{for(const n of be.find("[aria-modal][class*=show][class*=offcanvas-]"))getComputedStyle(n).position!=="fixed"&&jn.getOrCreateInstance(n).hide()}),Ms(jn),Pt(jn);const Qp={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],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:[]},mT=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),gT=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,yT=(n,e)=>{const t=n.nodeName.toLowerCase();return e.includes(t)?mT.has(t)?!!gT.test(n.nodeValue):!0:e.filter(r=>r instanceof RegExp).some(r=>r.test(t))};function vT(n,e,t){if(!n.length)return n;if(t&&typeof t=="function")return t(n);const i=new window.DOMParser().parseFromString(n,"text/html"),o=[].concat(...i.body.querySelectorAll("*"));for(const s of o){const l=s.nodeName.toLowerCase();if(!Object.keys(e).includes(l)){s.remove();continue}const a=[].concat(...s.attributes),c=[].concat(e["*"]||[],e[l]||[]);for(const u of a)yT(u,c)||s.removeAttribute(u.nodeName)}return i.body.innerHTML}const bT="TemplateFactory",ET={allowList:Qp,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"<div></div>"},ST={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},CT={entry:"(string|element|function|null)",selector:"(string|element)"};class TT extends Vi{constructor(e){super(),this._config=this._getConfig(e)}static get Default(){return ET}static get DefaultType(){return ST}static get NAME(){return bT}getContent(){return Object.values(this._config.content).map(e=>this._resolvePossibleFunction(e)).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(e){return this._checkContent(e),this._config.content={...this._config.content,...e},this}toHtml(){const e=document.createElement("div");e.innerHTML=this._maybeSanitize(this._config.template);for(const[i,o]of Object.entries(this._config.content))this._setContent(e,o,i);const t=e.children[0],r=this._resolvePossibleFunction(this._config.extraClass);return r&&t.classList.add(...r.split(" ")),t}_typeCheckConfig(e){super._typeCheckConfig(e),this._checkContent(e.content)}_checkContent(e){for(const[t,r]of Object.entries(e))super._typeCheckConfig({selector:t,entry:r},CT)}_setContent(e,t,r){const i=be.findOne(r,e);if(i){if(t=this._resolvePossibleFunction(t),!t){i.remove();return}if(yn(t)){this._putElementInTemplate(zn(t),i);return}if(this._config.html){i.innerHTML=this._maybeSanitize(t);return}i.textContent=t}}_maybeSanitize(e){return this._config.sanitize?vT(e,this._config.allowList,this._config.sanitizeFn):e}_resolvePossibleFunction(e){return bt(e,[this])}_putElementInTemplate(e,t){if(this._config.html){t.innerHTML="",t.append(e);return}t.textContent=e.textContent}}const AT="tooltip",wT=new Set(["sanitize","allowList","sanitizeFn"]),hc="fade",xT="modal",$s="show",kT=".tooltip-inner",Zp=`.${xT}`,qp="hide.bs.modal",Wi="hover",pc="focus",OT="click",MT="manual",NT="hide",IT="hidden",DT="show",RT="shown",LT="inserted",_T="click",PT="focusin",BT="focusout",FT="mouseenter",$T="mouseleave",VT={AUTO:"auto",TOP:"top",RIGHT:_t()?"left":"right",BOTTOM:"bottom",LEFT:_t()?"right":"left"},zT={allowList:Qp,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"},HT={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class ti extends Yt{constructor(e,t){if(typeof dh>"u")throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");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 zT}static get DefaultType(){return HT}static get NAME(){return AT}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){if(this._isEnabled){if(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()){this._leave();return}this._enter()}}dispose(){clearTimeout(this._timeout),ne.off(this._element.closest(Zp),qp,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if(this._element.style.display==="none")throw new Error("Please use show on visible elements");if(!(this._isWithContent()&&this._isEnabled))return;const e=ne.trigger(this._element,this.constructor.eventName(DT)),r=(lp(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(e.defaultPrevented||!r)return;this._disposePopper();const i=this._getTipElement();this._element.setAttribute("aria-describedby",i.getAttribute("id"));const{container:o}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(o.append(i),ne.trigger(this._element,this.constructor.eventName(LT))),this._popper=this._createPopper(i),i.classList.add($s),"ontouchstart"in document.documentElement)for(const l of[].concat(...document.body.children))ne.on(l,"mouseover",Os);const s=()=>{ne.trigger(this._element,this.constructor.eventName(RT)),this._isHovered===!1&&this._leave(),this._isHovered=!1};this._queueCallback(s,this.tip,this._isAnimated())}hide(){if(!this._isShown()||ne.trigger(this._element,this.constructor.eventName(NT)).defaultPrevented)return;if(this._getTipElement().classList.remove($s),"ontouchstart"in document.documentElement)for(const i of[].concat(...document.body.children))ne.off(i,"mouseover",Os);this._activeTrigger[OT]=!1,this._activeTrigger[pc]=!1,this._activeTrigger[Wi]=!1,this._isHovered=null;const r=()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),ne.trigger(this._element,this.constructor.eventName(IT)))};this._queueCallback(r,this.tip,this._isAnimated())}update(){this._popper&&this._popper.update()}_isWithContent(){return!!this._getTitle()}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(e){const t=this._getTemplateFactory(e).toHtml();if(!t)return null;t.classList.remove(hc,$s),t.classList.add(`bs-${this.constructor.NAME}-auto`);const r=BS(this.constructor.NAME).toString();return t.setAttribute("id",r),this._isAnimated()&&t.classList.add(hc),t}setContent(e){this._newContent=e,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(e){return this._templateFactory?this._templateFactory.changeContent(e):this._templateFactory=new TT({...this._config,content:e,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{[kT]: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(hc)}_isShown(){return this.tip&&this.tip.classList.contains($s)}_createPopper(e){const t=bt(this._config.placement,[this,e,this._element]),r=VT[t.toUpperCase()];return Ho(this._element,e,this._getPopperConfig(r))}_getOffset(){const{offset:e}=this._config;return typeof e=="string"?e.split(",").map(t=>Number.parseInt(t,10)):typeof e=="function"?t=>e(t,this._element):e}_resolvePossibleFunction(e){return bt(e,[this._element])}_getPopperConfig(e){const 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:r=>{this._getTipElement().setAttribute("data-popper-placement",r.state.placement)}}]};return{...t,...bt(this._config.popperConfig,[t])}}_setListeners(){const e=this._config.trigger.split(" ");for(const t of e)if(t==="click")ne.on(this._element,this.constructor.eventName(_T),this._config.selector,r=>{this._initializeOnDelegatedTarget(r).toggle()});else if(t!==MT){const r=t===Wi?this.constructor.eventName(FT):this.constructor.eventName(PT),i=t===Wi?this.constructor.eventName($T):this.constructor.eventName(BT);ne.on(this._element,r,this._config.selector,o=>{const s=this._initializeOnDelegatedTarget(o);s._activeTrigger[o.type==="focusin"?pc:Wi]=!0,s._enter()}),ne.on(this._element,i,this._config.selector,o=>{const s=this._initializeOnDelegatedTarget(o);s._activeTrigger[o.type==="focusout"?pc:Wi]=s._element.contains(o.relatedTarget),s._leave()})}this._hideModalHandler=()=>{this._element&&this.hide()},ne.on(this._element.closest(Zp),qp,this._hideModalHandler)}_fixTitle(){const e=this._element.getAttribute("title");e&&(!this._element.getAttribute("aria-label")&&!this._element.textContent.trim()&&this._element.setAttribute("aria-label",e),this._element.setAttribute("data-bs-original-title",e),this._element.removeAttribute("title"))}_enter(){if(this._isShown()||this._isHovered){this._isHovered=!0;return}this._isHovered=!0,this._setTimeout(()=>{this._isHovered&&this.show()},this._config.delay.show)}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout(()=>{this._isHovered||this.hide()},this._config.delay.hide))}_setTimeout(e,t){clearTimeout(this._timeout),this._timeout=setTimeout(e,t)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(e){const t=vn.getDataAttributes(this._element);for(const r of Object.keys(t))wT.has(r)&&delete t[r];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:zn(e.container),typeof e.delay=="number"&&(e.delay={show:e.delay,hide:e.delay}),typeof e.title=="number"&&(e.title=e.title.toString()),typeof e.content=="number"&&(e.content=e.content.toString()),e}_getDelegateConfig(){const e={};for(const[t,r]of Object.entries(this._config))this.constructor.Default[t]!==r&&(e[t]=r);return e.selector=!1,e.trigger="manual",e}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(e){return this.each(function(){const t=ti.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof t[e]>"u")throw new TypeError(`No method named "${e}"`);t[e]()}})}}Pt(ti);const UT="popover",jT=".popover-header",WT=".popover-body",KT={...ti.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"},GT={...ti.DefaultType,content:"(null|string|element|function)"};class mc extends ti{static get Default(){return KT}static get DefaultType(){return GT}static get NAME(){return UT}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{[jT]:this._getTitle(),[WT]:this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(e){return this.each(function(){const t=mc.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof t[e]>"u")throw new TypeError(`No method named "${e}"`);t[e]()}})}}Pt(mc);const YT="scrollspy",gc=".bs.scrollspy",JT=".data-api",XT=`activate${gc}`,em=`click${gc}`,QT=`load${gc}${JT}`,ZT="dropdown-item",ni="active",qT='[data-bs-spy="scroll"]',yc="[href]",eA=".nav, .list-group",tm=".nav-link",tA=`${tm}, .nav-item > ${tm}, .list-group-item`,nA=".dropdown",rA=".dropdown-toggle",iA={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},oA={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class Vs extends Yt{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 iA}static get DefaultType(){return oA}static get NAME(){return YT}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const e of this._observableSections.values())this._observer.observe(e)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(e){return e.target=zn(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(t=>Number.parseFloat(t))),e}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(ne.off(this._config.target,em),ne.on(this._config.target,em,yc,e=>{const t=this._observableSections.get(e.target.hash);if(t){e.preventDefault();const r=this._rootElement||window,i=t.offsetTop-this._element.offsetTop;if(r.scrollTo){r.scrollTo({top:i,behavior:"smooth"});return}r.scrollTop=i}}))}_getNewObserver(){const e={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver(t=>this._observerCallback(t),e)}_observerCallback(e){const t=s=>this._targetLinks.get(`#${s.target.id}`),r=s=>{this._previousScrollData.visibleEntryTop=s.target.offsetTop,this._process(t(s))},i=(this._rootElement||document.documentElement).scrollTop,o=i>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=i;for(const s of e){if(!s.isIntersecting){this._activeTarget=null,this._clearActiveClass(t(s));continue}const l=s.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(o&&l){if(r(s),!i)return;continue}!o&&!l&&r(s)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const e=be.find(yc,this._config.target);for(const t of e){if(!t.hash||Hn(t))continue;const r=be.findOne(decodeURI(t.hash),this._element);Yr(r)&&(this._targetLinks.set(decodeURI(t.hash),t),this._observableSections.set(t.hash,r))}}_process(e){this._activeTarget!==e&&(this._clearActiveClass(this._config.target),this._activeTarget=e,e.classList.add(ni),this._activateParents(e),ne.trigger(this._element,XT,{relatedTarget:e}))}_activateParents(e){if(e.classList.contains(ZT)){be.findOne(rA,e.closest(nA)).classList.add(ni);return}for(const t of be.parents(e,eA))for(const r of be.prev(t,tA))r.classList.add(ni)}_clearActiveClass(e){e.classList.remove(ni);const t=be.find(`${yc}.${ni}`,e);for(const r of t)r.classList.remove(ni)}static jQueryInterface(e){return this.each(function(){const t=Vs.getOrCreateInstance(this,e);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e]()}})}}ne.on(window,QT,()=>{for(const n of be.find(qT))Vs.getOrCreateInstance(n)}),Pt(Vs);const sA="tab",gr=".bs.tab",aA=`hide${gr}`,lA=`hidden${gr}`,cA=`show${gr}`,uA=`shown${gr}`,dA=`click${gr}`,fA=`keydown${gr}`,hA=`load${gr}`,pA="ArrowLeft",nm="ArrowRight",mA="ArrowUp",rm="ArrowDown",yr="active",im="fade",vc="show",gA="dropdown",yA=".dropdown-toggle",vA=".dropdown-menu",bc=":not(.dropdown-toggle)",bA='.list-group, .nav, [role="tablist"]',EA=".nav-item, .list-group-item",SA=`.nav-link${bc}, .list-group-item${bc}, [role="tab"]${bc}`,om='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',Ec=`${SA}, ${om}`,CA=`.${yr}[data-bs-toggle="tab"], .${yr}[data-bs-toggle="pill"], .${yr}[data-bs-toggle="list"]`;class ri extends Yt{constructor(e){super(e),this._parent=this._element.closest(bA),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),ne.on(this._element,fA,t=>this._keydown(t)))}static get NAME(){return sA}show(){const e=this._element;if(this._elemIsActive(e))return;const t=this._getActiveElem(),r=t?ne.trigger(t,aA,{relatedTarget:e}):null;ne.trigger(e,cA,{relatedTarget:t}).defaultPrevented||r&&r.defaultPrevented||(this._deactivate(t,e),this._activate(e,t))}_activate(e,t){if(!e)return;e.classList.add(yr),this._activate(be.getElementFromSelector(e));const r=()=>{if(e.getAttribute("role")!=="tab"){e.classList.add(vc);return}e.removeAttribute("tabindex"),e.setAttribute("aria-selected",!0),this._toggleDropDown(e,!0),ne.trigger(e,uA,{relatedTarget:t})};this._queueCallback(r,e,e.classList.contains(im))}_deactivate(e,t){if(!e)return;e.classList.remove(yr),e.blur(),this._deactivate(be.getElementFromSelector(e));const r=()=>{if(e.getAttribute("role")!=="tab"){e.classList.remove(vc);return}e.setAttribute("aria-selected",!1),e.setAttribute("tabindex","-1"),this._toggleDropDown(e,!1),ne.trigger(e,lA,{relatedTarget:t})};this._queueCallback(r,e,e.classList.contains(im))}_keydown(e){if(![pA,nm,mA,rm].includes(e.key))return;e.stopPropagation(),e.preventDefault();const t=[nm,rm].includes(e.key),r=tc(this._getChildren().filter(i=>!Hn(i)),e.target,t,!0);r&&(r.focus({preventScroll:!0}),ri.getOrCreateInstance(r).show())}_getChildren(){return be.find(Ec,this._parent)}_getActiveElem(){return this._getChildren().find(e=>this._elemIsActive(e))||null}_setInitialAttributes(e,t){this._setAttributeIfNotExists(e,"role","tablist");for(const r of t)this._setInitialAttributesOnChild(r)}_setInitialAttributesOnChild(e){e=this._getInnerElement(e);const t=this._elemIsActive(e),r=this._getOuterElement(e);e.setAttribute("aria-selected",t),r!==e&&this._setAttributeIfNotExists(r,"role","presentation"),t||e.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(e,"role","tab"),this._setInitialAttributesOnTargetPanel(e)}_setInitialAttributesOnTargetPanel(e){const t=be.getElementFromSelector(e);t&&(this._setAttributeIfNotExists(t,"role","tabpanel"),e.id&&this._setAttributeIfNotExists(t,"aria-labelledby",`${e.id}`))}_toggleDropDown(e,t){const r=this._getOuterElement(e);if(!r.classList.contains(gA))return;const i=(o,s)=>{const l=be.findOne(o,r);l&&l.classList.toggle(s,t)};i(yA,yr),i(vA,vc),r.setAttribute("aria-expanded",t)}_setAttributeIfNotExists(e,t,r){e.hasAttribute(t)||e.setAttribute(t,r)}_elemIsActive(e){return e.classList.contains(yr)}_getInnerElement(e){return e.matches(Ec)?e:be.findOne(Ec,e)}_getOuterElement(e){return e.closest(EA)||e}static jQueryInterface(e){return this.each(function(){const t=ri.getOrCreateInstance(this);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e]()}})}}ne.on(document,dA,om,function(n){["A","AREA"].includes(this.tagName)&&n.preventDefault(),!Hn(this)&&ri.getOrCreateInstance(this).show()}),ne.on(window,hA,()=>{for(const n of be.find(CA))ri.getOrCreateInstance(n)}),Pt(ri);const TA="toast",Wn=".bs.toast",AA=`mouseover${Wn}`,wA=`mouseout${Wn}`,xA=`focusin${Wn}`,kA=`focusout${Wn}`,OA=`hide${Wn}`,MA=`hidden${Wn}`,NA=`show${Wn}`,IA=`shown${Wn}`,DA="fade",sm="hide",zs="show",Hs="showing",RA={animation:"boolean",autohide:"boolean",delay:"number"},LA={animation:!0,autohide:!0,delay:5e3};class Ki extends Yt{constructor(e,t){super(e,t),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return LA}static get DefaultType(){return RA}static get NAME(){return TA}show(){if(ne.trigger(this._element,NA).defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add(DA);const t=()=>{this._element.classList.remove(Hs),ne.trigger(this._element,IA),this._maybeScheduleHide()};this._element.classList.remove(sm),$i(this._element),this._element.classList.add(zs,Hs),this._queueCallback(t,this._element,this._config.animation)}hide(){if(!this.isShown()||ne.trigger(this._element,OA).defaultPrevented)return;const t=()=>{this._element.classList.add(sm),this._element.classList.remove(Hs,zs),ne.trigger(this._element,MA)};this._element.classList.add(Hs),this._queueCallback(t,this._element,this._config.animation)}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(zs),super.dispose()}isShown(){return this._element.classList.contains(zs)}_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}const r=e.relatedTarget;this._element===r||this._element.contains(r)||this._maybeScheduleHide()}_setListeners(){ne.on(this._element,AA,e=>this._onInteraction(e,!0)),ne.on(this._element,wA,e=>this._onInteraction(e,!1)),ne.on(this._element,xA,e=>this._onInteraction(e,!0)),ne.on(this._element,kA,e=>this._onInteraction(e,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(e){return this.each(function(){const t=Ki.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof t[e]>"u")throw new TypeError(`No method named "${e}"`);t[e](this)}})}}Ms(Ki),Pt(Ki);function _A(n=void 0){const e=l=>o("Succesvol",l,br.SUCCESS),t=l=>o("Waarschuwing",l,br.WARNING),r=l=>o("Informatie",l,br.INFO),i=l=>o("Mislukt",l,br.DANGER);function o(l,a,c){const u=`toast-${Hc()}`,d={id:u,show:!0,variant:c,title:l,text:a},f=document.querySelector(".toast-container"),m=h.h(oa,d),g=h.createApp({render:()=>m}).mount(document.createElement("div"));f.appendChild(g.$el);const y=document.querySelector(`#${u}`),S=Ki.getOrCreateInstance(y,n);S&&(S.show(),s(y))}function s(l){function a(d,f){d.forEach(m=>{if(m.attributeName!="class")return;const p=m.target;if(p.classList.contains("hide")){p.remove(),f.disconnect();return}})}const c=new MutationObserver(a),u={attributes:!0};c.observe(l,u)}return{showSuccessToast:e,showInformationToast:r,showWarningToast:t,showDangerToast:i}}const PA={PRIMARY:"primary",SECONDARY:"secondary",COLLEAGUE:"colleague",DANGER:"danger",OUT_PRIMARY:"outline-primary",OUT_PRIMARY_DARK:"outline-primary-dark",OUT_TERTIARY:"outline-tertiary",OUT_LINK:"link",LIGHT:"light",DARK:"dark",REMOVE:"remove"},kt=h.defineComponent({__name:"BDButton",props:{size:{default:st.MD},variant:{default:PA.PRIMARY},blockElement:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},to:{},target:{},text:{},rel:{}},emits:["click"],setup(n,{emit:e}){const t=n,r=h.computed(()=>({btn:!0,[`btn-${t.variant}`]:t.variant,[`btn-${t.size}`]:!0,"d-grid":t.blockElement&&typeof t.to=="string",[`${t.class}`]:t.class,disabled:t.disabled})),i=h.computed(()=>t.to?Xi:"button"),o=h.computed(()=>{const l={};return t.to?(l.to=t.to,l.role="button"):l.type="submit",l}),s=()=>{e("click")};return(l,a)=>(h.openBlock(),h.createBlock(h.resolveDynamicComponent(i.value),h.mergeProps({class:["bd-btn",r.value]},o.value,{onClick:s}),{default:h.withCtx(()=>[h.renderSlot(l.$slots,"default",{},()=>[h.createTextVNode(h.toDisplayString(t.text),1)])]),_:3},16,["class"]))}}),BA={install:n=>{n.component("BDCol",kc),n.component("BDContainer",Oc),n.component("BRow",Mc),n.component("BDButton",kt),n.component("BDLogo",Lc),n.component("BDLink",Xi),n.component("BDDropdownItem",nu),n.component("BDDropdown",ip),n.component("BDAlert",Pc),n.component("BDProfileImage",ea),n.component("BDZoomslider",$c),n.component("BDCard",na),n.component("BDCollapsableCard",Uc),n.component("BDFormInput",Yc),n.component("BDInputGroup",Jc),n.component("BDFormInvalidFeedback",eo),n.component("BDBadge",Xc),n.component("BDForm",Qc),n.component("BDPagination",Zc),n.component("BDDropzone",ou),n.component("BDMarkdownEditor",np),n.component("BDModal",op),n.component("BDFormSelect",qc),n.component("BDUser",rp),n.component("IconAttachment",Yn),n.component("IconBold",Js),n.component("IconBulletList",Qs),n.component("IconCaretDown",Ic),n.component("IconCaretLeft",Ks),n.component("IconCaretRight",Ws),n.component("IconCheck",Gi),n.component("IconClose",Gs),n.component("IconError",Yi),n.component("IconFile",js),n.component("IconHyperlink",qs),n.component("IconInfo",Ji),n.component("IconOrderedList",Zs),n.component("IconItalic",Ys),n.component("IconRemove",oi),n.component("IconUnderline",Xs),n.component("IconCalendar",Nc),n.component("BDArticle",tu),n.component("BDFormCheckbox",eu),n.component("BDToast",oa),n.component("BDAttachmentPreviewList",Xl),n.component("IconDownloadImage",Dc),n.component("BDImageAttachmentPreviewList",Ql),n.component("IconMenu",Rc)}};ve.BDAlert=Pc,ve.BDArticle=tu,ve.BDAttachmentPreviewList=Xl,ve.BDBadge=Xc,ve.BDButton=kt,ve.BDCard=na,ve.BDCol=kc,ve.BDCollapsableCard=Uc,ve.BDContainer=Oc,ve.BDDropdown=ip,ve.BDDropdownItem=nu,ve.BDDropzone=ou,ve.BDForm=Qc,ve.BDFormCheckbox=eu,ve.BDFormInput=Yc,ve.BDFormInvalidFeedback=eo,ve.BDFormSelect=qc,ve.BDImageAttachmentPreviewList=Ql,ve.BDInputGroup=Jc,ve.BDLink=Xi,ve.BDLogo=Lc,ve.BDMarkdownEditor=np,ve.BDModal=op,ve.BDPagination=Zc,ve.BDProfileImage=ea,ve.BDRow=Mc,ve.BDToast=oa,ve.BDUser=rp,ve.BDZoomslider=$c,ve.IconAttachment=Yn,ve.IconBold=Js,ve.IconBulletList=Qs,ve.IconCalendar=Nc,ve.IconCaretLeft=Ks,ve.IconCaretRight=Ws,ve.IconCheck=Gi,ve.IconClose=Gs,ve.IconError=Yi,ve.IconFile=js,ve.IconHyperlink=qs,ve.IconInfo=Ji,ve.IconItalic=Ys,ve.IconMenu=Rc,ve.IconOrderedList=Zs,ve.IconRemove=oi,ve.IconUnderline=Xs,ve.default=BA,ve.useToaster=_A,Object.defineProperties(ve,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|