reactjs-tiptap-editor-ivr2
Version:
A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React
4 lines (3 loc) • 141 kB
JavaScript
"use strict";const f=require("./vendor-Cjlycycw.cjs"),le=require("tippy.js"),E=require("react"),ce=require("react-dom");function ct(e){const{state:t,transaction:n}=e;let{selection:r}=n,{doc:o}=n,{storedMarks:s}=n;return{...t,apply:t.apply.bind(t),applyTransaction:t.applyTransaction.bind(t),plugins:t.plugins,schema:t.schema,reconfigure:t.reconfigure.bind(t),toJSON:t.toJSON.bind(t),get storedMarks(){return s},get selection(){return r},get doc(){return o},get tr(){return r=n.selection,o=n.doc,s=n.storedMarks,n}}}class dt{constructor(t){this.editor=t.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=t.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:t,editor:n,state:r}=this,{view:o}=n,{tr:s}=r,i=this.buildProps(s);return Object.fromEntries(Object.entries(t).map(([a,c])=>[a,(...u)=>{const d=c(...u)(i);return!s.getMeta("preventDispatch")&&!this.hasCustomState&&o.dispatch(s),d}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(t,n=!0){const{rawCommands:r,editor:o,state:s}=this,{view:i}=o,a=[],c=!!t,l=t||s.tr,u=()=>(!c&&n&&!l.getMeta("preventDispatch")&&!this.hasCustomState&&i.dispatch(l),a.every(p=>p===!0)),d={...Object.fromEntries(Object.entries(r).map(([p,h])=>[p,(...m)=>{const y=this.buildProps(l,n),v=h(...m)(y);return a.push(v),d}])),run:u};return d}createCan(t){const{rawCommands:n,state:r}=this,o=!1,s=t||r.tr,i=this.buildProps(s,o);return{...Object.fromEntries(Object.entries(n).map(([c,l])=>[c,(...u)=>l(...u)({...i,dispatch:void 0})])),chain:()=>this.createChain(s,o)}}buildProps(t,n=!0){const{rawCommands:r,editor:o,state:s}=this,{view:i}=o,a={tr:t,editor:o,view:i,state:ct({state:s,transaction:t}),dispatch:n?()=>{}:void 0,chain:()=>this.createChain(t,n),can:()=>this.createCan(t),get commands(){return Object.fromEntries(Object.entries(r).map(([c,l])=>[c,(...u)=>l(...u)(a)]))}};return a}}class De{constructor(){this.callbacks={}}on(t,n){return this.callbacks[t]||(this.callbacks[t]=[]),this.callbacks[t].push(n),this}emit(t,...n){const r=this.callbacks[t];return r&&r.forEach(o=>o.apply(this,n)),this}off(t,n){const r=this.callbacks[t];return r&&(n?this.callbacks[t]=r.filter(o=>o!==n):delete this.callbacks[t]),this}once(t,n){const r=(...o)=>{this.off(t,r),n.apply(this,o)};return this.on(t,r)}removeAllListeners(){this.callbacks={}}}function k(e,t,n){return e.config[t]===void 0&&e.parent?k(e.parent,t,n):typeof e.config[t]=="function"?e.config[t].bind({...n,parent:e.parent?k(e.parent,t,n):null}):e.config[t]}function ut(e){const t=e.filter(o=>o.type==="extension"),n=e.filter(o=>o.type==="node"),r=e.filter(o=>o.type==="mark");return{baseExtensions:t,nodeExtensions:n,markExtensions:r}}function de(e){const t=[],{nodeExtensions:n,markExtensions:r}=ut(e),o=[...n,...r],s={default:null,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1};return e.forEach(i=>{const a={name:i.name,options:i.options,storage:i.storage,extensions:o},c=k(i,"addGlobalAttributes",a);if(!c)return;c().forEach(u=>{u.types.forEach(d=>{Object.entries(u.attributes).forEach(([p,h])=>{t.push({type:d,name:p,attribute:{...s,...h}})})})})}),o.forEach(i=>{const a={name:i.name,options:i.options,storage:i.storage},c=k(i,"addAttributes",a);if(!c)return;const l=c();Object.entries(l).forEach(([u,d])=>{const p={...s,...d};typeof(p==null?void 0:p.default)=="function"&&(p.default=p.default()),p!=null&&p.isRequired&&(p==null?void 0:p.default)===void 0&&delete p.default,t.push({type:i.name,name:u,attribute:p})})}),t}function R(e,t){if(typeof e=="string"){if(!t.nodes[e])throw Error(`There is no node type named '${e}'. Maybe you forgot to add the extension?`);return t.nodes[e]}return e}function A(...e){return e.filter(t=>!!t).reduce((t,n)=>{const r={...t};return Object.entries(n).forEach(([o,s])=>{if(!r[o]){r[o]=s;return}if(o==="class"){const a=s?String(s).split(" "):[],c=r[o]?r[o].split(" "):[],l=a.filter(u=>!c.includes(u));r[o]=[...c,...l].join(" ")}else if(o==="style"){const a=s?s.split(";").map(u=>u.trim()).filter(Boolean):[],c=r[o]?r[o].split(";").map(u=>u.trim()).filter(Boolean):[],l=new Map;c.forEach(u=>{const[d,p]=u.split(":").map(h=>h.trim());l.set(d,p)}),a.forEach(u=>{const[d,p]=u.split(":").map(h=>h.trim());l.set(d,p)}),r[o]=Array.from(l.entries()).map(([u,d])=>`${u}: ${d}`).join("; ")}else r[o]=s}),r},{})}function it(e,t){return t.filter(n=>n.type===e.type.name).filter(n=>n.attribute.rendered).map(n=>n.attribute.renderHTML?n.attribute.renderHTML(e.attrs)||{}:{[n.name]:e.attrs[n.name]}).reduce((n,r)=>A(n,r),{})}function ue(e){return typeof e=="function"}function C(e,t=void 0,...n){return ue(e)?t?e.bind(t)(...n):e(...n):e}function Ne(e={}){return Object.keys(e).length===0&&e.constructor===Object}function Ie(e){return typeof e!="string"?e:e.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(e):e==="true"?!0:e==="false"?!1:e}function Wt(e,t){return"style"in e?e:{...e,getAttrs:n=>{const r=e.getAttrs?e.getAttrs(n):e.attrs;if(r===!1)return!1;const o=t.reduce((s,i)=>{const a=i.attribute.parseHTML?i.attribute.parseHTML(n):Ie(n.getAttribute(i.name));return a==null?s:{...s,[i.name]:a}},{});return{...r,...o}}}}function Ut(e){return Object.fromEntries(Object.entries(e).filter(([t,n])=>t==="attrs"&&Ne(n)?!1:n!=null))}function $e(e,t){var n;const r=de(e),{nodeExtensions:o,markExtensions:s}=ut(e),i=(n=o.find(l=>k(l,"topNode")))===null||n===void 0?void 0:n.name,a=Object.fromEntries(o.map(l=>{const u=r.filter(v=>v.type===l.name),d={name:l.name,options:l.options,storage:l.storage,editor:t},p=e.reduce((v,M)=>{const b=k(M,"extendNodeSchema",d);return{...v,...b?b(l):{}}},{}),h=Ut({...p,content:C(k(l,"content",d)),marks:C(k(l,"marks",d)),group:C(k(l,"group",d)),inline:C(k(l,"inline",d)),atom:C(k(l,"atom",d)),selectable:C(k(l,"selectable",d)),draggable:C(k(l,"draggable",d)),code:C(k(l,"code",d)),whitespace:C(k(l,"whitespace",d)),linebreakReplacement:C(k(l,"linebreakReplacement",d)),defining:C(k(l,"defining",d)),isolating:C(k(l,"isolating",d)),attrs:Object.fromEntries(u.map(v=>{var M;return[v.name,{default:(M=v==null?void 0:v.attribute)===null||M===void 0?void 0:M.default}]}))}),g=C(k(l,"parseHTML",d));g&&(h.parseDOM=g.map(v=>Wt(v,u)));const m=k(l,"renderHTML",d);m&&(h.toDOM=v=>m({node:v,HTMLAttributes:it(v,u)}));const y=k(l,"renderText",d);return y&&(h.toText=y),[l.name,h]})),c=Object.fromEntries(s.map(l=>{const u=r.filter(y=>y.type===l.name),d={name:l.name,options:l.options,storage:l.storage,editor:t},p=e.reduce((y,v)=>{const M=k(v,"extendMarkSchema",d);return{...y,...M?M(l):{}}},{}),h=Ut({...p,inclusive:C(k(l,"inclusive",d)),excludes:C(k(l,"excludes",d)),group:C(k(l,"group",d)),spanning:C(k(l,"spanning",d)),code:C(k(l,"code",d)),attrs:Object.fromEntries(u.map(y=>{var v;return[y.name,{default:(v=y==null?void 0:y.attribute)===null||v===void 0?void 0:v.default}]}))}),g=C(k(l,"parseHTML",d));g&&(h.parseDOM=g.map(y=>Wt(y,u)));const m=k(l,"renderHTML",d);return m&&(h.toDOM=y=>m({mark:y,HTMLAttributes:it(y,u)})),[l.name,h]}));return new f.Schema({topNode:i,nodes:a,marks:c})}function kt(e,t){return t.nodes[e]||t.marks[e]||null}function qt(e,t){return Array.isArray(t)?t.some(n=>(typeof n=="string"?n:n.name)===e.name):t}function It(e,t){const n=f.DOMSerializer.fromSchema(t).serializeFragment(e),o=document.implementation.createHTMLDocument().createElement("div");return o.appendChild(n),o.innerHTML}const Be=(e,t=500)=>{let n="";const r=e.parentOffset;return e.parent.nodesBetween(Math.max(0,r-t),r,(o,s,i,a)=>{var c,l;const u=((l=(c=o.type.spec).toText)===null||l===void 0?void 0:l.call(c,{node:o,pos:s,parent:i,index:a}))||o.textContent||"%leaf%";n+=o.isAtom&&!o.isText?u:u.slice(0,Math.max(0,r-s))}),n};function $t(e){return Object.prototype.toString.call(e)==="[object RegExp]"}class pt{constructor(t){this.find=t.find,this.handler=t.handler}}const je=(e,t)=>{if($t(t))return t.exec(e);const n=t(e);if(!n)return null;const r=[n.text];return r.index=n.index,r.input=e,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),r.push(n.replaceWith)),r};function tt(e){var t;const{editor:n,from:r,to:o,text:s,rules:i,plugin:a}=e,{view:c}=n;if(c.composing)return!1;const l=c.state.doc.resolve(r);if(l.parent.type.spec.code||!((t=l.nodeBefore||l.nodeAfter)===null||t===void 0)&&t.marks.find(p=>p.type.spec.code))return!1;let u=!1;const d=Be(l)+s;return i.forEach(p=>{if(u)return;const h=je(d,p.find);if(!h)return;const g=c.state.tr,m=ct({state:c.state,transaction:g}),y={from:r-(h[0].length-s.length),to:o},{commands:v,chain:M,can:b}=new dt({editor:n,state:m});p.handler({state:m,range:y,match:h,commands:v,chain:M,can:b})===null||!g.steps.length||(g.setMeta(a,{transform:g,from:r,to:o,text:s}),c.dispatch(g),u=!0)}),u}function Fe(e){const{editor:t,rules:n}=e,r=new f.Plugin({state:{init(){return null},apply(o,s,i){const a=o.getMeta(r);if(a)return a;const c=o.getMeta("applyInputRules");return!!c&&setTimeout(()=>{let{text:u}=c;typeof u=="string"?u=u:u=It(f.Fragment.from(u),i.schema);const{from:d}=c,p=d+u.length;tt({editor:t,from:d,to:p,text:u,rules:n,plugin:r})}),o.selectionSet||o.docChanged?null:s}},props:{handleTextInput(o,s,i,a){return tt({editor:t,from:s,to:i,text:a,rules:n,plugin:r})},handleDOMEvents:{compositionend:o=>(setTimeout(()=>{const{$cursor:s}=o.state.selection;s&&tt({editor:t,from:s.pos,to:s.pos,text:"",rules:n,plugin:r})}),!1)},handleKeyDown(o,s){if(s.key!=="Enter")return!1;const{$cursor:i}=o.state.selection;return i?tt({editor:t,from:i.pos,to:i.pos,text:`
`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function ze(e){return Object.prototype.toString.call(e).slice(8,-1)}function et(e){return ze(e)!=="Object"?!1:e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype}function ht(e,t){const n={...e};return et(e)&&et(t)&&Object.keys(t).forEach(r=>{et(t[r])&&et(e[r])?n[r]=ht(e[r],t[r]):n[r]=t[r]}),n}class N{constructor(t={}){this.type="mark",this.name="mark",this.parent=null,this.child=null,this.config={name:this.name,defaultOptions:{}},this.config={...this.config,...t},this.name=this.config.name,t.defaultOptions&&Object.keys(t.defaultOptions).length>0&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${this.name}".`),this.options=this.config.defaultOptions,this.config.addOptions&&(this.options=C(k(this,"addOptions",{name:this.name}))),this.storage=C(k(this,"addStorage",{name:this.name,options:this.options}))||{}}static create(t={}){return new N(t)}configure(t={}){const n=this.extend({...this.config,addOptions:()=>ht(this.options,t)});return n.name=this.name,n.parent=this.parent,n}extend(t={}){const n=new N(t);return n.parent=this,this.child=n,n.name=t.name?t.name:n.parent.name,t.defaultOptions&&Object.keys(t.defaultOptions).length>0&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${n.name}".`),n.options=C(k(n,"addOptions",{name:n.name})),n.storage=C(k(n,"addStorage",{name:n.name,options:n.options})),n}static handleExit({editor:t,mark:n}){const{tr:r}=t.state,o=t.state.selection.$from;if(o.pos===o.end()){const i=o.marks();if(!!!i.find(l=>(l==null?void 0:l.type.name)===n.name))return!1;const c=i.find(l=>(l==null?void 0:l.type.name)===n.name);return c&&r.removeStoredMark(c),r.insertText(" ",o.pos),t.view.dispatch(r),!0}return!1}}function pe(e){return typeof e=="number"}class Ve{constructor(t){this.find=t.find,this.handler=t.handler}}const Ke=(e,t,n)=>{if($t(t))return[...e.matchAll(t)];const r=t(e,n);return r?r.map(o=>{const s=[o.text];return s.index=o.index,s.input=e,s.data=o.data,o.replaceWith&&(o.text.includes(o.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),s.push(o.replaceWith)),s}):[]};function We(e){const{editor:t,state:n,from:r,to:o,rule:s,pasteEvent:i,dropEvent:a}=e,{commands:c,chain:l,can:u}=new dt({editor:t,state:n}),d=[];return n.doc.nodesBetween(r,o,(h,g)=>{if(!h.isTextblock||h.type.spec.code)return;const m=Math.max(r,g),y=Math.min(o,g+h.content.size),v=h.textBetween(m-g,y-g,void 0,"");Ke(v,s.find,i).forEach(b=>{if(b.index===void 0)return;const S=m+b.index+1,T=S+b[0].length,w={from:n.tr.mapping.map(S),to:n.tr.mapping.map(T)},x=s.handler({state:n,range:w,match:b,commands:c,chain:l,can:u,pasteEvent:i,dropEvent:a});d.push(x)})}),d.every(h=>h!==null)}let nt=null;const Ue=e=>{var t;const n=new ClipboardEvent("paste",{clipboardData:new DataTransfer});return(t=n.clipboardData)===null||t===void 0||t.setData("text/html",e),n};function qe(e){const{editor:t,rules:n}=e;let r=null,o=!1,s=!1,i=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,a;try{a=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{a=null}const c=({state:u,from:d,to:p,rule:h,pasteEvt:g})=>{const m=u.tr,y=ct({state:u,transaction:m});if(!(!We({editor:t,state:y,from:Math.max(d-1,0),to:p.b-1,rule:h,pasteEvent:g,dropEvent:a})||!m.steps.length)){try{a=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{a=null}return i=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,m}};return n.map(u=>new f.Plugin({view(d){const p=g=>{var m;r=!((m=d.dom.parentElement)===null||m===void 0)&&m.contains(g.target)?d.dom.parentElement:null,r&&(nt=t)},h=()=>{nt&&(nt=null)};return window.addEventListener("dragstart",p),window.addEventListener("dragend",h),{destroy(){window.removeEventListener("dragstart",p),window.removeEventListener("dragend",h)}}},props:{handleDOMEvents:{drop:(d,p)=>{if(s=r===d.dom.parentElement,a=p,!s){const h=nt;h&&setTimeout(()=>{const g=h.state.selection;g&&h.commands.deleteRange({from:g.from,to:g.to})},10)}return!1},paste:(d,p)=>{var h;const g=(h=p.clipboardData)===null||h===void 0?void 0:h.getData("text/html");return i=p,o=!!(g!=null&&g.includes("data-pm-slice")),!1}}},appendTransaction:(d,p,h)=>{const g=d[0],m=g.getMeta("uiEvent")==="paste"&&!o,y=g.getMeta("uiEvent")==="drop"&&!s,v=g.getMeta("applyPasteRules"),M=!!v;if(!m&&!y&&!M)return;if(M){let{text:T}=v;typeof T=="string"?T=T:T=It(f.Fragment.from(T),h.schema);const{from:w}=v,x=w+T.length,O=Ue(T);return c({rule:u,state:h,from:w,to:{b:x},pasteEvt:O})}const b=p.doc.content.findDiffStart(h.doc.content),S=p.doc.content.findDiffEnd(h.doc.content);if(!(!pe(b)||!S||b===S.b))return c({rule:u,state:h,from:b,to:S,pasteEvt:i})}}))}function Ge(e){const t=e.filter((n,r)=>e.indexOf(n)!==r);return Array.from(new Set(t))}class J{constructor(t,n){this.splittableMarks=[],this.editor=n,this.extensions=J.resolve(t),this.schema=$e(this.extensions,n),this.setupExtensions()}static resolve(t){const n=J.sort(J.flatten(t)),r=Ge(n.map(o=>o.name));return r.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${r.map(o=>`'${o}'`).join(", ")}]. This can lead to issues.`),n}static flatten(t){return t.map(n=>{const r={name:n.name,options:n.options,storage:n.storage},o=k(n,"addExtensions",r);return o?[n,...this.flatten(o())]:n}).flat(10)}static sort(t){return t.sort((r,o)=>{const s=k(r,"priority")||100,i=k(o,"priority")||100;return s>i?-1:s<i?1:0})}get commands(){return this.extensions.reduce((t,n)=>{const r={name:n.name,options:n.options,storage:n.storage,editor:this.editor,type:kt(n.name,this.schema)},o=k(n,"addCommands",r);return o?{...t,...o()}:t},{})}get plugins(){const{editor:t}=this,n=J.sort([...this.extensions].reverse()),r=[],o=[],s=n.map(i=>{const a={name:i.name,options:i.options,storage:i.storage,editor:t,type:kt(i.name,this.schema)},c=[],l=k(i,"addKeyboardShortcuts",a);let u={};if(i.type==="mark"&&k(i,"exitable",a)&&(u.ArrowRight=()=>N.handleExit({editor:t,mark:i})),l){const m=Object.fromEntries(Object.entries(l()).map(([y,v])=>[y,()=>v({editor:t})]));u={...u,...m}}const d=f.keymap(u);c.push(d);const p=k(i,"addInputRules",a);qt(i,t.options.enableInputRules)&&p&&r.push(...p());const h=k(i,"addPasteRules",a);qt(i,t.options.enablePasteRules)&&h&&o.push(...h());const g=k(i,"addProseMirrorPlugins",a);if(g){const m=g();c.push(...m)}return c}).flat();return[Fe({editor:t,rules:r}),...qe({editor:t,rules:o}),...s]}get attributes(){return de(this.extensions)}get nodeViews(){const{editor:t}=this,{nodeExtensions:n}=ut(this.extensions);return Object.fromEntries(n.filter(r=>!!k(r,"addNodeView")).map(r=>{const o=this.attributes.filter(c=>c.type===r.name),s={name:r.name,options:r.options,storage:r.storage,editor:t,type:R(r.name,this.schema)},i=k(r,"addNodeView",s);if(!i)return[];const a=(c,l,u,d,p)=>{const h=it(c,o);return i()({node:c,view:l,getPos:u,decorations:d,innerDecorations:p,editor:t,extension:r,HTMLAttributes:h})};return[r.name,a]}))}setupExtensions(){this.extensions.forEach(t=>{var n;this.editor.extensionStorage[t.name]=t.storage;const r={name:t.name,options:t.options,storage:t.storage,editor:this.editor,type:kt(t.name,this.schema)};t.type==="mark"&&(!((n=C(k(t,"keepOnSplit",r)))!==null&&n!==void 0)||n)&&this.splittableMarks.push(t.name);const o=k(t,"onBeforeCreate",r),s=k(t,"onCreate",r),i=k(t,"onUpdate",r),a=k(t,"onSelectionUpdate",r),c=k(t,"onTransaction",r),l=k(t,"onFocus",r),u=k(t,"onBlur",r),d=k(t,"onDestroy",r);o&&this.editor.on("beforeCreate",o),s&&this.editor.on("create",s),i&&this.editor.on("update",i),a&&this.editor.on("selectionUpdate",a),c&&this.editor.on("transaction",c),l&&this.editor.on("focus",l),u&&this.editor.on("blur",u),d&&this.editor.on("destroy",d)})}}class P{constructor(t={}){this.type="extension",this.name="extension",this.parent=null,this.child=null,this.config={name:this.name,defaultOptions:{}},this.config={...this.config,...t},this.name=this.config.name,t.defaultOptions&&Object.keys(t.defaultOptions).length>0&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${this.name}".`),this.options=this.config.defaultOptions,this.config.addOptions&&(this.options=C(k(this,"addOptions",{name:this.name}))),this.storage=C(k(this,"addStorage",{name:this.name,options:this.options}))||{}}static create(t={}){return new P(t)}configure(t={}){const n=this.extend({...this.config,addOptions:()=>ht(this.options,t)});return n.name=this.name,n.parent=this.parent,n}extend(t={}){const n=new P({...this.config,...t});return n.parent=this,this.child=n,n.name=t.name?t.name:n.parent.name,t.defaultOptions&&Object.keys(t.defaultOptions).length>0&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${n.name}".`),n.options=C(k(n,"addOptions",{name:n.name})),n.storage=C(k(n,"addStorage",{name:n.name,options:n.options})),n}}function he(e,t,n){const{from:r,to:o}=t,{blockSeparator:s=`
`,textSerializers:i={}}=n||{};let a="";return e.nodesBetween(r,o,(c,l,u,d)=>{var p;c.isBlock&&l>r&&(a+=s);const h=i==null?void 0:i[c.type.name];if(h)return u&&(a+=h({node:c,pos:l,parent:u,index:d,range:t})),!1;c.isText&&(a+=(p=c==null?void 0:c.text)===null||p===void 0?void 0:p.slice(Math.max(r,l)-l,o-l))}),a}function Bt(e){return Object.fromEntries(Object.entries(e.nodes).filter(([,t])=>t.spec.toText).map(([t,n])=>[t,n.spec.toText]))}const Je=P.create({name:"clipboardTextSerializer",addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new f.Plugin({key:new f.PluginKey("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:e}=this,{state:t,schema:n}=e,{doc:r,selection:o}=t,{ranges:s}=o,i=Math.min(...s.map(u=>u.$from.pos)),a=Math.max(...s.map(u=>u.$to.pos)),c=Bt(n);return he(r,{from:i,to:a},{...this.options.blockSeparator!==void 0?{blockSeparator:this.options.blockSeparator}:{},textSerializers:c})}}})]}}),Ye=()=>({editor:e,view:t})=>(requestAnimationFrame(()=>{var n;e.isDestroyed||(t.dom.blur(),(n=window==null?void 0:window.getSelection())===null||n===void 0||n.removeAllRanges())}),!0),Xe=(e=!1)=>({commands:t})=>t.setContent("",e),Qe=()=>({state:e,tr:t,dispatch:n})=>{const{selection:r}=t,{ranges:o}=r;return n&&o.forEach(({$from:s,$to:i})=>{e.doc.nodesBetween(s.pos,i.pos,(a,c)=>{if(a.type.isText)return;const{doc:l,mapping:u}=t,d=l.resolve(u.map(c)),p=l.resolve(u.map(c+a.nodeSize)),h=d.blockRange(p);if(!h)return;const g=f.liftTarget(h);if(a.type.isTextblock){const{defaultType:m}=d.parent.contentMatchAt(d.index());t.setNodeMarkup(h.start,m)}(g||g===0)&&t.lift(h,g)})}),!0},Ze=e=>t=>e(t),tn=()=>({state:e,dispatch:t})=>f.createParagraphNear(e,t),en=(e,t)=>({editor:n,tr:r})=>{const{state:o}=n,s=o.doc.slice(e.from,e.to);r.deleteRange(e.from,e.to);const i=r.mapping.map(t);return r.insert(i,s.content),r.setSelection(new f.TextSelection(r.doc.resolve(i-1))),!0},nn=()=>({tr:e,dispatch:t})=>{const{selection:n}=e,r=n.$anchor.node();if(r.content.size>0)return!1;const o=e.selection.$anchor;for(let s=o.depth;s>0;s-=1)if(o.node(s).type===r.type){if(t){const a=o.before(s),c=o.after(s);e.delete(a,c).scrollIntoView()}return!0}return!1},rn=e=>({tr:t,state:n,dispatch:r})=>{const o=R(e,n.schema),s=t.selection.$anchor;for(let i=s.depth;i>0;i-=1)if(s.node(i).type===o){if(r){const c=s.before(i),l=s.after(i);t.delete(c,l).scrollIntoView()}return!0}return!1},on=e=>({tr:t,dispatch:n})=>{const{from:r,to:o}=e;return n&&t.delete(r,o),!0},sn=()=>({state:e,dispatch:t})=>f.deleteSelection(e,t),an=()=>({commands:e})=>e.keyboardShortcut("Enter"),ln=()=>({state:e,dispatch:t})=>f.exitCode(e,t);function at(e,t,n={strict:!0}){const r=Object.keys(t);return r.length?r.every(o=>n.strict?t[o]===e[o]:$t(t[o])?t[o].test(e[o]):t[o]===e[o]):!0}function fe(e,t,n={}){return e.find(r=>r.type===t&&at(Object.fromEntries(Object.keys(n).map(o=>[o,r.attrs[o]])),n))}function Gt(e,t,n={}){return!!fe(e,t,n)}function ft(e,t,n){var r;if(!e||!t)return;let o=e.parent.childAfter(e.parentOffset);if((!o.node||!o.node.marks.some(u=>u.type===t))&&(o=e.parent.childBefore(e.parentOffset)),!o.node||!o.node.marks.some(u=>u.type===t)||(n=n||((r=o.node.marks[0])===null||r===void 0?void 0:r.attrs),!fe([...o.node.marks],t,n)))return;let i=o.index,a=e.start()+o.offset,c=i+1,l=a+o.node.nodeSize;for(;i>0&&Gt([...e.parent.child(i-1).marks],t,n);)i-=1,a-=e.parent.child(i).nodeSize;for(;c<e.parent.childCount&&Gt([...e.parent.child(c).marks],t,n);)l+=e.parent.child(c).nodeSize,c+=1;return{from:a,to:l}}function z(e,t){if(typeof e=="string"){if(!t.marks[e])throw Error(`There is no mark type named '${e}'. Maybe you forgot to add the extension?`);return t.marks[e]}return e}const cn=(e,t={})=>({tr:n,state:r,dispatch:o})=>{const s=z(e,r.schema),{doc:i,selection:a}=n,{$from:c,from:l,to:u}=a;if(o){const d=ft(c,s,t);if(d&&d.from<=l&&d.to>=u){const p=f.TextSelection.create(i,d.from,d.to);n.setSelection(p)}}return!0},dn=e=>t=>{const n=typeof e=="function"?e(t):e;for(let r=0;r<n.length;r+=1)if(n[r](t))return!0;return!1};function jt(e){return e instanceof f.TextSelection}function B(e=0,t=0,n=0){return Math.min(Math.max(e,t),n)}function me(e,t=null){if(!t)return null;const n=f.Selection.atStart(e),r=f.Selection.atEnd(e);if(t==="start"||t===!0)return n;if(t==="end")return r;const o=n.from,s=r.to;return t==="all"?f.TextSelection.create(e,B(0,o,s),B(e.content.size,o,s)):f.TextSelection.create(e,B(t,o,s),B(t,o,s))}function ge(){return navigator.platform==="Android"||/android/i.test(navigator.userAgent)}function mt(){return["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"ontouchend"in document}const un=(e=null,t={})=>({editor:n,view:r,tr:o,dispatch:s})=>{t={scrollIntoView:!0,...t};const i=()=>{(mt()||ge())&&r.dom.focus(),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),t!=null&&t.scrollIntoView&&n.commands.scrollIntoView())})};if(r.hasFocus()&&e===null||e===!1)return!0;if(s&&e===null&&!jt(n.state.selection))return i(),!0;const a=me(o.doc,e)||n.state.selection,c=n.state.selection.eq(a);return s&&(c||o.setSelection(a),c&&o.storedMarks&&o.setStoredMarks(o.storedMarks),i()),!0},pn=(e,t)=>n=>e.every((r,o)=>t(r,{...n,index:o})),hn=(e,t)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},e,t),ye=e=>{const t=e.childNodes;for(let n=t.length-1;n>=0;n-=1){const r=t[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?e.removeChild(r):r.nodeType===1&&ye(r)}return e};function rt(e){const t=`<body>${e}</body>`,n=new window.DOMParser().parseFromString(t,"text/html").body;return ye(n)}function lt(e,t,n){if(e instanceof f.Node||e instanceof f.Fragment)return e;n={slice:!0,parseOptions:{},...n};const r=typeof e=="object"&&e!==null,o=typeof e=="string";if(r)try{if(Array.isArray(e)&&e.length>0)return f.Fragment.fromArray(e.map(a=>t.nodeFromJSON(a)));const i=t.nodeFromJSON(e);return n.errorOnInvalidContent&&i.check(),i}catch(s){if(n.errorOnInvalidContent)throw new Error("[tiptap error]: Invalid JSON content",{cause:s});return console.warn("[tiptap warn]: Invalid content.","Passed value:",e,"Error:",s),lt("",t,n)}if(o){if(n.errorOnInvalidContent){let i=!1,a="";const c=new f.Schema({topNode:t.spec.topNode,marks:t.spec.marks,nodes:t.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:"inline*",group:"block",parseDOM:[{tag:"*",getAttrs:l=>(i=!0,a=typeof l=="string"?l:l.outerHTML,null)}]}})});if(n.slice?f.DOMParser.fromSchema(c).parseSlice(rt(e),n.parseOptions):f.DOMParser.fromSchema(c).parse(rt(e),n.parseOptions),n.errorOnInvalidContent&&i)throw new Error("[tiptap error]: Invalid HTML content",{cause:new Error(`Invalid element found: ${a}`)})}const s=f.DOMParser.fromSchema(t);return n.slice?s.parseSlice(rt(e),n.parseOptions).content:s.parse(rt(e),n.parseOptions)}return lt("",t,n)}function fn(e,t,n){const r=e.steps.length-1;if(r<t)return;const o=e.steps[r];if(!(o instanceof f.ReplaceStep||o instanceof f.ReplaceAroundStep))return;const s=e.mapping.maps[r];let i=0;s.forEach((a,c,l,u)=>{i===0&&(i=u)}),e.setSelection(f.Selection.near(e.doc.resolve(i),n))}const mn=e=>!("type"in e),gn=(e,t,n)=>({tr:r,dispatch:o,editor:s})=>{var i;if(o){n={parseOptions:s.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let a;try{a=lt(t,s.schema,{parseOptions:{preserveWhitespace:"full",...n.parseOptions},errorOnInvalidContent:(i=n.errorOnInvalidContent)!==null&&i!==void 0?i:s.options.enableContentCheck})}catch(g){return s.emit("contentError",{editor:s,error:g,disableCollaboration:()=>{s.storage.collaboration&&(s.storage.collaboration.isDisabled=!0)}}),!1}let{from:c,to:l}=typeof e=="number"?{from:e,to:e}:{from:e.from,to:e.to},u=!0,d=!0;if((mn(a)?a:[a]).forEach(g=>{g.check(),u=u?g.isText&&g.marks.length===0:!1,d=d?g.isBlock:!1}),c===l&&d){const{parent:g}=r.doc.resolve(c);g.isTextblock&&!g.type.spec.code&&!g.childCount&&(c-=1,l+=1)}let h;if(u){if(Array.isArray(t))h=t.map(g=>g.text||"").join("");else if(t instanceof f.Fragment){let g="";t.forEach(m=>{m.text&&(g+=m.text)}),h=g}else typeof t=="object"&&t&&t.text?h=t.text:h=t;r.insertText(h,c,l)}else h=a,r.replaceWith(c,l,h);n.updateSelection&&fn(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta("applyInputRules",{from:c,text:h}),n.applyPasteRules&&r.setMeta("applyPasteRules",{from:c,text:h})}return!0},yn=()=>({state:e,dispatch:t})=>f.joinUp(e,t),vn=()=>({state:e,dispatch:t})=>f.joinDown(e,t),bn=()=>({state:e,dispatch:t})=>f.joinBackward(e,t),Sn=()=>({state:e,dispatch:t})=>f.joinForward(e,t),Mn=()=>({state:e,dispatch:t,tr:n})=>{try{const r=f.joinPoint(e.doc,e.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},kn=()=>({state:e,dispatch:t,tr:n})=>{try{const r=f.joinPoint(e.doc,e.selection.$from.pos,1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},wn=()=>({state:e,dispatch:t})=>f.joinTextblockBackward(e,t),Tn=()=>({state:e,dispatch:t})=>f.joinTextblockForward(e,t);function ve(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function En(e){const t=e.split(/-(?!$)/);let n=t[t.length-1];n==="Space"&&(n=" ");let r,o,s,i;for(let a=0;a<t.length-1;a+=1){const c=t[a];if(/^(cmd|meta|m)$/i.test(c))i=!0;else if(/^a(lt)?$/i.test(c))r=!0;else if(/^(c|ctrl|control)$/i.test(c))o=!0;else if(/^s(hift)?$/i.test(c))s=!0;else if(/^mod$/i.test(c))mt()||ve()?i=!0:o=!0;else throw new Error(`Unrecognized modifier name: ${c}`)}return r&&(n=`Alt-${n}`),o&&(n=`Ctrl-${n}`),i&&(n=`Meta-${n}`),s&&(n=`Shift-${n}`),n}const Cn=e=>({editor:t,view:n,tr:r,dispatch:o})=>{const s=En(e).split(/-(?!$)/),i=s.find(l=>!["Alt","Ctrl","Meta","Shift"].includes(l)),a=new KeyboardEvent("keydown",{key:i==="Space"?" ":i,altKey:s.includes("Alt"),ctrlKey:s.includes("Ctrl"),metaKey:s.includes("Meta"),shiftKey:s.includes("Shift"),bubbles:!0,cancelable:!0}),c=t.captureTransaction(()=>{n.someProp("handleKeyDown",l=>l(n,a))});return c==null||c.steps.forEach(l=>{const u=l.map(r.mapping);u&&o&&r.maybeStep(u)}),!0};function Z(e,t,n={}){const{from:r,to:o,empty:s}=e.selection,i=t?R(t,e.schema):null,a=[];e.doc.nodesBetween(r,o,(d,p)=>{if(d.isText)return;const h=Math.max(r,p),g=Math.min(o,p+d.nodeSize);a.push({node:d,from:h,to:g})});const c=o-r,l=a.filter(d=>i?i.name===d.node.type.name:!0).filter(d=>at(d.node.attrs,n,{strict:!1}));return s?!!l.length:l.reduce((d,p)=>d+p.to-p.from,0)>=c}const xn=(e,t={})=>({state:n,dispatch:r})=>{const o=R(e,n.schema);return Z(n,o,t)?f.lift(n,r):!1},An=()=>({state:e,dispatch:t})=>f.liftEmptyBlock(e,t),On=e=>({state:t,dispatch:n})=>{const r=R(e,t.schema);return f.liftListItem(r)(t,n)},Ln=()=>({state:e,dispatch:t})=>f.newlineInCode(e,t);function gt(e,t){return t.nodes[e]?"node":t.marks[e]?"mark":null}function Jt(e,t){const n=typeof t=="string"?[t]:t;return Object.keys(e).reduce((r,o)=>(n.includes(o)||(r[o]=e[o]),r),{})}const Pn=(e,t)=>({tr:n,state:r,dispatch:o})=>{let s=null,i=null;const a=gt(typeof e=="string"?e:e.name,r.schema);return a?(a==="node"&&(s=R(e,r.schema)),a==="mark"&&(i=z(e,r.schema)),o&&n.selection.ranges.forEach(c=>{r.doc.nodesBetween(c.$from.pos,c.$to.pos,(l,u)=>{s&&s===l.type&&n.setNodeMarkup(u,void 0,Jt(l.attrs,t)),i&&l.marks.length&&l.marks.forEach(d=>{i===d.type&&n.addMark(u,u+l.nodeSize,i.create(Jt(d.attrs,t)))})})}),!0):!1},Hn=()=>({tr:e,dispatch:t})=>(t&&e.scrollIntoView(),!0),_n=()=>({tr:e,dispatch:t})=>{if(t){const n=new f.AllSelection(e.doc);e.setSelection(n)}return!0},Rn=()=>({state:e,dispatch:t})=>f.selectNodeBackward(e,t),Dn=()=>({state:e,dispatch:t})=>f.selectNodeForward(e,t),Nn=()=>({state:e,dispatch:t})=>f.selectParentNode(e,t),In=()=>({state:e,dispatch:t})=>f.selectTextblockEnd(e,t),$n=()=>({state:e,dispatch:t})=>f.selectTextblockStart(e,t);function Ot(e,t,n={},r={}){return lt(e,t,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}const Bn=(e,t=!1,n={},r={})=>({editor:o,tr:s,dispatch:i,commands:a})=>{var c,l;const{doc:u}=s;if(n.preserveWhitespace!=="full"){const d=Ot(e,o.schema,n,{errorOnInvalidContent:(c=r.errorOnInvalidContent)!==null&&c!==void 0?c:o.options.enableContentCheck});return i&&s.replaceWith(0,u.content.size,d).setMeta("preventUpdate",!t),!0}return i&&s.setMeta("preventUpdate",!t),a.insertContentAt({from:0,to:u.content.size},e,{parseOptions:n,errorOnInvalidContent:(l=r.errorOnInvalidContent)!==null&&l!==void 0?l:o.options.enableContentCheck})};function be(e,t){const n=z(t,e.schema),{from:r,to:o,empty:s}=e.selection,i=[];s?(e.storedMarks&&i.push(...e.storedMarks),i.push(...e.selection.$head.marks())):e.doc.nodesBetween(r,o,c=>{i.push(...c.marks)});const a=i.find(c=>c.type.name===n.name);return a?{...a.attrs}:{}}function jn(e,t){const n=new f.Transform(e);return t.forEach(r=>{r.steps.forEach(o=>{n.step(o)})}),n}function Fn(e){for(let t=0;t<e.edgeCount;t+=1){const{type:n}=e.edge(t);if(n.isTextblock&&!n.hasRequiredAttrs())return n}return null}function zn(e,t){const n=[];return e.descendants((r,o)=>{t(r)&&n.push({node:r,pos:o})}),n}function Vn(e,t,n){const r=[];return e.nodesBetween(t.from,t.to,(o,s)=>{n(o)&&r.push({node:o,pos:s})}),r}function Se(e,t){for(let n=e.depth;n>0;n-=1){const r=e.node(n);if(t(r))return{pos:n>0?e.before(n):0,start:e.start(n),depth:n,node:r}}}function yt(e){return t=>Se(t.$from,e)}function Me(e,t){const n={from:0,to:e.content.size};return he(e,n,t)}function Kn(e,t){const n=R(t,e.schema),{from:r,to:o}=e.selection,s=[];e.doc.nodesBetween(r,o,a=>{s.push(a)});const i=s.reverse().find(a=>a.type.name===n.name);return i?{...i.attrs}:{}}function ke(e,t){const n=gt(typeof t=="string"?t:t.name,e.schema);return n==="node"?Kn(e,t):n==="mark"?be(e,t):{}}function Wn(e,t=JSON.stringify){const n={};return e.filter(r=>{const o=t(r);return Object.prototype.hasOwnProperty.call(n,o)?!1:n[o]=!0})}function Un(e){const t=Wn(e);return t.length===1?t:t.filter((n,r)=>!t.filter((s,i)=>i!==r).some(s=>n.oldRange.from>=s.oldRange.from&&n.oldRange.to<=s.oldRange.to&&n.newRange.from>=s.newRange.from&&n.newRange.to<=s.newRange.to))}function qn(e){const{mapping:t,steps:n}=e,r=[];return t.maps.forEach((o,s)=>{const i=[];if(o.ranges.length)o.forEach((a,c)=>{i.push({from:a,to:c})});else{const{from:a,to:c}=n[s];if(a===void 0||c===void 0)return;i.push({from:a,to:c})}i.forEach(({from:a,to:c})=>{const l=t.slice(s).map(a,-1),u=t.slice(s).map(c),d=t.invert().map(l,-1),p=t.invert().map(u);r.push({oldRange:{from:d,to:p},newRange:{from:l,to:u}})})}),Un(r)}function Ft(e,t,n){const r=[];return e===t?n.resolve(e).marks().forEach(o=>{const s=n.resolve(e),i=ft(s,o.type);i&&r.push({mark:o,...i})}):n.nodesBetween(e,t,(o,s)=>{!o||(o==null?void 0:o.nodeSize)===void 0||r.push(...o.marks.map(i=>({from:s,to:s+o.nodeSize,mark:i})))}),r}function st(e,t,n){return Object.fromEntries(Object.entries(n).filter(([r])=>{const o=e.find(s=>s.type===t&&s.name===r);return o?o.attribute.keepOnSplit:!1}))}function Lt(e,t,n={}){const{empty:r,ranges:o}=e.selection,s=t?z(t,e.schema):null;if(r)return!!(e.storedMarks||e.selection.$from.marks()).filter(d=>s?s.name===d.type.name:!0).find(d=>at(d.attrs,n,{strict:!1}));let i=0;const a=[];if(o.forEach(({$from:d,$to:p})=>{const h=d.pos,g=p.pos;e.doc.nodesBetween(h,g,(m,y)=>{if(!m.isText&&!m.marks.length)return;const v=Math.max(h,y),M=Math.min(g,y+m.nodeSize),b=M-v;i+=b,a.push(...m.marks.map(S=>({mark:S,from:v,to:M})))})}),i===0)return!1;const c=a.filter(d=>s?s.name===d.mark.type.name:!0).filter(d=>at(d.mark.attrs,n,{strict:!1})).reduce((d,p)=>d+p.to-p.from,0),l=a.filter(d=>s?d.mark.type!==s&&d.mark.type.excludes(s):!0).reduce((d,p)=>d+p.to-p.from,0);return(c>0?c+l:c)>=i}function we(e,t,n={}){if(!t)return Z(e,null,n)||Lt(e,null,n);const r=gt(t,e.schema);return r==="node"?Z(e,t,n):r==="mark"?Lt(e,t,n):!1}function Pt(e,t){const{nodeExtensions:n}=ut(t),r=n.find(i=>i.name===e);if(!r)return!1;const o={name:r.name,options:r.options,storage:r.storage},s=C(k(r,"group",o));return typeof s!="string"?!1:s.split(" ").includes("list")}function vt(e,{checkChildren:t=!0,ignoreWhitespace:n=!1}={}){var r;if(n){if(e.type.name==="hardBreak")return!0;if(e.isText)return/^\s*$/m.test((r=e.text)!==null&&r!==void 0?r:"")}if(e.isText)return!e.text;if(e.isAtom||e.isLeaf)return!1;if(e.content.childCount===0)return!0;if(t){let o=!0;return e.content.forEach(s=>{o!==!1&&(vt(s,{ignoreWhitespace:n,checkChildren:t})||(o=!1))}),o}return!1}function Te(e){return e instanceof f.NodeSelection}function Ee(e,t,n){const o=e.state.doc.content.size,s=B(t,0,o),i=B(n,0,o),a=e.coordsAtPos(s),c=e.coordsAtPos(i,-1),l=Math.min(a.top,c.top),u=Math.max(a.bottom,c.bottom),d=Math.min(a.left,c.left),p=Math.max(a.right,c.right),h=p-d,g=u-l,v={top:l,bottom:u,left:d,right:p,width:h,height:g,x:d,y:l};return{...v,toJSON:()=>v}}function Gn(e,t,n){var r;const{selection:o}=t;let s=null;if(jt(o)&&(s=o.$cursor),s){const a=(r=e.storedMarks)!==null&&r!==void 0?r:s.marks();return!!n.isInSet(a)||!a.some(c=>c.type.excludes(n))}const{ranges:i}=o;return i.some(({$from:a,$to:c})=>{let l=a.depth===0?e.doc.inlineContent&&e.doc.type.allowsMarkType(n):!1;return e.doc.nodesBetween(a.pos,c.pos,(u,d,p)=>{if(l)return!1;if(u.isInline){const h=!p||p.type.allowsMarkType(n),g=!!n.isInSet(u.marks)||!u.marks.some(m=>m.type.excludes(n));l=h&&g}return!l}),l})}const Jn=(e,t={})=>({tr:n,state:r,dispatch:o})=>{const{selection:s}=n,{empty:i,ranges:a}=s,c=z(e,r.schema);if(o)if(i){const l=be(r,c);n.addStoredMark(c.create({...l,...t}))}else a.forEach(l=>{const u=l.$from.pos,d=l.$to.pos;r.doc.nodesBetween(u,d,(p,h)=>{const g=Math.max(h,u),m=Math.min(h+p.nodeSize,d);p.marks.find(v=>v.type===c)?p.marks.forEach(v=>{c===v.type&&n.addMark(g,m,c.create({...v.attrs,...t}))}):n.addMark(g,m,c.create(t))})});return Gn(r,n,c)},Yn=(e,t)=>({tr:n})=>(n.setMeta(e,t),!0),Xn=(e,t={})=>({state:n,dispatch:r,chain:o})=>{const s=R(e,n.schema);let i;return n.selection.$anchor.sameParent(n.selection.$head)&&(i=n.selection.$anchor.parent.attrs),s.isTextblock?o().command(({commands:a})=>f.setBlockType(s,{...i,...t})(n)?!0:a.clearNodes()).command(({state:a})=>f.setBlockType(s,{...i,...t})(a,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},Qn=e=>({tr:t,dispatch:n})=>{if(n){const{doc:r}=t,o=B(e,0,r.content.size),s=f.NodeSelection.create(r,o);t.setSelection(s)}return!0},Zn=e=>({tr:t,dispatch:n})=>{if(n){const{doc:r}=t,{from:o,to:s}=typeof e=="number"?{from:e,to:e}:e,i=f.TextSelection.atStart(r).from,a=f.TextSelection.atEnd(r).to,c=B(o,i,a),l=B(s,i,a),u=f.TextSelection.create(r,c,l);t.setSelection(u)}return!0},tr=e=>({state:t,dispatch:n})=>{const r=R(e,t.schema);return f.sinkListItem(r)(t,n)};function Yt(e,t){const n=e.storedMarks||e.selection.$to.parentOffset&&e.selection.$from.marks();if(n){const r=n.filter(o=>t==null?void 0:t.includes(o.type.name));e.tr.ensureMarks(r)}}const er=({keepMarks:e=!0}={})=>({tr:t,state:n,dispatch:r,editor:o})=>{const{selection:s,doc:i}=t,{$from:a,$to:c}=s,l=o.extensionManager.attributes,u=st(l,a.node().type.name,a.node().attrs);if(s instanceof f.NodeSelection&&s.node.isBlock)return!a.parentOffset||!f.canSplit(i,a.pos)?!1:(r&&(e&&Yt(n,o.extensionManager.splittableMarks),t.split(a.pos).scrollIntoView()),!0);if(!a.parent.isBlock)return!1;const d=c.parentOffset===c.parent.content.size,p=a.depth===0?void 0:Fn(a.node(-1).contentMatchAt(a.indexAfter(-1)));let h=d&&p?[{type:p,attrs:u}]:void 0,g=f.canSplit(t.doc,t.mapping.map(a.pos),1,h);if(!h&&!g&&f.canSplit(t.doc,t.mapping.map(a.pos),1,p?[{type:p}]:void 0)&&(g=!0,h=p?[{type:p,attrs:u}]:void 0),r){if(g&&(s instanceof f.TextSelection&&t.deleteSelection(),t.split(t.mapping.map(a.pos),1,h),p&&!d&&!a.parentOffset&&a.parent.type!==p)){const m=t.mapping.map(a.before()),y=t.doc.resolve(m);a.node(-1).canReplaceWith(y.index(),y.index()+1,p)&&t.setNodeMarkup(t.mapping.map(a.before()),p)}e&&Yt(n,o.extensionManager.splittableMarks),t.scrollIntoView()}return g},nr=(e,t={})=>({tr:n,state:r,dispatch:o,editor:s})=>{var i;const a=R(e,r.schema),{$from:c,$to:l}=r.selection,u=r.selection.node;if(u&&u.isBlock||c.depth<2||!c.sameParent(l))return!1;const d=c.node(-1);if(d.type!==a)return!1;const p=s.extensionManager.attributes;if(c.parent.content.size===0&&c.node(-1).childCount===c.indexAfter(-1)){if(c.depth===2||c.node(-3).type!==a||c.index(-2)!==c.node(-2).childCount-1)return!1;if(o){let v=f.Fragment.empty;const M=c.index(-1)?1:c.index(-2)?2:3;for(let O=c.depth-M;O>=c.depth-3;O-=1)v=f.Fragment.from(c.node(O).copy(v));const b=c.indexAfter(-1)<c.node(-2).childCount?1:c.indexAfter(-2)<c.node(-3).childCount?2:3,S={...st(p,c.node().type.name,c.node().attrs),...t},T=((i=a.contentMatch.defaultType)===null||i===void 0?void 0:i.createAndFill(S))||void 0;v=v.append(f.Fragment.from(a.createAndFill(null,T)||void 0));const w=c.before(c.depth-(M-1));n.replace(w,c.after(-b),new f.Slice(v,4-M,0));let x=-1;n.doc.nodesBetween(w,n.doc.content.size,(O,_)=>{if(x>-1)return!1;O.isTextblock&&O.content.size===0&&(x=_+1)}),x>-1&&n.setSelection(f.TextSelection.near(n.doc.resolve(x))),n.scrollIntoView()}return!0}const h=l.pos===c.end()?d.contentMatchAt(0).defaultType:null,g={...st(p,d.type.name,d.attrs),...t},m={...st(p,c.node().type.name,c.node().attrs),...t};n.delete(c.pos,l.pos);const y=h?[{type:a,attrs:g},{type:h,attrs:m}]:[{type:a,attrs:g}];if(!f.canSplit(n.doc,c.pos,2))return!1;if(o){const{selection:v,storedMarks:M}=r,{splittableMarks:b}=s.extensionManager,S=M||v.$to.parentOffset&&v.$from.marks();if(n.split(c.pos,2,y).scrollIntoView(),!S||!o)return!0;const T=S.filter(w=>b.includes(w.type.name));n.ensureMarks(T)}return!0},wt=(e,t)=>{const n=yt(i=>i.type===t)(e.selection);if(!n)return!0;const r=e.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;const o=e.doc.nodeAt(r);return n.node.type===(o==null?void 0:o.type)&&f.canJoin(e.doc,n.pos)&&e.join(n.pos),!0},Tt=(e,t)=>{const n=yt(i=>i.type===t)(e.selection);if(!n)return!0;const r=e.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;const o=e.doc.nodeAt(r);return n.node.type===(o==null?void 0:o.type)&&f.canJoin(e.doc,r)&&e.join(r),!0},rr=(e,t,n,r={})=>({editor:o,tr:s,state:i,dispatch:a,chain:c,commands:l,can:u})=>{const{extensions:d,splittableMarks:p}=o.extensionManager,h=R(e,i.schema),g=R(t,i.schema),{selection:m,storedMarks:y}=i,{$from:v,$to:M}=m,b=v.blockRange(M),S=y||m.$to.parentOffset&&m.$from.marks();if(!b)return!1;const T=yt(w=>Pt(w.type.name,d))(m);if(b.depth>=1&&T&&b.depth-T.depth<=1){if(T.node.type===h)return l.liftListItem(g);if(Pt(T.node.type.name,d)&&h.validContent(T.node.content)&&a)return c().command(()=>(s.setNodeMarkup(T.pos,h),!0)).command(()=>wt(s,h)).command(()=>Tt(s,h)).run()}return!n||!S||!a?c().command(()=>u().wrapInList(h,r)?!0:l.clearNodes()).wrapInList(h,r).command(()=>wt(s,h)).command(()=>Tt(s,h)).run():c().command(()=>{const w=u().wrapInList(h,r),x=S.filter(O=>p.includes(O.type.name));return s.ensureMarks(x),w?!0:l.clearNodes()}).wrapInList(h,r).command(()=>wt(s,h)).command(()=>Tt(s,h)).run()},or=(e,t={},n={})=>({state:r,commands:o})=>{const{extendEmptyMarkRange:s=!1}=n,i=z(e,r.schema);return Lt(r,i,t)?o.unsetMark(i,{extendEmptyMarkRange:s}):o.setMark(i,t)},sr=(e,t,n={})=>({state:r,commands:o})=>{const s=R(e,r.schema),i=R(t,r.schema),a=Z(r,s,n);let c;return r.selection.$anchor.sameParent(r.selection.$head)&&(c=r.selection.$anchor.parent.attrs),a?o.setNode(i,c):o.setNode(s,{...c,...n})},ir=(e,t={})=>({state:n,commands:r})=>{const o=R(e,n.schema);return Z(n,o,t)?r.lift(o):r.wrapIn(o,t)},ar=()=>({state:e,dispatch:t})=>{const n=e.plugins;for(let r=0;r<n.length;r+=1){const o=n[r];let s;if(o.spec.isInputRules&&(s=o.getState(e))){if(t){const i=e.tr,a=s.transform;for(let c=a.steps.length-1;c>=0;c-=1)i.step(a.steps[c].invert(a.docs[c]));if(s.text){const c=i.doc.resolve(s.from).marks();i.replaceWith(s.from,s.to,e.schema.text(s.text,c))}else i.delete(s.from,s.to)}return!0}}return!1},lr=()=>({tr:e,dispatch:t})=>{const{selection:n}=e,{empty:r,ranges:o}=n;return r||t&&o.forEach(s=>{e.removeMark(s.$from.pos,s.$to.pos)}),!0},cr=(e,t={})=>({tr:n,state:r,dispatch:o})=>{var s;const{extendEmptyMarkRange:i=!1}=t,{selection:a}=n,c=z(e,r.schema),{$from:l,empty:u,ranges:d}=a;if(!o)return!0;if(u&&i){let{from:p,to:h}=a;const g=(s=l.marks().find(y=>y.type===c))===null||s===void 0?void 0:s.attrs,m=ft(l,c,g);m&&(p=m.from,h=m.to),n.removeMark(p,h,c)}else d.forEach(p=>{n.removeMark(p.$from.pos,p.$to.pos,c)});return n.removeStoredMark(c),!0},dr=(e,t={})=>({tr:n,state:r,dispatch:o})=>{let s=null,i=null;const a=gt(typeof e=="string"?e:e.name,r.schema);return a?(a==="node"&&(s=R(e,r.schema)),a==="mark"&&(i=z(e,r.schema)),o&&n.selection.ranges.forEach(c=>{const l=c.$from.pos,u=c.$to.pos;let d,p,h,g;n.selection.empty?r.doc.nodesBetween(l,u,(m,y)=>{s&&s===m.type&&(h=Math.max(y,l),g=Math.min(y+m.nodeSize,u),d=y,p=m)}):r.doc.nodesBetween(l,u,(m,y)=>{y<l&&s&&s===m.type&&(h=Math.max(y,l),g=Math.min(y+m.nodeSize,u),d=y,p=m),y>=l&&y<=u&&(s&&s===m.type&&n.setNodeMarkup(y,void 0,{...m.attrs,...t}),i&&m.marks.length&&m.marks.forEach(v=>{if(i===v.type){const M=Math.max(y,l),b=Math.min(y+m.nodeSize,u);n.addMark(M,b,i.create({...v.attrs,...t}))}}))}),p&&(d!==void 0&&n.setNodeMarkup(d,void 0,{...p.attrs,...t}),i&&p.marks.length&&p.marks.forEach(m=>{i===m.type&&n.addMark(h,g,i.create({...m.attrs,...t}))}))}),!0):!1},ur=(e,t={})=>({state:n,dispatch:r})=>{const o=R(e,n.schema);return f.wrapIn(o,t)(n,r)},pr=(e,t={})=>({state:n,dispatch:r})=>{const o=R(e,n.schema);return f.wrapInList(o,t)(n,r)};var hr=Object.freeze({__proto__:null,blur:Ye,clearContent:Xe,clearNodes:Qe,command:Ze,createParagraphNear:tn,cut:en,deleteCurrentNode:nn,deleteNode:rn,deleteRange:on,deleteSelection:sn,enter:an,exitCode:ln,extendMarkRange:cn,first:dn,focus:un,forEach:pn,insertContent:hn,insertContentAt:gn,joinBackward:bn,joinDown:vn,joinForward:Sn,joinItemBackward:Mn,joinItemForward:kn,joinTextblockBackward:wn,joinTextblockForward:Tn,joinUp:yn,keyboardShortcut:Cn,lift:xn,liftEmptyBlock:An,liftListItem:On,newlineInCode:Ln,resetAttributes:Pn,scrollIntoView:Hn,selectAll:_n,selectNodeBackward:Rn,selectNodeForward:Dn,selectParentNode:Nn,selectTextblockEnd:In,selectTextblockStart:$n,setContent:Bn,setMark:Jn,setMeta:Yn,setNode:Xn,setNodeSelection:Qn,setTextSelection:Zn,sinkListItem:tr,splitBlock:er,splitListItem:nr,toggleList:rr,toggleMark:or,toggleNode:sr,toggleWrap:ir,undoInputRule:ar,unsetAllMarks:lr,unsetMark:cr,updateAttributes:dr,wrapIn:ur,wrapInList:pr});const fr=P.create({name:"commands",addCommands(){return{...hr}}}),mr=P.create({name:"drop",addProseMirrorPlugins(){return[new f.Plugin({key:new f.PluginKey("tiptapDrop"),props:{handleDrop:(e,t,n,r)=>{this.editor.emit("drop",{editor:this.editor,event:t,slice:n,moved:r})}}})]}}),gr=P.create({name:"editable",addProseMirrorPlugins(){return[new f.Plugin({key:new f.PluginKey("editable"),props:{editable:()=>this.editor.options.editable}})]}}),yr=P.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:e}=this;return[new f.Plugin({key:new f.PluginKey("focusEvents"),props:{handleDOMEvents:{focus:(t,n)=>{e.isFocused=!0;const r=e.state.tr.setMeta("focus",{event:n}).setMeta("addToHistory",!1);return t.dispatch(r),!1},blur:(t,n)=>{e.isFocused=!1;const r=e.state.tr.setMeta("blur",{event:n}).setMeta("addToHistory",!1);return t.dispatch(r),!1}}}})]}}),vr=P.create({name:"keymap",addKeyboardShortcuts(){const e=()=>this.editor.commands.first(({commands:i})=>[()=>i.undoInputRule(),()=>i.command(({tr:a})=>{const{selection:c,doc:l}=a,{empty:u,$anchor:d}=c,{pos:p,parent:h}=d,g=d.parent.isTextblock&&p>0?a.doc.resolve(p-1):d,m=g.parent.type.spec.isolating,y=d.pos-d.parentOffset,v=m&&g.parent.childCount===1?y===d.pos:f.Selection.atStart(l).from===p;return!u||!h.type.isTextblock||h.textContent.length||!v||v&&d.parent.type.name==="paragraph"?!1:i.clearNodes()}),()=>i.deleteSelection(),()=>i.joinBackward(),()=>i.selectNodeBackward()]),t=()=>this.editor.commands.first(({commands:i})=>[()=>i.deleteSelection(),()=>i.deleteCurrentNode(),()=>i.joinForward(),()=>i.selectNodeForward()]),r={Enter:()=>this.editor.commands.first(({commands:i})=>[()=>i.newlineInCode(),()=>i.createParagraphNear(),()=>i.liftEmptyBlock(),()=>i.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:e,"Mod-Backspace":e,"Shift-Backspace":e,Delete:t,"Mod-Delete":t,"Mod-a":()=>this.editor.commands.selectAll()},o={...r},s={...r,"Ctrl-h":e,"Alt-Backspace":e,"Ctrl-d":t,"Ctrl-Alt-Backspace":t,"Alt-Delete":t,"Alt-d":t,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return mt()||ve()?s:o},addProseMirrorPlugins(){return[new f.Plugin({key:new f.PluginKey("clearDocument"),appendTransaction:(e,t,n)=>{if(e.some(m=>m.getMeta("composition")))return;const r=e.some(m=>m.docChanged)&&!t.doc.eq(n.doc),o=e.some(m=>m.getMeta("preventClearDocument"));if(!r||o)return;const{empty:s,from:i,to:a}=t.selection,c=f.Selection.atStart(t.doc).from,l=f.Selection.atEnd(t.doc).to;if(s||!(i===c&&a===l)||!vt(n.doc))return;const p=n.tr,h=ct({state:n,transaction:p}),{commands:g}=new dt({editor:this.editor,state:h});if(g.clearNodes(),!!p.steps.length)return p}})]}}),br=P.create({name:"paste",addProseMirrorPlugins(){return[new f.Plugin({key:new f.PluginKey("tiptapPaste"),props:{handlePaste:(e,t,n)=>{this.editor.emit("paste",{editor:this.editor,event:t,slice:n})}}})]}}),Sr=P.create({name:"tabindex",addProseMirrorPlugins(){return[new f.Plugin({key:new f.PluginKey("tabindex"),props:{attributes:()=>this.editor.isEditable?{tabindex:"0"}:{}}})]}});class K{get name(){return this.node.type.name}constructor(t,n,r=!1,o=null){this.currentNode=null,this.actualDepth=null,this.isBlock=r,this.resolvedPos=t,this.editor=n,this.currentNode=o}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){var t;return(t=this.actualDepth)!==null&&t!==void 0?t:this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(t){let n=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}n=this.from+1,r=this.to-1}this.editor.commands.insertContentAt({from:n,to:r},t)}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 t=this.resolvedPos.start(this.resolvedPos.depth-1),n=this.resolvedPos.doc.resolve(t);return new K(n,this.editor)}get before(){let t=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.from-3)),new K(t,this.editor)}get after(){let t=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.to+3)),new K(t,this.editor)}get children(){const t=[];return this.node.content.forEach((n,r)=>{const o=n.isBlock&&!n.isTextblock,s=n.isAtom&&!n.isText,i=this.pos+r+(s?0:1),a=this.resolvedPos.doc.resolve(i);if(!o&&a.depth<=this.depth