@hydralms/components 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/StudentProfile-BPsZBaJj.cjs +1 -0
  2. package/dist/{StudentProfile-DeMxdrL3.js → StudentProfile-Cw2p-RZn.js} +577 -579
  3. package/dist/index.cjs +1 -1
  4. package/dist/index.js +172 -166
  5. package/dist/license/index.d.ts +2 -2
  6. package/dist/license/tiers.d.ts +3 -0
  7. package/dist/modules.cjs +1 -1
  8. package/dist/modules.js +111 -110
  9. package/dist/sections/AdaptiveLearningPath/AdaptiveLearningPath.d.ts +5 -0
  10. package/dist/sections/AdaptiveLearningPath/path-connector.d.ts +8 -0
  11. package/dist/sections/AdaptiveLearningPath/path-milestone-marker.d.ts +7 -0
  12. package/dist/sections/AdaptiveLearningPath/path-node-card.d.ts +10 -0
  13. package/dist/sections/AdaptiveLearningPath/path-skill-bar.d.ts +8 -0
  14. package/dist/sections/AdaptiveLearningPath/types.d.ts +136 -0
  15. package/dist/sections/ContentAuthoringStudio/ContentAuthoringStudio.d.ts +5 -0
  16. package/dist/sections/ContentAuthoringStudio/block-editor-item.d.ts +14 -0
  17. package/dist/sections/ContentAuthoringStudio/block-type-picker.d.ts +12 -0
  18. package/dist/sections/ContentAuthoringStudio/types.d.ts +67 -0
  19. package/dist/sections/index.d.ts +4 -0
  20. package/dist/sections.cjs +1 -1
  21. package/dist/sections.js +1325 -232
  22. package/dist/withProGate-BJdu1T9Y.cjs +2 -0
  23. package/dist/withProGate-BvFc7Jwy.js +4975 -0
  24. package/package.json +24 -7
  25. package/src/license/index.ts +2 -2
  26. package/src/license/tiers.ts +12 -2
  27. package/src/modules/CoursePlayer/CoursePlayer.tsx +3 -1
  28. package/src/progress/stat-card.tsx +10 -5
  29. package/src/sections/AdaptiveLearningPath/AdaptiveLearningPath.tsx +251 -0
  30. package/src/sections/AdaptiveLearningPath/path-connector.tsx +27 -0
  31. package/src/sections/AdaptiveLearningPath/path-milestone-marker.tsx +50 -0
  32. package/src/sections/AdaptiveLearningPath/path-node-card.tsx +166 -0
  33. package/src/sections/AdaptiveLearningPath/path-skill-bar.tsx +49 -0
  34. package/src/sections/AdaptiveLearningPath/types.ts +159 -0
  35. package/src/sections/ContentAuthoringStudio/ContentAuthoringStudio.tsx +289 -0
  36. package/src/sections/ContentAuthoringStudio/block-editor-item.tsx +487 -0
  37. package/src/sections/ContentAuthoringStudio/block-type-picker.tsx +123 -0
  38. package/src/sections/ContentAuthoringStudio/types.ts +67 -0
  39. package/src/sections/ForumBoard/ForumBoard.tsx +8 -6
  40. package/src/sections/LessonPage/LessonPage.tsx +4 -7
  41. package/src/sections/index.ts +18 -0
  42. package/src/video/video-player.tsx +14 -5
  43. package/dist/StudentProfile-BVfZMbnV.cjs +0 -1
  44. package/dist/tabs-BsfVo2Bl.cjs +0 -173
  45. package/dist/tabs-BuY1iNJE.js +0 -22305
  46. package/dist/withProGate-BWqcKdPM.js +0 -137
  47. package/dist/withProGate-DX6XqKLp.cjs +0 -1
@@ -1,173 +0,0 @@
1
- "use strict";const p=require("react/jsx-runtime"),E=require("lucide-react"),b=require("react"),Gt=require("class-variance-authority"),Yr=require("react-dom"),uf=require("clsx"),df=require("tailwind-merge");function ff(n){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const t in n)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(e,t,r.get?r:{enumerable:!0,get:()=>n[t]})}}return e.default=n,Object.freeze(e)}const $n=ff(b);function S(...n){return df.twMerge(uf.clsx(n))}const fa=Gt.cva("relative flex w-full items-start gap-3 rounded-lg border p-4 text-sm [&>svg]:size-4 [&>svg]:shrink-0 [&>svg]:translate-y-0.5",{variants:{variant:{default:"bg-card text-foreground",destructive:"border-destructive/50 bg-destructive/5 text-destructive [&>svg]:text-destructive",success:"border-success/50 bg-success/5 text-success [&>svg]:text-success",warning:"border-warning/50 bg-warning/5 text-warning [&>svg]:text-warning",info:"border-info/50 bg-info/5 text-info [&>svg]:text-info"}},defaultVariants:{variant:"default"}});function ye({className:n,variant:e,...t}){return p.jsx("div",{"data-slot":"alert",role:"alert",className:S(fa({variant:e}),n),...t})}function hf({className:n,...e}){return p.jsx("div",{"data-slot":"alert-title",className:S("font-medium leading-normal tracking-tight",n),...e})}function ke({className:n,...e}){return p.jsx("div",{"data-slot":"alert-description",className:S("text-foreground text-sm [&_p]:leading-relaxed",n),...e})}const ha=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,showCorrectAnswers:i=!1,disabled:o=!1}){const[l,a]=b.useState(()=>(t==null?void 0:t.map(h=>h.answerUid))||[]),c=b.useMemo(()=>[...e.answers||[]].sort((h,f)=>h.sequence-f.sequence),[e.answers]),u=h=>{s||o||a(f=>{const m=f.includes(h)?f.filter(g=>g!==h):[...f,h];return r==null||r(m.map(g=>({uid:g}))),m})},d=h=>{var m;if(!i)return"";const f=(m=e.answers)==null?void 0:m.find(g=>g.uid===h);return f!=null&&f.isCorrect?"bg-success/10 border border-success/30 px-2":l.includes(h)&&!(f!=null&&f.isCorrect)?"bg-destructive/10 border border-destructive/30 px-2":""};return p.jsxs("div",{className:"flex flex-col gap-4",children:[p.jsx("div",{dangerouslySetInnerHTML:{__html:e.content}}),p.jsxs("fieldset",{className:"flex flex-col gap-2 border-0 p-0 m-0",children:[p.jsx("legend",{className:"sr-only",children:"Select all correct answers"}),c.map(h=>p.jsx("div",{className:S("rounded-md transition-colors",d(h.uid)),children:p.jsxs("label",{className:"flex items-center gap-2 cursor-pointer py-1 has-[input:disabled]:cursor-default has-[input:disabled]:opacity-60",children:[p.jsx("input",{type:"checkbox",checked:l.includes(h.uid),onChange:()=>u(h.uid),disabled:s||o,className:"accent-primary m-0 shrink-0"}),p.jsx("span",{className:"text-sm",dangerouslySetInnerHTML:{__html:h.content}}),i&&h.isCorrect&&p.jsx("span",{className:"sr-only",children:"(Correct answer)"}),i&&l.includes(h.uid)&&!h.isCorrect&&p.jsx("span",{className:"sr-only",children:"(Your answer — incorrect)"})]})},h.uid))]}),i&&e.explanation&&p.jsx(ye,{className:"mt-2",children:p.jsxs(ke,{children:[p.jsx("strong",{children:"Explanation:"})," ",p.jsx("span",{dangerouslySetInnerHTML:{__html:e.explanation}})]})})]})}),pa=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,showCorrectAnswers:i=!1,disabled:o=!1}){const[l,a]=b.useState(()=>{var h;return((h=t==null?void 0:t[0])==null?void 0:h.answerUid)||""}),c=b.useMemo(()=>[...e.answers||[]].sort((h,f)=>h.sequence-f.sequence),[e.answers]),u=h=>{s||o||(a(h),r==null||r([{uid:h}]))},d=h=>{var m;if(!i)return"px-2";const f=(m=e.answers)==null?void 0:m.find(g=>g.uid===h);return f!=null&&f.isCorrect?"bg-success/10 border border-success/30 px-2":l===h&&!(f!=null&&f.isCorrect)?"bg-destructive/10 border border-destructive/30 px-2":"px-2"};return p.jsxs("div",{className:"flex flex-col gap-4",children:[p.jsx("div",{dangerouslySetInnerHTML:{__html:e.content}}),p.jsxs("fieldset",{className:"flex flex-col gap-2 border-0 p-0 m-0",children:[p.jsx("legend",{className:"sr-only",children:"Answer choices"}),c.map(h=>p.jsx("div",{className:S("rounded-md transition-colors",d(h.uid)),children:p.jsxs("label",{className:"flex items-center gap-2 cursor-pointer py-1 has-[input:disabled]:cursor-default has-[input:disabled]:opacity-60",children:[p.jsx("input",{type:"radio",name:e.uid,value:h.uid,checked:l===h.uid,onChange:()=>u(h.uid),disabled:s||o,className:"accent-primary m-0 shrink-0"}),p.jsx("span",{dangerouslySetInnerHTML:{__html:h.content}}),i&&h.isCorrect&&p.jsx("span",{className:"sr-only",children:"(Correct answer)"}),i&&l===h.uid&&!h.isCorrect&&p.jsx("span",{className:"sr-only",children:"(Your answer — incorrect)"})]})},h.uid))]}),i&&e.explanation&&p.jsx(ye,{className:"mt-2",children:p.jsxs(ke,{children:[p.jsx("strong",{children:"Explanation:"})," ",p.jsx("span",{dangerouslySetInnerHTML:{__html:e.explanation}})]})})]})}),ma=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,showCorrectAnswers:i=!1,disabled:o=!1}){const[l,a]=b.useState(()=>{var h;return((h=t==null?void 0:t[0])==null?void 0:h.answerUid)||""}),c=b.useMemo(()=>[...e.answers||[]].sort((h,f)=>h.sequence-f.sequence),[e.answers]),u=h=>{s||o||(a(h),r==null||r([{uid:h}]))},d=h=>{var m;if(!i)return"px-2";const f=(m=e.answers)==null?void 0:m.find(g=>g.uid===h);return f!=null&&f.isCorrect?"bg-success/10 border border-success/30 px-2":l===h&&!(f!=null&&f.isCorrect)?"bg-destructive/10 border border-destructive/30 px-2":"px-2"};return p.jsxs("div",{className:"flex flex-col gap-4",children:[p.jsx("div",{dangerouslySetInnerHTML:{__html:e.content}}),p.jsxs("fieldset",{className:"flex flex-col gap-2 border-0 p-0 m-0",children:[p.jsx("legend",{className:"sr-only",children:"True or False"}),c.map(h=>p.jsx("div",{className:S("rounded-md transition-colors",d(h.uid)),children:p.jsxs("label",{className:"flex items-center gap-2 cursor-pointer py-1 has-[input:disabled]:cursor-default has-[input:disabled]:opacity-60",children:[p.jsx("input",{type:"radio",name:e.uid,value:h.uid,checked:l===h.uid,onChange:()=>u(h.uid),disabled:s||o,className:"accent-primary m-0 shrink-0"}),p.jsx("span",{dangerouslySetInnerHTML:{__html:h.content}}),i&&h.isCorrect&&p.jsx("span",{className:"sr-only",children:"(Correct answer)"}),i&&l===h.uid&&!h.isCorrect&&p.jsx("span",{className:"sr-only",children:"(Your answer — incorrect)"})]})},h.uid))]}),i&&e.explanation&&p.jsx(ye,{className:"mt-2",children:p.jsxs(ke,{children:[p.jsx("strong",{children:"Explanation:"})," ",p.jsx("span",{dangerouslySetInnerHTML:{__html:e.explanation}})]})})]})});function In(n,e){let t;const r=(...s)=>{clearTimeout(t),t=setTimeout(()=>n(...s),e)};return r.cancel=()=>clearTimeout(t),r}function Xr({className:n,type:e,...t}){return p.jsx("input",{type:e,"data-slot":"input",className:S("file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground border-input flex h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-sm shadow-xs outline-none transition-[color,box-shadow] file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:opacity-50","focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]","aria-invalid:ring-destructive/20 aria-invalid:border-destructive",n),...t})}const ga=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,showCorrectAnswers:i=!1,disabled:o=!1}){var m,g,x,y;const l=b.useId(),[a,c]=b.useState(()=>{var k;return((k=t==null?void 0:t[0])==null?void 0:k.content)||""}),u=b.useRef(r);u.current=r;const d=b.useRef(((g=(m=e.answers)==null?void 0:m[0])==null?void 0:g.uid)||"");d.current=((y=(x=e.answers)==null?void 0:x[0])==null?void 0:y.uid)||"";const h=b.useMemo(()=>In(k=>{var C;(C=u.current)==null||C.call(u,[{uid:d.current,content:k}])},300),[]);b.useEffect(()=>()=>h.cancel(),[h]);const f=k=>{const C=k.target.value;c(C),h(C)};return p.jsxs("div",{className:"flex flex-col gap-2",children:[p.jsx("div",{dangerouslySetInnerHTML:{__html:e.content}}),p.jsx("label",{htmlFor:l,className:"sr-only",children:"Your answer"}),p.jsx(Xr,{id:l,value:a,onChange:f,placeholder:"Type your answer here...",disabled:s||o}),i&&e.explanation&&p.jsx(ye,{className:"mt-1",children:p.jsxs(ke,{children:[p.jsx("strong",{children:"Explanation:"})," ",p.jsx("span",{dangerouslySetInnerHTML:{__html:e.explanation}})]})})]})});var Fn={exports:{}},xs={};/**
2
- * @license React
3
- * use-sync-external-store-shim.production.js
4
- *
5
- * Copyright (c) Meta Platforms, Inc. and affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */var wo;function pf(){if(wo)return xs;wo=1;var n=b;function e(d,h){return d===h&&(d!==0||1/d===1/h)||d!==d&&h!==h}var t=typeof Object.is=="function"?Object.is:e,r=n.useState,s=n.useEffect,i=n.useLayoutEffect,o=n.useDebugValue;function l(d,h){var f=h(),m=r({inst:{value:f,getSnapshot:h}}),g=m[0].inst,x=m[1];return i(function(){g.value=f,g.getSnapshot=h,a(g)&&x({inst:g})},[d,f,h]),s(function(){return a(g)&&x({inst:g}),d(function(){a(g)&&x({inst:g})})},[d]),o(f),f}function a(d){var h=d.getSnapshot;d=d.value;try{var f=h();return!t(d,f)}catch{return!0}}function c(d,h){return h()}var u=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?c:l;return xs.useSyncExternalStore=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:u,xs}var ys={};/**
10
- * @license React
11
- * use-sync-external-store-shim.development.js
12
- *
13
- * Copyright (c) Meta Platforms, Inc. and affiliates.
14
- *
15
- * This source code is licensed under the MIT license found in the
16
- * LICENSE file in the root directory of this source tree.
17
- */var So;function mf(){return So||(So=1,process.env.NODE_ENV!=="production"&&(function(){function n(f,m){return f===m&&(f!==0||1/f===1/m)||f!==f&&m!==m}function e(f,m){u||s.startTransition===void 0||(u=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var g=m();if(!d){var x=m();i(g,x)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),d=!0)}x=o({inst:{value:g,getSnapshot:m}});var y=x[0].inst,k=x[1];return a(function(){y.value=g,y.getSnapshot=m,t(y)&&k({inst:y})},[f,g,m]),l(function(){return t(y)&&k({inst:y}),f(function(){t(y)&&k({inst:y})})},[f]),c(g),g}function t(f){var m=f.getSnapshot;f=f.value;try{var g=m();return!i(f,g)}catch{return!0}}function r(f,m){return m()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var s=b,i=typeof Object.is=="function"?Object.is:n,o=s.useState,l=s.useEffect,a=s.useLayoutEffect,c=s.useDebugValue,u=!1,d=!1,h=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?r:e;ys.useSyncExternalStore=s.useSyncExternalStore!==void 0?s.useSyncExternalStore:h,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),ys}var Co;function Ni(){return Co||(Co=1,process.env.NODE_ENV==="production"?Fn.exports=pf():Fn.exports=mf()),Fn.exports}var xa=Ni();function re(n){this.content=n}re.prototype={constructor:re,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,s=r.find(n),i=r.content.slice();return s==-1?i.push(t||n,e):(i[s+1]=e,t&&(i[s]=t)),new re(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 re(t)},addToStart:function(n,e){return new re([n,e].concat(this.remove(n).content))},addToEnd:function(n,e){var t=this.remove(n).content.slice();return t.push(n,e),new re(t)},addBefore:function(n,e,t){var r=this.remove(e),s=r.content.slice(),i=r.find(n);return s.splice(i==-1?s.length:i,0,e,t),new re(s)},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=re.from(n),n.size?new re(n.content.concat(this.subtract(n).content)):this},append:function(n){return n=re.from(n),n.size?new re(this.subtract(n).content.concat(n.content)):this},subtract:function(n){var e=this;n=re.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}};re.from=function(n){if(n instanceof re)return n;var e=[];if(n)for(var t in n)e.push(t,n[t]);return new re(e)};function ya(n,e,t){for(let r=0;;r++){if(r==n.childCount||r==e.childCount)return n.childCount==e.childCount?null:t;let s=n.child(r),i=e.child(r);if(s==i){t+=s.nodeSize;continue}if(!s.sameMarkup(i))return t;if(s.isText&&s.text!=i.text){for(let o=0;s.text[o]==i.text[o];o++)t++;return t}if(s.content.size||i.content.size){let o=ya(s.content,i.content,t+1);if(o!=null)return o}t+=s.nodeSize}}function ba(n,e,t,r){for(let s=n.childCount,i=e.childCount;;){if(s==0||i==0)return s==i?null:{a:t,b:r};let o=n.child(--s),l=e.child(--i),a=o.nodeSize;if(o==l){t-=a,r-=a;continue}if(!o.sameMarkup(l))return{a:t,b:r};if(o.isText&&o.text!=l.text){let c=0,u=Math.min(o.text.length,l.text.length);for(;c<u&&o.text[o.text.length-c-1]==l.text[l.text.length-c-1];)c++,t--,r--;return{a:t,b:r}}if(o.content.size||l.content.size){let c=ba(o.content,l.content,t-1,r-1);if(c)return c}t-=a,r-=a}}class M{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,s=0,i){for(let o=0,l=0;l<t;o++){let a=this.content[o],c=l+a.nodeSize;if(c>e&&r(a,s+l,i||null,o)!==!1&&a.content.size){let u=l+1;a.nodesBetween(Math.max(0,e-u),Math.min(a.content.size,t-u),r,s+u)}l=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,r,s){let i="",o=!0;return this.nodesBetween(e,t,(l,a)=>{let c=l.isText?l.text.slice(Math.max(e,a)-a,t-a):l.isLeaf?s?typeof s=="function"?s(l):s:l.type.spec.leafText?l.type.spec.leafText(l):"":"";l.isBlock&&(l.isLeaf&&c||l.isTextblock)&&r&&(o?o=!1:i+=r),i+=c},0),i}append(e){if(!e.size)return this;if(!this.size)return e;let t=this.lastChild,r=e.firstChild,s=this.content.slice(),i=0;for(t.isText&&t.sameMarkup(r)&&(s[s.length-1]=t.withText(t.text+r.text),i=1);i<e.content.length;i++)s.push(e.content[i]);return new M(s,this.size+e.size)}cut(e,t=this.size){if(e==0&&t==this.size)return this;let r=[],s=0;if(t>e)for(let i=0,o=0;o<t;i++){let l=this.content[i],a=o+l.nodeSize;a>e&&((o<e||a>t)&&(l.isText?l=l.cut(Math.max(0,e-o),Math.min(l.text.length,t-o)):l=l.cut(Math.max(0,e-o-1),Math.min(l.content.size,t-o-1))),r.push(l),s+=l.nodeSize),o=a}return new M(r,s)}cutByIndex(e,t){return e==t?M.empty:e==0&&t==this.content.length?this:new M(this.content.slice(e,t))}replaceChild(e,t){let r=this.content[e];if(r==t)return this;let s=this.content.slice(),i=this.size+t.nodeSize-r.nodeSize;return s[e]=t,new M(s,i)}addToStart(e){return new M([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new M(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 s=this.content[t];e(s,r,t),r+=s.nodeSize}}findDiffStart(e,t=0){return ya(this,e,t)}findDiffEnd(e,t=this.size,r=e.size){return ba(this,e,t,r)}findIndex(e){if(e==0)return Vn(0,e);if(e==this.size)return Vn(this.content.length,e);if(e>this.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,r=0;;t++){let s=this.child(t),i=r+s.nodeSize;if(i>=e)return i==e?Vn(t+1,i):Vn(t,r);r=i}}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 M.empty;if(!Array.isArray(t))throw new RangeError("Invalid input for Fragment.fromJSON");return new M(t.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return M.empty;let t,r=0;for(let s=0;s<e.length;s++){let i=e[s];r+=i.nodeSize,s&&i.isText&&e[s-1].sameMarkup(i)?(t||(t=e.slice(0,s)),t[t.length-1]=i.withText(t[t.length-1].text+i.text)):t&&t.push(i)}return new M(t||e,r)}static from(e){if(!e)return M.empty;if(e instanceof M)return e;if(Array.isArray(e))return this.fromArray(e);if(e.attrs)return new M([e],e.nodeSize);throw new RangeError("Can not convert "+e+" to a Fragment"+(e.nodesBetween?" (looks like multiple versions of prosemirror-model were loaded)":""))}}M.empty=new M([],0);const bs={index:0,offset:0};function Vn(n,e){return bs.index=n,bs.offset=e,bs}function or(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(!or(n[r],e[r]))return!1}else{for(let r in n)if(!(r in e)||!or(n[r],e[r]))return!1;for(let r in e)if(!(r in n))return!1}return!0}let $=class Gs{constructor(e,t){this.type=e,this.attrs=t}addToSet(e){let t,r=!1;for(let s=0;s<e.length;s++){let i=e[s];if(this.eq(i))return e;if(this.type.excludes(i.type))t||(t=e.slice(0,s));else{if(i.type.excludes(this.type))return e;!r&&i.type.rank>this.type.rank&&(t||(t=e.slice(0,s)),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&&or(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`);let s=r.create(t.attrs);return r.checkAttrs(s.attrs),s}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 Gs.none;if(e instanceof Gs)return[e];let t=e.slice();return t.sort((r,s)=>r.type.rank-s.type.rank),t}};$.none=[];class lr extends Error{}class j{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=ka(this.content,e+this.openStart,t);return r&&new j(r,this.openStart,this.openEnd)}removeBetween(e,t){return new j(va(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 j.empty;let r=t.openStart||0,s=t.openEnd||0;if(typeof r!="number"||typeof s!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new j(M.fromJSON(e,t.content),r,s)}static maxOpen(e,t=!0){let r=0,s=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)s++;return new j(e,r,s)}}j.empty=new j(M.empty,0,0);function va(n,e,t){let{index:r,offset:s}=n.findIndex(e),i=n.maybeChild(r),{index:o,offset:l}=n.findIndex(t);if(s==e||i.isText){if(l!=t&&!n.child(o).isText)throw new RangeError("Removing non-flat range");return n.cut(0,e).append(n.cut(t))}if(r!=o)throw new RangeError("Removing non-flat range");return n.replaceChild(r,i.copy(va(i.content,e-s-1,t-s-1)))}function ka(n,e,t,r){let{index:s,offset:i}=n.findIndex(e),o=n.maybeChild(s);if(i==e||o.isText)return r&&!r.canReplace(s,s,t)?null:n.cut(0,e).append(t).append(n.cut(e));let l=ka(o.content,e-i-1,t,o);return l&&n.replaceChild(s,o.copy(l))}function gf(n,e,t){if(t.openStart>n.depth)throw new lr("Inserted content deeper than insertion position");if(n.depth-t.openStart!=e.depth-t.openEnd)throw new lr("Inconsistent open depths");return wa(n,e,t,0)}function wa(n,e,t,r){let s=n.index(r),i=n.node(r);if(s==e.index(r)&&r<n.depth-t.openStart){let o=wa(n,e,t,r+1);return i.copy(i.content.replaceChild(s,o))}else if(t.content.size)if(!t.openStart&&!t.openEnd&&n.depth==r&&e.depth==r){let o=n.parent,l=o.content;return vt(o,l.cut(0,n.parentOffset).append(t.content).append(l.cut(e.parentOffset)))}else{let{start:o,end:l}=xf(t,n);return vt(i,Ca(n,o,l,e,r))}else return vt(i,ar(n,e,r))}function Sa(n,e){if(!e.type.compatibleContent(n.type))throw new lr("Cannot join "+e.type.name+" onto "+n.type.name)}function Qs(n,e,t){let r=n.node(t);return Sa(r,e.node(t)),r}function bt(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 an(n,e,t,r){let s=(e||n).node(t),i=0,o=e?e.index(t):s.childCount;n&&(i=n.index(t),n.depth>t?i++:n.textOffset&&(bt(n.nodeAfter,r),i++));for(let l=i;l<o;l++)bt(s.child(l),r);e&&e.depth==t&&e.textOffset&&bt(e.nodeBefore,r)}function vt(n,e){return n.type.checkContent(e),n.copy(e)}function Ca(n,e,t,r,s){let i=n.depth>s&&Qs(n,e,s+1),o=r.depth>s&&Qs(t,r,s+1),l=[];return an(null,n,s,l),i&&o&&e.index(s)==t.index(s)?(Sa(i,o),bt(vt(i,Ca(n,e,t,r,s+1)),l)):(i&&bt(vt(i,ar(n,e,s+1)),l),an(e,t,s,l),o&&bt(vt(o,ar(t,r,s+1)),l)),an(r,null,s,l),new M(l)}function ar(n,e,t){let r=[];if(an(null,n,t,r),n.depth>t){let s=Qs(n,e,t+1);bt(vt(s,ar(n,e,t+1)),r)}return an(e,null,t,r),new M(r)}function xf(n,e){let t=e.depth-n.openStart,s=e.node(t).copy(n.content);for(let i=t-1;i>=0;i--)s=e.node(i).copy(M.from(s));return{start:s.resolveNoCache(n.openStart+t),end:s.resolveNoCache(s.content.size-n.openEnd-t)}}class vn{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],s=e.child(t);return r?e.child(t).cut(r):s}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],s=t==0?0:this.path[t*3-1]+1;for(let i=0;i<e;i++)s+=r.child(i).nodeSize;return s}marks(){let e=this.parent,t=this.index();if(e.content.size==0)return $.none;if(this.textOffset)return e.child(t).marks;let r=e.maybeChild(t-1),s=e.maybeChild(t);if(!r){let l=r;r=s,s=l}let i=r.marks;for(var o=0;o<i.length;o++)i[o].type.spec.inclusive===!1&&(!s||!i[o].isInSet(s.marks))&&(i=i[o--].removeFromSet(i));return i}marksAcross(e){let t=this.parent.maybeChild(this.index());if(!t||!t.isInline)return null;let r=t.marks,s=e.parent.maybeChild(e.index());for(var i=0;i<r.length;i++)r[i].type.spec.inclusive===!1&&(!s||!r[i].isInSet(s.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 cr(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=[],s=0,i=t;for(let o=e;;){let{index:l,offset:a}=o.content.findIndex(i),c=i-a;if(r.push(o,l,s+a),!c||(o=o.child(l),o.isText))break;i=c-1,s+=a+1}return new vn(t,r,i)}static resolveCached(e,t){let r=No.get(e);if(r)for(let i=0;i<r.elts.length;i++){let o=r.elts[i];if(o.pos==t)return o}else No.set(e,r=new yf);let s=r.elts[r.i]=vn.resolve(e,t);return r.i=(r.i+1)%bf,s}}class yf{constructor(){this.elts=[],this.i=0}}const bf=12,No=new WeakMap;class cr{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 vf=Object.create(null);class je{constructor(e,t,r,s=$.none){this.type=e,this.attrs=t,this.marks=s,this.content=r||M.empty}get children(){return this.content.content}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(e){return this.content.child(e)}maybeChild(e){return this.content.maybeChild(e)}forEach(e){this.content.forEach(e)}nodesBetween(e,t,r,s=0){this.content.nodesBetween(e,t,r,s,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,s){return this.content.textBetween(e,t,r,s)}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&&or(this.attrs,t||e.defaultAttrs||vf)&&$.sameSet(this.marks,r||$.none)}copy(e=null){return e==this.content?this:new je(this.type,this.attrs,e,this.marks)}mark(e){return e==this.marks?this:new je(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 j.empty;let s=this.resolve(e),i=this.resolve(t),o=r?0:s.sharedDepth(t),l=s.start(o),c=s.node(o).content.cut(s.pos-l,i.pos-l);return new j(c,s.depth-o,i.depth-o)}replace(e,t,r){return gf(this.resolve(e),this.resolve(t),r)}nodeAt(e){for(let t=this;;){let{index:r,offset:s}=t.content.findIndex(e);if(t=t.maybeChild(r),!t)return null;if(s==e||t.isText)return t;e-=s+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 s=this.content.child(t-1);return{node:s,index:t-1,offset:r-s.nodeSize}}resolve(e){return vn.resolveCached(this,e)}resolveNoCache(e){return vn.resolve(this,e)}rangeHasMark(e,t,r){let s=!1;return t>e&&this.nodesBetween(e,t,i=>(r.isInSet(i.marks)&&(s=!0),!s)),s}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()+")"),Na(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=M.empty,s=0,i=r.childCount){let o=this.contentMatchAt(e).matchFragment(r,s,i),l=o&&o.matchFragment(this.content,t);if(!l||!l.validEnd)return!1;for(let a=s;a<i;a++)if(!this.type.allowsMarks(r.child(a).marks))return!1;return!0}canReplaceWith(e,t,r,s){if(s&&!this.type.allowsMarks(s))return!1;let i=this.contentMatchAt(e).matchType(r),o=i&&i.matchFragment(this.content,t);return o?o.validEnd:!1}canAppend(e){return e.content.size?this.canReplace(this.childCount,this.childCount,e.content):this.type.compatibleContent(e.type)}check(){this.type.checkContent(this.content),this.type.checkAttrs(this.attrs);let e=$.none;for(let t=0;t<this.marks.length;t++){let r=this.marks[t];r.type.checkAttrs(r.attrs),e=r.addToSet(e)}if(!$.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;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 s=M.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,s,r);return i.type.checkAttrs(i.attrs),i}}je.prototype.text=void 0;class ur extends je{constructor(e,t,r,s){if(super(e,t,null,s),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):Na(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 ur(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new ur(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 Na(n,e){for(let t=n.length-1;t>=0;t--)e=n[t].type.name+"("+e+")";return e}class Nt{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,t){let r=new kf(e,t);if(r.next==null)return Nt.empty;let s=Ta(r);r.next&&r.err("Unexpected trailing text");let i=Ef(Mf(s));return Af(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 s=this;for(let i=t;s&&i<r;i++)s=s.matchType(e.child(i).type);return s}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 s=[this];function i(o,l){let a=o.matchFragment(e,r);if(a&&(!t||a.validEnd))return M.from(l.map(c=>c.createAndFill()));for(let c=0;c<o.next.length;c++){let{type:u,next:d}=o.next[c];if(!(u.isText||u.hasRequiredAttrs())&&s.indexOf(d)==-1){s.push(d);let h=i(d,l.concat(u));if(h)return h}}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 s=r.shift(),i=s.match;if(i.matchType(e)){let o=[];for(let l=s;l.type;l=l.via)o.push(l.type);return o.reverse()}for(let o=0;o<i.next.length;o++){let{type:l,next:a}=i.next[o];!l.isLeaf&&!l.hasRequiredAttrs()&&!(l.name in t)&&(!s.type||a.validEnd)&&(r.push({match:l.contentMatch,type:l,via:s}),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 s=0;s<r.next.length;s++)e.indexOf(r.next[s].next)==-1&&t(r.next[s].next)}return t(this),e.map((r,s)=>{let i=s+(r.validEnd?"*":" ")+" ";for(let o=0;o<r.next.length;o++)i+=(o?", ":"")+r.next[o].type.name+"->"+e.indexOf(r.next[o].next);return i}).join(`
18
- `)}}Nt.empty=new Nt(!0);class kf{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 Ta(n){let e=[];do e.push(wf(n));while(n.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function wf(n){let e=[];do e.push(Sf(n));while(n.next&&n.next!=")"&&n.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function Sf(n){let e=Tf(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=Cf(n,e);else break;return e}function To(n){/\D/.test(n.next)&&n.err("Expected number, got '"+n.next+"'");let e=Number(n.next);return n.pos++,e}function Cf(n,e){let t=To(n),r=t;return n.eat(",")&&(n.next!="}"?r=To(n):r=-1),n.eat("}")||n.err("Unclosed braced range"),{type:"range",min:t,max:r,expr:e}}function Nf(n,e){let t=n.nodeTypes,r=t[e];if(r)return[r];let s=[];for(let i in t){let o=t[i];o.isInGroup(e)&&s.push(o)}return s.length==0&&n.err("No node type or group '"+e+"' found"),s}function Tf(n){if(n.eat("(")){let e=Ta(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=Nf(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 Mf(n){let e=[[]];return s(i(n,0),t()),e;function t(){return e.push([])-1}function r(o,l,a){let c={term:a,to:l};return e[o].push(c),c}function s(o,l){o.forEach(a=>a.to=l)}function i(o,l){if(o.type=="choice")return o.exprs.reduce((a,c)=>a.concat(i(c,l)),[]);if(o.type=="seq")for(let a=0;;a++){let c=i(o.exprs[a],l);if(a==o.exprs.length-1)return c;s(c,l=t())}else if(o.type=="star"){let a=t();return r(l,a),s(i(o.expr,a),a),[r(a)]}else if(o.type=="plus"){let a=t();return s(i(o.expr,l),a),s(i(o.expr,a),a),[r(a)]}else{if(o.type=="opt")return[r(l)].concat(i(o.expr,l));if(o.type=="range"){let a=l;for(let c=0;c<o.min;c++){let u=t();s(i(o.expr,a),u),a=u}if(o.max==-1)s(i(o.expr,a),a);else for(let c=o.min;c<o.max;c++){let u=t();r(a,u),s(i(o.expr,a),u),a=u}return[r(a)]}else{if(o.type=="name")return[r(l,void 0,o.value)];throw new Error("Unknown expr type")}}}}function Ma(n,e){return e-n}function Mo(n,e){let t=[];return r(e),t.sort(Ma);function r(s){let i=n[s];if(i.length==1&&!i[0].term)return r(i[0].to);t.push(s);for(let o=0;o<i.length;o++){let{term:l,to:a}=i[o];!l&&t.indexOf(a)==-1&&r(a)}}}function Ef(n){let e=Object.create(null);return t(Mo(n,0));function t(r){let s=[];r.forEach(o=>{n[o].forEach(({term:l,to:a})=>{if(!l)return;let c;for(let u=0;u<s.length;u++)s[u][0]==l&&(c=s[u][1]);Mo(n,a).forEach(u=>{c||s.push([l,c=[]]),c.indexOf(u)==-1&&c.push(u)})})});let i=e[r.join(",")]=new Nt(r.indexOf(n.length-1)>-1);for(let o=0;o<s.length;o++){let l=s[o][1].sort(Ma);i.next.push({type:s[o][0],next:e[l.join(",")]||t(l)})}return i}}function Af(n,e){for(let t=0,r=[n];t<r.length;t++){let s=r[t],i=!s.validEnd,o=[];for(let l=0;l<s.next.length;l++){let{type:a,next:c}=s.next[l];o.push(a.name),i&&!(a.isText||a.hasRequiredAttrs())&&(i=!1),r.indexOf(c)==-1&&r.push(c)}i&&e.err("Only non-generatable nodes ("+o.join(", ")+") in a required position (see https://prosemirror.net/docs/guide/#generatable)")}}function Ea(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 Aa(n,e){let t=Object.create(null);for(let r in n){let s=e&&e[r];if(s===void 0){let i=n[r];if(i.hasDefault)s=i.default;else throw new RangeError("No value supplied for attribute "+r)}t[r]=s}return t}function Oa(n,e,t,r){for(let s in e)if(!(s in n))throw new RangeError(`Unsupported attribute ${s} for ${t} of type ${s}`);for(let s in n){let i=n[s];i.validate&&i.validate(e[s])}}function ja(n,e){let t=Object.create(null);if(e)for(let r in e)t[r]=new jf(n,r,e[r]);return t}let Eo=class Da{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=ja(e,r.attrs),this.defaultAttrs=Ea(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==Nt.empty}get isAtom(){return this.isLeaf||!!this.spec.atom}isInGroup(e){return this.groups.indexOf(e)>-1}get whitespace(){return this.spec.whitespace||(this.spec.code?"pre":"normal")}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:Aa(this.attrs,e)}create(e=null,t,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new je(this,this.computeAttrs(e),M.from(t),$.setFrom(r))}createChecked(e=null,t,r){return t=M.from(t),this.checkContent(t),new je(this,this.computeAttrs(e),t,$.setFrom(r))}createAndFill(e=null,t,r){if(e=this.computeAttrs(e),t=M.from(t),t.size){let o=this.contentMatch.fillBefore(t);if(!o)return null;t=o.append(t)}let s=this.contentMatch.matchFragment(t),i=s&&s.fillBefore(M.empty,!0);return i?new je(this,e,t.append(i),$.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)}`)}checkAttrs(e){Oa(this.attrs,e,"node",this.name)}allowsMarkType(e){return this.markSet==null||this.markSet.indexOf(e)>-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;t<e.length;t++)if(!this.allowsMarkType(e[t].type))return!1;return!0}allowedMarks(e){if(this.markSet==null)return e;let t;for(let 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:$.none:e}static compile(e,t){let r=Object.create(null);e.forEach((i,o)=>r[i]=new Da(i,t,o));let s=t.spec.topNode||"doc";if(!r[s])throw new RangeError("Schema is missing its top node type ('"+s+"')");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}};function Of(n,e,t){let r=t.split("|");return s=>{let i=s===null?"null":typeof s;if(r.indexOf(i)<0)throw new RangeError(`Expected value of type ${r} for attribute ${e} on type ${n}, got ${i}`)}}class jf{constructor(e,t,r){this.hasDefault=Object.prototype.hasOwnProperty.call(r,"default"),this.default=r.default,this.validate=typeof r.validate=="string"?Of(e,t,r.validate):r.validate}get isRequired(){return!this.hasDefault}}class Zr{constructor(e,t,r,s){this.name=e,this.rank=t,this.schema=r,this.spec=s,this.attrs=ja(e,s.attrs),this.excluded=null;let i=Ea(this.attrs);this.instance=i?new $(this,i):null}create(e=null){return!e&&this.instance?this.instance:new $(this,Aa(this.attrs,e))}static compile(e,t){let r=Object.create(null),s=0;return e.forEach((i,o)=>r[i]=new Zr(i,s++,t,o)),r}removeFromSet(e){for(var t=0;t<e.length;t++)e[t].type==this&&(e=e.slice(0,t).concat(e.slice(t+1)),t--);return e}isInSet(e){for(let t=0;t<e.length;t++)if(e[t].type==this)return e[t]}checkAttrs(e){Oa(this.attrs,e,"mark",this.name)}excludes(e){return this.excluded.indexOf(e)>-1}}class Ia{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let s in e)t[s]=e[s];t.nodes=re.from(e.nodes),t.marks=re.from(e.marks||{}),this.nodes=Eo.compile(this.spec.nodes,this),this.marks=Zr.compile(this.spec.marks,this);let r=Object.create(null);for(let s in this.nodes){if(s in this.marks)throw new RangeError(s+" can not be both a node and a mark");let i=this.nodes[s],o=i.spec.content||"",l=i.spec.marks;if(i.contentMatch=r[o]||(r[o]=Nt.parse(o,this.nodes)),i.inlineContent=i.contentMatch.inlineContent,i.spec.linebreakReplacement){if(this.linebreakReplacement)throw new RangeError("Multiple linebreak nodes defined");if(!i.isInline||!i.isLeaf)throw new RangeError("Linebreak replacement nodes must be inline leaf nodes");this.linebreakReplacement=i}i.markSet=l=="_"?null:l?Ao(this,l.split(" ")):l==""||!i.inlineContent?[]:null}for(let s in this.marks){let i=this.marks[s],o=i.spec.excludes;i.excluded=o==null?[i]:o==""?[]:Ao(this,o.split(" "))}this.nodeFromJSON=s=>je.fromJSON(this,s),this.markFromJSON=s=>$.fromJSON(this,s),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,t=null,r,s){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof Eo){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,s)}text(e,t){let r=this.nodes.text;return new ur(r,r.defaultAttrs,e,$.setFrom(t))}mark(e,t){return typeof e=="string"&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw new RangeError("Unknown node type: "+e);return t}}function Ao(n,e){let t=[];for(let r=0;r<e.length;r++){let s=e[r],i=n.marks[s],o=i;if(i)t.push(i);else for(let l in n.marks){let a=n.marks[l];(s=="_"||a.spec.group&&a.spec.group.split(" ").indexOf(s)>-1)&&t.push(o=a)}if(!o)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return t}function Df(n){return n.tag!=null}function If(n){return n.style!=null}class rt{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let r=this.matchedStyles=[];t.forEach(s=>{if(Df(s))this.tags.push(s);else if(If(s)){let i=/[^=]*/.exec(s.style)[0];r.indexOf(i)<0&&r.push(i),this.styles.push(s)}}),this.normalizeLists=!this.tags.some(s=>{if(!/^(ul|ol)\b/.test(s.tag)||!s.node)return!1;let i=e.nodes[s.node];return i.contentMatch.matchType(i)})}parse(e,t={}){let r=new jo(this,t,!1);return r.addAll(e,$.none,t.from,t.to),r.finish()}parseSlice(e,t={}){let r=new jo(this,t,!0);return r.addAll(e,$.none,t.from,t.to),j.maxOpen(r.finish())}matchTag(e,t,r){for(let s=r?this.tags.indexOf(r)+1:0;s<this.tags.length;s++){let i=this.tags[s];if(Pf(e,i.tag)&&(i.namespace===void 0||e.namespaceURI==i.namespace)&&(!i.context||t.matchesContext(i.context))){if(i.getAttrs){let o=i.getAttrs(e);if(o===!1)continue;i.attrs=o||void 0}return i}}}matchStyle(e,t,r,s){for(let i=s?this.styles.indexOf(s)+1:0;i<this.styles.length;i++){let o=this.styles[i],l=o.style;if(!(l.indexOf(e)!=0||o.context&&!r.matchesContext(o.context)||l.length>e.length&&(l.charCodeAt(e.length)!=61||l.slice(e.length+1)!=t))){if(o.getAttrs){let a=o.getAttrs(t);if(a===!1)continue;o.attrs=a||void 0}return o}}}static schemaRules(e){let t=[];function r(s){let i=s.priority==null?50:s.priority,o=0;for(;o<t.length;o++){let l=t[o];if((l.priority==null?50:l.priority)<i)break}t.splice(o,0,s)}for(let s in e.marks){let i=e.marks[s].spec.parseDOM;i&&i.forEach(o=>{r(o=Do(o)),o.mark||o.ignore||o.clearMark||(o.mark=s)})}for(let s in e.nodes){let i=e.nodes[s].spec.parseDOM;i&&i.forEach(o=>{r(o=Do(o)),o.node||o.ignore||o.mark||(o.node=s)})}return t}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new rt(e,rt.schemaRules(e)))}}const Ra={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},Rf={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},La={ol:!0,ul:!0},kn=1,Ys=2,cn=4;function Oo(n,e,t){return e!=null?(e?kn:0)|(e==="full"?Ys:0):n&&n.whitespace=="pre"?kn|Ys:t&~cn}class Hn{constructor(e,t,r,s,i,o){this.type=e,this.attrs=t,this.marks=r,this.solid=s,this.options=o,this.content=[],this.activeMarks=$.none,this.match=i||(o&cn?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(M.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let r=this.type.contentMatch,s;return(s=r.findWrapping(e.type))?(this.match=r,s):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&kn)){let r=this.content[this.content.length-1],s;if(r&&r.isText&&(s=/[ \t\r\n\u000c]+$/.exec(r.text))){let i=r;r.text.length==s[0].length?this.content.pop():this.content[this.content.length-1]=i.withText(i.text.slice(0,i.text.length-s[0].length))}}let t=M.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(M.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!Ra.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class jo{constructor(e,t,r){this.parser=e,this.options=t,this.isOpen=r,this.open=0,this.localPreserveWS=!1;let s=t.topNode,i,o=Oo(null,t.preserveWhitespace,0)|(r?cn:0);s?i=new Hn(s.type,s.attrs,$.none,!0,t.topMatch||s.type.contentMatch,o):r?i=new Hn(null,null,$.none,!0,null,o):i=new Hn(e.schema.topNodeType,null,$.none,!0,null,o),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let r=e.nodeValue,s=this.top,i=s.options&Ys?"full":this.localPreserveWS||(s.options&kn)>0,{schema:o}=this.parser;if(i==="full"||s.inlineContext(e)||/[^ \t\r\n\u000c]/.test(r)){if(i)if(i==="full")r=r.replace(/\r\n?/g,`
19
- `);else if(o.linebreakReplacement&&/[\r\n]/.test(r)&&this.top.findWrapping(o.linebreakReplacement.create())){let l=r.split(/\r?\n|\r/);for(let a=0;a<l.length;a++)a&&this.insertNode(o.linebreakReplacement.create(),t,!0),l[a]&&this.insertNode(o.text(l[a]),t,!/\S/.test(l[a]));r=""}else r=r.replace(/\r?\n|\r/g," ");else if(r=r.replace(/[ \t\r\n\u000c]+/g," "),/^[ \t\r\n\u000c]/.test(r)&&this.open==this.nodes.length-1){let l=s.content[s.content.length-1],a=e.previousSibling;(!l||a&&a.nodeName=="BR"||l.isText&&/[ \t\r\n\u000c]$/.test(l.text))&&(r=r.slice(1))}r&&this.insertNode(o.text(r),t,!/\S/.test(r)),this.findInText(e)}else this.findInside(e)}addElement(e,t,r){let s=this.localPreserveWS,i=this.top;(e.tagName=="PRE"||/pre/.test(e.style&&e.style.whiteSpace))&&(this.localPreserveWS=!0);let o=e.nodeName.toLowerCase(),l;La.hasOwnProperty(o)&&this.parser.normalizeLists&&Lf(e);let a=this.options.ruleFromNode&&this.options.ruleFromNode(e)||(l=this.parser.matchTag(e,this,r));e:if(a?a.ignore:Rf.hasOwnProperty(o))this.findInside(e),this.ignoreFallback(e,t);else if(!a||a.skip||a.closeParent){a&&a.closeParent?this.open=Math.max(0,this.open-1):a&&a.skip.nodeType&&(e=a.skip);let c,u=this.needsBlock;if(Ra.hasOwnProperty(o))i.content.length&&i.content[0].isInline&&this.open&&(this.open--,i=this.top),c=!0,i.type||(this.needsBlock=!0);else if(!e.firstChild){this.leafFallback(e,t);break e}let d=a&&a.skip?t:this.readStyles(e,t);d&&this.addAll(e,d),c&&this.sync(i),this.needsBlock=u}else{let c=this.readStyles(e,t);c&&this.addElementByRule(e,a,c,a.consuming===!1?l:void 0)}this.localPreserveWS=s}leafFallback(e,t){e.nodeName=="BR"&&this.top.type&&this.top.type.inlineContent&&this.addTextNode(e.ownerDocument.createTextNode(`
20
- `),t)}ignoreFallback(e,t){e.nodeName=="BR"&&(!this.top.type||!this.top.type.inlineContent)&&this.findPlace(this.parser.schema.text("-"),t,!0)}readStyles(e,t){let r=e.style;if(r&&r.length)for(let s=0;s<this.parser.matchedStyles.length;s++){let i=this.parser.matchedStyles[s],o=r.getPropertyValue(i);if(o)for(let l=void 0;;){let a=this.parser.matchStyle(i,o,this,l);if(!a)break;if(a.ignore)return null;if(a.clearMark?t=t.filter(c=>!a.clearMark(c)):t=t.concat(this.parser.schema.marks[a.mark].create(a.attrs)),a.consuming===!1)l=a;else break}}return t}addElementByRule(e,t,r,s){let i,o;if(t.node)if(o=this.parser.schema.nodes[t.node],o.isLeaf)this.insertNode(o.create(t.attrs),r,e.nodeName=="BR")||this.leafFallback(e,r);else{let a=this.enter(o,t.attrs||null,r,t.preserveWhitespace);a&&(i=!0,r=a)}else{let a=this.parser.schema.marks[t.mark];r=r.concat(a.create(t.attrs))}let l=this.top;if(o&&o.isLeaf)this.findInside(e);else if(s)this.addElement(e,r,s);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(a=>this.insertNode(a,r,!1));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,r),this.findAround(e,a,!1)}i&&this.sync(l)&&this.open--}addAll(e,t,r,s){let i=r||0;for(let o=r?e.childNodes[r]:e.firstChild,l=s==null?null:e.childNodes[s];o!=l;o=o.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(o,t);this.findAtPoint(e,i)}findPlace(e,t,r){let s,i;for(let o=this.open,l=0;o>=0;o--){let a=this.nodes[o],c=a.findWrapping(e);if(c&&(!s||s.length>c.length+l)&&(s=c,i=a,!c.length))break;if(a.solid){if(r)break;l+=2}}if(!s)return null;this.sync(i);for(let o=0;o<s.length;o++)t=this.enterInner(s[o],null,t,!1);return t}insertNode(e,t,r){if(e.isInline&&this.needsBlock&&!this.top.type){let i=this.textblockFromContext();i&&(t=this.enterInner(i,null,t))}let s=this.findPlace(e,t,r);if(s){this.closeExtra();let i=this.top;i.match&&(i.match=i.match.matchType(e.type));let o=$.none;for(let l of s.concat(e.marks))(i.type?i.type.allowsMarkType(l.type):Io(l.type,e.type))&&(o=l.addToSet(o));return i.content.push(e.mark(o)),!0}return!1}enter(e,t,r,s){let i=this.findPlace(e.create(t),r,!1);return i&&(i=this.enterInner(e,t,r,!0,s)),i}enterInner(e,t,r,s=!1,i){this.closeExtra();let o=this.top;o.match=o.match&&o.match.matchType(e);let l=Oo(e,i,o.options);o.options&cn&&o.content.length==0&&(l|=cn);let a=$.none;return r=r.filter(c=>(o.type?o.type.allowsMarkType(c.type):Io(c.type,e))?(a=c.addToSet(a),!1):!0),this.nodes.push(new Hn(e,t,a,s,null,l)),this.open++,r}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;this.localPreserveWS&&(this.nodes[t].options|=kn)}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 s=r.length-1;s>=0;s--)e+=r[s].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 s=0;s<this.find.length;s++)this.find[s].pos==null&&e.nodeType==1&&e.contains(this.find[s].node)&&t.compareDocumentPosition(this.find[s].node)&(r?2:4)&&(this.find[s].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,s=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),i=-(r?r.depth+1:0)+(s?0:1),o=(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(o(l-1,a))return!0;return!1}else{let u=a>0||a==0&&s?this.nodes[a].type:r&&a>=i?r.node(a-i).type:null;if(!u||u.name!=c&&!u.isInGroup(c))return!1;a--}}return!0};return o(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}}}function Lf(n){for(let e=n.firstChild,t=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&La.hasOwnProperty(r)&&t?(t.appendChild(e),e=t):r=="li"?t=e:r&&(t=null)}}function Pf(n,e){return(n.matches||n.msMatchesSelector||n.webkitMatchesSelector||n.mozMatchesSelector).call(n,e)}function Do(n){let e={};for(let t in n)e[t]=n[t];return e}function Io(n,e){let t=e.schema.nodes;for(let r in t){let s=t[r];if(!s.allowsMarkType(n))continue;let i=[],o=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&&o(u))return!0}};if(o(s.contentMatch))return!0}}class Ot{constructor(e,t){this.nodes=e,this.marks=t}serializeFragment(e,t={},r){r||(r=vs(t).createDocumentFragment());let s=r,i=[];return e.forEach(o=>{if(i.length||o.marks.length){let l=0,a=0;for(;l<i.length&&a<o.marks.length;){let c=o.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;)s=i.pop()[1];for(;a<o.marks.length;){let c=o.marks[a++],u=this.serializeMark(c,o.isInline,t);u&&(i.push([c,s]),s.appendChild(u.dom),s=u.contentDOM||u.dom)}}s.appendChild(this.serializeNodeInner(o,t))}),r}serializeNodeInner(e,t){let{dom:r,contentDOM:s}=tr(vs(t),this.nodes[e.type.name](e),null,e.attrs);if(s){if(e.isLeaf)throw new RangeError("Content hole not allowed in a leaf node spec");this.serializeFragment(e.content,t,s)}return r}serializeNode(e,t={}){let r=this.serializeNodeInner(e,t);for(let s=e.marks.length-1;s>=0;s--){let i=this.serializeMark(e.marks[s],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(r),r=i.dom)}return r}serializeMark(e,t,r={}){let s=this.marks[e.type.name];return s&&tr(vs(r),s(e,t),null,e.attrs)}static renderSpec(e,t,r=null,s){return tr(e,t,r,s)}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new Ot(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let t=Ro(e.nodes);return t.text||(t.text=r=>r.text),t}static marksFromSchema(e){return Ro(e.marks)}}function Ro(n){let e={};for(let t in n){let r=n[t].spec.toDOM;r&&(e[t]=r)}return e}function vs(n){return n.document||window.document}const Lo=new WeakMap;function zf(n){let e=Lo.get(n);return e===void 0&&Lo.set(n,e=_f(n)),e}function _f(n){let e=null;function t(r){if(r&&typeof r=="object")if(Array.isArray(r))if(typeof r[0]=="string")e||(e=[]),e.push(r);else for(let s=0;s<r.length;s++)t(r[s]);else for(let s in r)t(r[s])}return t(n),e}function tr(n,e,t,r){if(typeof e=="string")return{dom:n.createTextNode(e)};if(e.nodeType!=null)return{dom:e};if(e.dom&&e.dom.nodeType!=null)return e;let s=e[0],i;if(typeof s!="string")throw new RangeError("Invalid array passed to renderSpec");if(r&&(i=zf(r))&&i.indexOf(e)>-1)throw new RangeError("Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.");let o=s.indexOf(" ");o>0&&(t=s.slice(0,o),s=s.slice(o+1));let l,a=t?n.createElementNS(t,s):n.createElement(s),c=e[1],u=1;if(c&&typeof c=="object"&&c.nodeType==null&&!Array.isArray(c)){u=2;for(let d in c)if(c[d]!=null){let h=d.indexOf(" ");h>0?a.setAttributeNS(d.slice(0,h),d.slice(h+1),c[d]):d=="style"&&a.style?a.style.cssText=c[d]:a.setAttribute(d,c[d])}}for(let d=u;d<e.length;d++){let h=e[d];if(h===0){if(d<e.length-1||d>u)throw new RangeError("Content hole must be the only child of its parent node");return{dom:a,contentDOM:a}}else{let{dom:f,contentDOM:m}=tr(n,h,t,r);if(a.appendChild(f),m){if(l)throw new RangeError("Multiple content holes");l=m}}}return{dom:a,contentDOM:l}}const Pa=65535,za=Math.pow(2,16);function Bf(n,e){return n+e*za}function Po(n){return n&Pa}function $f(n){return(n-(n&Pa))/za}const _a=1,Ba=2,nr=4,$a=8;class Xs{constructor(e,t,r){this.pos=e,this.delInfo=t,this.recover=r}get deleted(){return(this.delInfo&$a)>0}get deletedBefore(){return(this.delInfo&(_a|nr))>0}get deletedAfter(){return(this.delInfo&(Ba|nr))>0}get deletedAcross(){return(this.delInfo&nr)>0}}class be{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&be.empty)return be.empty}recover(e){let t=0,r=Po(e);if(!this.inverted)for(let s=0;s<r;s++)t+=this.ranges[s*3+2]-this.ranges[s*3+1];return this.ranges[r*3]+t+$f(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 s=0,i=this.inverted?2:1,o=this.inverted?1:2;for(let l=0;l<this.ranges.length;l+=3){let a=this.ranges[l]-(this.inverted?s:0);if(a>e)break;let c=this.ranges[l+i],u=this.ranges[l+o],d=a+c;if(e<=d){let h=c?e==a?-1:e==d?1:t:t,f=a+s+(h<0?0:u);if(r)return f;let m=e==(t<0?a:d)?null:Bf(l/3,e-a),g=e==a?Ba:e==d?_a:nr;return(t<0?e!=a:e!=d)&&(g|=$a),new Xs(f,g,m)}s+=u-c}return r?e+s:new Xs(e+s,0,null)}touches(e,t){let r=0,s=Po(t),i=this.inverted?2:1,o=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==s*3)return!0;r+=this.ranges[l+o]-c}return!1}forEach(e){let t=this.inverted?2:1,r=this.inverted?1:2;for(let s=0,i=0;s<this.ranges.length;s+=3){let o=this.ranges[s],l=o-(this.inverted?i:0),a=o+(this.inverted?0:i),c=this.ranges[s+t],u=this.ranges[s+r];e(l,l+c,a,a+u),i+=u-c}}invert(){return new be(this.ranges,!this.inverted)}toString(){return(this.inverted?"-":"")+JSON.stringify(this.ranges)}static offset(e){return e==0?be.empty:new be(e<0?[0,-e,0]:[0,0,e])}}be.empty=new be([]);class wn{constructor(e,t,r=0,s=e?e.length:0){this.mirror=t,this.from=r,this.to=s,this._maps=e||[],this.ownData=!(e||t)}get maps(){return this._maps}slice(e=0,t=this.maps.length){return new wn(this._maps,this.mirror,e,t)}appendMap(e,t){this.ownData||(this._maps=this._maps.slice(),this.mirror=this.mirror&&this.mirror.slice(),this.ownData=!0),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 s=e.getMirror(t);this.appendMap(e._maps[t],s!=null&&s<t?r+s: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 s=e.getMirror(t);this.appendMap(e._maps[t].invert(),s!=null&&s>t?r-s-1:void 0)}}invert(){let e=new wn;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 s=0;for(let i=this.from;i<this.to;i++){let o=this._maps[i],l=o.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}}s|=l.delInfo,e=l.pos}return r?e:new Xs(e,s,null)}}const ks=Object.create(null);class ce{getMap(){return be.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw new RangeError("Invalid input for Step.fromJSON");let r=ks[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 ks)throw new RangeError("Duplicate use of step JSON ID "+e);return ks[e]=t,t.prototype.jsonID=e,t}}class J{constructor(e,t){this.doc=e,this.failed=t}static ok(e){return new J(e,null)}static fail(e){return new J(null,e)}static fromReplace(e,t,r,s){try{return J.ok(e.replace(t,r,s))}catch(i){if(i instanceof lr)return J.fail(i.message);throw i}}}function Ti(n,e,t){let r=[];for(let s=0;s<n.childCount;s++){let i=n.child(s);i.content.size&&(i=i.copy(Ti(i.content,e,i))),i.isInline&&(i=e(i,t,s)),r.push(i)}return M.fromArray(r)}class et extends ce{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),s=r.node(r.sharedDepth(this.to)),i=new j(Ti(t.content,(o,l)=>!o.isAtom||!l.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),s),t.openStart,t.openEnd);return J.fromReplace(e,this.from,this.to,i)}invert(){return new Oe(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 et(t.pos,r.pos,this.mark)}merge(e){return e instanceof et&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new et(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 et(t.from,t.to,e.markFromJSON(t.mark))}}ce.jsonID("addMark",et);class Oe extends ce{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 j(Ti(t.content,s=>s.mark(this.mark.removeFromSet(s.marks)),e),t.openStart,t.openEnd);return J.fromReplace(e,this.from,this.to,r)}invert(){return new et(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 Oe(t.pos,r.pos,this.mark)}merge(e){return e instanceof Oe&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Oe(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 Oe(t.from,t.to,e.markFromJSON(t.mark))}}ce.jsonID("removeMark",Oe);class tt extends ce{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return J.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return J.fromReplace(e,this.pos,this.pos+1,new j(M.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 s=0;s<t.marks.length;s++)if(!t.marks[s].isInSet(r))return new tt(this.pos,t.marks[s]);return new tt(this.pos,this.mark)}}return new Tt(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new tt(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 tt(t.pos,e.markFromJSON(t.mark))}}ce.jsonID("addNodeMark",tt);class Tt extends ce{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return J.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.removeFromSet(t.marks));return J.fromReplace(e,this.pos,this.pos+1,new j(M.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);return!t||!this.mark.isInSet(t.marks)?this:new tt(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Tt(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 Tt(t.pos,e.markFromJSON(t.mark))}}ce.jsonID("removeNodeMark",Tt);class ee extends ce{constructor(e,t,r,s=!1){super(),this.from=e,this.to=t,this.slice=r,this.structure=s}apply(e){return this.structure&&Zs(e,this.from,this.to)?J.fail("Structure replace would overwrite content"):J.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new be([this.from,this.to-this.from,this.slice.size])}invert(e){return new ee(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 ee(t.pos,Math.max(t.pos,r.pos),this.slice,this.structure)}merge(e){if(!(e instanceof ee)||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?j.empty:new j(this.slice.content.append(e.slice.content),this.slice.openStart,e.slice.openEnd);return new ee(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?j.empty:new j(e.slice.content.append(this.slice.content),e.slice.openStart,this.slice.openEnd);return new ee(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 ee(t.from,t.to,j.fromJSON(e,t.slice),!!t.structure)}}ce.jsonID("replace",ee);class te extends ce{constructor(e,t,r,s,i,o,l=!1){super(),this.from=e,this.to=t,this.gapFrom=r,this.gapTo=s,this.slice=i,this.insert=o,this.structure=l}apply(e){if(this.structure&&(Zs(e,this.from,this.gapFrom)||Zs(e,this.gapTo,this.to)))return J.fail("Structure gap-replace would overwrite content");let t=e.slice(this.gapFrom,this.gapTo);if(t.openStart||t.openEnd)return J.fail("Gap is not a flat range");let r=this.slice.insertAt(this.insert,t.content);return r?J.fromReplace(e,this.from,this.to,r):J.fail("Content does not fit in gap")}getMap(){return new be([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 te(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),s=this.from==this.gapFrom?t.pos:e.map(this.gapFrom,-1),i=this.to==this.gapTo?r.pos:e.map(this.gapTo,1);return t.deletedAcross&&r.deletedAcross||s<t.pos||i>r.pos?null:new te(t.pos,r.pos,s,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 te(t.from,t.to,t.gapFrom,t.gapTo,j.fromJSON(e,t.slice),t.insert,!!t.structure)}}ce.jsonID("replaceAround",te);function Zs(n,e,t){let r=n.resolve(e),s=t-e,i=r.depth;for(;s>0&&i>0&&r.indexAfter(i)==r.node(i).childCount;)i--,s--;if(s>0){let o=r.node(i).maybeChild(r.indexAfter(i));for(;s>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,s--}}return!1}function Ff(n,e,t,r){let s=[],i=[],o,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 h=Math.max(c,e),f=Math.min(c+a.nodeSize,t),m=r.addToSet(d);for(let g=0;g<d.length;g++)d[g].isInSet(m)||(o&&o.to==h&&o.mark.eq(d[g])?o.to=f:s.push(o=new Oe(h,f,d[g])));l&&l.to==h?l.to=f:i.push(l=new et(h,f,r))}}),s.forEach(a=>n.step(a)),i.forEach(a=>n.step(a))}function Vf(n,e,t,r){let s=[],i=0;n.doc.nodesBetween(e,t,(o,l)=>{if(!o.isInline)return;i++;let a=null;if(r instanceof Zr){let c=o.marks,u;for(;u=r.isInSet(c);)(a||(a=[])).push(u),c=u.removeFromSet(c)}else r?r.isInSet(o.marks)&&(a=[r]):a=o.marks;if(a&&a.length){let c=Math.min(l+o.nodeSize,t);for(let u=0;u<a.length;u++){let d=a[u],h;for(let f=0;f<s.length;f++){let m=s[f];m.step==i-1&&d.eq(s[f].style)&&(h=m)}h?(h.to=c,h.step=i):s.push({style:d,from:Math.max(l,e),to:c,step:i})}}}),s.forEach(o=>n.step(new Oe(o.from,o.to,o.style)))}function Mi(n,e,t,r=t.contentMatch,s=!0){let i=n.doc.nodeAt(e),o=[],l=e+1;for(let a=0;a<i.childCount;a++){let c=i.child(a),u=l+c.nodeSize,d=r.matchType(c.type);if(!d)o.push(new ee(l,u,j.empty));else{r=d;for(let h=0;h<c.marks.length;h++)t.allowsMarkType(c.marks[h].type)||n.step(new Oe(l,u,c.marks[h]));if(s&&c.isText&&t.whitespace!="pre"){let h,f=/\r?\n|\r/g,m;for(;h=f.exec(c.text);)m||(m=new j(M.from(t.schema.text(" ",t.allowedMarks(c.marks))),0,0)),o.push(new ee(l+h.index,l+h.index+h[0].length,m))}}l=u}if(!r.validEnd){let a=r.fillBefore(M.empty,!0);n.replace(l,l,new j(a,0,0))}for(let a=o.length-1;a>=0;a--)n.step(o[a])}function Hf(n,e,t){return(e==0||n.canReplace(e,n.childCount))&&(t==n.childCount||n.canReplace(0,t))}function Qt(n){let t=n.parent.content.cutByIndex(n.startIndex,n.endIndex);for(let r=n.depth,s=0,i=0;;--r){let o=n.$from.node(r),l=n.$from.index(r)+s,a=n.$to.indexAfter(r)-i;if(r<n.depth&&o.canReplace(l,a,t))return r;if(r==0||o.type.spec.isolating||!Hf(o,l,a))break;l&&(s=1),a<o.childCount&&(i=1)}return null}function Uf(n,e,t){let{$from:r,$to:s,depth:i}=e,o=r.before(i+1),l=s.after(i+1),a=o,c=l,u=M.empty,d=0;for(let m=i,g=!1;m>t;m--)g||r.index(m)>0?(g=!0,u=M.from(r.node(m).copy(u)),d++):a--;let h=M.empty,f=0;for(let m=i,g=!1;m>t;m--)g||s.after(m+1)<s.end(m)?(g=!0,h=M.from(s.node(m).copy(h)),f++):c++;n.step(new te(a,c,o,l,new j(u.append(h),d,f),u.size-d,!0))}function Ei(n,e,t=null,r=n){let s=Wf(n,e),i=s&&Kf(r,e);return i?s.map(zo).concat({type:e,attrs:t}).concat(i.map(zo)):null}function zo(n){return{type:n,attrs:null}}function Wf(n,e){let{parent:t,startIndex:r,endIndex:s}=n,i=t.contentMatchAt(r).findWrapping(e);if(!i)return null;let o=i.length?i[0]:e;return t.canReplaceWith(r,s,o)?i:null}function Kf(n,e){let{parent:t,startIndex:r,endIndex:s}=n,i=t.child(r),o=e.contentMatch.findWrapping(i.type);if(!o)return null;let a=(o.length?o[o.length-1]:e).contentMatch;for(let c=r;a&&c<s;c++)a=a.matchType(t.child(c).type);return!a||!a.validEnd?null:o}function qf(n,e,t){let r=M.empty;for(let o=t.length-1;o>=0;o--){if(r.size){let l=t[o].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=M.from(t[o].type.create(t[o].attrs,r))}let s=e.start,i=e.end;n.step(new te(s,i,s,i,new j(r,0,0),t.length,!0))}function Jf(n,e,t,r,s){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let i=n.steps.length;n.doc.nodesBetween(e,t,(o,l)=>{let a=typeof s=="function"?s(o):s;if(o.isTextblock&&!o.hasMarkup(r,a)&&Gf(n.doc,n.mapping.slice(i).map(l),r)){let c=null;if(r.schema.linebreakReplacement){let f=r.whitespace=="pre",m=!!r.contentMatch.matchType(r.schema.linebreakReplacement);f&&!m?c=!1:!f&&m&&(c=!0)}c===!1&&Va(n,o,l,i),Mi(n,n.mapping.slice(i).map(l,1),r,void 0,c===null);let u=n.mapping.slice(i),d=u.map(l,1),h=u.map(l+o.nodeSize,1);return n.step(new te(d,h,d+1,h-1,new j(M.from(r.create(a,null,o.marks)),0,0),1,!0)),c===!0&&Fa(n,o,l,i),!1}})}function Fa(n,e,t,r){e.forEach((s,i)=>{if(s.isText){let o,l=/\r?\n|\r/g;for(;o=l.exec(s.text);){let a=n.mapping.slice(r).map(t+1+i+o.index);n.replaceWith(a,a+1,e.type.schema.linebreakReplacement.create())}}})}function Va(n,e,t,r){e.forEach((s,i)=>{if(s.type==s.type.schema.linebreakReplacement){let o=n.mapping.slice(r).map(t+1+i);n.replaceWith(o,o+1,e.type.schema.text(`
21
- `))}})}function Gf(n,e,t){let r=n.resolve(e),s=r.index();return r.parent.canReplaceWith(s,s+1,t)}function Qf(n,e,t,r,s){let i=n.doc.nodeAt(e);if(!i)throw new RangeError("No node at given position");t||(t=i.type);let o=t.create(r,null,s||i.marks);if(i.isLeaf)return n.replaceWith(e,e+i.nodeSize,o);if(!t.validContent(i.content))throw new RangeError("Invalid content for node type "+t.name);n.step(new te(e,e+i.nodeSize,e+1,e+i.nodeSize-1,new j(M.from(o),0,0),1,!0))}function Ue(n,e,t=1,r){let s=n.resolve(e),i=s.depth-t,o=r&&r[r.length-1]||s.parent;if(i<0||s.parent.type.spec.isolating||!s.parent.canReplace(s.index(),s.parent.childCount)||!o.type.validContent(s.parent.content.cutByIndex(s.index(),s.parent.childCount)))return!1;for(let c=s.depth-1,u=t-2;c>i;c--,u--){let d=s.node(c),h=s.index(c);if(d.type.spec.isolating)return!1;let f=d.content.cutByIndex(h,d.childCount),m=r&&r[u+1];m&&(f=f.replaceChild(0,m.type.create(m.attrs)));let g=r&&r[u]||d;if(!d.canReplace(h+1,d.childCount)||!g.type.validContent(f))return!1}let l=s.indexAfter(i),a=r&&r[0];return s.node(i).canReplaceWith(l,l,a?a.type:s.node(i+1).type)}function Yf(n,e,t=1,r){let s=n.doc.resolve(e),i=M.empty,o=M.empty;for(let l=s.depth,a=s.depth-t,c=t-1;l>a;l--,c--){i=M.from(s.node(l).copy(i));let u=r&&r[c];o=M.from(u?u.type.create(u.attrs,o):s.node(l).copy(o))}n.step(new ee(e,e,new j(i.append(o),t,t),!0))}function ct(n,e){let t=n.resolve(e),r=t.index();return Ha(t.nodeBefore,t.nodeAfter)&&t.parent.canReplace(r,r+1)}function Xf(n,e){e.content.size||n.type.compatibleContent(e.type);let t=n.contentMatchAt(n.childCount),{linebreakReplacement:r}=n.type.schema;for(let s=0;s<e.childCount;s++){let i=e.child(s),o=i.type==r?n.type.schema.nodes.text:i.type;if(t=t.matchType(o),!t||!n.type.allowsMarks(i.marks))return!1}return t.validEnd}function Ha(n,e){return!!(n&&e&&!n.isLeaf&&Xf(n,e))}function es(n,e,t=-1){let r=n.resolve(e);for(let s=r.depth;;s--){let i,o,l=r.index(s);if(s==r.depth?(i=r.nodeBefore,o=r.nodeAfter):t>0?(i=r.node(s+1),l++,o=r.node(s).maybeChild(l)):(i=r.node(s).maybeChild(l-1),o=r.node(s+1)),i&&!i.isTextblock&&Ha(i,o)&&r.node(s).canReplace(l,l+1))return e;if(s==0)break;e=t<0?r.before(s):r.after(s)}}function Zf(n,e,t){let r=null,{linebreakReplacement:s}=n.doc.type.schema,i=n.doc.resolve(e-t),o=i.node().type;if(s&&o.inlineContent){let u=o.whitespace=="pre",d=!!o.contentMatch.matchType(s);u&&!d?r=!1:!u&&d&&(r=!0)}let l=n.steps.length;if(r===!1){let u=n.doc.resolve(e+t);Va(n,u.node(),u.before(),l)}o.inlineContent&&Mi(n,e+t-1,o,i.node().contentMatchAt(i.index()),r==null);let a=n.mapping.slice(l),c=a.map(e-t);if(n.step(new ee(c,a.map(e+t,-1),j.empty,!0)),r===!0){let u=n.doc.resolve(c);Fa(n,u.node(),u.before(),n.steps.length)}return n}function eh(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 s=r.depth-1;s>=0;s--){let i=r.index(s);if(r.node(s).canReplaceWith(i,i,t))return r.before(s+1);if(i>0)return null}if(r.parentOffset==r.parent.content.size)for(let s=r.depth-1;s>=0;s--){let i=r.indexAfter(s);if(r.node(s).canReplaceWith(i,i,t))return r.after(s+1);if(i<r.node(s).childCount)return null}return null}function Ua(n,e,t){let r=n.resolve(e);if(!t.content.size)return e;let s=t.content;for(let i=0;i<t.openStart;i++)s=s.firstChild.content;for(let i=1;i<=(t.openStart==0&&t.size?2:1);i++)for(let o=r.depth;o>=0;o--){let l=o==r.depth?0:r.pos<=(r.start(o+1)+r.end(o+1))/2?-1:1,a=r.index(o)+(l>0?1:0),c=r.node(o),u=!1;if(i==1)u=c.canReplace(a,a,s);else{let d=c.contentMatchAt(a).findWrapping(s.firstChild.type);u=d&&c.canReplaceWith(a,a,d[0])}if(u)return l==0?r.pos:l<0?r.before(o+1):r.after(o+1)}return null}function ts(n,e,t=e,r=j.empty){if(e==t&&!r.size)return null;let s=n.resolve(e),i=n.resolve(t);return Wa(s,i,r)?new ee(e,t,r):new th(s,i,r).fit()}function Wa(n,e,t){return!t.openStart&&!t.openEnd&&n.start()==e.start()&&n.parent.canReplace(n.index(),e.index(),t.content)}class th{constructor(e,t,r){this.$from=e,this.$to=t,this.unplaced=r,this.frontier=[],this.placed=M.empty;for(let s=0;s<=e.depth;s++){let i=e.node(s);this.frontier.push({type:i.type,match:i.contentMatchAt(e.indexAfter(s))})}for(let s=e.depth;s>0;s--)this.placed=M.from(e.node(s).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,s=this.close(e<0?this.$to:r.doc.resolve(e));if(!s)return null;let i=this.placed,o=r.depth,l=s.depth;for(;o&&l&&i.childCount==1;)i=i.firstChild.content,o--,l--;let a=new j(i,o,l);return e>-1?new te(r.pos,e,this.$to.pos,this.$to.end(),a,t):a.size||r.pos!=this.$to.pos?new ee(r.pos,s.pos,a):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,r=0,s=this.unplaced.openEnd;r<e;r++){let i=t.firstChild;if(t.childCount>1&&(s=0),i.type.spec.isolating&&s<=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 s,i=null;r?(i=ws(this.unplaced.content,r-1).firstChild,s=i.content):s=this.unplaced.content;let o=s.firstChild;for(let l=this.depth;l>=0;l--){let{type:a,match:c}=this.frontier[l],u,d=null;if(t==1&&(o?c.matchType(o.type)||(d=c.fillBefore(M.from(o),!1)):i&&a.compatibleContent(i.type)))return{sliceDepth:r,frontierDepth:l,parent:i,inject:d};if(t==2&&o&&(u=c.findWrapping(o.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,s=ws(e,t);return!s.childCount||s.firstChild.isLeaf?!1:(this.unplaced=new j(e,t+1,Math.max(r,s.size+t>=e.size-r?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:r}=this.unplaced,s=ws(e,t);if(s.childCount<=1&&t>0){let i=e.size-t<=t+s.size;this.unplaced=new j(nn(e,t-1,1),t-1,i?t-1:r)}else this.unplaced=new j(nn(e,t,1),t,r)}placeNodes({sliceDepth:e,frontierDepth:t,parent:r,inject:s,wrap:i}){for(;this.depth>t;)this.closeFrontierNode();if(i)for(let g=0;g<i.length;g++)this.openFrontierNode(i[g]);let o=this.unplaced,l=r?r.content:o.content,a=o.openStart-e,c=0,u=[],{match:d,type:h}=this.frontier[t];if(s){for(let g=0;g<s.childCount;g++)u.push(s.child(g));d=d.matchFragment(s)}let f=l.size+e-(o.content.size-o.openEnd);for(;c<l.childCount;){let g=l.child(c),x=d.matchType(g.type);if(!x)break;c++,(c>1||a==0||g.content.size)&&(d=x,u.push(Ka(g.mark(h.allowedMarks(g.marks)),c==1?a:0,c==l.childCount?f:-1)))}let m=c==l.childCount;m||(f=-1),this.placed=rn(this.placed,t,M.from(u)),this.frontier[t].match=d,m&&f<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let g=0,x=l;g<f;g++){let y=x.lastChild;this.frontier.push({type:y.type,match:y.contentMatchAt(y.childCount)}),x=y.content}this.unplaced=m?e==0?j.empty:new j(nn(o.content,e-1,1),e-1,f<0?o.openEnd:e-1):new j(nn(o.content,e,c),o.openStart,o.openEnd)}mustMoveInline(){if(!this.$to.parent.isTextblock)return-1;let e=this.frontier[this.depth],t;if(!e.type.isTextblock||!Ss(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,s=this.$to.after(r);for(;r>1&&s==this.$to.end(--r);)++s;return s}findCloseLevel(e){e:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:r,type:s}=this.frontier[t],i=t<e.depth&&e.end(t+1)==e.pos+(e.depth-(t+1)),o=Ss(e,t,s,r,i);if(o){for(let l=t-1;l>=0;l--){let{match:a,type:c}=this.frontier[l],u=Ss(e,l,c,a,!0);if(!u||u.childCount)continue e}return{depth:t,fit:o,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=rn(this.placed,t.depth,t.fit)),e=t.move;for(let r=t.depth+1;r<=e.depth;r++){let s=e.node(r),i=s.type.contentMatch.fillBefore(s.content,!0,e.index(r));this.openFrontierNode(s.type,s.attrs,i)}return e}openFrontierNode(e,t=null,r){let s=this.frontier[this.depth];s.match=s.match.matchType(e),this.placed=rn(this.placed,this.depth,M.from(e.create(t,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let t=this.frontier.pop().match.fillBefore(M.empty,!0);t.childCount&&(this.placed=rn(this.placed,this.frontier.length,t))}}function nn(n,e,t){return e==0?n.cutByIndex(t,n.childCount):n.replaceChild(0,n.firstChild.copy(nn(n.firstChild.content,e-1,t)))}function rn(n,e,t){return e==0?n.append(t):n.replaceChild(n.childCount-1,n.lastChild.copy(rn(n.lastChild.content,e-1,t)))}function ws(n,e){for(let t=0;t<e;t++)n=n.firstChild.content;return n}function Ka(n,e,t){if(e<=0)return n;let r=n.content;return e>1&&(r=r.replaceChild(0,Ka(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(M.empty,!0)))),n.copy(r)}function Ss(n,e,t,r,s){let i=n.node(e),o=s?n.indexAfter(e):n.index(e);if(o==i.childCount&&!t.compatibleContent(i.type))return null;let l=r.fillBefore(i.content,!0,o);return l&&!nh(t,i.content,o)?l:null}function nh(n,e,t){for(let r=t;r<e.childCount;r++)if(!n.allowsMarks(e.child(r).marks))return!0;return!1}function rh(n){return n.spec.defining||n.spec.definingForContent}function sh(n,e,t,r){if(!r.size)return n.deleteRange(e,t);let s=n.doc.resolve(e),i=n.doc.resolve(t);if(Wa(s,i,r))return n.step(new ee(e,t,r));let o=Ja(s,i);o[o.length-1]==0&&o.pop();let l=-(s.depth+1);o.unshift(l);for(let h=s.depth,f=s.pos-1;h>0;h--,f--){let m=s.node(h).type.spec;if(m.defining||m.definingAsContext||m.isolating)break;o.indexOf(h)>-1?l=h:s.before(h)==f&&o.splice(1,0,-h)}let a=o.indexOf(l),c=[],u=r.openStart;for(let h=r.content,f=0;;f++){let m=h.firstChild;if(c.push(m),f==r.openStart)break;h=m.content}for(let h=u-1;h>=0;h--){let f=c[h],m=rh(f.type);if(m&&!f.sameMarkup(s.node(Math.abs(l)-1)))u=h;else if(m||!f.type.isTextblock)break}for(let h=r.openStart;h>=0;h--){let f=(h+u+1)%(r.openStart+1),m=c[f];if(m)for(let g=0;g<o.length;g++){let x=o[(g+a)%o.length],y=!0;x<0&&(y=!1,x=-x);let k=s.node(x-1),C=s.index(x-1);if(k.canReplaceWith(C,C,m.type,m.marks))return n.replace(s.before(x),y?i.after(x):t,new j(qa(r.content,0,r.openStart,f),f,r.openEnd))}}let d=n.steps.length;for(let h=o.length-1;h>=0&&(n.replace(e,t,r),!(n.steps.length>d));h--){let f=o[h];f<0||(e=s.before(f),t=i.after(f))}}function qa(n,e,t,r,s){if(e<t){let i=n.firstChild;n=n.replaceChild(0,i.copy(qa(i.content,e+1,t,r,i)))}if(e>r){let i=s.contentMatchAt(0),o=i.fillBefore(n).append(n);n=o.append(i.matchFragment(o).fillBefore(M.empty,!0))}return n}function ih(n,e,t,r){if(!r.isInline&&e==t&&n.doc.resolve(e).parent.content.size){let s=eh(n.doc,e,r.type);s!=null&&(e=t=s)}n.replaceRange(e,t,new j(M.from(r),0,0))}function oh(n,e,t){let r=n.doc.resolve(e),s=n.doc.resolve(t),i=Ja(r,s);for(let o=0;o<i.length;o++){let l=i[o],a=o==i.length-1;if(a&&l==0||r.node(l).type.contentMatch.validEnd)return n.delete(r.start(l),s.end(l));if(l>0&&(a||r.node(l-1).canReplace(r.index(l-1),s.indexAfter(l-1))))return n.delete(r.before(l),s.after(l))}for(let o=1;o<=r.depth&&o<=s.depth;o++)if(e-r.start(o)==r.depth-o&&t>r.end(o)&&s.end(o)-t!=s.depth-o&&r.start(o-1)==s.start(o-1)&&r.node(o-1).canReplace(r.index(o-1),s.index(o-1)))return n.delete(r.before(o),t);n.delete(e,t)}function Ja(n,e){let t=[],r=Math.min(n.depth,e.depth);for(let s=r;s>=0;s--){let i=n.start(s);if(i<n.pos-(n.depth-s)||e.end(s)>e.pos+(e.depth-s)||n.node(s).type.spec.isolating||e.node(s).type.spec.isolating)break;(i==e.start(s)||s==n.depth&&s==e.depth&&n.parent.inlineContent&&e.parent.inlineContent&&s&&e.start(s-1)==i-1)&&t.push(s)}return t}class $t extends ce{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 J.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 s=t.type.create(r,null,t.marks);return J.fromReplace(e,this.pos,this.pos+1,new j(M.from(s),0,t.isLeaf?0:1))}getMap(){return be.empty}invert(e){return new $t(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 $t(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 $t(t.pos,t.attr,t.value)}}ce.jsonID("attr",$t);class Sn extends ce{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let s in e.attrs)t[s]=e.attrs[s];t[this.attr]=this.value;let r=e.type.create(t,e.content,e.marks);return J.ok(r)}getMap(){return be.empty}invert(e){return new Sn(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 Sn(t.attr,t.value)}}ce.jsonID("docAttr",Sn);let Vt=class extends Error{};Vt=function n(e){let t=Error.call(this,e);return t.__proto__=n.prototype,t};Vt.prototype=Object.create(Error.prototype);Vt.prototype.constructor=Vt;Vt.prototype.name="TransformError";class Ga{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new wn}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Vt(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}changedRange(){let e=1e9,t=-1e9;for(let r=0;r<this.mapping.maps.length;r++){let s=this.mapping.maps[r];r&&(e=s.map(e,1),t=s.map(t,-1)),s.forEach((i,o,l,a)=>{e=Math.min(e,l),t=Math.max(t,a)})}return e==1e9?null:{from:e,to:t}}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=j.empty){let s=ts(this.doc,e,t,r);return s&&this.step(s),this}replaceWith(e,t,r){return this.replace(e,t,new j(M.from(r),0,0))}delete(e,t){return this.replace(e,t,j.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,r){return sh(this,e,t,r),this}replaceRangeWith(e,t,r){return ih(this,e,t,r),this}deleteRange(e,t){return oh(this,e,t),this}lift(e,t){return Uf(this,e,t),this}join(e,t=1){return Zf(this,e,t),this}wrap(e,t){return qf(this,e,t),this}setBlockType(e,t=e,r,s=null){return Jf(this,e,t,r,s),this}setNodeMarkup(e,t,r=null,s){return Qf(this,e,t,r,s),this}setNodeAttribute(e,t,r){return this.step(new $t(e,t,r)),this}setDocAttribute(e,t){return this.step(new Sn(e,t)),this}addNodeMark(e,t){return this.step(new tt(e,t)),this}removeNodeMark(e,t){let r=this.doc.nodeAt(e);if(!r)throw new RangeError("No node at position "+e);if(t instanceof $)t.isInSet(r.marks)&&this.step(new Tt(e,t));else{let s=r.marks,i,o=[];for(;i=t.isInSet(s);)o.push(new Tt(e,i)),s=i.removeFromSet(s);for(let l=o.length-1;l>=0;l--)this.step(o[l])}return this}split(e,t=1,r){return Yf(this,e,t,r),this}addMark(e,t,r){return Ff(this,e,t,r),this}removeMark(e,t,r){return Vf(this,e,t,r),this}clearIncompatible(e,t,r){return Mi(this,e,t,r),this}}const Cs=Object.create(null);class z{constructor(e,t,r){this.$anchor=e,this.$head=t,this.ranges=r||[new lh(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=j.empty){let r=t.content.lastChild,s=null;for(let l=0;l<t.openEnd;l++)s=r,r=r.lastChild;let i=e.steps.length,o=this.ranges;for(let l=0;l<o.length;l++){let{$from:a,$to:c}=o[l],u=e.mapping.slice(i);e.replaceRange(u.map(a.pos),u.map(c.pos),l?j.empty:t),l==0&&$o(e,i,(r?r.isInline:s&&s.isTextblock)?-1:1)}}replaceWith(e,t){let r=e.steps.length,s=this.ranges;for(let i=0;i<s.length;i++){let{$from:o,$to:l}=s[i],a=e.mapping.slice(r),c=a.map(o.pos),u=a.map(l.pos);i?e.deleteRange(c,u):(e.replaceRangeWith(c,u,t),$o(e,r,t.isInline?-1:1))}}static findFrom(e,t,r=!1){let s=e.parent.inlineContent?new L(e):Pt(e.node(0),e.parent,e.pos,e.index(),t,r);if(s)return s;for(let i=e.depth-1;i>=0;i--){let o=t<0?Pt(e.node(0),e.node(i),e.before(i+1),e.index(i),t,r):Pt(e.node(0),e.node(i),e.after(i+1),e.index(i)+1,t,r);if(o)return o}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new ve(e.node(0))}static atStart(e){return Pt(e,e,0,0,1)||new ve(e)}static atEnd(e){return Pt(e,e,e.content.size,e.childCount,-1)||new ve(e)}static fromJSON(e,t){if(!t||!t.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=Cs[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 Cs)throw new RangeError("Duplicate use of selection JSON ID "+e);return Cs[e]=t,t.prototype.jsonID=e,t}getBookmark(){return L.between(this.$anchor,this.$head).getBookmark()}}z.prototype.visible=!0;class lh{constructor(e,t){this.$from=e,this.$to=t}}let _o=!1;function Bo(n){!_o&&!n.parent.inlineContent&&(_o=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+n.parent.type.name+")"))}class L extends z{constructor(e,t=e){Bo(e),Bo(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 z.near(r);let s=e.resolve(t.map(this.anchor));return new L(s.parent.inlineContent?s:r,r)}replace(e,t=j.empty){if(super.replace(e,t),t==j.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof L&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new ns(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 L(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,r=t){let s=e.resolve(t);return new this(s,r==t?s:e.resolve(r))}static between(e,t,r){let s=e.pos-t.pos;if((!r||s)&&(r=s>=0?1:-1),!t.parent.inlineContent){let i=z.findFrom(t,r,!0)||z.findFrom(t,-r,!0);if(i)t=i.$head;else return z.near(t,r)}return e.parent.inlineContent||(s==0?e=t:(e=(z.findFrom(e,-r,!0)||z.findFrom(e,r,!0)).$anchor,e.pos<t.pos!=s<0&&(e=t))),new L(e,t)}}z.jsonID("text",L);class ns{constructor(e,t){this.anchor=e,this.head=t}map(e){return new ns(e.map(this.anchor),e.map(this.head))}resolve(e){return L.between(e.resolve(this.anchor),e.resolve(this.head))}}class R extends z{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:s}=t.mapResult(this.anchor),i=e.resolve(s);return r?z.near(i):new R(i)}content(){return new j(M.from(this.node),0,0)}eq(e){return e instanceof R&&e.anchor==this.anchor}toJSON(){return{type:"node",anchor:this.anchor}}getBookmark(){return new Ai(this.anchor)}static fromJSON(e,t){if(typeof t.anchor!="number")throw new RangeError("Invalid input for NodeSelection.fromJSON");return new R(e.resolve(t.anchor))}static create(e,t){return new R(e.resolve(t))}static isSelectable(e){return!e.isText&&e.type.spec.selectable!==!1}}R.prototype.visible=!1;z.jsonID("node",R);class Ai{constructor(e){this.anchor=e}map(e){let{deleted:t,pos:r}=e.mapResult(this.anchor);return t?new ns(r,r):new Ai(r)}resolve(e){let t=e.resolve(this.anchor),r=t.nodeAfter;return r&&R.isSelectable(r)?new R(t):z.near(t)}}class ve extends z{constructor(e){super(e.resolve(0),e.resolve(e.content.size))}replace(e,t=j.empty){if(t==j.empty){e.delete(0,e.doc.content.size);let r=z.atStart(e.doc);r.eq(e.selection)||e.setSelection(r)}else super.replace(e,t)}toJSON(){return{type:"all"}}static fromJSON(e){return new ve(e)}map(e){return new ve(e)}eq(e){return e instanceof ve}getBookmark(){return ah}}z.jsonID("all",ve);const ah={map(){return this},resolve(n){return new ve(n)}};function Pt(n,e,t,r,s,i=!1){if(e.inlineContent)return L.create(n,t);for(let o=r-(s>0?0:1);s>0?o<e.childCount:o>=0;o+=s){let l=e.child(o);if(l.isAtom){if(!i&&R.isSelectable(l))return R.create(n,t-(s<0?l.nodeSize:0))}else{let a=Pt(n,l,t+s,s<0?l.childCount:0,s,i);if(a)return a}t+=l.nodeSize*s}return null}function $o(n,e,t){let r=n.steps.length-1;if(r<e)return;let s=n.steps[r];if(!(s instanceof ee||s instanceof te))return;let i=n.mapping.maps[r],o;i.forEach((l,a,c,u)=>{o==null&&(o=u)}),n.setSelection(z.near(n.doc.resolve(o),t))}const Fo=1,Un=2,Vo=4;class ch extends Ga{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|Fo)&~Un,this.storedMarks=null,this}get selectionSet(){return(this.updated&Fo)>0}setStoredMarks(e){return this.storedMarks=e,this.updated|=Un,this}ensureMarks(e){return $.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&Un)>0}addStep(e,t){super.addStep(e,t),this.updated=this.updated&~Un,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)||$.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,r){let s=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(s.text(e),!0):this.deleteSelection();{if(r==null&&(r=t),!e)return this.deleteRange(t,r);let i=this.storedMarks;if(!i){let o=this.doc.resolve(t);i=r==t?o.marks():o.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(t,r,s.text(e,i)),!this.selection.empty&&this.selection.to==t+e.length&&this.setSelection(z.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|=Vo,this}get scrolledIntoView(){return(this.updated&Vo)>0}}function Ho(n,e){return!e||!n?n:n.bind(e)}class sn{constructor(e,t,r){this.name=e,this.init=Ho(t.init,r),this.apply=Ho(t.apply,r)}}const uh=[new sn("doc",{init(n){return n.doc||n.schema.topNodeType.createAndFill()},apply(n){return n.doc}}),new sn("selection",{init(n,e){return n.selection||z.atStart(e.doc)},apply(n){return n.selection}}),new sn("storedMarks",{init(n){return n.storedMarks||null},apply(n,e,t,r){return r.selection.$cursor?n.storedMarks:null}}),new sn("scrollToSelection",{init(){return 0},apply(n,e){return n.scrolledIntoView?e+1:e}})];class Ns{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=uh.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 sn(r.key,r.spec.state,r))})}}class Bt{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 s=this.config.plugins[r];if(s.spec.filterTransaction&&!s.spec.filterTransaction.call(s,e,this))return!1}return!0}applyTransaction(e){if(!this.filterTransaction(e))return{state:this,transactions:[]};let t=[e],r=this.applyInner(e),s=null;for(;;){let i=!1;for(let o=0;o<this.config.plugins.length;o++){let l=this.config.plugins[o];if(l.spec.appendTransaction){let a=s?s[o].n:0,c=s?s[o].state:this,u=a<t.length&&l.spec.appendTransaction.call(l,a?t.slice(a):t,c,r);if(u&&r.filterTransaction(u,o)){if(u.setMeta("appendedTransaction",e),!s){s=[];for(let d=0;d<this.config.plugins.length;d++)s.push(d<o?{state:r,n:t.length}:{state:this,n:0})}t.push(u),r=r.applyInner(u),i=!0}s&&(s[o]={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 Bt(this.config),r=this.config.fields;for(let s=0;s<r.length;s++){let i=r[s];t[i.name]=i.apply(e,this[i.name],this,t)}return t}get tr(){return new ch(this)}static create(e){let t=new Ns(e.doc?e.doc.type.schema:e.schema,e.plugins),r=new Bt(t);for(let s=0;s<t.fields.length;s++)r[t.fields[s].name]=t.fields[s].init(e,r);return r}reconfigure(e){let t=new Ns(this.schema,e.plugins),r=t.fields,s=new Bt(t);for(let i=0;i<r.length;i++){let o=r[i].name;s[o]=this.hasOwnProperty(o)?this[o]:r[i].init(e,s)}return s}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 s=e[r],i=s.spec.state;i&&i.toJSON&&(t[r]=i.toJSON.call(s,this[s.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 s=new Ns(e.schema,e.plugins),i=new Bt(s);return s.fields.forEach(o=>{if(o.name=="doc")i.doc=je.fromJSON(e.schema,t.doc);else if(o.name=="selection")i.selection=z.fromJSON(i.doc,t.selection);else if(o.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==o.name&&c&&c.fromJSON&&Object.prototype.hasOwnProperty.call(t,l)){i[o.name]=c.fromJSON.call(a,e,t[l],i);return}}i[o.name]=o.init(e,i)}}),i}}function Qa(n,e,t){for(let r in n){let s=n[r];s instanceof Function?s=s.bind(e):r=="handleDOMEvents"&&(s=Qa(s,e,{})),t[r]=s}return t}class H{constructor(e){this.spec=e,this.props={},e.props&&Qa(e.props,this,this.props),this.key=e.key?e.key.key:Ya("plugin")}getState(e){return e[this.key]}}const Ts=Object.create(null);function Ya(n){return n in Ts?n+"$"+ ++Ts[n]:(Ts[n]=0,n+"$")}class X{constructor(e="key"){this.key=Ya(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const Oi=(n,e)=>n.selection.empty?!1:(e&&e(n.tr.deleteSelection().scrollIntoView()),!0);function Xa(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("backward",n):t.parentOffset>0)?null:t}const Za=(n,e,t)=>{let r=Xa(n,t);if(!r)return!1;let s=ji(r);if(!s){let o=r.blockRange(),l=o&&Qt(o);return l==null?!1:(e&&e(n.tr.lift(o,l).scrollIntoView()),!0)}let i=s.nodeBefore;if(ac(n,s,e,-1))return!0;if(r.parent.content.size==0&&(Ht(i,"end")||R.isSelectable(i)))for(let o=r.depth;;o--){let l=ts(n.doc,r.before(o),r.after(o),j.empty);if(l&&l.slice.size<l.to-l.from){if(e){let a=n.tr.step(l);a.setSelection(Ht(i,"end")?z.findFrom(a.doc.resolve(a.mapping.map(s.pos,-1)),-1):R.create(a.doc,s.pos-i.nodeSize)),e(a.scrollIntoView())}return!0}if(o==1||r.node(o-1).childCount>1)break}return i.isAtom&&s.depth==r.depth-1?(e&&e(n.tr.delete(s.pos-i.nodeSize,s.pos).scrollIntoView()),!0):!1},dh=(n,e,t)=>{let r=Xa(n,t);if(!r)return!1;let s=ji(r);return s?ec(n,s,e):!1},fh=(n,e,t)=>{let r=nc(n,t);if(!r)return!1;let s=Di(r);return s?ec(n,s,e):!1};function ec(n,e,t){let r=e.nodeBefore,s=r,i=e.pos-1;for(;!s.isTextblock;i--){if(s.type.spec.isolating)return!1;let u=s.lastChild;if(!u)return!1;s=u}let o=e.nodeAfter,l=o,a=e.pos+1;for(;!l.isTextblock;a++){if(l.type.spec.isolating)return!1;let u=l.firstChild;if(!u)return!1;l=u}let c=ts(n.doc,i,a,j.empty);if(!c||c.from!=i||c instanceof ee&&c.slice.size>=a-i)return!1;if(t){let u=n.tr.step(c);u.setSelection(L.create(u.doc,i)),t(u.scrollIntoView())}return!0}function Ht(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 tc=(n,e,t)=>{let{$head:r,empty:s}=n.selection,i=r;if(!s)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("backward",n):r.parentOffset>0)return!1;i=ji(r)}let o=i&&i.nodeBefore;return!o||!R.isSelectable(o)?!1:(e&&e(n.tr.setSelection(R.create(n.doc,i.pos-o.nodeSize)).scrollIntoView()),!0)};function ji(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 nc(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("forward",n):t.parentOffset<t.parent.content.size)?null:t}const rc=(n,e,t)=>{let r=nc(n,t);if(!r)return!1;let s=Di(r);if(!s)return!1;let i=s.nodeAfter;if(ac(n,s,e,1))return!0;if(r.parent.content.size==0&&(Ht(i,"start")||R.isSelectable(i))){let o=ts(n.doc,r.before(),r.after(),j.empty);if(o&&o.slice.size<o.to-o.from){if(e){let l=n.tr.step(o);l.setSelection(Ht(i,"start")?z.findFrom(l.doc.resolve(l.mapping.map(s.pos)),1):R.create(l.doc,l.mapping.map(s.pos))),e(l.scrollIntoView())}return!0}}return i.isAtom&&s.depth==r.depth-1?(e&&e(n.tr.delete(s.pos,s.pos+i.nodeSize).scrollIntoView()),!0):!1},sc=(n,e,t)=>{let{$head:r,empty:s}=n.selection,i=r;if(!s)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("forward",n):r.parentOffset<r.parent.content.size)return!1;i=Di(r)}let o=i&&i.nodeAfter;return!o||!R.isSelectable(o)?!1:(e&&e(n.tr.setSelection(R.create(n.doc,i.pos)).scrollIntoView()),!0)};function Di(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 hh=(n,e)=>{let t=n.selection,r=t instanceof R,s;if(r){if(t.node.isTextblock||!ct(n.doc,t.from))return!1;s=t.from}else if(s=es(n.doc,t.from,-1),s==null)return!1;if(e){let i=n.tr.join(s);r&&i.setSelection(R.create(i.doc,s-n.doc.resolve(s).nodeBefore.nodeSize)),e(i.scrollIntoView())}return!0},ph=(n,e)=>{let t=n.selection,r;if(t instanceof R){if(t.node.isTextblock||!ct(n.doc,t.to))return!1;r=t.to}else if(r=es(n.doc,t.to,1),r==null)return!1;return e&&e(n.tr.join(r).scrollIntoView()),!0},mh=(n,e)=>{let{$from:t,$to:r}=n.selection,s=t.blockRange(r),i=s&&Qt(s);return i==null?!1:(e&&e(n.tr.lift(s,i).scrollIntoView()),!0)},ic=(n,e)=>{let{$head:t,$anchor:r}=n.selection;return!t.parent.type.spec.code||!t.sameParent(r)?!1:(e&&e(n.tr.insertText(`
22
- `).scrollIntoView()),!0)};function Ii(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 gh=(n,e)=>{let{$head:t,$anchor:r}=n.selection;if(!t.parent.type.spec.code||!t.sameParent(r))return!1;let s=t.node(-1),i=t.indexAfter(-1),o=Ii(s.contentMatchAt(i));if(!o||!s.canReplaceWith(i,i,o))return!1;if(e){let l=t.after(),a=n.tr.replaceWith(l,l,o.createAndFill());a.setSelection(z.near(a.doc.resolve(l),1)),e(a.scrollIntoView())}return!0},oc=(n,e)=>{let t=n.selection,{$from:r,$to:s}=t;if(t instanceof ve||r.parent.inlineContent||s.parent.inlineContent)return!1;let i=Ii(s.parent.contentMatchAt(s.indexAfter()));if(!i||!i.isTextblock)return!1;if(e){let o=(!r.parentOffset&&s.index()<s.parent.childCount?r:s).pos,l=n.tr.insert(o,i.createAndFill());l.setSelection(L.create(l.doc,o+1)),e(l.scrollIntoView())}return!0},lc=(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(Ue(n.doc,i))return e&&e(n.tr.split(i).scrollIntoView()),!0}let r=t.blockRange(),s=r&&Qt(r);return s==null?!1:(e&&e(n.tr.lift(r,s).scrollIntoView()),!0)};function xh(n){return(e,t)=>{let{$from:r,$to:s}=e.selection;if(e.selection instanceof R&&e.selection.node.isBlock)return!r.parentOffset||!Ue(e.doc,r.pos)?!1:(t&&t(e.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let i=[],o,l,a=!1,c=!1;for(let f=r.depth;;f--)if(r.node(f).isBlock){a=r.end(f)==r.pos+(r.depth-f),c=r.start(f)==r.pos-(r.depth-f),l=Ii(r.node(f-1).contentMatchAt(r.indexAfter(f-1))),i.unshift(a&&l?{type:l}:null),o=f;break}else{if(f==1)return!1;i.unshift(null)}let u=e.tr;(e.selection instanceof L||e.selection instanceof ve)&&u.deleteSelection();let d=u.mapping.map(r.pos),h=Ue(u.doc,d,i.length,i);if(h||(i[0]=l?{type:l}:null,h=Ue(u.doc,d,i.length,i)),!h)return!1;if(u.split(d,i.length,i),!a&&c&&r.node(o).type!=l){let f=u.mapping.map(r.before(o)),m=u.doc.resolve(f);l&&r.node(o-1).canReplaceWith(m.index(),m.index()+1,l)&&u.setNodeMarkup(u.mapping.map(r.before(o)),l)}return t&&t(u.scrollIntoView()),!0}}const yh=xh(),bh=(n,e)=>{let{$from:t,to:r}=n.selection,s,i=t.sharedDepth(r);return i==0?!1:(s=t.before(i),e&&e(n.tr.setSelection(R.create(n.doc,s))),!0)};function vh(n,e,t){let r=e.nodeBefore,s=e.nodeAfter,i=e.index();return!r||!s||!r.type.compatibleContent(s.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)||!(s.isTextblock||ct(n.doc,e.pos))?!1:(t&&t(n.tr.join(e.pos).scrollIntoView()),!0)}function ac(n,e,t,r){let s=e.nodeBefore,i=e.nodeAfter,o,l,a=s.type.spec.isolating||i.type.spec.isolating;if(!a&&vh(n,e,t))return!0;let c=!a&&e.parent.canReplace(e.index(),e.index()+1);if(c&&(o=(l=s.contentMatchAt(s.childCount)).findWrapping(i.type))&&l.matchType(o[0]||i.type).validEnd){if(t){let f=e.pos+i.nodeSize,m=M.empty;for(let y=o.length-1;y>=0;y--)m=M.from(o[y].create(null,m));m=M.from(s.copy(m));let g=n.tr.step(new te(e.pos-1,f,e.pos,f,new j(m,1,0),o.length,!0)),x=g.doc.resolve(f+2*o.length);x.nodeAfter&&x.nodeAfter.type==s.type&&ct(g.doc,x.pos)&&g.join(x.pos),t(g.scrollIntoView())}return!0}let u=i.type.spec.isolating||r>0&&a?null:z.findFrom(e,1),d=u&&u.$from.blockRange(u.$to),h=d&&Qt(d);if(h!=null&&h>=e.depth)return t&&t(n.tr.lift(d,h).scrollIntoView()),!0;if(c&&Ht(i,"start",!0)&&Ht(s,"end")){let f=s,m=[];for(;m.push(f),!f.isTextblock;)f=f.lastChild;let g=i,x=1;for(;!g.isTextblock;g=g.firstChild)x++;if(f.canReplace(f.childCount,f.childCount,g.content)){if(t){let y=M.empty;for(let C=m.length-1;C>=0;C--)y=M.from(m[C].copy(y));let k=n.tr.step(new te(e.pos-m.length,e.pos+i.nodeSize,e.pos+x,e.pos+i.nodeSize-x,new j(y,m.length,0),0,!0));t(k.scrollIntoView())}return!0}}return!1}function cc(n){return function(e,t){let r=e.selection,s=n<0?r.$from:r.$to,i=s.depth;for(;s.node(i).isInline;){if(!i)return!1;i--}return s.node(i).isTextblock?(t&&t(e.tr.setSelection(L.create(e.doc,n<0?s.start(i):s.end(i)))),!0):!1}}const kh=cc(-1),wh=cc(1);function Sh(n,e=null){return function(t,r){let{$from:s,$to:i}=t.selection,o=s.blockRange(i),l=o&&Ei(o,n,e);return l?(r&&r(t.tr.wrap(o,l).scrollIntoView()),!0):!1}}function Uo(n,e=null){return function(t,r){let s=!1;for(let i=0;i<t.selection.ranges.length&&!s;i++){let{$from:{pos:o},$to:{pos:l}}=t.selection.ranges[i];t.doc.nodesBetween(o,l,(a,c)=>{if(s)return!1;if(!(!a.isTextblock||a.hasMarkup(n,e)))if(a.type==n)s=!0;else{let u=t.doc.resolve(c),d=u.index();s=u.parent.canReplaceWith(d,d+1,n)}})}if(!s)return!1;if(r){let i=t.tr;for(let o=0;o<t.selection.ranges.length;o++){let{$from:{pos:l},$to:{pos:a}}=t.selection.ranges[o];i.setBlockType(l,a,n,e)}r(i.scrollIntoView())}return!0}}function Ri(...n){return function(e,t,r){for(let s=0;s<n.length;s++)if(n[s](e,t,r))return!0;return!1}}Ri(Oi,Za,tc);Ri(Oi,rc,sc);Ri(ic,oc,lc,yh);typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):typeof os<"u"&&os.platform&&os.platform()=="darwin";function Ch(n,e=null){return function(t,r){let{$from:s,$to:i}=t.selection,o=s.blockRange(i);if(!o)return!1;let l=r?t.tr:null;return Nh(l,o,n,e)?(r&&r(l.scrollIntoView()),!0):!1}}function Nh(n,e,t,r=null){let s=!1,i=e,o=e.$from.doc;if(e.depth>=2&&e.$from.node(e.depth-1).type.compatibleContent(t)&&e.startIndex==0){if(e.$from.index(e.depth-1)==0)return!1;let a=o.resolve(e.start-2);i=new cr(a,a,e.depth),e.endIndex<e.parent.childCount&&(e=new cr(e.$from,o.resolve(e.$to.end(e.depth)),e.depth)),s=!0}let l=Ei(i,t,r,e);return l?(n&&Th(n,e,l,s,t),!0):!1}function Th(n,e,t,r,s){let i=M.empty;for(let u=t.length-1;u>=0;u--)i=M.from(t[u].type.create(t[u].attrs,i));n.step(new te(e.start-(r?2:0),e.end,e.start,e.end,new j(i,0,0),t.length,!0));let o=0;for(let u=0;u<t.length;u++)t[u].type==s&&(o=u+1);let l=t.length-o,a=e.start+t.length-(r?2:0),c=e.parent;for(let u=e.startIndex,d=e.endIndex,h=!0;u<d;u++,h=!1)!h&&Ue(n.doc,a,l)&&(n.split(a,l),a+=2*l),a+=c.child(u).nodeSize;return n}function Mh(n){return function(e,t){let{$from:r,$to:s}=e.selection,i=r.blockRange(s,o=>o.childCount>0&&o.firstChild.type==n);return i?t?r.node(i.depth-1).type==n?Eh(e,t,n,i):Ah(e,t,i):!0:!1}}function Eh(n,e,t,r){let s=n.tr,i=r.end,o=r.$to.end(r.depth);i<o&&(s.step(new te(i-1,o,i,o,new j(M.from(t.create(null,r.parent.copy())),1,0),1,!0)),r=new cr(s.doc.resolve(r.$from.pos),s.doc.resolve(o),r.depth));const l=Qt(r);if(l==null)return!1;s.lift(r,l);let a=s.doc.resolve(s.mapping.map(i,-1)-1);return ct(s.doc,a.pos)&&a.nodeBefore.type==a.nodeAfter.type&&s.join(a.pos),e(s.scrollIntoView()),!0}function Ah(n,e,t){let r=n.tr,s=t.parent;for(let f=t.end,m=t.endIndex-1,g=t.startIndex;m>g;m--)f-=s.child(m).nodeSize,r.delete(f-1,f+1);let i=r.doc.resolve(t.start),o=i.nodeAfter;if(r.mapping.map(t.end)!=t.start+i.nodeAfter.nodeSize)return!1;let l=t.startIndex==0,a=t.endIndex==s.childCount,c=i.node(-1),u=i.index(-1);if(!c.canReplace(u+(l?0:1),u+1,o.content.append(a?M.empty:M.from(s))))return!1;let d=i.pos,h=d+o.nodeSize;return r.step(new te(d-(l?1:0),h+(a?1:0),d+1,h-1,new j((l?M.empty:M.from(s.copy(M.empty))).append(a?M.empty:M.from(s.copy(M.empty))),l?0:1,a?0:1),l?0:1)),e(r.scrollIntoView()),!0}function Oh(n){return function(e,t){let{$from:r,$to:s}=e.selection,i=r.blockRange(s,c=>c.childCount>0&&c.firstChild.type==n);if(!i)return!1;let o=i.startIndex;if(o==0)return!1;let l=i.parent,a=l.child(o-1);if(a.type!=n)return!1;if(t){let c=a.lastChild&&a.lastChild.type==l.type,u=M.from(c?n.create():null),d=new j(M.from(n.create(null,M.from(l.type.create(null,u)))),c?3:1,0),h=i.start,f=i.end;t(e.tr.step(new te(h-(c?3:1),f,h,f,d,1,!0)).scrollIntoView())}return!0}}const se=function(n){for(var e=0;;e++)if(n=n.previousSibling,!n)return e},Ut=function(n){let e=n.assignedSlot||n.parentNode;return e&&e.nodeType==11?e.host:e};let ei=null;const Ve=function(n,e,t){let r=ei||(ei=document.createRange());return r.setEnd(n,t??n.nodeValue.length),r.setStart(n,e||0),r},jh=function(){ei=null},Mt=function(n,e,t,r){return t&&(Wo(n,e,t,r,-1)||Wo(n,e,t,r,1))},Dh=/^(img|br|input|textarea|hr)$/i;function Wo(n,e,t,r,s){for(var i;;){if(n==t&&e==r)return!0;if(e==(s<0?0:Te(n))){let o=n.parentNode;if(!o||o.nodeType!=1||Rn(n)||Dh.test(n.nodeName)||n.contentEditable=="false")return!1;e=se(n)+(s<0?0:1),n=o}else if(n.nodeType==1){let o=n.childNodes[e+(s<0?-1:0)];if(o.nodeType==1&&o.contentEditable=="false")if(!((i=o.pmViewDesc)===null||i===void 0)&&i.ignoreForSelection)e+=s;else return!1;else n=o,e=s<0?Te(n):0}else return!1}}function Te(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function Ih(n,e){for(;;){if(n.nodeType==3&&e)return n;if(n.nodeType==1&&e>0){if(n.contentEditable=="false")return null;n=n.childNodes[e-1],e=Te(n)}else if(n.parentNode&&!Rn(n))e=se(n),n=n.parentNode;else return null}}function Rh(n,e){for(;;){if(n.nodeType==3&&e<n.nodeValue.length)return n;if(n.nodeType==1&&e<n.childNodes.length){if(n.contentEditable=="false")return null;n=n.childNodes[e],e=0}else if(n.parentNode&&!Rn(n))e=se(n)+1,n=n.parentNode;else return null}}function Lh(n,e,t){for(let r=e==0,s=e==Te(n);r||s;){if(n==t)return!0;let i=se(n);if(n=n.parentNode,!n)return!1;r=r&&i==0,s=s&&i==Te(n)}}function Rn(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 rs=function(n){return n.focusNode&&Mt(n.focusNode,n.focusOffset,n.anchorNode,n.anchorOffset)};function pt(n,e){let t=document.createEvent("Event");return t.initEvent("keydown",!0,!0),t.keyCode=n,t.key=t.code=e,t}function Ph(n){let e=n.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}function zh(n,e,t){if(n.caretPositionFromPoint)try{let r=n.caretPositionFromPoint(e,t);if(r)return{node:r.offsetNode,offset:Math.min(Te(r.offsetNode),r.offset)}}catch{}if(n.caretRangeFromPoint){let r=n.caretRangeFromPoint(e,t);if(r)return{node:r.startContainer,offset:Math.min(Te(r.startContainer),r.startOffset)}}}const Le=typeof navigator<"u"?navigator:null,Ko=typeof document<"u"?document:null,ut=Le&&Le.userAgent||"",ti=/Edge\/(\d+)/.exec(ut),uc=/MSIE \d/.exec(ut),ni=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(ut),xe=!!(uc||ni||ti),st=uc?document.documentMode:ni?+ni[1]:ti?+ti[1]:0,Me=!xe&&/gecko\/(\d+)/i.test(ut);Me&&+(/Firefox\/(\d+)/.exec(ut)||[0,0])[1];const ri=!xe&&/Chrome\/(\d+)/.exec(ut),oe=!!ri,dc=ri?+ri[1]:0,ae=!xe&&!!Le&&/Apple Computer/.test(Le.vendor),Wt=ae&&(/Mobile\/\w+/.test(ut)||!!Le&&Le.maxTouchPoints>2),Ne=Wt||(Le?/Mac/.test(Le.platform):!1),fc=Le?/Win/.test(Le.platform):!1,He=/Android \d/.test(ut),Ln=!!Ko&&"webkitFontSmoothing"in Ko.documentElement.style,_h=Ln?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Bh(n){let e=n.defaultView&&n.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:n.documentElement.clientWidth,top:0,bottom:n.documentElement.clientHeight}}function ze(n,e){return typeof n=="number"?n:n[e]}function $h(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 qo(n,e,t){let r=n.someProp("scrollThreshold")||0,s=n.someProp("scrollMargin")||5,i=n.dom.ownerDocument;for(let o=t||n.dom;o;){if(o.nodeType!=1){o=Ut(o);continue}let l=o,a=l==i.body,c=a?Bh(i):$h(l),u=0,d=0;if(e.top<c.top+ze(r,"top")?d=-(c.top-e.top+ze(s,"top")):e.bottom>c.bottom-ze(r,"bottom")&&(d=e.bottom-e.top>c.bottom-c.top?e.top+ze(s,"top")-c.top:e.bottom-c.bottom+ze(s,"bottom")),e.left<c.left+ze(r,"left")?u=-(c.left-e.left+ze(s,"left")):e.right>c.right-ze(r,"right")&&(u=e.right-c.right+ze(s,"right")),u||d)if(a)i.defaultView.scrollBy(u,d);else{let f=l.scrollLeft,m=l.scrollTop;d&&(l.scrollTop+=d),u&&(l.scrollLeft+=u);let g=l.scrollLeft-f,x=l.scrollTop-m;e={left:e.left-g,top:e.top-x,right:e.right-g,bottom:e.bottom-x}}let h=a?"fixed":getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(h))break;o=h=="absolute"?o.offsetParent:Ut(o)}}function Fh(n){let e=n.dom.getBoundingClientRect(),t=Math.max(0,e.top),r,s;for(let i=(e.left+e.right)/2,o=t+1;o<Math.min(innerHeight,e.bottom);o+=5){let l=n.root.elementFromPoint(i,o);if(!l||l==n.dom||!n.dom.contains(l))continue;let a=l.getBoundingClientRect();if(a.top>=t-20){r=l,s=a.top;break}}return{refDOM:r,refTop:s,stack:hc(n.dom)}}function hc(n){let e=[],t=n.ownerDocument;for(let r=n;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),n!=t);r=Ut(r));return e}function Vh({refDOM:n,refTop:e,stack:t}){let r=n?n.getBoundingClientRect().top:0;pc(t,r==0?0:r-e)}function pc(n,e){for(let t=0;t<n.length;t++){let{dom:r,top:s,left:i}=n[t];r.scrollTop!=s+e&&(r.scrollTop=s+e),r.scrollLeft!=i&&(r.scrollLeft=i)}}let Rt=null;function Hh(n){if(n.setActive)return n.setActive();if(Rt)return n.focus(Rt);let e=hc(n);n.focus(Rt==null?{get preventScroll(){return Rt={preventScroll:!0},!0}}:void 0),Rt||(Rt=!1,pc(e,0))}function mc(n,e){let t,r=2e8,s,i=0,o=e.top,l=e.top,a,c;for(let u=n.firstChild,d=0;u;u=u.nextSibling,d++){let h;if(u.nodeType==1)h=u.getClientRects();else if(u.nodeType==3)h=Ve(u).getClientRects();else continue;for(let f=0;f<h.length;f++){let m=h[f];if(m.top<=o&&m.bottom>=l){o=Math.max(m.bottom,o),l=Math.min(m.top,l);let g=m.left>e.left?m.left-e.left:m.right<e.left?e.left-m.right:0;if(g<r){t=u,r=g,s=g&&t.nodeType==3?{left:m.right<e.left?m.right:m.left,top:e.top}:e,u.nodeType==1&&g&&(i=d+(e.left>=(m.left+m.right)/2?1:0));continue}}else m.top>e.top&&!a&&m.left<=e.left&&m.right>=e.left&&(a=u,c={left:Math.max(m.left,Math.min(m.right,e.left)),top:m.top});!t&&(e.left>=m.right&&e.top>=m.top||e.left>=m.left&&e.top>=m.bottom)&&(i=d+1)}}return!t&&a&&(t=a,s=c,r=0),t&&t.nodeType==3?Uh(t,s):!t||r&&t.nodeType==1?{node:n,offset:i}:mc(t,s)}function Uh(n,e){let t=n.nodeValue.length,r=document.createRange(),s;for(let i=0;i<t;i++){r.setEnd(n,i+1),r.setStart(n,i);let o=Je(r,1);if(o.top!=o.bottom&&Li(e,o)){s={node:n,offset:i+(e.left>=(o.left+o.right)/2?1:0)};break}}return r.detach(),s||{node:n,offset:0}}function Li(n,e){return n.left>=e.left-1&&n.left<=e.right+1&&n.top>=e.top-1&&n.top<=e.bottom+1}function Wh(n,e){let t=n.parentNode;return t&&/^li$/i.test(t.nodeName)&&e.left<n.getBoundingClientRect().left?t:n}function Kh(n,e,t){let{node:r,offset:s}=mc(e,t),i=-1;if(r.nodeType==1&&!r.firstChild){let o=r.getBoundingClientRect();i=o.left!=o.right&&t.left>(o.left+o.right)/2?1:-1}return n.docView.posFromDOM(r,s,i)}function qh(n,e,t,r){let s=-1;for(let i=e,o=!1;i!=n.dom;){let l=n.docView.nearestDesc(i,!0),a;if(!l)return null;if(l.dom.nodeType==1&&(l.node.isBlock&&l.parent||!l.contentDOM)&&((a=l.dom.getBoundingClientRect()).width||a.height)&&(l.node.isBlock&&l.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(l.dom.nodeName)&&(!o&&a.left>r.left||a.top>r.top?s=l.posBefore:(!o&&a.right<r.left||a.bottom<r.top)&&(s=l.posAfter),o=!0),!l.contentDOM&&s<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 s>-1?s:n.docView.posFromDOM(e,t,-1)}function gc(n,e,t){let r=n.childNodes.length;if(r&&t.top<t.bottom)for(let s=Math.max(0,Math.min(r-1,Math.floor(r*(e.top-t.top)/(t.bottom-t.top))-2)),i=s;;){let o=n.childNodes[i];if(o.nodeType==1){let l=o.getClientRects();for(let a=0;a<l.length;a++){let c=l[a];if(Li(e,c))return gc(o,e,c)}}if((i=(i+1)%r)==s)break}return n}function Jh(n,e){let t=n.dom.ownerDocument,r,s=0,i=zh(t,e.left,e.top);i&&({node:r,offset:s}=i);let o=(n.root.elementFromPoint?n.root:t).elementFromPoint(e.left,e.top),l;if(!o||!n.dom.contains(o.nodeType!=1?o.parentNode:o)){let c=n.dom.getBoundingClientRect();if(!Li(e,c)||(o=gc(n.dom,e,c),!o))return null}if(ae)for(let c=o;r&&c;c=Ut(c))c.draggable&&(r=void 0);if(o=Wh(o,e),r){if(Me&&r.nodeType==1&&(s=Math.min(s,r.childNodes.length),s<r.childNodes.length)){let u=r.childNodes[s],d;u.nodeName=="IMG"&&(d=u.getBoundingClientRect()).right<=e.left&&d.bottom>e.top&&s++}let c;Ln&&s&&r.nodeType==1&&(c=r.childNodes[s-1]).nodeType==1&&c.contentEditable=="false"&&c.getBoundingClientRect().top>=e.top&&s--,r==n.dom&&s==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?l=n.state.doc.content.size:(s==0||r.nodeType!=1||r.childNodes[s-1].nodeName!="BR")&&(l=qh(n,r,s,e))}l==null&&(l=Kh(n,o,e));let a=n.docView.nearestDesc(o,!0);return{pos:l,inside:a?a.posAtStart-a.border:-1}}function Jo(n){return n.top<n.bottom||n.left<n.right}function Je(n,e){let t=n.getClientRects();if(t.length){let r=t[e<0?0:t.length-1];if(Jo(r))return r}return Array.prototype.find.call(t,Jo)||n.getBoundingClientRect()}const Gh=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;function xc(n,e,t){let{node:r,offset:s,atom:i}=n.docView.domFromPos(e,t<0?-1:1),o=Ln||Me;if(r.nodeType==3)if(o&&(Gh.test(r.nodeValue)||(t<0?!s:s==r.nodeValue.length))){let a=Je(Ve(r,s,s),t);if(Me&&s&&/\s/.test(r.nodeValue[s-1])&&s<r.nodeValue.length){let c=Je(Ve(r,s-1,s-1),-1);if(c.top==a.top){let u=Je(Ve(r,s,s+1),-1);if(u.top!=a.top)return Xt(u,u.left<c.left)}}return a}else{let a=s,c=s,u=t<0?1:-1;return t<0&&!s?(c++,u=-1):t>=0&&s==r.nodeValue.length?(a--,u=1):t<0?a--:c++,Xt(Je(Ve(r,a,c),u),u<0)}if(!n.state.doc.resolve(e-(i||0)).parent.inlineContent){if(i==null&&s&&(t<0||s==Te(r))){let a=r.childNodes[s-1];if(a.nodeType==1)return Ms(a.getBoundingClientRect(),!1)}if(i==null&&s<Te(r)){let a=r.childNodes[s];if(a.nodeType==1)return Ms(a.getBoundingClientRect(),!0)}return Ms(r.getBoundingClientRect(),t>=0)}if(i==null&&s&&(t<0||s==Te(r))){let a=r.childNodes[s-1],c=a.nodeType==3?Ve(a,Te(a)-(o?0:1)):a.nodeType==1&&(a.nodeName!="BR"||!a.nextSibling)?a:null;if(c)return Xt(Je(c,1),!1)}if(i==null&&s<Te(r)){let a=r.childNodes[s];for(;a.pmViewDesc&&a.pmViewDesc.ignoreForCoords;)a=a.nextSibling;let c=a?a.nodeType==3?Ve(a,0,o?0:1):a.nodeType==1?a:null:null;if(c)return Xt(Je(c,-1),!0)}return Xt(Je(r.nodeType==3?Ve(r):r,-t),t>=0)}function Xt(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 Ms(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 yc(n,e,t){let r=n.state,s=n.root.activeElement;r!=e&&n.updateState(e),s!=n.dom&&n.focus();try{return t()}finally{r!=e&&n.updateState(r),s!=n.dom&&s&&s.focus()}}function Qh(n,e,t){let r=e.selection,s=t=="up"?r.$from:r.$to;return yc(n,e,()=>{let{node:i}=n.docView.domFromPos(s.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 o=xc(n,s.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=Ve(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"?o.top-u.top>(u.bottom-o.top)*2:u.bottom-o.bottom>(o.bottom-u.top)*2))return!1}}return!0})}const Yh=/[\u0590-\u08ac]/;function Xh(n,e,t){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let s=r.parentOffset,i=!s,o=s==r.parent.content.size,l=n.domSelection();return l?!Yh.test(r.parent.textContent)||!l.modify?t=="left"||t=="backward"?i:o:yc(n,e,()=>{let{focusNode:a,focusOffset:c,anchorNode:u,anchorOffset:d}=n.domSelectionRange(),h=l.caretBidiLevel;l.modify("move",t,"character");let f=r.depth?n.docView.domAfterPos(r.before()):n.dom,{focusNode:m,focusOffset:g}=n.domSelectionRange(),x=m&&!f.contains(m.nodeType==1?m:m.parentNode)||a==m&&c==g;try{l.collapse(u,d),a&&(a!=u||c!=d)&&l.extend&&l.extend(a,c)}catch{}return h!=null&&(l.caretBidiLevel=h),x}):r.pos==r.start()||r.pos==r.end()}let Go=null,Qo=null,Yo=!1;function Zh(n,e,t){return Go==e&&Qo==t?Yo:(Go=e,Qo=t,Yo=t=="up"||t=="down"?Qh(n,e,t):Xh(n,e,t))}const Ee=0,Xo=1,mt=2,Pe=3;class Pn{constructor(e,t,r,s){this.parent=e,this.children=t,this.dom=r,this.contentDOM=s,this.dirty=Ee,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 s=this.children[t];if(s==e)return r;r+=s.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,o;if(e==this.contentDOM)i=e.childNodes[t-1];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;i=e.previousSibling}for(;i&&!((o=i.pmViewDesc)&&o.parent==this);)i=i.previousSibling;return i?this.posBeforeChild(o)+o.size:this.posAtStart}else{let i,o;if(e==this.contentDOM)i=e.childNodes[t];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;i=e.nextSibling}for(;i&&!((o=i.pmViewDesc)&&o.parent==this);)i=i.nextSibling;return i?this.posBeforeChild(o):this.posAtEnd}let s;if(e==this.dom&&this.contentDOM)s=t>se(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))s=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let i=e;;i=i.parentNode){if(i==this.dom){s=!1;break}if(i.previousSibling)break}if(s==null&&t==e.childNodes.length)for(let i=e;;i=i.parentNode){if(i==this.dom){s=!0;break}if(i.nextSibling)break}}return s??r>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let r=!0,s=e;s;s=s.parentNode){let i=this.getDesc(s),o;if(i&&(!t||i.node))if(r&&(o=i.nodeDOM)&&!(o.nodeType==1?o.contains(e.nodeType==1?e:e.parentNode):o==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 s=e;s;s=s.parentNode){let i=this.getDesc(s);if(i)return i.localPosFromDOM(e,t,r)}return-1}descAt(e){for(let t=0,r=0;t<this.children.length;t++){let s=this.children[t],i=r+s.size;if(r==e&&i!=r){for(;!s.border&&s.children.length;)for(let o=0;o<s.children.length;o++){let l=s.children[o];if(l.size){s=l;break}}return s}if(e<i)return s.descAt(e-r-s.border);r=i}}domFromPos(e,t){if(!this.contentDOM)return{node:this.dom,offset:0,atom:e+1};let r=0,s=0;for(let i=0;r<this.children.length;r++){let o=this.children[r],l=i+o.size;if(l>e||o instanceof vc){s=e-i;break}i=l}if(s)return this.children[r].domFromPos(s-this.children[r].border,t);for(let i;r&&!(i=this.children[r-1]).size&&i instanceof bc&&i.side>=0;r--);if(t<=0){let i,o=!0;for(;i=r?this.children[r-1]:null,!(!i||i.dom.parentNode==this.contentDOM);r--,o=!1);return i&&t&&o&&!i.border&&!i.domAtom?i.domFromPos(i.size,t):{node:this.contentDOM,offset:i?se(i.dom)+1:0}}else{let i,o=!0;for(;i=r<this.children.length?this.children[r]:null,!(!i||i.dom.parentNode==this.contentDOM);r++,o=!1);return i&&o&&!i.border&&!i.domAtom?i.domFromPos(0,t):{node:this.contentDOM,offset:i?se(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 s=-1,i=-1;for(let o=r,l=0;;l++){let a=this.children[l],c=o+a.size;if(s==-1&&e<=c){let u=o+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=o;for(let d=l;d>0;d--){let h=this.children[d-1];if(h.size&&h.dom.parentNode==this.contentDOM&&!h.emptyChildAt(1)){s=se(h.dom)+1;break}e-=h.size}s==-1&&(s=0)}if(s>-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=se(d.dom);break}t+=d.size}i==-1&&(i=this.contentDOM.childNodes.length);break}o=c}return{node:this.contentDOM,from:e,to:t,fromOffset:s,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,s=!1){let i=Math.min(e,t),o=Math.max(e,t);for(let f=0,m=0;f<this.children.length;f++){let g=this.children[f],x=m+g.size;if(i>m&&o<x)return g.setSelection(e-m-g.border,t-m-g.border,r,s);m=x}let l=this.domFromPos(e,e?-1:1),a=t==e?l:this.domFromPos(t,t?-1:1),c=r.root.getSelection(),u=r.domSelectionRange(),d=!1;if((Me||ae)&&e==t){let{node:f,offset:m}=l;if(f.nodeType==3){if(d=!!(m&&f.nodeValue[m-1]==`
23
- `),d&&m==f.nodeValue.length)for(let g=f,x;g;g=g.parentNode){if(x=g.nextSibling){x.nodeName=="BR"&&(l=a={node:x.parentNode,offset:se(x)+1});break}let y=g.pmViewDesc;if(y&&y.node&&y.node.isBlock)break}}else{let g=f.childNodes[m-1];d=g&&(g.nodeName=="BR"||g.contentEditable=="false")}}if(Me&&u.focusNode&&u.focusNode!=a.node&&u.focusNode.nodeType==1){let f=u.focusNode.childNodes[u.focusOffset];f&&f.contentEditable=="false"&&(s=!0)}if(!(s||d&&ae)&&Mt(l.node,l.offset,u.anchorNode,u.anchorOffset)&&Mt(a.node,a.offset,u.focusNode,u.focusOffset))return;let h=!1;if((c.extend||e==t)&&!(d&&Me)){c.collapse(l.node,l.offset);try{e!=t&&c.extend(a.node,a.offset),h=!0}catch{}}if(!h){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,s=0;s<this.children.length;s++){let i=this.children[s],o=r+i.size;if(r==o?e<=o&&t>=r:e<o&&t>r){let l=r+i.border,a=o-i.border;if(e>=l&&t<=a){this.dirty=e==r||t==o?mt:Xo,e==l&&t==a&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=Pe:i.markDirty(e-l,t-l);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?mt:Pe}r=o}this.dirty=mt}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let r=e==1?mt:Xo;t.dirty<r&&(t.dirty=r)}}get domAtom(){return!1}get ignoreForCoords(){return!1}get ignoreForSelection(){return!1}isText(e){return!1}}class bc extends Pn{constructor(e,t,r,s){let i,o=t.type.toDOM;if(typeof o=="function"&&(o=o(r,()=>{if(!i)return s;if(i.parent)return i.parent.posBeforeChild(i)})),!t.type.spec.raw){if(o.nodeType!=1){let l=document.createElement("span");l.appendChild(o),o=l}o.contentEditable="false",o.classList.add("ProseMirror-widget")}super(e,[],o,null),this.widget=t,this.widget=t,i=this}matchesWidget(e){return this.dirty==Ee&&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 ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}}class ep extends Pn{constructor(e,t,r,s){super(e,[],t,null),this.textDOM=r,this.text=s}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 Et extends Pn{constructor(e,t,r,s,i){super(e,[],r,s),this.mark=t,this.spec=i}static create(e,t,r,s){let i=s.nodeViews[t.type.name],o=i&&i(t,s,r);return(!o||!o.dom)&&(o=Ot.renderSpec(document,t.type.spec.toDOM(t,r),null,t.attrs)),new Et(e,t,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&Pe||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=Pe&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=Ee){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty<this.dirty&&(r.dirty=this.dirty),this.dirty=Ee}}slice(e,t,r){let s=Et.create(this.parent,this.mark,!0,r),i=this.children,o=this.size;t<o&&(i=ii(i,t,o,r)),e>0&&(i=ii(i,0,e,r));for(let l=0;l<i.length;l++)i[l].parent=s;return s.children=i,s}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}}class it extends Pn{constructor(e,t,r,s,i,o,l,a,c){super(e,[],i,o),this.node=t,this.outerDeco=r,this.innerDeco=s,this.nodeDOM=l}static create(e,t,r,s,i,o){let l=i.nodeViews[t.type.name],a,c=l&&l(t,i,()=>{if(!a)return o;if(a.parent)return a.parent.posBeforeChild(a)},r,s),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}=Ot.renderSpec(document,t.type.spec.toDOM(t),null,t.attrs));!d&&!t.isText&&u.nodeName!="BR"&&(u.hasAttribute("contenteditable")||(u.contentEditable="false"),t.type.spec.draggable&&(u.draggable=!0));let h=u;return u=Sc(u,r,t),c?a=new tp(e,t,r,s,u,d||null,h,c,i,o+1):t.isText?new ss(e,t,r,s,u,h,i):new it(e,t,r,s,u,d||null,h,i,o+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=()=>M.empty)}return e}matchesNode(e,t,r){return this.dirty==Ee&&e.eq(this.node)&&dr(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,s=t,i=e.composing?this.localCompositionInfo(e,t):null,o=i&&i.pos>-1?i:null,l=i&&i.pos<0,a=new rp(this,o&&o.node,e);op(this.node,this.innerDeco,(c,u,d)=>{c.spec.marks?a.syncToMarks(c.spec.marks,r,e,u):c.type.side>=0&&!d&&a.syncToMarks(u==this.node.childCount?$.none:this.node.child(u).marks,r,e,u),a.placeWidget(c,e,s)},(c,u,d,h)=>{a.syncToMarks(c.marks,r,e,h);let f;a.findNodeMatch(c,u,d,h)||l&&e.state.selection.from>s&&e.state.selection.to<s+c.nodeSize&&(f=a.findIndexWithChild(i.node))>-1&&a.updateNodeAt(c,u,d,f,e)||a.updateNextNode(c,u,d,e,h,s)||a.addNode(c,u,d,e,s),s+=c.nodeSize}),a.syncToMarks([],r,e,0),this.node.isTextblock&&a.addTextblockHacks(),a.destroyRest(),(a.changed||this.dirty==mt)&&(o&&this.protectLocalComposition(e,o),kc(this.contentDOM,this.children,e),Wt&&lp(this.dom))}localCompositionInfo(e,t){let{from:r,to:s}=e.state.selection;if(!(e.state.selection instanceof L)||r<t||s>t+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let o=i.nodeValue,l=ap(this.node.content,o,r-t,s-t);return l<0?null:{node:i,pos:l,text:o}}else return{node:i,pos:-1,text:""}}protectLocalComposition(e,{node:t,pos:r,text:s}){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 o=new ep(this,i,t,s);e.input.compositionNodes.push(o),this.children=ii(this.children,r,r+s.length,e,o)}update(e,t,r,s){return this.dirty==Pe||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,r,s),!0)}updateInner(e,t,r,s){this.updateOuterDeco(t),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(s,this.posAtStart),this.dirty=Ee}updateOuterDeco(e){if(dr(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=wc(this.dom,this.nodeDOM,si(this.outerDeco,this.node,t),si(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.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute("draggable"))}get domAtom(){return this.node.isAtom}}function Zo(n,e,t,r,s){Sc(r,e,n);let i=new it(void 0,n,e,t,r,r,r,s,0);return i.contentDOM&&i.updateChildren(s,0),i}class ss extends it{constructor(e,t,r,s,i,o,l){super(e,t,r,s,i,null,o,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,s){return this.dirty==Pe||this.dirty!=Ee&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=Ee||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,s.trackWrites==this.nodeDOM&&(s.trackWrites=null)),this.node=e,this.dirty=Ee,!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 s=this.node.cut(e,t),i=document.createTextNode(s.text);return new ss(this.parent,s,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=Pe)}get domAtom(){return!1}isText(e){return this.node.text==e}}class vc extends Pn{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==Ee&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class tp extends it{constructor(e,t,r,s,i,o,l,a,c,u){super(e,t,r,s,i,o,l,c,u),this.spec=a}update(e,t,r,s){if(this.dirty==Pe)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,t,r);return i&&this.updateInner(e,t,r,s),i}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,t,r,s)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,r,s){this.spec.setSelection?this.spec.setSelection(e,t,r.root):super.setSelection(e,t,r,s)}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 kc(n,e,t){let r=n.firstChild,s=!1;for(let i=0;i<e.length;i++){let o=e[i],l=o.dom;if(l.parentNode==n){for(;l!=r;)r=el(r),s=!0;r=r.nextSibling}else s=!0,n.insertBefore(l,r);if(o instanceof Et){let a=r?r.previousSibling:n.lastChild;kc(o.contentDOM,o.children,t),r=a?a.nextSibling:n.firstChild}}for(;r;)r=el(r),s=!0;s&&t.trackWrites==n&&(t.trackWrites=null)}const un=function(n){n&&(this.nodeName=n)};un.prototype=Object.create(null);const gt=[new un];function si(n,e,t){if(n.length==0)return gt;let r=t?gt[0]:new un,s=[r];for(let i=0;i<n.length;i++){let o=n[i].type.attrs;if(o){o.nodeName&&s.push(r=new un(o.nodeName));for(let l in o){let a=o[l];a!=null&&(t&&s.length==1&&s.push(r=new un(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 s}function wc(n,e,t,r){if(t==gt&&r==gt)return e;let s=e;for(let i=0;i<r.length;i++){let o=r[i],l=t[i];if(i){let a;l&&l.nodeName==o.nodeName&&s!=n&&(a=s.parentNode)&&a.nodeName.toLowerCase()==o.nodeName||(a=document.createElement(o.nodeName),a.pmIsDeco=!0,a.appendChild(s),l=gt[0]),s=a}np(s,l||gt[0],o)}return s}function np(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):[],s=t.class?t.class.split(" ").filter(Boolean):[];for(let i=0;i<r.length;i++)s.indexOf(r[i])==-1&&n.classList.remove(r[i]);for(let i=0;i<s.length;i++)r.indexOf(s[i])==-1&&n.classList.add(s[i]);n.classList.length==0&&n.removeAttribute("class")}if(e.style!=t.style){if(e.style){let r=/\s*([\w\-\xa1-\uffff]+)\s*:(?:"(?:\\.|[^"])*"|'(?:\\.|[^'])*'|\(.*?\)|[^;])*/g,s;for(;s=r.exec(e.style);)n.style.removeProperty(s[1])}t.style&&(n.style.cssText+=t.style)}}function Sc(n,e,t){return wc(n,n,gt,si(e,t,n.nodeType!=1))}function dr(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 el(n){let e=n.nextSibling;return n.parentNode.removeChild(n),e}class rp{constructor(e,t,r){this.lock=t,this.view=r,this.index=0,this.stack=[],this.changed=!1,this.top=e,this.preMatch=sp(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,s){let i=0,o=this.stack.length>>1,l=Math.min(o,e.length);for(;i<l&&(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=Ee,this.index=this.stack.pop(),this.top=this.stack.pop(),o--;for(;o<e.length;){this.stack.push(this.top,this.index+1);let a=-1,c=this.top.children.length;s<this.preMatch.index&&(c=Math.min(this.index+3,c));for(let u=this.index;u<c;u++){let d=this.top.children[u];if(d.matchesMark(e[o])&&!this.isLocked(d.dom)){a=u;break}}if(a>-1)a>this.index&&(this.changed=!0,this.destroyBetween(this.index,a)),this.top=this.top.children[this.index];else{let u=Et.create(this.top,e[o],t,r);this.top.children.splice(this.index,0,u),this.top=u,this.changed=!0}this.index=0,o++}}findNodeMatch(e,t,r,s){let i=-1,o;if(s>=this.preMatch.index&&(o=this.preMatch.matches[s-this.preMatch.index]).parent==this.top&&o.matchesNode(e,t,r))i=this.top.children.indexOf(o,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,s,i){let o=this.top.children[s];return o.dirty==Pe&&o.dom==o.contentDOM&&(o.dirty=mt),o.update(e,t,r,i)?(this.destroyBetween(this.index,s),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 s=this.index;s<this.top.children.length;s++)if(this.top.children[s]==r)return s}return-1}e=t}}updateNextNode(e,t,r,s,i,o){for(let l=this.index;l<this.top.children.length;l++){let a=this.top.children[l];if(a instanceof it){let c=this.preMatch.matched.get(a);if(c!=null&&c!=i)return!1;let u=a.dom,d,h=this.isLocked(u)&&!(e.isText&&a.node&&a.node.isText&&a.nodeDOM.nodeValue==e.text&&a.dirty!=Pe&&dr(t,a.outerDeco));if(!h&&a.update(e,t,r,s))return this.destroyBetween(this.index,l),a.dom!=u&&(this.changed=!0),this.index++,!0;if(!h&&(d=this.recreateWrapper(a,e,t,r,s,o)))return this.destroyBetween(this.index,l),this.top.children[this.index]=d,d.contentDOM&&(d.dirty=mt,d.updateChildren(s,o+1),d.dirty=Ee),this.changed=!0,this.index++,!0;break}}return!1}recreateWrapper(e,t,r,s,i,o){if(e.dirty||t.isAtom||!e.children.length||!e.node.content.eq(t.content)||!dr(r,e.outerDeco)||!s.eq(e.innerDeco))return null;let l=it.create(this.top,t,r,s,i,o);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,s,i){let o=it.create(this.top,e,t,r,s,i);o.contentDOM&&o.updateChildren(s,i+1),this.top.children.splice(this.index++,0,o),this.changed=!0}placeWidget(e,t,r){let s=this.index<this.top.children.length?this.top.children[this.index]:null;if(s&&s.matchesWidget(e)&&(e==s.widget||!s.widget.type.toDOM.parentNode))this.index++;else{let i=new bc(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 Et;)t=e,e=t.children[t.children.length-1];(!e||!(e instanceof ss)||/\n$/.test(e.node.text)||this.view.requiresGeckoHackNode&&/\s$/.test(e.node.text))&&((ae||oe)&&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 s=new vc(this.top,[],r,null);t!=this.top?t.children.push(s):t.children.splice(this.index++,0,s),this.changed=!0}}isLocked(e){return this.lock&&(e==this.lock||e.nodeType==1&&e.contains(this.lock.parentNode))}}function sp(n,e){let t=e,r=t.children.length,s=n.childCount,i=new Map,o=[];e:for(;s>0;){let l;for(;;)if(r){let c=t.children[r-1];if(c instanceof Et)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(s-1))break;--s,i.set(l,s),o.push(l)}}return{index:s,matched:i,matches:o.reverse()}}function ip(n,e){return n.type.side-e.type.side}function op(n,e,t,r){let s=e.locals(n),i=0;if(s.length==0){for(let c=0;c<n.childCount;c++){let u=n.child(c);r(u,s,e.forChild(i,u),c),i+=u.nodeSize}return}let o=0,l=[],a=null;for(let c=0;;){let u,d;for(;o<s.length&&s[o].to==i;){let x=s[o++];x.widget&&(u?(d||(d=[u])).push(x):u=x)}if(u)if(d){d.sort(ip);for(let x=0;x<d.length;x++)t(d[x],c,!!a)}else t(u,c,!!a);let h,f;if(a)f=-1,h=a,a=null;else if(c<n.childCount)f=c,h=n.child(c++);else break;for(let x=0;x<l.length;x++)l[x].to<=i&&l.splice(x--,1);for(;o<s.length&&s[o].from<=i&&s[o].to>i;)l.push(s[o++]);let m=i+h.nodeSize;if(h.isText){let x=m;o<s.length&&s[o].from<x&&(x=s[o].from);for(let y=0;y<l.length;y++)l[y].to<x&&(x=l[y].to);x<m&&(a=h.cut(x-i),h=h.cut(0,x-i),m=x,f=-1)}else for(;o<s.length&&s[o].to<m;)o++;let g=h.isInline&&!h.isLeaf?l.filter(x=>!x.inline):l.slice();r(h,g,e.forChild(i,h),f),i=m}}function lp(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 ap(n,e,t,r){for(let s=0,i=0;s<n.childCount&&i<=r;){let o=n.child(s++),l=i;if(i+=o.nodeSize,!o.isText)continue;let a=o.text;for(;s<n.childCount;){let c=n.child(s++);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 ii(n,e,t,r,s){let i=[];for(let o=0,l=0;o<n.length;o++){let a=n[o],c=l,u=l+=a.size;c>=t||u<=e?i.push(a):(c<e&&i.push(a.slice(0,e-c,r)),s&&(i.push(s),s=void 0),u>t&&i.push(a.slice(t-c,a.size,r)))}return i}function Pi(n,e=null){let t=n.domSelectionRange(),r=n.state.doc;if(!t.focusNode)return null;let s=n.docView.nearestDesc(t.focusNode),i=s&&s.size==0,o=n.docView.posFromDOM(t.focusNode,t.focusOffset,1);if(o<0)return null;let l=r.resolve(o),a,c;if(rs(t)){for(a=o;s&&!s.node;)s=s.parent;let d=s.node;if(s&&d.isAtom&&R.isSelectable(d)&&s.parent&&!(d.isInline&&Lh(t.focusNode,t.focusOffset,s.dom))){let h=s.posBefore;c=new R(o==h?l:r.resolve(h))}}else{if(t instanceof n.dom.ownerDocument.defaultView.Selection&&t.rangeCount>1){let d=o,h=o;for(let f=0;f<t.rangeCount;f++){let m=t.getRangeAt(f);d=Math.min(d,n.docView.posFromDOM(m.startContainer,m.startOffset,1)),h=Math.max(h,n.docView.posFromDOM(m.endContainer,m.endOffset,-1))}if(d<0)return null;[a,o]=h==n.state.selection.anchor?[h,d]:[d,h],l=r.resolve(o)}else a=n.docView.posFromDOM(t.anchorNode,t.anchorOffset,1);if(a<0)return null}let u=r.resolve(a);if(!c){let d=e=="pointer"||n.state.selection.head<l.pos&&!i?1:-1;c=zi(n,u,l,d)}return c}function Cc(n){return n.editable?n.hasFocus():Tc(n)&&document.activeElement&&document.activeElement.contains(n.dom)}function We(n,e=!1){let t=n.state.selection;if(Nc(n,t),!!Cc(n)){if(!e&&n.input.mouseDown&&n.input.mouseDown.allowDefault&&oe){let r=n.domSelectionRange(),s=n.domObserver.currentSelection;if(r.anchorNode&&s.anchorNode&&Mt(r.anchorNode,r.anchorOffset,s.anchorNode,s.anchorOffset)){n.input.mouseDown.delayedSelectionSync=!0,n.domObserver.setCurSelection();return}}if(n.domObserver.disconnectSelection(),n.cursorWrapper)up(n);else{let{anchor:r,head:s}=t,i,o;tl&&!(t instanceof L)&&(t.$from.parent.inlineContent||(i=nl(n,t.from)),!t.empty&&!t.$from.parent.inlineContent&&(o=nl(n,t.to))),n.docView.setSelection(r,s,n,e),tl&&(i&&rl(i),o&&rl(o)),t.visible?n.dom.classList.remove("ProseMirror-hideselection"):(n.dom.classList.add("ProseMirror-hideselection"),"onselectionchange"in document&&cp(n))}n.domObserver.setCurSelection(),n.domObserver.connectSelection()}}const tl=ae||oe&&dc<63;function nl(n,e){let{node:t,offset:r}=n.docView.domFromPos(e,0),s=r<t.childNodes.length?t.childNodes[r]:null,i=r?t.childNodes[r-1]:null;if(ae&&s&&s.contentEditable=="false")return Es(s);if((!s||s.contentEditable=="false")&&(!i||i.contentEditable=="false")){if(s)return Es(s);if(i)return Es(i)}}function Es(n){return n.contentEditable="true",ae&&n.draggable&&(n.draggable=!1,n.wasDraggable=!0),n}function rl(n){n.contentEditable="false",n.wasDraggable&&(n.draggable=!0,n.wasDraggable=null)}function cp(n){let e=n.dom.ownerDocument;e.removeEventListener("selectionchange",n.input.hideSelectionGuard);let t=n.domSelectionRange(),r=t.anchorNode,s=t.anchorOffset;e.addEventListener("selectionchange",n.input.hideSelectionGuard=()=>{(t.anchorNode!=r||t.anchorOffset!=s)&&(e.removeEventListener("selectionchange",n.input.hideSelectionGuard),setTimeout(()=>{(!Cc(n)||n.state.selection.visible)&&n.dom.classList.remove("ProseMirror-hideselection")},20))})}function up(n){let e=n.domSelection();if(!e)return;let t=n.cursorWrapper.dom,r=t.nodeName=="IMG";r?e.collapse(t.parentNode,se(t)+1):e.collapse(t,0),!r&&!n.state.selection.visible&&xe&&st<=11&&(t.disabled=!0,t.disabled=!1)}function Nc(n,e){if(e instanceof R){let t=n.docView.descAt(e.from);t!=n.lastSelectedViewDesc&&(sl(n),t&&t.selectNode(),n.lastSelectedViewDesc=t)}else sl(n)}function sl(n){n.lastSelectedViewDesc&&(n.lastSelectedViewDesc.parent&&n.lastSelectedViewDesc.deselectNode(),n.lastSelectedViewDesc=void 0)}function zi(n,e,t,r){return n.someProp("createSelectionBetween",s=>s(n,e,t))||L.between(e,t,r)}function il(n){return n.editable&&!n.hasFocus()?!1:Tc(n)}function Tc(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 dp(n){let e=n.docView.domFromPos(n.state.selection.anchor,0),t=n.domSelectionRange();return Mt(e.node,e.offset,t.anchorNode,t.anchorOffset)}function oi(n,e){let{$anchor:t,$head:r}=n.selection,s=e>0?t.max(r):t.min(r),i=s.parent.inlineContent?s.depth?n.doc.resolve(e>0?s.after():s.before()):null:s;return i&&z.findFrom(i,e)}function Ge(n,e){return n.dispatch(n.state.tr.setSelection(e).scrollIntoView()),!0}function ol(n,e,t){let r=n.state.selection;if(r instanceof L)if(t.indexOf("s")>-1){let{$head:s}=r,i=s.textOffset?null:e<0?s.nodeBefore:s.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let o=n.state.doc.resolve(s.pos+i.nodeSize*(e<0?-1:1));return Ge(n,new L(r.$anchor,o))}else if(r.empty){if(n.endOfTextblock(e>0?"forward":"backward")){let s=oi(n.state,e);return s&&s instanceof R?Ge(n,s):!1}else if(!(Ne&&t.indexOf("m")>-1)){let s=r.$head,i=s.textOffset?null:e<0?s.nodeBefore:s.nodeAfter,o;if(!i||i.isText)return!1;let l=e<0?s.pos-i.nodeSize:s.pos;return i.isAtom||(o=n.docView.descAt(l))&&!o.contentDOM?R.isSelectable(i)?Ge(n,new R(e<0?n.state.doc.resolve(s.pos-i.nodeSize):s)):Ln?Ge(n,new L(n.state.doc.resolve(e<0?l:l+i.nodeSize))):!1:!1}}else return!1;else{if(r instanceof R&&r.node.isInline)return Ge(n,new L(e>0?r.$to:r.$from));{let s=oi(n.state,e);return s?Ge(n,s):!1}}}function fr(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function dn(n,e){let t=n.pmViewDesc;return t&&t.size==0&&(e<0||n.nextSibling||n.nodeName!="BR")}function Lt(n,e){return e<0?fp(n):hp(n)}function fp(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let s,i,o=!1;for(Me&&t.nodeType==1&&r<fr(t)&&dn(t.childNodes[r],-1)&&(o=!0);;)if(r>0){if(t.nodeType!=1)break;{let l=t.childNodes[r-1];if(dn(l,-1))s=t,i=--r;else if(l.nodeType==3)t=l,r=t.nodeValue.length;else break}}else{if(Mc(t))break;{let l=t.previousSibling;for(;l&&dn(l,-1);)s=t.parentNode,i=se(l),l=l.previousSibling;if(l)t=l,r=fr(t);else{if(t=t.parentNode,t==n.dom)break;r=0}}}o?li(n,t,r):s&&li(n,s,i)}function hp(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let s=fr(t),i,o;for(;;)if(r<s){if(t.nodeType!=1)break;let l=t.childNodes[r];if(dn(l,1))i=t,o=++r;else break}else{if(Mc(t))break;{let l=t.nextSibling;for(;l&&dn(l,1);)i=l.parentNode,o=se(l)+1,l=l.nextSibling;if(l)t=l,r=0,s=fr(t);else{if(t=t.parentNode,t==n.dom)break;r=s=0}}}i&&li(n,i,o)}function Mc(n){let e=n.pmViewDesc;return e&&e.node&&e.node.isBlock}function pp(n,e){for(;n&&e==n.childNodes.length&&!Rn(n);)e=se(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 mp(n,e){for(;n&&!e&&!Rn(n);)e=se(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 li(n,e,t){if(e.nodeType!=3){let i,o;(o=pp(e,t))?(e=o,t=0):(i=mp(e,t))&&(e=i,t=i.nodeValue.length)}let r=n.domSelection();if(!r)return;if(rs(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:s}=n;setTimeout(()=>{n.state==s&&We(n)},50)}function ll(n,e){let t=n.state.doc.resolve(e);if(!(oe||fc)&&t.parent.inlineContent){let s=n.coordsAtPos(e);if(e>t.start()){let i=n.coordsAtPos(e-1),o=(i.top+i.bottom)/2;if(o>s.top&&o<s.bottom&&Math.abs(i.left-s.left)>1)return i.left<s.left?"ltr":"rtl"}if(e<t.end()){let i=n.coordsAtPos(e+1),o=(i.top+i.bottom)/2;if(o>s.top&&o<s.bottom&&Math.abs(i.left-s.left)>1)return i.left>s.left?"ltr":"rtl"}}return getComputedStyle(n.dom).direction=="rtl"?"rtl":"ltr"}function al(n,e,t){let r=n.state.selection;if(r instanceof L&&!r.empty||t.indexOf("s")>-1||Ne&&t.indexOf("m")>-1)return!1;let{$from:s,$to:i}=r;if(!s.parent.inlineContent||n.endOfTextblock(e<0?"up":"down")){let o=oi(n.state,e);if(o&&o instanceof R)return Ge(n,o)}if(!s.parent.inlineContent){let o=e<0?s:i,l=r instanceof ve?z.near(o,e):z.findFrom(o,e);return l?Ge(n,l):!1}return!1}function cl(n,e){if(!(n.state.selection instanceof L))return!0;let{$head:t,$anchor:r,empty:s}=n.state.selection;if(!t.sameParent(r))return!0;if(!s)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 o=n.state.tr;return e<0?o.delete(t.pos-i.nodeSize,t.pos):o.delete(t.pos,t.pos+i.nodeSize),n.dispatch(o),!0}return!1}function ul(n,e,t){n.domObserver.stop(),e.contentEditable=t,n.domObserver.start()}function gp(n){if(!ae||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;ul(n,r,"true"),setTimeout(()=>ul(n,r,"false"),20)}return!1}function xp(n){let e="";return n.ctrlKey&&(e+="c"),n.metaKey&&(e+="m"),n.altKey&&(e+="a"),n.shiftKey&&(e+="s"),e}function yp(n,e){let t=e.keyCode,r=xp(e);if(t==8||Ne&&t==72&&r=="c")return cl(n,-1)||Lt(n,-1);if(t==46&&!e.shiftKey||Ne&&t==68&&r=="c")return cl(n,1)||Lt(n,1);if(t==13||t==27)return!0;if(t==37||Ne&&t==66&&r=="c"){let s=t==37?ll(n,n.state.selection.from)=="ltr"?-1:1:-1;return ol(n,s,r)||Lt(n,s)}else if(t==39||Ne&&t==70&&r=="c"){let s=t==39?ll(n,n.state.selection.from)=="ltr"?1:-1:1;return ol(n,s,r)||Lt(n,s)}else{if(t==38||Ne&&t==80&&r=="c")return al(n,-1,r)||Lt(n,-1);if(t==40||Ne&&t==78&&r=="c")return gp(n)||al(n,1,r)||Lt(n,1);if(r==(Ne?"m":"c")&&(t==66||t==73||t==89||t==90))return!0}return!1}function _i(n,e){n.someProp("transformCopied",f=>{e=f(e,n)});let t=[],{content:r,openStart:s,openEnd:i}=e;for(;s>1&&i>1&&r.childCount==1&&r.firstChild.childCount==1;){s--,i--;let f=r.firstChild;t.push(f.type.name,f.attrs!=f.type.defaultAttrs?f.attrs:null),r=f.content}let o=n.someProp("clipboardSerializer")||Ot.fromSchema(n.state.schema),l=Ic(),a=l.createElement("div");a.appendChild(o.serializeFragment(r,{document:l}));let c=a.firstChild,u,d=0;for(;c&&c.nodeType==1&&(u=Dc[c.nodeName.toLowerCase()]);){for(let f=u.length-1;f>=0;f--){let m=l.createElement(u[f]);for(;a.firstChild;)m.appendChild(a.firstChild);a.appendChild(m),d++}c=a.firstChild}c&&c.nodeType==1&&c.setAttribute("data-pm-slice",`${s} ${i}${d?` -${d}`:""} ${JSON.stringify(t)}`);let h=n.someProp("clipboardTextSerializer",f=>f(e,n))||e.content.textBetween(0,e.content.size,`
24
-
25
- `);return{dom:a,text:h,slice:e}}function Ec(n,e,t,r,s){let i=s.parent.type.spec.code,o,l;if(!t&&!e)return null;let a=!!e&&(r||i||!t);if(a){if(n.someProp("transformPastedText",h=>{e=h(e,i||r,n)}),i)return l=new j(M.from(n.state.schema.text(e.replace(/\r\n?/g,`
26
- `))),0,0),n.someProp("transformPasted",h=>{l=h(l,n,!0)}),l;let d=n.someProp("clipboardTextParser",h=>h(e,s,r,n));if(d)l=d;else{let h=s.marks(),{schema:f}=n.state,m=Ot.fromSchema(f);o=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(g=>{let x=o.appendChild(document.createElement("p"));g&&x.appendChild(m.serializeNode(f.text(g,h)))})}}else n.someProp("transformPastedHTML",d=>{t=d(t,n)}),o=wp(t),Ln&&Sp(o);let c=o&&o.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 h=o.firstChild;for(;h&&h.nodeType!=1;)h=h.nextSibling;if(!h)break;o=h}if(l||(l=(n.someProp("clipboardParser")||n.someProp("domParser")||rt.fromSchema(n.state.schema)).parseSlice(o,{preserveWhitespace:!!(a||u),context:s,ruleFromNode(h){return h.nodeName=="BR"&&!h.nextSibling&&h.parentNode&&!bp.test(h.parentNode.nodeName)?{ignore:!0}:null}})),u)l=Cp(dl(l,+u[1],+u[2]),u[4]);else if(l=j.maxOpen(vp(l.content,s),!0),l.openStart||l.openEnd){let d=0,h=0;for(let f=l.content.firstChild;d<l.openStart&&!f.type.spec.isolating;d++,f=f.firstChild);for(let f=l.content.lastChild;h<l.openEnd&&!f.type.spec.isolating;h++,f=f.lastChild);l=dl(l,d,h)}return n.someProp("transformPasted",d=>{l=d(l,n,a)}),l}const bp=/^(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 vp(n,e){if(n.childCount<2)return n;for(let t=e.depth;t>=0;t--){let s=e.node(t).contentMatchAt(e.index(t)),i,o=[];if(n.forEach(l=>{if(!o)return;let a=s.findWrapping(l.type),c;if(!a)return o=null;if(c=o.length&&i.length&&Oc(a,i,l,o[o.length-1],0))o[o.length-1]=c;else{o.length&&(o[o.length-1]=jc(o[o.length-1],i.length));let u=Ac(l,a);o.push(u),s=s.matchType(u.type),i=a}}),o)return M.from(o)}return n}function Ac(n,e,t=0){for(let r=e.length-1;r>=t;r--)n=e[r].create(null,M.from(n));return n}function Oc(n,e,t,r,s){if(s<n.length&&s<e.length&&n[s]==e[s]){let i=Oc(n,e,t,r.lastChild,s+1);if(i)return r.copy(r.content.replaceChild(r.childCount-1,i));if(r.contentMatchAt(r.childCount).matchType(s==n.length-1?t.type:n[s+1]))return r.copy(r.content.append(M.from(Ac(t,n,s+1))))}}function jc(n,e){if(e==0)return n;let t=n.content.replaceChild(n.childCount-1,jc(n.lastChild,e-1)),r=n.contentMatchAt(n.childCount).fillBefore(M.empty,!0);return n.copy(t.append(r))}function ai(n,e,t,r,s,i){let o=e<0?n.firstChild:n.lastChild,l=o.content;return n.childCount>1&&(i=0),s<r-1&&(l=ai(l,e,t,r,s+1,i)),s>=t&&(l=e<0?o.contentMatchAt(0).fillBefore(l,i<=s).append(l):l.append(o.contentMatchAt(o.childCount).fillBefore(M.empty,!0))),n.replaceChild(e<0?0:n.childCount-1,o.copy(l))}function dl(n,e,t){return e<n.openStart&&(n=new j(ai(n.content,-1,e,n.openStart,0,n.openEnd),e,n.openEnd)),t<n.openEnd&&(n=new j(ai(n.content,1,t,n.openEnd,0,0),n.openStart,t)),n}const Dc={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 fl=null;function Ic(){return fl||(fl=document.implementation.createHTMLDocument("title"))}let As=null;function kp(n){let e=window.trustedTypes;return e?(As||(As=e.defaultPolicy||e.createPolicy("ProseMirrorClipboard",{createHTML:t=>t})),As.createHTML(n)):n}function wp(n){let e=/^(\s*<meta [^>]*>)*/.exec(n);e&&(n=n.slice(e[0].length));let t=Ic().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(n),s;if((s=r&&Dc[r[1].toLowerCase()])&&(n=s.map(i=>"<"+i+">").join("")+n+s.map(i=>"</"+i+">").reverse().join("")),t.innerHTML=kp(n),s)for(let i=0;i<s.length;i++)t=t.querySelector(s[i])||t;return t}function Sp(n){let e=n.querySelectorAll(oe?"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 Cp(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:s,openStart:i,openEnd:o}=n;for(let l=r.length-2;l>=0;l-=2){let a=t.nodes[r[l]];if(!a||a.hasRequiredAttrs())break;s=M.from(a.create(r[l+1],s)),i++,o++}return new j(s,i,o)}const he={},pe={},Np={touchstart:!0,touchmove:!0};class Tp{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:"",button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function Mp(n){for(let e in he){let t=he[e];n.dom.addEventListener(e,n.input.eventHandlers[e]=r=>{Ap(n,r)&&!Bi(n,r)&&(n.editable||!(r.type in pe))&&t(n,r)},Np[e]?{passive:!0}:void 0)}ae&&n.dom.addEventListener("input",()=>null),ci(n)}function nt(n,e){n.input.lastSelectionOrigin=e,n.input.lastSelectionTime=Date.now()}function Ep(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 ci(n){n.someProp("handleDOMEvents",e=>{for(let t in e)n.input.eventHandlers[t]||n.dom.addEventListener(t,n.input.eventHandlers[t]=r=>Bi(n,r))})}function Bi(n,e){return n.someProp("handleDOMEvents",t=>{let r=t[e.type];return r?r(n,e)||e.defaultPrevented:!1})}function Ap(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 Op(n,e){!Bi(n,e)&&he[e.type]&&(n.editable||!(e.type in pe))&&he[e.type](n,e)}pe.keydown=(n,e)=>{let t=e;if(n.input.shiftKey=t.keyCode==16||t.shiftKey,!Lc(n,t)&&(n.input.lastKeyCode=t.keyCode,n.input.lastKeyCodeTime=Date.now(),!(He&&oe&&t.keyCode==13)))if(t.keyCode!=229&&n.domObserver.forceFlush(),Wt&&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",s=>s(n,pt(13,"Enter"))),n.input.lastIOSEnter=0)},200)}else n.someProp("handleKeyDown",r=>r(n,t))||yp(n,t)?t.preventDefault():nt(n,"key")};pe.keyup=(n,e)=>{e.keyCode==16&&(n.input.shiftKey=!1)};pe.keypress=(n,e)=>{let t=e;if(Lc(n,t)||!t.charCode||t.ctrlKey&&!t.altKey||Ne&&t.metaKey)return;if(n.someProp("handleKeyPress",s=>s(n,t))){t.preventDefault();return}let r=n.state.selection;if(!(r instanceof L)||!r.$from.sameParent(r.$to)){let s=String.fromCharCode(t.charCode),i=()=>n.state.tr.insertText(s).scrollIntoView();!/[\r\n]/.test(s)&&!n.someProp("handleTextInput",o=>o(n,r.$from.pos,r.$to.pos,s,i))&&n.dispatch(i()),t.preventDefault()}};function is(n){return{left:n.clientX,top:n.clientY}}function jp(n,e){let t=e.x-n.clientX,r=e.y-n.clientY;return t*t+r*r<100}function $i(n,e,t,r,s){if(r==-1)return!1;let i=n.state.doc.resolve(r);for(let o=i.depth+1;o>0;o--)if(n.someProp(e,l=>o>i.depth?l(n,t,i.nodeAfter,i.before(o),s,!0):l(n,t,i.node(o),i.before(o),s,!1)))return!0;return!1}function Ft(n,e,t){if(n.focused||n.focus(),n.state.selection.eq(e))return;let r=n.state.tr.setSelection(e);r.setMeta("pointer",!0),n.dispatch(r)}function Dp(n,e){if(e==-1)return!1;let t=n.state.doc.resolve(e),r=t.nodeAfter;return r&&r.isAtom&&R.isSelectable(r)?(Ft(n,new R(t)),!0):!1}function Ip(n,e){if(e==-1)return!1;let t=n.state.selection,r,s;t instanceof R&&(r=t.node);let i=n.state.doc.resolve(e);for(let o=i.depth+1;o>0;o--){let l=o>i.depth?i.nodeAfter:i.node(o);if(R.isSelectable(l)){r&&t.$from.depth>0&&o>=t.$from.depth&&i.before(t.$from.depth+1)==t.$from.pos?s=i.before(t.$from.depth):s=i.before(o);break}}return s!=null?(Ft(n,R.create(n.state.doc,s)),!0):!1}function Rp(n,e,t,r,s){return $i(n,"handleClickOn",e,t,r)||n.someProp("handleClick",i=>i(n,e,r))||(s?Ip(n,t):Dp(n,t))}function Lp(n,e,t,r){return $i(n,"handleDoubleClickOn",e,t,r)||n.someProp("handleDoubleClick",s=>s(n,e,r))}function Pp(n,e,t,r){return $i(n,"handleTripleClickOn",e,t,r)||n.someProp("handleTripleClick",s=>s(n,e,r))||zp(n,t,r)}function zp(n,e,t){if(t.button!=0)return!1;let r=n.state.doc;if(e==-1)return r.inlineContent?(Ft(n,L.create(r,0,r.content.size)),!0):!1;let s=r.resolve(e);for(let i=s.depth+1;i>0;i--){let o=i>s.depth?s.nodeAfter:s.node(i),l=s.before(i);if(o.inlineContent)Ft(n,L.create(r,l+1,l+1+o.content.size));else if(R.isSelectable(o))Ft(n,R.create(r,l));else continue;return!0}}function Fi(n){return hr(n)}const Rc=Ne?"metaKey":"ctrlKey";he.mousedown=(n,e)=>{let t=e;n.input.shiftKey=t.shiftKey;let r=Fi(n),s=Date.now(),i="singleClick";s-n.input.lastClick.time<500&&jp(t,n.input.lastClick)&&!t[Rc]&&n.input.lastClick.button==t.button&&(n.input.lastClick.type=="singleClick"?i="doubleClick":n.input.lastClick.type=="doubleClick"&&(i="tripleClick")),n.input.lastClick={time:s,x:t.clientX,y:t.clientY,type:i,button:t.button};let o=n.posAtCoords(is(t));o&&(i=="singleClick"?(n.input.mouseDown&&n.input.mouseDown.done(),n.input.mouseDown=new _p(n,o,t,!!r)):(i=="doubleClick"?Lp:Pp)(n,o.pos,o.inside,t)?t.preventDefault():nt(n,"pointer"))};class _p{constructor(e,t,r,s){this.view=e,this.pos=t,this.event=r,this.flushed=s,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!r[Rc],this.allowDefault=r.shiftKey;let i,o;if(t.inside>-1)i=e.state.doc.nodeAt(t.inside),o=t.inside;else{let u=e.state.doc.resolve(t.pos);i=u.parent,o=u.depth?u.before():0}const l=s?null:r.target,a=l?e.docView.nearestDesc(l,!0):null;this.target=a&&a.nodeDOM.nodeType==1?a.nodeDOM:null;let{selection:c}=e.state;(r.button==0&&i.type.spec.draggable&&i.type.spec.selectable!==!1||c instanceof R&&c.from<=o&&c.to>o)&&(this.mightDrag={node:i,pos:o,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Me&&!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)),nt(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(()=>We(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(is(e))),this.updateAllowDefault(e),this.allowDefault||!t?nt(this.view,"pointer"):Rp(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||ae&&this.mightDrag&&!this.mightDrag.node.isAtom||oe&&!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)?(Ft(this.view,z.near(this.view.state.doc.resolve(t.pos))),e.preventDefault()):nt(this.view,"pointer")}move(e){this.updateAllowDefault(e),nt(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)}}he.touchstart=n=>{n.input.lastTouch=Date.now(),Fi(n),nt(n,"pointer")};he.touchmove=n=>{n.input.lastTouch=Date.now(),nt(n,"pointer")};he.contextmenu=n=>Fi(n);function Lc(n,e){return n.composing?!0:ae&&Math.abs(e.timeStamp-n.input.compositionEndedAt)<500?(n.input.compositionEndedAt=-2e8,!0):!1}const Bp=He?5e3:-1;pe.compositionstart=pe.compositionupdate=n=>{if(!n.composing){n.domObserver.flush();let{state:e}=n,t=e.selection.$to;if(e.selection instanceof L&&(e.storedMarks||!t.textOffset&&t.parentOffset&&t.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)||oe&&fc&&$p(n)))n.markCursor=n.state.storedMarks||t.marks(),hr(n,!0),n.markCursor=null;else if(hr(n,!e.selection.empty),Me&&e.selection.empty&&t.parentOffset&&!t.textOffset&&t.nodeBefore.marks.length){let r=n.domSelectionRange();for(let s=r.focusNode,i=r.focusOffset;s&&s.nodeType==1&&i!=0;){let o=i<0?s.lastChild:s.childNodes[i-1];if(!o)break;if(o.nodeType==3){let l=n.domSelection();l&&l.collapse(o,o.nodeValue.length);break}else s=o,i=-1}}n.input.composing=!0}Pc(n,Bp)};function $p(n){let{focusNode:e,focusOffset:t}=n.domSelectionRange();if(!e||e.nodeType!=1||t>=e.childNodes.length)return!1;let r=e.childNodes[t];return r.nodeType==1&&r.contentEditable=="false"}pe.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.compositionNode=null,n.input.badSafariComposition?n.domObserver.forceFlush():n.input.compositionPendingChanges&&Promise.resolve().then(()=>n.domObserver.flush()),n.input.compositionID++,Pc(n,20))};function Pc(n,e){clearTimeout(n.input.composingTimeout),e>-1&&(n.input.composingTimeout=setTimeout(()=>hr(n),e))}function zc(n){for(n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=Vp());n.input.compositionNodes.length>0;)n.input.compositionNodes.pop().markParentsDirty()}function Fp(n){let e=n.domSelectionRange();if(!e.focusNode)return null;let t=Ih(e.focusNode,e.focusOffset),r=Rh(e.focusNode,e.focusOffset);if(t&&r&&t!=r){let s=r.pmViewDesc,i=n.domObserver.lastChangedTextNode;if(t==i||r==i)return i;if(!s||!s.isText(r.nodeValue))return r;if(n.input.compositionNode==r){let o=t.pmViewDesc;if(!(!o||!o.isText(t.nodeValue)))return r}}return t||r}function Vp(){let n=document.createEvent("Event");return n.initEvent("event",!0,!0),n.timeStamp}function hr(n,e=!1){if(!(He&&n.domObserver.flushingSoon>=0)){if(n.domObserver.forceFlush(),zc(n),e||n.docView&&n.docView.dirty){let t=Pi(n),r=n.state.selection;return t&&!t.eq(r)?n.dispatch(n.state.tr.setSelection(t)):(n.markCursor||e)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?n.dispatch(n.state.tr.deleteSelection()):n.updateState(n.state),!0}return!1}}function Hp(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(),s=document.createRange();s.selectNodeContents(e),n.dom.blur(),r.removeAllRanges(),r.addRange(s),setTimeout(()=>{t.parentNode&&t.parentNode.removeChild(t),n.focus()},50)}const Cn=xe&&st<15||Wt&&_h<604;he.copy=pe.cut=(n,e)=>{let t=e,r=n.state.selection,s=t.type=="cut";if(r.empty)return;let i=Cn?null:t.clipboardData,o=r.content(),{dom:l,text:a}=_i(n,o);i?(t.preventDefault(),i.clearData(),i.setData("text/html",l.innerHTML),i.setData("text/plain",a)):Hp(n,l),s&&n.dispatch(n.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function Up(n){return n.openStart==0&&n.openEnd==0&&n.content.childCount==1?n.content.firstChild:null}function Wp(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 s=n.input.shiftKey&&n.input.lastKeyCode!=45;setTimeout(()=>{n.focus(),r.parentNode&&r.parentNode.removeChild(r),t?Nn(n,r.value,null,s,e):Nn(n,r.textContent,r.innerHTML,s,e)},50)}function Nn(n,e,t,r,s){let i=Ec(n,e,t,r,n.state.selection.$from);if(n.someProp("handlePaste",a=>a(n,s,i||j.empty)))return!0;if(!i)return!1;let o=Up(i),l=o?n.state.tr.replaceSelectionWith(o,r):n.state.tr.replaceSelection(i);return n.dispatch(l.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function _c(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," "):""}pe.paste=(n,e)=>{let t=e;if(n.composing&&!He)return;let r=Cn?null:t.clipboardData,s=n.input.shiftKey&&n.input.lastKeyCode!=45;r&&Nn(n,_c(r),r.getData("text/html"),s,t)?t.preventDefault():Wp(n,t)};class Bc{constructor(e,t,r){this.slice=e,this.move=t,this.node=r}}const Kp=Ne?"altKey":"ctrlKey";function $c(n,e){let t=n.someProp("dragCopies",r=>!r(e));return t??!e[Kp]}he.dragstart=(n,e)=>{let t=e,r=n.input.mouseDown;if(r&&r.done(),!t.dataTransfer)return;let s=n.state.selection,i=s.empty?null:n.posAtCoords(is(t)),o;if(!(i&&i.pos>=s.from&&i.pos<=(s instanceof R?s.to-1:s.to))){if(r&&r.mightDrag)o=R.create(n.state.doc,r.mightDrag.pos);else if(t.target&&t.target.nodeType==1){let d=n.docView.nearestDesc(t.target,!0);d&&d.node.type.spec.draggable&&d!=n.docView&&(o=R.create(n.state.doc,d.posBefore))}}let l=(o||n.state.selection).content(),{dom:a,text:c,slice:u}=_i(n,l);(!t.dataTransfer.files.length||!oe||dc>120)&&t.dataTransfer.clearData(),t.dataTransfer.setData(Cn?"Text":"text/html",a.innerHTML),t.dataTransfer.effectAllowed="copyMove",Cn||t.dataTransfer.setData("text/plain",c),n.dragging=new Bc(u,$c(n,t),o)};he.dragend=n=>{let e=n.dragging;window.setTimeout(()=>{n.dragging==e&&(n.dragging=null)},50)};pe.dragover=pe.dragenter=(n,e)=>e.preventDefault();pe.drop=(n,e)=>{try{qp(n,e,n.dragging)}finally{n.dragging=null}};function qp(n,e,t){if(!e.dataTransfer)return;let r=n.posAtCoords(is(e));if(!r)return;let s=n.state.doc.resolve(r.pos),i=t&&t.slice;i?n.someProp("transformPasted",f=>{i=f(i,n,!1)}):i=Ec(n,_c(e.dataTransfer),Cn?null:e.dataTransfer.getData("text/html"),!1,s);let o=!!(t&&$c(n,e));if(n.someProp("handleDrop",f=>f(n,e,i||j.empty,o))){e.preventDefault();return}if(!i)return;e.preventDefault();let l=i?Ua(n.state.doc,s.pos,i):s.pos;l==null&&(l=s.pos);let a=n.state.tr;if(o){let{node:f}=t;f?f.replace(a):a.deleteSelection()}let c=a.mapping.map(l),u=i.openStart==0&&i.openEnd==0&&i.content.childCount==1,d=a.doc;if(u?a.replaceRangeWith(c,c,i.content.firstChild):a.replaceRange(c,c,i),a.doc.eq(d))return;let h=a.doc.resolve(c);if(u&&R.isSelectable(i.content.firstChild)&&h.nodeAfter&&h.nodeAfter.sameMarkup(i.content.firstChild))a.setSelection(new R(h));else{let f=a.mapping.map(l);a.mapping.maps[a.mapping.maps.length-1].forEach((m,g,x,y)=>f=y),a.setSelection(zi(n,h,a.doc.resolve(f)))}n.focus(),n.dispatch(a.setMeta("uiEvent","drop"))}he.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())&&We(n)},20))};he.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)};he.beforeinput=(n,e)=>{if(oe&&He&&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,pt(8,"Backspace")))))return;let{$cursor:s}=n.state.selection;s&&s.pos>0&&n.dispatch(n.state.tr.delete(s.pos-1,s.pos).scrollIntoView())},50)}};for(let n in pe)he[n]=pe[n];function Tn(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 pr{constructor(e,t){this.toDOM=e,this.spec=t||kt,this.side=this.spec.side||0}map(e,t,r,s){let{pos:i,deleted:o}=e.mapResult(t.from+s,this.side<0?-1:1);return o?null:new fe(i-r,i-r,this)}valid(){return!0}eq(e){return this==e||e instanceof pr&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&Tn(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class ot{constructor(e,t){this.attrs=e,this.spec=t||kt}map(e,t,r,s){let i=e.map(t.from+s,this.spec.inclusiveStart?-1:1)-r,o=e.map(t.to+s,this.spec.inclusiveEnd?1:-1)-r;return i>=o?null:new fe(i,o,this)}valid(e,t){return t.from<t.to}eq(e){return this==e||e instanceof ot&&Tn(this.attrs,e.attrs)&&Tn(this.spec,e.spec)}static is(e){return e.type instanceof ot}destroy(){}}class Vi{constructor(e,t){this.attrs=e,this.spec=t||kt}map(e,t,r,s){let i=e.mapResult(t.from+s,1);if(i.deleted)return null;let o=e.mapResult(t.to+s,-1);return o.deleted||o.pos<=i.pos?null:new fe(i.pos-r,o.pos-r,this)}valid(e,t){let{index:r,offset:s}=e.content.findIndex(t.from),i;return s==t.from&&!(i=e.child(r)).isText&&s+i.nodeSize==t.to}eq(e){return this==e||e instanceof Vi&&Tn(this.attrs,e.attrs)&&Tn(this.spec,e.spec)}destroy(){}}class fe{constructor(e,t,r){this.from=e,this.to=t,this.type=r}copy(e,t){return new fe(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 fe(e,e,new pr(t,r))}static inline(e,t,r,s){return new fe(e,t,new ot(r,s))}static node(e,t,r,s){return new fe(e,t,new Vi(r,s))}get spec(){return this.type.spec}get inline(){return this.type instanceof ot}get widget(){return this.type instanceof pr}}const zt=[],kt={};class V{constructor(e,t){this.local=e.length?e:zt,this.children=t.length?t:zt}static create(e,t){return t.length?mr(t,e,0,kt):le}find(e,t,r){let s=[];return this.findInner(e??0,t??1e9,s,0,r),s}findInner(e,t,r,s,i){for(let o=0;o<this.local.length;o++){let l=this.local[o];l.from<=t&&l.to>=e&&(!i||i(l.spec))&&r.push(l.copy(l.from+s,l.to+s))}for(let o=0;o<this.children.length;o+=3)if(this.children[o]<t&&this.children[o+1]>e){let l=this.children[o]+1;this.children[o+2].findInner(e-l,t-l,r,s+l,i)}}map(e,t,r){return this==le||e.maps.length==0?this:this.mapInner(e,t,0,0,r||kt)}mapInner(e,t,r,s,i){let o;for(let l=0;l<this.local.length;l++){let a=this.local[l].map(e,r,s);a&&a.type.valid(t,a)?(o||(o=[])).push(a):i.onRemove&&i.onRemove(this.local[l].spec)}return this.children.length?Jp(this.children,o||[],e,t,r,s,i):o?new V(o.sort(wt),zt):le}add(e,t){return t.length?this==le?V.create(e,t):this.addInner(e,t,0):this}addInner(e,t,r){let s,i=0;e.forEach((l,a)=>{let c=a+r,u;if(u=Vc(t,l,c)){for(s||(s=this.children.slice());i<s.length&&s[i]<a;)i+=3;s[i]==a?s[i+2]=s[i+2].addInner(l,u,c+1):s.splice(i,0,a,a+l.nodeSize,mr(u,l,c+1,kt)),i+=3}});let o=Fc(i?Hc(t):t,-r);for(let l=0;l<o.length;l++)o[l].type.valid(e,o[l])||o.splice(l--,1);return new V(o.length?this.local.concat(o).sort(wt):this.local,s||this.children)}remove(e){return e.length==0||this==le?this:this.removeInner(e,0)}removeInner(e,t){let r=this.children,s=this.local;for(let i=0;i<r.length;i+=3){let o,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,(o||(o=[])).push(d));if(!o)continue;r==this.children&&(r=this.children.slice());let c=r[i+2].removeInner(o,l+1);c!=le?r[i+2]=c:(r.splice(i,3),i-=3)}if(s.length){for(let i=0,o;i<e.length;i++)if(o=e[i])for(let l=0;l<s.length;l++)s[l].eq(o,t)&&(s==this.local&&(s=this.local.slice()),s.splice(l--,1))}return r==this.children&&s==this.local?this:s.length||r.length?new V(s,r):le}forChild(e,t){if(this==le)return this;if(t.isLeaf)return V.empty;let r,s;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,o=i+t.content.size;for(let l=0;l<this.local.length;l++){let a=this.local[l];if(a.from<o&&a.to>i&&a.type instanceof ot){let c=Math.max(i,a.from)-i,u=Math.min(o,a.to)-i;c<u&&(s||(s=[])).push(a.copy(c,u))}}if(s){let l=new V(s.sort(wt),zt);return r?new Xe([l,r]):l}return r||le}eq(e){if(this==e)return!0;if(!(e instanceof V)||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 Hi(this.localsInner(e))}localsInner(e){if(this==le)return zt;if(e.inlineContent||!this.local.some(ot.is))return this.local;let t=[];for(let r=0;r<this.local.length;r++)this.local[r].type instanceof ot||t.push(this.local[r]);return t}forEachSet(e){e(this)}}V.empty=new V([],[]);V.removeOverlap=Hi;const le=V.empty;class Xe{constructor(e){this.members=e}map(e,t){const r=this.members.map(s=>s.map(e,t,kt));return Xe.from(r)}forChild(e,t){if(t.isLeaf)return V.empty;let r=[];for(let s=0;s<this.members.length;s++){let i=this.members[s].forChild(e,t);i!=le&&(i instanceof Xe?r=r.concat(i.members):r.push(i))}return Xe.from(r)}eq(e){if(!(e instanceof Xe)||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 s=0;s<this.members.length;s++){let i=this.members[s].localsInner(e);if(i.length)if(!t)t=i;else{r&&(t=t.slice(),r=!1);for(let o=0;o<i.length;o++)t.push(i[o])}}return t?Hi(r?t:t.sort(wt)):zt}static from(e){switch(e.length){case 0:return le;case 1:return e[0];default:return new Xe(e.every(t=>t instanceof V)?e:e.reduce((t,r)=>t.concat(r instanceof V?r:r.members),[]))}}forEachSet(e){for(let t=0;t<this.members.length;t++)this.members[t].forEachSet(e)}}function Jp(n,e,t,r,s,i,o){let l=n.slice();for(let c=0,u=i;c<t.maps.length;c++){let d=0;t.maps[c].forEach((h,f,m,g)=>{let x=g-m-(f-h);for(let y=0;y<l.length;y+=3){let k=l[y+1];if(k<0||h>k+u-d)continue;let C=l[y]+u-d;f>=C?l[y+1]=h<=C?-2:-1:h>=u&&x&&(l[y]+=x,l[y+1]+=x)}d+=x}),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-s;if(d<0||d>=r.content.size){a=!0;continue}let h=t.map(n[c+1]+i,-1),f=h-s,{index:m,offset:g}=r.content.findIndex(d),x=r.maybeChild(m);if(x&&g==d&&g+x.nodeSize==f){let y=l[c+2].mapInner(t,x,u+1,n[c]+i+1,o);y!=le?(l[c]=d,l[c+1]=f,l[c+2]=y):(l[c+1]=-2,a=!0)}else a=!0}if(a){let c=Gp(l,n,e,t,s,i,o),u=mr(c,r,0,o);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,h=0;d<u.children.length;d+=3){let f=u.children[d];for(;h<l.length&&l[h]<f;)h+=3;l.splice(h,0,u.children[d],u.children[d+1],u.children[d+2])}}return new V(e.sort(wt),l)}function Fc(n,e){if(!e||!n.length)return n;let t=[];for(let r=0;r<n.length;r++){let s=n[r];t.push(new fe(s.from+e,s.to+e,s.type))}return t}function Gp(n,e,t,r,s,i,o){function l(a,c){for(let u=0;u<a.local.length;u++){let d=a.local[u].map(r,s,c);d?t.push(d):o.onRemove&&o.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 Vc(n,e,t){if(e.isLeaf)return null;let r=t+e.nodeSize,s=null;for(let i=0,o;i<n.length;i++)(o=n[i])&&o.from>t&&o.to<r&&((s||(s=[])).push(o),n[i]=null);return s}function Hc(n){let e=[];for(let t=0;t<n.length;t++)n[t]!=null&&e.push(n[t]);return e}function mr(n,e,t,r){let s=[],i=!1;e.forEach((l,a)=>{let c=Vc(n,l,a+t);if(c){i=!0;let u=mr(c,l,t+a+1,r);u!=le&&s.push(a,a+l.nodeSize,u)}});let o=Fc(i?Hc(n):n,-t).sort(wt);for(let l=0;l<o.length;l++)o[l].type.valid(e,o[l])||(r.onRemove&&r.onRemove(o[l].spec),o.splice(l--,1));return o.length||s.length?new V(o,s):le}function wt(n,e){return n.from-e.from||n.to-e.to}function Hi(n){let e=n;for(let t=0;t<e.length-1;t++){let r=e[t];if(r.from!=r.to)for(let s=t+1;s<e.length;s++){let i=e[s];if(i.from==r.from){i.to!=r.to&&(e==n&&(e=n.slice()),e[s]=i.copy(i.from,r.to),hl(e,s+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),hl(e,s,r.copy(i.from,r.to)));break}}}return e}function hl(n,e,t){for(;e<n.length&&wt(t,n[e])>0;)e++;n.splice(e,0,t)}function Os(n){let e=[];return n.someProp("decorations",t=>{let r=t(n.state);r&&r!=le&&e.push(r)}),n.cursorWrapper&&e.push(V.create(n.state.doc,[n.cursorWrapper.deco])),Xe.from(e)}const Qp={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Yp=xe&&st<=11;class Xp{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 Zp{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new Xp,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let s=0;s<r.length;s++)this.queue.push(r[s]);xe&&st<=11&&r.some(s=>s.type=="childList"&&s.removedNodes.length||s.type=="characterData"&&s.oldValue.length>s.target.nodeValue.length)?this.flushSoon():ae&&e.composing&&r.some(s=>s.type=="childList"&&s.target.nodeName=="TR")?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),Yp&&(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,Qp)),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(il(this.view)){if(this.suppressingSelectionUpdates)return We(this.view);if(xe&&st<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&Mt(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=Ut(i))t.add(i);for(let i=e.anchorNode;i;i=Ut(i))if(t.has(i)){r=i;break}let s=r&&this.view.docView.nearestDesc(r);if(s&&s.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(),s=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(r)&&il(e)&&!this.ignoreSelectionChange(r),i=-1,o=-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),o=o<0?d.to:Math.max(d.to,o),d.typeOver&&(l=!0))}if(a.some(u=>u.nodeName=="BR")&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let u of a)if(u.nodeName=="BR"&&u.parentNode){let d=u.nextSibling;d&&d.nodeType==1&&d.contentEditable=="false"&&u.parentNode.removeChild(u)}}else if(Me&&a.length){let u=a.filter(d=>d.nodeName=="BR");if(u.length==2){let[d,h]=u;d.parentNode&&d.parentNode.parentNode==h.parentNode?h.remove():d.remove()}else{let{focusNode:d}=this.currentSelection;for(let h of u){let f=h.parentNode;f&&f.nodeName=="LI"&&(!d||nm(e,d)!=f)&&h.remove()}}}let c=null;i<0&&s&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)<Date.now()-300&&rs(r)&&(c=Pi(e))&&c.eq(z.near(e.state.doc.resolve(0),1))?(e.input.lastFocus=0,We(e),this.currentSelection.set(r),e.scrollToSelection()):(i>-1||s)&&(i>-1&&(e.docView.markDirty(i,o),em(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,rm(e,a)),this.handleDOMChange(i,o,l,a),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||We(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++){let d=e.addedNodes[u];t.push(d),d.nodeType==3&&(this.lastChangedTextNode=d)}if(r.contentDOM&&r.contentDOM!=r.dom&&!r.contentDOM.contains(e.target))return{from:r.posBefore,to:r.posAfter};let s=e.previousSibling,i=e.nextSibling;if(xe&&st<=11&&e.addedNodes.length)for(let u=0;u<e.addedNodes.length;u++){let{previousSibling:d,nextSibling:h}=e.addedNodes[u];(!d||Array.prototype.indexOf.call(e.addedNodes,d)<0)&&(s=d),(!h||Array.prototype.indexOf.call(e.addedNodes,h)<0)&&(i=h)}let o=s&&s.parentNode==e.target?se(s)+1:0,l=r.localPosFromDOM(e.target,o,-1),a=i&&i.parentNode==e.target?se(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}:(this.lastChangedTextNode=e.target,{from:r.posAtStart,to:r.posAtEnd,typeOver:e.target.nodeValue==e.oldValue})}}let pl=new WeakMap,ml=!1;function em(n){if(!pl.has(n)&&(pl.set(n,null),["normal","nowrap","pre-line"].indexOf(getComputedStyle(n.dom).whiteSpace)!==-1)){if(n.requiresGeckoHackNode=Me,ml)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."),ml=!0}}function gl(n,e){let t=e.startContainer,r=e.startOffset,s=e.endContainer,i=e.endOffset,o=n.domAtPos(n.state.selection.anchor);return Mt(o.node,o.offset,s,i)&&([t,r,s,i]=[s,i,t,r]),{anchorNode:t,anchorOffset:r,focusNode:s,focusOffset:i}}function tm(n,e){if(e.getComposedRanges){let s=e.getComposedRanges(n.root)[0];if(s)return gl(n,s)}let t;function r(s){s.preventDefault(),s.stopImmediatePropagation(),t=s.getTargetRanges()[0]}return n.dom.addEventListener("beforeinput",r,!0),document.execCommand("indent"),n.dom.removeEventListener("beforeinput",r,!0),t?gl(n,t):null}function nm(n,e){for(let t=e.parentNode;t&&t!=n.dom;t=t.parentNode){let r=n.docView.nearestDesc(t,!0);if(r&&r.node.isBlock)return t}return null}function rm(n,e){var t;let{focusNode:r,focusOffset:s}=n.domSelectionRange();for(let i of e)if(((t=i.parentNode)===null||t===void 0?void 0:t.nodeName)=="TR"){let o=i.nextSibling;for(;o&&o.nodeName!="TD"&&o.nodeName!="TH";)o=o.nextSibling;if(o){let l=o;for(;;){let a=l.firstChild;if(!a||a.nodeType!=1||a.contentEditable=="false"||/^(BR|IMG)$/.test(a.nodeName))break;l=a}l.insertBefore(i,l.firstChild),r==i&&n.domSelection().collapse(i,s)}else i.parentNode.removeChild(i)}}function sm(n,e,t){let{node:r,fromOffset:s,toOffset:i,from:o,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}],rs(a)||c.push({node:a.focusNode,offset:a.focusOffset})),oe&&n.input.lastKeyCode===8)for(let x=i;x>s;x--){let y=r.childNodes[x-1],k=y.pmViewDesc;if(y.nodeName=="BR"&&!k){i=x;break}if(!k||k.size)break}let d=n.state.doc,h=n.someProp("domParser")||rt.fromSchema(n.state.schema),f=d.resolve(o),m=null,g=h.parse(r,{topNode:f.parent,topMatch:f.parent.contentMatchAt(f.index()),topOpen:!0,from:s,to:i,preserveWhitespace:f.parent.type.whitespace=="pre"?"full":!0,findPositions:c,ruleFromNode:im,context:f});if(c&&c[0].pos!=null){let x=c[0].pos,y=c[1]&&c[1].pos;y==null&&(y=x),m={anchor:x+o,head:y+o}}return{doc:g,sel:m,from:o,to:l}}function im(n){let e=n.pmViewDesc;if(e)return e.parseRule();if(n.nodeName=="BR"&&n.parentNode){if(ae&&/^(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||ae&&/^(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 om=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function lm(n,e,t,r,s){let i=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,A=Pi(n,v);if(A&&!n.state.selection.eq(A)){if(oe&&He&&n.input.lastKeyCode===13&&Date.now()-100<n.input.lastKeyCodeTime&&n.someProp("handleKeyDown",K=>K(n,pt(13,"Enter"))))return;let I=n.state.tr.setSelection(A);v=="pointer"?I.setMeta("pointer",!0):v=="key"&&I.scrollIntoView(),i&&I.setMeta("composition",i),n.dispatch(I)}return}let o=n.state.doc.resolve(e),l=o.sharedDepth(t);e=o.before(l+1),t=n.state.doc.resolve(t).after(l+1);let a=n.state.selection,c=sm(n,e,t),u=n.state.doc,d=u.slice(c.from,c.to),h,f;n.input.lastKeyCode===8&&Date.now()-100<n.input.lastKeyCodeTime?(h=n.state.selection.to,f="end"):(h=n.state.selection.from,f="start"),n.input.lastKeyCode=null;let m=um(d.content,c.doc.content,c.from,h,f);if(m&&n.input.domChangeCount++,(Wt&&n.input.lastIOSEnter>Date.now()-225||He)&&s.some(v=>v.nodeType==1&&!om.test(v.nodeName))&&(!m||m.endA>=m.endB)&&n.someProp("handleKeyDown",v=>v(n,pt(13,"Enter")))){n.input.lastIOSEnter=0;return}if(!m)if(r&&a instanceof L&&!a.empty&&a.$head.sameParent(a.$anchor)&&!n.composing&&!(c.sel&&c.sel.anchor!=c.sel.head))m={start:a.from,endA:a.to,endB:a.to};else{if(c.sel){let v=xl(n,n.state.doc,c.sel);if(v&&!v.eq(n.state.selection)){let A=n.state.tr.setSelection(v);i&&A.setMeta("composition",i),n.dispatch(A)}}return}n.state.selection.from<n.state.selection.to&&m.start==m.endB&&n.state.selection instanceof L&&(m.start>n.state.selection.from&&m.start<=n.state.selection.from+2&&n.state.selection.from>=c.from?m.start=n.state.selection.from:m.endA<n.state.selection.to&&m.endA>=n.state.selection.to-2&&n.state.selection.to<=c.to&&(m.endB+=n.state.selection.to-m.endA,m.endA=n.state.selection.to)),xe&&st<=11&&m.endB==m.start+1&&m.endA==m.start&&m.start>c.from&&c.doc.textBetween(m.start-c.from-1,m.start-c.from+1)=="  "&&(m.start--,m.endA--,m.endB--);let g=c.doc.resolveNoCache(m.start-c.from),x=c.doc.resolveNoCache(m.endB-c.from),y=u.resolve(m.start),k=g.sameParent(x)&&g.parent.inlineContent&&y.end()>=m.endA;if((Wt&&n.input.lastIOSEnter>Date.now()-225&&(!k||s.some(v=>v.nodeName=="DIV"||v.nodeName=="P"))||!k&&g.pos<c.doc.content.size&&(!g.sameParent(x)||!g.parent.inlineContent)&&g.pos<x.pos&&!/\S/.test(c.doc.textBetween(g.pos,x.pos,"","")))&&n.someProp("handleKeyDown",v=>v(n,pt(13,"Enter")))){n.input.lastIOSEnter=0;return}if(n.state.selection.anchor>m.start&&cm(u,m.start,m.endA,g,x)&&n.someProp("handleKeyDown",v=>v(n,pt(8,"Backspace")))){He&&oe&&n.domObserver.suppressSelectionUpdates();return}oe&&m.endB==m.start&&(n.input.lastChromeDelete=Date.now()),He&&!k&&g.start()!=x.start()&&x.parentOffset==0&&g.depth==x.depth&&c.sel&&c.sel.anchor==c.sel.head&&c.sel.head==m.endA&&(m.endB-=2,x=c.doc.resolveNoCache(m.endB-c.from),setTimeout(()=>{n.someProp("handleKeyDown",function(v){return v(n,pt(13,"Enter"))})},20));let C=m.start,T=m.endA,N=v=>{let A=v||n.state.tr.replace(C,T,c.doc.slice(m.start-c.from,m.endB-c.from));if(c.sel){let I=xl(n,A.doc,c.sel);I&&!(oe&&n.composing&&I.empty&&(m.start!=m.endB||n.input.lastChromeDelete<Date.now()-100)&&(I.head==C||I.head==A.mapping.map(T)-1)||xe&&I.empty&&I.head==C)&&A.setSelection(I)}return i&&A.setMeta("composition",i),A.scrollIntoView()},w;if(k)if(g.pos==x.pos){xe&&st<=11&&g.parentOffset==0&&(n.domObserver.suppressSelectionUpdates(),setTimeout(()=>We(n),20));let v=N(n.state.tr.delete(C,T)),A=u.resolve(m.start).marksAcross(u.resolve(m.endA));A&&v.ensureMarks(A),n.dispatch(v)}else if(m.endA==m.endB&&(w=am(g.parent.content.cut(g.parentOffset,x.parentOffset),y.parent.content.cut(y.parentOffset,m.endA-y.start())))){let v=N(n.state.tr);w.type=="add"?v.addMark(C,T,w.mark):v.removeMark(C,T,w.mark),n.dispatch(v)}else if(g.parent.child(g.index()).isText&&g.index()==x.index()-(x.textOffset?0:1)){let v=g.parent.textBetween(g.parentOffset,x.parentOffset),A=()=>N(n.state.tr.insertText(v,C,T));n.someProp("handleTextInput",I=>I(n,C,T,v,A))||n.dispatch(A())}else n.dispatch(N());else n.dispatch(N())}function xl(n,e,t){return Math.max(t.anchor,t.head)>e.content.size?null:zi(n,e.resolve(t.anchor),e.resolve(t.head))}function am(n,e){let t=n.firstChild.marks,r=e.firstChild.marks,s=t,i=r,o,l,a;for(let u=0;u<r.length;u++)s=r[u].removeFromSet(s);for(let u=0;u<t.length;u++)i=t[u].removeFromSet(i);if(s.length==1&&i.length==0)l=s[0],o="add",a=u=>u.mark(l.addToSet(u.marks));else if(s.length==0&&i.length==1)l=i[0],o="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(M.from(c).eq(n))return{mark:l,type:o}}function cm(n,e,t,r,s){if(t-e<=s.pos-r.pos||js(r,!0,!1)<s.pos)return!1;let i=n.resolve(e);if(!r.parent.isTextblock){let l=i.nodeAfter;return l!=null&&t==e+l.nodeSize}if(i.parentOffset<i.parent.content.size||!i.parent.isTextblock)return!1;let o=n.resolve(js(i,!0,!0));return!o.parent.isTextblock||o.pos>t||js(o,!0,!1)<t?!1:r.parent.content.cut(r.parentOffset).eq(o.parent.content)}function js(n,e,t){let r=n.depth,s=e?n.end():n.pos;for(;r>0&&(e||n.indexAfter(r)==n.node(r).childCount);)r--,s++,e=!1;if(t){let i=n.node(r).maybeChild(n.indexAfter(r));for(;i&&!i.isLeaf;)i=i.firstChild,s++}return s}function um(n,e,t,r,s){let i=n.findDiffStart(e,t);if(i==null)return null;let{a:o,b:l}=n.findDiffEnd(e,t+n.size,t+e.size);if(s=="end"){let a=Math.max(0,i-Math.min(o,l));r-=o+a-i}if(o<i&&n.size<e.size){let a=r<=i&&r>=o?i-r:0;i-=a,i&&i<e.size&&yl(e.textBetween(i-1,i+1))&&(i+=a?1:-1),l=i+(l-o),o=i}else if(l<i){let a=r<=i&&r>=l?i-r:0;i-=a,i&&i<n.size&&yl(n.textBetween(i-1,i+1))&&(i+=a?1:-1),o=i+(o-l),l=i}return{start:i,endA:o,endB:l}}function yl(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 Uc{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 Tp,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(Sl),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=kl(this),vl(this),this.nodeViews=wl(this),this.docView=Zo(this.state.doc,bl(this),Os(this),this.dom,this),this.domObserver=new Zp(this,(r,s,i,o)=>lm(this,r,s,i,o)),this.domObserver.start(),Mp(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&&ci(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(Sl),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 s=this.state,i=!1,o=!1;e.storedMarks&&this.composing&&(zc(this),o=!0),this.state=e;let l=s.plugins!=e.plugins||this._props.plugins!=t.plugins;if(l||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let f=wl(this);fm(f,this.nodeViews)&&(this.nodeViews=f,i=!0)}(l||t.handleDOMEvents!=this._props.handleDOMEvents)&&ci(this),this.editable=kl(this),vl(this);let a=Os(this),c=bl(this),u=s.plugins!=e.plugins&&!s.doc.eq(e.doc)?"reset":e.scrollToSelection>s.scrollToSelection?"to selection":"preserve",d=i||!this.docView.matchesNode(e.doc,c,a);(d||!e.selection.eq(s.selection))&&(o=!0);let h=u=="preserve"&&o&&this.dom.style.overflowAnchor==null&&Fh(this);if(o){this.domObserver.stop();let f=d&&(xe||oe)&&!this.composing&&!s.selection.empty&&!e.selection.empty&&dm(s.selection,e.selection);if(d){let m=oe?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=Fp(this)),(i||!this.docView.update(e.doc,c,a,this))&&(this.docView.updateOuterDeco(c),this.docView.destroy(),this.docView=Zo(e.doc,c,a,this.dom,this)),m&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(f=!0)}f||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&dp(this))?We(this,f):(Nc(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(s),!((r=this.dragging)===null||r===void 0)&&r.node&&!s.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,s),u=="reset"?this.dom.scrollTop=0:u=="to selection"?this.scrollToSelection():h&&Vh(h)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",t=>t(this)))if(this.state.selection instanceof R){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&qo(this,t.getBoundingClientRect(),e)}else qo(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,s=-1;if(this.state.doc.nodeAt(r.from)==r.node)s=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&&(s=i)}this.dragging=new Bc(e.slice,e.move,s<0?void 0:R.create(this.state.doc,s))}someProp(e,t){let r=this._props&&this._props[e],s;if(r!=null&&(s=t?t(r):r))return s;for(let o=0;o<this.directPlugins.length;o++){let l=this.directPlugins[o].props[e];if(l!=null&&(s=t?t(l):l))return s}let i=this.state.plugins;if(i)for(let o=0;o<i.length;o++){let l=i[o].props[e];if(l!=null&&(s=t?t(l):l))return s}}hasFocus(){if(xe){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&&Hh(this.dom),We(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 Jh(this,e)}coordsAtPos(e,t=1){return xc(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 s=this.docView.posFromDOM(e,t,r);if(s==null)throw new RangeError("DOM position not inside the editor");return s}endOfTextblock(e,t){return Zh(this,t||this.state,e)}pasteHTML(e,t){return Nn(this,"",e,!1,t||new ClipboardEvent("paste"))}pasteText(e,t){return Nn(this,e,null,!0,t||new ClipboardEvent("paste"))}serializeForClipboard(e){return _i(this,e)}destroy(){this.docView&&(Ep(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],Os(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,jh())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Op(this,e)}domSelectionRange(){let e=this.domSelection();return e?ae&&this.root.nodeType===11&&Ph(this.dom.ownerDocument)==this.dom&&tm(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}Uc.prototype.dispatch=function(n){let e=this._props.dispatchTransaction;e?e.call(this,n):this.updateState(this.state.apply(n))};function bl(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"),[fe.node(0,n.state.doc.content.size,e)]}function vl(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:fe.widget(n.state.selection.from,e,{raw:!0,marks:n.markCursor})}}else n.cursorWrapper=null}function kl(n){return!n.someProp("editable",e=>e(n.state)===!1)}function dm(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 wl(n){let e=Object.create(null);function t(r){for(let s in r)Object.prototype.hasOwnProperty.call(e,s)||(e[s]=r[s])}return n.someProp("nodeViews",t),n.someProp("markViews",t),e}function fm(n,e){let t=0,r=0;for(let s in n){if(n[s]!=e[s])return!0;t++}for(let s in e)r++;return t!=r}function Sl(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")}var lt={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:"'"},gr={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},hm=typeof navigator<"u"&&/Mac/.test(navigator.platform),pm=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var ie=0;ie<10;ie++)lt[48+ie]=lt[96+ie]=String(ie);for(var ie=1;ie<=24;ie++)lt[ie+111]="F"+ie;for(var ie=65;ie<=90;ie++)lt[ie]=String.fromCharCode(ie+32),gr[ie]=String.fromCharCode(ie);for(var Ds in lt)gr.hasOwnProperty(Ds)||(gr[Ds]=lt[Ds]);function mm(n){var e=hm&&n.metaKey&&n.shiftKey&&!n.ctrlKey&&!n.altKey||pm&&n.shiftKey&&n.key&&n.key.length==1||n.key=="Unidentified",t=!e&&n.key||(n.shiftKey?gr:lt)[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 gm=typeof navigator<"u"&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),xm=typeof navigator<"u"&&/Win/.test(navigator.platform);function ym(n){let e=n.split(/-(?!$)/),t=e[e.length-1];t=="Space"&&(t=" ");let r,s,i,o;for(let l=0;l<e.length-1;l++){let a=e[l];if(/^(cmd|meta|m)$/i.test(a))o=!0;else if(/^a(lt)?$/i.test(a))r=!0;else if(/^(c|ctrl|control)$/i.test(a))s=!0;else if(/^s(hift)?$/i.test(a))i=!0;else if(/^mod$/i.test(a))gm?o=!0:s=!0;else throw new Error("Unrecognized modifier name: "+a)}return r&&(t="Alt-"+t),s&&(t="Ctrl-"+t),o&&(t="Meta-"+t),i&&(t="Shift-"+t),t}function bm(n){let e=Object.create(null);for(let t in n)e[ym(t)]=n[t];return e}function Is(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 vm(n){return new H({props:{handleKeyDown:Wc(n)}})}function Wc(n){let e=bm(n);return function(t,r){let s=mm(r),i,o=e[Is(s,r)];if(o&&o(t.state,t.dispatch,t))return!0;if(s.length==1&&s!=" "){if(r.shiftKey){let l=e[Is(s,r,!1)];if(l&&l(t.state,t.dispatch,t))return!0}if((r.altKey||r.metaKey||r.ctrlKey)&&!(xm&&r.ctrlKey&&r.altKey)&&(i=lt[r.keyCode])&&i!=s){let l=e[Is(i,r)];if(l&&l(t.state,t.dispatch,t))return!0}}return!1}}var km=Object.defineProperty,Ui=(n,e)=>{for(var t in e)km(n,t,{get:e[t],enumerable:!0})};function ls(n){const{state:e,transaction:t}=n;let{selection:r}=t,{doc:s}=t,{storedMarks:i}=t;return{...e,apply:e.apply.bind(e),applyTransaction:e.applyTransaction.bind(e),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 s},get tr(){return r=t.selection,s=t.doc,i=t.storedMarks,t}}}var as=class{constructor(n){this.editor=n.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=n.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:n,editor:e,state:t}=this,{view:r}=e,{tr:s}=t,i=this.buildProps(s);return Object.fromEntries(Object.entries(n).map(([o,l])=>[o,(...c)=>{const u=l(...c)(i);return!s.getMeta("preventDispatch")&&!this.hasCustomState&&r.dispatch(s),u}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(n,e=!0){const{rawCommands:t,editor:r,state:s}=this,{view:i}=r,o=[],l=!!n,a=n||s.tr,c=()=>(!l&&e&&!a.getMeta("preventDispatch")&&!this.hasCustomState&&i.dispatch(a),o.every(d=>d===!0)),u={...Object.fromEntries(Object.entries(t).map(([d,h])=>[d,(...m)=>{const g=this.buildProps(a,e),x=h(...m)(g);return o.push(x),u}])),run:c};return u}createCan(n){const{rawCommands:e,state:t}=this,r=!1,s=n||t.tr,i=this.buildProps(s,r);return{...Object.fromEntries(Object.entries(e).map(([l,a])=>[l,(...c)=>a(...c)({...i,dispatch:void 0})])),chain:()=>this.createChain(s,r)}}buildProps(n,e=!0){const{rawCommands:t,editor:r,state:s}=this,{view:i}=r,o={tr:n,editor:r,view:i,state:ls({state:s,transaction:n}),dispatch:e?()=>{}:void 0,chain:()=>this.createChain(n,e),can:()=>this.createCan(n),get commands(){return Object.fromEntries(Object.entries(t).map(([l,a])=>[l,(...c)=>a(...c)(o)]))}};return o}},Kc={};Ui(Kc,{blur:()=>wm,clearContent:()=>Sm,clearNodes:()=>Cm,command:()=>Nm,createParagraphNear:()=>Tm,cut:()=>Mm,deleteCurrentNode:()=>Em,deleteNode:()=>Am,deleteRange:()=>Om,deleteSelection:()=>jm,enter:()=>Dm,exitCode:()=>Im,extendMarkRange:()=>Rm,first:()=>Lm,focus:()=>zm,forEach:()=>_m,insertContent:()=>Bm,insertContentAt:()=>Vm,joinBackward:()=>Wm,joinDown:()=>Um,joinForward:()=>Km,joinItemBackward:()=>qm,joinItemForward:()=>Jm,joinTextblockBackward:()=>Gm,joinTextblockForward:()=>Qm,joinUp:()=>Hm,keyboardShortcut:()=>Xm,lift:()=>Zm,liftEmptyBlock:()=>eg,liftListItem:()=>tg,newlineInCode:()=>ng,resetAttributes:()=>rg,scrollIntoView:()=>sg,selectAll:()=>ig,selectNodeBackward:()=>og,selectNodeForward:()=>lg,selectParentNode:()=>ag,selectTextblockEnd:()=>cg,selectTextblockStart:()=>ug,setContent:()=>dg,setMark:()=>Dg,setMeta:()=>Ig,setNode:()=>Rg,setNodeSelection:()=>Lg,setTextDirection:()=>Pg,setTextSelection:()=>zg,sinkListItem:()=>_g,splitBlock:()=>Bg,splitListItem:()=>$g,toggleList:()=>Fg,toggleMark:()=>Vg,toggleNode:()=>Hg,toggleWrap:()=>Ug,undoInputRule:()=>Wg,unsetAllMarks:()=>Kg,unsetMark:()=>qg,unsetTextDirection:()=>Jg,updateAttributes:()=>Gg,wrapIn:()=>Qg,wrapInList:()=>Yg});var wm=()=>({editor:n,view:e})=>(requestAnimationFrame(()=>{var t;n.isDestroyed||(e.dom.blur(),(t=window==null?void 0:window.getSelection())==null||t.removeAllRanges())}),!0),Sm=(n=!0)=>({commands:e})=>e.setContent("",{emitUpdate:n}),Cm=()=>({state:n,tr:e,dispatch:t})=>{const{selection:r}=e,{ranges:s}=r;return t&&s.forEach(({$from:i,$to:o})=>{n.doc.nodesBetween(i.pos,o.pos,(l,a)=>{if(l.type.isText)return;const{doc:c,mapping:u}=e,d=c.resolve(u.map(a)),h=c.resolve(u.map(a+l.nodeSize)),f=d.blockRange(h);if(!f)return;const m=Qt(f);if(l.type.isTextblock){const{defaultType:g}=d.parent.contentMatchAt(d.index());e.setNodeMarkup(f.start,g)}(m||m===0)&&e.lift(f,m)})}),!0},Nm=n=>e=>n(e),Tm=()=>({state:n,dispatch:e})=>oc(n,e),Mm=(n,e)=>({editor:t,tr:r})=>{const{state:s}=t,i=s.doc.slice(n.from,n.to);r.deleteRange(n.from,n.to);const o=r.mapping.map(e);return r.insert(o,i.content),r.setSelection(new L(r.doc.resolve(Math.max(o-1,0)))),!0},Em=()=>({tr:n,dispatch:e})=>{const{selection:t}=n,r=t.$anchor.node();if(r.content.size>0)return!1;const s=n.selection.$anchor;for(let i=s.depth;i>0;i-=1)if(s.node(i).type===r.type){if(e){const l=s.before(i),a=s.after(i);n.delete(l,a).scrollIntoView()}return!0}return!1};function Q(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}var Am=n=>({tr:e,state:t,dispatch:r})=>{const s=Q(n,t.schema),i=e.selection.$anchor;for(let o=i.depth;o>0;o-=1)if(i.node(o).type===s){if(r){const a=i.before(o),c=i.after(o);e.delete(a,c).scrollIntoView()}return!0}return!1},Om=n=>({tr:e,dispatch:t})=>{const{from:r,to:s}=n;return t&&e.delete(r,s),!0},jm=()=>({state:n,dispatch:e})=>Oi(n,e),Dm=()=>({commands:n})=>n.keyboardShortcut("Enter"),Im=()=>({state:n,dispatch:e})=>gh(n,e);function Wi(n){return Object.prototype.toString.call(n)==="[object RegExp]"}function xr(n,e,t={strict:!0}){const r=Object.keys(e);return r.length?r.every(s=>t.strict?e[s]===n[s]:Wi(e[s])?e[s].test(n[s]):e[s]===n[s]):!0}function qc(n,e,t={}){return n.find(r=>r.type===e&&xr(Object.fromEntries(Object.keys(t).map(s=>[s,r.attrs[s]])),t))}function Cl(n,e,t={}){return!!qc(n,e,t)}function Ki(n,e,t){var r;if(!n||!e)return;let s=n.parent.childAfter(n.parentOffset);if((!s.node||!s.node.marks.some(u=>u.type===e))&&(s=n.parent.childBefore(n.parentOffset)),!s.node||!s.node.marks.some(u=>u.type===e)||(t=t||((r=s.node.marks[0])==null?void 0:r.attrs),!qc([...s.node.marks],e,t)))return;let o=s.index,l=n.start()+s.offset,a=o+1,c=l+s.node.nodeSize;for(;o>0&&Cl([...n.parent.child(o-1).marks],e,t);)o-=1,l-=n.parent.child(o).nodeSize;for(;a<n.parent.childCount&&Cl([...n.parent.child(a).marks],e,t);)c+=n.parent.child(a).nodeSize,a+=1;return{from:l,to:c}}function Ke(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}var Rm=(n,e={})=>({tr:t,state:r,dispatch:s})=>{const i=Ke(n,r.schema),{doc:o,selection:l}=t,{$from:a,from:c,to:u}=l;if(s){const d=Ki(a,i,e);if(d&&d.from<=c&&d.to>=u){const h=L.create(o,d.from,d.to);t.setSelection(h)}}return!0},Lm=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 Jc(n){return n instanceof L}function xt(n=0,e=0,t=0){return Math.min(Math.max(n,e),t)}function Gc(n,e=null){if(!e)return null;const t=z.atStart(n),r=z.atEnd(n);if(e==="start"||e===!0)return t;if(e==="end")return r;const s=t.from,i=r.to;return e==="all"?L.create(n,xt(0,s,i),xt(n.content.size,s,i)):L.create(n,xt(e,s,i),xt(e,s,i))}function Nl(){return navigator.platform==="Android"||/android/i.test(navigator.userAgent)}function yr(){return["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"ontouchend"in document}function Pm(){return typeof navigator<"u"?/^((?!chrome|android).)*safari/i.test(navigator.userAgent):!1}var zm=(n=null,e={})=>({editor:t,view:r,tr:s,dispatch:i})=>{e={scrollIntoView:!0,...e};const o=()=>{(yr()||Nl())&&r.dom.focus(),Pm()&&!yr()&&!Nl()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{t.isDestroyed||(r.focus(),e!=null&&e.scrollIntoView&&t.commands.scrollIntoView())})};try{if(r.hasFocus()&&n===null||n===!1)return!0}catch{return!1}if(i&&n===null&&!Jc(t.state.selection))return o(),!0;const l=Gc(s.doc,n)||t.state.selection,a=t.state.selection.eq(l);return i&&(a||s.setSelection(l),a&&s.storedMarks&&s.setStoredMarks(s.storedMarks),o()),!0},_m=(n,e)=>t=>n.every((r,s)=>e(r,{...t,index:s})),Bm=(n,e)=>({tr:t,commands:r})=>r.insertContentAt({from:t.selection.from,to:t.selection.to},n,e),Qc=n=>{const e=n.childNodes;for(let t=e.length-1;t>=0;t-=1){const r=e[t];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?n.removeChild(r):r.nodeType===1&&Qc(r)}return n};function Wn(n){if(typeof window>"u")throw new Error("[tiptap error]: there is no window object available, so this function cannot be used");const e=`<body>${n}</body>`,t=new window.DOMParser().parseFromString(e,"text/html").body;return Qc(t)}function Mn(n,e,t){if(n instanceof je||n instanceof M)return n;t={slice:!0,parseOptions:{},...t};const r=typeof n=="object"&&n!==null,s=typeof n=="string";if(r)try{if(Array.isArray(n)&&n.length>0)return M.fromArray(n.map(l=>e.nodeFromJSON(l)));const o=e.nodeFromJSON(n);return t.errorOnInvalidContent&&o.check(),o}catch(i){if(t.errorOnInvalidContent)throw new Error("[tiptap error]: Invalid JSON content",{cause:i});return console.warn("[tiptap warn]: Invalid content.","Passed value:",n,"Error:",i),Mn("",e,t)}if(s){if(t.errorOnInvalidContent){let o=!1,l="";const a=new Ia({topNode:e.spec.topNode,marks:e.spec.marks,nodes:e.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:"inline*",group:"block",parseDOM:[{tag:"*",getAttrs:c=>(o=!0,l=typeof c=="string"?c:c.outerHTML,null)}]}})});if(t.slice?rt.fromSchema(a).parseSlice(Wn(n),t.parseOptions):rt.fromSchema(a).parse(Wn(n),t.parseOptions),t.errorOnInvalidContent&&o)throw new Error("[tiptap error]: Invalid HTML content",{cause:new Error(`Invalid element found: ${l}`)})}const i=rt.fromSchema(e);return t.slice?i.parseSlice(Wn(n),t.parseOptions).content:i.parse(Wn(n),t.parseOptions)}return Mn("",e,t)}function $m(n,e,t){const r=n.steps.length-1;if(r<e)return;const s=n.steps[r];if(!(s instanceof ee||s instanceof te))return;const i=n.mapping.maps[r];let o=0;i.forEach((l,a,c,u)=>{o===0&&(o=u)}),n.setSelection(z.near(n.doc.resolve(o),t))}var Fm=n=>!("type"in n),Vm=(n,e,t)=>({tr:r,dispatch:s,editor:i})=>{var o;if(s){t={parseOptions:i.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...t};let l;const a=x=>{i.emit("contentError",{editor:i,error:x,disableCollaboration:()=>{"collaboration"in i.storage&&typeof i.storage.collaboration=="object"&&i.storage.collaboration&&(i.storage.collaboration.isDisabled=!0)}})},c={preserveWhitespace:"full",...t.parseOptions};if(!t.errorOnInvalidContent&&!i.options.enableContentCheck&&i.options.emitContentError)try{Mn(e,i.schema,{parseOptions:c,errorOnInvalidContent:!0})}catch(x){a(x)}try{l=Mn(e,i.schema,{parseOptions:c,errorOnInvalidContent:(o=t.errorOnInvalidContent)!=null?o:i.options.enableContentCheck})}catch(x){return a(x),!1}let{from:u,to:d}=typeof n=="number"?{from:n,to:n}:{from:n.from,to:n.to},h=!0,f=!0;if((Fm(l)?l:[l]).forEach(x=>{x.check(),h=h?x.isText&&x.marks.length===0:!1,f=f?x.isBlock:!1}),u===d&&f){const{parent:x}=r.doc.resolve(u);x.isTextblock&&!x.type.spec.code&&!x.childCount&&(u-=1,d+=1)}let g;if(h){if(Array.isArray(e))g=e.map(x=>x.text||"").join("");else if(e instanceof M){let x="";e.forEach(y=>{y.text&&(x+=y.text)}),g=x}else typeof e=="object"&&e&&e.text?g=e.text:g=e;r.insertText(g,u,d)}else{g=l;const x=r.doc.resolve(u),y=x.node(),k=x.parentOffset===0,C=y.isText||y.isTextblock,T=y.content.size>0;k&&C&&T&&(u=Math.max(0,u-1)),r.replaceWith(u,d,g)}t.updateSelection&&$m(r,r.steps.length-1,-1),t.applyInputRules&&r.setMeta("applyInputRules",{from:u,text:g}),t.applyPasteRules&&r.setMeta("applyPasteRules",{from:u,text:g})}return!0},Hm=()=>({state:n,dispatch:e})=>hh(n,e),Um=()=>({state:n,dispatch:e})=>ph(n,e),Wm=()=>({state:n,dispatch:e})=>Za(n,e),Km=()=>({state:n,dispatch:e})=>rc(n,e),qm=()=>({state:n,dispatch:e,tr:t})=>{try{const r=es(n.doc,n.selection.$from.pos,-1);return r==null?!1:(t.join(r,2),e&&e(t),!0)}catch{return!1}},Jm=()=>({state:n,dispatch:e,tr:t})=>{try{const r=es(n.doc,n.selection.$from.pos,1);return r==null?!1:(t.join(r,2),e&&e(t),!0)}catch{return!1}},Gm=()=>({state:n,dispatch:e})=>dh(n,e),Qm=()=>({state:n,dispatch:e})=>fh(n,e);function Yc(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function Ym(n){const e=n.split(/-(?!$)/);let t=e[e.length-1];t==="Space"&&(t=" ");let r,s,i,o;for(let l=0;l<e.length-1;l+=1){const a=e[l];if(/^(cmd|meta|m)$/i.test(a))o=!0;else if(/^a(lt)?$/i.test(a))r=!0;else if(/^(c|ctrl|control)$/i.test(a))s=!0;else if(/^s(hift)?$/i.test(a))i=!0;else if(/^mod$/i.test(a))yr()||Yc()?o=!0:s=!0;else throw new Error(`Unrecognized modifier name: ${a}`)}return r&&(t=`Alt-${t}`),s&&(t=`Ctrl-${t}`),o&&(t=`Meta-${t}`),i&&(t=`Shift-${t}`),t}var Xm=n=>({editor:e,view:t,tr:r,dispatch:s})=>{const i=Ym(n).split(/-(?!$)/),o=i.find(c=>!["Alt","Ctrl","Meta","Shift"].includes(c)),l=new KeyboardEvent("keydown",{key:o==="Space"?" ":o,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&&s&&r.maybeStep(u)}),!0};function at(n,e,t={}){const{from:r,to:s,empty:i}=n.selection,o=e?Q(e,n.schema):null,l=[];n.doc.nodesBetween(r,s,(d,h)=>{if(d.isText)return;const f=Math.max(r,h),m=Math.min(s,h+d.nodeSize);l.push({node:d,from:f,to:m})});const a=s-r,c=l.filter(d=>o?o.name===d.node.type.name:!0).filter(d=>xr(d.node.attrs,t,{strict:!1}));return i?!!c.length:c.reduce((d,h)=>d+h.to-h.from,0)>=a}var Zm=(n,e={})=>({state:t,dispatch:r})=>{const s=Q(n,t.schema);return at(t,s,e)?mh(t,r):!1},eg=()=>({state:n,dispatch:e})=>lc(n,e),tg=n=>({state:e,dispatch:t})=>{const r=Q(n,e.schema);return Mh(r)(e,t)},ng=()=>({state:n,dispatch:e})=>ic(n,e);function cs(n,e){return e.nodes[n]?"node":e.marks[n]?"mark":null}function Tl(n,e){const t=typeof e=="string"?[e]:e;return Object.keys(n).reduce((r,s)=>(t.includes(s)||(r[s]=n[s]),r),{})}var rg=(n,e)=>({tr:t,state:r,dispatch:s})=>{let i=null,o=null;const l=cs(typeof n=="string"?n:n.name,r.schema);if(!l)return!1;l==="node"&&(i=Q(n,r.schema)),l==="mark"&&(o=Ke(n,r.schema));let a=!1;return t.selection.ranges.forEach(c=>{r.doc.nodesBetween(c.$from.pos,c.$to.pos,(u,d)=>{i&&i===u.type&&(a=!0,s&&t.setNodeMarkup(d,void 0,Tl(u.attrs,e))),o&&u.marks.length&&u.marks.forEach(h=>{o===h.type&&(a=!0,s&&t.addMark(d,d+u.nodeSize,o.create(Tl(h.attrs,e))))})})}),a},sg=()=>({tr:n,dispatch:e})=>(e&&n.scrollIntoView(),!0),ig=()=>({tr:n,dispatch:e})=>{if(e){const t=new ve(n.doc);n.setSelection(t)}return!0},og=()=>({state:n,dispatch:e})=>tc(n,e),lg=()=>({state:n,dispatch:e})=>sc(n,e),ag=()=>({state:n,dispatch:e})=>bh(n,e),cg=()=>({state:n,dispatch:e})=>wh(n,e),ug=()=>({state:n,dispatch:e})=>kh(n,e);function ui(n,e,t={},r={}){return Mn(n,e,{slice:!1,parseOptions:t,errorOnInvalidContent:r.errorOnInvalidContent})}var dg=(n,{errorOnInvalidContent:e,emitUpdate:t=!0,parseOptions:r={}}={})=>({editor:s,tr:i,dispatch:o,commands:l})=>{const{doc:a}=i;if(r.preserveWhitespace!=="full"){const c=ui(n,s.schema,r,{errorOnInvalidContent:e??s.options.enableContentCheck});return o&&i.replaceWith(0,a.content.size,c).setMeta("preventUpdate",!t),!0}return o&&i.setMeta("preventUpdate",!t),l.insertContentAt({from:0,to:a.content.size},n,{parseOptions:r,errorOnInvalidContent:e??s.options.enableContentCheck})};function Xc(n,e){const t=Ke(e,n.schema),{from:r,to:s,empty:i}=n.selection,o=[];i?(n.storedMarks&&o.push(...n.storedMarks),o.push(...n.selection.$head.marks())):n.doc.nodesBetween(r,s,a=>{o.push(...a.marks)});const l=o.find(a=>a.type.name===t.name);return l?{...l.attrs}:{}}function Zc(n,e){const t=new Ga(n);return e.forEach(r=>{r.steps.forEach(s=>{t.step(s)})}),t}function fg(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 hg(n,e,t){const r=[];return n.nodesBetween(e.from,e.to,(s,i)=>{t(s)&&r.push({node:s,pos:i})}),r}function pg(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 us(n){return e=>pg(e.$from,n)}function D(n,e,t){return n.config[e]===void 0&&n.parent?D(n.parent,e,t):typeof n.config[e]=="function"?n.config[e].bind({...t,parent:n.parent?D(n.parent,e,t):null}):n.config[e]}function qi(n){return n.map(e=>{const t={name:e.name,options:e.options,storage:e.storage},r=D(e,"addExtensions",t);return r?[e,...qi(r())]:e}).flat(10)}function Ji(n,e){const t=Ot.fromSchema(e).serializeFragment(n),s=document.implementation.createHTMLDocument().createElement("div");return s.appendChild(t),s.innerHTML}function eu(n){return typeof n=="function"}function B(n,e=void 0,...t){return eu(n)?e?n.bind(e)(...t):n(...t):n}function mg(n={}){return Object.keys(n).length===0&&n.constructor===Object}function Kt(n){const e=n.filter(s=>s.type==="extension"),t=n.filter(s=>s.type==="node"),r=n.filter(s=>s.type==="mark");return{baseExtensions:e,nodeExtensions:t,markExtensions:r}}function tu(n){const e=[],{nodeExtensions:t,markExtensions:r}=Kt(n),s=[...t,...r],i={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=t.filter(c=>c.name!=="text").map(c=>c.name),l=r.map(c=>c.name),a=[...o,...l];return n.forEach(c=>{const u={name:c.name,options:c.options,storage:c.storage,extensions:s},d=D(c,"addGlobalAttributes",u);if(!d)return;d().forEach(f=>{let m;Array.isArray(f.types)?m=f.types:f.types==="*"?m=a:f.types==="nodes"?m=o:f.types==="marks"?m=l:m=[],m.forEach(g=>{Object.entries(f.attributes).forEach(([x,y])=>{e.push({type:g,name:x,attribute:{...i,...y}})})})})}),s.forEach(c=>{const u={name:c.name,options:c.options,storage:c.storage},d=D(c,"addAttributes",u);if(!d)return;const h=d();Object.entries(h).forEach(([f,m])=>{const g={...i,...m};typeof(g==null?void 0:g.default)=="function"&&(g.default=g.default()),g!=null&&g.isRequired&&(g==null?void 0:g.default)===void 0&&delete g.default,e.push({type:c.name,name:f,attribute:g})})}),e}function gg(n){const e=[];let t="",r=!1,s=!1,i=0;const o=n.length;for(let l=0;l<o;l+=1){const a=n[l];if(a==="'"&&!s){r=!r,t+=a;continue}if(a==='"'&&!r){s=!s,t+=a;continue}if(!r&&!s){if(a==="("){i+=1,t+=a;continue}if(a===")"&&i>0){i-=1,t+=a;continue}if(a===";"&&i===0){e.push(t),t="";continue}}t+=a}return t&&e.push(t),e}function Ml(n){const e=[],t=gg(n||""),r=t.length;for(let s=0;s<r;s+=1){const i=t[s],o=i.indexOf(":");if(o===-1)continue;const l=i.slice(0,o).trim(),a=i.slice(o+1).trim();l&&a&&e.push([l,a])}return e}function Y(...n){return n.filter(e=>!!e).reduce((e,t)=>{const r={...e};return Object.entries(t).forEach(([s,i])=>{if(!r[s]){r[s]=i;return}if(s==="class"){const l=i?String(i).split(" "):[],a=r[s]?r[s].split(" "):[],c=l.filter(u=>!a.includes(u));r[s]=[...a,...c].join(" ")}else if(s==="style"){const l=new Map([...Ml(r[s]),...Ml(i)]);r[s]=Array.from(l.entries()).map(([a,c])=>`${a}: ${c}`).join("; ")}else r[s]=i}),r},{})}function En(n,e){return e.filter(t=>t.type===n.type.name).filter(t=>t.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(n.attrs)||{}:{[t.name]:n.attrs[t.name]}).reduce((t,r)=>Y(t,r),{})}function xg(n){return typeof n!="string"?n:n.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(n):n==="true"?!0:n==="false"?!1:n}function El(n,e){return"style"in n?n:{...n,getAttrs:t=>{const r=n.getAttrs?n.getAttrs(t):n.attrs;if(r===!1)return!1;const s=e.reduce((i,o)=>{const l=o.attribute.parseHTML?o.attribute.parseHTML(t):xg(t.getAttribute(o.name));return l==null?i:{...i,[o.name]:l}},{});return{...r,...s}}}}function Al(n){return Object.fromEntries(Object.entries(n).filter(([e,t])=>e==="attrs"&&mg(t)?!1:t!=null))}function Ol(n){var e,t;const r={};return!((e=n==null?void 0:n.attribute)!=null&&e.isRequired)&&"default"in((n==null?void 0:n.attribute)||{})&&(r.default=n.attribute.default),((t=n==null?void 0:n.attribute)==null?void 0:t.validate)!==void 0&&(r.validate=n.attribute.validate),[n.name,r]}function yg(n,e){var t;const r=tu(n),{nodeExtensions:s,markExtensions:i}=Kt(n),o=(t=s.find(c=>D(c,"topNode")))==null?void 0:t.name,l=Object.fromEntries(s.map(c=>{const u=r.filter(y=>y.type===c.name),d={name:c.name,options:c.options,storage:c.storage,editor:e},h=n.reduce((y,k)=>{const C=D(k,"extendNodeSchema",d);return{...y,...C?C(c):{}}},{}),f=Al({...h,content:B(D(c,"content",d)),marks:B(D(c,"marks",d)),group:B(D(c,"group",d)),inline:B(D(c,"inline",d)),atom:B(D(c,"atom",d)),selectable:B(D(c,"selectable",d)),draggable:B(D(c,"draggable",d)),code:B(D(c,"code",d)),whitespace:B(D(c,"whitespace",d)),linebreakReplacement:B(D(c,"linebreakReplacement",d)),defining:B(D(c,"defining",d)),isolating:B(D(c,"isolating",d)),attrs:Object.fromEntries(u.map(Ol))}),m=B(D(c,"parseHTML",d));m&&(f.parseDOM=m.map(y=>El(y,u)));const g=D(c,"renderHTML",d);g&&(f.toDOM=y=>g({node:y,HTMLAttributes:En(y,u)}));const x=D(c,"renderText",d);return x&&(f.toText=x),[c.name,f]})),a=Object.fromEntries(i.map(c=>{const u=r.filter(x=>x.type===c.name),d={name:c.name,options:c.options,storage:c.storage,editor:e},h=n.reduce((x,y)=>{const k=D(y,"extendMarkSchema",d);return{...x,...k?k(c):{}}},{}),f=Al({...h,inclusive:B(D(c,"inclusive",d)),excludes:B(D(c,"excludes",d)),group:B(D(c,"group",d)),spanning:B(D(c,"spanning",d)),code:B(D(c,"code",d)),attrs:Object.fromEntries(u.map(Ol))}),m=B(D(c,"parseHTML",d));m&&(f.parseDOM=m.map(x=>El(x,u)));const g=D(c,"renderHTML",d);return g&&(f.toDOM=x=>g({mark:x,HTMLAttributes:En(x,u)})),[c.name,f]}));return new Ia({topNode:o,nodes:l,marks:a})}function bg(n){const e=n.filter((t,r)=>n.indexOf(t)!==r);return Array.from(new Set(e))}function fn(n){return n.sort((t,r)=>{const s=D(t,"priority")||100,i=D(r,"priority")||100;return s>i?-1:s<i?1:0})}function nu(n){const e=fn(qi(n)),t=bg(e.map(r=>r.name));return t.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${t.map(r=>`'${r}'`).join(", ")}]. This can lead to issues.`),e}function ru(n,e,t){const{from:r,to:s}=e,{blockSeparator:i=`
27
-
28
- `,textSerializers:o={}}=t||{};let l="";return n.nodesBetween(r,s,(a,c,u,d)=>{var h;a.isBlock&&c>r&&(l+=i);const f=o==null?void 0:o[a.type.name];if(f)return u&&(l+=f({node:a,pos:c,parent:u,index:d,range:e})),!1;a.isText&&(l+=(h=a==null?void 0:a.text)==null?void 0:h.slice(Math.max(r,c)-c,s-c))}),l}function vg(n,e){const t={from:0,to:n.content.size};return ru(n,t,e)}function su(n){return Object.fromEntries(Object.entries(n.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function kg(n,e){const t=Q(e,n.schema),{from:r,to:s}=n.selection,i=[];n.doc.nodesBetween(r,s,l=>{i.push(l)});const o=i.reverse().find(l=>l.type.name===t.name);return o?{...o.attrs}:{}}function iu(n,e){const t=cs(typeof e=="string"?e:e.name,n.schema);return t==="node"?kg(n,e):t==="mark"?Xc(n,e):{}}function wg(n,e=JSON.stringify){const t={};return n.filter(r=>{const s=e(r);return Object.prototype.hasOwnProperty.call(t,s)?!1:t[s]=!0})}function Sg(n){const e=wg(n);return e.length===1?e:e.filter((t,r)=>!e.filter((i,o)=>o!==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 ou(n){const{mapping:e,steps:t}=n,r=[];return e.maps.forEach((s,i)=>{const o=[];if(s.ranges.length)s.forEach((l,a)=>{o.push({from:l,to:a})});else{const{from:l,to:a}=t[i];if(l===void 0||a===void 0)return;o.push({from:l,to:a})}o.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),h=e.invert().map(u);r.push({oldRange:{from:d,to:h},newRange:{from:c,to:u}})})}),Sg(r)}function Gi(n,e,t){const r=[];return n===e?t.resolve(n).marks().forEach(s=>{const i=t.resolve(n),o=Ki(i,s.type);o&&r.push({mark:s,...o})}):t.nodesBetween(n,e,(s,i)=>{!s||(s==null?void 0:s.nodeSize)===void 0||r.push(...s.marks.map(o=>({from:i,to:i+s.nodeSize,mark:o})))}),r}var Cg=(n,e,t,r=20)=>{const s=n.doc.resolve(t);let i=r,o=null;for(;i>0&&o===null;){const l=s.node(i);(l==null?void 0:l.type.name)===e?o=l:i-=1}return[o,i]};function Zt(n,e){return e.nodes[n]||e.marks[n]||null}function rr(n,e,t){return Object.fromEntries(Object.entries(t).filter(([r])=>{const s=n.find(i=>i.type===e&&i.name===r);return s?s.attribute.keepOnSplit:!1}))}var Ng=(n,e=500)=>{let t="";const r=n.parentOffset;return n.parent.nodesBetween(Math.max(0,r-e),r,(s,i,o,l)=>{var a,c;const u=((c=(a=s.type.spec).toText)==null?void 0:c.call(a,{node:s,pos:i,parent:o,index:l}))||s.textContent||"%leaf%";t+=s.isAtom&&!s.isText?u:u.slice(0,Math.max(0,r-i))}),t};function di(n,e,t={}){const{empty:r,ranges:s}=n.selection,i=e?Ke(e,n.schema):null;if(r)return!!(n.storedMarks||n.selection.$from.marks()).filter(d=>i?i.name===d.type.name:!0).find(d=>xr(d.attrs,t,{strict:!1}));let o=0;const l=[];if(s.forEach(({$from:d,$to:h})=>{const f=d.pos,m=h.pos;n.doc.nodesBetween(f,m,(g,x)=>{if(i&&g.inlineContent&&!g.type.allowsMarkType(i))return!1;if(!g.isText&&!g.marks.length)return;const y=Math.max(f,x),k=Math.min(m,x+g.nodeSize),C=k-y;o+=C,l.push(...g.marks.map(T=>({mark:T,from:y,to:k})))})}),o===0)return!1;const a=l.filter(d=>i?i.name===d.mark.type.name:!0).filter(d=>xr(d.mark.attrs,t,{strict:!1})).reduce((d,h)=>d+h.to-h.from,0),c=l.filter(d=>i?d.mark.type!==i&&d.mark.type.excludes(i):!0).reduce((d,h)=>d+h.to-h.from,0);return(a>0?a+c:a)>=o}function Tg(n,e,t={}){if(!e)return at(n,null,t)||di(n,null,t);const r=cs(e,n.schema);return r==="node"?at(n,e,t):r==="mark"?di(n,e,t):!1}var Mg=(n,e)=>{const{$from:t,$to:r,$anchor:s}=n.selection;if(e){const i=us(l=>l.type.name===e)(n.selection);if(!i)return!1;const o=n.doc.resolve(i.pos+1);return s.pos+1===o.end()}return!(r.parentOffset<r.parent.nodeSize-2||t.pos!==r.pos)},Eg=n=>{const{$from:e,$to:t}=n.selection;return!(e.parentOffset>0||e.pos!==t.pos)};function jl(n,e){return Array.isArray(e)?e.some(t=>(typeof t=="string"?t:t.name)===n.name):e}function Dl(n,e){const{nodeExtensions:t}=Kt(e),r=t.find(o=>o.name===n);if(!r)return!1;const s={name:r.name,options:r.options,storage:r.storage},i=B(D(r,"group",s));return typeof i!="string"?!1:i.split(" ").includes("list")}function ds(n,{checkChildren:e=!0,ignoreWhitespace:t=!1}={}){var r;if(t){if(n.type.name==="hardBreak")return!0;if(n.isText)return/^\s*$/m.test((r=n.text)!=null?r:"")}if(n.isText)return!n.text;if(n.isAtom||n.isLeaf)return!1;if(n.content.childCount===0)return!0;if(e){let s=!0;return n.content.forEach(i=>{s!==!1&&(ds(i,{ignoreWhitespace:t,checkChildren:e})||(s=!1))}),s}return!1}function lu(n){return n instanceof R}var au=class cu{constructor(e){this.position=e}static fromJSON(e){return new cu(e.position)}toJSON(){return{position:this.position}}};function Ag(n,e){const t=e.mapping.mapResult(n.position);return{position:new au(t.pos),mapResult:t}}function Og(n){return new au(n)}function jg(n,e,t){var r;const{selection:s}=e;let i=null;if(Jc(s)&&(i=s.$cursor),i){const l=(r=n.storedMarks)!=null?r:i.marks();return i.parent.type.allowsMarkType(t)&&(!!t.isInSet(l)||!l.some(c=>c.type.excludes(t)))}const{ranges:o}=s;return o.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,h)=>{if(c)return!1;if(u.isInline){const f=!h||h.type.allowsMarkType(t),m=!!t.isInSet(u.marks)||!u.marks.some(g=>g.type.excludes(t));c=f&&m}return!c}),c})}var Dg=(n,e={})=>({tr:t,state:r,dispatch:s})=>{const{selection:i}=t,{empty:o,ranges:l}=i,a=Ke(n,r.schema);if(s)if(o){const c=Xc(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,(h,f)=>{const m=Math.max(f,u),g=Math.min(f+h.nodeSize,d);h.marks.find(y=>y.type===a)?h.marks.forEach(y=>{a===y.type&&t.addMark(m,g,a.create({...y.attrs,...e}))}):t.addMark(m,g,a.create(e))})});return jg(r,t,a)},Ig=(n,e)=>({tr:t})=>(t.setMeta(n,e),!0),Rg=(n,e={})=>({state:t,dispatch:r,chain:s})=>{const i=Q(n,t.schema);let o;return t.selection.$anchor.sameParent(t.selection.$head)&&(o=t.selection.$anchor.parent.attrs),i.isTextblock?s().command(({commands:l})=>Uo(i,{...o,...e})(t)?!0:l.clearNodes()).command(({state:l})=>Uo(i,{...o,...e})(l,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},Lg=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,s=xt(n,0,r.content.size),i=R.create(r,s);e.setSelection(i)}return!0},Pg=(n,e)=>({tr:t,state:r,dispatch:s})=>{const{selection:i}=r;let o,l;return typeof e=="number"?(o=e,l=e):e&&"from"in e&&"to"in e?(o=e.from,l=e.to):(o=i.from,l=i.to),s&&t.doc.nodesBetween(o,l,(a,c)=>{a.isText||t.setNodeMarkup(c,void 0,{...a.attrs,dir:n})}),!0},zg=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,{from:s,to:i}=typeof n=="number"?{from:n,to:n}:n,o=L.atStart(r).from,l=L.atEnd(r).to,a=xt(s,o,l),c=xt(i,o,l),u=L.create(r,a,c);e.setSelection(u)}return!0},_g=n=>({state:e,dispatch:t})=>{const r=Q(n,e.schema);return Oh(r)(e,t)};function Il(n,e){const t=n.storedMarks||n.selection.$to.parentOffset&&n.selection.$from.marks();if(t){const r=t.filter(s=>e==null?void 0:e.includes(s.type.name));n.tr.ensureMarks(r)}}var Bg=({keepMarks:n=!0}={})=>({tr:e,state:t,dispatch:r,editor:s})=>{const{selection:i,doc:o}=e,{$from:l,$to:a}=i,c=s.extensionManager.attributes,u=rr(c,l.node().type.name,l.node().attrs);if(i instanceof R&&i.node.isBlock)return!l.parentOffset||!Ue(o,l.pos)?!1:(r&&(n&&Il(t,s.extensionManager.splittableMarks),e.split(l.pos).scrollIntoView()),!0);if(!l.parent.isBlock)return!1;const d=a.parentOffset===a.parent.content.size,h=l.depth===0?void 0:fg(l.node(-1).contentMatchAt(l.indexAfter(-1)));let f=d&&h?[{type:h,attrs:u}]:void 0,m=Ue(e.doc,e.mapping.map(l.pos),1,f);if(!f&&!m&&Ue(e.doc,e.mapping.map(l.pos),1,h?[{type:h}]:void 0)&&(m=!0,f=h?[{type:h,attrs:u}]:void 0),r){if(m&&(i instanceof L&&e.deleteSelection(),e.split(e.mapping.map(l.pos),1,f),h&&!d&&!l.parentOffset&&l.parent.type!==h)){const g=e.mapping.map(l.before()),x=e.doc.resolve(g);l.node(-1).canReplaceWith(x.index(),x.index()+1,h)&&e.setNodeMarkup(e.mapping.map(l.before()),h)}n&&Il(t,s.extensionManager.splittableMarks),e.scrollIntoView()}return m},$g=(n,e={})=>({tr:t,state:r,dispatch:s,editor:i})=>{var o;const l=Q(n,r.schema),{$from:a,$to:c}=r.selection,u=r.selection.node;if(u&&u.isBlock||a.depth<2||!a.sameParent(c))return!1;const d=a.node(-1);if(d.type!==l)return!1;const h=i.extensionManager.attributes;if(a.parent.content.size===0&&a.node(-1).childCount===a.indexAfter(-1)){if(a.depth===2||a.node(-3).type!==l||a.index(-2)!==a.node(-2).childCount-1)return!1;if(s){let y=M.empty;const k=a.index(-1)?1:a.index(-2)?2:3;for(let A=a.depth-k;A>=a.depth-3;A-=1)y=M.from(a.node(A).copy(y));const C=a.indexAfter(-1)<a.node(-2).childCount?1:a.indexAfter(-2)<a.node(-3).childCount?2:3,T={...rr(h,a.node().type.name,a.node().attrs),...e},N=((o=l.contentMatch.defaultType)==null?void 0:o.createAndFill(T))||void 0;y=y.append(M.from(l.createAndFill(null,N)||void 0));const w=a.before(a.depth-(k-1));t.replace(w,a.after(-C),new j(y,4-k,0));let v=-1;t.doc.nodesBetween(w,t.doc.content.size,(A,I)=>{if(v>-1)return!1;A.isTextblock&&A.content.size===0&&(v=I+1)}),v>-1&&t.setSelection(L.near(t.doc.resolve(v))),t.scrollIntoView()}return!0}const f=c.pos===a.end()?d.contentMatchAt(0).defaultType:null,m={...rr(h,d.type.name,d.attrs),...e},g={...rr(h,a.node().type.name,a.node().attrs),...e};t.delete(a.pos,c.pos);const x=f?[{type:l,attrs:m},{type:f,attrs:g}]:[{type:l,attrs:m}];if(!Ue(t.doc,a.pos,2))return!1;if(s){const{selection:y,storedMarks:k}=r,{splittableMarks:C}=i.extensionManager,T=k||y.$to.parentOffset&&y.$from.marks();if(t.split(a.pos,2,x).scrollIntoView(),!T||!s)return!0;const N=T.filter(w=>C.includes(w.type.name));t.ensureMarks(N)}return!0},Rs=(n,e)=>{const t=us(o=>o.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 s=n.doc.nodeAt(r);return t.node.type===(s==null?void 0:s.type)&&ct(n.doc,t.pos)&&n.join(t.pos),!0},Ls=(n,e)=>{const t=us(o=>o.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 s=n.doc.nodeAt(r);return t.node.type===(s==null?void 0:s.type)&&ct(n.doc,r)&&n.join(r),!0},Fg=(n,e,t,r={})=>({editor:s,tr:i,state:o,dispatch:l,chain:a,commands:c,can:u})=>{const{extensions:d,splittableMarks:h}=s.extensionManager,f=Q(n,o.schema),m=Q(e,o.schema),{selection:g,storedMarks:x}=o,{$from:y,$to:k}=g,C=y.blockRange(k),T=x||g.$to.parentOffset&&g.$from.marks();if(!C)return!1;const N=us(w=>Dl(w.type.name,d))(g);if(C.depth>=1&&N&&C.depth-N.depth<=1){if(N.node.type===f)return c.liftListItem(m);if(Dl(N.node.type.name,d)&&f.validContent(N.node.content)&&l)return a().command(()=>(i.setNodeMarkup(N.pos,f),!0)).command(()=>Rs(i,f)).command(()=>Ls(i,f)).run()}return!t||!T||!l?a().command(()=>u().wrapInList(f,r)?!0:c.clearNodes()).wrapInList(f,r).command(()=>Rs(i,f)).command(()=>Ls(i,f)).run():a().command(()=>{const w=u().wrapInList(f,r),v=T.filter(A=>h.includes(A.type.name));return i.ensureMarks(v),w?!0:c.clearNodes()}).wrapInList(f,r).command(()=>Rs(i,f)).command(()=>Ls(i,f)).run()},Vg=(n,e={},t={})=>({state:r,commands:s})=>{const{extendEmptyMarkRange:i=!1}=t,o=Ke(n,r.schema);return di(r,o,e)?s.unsetMark(o,{extendEmptyMarkRange:i}):s.setMark(o,e)},Hg=(n,e,t={})=>({state:r,commands:s})=>{const i=Q(n,r.schema),o=Q(e,r.schema),l=at(r,i,t);let a;return r.selection.$anchor.sameParent(r.selection.$head)&&(a=r.selection.$anchor.parent.attrs),l?s.setNode(o,a):s.setNode(i,{...a,...t})},Ug=(n,e={})=>({state:t,commands:r})=>{const s=Q(n,t.schema);return at(t,s,e)?r.lift(s):r.wrapIn(s,e)},Wg=()=>({state:n,dispatch:e})=>{const t=n.plugins;for(let r=0;r<t.length;r+=1){const s=t[r];let i;if(s.spec.isInputRules&&(i=s.getState(n))){if(e){const o=n.tr,l=i.transform;for(let a=l.steps.length-1;a>=0;a-=1)o.step(l.steps[a].invert(l.docs[a]));if(i.text){const a=o.doc.resolve(i.from).marks();o.replaceWith(i.from,i.to,n.schema.text(i.text,a))}else o.delete(i.from,i.to)}return!0}}return!1},Kg=()=>({tr:n,dispatch:e})=>{const{selection:t}=n,{empty:r,ranges:s}=t;return r||e&&s.forEach(i=>{n.removeMark(i.$from.pos,i.$to.pos)}),!0},qg=(n,e={})=>({tr:t,state:r,dispatch:s})=>{var i;const{extendEmptyMarkRange:o=!1}=e,{selection:l}=t,a=Ke(n,r.schema),{$from:c,empty:u,ranges:d}=l;if(!s)return!0;if(u&&o){let{from:h,to:f}=l;const m=(i=c.marks().find(x=>x.type===a))==null?void 0:i.attrs,g=Ki(c,a,m);g&&(h=g.from,f=g.to),t.removeMark(h,f,a)}else d.forEach(h=>{t.removeMark(h.$from.pos,h.$to.pos,a)});return t.removeStoredMark(a),!0},Jg=n=>({tr:e,state:t,dispatch:r})=>{const{selection:s}=t;let i,o;return typeof n=="number"?(i=n,o=n):n&&"from"in n&&"to"in n?(i=n.from,o=n.to):(i=s.from,o=s.to),r&&e.doc.nodesBetween(i,o,(l,a)=>{if(l.isText)return;const c={...l.attrs};delete c.dir,e.setNodeMarkup(a,void 0,c)}),!0},Gg=(n,e={})=>({tr:t,state:r,dispatch:s})=>{let i=null,o=null;const l=cs(typeof n=="string"?n:n.name,r.schema);if(!l)return!1;l==="node"&&(i=Q(n,r.schema)),l==="mark"&&(o=Ke(n,r.schema));let a=!1;return t.selection.ranges.forEach(c=>{const u=c.$from.pos,d=c.$to.pos;let h,f,m,g;t.selection.empty?r.doc.nodesBetween(u,d,(x,y)=>{i&&i===x.type&&(a=!0,m=Math.max(y,u),g=Math.min(y+x.nodeSize,d),h=y,f=x)}):r.doc.nodesBetween(u,d,(x,y)=>{y<u&&i&&i===x.type&&(a=!0,m=Math.max(y,u),g=Math.min(y+x.nodeSize,d),h=y,f=x),y>=u&&y<=d&&(i&&i===x.type&&(a=!0,s&&t.setNodeMarkup(y,void 0,{...x.attrs,...e})),o&&x.marks.length&&x.marks.forEach(k=>{if(o===k.type&&(a=!0,s)){const C=Math.max(y,u),T=Math.min(y+x.nodeSize,d);t.addMark(C,T,o.create({...k.attrs,...e}))}}))}),f&&(h!==void 0&&s&&t.setNodeMarkup(h,void 0,{...f.attrs,...e}),o&&f.marks.length&&f.marks.forEach(x=>{o===x.type&&s&&t.addMark(m,g,o.create({...x.attrs,...e}))}))}),a},Qg=(n,e={})=>({state:t,dispatch:r})=>{const s=Q(n,t.schema);return Sh(s,e)(t,r)},Yg=(n,e={})=>({state:t,dispatch:r})=>{const s=Q(n,t.schema);return Ch(s,e)(t,r)},Xg=class{constructor(){this.callbacks={}}on(n,e){return this.callbacks[n]||(this.callbacks[n]=[]),this.callbacks[n].push(e),this}emit(n,...e){const t=this.callbacks[n];return t&&t.forEach(r=>r.apply(this,e)),this}off(n,e){const t=this.callbacks[n];return t&&(e?this.callbacks[n]=t.filter(r=>r!==e):delete this.callbacks[n]),this}once(n,e){const t=(...r)=>{this.off(n,t),e.apply(this,r)};return this.on(n,t)}removeAllListeners(){this.callbacks={}}},fs=class{constructor(n){var e;this.find=n.find,this.handler=n.handler,this.undoable=(e=n.undoable)!=null?e:!0}},Zg=(n,e)=>{if(Wi(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 Kn(n){var e;const{editor:t,from:r,to:s,text:i,rules:o,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.marks.find(h=>h.type.spec.code))return!1;let u=!1;const d=Ng(c)+i;return o.forEach(h=>{if(u)return;const f=Zg(d,h.find);if(!f)return;const m=a.state.tr,g=ls({state:a.state,transaction:m}),x={from:r-(f[0].length-i.length),to:s},{commands:y,chain:k,can:C}=new as({editor:t,state:g});h.handler({state:g,range:x,match:f,commands:y,chain:k,can:C})===null||!m.steps.length||(h.undoable&&m.setMeta(l,{transform:m,from:r,to:s,text:i}),a.dispatch(m),u=!0)}),u}function ex(n){const{editor:e,rules:t}=n,r=new H({state:{init(){return null},apply(s,i,o){const l=s.getMeta(r);if(l)return l;const a=s.getMeta("applyInputRules");return!!a&&setTimeout(()=>{let{text:u}=a;typeof u=="string"?u=u:u=Ji(M.from(u),o.schema);const{from:d}=a,h=d+u.length;Kn({editor:e,from:d,to:h,text:u,rules:t,plugin:r})}),s.selectionSet||s.docChanged?null:i}},props:{handleTextInput(s,i,o,l){return Kn({editor:e,from:i,to:o,text:l,rules:t,plugin:r})},handleDOMEvents:{compositionend:s=>(setTimeout(()=>{const{$cursor:i}=s.state.selection;i&&Kn({editor:e,from:i.pos,to:i.pos,text:"",rules:t,plugin:r})}),!1)},handleKeyDown(s,i){if(i.key!=="Enter")return!1;const{$cursor:o}=s.state.selection;return o?Kn({editor:e,from:o.pos,to:o.pos,text:`
29
- `,rules:t,plugin:r}):!1}},isInputRules:!0});return r}function tx(n){return Object.prototype.toString.call(n).slice(8,-1)}function qn(n){return tx(n)!=="Object"?!1:n.constructor===Object&&Object.getPrototypeOf(n)===Object.prototype}function uu(n,e){const t={...n};return qn(n)&&qn(e)&&Object.keys(e).forEach(r=>{qn(e[r])&&qn(n[r])?t[r]=uu(n[r],e[r]):t[r]=e[r]}),t}var Qi=class{constructor(n={}){this.type="extendable",this.parent=null,this.child=null,this.name="",this.config={name:this.name},this.config={...this.config,...n},this.name=this.config.name}get options(){return{...B(D(this,"addOptions",{name:this.name}))||{}}}get storage(){return{...B(D(this,"addStorage",{name:this.name,options:this.options}))||{}}}configure(n={}){const e=this.extend({...this.config,addOptions:()=>uu(this.options,n)});return e.name=this.name,e.parent=this.parent,e}extend(n={}){const e=new this.constructor({...this.config,...n});return e.parent=this,this.child=e,e.name="name"in n?n.name:e.parent.name,e}},jt=class du extends Qi{constructor(){super(...arguments),this.type="mark"}static create(e={}){const t=typeof e=="function"?e():e;return new du(t)}static handleExit({editor:e,mark:t}){const{tr:r}=e.state,s=e.state.selection.$from;if(s.pos===s.end()){const o=s.marks();if(!!!o.find(c=>(c==null?void 0:c.type.name)===t.name))return!1;const a=o.find(c=>(c==null?void 0:c.type.name)===t.name);return a&&r.removeStoredMark(a),r.insertText(" ",s.pos),e.view.dispatch(r),!0}return!1}configure(e){return super.configure(e)}extend(e){const t=typeof e=="function"?e():e;return super.extend(t)}};function nx(n){return typeof n=="number"}var rx=class{constructor(n){this.find=n.find,this.handler=n.handler}},sx=(n,e,t)=>{if(Wi(e))return[...n.matchAll(e)];const r=e(n,t);return r?r.map(s=>{const i=[s.text];return i.index=s.index,i.input=n,i.data=s.data,s.replaceWith&&(s.text.includes(s.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),i.push(s.replaceWith)),i}):[]};function ix(n){const{editor:e,state:t,from:r,to:s,rule:i,pasteEvent:o,dropEvent:l}=n,{commands:a,chain:c,can:u}=new as({editor:e,state:t}),d=[];return t.doc.nodesBetween(r,s,(f,m)=>{var g,x,y,k,C;if((x=(g=f.type)==null?void 0:g.spec)!=null&&x.code||!(f.isText||f.isTextblock||f.isInline))return;const T=(C=(k=(y=f.content)==null?void 0:y.size)!=null?k:f.nodeSize)!=null?C:0,N=Math.max(r,m),w=Math.min(s,m+T);if(N>=w)return;const v=f.isText?f.text||"":f.textBetween(N-m,w-m,void 0,"");sx(v,i.find,o).forEach(I=>{if(I.index===void 0)return;const K=N+I.index+1,_=K+I[0].length,Z={from:t.tr.mapping.map(K),to:t.tr.mapping.map(_)},ue=i.handler({state:t,range:Z,match:I,commands:a,chain:c,can:u,pasteEvent:o,dropEvent:l});d.push(ue)})}),d.every(f=>f!==null)}var Jn=null,ox=n=>{var e;const t=new ClipboardEvent("paste",{clipboardData:new DataTransfer});return(e=t.clipboardData)==null||e.setData("text/html",n),t};function lx(n){const{editor:e,rules:t}=n;let r=null,s=!1,i=!1,o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,l;try{l=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{l=null}const a=({state:u,from:d,to:h,rule:f,pasteEvt:m})=>{const g=u.tr,x=ls({state:u,transaction:g});if(!(!ix({editor:e,state:x,from:Math.max(d-1,0),to:h.b-1,rule:f,pasteEvent:m,dropEvent:l})||!g.steps.length)){try{l=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{l=null}return o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,g}};return t.map(u=>new H({view(d){const h=m=>{var g;r=(g=d.dom.parentElement)!=null&&g.contains(m.target)?d.dom.parentElement:null,r&&(Jn=e)},f=()=>{Jn&&(Jn=null)};return window.addEventListener("dragstart",h),window.addEventListener("dragend",f),{destroy(){window.removeEventListener("dragstart",h),window.removeEventListener("dragend",f)}}},props:{handleDOMEvents:{drop:(d,h)=>{if(i=r===d.dom.parentElement,l=h,!i){const f=Jn;f!=null&&f.isEditable&&setTimeout(()=>{const m=f.state.selection;m&&f.commands.deleteRange({from:m.from,to:m.to})},10)}return!1},paste:(d,h)=>{var f;const m=(f=h.clipboardData)==null?void 0:f.getData("text/html");return o=h,s=!!(m!=null&&m.includes("data-pm-slice")),!1}}},appendTransaction:(d,h,f)=>{const m=d[0],g=m.getMeta("uiEvent")==="paste"&&!s,x=m.getMeta("uiEvent")==="drop"&&!i,y=m.getMeta("applyPasteRules"),k=!!y;if(!g&&!x&&!k)return;if(k){let{text:N}=y;typeof N=="string"?N=N:N=Ji(M.from(N),f.schema);const{from:w}=y,v=w+N.length,A=ox(N);return a({rule:u,state:f,from:w,to:{b:v},pasteEvt:A})}const C=h.doc.content.findDiffStart(f.doc.content),T=h.doc.content.findDiffEnd(f.doc.content);if(!(!nx(C)||!T||C===T.b))return a({rule:u,state:f,from:C,to:T,pasteEvt:o})}}))}var hs=class{constructor(n,e){this.splittableMarks=[],this.editor=e,this.baseExtensions=n,this.extensions=nu(n),this.schema=yg(this.extensions,e),this.setupExtensions()}get commands(){return this.extensions.reduce((n,e)=>{const t={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Zt(e.name,this.schema)},r=D(e,"addCommands",t);return r?{...n,...r()}:n},{})}get plugins(){const{editor:n}=this;return fn([...this.extensions].reverse()).flatMap(r=>{const s={name:r.name,options:r.options,storage:this.editor.extensionStorage[r.name],editor:n,type:Zt(r.name,this.schema)},i=[],o=D(r,"addKeyboardShortcuts",s);let l={};if(r.type==="mark"&&D(r,"exitable",s)&&(l.ArrowRight=()=>jt.handleExit({editor:n,mark:r})),o){const h=Object.fromEntries(Object.entries(o()).map(([f,m])=>[f,()=>m({editor:n})]));l={...l,...h}}const a=vm(l);i.push(a);const c=D(r,"addInputRules",s);if(jl(r,n.options.enableInputRules)&&c){const h=c();if(h&&h.length){const f=ex({editor:n,rules:h}),m=Array.isArray(f)?f:[f];i.push(...m)}}const u=D(r,"addPasteRules",s);if(jl(r,n.options.enablePasteRules)&&u){const h=u();if(h&&h.length){const f=lx({editor:n,rules:h});i.push(...f)}}const d=D(r,"addProseMirrorPlugins",s);if(d){const h=d();i.push(...h)}return i})}get attributes(){return tu(this.extensions)}get nodeViews(){const{editor:n}=this,{nodeExtensions:e}=Kt(this.extensions);return Object.fromEntries(e.filter(t=>!!D(t,"addNodeView")).map(t=>{const r=this.attributes.filter(a=>a.type===t.name),s={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:n,type:Q(t.name,this.schema)},i=D(t,"addNodeView",s);if(!i)return[];const o=i();if(!o)return[];const l=(a,c,u,d,h)=>{const f=En(a,r);return o({node:a,view:c,getPos:u,decorations:d,innerDecorations:h,editor:n,extension:t,HTMLAttributes:f})};return[t.name,l]}))}dispatchTransaction(n){const{editor:e}=this;return fn([...this.extensions].reverse()).reduceRight((r,s)=>{const i={name:s.name,options:s.options,storage:this.editor.extensionStorage[s.name],editor:e,type:Zt(s.name,this.schema)},o=D(s,"dispatchTransaction",i);return o?l=>{o.call(i,{transaction:l,next:r})}:r},n)}transformPastedHTML(n){const{editor:e}=this;return fn([...this.extensions]).reduce((r,s)=>{const i={name:s.name,options:s.options,storage:this.editor.extensionStorage[s.name],editor:e,type:Zt(s.name,this.schema)},o=D(s,"transformPastedHTML",i);return o?(l,a)=>{const c=r(l,a);return o.call(i,c)}:r},n||(r=>r))}get markViews(){const{editor:n}=this,{markExtensions:e}=Kt(this.extensions);return Object.fromEntries(e.filter(t=>!!D(t,"addMarkView")).map(t=>{const r=this.attributes.filter(l=>l.type===t.name),s={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:n,type:Ke(t.name,this.schema)},i=D(t,"addMarkView",s);if(!i)return[];const o=(l,a,c)=>{const u=En(l,r);return i()({mark:l,view:a,inline:c,editor:n,extension:t,HTMLAttributes:u,updateAttributes:d=>{kx(l,n,d)}})};return[t.name,o]}))}setupExtensions(){const n=this.extensions;this.editor.extensionStorage=Object.fromEntries(n.map(e=>[e.name,e.storage])),n.forEach(e=>{var t;const r={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Zt(e.name,this.schema)};e.type==="mark"&&((t=B(D(e,"keepOnSplit",r)))==null||t)&&this.splittableMarks.push(e.name);const s=D(e,"onBeforeCreate",r),i=D(e,"onCreate",r),o=D(e,"onUpdate",r),l=D(e,"onSelectionUpdate",r),a=D(e,"onTransaction",r),c=D(e,"onFocus",r),u=D(e,"onBlur",r),d=D(e,"onDestroy",r);s&&this.editor.on("beforeCreate",s),i&&this.editor.on("create",i),o&&this.editor.on("update",o),l&&this.editor.on("selectionUpdate",l),a&&this.editor.on("transaction",a),c&&this.editor.on("focus",c),u&&this.editor.on("blur",u),d&&this.editor.on("destroy",d)})}};hs.resolve=nu;hs.sort=fn;hs.flatten=qi;var ax={};Ui(ax,{ClipboardTextSerializer:()=>hu,Commands:()=>pu,Delete:()=>mu,Drop:()=>gu,Editable:()=>xu,FocusEvents:()=>bu,Keymap:()=>vu,Paste:()=>ku,Tabindex:()=>wu,TextDirection:()=>Su,focusEventsPluginKey:()=>yu});var q=class fu extends Qi{constructor(){super(...arguments),this.type="extension"}static create(e={}){const t=typeof e=="function"?e():e;return new fu(t)}configure(e){return super.configure(e)}extend(e){const t=typeof e=="function"?e():e;return super.extend(t)}},hu=q.create({name:"clipboardTextSerializer",addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new H({key:new X("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:n}=this,{state:e,schema:t}=n,{doc:r,selection:s}=e,{ranges:i}=s,o=Math.min(...i.map(u=>u.$from.pos)),l=Math.max(...i.map(u=>u.$to.pos)),a=su(t);return ru(r,{from:o,to:l},{...this.options.blockSeparator!==void 0?{blockSeparator:this.options.blockSeparator}:{},textSerializers:a})}}})]}}),pu=q.create({name:"commands",addCommands(){return{...Kc}}}),mu=q.create({name:"delete",onUpdate({transaction:n,appendedTransactions:e}){var t,r,s;const i=()=>{var o,l,a,c;if((c=(a=(l=(o=this.editor.options.coreExtensionOptions)==null?void 0:o.delete)==null?void 0:l.filterTransaction)==null?void 0:a.call(l,n))!=null?c:n.getMeta("y-sync$"))return;const u=Zc(n.before,[n,...e]);ou(u).forEach(f=>{u.mapping.mapResult(f.oldRange.from).deletedAfter&&u.mapping.mapResult(f.oldRange.to).deletedBefore&&u.before.nodesBetween(f.oldRange.from,f.oldRange.to,(m,g)=>{const x=g+m.nodeSize-2,y=f.oldRange.from<=g&&x<=f.oldRange.to;this.editor.emit("delete",{type:"node",node:m,from:g,to:x,newFrom:u.mapping.map(g),newTo:u.mapping.map(x),deletedRange:f.oldRange,newRange:f.newRange,partial:!y,editor:this.editor,transaction:n,combinedTransform:u})})});const h=u.mapping;u.steps.forEach((f,m)=>{var g,x;if(f instanceof Oe){const y=h.slice(m).map(f.from,-1),k=h.slice(m).map(f.to),C=h.invert().map(y,-1),T=h.invert().map(k),N=(g=u.doc.nodeAt(y-1))==null?void 0:g.marks.some(v=>v.eq(f.mark)),w=(x=u.doc.nodeAt(k))==null?void 0:x.marks.some(v=>v.eq(f.mark));this.editor.emit("delete",{type:"mark",mark:f.mark,from:f.from,to:f.to,deletedRange:{from:C,to:T},newRange:{from:y,to:k},partial:!!(w||N),editor:this.editor,transaction:n,combinedTransform:u})}})};(s=(r=(t=this.editor.options.coreExtensionOptions)==null?void 0:t.delete)==null?void 0:r.async)==null||s?setTimeout(i,0):i()}}),gu=q.create({name:"drop",addProseMirrorPlugins(){return[new H({key:new X("tiptapDrop"),props:{handleDrop:(n,e,t,r)=>{this.editor.emit("drop",{editor:this.editor,event:e,slice:t,moved:r})}}})]}}),xu=q.create({name:"editable",addProseMirrorPlugins(){return[new H({key:new X("editable"),props:{editable:()=>this.editor.options.editable}})]}}),yu=new X("focusEvents"),bu=q.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:n}=this;return[new H({key:yu,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}}}})]}}),vu=q.create({name:"keymap",addKeyboardShortcuts(){const n=()=>this.editor.commands.first(({commands:o})=>[()=>o.undoInputRule(),()=>o.command(({tr:l})=>{const{selection:a,doc:c}=l,{empty:u,$anchor:d}=a,{pos:h,parent:f}=d,m=d.parent.isTextblock&&h>0?l.doc.resolve(h-1):d,g=m.parent.type.spec.isolating,x=d.pos-d.parentOffset,y=g&&m.parent.childCount===1?x===d.pos:z.atStart(c).from===h;return!u||!f.type.isTextblock||f.textContent.length||!y||y&&d.parent.type.name==="paragraph"?!1:o.clearNodes()}),()=>o.deleteSelection(),()=>o.joinBackward(),()=>o.selectNodeBackward()]),e=()=>this.editor.commands.first(({commands:o})=>[()=>o.deleteSelection(),()=>o.deleteCurrentNode(),()=>o.joinForward(),()=>o.selectNodeForward()]),r={Enter:()=>this.editor.commands.first(({commands:o})=>[()=>o.newlineInCode(),()=>o.createParagraphNear(),()=>o.liftEmptyBlock(),()=>o.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()},s={...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 yr()||Yc()?i:s},addProseMirrorPlugins(){return[new H({key:new X("clearDocument"),appendTransaction:(n,e,t)=>{if(n.some(g=>g.getMeta("composition")))return;const r=n.some(g=>g.docChanged)&&!e.doc.eq(t.doc),s=n.some(g=>g.getMeta("preventClearDocument"));if(!r||s)return;const{empty:i,from:o,to:l}=e.selection,a=z.atStart(e.doc).from,c=z.atEnd(e.doc).to;if(i||!(o===a&&l===c)||!ds(t.doc))return;const h=t.tr,f=ls({state:t,transaction:h}),{commands:m}=new as({editor:this.editor,state:f});if(m.clearNodes(),!!h.steps.length)return h}})]}}),ku=q.create({name:"paste",addProseMirrorPlugins(){return[new H({key:new X("tiptapPaste"),props:{handlePaste:(n,e,t)=>{this.editor.emit("paste",{editor:this.editor,event:e,slice:t})}}})]}}),wu=q.create({name:"tabindex",addProseMirrorPlugins(){return[new H({key:new X("tabindex"),props:{attributes:()=>this.editor.isEditable?{tabindex:"0"}:{}}})]}}),Su=q.create({name:"textDirection",addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];const{nodeExtensions:n}=Kt(this.extensions);return[{types:n.filter(e=>e.name!=="text").map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{const t=e.getAttribute("dir");return t&&(t==="ltr"||t==="rtl"||t==="auto")?t:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new H({key:new X("textDirection"),props:{attributes:()=>{const n=this.options.direction;return n?{dir:n}:{}}}})]}}),cx=class on{constructor(e,t,r=!1,s=null){this.currentNode=null,this.actualDepth=null,this.isBlock=r,this.resolvedPos=e,this.editor=t,this.currentNode=s}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){var e;return(e=this.actualDepth)!=null?e:this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let t=this.from,r=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can’t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}t=this.from+1,r=this.to-1}this.editor.commands.insertContentAt({from:t,to:r},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+(this.node.isText?0:1)}get parent(){if(this.depth===0)return null;const e=this.resolvedPos.start(this.resolvedPos.depth-1),t=this.resolvedPos.doc.resolve(e);return new on(t,this.editor)}get before(){let e=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.from-3)),new on(e,this.editor)}get after(){let e=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.to+3)),new on(e,this.editor)}get children(){const e=[];return this.node.content.forEach((t,r)=>{const s=t.isBlock&&!t.isTextblock,i=t.isAtom&&!t.isText,o=t.isInline,l=this.pos+r+(i?0:1);if(l<0||l>this.resolvedPos.doc.nodeSize-2)return;const a=this.resolvedPos.doc.resolve(l);if(!s&&!o&&a.depth<=this.depth)return;const c=new on(a,this.editor,s,s||o?t:null);s&&(c.actualDepth=this.depth+1),e.push(c)}),e}get firstChild(){return this.children[0]||null}get lastChild(){const e=this.children;return e[e.length-1]||null}closest(e,t={}){let r=null,s=this.parent;for(;s&&!r;){if(s.node.type.name===e)if(Object.keys(t).length>0){const i=s.node.attrs,o=Object.keys(t);for(let l=0;l<o.length;l+=1){const a=o[l];if(i[a]!==t[a])break}}else r=s;s=s.parent}return r}querySelector(e,t={}){return this.querySelectorAll(e,t,!0)[0]||null}querySelectorAll(e,t={},r=!1){let s=[];if(!this.children||this.children.length===0)return s;const i=Object.keys(t);return this.children.forEach(o=>{r&&s.length>0||(o.node.type.name===e&&i.every(a=>t[a]===o.node.attrs[a])&&s.push(o),!(r&&s.length>0)&&(s=s.concat(o.querySelectorAll(e,t,r))))}),s}setAttribute(e){const{tr:t}=this.editor.state;t.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(t)}},ux=`.ProseMirror {
30
- position: relative;
31
- }
32
-
33
- .ProseMirror {
34
- word-wrap: break-word;
35
- white-space: pre-wrap;
36
- white-space: break-spaces;
37
- -webkit-font-variant-ligatures: none;
38
- font-variant-ligatures: none;
39
- font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
40
- }
41
-
42
- .ProseMirror [contenteditable="false"] {
43
- white-space: normal;
44
- }
45
-
46
- .ProseMirror [contenteditable="false"] [contenteditable="true"] {
47
- white-space: pre-wrap;
48
- }
49
-
50
- .ProseMirror pre {
51
- white-space: pre-wrap;
52
- }
53
-
54
- img.ProseMirror-separator {
55
- display: inline !important;
56
- border: none !important;
57
- margin: 0 !important;
58
- width: 0 !important;
59
- height: 0 !important;
60
- }
61
-
62
- .ProseMirror-gapcursor {
63
- display: none;
64
- pointer-events: none;
65
- position: absolute;
66
- margin: 0;
67
- }
68
-
69
- .ProseMirror-gapcursor:after {
70
- content: "";
71
- display: block;
72
- position: absolute;
73
- top: -2px;
74
- width: 20px;
75
- border-top: 1px solid black;
76
- animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
77
- }
78
-
79
- @keyframes ProseMirror-cursor-blink {
80
- to {
81
- visibility: hidden;
82
- }
83
- }
84
-
85
- .ProseMirror-hideselection *::selection {
86
- background: transparent;
87
- }
88
-
89
- .ProseMirror-hideselection *::-moz-selection {
90
- background: transparent;
91
- }
92
-
93
- .ProseMirror-hideselection * {
94
- caret-color: transparent;
95
- }
96
-
97
- .ProseMirror-focused .ProseMirror-gapcursor {
98
- display: block;
99
- }`;function dx(n,e,t){const r=document.querySelector("style[data-tiptap-style]");if(r!==null)return r;const s=document.createElement("style");return e&&s.setAttribute("nonce",e),s.setAttribute("data-tiptap-style",""),s.innerHTML=n,document.getElementsByTagName("head")[0].appendChild(s),s}var fx=class extends Xg{constructor(n={}){super(),this.css=null,this.className="tiptap",this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<"u"?document.createElement("div"):null,content:"",injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:r})=>{throw r},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:Ag,createMappablePosition:Og},this.setOptions(n),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on("beforeCreate",this.options.onBeforeCreate),this.emit("beforeCreate",{editor:this}),this.on("mount",this.options.onMount),this.on("unmount",this.options.onUnmount),this.on("contentError",this.options.onContentError),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),this.on("drop",({event:r,slice:s,moved:i})=>this.options.onDrop(r,s,i)),this.on("paste",({event:r,slice:s})=>this.options.onPaste(r,s)),this.on("delete",this.options.onDelete);const e=this.createDoc(),t=Gc(e,this.options.autofocus);this.editorState=Bt.create({doc:e,schema:this.schema,selection:t||void 0}),this.options.element&&this.mount(this.options.element)}mount(n){if(typeof document>"u")throw new Error("[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.");this.createView(n),this.emit("mount",{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit("create",{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){const n=this.editorView.dom;n!=null&&n.editor&&delete n.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove=="function"?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(n){console.warn("Failed to remove CSS element:",n)}this.css=null,this.emit("unmount",{editor:this})}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&&typeof document<"u"&&(this.css=dx(ux,this.options.injectNonce))}setOptions(n={}){this.options={...this.options,...n},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(n,e=!0){this.setOptions({editable:n}),e&&this.emit("update",{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:n=>{this.editorState=n},dispatch:n=>{this.dispatchTransaction(n)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(n,e)=>{if(this.editorView)return this.editorView[e];if(e==="state")return this.editorState;if(e in n)return Reflect.get(n,e);throw new Error(`[tiptap error]: The editor view is not available. Cannot access view['${e}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(n,e){const t=eu(e)?e(n,[...this.state.plugins]):[...this.state.plugins,n],r=this.state.reconfigure({plugins:t});return this.view.updateState(r),r}unregisterPlugin(n){if(this.isDestroyed)return;const e=this.state.plugins;let t=e;if([].concat(n).forEach(s=>{const i=typeof s=="string"?`${s}$`:s.key;t=t.filter(o=>!o.key.startsWith(i))}),e.length===t.length)return;const r=this.state.reconfigure({plugins:t});return this.view.updateState(r),r}createExtensionManager(){var n,e;const r=[...this.options.enableCoreExtensions?[xu,hu.configure({blockSeparator:(e=(n=this.options.coreExtensionOptions)==null?void 0:n.clipboardTextSerializer)==null?void 0:e.blockSeparator}),pu,bu,vu,wu,gu,ku,mu,Su.configure({direction:this.options.textDirection})].filter(s=>typeof this.options.enableCoreExtensions=="object"?this.options.enableCoreExtensions[s.name]!==!1:!0):[],...this.options.extensions].filter(s=>["extension","node","mark"].includes(s==null?void 0:s.type));this.extensionManager=new hs(r,this)}createCommandManager(){this.commandManager=new as({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let n;try{n=ui(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(e){if(!(e instanceof Error)||!["[tiptap error]: Invalid JSON content","[tiptap error]: Invalid HTML content"].includes(e.message))throw e;this.emit("contentError",{editor:this,error:e,disableCollaboration:()=>{"collaboration"in this.storage&&typeof this.storage.collaboration=="object"&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(t=>t.name!=="collaboration"),this.createExtensionManager()}}),n=ui(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return n}createView(n){const{editorProps:e,enableExtensionDispatchTransaction:t}=this.options,r=e.dispatchTransaction||this.dispatchTransaction.bind(this),s=t?this.extensionManager.dispatchTransaction(r):r,i=e.transformPastedHTML,o=this.extensionManager.transformPastedHTML(i);this.editorView=new Uc(n,{...e,attributes:{role:"textbox",...e==null?void 0:e.attributes},dispatchTransaction:s,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});const l=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(l),this.prependClass(),this.injectCSS();const a=this.view.dom;a.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(n){this.isCapturingTransaction=!0,n(),this.isCapturingTransaction=!1;const e=this.capturedTransaction;return this.capturedTransaction=null,e}dispatchTransaction(n){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=n;return}n.steps.forEach(c=>{var u;return(u=this.capturedTransaction)==null?void 0:u.step(c)});return}const{state:e,transactions:t}=this.state.applyTransaction(n),r=!this.state.selection.eq(e.selection),s=t.includes(n),i=this.state;if(this.emit("beforeTransaction",{editor:this,transaction:n,nextState:e}),!s)return;this.view.updateState(e),this.emit("transaction",{editor:this,transaction:n,appendedTransactions:t.slice(1)}),r&&this.emit("selectionUpdate",{editor:this,transaction:n});const o=t.findLast(c=>c.getMeta("focus")||c.getMeta("blur")),l=o==null?void 0:o.getMeta("focus"),a=o==null?void 0:o.getMeta("blur");l&&this.emit("focus",{editor:this,event:l.event,transaction:o}),a&&this.emit("blur",{editor:this,event:a.event,transaction:o}),!(n.getMeta("preventUpdate")||!t.some(c=>c.docChanged)||i.doc.eq(e.doc))&&this.emit("update",{editor:this,transaction:n,appendedTransactions:t.slice(1)})}getAttributes(n){return iu(this.state,n)}isActive(n,e){const t=typeof n=="string"?n:null,r=typeof n=="string"?e:n;return Tg(this.state,t,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return Ji(this.state.doc.content,this.schema)}getText(n){const{blockSeparator:e=`
100
-
101
- `,textSerializers:t={}}=n||{};return vg(this.state.doc,{blockSeparator:e,textSerializers:{...su(this.schema),...t}})}get isEmpty(){return ds(this.state.doc)}destroy(){this.emit("destroy"),this.unmount(),this.removeAllListeners()}get isDestroyed(){var n,e;return(e=(n=this.editorView)==null?void 0:n.isDestroyed)!=null?e:!0}$node(n,e){var t;return((t=this.$doc)==null?void 0:t.querySelector(n,e))||null}$nodes(n,e){var t;return((t=this.$doc)==null?void 0:t.querySelectorAll(n,e))||null}$pos(n){const e=this.state.doc.resolve(n);return new cx(e,this)}get $doc(){return this.$pos(0)}};function qt(n){return new fs({find:n.find,handler:({state:e,range:t,match:r})=>{const s=B(n.getAttributes,void 0,r);if(s===!1||s===null)return null;const{tr:i}=e,o=r[r.length-1],l=r[0];if(o){const a=l.search(/\S/),c=t.from+l.indexOf(o),u=c+o.length;if(Gi(t.from,t.to,e.doc).filter(f=>f.mark.type.excluded.find(g=>g===n.type&&g!==f.mark.type)).filter(f=>f.to>c).length)return null;u<t.to&&i.delete(u,t.to),c>t.from&&i.delete(t.from+a,c);const h=t.from+a+o.length;i.addMark(t.from+a,h,n.type.create(s||{})),i.removeStoredMark(n.type)}},undoable:n.undoable})}function hx(n){return new fs({find:n.find,handler:({state:e,range:t,match:r})=>{const s=B(n.getAttributes,void 0,r)||{},{tr:i}=e,o=t.from;let l=t.to;const a=n.type.create(s);if(r[1]){const c=r[0].lastIndexOf(r[1]);let u=o+c;u>l?u=l:l=u+r[1].length;const d=r[0][r[0].length-1];i.insertText(d,o+r[0].length-1),i.replaceWith(u,l,a)}else if(r[0]){const c=n.type.isInline?o:o-1;i.insert(c,n.type.create(s)).delete(i.mapping.map(o),i.mapping.map(l))}i.scrollIntoView()},undoable:n.undoable})}function fi(n){return new fs({find:n.find,handler:({state:e,range:t,match:r})=>{const s=e.doc.resolve(t.from),i=B(n.getAttributes,void 0,r)||{};if(!s.node(-1).canReplaceWith(s.index(-1),s.indexAfter(-1),n.type))return null;e.tr.delete(t.from,t.to).setBlockType(t.from,t.from,n.type,i)},undoable:n.undoable})}function Jt(n){return new fs({find:n.find,handler:({state:e,range:t,match:r,chain:s})=>{const i=B(n.getAttributes,void 0,r)||{},o=e.tr.delete(t.from,t.to),a=o.doc.resolve(t.from).blockRange(),c=a&&Ei(a,n.type,i);if(!c)return null;if(o.wrap(a,c),n.keepMarks&&n.editor){const{selection:d,storedMarks:h}=e,{splittableMarks:f}=n.editor.extensionManager,m=h||d.$to.parentOffset&&d.$from.marks();if(m){const g=m.filter(x=>f.includes(x.type.name));o.ensureMarks(g)}}if(n.keepAttributes){const d=n.type.name==="bulletList"||n.type.name==="orderedList"?"listItem":"taskList";s().updateAttributes(d,i).run()}const u=o.doc.resolve(t.from-1).nodeBefore;u&&u.type===n.type&&ct(o.doc,t.from-1)&&(!n.joinPredicate||n.joinPredicate(r,u))&&o.join(t.from-1)},undoable:n.undoable})}function px(n,e){const{selection:t}=n,{$from:r}=t;if(t instanceof R){const i=r.index();return r.parent.canReplaceWith(i,i+1,e)}let s=r.depth;for(;s>=0;){const i=r.index(s);if(r.node(s).contentMatchAt(i).matchType(e))return!0;s-=1}return!1}var mx={};Ui(mx,{createAtomBlockMarkdownSpec:()=>gx,createBlockMarkdownSpec:()=>xx,createInlineMarkdownSpec:()=>vx,parseAttributes:()=>Yi,parseIndentedBlocks:()=>hi,renderNestedMarkdownContent:()=>Zi,serializeAttributes:()=>Xi});function Yi(n){if(!(n!=null&&n.trim()))return{};const e={},t=[],r=n.replace(/["']([^"']*)["']/g,c=>(t.push(c),`__QUOTED_${t.length-1}__`)),s=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);if(s){const c=s.map(u=>u.trim().slice(1));e.class=c.join(" ")}const i=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);i&&(e.id=i[1]);const o=/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g;Array.from(r.matchAll(o)).forEach(([,c,u])=>{var d;const h=parseInt(((d=u.match(/__QUOTED_(\d+)__/))==null?void 0:d[1])||"0",10),f=t[h];f&&(e[c]=f.slice(1,-1))});const a=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,"").replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,"").replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,"").trim();return a&&a.split(/\s+/).filter(Boolean).forEach(u=>{u.match(/^[a-zA-Z][\w-]*$/)&&(e[u]=!0)}),e}function Xi(n){if(!n||Object.keys(n).length===0)return"";const e=[];return n.class&&String(n.class).split(/\s+/).filter(Boolean).forEach(r=>e.push(`.${r}`)),n.id&&e.push(`#${n.id}`),Object.entries(n).forEach(([t,r])=>{t==="class"||t==="id"||(r===!0?e.push(t):r!==!1&&r!=null&&e.push(`${t}="${String(r)}"`))}),e.join(" ")}function gx(n){const{nodeName:e,name:t,parseAttributes:r=Yi,serializeAttributes:s=Xi,defaultAttributes:i={},requiredAttributes:o=[],allowedAttributes:l}=n,a=t||e,c=u=>{if(!l)return u;const d={};return l.forEach(h=>{h in u&&(d[h]=u[h])}),d};return{parseMarkdown:(u,d)=>{const h={...i,...u.attributes};return d.createNode(e,h,[])},markdownTokenizer:{name:e,level:"block",start(u){var d;const h=new RegExp(`^:::${a}(?:\\s|$)`,"m"),f=(d=u.match(h))==null?void 0:d.index;return f!==void 0?f:-1},tokenize(u,d,h){const f=new RegExp(`^:::${a}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),m=u.match(f);if(!m)return;const g=m[1]||"",x=r(g);if(!o.find(k=>!(k in x)))return{type:e,raw:m[0],attributes:x}}},renderMarkdown:u=>{const d=c(u.attrs||{}),h=s(d),f=h?` {${h}}`:"";return`:::${a}${f} :::`}}}function xx(n){const{nodeName:e,name:t,getContent:r,parseAttributes:s=Yi,serializeAttributes:i=Xi,defaultAttributes:o={},content:l="block",allowedAttributes:a}=n,c=t||e,u=d=>{if(!a)return d;const h={};return a.forEach(f=>{f in d&&(h[f]=d[f])}),h};return{parseMarkdown:(d,h)=>{let f;if(r){const g=r(d);f=typeof g=="string"?[{type:"text",text:g}]:g}else l==="block"?f=h.parseChildren(d.tokens||[]):f=h.parseInline(d.tokens||[]);const m={...o,...d.attributes};return h.createNode(e,m,f)},markdownTokenizer:{name:e,level:"block",start(d){var h;const f=new RegExp(`^:::${c}`,"m"),m=(h=d.match(f))==null?void 0:h.index;return m!==void 0?m:-1},tokenize(d,h,f){var m;const g=new RegExp(`^:::${c}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),x=d.match(g);if(!x)return;const[y,k=""]=x,C=s(k);let T=1;const N=y.length;let w="";const v=/^:::([\w-]*)(\s.*)?/gm,A=d.slice(N);for(v.lastIndex=0;;){const I=v.exec(A);if(I===null)break;const K=I.index,_=I[1];if(!((m=I[2])!=null&&m.endsWith(":::"))){if(_)T+=1;else if(T-=1,T===0){const Z=A.slice(0,K);w=Z.trim();const ue=d.slice(0,N+K+I[0].length);let de=[];if(w)if(l==="block")for(de=f.blockTokens(Z),de.forEach(me=>{me.text&&(!me.tokens||me.tokens.length===0)&&(me.tokens=f.inlineTokens(me.text))});de.length>0;){const me=de[de.length-1];if(me.type==="paragraph"&&(!me.text||me.text.trim()===""))de.pop();else break}else de=f.inlineTokens(w);return{type:e,raw:ue,attributes:C,content:w,tokens:de}}}}}},renderMarkdown:(d,h)=>{const f=u(d.attrs||{}),m=i(f),g=m?` {${m}}`:"",x=h.renderChildren(d.content||[],`
102
-
103
- `);return`:::${c}${g}
104
-
105
- ${x}
106
-
107
- :::`}}}function yx(n){if(!n.trim())return{};const e={},t=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=t.exec(n);for(;r!==null;){const[,s,i,o]=r;e[s]=i||o,r=t.exec(n)}return e}function bx(n){return Object.entries(n).filter(([,e])=>e!=null).map(([e,t])=>`${e}="${t}"`).join(" ")}function vx(n){const{nodeName:e,name:t,getContent:r,parseAttributes:s=yx,serializeAttributes:i=bx,defaultAttributes:o={},selfClosing:l=!1,allowedAttributes:a}=n,c=t||e,u=h=>{if(!a)return h;const f={};return a.forEach(m=>{const g=typeof m=="string"?m:m.name,x=typeof m=="string"?void 0:m.skipIfDefault;if(g in h){const y=h[g];if(x!==void 0&&y===x)return;f[g]=y}}),f},d=c.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{parseMarkdown:(h,f)=>{const m={...o,...h.attributes};if(l)return f.createNode(e,m);const g=r?r(h):h.content||"";return g?f.createNode(e,m,[f.createTextNode(g)]):f.createNode(e,m,[])},markdownTokenizer:{name:e,level:"inline",start(h){const f=l?new RegExp(`\\[${d}\\s*[^\\]]*\\]`):new RegExp(`\\[${d}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${d}\\]`),m=h.match(f),g=m==null?void 0:m.index;return g!==void 0?g:-1},tokenize(h,f,m){const g=l?new RegExp(`^\\[${d}\\s*([^\\]]*)\\]`):new RegExp(`^\\[${d}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${d}\\]`),x=h.match(g);if(!x)return;let y="",k="";if(l){const[,T]=x;k=T}else{const[,T,N]=x;k=T,y=N||""}const C=s(k.trim());return{type:e,raw:x[0],content:y.trim(),attributes:C}}},renderMarkdown:h=>{let f="";r?f=r(h):h.content&&h.content.length>0&&(f=h.content.filter(y=>y.type==="text").map(y=>y.text).join(""));const m=u(h.attrs||{}),g=i(m),x=g?` ${g}`:"";return l?`[${c}${x}]`:`[${c}${x}]${f}[/${c}]`}}}function hi(n,e,t){var r,s,i,o;const l=n.split(`
108
- `),a=[];let c="",u=0;const d=e.baseIndentSize||2;for(;u<l.length;){const h=l[u],f=h.match(e.itemPattern);if(!f){if(a.length>0)break;if(h.trim()===""){u+=1,c=`${c}${h}
109
- `;continue}else return}const m=e.extractItemData(f),{indentLevel:g,mainContent:x}=m;c=`${c}${h}
110
- `;const y=[x];for(u+=1;u<l.length;){const N=l[u];if(N.trim()===""){const v=l.slice(u+1).findIndex(K=>K.trim()!=="");if(v===-1)break;if((((s=(r=l[u+1+v].match(/^(\s*)/))==null?void 0:r[1])==null?void 0:s.length)||0)>g){y.push(N),c=`${c}${N}
111
- `,u+=1;continue}else break}if((((o=(i=N.match(/^(\s*)/))==null?void 0:i[1])==null?void 0:o.length)||0)>g)y.push(N),c=`${c}${N}
112
- `,u+=1;else break}let k;const C=y.slice(1);if(C.length>0){const N=C.map(w=>w.slice(g+d)).join(`
113
- `);N.trim()&&(e.customNestedParser?k=e.customNestedParser(N):k=t.blockTokens(N))}const T=e.createToken(m,k);a.push(T)}if(a.length!==0)return{items:a,raw:c}}function Zi(n,e,t,r){if(!n||!Array.isArray(n.content))return"";const s=typeof t=="function"?t(r):t,[i,...o]=n.content,l=e.renderChildren([i]),a=[`${s}${l}`];return o&&o.length>0&&o.forEach(c=>{const u=e.renderChildren([c]);if(u){const d=u.split(`
114
- `).map(h=>h?e.indent(h):"").join(`
115
- `);a.push(d)}}),a.join(`
116
- `)}function kx(n,e,t={}){const{state:r}=e,{doc:s,tr:i}=r,o=n;s.descendants((l,a)=>{const c=i.mapping.map(a),u=i.mapping.map(a)+l.nodeSize;let d=null;if(l.marks.forEach(f=>{if(f!==o)return!1;d=f}),!d)return;let h=!1;if(Object.keys(t).forEach(f=>{t[f]!==d.attrs[f]&&(h=!0)}),h){const f=n.type.create({...n.attrs,...t});i.removeMark(c,u,n.type),i.addMark(c,u,f)}}),i.docChanged&&e.view.dispatch(i)}var we=class Cu extends Qi{constructor(){super(...arguments),this.type="node"}static create(e={}){const t=typeof e=="function"?e():e;return new Cu(t)}configure(e){return super.configure(e)}extend(e){const t=typeof e=="function"?e():e;return super.extend(t)}};function At(n){return new rx({find:n.find,handler:({state:e,range:t,match:r,pasteEvent:s})=>{const i=B(n.getAttributes,void 0,r,s);if(i===!1||i===null)return null;const{tr:o}=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),h=d+l.length;if(Gi(t.from,t.to,e.doc).filter(m=>m.mark.type.excluded.find(x=>x===n.type&&x!==m.mark.type)).filter(m=>m.to>d).length)return null;h<t.to&&o.delete(h,t.to),d>t.from&&o.delete(t.from+u,d),c=t.from+u+l.length,o.addMark(t.from+u,c,n.type.create(i||{})),o.removeStoredMark(n.type)}}})}const{getOwnPropertyNames:wx,getOwnPropertySymbols:Sx}=Object,{hasOwnProperty:Cx}=Object.prototype;function Ps(n,e){return function(r,s,i){return n(r,s,i)&&e(r,s,i)}}function Gn(n){return function(t,r,s){if(!t||!r||typeof t!="object"||typeof r!="object")return n(t,r,s);const{cache:i}=s,o=i.get(t),l=i.get(r);if(o&&l)return o===r&&l===t;i.set(t,r),i.set(r,t);const a=n(t,r,s);return i.delete(t),i.delete(r),a}}function Nx(n){return n!=null?n[Symbol.toStringTag]:void 0}function Rl(n){return wx(n).concat(Sx(n))}const Tx=Object.hasOwn||((n,e)=>Cx.call(n,e));function Dt(n,e){return n===e||!n&&!e&&n!==n&&e!==e}const Mx="__v",Ex="__o",Ax="_owner",{getOwnPropertyDescriptor:Ll,keys:Pl}=Object;function Ox(n,e){return n.byteLength===e.byteLength&&br(new Uint8Array(n),new Uint8Array(e))}function jx(n,e,t){let r=n.length;if(e.length!==r)return!1;for(;r-- >0;)if(!t.equals(n[r],e[r],r,r,n,e,t))return!1;return!0}function Dx(n,e){return n.byteLength===e.byteLength&&br(new Uint8Array(n.buffer,n.byteOffset,n.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}function Ix(n,e){return Dt(n.getTime(),e.getTime())}function Rx(n,e){return n.name===e.name&&n.message===e.message&&n.cause===e.cause&&n.stack===e.stack}function Lx(n,e){return n===e}function zl(n,e,t){const r=n.size;if(r!==e.size)return!1;if(!r)return!0;const s=new Array(r),i=n.entries();let o,l,a=0;for(;(o=i.next())&&!o.done;){const c=e.entries();let u=!1,d=0;for(;(l=c.next())&&!l.done;){if(s[d]){d++;continue}const h=o.value,f=l.value;if(t.equals(h[0],f[0],a,d,n,e,t)&&t.equals(h[1],f[1],h[0],f[0],n,e,t)){u=s[d]=!0;break}d++}if(!u)return!1;a++}return!0}const Px=Dt;function zx(n,e,t){const r=Pl(n);let s=r.length;if(Pl(e).length!==s)return!1;for(;s-- >0;)if(!Nu(n,e,t,r[s]))return!1;return!0}function en(n,e,t){const r=Rl(n);let s=r.length;if(Rl(e).length!==s)return!1;let i,o,l;for(;s-- >0;)if(i=r[s],!Nu(n,e,t,i)||(o=Ll(n,i),l=Ll(e,i),(o||l)&&(!o||!l||o.configurable!==l.configurable||o.enumerable!==l.enumerable||o.writable!==l.writable)))return!1;return!0}function _x(n,e){return Dt(n.valueOf(),e.valueOf())}function Bx(n,e){return n.source===e.source&&n.flags===e.flags}function _l(n,e,t){const r=n.size;if(r!==e.size)return!1;if(!r)return!0;const s=new Array(r),i=n.values();let o,l;for(;(o=i.next())&&!o.done;){const a=e.values();let c=!1,u=0;for(;(l=a.next())&&!l.done;){if(!s[u]&&t.equals(o.value,l.value,o.value,l.value,n,e,t)){c=s[u]=!0;break}u++}if(!c)return!1}return!0}function br(n,e){let t=n.byteLength;if(e.byteLength!==t||n.byteOffset!==e.byteOffset)return!1;for(;t-- >0;)if(n[t]!==e[t])return!1;return!0}function $x(n,e){return n.hostname===e.hostname&&n.pathname===e.pathname&&n.protocol===e.protocol&&n.port===e.port&&n.hash===e.hash&&n.username===e.username&&n.password===e.password}function Nu(n,e,t,r){return(r===Ax||r===Ex||r===Mx)&&(n.$$typeof||e.$$typeof)?!0:Tx(e,r)&&t.equals(n[r],e[r],r,r,n,e,t)}const Fx="[object ArrayBuffer]",Vx="[object Arguments]",Hx="[object Boolean]",Ux="[object DataView]",Wx="[object Date]",Kx="[object Error]",qx="[object Map]",Jx="[object Number]",Gx="[object Object]",Qx="[object RegExp]",Yx="[object Set]",Xx="[object String]",Zx={"[object Int8Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Int16Array]":!0,"[object Uint16Array]":!0,"[object Int32Array]":!0,"[object Uint32Array]":!0,"[object Float16Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0,"[object BigInt64Array]":!0,"[object BigUint64Array]":!0},ey="[object URL]",ty=Object.prototype.toString;function ny({areArrayBuffersEqual:n,areArraysEqual:e,areDataViewsEqual:t,areDatesEqual:r,areErrorsEqual:s,areFunctionsEqual:i,areMapsEqual:o,areNumbersEqual:l,areObjectsEqual:a,arePrimitiveWrappersEqual:c,areRegExpsEqual:u,areSetsEqual:d,areTypedArraysEqual:h,areUrlsEqual:f,unknownTagComparators:m}){return function(x,y,k){if(x===y)return!0;if(x==null||y==null)return!1;const C=typeof x;if(C!==typeof y)return!1;if(C!=="object")return C==="number"?l(x,y,k):C==="function"?i(x,y,k):!1;const T=x.constructor;if(T!==y.constructor)return!1;if(T===Object)return a(x,y,k);if(Array.isArray(x))return e(x,y,k);if(T===Date)return r(x,y,k);if(T===RegExp)return u(x,y,k);if(T===Map)return o(x,y,k);if(T===Set)return d(x,y,k);const N=ty.call(x);if(N===Wx)return r(x,y,k);if(N===Qx)return u(x,y,k);if(N===qx)return o(x,y,k);if(N===Yx)return d(x,y,k);if(N===Gx)return typeof x.then!="function"&&typeof y.then!="function"&&a(x,y,k);if(N===ey)return f(x,y,k);if(N===Kx)return s(x,y,k);if(N===Vx)return a(x,y,k);if(Zx[N])return h(x,y,k);if(N===Fx)return n(x,y,k);if(N===Ux)return t(x,y,k);if(N===Hx||N===Jx||N===Xx)return c(x,y,k);if(m){let w=m[N];if(!w){const v=Nx(x);v&&(w=m[v])}if(w)return w(x,y,k)}return!1}}function ry({circular:n,createCustomConfig:e,strict:t}){let r={areArrayBuffersEqual:Ox,areArraysEqual:t?en:jx,areDataViewsEqual:Dx,areDatesEqual:Ix,areErrorsEqual:Rx,areFunctionsEqual:Lx,areMapsEqual:t?Ps(zl,en):zl,areNumbersEqual:Px,areObjectsEqual:t?en:zx,arePrimitiveWrappersEqual:_x,areRegExpsEqual:Bx,areSetsEqual:t?Ps(_l,en):_l,areTypedArraysEqual:t?Ps(br,en):br,areUrlsEqual:$x,unknownTagComparators:void 0};if(e&&(r=Object.assign({},r,e(r))),n){const s=Gn(r.areArraysEqual),i=Gn(r.areMapsEqual),o=Gn(r.areObjectsEqual),l=Gn(r.areSetsEqual);r=Object.assign({},r,{areArraysEqual:s,areMapsEqual:i,areObjectsEqual:o,areSetsEqual:l})}return r}function sy(n){return function(e,t,r,s,i,o,l){return n(e,t,l)}}function iy({circular:n,comparator:e,createState:t,equals:r,strict:s}){if(t)return function(l,a){const{cache:c=n?new WeakMap:void 0,meta:u}=t();return e(l,a,{cache:c,equals:r,meta:u,strict:s})};if(n)return function(l,a){return e(l,a,{cache:new WeakMap,equals:r,meta:void 0,strict:s})};const i={cache:void 0,equals:r,meta:void 0,strict:s};return function(l,a){return e(l,a,i)}}const oy=dt();dt({strict:!0});dt({circular:!0});dt({circular:!0,strict:!0});dt({createInternalComparator:()=>Dt});dt({strict:!0,createInternalComparator:()=>Dt});dt({circular:!0,createInternalComparator:()=>Dt});dt({circular:!0,createInternalComparator:()=>Dt,strict:!0});function dt(n={}){const{circular:e=!1,createInternalComparator:t,createState:r,strict:s=!1}=n,i=ry(n),o=ny(i),l=t?t(o):sy(o);return iy({circular:e,comparator:o,createState:r,equals:l,strict:s})}var Qn={exports:{}},zs={};/**
117
- * @license React
118
- * use-sync-external-store-shim/with-selector.production.js
119
- *
120
- * Copyright (c) Meta Platforms, Inc. and affiliates.
121
- *
122
- * This source code is licensed under the MIT license found in the
123
- * LICENSE file in the root directory of this source tree.
124
- */var Bl;function ly(){if(Bl)return zs;Bl=1;var n=b,e=Ni();function t(c,u){return c===u&&(c!==0||1/c===1/u)||c!==c&&u!==u}var r=typeof Object.is=="function"?Object.is:t,s=e.useSyncExternalStore,i=n.useRef,o=n.useEffect,l=n.useMemo,a=n.useDebugValue;return zs.useSyncExternalStoreWithSelector=function(c,u,d,h,f){var m=i(null);if(m.current===null){var g={hasValue:!1,value:null};m.current=g}else g=m.current;m=l(function(){function y(w){if(!k){if(k=!0,C=w,w=h(w),f!==void 0&&g.hasValue){var v=g.value;if(f(v,w))return T=v}return T=w}if(v=T,r(C,w))return v;var A=h(w);return f!==void 0&&f(v,A)?(C=w,v):(C=w,T=A)}var k=!1,C,T,N=d===void 0?null:d;return[function(){return y(u())},N===null?void 0:function(){return y(N())}]},[u,d,h,f]);var x=s(c,m[0],m[1]);return o(function(){g.hasValue=!0,g.value=x},[x]),a(x),x},zs}var _s={};/**
125
- * @license React
126
- * use-sync-external-store-shim/with-selector.development.js
127
- *
128
- * Copyright (c) Meta Platforms, Inc. and affiliates.
129
- *
130
- * This source code is licensed under the MIT license found in the
131
- * LICENSE file in the root directory of this source tree.
132
- */var $l;function ay(){return $l||($l=1,process.env.NODE_ENV!=="production"&&(function(){function n(c,u){return c===u&&(c!==0||1/c===1/u)||c!==c&&u!==u}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var e=b,t=Ni(),r=typeof Object.is=="function"?Object.is:n,s=t.useSyncExternalStore,i=e.useRef,o=e.useEffect,l=e.useMemo,a=e.useDebugValue;_s.useSyncExternalStoreWithSelector=function(c,u,d,h,f){var m=i(null);if(m.current===null){var g={hasValue:!1,value:null};m.current=g}else g=m.current;m=l(function(){function y(w){if(!k){if(k=!0,C=w,w=h(w),f!==void 0&&g.hasValue){var v=g.value;if(f(v,w))return T=v}return T=w}if(v=T,r(C,w))return v;var A=h(w);return f!==void 0&&f(v,A)?(C=w,v):(C=w,T=A)}var k=!1,C,T,N=d===void 0?null:d;return[function(){return y(u())},N===null?void 0:function(){return y(N())}]},[u,d,h,f]);var x=s(c,m[0],m[1]);return o(function(){g.hasValue=!0,g.value=x},[x]),a(x),x},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),_s}var Fl;function cy(){return Fl||(Fl=1,process.env.NODE_ENV==="production"?Qn.exports=ly():Qn.exports=ay()),Qn.exports}var uy=cy(),dy=(...n)=>e=>{n.forEach(t=>{typeof t=="function"?t(e):t&&(t.current=e)})},fy=({contentComponent:n})=>{const e=xa.useSyncExternalStore(n.subscribe,n.getSnapshot,n.getServerSnapshot);return p.jsx(p.Fragment,{children:Object.values(e)})};function hy(){const n=new Set;let e={};return{subscribe(t){return n.add(t),()=>{n.delete(t)}},getSnapshot(){return e},getServerSnapshot(){return e},setRenderer(t,r){e={...e,[t]:Yr.createPortal(r.reactElement,r.element,t)},n.forEach(s=>s())},removeRenderer(t){const r={...e};delete r[t],e=r,n.forEach(s=>s())}}}var py=class extends b.Component{constructor(n){var e;super(n),this.editorContentRef=b.createRef(),this.initialized=!1,this.state={hasContentComponentInitialized:!!((e=n.editor)!=null&&e.contentComponent)}}componentDidMount(){this.init()}componentDidUpdate(){this.init()}init(){var n;const e=this.props.editor;if(e&&!e.isDestroyed&&((n=e.view.dom)!=null&&n.parentNode)){if(e.contentComponent)return;const t=this.editorContentRef.current;t.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:t}),e.contentComponent=hy(),this.state.hasContentComponentInitialized||(this.unsubscribeToContentComponent=e.contentComponent.subscribe(()=>{this.setState(r=>r.hasContentComponentInitialized?r:{hasContentComponentInitialized:!0}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent()})),e.createNodeViews(),this.initialized=!0}}componentWillUnmount(){var n;const e=this.props.editor;if(e){this.initialized=!1,e.isDestroyed||e.view.setProps({nodeViews:{}}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent(),e.contentComponent=null;try{if(!((n=e.view.dom)!=null&&n.parentNode))return;const t=document.createElement("div");t.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:t})}catch{}}}render(){const{editor:n,innerRef:e,...t}=this.props;return p.jsxs(p.Fragment,{children:[p.jsx("div",{ref:dy(e,this.editorContentRef),...t}),(n==null?void 0:n.contentComponent)&&p.jsx(fy,{contentComponent:n.contentComponent})]})}},my=b.forwardRef((n,e)=>{const t=b.useMemo(()=>Math.floor(Math.random()*4294967295).toString(),[n.editor]);return b.createElement(py,{key:t,innerRef:e,...n})}),Tu=b.memo(my),gy=typeof window<"u"?b.useLayoutEffect:b.useEffect,xy=class{constructor(n){this.transactionNumber=0,this.lastTransactionNumber=0,this.subscribers=new Set,this.editor=n,this.lastSnapshot={editor:n,transactionNumber:0},this.getSnapshot=this.getSnapshot.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.watch=this.watch.bind(this),this.subscribe=this.subscribe.bind(this)}getSnapshot(){return this.transactionNumber===this.lastTransactionNumber?this.lastSnapshot:(this.lastTransactionNumber=this.transactionNumber,this.lastSnapshot={editor:this.editor,transactionNumber:this.transactionNumber},this.lastSnapshot)}getServerSnapshot(){return{editor:null,transactionNumber:0}}subscribe(n){return this.subscribers.add(n),()=>{this.subscribers.delete(n)}}watch(n){if(this.editor=n,this.editor){const e=()=>{this.transactionNumber+=1,this.subscribers.forEach(r=>r())},t=this.editor;return t.on("transaction",e),()=>{t.off("transaction",e)}}}};function yy(n){var e;const[t]=b.useState(()=>new xy(n.editor)),r=uy.useSyncExternalStoreWithSelector(t.subscribe,t.getSnapshot,t.getServerSnapshot,n.selector,(e=n.equalityFn)!=null?e:oy);return gy(()=>t.watch(n.editor),[n.editor,t]),b.useDebugValue(r),r}var Vl=process.env.NODE_ENV!=="production",pi=typeof window>"u",by=pi||!!(typeof window<"u"&&window.next),vy=class Mu{constructor(e){this.editor=null,this.subscriptions=new Set,this.isComponentMounted=!1,this.previousDeps=null,this.instanceId="",this.options=e,this.subscriptions=new Set,this.setEditor(this.getInitialEditor()),this.scheduleDestroy(),this.getEditor=this.getEditor.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.subscribe=this.subscribe.bind(this),this.refreshEditorInstance=this.refreshEditorInstance.bind(this),this.scheduleDestroy=this.scheduleDestroy.bind(this),this.onRender=this.onRender.bind(this),this.createEditor=this.createEditor.bind(this)}setEditor(e){this.editor=e,this.instanceId=Math.random().toString(36).slice(2,9),this.subscriptions.forEach(t=>t())}getInitialEditor(){if(this.options.current.immediatelyRender===void 0){if(pi||by){if(Vl)throw new Error("Tiptap Error: SSR has been detected, please set `immediatelyRender` explicitly to `false` to avoid hydration mismatches.");return null}return this.createEditor()}if(this.options.current.immediatelyRender&&pi&&Vl)throw new Error("Tiptap Error: SSR has been detected, and `immediatelyRender` has been set to `true` this is an unsupported configuration that may result in errors, explicitly set `immediatelyRender` to `false` to avoid hydration mismatches.");return this.options.current.immediatelyRender?this.createEditor():null}createEditor(){const e={...this.options.current,onBeforeCreate:(...r)=>{var s,i;return(i=(s=this.options.current).onBeforeCreate)==null?void 0:i.call(s,...r)},onBlur:(...r)=>{var s,i;return(i=(s=this.options.current).onBlur)==null?void 0:i.call(s,...r)},onCreate:(...r)=>{var s,i;return(i=(s=this.options.current).onCreate)==null?void 0:i.call(s,...r)},onDestroy:(...r)=>{var s,i;return(i=(s=this.options.current).onDestroy)==null?void 0:i.call(s,...r)},onFocus:(...r)=>{var s,i;return(i=(s=this.options.current).onFocus)==null?void 0:i.call(s,...r)},onSelectionUpdate:(...r)=>{var s,i;return(i=(s=this.options.current).onSelectionUpdate)==null?void 0:i.call(s,...r)},onTransaction:(...r)=>{var s,i;return(i=(s=this.options.current).onTransaction)==null?void 0:i.call(s,...r)},onUpdate:(...r)=>{var s,i;return(i=(s=this.options.current).onUpdate)==null?void 0:i.call(s,...r)},onContentError:(...r)=>{var s,i;return(i=(s=this.options.current).onContentError)==null?void 0:i.call(s,...r)},onDrop:(...r)=>{var s,i;return(i=(s=this.options.current).onDrop)==null?void 0:i.call(s,...r)},onPaste:(...r)=>{var s,i;return(i=(s=this.options.current).onPaste)==null?void 0:i.call(s,...r)},onDelete:(...r)=>{var s,i;return(i=(s=this.options.current).onDelete)==null?void 0:i.call(s,...r)}};return new fx(e)}getEditor(){return this.editor}getServerSnapshot(){return null}subscribe(e){return this.subscriptions.add(e),()=>{this.subscriptions.delete(e)}}static compareOptions(e,t){return Object.keys(e).every(r=>["onCreate","onBeforeCreate","onDestroy","onUpdate","onTransaction","onFocus","onBlur","onSelectionUpdate","onContentError","onDrop","onPaste"].includes(r)?!0:r==="extensions"&&e.extensions&&t.extensions?e.extensions.length!==t.extensions.length?!1:e.extensions.every((s,i)=>{var o;return s===((o=t.extensions)==null?void 0:o[i])}):e[r]===t[r])}onRender(e){return()=>(this.isComponentMounted=!0,clearTimeout(this.scheduledDestructionTimeout),this.editor&&!this.editor.isDestroyed&&e.length===0?Mu.compareOptions(this.options.current,this.editor.options)||this.editor.setOptions({...this.options.current,editable:this.editor.isEditable}):this.refreshEditorInstance(e),()=>{this.isComponentMounted=!1,this.scheduleDestroy()})}refreshEditorInstance(e){if(this.editor&&!this.editor.isDestroyed){if(this.previousDeps===null){this.previousDeps=e;return}if(this.previousDeps.length===e.length&&this.previousDeps.every((r,s)=>r===e[s]))return}this.editor&&!this.editor.isDestroyed&&this.editor.destroy(),this.setEditor(this.createEditor()),this.previousDeps=e}scheduleDestroy(){const e=this.instanceId,t=this.editor;this.scheduledDestructionTimeout=setTimeout(()=>{if(this.isComponentMounted&&this.instanceId===e){t&&t.setOptions(this.options.current);return}t&&!t.isDestroyed&&(t.destroy(),this.instanceId===e&&this.setEditor(null))},1)}};function ky(n={},e=[]){const t=b.useRef(n);t.current=n;const[r]=b.useState(()=>new vy(t)),s=xa.useSyncExternalStore(r.subscribe,r.getEditor,r.getServerSnapshot);return b.useDebugValue(s),b.useEffect(r.onRender(e)),yy({editor:s,selector:({transactionNumber:i})=>n.shouldRerenderOnTransaction===!1||n.shouldRerenderOnTransaction===void 0?null:n.immediatelyRender&&i===0?0:i+1}),s}var Eu=b.createContext({editor:null});Eu.Consumer;var wy=b.createContext({onDragStart:()=>{},nodeViewContentChildren:void 0,nodeViewContentRef:()=>{}}),Sy=()=>b.useContext(wy);b.forwardRef((n,e)=>{const{onDragStart:t}=Sy(),r=n.as||"div";return p.jsx(r,{...n,ref:e,"data-node-view-wrapper":"",onDragStart:t,style:{whiteSpace:"normal",...n.style}})});b.createContext({markViewContentRef:()=>{}});var eo=b.createContext({get editor(){throw new Error("useTiptap must be used within a <Tiptap> provider")}});eo.displayName="TiptapContext";var Cy=()=>b.useContext(eo);function Au({editor:n,instance:e,children:t}){const r=n??e;if(!r)throw new Error("Tiptap: An editor instance is required. Pass a non-null `editor` prop.");const s=b.useMemo(()=>({editor:r}),[r]),i=b.useMemo(()=>({editor:r}),[r]);return p.jsx(Eu.Provider,{value:i,children:p.jsx(eo.Provider,{value:s,children:t})})}Au.displayName="Tiptap";function Ou({...n}){const{editor:e}=Cy();return p.jsx(Tu,{editor:e,...n})}Ou.displayName="Tiptap.Content";Object.assign(Au,{Content:Ou});var vr=(n,e)=>{if(n==="slot")return 0;if(n instanceof Function)return n(e);const{children:t,...r}=e??{};if(n==="svg")throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");return[n,r,t]},Ny=/^\s*>\s$/,Ty=we.create({name:"blockquote",addOptions(){return{HTMLAttributes:{}}},content:"block+",group:"block",defining:!0,parseHTML(){return[{tag:"blockquote"}]},renderHTML({HTMLAttributes:n}){return vr("blockquote",{...Y(this.options.HTMLAttributes,n),children:vr("slot",{})})},parseMarkdown:(n,e)=>e.createNode("blockquote",void 0,e.parseChildren(n.tokens||[])),renderMarkdown:(n,e)=>{if(!n.content)return"";const t=">",r=[];return n.content.forEach(s=>{const l=e.renderChildren([s]).split(`
133
- `).map(a=>a.trim()===""?t:`${t} ${a}`);r.push(l.join(`
134
- `))}),r.join(`
135
- ${t}
136
- `)},addCommands(){return{setBlockquote:()=>({commands:n})=>n.wrapIn(this.name),toggleBlockquote:()=>({commands:n})=>n.toggleWrap(this.name),unsetBlockquote:()=>({commands:n})=>n.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Jt({find:Ny,type:this.type})]}}),My=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,Ey=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,Ay=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,Oy=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,jy=jt.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:n=>n.style.fontWeight!=="normal"&&null},{style:"font-weight=400",clearMark:n=>n.type.name===this.name},{style:"font-weight",getAttrs:n=>/^(bold(er)?|[5-9]\d{2,})$/.test(n)&&null}]},renderHTML({HTMLAttributes:n}){return vr("strong",{...Y(this.options.HTMLAttributes,n),children:vr("slot",{})})},markdownTokenName:"strong",parseMarkdown:(n,e)=>e.applyMark("bold",e.parseInline(n.tokens||[])),renderMarkdown:(n,e)=>`**${e.renderChildren(n)}**`,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[qt({find:My,type:this.type}),qt({find:Ay,type:this.type})]},addPasteRules(){return[At({find:Ey,type:this.type}),At({find:Oy,type:this.type})]}}),Dy=/(^|[^`])`([^`]+)`(?!`)$/,Iy=/(^|[^`])`([^`]+)`(?!`)/g,Ry=jt.create({name:"code",addOptions(){return{HTMLAttributes:{}}},excludes:"_",code:!0,exitable:!0,parseHTML(){return[{tag:"code"}]},renderHTML({HTMLAttributes:n}){return["code",Y(this.options.HTMLAttributes,n),0]},markdownTokenName:"codespan",parseMarkdown:(n,e)=>e.applyMark("code",[{type:"text",text:n.text||""}]),renderMarkdown:(n,e)=>n.content?`\`${e.renderChildren(n.content)}\``:"",addCommands(){return{setCode:()=>({commands:n})=>n.setMark(this.name),toggleCode:()=>({commands:n})=>n.toggleMark(this.name),unsetCode:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[qt({find:Dy,type:this.type})]},addPasteRules(){return[At({find:Iy,type:this.type})]}}),Bs=4,Ly=/^```([a-z]+)?[\s\n]$/,Py=/^~~~([a-z]+)?[\s\n]$/,zy=we.create({name:"codeBlock",addOptions(){return{languageClassPrefix:"language-",exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:Bs,HTMLAttributes:{}}},content:"text*",marks:"",group:"block",code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:n=>{var e;const{languageClassPrefix:t}=this.options;if(!t)return null;const i=[...((e=n.firstElementChild)==null?void 0:e.classList)||[]].filter(o=>o.startsWith(t)).map(o=>o.replace(t,""))[0];return i||null},rendered:!1}}},parseHTML(){return[{tag:"pre",preserveWhitespace:"full"}]},renderHTML({node:n,HTMLAttributes:e}){return["pre",Y(this.options.HTMLAttributes,e),["code",{class:n.attrs.language?this.options.languageClassPrefix+n.attrs.language:null},0]]},markdownTokenName:"code",parseMarkdown:(n,e)=>{var t,r;return((t=n.raw)==null?void 0:t.startsWith("```"))===!1&&((r=n.raw)==null?void 0:r.startsWith("~~~"))===!1&&n.codeBlockStyle!=="indented"?[]:e.createNode("codeBlock",{language:n.lang||null},n.text?[e.createTextNode(n.text)]:[])},renderMarkdown:(n,e)=>{var t;let r="";const s=((t=n.attrs)==null?void 0:t.language)||"";return n.content?r=[`\`\`\`${s}`,e.renderChildren(n.content),"```"].join(`
137
- `):r=`\`\`\`${s}
138
-
139
- \`\`\``,r},addCommands(){return{setCodeBlock:n=>({commands:e})=>e.setNode(this.name,n),toggleCodeBlock:n=>({commands:e})=>e.toggleNode(this.name,"paragraph",n)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{const{empty:n,$anchor:e}=this.editor.state.selection,t=e.pos===1;return!n||e.parent.type.name!==this.name?!1:t||!e.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:n})=>{var e;if(!this.options.enableTabIndentation)return!1;const t=(e=this.options.tabSize)!=null?e:Bs,{state:r}=n,{selection:s}=r,{$from:i,empty:o}=s;if(i.parent.type!==this.type)return!1;const l=" ".repeat(t);return o?n.commands.insertContent(l):n.commands.command(({tr:a})=>{const{from:c,to:u}=s,f=r.doc.textBetween(c,u,`
140
- `,`
141
- `).split(`
142
- `).map(m=>l+m).join(`
143
- `);return a.replaceWith(c,u,r.schema.text(f)),!0})},"Shift-Tab":({editor:n})=>{var e;if(!this.options.enableTabIndentation)return!1;const t=(e=this.options.tabSize)!=null?e:Bs,{state:r}=n,{selection:s}=r,{$from:i,empty:o}=s;return i.parent.type!==this.type?!1:o?n.commands.command(({tr:l})=>{var a;const{pos:c}=i,u=i.start(),d=i.end(),f=r.doc.textBetween(u,d,`
144
- `,`
145
- `).split(`
146
- `);let m=0,g=0;const x=c-u;for(let w=0;w<f.length;w+=1){if(g+f[w].length>=x){m=w;break}g+=f[w].length+1}const k=((a=f[m].match(/^ */))==null?void 0:a[0])||"",C=Math.min(k.length,t);if(C===0)return!0;let T=u;for(let w=0;w<m;w+=1)T+=f[w].length+1;return l.delete(T,T+C),c-T<=C&&l.setSelection(L.create(l.doc,T)),!0}):n.commands.command(({tr:l})=>{const{from:a,to:c}=s,h=r.doc.textBetween(a,c,`
147
- `,`
148
- `).split(`
149
- `).map(f=>{var m;const g=((m=f.match(/^ */))==null?void 0:m[0])||"",x=Math.min(g.length,t);return f.slice(x)}).join(`
150
- `);return l.replaceWith(a,c,r.schema.text(h)),!0})},Enter:({editor:n})=>{if(!this.options.exitOnTripleEnter)return!1;const{state:e}=n,{selection:t}=e,{$from:r,empty:s}=t;if(!s||r.parent.type!==this.type)return!1;const i=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(`
151
-
152
- `);return!i||!o?!1:n.chain().command(({tr:l})=>(l.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:n})=>{if(!this.options.exitOnArrowDown)return!1;const{state:e}=n,{selection:t,doc:r}=e,{$from:s,empty:i}=t;if(!i||s.parent.type!==this.type||!(s.parentOffset===s.parent.nodeSize-2))return!1;const l=s.after();return l===void 0?!1:r.nodeAt(l)?n.commands.command(({tr:c})=>(c.setSelection(z.near(r.resolve(l))),!0)):n.commands.exitCode()}}},addInputRules(){return[fi({find:Ly,type:this.type,getAttributes:n=>({language:n[1]})}),fi({find:Py,type:this.type,getAttributes:n=>({language:n[1]})})]},addProseMirrorPlugins(){return[new H({key:new X("codeBlockVSCodeHandler"),props:{handlePaste:(n,e)=>{if(!e.clipboardData||this.editor.isActive(this.type.name))return!1;const t=e.clipboardData.getData("text/plain"),r=e.clipboardData.getData("vscode-editor-data"),s=r?JSON.parse(r):void 0,i=s==null?void 0:s.mode;if(!t||!i)return!1;const{tr:o,schema:l}=n.state,a=l.text(t.replace(/\r\n?/g,`
153
- `));return o.replaceSelectionWith(this.type.create({language:i},a)),o.selection.$from.parent.type!==this.type&&o.setSelection(L.near(o.doc.resolve(Math.max(0,o.selection.from-2)))),o.setMeta("paste",!0),n.dispatch(o),!0}}})]}}),_y=we.create({name:"doc",topNode:!0,content:"block+",renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,`
154
-
155
- `):""}),By=we.create({name:"hardBreak",markdownTokenName:"br",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:n}){return["br",Y(this.options.HTMLAttributes,n)]},renderText(){return`
156
- `},renderMarkdown:()=>`
157
- `,parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:n,chain:e,state:t,editor:r})=>n.first([()=>n.exitCode(),()=>n.command(()=>{const{selection:s,storedMarks:i}=t;if(s.$from.parent.type.spec.isolating)return!1;const{keepMarks:o}=this.options,{splittableMarks:l}=r.extensionManager,a=i||s.$to.parentOffset&&s.$from.marks();return e().insertContent({type:this.name}).command(({tr:c,dispatch:u})=>{if(u&&a&&o){const d=a.filter(h=>l.includes(h.type.name));c.ensureMarks(d)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),$y=we.create({name:"heading",addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:"inline*",group:"block",defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(n=>({tag:`h${n}`,attrs:{level:n}}))},renderHTML({node:n,HTMLAttributes:e}){return[`h${this.options.levels.includes(n.attrs.level)?n.attrs.level:this.options.levels[0]}`,Y(this.options.HTMLAttributes,e),0]},parseMarkdown:(n,e)=>e.createNode("heading",{level:n.depth||1},e.parseInline(n.tokens||[])),renderMarkdown:(n,e)=>{var t;const r=(t=n.attrs)!=null&&t.level?parseInt(n.attrs.level,10):1,s="#".repeat(r);return n.content?`${s} ${e.renderChildren(n.content)}`:""},addCommands(){return{setHeading:n=>({commands:e})=>this.options.levels.includes(n.level)?e.setNode(this.name,n):!1,toggleHeading:n=>({commands:e})=>this.options.levels.includes(n.level)?e.toggleNode(this.name,"paragraph",n):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((n,e)=>({...n,[`Mod-Alt-${e}`]:()=>this.editor.commands.toggleHeading({level:e})}),{})},addInputRules(){return this.options.levels.map(n=>fi({find:new RegExp(`^(#{${Math.min(...this.options.levels)},${n}})\\s$`),type:this.type,getAttributes:{level:n}}))}}),Fy=we.create({name:"horizontalRule",addOptions(){return{HTMLAttributes:{},nextNodeType:"paragraph"}},group:"block",parseHTML(){return[{tag:"hr"}]},renderHTML({HTMLAttributes:n}){return["hr",Y(this.options.HTMLAttributes,n)]},markdownTokenName:"hr",parseMarkdown:(n,e)=>e.createNode("horizontalRule"),renderMarkdown:()=>"---",addCommands(){return{setHorizontalRule:()=>({chain:n,state:e})=>{if(!px(e,e.schema.nodes[this.name]))return!1;const{selection:t}=e,{$to:r}=t,s=n();return lu(t)?s.insertContentAt(r.pos,{type:this.name}):s.insertContent({type:this.name}),s.command(({state:i,tr:o,dispatch:l})=>{if(l){const{$to:a}=o.selection,c=a.end();if(a.nodeAfter)a.nodeAfter.isTextblock?o.setSelection(L.create(o.doc,a.pos+1)):a.nodeAfter.isBlock?o.setSelection(R.create(o.doc,a.pos)):o.setSelection(L.create(o.doc,a.pos));else{const u=i.schema.nodes[this.options.nextNodeType]||a.parent.type.contentMatch.defaultType,d=u==null?void 0:u.create();d&&(o.insert(c,d),o.setSelection(L.create(o.doc,c+1)))}o.scrollIntoView()}return!0}).run()}}},addInputRules(){return[hx({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),Vy=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,Hy=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,Uy=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Wy=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,Ky=jt.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:n=>n.style.fontStyle!=="normal"&&null},{style:"font-style=normal",clearMark:n=>n.type.name===this.name},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:n}){return["em",Y(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)}},markdownTokenName:"em",parseMarkdown:(n,e)=>e.applyMark("italic",e.parseInline(n.tokens||[])),renderMarkdown:(n,e)=>`*${e.renderChildren(n)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[qt({find:Vy,type:this.type}),qt({find:Uy,type:this.type})]},addPasteRules(){return[At({find:Hy,type:this.type}),At({find:Wy,type:this.type})]}});const qy="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",Jy="ελ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",mi="numeric",gi="ascii",xi="alpha",hn="asciinumeric",ln="alphanumeric",yi="domain",ju="emoji",Gy="scheme",Qy="slashscheme",$s="whitespace";function Yy(n,e){return n in e||(e[n]=[]),e[n]}function yt(n,e,t){e[mi]&&(e[hn]=!0,e[ln]=!0),e[gi]&&(e[hn]=!0,e[xi]=!0),e[hn]&&(e[ln]=!0),e[xi]&&(e[ln]=!0),e[ln]&&(e[yi]=!0),e[ju]&&(e[yi]=!0);for(const r in e){const s=Yy(r,t);s.indexOf(n)<0&&s.push(n)}}function Xy(n,e){const t={};for(const r in e)e[r].indexOf(n)>=0&&(t[r]=!0);return t}function ge(n=null){this.j={},this.jr=[],this.jd=null,this.t=n}ge.groups={};ge.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 s=e.jr[r][0],i=e.jr[r][1];if(i&&s.test(n))return i}return e.jd},has(n,e=!1){return e?n in this.j:!!this.go(n)},ta(n,e,t,r){for(let s=0;s<n.length;s++)this.tt(n[s],e,t,r)},tr(n,e,t,r){r=r||ge.groups;let s;return e&&e.j?s=e:(s=new ge(e),t&&r&&yt(e,t,r)),this.jr.push([n,s]),s},ts(n,e,t,r){let s=this;const i=n.length;if(!i)return s;for(let o=0;o<i-1;o++)s=s.tt(n[o]);return s.tt(n[i-1],e,t,r)},tt(n,e,t,r){r=r||ge.groups;const s=this;if(e&&e.j)return s.j[n]=e,e;const i=e;let o,l=s.go(n);if(l?(o=new ge,Object.assign(o.j,l.j),o.jr.push.apply(o.jr,l.jr),o.jd=l.jd,o.t=l.t):o=new ge,i){if(r)if(o.t&&typeof o.t=="string"){const a=Object.assign(Xy(o.t,r),t);yt(i,a,r)}else t&&yt(i,t,r);o.t=i}return s.j[n]=o,o}};const P=(n,e,t,r,s)=>n.ta(e,t,r,s),U=(n,e,t,r,s)=>n.tr(e,t,r,s),Hl=(n,e,t,r,s)=>n.ts(e,t,r,s),O=(n,e,t,r,s)=>n.tt(e,t,r,s),Fe="WORD",bi="UWORD",Du="ASCIINUMERICAL",Iu="ALPHANUMERICAL",An="LOCALHOST",vi="TLD",ki="UTLD",sr="SCHEME",_t="SLASH_SCHEME",to="NUM",wi="WS",no="NL",pn="OPENBRACE",mn="CLOSEBRACE",kr="OPENBRACKET",wr="CLOSEBRACKET",Sr="OPENPAREN",Cr="CLOSEPAREN",Nr="OPENANGLEBRACKET",Tr="CLOSEANGLEBRACKET",Mr="FULLWIDTHLEFTPAREN",Er="FULLWIDTHRIGHTPAREN",Ar="LEFTCORNERBRACKET",Or="RIGHTCORNERBRACKET",jr="LEFTWHITECORNERBRACKET",Dr="RIGHTWHITECORNERBRACKET",Ir="FULLWIDTHLESSTHAN",Rr="FULLWIDTHGREATERTHAN",Lr="AMPERSAND",Pr="APOSTROPHE",zr="ASTERISK",Qe="AT",_r="BACKSLASH",Br="BACKTICK",$r="CARET",Ze="COLON",ro="COMMA",Fr="DOLLAR",De="DOT",Vr="EQUALS",so="EXCLAMATION",Ce="HYPHEN",gn="PERCENT",Hr="PIPE",Ur="PLUS",Wr="POUND",xn="QUERY",io="QUOTE",Ru="FULLWIDTHMIDDLEDOT",oo="SEMI",Ie="SLASH",yn="TILDE",Kr="UNDERSCORE",Lu="EMOJI",qr="SYM";var Pu=Object.freeze({__proto__:null,ALPHANUMERICAL:Iu,AMPERSAND:Lr,APOSTROPHE:Pr,ASCIINUMERICAL:Du,ASTERISK:zr,AT:Qe,BACKSLASH:_r,BACKTICK:Br,CARET:$r,CLOSEANGLEBRACKET:Tr,CLOSEBRACE:mn,CLOSEBRACKET:wr,CLOSEPAREN:Cr,COLON:Ze,COMMA:ro,DOLLAR:Fr,DOT:De,EMOJI:Lu,EQUALS:Vr,EXCLAMATION:so,FULLWIDTHGREATERTHAN:Rr,FULLWIDTHLEFTPAREN:Mr,FULLWIDTHLESSTHAN:Ir,FULLWIDTHMIDDLEDOT:Ru,FULLWIDTHRIGHTPAREN:Er,HYPHEN:Ce,LEFTCORNERBRACKET:Ar,LEFTWHITECORNERBRACKET:jr,LOCALHOST:An,NL:no,NUM:to,OPENANGLEBRACKET:Nr,OPENBRACE:pn,OPENBRACKET:kr,OPENPAREN:Sr,PERCENT:gn,PIPE:Hr,PLUS:Ur,POUND:Wr,QUERY:xn,QUOTE:io,RIGHTCORNERBRACKET:Or,RIGHTWHITECORNERBRACKET:Dr,SCHEME:sr,SEMI:oo,SLASH:Ie,SLASH_SCHEME:_t,SYM:qr,TILDE:yn,TLD:vi,UNDERSCORE:Kr,UTLD:ki,UWORD:bi,WORD:Fe,WS:wi});const _e=/[a-z]/,tn=new RegExp("\\p{L}","u"),Fs=new RegExp("\\p{Emoji}","u"),Be=/\d/,Vs=/\s/,Ul="\r",Hs=`
158
- `,Zy="️",eb="‍",Us="";let Yn=null,Xn=null;function tb(n=[]){const e={};ge.groups=e;const t=new ge;Yn==null&&(Yn=Wl(qy)),Xn==null&&(Xn=Wl(Jy)),O(t,"'",Pr),O(t,"{",pn),O(t,"}",mn),O(t,"[",kr),O(t,"]",wr),O(t,"(",Sr),O(t,")",Cr),O(t,"<",Nr),O(t,">",Tr),O(t,"(",Mr),O(t,")",Er),O(t,"「",Ar),O(t,"」",Or),O(t,"『",jr),O(t,"』",Dr),O(t,"<",Ir),O(t,">",Rr),O(t,"&",Lr),O(t,"*",zr),O(t,"@",Qe),O(t,"`",Br),O(t,"^",$r),O(t,":",Ze),O(t,",",ro),O(t,"$",Fr),O(t,".",De),O(t,"=",Vr),O(t,"!",so),O(t,"-",Ce),O(t,"%",gn),O(t,"|",Hr),O(t,"+",Ur),O(t,"#",Wr),O(t,"?",xn),O(t,'"',io),O(t,"/",Ie),O(t,";",oo),O(t,"~",yn),O(t,"_",Kr),O(t,"\\",_r),O(t,"・",Ru);const r=U(t,Be,to,{[mi]:!0});U(r,Be,r);const s=U(r,_e,Du,{[hn]:!0}),i=U(r,tn,Iu,{[ln]:!0}),o=U(t,_e,Fe,{[gi]:!0});U(o,Be,s),U(o,_e,o),U(s,Be,s),U(s,_e,s);const l=U(t,tn,bi,{[xi]:!0});U(l,_e),U(l,Be,i),U(l,tn,l),U(i,Be,i),U(i,_e),U(i,tn,i);const a=O(t,Hs,no,{[$s]:!0}),c=O(t,Ul,wi,{[$s]:!0}),u=U(t,Vs,wi,{[$s]:!0});O(t,Us,u),O(c,Hs,a),O(c,Us,u),U(c,Vs,u),O(u,Ul),O(u,Hs),U(u,Vs,u),O(u,Us,u);const d=U(t,Fs,Lu,{[ju]:!0});O(d,"#"),U(d,Fs,d),O(d,Zy,d);const h=O(d,eb);O(h,"#"),U(h,Fs,d);const f=[[_e,o],[Be,s]],m=[[_e,null],[tn,l],[Be,i]];for(let g=0;g<Yn.length;g++)qe(t,Yn[g],vi,Fe,f);for(let g=0;g<Xn.length;g++)qe(t,Xn[g],ki,bi,m);yt(vi,{tld:!0,ascii:!0},e),yt(ki,{utld:!0,alpha:!0},e),qe(t,"file",sr,Fe,f),qe(t,"mailto",sr,Fe,f),qe(t,"http",_t,Fe,f),qe(t,"https",_t,Fe,f),qe(t,"ftp",_t,Fe,f),qe(t,"ftps",_t,Fe,f),yt(sr,{scheme:!0,ascii:!0},e),yt(_t,{slashscheme:!0,ascii:!0},e),n=n.sort((g,x)=>g[0]>x[0]?1:-1);for(let g=0;g<n.length;g++){const x=n[g][0],k=n[g][1]?{[Gy]:!0}:{[Qy]:!0};x.indexOf("-")>=0?k[yi]=!0:_e.test(x)?Be.test(x)?k[hn]=!0:k[gi]=!0:k[mi]=!0,Hl(t,x,x,k)}return Hl(t,"localhost",An,{ascii:!0}),t.jd=new ge(qr),{start:t,tokens:Object.assign({groups:e},Pu)}}function zu(n,e){const t=nb(e.replace(/[A-Z]/g,l=>l.toLowerCase())),r=t.length,s=[];let i=0,o=0;for(;o<r;){let l=n,a=null,c=0,u=null,d=-1,h=-1;for(;o<r&&(a=l.go(t[o]));)l=a,l.accepts()?(d=0,h=0,u=l):d>=0&&(d+=t[o].length,h++),c+=t[o].length,i+=t[o].length,o++;i-=d,o-=h,c-=d,s.push({t:u.t,v:e.slice(i-c,i),s:i-c,e:i})}return s}function nb(n){const e=[],t=n.length;let r=0;for(;r<t;){let s=n.charCodeAt(r),i,o=s<55296||s>56319||r+1===t||(i=n.charCodeAt(r+1))<56320||i>57343?n[r]:n.slice(r,r+2);e.push(o),r+=o.length}return e}function qe(n,e,t,r,s){let i;const o=e.length;for(let l=0;l<o-1;l++){const a=e[l];n.j[a]?i=n.j[a]:(i=new ge(r),i.jr=s.slice(),n.j[a]=i),n=i}return i=new ge(t),i.jr=s.slice(),n.j[e[o-1]]=i,i}function Wl(n){const e=[],t=[];let r=0,s="0123456789";for(;r<n.length;){let i=0;for(;s.indexOf(n[r+i])>=0;)i++;if(i>0){e.push(t.join(""));for(let o=parseInt(n.substring(r,r+i),10);o>0;o--)t.pop();r+=i}else t.push(n[r]),r++}return e}const On={defaultProtocol:"http",events:null,format:Kl,formatHref:Kl,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function lo(n,e=null){let t=Object.assign({},On);n&&(t=Object.assign(t,n instanceof lo?n.o:n));const r=t.ignoreTags,s=[];for(let i=0;i<r.length;i++)s.push(r[i].toUpperCase());this.o=t,e&&(this.defaultRender=e),this.ignoreTags=s}lo.prototype={o:On,ignoreTags:[],defaultRender(n){return n},check(n){return this.get("validate",n.toString(),n)},get(n,e,t){const r=e!=null;let s=this.o[n];return s&&(typeof s=="object"?(s=t.t in s?s[t.t]:On[n],typeof s=="function"&&r&&(s=s(e,t))):typeof s=="function"&&r&&(s=s(e,t.t,t)),s)},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 Kl(n){return n}function _u(n,e){this.t="token",this.v=n,this.tk=e}_u.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=On.defaultProtocol){return{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),s=n.get("tagName",t,e),i=this.toFormattedString(n),o={},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 o.href=r,l&&(o.class=l),a&&(o.target=a),c&&(o.rel=c),u&&Object.assign(o,u),{tagName:s,attributes:o,content:i,eventListeners:d}}};function ps(n,e){class t extends _u{constructor(s,i){super(s,i),this.t=n}}for(const r in e)t.prototype[r]=e[r];return t.t=n,t}const ql=ps("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),Jl=ps("text"),rb=ps("nl"),Zn=ps("url",{isLink:!0,toHref(n=On.defaultProtocol){return this.hasProtocol()?this.v:`${n}://${this.v}`},hasProtocol(){const n=this.tk;return n.length>=2&&n[0].t!==An&&n[1].t===Ze}}),Se=n=>new ge(n);function sb({groups:n}){const e=n.domain.concat([Lr,zr,Qe,_r,Br,$r,Fr,Vr,Ce,to,gn,Hr,Ur,Wr,Ie,qr,yn,Kr]),t=[Pr,Ze,ro,De,so,gn,xn,io,oo,Nr,Tr,pn,mn,wr,kr,Sr,Cr,Mr,Er,Ar,Or,jr,Dr,Ir,Rr],r=[Lr,Pr,zr,_r,Br,$r,Fr,Vr,Ce,pn,mn,gn,Hr,Ur,Wr,xn,Ie,qr,yn,Kr],s=Se(),i=O(s,yn);P(i,r,i),P(i,n.domain,i);const o=Se(),l=Se(),a=Se();P(s,n.domain,o),P(s,n.scheme,l),P(s,n.slashscheme,a),P(o,r,i),P(o,n.domain,o);const c=O(o,Qe);O(i,Qe,c),O(l,Qe,c),O(a,Qe,c);const u=O(i,De);P(u,r,i),P(u,n.domain,i);const d=Se();P(c,n.domain,d),P(d,n.domain,d);const h=O(d,De);P(h,n.domain,d);const f=Se(ql);P(h,n.tld,f),P(h,n.utld,f),O(c,An,f);const m=O(d,Ce);O(m,Ce,m),P(m,n.domain,d),P(f,n.domain,d),O(f,De,h),O(f,Ce,m);const g=O(f,Ze);P(g,n.numeric,ql);const x=O(o,Ce),y=O(o,De);O(x,Ce,x),P(x,n.domain,o),P(y,r,i),P(y,n.domain,o);const k=Se(Zn);P(y,n.tld,k),P(y,n.utld,k),P(k,n.domain,o),P(k,r,i),O(k,De,y),O(k,Ce,x),O(k,Qe,c);const C=O(k,Ze),T=Se(Zn);P(C,n.numeric,T);const N=Se(Zn),w=Se();P(N,e,N),P(N,t,w),P(w,e,N),P(w,t,w),O(k,Ie,N),O(T,Ie,N);const v=O(l,Ze),A=O(a,Ze),I=O(A,Ie),K=O(I,Ie);P(l,n.domain,o),O(l,De,y),O(l,Ce,x),P(a,n.domain,o),O(a,De,y),O(a,Ce,x),P(v,n.domain,N),O(v,Ie,N),O(v,xn,N),P(K,n.domain,N),P(K,e,N),O(K,Ie,N);const _=[[pn,mn],[kr,wr],[Sr,Cr],[Nr,Tr],[Mr,Er],[Ar,Or],[jr,Dr],[Ir,Rr]];for(let Z=0;Z<_.length;Z++){const[ue,de]=_[Z],me=O(N,ue);O(w,ue,me),O(me,de,N);const It=Se(Zn);P(me,e,It);const Yt=Se();P(me,t),P(It,e,It),P(It,t,Yt),P(Yt,e,It),P(Yt,t,Yt),O(It,de,N),O(Yt,de,N)}return O(s,An,k),O(s,no,rb),{start:s,tokens:Pu}}function ib(n,e,t){let r=t.length,s=0,i=[],o=[];for(;s<r;){let l=n,a=null,c=null,u=0,d=null,h=-1;for(;s<r&&!(a=l.go(t[s].t));)o.push(t[s++]);for(;s<r&&(c=a||l.go(t[s].t));)a=null,l=c,l.accepts()?(h=0,d=l):h>=0&&h++,s++,u++;if(h<0)s-=u,s<r&&(o.push(t[s]),s++);else{o.length>0&&(i.push(Ws(Jl,e,o)),o=[]),s-=h,u-=h;const f=d.t,m=t.slice(s-u,s);i.push(Ws(f,e,m))}}return o.length>0&&i.push(Ws(Jl,e,o)),i}function Ws(n,e,t){const r=t[0].s,s=t[t.length-1].e,i=e.slice(r,s);return new n(i,t)}const ob=typeof console<"u"&&console&&console.warn||(()=>{}),lb="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",F={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function ab(){return ge.groups={},F.scanner=null,F.parser=null,F.tokenQueue=[],F.pluginQueue=[],F.customSchemes=[],F.initialized=!1,F}function Gl(n,e=!1){if(F.initialized&&ob(`linkifyjs: already initialized - will not register custom scheme "${n}" ${lb}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(n))throw new Error(`linkifyjs: incorrect scheme format.
159
- 1. Must only contain digits, lowercase ASCII letters or "-"
160
- 2. Cannot start or end with "-"
161
- 3. "-" cannot repeat`);F.customSchemes.push([n,e])}function cb(){F.scanner=tb(F.customSchemes);for(let n=0;n<F.tokenQueue.length;n++)F.tokenQueue[n][1]({scanner:F.scanner});F.parser=sb(F.scanner.tokens);for(let n=0;n<F.pluginQueue.length;n++)F.pluginQueue[n][1]({scanner:F.scanner,parser:F.parser});return F.initialized=!0,F}function ao(n){return F.initialized||cb(),ib(F.parser.start,n,zu(F.scanner.start,n))}ao.scan=zu;function Bu(n,e=null,t=null){if(e&&typeof e=="object"){if(t)throw Error(`linkifyjs: Invalid link type ${e}; must be a string`);t=e,e=null}const r=new lo(t),s=ao(n),i=[];for(let o=0;o<s.length;o++){const l=s[o];l.isLink&&(!e||l.t===e)&&r.check(l)&&i.push(l.toFormattedObject(r))}return i}var co="[\0-   ᠎ -\u2029  ]",ub=new RegExp(co),db=new RegExp(`${co}$`),fb=new RegExp(co,"g");function hb(n){return n.length===1?n[0].isLink:n.length===3&&n[1].isLink?["()","[]"].includes(n[0].value+n[2].value):!1}function pb(n){return new H({key:new X("autolink"),appendTransaction:(e,t,r)=>{const s=e.some(c=>c.docChanged)&&!t.doc.eq(r.doc),i=e.some(c=>c.getMeta("preventAutolink"));if(!s||i)return;const{tr:o}=r,l=Zc(t.doc,[...e]);if(ou(l).forEach(({newRange:c})=>{const u=hg(r.doc,c,f=>f.isTextblock);let d,h;if(u.length>1)d=u[0],h=r.doc.textBetween(d.pos,d.pos+d.node.nodeSize,void 0," ");else if(u.length){const f=r.doc.textBetween(c.from,c.to," "," ");if(!db.test(f))return;d=u[0],h=r.doc.textBetween(d.pos,c.to,void 0," ")}if(d&&h){const f=h.split(ub).filter(Boolean);if(f.length<=0)return!1;const m=f[f.length-1],g=d.pos+h.lastIndexOf(m);if(!m)return!1;const x=ao(m).map(y=>y.toObject(n.defaultProtocol));if(!hb(x))return!1;x.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(y.value)).filter(y=>n.shouldAutoLink(y.value)).forEach(y=>{Gi(y.from,y.to,r.doc).some(k=>k.mark.type===n.type)||o.addMark(y.from,y.to,n.type.create({href:y.href}))})}}),!!o.steps.length)return o}})}function mb(n){return new H({key:new X("handleClickLink"),props:{handleClick:(e,t,r)=>{var s,i;if(r.button!==0||!e.editable)return!1;let o=null;if(r.target instanceof HTMLAnchorElement)o=r.target;else{const a=r.target;if(!a)return!1;const c=n.editor.view.dom;o=a.closest("a"),o&&!c.contains(o)&&(o=null)}if(!o)return!1;let l=!1;if(n.enableClickSelection&&(l=n.editor.commands.extendMarkRange(n.type.name)),n.openOnClick){const a=iu(e.state,n.type.name),c=(s=o.href)!=null?s:a.href,u=(i=o.target)!=null?i:a.target;c&&(window.open(c,u),l=!0)}return l}}})}function gb(n){return new H({key:new X("handlePasteLink"),props:{handlePaste:(e,t,r)=>{const{shouldAutoLink:s}=n,{state:i}=e,{selection:o}=i,{empty:l}=o;if(l)return!1;let a="";r.content.forEach(u=>{a+=u.textContent});const c=Bu(a,{defaultProtocol:n.defaultProtocol}).find(u=>u.isLink&&u.value===a);return!a||!c||s!==void 0&&!s(c.value)?!1:n.editor.commands.setMark(n.type,{href:c.href})}}})}function ht(n,e){const t=["http","https","ftp","ftps","mailto","tel","callto","sms","cid","xmpp"];return e&&e.forEach(r=>{const s=typeof r=="string"?r:r.scheme;s&&t.push(s)}),!n||n.replace(fb,"").match(new RegExp(`^(?:(?:${t.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,"i"))}var $u=jt.create({name:"link",priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(n=>{if(typeof n=="string"){Gl(n);return}Gl(n.scheme,n.optionalSlashes)})},onDestroy(){ab()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:"http",HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},isAllowedUri:(n,e)=>!!ht(n,e.protocols),validate:n=>!!n,shouldAutoLink:n=>{const e=/^[a-z][a-z0-9+.-]*:\/\//i.test(n),t=/^[a-z][a-z0-9+.-]*:/i.test(n);if(e||t&&!n.includes("@"))return!0;const s=(n.includes("@")?n.split("@").pop():n).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(s)||!/\./.test(s))}}},addAttributes(){return{href:{default:null,parseHTML(n){return n.getAttribute("href")}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:"a[href]",getAttrs:n=>{const e=n.getAttribute("href");return!e||!this.options.isAllowedUri(e,{defaultValidate:t=>!!ht(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:n}){return this.options.isAllowedUri(n.href,{defaultValidate:e=>!!ht(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",Y(this.options.HTMLAttributes,n),0]:["a",Y(this.options.HTMLAttributes,{...n,href:""}),0]},markdownTokenName:"link",parseMarkdown:(n,e)=>e.applyMark("link",e.parseInline(n.tokens||[]),{href:n.href,title:n.title||null}),renderMarkdown:(n,e)=>{var t,r,s,i;const o=(r=(t=n.attrs)==null?void 0:t.href)!=null?r:"",l=(i=(s=n.attrs)==null?void 0:s.title)!=null?i:"",a=e.renderChildren(n);return l?`[${a}](${o} "${l}")`:`[${a}](${o})`},addCommands(){return{setLink:n=>({chain:e})=>{const{href:t}=n;return this.options.isAllowedUri(t,{defaultValidate:r=>!!ht(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?e().setMark(this.name,n).setMeta("preventAutolink",!0).run():!1},toggleLink:n=>({chain:e})=>{const{href:t}=n||{};return t&&!this.options.isAllowedUri(t,{defaultValidate:r=>!!ht(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1: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[At({find:n=>{const e=[];if(n){const{protocols:t,defaultProtocol:r}=this.options,s=Bu(n).filter(i=>i.isLink&&this.options.isAllowedUri(i.value,{defaultValidate:o=>!!ht(o,t),protocols:t,defaultProtocol:r}));s.length&&s.forEach(i=>{this.options.shouldAutoLink(i.value)&&e.push({text:i.value,data:{href:i.href},index:i.start})})}return e},type:this.type,getAttributes:n=>{var e;return{href:(e=n.data)==null?void 0:e.href}}})]},addProseMirrorPlugins(){const n=[],{protocols:e,defaultProtocol:t}=this.options;return this.options.autolink&&n.push(pb({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:r=>this.options.isAllowedUri(r,{defaultValidate:s=>!!ht(s,e),protocols:e,defaultProtocol:t}),shouldAutoLink:this.options.shouldAutoLink})),n.push(mb({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick==="whenNotEditable"?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&n.push(gb({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),n}}),xb=$u,yb=Object.defineProperty,bb=(n,e)=>{for(var t in e)yb(n,t,{get:e[t],enumerable:!0})},vb="listItem",Ql="textStyle",Yl=/^\s*([-+*])\s$/,Fu=we.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",Y(this.options.HTMLAttributes,n),0]},markdownTokenName:"list",parseMarkdown:(n,e)=>n.type!=="list"||n.ordered?[]:{type:"bulletList",content:n.items?e.parseChildren(n.items):[]},renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,`
162
- `):"",markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(vb,this.editor.getAttributes(Ql)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let n=Jt({find:Yl,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(n=Jt({find:Yl,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(Ql),editor:this.editor})),[n]}}),Vu=we.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",Y(this.options.HTMLAttributes,n),0]},markdownTokenName:"list_item",parseMarkdown:(n,e)=>{if(n.type!=="list_item")return[];let t=[];if(n.tokens&&n.tokens.length>0)if(n.tokens.some(s=>s.type==="paragraph"))t=e.parseChildren(n.tokens);else{const s=n.tokens[0];if(s&&s.type==="text"&&s.tokens&&s.tokens.length>0){if(t=[{type:"paragraph",content:e.parseInline(s.tokens)}],n.tokens.length>1){const o=n.tokens.slice(1),l=e.parseChildren(o);t.push(...l)}}else t=e.parseChildren(n.tokens)}return t.length===0&&(t=[{type:"paragraph",content:[]}]),{type:"listItem",content:t}},renderMarkdown:(n,e,t)=>Zi(n,e,r=>{var s,i;return r.parentType==="bulletList"?"- ":r.parentType==="orderedList"?`${(((i=(s=r.meta)==null?void 0:s.parentAttrs)==null?void 0:i.start)||1)+r.index}. `:"- "},t),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),kb={};bb(kb,{findListItemPos:()=>zn,getNextListDepth:()=>uo,handleBackspace:()=>Si,handleDelete:()=>Ci,hasListBefore:()=>Hu,hasListItemAfter:()=>wb,hasListItemBefore:()=>Uu,listItemHasSubList:()=>Wu,nextListIsDeeper:()=>Ku,nextListIsHigher:()=>qu});var zn=(n,e)=>{const{$from:t}=e.selection,r=Q(n,e.schema);let s=null,i=t.depth,o=t.pos,l=null;for(;i>0&&l===null;)s=t.node(i),s.type===r?l=i:(i-=1,o-=1);return l===null?null:{$pos:e.doc.resolve(o),depth:l}},uo=(n,e)=>{const t=zn(n,e);if(!t)return!1;const[,r]=Cg(e,n,t.$pos.pos+4);return r},Hu=(n,e,t)=>{const{$anchor:r}=n.selection,s=Math.max(0,r.pos-2),i=n.doc.resolve(s).node();return!(!i||!t.includes(i.type.name))},Uu=(n,e)=>{var t;const{$anchor:r}=e.selection,s=e.doc.resolve(r.pos-2);return!(s.index()===0||((t=s.nodeBefore)==null?void 0:t.type.name)!==n)},Wu=(n,e,t)=>{if(!t)return!1;const r=Q(n,e.schema);let s=!1;return t.descendants(i=>{i.type===r&&(s=!0)}),s},Si=(n,e,t)=>{if(n.commands.undoInputRule())return!0;if(n.state.selection.from!==n.state.selection.to)return!1;if(!at(n.state,e)&&Hu(n.state,e,t)){const{$anchor:l}=n.state.selection,a=n.state.doc.resolve(l.before()-1),c=[];a.node().descendants((h,f)=>{h.type.name===e&&c.push({node:h,pos:f})});const u=c.at(-1);if(!u)return!1;const d=n.state.doc.resolve(a.start()+u.pos+1);return n.chain().cut({from:l.start()-1,to:l.end()+1},d.end()).joinForward().run()}if(!at(n.state,e)||!Eg(n.state))return!1;const r=zn(e,n.state);if(!r)return!1;const i=n.state.doc.resolve(r.$pos.pos-2).node(r.depth),o=Wu(e,n.state,i);return Uu(e,n.state)&&!o?n.commands.joinItemBackward():n.chain().liftListItem(e).run()},Ku=(n,e)=>{const t=uo(n,e),r=zn(n,e);return!r||!t?!1:t>r.depth},qu=(n,e)=>{const t=uo(n,e),r=zn(n,e);return!r||!t?!1:t<r.depth},Ci=(n,e)=>{if(!at(n.state,e)||!Mg(n.state,e))return!1;const{selection:t}=n.state,{$from:r,$to:s}=t;return!t.empty&&r.sameParent(s)?!1:Ku(e,n.state)?n.chain().focus(n.state.selection.from+4).lift(e).joinBackward().run():qu(e,n.state)?n.chain().joinForward().joinBackward().run():n.commands.joinItemForward()},wb=(n,e)=>{var t;const{$anchor:r}=e.selection,s=e.doc.resolve(r.pos-r.parentOffset-2);return!(s.index()===s.parent.childCount-1||((t=s.nodeAfter)==null?void 0:t.type.name)!==n)},Ju=q.create({name:"listKeymap",addOptions(){return{listTypes:[{itemName:"listItem",wrapperNames:["bulletList","orderedList"]},{itemName:"taskItem",wrapperNames:["taskList"]}]}},addKeyboardShortcuts(){return{Delete:({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t})=>{n.state.schema.nodes[t]!==void 0&&Ci(n,t)&&(e=!0)}),e},"Mod-Delete":({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t})=>{n.state.schema.nodes[t]!==void 0&&Ci(n,t)&&(e=!0)}),e},Backspace:({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t,wrapperNames:r})=>{n.state.schema.nodes[t]!==void 0&&Si(n,t,r)&&(e=!0)}),e},"Mod-Backspace":({editor:n})=>{let e=!1;return this.options.listTypes.forEach(({itemName:t,wrapperNames:r})=>{n.state.schema.nodes[t]!==void 0&&Si(n,t,r)&&(e=!0)}),e}}}}),Xl=/^(\s*)(\d+)\.\s+(.*)$/,Sb=/^\s/;function Cb(n){const e=[];let t=0,r=0;for(;t<n.length;){const s=n[t],i=s.match(Xl);if(!i)break;const[,o,l,a]=i,c=o.length;let u=a,d=t+1;const h=[s];for(;d<n.length;){const f=n[d];if(f.match(Xl))break;if(f.trim()==="")h.push(f),u+=`
163
- `,d+=1;else if(f.match(Sb))h.push(f),u+=`
164
- ${f.slice(c+2)}`,d+=1;else break}e.push({indent:c,number:parseInt(l,10),content:u.trim(),raw:h.join(`
165
- `)}),r=d,t=d}return[e,r]}function Gu(n,e,t){var r;const s=[];let i=0;for(;i<n.length;){const o=n[i];if(o.indent===e){const l=o.content.split(`
166
- `),a=((r=l[0])==null?void 0:r.trim())||"",c=[];a&&c.push({type:"paragraph",raw:a,tokens:t.inlineTokens(a)});const u=l.slice(1).join(`
167
- `).trim();if(u){const f=t.blockTokens(u);c.push(...f)}let d=i+1;const h=[];for(;d<n.length&&n[d].indent>e;)h.push(n[d]),d+=1;if(h.length>0){const f=Math.min(...h.map(g=>g.indent)),m=Gu(h,f,t);c.push({type:"list",ordered:!0,start:h[0].number,items:m,raw:h.map(g=>g.raw).join(`
168
- `)})}s.push({type:"list_item",raw:o.raw,tokens:c}),i=d}else i+=1}return s}function Nb(n,e){return n.map(t=>{if(t.type!=="list_item")return e.parseChildren([t])[0];const r=[];return t.tokens&&t.tokens.length>0&&t.tokens.forEach(s=>{if(s.type==="paragraph"||s.type==="list"||s.type==="blockquote"||s.type==="code")r.push(...e.parseChildren([s]));else if(s.type==="text"&&s.tokens){const i=e.parseChildren([s]);r.push({type:"paragraph",content:i})}else{const i=e.parseChildren([s]);i.length>0&&r.push(...i)}}),{type:"listItem",content:r}})}var Tb="listItem",Zl="textStyle",ea=/^(\d+)\.\s$/,Qu=we.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},type:{default:null,parseHTML:n=>n.getAttribute("type")}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:n}){const{start:e,...t}=n;return e===1?["ol",Y(this.options.HTMLAttributes,t),0]:["ol",Y(this.options.HTMLAttributes,n),0]},markdownTokenName:"list",parseMarkdown:(n,e)=>{if(n.type!=="list"||!n.ordered)return[];const t=n.start||1,r=n.items?Nb(n.items,e):[];return t!==1?{type:"orderedList",attrs:{start:t},content:r}:{type:"orderedList",content:r}},renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,`
169
- `):"",markdownTokenizer:{name:"orderedList",level:"block",start:n=>{const e=n.match(/^(\s*)(\d+)\.\s+/),t=e==null?void 0:e.index;return t!==void 0?t:-1},tokenize:(n,e,t)=>{var r;const s=n.split(`
170
- `),[i,o]=Cb(s);if(i.length===0)return;const l=Gu(i,0,t);return l.length===0?void 0:{type:"list",ordered:!0,start:((r=i[0])==null?void 0:r.number)||1,items:l,raw:s.slice(0,o).join(`
171
- `)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(Tb,this.editor.getAttributes(Zl)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let n=Jt({find:ea,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=Jt({find:ea,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(Zl)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[n]}}),Mb=/^\s*(\[([( |x])?\])\s$/,Eb=we.create({name:"taskItem",addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:"taskList",a11y:void 0}},content(){return this.options.nested?"paragraph block*":"paragraph+"},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:n=>{const e=n.getAttribute("data-checked");return e===""||e==="true"},renderHTML:n=>({"data-checked":n.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:n,HTMLAttributes:e}){return["li",Y(this.options.HTMLAttributes,e,{"data-type":this.name}),["label",["input",{type:"checkbox",checked:n.attrs.checked?"checked":null}],["span"]],["div",0]]},parseMarkdown:(n,e)=>{const t=[];if(n.tokens&&n.tokens.length>0?t.push(e.createNode("paragraph",{},e.parseInline(n.tokens))):n.text?t.push(e.createNode("paragraph",{},[e.createNode("text",{text:n.text})])):t.push(e.createNode("paragraph",{},[])),n.nestedTokens&&n.nestedTokens.length>0){const r=e.parseChildren(n.nestedTokens);t.push(...r)}return e.createNode("taskItem",{checked:n.checked||!1},t)},renderMarkdown:(n,e)=>{var t;const s=`- [${(t=n.attrs)!=null&&t.checked?"x":" "}] `;return Zi(n,e,s)},addKeyboardShortcuts(){const n={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...n,Tab:()=>this.editor.commands.sinkListItem(this.name)}:n},addNodeView(){return({node:n,HTMLAttributes:e,getPos:t,editor:r})=>{const s=document.createElement("li"),i=document.createElement("label"),o=document.createElement("span"),l=document.createElement("input"),a=document.createElement("div"),c=d=>{var h,f;l.ariaLabel=((f=(h=this.options.a11y)==null?void 0:h.checkboxLabel)==null?void 0:f.call(h,d,l.checked))||`Task item checkbox for ${d.textContent||"empty task item"}`};c(n),i.contentEditable="false",l.type="checkbox",l.addEventListener("mousedown",d=>d.preventDefault()),l.addEventListener("change",d=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){l.checked=!l.checked;return}const{checked:h}=d.target;r.isEditable&&typeof t=="function"&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:f})=>{const m=t();if(typeof m!="number")return!1;const g=f.doc.nodeAt(m);return f.setNodeMarkup(m,void 0,{...g==null?void 0:g.attrs,checked:h}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(n,h)||(l.checked=!l.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([d,h])=>{s.setAttribute(d,h)}),s.dataset.checked=n.attrs.checked,l.checked=n.attrs.checked,i.append(l,o),s.append(i,a),Object.entries(e).forEach(([d,h])=>{s.setAttribute(d,h)});let u=new Set(Object.keys(e));return{dom:s,contentDOM:a,update:d=>{if(d.type!==this.type)return!1;s.dataset.checked=d.attrs.checked,l.checked=d.attrs.checked,c(d);const h=r.extensionManager.attributes,f=En(d,h),m=new Set(Object.keys(f)),g=this.options.HTMLAttributes;return u.forEach(x=>{m.has(x)||(x in g?s.setAttribute(x,g[x]):s.removeAttribute(x))}),Object.entries(f).forEach(([x,y])=>{y==null?x in g?s.setAttribute(x,g[x]):s.removeAttribute(x):s.setAttribute(x,y)}),u=m,!0}}}},addInputRules(){return[Jt({find:Mb,type:this.type,getAttributes:n=>({checked:n[n.length-1]==="x"})})]}}),Ab=we.create({name:"taskList",addOptions(){return{itemTypeName:"taskItem",HTMLAttributes:{}}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:n}){return["ul",Y(this.options.HTMLAttributes,n,{"data-type":this.name}),0]},parseMarkdown:(n,e)=>e.createNode("taskList",{},e.parseChildren(n.items||[])),renderMarkdown:(n,e)=>n.content?e.renderChildren(n.content,`
172
- `):"",markdownTokenizer:{name:"taskList",level:"block",start(n){var e;const t=(e=n.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))==null?void 0:e.index;return t!==void 0?t:-1},tokenize(n,e,t){const r=i=>{const o=hi(i,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:l=>({indentLevel:l[1].length,mainContent:l[4],checked:l[3].toLowerCase()==="x"}),createToken:(l,a)=>({type:"taskItem",raw:"",mainContent:l.mainContent,indentLevel:l.indentLevel,checked:l.checked,text:l.mainContent,tokens:t.inlineTokens(l.mainContent),nestedTokens:a}),customNestedParser:r},t);return o?[{type:"taskList",raw:o.raw,items:o.items}]:t.blockTokens(i)},s=hi(n,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:i=>({indentLevel:i[1].length,mainContent:i[4],checked:i[3].toLowerCase()==="x"}),createToken:(i,o)=>({type:"taskItem",raw:"",mainContent:i.mainContent,indentLevel:i.indentLevel,checked:i.checked,text:i.mainContent,tokens:t.inlineTokens(i.mainContent),nestedTokens:o}),customNestedParser:r},t);if(s)return{type:"taskList",raw:s.raw,items:s.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:n})=>n.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});q.create({name:"listKit",addExtensions(){const n=[];return this.options.bulletList!==!1&&n.push(Fu.configure(this.options.bulletList)),this.options.listItem!==!1&&n.push(Vu.configure(this.options.listItem)),this.options.listKeymap!==!1&&n.push(Ju.configure(this.options.listKeymap)),this.options.orderedList!==!1&&n.push(Qu.configure(this.options.orderedList)),this.options.taskItem!==!1&&n.push(Eb.configure(this.options.taskItem)),this.options.taskList!==!1&&n.push(Ab.configure(this.options.taskList)),n}});var ta="&nbsp;",Ob=" ",jb=we.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:n}){return["p",Y(this.options.HTMLAttributes,n),0]},parseMarkdown:(n,e)=>{const t=n.tokens||[];if(t.length===1&&t[0].type==="image")return e.parseChildren([t[0]]);const r=e.parseInline(t);return r.length===1&&r[0].type==="text"&&(r[0].text===ta||r[0].text===Ob)?e.createNode("paragraph",void 0,[]):e.createNode("paragraph",void 0,r)},renderMarkdown:(n,e)=>{if(!n)return"";const t=Array.isArray(n.content)?n.content:[];return t.length===0?ta:e.renderChildren(t)},addCommands(){return{setParagraph:()=>({commands:n})=>n.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),Db=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,Ib=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Rb=jt.create({name:"strike",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"s"},{tag:"del"},{tag:"strike"},{style:"text-decoration",consuming:!1,getAttrs:n=>n.includes("line-through")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["s",Y(this.options.HTMLAttributes,n),0]},markdownTokenName:"del",parseMarkdown:(n,e)=>e.applyMark("strike",e.parseInline(n.tokens||[])),renderMarkdown:(n,e)=>`~~${e.renderChildren(n)}~~`,addCommands(){return{setStrike:()=>({commands:n})=>n.setMark(this.name),toggleStrike:()=>({commands:n})=>n.toggleMark(this.name),unsetStrike:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[qt({find:Db,type:this.type})]},addPasteRules(){return[At({find:Ib,type:this.type})]}}),Lb=we.create({name:"text",group:"inline",parseMarkdown:n=>({type:"text",text:n.text||""}),renderMarkdown:n=>n.text||""}),Yu=jt.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",Y(this.options.HTMLAttributes,n),0]},parseMarkdown(n,e){return e.applyMark(this.name||"underline",e.parseInline(n.tokens||[]))},renderMarkdown(n,e){return`++${e.renderChildren(n)}++`},markdownTokenizer:{name:"underline",level:"inline",start(n){return n.indexOf("++")},tokenize(n,e,t){const s=/^(\+\+)([\s\S]+?)(\+\+)/.exec(n);if(!s)return;const i=s[2].trim();return{type:"underline",raw:s[0],text:i,tokens:t.inlineTokens(i)}}},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()}}}),Pb=Yu;function zb(n={}){return new H({view(e){return new _b(e,n)}})}class _b{constructor(e,t){var r;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(r=t.width)!==null&&r!==void 0?r:1,this.color=t.color===!1?void 0:t.color||"black",this.class=t.class,this.handlers=["dragover","dragend","drop","dragleave"].map(s=>{let i=o=>{this[s](o)};return e.dom.addEventListener(s,i),{name:s,handler:i}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,r,s=this.editorView.dom,i=s.getBoundingClientRect(),o=i.width/s.offsetWidth,l=i.height/s.offsetHeight;if(t){let d=e.nodeBefore,h=e.nodeAfter;if(d||h){let f=this.editorView.nodeDOM(this.cursorPos-(d?d.nodeSize:0));if(f){let m=f.getBoundingClientRect(),g=d?m.bottom:m.top;d&&h&&(g=(g+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let x=this.width/2*l;r={left:m.left,right:m.right,top:g-x,bottom:g+x}}}}if(!r){let d=this.editorView.coordsAtPos(this.cursorPos),h=this.width/2*o;r={left:d.left-h,right:d.left+h,top:d.top,bottom:d.bottom}}let a=this.editorView.dom.offsetParent;this.element||(this.element=a.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none;",this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle("prosemirror-dropcursor-block",t),this.element.classList.toggle("prosemirror-dropcursor-inline",!t);let c,u;if(!a||a==document.body&&getComputedStyle(a).position=="static")c=-pageXOffset,u=-pageYOffset;else{let d=a.getBoundingClientRect(),h=d.width/a.offsetWidth,f=d.height/a.offsetHeight;c=d.left-a.scrollLeft*h,u=d.top-a.scrollTop*f}this.element.style.left=(r.left-c)/o+"px",this.element.style.top=(r.top-u)/l+"px",this.element.style.width=(r.right-r.left)/o+"px",this.element.style.height=(r.bottom-r.top)/l+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),r=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),s=r&&r.type.spec.disableDropCursor,i=typeof s=="function"?s(this.editorView,t,e):s;if(t&&!i){let o=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let l=Ua(this.editorView.state.doc,o,this.editorView.dragging.slice);l!=null&&(o=l)}this.setCursor(o),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}}class W extends z{constructor(e){super(e,e)}map(e,t){let r=e.resolve(t.map(this.head));return W.valid(r)?new W(r):z.near(r)}content(){return j.empty}eq(e){return e instanceof W&&e.head==this.head}toJSON(){return{type:"gapcursor",pos:this.head}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for GapCursor.fromJSON");return new W(e.resolve(t.pos))}getBookmark(){return new fo(this.anchor)}static valid(e){let t=e.parent;if(t.isTextblock||!Bb(e)||!$b(e))return!1;let r=t.type.spec.allowGapCursor;if(r!=null)return r;let s=t.contentMatchAt(e.index()).defaultType;return s&&s.isTextblock}static findGapCursorFrom(e,t,r=!1){e:for(;;){if(!r&&W.valid(e))return e;let s=e.pos,i=null;for(let o=e.depth;;o--){let l=e.node(o);if(t>0?e.indexAfter(o)<l.childCount:e.index(o)>0){i=l.child(t>0?e.indexAfter(o):e.index(o)-1);break}else if(o==0)return null;s+=t;let a=e.doc.resolve(s);if(W.valid(a))return a}for(;;){let o=t>0?i.firstChild:i.lastChild;if(!o){if(i.isAtom&&!i.isText&&!R.isSelectable(i)){e=e.doc.resolve(s+i.nodeSize*t),r=!1;continue e}break}i=o,s+=t;let l=e.doc.resolve(s);if(W.valid(l))return l}return null}}}W.prototype.visible=!1;W.findFrom=W.findGapCursorFrom;z.jsonID("gapcursor",W);class fo{constructor(e){this.pos=e}map(e){return new fo(e.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return W.valid(t)?new W(t):z.near(t)}}function Xu(n){return n.isAtom||n.spec.isolating||n.spec.createGapCursor}function Bb(n){for(let e=n.depth;e>=0;e--){let t=n.index(e),r=n.node(e);if(t==0){if(r.type.spec.isolating)return!0;continue}for(let s=r.child(t-1);;s=s.lastChild){if(s.childCount==0&&!s.inlineContent||Xu(s.type))return!0;if(s.inlineContent)return!1}}return!0}function $b(n){for(let e=n.depth;e>=0;e--){let t=n.indexAfter(e),r=n.node(e);if(t==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let s=r.child(t);;s=s.firstChild){if(s.childCount==0&&!s.inlineContent||Xu(s.type))return!0;if(s.inlineContent)return!1}}return!0}function Fb(){return new H({props:{decorations:Wb,createSelectionBetween(n,e,t){return e.pos==t.pos&&W.valid(t)?new W(t):null},handleClick:Hb,handleKeyDown:Vb,handleDOMEvents:{beforeinput:Ub}}})}const Vb=Wc({ArrowLeft:er("horiz",-1),ArrowRight:er("horiz",1),ArrowUp:er("vert",-1),ArrowDown:er("vert",1)});function er(n,e){const t=n=="vert"?e>0?"down":"up":e>0?"right":"left";return function(r,s,i){let o=r.selection,l=e>0?o.$to:o.$from,a=o.empty;if(o instanceof L){if(!i.endOfTextblock(t)||l.depth==0)return!1;a=!1,l=r.doc.resolve(e>0?l.after():l.before())}let c=W.findGapCursorFrom(l,e,a);return c?(s&&s(r.tr.setSelection(new W(c))),!0):!1}}function Hb(n,e,t){if(!n||!n.editable)return!1;let r=n.state.doc.resolve(e);if(!W.valid(r))return!1;let s=n.posAtCoords({left:t.clientX,top:t.clientY});return s&&s.inside>-1&&R.isSelectable(n.state.doc.nodeAt(s.inside))?!1:(n.dispatch(n.state.tr.setSelection(new W(r))),!0)}function Ub(n,e){if(e.inputType!="insertCompositionText"||!(n.state.selection instanceof W))return!1;let{$from:t}=n.state.selection,r=t.parent.contentMatchAt(t.index()).findWrapping(n.state.schema.nodes.text);if(!r)return!1;let s=M.empty;for(let o=r.length-1;o>=0;o--)s=M.from(r[o].createAndFill(null,s));let i=n.state.tr.replace(t.pos,t.pos,new j(s,0,0));return i.setSelection(L.near(i.doc.resolve(t.pos+1))),n.dispatch(i),!1}function Wb(n){if(!(n.selection instanceof W))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",V.create(n.doc,[fe.widget(n.selection.head,e,{key:"gapcursor"})])}var Jr=200,ne=function(){};ne.prototype.append=function(e){return e.length?(e=ne.from(e),!this.length&&e||e.length<Jr&&this.leafAppend(e)||this.length<Jr&&e.leafPrepend(this)||this.appendInner(e)):this};ne.prototype.prepend=function(e){return e.length?ne.from(e).append(this):this};ne.prototype.appendInner=function(e){return new Kb(this,e)};ne.prototype.slice=function(e,t){return e===void 0&&(e=0),t===void 0&&(t=this.length),e>=t?ne.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))};ne.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};ne.prototype.forEach=function(e,t,r){t===void 0&&(t=0),r===void 0&&(r=this.length),t<=r?this.forEachInner(e,t,r,0):this.forEachInvertedInner(e,t,r,0)};ne.prototype.map=function(e,t,r){t===void 0&&(t=0),r===void 0&&(r=this.length);var s=[];return this.forEach(function(i,o){return s.push(e(i,o))},t,r),s};ne.from=function(e){return e instanceof ne?e:e&&e.length?new Zu(e):ne.empty};var Zu=(function(n){function e(r){n.call(this),this.values=r}n&&(e.__proto__=n),e.prototype=Object.create(n&&n.prototype),e.prototype.constructor=e;var t={length:{configurable:!0},depth:{configurable:!0}};return e.prototype.flatten=function(){return this.values},e.prototype.sliceInner=function(s,i){return s==0&&i==this.length?this:new e(this.values.slice(s,i))},e.prototype.getInner=function(s){return this.values[s]},e.prototype.forEachInner=function(s,i,o,l){for(var a=i;a<o;a++)if(s(this.values[a],l+a)===!1)return!1},e.prototype.forEachInvertedInner=function(s,i,o,l){for(var a=i-1;a>=o;a--)if(s(this.values[a],l+a)===!1)return!1},e.prototype.leafAppend=function(s){if(this.length+s.length<=Jr)return new e(this.values.concat(s.flatten()))},e.prototype.leafPrepend=function(s){if(this.length+s.length<=Jr)return new e(s.flatten().concat(this.values))},t.length.get=function(){return this.values.length},t.depth.get=function(){return 0},Object.defineProperties(e.prototype,t),e})(ne);ne.empty=new Zu([]);var Kb=(function(n){function e(t,r){n.call(this),this.left=t,this.right=r,this.length=t.length+r.length,this.depth=Math.max(t.depth,r.depth)+1}return n&&(e.__proto__=n),e.prototype=Object.create(n&&n.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(r){return r<this.left.length?this.left.get(r):this.right.get(r-this.left.length)},e.prototype.forEachInner=function(r,s,i,o){var l=this.left.length;if(s<l&&this.left.forEachInner(r,s,Math.min(i,l),o)===!1||i>l&&this.right.forEachInner(r,Math.max(s-l,0),Math.min(this.length,i)-l,o+l)===!1)return!1},e.prototype.forEachInvertedInner=function(r,s,i,o){var l=this.left.length;if(s>l&&this.right.forEachInvertedInner(r,s-l,Math.max(i,l)-l,o+l)===!1||i<l&&this.left.forEachInvertedInner(r,Math.min(s,l),i,o)===!1)return!1},e.prototype.sliceInner=function(r,s){if(r==0&&s==this.length)return this;var i=this.left.length;return s<=i?this.left.slice(r,s):r>=i?this.right.slice(r-i,s-i):this.left.slice(r,i).append(this.right.slice(0,s-i))},e.prototype.leafAppend=function(r){var s=this.right.leafAppend(r);if(s)return new e(this.left,s)},e.prototype.leafPrepend=function(r){var s=this.left.leafPrepend(r);if(s)return new e(s,this.right)},e.prototype.appendInner=function(r){return this.left.depth>=Math.max(this.right.depth,r.depth)+1?new e(this.left,new e(this.right,r)):new e(this,r)},e})(ne);const qb=500;class Ae{constructor(e,t){this.items=e,this.eventCount=t}popEvent(e,t){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let s,i;t&&(s=this.remapping(r,this.items.length),i=s.maps.length);let o=e.tr,l,a,c=[],u=[];return this.items.forEach((d,h)=>{if(!d.step){s||(s=this.remapping(r,h+1),i=s.maps.length),i--,u.push(d);return}if(s){u.push(new Re(d.map));let f=d.step.map(s.slice(i)),m;f&&o.maybeStep(f).doc&&(m=o.mapping.maps[o.mapping.maps.length-1],c.push(new Re(m,void 0,void 0,c.length+u.length))),i--,m&&s.appendMap(m,i)}else o.maybeStep(d.step);if(d.selection)return l=s?d.selection.map(s.slice(i)):d.selection,a=new Ae(this.items.slice(0,r).append(u.reverse().concat(c)),this.eventCount-1),!1},this.items.length,0),{remaining:a,transform:o,selection:l}}addTransform(e,t,r,s){let i=[],o=this.eventCount,l=this.items,a=!s&&l.length?l.get(l.length-1):null;for(let u=0;u<e.steps.length;u++){let d=e.steps[u].invert(e.docs[u]),h=new Re(e.mapping.maps[u],d,t),f;(f=a&&a.merge(h))&&(h=f,u?i.pop():l=l.slice(0,l.length-1)),i.push(h),t&&(o++,t=void 0),s||(a=h)}let c=o-r.depth;return c>Gb&&(l=Jb(l,c),o-=c),new Ae(l.append(i),o)}remapping(e,t){let r=new wn;return this.items.forEach((s,i)=>{let o=s.mirrorOffset!=null&&i-s.mirrorOffset>=e?r.maps.length-s.mirrorOffset:void 0;r.appendMap(s.map,o)},e,t),r}addMaps(e){return this.eventCount==0?this:new Ae(this.items.append(e.map(t=>new Re(t))),this.eventCount)}rebased(e,t){if(!this.eventCount)return this;let r=[],s=Math.max(0,this.items.length-t),i=e.mapping,o=e.steps.length,l=this.eventCount;this.items.forEach(h=>{h.selection&&l--},s);let a=t;this.items.forEach(h=>{let f=i.getMirror(--a);if(f==null)return;o=Math.min(o,f);let m=i.maps[f];if(h.step){let g=e.steps[f].invert(e.docs[f]),x=h.selection&&h.selection.map(i.slice(a+1,f));x&&l++,r.push(new Re(m,g,x))}else r.push(new Re(m))},s);let c=[];for(let h=t;h<o;h++)c.push(new Re(i.maps[h]));let u=this.items.slice(0,s).append(c).append(r),d=new Ae(u,l);return d.emptyItemCount()>qb&&(d=d.compress(this.items.length-r.length)),d}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(e=this.items.length){let t=this.remapping(0,e),r=t.maps.length,s=[],i=0;return this.items.forEach((o,l)=>{if(l>=e)s.push(o),o.selection&&i++;else if(o.step){let a=o.step.map(t.slice(r)),c=a&&a.getMap();if(r--,c&&t.appendMap(c,r),a){let u=o.selection&&o.selection.map(t.slice(r));u&&i++;let d=new Re(c.invert(),a,u),h,f=s.length-1;(h=s.length&&s[f].merge(d))?s[f]=h:s.push(d)}}else o.map&&r--},this.items.length,0),new Ae(ne.from(s.reverse()),i)}}Ae.empty=new Ae(ne.empty,0);function Jb(n,e){let t;return n.forEach((r,s)=>{if(r.selection&&e--==0)return t=s,!1}),n.slice(t)}class Re{constructor(e,t,r,s){this.map=e,this.step=t,this.selection=r,this.mirrorOffset=s}merge(e){if(this.step&&e.step&&!e.selection){let t=e.step.merge(this.step);if(t)return new Re(t.getMap().invert(),t,this.selection)}}}class Ye{constructor(e,t,r,s,i){this.done=e,this.undone=t,this.prevRanges=r,this.prevTime=s,this.prevComposition=i}}const Gb=20;function Qb(n,e,t,r){let s=t.getMeta(St),i;if(s)return s.historyState;t.getMeta(Zb)&&(n=new Ye(n.done,n.undone,null,0,-1));let o=t.getMeta("appendedTransaction");if(t.steps.length==0)return n;if(o&&o.getMeta(St))return o.getMeta(St).redo?new Ye(n.done.addTransform(t,void 0,r,ir(e)),n.undone,na(t.mapping.maps),n.prevTime,n.prevComposition):new Ye(n.done,n.undone.addTransform(t,void 0,r,ir(e)),null,n.prevTime,n.prevComposition);if(t.getMeta("addToHistory")!==!1&&!(o&&o.getMeta("addToHistory")===!1)){let l=t.getMeta("composition"),a=n.prevTime==0||!o&&n.prevComposition!=l&&(n.prevTime<(t.time||0)-r.newGroupDelay||!Yb(t,n.prevRanges)),c=o?Ks(n.prevRanges,t.mapping):na(t.mapping.maps);return new Ye(n.done.addTransform(t,a?e.selection.getBookmark():void 0,r,ir(e)),Ae.empty,c,t.time,l??n.prevComposition)}else return(i=t.getMeta("rebased"))?new Ye(n.done.rebased(t,i),n.undone.rebased(t,i),Ks(n.prevRanges,t.mapping),n.prevTime,n.prevComposition):new Ye(n.done.addMaps(t.mapping.maps),n.undone.addMaps(t.mapping.maps),Ks(n.prevRanges,t.mapping),n.prevTime,n.prevComposition)}function Yb(n,e){if(!e)return!1;if(!n.docChanged)return!0;let t=!1;return n.mapping.maps[0].forEach((r,s)=>{for(let i=0;i<e.length;i+=2)r<=e[i+1]&&s>=e[i]&&(t=!0)}),t}function na(n){let e=[];for(let t=n.length-1;t>=0&&e.length==0;t--)n[t].forEach((r,s,i,o)=>e.push(i,o));return e}function Ks(n,e){if(!n)return null;let t=[];for(let r=0;r<n.length;r+=2){let s=e.map(n[r],1),i=e.map(n[r+1],-1);s<=i&&t.push(s,i)}return t}function Xb(n,e,t){let r=ir(e),s=St.get(e).spec.config,i=(t?n.undone:n.done).popEvent(e,r);if(!i)return null;let o=i.selection.resolve(i.transform.doc),l=(t?n.done:n.undone).addTransform(i.transform,e.selection.getBookmark(),s,r),a=new Ye(t?l:i.remaining,t?i.remaining:l,null,0,-1);return i.transform.setSelection(o).setMeta(St,{redo:t,historyState:a})}let qs=!1,ra=null;function ir(n){let e=n.plugins;if(ra!=e){qs=!1,ra=e;for(let t=0;t<e.length;t++)if(e[t].spec.historyPreserveItems){qs=!0;break}}return qs}const St=new X("history"),Zb=new X("closeHistory");function e0(n={}){return n={depth:n.depth||100,newGroupDelay:n.newGroupDelay||500},new H({key:St,state:{init(){return new Ye(Ae.empty,Ae.empty,null,0,-1)},apply(e,t,r){return Qb(t,r,e,n)}},config:n,props:{handleDOMEvents:{beforeinput(e,t){let r=t.inputType,s=r=="historyUndo"?td:r=="historyRedo"?nd:null;return!s||!e.editable?!1:(t.preventDefault(),s(e.state,e.dispatch))}}}})}function ed(n,e){return(t,r)=>{let s=St.getState(t);if(!s||(n?s.undone:s.done).eventCount==0)return!1;if(r){let i=Xb(s,t,n);i&&r(e?i.scrollIntoView():i)}return!0}}const td=ed(!1,!0),nd=ed(!0,!0);q.create({name:"characterCount",addOptions(){return{limit:null,mode:"textSize",textCounter:n=>n.length,wordCounter:n=>n.split(" ").filter(e=>e!=="").length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=n=>{const e=(n==null?void 0:n.node)||this.editor.state.doc;if(((n==null?void 0:n.mode)||this.options.mode)==="textSize"){const r=e.textBetween(0,e.content.size,void 0," ");return this.options.textCounter(r)}return e.nodeSize},this.storage.words=n=>{const e=(n==null?void 0:n.node)||this.editor.state.doc,t=e.textBetween(0,e.content.size," "," ");return this.options.wordCounter(t)}},addProseMirrorPlugins(){let n=!1;return[new H({key:new X("characterCount"),appendTransaction:(e,t,r)=>{if(n)return;const s=this.options.limit;if(s==null||s===0){n=!0;return}const i=this.storage.characters({node:r.doc});if(i>s){const o=i-s,l=0,a=o;console.warn(`[CharacterCount] Initial content exceeded limit of ${s} characters. Content was automatically trimmed.`);const c=r.tr.deleteRange(l,a);return n=!0,c}n=!0},filterTransaction:(e,t)=>{const r=this.options.limit;if(!e.docChanged||r===0||r===null||r===void 0)return!0;const s=this.storage.characters({node:t.doc}),i=this.storage.characters({node:e.doc});if(i<=r||s>r&&i>r&&i<=s)return!0;if(s>r&&i>r&&i>s||!e.getMeta("paste"))return!1;const l=e.selection.$head.pos,a=i-r,c=l-a,u=l;return e.deleteRange(c,u),!(this.storage.characters({node:e.doc})>r)}})]}});var t0=q.create({name:"dropCursor",addOptions(){return{color:"currentColor",width:1,class:void 0}},addProseMirrorPlugins(){return[zb(this.options)]}});q.create({name:"focus",addOptions(){return{className:"has-focus",mode:"all"}},addProseMirrorPlugins(){return[new H({key:new X("focus"),props:{decorations:({doc:n,selection:e})=>{const{isEditable:t,isFocused:r}=this.editor,{anchor:s}=e,i=[];if(!t||!r)return V.create(n,[]);let o=0;this.options.mode==="deepest"&&n.descendants((a,c)=>{if(a.isText)return;if(!(s>=c&&s<=c+a.nodeSize-1))return!1;o+=1});let l=0;return n.descendants((a,c)=>{if(a.isText||!(s>=c&&s<=c+a.nodeSize-1))return!1;if(l+=1,this.options.mode==="deepest"&&o-l>0||this.options.mode==="shallowest"&&l>1)return this.options.mode==="deepest";i.push(fe.node(c,c+a.nodeSize,{class:this.options.className}))}),V.create(n,i)}}})]}});var n0=q.create({name:"gapCursor",addProseMirrorPlugins(){return[Fb()]},extendNodeSchema(n){var e;const t={name:n.name,options:n.options,storage:n.storage};return{allowGapCursor:(e=B(D(n,"allowGapCursor",t)))!=null?e:null}}}),sa="placeholder";function r0(n){return n.replace(/\s+/g,"-").replace(/[^a-zA-Z0-9-]/g,"").replace(/^[0-9-]+/,"").replace(/^-+/,"").toLowerCase()}var s0=q.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",dataAttribute:sa,placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){const n=this.options.dataAttribute?`data-${r0(this.options.dataAttribute)}`:`data-${sa}`;return[new H({key:new X("placeholder"),props:{decorations:({doc:e,selection:t})=>{const r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:s}=t,i=[];if(!r)return null;const o=this.editor.isEmpty;return e.descendants((l,a)=>{const c=s>=a&&s<=a+l.nodeSize,u=!l.isLeaf&&ds(l);if((c||!this.options.showOnlyCurrent)&&u){const d=[this.options.emptyNodeClass];o&&d.push(this.options.emptyEditorClass);const h=fe.node(a,a+l.nodeSize,{class:d.join(" "),[n]:typeof this.options.placeholder=="function"?this.options.placeholder({editor:this.editor,node:l,pos:a,hasAnchor:c}):this.options.placeholder});i.push(h)}return this.options.includeChildren}),V.create(e,i)}}})]}});q.create({name:"selection",addOptions(){return{className:"selection"}},addProseMirrorPlugins(){const{editor:n,options:e}=this;return[new H({key:new X("selection"),props:{decorations(t){return t.selection.empty||n.isFocused||!n.isEditable||lu(t.selection)||n.view.dragging?null:V.create(t.doc,[fe.inline(t.selection.from,t.selection.to,{class:e.className})])}}})]}});function ia({types:n,node:e}){return e&&Array.isArray(n)&&n.includes(e.type)||(e==null?void 0:e.type)===n}var i0=q.create({name:"trailingNode",addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){var n;const e=new X(this.name),t=this.options.node||((n=this.editor.schema.topNodeType.contentMatch.defaultType)==null?void 0:n.name)||"paragraph",r=Object.entries(this.editor.schema.nodes).map(([,s])=>s).filter(s=>(this.options.notAfter||[]).concat(t).includes(s.name));return[new H({key:e,appendTransaction:(s,i,o)=>{const{doc:l,tr:a,schema:c}=o,u=e.getState(o),d=l.content.size,h=c.nodes[t];if(u)return a.insert(d,h.create())},state:{init:(s,i)=>{const o=i.tr.doc.lastChild;return!ia({node:o,types:r})},apply:(s,i)=>{if(!s.docChanged||s.getMeta("__uniqueIDTransaction"))return i;const o=s.doc.lastChild;return!ia({node:o,types:r})}}})]}}),o0=q.create({name:"undoRedo",addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:n,dispatch:e})=>td(n,e),redo:()=>({state:n,dispatch:e})=>nd(n,e)}},addProseMirrorPlugins(){return[e0(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),l0=q.create({name:"starterKit",addExtensions(){var n,e,t,r;const s=[];return this.options.bold!==!1&&s.push(jy.configure(this.options.bold)),this.options.blockquote!==!1&&s.push(Ty.configure(this.options.blockquote)),this.options.bulletList!==!1&&s.push(Fu.configure(this.options.bulletList)),this.options.code!==!1&&s.push(Ry.configure(this.options.code)),this.options.codeBlock!==!1&&s.push(zy.configure(this.options.codeBlock)),this.options.document!==!1&&s.push(_y.configure(this.options.document)),this.options.dropcursor!==!1&&s.push(t0.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&s.push(n0.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&s.push(By.configure(this.options.hardBreak)),this.options.heading!==!1&&s.push($y.configure(this.options.heading)),this.options.undoRedo!==!1&&s.push(o0.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&s.push(Fy.configure(this.options.horizontalRule)),this.options.italic!==!1&&s.push(Ky.configure(this.options.italic)),this.options.listItem!==!1&&s.push(Vu.configure(this.options.listItem)),this.options.listKeymap!==!1&&s.push(Ju.configure((n=this.options)==null?void 0:n.listKeymap)),this.options.link!==!1&&s.push($u.configure((e=this.options)==null?void 0:e.link)),this.options.orderedList!==!1&&s.push(Qu.configure(this.options.orderedList)),this.options.paragraph!==!1&&s.push(jb.configure(this.options.paragraph)),this.options.strike!==!1&&s.push(Rb.configure(this.options.strike)),this.options.text!==!1&&s.push(Lb.configure(this.options.text)),this.options.underline!==!1&&s.push(Yu.configure((t=this.options)==null?void 0:t.underline)),this.options.trailingNode!==!1&&s.push(i0.configure((r=this.options)==null?void 0:r.trailingNode)),s}}),a0=l0,c0=s0;function Ct({className:n,orientation:e="horizontal",decorative:t=!0,...r}){return p.jsx("div",{"data-slot":"separator",role:t?"none":"separator","aria-orientation":t?void 0:e,className:S("bg-border shrink-0",e==="horizontal"?"h-px w-full":"h-full w-px",n),...r})}function $e({active:n,disabled:e,onClick:t,title:r,children:s}){return p.jsx("button",{type:"button",onClick:t,disabled:e,title:r,"aria-label":r,className:S("inline-flex items-center justify-center rounded-sm p-1.5 text-muted-foreground transition-colors hover:bg-muted hover:text-foreground disabled:pointer-events-none disabled:opacity-50",n&&"bg-muted text-foreground"),children:s})}function u0({editor:n,variant:e="default"}){function r(){const s=n.getAttributes("link").href,i=window.prompt("Enter URL",s||"https://");i!==null&&(i===""?n.chain().focus().extendMarkRange("link").unsetLink().run():n.chain().focus().extendMarkRange("link").setLink({href:i}).run())}return p.jsxs("div",{className:"flex items-center gap-0.5 border-b border-border px-2 py-1.5",role:"toolbar","aria-label":"Text formatting",children:[p.jsx($e,{active:n.isActive("bold"),onClick:()=>n.chain().focus().toggleBold().run(),title:"Bold",children:p.jsx(E.Bold,{size:16})}),p.jsx($e,{active:n.isActive("italic"),onClick:()=>n.chain().focus().toggleItalic().run(),title:"Italic",children:p.jsx(E.Italic,{size:16})}),p.jsx($e,{active:n.isActive("underline"),onClick:()=>n.chain().focus().toggleUnderline().run(),title:"Underline",children:p.jsx(E.Underline,{size:16})}),p.jsx(Ct,{orientation:"vertical",className:"mx-1 h-5"}),p.jsx($e,{active:n.isActive("bulletList"),onClick:()=>n.chain().focus().toggleBulletList().run(),title:"Bullet list",children:p.jsx(E.List,{size:16})}),p.jsx($e,{active:n.isActive("orderedList"),onClick:()=>n.chain().focus().toggleOrderedList().run(),title:"Ordered list",children:p.jsx(E.ListOrdered,{size:16})}),p.jsx(Ct,{orientation:"vertical",className:"mx-1 h-5"}),p.jsx($e,{active:n.isActive("link"),onClick:r,title:"Link",children:p.jsx(E.Link,{size:16})}),e==="default"&&p.jsxs(p.Fragment,{children:[p.jsx(Ct,{orientation:"vertical",className:"mx-1 h-5"}),p.jsx($e,{active:n.isActive("heading",{level:2}),onClick:()=>n.chain().focus().toggleHeading({level:2}).run(),title:"Heading",children:p.jsx(E.Heading2,{size:16})}),p.jsx($e,{active:n.isActive("blockquote"),onClick:()=>n.chain().focus().toggleBlockquote().run(),title:"Blockquote",children:p.jsx(E.Quote,{size:16})}),p.jsx($e,{active:n.isActive("codeBlock"),onClick:()=>n.chain().focus().toggleCodeBlock().run(),title:"Code block",children:p.jsx(E.Code,{size:16})})]})]})}function rd({value:n="",onChange:e,placeholder:t,readOnly:r=!1,disabled:s=!1,variant:i="default",ariaLabel:o="Rich text editor",className:l,style:a}){const c=ky({extensions:[a0,Pb,xb.configure({openOnClick:!1,HTMLAttributes:{class:"text-primary underline"}}),c0.configure({placeholder:t})],content:n,editable:!r&&!s,editorProps:{attributes:{"aria-label":o,role:"textbox","aria-multiline":"true"}},onUpdate:({editor:u})=>{e==null||e(u.getHTML())}});return b.useEffect(()=>{c&&c.getHTML()!==n&&c.commands.setContent(n,{emitUpdate:!1})},[c,n]),b.useEffect(()=>{c&&c.setEditable(!r&&!s)},[c,r,s]),c?p.jsxs("div",{className:S("rounded-md border border-input bg-transparent text-sm shadow-xs transition-[color,box-shadow]","focus-within:border-ring focus-within:ring-ring/50 focus-within:ring-[3px]",s&&"pointer-events-none opacity-50",l),style:a,children:[!r&&!s&&p.jsx(u0,{editor:c,variant:i}),p.jsx(Tu,{editor:c,className:S("px-3 py-2 [&_.tiptap]:min-h-16 [&_.tiptap]:outline-none","[&_.tiptap_p]:mb-1 [&_.tiptap_h2]:text-lg [&_.tiptap_h2]:font-semibold [&_.tiptap_h2]:mb-1","[&_.tiptap_ul]:list-disc [&_.tiptap_ul]:pl-5 [&_.tiptap_ol]:list-decimal [&_.tiptap_ol]:pl-5","[&_.tiptap_blockquote]:border-l-2 [&_.tiptap_blockquote]:border-muted-foreground/30 [&_.tiptap_blockquote]:pl-3 [&_.tiptap_blockquote]:italic","[&_.tiptap_pre]:rounded-md [&_.tiptap_pre]:bg-muted [&_.tiptap_pre]:p-3 [&_.tiptap_pre]:font-mono [&_.tiptap_pre]:text-sm")})]}):null}const sd=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,disabled:i=!1}){var h,f,m,g;const[o,l]=b.useState(()=>{var x;return((x=t==null?void 0:t[0])==null?void 0:x.content)||""}),a=b.useRef(r);a.current=r;const c=b.useRef(((f=(h=e.answers)==null?void 0:h[0])==null?void 0:f.uid)||e.uid);c.current=((g=(m=e.answers)==null?void 0:m[0])==null?void 0:g.uid)||e.uid;const u=b.useMemo(()=>In(x=>{var y;(y=a.current)==null||y.call(a,[{uid:c.current,content:x}])},500),[]);b.useEffect(()=>()=>u.cancel(),[u]);const d=x=>{l(x),u(x)};return p.jsxs("div",{className:"flex flex-col gap-2",children:[p.jsx("div",{dangerouslySetInnerHTML:{__html:e.content}}),p.jsx(rd,{className:"min-h-30",value:o,onChange:d,placeholder:"Write your response here...",readOnly:s,disabled:i,variant:"default",ariaLabel:"Essay response"})]})}),id=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,showCorrectAnswers:i=!1,disabled:o=!1}){const l=b.useId(),[a,c]=b.useState(()=>{var x;return((x=t==null?void 0:t[0])==null?void 0:x.content)||""}),u=b.useRef(r);u.current=r;const d=b.useRef(e.uid);d.current=e.uid;const h=b.useMemo(()=>In(x=>{var y;(y=u.current)==null||y.call(u,[{uid:d.current,content:x}])},300),[]);b.useEffect(()=>()=>h.cancel(),[h]);const f=x=>{const y=x.target.value;c(y),h(y)},m=(()=>{if(!i||e.numericAnswer===void 0)return null;if(a==="")return!1;const x=parseFloat(a);if(isNaN(x))return!1;const y=e.numericTolerance??0;return Math.abs(x-e.numericAnswer)<=y})(),g=!i||m===null?"":m?"border-success/50 bg-success/5":"border-destructive/50 bg-destructive/5";return p.jsxs("div",{className:"flex flex-col gap-2",children:[p.jsx("div",{dangerouslySetInnerHTML:{__html:e.content}}),p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("label",{htmlFor:l,className:"sr-only",children:"Numeric answer"}),p.jsx(Xr,{id:l,type:"number",value:a,onChange:f,placeholder:"Enter a number...",disabled:s||o,className:S("max-w-48",g),step:"any"}),e.numericUnit&&p.jsx("span",{className:"text-muted-foreground text-sm",children:e.numericUnit})]}),i&&e.numericAnswer!==void 0&&p.jsxs("p",{className:"text-sm text-muted-foreground",children:["Correct answer: ",e.numericAnswer,(e.numericTolerance??0)>0&&p.jsxs("span",{children:[" (± ",e.numericTolerance,")"]})]}),i&&e.explanation&&p.jsx(ye,{className:"mt-1",children:p.jsxs(ke,{children:[p.jsx("strong",{children:"Explanation:"})," ",p.jsx("span",{dangerouslySetInnerHTML:{__html:e.explanation}})]})})]})});function d0({items:n,onReorder:e,disabled:t=!1}){const[r,s]=b.useState(null),[i,o]=b.useState(null),l=b.useRef(null),a=b.useCallback(f=>m=>{if(t){m.preventDefault();return}l.current=f,s(f),m.dataTransfer.effectAllowed="move",m.dataTransfer.setData("text/plain",String(f))},[t]),c=b.useCallback(f=>m=>{m.preventDefault(),m.dataTransfer.dropEffect="move",o(f)},[]),u=b.useCallback(f=>m=>{m.preventDefault();const g=l.current;if(g===null||g===f){s(null),o(null);return}const x=[...n],[y]=x.splice(g,1);x.splice(f,0,y),s(null),o(null),e(x)},[n,e]),d=b.useCallback(()=>{s(null),o(null),l.current=null},[]);return{getDragProps:b.useCallback(f=>({draggable:!t,onDragStart:a(f),onDragOver:c(f),onDrop:u(f),onDragEnd:d}),[t,a,c,u,d]),dragIndex:r,dragOverIndex:i}}const od=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,showCorrectAnswers:i=!1,disabled:o=!1}){const l=b.useMemo(()=>[...e.answers||[]].sort((C,T)=>C.sequence-T.sequence),[e.answers]),[a,c]=b.useState(""),[u,d]=b.useState(()=>{if(t&&t.length>0){const C=new Map;for(const T of t)C.set(T.answerUid,parseInt(T.content||"0",10));return[...l].sort((T,N)=>(C.get(T.uid)??0)-(C.get(N.uid)??0))}return[...l].sort(()=>Math.random()-.5)}),h=C=>{r==null||r(C.map((T,N)=>({uid:T.uid,content:String(N)})))},f=C=>{d(C),h(C)},m=(C,T)=>{if(s||o||T<0||T>=u.length)return;const N=[...u],[w]=N.splice(C,1);N.splice(T,0,w),d(N),h(N),c(`${w.content.replace(/<[^>]+>/g,"")} moved to position ${T+1} of ${u.length}`)},{getDragProps:g,dragIndex:x,dragOverIndex:y}=d0({items:u,onReorder:f,disabled:s||o}),k=(C,T)=>i?l.findIndex(w=>w.uid===C.uid)===T?"bg-success/10 border-success/30":"bg-destructive/10 border-destructive/30":"";return p.jsxs("div",{className:"flex flex-col gap-4",children:[p.jsx("div",{dangerouslySetInnerHTML:{__html:e.content}}),p.jsx("span",{className:"sr-only","aria-live":"assertive",role:"status",children:a}),p.jsx("div",{className:"flex flex-col gap-1.5",children:u.map((C,T)=>p.jsxs("div",{...g(T),className:S("flex items-center gap-2 rounded-md border px-3 py-2 transition-all select-none",x===T&&"opacity-50",y===T&&x!==T&&"border-t-2 border-t-primary",!(s||o)&&"cursor-grab active:cursor-grabbing",k(C,T)),children:[!(s||o)&&p.jsx(E.GripVertical,{className:"size-4 text-muted-foreground shrink-0"}),p.jsxs("span",{className:"text-sm font-medium text-muted-foreground w-6 shrink-0",children:[T+1,"."]}),p.jsx("span",{className:"flex-1 text-foreground",dangerouslySetInnerHTML:{__html:C.content}}),!(s||o)&&p.jsxs("div",{className:"flex flex-col shrink-0",children:[p.jsx("button",{type:"button",onClick:()=>m(T,T-1),disabled:T===0,className:"p-0.5 text-muted-foreground hover:text-foreground disabled:opacity-30 disabled:cursor-default","aria-label":`Move ${C.content} up`,children:p.jsx(E.ChevronUp,{className:"size-4"})}),p.jsx("button",{type:"button",onClick:()=>m(T,T+1),disabled:T===u.length-1,className:"p-0.5 text-muted-foreground hover:text-foreground disabled:opacity-30 disabled:cursor-default","aria-label":`Move ${C.content} down`,children:p.jsx(E.ChevronDown,{className:"size-4"})})]}),i&&p.jsxs("span",{className:"text-xs text-muted-foreground shrink-0",children:["(correct: ",l.findIndex(N=>N.uid===C.uid)+1,")"]})]},C.uid))}),i&&e.explanation&&p.jsx(ye,{className:"mt-2",children:p.jsxs(ke,{children:[p.jsx("strong",{children:"Explanation:"})," ",p.jsx("span",{dangerouslySetInnerHTML:{__html:e.explanation}})]})})]})}),ld=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,showCorrectAnswers:i=!1,disabled:o=!1}){const l=b.useMemo(()=>[...e.matchingPairs??[]].sort((v,A)=>v.sequence-A.sequence),[e.matchingPairs]),a=b.useMemo(()=>[...l].sort(()=>Math.random()-.5),[l.map(v=>v.uid).join()]),[c,u]=b.useState(()=>{const v=new Map;for(const A of t??[])A.content&&v.set(A.answerUid,A.content);return v}),[d,h]=b.useState(null),[f,m]=b.useState(null),g=b.useCallback(v=>{r==null||r([...v.entries()].map(([A,I])=>({uid:A,content:I})))},[r]),x=(v,A)=>{if(s||o)return;const I=new Map(c);A?I.set(v,A):I.delete(v),u(I),g(I)},y=v=>A=>{if(s||o){A.preventDefault();return}h(v),A.dataTransfer.effectAllowed="link",A.dataTransfer.setData("text/plain",v)},k=v=>A=>{A.preventDefault(),A.dataTransfer.dropEffect="link",m(v)},C=v=>A=>{A.preventDefault(),d&&x(d,v),h(null),m(null)},T=()=>{h(null),m(null)},N=v=>{if(!i)return"";const A=c.get(v);return A?A===v?"bg-success/10 border-success/30":"bg-destructive/10 border-destructive/30":""},w=v=>{for(const[A,I]of c)if(I===v)return A};return p.jsxs("div",{className:"flex flex-col gap-4",children:[p.jsx("div",{dangerouslySetInnerHTML:{__html:e.content}}),p.jsxs("div",{className:"grid grid-cols-1 sm:grid-cols-2 gap-4",children:[p.jsxs("div",{className:"flex flex-col gap-2",children:[p.jsx("div",{className:"text-xs font-medium text-muted-foreground uppercase tracking-wider mb-1",children:"Items"}),l.map(v=>p.jsx("div",{draggable:!(s||o),onDragStart:y(v.uid),onDragEnd:T,className:S("rounded-md border px-3 py-2 transition-colors",d===v.uid&&"opacity-50",!(s||o)&&"cursor-grab active:cursor-grabbing",N(v.uid)),children:p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("span",{className:"flex-1 text-foreground",dangerouslySetInnerHTML:{__html:v.item}}),p.jsxs("select",{"aria-label":`Match for: ${v.item.replace(/<[^>]+>/g,"")}`,value:c.get(v.uid)||"",onChange:A=>x(v.uid,A.target.value),disabled:s||o,className:S("px-2 py-1 rounded border border-border bg-background text-foreground text-sm","disabled:opacity-60 disabled:cursor-default"),children:[p.jsx("option",{value:"",children:"—"}),a.map(A=>p.jsx("option",{value:A.uid,children:A.target.replace(/<[^>]+>/g,"")},A.uid))]})]})},v.uid))]}),p.jsxs("div",{className:"flex flex-col gap-2",children:[p.jsx("div",{className:"text-xs font-medium text-muted-foreground uppercase tracking-wider mb-1",children:"Targets"}),a.map(v=>{const A=w(v.uid),I=A?l.find(K=>K.uid===A):null;return p.jsxs("div",{onDragOver:k(v.uid),onDrop:C(v.uid),className:S("rounded-md border border-dashed px-3 py-2 transition-colors min-h-10",f===v.uid&&"ring-2 ring-primary",A&&"border-solid"),children:[p.jsx("span",{className:"text-foreground",dangerouslySetInnerHTML:{__html:v.target}}),I&&p.jsx("div",{className:"mt-1 text-xs text-muted-foreground",children:"← matched"})]},v.uid)})]})]}),i&&e.explanation&&p.jsx(ye,{className:"mt-2",children:p.jsxs(ke,{children:[p.jsx("strong",{children:"Explanation:"})," ",p.jsx("span",{dangerouslySetInnerHTML:{__html:e.explanation}})]})})]})});function f0(n){if(n.shape==="rect"){const[s,i,o,l]=n.coords;return{left:`${s}%`,top:`${i}%`,width:`${o}%`,height:`${l}%`}}const[e,t,r]=n.coords;return{left:`${e-r}%`,top:`${t-r}%`,width:`${r*2}%`,height:`${r*2}%`,borderRadius:"50%"}}const ad=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,showCorrectAnswers:i=!1,disabled:o=!1}){const l=e.hotspotMultiSelect??!1,[a,c]=b.useState(()=>{const f=new Set;for(const m of t??[])f.add(m.answerUid);return f}),u=b.useMemo(()=>e.hotspotRegions??[],[e.hotspotRegions]),d=f=>{if(s||o)return;let m;l?(m=new Set(a),m.has(f)?m.delete(f):m.add(f)):m=a.has(f)?new Set:new Set([f]),c(m),r==null||r([...m].map(g=>({uid:g})))},h=f=>{const m=a.has(f.uid);return i?f.isCorrect&&m?"ring-3 ring-success bg-success/20 border-2 border-success":f.isCorrect&&!m?"ring-2 ring-success/50 border-2 border-dashed border-success/50":!f.isCorrect&&m?"ring-3 ring-destructive bg-destructive/20 border-2 border-destructive":"":m?"ring-3 ring-primary bg-primary/20 border-2 border-primary":"hover:bg-primary/10"};return p.jsxs("div",{className:"flex flex-col gap-4",children:[p.jsx("div",{dangerouslySetInnerHTML:{__html:e.content}}),p.jsxs("div",{className:"relative inline-block max-w-full",children:[e.hotspotImageUrl&&p.jsx("img",{src:e.hotspotImageUrl,alt:"Hotspot question image",className:"w-full h-auto rounded-md",draggable:!1}),u.map((f,m)=>p.jsx("button",{type:"button",onClick:()=>d(f.uid),disabled:s||o,"aria-label":f.label||`Region ${m+1}`,"aria-pressed":a.has(f.uid),className:S("absolute transition-all cursor-pointer","disabled:cursor-default","focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary",h(f)),style:f0(f)},f.uid))]}),i&&e.explanation&&p.jsx(ye,{className:"mt-2",children:p.jsxs(ke,{children:[p.jsx("strong",{children:"Explanation:"})," ",p.jsx("span",{dangerouslySetInnerHTML:{__html:e.explanation}})]})})]})});function h0(n){const e=[],t=/\{\{blank:([\w-]+)\}\}/g;let r=0,s;for(;(s=t.exec(n))!==null;)s.index>r&&e.push({type:"text",html:n.slice(r,s.index)}),e.push({type:"blank",uid:s[1]}),r=t.lastIndex;return r<n.length&&e.push({type:"text",html:n.slice(r)}),e}const cd=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,showCorrectAnswers:i=!1,disabled:o=!1}){const l=b.useMemo(()=>{const f=new Map;for(const m of e.inlineBlanks??[])f.set(m.uid,m);return f},[e.inlineBlanks]),[a,c]=b.useState(()=>{const f=new Map;for(const m of t??[])m.content&&f.set(m.answerUid,m.content);return f}),u=b.useMemo(()=>h0(e.content),[e.content]),d=(f,m)=>{if(s||o)return;const g=new Map(a);g.set(f,m),c(g);const x=[...g.entries()].map(([y,k])=>({uid:y,content:k}));r==null||r(x)},h=f=>{if(!i)return"";const m=l.get(f),g=a.get(f);if(!m||!g)return"";const x=m.options.find(y=>y.isCorrect);return x?g===x.uid?"border-success/50 bg-success/5 text-success":"border-destructive/50 bg-destructive/5 text-destructive":""};return p.jsxs("div",{className:"flex flex-col gap-4",children:[p.jsx("div",{className:"leading-relaxed text-foreground",children:u.map((f,m)=>{if(f.type==="text")return p.jsx("span",{dangerouslySetInnerHTML:{__html:f.html}},m);const g=l.get(f.uid);return g?p.jsxs("select",{"aria-label":`Blank ${g.sequence+1}`,value:a.get(f.uid)||"",onChange:x=>d(f.uid,x.target.value),disabled:s||o,className:S("inline-block mx-1 px-2 py-0.5 rounded border border-border bg-background text-foreground text-sm align-baseline","disabled:opacity-60 disabled:cursor-default",h(f.uid)),children:[p.jsx("option",{value:"",children:"Select..."}),g.options.map(x=>p.jsx("option",{value:x.uid,children:x.content},x.uid))]},f.uid):null})}),i&&e.explanation&&p.jsx(ye,{className:"mt-2",children:p.jsxs(ke,{children:[p.jsx("strong",{children:"Explanation:"})," ",p.jsx("span",{dangerouslySetInnerHTML:{__html:e.explanation}})]})})]})}),ud=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,showCorrectAnswers:i=!1,disabled:o=!1}){const l=e.scenarioQuestions??[],a=b.useRef(new Map),c=b.useMemo(()=>{const d=new Map;for(const h of t??[]){const f=h.answerUid.indexOf("::");if(f===-1)continue;const m=h.answerUid.slice(0,f),g=h.answerUid.slice(f+2),x=d.get(m)??[];x.push({...h,uid:m,answerUid:g}),d.set(m,x)}a.current=new Map;for(const[h,f]of d)a.current.set(h,f.map(m=>({uid:`${h}::${m.answerUid}`,content:m.content})));return d},[t]),u=(d,h)=>{const f=h.map(g=>({uid:`${d}::${g.uid}`,content:g.content}));a.current.set(d,f);const m=[];for(const g of a.current.values())m.push(...g);r==null||r(m)};return p.jsxs("div",{className:"flex flex-col gap-6",children:[p.jsxs("div",{className:S("rounded-lg border border-border bg-muted/30 px-4 py-3","prose prose-sm max-w-none text-foreground"),children:[p.jsx("div",{className:"text-xs font-semibold uppercase tracking-wider text-muted-foreground mb-2",children:"Scenario"}),p.jsx("div",{dangerouslySetInnerHTML:{__html:e.content}})]}),p.jsx(Ct,{}),p.jsx("div",{className:"flex flex-col gap-5",children:l.map((d,h)=>p.jsxs("div",{className:"flex flex-col gap-1",children:[p.jsxs("span",{className:"text-xs font-medium text-muted-foreground",children:["Part ",String.fromCharCode(65+h)]}),p.jsx(go,{question:d,sessionAnswers:c.get(d.uid)??[],onAnswer:f=>u(d.uid,f),readOnly:s,showCorrectAnswers:i,disabled:o})]},d.uid))}),i&&e.explanation&&p.jsx(ye,{className:"mt-2",children:p.jsxs(ke,{children:[p.jsx("strong",{children:"Scenario Explanation:"})," ",p.jsx("span",{dangerouslySetInnerHTML:{__html:e.explanation}})]})})]})});function ho({className:n,...e}){return p.jsx("div",{"data-slot":"table-container",className:"relative w-full overflow-auto",children:p.jsx("table",{"data-slot":"table",className:S("w-full caption-bottom text-sm",n),...e})})}function po({className:n,...e}){return p.jsx("thead",{"data-slot":"table-header",className:S("[&_tr]:border-b",n),...e})}function mo({className:n,...e}){return p.jsx("tbody",{"data-slot":"table-body",className:S("[&_tr:last-child]:border-0",n),...e})}function dd({className:n,...e}){return p.jsx("tfoot",{"data-slot":"table-footer",className:S("bg-muted/50 border-t font-medium [&>tr]:last:border-b-0",n),...e})}function jn({className:n,...e}){return p.jsx("tr",{"data-slot":"table-row",className:S("border-b border-border transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",n),...e})}function Gr({className:n,...e}){return p.jsx("th",{"data-slot":"table-head",className:S("text-muted-foreground h-10 px-3 text-left align-middle font-semibold whitespace-nowrap text-sm [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",n),...e})}function bn({className:n,...e}){return p.jsx("td",{"data-slot":"table-cell",className:S("px-3 py-2 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",n),...e})}function fd({className:n,...e}){return p.jsx("caption",{"data-slot":"table-caption",className:S("text-muted-foreground mt-4 text-sm",n),...e})}function p0(n,e,t){if(n.locked||!n.correctAnswer)return null;if(!t||t.trim()==="")return"empty";if(e.type==="numeric"||e.type==="currency"){const r=parseFloat(t.replace(/,/g,"")),s=parseFloat(n.correctAnswer);if(isNaN(r)||isNaN(s))return"incorrect";const i=n.tolerance??0;return Math.abs(r-s)<=i?"correct":"incorrect"}return t.trim().toLowerCase()===n.correctAnswer.trim().toLowerCase()?"correct":"incorrect"}const hd=b.memo(function({question:e,sessionAnswers:t,onAnswer:r,readOnly:s=!1,showCorrectAnswers:i=!1,disabled:o=!1}){const l=e.spreadsheetColumns??[],a=e.spreadsheetRows??[],c=b.useMemo(()=>{const w=new Map;for(const v of l)w.set(v.uid,v);return w},[l]),u=b.useMemo(()=>a.flatMap(w=>w.cells.filter(v=>!v.locked).map(v=>v.uid)),[a]),d=b.useMemo(()=>a.some(w=>w.label!=null),[a]),h=b.useMemo(()=>a.filter(w=>!w.isTotals),[a]),f=b.useMemo(()=>a.filter(w=>w.isTotals),[a]),m=b.useRef(r);m.current=r;const g=b.useMemo(()=>In(w=>{var v;(v=m.current)==null||v.call(m,[...w.entries()].map(([A,I])=>({uid:A,content:I})))},300),[]);b.useEffect(()=>()=>g.cancel(),[g]);const[x,y]=b.useState(()=>{const w=new Map;for(const v of t??[])v.content!==void 0&&w.set(v.answerUid,v.content);for(const v of a)for(const A of v.cells)!A.locked&&!w.has(A.uid)&&w.set(A.uid,A.value??"");return w}),k=(w,v)=>{if(s||o)return;const A=new Map(x);A.set(w,v),y(A),g(A)},C=(w,v)=>{if(v.key!=="Tab")return;const A=u.indexOf(w),I=v.shiftKey?A-1:A+1;if(I<0||I>=u.length)return;v.preventDefault();const K=u[I],_=document.querySelector(`[data-cell-uid="${K}"]`);_==null||_.focus()},T=w=>{const v=c.get(w.columnUid);if(!v)return null;const A=x.get(w.uid)??"",I=i?p0(w,v,A):null,K=I==="correct"?"bg-success/10 border-l-2 border-l-success/50":I==="incorrect"||I==="empty"?"bg-destructive/10 border-l-2 border-l-destructive/50":"";return w.locked?p.jsx(bn,{className:S("px-2 py-1.5 text-sm text-muted-foreground bg-muted/30",v.type!=="text"&&"text-right tabular-nums"),children:w.value??""},w.uid):p.jsxs(bn,{className:S("p-0 relative",K),children:[p.jsx(Xr,{type:v.type==="numeric"?"number":"text",inputMode:v.type==="currency"?"decimal":void 0,step:v.type==="numeric"?"any":void 0,value:A,onChange:_=>k(w.uid,_.target.value),onKeyDown:_=>C(w.uid,_),disabled:s||o,"data-cell-uid":w.uid,placeholder:v.type==="text"?"":"0.00",className:S("h-8 rounded-none border-0 shadow-none focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-ring",v.type!=="text"&&"text-right tabular-nums")}),i&&I!=="correct"&&I!==null&&w.correctAnswer&&p.jsxs("div",{className:"px-2 pb-1 text-xs",children:[p.jsx("span",{className:"text-success",children:w.correctAnswer}),w.formula&&p.jsxs("span",{className:"ml-1 text-muted-foreground/70",children:["(",w.formula,")"]})]})]},w.uid)},N=w=>p.jsxs(jn,{className:S(w.isHeader&&"bg-muted/50 font-semibold hover:bg-muted/50"),children:[d&&p.jsx(bn,{className:"px-2 py-1.5 font-medium text-sm text-muted-foreground whitespace-nowrap",children:w.label??""}),w.cells.map(T)]},w.uid);return p.jsxs("div",{className:"flex flex-col gap-3",children:[p.jsx("div",{dangerouslySetInnerHTML:{__html:e.content}}),p.jsx("div",{className:"rounded-md border border-border overflow-auto",children:p.jsxs(ho,{children:[p.jsx(po,{children:p.jsxs(jn,{className:"hover:bg-transparent",children:[d&&p.jsx(Gr,{className:"w-auto"}),l.map(w=>p.jsx(Gr,{style:{width:w.width?`${w.width}rem`:void 0},className:S(w.type!=="text"&&"text-right"),children:w.label},w.uid))]})}),p.jsx(mo,{children:h.map(N)}),f.length>0&&p.jsx(dd,{children:f.map(N)})]})}),i&&e.explanation&&p.jsx(ye,{className:"mt-1",children:p.jsxs(ke,{children:[p.jsx("strong",{children:"Explanation:"})," ",p.jsx("span",{dangerouslySetInnerHTML:{__html:e.explanation}})]})})]})}),go=b.memo(function(e){switch(e.question.type){case"multiple_choice":return p.jsx(ha,{...e});case"choice":return p.jsx(pa,{...e});case"true_false":return p.jsx(ma,{...e});case"fill_in_the_blank":return p.jsx(ga,{...e});case"essay":return p.jsx(sd,{...e});case"numeric":return p.jsx(id,{...e});case"ordering":return p.jsx(od,{...e});case"matching":return p.jsx(ld,{...e});case"hotspot":return p.jsx(ad,{...e});case"inline_choice":return p.jsx(cd,{...e});case"scenario":return p.jsx(ud,{...e});case"spreadsheet":return p.jsx(hd,{...e});default:return p.jsxs("p",{className:"text-muted-foreground",children:["Question type “",e.question.type,"” is not supported yet."]})}});function ms(n,e){var t;switch(n.type){case"choice":case"multiple_choice":case"true_false":{const r=new Set((n.answers??[]).filter(i=>i.isCorrect).map(i=>i.uid)),s=new Set(e.map(i=>i.answerUid));return r.size===0?null:r.size===s.size&&[...r].every(i=>s.has(i))}case"fill_in_the_blank":case"essay":return null;case"ordering":{const r=n.answers??[];return r.length===0?null:[...r].sort((i,o)=>i.sequence-o.sequence).every((i,o)=>{const l=e.find(a=>a.answerUid===i.uid);return(l==null?void 0:l.content)===String(o)})}case"matching":{const r=n.matchingPairs??[];return r.length===0?null:r.every(s=>{const i=e.find(o=>o.answerUid===s.uid);return(i==null?void 0:i.content)===s.uid})}case"numeric":{if(n.numericAnswer===void 0)return null;const r=(t=e[0])==null?void 0:t.content;if(r===void 0||r==="")return!1;const s=parseFloat(r);if(isNaN(s))return!1;const i=n.numericTolerance??0;return Math.abs(s-n.numericAnswer)<=i}case"hotspot":{const r=n.hotspotRegions??[],s=new Set(r.filter(o=>o.isCorrect).map(o=>o.uid));if(s.size===0)return null;const i=new Set(e.map(o=>o.answerUid));return s.size===i.size&&[...s].every(o=>i.has(o))}case"inline_choice":{const r=n.inlineBlanks??[];return r.length===0?null:r.every(s=>{const i=s.options.find(l=>l.isCorrect);if(!i)return!0;const o=e.find(l=>l.answerUid===s.uid);return(o==null?void 0:o.content)===i.uid})}case"spreadsheet":{const r=n.spreadsheetRows??[],s=n.spreadsheetColumns??[],i=new Map(s.map(l=>[l.uid,l])),o=r.flatMap(l=>l.cells.filter(a=>!a.locked&&a.correctAnswer!==void 0));return o.length===0?null:o.every(l=>{var m;const a=e.find(g=>g.answerUid===l.uid),c=((m=a==null?void 0:a.content)==null?void 0:m.trim())??"";if(!c)return!1;const u=i.get(l.columnUid);if(!u||u.type==="text")return c.toLowerCase()===l.correctAnswer.trim().toLowerCase();const d=parseFloat(c.replace(/,/g,"")),h=parseFloat(l.correctAnswer.replace(/,/g,""));if(isNaN(d)||isNaN(h))return!1;const f=l.tolerance??0;return Math.abs(d-h)<=f})}case"scenario":{const r=n.scenarioQuestions??[];if(r.length===0)return null;if((n.scenarioScoringMode??"per_question")==="all_or_nothing"){const i=pd(e),o=r.map(l=>{const a=i.get(l.uid)??[];return ms(l,a)});return o.some(l=>l===null)?null:o.every(l=>l===!0)}return null}default:return null}}function m0(n,e){let t=0,r=0;for(const o of n){const l=e.filter(c=>c.uid===o.uid);if(o.type==="scenario"&&o.scenarioScoringMode!=="all_or_nothing"){const c=md(o,l);for(const[,u]of c)u!==null&&(r++,u&&t++);continue}const a=ms(o,l);a!==null&&(r++,a&&t++)}const s=r>0?r:n.length,i=s>0?Math.round(t/s*100):0;return{correct:t,total:s,percentage:i}}function pd(n){const e=new Map;for(const t of n){const r=t.answerUid.indexOf("::");if(r===-1)continue;const s=t.answerUid.slice(0,r),i=t.answerUid.slice(r+2),o=e.get(s)??[];o.push({...t,answerUid:i}),e.set(s,o)}return e}function md(n,e){const t=new Map,r=n.scenarioQuestions??[],s=pd(e);for(const i of r){const o=s.get(i.uid)??[];t.set(i.uid,ms(i,o))}return t}const gd=n=>{if(n<1)return"-";const e=Math.floor(n/3600),t=Math.floor(n%3600/60),r=n%60,s=[];return e>0&&s.push(`${e}h`),t>0&&s.push(`${t}m`),r>0&&s.push(`${r}s`),s.join(" ")},Dn=n=>{const e=Math.floor(n/3600),t=Math.floor(n%3600/60),r=n%60,s=i=>i.toString().padStart(2,"0");return e>0?`${s(e)}:${s(t)}:${s(r)}`:`${s(t)}:${s(r)}`};function g0(n,e){return n?{wrapper:"border-destructive/30 bg-destructive/10 text-destructive",bold:!0}:e?{wrapper:"border-warning/30 bg-warning/10 text-warning",bold:!0}:{wrapper:"border-border bg-muted text-muted-foreground",bold:!1}}const xd=b.memo(function({timeElapsedSeconds:e,timeLimitSeconds:t,variant:r="compact"}){const s=t!=null&&t>0,i=s?Math.max(0,t-e):0,o=s&&i<t*.1,l=s&&i<=60,a=Dn(s?i:e),c=g0(l,o);return r==="compact"?p.jsxs("div",{className:S("flex items-center gap-1.5 px-2.5 py-1 rounded-full border",c.wrapper),children:[p.jsx("span",{className:"inline-flex leading-none",children:p.jsx(E.Clock,{size:13})}),p.jsx("span",{className:"text-xs font-semibold font-mono tracking-wide","aria-live":"polite","aria-atomic":"true",children:a})]}):p.jsxs("div",{className:S("flex items-center gap-1.5",c.wrapper),children:[p.jsx("span",{className:"inline-flex leading-none",children:p.jsx(E.Clock,{size:16})}),p.jsxs("span",{className:S("text-sm",c.bold&&"font-semibold"),children:[s?"Time remaining: ":"Time elapsed: ",p.jsx("span",{className:"font-mono font-semibold","aria-live":"polite","aria-atomic":"true",children:a})]})]})}),x0={current:"bg-primary text-primary-foreground border-primary",flagged:"bg-warning/10 text-warning border-warning/30",answered:"bg-success/10 text-success border-success/30",default:"bg-background text-muted-foreground border-border"},y0=(n,e)=>n.uid===e?"current":n.isFlagged?"flagged":n.isAnswered?"answered":"default",yd=b.memo(function({questions:e,currentQuestionUid:t,onNavigate:r,readOnly:s=!1}){const i=o=>{const l=[`Question ${o.sequence+1}`];return o.isFlagged&&l.push("Flagged"),o.isAnswered&&l.push("Answered"),o.isSkipped&&l.push("Skipped"),l.join(" · ")};return p.jsx("div",{className:"flex gap-1",children:e.map(o=>{const l=y0(o,t);return p.jsx("button",{type:"button",title:i(o),"aria-label":i(o),"aria-current":o.uid===t?"step":void 0,className:S("inline-flex items-center justify-center px-1.5 py-0.5 rounded border text-[11px] leading-tight transition-all duration-150 min-w-5.5",x0[l],s?"cursor-default":"cursor-pointer hover:shadow-sm hover:-translate-y-px"),onClick:s?void 0:()=>r==null?void 0:r(o.uid),disabled:s,children:p.jsx("span",{className:"font-semibold min-w-3.5 text-center",children:o.sequence+1})},o.uid)})})});function bd({children:n,...e}){return $n.isValidElement(n)?$n.cloneElement(n,{...b0(e,n.props),ref:n.ref}):($n.Children.count(n)>1&&$n.Children.only(null),null)}function b0(n,e){const t={...e};for(const r in e){const s=n[r],i=e[r];r==="style"?t[r]={...s,...i}:r==="className"?t[r]=[s,i].filter(Boolean).join(" "):typeof s=="function"&&typeof i=="function"&&(t[r]=(...o)=>{i(...o),s(...o)})}return{...n,...t}}const _n=Gt.cva("inline-flex shrink-0 items-center justify-center gap-2 rounded-md text-sm font-medium whitespace-nowrap transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:bg-destructive/60 dark:focus-visible:ring-destructive/40",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",xs:"h-6 gap-1 rounded-md px-2 text-xs has-[>svg]:px-1.5 [&_svg:not([class*='size-'])]:size-3",sm:"h-8 gap-1.5 rounded-md px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-xs":"size-6 rounded-md [&_svg:not([class*='size-'])]:size-3","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function G({className:n,variant:e="default",size:t="default",asChild:r=!1,...s}){const i=r?bd:"button";return p.jsx(i,{"data-slot":"button",className:S(_n({variant:e,size:t,className:n})),...s})}const v0=({currentQuestionIndex:n,totalQuestions:e,hasNext:t,hasPrevious:r,onNext:s,onPrevious:i,onSubmit:o,timeElapsedSeconds:l,timeLimitSeconds:a,questions:c,onNavigateToQuestion:u,currentQuestionUid:d,isCompleted:h=!1,isSubmitting:f=!1,readOnly:m=!1})=>{const g=l!=null&&l>=0,x=c&&c.length>0;return p.jsxs("div",{className:"flex items-center gap-2 rounded-lg border border-border bg-muted px-2 py-1.5 shadow-sm",children:[p.jsxs(G,{variant:"ghost",size:"icon",className:"size-8 shrink-0 rounded-md",disabled:!r||m,onClick:i,children:[p.jsx(E.ChevronLeft,{size:16}),p.jsx("span",{className:"sr-only",children:"Previous"})]}),!x&&p.jsxs("span",{className:"text-xs font-medium text-muted-foreground whitespace-nowrap",children:[p.jsx("span",{className:"font-bold text-foreground",children:n+1}),p.jsx("span",{className:"mx-0.5",children:"/"}),e]}),x&&p.jsx("div",{className:"min-w-0 flex-1 overflow-x-auto [scrollbar-width:none]",children:p.jsx(yd,{questions:c,currentQuestionUid:d,onNavigate:u,readOnly:m})}),!x&&p.jsx("div",{className:"flex-1"}),g&&p.jsx(xd,{timeElapsedSeconds:l,timeLimitSeconds:a}),!t||h?p.jsxs(G,{variant:h?"secondary":"default",size:"sm",className:S("shrink-0 rounded-md",f&&"gap-0"),onClick:o,disabled:m||f,children:[f?"...":h?"Review":"Submit",!f&&p.jsx(E.Send,{size:14})]}):p.jsxs(G,{variant:"ghost",size:"icon",className:"size-8 shrink-0 rounded-md",disabled:!t||m,onClick:s,children:[p.jsx(E.ChevronRight,{size:16}),p.jsx("span",{className:"sr-only",children:"Next"})]})]})},k0=({questionNumber:n,totalQuestions:e,isFlagged:t,onToggleFlag:r,hasMaterials:s=!1,onOpenMaterials:i,readOnly:o=!1})=>p.jsxs("div",{className:"flex items-center justify-between pb-3 border-b border-border",children:[p.jsxs("span",{className:"text-sm font-semibold text-foreground",children:["Question ",n," ",p.jsxs("span",{className:"font-normal text-muted-foreground",children:["of ",e]})]}),!o&&p.jsxs("div",{className:"flex items-center gap-1",children:[s&&i&&p.jsxs(G,{variant:"ghost",size:"sm",className:"gap-1.5 text-muted-foreground hover:text-foreground",onClick:i,children:[p.jsx(E.BookOpen,{size:14}),"Related Material"]}),r&&p.jsx(G,{variant:"ghost",size:"icon",className:S("size-8",t?"text-warning hover:text-warning/80":"text-muted-foreground hover:text-warning"),onClick:r,"aria-label":t?"Unflag question":"Flag question",children:p.jsx(E.Flag,{size:14,fill:t?"currentColor":"none"})})]})]}),vd=b.createContext(null);function kd(){const n=b.useContext(vd);if(!n)throw new Error("Tooltip compound components must be used within <Tooltip>");return n}function wd({children:n,delayDuration:e=300}){const[t,r]=b.useState(!1),s=b.useRef(null),i=b.useRef(void 0),o=b.useId(),l=b.useCallback(()=>{clearTimeout(i.current),i.current=setTimeout(()=>r(!0),e)},[e]),a=b.useCallback(()=>{clearTimeout(i.current),r(!1)},[]);return p.jsx(vd.Provider,{value:{open:t,show:l,hide:a,triggerRef:s,tooltipId:o},children:n})}function Sd({children:n}){const{show:e,hide:t,triggerRef:r,tooltipId:s,open:i}=kd();return b.isValidElement(n)?b.cloneElement(n,{ref:o=>{r.current=o;const l=n.ref;typeof l=="function"?l(o):l&&typeof l=="object"&&(l.current=o)},onMouseEnter:o=>{e();const l=n.props.onMouseEnter;l==null||l(o)},onMouseLeave:o=>{t();const l=n.props.onMouseLeave;l==null||l(o)},onFocus:o=>{e();const l=n.props.onFocus;l==null||l(o)},onBlur:o=>{t();const l=n.props.onBlur;l==null||l(o)},"aria-describedby":i?s:void 0}):n}function Cd({className:n,sideOffset:e=8,children:t,style:r,...s}){const{open:i,triggerRef:o,tooltipId:l}=kd(),a=b.useRef(null),[c,u]=b.useState({position:"fixed",top:0,left:0,visibility:"hidden"});return b.useLayoutEffect(()=>{if(!i||!o.current||!a.current)return;const d=o.current.getBoundingClientRect(),h=a.current.getBoundingClientRect();let f=d.top-h.height-e,m=d.left+d.width/2-h.width/2;f<4&&(f=d.bottom+e),m<4&&(m=4),m+h.width>window.innerWidth-4&&(m=window.innerWidth-h.width-4),u({position:"fixed",top:f,left:m,visibility:"visible"})},[i,e,o]),i?Yr.createPortal(p.jsx("div",{ref:a,id:l,role:"tooltip","data-slot":"tooltip-content",className:S("bg-primary text-primary-foreground z-50 max-w-60 rounded-md px-2.5 py-1.5 text-xs leading-snug shadow-md animate-in fade-in-0 zoom-in-95",n),style:{...c,...r},...s,children:t}),document.body):null}const Nd=b.createContext(null);function w0(){const n=b.useContext(Nd);if(!n)throw new Error("DrawerNavItem must be used within <DrawerNav>");return n}const Td=b.createContext(null);function ft(){const n=b.useContext(Td);if(!n)throw new Error("Drawer compound components must be used within <Drawer>");return n}const oa=["a[href]","button:not([disabled])","input:not([disabled])","select:not([disabled])","textarea:not([disabled])",'[tabindex]:not([tabindex="-1"])'].join(", ");function S0(n,e){const t=b.useRef(null);return b.useEffect(()=>{if(!e||!n.current)return;t.current=document.activeElement;const s=n.current.querySelectorAll(oa);return s.length>0&&s[0].focus(),()=>{t.current instanceof HTMLElement&&t.current.focus()}},[e,n]),b.useCallback(s=>{if(s.key!=="Tab"||!n.current)return;const i=Array.from(n.current.querySelectorAll(oa));if(i.length===0)return;const o=i[0],l=i[i.length-1];s.shiftKey&&document.activeElement===o?(s.preventDefault(),l.focus()):!s.shiftKey&&document.activeElement===l&&(s.preventDefault(),o.focus())},[n])}function C0(n){b.useEffect(()=>{if(!n)return;const e=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=e}},[n])}const Md=Gt.cva("bg-background fixed inset-y-0 z-50 flex flex-col shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out",{variants:{side:{right:"right-0 border-l data-[state=open]:slide-in-from-right data-[state=closed]:slide-out-to-right",left:"left-0 border-r data-[state=open]:slide-in-from-left data-[state=closed]:slide-out-to-left"},size:{sm:"w-80",default:"w-100",lg:"w-128",xl:"w-160",full:"w-full"}},defaultVariants:{side:"right",size:"default"}});function Ed({children:n,open:e,onOpenChange:t,side:r="right"}){const s=b.useId(),i=b.useId(),[o,l]=b.useState(!1);return p.jsx(Td.Provider,{value:{open:e,onOpenChange:t,side:r,titleId:s,descriptionId:i,hasNav:o,setHasNav:l},children:n})}function N0({className:n,onClick:e,...t}){const{onOpenChange:r}=ft();return p.jsx("button",{type:"button","data-slot":"drawer-trigger",className:n,onClick:s=>{r(!0),e==null||e(s)},...t})}function Ad({children:n}){return Yr.createPortal(n,document.body)}function Od({className:n,...e}){const{onOpenChange:t}=ft();return p.jsx("div",{"data-slot":"drawer-backdrop",className:S("fixed inset-0 z-50 bg-black/50 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=closed]:animate-out data-[state=closed]:fade-out-0",n),"data-state":"open",onClick:()=>t(!1),...e})}function jd({className:n,children:e,size:t="default",scrollLock:r=!0,...s}){const{open:i,onOpenChange:o,side:l,titleId:a,descriptionId:c,hasNav:u}=ft(),d=b.useRef(null),h=S0(d,i);return C0(i&&r),b.useEffect(()=>{if(!i)return;const f=m=>{m.key==="Escape"&&o(!1)};return document.addEventListener("keydown",f),()=>document.removeEventListener("keydown",f)},[i,o]),i?p.jsxs(Ad,{children:[p.jsx(Od,{}),p.jsx("div",{ref:d,role:"dialog","aria-modal":"true","aria-labelledby":a,"aria-describedby":c,"data-slot":"drawer-content","data-state":"open",className:S(Md({side:l,size:t}),u&&"flex-row",n),onKeyDown:h,...s,children:e})]}):null}function Dd({className:n,...e}){return p.jsx("div",{"data-slot":"drawer-header",className:S("flex flex-col gap-1.5 border-b px-6 py-4 shrink-0",n),...e})}function Id({className:n,...e}){return p.jsx("div",{"data-slot":"drawer-body",className:S("flex-1 overflow-y-auto px-6 py-4",n),...e})}function T0({className:n,...e}){return p.jsx("div",{"data-slot":"drawer-footer",className:S("flex items-center gap-2 border-t px-6 py-4 shrink-0",n),...e})}function Rd({className:n,...e}){const{titleId:t}=ft();return p.jsx("h2",{id:t,"data-slot":"drawer-title",className:S("text-lg font-semibold",n),...e})}function M0({className:n,...e}){const{descriptionId:t}=ft();return p.jsx("p",{id:t,"data-slot":"drawer-description",className:S("text-muted-foreground text-sm",n),...e})}function Ld({className:n,children:e,onClick:t,...r}){const{onOpenChange:s}=ft();return p.jsx("button",{type:"button","data-slot":"drawer-close",className:S(_n({variant:"ghost",size:"sm"}),n),onClick:i=>{s(!1),t==null||t(i)},...r,children:e??p.jsx(E.X,{className:"h-4 w-4"})})}function E0({value:n,onValueChange:e,className:t,children:r,...s}){const{setHasNav:i}=ft(),o=b.useRef(null);b.useEffect(()=>(i(!0),()=>i(!1)),[i]);const l=a=>{if(!["ArrowUp","ArrowDown","Home","End"].includes(a.key))return;const c=o.current;if(!c)return;const u=Array.from(c.querySelectorAll('[role="tab"]:not([disabled])')),d=u.indexOf(document.activeElement);if(d===-1)return;a.preventDefault();let h;switch(a.key){case"ArrowDown":h=(d+1)%u.length;break;case"ArrowUp":h=(d-1+u.length)%u.length;break;case"Home":h=0;break;case"End":h=u.length-1;break;default:return}u[h].focus()};return p.jsx(Nd.Provider,{value:{value:n,onValueChange:e},children:p.jsx("nav",{ref:o,role:"tablist","aria-orientation":"vertical","data-slot":"drawer-nav",className:S("flex shrink-0 flex-col items-center gap-1 border-r bg-muted/30 px-1.5 py-2",t),onKeyDown:l,...s,children:r})})}function A0({value:n,icon:e,label:t,className:r,...s}){const{value:i,onValueChange:o}=w0(),{side:l}=ft(),a=i===n;return p.jsxs(wd,{children:[p.jsx(Sd,{children:p.jsxs("button",{role:"tab",type:"button","aria-selected":a,"aria-label":t,"data-slot":"drawer-nav-item",...a?{"data-active":""}:{},className:S("relative flex cursor-pointer items-center justify-center rounded-md size-9 transition-colors","text-muted-foreground hover:text-foreground hover:bg-accent",a&&"text-foreground bg-accent/50",r),onClick:()=>o(n),...s,children:[a&&p.jsx("span",{"aria-hidden":"true",className:S("absolute top-1 bottom-1 w-0.5 rounded-full bg-primary",l==="left"?"right-0 -mr-1.5":"left-0 -ml-1.5")}),e]})}),p.jsx(Cd,{children:t})]})}function O0({className:n,...e}){return p.jsx("div",{role:"tabpanel","data-slot":"drawer-viewport",className:S("flex min-h-0 min-w-0 flex-1 flex-col overflow-hidden",n),...e})}const Pd=({src:n,poster:e,title:t,autoPlay:r=!1,onPlay:s,onPause:i,onEnded:o,onTimeUpdate:l,readOnly:a=!1,aspectRatio:c="16/9",tracks:u,className:d,style:h})=>{const f=b.useRef(null),m=b.useRef(-1),g=b.useCallback(()=>{const x=f.current;if(x&&l){const y=Math.floor(x.currentTime*4)/4;y!==m.current&&(m.current=y,l(x.currentTime,x.duration))}},[l]);return n?a?p.jsxs("div",{className:S("relative overflow-hidden rounded-lg",d),style:{aspectRatio:c,...h},children:[e?p.jsx("img",{src:e,alt:t||"Video poster",loading:"lazy",style:{width:"100%",height:"100%",objectFit:"cover"}}):p.jsx("div",{className:"absolute inset-0 flex items-center justify-center bg-muted",children:p.jsx("div",{className:"flex items-center justify-center size-14 rounded-full bg-black/60",children:p.jsx(E.Play,{size:28,className:"text-white ml-0.5"})})}),e&&p.jsx("div",{className:"absolute inset-0 flex items-center justify-center bg-black/30 transition-opacity",children:p.jsx("div",{className:"flex items-center justify-center size-14 rounded-full bg-black/60",children:p.jsx(E.Play,{size:28,className:"text-white ml-0.5"})})}),t&&p.jsx("div",{className:"absolute bottom-0 left-0 right-0 bg-linear-to-t from-black/60 to-transparent p-2",children:p.jsx("span",{className:"text-sm text-white font-medium",children:t})})]}):p.jsxs("div",{className:d,style:h,children:[t&&p.jsx("p",{className:"mb-2 text-sm font-medium",children:t}),p.jsx("div",{className:"rounded-lg overflow-hidden",children:p.jsx("video",{ref:f,src:n,poster:e,controls:!0,preload:"metadata",autoPlay:r,onPlay:s,onPause:i,onEnded:o,onTimeUpdate:g,style:{width:"100%",aspectRatio:c,display:"block"},children:u==null?void 0:u.map(x=>p.jsx("track",{src:x.src,kind:x.kind,label:x.label,srcLang:x.srcLang,default:x.default},`${x.kind}-${x.srcLang}`))})})]}):p.jsx("div",{className:S("relative overflow-hidden rounded-lg border border-border bg-muted",d),style:{aspectRatio:c,...h},children:p.jsxs("div",{className:"absolute inset-0 flex flex-col items-center justify-center gap-2",children:[p.jsx("div",{className:"flex items-center justify-center size-12 rounded-full bg-muted-foreground/10",children:p.jsx(E.Video,{size:24})}),p.jsx("span",{className:"text-sm text-muted-foreground",children:"No video source provided"})]})})},zd=Gt.cva("h-full rounded-full transition-all duration-300",{variants:{variant:{default:"bg-primary",success:"bg-success",warning:"bg-warning",info:"bg-info",palette0:"bg-palette-0",palette1:"bg-palette-1",palette2:"bg-palette-2",palette3:"bg-palette-3"},size:{sm:"",default:""}},defaultVariants:{variant:"default",size:"default"}}),j0=Gt.cva("bg-muted overflow-hidden rounded-full w-full",{variants:{size:{sm:"h-1.5",default:"h-2.5"}},defaultVariants:{size:"default"}});function D0({className:n,value:e=0,max:t=100,variant:r,size:s,...i}){const o=Math.min(100,Math.max(0,e/t*100));return p.jsx("div",{"data-slot":"progress",role:"progressbar","aria-valuenow":e,"aria-valuemin":0,"aria-valuemax":t,className:S(j0({size:s}),n),...i,children:p.jsx("div",{className:zd({variant:r,size:s}),style:{width:`${o}%`}})})}const la={color1:{bg:"bg-palette-0/10",border:"border-palette-0/30",accent:"bg-palette-0/30"},color2:{bg:"bg-palette-1/10",border:"border-palette-1/30",accent:"bg-palette-1/30"},color3:{bg:"bg-palette-2/10",border:"border-palette-2/30",accent:"bg-palette-2/30"},color4:{bg:"bg-palette-3/10",border:"border-palette-3/30",accent:"bg-palette-3/30"},color5:{bg:"bg-info/10",border:"border-info/30",accent:"bg-info/30"},color6:{bg:"bg-success/10",border:"border-success/30",accent:"bg-success/30"}},I0={small:{width:280,height:180,fontSize:"0.875rem"},medium:{width:400,height:260,fontSize:"1rem"},large:{width:520,height:340,fontSize:"1.125rem"}},_d=({card:n,isFlipped:e,onFlip:t,readOnly:r=!1,size:s="medium"})=>{const[i,o]=b.useState(!1),l=e!==void 0,a=l?e:i,c=()=>{r||(l||o(g=>!g),t==null||t())},{width:u,height:d,fontSize:h}=I0[s],f=la[n.color]||la.color1,m=g=>{(g.key==="Enter"||g.key===" ")&&(g.preventDefault(),c())};return p.jsxs("div",{className:"perspective-[1000px]",style:{width:`${u}px`,height:`${d}px`},children:[p.jsx("span",{className:"sr-only","aria-live":"polite",children:a?"Answer revealed":"Question shown"}),p.jsxs("div",{className:S("relative size-full motion-safe:transition-transform motion-safe:duration-500 transform-3d",a&&"transform-[rotateY(180deg)]"),children:[p.jsxs("div",{className:S("absolute inset-0 flex flex-col rounded-lg border backface-hidden",f.bg,f.border,!r&&"cursor-pointer","focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring"),onClick:c,onKeyDown:r?void 0:m,role:"button",tabIndex:r?-1:0,"aria-label":"Flashcard — press Enter to reveal answer",children:[p.jsx("div",{className:"flex flex-1 items-center justify-center p-5 overflow-auto",children:p.jsx("div",{className:"text-center",style:{fontSize:h},dangerouslySetInnerHTML:{__html:n.front}})}),!r&&p.jsxs("div",{className:"flex items-center justify-center gap-1 pb-3 text-muted-foreground",children:[p.jsx(E.RotateCcw,{size:12}),p.jsx("span",{className:"text-xs",children:"Press Enter to flip"})]})]}),p.jsxs("div",{className:S("absolute inset-0 flex flex-col rounded-lg border border-border bg-background backface-hidden transform-[rotateY(180deg)]",!r&&"cursor-pointer","focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring"),onClick:c,onKeyDown:r?void 0:m,role:"button",tabIndex:r?-1:0,"aria-label":"Flashcard answer — press Enter to flip back",children:[p.jsx("div",{className:S("h-1.5 rounded-t-lg",f.accent)}),p.jsx("div",{className:"flex flex-1 items-start justify-center p-5 overflow-auto",children:p.jsx("div",{className:"text-left w-full flashcard-back-content",style:{fontSize:h},dangerouslySetInnerHTML:{__html:n.back}})}),!r&&p.jsxs("div",{className:"flex items-center justify-center gap-1 pb-3 text-muted-foreground",children:[p.jsx(E.RotateCcw,{size:12}),p.jsx("span",{className:"text-xs",children:"Press Enter to flip back"})]})]})]})]})};function Bd(n){const e=[...n];for(let t=e.length-1;t>0;t--){const r=Math.floor(Math.random()*(t+1));[e[t],e[r]]=[e[r],e[t]]}return e}const $d=({cards:n,deckName:e,deckDescription:t,currentIndex:r,onNavigate:s,onComplete:i,readOnly:o=!1,showProgress:l=!0,shuffled:a=!1})=>{const c=b.useMemo(()=>a?Bd(n):n,[n,a]),[u,d]=b.useState(0),[h,f]=b.useState(!1),m=r!==void 0,g=m?r:u,x=c[g],y=g>0,k=g<c.length-1,C=v=>{f(!1),m?s==null||s(v):d(v)},T=()=>{y&&C(g-1)},N=()=>{k?C(g+1):i==null||i()};if(!c.length)return p.jsx("span",{className:"text-sm text-muted-foreground",children:"No flashcards in this deck."});const w=(g+1)/c.length*100;return p.jsxs("div",{className:"flex flex-col items-center gap-4",children:[(e||t)&&p.jsxs("div",{className:"flex flex-col gap-0.5 text-center",children:[e&&p.jsx("span",{className:"text-lg font-semibold",children:e}),t&&p.jsx("span",{className:"text-sm text-muted-foreground",children:t})]}),x&&p.jsx(_d,{card:x,isFlipped:h,onFlip:()=>f(v=>!v),readOnly:o}),l&&p.jsxs("div",{className:"flex w-full items-center gap-2",children:[p.jsx("div",{className:"flex-1 h-1.5 rounded-full bg-muted overflow-hidden",children:p.jsx("div",{className:"h-full rounded-full bg-primary transition-[width] duration-300",style:{width:`${w}%`}})}),p.jsxs("span",{className:"text-xs text-muted-foreground whitespace-nowrap",children:[g+1," of ",c.length]})]}),p.jsxs("div",{className:"flex w-full items-center justify-between gap-3",children:[p.jsxs(G,{variant:"outline",size:"sm",className:"rounded-lg",disabled:!y,onClick:T,children:[p.jsx(E.ChevronLeft,{size:16})," Previous"]}),p.jsxs(G,{size:"sm",className:"rounded-lg",onClick:N,children:[k?"Next":"Finish"," ",p.jsx(E.ChevronRight,{size:16})]})]})]})},Js=[.5,.75,1,1.25,1.5,2],Fd=b.memo(function({src:e,title:t,onEnded:r,onTimeUpdate:s,className:i,style:o}){const l=b.useRef(null),[a,c]=b.useState(!1),[u,d]=b.useState(!1),[h,f]=b.useState(0),[m,g]=b.useState(0),[x,y]=b.useState(1),k=b.useRef(-1),C=b.useRef(s);C.current=s;const T=b.useCallback(()=>{const _=l.current;_&&(_.paused?_.play():_.pause())},[]),N=b.useCallback(()=>{const _=l.current;_&&(_.muted=!_.muted,d(Z=>!Z))},[]),w=b.useCallback(()=>{const _=l.current;_&&y(Z=>{const ue=Js.indexOf(Z),de=Js[(ue+1)%Js.length];return _.playbackRate=de,de})},[]),v=b.useCallback(_=>{const Z=l.current;if(!Z)return;const ue=Number(_.target.value);Z.currentTime=ue,k.current=Math.floor(ue*4)/4,f(ue)},[]),A=b.useCallback(()=>{var ue;const _=l.current;if(!_)return;const Z=Math.floor(_.currentTime*4)/4;Z!==k.current&&(k.current=Z,f(_.currentTime),(ue=C.current)==null||ue.call(C,_.currentTime,_.duration))},[]),I=b.useCallback(()=>{const _=l.current;_&&!isNaN(_.duration)&&g(_.duration)},[]),K=m>0?h/m*100:0;return p.jsxs("div",{"data-slot":"audio-player",className:S("rounded-lg border bg-card p-4 space-y-3",i),style:o,children:[t&&p.jsx("p",{className:"text-sm font-medium text-foreground",children:t}),p.jsx("audio",{ref:l,src:e,onPlay:()=>c(!0),onPause:()=>c(!1),onEnded:()=>{c(!1),r==null||r()},onTimeUpdate:A,onLoadedMetadata:I,preload:"metadata"}),p.jsxs("div",{className:"flex items-center gap-3",children:[p.jsx(G,{variant:"ghost",size:"icon-sm",onClick:T,"aria-label":a?"Pause":"Play",children:a?p.jsx(E.Pause,{className:"size-4"}):p.jsx(E.Play,{className:"size-4"})}),p.jsx("span",{className:"text-xs tabular-nums text-muted-foreground w-12 shrink-0",children:Dn(Math.floor(h))}),p.jsxs("div",{className:"relative flex-1 h-5 flex items-center",children:[p.jsx("div",{className:"absolute inset-y-0 left-0 flex items-center w-full",children:p.jsx("div",{className:"w-full h-1 rounded-full bg-muted overflow-hidden",children:p.jsx("div",{className:"h-full bg-primary rounded-full transition-[width] duration-100",style:{width:`${K}%`}})})}),p.jsx("input",{type:"range",min:0,max:m||0,step:.1,value:h,onChange:v,className:"absolute inset-0 w-full opacity-0 cursor-pointer","aria-label":"Seek"})]}),p.jsx("span",{className:"text-xs tabular-nums text-muted-foreground w-12 shrink-0 text-right",children:Dn(Math.floor(m))}),p.jsx(G,{variant:"ghost",size:"icon-xs",onClick:N,"aria-label":u?"Unmute":"Mute",children:u?p.jsx(E.VolumeX,{className:"size-3.5"}):p.jsx(E.Volume2,{className:"size-3.5"})}),p.jsxs("button",{type:"button",onClick:w,className:"text-xs font-medium text-muted-foreground hover:text-foreground transition-colors tabular-nums w-8 text-center","aria-label":`Playback speed ${x}x`,children:[x,"x"]})]})]})}),Vd=b.memo(function({code:e,language:t,filename:r,showLineNumbers:s=!1,onCopy:i,className:o,style:l}){const[a,c]=b.useState(!1),u=!!(r||t),d=b.useRef(void 0);b.useEffect(()=>()=>clearTimeout(d.current),[]);const h=b.useCallback(async()=>{try{await navigator.clipboard.writeText(e),c(!0),i==null||i(),clearTimeout(d.current),d.current=setTimeout(()=>c(!1),2e3)}catch{}},[e,i]),f=e.split(`
173
- `),m=p.jsx(G,{variant:"ghost",size:"icon-xs",onClick:h,"aria-label":a?"Copied":"Copy code",children:a?p.jsx(E.Check,{className:"size-3"}):p.jsx(E.Copy,{className:"size-3"})});return p.jsxs("div",{"data-slot":"code-block",className:S("relative rounded-lg border bg-card overflow-hidden text-sm",o),style:l,children:[u?p.jsxs("div",{className:"flex items-center justify-between px-4 py-2 border-b bg-muted/50",children:[p.jsxs("div",{className:"flex items-center gap-2 text-xs text-muted-foreground",children:[p.jsx(E.FileCode,{className:"size-3.5"}),p.jsx("span",{children:r??t})]}),m]}):p.jsx("div",{className:"absolute top-2 right-2 z-10",children:m}),p.jsx("div",{className:"overflow-x-auto",children:p.jsx("pre",{className:"p-4 m-0",children:p.jsx("code",{className:t?`language-${t}`:void 0,children:s?f.map((g,x)=>p.jsxs("div",{className:"flex",children:[p.jsx("span",{className:"select-none text-muted-foreground/50 w-8 shrink-0 text-right pr-4 tabular-nums",children:x+1}),p.jsx("span",{children:g})]},x)):e})})})]})});function Hd({className:n,...e}){return p.jsx("div",{"data-slot":"skeleton",className:S("bg-muted animate-pulse rounded-md",n),...e})}const R0={"16/9":"aspect-video","4/3":"aspect-[4/3]","1/1":"aspect-square"},Ud=b.memo(function({src:e,title:t,aspectRatio:r="16/9",allowFullscreen:s=!0,className:i,style:o}){const[l,a]=b.useState(!1);return p.jsxs("div",{"data-slot":"embed-block",className:S("rounded-lg border bg-card overflow-hidden",i),style:o,children:[t&&p.jsx("div",{className:"flex items-center justify-between px-4 py-2 border-b bg-muted/50",children:p.jsxs("div",{className:"flex items-center gap-2 text-xs text-muted-foreground",children:[p.jsx(E.ExternalLink,{className:"size-3.5"}),p.jsx("span",{children:t})]})}),p.jsxs("div",{className:S("relative w-full",R0[r]),children:[!l&&p.jsx(Hd,{className:"absolute inset-0 rounded-none"}),p.jsx("iframe",{src:e,title:t??"Embedded content",allowFullScreen:s,onLoad:()=>a(!0),className:"absolute inset-0 w-full h-full border-0",sandbox:"allow-scripts allow-same-origin allow-popups allow-presentation"})]})]})});function xo(n){return n<1024?`${n} B`:n<1024*1024?`${(n/1024).toFixed(1)} KB`:`${(n/(1024*1024)).toFixed(1)} MB`}function L0(n){return n.startsWith("image/")?E.Image:n.startsWith("video/")?E.Film:n.startsWith("audio/")?E.Music:n==="application/pdf"?E.FileText:n==="application/zip"||n==="application/x-rar-compressed"||n==="application/gzip"?E.Archive:E.File}function Wd({files:n,onDownload:e,onRemove:t,readOnly:r=!0,className:s,style:i}){return n.length===0?null:p.jsx("div",{className:S("flex flex-col gap-1",s),style:i,children:n.map((o,l)=>{const a=L0(o.type);return p.jsxs("div",{className:"flex items-center gap-3 rounded-md px-2 py-1.5 hover:bg-muted/50 transition-colors",children:[p.jsx("span",{className:"shrink-0 text-muted-foreground",children:p.jsx(a,{size:18})}),p.jsxs("div",{className:"flex-1 min-w-0",children:[p.jsx("span",{className:"text-sm text-foreground block truncate",children:o.name}),p.jsx("span",{className:"text-xs text-muted-foreground",children:xo(o.size)})]}),e&&o.url&&p.jsx(G,{variant:"ghost",size:"sm",className:"shrink-0 h-7 w-7 p-0",onClick:()=>e(o),"aria-label":`Download ${o.name}`,children:p.jsx(E.Download,{size:14})}),!r&&t&&p.jsx(G,{variant:"ghost",size:"sm",className:"shrink-0 h-7 w-7 p-0 text-muted-foreground hover:text-destructive",onClick:()=>t(o),"aria-label":`Remove ${o.name}`,children:p.jsx(E.X,{size:14})})]},`${o.name}-${l}`)})})}const P0={info:{variant:"info",Icon:E.Info},warning:{variant:"warning",Icon:E.AlertTriangle},tip:{variant:"success",Icon:E.Lightbulb}},Kd=b.memo(function({block:e,onQuestionAnswer:t,readOnly:r=!1,className:s,style:i}){const o=l=>p.jsx("div",{className:S(s),style:i,children:l});switch(e.type){case"video":return o(p.jsx(Pd,{...e.video,readOnly:r}));case"richtext":return o(p.jsx("div",{className:"[&_p]:mb-[1.5em] [&_ul]:pl-[1.5em] [&_ol]:pl-[1.5em]",dangerouslySetInnerHTML:{__html:e.html}}));case"heading":{const l=e.level===1?"h2":e.level===3?"h4":"h3",a=e.level===1?"text-xl":e.level===3?"text-base":"text-lg";return o(p.jsx(l,{className:S(a,"font-semibold m-0"),children:e.text}))}case"image":return o(p.jsxs("figure",{className:"m-0",children:[p.jsx("img",{src:e.src,alt:e.alt??"",loading:"lazy",className:"max-w-full rounded-sm"}),e.caption&&p.jsx("figcaption",{className:"text-xs text-muted-foreground mt-0.5",children:e.caption})]}));case"callout":{const l=P0[e.variant??"info"];return o(p.jsxs(ye,{variant:l.variant,children:[p.jsx(l.Icon,{size:20}),p.jsx(ke,{children:e.content})]}))}case"question":return o(p.jsx(go,{question:e.question,onAnswer:l=>t==null?void 0:t(e.question.uid,l.map(a=>({uid:e.question.uid,answerUid:a.uid,content:a.content}))),readOnly:r}));case"flashcards":return o(p.jsx($d,{cards:e.cards,deckName:e.deckName,readOnly:r}));case"audio":return o(p.jsx(Fd,{src:e.src,title:e.title}));case"code":return o(p.jsx(Vd,{code:e.code,language:e.language,filename:e.filename,showLineNumbers:e.showLineNumbers}));case"embed":return o(p.jsx(Ud,{src:e.src,title:e.title,aspectRatio:e.aspectRatio,allowFullscreen:e.allowFullscreen}));case"table":return o(p.jsxs(ho,{children:[e.caption&&p.jsx(fd,{children:e.caption}),p.jsx(po,{children:p.jsx(jn,{children:e.headers.map((l,a)=>p.jsx(Gr,{children:l},a))})}),p.jsx(mo,{children:e.rows.map((l,a)=>p.jsx(jn,{children:l.map((c,u)=>p.jsx(bn,{children:c},u))},a))})]}));case"file":return o(p.jsx(Wd,{files:e.files,readOnly:!0}));case"divider":return o(p.jsx(Ct,{}));case"custom":return o(p.jsx(p.Fragment,{children:e.render}));default:return null}});function z0({files:n,onFilesAdded:e,onFileRemove:t,accept:r,maxFiles:s,maxSizeMB:i,disabled:o=!1,label:l="Drag files here or click to browse"}){const a=b.useRef(null),[c,u]=b.useState(!1),d=s!=null&&n.length>=s;function h(f){if(!f)return;let m=Array.from(f);i&&(m=m.filter(g=>g.size<=i*1024*1024)),s&&(m=m.slice(0,s-n.length)),m.length>0&&e(m)}return p.jsxs("div",{children:[p.jsxs("div",{className:S("border-2 border-dashed border-border rounded-md p-8 text-center cursor-pointer transition-all duration-200",c&&"border-primary bg-muted",o&&"cursor-default opacity-50",d&&"cursor-default","focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring"),role:"button",tabIndex:o||d?-1:0,"aria-label":d?`Maximum ${s} files reached`:l,onKeyDown:f=>{var m;(f.key==="Enter"||f.key===" ")&&!o&&!d&&(f.preventDefault(),(m=a.current)==null||m.click())},onDragOver:f=>{f.preventDefault(),!o&&!d&&u(!0)},onDragLeave:()=>u(!1),onDrop:f=>{f.preventDefault(),u(!1),!o&&!d&&h(f.dataTransfer.files)},onClick:()=>{var f;return!o&&!d&&((f=a.current)==null?void 0:f.click())},children:[p.jsx(E.Upload,{size:32,className:"mx-auto mb-2 opacity-50"}),p.jsx("span",{className:"text-sm text-muted-foreground",children:d?`Maximum ${s} files reached`:l}),(r||i)&&p.jsx("span",{className:"text-xs text-muted-foreground mt-1 block",children:[r&&`Accepted: ${r}`,i&&`Max: ${i}MB`].filter(Boolean).join(" · ")})]}),p.jsx("input",{ref:a,type:"file",accept:r,multiple:!s||s>1,hidden:!0,onChange:f=>{h(f.target.files),f.target.value=""}}),n.length>0&&p.jsx("div",{className:"flex flex-col gap-1 mt-2",children:n.map((f,m)=>p.jsxs("div",{className:"flex items-center gap-3 py-1",children:[p.jsx("div",{className:"shrink-0 w-9 flex justify-center text-muted-foreground",children:p.jsx(E.File,{size:18})}),p.jsxs("div",{className:"flex-1 min-w-0",children:[p.jsx("span",{className:"text-sm block truncate",children:f.name}),p.jsx("span",{className:"text-xs text-muted-foreground",children:xo(f.size)})]}),p.jsx(G,{variant:"ghost",size:"icon-xs","aria-label":"Remove file",onClick:()=>t(m),disabled:o,children:p.jsx(E.X,{size:16})})]},`${f.name}-${m}`))})]})}const _0=({open:n,onOpenChange:e,materials:t,questionNumber:r})=>{if(!t.length)return null;const s=r?`Question ${r} — Related Material`:"Related Material";return p.jsx(Ed,{open:n,onOpenChange:e,side:"right",children:p.jsxs(jd,{size:"lg",scrollLock:!1,children:[p.jsxs(Dd,{className:"flex-row items-center justify-between",children:[p.jsx(Rd,{children:s}),p.jsx(Ld,{})]}),p.jsx(Id,{children:p.jsx("div",{className:"space-y-6",children:t.map((i,o)=>p.jsxs("section",{children:[i.label&&p.jsx("h3",{className:"text-sm font-semibold text-foreground mb-3",children:i.label}),p.jsx("div",{className:"space-y-4",children:i.blocks.map((l,a)=>p.jsx(Kd,{block:l,readOnly:!0},a))}),o<t.length-1&&p.jsx("div",{className:"border-b border-border mt-6"})]},o))})})]})})},B0={video:E.Video,video_lesson:E.Video,stream:E.PlayCircle,document:E.FileText,pdf:E.FileText,page:E.FileText,quiz:E.HelpCircle,assessment:E.HelpCircle,assignment:E.ClipboardList,discussion:E.MessageSquare,link:E.ExternalLink,url:E.ExternalLink,audio:E.Music,image:E.Image,scorm:E.Code,iframe:E.Code,lesson:E.BookOpen,module:E.BookOpen},qd=({type:n,size:e=18})=>{const t=B0[n]??E.FileText;return p.jsx(t,{size:e})},Jd=b.memo(function({item:e,level:t,isActive:r=!1,isCompleted:s=!1,isExpanded:i=!1,hasChildren:o,onToggleExpand:l,onClick:a,showDuration:c=!0,showIcon:u=!0,showProgress:d=!0}){const h=o,f=h?"font-semibold":r?"font-medium":"font-normal";return p.jsxs("div",{className:S("flex items-center gap-2 py-2 pr-3 transition-colors",a&&"cursor-pointer hover:bg-muted",r&&"bg-secondary"),style:{paddingLeft:`${t*20+8}px`},onClick:a?()=>a(e):void 0,role:a?"button":void 0,tabIndex:a?0:void 0,onKeyDown:a?m=>{(m.key==="Enter"||m.key===" ")&&(m.preventDefault(),a(e))}:void 0,children:[p.jsx("div",{className:"shrink-0 flex items-center justify-center size-5",children:d&&s?p.jsx("span",{className:"text-success",children:p.jsx(E.CheckCircle2,{size:18})}):u?p.jsx("span",{className:r?"text-primary":"text-muted-foreground",children:p.jsx(qd,{type:e.type,size:16})}):p.jsx("span",{className:"text-muted-foreground",children:p.jsx(E.Circle,{size:16})})}),p.jsxs("div",{className:"flex-1 min-w-0",children:[p.jsx("div",{className:S("text-sm truncate",r?"text-primary":"text-foreground",f),children:e.name}),c&&e.duration>0&&!h&&p.jsx("div",{className:"text-xs text-muted-foreground mt-0.5",children:gd(e.duration)})]}),o&&p.jsx("button",{className:"inline-flex items-center justify-center rounded-md p-1 text-muted-foreground transition-colors hover:bg-muted hover:text-foreground","aria-label":i?"Collapse":"Expand",onClick:m=>{m.stopPropagation(),l==null||l(e.uid)},children:i?p.jsx(E.ChevronDown,{size:16}):p.jsx(E.ChevronRight,{size:16})})]})}),$0=({items:n,progress:e,activeItemUid:t,onItemClick:r,readOnly:s=!1,showDuration:i=!0,showIcons:o=!0,showProgress:l=!0})=>{const[a,c]=b.useState({}),u=b.useMemo(()=>!e||!l?new Set:new Set(e.filter(m=>m.isCompleted).map(m=>m.resourceUid)),[e,l]),d=b.useCallback(m=>{c(g=>({...g,[m]:!g[m]}))},[]),h=b.useCallback(m=>{r==null||r(m)},[r]);if(!n||n.length===0)return null;const f=(m,g)=>p.jsx("div",{className:"flex flex-col",children:m.map(x=>{var C;const y=!!((C=x.children)!=null&&C.length),k=a[x.uid]||!1;return p.jsxs("div",{children:[p.jsx(Jd,{item:x,level:g,isActive:t===x.uid,isCompleted:u.has(x.uid),isExpanded:k,hasChildren:y,onToggleExpand:d,onClick:s?void 0:h,showDuration:i,showIcon:o,showProgress:l}),y&&k&&f(x.children,g+1)]},x.uid)})});return p.jsx("nav",{className:"rounded-lg border border-border overflow-hidden",children:f(n,0)})};function gs({className:n,...e}){return p.jsx("div",{"data-slot":"card",className:S("bg-card text-card-foreground rounded-xl border shadow-sm",n),...e})}function F0({className:n,...e}){return p.jsx("div",{"data-slot":"card-header",className:S("flex flex-col gap-1.5 px-6 pt-6 has-data-[slot=card-action]:flex-row has-data-[slot=card-action]:items-center has-data-[slot=card-action]:justify-between",n),...e})}function V0({className:n,...e}){return p.jsx("div",{"data-slot":"card-title",className:S("leading-none font-semibold",n),...e})}function H0({className:n,...e}){return p.jsx("div",{"data-slot":"card-description",className:S("text-muted-foreground text-sm",n),...e})}function U0({className:n,...e}){return p.jsx("div",{"data-slot":"card-action",className:S("col-start-2 row-span-2 row-start-1 self-start justify-self-end",n),...e})}function yo({className:n,...e}){return p.jsx("div",{"data-slot":"card-content",className:S("px-6 pb-6 pt-0",n),...e})}function W0({className:n,...e}){return p.jsx("div",{"data-slot":"card-footer",className:S("flex items-center px-6 pb-6 pt-0",n),...e})}const Gd=Gt.cva("inline-flex items-center justify-center rounded-full border px-2.5 py-0.5 text-xs font-medium whitespace-nowrap transition-colors [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-3",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground",secondary:"border-transparent bg-secondary text-secondary-foreground",destructive:"border-transparent bg-destructive text-destructive-foreground",outline:"text-foreground",success:"border-transparent bg-success/15 text-success",warning:"border-transparent bg-warning/15 text-warning",info:"border-transparent bg-info/15 text-info",muted:"border-transparent bg-muted text-muted-foreground",palette0:"border-transparent bg-palette-0/15 text-palette-0",palette1:"border-transparent bg-palette-1/15 text-palette-1",palette2:"border-transparent bg-palette-2/15 text-palette-2",palette3:"border-transparent bg-palette-3/15 text-palette-3"}},defaultVariants:{variant:"default"}});function Qr({className:n,variant:e,asChild:t=!1,...r}){const s=t?bd:"span";return p.jsx(s,{"data-slot":"badge",className:S(Gd({variant:e}),n),...r})}const K0={small:28,medium:36,large:48},aa={student:"Student",instructor:"Instructor",ta:"Teaching Assistant",admin:"Admin"},q0={instructor:"var(--primary)",ta:"var(--palette-0)",admin:"var(--destructive)",student:"var(--muted-foreground)"};function J0(n){return n.split(" ").filter(Boolean).map(e=>e[0]).slice(0,2).join("").toUpperCase()}function bo({displayName:n,avatarUrl:e,role:t,showRoleBadge:r=!1,size:s="medium",className:i,style:o}){const l=K0[s],a=l*.4,[c,u]=b.useState(!1),d=r&&t&&t!=="student",h=d?aa[t]??t:void 0;return p.jsxs("div",{className:S("relative inline-flex",i),style:o,title:h,children:[p.jsx("div",{className:"flex items-center justify-center rounded-full bg-muted text-muted-foreground overflow-hidden",style:{width:`${l}px`,height:`${l}px`,fontSize:`${a}px`},children:e&&!c?p.jsx("img",{className:"size-full object-cover",src:e,alt:n,loading:"lazy",onError:()=>u(!0)}):p.jsx("span",{children:J0(n)})}),d&&p.jsxs(p.Fragment,{children:[p.jsx("span",{className:"absolute -bottom-0.5 -right-0.5 size-2.5 rounded-full border-2 border-background",style:{background:q0[t]??"var(--muted-foreground)"},"aria-hidden":"true"}),p.jsx("span",{className:"sr-only",children:aa[t]??t})]})]})}function vo({value:n,size:e=120,strokeWidth:t=8,label:r,color:s,className:i,style:o}){const l=(e-t)/2,a=2*Math.PI*l,c=a-Math.min(Math.max(n,0),100)/100*a,u=e/2;return p.jsxs("div",{className:S("relative inline-flex",i),style:{width:`${e}px`,height:`${e}px`,...o},children:[p.jsxs("svg",{width:e,height:e,role:"img","aria-label":r??`${Math.round(n)}% progress`,children:[p.jsx("circle",{cx:u,cy:u,r:l,fill:"none",stroke:"currentColor",strokeWidth:t,opacity:.15}),p.jsx("circle",{cx:u,cy:u,r:l,fill:"none",stroke:s??"currentColor",strokeWidth:t,strokeDasharray:a,strokeDashoffset:c,strokeLinecap:"round",transform:`rotate(-90 ${u} ${u})`,style:{transition:"stroke-dashoffset 0.4s ease"}})]}),p.jsx("span",{className:"absolute inset-0 flex items-center justify-center font-bold text-foreground",style:{fontSize:`${e*.2}px`},"aria-hidden":"true",children:r??`${Math.round(n)}%`})]})}const G0={enrolled:{label:"Enrolled",variant:"default"},completed:{label:"Completed",variant:"success"},available:{label:"Available",variant:"muted"},locked:{label:"Locked",variant:"destructive"}},Q0=b.memo(function({title:e,description:t,thumbnailUrl:r,instructor:s,category:i,progress:o,enrollmentStatus:l="available",studentCount:a,duration:c,onClick:u,onEnroll:d,layout:h="vertical",className:f,style:m}){const g=h==="horizontal",x=G0[l],y=(l==="enrolled"||l==="completed")&&o!=null,k=l==="locked";function C(T){T.stopPropagation(),d==null||d()}return p.jsx(gs,{"data-slot":"course-card",className:S("overflow-hidden transition-colors",u&&"cursor-pointer hover:bg-muted/30",k&&"opacity-70",f),style:m,onClick:u,children:p.jsxs("div",{className:S(g?"flex flex-row":"flex flex-col"),children:[r?p.jsx("div",{className:S("bg-muted bg-cover bg-center shrink-0",g?"w-40 min-h-full":"h-36 w-full"),style:{backgroundImage:`url(${r})`}}):p.jsx("div",{className:S("bg-muted flex items-center justify-center shrink-0",g?"w-40 min-h-full":"h-36 w-full"),children:p.jsx("span",{className:"text-3xl text-muted-foreground/40 font-bold",children:e.charAt(0)})}),p.jsxs(yo,{className:S("flex-1 min-w-0",g?"py-3 px-4":"pt-3 pb-4"),children:[p.jsxs("div",{className:"flex items-start justify-between gap-2 mb-1",children:[p.jsx("h3",{className:"font-semibold text-foreground text-sm leading-tight line-clamp-2",children:e}),y&&p.jsx(vo,{value:o,size:32,strokeWidth:3,color:l==="completed"?"var(--success)":"var(--primary)",className:"shrink-0"})]}),t&&p.jsx("p",{className:"text-xs text-muted-foreground line-clamp-2 mb-2",children:t}),p.jsxs("div",{className:"flex items-center gap-2 flex-wrap mb-2",children:[i&&p.jsx(Qr,{variant:"outline",className:"text-[10px] px-1.5 py-0",children:i}),p.jsxs(Qr,{variant:x.variant,className:"text-[10px] px-1.5 py-0",children:[k&&p.jsx(E.Lock,{className:"size-2.5 mr-0.5"}),x.label]})]}),p.jsxs("div",{className:"flex items-center justify-between gap-2",children:[p.jsxs("div",{className:"flex items-center gap-3 text-xs text-muted-foreground",children:[s&&p.jsxs("span",{className:"flex items-center gap-1",children:[p.jsx(bo,{displayName:s.displayName,avatarUrl:s.avatarUrl,size:"small"}),p.jsx("span",{className:"truncate max-w-24",children:s.displayName})]}),c&&p.jsxs("span",{className:"flex items-center gap-0.5",children:[p.jsx(E.Clock,{className:"size-3"}),c]}),a!=null&&p.jsxs("span",{className:"flex items-center gap-0.5",children:[p.jsx(E.Users,{className:"size-3"}),a]})]}),d&&l==="available"&&p.jsx(G,{size:"xs",onClick:C,children:"Enroll"})]})]})]})})});function Y0({icon:n,title:e,description:t,action:r,className:s,style:i}){return p.jsxs("div",{className:S("flex flex-col items-center justify-center text-center px-3 py-6",s),style:i,role:"status",children:[n&&p.jsx("div",{className:"mb-2 text-muted-foreground [&>svg]:size-12",children:n}),p.jsx("p",{className:"text-lg font-semibold text-foreground mb-1",children:e}),t&&p.jsx("p",{className:S("text-sm text-muted-foreground max-w-[360px]",r&&"mb-2"),children:t}),r]})}const Qd=b.createContext(null);function Bn(){const n=b.useContext(Qd);if(!n)throw new Error("AlertDialog compound components must be used within <AlertDialog>");return n}const ca=["a[href]","button:not([disabled])","input:not([disabled])","select:not([disabled])","textarea:not([disabled])",'[tabindex]:not([tabindex="-1"])'].join(", ");function X0(n,e){const t=b.useRef(null);return b.useEffect(()=>{if(!e||!n.current)return;t.current=document.activeElement;const s=n.current.querySelectorAll(ca);return s.length>0&&s[0].focus(),()=>{t.current instanceof HTMLElement&&t.current.focus()}},[e,n]),b.useCallback(s=>{if(s.key!=="Tab"||!n.current)return;const i=Array.from(n.current.querySelectorAll(ca));if(i.length===0)return;const o=i[0],l=i[i.length-1];s.shiftKey&&document.activeElement===o?(s.preventDefault(),l.focus()):!s.shiftKey&&document.activeElement===l&&(s.preventDefault(),o.focus())},[n])}function Z0(n){b.useEffect(()=>{if(!n)return;const e=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=e}},[n])}function Yd({children:n,open:e,onOpenChange:t}){const r=b.useId(),s=b.useId();return p.jsx(Qd.Provider,{value:{open:e,onOpenChange:t,titleId:r,descriptionId:s},children:n})}function ev({className:n,onClick:e,...t}){const{onOpenChange:r}=Bn();return p.jsx("button",{type:"button","data-slot":"alert-dialog-trigger",className:n,onClick:s=>{r(!0),e==null||e(s)},...t})}function Xd({children:n}){return Yr.createPortal(n,document.body)}function Zd({className:n,...e}){const{onOpenChange:t}=Bn();return p.jsx("div",{"data-slot":"alert-dialog-backdrop",className:S("fixed inset-0 z-50 bg-black/50 transition-opacity data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=closed]:animate-out data-[state=closed]:fade-out-0",n),"data-state":"open",onClick:()=>t(!1),...e})}function ef({className:n,children:e,...t}){const{open:r,onOpenChange:s,titleId:i,descriptionId:o}=Bn(),l=b.useRef(null),a=X0(l,r);return Z0(r),b.useEffect(()=>{if(!r)return;const c=u=>{u.key==="Escape"&&s(!1)};return document.addEventListener("keydown",c),()=>document.removeEventListener("keydown",c)},[r,s]),r?p.jsxs(Xd,{children:[p.jsx(Zd,{}),p.jsx("div",{ref:l,role:"alertdialog","aria-modal":"true","aria-labelledby":i,"aria-describedby":o,"data-slot":"alert-dialog-content","data-state":"open",className:S("bg-background fixed top-1/2 left-1/2 z-50 grid w-full max-w-lg -translate-x-1/2 -translate-y-1/2 gap-4 rounded-lg border p-6 shadow-lg transition-all data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95",n),onKeyDown:a,...t,children:e})]}):null}function tf({className:n,...e}){return p.jsx("div",{"data-slot":"alert-dialog-header",className:S("flex flex-col gap-2 text-center sm:text-left",n),...e})}function nf({className:n,...e}){return p.jsx("div",{"data-slot":"alert-dialog-footer",className:S("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",n),...e})}function rf({className:n,...e}){const{titleId:t}=Bn();return p.jsx("h2",{id:t,"data-slot":"alert-dialog-title",className:S("text-lg font-semibold",n),...e})}function sf({className:n,...e}){const{descriptionId:t}=Bn();return p.jsx("p",{id:t,"data-slot":"alert-dialog-description",className:S("text-muted-foreground text-sm",n),...e})}function of({className:n,...e}){return p.jsx("button",{type:"button",className:S(_n(),n),...e})}function lf({className:n,...e}){return p.jsx("button",{type:"button",className:S(_n({variant:"outline"}),n),...e})}const ua={primary:"bg-primary text-primary-foreground hover:bg-primary/90",error:"bg-destructive text-destructive-foreground hover:bg-destructive/90",warning:"bg-warning text-warning-foreground hover:bg-warning/90"};function tv({open:n,title:e,message:t,confirmLabel:r="Confirm",cancelLabel:s="Cancel",confirmColor:i="primary",onConfirm:o,onCancel:l,isLoading:a=!1}){return p.jsx(Yd,{open:n,onOpenChange:c=>!c&&l(),children:p.jsxs(ef,{children:[p.jsxs(tf,{children:[p.jsx(rf,{children:e}),typeof t=="string"?p.jsx(sf,{children:t}):t]}),p.jsxs(nf,{children:[p.jsx(lf,{onClick:l,disabled:a,children:s}),p.jsxs(of,{className:S(ua[i]??ua.primary),onClick:o,disabled:a,children:[a&&p.jsx("span",{className:"inline-block size-4 animate-spin rounded-full border-2 border-current border-t-transparent"}),r]})]})]})})}function nv({value:n,onChange:e,placeholder:t="Search...",debounceMs:r=300,fullWidth:s=!1,size:i="small",className:o,style:l}){const[a,c]=b.useState(n),u=b.useRef(e);u.current=e;const d=b.useMemo(()=>In(m=>u.current(m),r),[r]);b.useEffect(()=>()=>d.cancel(),[d]);function h(m){const g=m.target.value;c(g),d(g)}function f(){c(""),e("")}return p.jsx("div",{className:S("w-full",o),style:{...l,width:s?"100%":void 0},children:p.jsxs("div",{className:"flex items-center w-full border border-input rounded-md bg-background transition-colors focus-within:border-ring focus-within:ring-ring/50 focus-within:ring-[3px]",children:[p.jsx("span",{className:"flex items-center justify-center px-2 text-muted-foreground shrink-0",children:p.jsx(E.Search,{size:18})}),p.jsx("input",{className:S("flex-1 border-none outline-none bg-transparent text-foreground text-sm min-w-0 placeholder:text-muted-foreground",i==="medium"?"py-2":"py-1.5"),value:a,onChange:h,placeholder:t}),a&&p.jsx("button",{type:"button",className:"inline-flex items-center justify-center p-0.5 mr-1 rounded-md text-muted-foreground cursor-pointer transition-colors hover:bg-muted hover:text-foreground","aria-label":"Clear search",onClick:f,children:p.jsx(E.X,{size:16})})]})})}const rv={graded:"green",submitted:"teal",pending:"gray",missing:"red",late:"orange",excused:"gray",draft:"gray",not_started:"gray",resubmit:"orange"},sv={success:"green",error:"red",warning:"orange",info:"teal",default:"gray"},iv={green:"success",red:"destructive",orange:"warning",gray:"muted",teal:"info"},da={green:"bg-transparent border-success text-success",red:"bg-transparent border-destructive text-destructive",orange:"bg-transparent border-warning text-warning",gray:"bg-transparent border-border text-muted-foreground",teal:"bg-transparent border-info text-info"},ov={green:"bg-success text-success-foreground",red:"bg-destructive text-destructive-foreground",orange:"bg-warning text-warning-foreground",teal:"bg-info text-info-foreground"};function lv({status:n,colorMap:e,size:t="small",variant:r="filled"}){const s={...rv};if(e)for(const[c,u]of Object.entries(e))s[c]=sv[u]??u;const i=s[n]??"gray",o=n.replace(/_/g," ").replace(/\b\w/g,c=>c.toUpperCase()),l=iv[i]??"muted",a=r==="outlined"?da[i]??da.gray:ov[i]??void 0;return p.jsx(Qr,{variant:l,className:S(t==="small"?"text-xs px-2 h-5.5":"text-sm px-2.5 h-6.5","leading-none",a),children:o})}const av={success:"text-success",destructive:"text-destructive",warning:"text-warning",muted:"text-muted-foreground"};function cv(n){const e=new Date,t=n.getTime()-e.getTime(),r=Math.round(t/(1e3*60*60*24));return r===0?"Due today":r===1?"Due tomorrow":r===-1?"Due yesterday":r>1?`Due in ${r} days`:`${Math.abs(r)} days overdue`}function uv(n,e){if(e)return"success";const t=new Date,s=(n.getTime()-t.getTime())/(1e3*60*60*24);return s<0?"destructive":s<2?"warning":"muted"}function dv({dueDate:n,submittedDate:e,showRelative:t=!0,size:r="medium",className:s,style:i}){const o=new Date(n),l=!!e,a=av[uv(o,l)]??"text-muted-foreground",c=r==="small"?14:16;return p.jsxs("div",{className:S("flex items-center gap-1",a,s),style:i,children:[p.jsx("span",{className:"shrink-0 inline-flex",children:l?p.jsx(E.CheckCircle,{size:c}):p.jsx(E.Clock,{size:c})}),p.jsx("span",{className:r==="small"?"text-xs":"text-sm",children:l?`Submitted ${new Date(e).toLocaleDateString()}`:t?cv(o):o.toLocaleDateString()})]})}function fv({steps:n,currentStep:e,orientation:t="horizontal",variant:r="default",className:s,style:i}){const o=t==="horizontal",l=r==="compact",a=l?"w-6 h-6 text-xs":"w-8 h-8 text-sm",c=l?12:16;return p.jsx("div",{className:S("flex",o?"flex-row items-start":"flex-col",s),style:i,children:n.map((u,d)=>{const h=d<e,f=d===e;return p.jsxs("div",{className:S("flex",o?"flex-1 flex-row items-start":"flex-row items-start"),children:[p.jsxs("div",{className:S("flex",o?"flex-col items-center":"flex-row items-start gap-3"),children:[p.jsx("div",{className:S("rounded-full flex items-center justify-center shrink-0 font-semibold transition-colors",a,h&&"bg-primary text-primary-foreground",f&&"border-2 border-primary bg-primary/10 text-primary",!h&&!f&&"border-2 border-border bg-muted text-muted-foreground"),children:h?p.jsx(E.Check,{size:c}):p.jsx("span",{children:d+1})}),p.jsxs("div",{className:S(o?"mt-1.5 text-center":"pt-0.5"),children:[p.jsx("p",{className:S("text-sm font-medium leading-tight",f?"text-foreground":"text-muted-foreground"),children:u.label}),!l&&u.description&&p.jsx("p",{className:"text-xs text-muted-foreground mt-0.5",children:u.description})]})]}),d<n.length-1&&(o?p.jsx("div",{className:S("flex-1 h-0.5 self-center mt-0 mx-2",l?"mt-3":"mt-4",h?"bg-primary":"bg-border")}):p.jsx("div",{className:S("w-0.5 h-6 ml-3.5",l&&"ml-2.5",h?"bg-primary":"bg-border")}))]},d)})})}function hv(n,e,t){const r=t*2+5;if(e<=r)return Array.from({length:e},(c,u)=>u+1);const s=Math.max(n-t,1),i=Math.min(n+t,e),o=s>2,l=i<e-1;if(!o&&l){const c=t*2+3;return[...Array.from({length:c},(d,h)=>h+1),"ellipsis",e]}if(o&&!l){const c=t*2+3;return[1,"ellipsis",...Array.from({length:c},(d,h)=>e-c+h+1)]}return[1,"ellipsis",...Array.from({length:i-s+1},(c,u)=>s+u),"ellipsis",e]}const pv=b.memo(function({currentPage:e,totalPages:t,onPageChange:r,siblingCount:s=1,className:i,style:o}){const l=b.useMemo(()=>hv(e,t,s),[e,t,s]);return t<=1?null:p.jsxs("nav",{"data-slot":"pagination","aria-label":"Pagination",className:S("flex items-center justify-center gap-1",i),style:o,children:[p.jsx(G,{variant:"ghost",size:"icon-sm",onClick:()=>r(e-1),disabled:e<=1,"aria-label":"Previous page",children:p.jsx(E.ChevronLeft,{className:"size-4"})}),l.map((a,c)=>a==="ellipsis"?p.jsxs("span",{className:"flex items-center justify-center size-8 text-xs text-muted-foreground",children:[p.jsx("span",{"aria-hidden":"true",children:"..."}),p.jsx("span",{className:"sr-only",children:"More pages"})]},`ellipsis-${c}`):p.jsx(G,{variant:a===e?"default":"ghost",size:"icon-sm",onClick:()=>r(a),"aria-label":`Page ${a}`,"aria-current":a===e?"page":void 0,children:p.jsx("span",{className:"text-xs",children:a})},a)),p.jsx(G,{variant:"ghost",size:"icon-sm",onClick:()=>r(e+1),disabled:e>=t,"aria-label":"Next page",children:p.jsx(E.ChevronRight,{className:"size-4"})})]})});function mv({isCorrect:n,explanation:e,onRetry:t,retryLabel:r="Try Again",className:s,style:i}){return p.jsxs(ye,{variant:n?"success":"destructive",className:S(s),style:i,children:[p.jsx("span",{className:"shrink-0",children:n?p.jsx(E.CheckCircle,{size:20}):p.jsx(E.XCircle,{size:20})}),p.jsx("div",{className:"flex-1",children:p.jsxs("div",{className:"flex items-start justify-between gap-2",children:[p.jsxs("div",{children:[p.jsx("span",{className:"font-semibold",children:n?"Correct!":"Incorrect"}),e&&p.jsx("p",{className:"mt-1 text-foreground",children:e})]}),!n&&t&&p.jsx(G,{variant:"outline",size:"sm",className:"shrink-0",onClick:t,children:r})]})})]})}function gv({value:n,onChange:e,points:t=5,lowLabel:r="Strongly Disagree",highLabel:s="Strongly Agree",disabled:i=!1,readOnly:o=!1,className:l,style:a}){const c=Array.from({length:t},(d,h)=>h+1),u=!i&&!o;return p.jsxs("div",{className:S("flex flex-col gap-1",l),style:a,children:[p.jsx("div",{className:"flex flex-row",role:"radiogroup",children:c.map(d=>{const h=n===d;return p.jsxs("label",{className:S("flex items-center justify-center border border-border px-1.5 py-2 text-sm transition-colors first:rounded-l-md last:rounded-r-md -ml-px first:ml-0",h?"bg-primary text-primary-foreground border-primary z-10":"bg-background text-foreground",!u&&"opacity-60 cursor-not-allowed",u&&!h&&"cursor-pointer hover:bg-muted"),children:[p.jsx("input",{type:"radio",name:"likert-scale",className:"sr-only",value:d,checked:h,disabled:i,onChange:()=>{u&&e(d)}}),p.jsx("span",{className:"text-sm font-medium",children:d})]},d)})}),p.jsxs("div",{className:"flex justify-between",children:[p.jsx("span",{className:"text-xs text-muted-foreground",children:r}),p.jsx("span",{className:"text-xs text-muted-foreground",children:s})]})]})}const xv={small:18,medium:24,large:32};function yv({value:n,onChange:e,maxStars:t=5,allowHalf:r=!1,size:s="medium",disabled:i=!1,readOnly:o=!1,className:l,style:a}){const[c,u]=b.useState(null),d=xv[s],h=c??n,f=!i&&!o;function m(g){f&&e(g)}return p.jsx("div",{className:S("inline-flex gap-0.5",l),style:a,onMouseLeave:()=>f&&u(null),children:Array.from({length:t},(g,x)=>{const y=x+1,k=h>=y,C=r&&!k&&h>=y-.5;return p.jsx("button",{type:"button",className:S("inline-flex items-center justify-center rounded-md border-none bg-transparent p-0",f?"cursor-pointer":"cursor-default",k||C?"text-warning":"text-muted-foreground"),disabled:i,onClick:()=>m(y),onMouseEnter:()=>f&&u(y),"aria-label":`Rate ${y} star${y!==1?"s":""}`,children:p.jsx(E.Star,{size:d,fill:k||C?"currentColor":"none",strokeWidth:1.5,style:C?{clipPath:"inset(0 50% 0 0)"}:void 0})},x)})})}const bv={small:48,medium:64,large:96},vv={small:"0.75rem",medium:"0.875rem",large:"1rem"},kv={small:"4px",medium:"6px",large:"8px"},wv={primary:"var(--primary)",success:"var(--success)",warning:"var(--warning)",destructive:"var(--destructive)"};function Sv(n,e){return e==null?"primary":n>=e?"success":n>=e*.7?"warning":"destructive"}function Cv({percentage:n,letterGrade:e,variant:t="circular",size:r="medium",passingThreshold:s,showLabel:i=!0,className:o,style:l}){const a=Sv(n,s),c=wv[a]??"var(--primary)";return t==="linear"?p.jsxs("div",{className:S("flex flex-row items-center gap-1",o),style:l,children:[p.jsx("div",{className:"flex-1 bg-muted rounded-full overflow-hidden",style:{height:kv[r]},role:"progressbar","aria-valuenow":Math.round(n),"aria-valuemin":0,"aria-valuemax":100,"aria-label":`Grade: ${e??`${Math.round(n)}%`}`,children:p.jsx("div",{className:"h-full rounded-full transition-[width] duration-300 ease-in-out",style:{width:`${n}%`,background:c}})}),i&&p.jsx("span",{className:"font-semibold min-w-9",style:{fontSize:vv[r]},children:e??`${Math.round(n)}%`})]}):p.jsx("div",{className:S("inline-flex flex-col items-center",o),style:l,children:p.jsx(vo,{value:n,size:bv[r],strokeWidth:r==="small"?4:6,color:c,label:e??`${Math.round(n)}%`})})}const Nv={up:"var(--success)",down:"var(--destructive)",flat:"var(--muted-foreground)"},Tv={up:E.TrendingUp,down:E.TrendingDown,flat:E.Minus},Mv=b.memo(function({icon:e,label:t,description:r,value:s,subtitle:i,trend:o,accent:l,className:a,style:c}){const u=o?Tv[o.direction]:null;return p.jsx(gs,{className:S(a),style:c,children:p.jsxs(yo,{className:"p-4",children:[e&&p.jsx("div",{className:"mb-2 w-9 h-9 rounded-lg flex items-center justify-center [&>svg]:size-5",style:{backgroundColor:`color-mix(in oklch, ${l??"var(--primary)"} 10%, transparent)`,color:l??"var(--primary)"},children:e}),p.jsx("span",{className:"text-sm font-medium text-foreground",children:t}),r&&p.jsx("p",{className:"text-xs text-muted-foreground mt-0.5 leading-snug",children:r}),p.jsxs("div",{className:"flex flex-row items-baseline gap-1.5 mt-1",children:[p.jsx("span",{className:"text-3xl font-bold tracking-tight",children:s}),o&&u&&p.jsxs("span",{className:"flex flex-row items-center gap-px",style:{color:Nv[o.direction]},children:[p.jsx(u,{size:14}),p.jsxs("span",{className:"text-xs font-semibold",children:[o.value>0?"+":"",o.value,"%"]})]})]}),i&&p.jsx("span",{className:"text-xs text-muted-foreground",children:i})]})})}),Ev={default:"text-primary",gold:"text-palette-3",silver:"text-muted-foreground",bronze:"text-palette-3/70"};function Av({title:n,description:e,icon:t,earnedDate:r,locked:s=!1,variant:i="default",className:o,style:l}){return p.jsxs(gs,{className:S("p-2 text-center",s&&"opacity-60",o),style:l,children:[p.jsx("div",{className:"mx-auto mb-1 w-12 h-12 flex items-center justify-center",children:s?p.jsx(E.Lock,{size:32,className:"text-muted-foreground"}):t??p.jsx(E.Trophy,{size:32,className:Ev[i]})}),p.jsx("p",{className:"font-semibold text-sm text-foreground",children:n}),e&&p.jsx("p",{className:"text-xs text-muted-foreground",children:e}),r&&!s&&p.jsx("p",{className:"text-xs text-muted-foreground mt-0.5",children:new Date(r).toLocaleDateString()})]})}function Ov({currentStreak:n,longestStreak:e,unit:t="days",showLongest:r=!1,className:s,style:i}){return p.jsxs("div",{className:S("flex items-center gap-2",s),style:i,children:[p.jsx(E.Flame,{size:20,className:"text-warning shrink-0"}),p.jsxs("div",{children:[p.jsxs("span",{className:"text-sm font-bold text-foreground",children:[n," ",t]}),r&&e!=null&&p.jsxs("span",{className:"block text-xs text-muted-foreground",children:["Longest: ",e," ",t]})]})]})}function ko(n){const e=new Date(n),r=new Date().getTime()-e.getTime(),s=Math.floor(r/6e4);if(s<1)return"Just now";if(s<60)return`${s}m ago`;const i=Math.floor(s/60);if(i<24)return`${i}h ago`;const o=Math.floor(i/24);return o<7?`${o}d ago`:e.toLocaleDateString()}const jv={lesson_completed:E.BookOpen,quiz_passed:E.CheckCircle,assignment_submitted:E.Send,badge_earned:E.Award};function Dv({events:n,limit:e,showLoadMore:t=!1,onLoadMore:r,emptyMessage:s="No recent activity",className:i,style:o}){const l=e?n.slice(0,e):n;return n.length===0?p.jsx("p",{className:S("text-sm text-muted-foreground",i),style:o,children:s}):p.jsxs("div",{className:S("relative",i),style:o,children:[p.jsx("div",{className:"absolute left-3.5 top-0 bottom-0 w-px bg-border"}),l.map(a=>{const c=jv[a.type]??E.Circle;return p.jsxs("div",{className:"relative flex gap-3 pb-4 last:pb-0",children:[p.jsx("div",{className:"relative z-10 shrink-0 w-7 h-7 rounded-full bg-background border border-border flex items-center justify-center",children:a.icon??p.jsx(c,{size:14,className:"text-muted-foreground"})}),p.jsxs("div",{className:"flex-1 min-w-0 pt-0.5",children:[p.jsx("p",{className:"text-sm font-medium text-foreground",children:a.title}),a.description&&p.jsx("p",{className:"text-xs text-muted-foreground mt-0.5",children:a.description}),p.jsx("span",{className:"text-xs text-muted-foreground",children:ko(a.timestamp)})]})]},a.uid)}),t&&r&&p.jsx("div",{className:"pl-10 pt-1",children:p.jsx(G,{variant:"ghost",size:"sm",onClick:r,children:"Load more"})})]})}const Iv={pinned:"var(--warning)",answer:"var(--success)"},Rv=b.memo(function({author:e,content:t,createdAt:r,updatedAt:s,actions:i,highlight:o="none",indentLevel:l=0,className:a,style:c}){const u=Iv[o];return p.jsx("div",{className:S("rounded-md border border-border p-3",a),style:{marginLeft:l?`calc(${l} * 1rem)`:void 0,...u&&{borderLeftWidth:"3px",borderLeftColor:u},...c},children:p.jsxs("div",{className:"flex gap-2",children:[p.jsx(bo,{displayName:e.displayName,avatarUrl:e.avatarUrl,role:e.role,size:"medium"}),p.jsxs("div",{className:"flex-1 min-w-0",children:[p.jsxs("div",{className:"flex items-center gap-1.5 flex-wrap text-sm",children:[p.jsx("span",{className:"font-semibold",children:e.displayName}),e.role&&e.role!=="student"&&p.jsx("span",{className:"rounded-full bg-primary/10 px-1.5 py-0.5 text-xs font-medium text-primary capitalize",children:e.role}),p.jsx("span",{className:"text-xs text-muted-foreground",children:ko(r)}),s&&p.jsx("span",{className:"text-xs text-muted-foreground italic",children:"(edited)"}),o==="pinned"&&p.jsx(E.Pin,{size:14})]}),p.jsx("div",{className:"mt-1 text-sm [&_p]:mb-1 [&_ul]:list-disc [&_ul]:pl-5 [&_ol]:list-decimal [&_ol]:pl-5 [&_a]:text-primary [&_a]:underline",dangerouslySetInnerHTML:{__html:t}}),i&&p.jsxs(p.Fragment,{children:[p.jsx(Ct,{className:"my-2"}),p.jsx("div",{className:"flex items-center gap-1",children:i})]})]})]})})}),af=b.createContext(null);function cf(){const n=b.useContext(af);if(!n)throw new Error("Tabs compound components must be used within <Tabs>");return n}function Lv({value:n,defaultValue:e,onValueChange:t,className:r,...s}){const[i,o]=b.useState(e??""),l=n??i,a=b.useCallback(c=>{n===void 0&&o(c),t==null||t(c)},[n,t]);return p.jsx(af.Provider,{value:{selectedValue:l,onSelect:a},children:p.jsx("div",{"data-slot":"tabs",className:r,...s})})}function Pv({className:n,children:e,...t}){const r=b.useRef(null),s=i=>{if(i.key!=="ArrowLeft"&&i.key!=="ArrowRight")return;const o=r.current;if(!o)return;const l=Array.from(o.querySelectorAll('[role="tab"]:not([disabled])')),a=l.indexOf(document.activeElement);if(a===-1)return;i.preventDefault();const c=i.key==="ArrowRight"?(a+1)%l.length:(a-1+l.length)%l.length;l[c].focus()};return p.jsx("div",{ref:r,role:"tablist","data-slot":"tabs-list",className:S("inline-flex h-9 items-center justify-center rounded-lg bg-muted p-1 text-muted-foreground",n),onKeyDown:s,...t,children:e})}function zv({value:n,className:e,...t}){const{selectedValue:r,onSelect:s}=cf(),i=r===n;return p.jsx("button",{role:"tab",type:"button","data-slot":"tabs-trigger","aria-selected":i,...i?{"data-selected":""}:{},className:S("inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1 text-sm font-medium transition-all cursor-pointer disabled:pointer-events-none disabled:opacity-50 data-selected:bg-background data-selected:text-foreground data-selected:shadow-sm",e),onClick:()=>s(n),...t})}function _v({value:n,className:e,...t}){const{selectedValue:r}=cf();return r!==n?null:p.jsx("div",{role:"tabpanel","data-slot":"tabs-content",className:S("pt-2",e),...t})}exports.AchievementBadge=Av;exports.ActivityTimeline=Dv;exports.Alert=ye;exports.AlertDescription=ke;exports.AlertDialog=Yd;exports.AlertDialogAction=of;exports.AlertDialogBackdrop=Zd;exports.AlertDialogCancel=lf;exports.AlertDialogContent=ef;exports.AlertDialogDescription=sf;exports.AlertDialogFooter=nf;exports.AlertDialogHeader=tf;exports.AlertDialogPortal=Xd;exports.AlertDialogTitle=rf;exports.AlertDialogTrigger=ev;exports.AlertTitle=hf;exports.AssessmentToolbar=v0;exports.AttachmentList=Wd;exports.AudioPlayer=Fd;exports.Badge=Qr;exports.Button=G;exports.Card=gs;exports.CardAction=U0;exports.CardContent=yo;exports.CardDescription=H0;exports.CardFooter=W0;exports.CardHeader=F0;exports.CardTitle=V0;exports.Choice=pa;exports.CodeBlock=Vd;exports.ConfirmDialog=tv;exports.ContentBlock=Kd;exports.CourseCard=Q0;exports.CurriculumItemRow=Jd;exports.CurriculumTree=$0;exports.Drawer=Ed;exports.DrawerBackdrop=Od;exports.DrawerBody=Id;exports.DrawerClose=Ld;exports.DrawerContent=jd;exports.DrawerDescription=M0;exports.DrawerFooter=T0;exports.DrawerHeader=Dd;exports.DrawerNav=E0;exports.DrawerNavItem=A0;exports.DrawerPortal=Ad;exports.DrawerTitle=Rd;exports.DrawerTrigger=N0;exports.DrawerViewport=O0;exports.DueDateDisplay=dv;exports.EmbedBlock=Ud;exports.EmptyState=Y0;exports.Essay=sd;exports.FeedbackBanner=mv;exports.FileUploadZone=z0;exports.FillInTheBlank=ga;exports.Flashcard=_d;exports.FlashcardDeck=$d;exports.GradeIndicator=Cv;exports.Hotspot=ad;exports.InlineChoice=cd;exports.Input=Xr;exports.LearningObjectIcon=qd;exports.LikertScale=gv;exports.Matching=ld;exports.MultipleChoice=ha;exports.Numeric=id;exports.Ordering=od;exports.Pagination=pv;exports.PostCard=Rv;exports.Progress=D0;exports.ProgressRing=vo;exports.QuestionHeaderBar=k0;exports.QuestionMaterialsDrawer=_0;exports.QuestionNavigator=yd;exports.QuestionRenderer=go;exports.RichTextEditor=rd;exports.Scenario=ud;exports.SearchInput=nv;exports.Separator=Ct;exports.Skeleton=Hd;exports.Spreadsheet=hd;exports.StarRating=yv;exports.StatCard=Mv;exports.StatusBadge=lv;exports.Stepper=fv;exports.StreakBadge=Ov;exports.Table=ho;exports.TableBody=mo;exports.TableCaption=fd;exports.TableCell=bn;exports.TableFooter=dd;exports.TableHead=Gr;exports.TableHeader=po;exports.TableRow=jn;exports.Tabs=Lv;exports.TabsContent=_v;exports.TabsList=Pv;exports.TabsTrigger=zv;exports.TimerDisplay=xd;exports.Tooltip=wd;exports.TooltipContent=Cd;exports.TooltipTrigger=Sd;exports.TrueFalse=ma;exports.UserAvatar=bo;exports.VideoPlayer=Pd;exports.alertVariants=fa;exports.badgeVariants=Gd;exports.buttonVariants=_n;exports.cn=S;exports.drawerContentVariants=Md;exports.formatDuration=gd;exports.formatFileSize=xo;exports.formatTimer=Dn;exports.formatTimestamp=ko;exports.progressVariants=zd;exports.scoreAssessment=m0;exports.scoreQuestion=ms;exports.scoreScenarioSubQuestions=md;exports.shuffle=Bd;