@madgex/design-system-ce 5.1.1 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,92 @@
1
+ var uc=Object.defineProperty,dc=Object.defineProperties;var fc=Object.getOwnPropertyDescriptors;var Jn=Object.getOwnPropertySymbols;var ys=Object.prototype.hasOwnProperty,bs=Object.prototype.propertyIsEnumerable;var gs=(n,e,t)=>e in n?uc(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t,M=(n,e)=>{for(var t in e||(e={}))ys.call(e,t)&&gs(n,t,e[t]);if(Jn)for(var t of Jn(e))bs.call(e,t)&&gs(n,t,e[t]);return n},ee=(n,e)=>dc(n,fc(e));var vs=(n,e)=>{var t={};for(var r in n)ys.call(n,r)&&e.indexOf(r)<0&&(t[r]=n[r]);if(n!=null&&Jn)for(var r of Jn(n))e.indexOf(r)<0&&bs.call(n,r)&&(t[r]=n[r]);return t};import{k as Ln,l as Ri,m as Ko,p as Bi,q as Et,s as hc,u as pc,v as mc,x as gc,y as yc,T as bc,z as vc,A as xc,_ as zn,o as Xe,c as at,n as _o,a as Jo,t as kc,b as Uo,d as On,f as lr,F as Sc,i as wc,e as Mc,w as Un,j as Cc}from"../plugin-vue_export-helper.js";function _(n){this.content=n}_.prototype={constructor:_,find:function(n){for(var e=0;e<this.content.length;e+=2)if(this.content[e]===n)return e;return-1},get:function(n){var e=this.find(n);return e==-1?void 0:this.content[e+1]},update:function(n,e,t){var r=t&&t!=n?this.remove(t):this,i=r.find(n),s=r.content.slice();return i==-1?s.push(t||n,e):(s[i+1]=e,t&&(s[i]=t)),new _(s)},remove:function(n){var e=this.find(n);if(e==-1)return this;var t=this.content.slice();return t.splice(e,2),new _(t)},addToStart:function(n,e){return new _([n,e].concat(this.remove(n).content))},addToEnd:function(n,e){var t=this.remove(n).content.slice();return t.push(n,e),new _(t)},addBefore:function(n,e,t){var r=this.remove(e),i=r.content.slice(),s=r.find(n);return i.splice(s==-1?i.length:s,0,e,t),new _(i)},forEach:function(n){for(var e=0;e<this.content.length;e+=2)n(this.content[e],this.content[e+1])},prepend:function(n){return n=_.from(n),n.size?new _(n.content.concat(this.subtract(n).content)):this},append:function(n){return n=_.from(n),n.size?new _(this.subtract(n).content.concat(n.content)):this},subtract:function(n){var e=this;n=_.from(n);for(var t=0;t<n.content.length;t+=2)e=e.remove(n.content[t]);return e},get size(){return this.content.length>>1}};_.from=function(n){if(n instanceof _)return n;var e=[];if(n)for(var t in n)e.push(t,n[t]);return new _(e)};function Go(n,e,t){for(let r=0;;r++){if(r==n.childCount||r==e.childCount)return n.childCount==e.childCount?null:t;let i=n.child(r),s=e.child(r);if(i==s){t+=i.nodeSize;continue}if(!i.sameMarkup(s))return t;if(i.isText&&i.text!=s.text){for(let o=0;i.text[o]==s.text[o];o++)t++;return t}if(i.content.size||s.content.size){let o=Go(i.content,s.content,t+1);if(o!=null)return o}t+=i.nodeSize}}function Yo(n,e,t,r){for(let i=n.childCount,s=e.childCount;;){if(i==0||s==0)return i==s?null:{a:t,b:r};let o=n.child(--i),l=e.child(--s),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=Yo(o.content,l.content,t-1,r-1);if(c)return c}t-=a,r-=a}}class x{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let r=0;r<e.length;r++)this.size+=e[r].nodeSize}nodesBetween(e,t,r,i=0,s){for(let o=0,l=0;l<t;o++){let a=this.content[o],c=l+a.nodeSize;if(c>e&&r(a,i+l,s||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,i+u)}l=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,r,i){let s="",o=!0;return this.nodesBetween(e,t,(l,a)=>{l.isText?(s+=l.text.slice(Math.max(e,a)-a,t-a),o=!r):l.isLeaf?(i?s+=typeof i=="function"?i(l):i:l.type.spec.leafText&&(s+=l.type.spec.leafText(l)),o=!r):!o&&l.isBlock&&(s+=r,o=!0)},0),s}append(e){if(!e.size)return this;if(!this.size)return e;let t=this.lastChild,r=e.firstChild,i=this.content.slice(),s=0;for(t.isText&&t.sameMarkup(r)&&(i[i.length-1]=t.withText(t.text+r.text),s=1);s<e.content.length;s++)i.push(e.content[s]);return new x(i,this.size+e.size)}cut(e,t=this.size){if(e==0&&t==this.size)return this;let r=[],i=0;if(t>e)for(let s=0,o=0;o<t;s++){let l=this.content[s],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),i+=l.nodeSize),o=a}return new x(r,i)}cutByIndex(e,t){return e==t?x.empty:e==0&&t==this.content.length?this:new x(this.content.slice(e,t))}replaceChild(e,t){let r=this.content[e];if(r==t)return this;let i=this.content.slice(),s=this.size+t.nodeSize-r.nodeSize;return i[e]=t,new x(i,s)}addToStart(e){return new x([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new x(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;t<this.content.length;t++)if(!this.content[t].eq(e.content[t]))return!1;return!0}get firstChild(){return this.content.length?this.content[0]:null}get lastChild(){return this.content.length?this.content[this.content.length-1]:null}get childCount(){return this.content.length}child(e){let t=this.content[e];if(!t)throw new RangeError("Index "+e+" out of range for "+this);return t}maybeChild(e){return this.content[e]||null}forEach(e){for(let t=0,r=0;t<this.content.length;t++){let i=this.content[t];e(i,r,t),r+=i.nodeSize}}findDiffStart(e,t=0){return Go(this,e,t)}findDiffEnd(e,t=this.size,r=e.size){return Yo(this,e,t,r)}findIndex(e,t=-1){if(e==0)return Gn(0,e);if(e==this.size)return Gn(this.content.length,e);if(e>this.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let r=0,i=0;;r++){let s=this.child(r),o=i+s.nodeSize;if(o>=e)return o==e||t>0?Gn(r+1,o):Gn(r,i);i=o}}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 x.empty;if(!Array.isArray(t))throw new RangeError("Invalid input for Fragment.fromJSON");return new x(t.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return x.empty;let t,r=0;for(let i=0;i<e.length;i++){let s=e[i];r+=s.nodeSize,i&&s.isText&&e[i-1].sameMarkup(s)?(t||(t=e.slice(0,i)),t[t.length-1]=s.withText(t[t.length-1].text+s.text)):t&&t.push(s)}return new x(t||e,r)}static from(e){if(!e)return x.empty;if(e instanceof x)return e;if(Array.isArray(e))return this.fromArray(e);if(e.attrs)return new x([e],e.nodeSize);throw new RangeError("Can not convert "+e+" to a Fragment"+(e.nodesBetween?" (looks like multiple versions of prosemirror-model were loaded)":""))}}x.empty=new x([],0);const Vr={index:0,offset:0};function Gn(n,e){return Vr.index=n,Vr.offset=e,Vr}function ar(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(!ar(n[r],e[r]))return!1}else{for(let r in n)if(!(r in e)||!ar(n[r],e[r]))return!1;for(let r in e)if(!(r in n))return!1}return!0}class F{constructor(e,t){this.type=e,this.attrs=t}addToSet(e){let t,r=!1;for(let i=0;i<e.length;i++){let s=e[i];if(this.eq(s))return e;if(this.type.excludes(s.type))t||(t=e.slice(0,i));else{if(s.type.excludes(this.type))return e;!r&&s.type.rank>this.type.rank&&(t||(t=e.slice(0,i)),t.push(this),r=!0),t&&t.push(s)}}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&&ar(this.attrs,e.attrs)}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return e}static fromJSON(e,t){if(!t)throw new RangeError("Invalid input for Mark.fromJSON");let r=e.marks[t.type];if(!r)throw new RangeError(`There is no mark type ${t.type} in this schema`);return r.create(t.attrs)}static sameSet(e,t){if(e==t)return!0;if(e.length!=t.length)return!1;for(let r=0;r<e.length;r++)if(!e[r].eq(t[r]))return!1;return!0}static setFrom(e){if(!e||Array.isArray(e)&&e.length==0)return F.none;if(e instanceof F)return[e];let t=e.slice();return t.sort((r,i)=>r.type.rank-i.type.rank),t}}F.none=[];class Tn extends Error{}class S{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=Qo(this.content,e+this.openStart,t);return r&&new S(r,this.openStart,this.openEnd)}removeBetween(e,t){return new S(Xo(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 S.empty;let r=t.openStart||0,i=t.openEnd||0;if(typeof r!="number"||typeof i!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new S(x.fromJSON(e,t.content),r,i)}static maxOpen(e,t=!0){let r=0,i=0;for(let s=e.firstChild;s&&!s.isLeaf&&(t||!s.type.spec.isolating);s=s.firstChild)r++;for(let s=e.lastChild;s&&!s.isLeaf&&(t||!s.type.spec.isolating);s=s.lastChild)i++;return new S(e,r,i)}}S.empty=new S(x.empty,0,0);function Xo(n,e,t){let{index:r,offset:i}=n.findIndex(e),s=n.maybeChild(r),{index:o,offset:l}=n.findIndex(t);if(i==e||s.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,s.copy(Xo(s.content,e-i-1,t-i-1)))}function Qo(n,e,t,r){let{index:i,offset:s}=n.findIndex(e),o=n.maybeChild(i);if(s==e||o.isText)return r&&!r.canReplace(i,i,t)?null:n.cut(0,e).append(t).append(n.cut(e));let l=Qo(o.content,e-s-1,t);return l&&n.replaceChild(i,o.copy(l))}function Oc(n,e,t){if(t.openStart>n.depth)throw new Tn("Inserted content deeper than insertion position");if(n.depth-t.openStart!=e.depth-t.openEnd)throw new Tn("Inconsistent open depths");return Zo(n,e,t,0)}function Zo(n,e,t,r){let i=n.index(r),s=n.node(r);if(i==e.index(r)&&r<n.depth-t.openStart){let o=Zo(n,e,t,r+1);return s.copy(s.content.replaceChild(i,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 Nt(o,l.cut(0,n.parentOffset).append(t.content).append(l.cut(e.parentOffset)))}else{let{start:o,end:l}=Tc(t,n);return Nt(s,tl(n,o,l,e,r))}else return Nt(s,cr(n,e,r))}function el(n,e){if(!e.type.compatibleContent(n.type))throw new Tn("Cannot join "+e.type.name+" onto "+n.type.name)}function hi(n,e,t){let r=n.node(t);return el(r,e.node(t)),r}function At(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 xn(n,e,t,r){let i=(e||n).node(t),s=0,o=e?e.index(t):i.childCount;n&&(s=n.index(t),n.depth>t?s++:n.textOffset&&(At(n.nodeAfter,r),s++));for(let l=s;l<o;l++)At(i.child(l),r);e&&e.depth==t&&e.textOffset&&At(e.nodeBefore,r)}function Nt(n,e){if(!n.type.validContent(e))throw new Tn("Invalid content for node "+n.type.name);return n.copy(e)}function tl(n,e,t,r,i){let s=n.depth>i&&hi(n,e,i+1),o=r.depth>i&&hi(t,r,i+1),l=[];return xn(null,n,i,l),s&&o&&e.index(i)==t.index(i)?(el(s,o),At(Nt(s,tl(n,e,t,r,i+1)),l)):(s&&At(Nt(s,cr(n,e,i+1)),l),xn(e,t,i,l),o&&At(Nt(o,cr(t,r,i+1)),l)),xn(r,null,i,l),new x(l)}function cr(n,e,t){let r=[];if(xn(null,n,t,r),n.depth>t){let i=hi(n,e,t+1);At(Nt(i,cr(n,e,t+1)),r)}return xn(e,null,t,r),new x(r)}function Tc(n,e){let t=e.depth-n.openStart,i=e.node(t).copy(n.content);for(let s=t-1;s>=0;s--)i=e.node(s).copy(x.from(i));return{start:i.resolveNoCache(n.openStart+t),end:i.resolveNoCache(i.content.size-n.openEnd-t)}}class En{constructor(e,t,r){this.pos=e,this.path=t,this.parentOffset=r,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position before the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position after the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let r=this.pos-this.path[this.path.length-1],i=e.child(t);return r?e.child(t).cut(r):i}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let r=this.path[t*3],i=t==0?0:this.path[t*3-1]+1;for(let s=0;s<e;s++)i+=r.child(s).nodeSize;return i}marks(){let e=this.parent,t=this.index();if(e.content.size==0)return F.none;if(this.textOffset)return e.child(t).marks;let r=e.maybeChild(t-1),i=e.maybeChild(t);if(!r){let l=r;r=i,i=l}let s=r.marks;for(var o=0;o<s.length;o++)s[o].type.spec.inclusive===!1&&(!i||!s[o].isInSet(i.marks))&&(s=s[o--].removeFromSet(s));return s}marksAcross(e){let t=this.parent.maybeChild(this.index());if(!t||!t.isInline)return null;let r=t.marks,i=e.parent.maybeChild(e.index());for(var s=0;s<r.length;s++)r[s].type.spec.inclusive===!1&&(!i||!r[s].isInSet(i.marks))&&(r=r[s--].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 ur(this,e,r);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos<this.pos?e:this}toString(){let e="";for(let t=1;t<=this.depth;t++)e+=(e?"/":"")+this.node(t).type.name+"_"+this.index(t-1);return e+":"+this.parentOffset}static resolve(e,t){if(!(t>=0&&t<=e.content.size))throw new RangeError("Position "+t+" out of range");let r=[],i=0,s=t;for(let o=e;;){let{index:l,offset:a}=o.content.findIndex(s),c=s-a;if(r.push(o,l,i+a),!c||(o=o.child(l),o.isText))break;s=c-1,i+=a+1}return new En(t,r,s)}static resolveCached(e,t){for(let i=0;i<Hr.length;i++){let s=Hr[i];if(s.pos==t&&s.doc==e)return s}let r=Hr[$r]=En.resolve(e,t);return $r=($r+1)%Ec,r}}let Hr=[],$r=0,Ec=12;class ur{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 Ac=Object.create(null);class He{constructor(e,t,r,i=F.none){this.type=e,this.attrs=t,this.marks=i,this.content=r||x.empty}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(e){return this.content.child(e)}maybeChild(e){return this.content.maybeChild(e)}forEach(e){this.content.forEach(e)}nodesBetween(e,t,r,i=0){this.content.nodesBetween(e,t,r,i,this)}descendants(e){this.nodesBetween(0,this.content.size,e)}get textContent(){return this.isLeaf&&this.type.spec.leafText?this.type.spec.leafText(this):this.textBetween(0,this.content.size,"")}textBetween(e,t,r,i){return this.content.textBetween(e,t,r,i)}get firstChild(){return this.content.firstChild}get lastChild(){return this.content.lastChild}eq(e){return this==e||this.sameMarkup(e)&&this.content.eq(e.content)}sameMarkup(e){return this.hasMarkup(e.type,e.attrs,e.marks)}hasMarkup(e,t,r){return this.type==e&&ar(this.attrs,t||e.defaultAttrs||Ac)&&F.sameSet(this.marks,r||F.none)}copy(e=null){return e==this.content?this:new He(this.type,this.attrs,e,this.marks)}mark(e){return e==this.marks?this:new He(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 S.empty;let i=this.resolve(e),s=this.resolve(t),o=r?0:i.sharedDepth(t),l=i.start(o),c=i.node(o).content.cut(i.pos-l,s.pos-l);return new S(c,i.depth-o,s.depth-o)}replace(e,t,r){return Oc(this.resolve(e),this.resolve(t),r)}nodeAt(e){for(let t=this;;){let{index:r,offset:i}=t.content.findIndex(e);if(t=t.maybeChild(r),!t)return null;if(i==e||t.isText)return t;e-=i+1}}childAfter(e){let{index:t,offset:r}=this.content.findIndex(e);return{node:this.content.maybeChild(t),index:t,offset:r}}childBefore(e){if(e==0)return{node:null,index:0,offset:0};let{index:t,offset:r}=this.content.findIndex(e);if(r<e)return{node:this.content.child(t),index:t,offset:r};let i=this.content.child(t-1);return{node:i,index:t-1,offset:r-i.nodeSize}}resolve(e){return En.resolveCached(this,e)}resolveNoCache(e){return En.resolve(this,e)}rangeHasMark(e,t,r){let i=!1;return t>e&&this.nodesBetween(e,t,s=>(r.isInSet(s.marks)&&(i=!0),!i)),i}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+="("+this.content.toStringInner()+")"),nl(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=x.empty,i=0,s=r.childCount){let o=this.contentMatchAt(e).matchFragment(r,i,s),l=o&&o.matchFragment(this.content,t);if(!l||!l.validEnd)return!1;for(let a=i;a<s;a++)if(!this.type.allowsMarks(r.child(a).marks))return!1;return!0}canReplaceWith(e,t,r,i){if(i&&!this.type.allowsMarks(i))return!1;let s=this.contentMatchAt(e).matchType(r),o=s&&s.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(){if(!this.type.validContent(this.content))throw new RangeError(`Invalid content for node ${this.type.name}: ${this.content.toString().slice(0,50)}`);let e=F.none;for(let t=0;t<this.marks.length;t++)e=this.marks[t].addToSet(e);if(!F.sameSet(e,this.marks))throw new RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map(t=>t.type.name)}`);this.content.forEach(t=>t.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(t=>t.toJSON())),e}static fromJSON(e,t){if(!t)throw new RangeError("Invalid input for Node.fromJSON");let r=null;if(t.marks){if(!Array.isArray(t.marks))throw new RangeError("Invalid mark data for Node.fromJSON");r=t.marks.map(e.markFromJSON)}if(t.type=="text"){if(typeof t.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(t.text,r)}let i=x.fromJSON(e,t.content);return e.nodeType(t.type).create(t.attrs,i,r)}}He.prototype.text=void 0;class dr extends He{constructor(e,t,r,i){if(super(e,t,null,i),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):nl(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 dr(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new dr(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 nl(n,e){for(let t=n.length-1;t>=0;t--)e=n[t].type.name+"("+e+")";return e}class Pt{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,t){let r=new Nc(e,t);if(r.next==null)return Pt.empty;let i=rl(r);r.next&&r.err("Unexpected trailing text");let s=zc(Lc(i));return Fc(s,r),s}matchType(e){for(let t=0;t<this.next.length;t++)if(this.next[t].type==e)return this.next[t].next;return null}matchFragment(e,t=0,r=e.childCount){let i=this;for(let s=t;i&&s<r;s++)i=i.matchType(e.child(s).type);return i}get inlineContent(){return this.next.length&&this.next[0].type.isInline}get defaultType(){for(let e=0;e<this.next.length;e++){let{type:t}=this.next[e];if(!(t.isText||t.hasRequiredAttrs()))return t}return null}compatible(e){for(let t=0;t<this.next.length;t++)for(let r=0;r<e.next.length;r++)if(this.next[t].type==e.next[r].type)return!0;return!1}fillBefore(e,t=!1,r=0){let i=[this];function s(o,l){let a=o.matchFragment(e,r);if(a&&(!t||a.validEnd))return x.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())&&i.indexOf(d)==-1){i.push(d);let f=s(d,l.concat(u));if(f)return f}}return null}return s(this,[])}findWrapping(e){for(let r=0;r<this.wrapCache.length;r+=2)if(this.wrapCache[r]==e)return this.wrapCache[r+1];let t=this.computeWrapping(e);return this.wrapCache.push(e,t),t}computeWrapping(e){let t=Object.create(null),r=[{match:this,type:null,via:null}];for(;r.length;){let i=r.shift(),s=i.match;if(s.matchType(e)){let o=[];for(let l=i;l.type;l=l.via)o.push(l.type);return o.reverse()}for(let o=0;o<s.next.length;o++){let{type:l,next:a}=s.next[o];!l.isLeaf&&!l.hasRequiredAttrs()&&!(l.name in t)&&(!i.type||a.validEnd)&&(r.push({match:l.contentMatch,type:l,via:i}),t[l.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(e){if(e>=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(r){e.push(r);for(let i=0;i<r.next.length;i++)e.indexOf(r.next[i].next)==-1&&t(r.next[i].next)}return t(this),e.map((r,i)=>{let s=i+(r.validEnd?"*":" ")+" ";for(let o=0;o<r.next.length;o++)s+=(o?", ":"")+r.next[o].type.name+"->"+e.indexOf(r.next[o].next);return s}).join(`
2
+ `)}}Pt.empty=new Pt(!0);class Nc{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 rl(n){let e=[];do e.push(Dc(n));while(n.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function Dc(n){let e=[];do e.push(Ic(n));while(n.next&&n.next!=")"&&n.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function Ic(n){let e=Bc(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=Pc(n,e);else break;return e}function xs(n){/\D/.test(n.next)&&n.err("Expected number, got '"+n.next+"'");let e=Number(n.next);return n.pos++,e}function Pc(n,e){let t=xs(n),r=t;return n.eat(",")&&(n.next!="}"?r=xs(n):r=-1),n.eat("}")||n.err("Unclosed braced range"),{type:"range",min:t,max:r,expr:e}}function Rc(n,e){let t=n.nodeTypes,r=t[e];if(r)return[r];let i=[];for(let s in t){let o=t[s];o.groups.indexOf(e)>-1&&i.push(o)}return i.length==0&&n.err("No node type or group '"+e+"' found"),i}function Bc(n){if(n.eat("(")){let e=rl(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=Rc(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 Lc(n){let e=[[]];return i(s(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 i(o,l){o.forEach(a=>a.to=l)}function s(o,l){if(o.type=="choice")return o.exprs.reduce((a,c)=>a.concat(s(c,l)),[]);if(o.type=="seq")for(let a=0;;a++){let c=s(o.exprs[a],l);if(a==o.exprs.length-1)return c;i(c,l=t())}else if(o.type=="star"){let a=t();return r(l,a),i(s(o.expr,a),a),[r(a)]}else if(o.type=="plus"){let a=t();return i(s(o.expr,l),a),i(s(o.expr,a),a),[r(a)]}else{if(o.type=="opt")return[r(l)].concat(s(o.expr,l));if(o.type=="range"){let a=l;for(let c=0;c<o.min;c++){let u=t();i(s(o.expr,a),u),a=u}if(o.max==-1)i(s(o.expr,a),a);else for(let c=o.min;c<o.max;c++){let u=t();r(a,u),i(s(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 il(n,e){return e-n}function ks(n,e){let t=[];return r(e),t.sort(il);function r(i){let s=n[i];if(s.length==1&&!s[0].term)return r(s[0].to);t.push(i);for(let o=0;o<s.length;o++){let{term:l,to:a}=s[o];!l&&t.indexOf(a)==-1&&r(a)}}}function zc(n){let e=Object.create(null);return t(ks(n,0));function t(r){let i=[];r.forEach(o=>{n[o].forEach(({term:l,to:a})=>{if(!l)return;let c;for(let u=0;u<i.length;u++)i[u][0]==l&&(c=i[u][1]);ks(n,a).forEach(u=>{c||i.push([l,c=[]]),c.indexOf(u)==-1&&c.push(u)})})});let s=e[r.join(",")]=new Pt(r.indexOf(n.length-1)>-1);for(let o=0;o<i.length;o++){let l=i[o][1].sort(il);s.next.push({type:i[o][0],next:e[l.join(",")]||t(l)})}return s}}function Fc(n,e){for(let t=0,r=[n];t<r.length;t++){let i=r[t],s=!i.validEnd,o=[];for(let l=0;l<i.next.length;l++){let{type:a,next:c}=i.next[l];o.push(a.name),s&&!(a.isText||a.hasRequiredAttrs())&&(s=!1),r.indexOf(c)==-1&&r.push(c)}s&&e.err("Only non-generatable nodes ("+o.join(", ")+") in a required position (see https://prosemirror.net/docs/guide/#generatable)")}}function sl(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 ol(n,e){let t=Object.create(null);for(let r in n){let i=e&&e[r];if(i===void 0){let s=n[r];if(s.hasDefault)i=s.default;else throw new RangeError("No value supplied for attribute "+r)}t[r]=i}return t}function ll(n){let e=Object.create(null);if(n)for(let t in n)e[t]=new Vc(n[t]);return e}class fr{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=ll(r.attrs),this.defaultAttrs=sl(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==Pt.empty}get isAtom(){return this.isLeaf||!!this.spec.atom}get whitespace(){return this.spec.whitespace||(this.spec.code?"pre":"normal")}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:ol(this.attrs,e)}create(e=null,t,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new He(this,this.computeAttrs(e),x.from(t),F.setFrom(r))}createChecked(e=null,t,r){if(t=x.from(t),!this.validContent(t))throw new RangeError("Invalid content for node "+this.name);return new He(this,this.computeAttrs(e),t,F.setFrom(r))}createAndFill(e=null,t,r){if(e=this.computeAttrs(e),t=x.from(t),t.size){let o=this.contentMatch.fillBefore(t);if(!o)return null;t=o.append(t)}let i=this.contentMatch.matchFragment(t),s=i&&i.fillBefore(x.empty,!0);return s?new He(this,e,t.append(s),F.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}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:F.none:e}static compile(e,t){let r=Object.create(null);e.forEach((s,o)=>r[s]=new fr(s,t,o));let i=t.spec.topNode||"doc";if(!r[i])throw new RangeError("Schema is missing its top node type ('"+i+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let s in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}}class Vc{constructor(e){this.hasDefault=Object.prototype.hasOwnProperty.call(e,"default"),this.default=e.default}get isRequired(){return!this.hasDefault}}class wr{constructor(e,t,r,i){this.name=e,this.rank=t,this.schema=r,this.spec=i,this.attrs=ll(i.attrs),this.excluded=null;let s=sl(this.attrs);this.instance=s?new F(this,s):null}create(e=null){return!e&&this.instance?this.instance:new F(this,ol(this.attrs,e))}static compile(e,t){let r=Object.create(null),i=0;return e.forEach((s,o)=>r[s]=new wr(s,i++,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]}excludes(e){return this.excluded.indexOf(e)>-1}}class Hc{constructor(e){this.cached=Object.create(null),this.spec={nodes:_.from(e.nodes),marks:_.from(e.marks||{}),topNode:e.topNode},this.nodes=fr.compile(this.spec.nodes,this),this.marks=wr.compile(this.spec.marks,this);let t=Object.create(null);for(let r in this.nodes){if(r in this.marks)throw new RangeError(r+" can not be both a node and a mark");let i=this.nodes[r],s=i.spec.content||"",o=i.spec.marks;i.contentMatch=t[s]||(t[s]=Pt.parse(s,this.nodes)),i.inlineContent=i.contentMatch.inlineContent,i.markSet=o=="_"?null:o?Ss(this,o.split(" ")):o==""||!i.inlineContent?[]:null}for(let r in this.marks){let i=this.marks[r],s=i.spec.excludes;i.excluded=s==null?[i]:s==""?[]:Ss(this,s.split(" "))}this.nodeFromJSON=this.nodeFromJSON.bind(this),this.markFromJSON=this.markFromJSON.bind(this),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,t=null,r,i){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof fr){if(e.schema!=this)throw new RangeError("Node type from different schema used ("+e.name+")")}else throw new RangeError("Invalid node type: "+e);return e.createChecked(t,r,i)}text(e,t){let r=this.nodes.text;return new dr(r,r.defaultAttrs,e,F.setFrom(t))}mark(e,t){return typeof e=="string"&&(e=this.marks[e]),e.create(t)}nodeFromJSON(e){return He.fromJSON(this,e)}markFromJSON(e){return F.fromJSON(this,e)}nodeType(e){let t=this.nodes[e];if(!t)throw new RangeError("Unknown node type: "+e);return t}}function Ss(n,e){let t=[];for(let r=0;r<e.length;r++){let i=e[r],s=n.marks[i],o=s;if(s)t.push(s);else for(let l in n.marks){let a=n.marks[l];(i=="_"||a.spec.group&&a.spec.group.split(" ").indexOf(i)>-1)&&t.push(o=a)}if(!o)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return t}class Yt{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[],t.forEach(r=>{r.tag?this.tags.push(r):r.style&&this.styles.push(r)}),this.normalizeLists=!this.tags.some(r=>{if(!/^(ul|ol)\b/.test(r.tag)||!r.node)return!1;let i=e.nodes[r.node];return i.contentMatch.matchType(i)})}parse(e,t={}){let r=new Ms(this,t,!1);return r.addAll(e,t.from,t.to),r.finish()}parseSlice(e,t={}){let r=new Ms(this,t,!0);return r.addAll(e,t.from,t.to),S.maxOpen(r.finish())}matchTag(e,t,r){for(let i=r?this.tags.indexOf(r)+1:0;i<this.tags.length;i++){let s=this.tags[i];if(Wc(e,s.tag)&&(s.namespace===void 0||e.namespaceURI==s.namespace)&&(!s.context||t.matchesContext(s.context))){if(s.getAttrs){let o=s.getAttrs(e);if(o===!1)continue;s.attrs=o||void 0}return s}}}matchStyle(e,t,r,i){for(let s=i?this.styles.indexOf(i)+1:0;s<this.styles.length;s++){let o=this.styles[s],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(i){let s=i.priority==null?50:i.priority,o=0;for(;o<t.length;o++){let l=t[o];if((l.priority==null?50:l.priority)<s)break}t.splice(o,0,i)}for(let i in e.marks){let s=e.marks[i].spec.parseDOM;s&&s.forEach(o=>{r(o=Cs(o)),o.mark=i})}for(let i in e.nodes){let s=e.nodes[i].spec.parseDOM;s&&s.forEach(o=>{r(o=Cs(o)),o.node=i})}return t}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new Yt(e,Yt.schemaRules(e)))}}const al={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},$c={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},cl={ol:!0,ul:!0},hr=1,pr=2,kn=4;function ws(n,e,t){return e!=null?(e?hr:0)|(e==="full"?pr:0):n&&n.whitespace=="pre"?hr|pr:t&~kn}class Yn{constructor(e,t,r,i,s,o,l){this.type=e,this.attrs=t,this.marks=r,this.pendingMarks=i,this.solid=s,this.options=l,this.content=[],this.activeMarks=F.none,this.stashMarks=[],this.match=o||(l&kn?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(x.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let r=this.type.contentMatch,i;return(i=r.findWrapping(e.type))?(this.match=r,i):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&hr)){let r=this.content[this.content.length-1],i;if(r&&r.isText&&(i=/[ \t\r\n\u000c]+$/.exec(r.text))){let s=r;r.text.length==i[0].length?this.content.pop():this.content[this.content.length-1]=s.withText(s.text.slice(0,s.text.length-i[0].length))}}let t=x.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(x.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}popFromStashMark(e){for(let t=this.stashMarks.length-1;t>=0;t--)if(e.eq(this.stashMarks[t]))return this.stashMarks.splice(t,1)[0]}applyPending(e){for(let t=0,r=this.pendingMarks;t<r.length;t++){let i=r[t];(this.type?this.type.allowsMarkType(i.type):Kc(i.type,e))&&!i.isInSet(this.activeMarks)&&(this.activeMarks=i.addToSet(this.activeMarks),this.pendingMarks=i.removeFromSet(this.pendingMarks))}}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!al.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class Ms{constructor(e,t,r){this.parser=e,this.options=t,this.isOpen=r,this.open=0;let i=t.topNode,s,o=ws(null,t.preserveWhitespace,0)|(r?kn:0);i?s=new Yn(i.type,i.attrs,F.none,F.none,!0,t.topMatch||i.type.contentMatch,o):r?s=new Yn(null,null,F.none,F.none,!0,null,o):s=new Yn(e.schema.topNodeType,null,F.none,F.none,!0,null,o),this.nodes=[s],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e){if(e.nodeType==3)this.addTextNode(e);else if(e.nodeType==1){let t=e.getAttribute("style"),r=t?this.readStyles(qc(t)):null,i=this.top;if(r!=null)for(let s=0;s<r.length;s++)this.addPendingMark(r[s]);if(this.addElement(e),r!=null)for(let s=0;s<r.length;s++)this.removePendingMark(r[s],i)}}addTextNode(e){let t=e.nodeValue,r=this.top;if(r.options&pr||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(t)){if(r.options&hr)r.options&pr?t=t.replace(/\r\n?/g,`
3
+ `):t=t.replace(/\r?\n|\r/g," ");else if(t=t.replace(/[ \t\r\n\u000c]+/g," "),/^[ \t\r\n\u000c]/.test(t)&&this.open==this.nodes.length-1){let i=r.content[r.content.length-1],s=e.previousSibling;(!i||s&&s.nodeName=="BR"||i.isText&&/[ \t\r\n\u000c]$/.test(i.text))&&(t=t.slice(1))}t&&this.insertNode(this.parser.schema.text(t)),this.findInText(e)}else this.findInside(e)}addElement(e,t){let r=e.nodeName.toLowerCase(),i;cl.hasOwnProperty(r)&&this.parser.normalizeLists&&jc(e);let s=this.options.ruleFromNode&&this.options.ruleFromNode(e)||(i=this.parser.matchTag(e,this,t));if(s?s.ignore:$c.hasOwnProperty(r))this.findInside(e),this.ignoreFallback(e);else if(!s||s.skip||s.closeParent){s&&s.closeParent?this.open=Math.max(0,this.open-1):s&&s.skip.nodeType&&(e=s.skip);let o,l=this.top,a=this.needsBlock;if(al.hasOwnProperty(r))o=!0,l.type||(this.needsBlock=!0);else if(!e.firstChild){this.leafFallback(e);return}this.addAll(e),o&&this.sync(l),this.needsBlock=a}else this.addElementByRule(e,s,s.consuming===!1?i:void 0)}leafFallback(e){e.nodeName=="BR"&&this.top.type&&this.top.type.inlineContent&&this.addTextNode(e.ownerDocument.createTextNode(`
4
+ `))}ignoreFallback(e){e.nodeName=="BR"&&(!this.top.type||!this.top.type.inlineContent)&&this.findPlace(this.parser.schema.text("-"))}readStyles(e){let t=F.none;e:for(let r=0;r<e.length;r+=2)for(let i=void 0;;){let s=this.parser.matchStyle(e[r],e[r+1],this,i);if(!s)continue e;if(s.ignore)return null;if(t=this.parser.schema.marks[s.mark].create(s.attrs).addToSet(t),s.consuming===!1)i=s;else break}return t}addElementByRule(e,t,r){let i,s,o;t.node?(s=this.parser.schema.nodes[t.node],s.isLeaf?this.insertNode(s.create(t.attrs))||this.leafFallback(e):i=this.enter(s,t.attrs||null,t.preserveWhitespace)):(o=this.parser.schema.marks[t.mark].create(t.attrs),this.addPendingMark(o));let l=this.top;if(s&&s.isLeaf)this.findInside(e);else if(r)this.addElement(e,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(a=>this.insertNode(a));else{let a=e;typeof t.contentElement=="string"?a=e.querySelector(t.contentElement):typeof t.contentElement=="function"?a=t.contentElement(e):t.contentElement&&(a=t.contentElement),this.findAround(e,a,!0),this.addAll(a)}i&&this.sync(l)&&this.open--,o&&this.removePendingMark(o,l)}addAll(e,t,r){let i=t||0;for(let s=t?e.childNodes[t]:e.firstChild,o=r==null?null:e.childNodes[r];s!=o;s=s.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(s);this.findAtPoint(e,i)}findPlace(e){let t,r;for(let i=this.open;i>=0;i--){let s=this.nodes[i],o=s.findWrapping(e);if(o&&(!t||t.length>o.length)&&(t=o,r=s,!o.length)||s.solid)break}if(!t)return!1;this.sync(r);for(let i=0;i<t.length;i++)this.enterInner(t[i],null,!1);return!0}insertNode(e){if(e.isInline&&this.needsBlock&&!this.top.type){let t=this.textblockFromContext();t&&this.enterInner(t)}if(this.findPlace(e)){this.closeExtra();let t=this.top;t.applyPending(e.type),t.match&&(t.match=t.match.matchType(e.type));let r=t.activeMarks;for(let i=0;i<e.marks.length;i++)(!t.type||t.type.allowsMarkType(e.marks[i].type))&&(r=e.marks[i].addToSet(r));return t.content.push(e.mark(r)),!0}return!1}enter(e,t,r){let i=this.findPlace(e.create(t));return i&&this.enterInner(e,t,!0,r),i}enterInner(e,t=null,r=!1,i){this.closeExtra();let s=this.top;s.applyPending(e),s.match=s.match&&s.match.matchType(e);let o=ws(e,i,s.options);s.options&kn&&s.content.length==0&&(o|=kn),this.nodes.push(new Yn(e,t,s.activeMarks,s.pendingMarks,r,null,o)),this.open++}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(this.isOpen||this.options.topOpen)}sync(e){for(let t=this.open;t>=0;t--)if(this.nodes[t]==e)return this.open=t,!0;return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let r=this.nodes[t].content;for(let i=r.length-1;i>=0;i--)e+=r[i].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let r=0;r<this.find.length;r++)this.find[r].node==e&&this.find[r].offset==t&&(this.find[r].pos=this.currentPos)}findInside(e){if(this.find)for(let t=0;t<this.find.length;t++)this.find[t].pos==null&&e.nodeType==1&&e.contains(this.find[t].node)&&(this.find[t].pos=this.currentPos)}findAround(e,t,r){if(e!=t&&this.find)for(let i=0;i<this.find.length;i++)this.find[i].pos==null&&e.nodeType==1&&e.contains(this.find[i].node)&&t.compareDocumentPosition(this.find[i].node)&(r?2:4)&&(this.find[i].pos=this.currentPos)}findInText(e){if(this.find)for(let t=0;t<this.find.length;t++)this.find[t].node==e&&(this.find[t].pos=this.currentPos-(e.nodeValue.length-this.find[t].offset))}matchesContext(e){if(e.indexOf("|")>-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split("/"),r=this.options.context,i=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),s=-(r?r.depth+1:0)+(i?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>=s;a--)if(o(l-1,a))return!0;return!1}else{let u=a>0||a==0&&i?this.nodes[a].type:r&&a>=s?r.node(a-s).type:null;if(!u||u.name!=c&&u.groups.indexOf(c)==-1)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}}addPendingMark(e){let t=_c(e,this.top.pendingMarks);t&&this.top.stashMarks.push(t),this.top.pendingMarks=e.addToSet(this.top.pendingMarks)}removePendingMark(e,t){for(let r=this.open;r>=0;r--){let i=this.nodes[r];if(i.pendingMarks.lastIndexOf(e)>-1)i.pendingMarks=e.removeFromSet(i.pendingMarks);else{i.activeMarks=e.removeFromSet(i.activeMarks);let o=i.popFromStashMark(e);o&&i.type&&i.type.allowsMarkType(o.type)&&(i.activeMarks=o.addToSet(i.activeMarks))}if(i==t)break}}}function jc(n){for(let e=n.firstChild,t=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&cl.hasOwnProperty(r)&&t?(t.appendChild(e),e=t):r=="li"?t=e:r&&(t=null)}}function Wc(n,e){return(n.matches||n.msMatchesSelector||n.webkitMatchesSelector||n.mozMatchesSelector).call(n,e)}function qc(n){let e=/\s*([\w-]+)\s*:\s*([^;]+)/g,t,r=[];for(;t=e.exec(n);)r.push(t[1],t[2].trim());return r}function Cs(n){let e={};for(let t in n)e[t]=n[t];return e}function Kc(n,e){let t=e.schema.nodes;for(let r in t){let i=t[r];if(!i.allowsMarkType(n))continue;let s=[],o=l=>{s.push(l);for(let a=0;a<l.edgeCount;a++){let{type:c,next:u}=l.edge(a);if(c==e||s.indexOf(u)<0&&o(u))return!0}};if(o(i.contentMatch))return!0}}function _c(n,e){for(let t=0;t<e.length;t++)if(n.eq(e[t]))return e[t]}class Fe{constructor(e,t){this.nodes=e,this.marks=t}serializeFragment(e,t={},r){r||(r=jr(t).createDocumentFragment());let i=r,s=[];return e.forEach(o=>{if(s.length||o.marks.length){let l=0,a=0;for(;l<s.length&&a<o.marks.length;){let c=o.marks[a];if(!this.marks[c.type.name]){a++;continue}if(!c.eq(s[l][0])||c.type.spec.spanning===!1)break;l++,a++}for(;l<s.length;)i=s.pop()[1];for(;a<o.marks.length;){let c=o.marks[a++],u=this.serializeMark(c,o.isInline,t);u&&(s.push([c,i]),i.appendChild(u.dom),i=u.contentDOM||u.dom)}}i.appendChild(this.serializeNodeInner(o,t))}),r}serializeNodeInner(e,t){let{dom:r,contentDOM:i}=Fe.renderSpec(jr(t),this.nodes[e.type.name](e));if(i){if(e.isLeaf)throw new RangeError("Content hole not allowed in a leaf node spec");this.serializeFragment(e.content,t,i)}return r}serializeNode(e,t={}){let r=this.serializeNodeInner(e,t);for(let i=e.marks.length-1;i>=0;i--){let s=this.serializeMark(e.marks[i],e.isInline,t);s&&((s.contentDOM||s.dom).appendChild(r),r=s.dom)}return r}serializeMark(e,t,r={}){let i=this.marks[e.type.name];return i&&Fe.renderSpec(jr(r),i(e,t))}static renderSpec(e,t,r=null){if(typeof t=="string")return{dom:e.createTextNode(t)};if(t.nodeType!=null)return{dom:t};if(t.dom&&t.dom.nodeType!=null)return t;let i=t[0],s=i.indexOf(" ");s>0&&(r=i.slice(0,s),i=i.slice(s+1));let o,l=r?e.createElementNS(r,i):e.createElement(i),a=t[1],c=1;if(a&&typeof a=="object"&&a.nodeType==null&&!Array.isArray(a)){c=2;for(let u in a)if(a[u]!=null){let d=u.indexOf(" ");d>0?l.setAttributeNS(u.slice(0,d),u.slice(d+1),a[u]):l.setAttribute(u,a[u])}}for(let u=c;u<t.length;u++){let d=t[u];if(d===0){if(u<t.length-1||u>c)throw new RangeError("Content hole must be the only child of its parent node");return{dom:l,contentDOM:l}}else{let{dom:f,contentDOM:h}=Fe.renderSpec(e,d,r);if(l.appendChild(f),h){if(o)throw new RangeError("Multiple content holes");o=h}}}return{dom:l,contentDOM:o}}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new Fe(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let t=Os(e.nodes);return t.text||(t.text=r=>r.text),t}static marksFromSchema(e){return Os(e.marks)}}function Os(n){let e={};for(let t in n){let r=n[t].spec.toDOM;r&&(e[t]=r)}return e}function jr(n){return n.document||window.document}const ul=65535,dl=Math.pow(2,16);function Jc(n,e){return n+e*dl}function Ts(n){return n&ul}function Uc(n){return(n-(n&ul))/dl}const fl=1,hl=2,nr=4,pl=8;class pi{constructor(e,t,r){this.pos=e,this.delInfo=t,this.recover=r}get deleted(){return(this.delInfo&pl)>0}get deletedBefore(){return(this.delInfo&(fl|nr))>0}get deletedAfter(){return(this.delInfo&(hl|nr))>0}get deletedAcross(){return(this.delInfo&nr)>0}}class Me{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&Me.empty)return Me.empty}recover(e){let t=0,r=Ts(e);if(!this.inverted)for(let i=0;i<r;i++)t+=this.ranges[i*3+2]-this.ranges[i*3+1];return this.ranges[r*3]+t+Uc(e)}mapResult(e,t=1){return this._map(e,t,!1)}map(e,t=1){return this._map(e,t,!0)}_map(e,t,r){let i=0,s=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?i:0);if(a>e)break;let c=this.ranges[l+s],u=this.ranges[l+o],d=a+c;if(e<=d){let f=c?e==a?-1:e==d?1:t:t,h=a+i+(f<0?0:u);if(r)return h;let p=e==(t<0?a:d)?null:Jc(l/3,e-a),m=e==a?hl:e==d?fl:nr;return(t<0?e!=a:e!=d)&&(m|=pl),new pi(h,m,p)}i+=u-c}return r?e+i:new pi(e+i,0,null)}touches(e,t){let r=0,i=Ts(t),s=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+s],u=a+c;if(e<=u&&l==i*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 i=0,s=0;i<this.ranges.length;i+=3){let o=this.ranges[i],l=o-(this.inverted?s:0),a=o+(this.inverted?0:s),c=this.ranges[i+t],u=this.ranges[i+r];e(l,l+c,a,a+u),s+=u-c}}invert(){return new Me(this.ranges,!this.inverted)}toString(){return(this.inverted?"-":"")+JSON.stringify(this.ranges)}static offset(e){return e==0?Me.empty:new Me(e<0?[0,-e,0]:[0,0,e])}}Me.empty=new Me([]);class Ut{constructor(e=[],t,r=0,i=e.length){this.maps=e,this.mirror=t,this.from=r,this.to=i}slice(e=0,t=this.maps.length){return new Ut(this.maps,this.mirror,e,t)}copy(){return new Ut(this.maps.slice(),this.mirror&&this.mirror.slice(),this.from,this.to)}appendMap(e,t){this.to=this.maps.push(e),t!=null&&this.setMirror(this.maps.length-1,t)}appendMapping(e){for(let t=0,r=this.maps.length;t<e.maps.length;t++){let i=e.getMirror(t);this.appendMap(e.maps[t],i!=null&&i<t?r+i:void 0)}}getMirror(e){if(this.mirror){for(let t=0;t<this.mirror.length;t++)if(this.mirror[t]==e)return this.mirror[t+(t%2?-1:1)]}}setMirror(e,t){this.mirror||(this.mirror=[]),this.mirror.push(e,t)}appendMappingInverted(e){for(let t=e.maps.length-1,r=this.maps.length+e.maps.length;t>=0;t--){let i=e.getMirror(t);this.appendMap(e.maps[t].invert(),i!=null&&i>t?r-i-1:void 0)}}invert(){let e=new Ut;return e.appendMappingInverted(this),e}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let r=this.from;r<this.to;r++)e=this.maps[r].map(e,t);return e}mapResult(e,t=1){return this._map(e,t,!1)}_map(e,t,r){let i=0;for(let s=this.from;s<this.to;s++){let o=this.maps[s],l=o.mapResult(e,t);if(l.recover!=null){let a=this.getMirror(s);if(a!=null&&a>s&&a<this.to){s=a,e=this.maps[a].recover(l.recover);continue}}i|=l.delInfo,e=l.pos}return r?e:new pi(e,i,null)}}const Wr=Object.create(null);class gt{getMap(){return Me.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw new RangeError("Invalid input for Step.fromJSON");let r=Wr[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 Wr)throw new RangeError("Duplicate use of step JSON ID "+e);return Wr[e]=t,t.prototype.jsonID=e,t}}class he{constructor(e,t){this.doc=e,this.failed=t}static ok(e){return new he(e,null)}static fail(e){return new he(null,e)}static fromReplace(e,t,r,i){try{return he.ok(e.replace(t,r,i))}catch(s){if(s instanceof Tn)return he.fail(s.message);throw s}}}function Li(n,e,t){let r=[];for(let i=0;i<n.childCount;i++){let s=n.child(i);s.content.size&&(s=s.copy(Li(s.content,e,s))),s.isInline&&(s=e(s,t,i)),r.push(s)}return x.fromArray(r)}class lt extends gt{constructor(e,t,r){super(),this.from=e,this.to=t,this.mark=r}apply(e){let t=e.slice(this.from,this.to),r=e.resolve(this.from),i=r.node(r.sharedDepth(this.to)),s=new S(Li(t.content,(o,l)=>!o.isAtom||!l.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),i),t.openStart,t.openEnd);return he.fromReplace(e,this.from,this.to,s)}invert(){return new Ve(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 lt(t.pos,r.pos,this.mark)}merge(e){return e instanceof lt&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new lt(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 lt(t.from,t.to,e.markFromJSON(t.mark))}}gt.jsonID("addMark",lt);class Ve extends gt{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 S(Li(t.content,i=>i.mark(this.mark.removeFromSet(i.marks)),e),t.openStart,t.openEnd);return he.fromReplace(e,this.from,this.to,r)}invert(){return new lt(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 Ve(t.pos,r.pos,this.mark)}merge(e){return e instanceof Ve&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Ve(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 Ve(t.from,t.to,e.markFromJSON(t.mark))}}gt.jsonID("removeMark",Ve);class Q extends gt{constructor(e,t,r,i=!1){super(),this.from=e,this.to=t,this.slice=r,this.structure=i}apply(e){return this.structure&&mi(e,this.from,this.to)?he.fail("Structure replace would overwrite content"):he.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new Me([this.from,this.to-this.from,this.slice.size])}invert(e){return new Q(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 Q(t.pos,Math.max(t.pos,r.pos),this.slice)}merge(e){if(!(e instanceof Q)||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?S.empty:new S(this.slice.content.append(e.slice.content),this.slice.openStart,e.slice.openEnd);return new Q(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?S.empty:new S(e.slice.content.append(this.slice.content),e.slice.openStart,this.slice.openEnd);return new Q(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 Q(t.from,t.to,S.fromJSON(e,t.slice),!!t.structure)}}gt.jsonID("replace",Q);class q extends gt{constructor(e,t,r,i,s,o,l=!1){super(),this.from=e,this.to=t,this.gapFrom=r,this.gapTo=i,this.slice=s,this.insert=o,this.structure=l}apply(e){if(this.structure&&(mi(e,this.from,this.gapFrom)||mi(e,this.gapTo,this.to)))return he.fail("Structure gap-replace would overwrite content");let t=e.slice(this.gapFrom,this.gapTo);if(t.openStart||t.openEnd)return he.fail("Gap is not a flat range");let r=this.slice.insertAt(this.insert,t.content);return r?he.fromReplace(e,this.from,this.to,r):he.fail("Content does not fit in gap")}getMap(){return new Me([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 q(this.from,this.from+this.slice.size+t,this.from+this.insert,this.from+this.insert+t,e.slice(this.from,this.to).removeBetween(this.gapFrom-this.from,this.gapTo-this.from),this.gapFrom-this.from,this.structure)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1),i=e.map(this.gapFrom,-1),s=e.map(this.gapTo,1);return t.deletedAcross&&r.deletedAcross||i<t.pos||s>r.pos?null:new q(t.pos,r.pos,i,s,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 q(t.from,t.to,t.gapFrom,t.gapTo,S.fromJSON(e,t.slice),t.insert,!!t.structure)}}gt.jsonID("replaceAround",q);function mi(n,e,t){let r=n.resolve(e),i=t-e,s=r.depth;for(;i>0&&s>0&&r.indexAfter(s)==r.node(s).childCount;)s--,i--;if(i>0){let o=r.node(s).maybeChild(r.indexAfter(s));for(;i>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,i--}}return!1}function Gc(n,e,t,r){let i=[],s=[],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 f=Math.max(c,e),h=Math.min(c+a.nodeSize,t),p=r.addToSet(d);for(let m=0;m<d.length;m++)d[m].isInSet(p)||(o&&o.to==f&&o.mark.eq(d[m])?o.to=h:i.push(o=new Ve(f,h,d[m])));l&&l.to==f?l.to=h:s.push(l=new lt(f,h,r))}}),i.forEach(a=>n.step(a)),s.forEach(a=>n.step(a))}function Yc(n,e,t,r){let i=[],s=0;n.doc.nodesBetween(e,t,(o,l)=>{if(!o.isInline)return;s++;let a=null;if(r instanceof wr){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],f;for(let h=0;h<i.length;h++){let p=i[h];p.step==s-1&&d.eq(i[h].style)&&(f=p)}f?(f.to=c,f.step=s):i.push({style:d,from:Math.max(l,e),to:c,step:s})}}}),i.forEach(o=>n.step(new Ve(o.from,o.to,o.style)))}function Xc(n,e,t,r=t.contentMatch){let i=n.doc.nodeAt(e),s=[],o=e+1;for(let l=0;l<i.childCount;l++){let a=i.child(l),c=o+a.nodeSize,u=r.matchType(a.type);if(!u)s.push(new Q(o,c,S.empty));else{r=u;for(let d=0;d<a.marks.length;d++)t.allowsMarkType(a.marks[d].type)||n.step(new Ve(o,c,a.marks[d]))}o=c}if(!r.validEnd){let l=r.fillBefore(x.empty,!0);n.replace(o,o,new S(l,0,0))}for(let l=s.length-1;l>=0;l--)n.step(s[l])}function Qc(n,e,t){return(e==0||n.canReplace(e,n.childCount))&&(t==n.childCount||n.canReplace(0,t))}function on(n){let t=n.parent.content.cutByIndex(n.startIndex,n.endIndex);for(let r=n.depth;;--r){let i=n.$from.node(r),s=n.$from.index(r),o=n.$to.indexAfter(r);if(r<n.depth&&i.canReplace(s,o,t))return r;if(r==0||i.type.spec.isolating||!Qc(i,s,o))break}return null}function Zc(n,e,t){let{$from:r,$to:i,depth:s}=e,o=r.before(s+1),l=i.after(s+1),a=o,c=l,u=x.empty,d=0;for(let p=s,m=!1;p>t;p--)m||r.index(p)>0?(m=!0,u=x.from(r.node(p).copy(u)),d++):a--;let f=x.empty,h=0;for(let p=s,m=!1;p>t;p--)m||i.after(p+1)<i.end(p)?(m=!0,f=x.from(i.node(p).copy(f)),h++):c++;n.step(new q(a,c,o,l,new S(u.append(f),d,h),u.size-d,!0))}function zi(n,e,t=null,r=n){let i=eu(n,e),s=i&&tu(r,e);return s?i.map(Es).concat({type:e,attrs:t}).concat(s.map(Es)):null}function Es(n){return{type:n,attrs:null}}function eu(n,e){let{parent:t,startIndex:r,endIndex:i}=n,s=t.contentMatchAt(r).findWrapping(e);if(!s)return null;let o=s.length?s[0]:e;return t.canReplaceWith(r,i,o)?s:null}function tu(n,e){let{parent:t,startIndex:r,endIndex:i}=n,s=t.child(r),o=e.contentMatch.findWrapping(s.type);if(!o)return null;let a=(o.length?o[o.length-1]:e).contentMatch;for(let c=r;a&&c<i;c++)a=a.matchType(t.child(c).type);return!a||!a.validEnd?null:o}function nu(n,e,t){let r=x.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=x.from(t[o].type.create(t[o].attrs,r))}let i=e.start,s=e.end;n.step(new q(i,s,i,s,new S(r,0,0),t.length,!0))}function ru(n,e,t,r,i){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let s=n.steps.length;n.doc.nodesBetween(e,t,(o,l)=>{if(o.isTextblock&&!o.hasMarkup(r,i)&&iu(n.doc,n.mapping.slice(s).map(l),r)){n.clearIncompatible(n.mapping.slice(s).map(l,1),r);let a=n.mapping.slice(s),c=a.map(l,1),u=a.map(l+o.nodeSize,1);return n.step(new q(c,u,c+1,u-1,new S(x.from(r.create(i,null,o.marks)),0,0),1,!0)),!1}})}function iu(n,e,t){let r=n.resolve(e),i=r.index();return r.parent.canReplaceWith(i,i+1,t)}function su(n,e,t,r,i){let s=n.doc.nodeAt(e);if(!s)throw new RangeError("No node at given position");t||(t=s.type);let o=t.create(r,null,i||s.marks);if(s.isLeaf)return n.replaceWith(e,e+s.nodeSize,o);if(!t.validContent(s.content))throw new RangeError("Invalid content for node type "+t.name);n.step(new q(e,e+s.nodeSize,e+1,e+s.nodeSize-1,new S(x.from(o),0,0),1,!0))}function Qe(n,e,t=1,r){let i=n.resolve(e),s=i.depth-t,o=r&&r[r.length-1]||i.parent;if(s<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let c=i.depth-1,u=t-2;c>s;c--,u--){let d=i.node(c),f=i.index(c);if(d.type.spec.isolating)return!1;let h=d.content.cutByIndex(f,d.childCount),p=r&&r[u]||d;if(p!=d&&(h=h.replaceChild(0,p.type.create(p.attrs))),!d.canReplace(f+1,d.childCount)||!p.type.validContent(h))return!1}let l=i.indexAfter(s),a=r&&r[0];return i.node(s).canReplaceWith(l,l,a?a.type:i.node(s+1).type)}function ou(n,e,t=1,r){let i=n.doc.resolve(e),s=x.empty,o=x.empty;for(let l=i.depth,a=i.depth-t,c=t-1;l>a;l--,c--){s=x.from(i.node(l).copy(s));let u=r&&r[c];o=x.from(u?u.type.create(u.attrs,o):i.node(l).copy(o))}n.step(new Q(e,e,new S(s.append(o),t,t),!0))}function Fn(n,e){let t=n.resolve(e),r=t.index();return lu(t.nodeBefore,t.nodeAfter)&&t.parent.canReplace(r,r+1)}function lu(n,e){return!!(n&&e&&!n.isLeaf&&n.canAppend(e))}function au(n,e,t){let r=new Q(e-t,e+t,S.empty,!0);n.step(r)}function cu(n,e,t){let r=n.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),t))return e;if(r.parentOffset==0)for(let i=r.depth-1;i>=0;i--){let s=r.index(i);if(r.node(i).canReplaceWith(s,s,t))return r.before(i+1);if(s>0)return null}if(r.parentOffset==r.parent.content.size)for(let i=r.depth-1;i>=0;i--){let s=r.indexAfter(i);if(r.node(i).canReplaceWith(s,s,t))return r.after(i+1);if(s<r.node(i).childCount)return null}return null}function ml(n,e,t){let r=n.resolve(e);if(!t.content.size)return e;let i=t.content;for(let s=0;s<t.openStart;s++)i=i.firstChild.content;for(let s=1;s<=(t.openStart==0&&t.size?2:1);s++)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(s==1)u=c.canReplace(a,a,i);else{let d=c.contentMatchAt(a).findWrapping(i.firstChild.type);u=d&&c.canReplaceWith(a,a,d[0])}if(u)return l==0?r.pos:l<0?r.before(o+1):r.after(o+1)}return null}function Fi(n,e,t=e,r=S.empty){if(e==t&&!r.size)return null;let i=n.resolve(e),s=n.resolve(t);return gl(i,s,r)?new Q(e,t,r):new uu(i,s,r).fit()}function gl(n,e,t){return!t.openStart&&!t.openEnd&&n.start()==e.start()&&n.parent.canReplace(n.index(),e.index(),t.content)}class uu{constructor(e,t,r){this.$from=e,this.$to=t,this.unplaced=r,this.frontier=[],this.placed=x.empty;for(let i=0;i<=e.depth;i++){let s=e.node(i);this.frontier.push({type:s.type,match:s.contentMatchAt(e.indexAfter(i))})}for(let i=e.depth;i>0;i--)this.placed=x.from(e.node(i).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let c=this.findFittable();c?this.placeNodes(c):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,r=this.$from,i=this.close(e<0?this.$to:r.doc.resolve(e));if(!i)return null;let s=this.placed,o=r.depth,l=i.depth;for(;o&&l&&s.childCount==1;)s=s.firstChild.content,o--,l--;let a=new S(s,o,l);return e>-1?new q(r.pos,e,this.$to.pos,this.$to.end(),a,t):a.size||r.pos!=this.$to.pos?new Q(r.pos,i.pos,a):null}findFittable(){for(let e=1;e<=2;e++)for(let t=this.unplaced.openStart;t>=0;t--){let r,i=null;t?(i=qr(this.unplaced.content,t-1).firstChild,r=i.content):r=this.unplaced.content;let s=r.firstChild;for(let o=this.depth;o>=0;o--){let{type:l,match:a}=this.frontier[o],c,u=null;if(e==1&&(s?a.matchType(s.type)||(u=a.fillBefore(x.from(s),!1)):i&&l.compatibleContent(i.type)))return{sliceDepth:t,frontierDepth:o,parent:i,inject:u};if(e==2&&s&&(c=a.findWrapping(s.type)))return{sliceDepth:t,frontierDepth:o,parent:i,wrap:c};if(i&&a.matchType(i.type))break}}}openMore(){let{content:e,openStart:t,openEnd:r}=this.unplaced,i=qr(e,t);return!i.childCount||i.firstChild.isLeaf?!1:(this.unplaced=new S(e,t+1,Math.max(r,i.size+t>=e.size-r?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:r}=this.unplaced,i=qr(e,t);if(i.childCount<=1&&t>0){let s=e.size-t<=t+i.size;this.unplaced=new S(yn(e,t-1,1),t-1,s?t-1:r)}else this.unplaced=new S(yn(e,t,1),t,r)}placeNodes({sliceDepth:e,frontierDepth:t,parent:r,inject:i,wrap:s}){for(;this.depth>t;)this.closeFrontierNode();if(s)for(let m=0;m<s.length;m++)this.openFrontierNode(s[m]);let o=this.unplaced,l=r?r.content:o.content,a=o.openStart-e,c=0,u=[],{match:d,type:f}=this.frontier[t];if(i){for(let m=0;m<i.childCount;m++)u.push(i.child(m));d=d.matchFragment(i)}let h=l.size+e-(o.content.size-o.openEnd);for(;c<l.childCount;){let m=l.child(c),y=d.matchType(m.type);if(!y)break;c++,(c>1||a==0||m.content.size)&&(d=y,u.push(yl(m.mark(f.allowedMarks(m.marks)),c==1?a:0,c==l.childCount?h:-1)))}let p=c==l.childCount;p||(h=-1),this.placed=bn(this.placed,t,x.from(u)),this.frontier[t].match=d,p&&h<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let m=0,y=l;m<h;m++){let v=y.lastChild;this.frontier.push({type:v.type,match:v.contentMatchAt(v.childCount)}),y=v.content}this.unplaced=p?e==0?S.empty:new S(yn(o.content,e-1,1),e-1,h<0?o.openEnd:e-1):new S(yn(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||!Kr(this.$to,this.$to.depth,e.type,e.match,!1)||this.$to.depth==this.depth&&(t=this.findCloseLevel(this.$to))&&t.depth==this.depth)return-1;let{depth:r}=this.$to,i=this.$to.after(r);for(;r>1&&i==this.$to.end(--r);)++i;return i}findCloseLevel(e){e:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:r,type:i}=this.frontier[t],s=t<e.depth&&e.end(t+1)==e.pos+(e.depth-(t+1)),o=Kr(e,t,i,r,s);if(!!o){for(let l=t-1;l>=0;l--){let{match:a,type:c}=this.frontier[l],u=Kr(e,l,c,a,!0);if(!u||u.childCount)continue e}return{depth:t,fit:o,move:s?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=bn(this.placed,t.depth,t.fit)),e=t.move;for(let r=t.depth+1;r<=e.depth;r++){let i=e.node(r),s=i.type.contentMatch.fillBefore(i.content,!0,e.index(r));this.openFrontierNode(i.type,i.attrs,s)}return e}openFrontierNode(e,t=null,r){let i=this.frontier[this.depth];i.match=i.match.matchType(e),this.placed=bn(this.placed,this.depth,x.from(e.create(t,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let t=this.frontier.pop().match.fillBefore(x.empty,!0);t.childCount&&(this.placed=bn(this.placed,this.frontier.length,t))}}function yn(n,e,t){return e==0?n.cutByIndex(t,n.childCount):n.replaceChild(0,n.firstChild.copy(yn(n.firstChild.content,e-1,t)))}function bn(n,e,t){return e==0?n.append(t):n.replaceChild(n.childCount-1,n.lastChild.copy(bn(n.lastChild.content,e-1,t)))}function qr(n,e){for(let t=0;t<e;t++)n=n.firstChild.content;return n}function yl(n,e,t){if(e<=0)return n;let r=n.content;return e>1&&(r=r.replaceChild(0,yl(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(x.empty,!0)))),n.copy(r)}function Kr(n,e,t,r,i){let s=n.node(e),o=i?n.indexAfter(e):n.index(e);if(o==s.childCount&&!t.compatibleContent(s.type))return null;let l=r.fillBefore(s.content,!0,o);return l&&!du(t,s.content,o)?l:null}function du(n,e,t){for(let r=t;r<e.childCount;r++)if(!n.allowsMarks(e.child(r).marks))return!0;return!1}function fu(n){return n.spec.defining||n.spec.definingForContent}function hu(n,e,t,r){if(!r.size)return n.deleteRange(e,t);let i=n.doc.resolve(e),s=n.doc.resolve(t);if(gl(i,s,r))return n.step(new Q(e,t,r));let o=vl(i,n.doc.resolve(t));o[o.length-1]==0&&o.pop();let l=-(i.depth+1);o.unshift(l);for(let f=i.depth,h=i.pos-1;f>0;f--,h--){let p=i.node(f).type.spec;if(p.defining||p.definingAsContext||p.isolating)break;o.indexOf(f)>-1?l=f:i.before(f)==h&&o.splice(1,0,-f)}let a=o.indexOf(l),c=[],u=r.openStart;for(let f=r.content,h=0;;h++){let p=f.firstChild;if(c.push(p),h==r.openStart)break;f=p.content}for(let f=u-1;f>=0;f--){let h=c[f].type,p=fu(h);if(p&&i.node(a).type!=h)u=f;else if(p||!h.isTextblock)break}for(let f=r.openStart;f>=0;f--){let h=(f+u+1)%(r.openStart+1),p=c[h];if(!!p)for(let m=0;m<o.length;m++){let y=o[(m+a)%o.length],v=!0;y<0&&(v=!1,y=-y);let k=i.node(y-1),N=i.index(y-1);if(k.canReplaceWith(N,N,p.type,p.marks))return n.replace(i.before(y),v?s.after(y):t,new S(bl(r.content,0,r.openStart,h),h,r.openEnd))}}let d=n.steps.length;for(let f=o.length-1;f>=0&&(n.replace(e,t,r),!(n.steps.length>d));f--){let h=o[f];h<0||(e=i.before(h),t=s.after(h))}}function bl(n,e,t,r,i){if(e<t){let s=n.firstChild;n=n.replaceChild(0,s.copy(bl(s.content,e+1,t,r,s)))}if(e>r){let s=i.contentMatchAt(0),o=s.fillBefore(n).append(n);n=o.append(s.matchFragment(o).fillBefore(x.empty,!0))}return n}function pu(n,e,t,r){if(!r.isInline&&e==t&&n.doc.resolve(e).parent.content.size){let i=cu(n.doc,e,r.type);i!=null&&(e=t=i)}n.replaceRange(e,t,new S(x.from(r),0,0))}function mu(n,e,t){let r=n.doc.resolve(e),i=n.doc.resolve(t),s=vl(r,i);for(let o=0;o<s.length;o++){let l=s[o],a=o==s.length-1;if(a&&l==0||r.node(l).type.contentMatch.validEnd)return n.delete(r.start(l),i.end(l));if(l>0&&(a||r.node(l-1).canReplace(r.index(l-1),i.indexAfter(l-1))))return n.delete(r.before(l),i.after(l))}for(let o=1;o<=r.depth&&o<=i.depth;o++)if(e-r.start(o)==r.depth-o&&t>r.end(o)&&i.end(o)-t!=i.depth-o)return n.delete(r.before(o),t);n.delete(e,t)}function vl(n,e){let t=[],r=Math.min(n.depth,e.depth);for(let i=r;i>=0;i--){let s=n.start(i);if(s<n.pos-(n.depth-i)||e.end(i)>e.pos+(e.depth-i)||n.node(i).type.spec.isolating||e.node(i).type.spec.isolating)break;(s==e.start(i)||i==n.depth&&i==e.depth&&n.parent.inlineContent&&e.parent.inlineContent&&i&&e.start(i-1)==s-1)&&t.push(i)}return t}let Xt=class extends Error{};Xt=function n(e){let t=Error.call(this,e);return t.__proto__=n.prototype,t};Xt.prototype=Object.create(Error.prototype);Xt.prototype.constructor=Xt;Xt.prototype.name="TransformError";class gu{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Ut}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Xt(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,r=S.empty){let i=Fi(this.doc,e,t,r);return i&&this.step(i),this}replaceWith(e,t,r){return this.replace(e,t,new S(x.from(r),0,0))}delete(e,t){return this.replace(e,t,S.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,r){return hu(this,e,t,r),this}replaceRangeWith(e,t,r){return pu(this,e,t,r),this}deleteRange(e,t){return mu(this,e,t),this}lift(e,t){return Zc(this,e,t),this}join(e,t=1){return au(this,e,t),this}wrap(e,t){return nu(this,e,t),this}setBlockType(e,t=e,r,i=null){return ru(this,e,t,r,i),this}setNodeMarkup(e,t,r=null,i=[]){return su(this,e,t,r,i),this}split(e,t=1,r){return ou(this,e,t,r),this}addMark(e,t,r){return Gc(this,e,t,r),this}removeMark(e,t,r){return Yc(this,e,t,r),this}clearIncompatible(e,t,r){return Xc(this,e,t,r),this}}const _r=Object.create(null);class D{constructor(e,t,r){this.$anchor=e,this.$head=t,this.ranges=r||[new yu(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=S.empty){let r=t.content.lastChild,i=null;for(let l=0;l<t.openEnd;l++)i=r,r=r.lastChild;let s=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(s);e.replaceRange(u.map(a.pos),u.map(c.pos),l?S.empty:t),l==0&&Ds(e,s,(r?r.isInline:i&&i.isTextblock)?-1:1)}}replaceWith(e,t){let r=e.steps.length,i=this.ranges;for(let s=0;s<i.length;s++){let{$from:o,$to:l}=i[s],a=e.mapping.slice(r),c=a.map(o.pos),u=a.map(l.pos);s?e.deleteRange(c,u):(e.replaceRangeWith(c,u,t),Ds(e,r,t.isInline?-1:1))}}static findFrom(e,t,r=!1){let i=e.parent.inlineContent?new I(e):$t(e.node(0),e.parent,e.pos,e.index(),t,r);if(i)return i;for(let s=e.depth-1;s>=0;s--){let o=t<0?$t(e.node(0),e.node(s),e.before(s+1),e.index(s),t,r):$t(e.node(0),e.node(s),e.after(s+1),e.index(s)+1,t,r);if(o)return o}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new pe(e.node(0))}static atStart(e){return $t(e,e,0,0,1)||new pe(e)}static atEnd(e){return $t(e,e,e.content.size,e.childCount,-1)||new pe(e)}static fromJSON(e,t){if(!t||!t.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=_r[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 _r)throw new RangeError("Duplicate use of selection JSON ID "+e);return _r[e]=t,t.prototype.jsonID=e,t}getBookmark(){return I.between(this.$anchor,this.$head).getBookmark()}}D.prototype.visible=!0;class yu{constructor(e,t){this.$from=e,this.$to=t}}let As=!1;function Ns(n){!As&&!n.parent.inlineContent&&(As=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+n.parent.type.name+")"))}class I extends D{constructor(e,t=e){Ns(e),Ns(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 D.near(r);let i=e.resolve(t.map(this.anchor));return new I(i.parent.inlineContent?i:r,r)}replace(e,t=S.empty){if(super.replace(e,t),t==S.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof I&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new Mr(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 I(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,r=t){let i=e.resolve(t);return new this(i,r==t?i:e.resolve(r))}static between(e,t,r){let i=e.pos-t.pos;if((!r||i)&&(r=i>=0?1:-1),!t.parent.inlineContent){let s=D.findFrom(t,r,!0)||D.findFrom(t,-r,!0);if(s)t=s.$head;else return D.near(t,r)}return e.parent.inlineContent||(i==0?e=t:(e=(D.findFrom(e,-r,!0)||D.findFrom(e,r,!0)).$anchor,e.pos<t.pos!=i<0&&(e=t))),new I(e,t)}}D.jsonID("text",I);class Mr{constructor(e,t){this.anchor=e,this.head=t}map(e){return new Mr(e.map(this.anchor),e.map(this.head))}resolve(e){return I.between(e.resolve(this.anchor),e.resolve(this.head))}}class E extends D{constructor(e){let t=e.nodeAfter,r=e.node(0).resolve(e.pos+t.nodeSize);super(e,r),this.node=t}map(e,t){let{deleted:r,pos:i}=t.mapResult(this.anchor),s=e.resolve(i);return r?D.near(s):new E(s)}content(){return new S(x.from(this.node),0,0)}eq(e){return e instanceof E&&e.anchor==this.anchor}toJSON(){return{type:"node",anchor:this.anchor}}getBookmark(){return new Vi(this.anchor)}static fromJSON(e,t){if(typeof t.anchor!="number")throw new RangeError("Invalid input for NodeSelection.fromJSON");return new E(e.resolve(t.anchor))}static create(e,t){return new E(e.resolve(t))}static isSelectable(e){return!e.isText&&e.type.spec.selectable!==!1}}E.prototype.visible=!1;D.jsonID("node",E);class Vi{constructor(e){this.anchor=e}map(e){let{deleted:t,pos:r}=e.mapResult(this.anchor);return t?new Mr(r,r):new Vi(r)}resolve(e){let t=e.resolve(this.anchor),r=t.nodeAfter;return r&&E.isSelectable(r)?new E(t):D.near(t)}}class pe extends D{constructor(e){super(e.resolve(0),e.resolve(e.content.size))}replace(e,t=S.empty){if(t==S.empty){e.delete(0,e.doc.content.size);let r=D.atStart(e.doc);r.eq(e.selection)||e.setSelection(r)}else super.replace(e,t)}toJSON(){return{type:"all"}}static fromJSON(e){return new pe(e)}map(e){return new pe(e)}eq(e){return e instanceof pe}getBookmark(){return bu}}D.jsonID("all",pe);const bu={map(){return this},resolve(n){return new pe(n)}};function $t(n,e,t,r,i,s=!1){if(e.inlineContent)return I.create(n,t);for(let o=r-(i>0?0:1);i>0?o<e.childCount:o>=0;o+=i){let l=e.child(o);if(l.isAtom){if(!s&&E.isSelectable(l))return E.create(n,t-(i<0?l.nodeSize:0))}else{let a=$t(n,l,t+i,i<0?l.childCount:0,i,s);if(a)return a}t+=l.nodeSize*i}return null}function Ds(n,e,t){let r=n.steps.length-1;if(r<e)return;let i=n.steps[r];if(!(i instanceof Q||i instanceof q))return;let s=n.mapping.maps[r],o;s.forEach((l,a,c,u)=>{o==null&&(o=u)}),n.setSelection(D.near(n.doc.resolve(o),t))}const Is=1,Xn=2,Ps=4;class vu extends gu{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|Is)&~Xn,this.storedMarks=null,this}get selectionSet(){return(this.updated&Is)>0}setStoredMarks(e){return this.storedMarks=e,this.updated|=Xn,this}ensureMarks(e){return F.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&Xn)>0}addStep(e,t){super.addStep(e,t),this.updated=this.updated&~Xn,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)||F.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,r){let i=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(i.text(e),!0):this.deleteSelection();{if(r==null&&(r=t),r=r==null?t:r,!e)return this.deleteRange(t,r);let s=this.storedMarks;if(!s){let o=this.doc.resolve(t);s=r==t?o.marks():o.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(t,r,i.text(e,s)),this.selection.empty||this.setSelection(D.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|=Ps,this}get scrolledIntoView(){return(this.updated&Ps)>0}}function Rs(n,e){return!e||!n?n:n.bind(e)}class vn{constructor(e,t,r){this.name=e,this.init=Rs(t.init,r),this.apply=Rs(t.apply,r)}}const xu=[new vn("doc",{init(n){return n.doc||n.schema.topNodeType.createAndFill()},apply(n){return n.doc}}),new vn("selection",{init(n,e){return n.selection||D.atStart(e.doc)},apply(n){return n.selection}}),new vn("storedMarks",{init(n){return n.storedMarks||null},apply(n,e,t,r){return r.selection.$cursor?n.storedMarks:null}}),new vn("scrollToSelection",{init(){return 0},apply(n,e){return n.scrolledIntoView?e+1:e}})];class Jr{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=xu.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 vn(r.key,r.spec.state,r))})}}class qt{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,t=-1){for(let r=0;r<this.config.plugins.length;r++)if(r!=t){let i=this.config.plugins[r];if(i.spec.filterTransaction&&!i.spec.filterTransaction.call(i,e,this))return!1}return!0}applyTransaction(e){if(!this.filterTransaction(e))return{state:this,transactions:[]};let t=[e],r=this.applyInner(e),i=null;for(;;){let s=!1;for(let o=0;o<this.config.plugins.length;o++){let l=this.config.plugins[o];if(l.spec.appendTransaction){let a=i?i[o].n:0,c=i?i[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),!i){i=[];for(let d=0;d<this.config.plugins.length;d++)i.push(d<o?{state:r,n:t.length}:{state:this,n:0})}t.push(u),r=r.applyInner(u),s=!0}i&&(i[o]={state:r,n:t.length})}}if(!s)return{state:r,transactions:t}}}applyInner(e){if(!e.before.eq(this.doc))throw new RangeError("Applying a mismatched transaction");let t=new qt(this.config),r=this.config.fields;for(let i=0;i<r.length;i++){let s=r[i];t[s.name]=s.apply(e,this[s.name],this,t)}return t}get tr(){return new vu(this)}static create(e){let t=new Jr(e.doc?e.doc.type.schema:e.schema,e.plugins),r=new qt(t);for(let i=0;i<t.fields.length;i++)r[t.fields[i].name]=t.fields[i].init(e,r);return r}reconfigure(e){let t=new Jr(this.schema,e.plugins),r=t.fields,i=new qt(t);for(let s=0;s<r.length;s++){let o=r[s].name;i[o]=this.hasOwnProperty(o)?this[o]:r[s].init(e,i)}return i}toJSON(e){let t={doc:this.doc.toJSON(),selection:this.selection.toJSON()};if(this.storedMarks&&(t.storedMarks=this.storedMarks.map(r=>r.toJSON())),e&&typeof e=="object")for(let r in e){if(r=="doc"||r=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let i=e[r],s=i.spec.state;s&&s.toJSON&&(t[r]=s.toJSON.call(i,this[i.key]))}return t}static fromJSON(e,t,r){if(!t)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let i=new Jr(e.schema,e.plugins),s=new qt(i);return i.fields.forEach(o=>{if(o.name=="doc")s.doc=He.fromJSON(e.schema,t.doc);else if(o.name=="selection")s.selection=D.fromJSON(s.doc,t.selection);else if(o.name=="storedMarks")t.storedMarks&&(s.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)){s[o.name]=c.fromJSON.call(a,e,t[l],s);return}}s[o.name]=o.init(e,s)}}),s}}function xl(n,e,t){for(let r in n){let i=n[r];i instanceof Function?i=i.bind(e):r=="handleDOMEvents"&&(i=xl(i,e,{})),t[r]=i}return t}class ae{constructor(e){this.spec=e,this.props={},e.props&&xl(e.props,this,this.props),this.key=e.key?e.key.key:kl("plugin")}getState(e){return e[this.key]}}const Ur=Object.create(null);function kl(n){return n in Ur?n+"$"+ ++Ur[n]:(Ur[n]=0,n+"$")}class Ke{constructor(e="key"){this.key=kl(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const ht=typeof navigator!="undefined"?navigator:null,Bs=typeof document!="undefined"?document:null,yt=ht&&ht.userAgent||"",gi=/Edge\/(\d+)/.exec(yt),Sl=/MSIE \d/.exec(yt),yi=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(yt),me=!!(Sl||yi||gi),ct=Sl?document.documentMode:yi?+yi[1]:gi?+gi[1]:0,je=!me&&/gecko\/(\d+)/i.test(yt);je&&+(/Firefox\/(\d+)/.exec(yt)||[0,0])[1];const bi=!me&&/Chrome\/(\d+)/.exec(yt),te=!!bi,ku=bi?+bi[1]:0,se=!me&&!!ht&&/Apple Computer/.test(ht.vendor),Qt=se&&(/Mobile\/\w+/.test(yt)||!!ht&&ht.maxTouchPoints>2),be=Qt||(ht?/Mac/.test(ht.platform):!1),Le=/Android \d/.test(yt),Cr=!!Bs&&"webkitFontSmoothing"in Bs.documentElement.style,Su=Cr?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0,fe=function(n){for(var e=0;;e++)if(n=n.previousSibling,!n)return e},Hi=function(n){let e=n.assignedSlot||n.parentNode;return e&&e.nodeType==11?e.host:e};let Ls=null;const Ge=function(n,e,t){let r=Ls||(Ls=document.createRange());return r.setEnd(n,t==null?n.nodeValue.length:t),r.setStart(n,e||0),r},An=function(n,e,t,r){return t&&(zs(n,e,t,r,-1)||zs(n,e,t,r,1))},wu=/^(img|br|input|textarea|hr)$/i;function zs(n,e,t,r,i){for(;;){if(n==t&&e==r)return!0;if(e==(i<0?0:ze(n))){let s=n.parentNode;if(!s||s.nodeType!=1||Cu(n)||wu.test(n.nodeName)||n.contentEditable=="false")return!1;e=fe(n)+(i<0?0:1),n=s}else if(n.nodeType==1){if(n=n.childNodes[e+(i<0?-1:0)],n.contentEditable=="false")return!1;e=i<0?ze(n):0}else return!1}}function ze(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function Mu(n,e,t){for(let r=e==0,i=e==ze(n);r||i;){if(n==t)return!0;let s=fe(n);if(n=n.parentNode,!n)return!1;r=r&&s==0,i=i&&s==ze(n)}}function Cu(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 $i=function(n){let e=n.isCollapsed;return e&&te&&n.rangeCount&&!n.getRangeAt(0).collapsed&&(e=!1),e};function Kt(n,e){let t=document.createEvent("Event");return t.initEvent("keydown",!0,!0),t.keyCode=n,t.key=t.code=e,t}function Ou(n){return{left:0,right:n.documentElement.clientWidth,top:0,bottom:n.documentElement.clientHeight}}function nt(n,e){return typeof n=="number"?n:n[e]}function Tu(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 Fs(n,e,t){let r=n.someProp("scrollThreshold")||0,i=n.someProp("scrollMargin")||5,s=n.dom.ownerDocument;for(let o=t||n.dom;o;o=Hi(o)){if(o.nodeType!=1)continue;let l=o,a=l==s.body,c=a?Ou(s):Tu(l),u=0,d=0;if(e.top<c.top+nt(r,"top")?d=-(c.top-e.top+nt(i,"top")):e.bottom>c.bottom-nt(r,"bottom")&&(d=e.bottom-c.bottom+nt(i,"bottom")),e.left<c.left+nt(r,"left")?u=-(c.left-e.left+nt(i,"left")):e.right>c.right-nt(r,"right")&&(u=e.right-c.right+nt(i,"right")),u||d)if(a)s.defaultView.scrollBy(u,d);else{let f=l.scrollLeft,h=l.scrollTop;d&&(l.scrollTop+=d),u&&(l.scrollLeft+=u);let p=l.scrollLeft-f,m=l.scrollTop-h;e={left:e.left-p,top:e.top-m,right:e.right-p,bottom:e.bottom-m}}if(a)break}}function Eu(n){let e=n.dom.getBoundingClientRect(),t=Math.max(0,e.top),r,i;for(let s=(e.left+e.right)/2,o=t+1;o<Math.min(innerHeight,e.bottom);o+=5){let l=n.root.elementFromPoint(s,o);if(!l||l==n.dom||!n.dom.contains(l))continue;let a=l.getBoundingClientRect();if(a.top>=t-20){r=l,i=a.top;break}}return{refDOM:r,refTop:i,stack:wl(n.dom)}}function wl(n){let e=[],t=n.ownerDocument;for(let r=n;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),n!=t);r=Hi(r));return e}function Au({refDOM:n,refTop:e,stack:t}){let r=n?n.getBoundingClientRect().top:0;Ml(t,r==0?0:r-e)}function Ml(n,e){for(let t=0;t<n.length;t++){let{dom:r,top:i,left:s}=n[t];r.scrollTop!=i+e&&(r.scrollTop=i+e),r.scrollLeft!=s&&(r.scrollLeft=s)}}let Ht=null;function Nu(n){if(n.setActive)return n.setActive();if(Ht)return n.focus(Ht);let e=wl(n);n.focus(Ht==null?{get preventScroll(){return Ht={preventScroll:!0},!0}}:void 0),Ht||(Ht=!1,Ml(e,0))}function Cl(n,e){let t,r=2e8,i,s=0,o=e.top,l=e.top;for(let a=n.firstChild,c=0;a;a=a.nextSibling,c++){let u;if(a.nodeType==1)u=a.getClientRects();else if(a.nodeType==3)u=Ge(a).getClientRects();else continue;for(let d=0;d<u.length;d++){let f=u[d];if(f.top<=o&&f.bottom>=l){o=Math.max(f.bottom,o),l=Math.min(f.top,l);let h=f.left>e.left?f.left-e.left:f.right<e.left?e.left-f.right:0;if(h<r){t=a,r=h,i=h&&t.nodeType==3?{left:f.right<e.left?f.right:f.left,top:e.top}:e,a.nodeType==1&&h&&(s=c+(e.left>=(f.left+f.right)/2?1:0));continue}}!t&&(e.left>=f.right&&e.top>=f.top||e.left>=f.left&&e.top>=f.bottom)&&(s=c+1)}}return t&&t.nodeType==3?Du(t,i):!t||r&&t.nodeType==1?{node:n,offset:s}:Cl(t,i)}function Du(n,e){let t=n.nodeValue.length,r=document.createRange();for(let i=0;i<t;i++){r.setEnd(n,i+1),r.setStart(n,i);let s=rt(r,1);if(s.top!=s.bottom&&ji(e,s))return{node:n,offset:i+(e.left>=(s.left+s.right)/2?1:0)}}return{node:n,offset:0}}function ji(n,e){return n.left>=e.left-1&&n.left<=e.right+1&&n.top>=e.top-1&&n.top<=e.bottom+1}function Iu(n,e){let t=n.parentNode;return t&&/^li$/i.test(t.nodeName)&&e.left<n.getBoundingClientRect().left?t:n}function Pu(n,e,t){let{node:r,offset:i}=Cl(e,t),s=-1;if(r.nodeType==1&&!r.firstChild){let o=r.getBoundingClientRect();s=o.left!=o.right&&t.left>(o.left+o.right)/2?1:-1}return n.docView.posFromDOM(r,i,s)}function Ru(n,e,t,r){let i=-1;for(let s=e;s!=n.dom;){let o=n.docView.nearestDesc(s,!0);if(!o)return null;if(o.node.isBlock&&o.parent){let l=o.dom.getBoundingClientRect();if(l.left>r.left||l.top>r.top)i=o.posBefore;else if(l.right<r.left||l.bottom<r.top)i=o.posAfter;else break}s=o.dom.parentNode}return i>-1?i:n.docView.posFromDOM(e,t,1)}function Ol(n,e,t){let r=n.childNodes.length;if(r&&t.top<t.bottom)for(let i=Math.max(0,Math.min(r-1,Math.floor(r*(e.top-t.top)/(t.bottom-t.top))-2)),s=i;;){let o=n.childNodes[s];if(o.nodeType==1){let l=o.getClientRects();for(let a=0;a<l.length;a++){let c=l[a];if(ji(e,c))return Ol(o,e,c)}}if((s=(s+1)%r)==i)break}return n}function Bu(n,e){let t=n.dom.ownerDocument,r,i=0;if(t.caretPositionFromPoint)try{let a=t.caretPositionFromPoint(e.left,e.top);a&&({offsetNode:r,offset:i}=a)}catch{}if(!r&&t.caretRangeFromPoint){let a=t.caretRangeFromPoint(e.left,e.top);a&&({startContainer:r,startOffset:i}=a)}let s=(n.root.elementFromPoint?n.root:t).elementFromPoint(e.left,e.top+1),o;if(!s||!n.dom.contains(s.nodeType!=1?s.parentNode:s)){let a=n.dom.getBoundingClientRect();if(!ji(e,a)||(s=Ol(n.dom,e,a),!s))return null}if(se)for(let a=s;r&&a;a=Hi(a))a.draggable&&(r=void 0);if(s=Iu(s,e),r){if(je&&r.nodeType==1&&(i=Math.min(i,r.childNodes.length),i<r.childNodes.length)){let a=r.childNodes[i],c;a.nodeName=="IMG"&&(c=a.getBoundingClientRect()).right<=e.left&&c.bottom>e.top&&i++}r==n.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?o=n.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!="BR")&&(o=Ru(n,r,i,e))}o==null&&(o=Pu(n,s,e));let l=n.docView.nearestDesc(s,!0);return{pos:o,inside:l?l.posAtStart-l.border:-1}}function rt(n,e){let t=n.getClientRects();return t.length?t[e<0?0:t.length-1]:n.getBoundingClientRect()}const Lu=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;function Tl(n,e,t){let{node:r,offset:i}=n.docView.domFromPos(e,t<0?-1:1),s=Cr||je;if(r.nodeType==3)if(s&&(Lu.test(r.nodeValue)||(t<0?!i:i==r.nodeValue.length))){let o=rt(Ge(r,i,i),t);if(je&&i&&/\s/.test(r.nodeValue[i-1])&&i<r.nodeValue.length){let l=rt(Ge(r,i-1,i-1),-1);if(l.top==o.top){let a=rt(Ge(r,i,i+1),-1);if(a.top!=o.top)return mn(a,a.left<l.left)}}return o}else{let o=i,l=i,a=t<0?1:-1;return t<0&&!i?(l++,a=-1):t>=0&&i==r.nodeValue.length?(o--,a=1):t<0?o--:l++,mn(rt(Ge(r,o,l),a),a<0)}if(!n.state.doc.resolve(e).parent.inlineContent){if(i&&(t<0||i==ze(r))){let o=r.childNodes[i-1];if(o.nodeType==1)return Gr(o.getBoundingClientRect(),!1)}if(i<ze(r)){let o=r.childNodes[i];if(o.nodeType==1)return Gr(o.getBoundingClientRect(),!0)}return Gr(r.getBoundingClientRect(),t>=0)}if(i&&(t<0||i==ze(r))){let o=r.childNodes[i-1],l=o.nodeType==3?Ge(o,ze(o)-(s?0:1)):o.nodeType==1&&(o.nodeName!="BR"||!o.nextSibling)?o:null;if(l)return mn(rt(l,1),!1)}if(i<ze(r)){let o=r.childNodes[i];for(;o.pmViewDesc&&o.pmViewDesc.ignoreForCoords;)o=o.nextSibling;let l=o?o.nodeType==3?Ge(o,0,s?0:1):o.nodeType==1?o:null:null;if(l)return mn(rt(l,-1),!0)}return mn(rt(r.nodeType==3?Ge(r):r,-t),t>=0)}function mn(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 Gr(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 El(n,e,t){let r=n.state,i=n.root.activeElement;r!=e&&n.updateState(e),i!=n.dom&&n.focus();try{return t()}finally{r!=e&&n.updateState(r),i!=n.dom&&i&&i.focus()}}function zu(n,e,t){let r=e.selection,i=t=="up"?r.$from:r.$to;return El(n,e,()=>{let{node:s}=n.docView.domFromPos(i.pos,t=="up"?-1:1);for(;;){let l=n.docView.nearestDesc(s,!0);if(!l)break;if(l.node.isBlock){s=l.dom;break}s=l.dom.parentNode}let o=Tl(n,i.pos,1);for(let l=s.firstChild;l;l=l.nextSibling){let a;if(l.nodeType==1)a=l.getClientRects();else if(l.nodeType==3)a=Ge(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 Fu=/[\u0590-\u08ac]/;function Vu(n,e,t){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,s=!i,o=i==r.parent.content.size,l=n.domSelection();return!Fu.test(r.parent.textContent)||!l.modify?t=="left"||t=="backward"?s:o:El(n,e,()=>{let a=l.getRangeAt(0),c=l.focusNode,u=l.focusOffset,d=l.caretBidiLevel;l.modify("move",t,"character");let h=!(r.depth?n.docView.domAfterPos(r.before()):n.dom).contains(l.focusNode.nodeType==1?l.focusNode:l.focusNode.parentNode)||c==l.focusNode&&u==l.focusOffset;return l.removeAllRanges(),l.addRange(a),d!=null&&(l.caretBidiLevel=d),h})}let Vs=null,Hs=null,$s=!1;function Hu(n,e,t){return Vs==e&&Hs==t?$s:(Vs=e,Hs=t,$s=t=="up"||t=="down"?zu(n,e,t):Vu(n,e,t))}const Te=0,js=1,_t=2,We=3;class Vn{constructor(e,t,r,i){this.parent=e,this.children=t,this.dom=r,this.contentDOM=i,this.dirty=Te,r.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,r){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;t<this.children.length;t++)e+=this.children[t].size;return e}get border(){return 0}destroy(){this.parent=void 0,this.dom.pmViewDesc==this&&(this.dom.pmViewDesc=void 0);for(let e=0;e<this.children.length;e++)this.children[e].destroy()}posBeforeChild(e){for(let t=0,r=this.posAtStart;;t++){let i=this.children[t];if(i==e)return r;r+=i.size}}get posBefore(){return this.parent.posBeforeChild(this)}get posAtStart(){return this.parent?this.parent.posBeforeChild(this)+this.border:0}get posAfter(){return this.posBefore+this.size}get posAtEnd(){return this.posAtStart+this.size-2*this.border}localPosFromDOM(e,t,r){if(this.contentDOM&&this.contentDOM.contains(e.nodeType==1?e:e.parentNode))if(r<0){let s,o;if(e==this.contentDOM)s=e.childNodes[t-1];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;s=e.previousSibling}for(;s&&!((o=s.pmViewDesc)&&o.parent==this);)s=s.previousSibling;return s?this.posBeforeChild(o)+o.size:this.posAtStart}else{let s,o;if(e==this.contentDOM)s=e.childNodes[t];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;s=e.nextSibling}for(;s&&!((o=s.pmViewDesc)&&o.parent==this);)s=s.nextSibling;return s?this.posBeforeChild(o):this.posAtEnd}let i;if(e==this.dom&&this.contentDOM)i=t>fe(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))i=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let s=e;;s=s.parentNode){if(s==this.dom){i=!1;break}if(s.previousSibling)break}if(i==null&&t==e.childNodes.length)for(let s=e;;s=s.parentNode){if(s==this.dom){i=!0;break}if(s.nextSibling)break}}return(i==null?r>0:i)?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let r=!0,i=e;i;i=i.parentNode){let s=this.getDesc(i),o;if(s&&(!t||s.node))if(r&&(o=s.nodeDOM)&&!(o.nodeType==1?o.contains(e.nodeType==1?e:e.parentNode):o==e))r=!1;else return s}}getDesc(e){let t=e.pmViewDesc;for(let r=t;r;r=r.parent)if(r==this)return t}posFromDOM(e,t,r){for(let i=e;i;i=i.parentNode){let s=this.getDesc(i);if(s)return s.localPosFromDOM(e,t,r)}return-1}descAt(e){for(let t=0,r=0;t<this.children.length;t++){let i=this.children[t],s=r+i.size;if(r==e&&s!=r){for(;!i.border&&i.children.length;)i=i.children[0];return i}if(e<s)return i.descAt(e-r-i.border);r=s}}domFromPos(e,t){if(!this.contentDOM)return{node:this.dom,offset:0};let r=0,i=0;for(let s=0;r<this.children.length;r++){let o=this.children[r],l=s+o.size;if(l>e||o instanceof Nl){i=e-s;break}s=l}if(i)return this.children[r].domFromPos(i-this.children[r].border,t);for(let s;r&&!(s=this.children[r-1]).size&&s instanceof Al&&s.side>=0;r--);if(t<=0){let s,o=!0;for(;s=r?this.children[r-1]:null,!(!s||s.dom.parentNode==this.contentDOM);r--,o=!1);return s&&t&&o&&!s.border&&!s.domAtom?s.domFromPos(s.size,t):{node:this.contentDOM,offset:s?fe(s.dom)+1:0}}else{let s,o=!0;for(;s=r<this.children.length?this.children[r]:null,!(!s||s.dom.parentNode==this.contentDOM);r++,o=!1);return s&&o&&!s.border&&!s.domAtom?s.domFromPos(0,t):{node:this.contentDOM,offset:s?fe(s.dom):this.contentDOM.childNodes.length}}}parseRange(e,t,r=0){if(this.children.length==0)return{node:this.contentDOM,from:e,to:t,fromOffset:0,toOffset:this.contentDOM.childNodes.length};let i=-1,s=-1;for(let o=r,l=0;;l++){let a=this.children[l],c=o+a.size;if(i==-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 f=this.children[d-1];if(f.size&&f.dom.parentNode==this.contentDOM&&!f.emptyChildAt(1)){i=fe(f.dom)+1;break}e-=f.size}i==-1&&(i=0)}if(i>-1&&(c>t||l==this.children.length-1)){t=c;for(let u=l+1;u<this.children.length;u++){let d=this.children[u];if(d.size&&d.dom.parentNode==this.contentDOM&&!d.emptyChildAt(-1)){s=fe(d.dom);break}t+=d.size}s==-1&&(s=this.contentDOM.childNodes.length);break}o=c}return{node:this.contentDOM,from:e,to:t,fromOffset:i,toOffset:s}}emptyChildAt(e){if(this.border||!this.contentDOM||!this.children.length)return!1;let t=this.children[e<0?0:this.children.length-1];return t.size==0||t.emptyChildAt(e)}domAfterPos(e){let{node:t,offset:r}=this.domFromPos(e,0);if(t.nodeType!=1||r==t.childNodes.length)throw new RangeError("No node after pos "+e);return t.childNodes[r]}setSelection(e,t,r,i=!1){let s=Math.min(e,t),o=Math.max(e,t);for(let f=0,h=0;f<this.children.length;f++){let p=this.children[f],m=h+p.size;if(s>h&&o<m)return p.setSelection(e-h-p.border,t-h-p.border,r,i);h=m}let l=this.domFromPos(e,e?-1:1),a=t==e?l:this.domFromPos(t,t?-1:1),c=r.getSelection(),u=!1;if((je||se)&&e==t){let{node:f,offset:h}=l;if(f.nodeType==3){if(u=!!(h&&f.nodeValue[h-1]==`
5
+ `),u&&h==f.nodeValue.length)for(let p=f,m;p;p=p.parentNode){if(m=p.nextSibling){m.nodeName=="BR"&&(l=a={node:m.parentNode,offset:fe(m)+1});break}let y=p.pmViewDesc;if(y&&y.node&&y.node.isBlock)break}}else{let p=f.childNodes[h-1];u=p&&(p.nodeName=="BR"||p.contentEditable=="false")}}if(je&&c.focusNode&&c.focusNode!=a.node&&c.focusNode.nodeType==1){let f=c.focusNode.childNodes[c.focusOffset];f&&f.contentEditable=="false"&&(i=!0)}if(!(i||u&&se)&&An(l.node,l.offset,c.anchorNode,c.anchorOffset)&&An(a.node,a.offset,c.focusNode,c.focusOffset))return;let d=!1;if((c.extend||e==t)&&!u){c.collapse(l.node,l.offset);try{e!=t&&c.extend(a.node,a.offset),d=!0}catch(f){if(!(f instanceof DOMException))throw f}}if(!d){if(e>t){let h=l;l=a,a=h}let f=document.createRange();f.setEnd(a.node,a.offset),f.setStart(l.node,l.offset),c.removeAllRanges(),c.addRange(f)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let r=0,i=0;i<this.children.length;i++){let s=this.children[i],o=r+s.size;if(r==o?e<=o&&t>=r:e<o&&t>r){let l=r+s.border,a=o-s.border;if(e>=l&&t<=a){this.dirty=e==r||t==o?_t:js,e==l&&t==a&&(s.contentLost||s.dom.parentNode!=this.contentDOM)?s.dirty=We:s.markDirty(e-l,t-l);return}else s.dirty=s.dom==s.contentDOM&&s.dom.parentNode==this.contentDOM&&!s.children.length?_t:We}r=o}this.dirty=_t}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let r=e==1?_t:js;t.dirty<r&&(t.dirty=r)}}get domAtom(){return!1}get ignoreForCoords(){return!1}}class Al extends Vn{constructor(e,t,r,i){let s,o=t.type.toDOM;if(typeof o=="function"&&(o=o(r,()=>{if(!s)return i;if(s.parent)return s.parent.posBeforeChild(s)})),!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,s=this}matchesWidget(e){return this.dirty==Te&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get side(){return this.widget.type.side}}class $u extends Vn{constructor(e,t,r,i){super(e,[],t,null),this.textDOM=r,this.text=i}get size(){return this.text.length}localPosFromDOM(e,t){return e!=this.textDOM?this.posAtStart+(t?this.size:0):this.posAtStart+t}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class Rt extends Vn{constructor(e,t,r,i){super(e,[],r,i),this.mark=t}static create(e,t,r,i){let s=i.nodeViews[t.type.name],o=s&&s(t,i,r);return(!o||!o.dom)&&(o=Fe.renderSpec(document,t.type.spec.toDOM(t,r))),new Rt(e,t,o.dom,o.contentDOM||o.dom)}parseRule(){return this.dirty&We||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM||void 0}}matchesMark(e){return this.dirty!=We&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=Te){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty<this.dirty&&(r.dirty=this.dirty),this.dirty=Te}}slice(e,t,r){let i=Rt.create(this.parent,this.mark,!0,r),s=this.children,o=this.size;t<o&&(s=ki(s,t,o,r)),e>0&&(s=ki(s,0,e,r));for(let l=0;l<s.length;l++)s[l].parent=i;return i.children=s,i}}class Bt extends Vn{constructor(e,t,r,i,s,o,l,a,c){super(e,[],s,o),this.node=t,this.outerDeco=r,this.innerDeco=i,this.nodeDOM=l,o&&this.updateChildren(a,c)}static create(e,t,r,i,s,o){let l=s.nodeViews[t.type.name],a,c=l&&l(t,s,()=>{if(!a)return o;if(a.parent)return a.parent.posBeforeChild(a)},r,i),u=c&&c.dom,d=c&&c.contentDOM;if(t.isText){if(!u)u=document.createTextNode(t.text);else if(u.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else u||({dom:u,contentDOM:d}=Fe.renderSpec(document,t.type.spec.toDOM(t)));!d&&!t.isText&&u.nodeName!="BR"&&(u.hasAttribute("contenteditable")||(u.contentEditable="false"),t.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Pl(u,r,t),c?a=new ju(e,t,r,i,u,d||null,f,c,s,o+1):t.isText?new Or(e,t,r,i,u,f,s):new Bt(e,t,r,i,u,d||null,f,s,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=()=>x.empty)}return e}matchesNode(e,t,r){return this.dirty==Te&&e.eq(this.node)&&xi(t,this.outerDeco)&&r.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,t){let r=this.node.inlineContent,i=t,s=e.composing?this.localCompositionInfo(e,t):null,o=s&&s.pos>-1?s:null,l=s&&s.pos<0,a=new qu(this,o&&o.node);Ju(this.node,this.innerDeco,(c,u,d)=>{c.spec.marks?a.syncToMarks(c.spec.marks,r,e):c.type.side>=0&&!d&&a.syncToMarks(u==this.node.childCount?F.none:this.node.child(u).marks,r,e),a.placeWidget(c,e,i)},(c,u,d,f)=>{a.syncToMarks(c.marks,r,e);let h;a.findNodeMatch(c,u,d,f)||l&&e.state.selection.from>i&&e.state.selection.to<i+c.nodeSize&&(h=a.findIndexWithChild(s.node))>-1&&a.updateNodeAt(c,u,d,h,e)||a.updateNextNode(c,u,d,e,f)||a.addNode(c,u,d,e,i),i+=c.nodeSize}),a.syncToMarks([],r,e),this.node.isTextblock&&a.addTextblockHacks(),a.destroyRest(),(a.changed||this.dirty==_t)&&(o&&this.protectLocalComposition(e,o),Dl(this.contentDOM,this.children,e),Qt&&Uu(this.dom))}localCompositionInfo(e,t){let{from:r,to:i}=e.state.selection;if(!(e.state.selection instanceof I)||r<t||i>t+this.node.content.size)return null;let s=e.domSelection(),o=Gu(s.focusNode,s.focusOffset);if(!o||!this.dom.contains(o.parentNode))return null;if(this.node.inlineContent){let l=o.nodeValue,a=Yu(this.node.content,l,r-t,i-t);return a<0?null:{node:o,pos:a,text:l}}else return{node:o,pos:-1,text:""}}protectLocalComposition(e,{node:t,pos:r,text:i}){if(this.getDesc(t))return;let s=t;for(;s.parentNode!=this.contentDOM;s=s.parentNode){for(;s.previousSibling;)s.parentNode.removeChild(s.previousSibling);for(;s.nextSibling;)s.parentNode.removeChild(s.nextSibling);s.pmViewDesc&&(s.pmViewDesc=void 0)}let o=new $u(this,s,t,i);e.input.compositionNodes.push(o),this.children=ki(this.children,r,r+i.length,e,o)}update(e,t,r,i){return this.dirty==We||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,r,i),!0)}updateInner(e,t,r,i){this.updateOuterDeco(t),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(i,this.posAtStart),this.dirty=Te}updateOuterDeco(e){if(xi(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=Il(this.dom,this.nodeDOM,vi(this.outerDeco,this.node,t),vi(e,this.node,t)),this.dom!=r&&(r.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.dom.draggable=!0)}deselectNode(){this.nodeDOM.nodeType==1&&this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.dom.removeAttribute("draggable")}get domAtom(){return this.node.isAtom}}function Ws(n,e,t,r,i){return Pl(r,e,n),new Bt(void 0,n,e,t,r,r,r,i,0)}class Or extends Bt{constructor(e,t,r,i,s,o,l){super(e,t,r,i,s,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,i){return this.dirty==We||this.dirty!=Te&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=Te||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,i.trackWrites==this.nodeDOM&&(i.trackWrites=null)),this.node=e,this.dirty=Te,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,r){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,r)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,t,r){let i=this.node.cut(e,t),s=document.createTextNode(i.text);return new Or(this.parent,i,this.outerDeco,this.innerDeco,s,s,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=We)}get domAtom(){return!1}}class Nl extends Vn{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==Te&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class ju extends Bt{constructor(e,t,r,i,s,o,l,a,c,u){super(e,t,r,i,s,o,l,c,u),this.spec=a}update(e,t,r,i){if(this.dirty==We)return!1;if(this.spec.update){let s=this.spec.update(e,t,r);return s&&this.updateInner(e,t,r,i),s}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,t,r,i)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,r,i){this.spec.setSelection?this.spec.setSelection(e,t,r):super.setSelection(e,t,r,i)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}}function Dl(n,e,t){let r=n.firstChild,i=!1;for(let s=0;s<e.length;s++){let o=e[s],l=o.dom;if(l.parentNode==n){for(;l!=r;)r=qs(r),i=!0;r=r.nextSibling}else i=!0,n.insertBefore(l,r);if(o instanceof Rt){let a=r?r.previousSibling:n.lastChild;Dl(o.contentDOM,o.children,t),r=a?a.nextSibling:n.firstChild}}for(;r;)r=qs(r),i=!0;i&&t.trackWrites==n&&(t.trackWrites=null)}const Sn=function(n){n&&(this.nodeName=n)};Sn.prototype=Object.create(null);const Ot=[new Sn];function vi(n,e,t){if(n.length==0)return Ot;let r=t?Ot[0]:new Sn,i=[r];for(let s=0;s<n.length;s++){let o=n[s].type.attrs;if(!!o){o.nodeName&&i.push(r=new Sn(o.nodeName));for(let l in o){let a=o[l];a!=null&&(t&&i.length==1&&i.push(r=new Sn(e.isInline?"span":"div")),l=="class"?r.class=(r.class?r.class+" ":"")+a:l=="style"?r.style=(r.style?r.style+";":"")+a:l!="nodeName"&&(r[l]=a))}}}return i}function Il(n,e,t,r){if(t==Ot&&r==Ot)return e;let i=e;for(let s=0;s<r.length;s++){let o=r[s],l=t[s];if(s){let a;l&&l.nodeName==o.nodeName&&i!=n&&(a=i.parentNode)&&a.nodeName.toLowerCase()==o.nodeName||(a=document.createElement(o.nodeName),a.pmIsDeco=!0,a.appendChild(i),l=Ot[0]),i=a}Wu(i,l||Ot[0],o)}return i}function Wu(n,e,t){for(let r in e)r!="class"&&r!="style"&&r!="nodeName"&&!(r in t)&&n.removeAttribute(r);for(let r in t)r!="class"&&r!="style"&&r!="nodeName"&&t[r]!=e[r]&&n.setAttribute(r,t[r]);if(e.class!=t.class){let r=e.class?e.class.split(" ").filter(Boolean):[],i=t.class?t.class.split(" ").filter(Boolean):[];for(let s=0;s<r.length;s++)i.indexOf(r[s])==-1&&n.classList.remove(r[s]);for(let s=0;s<i.length;s++)r.indexOf(i[s])==-1&&n.classList.add(i[s]);n.classList.length==0&&n.removeAttribute("class")}if(e.style!=t.style){if(e.style){let r=/\s*([\w\-\xa1-\uffff]+)\s*:(?:"(?:\\.|[^"])*"|'(?:\\.|[^'])*'|\(.*?\)|[^;])*/g,i;for(;i=r.exec(e.style);)n.style.removeProperty(i[1])}t.style&&(n.style.cssText+=t.style)}}function Pl(n,e,t){return Il(n,n,Ot,vi(e,t,n.nodeType!=1))}function xi(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 qs(n){let e=n.nextSibling;return n.parentNode.removeChild(n),e}class qu{constructor(e,t){this.lock=t,this.index=0,this.stack=[],this.changed=!1,this.top=e,this.preMatch=Ku(e.node.content,e)}destroyBetween(e,t){if(e!=t){for(let r=e;r<t;r++)this.top.children[r].destroy();this.top.children.splice(e,t-e),this.changed=!0}}destroyRest(){this.destroyBetween(this.index,this.top.children.length)}syncToMarks(e,t,r){let i=0,s=this.stack.length>>1,o=Math.min(s,e.length);for(;i<o&&(i==s-1?this.top:this.stack[i+1<<1]).matchesMark(e[i])&&e[i].type.spec.spanning!==!1;)i++;for(;i<s;)this.destroyRest(),this.top.dirty=Te,this.index=this.stack.pop(),this.top=this.stack.pop(),s--;for(;s<e.length;){this.stack.push(this.top,this.index+1);let l=-1;for(let a=this.index;a<Math.min(this.index+3,this.top.children.length);a++)if(this.top.children[a].matchesMark(e[s])){l=a;break}if(l>-1)l>this.index&&(this.changed=!0,this.destroyBetween(this.index,l)),this.top=this.top.children[this.index];else{let a=Rt.create(this.top,e[s],t,r);this.top.children.splice(this.index,0,a),this.top=a,this.changed=!0}this.index=0,s++}}findNodeMatch(e,t,r,i){let s=-1,o;if(i>=this.preMatch.index&&(o=this.preMatch.matches[i-this.preMatch.index]).parent==this.top&&o.matchesNode(e,t,r))s=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)){s=l;break}}return s<0?!1:(this.destroyBetween(this.index,s),this.index++,!0)}updateNodeAt(e,t,r,i,s){let o=this.top.children[i];return o.dirty==We&&o.dom==o.contentDOM&&(o.dirty=_t),o.update(e,t,r,s)?(this.destroyBetween(this.index,i),this.index=i+1,!0):!1}findIndexWithChild(e){for(;;){let t=e.parentNode;if(!t)return-1;if(t==this.top.contentDOM){let r=e.pmViewDesc;if(r){for(let i=this.index;i<this.top.children.length;i++)if(this.top.children[i]==r)return i}return-1}e=t}}updateNextNode(e,t,r,i,s){for(let o=this.index;o<this.top.children.length;o++){let l=this.top.children[o];if(l instanceof Bt){let a=this.preMatch.matched.get(l);if(a!=null&&a!=s)return!1;let c=l.dom;if(!(this.lock&&(c==this.lock||c.nodeType==1&&c.contains(this.lock.parentNode))&&!(e.isText&&l.node&&l.node.isText&&l.nodeDOM.nodeValue==e.text&&l.dirty!=We&&xi(t,l.outerDeco)))&&l.update(e,t,r,i))return this.destroyBetween(this.index,o),l.dom!=c&&(this.changed=!0),this.index++,!0;break}}return!1}addNode(e,t,r,i,s){this.top.children.splice(this.index++,0,Bt.create(this.top,e,t,r,i,s)),this.changed=!0}placeWidget(e,t,r){let i=this.index<this.top.children.length?this.top.children[this.index]:null;if(i&&i.matchesWidget(e)&&(e==i.widget||!i.widget.type.toDOM.parentNode))this.index++;else{let s=new Al(this.top,e,t,r);this.top.children.splice(this.index++,0,s),this.changed=!0}}addTextblockHacks(){let e=this.top.children[this.index-1],t=this.top;for(;e instanceof Rt;)t=e,e=t.children[t.children.length-1];(!e||!(e instanceof Or)||/\n$/.test(e.node.text))&&((se||te)&&e&&e.dom.contentEditable=="false"&&this.addHackNode("IMG",t),this.addHackNode("BR",this.top))}addHackNode(e,t){if(t==this.top&&this.index<t.children.length&&t.children[this.index].matchesHack(e))this.index++;else{let r=document.createElement(e);e=="IMG"&&(r.className="ProseMirror-separator",r.alt=""),e=="BR"&&(r.className="ProseMirror-trailingBreak");let i=new Nl(this.top,[],r,null);t!=this.top?t.children.push(i):t.children.splice(this.index++,0,i),this.changed=!0}}}function Ku(n,e){let t=e,r=t.children.length,i=n.childCount,s=new Map,o=[];e:for(;i>0;){let l;for(;;)if(r){let c=t.children[r-1];if(c instanceof Rt)t=c,r=c.children.length;else{l=c,r--;break}}else{if(t==e)break e;r=t.parent.children.indexOf(t),t=t.parent}let a=l.node;if(!!a){if(a!=n.child(i-1))break;--i,s.set(l,i),o.push(l)}}return{index:i,matched:s,matches:o.reverse()}}function _u(n,e){return n.type.side-e.type.side}function Ju(n,e,t,r){let i=e.locals(n),s=0;if(i.length==0){for(let c=0;c<n.childCount;c++){let u=n.child(c);r(u,i,e.forChild(s,u),c),s+=u.nodeSize}return}let o=0,l=[],a=null;for(let c=0;;){if(o<i.length&&i[o].to==s){let p=i[o++],m;for(;o<i.length&&i[o].to==s;)(m||(m=[p])).push(i[o++]);if(m){m.sort(_u);for(let y=0;y<m.length;y++)t(m[y],c,!!a)}else t(p,c,!!a)}let u,d;if(a)d=-1,u=a,a=null;else if(c<n.childCount)d=c,u=n.child(c++);else break;for(let p=0;p<l.length;p++)l[p].to<=s&&l.splice(p--,1);for(;o<i.length&&i[o].from<=s&&i[o].to>s;)l.push(i[o++]);let f=s+u.nodeSize;if(u.isText){let p=f;o<i.length&&i[o].from<p&&(p=i[o].from);for(let m=0;m<l.length;m++)l[m].to<p&&(p=l[m].to);p<f&&(a=u.cut(p-s),u=u.cut(0,p-s),f=p,d=-1)}let h=u.isInline&&!u.isLeaf?l.filter(p=>!p.inline):l.slice();r(u,h,e.forChild(s,u),d),s=f}}function Uu(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 Gu(n,e){for(;;){if(n.nodeType==3)return n;if(n.nodeType==1&&e>0){if(n.childNodes.length>e&&n.childNodes[e].nodeType==3)return n.childNodes[e];n=n.childNodes[e-1],e=ze(n)}else if(n.nodeType==1&&e<n.childNodes.length)n=n.childNodes[e],e=0;else return null}}function Yu(n,e,t,r){for(let i=0,s=0;i<n.childCount&&s<=r;){let o=n.child(i++),l=s;if(s+=o.nodeSize,!o.isText)continue;let a=o.text;for(;i<n.childCount;){let c=n.child(i++);if(s+=c.nodeSize,!c.isText)break;a+=c.text}if(s>=t){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 ki(n,e,t,r,i){let s=[];for(let o=0,l=0;o<n.length;o++){let a=n[o],c=l,u=l+=a.size;c>=t||u<=e?s.push(a):(c<e&&s.push(a.slice(0,e-c,r)),i&&(s.push(i),i=void 0),u>t&&s.push(a.slice(t-c,a.size,r)))}return s}function Rl(n,e=null){let t=n.domSelection(),r=n.state.doc;if(!t.focusNode)return null;let i=n.docView.nearestDesc(t.focusNode),s=i&&i.size==0,o=n.docView.posFromDOM(t.focusNode,t.focusOffset,1);if(o<0)return null;let l=r.resolve(o),a,c;if($i(t)){for(a=l;i&&!i.node;)i=i.parent;let u=i.node;if(i&&u.isAtom&&E.isSelectable(u)&&i.parent&&!(u.isInline&&Mu(t.focusNode,t.focusOffset,i.dom))){let d=i.posBefore;c=new E(o==d?l:r.resolve(d))}}else{let u=n.docView.posFromDOM(t.anchorNode,t.anchorOffset,1);if(u<0)return null;a=r.resolve(u)}if(!c){let u=e=="pointer"||n.state.selection.head<l.pos&&!s?1:-1;c=Wi(n,a,l,u)}return c}function Bl(n){return n.editable?n.hasFocus():zl(n)&&document.activeElement&&document.activeElement.contains(n.dom)}function pt(n,e=!1){let t=n.state.selection;if(Ll(n,t),!!Bl(n)){if(!e&&n.input.mouseDown&&n.input.mouseDown.allowDefault&&te){let r=n.domSelection(),i=n.domObserver.currentSelection;if(r.anchorNode&&i.anchorNode&&An(r.anchorNode,r.anchorOffset,i.anchorNode,i.anchorOffset)){n.input.mouseDown.delayedSelectionSync=!0,n.domObserver.setCurSelection();return}}if(n.domObserver.disconnectSelection(),n.cursorWrapper)Qu(n);else{let{anchor:r,head:i}=t,s,o;Ks&&!(t instanceof I)&&(t.$from.parent.inlineContent||(s=_s(n,t.from)),!t.empty&&!t.$from.parent.inlineContent&&(o=_s(n,t.to))),n.docView.setSelection(r,i,n.root,e),Ks&&(s&&Js(s),o&&Js(o)),t.visible?n.dom.classList.remove("ProseMirror-hideselection"):(n.dom.classList.add("ProseMirror-hideselection"),"onselectionchange"in document&&Xu(n))}n.domObserver.setCurSelection(),n.domObserver.connectSelection()}}const Ks=se||te&&ku<63;function _s(n,e){let{node:t,offset:r}=n.docView.domFromPos(e,0),i=r<t.childNodes.length?t.childNodes[r]:null,s=r?t.childNodes[r-1]:null;if(se&&i&&i.contentEditable=="false")return Yr(i);if((!i||i.contentEditable=="false")&&(!s||s.contentEditable=="false")){if(i)return Yr(i);if(s)return Yr(s)}}function Yr(n){return n.contentEditable="true",se&&n.draggable&&(n.draggable=!1,n.wasDraggable=!0),n}function Js(n){n.contentEditable="false",n.wasDraggable&&(n.draggable=!0,n.wasDraggable=null)}function Xu(n){let e=n.dom.ownerDocument;e.removeEventListener("selectionchange",n.input.hideSelectionGuard);let t=n.domSelection(),r=t.anchorNode,i=t.anchorOffset;e.addEventListener("selectionchange",n.input.hideSelectionGuard=()=>{(t.anchorNode!=r||t.anchorOffset!=i)&&(e.removeEventListener("selectionchange",n.input.hideSelectionGuard),setTimeout(()=>{(!Bl(n)||n.state.selection.visible)&&n.dom.classList.remove("ProseMirror-hideselection")},20))})}function Qu(n){let e=n.domSelection(),t=document.createRange(),r=n.cursorWrapper.dom,i=r.nodeName=="IMG";i?t.setEnd(r.parentNode,fe(r)+1):t.setEnd(r,0),t.collapse(!1),e.removeAllRanges(),e.addRange(t),!i&&!n.state.selection.visible&&me&&ct<=11&&(r.disabled=!0,r.disabled=!1)}function Ll(n,e){if(e instanceof E){let t=n.docView.descAt(e.from);t!=n.lastSelectedViewDesc&&(Us(n),t&&t.selectNode(),n.lastSelectedViewDesc=t)}else Us(n)}function Us(n){n.lastSelectedViewDesc&&(n.lastSelectedViewDesc.parent&&n.lastSelectedViewDesc.deselectNode(),n.lastSelectedViewDesc=void 0)}function Wi(n,e,t,r){return n.someProp("createSelectionBetween",i=>i(n,e,t))||I.between(e,t,r)}function Gs(n){return n.editable&&n.root.activeElement!=n.dom?!1:zl(n)}function zl(n){let e=n.domSelection();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 Zu(n){let e=n.docView.domFromPos(n.state.selection.anchor,0),t=n.domSelection();return An(e.node,e.offset,t.anchorNode,t.anchorOffset)}function Si(n,e){let{$anchor:t,$head:r}=n.selection,i=e>0?t.max(r):t.min(r),s=i.parent.inlineContent?i.depth?n.doc.resolve(e>0?i.after():i.before()):null:i;return s&&D.findFrom(s,e)}function Ct(n,e){return n.dispatch(n.state.tr.setSelection(e).scrollIntoView()),!0}function Ys(n,e,t){let r=n.state.selection;if(r instanceof I){if(!r.empty||t.indexOf("s")>-1)return!1;if(n.endOfTextblock(e>0?"right":"left")){let i=Si(n.state,e);return i&&i instanceof E?Ct(n,i):!1}else if(!(be&&t.indexOf("m")>-1)){let i=r.$head,s=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter,o;if(!s||s.isText)return!1;let l=e<0?i.pos-s.nodeSize:i.pos;return s.isAtom||(o=n.docView.descAt(l))&&!o.contentDOM?E.isSelectable(s)?Ct(n,new E(e<0?n.state.doc.resolve(i.pos-s.nodeSize):i)):Cr?Ct(n,new I(n.state.doc.resolve(e<0?l:l+s.nodeSize))):!1:!1}}else{if(r instanceof E&&r.node.isInline)return Ct(n,new I(e>0?r.$to:r.$from));{let i=Si(n.state,e);return i?Ct(n,i):!1}}}function mr(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function wn(n){let e=n.pmViewDesc;return e&&e.size==0&&(n.nextSibling||n.nodeName!="BR")}function Xr(n){let e=n.domSelection(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i,s,o=!1;for(je&&t.nodeType==1&&r<mr(t)&&wn(t.childNodes[r])&&(o=!0);;)if(r>0){if(t.nodeType!=1)break;{let l=t.childNodes[r-1];if(wn(l))i=t,s=--r;else if(l.nodeType==3)t=l,r=t.nodeValue.length;else break}}else{if(Fl(t))break;{let l=t.previousSibling;for(;l&&wn(l);)i=t.parentNode,s=fe(l),l=l.previousSibling;if(l)t=l,r=mr(t);else{if(t=t.parentNode,t==n.dom)break;r=0}}}o?wi(n,e,t,r):i&&wi(n,e,i,s)}function Qr(n){let e=n.domSelection(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i=mr(t),s,o;for(;;)if(r<i){if(t.nodeType!=1)break;let l=t.childNodes[r];if(wn(l))s=t,o=++r;else break}else{if(Fl(t))break;{let l=t.nextSibling;for(;l&&wn(l);)s=l.parentNode,o=fe(l)+1,l=l.nextSibling;if(l)t=l,r=0,i=mr(t);else{if(t=t.parentNode,t==n.dom)break;r=i=0}}}s&&wi(n,e,s,o)}function Fl(n){let e=n.pmViewDesc;return e&&e.node&&e.node.isBlock}function wi(n,e,t,r){if($i(e)){let s=document.createRange();s.setEnd(t,r),s.setStart(t,r),e.removeAllRanges(),e.addRange(s)}else e.extend&&e.extend(t,r);n.domObserver.setCurSelection();let{state:i}=n;setTimeout(()=>{n.state==i&&pt(n)},50)}function Xs(n,e,t){let r=n.state.selection;if(r instanceof I&&!r.empty||t.indexOf("s")>-1||be&&t.indexOf("m")>-1)return!1;let{$from:i,$to:s}=r;if(!i.parent.inlineContent||n.endOfTextblock(e<0?"up":"down")){let o=Si(n.state,e);if(o&&o instanceof E)return Ct(n,o)}if(!i.parent.inlineContent){let o=e<0?i:s,l=r instanceof pe?D.near(o,e):D.findFrom(o,e);return l?Ct(n,l):!1}return!1}function Qs(n,e){if(!(n.state.selection instanceof I))return!0;let{$head:t,$anchor:r,empty:i}=n.state.selection;if(!t.sameParent(r))return!0;if(!i)return!1;if(n.endOfTextblock(e>0?"forward":"backward"))return!0;let s=!t.textOffset&&(e<0?t.nodeBefore:t.nodeAfter);if(s&&!s.isText){let o=n.state.tr;return e<0?o.delete(t.pos-s.nodeSize,t.pos):o.delete(t.pos,t.pos+s.nodeSize),n.dispatch(o),!0}return!1}function Zs(n,e,t){n.domObserver.stop(),e.contentEditable=t,n.domObserver.start()}function ed(n){if(!se||n.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:t}=n.domSelection();if(e&&e.nodeType==1&&t==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let r=e.firstChild;Zs(n,r,"true"),setTimeout(()=>Zs(n,r,"false"),20)}return!1}function td(n){let e="";return n.ctrlKey&&(e+="c"),n.metaKey&&(e+="m"),n.altKey&&(e+="a"),n.shiftKey&&(e+="s"),e}function nd(n,e){let t=e.keyCode,r=td(e);return t==8||be&&t==72&&r=="c"?Qs(n,-1)||Xr(n):t==46||be&&t==68&&r=="c"?Qs(n,1)||Qr(n):t==13||t==27?!0:t==37||be&&t==66&&r=="c"?Ys(n,-1,r)||Xr(n):t==39||be&&t==70&&r=="c"?Ys(n,1,r)||Qr(n):t==38||be&&t==80&&r=="c"?Xs(n,-1,r)||Xr(n):t==40||be&&t==78&&r=="c"?ed(n)||Xs(n,1,r)||Qr(n):r==(be?"m":"c")&&(t==66||t==73||t==89||t==90)}function Vl(n,e){let t=[],{content:r,openStart:i,openEnd:s}=e;for(;i>1&&s>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,s--;let h=r.firstChild;t.push(h.type.name,h.attrs!=h.type.defaultAttrs?h.attrs:null),r=h.content}let o=n.someProp("clipboardSerializer")||Fe.fromSchema(n.state.schema),l=Kl(),a=l.createElement("div");a.appendChild(o.serializeFragment(r,{document:l}));let c=a.firstChild,u,d=0;for(;c&&c.nodeType==1&&(u=ql[c.nodeName.toLowerCase()]);){for(let h=u.length-1;h>=0;h--){let p=l.createElement(u[h]);for(;a.firstChild;)p.appendChild(a.firstChild);a.appendChild(p),d++}c=a.firstChild}c&&c.nodeType==1&&c.setAttribute("data-pm-slice",`${i} ${s}${d?` -${d}`:""} ${JSON.stringify(t)}`);let f=n.someProp("clipboardTextSerializer",h=>h(e))||e.content.textBetween(0,e.content.size,`
6
+
7
+ `);return{dom:a,text:f}}function Hl(n,e,t,r,i){let s=i.parent.type.spec.code,o,l;if(!t&&!e)return null;let a=e&&(r||s||!t);if(a){if(n.someProp("transformPastedText",f=>{e=f(e,s||r)}),s)return e?new S(x.from(n.state.schema.text(e.replace(/\r\n?/g,`
8
+ `))),0,0):S.empty;let d=n.someProp("clipboardTextParser",f=>f(e,i,r));if(d)l=d;else{let f=i.marks(),{schema:h}=n.state,p=Fe.fromSchema(h);o=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(m=>{let y=o.appendChild(document.createElement("p"));m&&y.appendChild(p.serializeNode(h.text(m,f)))})}}else n.someProp("transformPastedHTML",d=>{t=d(t)}),o=sd(t),Cr&&od(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&&o.firstChild;d--)o=o.firstChild;if(l||(l=(n.someProp("clipboardParser")||n.someProp("domParser")||Yt.fromSchema(n.state.schema)).parseSlice(o,{preserveWhitespace:!!(a||u),context:i,ruleFromNode(f){return f.nodeName=="BR"&&!f.nextSibling&&f.parentNode&&!rd.test(f.parentNode.nodeName)?{ignore:!0}:null}})),u)l=ld(eo(l,+u[1],+u[2]),u[4]);else if(l=S.maxOpen(id(l.content,i),!0),l.openStart||l.openEnd){let d=0,f=0;for(let h=l.content.firstChild;d<l.openStart&&!h.type.spec.isolating;d++,h=h.firstChild);for(let h=l.content.lastChild;f<l.openEnd&&!h.type.spec.isolating;f++,h=h.lastChild);l=eo(l,d,f)}return n.someProp("transformPasted",d=>{l=d(l)}),l}const rd=/^(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 id(n,e){if(n.childCount<2)return n;for(let t=e.depth;t>=0;t--){let i=e.node(t).contentMatchAt(e.index(t)),s,o=[];if(n.forEach(l=>{if(!o)return;let a=i.findWrapping(l.type),c;if(!a)return o=null;if(c=o.length&&s.length&&jl(a,s,l,o[o.length-1],0))o[o.length-1]=c;else{o.length&&(o[o.length-1]=Wl(o[o.length-1],s.length));let u=$l(l,a);o.push(u),i=i.matchType(u.type),s=a}}),o)return x.from(o)}return n}function $l(n,e,t=0){for(let r=e.length-1;r>=t;r--)n=e[r].create(null,x.from(n));return n}function jl(n,e,t,r,i){if(i<n.length&&i<e.length&&n[i]==e[i]){let s=jl(n,e,t,r.lastChild,i+1);if(s)return r.copy(r.content.replaceChild(r.childCount-1,s));if(r.contentMatchAt(r.childCount).matchType(i==n.length-1?t.type:n[i+1]))return r.copy(r.content.append(x.from($l(t,n,i+1))))}}function Wl(n,e){if(e==0)return n;let t=n.content.replaceChild(n.childCount-1,Wl(n.lastChild,e-1)),r=n.contentMatchAt(n.childCount).fillBefore(x.empty,!0);return n.copy(t.append(r))}function Mi(n,e,t,r,i,s){let o=e<0?n.firstChild:n.lastChild,l=o.content;return i<r-1&&(l=Mi(l,e,t,r,i+1,s)),i>=t&&(l=e<0?o.contentMatchAt(0).fillBefore(l,n.childCount>1||s<=i).append(l):l.append(o.contentMatchAt(o.childCount).fillBefore(x.empty,!0))),n.replaceChild(e<0?0:n.childCount-1,o.copy(l))}function eo(n,e,t){return e<n.openStart&&(n=new S(Mi(n.content,-1,e,n.openStart,0,n.openEnd),e,n.openEnd)),t<n.openEnd&&(n=new S(Mi(n.content,1,t,n.openEnd,0,0),n.openStart,t)),n}const ql={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 to=null;function Kl(){return to||(to=document.implementation.createHTMLDocument("title"))}function sd(n){let e=/^(\s*<meta [^>]*>)*/.exec(n);e&&(n=n.slice(e[0].length));let t=Kl().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(n),i;if((i=r&&ql[r[1].toLowerCase()])&&(n=i.map(s=>"<"+s+">").join("")+n+i.map(s=>"</"+s+">").reverse().join("")),t.innerHTML=n,i)for(let s=0;s<i.length;s++)t=t.querySelector(i[s])||t;return t}function od(n){let e=n.querySelectorAll(te?"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=="\xA0"&&r.parentNode&&r.parentNode.replaceChild(n.ownerDocument.createTextNode(" "),r)}}function ld(n,e){if(!n.size)return n;let t=n.content.firstChild.type.schema,r;try{r=JSON.parse(e)}catch{return n}let{content:i,openStart:s,openEnd:o}=n;for(let l=r.length-2;l>=0;l-=2){let a=t.nodes[r[l]];if(!a||a.hasRequiredAttrs())break;i=x.from(a.create(r[l+1],i)),s++,o++}return new S(i,s,o)}const oe={};let ne={};class ad{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:""},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastAndroidDelete=0,this.composing=!1,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function cd(n){for(let e in oe){let t=oe[e];n.dom.addEventListener(e,n.input.eventHandlers[e]=r=>{dd(n,r)&&!qi(n,r)&&(n.editable||!(r.type in ne))&&t(n,r)})}se&&n.dom.addEventListener("input",()=>null),Ci(n)}function Tt(n,e){n.input.lastSelectionOrigin=e,n.input.lastSelectionTime=Date.now()}function ud(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=>qi(n,r))})}function qi(n,e){return n.someProp("handleDOMEvents",t=>{let r=t[e.type];return r?r(n,e)||e.defaultPrevented:!1})}function dd(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 fd(n,e){!qi(n,e)&&oe[e.type]&&(n.editable||!(e.type in ne))&&oe[e.type](n,e)}ne.keydown=(n,e)=>{let t=e;if(n.input.shiftKey=t.keyCode==16||t.shiftKey,!Jl(n,t)&&(n.input.lastKeyCode=t.keyCode,n.input.lastKeyCodeTime=Date.now(),!(Le&&te&&t.keyCode==13)))if(t.keyCode!=229&&n.domObserver.forceFlush(),Qt&&t.keyCode==13&&!t.ctrlKey&&!t.altKey&&!t.metaKey){let r=Date.now();n.input.lastIOSEnter=r,n.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{n.input.lastIOSEnter==r&&(n.someProp("handleKeyDown",i=>i(n,Kt(13,"Enter"))),n.input.lastIOSEnter=0)},200)}else n.someProp("handleKeyDown",r=>r(n,t))||nd(n,t)?t.preventDefault():Tt(n,"key")};ne.keyup=(n,e)=>{e.keyCode==16&&(n.input.shiftKey=!1)};ne.keypress=(n,e)=>{let t=e;if(Jl(n,t)||!t.charCode||t.ctrlKey&&!t.altKey||be&&t.metaKey)return;if(n.someProp("handleKeyPress",i=>i(n,t))){t.preventDefault();return}let r=n.state.selection;if(!(r instanceof I)||!r.$from.sameParent(r.$to)){let i=String.fromCharCode(t.charCode);n.someProp("handleTextInput",s=>s(n,r.$from.pos,r.$to.pos,i))||n.dispatch(n.state.tr.insertText(i).scrollIntoView()),t.preventDefault()}};function Tr(n){return{left:n.clientX,top:n.clientY}}function hd(n,e){let t=e.x-n.clientX,r=e.y-n.clientY;return t*t+r*r<100}function Ki(n,e,t,r,i){if(r==-1)return!1;let s=n.state.doc.resolve(r);for(let o=s.depth+1;o>0;o--)if(n.someProp(e,l=>o>s.depth?l(n,t,s.nodeAfter,s.before(o),i,!0):l(n,t,s.node(o),s.before(o),i,!1)))return!0;return!1}function Gt(n,e,t){n.focused||n.focus();let r=n.state.tr.setSelection(e);t=="pointer"&&r.setMeta("pointer",!0),n.dispatch(r)}function pd(n,e){if(e==-1)return!1;let t=n.state.doc.resolve(e),r=t.nodeAfter;return r&&r.isAtom&&E.isSelectable(r)?(Gt(n,new E(t),"pointer"),!0):!1}function md(n,e){if(e==-1)return!1;let t=n.state.selection,r,i;t instanceof E&&(r=t.node);let s=n.state.doc.resolve(e);for(let o=s.depth+1;o>0;o--){let l=o>s.depth?s.nodeAfter:s.node(o);if(E.isSelectable(l)){r&&t.$from.depth>0&&o>=t.$from.depth&&s.before(t.$from.depth+1)==t.$from.pos?i=s.before(t.$from.depth):i=s.before(o);break}}return i!=null?(Gt(n,E.create(n.state.doc,i),"pointer"),!0):!1}function gd(n,e,t,r,i){return Ki(n,"handleClickOn",e,t,r)||n.someProp("handleClick",s=>s(n,e,r))||(i?md(n,t):pd(n,t))}function yd(n,e,t,r){return Ki(n,"handleDoubleClickOn",e,t,r)||n.someProp("handleDoubleClick",i=>i(n,e,r))}function bd(n,e,t,r){return Ki(n,"handleTripleClickOn",e,t,r)||n.someProp("handleTripleClick",i=>i(n,e,r))||vd(n,t,r)}function vd(n,e,t){if(t.button!=0)return!1;let r=n.state.doc;if(e==-1)return r.inlineContent?(Gt(n,I.create(r,0,r.content.size),"pointer"),!0):!1;let i=r.resolve(e);for(let s=i.depth+1;s>0;s--){let o=s>i.depth?i.nodeAfter:i.node(s),l=i.before(s);if(o.inlineContent)Gt(n,I.create(r,l+1,l+1+o.content.size),"pointer");else if(E.isSelectable(o))Gt(n,E.create(r,l),"pointer");else continue;return!0}}function _i(n){return gr(n)}const _l=be?"metaKey":"ctrlKey";oe.mousedown=(n,e)=>{let t=e;n.input.shiftKey=t.shiftKey;let r=_i(n),i=Date.now(),s="singleClick";i-n.input.lastClick.time<500&&hd(t,n.input.lastClick)&&!t[_l]&&(n.input.lastClick.type=="singleClick"?s="doubleClick":n.input.lastClick.type=="doubleClick"&&(s="tripleClick")),n.input.lastClick={time:i,x:t.clientX,y:t.clientY,type:s};let o=n.posAtCoords(Tr(t));!o||(s=="singleClick"?(n.input.mouseDown&&n.input.mouseDown.done(),n.input.mouseDown=new xd(n,o,t,!!r)):(s=="doubleClick"?yd:bd)(n,o.pos,o.inside,t)?t.preventDefault():Tt(n,"pointer"))};class xd{constructor(e,t,r,i){this.view=e,this.pos=t,this.event=r,this.flushed=i,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!r[_l],this.allowDefault=r.shiftKey;let s,o;if(t.inside>-1)s=e.state.doc.nodeAt(t.inside),o=t.inside;else{let u=e.state.doc.resolve(t.pos);s=u.parent,o=u.depth?u.before():0}const l=i?null:r.target,a=l?e.docView.nearestDesc(l,!0):null;this.target=a?a.dom:null;let{selection:c}=e.state;(r.button==0&&s.type.spec.draggable&&s.type.spec.selectable!==!1||c instanceof E&&c.from<=o&&c.to>o)&&(this.mightDrag={node:s,pos:o,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&je&&!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)),Tt(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(()=>pt(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(Tr(e))),this.allowDefault||!t?Tt(this.view,"pointer"):gd(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||se&&this.mightDrag&&!this.mightDrag.node.isAtom||te&&!(this.view.state.selection instanceof I)&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(Gt(this.view,D.near(this.view.state.doc.resolve(t.pos)),"pointer"),e.preventDefault()):Tt(this.view,"pointer")}move(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0),Tt(this.view,"pointer"),e.buttons==0&&this.done()}}oe.touchdown=n=>{_i(n),Tt(n,"pointer")};oe.contextmenu=n=>_i(n);function Jl(n,e){return n.composing?!0:se&&Math.abs(e.timeStamp-n.input.compositionEndedAt)<500?(n.input.compositionEndedAt=-2e8,!0):!1}const kd=Le?5e3:-1;ne.compositionstart=ne.compositionupdate=n=>{if(!n.composing){n.domObserver.flush();let{state:e}=n,t=e.selection.$from;if(e.selection.empty&&(e.storedMarks||!t.textOffset&&t.parentOffset&&t.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)))n.markCursor=n.state.storedMarks||t.marks(),gr(n,!0),n.markCursor=null;else if(gr(n),je&&e.selection.empty&&t.parentOffset&&!t.textOffset&&t.nodeBefore.marks.length){let r=n.domSelection();for(let i=r.focusNode,s=r.focusOffset;i&&i.nodeType==1&&s!=0;){let o=s<0?i.lastChild:i.childNodes[s-1];if(!o)break;if(o.nodeType==3){r.collapse(o,o.nodeValue.length);break}else i=o,s=-1}}n.input.composing=!0}Ul(n,kd)};ne.compositionend=(n,e)=>{n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=e.timeStamp,Ul(n,20))};function Ul(n,e){clearTimeout(n.input.composingTimeout),e>-1&&(n.input.composingTimeout=setTimeout(()=>gr(n),e))}function Gl(n){for(n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=Sd());n.input.compositionNodes.length>0;)n.input.compositionNodes.pop().markParentsDirty()}function Sd(){let n=document.createEvent("Event");return n.initEvent("event",!0,!0),n.timeStamp}function gr(n,e=!1){if(!(Le&&n.domObserver.flushingSoon>=0)){if(n.domObserver.forceFlush(),Gl(n),e||n.docView&&n.docView.dirty){let t=Rl(n);return t&&!t.eq(n.state.selection)?n.dispatch(n.state.tr.setSelection(t)):n.updateState(n.state),!0}return!1}}function wd(n,e){if(!n.dom.parentNode)return;let t=n.dom.parentNode.appendChild(document.createElement("div"));t.appendChild(e),t.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),i=document.createRange();i.selectNodeContents(e),n.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{t.parentNode&&t.parentNode.removeChild(t),n.focus()},50)}const Zt=me&&ct<15||Qt&&Su<604;oe.copy=ne.cut=(n,e)=>{let t=e,r=n.state.selection,i=t.type=="cut";if(r.empty)return;let s=Zt?null:t.clipboardData,o=r.content(),{dom:l,text:a}=Vl(n,o);s?(t.preventDefault(),s.clearData(),s.setData("text/html",l.innerHTML),s.setData("text/plain",a)):wd(n,l),i&&n.dispatch(n.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function Md(n){return n.openStart==0&&n.openEnd==0&&n.content.childCount==1?n.content.firstChild:null}function Cd(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(),setTimeout(()=>{n.focus(),r.parentNode&&r.parentNode.removeChild(r),t?Oi(n,r.value,null,e):Oi(n,r.textContent,r.innerHTML,e)},50)}function Oi(n,e,t,r){let i=Hl(n,e,t,n.input.shiftKey,n.state.selection.$from);if(n.someProp("handlePaste",l=>l(n,r,i||S.empty)))return!0;if(!i)return!1;let s=Md(i),o=s?n.state.tr.replaceSelectionWith(s,n.input.shiftKey):n.state.tr.replaceSelection(i);return n.dispatch(o.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}ne.paste=(n,e)=>{let t=e;if(n.composing&&!Le)return;let r=Zt?null:t.clipboardData;r&&Oi(n,r.getData("text/plain"),r.getData("text/html"),t)?t.preventDefault():Cd(n,t)};class Od{constructor(e,t){this.slice=e,this.move=t}}const Yl=be?"altKey":"ctrlKey";oe.dragstart=(n,e)=>{let t=e,r=n.input.mouseDown;if(r&&r.done(),!t.dataTransfer)return;let i=n.state.selection,s=i.empty?null:n.posAtCoords(Tr(t));if(!(s&&s.pos>=i.from&&s.pos<=(i instanceof E?i.to-1:i.to))){if(r&&r.mightDrag)n.dispatch(n.state.tr.setSelection(E.create(n.state.doc,r.mightDrag.pos)));else if(t.target&&t.target.nodeType==1){let c=n.docView.nearestDesc(t.target,!0);c&&c.node.type.spec.draggable&&c!=n.docView&&n.dispatch(n.state.tr.setSelection(E.create(n.state.doc,c.posBefore)))}}let o=n.state.selection.content(),{dom:l,text:a}=Vl(n,o);t.dataTransfer.clearData(),t.dataTransfer.setData(Zt?"Text":"text/html",l.innerHTML),t.dataTransfer.effectAllowed="copyMove",Zt||t.dataTransfer.setData("text/plain",a),n.dragging=new Od(o,!t[Yl])};oe.dragend=n=>{let e=n.dragging;window.setTimeout(()=>{n.dragging==e&&(n.dragging=null)},50)};ne.dragover=ne.dragenter=(n,e)=>e.preventDefault();ne.drop=(n,e)=>{let t=e,r=n.dragging;if(n.dragging=null,!t.dataTransfer)return;let i=n.posAtCoords(Tr(t));if(!i)return;let s=n.state.doc.resolve(i.pos);if(!s)return;let o=r&&r.slice;o?n.someProp("transformPasted",p=>{o=p(o)}):o=Hl(n,t.dataTransfer.getData(Zt?"Text":"text/plain"),Zt?null:t.dataTransfer.getData("text/html"),!1,s);let l=!!(r&&!t[Yl]);if(n.someProp("handleDrop",p=>p(n,t,o||S.empty,l))){t.preventDefault();return}if(!o)return;t.preventDefault();let a=o?ml(n.state.doc,s.pos,o):s.pos;a==null&&(a=s.pos);let c=n.state.tr;l&&c.deleteSelection();let u=c.mapping.map(a),d=o.openStart==0&&o.openEnd==0&&o.content.childCount==1,f=c.doc;if(d?c.replaceRangeWith(u,u,o.content.firstChild):c.replaceRange(u,u,o),c.doc.eq(f))return;let h=c.doc.resolve(u);if(d&&E.isSelectable(o.content.firstChild)&&h.nodeAfter&&h.nodeAfter.sameMarkup(o.content.firstChild))c.setSelection(new E(h));else{let p=c.mapping.map(a);c.mapping.maps[c.mapping.maps.length-1].forEach((m,y,v,k)=>p=k),c.setSelection(Wi(n,h,c.doc.resolve(p)))}n.focus(),n.dispatch(c.setMeta("uiEvent","drop"))};oe.focus=n=>{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.domSelection())&&pt(n)},20))};oe.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)};oe.beforeinput=(n,e)=>{if(te&&Le&&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",s=>s(n,Kt(8,"Backspace")))))return;let{$cursor:i}=n.state.selection;i&&i.pos>0&&n.dispatch(n.state.tr.delete(i.pos-1,i.pos).scrollIntoView())},50)}};for(let n in ne)oe[n]=ne[n];function Nn(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 Ji{constructor(e,t){this.toDOM=e,this.spec=t||Dt,this.side=this.spec.side||0}map(e,t,r,i){let{pos:s,deleted:o}=e.mapResult(t.from+i,this.side<0?-1:1);return o?null:new ve(s-r,s-r,this)}valid(){return!0}eq(e){return this==e||e instanceof Ji&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&Nn(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class ut{constructor(e,t){this.attrs=e,this.spec=t||Dt}map(e,t,r,i){let s=e.map(t.from+i,this.spec.inclusiveStart?-1:1)-r,o=e.map(t.to+i,this.spec.inclusiveEnd?1:-1)-r;return s>=o?null:new ve(s,o,this)}valid(e,t){return t.from<t.to}eq(e){return this==e||e instanceof ut&&Nn(this.attrs,e.attrs)&&Nn(this.spec,e.spec)}static is(e){return e.type instanceof ut}destroy(){}}class Ui{constructor(e,t){this.attrs=e,this.spec=t||Dt}map(e,t,r,i){let s=e.mapResult(t.from+i,1);if(s.deleted)return null;let o=e.mapResult(t.to+i,-1);return o.deleted||o.pos<=s.pos?null:new ve(s.pos-r,o.pos-r,this)}valid(e,t){let{index:r,offset:i}=e.content.findIndex(t.from),s;return i==t.from&&!(s=e.child(r)).isText&&i+s.nodeSize==t.to}eq(e){return this==e||e instanceof Ui&&Nn(this.attrs,e.attrs)&&Nn(this.spec,e.spec)}destroy(){}}class ve{constructor(e,t,r){this.from=e,this.to=t,this.type=r}copy(e,t){return new ve(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 ve(e,e,new Ji(t,r))}static inline(e,t,r,i){return new ve(e,t,new ut(r,i))}static node(e,t,r,i){return new ve(e,t,new Ui(r,i))}get spec(){return this.type.spec}get inline(){return this.type instanceof ut}}const jt=[],Dt={};class J{constructor(e,t){this.local=e.length?e:jt,this.children=t.length?t:jt}static create(e,t){return t.length?yr(t,e,0,Dt):X}find(e,t,r){let i=[];return this.findInner(e==null?0:e,t==null?1e9:t,i,0,r),i}findInner(e,t,r,i,s){for(let o=0;o<this.local.length;o++){let l=this.local[o];l.from<=t&&l.to>=e&&(!s||s(l.spec))&&r.push(l.copy(l.from+i,l.to+i))}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,i+l,s)}}map(e,t,r){return this==X||e.maps.length==0?this:this.mapInner(e,t,0,0,r||Dt)}mapInner(e,t,r,i,s){let o;for(let l=0;l<this.local.length;l++){let a=this.local[l].map(e,r,i);a&&a.type.valid(t,a)?(o||(o=[])).push(a):s.onRemove&&s.onRemove(this.local[l].spec)}return this.children.length?Td(this.children,o||[],e,t,r,i,s):o?new J(o.sort(It),jt):X}add(e,t){return t.length?this==X?J.create(e,t):this.addInner(e,t,0):this}addInner(e,t,r){let i,s=0;e.forEach((l,a)=>{let c=a+r,u;if(!!(u=Ql(t,l,c))){for(i||(i=this.children.slice());s<i.length&&i[s]<a;)s+=3;i[s]==a?i[s+2]=i[s+2].addInner(l,u,c+1):i.splice(s,0,a,a+l.nodeSize,yr(u,l,c+1,Dt)),s+=3}});let o=Xl(s?Zl(t):t,-r);for(let l=0;l<o.length;l++)o[l].type.valid(e,o[l])||o.splice(l--,1);return new J(o.length?this.local.concat(o).sort(It):this.local,i||this.children)}remove(e){return e.length==0||this==X?this:this.removeInner(e,0)}removeInner(e,t){let r=this.children,i=this.local;for(let s=0;s<r.length;s+=3){let o,l=r[s]+t,a=r[s+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[s+2].removeInner(o,l+1);c!=X?r[s+2]=c:(r.splice(s,3),s-=3)}if(i.length){for(let s=0,o;s<e.length;s++)if(o=e[s])for(let l=0;l<i.length;l++)i[l].eq(o,t)&&(i==this.local&&(i=this.local.slice()),i.splice(l--,1))}return r==this.children&&i==this.local?this:i.length||r.length?new J(i,r):X}forChild(e,t){if(this==X)return this;if(t.isLeaf)return J.empty;let r,i;for(let l=0;l<this.children.length;l+=3)if(this.children[l]>=e){this.children[l]==e&&(r=this.children[l+2]);break}let s=e+1,o=s+t.content.size;for(let l=0;l<this.local.length;l++){let a=this.local[l];if(a.from<o&&a.to>s&&a.type instanceof ut){let c=Math.max(s,a.from)-s,u=Math.min(o,a.to)-s;c<u&&(i||(i=[])).push(a.copy(c,u))}}if(i){let l=new J(i.sort(It),jt);return r?new ot([l,r]):l}return r||X}eq(e){if(this==e)return!0;if(!(e instanceof J)||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 Gi(this.localsInner(e))}localsInner(e){if(this==X)return jt;if(e.inlineContent||!this.local.some(ut.is))return this.local;let t=[];for(let r=0;r<this.local.length;r++)this.local[r].type instanceof ut||t.push(this.local[r]);return t}}J.empty=new J([],[]);J.removeOverlap=Gi;const X=J.empty;class ot{constructor(e){this.members=e}map(e,t){const r=this.members.map(i=>i.map(e,t,Dt));return ot.from(r)}forChild(e,t){if(t.isLeaf)return J.empty;let r=[];for(let i=0;i<this.members.length;i++){let s=this.members[i].forChild(e,t);s!=X&&(s instanceof ot?r=r.concat(s.members):r.push(s))}return ot.from(r)}eq(e){if(!(e instanceof ot)||e.members.length!=this.members.length)return!1;for(let t=0;t<this.members.length;t++)if(!this.members[t].eq(e.members[t]))return!1;return!0}locals(e){let t,r=!0;for(let i=0;i<this.members.length;i++){let s=this.members[i].localsInner(e);if(!!s.length)if(!t)t=s;else{r&&(t=t.slice(),r=!1);for(let o=0;o<s.length;o++)t.push(s[o])}}return t?Gi(r?t:t.sort(It)):jt}static from(e){switch(e.length){case 0:return X;case 1:return e[0];default:return new ot(e)}}}function Td(n,e,t,r,i,s,o){let l=n.slice(),a=(u,d,f,h)=>{for(let p=0;p<l.length;p+=3){let m=l[p+1],y;if(m<0||u>m+s)continue;let v=l[p]+s;d>=v?l[p+1]=u<=v?-2:-1:f>=i&&(y=h-f-(d-u))&&(l[p]+=y,l[p+1]+=y)}};for(let u=0;u<t.maps.length;u++)t.maps[u].forEach(a);let c=!1;for(let u=0;u<l.length;u+=3)if(l[u+1]<0){if(l[u+1]==-2){c=!0,l[u+1]=-1;continue}let d=t.map(n[u]+s),f=d-i;if(f<0||f>=r.content.size){c=!0;continue}let h=t.map(n[u+1]+s,-1),p=h-i,{index:m,offset:y}=r.content.findIndex(f),v=r.maybeChild(m);if(v&&y==f&&y+v.nodeSize==p){let k=l[u+2].mapInner(t,v,d+1,n[u]+s+1,o);k!=X?(l[u]=f,l[u+1]=p,l[u+2]=k):(l[u+1]=-2,c=!0)}else c=!0}if(c){let u=Ed(l,n,e,t,i,s,o),d=yr(u,r,0,o);e=d.local;for(let f=0;f<l.length;f+=3)l[f+1]<0&&(l.splice(f,3),f-=3);for(let f=0,h=0;f<d.children.length;f+=3){let p=d.children[f];for(;h<l.length&&l[h]<p;)h+=3;l.splice(h,0,d.children[f],d.children[f+1],d.children[f+2])}}return new J(e.sort(It),l)}function Xl(n,e){if(!e||!n.length)return n;let t=[];for(let r=0;r<n.length;r++){let i=n[r];t.push(new ve(i.from+e,i.to+e,i.type))}return t}function Ed(n,e,t,r,i,s,o){function l(a,c){for(let u=0;u<a.local.length;u++){let d=a.local[u].map(r,i,c);d?t.push(d):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]+s+1);return t}function Ql(n,e,t){if(e.isLeaf)return null;let r=t+e.nodeSize,i=null;for(let s=0,o;s<n.length;s++)(o=n[s])&&o.from>t&&o.to<r&&((i||(i=[])).push(o),n[s]=null);return i}function Zl(n){let e=[];for(let t=0;t<n.length;t++)n[t]!=null&&e.push(n[t]);return e}function yr(n,e,t,r){let i=[],s=!1;e.forEach((l,a)=>{let c=Ql(n,l,a+t);if(c){s=!0;let u=yr(c,l,t+a+1,r);u!=X&&i.push(a,a+l.nodeSize,u)}});let o=Xl(s?Zl(n):n,-t).sort(It);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||i.length?new J(o,i):X}function It(n,e){return n.from-e.from||n.to-e.to}function Gi(n){let e=n;for(let t=0;t<e.length-1;t++){let r=e[t];if(r.from!=r.to)for(let i=t+1;i<e.length;i++){let s=e[i];if(s.from==r.from){s.to!=r.to&&(e==n&&(e=n.slice()),e[i]=s.copy(s.from,r.to),no(e,i+1,s.copy(r.to,s.to)));continue}else{s.from<r.to&&(e==n&&(e=n.slice()),e[t]=r.copy(r.from,s.from),no(e,i,r.copy(s.from,r.to)));break}}}return e}function no(n,e,t){for(;e<n.length&&It(t,n[e])>0;)e++;n.splice(e,0,t)}function Zr(n){let e=[];return n.someProp("decorations",t=>{let r=t(n.state);r&&r!=X&&e.push(r)}),n.cursorWrapper&&e.push(J.create(n.state.doc,[n.cursorWrapper.deco])),ot.from(e)}const Ad={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Nd=me&&ct<=11;class Dd{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 Id{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new Dd,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let i=0;i<r.length;i++)this.queue.push(r[i]);me&&ct<=11&&r.some(i=>i.type=="childList"&&i.removedNodes.length||i.type=="characterData"&&i.oldValue.length>i.target.nodeValue.length)?this.flushSoon():this.flush()}),Nd&&(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.observe(this.view.dom,Ad),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(!!Gs(this.view)){if(this.suppressingSelectionUpdates)return pt(this.view);if(me&&ct<=11&&!this.view.state.selection.empty){let e=this.view.domSelection();if(e.focusNode&&An(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelection())}ignoreSelectionChange(e){if(e.rangeCount==0)return!0;let t=e.getRangeAt(0).commonAncestorContainer,r=this.view.docView.nearestDesc(t);if(r&&r.ignoreMutation({type:"selection",target:t.nodeType==3?t.parentNode:t}))return this.setCurSelection(),!0}flush(){if(!this.view.docView||this.flushingSoon>-1)return;let e=this.observer?this.observer.takeRecords():[];this.queue.length&&(e=this.queue.concat(e),this.queue.length=0);let t=this.view.domSelection(),r=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(t)&&Gs(this.view)&&!this.ignoreSelectionChange(t),i=-1,s=-1,o=!1,l=[];if(this.view.editable)for(let a=0;a<e.length;a++){let c=this.registerMutation(e[a],l);c&&(i=i<0?c.from:Math.min(c.from,i),s=s<0?c.to:Math.max(c.to,s),c.typeOver&&(o=!0))}if(je&&l.length>1){let a=l.filter(c=>c.nodeName=="BR");if(a.length==2){let c=a[0],u=a[1];c.parentNode&&c.parentNode.parentNode==u.parentNode?u.remove():c.remove()}}(i>-1||r)&&(i>-1&&(this.view.docView.markDirty(i,s),Pd(this.view)),this.handleDOMChange(i,s,o,l),this.view.docView&&this.view.docView.dirty?this.view.updateState(this.view.state):this.currentSelection.eq(t)||pt(this.view),this.currentSelection.set(t))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let r=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(r==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!r||r.ignoreMutation(e))return null;if(e.type=="childList"){for(let u=0;u<e.addedNodes.length;u++)t.push(e.addedNodes[u]);if(r.contentDOM&&r.contentDOM!=r.dom&&!r.contentDOM.contains(e.target))return{from:r.posBefore,to:r.posAfter};let i=e.previousSibling,s=e.nextSibling;if(me&&ct<=11&&e.addedNodes.length)for(let u=0;u<e.addedNodes.length;u++){let{previousSibling:d,nextSibling:f}=e.addedNodes[u];(!d||Array.prototype.indexOf.call(e.addedNodes,d)<0)&&(i=d),(!f||Array.prototype.indexOf.call(e.addedNodes,f)<0)&&(s=f)}let o=i&&i.parentNode==e.target?fe(i)+1:0,l=r.localPosFromDOM(e.target,o,-1),a=s&&s.parentNode==e.target?fe(s):e.target.childNodes.length,c=r.localPosFromDOM(e.target,a,1);return{from:l,to:c}}else return e.type=="attributes"?{from:r.posAtStart-r.border,to:r.posAtEnd+r.border}:{from:r.posAtStart,to:r.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}}}let ro=!1;function Pd(n){ro||(ro=!0,getComputedStyle(n.dom).whiteSpace=="normal"&&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."))}function Rd(n,e,t){let{node:r,fromOffset:i,toOffset:s,from:o,to:l}=n.docView.parseRange(e,t),a=n.domSelection(),c,u=a.anchorNode;if(u&&n.dom.contains(u.nodeType==1?u:u.parentNode)&&(c=[{node:u,offset:a.anchorOffset}],$i(a)||c.push({node:a.focusNode,offset:a.focusOffset})),te&&n.input.lastKeyCode===8)for(let y=s;y>i;y--){let v=r.childNodes[y-1],k=v.pmViewDesc;if(v.nodeName=="BR"&&!k){s=y;break}if(!k||k.size)break}let d=n.state.doc,f=n.someProp("domParser")||Yt.fromSchema(n.state.schema),h=d.resolve(o),p=null,m=f.parse(r,{topNode:h.parent,topMatch:h.parent.contentMatchAt(h.index()),topOpen:!0,from:i,to:s,preserveWhitespace:h.parent.type.whitespace=="pre"?"full":!0,findPositions:c,ruleFromNode:Bd,context:h});if(c&&c[0].pos!=null){let y=c[0].pos,v=c[1]&&c[1].pos;v==null&&(v=y),p={anchor:y+o,head:v+o}}return{doc:m,sel:p,from:o,to:l}}function Bd(n){let e=n.pmViewDesc;if(e)return e.parseRule();if(n.nodeName=="BR"&&n.parentNode){if(se&&/^(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||se&&/^(tr|table)$/i.test(n.parentNode.nodeName))return{ignore:!0}}else if(n.nodeName=="IMG"&&n.getAttribute("mark-placeholder"))return{ignore:!0};return null}function Ld(n,e,t,r,i){if(e<0){let O=n.input.lastSelectionTime>Date.now()-50?n.input.lastSelectionOrigin:null,V=Rl(n,O);if(V&&!n.state.selection.eq(V)){let j=n.state.tr.setSelection(V);O=="pointer"?j.setMeta("pointer",!0):O=="key"&&j.scrollIntoView(),n.dispatch(j)}return}let s=n.state.doc.resolve(e),o=s.sharedDepth(t);e=s.before(o+1),t=n.state.doc.resolve(t).after(o+1);let l=n.state.selection,a=Rd(n,e,t);if(te&&n.cursorWrapper&&a.sel&&a.sel.anchor==n.cursorWrapper.deco.from){let O=n.cursorWrapper.deco.type.toDOM.nextSibling,V=O&&O.nodeValue?O.nodeValue.length:1;a.sel={anchor:a.sel.anchor+V,head:a.sel.anchor+V}}let c=n.state.doc,u=c.slice(a.from,a.to),d,f;n.input.lastKeyCode===8&&Date.now()-100<n.input.lastKeyCodeTime?(d=n.state.selection.to,f="end"):(d=n.state.selection.from,f="start"),n.input.lastKeyCode=null;let h=Vd(u.content,a.doc.content,a.from,d,f);if((Qt&&n.input.lastIOSEnter>Date.now()-225||Le)&&i.some(O=>O.nodeName=="DIV"||O.nodeName=="P")&&(!h||h.endA>=h.endB)&&n.someProp("handleKeyDown",O=>O(n,Kt(13,"Enter")))){n.input.lastIOSEnter=0;return}if(!h)if(r&&l instanceof I&&!l.empty&&l.$head.sameParent(l.$anchor)&&!n.composing&&!(a.sel&&a.sel.anchor!=a.sel.head))h={start:l.from,endA:l.to,endB:l.to};else{if(a.sel){let O=io(n,n.state.doc,a.sel);O&&!O.eq(n.state.selection)&&n.dispatch(n.state.tr.setSelection(O))}return}n.input.domChangeCount++,n.state.selection.from<n.state.selection.to&&h.start==h.endB&&n.state.selection instanceof I&&(h.start>n.state.selection.from&&h.start<=n.state.selection.from+2&&n.state.selection.from>=a.from?h.start=n.state.selection.from:h.endA<n.state.selection.to&&h.endA>=n.state.selection.to-2&&n.state.selection.to<=a.to&&(h.endB+=n.state.selection.to-h.endA,h.endA=n.state.selection.to)),me&&ct<=11&&h.endB==h.start+1&&h.endA==h.start&&h.start>a.from&&a.doc.textBetween(h.start-a.from-1,h.start-a.from+1)==" \xA0"&&(h.start--,h.endA--,h.endB--);let p=a.doc.resolveNoCache(h.start-a.from),m=a.doc.resolveNoCache(h.endB-a.from),y=c.resolve(h.start),v=p.sameParent(m)&&p.parent.inlineContent&&y.end()>=h.endA,k;if((Qt&&n.input.lastIOSEnter>Date.now()-225&&(!v||i.some(O=>O.nodeName=="DIV"||O.nodeName=="P"))||!v&&p.pos<a.doc.content.size&&(k=D.findFrom(a.doc.resolve(p.pos+1),1,!0))&&k.head==m.pos)&&n.someProp("handleKeyDown",O=>O(n,Kt(13,"Enter")))){n.input.lastIOSEnter=0;return}if(n.state.selection.anchor>h.start&&Fd(c,h.start,h.endA,p,m)&&n.someProp("handleKeyDown",O=>O(n,Kt(8,"Backspace")))){Le&&te&&n.domObserver.suppressSelectionUpdates();return}te&&Le&&h.endB==h.start&&(n.input.lastAndroidDelete=Date.now()),Le&&!v&&p.start()!=m.start()&&m.parentOffset==0&&p.depth==m.depth&&a.sel&&a.sel.anchor==a.sel.head&&a.sel.head==h.endA&&(h.endB-=2,m=a.doc.resolveNoCache(h.endB-a.from),setTimeout(()=>{n.someProp("handleKeyDown",function(O){return O(n,Kt(13,"Enter"))})},20));let N=h.start,g=h.endA,P,w,B;if(v){if(p.pos==m.pos)me&&ct<=11&&p.parentOffset==0&&(n.domObserver.suppressSelectionUpdates(),setTimeout(()=>pt(n),20)),P=n.state.tr.delete(N,g),w=c.resolve(h.start).marksAcross(c.resolve(h.endA));else if(h.endA==h.endB&&(B=zd(p.parent.content.cut(p.parentOffset,m.parentOffset),y.parent.content.cut(y.parentOffset,h.endA-y.start()))))P=n.state.tr,B.type=="add"?P.addMark(N,g,B.mark):P.removeMark(N,g,B.mark);else if(p.parent.child(p.index()).isText&&p.index()==m.index()-(m.textOffset?0:1)){let O=p.parent.textBetween(p.parentOffset,m.parentOffset);if(n.someProp("handleTextInput",V=>V(n,N,g,O)))return;P=n.state.tr.insertText(O,N,g)}}if(P||(P=n.state.tr.replace(N,g,a.doc.slice(h.start-a.from,h.endB-a.from))),a.sel){let O=io(n,P.doc,a.sel);O&&!(te&&Le&&n.composing&&O.empty&&(h.start!=h.endB||n.input.lastAndroidDelete<Date.now()-100)&&(O.head==N||O.head==P.mapping.map(g)-1)||me&&O.empty&&O.head==N)&&P.setSelection(O)}w&&P.ensureMarks(w),n.dispatch(P.scrollIntoView())}function io(n,e,t){return Math.max(t.anchor,t.head)>e.content.size?null:Wi(n,e.resolve(t.anchor),e.resolve(t.head))}function zd(n,e){let t=n.firstChild.marks,r=e.firstChild.marks,i=t,s=r,o,l,a;for(let u=0;u<r.length;u++)i=r[u].removeFromSet(i);for(let u=0;u<t.length;u++)s=t[u].removeFromSet(s);if(i.length==1&&s.length==0)l=i[0],o="add",a=u=>u.mark(l.addToSet(u.marks));else if(i.length==0&&s.length==1)l=s[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(x.from(c).eq(n))return{mark:l,type:o}}function Fd(n,e,t,r,i){if(!r.parent.isTextblock||t-e<=i.pos-r.pos||ei(r,!0,!1)<i.pos)return!1;let s=n.resolve(e);if(s.parentOffset<s.parent.content.size||!s.parent.isTextblock)return!1;let o=n.resolve(ei(s,!0,!0));return!o.parent.isTextblock||o.pos>t||ei(o,!0,!1)<t?!1:r.parent.content.cut(r.parentOffset).eq(o.parent.content)}function ei(n,e,t){let r=n.depth,i=e?n.end():n.pos;for(;r>0&&(e||n.indexAfter(r)==n.node(r).childCount);)r--,i++,e=!1;if(t){let s=n.node(r).maybeChild(n.indexAfter(r));for(;s&&!s.isLeaf;)s=s.firstChild,i++}return i}function Vd(n,e,t,r,i){let s=n.findDiffStart(e,t);if(s==null)return null;let{a:o,b:l}=n.findDiffEnd(e,t+n.size,t+e.size);if(i=="end"){let a=Math.max(0,s-Math.min(o,l));r-=o+a-s}return o<s&&n.size<e.size?(s-=r<=s&&r>=o?s-r:0,l=s+(l-o),o=s):l<s&&(s-=r<=s&&r>=l?s-r:0,o=s+(o-l),l=s),{start:s,endA:o,endB:l}}class Hd{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 ad,this.prevDirectPlugins=[],this.pluginViews=[],this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(co),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=lo(this),oo(this),this.nodeViews=ao(this),this.docView=Ws(this.state.doc,so(this),Zr(this),this.dom,this),this.domObserver=new Id(this,(r,i,s,o)=>Ld(this,r,i,s,o)),this.domObserver.start(),cd(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),this._props=e,e.plugins&&(e.plugins.forEach(co),this.directPlugins=e.plugins),this.updateStateInner(e.state,!0)}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.state.plugins!=e.plugins)}updateStateInner(e,t){let r=this.state,i=!1,s=!1;if(e.storedMarks&&this.composing&&(Gl(this),s=!0),this.state=e,t){let d=ao(this);jd(d,this.nodeViews)&&(this.nodeViews=d,i=!0),Ci(this)}this.editable=lo(this),oo(this);let o=Zr(this),l=so(this),a=t?"reset":e.scrollToSelection>r.scrollToSelection?"to selection":"preserve",c=i||!this.docView.matchesNode(e.doc,l,o);(c||!e.selection.eq(r.selection))&&(s=!0);let u=a=="preserve"&&s&&this.dom.style.overflowAnchor==null&&Eu(this);if(s){this.domObserver.stop();let d=c&&(me||te)&&!this.composing&&!r.selection.empty&&!e.selection.empty&&$d(r.selection,e.selection);if(c){let f=te?this.trackWrites=this.domSelection().focusNode:null;(i||!this.docView.update(e.doc,l,o,this))&&(this.docView.updateOuterDeco([]),this.docView.destroy(),this.docView=Ws(e.doc,l,o,this.dom,this)),f&&!this.trackWrites&&(d=!0)}d||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelection())&&Zu(this))?pt(this,d):(Ll(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}if(this.updatePluginViews(r),a=="reset")this.dom.scrollTop=0;else if(a=="to selection"){let d=this.domSelection().focusNode;if(!this.someProp("handleScrollToSelection",f=>f(this)))if(e.selection instanceof E){let f=this.docView.domAfterPos(e.selection.from);f.nodeType==1&&Fs(this,f.getBoundingClientRect(),d)}else Fs(this,this.coordsAtPos(e.selection.head,1),d)}else u&&Au(u)}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)}}someProp(e,t){let r=this._props&&this._props[e],i;if(r!=null&&(i=t?t(r):r))return i;for(let o=0;o<this.directPlugins.length;o++){let l=this.directPlugins[o].props[e];if(l!=null&&(i=t?t(l):l))return i}let s=this.state.plugins;if(s)for(let o=0;o<s.length;o++){let l=s[o].props[e];if(l!=null&&(i=t?t(l):l))return i}}hasFocus(){return this.root.activeElement==this.dom}focus(){this.domObserver.stop(),this.editable&&Nu(this.dom),pt(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}posAtCoords(e){return Bu(this,e)}coordsAtPos(e,t=1){return Tl(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,r=-1){let i=this.docView.posFromDOM(e,t,r);if(i==null)throw new RangeError("DOM position not inside the editor");return i}endOfTextblock(e,t){return Hu(this,t||this.state,e)}destroy(){!this.docView||(ud(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],Zr(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null)}get isDestroyed(){return this.docView==null}dispatchEvent(e){return fd(this,e)}dispatch(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))}domSelection(){return this.root.getSelection()}}function so(n){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(n.editable),e.translate="no",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]))}),[ve.node(0,n.state.doc.content.size,e)]}function oo(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:ve.widget(n.state.selection.head,e,{raw:!0,marks:n.markCursor})}}else n.cursorWrapper=null}function lo(n){return!n.someProp("editable",e=>e(n.state)===!1)}function $d(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 ao(n){let e=Object.create(null);function t(r){for(let i in r)Object.prototype.hasOwnProperty.call(e,i)||(e[i]=r[i])}return n.someProp("nodeViews",t),n.someProp("markViews",t),e}function jd(n,e){let t=0,r=0;for(let i in n){if(n[i]!=e[i])return!0;t++}for(let i in e)r++;return t!=r}function co(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 mt={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:"'",229:"q"},br={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"',229:"Q"},uo=typeof navigator!="undefined"&&/Chrome\/(\d+)/.exec(navigator.userAgent),Wd=typeof navigator!="undefined"&&/Apple Computer/.test(navigator.vendor),qd=typeof navigator!="undefined"&&/Gecko\/\d+/.test(navigator.userAgent),fo=typeof navigator!="undefined"&&/Mac/.test(navigator.platform),Kd=typeof navigator!="undefined"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),_d=uo&&(fo||+uo[1]<57)||qd&&fo;for(var U=0;U<10;U++)mt[48+U]=mt[96+U]=String(U);for(var U=1;U<=24;U++)mt[U+111]="F"+U;for(var U=65;U<=90;U++)mt[U]=String.fromCharCode(U+32),br[U]=String.fromCharCode(U);for(var ti in mt)br.hasOwnProperty(ti)||(br[ti]=mt[ti]);function Jd(n){var e=_d&&(n.ctrlKey||n.altKey||n.metaKey)||(Wd||Kd)&&n.shiftKey&&n.key&&n.key.length==1,t=!e&&n.key||(n.shiftKey?br:mt)[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 Ud=typeof navigator!="undefined"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):!1;function Gd(n){let e=n.split(/-(?!$)/),t=e[e.length-1];t=="Space"&&(t=" ");let r,i,s,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))i=!0;else if(/^s(hift)?$/i.test(a))s=!0;else if(/^mod$/i.test(a))Ud?o=!0:i=!0;else throw new Error("Unrecognized modifier name: "+a)}return r&&(t="Alt-"+t),i&&(t="Ctrl-"+t),o&&(t="Meta-"+t),s&&(t="Shift-"+t),t}function Yd(n){let e=Object.create(null);for(let t in n)e[Gd(t)]=n[t];return e}function ni(n,e,t){return e.altKey&&(n="Alt-"+n),e.ctrlKey&&(n="Ctrl-"+n),e.metaKey&&(n="Meta-"+n),t!==!1&&e.shiftKey&&(n="Shift-"+n),n}function Xd(n){return new ae({props:{handleKeyDown:ea(n)}})}function ea(n){let e=Yd(n);return function(t,r){let i=Jd(r),s=i.length==1&&i!=" ",o,l=e[ni(i,r,!s)];if(l&&l(t.state,t.dispatch,t))return!0;if(s&&(r.shiftKey||r.altKey||r.metaKey||i.charCodeAt(0)>127)&&(o=mt[r.keyCode])&&o!=i){let a=e[ni(o,r,!0)];if(a&&a(t.state,t.dispatch,t))return!0}else if(s&&r.shiftKey){let a=e[ni(i,r,!0)];if(a&&a(t.state,t.dispatch,t))return!0}return!1}}const Yi=(n,e)=>n.selection.empty?!1:(e&&e(n.tr.deleteSelection().scrollIntoView()),!0),ta=(n,e,t)=>{let{$cursor:r}=n.selection;if(!r||(t?!t.endOfTextblock("backward",n):r.parentOffset>0))return!1;let i=ra(r);if(!i){let o=r.blockRange(),l=o&&on(o);return l==null?!1:(e&&e(n.tr.lift(o,l).scrollIntoView()),!0)}let s=i.nodeBefore;if(!s.type.spec.isolating&&da(n,i,e))return!0;if(r.parent.content.size==0&&(en(s,"end")||E.isSelectable(s))){let o=Fi(n.doc,r.before(),r.after(),S.empty);if(o&&o.slice.size<o.to-o.from){if(e){let l=n.tr.step(o);l.setSelection(en(s,"end")?D.findFrom(l.doc.resolve(l.mapping.map(i.pos,-1)),-1):E.create(l.doc,i.pos-s.nodeSize)),e(l.scrollIntoView())}return!0}}return s.isAtom&&i.depth==r.depth-1?(e&&e(n.tr.delete(i.pos-s.nodeSize,i.pos).scrollIntoView()),!0):!1};function en(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 na=(n,e,t)=>{let{$head:r,empty:i}=n.selection,s=r;if(!i)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("backward",n):r.parentOffset>0)return!1;s=ra(r)}let o=s&&s.nodeBefore;return!o||!E.isSelectable(o)?!1:(e&&e(n.tr.setSelection(E.create(n.doc,s.pos-o.nodeSize)).scrollIntoView()),!0)};function ra(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}const ia=(n,e,t)=>{let{$cursor:r}=n.selection;if(!r||(t?!t.endOfTextblock("forward",n):r.parentOffset<r.parent.content.size))return!1;let i=oa(r);if(!i)return!1;let s=i.nodeAfter;if(da(n,i,e))return!0;if(r.parent.content.size==0&&(en(s,"start")||E.isSelectable(s))){let o=Fi(n.doc,r.before(),r.after(),S.empty);if(o&&o.slice.size<o.to-o.from){if(e){let l=n.tr.step(o);l.setSelection(en(s,"start")?D.findFrom(l.doc.resolve(l.mapping.map(i.pos)),1):E.create(l.doc,l.mapping.map(i.pos))),e(l.scrollIntoView())}return!0}}return s.isAtom&&i.depth==r.depth-1?(e&&e(n.tr.delete(i.pos,i.pos+s.nodeSize).scrollIntoView()),!0):!1},sa=(n,e,t)=>{let{$head:r,empty:i}=n.selection,s=r;if(!i)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("forward",n):r.parentOffset<r.parent.content.size)return!1;s=oa(r)}let o=s&&s.nodeAfter;return!o||!E.isSelectable(o)?!1:(e&&e(n.tr.setSelection(E.create(n.doc,s.pos)).scrollIntoView()),!0)};function oa(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 Qd=(n,e)=>{let{$from:t,$to:r}=n.selection,i=t.blockRange(r),s=i&&on(i);return s==null?!1:(e&&e(n.tr.lift(i,s).scrollIntoView()),!0)},la=(n,e)=>{let{$head:t,$anchor:r}=n.selection;return!t.parent.type.spec.code||!t.sameParent(r)?!1:(e&&e(n.tr.insertText(`
9
+ `).scrollIntoView()),!0)};function Xi(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 aa=(n,e)=>{let{$head:t,$anchor:r}=n.selection;if(!t.parent.type.spec.code||!t.sameParent(r))return!1;let i=t.node(-1),s=t.indexAfter(-1),o=Xi(i.contentMatchAt(s));if(!o||!i.canReplaceWith(s,s,o))return!1;if(e){let l=t.after(),a=n.tr.replaceWith(l,l,o.createAndFill());a.setSelection(D.near(a.doc.resolve(l),1)),e(a.scrollIntoView())}return!0},ca=(n,e)=>{let t=n.selection,{$from:r,$to:i}=t;if(t instanceof pe||r.parent.inlineContent||i.parent.inlineContent)return!1;let s=Xi(i.parent.contentMatchAt(i.indexAfter()));if(!s||!s.isTextblock)return!1;if(e){let o=(!r.parentOffset&&i.index()<i.parent.childCount?r:i).pos,l=n.tr.insert(o,s.createAndFill());l.setSelection(I.create(l.doc,o+1)),e(l.scrollIntoView())}return!0},ua=(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 s=t.before();if(Qe(n.doc,s))return e&&e(n.tr.split(s).scrollIntoView()),!0}let r=t.blockRange(),i=r&&on(r);return i==null?!1:(e&&e(n.tr.lift(r,i).scrollIntoView()),!0)},Zd=(n,e)=>{let{$from:t,$to:r}=n.selection;if(n.selection instanceof E&&n.selection.node.isBlock)return!t.parentOffset||!Qe(n.doc,t.pos)?!1:(e&&e(n.tr.split(t.pos).scrollIntoView()),!0);if(!t.parent.isBlock)return!1;if(e){let i=r.parentOffset==r.parent.content.size,s=n.tr;(n.selection instanceof I||n.selection instanceof pe)&&s.deleteSelection();let o=t.depth==0?null:Xi(t.node(-1).contentMatchAt(t.indexAfter(-1))),l=i&&o?[{type:o}]:void 0,a=Qe(s.doc,s.mapping.map(t.pos),1,l);if(!l&&!a&&Qe(s.doc,s.mapping.map(t.pos),1,o?[{type:o}]:void 0)&&(o&&(l=[{type:o}]),a=!0),a&&(s.split(s.mapping.map(t.pos),1,l),!i&&!t.parentOffset&&t.parent.type!=o)){let c=s.mapping.map(t.before()),u=s.doc.resolve(c);o&&t.node(-1).canReplaceWith(u.index(),u.index()+1,o)&&s.setNodeMarkup(s.mapping.map(t.before()),o)}e(s.scrollIntoView())}return!0},ef=(n,e)=>{let{$from:t,to:r}=n.selection,i,s=t.sharedDepth(r);return s==0?!1:(i=t.before(s),e&&e(n.tr.setSelection(E.create(n.doc,i))),!0)},tf=(n,e)=>(e&&e(n.tr.setSelection(new pe(n.doc))),!0);function nf(n,e,t){let r=e.nodeBefore,i=e.nodeAfter,s=e.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&e.parent.canReplace(s-1,s)?(t&&t(n.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(s,s+1)||!(i.isTextblock||Fn(n.doc,e.pos))?!1:(t&&t(n.tr.clearIncompatible(e.pos,r.type,r.contentMatchAt(r.childCount)).join(e.pos).scrollIntoView()),!0)}function da(n,e,t){let r=e.nodeBefore,i=e.nodeAfter,s,o;if(r.type.spec.isolating||i.type.spec.isolating)return!1;if(nf(n,e,t))return!0;let l=e.parent.canReplace(e.index(),e.index()+1);if(l&&(s=(o=r.contentMatchAt(r.childCount)).findWrapping(i.type))&&o.matchType(s[0]||i.type).validEnd){if(t){let d=e.pos+i.nodeSize,f=x.empty;for(let m=s.length-1;m>=0;m--)f=x.from(s[m].create(null,f));f=x.from(r.copy(f));let h=n.tr.step(new q(e.pos-1,d,e.pos,d,new S(f,1,0),s.length,!0)),p=d+2*s.length;Fn(h.doc,p)&&h.join(p),t(h.scrollIntoView())}return!0}let a=D.findFrom(e,1),c=a&&a.$from.blockRange(a.$to),u=c&&on(c);if(u!=null&&u>=e.depth)return t&&t(n.tr.lift(c,u).scrollIntoView()),!0;if(l&&en(i,"start",!0)&&en(r,"end")){let d=r,f=[];for(;f.push(d),!d.isTextblock;)d=d.lastChild;let h=i,p=1;for(;!h.isTextblock;h=h.firstChild)p++;if(d.canReplace(d.childCount,d.childCount,h.content)){if(t){let m=x.empty;for(let v=f.length-1;v>=0;v--)m=x.from(f[v].copy(m));let y=n.tr.step(new q(e.pos-f.length,e.pos+i.nodeSize,e.pos+p,e.pos+i.nodeSize-p,new S(m,f.length,0),0,!0));t(y.scrollIntoView())}return!0}}return!1}function fa(n){return function(e,t){let r=e.selection,i=n<0?r.$from:r.$to,s=i.depth;for(;i.node(s).isInline;){if(!s)return!1;s--}return i.node(s).isTextblock?(t&&t(e.tr.setSelection(I.create(e.doc,n<0?i.start(s):i.end(s)))),!0):!1}}const ha=fa(-1),pa=fa(1);function rf(n,e=null){return function(t,r){let{$from:i,$to:s}=t.selection,o=i.blockRange(s),l=o&&zi(o,n,e);return l?(r&&r(t.tr.wrap(o,l).scrollIntoView()),!0):!1}}function ho(n,e=null){return function(t,r){let{from:i,to:s}=t.selection,o=!1;return t.doc.nodesBetween(i,s,(l,a)=>{if(o)return!1;if(!(!l.isTextblock||l.hasMarkup(n,e)))if(l.type==n)o=!0;else{let c=t.doc.resolve(a),u=c.index();o=c.parent.canReplaceWith(u,u+1,n)}}),o?(r&&r(t.tr.setBlockType(i,s,n,e).scrollIntoView()),!0):!1}}function Qi(...n){return function(e,t,r){for(let i=0;i<n.length;i++)if(n[i](e,t,r))return!0;return!1}}let ri=Qi(Yi,ta,na),po=Qi(Yi,ia,sa);const it={Enter:Qi(la,ca,ua,Zd),"Mod-Enter":aa,Backspace:ri,"Mod-Backspace":ri,"Shift-Backspace":ri,Delete:po,"Mod-Delete":po,"Mod-a":tf},sf={"Ctrl-h":it.Backspace,"Alt-Backspace":it["Mod-Backspace"],"Ctrl-d":it.Delete,"Ctrl-Alt-Backspace":it["Mod-Delete"],"Alt-Delete":it["Mod-Delete"],"Alt-d":it["Mod-Delete"],"Ctrl-a":ha,"Ctrl-e":pa};for(let n in it)sf[n]=it[n];typeof navigator!="undefined"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):typeof os!="undefined"&&os.platform&&os.platform()=="darwin";function of(n,e=null){return function(t,r){let{$from:i,$to:s}=t.selection,o=i.blockRange(s),l=!1,a=o;if(!o)return!1;if(o.depth>=2&&i.node(o.depth-1).type.compatibleContent(n)&&o.startIndex==0){if(i.index(o.depth-1)==0)return!1;let u=t.doc.resolve(o.start-2);a=new ur(u,u,o.depth),o.endIndex<o.parent.childCount&&(o=new ur(i,t.doc.resolve(s.end(o.depth)),o.depth)),l=!0}let c=zi(a,n,e,o);return c?(r&&r(lf(t.tr,o,c,l,n).scrollIntoView()),!0):!1}}function lf(n,e,t,r,i){let s=x.empty;for(let u=t.length-1;u>=0;u--)s=x.from(t[u].type.create(t[u].attrs,s));n.step(new q(e.start-(r?2:0),e.end,e.start,e.end,new S(s,0,0),t.length,!0));let o=0;for(let u=0;u<t.length;u++)t[u].type==i&&(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,f=!0;u<d;u++,f=!1)!f&&Qe(n.doc,a,l)&&(n.split(a,l),a+=2*l),a+=c.child(u).nodeSize;return n}function af(n){return function(e,t){let{$from:r,$to:i}=e.selection,s=r.blockRange(i,o=>o.childCount>0&&o.firstChild.type==n);return s?t?r.node(s.depth-1).type==n?cf(e,t,n,s):uf(e,t,s):!0:!1}}function cf(n,e,t,r){let i=n.tr,s=r.end,o=r.$to.end(r.depth);return s<o&&(i.step(new q(s-1,o,s,o,new S(x.from(t.create(null,r.parent.copy())),1,0),1,!0)),r=new ur(i.doc.resolve(r.$from.pos),i.doc.resolve(o),r.depth)),e(i.lift(r,on(r)).scrollIntoView()),!0}function uf(n,e,t){let r=n.tr,i=t.parent;for(let h=t.end,p=t.endIndex-1,m=t.startIndex;p>m;p--)h-=i.child(p).nodeSize,r.delete(h-1,h+1);let s=r.doc.resolve(t.start),o=s.nodeAfter;if(r.mapping.map(t.end)!=t.start+s.nodeAfter.nodeSize)return!1;let l=t.startIndex==0,a=t.endIndex==i.childCount,c=s.node(-1),u=s.index(-1);if(!c.canReplace(u+(l?0:1),u+1,o.content.append(a?x.empty:x.from(i))))return!1;let d=s.pos,f=d+o.nodeSize;return r.step(new q(d-(l?1:0),f+(a?1:0),d+1,f-1,new S((l?x.empty:x.from(i.copy(x.empty))).append(a?x.empty:x.from(i.copy(x.empty))),l?0:1,a?0:1),l?0:1)),e(r.scrollIntoView()),!0}function df(n){return function(e,t){let{$from:r,$to:i}=e.selection,s=r.blockRange(i,c=>c.childCount>0&&c.firstChild.type==n);if(!s)return!1;let o=s.startIndex;if(o==0)return!1;let l=s.parent,a=l.child(o-1);if(a.type!=n)return!1;if(t){let c=a.lastChild&&a.lastChild.type==l.type,u=x.from(c?n.create():null),d=new S(x.from(n.create(null,x.from(l.type.create(null,u)))),c?3:1,0),f=s.start,h=s.end;t(e.tr.step(new q(f-(c?3:1),h,f,h,d,1,!0)).scrollIntoView())}return!0}}function Er(n){const{state:e,transaction:t}=n;let{selection:r}=t,{doc:i}=t,{storedMarks:s}=t;return ee(M({},e),{apply:e.apply.bind(e),applyTransaction:e.applyTransaction.bind(e),filterTransaction:e.filterTransaction,plugins:e.plugins,schema:e.schema,reconfigure:e.reconfigure.bind(e),toJSON:e.toJSON.bind(e),get storedMarks(){return s},get selection(){return r},get doc(){return i},get tr(){return r=t.selection,i=t.doc,s=t.storedMarks,t}})}class Ar{constructor(e){this.editor=e.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=e.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:e,editor:t,state:r}=this,{view:i}=t,{tr:s}=r,o=this.buildProps(s);return Object.fromEntries(Object.entries(e).map(([l,a])=>[l,(...u)=>{const d=a(...u)(o);return!s.getMeta("preventDispatch")&&!this.hasCustomState&&i.dispatch(s),d}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(e,t=!0){const{rawCommands:r,editor:i,state:s}=this,{view:o}=i,l=[],a=!!e,c=e||s.tr,u=()=>(!a&&t&&!c.getMeta("preventDispatch")&&!this.hasCustomState&&o.dispatch(c),l.every(f=>f===!0)),d=ee(M({},Object.fromEntries(Object.entries(r).map(([f,h])=>[f,(...m)=>{const y=this.buildProps(c,t),v=h(...m)(y);return l.push(v),d}]))),{run:u});return d}createCan(e){const{rawCommands:t,state:r}=this,i=void 0,s=e||r.tr,o=this.buildProps(s,i),l=Object.fromEntries(Object.entries(t).map(([a,c])=>[a,(...u)=>c(...u)(ee(M({},o),{dispatch:i}))]));return ee(M({},l),{chain:()=>this.createChain(s,i)})}buildProps(e,t=!0){const{rawCommands:r,editor:i,state:s}=this,{view:o}=i;s.storedMarks&&e.setStoredMarks(s.storedMarks);const l={tr:e,editor:i,view:o,state:Er({state:s,transaction:e}),dispatch:t?()=>{}:void 0,chain:()=>this.createChain(e),can:()=>this.createCan(e),get commands(){return Object.fromEntries(Object.entries(r).map(([a,c])=>[a,(...u)=>c(...u)(l)]))}};return l}}class ff{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){const r=this.callbacks[e];return r&&r.forEach(i=>i.apply(this,t)),this}off(e,t){const r=this.callbacks[e];return r&&(t?this.callbacks[e]=r.filter(i=>i!==t):delete this.callbacks[e]),this}removeAllListeners(){this.callbacks={}}}function C(n,e,t){return n.config[e]===void 0&&n.parent?C(n.parent,e,t):typeof n.config[e]=="function"?n.config[e].bind(ee(M({},t),{parent:n.parent?C(n.parent,e,t):null})):n.config[e]}function Nr(n){const e=n.filter(i=>i.type==="extension"),t=n.filter(i=>i.type==="node"),r=n.filter(i=>i.type==="mark");return{baseExtensions:e,nodeExtensions:t,markExtensions:r}}function ma(n){const e=[],{nodeExtensions:t,markExtensions:r}=Nr(n),i=[...t,...r],s={default:null,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1};return n.forEach(o=>{const l={name:o.name,options:o.options,storage:o.storage},a=C(o,"addGlobalAttributes",l);if(!a)return;a().forEach(u=>{u.types.forEach(d=>{Object.entries(u.attributes).forEach(([f,h])=>{e.push({type:d,name:f,attribute:M(M({},s),h)})})})})}),i.forEach(o=>{const l={name:o.name,options:o.options,storage:o.storage},a=C(o,"addAttributes",l);if(!a)return;const c=a();Object.entries(c).forEach(([u,d])=>{const f=M(M({},s),d);d.isRequired&&d.default===void 0&&delete f.default,e.push({type:o.name,name:u,attribute:f})})}),e}function K(n,e){if(typeof n=="string"){if(!e.nodes[n])throw Error(`There is no node type named '${n}'. Maybe you forgot to add the extension?`);return e.nodes[n]}return n}function re(...n){return n.filter(e=>!!e).reduce((e,t)=>{const r=M({},e);return Object.entries(t).forEach(([i,s])=>{if(!r[i]){r[i]=s;return}i==="class"?r[i]=[r[i],s].join(" "):i==="style"?r[i]=[r[i],s].join("; "):r[i]=s}),r},{})}function Ti(n,e){return e.filter(t=>t.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(n.attrs)||{}:{[t.name]:n.attrs[t.name]}).reduce((t,r)=>re(t,r),{})}function ga(n){return typeof n=="function"}function R(n,e=void 0,...t){return ga(n)?e?n.bind(e)(...t):n(...t):n}function hf(n={}){return Object.keys(n).length===0&&n.constructor===Object}function pf(n){return typeof n!="string"?n:n.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(n):n==="true"?!0:n==="false"?!1:n}function mo(n,e){return n.style?n:ee(M({},n),{getAttrs:t=>{const r=n.getAttrs?n.getAttrs(t):n.attrs;if(r===!1)return!1;const i=e.reduce((s,o)=>{const l=o.attribute.parseHTML?o.attribute.parseHTML(t):pf(t.getAttribute(o.name));return l==null?s:ee(M({},s),{[o.name]:l})},{});return M(M({},r),i)}})}function go(n){return Object.fromEntries(Object.entries(n).filter(([e,t])=>e==="attrs"&&hf(t)?!1:t!=null))}function mf(n){var e;const t=ma(n),{nodeExtensions:r,markExtensions:i}=Nr(n),s=(e=r.find(a=>C(a,"topNode")))===null||e===void 0?void 0:e.name,o=Object.fromEntries(r.map(a=>{const c=t.filter(y=>y.type===a.name),u={name:a.name,options:a.options,storage:a.storage},d=n.reduce((y,v)=>{const k=C(v,"extendNodeSchema",u);return M(M({},y),k?k(a):{})},{}),f=go(ee(M({},d),{content:R(C(a,"content",u)),marks:R(C(a,"marks",u)),group:R(C(a,"group",u)),inline:R(C(a,"inline",u)),atom:R(C(a,"atom",u)),selectable:R(C(a,"selectable",u)),draggable:R(C(a,"draggable",u)),code:R(C(a,"code",u)),defining:R(C(a,"defining",u)),isolating:R(C(a,"isolating",u)),attrs:Object.fromEntries(c.map(y=>{var v;return[y.name,{default:(v=y==null?void 0:y.attribute)===null||v===void 0?void 0:v.default}]}))})),h=R(C(a,"parseHTML",u));h&&(f.parseDOM=h.map(y=>mo(y,c)));const p=C(a,"renderHTML",u);p&&(f.toDOM=y=>p({node:y,HTMLAttributes:Ti(y,c)}));const m=C(a,"renderText",u);return m&&(f.toText=m),[a.name,f]})),l=Object.fromEntries(i.map(a=>{const c=t.filter(m=>m.type===a.name),u={name:a.name,options:a.options,storage:a.storage},d=n.reduce((m,y)=>{const v=C(y,"extendMarkSchema",u);return M(M({},m),v?v(a):{})},{}),f=go(ee(M({},d),{inclusive:R(C(a,"inclusive",u)),excludes:R(C(a,"excludes",u)),group:R(C(a,"group",u)),spanning:R(C(a,"spanning",u)),code:R(C(a,"code",u)),attrs:Object.fromEntries(c.map(m=>{var y;return[m.name,{default:(y=m==null?void 0:m.attribute)===null||y===void 0?void 0:y.default}]}))})),h=R(C(a,"parseHTML",u));h&&(f.parseDOM=h.map(m=>mo(m,c)));const p=C(a,"renderHTML",u);return p&&(f.toDOM=m=>p({mark:m,HTMLAttributes:Ti(m,c)})),[a.name,f]}));return new Hc({topNode:s,nodes:o,marks:l})}function ii(n,e){return e.nodes[n]||e.marks[n]||null}function yo(n,e){return Array.isArray(e)?e.some(t=>(typeof t=="string"?t:t.name)===n.name):e}const gf=(n,e=500)=>{let t="";return n.parent.nodesBetween(Math.max(0,n.parentOffset-e),n.parentOffset,(r,i,s,o)=>{var l,a,c;t+=((a=(l=r.type.spec).toText)===null||a===void 0?void 0:a.call(l,{node:r,pos:i,parent:s,index:o}))||((c=n.nodeBefore)===null||c===void 0?void 0:c.text)||"%leaf%"}),t};function Zi(n){return Object.prototype.toString.call(n)==="[object RegExp]"}class Dr{constructor(e){this.find=e.find,this.handler=e.handler}}const yf=(n,e)=>{if(Zi(e))return e.exec(n);const t=e(n);if(!t)return null;const r=[];return r.push(t.text),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 si(n){var e;const{editor:t,from:r,to:i,text:s,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===void 0)&&e.marks.find(f=>f.type.spec.code)))return!1;let u=!1;const d=gf(c)+s;return o.forEach(f=>{if(u)return;const h=yf(d,f.find);if(!h)return;const p=a.state.tr,m=Er({state:a.state,transaction:p}),y={from:r-(h[0].length-s.length),to:i},{commands:v,chain:k,can:N}=new Ar({editor:t,state:m});f.handler({state:m,range:y,match:h,commands:v,chain:k,can:N})===null||!p.steps.length||(p.setMeta(l,{transform:p,from:r,to:i,text:s}),a.dispatch(p),u=!0)}),u}function bf(n){const{editor:e,rules:t}=n,r=new ae({state:{init(){return null},apply(i,s){const o=i.getMeta(r);return o||(i.selectionSet||i.docChanged?null:s)}},props:{handleTextInput(i,s,o,l){return si({editor:e,from:s,to:o,text:l,rules:t,plugin:r})},handleDOMEvents:{compositionend:i=>(setTimeout(()=>{const{$cursor:s}=i.state.selection;s&&si({editor:e,from:s.pos,to:s.pos,text:"",rules:t,plugin:r})}),!1)},handleKeyDown(i,s){if(s.key!=="Enter")return!1;const{$cursor:o}=i.state.selection;return o?si({editor:e,from:o.pos,to:o.pos,text:`
10
+ `,rules:t,plugin:r}):!1}},isInputRules:!0});return r}function vf(n){return typeof n=="number"}class xf{constructor(e){this.find=e.find,this.handler=e.handler}}const kf=(n,e)=>{if(Zi(e))return[...n.matchAll(e)];const t=e(n);return t?t.map(r=>{const i=[];return i.push(r.text),i.index=r.index,i.input=n,i.data=r.data,r.replaceWith&&(r.text.includes(r.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),i.push(r.replaceWith)),i}):[]};function Sf(n){const{editor:e,state:t,from:r,to:i,rule:s}=n,{commands:o,chain:l,can:a}=new Ar({editor:e,state:t}),c=[];return t.doc.nodesBetween(r,i,(d,f)=>{if(!d.isTextblock||d.type.spec.code)return;const h=Math.max(r,f),p=Math.min(i,f+d.content.size),m=d.textBetween(h-f,p-f,void 0,"\uFFFC");kf(m,s.find).forEach(v=>{if(v.index===void 0)return;const k=h+v.index+1,N=k+v[0].length,g={from:t.tr.mapping.map(k),to:t.tr.mapping.map(N)},P=s.handler({state:t,range:g,match:v,commands:o,chain:l,can:a});c.push(P)})}),c.every(d=>d!==null)}function wf(n){const{editor:e,rules:t}=n;let r=null,i=!1,s=!1;return t.map(l=>new ae({view(a){const c=u=>{var d;r=!((d=a.dom.parentElement)===null||d===void 0)&&d.contains(u.target)?a.dom.parentElement:null};return window.addEventListener("dragstart",c),{destroy(){window.removeEventListener("dragstart",c)}}},props:{handleDOMEvents:{drop:a=>(s=r===a.dom.parentElement,!1),paste:(a,c)=>{var u;const d=(u=c.clipboardData)===null||u===void 0?void 0:u.getData("text/html");return i=!!(d!=null&&d.includes("data-pm-slice")),!1}}},appendTransaction:(a,c,u)=>{const d=a[0],f=d.getMeta("uiEvent")==="paste"&&!i,h=d.getMeta("uiEvent")==="drop"&&!s;if(!f&&!h)return;const p=c.doc.content.findDiffStart(u.doc.content),m=c.doc.content.findDiffEnd(u.doc.content);if(!vf(p)||!m||p===m.b)return;const y=u.tr,v=Er({state:u,transaction:y});if(!(!Sf({editor:e,state:v,from:Math.max(p-1,0),to:m.b,rule:l})||!y.steps.length))return y}}))}function Mf(n){const e=n.filter((t,r)=>n.indexOf(t)!==r);return[...new Set(e)]}class Jt{constructor(e,t){this.splittableMarks=[],this.editor=t,this.extensions=Jt.resolve(e),this.schema=mf(this.extensions),this.extensions.forEach(r=>{var i;this.editor.extensionStorage[r.name]=r.storage;const s={name:r.name,options:r.options,storage:r.storage,editor:this.editor,type:ii(r.name,this.schema)};r.type==="mark"&&((i=R(C(r,"keepOnSplit",s)))!==null&&i!==void 0?i:!0)&&this.splittableMarks.push(r.name);const o=C(r,"onBeforeCreate",s);o&&this.editor.on("beforeCreate",o);const l=C(r,"onCreate",s);l&&this.editor.on("create",l);const a=C(r,"onUpdate",s);a&&this.editor.on("update",a);const c=C(r,"onSelectionUpdate",s);c&&this.editor.on("selectionUpdate",c);const u=C(r,"onTransaction",s);u&&this.editor.on("transaction",u);const d=C(r,"onFocus",s);d&&this.editor.on("focus",d);const f=C(r,"onBlur",s);f&&this.editor.on("blur",f);const h=C(r,"onDestroy",s);h&&this.editor.on("destroy",h)})}static resolve(e){const t=Jt.sort(Jt.flatten(e)),r=Mf(t.map(i=>i.name));return r.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${r.map(i=>`'${i}'`).join(", ")}]. This can lead to issues.`),t}static flatten(e){return e.map(t=>{const r={name:t.name,options:t.options,storage:t.storage},i=C(t,"addExtensions",r);return i?[t,...this.flatten(i())]:t}).flat(10)}static sort(e){return e.sort((r,i)=>{const s=C(r,"priority")||100,o=C(i,"priority")||100;return s>o?-1:s<o?1:0})}get commands(){return this.extensions.reduce((e,t)=>{const r={name:t.name,options:t.options,storage:t.storage,editor:this.editor,type:ii(t.name,this.schema)},i=C(t,"addCommands",r);return i?M(M({},e),i()):e},{})}get plugins(){const{editor:e}=this,t=Jt.sort([...this.extensions].reverse()),r=[],i=[],s=t.map(o=>{const l={name:o.name,options:o.options,storage:o.storage,editor:e,type:ii(o.name,this.schema)},a=[],c=C(o,"addKeyboardShortcuts",l);if(c){const h=Object.fromEntries(Object.entries(c()).map(([m,y])=>[m,()=>y({editor:e})])),p=Xd(h);a.push(p)}const u=C(o,"addInputRules",l);yo(o,e.options.enableInputRules)&&u&&r.push(...u());const d=C(o,"addPasteRules",l);yo(o,e.options.enablePasteRules)&&d&&i.push(...d());const f=C(o,"addProseMirrorPlugins",l);if(f){const h=f();a.push(...h)}return a}).flat();return[bf({editor:e,rules:r}),...wf({editor:e,rules:i}),...s]}get attributes(){return ma(this.extensions)}get nodeViews(){const{editor:e}=this,{nodeExtensions:t}=Nr(this.extensions);return Object.fromEntries(t.filter(r=>!!C(r,"addNodeView")).map(r=>{const i=this.attributes.filter(a=>a.type===r.name),s={name:r.name,options:r.options,storage:r.storage,editor:e,type:K(r.name,this.schema)},o=C(r,"addNodeView",s);if(!o)return[];const l=(a,c,u,d)=>{const f=Ti(a,i);return o()({editor:e,node:a,getPos:u,decorations:d,HTMLAttributes:f,extension:r})};return[r.name,l]}))}}function Cf(n){return Object.prototype.toString.call(n).slice(8,-1)}function oi(n){return Cf(n)!=="Object"?!1:n.constructor===Object&&Object.getPrototypeOf(n)===Object.prototype}function Ir(n,e){const t=M({},n);return oi(n)&&oi(e)&&Object.keys(e).forEach(r=>{oi(e[r])?r in n?t[r]=Ir(n[r],e[r]):Object.assign(t,{[r]:e[r]}):Object.assign(t,{[r]:e[r]})}),t}class ie{constructor(e={}){this.type="extension",this.name="extension",this.parent=null,this.child=null,this.config={name:this.name,defaultOptions:{}},this.config=M(M({},this.config),e),this.name=this.config.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${this.name}".`),this.options=this.config.defaultOptions,this.config.addOptions&&(this.options=R(C(this,"addOptions",{name:this.name}))),this.storage=R(C(this,"addStorage",{name:this.name,options:this.options}))||{}}static create(e={}){return new ie(e)}configure(e={}){const t=this.extend();return t.options=Ir(this.options,e),t.storage=R(C(t,"addStorage",{name:t.name,options:t.options})),t}extend(e={}){const t=new ie(e);return t.parent=this,this.child=t,t.name=e.name?e.name:t.parent.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${t.name}".`),t.options=R(C(t,"addOptions",{name:t.name})),t.storage=R(C(t,"addStorage",{name:t.name,options:t.options})),t}}function ya(n,e,t){const{from:r,to:i}=e,{blockSeparator:s=`
11
+
12
+ `,textSerializers:o={}}=t||{};let l="",a=!0;return n.nodesBetween(r,i,(c,u,d,f)=>{var h;const p=o==null?void 0:o[c.type.name];p?(c.isBlock&&!a&&(l+=s,a=!0),d&&(l+=p({node:c,pos:u,parent:d,index:f,range:e}))):c.isText?(l+=(h=c==null?void 0:c.text)===null||h===void 0?void 0:h.slice(Math.max(r,u)-u,i-u),a=!1):c.isBlock&&!a&&(l+=s,a=!0)}),l}function ba(n){return Object.fromEntries(Object.entries(n.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}const Of=ie.create({name:"clipboardTextSerializer",addProseMirrorPlugins(){return[new ae({key:new Ke("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:n}=this,{state:e,schema:t}=n,{doc:r,selection:i}=e,{ranges:s}=i,o=Math.min(...s.map(u=>u.$from.pos)),l=Math.max(...s.map(u=>u.$to.pos)),a=ba(t);return ya(r,{from:o,to:l},{textSerializers:a})}}})]}}),Tf=()=>({editor:n,view:e})=>(requestAnimationFrame(()=>{var t;n.isDestroyed||(e.dom.blur(),(t=window==null?void 0:window.getSelection())===null||t===void 0||t.removeAllRanges())}),!0),Ef=(n=!1)=>({commands:e})=>e.setContent("",n),Af=()=>({state:n,tr:e,dispatch:t})=>{const{selection:r}=e,{ranges:i}=r;return t&&i.forEach(({$from:s,$to:o})=>{n.doc.nodesBetween(s.pos,o.pos,(l,a)=>{if(l.type.isText)return;const{doc:c,mapping:u}=e,d=c.resolve(u.map(a)),f=c.resolve(u.map(a+l.nodeSize)),h=d.blockRange(f);if(!h)return;const p=on(h);if(l.type.isTextblock){const{defaultType:m}=d.parent.contentMatchAt(d.index());e.setNodeMarkup(h.start,m)}(p||p===0)&&e.lift(h,p)})}),!0},Nf=n=>e=>n(e),Df=()=>({state:n,dispatch:e})=>ca(n,e),If=n=>({tr:e,state:t,dispatch:r})=>{const i=K(n,t.schema),s=e.selection.$anchor;for(let o=s.depth;o>0;o-=1)if(s.node(o).type===i){if(r){const a=s.before(o),c=s.after(o);e.delete(a,c).scrollIntoView()}return!0}return!1},Pf=n=>({tr:e,dispatch:t})=>{const{from:r,to:i}=n;return t&&e.delete(r,i),!0},Rf=()=>({state:n,dispatch:e})=>Yi(n,e),Bf=()=>({commands:n})=>n.keyboardShortcut("Enter"),Lf=()=>({state:n,dispatch:e})=>aa(n,e);function vr(n,e,t={strict:!0}){const r=Object.keys(e);return r.length?r.every(i=>t.strict?e[i]===n[i]:Zi(e[i])?e[i].test(n[i]):e[i]===n[i]):!0}function Ei(n,e,t={}){return n.find(r=>r.type===e&&vr(r.attrs,t))}function zf(n,e,t={}){return!!Ei(n,e,t)}function es(n,e,t={}){if(!n||!e)return;let r=n.parent.childAfter(n.parentOffset);if(n.parentOffset===r.offset&&r.offset!==0&&(r=n.parent.childBefore(n.parentOffset)),!r.node)return;const i=Ei([...r.node.marks],e,t);if(!i)return;let s=r.index,o=n.start()+r.offset,l=s+1,a=o+r.node.nodeSize;for(Ei([...r.node.marks],e,t);s>0&&i.isInSet(n.parent.child(s-1).marks);)s-=1,o-=n.parent.child(s).nodeSize;for(;l<n.parent.childCount&&zf([...n.parent.child(l).marks],e,t);)a+=n.parent.child(l).nodeSize,l+=1;return{from:o,to:a}}function bt(n,e){if(typeof n=="string"){if(!e.marks[n])throw Error(`There is no mark type named '${n}'. Maybe you forgot to add the extension?`);return e.marks[n]}return n}const Ff=(n,e={})=>({tr:t,state:r,dispatch:i})=>{const s=bt(n,r.schema),{doc:o,selection:l}=t,{$from:a,from:c,to:u}=l;if(i){const d=es(a,s,e);if(d&&d.from<=c&&d.to>=u){const f=I.create(o,d.from,d.to);t.setSelection(f)}}return!0},Vf=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 Hf(n){var e;return((e=n.constructor)===null||e===void 0?void 0:e.toString().substring(0,5))==="class"}function va(n){return n&&typeof n=="object"&&!Array.isArray(n)&&!Hf(n)}function xa(n){return va(n)&&n instanceof I}function Ye(n=0,e=0,t=0){return Math.min(Math.max(n,e),t)}function ka(n,e=null){if(!e)return null;const t=D.atStart(n),r=D.atEnd(n);if(e==="start"||e===!0)return t;if(e==="end")return r;const i=t.from,s=r.to;return e==="all"?I.create(n,Ye(0,i,s),Ye(n.content.size,i,s)):I.create(n,Ye(e,i,s),Ye(e,i,s))}function ts(){return["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"ontouchend"in document}const $f=(n=null,e={})=>({editor:t,view:r,tr:i,dispatch:s})=>{e=M({scrollIntoView:!0},e);const o=()=>{ts()&&r.dom.focus(),requestAnimationFrame(()=>{t.isDestroyed||(r.focus(),e!=null&&e.scrollIntoView&&t.commands.scrollIntoView())})};if(r.hasFocus()&&n===null||n===!1)return!0;if(s&&n===null&&!xa(t.state.selection))return o(),!0;const l=ka(i.doc,n)||t.state.selection,a=t.state.selection.eq(l);return s&&(a||i.setSelection(l),a&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},jf=(n,e)=>t=>n.every((r,i)=>e(r,ee(M({},t),{index:i}))),Wf=(n,e)=>({tr:t,commands:r})=>r.insertContentAt({from:t.selection.from,to:t.selection.to},n,e);function bo(n){const e=`<body>${n}</body>`;return new window.DOMParser().parseFromString(e,"text/html").body}function xr(n,e,t){if(t=M({slice:!0,parseOptions:{}},t),typeof n=="object"&&n!==null)try{return Array.isArray(n)?x.fromArray(n.map(r=>e.nodeFromJSON(r))):e.nodeFromJSON(n)}catch(r){return console.warn("[tiptap warn]: Invalid content.","Passed value:",n,"Error:",r),xr("",e,t)}if(typeof n=="string"){const r=Yt.fromSchema(e);return t.slice?r.parseSlice(bo(n),t.parseOptions).content:r.parse(bo(n),t.parseOptions)}return xr("",e,t)}function qf(n,e,t){const r=n.steps.length-1;if(r<e)return;const i=n.steps[r];if(!(i instanceof Q||i instanceof q))return;const s=n.mapping.maps[r];let o=0;s.forEach((l,a,c,u)=>{o===0&&(o=u)}),n.setSelection(D.near(n.doc.resolve(o),t))}const Kf=n=>n.toString().startsWith("<"),_f=(n,e,t)=>({tr:r,dispatch:i,editor:s})=>{if(i){t=M({parseOptions:{},updateSelection:!0},t);const o=xr(e,s.schema,{parseOptions:M({preserveWhitespace:"full"},t.parseOptions)});if(o.toString()==="<>")return!0;let{from:l,to:a}=typeof n=="number"?{from:n,to:n}:n,c=!0,u=!0;if((Kf(o)?o:[o]).forEach(f=>{f.check(),c=c?f.isText&&f.marks.length===0:!1,u=u?f.isBlock:!1}),l===a&&u){const{parent:f}=r.doc.resolve(l);f.isTextblock&&!f.type.spec.code&&!f.childCount&&(l-=1,a+=1)}c?r.insertText(e,l,a):r.replaceWith(l,a,o),t.updateSelection&&qf(r,r.steps.length-1,-1)}return!0},Jf=()=>({state:n,dispatch:e})=>ta(n,e),Uf=()=>({state:n,dispatch:e})=>ia(n,e);function Sa(){return typeof navigator!="undefined"?/Mac/.test(navigator.platform):!1}function Gf(n){const e=n.split(/-(?!$)/);let t=e[e.length-1];t==="Space"&&(t=" ");let r,i,s,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))i=!0;else if(/^s(hift)?$/i.test(a))s=!0;else if(/^mod$/i.test(a))ts()||Sa()?o=!0:i=!0;else throw new Error(`Unrecognized modifier name: ${a}`)}return r&&(t=`Alt-${t}`),i&&(t=`Ctrl-${t}`),o&&(t=`Meta-${t}`),s&&(t=`Shift-${t}`),t}const Yf=n=>({editor:e,view:t,tr:r,dispatch:i})=>{const s=Gf(n).split(/-(?!$)/),o=s.find(c=>!["Alt","Ctrl","Meta","Shift"].includes(c)),l=new KeyboardEvent("keydown",{key:o==="Space"?" ":o,altKey:s.includes("Alt"),ctrlKey:s.includes("Ctrl"),metaKey:s.includes("Meta"),shiftKey:s.includes("Shift"),bubbles:!0,cancelable:!0}),a=e.captureTransaction(()=>{t.someProp("handleKeyDown",c=>c(t,l))});return a==null||a.steps.forEach(c=>{const u=c.map(r.mapping);u&&i&&r.maybeStep(u)}),!0};function Dn(n,e,t={}){const{from:r,to:i,empty:s}=n.selection,o=e?K(e,n.schema):null,l=[];n.doc.nodesBetween(r,i,(d,f)=>{if(d.isText)return;const h=Math.max(r,f),p=Math.min(i,f+d.nodeSize);l.push({node:d,from:h,to:p})});const a=i-r,c=l.filter(d=>o?o.name===d.node.type.name:!0).filter(d=>vr(d.node.attrs,t,{strict:!1}));return s?!!c.length:c.reduce((d,f)=>d+f.to-f.from,0)>=a}const Xf=(n,e={})=>({state:t,dispatch:r})=>{const i=K(n,t.schema);return Dn(t,i,e)?Qd(t,r):!1},Qf=()=>({state:n,dispatch:e})=>ua(n,e),Zf=n=>({state:e,dispatch:t})=>{const r=K(n,e.schema);return af(r)(e,t)},eh=()=>({state:n,dispatch:e})=>la(n,e);function Pr(n,e){return e.nodes[n]?"node":e.marks[n]?"mark":null}function vo(n,e){const t=typeof e=="string"?[e]:e;return Object.keys(n).reduce((r,i)=>(t.includes(i)||(r[i]=n[i]),r),{})}const th=(n,e)=>({tr:t,state:r,dispatch:i})=>{let s=null,o=null;const l=Pr(typeof n=="string"?n:n.name,r.schema);return l?(l==="node"&&(s=K(n,r.schema)),l==="mark"&&(o=bt(n,r.schema)),i&&t.selection.ranges.forEach(a=>{r.doc.nodesBetween(a.$from.pos,a.$to.pos,(c,u)=>{s&&s===c.type&&t.setNodeMarkup(u,void 0,vo(c.attrs,e)),o&&c.marks.length&&c.marks.forEach(d=>{o===d.type&&t.addMark(u,u+c.nodeSize,o.create(vo(d.attrs,e)))})})}),!0):!1},nh=()=>({tr:n,dispatch:e})=>(e&&n.scrollIntoView(),!0),rh=()=>({tr:n,commands:e})=>e.setTextSelection({from:0,to:n.doc.content.size}),ih=()=>({state:n,dispatch:e})=>na(n,e),sh=()=>({state:n,dispatch:e})=>sa(n,e),oh=()=>({state:n,dispatch:e})=>ef(n,e),lh=()=>({state:n,dispatch:e})=>pa(n,e),ah=()=>({state:n,dispatch:e})=>ha(n,e);function wa(n,e,t={}){return xr(n,e,{slice:!1,parseOptions:t})}const ch=(n,e=!1,t={})=>({tr:r,editor:i,dispatch:s})=>{const{doc:o}=r,l=wa(n,i.schema,t);return s&&r.replaceWith(0,o.content.size,l).setMeta("preventUpdate",!e),!0};function Ma(n,e){const t=bt(e,n.schema),{from:r,to:i,empty:s}=n.selection,o=[];s?(n.storedMarks&&o.push(...n.storedMarks),o.push(...n.selection.$head.marks())):n.doc.nodesBetween(r,i,a=>{o.push(...a.marks)});const l=o.find(a=>a.type.name===t.name);return l?M({},l.attrs):{}}const uh=(n,e={})=>({tr:t,state:r,dispatch:i})=>{const{selection:s}=t,{empty:o,ranges:l}=s,a=bt(n,r.schema);if(i)if(o){const c=Ma(r,a);t.addStoredMark(a.create(M(M({},c),e)))}else l.forEach(c=>{const u=c.$from.pos,d=c.$to.pos;r.doc.nodesBetween(u,d,(f,h)=>{const p=Math.max(h,u),m=Math.min(h+f.nodeSize,d);f.marks.find(v=>v.type===a)?f.marks.forEach(v=>{a===v.type&&t.addMark(p,m,a.create(M(M({},v.attrs),e)))}):t.addMark(p,m,a.create(e))})});return!0},dh=(n,e)=>({tr:t})=>(t.setMeta(n,e),!0),fh=(n,e={})=>({state:t,dispatch:r,chain:i})=>{const s=K(n,t.schema);return s.isTextblock?i().command(({commands:o})=>ho(s,e)(t)?!0:o.clearNodes()).command(({state:o})=>ho(s,e)(o,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},hh=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,i=D.atStart(r).from,s=D.atEnd(r).to,o=Ye(n,i,s),l=E.create(r,o);e.setSelection(l)}return!0},ph=n=>({tr:e,dispatch:t})=>{if(t){const{doc:r}=e,{from:i,to:s}=typeof n=="number"?{from:n,to:n}:n,o=I.atStart(r).from,l=I.atEnd(r).to,a=Ye(i,o,l),c=Ye(s,o,l),u=I.create(r,a,c);e.setSelection(u)}return!0},mh=n=>({state:e,dispatch:t})=>{const r=K(n,e.schema);return df(r)(e,t)};function rr(n,e,t){return Object.fromEntries(Object.entries(t).filter(([r])=>{const i=n.find(s=>s.type===e&&s.name===r);return i?i.attribute.keepOnSplit:!1}))}function gh(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 xo(n,e){const t=n.storedMarks||n.selection.$to.parentOffset&&n.selection.$from.marks();if(t){const r=t.filter(i=>e==null?void 0:e.includes(i.type.name));n.tr.ensureMarks(r)}}const yh=({keepMarks:n=!0}={})=>({tr:e,state:t,dispatch:r,editor:i})=>{const{selection:s,doc:o}=e,{$from:l,$to:a}=s,c=i.extensionManager.attributes,u=rr(c,l.node().type.name,l.node().attrs);if(s instanceof E&&s.node.isBlock)return!l.parentOffset||!Qe(o,l.pos)?!1:(r&&(n&&xo(t,i.extensionManager.splittableMarks),e.split(l.pos).scrollIntoView()),!0);if(!l.parent.isBlock)return!1;if(r){const d=a.parentOffset===a.parent.content.size;s instanceof I&&e.deleteSelection();const f=l.depth===0?void 0:gh(l.node(-1).contentMatchAt(l.indexAfter(-1)));let h=d&&f?[{type:f,attrs:u}]:void 0,p=Qe(e.doc,e.mapping.map(l.pos),1,h);if(!h&&!p&&Qe(e.doc,e.mapping.map(l.pos),1,f?[{type:f}]:void 0)&&(p=!0,h=f?[{type:f,attrs:u}]:void 0),p&&(e.split(e.mapping.map(l.pos),1,h),f&&!d&&!l.parentOffset&&l.parent.type!==f)){const m=e.mapping.map(l.before()),y=e.doc.resolve(m);l.node(-1).canReplaceWith(y.index(),y.index()+1,f)&&e.setNodeMarkup(e.mapping.map(l.before()),f)}n&&xo(t,i.extensionManager.splittableMarks),e.scrollIntoView()}return!0},bh=n=>({tr:e,state:t,dispatch:r,editor:i})=>{var s;const o=K(n,t.schema),{$from:l,$to:a}=t.selection,c=t.selection.node;if(c&&c.isBlock||l.depth<2||!l.sameParent(a))return!1;const u=l.node(-1);if(u.type!==o)return!1;const d=i.extensionManager.attributes;if(l.parent.content.size===0&&l.node(-1).childCount===l.indexAfter(-1)){if(l.depth===2||l.node(-3).type!==o||l.index(-2)!==l.node(-2).childCount-1)return!1;if(r){let y=x.empty;const v=l.index(-1)?1:l.index(-2)?2:3;for(let B=l.depth-v;B>=l.depth-3;B-=1)y=x.from(l.node(B).copy(y));const k=l.indexAfter(-1)<l.node(-2).childCount?1:l.indexAfter(-2)<l.node(-3).childCount?2:3,N=rr(d,l.node().type.name,l.node().attrs),g=((s=o.contentMatch.defaultType)===null||s===void 0?void 0:s.createAndFill(N))||void 0;y=y.append(x.from(o.createAndFill(null,g)||void 0));const P=l.before(l.depth-(v-1));e.replace(P,l.after(-k),new S(y,4-v,0));let w=-1;e.doc.nodesBetween(P,e.doc.content.size,(B,O)=>{if(w>-1)return!1;B.isTextblock&&B.content.size===0&&(w=O+1)}),w>-1&&e.setSelection(I.near(e.doc.resolve(w))),e.scrollIntoView()}return!0}const f=a.pos===l.end()?u.contentMatchAt(0).defaultType:null,h=rr(d,u.type.name,u.attrs),p=rr(d,l.node().type.name,l.node().attrs);e.delete(l.pos,a.pos);const m=f?[{type:o,attrs:h},{type:f,attrs:p}]:[{type:o,attrs:h}];return Qe(e.doc,l.pos,2)?(r&&e.split(l.pos,2,m).scrollIntoView(),!0):!1};function vh(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 ns(n){return e=>vh(e.$from,n)}function ko(n,e){const{nodeExtensions:t}=Nr(e),r=t.find(o=>o.name===n);if(!r)return!1;const i={name:r.name,options:r.options,storage:r.storage},s=R(C(r,"group",i));return typeof s!="string"?!1:s.split(" ").includes("list")}const So=(n,e)=>{const t=ns(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 i=n.doc.nodeAt(r);return t.node.type===(i==null?void 0:i.type)&&Fn(n.doc,t.pos)&&n.join(t.pos),!0},wo=(n,e)=>{const t=ns(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 i=n.doc.nodeAt(r);return t.node.type===(i==null?void 0:i.type)&&Fn(n.doc,r)&&n.join(r),!0},xh=(n,e)=>({editor:t,tr:r,state:i,dispatch:s,chain:o,commands:l,can:a})=>{const{extensions:c}=t.extensionManager,u=K(n,i.schema),d=K(e,i.schema),{selection:f}=i,{$from:h,$to:p}=f,m=h.blockRange(p);if(!m)return!1;const y=ns(v=>ko(v.type.name,c))(f);if(m.depth>=1&&y&&m.depth-y.depth<=1){if(y.node.type===u)return l.liftListItem(d);if(ko(y.node.type.name,c)&&u.validContent(y.node.content)&&s)return o().command(()=>(r.setNodeMarkup(y.pos,u),!0)).command(()=>So(r,u)).command(()=>wo(r,u)).run()}return o().command(()=>a().wrapInList(u)?!0:l.clearNodes()).wrapInList(u).command(()=>So(r,u)).command(()=>wo(r,u)).run()};function Ai(n,e,t={}){const{empty:r,ranges:i}=n.selection,s=e?bt(e,n.schema):null;if(r)return!!(n.storedMarks||n.selection.$from.marks()).filter(d=>s?s.name===d.type.name:!0).find(d=>vr(d.attrs,t,{strict:!1}));let o=0;const l=[];if(i.forEach(({$from:d,$to:f})=>{const h=d.pos,p=f.pos;n.doc.nodesBetween(h,p,(m,y)=>{if(!m.isText&&!m.marks.length)return;const v=Math.max(h,y),k=Math.min(p,y+m.nodeSize);o+=k-v,l.push(...m.marks.map(g=>({mark:g,from:v,to:k})))})}),o===0)return!1;const a=l.filter(d=>s?s.name===d.mark.type.name:!0).filter(d=>vr(d.mark.attrs,t,{strict:!1})).reduce((d,f)=>d+f.to-f.from,0),c=l.filter(d=>s?d.mark.type!==s&&d.mark.type.excludes(s):!0).reduce((d,f)=>d+f.to-f.from,0);return(a>0?a+c:a)>=o}const kh=(n,e={},t={})=>({state:r,commands:i})=>{const{extendEmptyMarkRange:s=!1}=t,o=bt(n,r.schema);return Ai(r,o,e)?i.unsetMark(o,{extendEmptyMarkRange:s}):i.setMark(o,e)},Sh=(n,e,t={})=>({state:r,commands:i})=>{const s=K(n,r.schema),o=K(e,r.schema);return Dn(r,s,t)?i.setNode(o):i.setNode(s,t)},wh=(n,e={})=>({state:t,commands:r})=>{const i=K(n,t.schema);return Dn(t,i,e)?r.lift(i):r.wrapIn(i,e)},Mh=()=>({state:n,dispatch:e})=>{const t=n.plugins;for(let r=0;r<t.length;r+=1){const i=t[r];let s;if(i.spec.isInputRules&&(s=i.getState(n))){if(e){const o=n.tr,l=s.transform;for(let a=l.steps.length-1;a>=0;a-=1)o.step(l.steps[a].invert(l.docs[a]));if(s.text){const a=o.doc.resolve(s.from).marks();o.replaceWith(s.from,s.to,n.schema.text(s.text,a))}else o.delete(s.from,s.to)}return!0}}return!1},Ch=()=>({tr:n,dispatch:e})=>{const{selection:t}=n,{empty:r,ranges:i}=t;return r||e&&i.forEach(s=>{n.removeMark(s.$from.pos,s.$to.pos)}),!0},Oh=(n,e={})=>({tr:t,state:r,dispatch:i})=>{var s;const{extendEmptyMarkRange:o=!1}=e,{selection:l}=t,a=bt(n,r.schema),{$from:c,empty:u,ranges:d}=l;if(!i)return!0;if(u&&o){let{from:f,to:h}=l;const p=(s=c.marks().find(y=>y.type===a))===null||s===void 0?void 0:s.attrs,m=es(c,a,p);m&&(f=m.from,h=m.to),t.removeMark(f,h,a)}else d.forEach(f=>{t.removeMark(f.$from.pos,f.$to.pos,a)});return t.removeStoredMark(a),!0},Th=(n,e={})=>({tr:t,state:r,dispatch:i})=>{let s=null,o=null;const l=Pr(typeof n=="string"?n:n.name,r.schema);return l?(l==="node"&&(s=K(n,r.schema)),l==="mark"&&(o=bt(n,r.schema)),i&&t.selection.ranges.forEach(a=>{const c=a.$from.pos,u=a.$to.pos;r.doc.nodesBetween(c,u,(d,f)=>{s&&s===d.type&&t.setNodeMarkup(f,void 0,M(M({},d.attrs),e)),o&&d.marks.length&&d.marks.forEach(h=>{if(o===h.type){const p=Math.max(f,c),m=Math.min(f+d.nodeSize,u);t.addMark(p,m,o.create(M(M({},h.attrs),e)))}})})}),!0):!1},Eh=(n,e={})=>({state:t,dispatch:r})=>{const i=K(n,t.schema);return rf(i,e)(t,r)},Ah=(n,e={})=>({state:t,dispatch:r})=>{const i=K(n,t.schema);return of(i,e)(t,r)};var Nh=Object.freeze({__proto__:null,blur:Tf,clearContent:Ef,clearNodes:Af,command:Nf,createParagraphNear:Df,deleteNode:If,deleteRange:Pf,deleteSelection:Rf,enter:Bf,exitCode:Lf,extendMarkRange:Ff,first:Vf,focus:$f,forEach:jf,insertContent:Wf,insertContentAt:_f,joinBackward:Jf,joinForward:Uf,keyboardShortcut:Yf,lift:Xf,liftEmptyBlock:Qf,liftListItem:Zf,newlineInCode:eh,resetAttributes:th,scrollIntoView:nh,selectAll:rh,selectNodeBackward:ih,selectNodeForward:sh,selectParentNode:oh,selectTextblockEnd:lh,selectTextblockStart:ah,setContent:ch,setMark:uh,setMeta:dh,setNode:fh,setNodeSelection:hh,setTextSelection:ph,sinkListItem:mh,splitBlock:yh,splitListItem:bh,toggleList:xh,toggleMark:kh,toggleNode:Sh,toggleWrap:wh,undoInputRule:Mh,unsetAllMarks:Ch,unsetMark:Oh,updateAttributes:Th,wrapIn:Eh,wrapInList:Ah});const Dh=ie.create({name:"commands",addCommands(){return M({},Nh)}}),Ih=ie.create({name:"editable",addProseMirrorPlugins(){return[new ae({key:new Ke("editable"),props:{editable:()=>this.editor.options.editable}})]}}),Ph=ie.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:n}=this;return[new ae({key:new Ke("focusEvents"),props:{handleDOMEvents:{focus:(e,t)=>{n.isFocused=!0;const r=n.state.tr.setMeta("focus",{event:t}).setMeta("addToHistory",!1);return e.dispatch(r),!1},blur:(e,t)=>{n.isFocused=!1;const r=n.state.tr.setMeta("blur",{event:t}).setMeta("addToHistory",!1);return e.dispatch(r),!1}}}})]}}),Rh=ie.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:f,parent:h}=d,p=D.atStart(c).from===f;return!u||!p||!h.type.isTextblock||h.textContent.length?!1:o.clearNodes()}),()=>o.deleteSelection(),()=>o.joinBackward(),()=>o.selectNodeBackward()]),e=()=>this.editor.commands.first(({commands:o})=>[()=>o.deleteSelection(),()=>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()},i=M({},r),s=ee(M({},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 ts()||Sa()?s:i},addProseMirrorPlugins(){return[new ae({key:new Ke("clearDocument"),appendTransaction:(n,e,t)=>{if(!(n.some(p=>p.docChanged)&&!e.doc.eq(t.doc)))return;const{empty:i,from:s,to:o}=e.selection,l=D.atStart(e.doc).from,a=D.atEnd(e.doc).to,c=s===l&&o===a,u=t.doc.textBetween(0,t.doc.content.size," "," ").length===0;if(i||!c||!u)return;const d=t.tr,f=Er({state:t,transaction:d}),{commands:h}=new Ar({editor:this.editor,state:f});if(h.clearNodes(),!!d.steps.length)return d}})]}}),Bh=ie.create({name:"tabindex",addProseMirrorPlugins(){return[new ae({key:new Ke("tabindex"),props:{attributes:this.editor.isEditable?{tabindex:"0"}:{}}})]}});var Lh=Object.freeze({__proto__:null,ClipboardTextSerializer:Of,Commands:Dh,Editable:Ih,FocusEvents:Ph,Keymap:Rh,Tabindex:Bh});function zh(n,e){const t=K(e,n.schema),{from:r,to:i}=n.selection,s=[];n.doc.nodesBetween(r,i,l=>{s.push(l)});const o=s.reverse().find(l=>l.type.name===t.name);return o?M({},o.attrs):{}}function Fh(n,e){const t=Pr(typeof e=="string"?e:e.name,n.schema);return t==="node"?zh(n,e):t==="mark"?Ma(n,e):{}}function Vh(n,e){const t=Fe.fromSchema(e).serializeFragment(n),i=document.implementation.createHTMLDocument().createElement("div");return i.appendChild(t),i.innerHTML}function Hh(n,e){const t={from:0,to:n.content.size};return ya(n,t,e)}function $h(n,e,t={}){if(!e)return Dn(n,null,t)||Ai(n,null,t);const r=Pr(e,n.schema);return r==="node"?Dn(n,e,t):r==="mark"?Ai(n,e,t):!1}function jh(n){var e;const t=(e=n.type.createAndFill())===null||e===void 0?void 0:e.toJSON(),r=n.toJSON();return JSON.stringify(t)===JSON.stringify(r)}const Wh=`.ProseMirror {
13
+ position: relative;
14
+ }
15
+
16
+ .ProseMirror {
17
+ word-wrap: break-word;
18
+ white-space: pre-wrap;
19
+ white-space: break-spaces;
20
+ -webkit-font-variant-ligatures: none;
21
+ font-variant-ligatures: none;
22
+ font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
23
+ }
24
+
25
+ .ProseMirror [contenteditable="false"] {
26
+ white-space: normal;
27
+ }
28
+
29
+ .ProseMirror [contenteditable="false"] [contenteditable="true"] {
30
+ white-space: pre-wrap;
31
+ }
32
+
33
+ .ProseMirror pre {
34
+ white-space: pre-wrap;
35
+ }
36
+
37
+ img.ProseMirror-separator {
38
+ display: inline !important;
39
+ border: none !important;
40
+ margin: 0 !important;
41
+ width: 1px !important;
42
+ height: 1px !important;
43
+ }
44
+
45
+ .ProseMirror-gapcursor {
46
+ display: none;
47
+ pointer-events: none;
48
+ position: absolute;
49
+ margin: 0;
50
+ }
51
+
52
+ .ProseMirror-gapcursor:after {
53
+ content: "";
54
+ display: block;
55
+ position: absolute;
56
+ top: -2px;
57
+ width: 20px;
58
+ border-top: 1px solid black;
59
+ animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
60
+ }
61
+
62
+ @keyframes ProseMirror-cursor-blink {
63
+ to {
64
+ visibility: hidden;
65
+ }
66
+ }
67
+
68
+ .ProseMirror-hideselection *::selection {
69
+ background: transparent;
70
+ }
71
+
72
+ .ProseMirror-hideselection *::-moz-selection {
73
+ background: transparent;
74
+ }
75
+
76
+ .ProseMirror-hideselection * {
77
+ caret-color: transparent;
78
+ }
79
+
80
+ .ProseMirror-focused .ProseMirror-gapcursor {
81
+ display: block;
82
+ }
83
+
84
+ .tippy-box[data-animation=fade][data-state=hidden] {
85
+ opacity: 0
86
+ }`;function qh(n,e){const t=document.querySelector("style[data-tiptap-style]");if(t!==null)return t;const r=document.createElement("style");return e&&r.setAttribute("nonce",e),r.setAttribute("data-tiptap-style",""),r.innerHTML=n,document.getElementsByTagName("head")[0].appendChild(r),r}class Kh extends ff{constructor(e={}){super(),this.isFocused=!1,this.extensionStorage={},this.options={element:document.createElement("div"),content:"",injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,editorProps:{},parseOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,onBeforeCreate:()=>null,onCreate:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.setOptions(e),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on("beforeCreate",this.options.onBeforeCreate),this.emit("beforeCreate",{editor:this}),this.createView(),this.injectCSS(),this.on("create",this.options.onCreate),this.on("update",this.options.onUpdate),this.on("selectionUpdate",this.options.onSelectionUpdate),this.on("transaction",this.options.onTransaction),this.on("focus",this.options.onFocus),this.on("blur",this.options.onBlur),this.on("destroy",this.options.onDestroy),window.setTimeout(()=>{this.isDestroyed||(this.commands.focus(this.options.autofocus),this.emit("create",{editor:this}))},0)}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&document&&(this.css=qh(Wh,this.options.injectNonce))}setOptions(e={}){this.options=M(M({},this.options),e),!(!this.view||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(e){this.setOptions({editable:e})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get state(){return this.view.state}registerPlugin(e,t){const r=ga(t)?t(e,[...this.state.plugins]):[...this.state.plugins,e],i=this.state.reconfigure({plugins:r});this.view.updateState(i)}unregisterPlugin(e){if(this.isDestroyed)return;const t=typeof e=="string"?`${e}$`:e.key,r=this.state.reconfigure({plugins:this.state.plugins.filter(i=>!i.key.startsWith(t))});this.view.updateState(r)}createExtensionManager(){const t=[...this.options.enableCoreExtensions?Object.values(Lh):[],...this.options.extensions].filter(r=>["extension","node","mark"].includes(r==null?void 0:r.type));this.extensionManager=new Jt(t,this)}createCommandManager(){this.commandManager=new Ar({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createView(){const e=wa(this.options.content,this.schema,this.options.parseOptions),t=ka(e,this.options.autofocus);this.view=new Hd(this.options.element,ee(M({},this.options.editorProps),{dispatchTransaction:this.dispatchTransaction.bind(this),state:qt.create({doc:e,selection:t||void 0})}));const r=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(r),this.createNodeViews();const i=this.view.dom;i.editor=this}createNodeViews(){this.view.setProps({nodeViews:this.extensionManager.nodeViews})}captureTransaction(e){this.isCapturingTransaction=!0,e(),this.isCapturingTransaction=!1;const t=this.capturedTransaction;return this.capturedTransaction=null,t}dispatchTransaction(e){if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=e;return}e.steps.forEach(o=>{var l;return(l=this.capturedTransaction)===null||l===void 0?void 0:l.step(o)});return}const t=this.state.apply(e),r=!this.state.selection.eq(t.selection);this.view.updateState(t),this.emit("transaction",{editor:this,transaction:e}),r&&this.emit("selectionUpdate",{editor:this,transaction:e});const i=e.getMeta("focus"),s=e.getMeta("blur");i&&this.emit("focus",{editor:this,event:i.event,transaction:e}),s&&this.emit("blur",{editor:this,event:s.event,transaction:e}),!(!e.docChanged||e.getMeta("preventUpdate"))&&this.emit("update",{editor:this,transaction:e})}getAttributes(e){return Fh(this.state,e)}isActive(e,t){const r=typeof e=="string"?e:null,i=typeof e=="string"?t:e;return $h(this.state,r,i)}getJSON(){return this.state.doc.toJSON()}getHTML(){return Vh(this.state.doc.content,this.schema)}getText(e){const{blockSeparator:t=`
87
+
88
+ `,textSerializers:r={}}=e||{};return Hh(this.state.doc,{blockSeparator:t,textSerializers:M(M({},r),ba(this.schema))})}get isEmpty(){return jh(this.state.doc)}getCharacterCount(){return console.warn('[tiptap warn]: "editor.getCharacterCount()" is deprecated. Please use "editor.storage.characterCount.characters()" instead.'),this.state.doc.content.size-2}destroy(){this.emit("destroy"),this.view&&this.view.destroy(),this.removeAllListeners()}get isDestroyed(){var e;return!(!((e=this.view)===null||e===void 0)&&e.docView)}}function Ca(n,e,t){const r=[];return n===e?t.resolve(n).marks().forEach(i=>{const s=t.resolve(n-1),o=es(s,i.type);!o||r.push(M({mark:i},o))}):t.nodesBetween(n,e,(i,s)=>{r.push(...i.marks.map(o=>({from:s,to:s+i.nodeSize,mark:o})))}),r}function _h(n){return va(n)&&n instanceof E}function Oa(n,e,t){const i=n.state.doc.content.size,s=Ye(e,0,i),o=Ye(t,0,i),l=n.coordsAtPos(s),a=n.coordsAtPos(o,-1),c=Math.min(l.top,a.top),u=Math.max(l.bottom,a.bottom),d=Math.min(l.left,a.left),f=Math.max(l.right,a.right),h=f-d,p=u-c,v={top:c,bottom:u,left:d,right:f,width:h,height:p,x:d,y:c};return ee(M({},v),{toJSON:()=>v})}function tn(n){return new Dr({find:n.find,handler:({state:e,range:t,match:r})=>{const i=R(n.getAttributes,void 0,r);if(i===!1||i===null)return null;const{tr:s}=e,o=r[r.length-1],l=r[0];let a=t.to;if(o){const c=l.search(/\S/),u=t.from+l.indexOf(o),d=u+o.length;if(Ca(t.from,t.to,e.doc).filter(h=>h.mark.type.excluded.find(m=>m===n.type&&m!==h.mark.type)).filter(h=>h.to>u).length)return null;d<t.to&&s.delete(d,t.to),u>t.from&&s.delete(t.from+c,u),a=t.from+c+o.length,s.addMark(t.from+c,a,n.type.create(i||{})),s.removeStoredMark(n.type)}}})}function Jh(n){return new Dr({find:n.find,handler:({state:e,range:t,match:r})=>{const i=R(n.getAttributes,void 0,r)||{},{tr:s}=e,o=t.from;let l=t.to;if(r[1]){const a=r[0].lastIndexOf(r[1]);let c=o+a;c>l?c=l:l=c+r[1].length;const u=r[0][r[0].length-1];s.insertText(u,o+r[0].length-1),s.replaceWith(c,l,n.type.create(i))}else r[0]&&s.replaceWith(o,l,n.type.create(i))}})}function Ni(n){return new Dr({find:n.find,handler:({state:e,range:t,match:r})=>{const i=e.doc.resolve(t.from),s=R(n.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),n.type))return null;e.tr.delete(t.from,t.to).setBlockType(t.from,t.from,n.type,s)}})}function rs(n){return new Dr({find:n.find,handler:({state:e,range:t,match:r})=>{const i=R(n.getAttributes,void 0,r)||{},s=e.tr.delete(t.from,t.to),l=s.doc.resolve(t.from).blockRange(),a=l&&zi(l,n.type,i);if(!a)return null;s.wrap(l,a);const c=s.doc.resolve(t.from-1).nodeBefore;c&&c.type===n.type&&Fn(s.doc,t.from-1)&&(!n.joinPredicate||n.joinPredicate(r,c))&&s.join(t.from-1)}})}class Lt{constructor(e={}){this.type="mark",this.name="mark",this.parent=null,this.child=null,this.config={name:this.name,defaultOptions:{}},this.config=M(M({},this.config),e),this.name=this.config.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${this.name}".`),this.options=this.config.defaultOptions,this.config.addOptions&&(this.options=R(C(this,"addOptions",{name:this.name}))),this.storage=R(C(this,"addStorage",{name:this.name,options:this.options}))||{}}static create(e={}){return new Lt(e)}configure(e={}){const t=this.extend();return t.options=Ir(this.options,e),t.storage=R(C(t,"addStorage",{name:t.name,options:t.options})),t}extend(e={}){const t=new Lt(e);return t.parent=this,this.child=t,t.name=e.name?e.name:t.parent.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${t.name}".`),t.options=R(C(t,"addOptions",{name:t.name})),t.storage=R(C(t,"addStorage",{name:t.name,options:t.options})),t}}class le{constructor(e={}){this.type="node",this.name="node",this.parent=null,this.child=null,this.config={name:this.name,defaultOptions:{}},this.config=M(M({},this.config),e),this.name=this.config.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${this.name}".`),this.options=this.config.defaultOptions,this.config.addOptions&&(this.options=R(C(this,"addOptions",{name:this.name}))),this.storage=R(C(this,"addStorage",{name:this.name,options:this.options}))||{}}static create(e={}){return new le(e)}configure(e={}){const t=this.extend();return t.options=Ir(this.options,e),t.storage=R(C(t,"addStorage",{name:t.name,options:t.options})),t}extend(e={}){const t=new le(e);return t.parent=this,this.child=t,t.name=e.name?e.name:t.parent.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${t.name}".`),t.options=R(C(t,"addOptions",{name:t.name})),t.storage=R(C(t,"addStorage",{name:t.name,options:t.options})),t}}function nn(n){return new xf({find:n.find,handler:({state:e,range:t,match:r})=>{const i=R(n.getAttributes,void 0,r);if(i===!1||i===null)return null;const{tr:s}=e,o=r[r.length-1],l=r[0];let a=t.to;if(o){const c=l.search(/\S/),u=t.from+l.indexOf(o),d=u+o.length;if(Ca(t.from,t.to,e.doc).filter(h=>h.mark.type.excluded.find(m=>m===n.type&&m!==h.mark.type)).filter(h=>h.to>u).length)return null;d<t.to&&s.delete(d,t.to),u>t.from&&s.delete(t.from+c,u),a=t.from+c+o.length,s.addMark(t.from+c,a,n.type.create(i||{})),s.removeStoredMark(n.type)}}})}const Uh=/^\s*>\s$/,Gh=le.create({name:"blockquote",addOptions(){return{HTMLAttributes:{}}},content:"block+",group:"block",defining:!0,parseHTML(){return[{tag:"blockquote"}]},renderHTML({HTMLAttributes:n}){return["blockquote",re(this.options.HTMLAttributes,n),0]},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[rs({find:Uh,type:this.type})]}}),Yh=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))$/,Xh=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))/g,Qh=/(?:^|\s)((?:__)((?:[^__]+))(?:__))$/,Zh=/(?:^|\s)((?:__)((?:[^__]+))(?:__))/g,ep=Lt.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:n=>n.style.fontWeight!=="normal"&&null},{style:"font-weight",getAttrs:n=>/^(bold(er)?|[5-9]\d{2,})$/.test(n)&&null}]},renderHTML({HTMLAttributes:n}){return["strong",re(this.options.HTMLAttributes,n),0]},addCommands(){return{setBold:()=>({commands:n})=>n.setMark(this.name),toggleBold:()=>({commands:n})=>n.toggleMark(this.name),unsetBold:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[tn({find:Yh,type:this.type}),tn({find:Qh,type:this.type})]},addPasteRules(){return[nn({find:Xh,type:this.type}),nn({find:Zh,type:this.type})]}}),tp=/^\s*([-+*])\s$/,np=le.create({name:"bulletList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{}}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:"ul"}]},renderHTML({HTMLAttributes:n}){return["ul",re(this.options.HTMLAttributes,n),0]},addCommands(){return{toggleBulletList:()=>({commands:n})=>n.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){return[rs({find:tp,type:this.type})]}}),rp=/(?:^|\s)((?:`)((?:[^`]+))(?:`))$/,ip=/(?:^|\s)((?:`)((?:[^`]+))(?:`))/g,sp=Lt.create({name:"code",addOptions(){return{HTMLAttributes:{}}},excludes:"_",code:!0,parseHTML(){return[{tag:"code"}]},renderHTML({HTMLAttributes:n}){return["code",re(this.options.HTMLAttributes,n),0]},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[tn({find:rp,type:this.type})]},addPasteRules(){return[nn({find:ip,type:this.type})]}}),op=/^```([a-z]+)?[\s\n]$/,lp=/^~~~([a-z]+)?[\s\n]$/,ap=le.create({name:"codeBlock",addOptions(){return{languageClassPrefix:"language-",exitOnTripleEnter:!0,exitOnArrowDown:!0,HTMLAttributes:{}}},content:"text*",marks:"",group:"block",code:!0,defining:!0,addAttributes(){return{language:{default:null,parseHTML:n=>{var e;const{languageClassPrefix:t}=this.options,s=[...((e=n.firstElementChild)===null||e===void 0?void 0:e.classList)||[]].filter(o=>o.startsWith(t)).map(o=>o.replace(t,""))[0];return s||null},rendered:!1}}},parseHTML(){return[{tag:"pre",preserveWhitespace:"full"}]},renderHTML({node:n,HTMLAttributes:e}){return["pre",re(this.options.HTMLAttributes,e),["code",{class:n.attrs.language?this.options.languageClassPrefix+n.attrs.language:null},0]]},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},Enter:({editor:n})=>{if(!this.options.exitOnTripleEnter)return!1;const{state:e}=n,{selection:t}=e,{$from:r,empty:i}=t;if(!i||r.parent.type!==this.type)return!1;const s=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(`
89
+
90
+ `);return!s||!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:i,empty:s}=t;if(!s||i.parent.type!==this.type||!(i.parentOffset===i.parent.nodeSize-2))return!1;const l=i.after();return l===void 0||r.nodeAt(l)?!1:n.commands.exitCode()}}},addInputRules(){return[Ni({find:op,type:this.type,getAttributes:n=>({language:n[1]})}),Ni({find:lp,type:this.type,getAttributes:n=>({language:n[1]})})]},addProseMirrorPlugins(){return[new ae({key:new Ke("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"),i=r?JSON.parse(r):void 0,s=i==null?void 0:i.mode;if(!t||!s)return!1;const{tr:o}=n.state;return o.replaceSelectionWith(this.type.create({language:s})),o.setSelection(I.near(o.doc.resolve(Math.max(0,o.selection.from-2)))),o.insertText(t.replace(/\r\n?/g,`
91
+ `)),o.setMeta("paste",!0),n.dispatch(o),!0}}})]}}),cp=le.create({name:"doc",topNode:!0,content:"block+"});function up(n={}){return new ae({view(e){return new dp(e,n)}})}class dp{constructor(e,t){this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=t.width||1,this.color=t.color||"black",this.class=t.class,this.handlers=["dragover","dragend","drop","dragleave"].map(r=>{let i=s=>{this[r](s)};return e.dom.addEventListener(r,i),{name:r,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;if(!e.parent.inlineContent){let o=e.nodeBefore,l=e.nodeAfter;if(o||l){let a=this.editorView.nodeDOM(this.cursorPos-(o?o.nodeSize:0)).getBoundingClientRect(),c=o?a.bottom:a.top;o&&l&&(c=(c+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2),t={left:a.left,right:a.right,top:c-this.width/2,bottom:c+this.width/2}}}if(!t){let o=this.editorView.coordsAtPos(this.cursorPos);t={left:o.left-this.width/2,right:o.left+this.width/2,top:o.top,bottom:o.bottom}}let r=this.editorView.dom.offsetParent;this.element||(this.element=r.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none; background-color: "+this.color);let i,s;if(!r||r==document.body&&getComputedStyle(r).position=="static")i=-pageXOffset,s=-pageYOffset;else{let o=r.getBoundingClientRect();i=o.left-r.scrollLeft,s=o.top-r.scrollTop}this.element.style.left=t.left-i+"px",this.element.style.top=t.top-s+"px",this.element.style.width=t.right-t.left+"px",this.element.style.height=t.bottom-t.top+"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),i=r&&r.type.spec.disableDropCursor,s=typeof i=="function"?i(this.editorView,t):i;if(t&&!s){let o=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice&&(o=ml(this.editorView.state.doc,o,this.editorView.dragging.slice),o==null))return this.setCursor(null);this.setCursor(o),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){(e.target==this.editorView.dom||!this.editorView.dom.contains(e.relatedTarget))&&this.setCursor(null)}}const fp=ie.create({name:"dropCursor",addOptions(){return{color:"currentColor",width:1,class:void 0}},addProseMirrorPlugins(){return[up(this.options)]}});class $ extends D{constructor(e){super(e,e)}map(e,t){let r=e.resolve(t.map(this.head));return $.valid(r)?new $(r):D.near(r)}content(){return S.empty}eq(e){return e instanceof $&&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 $(e.resolve(t.pos))}getBookmark(){return new is(this.anchor)}static valid(e){let t=e.parent;if(t.isTextblock||!hp(e)||!pp(e))return!1;let r=t.type.spec.allowGapCursor;if(r!=null)return r;let i=t.contentMatchAt(e.index()).defaultType;return i&&i.isTextblock}static findGapCursorFrom(e,t,r=!1){e:for(;;){if(!r&&$.valid(e))return e;let i=e.pos,s=null;for(let o=e.depth;;o--){let l=e.node(o);if(t>0?e.indexAfter(o)<l.childCount:e.index(o)>0){s=l.child(t>0?e.indexAfter(o):e.index(o)-1);break}else if(o==0)return null;i+=t;let a=e.doc.resolve(i);if($.valid(a))return a}for(;;){let o=t>0?s.firstChild:s.lastChild;if(!o){if(s.isAtom&&!s.isText&&!E.isSelectable(s)){e=e.doc.resolve(i+s.nodeSize*t),r=!1;continue e}break}s=o,i+=t;let l=e.doc.resolve(i);if($.valid(l))return l}return null}}}$.prototype.visible=!1;$.findFrom=$.findGapCursorFrom;D.jsonID("gapcursor",$);class is{constructor(e){this.pos=e}map(e){return new is(e.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return $.valid(t)?new $(t):D.near(t)}}function hp(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 i=r.child(t-1);;i=i.lastChild){if(i.childCount==0&&!i.inlineContent||i.isAtom||i.type.spec.isolating)return!0;if(i.inlineContent)return!1}}return!0}function pp(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 i=r.child(t);;i=i.firstChild){if(i.childCount==0&&!i.inlineContent||i.isAtom||i.type.spec.isolating)return!0;if(i.inlineContent)return!1}}return!0}function mp(){return new ae({props:{decorations:vp,createSelectionBetween(n,e,t){return e.pos==t.pos&&$.valid(t)?new $(t):null},handleClick:yp,handleKeyDown:gp,handleDOMEvents:{beforeinput:bp}}})}const gp=ea({ArrowLeft:Qn("horiz",-1),ArrowRight:Qn("horiz",1),ArrowUp:Qn("vert",-1),ArrowDown:Qn("vert",1)});function Qn(n,e){const t=n=="vert"?e>0?"down":"up":e>0?"right":"left";return function(r,i,s){let o=r.selection,l=e>0?o.$to:o.$from,a=o.empty;if(o instanceof I){if(!s.endOfTextblock(t)||l.depth==0)return!1;a=!1,l=r.doc.resolve(e>0?l.after():l.before())}let c=$.findGapCursorFrom(l,e,a);return c?(i&&i(r.tr.setSelection(new $(c))),!0):!1}}function yp(n,e,t){if(!n||!n.editable)return!1;let r=n.state.doc.resolve(e);if(!$.valid(r))return!1;let i=n.posAtCoords({left:t.clientX,top:t.clientY});return i&&i.inside>-1&&E.isSelectable(n.state.doc.nodeAt(i.inside))?!1:(n.dispatch(n.state.tr.setSelection(new $(r))),!0)}function bp(n,e){if(e.inputType!="insertCompositionText"||!(n.state.selection instanceof $))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 i=x.empty;for(let o=r.length-1;o>=0;o--)i=x.from(r[o].createAndFill(null,i));let s=n.state.tr.replace(t.pos,t.pos,new S(i,0,0));return s.setSelection(I.near(s.doc.resolve(t.pos+1))),n.dispatch(s),!1}function vp(n){if(!(n.selection instanceof $))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",J.create(n.doc,[ve.widget(n.selection.head,e,{key:"gapcursor"})])}const xp=ie.create({name:"gapCursor",addProseMirrorPlugins(){return[mp()]},extendNodeSchema(n){var e;const t={name:n.name,options:n.options,storage:n.storage};return{allowGapCursor:(e=R(C(n,"allowGapCursor",t)))!==null&&e!==void 0?e:null}}}),kp=le.create({name:"hardBreak",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:n}){return["br",re(this.options.HTMLAttributes,n)]},renderText(){return`
92
+ `},addCommands(){return{setHardBreak:()=>({commands:n,chain:e,state:t,editor:r})=>n.first([()=>n.exitCode(),()=>n.command(()=>{const{selection:i,storedMarks:s}=t;if(i.$from.parent.type.spec.isolating)return!1;const{keepMarks:o}=this.options,{splittableMarks:l}=r.extensionManager,a=s||i.$to.parentOffset&&i.$from.marks();return e().insertContent({type:this.name}).command(({tr:c,dispatch:u})=>{if(u&&a&&o){const d=a.filter(f=>l.includes(f.type.name));c.ensureMarks(d)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),Sp=le.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]}`,re(this.options.HTMLAttributes,e),0]},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)=>ee(M({},n),{[`Mod-Alt-${e}`]:()=>this.editor.commands.toggleHeading({level:e})}),{})},addInputRules(){return this.options.levels.map(n=>Ni({find:new RegExp(`^(#{1,${n}})\\s$`),type:this.type,getAttributes:{level:n}}))}});var kr=200,G=function(){};G.prototype.append=function(e){return e.length?(e=G.from(e),!this.length&&e||e.length<kr&&this.leafAppend(e)||this.length<kr&&e.leafPrepend(this)||this.appendInner(e)):this};G.prototype.prepend=function(e){return e.length?G.from(e).append(this):this};G.prototype.appendInner=function(e){return new wp(this,e)};G.prototype.slice=function(e,t){return e===void 0&&(e=0),t===void 0&&(t=this.length),e>=t?G.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))};G.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};G.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)};G.prototype.map=function(e,t,r){t===void 0&&(t=0),r===void 0&&(r=this.length);var i=[];return this.forEach(function(s,o){return i.push(e(s,o))},t,r),i};G.from=function(e){return e instanceof G?e:e&&e.length?new Ta(e):G.empty};var Ta=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(i,s){return i==0&&s==this.length?this:new e(this.values.slice(i,s))},e.prototype.getInner=function(i){return this.values[i]},e.prototype.forEachInner=function(i,s,o,l){for(var a=s;a<o;a++)if(i(this.values[a],l+a)===!1)return!1},e.prototype.forEachInvertedInner=function(i,s,o,l){for(var a=s-1;a>=o;a--)if(i(this.values[a],l+a)===!1)return!1},e.prototype.leafAppend=function(i){if(this.length+i.length<=kr)return new e(this.values.concat(i.flatten()))},e.prototype.leafPrepend=function(i){if(this.length+i.length<=kr)return new e(i.flatten().concat(this.values))},t.length.get=function(){return this.values.length},t.depth.get=function(){return 0},Object.defineProperties(e.prototype,t),e}(G);G.empty=new Ta([]);var wp=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,i,s,o){var l=this.left.length;if(i<l&&this.left.forEachInner(r,i,Math.min(s,l),o)===!1||s>l&&this.right.forEachInner(r,Math.max(i-l,0),Math.min(this.length,s)-l,o+l)===!1)return!1},e.prototype.forEachInvertedInner=function(r,i,s,o){var l=this.left.length;if(i>l&&this.right.forEachInvertedInner(r,i-l,Math.max(s,l)-l,o+l)===!1||s<l&&this.left.forEachInvertedInner(r,Math.min(i,l),s,o)===!1)return!1},e.prototype.sliceInner=function(r,i){if(r==0&&i==this.length)return this;var s=this.left.length;return i<=s?this.left.slice(r,i):r>=s?this.right.slice(r-s,i-s):this.left.slice(r,s).append(this.right.slice(0,i-s))},e.prototype.leafAppend=function(r){var i=this.right.leafAppend(r);if(i)return new e(this.left,i)},e.prototype.leafPrepend=function(r){var i=this.left.leafPrepend(r);if(i)return new e(i,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}(G),Ea=G;const Mp=500;class Ce{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 i,s;t&&(i=this.remapping(r,this.items.length),s=i.maps.length);let o=e.tr,l,a,c=[],u=[];return this.items.forEach((d,f)=>{if(!d.step){i||(i=this.remapping(r,f+1),s=i.maps.length),s--,u.push(d);return}if(i){u.push(new Re(d.map));let h=d.step.map(i.slice(s)),p;h&&o.maybeStep(h).doc&&(p=o.mapping.maps[o.mapping.maps.length-1],c.push(new Re(p,void 0,void 0,c.length+u.length))),s--,p&&i.appendMap(p,s)}else o.maybeStep(d.step);if(d.selection)return l=i?d.selection.map(i.slice(s)):d.selection,a=new Ce(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,i){let s=[],o=this.eventCount,l=this.items,a=!i&&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]),f=new Re(e.mapping.maps[u],d,t),h;(h=a&&a.merge(f))&&(f=h,u?s.pop():l=l.slice(0,l.length-1)),s.push(f),t&&(o++,t=void 0),i||(a=f)}let c=o-r.depth;return c>Op&&(l=Cp(l,c),o-=c),new Ce(l.append(s),o)}remapping(e,t){let r=new Ut;return this.items.forEach((i,s)=>{let o=i.mirrorOffset!=null&&s-i.mirrorOffset>=e?r.maps.length-i.mirrorOffset:void 0;r.appendMap(i.map,o)},e,t),r}addMaps(e){return this.eventCount==0?this:new Ce(this.items.append(e.map(t=>new Re(t))),this.eventCount)}rebased(e,t){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-t),s=e.mapping,o=e.steps.length,l=this.eventCount;this.items.forEach(f=>{f.selection&&l--},i);let a=t;this.items.forEach(f=>{let h=s.getMirror(--a);if(h==null)return;o=Math.min(o,h);let p=s.maps[h];if(f.step){let m=e.steps[h].invert(e.docs[h]),y=f.selection&&f.selection.map(s.slice(a+1,h));y&&l++,r.push(new Re(p,m,y))}else r.push(new Re(p))},i);let c=[];for(let f=t;f<o;f++)c.push(new Re(s.maps[f]));let u=this.items.slice(0,i).append(c).append(r),d=new Ce(u,l);return d.emptyItemCount()>Mp&&(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,i=[],s=0;return this.items.forEach((o,l)=>{if(l>=e)i.push(o),o.selection&&s++;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&&s++;let d=new Re(c.invert(),a,u),f,h=i.length-1;(f=i.length&&i[h].merge(d))?i[h]=f:i.push(d)}}else o.map&&r--},this.items.length,0),new Ce(Ea.from(i.reverse()),s)}}Ce.empty=new Ce(Ea.empty,0);function Cp(n,e){let t;return n.forEach((r,i)=>{if(r.selection&&e--==0)return t=i,!1}),n.slice(t)}class Re{constructor(e,t,r,i){this.map=e,this.step=t,this.selection=r,this.mirrorOffset=i}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 st{constructor(e,t,r,i){this.done=e,this.undone=t,this.prevRanges=r,this.prevTime=i}}const Op=20;function Tp(n,e,t,r){let i=t.getMeta(dt),s;if(i)return i.historyState;t.getMeta(Ap)&&(n=new st(n.done,n.undone,null,0));let o=t.getMeta("appendedTransaction");if(t.steps.length==0)return n;if(o&&o.getMeta(dt))return o.getMeta(dt).redo?new st(n.done.addTransform(t,void 0,r,ir(e)),n.undone,Mo(t.mapping.maps[t.steps.length-1]),n.prevTime):new st(n.done,n.undone.addTransform(t,void 0,r,ir(e)),null,n.prevTime);if(t.getMeta("addToHistory")!==!1&&!(o&&o.getMeta("addToHistory")===!1)){let l=n.prevTime==0||!o&&(n.prevTime<(t.time||0)-r.newGroupDelay||!Ep(t,n.prevRanges)),a=o?li(n.prevRanges,t.mapping):Mo(t.mapping.maps[t.steps.length-1]);return new st(n.done.addTransform(t,l?e.selection.getBookmark():void 0,r,ir(e)),Ce.empty,a,t.time)}else return(s=t.getMeta("rebased"))?new st(n.done.rebased(t,s),n.undone.rebased(t,s),li(n.prevRanges,t.mapping),n.prevTime):new st(n.done.addMaps(t.mapping.maps),n.undone.addMaps(t.mapping.maps),li(n.prevRanges,t.mapping),n.prevTime)}function Ep(n,e){if(!e)return!1;if(!n.docChanged)return!0;let t=!1;return n.mapping.maps[0].forEach((r,i)=>{for(let s=0;s<e.length;s+=2)r<=e[s+1]&&i>=e[s]&&(t=!0)}),t}function Mo(n){let e=[];return n.forEach((t,r,i,s)=>e.push(i,s)),e}function li(n,e){if(!n)return null;let t=[];for(let r=0;r<n.length;r+=2){let i=e.map(n[r],1),s=e.map(n[r+1],-1);i<=s&&t.push(i,s)}return t}function Aa(n,e,t,r){let i=ir(e),s=dt.get(e).spec.config,o=(r?n.undone:n.done).popEvent(e,i);if(!o)return;let l=o.selection.resolve(o.transform.doc),a=(r?n.done:n.undone).addTransform(o.transform,e.selection.getBookmark(),s,i),c=new st(r?a:o.remaining,r?o.remaining:a,null,0);t(o.transform.setSelection(l).setMeta(dt,{redo:r,historyState:c}).scrollIntoView())}let ai=!1,Co=null;function ir(n){let e=n.plugins;if(Co!=e){ai=!1,Co=e;for(let t=0;t<e.length;t++)if(e[t].spec.historyPreserveItems){ai=!0;break}}return ai}const dt=new Ke("history"),Ap=new Ke("closeHistory");function Np(n={}){return n={depth:n.depth||100,newGroupDelay:n.newGroupDelay||500},new ae({key:dt,state:{init(){return new st(Ce.empty,Ce.empty,null,0)},apply(e,t,r){return Tp(t,r,e,n)}},config:n,props:{handleDOMEvents:{beforeinput(e,t){let r=t.inputType,i=r=="historyUndo"?Na:r=="historyRedo"?Da:null;return i?(t.preventDefault(),i(e.state,e.dispatch)):!1}}}})}const Na=(n,e)=>{let t=dt.getState(n);return!t||t.done.eventCount==0?!1:(e&&Aa(t,n,e,!1),!0)},Da=(n,e)=>{let t=dt.getState(n);return!t||t.undone.eventCount==0?!1:(e&&Aa(t,n,e,!0),!0)},Dp=ie.create({name:"history",addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:n,dispatch:e})=>Na(n,e),redo:()=>({state:n,dispatch:e})=>Da(n,e)}},addProseMirrorPlugins(){return[Np(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Mod-y":()=>this.editor.commands.redo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-\u044F":()=>this.editor.commands.undo(),"Shift-Mod-\u044F":()=>this.editor.commands.redo()}}}),Ip=le.create({name:"horizontalRule",addOptions(){return{HTMLAttributes:{}}},group:"block",parseHTML(){return[{tag:"hr"}]},renderHTML({HTMLAttributes:n}){return["hr",re(this.options.HTMLAttributes,n)]},addCommands(){return{setHorizontalRule:()=>({chain:n})=>n().insertContent({type:this.name}).command(({tr:e,dispatch:t})=>{var r;if(t){const{$to:i}=e.selection,s=i.end();if(i.nodeAfter)e.setSelection(I.create(e.doc,i.pos));else{const o=(r=i.parent.type.contentMatch.defaultType)===null||r===void 0?void 0:r.create();o&&(e.insert(s,o),e.setSelection(I.create(e.doc,s)))}e.scrollIntoView()}return!0}).run()}},addInputRules(){return[Jh({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),Pp=/(?:^|\s)((?:\*)((?:[^*]+))(?:\*))$/,Rp=/(?:^|\s)((?:\*)((?:[^*]+))(?:\*))/g,Bp=/(?:^|\s)((?:_)((?:[^_]+))(?:_))$/,Lp=/(?:^|\s)((?:_)((?:[^_]+))(?:_))/g,zp=Lt.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:n=>n.style.fontStyle!=="normal"&&null},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:n}){return["em",re(this.options.HTMLAttributes,n),0]},addCommands(){return{setItalic:()=>({commands:n})=>n.setMark(this.name),toggleItalic:()=>({commands:n})=>n.toggleMark(this.name),unsetItalic:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[tn({find:Pp,type:this.type}),tn({find:Bp,type:this.type})]},addPasteRules(){return[nn({find:Rp,type:this.type}),nn({find:Lp,type:this.type})]}}),Fp=le.create({name:"listItem",addOptions(){return{HTMLAttributes:{}}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",re(this.options.HTMLAttributes,n),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),Vp=/^(\d+)\.\s$/,Hp=le.create({name:"orderedList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{}}},group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:n=>n.hasAttribute("start")?parseInt(n.getAttribute("start")||"",10):1}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:n}){const r=n,{start:e}=r,t=vs(r,["start"]);return e===1?["ol",re(this.options.HTMLAttributes,t),0]:["ol",re(this.options.HTMLAttributes,n),0]},addCommands(){return{toggleOrderedList:()=>({commands:n})=>n.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){return[rs({find:Vp,type:this.type,getAttributes:n=>({start:+n[1]}),joinPredicate:(n,e)=>e.childCount+e.attrs.start===+n[1]})]}}),$p=le.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:n}){return["p",re(this.options.HTMLAttributes,n),0]},addCommands(){return{setParagraph:()=>({commands:n})=>n.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),jp=/(?:^|\s)((?:~~)((?:[^~]+))(?:~~))$/,Wp=/(?:^|\s)((?:~~)((?:[^~]+))(?:~~))/g,qp=Lt.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",re(this.options.HTMLAttributes,n),0]},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-x":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[tn({find:jp,type:this.type})]},addPasteRules(){return[nn({find:Wp,type:this.type})]}}),Kp=le.create({name:"text",group:"inline"}),_p=ie.create({name:"starterKit",addExtensions(){var n,e,t,r,i,s,o,l,a,c,u,d,f,h,p,m,y,v;const k=[];return this.options.blockquote!==!1&&k.push(Gh.configure((n=this.options)===null||n===void 0?void 0:n.blockquote)),this.options.bold!==!1&&k.push(ep.configure((e=this.options)===null||e===void 0?void 0:e.bold)),this.options.bulletList!==!1&&k.push(np.configure((t=this.options)===null||t===void 0?void 0:t.bulletList)),this.options.code!==!1&&k.push(sp.configure((r=this.options)===null||r===void 0?void 0:r.code)),this.options.codeBlock!==!1&&k.push(ap.configure((i=this.options)===null||i===void 0?void 0:i.codeBlock)),this.options.document!==!1&&k.push(cp.configure((s=this.options)===null||s===void 0?void 0:s.document)),this.options.dropcursor!==!1&&k.push(fp.configure((o=this.options)===null||o===void 0?void 0:o.dropcursor)),this.options.gapcursor!==!1&&k.push(xp.configure((l=this.options)===null||l===void 0?void 0:l.gapcursor)),this.options.hardBreak!==!1&&k.push(kp.configure((a=this.options)===null||a===void 0?void 0:a.hardBreak)),this.options.heading!==!1&&k.push(Sp.configure((c=this.options)===null||c===void 0?void 0:c.heading)),this.options.history!==!1&&k.push(Dp.configure((u=this.options)===null||u===void 0?void 0:u.history)),this.options.horizontalRule!==!1&&k.push(Ip.configure((d=this.options)===null||d===void 0?void 0:d.horizontalRule)),this.options.italic!==!1&&k.push(zp.configure((f=this.options)===null||f===void 0?void 0:f.italic)),this.options.listItem!==!1&&k.push(Fp.configure((h=this.options)===null||h===void 0?void 0:h.listItem)),this.options.orderedList!==!1&&k.push(Hp.configure((p=this.options)===null||p===void 0?void 0:p.orderedList)),this.options.paragraph!==!1&&k.push($p.configure((m=this.options)===null||m===void 0?void 0:m.paragraph)),this.options.strike!==!1&&k.push(qp.configure((y=this.options)===null||y===void 0?void 0:y.strike)),this.options.text!==!1&&k.push(Kp.configure((v=this.options)===null||v===void 0?void 0:v.text)),k}});var xe="top",Ee="bottom",Ae="right",ke="left",ss="auto",Hn=[xe,Ee,Ae,ke],rn="start",ls="end",Jp="clippingParents",Ia="viewport",gn="popper",Up="reference",Oo=Hn.reduce(function(n,e){return n.concat([e+"-"+rn,e+"-"+ls])},[]),Pa=[].concat(Hn,[ss]).reduce(function(n,e){return n.concat([e,e+"-"+rn,e+"-"+ls])},[]),Gp="beforeRead",Yp="read",Xp="afterRead",Qp="beforeMain",Zp="main",em="afterMain",tm="beforeWrite",nm="write",rm="afterWrite",im=[Gp,Yp,Xp,Qp,Zp,em,tm,nm,rm];function qe(n){return n?(n.nodeName||"").toLowerCase():null}function De(n){if(n==null)return window;if(n.toString()!=="[object Window]"){var e=n.ownerDocument;return e&&e.defaultView||window}return n}function In(n){var e=De(n).Element;return n instanceof e||n instanceof Element}function Ne(n){var e=De(n).HTMLElement;return n instanceof e||n instanceof HTMLElement}function Ra(n){if(typeof ShadowRoot=="undefined")return!1;var e=De(n).ShadowRoot;return n instanceof e||n instanceof ShadowRoot}function sm(n){var e=n.state;Object.keys(e.elements).forEach(function(t){var r=e.styles[t]||{},i=e.attributes[t]||{},s=e.elements[t];!Ne(s)||!qe(s)||(Object.assign(s.style,r),Object.keys(i).forEach(function(o){var l=i[o];l===!1?s.removeAttribute(o):s.setAttribute(o,l===!0?"":l)}))})}function om(n){var e=n.state,t={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,t.popper),e.styles=t,e.elements.arrow&&Object.assign(e.elements.arrow.style,t.arrow),function(){Object.keys(e.elements).forEach(function(r){var i=e.elements[r],s=e.attributes[r]||{},o=Object.keys(e.styles.hasOwnProperty(r)?e.styles[r]:t[r]),l=o.reduce(function(a,c){return a[c]="",a},{});!Ne(i)||!qe(i)||(Object.assign(i.style,l),Object.keys(s).forEach(function(a){i.removeAttribute(a)}))})}}var Ba={name:"applyStyles",enabled:!0,phase:"write",fn:sm,effect:om,requires:["computeStyles"]};function $e(n){return n.split("-")[0]}function sn(n){var e=n.getBoundingClientRect();return{width:e.width,height:e.height,top:e.top,right:e.right,bottom:e.bottom,left:e.left,x:e.left,y:e.top}}function as(n){var e=sn(n),t=n.offsetWidth,r=n.offsetHeight;return Math.abs(e.width-t)<=1&&(t=e.width),Math.abs(e.height-r)<=1&&(r=e.height),{x:n.offsetLeft,y:n.offsetTop,width:t,height:r}}function La(n,e){var t=e.getRootNode&&e.getRootNode();if(n.contains(e))return!0;if(t&&Ra(t)){var r=e;do{if(r&&n.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function Ze(n){return De(n).getComputedStyle(n)}function lm(n){return["table","td","th"].indexOf(qe(n))>=0}function vt(n){return((In(n)?n.ownerDocument:n.document)||window.document).documentElement}function Rr(n){return qe(n)==="html"?n:n.assignedSlot||n.parentNode||(Ra(n)?n.host:null)||vt(n)}function To(n){return!Ne(n)||Ze(n).position==="fixed"?null:n.offsetParent}function am(n){var e=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,t=navigator.userAgent.indexOf("Trident")!==-1;if(t&&Ne(n)){var r=Ze(n);if(r.position==="fixed")return null}for(var i=Rr(n);Ne(i)&&["html","body"].indexOf(qe(i))<0;){var s=Ze(i);if(s.transform!=="none"||s.perspective!=="none"||s.contain==="paint"||["transform","perspective"].indexOf(s.willChange)!==-1||e&&s.willChange==="filter"||e&&s.filter&&s.filter!=="none")return i;i=i.parentNode}return null}function $n(n){for(var e=De(n),t=To(n);t&&lm(t)&&Ze(t).position==="static";)t=To(t);return t&&(qe(t)==="html"||qe(t)==="body"&&Ze(t).position==="static")?e:t||am(n)||e}function cs(n){return["top","bottom"].indexOf(n)>=0?"x":"y"}var ft=Math.max,Pn=Math.min,Zn=Math.round;function sr(n,e,t){return ft(n,Pn(e,t))}function za(){return{top:0,right:0,bottom:0,left:0}}function Fa(n){return Object.assign({},za(),n)}function Va(n,e){return e.reduce(function(t,r){return t[r]=n,t},{})}var cm=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,Fa(typeof e!="number"?e:Va(e,Hn))};function um(n){var e,t=n.state,r=n.name,i=n.options,s=t.elements.arrow,o=t.modifiersData.popperOffsets,l=$e(t.placement),a=cs(l),c=[ke,Ae].indexOf(l)>=0,u=c?"height":"width";if(!(!s||!o)){var d=cm(i.padding,t),f=as(s),h=a==="y"?xe:ke,p=a==="y"?Ee:Ae,m=t.rects.reference[u]+t.rects.reference[a]-o[a]-t.rects.popper[u],y=o[a]-t.rects.reference[a],v=$n(s),k=v?a==="y"?v.clientHeight||0:v.clientWidth||0:0,N=m/2-y/2,g=d[h],P=k-f[u]-d[p],w=k/2-f[u]/2+N,B=sr(g,w,P),O=a;t.modifiersData[r]=(e={},e[O]=B,e.centerOffset=B-w,e)}}function dm(n){var e=n.state,t=n.options,r=t.element,i=r===void 0?"[data-popper-arrow]":r;i!=null&&(typeof i=="string"&&(i=e.elements.popper.querySelector(i),!i)||!La(e.elements.popper,i)||(e.elements.arrow=i))}var fm={name:"arrow",enabled:!0,phase:"main",fn:um,effect:dm,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},hm={top:"auto",right:"auto",bottom:"auto",left:"auto"};function pm(n){var e=n.x,t=n.y,r=window,i=r.devicePixelRatio||1;return{x:Zn(Zn(e*i)/i)||0,y:Zn(Zn(t*i)/i)||0}}function Eo(n){var e,t=n.popper,r=n.popperRect,i=n.placement,s=n.offsets,o=n.position,l=n.gpuAcceleration,a=n.adaptive,c=n.roundOffsets,u=c===!0?pm(s):typeof c=="function"?c(s):s,d=u.x,f=d===void 0?0:d,h=u.y,p=h===void 0?0:h,m=s.hasOwnProperty("x"),y=s.hasOwnProperty("y"),v=ke,k=xe,N=window;if(a){var g=$n(t),P="clientHeight",w="clientWidth";g===De(t)&&(g=vt(t),Ze(g).position!=="static"&&(P="scrollHeight",w="scrollWidth")),g=g,i===xe&&(k=Ee,p-=g[P]-r.height,p*=l?1:-1),i===ke&&(v=Ae,f-=g[w]-r.width,f*=l?1:-1)}var B=Object.assign({position:o},a&&hm);if(l){var O;return Object.assign({},B,(O={},O[k]=y?"0":"",O[v]=m?"0":"",O.transform=(N.devicePixelRatio||1)<2?"translate("+f+"px, "+p+"px)":"translate3d("+f+"px, "+p+"px, 0)",O))}return Object.assign({},B,(e={},e[k]=y?p+"px":"",e[v]=m?f+"px":"",e.transform="",e))}function mm(n){var e=n.state,t=n.options,r=t.gpuAcceleration,i=r===void 0?!0:r,s=t.adaptive,o=s===void 0?!0:s,l=t.roundOffsets,a=l===void 0?!0:l,c={placement:$e(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:i};e.modifiersData.popperOffsets!=null&&(e.styles.popper=Object.assign({},e.styles.popper,Eo(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:o,roundOffsets:a})))),e.modifiersData.arrow!=null&&(e.styles.arrow=Object.assign({},e.styles.arrow,Eo(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})}var gm={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:mm,data:{}},er={passive:!0};function ym(n){var e=n.state,t=n.instance,r=n.options,i=r.scroll,s=i===void 0?!0:i,o=r.resize,l=o===void 0?!0:o,a=De(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return s&&c.forEach(function(u){u.addEventListener("scroll",t.update,er)}),l&&a.addEventListener("resize",t.update,er),function(){s&&c.forEach(function(u){u.removeEventListener("scroll",t.update,er)}),l&&a.removeEventListener("resize",t.update,er)}}var bm={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:ym,data:{}},vm={left:"right",right:"left",bottom:"top",top:"bottom"};function or(n){return n.replace(/left|right|bottom|top/g,function(e){return vm[e]})}var xm={start:"end",end:"start"};function Ao(n){return n.replace(/start|end/g,function(e){return xm[e]})}function us(n){var e=De(n),t=e.pageXOffset,r=e.pageYOffset;return{scrollLeft:t,scrollTop:r}}function ds(n){return sn(vt(n)).left+us(n).scrollLeft}function km(n){var e=De(n),t=vt(n),r=e.visualViewport,i=t.clientWidth,s=t.clientHeight,o=0,l=0;return r&&(i=r.width,s=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(o=r.offsetLeft,l=r.offsetTop)),{width:i,height:s,x:o+ds(n),y:l}}function Sm(n){var e,t=vt(n),r=us(n),i=(e=n.ownerDocument)==null?void 0:e.body,s=ft(t.scrollWidth,t.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),o=ft(t.scrollHeight,t.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),l=-r.scrollLeft+ds(n),a=-r.scrollTop;return Ze(i||t).direction==="rtl"&&(l+=ft(t.clientWidth,i?i.clientWidth:0)-s),{width:s,height:o,x:l,y:a}}function fs(n){var e=Ze(n),t=e.overflow,r=e.overflowX,i=e.overflowY;return/auto|scroll|overlay|hidden/.test(t+i+r)}function Ha(n){return["html","body","#document"].indexOf(qe(n))>=0?n.ownerDocument.body:Ne(n)&&fs(n)?n:Ha(Rr(n))}function Mn(n,e){var t;e===void 0&&(e=[]);var r=Ha(n),i=r===((t=n.ownerDocument)==null?void 0:t.body),s=De(r),o=i?[s].concat(s.visualViewport||[],fs(r)?r:[]):r,l=e.concat(o);return i?l:l.concat(Mn(Rr(o)))}function Di(n){return Object.assign({},n,{left:n.x,top:n.y,right:n.x+n.width,bottom:n.y+n.height})}function wm(n){var e=sn(n);return e.top=e.top+n.clientTop,e.left=e.left+n.clientLeft,e.bottom=e.top+n.clientHeight,e.right=e.left+n.clientWidth,e.width=n.clientWidth,e.height=n.clientHeight,e.x=e.left,e.y=e.top,e}function No(n,e){return e===Ia?Di(km(n)):Ne(e)?wm(e):Di(Sm(vt(n)))}function Mm(n){var e=Mn(Rr(n)),t=["absolute","fixed"].indexOf(Ze(n).position)>=0,r=t&&Ne(n)?$n(n):n;return In(r)?e.filter(function(i){return In(i)&&La(i,r)&&qe(i)!=="body"}):[]}function Cm(n,e,t){var r=e==="clippingParents"?Mm(n):[].concat(e),i=[].concat(r,[t]),s=i[0],o=i.reduce(function(l,a){var c=No(n,a);return l.top=ft(c.top,l.top),l.right=Pn(c.right,l.right),l.bottom=Pn(c.bottom,l.bottom),l.left=ft(c.left,l.left),l},No(n,s));return o.width=o.right-o.left,o.height=o.bottom-o.top,o.x=o.left,o.y=o.top,o}function Rn(n){return n.split("-")[1]}function $a(n){var e=n.reference,t=n.element,r=n.placement,i=r?$e(r):null,s=r?Rn(r):null,o=e.x+e.width/2-t.width/2,l=e.y+e.height/2-t.height/2,a;switch(i){case xe:a={x:o,y:e.y-t.height};break;case Ee:a={x:o,y:e.y+e.height};break;case Ae:a={x:e.x+e.width,y:l};break;case ke:a={x:e.x-t.width,y:l};break;default:a={x:e.x,y:e.y}}var c=i?cs(i):null;if(c!=null){var u=c==="y"?"height":"width";switch(s){case rn:a[c]=a[c]-(e[u]/2-t[u]/2);break;case ls:a[c]=a[c]+(e[u]/2-t[u]/2);break}}return a}function Bn(n,e){e===void 0&&(e={});var t=e,r=t.placement,i=r===void 0?n.placement:r,s=t.boundary,o=s===void 0?Jp:s,l=t.rootBoundary,a=l===void 0?Ia:l,c=t.elementContext,u=c===void 0?gn:c,d=t.altBoundary,f=d===void 0?!1:d,h=t.padding,p=h===void 0?0:h,m=Fa(typeof p!="number"?p:Va(p,Hn)),y=u===gn?Up:gn,v=n.elements.reference,k=n.rects.popper,N=n.elements[f?y:u],g=Cm(In(N)?N:N.contextElement||vt(n.elements.popper),o,a),P=sn(v),w=$a({reference:P,element:k,strategy:"absolute",placement:i}),B=Di(Object.assign({},k,w)),O=u===gn?B:P,V={top:g.top-O.top+m.top,bottom:O.bottom-g.bottom+m.bottom,left:g.left-O.left+m.left,right:O.right-g.right+m.right},j=n.modifiersData.offset;if(u===gn&&j){var ce=j[i];Object.keys(V).forEach(function(W){var H=[Ae,Ee].indexOf(W)>=0?1:-1,ue=[xe,Ee].indexOf(W)>=0?"y":"x";V[W]+=ce[ue]*H})}return V}function Om(n,e){e===void 0&&(e={});var t=e,r=t.placement,i=t.boundary,s=t.rootBoundary,o=t.padding,l=t.flipVariations,a=t.allowedAutoPlacements,c=a===void 0?Pa:a,u=Rn(r),d=u?l?Oo:Oo.filter(function(p){return Rn(p)===u}):Hn,f=d.filter(function(p){return c.indexOf(p)>=0});f.length===0&&(f=d);var h=f.reduce(function(p,m){return p[m]=Bn(n,{placement:m,boundary:i,rootBoundary:s,padding:o})[$e(m)],p},{});return Object.keys(h).sort(function(p,m){return h[p]-h[m]})}function Tm(n){if($e(n)===ss)return[];var e=or(n);return[Ao(n),e,Ao(e)]}function Em(n){var e=n.state,t=n.options,r=n.name;if(!e.modifiersData[r]._skip){for(var i=t.mainAxis,s=i===void 0?!0:i,o=t.altAxis,l=o===void 0?!0:o,a=t.fallbackPlacements,c=t.padding,u=t.boundary,d=t.rootBoundary,f=t.altBoundary,h=t.flipVariations,p=h===void 0?!0:h,m=t.allowedAutoPlacements,y=e.options.placement,v=$e(y),k=v===y,N=a||(k||!p?[or(y)]:Tm(y)),g=[y].concat(N).reduce(function(Pe,de){return Pe.concat($e(de)===ss?Om(e,{placement:de,boundary:u,rootBoundary:d,padding:c,flipVariations:p,allowedAutoPlacements:m}):de)},[]),P=e.rects.reference,w=e.rects.popper,B=new Map,O=!0,V=g[0],j=0;j<g.length;j++){var ce=g[j],W=$e(ce),H=Rn(ce)===rn,ue=[xe,Ee].indexOf(W)>=0,Se=ue?"width":"height",_e=Bn(e,{placement:ce,boundary:u,rootBoundary:d,altBoundary:f,padding:c}),ge=ue?H?Ae:ke:H?Ee:xe;P[Se]>w[Se]&&(ge=or(ge));var Y=or(ge),Je=[];if(s&&Je.push(_e[W]<=0),l&&Je.push(_e[ge]<=0,_e[Y]<=0),Je.every(function(Pe){return Pe})){V=ce,O=!1;break}B.set(ce,Je)}if(O)for(var Ie=p?3:1,xt=function(de){var et=g.find(function(an){var tt=B.get(an);if(tt)return tt.slice(0,de).every(function(zt){return zt})});if(et)return V=et,"break"},we=Ie;we>0;we--){var kt=xt(we);if(kt==="break")break}e.placement!==V&&(e.modifiersData[r]._skip=!0,e.placement=V,e.reset=!0)}}var Am={name:"flip",enabled:!0,phase:"main",fn:Em,requiresIfExists:["offset"],data:{_skip:!1}};function Do(n,e,t){return t===void 0&&(t={x:0,y:0}),{top:n.top-e.height-t.y,right:n.right-e.width+t.x,bottom:n.bottom-e.height+t.y,left:n.left-e.width-t.x}}function Io(n){return[xe,Ae,Ee,ke].some(function(e){return n[e]>=0})}function Nm(n){var e=n.state,t=n.name,r=e.rects.reference,i=e.rects.popper,s=e.modifiersData.preventOverflow,o=Bn(e,{elementContext:"reference"}),l=Bn(e,{altBoundary:!0}),a=Do(o,r),c=Do(l,i,s),u=Io(a),d=Io(c);e.modifiersData[t]={referenceClippingOffsets:a,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:d},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}var Dm={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Nm};function Im(n,e,t){var r=$e(n),i=[ke,xe].indexOf(r)>=0?-1:1,s=typeof t=="function"?t(Object.assign({},e,{placement:n})):t,o=s[0],l=s[1];return o=o||0,l=(l||0)*i,[ke,Ae].indexOf(r)>=0?{x:l,y:o}:{x:o,y:l}}function Pm(n){var e=n.state,t=n.options,r=n.name,i=t.offset,s=i===void 0?[0,0]:i,o=Pa.reduce(function(u,d){return u[d]=Im(d,e.rects,s),u},{}),l=o[e.placement],a=l.x,c=l.y;e.modifiersData.popperOffsets!=null&&(e.modifiersData.popperOffsets.x+=a,e.modifiersData.popperOffsets.y+=c),e.modifiersData[r]=o}var Rm={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:Pm};function Bm(n){var e=n.state,t=n.name;e.modifiersData[t]=$a({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})}var Lm={name:"popperOffsets",enabled:!0,phase:"read",fn:Bm,data:{}};function zm(n){return n==="x"?"y":"x"}function Fm(n){var e=n.state,t=n.options,r=n.name,i=t.mainAxis,s=i===void 0?!0:i,o=t.altAxis,l=o===void 0?!1:o,a=t.boundary,c=t.rootBoundary,u=t.altBoundary,d=t.padding,f=t.tether,h=f===void 0?!0:f,p=t.tetherOffset,m=p===void 0?0:p,y=Bn(e,{boundary:a,rootBoundary:c,padding:d,altBoundary:u}),v=$e(e.placement),k=Rn(e.placement),N=!k,g=cs(v),P=zm(g),w=e.modifiersData.popperOffsets,B=e.rects.reference,O=e.rects.popper,V=typeof m=="function"?m(Object.assign({},e.rects,{placement:e.placement})):m,j={x:0,y:0};if(!!w){if(s||l){var ce=g==="y"?xe:ke,W=g==="y"?Ee:Ae,H=g==="y"?"height":"width",ue=w[g],Se=w[g]+y[ce],_e=w[g]-y[W],ge=h?-O[H]/2:0,Y=k===rn?B[H]:O[H],Je=k===rn?-O[H]:-B[H],Ie=e.elements.arrow,xt=h&&Ie?as(Ie):{width:0,height:0},we=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:za(),kt=we[ce],Pe=we[W],de=sr(0,B[H],xt[H]),et=N?B[H]/2-ge-de-kt-V:Y-de-kt-V,an=N?-B[H]/2+ge+de+Pe+V:Je+de+Pe+V,tt=e.elements.arrow&&$n(e.elements.arrow),zt=tt?g==="y"?tt.clientTop||0:tt.clientLeft||0:0,Ue=e.modifiersData.offset?e.modifiersData.offset[e.placement][g]:0,cn=w[g]+et-Ue-zt,un=w[g]+an-Ue;if(s){var dn=sr(h?Pn(Se,cn):Se,ue,h?ft(_e,un):_e);w[g]=dn,j[g]=dn-ue}if(l){var jn=g==="x"?xe:ke,Wn=g==="x"?Ee:Ae,St=w[P],fn=St+y[jn],hn=St-y[Wn],pn=sr(h?Pn(fn,cn):fn,St,h?ft(hn,un):hn);w[P]=pn,j[P]=pn-St}}e.modifiersData[r]=j}}var Vm={name:"preventOverflow",enabled:!0,phase:"main",fn:Fm,requiresIfExists:["offset"]};function Hm(n){return{scrollLeft:n.scrollLeft,scrollTop:n.scrollTop}}function $m(n){return n===De(n)||!Ne(n)?us(n):Hm(n)}function jm(n,e,t){t===void 0&&(t=!1);var r=vt(e),i=sn(n),s=Ne(e),o={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(s||!s&&!t)&&((qe(e)!=="body"||fs(r))&&(o=$m(e)),Ne(e)?(l=sn(e),l.x+=e.clientLeft,l.y+=e.clientTop):r&&(l.x=ds(r))),{x:i.left+o.scrollLeft-l.x,y:i.top+o.scrollTop-l.y,width:i.width,height:i.height}}function Wm(n){var e=new Map,t=new Set,r=[];n.forEach(function(s){e.set(s.name,s)});function i(s){t.add(s.name);var o=[].concat(s.requires||[],s.requiresIfExists||[]);o.forEach(function(l){if(!t.has(l)){var a=e.get(l);a&&i(a)}}),r.push(s)}return n.forEach(function(s){t.has(s.name)||i(s)}),r}function qm(n){var e=Wm(n);return im.reduce(function(t,r){return t.concat(e.filter(function(i){return i.phase===r}))},[])}function Km(n){var e;return function(){return e||(e=new Promise(function(t){Promise.resolve().then(function(){e=void 0,t(n())})})),e}}function _m(n){var e=n.reduce(function(t,r){var i=t[r.name];return t[r.name]=i?Object.assign({},i,r,{options:Object.assign({},i.options,r.options),data:Object.assign({},i.data,r.data)}):r,t},{});return Object.keys(e).map(function(t){return e[t]})}var Po={placement:"bottom",modifiers:[],strategy:"absolute"};function Ro(){for(var n=arguments.length,e=new Array(n),t=0;t<n;t++)e[t]=arguments[t];return!e.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function Jm(n){n===void 0&&(n={});var e=n,t=e.defaultModifiers,r=t===void 0?[]:t,i=e.defaultOptions,s=i===void 0?Po:i;return function(l,a,c){c===void 0&&(c=s);var u={placement:"bottom",orderedModifiers:[],options:Object.assign({},Po,s),modifiersData:{},elements:{reference:l,popper:a},attributes:{},styles:{}},d=[],f=!1,h={state:u,setOptions:function(v){m(),u.options=Object.assign({},s,u.options,v),u.scrollParents={reference:In(l)?Mn(l):l.contextElement?Mn(l.contextElement):[],popper:Mn(a)};var k=qm(_m([].concat(r,u.options.modifiers)));return u.orderedModifiers=k.filter(function(N){return N.enabled}),p(),h.update()},forceUpdate:function(){if(!f){var v=u.elements,k=v.reference,N=v.popper;if(!!Ro(k,N)){u.rects={reference:jm(k,$n(N),u.options.strategy==="fixed"),popper:as(N)},u.reset=!1,u.placement=u.options.placement,u.orderedModifiers.forEach(function(j){return u.modifiersData[j.name]=Object.assign({},j.data)});for(var g=0;g<u.orderedModifiers.length;g++){if(u.reset===!0){u.reset=!1,g=-1;continue}var P=u.orderedModifiers[g],w=P.fn,B=P.options,O=B===void 0?{}:B,V=P.name;typeof w=="function"&&(u=w({state:u,options:O,name:V,instance:h})||u)}}}},update:Km(function(){return new Promise(function(y){h.forceUpdate(),y(u)})}),destroy:function(){m(),f=!0}};if(!Ro(l,a))return h;h.setOptions(c).then(function(y){!f&&c.onFirstUpdate&&c.onFirstUpdate(y)});function p(){u.orderedModifiers.forEach(function(y){var v=y.name,k=y.options,N=k===void 0?{}:k,g=y.effect;if(typeof g=="function"){var P=g({state:u,name:v,instance:h,options:N}),w=function(){};d.push(P||w)}})}function m(){d.forEach(function(y){return y()}),d=[]}return h}}var Um=[bm,Lm,gm,Ba,Rm,Am,Vm,fm,Dm],Gm=Jm({defaultModifiers:Um}),Ym="tippy-box",ja="tippy-content",Xm="tippy-backdrop",Wa="tippy-arrow",qa="tippy-svg-arrow",Mt={passive:!0,capture:!0},Ka=function(){return document.body};function ci(n,e,t){if(Array.isArray(n)){var r=n[e];return r==null?Array.isArray(t)?t[e]:t:r}return n}function hs(n,e){var t={}.toString.call(n);return t.indexOf("[object")===0&&t.indexOf(e+"]")>-1}function _a(n,e){return typeof n=="function"?n.apply(void 0,e):n}function Bo(n,e){if(e===0)return n;var t;return function(r){clearTimeout(t),t=setTimeout(function(){n(r)},e)}}function Qm(n){return n.split(/\s+/).filter(Boolean)}function Wt(n){return[].concat(n)}function Lo(n,e){n.indexOf(e)===-1&&n.push(e)}function Zm(n){return n.filter(function(e,t){return n.indexOf(e)===t})}function eg(n){return n.split("-")[0]}function Sr(n){return[].slice.call(n)}function zo(n){return Object.keys(n).reduce(function(e,t){return n[t]!==void 0&&(e[t]=n[t]),e},{})}function Cn(){return document.createElement("div")}function Br(n){return["Element","Fragment"].some(function(e){return hs(n,e)})}function tg(n){return hs(n,"NodeList")}function ng(n){return hs(n,"MouseEvent")}function rg(n){return!!(n&&n._tippy&&n._tippy.reference===n)}function ig(n){return Br(n)?[n]:tg(n)?Sr(n):Array.isArray(n)?n:Sr(document.querySelectorAll(n))}function ui(n,e){n.forEach(function(t){t&&(t.style.transitionDuration=e+"ms")})}function Fo(n,e){n.forEach(function(t){t&&t.setAttribute("data-state",e)})}function sg(n){var e,t=Wt(n),r=t[0];return r!=null&&(e=r.ownerDocument)!=null&&e.body?r.ownerDocument:document}function og(n,e){var t=e.clientX,r=e.clientY;return n.every(function(i){var s=i.popperRect,o=i.popperState,l=i.props,a=l.interactiveBorder,c=eg(o.placement),u=o.modifiersData.offset;if(!u)return!0;var d=c==="bottom"?u.top.y:0,f=c==="top"?u.bottom.y:0,h=c==="right"?u.left.x:0,p=c==="left"?u.right.x:0,m=s.top-r+d>a,y=r-s.bottom-f>a,v=s.left-t+h>a,k=t-s.right-p>a;return m||y||v||k})}function di(n,e,t){var r=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(i){n[r](i,t)})}function Vo(n,e){for(var t=e;t;){var r;if(n.contains(t))return!0;t=t.getRootNode==null||(r=t.getRootNode())==null?void 0:r.host}return!1}var Be={isTouch:!1},Ho=0;function lg(){Be.isTouch||(Be.isTouch=!0,window.performance&&document.addEventListener("mousemove",Ja))}function Ja(){var n=performance.now();n-Ho<20&&(Be.isTouch=!1,document.removeEventListener("mousemove",Ja)),Ho=n}function ag(){var n=document.activeElement;if(rg(n)){var e=n._tippy;n.blur&&!e.state.isVisible&&n.blur()}}function cg(){document.addEventListener("touchstart",lg,Mt),window.addEventListener("blur",ag)}var ug=typeof window!="undefined"&&typeof document!="undefined",dg=ug?!!window.msCrypto:!1,fg={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},hg={allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999},Oe=Object.assign({appendTo:Ka,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},fg,hg),pg=Object.keys(Oe),mg=function(e){var t=Object.keys(e);t.forEach(function(r){Oe[r]=e[r]})};function Ua(n){var e=n.plugins||[],t=e.reduce(function(r,i){var s=i.name,o=i.defaultValue;if(s){var l;r[s]=n[s]!==void 0?n[s]:(l=Oe[s])!=null?l:o}return r},{});return Object.assign({},n,t)}function gg(n,e){var t=e?Object.keys(Ua(Object.assign({},Oe,{plugins:e}))):pg,r=t.reduce(function(i,s){var o=(n.getAttribute("data-tippy-"+s)||"").trim();if(!o)return i;if(s==="content")i[s]=o;else try{i[s]=JSON.parse(o)}catch{i[s]=o}return i},{});return r}function $o(n,e){var t=Object.assign({},e,{content:_a(e.content,[n])},e.ignoreAttributes?{}:gg(n,e.plugins));return t.aria=Object.assign({},Oe.aria,t.aria),t.aria={expanded:t.aria.expanded==="auto"?e.interactive:t.aria.expanded,content:t.aria.content==="auto"?e.interactive?null:"describedby":t.aria.content},t}var yg=function(){return"innerHTML"};function Ii(n,e){n[yg()]=e}function jo(n){var e=Cn();return n===!0?e.className=Wa:(e.className=qa,Br(n)?e.appendChild(n):Ii(e,n)),e}function Wo(n,e){Br(e.content)?(Ii(n,""),n.appendChild(e.content)):typeof e.content!="function"&&(e.allowHTML?Ii(n,e.content):n.textContent=e.content)}function Pi(n){var e=n.firstElementChild,t=Sr(e.children);return{box:e,content:t.find(function(r){return r.classList.contains(ja)}),arrow:t.find(function(r){return r.classList.contains(Wa)||r.classList.contains(qa)}),backdrop:t.find(function(r){return r.classList.contains(Xm)})}}function Ga(n){var e=Cn(),t=Cn();t.className=Ym,t.setAttribute("data-state","hidden"),t.setAttribute("tabindex","-1");var r=Cn();r.className=ja,r.setAttribute("data-state","hidden"),Wo(r,n.props),e.appendChild(t),t.appendChild(r),i(n.props,n.props);function i(s,o){var l=Pi(e),a=l.box,c=l.content,u=l.arrow;o.theme?a.setAttribute("data-theme",o.theme):a.removeAttribute("data-theme"),typeof o.animation=="string"?a.setAttribute("data-animation",o.animation):a.removeAttribute("data-animation"),o.inertia?a.setAttribute("data-inertia",""):a.removeAttribute("data-inertia"),a.style.maxWidth=typeof o.maxWidth=="number"?o.maxWidth+"px":o.maxWidth,o.role?a.setAttribute("role",o.role):a.removeAttribute("role"),(s.content!==o.content||s.allowHTML!==o.allowHTML)&&Wo(c,n.props),o.arrow?u?s.arrow!==o.arrow&&(a.removeChild(u),a.appendChild(jo(o.arrow))):a.appendChild(jo(o.arrow)):u&&a.removeChild(u)}return{popper:e,onUpdate:i}}Ga.$$tippy=!0;var bg=1,tr=[],fi=[];function vg(n,e){var t=$o(n,Object.assign({},Oe,Ua(zo(e)))),r,i,s,o=!1,l=!1,a=!1,c=!1,u,d,f,h=[],p=Bo(jn,t.interactiveDebounce),m,y=bg++,v=null,k=Zm(t.plugins),N={isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},g={id:y,reference:n,popper:Cn(),popperInstance:v,props:t,state:N,plugins:k,clearDelayTimeouts:tc,setProps:nc,setContent:rc,show:ic,hide:sc,hideWithInteractivity:oc,enable:Za,disable:ec,unmount:lc,destroy:ac};if(!t.render)return g;var P=t.render(g),w=P.popper,B=P.onUpdate;w.setAttribute("data-tippy-root",""),w.id="tippy-"+g.id,g.popper=w,n._tippy=g,w._tippy=g;var O=k.map(function(b){return b.fn(g)}),V=n.hasAttribute("aria-expanded");return cn(),Ie(),ge(),Y("onCreate",[g]),t.showOnCreate&&ps(),w.addEventListener("mouseenter",function(){g.props.interactive&&g.state.isVisible&&g.clearDelayTimeouts()}),w.addEventListener("mouseleave",function(){g.props.interactive&&g.props.trigger.indexOf("mouseenter")>=0&&ue().addEventListener("mousemove",p)}),g;function j(){var b=g.props.touch;return Array.isArray(b)?b:[b,0]}function ce(){return j()[0]==="hold"}function W(){var b;return!!((b=g.props.render)!=null&&b.$$tippy)}function H(){return m||n}function ue(){var b=H().parentNode;return b?sg(b):document}function Se(){return Pi(w)}function _e(b){return g.state.isMounted&&!g.state.isVisible||Be.isTouch||u&&u.type==="focus"?0:ci(g.props.delay,b?0:1,Oe.delay)}function ge(b){b===void 0&&(b=!1),w.style.pointerEvents=g.props.interactive&&!b?"":"none",w.style.zIndex=""+g.props.zIndex}function Y(b,T,A){if(A===void 0&&(A=!0),O.forEach(function(L){L[b]&&L[b].apply(L,T)}),A){var z;(z=g.props)[b].apply(z,T)}}function Je(){var b=g.props.aria;if(!!b.content){var T="aria-"+b.content,A=w.id,z=Wt(g.props.triggerTarget||n);z.forEach(function(L){var Z=L.getAttribute(T);if(g.state.isVisible)L.setAttribute(T,Z?Z+" "+A:A);else{var ye=Z&&Z.replace(A,"").trim();ye?L.setAttribute(T,ye):L.removeAttribute(T)}})}}function Ie(){if(!(V||!g.props.aria.expanded)){var b=Wt(g.props.triggerTarget||n);b.forEach(function(T){g.props.interactive?T.setAttribute("aria-expanded",g.state.isVisible&&T===H()?"true":"false"):T.removeAttribute("aria-expanded")})}}function xt(){ue().removeEventListener("mousemove",p),tr=tr.filter(function(b){return b!==p})}function we(b){if(!(Be.isTouch&&(a||b.type==="mousedown"))){var T=b.composedPath&&b.composedPath()[0]||b.target;if(!(g.props.interactive&&Vo(w,T))){if(Wt(g.props.triggerTarget||n).some(function(A){return Vo(A,T)})){if(Be.isTouch||g.state.isVisible&&g.props.trigger.indexOf("click")>=0)return}else Y("onClickOutside",[g,b]);g.props.hideOnClick===!0&&(g.clearDelayTimeouts(),g.hide(),l=!0,setTimeout(function(){l=!1}),g.state.isMounted||et())}}}function kt(){a=!0}function Pe(){a=!1}function de(){var b=ue();b.addEventListener("mousedown",we,!0),b.addEventListener("touchend",we,Mt),b.addEventListener("touchstart",Pe,Mt),b.addEventListener("touchmove",kt,Mt)}function et(){var b=ue();b.removeEventListener("mousedown",we,!0),b.removeEventListener("touchend",we,Mt),b.removeEventListener("touchstart",Pe,Mt),b.removeEventListener("touchmove",kt,Mt)}function an(b,T){zt(b,function(){!g.state.isVisible&&w.parentNode&&w.parentNode.contains(w)&&T()})}function tt(b,T){zt(b,T)}function zt(b,T){var A=Se().box;function z(L){L.target===A&&(di(A,"remove",z),T())}if(b===0)return T();di(A,"remove",d),di(A,"add",z),d=z}function Ue(b,T,A){A===void 0&&(A=!1);var z=Wt(g.props.triggerTarget||n);z.forEach(function(L){L.addEventListener(b,T,A),h.push({node:L,eventType:b,handler:T,options:A})})}function cn(){ce()&&(Ue("touchstart",dn,{passive:!0}),Ue("touchend",Wn,{passive:!0})),Qm(g.props.trigger).forEach(function(b){if(b!=="manual")switch(Ue(b,dn),b){case"mouseenter":Ue("mouseleave",Wn);break;case"focus":Ue(dg?"focusout":"blur",St);break;case"focusin":Ue("focusout",St);break}})}function un(){h.forEach(function(b){var T=b.node,A=b.eventType,z=b.handler,L=b.options;T.removeEventListener(A,z,L)}),h=[]}function dn(b){var T,A=!1;if(!(!g.state.isEnabled||fn(b)||l)){var z=((T=u)==null?void 0:T.type)==="focus";u=b,m=b.currentTarget,Ie(),!g.state.isVisible&&ng(b)&&tr.forEach(function(L){return L(b)}),b.type==="click"&&(g.props.trigger.indexOf("mouseenter")<0||o)&&g.props.hideOnClick!==!1&&g.state.isVisible?A=!0:ps(b),b.type==="click"&&(o=!A),A&&!z&&qn(b)}}function jn(b){var T=b.target,A=H().contains(T)||w.contains(T);if(!(b.type==="mousemove"&&A)){var z=Lr().concat(w).map(function(L){var Z,ye=L._tippy,Ft=(Z=ye.popperInstance)==null?void 0:Z.state;return Ft?{popperRect:L.getBoundingClientRect(),popperState:Ft,props:t}:null}).filter(Boolean);og(z,b)&&(xt(),qn(b))}}function Wn(b){var T=fn(b)||g.props.trigger.indexOf("click")>=0&&o;if(!T){if(g.props.interactive){g.hideWithInteractivity(b);return}qn(b)}}function St(b){g.props.trigger.indexOf("focusin")<0&&b.target!==H()||g.props.interactive&&b.relatedTarget&&w.contains(b.relatedTarget)||qn(b)}function fn(b){return Be.isTouch?ce()!==b.type.indexOf("touch")>=0:!1}function hn(){pn();var b=g.props,T=b.popperOptions,A=b.placement,z=b.offset,L=b.getReferenceClientRect,Z=b.moveTransition,ye=W()?Pi(w).arrow:null,Ft=L?{getBoundingClientRect:L,contextElement:L.contextElement||H()}:n,ms={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(Kn){var Vt=Kn.state;if(W()){var cc=Se(),Fr=cc.box;["placement","reference-hidden","escaped"].forEach(function(_n){_n==="placement"?Fr.setAttribute("data-placement",Vt.placement):Vt.attributes.popper["data-popper-"+_n]?Fr.setAttribute("data-"+_n,""):Fr.removeAttribute("data-"+_n)}),Vt.attributes.popper={}}}},wt=[{name:"offset",options:{offset:z}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!Z}},ms];W()&&ye&&wt.push({name:"arrow",options:{element:ye,padding:3}}),wt.push.apply(wt,(T==null?void 0:T.modifiers)||[]),g.popperInstance=Gm(Ft,w,Object.assign({},T,{placement:A,onFirstUpdate:f,modifiers:wt}))}function pn(){g.popperInstance&&(g.popperInstance.destroy(),g.popperInstance=null)}function Qa(){var b=g.props.appendTo,T,A=H();g.props.interactive&&b===Ka||b==="parent"?T=A.parentNode:T=_a(b,[A]),T.contains(w)||T.appendChild(w),g.state.isMounted=!0,hn()}function Lr(){return Sr(w.querySelectorAll("[data-tippy-root]"))}function ps(b){g.clearDelayTimeouts(),b&&Y("onTrigger",[g,b]),de();var T=_e(!0),A=j(),z=A[0],L=A[1];Be.isTouch&&z==="hold"&&L&&(T=L),T?r=setTimeout(function(){g.show()},T):g.show()}function qn(b){if(g.clearDelayTimeouts(),Y("onUntrigger",[g,b]),!g.state.isVisible){et();return}if(!(g.props.trigger.indexOf("mouseenter")>=0&&g.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(b.type)>=0&&o)){var T=_e(!1);T?i=setTimeout(function(){g.state.isVisible&&g.hide()},T):s=requestAnimationFrame(function(){g.hide()})}}function Za(){g.state.isEnabled=!0}function ec(){g.hide(),g.state.isEnabled=!1}function tc(){clearTimeout(r),clearTimeout(i),cancelAnimationFrame(s)}function nc(b){if(!g.state.isDestroyed){Y("onBeforeUpdate",[g,b]),un();var T=g.props,A=$o(n,Object.assign({},T,zo(b),{ignoreAttributes:!0}));g.props=A,cn(),T.interactiveDebounce!==A.interactiveDebounce&&(xt(),p=Bo(jn,A.interactiveDebounce)),T.triggerTarget&&!A.triggerTarget?Wt(T.triggerTarget).forEach(function(z){z.removeAttribute("aria-expanded")}):A.triggerTarget&&n.removeAttribute("aria-expanded"),Ie(),ge(),B&&B(T,A),g.popperInstance&&(hn(),Lr().forEach(function(z){requestAnimationFrame(z._tippy.popperInstance.forceUpdate)})),Y("onAfterUpdate",[g,b])}}function rc(b){g.setProps({content:b})}function ic(){var b=g.state.isVisible,T=g.state.isDestroyed,A=!g.state.isEnabled,z=Be.isTouch&&!g.props.touch,L=ci(g.props.duration,0,Oe.duration);if(!(b||T||A||z)&&!H().hasAttribute("disabled")&&(Y("onShow",[g],!1),g.props.onShow(g)!==!1)){if(g.state.isVisible=!0,W()&&(w.style.visibility="visible"),ge(),de(),g.state.isMounted||(w.style.transition="none"),W()){var Z=Se(),ye=Z.box,Ft=Z.content;ui([ye,Ft],0)}f=function(){var wt;if(!(!g.state.isVisible||c)){if(c=!0,w.offsetHeight,w.style.transition=g.props.moveTransition,W()&&g.props.animation){var zr=Se(),Kn=zr.box,Vt=zr.content;ui([Kn,Vt],L),Fo([Kn,Vt],"visible")}Je(),Ie(),Lo(fi,g),(wt=g.popperInstance)==null||wt.forceUpdate(),Y("onMount",[g]),g.props.animation&&W()&&tt(L,function(){g.state.isShown=!0,Y("onShown",[g])})}},Qa()}}function sc(){var b=!g.state.isVisible,T=g.state.isDestroyed,A=!g.state.isEnabled,z=ci(g.props.duration,1,Oe.duration);if(!(b||T||A)&&(Y("onHide",[g],!1),g.props.onHide(g)!==!1)){if(g.state.isVisible=!1,g.state.isShown=!1,c=!1,o=!1,W()&&(w.style.visibility="hidden"),xt(),et(),ge(!0),W()){var L=Se(),Z=L.box,ye=L.content;g.props.animation&&(ui([Z,ye],z),Fo([Z,ye],"hidden"))}Je(),Ie(),g.props.animation?W()&&an(z,g.unmount):g.unmount()}}function oc(b){ue().addEventListener("mousemove",p),Lo(tr,p),p(b)}function lc(){g.state.isVisible&&g.hide(),g.state.isMounted&&(pn(),Lr().forEach(function(b){b._tippy.unmount()}),w.parentNode&&w.parentNode.removeChild(w),fi=fi.filter(function(b){return b!==g}),g.state.isMounted=!1,Y("onHidden",[g]))}function ac(){g.state.isDestroyed||(g.clearDelayTimeouts(),g.unmount(),un(),delete n._tippy,g.state.isDestroyed=!0,Y("onDestroy",[g]))}}function ln(n,e){e===void 0&&(e={});var t=Oe.plugins.concat(e.plugins||[]);cg();var r=Object.assign({},e,{plugins:t}),i=ig(n),s=i.reduce(function(o,l){var a=l&&vg(l,r);return a&&o.push(a),o},[]);return Br(n)?s[0]:s}ln.defaultProps=Oe;ln.setDefaultProps=mg;ln.currentInput=Be;Object.assign({},Ba,{effect:function(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow)}});ln.setDefaultProps({render:Ga});class xg{constructor({editor:e,element:t,view:r,tippyOptions:i={},shouldShow:s}){this.preventHide=!1,this.shouldShow=({view:o,state:l,from:a,to:c})=>{const{doc:u,selection:d}=l,{empty:f}=d,h=!u.textBetween(a,c).length&&xa(l.selection);return!(!o.hasFocus()||f||h)},this.mousedownHandler=()=>{this.preventHide=!0},this.dragstartHandler=()=>{this.hide()},this.focusHandler=()=>{setTimeout(()=>this.update(this.editor.view))},this.blurHandler=({event:o})=>{var l;if(this.preventHide){this.preventHide=!1;return}(o==null?void 0:o.relatedTarget)&&((l=this.element.parentNode)===null||l===void 0?void 0:l.contains(o.relatedTarget))||this.hide()},this.editor=e,this.element=t,this.view=r,s&&(this.shouldShow=s),this.element.addEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.view.dom.addEventListener("dragstart",this.dragstartHandler),this.editor.on("focus",this.focusHandler),this.editor.on("blur",this.blurHandler),this.tippyOptions=i,this.element.remove(),this.element.style.visibility="visible"}createTooltip(){const{element:e}=this.editor.options,t=!!e.parentElement;this.tippy||!t||(this.tippy=ln(e,M({duration:0,getReferenceClientRect:null,content:this.element,interactive:!0,trigger:"manual",placement:"top",hideOnClick:"toggle"},this.tippyOptions)),this.tippy.popper.firstChild&&this.tippy.popper.firstChild.addEventListener("blur",r=>{this.blurHandler({event:r})}))}update(e,t){var r,i,s;const{state:o,composing:l}=e,{doc:a,selection:c}=o,u=t&&t.doc.eq(a)&&t.selection.eq(c);if(l||u)return;this.createTooltip();const{ranges:d}=c,f=Math.min(...d.map(m=>m.$from.pos)),h=Math.max(...d.map(m=>m.$to.pos));if(!((r=this.shouldShow)===null||r===void 0?void 0:r.call(this,{editor:this.editor,view:e,state:o,oldState:t,from:f,to:h}))){this.hide();return}(i=this.tippy)===null||i===void 0||i.setProps({getReferenceClientRect:((s=this.tippyOptions)===null||s===void 0?void 0:s.getReferenceClientRect)||(()=>{if(_h(o.selection)){const m=e.nodeDOM(f);if(m)return m.getBoundingClientRect()}return Oa(e,f,h)})}),this.show()}show(){var e;(e=this.tippy)===null||e===void 0||e.show()}hide(){var e;(e=this.tippy)===null||e===void 0||e.hide()}destroy(){var e;(e=this.tippy)===null||e===void 0||e.destroy(),this.element.removeEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.view.dom.removeEventListener("dragstart",this.dragstartHandler),this.editor.off("focus",this.focusHandler),this.editor.off("blur",this.blurHandler)}}const Ya=n=>new ae({key:typeof n.pluginKey=="string"?new Ke(n.pluginKey):n.pluginKey,view:e=>new xg(M({view:e},n))});ie.create({name:"bubbleMenu",addOptions(){return{element:null,tippyOptions:{},pluginKey:"bubbleMenu",shouldShow:null}},addProseMirrorPlugins(){return this.options.element?[Ya({pluginKey:this.options.pluginKey,editor:this.editor,element:this.options.element,tippyOptions:this.options.tippyOptions,shouldShow:this.options.shouldShow})]:[]}});class kg{constructor({editor:e,element:t,view:r,tippyOptions:i={},shouldShow:s}){this.preventHide=!1,this.shouldShow=({view:o,state:l})=>{const{selection:a}=l,{$anchor:c,empty:u}=a,d=c.depth===1,f=c.parent.isTextblock&&!c.parent.type.spec.code&&!c.parent.textContent;return!(!o.hasFocus()||!u||!d||!f)},this.mousedownHandler=()=>{this.preventHide=!0},this.focusHandler=()=>{setTimeout(()=>this.update(this.editor.view))},this.blurHandler=({event:o})=>{var l;if(this.preventHide){this.preventHide=!1;return}(o==null?void 0:o.relatedTarget)&&((l=this.element.parentNode)===null||l===void 0?void 0:l.contains(o.relatedTarget))||this.hide()},this.editor=e,this.element=t,this.view=r,s&&(this.shouldShow=s),this.element.addEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.editor.on("focus",this.focusHandler),this.editor.on("blur",this.blurHandler),this.tippyOptions=i,this.element.remove(),this.element.style.visibility="visible"}createTooltip(){const{element:e}=this.editor.options,t=!!e.parentElement;this.tippy||!t||(this.tippy=ln(e,M({duration:0,getReferenceClientRect:null,content:this.element,interactive:!0,trigger:"manual",placement:"right",hideOnClick:"toggle"},this.tippyOptions)),this.tippy.popper.firstChild&&this.tippy.popper.firstChild.addEventListener("blur",r=>{this.blurHandler({event:r})}))}update(e,t){var r,i,s;const{state:o}=e,{doc:l,selection:a}=o,{from:c,to:u}=a;if(t&&t.doc.eq(l)&&t.selection.eq(a))return;if(this.createTooltip(),!((r=this.shouldShow)===null||r===void 0?void 0:r.call(this,{editor:this.editor,view:e,state:o,oldState:t}))){this.hide();return}(i=this.tippy)===null||i===void 0||i.setProps({getReferenceClientRect:((s=this.tippyOptions)===null||s===void 0?void 0:s.getReferenceClientRect)||(()=>Oa(e,c,u))}),this.show()}show(){var e;(e=this.tippy)===null||e===void 0||e.show()}hide(){var e;(e=this.tippy)===null||e===void 0||e.hide()}destroy(){var e;(e=this.tippy)===null||e===void 0||e.destroy(),this.element.removeEventListener("mousedown",this.mousedownHandler,{capture:!0}),this.editor.off("focus",this.focusHandler),this.editor.off("blur",this.blurHandler)}}const Xa=n=>new ae({key:typeof n.pluginKey=="string"?new Ke(n.pluginKey):n.pluginKey,view:e=>new kg(M({view:e},n))});ie.create({name:"floatingMenu",addOptions(){return{element:null,tippyOptions:{},pluginKey:"floatingMenu",shouldShow:null}},addProseMirrorPlugins(){return this.options.element?[Xa({pluginKey:this.options.pluginKey,editor:this.editor,element:this.options.element,tippyOptions:this.options.tippyOptions,shouldShow:this.options.shouldShow})]:[]}});Ln({name:"BubbleMenu",props:{pluginKey:{type:null,default:"bubbleMenu"},editor:{type:Object,required:!0},tippyOptions:{type:Object,default:()=>({})},shouldShow:{type:Function,default:null}},setup(n,{slots:e}){const t=Ri(null);return Ko(()=>{const{pluginKey:r,editor:i,tippyOptions:s,shouldShow:o}=n;i.registerPlugin(Ya({pluginKey:r,editor:i,element:t.value,tippyOptions:s,shouldShow:o}))}),Bi(()=>{const{pluginKey:r,editor:i}=n;i.unregisterPlugin(r)}),()=>{var r;return Et("div",{ref:t},(r=e.default)===null||r===void 0?void 0:r.call(e))}}});function qo(n){return pc((e,t)=>({get(){return e(),n},set(r){n=r,requestAnimationFrame(()=>{requestAnimationFrame(()=>{t()})})}}))}class Sg extends Kh{constructor(e={}){return super(e),this.vueRenderers=hc(new Map),this.contentComponent=null,this.reactiveState=qo(this.view.state),this.reactiveExtensionStorage=qo(this.extensionStorage),this.on("transaction",()=>{this.reactiveState.value=this.view.state,this.reactiveExtensionStorage.value=this.extensionStorage}),mc(this)}get state(){return this.reactiveState?this.reactiveState.value:this.view.state}get storage(){return this.reactiveExtensionStorage?this.reactiveExtensionStorage.value:super.storage}registerPlugin(e,t){super.registerPlugin(e,t),this.reactiveState.value=this.view.state}unregisterPlugin(e){super.unregisterPlugin(e),this.reactiveState.value=this.view.state}}const wg=Ln({name:"EditorContent",props:{editor:{default:null,type:Object}},setup(n){const e=Ri(),t=gc();return yc(()=>{const r=n.editor;r&&r.options.element&&e.value&&vc(()=>{if(!e.value||!r.options.element.firstChild)return;const i=xc(e.value);e.value.append(...r.options.element.childNodes),r.contentComponent=t.ctx._,r.setOptions({element:i}),r.createNodeViews()})}),Bi(()=>{const r=n.editor;if(!r||(r.isDestroyed||r.view.setProps({nodeViews:{}}),r.contentComponent=null,!r.options.element.firstChild))return;const i=document.createElement("div");i.append(...r.options.element.childNodes),r.setOptions({element:i})}),{rootEl:e}},render(){const n=[];return this.editor&&this.editor.vueRenderers.forEach(e=>{const t=Et(bc,{to:e.teleportElement,key:e.id},Et(e.component,M({ref:e.id},e.props)));n.push(t)}),Et("div",{ref:e=>{this.rootEl=e}},...n)}});Ln({name:"FloatingMenu",props:{pluginKey:{type:null,default:"floatingMenu"},editor:{type:Object,required:!0},tippyOptions:{type:Object,default:()=>({})},shouldShow:{type:Function,default:null}},setup(n,{slots:e}){const t=Ri(null);return Ko(()=>{const{pluginKey:r,editor:i,tippyOptions:s,shouldShow:o}=n;i.registerPlugin(Xa({pluginKey:r,editor:i,element:t.value,tippyOptions:s,shouldShow:o}))}),Bi(()=>{const{pluginKey:r,editor:i}=n;i.unregisterPlugin(r)}),()=>{var r;return Et("div",{ref:t},(r=e.default)===null||r===void 0?void 0:r.call(e))}}});Ln({props:{as:{type:String,default:"div"}},render(){return Et(this.as,{style:{whiteSpace:"pre-wrap"},"data-node-view-content":""})}});Ln({props:{as:{type:String,default:"div"}},inject:["onDragStart","decorationClasses"],render(){var n,e;return Et(this.as,{class:this.decorationClasses.value,style:{whiteSpace:"normal"},"data-node-view-wrapper":"",onDragstart:this.onDragStart},(e=(n=this.$slots).default)===null||e===void 0?void 0:e.call(n))}});const Mg={name:"MdsIcon",props:{iconName:{type:String,default:""},classes:{type:String,default:""},visuallyHiddenLabel:{type:String,default:""}},inject:["iconPath"]},Cg=["href"],Og={key:0,class:"mds-visually-hidden"};function Tg(n,e,t,r,i,s){return Xe(),at("span",null,[(Xe(),at("svg",{"aria-hidden":"true",focusable:"false",class:_o(["mds-icon",`mds-icon--${t.iconName} ${t.classes}`])},[Jo("use",{href:`${s.iconPath}#icon-${t.iconName}`},null,8,Cg)],2)),t.visuallyHiddenLabel?(Xe(),at("span",Og,kc(t.visuallyHiddenLabel),1)):Uo("",!0)])}var Eg=zn(Mg,[["render",Tg]]);const Ag={name:"TextEditorButton",components:{MdsIcon:Eg},emits:["updateTabIndex"],props:{id:{type:String,required:!0},label:{type:String,default:""},iconName:{type:String,default:""},isActive:{type:Boolean,default:!1},initialTabindex:{type:Number,default:-1},ariaPressed:{type:Boolean,default:!1},disabled:{type:Boolean}},data(){return{tabindex:this.initialTabindex}}},Ng=["title","aria-label","tabindex","aria-disabled","aria-pressed"];function Dg(n,e,t,r,i,s){const o=On("MdsIcon");return Xe(),at("button",{type:"button",title:t.label,"aria-label":t.label,class:_o(["mds-text-editor__button",{"mds-text-editor__button--active":t.isActive}]),tabindex:i.tabindex,"aria-disabled":t.disabled,"aria-pressed":t.ariaPressed,onFocus:e[0]||(e[0]=l=>n.$emit("updateTabIndex",t.id))},[lr(o,{"icon-name":t.iconName},null,8,["icon-name"])],42,Ng)}var Ig=zn(Ag,[["render",Dg]]);const Pg={name:"TextEditorToolbar",components:{TextEditorButton:Ig},props:{editor:{type:Object,required:!0}},inject:["id","customMenuButtons","i18nText"],data(){return{defaultMenuButtons:[{id:"bold",label:"Bold",iconName:"text-bold",onClick:n=>n.commands.toggleBold(),isActive:n=>n.isActive("bold")},{id:"italic",label:"Italic",iconName:"text-italic",onClick:n=>n.commands.toggleItalic(),isActive:n=>n.isActive("italic")},{id:"strike",label:"Strike",iconName:"text-strike-through",onClick:n=>n.commands.toggleStrike(),isActive:n=>n.isActive("strike")},{id:"bulletList",label:"Bullet list",iconName:"list-bullets",onClick:n=>n.commands.toggleBulletList(),isActive:n=>n.isActive("bulletList")},{id:"orderedList",label:"Ordered list",iconName:"list-numbers",onClick:n=>n.commands.toggleOrderedList(),isActive:n=>n.isActive("orderedList")},{id:"undo",label:"Undo",iconName:"undo",onClick:n=>n.commands.undo(),isDisabled:n=>!n.can().undo()},{id:"redo",label:"Redo",iconName:"redo",onClick:n=>n.commands.redo(),isDisabled:n=>!n.can().redo()}]}},computed:{menuButtons(){var n;if((n=this.customMenuButtons)!=null&&n.length){const e=[];return this.customMenuButtons.forEach(t=>{const r=this.defaultMenuButtons.find(i=>i.id===t.id);e.push(M(M({},r),t))}),e}return this.defaultMenuButtons},firstFocusableButton(){return this.menuButtons.find(n=>{var e;return!((e=n.isDisabled)!=null&&e.call(n,this.editor))})}},methods:{findSiblings(n,e){let t=e==="previous"?n.previousElementSibling:n.nextElementSibling;return t!=null&&t.hasAttribute("disabled")&&(t=this.findSiblings(t,e)),t},setFocusToSibling(n,e){const t=this.findSiblings(e.target,n);t&&t.focus()},updateTabIndex(n){n||(n=this.firstFocusableButton.id),this.$refs.menuButton.forEach(e=>{e.id===n?e.tabindex=0:e.tabindex=-1})}}},Rg=["aria-label","aria-controls"];function Bg(n,e,t,r,i,s){const o=On("TextEditorButton");return Xe(),at("div",{class:"mds-text-editor__menu",role:"toolbar","aria-label":s.i18nText.toolbarLabel,"aria-controls":s.id},[(Xe(!0),at(Sc,null,wc(s.menuButtons,l=>{var a,c,u;return Xe(),Mc(o,{ref_for:!0,ref:"menuButton",key:l.id,id:l.id,label:l.label,"icon-name":l.iconName,isActive:(a=l.isActive)==null?void 0:a.call(l,t.editor),disabled:(c=l.isDisabled)==null?void 0:c.call(l,t.editor),initialTabindex:s.firstFocusableButton.id===l.id?0:-1,"aria-pressed":l.id==="undo"||l.id==="redo"?null:(u=l.isActive)==null?void 0:u.call(l,t.editor),onClick:d=>l.onClick(t.editor),onKeyup:[e[0]||(e[0]=Un(d=>s.setFocusToSibling("previous",d),["left"])),e[1]||(e[1]=Un(d=>s.setFocusToSibling("previous",d),["up"])),e[2]||(e[2]=Un(d=>s.setFocusToSibling("next",d),["right"])),e[3]||(e[3]=Un(d=>s.setFocusToSibling("next",d),["down"]))],onUpdateTabIndex:s.updateTabIndex},null,8,["id","label","icon-name","isActive","disabled","initialTabindex","aria-pressed","onClick","onUpdateTabIndex"])}),128))],8,Rg)}var Lg=zn(Pg,[["render",Bg]]);const zg={name:"TextEditorContent",components:{EditorContent:wg,TextEditorToolbar:Lg},props:{modelValue:{type:String,default:""}},inject:["id"],emits:["update:modelValue"],data(){return{editor:null}},watch:{modelValue(n){this.editor.getHTML()!==n&&this.editor.commands.setContent(n,!1)}},mounted(){this.editor=new Sg({extensions:[_p],editorProps:{attributes:{class:"mds-text-editor__content mds-edited-text",id:this.id,role:"textbox",["aria-labelledby"]:`text-editor-label-${this.id}`}},content:this.modelValue,onUpdate:()=>{this.$emit("update:modelValue",this.editor.getHTML())}})},beforeUnmount(){this.editor.destroy()}},Fg={key:0,class:"mds-text-editor"};function Vg(n,e,t,r,i,s){const o=On("TextEditorToolbar"),l=On("EditorContent");return i.editor?(Xe(),at("div",Fg,[lr(o,{editor:i.editor},null,8,["editor"]),lr(l,{editor:i.editor},null,8,["editor"])])):Uo("",!0)}var Hg=zn(zg,[["render",Vg]]);const $g={name:"TextEditor",components:{TextEditorContent:Hg},props:{editorid:{type:String,required:!0},iconpath:{type:String,default:"/assets/icons.svg"},menuButtons:{type:String,default:""},i18n:{type:String,default:""},value:{type:String,default:""}},data(){return{content:this.value}},computed:{customMenuButtons(){return this.menuButtons?JSON.parse(this.menuButtons):null},i18nText(){return this.i18n?JSON.parse(this.i18n):{toolbarLabel:"Text formatting"}}},provide(){return{iconPath:this.iconpath,id:this.editorid,customMenuButtons:this.customMenuButtons,i18nText:this.i18nText}},mounted(){const n=document.querySelector(`#text-editor-fallback-${this.editorid}`);n&&n.remove()}},jg=["name","value"];function Wg(n,e,t,r,i,s){const o=On("TextEditorContent");return Xe(),at("div",null,[lr(o,{modelValue:i.content,"onUpdate:modelValue":e[0]||(e[0]=l=>i.content=l)},null,8,["modelValue"]),Jo("input",{type:"hidden",name:t.editorid,value:i.content},null,8,jg)])}var qg=zn($g,[["render",Wg]]);const Jg=Cc(qg,{shadowRoot:!1});export{Jg as default};