@vonage/vivid 5.14.0 → 5.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled/base-color-picker.js +2 -2
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/localized.js +1 -0
- package/bundled/slottable-request.js +1 -0
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +477 -203
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/index.cjs +1 -0
- package/index.js +1 -1
- package/lib/rich-text-editor/rte/exports.d.ts +1 -0
- package/lib/rich-text-editor/rte/features/keyboard-shortcuts.d.ts +16 -0
- package/lib/rich-text-editor/rte/instance.d.ts +2 -1
- package/package.json +4 -4
- package/rich-text-editor/definition.cjs +49 -20
- package/rich-text-editor/definition.js +49 -21
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +444 -424
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/unbundled/base-color-picker.cjs +2 -2
- package/unbundled/base-color-picker.js +2 -2
- package/unbundled/localized.cjs +1 -0
- package/unbundled/localized.js +1 -0
- package/unbundled/slottable-request.cjs +1 -0
- package/unbundled/slottable-request.js +1 -0
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +32 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ne=require("../bundled/vivid-element.cjs"),m=require("../bundled/slottable-request.cjs"),Jl=require("../bundled/localized.cjs"),Ui=require("../bundled/ref.cjs"),Tn=require("../bundled/definition9.cjs"),Gl=require("../bundled/definition15.cjs"),Qo=require("../bundled/definition19.cjs"),Jr=require("../bundled/definition12.cjs"),es=require("../bundled/definition11.cjs"),ts=require("../bundled/definition6.cjs"),ns=require("../bundled/definition7.cjs"),rs=require("../bundled/definition10.cjs"),is=require("../bundled/definition16.cjs"),ss=require("../bundled/definition3.cjs"),jl=require("../bundled/divider.cjs"),Yl=require("../bundled/mixins.cjs"),Xl=":host{display:block}.rte{display:flex;flex-direction:column;block-size:100%}.editor{display:contents}.editor-viewport{position:relative;overflow:hidden;flex:1;contain:layout}.editor-scroll-area{--editor-padding-block: 8px;--editor-padding-inline: 16px;display:flex;flex-direction:column;background-color:var(--vvd-color-canvas);block-size:100%;color:var(--vvd-color-canvas-text);font:var(--vvd-typography-base);overflow-y:auto;--scrollbar-track-color: transparent;--scrollbar-thumb-color: color-mix(in srgb, var(--vvd-color-neutral-950), transparent 70%)}.editor-scroll-area{scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color);scrollbar-width:thin}.editor-scroll-area ::-webkit-scrollbar{width:4px}.editor-scroll-area ::-webkit-scrollbar-track{background:var(--scrollbar-track-color)}.editor-scroll-area ::-webkit-scrollbar-thumb{border:0;border-radius:4px;background-color:var(--scrollbar-fallback-track-color, var(--scrollbar-thumb-color))}.popovers--disabled>*{display:none!important}",ls=65535,as=Math.pow(2,16);function Zl(r,e){return r+e*as}function $i(r){return r&ls}function Ql(r){return(r-(r&ls))/as}const cs=1,us=2,gn=4,ds=8;class Dr{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&ds)>0}get deletedBefore(){return(this.delInfo&(cs|gn))>0}get deletedAfter(){return(this.delInfo&(us|gn))>0}get deletedAcross(){return(this.delInfo&gn)>0}}class pe{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&pe.empty)return pe.empty}recover(e){let t=0,n=$i(e);if(!this.inverted)for(let i=0;i<n;i++)t+=this.ranges[i*3+2]-this.ranges[i*3+1];return this.ranges[n*3]+t+Ql(e)}mapResult(e,t=1){return this._map(e,t,!1)}map(e,t=1){return this._map(e,t,!0)}_map(e,t,n){let i=0,o=this.inverted?2:1,s=this.inverted?1:2;for(let l=0;l<this.ranges.length;l+=3){let a=this.ranges[l]-(this.inverted?i:0);if(a>e)break;let c=this.ranges[l+o],u=this.ranges[l+s],d=a+c;if(e<=d){let f=c?e==a?-1:e==d?1:t:t,h=a+i+(f<0?0:u);if(n)return h;let p=e==(t<0?a:d)?null:Zl(l/3,e-a),b=e==a?us:e==d?cs:gn;return(t<0?e!=a:e!=d)&&(b|=ds),new Dr(h,b,p)}i+=u-c}return n?e+i:new Dr(e+i,0,null)}touches(e,t){let n=0,i=$i(t),o=this.inverted?2:1,s=this.inverted?1:2;for(let l=0;l<this.ranges.length;l+=3){let a=this.ranges[l]-(this.inverted?n:0);if(a>e)break;let c=this.ranges[l+o],u=a+c;if(e<=u&&l==i*3)return!0;n+=this.ranges[l+s]-c}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let i=0,o=0;i<this.ranges.length;i+=3){let s=this.ranges[i],l=s-(this.inverted?o:0),a=s+(this.inverted?0:o),c=this.ranges[i+t],u=this.ranges[i+n];e(l,l+c,a,a+u),o+=u-c}}invert(){return new pe(this.ranges,!this.inverted)}toString(){return(this.inverted?"-":"")+JSON.stringify(this.ranges)}static offset(e){return e==0?pe.empty:new pe(e<0?[0,-e,0]:[0,0,e])}}pe.empty=new pe([]);class Jt{constructor(e,t,n=0,i=e?e.length:0){this.mirror=t,this.from=n,this.to=i,this._maps=e||[],this.ownData=!(e||t)}get maps(){return this._maps}slice(e=0,t=this.maps.length){return new Jt(this._maps,this.mirror,e,t)}appendMap(e,t){this.ownData||(this._maps=this._maps.slice(),this.mirror=this.mirror&&this.mirror.slice(),this.ownData=!0),this.to=this._maps.push(e),t!=null&&this.setMirror(this._maps.length-1,t)}appendMapping(e){for(let t=0,n=this._maps.length;t<e._maps.length;t++){let i=e.getMirror(t);this.appendMap(e._maps[t],i!=null&&i<t?n+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,n=this._maps.length+e._maps.length;t>=0;t--){let i=e.getMirror(t);this.appendMap(e._maps[t].invert(),i!=null&&i>t?n-i-1:void 0)}}invert(){let e=new Jt;return e.appendMappingInverted(this),e}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let n=this.from;n<this.to;n++)e=this._maps[n].map(e,t);return e}mapResult(e,t=1){return this._map(e,t,!1)}_map(e,t,n){let i=0;for(let o=this.from;o<this.to;o++){let s=this._maps[o],l=s.mapResult(e,t);if(l.recover!=null){let a=this.getMirror(o);if(a!=null&&a>o&&a<this.to){o=a,e=this._maps[a].recover(l.recover);continue}}i|=l.delInfo,e=l.pos}return n?e:new Dr(e,i,null)}}const Qn=Object.create(null);class re{getMap(){return pe.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw new RangeError("Invalid input for Step.fromJSON");let n=Qn[t.stepType];if(!n)throw new RangeError(`No step type ${t.stepType} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in Qn)throw new RangeError("Duplicate use of step JSON ID "+e);return Qn[e]=t,t.prototype.jsonID=e,t}}class z{constructor(e,t){this.doc=e,this.failed=t}static ok(e){return new z(e,null)}static fail(e){return new z(null,e)}static fromReplace(e,t,n,i){try{return z.ok(e.replace(t,n,i))}catch(o){if(o instanceof m.ReplaceError)return z.fail(o.message);throw o}}}function Gr(r,e,t){let n=[];for(let i=0;i<r.childCount;i++){let o=r.child(i);o.content.size&&(o=o.copy(Gr(o.content,e,o))),o.isInline&&(o=e(o,t,i)),n.push(o)}return m.Fragment.fromArray(n)}class $e extends re{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=e.resolve(this.from),i=n.node(n.sharedDepth(this.to)),o=new m.Slice(Gr(t.content,(s,l)=>!s.isAtom||!l.type.allowsMarkType(this.mark.type)?s:s.mark(this.mark.addToSet(s.marks)),i),t.openStart,t.openEnd);return z.fromReplace(e,this.from,this.to,o)}invert(){return new be(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1);return t.deleted&&n.deleted||t.pos>=n.pos?null:new $e(t.pos,n.pos,this.mark)}merge(e){return e instanceof $e&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new $e(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 $e(t.from,t.to,e.markFromJSON(t.mark))}}re.jsonID("addMark",$e);class be extends re{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new m.Slice(Gr(t.content,i=>i.mark(this.mark.removeFromSet(i.marks)),e),t.openStart,t.openEnd);return z.fromReplace(e,this.from,this.to,n)}invert(){return new $e(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1);return t.deleted&&n.deleted||t.pos>=n.pos?null:new be(t.pos,n.pos,this.mark)}merge(e){return e instanceof be&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new be(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 be(t.from,t.to,e.markFromJSON(t.mark))}}re.jsonID("removeMark",be);class qe extends re{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return z.fail("No node at mark step's position");let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return z.fromReplace(e,this.pos,this.pos+1,new m.Slice(m.Fragment.from(n),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);if(t){let n=this.mark.addToSet(t.marks);if(n.length==t.marks.length){for(let i=0;i<t.marks.length;i++)if(!t.marks[i].isInSet(n))return new qe(this.pos,t.marks[i]);return new qe(this.pos,this.mark)}}return new lt(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new qe(t.pos,this.mark)}toJSON(){return{stepType:"addNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for AddNodeMarkStep.fromJSON");return new qe(t.pos,e.markFromJSON(t.mark))}}re.jsonID("addNodeMark",qe);class lt extends re{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return z.fail("No node at mark step's position");let n=t.type.create(t.attrs,null,this.mark.removeFromSet(t.marks));return z.fromReplace(e,this.pos,this.pos+1,new m.Slice(m.Fragment.from(n),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);return!t||!this.mark.isInSet(t.marks)?this:new qe(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new lt(t.pos,this.mark)}toJSON(){return{stepType:"removeNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for RemoveNodeMarkStep.fromJSON");return new lt(t.pos,e.markFromJSON(t.mark))}}re.jsonID("removeNodeMark",lt);class Z extends re{constructor(e,t,n,i=!1){super(),this.from=e,this.to=t,this.slice=n,this.structure=i}apply(e){return this.structure&&wr(e,this.from,this.to)?z.fail("Structure replace would overwrite content"):z.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new pe([this.from,this.to-this.from,this.slice.size])}invert(e){return new Z(this.from,this.from+this.slice.size,e.slice(this.from,this.to))}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1);return t.deletedAcross&&n.deletedAcross?null:new Z(t.pos,Math.max(t.pos,n.pos),this.slice,this.structure)}merge(e){if(!(e instanceof Z)||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?m.Slice.empty:new m.Slice(this.slice.content.append(e.slice.content),this.slice.openStart,e.slice.openEnd);return new Z(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?m.Slice.empty:new m.Slice(e.slice.content.append(this.slice.content),e.slice.openStart,this.slice.openEnd);return new Z(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 Z(t.from,t.to,m.Slice.fromJSON(e,t.slice),!!t.structure)}}re.jsonID("replace",Z);class ee extends re{constructor(e,t,n,i,o,s,l=!1){super(),this.from=e,this.to=t,this.gapFrom=n,this.gapTo=i,this.slice=o,this.insert=s,this.structure=l}apply(e){if(this.structure&&(wr(e,this.from,this.gapFrom)||wr(e,this.gapTo,this.to)))return z.fail("Structure gap-replace would overwrite content");let t=e.slice(this.gapFrom,this.gapTo);if(t.openStart||t.openEnd)return z.fail("Gap is not a flat range");let n=this.slice.insertAt(this.insert,t.content);return n?z.fromReplace(e,this.from,this.to,n):z.fail("Content does not fit in gap")}getMap(){return new pe([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 ee(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),n=e.mapResult(this.to,-1),i=this.from==this.gapFrom?t.pos:e.map(this.gapFrom,-1),o=this.to==this.gapTo?n.pos:e.map(this.gapTo,1);return t.deletedAcross&&n.deletedAcross||i<t.pos||o>n.pos?null:new ee(t.pos,n.pos,i,o,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:"replaceAround",from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,t){if(typeof t.from!="number"||typeof t.to!="number"||typeof t.gapFrom!="number"||typeof t.gapTo!="number"||typeof t.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new ee(t.from,t.to,t.gapFrom,t.gapTo,m.Slice.fromJSON(e,t.slice),t.insert,!!t.structure)}}re.jsonID("replaceAround",ee);function wr(r,e,t){let n=r.resolve(e),i=t-e,o=n.depth;for(;i>0&&o>0&&n.indexAfter(o)==n.node(o).childCount;)o--,i--;if(i>0){let s=n.node(o).maybeChild(n.indexAfter(o));for(;i>0;){if(!s||s.isLeaf)return!0;s=s.firstChild,i--}}return!1}function ea(r,e,t,n){let i=[],o=[],s,l;r.doc.nodesBetween(e,t,(a,c,u)=>{if(!a.isInline)return;let d=a.marks;if(!n.isInSet(d)&&u.type.allowsMarkType(n.type)){let f=Math.max(c,e),h=Math.min(c+a.nodeSize,t),p=n.addToSet(d);for(let b=0;b<d.length;b++)d[b].isInSet(p)||(s&&s.to==f&&s.mark.eq(d[b])?s.to=h:i.push(s=new be(f,h,d[b])));l&&l.to==f?l.to=h:o.push(l=new $e(f,h,n))}}),i.forEach(a=>r.step(a)),o.forEach(a=>r.step(a))}function ta(r,e,t,n){let i=[],o=0;r.doc.nodesBetween(e,t,(s,l)=>{if(!s.isInline)return;o++;let a=null;if(n instanceof m.MarkType){let c=s.marks,u;for(;u=n.isInSet(c);)(a||(a=[])).push(u),c=u.removeFromSet(c)}else n?n.isInSet(s.marks)&&(a=[n]):a=s.marks;if(a&&a.length){let c=Math.min(l+s.nodeSize,t);for(let u=0;u<a.length;u++){let d=a[u],f;for(let h=0;h<i.length;h++){let p=i[h];p.step==o-1&&d.eq(i[h].style)&&(f=p)}f?(f.to=c,f.step=o):i.push({style:d,from:Math.max(l,e),to:c,step:o})}}}),i.forEach(s=>r.step(new be(s.from,s.to,s.style)))}function jr(r,e,t,n=t.contentMatch,i=!0){let o=r.doc.nodeAt(e),s=[],l=e+1;for(let a=0;a<o.childCount;a++){let c=o.child(a),u=l+c.nodeSize,d=n.matchType(c.type);if(!d)s.push(new Z(l,u,m.Slice.empty));else{n=d;for(let f=0;f<c.marks.length;f++)t.allowsMarkType(c.marks[f].type)||r.step(new be(l,u,c.marks[f]));if(i&&c.isText&&t.whitespace!="pre"){let f,h=/\r?\n|\r/g,p;for(;f=h.exec(c.text);)p||(p=new m.Slice(m.Fragment.from(t.schema.text(" ",t.allowedMarks(c.marks))),0,0)),s.push(new Z(l+f.index,l+f.index+f[0].length,p))}}l=u}if(!n.validEnd){let a=n.fillBefore(m.Fragment.empty,!0);r.replace(l,l,new m.Slice(a,0,0))}for(let a=s.length-1;a>=0;a--)r.step(s[a])}function na(r,e,t){return(e==0||r.canReplace(e,r.childCount))&&(t==r.childCount||r.canReplace(0,t))}function Yr(r){let t=r.parent.content.cutByIndex(r.startIndex,r.endIndex);for(let n=r.depth,i=0,o=0;;--n){let s=r.$from.node(n),l=r.$from.index(n)+i,a=r.$to.indexAfter(n)-o;if(n<r.depth&&s.canReplace(l,a,t))return n;if(n==0||s.type.spec.isolating||!na(s,l,a))break;l&&(i=1),a<s.childCount&&(o=1)}return null}function ra(r,e,t){let{$from:n,$to:i,depth:o}=e,s=n.before(o+1),l=i.after(o+1),a=s,c=l,u=m.Fragment.empty,d=0;for(let p=o,b=!1;p>t;p--)b||n.index(p)>0?(b=!0,u=m.Fragment.from(n.node(p).copy(u)),d++):a--;let f=m.Fragment.empty,h=0;for(let p=o,b=!1;p>t;p--)b||i.after(p+1)<i.end(p)?(b=!0,f=m.Fragment.from(i.node(p).copy(f)),h++):c++;r.step(new ee(a,c,s,l,new m.Slice(u.append(f),d,h),u.size-d,!0))}function ia(r,e,t){let n=m.Fragment.empty;for(let s=t.length-1;s>=0;s--){if(n.size){let l=t[s].type.contentMatch.matchFragment(n);if(!l||!l.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}n=m.Fragment.from(t[s].type.create(t[s].attrs,n))}let i=e.start,o=e.end;r.step(new ee(i,o,i,o,new m.Slice(n,0,0),t.length,!0))}function oa(r,e,t,n,i){if(!n.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let o=r.steps.length;r.doc.nodesBetween(e,t,(s,l)=>{let a=typeof i=="function"?i(s):i;if(s.isTextblock&&!s.hasMarkup(n,a)&&sa(r.doc,r.mapping.slice(o).map(l),n)){let c=null;if(n.schema.linebreakReplacement){let h=n.whitespace=="pre",p=!!n.contentMatch.matchType(n.schema.linebreakReplacement);h&&!p?c=!1:!h&&p&&(c=!0)}c===!1&&hs(r,s,l,o),jr(r,r.mapping.slice(o).map(l,1),n,void 0,c===null);let u=r.mapping.slice(o),d=u.map(l,1),f=u.map(l+s.nodeSize,1);return r.step(new ee(d,f,d+1,f-1,new m.Slice(m.Fragment.from(n.create(a,null,s.marks)),0,0),1,!0)),c===!0&&fs(r,s,l,o),!1}})}function fs(r,e,t,n){e.forEach((i,o)=>{if(i.isText){let s,l=/\r?\n|\r/g;for(;s=l.exec(i.text);){let a=r.mapping.slice(n).map(t+1+o+s.index);r.replaceWith(a,a+1,e.type.schema.linebreakReplacement.create())}}})}function hs(r,e,t,n){e.forEach((i,o)=>{if(i.type==i.type.schema.linebreakReplacement){let s=r.mapping.slice(n).map(t+1+o);r.replaceWith(s,s+1,e.type.schema.text(`
|
|
2
|
-
`))}})}function sa(r,e,t){let n=r.resolve(e),i=n.index();return n.parent.canReplaceWith(i,i+1,t)}function la(r,e,t,n,i){let o=r.doc.nodeAt(e);if(!o)throw new RangeError("No node at given position");t||(t=o.type);let s=t.create(n,null,i||o.marks);if(o.isLeaf)return r.replaceWith(e,e+o.nodeSize,s);if(!t.validContent(o.content))throw new RangeError("Invalid content for node type "+t.name);r.step(new ee(e,e+o.nodeSize,e+1,e+o.nodeSize-1,new m.Slice(m.Fragment.from(s),0,0),1,!0))}function bn(r,e,t=1,n){let i=r.resolve(e),o=i.depth-t,s=n&&n[n.length-1]||i.parent;if(o<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!s.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let c=i.depth-1,u=t-2;c>o;c--,u--){let d=i.node(c),f=i.index(c);if(d.type.spec.isolating)return!1;let h=d.content.cutByIndex(f,d.childCount),p=n&&n[u+1];p&&(h=h.replaceChild(0,p.type.create(p.attrs)));let b=n&&n[u]||d;if(!d.canReplace(f+1,d.childCount)||!b.type.validContent(h))return!1}let l=i.indexAfter(o),a=n&&n[0];return i.node(o).canReplaceWith(l,l,a?a.type:i.node(o+1).type)}function aa(r,e,t=1,n){let i=r.doc.resolve(e),o=m.Fragment.empty,s=m.Fragment.empty;for(let l=i.depth,a=i.depth-t,c=t-1;l>a;l--,c--){o=m.Fragment.from(i.node(l).copy(o));let u=n&&n[c];s=m.Fragment.from(u?u.type.create(u.attrs,s):i.node(l).copy(s))}r.step(new Z(e,e,new m.Slice(o.append(s),t,t),!0))}function Xr(r,e){let t=r.resolve(e),n=t.index();return ua(t.nodeBefore,t.nodeAfter)&&t.parent.canReplace(n,n+1)}function ca(r,e){e.content.size||r.type.compatibleContent(e.type);let t=r.contentMatchAt(r.childCount),{linebreakReplacement:n}=r.type.schema;for(let i=0;i<e.childCount;i++){let o=e.child(i),s=o.type==n?r.type.schema.nodes.text:o.type;if(t=t.matchType(s),!t||!r.type.allowsMarks(o.marks))return!1}return t.validEnd}function ua(r,e){return!!(r&&e&&!r.isLeaf&&ca(r,e))}function da(r,e,t){let n=null,{linebreakReplacement:i}=r.doc.type.schema,o=r.doc.resolve(e-t),s=o.node().type;if(i&&s.inlineContent){let u=s.whitespace=="pre",d=!!s.contentMatch.matchType(i);u&&!d?n=!1:!u&&d&&(n=!0)}let l=r.steps.length;if(n===!1){let u=r.doc.resolve(e+t);hs(r,u.node(),u.before(),l)}s.inlineContent&&jr(r,e+t-1,s,o.node().contentMatchAt(o.index()),n==null);let a=r.mapping.slice(l),c=a.map(e-t);if(r.step(new Z(c,a.map(e+t,-1),m.Slice.empty,!0)),n===!0){let u=r.doc.resolve(c);fs(r,u.node(),u.before(),r.steps.length)}return r}function fa(r,e,t){let n=r.resolve(e);if(n.parent.canReplaceWith(n.index(),n.index(),t))return e;if(n.parentOffset==0)for(let i=n.depth-1;i>=0;i--){let o=n.index(i);if(n.node(i).canReplaceWith(o,o,t))return n.before(i+1);if(o>0)return null}if(n.parentOffset==n.parent.content.size)for(let i=n.depth-1;i>=0;i--){let o=n.indexAfter(i);if(n.node(i).canReplaceWith(o,o,t))return n.after(i+1);if(o<n.node(i).childCount)return null}return null}function Zr(r,e,t){let n=r.resolve(e);if(!t.content.size)return e;let i=t.content;for(let o=0;o<t.openStart;o++)i=i.firstChild.content;for(let o=1;o<=(t.openStart==0&&t.size?2:1);o++)for(let s=n.depth;s>=0;s--){let l=s==n.depth?0:n.pos<=(n.start(s+1)+n.end(s+1))/2?-1:1,a=n.index(s)+(l>0?1:0),c=n.node(s),u=!1;if(o==1)u=c.canReplace(a,a,i);else{let d=c.contentMatchAt(a).findWrapping(i.firstChild.type);u=d&&c.canReplaceWith(a,a,d[0])}if(u)return l==0?n.pos:l<0?n.before(s+1):n.after(s+1)}return null}function Qr(r,e,t=e,n=m.Slice.empty){if(e==t&&!n.size)return null;let i=r.resolve(e),o=r.resolve(t);return ps(i,o,n)?new Z(e,t,n):new ha(i,o,n).fit()}function ps(r,e,t){return!t.openStart&&!t.openEnd&&r.start()==e.start()&&r.parent.canReplace(r.index(),e.index(),t.content)}class ha{constructor(e,t,n){this.$from=e,this.$to=t,this.unplaced=n,this.frontier=[],this.placed=m.Fragment.empty;for(let i=0;i<=e.depth;i++){let o=e.node(i);this.frontier.push({type:o.type,match:o.contentMatchAt(e.indexAfter(i))})}for(let i=e.depth;i>0;i--)this.placed=m.Fragment.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,n=this.$from,i=this.close(e<0?this.$to:n.doc.resolve(e));if(!i)return null;let o=this.placed,s=n.depth,l=i.depth;for(;s&&l&&o.childCount==1;)o=o.firstChild.content,s--,l--;let a=new m.Slice(o,s,l);return e>-1?new ee(n.pos,e,this.$to.pos,this.$to.end(),a,t):a.size||n.pos!=this.$to.pos?new Z(n.pos,i.pos,a):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,n=0,i=this.unplaced.openEnd;n<e;n++){let o=t.firstChild;if(t.childCount>1&&(i=0),o.type.spec.isolating&&i<=n){e=n;break}t=o.content}for(let t=1;t<=2;t++)for(let n=t==1?e:this.unplaced.openStart;n>=0;n--){let i,o=null;n?(o=er(this.unplaced.content,n-1).firstChild,i=o.content):i=this.unplaced.content;let s=i.firstChild;for(let l=this.depth;l>=0;l--){let{type:a,match:c}=this.frontier[l],u,d=null;if(t==1&&(s?c.matchType(s.type)||(d=c.fillBefore(m.Fragment.from(s),!1)):o&&a.compatibleContent(o.type)))return{sliceDepth:n,frontierDepth:l,parent:o,inject:d};if(t==2&&s&&(u=c.findWrapping(s.type)))return{sliceDepth:n,frontierDepth:l,parent:o,wrap:u};if(o&&c.matchType(o.type))break}}}openMore(){let{content:e,openStart:t,openEnd:n}=this.unplaced,i=er(e,t);return!i.childCount||i.firstChild.isLeaf?!1:(this.unplaced=new m.Slice(e,t+1,Math.max(n,i.size+t>=e.size-n?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:n}=this.unplaced,i=er(e,t);if(i.childCount<=1&&t>0){let o=e.size-t<=t+i.size;this.unplaced=new m.Slice(Vt(e,t-1,1),t-1,o?t-1:n)}else this.unplaced=new m.Slice(Vt(e,t,1),t,n)}placeNodes({sliceDepth:e,frontierDepth:t,parent:n,inject:i,wrap:o}){for(;this.depth>t;)this.closeFrontierNode();if(o)for(let b=0;b<o.length;b++)this.openFrontierNode(o[b]);let s=this.unplaced,l=n?n.content:s.content,a=s.openStart-e,c=0,u=[],{match:d,type:f}=this.frontier[t];if(i){for(let b=0;b<i.childCount;b++)u.push(i.child(b));d=d.matchFragment(i)}let h=l.size+e-(s.content.size-s.openEnd);for(;c<l.childCount;){let b=l.child(c),y=d.matchType(b.type);if(!y)break;c++,(c>1||a==0||b.content.size)&&(d=y,u.push(ms(b.mark(f.allowedMarks(b.marks)),c==1?a:0,c==l.childCount?h:-1)))}let p=c==l.childCount;p||(h=-1),this.placed=Ht(this.placed,t,m.Fragment.from(u)),this.frontier[t].match=d,p&&h<0&&n&&n.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let b=0,y=l;b<h;b++){let T=y.lastChild;this.frontier.push({type:T.type,match:T.contentMatchAt(T.childCount)}),y=T.content}this.unplaced=p?e==0?m.Slice.empty:new m.Slice(Vt(s.content,e-1,1),e-1,h<0?s.openEnd:e-1):new m.Slice(Vt(s.content,e,c),s.openStart,s.openEnd)}mustMoveInline(){if(!this.$to.parent.isTextblock)return-1;let e=this.frontier[this.depth],t;if(!e.type.isTextblock||!tr(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:n}=this.$to,i=this.$to.after(n);for(;n>1&&i==this.$to.end(--n);)++i;return i}findCloseLevel(e){e:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:n,type:i}=this.frontier[t],o=t<e.depth&&e.end(t+1)==e.pos+(e.depth-(t+1)),s=tr(e,t,i,n,o);if(s){for(let l=t-1;l>=0;l--){let{match:a,type:c}=this.frontier[l],u=tr(e,l,c,a,!0);if(!u||u.childCount)continue e}return{depth:t,fit:s,move:o?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=Ht(this.placed,t.depth,t.fit)),e=t.move;for(let n=t.depth+1;n<=e.depth;n++){let i=e.node(n),o=i.type.contentMatch.fillBefore(i.content,!0,e.index(n));this.openFrontierNode(i.type,i.attrs,o)}return e}openFrontierNode(e,t=null,n){let i=this.frontier[this.depth];i.match=i.match.matchType(e),this.placed=Ht(this.placed,this.depth,m.Fragment.from(e.create(t,n))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let t=this.frontier.pop().match.fillBefore(m.Fragment.empty,!0);t.childCount&&(this.placed=Ht(this.placed,this.frontier.length,t))}}function Vt(r,e,t){return e==0?r.cutByIndex(t,r.childCount):r.replaceChild(0,r.firstChild.copy(Vt(r.firstChild.content,e-1,t)))}function Ht(r,e,t){return e==0?r.append(t):r.replaceChild(r.childCount-1,r.lastChild.copy(Ht(r.lastChild.content,e-1,t)))}function er(r,e){for(let t=0;t<e;t++)r=r.firstChild.content;return r}function ms(r,e,t){if(e<=0)return r;let n=r.content;return e>1&&(n=n.replaceChild(0,ms(n.firstChild,e-1,n.childCount==1?t-1:0))),e>0&&(n=r.type.contentMatch.fillBefore(n).append(n),t<=0&&(n=n.append(r.type.contentMatch.matchFragment(n).fillBefore(m.Fragment.empty,!0)))),r.copy(n)}function tr(r,e,t,n,i){let o=r.node(e),s=i?r.indexAfter(e):r.index(e);if(s==o.childCount&&!t.compatibleContent(o.type))return null;let l=n.fillBefore(o.content,!0,s);return l&&!pa(t,o.content,s)?l:null}function pa(r,e,t){for(let n=t;n<e.childCount;n++)if(!r.allowsMarks(e.child(n).marks))return!0;return!1}function ma(r){return r.spec.defining||r.spec.definingForContent}function ga(r,e,t,n){if(!n.size)return r.deleteRange(e,t);let i=r.doc.resolve(e),o=r.doc.resolve(t);if(ps(i,o,n))return r.step(new Z(e,t,n));let s=bs(i,o);s[s.length-1]==0&&s.pop();let l=-(i.depth+1);s.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;s.indexOf(f)>-1?l=f:i.before(f)==h&&s.splice(1,0,-f)}let a=s.indexOf(l),c=[],u=n.openStart;for(let f=n.content,h=0;;h++){let p=f.firstChild;if(c.push(p),h==n.openStart)break;f=p.content}for(let f=u-1;f>=0;f--){let h=c[f],p=ma(h.type);if(p&&!h.sameMarkup(i.node(Math.abs(l)-1)))u=f;else if(p||!h.type.isTextblock)break}for(let f=n.openStart;f>=0;f--){let h=(f+u+1)%(n.openStart+1),p=c[h];if(p)for(let b=0;b<s.length;b++){let y=s[(b+a)%s.length],T=!0;y<0&&(T=!1,y=-y);let A=i.node(y-1),w=i.index(y-1);if(A.canReplaceWith(w,w,p.type,p.marks))return r.replace(i.before(y),T?o.after(y):t,new m.Slice(gs(n.content,0,n.openStart,h),h,n.openEnd))}}let d=r.steps.length;for(let f=s.length-1;f>=0&&(r.replace(e,t,n),!(r.steps.length>d));f--){let h=s[f];h<0||(e=i.before(h),t=o.after(h))}}function gs(r,e,t,n,i){if(e<t){let o=r.firstChild;r=r.replaceChild(0,o.copy(gs(o.content,e+1,t,n,o)))}if(e>n){let o=i.contentMatchAt(0),s=o.fillBefore(r).append(r);r=s.append(o.matchFragment(s).fillBefore(m.Fragment.empty,!0))}return r}function ba(r,e,t,n){if(!n.isInline&&e==t&&r.doc.resolve(e).parent.content.size){let i=fa(r.doc,e,n.type);i!=null&&(e=t=i)}r.replaceRange(e,t,new m.Slice(m.Fragment.from(n),0,0))}function ya(r,e,t){let n=r.doc.resolve(e),i=r.doc.resolve(t),o=bs(n,i);for(let s=0;s<o.length;s++){let l=o[s],a=s==o.length-1;if(a&&l==0||n.node(l).type.contentMatch.validEnd)return r.delete(n.start(l),i.end(l));if(l>0&&(a||n.node(l-1).canReplace(n.index(l-1),i.indexAfter(l-1))))return r.delete(n.before(l),i.after(l))}for(let s=1;s<=n.depth&&s<=i.depth;s++)if(e-n.start(s)==n.depth-s&&t>n.end(s)&&i.end(s)-t!=i.depth-s&&n.start(s-1)==i.start(s-1)&&n.node(s-1).canReplace(n.index(s-1),i.index(s-1)))return r.delete(n.before(s),t);r.delete(e,t)}function bs(r,e){let t=[],n=Math.min(r.depth,e.depth);for(let i=n;i>=0;i--){let o=r.start(i);if(o<r.pos-(r.depth-i)||e.end(i)>e.pos+(e.depth-i)||r.node(i).type.spec.isolating||e.node(i).type.spec.isolating)break;(o==e.start(i)||i==r.depth&&i==e.depth&&r.parent.inlineContent&&e.parent.inlineContent&&i&&e.start(i-1)==o-1)&&t.push(i)}return t}class xt extends re{constructor(e,t,n){super(),this.pos=e,this.attr=t,this.value=n}apply(e){let t=e.nodeAt(this.pos);if(!t)return z.fail("No node at attribute step's position");let n=Object.create(null);for(let o in t.attrs)n[o]=t.attrs[o];n[this.attr]=this.value;let i=t.type.create(n,null,t.marks);return z.fromReplace(e,this.pos,this.pos+1,new m.Slice(m.Fragment.from(i),0,t.isLeaf?0:1))}getMap(){return pe.empty}invert(e){return new xt(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new xt(t.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.pos!="number"||typeof t.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new xt(t.pos,t.attr,t.value)}}re.jsonID("attr",xt);class Gt extends re{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let i in e.attrs)t[i]=e.attrs[i];t[this.attr]=this.value;let n=e.type.create(t,e.content,e.marks);return z.ok(n)}getMap(){return pe.empty}invert(e){return new Gt(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new Gt(t.attr,t.value)}}re.jsonID("docAttr",Gt);let Et=class extends Error{};Et=function r(e){let t=Error.call(this,e);return t.__proto__=r.prototype,t};Et.prototype=Object.create(Error.prototype);Et.prototype.constructor=Et;Et.prototype.name="TransformError";class ka{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Jt}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Et(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,n=m.Slice.empty){let i=Qr(this.doc,e,t,n);return i&&this.step(i),this}replaceWith(e,t,n){return this.replace(e,t,new m.Slice(m.Fragment.from(n),0,0))}delete(e,t){return this.replace(e,t,m.Slice.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,n){return ga(this,e,t,n),this}replaceRangeWith(e,t,n){return ba(this,e,t,n),this}deleteRange(e,t){return ya(this,e,t),this}lift(e,t){return ra(this,e,t),this}join(e,t=1){return da(this,e,t),this}wrap(e,t){return ia(this,e,t),this}setBlockType(e,t=e,n,i=null){return oa(this,e,t,n,i),this}setNodeMarkup(e,t,n=null,i){return la(this,e,t,n,i),this}setNodeAttribute(e,t,n){return this.step(new xt(e,t,n)),this}setDocAttribute(e,t){return this.step(new Gt(e,t)),this}addNodeMark(e,t){return this.step(new qe(e,t)),this}removeNodeMark(e,t){let n=this.doc.nodeAt(e);if(!n)throw new RangeError("No node at position "+e);if(t instanceof m.Mark)t.isInSet(n.marks)&&this.step(new lt(e,t));else{let i=n.marks,o,s=[];for(;o=t.isInSet(i);)s.push(new lt(e,o)),i=o.removeFromSet(i);for(let l=s.length-1;l>=0;l--)this.step(s[l])}return this}split(e,t=1,n){return aa(this,e,t,n),this}addMark(e,t,n){return ea(this,e,t,n),this}removeMark(e,t,n){return ta(this,e,t,n),this}clearIncompatible(e,t,n){return jr(this,e,t,n),this}}const nr=Object.create(null);class D{constructor(e,t,n){this.$anchor=e,this.$head=t,this.ranges=n||[new Sa(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=m.Slice.empty){let n=t.content.lastChild,i=null;for(let l=0;l<t.openEnd;l++)i=n,n=n.lastChild;let o=e.steps.length,s=this.ranges;for(let l=0;l<s.length;l++){let{$from:a,$to:c}=s[l],u=e.mapping.slice(o);e.replaceRange(u.map(a.pos),u.map(c.pos),l?m.Slice.empty:t),l==0&&Ji(e,o,(n?n.isInline:i&&i.isTextblock)?-1:1)}}replaceWith(e,t){let n=e.steps.length,i=this.ranges;for(let o=0;o<i.length;o++){let{$from:s,$to:l}=i[o],a=e.mapping.slice(n),c=a.map(s.pos),u=a.map(l.pos);o?e.deleteRange(c,u):(e.replaceRangeWith(c,u,t),Ji(e,n,t.isInline?-1:1))}}static findFrom(e,t,n=!1){let i=e.parent.inlineContent?new O(e):Tt(e.node(0),e.parent,e.pos,e.index(),t,n);if(i)return i;for(let o=e.depth-1;o>=0;o--){let s=t<0?Tt(e.node(0),e.node(o),e.before(o+1),e.index(o),t,n):Tt(e.node(0),e.node(o),e.after(o+1),e.index(o)+1,t,n);if(s)return s}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new G(e.node(0))}static atStart(e){return Tt(e,e,0,0,1)||new G(e)}static atEnd(e){return Tt(e,e,e.content.size,e.childCount,-1)||new G(e)}static fromJSON(e,t){if(!t||!t.type)throw new RangeError("Invalid input for Selection.fromJSON");let n=nr[t.type];if(!n)throw new RangeError(`No selection type ${t.type} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in nr)throw new RangeError("Duplicate use of selection JSON ID "+e);return nr[e]=t,t.prototype.jsonID=e,t}getBookmark(){return O.between(this.$anchor,this.$head).getBookmark()}}D.prototype.visible=!0;class Sa{constructor(e,t){this.$from=e,this.$to=t}}let qi=!1;function Ki(r){!qi&&!r.parent.inlineContent&&(qi=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+r.parent.type.name+")"))}class O extends D{constructor(e,t=e){Ki(e),Ki(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,t){let n=e.resolve(t.map(this.head));if(!n.parent.inlineContent)return D.near(n);let i=e.resolve(t.map(this.anchor));return new O(i.parent.inlineContent?i:n,n)}replace(e,t=m.Slice.empty){if(super.replace(e,t),t==m.Slice.empty){let n=this.$from.marksAcross(this.$to);n&&e.ensureMarks(n)}}eq(e){return e instanceof O&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new vn(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 O(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,n=t){let i=e.resolve(t);return new this(i,n==t?i:e.resolve(n))}static between(e,t,n){let i=e.pos-t.pos;if((!n||i)&&(n=i>=0?1:-1),!t.parent.inlineContent){let o=D.findFrom(t,n,!0)||D.findFrom(t,-n,!0);if(o)t=o.$head;else return D.near(t,n)}return e.parent.inlineContent||(i==0?e=t:(e=(D.findFrom(e,-n,!0)||D.findFrom(e,n,!0)).$anchor,e.pos<t.pos!=i<0&&(e=t))),new O(e,t)}}D.jsonID("text",O);class vn{constructor(e,t){this.anchor=e,this.head=t}map(e){return new vn(e.map(this.anchor),e.map(this.head))}resolve(e){return O.between(e.resolve(this.anchor),e.resolve(this.head))}}class M extends D{constructor(e){let t=e.nodeAfter,n=e.node(0).resolve(e.pos+t.nodeSize);super(e,n),this.node=t}map(e,t){let{deleted:n,pos:i}=t.mapResult(this.anchor),o=e.resolve(i);return n?D.near(o):new M(o)}content(){return new m.Slice(m.Fragment.from(this.node),0,0)}eq(e){return e instanceof M&&e.anchor==this.anchor}toJSON(){return{type:"node",anchor:this.anchor}}getBookmark(){return new ei(this.anchor)}static fromJSON(e,t){if(typeof t.anchor!="number")throw new RangeError("Invalid input for NodeSelection.fromJSON");return new M(e.resolve(t.anchor))}static create(e,t){return new M(e.resolve(t))}static isSelectable(e){return!e.isText&&e.type.spec.selectable!==!1}}M.prototype.visible=!1;D.jsonID("node",M);class ei{constructor(e){this.anchor=e}map(e){let{deleted:t,pos:n}=e.mapResult(this.anchor);return t?new vn(n,n):new ei(n)}resolve(e){let t=e.resolve(this.anchor),n=t.nodeAfter;return n&&M.isSelectable(n)?new M(t):D.near(t)}}class G extends D{constructor(e){super(e.resolve(0),e.resolve(e.content.size))}replace(e,t=m.Slice.empty){if(t==m.Slice.empty){e.delete(0,e.doc.content.size);let n=D.atStart(e.doc);n.eq(e.selection)||e.setSelection(n)}else super.replace(e,t)}toJSON(){return{type:"all"}}static fromJSON(e){return new G(e)}map(e){return new G(e)}eq(e){return e instanceof G}getBookmark(){return Ta}}D.jsonID("all",G);const Ta={map(){return this},resolve(r){return new G(r)}};function Tt(r,e,t,n,i,o=!1){if(e.inlineContent)return O.create(r,t);for(let s=n-(i>0?0:1);i>0?s<e.childCount:s>=0;s+=i){let l=e.child(s);if(l.isAtom){if(!o&&M.isSelectable(l))return M.create(r,t-(i<0?l.nodeSize:0))}else{let a=Tt(r,l,t+i,i<0?l.childCount:0,i,o);if(a)return a}t+=l.nodeSize*i}return null}function Ji(r,e,t){let n=r.steps.length-1;if(n<e)return;let i=r.steps[n];if(!(i instanceof Z||i instanceof ee))return;let o=r.mapping.maps[n],s;o.forEach((l,a,c,u)=>{s==null&&(s=u)}),r.setSelection(D.near(r.doc.resolve(s),t))}const Gi=1,dn=2,ji=4;class Ca extends ka{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|Gi)&~dn,this.storedMarks=null,this}get selectionSet(){return(this.updated&Gi)>0}setStoredMarks(e){return this.storedMarks=e,this.updated|=dn,this}ensureMarks(e){return m.Mark.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&dn)>0}addStep(e,t){super.addStep(e,t),this.updated=this.updated&~dn,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let n=this.selection;return t&&(e=e.mark(this.storedMarks||(n.empty?n.$from.marks():n.$from.marksAcross(n.$to)||m.Mark.none))),n.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,n){let i=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(i.text(e),!0):this.deleteSelection();{if(n==null&&(n=t),!e)return this.deleteRange(t,n);let o=this.storedMarks;if(!o){let s=this.doc.resolve(t);o=n==t?s.marks():s.marksAcross(this.doc.resolve(n))}return this.replaceRangeWith(t,n,i.text(e,o)),!this.selection.empty&&this.selection.to==t+e.length&&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|=ji,this}get scrolledIntoView(){return(this.updated&ji)>0}}function Yi(r,e){return!e||!r?r:r.bind(e)}class Wt{constructor(e,t,n){this.name=e,this.init=Yi(t.init,n),this.apply=Yi(t.apply,n)}}const Ma=[new Wt("doc",{init(r){return r.doc||r.schema.topNodeType.createAndFill()},apply(r){return r.doc}}),new Wt("selection",{init(r,e){return r.selection||D.atStart(e.doc)},apply(r){return r.selection}}),new Wt("storedMarks",{init(r){return r.storedMarks||null},apply(r,e,t,n){return n.selection.$cursor?r.storedMarks:null}}),new Wt("scrollToSelection",{init(){return 0},apply(r,e){return r.scrolledIntoView?e+1:e}})];class rr{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=Ma.slice(),t&&t.forEach(n=>{if(this.pluginsByKey[n.key])throw new RangeError("Adding different instances of a keyed plugin ("+n.key+")");this.plugins.push(n),this.pluginsByKey[n.key]=n,n.spec.state&&this.fields.push(new Wt(n.key,n.spec.state,n))})}}class Mt{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 n=0;n<this.config.plugins.length;n++)if(n!=t){let i=this.config.plugins[n];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],n=this.applyInner(e),i=null;for(;;){let o=!1;for(let s=0;s<this.config.plugins.length;s++){let l=this.config.plugins[s];if(l.spec.appendTransaction){let a=i?i[s].n:0,c=i?i[s].state:this,u=a<t.length&&l.spec.appendTransaction.call(l,a?t.slice(a):t,c,n);if(u&&n.filterTransaction(u,s)){if(u.setMeta("appendedTransaction",e),!i){i=[];for(let d=0;d<this.config.plugins.length;d++)i.push(d<s?{state:n,n:t.length}:{state:this,n:0})}t.push(u),n=n.applyInner(u),o=!0}i&&(i[s]={state:n,n:t.length})}}if(!o)return{state:n,transactions:t}}}applyInner(e){if(!e.before.eq(this.doc))throw new RangeError("Applying a mismatched transaction");let t=new Mt(this.config),n=this.config.fields;for(let i=0;i<n.length;i++){let o=n[i];t[o.name]=o.apply(e,this[o.name],this,t)}return t}get tr(){return new Ca(this)}static create(e){let t=new rr(e.doc?e.doc.type.schema:e.schema,e.plugins),n=new Mt(t);for(let i=0;i<t.fields.length;i++)n[t.fields[i].name]=t.fields[i].init(e,n);return n}reconfigure(e){let t=new rr(this.schema,e.plugins),n=t.fields,i=new Mt(t);for(let o=0;o<n.length;o++){let s=n[o].name;i[s]=this.hasOwnProperty(s)?this[s]:n[o].init(e,i)}return i}toJSON(e){let t={doc:this.doc.toJSON(),selection:this.selection.toJSON()};if(this.storedMarks&&(t.storedMarks=this.storedMarks.map(n=>n.toJSON())),e&&typeof e=="object")for(let n in e){if(n=="doc"||n=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let i=e[n],o=i.spec.state;o&&o.toJSON&&(t[n]=o.toJSON.call(i,this[i.key]))}return t}static fromJSON(e,t,n){if(!t)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let i=new rr(e.schema,e.plugins),o=new Mt(i);return i.fields.forEach(s=>{if(s.name=="doc")o.doc=m.Node.fromJSON(e.schema,t.doc);else if(s.name=="selection")o.selection=D.fromJSON(o.doc,t.selection);else if(s.name=="storedMarks")t.storedMarks&&(o.storedMarks=t.storedMarks.map(e.schema.markFromJSON));else{if(n)for(let l in n){let a=n[l],c=a.spec.state;if(a.key==s.name&&c&&c.fromJSON&&Object.prototype.hasOwnProperty.call(t,l)){o[s.name]=c.fromJSON.call(a,e,t[l],o);return}}o[s.name]=s.init(e,o)}}),o}}function ys(r,e,t){for(let n in r){let i=r[n];i instanceof Function?i=i.bind(e):n=="handleDOMEvents"&&(i=ys(i,e,{})),t[n]=i}return t}class B{constructor(e){this.spec=e,this.props={},e.props&&ys(e.props,this,this.props),this.key=e.key?e.key.key:ks("plugin")}getState(e){return e[this.key]}}const ir=Object.create(null);function ks(r){return r in ir?r+"$"+ ++ir[r]:(ir[r]=0,r+"$")}class ti{constructor(e="key"){this.key=ks(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const K=function(r){for(var e=0;;e++)if(r=r.previousSibling,!r)return e},Dt=function(r){let e=r.assignedSlot||r.parentNode;return e&&e.nodeType==11?e.host:e};let Nr=null;const Fe=function(r,e,t){let n=Nr||(Nr=document.createRange());return n.setEnd(r,t??r.nodeValue.length),n.setStart(r,e||0),n},xa=function(){Nr=null},at=function(r,e,t,n){return t&&(Xi(r,e,t,n,-1)||Xi(r,e,t,n,1))},Oa=/^(img|br|input|textarea|hr)$/i;function Xi(r,e,t,n,i){for(var o;;){if(r==t&&e==n)return!0;if(e==(i<0?0:ge(r))){let s=r.parentNode;if(!s||s.nodeType!=1||Zt(r)||Oa.test(r.nodeName)||r.contentEditable=="false")return!1;e=K(r)+(i<0?0:1),r=s}else if(r.nodeType==1){let s=r.childNodes[e+(i<0?-1:0)];if(s.nodeType==1&&s.contentEditable=="false")if(!((o=s.pmViewDesc)===null||o===void 0)&&o.ignoreForSelection)e+=i;else return!1;else r=s,e=i<0?ge(r):0}else return!1}}function ge(r){return r.nodeType==3?r.nodeValue.length:r.childNodes.length}function Ea(r,e){for(;;){if(r.nodeType==3&&e)return r;if(r.nodeType==1&&e>0){if(r.contentEditable=="false")return null;r=r.childNodes[e-1],e=ge(r)}else if(r.parentNode&&!Zt(r))e=K(r),r=r.parentNode;else return null}}function Da(r,e){for(;;){if(r.nodeType==3&&e<r.nodeValue.length)return r;if(r.nodeType==1&&e<r.childNodes.length){if(r.contentEditable=="false")return null;r=r.childNodes[e],e=0}else if(r.parentNode&&!Zt(r))e=K(r)+1,r=r.parentNode;else return null}}function wa(r,e,t){for(let n=e==0,i=e==ge(r);n||i;){if(r==t)return!0;let o=K(r);if(r=r.parentNode,!r)return!1;n=n&&o==0,i=i&&o==ge(r)}}function Zt(r){let e;for(let t=r;t&&!(e=t.pmViewDesc);t=t.parentNode);return e&&e.node&&e.node.isBlock&&(e.dom==r||e.contentDOM==r)}const An=function(r){return r.focusNode&&at(r.focusNode,r.focusOffset,r.anchorNode,r.anchorOffset)};function tt(r,e){let t=document.createEvent("Event");return t.initEvent("keydown",!0,!0),t.keyCode=r,t.key=t.code=e,t}function Na(r){let e=r.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}function va(r,e,t){if(r.caretPositionFromPoint)try{let n=r.caretPositionFromPoint(e,t);if(n)return{node:n.offsetNode,offset:Math.min(ge(n.offsetNode),n.offset)}}catch{}if(r.caretRangeFromPoint){let n=r.caretRangeFromPoint(e,t);if(n)return{node:n.startContainer,offset:Math.min(ge(n.startContainer),n.startOffset)}}}const De=typeof navigator<"u"?navigator:null,Zi=typeof document<"u"?document:null,Xe=De&&De.userAgent||"",vr=/Edge\/(\d+)/.exec(Xe),Ss=/MSIE \d/.exec(Xe),Ar=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Xe),fe=!!(Ss||Ar||vr),Je=Ss?document.documentMode:Ar?+Ar[1]:vr?+vr[1]:0,ye=!fe&&/gecko\/(\d+)/i.test(Xe);ye&&+(/Firefox\/(\d+)/.exec(Xe)||[0,0])[1];const Ir=!fe&&/Chrome\/(\d+)/.exec(Xe),Q=!!Ir,Ts=Ir?+Ir[1]:0,se=!fe&&!!De&&/Apple Computer/.test(De.vendor),wt=se&&(/Mobile\/\w+/.test(Xe)||!!De&&De.maxTouchPoints>2),me=wt||(De?/Mac/.test(De.platform):!1),Aa=De?/Win/.test(De.platform):!1,Le=/Android \d/.test(Xe),Qt=!!Zi&&"webkitFontSmoothing"in Zi.documentElement.style,Ia=Qt?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Ra(r){let e=r.defaultView&&r.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:r.documentElement.clientWidth,top:0,bottom:r.documentElement.clientHeight}}function Ie(r,e){return typeof r=="number"?r:r[e]}function Fa(r){let e=r.getBoundingClientRect(),t=e.width/r.offsetWidth||1,n=e.height/r.offsetHeight||1;return{left:e.left,right:e.left+r.clientWidth*t,top:e.top,bottom:e.top+r.clientHeight*n}}function Qi(r,e,t){let n=r.someProp("scrollThreshold")||0,i=r.someProp("scrollMargin")||5,o=r.dom.ownerDocument;for(let s=t||r.dom;s;){if(s.nodeType!=1){s=Dt(s);continue}let l=s,a=l==o.body,c=a?Ra(o):Fa(l),u=0,d=0;if(e.top<c.top+Ie(n,"top")?d=-(c.top-e.top+Ie(i,"top")):e.bottom>c.bottom-Ie(n,"bottom")&&(d=e.bottom-e.top>c.bottom-c.top?e.top+Ie(i,"top")-c.top:e.bottom-c.bottom+Ie(i,"bottom")),e.left<c.left+Ie(n,"left")?u=-(c.left-e.left+Ie(i,"left")):e.right>c.right-Ie(n,"right")&&(u=e.right-c.right+Ie(i,"right")),u||d)if(a)o.defaultView.scrollBy(u,d);else{let h=l.scrollLeft,p=l.scrollTop;d&&(l.scrollTop+=d),u&&(l.scrollLeft+=u);let b=l.scrollLeft-h,y=l.scrollTop-p;e={left:e.left-b,top:e.top-y,right:e.right-b,bottom:e.bottom-y}}let f=a?"fixed":getComputedStyle(s).position;if(/^(fixed|sticky)$/.test(f))break;s=f=="absolute"?s.offsetParent:Dt(s)}}function Pa(r){let e=r.dom.getBoundingClientRect(),t=Math.max(0,e.top),n,i;for(let o=(e.left+e.right)/2,s=t+1;s<Math.min(innerHeight,e.bottom);s+=5){let l=r.root.elementFromPoint(o,s);if(!l||l==r.dom||!r.dom.contains(l))continue;let a=l.getBoundingClientRect();if(a.top>=t-20){n=l,i=a.top;break}}return{refDOM:n,refTop:i,stack:Cs(r.dom)}}function Cs(r){let e=[],t=r.ownerDocument;for(let n=r;n&&(e.push({dom:n,top:n.scrollTop,left:n.scrollLeft}),r!=t);n=Dt(n));return e}function La({refDOM:r,refTop:e,stack:t}){let n=r?r.getBoundingClientRect().top:0;Ms(t,n==0?0:n-e)}function Ms(r,e){for(let t=0;t<r.length;t++){let{dom:n,top:i,left:o}=r[t];n.scrollTop!=i+e&&(n.scrollTop=i+e),n.scrollLeft!=o&&(n.scrollLeft=o)}}let kt=null;function za(r){if(r.setActive)return r.setActive();if(kt)return r.focus(kt);let e=Cs(r);r.focus(kt==null?{get preventScroll(){return kt={preventScroll:!0},!0}}:void 0),kt||(kt=!1,Ms(e,0))}function xs(r,e){let t,n=2e8,i,o=0,s=e.top,l=e.top,a,c;for(let u=r.firstChild,d=0;u;u=u.nextSibling,d++){let f;if(u.nodeType==1)f=u.getClientRects();else if(u.nodeType==3)f=Fe(u).getClientRects();else continue;for(let h=0;h<f.length;h++){let p=f[h];if(p.top<=s&&p.bottom>=l){s=Math.max(p.bottom,s),l=Math.min(p.top,l);let b=p.left>e.left?p.left-e.left:p.right<e.left?e.left-p.right:0;if(b<n){t=u,n=b,i=b&&t.nodeType==3?{left:p.right<e.left?p.right:p.left,top:e.top}:e,u.nodeType==1&&b&&(o=d+(e.left>=(p.left+p.right)/2?1:0));continue}}else p.top>e.top&&!a&&p.left<=e.left&&p.right>=e.left&&(a=u,c={left:Math.max(p.left,Math.min(p.right,e.left)),top:p.top});!t&&(e.left>=p.right&&e.top>=p.top||e.left>=p.left&&e.top>=p.bottom)&&(o=d+1)}}return!t&&a&&(t=a,i=c,n=0),t&&t.nodeType==3?Ba(t,i):!t||n&&t.nodeType==1?{node:r,offset:o}:xs(t,i)}function Ba(r,e){let t=r.nodeValue.length,n=document.createRange();for(let i=0;i<t;i++){n.setEnd(r,i+1),n.setStart(r,i);let o=Ve(n,1);if(o.top!=o.bottom&&ni(e,o))return{node:r,offset:i+(e.left>=(o.left+o.right)/2?1:0)}}return{node:r,offset:0}}function ni(r,e){return r.left>=e.left-1&&r.left<=e.right+1&&r.top>=e.top-1&&r.top<=e.bottom+1}function _a(r,e){let t=r.parentNode;return t&&/^li$/i.test(t.nodeName)&&e.left<r.getBoundingClientRect().left?t:r}function Va(r,e,t){let{node:n,offset:i}=xs(e,t),o=-1;if(n.nodeType==1&&!n.firstChild){let s=n.getBoundingClientRect();o=s.left!=s.right&&t.left>(s.left+s.right)/2?1:-1}return r.docView.posFromDOM(n,i,o)}function Ha(r,e,t,n){let i=-1;for(let o=e,s=!1;o!=r.dom;){let l=r.docView.nearestDesc(o,!0),a;if(!l)return null;if(l.dom.nodeType==1&&(l.node.isBlock&&l.parent||!l.contentDOM)&&((a=l.dom.getBoundingClientRect()).width||a.height)&&(l.node.isBlock&&l.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(l.dom.nodeName)&&(!s&&a.left>n.left||a.top>n.top?i=l.posBefore:(!s&&a.right<n.left||a.bottom<n.top)&&(i=l.posAfter),s=!0),!l.contentDOM&&i<0&&!l.node.isText))return(l.node.isBlock?n.top<(a.top+a.bottom)/2:n.left<(a.left+a.right)/2)?l.posBefore:l.posAfter;o=l.dom.parentNode}return i>-1?i:r.docView.posFromDOM(e,t,-1)}function Os(r,e,t){let n=r.childNodes.length;if(n&&t.top<t.bottom)for(let i=Math.max(0,Math.min(n-1,Math.floor(n*(e.top-t.top)/(t.bottom-t.top))-2)),o=i;;){let s=r.childNodes[o];if(s.nodeType==1){let l=s.getClientRects();for(let a=0;a<l.length;a++){let c=l[a];if(ni(e,c))return Os(s,e,c)}}if((o=(o+1)%n)==i)break}return r}function Wa(r,e){let t=r.dom.ownerDocument,n,i=0,o=va(t,e.left,e.top);o&&({node:n,offset:i}=o);let s=(r.root.elementFromPoint?r.root:t).elementFromPoint(e.left,e.top),l;if(!s||!r.dom.contains(s.nodeType!=1?s.parentNode:s)){let c=r.dom.getBoundingClientRect();if(!ni(e,c)||(s=Os(r.dom,e,c),!s))return null}if(se)for(let c=s;n&&c;c=Dt(c))c.draggable&&(n=void 0);if(s=_a(s,e),n){if(ye&&n.nodeType==1&&(i=Math.min(i,n.childNodes.length),i<n.childNodes.length)){let u=n.childNodes[i],d;u.nodeName=="IMG"&&(d=u.getBoundingClientRect()).right<=e.left&&d.bottom>e.top&&i++}let c;Qt&&i&&n.nodeType==1&&(c=n.childNodes[i-1]).nodeType==1&&c.contentEditable=="false"&&c.getBoundingClientRect().top>=e.top&&i--,n==r.dom&&i==n.childNodes.length-1&&n.lastChild.nodeType==1&&e.top>n.lastChild.getBoundingClientRect().bottom?l=r.state.doc.content.size:(i==0||n.nodeType!=1||n.childNodes[i-1].nodeName!="BR")&&(l=Ha(r,n,i,e))}l==null&&(l=Va(r,s,e));let a=r.docView.nearestDesc(s,!0);return{pos:l,inside:a?a.posAtStart-a.border:-1}}function eo(r){return r.top<r.bottom||r.left<r.right}function Ve(r,e){let t=r.getClientRects();if(t.length){let n=t[e<0?0:t.length-1];if(eo(n))return n}return Array.prototype.find.call(t,eo)||r.getBoundingClientRect()}const Ua=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;function Es(r,e,t){let{node:n,offset:i,atom:o}=r.docView.domFromPos(e,t<0?-1:1),s=Qt||ye;if(n.nodeType==3)if(s&&(Ua.test(n.nodeValue)||(t<0?!i:i==n.nodeValue.length))){let a=Ve(Fe(n,i,i),t);if(ye&&i&&/\s/.test(n.nodeValue[i-1])&&i<n.nodeValue.length){let c=Ve(Fe(n,i-1,i-1),-1);if(c.top==a.top){let u=Ve(Fe(n,i,i+1),-1);if(u.top!=a.top)return Ft(u,u.left<c.left)}}return a}else{let a=i,c=i,u=t<0?1:-1;return t<0&&!i?(c++,u=-1):t>=0&&i==n.nodeValue.length?(a--,u=1):t<0?a--:c++,Ft(Ve(Fe(n,a,c),u),u<0)}if(!r.state.doc.resolve(e-(o||0)).parent.inlineContent){if(o==null&&i&&(t<0||i==ge(n))){let a=n.childNodes[i-1];if(a.nodeType==1)return or(a.getBoundingClientRect(),!1)}if(o==null&&i<ge(n)){let a=n.childNodes[i];if(a.nodeType==1)return or(a.getBoundingClientRect(),!0)}return or(n.getBoundingClientRect(),t>=0)}if(o==null&&i&&(t<0||i==ge(n))){let a=n.childNodes[i-1],c=a.nodeType==3?Fe(a,ge(a)-(s?0:1)):a.nodeType==1&&(a.nodeName!="BR"||!a.nextSibling)?a:null;if(c)return Ft(Ve(c,1),!1)}if(o==null&&i<ge(n)){let a=n.childNodes[i];for(;a.pmViewDesc&&a.pmViewDesc.ignoreForCoords;)a=a.nextSibling;let c=a?a.nodeType==3?Fe(a,0,s?0:1):a.nodeType==1?a:null:null;if(c)return Ft(Ve(c,-1),!0)}return Ft(Ve(n.nodeType==3?Fe(n):n,-t),t>=0)}function Ft(r,e){if(r.width==0)return r;let t=e?r.left:r.right;return{top:r.top,bottom:r.bottom,left:t,right:t}}function or(r,e){if(r.height==0)return r;let t=e?r.top:r.bottom;return{top:t,bottom:t,left:r.left,right:r.right}}function Ds(r,e,t){let n=r.state,i=r.root.activeElement;n!=e&&r.updateState(e),i!=r.dom&&r.focus();try{return t()}finally{n!=e&&r.updateState(n),i!=r.dom&&i&&i.focus()}}function $a(r,e,t){let n=e.selection,i=t=="up"?n.$from:n.$to;return Ds(r,e,()=>{let{node:o}=r.docView.domFromPos(i.pos,t=="up"?-1:1);for(;;){let l=r.docView.nearestDesc(o,!0);if(!l)break;if(l.node.isBlock){o=l.contentDOM||l.dom;break}o=l.dom.parentNode}let s=Es(r,i.pos,1);for(let l=o.firstChild;l;l=l.nextSibling){let a;if(l.nodeType==1)a=l.getClientRects();else if(l.nodeType==3)a=Fe(l,0,l.nodeValue.length).getClientRects();else continue;for(let c=0;c<a.length;c++){let u=a[c];if(u.bottom>u.top+1&&(t=="up"?s.top-u.top>(u.bottom-s.top)*2:u.bottom-s.bottom>(s.bottom-u.top)*2))return!1}}return!0})}const qa=/[\u0590-\u08ac]/;function Ka(r,e,t){let{$head:n}=e.selection;if(!n.parent.isTextblock)return!1;let i=n.parentOffset,o=!i,s=i==n.parent.content.size,l=r.domSelection();return l?!qa.test(n.parent.textContent)||!l.modify?t=="left"||t=="backward"?o:s:Ds(r,e,()=>{let{focusNode:a,focusOffset:c,anchorNode:u,anchorOffset:d}=r.domSelectionRange(),f=l.caretBidiLevel;l.modify("move",t,"character");let h=n.depth?r.docView.domAfterPos(n.before()):r.dom,{focusNode:p,focusOffset:b}=r.domSelectionRange(),y=p&&!h.contains(p.nodeType==1?p:p.parentNode)||a==p&&c==b;try{l.collapse(u,d),a&&(a!=u||c!=d)&&l.extend&&l.extend(a,c)}catch{}return f!=null&&(l.caretBidiLevel=f),y}):n.pos==n.start()||n.pos==n.end()}let to=null,no=null,ro=!1;function Ja(r,e,t){return to==e&&no==t?ro:(to=e,no=t,ro=t=="up"||t=="down"?$a(r,e,t):Ka(r,e,t))}const ke=0,io=1,nt=2,we=3;class en{constructor(e,t,n,i){this.parent=e,this.children=t,this.dom=n,this.contentDOM=i,this.dirty=ke,n.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,n){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,n=this.posAtStart;;t++){let i=this.children[t];if(i==e)return n;n+=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,n){if(this.contentDOM&&this.contentDOM.contains(e.nodeType==1?e:e.parentNode))if(n<0){let o,s;if(e==this.contentDOM)o=e.childNodes[t-1];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;o=e.previousSibling}for(;o&&!((s=o.pmViewDesc)&&s.parent==this);)o=o.previousSibling;return o?this.posBeforeChild(s)+s.size:this.posAtStart}else{let o,s;if(e==this.contentDOM)o=e.childNodes[t];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;o=e.nextSibling}for(;o&&!((s=o.pmViewDesc)&&s.parent==this);)o=o.nextSibling;return o?this.posBeforeChild(s):this.posAtEnd}let i;if(e==this.dom&&this.contentDOM)i=t>K(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))i=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let o=e;;o=o.parentNode){if(o==this.dom){i=!1;break}if(o.previousSibling)break}if(i==null&&t==e.childNodes.length)for(let o=e;;o=o.parentNode){if(o==this.dom){i=!0;break}if(o.nextSibling)break}}return i??n>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let n=!0,i=e;i;i=i.parentNode){let o=this.getDesc(i),s;if(o&&(!t||o.node))if(n&&(s=o.nodeDOM)&&!(s.nodeType==1?s.contains(e.nodeType==1?e:e.parentNode):s==e))n=!1;else return o}}getDesc(e){let t=e.pmViewDesc;for(let n=t;n;n=n.parent)if(n==this)return t}posFromDOM(e,t,n){for(let i=e;i;i=i.parentNode){let o=this.getDesc(i);if(o)return o.localPosFromDOM(e,t,n)}return-1}descAt(e){for(let t=0,n=0;t<this.children.length;t++){let i=this.children[t],o=n+i.size;if(n==e&&o!=n){for(;!i.border&&i.children.length;)for(let s=0;s<i.children.length;s++){let l=i.children[s];if(l.size){i=l;break}}return i}if(e<o)return i.descAt(e-n-i.border);n=o}}domFromPos(e,t){if(!this.contentDOM)return{node:this.dom,offset:0,atom:e+1};let n=0,i=0;for(let o=0;n<this.children.length;n++){let s=this.children[n],l=o+s.size;if(l>e||s instanceof Ns){i=e-o;break}o=l}if(i)return this.children[n].domFromPos(i-this.children[n].border,t);for(let o;n&&!(o=this.children[n-1]).size&&o instanceof ws&&o.side>=0;n--);if(t<=0){let o,s=!0;for(;o=n?this.children[n-1]:null,!(!o||o.dom.parentNode==this.contentDOM);n--,s=!1);return o&&t&&s&&!o.border&&!o.domAtom?o.domFromPos(o.size,t):{node:this.contentDOM,offset:o?K(o.dom)+1:0}}else{let o,s=!0;for(;o=n<this.children.length?this.children[n]:null,!(!o||o.dom.parentNode==this.contentDOM);n++,s=!1);return o&&s&&!o.border&&!o.domAtom?o.domFromPos(0,t):{node:this.contentDOM,offset:o?K(o.dom):this.contentDOM.childNodes.length}}}parseRange(e,t,n=0){if(this.children.length==0)return{node:this.contentDOM,from:e,to:t,fromOffset:0,toOffset:this.contentDOM.childNodes.length};let i=-1,o=-1;for(let s=n,l=0;;l++){let a=this.children[l],c=s+a.size;if(i==-1&&e<=c){let u=s+a.border;if(e>=u&&t<=c-a.border&&a.node&&a.contentDOM&&this.contentDOM.contains(a.contentDOM))return a.parseRange(e,t,u);e=s;for(let d=l;d>0;d--){let f=this.children[d-1];if(f.size&&f.dom.parentNode==this.contentDOM&&!f.emptyChildAt(1)){i=K(f.dom)+1;break}e-=f.size}i==-1&&(i=0)}if(i>-1&&(c>t||l==this.children.length-1)){t=c;for(let u=l+1;u<this.children.length;u++){let d=this.children[u];if(d.size&&d.dom.parentNode==this.contentDOM&&!d.emptyChildAt(-1)){o=K(d.dom);break}t+=d.size}o==-1&&(o=this.contentDOM.childNodes.length);break}s=c}return{node:this.contentDOM,from:e,to:t,fromOffset:i,toOffset:o}}emptyChildAt(e){if(this.border||!this.contentDOM||!this.children.length)return!1;let t=this.children[e<0?0:this.children.length-1];return t.size==0||t.emptyChildAt(e)}domAfterPos(e){let{node:t,offset:n}=this.domFromPos(e,0);if(t.nodeType!=1||n==t.childNodes.length)throw new RangeError("No node after pos "+e);return t.childNodes[n]}setSelection(e,t,n,i=!1){let o=Math.min(e,t),s=Math.max(e,t);for(let h=0,p=0;h<this.children.length;h++){let b=this.children[h],y=p+b.size;if(o>p&&s<y)return b.setSelection(e-p-b.border,t-p-b.border,n,i);p=y}let l=this.domFromPos(e,e?-1:1),a=t==e?l:this.domFromPos(t,t?-1:1),c=n.root.getSelection(),u=n.domSelectionRange(),d=!1;if((ye||se)&&e==t){let{node:h,offset:p}=l;if(h.nodeType==3){if(d=!!(p&&h.nodeValue[p-1]==`
|
|
3
|
-
`),d&&p==h.nodeValue.length)for(let b=h,y;b;b=b.parentNode){if(y=b.nextSibling){y.nodeName=="BR"&&(l=a={node:y.parentNode,offset:K(y)+1});break}let T=b.pmViewDesc;if(T&&T.node&&T.node.isBlock)break}}else{let b=h.childNodes[p-1];d=b&&(b.nodeName=="BR"||b.contentEditable=="false")}}if(ye&&u.focusNode&&u.focusNode!=a.node&&u.focusNode.nodeType==1){let h=u.focusNode.childNodes[u.focusOffset];h&&h.contentEditable=="false"&&(i=!0)}if(!(i||d&&se)&&at(l.node,l.offset,u.anchorNode,u.anchorOffset)&&at(a.node,a.offset,u.focusNode,u.focusOffset))return;let f=!1;if((c.extend||e==t)&&!(d&&ye)){c.collapse(l.node,l.offset);try{e!=t&&c.extend(a.node,a.offset),f=!0}catch{}}if(!f){if(e>t){let p=l;l=a,a=p}let h=document.createRange();h.setEnd(a.node,a.offset),h.setStart(l.node,l.offset),c.removeAllRanges(),c.addRange(h)}}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 n=0,i=0;i<this.children.length;i++){let o=this.children[i],s=n+o.size;if(n==s?e<=s&&t>=n:e<s&&t>n){let l=n+o.border,a=s-o.border;if(e>=l&&t<=a){this.dirty=e==n||t==s?nt:io,e==l&&t==a&&(o.contentLost||o.dom.parentNode!=this.contentDOM)?o.dirty=we:o.markDirty(e-l,t-l);return}else o.dirty=o.dom==o.contentDOM&&o.dom.parentNode==this.contentDOM&&!o.children.length?nt:we}n=s}this.dirty=nt}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let n=e==1?nt:io;t.dirty<n&&(t.dirty=n)}}get domAtom(){return!1}get ignoreForCoords(){return!1}get ignoreForSelection(){return!1}isText(e){return!1}}class ws extends en{constructor(e,t,n,i){let o,s=t.type.toDOM;if(typeof s=="function"&&(s=s(n,()=>{if(!o)return i;if(o.parent)return o.parent.posBeforeChild(o)})),!t.type.spec.raw){if(s.nodeType!=1){let l=document.createElement("span");l.appendChild(s),s=l}s.contentEditable="false",s.classList.add("ProseMirror-widget")}super(e,[],s,null),this.widget=t,this.widget=t,o=this}matchesWidget(e){return this.dirty==ke&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}}class Ga extends en{constructor(e,t,n,i){super(e,[],t,null),this.textDOM=n,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 ct extends en{constructor(e,t,n,i,o){super(e,[],n,i),this.mark=t,this.spec=o}static create(e,t,n,i){let o=i.nodeViews[t.type.name],s=o&&o(t,i,n);return(!s||!s.dom)&&(s=m.DOMSerializer.renderSpec(document,t.type.spec.toDOM(t,n),null,t.attrs)),new ct(e,t,s.dom,s.contentDOM||s.dom,s)}parseRule(){return this.dirty&we||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=we&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=ke){let n=this.parent;for(;!n.node;)n=n.parent;n.dirty<this.dirty&&(n.dirty=this.dirty),this.dirty=ke}}slice(e,t,n){let i=ct.create(this.parent,this.mark,!0,n),o=this.children,s=this.size;t<s&&(o=Fr(o,t,s,n)),e>0&&(o=Fr(o,0,e,n));for(let l=0;l<o.length;l++)o[l].parent=i;return i.children=o,i}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}}class Ge extends en{constructor(e,t,n,i,o,s,l,a,c){super(e,[],o,s),this.node=t,this.outerDeco=n,this.innerDeco=i,this.nodeDOM=l}static create(e,t,n,i,o,s){let l=o.nodeViews[t.type.name],a,c=l&&l(t,o,()=>{if(!a)return s;if(a.parent)return a.parent.posBeforeChild(a)},n,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}=m.DOMSerializer.renderSpec(document,t.type.spec.toDOM(t),null,t.attrs));!d&&!t.isText&&u.nodeName!="BR"&&(u.hasAttribute("contenteditable")||(u.contentEditable="false"),t.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Is(u,n,t),c?a=new ja(e,t,n,i,u,d||null,f,c,o,s+1):t.isText?new In(e,t,n,i,u,f,o):new Ge(e,t,n,i,u,d||null,f,o,s+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace=="pre"&&(e.preserveWhitespace="full"),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let n=this.children[t];if(this.dom.contains(n.dom.parentNode)){e.contentElement=n.dom.parentNode;break}}e.contentElement||(e.getContent=()=>m.Fragment.empty)}return e}matchesNode(e,t,n){return this.dirty==ke&&e.eq(this.node)&&Cn(t,this.outerDeco)&&n.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,t){let n=this.node.inlineContent,i=t,o=e.composing?this.localCompositionInfo(e,t):null,s=o&&o.pos>-1?o:null,l=o&&o.pos<0,a=new Xa(this,s&&s.node,e);ec(this.node,this.innerDeco,(c,u,d)=>{c.spec.marks?a.syncToMarks(c.spec.marks,n,e):c.type.side>=0&&!d&&a.syncToMarks(u==this.node.childCount?m.Mark.none:this.node.child(u).marks,n,e),a.placeWidget(c,e,i)},(c,u,d,f)=>{a.syncToMarks(c.marks,n,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(o.node))>-1&&a.updateNodeAt(c,u,d,h,e)||a.updateNextNode(c,u,d,e,f,i)||a.addNode(c,u,d,e,i),i+=c.nodeSize}),a.syncToMarks([],n,e),this.node.isTextblock&&a.addTextblockHacks(),a.destroyRest(),(a.changed||this.dirty==nt)&&(s&&this.protectLocalComposition(e,s),vs(this.contentDOM,this.children,e),wt&&tc(this.dom))}localCompositionInfo(e,t){let{from:n,to:i}=e.state.selection;if(!(e.state.selection instanceof O)||n<t||i>t+this.node.content.size)return null;let o=e.input.compositionNode;if(!o||!this.dom.contains(o.parentNode))return null;if(this.node.inlineContent){let s=o.nodeValue,l=nc(this.node.content,s,n-t,i-t);return l<0?null:{node:o,pos:l,text:s}}else return{node:o,pos:-1,text:""}}protectLocalComposition(e,{node:t,pos:n,text:i}){if(this.getDesc(t))return;let o=t;for(;o.parentNode!=this.contentDOM;o=o.parentNode){for(;o.previousSibling;)o.parentNode.removeChild(o.previousSibling);for(;o.nextSibling;)o.parentNode.removeChild(o.nextSibling);o.pmViewDesc&&(o.pmViewDesc=void 0)}let s=new Ga(this,o,t,i);e.input.compositionNodes.push(s),this.children=Fr(this.children,n,n+i.length,e,s)}update(e,t,n,i){return this.dirty==we||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,n,i),!0)}updateInner(e,t,n,i){this.updateOuterDeco(t),this.node=e,this.innerDeco=n,this.contentDOM&&this.updateChildren(i,this.posAtStart),this.dirty=ke}updateOuterDeco(e){if(Cn(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,n=this.dom;this.dom=As(this.dom,this.nodeDOM,Rr(this.outerDeco,this.node,t),Rr(e,this.node,t)),this.dom!=n&&(n.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute("draggable"))}get domAtom(){return this.node.isAtom}}function oo(r,e,t,n,i){Is(n,e,r);let o=new Ge(void 0,r,e,t,n,n,n,i,0);return o.contentDOM&&o.updateChildren(i,0),o}class In extends Ge{constructor(e,t,n,i,o,s,l){super(e,t,n,i,o,null,s,l,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,n,i){return this.dirty==we||this.dirty!=ke&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=ke||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=ke,!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,n){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,n)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,t,n){let i=this.node.cut(e,t),o=document.createTextNode(i.text);return new In(this.parent,i,this.outerDeco,this.innerDeco,o,o,n)}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}isText(e){return this.node.text==e}}class Ns extends en{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==ke&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class ja extends Ge{constructor(e,t,n,i,o,s,l,a,c,u){super(e,t,n,i,o,s,l,c,u),this.spec=a}update(e,t,n,i){if(this.dirty==we)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let o=this.spec.update(e,t,n);return o&&this.updateInner(e,t,n,i),o}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,t,n,i)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,n,i){this.spec.setSelection?this.spec.setSelection(e,t,n.root):super.setSelection(e,t,n,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 vs(r,e,t){let n=r.firstChild,i=!1;for(let o=0;o<e.length;o++){let s=e[o],l=s.dom;if(l.parentNode==r){for(;l!=n;)n=so(n),i=!0;n=n.nextSibling}else i=!0,r.insertBefore(l,n);if(s instanceof ct){let a=n?n.previousSibling:r.lastChild;vs(s.contentDOM,s.children,t),n=a?a.nextSibling:r.firstChild}}for(;n;)n=so(n),i=!0;i&&t.trackWrites==r&&(t.trackWrites=null)}const $t=function(r){r&&(this.nodeName=r)};$t.prototype=Object.create(null);const rt=[new $t];function Rr(r,e,t){if(r.length==0)return rt;let n=t?rt[0]:new $t,i=[n];for(let o=0;o<r.length;o++){let s=r[o].type.attrs;if(s){s.nodeName&&i.push(n=new $t(s.nodeName));for(let l in s){let a=s[l];a!=null&&(t&&i.length==1&&i.push(n=new $t(e.isInline?"span":"div")),l=="class"?n.class=(n.class?n.class+" ":"")+a:l=="style"?n.style=(n.style?n.style+";":"")+a:l!="nodeName"&&(n[l]=a))}}}return i}function As(r,e,t,n){if(t==rt&&n==rt)return e;let i=e;for(let o=0;o<n.length;o++){let s=n[o],l=t[o];if(o){let a;l&&l.nodeName==s.nodeName&&i!=r&&(a=i.parentNode)&&a.nodeName.toLowerCase()==s.nodeName||(a=document.createElement(s.nodeName),a.pmIsDeco=!0,a.appendChild(i),l=rt[0]),i=a}Ya(i,l||rt[0],s)}return i}function Ya(r,e,t){for(let n in e)n!="class"&&n!="style"&&n!="nodeName"&&!(n in t)&&r.removeAttribute(n);for(let n in t)n!="class"&&n!="style"&&n!="nodeName"&&t[n]!=e[n]&&r.setAttribute(n,t[n]);if(e.class!=t.class){let n=e.class?e.class.split(" ").filter(Boolean):[],i=t.class?t.class.split(" ").filter(Boolean):[];for(let o=0;o<n.length;o++)i.indexOf(n[o])==-1&&r.classList.remove(n[o]);for(let o=0;o<i.length;o++)n.indexOf(i[o])==-1&&r.classList.add(i[o]);r.classList.length==0&&r.removeAttribute("class")}if(e.style!=t.style){if(e.style){let n=/\s*([\w\-\xa1-\uffff]+)\s*:(?:"(?:\\.|[^"])*"|'(?:\\.|[^'])*'|\(.*?\)|[^;])*/g,i;for(;i=n.exec(e.style);)r.style.removeProperty(i[1])}t.style&&(r.style.cssText+=t.style)}}function Is(r,e,t){return As(r,r,rt,Rr(e,t,r.nodeType!=1))}function Cn(r,e){if(r.length!=e.length)return!1;for(let t=0;t<r.length;t++)if(!r[t].type.eq(e[t].type))return!1;return!0}function so(r){let e=r.nextSibling;return r.parentNode.removeChild(r),e}class Xa{constructor(e,t,n){this.lock=t,this.view=n,this.index=0,this.stack=[],this.changed=!1,this.top=e,this.preMatch=Za(e.node.content,e)}destroyBetween(e,t){if(e!=t){for(let n=e;n<t;n++)this.top.children[n].destroy();this.top.children.splice(e,t-e),this.changed=!0}}destroyRest(){this.destroyBetween(this.index,this.top.children.length)}syncToMarks(e,t,n){let i=0,o=this.stack.length>>1,s=Math.min(o,e.length);for(;i<s&&(i==o-1?this.top:this.stack[i+1<<1]).matchesMark(e[i])&&e[i].type.spec.spanning!==!1;)i++;for(;i<o;)this.destroyRest(),this.top.dirty=ke,this.index=this.stack.pop(),this.top=this.stack.pop(),o--;for(;o<e.length;){this.stack.push(this.top,this.index+1);let l=-1;for(let a=this.index;a<Math.min(this.index+3,this.top.children.length);a++){let c=this.top.children[a];if(c.matchesMark(e[o])&&!this.isLocked(c.dom)){l=a;break}}if(l>-1)l>this.index&&(this.changed=!0,this.destroyBetween(this.index,l)),this.top=this.top.children[this.index];else{let a=ct.create(this.top,e[o],t,n);this.top.children.splice(this.index,0,a),this.top=a,this.changed=!0}this.index=0,o++}}findNodeMatch(e,t,n,i){let o=-1,s;if(i>=this.preMatch.index&&(s=this.preMatch.matches[i-this.preMatch.index]).parent==this.top&&s.matchesNode(e,t,n))o=this.top.children.indexOf(s,this.index);else for(let l=this.index,a=Math.min(this.top.children.length,l+5);l<a;l++){let c=this.top.children[l];if(c.matchesNode(e,t,n)&&!this.preMatch.matched.has(c)){o=l;break}}return o<0?!1:(this.destroyBetween(this.index,o),this.index++,!0)}updateNodeAt(e,t,n,i,o){let s=this.top.children[i];return s.dirty==we&&s.dom==s.contentDOM&&(s.dirty=nt),s.update(e,t,n,o)?(this.destroyBetween(this.index,i),this.index++,!0):!1}findIndexWithChild(e){for(;;){let t=e.parentNode;if(!t)return-1;if(t==this.top.contentDOM){let n=e.pmViewDesc;if(n){for(let i=this.index;i<this.top.children.length;i++)if(this.top.children[i]==n)return i}return-1}e=t}}updateNextNode(e,t,n,i,o,s){for(let l=this.index;l<this.top.children.length;l++){let a=this.top.children[l];if(a instanceof Ge){let c=this.preMatch.matched.get(a);if(c!=null&&c!=o)return!1;let u=a.dom,d,f=this.isLocked(u)&&!(e.isText&&a.node&&a.node.isText&&a.nodeDOM.nodeValue==e.text&&a.dirty!=we&&Cn(t,a.outerDeco));if(!f&&a.update(e,t,n,i))return this.destroyBetween(this.index,l),a.dom!=u&&(this.changed=!0),this.index++,!0;if(!f&&(d=this.recreateWrapper(a,e,t,n,i,s)))return this.destroyBetween(this.index,l),this.top.children[this.index]=d,d.contentDOM&&(d.dirty=nt,d.updateChildren(i,s+1),d.dirty=ke),this.changed=!0,this.index++,!0;break}}return!1}recreateWrapper(e,t,n,i,o,s){if(e.dirty||t.isAtom||!e.children.length||!e.node.content.eq(t.content)||!Cn(n,e.outerDeco)||!i.eq(e.innerDeco))return null;let l=Ge.create(this.top,t,n,i,o,s);if(l.contentDOM){l.children=e.children,e.children=[];for(let a of l.children)a.parent=l}return e.destroy(),l}addNode(e,t,n,i,o){let s=Ge.create(this.top,e,t,n,i,o);s.contentDOM&&s.updateChildren(i,o+1),this.top.children.splice(this.index++,0,s),this.changed=!0}placeWidget(e,t,n){let i=this.index<this.top.children.length?this.top.children[this.index]:null;if(i&&i.matchesWidget(e)&&(e==i.widget||!i.widget.type.toDOM.parentNode))this.index++;else{let o=new ws(this.top,e,t,n);this.top.children.splice(this.index++,0,o),this.changed=!0}}addTextblockHacks(){let e=this.top.children[this.index-1],t=this.top;for(;e instanceof ct;)t=e,e=t.children[t.children.length-1];(!e||!(e instanceof In)||/\n$/.test(e.node.text)||this.view.requiresGeckoHackNode&&/\s$/.test(e.node.text))&&((se||Q)&&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 n=document.createElement(e);e=="IMG"&&(n.className="ProseMirror-separator",n.alt=""),e=="BR"&&(n.className="ProseMirror-trailingBreak");let i=new Ns(this.top,[],n,null);t!=this.top?t.children.push(i):t.children.splice(this.index++,0,i),this.changed=!0}}isLocked(e){return this.lock&&(e==this.lock||e.nodeType==1&&e.contains(this.lock.parentNode))}}function Za(r,e){let t=e,n=t.children.length,i=r.childCount,o=new Map,s=[];e:for(;i>0;){let l;for(;;)if(n){let c=t.children[n-1];if(c instanceof ct)t=c,n=c.children.length;else{l=c,n--;break}}else{if(t==e)break e;n=t.parent.children.indexOf(t),t=t.parent}let a=l.node;if(a){if(a!=r.child(i-1))break;--i,o.set(l,i),s.push(l)}}return{index:i,matched:o,matches:s.reverse()}}function Qa(r,e){return r.type.side-e.type.side}function ec(r,e,t,n){let i=e.locals(r),o=0;if(i.length==0){for(let c=0;c<r.childCount;c++){let u=r.child(c);n(u,i,e.forChild(o,u),c),o+=u.nodeSize}return}let s=0,l=[],a=null;for(let c=0;;){let u,d;for(;s<i.length&&i[s].to==o;){let y=i[s++];y.widget&&(u?(d||(d=[u])).push(y):u=y)}if(u)if(d){d.sort(Qa);for(let y=0;y<d.length;y++)t(d[y],c,!!a)}else t(u,c,!!a);let f,h;if(a)h=-1,f=a,a=null;else if(c<r.childCount)h=c,f=r.child(c++);else break;for(let y=0;y<l.length;y++)l[y].to<=o&&l.splice(y--,1);for(;s<i.length&&i[s].from<=o&&i[s].to>o;)l.push(i[s++]);let p=o+f.nodeSize;if(f.isText){let y=p;s<i.length&&i[s].from<y&&(y=i[s].from);for(let T=0;T<l.length;T++)l[T].to<y&&(y=l[T].to);y<p&&(a=f.cut(y-o),f=f.cut(0,y-o),p=y,h=-1)}else for(;s<i.length&&i[s].to<p;)s++;let b=f.isInline&&!f.isLeaf?l.filter(y=>!y.inline):l.slice();n(f,b,e.forChild(o,f),h),o=p}}function tc(r){if(r.nodeName=="UL"||r.nodeName=="OL"){let e=r.style.cssText;r.style.cssText=e+"; list-style: square !important",window.getComputedStyle(r).listStyle,r.style.cssText=e}}function nc(r,e,t,n){for(let i=0,o=0;i<r.childCount&&o<=n;){let s=r.child(i++),l=o;if(o+=s.nodeSize,!s.isText)continue;let a=s.text;for(;i<r.childCount;){let c=r.child(i++);if(o+=c.nodeSize,!c.isText)break;a+=c.text}if(o>=t){if(o>=n&&a.slice(n-e.length-l,n-l)==e)return n-e.length;let c=l<n?a.lastIndexOf(e,n-l-1):-1;if(c>=0&&c+e.length+l>=t)return l+c;if(t==n&&a.length>=n+e.length-l&&a.slice(n-l,n-l+e.length)==e)return n}}return-1}function Fr(r,e,t,n,i){let o=[];for(let s=0,l=0;s<r.length;s++){let a=r[s],c=l,u=l+=a.size;c>=t||u<=e?o.push(a):(c<e&&o.push(a.slice(0,e-c,n)),i&&(o.push(i),i=void 0),u>t&&o.push(a.slice(t-c,a.size,n)))}return o}function ri(r,e=null){let t=r.domSelectionRange(),n=r.state.doc;if(!t.focusNode)return null;let i=r.docView.nearestDesc(t.focusNode),o=i&&i.size==0,s=r.docView.posFromDOM(t.focusNode,t.focusOffset,1);if(s<0)return null;let l=n.resolve(s),a,c;if(An(t)){for(a=s;i&&!i.node;)i=i.parent;let d=i.node;if(i&&d.isAtom&&M.isSelectable(d)&&i.parent&&!(d.isInline&&wa(t.focusNode,t.focusOffset,i.dom))){let f=i.posBefore;c=new M(s==f?l:n.resolve(f))}}else{if(t instanceof r.dom.ownerDocument.defaultView.Selection&&t.rangeCount>1){let d=s,f=s;for(let h=0;h<t.rangeCount;h++){let p=t.getRangeAt(h);d=Math.min(d,r.docView.posFromDOM(p.startContainer,p.startOffset,1)),f=Math.max(f,r.docView.posFromDOM(p.endContainer,p.endOffset,-1))}if(d<0)return null;[a,s]=f==r.state.selection.anchor?[f,d]:[d,f],l=n.resolve(s)}else a=r.docView.posFromDOM(t.anchorNode,t.anchorOffset,1);if(a<0)return null}let u=n.resolve(a);if(!c){let d=e=="pointer"||r.state.selection.head<l.pos&&!o?1:-1;c=ii(r,u,l,d)}return c}function Rs(r){return r.editable?r.hasFocus():Ps(r)&&document.activeElement&&document.activeElement.contains(r.dom)}function ze(r,e=!1){let t=r.state.selection;if(Fs(r,t),!!Rs(r)){if(!e&&r.input.mouseDown&&r.input.mouseDown.allowDefault&&Q){let n=r.domSelectionRange(),i=r.domObserver.currentSelection;if(n.anchorNode&&i.anchorNode&&at(n.anchorNode,n.anchorOffset,i.anchorNode,i.anchorOffset)){r.input.mouseDown.delayedSelectionSync=!0,r.domObserver.setCurSelection();return}}if(r.domObserver.disconnectSelection(),r.cursorWrapper)ic(r);else{let{anchor:n,head:i}=t,o,s;lo&&!(t instanceof O)&&(t.$from.parent.inlineContent||(o=ao(r,t.from)),!t.empty&&!t.$from.parent.inlineContent&&(s=ao(r,t.to))),r.docView.setSelection(n,i,r,e),lo&&(o&&co(o),s&&co(s)),t.visible?r.dom.classList.remove("ProseMirror-hideselection"):(r.dom.classList.add("ProseMirror-hideselection"),"onselectionchange"in document&&rc(r))}r.domObserver.setCurSelection(),r.domObserver.connectSelection()}}const lo=se||Q&&Ts<63;function ao(r,e){let{node:t,offset:n}=r.docView.domFromPos(e,0),i=n<t.childNodes.length?t.childNodes[n]:null,o=n?t.childNodes[n-1]:null;if(se&&i&&i.contentEditable=="false")return sr(i);if((!i||i.contentEditable=="false")&&(!o||o.contentEditable=="false")){if(i)return sr(i);if(o)return sr(o)}}function sr(r){return r.contentEditable="true",se&&r.draggable&&(r.draggable=!1,r.wasDraggable=!0),r}function co(r){r.contentEditable="false",r.wasDraggable&&(r.draggable=!0,r.wasDraggable=null)}function rc(r){let e=r.dom.ownerDocument;e.removeEventListener("selectionchange",r.input.hideSelectionGuard);let t=r.domSelectionRange(),n=t.anchorNode,i=t.anchorOffset;e.addEventListener("selectionchange",r.input.hideSelectionGuard=()=>{(t.anchorNode!=n||t.anchorOffset!=i)&&(e.removeEventListener("selectionchange",r.input.hideSelectionGuard),setTimeout(()=>{(!Rs(r)||r.state.selection.visible)&&r.dom.classList.remove("ProseMirror-hideselection")},20))})}function ic(r){let e=r.domSelection();if(!e)return;let t=r.cursorWrapper.dom,n=t.nodeName=="IMG";n?e.collapse(t.parentNode,K(t)+1):e.collapse(t,0),!n&&!r.state.selection.visible&&fe&&Je<=11&&(t.disabled=!0,t.disabled=!1)}function Fs(r,e){if(e instanceof M){let t=r.docView.descAt(e.from);t!=r.lastSelectedViewDesc&&(uo(r),t&&t.selectNode(),r.lastSelectedViewDesc=t)}else uo(r)}function uo(r){r.lastSelectedViewDesc&&(r.lastSelectedViewDesc.parent&&r.lastSelectedViewDesc.deselectNode(),r.lastSelectedViewDesc=void 0)}function ii(r,e,t,n){return r.someProp("createSelectionBetween",i=>i(r,e,t))||O.between(e,t,n)}function fo(r){return r.editable&&!r.hasFocus()?!1:Ps(r)}function Ps(r){let e=r.domSelectionRange();if(!e.anchorNode)return!1;try{return r.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(r.editable||r.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function oc(r){let e=r.docView.domFromPos(r.state.selection.anchor,0),t=r.domSelectionRange();return at(e.node,e.offset,t.anchorNode,t.anchorOffset)}function Pr(r,e){let{$anchor:t,$head:n}=r.selection,i=e>0?t.max(n):t.min(n),o=i.parent.inlineContent?i.depth?r.doc.resolve(e>0?i.after():i.before()):null:i;return o&&D.findFrom(o,e)}function He(r,e){return r.dispatch(r.state.tr.setSelection(e).scrollIntoView()),!0}function ho(r,e,t){let n=r.state.selection;if(n instanceof O)if(t.indexOf("s")>-1){let{$head:i}=n,o=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter;if(!o||o.isText||!o.isLeaf)return!1;let s=r.state.doc.resolve(i.pos+o.nodeSize*(e<0?-1:1));return He(r,new O(n.$anchor,s))}else if(n.empty){if(r.endOfTextblock(e>0?"forward":"backward")){let i=Pr(r.state,e);return i&&i instanceof M?He(r,i):!1}else if(!(me&&t.indexOf("m")>-1)){let i=n.$head,o=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter,s;if(!o||o.isText)return!1;let l=e<0?i.pos-o.nodeSize:i.pos;return o.isAtom||(s=r.docView.descAt(l))&&!s.contentDOM?M.isSelectable(o)?He(r,new M(e<0?r.state.doc.resolve(i.pos-o.nodeSize):i)):Qt?He(r,new O(r.state.doc.resolve(e<0?l:l+o.nodeSize))):!1:!1}}else return!1;else{if(n instanceof M&&n.node.isInline)return He(r,new O(e>0?n.$to:n.$from));{let i=Pr(r.state,e);return i?He(r,i):!1}}}function Mn(r){return r.nodeType==3?r.nodeValue.length:r.childNodes.length}function qt(r,e){let t=r.pmViewDesc;return t&&t.size==0&&(e<0||r.nextSibling||r.nodeName!="BR")}function St(r,e){return e<0?sc(r):lc(r)}function sc(r){let e=r.domSelectionRange(),t=e.focusNode,n=e.focusOffset;if(!t)return;let i,o,s=!1;for(ye&&t.nodeType==1&&n<Mn(t)&&qt(t.childNodes[n],-1)&&(s=!0);;)if(n>0){if(t.nodeType!=1)break;{let l=t.childNodes[n-1];if(qt(l,-1))i=t,o=--n;else if(l.nodeType==3)t=l,n=t.nodeValue.length;else break}}else{if(Ls(t))break;{let l=t.previousSibling;for(;l&&qt(l,-1);)i=t.parentNode,o=K(l),l=l.previousSibling;if(l)t=l,n=Mn(t);else{if(t=t.parentNode,t==r.dom)break;n=0}}}s?Lr(r,t,n):i&&Lr(r,i,o)}function lc(r){let e=r.domSelectionRange(),t=e.focusNode,n=e.focusOffset;if(!t)return;let i=Mn(t),o,s;for(;;)if(n<i){if(t.nodeType!=1)break;let l=t.childNodes[n];if(qt(l,1))o=t,s=++n;else break}else{if(Ls(t))break;{let l=t.nextSibling;for(;l&&qt(l,1);)o=l.parentNode,s=K(l)+1,l=l.nextSibling;if(l)t=l,n=0,i=Mn(t);else{if(t=t.parentNode,t==r.dom)break;n=i=0}}}o&&Lr(r,o,s)}function Ls(r){let e=r.pmViewDesc;return e&&e.node&&e.node.isBlock}function ac(r,e){for(;r&&e==r.childNodes.length&&!Zt(r);)e=K(r)+1,r=r.parentNode;for(;r&&e<r.childNodes.length;){let t=r.childNodes[e];if(t.nodeType==3)return t;if(t.nodeType==1&&t.contentEditable=="false")break;r=t,e=0}}function cc(r,e){for(;r&&!e&&!Zt(r);)e=K(r),r=r.parentNode;for(;r&&e;){let t=r.childNodes[e-1];if(t.nodeType==3)return t;if(t.nodeType==1&&t.contentEditable=="false")break;r=t,e=r.childNodes.length}}function Lr(r,e,t){if(e.nodeType!=3){let o,s;(s=ac(e,t))?(e=s,t=0):(o=cc(e,t))&&(e=o,t=o.nodeValue.length)}let n=r.domSelection();if(!n)return;if(An(n)){let o=document.createRange();o.setEnd(e,t),o.setStart(e,t),n.removeAllRanges(),n.addRange(o)}else n.extend&&n.extend(e,t);r.domObserver.setCurSelection();let{state:i}=r;setTimeout(()=>{r.state==i&&ze(r)},50)}function po(r,e){let t=r.state.doc.resolve(e);if(!(Q||Aa)&&t.parent.inlineContent){let i=r.coordsAtPos(e);if(e>t.start()){let o=r.coordsAtPos(e-1),s=(o.top+o.bottom)/2;if(s>i.top&&s<i.bottom&&Math.abs(o.left-i.left)>1)return o.left<i.left?"ltr":"rtl"}if(e<t.end()){let o=r.coordsAtPos(e+1),s=(o.top+o.bottom)/2;if(s>i.top&&s<i.bottom&&Math.abs(o.left-i.left)>1)return o.left>i.left?"ltr":"rtl"}}return getComputedStyle(r.dom).direction=="rtl"?"rtl":"ltr"}function mo(r,e,t){let n=r.state.selection;if(n instanceof O&&!n.empty||t.indexOf("s")>-1||me&&t.indexOf("m")>-1)return!1;let{$from:i,$to:o}=n;if(!i.parent.inlineContent||r.endOfTextblock(e<0?"up":"down")){let s=Pr(r.state,e);if(s&&s instanceof M)return He(r,s)}if(!i.parent.inlineContent){let s=e<0?i:o,l=n instanceof G?D.near(s,e):D.findFrom(s,e);return l?He(r,l):!1}return!1}function go(r,e){if(!(r.state.selection instanceof O))return!0;let{$head:t,$anchor:n,empty:i}=r.state.selection;if(!t.sameParent(n))return!0;if(!i)return!1;if(r.endOfTextblock(e>0?"forward":"backward"))return!0;let o=!t.textOffset&&(e<0?t.nodeBefore:t.nodeAfter);if(o&&!o.isText){let s=r.state.tr;return e<0?s.delete(t.pos-o.nodeSize,t.pos):s.delete(t.pos,t.pos+o.nodeSize),r.dispatch(s),!0}return!1}function bo(r,e,t){r.domObserver.stop(),e.contentEditable=t,r.domObserver.start()}function uc(r){if(!se||r.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:t}=r.domSelectionRange();if(e&&e.nodeType==1&&t==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let n=e.firstChild;bo(r,n,"true"),setTimeout(()=>bo(r,n,"false"),20)}return!1}function dc(r){let e="";return r.ctrlKey&&(e+="c"),r.metaKey&&(e+="m"),r.altKey&&(e+="a"),r.shiftKey&&(e+="s"),e}function fc(r,e){let t=e.keyCode,n=dc(e);if(t==8||me&&t==72&&n=="c")return go(r,-1)||St(r,-1);if(t==46&&!e.shiftKey||me&&t==68&&n=="c")return go(r,1)||St(r,1);if(t==13||t==27)return!0;if(t==37||me&&t==66&&n=="c"){let i=t==37?po(r,r.state.selection.from)=="ltr"?-1:1:-1;return ho(r,i,n)||St(r,i)}else if(t==39||me&&t==70&&n=="c"){let i=t==39?po(r,r.state.selection.from)=="ltr"?1:-1:1;return ho(r,i,n)||St(r,i)}else{if(t==38||me&&t==80&&n=="c")return mo(r,-1,n)||St(r,-1);if(t==40||me&&t==78&&n=="c")return uc(r)||mo(r,1,n)||St(r,1);if(n==(me?"m":"c")&&(t==66||t==73||t==89||t==90))return!0}return!1}function oi(r,e){r.someProp("transformCopied",h=>{e=h(e,r)});let t=[],{content:n,openStart:i,openEnd:o}=e;for(;i>1&&o>1&&n.childCount==1&&n.firstChild.childCount==1;){i--,o--;let h=n.firstChild;t.push(h.type.name,h.attrs!=h.type.defaultAttrs?h.attrs:null),n=h.content}let s=r.someProp("clipboardSerializer")||m.DOMSerializer.fromSchema(r.state.schema),l=Ws(),a=l.createElement("div");a.appendChild(s.serializeFragment(n,{document:l}));let c=a.firstChild,u,d=0;for(;c&&c.nodeType==1&&(u=Hs[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} ${o}${d?` -${d}`:""} ${JSON.stringify(t)}`);let f=r.someProp("clipboardTextSerializer",h=>h(e,r))||e.content.textBetween(0,e.content.size,`
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ne=require("../bundled/vivid-element.cjs"),m=require("../bundled/slottable-request.cjs"),Jl=require("../bundled/localized.cjs"),Ui=require("../bundled/ref.cjs"),Tn=require("../bundled/definition9.cjs"),Gl=require("../bundled/definition15.cjs"),Qo=require("../bundled/definition19.cjs"),Jr=require("../bundled/definition12.cjs"),es=require("../bundled/definition11.cjs"),ts=require("../bundled/definition6.cjs"),ns=require("../bundled/definition7.cjs"),rs=require("../bundled/definition10.cjs"),is=require("../bundled/definition16.cjs"),ss=require("../bundled/definition3.cjs"),jl=require("../bundled/divider.cjs"),Yl=require("../bundled/mixins.cjs"),Xl=":host{display:flex;flex-direction:column}.rte{display:flex;flex-direction:column;block-size:100%;min-block-size:0}.editor{display:contents}.editor-viewport{position:relative;display:flex;overflow:hidden;flex:1;flex-direction:column;contain:layout;min-block-size:0}.editor-scroll-area{--editor-padding-inline: var( --rich-text-editor-padding-inline, 16px );--editor-padding-block: var( --rich-text-editor-padding-block, 8px );display:flex;flex:1;flex-direction:column;background-color:var(--vvd-color-canvas);color:var(--vvd-color-canvas-text);font:var(--vvd-typography-base);min-block-size:0;overflow-y:auto;--scrollbar-track-color: transparent;--scrollbar-thumb-color: color-mix(in srgb, var(--vvd-color-neutral-950), transparent 70%)}.editor-scroll-area{scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color);scrollbar-width:thin}.editor-scroll-area ::-webkit-scrollbar{width:4px}.editor-scroll-area ::-webkit-scrollbar-track{background:var(--scrollbar-track-color)}.editor-scroll-area ::-webkit-scrollbar-thumb{border:0;border-radius:4px;background-color:var(--scrollbar-fallback-track-color, var(--scrollbar-thumb-color))}.popovers--disabled>*{display:none!important}",ls=65535,as=Math.pow(2,16);function Zl(r,e){return r+e*as}function $i(r){return r&ls}function Ql(r){return(r-(r&ls))/as}const cs=1,us=2,gn=4,ds=8;class Dr{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&ds)>0}get deletedBefore(){return(this.delInfo&(cs|gn))>0}get deletedAfter(){return(this.delInfo&(us|gn))>0}get deletedAcross(){return(this.delInfo&gn)>0}}class pe{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&pe.empty)return pe.empty}recover(e){let t=0,n=$i(e);if(!this.inverted)for(let i=0;i<n;i++)t+=this.ranges[i*3+2]-this.ranges[i*3+1];return this.ranges[n*3]+t+Ql(e)}mapResult(e,t=1){return this._map(e,t,!1)}map(e,t=1){return this._map(e,t,!0)}_map(e,t,n){let i=0,o=this.inverted?2:1,s=this.inverted?1:2;for(let l=0;l<this.ranges.length;l+=3){let a=this.ranges[l]-(this.inverted?i:0);if(a>e)break;let c=this.ranges[l+o],u=this.ranges[l+s],d=a+c;if(e<=d){let f=c?e==a?-1:e==d?1:t:t,h=a+i+(f<0?0:u);if(n)return h;let p=e==(t<0?a:d)?null:Zl(l/3,e-a),b=e==a?us:e==d?cs:gn;return(t<0?e!=a:e!=d)&&(b|=ds),new Dr(h,b,p)}i+=u-c}return n?e+i:new Dr(e+i,0,null)}touches(e,t){let n=0,i=$i(t),o=this.inverted?2:1,s=this.inverted?1:2;for(let l=0;l<this.ranges.length;l+=3){let a=this.ranges[l]-(this.inverted?n:0);if(a>e)break;let c=this.ranges[l+o],u=a+c;if(e<=u&&l==i*3)return!0;n+=this.ranges[l+s]-c}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let i=0,o=0;i<this.ranges.length;i+=3){let s=this.ranges[i],l=s-(this.inverted?o:0),a=s+(this.inverted?0:o),c=this.ranges[i+t],u=this.ranges[i+n];e(l,l+c,a,a+u),o+=u-c}}invert(){return new pe(this.ranges,!this.inverted)}toString(){return(this.inverted?"-":"")+JSON.stringify(this.ranges)}static offset(e){return e==0?pe.empty:new pe(e<0?[0,-e,0]:[0,0,e])}}pe.empty=new pe([]);class Jt{constructor(e,t,n=0,i=e?e.length:0){this.mirror=t,this.from=n,this.to=i,this._maps=e||[],this.ownData=!(e||t)}get maps(){return this._maps}slice(e=0,t=this.maps.length){return new Jt(this._maps,this.mirror,e,t)}appendMap(e,t){this.ownData||(this._maps=this._maps.slice(),this.mirror=this.mirror&&this.mirror.slice(),this.ownData=!0),this.to=this._maps.push(e),t!=null&&this.setMirror(this._maps.length-1,t)}appendMapping(e){for(let t=0,n=this._maps.length;t<e._maps.length;t++){let i=e.getMirror(t);this.appendMap(e._maps[t],i!=null&&i<t?n+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,n=this._maps.length+e._maps.length;t>=0;t--){let i=e.getMirror(t);this.appendMap(e._maps[t].invert(),i!=null&&i>t?n-i-1:void 0)}}invert(){let e=new Jt;return e.appendMappingInverted(this),e}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let n=this.from;n<this.to;n++)e=this._maps[n].map(e,t);return e}mapResult(e,t=1){return this._map(e,t,!1)}_map(e,t,n){let i=0;for(let o=this.from;o<this.to;o++){let s=this._maps[o],l=s.mapResult(e,t);if(l.recover!=null){let a=this.getMirror(o);if(a!=null&&a>o&&a<this.to){o=a,e=this._maps[a].recover(l.recover);continue}}i|=l.delInfo,e=l.pos}return n?e:new Dr(e,i,null)}}const Qn=Object.create(null);class re{getMap(){return pe.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw new RangeError("Invalid input for Step.fromJSON");let n=Qn[t.stepType];if(!n)throw new RangeError(`No step type ${t.stepType} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in Qn)throw new RangeError("Duplicate use of step JSON ID "+e);return Qn[e]=t,t.prototype.jsonID=e,t}}class z{constructor(e,t){this.doc=e,this.failed=t}static ok(e){return new z(e,null)}static fail(e){return new z(null,e)}static fromReplace(e,t,n,i){try{return z.ok(e.replace(t,n,i))}catch(o){if(o instanceof m.ReplaceError)return z.fail(o.message);throw o}}}function Gr(r,e,t){let n=[];for(let i=0;i<r.childCount;i++){let o=r.child(i);o.content.size&&(o=o.copy(Gr(o.content,e,o))),o.isInline&&(o=e(o,t,i)),n.push(o)}return m.Fragment.fromArray(n)}class $e extends re{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=e.resolve(this.from),i=n.node(n.sharedDepth(this.to)),o=new m.Slice(Gr(t.content,(s,l)=>!s.isAtom||!l.type.allowsMarkType(this.mark.type)?s:s.mark(this.mark.addToSet(s.marks)),i),t.openStart,t.openEnd);return z.fromReplace(e,this.from,this.to,o)}invert(){return new be(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1);return t.deleted&&n.deleted||t.pos>=n.pos?null:new $e(t.pos,n.pos,this.mark)}merge(e){return e instanceof $e&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new $e(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 $e(t.from,t.to,e.markFromJSON(t.mark))}}re.jsonID("addMark",$e);class be extends re{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new m.Slice(Gr(t.content,i=>i.mark(this.mark.removeFromSet(i.marks)),e),t.openStart,t.openEnd);return z.fromReplace(e,this.from,this.to,n)}invert(){return new $e(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1);return t.deleted&&n.deleted||t.pos>=n.pos?null:new be(t.pos,n.pos,this.mark)}merge(e){return e instanceof be&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new be(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 be(t.from,t.to,e.markFromJSON(t.mark))}}re.jsonID("removeMark",be);class qe extends re{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return z.fail("No node at mark step's position");let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return z.fromReplace(e,this.pos,this.pos+1,new m.Slice(m.Fragment.from(n),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);if(t){let n=this.mark.addToSet(t.marks);if(n.length==t.marks.length){for(let i=0;i<t.marks.length;i++)if(!t.marks[i].isInSet(n))return new qe(this.pos,t.marks[i]);return new qe(this.pos,this.mark)}}return new lt(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new qe(t.pos,this.mark)}toJSON(){return{stepType:"addNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for AddNodeMarkStep.fromJSON");return new qe(t.pos,e.markFromJSON(t.mark))}}re.jsonID("addNodeMark",qe);class lt extends re{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return z.fail("No node at mark step's position");let n=t.type.create(t.attrs,null,this.mark.removeFromSet(t.marks));return z.fromReplace(e,this.pos,this.pos+1,new m.Slice(m.Fragment.from(n),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);return!t||!this.mark.isInSet(t.marks)?this:new qe(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new lt(t.pos,this.mark)}toJSON(){return{stepType:"removeNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for RemoveNodeMarkStep.fromJSON");return new lt(t.pos,e.markFromJSON(t.mark))}}re.jsonID("removeNodeMark",lt);class Q extends re{constructor(e,t,n,i=!1){super(),this.from=e,this.to=t,this.slice=n,this.structure=i}apply(e){return this.structure&&wr(e,this.from,this.to)?z.fail("Structure replace would overwrite content"):z.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new pe([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),n=e.mapResult(this.to,-1);return t.deletedAcross&&n.deletedAcross?null:new Q(t.pos,Math.max(t.pos,n.pos),this.slice,this.structure)}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?m.Slice.empty:new m.Slice(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?m.Slice.empty:new m.Slice(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,m.Slice.fromJSON(e,t.slice),!!t.structure)}}re.jsonID("replace",Q);class te extends re{constructor(e,t,n,i,o,s,l=!1){super(),this.from=e,this.to=t,this.gapFrom=n,this.gapTo=i,this.slice=o,this.insert=s,this.structure=l}apply(e){if(this.structure&&(wr(e,this.from,this.gapFrom)||wr(e,this.gapTo,this.to)))return z.fail("Structure gap-replace would overwrite content");let t=e.slice(this.gapFrom,this.gapTo);if(t.openStart||t.openEnd)return z.fail("Gap is not a flat range");let n=this.slice.insertAt(this.insert,t.content);return n?z.fromReplace(e,this.from,this.to,n):z.fail("Content does not fit in gap")}getMap(){return new pe([this.from,this.gapFrom-this.from,this.insert,this.gapTo,this.to-this.gapTo,this.slice.size-this.insert])}invert(e){let t=this.gapTo-this.gapFrom;return new te(this.from,this.from+this.slice.size+t,this.from+this.insert,this.from+this.insert+t,e.slice(this.from,this.to).removeBetween(this.gapFrom-this.from,this.gapTo-this.from),this.gapFrom-this.from,this.structure)}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1),i=this.from==this.gapFrom?t.pos:e.map(this.gapFrom,-1),o=this.to==this.gapTo?n.pos:e.map(this.gapTo,1);return t.deletedAcross&&n.deletedAcross||i<t.pos||o>n.pos?null:new te(t.pos,n.pos,i,o,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:"replaceAround",from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,t){if(typeof t.from!="number"||typeof t.to!="number"||typeof t.gapFrom!="number"||typeof t.gapTo!="number"||typeof t.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new te(t.from,t.to,t.gapFrom,t.gapTo,m.Slice.fromJSON(e,t.slice),t.insert,!!t.structure)}}re.jsonID("replaceAround",te);function wr(r,e,t){let n=r.resolve(e),i=t-e,o=n.depth;for(;i>0&&o>0&&n.indexAfter(o)==n.node(o).childCount;)o--,i--;if(i>0){let s=n.node(o).maybeChild(n.indexAfter(o));for(;i>0;){if(!s||s.isLeaf)return!0;s=s.firstChild,i--}}return!1}function ea(r,e,t,n){let i=[],o=[],s,l;r.doc.nodesBetween(e,t,(a,c,u)=>{if(!a.isInline)return;let d=a.marks;if(!n.isInSet(d)&&u.type.allowsMarkType(n.type)){let f=Math.max(c,e),h=Math.min(c+a.nodeSize,t),p=n.addToSet(d);for(let b=0;b<d.length;b++)d[b].isInSet(p)||(s&&s.to==f&&s.mark.eq(d[b])?s.to=h:i.push(s=new be(f,h,d[b])));l&&l.to==f?l.to=h:o.push(l=new $e(f,h,n))}}),i.forEach(a=>r.step(a)),o.forEach(a=>r.step(a))}function ta(r,e,t,n){let i=[],o=0;r.doc.nodesBetween(e,t,(s,l)=>{if(!s.isInline)return;o++;let a=null;if(n instanceof m.MarkType){let c=s.marks,u;for(;u=n.isInSet(c);)(a||(a=[])).push(u),c=u.removeFromSet(c)}else n?n.isInSet(s.marks)&&(a=[n]):a=s.marks;if(a&&a.length){let c=Math.min(l+s.nodeSize,t);for(let u=0;u<a.length;u++){let d=a[u],f;for(let h=0;h<i.length;h++){let p=i[h];p.step==o-1&&d.eq(i[h].style)&&(f=p)}f?(f.to=c,f.step=o):i.push({style:d,from:Math.max(l,e),to:c,step:o})}}}),i.forEach(s=>r.step(new be(s.from,s.to,s.style)))}function jr(r,e,t,n=t.contentMatch,i=!0){let o=r.doc.nodeAt(e),s=[],l=e+1;for(let a=0;a<o.childCount;a++){let c=o.child(a),u=l+c.nodeSize,d=n.matchType(c.type);if(!d)s.push(new Q(l,u,m.Slice.empty));else{n=d;for(let f=0;f<c.marks.length;f++)t.allowsMarkType(c.marks[f].type)||r.step(new be(l,u,c.marks[f]));if(i&&c.isText&&t.whitespace!="pre"){let f,h=/\r?\n|\r/g,p;for(;f=h.exec(c.text);)p||(p=new m.Slice(m.Fragment.from(t.schema.text(" ",t.allowedMarks(c.marks))),0,0)),s.push(new Q(l+f.index,l+f.index+f[0].length,p))}}l=u}if(!n.validEnd){let a=n.fillBefore(m.Fragment.empty,!0);r.replace(l,l,new m.Slice(a,0,0))}for(let a=s.length-1;a>=0;a--)r.step(s[a])}function na(r,e,t){return(e==0||r.canReplace(e,r.childCount))&&(t==r.childCount||r.canReplace(0,t))}function Yr(r){let t=r.parent.content.cutByIndex(r.startIndex,r.endIndex);for(let n=r.depth,i=0,o=0;;--n){let s=r.$from.node(n),l=r.$from.index(n)+i,a=r.$to.indexAfter(n)-o;if(n<r.depth&&s.canReplace(l,a,t))return n;if(n==0||s.type.spec.isolating||!na(s,l,a))break;l&&(i=1),a<s.childCount&&(o=1)}return null}function ra(r,e,t){let{$from:n,$to:i,depth:o}=e,s=n.before(o+1),l=i.after(o+1),a=s,c=l,u=m.Fragment.empty,d=0;for(let p=o,b=!1;p>t;p--)b||n.index(p)>0?(b=!0,u=m.Fragment.from(n.node(p).copy(u)),d++):a--;let f=m.Fragment.empty,h=0;for(let p=o,b=!1;p>t;p--)b||i.after(p+1)<i.end(p)?(b=!0,f=m.Fragment.from(i.node(p).copy(f)),h++):c++;r.step(new te(a,c,s,l,new m.Slice(u.append(f),d,h),u.size-d,!0))}function ia(r,e,t){let n=m.Fragment.empty;for(let s=t.length-1;s>=0;s--){if(n.size){let l=t[s].type.contentMatch.matchFragment(n);if(!l||!l.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}n=m.Fragment.from(t[s].type.create(t[s].attrs,n))}let i=e.start,o=e.end;r.step(new te(i,o,i,o,new m.Slice(n,0,0),t.length,!0))}function oa(r,e,t,n,i){if(!n.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let o=r.steps.length;r.doc.nodesBetween(e,t,(s,l)=>{let a=typeof i=="function"?i(s):i;if(s.isTextblock&&!s.hasMarkup(n,a)&&sa(r.doc,r.mapping.slice(o).map(l),n)){let c=null;if(n.schema.linebreakReplacement){let h=n.whitespace=="pre",p=!!n.contentMatch.matchType(n.schema.linebreakReplacement);h&&!p?c=!1:!h&&p&&(c=!0)}c===!1&&hs(r,s,l,o),jr(r,r.mapping.slice(o).map(l,1),n,void 0,c===null);let u=r.mapping.slice(o),d=u.map(l,1),f=u.map(l+s.nodeSize,1);return r.step(new te(d,f,d+1,f-1,new m.Slice(m.Fragment.from(n.create(a,null,s.marks)),0,0),1,!0)),c===!0&&fs(r,s,l,o),!1}})}function fs(r,e,t,n){e.forEach((i,o)=>{if(i.isText){let s,l=/\r?\n|\r/g;for(;s=l.exec(i.text);){let a=r.mapping.slice(n).map(t+1+o+s.index);r.replaceWith(a,a+1,e.type.schema.linebreakReplacement.create())}}})}function hs(r,e,t,n){e.forEach((i,o)=>{if(i.type==i.type.schema.linebreakReplacement){let s=r.mapping.slice(n).map(t+1+o);r.replaceWith(s,s+1,e.type.schema.text(`
|
|
2
|
+
`))}})}function sa(r,e,t){let n=r.resolve(e),i=n.index();return n.parent.canReplaceWith(i,i+1,t)}function la(r,e,t,n,i){let o=r.doc.nodeAt(e);if(!o)throw new RangeError("No node at given position");t||(t=o.type);let s=t.create(n,null,i||o.marks);if(o.isLeaf)return r.replaceWith(e,e+o.nodeSize,s);if(!t.validContent(o.content))throw new RangeError("Invalid content for node type "+t.name);r.step(new te(e,e+o.nodeSize,e+1,e+o.nodeSize-1,new m.Slice(m.Fragment.from(s),0,0),1,!0))}function bn(r,e,t=1,n){let i=r.resolve(e),o=i.depth-t,s=n&&n[n.length-1]||i.parent;if(o<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!s.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let c=i.depth-1,u=t-2;c>o;c--,u--){let d=i.node(c),f=i.index(c);if(d.type.spec.isolating)return!1;let h=d.content.cutByIndex(f,d.childCount),p=n&&n[u+1];p&&(h=h.replaceChild(0,p.type.create(p.attrs)));let b=n&&n[u]||d;if(!d.canReplace(f+1,d.childCount)||!b.type.validContent(h))return!1}let l=i.indexAfter(o),a=n&&n[0];return i.node(o).canReplaceWith(l,l,a?a.type:i.node(o+1).type)}function aa(r,e,t=1,n){let i=r.doc.resolve(e),o=m.Fragment.empty,s=m.Fragment.empty;for(let l=i.depth,a=i.depth-t,c=t-1;l>a;l--,c--){o=m.Fragment.from(i.node(l).copy(o));let u=n&&n[c];s=m.Fragment.from(u?u.type.create(u.attrs,s):i.node(l).copy(s))}r.step(new Q(e,e,new m.Slice(o.append(s),t,t),!0))}function Xr(r,e){let t=r.resolve(e),n=t.index();return ua(t.nodeBefore,t.nodeAfter)&&t.parent.canReplace(n,n+1)}function ca(r,e){e.content.size||r.type.compatibleContent(e.type);let t=r.contentMatchAt(r.childCount),{linebreakReplacement:n}=r.type.schema;for(let i=0;i<e.childCount;i++){let o=e.child(i),s=o.type==n?r.type.schema.nodes.text:o.type;if(t=t.matchType(s),!t||!r.type.allowsMarks(o.marks))return!1}return t.validEnd}function ua(r,e){return!!(r&&e&&!r.isLeaf&&ca(r,e))}function da(r,e,t){let n=null,{linebreakReplacement:i}=r.doc.type.schema,o=r.doc.resolve(e-t),s=o.node().type;if(i&&s.inlineContent){let u=s.whitespace=="pre",d=!!s.contentMatch.matchType(i);u&&!d?n=!1:!u&&d&&(n=!0)}let l=r.steps.length;if(n===!1){let u=r.doc.resolve(e+t);hs(r,u.node(),u.before(),l)}s.inlineContent&&jr(r,e+t-1,s,o.node().contentMatchAt(o.index()),n==null);let a=r.mapping.slice(l),c=a.map(e-t);if(r.step(new Q(c,a.map(e+t,-1),m.Slice.empty,!0)),n===!0){let u=r.doc.resolve(c);fs(r,u.node(),u.before(),r.steps.length)}return r}function fa(r,e,t){let n=r.resolve(e);if(n.parent.canReplaceWith(n.index(),n.index(),t))return e;if(n.parentOffset==0)for(let i=n.depth-1;i>=0;i--){let o=n.index(i);if(n.node(i).canReplaceWith(o,o,t))return n.before(i+1);if(o>0)return null}if(n.parentOffset==n.parent.content.size)for(let i=n.depth-1;i>=0;i--){let o=n.indexAfter(i);if(n.node(i).canReplaceWith(o,o,t))return n.after(i+1);if(o<n.node(i).childCount)return null}return null}function Zr(r,e,t){let n=r.resolve(e);if(!t.content.size)return e;let i=t.content;for(let o=0;o<t.openStart;o++)i=i.firstChild.content;for(let o=1;o<=(t.openStart==0&&t.size?2:1);o++)for(let s=n.depth;s>=0;s--){let l=s==n.depth?0:n.pos<=(n.start(s+1)+n.end(s+1))/2?-1:1,a=n.index(s)+(l>0?1:0),c=n.node(s),u=!1;if(o==1)u=c.canReplace(a,a,i);else{let d=c.contentMatchAt(a).findWrapping(i.firstChild.type);u=d&&c.canReplaceWith(a,a,d[0])}if(u)return l==0?n.pos:l<0?n.before(s+1):n.after(s+1)}return null}function Qr(r,e,t=e,n=m.Slice.empty){if(e==t&&!n.size)return null;let i=r.resolve(e),o=r.resolve(t);return ps(i,o,n)?new Q(e,t,n):new ha(i,o,n).fit()}function ps(r,e,t){return!t.openStart&&!t.openEnd&&r.start()==e.start()&&r.parent.canReplace(r.index(),e.index(),t.content)}class ha{constructor(e,t,n){this.$from=e,this.$to=t,this.unplaced=n,this.frontier=[],this.placed=m.Fragment.empty;for(let i=0;i<=e.depth;i++){let o=e.node(i);this.frontier.push({type:o.type,match:o.contentMatchAt(e.indexAfter(i))})}for(let i=e.depth;i>0;i--)this.placed=m.Fragment.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,n=this.$from,i=this.close(e<0?this.$to:n.doc.resolve(e));if(!i)return null;let o=this.placed,s=n.depth,l=i.depth;for(;s&&l&&o.childCount==1;)o=o.firstChild.content,s--,l--;let a=new m.Slice(o,s,l);return e>-1?new te(n.pos,e,this.$to.pos,this.$to.end(),a,t):a.size||n.pos!=this.$to.pos?new Q(n.pos,i.pos,a):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,n=0,i=this.unplaced.openEnd;n<e;n++){let o=t.firstChild;if(t.childCount>1&&(i=0),o.type.spec.isolating&&i<=n){e=n;break}t=o.content}for(let t=1;t<=2;t++)for(let n=t==1?e:this.unplaced.openStart;n>=0;n--){let i,o=null;n?(o=er(this.unplaced.content,n-1).firstChild,i=o.content):i=this.unplaced.content;let s=i.firstChild;for(let l=this.depth;l>=0;l--){let{type:a,match:c}=this.frontier[l],u,d=null;if(t==1&&(s?c.matchType(s.type)||(d=c.fillBefore(m.Fragment.from(s),!1)):o&&a.compatibleContent(o.type)))return{sliceDepth:n,frontierDepth:l,parent:o,inject:d};if(t==2&&s&&(u=c.findWrapping(s.type)))return{sliceDepth:n,frontierDepth:l,parent:o,wrap:u};if(o&&c.matchType(o.type))break}}}openMore(){let{content:e,openStart:t,openEnd:n}=this.unplaced,i=er(e,t);return!i.childCount||i.firstChild.isLeaf?!1:(this.unplaced=new m.Slice(e,t+1,Math.max(n,i.size+t>=e.size-n?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:n}=this.unplaced,i=er(e,t);if(i.childCount<=1&&t>0){let o=e.size-t<=t+i.size;this.unplaced=new m.Slice(Vt(e,t-1,1),t-1,o?t-1:n)}else this.unplaced=new m.Slice(Vt(e,t,1),t,n)}placeNodes({sliceDepth:e,frontierDepth:t,parent:n,inject:i,wrap:o}){for(;this.depth>t;)this.closeFrontierNode();if(o)for(let b=0;b<o.length;b++)this.openFrontierNode(o[b]);let s=this.unplaced,l=n?n.content:s.content,a=s.openStart-e,c=0,u=[],{match:d,type:f}=this.frontier[t];if(i){for(let b=0;b<i.childCount;b++)u.push(i.child(b));d=d.matchFragment(i)}let h=l.size+e-(s.content.size-s.openEnd);for(;c<l.childCount;){let b=l.child(c),y=d.matchType(b.type);if(!y)break;c++,(c>1||a==0||b.content.size)&&(d=y,u.push(ms(b.mark(f.allowedMarks(b.marks)),c==1?a:0,c==l.childCount?h:-1)))}let p=c==l.childCount;p||(h=-1),this.placed=Ht(this.placed,t,m.Fragment.from(u)),this.frontier[t].match=d,p&&h<0&&n&&n.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let b=0,y=l;b<h;b++){let T=y.lastChild;this.frontier.push({type:T.type,match:T.contentMatchAt(T.childCount)}),y=T.content}this.unplaced=p?e==0?m.Slice.empty:new m.Slice(Vt(s.content,e-1,1),e-1,h<0?s.openEnd:e-1):new m.Slice(Vt(s.content,e,c),s.openStart,s.openEnd)}mustMoveInline(){if(!this.$to.parent.isTextblock)return-1;let e=this.frontier[this.depth],t;if(!e.type.isTextblock||!tr(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:n}=this.$to,i=this.$to.after(n);for(;n>1&&i==this.$to.end(--n);)++i;return i}findCloseLevel(e){e:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:n,type:i}=this.frontier[t],o=t<e.depth&&e.end(t+1)==e.pos+(e.depth-(t+1)),s=tr(e,t,i,n,o);if(s){for(let l=t-1;l>=0;l--){let{match:a,type:c}=this.frontier[l],u=tr(e,l,c,a,!0);if(!u||u.childCount)continue e}return{depth:t,fit:s,move:o?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=Ht(this.placed,t.depth,t.fit)),e=t.move;for(let n=t.depth+1;n<=e.depth;n++){let i=e.node(n),o=i.type.contentMatch.fillBefore(i.content,!0,e.index(n));this.openFrontierNode(i.type,i.attrs,o)}return e}openFrontierNode(e,t=null,n){let i=this.frontier[this.depth];i.match=i.match.matchType(e),this.placed=Ht(this.placed,this.depth,m.Fragment.from(e.create(t,n))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let t=this.frontier.pop().match.fillBefore(m.Fragment.empty,!0);t.childCount&&(this.placed=Ht(this.placed,this.frontier.length,t))}}function Vt(r,e,t){return e==0?r.cutByIndex(t,r.childCount):r.replaceChild(0,r.firstChild.copy(Vt(r.firstChild.content,e-1,t)))}function Ht(r,e,t){return e==0?r.append(t):r.replaceChild(r.childCount-1,r.lastChild.copy(Ht(r.lastChild.content,e-1,t)))}function er(r,e){for(let t=0;t<e;t++)r=r.firstChild.content;return r}function ms(r,e,t){if(e<=0)return r;let n=r.content;return e>1&&(n=n.replaceChild(0,ms(n.firstChild,e-1,n.childCount==1?t-1:0))),e>0&&(n=r.type.contentMatch.fillBefore(n).append(n),t<=0&&(n=n.append(r.type.contentMatch.matchFragment(n).fillBefore(m.Fragment.empty,!0)))),r.copy(n)}function tr(r,e,t,n,i){let o=r.node(e),s=i?r.indexAfter(e):r.index(e);if(s==o.childCount&&!t.compatibleContent(o.type))return null;let l=n.fillBefore(o.content,!0,s);return l&&!pa(t,o.content,s)?l:null}function pa(r,e,t){for(let n=t;n<e.childCount;n++)if(!r.allowsMarks(e.child(n).marks))return!0;return!1}function ma(r){return r.spec.defining||r.spec.definingForContent}function ga(r,e,t,n){if(!n.size)return r.deleteRange(e,t);let i=r.doc.resolve(e),o=r.doc.resolve(t);if(ps(i,o,n))return r.step(new Q(e,t,n));let s=bs(i,o);s[s.length-1]==0&&s.pop();let l=-(i.depth+1);s.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;s.indexOf(f)>-1?l=f:i.before(f)==h&&s.splice(1,0,-f)}let a=s.indexOf(l),c=[],u=n.openStart;for(let f=n.content,h=0;;h++){let p=f.firstChild;if(c.push(p),h==n.openStart)break;f=p.content}for(let f=u-1;f>=0;f--){let h=c[f],p=ma(h.type);if(p&&!h.sameMarkup(i.node(Math.abs(l)-1)))u=f;else if(p||!h.type.isTextblock)break}for(let f=n.openStart;f>=0;f--){let h=(f+u+1)%(n.openStart+1),p=c[h];if(p)for(let b=0;b<s.length;b++){let y=s[(b+a)%s.length],T=!0;y<0&&(T=!1,y=-y);let A=i.node(y-1),w=i.index(y-1);if(A.canReplaceWith(w,w,p.type,p.marks))return r.replace(i.before(y),T?o.after(y):t,new m.Slice(gs(n.content,0,n.openStart,h),h,n.openEnd))}}let d=r.steps.length;for(let f=s.length-1;f>=0&&(r.replace(e,t,n),!(r.steps.length>d));f--){let h=s[f];h<0||(e=i.before(h),t=o.after(h))}}function gs(r,e,t,n,i){if(e<t){let o=r.firstChild;r=r.replaceChild(0,o.copy(gs(o.content,e+1,t,n,o)))}if(e>n){let o=i.contentMatchAt(0),s=o.fillBefore(r).append(r);r=s.append(o.matchFragment(s).fillBefore(m.Fragment.empty,!0))}return r}function ba(r,e,t,n){if(!n.isInline&&e==t&&r.doc.resolve(e).parent.content.size){let i=fa(r.doc,e,n.type);i!=null&&(e=t=i)}r.replaceRange(e,t,new m.Slice(m.Fragment.from(n),0,0))}function ya(r,e,t){let n=r.doc.resolve(e),i=r.doc.resolve(t),o=bs(n,i);for(let s=0;s<o.length;s++){let l=o[s],a=s==o.length-1;if(a&&l==0||n.node(l).type.contentMatch.validEnd)return r.delete(n.start(l),i.end(l));if(l>0&&(a||n.node(l-1).canReplace(n.index(l-1),i.indexAfter(l-1))))return r.delete(n.before(l),i.after(l))}for(let s=1;s<=n.depth&&s<=i.depth;s++)if(e-n.start(s)==n.depth-s&&t>n.end(s)&&i.end(s)-t!=i.depth-s&&n.start(s-1)==i.start(s-1)&&n.node(s-1).canReplace(n.index(s-1),i.index(s-1)))return r.delete(n.before(s),t);r.delete(e,t)}function bs(r,e){let t=[],n=Math.min(r.depth,e.depth);for(let i=n;i>=0;i--){let o=r.start(i);if(o<r.pos-(r.depth-i)||e.end(i)>e.pos+(e.depth-i)||r.node(i).type.spec.isolating||e.node(i).type.spec.isolating)break;(o==e.start(i)||i==r.depth&&i==e.depth&&r.parent.inlineContent&&e.parent.inlineContent&&i&&e.start(i-1)==o-1)&&t.push(i)}return t}class xt extends re{constructor(e,t,n){super(),this.pos=e,this.attr=t,this.value=n}apply(e){let t=e.nodeAt(this.pos);if(!t)return z.fail("No node at attribute step's position");let n=Object.create(null);for(let o in t.attrs)n[o]=t.attrs[o];n[this.attr]=this.value;let i=t.type.create(n,null,t.marks);return z.fromReplace(e,this.pos,this.pos+1,new m.Slice(m.Fragment.from(i),0,t.isLeaf?0:1))}getMap(){return pe.empty}invert(e){return new xt(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new xt(t.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.pos!="number"||typeof t.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new xt(t.pos,t.attr,t.value)}}re.jsonID("attr",xt);class Gt extends re{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let i in e.attrs)t[i]=e.attrs[i];t[this.attr]=this.value;let n=e.type.create(t,e.content,e.marks);return z.ok(n)}getMap(){return pe.empty}invert(e){return new Gt(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new Gt(t.attr,t.value)}}re.jsonID("docAttr",Gt);let Et=class extends Error{};Et=function r(e){let t=Error.call(this,e);return t.__proto__=r.prototype,t};Et.prototype=Object.create(Error.prototype);Et.prototype.constructor=Et;Et.prototype.name="TransformError";class ka{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Jt}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Et(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,n=m.Slice.empty){let i=Qr(this.doc,e,t,n);return i&&this.step(i),this}replaceWith(e,t,n){return this.replace(e,t,new m.Slice(m.Fragment.from(n),0,0))}delete(e,t){return this.replace(e,t,m.Slice.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,n){return ga(this,e,t,n),this}replaceRangeWith(e,t,n){return ba(this,e,t,n),this}deleteRange(e,t){return ya(this,e,t),this}lift(e,t){return ra(this,e,t),this}join(e,t=1){return da(this,e,t),this}wrap(e,t){return ia(this,e,t),this}setBlockType(e,t=e,n,i=null){return oa(this,e,t,n,i),this}setNodeMarkup(e,t,n=null,i){return la(this,e,t,n,i),this}setNodeAttribute(e,t,n){return this.step(new xt(e,t,n)),this}setDocAttribute(e,t){return this.step(new Gt(e,t)),this}addNodeMark(e,t){return this.step(new qe(e,t)),this}removeNodeMark(e,t){let n=this.doc.nodeAt(e);if(!n)throw new RangeError("No node at position "+e);if(t instanceof m.Mark)t.isInSet(n.marks)&&this.step(new lt(e,t));else{let i=n.marks,o,s=[];for(;o=t.isInSet(i);)s.push(new lt(e,o)),i=o.removeFromSet(i);for(let l=s.length-1;l>=0;l--)this.step(s[l])}return this}split(e,t=1,n){return aa(this,e,t,n),this}addMark(e,t,n){return ea(this,e,t,n),this}removeMark(e,t,n){return ta(this,e,t,n),this}clearIncompatible(e,t,n){return jr(this,e,t,n),this}}const nr=Object.create(null);class D{constructor(e,t,n){this.$anchor=e,this.$head=t,this.ranges=n||[new Sa(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=m.Slice.empty){let n=t.content.lastChild,i=null;for(let l=0;l<t.openEnd;l++)i=n,n=n.lastChild;let o=e.steps.length,s=this.ranges;for(let l=0;l<s.length;l++){let{$from:a,$to:c}=s[l],u=e.mapping.slice(o);e.replaceRange(u.map(a.pos),u.map(c.pos),l?m.Slice.empty:t),l==0&&Ji(e,o,(n?n.isInline:i&&i.isTextblock)?-1:1)}}replaceWith(e,t){let n=e.steps.length,i=this.ranges;for(let o=0;o<i.length;o++){let{$from:s,$to:l}=i[o],a=e.mapping.slice(n),c=a.map(s.pos),u=a.map(l.pos);o?e.deleteRange(c,u):(e.replaceRangeWith(c,u,t),Ji(e,n,t.isInline?-1:1))}}static findFrom(e,t,n=!1){let i=e.parent.inlineContent?new O(e):Tt(e.node(0),e.parent,e.pos,e.index(),t,n);if(i)return i;for(let o=e.depth-1;o>=0;o--){let s=t<0?Tt(e.node(0),e.node(o),e.before(o+1),e.index(o),t,n):Tt(e.node(0),e.node(o),e.after(o+1),e.index(o)+1,t,n);if(s)return s}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new G(e.node(0))}static atStart(e){return Tt(e,e,0,0,1)||new G(e)}static atEnd(e){return Tt(e,e,e.content.size,e.childCount,-1)||new G(e)}static fromJSON(e,t){if(!t||!t.type)throw new RangeError("Invalid input for Selection.fromJSON");let n=nr[t.type];if(!n)throw new RangeError(`No selection type ${t.type} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in nr)throw new RangeError("Duplicate use of selection JSON ID "+e);return nr[e]=t,t.prototype.jsonID=e,t}getBookmark(){return O.between(this.$anchor,this.$head).getBookmark()}}D.prototype.visible=!0;class Sa{constructor(e,t){this.$from=e,this.$to=t}}let qi=!1;function Ki(r){!qi&&!r.parent.inlineContent&&(qi=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+r.parent.type.name+")"))}class O extends D{constructor(e,t=e){Ki(e),Ki(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,t){let n=e.resolve(t.map(this.head));if(!n.parent.inlineContent)return D.near(n);let i=e.resolve(t.map(this.anchor));return new O(i.parent.inlineContent?i:n,n)}replace(e,t=m.Slice.empty){if(super.replace(e,t),t==m.Slice.empty){let n=this.$from.marksAcross(this.$to);n&&e.ensureMarks(n)}}eq(e){return e instanceof O&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new vn(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 O(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,n=t){let i=e.resolve(t);return new this(i,n==t?i:e.resolve(n))}static between(e,t,n){let i=e.pos-t.pos;if((!n||i)&&(n=i>=0?1:-1),!t.parent.inlineContent){let o=D.findFrom(t,n,!0)||D.findFrom(t,-n,!0);if(o)t=o.$head;else return D.near(t,n)}return e.parent.inlineContent||(i==0?e=t:(e=(D.findFrom(e,-n,!0)||D.findFrom(e,n,!0)).$anchor,e.pos<t.pos!=i<0&&(e=t))),new O(e,t)}}D.jsonID("text",O);class vn{constructor(e,t){this.anchor=e,this.head=t}map(e){return new vn(e.map(this.anchor),e.map(this.head))}resolve(e){return O.between(e.resolve(this.anchor),e.resolve(this.head))}}class M extends D{constructor(e){let t=e.nodeAfter,n=e.node(0).resolve(e.pos+t.nodeSize);super(e,n),this.node=t}map(e,t){let{deleted:n,pos:i}=t.mapResult(this.anchor),o=e.resolve(i);return n?D.near(o):new M(o)}content(){return new m.Slice(m.Fragment.from(this.node),0,0)}eq(e){return e instanceof M&&e.anchor==this.anchor}toJSON(){return{type:"node",anchor:this.anchor}}getBookmark(){return new ei(this.anchor)}static fromJSON(e,t){if(typeof t.anchor!="number")throw new RangeError("Invalid input for NodeSelection.fromJSON");return new M(e.resolve(t.anchor))}static create(e,t){return new M(e.resolve(t))}static isSelectable(e){return!e.isText&&e.type.spec.selectable!==!1}}M.prototype.visible=!1;D.jsonID("node",M);class ei{constructor(e){this.anchor=e}map(e){let{deleted:t,pos:n}=e.mapResult(this.anchor);return t?new vn(n,n):new ei(n)}resolve(e){let t=e.resolve(this.anchor),n=t.nodeAfter;return n&&M.isSelectable(n)?new M(t):D.near(t)}}class G extends D{constructor(e){super(e.resolve(0),e.resolve(e.content.size))}replace(e,t=m.Slice.empty){if(t==m.Slice.empty){e.delete(0,e.doc.content.size);let n=D.atStart(e.doc);n.eq(e.selection)||e.setSelection(n)}else super.replace(e,t)}toJSON(){return{type:"all"}}static fromJSON(e){return new G(e)}map(e){return new G(e)}eq(e){return e instanceof G}getBookmark(){return Ta}}D.jsonID("all",G);const Ta={map(){return this},resolve(r){return new G(r)}};function Tt(r,e,t,n,i,o=!1){if(e.inlineContent)return O.create(r,t);for(let s=n-(i>0?0:1);i>0?s<e.childCount:s>=0;s+=i){let l=e.child(s);if(l.isAtom){if(!o&&M.isSelectable(l))return M.create(r,t-(i<0?l.nodeSize:0))}else{let a=Tt(r,l,t+i,i<0?l.childCount:0,i,o);if(a)return a}t+=l.nodeSize*i}return null}function Ji(r,e,t){let n=r.steps.length-1;if(n<e)return;let i=r.steps[n];if(!(i instanceof Q||i instanceof te))return;let o=r.mapping.maps[n],s;o.forEach((l,a,c,u)=>{s==null&&(s=u)}),r.setSelection(D.near(r.doc.resolve(s),t))}const Gi=1,dn=2,ji=4;class Ca extends ka{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|Gi)&~dn,this.storedMarks=null,this}get selectionSet(){return(this.updated&Gi)>0}setStoredMarks(e){return this.storedMarks=e,this.updated|=dn,this}ensureMarks(e){return m.Mark.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&dn)>0}addStep(e,t){super.addStep(e,t),this.updated=this.updated&~dn,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let n=this.selection;return t&&(e=e.mark(this.storedMarks||(n.empty?n.$from.marks():n.$from.marksAcross(n.$to)||m.Mark.none))),n.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,n){let i=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(i.text(e),!0):this.deleteSelection();{if(n==null&&(n=t),!e)return this.deleteRange(t,n);let o=this.storedMarks;if(!o){let s=this.doc.resolve(t);o=n==t?s.marks():s.marksAcross(this.doc.resolve(n))}return this.replaceRangeWith(t,n,i.text(e,o)),!this.selection.empty&&this.selection.to==t+e.length&&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|=ji,this}get scrolledIntoView(){return(this.updated&ji)>0}}function Yi(r,e){return!e||!r?r:r.bind(e)}class Wt{constructor(e,t,n){this.name=e,this.init=Yi(t.init,n),this.apply=Yi(t.apply,n)}}const Ma=[new Wt("doc",{init(r){return r.doc||r.schema.topNodeType.createAndFill()},apply(r){return r.doc}}),new Wt("selection",{init(r,e){return r.selection||D.atStart(e.doc)},apply(r){return r.selection}}),new Wt("storedMarks",{init(r){return r.storedMarks||null},apply(r,e,t,n){return n.selection.$cursor?r.storedMarks:null}}),new Wt("scrollToSelection",{init(){return 0},apply(r,e){return r.scrolledIntoView?e+1:e}})];class rr{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=Ma.slice(),t&&t.forEach(n=>{if(this.pluginsByKey[n.key])throw new RangeError("Adding different instances of a keyed plugin ("+n.key+")");this.plugins.push(n),this.pluginsByKey[n.key]=n,n.spec.state&&this.fields.push(new Wt(n.key,n.spec.state,n))})}}class Mt{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 n=0;n<this.config.plugins.length;n++)if(n!=t){let i=this.config.plugins[n];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],n=this.applyInner(e),i=null;for(;;){let o=!1;for(let s=0;s<this.config.plugins.length;s++){let l=this.config.plugins[s];if(l.spec.appendTransaction){let a=i?i[s].n:0,c=i?i[s].state:this,u=a<t.length&&l.spec.appendTransaction.call(l,a?t.slice(a):t,c,n);if(u&&n.filterTransaction(u,s)){if(u.setMeta("appendedTransaction",e),!i){i=[];for(let d=0;d<this.config.plugins.length;d++)i.push(d<s?{state:n,n:t.length}:{state:this,n:0})}t.push(u),n=n.applyInner(u),o=!0}i&&(i[s]={state:n,n:t.length})}}if(!o)return{state:n,transactions:t}}}applyInner(e){if(!e.before.eq(this.doc))throw new RangeError("Applying a mismatched transaction");let t=new Mt(this.config),n=this.config.fields;for(let i=0;i<n.length;i++){let o=n[i];t[o.name]=o.apply(e,this[o.name],this,t)}return t}get tr(){return new Ca(this)}static create(e){let t=new rr(e.doc?e.doc.type.schema:e.schema,e.plugins),n=new Mt(t);for(let i=0;i<t.fields.length;i++)n[t.fields[i].name]=t.fields[i].init(e,n);return n}reconfigure(e){let t=new rr(this.schema,e.plugins),n=t.fields,i=new Mt(t);for(let o=0;o<n.length;o++){let s=n[o].name;i[s]=this.hasOwnProperty(s)?this[s]:n[o].init(e,i)}return i}toJSON(e){let t={doc:this.doc.toJSON(),selection:this.selection.toJSON()};if(this.storedMarks&&(t.storedMarks=this.storedMarks.map(n=>n.toJSON())),e&&typeof e=="object")for(let n in e){if(n=="doc"||n=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let i=e[n],o=i.spec.state;o&&o.toJSON&&(t[n]=o.toJSON.call(i,this[i.key]))}return t}static fromJSON(e,t,n){if(!t)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let i=new rr(e.schema,e.plugins),o=new Mt(i);return i.fields.forEach(s=>{if(s.name=="doc")o.doc=m.Node.fromJSON(e.schema,t.doc);else if(s.name=="selection")o.selection=D.fromJSON(o.doc,t.selection);else if(s.name=="storedMarks")t.storedMarks&&(o.storedMarks=t.storedMarks.map(e.schema.markFromJSON));else{if(n)for(let l in n){let a=n[l],c=a.spec.state;if(a.key==s.name&&c&&c.fromJSON&&Object.prototype.hasOwnProperty.call(t,l)){o[s.name]=c.fromJSON.call(a,e,t[l],o);return}}o[s.name]=s.init(e,o)}}),o}}function ys(r,e,t){for(let n in r){let i=r[n];i instanceof Function?i=i.bind(e):n=="handleDOMEvents"&&(i=ys(i,e,{})),t[n]=i}return t}class B{constructor(e){this.spec=e,this.props={},e.props&&ys(e.props,this,this.props),this.key=e.key?e.key.key:ks("plugin")}getState(e){return e[this.key]}}const ir=Object.create(null);function ks(r){return r in ir?r+"$"+ ++ir[r]:(ir[r]=0,r+"$")}class ti{constructor(e="key"){this.key=ks(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const K=function(r){for(var e=0;;e++)if(r=r.previousSibling,!r)return e},Dt=function(r){let e=r.assignedSlot||r.parentNode;return e&&e.nodeType==11?e.host:e};let Nr=null;const Fe=function(r,e,t){let n=Nr||(Nr=document.createRange());return n.setEnd(r,t??r.nodeValue.length),n.setStart(r,e||0),n},xa=function(){Nr=null},at=function(r,e,t,n){return t&&(Xi(r,e,t,n,-1)||Xi(r,e,t,n,1))},Oa=/^(img|br|input|textarea|hr)$/i;function Xi(r,e,t,n,i){for(var o;;){if(r==t&&e==n)return!0;if(e==(i<0?0:ge(r))){let s=r.parentNode;if(!s||s.nodeType!=1||Zt(r)||Oa.test(r.nodeName)||r.contentEditable=="false")return!1;e=K(r)+(i<0?0:1),r=s}else if(r.nodeType==1){let s=r.childNodes[e+(i<0?-1:0)];if(s.nodeType==1&&s.contentEditable=="false")if(!((o=s.pmViewDesc)===null||o===void 0)&&o.ignoreForSelection)e+=i;else return!1;else r=s,e=i<0?ge(r):0}else return!1}}function ge(r){return r.nodeType==3?r.nodeValue.length:r.childNodes.length}function Ea(r,e){for(;;){if(r.nodeType==3&&e)return r;if(r.nodeType==1&&e>0){if(r.contentEditable=="false")return null;r=r.childNodes[e-1],e=ge(r)}else if(r.parentNode&&!Zt(r))e=K(r),r=r.parentNode;else return null}}function Da(r,e){for(;;){if(r.nodeType==3&&e<r.nodeValue.length)return r;if(r.nodeType==1&&e<r.childNodes.length){if(r.contentEditable=="false")return null;r=r.childNodes[e],e=0}else if(r.parentNode&&!Zt(r))e=K(r)+1,r=r.parentNode;else return null}}function wa(r,e,t){for(let n=e==0,i=e==ge(r);n||i;){if(r==t)return!0;let o=K(r);if(r=r.parentNode,!r)return!1;n=n&&o==0,i=i&&o==ge(r)}}function Zt(r){let e;for(let t=r;t&&!(e=t.pmViewDesc);t=t.parentNode);return e&&e.node&&e.node.isBlock&&(e.dom==r||e.contentDOM==r)}const An=function(r){return r.focusNode&&at(r.focusNode,r.focusOffset,r.anchorNode,r.anchorOffset)};function tt(r,e){let t=document.createEvent("Event");return t.initEvent("keydown",!0,!0),t.keyCode=r,t.key=t.code=e,t}function Na(r){let e=r.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}function va(r,e,t){if(r.caretPositionFromPoint)try{let n=r.caretPositionFromPoint(e,t);if(n)return{node:n.offsetNode,offset:Math.min(ge(n.offsetNode),n.offset)}}catch{}if(r.caretRangeFromPoint){let n=r.caretRangeFromPoint(e,t);if(n)return{node:n.startContainer,offset:Math.min(ge(n.startContainer),n.startOffset)}}}const De=typeof navigator<"u"?navigator:null,Zi=typeof document<"u"?document:null,Xe=De&&De.userAgent||"",vr=/Edge\/(\d+)/.exec(Xe),Ss=/MSIE \d/.exec(Xe),Ar=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Xe),fe=!!(Ss||Ar||vr),Je=Ss?document.documentMode:Ar?+Ar[1]:vr?+vr[1]:0,ye=!fe&&/gecko\/(\d+)/i.test(Xe);ye&&+(/Firefox\/(\d+)/.exec(Xe)||[0,0])[1];const Rr=!fe&&/Chrome\/(\d+)/.exec(Xe),ee=!!Rr,Ts=Rr?+Rr[1]:0,se=!fe&&!!De&&/Apple Computer/.test(De.vendor),wt=se&&(/Mobile\/\w+/.test(Xe)||!!De&&De.maxTouchPoints>2),me=wt||(De?/Mac/.test(De.platform):!1),Aa=De?/Win/.test(De.platform):!1,Le=/Android \d/.test(Xe),Qt=!!Zi&&"webkitFontSmoothing"in Zi.documentElement.style,Ra=Qt?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Ia(r){let e=r.defaultView&&r.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:r.documentElement.clientWidth,top:0,bottom:r.documentElement.clientHeight}}function Re(r,e){return typeof r=="number"?r:r[e]}function Fa(r){let e=r.getBoundingClientRect(),t=e.width/r.offsetWidth||1,n=e.height/r.offsetHeight||1;return{left:e.left,right:e.left+r.clientWidth*t,top:e.top,bottom:e.top+r.clientHeight*n}}function Qi(r,e,t){let n=r.someProp("scrollThreshold")||0,i=r.someProp("scrollMargin")||5,o=r.dom.ownerDocument;for(let s=t||r.dom;s;){if(s.nodeType!=1){s=Dt(s);continue}let l=s,a=l==o.body,c=a?Ia(o):Fa(l),u=0,d=0;if(e.top<c.top+Re(n,"top")?d=-(c.top-e.top+Re(i,"top")):e.bottom>c.bottom-Re(n,"bottom")&&(d=e.bottom-e.top>c.bottom-c.top?e.top+Re(i,"top")-c.top:e.bottom-c.bottom+Re(i,"bottom")),e.left<c.left+Re(n,"left")?u=-(c.left-e.left+Re(i,"left")):e.right>c.right-Re(n,"right")&&(u=e.right-c.right+Re(i,"right")),u||d)if(a)o.defaultView.scrollBy(u,d);else{let h=l.scrollLeft,p=l.scrollTop;d&&(l.scrollTop+=d),u&&(l.scrollLeft+=u);let b=l.scrollLeft-h,y=l.scrollTop-p;e={left:e.left-b,top:e.top-y,right:e.right-b,bottom:e.bottom-y}}let f=a?"fixed":getComputedStyle(s).position;if(/^(fixed|sticky)$/.test(f))break;s=f=="absolute"?s.offsetParent:Dt(s)}}function Pa(r){let e=r.dom.getBoundingClientRect(),t=Math.max(0,e.top),n,i;for(let o=(e.left+e.right)/2,s=t+1;s<Math.min(innerHeight,e.bottom);s+=5){let l=r.root.elementFromPoint(o,s);if(!l||l==r.dom||!r.dom.contains(l))continue;let a=l.getBoundingClientRect();if(a.top>=t-20){n=l,i=a.top;break}}return{refDOM:n,refTop:i,stack:Cs(r.dom)}}function Cs(r){let e=[],t=r.ownerDocument;for(let n=r;n&&(e.push({dom:n,top:n.scrollTop,left:n.scrollLeft}),r!=t);n=Dt(n));return e}function La({refDOM:r,refTop:e,stack:t}){let n=r?r.getBoundingClientRect().top:0;Ms(t,n==0?0:n-e)}function Ms(r,e){for(let t=0;t<r.length;t++){let{dom:n,top:i,left:o}=r[t];n.scrollTop!=i+e&&(n.scrollTop=i+e),n.scrollLeft!=o&&(n.scrollLeft=o)}}let kt=null;function za(r){if(r.setActive)return r.setActive();if(kt)return r.focus(kt);let e=Cs(r);r.focus(kt==null?{get preventScroll(){return kt={preventScroll:!0},!0}}:void 0),kt||(kt=!1,Ms(e,0))}function xs(r,e){let t,n=2e8,i,o=0,s=e.top,l=e.top,a,c;for(let u=r.firstChild,d=0;u;u=u.nextSibling,d++){let f;if(u.nodeType==1)f=u.getClientRects();else if(u.nodeType==3)f=Fe(u).getClientRects();else continue;for(let h=0;h<f.length;h++){let p=f[h];if(p.top<=s&&p.bottom>=l){s=Math.max(p.bottom,s),l=Math.min(p.top,l);let b=p.left>e.left?p.left-e.left:p.right<e.left?e.left-p.right:0;if(b<n){t=u,n=b,i=b&&t.nodeType==3?{left:p.right<e.left?p.right:p.left,top:e.top}:e,u.nodeType==1&&b&&(o=d+(e.left>=(p.left+p.right)/2?1:0));continue}}else p.top>e.top&&!a&&p.left<=e.left&&p.right>=e.left&&(a=u,c={left:Math.max(p.left,Math.min(p.right,e.left)),top:p.top});!t&&(e.left>=p.right&&e.top>=p.top||e.left>=p.left&&e.top>=p.bottom)&&(o=d+1)}}return!t&&a&&(t=a,i=c,n=0),t&&t.nodeType==3?Ba(t,i):!t||n&&t.nodeType==1?{node:r,offset:o}:xs(t,i)}function Ba(r,e){let t=r.nodeValue.length,n=document.createRange();for(let i=0;i<t;i++){n.setEnd(r,i+1),n.setStart(r,i);let o=Ve(n,1);if(o.top!=o.bottom&&ni(e,o))return{node:r,offset:i+(e.left>=(o.left+o.right)/2?1:0)}}return{node:r,offset:0}}function ni(r,e){return r.left>=e.left-1&&r.left<=e.right+1&&r.top>=e.top-1&&r.top<=e.bottom+1}function _a(r,e){let t=r.parentNode;return t&&/^li$/i.test(t.nodeName)&&e.left<r.getBoundingClientRect().left?t:r}function Va(r,e,t){let{node:n,offset:i}=xs(e,t),o=-1;if(n.nodeType==1&&!n.firstChild){let s=n.getBoundingClientRect();o=s.left!=s.right&&t.left>(s.left+s.right)/2?1:-1}return r.docView.posFromDOM(n,i,o)}function Ha(r,e,t,n){let i=-1;for(let o=e,s=!1;o!=r.dom;){let l=r.docView.nearestDesc(o,!0),a;if(!l)return null;if(l.dom.nodeType==1&&(l.node.isBlock&&l.parent||!l.contentDOM)&&((a=l.dom.getBoundingClientRect()).width||a.height)&&(l.node.isBlock&&l.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(l.dom.nodeName)&&(!s&&a.left>n.left||a.top>n.top?i=l.posBefore:(!s&&a.right<n.left||a.bottom<n.top)&&(i=l.posAfter),s=!0),!l.contentDOM&&i<0&&!l.node.isText))return(l.node.isBlock?n.top<(a.top+a.bottom)/2:n.left<(a.left+a.right)/2)?l.posBefore:l.posAfter;o=l.dom.parentNode}return i>-1?i:r.docView.posFromDOM(e,t,-1)}function Os(r,e,t){let n=r.childNodes.length;if(n&&t.top<t.bottom)for(let i=Math.max(0,Math.min(n-1,Math.floor(n*(e.top-t.top)/(t.bottom-t.top))-2)),o=i;;){let s=r.childNodes[o];if(s.nodeType==1){let l=s.getClientRects();for(let a=0;a<l.length;a++){let c=l[a];if(ni(e,c))return Os(s,e,c)}}if((o=(o+1)%n)==i)break}return r}function Wa(r,e){let t=r.dom.ownerDocument,n,i=0,o=va(t,e.left,e.top);o&&({node:n,offset:i}=o);let s=(r.root.elementFromPoint?r.root:t).elementFromPoint(e.left,e.top),l;if(!s||!r.dom.contains(s.nodeType!=1?s.parentNode:s)){let c=r.dom.getBoundingClientRect();if(!ni(e,c)||(s=Os(r.dom,e,c),!s))return null}if(se)for(let c=s;n&&c;c=Dt(c))c.draggable&&(n=void 0);if(s=_a(s,e),n){if(ye&&n.nodeType==1&&(i=Math.min(i,n.childNodes.length),i<n.childNodes.length)){let u=n.childNodes[i],d;u.nodeName=="IMG"&&(d=u.getBoundingClientRect()).right<=e.left&&d.bottom>e.top&&i++}let c;Qt&&i&&n.nodeType==1&&(c=n.childNodes[i-1]).nodeType==1&&c.contentEditable=="false"&&c.getBoundingClientRect().top>=e.top&&i--,n==r.dom&&i==n.childNodes.length-1&&n.lastChild.nodeType==1&&e.top>n.lastChild.getBoundingClientRect().bottom?l=r.state.doc.content.size:(i==0||n.nodeType!=1||n.childNodes[i-1].nodeName!="BR")&&(l=Ha(r,n,i,e))}l==null&&(l=Va(r,s,e));let a=r.docView.nearestDesc(s,!0);return{pos:l,inside:a?a.posAtStart-a.border:-1}}function eo(r){return r.top<r.bottom||r.left<r.right}function Ve(r,e){let t=r.getClientRects();if(t.length){let n=t[e<0?0:t.length-1];if(eo(n))return n}return Array.prototype.find.call(t,eo)||r.getBoundingClientRect()}const Ua=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;function Es(r,e,t){let{node:n,offset:i,atom:o}=r.docView.domFromPos(e,t<0?-1:1),s=Qt||ye;if(n.nodeType==3)if(s&&(Ua.test(n.nodeValue)||(t<0?!i:i==n.nodeValue.length))){let a=Ve(Fe(n,i,i),t);if(ye&&i&&/\s/.test(n.nodeValue[i-1])&&i<n.nodeValue.length){let c=Ve(Fe(n,i-1,i-1),-1);if(c.top==a.top){let u=Ve(Fe(n,i,i+1),-1);if(u.top!=a.top)return Ft(u,u.left<c.left)}}return a}else{let a=i,c=i,u=t<0?1:-1;return t<0&&!i?(c++,u=-1):t>=0&&i==n.nodeValue.length?(a--,u=1):t<0?a--:c++,Ft(Ve(Fe(n,a,c),u),u<0)}if(!r.state.doc.resolve(e-(o||0)).parent.inlineContent){if(o==null&&i&&(t<0||i==ge(n))){let a=n.childNodes[i-1];if(a.nodeType==1)return or(a.getBoundingClientRect(),!1)}if(o==null&&i<ge(n)){let a=n.childNodes[i];if(a.nodeType==1)return or(a.getBoundingClientRect(),!0)}return or(n.getBoundingClientRect(),t>=0)}if(o==null&&i&&(t<0||i==ge(n))){let a=n.childNodes[i-1],c=a.nodeType==3?Fe(a,ge(a)-(s?0:1)):a.nodeType==1&&(a.nodeName!="BR"||!a.nextSibling)?a:null;if(c)return Ft(Ve(c,1),!1)}if(o==null&&i<ge(n)){let a=n.childNodes[i];for(;a.pmViewDesc&&a.pmViewDesc.ignoreForCoords;)a=a.nextSibling;let c=a?a.nodeType==3?Fe(a,0,s?0:1):a.nodeType==1?a:null:null;if(c)return Ft(Ve(c,-1),!0)}return Ft(Ve(n.nodeType==3?Fe(n):n,-t),t>=0)}function Ft(r,e){if(r.width==0)return r;let t=e?r.left:r.right;return{top:r.top,bottom:r.bottom,left:t,right:t}}function or(r,e){if(r.height==0)return r;let t=e?r.top:r.bottom;return{top:t,bottom:t,left:r.left,right:r.right}}function Ds(r,e,t){let n=r.state,i=r.root.activeElement;n!=e&&r.updateState(e),i!=r.dom&&r.focus();try{return t()}finally{n!=e&&r.updateState(n),i!=r.dom&&i&&i.focus()}}function $a(r,e,t){let n=e.selection,i=t=="up"?n.$from:n.$to;return Ds(r,e,()=>{let{node:o}=r.docView.domFromPos(i.pos,t=="up"?-1:1);for(;;){let l=r.docView.nearestDesc(o,!0);if(!l)break;if(l.node.isBlock){o=l.contentDOM||l.dom;break}o=l.dom.parentNode}let s=Es(r,i.pos,1);for(let l=o.firstChild;l;l=l.nextSibling){let a;if(l.nodeType==1)a=l.getClientRects();else if(l.nodeType==3)a=Fe(l,0,l.nodeValue.length).getClientRects();else continue;for(let c=0;c<a.length;c++){let u=a[c];if(u.bottom>u.top+1&&(t=="up"?s.top-u.top>(u.bottom-s.top)*2:u.bottom-s.bottom>(s.bottom-u.top)*2))return!1}}return!0})}const qa=/[\u0590-\u08ac]/;function Ka(r,e,t){let{$head:n}=e.selection;if(!n.parent.isTextblock)return!1;let i=n.parentOffset,o=!i,s=i==n.parent.content.size,l=r.domSelection();return l?!qa.test(n.parent.textContent)||!l.modify?t=="left"||t=="backward"?o:s:Ds(r,e,()=>{let{focusNode:a,focusOffset:c,anchorNode:u,anchorOffset:d}=r.domSelectionRange(),f=l.caretBidiLevel;l.modify("move",t,"character");let h=n.depth?r.docView.domAfterPos(n.before()):r.dom,{focusNode:p,focusOffset:b}=r.domSelectionRange(),y=p&&!h.contains(p.nodeType==1?p:p.parentNode)||a==p&&c==b;try{l.collapse(u,d),a&&(a!=u||c!=d)&&l.extend&&l.extend(a,c)}catch{}return f!=null&&(l.caretBidiLevel=f),y}):n.pos==n.start()||n.pos==n.end()}let to=null,no=null,ro=!1;function Ja(r,e,t){return to==e&&no==t?ro:(to=e,no=t,ro=t=="up"||t=="down"?$a(r,e,t):Ka(r,e,t))}const ke=0,io=1,nt=2,we=3;class en{constructor(e,t,n,i){this.parent=e,this.children=t,this.dom=n,this.contentDOM=i,this.dirty=ke,n.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,n){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,n=this.posAtStart;;t++){let i=this.children[t];if(i==e)return n;n+=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,n){if(this.contentDOM&&this.contentDOM.contains(e.nodeType==1?e:e.parentNode))if(n<0){let o,s;if(e==this.contentDOM)o=e.childNodes[t-1];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;o=e.previousSibling}for(;o&&!((s=o.pmViewDesc)&&s.parent==this);)o=o.previousSibling;return o?this.posBeforeChild(s)+s.size:this.posAtStart}else{let o,s;if(e==this.contentDOM)o=e.childNodes[t];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;o=e.nextSibling}for(;o&&!((s=o.pmViewDesc)&&s.parent==this);)o=o.nextSibling;return o?this.posBeforeChild(s):this.posAtEnd}let i;if(e==this.dom&&this.contentDOM)i=t>K(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))i=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let o=e;;o=o.parentNode){if(o==this.dom){i=!1;break}if(o.previousSibling)break}if(i==null&&t==e.childNodes.length)for(let o=e;;o=o.parentNode){if(o==this.dom){i=!0;break}if(o.nextSibling)break}}return i??n>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let n=!0,i=e;i;i=i.parentNode){let o=this.getDesc(i),s;if(o&&(!t||o.node))if(n&&(s=o.nodeDOM)&&!(s.nodeType==1?s.contains(e.nodeType==1?e:e.parentNode):s==e))n=!1;else return o}}getDesc(e){let t=e.pmViewDesc;for(let n=t;n;n=n.parent)if(n==this)return t}posFromDOM(e,t,n){for(let i=e;i;i=i.parentNode){let o=this.getDesc(i);if(o)return o.localPosFromDOM(e,t,n)}return-1}descAt(e){for(let t=0,n=0;t<this.children.length;t++){let i=this.children[t],o=n+i.size;if(n==e&&o!=n){for(;!i.border&&i.children.length;)for(let s=0;s<i.children.length;s++){let l=i.children[s];if(l.size){i=l;break}}return i}if(e<o)return i.descAt(e-n-i.border);n=o}}domFromPos(e,t){if(!this.contentDOM)return{node:this.dom,offset:0,atom:e+1};let n=0,i=0;for(let o=0;n<this.children.length;n++){let s=this.children[n],l=o+s.size;if(l>e||s instanceof Ns){i=e-o;break}o=l}if(i)return this.children[n].domFromPos(i-this.children[n].border,t);for(let o;n&&!(o=this.children[n-1]).size&&o instanceof ws&&o.side>=0;n--);if(t<=0){let o,s=!0;for(;o=n?this.children[n-1]:null,!(!o||o.dom.parentNode==this.contentDOM);n--,s=!1);return o&&t&&s&&!o.border&&!o.domAtom?o.domFromPos(o.size,t):{node:this.contentDOM,offset:o?K(o.dom)+1:0}}else{let o,s=!0;for(;o=n<this.children.length?this.children[n]:null,!(!o||o.dom.parentNode==this.contentDOM);n++,s=!1);return o&&s&&!o.border&&!o.domAtom?o.domFromPos(0,t):{node:this.contentDOM,offset:o?K(o.dom):this.contentDOM.childNodes.length}}}parseRange(e,t,n=0){if(this.children.length==0)return{node:this.contentDOM,from:e,to:t,fromOffset:0,toOffset:this.contentDOM.childNodes.length};let i=-1,o=-1;for(let s=n,l=0;;l++){let a=this.children[l],c=s+a.size;if(i==-1&&e<=c){let u=s+a.border;if(e>=u&&t<=c-a.border&&a.node&&a.contentDOM&&this.contentDOM.contains(a.contentDOM))return a.parseRange(e,t,u);e=s;for(let d=l;d>0;d--){let f=this.children[d-1];if(f.size&&f.dom.parentNode==this.contentDOM&&!f.emptyChildAt(1)){i=K(f.dom)+1;break}e-=f.size}i==-1&&(i=0)}if(i>-1&&(c>t||l==this.children.length-1)){t=c;for(let u=l+1;u<this.children.length;u++){let d=this.children[u];if(d.size&&d.dom.parentNode==this.contentDOM&&!d.emptyChildAt(-1)){o=K(d.dom);break}t+=d.size}o==-1&&(o=this.contentDOM.childNodes.length);break}s=c}return{node:this.contentDOM,from:e,to:t,fromOffset:i,toOffset:o}}emptyChildAt(e){if(this.border||!this.contentDOM||!this.children.length)return!1;let t=this.children[e<0?0:this.children.length-1];return t.size==0||t.emptyChildAt(e)}domAfterPos(e){let{node:t,offset:n}=this.domFromPos(e,0);if(t.nodeType!=1||n==t.childNodes.length)throw new RangeError("No node after pos "+e);return t.childNodes[n]}setSelection(e,t,n,i=!1){let o=Math.min(e,t),s=Math.max(e,t);for(let h=0,p=0;h<this.children.length;h++){let b=this.children[h],y=p+b.size;if(o>p&&s<y)return b.setSelection(e-p-b.border,t-p-b.border,n,i);p=y}let l=this.domFromPos(e,e?-1:1),a=t==e?l:this.domFromPos(t,t?-1:1),c=n.root.getSelection(),u=n.domSelectionRange(),d=!1;if((ye||se)&&e==t){let{node:h,offset:p}=l;if(h.nodeType==3){if(d=!!(p&&h.nodeValue[p-1]==`
|
|
3
|
+
`),d&&p==h.nodeValue.length)for(let b=h,y;b;b=b.parentNode){if(y=b.nextSibling){y.nodeName=="BR"&&(l=a={node:y.parentNode,offset:K(y)+1});break}let T=b.pmViewDesc;if(T&&T.node&&T.node.isBlock)break}}else{let b=h.childNodes[p-1];d=b&&(b.nodeName=="BR"||b.contentEditable=="false")}}if(ye&&u.focusNode&&u.focusNode!=a.node&&u.focusNode.nodeType==1){let h=u.focusNode.childNodes[u.focusOffset];h&&h.contentEditable=="false"&&(i=!0)}if(!(i||d&&se)&&at(l.node,l.offset,u.anchorNode,u.anchorOffset)&&at(a.node,a.offset,u.focusNode,u.focusOffset))return;let f=!1;if((c.extend||e==t)&&!(d&&ye)){c.collapse(l.node,l.offset);try{e!=t&&c.extend(a.node,a.offset),f=!0}catch{}}if(!f){if(e>t){let p=l;l=a,a=p}let h=document.createRange();h.setEnd(a.node,a.offset),h.setStart(l.node,l.offset),c.removeAllRanges(),c.addRange(h)}}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 n=0,i=0;i<this.children.length;i++){let o=this.children[i],s=n+o.size;if(n==s?e<=s&&t>=n:e<s&&t>n){let l=n+o.border,a=s-o.border;if(e>=l&&t<=a){this.dirty=e==n||t==s?nt:io,e==l&&t==a&&(o.contentLost||o.dom.parentNode!=this.contentDOM)?o.dirty=we:o.markDirty(e-l,t-l);return}else o.dirty=o.dom==o.contentDOM&&o.dom.parentNode==this.contentDOM&&!o.children.length?nt:we}n=s}this.dirty=nt}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let n=e==1?nt:io;t.dirty<n&&(t.dirty=n)}}get domAtom(){return!1}get ignoreForCoords(){return!1}get ignoreForSelection(){return!1}isText(e){return!1}}class ws extends en{constructor(e,t,n,i){let o,s=t.type.toDOM;if(typeof s=="function"&&(s=s(n,()=>{if(!o)return i;if(o.parent)return o.parent.posBeforeChild(o)})),!t.type.spec.raw){if(s.nodeType!=1){let l=document.createElement("span");l.appendChild(s),s=l}s.contentEditable="false",s.classList.add("ProseMirror-widget")}super(e,[],s,null),this.widget=t,this.widget=t,o=this}matchesWidget(e){return this.dirty==ke&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}}class Ga extends en{constructor(e,t,n,i){super(e,[],t,null),this.textDOM=n,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 ct extends en{constructor(e,t,n,i,o){super(e,[],n,i),this.mark=t,this.spec=o}static create(e,t,n,i){let o=i.nodeViews[t.type.name],s=o&&o(t,i,n);return(!s||!s.dom)&&(s=m.DOMSerializer.renderSpec(document,t.type.spec.toDOM(t,n),null,t.attrs)),new ct(e,t,s.dom,s.contentDOM||s.dom,s)}parseRule(){return this.dirty&we||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=we&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=ke){let n=this.parent;for(;!n.node;)n=n.parent;n.dirty<this.dirty&&(n.dirty=this.dirty),this.dirty=ke}}slice(e,t,n){let i=ct.create(this.parent,this.mark,!0,n),o=this.children,s=this.size;t<s&&(o=Fr(o,t,s,n)),e>0&&(o=Fr(o,0,e,n));for(let l=0;l<o.length;l++)o[l].parent=i;return i.children=o,i}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}}class Ge extends en{constructor(e,t,n,i,o,s,l,a,c){super(e,[],o,s),this.node=t,this.outerDeco=n,this.innerDeco=i,this.nodeDOM=l}static create(e,t,n,i,o,s){let l=o.nodeViews[t.type.name],a,c=l&&l(t,o,()=>{if(!a)return s;if(a.parent)return a.parent.posBeforeChild(a)},n,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}=m.DOMSerializer.renderSpec(document,t.type.spec.toDOM(t),null,t.attrs));!d&&!t.isText&&u.nodeName!="BR"&&(u.hasAttribute("contenteditable")||(u.contentEditable="false"),t.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Rs(u,n,t),c?a=new ja(e,t,n,i,u,d||null,f,c,o,s+1):t.isText?new Rn(e,t,n,i,u,f,o):new Ge(e,t,n,i,u,d||null,f,o,s+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace=="pre"&&(e.preserveWhitespace="full"),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let n=this.children[t];if(this.dom.contains(n.dom.parentNode)){e.contentElement=n.dom.parentNode;break}}e.contentElement||(e.getContent=()=>m.Fragment.empty)}return e}matchesNode(e,t,n){return this.dirty==ke&&e.eq(this.node)&&Cn(t,this.outerDeco)&&n.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,t){let n=this.node.inlineContent,i=t,o=e.composing?this.localCompositionInfo(e,t):null,s=o&&o.pos>-1?o:null,l=o&&o.pos<0,a=new Xa(this,s&&s.node,e);ec(this.node,this.innerDeco,(c,u,d)=>{c.spec.marks?a.syncToMarks(c.spec.marks,n,e):c.type.side>=0&&!d&&a.syncToMarks(u==this.node.childCount?m.Mark.none:this.node.child(u).marks,n,e),a.placeWidget(c,e,i)},(c,u,d,f)=>{a.syncToMarks(c.marks,n,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(o.node))>-1&&a.updateNodeAt(c,u,d,h,e)||a.updateNextNode(c,u,d,e,f,i)||a.addNode(c,u,d,e,i),i+=c.nodeSize}),a.syncToMarks([],n,e),this.node.isTextblock&&a.addTextblockHacks(),a.destroyRest(),(a.changed||this.dirty==nt)&&(s&&this.protectLocalComposition(e,s),vs(this.contentDOM,this.children,e),wt&&tc(this.dom))}localCompositionInfo(e,t){let{from:n,to:i}=e.state.selection;if(!(e.state.selection instanceof O)||n<t||i>t+this.node.content.size)return null;let o=e.input.compositionNode;if(!o||!this.dom.contains(o.parentNode))return null;if(this.node.inlineContent){let s=o.nodeValue,l=nc(this.node.content,s,n-t,i-t);return l<0?null:{node:o,pos:l,text:s}}else return{node:o,pos:-1,text:""}}protectLocalComposition(e,{node:t,pos:n,text:i}){if(this.getDesc(t))return;let o=t;for(;o.parentNode!=this.contentDOM;o=o.parentNode){for(;o.previousSibling;)o.parentNode.removeChild(o.previousSibling);for(;o.nextSibling;)o.parentNode.removeChild(o.nextSibling);o.pmViewDesc&&(o.pmViewDesc=void 0)}let s=new Ga(this,o,t,i);e.input.compositionNodes.push(s),this.children=Fr(this.children,n,n+i.length,e,s)}update(e,t,n,i){return this.dirty==we||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,n,i),!0)}updateInner(e,t,n,i){this.updateOuterDeco(t),this.node=e,this.innerDeco=n,this.contentDOM&&this.updateChildren(i,this.posAtStart),this.dirty=ke}updateOuterDeco(e){if(Cn(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,n=this.dom;this.dom=As(this.dom,this.nodeDOM,Ir(this.outerDeco,this.node,t),Ir(e,this.node,t)),this.dom!=n&&(n.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute("draggable"))}get domAtom(){return this.node.isAtom}}function oo(r,e,t,n,i){Rs(n,e,r);let o=new Ge(void 0,r,e,t,n,n,n,i,0);return o.contentDOM&&o.updateChildren(i,0),o}class Rn extends Ge{constructor(e,t,n,i,o,s,l){super(e,t,n,i,o,null,s,l,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,n,i){return this.dirty==we||this.dirty!=ke&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=ke||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=ke,!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,n){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,n)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,t,n){let i=this.node.cut(e,t),o=document.createTextNode(i.text);return new Rn(this.parent,i,this.outerDeco,this.innerDeco,o,o,n)}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}isText(e){return this.node.text==e}}class Ns extends en{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==ke&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class ja extends Ge{constructor(e,t,n,i,o,s,l,a,c,u){super(e,t,n,i,o,s,l,c,u),this.spec=a}update(e,t,n,i){if(this.dirty==we)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let o=this.spec.update(e,t,n);return o&&this.updateInner(e,t,n,i),o}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,t,n,i)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,n,i){this.spec.setSelection?this.spec.setSelection(e,t,n.root):super.setSelection(e,t,n,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 vs(r,e,t){let n=r.firstChild,i=!1;for(let o=0;o<e.length;o++){let s=e[o],l=s.dom;if(l.parentNode==r){for(;l!=n;)n=so(n),i=!0;n=n.nextSibling}else i=!0,r.insertBefore(l,n);if(s instanceof ct){let a=n?n.previousSibling:r.lastChild;vs(s.contentDOM,s.children,t),n=a?a.nextSibling:r.firstChild}}for(;n;)n=so(n),i=!0;i&&t.trackWrites==r&&(t.trackWrites=null)}const $t=function(r){r&&(this.nodeName=r)};$t.prototype=Object.create(null);const rt=[new $t];function Ir(r,e,t){if(r.length==0)return rt;let n=t?rt[0]:new $t,i=[n];for(let o=0;o<r.length;o++){let s=r[o].type.attrs;if(s){s.nodeName&&i.push(n=new $t(s.nodeName));for(let l in s){let a=s[l];a!=null&&(t&&i.length==1&&i.push(n=new $t(e.isInline?"span":"div")),l=="class"?n.class=(n.class?n.class+" ":"")+a:l=="style"?n.style=(n.style?n.style+";":"")+a:l!="nodeName"&&(n[l]=a))}}}return i}function As(r,e,t,n){if(t==rt&&n==rt)return e;let i=e;for(let o=0;o<n.length;o++){let s=n[o],l=t[o];if(o){let a;l&&l.nodeName==s.nodeName&&i!=r&&(a=i.parentNode)&&a.nodeName.toLowerCase()==s.nodeName||(a=document.createElement(s.nodeName),a.pmIsDeco=!0,a.appendChild(i),l=rt[0]),i=a}Ya(i,l||rt[0],s)}return i}function Ya(r,e,t){for(let n in e)n!="class"&&n!="style"&&n!="nodeName"&&!(n in t)&&r.removeAttribute(n);for(let n in t)n!="class"&&n!="style"&&n!="nodeName"&&t[n]!=e[n]&&r.setAttribute(n,t[n]);if(e.class!=t.class){let n=e.class?e.class.split(" ").filter(Boolean):[],i=t.class?t.class.split(" ").filter(Boolean):[];for(let o=0;o<n.length;o++)i.indexOf(n[o])==-1&&r.classList.remove(n[o]);for(let o=0;o<i.length;o++)n.indexOf(i[o])==-1&&r.classList.add(i[o]);r.classList.length==0&&r.removeAttribute("class")}if(e.style!=t.style){if(e.style){let n=/\s*([\w\-\xa1-\uffff]+)\s*:(?:"(?:\\.|[^"])*"|'(?:\\.|[^'])*'|\(.*?\)|[^;])*/g,i;for(;i=n.exec(e.style);)r.style.removeProperty(i[1])}t.style&&(r.style.cssText+=t.style)}}function Rs(r,e,t){return As(r,r,rt,Ir(e,t,r.nodeType!=1))}function Cn(r,e){if(r.length!=e.length)return!1;for(let t=0;t<r.length;t++)if(!r[t].type.eq(e[t].type))return!1;return!0}function so(r){let e=r.nextSibling;return r.parentNode.removeChild(r),e}class Xa{constructor(e,t,n){this.lock=t,this.view=n,this.index=0,this.stack=[],this.changed=!1,this.top=e,this.preMatch=Za(e.node.content,e)}destroyBetween(e,t){if(e!=t){for(let n=e;n<t;n++)this.top.children[n].destroy();this.top.children.splice(e,t-e),this.changed=!0}}destroyRest(){this.destroyBetween(this.index,this.top.children.length)}syncToMarks(e,t,n){let i=0,o=this.stack.length>>1,s=Math.min(o,e.length);for(;i<s&&(i==o-1?this.top:this.stack[i+1<<1]).matchesMark(e[i])&&e[i].type.spec.spanning!==!1;)i++;for(;i<o;)this.destroyRest(),this.top.dirty=ke,this.index=this.stack.pop(),this.top=this.stack.pop(),o--;for(;o<e.length;){this.stack.push(this.top,this.index+1);let l=-1;for(let a=this.index;a<Math.min(this.index+3,this.top.children.length);a++){let c=this.top.children[a];if(c.matchesMark(e[o])&&!this.isLocked(c.dom)){l=a;break}}if(l>-1)l>this.index&&(this.changed=!0,this.destroyBetween(this.index,l)),this.top=this.top.children[this.index];else{let a=ct.create(this.top,e[o],t,n);this.top.children.splice(this.index,0,a),this.top=a,this.changed=!0}this.index=0,o++}}findNodeMatch(e,t,n,i){let o=-1,s;if(i>=this.preMatch.index&&(s=this.preMatch.matches[i-this.preMatch.index]).parent==this.top&&s.matchesNode(e,t,n))o=this.top.children.indexOf(s,this.index);else for(let l=this.index,a=Math.min(this.top.children.length,l+5);l<a;l++){let c=this.top.children[l];if(c.matchesNode(e,t,n)&&!this.preMatch.matched.has(c)){o=l;break}}return o<0?!1:(this.destroyBetween(this.index,o),this.index++,!0)}updateNodeAt(e,t,n,i,o){let s=this.top.children[i];return s.dirty==we&&s.dom==s.contentDOM&&(s.dirty=nt),s.update(e,t,n,o)?(this.destroyBetween(this.index,i),this.index++,!0):!1}findIndexWithChild(e){for(;;){let t=e.parentNode;if(!t)return-1;if(t==this.top.contentDOM){let n=e.pmViewDesc;if(n){for(let i=this.index;i<this.top.children.length;i++)if(this.top.children[i]==n)return i}return-1}e=t}}updateNextNode(e,t,n,i,o,s){for(let l=this.index;l<this.top.children.length;l++){let a=this.top.children[l];if(a instanceof Ge){let c=this.preMatch.matched.get(a);if(c!=null&&c!=o)return!1;let u=a.dom,d,f=this.isLocked(u)&&!(e.isText&&a.node&&a.node.isText&&a.nodeDOM.nodeValue==e.text&&a.dirty!=we&&Cn(t,a.outerDeco));if(!f&&a.update(e,t,n,i))return this.destroyBetween(this.index,l),a.dom!=u&&(this.changed=!0),this.index++,!0;if(!f&&(d=this.recreateWrapper(a,e,t,n,i,s)))return this.destroyBetween(this.index,l),this.top.children[this.index]=d,d.contentDOM&&(d.dirty=nt,d.updateChildren(i,s+1),d.dirty=ke),this.changed=!0,this.index++,!0;break}}return!1}recreateWrapper(e,t,n,i,o,s){if(e.dirty||t.isAtom||!e.children.length||!e.node.content.eq(t.content)||!Cn(n,e.outerDeco)||!i.eq(e.innerDeco))return null;let l=Ge.create(this.top,t,n,i,o,s);if(l.contentDOM){l.children=e.children,e.children=[];for(let a of l.children)a.parent=l}return e.destroy(),l}addNode(e,t,n,i,o){let s=Ge.create(this.top,e,t,n,i,o);s.contentDOM&&s.updateChildren(i,o+1),this.top.children.splice(this.index++,0,s),this.changed=!0}placeWidget(e,t,n){let i=this.index<this.top.children.length?this.top.children[this.index]:null;if(i&&i.matchesWidget(e)&&(e==i.widget||!i.widget.type.toDOM.parentNode))this.index++;else{let o=new ws(this.top,e,t,n);this.top.children.splice(this.index++,0,o),this.changed=!0}}addTextblockHacks(){let e=this.top.children[this.index-1],t=this.top;for(;e instanceof ct;)t=e,e=t.children[t.children.length-1];(!e||!(e instanceof Rn)||/\n$/.test(e.node.text)||this.view.requiresGeckoHackNode&&/\s$/.test(e.node.text))&&((se||ee)&&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 n=document.createElement(e);e=="IMG"&&(n.className="ProseMirror-separator",n.alt=""),e=="BR"&&(n.className="ProseMirror-trailingBreak");let i=new Ns(this.top,[],n,null);t!=this.top?t.children.push(i):t.children.splice(this.index++,0,i),this.changed=!0}}isLocked(e){return this.lock&&(e==this.lock||e.nodeType==1&&e.contains(this.lock.parentNode))}}function Za(r,e){let t=e,n=t.children.length,i=r.childCount,o=new Map,s=[];e:for(;i>0;){let l;for(;;)if(n){let c=t.children[n-1];if(c instanceof ct)t=c,n=c.children.length;else{l=c,n--;break}}else{if(t==e)break e;n=t.parent.children.indexOf(t),t=t.parent}let a=l.node;if(a){if(a!=r.child(i-1))break;--i,o.set(l,i),s.push(l)}}return{index:i,matched:o,matches:s.reverse()}}function Qa(r,e){return r.type.side-e.type.side}function ec(r,e,t,n){let i=e.locals(r),o=0;if(i.length==0){for(let c=0;c<r.childCount;c++){let u=r.child(c);n(u,i,e.forChild(o,u),c),o+=u.nodeSize}return}let s=0,l=[],a=null;for(let c=0;;){let u,d;for(;s<i.length&&i[s].to==o;){let y=i[s++];y.widget&&(u?(d||(d=[u])).push(y):u=y)}if(u)if(d){d.sort(Qa);for(let y=0;y<d.length;y++)t(d[y],c,!!a)}else t(u,c,!!a);let f,h;if(a)h=-1,f=a,a=null;else if(c<r.childCount)h=c,f=r.child(c++);else break;for(let y=0;y<l.length;y++)l[y].to<=o&&l.splice(y--,1);for(;s<i.length&&i[s].from<=o&&i[s].to>o;)l.push(i[s++]);let p=o+f.nodeSize;if(f.isText){let y=p;s<i.length&&i[s].from<y&&(y=i[s].from);for(let T=0;T<l.length;T++)l[T].to<y&&(y=l[T].to);y<p&&(a=f.cut(y-o),f=f.cut(0,y-o),p=y,h=-1)}else for(;s<i.length&&i[s].to<p;)s++;let b=f.isInline&&!f.isLeaf?l.filter(y=>!y.inline):l.slice();n(f,b,e.forChild(o,f),h),o=p}}function tc(r){if(r.nodeName=="UL"||r.nodeName=="OL"){let e=r.style.cssText;r.style.cssText=e+"; list-style: square !important",window.getComputedStyle(r).listStyle,r.style.cssText=e}}function nc(r,e,t,n){for(let i=0,o=0;i<r.childCount&&o<=n;){let s=r.child(i++),l=o;if(o+=s.nodeSize,!s.isText)continue;let a=s.text;for(;i<r.childCount;){let c=r.child(i++);if(o+=c.nodeSize,!c.isText)break;a+=c.text}if(o>=t){if(o>=n&&a.slice(n-e.length-l,n-l)==e)return n-e.length;let c=l<n?a.lastIndexOf(e,n-l-1):-1;if(c>=0&&c+e.length+l>=t)return l+c;if(t==n&&a.length>=n+e.length-l&&a.slice(n-l,n-l+e.length)==e)return n}}return-1}function Fr(r,e,t,n,i){let o=[];for(let s=0,l=0;s<r.length;s++){let a=r[s],c=l,u=l+=a.size;c>=t||u<=e?o.push(a):(c<e&&o.push(a.slice(0,e-c,n)),i&&(o.push(i),i=void 0),u>t&&o.push(a.slice(t-c,a.size,n)))}return o}function ri(r,e=null){let t=r.domSelectionRange(),n=r.state.doc;if(!t.focusNode)return null;let i=r.docView.nearestDesc(t.focusNode),o=i&&i.size==0,s=r.docView.posFromDOM(t.focusNode,t.focusOffset,1);if(s<0)return null;let l=n.resolve(s),a,c;if(An(t)){for(a=s;i&&!i.node;)i=i.parent;let d=i.node;if(i&&d.isAtom&&M.isSelectable(d)&&i.parent&&!(d.isInline&&wa(t.focusNode,t.focusOffset,i.dom))){let f=i.posBefore;c=new M(s==f?l:n.resolve(f))}}else{if(t instanceof r.dom.ownerDocument.defaultView.Selection&&t.rangeCount>1){let d=s,f=s;for(let h=0;h<t.rangeCount;h++){let p=t.getRangeAt(h);d=Math.min(d,r.docView.posFromDOM(p.startContainer,p.startOffset,1)),f=Math.max(f,r.docView.posFromDOM(p.endContainer,p.endOffset,-1))}if(d<0)return null;[a,s]=f==r.state.selection.anchor?[f,d]:[d,f],l=n.resolve(s)}else a=r.docView.posFromDOM(t.anchorNode,t.anchorOffset,1);if(a<0)return null}let u=n.resolve(a);if(!c){let d=e=="pointer"||r.state.selection.head<l.pos&&!o?1:-1;c=ii(r,u,l,d)}return c}function Is(r){return r.editable?r.hasFocus():Ps(r)&&document.activeElement&&document.activeElement.contains(r.dom)}function ze(r,e=!1){let t=r.state.selection;if(Fs(r,t),!!Is(r)){if(!e&&r.input.mouseDown&&r.input.mouseDown.allowDefault&&ee){let n=r.domSelectionRange(),i=r.domObserver.currentSelection;if(n.anchorNode&&i.anchorNode&&at(n.anchorNode,n.anchorOffset,i.anchorNode,i.anchorOffset)){r.input.mouseDown.delayedSelectionSync=!0,r.domObserver.setCurSelection();return}}if(r.domObserver.disconnectSelection(),r.cursorWrapper)ic(r);else{let{anchor:n,head:i}=t,o,s;lo&&!(t instanceof O)&&(t.$from.parent.inlineContent||(o=ao(r,t.from)),!t.empty&&!t.$from.parent.inlineContent&&(s=ao(r,t.to))),r.docView.setSelection(n,i,r,e),lo&&(o&&co(o),s&&co(s)),t.visible?r.dom.classList.remove("ProseMirror-hideselection"):(r.dom.classList.add("ProseMirror-hideselection"),"onselectionchange"in document&&rc(r))}r.domObserver.setCurSelection(),r.domObserver.connectSelection()}}const lo=se||ee&&Ts<63;function ao(r,e){let{node:t,offset:n}=r.docView.domFromPos(e,0),i=n<t.childNodes.length?t.childNodes[n]:null,o=n?t.childNodes[n-1]:null;if(se&&i&&i.contentEditable=="false")return sr(i);if((!i||i.contentEditable=="false")&&(!o||o.contentEditable=="false")){if(i)return sr(i);if(o)return sr(o)}}function sr(r){return r.contentEditable="true",se&&r.draggable&&(r.draggable=!1,r.wasDraggable=!0),r}function co(r){r.contentEditable="false",r.wasDraggable&&(r.draggable=!0,r.wasDraggable=null)}function rc(r){let e=r.dom.ownerDocument;e.removeEventListener("selectionchange",r.input.hideSelectionGuard);let t=r.domSelectionRange(),n=t.anchorNode,i=t.anchorOffset;e.addEventListener("selectionchange",r.input.hideSelectionGuard=()=>{(t.anchorNode!=n||t.anchorOffset!=i)&&(e.removeEventListener("selectionchange",r.input.hideSelectionGuard),setTimeout(()=>{(!Is(r)||r.state.selection.visible)&&r.dom.classList.remove("ProseMirror-hideselection")},20))})}function ic(r){let e=r.domSelection();if(!e)return;let t=r.cursorWrapper.dom,n=t.nodeName=="IMG";n?e.collapse(t.parentNode,K(t)+1):e.collapse(t,0),!n&&!r.state.selection.visible&&fe&&Je<=11&&(t.disabled=!0,t.disabled=!1)}function Fs(r,e){if(e instanceof M){let t=r.docView.descAt(e.from);t!=r.lastSelectedViewDesc&&(uo(r),t&&t.selectNode(),r.lastSelectedViewDesc=t)}else uo(r)}function uo(r){r.lastSelectedViewDesc&&(r.lastSelectedViewDesc.parent&&r.lastSelectedViewDesc.deselectNode(),r.lastSelectedViewDesc=void 0)}function ii(r,e,t,n){return r.someProp("createSelectionBetween",i=>i(r,e,t))||O.between(e,t,n)}function fo(r){return r.editable&&!r.hasFocus()?!1:Ps(r)}function Ps(r){let e=r.domSelectionRange();if(!e.anchorNode)return!1;try{return r.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(r.editable||r.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function oc(r){let e=r.docView.domFromPos(r.state.selection.anchor,0),t=r.domSelectionRange();return at(e.node,e.offset,t.anchorNode,t.anchorOffset)}function Pr(r,e){let{$anchor:t,$head:n}=r.selection,i=e>0?t.max(n):t.min(n),o=i.parent.inlineContent?i.depth?r.doc.resolve(e>0?i.after():i.before()):null:i;return o&&D.findFrom(o,e)}function He(r,e){return r.dispatch(r.state.tr.setSelection(e).scrollIntoView()),!0}function ho(r,e,t){let n=r.state.selection;if(n instanceof O)if(t.indexOf("s")>-1){let{$head:i}=n,o=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter;if(!o||o.isText||!o.isLeaf)return!1;let s=r.state.doc.resolve(i.pos+o.nodeSize*(e<0?-1:1));return He(r,new O(n.$anchor,s))}else if(n.empty){if(r.endOfTextblock(e>0?"forward":"backward")){let i=Pr(r.state,e);return i&&i instanceof M?He(r,i):!1}else if(!(me&&t.indexOf("m")>-1)){let i=n.$head,o=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter,s;if(!o||o.isText)return!1;let l=e<0?i.pos-o.nodeSize:i.pos;return o.isAtom||(s=r.docView.descAt(l))&&!s.contentDOM?M.isSelectable(o)?He(r,new M(e<0?r.state.doc.resolve(i.pos-o.nodeSize):i)):Qt?He(r,new O(r.state.doc.resolve(e<0?l:l+o.nodeSize))):!1:!1}}else return!1;else{if(n instanceof M&&n.node.isInline)return He(r,new O(e>0?n.$to:n.$from));{let i=Pr(r.state,e);return i?He(r,i):!1}}}function Mn(r){return r.nodeType==3?r.nodeValue.length:r.childNodes.length}function qt(r,e){let t=r.pmViewDesc;return t&&t.size==0&&(e<0||r.nextSibling||r.nodeName!="BR")}function St(r,e){return e<0?sc(r):lc(r)}function sc(r){let e=r.domSelectionRange(),t=e.focusNode,n=e.focusOffset;if(!t)return;let i,o,s=!1;for(ye&&t.nodeType==1&&n<Mn(t)&&qt(t.childNodes[n],-1)&&(s=!0);;)if(n>0){if(t.nodeType!=1)break;{let l=t.childNodes[n-1];if(qt(l,-1))i=t,o=--n;else if(l.nodeType==3)t=l,n=t.nodeValue.length;else break}}else{if(Ls(t))break;{let l=t.previousSibling;for(;l&&qt(l,-1);)i=t.parentNode,o=K(l),l=l.previousSibling;if(l)t=l,n=Mn(t);else{if(t=t.parentNode,t==r.dom)break;n=0}}}s?Lr(r,t,n):i&&Lr(r,i,o)}function lc(r){let e=r.domSelectionRange(),t=e.focusNode,n=e.focusOffset;if(!t)return;let i=Mn(t),o,s;for(;;)if(n<i){if(t.nodeType!=1)break;let l=t.childNodes[n];if(qt(l,1))o=t,s=++n;else break}else{if(Ls(t))break;{let l=t.nextSibling;for(;l&&qt(l,1);)o=l.parentNode,s=K(l)+1,l=l.nextSibling;if(l)t=l,n=0,i=Mn(t);else{if(t=t.parentNode,t==r.dom)break;n=i=0}}}o&&Lr(r,o,s)}function Ls(r){let e=r.pmViewDesc;return e&&e.node&&e.node.isBlock}function ac(r,e){for(;r&&e==r.childNodes.length&&!Zt(r);)e=K(r)+1,r=r.parentNode;for(;r&&e<r.childNodes.length;){let t=r.childNodes[e];if(t.nodeType==3)return t;if(t.nodeType==1&&t.contentEditable=="false")break;r=t,e=0}}function cc(r,e){for(;r&&!e&&!Zt(r);)e=K(r),r=r.parentNode;for(;r&&e;){let t=r.childNodes[e-1];if(t.nodeType==3)return t;if(t.nodeType==1&&t.contentEditable=="false")break;r=t,e=r.childNodes.length}}function Lr(r,e,t){if(e.nodeType!=3){let o,s;(s=ac(e,t))?(e=s,t=0):(o=cc(e,t))&&(e=o,t=o.nodeValue.length)}let n=r.domSelection();if(!n)return;if(An(n)){let o=document.createRange();o.setEnd(e,t),o.setStart(e,t),n.removeAllRanges(),n.addRange(o)}else n.extend&&n.extend(e,t);r.domObserver.setCurSelection();let{state:i}=r;setTimeout(()=>{r.state==i&&ze(r)},50)}function po(r,e){let t=r.state.doc.resolve(e);if(!(ee||Aa)&&t.parent.inlineContent){let i=r.coordsAtPos(e);if(e>t.start()){let o=r.coordsAtPos(e-1),s=(o.top+o.bottom)/2;if(s>i.top&&s<i.bottom&&Math.abs(o.left-i.left)>1)return o.left<i.left?"ltr":"rtl"}if(e<t.end()){let o=r.coordsAtPos(e+1),s=(o.top+o.bottom)/2;if(s>i.top&&s<i.bottom&&Math.abs(o.left-i.left)>1)return o.left>i.left?"ltr":"rtl"}}return getComputedStyle(r.dom).direction=="rtl"?"rtl":"ltr"}function mo(r,e,t){let n=r.state.selection;if(n instanceof O&&!n.empty||t.indexOf("s")>-1||me&&t.indexOf("m")>-1)return!1;let{$from:i,$to:o}=n;if(!i.parent.inlineContent||r.endOfTextblock(e<0?"up":"down")){let s=Pr(r.state,e);if(s&&s instanceof M)return He(r,s)}if(!i.parent.inlineContent){let s=e<0?i:o,l=n instanceof G?D.near(s,e):D.findFrom(s,e);return l?He(r,l):!1}return!1}function go(r,e){if(!(r.state.selection instanceof O))return!0;let{$head:t,$anchor:n,empty:i}=r.state.selection;if(!t.sameParent(n))return!0;if(!i)return!1;if(r.endOfTextblock(e>0?"forward":"backward"))return!0;let o=!t.textOffset&&(e<0?t.nodeBefore:t.nodeAfter);if(o&&!o.isText){let s=r.state.tr;return e<0?s.delete(t.pos-o.nodeSize,t.pos):s.delete(t.pos,t.pos+o.nodeSize),r.dispatch(s),!0}return!1}function bo(r,e,t){r.domObserver.stop(),e.contentEditable=t,r.domObserver.start()}function uc(r){if(!se||r.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:t}=r.domSelectionRange();if(e&&e.nodeType==1&&t==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let n=e.firstChild;bo(r,n,"true"),setTimeout(()=>bo(r,n,"false"),20)}return!1}function dc(r){let e="";return r.ctrlKey&&(e+="c"),r.metaKey&&(e+="m"),r.altKey&&(e+="a"),r.shiftKey&&(e+="s"),e}function fc(r,e){let t=e.keyCode,n=dc(e);if(t==8||me&&t==72&&n=="c")return go(r,-1)||St(r,-1);if(t==46&&!e.shiftKey||me&&t==68&&n=="c")return go(r,1)||St(r,1);if(t==13||t==27)return!0;if(t==37||me&&t==66&&n=="c"){let i=t==37?po(r,r.state.selection.from)=="ltr"?-1:1:-1;return ho(r,i,n)||St(r,i)}else if(t==39||me&&t==70&&n=="c"){let i=t==39?po(r,r.state.selection.from)=="ltr"?1:-1:1;return ho(r,i,n)||St(r,i)}else{if(t==38||me&&t==80&&n=="c")return mo(r,-1,n)||St(r,-1);if(t==40||me&&t==78&&n=="c")return uc(r)||mo(r,1,n)||St(r,1);if(n==(me?"m":"c")&&(t==66||t==73||t==89||t==90))return!0}return!1}function oi(r,e){r.someProp("transformCopied",h=>{e=h(e,r)});let t=[],{content:n,openStart:i,openEnd:o}=e;for(;i>1&&o>1&&n.childCount==1&&n.firstChild.childCount==1;){i--,o--;let h=n.firstChild;t.push(h.type.name,h.attrs!=h.type.defaultAttrs?h.attrs:null),n=h.content}let s=r.someProp("clipboardSerializer")||m.DOMSerializer.fromSchema(r.state.schema),l=Ws(),a=l.createElement("div");a.appendChild(s.serializeFragment(n,{document:l}));let c=a.firstChild,u,d=0;for(;c&&c.nodeType==1&&(u=Hs[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} ${o}${d?` -${d}`:""} ${JSON.stringify(t)}`);let f=r.someProp("clipboardTextSerializer",h=>h(e,r))||e.content.textBetween(0,e.content.size,`
|
|
4
4
|
|
|
5
5
|
`);return{dom:a,text:f,slice:e}}function zs(r,e,t,n,i){let o=i.parent.type.spec.code,s,l;if(!t&&!e)return null;let a=!!e&&(n||o||!t);if(a){if(r.someProp("transformPastedText",f=>{e=f(e,o||n,r)}),o)return l=new m.Slice(m.Fragment.from(r.state.schema.text(e.replace(/\r\n?/g,`
|
|
6
|
-
`))),0,0),r.someProp("transformPasted",f=>{l=f(l,r,!0)}),l;let d=r.someProp("clipboardTextParser",f=>f(e,i,n,r));if(d)l=d;else{let f=i.marks(),{schema:h}=r.state,p=m.DOMSerializer.fromSchema(h);s=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(b=>{let y=s.appendChild(document.createElement("p"));b&&y.appendChild(p.serializeNode(h.text(b,f)))})}}else r.someProp("transformPastedHTML",d=>{t=d(t,r)}),s=gc(t),Qt&&bc(s);let c=s&&s.querySelector("[data-pm-slice]"),u=c&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(c.getAttribute("data-pm-slice")||"");if(u&&u[3])for(let d=+u[3];d>0;d--){let f=s.firstChild;for(;f&&f.nodeType!=1;)f=f.nextSibling;if(!f)break;s=f}if(l||(l=(r.someProp("clipboardParser")||r.someProp("domParser")||m.DOMParser.fromSchema(r.state.schema)).parseSlice(s,{preserveWhitespace:!!(a||u),context:i,ruleFromNode(f){return f.nodeName=="BR"&&!f.nextSibling&&f.parentNode&&!hc.test(f.parentNode.nodeName)?{ignore:!0}:null}})),u)l=yc(yo(l,+u[1],+u[2]),u[4]);else if(l=m.Slice.maxOpen(pc(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=yo(l,d,f)}return r.someProp("transformPasted",d=>{l=d(l,r,a)}),l}const hc=/^(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 pc(r,e){if(r.childCount<2)return r;for(let t=e.depth;t>=0;t--){let i=e.node(t).contentMatchAt(e.index(t)),o,s=[];if(r.forEach(l=>{if(!s)return;let a=i.findWrapping(l.type),c;if(!a)return s=null;if(c=s.length&&o.length&&_s(a,o,l,s[s.length-1],0))s[s.length-1]=c;else{s.length&&(s[s.length-1]=Vs(s[s.length-1],o.length));let u=Bs(l,a);s.push(u),i=i.matchType(u.type),o=a}}),s)return m.Fragment.from(s)}return r}function Bs(r,e,t=0){for(let n=e.length-1;n>=t;n--)r=e[n].create(null,m.Fragment.from(r));return r}function _s(r,e,t,n,i){if(i<r.length&&i<e.length&&r[i]==e[i]){let o=_s(r,e,t,n.lastChild,i+1);if(o)return n.copy(n.content.replaceChild(n.childCount-1,o));if(n.contentMatchAt(n.childCount).matchType(i==r.length-1?t.type:r[i+1]))return n.copy(n.content.append(m.Fragment.from(Bs(t,r,i+1))))}}function Vs(r,e){if(e==0)return r;let t=r.content.replaceChild(r.childCount-1,Vs(r.lastChild,e-1)),n=r.contentMatchAt(r.childCount).fillBefore(m.Fragment.empty,!0);return r.copy(t.append(n))}function zr(r,e,t,n,i,o){let s=e<0?r.firstChild:r.lastChild,l=s.content;return r.childCount>1&&(o=0),i<n-1&&(l=zr(l,e,t,n,i+1,o)),i>=t&&(l=e<0?s.contentMatchAt(0).fillBefore(l,o<=i).append(l):l.append(s.contentMatchAt(s.childCount).fillBefore(m.Fragment.empty,!0))),r.replaceChild(e<0?0:r.childCount-1,s.copy(l))}function yo(r,e,t){return e<r.openStart&&(r=new m.Slice(zr(r.content,-1,e,r.openStart,0,r.openEnd),e,r.openEnd)),t<r.openEnd&&(r=new m.Slice(zr(r.content,1,t,r.openEnd,0,0),r.openStart,t)),r}const Hs={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 ko=null;function Ws(){return ko||(ko=document.implementation.createHTMLDocument("title"))}let lr=null;function mc(r){let e=window.trustedTypes;return e?(lr||(lr=e.defaultPolicy||e.createPolicy("ProseMirrorClipboard",{createHTML:t=>t})),lr.createHTML(r)):r}function gc(r){let e=/^(\s*<meta [^>]*>)*/.exec(r);e&&(r=r.slice(e[0].length));let t=Ws().createElement("div"),n=/<([a-z][^>\s]+)/i.exec(r),i;if((i=n&&Hs[n[1].toLowerCase()])&&(r=i.map(o=>"<"+o+">").join("")+r+i.map(o=>"</"+o+">").reverse().join("")),t.innerHTML=mc(r),i)for(let o=0;o<i.length;o++)t=t.querySelector(i[o])||t;return t}function bc(r){let e=r.querySelectorAll(Q?"span:not([class]):not([style])":"span.Apple-converted-space");for(let t=0;t<e.length;t++){let n=e[t];n.childNodes.length==1&&n.textContent==" "&&n.parentNode&&n.parentNode.replaceChild(r.ownerDocument.createTextNode(" "),n)}}function yc(r,e){if(!r.size)return r;let t=r.content.firstChild.type.schema,n;try{n=JSON.parse(e)}catch{return r}let{content:i,openStart:o,openEnd:s}=r;for(let l=n.length-2;l>=0;l-=2){let a=t.nodes[n[l]];if(!a||a.hasRequiredAttrs())break;i=m.Fragment.from(a.create(n[l+1],i)),o++,s++}return new m.Slice(i,o,s)}const le={},ae={},kc={touchstart:!0,touchmove:!0};class Sc{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:"",button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function Tc(r){for(let e in le){let t=le[e];r.dom.addEventListener(e,r.input.eventHandlers[e]=n=>{Mc(r,n)&&!si(r,n)&&(r.editable||!(n.type in ae))&&t(r,n)},kc[e]?{passive:!0}:void 0)}se&&r.dom.addEventListener("input",()=>null),Br(r)}function Ke(r,e){r.input.lastSelectionOrigin=e,r.input.lastSelectionTime=Date.now()}function Cc(r){r.domObserver.stop();for(let e in r.input.eventHandlers)r.dom.removeEventListener(e,r.input.eventHandlers[e]);clearTimeout(r.input.composingTimeout),clearTimeout(r.input.lastIOSEnterFallbackTimeout)}function Br(r){r.someProp("handleDOMEvents",e=>{for(let t in e)r.input.eventHandlers[t]||r.dom.addEventListener(t,r.input.eventHandlers[t]=n=>si(r,n))})}function si(r,e){return r.someProp("handleDOMEvents",t=>{let n=t[e.type];return n?n(r,e)||e.defaultPrevented:!1})}function Mc(r,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let t=e.target;t!=r.dom;t=t.parentNode)if(!t||t.nodeType==11||t.pmViewDesc&&t.pmViewDesc.stopEvent(e))return!1;return!0}function xc(r,e){!si(r,e)&&le[e.type]&&(r.editable||!(e.type in ae))&&le[e.type](r,e)}ae.keydown=(r,e)=>{let t=e;if(r.input.shiftKey=t.keyCode==16||t.shiftKey,!$s(r,t)&&(r.input.lastKeyCode=t.keyCode,r.input.lastKeyCodeTime=Date.now(),!(Le&&Q&&t.keyCode==13)))if(t.keyCode!=229&&r.domObserver.forceFlush(),wt&&t.keyCode==13&&!t.ctrlKey&&!t.altKey&&!t.metaKey){let n=Date.now();r.input.lastIOSEnter=n,r.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{r.input.lastIOSEnter==n&&(r.someProp("handleKeyDown",i=>i(r,tt(13,"Enter"))),r.input.lastIOSEnter=0)},200)}else r.someProp("handleKeyDown",n=>n(r,t))||fc(r,t)?t.preventDefault():Ke(r,"key")};ae.keyup=(r,e)=>{e.keyCode==16&&(r.input.shiftKey=!1)};ae.keypress=(r,e)=>{let t=e;if($s(r,t)||!t.charCode||t.ctrlKey&&!t.altKey||me&&t.metaKey)return;if(r.someProp("handleKeyPress",i=>i(r,t))){t.preventDefault();return}let n=r.state.selection;if(!(n instanceof O)||!n.$from.sameParent(n.$to)){let i=String.fromCharCode(t.charCode),o=()=>r.state.tr.insertText(i).scrollIntoView();!/[\r\n]/.test(i)&&!r.someProp("handleTextInput",s=>s(r,n.$from.pos,n.$to.pos,i,o))&&r.dispatch(o()),t.preventDefault()}};function Rn(r){return{left:r.clientX,top:r.clientY}}function Oc(r,e){let t=e.x-r.clientX,n=e.y-r.clientY;return t*t+n*n<100}function li(r,e,t,n,i){if(n==-1)return!1;let o=r.state.doc.resolve(n);for(let s=o.depth+1;s>0;s--)if(r.someProp(e,l=>s>o.depth?l(r,t,o.nodeAfter,o.before(s),i,!0):l(r,t,o.node(s),o.before(s),i,!1)))return!0;return!1}function Ot(r,e,t){if(r.focused||r.focus(),r.state.selection.eq(e))return;let n=r.state.tr.setSelection(e);n.setMeta("pointer",!0),r.dispatch(n)}function Ec(r,e){if(e==-1)return!1;let t=r.state.doc.resolve(e),n=t.nodeAfter;return n&&n.isAtom&&M.isSelectable(n)?(Ot(r,new M(t)),!0):!1}function Dc(r,e){if(e==-1)return!1;let t=r.state.selection,n,i;t instanceof M&&(n=t.node);let o=r.state.doc.resolve(e);for(let s=o.depth+1;s>0;s--){let l=s>o.depth?o.nodeAfter:o.node(s);if(M.isSelectable(l)){n&&t.$from.depth>0&&s>=t.$from.depth&&o.before(t.$from.depth+1)==t.$from.pos?i=o.before(t.$from.depth):i=o.before(s);break}}return i!=null?(Ot(r,M.create(r.state.doc,i)),!0):!1}function wc(r,e,t,n,i){return li(r,"handleClickOn",e,t,n)||r.someProp("handleClick",o=>o(r,e,n))||(i?Dc(r,t):Ec(r,t))}function Nc(r,e,t,n){return li(r,"handleDoubleClickOn",e,t,n)||r.someProp("handleDoubleClick",i=>i(r,e,n))}function vc(r,e,t,n){return li(r,"handleTripleClickOn",e,t,n)||r.someProp("handleTripleClick",i=>i(r,e,n))||Ac(r,t,n)}function Ac(r,e,t){if(t.button!=0)return!1;let n=r.state.doc;if(e==-1)return n.inlineContent?(Ot(r,O.create(n,0,n.content.size)),!0):!1;let i=n.resolve(e);for(let o=i.depth+1;o>0;o--){let s=o>i.depth?i.nodeAfter:i.node(o),l=i.before(o);if(s.inlineContent)Ot(r,O.create(n,l+1,l+1+s.content.size));else if(M.isSelectable(s))Ot(r,M.create(n,l));else continue;return!0}}function ai(r){return xn(r)}const Us=me?"metaKey":"ctrlKey";le.mousedown=(r,e)=>{let t=e;r.input.shiftKey=t.shiftKey;let n=ai(r),i=Date.now(),o="singleClick";i-r.input.lastClick.time<500&&Oc(t,r.input.lastClick)&&!t[Us]&&r.input.lastClick.button==t.button&&(r.input.lastClick.type=="singleClick"?o="doubleClick":r.input.lastClick.type=="doubleClick"&&(o="tripleClick")),r.input.lastClick={time:i,x:t.clientX,y:t.clientY,type:o,button:t.button};let s=r.posAtCoords(Rn(t));s&&(o=="singleClick"?(r.input.mouseDown&&r.input.mouseDown.done(),r.input.mouseDown=new Ic(r,s,t,!!n)):(o=="doubleClick"?Nc:vc)(r,s.pos,s.inside,t)?t.preventDefault():Ke(r,"pointer"))};class Ic{constructor(e,t,n,i){this.view=e,this.pos=t,this.event=n,this.flushed=i,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!n[Us],this.allowDefault=n.shiftKey;let o,s;if(t.inside>-1)o=e.state.doc.nodeAt(t.inside),s=t.inside;else{let u=e.state.doc.resolve(t.pos);o=u.parent,s=u.depth?u.before():0}const l=i?null:n.target,a=l?e.docView.nearestDesc(l,!0):null;this.target=a&&a.nodeDOM.nodeType==1?a.nodeDOM:null;let{selection:c}=e.state;(n.button==0&&o.type.spec.draggable&&o.type.spec.selectable!==!1||c instanceof M&&c.from<=s&&c.to>s)&&(this.mightDrag={node:o,pos:s,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&ye&&!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)),Ke(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(()=>ze(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(Rn(e))),this.updateAllowDefault(e),this.allowDefault||!t?Ke(this.view,"pointer"):wc(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||se&&this.mightDrag&&!this.mightDrag.node.isAtom||Q&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(Ot(this.view,D.near(this.view.state.doc.resolve(t.pos))),e.preventDefault()):Ke(this.view,"pointer")}move(e){this.updateAllowDefault(e),Ke(this.view,"pointer"),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}}le.touchstart=r=>{r.input.lastTouch=Date.now(),ai(r),Ke(r,"pointer")};le.touchmove=r=>{r.input.lastTouch=Date.now(),Ke(r,"pointer")};le.contextmenu=r=>ai(r);function $s(r,e){return r.composing?!0:se&&Math.abs(e.timeStamp-r.input.compositionEndedAt)<500?(r.input.compositionEndedAt=-2e8,!0):!1}const Rc=Le?5e3:-1;ae.compositionstart=ae.compositionupdate=r=>{if(!r.composing){r.domObserver.flush();let{state:e}=r,t=e.selection.$to;if(e.selection instanceof O&&(e.storedMarks||!t.textOffset&&t.parentOffset&&t.nodeBefore.marks.some(n=>n.type.spec.inclusive===!1)))r.markCursor=r.state.storedMarks||t.marks(),xn(r,!0),r.markCursor=null;else if(xn(r,!e.selection.empty),ye&&e.selection.empty&&t.parentOffset&&!t.textOffset&&t.nodeBefore.marks.length){let n=r.domSelectionRange();for(let i=n.focusNode,o=n.focusOffset;i&&i.nodeType==1&&o!=0;){let s=o<0?i.lastChild:i.childNodes[o-1];if(!s)break;if(s.nodeType==3){let l=r.domSelection();l&&l.collapse(s,s.nodeValue.length);break}else i=s,o=-1}}r.input.composing=!0}qs(r,Rc)};ae.compositionend=(r,e)=>{r.composing&&(r.input.composing=!1,r.input.compositionEndedAt=e.timeStamp,r.input.compositionPendingChanges=r.domObserver.pendingRecords().length?r.input.compositionID:0,r.input.compositionNode=null,r.input.compositionPendingChanges&&Promise.resolve().then(()=>r.domObserver.flush()),r.input.compositionID++,qs(r,20))};function qs(r,e){clearTimeout(r.input.composingTimeout),e>-1&&(r.input.composingTimeout=setTimeout(()=>xn(r),e))}function Ks(r){for(r.composing&&(r.input.composing=!1,r.input.compositionEndedAt=Pc());r.input.compositionNodes.length>0;)r.input.compositionNodes.pop().markParentsDirty()}function Fc(r){let e=r.domSelectionRange();if(!e.focusNode)return null;let t=Ea(e.focusNode,e.focusOffset),n=Da(e.focusNode,e.focusOffset);if(t&&n&&t!=n){let i=n.pmViewDesc,o=r.domObserver.lastChangedTextNode;if(t==o||n==o)return o;if(!i||!i.isText(n.nodeValue))return n;if(r.input.compositionNode==n){let s=t.pmViewDesc;if(!(!s||!s.isText(t.nodeValue)))return n}}return t||n}function Pc(){let r=document.createEvent("Event");return r.initEvent("event",!0,!0),r.timeStamp}function xn(r,e=!1){if(!(Le&&r.domObserver.flushingSoon>=0)){if(r.domObserver.forceFlush(),Ks(r),e||r.docView&&r.docView.dirty){let t=ri(r),n=r.state.selection;return t&&!t.eq(n)?r.dispatch(r.state.tr.setSelection(t)):(r.markCursor||e)&&!n.$from.node(n.$from.sharedDepth(n.to)).inlineContent?r.dispatch(r.state.tr.deleteSelection()):r.updateState(r.state),!0}return!1}}function Lc(r,e){if(!r.dom.parentNode)return;let t=r.dom.parentNode.appendChild(document.createElement("div"));t.appendChild(e),t.style.cssText="position: fixed; left: -10000px; top: 10px";let n=getSelection(),i=document.createRange();i.selectNodeContents(e),r.dom.blur(),n.removeAllRanges(),n.addRange(i),setTimeout(()=>{t.parentNode&&t.parentNode.removeChild(t),r.focus()},50)}const jt=fe&&Je<15||wt&&Ia<604;le.copy=ae.cut=(r,e)=>{let t=e,n=r.state.selection,i=t.type=="cut";if(n.empty)return;let o=jt?null:t.clipboardData,s=n.content(),{dom:l,text:a}=oi(r,s);o?(t.preventDefault(),o.clearData(),o.setData("text/html",l.innerHTML),o.setData("text/plain",a)):Lc(r,l),i&&r.dispatch(r.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function zc(r){return r.openStart==0&&r.openEnd==0&&r.content.childCount==1?r.content.firstChild:null}function Bc(r,e){if(!r.dom.parentNode)return;let t=r.input.shiftKey||r.state.selection.$from.parent.type.spec.code,n=r.dom.parentNode.appendChild(document.createElement(t?"textarea":"div"));t||(n.contentEditable="true"),n.style.cssText="position: fixed; left: -10000px; top: 10px",n.focus();let i=r.input.shiftKey&&r.input.lastKeyCode!=45;setTimeout(()=>{r.focus(),n.parentNode&&n.parentNode.removeChild(n),t?Yt(r,n.value,null,i,e):Yt(r,n.textContent,n.innerHTML,i,e)},50)}function Yt(r,e,t,n,i){let o=zs(r,e,t,n,r.state.selection.$from);if(r.someProp("handlePaste",a=>a(r,i,o||m.Slice.empty)))return!0;if(!o)return!1;let s=zc(o),l=s?r.state.tr.replaceSelectionWith(s,n):r.state.tr.replaceSelection(o);return r.dispatch(l.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function Js(r){let e=r.getData("text/plain")||r.getData("Text");if(e)return e;let t=r.getData("text/uri-list");return t?t.replace(/\r?\n/g," "):""}ae.paste=(r,e)=>{let t=e;if(r.composing&&!Le)return;let n=jt?null:t.clipboardData,i=r.input.shiftKey&&r.input.lastKeyCode!=45;n&&Yt(r,Js(n),n.getData("text/html"),i,t)?t.preventDefault():Bc(r,t)};class Gs{constructor(e,t,n){this.slice=e,this.move=t,this.node=n}}const _c=me?"altKey":"ctrlKey";function js(r,e){let t=r.someProp("dragCopies",n=>!n(e));return t??!e[_c]}le.dragstart=(r,e)=>{let t=e,n=r.input.mouseDown;if(n&&n.done(),!t.dataTransfer)return;let i=r.state.selection,o=i.empty?null:r.posAtCoords(Rn(t)),s;if(!(o&&o.pos>=i.from&&o.pos<=(i instanceof M?i.to-1:i.to))){if(n&&n.mightDrag)s=M.create(r.state.doc,n.mightDrag.pos);else if(t.target&&t.target.nodeType==1){let d=r.docView.nearestDesc(t.target,!0);d&&d.node.type.spec.draggable&&d!=r.docView&&(s=M.create(r.state.doc,d.posBefore))}}let l=(s||r.state.selection).content(),{dom:a,text:c,slice:u}=oi(r,l);(!t.dataTransfer.files.length||!Q||Ts>120)&&t.dataTransfer.clearData(),t.dataTransfer.setData(jt?"Text":"text/html",a.innerHTML),t.dataTransfer.effectAllowed="copyMove",jt||t.dataTransfer.setData("text/plain",c),r.dragging=new Gs(u,js(r,t),s)};le.dragend=r=>{let e=r.dragging;window.setTimeout(()=>{r.dragging==e&&(r.dragging=null)},50)};ae.dragover=ae.dragenter=(r,e)=>e.preventDefault();ae.drop=(r,e)=>{let t=e,n=r.dragging;if(r.dragging=null,!t.dataTransfer)return;let i=r.posAtCoords(Rn(t));if(!i)return;let o=r.state.doc.resolve(i.pos),s=n&&n.slice;s?r.someProp("transformPasted",p=>{s=p(s,r,!1)}):s=zs(r,Js(t.dataTransfer),jt?null:t.dataTransfer.getData("text/html"),!1,o);let l=!!(n&&js(r,t));if(r.someProp("handleDrop",p=>p(r,t,s||m.Slice.empty,l))){t.preventDefault();return}if(!s)return;t.preventDefault();let a=s?Zr(r.state.doc,o.pos,s):o.pos;a==null&&(a=o.pos);let c=r.state.tr;if(l){let{node:p}=n;p?p.replace(c):c.deleteSelection()}let u=c.mapping.map(a),d=s.openStart==0&&s.openEnd==0&&s.content.childCount==1,f=c.doc;if(d?c.replaceRangeWith(u,u,s.content.firstChild):c.replaceRange(u,u,s),c.doc.eq(f))return;let h=c.doc.resolve(u);if(d&&M.isSelectable(s.content.firstChild)&&h.nodeAfter&&h.nodeAfter.sameMarkup(s.content.firstChild))c.setSelection(new M(h));else{let p=c.mapping.map(a);c.mapping.maps[c.mapping.maps.length-1].forEach((b,y,T,A)=>p=A),c.setSelection(ii(r,h,c.doc.resolve(p)))}r.focus(),r.dispatch(c.setMeta("uiEvent","drop"))};le.focus=r=>{r.input.lastFocus=Date.now(),r.focused||(r.domObserver.stop(),r.dom.classList.add("ProseMirror-focused"),r.domObserver.start(),r.focused=!0,setTimeout(()=>{r.docView&&r.hasFocus()&&!r.domObserver.currentSelection.eq(r.domSelectionRange())&&ze(r)},20))};le.blur=(r,e)=>{let t=e;r.focused&&(r.domObserver.stop(),r.dom.classList.remove("ProseMirror-focused"),r.domObserver.start(),t.relatedTarget&&r.dom.contains(t.relatedTarget)&&r.domObserver.currentSelection.clear(),r.focused=!1)};le.beforeinput=(r,e)=>{if(Q&&Le&&e.inputType=="deleteContentBackward"){r.domObserver.flushSoon();let{domChangeCount:n}=r.input;setTimeout(()=>{if(r.input.domChangeCount!=n||(r.dom.blur(),r.focus(),r.someProp("handleKeyDown",o=>o(r,tt(8,"Backspace")))))return;let{$cursor:i}=r.state.selection;i&&i.pos>0&&r.dispatch(r.state.tr.delete(i.pos-1,i.pos).scrollIntoView())},50)}};for(let r in ae)le[r]=ae[r];function Xt(r,e){if(r==e)return!0;for(let t in r)if(r[t]!==e[t])return!1;for(let t in e)if(!(t in r))return!1;return!0}class On{constructor(e,t){this.toDOM=e,this.spec=t||it,this.side=this.spec.side||0}map(e,t,n,i){let{pos:o,deleted:s}=e.mapResult(t.from+i,this.side<0?-1:1);return s?null:new W(o-n,o-n,this)}valid(){return!0}eq(e){return this==e||e instanceof On&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&Xt(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class je{constructor(e,t){this.attrs=e,this.spec=t||it}map(e,t,n,i){let o=e.map(t.from+i,this.spec.inclusiveStart?-1:1)-n,s=e.map(t.to+i,this.spec.inclusiveEnd?1:-1)-n;return o>=s?null:new W(o,s,this)}valid(e,t){return t.from<t.to}eq(e){return this==e||e instanceof je&&Xt(this.attrs,e.attrs)&&Xt(this.spec,e.spec)}static is(e){return e.type instanceof je}destroy(){}}class ci{constructor(e,t){this.attrs=e,this.spec=t||it}map(e,t,n,i){let o=e.mapResult(t.from+i,1);if(o.deleted)return null;let s=e.mapResult(t.to+i,-1);return s.deleted||s.pos<=o.pos?null:new W(o.pos-n,s.pos-n,this)}valid(e,t){let{index:n,offset:i}=e.content.findIndex(t.from),o;return i==t.from&&!(o=e.child(n)).isText&&i+o.nodeSize==t.to}eq(e){return this==e||e instanceof ci&&Xt(this.attrs,e.attrs)&&Xt(this.spec,e.spec)}destroy(){}}class W{constructor(e,t,n){this.from=e,this.to=t,this.type=n}copy(e,t){return new W(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,n){return this.type.map(e,this,t,n)}static widget(e,t,n){return new W(e,e,new On(t,n))}static inline(e,t,n,i){return new W(e,t,new je(n,i))}static node(e,t,n,i){return new W(e,t,new ci(n,i))}get spec(){return this.type.spec}get inline(){return this.type instanceof je}get widget(){return this.type instanceof On}}const Ct=[],it={};class v{constructor(e,t){this.local=e.length?e:Ct,this.children=t.length?t:Ct}static create(e,t){return t.length?En(t,e,0,it):X}find(e,t,n){let i=[];return this.findInner(e??0,t??1e9,i,0,n),i}findInner(e,t,n,i,o){for(let s=0;s<this.local.length;s++){let l=this.local[s];l.from<=t&&l.to>=e&&(!o||o(l.spec))&&n.push(l.copy(l.from+i,l.to+i))}for(let s=0;s<this.children.length;s+=3)if(this.children[s]<t&&this.children[s+1]>e){let l=this.children[s]+1;this.children[s+2].findInner(e-l,t-l,n,i+l,o)}}map(e,t,n){return this==X||e.maps.length==0?this:this.mapInner(e,t,0,0,n||it)}mapInner(e,t,n,i,o){let s;for(let l=0;l<this.local.length;l++){let a=this.local[l].map(e,n,i);a&&a.type.valid(t,a)?(s||(s=[])).push(a):o.onRemove&&o.onRemove(this.local[l].spec)}return this.children.length?Vc(this.children,s||[],e,t,n,i,o):s?new v(s.sort(ot),Ct):X}add(e,t){return t.length?this==X?v.create(e,t):this.addInner(e,t,0):this}addInner(e,t,n){let i,o=0;e.forEach((l,a)=>{let c=a+n,u;if(u=Xs(t,l,c)){for(i||(i=this.children.slice());o<i.length&&i[o]<a;)o+=3;i[o]==a?i[o+2]=i[o+2].addInner(l,u,c+1):i.splice(o,0,a,a+l.nodeSize,En(u,l,c+1,it)),o+=3}});let s=Ys(o?Zs(t):t,-n);for(let l=0;l<s.length;l++)s[l].type.valid(e,s[l])||s.splice(l--,1);return new v(s.length?this.local.concat(s).sort(ot):this.local,i||this.children)}remove(e){return e.length==0||this==X?this:this.removeInner(e,0)}removeInner(e,t){let n=this.children,i=this.local;for(let o=0;o<n.length;o+=3){let s,l=n[o]+t,a=n[o+1]+t;for(let u=0,d;u<e.length;u++)(d=e[u])&&d.from>l&&d.to<a&&(e[u]=null,(s||(s=[])).push(d));if(!s)continue;n==this.children&&(n=this.children.slice());let c=n[o+2].removeInner(s,l+1);c!=X?n[o+2]=c:(n.splice(o,3),o-=3)}if(i.length){for(let o=0,s;o<e.length;o++)if(s=e[o])for(let l=0;l<i.length;l++)i[l].eq(s,t)&&(i==this.local&&(i=this.local.slice()),i.splice(l--,1))}return n==this.children&&i==this.local?this:i.length||n.length?new v(i,n):X}forChild(e,t){if(this==X)return this;if(t.isLeaf)return v.empty;let n,i;for(let l=0;l<this.children.length;l+=3)if(this.children[l]>=e){this.children[l]==e&&(n=this.children[l+2]);break}let o=e+1,s=o+t.content.size;for(let l=0;l<this.local.length;l++){let a=this.local[l];if(a.from<s&&a.to>o&&a.type instanceof je){let c=Math.max(o,a.from)-o,u=Math.min(s,a.to)-o;c<u&&(i||(i=[])).push(a.copy(c,u))}}if(i){let l=new v(i.sort(ot),Ct);return n?new Ue([l,n]):l}return n||X}eq(e){if(this==e)return!0;if(!(e instanceof v)||this.local.length!=e.local.length||this.children.length!=e.children.length)return!1;for(let t=0;t<this.local.length;t++)if(!this.local[t].eq(e.local[t]))return!1;for(let t=0;t<this.children.length;t+=3)if(this.children[t]!=e.children[t]||this.children[t+1]!=e.children[t+1]||!this.children[t+2].eq(e.children[t+2]))return!1;return!0}locals(e){return ui(this.localsInner(e))}localsInner(e){if(this==X)return Ct;if(e.inlineContent||!this.local.some(je.is))return this.local;let t=[];for(let n=0;n<this.local.length;n++)this.local[n].type instanceof je||t.push(this.local[n]);return t}forEachSet(e){e(this)}}v.empty=new v([],[]);v.removeOverlap=ui;const X=v.empty;class Ue{constructor(e){this.members=e}map(e,t){const n=this.members.map(i=>i.map(e,t,it));return Ue.from(n)}forChild(e,t){if(t.isLeaf)return v.empty;let n=[];for(let i=0;i<this.members.length;i++){let o=this.members[i].forChild(e,t);o!=X&&(o instanceof Ue?n=n.concat(o.members):n.push(o))}return Ue.from(n)}eq(e){if(!(e instanceof Ue)||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,n=!0;for(let i=0;i<this.members.length;i++){let o=this.members[i].localsInner(e);if(o.length)if(!t)t=o;else{n&&(t=t.slice(),n=!1);for(let s=0;s<o.length;s++)t.push(o[s])}}return t?ui(n?t:t.sort(ot)):Ct}static from(e){switch(e.length){case 0:return X;case 1:return e[0];default:return new Ue(e.every(t=>t instanceof v)?e:e.reduce((t,n)=>t.concat(n instanceof v?n:n.members),[]))}}forEachSet(e){for(let t=0;t<this.members.length;t++)this.members[t].forEachSet(e)}}function Vc(r,e,t,n,i,o,s){let l=r.slice();for(let c=0,u=o;c<t.maps.length;c++){let d=0;t.maps[c].forEach((f,h,p,b)=>{let y=b-p-(h-f);for(let T=0;T<l.length;T+=3){let A=l[T+1];if(A<0||f>A+u-d)continue;let w=l[T]+u-d;h>=w?l[T+1]=f<=w?-2:-1:f>=u&&y&&(l[T]+=y,l[T+1]+=y)}d+=y}),u=t.maps[c].map(u,-1)}let a=!1;for(let c=0;c<l.length;c+=3)if(l[c+1]<0){if(l[c+1]==-2){a=!0,l[c+1]=-1;continue}let u=t.map(r[c]+o),d=u-i;if(d<0||d>=n.content.size){a=!0;continue}let f=t.map(r[c+1]+o,-1),h=f-i,{index:p,offset:b}=n.content.findIndex(d),y=n.maybeChild(p);if(y&&b==d&&b+y.nodeSize==h){let T=l[c+2].mapInner(t,y,u+1,r[c]+o+1,s);T!=X?(l[c]=d,l[c+1]=h,l[c+2]=T):(l[c+1]=-2,a=!0)}else a=!0}if(a){let c=Hc(l,r,e,t,i,o,s),u=En(c,n,0,s);e=u.local;for(let d=0;d<l.length;d+=3)l[d+1]<0&&(l.splice(d,3),d-=3);for(let d=0,f=0;d<u.children.length;d+=3){let h=u.children[d];for(;f<l.length&&l[f]<h;)f+=3;l.splice(f,0,u.children[d],u.children[d+1],u.children[d+2])}}return new v(e.sort(ot),l)}function Ys(r,e){if(!e||!r.length)return r;let t=[];for(let n=0;n<r.length;n++){let i=r[n];t.push(new W(i.from+e,i.to+e,i.type))}return t}function Hc(r,e,t,n,i,o,s){function l(a,c){for(let u=0;u<a.local.length;u++){let d=a.local[u].map(n,i,c);d?t.push(d):s.onRemove&&s.onRemove(a.local[u].spec)}for(let u=0;u<a.children.length;u+=3)l(a.children[u+2],a.children[u]+c+1)}for(let a=0;a<r.length;a+=3)r[a+1]==-1&&l(r[a+2],e[a]+o+1);return t}function Xs(r,e,t){if(e.isLeaf)return null;let n=t+e.nodeSize,i=null;for(let o=0,s;o<r.length;o++)(s=r[o])&&s.from>t&&s.to<n&&((i||(i=[])).push(s),r[o]=null);return i}function Zs(r){let e=[];for(let t=0;t<r.length;t++)r[t]!=null&&e.push(r[t]);return e}function En(r,e,t,n){let i=[],o=!1;e.forEach((l,a)=>{let c=Xs(r,l,a+t);if(c){o=!0;let u=En(c,l,t+a+1,n);u!=X&&i.push(a,a+l.nodeSize,u)}});let s=Ys(o?Zs(r):r,-t).sort(ot);for(let l=0;l<s.length;l++)s[l].type.valid(e,s[l])||(n.onRemove&&n.onRemove(s[l].spec),s.splice(l--,1));return s.length||i.length?new v(s,i):X}function ot(r,e){return r.from-e.from||r.to-e.to}function ui(r){let e=r;for(let t=0;t<e.length-1;t++){let n=e[t];if(n.from!=n.to)for(let i=t+1;i<e.length;i++){let o=e[i];if(o.from==n.from){o.to!=n.to&&(e==r&&(e=r.slice()),e[i]=o.copy(o.from,n.to),So(e,i+1,o.copy(n.to,o.to)));continue}else{o.from<n.to&&(e==r&&(e=r.slice()),e[t]=n.copy(n.from,o.from),So(e,i,n.copy(o.from,n.to)));break}}}return e}function So(r,e,t){for(;e<r.length&&ot(t,r[e])>0;)e++;r.splice(e,0,t)}function ar(r){let e=[];return r.someProp("decorations",t=>{let n=t(r.state);n&&n!=X&&e.push(n)}),r.cursorWrapper&&e.push(v.create(r.state.doc,[r.cursorWrapper.deco])),Ue.from(e)}const Wc={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Uc=fe&&Je<=11;class $c{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 qc{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new $c,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(n=>{for(let i=0;i<n.length;i++)this.queue.push(n[i]);fe&&Je<=11&&n.some(i=>i.type=="childList"&&i.removedNodes.length||i.type=="characterData"&&i.oldValue.length>i.target.nodeValue.length)?this.flushSoon():this.flush()}),Uc&&(this.onCharData=n=>{this.queue.push({target:n.target,type:"characterData",oldValue:n.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,Wc)),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(fo(this.view)){if(this.suppressingSelectionUpdates)return ze(this.view);if(fe&&Je<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&at(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,n;for(let o=e.focusNode;o;o=Dt(o))t.add(o);for(let o=e.anchorNode;o;o=Dt(o))if(t.has(o)){n=o;break}let i=n&&this.view.docView.nearestDesc(n);if(i&&i.ignoreMutation({type:"selection",target:n.nodeType==3?n.parentNode:n}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let n=e.domSelectionRange(),i=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&fo(e)&&!this.ignoreSelectionChange(n),o=-1,s=-1,l=!1,a=[];if(e.editable)for(let u=0;u<t.length;u++){let d=this.registerMutation(t[u],a);d&&(o=o<0?d.from:Math.min(d.from,o),s=s<0?d.to:Math.max(d.to,s),d.typeOver&&(l=!0))}if(ye&&a.length){let u=a.filter(d=>d.nodeName=="BR");if(u.length==2){let[d,f]=u;d.parentNode&&d.parentNode.parentNode==f.parentNode?f.remove():d.remove()}else{let{focusNode:d}=this.currentSelection;for(let f of u){let h=f.parentNode;h&&h.nodeName=="LI"&&(!d||Gc(e,d)!=h)&&f.remove()}}}let c=null;o<0&&i&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)<Date.now()-300&&An(n)&&(c=ri(e))&&c.eq(D.near(e.state.doc.resolve(0),1))?(e.input.lastFocus=0,ze(e),this.currentSelection.set(n),e.scrollToSelection()):(o>-1||i)&&(o>-1&&(e.docView.markDirty(o,s),Kc(e)),this.handleDOMChange(o,s,l,a),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||ze(e),this.currentSelection.set(n))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let n=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(n==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!n||n.ignoreMutation(e))return null;if(e.type=="childList"){for(let u=0;u<e.addedNodes.length;u++){let d=e.addedNodes[u];t.push(d),d.nodeType==3&&(this.lastChangedTextNode=d)}if(n.contentDOM&&n.contentDOM!=n.dom&&!n.contentDOM.contains(e.target))return{from:n.posBefore,to:n.posAfter};let i=e.previousSibling,o=e.nextSibling;if(fe&&Je<=11&&e.addedNodes.length)for(let u=0;u<e.addedNodes.length;u++){let{previousSibling:d,nextSibling:f}=e.addedNodes[u];(!d||Array.prototype.indexOf.call(e.addedNodes,d)<0)&&(i=d),(!f||Array.prototype.indexOf.call(e.addedNodes,f)<0)&&(o=f)}let s=i&&i.parentNode==e.target?K(i)+1:0,l=n.localPosFromDOM(e.target,s,-1),a=o&&o.parentNode==e.target?K(o):e.target.childNodes.length,c=n.localPosFromDOM(e.target,a,1);return{from:l,to:c}}else return e.type=="attributes"?{from:n.posAtStart-n.border,to:n.posAtEnd+n.border}:(this.lastChangedTextNode=e.target,{from:n.posAtStart,to:n.posAtEnd,typeOver:e.target.nodeValue==e.oldValue})}}let To=new WeakMap,Co=!1;function Kc(r){if(!To.has(r)&&(To.set(r,null),["normal","nowrap","pre-line"].indexOf(getComputedStyle(r.dom).whiteSpace)!==-1)){if(r.requiresGeckoHackNode=ye,Co)return;console.warn("ProseMirror expects the CSS white-space property to be set, preferably to 'pre-wrap'. It is recommended to load style/prosemirror.css from the prosemirror-view package."),Co=!0}}function Mo(r,e){let t=e.startContainer,n=e.startOffset,i=e.endContainer,o=e.endOffset,s=r.domAtPos(r.state.selection.anchor);return at(s.node,s.offset,i,o)&&([t,n,i,o]=[i,o,t,n]),{anchorNode:t,anchorOffset:n,focusNode:i,focusOffset:o}}function Jc(r,e){if(e.getComposedRanges){let i=e.getComposedRanges(r.root)[0];if(i)return Mo(r,i)}let t;function n(i){i.preventDefault(),i.stopImmediatePropagation(),t=i.getTargetRanges()[0]}return r.dom.addEventListener("beforeinput",n,!0),document.execCommand("indent"),r.dom.removeEventListener("beforeinput",n,!0),t?Mo(r,t):null}function Gc(r,e){for(let t=e.parentNode;t&&t!=r.dom;t=t.parentNode){let n=r.docView.nearestDesc(t,!0);if(n&&n.node.isBlock)return t}return null}function jc(r,e,t){let{node:n,fromOffset:i,toOffset:o,from:s,to:l}=r.docView.parseRange(e,t),a=r.domSelectionRange(),c,u=a.anchorNode;if(u&&r.dom.contains(u.nodeType==1?u:u.parentNode)&&(c=[{node:u,offset:a.anchorOffset}],An(a)||c.push({node:a.focusNode,offset:a.focusOffset})),Q&&r.input.lastKeyCode===8)for(let y=o;y>i;y--){let T=n.childNodes[y-1],A=T.pmViewDesc;if(T.nodeName=="BR"&&!A){o=y;break}if(!A||A.size)break}let d=r.state.doc,f=r.someProp("domParser")||m.DOMParser.fromSchema(r.state.schema),h=d.resolve(s),p=null,b=f.parse(n,{topNode:h.parent,topMatch:h.parent.contentMatchAt(h.index()),topOpen:!0,from:i,to:o,preserveWhitespace:h.parent.type.whitespace=="pre"?"full":!0,findPositions:c,ruleFromNode:Yc,context:h});if(c&&c[0].pos!=null){let y=c[0].pos,T=c[1]&&c[1].pos;T==null&&(T=y),p={anchor:y+s,head:T+s}}return{doc:b,sel:p,from:s,to:l}}function Yc(r){let e=r.pmViewDesc;if(e)return e.parseRule();if(r.nodeName=="BR"&&r.parentNode){if(se&&/^(ul|ol)$/i.test(r.parentNode.nodeName)){let t=document.createElement("div");return t.appendChild(document.createElement("li")),{skip:t}}else if(r.parentNode.lastChild==r||se&&/^(tr|table)$/i.test(r.parentNode.nodeName))return{ignore:!0}}else if(r.nodeName=="IMG"&&r.getAttribute("mark-placeholder"))return{ignore:!0};return null}const Xc=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function Zc(r,e,t,n,i){let o=r.input.compositionPendingChanges||(r.composing?r.input.compositionID:0);if(r.input.compositionPendingChanges=0,e<0){let E=r.input.lastSelectionTime>Date.now()-50?r.input.lastSelectionOrigin:null,P=ri(r,E);if(P&&!r.state.selection.eq(P)){if(Q&&Le&&r.input.lastKeyCode===13&&Date.now()-100<r.input.lastKeyCodeTime&&r.someProp("handleKeyDown",Bn=>Bn(r,tt(13,"Enter"))))return;let j=r.state.tr.setSelection(P);E=="pointer"?j.setMeta("pointer",!0):E=="key"&&j.scrollIntoView(),o&&j.setMeta("composition",o),r.dispatch(j)}return}let s=r.state.doc.resolve(e),l=s.sharedDepth(t);e=s.before(l+1),t=r.state.doc.resolve(t).after(l+1);let a=r.state.selection,c=jc(r,e,t),u=r.state.doc,d=u.slice(c.from,c.to),f,h;r.input.lastKeyCode===8&&Date.now()-100<r.input.lastKeyCodeTime?(f=r.state.selection.to,h="end"):(f=r.state.selection.from,h="start"),r.input.lastKeyCode=null;let p=tu(d.content,c.doc.content,c.from,f,h);if(p&&r.input.domChangeCount++,(wt&&r.input.lastIOSEnter>Date.now()-225||Le)&&i.some(E=>E.nodeType==1&&!Xc.test(E.nodeName))&&(!p||p.endA>=p.endB)&&r.someProp("handleKeyDown",E=>E(r,tt(13,"Enter")))){r.input.lastIOSEnter=0;return}if(!p)if(n&&a instanceof O&&!a.empty&&a.$head.sameParent(a.$anchor)&&!r.composing&&!(c.sel&&c.sel.anchor!=c.sel.head))p={start:a.from,endA:a.to,endB:a.to};else{if(c.sel){let E=xo(r,r.state.doc,c.sel);if(E&&!E.eq(r.state.selection)){let P=r.state.tr.setSelection(E);o&&P.setMeta("composition",o),r.dispatch(P)}}return}r.state.selection.from<r.state.selection.to&&p.start==p.endB&&r.state.selection instanceof O&&(p.start>r.state.selection.from&&p.start<=r.state.selection.from+2&&r.state.selection.from>=c.from?p.start=r.state.selection.from:p.endA<r.state.selection.to&&p.endA>=r.state.selection.to-2&&r.state.selection.to<=c.to&&(p.endB+=r.state.selection.to-p.endA,p.endA=r.state.selection.to)),fe&&Je<=11&&p.endB==p.start+1&&p.endA==p.start&&p.start>c.from&&c.doc.textBetween(p.start-c.from-1,p.start-c.from+1)==" "&&(p.start--,p.endA--,p.endB--);let b=c.doc.resolveNoCache(p.start-c.from),y=c.doc.resolveNoCache(p.endB-c.from),T=u.resolve(p.start),A=b.sameParent(y)&&b.parent.inlineContent&&T.end()>=p.endA;if((wt&&r.input.lastIOSEnter>Date.now()-225&&(!A||i.some(E=>E.nodeName=="DIV"||E.nodeName=="P"))||!A&&b.pos<c.doc.content.size&&(!b.sameParent(y)||!b.parent.inlineContent)&&b.pos<y.pos&&!/\S/.test(c.doc.textBetween(b.pos,y.pos,"","")))&&r.someProp("handleKeyDown",E=>E(r,tt(13,"Enter")))){r.input.lastIOSEnter=0;return}if(r.state.selection.anchor>p.start&&eu(u,p.start,p.endA,b,y)&&r.someProp("handleKeyDown",E=>E(r,tt(8,"Backspace")))){Le&&Q&&r.domObserver.suppressSelectionUpdates();return}Q&&p.endB==p.start&&(r.input.lastChromeDelete=Date.now()),Le&&!A&&b.start()!=y.start()&&y.parentOffset==0&&b.depth==y.depth&&c.sel&&c.sel.anchor==c.sel.head&&c.sel.head==p.endA&&(p.endB-=2,y=c.doc.resolveNoCache(p.endB-c.from),setTimeout(()=>{r.someProp("handleKeyDown",function(E){return E(r,tt(13,"Enter"))})},20));let w=p.start,N=p.endA,Ce=E=>{let P=E||r.state.tr.replace(w,N,c.doc.slice(p.start-c.from,p.endB-c.from));if(c.sel){let j=xo(r,P.doc,c.sel);j&&!(Q&&r.composing&&j.empty&&(p.start!=p.endB||r.input.lastChromeDelete<Date.now()-100)&&(j.head==w||j.head==P.mapping.map(N)-1)||fe&&j.empty&&j.head==w)&&P.setSelection(j)}return o&&P.setMeta("composition",o),P.scrollIntoView()},_e;if(A)if(b.pos==y.pos){fe&&Je<=11&&b.parentOffset==0&&(r.domObserver.suppressSelectionUpdates(),setTimeout(()=>ze(r),20));let E=Ce(r.state.tr.delete(w,N)),P=u.resolve(p.start).marksAcross(u.resolve(p.endA));P&&E.ensureMarks(P),r.dispatch(E)}else if(p.endA==p.endB&&(_e=Qc(b.parent.content.cut(b.parentOffset,y.parentOffset),T.parent.content.cut(T.parentOffset,p.endA-T.start())))){let E=Ce(r.state.tr);_e.type=="add"?E.addMark(w,N,_e.mark):E.removeMark(w,N,_e.mark),r.dispatch(E)}else if(b.parent.child(b.index()).isText&&b.index()==y.index()-(y.textOffset?0:1)){let E=b.parent.textBetween(b.parentOffset,y.parentOffset),P=()=>Ce(r.state.tr.insertText(E,w,N));r.someProp("handleTextInput",j=>j(r,w,N,E,P))||r.dispatch(P())}else r.dispatch(Ce());else r.dispatch(Ce())}function xo(r,e,t){return Math.max(t.anchor,t.head)>e.content.size?null:ii(r,e.resolve(t.anchor),e.resolve(t.head))}function Qc(r,e){let t=r.firstChild.marks,n=e.firstChild.marks,i=t,o=n,s,l,a;for(let u=0;u<n.length;u++)i=n[u].removeFromSet(i);for(let u=0;u<t.length;u++)o=t[u].removeFromSet(o);if(i.length==1&&o.length==0)l=i[0],s="add",a=u=>u.mark(l.addToSet(u.marks));else if(i.length==0&&o.length==1)l=o[0],s="remove",a=u=>u.mark(l.removeFromSet(u.marks));else return null;let c=[];for(let u=0;u<e.childCount;u++)c.push(a(e.child(u)));if(m.Fragment.from(c).eq(r))return{mark:l,type:s}}function eu(r,e,t,n,i){if(t-e<=i.pos-n.pos||cr(n,!0,!1)<i.pos)return!1;let o=r.resolve(e);if(!n.parent.isTextblock){let l=o.nodeAfter;return l!=null&&t==e+l.nodeSize}if(o.parentOffset<o.parent.content.size||!o.parent.isTextblock)return!1;let s=r.resolve(cr(o,!0,!0));return!s.parent.isTextblock||s.pos>t||cr(s,!0,!1)<t?!1:n.parent.content.cut(n.parentOffset).eq(s.parent.content)}function cr(r,e,t){let n=r.depth,i=e?r.end():r.pos;for(;n>0&&(e||r.indexAfter(n)==r.node(n).childCount);)n--,i++,e=!1;if(t){let o=r.node(n).maybeChild(r.indexAfter(n));for(;o&&!o.isLeaf;)o=o.firstChild,i++}return i}function tu(r,e,t,n,i){let o=r.findDiffStart(e,t);if(o==null)return null;let{a:s,b:l}=r.findDiffEnd(e,t+r.size,t+e.size);if(i=="end"){let a=Math.max(0,o-Math.min(s,l));n-=s+a-o}if(s<o&&r.size<e.size){let a=n<=o&&n>=s?o-n:0;o-=a,o&&o<e.size&&Oo(e.textBetween(o-1,o+1))&&(o+=a?1:-1),l=o+(l-s),s=o}else if(l<o){let a=n<=o&&n>=l?o-n:0;o-=a,o&&o<r.size&&Oo(r.textBetween(o-1,o+1))&&(o+=a?1:-1),s=o+(s-l),l=o}return{start:o,endA:s,endB:l}}function Oo(r){if(r.length!=2)return!1;let e=r.charCodeAt(0),t=r.charCodeAt(1);return e>=56320&&e<=57343&&t>=55296&&t<=56319}class Qs{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 Sc,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(vo),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=wo(this),Do(this),this.nodeViews=No(this),this.docView=oo(this.state.doc,Eo(this),ar(this),this.dom,this),this.domObserver=new qc(this,(n,i,o,s)=>Zc(this,n,i,o,s)),this.domObserver.start(),Tc(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&&Br(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(vo),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let n in this._props)t[n]=this._props[n];t.state=this.state;for(let n in e)t[n]=e[n];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){var n;let i=this.state,o=!1,s=!1;e.storedMarks&&this.composing&&(Ks(this),s=!0),this.state=e;let l=i.plugins!=e.plugins||this._props.plugins!=t.plugins;if(l||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let h=No(this);ru(h,this.nodeViews)&&(this.nodeViews=h,o=!0)}(l||t.handleDOMEvents!=this._props.handleDOMEvents)&&Br(this),this.editable=wo(this),Do(this);let a=ar(this),c=Eo(this),u=i.plugins!=e.plugins&&!i.doc.eq(e.doc)?"reset":e.scrollToSelection>i.scrollToSelection?"to selection":"preserve",d=o||!this.docView.matchesNode(e.doc,c,a);(d||!e.selection.eq(i.selection))&&(s=!0);let f=u=="preserve"&&s&&this.dom.style.overflowAnchor==null&&Pa(this);if(s){this.domObserver.stop();let h=d&&(fe||Q)&&!this.composing&&!i.selection.empty&&!e.selection.empty&&nu(i.selection,e.selection);if(d){let p=Q?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=Fc(this)),(o||!this.docView.update(e.doc,c,a,this))&&(this.docView.updateOuterDeco(c),this.docView.destroy(),this.docView=oo(e.doc,c,a,this.dom,this)),p&&!this.trackWrites&&(h=!0)}h||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&oc(this))?ze(this,h):(Fs(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(i),!((n=this.dragging)===null||n===void 0)&&n.node&&!i.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,i),u=="reset"?this.dom.scrollTop=0:u=="to selection"?this.scrollToSelection():f&&La(f)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",t=>t(this)))if(this.state.selection instanceof M){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&Qi(this,t.getBoundingClientRect(),e)}else Qi(this,this.coordsAtPos(this.state.selection.head,1),e)}}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let t=0;t<this.directPlugins.length;t++){let n=this.directPlugins[t];n.spec.view&&this.pluginViews.push(n.spec.view(this))}for(let t=0;t<this.state.plugins.length;t++){let n=this.state.plugins[t];n.spec.view&&this.pluginViews.push(n.spec.view(this))}}else for(let t=0;t<this.pluginViews.length;t++){let n=this.pluginViews[t];n.update&&n.update(this,e)}}updateDraggedNode(e,t){let n=e.node,i=-1;if(this.state.doc.nodeAt(n.from)==n.node)i=n.from;else{let o=n.from+(this.state.doc.content.size-t.doc.content.size);(o>0&&this.state.doc.nodeAt(o))==n.node&&(i=o)}this.dragging=new Gs(e.slice,e.move,i<0?void 0:M.create(this.state.doc,i))}someProp(e,t){let n=this._props&&this._props[e],i;if(n!=null&&(i=t?t(n):n))return i;for(let s=0;s<this.directPlugins.length;s++){let l=this.directPlugins[s].props[e];if(l!=null&&(i=t?t(l):l))return i}let o=this.state.plugins;if(o)for(let s=0;s<o.length;s++){let l=o[s].props[e];if(l!=null&&(i=t?t(l):l))return i}}hasFocus(){if(fe){let e=this.root.activeElement;if(e==this.dom)return!0;if(!e||!this.dom.contains(e))return!1;for(;e&&this.dom!=e&&this.dom.contains(e);){if(e.contentEditable=="false")return!1;e=e.parentElement}return!0}return this.root.activeElement==this.dom}focus(){this.domObserver.stop(),this.editable&&za(this.dom),ze(this),this.domObserver.start()}get root(){let e=this._root;if(e==null){for(let t=this.dom.parentNode;t;t=t.parentNode)if(t.nodeType==9||t.nodeType==11&&t.host)return t.getSelection||(Object.getPrototypeOf(t).getSelection=()=>t.ownerDocument.getSelection()),this._root=t}return e||document}updateRoot(){this._root=null}posAtCoords(e){return Wa(this,e)}coordsAtPos(e,t=1){return Es(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,n=-1){let i=this.docView.posFromDOM(e,t,n);if(i==null)throw new RangeError("DOM position not inside the editor");return i}endOfTextblock(e,t){return Ja(this,t||this.state,e)}pasteHTML(e,t){return Yt(this,"",e,!1,t||new ClipboardEvent("paste"))}pasteText(e,t){return Yt(this,e,null,!0,t||new ClipboardEvent("paste"))}serializeForClipboard(e){return oi(this,e)}destroy(){this.docView&&(Cc(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],ar(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,xa())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return xc(this,e)}domSelectionRange(){let e=this.domSelection();return e?se&&this.root.nodeType===11&&Na(this.dom.ownerDocument)==this.dom&&Jc(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}Qs.prototype.dispatch=function(r){let e=this._props.dispatchTransaction;e?e.call(this,r):this.updateState(this.state.apply(r))};function Eo(r){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(r.editable),r.someProp("attributes",t=>{if(typeof t=="function"&&(t=t(r.state)),t)for(let n in t)n=="class"?e.class+=" "+t[n]:n=="style"?e.style=(e.style?e.style+";":"")+t[n]:!e[n]&&n!="contenteditable"&&n!="nodeName"&&(e[n]=String(t[n]))}),e.translate||(e.translate="no"),[W.node(0,r.state.doc.content.size,e)]}function Do(r){if(r.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),r.cursorWrapper={dom:e,deco:W.widget(r.state.selection.from,e,{raw:!0,marks:r.markCursor})}}else r.cursorWrapper=null}function wo(r){return!r.someProp("editable",e=>e(r.state)===!1)}function nu(r,e){let t=Math.min(r.$anchor.sharedDepth(r.head),e.$anchor.sharedDepth(e.head));return r.$anchor.start(t)!=e.$anchor.start(t)}function No(r){let e=Object.create(null);function t(n){for(let i in n)Object.prototype.hasOwnProperty.call(e,i)||(e[i]=n[i])}return r.someProp("nodeViews",t),r.someProp("markViews",t),e}function ru(r,e){let t=0,n=0;for(let i in r){if(r[i]!=e[i])return!0;t++}for(let i in e)n++;return t!=n}function vo(r){if(r.spec.state||r.spec.filterTransaction||r.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}class iu{constructor(e){this.specs=e,this.attrs={};for(const t of e)this.attrs[t.name]={default:t.default}}fromDOM(e){return Object.assign({},...this.specs.map(t=>({[t.name]:t.fromDOM(e)})))}getStyle(e){return this.specs.flatMap(t=>t.toStyles(e)).join("; ")}getDOMAttrsProperties(e){return this.specs.length?{style:this.getStyle(e)}:{}}getDOMAttrs(e){return this.specs.length?[this.getDOMAttrsProperties(e)]:[]}extractFromNode(e){return Object.assign({},...Object.keys(this.attrs).map(t=>({[t]:e.attrs[t]})))}}class ou{constructor(e){this.specs=e}getAllowedMarksForNode(e){return this.specs.filter(t=>!t.onNodeName||t.onNodeName===e).map(t=>t.markName)}getReferencedNodeNames(){return new Set(this.specs.map(e=>e.onNodeName).filter(Boolean))}}const su=(r,e)=>{const t=e.config[m.impl].schema,n=s=>t.marks[s.type].rank,i=(s,l)=>{if(s.type!==l.type)return!1;const a=s.attrs,c=l.attrs;if(a===c)return!0;/* v8 ignore next -- not currently reachable since all attrs are required @preserve */if(!a||!c)return!1;const u=Object.keys(a),d=Object.keys(c);/* v8 ignore next -- not currently reachable since all attrs are required @preserve */if(u.length!==d.length)return!1;for(const f of u)if(a[f]!==c[f])return!1;return!0},o=s=>{const l=[],a=[],c=[l];for(const u of s){const d=[...u.marks??[]].sort((p,b)=>n(p)-n(b));let f=0,h=0;for(;f<a.length&&h<d.length&&i(a[f],d[h]);)f++,h++;for(;a.length>f;)a.pop(),c.pop();for(;h<d.length;){const p=d[h],b=[];c[c.length-1].push({type:"mark",mark:p,children:{type:"fragment",content:b,[m.impl]:e},[m.impl]:e}),a.push(p),c.push(b),h++}c[c.length-1].push({type:"node",node:u,children:o(u.content??[]),[m.impl]:e})}return{type:"fragment",content:l,[m.impl]:e}};return{type:"node",node:r,children:o(r.content),[m.impl]:e}};class lu{constructor(e){this[m.impl]=new au(e)}instantiateEditor(e){return new Vd(this,e)}instantiateView(e,t){return su(e,{config:this,options:{...t}})}}class au{constructor(e){const t=o=>o.flatMap(s=>s.getFeatures().flatMap(l=>l===s?s:t([l])));this.features=t(e.map(m.getFeatureImpl)),this.featureMap=new Map;for(const o of this.features){if(this.featureMap.has(o.name))throw new Error(`Duplicate feature: ${o.name}`);this.featureMap.set(o.name,o)}this.featureFacadesMap=new Map;for(const o of e){const s=o.constructor,l=m.getFeatureImpl(o),a=this.featureFacadesMap.get(s);a?a.push(l):this.featureFacadesMap.set(s,[l])}if(!this.featureMap.has("RteBase"))throw new Error("RteBase feature is required");if(this.featureMap.has("RteLinkFeature")&&!this.featureMap.has("RteToolbarFeature"))throw new Error("RteToolbarFeature is required for RteLinkFeature");this.textblockAttrs=new iu(m.sortedContributions(this.features.flatMap(o=>o.getTextblockAttrs()))),this.textblockMarks=new ou(m.sortedContributions(this.features.flatMap(o=>o.getTextblockMarks())));const n=m.sortedContributions(this.features.flatMap(o=>o.getSchema(this.textblockAttrs,this.textblockMarks))),i={nodes:{},marks:{}};for(const o of n)Object.assign(i.nodes,o.nodes??{}),Object.assign(i.marks,o.marks??{});for(const o of this.textblockMarks.getReferencedNodeNames())if(!(o in i.nodes))throw new Error(`Unknown node "${o}"`);this.schema=new m.Schema(i)}}var Ye={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:"'"},Dn={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},cu=typeof navigator<"u"&&/Mac/.test(navigator.platform),uu=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var J=0;J<10;J++)Ye[48+J]=Ye[96+J]=String(J);for(var J=1;J<=24;J++)Ye[J+111]="F"+J;for(var J=65;J<=90;J++)Ye[J]=String.fromCharCode(J+32),Dn[J]=String.fromCharCode(J);for(var ur in Ye)Dn.hasOwnProperty(ur)||(Dn[ur]=Ye[ur]);function du(r){var e=cu&&r.metaKey&&r.shiftKey&&!r.ctrlKey&&!r.altKey||uu&&r.shiftKey&&r.key&&r.key.length==1||r.key=="Unidentified",t=!e&&r.key||(r.shiftKey?Dn:Ye)[r.keyCode]||r.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 fu=typeof navigator<"u"&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),hu=typeof navigator<"u"&&/Win/.test(navigator.platform);function pu(r){let e=r.split(/-(?!$)/),t=e[e.length-1];t=="Space"&&(t=" ");let n,i,o,s;for(let l=0;l<e.length-1;l++){let a=e[l];if(/^(cmd|meta|m)$/i.test(a))s=!0;else if(/^a(lt)?$/i.test(a))n=!0;else if(/^(c|ctrl|control)$/i.test(a))i=!0;else if(/^s(hift)?$/i.test(a))o=!0;else if(/^mod$/i.test(a))fu?s=!0:i=!0;else throw new Error("Unrecognized modifier name: "+a)}return n&&(t="Alt-"+t),i&&(t="Ctrl-"+t),s&&(t="Meta-"+t),o&&(t="Shift-"+t),t}function mu(r){let e=Object.create(null);for(let t in r)e[pu(t)]=r[t];return e}function dr(r,e,t=!0){return e.altKey&&(r="Alt-"+r),e.ctrlKey&&(r="Ctrl-"+r),e.metaKey&&(r="Meta-"+r),t&&e.shiftKey&&(r="Shift-"+r),r}function te(r){return new B({props:{handleKeyDown:el(r)}})}function el(r){let e=mu(r);return function(t,n){let i=du(n),o,s=e[dr(i,n)];if(s&&s(t.state,t.dispatch,t))return!0;if(i.length==1&&i!=" "){if(n.shiftKey){let l=e[dr(i,n,!1)];if(l&&l(t.state,t.dispatch,t))return!0}if((n.altKey||n.metaKey||n.ctrlKey)&&!(hu&&n.ctrlKey&&n.altKey)&&(o=Ye[n.keyCode])&&o!=i){let l=e[dr(o,n)];if(l&&l(t.state,t.dispatch,t))return!0}}return!1}}const tl=(r,e)=>r.selection.empty?!1:(e&&e(r.tr.deleteSelection().scrollIntoView()),!0);function gu(r,e){let{$cursor:t}=r.selection;return!t||(e?!e.endOfTextblock("backward",r):t.parentOffset>0)?null:t}const bu=(r,e,t)=>{let n=gu(r,t);if(!n)return!1;let i=nl(n);if(!i){let s=n.blockRange(),l=s&&Yr(s);return l==null?!1:(e&&e(r.tr.lift(s,l).scrollIntoView()),!0)}let o=i.nodeBefore;if(al(r,i,e,-1))return!0;if(n.parent.content.size==0&&(Nt(o,"end")||M.isSelectable(o)))for(let s=n.depth;;s--){let l=Qr(r.doc,n.before(s),n.after(s),m.Slice.empty);if(l&&l.slice.size<l.to-l.from){if(e){let a=r.tr.step(l);a.setSelection(Nt(o,"end")?D.findFrom(a.doc.resolve(a.mapping.map(i.pos,-1)),-1):M.create(a.doc,i.pos-o.nodeSize)),e(a.scrollIntoView())}return!0}if(s==1||n.node(s-1).childCount>1)break}return o.isAtom&&i.depth==n.depth-1?(e&&e(r.tr.delete(i.pos-o.nodeSize,i.pos).scrollIntoView()),!0):!1};function Nt(r,e,t=!1){for(let n=r;n;n=e=="start"?n.firstChild:n.lastChild){if(n.isTextblock)return!0;if(t&&n.childCount!=1)return!1}return!1}const yu=(r,e,t)=>{let{$head:n,empty:i}=r.selection,o=n;if(!i)return!1;if(n.parent.isTextblock){if(t?!t.endOfTextblock("backward",r):n.parentOffset>0)return!1;o=nl(n)}let s=o&&o.nodeBefore;return!s||!M.isSelectable(s)?!1:(e&&e(r.tr.setSelection(M.create(r.doc,o.pos-s.nodeSize)).scrollIntoView()),!0)};function nl(r){if(!r.parent.type.spec.isolating)for(let e=r.depth-1;e>=0;e--){if(r.index(e)>0)return r.doc.resolve(r.before(e+1));if(r.node(e).type.spec.isolating)break}return null}function ku(r,e){let{$cursor:t}=r.selection;return!t||(e?!e.endOfTextblock("forward",r):t.parentOffset<t.parent.content.size)?null:t}const Su=(r,e,t)=>{let n=ku(r,t);if(!n)return!1;let i=rl(n);if(!i)return!1;let o=i.nodeAfter;if(al(r,i,e,1))return!0;if(n.parent.content.size==0&&(Nt(o,"start")||M.isSelectable(o))){let s=Qr(r.doc,n.before(),n.after(),m.Slice.empty);if(s&&s.slice.size<s.to-s.from){if(e){let l=r.tr.step(s);l.setSelection(Nt(o,"start")?D.findFrom(l.doc.resolve(l.mapping.map(i.pos)),1):M.create(l.doc,l.mapping.map(i.pos))),e(l.scrollIntoView())}return!0}}return o.isAtom&&i.depth==n.depth-1?(e&&e(r.tr.delete(i.pos,i.pos+o.nodeSize).scrollIntoView()),!0):!1},Tu=(r,e,t)=>{let{$head:n,empty:i}=r.selection,o=n;if(!i)return!1;if(n.parent.isTextblock){if(t?!t.endOfTextblock("forward",r):n.parentOffset<n.parent.content.size)return!1;o=rl(n)}let s=o&&o.nodeAfter;return!s||!M.isSelectable(s)?!1:(e&&e(r.tr.setSelection(M.create(r.doc,o.pos)).scrollIntoView()),!0)};function rl(r){if(!r.parent.type.spec.isolating)for(let e=r.depth-1;e>=0;e--){let t=r.node(e);if(r.index(e)+1<t.childCount)return r.doc.resolve(r.after(e+1));if(t.type.spec.isolating)break}return null}const il=(r,e)=>{let{$head:t,$anchor:n}=r.selection;return!t.parent.type.spec.code||!t.sameParent(n)?!1:(e&&e(r.tr.insertText(`
|
|
7
|
-
`).scrollIntoView()),!0)};function di(r){for(let e=0;e<r.edgeCount;e++){let{type:t}=r.edge(e);if(t.isTextblock&&!t.hasRequiredAttrs())return t}return null}const Cu=(r,e)=>{let{$head:t,$anchor:n}=r.selection;if(!t.parent.type.spec.code||!t.sameParent(n))return!1;let i=t.node(-1),o=t.indexAfter(-1),s=di(i.contentMatchAt(o));if(!s||!i.canReplaceWith(o,o,s))return!1;if(e){let l=t.after(),a=r.tr.replaceWith(l,l,s.createAndFill());a.setSelection(D.near(a.doc.resolve(l),1)),e(a.scrollIntoView())}return!0},ol=(r,e)=>{let t=r.selection,{$from:n,$to:i}=t;if(t instanceof G||n.parent.inlineContent||i.parent.inlineContent)return!1;let o=di(i.parent.contentMatchAt(i.indexAfter()));if(!o||!o.isTextblock)return!1;if(e){let s=(!n.parentOffset&&i.index()<i.parent.childCount?n:i).pos,l=r.tr.insert(s,o.createAndFill());l.setSelection(O.create(l.doc,s+1)),e(l.scrollIntoView())}return!0},sl=(r,e)=>{let{$cursor:t}=r.selection;if(!t||t.parent.content.size)return!1;if(t.depth>1&&t.after()!=t.end(-1)){let o=t.before();if(bn(r.doc,o))return e&&e(r.tr.split(o).scrollIntoView()),!0}let n=t.blockRange(),i=n&&Yr(n);return i==null?!1:(e&&e(r.tr.lift(n,i).scrollIntoView()),!0)};function ll(r){return(e,t)=>{let{$from:n,$to:i}=e.selection;if(e.selection instanceof M&&e.selection.node.isBlock)return!n.parentOffset||!bn(e.doc,n.pos)?!1:(t&&t(e.tr.split(n.pos).scrollIntoView()),!0);if(!n.depth)return!1;let o=[],s,l,a=!1,c=!1;for(let h=n.depth;;h--)if(n.node(h).isBlock){a=n.end(h)==n.pos+(n.depth-h),c=n.start(h)==n.pos-(n.depth-h),l=di(n.node(h-1).contentMatchAt(n.indexAfter(h-1)));let b=r&&r(i.parent,a,n);o.unshift(b||(a&&l?{type:l}:null)),s=h;break}else{if(h==1)return!1;o.unshift(null)}let u=e.tr;(e.selection instanceof O||e.selection instanceof G)&&u.deleteSelection();let d=u.mapping.map(n.pos),f=bn(u.doc,d,o.length,o);if(f||(o[0]=l?{type:l}:null,f=bn(u.doc,d,o.length,o)),!f)return!1;if(u.split(d,o.length,o),!a&&c&&n.node(s).type!=l){let h=u.mapping.map(n.before(s)),p=u.doc.resolve(h);l&&n.node(s-1).canReplaceWith(p.index(),p.index()+1,l)&&u.setNodeMarkup(u.mapping.map(n.before(s)),l)}return t&&t(u.scrollIntoView()),!0}}const Mu=ll(),xu=(r,e)=>(e&&e(r.tr.setSelection(new G(r.doc))),!0);function Ou(r,e,t){let n=e.nodeBefore,i=e.nodeAfter,o=e.index();return!n||!i||!n.type.compatibleContent(i.type)?!1:!n.content.size&&e.parent.canReplace(o-1,o)?(t&&t(r.tr.delete(e.pos-n.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(o,o+1)||!(i.isTextblock||Xr(r.doc,e.pos))?!1:(t&&t(r.tr.join(e.pos).scrollIntoView()),!0)}function al(r,e,t,n){let i=e.nodeBefore,o=e.nodeAfter,s,l,a=i.type.spec.isolating||o.type.spec.isolating;if(!a&&Ou(r,e,t))return!0;let c=!a&&e.parent.canReplace(e.index(),e.index()+1);if(c&&(s=(l=i.contentMatchAt(i.childCount)).findWrapping(o.type))&&l.matchType(s[0]||o.type).validEnd){if(t){let h=e.pos+o.nodeSize,p=m.Fragment.empty;for(let T=s.length-1;T>=0;T--)p=m.Fragment.from(s[T].create(null,p));p=m.Fragment.from(i.copy(p));let b=r.tr.step(new ee(e.pos-1,h,e.pos,h,new m.Slice(p,1,0),s.length,!0)),y=b.doc.resolve(h+2*s.length);y.nodeAfter&&y.nodeAfter.type==i.type&&Xr(b.doc,y.pos)&&b.join(y.pos),t(b.scrollIntoView())}return!0}let u=o.type.spec.isolating||n>0&&a?null:D.findFrom(e,1),d=u&&u.$from.blockRange(u.$to),f=d&&Yr(d);if(f!=null&&f>=e.depth)return t&&t(r.tr.lift(d,f).scrollIntoView()),!0;if(c&&Nt(o,"start",!0)&&Nt(i,"end")){let h=i,p=[];for(;p.push(h),!h.isTextblock;)h=h.lastChild;let b=o,y=1;for(;!b.isTextblock;b=b.firstChild)y++;if(h.canReplace(h.childCount,h.childCount,b.content)){if(t){let T=m.Fragment.empty;for(let w=p.length-1;w>=0;w--)T=m.Fragment.from(p[w].copy(T));let A=r.tr.step(new ee(e.pos-p.length,e.pos+o.nodeSize,e.pos+y,e.pos+o.nodeSize-y,new m.Slice(T,p.length,0),0,!0));t(A.scrollIntoView())}return!0}}return!1}function cl(r){return function(e,t){let n=e.selection,i=r<0?n.$from:n.$to,o=i.depth;for(;i.node(o).isInline;){if(!o)return!1;o--}return i.node(o).isTextblock?(t&&t(e.tr.setSelection(O.create(e.doc,r<0?i.start(o):i.end(o)))),!0):!1}}const Eu=cl(-1),Du=cl(1);function wu(r,e,t,n){for(let i=0;i<e.length;i++){let{$from:o,$to:s}=e[i],l=o.depth==0?r.inlineContent&&r.type.allowsMarkType(t):!1;if(r.nodesBetween(o.pos,s.pos,(a,c)=>{if(l)return!1;l=a.inlineContent&&a.type.allowsMarkType(t)}),l)return!0}return!1}function Be(r,e=null,t){return function(n,i){let{empty:o,$cursor:s,ranges:l}=n.selection;if(o&&!s||!wu(n.doc,l,r))return!1;if(i)if(s)r.isInSet(n.storedMarks||s.marks())?i(n.tr.removeStoredMark(r)):i(n.tr.addStoredMark(r.create(e)));else{let a,c=n.tr;a=!l.some(u=>n.doc.rangeHasMark(u.$from.pos,u.$to.pos,r));for(let u=0;u<l.length;u++){let{$from:d,$to:f}=l[u];if(!a)c.removeMark(d.pos,f.pos,r);else{let h=d.pos,p=f.pos,b=d.nodeAfter,y=f.nodeBefore,T=b&&b.isText?/^\s*/.exec(b.text)[0].length:0,A=y&&y.isText?/\s*$/.exec(y.text)[0].length:0;h+T<p&&(h+=T,p-=A),c.addMark(h,p,r.create(e))}}i(c.scrollIntoView())}return!0}}function Nu(r,e){return t=>{if(!t.isGeneric)return r(t);let n=[];for(let o=0;o<t.mapping.maps.length;o++){let s=t.mapping.maps[o];for(let l=0;l<n.length;l++)n[l]=s.map(n[l]);s.forEach((l,a,c,u)=>n.push(c,u))}let i=[];for(let o=0;o<n.length;o+=2){let s=n[o],l=n[o+1],a=t.doc.resolve(s),c=a.sharedDepth(l),u=a.node(c);for(let d=a.indexAfter(c),f=a.after(c+1);f<=l;++d){let h=u.maybeChild(d);if(!h)break;if(d&&i.indexOf(f)==-1){let p=u.child(d-1);p.type==h.type&&e(p,h)&&i.push(f)}f+=h.nodeSize}}i.sort((o,s)=>o-s);for(let o=i.length-1;o>=0;o--)Xr(t.doc,i[o])&&t.join(i[o]);r(t)}}function vu(r,e){let t=Array.isArray(e)?n=>e.indexOf(n.type.name)>-1:e;return(n,i,o)=>r(n,i&&Nu(i,t),o)}function Fn(...r){return function(e,t,n){for(let i=0;i<r.length;i++)if(r[i](e,t,n))return!0;return!1}}let fr=Fn(tl,bu,yu),Ao=Fn(tl,Su,Tu);const Pe={Enter:Fn(il,ol,sl,Mu),"Mod-Enter":Cu,Backspace:fr,"Mod-Backspace":fr,"Shift-Backspace":fr,Delete:Ao,"Mod-Delete":Ao,"Mod-a":xu},ul={"Ctrl-h":Pe.Backspace,"Alt-Backspace":Pe["Mod-Backspace"],"Ctrl-d":Pe.Delete,"Ctrl-Alt-Backspace":Pe["Mod-Delete"],"Alt-Delete":Pe["Mod-Delete"],"Alt-d":Pe["Mod-Delete"],"Ctrl-a":Eu,"Ctrl-e":Du};for(let r in Pe)ul[r]=Pe[r];const Au=typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):typeof os<"u"&&os.platform?os.platform()=="darwin":!1,Iu=Au?ul:Pe,Ru='.ProseMirror{position:relative}.ProseMirror{word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces;-webkit-font-variant-ligatures:none;font-variant-ligatures:none;font-feature-settings:"liga" 0}.ProseMirror pre{white-space:pre-wrap}.ProseMirror li{position:relative}.ProseMirror-hideselection *::selection{background:transparent}.ProseMirror-hideselection *::-moz-selection{background:transparent}.ProseMirror-hideselection{caret-color:transparent}.ProseMirror [draggable][contenteditable=false]{user-select:text}.ProseMirror-selectednode{outline:2px solid #8cf}li.ProseMirror-selectednode{outline:none}li.ProseMirror-selectednode:after{content:"";position:absolute;inset:-2px -2px -2px -32px;border:2px solid #8cf;pointer-events:none}img.ProseMirror-separator{display:inline!important;border:none!important;margin:0!important}';function Fu(r={}){return new B({view(e){return new Pu(e,r)}})}class Pu{constructor(e,t){var n;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(n=t.width)!==null&&n!==void 0?n:1,this.color=t.color===!1?void 0:t.color||"black",this.class=t.class,this.handlers=["dragover","dragend","drop","dragleave"].map(i=>{let o=s=>{this[i](s)};return e.dom.addEventListener(i,o),{name:i,handler:o}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,n,i=this.editorView.dom,o=i.getBoundingClientRect(),s=o.width/i.offsetWidth,l=o.height/i.offsetHeight;if(t){let d=e.nodeBefore,f=e.nodeAfter;if(d||f){let h=this.editorView.nodeDOM(this.cursorPos-(d?d.nodeSize:0));if(h){let p=h.getBoundingClientRect(),b=d?p.bottom:p.top;d&&f&&(b=(b+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let y=this.width/2*l;n={left:p.left,right:p.right,top:b-y,bottom:b+y}}}}if(!n){let d=this.editorView.coordsAtPos(this.cursorPos),f=this.width/2*s;n={left:d.left-f,right:d.left+f,top:d.top,bottom:d.bottom}}let a=this.editorView.dom.offsetParent;this.element||(this.element=a.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none;",this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle("prosemirror-dropcursor-block",t),this.element.classList.toggle("prosemirror-dropcursor-inline",!t);let c,u;if(!a||a==document.body&&getComputedStyle(a).position=="static")c=-pageXOffset,u=-pageYOffset;else{let d=a.getBoundingClientRect(),f=d.width/a.offsetWidth,h=d.height/a.offsetHeight;c=d.left-a.scrollLeft*f,u=d.top-a.scrollTop*h}this.element.style.left=(n.left-c)/s+"px",this.element.style.top=(n.top-u)/l+"px",this.element.style.width=(n.right-n.left)/s+"px",this.element.style.height=(n.bottom-n.top)/l+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),n=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),i=n&&n.type.spec.disableDropCursor,o=typeof i=="function"?i(this.editorView,t,e):i;if(t&&!o){let s=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let l=Zr(this.editorView.state.doc,s,this.editorView.dragging.slice);l!=null&&(s=l)}this.setCursor(s),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}}class R extends D{constructor(e){super(e,e)}map(e,t){let n=e.resolve(t.map(this.head));return R.valid(n)?new R(n):D.near(n)}content(){return m.Slice.empty}eq(e){return e instanceof R&&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 R(e.resolve(t.pos))}getBookmark(){return new fi(this.anchor)}static valid(e){let t=e.parent;if(t.isTextblock||!Lu(e)||!zu(e))return!1;let n=t.type.spec.allowGapCursor;if(n!=null)return n;let i=t.contentMatchAt(e.index()).defaultType;return i&&i.isTextblock}static findGapCursorFrom(e,t,n=!1){e:for(;;){if(!n&&R.valid(e))return e;let i=e.pos,o=null;for(let s=e.depth;;s--){let l=e.node(s);if(t>0?e.indexAfter(s)<l.childCount:e.index(s)>0){o=l.child(t>0?e.indexAfter(s):e.index(s)-1);break}else if(s==0)return null;i+=t;let a=e.doc.resolve(i);if(R.valid(a))return a}for(;;){let s=t>0?o.firstChild:o.lastChild;if(!s){if(o.isAtom&&!o.isText&&!M.isSelectable(o)){e=e.doc.resolve(i+o.nodeSize*t),n=!1;continue e}break}o=s,i+=t;let l=e.doc.resolve(i);if(R.valid(l))return l}return null}}}R.prototype.visible=!1;R.findFrom=R.findGapCursorFrom;D.jsonID("gapcursor",R);class fi{constructor(e){this.pos=e}map(e){return new fi(e.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return R.valid(t)?new R(t):D.near(t)}}function dl(r){return r.isAtom||r.spec.isolating||r.spec.createGapCursor}function Lu(r){for(let e=r.depth;e>=0;e--){let t=r.index(e),n=r.node(e);if(t==0){if(n.type.spec.isolating)return!0;continue}for(let i=n.child(t-1);;i=i.lastChild){if(i.childCount==0&&!i.inlineContent||dl(i.type))return!0;if(i.inlineContent)return!1}}return!0}function zu(r){for(let e=r.depth;e>=0;e--){let t=r.indexAfter(e),n=r.node(e);if(t==n.childCount){if(n.type.spec.isolating)return!0;continue}for(let i=n.child(t);;i=i.firstChild){if(i.childCount==0&&!i.inlineContent||dl(i.type))return!0;if(i.inlineContent)return!1}}return!0}function Bu(){return new B({props:{decorations:Wu,createSelectionBetween(r,e,t){return e.pos==t.pos&&R.valid(t)?new R(t):null},handleClick:Vu,handleKeyDown:_u,handleDOMEvents:{beforeinput:Hu}}})}const _u=el({ArrowLeft:fn("horiz",-1),ArrowRight:fn("horiz",1),ArrowUp:fn("vert",-1),ArrowDown:fn("vert",1)});function fn(r,e){const t=r=="vert"?e>0?"down":"up":e>0?"right":"left";return function(n,i,o){let s=n.selection,l=e>0?s.$to:s.$from,a=s.empty;if(s instanceof O){if(!o.endOfTextblock(t)||l.depth==0)return!1;a=!1,l=n.doc.resolve(e>0?l.after():l.before())}let c=R.findGapCursorFrom(l,e,a);return c?(i&&i(n.tr.setSelection(new R(c))),!0):!1}}function Vu(r,e,t){if(!r||!r.editable)return!1;let n=r.state.doc.resolve(e);if(!R.valid(n))return!1;let i=r.posAtCoords({left:t.clientX,top:t.clientY});return i&&i.inside>-1&&M.isSelectable(r.state.doc.nodeAt(i.inside))?!1:(r.dispatch(r.state.tr.setSelection(new R(n))),!0)}function Hu(r,e){if(e.inputType!="insertCompositionText"||!(r.state.selection instanceof R))return!1;let{$from:t}=r.state.selection,n=t.parent.contentMatchAt(t.index()).findWrapping(r.state.schema.nodes.text);if(!n)return!1;let i=m.Fragment.empty;for(let s=n.length-1;s>=0;s--)i=m.Fragment.from(n[s].createAndFill(null,i));let o=r.state.tr.replace(t.pos,t.pos,new m.Slice(i,0,0));return o.setSelection(O.near(o.doc.resolve(t.pos+1))),r.dispatch(o),!1}function Wu(r){if(!(r.selection instanceof R))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",v.create(r.doc,[W.widget(r.selection.head,e,{key:"gapcursor"})])}function fl(r){for(let e=0;e<r.edgeCount;e++){const{type:t}=r.edge(e);/* v8 ignore if -- @preserve It's currently not possible to exercise this code in our RTE */if(t.isTextblock&&!t.hasRequiredAttrs())return t}/* v8 ignore next 1 -- @preserve*/throw new Error("No default textblock found.")}const Uu="[data-class=ui-select]{margin-block:-4px;min-inline-size:120px}.ui-divider{block-size:20px}.ui-button-group{display:flex;gap:4px}.ui-tooltip,.ui-menu{display:contents;--_popup-display: contents}.ui-tooltip-wrapper{display:contents}";class hl{constructor(e){this.plugin=new B({state:{init:()=>e,apply:(t,n)=>{const i=t.getMeta(this.plugin);return i!==void 0?i:n}}})}getValue(e){return this.plugin.getState(e.state)}setValue(e,t){e.dispatchTransaction(e.tr.setMeta(this.plugin,t))}}const $u='.ProseMirror{flex:1;padding:var(--editor-padding-block) var(--editor-padding-inline);outline:none}.ProseMirror-selectednode{--focus-stroke-gap-color: transparent;--focus-border-radius: 2px;position:relative;outline:none}.ProseMirror-selectednode:after{box-shadow:0 0 0 4px color-mix(in srgb,var(--focus-stroke-color, var(--vvd-color-cta-500)),transparent 85%),inset 0 0 0 3px var(--focus-stroke-gap-color, currentColor);outline:1px solid var(--focus-stroke-color, var(--vvd-color-cta-500));outline-offset:calc(-1px - var(--focus-inset, 0px));position:absolute;display:block;border-radius:var(--focus-border-radius, inherit);block-size:calc(100% + var(--focus-block-size-addition, 4px));content:"";inline-size:calc(100% + var(--focus-block-size-addition, 4px));inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%)}';var wn=200,U=function(){};U.prototype.append=function(e){return e.length?(e=U.from(e),!this.length&&e||e.length<wn&&this.leafAppend(e)||this.length<wn&&e.leafPrepend(this)||this.appendInner(e)):this};U.prototype.prepend=function(e){return e.length?U.from(e).append(this):this};U.prototype.appendInner=function(e){return new qu(this,e)};U.prototype.slice=function(e,t){return e===void 0&&(e=0),t===void 0&&(t=this.length),e>=t?U.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))};U.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};U.prototype.forEach=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)};U.prototype.map=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length);var i=[];return this.forEach(function(o,s){return i.push(e(o,s))},t,n),i};U.from=function(e){return e instanceof U?e:e&&e.length?new pl(e):U.empty};var pl=function(r){function e(n){r.call(this),this.values=n}r&&(e.__proto__=r),e.prototype=Object.create(r&&r.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,o){return i==0&&o==this.length?this:new e(this.values.slice(i,o))},e.prototype.getInner=function(i){return this.values[i]},e.prototype.forEachInner=function(i,o,s,l){for(var a=o;a<s;a++)if(i(this.values[a],l+a)===!1)return!1},e.prototype.forEachInvertedInner=function(i,o,s,l){for(var a=o-1;a>=s;a--)if(i(this.values[a],l+a)===!1)return!1},e.prototype.leafAppend=function(i){if(this.length+i.length<=wn)return new e(this.values.concat(i.flatten()))},e.prototype.leafPrepend=function(i){if(this.length+i.length<=wn)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}(U);U.empty=new pl([]);var qu=function(r){function e(t,n){r.call(this),this.left=t,this.right=n,this.length=t.length+n.length,this.depth=Math.max(t.depth,n.depth)+1}return r&&(e.__proto__=r),e.prototype=Object.create(r&&r.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(n){return n<this.left.length?this.left.get(n):this.right.get(n-this.left.length)},e.prototype.forEachInner=function(n,i,o,s){var l=this.left.length;if(i<l&&this.left.forEachInner(n,i,Math.min(o,l),s)===!1||o>l&&this.right.forEachInner(n,Math.max(i-l,0),Math.min(this.length,o)-l,s+l)===!1)return!1},e.prototype.forEachInvertedInner=function(n,i,o,s){var l=this.left.length;if(i>l&&this.right.forEachInvertedInner(n,i-l,Math.max(o,l)-l,s+l)===!1||o<l&&this.left.forEachInvertedInner(n,Math.min(i,l),o,s)===!1)return!1},e.prototype.sliceInner=function(n,i){if(n==0&&i==this.length)return this;var o=this.left.length;return i<=o?this.left.slice(n,i):n>=o?this.right.slice(n-o,i-o):this.left.slice(n,o).append(this.right.slice(0,i-o))},e.prototype.leafAppend=function(n){var i=this.right.leafAppend(n);if(i)return new e(this.left,i)},e.prototype.leafPrepend=function(n){var i=this.left.leafPrepend(n);if(i)return new e(i,this.right)},e.prototype.appendInner=function(n){return this.left.depth>=Math.max(this.right.depth,n.depth)+1?new e(this.left,new e(this.right,n)):new e(this,n)},e}(U);const Ku=500;class xe{constructor(e,t){this.items=e,this.eventCount=t}popEvent(e,t){if(this.eventCount==0)return null;let n=this.items.length;for(;;n--)if(this.items.get(n-1).selection){--n;break}let i,o;t&&(i=this.remapping(n,this.items.length),o=i.maps.length);let s=e.tr,l,a,c=[],u=[];return this.items.forEach((d,f)=>{if(!d.step){i||(i=this.remapping(n,f+1),o=i.maps.length),o--,u.push(d);return}if(i){u.push(new Ee(d.map));let h=d.step.map(i.slice(o)),p;h&&s.maybeStep(h).doc&&(p=s.mapping.maps[s.mapping.maps.length-1],c.push(new Ee(p,void 0,void 0,c.length+u.length))),o--,p&&i.appendMap(p,o)}else s.maybeStep(d.step);if(d.selection)return l=i?d.selection.map(i.slice(o)):d.selection,a=new xe(this.items.slice(0,n).append(u.reverse().concat(c)),this.eventCount-1),!1},this.items.length,0),{remaining:a,transform:s,selection:l}}addTransform(e,t,n,i){let o=[],s=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 Ee(e.mapping.maps[u],d,t),h;(h=a&&a.merge(f))&&(f=h,u?o.pop():l=l.slice(0,l.length-1)),o.push(f),t&&(s++,t=void 0),i||(a=f)}let c=s-n.depth;return c>Gu&&(l=Ju(l,c),s-=c),new xe(l.append(o),s)}remapping(e,t){let n=new Jt;return this.items.forEach((i,o)=>{let s=i.mirrorOffset!=null&&o-i.mirrorOffset>=e?n.maps.length-i.mirrorOffset:void 0;n.appendMap(i.map,s)},e,t),n}addMaps(e){return this.eventCount==0?this:new xe(this.items.append(e.map(t=>new Ee(t))),this.eventCount)}rebased(e,t){if(!this.eventCount)return this;let n=[],i=Math.max(0,this.items.length-t),o=e.mapping,s=e.steps.length,l=this.eventCount;this.items.forEach(f=>{f.selection&&l--},i);let a=t;this.items.forEach(f=>{let h=o.getMirror(--a);if(h==null)return;s=Math.min(s,h);let p=o.maps[h];if(f.step){let b=e.steps[h].invert(e.docs[h]),y=f.selection&&f.selection.map(o.slice(a+1,h));y&&l++,n.push(new Ee(p,b,y))}else n.push(new Ee(p))},i);let c=[];for(let f=t;f<s;f++)c.push(new Ee(o.maps[f]));let u=this.items.slice(0,i).append(c).append(n),d=new xe(u,l);return d.emptyItemCount()>Ku&&(d=d.compress(this.items.length-n.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),n=t.maps.length,i=[],o=0;return this.items.forEach((s,l)=>{if(l>=e)i.push(s),s.selection&&o++;else if(s.step){let a=s.step.map(t.slice(n)),c=a&&a.getMap();if(n--,c&&t.appendMap(c,n),a){let u=s.selection&&s.selection.map(t.slice(n));u&&o++;let d=new Ee(c.invert(),a,u),f,h=i.length-1;(f=i.length&&i[h].merge(d))?i[h]=f:i.push(d)}}else s.map&&n--},this.items.length,0),new xe(U.from(i.reverse()),o)}}xe.empty=new xe(U.empty,0);function Ju(r,e){let t;return r.forEach((n,i)=>{if(n.selection&&e--==0)return t=i,!1}),r.slice(t)}class Ee{constructor(e,t,n,i){this.map=e,this.step=t,this.selection=n,this.mirrorOffset=i}merge(e){if(this.step&&e.step&&!e.selection){let t=e.step.merge(this.step);if(t)return new Ee(t.getMap().invert(),t,this.selection)}}}class We{constructor(e,t,n,i,o){this.done=e,this.undone=t,this.prevRanges=n,this.prevTime=i,this.prevComposition=o}}const Gu=20;function ju(r,e,t,n){let i=t.getMeta(st),o;if(i)return i.historyState;t.getMeta(ml)&&(r=new We(r.done,r.undone,null,0,-1));let s=t.getMeta("appendedTransaction");if(t.steps.length==0)return r;if(s&&s.getMeta(st))return s.getMeta(st).redo?new We(r.done.addTransform(t,void 0,n,yn(e)),r.undone,Io(t.mapping.maps),r.prevTime,r.prevComposition):new We(r.done,r.undone.addTransform(t,void 0,n,yn(e)),null,r.prevTime,r.prevComposition);if(t.getMeta("addToHistory")!==!1&&!(s&&s.getMeta("addToHistory")===!1)){let l=t.getMeta("composition"),a=r.prevTime==0||!s&&r.prevComposition!=l&&(r.prevTime<(t.time||0)-n.newGroupDelay||!Yu(t,r.prevRanges)),c=s?hr(r.prevRanges,t.mapping):Io(t.mapping.maps);return new We(r.done.addTransform(t,a?e.selection.getBookmark():void 0,n,yn(e)),xe.empty,c,t.time,l??r.prevComposition)}else return(o=t.getMeta("rebased"))?new We(r.done.rebased(t,o),r.undone.rebased(t,o),hr(r.prevRanges,t.mapping),r.prevTime,r.prevComposition):new We(r.done.addMaps(t.mapping.maps),r.undone.addMaps(t.mapping.maps),hr(r.prevRanges,t.mapping),r.prevTime,r.prevComposition)}function Yu(r,e){if(!e)return!1;if(!r.docChanged)return!0;let t=!1;return r.mapping.maps[0].forEach((n,i)=>{for(let o=0;o<e.length;o+=2)n<=e[o+1]&&i>=e[o]&&(t=!0)}),t}function Io(r){let e=[];for(let t=r.length-1;t>=0&&e.length==0;t--)r[t].forEach((n,i,o,s)=>e.push(o,s));return e}function hr(r,e){if(!r)return null;let t=[];for(let n=0;n<r.length;n+=2){let i=e.map(r[n],1),o=e.map(r[n+1],-1);i<=o&&t.push(i,o)}return t}function Xu(r,e,t){let n=yn(e),i=st.get(e).spec.config,o=(t?r.undone:r.done).popEvent(e,n);if(!o)return null;let s=o.selection.resolve(o.transform.doc),l=(t?r.done:r.undone).addTransform(o.transform,e.selection.getBookmark(),i,n),a=new We(t?l:o.remaining,t?o.remaining:l,null,0,-1);return o.transform.setSelection(s).setMeta(st,{redo:t,historyState:a})}let pr=!1,Ro=null;function yn(r){let e=r.plugins;if(Ro!=e){pr=!1,Ro=e;for(let t=0;t<e.length;t++)if(e[t].spec.historyPreserveItems){pr=!0;break}}return pr}function Zu(r){return r.setMeta(ml,!0)}const st=new ti("history"),ml=new ti("closeHistory");function Qu(r={}){return r={depth:r.depth||100,newGroupDelay:r.newGroupDelay||500},new B({key:st,state:{init(){return new We(xe.empty,xe.empty,null,0,-1)},apply(e,t,n){return ju(t,n,e,r)}},config:r,props:{handleDOMEvents:{beforeinput(e,t){let n=t.inputType,i=n=="historyUndo"?kn:n=="historyRedo"?Ut:null;return!i||!e.editable?!1:(t.preventDefault(),i(e.state,e.dispatch))}}}})}function gl(r,e){return(t,n)=>{let i=st.getState(t);if(!i||(r?i.undone:i.done).eventCount==0)return!1;if(n){let o=Xu(i,t,r);o&&n(e?o.scrollIntoView():o)}return!0}}const kn=gl(!1,!0),Ut=gl(!0,!0),Fo=r=>typeof r=="function",Pn=(r,e,t)=>[r,e,t];class Ln{constructor(e,t,n){this.view=e,this.rte=t,this.props=n,this.bindings=[]}evalProp(e){return Fo(e)?e(this):e}bindProp(e,t){if(e!==void 0)if(Fo(e)){const n=()=>t(e(this));this.bindings.push(n),n()}else t(e)}updateBindings(){for(const e of this.bindings)e()}bindToEl(e,t={},n=[],i=[]){for(const o in t)this.bindProp(t[o],s=>{e[o]=s});for(const[o,s,l]of n)s&&e.addEventListener(o,l(s));for(const o of i)e.appendChild(o)}}const he=(r,e)=>{const t=document.createElement("div");return r.bindToEl(t,{className:e.className,slot:e.slot},[],e.children),t},ed=(r,e)=>{const t=document.createElement("a");return r.bindToEl(t,{href:e.href,target:e.target,rel:e.rel,className:e.className},[],e.children),t},bl=new WeakMap,yl=(r,e)=>{const t=r.rte.createComponent(es.Tooltip);t.setAttribute("exportparts","vvd-theme-alternate"),r.bindToEl(t,{className:"ui-tooltip",text:e.label,placement:r.props.popupPlacement}),r.bindProp(e.enabled,i=>{i||(t.open=!1),t.anchor=i?e.anchor:void 0});const n=he(r,{className:"ui-tooltip-wrapper",slot:e.slot,children:[e.anchor,t]});return bl.set(n,e.anchor),n},_=(r,e)=>{const t=()=>r.evalProp(e.variant)??"toolbar",n=()=>t()==="toolbar"?"super-condensed":"condensed",i=()=>t()==="popover-primary"?"outlined":"ghost-light",o=()=>r.evalProp(e.active)?"filled":i(),s=()=>!!(r.evalProp(r.props.disabled)||r.evalProp(e.disabled)),l=r.rte.createComponent(ss.Button);return r.bindToEl(l,{size:n,appearance:o,disabled:s,icon:e.icon,autofocus:e.autofocus,connotation:e.connotation,[e.icon?"ariaLabel":"label"]:e.label},[Pn("click",e.onClick,a=>()=>{a()||r.view.focus()})]),yl(r,{enabled:()=>!!(r.evalProp(e.icon)&&!r.evalProp(e.noTooltip)&&!s()),label:e.label,anchor:l,slot:e.slot})},hi=(r,e)=>{const t=r.rte.createComponent(ts.Menu);r.bindToEl(t,{className:"ui-menu",autoDismiss:!0,ariaLabel:e.label,anchor:bl.get(e.trigger)??e.trigger,placement:r.props.popupPlacement,offset:()=>r.evalProp(r.props.menuOffset)??null},[],e.children);const n=document.createDocumentFragment();return n.appendChild(e.trigger),n.appendChild(t),n},td=(r,e)=>{const t=()=>!!(r.evalProp(r.props.disabled)||r.evalProp(e.disabled)),n=r.rte.createComponent(ns.MenuItem);return r.bindToEl(n,{text:e.text,checked:e.checked,disabled:t,controlType:"radio",checkedAppearance:"tick-only"},[Pn("change",e.onSelect,i=>()=>{n.checked&&!n.disabled&&r.evalProp(e.checked)!==n.checked&&(i(),r.view.focus())})]),n},nd=(r,e)=>he(r,{className:"ui-button-group",children:e.children});function rd(r,e){const{from:t,$from:n,to:i,empty:o}=r.selection;return o?!!e.isInSet(r.storedMarks||n.marks()):r.doc.rangeHasMark(t,i,e)}const tn=(r,e)=>_(r,{label:e.label,icon:e.icon,active:()=>rd(r.view.state,e.markType),disabled:()=>!Be(e.markType)(r.view.state),onClick:()=>{Be(e.markType)(r.view.state,r.view.dispatch)}}),id=(r,e)=>{const t=()=>!!(r.evalProp(r.props.disabled)||r.evalProp(e.disabled)),n=r.rte.createComponent(Jr.ListboxOption);return r.bindToEl(n,{value:e.value,text:e.text,disabled:t}),n},od=(r,e)=>{const t=()=>!!r.evalProp(r.props.disabled),n=r.rte.createComponent(Qo.Select);n.setAttribute("data-class","ui-select"),r.bindToEl(n,{placeholder:" ",ariaLabel:e.label,appearance:"ghost",disabled:t},[Pn("change",e.onSelect,o=>()=>{const s=n.value;s&&(o(s),r.view.focus())})],e.children),queueMicrotask(()=>{r.bindProp(e.value,o=>n.value=o)});let i=!1;return n.addEventListener("vwc-popup:open",()=>{i=!0,r.updateBindings()}),n.addEventListener("vwc-popup:close",()=>{i=!1,r.updateBindings()}),yl(r,{enabled:()=>!i&&!t(),label:e.label,anchor:n})},_r=r=>{const e=r.rte.createComponent(jl.Divider);return r.bindToEl(e,{className:"ui-divider",orientation:"vertical"}),e},Po=(r,e)=>{const t=r.rte.createComponent(rs.TextField);return r.bindToEl(t,{label:e.label,value:e.value,placeholder:e.placeholder,slot:e.slot,autofocus:e.autofocus,type:e.type},[Pn("input",e.onInput,n=>()=>{n(t.value)})]),t},Lo=(r,e)=>{const t=document.createTextNode("");return r.bindToEl(t,{textContent:e.text}),t},sd=(r,e)=>{const t=document.createElement("slot");t.name=e.name;let n=null;const i=[];function o(){for(const{el:a,type:c,handler:u}of i)a.removeEventListener(c,u);i.length=0,n=null}for(const[a,c]of Object.entries(e.assignedProps))r.bindProp(c,u=>{n&&(n[a]=u)});function s(a){for(const[c,u]of Object.entries(e.assignedProps))a[c]=r.evalProp(u);for(const[c,u]of Object.entries(e.assignedEvents)){const d=f=>{u(f),r.view.focus()};a.addEventListener(c,d),i.push({el:a,type:c,handler:d})}}const l=()=>{const c=t.assignedElements({flatten:!0})[0];c!==n&&(o(),c&&(n=c,s(c)))};return t.addEventListener("slotchange",l),queueMicrotask(l),t};class ld extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteHistoryFeature"}getPlugins(){return[this.contribution(Qu()),this.contribution(te({"Mod-z":kn,"Ctrl-y":Ut,"Cmd-Z":Ut}))]}getToolbarItems(){return[this.contribution({section:"history",render:e=>_(e,{label:t=>t.rte.getLocale().richTextEditor.undo,icon:"undo-line",disabled:t=>!kn(t.view.state),onClick:()=>{const{state:t,dispatch:n}=e.view;kn(t,n)}})},1),this.contribution({section:"history",render:e=>_(e,{label:t=>t.rte.getLocale().richTextEditor.redo,icon:"redo-line",disabled:t=>!Ut(t.view.state),onClick:()=>{const{state:t,dispatch:n}=e.view;Ut(t,n)}})},2)]}}class ad extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteForeignHtmlFeature"}getPlugins(e){return[this.contribution(new B({props:{transformPastedHTML:t=>e.foreignHtmlParser[m.impl].transform(t),clipboardParser:e.foreignHtmlParser[m.impl].parser,clipboardSerializer:e.foreignHtmlSerializer[m.impl].serializer}}))]}}const cd=r=>{if(!(r.parentOffset===r.parent.content.size))return null;const t=r.nodeBefore;return t&&t.isInline&&t.isAtom&&!t.isText?{}:null};class ud extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteCursorFix"}getPlugins(e){const t=[cd];for(const n of Object.values(e.schema.marks)){const i=n.spec;i.cursorFix&&t.push(i.cursorFix)}return[this.contribution(new B({props:{decorations:n=>{const{$cursor:i}=n.selection;if(!i)return null;let o=null;for(const s of t){const l=s(i,n);l&&Object.assign(o??={},l)}return o?v.create(n.doc,[W.widget(i.pos,()=>{const s=document.createElement("span");s.textContent="";for(const[l,a]of Object.entries(o))s.style.setProperty(l,a);return s},{side:-1})]):null}}}))]}}const Kt=new B({state:{init(){return null},apply(r,e){const t=r.getMeta(Kt);return t||e}}});class dd extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteCore",this.disabled=new hl(!1)}getStyles(){return[this.contribution(Ru),this.contribution($u),this.contribution(Uu)]}getPlugins(e){return[this.contribution(this.disabled.plugin),this.contribution(new B({props:{editable:()=>!this.disabled.getValue(e),handleDOMEvents:{click:(t,n)=>this.disabled.getValue(e)?(n.preventDefault(),!0):!1}},view:t=>{const n=t.dom.getRootNode().querySelector(".popovers"),i=()=>{n.classList.toggle("popovers--disabled",this.disabled.getValue(e))};return i(),{update:()=>{i()}}}})),this.contribution(te({...Iu,Enter:Fn(il,ol,sl,ll((t,n,i)=>n?{type:fl(i.node(i.depth-1).contentMatchAt(i.indexAfter(i.depth-1))),attrs:e.textblockAttrs.extractFromNode(t)}:{type:t.type,attrs:t.attrs}))})),this.contribution(Fu()),this.contribution(Bu()),this.contribution(Kt)]}getFeatures(){return[this,new ld,new ad,new ud]}}/*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */const{entries:kl,setPrototypeOf:zo,isFrozen:fd,getPrototypeOf:hd,getOwnPropertyDescriptor:pd}=Object;let{freeze:ce,seal:Se,create:Vr}=Object,{apply:Hr,construct:Wr}=typeof Reflect<"u"&&Reflect;ce||(ce=function(e){return e});Se||(Se=function(e){return e});Hr||(Hr=function(e,t){for(var n=arguments.length,i=new Array(n>2?n-2:0),o=2;o<n;o++)i[o-2]=arguments[o];return e.apply(t,i)});Wr||(Wr=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return new e(...n)});const hn=ue(Array.prototype.forEach),md=ue(Array.prototype.lastIndexOf),Bo=ue(Array.prototype.pop),Pt=ue(Array.prototype.push),gd=ue(Array.prototype.splice),Sn=ue(String.prototype.toLowerCase),mr=ue(String.prototype.toString),gr=ue(String.prototype.match),Lt=ue(String.prototype.replace),bd=ue(String.prototype.indexOf),yd=ue(String.prototype.trim),Me=ue(Object.prototype.hasOwnProperty),oe=ue(RegExp.prototype.test),zt=kd(TypeError);function ue(r){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return Hr(r,e,n)}}function kd(r){return function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Wr(r,t)}}function x(r,e){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Sn;zo&&zo(r,null);let n=e.length;for(;n--;){let i=e[n];if(typeof i=="string"){const o=t(i);o!==i&&(fd(e)||(e[n]=o),i=o)}r[i]=!0}return r}function Sd(r){for(let e=0;e<r.length;e++)Me(r,e)||(r[e]=null);return r}function Re(r){const e=Vr(null);for(const[t,n]of kl(r))Me(r,t)&&(Array.isArray(n)?e[t]=Sd(n):n&&typeof n=="object"&&n.constructor===Object?e[t]=Re(n):e[t]=n);return e}function Bt(r,e){for(;r!==null;){const n=pd(r,e);if(n){if(n.get)return ue(n.get);if(typeof n.value=="function")return ue(n.value)}r=hd(r)}function t(){return null}return t}const _o=ce(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),br=ce(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),yr=ce(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Td=ce(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),kr=ce(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Cd=ce(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Vo=ce(["#text"]),Ho=ce(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Sr=ce(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Wo=ce(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),pn=ce(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Md=Se(/\{\{[\w\W]*|[\w\W]*\}\}/gm),xd=Se(/<%[\w\W]*|[\w\W]*%>/gm),Od=Se(/\$\{[\w\W]*/gm),Ed=Se(/^data-[\-\w.\u00B7-\uFFFF]+$/),Dd=Se(/^aria-[\-\w]+$/),Sl=Se(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),wd=Se(/^(?:\w+script|data):/i),Nd=Se(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Tl=Se(/^html$/i),vd=Se(/^[a-z][.\w]*(-[.\w]+)+$/i);var Uo=Object.freeze({__proto__:null,ARIA_ATTR:Dd,ATTR_WHITESPACE:Nd,CUSTOM_ELEMENT:vd,DATA_ATTR:Ed,DOCTYPE_NAME:Tl,ERB_EXPR:xd,IS_ALLOWED_URI:Sl,IS_SCRIPT_OR_DATA:wd,MUSTACHE_EXPR:Md,TMPLIT_EXPR:Od});const _t={element:1,text:3,progressingInstruction:7,comment:8,document:9},Ad=function(){return typeof window>"u"?null:window},Id=function(e,t){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let n=null;const i="data-tt-policy-suffix";t&&t.hasAttribute(i)&&(n=t.getAttribute(i));const o="dompurify"+(n?"#"+n:"");try{return e.createPolicy(o,{createHTML(s){return s},createScriptURL(s){return s}})}catch{return console.warn("TrustedTypes policy "+o+" could not be created."),null}},$o=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function Cl(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Ad();const e=C=>Cl(C);if(e.version="3.3.0",e.removed=[],!r||!r.document||r.document.nodeType!==_t.document||!r.Element)return e.isSupported=!1,e;let{document:t}=r;const n=t,i=n.currentScript,{DocumentFragment:o,HTMLTemplateElement:s,Node:l,Element:a,NodeFilter:c,NamedNodeMap:u=r.NamedNodeMap||r.MozNamedAttrMap,HTMLFormElement:d,DOMParser:f,trustedTypes:h}=r,p=a.prototype,b=Bt(p,"cloneNode"),y=Bt(p,"remove"),T=Bt(p,"nextSibling"),A=Bt(p,"childNodes"),w=Bt(p,"parentNode");if(typeof s=="function"){const C=t.createElement("template");C.content&&C.content.ownerDocument&&(t=C.content.ownerDocument)}let N,Ce="";const{implementation:_e,createNodeIterator:E,createDocumentFragment:P,getElementsByTagName:j}=t,{importNode:Bn}=n;let ie=$o();e.isSupported=typeof kl=="function"&&typeof w=="function"&&_e&&_e.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:_n,ERB_EXPR:Vn,TMPLIT_EXPR:Hn,DATA_ATTR:Pl,ARIA_ATTR:Ll,IS_SCRIPT_OR_DATA:zl,ATTR_WHITESPACE:yi,CUSTOM_ELEMENT:Bl}=Uo;let{IS_ALLOWED_URI:ki}=Uo,V=null;const Si=x({},[..._o,...br,...yr,...kr,...Vo]);let $=null;const Ti=x({},[...Ho,...Sr,...Wo,...pn]);let F=Object.seal(Vr(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),At=null,Wn=null;const dt=Object.seal(Vr(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Ci=!0,Un=!0,Mi=!1,xi=!0,ft=!1,rn=!0,Qe=!1,$n=!1,qn=!1,ht=!1,on=!1,sn=!1,Oi=!0,Ei=!1;const _l="user-content-";let Kn=!0,It=!1,pt={},mt=null;const Di=x({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let wi=null;const Ni=x({},["audio","video","img","source","image","track"]);let Jn=null;const vi=x({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ln="http://www.w3.org/1998/Math/MathML",an="http://www.w3.org/2000/svg",Ne="http://www.w3.org/1999/xhtml";let gt=Ne,Gn=!1,jn=null;const Vl=x({},[ln,an,Ne],mr);let cn=x({},["mi","mo","mn","ms","mtext"]),un=x({},["annotation-xml"]);const Hl=x({},["title","style","font","a","script"]);let Rt=null;const Wl=["application/xhtml+xml","text/html"],Ul="text/html";let H=null,bt=null;const $l=t.createElement("form"),Ai=function(g){return g instanceof RegExp||g instanceof Function},Yn=function(){let g=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(bt&&bt===g)){if((!g||typeof g!="object")&&(g={}),g=Re(g),Rt=Wl.indexOf(g.PARSER_MEDIA_TYPE)===-1?Ul:g.PARSER_MEDIA_TYPE,H=Rt==="application/xhtml+xml"?mr:Sn,V=Me(g,"ALLOWED_TAGS")?x({},g.ALLOWED_TAGS,H):Si,$=Me(g,"ALLOWED_ATTR")?x({},g.ALLOWED_ATTR,H):Ti,jn=Me(g,"ALLOWED_NAMESPACES")?x({},g.ALLOWED_NAMESPACES,mr):Vl,Jn=Me(g,"ADD_URI_SAFE_ATTR")?x(Re(vi),g.ADD_URI_SAFE_ATTR,H):vi,wi=Me(g,"ADD_DATA_URI_TAGS")?x(Re(Ni),g.ADD_DATA_URI_TAGS,H):Ni,mt=Me(g,"FORBID_CONTENTS")?x({},g.FORBID_CONTENTS,H):Di,At=Me(g,"FORBID_TAGS")?x({},g.FORBID_TAGS,H):Re({}),Wn=Me(g,"FORBID_ATTR")?x({},g.FORBID_ATTR,H):Re({}),pt=Me(g,"USE_PROFILES")?g.USE_PROFILES:!1,Ci=g.ALLOW_ARIA_ATTR!==!1,Un=g.ALLOW_DATA_ATTR!==!1,Mi=g.ALLOW_UNKNOWN_PROTOCOLS||!1,xi=g.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ft=g.SAFE_FOR_TEMPLATES||!1,rn=g.SAFE_FOR_XML!==!1,Qe=g.WHOLE_DOCUMENT||!1,ht=g.RETURN_DOM||!1,on=g.RETURN_DOM_FRAGMENT||!1,sn=g.RETURN_TRUSTED_TYPE||!1,qn=g.FORCE_BODY||!1,Oi=g.SANITIZE_DOM!==!1,Ei=g.SANITIZE_NAMED_PROPS||!1,Kn=g.KEEP_CONTENT!==!1,It=g.IN_PLACE||!1,ki=g.ALLOWED_URI_REGEXP||Sl,gt=g.NAMESPACE||Ne,cn=g.MATHML_TEXT_INTEGRATION_POINTS||cn,un=g.HTML_INTEGRATION_POINTS||un,F=g.CUSTOM_ELEMENT_HANDLING||{},g.CUSTOM_ELEMENT_HANDLING&&Ai(g.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(F.tagNameCheck=g.CUSTOM_ELEMENT_HANDLING.tagNameCheck),g.CUSTOM_ELEMENT_HANDLING&&Ai(g.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(F.attributeNameCheck=g.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),g.CUSTOM_ELEMENT_HANDLING&&typeof g.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(F.allowCustomizedBuiltInElements=g.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ft&&(Un=!1),on&&(ht=!0),pt&&(V=x({},Vo),$=[],pt.html===!0&&(x(V,_o),x($,Ho)),pt.svg===!0&&(x(V,br),x($,Sr),x($,pn)),pt.svgFilters===!0&&(x(V,yr),x($,Sr),x($,pn)),pt.mathMl===!0&&(x(V,kr),x($,Wo),x($,pn))),g.ADD_TAGS&&(typeof g.ADD_TAGS=="function"?dt.tagCheck=g.ADD_TAGS:(V===Si&&(V=Re(V)),x(V,g.ADD_TAGS,H))),g.ADD_ATTR&&(typeof g.ADD_ATTR=="function"?dt.attributeCheck=g.ADD_ATTR:($===Ti&&($=Re($)),x($,g.ADD_ATTR,H))),g.ADD_URI_SAFE_ATTR&&x(Jn,g.ADD_URI_SAFE_ATTR,H),g.FORBID_CONTENTS&&(mt===Di&&(mt=Re(mt)),x(mt,g.FORBID_CONTENTS,H)),Kn&&(V["#text"]=!0),Qe&&x(V,["html","head","body"]),V.table&&(x(V,["tbody"]),delete At.tbody),g.TRUSTED_TYPES_POLICY){if(typeof g.TRUSTED_TYPES_POLICY.createHTML!="function")throw zt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof g.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw zt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');N=g.TRUSTED_TYPES_POLICY,Ce=N.createHTML("")}else N===void 0&&(N=Id(h,i)),N!==null&&typeof Ce=="string"&&(Ce=N.createHTML(""));ce&&ce(g),bt=g}},Ii=x({},[...br,...yr,...Td]),Ri=x({},[...kr,...Cd]),ql=function(g){let k=w(g);(!k||!k.tagName)&&(k={namespaceURI:gt,tagName:"template"});const S=Sn(g.tagName),I=Sn(k.tagName);return jn[g.namespaceURI]?g.namespaceURI===an?k.namespaceURI===Ne?S==="svg":k.namespaceURI===ln?S==="svg"&&(I==="annotation-xml"||cn[I]):!!Ii[S]:g.namespaceURI===ln?k.namespaceURI===Ne?S==="math":k.namespaceURI===an?S==="math"&&un[I]:!!Ri[S]:g.namespaceURI===Ne?k.namespaceURI===an&&!un[I]||k.namespaceURI===ln&&!cn[I]?!1:!Ri[S]&&(Hl[S]||!Ii[S]):!!(Rt==="application/xhtml+xml"&&jn[g.namespaceURI]):!1},Oe=function(g){Pt(e.removed,{element:g});try{w(g).removeChild(g)}catch{y(g)}},et=function(g,k){try{Pt(e.removed,{attribute:k.getAttributeNode(g),from:k})}catch{Pt(e.removed,{attribute:null,from:k})}if(k.removeAttribute(g),g==="is")if(ht||on)try{Oe(k)}catch{}else try{k.setAttribute(g,"")}catch{}},Fi=function(g){let k=null,S=null;if(qn)g="<remove></remove>"+g;else{const L=gr(g,/^[\r\n\t ]+/);S=L&&L[0]}Rt==="application/xhtml+xml"&>===Ne&&(g='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+g+"</body></html>");const I=N?N.createHTML(g):g;if(gt===Ne)try{k=new f().parseFromString(I,Rt)}catch{}if(!k||!k.documentElement){k=_e.createDocument(gt,"template",null);try{k.documentElement.innerHTML=Gn?Ce:I}catch{}}const Y=k.body||k.documentElement;return g&&S&&Y.insertBefore(t.createTextNode(S),Y.childNodes[0]||null),gt===Ne?j.call(k,Qe?"html":"body")[0]:Qe?k.documentElement:Y},Pi=function(g){return E.call(g.ownerDocument||g,g,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT|c.SHOW_PROCESSING_INSTRUCTION|c.SHOW_CDATA_SECTION,null)},Xn=function(g){return g instanceof d&&(typeof g.nodeName!="string"||typeof g.textContent!="string"||typeof g.removeChild!="function"||!(g.attributes instanceof u)||typeof g.removeAttribute!="function"||typeof g.setAttribute!="function"||typeof g.namespaceURI!="string"||typeof g.insertBefore!="function"||typeof g.hasChildNodes!="function")},Li=function(g){return typeof l=="function"&&g instanceof l};function ve(C,g,k){hn(C,S=>{S.call(e,g,k,bt)})}const zi=function(g){let k=null;if(ve(ie.beforeSanitizeElements,g,null),Xn(g))return Oe(g),!0;const S=H(g.nodeName);if(ve(ie.uponSanitizeElement,g,{tagName:S,allowedTags:V}),rn&&g.hasChildNodes()&&!Li(g.firstElementChild)&&oe(/<[/\w!]/g,g.innerHTML)&&oe(/<[/\w!]/g,g.textContent)||g.nodeType===_t.progressingInstruction||rn&&g.nodeType===_t.comment&&oe(/<[/\w]/g,g.data))return Oe(g),!0;if(!(dt.tagCheck instanceof Function&&dt.tagCheck(S))&&(!V[S]||At[S])){if(!At[S]&&_i(S)&&(F.tagNameCheck instanceof RegExp&&oe(F.tagNameCheck,S)||F.tagNameCheck instanceof Function&&F.tagNameCheck(S)))return!1;if(Kn&&!mt[S]){const I=w(g)||g.parentNode,Y=A(g)||g.childNodes;if(Y&&I){const L=Y.length;for(let de=L-1;de>=0;--de){const Ae=b(Y[de],!0);Ae.__removalCount=(g.__removalCount||0)+1,I.insertBefore(Ae,T(g))}}}return Oe(g),!0}return g instanceof a&&!ql(g)||(S==="noscript"||S==="noembed"||S==="noframes")&&oe(/<\/no(script|embed|frames)/i,g.innerHTML)?(Oe(g),!0):(ft&&g.nodeType===_t.text&&(k=g.textContent,hn([_n,Vn,Hn],I=>{k=Lt(k,I," ")}),g.textContent!==k&&(Pt(e.removed,{element:g.cloneNode()}),g.textContent=k)),ve(ie.afterSanitizeElements,g,null),!1)},Bi=function(g,k,S){if(Oi&&(k==="id"||k==="name")&&(S in t||S in $l))return!1;if(!(Un&&!Wn[k]&&oe(Pl,k))){if(!(Ci&&oe(Ll,k))){if(!(dt.attributeCheck instanceof Function&&dt.attributeCheck(k,g))){if(!$[k]||Wn[k]){if(!(_i(g)&&(F.tagNameCheck instanceof RegExp&&oe(F.tagNameCheck,g)||F.tagNameCheck instanceof Function&&F.tagNameCheck(g))&&(F.attributeNameCheck instanceof RegExp&&oe(F.attributeNameCheck,k)||F.attributeNameCheck instanceof Function&&F.attributeNameCheck(k,g))||k==="is"&&F.allowCustomizedBuiltInElements&&(F.tagNameCheck instanceof RegExp&&oe(F.tagNameCheck,S)||F.tagNameCheck instanceof Function&&F.tagNameCheck(S))))return!1}else if(!Jn[k]){if(!oe(ki,Lt(S,yi,""))){if(!((k==="src"||k==="xlink:href"||k==="href")&&g!=="script"&&bd(S,"data:")===0&&wi[g])){if(!(Mi&&!oe(zl,Lt(S,yi,"")))){if(S)return!1}}}}}}}return!0},_i=function(g){return g!=="annotation-xml"&&gr(g,Bl)},Vi=function(g){ve(ie.beforeSanitizeAttributes,g,null);const{attributes:k}=g;if(!k||Xn(g))return;const S={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:$,forceKeepAttr:void 0};let I=k.length;for(;I--;){const Y=k[I],{name:L,namespaceURI:de,value:Ae}=Y,yt=H(L),Zn=Ae;let q=L==="value"?Zn:yd(Zn);if(S.attrName=yt,S.attrValue=q,S.keepAttr=!0,S.forceKeepAttr=void 0,ve(ie.uponSanitizeAttribute,g,S),q=S.attrValue,Ei&&(yt==="id"||yt==="name")&&(et(L,g),q=_l+q),rn&&oe(/((--!?|])>)|<\/(style|title|textarea)/i,q)){et(L,g);continue}if(yt==="attributename"&&gr(q,"href")){et(L,g);continue}if(S.forceKeepAttr)continue;if(!S.keepAttr){et(L,g);continue}if(!xi&&oe(/\/>/i,q)){et(L,g);continue}ft&&hn([_n,Vn,Hn],Wi=>{q=Lt(q,Wi," ")});const Hi=H(g.nodeName);if(!Bi(Hi,yt,q)){et(L,g);continue}if(N&&typeof h=="object"&&typeof h.getAttributeType=="function"&&!de)switch(h.getAttributeType(Hi,yt)){case"TrustedHTML":{q=N.createHTML(q);break}case"TrustedScriptURL":{q=N.createScriptURL(q);break}}if(q!==Zn)try{de?g.setAttributeNS(de,L,q):g.setAttribute(L,q),Xn(g)?Oe(g):Bo(e.removed)}catch{et(L,g)}}ve(ie.afterSanitizeAttributes,g,null)},Kl=function C(g){let k=null;const S=Pi(g);for(ve(ie.beforeSanitizeShadowDOM,g,null);k=S.nextNode();)ve(ie.uponSanitizeShadowNode,k,null),zi(k),Vi(k),k.content instanceof o&&C(k.content);ve(ie.afterSanitizeShadowDOM,g,null)};return e.sanitize=function(C){let g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},k=null,S=null,I=null,Y=null;if(Gn=!C,Gn&&(C="<!-->"),typeof C!="string"&&!Li(C))if(typeof C.toString=="function"){if(C=C.toString(),typeof C!="string")throw zt("dirty is not a string, aborting")}else throw zt("toString is not a function");if(!e.isSupported)return C;if($n||Yn(g),e.removed=[],typeof C=="string"&&(It=!1),It){if(C.nodeName){const Ae=H(C.nodeName);if(!V[Ae]||At[Ae])throw zt("root node is forbidden and cannot be sanitized in-place")}}else if(C instanceof l)k=Fi("<!---->"),S=k.ownerDocument.importNode(C,!0),S.nodeType===_t.element&&S.nodeName==="BODY"||S.nodeName==="HTML"?k=S:k.appendChild(S);else{if(!ht&&!ft&&!Qe&&C.indexOf("<")===-1)return N&&sn?N.createHTML(C):C;if(k=Fi(C),!k)return ht?null:sn?Ce:""}k&&qn&&Oe(k.firstChild);const L=Pi(It?C:k);for(;I=L.nextNode();)zi(I),Vi(I),I.content instanceof o&&Kl(I.content);if(It)return C;if(ht){if(on)for(Y=P.call(k.ownerDocument);k.firstChild;)Y.appendChild(k.firstChild);else Y=k;return($.shadowroot||$.shadowrootmode)&&(Y=Bn.call(n,Y,!0)),Y}let de=Qe?k.outerHTML:k.innerHTML;return Qe&&V["!doctype"]&&k.ownerDocument&&k.ownerDocument.doctype&&k.ownerDocument.doctype.name&&oe(Tl,k.ownerDocument.doctype.name)&&(de="<!DOCTYPE "+k.ownerDocument.doctype.name+`>
|
|
8
|
-
`+de),ft&&hn([_n,Vn,Hn],Ae=>{de=Lt(de,Ae," ")}),N&&sn?N.createHTML(de):de},e.setConfig=function(){let C=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Yn(C),$n=!0},e.clearConfig=function(){bt=null,$n=!1},e.isValidAttribute=function(C,g,k){bt||Yn({});const S=H(C),
|
|
6
|
+
`))),0,0),r.someProp("transformPasted",f=>{l=f(l,r,!0)}),l;let d=r.someProp("clipboardTextParser",f=>f(e,i,n,r));if(d)l=d;else{let f=i.marks(),{schema:h}=r.state,p=m.DOMSerializer.fromSchema(h);s=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(b=>{let y=s.appendChild(document.createElement("p"));b&&y.appendChild(p.serializeNode(h.text(b,f)))})}}else r.someProp("transformPastedHTML",d=>{t=d(t,r)}),s=gc(t),Qt&&bc(s);let c=s&&s.querySelector("[data-pm-slice]"),u=c&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(c.getAttribute("data-pm-slice")||"");if(u&&u[3])for(let d=+u[3];d>0;d--){let f=s.firstChild;for(;f&&f.nodeType!=1;)f=f.nextSibling;if(!f)break;s=f}if(l||(l=(r.someProp("clipboardParser")||r.someProp("domParser")||m.DOMParser.fromSchema(r.state.schema)).parseSlice(s,{preserveWhitespace:!!(a||u),context:i,ruleFromNode(f){return f.nodeName=="BR"&&!f.nextSibling&&f.parentNode&&!hc.test(f.parentNode.nodeName)?{ignore:!0}:null}})),u)l=yc(yo(l,+u[1],+u[2]),u[4]);else if(l=m.Slice.maxOpen(pc(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=yo(l,d,f)}return r.someProp("transformPasted",d=>{l=d(l,r,a)}),l}const hc=/^(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 pc(r,e){if(r.childCount<2)return r;for(let t=e.depth;t>=0;t--){let i=e.node(t).contentMatchAt(e.index(t)),o,s=[];if(r.forEach(l=>{if(!s)return;let a=i.findWrapping(l.type),c;if(!a)return s=null;if(c=s.length&&o.length&&_s(a,o,l,s[s.length-1],0))s[s.length-1]=c;else{s.length&&(s[s.length-1]=Vs(s[s.length-1],o.length));let u=Bs(l,a);s.push(u),i=i.matchType(u.type),o=a}}),s)return m.Fragment.from(s)}return r}function Bs(r,e,t=0){for(let n=e.length-1;n>=t;n--)r=e[n].create(null,m.Fragment.from(r));return r}function _s(r,e,t,n,i){if(i<r.length&&i<e.length&&r[i]==e[i]){let o=_s(r,e,t,n.lastChild,i+1);if(o)return n.copy(n.content.replaceChild(n.childCount-1,o));if(n.contentMatchAt(n.childCount).matchType(i==r.length-1?t.type:r[i+1]))return n.copy(n.content.append(m.Fragment.from(Bs(t,r,i+1))))}}function Vs(r,e){if(e==0)return r;let t=r.content.replaceChild(r.childCount-1,Vs(r.lastChild,e-1)),n=r.contentMatchAt(r.childCount).fillBefore(m.Fragment.empty,!0);return r.copy(t.append(n))}function zr(r,e,t,n,i,o){let s=e<0?r.firstChild:r.lastChild,l=s.content;return r.childCount>1&&(o=0),i<n-1&&(l=zr(l,e,t,n,i+1,o)),i>=t&&(l=e<0?s.contentMatchAt(0).fillBefore(l,o<=i).append(l):l.append(s.contentMatchAt(s.childCount).fillBefore(m.Fragment.empty,!0))),r.replaceChild(e<0?0:r.childCount-1,s.copy(l))}function yo(r,e,t){return e<r.openStart&&(r=new m.Slice(zr(r.content,-1,e,r.openStart,0,r.openEnd),e,r.openEnd)),t<r.openEnd&&(r=new m.Slice(zr(r.content,1,t,r.openEnd,0,0),r.openStart,t)),r}const Hs={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 ko=null;function Ws(){return ko||(ko=document.implementation.createHTMLDocument("title"))}let lr=null;function mc(r){let e=window.trustedTypes;return e?(lr||(lr=e.defaultPolicy||e.createPolicy("ProseMirrorClipboard",{createHTML:t=>t})),lr.createHTML(r)):r}function gc(r){let e=/^(\s*<meta [^>]*>)*/.exec(r);e&&(r=r.slice(e[0].length));let t=Ws().createElement("div"),n=/<([a-z][^>\s]+)/i.exec(r),i;if((i=n&&Hs[n[1].toLowerCase()])&&(r=i.map(o=>"<"+o+">").join("")+r+i.map(o=>"</"+o+">").reverse().join("")),t.innerHTML=mc(r),i)for(let o=0;o<i.length;o++)t=t.querySelector(i[o])||t;return t}function bc(r){let e=r.querySelectorAll(ee?"span:not([class]):not([style])":"span.Apple-converted-space");for(let t=0;t<e.length;t++){let n=e[t];n.childNodes.length==1&&n.textContent==" "&&n.parentNode&&n.parentNode.replaceChild(r.ownerDocument.createTextNode(" "),n)}}function yc(r,e){if(!r.size)return r;let t=r.content.firstChild.type.schema,n;try{n=JSON.parse(e)}catch{return r}let{content:i,openStart:o,openEnd:s}=r;for(let l=n.length-2;l>=0;l-=2){let a=t.nodes[n[l]];if(!a||a.hasRequiredAttrs())break;i=m.Fragment.from(a.create(n[l+1],i)),o++,s++}return new m.Slice(i,o,s)}const le={},ae={},kc={touchstart:!0,touchmove:!0};class Sc{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:"",button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function Tc(r){for(let e in le){let t=le[e];r.dom.addEventListener(e,r.input.eventHandlers[e]=n=>{Mc(r,n)&&!si(r,n)&&(r.editable||!(n.type in ae))&&t(r,n)},kc[e]?{passive:!0}:void 0)}se&&r.dom.addEventListener("input",()=>null),Br(r)}function Ke(r,e){r.input.lastSelectionOrigin=e,r.input.lastSelectionTime=Date.now()}function Cc(r){r.domObserver.stop();for(let e in r.input.eventHandlers)r.dom.removeEventListener(e,r.input.eventHandlers[e]);clearTimeout(r.input.composingTimeout),clearTimeout(r.input.lastIOSEnterFallbackTimeout)}function Br(r){r.someProp("handleDOMEvents",e=>{for(let t in e)r.input.eventHandlers[t]||r.dom.addEventListener(t,r.input.eventHandlers[t]=n=>si(r,n))})}function si(r,e){return r.someProp("handleDOMEvents",t=>{let n=t[e.type];return n?n(r,e)||e.defaultPrevented:!1})}function Mc(r,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let t=e.target;t!=r.dom;t=t.parentNode)if(!t||t.nodeType==11||t.pmViewDesc&&t.pmViewDesc.stopEvent(e))return!1;return!0}function xc(r,e){!si(r,e)&&le[e.type]&&(r.editable||!(e.type in ae))&&le[e.type](r,e)}ae.keydown=(r,e)=>{let t=e;if(r.input.shiftKey=t.keyCode==16||t.shiftKey,!$s(r,t)&&(r.input.lastKeyCode=t.keyCode,r.input.lastKeyCodeTime=Date.now(),!(Le&&ee&&t.keyCode==13)))if(t.keyCode!=229&&r.domObserver.forceFlush(),wt&&t.keyCode==13&&!t.ctrlKey&&!t.altKey&&!t.metaKey){let n=Date.now();r.input.lastIOSEnter=n,r.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{r.input.lastIOSEnter==n&&(r.someProp("handleKeyDown",i=>i(r,tt(13,"Enter"))),r.input.lastIOSEnter=0)},200)}else r.someProp("handleKeyDown",n=>n(r,t))||fc(r,t)?t.preventDefault():Ke(r,"key")};ae.keyup=(r,e)=>{e.keyCode==16&&(r.input.shiftKey=!1)};ae.keypress=(r,e)=>{let t=e;if($s(r,t)||!t.charCode||t.ctrlKey&&!t.altKey||me&&t.metaKey)return;if(r.someProp("handleKeyPress",i=>i(r,t))){t.preventDefault();return}let n=r.state.selection;if(!(n instanceof O)||!n.$from.sameParent(n.$to)){let i=String.fromCharCode(t.charCode),o=()=>r.state.tr.insertText(i).scrollIntoView();!/[\r\n]/.test(i)&&!r.someProp("handleTextInput",s=>s(r,n.$from.pos,n.$to.pos,i,o))&&r.dispatch(o()),t.preventDefault()}};function In(r){return{left:r.clientX,top:r.clientY}}function Oc(r,e){let t=e.x-r.clientX,n=e.y-r.clientY;return t*t+n*n<100}function li(r,e,t,n,i){if(n==-1)return!1;let o=r.state.doc.resolve(n);for(let s=o.depth+1;s>0;s--)if(r.someProp(e,l=>s>o.depth?l(r,t,o.nodeAfter,o.before(s),i,!0):l(r,t,o.node(s),o.before(s),i,!1)))return!0;return!1}function Ot(r,e,t){if(r.focused||r.focus(),r.state.selection.eq(e))return;let n=r.state.tr.setSelection(e);n.setMeta("pointer",!0),r.dispatch(n)}function Ec(r,e){if(e==-1)return!1;let t=r.state.doc.resolve(e),n=t.nodeAfter;return n&&n.isAtom&&M.isSelectable(n)?(Ot(r,new M(t)),!0):!1}function Dc(r,e){if(e==-1)return!1;let t=r.state.selection,n,i;t instanceof M&&(n=t.node);let o=r.state.doc.resolve(e);for(let s=o.depth+1;s>0;s--){let l=s>o.depth?o.nodeAfter:o.node(s);if(M.isSelectable(l)){n&&t.$from.depth>0&&s>=t.$from.depth&&o.before(t.$from.depth+1)==t.$from.pos?i=o.before(t.$from.depth):i=o.before(s);break}}return i!=null?(Ot(r,M.create(r.state.doc,i)),!0):!1}function wc(r,e,t,n,i){return li(r,"handleClickOn",e,t,n)||r.someProp("handleClick",o=>o(r,e,n))||(i?Dc(r,t):Ec(r,t))}function Nc(r,e,t,n){return li(r,"handleDoubleClickOn",e,t,n)||r.someProp("handleDoubleClick",i=>i(r,e,n))}function vc(r,e,t,n){return li(r,"handleTripleClickOn",e,t,n)||r.someProp("handleTripleClick",i=>i(r,e,n))||Ac(r,t,n)}function Ac(r,e,t){if(t.button!=0)return!1;let n=r.state.doc;if(e==-1)return n.inlineContent?(Ot(r,O.create(n,0,n.content.size)),!0):!1;let i=n.resolve(e);for(let o=i.depth+1;o>0;o--){let s=o>i.depth?i.nodeAfter:i.node(o),l=i.before(o);if(s.inlineContent)Ot(r,O.create(n,l+1,l+1+s.content.size));else if(M.isSelectable(s))Ot(r,M.create(n,l));else continue;return!0}}function ai(r){return xn(r)}const Us=me?"metaKey":"ctrlKey";le.mousedown=(r,e)=>{let t=e;r.input.shiftKey=t.shiftKey;let n=ai(r),i=Date.now(),o="singleClick";i-r.input.lastClick.time<500&&Oc(t,r.input.lastClick)&&!t[Us]&&r.input.lastClick.button==t.button&&(r.input.lastClick.type=="singleClick"?o="doubleClick":r.input.lastClick.type=="doubleClick"&&(o="tripleClick")),r.input.lastClick={time:i,x:t.clientX,y:t.clientY,type:o,button:t.button};let s=r.posAtCoords(In(t));s&&(o=="singleClick"?(r.input.mouseDown&&r.input.mouseDown.done(),r.input.mouseDown=new Rc(r,s,t,!!n)):(o=="doubleClick"?Nc:vc)(r,s.pos,s.inside,t)?t.preventDefault():Ke(r,"pointer"))};class Rc{constructor(e,t,n,i){this.view=e,this.pos=t,this.event=n,this.flushed=i,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!n[Us],this.allowDefault=n.shiftKey;let o,s;if(t.inside>-1)o=e.state.doc.nodeAt(t.inside),s=t.inside;else{let u=e.state.doc.resolve(t.pos);o=u.parent,s=u.depth?u.before():0}const l=i?null:n.target,a=l?e.docView.nearestDesc(l,!0):null;this.target=a&&a.nodeDOM.nodeType==1?a.nodeDOM:null;let{selection:c}=e.state;(n.button==0&&o.type.spec.draggable&&o.type.spec.selectable!==!1||c instanceof M&&c.from<=s&&c.to>s)&&(this.mightDrag={node:o,pos:s,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&ye&&!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)),Ke(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(()=>ze(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(In(e))),this.updateAllowDefault(e),this.allowDefault||!t?Ke(this.view,"pointer"):wc(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||se&&this.mightDrag&&!this.mightDrag.node.isAtom||ee&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(Ot(this.view,D.near(this.view.state.doc.resolve(t.pos))),e.preventDefault()):Ke(this.view,"pointer")}move(e){this.updateAllowDefault(e),Ke(this.view,"pointer"),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}}le.touchstart=r=>{r.input.lastTouch=Date.now(),ai(r),Ke(r,"pointer")};le.touchmove=r=>{r.input.lastTouch=Date.now(),Ke(r,"pointer")};le.contextmenu=r=>ai(r);function $s(r,e){return r.composing?!0:se&&Math.abs(e.timeStamp-r.input.compositionEndedAt)<500?(r.input.compositionEndedAt=-2e8,!0):!1}const Ic=Le?5e3:-1;ae.compositionstart=ae.compositionupdate=r=>{if(!r.composing){r.domObserver.flush();let{state:e}=r,t=e.selection.$to;if(e.selection instanceof O&&(e.storedMarks||!t.textOffset&&t.parentOffset&&t.nodeBefore.marks.some(n=>n.type.spec.inclusive===!1)))r.markCursor=r.state.storedMarks||t.marks(),xn(r,!0),r.markCursor=null;else if(xn(r,!e.selection.empty),ye&&e.selection.empty&&t.parentOffset&&!t.textOffset&&t.nodeBefore.marks.length){let n=r.domSelectionRange();for(let i=n.focusNode,o=n.focusOffset;i&&i.nodeType==1&&o!=0;){let s=o<0?i.lastChild:i.childNodes[o-1];if(!s)break;if(s.nodeType==3){let l=r.domSelection();l&&l.collapse(s,s.nodeValue.length);break}else i=s,o=-1}}r.input.composing=!0}qs(r,Ic)};ae.compositionend=(r,e)=>{r.composing&&(r.input.composing=!1,r.input.compositionEndedAt=e.timeStamp,r.input.compositionPendingChanges=r.domObserver.pendingRecords().length?r.input.compositionID:0,r.input.compositionNode=null,r.input.compositionPendingChanges&&Promise.resolve().then(()=>r.domObserver.flush()),r.input.compositionID++,qs(r,20))};function qs(r,e){clearTimeout(r.input.composingTimeout),e>-1&&(r.input.composingTimeout=setTimeout(()=>xn(r),e))}function Ks(r){for(r.composing&&(r.input.composing=!1,r.input.compositionEndedAt=Pc());r.input.compositionNodes.length>0;)r.input.compositionNodes.pop().markParentsDirty()}function Fc(r){let e=r.domSelectionRange();if(!e.focusNode)return null;let t=Ea(e.focusNode,e.focusOffset),n=Da(e.focusNode,e.focusOffset);if(t&&n&&t!=n){let i=n.pmViewDesc,o=r.domObserver.lastChangedTextNode;if(t==o||n==o)return o;if(!i||!i.isText(n.nodeValue))return n;if(r.input.compositionNode==n){let s=t.pmViewDesc;if(!(!s||!s.isText(t.nodeValue)))return n}}return t||n}function Pc(){let r=document.createEvent("Event");return r.initEvent("event",!0,!0),r.timeStamp}function xn(r,e=!1){if(!(Le&&r.domObserver.flushingSoon>=0)){if(r.domObserver.forceFlush(),Ks(r),e||r.docView&&r.docView.dirty){let t=ri(r),n=r.state.selection;return t&&!t.eq(n)?r.dispatch(r.state.tr.setSelection(t)):(r.markCursor||e)&&!n.$from.node(n.$from.sharedDepth(n.to)).inlineContent?r.dispatch(r.state.tr.deleteSelection()):r.updateState(r.state),!0}return!1}}function Lc(r,e){if(!r.dom.parentNode)return;let t=r.dom.parentNode.appendChild(document.createElement("div"));t.appendChild(e),t.style.cssText="position: fixed; left: -10000px; top: 10px";let n=getSelection(),i=document.createRange();i.selectNodeContents(e),r.dom.blur(),n.removeAllRanges(),n.addRange(i),setTimeout(()=>{t.parentNode&&t.parentNode.removeChild(t),r.focus()},50)}const jt=fe&&Je<15||wt&&Ra<604;le.copy=ae.cut=(r,e)=>{let t=e,n=r.state.selection,i=t.type=="cut";if(n.empty)return;let o=jt?null:t.clipboardData,s=n.content(),{dom:l,text:a}=oi(r,s);o?(t.preventDefault(),o.clearData(),o.setData("text/html",l.innerHTML),o.setData("text/plain",a)):Lc(r,l),i&&r.dispatch(r.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function zc(r){return r.openStart==0&&r.openEnd==0&&r.content.childCount==1?r.content.firstChild:null}function Bc(r,e){if(!r.dom.parentNode)return;let t=r.input.shiftKey||r.state.selection.$from.parent.type.spec.code,n=r.dom.parentNode.appendChild(document.createElement(t?"textarea":"div"));t||(n.contentEditable="true"),n.style.cssText="position: fixed; left: -10000px; top: 10px",n.focus();let i=r.input.shiftKey&&r.input.lastKeyCode!=45;setTimeout(()=>{r.focus(),n.parentNode&&n.parentNode.removeChild(n),t?Yt(r,n.value,null,i,e):Yt(r,n.textContent,n.innerHTML,i,e)},50)}function Yt(r,e,t,n,i){let o=zs(r,e,t,n,r.state.selection.$from);if(r.someProp("handlePaste",a=>a(r,i,o||m.Slice.empty)))return!0;if(!o)return!1;let s=zc(o),l=s?r.state.tr.replaceSelectionWith(s,n):r.state.tr.replaceSelection(o);return r.dispatch(l.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function Js(r){let e=r.getData("text/plain")||r.getData("Text");if(e)return e;let t=r.getData("text/uri-list");return t?t.replace(/\r?\n/g," "):""}ae.paste=(r,e)=>{let t=e;if(r.composing&&!Le)return;let n=jt?null:t.clipboardData,i=r.input.shiftKey&&r.input.lastKeyCode!=45;n&&Yt(r,Js(n),n.getData("text/html"),i,t)?t.preventDefault():Bc(r,t)};class Gs{constructor(e,t,n){this.slice=e,this.move=t,this.node=n}}const _c=me?"altKey":"ctrlKey";function js(r,e){let t=r.someProp("dragCopies",n=>!n(e));return t??!e[_c]}le.dragstart=(r,e)=>{let t=e,n=r.input.mouseDown;if(n&&n.done(),!t.dataTransfer)return;let i=r.state.selection,o=i.empty?null:r.posAtCoords(In(t)),s;if(!(o&&o.pos>=i.from&&o.pos<=(i instanceof M?i.to-1:i.to))){if(n&&n.mightDrag)s=M.create(r.state.doc,n.mightDrag.pos);else if(t.target&&t.target.nodeType==1){let d=r.docView.nearestDesc(t.target,!0);d&&d.node.type.spec.draggable&&d!=r.docView&&(s=M.create(r.state.doc,d.posBefore))}}let l=(s||r.state.selection).content(),{dom:a,text:c,slice:u}=oi(r,l);(!t.dataTransfer.files.length||!ee||Ts>120)&&t.dataTransfer.clearData(),t.dataTransfer.setData(jt?"Text":"text/html",a.innerHTML),t.dataTransfer.effectAllowed="copyMove",jt||t.dataTransfer.setData("text/plain",c),r.dragging=new Gs(u,js(r,t),s)};le.dragend=r=>{let e=r.dragging;window.setTimeout(()=>{r.dragging==e&&(r.dragging=null)},50)};ae.dragover=ae.dragenter=(r,e)=>e.preventDefault();ae.drop=(r,e)=>{let t=e,n=r.dragging;if(r.dragging=null,!t.dataTransfer)return;let i=r.posAtCoords(In(t));if(!i)return;let o=r.state.doc.resolve(i.pos),s=n&&n.slice;s?r.someProp("transformPasted",p=>{s=p(s,r,!1)}):s=zs(r,Js(t.dataTransfer),jt?null:t.dataTransfer.getData("text/html"),!1,o);let l=!!(n&&js(r,t));if(r.someProp("handleDrop",p=>p(r,t,s||m.Slice.empty,l))){t.preventDefault();return}if(!s)return;t.preventDefault();let a=s?Zr(r.state.doc,o.pos,s):o.pos;a==null&&(a=o.pos);let c=r.state.tr;if(l){let{node:p}=n;p?p.replace(c):c.deleteSelection()}let u=c.mapping.map(a),d=s.openStart==0&&s.openEnd==0&&s.content.childCount==1,f=c.doc;if(d?c.replaceRangeWith(u,u,s.content.firstChild):c.replaceRange(u,u,s),c.doc.eq(f))return;let h=c.doc.resolve(u);if(d&&M.isSelectable(s.content.firstChild)&&h.nodeAfter&&h.nodeAfter.sameMarkup(s.content.firstChild))c.setSelection(new M(h));else{let p=c.mapping.map(a);c.mapping.maps[c.mapping.maps.length-1].forEach((b,y,T,A)=>p=A),c.setSelection(ii(r,h,c.doc.resolve(p)))}r.focus(),r.dispatch(c.setMeta("uiEvent","drop"))};le.focus=r=>{r.input.lastFocus=Date.now(),r.focused||(r.domObserver.stop(),r.dom.classList.add("ProseMirror-focused"),r.domObserver.start(),r.focused=!0,setTimeout(()=>{r.docView&&r.hasFocus()&&!r.domObserver.currentSelection.eq(r.domSelectionRange())&&ze(r)},20))};le.blur=(r,e)=>{let t=e;r.focused&&(r.domObserver.stop(),r.dom.classList.remove("ProseMirror-focused"),r.domObserver.start(),t.relatedTarget&&r.dom.contains(t.relatedTarget)&&r.domObserver.currentSelection.clear(),r.focused=!1)};le.beforeinput=(r,e)=>{if(ee&&Le&&e.inputType=="deleteContentBackward"){r.domObserver.flushSoon();let{domChangeCount:n}=r.input;setTimeout(()=>{if(r.input.domChangeCount!=n||(r.dom.blur(),r.focus(),r.someProp("handleKeyDown",o=>o(r,tt(8,"Backspace")))))return;let{$cursor:i}=r.state.selection;i&&i.pos>0&&r.dispatch(r.state.tr.delete(i.pos-1,i.pos).scrollIntoView())},50)}};for(let r in ae)le[r]=ae[r];function Xt(r,e){if(r==e)return!0;for(let t in r)if(r[t]!==e[t])return!1;for(let t in e)if(!(t in r))return!1;return!0}class On{constructor(e,t){this.toDOM=e,this.spec=t||it,this.side=this.spec.side||0}map(e,t,n,i){let{pos:o,deleted:s}=e.mapResult(t.from+i,this.side<0?-1:1);return s?null:new W(o-n,o-n,this)}valid(){return!0}eq(e){return this==e||e instanceof On&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&Xt(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class je{constructor(e,t){this.attrs=e,this.spec=t||it}map(e,t,n,i){let o=e.map(t.from+i,this.spec.inclusiveStart?-1:1)-n,s=e.map(t.to+i,this.spec.inclusiveEnd?1:-1)-n;return o>=s?null:new W(o,s,this)}valid(e,t){return t.from<t.to}eq(e){return this==e||e instanceof je&&Xt(this.attrs,e.attrs)&&Xt(this.spec,e.spec)}static is(e){return e.type instanceof je}destroy(){}}class ci{constructor(e,t){this.attrs=e,this.spec=t||it}map(e,t,n,i){let o=e.mapResult(t.from+i,1);if(o.deleted)return null;let s=e.mapResult(t.to+i,-1);return s.deleted||s.pos<=o.pos?null:new W(o.pos-n,s.pos-n,this)}valid(e,t){let{index:n,offset:i}=e.content.findIndex(t.from),o;return i==t.from&&!(o=e.child(n)).isText&&i+o.nodeSize==t.to}eq(e){return this==e||e instanceof ci&&Xt(this.attrs,e.attrs)&&Xt(this.spec,e.spec)}destroy(){}}class W{constructor(e,t,n){this.from=e,this.to=t,this.type=n}copy(e,t){return new W(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,n){return this.type.map(e,this,t,n)}static widget(e,t,n){return new W(e,e,new On(t,n))}static inline(e,t,n,i){return new W(e,t,new je(n,i))}static node(e,t,n,i){return new W(e,t,new ci(n,i))}get spec(){return this.type.spec}get inline(){return this.type instanceof je}get widget(){return this.type instanceof On}}const Ct=[],it={};class v{constructor(e,t){this.local=e.length?e:Ct,this.children=t.length?t:Ct}static create(e,t){return t.length?En(t,e,0,it):Z}find(e,t,n){let i=[];return this.findInner(e??0,t??1e9,i,0,n),i}findInner(e,t,n,i,o){for(let s=0;s<this.local.length;s++){let l=this.local[s];l.from<=t&&l.to>=e&&(!o||o(l.spec))&&n.push(l.copy(l.from+i,l.to+i))}for(let s=0;s<this.children.length;s+=3)if(this.children[s]<t&&this.children[s+1]>e){let l=this.children[s]+1;this.children[s+2].findInner(e-l,t-l,n,i+l,o)}}map(e,t,n){return this==Z||e.maps.length==0?this:this.mapInner(e,t,0,0,n||it)}mapInner(e,t,n,i,o){let s;for(let l=0;l<this.local.length;l++){let a=this.local[l].map(e,n,i);a&&a.type.valid(t,a)?(s||(s=[])).push(a):o.onRemove&&o.onRemove(this.local[l].spec)}return this.children.length?Vc(this.children,s||[],e,t,n,i,o):s?new v(s.sort(ot),Ct):Z}add(e,t){return t.length?this==Z?v.create(e,t):this.addInner(e,t,0):this}addInner(e,t,n){let i,o=0;e.forEach((l,a)=>{let c=a+n,u;if(u=Xs(t,l,c)){for(i||(i=this.children.slice());o<i.length&&i[o]<a;)o+=3;i[o]==a?i[o+2]=i[o+2].addInner(l,u,c+1):i.splice(o,0,a,a+l.nodeSize,En(u,l,c+1,it)),o+=3}});let s=Ys(o?Zs(t):t,-n);for(let l=0;l<s.length;l++)s[l].type.valid(e,s[l])||s.splice(l--,1);return new v(s.length?this.local.concat(s).sort(ot):this.local,i||this.children)}remove(e){return e.length==0||this==Z?this:this.removeInner(e,0)}removeInner(e,t){let n=this.children,i=this.local;for(let o=0;o<n.length;o+=3){let s,l=n[o]+t,a=n[o+1]+t;for(let u=0,d;u<e.length;u++)(d=e[u])&&d.from>l&&d.to<a&&(e[u]=null,(s||(s=[])).push(d));if(!s)continue;n==this.children&&(n=this.children.slice());let c=n[o+2].removeInner(s,l+1);c!=Z?n[o+2]=c:(n.splice(o,3),o-=3)}if(i.length){for(let o=0,s;o<e.length;o++)if(s=e[o])for(let l=0;l<i.length;l++)i[l].eq(s,t)&&(i==this.local&&(i=this.local.slice()),i.splice(l--,1))}return n==this.children&&i==this.local?this:i.length||n.length?new v(i,n):Z}forChild(e,t){if(this==Z)return this;if(t.isLeaf)return v.empty;let n,i;for(let l=0;l<this.children.length;l+=3)if(this.children[l]>=e){this.children[l]==e&&(n=this.children[l+2]);break}let o=e+1,s=o+t.content.size;for(let l=0;l<this.local.length;l++){let a=this.local[l];if(a.from<s&&a.to>o&&a.type instanceof je){let c=Math.max(o,a.from)-o,u=Math.min(s,a.to)-o;c<u&&(i||(i=[])).push(a.copy(c,u))}}if(i){let l=new v(i.sort(ot),Ct);return n?new Ue([l,n]):l}return n||Z}eq(e){if(this==e)return!0;if(!(e instanceof v)||this.local.length!=e.local.length||this.children.length!=e.children.length)return!1;for(let t=0;t<this.local.length;t++)if(!this.local[t].eq(e.local[t]))return!1;for(let t=0;t<this.children.length;t+=3)if(this.children[t]!=e.children[t]||this.children[t+1]!=e.children[t+1]||!this.children[t+2].eq(e.children[t+2]))return!1;return!0}locals(e){return ui(this.localsInner(e))}localsInner(e){if(this==Z)return Ct;if(e.inlineContent||!this.local.some(je.is))return this.local;let t=[];for(let n=0;n<this.local.length;n++)this.local[n].type instanceof je||t.push(this.local[n]);return t}forEachSet(e){e(this)}}v.empty=new v([],[]);v.removeOverlap=ui;const Z=v.empty;class Ue{constructor(e){this.members=e}map(e,t){const n=this.members.map(i=>i.map(e,t,it));return Ue.from(n)}forChild(e,t){if(t.isLeaf)return v.empty;let n=[];for(let i=0;i<this.members.length;i++){let o=this.members[i].forChild(e,t);o!=Z&&(o instanceof Ue?n=n.concat(o.members):n.push(o))}return Ue.from(n)}eq(e){if(!(e instanceof Ue)||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,n=!0;for(let i=0;i<this.members.length;i++){let o=this.members[i].localsInner(e);if(o.length)if(!t)t=o;else{n&&(t=t.slice(),n=!1);for(let s=0;s<o.length;s++)t.push(o[s])}}return t?ui(n?t:t.sort(ot)):Ct}static from(e){switch(e.length){case 0:return Z;case 1:return e[0];default:return new Ue(e.every(t=>t instanceof v)?e:e.reduce((t,n)=>t.concat(n instanceof v?n:n.members),[]))}}forEachSet(e){for(let t=0;t<this.members.length;t++)this.members[t].forEachSet(e)}}function Vc(r,e,t,n,i,o,s){let l=r.slice();for(let c=0,u=o;c<t.maps.length;c++){let d=0;t.maps[c].forEach((f,h,p,b)=>{let y=b-p-(h-f);for(let T=0;T<l.length;T+=3){let A=l[T+1];if(A<0||f>A+u-d)continue;let w=l[T]+u-d;h>=w?l[T+1]=f<=w?-2:-1:f>=u&&y&&(l[T]+=y,l[T+1]+=y)}d+=y}),u=t.maps[c].map(u,-1)}let a=!1;for(let c=0;c<l.length;c+=3)if(l[c+1]<0){if(l[c+1]==-2){a=!0,l[c+1]=-1;continue}let u=t.map(r[c]+o),d=u-i;if(d<0||d>=n.content.size){a=!0;continue}let f=t.map(r[c+1]+o,-1),h=f-i,{index:p,offset:b}=n.content.findIndex(d),y=n.maybeChild(p);if(y&&b==d&&b+y.nodeSize==h){let T=l[c+2].mapInner(t,y,u+1,r[c]+o+1,s);T!=Z?(l[c]=d,l[c+1]=h,l[c+2]=T):(l[c+1]=-2,a=!0)}else a=!0}if(a){let c=Hc(l,r,e,t,i,o,s),u=En(c,n,0,s);e=u.local;for(let d=0;d<l.length;d+=3)l[d+1]<0&&(l.splice(d,3),d-=3);for(let d=0,f=0;d<u.children.length;d+=3){let h=u.children[d];for(;f<l.length&&l[f]<h;)f+=3;l.splice(f,0,u.children[d],u.children[d+1],u.children[d+2])}}return new v(e.sort(ot),l)}function Ys(r,e){if(!e||!r.length)return r;let t=[];for(let n=0;n<r.length;n++){let i=r[n];t.push(new W(i.from+e,i.to+e,i.type))}return t}function Hc(r,e,t,n,i,o,s){function l(a,c){for(let u=0;u<a.local.length;u++){let d=a.local[u].map(n,i,c);d?t.push(d):s.onRemove&&s.onRemove(a.local[u].spec)}for(let u=0;u<a.children.length;u+=3)l(a.children[u+2],a.children[u]+c+1)}for(let a=0;a<r.length;a+=3)r[a+1]==-1&&l(r[a+2],e[a]+o+1);return t}function Xs(r,e,t){if(e.isLeaf)return null;let n=t+e.nodeSize,i=null;for(let o=0,s;o<r.length;o++)(s=r[o])&&s.from>t&&s.to<n&&((i||(i=[])).push(s),r[o]=null);return i}function Zs(r){let e=[];for(let t=0;t<r.length;t++)r[t]!=null&&e.push(r[t]);return e}function En(r,e,t,n){let i=[],o=!1;e.forEach((l,a)=>{let c=Xs(r,l,a+t);if(c){o=!0;let u=En(c,l,t+a+1,n);u!=Z&&i.push(a,a+l.nodeSize,u)}});let s=Ys(o?Zs(r):r,-t).sort(ot);for(let l=0;l<s.length;l++)s[l].type.valid(e,s[l])||(n.onRemove&&n.onRemove(s[l].spec),s.splice(l--,1));return s.length||i.length?new v(s,i):Z}function ot(r,e){return r.from-e.from||r.to-e.to}function ui(r){let e=r;for(let t=0;t<e.length-1;t++){let n=e[t];if(n.from!=n.to)for(let i=t+1;i<e.length;i++){let o=e[i];if(o.from==n.from){o.to!=n.to&&(e==r&&(e=r.slice()),e[i]=o.copy(o.from,n.to),So(e,i+1,o.copy(n.to,o.to)));continue}else{o.from<n.to&&(e==r&&(e=r.slice()),e[t]=n.copy(n.from,o.from),So(e,i,n.copy(o.from,n.to)));break}}}return e}function So(r,e,t){for(;e<r.length&&ot(t,r[e])>0;)e++;r.splice(e,0,t)}function ar(r){let e=[];return r.someProp("decorations",t=>{let n=t(r.state);n&&n!=Z&&e.push(n)}),r.cursorWrapper&&e.push(v.create(r.state.doc,[r.cursorWrapper.deco])),Ue.from(e)}const Wc={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Uc=fe&&Je<=11;class $c{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 qc{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new $c,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(n=>{for(let i=0;i<n.length;i++)this.queue.push(n[i]);fe&&Je<=11&&n.some(i=>i.type=="childList"&&i.removedNodes.length||i.type=="characterData"&&i.oldValue.length>i.target.nodeValue.length)?this.flushSoon():this.flush()}),Uc&&(this.onCharData=n=>{this.queue.push({target:n.target,type:"characterData",oldValue:n.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,Wc)),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(fo(this.view)){if(this.suppressingSelectionUpdates)return ze(this.view);if(fe&&Je<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&at(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,n;for(let o=e.focusNode;o;o=Dt(o))t.add(o);for(let o=e.anchorNode;o;o=Dt(o))if(t.has(o)){n=o;break}let i=n&&this.view.docView.nearestDesc(n);if(i&&i.ignoreMutation({type:"selection",target:n.nodeType==3?n.parentNode:n}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let n=e.domSelectionRange(),i=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&fo(e)&&!this.ignoreSelectionChange(n),o=-1,s=-1,l=!1,a=[];if(e.editable)for(let u=0;u<t.length;u++){let d=this.registerMutation(t[u],a);d&&(o=o<0?d.from:Math.min(d.from,o),s=s<0?d.to:Math.max(d.to,s),d.typeOver&&(l=!0))}if(ye&&a.length){let u=a.filter(d=>d.nodeName=="BR");if(u.length==2){let[d,f]=u;d.parentNode&&d.parentNode.parentNode==f.parentNode?f.remove():d.remove()}else{let{focusNode:d}=this.currentSelection;for(let f of u){let h=f.parentNode;h&&h.nodeName=="LI"&&(!d||Gc(e,d)!=h)&&f.remove()}}}let c=null;o<0&&i&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)<Date.now()-300&&An(n)&&(c=ri(e))&&c.eq(D.near(e.state.doc.resolve(0),1))?(e.input.lastFocus=0,ze(e),this.currentSelection.set(n),e.scrollToSelection()):(o>-1||i)&&(o>-1&&(e.docView.markDirty(o,s),Kc(e)),this.handleDOMChange(o,s,l,a),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||ze(e),this.currentSelection.set(n))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let n=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(n==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!n||n.ignoreMutation(e))return null;if(e.type=="childList"){for(let u=0;u<e.addedNodes.length;u++){let d=e.addedNodes[u];t.push(d),d.nodeType==3&&(this.lastChangedTextNode=d)}if(n.contentDOM&&n.contentDOM!=n.dom&&!n.contentDOM.contains(e.target))return{from:n.posBefore,to:n.posAfter};let i=e.previousSibling,o=e.nextSibling;if(fe&&Je<=11&&e.addedNodes.length)for(let u=0;u<e.addedNodes.length;u++){let{previousSibling:d,nextSibling:f}=e.addedNodes[u];(!d||Array.prototype.indexOf.call(e.addedNodes,d)<0)&&(i=d),(!f||Array.prototype.indexOf.call(e.addedNodes,f)<0)&&(o=f)}let s=i&&i.parentNode==e.target?K(i)+1:0,l=n.localPosFromDOM(e.target,s,-1),a=o&&o.parentNode==e.target?K(o):e.target.childNodes.length,c=n.localPosFromDOM(e.target,a,1);return{from:l,to:c}}else return e.type=="attributes"?{from:n.posAtStart-n.border,to:n.posAtEnd+n.border}:(this.lastChangedTextNode=e.target,{from:n.posAtStart,to:n.posAtEnd,typeOver:e.target.nodeValue==e.oldValue})}}let To=new WeakMap,Co=!1;function Kc(r){if(!To.has(r)&&(To.set(r,null),["normal","nowrap","pre-line"].indexOf(getComputedStyle(r.dom).whiteSpace)!==-1)){if(r.requiresGeckoHackNode=ye,Co)return;console.warn("ProseMirror expects the CSS white-space property to be set, preferably to 'pre-wrap'. It is recommended to load style/prosemirror.css from the prosemirror-view package."),Co=!0}}function Mo(r,e){let t=e.startContainer,n=e.startOffset,i=e.endContainer,o=e.endOffset,s=r.domAtPos(r.state.selection.anchor);return at(s.node,s.offset,i,o)&&([t,n,i,o]=[i,o,t,n]),{anchorNode:t,anchorOffset:n,focusNode:i,focusOffset:o}}function Jc(r,e){if(e.getComposedRanges){let i=e.getComposedRanges(r.root)[0];if(i)return Mo(r,i)}let t;function n(i){i.preventDefault(),i.stopImmediatePropagation(),t=i.getTargetRanges()[0]}return r.dom.addEventListener("beforeinput",n,!0),document.execCommand("indent"),r.dom.removeEventListener("beforeinput",n,!0),t?Mo(r,t):null}function Gc(r,e){for(let t=e.parentNode;t&&t!=r.dom;t=t.parentNode){let n=r.docView.nearestDesc(t,!0);if(n&&n.node.isBlock)return t}return null}function jc(r,e,t){let{node:n,fromOffset:i,toOffset:o,from:s,to:l}=r.docView.parseRange(e,t),a=r.domSelectionRange(),c,u=a.anchorNode;if(u&&r.dom.contains(u.nodeType==1?u:u.parentNode)&&(c=[{node:u,offset:a.anchorOffset}],An(a)||c.push({node:a.focusNode,offset:a.focusOffset})),ee&&r.input.lastKeyCode===8)for(let y=o;y>i;y--){let T=n.childNodes[y-1],A=T.pmViewDesc;if(T.nodeName=="BR"&&!A){o=y;break}if(!A||A.size)break}let d=r.state.doc,f=r.someProp("domParser")||m.DOMParser.fromSchema(r.state.schema),h=d.resolve(s),p=null,b=f.parse(n,{topNode:h.parent,topMatch:h.parent.contentMatchAt(h.index()),topOpen:!0,from:i,to:o,preserveWhitespace:h.parent.type.whitespace=="pre"?"full":!0,findPositions:c,ruleFromNode:Yc,context:h});if(c&&c[0].pos!=null){let y=c[0].pos,T=c[1]&&c[1].pos;T==null&&(T=y),p={anchor:y+s,head:T+s}}return{doc:b,sel:p,from:s,to:l}}function Yc(r){let e=r.pmViewDesc;if(e)return e.parseRule();if(r.nodeName=="BR"&&r.parentNode){if(se&&/^(ul|ol)$/i.test(r.parentNode.nodeName)){let t=document.createElement("div");return t.appendChild(document.createElement("li")),{skip:t}}else if(r.parentNode.lastChild==r||se&&/^(tr|table)$/i.test(r.parentNode.nodeName))return{ignore:!0}}else if(r.nodeName=="IMG"&&r.getAttribute("mark-placeholder"))return{ignore:!0};return null}const Xc=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function Zc(r,e,t,n,i){let o=r.input.compositionPendingChanges||(r.composing?r.input.compositionID:0);if(r.input.compositionPendingChanges=0,e<0){let E=r.input.lastSelectionTime>Date.now()-50?r.input.lastSelectionOrigin:null,P=ri(r,E);if(P&&!r.state.selection.eq(P)){if(ee&&Le&&r.input.lastKeyCode===13&&Date.now()-100<r.input.lastKeyCodeTime&&r.someProp("handleKeyDown",Bn=>Bn(r,tt(13,"Enter"))))return;let Y=r.state.tr.setSelection(P);E=="pointer"?Y.setMeta("pointer",!0):E=="key"&&Y.scrollIntoView(),o&&Y.setMeta("composition",o),r.dispatch(Y)}return}let s=r.state.doc.resolve(e),l=s.sharedDepth(t);e=s.before(l+1),t=r.state.doc.resolve(t).after(l+1);let a=r.state.selection,c=jc(r,e,t),u=r.state.doc,d=u.slice(c.from,c.to),f,h;r.input.lastKeyCode===8&&Date.now()-100<r.input.lastKeyCodeTime?(f=r.state.selection.to,h="end"):(f=r.state.selection.from,h="start"),r.input.lastKeyCode=null;let p=tu(d.content,c.doc.content,c.from,f,h);if(p&&r.input.domChangeCount++,(wt&&r.input.lastIOSEnter>Date.now()-225||Le)&&i.some(E=>E.nodeType==1&&!Xc.test(E.nodeName))&&(!p||p.endA>=p.endB)&&r.someProp("handleKeyDown",E=>E(r,tt(13,"Enter")))){r.input.lastIOSEnter=0;return}if(!p)if(n&&a instanceof O&&!a.empty&&a.$head.sameParent(a.$anchor)&&!r.composing&&!(c.sel&&c.sel.anchor!=c.sel.head))p={start:a.from,endA:a.to,endB:a.to};else{if(c.sel){let E=xo(r,r.state.doc,c.sel);if(E&&!E.eq(r.state.selection)){let P=r.state.tr.setSelection(E);o&&P.setMeta("composition",o),r.dispatch(P)}}return}r.state.selection.from<r.state.selection.to&&p.start==p.endB&&r.state.selection instanceof O&&(p.start>r.state.selection.from&&p.start<=r.state.selection.from+2&&r.state.selection.from>=c.from?p.start=r.state.selection.from:p.endA<r.state.selection.to&&p.endA>=r.state.selection.to-2&&r.state.selection.to<=c.to&&(p.endB+=r.state.selection.to-p.endA,p.endA=r.state.selection.to)),fe&&Je<=11&&p.endB==p.start+1&&p.endA==p.start&&p.start>c.from&&c.doc.textBetween(p.start-c.from-1,p.start-c.from+1)==" "&&(p.start--,p.endA--,p.endB--);let b=c.doc.resolveNoCache(p.start-c.from),y=c.doc.resolveNoCache(p.endB-c.from),T=u.resolve(p.start),A=b.sameParent(y)&&b.parent.inlineContent&&T.end()>=p.endA;if((wt&&r.input.lastIOSEnter>Date.now()-225&&(!A||i.some(E=>E.nodeName=="DIV"||E.nodeName=="P"))||!A&&b.pos<c.doc.content.size&&(!b.sameParent(y)||!b.parent.inlineContent)&&b.pos<y.pos&&!/\S/.test(c.doc.textBetween(b.pos,y.pos,"","")))&&r.someProp("handleKeyDown",E=>E(r,tt(13,"Enter")))){r.input.lastIOSEnter=0;return}if(r.state.selection.anchor>p.start&&eu(u,p.start,p.endA,b,y)&&r.someProp("handleKeyDown",E=>E(r,tt(8,"Backspace")))){Le&&ee&&r.domObserver.suppressSelectionUpdates();return}ee&&p.endB==p.start&&(r.input.lastChromeDelete=Date.now()),Le&&!A&&b.start()!=y.start()&&y.parentOffset==0&&b.depth==y.depth&&c.sel&&c.sel.anchor==c.sel.head&&c.sel.head==p.endA&&(p.endB-=2,y=c.doc.resolveNoCache(p.endB-c.from),setTimeout(()=>{r.someProp("handleKeyDown",function(E){return E(r,tt(13,"Enter"))})},20));let w=p.start,N=p.endA,Ce=E=>{let P=E||r.state.tr.replace(w,N,c.doc.slice(p.start-c.from,p.endB-c.from));if(c.sel){let Y=xo(r,P.doc,c.sel);Y&&!(ee&&r.composing&&Y.empty&&(p.start!=p.endB||r.input.lastChromeDelete<Date.now()-100)&&(Y.head==w||Y.head==P.mapping.map(N)-1)||fe&&Y.empty&&Y.head==w)&&P.setSelection(Y)}return o&&P.setMeta("composition",o),P.scrollIntoView()},_e;if(A)if(b.pos==y.pos){fe&&Je<=11&&b.parentOffset==0&&(r.domObserver.suppressSelectionUpdates(),setTimeout(()=>ze(r),20));let E=Ce(r.state.tr.delete(w,N)),P=u.resolve(p.start).marksAcross(u.resolve(p.endA));P&&E.ensureMarks(P),r.dispatch(E)}else if(p.endA==p.endB&&(_e=Qc(b.parent.content.cut(b.parentOffset,y.parentOffset),T.parent.content.cut(T.parentOffset,p.endA-T.start())))){let E=Ce(r.state.tr);_e.type=="add"?E.addMark(w,N,_e.mark):E.removeMark(w,N,_e.mark),r.dispatch(E)}else if(b.parent.child(b.index()).isText&&b.index()==y.index()-(y.textOffset?0:1)){let E=b.parent.textBetween(b.parentOffset,y.parentOffset),P=()=>Ce(r.state.tr.insertText(E,w,N));r.someProp("handleTextInput",Y=>Y(r,w,N,E,P))||r.dispatch(P())}else r.dispatch(Ce());else r.dispatch(Ce())}function xo(r,e,t){return Math.max(t.anchor,t.head)>e.content.size?null:ii(r,e.resolve(t.anchor),e.resolve(t.head))}function Qc(r,e){let t=r.firstChild.marks,n=e.firstChild.marks,i=t,o=n,s,l,a;for(let u=0;u<n.length;u++)i=n[u].removeFromSet(i);for(let u=0;u<t.length;u++)o=t[u].removeFromSet(o);if(i.length==1&&o.length==0)l=i[0],s="add",a=u=>u.mark(l.addToSet(u.marks));else if(i.length==0&&o.length==1)l=o[0],s="remove",a=u=>u.mark(l.removeFromSet(u.marks));else return null;let c=[];for(let u=0;u<e.childCount;u++)c.push(a(e.child(u)));if(m.Fragment.from(c).eq(r))return{mark:l,type:s}}function eu(r,e,t,n,i){if(t-e<=i.pos-n.pos||cr(n,!0,!1)<i.pos)return!1;let o=r.resolve(e);if(!n.parent.isTextblock){let l=o.nodeAfter;return l!=null&&t==e+l.nodeSize}if(o.parentOffset<o.parent.content.size||!o.parent.isTextblock)return!1;let s=r.resolve(cr(o,!0,!0));return!s.parent.isTextblock||s.pos>t||cr(s,!0,!1)<t?!1:n.parent.content.cut(n.parentOffset).eq(s.parent.content)}function cr(r,e,t){let n=r.depth,i=e?r.end():r.pos;for(;n>0&&(e||r.indexAfter(n)==r.node(n).childCount);)n--,i++,e=!1;if(t){let o=r.node(n).maybeChild(r.indexAfter(n));for(;o&&!o.isLeaf;)o=o.firstChild,i++}return i}function tu(r,e,t,n,i){let o=r.findDiffStart(e,t);if(o==null)return null;let{a:s,b:l}=r.findDiffEnd(e,t+r.size,t+e.size);if(i=="end"){let a=Math.max(0,o-Math.min(s,l));n-=s+a-o}if(s<o&&r.size<e.size){let a=n<=o&&n>=s?o-n:0;o-=a,o&&o<e.size&&Oo(e.textBetween(o-1,o+1))&&(o+=a?1:-1),l=o+(l-s),s=o}else if(l<o){let a=n<=o&&n>=l?o-n:0;o-=a,o&&o<r.size&&Oo(r.textBetween(o-1,o+1))&&(o+=a?1:-1),s=o+(s-l),l=o}return{start:o,endA:s,endB:l}}function Oo(r){if(r.length!=2)return!1;let e=r.charCodeAt(0),t=r.charCodeAt(1);return e>=56320&&e<=57343&&t>=55296&&t<=56319}class Qs{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 Sc,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(vo),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=wo(this),Do(this),this.nodeViews=No(this),this.docView=oo(this.state.doc,Eo(this),ar(this),this.dom,this),this.domObserver=new qc(this,(n,i,o,s)=>Zc(this,n,i,o,s)),this.domObserver.start(),Tc(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&&Br(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(vo),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let n in this._props)t[n]=this._props[n];t.state=this.state;for(let n in e)t[n]=e[n];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){var n;let i=this.state,o=!1,s=!1;e.storedMarks&&this.composing&&(Ks(this),s=!0),this.state=e;let l=i.plugins!=e.plugins||this._props.plugins!=t.plugins;if(l||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let h=No(this);ru(h,this.nodeViews)&&(this.nodeViews=h,o=!0)}(l||t.handleDOMEvents!=this._props.handleDOMEvents)&&Br(this),this.editable=wo(this),Do(this);let a=ar(this),c=Eo(this),u=i.plugins!=e.plugins&&!i.doc.eq(e.doc)?"reset":e.scrollToSelection>i.scrollToSelection?"to selection":"preserve",d=o||!this.docView.matchesNode(e.doc,c,a);(d||!e.selection.eq(i.selection))&&(s=!0);let f=u=="preserve"&&s&&this.dom.style.overflowAnchor==null&&Pa(this);if(s){this.domObserver.stop();let h=d&&(fe||ee)&&!this.composing&&!i.selection.empty&&!e.selection.empty&&nu(i.selection,e.selection);if(d){let p=ee?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=Fc(this)),(o||!this.docView.update(e.doc,c,a,this))&&(this.docView.updateOuterDeco(c),this.docView.destroy(),this.docView=oo(e.doc,c,a,this.dom,this)),p&&!this.trackWrites&&(h=!0)}h||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&oc(this))?ze(this,h):(Fs(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(i),!((n=this.dragging)===null||n===void 0)&&n.node&&!i.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,i),u=="reset"?this.dom.scrollTop=0:u=="to selection"?this.scrollToSelection():f&&La(f)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",t=>t(this)))if(this.state.selection instanceof M){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&Qi(this,t.getBoundingClientRect(),e)}else Qi(this,this.coordsAtPos(this.state.selection.head,1),e)}}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let t=0;t<this.directPlugins.length;t++){let n=this.directPlugins[t];n.spec.view&&this.pluginViews.push(n.spec.view(this))}for(let t=0;t<this.state.plugins.length;t++){let n=this.state.plugins[t];n.spec.view&&this.pluginViews.push(n.spec.view(this))}}else for(let t=0;t<this.pluginViews.length;t++){let n=this.pluginViews[t];n.update&&n.update(this,e)}}updateDraggedNode(e,t){let n=e.node,i=-1;if(this.state.doc.nodeAt(n.from)==n.node)i=n.from;else{let o=n.from+(this.state.doc.content.size-t.doc.content.size);(o>0&&this.state.doc.nodeAt(o))==n.node&&(i=o)}this.dragging=new Gs(e.slice,e.move,i<0?void 0:M.create(this.state.doc,i))}someProp(e,t){let n=this._props&&this._props[e],i;if(n!=null&&(i=t?t(n):n))return i;for(let s=0;s<this.directPlugins.length;s++){let l=this.directPlugins[s].props[e];if(l!=null&&(i=t?t(l):l))return i}let o=this.state.plugins;if(o)for(let s=0;s<o.length;s++){let l=o[s].props[e];if(l!=null&&(i=t?t(l):l))return i}}hasFocus(){if(fe){let e=this.root.activeElement;if(e==this.dom)return!0;if(!e||!this.dom.contains(e))return!1;for(;e&&this.dom!=e&&this.dom.contains(e);){if(e.contentEditable=="false")return!1;e=e.parentElement}return!0}return this.root.activeElement==this.dom}focus(){this.domObserver.stop(),this.editable&&za(this.dom),ze(this),this.domObserver.start()}get root(){let e=this._root;if(e==null){for(let t=this.dom.parentNode;t;t=t.parentNode)if(t.nodeType==9||t.nodeType==11&&t.host)return t.getSelection||(Object.getPrototypeOf(t).getSelection=()=>t.ownerDocument.getSelection()),this._root=t}return e||document}updateRoot(){this._root=null}posAtCoords(e){return Wa(this,e)}coordsAtPos(e,t=1){return Es(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,n=-1){let i=this.docView.posFromDOM(e,t,n);if(i==null)throw new RangeError("DOM position not inside the editor");return i}endOfTextblock(e,t){return Ja(this,t||this.state,e)}pasteHTML(e,t){return Yt(this,"",e,!1,t||new ClipboardEvent("paste"))}pasteText(e,t){return Yt(this,e,null,!0,t||new ClipboardEvent("paste"))}serializeForClipboard(e){return oi(this,e)}destroy(){this.docView&&(Cc(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],ar(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,xa())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return xc(this,e)}domSelectionRange(){let e=this.domSelection();return e?se&&this.root.nodeType===11&&Na(this.dom.ownerDocument)==this.dom&&Jc(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}Qs.prototype.dispatch=function(r){let e=this._props.dispatchTransaction;e?e.call(this,r):this.updateState(this.state.apply(r))};function Eo(r){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(r.editable),r.someProp("attributes",t=>{if(typeof t=="function"&&(t=t(r.state)),t)for(let n in t)n=="class"?e.class+=" "+t[n]:n=="style"?e.style=(e.style?e.style+";":"")+t[n]:!e[n]&&n!="contenteditable"&&n!="nodeName"&&(e[n]=String(t[n]))}),e.translate||(e.translate="no"),[W.node(0,r.state.doc.content.size,e)]}function Do(r){if(r.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),r.cursorWrapper={dom:e,deco:W.widget(r.state.selection.from,e,{raw:!0,marks:r.markCursor})}}else r.cursorWrapper=null}function wo(r){return!r.someProp("editable",e=>e(r.state)===!1)}function nu(r,e){let t=Math.min(r.$anchor.sharedDepth(r.head),e.$anchor.sharedDepth(e.head));return r.$anchor.start(t)!=e.$anchor.start(t)}function No(r){let e=Object.create(null);function t(n){for(let i in n)Object.prototype.hasOwnProperty.call(e,i)||(e[i]=n[i])}return r.someProp("nodeViews",t),r.someProp("markViews",t),e}function ru(r,e){let t=0,n=0;for(let i in r){if(r[i]!=e[i])return!0;t++}for(let i in e)n++;return t!=n}function vo(r){if(r.spec.state||r.spec.filterTransaction||r.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}class iu{constructor(e){this.specs=e,this.attrs={};for(const t of e)this.attrs[t.name]={default:t.default}}fromDOM(e){return Object.assign({},...this.specs.map(t=>({[t.name]:t.fromDOM(e)})))}getStyle(e){return this.specs.flatMap(t=>t.toStyles(e)).join("; ")}getDOMAttrsProperties(e){return this.specs.length?{style:this.getStyle(e)}:{}}getDOMAttrs(e){return this.specs.length?[this.getDOMAttrsProperties(e)]:[]}extractFromNode(e){return Object.assign({},...Object.keys(this.attrs).map(t=>({[t]:e.attrs[t]})))}}class ou{constructor(e){this.specs=e}getAllowedMarksForNode(e){return this.specs.filter(t=>!t.onNodeName||t.onNodeName===e).map(t=>t.markName)}getReferencedNodeNames(){return new Set(this.specs.map(e=>e.onNodeName).filter(Boolean))}}const su=(r,e)=>{const t=e.config[m.impl].schema,n=s=>t.marks[s.type].rank,i=(s,l)=>{if(s.type!==l.type)return!1;const a=s.attrs,c=l.attrs;if(a===c)return!0;/* v8 ignore next -- not currently reachable since all attrs are required @preserve */if(!a||!c)return!1;const u=Object.keys(a),d=Object.keys(c);/* v8 ignore next -- not currently reachable since all attrs are required @preserve */if(u.length!==d.length)return!1;for(const f of u)if(a[f]!==c[f])return!1;return!0},o=s=>{const l=[],a=[],c=[l];for(const u of s){const d=[...u.marks??[]].sort((p,b)=>n(p)-n(b));let f=0,h=0;for(;f<a.length&&h<d.length&&i(a[f],d[h]);)f++,h++;for(;a.length>f;)a.pop(),c.pop();for(;h<d.length;){const p=d[h],b=[];c[c.length-1].push({type:"mark",mark:p,children:{type:"fragment",content:b,[m.impl]:e},[m.impl]:e}),a.push(p),c.push(b),h++}c[c.length-1].push({type:"node",node:u,children:o(u.content??[]),[m.impl]:e})}return{type:"fragment",content:l,[m.impl]:e}};return{type:"node",node:r,children:o(r.content),[m.impl]:e}};class lu{constructor(e){this[m.impl]=new au(e)}instantiateEditor(e){return new Vd(this,e)}instantiateView(e,t){return su(e,{config:this,options:{...t}})}}class au{constructor(e){const t=o=>o.flatMap(s=>s.getFeatures().flatMap(l=>l===s?s:t([l])));this.features=t(e.map(m.getFeatureImpl)),this.featureMap=new Map;for(const o of this.features){if(this.featureMap.has(o.name))throw new Error(`Duplicate feature: ${o.name}`);this.featureMap.set(o.name,o)}this.featureFacadesMap=new Map;for(const o of e){const s=o.constructor,l=m.getFeatureImpl(o),a=this.featureFacadesMap.get(s);a?a.push(l):this.featureFacadesMap.set(s,[l])}if(!this.featureMap.has("RteBase"))throw new Error("RteBase feature is required");if(this.featureMap.has("RteLinkFeature")&&!this.featureMap.has("RteToolbarFeature"))throw new Error("RteToolbarFeature is required for RteLinkFeature");this.textblockAttrs=new iu(m.sortedContributions(this.features.flatMap(o=>o.getTextblockAttrs()))),this.textblockMarks=new ou(m.sortedContributions(this.features.flatMap(o=>o.getTextblockMarks())));const n=m.sortedContributions(this.features.flatMap(o=>o.getSchema(this.textblockAttrs,this.textblockMarks))),i={nodes:{},marks:{}};for(const o of n)Object.assign(i.nodes,o.nodes??{}),Object.assign(i.marks,o.marks??{});for(const o of this.textblockMarks.getReferencedNodeNames())if(!(o in i.nodes))throw new Error(`Unknown node "${o}"`);this.schema=new m.Schema(i)}}var Ye={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:"'"},Dn={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},cu=typeof navigator<"u"&&/Mac/.test(navigator.platform),uu=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var J=0;J<10;J++)Ye[48+J]=Ye[96+J]=String(J);for(var J=1;J<=24;J++)Ye[J+111]="F"+J;for(var J=65;J<=90;J++)Ye[J]=String.fromCharCode(J+32),Dn[J]=String.fromCharCode(J);for(var ur in Ye)Dn.hasOwnProperty(ur)||(Dn[ur]=Ye[ur]);function du(r){var e=cu&&r.metaKey&&r.shiftKey&&!r.ctrlKey&&!r.altKey||uu&&r.shiftKey&&r.key&&r.key.length==1||r.key=="Unidentified",t=!e&&r.key||(r.shiftKey?Dn:Ye)[r.keyCode]||r.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 fu=typeof navigator<"u"&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),hu=typeof navigator<"u"&&/Win/.test(navigator.platform);function pu(r){let e=r.split(/-(?!$)/),t=e[e.length-1];t=="Space"&&(t=" ");let n,i,o,s;for(let l=0;l<e.length-1;l++){let a=e[l];if(/^(cmd|meta|m)$/i.test(a))s=!0;else if(/^a(lt)?$/i.test(a))n=!0;else if(/^(c|ctrl|control)$/i.test(a))i=!0;else if(/^s(hift)?$/i.test(a))o=!0;else if(/^mod$/i.test(a))fu?s=!0:i=!0;else throw new Error("Unrecognized modifier name: "+a)}return n&&(t="Alt-"+t),i&&(t="Ctrl-"+t),s&&(t="Meta-"+t),o&&(t="Shift-"+t),t}function mu(r){let e=Object.create(null);for(let t in r)e[pu(t)]=r[t];return e}function dr(r,e,t=!0){return e.altKey&&(r="Alt-"+r),e.ctrlKey&&(r="Ctrl-"+r),e.metaKey&&(r="Meta-"+r),t&&e.shiftKey&&(r="Shift-"+r),r}function j(r){return new B({props:{handleKeyDown:el(r)}})}function el(r){let e=mu(r);return function(t,n){let i=du(n),o,s=e[dr(i,n)];if(s&&s(t.state,t.dispatch,t))return!0;if(i.length==1&&i!=" "){if(n.shiftKey){let l=e[dr(i,n,!1)];if(l&&l(t.state,t.dispatch,t))return!0}if((n.altKey||n.metaKey||n.ctrlKey)&&!(hu&&n.ctrlKey&&n.altKey)&&(o=Ye[n.keyCode])&&o!=i){let l=e[dr(o,n)];if(l&&l(t.state,t.dispatch,t))return!0}}return!1}}const tl=(r,e)=>r.selection.empty?!1:(e&&e(r.tr.deleteSelection().scrollIntoView()),!0);function gu(r,e){let{$cursor:t}=r.selection;return!t||(e?!e.endOfTextblock("backward",r):t.parentOffset>0)?null:t}const bu=(r,e,t)=>{let n=gu(r,t);if(!n)return!1;let i=nl(n);if(!i){let s=n.blockRange(),l=s&&Yr(s);return l==null?!1:(e&&e(r.tr.lift(s,l).scrollIntoView()),!0)}let o=i.nodeBefore;if(al(r,i,e,-1))return!0;if(n.parent.content.size==0&&(Nt(o,"end")||M.isSelectable(o)))for(let s=n.depth;;s--){let l=Qr(r.doc,n.before(s),n.after(s),m.Slice.empty);if(l&&l.slice.size<l.to-l.from){if(e){let a=r.tr.step(l);a.setSelection(Nt(o,"end")?D.findFrom(a.doc.resolve(a.mapping.map(i.pos,-1)),-1):M.create(a.doc,i.pos-o.nodeSize)),e(a.scrollIntoView())}return!0}if(s==1||n.node(s-1).childCount>1)break}return o.isAtom&&i.depth==n.depth-1?(e&&e(r.tr.delete(i.pos-o.nodeSize,i.pos).scrollIntoView()),!0):!1};function Nt(r,e,t=!1){for(let n=r;n;n=e=="start"?n.firstChild:n.lastChild){if(n.isTextblock)return!0;if(t&&n.childCount!=1)return!1}return!1}const yu=(r,e,t)=>{let{$head:n,empty:i}=r.selection,o=n;if(!i)return!1;if(n.parent.isTextblock){if(t?!t.endOfTextblock("backward",r):n.parentOffset>0)return!1;o=nl(n)}let s=o&&o.nodeBefore;return!s||!M.isSelectable(s)?!1:(e&&e(r.tr.setSelection(M.create(r.doc,o.pos-s.nodeSize)).scrollIntoView()),!0)};function nl(r){if(!r.parent.type.spec.isolating)for(let e=r.depth-1;e>=0;e--){if(r.index(e)>0)return r.doc.resolve(r.before(e+1));if(r.node(e).type.spec.isolating)break}return null}function ku(r,e){let{$cursor:t}=r.selection;return!t||(e?!e.endOfTextblock("forward",r):t.parentOffset<t.parent.content.size)?null:t}const Su=(r,e,t)=>{let n=ku(r,t);if(!n)return!1;let i=rl(n);if(!i)return!1;let o=i.nodeAfter;if(al(r,i,e,1))return!0;if(n.parent.content.size==0&&(Nt(o,"start")||M.isSelectable(o))){let s=Qr(r.doc,n.before(),n.after(),m.Slice.empty);if(s&&s.slice.size<s.to-s.from){if(e){let l=r.tr.step(s);l.setSelection(Nt(o,"start")?D.findFrom(l.doc.resolve(l.mapping.map(i.pos)),1):M.create(l.doc,l.mapping.map(i.pos))),e(l.scrollIntoView())}return!0}}return o.isAtom&&i.depth==n.depth-1?(e&&e(r.tr.delete(i.pos,i.pos+o.nodeSize).scrollIntoView()),!0):!1},Tu=(r,e,t)=>{let{$head:n,empty:i}=r.selection,o=n;if(!i)return!1;if(n.parent.isTextblock){if(t?!t.endOfTextblock("forward",r):n.parentOffset<n.parent.content.size)return!1;o=rl(n)}let s=o&&o.nodeAfter;return!s||!M.isSelectable(s)?!1:(e&&e(r.tr.setSelection(M.create(r.doc,o.pos)).scrollIntoView()),!0)};function rl(r){if(!r.parent.type.spec.isolating)for(let e=r.depth-1;e>=0;e--){let t=r.node(e);if(r.index(e)+1<t.childCount)return r.doc.resolve(r.after(e+1));if(t.type.spec.isolating)break}return null}const il=(r,e)=>{let{$head:t,$anchor:n}=r.selection;return!t.parent.type.spec.code||!t.sameParent(n)?!1:(e&&e(r.tr.insertText(`
|
|
7
|
+
`).scrollIntoView()),!0)};function di(r){for(let e=0;e<r.edgeCount;e++){let{type:t}=r.edge(e);if(t.isTextblock&&!t.hasRequiredAttrs())return t}return null}const Cu=(r,e)=>{let{$head:t,$anchor:n}=r.selection;if(!t.parent.type.spec.code||!t.sameParent(n))return!1;let i=t.node(-1),o=t.indexAfter(-1),s=di(i.contentMatchAt(o));if(!s||!i.canReplaceWith(o,o,s))return!1;if(e){let l=t.after(),a=r.tr.replaceWith(l,l,s.createAndFill());a.setSelection(D.near(a.doc.resolve(l),1)),e(a.scrollIntoView())}return!0},ol=(r,e)=>{let t=r.selection,{$from:n,$to:i}=t;if(t instanceof G||n.parent.inlineContent||i.parent.inlineContent)return!1;let o=di(i.parent.contentMatchAt(i.indexAfter()));if(!o||!o.isTextblock)return!1;if(e){let s=(!n.parentOffset&&i.index()<i.parent.childCount?n:i).pos,l=r.tr.insert(s,o.createAndFill());l.setSelection(O.create(l.doc,s+1)),e(l.scrollIntoView())}return!0},sl=(r,e)=>{let{$cursor:t}=r.selection;if(!t||t.parent.content.size)return!1;if(t.depth>1&&t.after()!=t.end(-1)){let o=t.before();if(bn(r.doc,o))return e&&e(r.tr.split(o).scrollIntoView()),!0}let n=t.blockRange(),i=n&&Yr(n);return i==null?!1:(e&&e(r.tr.lift(n,i).scrollIntoView()),!0)};function ll(r){return(e,t)=>{let{$from:n,$to:i}=e.selection;if(e.selection instanceof M&&e.selection.node.isBlock)return!n.parentOffset||!bn(e.doc,n.pos)?!1:(t&&t(e.tr.split(n.pos).scrollIntoView()),!0);if(!n.depth)return!1;let o=[],s,l,a=!1,c=!1;for(let h=n.depth;;h--)if(n.node(h).isBlock){a=n.end(h)==n.pos+(n.depth-h),c=n.start(h)==n.pos-(n.depth-h),l=di(n.node(h-1).contentMatchAt(n.indexAfter(h-1)));let b=r&&r(i.parent,a,n);o.unshift(b||(a&&l?{type:l}:null)),s=h;break}else{if(h==1)return!1;o.unshift(null)}let u=e.tr;(e.selection instanceof O||e.selection instanceof G)&&u.deleteSelection();let d=u.mapping.map(n.pos),f=bn(u.doc,d,o.length,o);if(f||(o[0]=l?{type:l}:null,f=bn(u.doc,d,o.length,o)),!f)return!1;if(u.split(d,o.length,o),!a&&c&&n.node(s).type!=l){let h=u.mapping.map(n.before(s)),p=u.doc.resolve(h);l&&n.node(s-1).canReplaceWith(p.index(),p.index()+1,l)&&u.setNodeMarkup(u.mapping.map(n.before(s)),l)}return t&&t(u.scrollIntoView()),!0}}const Mu=ll(),xu=(r,e)=>(e&&e(r.tr.setSelection(new G(r.doc))),!0);function Ou(r,e,t){let n=e.nodeBefore,i=e.nodeAfter,o=e.index();return!n||!i||!n.type.compatibleContent(i.type)?!1:!n.content.size&&e.parent.canReplace(o-1,o)?(t&&t(r.tr.delete(e.pos-n.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(o,o+1)||!(i.isTextblock||Xr(r.doc,e.pos))?!1:(t&&t(r.tr.join(e.pos).scrollIntoView()),!0)}function al(r,e,t,n){let i=e.nodeBefore,o=e.nodeAfter,s,l,a=i.type.spec.isolating||o.type.spec.isolating;if(!a&&Ou(r,e,t))return!0;let c=!a&&e.parent.canReplace(e.index(),e.index()+1);if(c&&(s=(l=i.contentMatchAt(i.childCount)).findWrapping(o.type))&&l.matchType(s[0]||o.type).validEnd){if(t){let h=e.pos+o.nodeSize,p=m.Fragment.empty;for(let T=s.length-1;T>=0;T--)p=m.Fragment.from(s[T].create(null,p));p=m.Fragment.from(i.copy(p));let b=r.tr.step(new te(e.pos-1,h,e.pos,h,new m.Slice(p,1,0),s.length,!0)),y=b.doc.resolve(h+2*s.length);y.nodeAfter&&y.nodeAfter.type==i.type&&Xr(b.doc,y.pos)&&b.join(y.pos),t(b.scrollIntoView())}return!0}let u=o.type.spec.isolating||n>0&&a?null:D.findFrom(e,1),d=u&&u.$from.blockRange(u.$to),f=d&&Yr(d);if(f!=null&&f>=e.depth)return t&&t(r.tr.lift(d,f).scrollIntoView()),!0;if(c&&Nt(o,"start",!0)&&Nt(i,"end")){let h=i,p=[];for(;p.push(h),!h.isTextblock;)h=h.lastChild;let b=o,y=1;for(;!b.isTextblock;b=b.firstChild)y++;if(h.canReplace(h.childCount,h.childCount,b.content)){if(t){let T=m.Fragment.empty;for(let w=p.length-1;w>=0;w--)T=m.Fragment.from(p[w].copy(T));let A=r.tr.step(new te(e.pos-p.length,e.pos+o.nodeSize,e.pos+y,e.pos+o.nodeSize-y,new m.Slice(T,p.length,0),0,!0));t(A.scrollIntoView())}return!0}}return!1}function cl(r){return function(e,t){let n=e.selection,i=r<0?n.$from:n.$to,o=i.depth;for(;i.node(o).isInline;){if(!o)return!1;o--}return i.node(o).isTextblock?(t&&t(e.tr.setSelection(O.create(e.doc,r<0?i.start(o):i.end(o)))),!0):!1}}const Eu=cl(-1),Du=cl(1);function wu(r,e,t,n){for(let i=0;i<e.length;i++){let{$from:o,$to:s}=e[i],l=o.depth==0?r.inlineContent&&r.type.allowsMarkType(t):!1;if(r.nodesBetween(o.pos,s.pos,(a,c)=>{if(l)return!1;l=a.inlineContent&&a.type.allowsMarkType(t)}),l)return!0}return!1}function Be(r,e=null,t){return function(n,i){let{empty:o,$cursor:s,ranges:l}=n.selection;if(o&&!s||!wu(n.doc,l,r))return!1;if(i)if(s)r.isInSet(n.storedMarks||s.marks())?i(n.tr.removeStoredMark(r)):i(n.tr.addStoredMark(r.create(e)));else{let a,c=n.tr;a=!l.some(u=>n.doc.rangeHasMark(u.$from.pos,u.$to.pos,r));for(let u=0;u<l.length;u++){let{$from:d,$to:f}=l[u];if(!a)c.removeMark(d.pos,f.pos,r);else{let h=d.pos,p=f.pos,b=d.nodeAfter,y=f.nodeBefore,T=b&&b.isText?/^\s*/.exec(b.text)[0].length:0,A=y&&y.isText?/\s*$/.exec(y.text)[0].length:0;h+T<p&&(h+=T,p-=A),c.addMark(h,p,r.create(e))}}i(c.scrollIntoView())}return!0}}function Nu(r,e){return t=>{if(!t.isGeneric)return r(t);let n=[];for(let o=0;o<t.mapping.maps.length;o++){let s=t.mapping.maps[o];for(let l=0;l<n.length;l++)n[l]=s.map(n[l]);s.forEach((l,a,c,u)=>n.push(c,u))}let i=[];for(let o=0;o<n.length;o+=2){let s=n[o],l=n[o+1],a=t.doc.resolve(s),c=a.sharedDepth(l),u=a.node(c);for(let d=a.indexAfter(c),f=a.after(c+1);f<=l;++d){let h=u.maybeChild(d);if(!h)break;if(d&&i.indexOf(f)==-1){let p=u.child(d-1);p.type==h.type&&e(p,h)&&i.push(f)}f+=h.nodeSize}}i.sort((o,s)=>o-s);for(let o=i.length-1;o>=0;o--)Xr(t.doc,i[o])&&t.join(i[o]);r(t)}}function vu(r,e){let t=Array.isArray(e)?n=>e.indexOf(n.type.name)>-1:e;return(n,i,o)=>r(n,i&&Nu(i,t),o)}function Fn(...r){return function(e,t,n){for(let i=0;i<r.length;i++)if(r[i](e,t,n))return!0;return!1}}let fr=Fn(tl,bu,yu),Ao=Fn(tl,Su,Tu);const Pe={Enter:Fn(il,ol,sl,Mu),"Mod-Enter":Cu,Backspace:fr,"Mod-Backspace":fr,"Shift-Backspace":fr,Delete:Ao,"Mod-Delete":Ao,"Mod-a":xu},ul={"Ctrl-h":Pe.Backspace,"Alt-Backspace":Pe["Mod-Backspace"],"Ctrl-d":Pe.Delete,"Ctrl-Alt-Backspace":Pe["Mod-Delete"],"Alt-Delete":Pe["Mod-Delete"],"Alt-d":Pe["Mod-Delete"],"Ctrl-a":Eu,"Ctrl-e":Du};for(let r in Pe)ul[r]=Pe[r];const Au=typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):typeof os<"u"&&os.platform?os.platform()=="darwin":!1,Ru=Au?ul:Pe,Iu='.ProseMirror{position:relative}.ProseMirror{word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces;-webkit-font-variant-ligatures:none;font-variant-ligatures:none;font-feature-settings:"liga" 0}.ProseMirror pre{white-space:pre-wrap}.ProseMirror li{position:relative}.ProseMirror-hideselection *::selection{background:transparent}.ProseMirror-hideselection *::-moz-selection{background:transparent}.ProseMirror-hideselection{caret-color:transparent}.ProseMirror [draggable][contenteditable=false]{user-select:text}.ProseMirror-selectednode{outline:2px solid #8cf}li.ProseMirror-selectednode{outline:none}li.ProseMirror-selectednode:after{content:"";position:absolute;inset:-2px -2px -2px -32px;border:2px solid #8cf;pointer-events:none}img.ProseMirror-separator{display:inline!important;border:none!important;margin:0!important}';function Fu(r={}){return new B({view(e){return new Pu(e,r)}})}class Pu{constructor(e,t){var n;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(n=t.width)!==null&&n!==void 0?n:1,this.color=t.color===!1?void 0:t.color||"black",this.class=t.class,this.handlers=["dragover","dragend","drop","dragleave"].map(i=>{let o=s=>{this[i](s)};return e.dom.addEventListener(i,o),{name:i,handler:o}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,n,i=this.editorView.dom,o=i.getBoundingClientRect(),s=o.width/i.offsetWidth,l=o.height/i.offsetHeight;if(t){let d=e.nodeBefore,f=e.nodeAfter;if(d||f){let h=this.editorView.nodeDOM(this.cursorPos-(d?d.nodeSize:0));if(h){let p=h.getBoundingClientRect(),b=d?p.bottom:p.top;d&&f&&(b=(b+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let y=this.width/2*l;n={left:p.left,right:p.right,top:b-y,bottom:b+y}}}}if(!n){let d=this.editorView.coordsAtPos(this.cursorPos),f=this.width/2*s;n={left:d.left-f,right:d.left+f,top:d.top,bottom:d.bottom}}let a=this.editorView.dom.offsetParent;this.element||(this.element=a.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none;",this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle("prosemirror-dropcursor-block",t),this.element.classList.toggle("prosemirror-dropcursor-inline",!t);let c,u;if(!a||a==document.body&&getComputedStyle(a).position=="static")c=-pageXOffset,u=-pageYOffset;else{let d=a.getBoundingClientRect(),f=d.width/a.offsetWidth,h=d.height/a.offsetHeight;c=d.left-a.scrollLeft*f,u=d.top-a.scrollTop*h}this.element.style.left=(n.left-c)/s+"px",this.element.style.top=(n.top-u)/l+"px",this.element.style.width=(n.right-n.left)/s+"px",this.element.style.height=(n.bottom-n.top)/l+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),n=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),i=n&&n.type.spec.disableDropCursor,o=typeof i=="function"?i(this.editorView,t,e):i;if(t&&!o){let s=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let l=Zr(this.editorView.state.doc,s,this.editorView.dragging.slice);l!=null&&(s=l)}this.setCursor(s),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}}class I extends D{constructor(e){super(e,e)}map(e,t){let n=e.resolve(t.map(this.head));return I.valid(n)?new I(n):D.near(n)}content(){return m.Slice.empty}eq(e){return e instanceof I&&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 I(e.resolve(t.pos))}getBookmark(){return new fi(this.anchor)}static valid(e){let t=e.parent;if(t.isTextblock||!Lu(e)||!zu(e))return!1;let n=t.type.spec.allowGapCursor;if(n!=null)return n;let i=t.contentMatchAt(e.index()).defaultType;return i&&i.isTextblock}static findGapCursorFrom(e,t,n=!1){e:for(;;){if(!n&&I.valid(e))return e;let i=e.pos,o=null;for(let s=e.depth;;s--){let l=e.node(s);if(t>0?e.indexAfter(s)<l.childCount:e.index(s)>0){o=l.child(t>0?e.indexAfter(s):e.index(s)-1);break}else if(s==0)return null;i+=t;let a=e.doc.resolve(i);if(I.valid(a))return a}for(;;){let s=t>0?o.firstChild:o.lastChild;if(!s){if(o.isAtom&&!o.isText&&!M.isSelectable(o)){e=e.doc.resolve(i+o.nodeSize*t),n=!1;continue e}break}o=s,i+=t;let l=e.doc.resolve(i);if(I.valid(l))return l}return null}}}I.prototype.visible=!1;I.findFrom=I.findGapCursorFrom;D.jsonID("gapcursor",I);class fi{constructor(e){this.pos=e}map(e){return new fi(e.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return I.valid(t)?new I(t):D.near(t)}}function dl(r){return r.isAtom||r.spec.isolating||r.spec.createGapCursor}function Lu(r){for(let e=r.depth;e>=0;e--){let t=r.index(e),n=r.node(e);if(t==0){if(n.type.spec.isolating)return!0;continue}for(let i=n.child(t-1);;i=i.lastChild){if(i.childCount==0&&!i.inlineContent||dl(i.type))return!0;if(i.inlineContent)return!1}}return!0}function zu(r){for(let e=r.depth;e>=0;e--){let t=r.indexAfter(e),n=r.node(e);if(t==n.childCount){if(n.type.spec.isolating)return!0;continue}for(let i=n.child(t);;i=i.firstChild){if(i.childCount==0&&!i.inlineContent||dl(i.type))return!0;if(i.inlineContent)return!1}}return!0}function Bu(){return new B({props:{decorations:Wu,createSelectionBetween(r,e,t){return e.pos==t.pos&&I.valid(t)?new I(t):null},handleClick:Vu,handleKeyDown:_u,handleDOMEvents:{beforeinput:Hu}}})}const _u=el({ArrowLeft:fn("horiz",-1),ArrowRight:fn("horiz",1),ArrowUp:fn("vert",-1),ArrowDown:fn("vert",1)});function fn(r,e){const t=r=="vert"?e>0?"down":"up":e>0?"right":"left";return function(n,i,o){let s=n.selection,l=e>0?s.$to:s.$from,a=s.empty;if(s instanceof O){if(!o.endOfTextblock(t)||l.depth==0)return!1;a=!1,l=n.doc.resolve(e>0?l.after():l.before())}let c=I.findGapCursorFrom(l,e,a);return c?(i&&i(n.tr.setSelection(new I(c))),!0):!1}}function Vu(r,e,t){if(!r||!r.editable)return!1;let n=r.state.doc.resolve(e);if(!I.valid(n))return!1;let i=r.posAtCoords({left:t.clientX,top:t.clientY});return i&&i.inside>-1&&M.isSelectable(r.state.doc.nodeAt(i.inside))?!1:(r.dispatch(r.state.tr.setSelection(new I(n))),!0)}function Hu(r,e){if(e.inputType!="insertCompositionText"||!(r.state.selection instanceof I))return!1;let{$from:t}=r.state.selection,n=t.parent.contentMatchAt(t.index()).findWrapping(r.state.schema.nodes.text);if(!n)return!1;let i=m.Fragment.empty;for(let s=n.length-1;s>=0;s--)i=m.Fragment.from(n[s].createAndFill(null,i));let o=r.state.tr.replace(t.pos,t.pos,new m.Slice(i,0,0));return o.setSelection(O.near(o.doc.resolve(t.pos+1))),r.dispatch(o),!1}function Wu(r){if(!(r.selection instanceof I))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",v.create(r.doc,[W.widget(r.selection.head,e,{key:"gapcursor"})])}function fl(r){for(let e=0;e<r.edgeCount;e++){const{type:t}=r.edge(e);/* v8 ignore if -- @preserve It's currently not possible to exercise this code in our RTE */if(t.isTextblock&&!t.hasRequiredAttrs())return t}/* v8 ignore next 1 -- @preserve*/throw new Error("No default textblock found.")}const Uu="[data-class=ui-select]{margin-block:-4px;min-inline-size:120px}.ui-divider{block-size:20px}.ui-button-group{display:flex;gap:4px}.ui-tooltip,.ui-menu{display:contents;--_popup-display: contents}.ui-tooltip-wrapper{display:contents}";class hl{constructor(e){this.plugin=new B({state:{init:()=>e,apply:(t,n)=>{const i=t.getMeta(this.plugin);return i!==void 0?i:n}}})}getValue(e){return this.plugin.getState(e.state)}setValue(e,t){e.dispatchTransaction(e.tr.setMeta(this.plugin,t))}}const $u='.ProseMirror{flex:1;padding:var(--editor-padding-block) var(--editor-padding-inline);outline:none}.ProseMirror-selectednode{--focus-stroke-gap-color: transparent;--focus-border-radius: 2px;position:relative;outline:none}.ProseMirror-selectednode:after{box-shadow:0 0 0 4px color-mix(in srgb,var(--focus-stroke-color, var(--vvd-color-cta-500)),transparent 85%),inset 0 0 0 3px var(--focus-stroke-gap-color, currentColor);outline:1px solid var(--focus-stroke-color, var(--vvd-color-cta-500));outline-offset:calc(-1px - var(--focus-inset, 0px));position:absolute;display:block;border-radius:var(--focus-border-radius, inherit);block-size:calc(100% + var(--focus-block-size-addition, 4px));content:"";inline-size:calc(100% + var(--focus-block-size-addition, 4px));inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%)}';var wn=200,U=function(){};U.prototype.append=function(e){return e.length?(e=U.from(e),!this.length&&e||e.length<wn&&this.leafAppend(e)||this.length<wn&&e.leafPrepend(this)||this.appendInner(e)):this};U.prototype.prepend=function(e){return e.length?U.from(e).append(this):this};U.prototype.appendInner=function(e){return new qu(this,e)};U.prototype.slice=function(e,t){return e===void 0&&(e=0),t===void 0&&(t=this.length),e>=t?U.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))};U.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};U.prototype.forEach=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)};U.prototype.map=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length);var i=[];return this.forEach(function(o,s){return i.push(e(o,s))},t,n),i};U.from=function(e){return e instanceof U?e:e&&e.length?new pl(e):U.empty};var pl=function(r){function e(n){r.call(this),this.values=n}r&&(e.__proto__=r),e.prototype=Object.create(r&&r.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,o){return i==0&&o==this.length?this:new e(this.values.slice(i,o))},e.prototype.getInner=function(i){return this.values[i]},e.prototype.forEachInner=function(i,o,s,l){for(var a=o;a<s;a++)if(i(this.values[a],l+a)===!1)return!1},e.prototype.forEachInvertedInner=function(i,o,s,l){for(var a=o-1;a>=s;a--)if(i(this.values[a],l+a)===!1)return!1},e.prototype.leafAppend=function(i){if(this.length+i.length<=wn)return new e(this.values.concat(i.flatten()))},e.prototype.leafPrepend=function(i){if(this.length+i.length<=wn)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}(U);U.empty=new pl([]);var qu=function(r){function e(t,n){r.call(this),this.left=t,this.right=n,this.length=t.length+n.length,this.depth=Math.max(t.depth,n.depth)+1}return r&&(e.__proto__=r),e.prototype=Object.create(r&&r.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(n){return n<this.left.length?this.left.get(n):this.right.get(n-this.left.length)},e.prototype.forEachInner=function(n,i,o,s){var l=this.left.length;if(i<l&&this.left.forEachInner(n,i,Math.min(o,l),s)===!1||o>l&&this.right.forEachInner(n,Math.max(i-l,0),Math.min(this.length,o)-l,s+l)===!1)return!1},e.prototype.forEachInvertedInner=function(n,i,o,s){var l=this.left.length;if(i>l&&this.right.forEachInvertedInner(n,i-l,Math.max(o,l)-l,s+l)===!1||o<l&&this.left.forEachInvertedInner(n,Math.min(i,l),o,s)===!1)return!1},e.prototype.sliceInner=function(n,i){if(n==0&&i==this.length)return this;var o=this.left.length;return i<=o?this.left.slice(n,i):n>=o?this.right.slice(n-o,i-o):this.left.slice(n,o).append(this.right.slice(0,i-o))},e.prototype.leafAppend=function(n){var i=this.right.leafAppend(n);if(i)return new e(this.left,i)},e.prototype.leafPrepend=function(n){var i=this.left.leafPrepend(n);if(i)return new e(i,this.right)},e.prototype.appendInner=function(n){return this.left.depth>=Math.max(this.right.depth,n.depth)+1?new e(this.left,new e(this.right,n)):new e(this,n)},e}(U);const Ku=500;class xe{constructor(e,t){this.items=e,this.eventCount=t}popEvent(e,t){if(this.eventCount==0)return null;let n=this.items.length;for(;;n--)if(this.items.get(n-1).selection){--n;break}let i,o;t&&(i=this.remapping(n,this.items.length),o=i.maps.length);let s=e.tr,l,a,c=[],u=[];return this.items.forEach((d,f)=>{if(!d.step){i||(i=this.remapping(n,f+1),o=i.maps.length),o--,u.push(d);return}if(i){u.push(new Ee(d.map));let h=d.step.map(i.slice(o)),p;h&&s.maybeStep(h).doc&&(p=s.mapping.maps[s.mapping.maps.length-1],c.push(new Ee(p,void 0,void 0,c.length+u.length))),o--,p&&i.appendMap(p,o)}else s.maybeStep(d.step);if(d.selection)return l=i?d.selection.map(i.slice(o)):d.selection,a=new xe(this.items.slice(0,n).append(u.reverse().concat(c)),this.eventCount-1),!1},this.items.length,0),{remaining:a,transform:s,selection:l}}addTransform(e,t,n,i){let o=[],s=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 Ee(e.mapping.maps[u],d,t),h;(h=a&&a.merge(f))&&(f=h,u?o.pop():l=l.slice(0,l.length-1)),o.push(f),t&&(s++,t=void 0),i||(a=f)}let c=s-n.depth;return c>Gu&&(l=Ju(l,c),s-=c),new xe(l.append(o),s)}remapping(e,t){let n=new Jt;return this.items.forEach((i,o)=>{let s=i.mirrorOffset!=null&&o-i.mirrorOffset>=e?n.maps.length-i.mirrorOffset:void 0;n.appendMap(i.map,s)},e,t),n}addMaps(e){return this.eventCount==0?this:new xe(this.items.append(e.map(t=>new Ee(t))),this.eventCount)}rebased(e,t){if(!this.eventCount)return this;let n=[],i=Math.max(0,this.items.length-t),o=e.mapping,s=e.steps.length,l=this.eventCount;this.items.forEach(f=>{f.selection&&l--},i);let a=t;this.items.forEach(f=>{let h=o.getMirror(--a);if(h==null)return;s=Math.min(s,h);let p=o.maps[h];if(f.step){let b=e.steps[h].invert(e.docs[h]),y=f.selection&&f.selection.map(o.slice(a+1,h));y&&l++,n.push(new Ee(p,b,y))}else n.push(new Ee(p))},i);let c=[];for(let f=t;f<s;f++)c.push(new Ee(o.maps[f]));let u=this.items.slice(0,i).append(c).append(n),d=new xe(u,l);return d.emptyItemCount()>Ku&&(d=d.compress(this.items.length-n.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),n=t.maps.length,i=[],o=0;return this.items.forEach((s,l)=>{if(l>=e)i.push(s),s.selection&&o++;else if(s.step){let a=s.step.map(t.slice(n)),c=a&&a.getMap();if(n--,c&&t.appendMap(c,n),a){let u=s.selection&&s.selection.map(t.slice(n));u&&o++;let d=new Ee(c.invert(),a,u),f,h=i.length-1;(f=i.length&&i[h].merge(d))?i[h]=f:i.push(d)}}else s.map&&n--},this.items.length,0),new xe(U.from(i.reverse()),o)}}xe.empty=new xe(U.empty,0);function Ju(r,e){let t;return r.forEach((n,i)=>{if(n.selection&&e--==0)return t=i,!1}),r.slice(t)}class Ee{constructor(e,t,n,i){this.map=e,this.step=t,this.selection=n,this.mirrorOffset=i}merge(e){if(this.step&&e.step&&!e.selection){let t=e.step.merge(this.step);if(t)return new Ee(t.getMap().invert(),t,this.selection)}}}class We{constructor(e,t,n,i,o){this.done=e,this.undone=t,this.prevRanges=n,this.prevTime=i,this.prevComposition=o}}const Gu=20;function ju(r,e,t,n){let i=t.getMeta(st),o;if(i)return i.historyState;t.getMeta(ml)&&(r=new We(r.done,r.undone,null,0,-1));let s=t.getMeta("appendedTransaction");if(t.steps.length==0)return r;if(s&&s.getMeta(st))return s.getMeta(st).redo?new We(r.done.addTransform(t,void 0,n,yn(e)),r.undone,Ro(t.mapping.maps),r.prevTime,r.prevComposition):new We(r.done,r.undone.addTransform(t,void 0,n,yn(e)),null,r.prevTime,r.prevComposition);if(t.getMeta("addToHistory")!==!1&&!(s&&s.getMeta("addToHistory")===!1)){let l=t.getMeta("composition"),a=r.prevTime==0||!s&&r.prevComposition!=l&&(r.prevTime<(t.time||0)-n.newGroupDelay||!Yu(t,r.prevRanges)),c=s?hr(r.prevRanges,t.mapping):Ro(t.mapping.maps);return new We(r.done.addTransform(t,a?e.selection.getBookmark():void 0,n,yn(e)),xe.empty,c,t.time,l??r.prevComposition)}else return(o=t.getMeta("rebased"))?new We(r.done.rebased(t,o),r.undone.rebased(t,o),hr(r.prevRanges,t.mapping),r.prevTime,r.prevComposition):new We(r.done.addMaps(t.mapping.maps),r.undone.addMaps(t.mapping.maps),hr(r.prevRanges,t.mapping),r.prevTime,r.prevComposition)}function Yu(r,e){if(!e)return!1;if(!r.docChanged)return!0;let t=!1;return r.mapping.maps[0].forEach((n,i)=>{for(let o=0;o<e.length;o+=2)n<=e[o+1]&&i>=e[o]&&(t=!0)}),t}function Ro(r){let e=[];for(let t=r.length-1;t>=0&&e.length==0;t--)r[t].forEach((n,i,o,s)=>e.push(o,s));return e}function hr(r,e){if(!r)return null;let t=[];for(let n=0;n<r.length;n+=2){let i=e.map(r[n],1),o=e.map(r[n+1],-1);i<=o&&t.push(i,o)}return t}function Xu(r,e,t){let n=yn(e),i=st.get(e).spec.config,o=(t?r.undone:r.done).popEvent(e,n);if(!o)return null;let s=o.selection.resolve(o.transform.doc),l=(t?r.done:r.undone).addTransform(o.transform,e.selection.getBookmark(),i,n),a=new We(t?l:o.remaining,t?o.remaining:l,null,0,-1);return o.transform.setSelection(s).setMeta(st,{redo:t,historyState:a})}let pr=!1,Io=null;function yn(r){let e=r.plugins;if(Io!=e){pr=!1,Io=e;for(let t=0;t<e.length;t++)if(e[t].spec.historyPreserveItems){pr=!0;break}}return pr}function Zu(r){return r.setMeta(ml,!0)}const st=new ti("history"),ml=new ti("closeHistory");function Qu(r={}){return r={depth:r.depth||100,newGroupDelay:r.newGroupDelay||500},new B({key:st,state:{init(){return new We(xe.empty,xe.empty,null,0,-1)},apply(e,t,n){return ju(t,n,e,r)}},config:r,props:{handleDOMEvents:{beforeinput(e,t){let n=t.inputType,i=n=="historyUndo"?kn:n=="historyRedo"?Ut:null;return!i||!e.editable?!1:(t.preventDefault(),i(e.state,e.dispatch))}}}})}function gl(r,e){return(t,n)=>{let i=st.getState(t);if(!i||(r?i.undone:i.done).eventCount==0)return!1;if(n){let o=Xu(i,t,r);o&&n(e?o.scrollIntoView():o)}return!0}}const kn=gl(!1,!0),Ut=gl(!0,!0),Fo=r=>typeof r=="function",Pn=(r,e,t)=>[r,e,t];class Ln{constructor(e,t,n){this.view=e,this.rte=t,this.props=n,this.bindings=[]}evalProp(e){return Fo(e)?e(this):e}bindProp(e,t){if(e!==void 0)if(Fo(e)){const n=()=>t(e(this));this.bindings.push(n),n()}else t(e)}updateBindings(){for(const e of this.bindings)e()}bindToEl(e,t={},n=[],i=[]){for(const o in t)this.bindProp(t[o],s=>{e[o]=s});for(const[o,s,l]of n)s&&e.addEventListener(o,l(s));for(const o of i)e.appendChild(o)}}const he=(r,e)=>{const t=document.createElement("div");return r.bindToEl(t,{className:e.className,slot:e.slot},[],e.children),t},ed=(r,e)=>{const t=document.createElement("a");return r.bindToEl(t,{href:e.href,target:e.target,rel:e.rel,className:e.className},[],e.children),t},bl=new WeakMap,yl=(r,e)=>{const t=r.rte.createComponent(es.Tooltip);t.setAttribute("exportparts","vvd-theme-alternate"),r.bindToEl(t,{className:"ui-tooltip",text:e.label,placement:r.props.popupPlacement}),r.bindProp(e.enabled,i=>{i||(t.open=!1),t.anchor=i?e.anchor:void 0});const n=he(r,{className:"ui-tooltip-wrapper",slot:e.slot,children:[e.anchor,t]});return bl.set(n,e.anchor),n},_=(r,e)=>{const t=()=>r.evalProp(e.variant)??"toolbar",n=()=>t()==="toolbar"?"super-condensed":"condensed",i=()=>t()==="popover-primary"?"outlined":"ghost-light",o=()=>r.evalProp(e.active)?"filled":i(),s=()=>!!(r.evalProp(r.props.disabled)||r.evalProp(e.disabled)),l=r.rte.createComponent(ss.Button);return r.bindToEl(l,{size:n,appearance:o,disabled:s,icon:e.icon,autofocus:e.autofocus,connotation:e.connotation,[e.icon?"ariaLabel":"label"]:e.label},[Pn("click",e.onClick,a=>()=>{a()||r.view.focus()})]),yl(r,{enabled:()=>!!(r.evalProp(e.icon)&&!r.evalProp(e.noTooltip)&&!s()),label:e.label,anchor:l,slot:e.slot})},hi=(r,e)=>{const t=r.rte.createComponent(ts.Menu);r.bindToEl(t,{className:"ui-menu",autoDismiss:!0,ariaLabel:e.label,anchor:bl.get(e.trigger)??e.trigger,placement:r.props.popupPlacement,offset:()=>r.evalProp(r.props.menuOffset)??null},[],e.children);const n=document.createDocumentFragment();return n.appendChild(e.trigger),n.appendChild(t),n},td=(r,e)=>{const t=()=>!!(r.evalProp(r.props.disabled)||r.evalProp(e.disabled)),n=r.rte.createComponent(ns.MenuItem);return r.bindToEl(n,{text:e.text,checked:e.checked,disabled:t,controlType:"radio",checkedAppearance:"tick-only"},[Pn("change",e.onSelect,i=>()=>{n.checked&&!n.disabled&&r.evalProp(e.checked)!==n.checked&&(i(),r.view.focus())})]),n},nd=(r,e)=>he(r,{className:"ui-button-group",children:e.children});function rd(r,e){const{from:t,$from:n,to:i,empty:o}=r.selection;return o?!!e.isInSet(r.storedMarks||n.marks()):r.doc.rangeHasMark(t,i,e)}const tn=(r,e)=>_(r,{label:e.label,icon:e.icon,active:()=>rd(r.view.state,e.markType),disabled:()=>!Be(e.markType)(r.view.state),onClick:()=>{Be(e.markType)(r.view.state,r.view.dispatch)}}),id=(r,e)=>{const t=()=>!!(r.evalProp(r.props.disabled)||r.evalProp(e.disabled)),n=r.rte.createComponent(Jr.ListboxOption);return r.bindToEl(n,{value:e.value,text:e.text,disabled:t}),n},od=(r,e)=>{const t=()=>!!r.evalProp(r.props.disabled),n=r.rte.createComponent(Qo.Select);n.setAttribute("data-class","ui-select"),r.bindToEl(n,{placeholder:" ",ariaLabel:e.label,appearance:"ghost",disabled:t},[Pn("change",e.onSelect,o=>()=>{const s=n.value;s&&(o(s),r.view.focus())})],e.children),queueMicrotask(()=>{r.bindProp(e.value,o=>n.value=o)});let i=!1;return n.addEventListener("vwc-popup:open",()=>{i=!0,r.updateBindings()}),n.addEventListener("vwc-popup:close",()=>{i=!1,r.updateBindings()}),yl(r,{enabled:()=>!i&&!t(),label:e.label,anchor:n})},_r=r=>{const e=r.rte.createComponent(jl.Divider);return r.bindToEl(e,{className:"ui-divider",orientation:"vertical"}),e},Po=(r,e)=>{const t=r.rte.createComponent(rs.TextField);return r.bindToEl(t,{label:e.label,value:e.value,placeholder:e.placeholder,slot:e.slot,autofocus:e.autofocus,type:e.type},[Pn("input",e.onInput,n=>()=>{n(t.value)})]),t},Lo=(r,e)=>{const t=document.createTextNode("");return r.bindToEl(t,{textContent:e.text}),t},sd=(r,e)=>{const t=document.createElement("slot");t.name=e.name;let n=null;const i=[];function o(){for(const{el:a,type:c,handler:u}of i)a.removeEventListener(c,u);i.length=0,n=null}for(const[a,c]of Object.entries(e.assignedProps))r.bindProp(c,u=>{n&&(n[a]=u)});function s(a){for(const[c,u]of Object.entries(e.assignedProps))a[c]=r.evalProp(u);for(const[c,u]of Object.entries(e.assignedEvents)){const d=f=>{u(f),r.view.focus()};a.addEventListener(c,d),i.push({el:a,type:c,handler:d})}}const l=()=>{const c=t.assignedElements({flatten:!0})[0];c!==n&&(o(),c&&(n=c,s(c)))};return t.addEventListener("slotchange",l),queueMicrotask(l),t};class ld extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteHistoryFeature"}getPlugins(){return[this.contribution(Qu()),this.contribution(j({"Mod-z":kn,"Ctrl-y":Ut,"Cmd-Z":Ut}))]}getToolbarItems(){return[this.contribution({section:"history",render:e=>_(e,{label:t=>t.rte.getLocale().richTextEditor.undo,icon:"undo-line",disabled:t=>!kn(t.view.state),onClick:()=>{const{state:t,dispatch:n}=e.view;kn(t,n)}})},1),this.contribution({section:"history",render:e=>_(e,{label:t=>t.rte.getLocale().richTextEditor.redo,icon:"redo-line",disabled:t=>!Ut(t.view.state),onClick:()=>{const{state:t,dispatch:n}=e.view;Ut(t,n)}})},2)]}}class ad extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteForeignHtmlFeature"}getPlugins(e){return[this.contribution(new B({props:{transformPastedHTML:t=>e.foreignHtmlParser[m.impl].transform(t),clipboardParser:e.foreignHtmlParser[m.impl].parser,clipboardSerializer:e.foreignHtmlSerializer[m.impl].serializer}}))]}}const cd=r=>{if(!(r.parentOffset===r.parent.content.size))return null;const t=r.nodeBefore;return t&&t.isInline&&t.isAtom&&!t.isText?{}:null};class ud extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteCursorFix"}getPlugins(e){const t=[cd];for(const n of Object.values(e.schema.marks)){const i=n.spec;i.cursorFix&&t.push(i.cursorFix)}return[this.contribution(new B({props:{decorations:n=>{const{$cursor:i}=n.selection;if(!i)return null;let o=null;for(const s of t){const l=s(i,n);l&&Object.assign(o??={},l)}return o?v.create(n.doc,[W.widget(i.pos,()=>{const s=document.createElement("span");s.textContent="";for(const[l,a]of Object.entries(o))s.style.setProperty(l,a);return s},{side:-1})]):null}}}))]}}const Kt=new B({state:{init(){return null},apply(r,e){const t=r.getMeta(Kt);return t||e}}});class dd extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteCore",this.disabled=new hl(!1)}getStyles(){return[this.contribution(Iu),this.contribution($u),this.contribution(Uu)]}getPlugins(e){const t=Fn(il,ol,sl,ll((n,i,o)=>i?{type:fl(o.node(o.depth-1).contentMatchAt(o.indexAfter(o.depth-1))),attrs:e.textblockAttrs.extractFromNode(n)}:{type:n.type,attrs:n.attrs}));return[this.contribution(this.disabled.plugin),this.contribution(new B({props:{editable:()=>!this.disabled.getValue(e),handleDOMEvents:{click:(n,i)=>this.disabled.getValue(e)?(i.preventDefault(),!0):!1}},view:n=>{const i=n.dom.getRootNode().querySelector(".popovers"),o=()=>{i.classList.toggle("popovers--disabled",this.disabled.getValue(e))};return o(),{update:()=>{o()}}}})),this.contribution(j({...Ru,Enter:t,"Shift-Enter":t})),this.contribution(Fu()),this.contribution(Bu()),this.contribution(Kt)]}getFeatures(){return[this,new ld,new ad,new ud]}}/*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */const{entries:kl,setPrototypeOf:zo,isFrozen:fd,getPrototypeOf:hd,getOwnPropertyDescriptor:pd}=Object;let{freeze:ce,seal:Se,create:Vr}=Object,{apply:Hr,construct:Wr}=typeof Reflect<"u"&&Reflect;ce||(ce=function(e){return e});Se||(Se=function(e){return e});Hr||(Hr=function(e,t){for(var n=arguments.length,i=new Array(n>2?n-2:0),o=2;o<n;o++)i[o-2]=arguments[o];return e.apply(t,i)});Wr||(Wr=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return new e(...n)});const hn=ue(Array.prototype.forEach),md=ue(Array.prototype.lastIndexOf),Bo=ue(Array.prototype.pop),Pt=ue(Array.prototype.push),gd=ue(Array.prototype.splice),Sn=ue(String.prototype.toLowerCase),mr=ue(String.prototype.toString),gr=ue(String.prototype.match),Lt=ue(String.prototype.replace),bd=ue(String.prototype.indexOf),yd=ue(String.prototype.trim),Me=ue(Object.prototype.hasOwnProperty),oe=ue(RegExp.prototype.test),zt=kd(TypeError);function ue(r){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return Hr(r,e,n)}}function kd(r){return function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Wr(r,t)}}function x(r,e){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Sn;zo&&zo(r,null);let n=e.length;for(;n--;){let i=e[n];if(typeof i=="string"){const o=t(i);o!==i&&(fd(e)||(e[n]=o),i=o)}r[i]=!0}return r}function Sd(r){for(let e=0;e<r.length;e++)Me(r,e)||(r[e]=null);return r}function Ie(r){const e=Vr(null);for(const[t,n]of kl(r))Me(r,t)&&(Array.isArray(n)?e[t]=Sd(n):n&&typeof n=="object"&&n.constructor===Object?e[t]=Ie(n):e[t]=n);return e}function Bt(r,e){for(;r!==null;){const n=pd(r,e);if(n){if(n.get)return ue(n.get);if(typeof n.value=="function")return ue(n.value)}r=hd(r)}function t(){return null}return t}const _o=ce(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),br=ce(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),yr=ce(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Td=ce(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),kr=ce(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Cd=ce(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Vo=ce(["#text"]),Ho=ce(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Sr=ce(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Wo=ce(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),pn=ce(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Md=Se(/\{\{[\w\W]*|[\w\W]*\}\}/gm),xd=Se(/<%[\w\W]*|[\w\W]*%>/gm),Od=Se(/\$\{[\w\W]*/gm),Ed=Se(/^data-[\-\w.\u00B7-\uFFFF]+$/),Dd=Se(/^aria-[\-\w]+$/),Sl=Se(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),wd=Se(/^(?:\w+script|data):/i),Nd=Se(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Tl=Se(/^html$/i),vd=Se(/^[a-z][.\w]*(-[.\w]+)+$/i);var Uo=Object.freeze({__proto__:null,ARIA_ATTR:Dd,ATTR_WHITESPACE:Nd,CUSTOM_ELEMENT:vd,DATA_ATTR:Ed,DOCTYPE_NAME:Tl,ERB_EXPR:xd,IS_ALLOWED_URI:Sl,IS_SCRIPT_OR_DATA:wd,MUSTACHE_EXPR:Md,TMPLIT_EXPR:Od});const _t={element:1,text:3,progressingInstruction:7,comment:8,document:9},Ad=function(){return typeof window>"u"?null:window},Rd=function(e,t){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let n=null;const i="data-tt-policy-suffix";t&&t.hasAttribute(i)&&(n=t.getAttribute(i));const o="dompurify"+(n?"#"+n:"");try{return e.createPolicy(o,{createHTML(s){return s},createScriptURL(s){return s}})}catch{return console.warn("TrustedTypes policy "+o+" could not be created."),null}},$o=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function Cl(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Ad();const e=C=>Cl(C);if(e.version="3.3.0",e.removed=[],!r||!r.document||r.document.nodeType!==_t.document||!r.Element)return e.isSupported=!1,e;let{document:t}=r;const n=t,i=n.currentScript,{DocumentFragment:o,HTMLTemplateElement:s,Node:l,Element:a,NodeFilter:c,NamedNodeMap:u=r.NamedNodeMap||r.MozNamedAttrMap,HTMLFormElement:d,DOMParser:f,trustedTypes:h}=r,p=a.prototype,b=Bt(p,"cloneNode"),y=Bt(p,"remove"),T=Bt(p,"nextSibling"),A=Bt(p,"childNodes"),w=Bt(p,"parentNode");if(typeof s=="function"){const C=t.createElement("template");C.content&&C.content.ownerDocument&&(t=C.content.ownerDocument)}let N,Ce="";const{implementation:_e,createNodeIterator:E,createDocumentFragment:P,getElementsByTagName:Y}=t,{importNode:Bn}=n;let ie=$o();e.isSupported=typeof kl=="function"&&typeof w=="function"&&_e&&_e.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:_n,ERB_EXPR:Vn,TMPLIT_EXPR:Hn,DATA_ATTR:Pl,ARIA_ATTR:Ll,IS_SCRIPT_OR_DATA:zl,ATTR_WHITESPACE:yi,CUSTOM_ELEMENT:Bl}=Uo;let{IS_ALLOWED_URI:ki}=Uo,V=null;const Si=x({},[..._o,...br,...yr,...kr,...Vo]);let $=null;const Ti=x({},[...Ho,...Sr,...Wo,...pn]);let F=Object.seal(Vr(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),At=null,Wn=null;const dt=Object.seal(Vr(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Ci=!0,Un=!0,Mi=!1,xi=!0,ft=!1,rn=!0,Qe=!1,$n=!1,qn=!1,ht=!1,on=!1,sn=!1,Oi=!0,Ei=!1;const _l="user-content-";let Kn=!0,Rt=!1,pt={},mt=null;const Di=x({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let wi=null;const Ni=x({},["audio","video","img","source","image","track"]);let Jn=null;const vi=x({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ln="http://www.w3.org/1998/Math/MathML",an="http://www.w3.org/2000/svg",Ne="http://www.w3.org/1999/xhtml";let gt=Ne,Gn=!1,jn=null;const Vl=x({},[ln,an,Ne],mr);let cn=x({},["mi","mo","mn","ms","mtext"]),un=x({},["annotation-xml"]);const Hl=x({},["title","style","font","a","script"]);let It=null;const Wl=["application/xhtml+xml","text/html"],Ul="text/html";let H=null,bt=null;const $l=t.createElement("form"),Ai=function(g){return g instanceof RegExp||g instanceof Function},Yn=function(){let g=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(bt&&bt===g)){if((!g||typeof g!="object")&&(g={}),g=Ie(g),It=Wl.indexOf(g.PARSER_MEDIA_TYPE)===-1?Ul:g.PARSER_MEDIA_TYPE,H=It==="application/xhtml+xml"?mr:Sn,V=Me(g,"ALLOWED_TAGS")?x({},g.ALLOWED_TAGS,H):Si,$=Me(g,"ALLOWED_ATTR")?x({},g.ALLOWED_ATTR,H):Ti,jn=Me(g,"ALLOWED_NAMESPACES")?x({},g.ALLOWED_NAMESPACES,mr):Vl,Jn=Me(g,"ADD_URI_SAFE_ATTR")?x(Ie(vi),g.ADD_URI_SAFE_ATTR,H):vi,wi=Me(g,"ADD_DATA_URI_TAGS")?x(Ie(Ni),g.ADD_DATA_URI_TAGS,H):Ni,mt=Me(g,"FORBID_CONTENTS")?x({},g.FORBID_CONTENTS,H):Di,At=Me(g,"FORBID_TAGS")?x({},g.FORBID_TAGS,H):Ie({}),Wn=Me(g,"FORBID_ATTR")?x({},g.FORBID_ATTR,H):Ie({}),pt=Me(g,"USE_PROFILES")?g.USE_PROFILES:!1,Ci=g.ALLOW_ARIA_ATTR!==!1,Un=g.ALLOW_DATA_ATTR!==!1,Mi=g.ALLOW_UNKNOWN_PROTOCOLS||!1,xi=g.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ft=g.SAFE_FOR_TEMPLATES||!1,rn=g.SAFE_FOR_XML!==!1,Qe=g.WHOLE_DOCUMENT||!1,ht=g.RETURN_DOM||!1,on=g.RETURN_DOM_FRAGMENT||!1,sn=g.RETURN_TRUSTED_TYPE||!1,qn=g.FORCE_BODY||!1,Oi=g.SANITIZE_DOM!==!1,Ei=g.SANITIZE_NAMED_PROPS||!1,Kn=g.KEEP_CONTENT!==!1,Rt=g.IN_PLACE||!1,ki=g.ALLOWED_URI_REGEXP||Sl,gt=g.NAMESPACE||Ne,cn=g.MATHML_TEXT_INTEGRATION_POINTS||cn,un=g.HTML_INTEGRATION_POINTS||un,F=g.CUSTOM_ELEMENT_HANDLING||{},g.CUSTOM_ELEMENT_HANDLING&&Ai(g.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(F.tagNameCheck=g.CUSTOM_ELEMENT_HANDLING.tagNameCheck),g.CUSTOM_ELEMENT_HANDLING&&Ai(g.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(F.attributeNameCheck=g.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),g.CUSTOM_ELEMENT_HANDLING&&typeof g.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(F.allowCustomizedBuiltInElements=g.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ft&&(Un=!1),on&&(ht=!0),pt&&(V=x({},Vo),$=[],pt.html===!0&&(x(V,_o),x($,Ho)),pt.svg===!0&&(x(V,br),x($,Sr),x($,pn)),pt.svgFilters===!0&&(x(V,yr),x($,Sr),x($,pn)),pt.mathMl===!0&&(x(V,kr),x($,Wo),x($,pn))),g.ADD_TAGS&&(typeof g.ADD_TAGS=="function"?dt.tagCheck=g.ADD_TAGS:(V===Si&&(V=Ie(V)),x(V,g.ADD_TAGS,H))),g.ADD_ATTR&&(typeof g.ADD_ATTR=="function"?dt.attributeCheck=g.ADD_ATTR:($===Ti&&($=Ie($)),x($,g.ADD_ATTR,H))),g.ADD_URI_SAFE_ATTR&&x(Jn,g.ADD_URI_SAFE_ATTR,H),g.FORBID_CONTENTS&&(mt===Di&&(mt=Ie(mt)),x(mt,g.FORBID_CONTENTS,H)),Kn&&(V["#text"]=!0),Qe&&x(V,["html","head","body"]),V.table&&(x(V,["tbody"]),delete At.tbody),g.TRUSTED_TYPES_POLICY){if(typeof g.TRUSTED_TYPES_POLICY.createHTML!="function")throw zt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof g.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw zt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');N=g.TRUSTED_TYPES_POLICY,Ce=N.createHTML("")}else N===void 0&&(N=Rd(h,i)),N!==null&&typeof Ce=="string"&&(Ce=N.createHTML(""));ce&&ce(g),bt=g}},Ri=x({},[...br,...yr,...Td]),Ii=x({},[...kr,...Cd]),ql=function(g){let k=w(g);(!k||!k.tagName)&&(k={namespaceURI:gt,tagName:"template"});const S=Sn(g.tagName),R=Sn(k.tagName);return jn[g.namespaceURI]?g.namespaceURI===an?k.namespaceURI===Ne?S==="svg":k.namespaceURI===ln?S==="svg"&&(R==="annotation-xml"||cn[R]):!!Ri[S]:g.namespaceURI===ln?k.namespaceURI===Ne?S==="math":k.namespaceURI===an?S==="math"&&un[R]:!!Ii[S]:g.namespaceURI===Ne?k.namespaceURI===an&&!un[R]||k.namespaceURI===ln&&!cn[R]?!1:!Ii[S]&&(Hl[S]||!Ri[S]):!!(It==="application/xhtml+xml"&&jn[g.namespaceURI]):!1},Oe=function(g){Pt(e.removed,{element:g});try{w(g).removeChild(g)}catch{y(g)}},et=function(g,k){try{Pt(e.removed,{attribute:k.getAttributeNode(g),from:k})}catch{Pt(e.removed,{attribute:null,from:k})}if(k.removeAttribute(g),g==="is")if(ht||on)try{Oe(k)}catch{}else try{k.setAttribute(g,"")}catch{}},Fi=function(g){let k=null,S=null;if(qn)g="<remove></remove>"+g;else{const L=gr(g,/^[\r\n\t ]+/);S=L&&L[0]}It==="application/xhtml+xml"&>===Ne&&(g='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+g+"</body></html>");const R=N?N.createHTML(g):g;if(gt===Ne)try{k=new f().parseFromString(R,It)}catch{}if(!k||!k.documentElement){k=_e.createDocument(gt,"template",null);try{k.documentElement.innerHTML=Gn?Ce:R}catch{}}const X=k.body||k.documentElement;return g&&S&&X.insertBefore(t.createTextNode(S),X.childNodes[0]||null),gt===Ne?Y.call(k,Qe?"html":"body")[0]:Qe?k.documentElement:X},Pi=function(g){return E.call(g.ownerDocument||g,g,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT|c.SHOW_PROCESSING_INSTRUCTION|c.SHOW_CDATA_SECTION,null)},Xn=function(g){return g instanceof d&&(typeof g.nodeName!="string"||typeof g.textContent!="string"||typeof g.removeChild!="function"||!(g.attributes instanceof u)||typeof g.removeAttribute!="function"||typeof g.setAttribute!="function"||typeof g.namespaceURI!="string"||typeof g.insertBefore!="function"||typeof g.hasChildNodes!="function")},Li=function(g){return typeof l=="function"&&g instanceof l};function ve(C,g,k){hn(C,S=>{S.call(e,g,k,bt)})}const zi=function(g){let k=null;if(ve(ie.beforeSanitizeElements,g,null),Xn(g))return Oe(g),!0;const S=H(g.nodeName);if(ve(ie.uponSanitizeElement,g,{tagName:S,allowedTags:V}),rn&&g.hasChildNodes()&&!Li(g.firstElementChild)&&oe(/<[/\w!]/g,g.innerHTML)&&oe(/<[/\w!]/g,g.textContent)||g.nodeType===_t.progressingInstruction||rn&&g.nodeType===_t.comment&&oe(/<[/\w]/g,g.data))return Oe(g),!0;if(!(dt.tagCheck instanceof Function&&dt.tagCheck(S))&&(!V[S]||At[S])){if(!At[S]&&_i(S)&&(F.tagNameCheck instanceof RegExp&&oe(F.tagNameCheck,S)||F.tagNameCheck instanceof Function&&F.tagNameCheck(S)))return!1;if(Kn&&!mt[S]){const R=w(g)||g.parentNode,X=A(g)||g.childNodes;if(X&&R){const L=X.length;for(let de=L-1;de>=0;--de){const Ae=b(X[de],!0);Ae.__removalCount=(g.__removalCount||0)+1,R.insertBefore(Ae,T(g))}}}return Oe(g),!0}return g instanceof a&&!ql(g)||(S==="noscript"||S==="noembed"||S==="noframes")&&oe(/<\/no(script|embed|frames)/i,g.innerHTML)?(Oe(g),!0):(ft&&g.nodeType===_t.text&&(k=g.textContent,hn([_n,Vn,Hn],R=>{k=Lt(k,R," ")}),g.textContent!==k&&(Pt(e.removed,{element:g.cloneNode()}),g.textContent=k)),ve(ie.afterSanitizeElements,g,null),!1)},Bi=function(g,k,S){if(Oi&&(k==="id"||k==="name")&&(S in t||S in $l))return!1;if(!(Un&&!Wn[k]&&oe(Pl,k))){if(!(Ci&&oe(Ll,k))){if(!(dt.attributeCheck instanceof Function&&dt.attributeCheck(k,g))){if(!$[k]||Wn[k]){if(!(_i(g)&&(F.tagNameCheck instanceof RegExp&&oe(F.tagNameCheck,g)||F.tagNameCheck instanceof Function&&F.tagNameCheck(g))&&(F.attributeNameCheck instanceof RegExp&&oe(F.attributeNameCheck,k)||F.attributeNameCheck instanceof Function&&F.attributeNameCheck(k,g))||k==="is"&&F.allowCustomizedBuiltInElements&&(F.tagNameCheck instanceof RegExp&&oe(F.tagNameCheck,S)||F.tagNameCheck instanceof Function&&F.tagNameCheck(S))))return!1}else if(!Jn[k]){if(!oe(ki,Lt(S,yi,""))){if(!((k==="src"||k==="xlink:href"||k==="href")&&g!=="script"&&bd(S,"data:")===0&&wi[g])){if(!(Mi&&!oe(zl,Lt(S,yi,"")))){if(S)return!1}}}}}}}return!0},_i=function(g){return g!=="annotation-xml"&&gr(g,Bl)},Vi=function(g){ve(ie.beforeSanitizeAttributes,g,null);const{attributes:k}=g;if(!k||Xn(g))return;const S={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:$,forceKeepAttr:void 0};let R=k.length;for(;R--;){const X=k[R],{name:L,namespaceURI:de,value:Ae}=X,yt=H(L),Zn=Ae;let q=L==="value"?Zn:yd(Zn);if(S.attrName=yt,S.attrValue=q,S.keepAttr=!0,S.forceKeepAttr=void 0,ve(ie.uponSanitizeAttribute,g,S),q=S.attrValue,Ei&&(yt==="id"||yt==="name")&&(et(L,g),q=_l+q),rn&&oe(/((--!?|])>)|<\/(style|title|textarea)/i,q)){et(L,g);continue}if(yt==="attributename"&&gr(q,"href")){et(L,g);continue}if(S.forceKeepAttr)continue;if(!S.keepAttr){et(L,g);continue}if(!xi&&oe(/\/>/i,q)){et(L,g);continue}ft&&hn([_n,Vn,Hn],Wi=>{q=Lt(q,Wi," ")});const Hi=H(g.nodeName);if(!Bi(Hi,yt,q)){et(L,g);continue}if(N&&typeof h=="object"&&typeof h.getAttributeType=="function"&&!de)switch(h.getAttributeType(Hi,yt)){case"TrustedHTML":{q=N.createHTML(q);break}case"TrustedScriptURL":{q=N.createScriptURL(q);break}}if(q!==Zn)try{de?g.setAttributeNS(de,L,q):g.setAttribute(L,q),Xn(g)?Oe(g):Bo(e.removed)}catch{et(L,g)}}ve(ie.afterSanitizeAttributes,g,null)},Kl=function C(g){let k=null;const S=Pi(g);for(ve(ie.beforeSanitizeShadowDOM,g,null);k=S.nextNode();)ve(ie.uponSanitizeShadowNode,k,null),zi(k),Vi(k),k.content instanceof o&&C(k.content);ve(ie.afterSanitizeShadowDOM,g,null)};return e.sanitize=function(C){let g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},k=null,S=null,R=null,X=null;if(Gn=!C,Gn&&(C="<!-->"),typeof C!="string"&&!Li(C))if(typeof C.toString=="function"){if(C=C.toString(),typeof C!="string")throw zt("dirty is not a string, aborting")}else throw zt("toString is not a function");if(!e.isSupported)return C;if($n||Yn(g),e.removed=[],typeof C=="string"&&(Rt=!1),Rt){if(C.nodeName){const Ae=H(C.nodeName);if(!V[Ae]||At[Ae])throw zt("root node is forbidden and cannot be sanitized in-place")}}else if(C instanceof l)k=Fi("<!---->"),S=k.ownerDocument.importNode(C,!0),S.nodeType===_t.element&&S.nodeName==="BODY"||S.nodeName==="HTML"?k=S:k.appendChild(S);else{if(!ht&&!ft&&!Qe&&C.indexOf("<")===-1)return N&&sn?N.createHTML(C):C;if(k=Fi(C),!k)return ht?null:sn?Ce:""}k&&qn&&Oe(k.firstChild);const L=Pi(Rt?C:k);for(;R=L.nextNode();)zi(R),Vi(R),R.content instanceof o&&Kl(R.content);if(Rt)return C;if(ht){if(on)for(X=P.call(k.ownerDocument);k.firstChild;)X.appendChild(k.firstChild);else X=k;return($.shadowroot||$.shadowrootmode)&&(X=Bn.call(n,X,!0)),X}let de=Qe?k.outerHTML:k.innerHTML;return Qe&&V["!doctype"]&&k.ownerDocument&&k.ownerDocument.doctype&&k.ownerDocument.doctype.name&&oe(Tl,k.ownerDocument.doctype.name)&&(de="<!DOCTYPE "+k.ownerDocument.doctype.name+`>
|
|
8
|
+
`+de),ft&&hn([_n,Vn,Hn],Ae=>{de=Lt(de,Ae," ")}),N&&sn?N.createHTML(de):de},e.setConfig=function(){let C=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Yn(C),$n=!0},e.clearConfig=function(){bt=null,$n=!1},e.isValidAttribute=function(C,g,k){bt||Yn({});const S=H(C),R=H(g);return Bi(S,R,k)},e.addHook=function(C,g){typeof g=="function"&&Pt(ie[C],g)},e.removeHook=function(C,g){if(g!==void 0){const k=md(ie[C],g);return k===-1?void 0:gd(ie[C],k,1)[0]}return Bo(ie[C])},e.removeHooks=function(C){ie[C]=[]},e.removeAllHooks=function(){ie=$o()},e}var zn=Cl();const Id=/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.-]+(?:[^a-z+.\-:]|$))/i,Fd=/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|blob):|[^a-z]|[a-z+.-]+(?:[^a-z+.\-:]|$))/i,Pd=/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g,pi={ALLOWED_URI_REGEXP:Fd},Ld=r=>{if(!Id.test(r.replace(Pd,"")))return"";const e=document.createElement("a");e.setAttribute("href",r);const t=zn.sanitize(e,{RETURN_DOM:!0,...pi}).querySelector("a");/* v8 ignore next -- since href is already validated it's probably always present @preserve */return t.getAttribute("href")??""},Ml=r=>{const e=document.createElement("img");return e.setAttribute("src",r),zn.sanitize(e,{RETURN_DOM:!0,...pi}).querySelector("img").getAttribute("src")??""},mi=r=>r.replace(/[;!].*/,""),Nn=r=>({...r}),zd=r=>({nodes:Object.fromEntries(Object.keys(r.nodes).map(e=>[e,(r.nodes[e].spec.parseDOM??[]).map(Nn)])),marks:Object.fromEntries(Object.keys(r.marks).map(e=>[e,(r.marks[e].spec.parseDOM??[]).map(Nn)]))});class xl{constructor(e,t){this[m.impl]=new Bd(e[m.impl],t)}parseDocument(e,t){return this[m.impl].parser.parse(this.parseHtml(e,t),{preserveWhitespace:!0}).toJSON()}parseFragment(e,t){return this[m.impl].parser.parseSlice(this.parseHtml(e,t),{preserveWhitespace:!0}).content.toJSON()??[]}parseHtml(e,t){const n=zn.sanitize(e,{RETURN_DOM:!0,...pi}),i=document.createDocumentFragment();return i.appendChild(n),t?.modifyDom?.(i),i}}class Bd{constructor(e,t){const n=zd(e.schema);t?.modifyParseRules?.(n),this.parser=_d(e.schema,n)}transform(e){return zn.sanitize(e)}}const _d=(r,{marks:e,nodes:t})=>{const n=[],i=s=>s.priority??50;function o(s){let l=0;for(;l<n.length;l++){const a=n[l];if(i(a)<i(s))break}n.splice(l,0,s)}for(const s in e)e[s]?.forEach(l=>{o(l=Nn(l)),l.mark||l.ignore||l.clearMark||(l.mark=s)});for(const s in t)t[s]?.forEach(l=>{o(l=Nn(l)),l.node||l.ignore||l.mark||(l.node=s)});return new m.DOMParser(r,n)};class Ol{constructor(e,t){this[m.impl]=new gi(e[m.impl],t)}serializeDocument(e,t){return this[m.impl].serializeFragment(e.content,t)}serializeFragment(e,t){return this[m.impl].serializeFragment(e,t)}}class gi{constructor(e,t){this.config=e;const n=gi.domSerializersFromSchema(e.schema);Object.assign(n.nodes,t?.serializers?.nodes??{}),Object.assign(n.marks,t?.serializers?.marks??{}),this.serializer=new m.DOMSerializer(n.nodes,n.marks)}static domSerializersFromSchema(e){const t={nodes:{},marks:{}};for(const n in e.marks){const i=e.marks[n].spec.toDOM;i&&(t.marks[n]=i)}for(const n in e.nodes){const i=e.nodes[n].spec.serializeToDOM??e.nodes[n].spec.toDOM;i&&(t.nodes[n]=i)}return t.nodes.text=n=>document.createTextNode(n.text),t}serializeFragment(e,t){const n=m.Fragment.fromJSON(this.config.schema,e),i=this.serializer.serializeFragment(n),o=document.createDocumentFragment();o.appendChild(i),t?.modifyDom?.(o);const s=document.createElement("div");return s.appendChild(o),s.innerHTML}}const El=(r,e)=>{const t=r.topNodeType.createAndFill(null,e?m.Fragment.fromJSON(r,e.content):null);if(!t)throw new Error("Document could not be parsed");return t.check(),t};class Vd{constructor(e,t){this.options=t,this.feature=(n,i)=>this[m.impl].getPublicInterface(n,i),this[m.impl]=new Hd(this,e,t)}getDocument(){return this[m.impl].state.doc.toJSON()}reset(e){this[m.impl].reset(e)}replaceSelection(e,t){const{state:n,tr:i,schema:o,dispatchTransaction:s}=this[m.impl];i.replaceSelection(new m.Slice(m.Fragment.fromJSON(o,e),0,0)),i.doc.check();const l=i.doc.resolve(i.mapping.map(n.selection.from)),a=i.doc.resolve(i.selection.to),[c,u]=t?.cursorPlacement==="start"?[l,a]:[a,l];t?.selectContent?i.setSelection(n.selection instanceof G?new G(i.doc):O.between(u,c)):i.setSelection(O.between(c,c)),s(i)}replaceDocument(e,t){const{state:n,tr:i,schema:o,dispatchTransaction:s}=this[m.impl];i.replaceWith(0,n.doc.content.size,El(o,e)),t?.selectContent?i.setSelection(new G(i.doc)):t?.cursorPlacement==="end"?i.setSelection(O.atEnd(i.doc)):i.setSelection(O.atStart(i.doc)),s(i)}}class Hd{constructor(e,t,n){this.options=n,this.view=null,this.dispatchTransaction=o=>{const s=this.state;return this.state=this.state.apply(o),this.view?.updateState(this.state),s.doc!==this.state.doc&&this.options?.onChange?.(),this.state},this.facade=e;const i=t[m.impl];this.config=i,this.schema=i.schema,this.textblockAttrs=i.textblockAttrs,this.features=i.features,this.foreignHtmlParser=n?.foreignHtmlParser??new xl(t),this.foreignHtmlSerializer=n?.foreignHtmlSerializer??new Ol(t),this.styles=new ne.ElementStyles(m.sortedContributions(i.features.flatMap(o=>o.getStyles()))),this.initState(n?.initialDocument)}getFeature(e){const t=this.config.featureMap.get(e);if(!t)throw new Error(`Feature not found: ${e}`);return t}getPublicInterface(e,t){const n=this.config.featureFacadesMap.get(e);if(!n||n.length===0)throw new Error("Feature not found");if(n[0].featureId!==void 0){if(t===void 0)throw new Error("No featureId provided for multi-instance feature.");const o=n.find(s=>s.featureId===t);if(!o)throw new Error(`Feature with id "${t}" not found`);return o.getPublicInterface(this)}if(t!==void 0)throw new Error("Feature does not support featureId");return n[0].getPublicInterface(this)}initState(e){this.state=Mt.create({doc:El(this.schema,e),schema:this.config.schema,plugins:m.sortedContributions(this.config.features.flatMap(t=>t.getPlugins(this)))})}reset(e){const t=Kt.getState(this.state);this.initState(e),this.updateHostState(t),this.view?.updateState(this.state)}createView(e){this.view=new Qs(e,{state:this.state,dispatchTransaction:this.dispatchTransaction})}destroyViewIfNeeded(){this.view&&(this.view.destroy(),this.view=null)}createComponent(e){return document.createElement(this.hostState().ctx.tagFor(e,!0))}getLocale(){return this.hostState().locale}get tr(){return this.state.tr}hostState(){const e=Kt.getState(this.state);if(!e)throw new Error("No host state available");return e}updateHostState(e){this.dispatchTransaction(this.tr.setMeta(Kt,e))}}var Wd=Object.defineProperty,Ud=(r,e,t,n)=>{for(var i=void 0,o=r.length-1,s;o>=0;o--)(s=r[o])&&(i=s(e,t,i)||i);return i&&Wd(e,t,i),i};class Dl extends Jl.WithObservableLocale(ne.VividElement){instanceChanged(e){e?.[m.impl].destroyViewIfNeeded(),this._initViewIfNeeded(),e?.[m.impl].styles.removeStylesFrom(this.shadowRoot),this.instance?.[m.impl].styles.addStylesTo(this.shadowRoot)}_initViewIfNeeded(){const e=this.instance?.[m.impl];e&&this.$fastController.isConnected&&!e.view&&(this._syncStateIfNeeded(),e.createView(this._editorEl))}_destroyViewIfNeeded(){this.instance?.[m.impl].destroyViewIfNeeded()}connectedCallback(){super.connectedCallback(),this._initViewIfNeeded()}disconnectedCallback(){super.disconnectedCallback(),this._destroyViewIfNeeded()}localeChanged(){this._syncStateIfNeeded()}_syncStateIfNeeded(){this.instance?.[m.impl].updateHostState({locale:this.locale,ctx:this._ctx})}}Ud([ne.observable],Dl.prototype,"instance");const $d=r=>ne.html`<template :_ctx="${()=>r}">
|
|
9
9
|
<div class="rte">
|
|
10
10
|
<div class="editor-viewport" ${Ui.ref("editorViewportElement")}>
|
|
11
11
|
<div class="editor-scroll-area">
|
|
@@ -28,4 +28,4 @@
|
|
|
28
28
|
exportparts="vvd-theme-alternate"
|
|
29
29
|
>
|
|
30
30
|
<slot></slot>
|
|
31
|
-
</${e}>`};class Te extends ne.VividElement{constructor(){super(...arguments),this.kind="default",this.anchorBlocksPopover=!1,this.onAnchorBlockPopoverChanged=()=>{this.anchorBlocksPopover=this.anchorEl?.dataset.blockPopover==="true"||!1},this.requestedOpenState=!1}static setBlockPopover(e,t){e.dataset.blockPopover=t?"true":"false";const n=new CustomEvent("block-popover-changed",{bubbles:!1,composed:!1});e.dispatchEvent(n)}anchorElChanged(e,t){e?.removeEventListener("block-popover-changed",this.onAnchorBlockPopoverChanged),t?.addEventListener("block-popover-changed",this.onAnchorBlockPopoverChanged),this.onAnchorBlockPopoverChanged()}anchorIdChanged(){this.updateAnchor()}updateAnchor(){this.anchorId&&this.isConnected?this.anchorEl=this.getRootNode().getElementById(this.anchorId)||void 0:this.anchorEl=void 0}requestOpenState(e){this.requestedOpenState=e}get open(){return this.requestedOpenState&&!!this.anchorEl&&!this.anchorBlocksPopover}#e;connectedCallback(){super.connectedCallback(),this.updateAnchor(),this.#e=new MutationObserver(e=>{e.some(t=>Array.from(t.addedNodes).some(n=>n instanceof HTMLElement&&n.id===this.anchorId))&&this.updateAnchor()}),this.#e.observe(this.getRootNode(),{childList:!0,subtree:!0})}disconnectedCallback(){super.disconnectedCallback(),this.#e.disconnect()}}ut([ne.observable],Te.prototype,"kind",2);ut([ne.observable],Te.prototype,"offset",2);ut([ne.observable],Te.prototype,"anchorBlocksPopover",2);ut([ne.observable],Te.prototype,"anchorEl",2);ut([ne.observable],Te.prototype,"anchorId",2);ut([ne.observable],Te.prototype,"requestedOpenState",2);ut([ne.volatile],Te.prototype,"open",1);const Gd=ne.defineVividComponent("rich-text-editor-popover",Te,Jd,[Tn.popupDefinition],{}),jd="h1,h2,h3,p{all:unset;display:block}h1:first-child,h2:first-child,h3:first-child,p:first-child{margin-block-start:0}h1:last-child,h2:last-child,h3:last-child,p:last-child{margin-block-end:0}p{font:var(--vvd-typography-base);font-variant-ligatures:unset;font-feature-settings:unset;line-height:20px;margin-block:16px}.heading-step-1{font:var(--vvd-typography-heading-4);font-variant-ligatures:unset;font-feature-settings:unset;line-height:28px;margin-block:24px 12px}.heading-step-2{font:var(--vvd-typography-heading-3);font-variant-ligatures:unset;font-feature-settings:unset;line-height:36px;margin-block:24px 12px}.heading-step-3{font:var(--vvd-typography-heading-2);font-variant-ligatures:unset;font-feature-settings:unset;line-height:42px;margin-block:32px 16px}";class Yd extends m.RteFeatureImpl{constructor(e){super(),this.enabledBlocks=e,this.name="RteBasicTextBlocks"}getStyles(){return[this.contribution(jd)]}getSchema(e,t){const n={};this.enabledBlocks.paragraph&&(n.paragraph={group:"block",content:"inline*",attrs:{...e.attrs},parseDOM:[{tag:"p",getAttrs:o=>e.fromDOM(o)}],marks:t.getAllowedMarksForNode("paragraph").join(" "),toDOM(o){return["p",{part:"node--paragraph",...e.getDOMAttrsProperties(o)},0]},serializeToDOM(o){return["p",...e.getDOMAttrs(o),0]}});let i=0;for(const o of[3,2,1]){const s=`heading${o}`,l=`h${o}`;if(!this.enabledBlocks[s])continue;i++;const a=i;n[s]={group:"block",content:"inline*",attrs:{...e.attrs},parseDOM:[{tag:l,getAttrs:c=>e.fromDOM(c)}],marks:t.getAllowedMarksForNode(s).join(" "),defining:!0,toDOM(c){return[l,{class:`heading-step-${a}`,part:`node--${s}`,...e.getDOMAttrsProperties(c)},0]},serializeToDOM(c){return[l,...e.getDOMAttrs(c),0]}}}return[this.contribution({nodes:n})]}getPlugins(e){const t={};this.enabledBlocks.paragraph&&(t["Mod-Alt-0"]=this.setBlockType(e,"paragraph"));for(const n of[1,2,3]){const i=`heading${n}`;this.enabledBlocks[i]&&(t[`Mod-Alt-${n}`]=this.setBlockType(e,i))}return[this.contribution(te(t))]}getCurrentBlockType(e){const{$from:t,$to:n}=e.selection,i=t.depth===0?e.doc.childAfter(t.pos).node:t.node(1),o=n.depth===0?e.doc.childBefore(n.pos).node:n.node(1);return i!==o||!(i.type.name in this.enabledBlocks)?null:i.type.name}setBlockType(e,t){return(n,i)=>{const{from:o,to:s}=n.selection,l=n.tr;let a=!1;return n.doc.nodesBetween(o,s,(c,u)=>(c.type.name in this.enabledBlocks&&(a=!0,l.setBlockType(u,u+c.nodeSize,n.schema.nodes[t],d=>e.textblockAttrs.extractFromNode(d))),!1)),a?(i?.(l),!0):!1}}}class Ze{constructor(e,t,n={}){this.match=e,this.match=e,this.handler=typeof t=="string"?Xd(t):t,this.undoable=n.undoable!==!1,this.inCode=n.inCode||!1,this.inCodeMark=n.inCodeMark!==!1}}function Xd(r){return function(e,t,n,i){let o=r;if(t[1]){let s=t[0].lastIndexOf(t[1]);o+=t[0].slice(s+t[1].length),n+=s;let l=n-i;l>0&&(o=t[0].slice(s-l,s)+o,n=i)}return e.tr.insertText(o,n,i)}}const Zd=500;function Qd({rules:r}){let e=new B({state:{init(){return null},apply(t,n){let i=t.getMeta(this);return i||(t.selectionSet||t.docChanged?null:n)}},props:{handleTextInput(t,n,i,o){return qo(t,n,i,o,r,e)},handleDOMEvents:{compositionend:t=>{setTimeout(()=>{let{$cursor:n}=t.state.selection;n&&qo(t,n.pos,n.pos,"",r,e)})}}},isInputRules:!0});return e}function qo(r,e,t,n,i,o){if(r.composing)return!1;let s=r.state,l=s.doc.resolve(e),a=l.parent.textBetween(Math.max(0,l.parentOffset-Zd),l.parentOffset,null,"")+n;for(let c=0;c<i.length;c++){let u=i[c];if(!u.inCodeMark&&l.marks().some(p=>p.type.spec.code))continue;if(l.parent.type.spec.code){if(!u.inCode)continue}else if(u.inCode==="only")continue;let d=u.match.exec(a);if(!d||d[0].length<n.length)continue;let f=e-(d[0].length-n.length);if(!u.inCodeMark){let p=!1;if(s.doc.nodesBetween(f,l.pos,b=>{b.isInline&&b.marks.some(y=>y.type.spec.code)&&(p=!0)}),p)continue}let h=u.handler(s,d,f,t);if(h)return u.undoable&&h.setMeta(o,{transform:h,from:e,to:t,text:n}),r.dispatch(h),!0}return!1}const ef=(r,e)=>{let t=r.plugins;for(let n=0;n<t.length;n++){let i=t[n],o;if(i.spec.isInputRules&&(o=i.getState(r))){if(e){let s=r.tr,l=o.transform;for(let a=l.steps.length-1;a>=0;a--)s.step(l.steps[a].invert(l.docs[a]));if(o.text){let a=s.doc.resolve(o.from).marks();s.replaceWith(o.from,o.to,r.schema.text(o.text,a))}else s.delete(o.from,o.to);e(s)}return!0}}return!1};new Ze(/--$/,"—",{inCodeMark:!1});new Ze(/\.\.\.$/,"…",{inCodeMark:!1});new Ze(/(?:^|[\s\{\[\(\<'"\u2018\u201C])(")$/,"“",{inCodeMark:!1});new Ze(/"$/,"”",{inCodeMark:!1});new Ze(/(?:^|[\s\{\[\(\<'"\u2018\u201C])(')$/,"‘",{inCodeMark:!1});new Ze(/'$/,"’",{inCodeMark:!1});const wl=r=>r.parent.textBetween(0,r.parentOffset,void 0,"");class tf extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteInputRulesFeature"}getPlugins(e){const t=m.sortedContributions(e.config.features.flatMap(s=>s.getInputRules(e)));if(t.length===0)return[];const n=[],i=t.map(s=>s.rule);n.push(this.contribution(Qd({rules:i}))),n.push(this.contribution(te({Backspace:ef}),m.contributionPriority.high));const o=t.filter(s=>s.enterHandler).map(s=>s.enterHandler);return o.length>0&&n.push(this.contribution(te({Enter:(s,l)=>{const{$cursor:a}=s.selection;if(!a)return!1;const c=wl(a);for(const{regex:u,handler:d}of o){const f=u.exec(c);if(!f)continue;const h=a.pos-a.parentOffset+f.index,p=h+f[0].length,b=d(s,f,h,p);b&&l?.(b);break}return!1}}),m.contributionPriority.highest)),n}}class nf extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RteBase"}getSchema(){return[this.contribution({nodes:{doc:{content:"block+"},text:{group:"inline"}}})]}getFeatures(){return[this,new dd,new Yd({heading1:this.config?.heading1??!1,heading2:this.config?.heading2??!1,heading3:this.config?.heading3??!1,paragraph:this.config?.paragraph??!0}),new tf]}getPublicInterface(e){const t=e.getFeature("RteCore");return{get disabled(){return t.disabled.getValue(e)},set disabled(n){t.disabled.setValue(e,n)}}}}const rf=m.featureFacade(nf);class of extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RteTextBlockPickerFeature"}getToolbarItems(e){const t=e.getFeature("RteBasicTextBlocks");return[this.contribution({section:"font",render:n=>od(n,{label:()=>n.rte.getLocale().richTextEditor.paragraphStyles,value:i=>t.getCurrentBlockType(i.view.state)??"",onSelect:i=>{const{state:o,dispatch:s}=n.view;t.setBlockType(e,i)(o,s)},children:this.config.options.map(i=>id(n,{text:i.label,value:i.node,disabled:()=>!t.setBlockType(e,i.node)(n.view.state)}))})},1)]}}const sf=m.featureFacade(of),lf=".toolbar{display:flex;flex-wrap:wrap;align-items:center;padding:4px;background-color:var(--vvd-color-neutral-50);gap:8px}.toolbar--hidden{display:none}";class af extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RteToolbarFeature",this.hidden=new hl(!1)}getStyles(){return[this.contribution(lf)]}getPlugins(e){const t=["history","font","text-style","textblock","insert"],n=new Map(t.map(o=>[o,[]]));for(const o of m.sortedContributions(e.features.flatMap(s=>s.getToolbarItems(e))))n.get(o.section).push(o);const i=e.getFeature("RteCore");return[this.contribution(this.hidden.plugin),this.contribution(new B({view:o=>{const s=new Ln(o,e,{popupPlacement:this.config?.popupDirection==="outward"?"bottom":"top",menuOffset:8,disabled:()=>i.disabled.getValue(e)}),l=o.dom.getRootNode().querySelector(".toolbar");s.bindProp(()=>this.hidden.getValue(e),c=>{l.classList.toggle("toolbar--hidden",c)});let a=!1;for(const c of t){const u=n.get(c);u.length&&a&&(l.appendChild(_r(s)),a=!1);for(const d of u)l.appendChild(d.render(s)),a=!0}return{update(){s.updateBindings()},destroy(){l.innerHTML=""}}}}))]}getPublicInterface(e){const t=this.hidden;return{get hidden(){return t.getValue(e)},set hidden(n){t.setValue(e,n)}}}}const cf=m.featureFacade(af),uf=".placeholder{display:contents}.placeholder:before{position:absolute;color:var(--vvd-color-neutral-600);content:attr(data-placeholder);font-size:var(--placeholder-font-size, inherit);inset-inline:var(--editor-padding-inline);line-height:inherit;pointer-events:none}";class df extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RtePlaceholderFeature"}getStyles(){return[this.contribution(uf)]}getPlugins(){const e=new B({props:{decorations:t=>{if(t.doc.nodeSize===4){const i=t.schema.marks.fontSize?.isInSet(t.storedMarks??[])?.attrs.size;return v.create(t.doc,[W.widget(1,()=>{const o=document.createElement("span");return o.className="placeholder",o.dataset.placeholder=this.config.text,i&&o.style.setProperty("--placeholder-font-size",i),o})])}return null}}});return[this.contribution(e)]}}const ff=m.featureFacade(df);class hf extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteHardBreakFeature"}getSchema(){return[this.contribution({nodes:{hardBreak:{inline:!0,group:"inline",selectable:!1,parseDOM:[{tag:"br"}],toDOM(){return["br"]}}}})]}getPlugins(e){const n={"Shift-Enter":(i,o)=>(o?.(i.tr.replaceSelectionWith(i.schema.nodes.hardBreak.create(),!0).scrollIntoView()),!0)};return[this.contribution(te(n))]}}const pf=m.featureFacade(hf),Cr=Symbol("mixedFontSize");class mf extends m.RteFeatureImpl{constructor(e){if(super(),this.config=e,this.name="RteFontSizePickerFeature",this.fontSizes=e.options,e.onBlocks){this.defaultFontSizeForNode={};for(const t of e.onBlocks)this.defaultFontSizeForNode[t.node]=t.defaultSize??null}}getTextblockMarks(){return this.config?.onBlocks?this.config.onBlocks.map(e=>this.contribution({markName:"fontSize",onNodeName:e.node})):[this.contribution({markName:"fontSize"})]}getSchema(){const e={attrs:{size:{validate:"string"}},parseDOM:[{tag:"span[style*='font-size']",getAttrs:t=>{const i=t.getAttribute("style").match(/font-size:\s*([^;]+)/)?.[1]?.trim();return i?{size:i}:!1}}],toDOM:t=>["span",{style:`font-size: ${mi(t.attrs.size)};`},0],cursorFix:(t,n)=>{const i=n.storedMarks;if(!i)return null;const o=i.find(s=>s.type.name==="fontSize");if(o)return{"font-size":o.attrs.size};if(i.length===0){const s=this.defaultFontSizeForNode?.[t.parent.type.name];if(s)return{"font-size":s}}return null}};return[this.contribution({marks:{fontSize:e}})]}getPlugins(){return[this.contribution(te({"Mod-Shift-.":this.adjustFontSize(-1),"Mod-Shift-,":this.adjustFontSize(1)}))]}getToolbarItems(e){return[this.contribution({section:"font",render:t=>hi(t,{label:()=>e.getLocale().richTextEditor.textSize,trigger:_(t,{label:()=>e.getLocale().richTextEditor.textSize,icon:"text-size-line"}),children:this.fontSizes.map(n=>td(t,{text:n.label,checked:()=>this.getFontSizeFromSelection(t.view.state)===n.size,disabled:()=>!this.setFontSize(n.size)(t.view.state),onSelect:()=>{const{state:i,dispatch:o}=t.view;this.setFontSize(n.size)(i,o)}}))})},2)]}getFontSizeFromSelection(e){const{from:t,to:n,$from:i,empty:o}=e.selection,{fontSize:s}=e.schema.marks;if(o){const c=this.defaultFontSizeForNode?.[i.parent.type.name]??null;return s.isInSet(e.storedMarks||i.marks())?.attrs.size??c}let l=null;const a=c=>{l===null?l=c??null:c!==l&&(l=Cr)};return e.doc.nodesBetween(t,n,(c,u,d)=>l===Cr?!1:c.isLeaf?(a(s.isInSet(c.marks)?.attrs.size??(d&&this.defaultFontSizeForNode?.[d.type.name])),!0):(c.type.allowsMarkType(s)&&c.childCount===0&&a(this.defaultFontSizeForNode?.[c.type.name]),!0)),l}setFontSize(e){return(t,n)=>{const{from:i,to:o,empty:s,$from:l}=t.selection,{fontSize:a}=t.schema.marks;if(!Be(a,{size:e})(t))return!1;const c=t.tr;if(s){const d=(t.storedMarks||[]).filter(h=>h.type!==a),f=this.defaultFontSizeForNode?.[l.parent.type.name];e!==f&&d.push(a.create({size:e})),c.setStoredMarks(d)}else c.addMark(i,o,a.create({size:e})),c.doc.nodesBetween(i,o,(u,d,f)=>{if(!u.isInline)return;const h=a.isInSet(u.marks),p=this.defaultFontSizeForNode?.[f.type.name];h&&h.attrs.size===p&&c.step(new be(d,d+u.nodeSize,h))});return n?.(c.scrollIntoView()),!0}}adjustFontSize(e){return(t,n)=>{const i=this.getFontSizeFromSelection(t);if(i===null||i===Cr)return!1;const s=this.fontSizes.findIndex(l=>l.size===i)+e;return s<0||s>=this.fontSizes.length?!1:this.setFontSize(this.fontSizes[s].size)(t,n)}}}const gf=m.featureFacade(mf),bf=["p",0],yf=["blockquote",0],kf=["hr"],Sf=["pre",["code",0]],Tf=["br"],Cf={doc:{content:"block+"},paragraph:{content:"inline*",group:"block",parseDOM:[{tag:"p"}],toDOM(){return bf}},blockquote:{content:"block+",group:"block",defining:!0,parseDOM:[{tag:"blockquote"}],toDOM(){return yf}},horizontal_rule:{group:"block",parseDOM:[{tag:"hr"}],toDOM(){return kf}},heading:{attrs:{level:{default:1,validate:"number"}},content:"inline*",group:"block",defining:!0,parseDOM:[{tag:"h1",attrs:{level:1}},{tag:"h2",attrs:{level:2}},{tag:"h3",attrs:{level:3}},{tag:"h4",attrs:{level:4}},{tag:"h5",attrs:{level:5}},{tag:"h6",attrs:{level:6}}],toDOM(r){return["h"+r.attrs.level,0]}},code_block:{content:"text*",marks:"",group:"block",code:!0,defining:!0,parseDOM:[{tag:"pre",preserveWhitespace:"full"}],toDOM(){return Sf}},text:{group:"inline"},image:{inline:!0,attrs:{src:{validate:"string"},alt:{default:null,validate:"string|null"},title:{default:null,validate:"string|null"}},group:"inline",draggable:!0,parseDOM:[{tag:"img[src]",getAttrs(r){return{src:r.getAttribute("src"),title:r.getAttribute("title"),alt:r.getAttribute("alt")}}}],toDOM(r){let{src:e,alt:t,title:n}=r.attrs;return["img",{src:e,alt:t,title:n}]}},hard_break:{inline:!0,group:"inline",selectable:!1,parseDOM:[{tag:"br"}],toDOM(){return Tf}}},Mf=["em",0],xf=["strong",0],Of=["code",0],bi={link:{attrs:{href:{validate:"string"},title:{default:null,validate:"string|null"}},inclusive:!1,parseDOM:[{tag:"a[href]",getAttrs(r){return{href:r.getAttribute("href"),title:r.getAttribute("title")}}}],toDOM(r){let{href:e,title:t}=r.attrs;return["a",{href:e,title:t},0]}},em:{parseDOM:[{tag:"i"},{tag:"em"},{style:"font-style=italic"},{style:"font-style=normal",clearMark:r=>r.type.name=="em"}],toDOM(){return Mf}},strong:{parseDOM:[{tag:"strong"},{tag:"b",getAttrs:r=>r.style.fontWeight!="normal"&&null},{style:"font-weight=400",clearMark:r=>r.type.name=="strong"},{style:"font-weight",getAttrs:r=>/^(bold(er)?|[5-9]\d{2,})$/.test(r)&&null}],toDOM(){return xf}},code:{code:!0,parseDOM:[{tag:"code"}],toDOM(){return Of}}};new m.Schema({nodes:Cf,marks:bi});class nn extends m.RteFeatureImpl{constructor(e){super(),this.config=e}getTextblockMarks(){return this.config?.onBlocks?this.config.onBlocks.map(e=>this.contribution({markName:this.markName,onNodeName:e.node})):[this.contribution({markName:this.markName})]}}class Ef extends nn{constructor(){super(...arguments),this.name="RteBoldFeature",this.markName="bold"}getSchema(){return[this.contribution({marks:{bold:bi.strong}})]}getPlugins(e){return[this.contribution(te({"Mod-b":Be(e.schema.marks.bold)}))]}getToolbarItems(e){return[this.contribution({section:"text-style",render:t=>tn(t,{label:()=>t.rte.getLocale().richTextEditor.bold,icon:"bold-line",markType:e.schema.marks.bold})},1)]}}const Df=m.featureFacade(Ef);class wf extends nn{constructor(){super(...arguments),this.name="RteItalicFeature",this.markName="italic"}getSchema(){return[this.contribution({marks:{italic:bi.em}})]}getPlugins(e){return[this.contribution(te({"Mod-i":Be(e.schema.marks.italic)}))]}getToolbarItems(e){return[this.contribution({section:"text-style",render:t=>tn(t,{label:()=>t.rte.getLocale().richTextEditor.italic,icon:"italic-line",markType:e.schema.marks.italic})},2)]}}const Nf=m.featureFacade(wf);class vf extends nn{constructor(){super(...arguments),this.name="RteUnderlineFeature",this.markName="underline"}getSchema(){return[this.contribution({marks:{underline:{parseDOM:[{tag:"u"}],toDOM(){return["u",0]}}}})]}getPlugins(e){return[this.contribution(te({"Mod-u":Be(e.schema.marks.underline)}))]}getToolbarItems(e){return[this.contribution({section:"text-style",render:t=>tn(t,{label:()=>t.rte.getLocale().richTextEditor.underline,icon:"underline-line",markType:e.schema.marks.underline})},3)]}}const Af=m.featureFacade(vf);class If extends nn{constructor(){super(...arguments),this.name="RteStrikethroughFeature",this.markName="strikethrough"}getSchema(){return[this.contribution({marks:{strikethrough:{parseDOM:[{tag:"s"},{tag:"del"}],toDOM(){return["s",0]}}}})]}getPlugins(e){return[this.contribution(te({"Alt-Shift-5":Be(e.schema.marks.strikethrough),"Cmd-Shift-X":Be(e.schema.marks.strikethrough)}))]}getToolbarItems(e){return[this.contribution({section:"text-style",render:t=>tn(t,{label:()=>t.rte.getLocale().richTextEditor.strikethrough,icon:"strikethrough-line",markType:e.schema.marks.strikethrough})},4)]}}const Rf=m.featureFacade(If),Ff="tt{font:var(--vvd-typography-base-code);font-variant-ligatures:unset;font-feature-settings:unset;font-size:unset;font-weight:unset;line-height:unset}";class Pf extends nn{constructor(){super(...arguments),this.name="RteMonospaceFeature",this.markName="monospace"}getStyles(){return[this.contribution(Ff)]}getSchema(){return[this.contribution({marks:{monospace:{parseDOM:[{tag:"tt"},{tag:"code"}],toDOM(){return["tt",0]}}}})]}getPlugins(e){return[this.contribution(te({"Mod-M":Be(e.schema.marks.monospace)}))]}getToolbarItems(e){return[this.contribution({section:"text-style",render:t=>tn(t,{label:()=>t.rte.getLocale().richTextEditor.monospace,icon:"monospace-line",markType:e.schema.marks.monospace})},5)]}}const Lf=m.featureFacade(Pf);function zf(r,e,t){for(let n=0;n<e.length;n++){const{$from:i,$to:o}=e[n];let s=i.depth==0?r.type.allowsMarkType(t):!1;if(r.nodesBetween(i.pos,o.pos,l=>s?!1:(s=l.inlineContent&&l.type.allowsMarkType(t),!0)),s)return!0}return!1}const Mr=Symbol("mixedColor");class Bf extends m.RteFeatureImpl{constructor(e){if(super(),this.config=e,this.name="RteTextColorPicker",e?.onBlocks){this.defaultColorForNode={};for(const t of e.onBlocks)this.defaultColorForNode[t.node]=t.defaultColor??null}}getTextblockMarks(){return this.config?.onBlocks?this.config.onBlocks.map(e=>this.contribution({markName:"textColor",onNodeName:e.node})):[this.contribution({markName:"textColor"})]}getSchema(){return[this.contribution({marks:{textColor:{attrs:{color:{validate:"string"}},parseDOM:[{tag:"span[data-text-color]",getAttrs:e=>({color:e.getAttribute("data-text-color")})},{style:"color",getAttrs:e=>({color:e})}],toDOM(e){const{color:t}=e.attrs;return["span",{style:`color: ${mi(t)};`,"data-text-color":t},0]},inclusive:!0}}})]}getToolbarItems(){return[this.contribution({section:"text-style",render:e=>{const t=_(e,{label:()=>e.rte.getLocale().richTextEditor.textColor,disabled:()=>!this.setColor("any")(e.view.state),icon:"textcolor-line"}),n=t.firstElementChild;return he(e,{children:[t,sd(e,{name:"text-color-picker",assignedProps:{anchor:n,value:()=>this.getSelectionColor(e.view.state)||""},assignedEvents:{change:i=>{const o=i.currentTarget.value;this.setColor(o)(e.view.state,e.view.dispatch)}}})]})}},6)]}getSelectionColor(e){const{selection:t}=e,{textColor:n}=e.schema.marks,{from:i,to:o,$from:s,empty:l}=t;if(l){const u=this.defaultColorForNode?.[s.parent.type.name]??null;return n.isInSet(e.storedMarks||s.marks())?.attrs.color??u}let a=null;const c=u=>{a===null?a=u??null:u!==a&&(a=Mr)};return e.doc.nodesBetween(i,o,(u,d,f)=>a===Mr?!1:u.isLeaf?(c(n.isInSet(u.marks)?.attrs.color??(f&&this.defaultColorForNode?.[f.type.name])),!0):(u.type.allowsMarkType(n)&&u.childCount===0&&c(this.defaultColorForNode?.[u.type.name]),!0)),a===Mr?null:a}setColor(e){return(t,n)=>{const{textColor:i}=t.schema.marks,{from:o,to:s,empty:l,$from:a}=t.selection;if(!zf(t.doc,t.selection.ranges,i))return!1;const c=t.tr;if(l){const d=(t.storedMarks||[]).filter(h=>h.type!==i),f=this.defaultColorForNode?.[a.parent.type.name];e!==f&&d.push(i.create({color:e})),c.setStoredMarks(d)}else c.addMark(o,s,i.create({color:e})),c.doc.nodesBetween(o,s,(u,d,f)=>{if(!u.isInline)return;const h=i.isInSet(u.marks),p=this.defaultColorForNode?.[f.type.name];h&&h.attrs.color===p&&c.step(new be(d,d+u.nodeSize,h))});return n?.(c.scrollIntoView()),!0}}}const _f=m.featureFacade(Bf),Vf=".rich-text ul,.rich-text ol{padding-inline-start:1.5em}.rich-text li{list-style-position:inside}",xr=r=>r.parentOffset===0,Hf=r=>r.nodeSize===2,vt=r=>r.depth-1,Ur=r=>r.depth-2,Nl=r=>r.parent,$r=r=>r.node(vt(r)),vl=r=>r.depth>2,Al=(r,e)=>r.index(e)===0,Wf=(r,e)=>r.index(e)===r.node(e).childCount-1,Il=(r,e)=>{const t=r.node(e),n=r.index(e);return t.maybeChild(n-1)},Uf=(r,e)=>{const t=r.node(e),n=r.index(e);return t.maybeChild(n+1)},Ko=r=>{let{$from:e,$to:t}=r;if(r instanceof G){const n=O.between(r.$from,r.$to);e=n.$from,t=n.$to}return{$from:e,$to:t}},Jo=(r,e)=>r.sameParent(e)?r.node(-1):r.node(r.sharedDepth(e.pos)),mn=r=>{const{$cursor:e}=r.selection;return e?.parent.type===r.schema.nodes.listItem?e:null},Go=(r,e,t,n)=>{let i,o=!0;return r.doc.nodesBetween(e.pos,t.pos,s=>{s.type.isInGroup("list")&&(i=s.type),s.type===r.schema.nodes.listItem&&i!==n&&(o=!1)}),o},Or=(r,e,t)=>{vl(e)?Rl(e,t):$f(r,e,t)},Rl=(r,e)=>{const t=new m.NodeRange(r.doc.resolve(r.before()),r.doc.resolve(r.after()),r.depth-1);e.lift(t,r.depth-2)},$f=(r,e,t)=>{const n=$r(e),i=e.index(Ur(e)),o=fl(e.node(Ur(e)).contentMatchAt(i+1)),s=Al(e,vt(e)),l=Wf(e,vt(e));t.step(new ee(e.before()-(s?1:0),e.after()+(l?1:0),e.start(),e.end(),new m.Slice((s?m.Fragment.empty:m.Fragment.from(n.copy(m.Fragment.empty))).append(m.Fragment.from(o.create(r.textblockAttrs.extractFromNode(Nl(e))))).append(l?m.Fragment.empty:m.Fragment.from(n.copy(m.Fragment.empty))),s?0:1,l?0:1),(s?0:1)+1))},qf=(r,e,t,n)=>{t.parent.type===r.schema.nodes.listItem?Fl(e,t,n):Kf(r,e,t,n)},Fl=(r,e,t)=>{const n=Il(e,vt(e))?.type===r,i=Uf(e,vt(e))?.type===r,o=n?1:0,s=i?1:0;t.step(new ee(e.before()-(n?1:0),e.after()+(i?1:0),e.before(),e.after(),new m.Slice(m.Fragment.from(r.create(null,[])),o,s),1-o))},Kf=(r,e,t,n)=>{n.step(new ee(t.before(),t.after(),t.start(),t.end(),new m.Slice(m.Fragment.from(e.create(null,[r.schema.nodes.listItem.create(r.textblockAttrs.extractFromNode(t.parent))])),0,0),2))};class Jf extends m.RteFeatureImpl{constructor(e){if(super(),this.config=e,this.name="RteListFeature",!e.bulletList&&!e.numberedList)throw new Error("RteListFeature requires at least one of bulletList or numberedList to be enabled")}getStyles(){return[this.contribution(Vf)]}getSchema(e){return[this.contribution({nodes:{listItem:{content:"inline*",attrs:e.attrs,defining:!0,parseDOM:[{tag:"li",getAttrs:t=>e.fromDOM(t)}],toDOM(t){return["li",...e.getDOMAttrs(t),0]}},...this.config.bulletList?{bulletList:{group:"block list",content:"(listItem | list)+",parseDOM:[{tag:"ul"}],toDOM(){return["ul",0]}}}:{},...this.config.numberedList?{numberedList:{group:"block list",content:"(listItem | list)+",parseDOM:[{tag:"ol"}],toDOM(){return["ol",0]}}}:{}}})]}getPlugins(e){this.rte=e;const t=(s,l)=>{const a=mn(s);if(a&&xr(a)){const c=s.tr;return Fl($r(a).type,a,c),l?.(c.scrollIntoView()),!0}return!1},n=(s,l)=>{const a=mn(s);if(a&&xr(a)&&vl(a)){const c=s.tr;return Rl(a,c),l?.(c.scrollIntoView()),!0}return!1},i=(s,l)=>{const a=mn(s);if(a&&Hf(Nl(a))){const c=s.tr;return Or(this.rte,a,c),l?.(c.scrollIntoView()),!0}return!1},o=(s,l)=>{const a=mn(s);if(a&&xr(a)){if(Al(a,vt(a))&&Il(a,Ur(a))?.type===$r(a).type)return!1;const c=s.tr;return Or(this.rte,a,c),l?.(c.scrollIntoView()),!0}return!1};return[this.contribution(te({Enter:i,Backspace:o,Tab:t,"Shift-Tab":n,...this.config.bulletList?{"Mod-Shift-8":this.toggleList(e.schema.nodes.bulletList)}:{},...this.config.numberedList?{"Mod-Shift-7":this.toggleList(e.schema.nodes.numberedList)}:{}}),m.contributionPriority.high)]}getToolbarItems(e){const t=[];return this.config.bulletList&&t.push(this.contribution({section:"textblock",render:n=>_(n,{label:()=>n.rte.getLocale().richTextEditor.bulletList,icon:"bullet-list-2-line",active:()=>this.isSelectionInList(e.schema.nodes.bulletList,n.rte.state),onClick:()=>{const{state:i,dispatch:o}=n.view;this.toggleList(e.schema.nodes.bulletList)(i,o)}})},1)),this.config.numberedList&&t.push(this.contribution({section:"textblock",render:n=>_(n,{label:()=>n.rte.getLocale().richTextEditor.numberedList,icon:"list-numbered-line",active:()=>this.isSelectionInList(e.schema.nodes.numberedList,n.rte.state),onClick:()=>{const{state:i,dispatch:o}=n.view;this.toggleList(e.schema.nodes.numberedList)(i,o)}})},2)),t}toggleList(e){return vu((t,n)=>{const{$from:i,$to:o}=Ko(t.selection);if(Jo(i,o).type.isInGroup("list"))if(Go(t,i,o,e)){const l=t.tr;return t.doc.nodesBetween(i.pos,o.pos,(a,c)=>{if(a.type===t.schema.nodes.listItem){const u=l.doc.resolve(l.mapping.map(c+1));Or(this.rte,u,l)}}),n?.(l.scrollIntoView()),!0}else{const l=t.tr;return t.doc.nodesBetween(i.pos,o.pos,(a,c)=>{a.type.isInGroup("list")&&a.type!==e&&l.setNodeMarkup(c,e,a.attrs)}),n?.(l.scrollIntoView()),!0}else{const l=t.tr;return t.doc.nodesBetween(i.pos,o.pos,(a,c)=>{if(!a.isTextblock)return;const u=l.doc.resolve(l.mapping.map(c+1));qf(this.rte,e,u,l)}),n?.(l.scrollIntoView()),!0}},(t,n)=>t.type===e&&n.type===e)}isSelectionInList(e,t){const{$from:n,$to:i}=Ko(t.selection);return Jo(n,i).type.isInGroup("list")?Go(t,n,i,e):!1}}const Gf=m.featureFacade(Jf),qr=[{value:"left",icon:"align-left-line",label:"left"},{value:"center",icon:"align-center-line",label:"center"},{value:"right",icon:"align-right-line",label:"right"}],jo=r=>qr.find(e=>e.value===r)?.value??"left";class jf extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteAlignmentFeature"}getTextblockAttrs(){return[this.contribution({name:"textAlign",default:"left",fromDOM(e){return jo(e.style.textAlign)},toStyles(e){return[`text-align: ${jo(e.attrs.textAlign)}`]}})]}getPlugins(){return[this.contribution(te({"Mod-L":this.setAlignment("left"),"Mod-E":this.setAlignment("center"),"Mod-R":this.setAlignment("right")}))]}getToolbarItems(){return[this.contribution({section:"textblock",render:e=>hi(e,{label:()=>e.rte.getLocale().richTextEditor.alignment,trigger:_(e,{label:()=>e.rte.getLocale().richTextEditor.alignment,icon:()=>{const t=this.getAlignmentFromSelection(e.view.state);return qr.find(n=>n.value===t)?.icon??"align-left-line"}}),children:[nd(e,{children:qr.map((t,n)=>_(e,{icon:t.icon,label:()=>e.rte.getLocale().richTextEditor.alignments[t.label],slot:"header",noTooltip:!0,autofocus:()=>{const i=this.getAlignmentFromSelection(e.view.state);return(i==="mixed"||i===null)&&n===0?!0:t.value===i},active:()=>this.getAlignmentFromSelection(e.view.state)===t.value,disabled:()=>this.getAlignmentFromSelection(e.view.state)===null,onClick:()=>{const{state:i,dispatch:o}=e.view;this.setAlignment(t.value)(i,o)}}))})]})},3)]}getAlignmentFromSelection(e){const{selection:t}=e,{from:n,to:i}=t;let o=null;return e.doc.nodesBetween(n,i,s=>{o!=="mixed"&&s.type.isTextblock&&(o?o!==s.attrs.textAlign&&(o="mixed"):o=s.attrs.textAlign)}),o}setAlignment(e){return(t,n)=>{const{tr:i,selection:o}=t,{from:s,to:l}=o;return t.doc.nodesBetween(s,l,(a,c)=>{a.type.isTextblock&&i.setNodeMarkup(c,a.type,{...a.attrs,textAlign:e})}),n?.(i.scrollIntoView()),!0}}}const Yf=m.featureFacade(jf),Xf=".link-popover{display:flex;flex-direction:column;padding:16px;gap:8px;inline-size:450px}.link-popover-header{display:flex;align-items:center;justify-content:space-between}.link-popover-label{color:var(--vvd-color-neutral-600);font:var(--vvd-typography-base-condensed)}.link-popover-content{display:flex;flex-direction:column;gap:16px}.link,.rich-text a[href],.link:visited,.rich-text a[href]:visited{color:var(--vvd-color-cta-600)}.link:hover,.rich-text a[href]:hover{color:var(--vvd-color-cta-500)}.link:active,.rich-text a[href]:active{color:var(--vvd-color-cta-400)}.link-action-bar{display:flex;justify-content:end;gap:8px}.link-toolbar-menu{display:flex;flex-direction:column;padding:8px;gap:16px;inline-size:368px}",Yo="(?:https?://|www\\.)[^\\s<]+";function Xo(r,e,t,n){if(r.doc.rangeHasMark(t,t+1,r.schema.marks.link))return null;const i=e.replace(/[.,;:!?) ]+$/,""),o=i.startsWith("www.")?`https://${i}`:i,s=r.schema.marks.link.create({href:o}),l=t+i.length,a=e.slice(i.length),c=r.tr.addMark(t,l,s);return a&&c.replaceWith(l,n,r.schema.text(a)),c}class Zf extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteLinkFeature",this.removeLink=(e,t)=>{const n=e.tr,i=this.getCurrentLink(e);return n.removeMark(i.start,i.end,e.schema.marks.link),t?.(n.scrollIntoView()),!0}}getStyles(){return[this.contribution(Xf)]}getSchema(){return[this.contribution({marks:{link:{attrs:{href:{validate:"string"}},inclusive:!1,parseDOM:[{tag:"a[href]",getAttrs(e){return{href:e.getAttribute("href")}}}],toDOM(e){const{href:t}=e.attrs;return["a",{href:Ld(t)},0]}}}},m.contributionPriority.high)]}getTextblockMarks(){return[this.contribution({markName:"link"})]}getInputRules(){const e=new RegExp(`${Yo}$`);return[this.contribution({rule:new Ze(new RegExp(`${Yo} $`),(t,n,i,o)=>Xo(t,n[0],i,o)),enterHandler:{regex:e,handler:(t,n,i,o)=>Xo(t,n[0],i,o)}})]}getPlugins(e){const t=()=>(this.toolbarMenu.open=!0,!0);return[this.contribution(new B({props:{decorations:n=>{const i=this.getCurrentLink(n);if(i){const o=W.inline(i.start,i.end,{id:"current-link"});return v.create(n.doc,[o])}return null}},view:n=>{const i=new Ln(n,e,{popupPlacement:"bottom"}),o=e.createComponent(Te);o.anchorId="current-link";const s=he(i,{className:"link-popover",children:[he(i,{className:"link-popover-header",children:[he(i,{className:"link-popover-label",children:[Lo(i,{text:()=>this.getCurrentLink(i.view.state)?.text||""})]}),_(i,{icon:"close-line",label:()=>i.rte.getLocale().richTextEditor.close,noTooltip:!0,onClick:()=>{o.requestOpenState(!1)}})]}),he(i,{className:"link-popover-content",children:[ed(i,{className:"link",href:()=>this.getCurrentLink(i.view.state)?.href||"",target:"_blank",rel:"noopener",children:[Lo(i,{text:()=>this.getCurrentLink(i.view.state)?.href||""})]}),he(i,{className:"link-action-bar",children:[_(i,{icon:"delete-line",label:()=>i.rte.getLocale().richTextEditor.delete,connotation:"alert",variant:"popover",noTooltip:!0,onClick:()=>{const{state:l,dispatch:a}=i.view;this.removeLink(l,a)}}),_(i,{icon:"edit-line",label:()=>i.rte.getLocale().richTextEditor.edit,variant:"popover",noTooltip:!0,onClick:()=>(this.toolbarMenu.open=!0,o.requestOpenState(!1),!0)})]})]})]});return o.appendChild(s),n.dom.getRootNode().querySelector(".popovers").appendChild(o),{update:l=>{const a=l.state;i.updateBindings();const c=this.getCurrentLink(a);o.requestOpenState(!!c)},destroy:()=>{o.remove()}}}})),this.contribution(te({"Mod-k":t}))]}getToolbarItems(e){const t=i=>{const{from:o,to:s}=i.selection;return o===s?"":i.doc.textBetween(o,s," ")},n=i=>{try{return new URL(i),!0}catch{return!1}};return[this.contribution({section:"insert",render:i=>{const o=Po(i,{label:()=>i.rte.getLocale().richTextEditor.linkText,placeholder:()=>i.rte.getLocale().richTextEditor.linkTextPlaceholder,slot:"header",autofocus:!0,value:()=>this.getCurrentLink(i.view.state)?.text||t(i.view.state)||"",onInput:()=>{a()}}),s=Po(i,{label:()=>i.rte.getLocale().richTextEditor.linkUrl,type:"url",placeholder:()=>i.rte.getLocale().richTextEditor.linkUrlPlaceholder,slot:"header",value:()=>this.getCurrentLink(i.view.state)?.href||"",onInput:()=>{a()}}),l=_(i,{label:()=>i.rte.getLocale().richTextEditor.apply,variant:"popover-primary",disabled:()=>{const u=this.getCurrentLink(i.view.state);return!(u&&u.text.length&&n(u.href))},onClick:()=>{const{state:u,dispatch:d}=i.view;this.insertLink(e,s.value,o.value)(u,d)}}),a=()=>{l.querySelector('[data-vvd-component="button"]').disabled=!(o.value.length&&n(s.value))},c=hi(i,{label:()=>i.rte.getLocale().richTextEditor.hyperlink,trigger:_(i,{label:()=>i.rte.getLocale().richTextEditor.hyperlink,icon:"link-line"}),children:[he(i,{className:"link-toolbar-menu",slot:"header",children:[o,s,he(i,{className:"link-action-bar",slot:"header",children:[_(i,{label:()=>i.rte.getLocale().richTextEditor.cancel,variant:"popover",onClick:()=>{this.toolbarMenu.open=!1}}),l]})]})]});return this.toolbarMenu=c.lastElementChild,c}},1)]}getCurrentLink(e){const t=e.selection;if(!(t instanceof O))return null;const n=e.schema.marks.link,{$from:i,$to:o}=t,s=e.selection.empty?i.marks():i.nodeAfter?.marks??[],l=n.isInSet(s)?.attrs.href;if(!l)return null;const a=h=>n.isInSet(h.marks)?.attrs.href===l;let c=-1,u=-1,d=!0;return e.doc.nodesBetween(i.start(),o.end(),(h,p)=>{if(!h.isText)return!0;const b=p+h.nodeSize;return a(h)?(c===-1&&(c=p),u=b):b>t.from&&p<t.to&&(d=!1),!1}),!d||c===-1?null:{text:e.doc.textBetween(c,u," "),href:l,start:c,end:u}}insertLink(e,t,n){return(i,o)=>{let{from:s,to:l}=i.selection;const a=i.tr,c=this.getCurrentLink(i);return c&&(s=c.start,l=c.end),a.insertText(n,s,l),a.addMark(s,s+n.length,e.schema.marks.link.create({href:t})),o?.(a.scrollIntoView()),!0}}}const Qf=m.featureFacade(Zf),eh=".inline-image-wrapper{display:inline-block;vertical-align:text-bottom}.inline-image{display:block;block-size:auto}.inline-image-popover{display:flex;align-items:center;padding:8px;gap:4px}.inline-image-placeholder{color:var(--vvd-color-canvas-text);font:var(--vvd-typography-base);font-feature-settings:normal;font-variant-ligatures:normal;overflow-wrap:normal;pointer-events:none;white-space:normal}",Zo=r=>r!==null&&!!r.next;let th=1;const nh=()=>th++;class rh{constructor(e,t,n,i){this.view=t,this.getPos=n,this.config=i,this.content=null,this.dom=document.createElement("div"),this.dom.className="inline-image-wrapper",this.imageUrl=e.attrs.imageUrl,this.img=document.createElement("img"),this.initializeImg(e);const o=this.config.resolveUrl?this.config.resolveUrl(this.imageUrl):this.imageUrl,s=Zo(o)?null:o;this.handleResolvedUrl(s),Zo(o)&&this.handleResolvedUrlGenerator(o)}setContent(e,{onDestroy:t,allowPopover:n}={}){this.content?.remove(),this.onContentDestroy?.(),this.content=e,e&&(this.onContentDestroy=t,this.dom.appendChild(e)),Te.setBlockPopover(this.dom,!n)}async handleResolvedUrlGenerator(e){const t=e[Symbol.asyncIterator]();let n;do n=await t.next(),this.handleResolvedUrl(n.value);while(!n.done)}handleResolvedUrl(e){if(typeof e=="string")this.renderImg(e);else if(e?.type==="placeholder"){const t=`inline-image-placeholder-${nh()}`,n=document.createElement("slot");n.className="inline-image-placeholder",n.name=t;const i=e.create?.(t),o=this.view.dom.getRootNode().host;m.dispatchSlottableRequest(o,"inline-image-placeholder",t,{url:this.imageUrl}),this.setContent(n,{onDestroy:()=>{m.dispatchSlottableRequest(o,"inline-image-placeholder",t,m.removeSymbol),i?.()}})}else this.setContent(null)}initializeImg(e){this.img.className="inline-image",this.update(e),this.img.addEventListener("load",()=>{const t=this.getPos?.();if(t){const{state:n,dispatch:i}=this.view,o=n.doc.nodeAt(t);if(!o||o.attrs.naturalWidth===this.img.naturalWidth&&o.attrs.naturalHeight===this.img.naturalHeight)return;const s=n.tr;s.setNodeAttribute(t,"naturalWidth",this.img.naturalWidth),s.setNodeAttribute(t,"naturalHeight",this.img.naturalHeight),s.setMeta("addToHistory",!1),i(s)}})}renderImg(e){this.img.src=Ml(e),this.setContent(this.img,{allowPopover:!0})}update(e){return this.img.alt=e.attrs.alt,this.img.width=e.attrs.naturalWidth,this.img.height=e.attrs.naturalHeight,this.img.style.maxWidth=e.attrs.size,!0}destroy(){this.setContent(null)}}class ih extends m.RteFeatureImpl{constructor(e={}){super(),this.config=e,this.name="RteInlineImageFeature"}getStyles(){return[this.contribution(eh)]}getSchema(){const e={inline:!0,group:"inline",selectable:!0,atom:!0,attrs:{imageUrl:{validate:"string"},alt:{validate:"string",default:""},size:{validate:"string|null",default:null},naturalWidth:{validate:"number|null",default:null},naturalHeight:{validate:"number|null",default:null}},parseDOM:[{tag:"img[src],img[data-src]",getAttrs:t=>{const n=s=>{const l=parseInt(s??"",10);return isNaN(l)?null:l},i=t.getAttribute("data-src")??t.getAttribute("src"),o=this.config.parseUrlFromHtml?this.config.parseUrlFromHtml(i):i;return o===null?!1:{imageUrl:o,alt:t.getAttribute("alt")||"",size:t.style.maxWidth||null,naturalWidth:n(t.getAttribute("width")),naturalHeight:n(t.getAttribute("height"))}}}],toDOM:t=>{const{imageUrl:n,alt:i,size:o,naturalWidth:s,naturalHeight:l}=t.attrs,a=this.config.serializeUrlToHtml?this.config.serializeUrlToHtml(n):n;if(a===null)return document.createTextNode("");const c={src:Ml(a),"data-src":a,alt:i};return o&&(c.style=`max-width: ${mi(o)}; height: auto;`),s&&(c.width=s),l&&(c.height=l),["img",c]}};return[this.contribution({nodes:{inlineImage:e}})]}getPlugins(e){return[this.contribution(new B({props:{nodeViews:{inlineImage:(t,n,i)=>new rh(t,n,i,this.config)}},view:t=>{const n=new Ln(t,e,{popupPlacement:"bottom"}),i=e.createComponent(Te);i.offset=4;const o=he(n,{className:"inline-image-popover",children:[_(n,{label:()=>n.rte.getLocale().richTextEditor.imageSizes.small,variant:"popover",active:()=>this.getSelectedImageSize(n.view.state)==="small",onClick:()=>{this.setSelectedImageSize("small")(n.view.state,n.view.dispatch)}}),_r(n),_(n,{label:()=>n.rte.getLocale().richTextEditor.imageSizes.fit,variant:"popover",active:()=>this.getSelectedImageSize(n.view.state)==="fit",onClick:()=>{this.setSelectedImageSize("fit")(n.view.state,n.view.dispatch)}}),_r(n),_(n,{label:()=>n.rte.getLocale().richTextEditor.imageSizes.original,variant:"popover",active:()=>this.getSelectedImageSize(n.view.state)==="original",onClick:()=>{this.setSelectedImageSize("original")(n.view.state,n.view.dispatch)}})]});return i.appendChild(o),t.dom.getRootNode().querySelector(".popovers").appendChild(i),{update:s=>{n.updateBindings();const l=this.getSelectedInlineImage(s.state);l?(i.anchorEl=s.nodeDOM(l.pos),i.requestOpenState(!0)):(i.anchorEl=void 0,i.requestOpenState(!1))},destroy:()=>{i.remove()}}}}))]}calculateSmallWidth(e){return Math.min(300,e/2)+"px"}getSelectedInlineImage(e){const t=e.selection;return t instanceof M&&t.node.type===e.schema.nodes.inlineImage?{pos:t.from,node:t.node}:null}setSelectedImageSize(e){return(t,n)=>{const i=this.getSelectedInlineImage(t);if(!i)return!1;const{naturalWidth:o}=i.node.attrs;if(e==="small"&&o===null)return!1;const s=t.tr;return s.setNodeAttribute(i.pos,"size",e==="small"?this.calculateSmallWidth(o):e==="fit"?"100%":null),n?.(s.scrollIntoView()),!0}}getSelectedImageSize(e){const t=this.getSelectedInlineImage(e);if(!t)return null;const{size:n,naturalWidth:i}=t.node.attrs;return i!==null&&n===this.calculateSmallWidth(i)?"small":n==="100%"?"fit":n===null?"original":null}}const oh=m.featureFacade(ih),sh=async r=>{try{return{type:"ok",result:await r}}catch(e){return{type:"error",error:e}}};class lh extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RteFileHandlerFeature"}getPlugins(e){const t=new B({state:{init(){return v.empty},apply(a,c){c=c.map(a.mapping,a.doc);const u=a.getMeta(t);if(u&&u.add){const d=document.createElement("placeholder"),f=W.widget(u.add.pos,d,{id:u.add.id,relaxedSide:!0});c=c.add(a.doc,[f])}else u&&u.remove&&(c=c.remove(c.find(void 0,void 0,d=>d.id==u.remove.id)));return c}},props:{decorations(a){return this.getState(a)}}}),n=(a,c)=>{const u=Yl.generateRandomId();return a.setMeta(t,{add:{id:u,pos:c}}),{getPos:d=>{const h=t.getState(d).find(void 0,void 0,p=>p.id==u);return h.length?h[0].from:null},remove:d=>{d.setMeta(t,{remove:{id:u}})}}},i=(a,c,u)=>{if(u.type==="selection"){const d=m.Slice.fromJSON(e.schema,{content:c});a.replaceSelection(d)}else{const d=m.Fragment.fromJSON(e.schema,c);a.insert(u.pos,d)}},o=(a,c)=>{const u=this.config.handleFiles(a);u!==null&&(u instanceof Promise?l(u,c):s(u,c))},s=(a,c)=>{const u=e.state.tr;i(u,a,c),e.dispatchTransaction(u)},l=async(a,c)=>{const u=e.state.tr;c.type==="selection"&&!u.selection.empty&&u.deleteSelection();const d=c.type==="selection"?u.selection.from:c.pos,f=n(u,d);e.dispatchTransaction(u);const h=await sh(a),p=f.getPos(e.state),b=e.state.tr;f.remove(b),p!==null&&h.type==="ok"&&i(b,h.result,{type:"pos",pos:p}),e.dispatchTransaction(b),h.type==="error"&&console.error("Error in handleFiles handler:",h.error)};return[this.contribution(t),this.contribution(new B({props:{handlePaste:(a,c)=>{const u=Array.from(c.clipboardData.files);return u.length?(o(u,{type:"selection"}),!0):!1},handleDrop:(a,c,u,d)=>{const f=Array.from(c.dataTransfer.files);if(!f.length)return!1;let h=a.posAtCoords({left:c.clientX,top:c.clientY}).pos;if(a.dragging&&a.dragging.slice){const p=Zr(a.state.doc,h,a.dragging.slice);p!=null&&(h=p)}return o(f,{type:"pos",pos:h}),!0}}}))]}}const ah=m.featureFacade(lh);class ch extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RteDebugFeature"}getPlugins(e){const t=new WeakMap;let n=!1;const i=u=>{t.get(u)===void 0&&(n=this.config.onViewportDragOver?.(u)??!1)},o=u=>{this.config.onViewportDrop?.(u),this.config.onViewportDragFinish?.()},s=()=>{this.config.onViewportDragFinish?.()};let l=!1;const a=()=>{l=!0,window.setTimeout(()=>l=!1,0)},c=()=>{l||this.config.onViewportDragFinish?.()};return[this.contribution(new B({view:u=>{const d=u.root.host.editorViewportElement;return d.addEventListener("dragover",i),d.addEventListener("drop",o),d.addEventListener("dragend",s),d.addEventListener("dragenter",a),d.addEventListener("dragleave",c),{destroy(){d.removeEventListener("dragover",i),d.removeEventListener("drop",o),d.removeEventListener("dragend",s),d.removeEventListener("dragenter",a),d.removeEventListener("dragleave",c)}}}})),this.contribution(new B({props:{handleDOMEvents:{dragover:(u,d)=>{const f=this.config.onViewportDragOver?.(d)??!1;return t.set(d,f),n=f,f?(d.stopImmediatePropagation(),d.preventDefault(),!0):!1},drop:(u,d)=>n}}}),m.contributionPriority.high)]}}const uh=m.featureFacade(ch);class dh extends m.RteFeatureImpl{constructor(e,t){super(),this.featureId=e,this.options=t,this.name=`RteToolbarButtonFeature[${e}]`}getToolbarItems(){return[this.contribution({section:"insert",render:e=>_(e,{label:this.options.label,icon:this.options.icon,onClick:()=>{this.executeAction(e)}})},2+(this.options.order??0)/Number.MAX_SAFE_INTEGER)]}executeAction(e){const{action:t}=this.options;switch(t.type){case"insert-text":{const{state:n,dispatch:i}=e.view,{from:o,to:s}=n.selection,l=n.tr.insertText(t.text,o,s);i(l);break}}}}const fh=m.featureFacade(dh),hh=r=>r!==null&&typeof r=="object"&&"next"in r;class ph{constructor(e,t,n){this.dom=document.createElement("span"),this.dom.className="atom-wrapper",this.dom.setAttribute("part",`node--${n}`);const i=t.resolveValue?t.resolveValue(e.attrs.value):e.attrs.value;hh(i)?(this.dom.textContent="",this.handleResolvedGenerator(i)):this.dom.textContent=i??""}async handleResolvedGenerator(e){const t=e[Symbol.asyncIterator]();let n;do n=await t.next(),this.dom.textContent=n.value??"";while(!n.done)}}class mh extends m.RteFeatureImpl{constructor(e,t={}){super(),this.atomName=e,this.config=t,this.name=`RteAtomFeature[${e}]`}getSchema(){const e={inline:!0,group:"inline",selectable:!0,atom:!0,attrs:{value:{validate:"string"}},parseDOM:[{tag:`span[data-atom-type="${this.atomName}"][data-value]`,getAttrs:t=>({value:t.getAttribute("data-value")})}],toDOM:t=>{const n=this.config.serializeValueToHtml?this.config.serializeValueToHtml(t.attrs.value):t.attrs.value;return n===null?document.createDocumentFragment():["span",{part:`node--${this.atomName}`},n]},serializeToDOM:t=>{const n=this.config.serializeValueToHtml?this.config.serializeValueToHtml(t.attrs.value):t.attrs.value;return n===null?document.createTextNode(""):["span",{"data-atom-type":this.atomName,"data-value":t.attrs.value},n]}};return[this.contribution({nodes:{[this.atomName]:e}})]}getPlugins(e){return[this.contribution(new B({props:{nodeViews:{[this.atomName]:t=>new ph(t,this.config,this.atomName)}}}))]}}const gh=m.featureFacade(mh);class bh extends m.RteFeatureImpl{constructor(e,t){super(),this.featureId=e,this.options=t,this.name=`RteInputRuleFeature[${e}]`}getInputRules(e){const t=`(?:${this.options.pattern.source})`,n=(l,a,c,u)=>{const d=this.options.handler(a);return d?l.tr.replaceWith(c,u,m.Fragment.fromJSON(e.schema,d)):null},i=this.options.matchAfterWhitespace?new RegExp(`${t} $`):new RegExp(`${t}$`),s={rule:new Ze(i,n)};return this.options.matchAfterWhitespace&&(s.enterHandler={regex:new RegExp(`${t}$`),handler:n}),[this.contribution(s)]}}const yh=m.featureFacade(bh),kh=".suggest-popover{display:flex;flex-direction:column;padding:4px;gap:2px;max-block-size:408px;max-inline-size:248px;min-inline-size:128px}.suggest-loading-widget{display:inline-flex;align-items:center;margin-inline-start:2px;vertical-align:middle;white-space:normal}.suggest-empty-message{display:flex;align-items:center;justify-content:center;color:var(--vvd-color-neutral-300);font:var(--vvd-typography-base);min-block-size:40px;text-align:center}.suggest-item--visible-focus{box-shadow:0 0 0 4px color-mix(in srgb,var(--focus-stroke-color, var(--vvd-color-cta-500)),transparent 85%),inset 0 0 0 3px var(--focus-stroke-gap-color, currentColor);outline:1px solid var(--focus-stroke-color, var(--vvd-color-cta-500));outline-offset:calc(-1px - var(--focus-inset, 0px));--focus-stroke-gap-color: transparent}",Kr=r=>!!(r?.suggestions&&!r.dismissed),Er=r=>Kr(r)&&r.suggestions.items.length>0;function Sh(r,e){const{$cursor:t}=r.selection;if(!t)return null;const n=wl(t),i=e.exec(n);if(!i)return null;const o=t.pos-t.parentOffset;return{text:i[0],groups:[...i],start:o+i.index,end:o+i.index+i[0].length}}const Th=(r,e,t)=>{const{state:n}=r;r.dispatch(Zu(n.tr));const i=r.state.tr;i.replaceWith(e.start,e.end,m.Fragment.fromJSON(r.state.schema,t));const o=i.mapping.map(e.end);i.setSelection(O.create(i.doc,o)),r.dispatch(i.scrollIntoView())};class Ch extends m.RteFeatureImpl{constructor(e,t){super(),this.featureId=e,this.options=t,this.pluginKey=new ti("suggest"),this.loadGeneration=0,this.name=`RteSuggestFeature[${e}]`}selectSuggestion(e,t,n){const i=this.options.select(n);Th(e,t.match,i),e.focus()}async startLoadingSuggestions(e,t){const n=++this.loadGeneration,i=await this.options.load(e);n===this.loadGeneration&&t({type:"load",generation:n,suggestions:i})}getStyles(){return[this.contribution(kh)]}getPlugins(e){const t=o=>e.state.tr.setMeta(this.pluginKey,o),n=o=>e.dispatchTransaction(t(o)),i=new B({key:this.pluginKey,state:{init:()=>null,apply:(o,s,l,a)=>{const c=Sh(a,this.options.pattern);if(!c||!s&&!o.docChanged)return null;if(s?.dismissed)return s;const u=h=>h?!!(s?.loadingDecoration.find().length??0)?s.loadingDecoration.map(o.mapping,o.doc):v.create(o.doc,[W.widget(c.end,()=>{const b=document.createElement("span");b.className="suggest-loading-widget";const y=e.createComponent(is.ProgressRing);return y.size=-6,b.appendChild(y),b},{ignoreSelection:!0,side:1})]):v.empty,d=o.getMeta(this.pluginKey);if(s&&d)switch(d.type){case"load":return{...s,suggestions:{generation:d.generation,items:d.suggestions,selectedIndex:0,visibleFocus:!1},loadingDecoration:u(!1)};case"navigate":{/* v8 ignore next 3 -- defensive: navigate is only dispatched after results are loaded @preserve */if(!s.suggestions?.items.length)return s;if(!s.suggestions.visibleFocus)return{...s,suggestions:{...s.suggestions,visibleFocus:!0}};const h=Math.max(0,Math.min(s.suggestions.items.length-1,s.suggestions.selectedIndex+(d.action==="up"?-1:1)));return{...s,suggestions:{...s.suggestions,selectedIndex:h}}}case"dismiss":return{...s,dismissed:!0,loadingDecoration:v.empty}}if(!s)return this.startLoadingSuggestions(c.groups,n),{match:c,loadingDecoration:u(!0)};const f=c.groups[0]!==s.match.groups[0];return f&&this.startLoadingSuggestions(c.groups,n),{...s,match:c,suggestions:s.suggestions?{...s.suggestions,visibleFocus:!1}:void 0,loadingDecoration:u(f)}}},props:{decorations:o=>{const s=this.pluginKey.getState(o);return s?s.loadingDecoration.add(o.doc,[W.inline(s.match.start,s.match.end,{id:`suggest-anchor-${this.featureId}`})]):null}},view:o=>{const s=new Ln(o,e,{popupPlacement:"bottom"}),l=e.createComponent(Te);l.anchorId=`suggest-anchor-${this.featureId}`,l.kind="autocomplete",l.offset=4;const a=he(s,{className:"suggest-popover",children:[]});l.appendChild(a),o.dom.getRootNode().querySelector(".popovers").appendChild(l);const c=`${this.featureId}-suggestions-empty`,u=o.dom.getRootNode().host;let d=!1;const f=p=>{!d&&p&&m.dispatchSlottableRequest(u,"suggestions-empty-state",c,{id:this.featureId}),d&&!p&&m.dispatchSlottableRequest(u,"suggestions-empty-state",c,m.removeSymbol),d=p},h=p=>{a.innerHTML="";const b=p.suggestions,y=b.items.length===0;if(f(y),y){const T=document.createElement("slot");T.name=c,T.textContent=e.getLocale().richTextEditor.suggestNoResults,a.appendChild(he(s,{className:"suggest-empty-message",children:[T]}));return}for(const[T,A]of b.items.entries()){const w=e.createComponent(Jr.ListboxOption);w.text=A.text,w.textSecondary=A.textSecondary,T===b.selectedIndex&&(w._highlighted=!0,w.dataset.highlighted="true",b.visibleFocus&&w.classList.add("suggest-item--visible-focus"),queueMicrotask(()=>{w.scrollIntoView({block:"nearest"})})),w.addEventListener("click",N=>{N.preventDefault(),N.stopPropagation(),this.selectSuggestion(o,p,A)}),a.appendChild(w)}};return{update:p=>{s.updateBindings();const b=this.pluginKey.getState(p.state),y=Kr(b);l.requestOpenState(y),y?h(b):f(!1)},destroy:()=>{f(!1),l.remove()}}}});return[this.contribution(i),this.contribution(te({ArrowUp:(o,s)=>{const l=this.pluginKey.getState(o);return Er(l)?(s?.(t({type:"navigate",action:"up"})),!0):!1},ArrowDown:(o,s)=>{const l=this.pluginKey.getState(o);return Er(l)?(s?.(t({type:"navigate",action:"down"})),!0):!1},Enter:(o,s,l)=>{const a=this.pluginKey.getState(o);if(!Er(a))return!1;const c=a.suggestions.items[a.suggestions.selectedIndex];/* v8 ignore next 3 -- defensive: view is always passed by keymap @preserve */return l&&this.selectSuggestion(l,a,c),!0},Escape:(o,s)=>{const l=this.pluginKey.getState(o);return Kr(l)?(s?.(t({type:"dismiss"})),!0):!1}}),m.contributionPriority.high)]}}const Mh=m.featureFacade(Ch),xh=ne.defineVividComponent("rich-text-editor",Dl,$d,[Gl.dividerDefinition,Qo.selectDefinition,Jr.listboxOptionDefinition,ss.buttonDefinition,es.tooltipDefinition,ts.menuDefinition,ns.menuItemDefinition,rs.textFieldDefinition,Gd,is.progressRingDefinition],{styles:Xl,shadowOptions:{delegatesFocus:!0}}),Oh=ne.createRegisterFunction(xh);Oh();exports.RteAlignmentFeature=Yf;exports.RteAtomFeature=gh;exports.RteBase=rf;exports.RteBoldFeature=Df;exports.RteConfig=lu;exports.RteDropHandlerFeature=uh;exports.RteFileHandlerFeature=ah;exports.RteFontSizePickerFeature=gf;exports.RteHardBreakFeature=pf;exports.RteHtmlParser=xl;exports.RteHtmlSerializer=Ol;exports.RteInlineImageFeature=oh;exports.RteInputRuleFeature=yh;exports.RteItalicFeature=Nf;exports.RteLinkFeature=Qf;exports.RteListFeature=Gf;exports.RteMonospaceFeature=Lf;exports.RtePlaceholderFeature=ff;exports.RteStrikethroughFeature=Rf;exports.RteSuggestFeature=Mh;exports.RteTextBlockPickerFeature=sf;exports.RteTextColorPickerFeature=_f;exports.RteToolbarButtonFeature=fh;exports.RteToolbarFeature=cf;exports.RteUnderlineFeature=Af;
|
|
31
|
+
</${e}>`};class Te extends ne.VividElement{constructor(){super(...arguments),this.kind="default",this.anchorBlocksPopover=!1,this.onAnchorBlockPopoverChanged=()=>{this.anchorBlocksPopover=this.anchorEl?.dataset.blockPopover==="true"||!1},this.requestedOpenState=!1}static setBlockPopover(e,t){e.dataset.blockPopover=t?"true":"false";const n=new CustomEvent("block-popover-changed",{bubbles:!1,composed:!1});e.dispatchEvent(n)}anchorElChanged(e,t){e?.removeEventListener("block-popover-changed",this.onAnchorBlockPopoverChanged),t?.addEventListener("block-popover-changed",this.onAnchorBlockPopoverChanged),this.onAnchorBlockPopoverChanged()}anchorIdChanged(){this.updateAnchor()}updateAnchor(){this.anchorId&&this.isConnected?this.anchorEl=this.getRootNode().getElementById(this.anchorId)||void 0:this.anchorEl=void 0}requestOpenState(e){this.requestedOpenState=e}get open(){return this.requestedOpenState&&!!this.anchorEl&&!this.anchorBlocksPopover}#e;connectedCallback(){super.connectedCallback(),this.updateAnchor(),this.#e=new MutationObserver(e=>{e.some(t=>Array.from(t.addedNodes).some(n=>n instanceof HTMLElement&&n.id===this.anchorId))&&this.updateAnchor()}),this.#e.observe(this.getRootNode(),{childList:!0,subtree:!0})}disconnectedCallback(){super.disconnectedCallback(),this.#e.disconnect()}}ut([ne.observable],Te.prototype,"kind",2);ut([ne.observable],Te.prototype,"offset",2);ut([ne.observable],Te.prototype,"anchorBlocksPopover",2);ut([ne.observable],Te.prototype,"anchorEl",2);ut([ne.observable],Te.prototype,"anchorId",2);ut([ne.observable],Te.prototype,"requestedOpenState",2);ut([ne.volatile],Te.prototype,"open",1);const Gd=ne.defineVividComponent("rich-text-editor-popover",Te,Jd,[Tn.popupDefinition],{}),jd="h1,h2,h3,p{all:unset;display:block}h1:first-child,h2:first-child,h3:first-child,p:first-child{margin-block-start:0}h1:last-child,h2:last-child,h3:last-child,p:last-child{margin-block-end:0}p{font:var(--vvd-typography-base);font-variant-ligatures:unset;font-feature-settings:unset;line-height:20px;margin-block:16px}.heading-step-1{font:var(--vvd-typography-heading-4);font-variant-ligatures:unset;font-feature-settings:unset;line-height:28px;margin-block:24px 12px}.heading-step-2{font:var(--vvd-typography-heading-3);font-variant-ligatures:unset;font-feature-settings:unset;line-height:36px;margin-block:24px 12px}.heading-step-3{font:var(--vvd-typography-heading-2);font-variant-ligatures:unset;font-feature-settings:unset;line-height:42px;margin-block:32px 16px}";class Yd extends m.RteFeatureImpl{constructor(e){super(),this.enabledBlocks=e,this.name="RteBasicTextBlocks"}getStyles(){return[this.contribution(jd)]}getSchema(e,t){const n={};this.enabledBlocks.paragraph&&(n.paragraph={group:"block",content:"inline*",attrs:{...e.attrs},parseDOM:[{tag:"p",getAttrs:o=>e.fromDOM(o)}],marks:t.getAllowedMarksForNode("paragraph").join(" "),toDOM(o){return["p",{part:"node--paragraph",...e.getDOMAttrsProperties(o)},0]},serializeToDOM(o){return["p",...e.getDOMAttrs(o),0]}});let i=0;for(const o of[3,2,1]){const s=`heading${o}`,l=`h${o}`;if(!this.enabledBlocks[s])continue;i++;const a=i;n[s]={group:"block",content:"inline*",attrs:{...e.attrs},parseDOM:[{tag:l,getAttrs:c=>e.fromDOM(c)}],marks:t.getAllowedMarksForNode(s).join(" "),defining:!0,toDOM(c){return[l,{class:`heading-step-${a}`,part:`node--${s}`,...e.getDOMAttrsProperties(c)},0]},serializeToDOM(c){return[l,...e.getDOMAttrs(c),0]}}}return[this.contribution({nodes:n})]}getPlugins(e){const t={};this.enabledBlocks.paragraph&&(t["Mod-Alt-0"]=this.setBlockType(e,"paragraph"));for(const n of[1,2,3]){const i=`heading${n}`;this.enabledBlocks[i]&&(t[`Mod-Alt-${n}`]=this.setBlockType(e,i))}return[this.contribution(j(t))]}getCurrentBlockType(e){const{$from:t,$to:n}=e.selection,i=t.depth===0?e.doc.childAfter(t.pos).node:t.node(1),o=n.depth===0?e.doc.childBefore(n.pos).node:n.node(1);return i!==o||!(i.type.name in this.enabledBlocks)?null:i.type.name}setBlockType(e,t){return(n,i)=>{const{from:o,to:s}=n.selection,l=n.tr;let a=!1;return n.doc.nodesBetween(o,s,(c,u)=>(c.type.name in this.enabledBlocks&&(a=!0,l.setBlockType(u,u+c.nodeSize,n.schema.nodes[t],d=>e.textblockAttrs.extractFromNode(d))),!1)),a?(i?.(l),!0):!1}}}class Ze{constructor(e,t,n={}){this.match=e,this.match=e,this.handler=typeof t=="string"?Xd(t):t,this.undoable=n.undoable!==!1,this.inCode=n.inCode||!1,this.inCodeMark=n.inCodeMark!==!1}}function Xd(r){return function(e,t,n,i){let o=r;if(t[1]){let s=t[0].lastIndexOf(t[1]);o+=t[0].slice(s+t[1].length),n+=s;let l=n-i;l>0&&(o=t[0].slice(s-l,s)+o,n=i)}return e.tr.insertText(o,n,i)}}const Zd=500;function Qd({rules:r}){let e=new B({state:{init(){return null},apply(t,n){let i=t.getMeta(this);return i||(t.selectionSet||t.docChanged?null:n)}},props:{handleTextInput(t,n,i,o){return qo(t,n,i,o,r,e)},handleDOMEvents:{compositionend:t=>{setTimeout(()=>{let{$cursor:n}=t.state.selection;n&&qo(t,n.pos,n.pos,"",r,e)})}}},isInputRules:!0});return e}function qo(r,e,t,n,i,o){if(r.composing)return!1;let s=r.state,l=s.doc.resolve(e),a=l.parent.textBetween(Math.max(0,l.parentOffset-Zd),l.parentOffset,null,"")+n;for(let c=0;c<i.length;c++){let u=i[c];if(!u.inCodeMark&&l.marks().some(p=>p.type.spec.code))continue;if(l.parent.type.spec.code){if(!u.inCode)continue}else if(u.inCode==="only")continue;let d=u.match.exec(a);if(!d||d[0].length<n.length)continue;let f=e-(d[0].length-n.length);if(!u.inCodeMark){let p=!1;if(s.doc.nodesBetween(f,l.pos,b=>{b.isInline&&b.marks.some(y=>y.type.spec.code)&&(p=!0)}),p)continue}let h=u.handler(s,d,f,t);if(h)return u.undoable&&h.setMeta(o,{transform:h,from:e,to:t,text:n}),r.dispatch(h),!0}return!1}const ef=(r,e)=>{let t=r.plugins;for(let n=0;n<t.length;n++){let i=t[n],o;if(i.spec.isInputRules&&(o=i.getState(r))){if(e){let s=r.tr,l=o.transform;for(let a=l.steps.length-1;a>=0;a--)s.step(l.steps[a].invert(l.docs[a]));if(o.text){let a=s.doc.resolve(o.from).marks();s.replaceWith(o.from,o.to,r.schema.text(o.text,a))}else s.delete(o.from,o.to);e(s)}return!0}}return!1};new Ze(/--$/,"—",{inCodeMark:!1});new Ze(/\.\.\.$/,"…",{inCodeMark:!1});new Ze(/(?:^|[\s\{\[\(\<'"\u2018\u201C])(")$/,"“",{inCodeMark:!1});new Ze(/"$/,"”",{inCodeMark:!1});new Ze(/(?:^|[\s\{\[\(\<'"\u2018\u201C])(')$/,"‘",{inCodeMark:!1});new Ze(/'$/,"’",{inCodeMark:!1});const wl=r=>r.parent.textBetween(0,r.parentOffset,void 0,"");class tf extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteInputRulesFeature"}getPlugins(e){const t=m.sortedContributions(e.config.features.flatMap(s=>s.getInputRules(e)));if(t.length===0)return[];const n=[],i=t.map(s=>s.rule);n.push(this.contribution(Qd({rules:i}))),n.push(this.contribution(j({Backspace:ef}),m.contributionPriority.high));const o=t.filter(s=>s.enterHandler).map(s=>s.enterHandler);return o.length>0&&n.push(this.contribution(j({Enter:(s,l)=>{const{$cursor:a}=s.selection;if(!a)return!1;const c=wl(a);for(const{regex:u,handler:d}of o){const f=u.exec(c);if(!f)continue;const h=a.pos-a.parentOffset+f.index,p=h+f[0].length,b=d(s,f,h,p);b&&l?.(b);break}return!1}}),m.contributionPriority.highest)),n}}class nf extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RteBase"}getSchema(){return[this.contribution({nodes:{doc:{content:"block+"},text:{group:"inline"}}})]}getFeatures(){return[this,new dd,new Yd({heading1:this.config?.heading1??!1,heading2:this.config?.heading2??!1,heading3:this.config?.heading3??!1,paragraph:this.config?.paragraph??!0}),new tf]}getPublicInterface(e){const t=e.getFeature("RteCore");return{get disabled(){return t.disabled.getValue(e)},set disabled(n){t.disabled.setValue(e,n)}}}}const rf=m.featureFacade(nf);class of extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RteTextBlockPickerFeature"}getToolbarItems(e){const t=e.getFeature("RteBasicTextBlocks");return[this.contribution({section:"font",render:n=>od(n,{label:()=>n.rte.getLocale().richTextEditor.paragraphStyles,value:i=>t.getCurrentBlockType(i.view.state)??"",onSelect:i=>{const{state:o,dispatch:s}=n.view;t.setBlockType(e,i)(o,s)},children:this.config.options.map(i=>id(n,{text:i.label,value:i.node,disabled:()=>!t.setBlockType(e,i.node)(n.view.state)}))})},1)]}}const sf=m.featureFacade(of),lf=".toolbar{display:flex;flex-wrap:wrap;align-items:center;padding:4px;background-color:var(--vvd-color-neutral-50);gap:8px}.toolbar--hidden{display:none}";class af extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RteToolbarFeature",this.hidden=new hl(!1)}getStyles(){return[this.contribution(lf)]}getPlugins(e){const t=["history","font","text-style","textblock","insert"],n=new Map(t.map(o=>[o,[]]));for(const o of m.sortedContributions(e.features.flatMap(s=>s.getToolbarItems(e))))n.get(o.section).push(o);const i=e.getFeature("RteCore");return[this.contribution(this.hidden.plugin),this.contribution(new B({view:o=>{const s=new Ln(o,e,{popupPlacement:this.config?.popupDirection==="outward"?"bottom":"top",menuOffset:8,disabled:()=>i.disabled.getValue(e)}),l=o.dom.getRootNode().querySelector(".toolbar");s.bindProp(()=>this.hidden.getValue(e),c=>{l.classList.toggle("toolbar--hidden",c)});let a=!1;for(const c of t){const u=n.get(c);u.length&&a&&(l.appendChild(_r(s)),a=!1);for(const d of u)l.appendChild(d.render(s)),a=!0}return{update(){s.updateBindings()},destroy(){l.innerHTML=""}}}}))]}getPublicInterface(e){const t=this.hidden;return{get hidden(){return t.getValue(e)},set hidden(n){t.setValue(e,n)}}}}const cf=m.featureFacade(af),uf=".placeholder{display:contents}.placeholder:before{position:absolute;color:var(--vvd-color-neutral-600);content:attr(data-placeholder);font-size:var(--placeholder-font-size, inherit);inset-inline:var(--editor-padding-inline);line-height:inherit;pointer-events:none}";class df extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RtePlaceholderFeature"}getStyles(){return[this.contribution(uf)]}getPlugins(){const e=new B({props:{decorations:t=>{if(t.doc.nodeSize===4){const i=t.schema.marks.fontSize?.isInSet(t.storedMarks??[])?.attrs.size;return v.create(t.doc,[W.widget(1,()=>{const o=document.createElement("span");return o.className="placeholder",o.dataset.placeholder=this.config.text,i&&o.style.setProperty("--placeholder-font-size",i),o})])}return null}}});return[this.contribution(e)]}}const ff=m.featureFacade(df);class hf extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteHardBreakFeature"}getSchema(){return[this.contribution({nodes:{hardBreak:{inline:!0,group:"inline",selectable:!1,parseDOM:[{tag:"br"}],toDOM(){return["br"]}}}})]}getPlugins(e){const n={"Shift-Enter":(i,o)=>(o?.(i.tr.replaceSelectionWith(i.schema.nodes.hardBreak.create(),!0).scrollIntoView()),!0)};return[this.contribution(j(n),m.contributionPriority.high)]}}const pf=m.featureFacade(hf),Cr=Symbol("mixedFontSize");class mf extends m.RteFeatureImpl{constructor(e){if(super(),this.config=e,this.name="RteFontSizePickerFeature",this.fontSizes=e.options,e.onBlocks){this.defaultFontSizeForNode={};for(const t of e.onBlocks)this.defaultFontSizeForNode[t.node]=t.defaultSize??null}}getTextblockMarks(){return this.config?.onBlocks?this.config.onBlocks.map(e=>this.contribution({markName:"fontSize",onNodeName:e.node})):[this.contribution({markName:"fontSize"})]}getSchema(){const e={attrs:{size:{validate:"string"}},parseDOM:[{tag:"span[style*='font-size']",getAttrs:t=>{const i=t.getAttribute("style").match(/font-size:\s*([^;]+)/)?.[1]?.trim();return i?{size:i}:!1}}],toDOM:t=>["span",{style:`font-size: ${mi(t.attrs.size)};`},0],cursorFix:(t,n)=>{const i=n.storedMarks;if(!i)return null;const o=i.find(s=>s.type.name==="fontSize");if(o)return{"font-size":o.attrs.size};if(i.length===0){const s=this.defaultFontSizeForNode?.[t.parent.type.name];if(s)return{"font-size":s}}return null}};return[this.contribution({marks:{fontSize:e}})]}getPlugins(){return[this.contribution(j({"Mod-Shift-.":this.adjustFontSize(-1),"Mod-Shift-,":this.adjustFontSize(1)}))]}getToolbarItems(e){return[this.contribution({section:"font",render:t=>hi(t,{label:()=>e.getLocale().richTextEditor.textSize,trigger:_(t,{label:()=>e.getLocale().richTextEditor.textSize,icon:"text-size-line"}),children:this.fontSizes.map(n=>td(t,{text:n.label,checked:()=>this.getFontSizeFromSelection(t.view.state)===n.size,disabled:()=>!this.setFontSize(n.size)(t.view.state),onSelect:()=>{const{state:i,dispatch:o}=t.view;this.setFontSize(n.size)(i,o)}}))})},2)]}getFontSizeFromSelection(e){const{from:t,to:n,$from:i,empty:o}=e.selection,{fontSize:s}=e.schema.marks;if(o){const c=this.defaultFontSizeForNode?.[i.parent.type.name]??null;return s.isInSet(e.storedMarks||i.marks())?.attrs.size??c}let l=null;const a=c=>{l===null?l=c??null:c!==l&&(l=Cr)};return e.doc.nodesBetween(t,n,(c,u,d)=>l===Cr?!1:c.isLeaf?(a(s.isInSet(c.marks)?.attrs.size??(d&&this.defaultFontSizeForNode?.[d.type.name])),!0):(c.type.allowsMarkType(s)&&c.childCount===0&&a(this.defaultFontSizeForNode?.[c.type.name]),!0)),l}setFontSize(e){return(t,n)=>{const{from:i,to:o,empty:s,$from:l}=t.selection,{fontSize:a}=t.schema.marks;if(!Be(a,{size:e})(t))return!1;const c=t.tr;if(s){const d=(t.storedMarks||[]).filter(h=>h.type!==a),f=this.defaultFontSizeForNode?.[l.parent.type.name];e!==f&&d.push(a.create({size:e})),c.setStoredMarks(d)}else c.addMark(i,o,a.create({size:e})),c.doc.nodesBetween(i,o,(u,d,f)=>{if(!u.isInline)return;const h=a.isInSet(u.marks),p=this.defaultFontSizeForNode?.[f.type.name];h&&h.attrs.size===p&&c.step(new be(d,d+u.nodeSize,h))});return n?.(c.scrollIntoView()),!0}}adjustFontSize(e){return(t,n)=>{const i=this.getFontSizeFromSelection(t);if(i===null||i===Cr)return!1;const s=this.fontSizes.findIndex(l=>l.size===i)+e;return s<0||s>=this.fontSizes.length?!1:this.setFontSize(this.fontSizes[s].size)(t,n)}}}const gf=m.featureFacade(mf),bf=["p",0],yf=["blockquote",0],kf=["hr"],Sf=["pre",["code",0]],Tf=["br"],Cf={doc:{content:"block+"},paragraph:{content:"inline*",group:"block",parseDOM:[{tag:"p"}],toDOM(){return bf}},blockquote:{content:"block+",group:"block",defining:!0,parseDOM:[{tag:"blockquote"}],toDOM(){return yf}},horizontal_rule:{group:"block",parseDOM:[{tag:"hr"}],toDOM(){return kf}},heading:{attrs:{level:{default:1,validate:"number"}},content:"inline*",group:"block",defining:!0,parseDOM:[{tag:"h1",attrs:{level:1}},{tag:"h2",attrs:{level:2}},{tag:"h3",attrs:{level:3}},{tag:"h4",attrs:{level:4}},{tag:"h5",attrs:{level:5}},{tag:"h6",attrs:{level:6}}],toDOM(r){return["h"+r.attrs.level,0]}},code_block:{content:"text*",marks:"",group:"block",code:!0,defining:!0,parseDOM:[{tag:"pre",preserveWhitespace:"full"}],toDOM(){return Sf}},text:{group:"inline"},image:{inline:!0,attrs:{src:{validate:"string"},alt:{default:null,validate:"string|null"},title:{default:null,validate:"string|null"}},group:"inline",draggable:!0,parseDOM:[{tag:"img[src]",getAttrs(r){return{src:r.getAttribute("src"),title:r.getAttribute("title"),alt:r.getAttribute("alt")}}}],toDOM(r){let{src:e,alt:t,title:n}=r.attrs;return["img",{src:e,alt:t,title:n}]}},hard_break:{inline:!0,group:"inline",selectable:!1,parseDOM:[{tag:"br"}],toDOM(){return Tf}}},Mf=["em",0],xf=["strong",0],Of=["code",0],bi={link:{attrs:{href:{validate:"string"},title:{default:null,validate:"string|null"}},inclusive:!1,parseDOM:[{tag:"a[href]",getAttrs(r){return{href:r.getAttribute("href"),title:r.getAttribute("title")}}}],toDOM(r){let{href:e,title:t}=r.attrs;return["a",{href:e,title:t},0]}},em:{parseDOM:[{tag:"i"},{tag:"em"},{style:"font-style=italic"},{style:"font-style=normal",clearMark:r=>r.type.name=="em"}],toDOM(){return Mf}},strong:{parseDOM:[{tag:"strong"},{tag:"b",getAttrs:r=>r.style.fontWeight!="normal"&&null},{style:"font-weight=400",clearMark:r=>r.type.name=="strong"},{style:"font-weight",getAttrs:r=>/^(bold(er)?|[5-9]\d{2,})$/.test(r)&&null}],toDOM(){return xf}},code:{code:!0,parseDOM:[{tag:"code"}],toDOM(){return Of}}};new m.Schema({nodes:Cf,marks:bi});class nn extends m.RteFeatureImpl{constructor(e){super(),this.config=e}getTextblockMarks(){return this.config?.onBlocks?this.config.onBlocks.map(e=>this.contribution({markName:this.markName,onNodeName:e.node})):[this.contribution({markName:this.markName})]}}class Ef extends nn{constructor(){super(...arguments),this.name="RteBoldFeature",this.markName="bold"}getSchema(){return[this.contribution({marks:{bold:bi.strong}})]}getPlugins(e){return[this.contribution(j({"Mod-b":Be(e.schema.marks.bold)}))]}getToolbarItems(e){return[this.contribution({section:"text-style",render:t=>tn(t,{label:()=>t.rte.getLocale().richTextEditor.bold,icon:"bold-line",markType:e.schema.marks.bold})},1)]}}const Df=m.featureFacade(Ef);class wf extends nn{constructor(){super(...arguments),this.name="RteItalicFeature",this.markName="italic"}getSchema(){return[this.contribution({marks:{italic:bi.em}})]}getPlugins(e){return[this.contribution(j({"Mod-i":Be(e.schema.marks.italic)}))]}getToolbarItems(e){return[this.contribution({section:"text-style",render:t=>tn(t,{label:()=>t.rte.getLocale().richTextEditor.italic,icon:"italic-line",markType:e.schema.marks.italic})},2)]}}const Nf=m.featureFacade(wf);class vf extends nn{constructor(){super(...arguments),this.name="RteUnderlineFeature",this.markName="underline"}getSchema(){return[this.contribution({marks:{underline:{parseDOM:[{tag:"u"}],toDOM(){return["u",0]}}}})]}getPlugins(e){return[this.contribution(j({"Mod-u":Be(e.schema.marks.underline)}))]}getToolbarItems(e){return[this.contribution({section:"text-style",render:t=>tn(t,{label:()=>t.rte.getLocale().richTextEditor.underline,icon:"underline-line",markType:e.schema.marks.underline})},3)]}}const Af=m.featureFacade(vf);class Rf extends nn{constructor(){super(...arguments),this.name="RteStrikethroughFeature",this.markName="strikethrough"}getSchema(){return[this.contribution({marks:{strikethrough:{parseDOM:[{tag:"s"},{tag:"del"}],toDOM(){return["s",0]}}}})]}getPlugins(e){return[this.contribution(j({"Alt-Shift-5":Be(e.schema.marks.strikethrough),"Cmd-Shift-X":Be(e.schema.marks.strikethrough)}))]}getToolbarItems(e){return[this.contribution({section:"text-style",render:t=>tn(t,{label:()=>t.rte.getLocale().richTextEditor.strikethrough,icon:"strikethrough-line",markType:e.schema.marks.strikethrough})},4)]}}const If=m.featureFacade(Rf),Ff="tt{font:var(--vvd-typography-base-code);font-variant-ligatures:unset;font-feature-settings:unset;font-size:unset;font-weight:unset;line-height:unset}";class Pf extends nn{constructor(){super(...arguments),this.name="RteMonospaceFeature",this.markName="monospace"}getStyles(){return[this.contribution(Ff)]}getSchema(){return[this.contribution({marks:{monospace:{parseDOM:[{tag:"tt"},{tag:"code"}],toDOM(){return["tt",0]}}}})]}getPlugins(e){return[this.contribution(j({"Mod-M":Be(e.schema.marks.monospace)}))]}getToolbarItems(e){return[this.contribution({section:"text-style",render:t=>tn(t,{label:()=>t.rte.getLocale().richTextEditor.monospace,icon:"monospace-line",markType:e.schema.marks.monospace})},5)]}}const Lf=m.featureFacade(Pf);function zf(r,e,t){for(let n=0;n<e.length;n++){const{$from:i,$to:o}=e[n];let s=i.depth==0?r.type.allowsMarkType(t):!1;if(r.nodesBetween(i.pos,o.pos,l=>s?!1:(s=l.inlineContent&&l.type.allowsMarkType(t),!0)),s)return!0}return!1}const Mr=Symbol("mixedColor");class Bf extends m.RteFeatureImpl{constructor(e){if(super(),this.config=e,this.name="RteTextColorPicker",e?.onBlocks){this.defaultColorForNode={};for(const t of e.onBlocks)this.defaultColorForNode[t.node]=t.defaultColor??null}}getTextblockMarks(){return this.config?.onBlocks?this.config.onBlocks.map(e=>this.contribution({markName:"textColor",onNodeName:e.node})):[this.contribution({markName:"textColor"})]}getSchema(){return[this.contribution({marks:{textColor:{attrs:{color:{validate:"string"}},parseDOM:[{tag:"span[data-text-color]",getAttrs:e=>({color:e.getAttribute("data-text-color")})},{style:"color",getAttrs:e=>({color:e})}],toDOM(e){const{color:t}=e.attrs;return["span",{style:`color: ${mi(t)};`,"data-text-color":t},0]},inclusive:!0}}})]}getToolbarItems(){return[this.contribution({section:"text-style",render:e=>{const t=_(e,{label:()=>e.rte.getLocale().richTextEditor.textColor,disabled:()=>!this.setColor("any")(e.view.state),icon:"textcolor-line"}),n=t.firstElementChild;return he(e,{children:[t,sd(e,{name:"text-color-picker",assignedProps:{anchor:n,value:()=>this.getSelectionColor(e.view.state)||""},assignedEvents:{change:i=>{const o=i.currentTarget.value;this.setColor(o)(e.view.state,e.view.dispatch)}}})]})}},6)]}getSelectionColor(e){const{selection:t}=e,{textColor:n}=e.schema.marks,{from:i,to:o,$from:s,empty:l}=t;if(l){const u=this.defaultColorForNode?.[s.parent.type.name]??null;return n.isInSet(e.storedMarks||s.marks())?.attrs.color??u}let a=null;const c=u=>{a===null?a=u??null:u!==a&&(a=Mr)};return e.doc.nodesBetween(i,o,(u,d,f)=>a===Mr?!1:u.isLeaf?(c(n.isInSet(u.marks)?.attrs.color??(f&&this.defaultColorForNode?.[f.type.name])),!0):(u.type.allowsMarkType(n)&&u.childCount===0&&c(this.defaultColorForNode?.[u.type.name]),!0)),a===Mr?null:a}setColor(e){return(t,n)=>{const{textColor:i}=t.schema.marks,{from:o,to:s,empty:l,$from:a}=t.selection;if(!zf(t.doc,t.selection.ranges,i))return!1;const c=t.tr;if(l){const d=(t.storedMarks||[]).filter(h=>h.type!==i),f=this.defaultColorForNode?.[a.parent.type.name];e!==f&&d.push(i.create({color:e})),c.setStoredMarks(d)}else c.addMark(o,s,i.create({color:e})),c.doc.nodesBetween(o,s,(u,d,f)=>{if(!u.isInline)return;const h=i.isInSet(u.marks),p=this.defaultColorForNode?.[f.type.name];h&&h.attrs.color===p&&c.step(new be(d,d+u.nodeSize,h))});return n?.(c.scrollIntoView()),!0}}}const _f=m.featureFacade(Bf),Vf=".rich-text ul,.rich-text ol{padding-inline-start:1.5em}.rich-text li{list-style-position:inside}",xr=r=>r.parentOffset===0,Hf=r=>r.nodeSize===2,vt=r=>r.depth-1,Ur=r=>r.depth-2,Nl=r=>r.parent,$r=r=>r.node(vt(r)),vl=r=>r.depth>2,Al=(r,e)=>r.index(e)===0,Wf=(r,e)=>r.index(e)===r.node(e).childCount-1,Rl=(r,e)=>{const t=r.node(e),n=r.index(e);return t.maybeChild(n-1)},Uf=(r,e)=>{const t=r.node(e),n=r.index(e);return t.maybeChild(n+1)},Ko=r=>{let{$from:e,$to:t}=r;if(r instanceof G){const n=O.between(r.$from,r.$to);e=n.$from,t=n.$to}return{$from:e,$to:t}},Jo=(r,e)=>r.sameParent(e)?r.node(-1):r.node(r.sharedDepth(e.pos)),mn=r=>{const{$cursor:e}=r.selection;return e?.parent.type===r.schema.nodes.listItem?e:null},Go=(r,e,t,n)=>{let i,o=!0;return r.doc.nodesBetween(e.pos,t.pos,s=>{s.type.isInGroup("list")&&(i=s.type),s.type===r.schema.nodes.listItem&&i!==n&&(o=!1)}),o},Or=(r,e,t)=>{vl(e)?Il(e,t):$f(r,e,t)},Il=(r,e)=>{const t=new m.NodeRange(r.doc.resolve(r.before()),r.doc.resolve(r.after()),r.depth-1);e.lift(t,r.depth-2)},$f=(r,e,t)=>{const n=$r(e),i=e.index(Ur(e)),o=fl(e.node(Ur(e)).contentMatchAt(i+1)),s=Al(e,vt(e)),l=Wf(e,vt(e));t.step(new te(e.before()-(s?1:0),e.after()+(l?1:0),e.start(),e.end(),new m.Slice((s?m.Fragment.empty:m.Fragment.from(n.copy(m.Fragment.empty))).append(m.Fragment.from(o.create(r.textblockAttrs.extractFromNode(Nl(e))))).append(l?m.Fragment.empty:m.Fragment.from(n.copy(m.Fragment.empty))),s?0:1,l?0:1),(s?0:1)+1))},qf=(r,e,t,n)=>{t.parent.type===r.schema.nodes.listItem?Fl(e,t,n):Kf(r,e,t,n)},Fl=(r,e,t)=>{const n=Rl(e,vt(e))?.type===r,i=Uf(e,vt(e))?.type===r,o=n?1:0,s=i?1:0;t.step(new te(e.before()-(n?1:0),e.after()+(i?1:0),e.before(),e.after(),new m.Slice(m.Fragment.from(r.create(null,[])),o,s),1-o))},Kf=(r,e,t,n)=>{n.step(new te(t.before(),t.after(),t.start(),t.end(),new m.Slice(m.Fragment.from(e.create(null,[r.schema.nodes.listItem.create(r.textblockAttrs.extractFromNode(t.parent))])),0,0),2))};class Jf extends m.RteFeatureImpl{constructor(e){if(super(),this.config=e,this.name="RteListFeature",!e.bulletList&&!e.numberedList)throw new Error("RteListFeature requires at least one of bulletList or numberedList to be enabled")}getStyles(){return[this.contribution(Vf)]}getSchema(e){return[this.contribution({nodes:{listItem:{content:"inline*",attrs:e.attrs,defining:!0,parseDOM:[{tag:"li",getAttrs:t=>e.fromDOM(t)}],toDOM(t){return["li",...e.getDOMAttrs(t),0]}},...this.config.bulletList?{bulletList:{group:"block list",content:"(listItem | list)+",parseDOM:[{tag:"ul"}],toDOM(){return["ul",0]}}}:{},...this.config.numberedList?{numberedList:{group:"block list",content:"(listItem | list)+",parseDOM:[{tag:"ol"}],toDOM(){return["ol",0]}}}:{}}})]}getPlugins(e){this.rte=e;const t=(s,l)=>{const a=mn(s);if(a&&xr(a)){const c=s.tr;return Fl($r(a).type,a,c),l?.(c.scrollIntoView()),!0}return!1},n=(s,l)=>{const a=mn(s);if(a&&xr(a)&&vl(a)){const c=s.tr;return Il(a,c),l?.(c.scrollIntoView()),!0}return!1},i=(s,l)=>{const a=mn(s);if(a&&Hf(Nl(a))){const c=s.tr;return Or(this.rte,a,c),l?.(c.scrollIntoView()),!0}return!1},o=(s,l)=>{const a=mn(s);if(a&&xr(a)){if(Al(a,vt(a))&&Rl(a,Ur(a))?.type===$r(a).type)return!1;const c=s.tr;return Or(this.rte,a,c),l?.(c.scrollIntoView()),!0}return!1};return[this.contribution(j({Enter:i,Backspace:o,Tab:t,"Shift-Tab":n,...this.config.bulletList?{"Mod-Shift-8":this.toggleList(e.schema.nodes.bulletList)}:{},...this.config.numberedList?{"Mod-Shift-7":this.toggleList(e.schema.nodes.numberedList)}:{}}),m.contributionPriority.high)]}getToolbarItems(e){const t=[];return this.config.bulletList&&t.push(this.contribution({section:"textblock",render:n=>_(n,{label:()=>n.rte.getLocale().richTextEditor.bulletList,icon:"bullet-list-2-line",active:()=>this.isSelectionInList(e.schema.nodes.bulletList,n.rte.state),onClick:()=>{const{state:i,dispatch:o}=n.view;this.toggleList(e.schema.nodes.bulletList)(i,o)}})},1)),this.config.numberedList&&t.push(this.contribution({section:"textblock",render:n=>_(n,{label:()=>n.rte.getLocale().richTextEditor.numberedList,icon:"list-numbered-line",active:()=>this.isSelectionInList(e.schema.nodes.numberedList,n.rte.state),onClick:()=>{const{state:i,dispatch:o}=n.view;this.toggleList(e.schema.nodes.numberedList)(i,o)}})},2)),t}toggleList(e){return vu((t,n)=>{const{$from:i,$to:o}=Ko(t.selection);if(Jo(i,o).type.isInGroup("list"))if(Go(t,i,o,e)){const l=t.tr;return t.doc.nodesBetween(i.pos,o.pos,(a,c)=>{if(a.type===t.schema.nodes.listItem){const u=l.doc.resolve(l.mapping.map(c+1));Or(this.rte,u,l)}}),n?.(l.scrollIntoView()),!0}else{const l=t.tr;return t.doc.nodesBetween(i.pos,o.pos,(a,c)=>{a.type.isInGroup("list")&&a.type!==e&&l.setNodeMarkup(c,e,a.attrs)}),n?.(l.scrollIntoView()),!0}else{const l=t.tr;return t.doc.nodesBetween(i.pos,o.pos,(a,c)=>{if(!a.isTextblock)return;const u=l.doc.resolve(l.mapping.map(c+1));qf(this.rte,e,u,l)}),n?.(l.scrollIntoView()),!0}},(t,n)=>t.type===e&&n.type===e)}isSelectionInList(e,t){const{$from:n,$to:i}=Ko(t.selection);return Jo(n,i).type.isInGroup("list")?Go(t,n,i,e):!1}}const Gf=m.featureFacade(Jf),qr=[{value:"left",icon:"align-left-line",label:"left"},{value:"center",icon:"align-center-line",label:"center"},{value:"right",icon:"align-right-line",label:"right"}],jo=r=>qr.find(e=>e.value===r)?.value??"left";class jf extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteAlignmentFeature"}getTextblockAttrs(){return[this.contribution({name:"textAlign",default:"left",fromDOM(e){return jo(e.style.textAlign)},toStyles(e){return[`text-align: ${jo(e.attrs.textAlign)}`]}})]}getPlugins(){return[this.contribution(j({"Mod-L":this.setAlignment("left"),"Mod-E":this.setAlignment("center"),"Mod-R":this.setAlignment("right")}))]}getToolbarItems(){return[this.contribution({section:"textblock",render:e=>hi(e,{label:()=>e.rte.getLocale().richTextEditor.alignment,trigger:_(e,{label:()=>e.rte.getLocale().richTextEditor.alignment,icon:()=>{const t=this.getAlignmentFromSelection(e.view.state);return qr.find(n=>n.value===t)?.icon??"align-left-line"}}),children:[nd(e,{children:qr.map((t,n)=>_(e,{icon:t.icon,label:()=>e.rte.getLocale().richTextEditor.alignments[t.label],slot:"header",noTooltip:!0,autofocus:()=>{const i=this.getAlignmentFromSelection(e.view.state);return(i==="mixed"||i===null)&&n===0?!0:t.value===i},active:()=>this.getAlignmentFromSelection(e.view.state)===t.value,disabled:()=>this.getAlignmentFromSelection(e.view.state)===null,onClick:()=>{const{state:i,dispatch:o}=e.view;this.setAlignment(t.value)(i,o)}}))})]})},3)]}getAlignmentFromSelection(e){const{selection:t}=e,{from:n,to:i}=t;let o=null;return e.doc.nodesBetween(n,i,s=>{o!=="mixed"&&s.type.isTextblock&&(o?o!==s.attrs.textAlign&&(o="mixed"):o=s.attrs.textAlign)}),o}setAlignment(e){return(t,n)=>{const{tr:i,selection:o}=t,{from:s,to:l}=o;return t.doc.nodesBetween(s,l,(a,c)=>{a.type.isTextblock&&i.setNodeMarkup(c,a.type,{...a.attrs,textAlign:e})}),n?.(i.scrollIntoView()),!0}}}const Yf=m.featureFacade(jf),Xf=".link-popover{display:flex;flex-direction:column;padding:16px;gap:8px;inline-size:450px}.link-popover-header{display:flex;align-items:center;justify-content:space-between}.link-popover-label{color:var(--vvd-color-neutral-600);font:var(--vvd-typography-base-condensed)}.link-popover-content{display:flex;flex-direction:column;gap:16px}.link,.rich-text a[href],.link:visited,.rich-text a[href]:visited{color:var(--vvd-color-cta-600)}.link:hover,.rich-text a[href]:hover{color:var(--vvd-color-cta-500)}.link:active,.rich-text a[href]:active{color:var(--vvd-color-cta-400)}.link-action-bar{display:flex;justify-content:end;gap:8px}.link-toolbar-menu{display:flex;flex-direction:column;padding:8px;gap:16px;inline-size:368px}",Yo="(?:https?://|www\\.)[^\\s<]+";function Xo(r,e,t,n){if(r.doc.rangeHasMark(t,t+1,r.schema.marks.link))return null;const i=e.replace(/[.,;:!?) ]+$/,""),o=i.startsWith("www.")?`https://${i}`:i,s=r.schema.marks.link.create({href:o}),l=t+i.length,a=e.slice(i.length),c=r.tr.addMark(t,l,s);return a&&c.replaceWith(l,n,r.schema.text(a)),c}class Zf extends m.RteFeatureImpl{constructor(){super(...arguments),this.name="RteLinkFeature",this.removeLink=(e,t)=>{const n=e.tr,i=this.getCurrentLink(e);return n.removeMark(i.start,i.end,e.schema.marks.link),t?.(n.scrollIntoView()),!0}}getStyles(){return[this.contribution(Xf)]}getSchema(){return[this.contribution({marks:{link:{attrs:{href:{validate:"string"}},inclusive:!1,parseDOM:[{tag:"a[href]",getAttrs(e){return{href:e.getAttribute("href")}}}],toDOM(e){const{href:t}=e.attrs;return["a",{href:Ld(t)},0]}}}},m.contributionPriority.high)]}getTextblockMarks(){return[this.contribution({markName:"link"})]}getInputRules(){const e=new RegExp(`${Yo}$`);return[this.contribution({rule:new Ze(new RegExp(`${Yo} $`),(t,n,i,o)=>Xo(t,n[0],i,o)),enterHandler:{regex:e,handler:(t,n,i,o)=>Xo(t,n[0],i,o)}})]}getPlugins(e){const t=()=>(this.toolbarMenu.open=!0,!0);return[this.contribution(new B({props:{decorations:n=>{const i=this.getCurrentLink(n);if(i){const o=W.inline(i.start,i.end,{id:"current-link"});return v.create(n.doc,[o])}return null}},view:n=>{const i=new Ln(n,e,{popupPlacement:"bottom"}),o=e.createComponent(Te);o.anchorId="current-link";const s=he(i,{className:"link-popover",children:[he(i,{className:"link-popover-header",children:[he(i,{className:"link-popover-label",children:[Lo(i,{text:()=>this.getCurrentLink(i.view.state)?.text||""})]}),_(i,{icon:"close-line",label:()=>i.rte.getLocale().richTextEditor.close,noTooltip:!0,onClick:()=>{o.requestOpenState(!1)}})]}),he(i,{className:"link-popover-content",children:[ed(i,{className:"link",href:()=>this.getCurrentLink(i.view.state)?.href||"",target:"_blank",rel:"noopener",children:[Lo(i,{text:()=>this.getCurrentLink(i.view.state)?.href||""})]}),he(i,{className:"link-action-bar",children:[_(i,{icon:"delete-line",label:()=>i.rte.getLocale().richTextEditor.delete,connotation:"alert",variant:"popover",noTooltip:!0,onClick:()=>{const{state:l,dispatch:a}=i.view;this.removeLink(l,a)}}),_(i,{icon:"edit-line",label:()=>i.rte.getLocale().richTextEditor.edit,variant:"popover",noTooltip:!0,onClick:()=>(this.toolbarMenu.open=!0,o.requestOpenState(!1),!0)})]})]})]});return o.appendChild(s),n.dom.getRootNode().querySelector(".popovers").appendChild(o),{update:l=>{const a=l.state;i.updateBindings();const c=this.getCurrentLink(a);o.requestOpenState(!!c)},destroy:()=>{o.remove()}}}})),this.contribution(j({"Mod-k":t}))]}getToolbarItems(e){const t=i=>{const{from:o,to:s}=i.selection;return o===s?"":i.doc.textBetween(o,s," ")},n=i=>{try{return new URL(i),!0}catch{return!1}};return[this.contribution({section:"insert",render:i=>{const o=Po(i,{label:()=>i.rte.getLocale().richTextEditor.linkText,placeholder:()=>i.rte.getLocale().richTextEditor.linkTextPlaceholder,slot:"header",autofocus:!0,value:()=>this.getCurrentLink(i.view.state)?.text||t(i.view.state)||"",onInput:()=>{a()}}),s=Po(i,{label:()=>i.rte.getLocale().richTextEditor.linkUrl,type:"url",placeholder:()=>i.rte.getLocale().richTextEditor.linkUrlPlaceholder,slot:"header",value:()=>this.getCurrentLink(i.view.state)?.href||"",onInput:()=>{a()}}),l=_(i,{label:()=>i.rte.getLocale().richTextEditor.apply,variant:"popover-primary",disabled:()=>{const u=this.getCurrentLink(i.view.state);return!(u&&u.text.length&&n(u.href))},onClick:()=>{const{state:u,dispatch:d}=i.view;this.insertLink(e,s.value,o.value)(u,d)}}),a=()=>{l.querySelector('[data-vvd-component="button"]').disabled=!(o.value.length&&n(s.value))},c=hi(i,{label:()=>i.rte.getLocale().richTextEditor.hyperlink,trigger:_(i,{label:()=>i.rte.getLocale().richTextEditor.hyperlink,icon:"link-line"}),children:[he(i,{className:"link-toolbar-menu",slot:"header",children:[o,s,he(i,{className:"link-action-bar",slot:"header",children:[_(i,{label:()=>i.rte.getLocale().richTextEditor.cancel,variant:"popover",onClick:()=>{this.toolbarMenu.open=!1}}),l]})]})]});return this.toolbarMenu=c.lastElementChild,c}},1)]}getCurrentLink(e){const t=e.selection;if(!(t instanceof O))return null;const n=e.schema.marks.link,{$from:i,$to:o}=t,s=e.selection.empty?i.marks():i.nodeAfter?.marks??[],l=n.isInSet(s)?.attrs.href;if(!l)return null;const a=h=>n.isInSet(h.marks)?.attrs.href===l;let c=-1,u=-1,d=!0;return e.doc.nodesBetween(i.start(),o.end(),(h,p)=>{if(!h.isText)return!0;const b=p+h.nodeSize;return a(h)?(c===-1&&(c=p),u=b):b>t.from&&p<t.to&&(d=!1),!1}),!d||c===-1?null:{text:e.doc.textBetween(c,u," "),href:l,start:c,end:u}}insertLink(e,t,n){return(i,o)=>{let{from:s,to:l}=i.selection;const a=i.tr,c=this.getCurrentLink(i);return c&&(s=c.start,l=c.end),a.insertText(n,s,l),a.addMark(s,s+n.length,e.schema.marks.link.create({href:t})),o?.(a.scrollIntoView()),!0}}}const Qf=m.featureFacade(Zf),eh=".inline-image-wrapper{display:inline-block;vertical-align:text-bottom}.inline-image{display:block;block-size:auto}.inline-image-popover{display:flex;align-items:center;padding:8px;gap:4px}.inline-image-placeholder{color:var(--vvd-color-canvas-text);font:var(--vvd-typography-base);font-feature-settings:normal;font-variant-ligatures:normal;overflow-wrap:normal;pointer-events:none;white-space:normal}",Zo=r=>r!==null&&!!r.next;let th=1;const nh=()=>th++;class rh{constructor(e,t,n,i){this.view=t,this.getPos=n,this.config=i,this.content=null,this.dom=document.createElement("div"),this.dom.className="inline-image-wrapper",this.imageUrl=e.attrs.imageUrl,this.img=document.createElement("img"),this.initializeImg(e);const o=this.config.resolveUrl?this.config.resolveUrl(this.imageUrl):this.imageUrl,s=Zo(o)?null:o;this.handleResolvedUrl(s),Zo(o)&&this.handleResolvedUrlGenerator(o)}setContent(e,{onDestroy:t,allowPopover:n}={}){this.content?.remove(),this.onContentDestroy?.(),this.content=e,e&&(this.onContentDestroy=t,this.dom.appendChild(e)),Te.setBlockPopover(this.dom,!n)}async handleResolvedUrlGenerator(e){const t=e[Symbol.asyncIterator]();let n;do n=await t.next(),this.handleResolvedUrl(n.value);while(!n.done)}handleResolvedUrl(e){if(typeof e=="string")this.renderImg(e);else if(e?.type==="placeholder"){const t=`inline-image-placeholder-${nh()}`,n=document.createElement("slot");n.className="inline-image-placeholder",n.name=t;const i=e.create?.(t),o=this.view.dom.getRootNode().host;m.dispatchSlottableRequest(o,"inline-image-placeholder",t,{url:this.imageUrl}),this.setContent(n,{onDestroy:()=>{m.dispatchSlottableRequest(o,"inline-image-placeholder",t,m.removeSymbol),i?.()}})}else this.setContent(null)}initializeImg(e){this.img.className="inline-image",this.update(e),this.img.addEventListener("load",()=>{const t=this.getPos?.();if(t){const{state:n,dispatch:i}=this.view,o=n.doc.nodeAt(t);if(!o||o.attrs.naturalWidth===this.img.naturalWidth&&o.attrs.naturalHeight===this.img.naturalHeight)return;const s=n.tr;s.setNodeAttribute(t,"naturalWidth",this.img.naturalWidth),s.setNodeAttribute(t,"naturalHeight",this.img.naturalHeight),s.setMeta("addToHistory",!1),i(s)}})}renderImg(e){this.img.src=Ml(e),this.setContent(this.img,{allowPopover:!0})}update(e){return this.img.alt=e.attrs.alt,this.img.width=e.attrs.naturalWidth,this.img.height=e.attrs.naturalHeight,this.img.style.maxWidth=e.attrs.size,!0}destroy(){this.setContent(null)}}class ih extends m.RteFeatureImpl{constructor(e={}){super(),this.config=e,this.name="RteInlineImageFeature"}getStyles(){return[this.contribution(eh)]}getSchema(){const e={inline:!0,group:"inline",selectable:!0,atom:!0,attrs:{imageUrl:{validate:"string"},alt:{validate:"string",default:""},size:{validate:"string|null",default:null},naturalWidth:{validate:"number|null",default:null},naturalHeight:{validate:"number|null",default:null}},parseDOM:[{tag:"img[src],img[data-src]",getAttrs:t=>{const n=s=>{const l=parseInt(s??"",10);return isNaN(l)?null:l},i=t.getAttribute("data-src")??t.getAttribute("src"),o=this.config.parseUrlFromHtml?this.config.parseUrlFromHtml(i):i;return o===null?!1:{imageUrl:o,alt:t.getAttribute("alt")||"",size:t.style.maxWidth||null,naturalWidth:n(t.getAttribute("width")),naturalHeight:n(t.getAttribute("height"))}}}],toDOM:t=>{const{imageUrl:n,alt:i,size:o,naturalWidth:s,naturalHeight:l}=t.attrs,a=this.config.serializeUrlToHtml?this.config.serializeUrlToHtml(n):n;if(a===null)return document.createTextNode("");const c={src:Ml(a),"data-src":a,alt:i};return o&&(c.style=`max-width: ${mi(o)}; height: auto;`),s&&(c.width=s),l&&(c.height=l),["img",c]}};return[this.contribution({nodes:{inlineImage:e}})]}getPlugins(e){return[this.contribution(new B({props:{nodeViews:{inlineImage:(t,n,i)=>new rh(t,n,i,this.config)}},view:t=>{const n=new Ln(t,e,{popupPlacement:"bottom"}),i=e.createComponent(Te);i.offset=4;const o=he(n,{className:"inline-image-popover",children:[_(n,{label:()=>n.rte.getLocale().richTextEditor.imageSizes.small,variant:"popover",active:()=>this.getSelectedImageSize(n.view.state)==="small",onClick:()=>{this.setSelectedImageSize("small")(n.view.state,n.view.dispatch)}}),_r(n),_(n,{label:()=>n.rte.getLocale().richTextEditor.imageSizes.fit,variant:"popover",active:()=>this.getSelectedImageSize(n.view.state)==="fit",onClick:()=>{this.setSelectedImageSize("fit")(n.view.state,n.view.dispatch)}}),_r(n),_(n,{label:()=>n.rte.getLocale().richTextEditor.imageSizes.original,variant:"popover",active:()=>this.getSelectedImageSize(n.view.state)==="original",onClick:()=>{this.setSelectedImageSize("original")(n.view.state,n.view.dispatch)}})]});return i.appendChild(o),t.dom.getRootNode().querySelector(".popovers").appendChild(i),{update:s=>{n.updateBindings();const l=this.getSelectedInlineImage(s.state);l?(i.anchorEl=s.nodeDOM(l.pos),i.requestOpenState(!0)):(i.anchorEl=void 0,i.requestOpenState(!1))},destroy:()=>{i.remove()}}}}))]}calculateSmallWidth(e){return Math.min(300,e/2)+"px"}getSelectedInlineImage(e){const t=e.selection;return t instanceof M&&t.node.type===e.schema.nodes.inlineImage?{pos:t.from,node:t.node}:null}setSelectedImageSize(e){return(t,n)=>{const i=this.getSelectedInlineImage(t);if(!i)return!1;const{naturalWidth:o}=i.node.attrs;if(e==="small"&&o===null)return!1;const s=t.tr;return s.setNodeAttribute(i.pos,"size",e==="small"?this.calculateSmallWidth(o):e==="fit"?"100%":null),n?.(s.scrollIntoView()),!0}}getSelectedImageSize(e){const t=this.getSelectedInlineImage(e);if(!t)return null;const{size:n,naturalWidth:i}=t.node.attrs;return i!==null&&n===this.calculateSmallWidth(i)?"small":n==="100%"?"fit":n===null?"original":null}}const oh=m.featureFacade(ih),sh=async r=>{try{return{type:"ok",result:await r}}catch(e){return{type:"error",error:e}}};class lh extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RteFileHandlerFeature"}getPlugins(e){const t=new B({state:{init(){return v.empty},apply(a,c){c=c.map(a.mapping,a.doc);const u=a.getMeta(t);if(u&&u.add){const d=document.createElement("placeholder"),f=W.widget(u.add.pos,d,{id:u.add.id,relaxedSide:!0});c=c.add(a.doc,[f])}else u&&u.remove&&(c=c.remove(c.find(void 0,void 0,d=>d.id==u.remove.id)));return c}},props:{decorations(a){return this.getState(a)}}}),n=(a,c)=>{const u=Yl.generateRandomId();return a.setMeta(t,{add:{id:u,pos:c}}),{getPos:d=>{const h=t.getState(d).find(void 0,void 0,p=>p.id==u);return h.length?h[0].from:null},remove:d=>{d.setMeta(t,{remove:{id:u}})}}},i=(a,c,u)=>{if(u.type==="selection"){const d=m.Slice.fromJSON(e.schema,{content:c});a.replaceSelection(d)}else{const d=m.Fragment.fromJSON(e.schema,c);a.insert(u.pos,d)}},o=(a,c)=>{const u=this.config.handleFiles(a);u!==null&&(u instanceof Promise?l(u,c):s(u,c))},s=(a,c)=>{const u=e.state.tr;i(u,a,c),e.dispatchTransaction(u)},l=async(a,c)=>{const u=e.state.tr;c.type==="selection"&&!u.selection.empty&&u.deleteSelection();const d=c.type==="selection"?u.selection.from:c.pos,f=n(u,d);e.dispatchTransaction(u);const h=await sh(a),p=f.getPos(e.state),b=e.state.tr;f.remove(b),p!==null&&h.type==="ok"&&i(b,h.result,{type:"pos",pos:p}),e.dispatchTransaction(b),h.type==="error"&&console.error("Error in handleFiles handler:",h.error)};return[this.contribution(t),this.contribution(new B({props:{handlePaste:(a,c)=>{const u=Array.from(c.clipboardData.files);return u.length?(o(u,{type:"selection"}),!0):!1},handleDrop:(a,c,u,d)=>{const f=Array.from(c.dataTransfer.files);if(!f.length)return!1;let h=a.posAtCoords({left:c.clientX,top:c.clientY}).pos;if(a.dragging&&a.dragging.slice){const p=Zr(a.state.doc,h,a.dragging.slice);p!=null&&(h=p)}return o(f,{type:"pos",pos:h}),!0}}}))]}}const ah=m.featureFacade(lh);class ch extends m.RteFeatureImpl{constructor(e){super(),this.config=e,this.name="RteDebugFeature"}getPlugins(e){const t=new WeakMap;let n=!1;const i=u=>{t.get(u)===void 0&&(n=this.config.onViewportDragOver?.(u)??!1)},o=u=>{this.config.onViewportDrop?.(u),this.config.onViewportDragFinish?.()},s=()=>{this.config.onViewportDragFinish?.()};let l=!1;const a=()=>{l=!0,window.setTimeout(()=>l=!1,0)},c=()=>{l||this.config.onViewportDragFinish?.()};return[this.contribution(new B({view:u=>{const d=u.root.host.editorViewportElement;return d.addEventListener("dragover",i),d.addEventListener("drop",o),d.addEventListener("dragend",s),d.addEventListener("dragenter",a),d.addEventListener("dragleave",c),{destroy(){d.removeEventListener("dragover",i),d.removeEventListener("drop",o),d.removeEventListener("dragend",s),d.removeEventListener("dragenter",a),d.removeEventListener("dragleave",c)}}}})),this.contribution(new B({props:{handleDOMEvents:{dragover:(u,d)=>{const f=this.config.onViewportDragOver?.(d)??!1;return t.set(d,f),n=f,f?(d.stopImmediatePropagation(),d.preventDefault(),!0):!1},drop:(u,d)=>n}}}),m.contributionPriority.high)]}}const uh=m.featureFacade(ch);class dh extends m.RteFeatureImpl{constructor(e,t){super(),this.featureId=e,this.options=t,this.name=`RteToolbarButtonFeature[${e}]`}getToolbarItems(){return[this.contribution({section:"insert",render:e=>_(e,{label:this.options.label,icon:this.options.icon,onClick:()=>{this.executeAction(e)}})},2+(this.options.order??0)/Number.MAX_SAFE_INTEGER)]}executeAction(e){const{action:t}=this.options;switch(t.type){case"insert-text":{const{state:n,dispatch:i}=e.view,{from:o,to:s}=n.selection,l=n.tr.insertText(t.text,o,s);i(l);break}}}}const fh=m.featureFacade(dh),hh=r=>r!==null&&typeof r=="object"&&"next"in r;class ph{constructor(e,t,n){this.dom=document.createElement("span"),this.dom.className="atom-wrapper",this.dom.setAttribute("part",`node--${n}`);const i=t.resolveValue?t.resolveValue(e.attrs.value):e.attrs.value;hh(i)?(this.dom.textContent="",this.handleResolvedGenerator(i)):this.dom.textContent=i??""}async handleResolvedGenerator(e){const t=e[Symbol.asyncIterator]();let n;do n=await t.next(),this.dom.textContent=n.value??"";while(!n.done)}}class mh extends m.RteFeatureImpl{constructor(e,t={}){super(),this.atomName=e,this.config=t,this.name=`RteAtomFeature[${e}]`}getSchema(){const e={inline:!0,group:"inline",selectable:!0,atom:!0,attrs:{value:{validate:"string"}},parseDOM:[{tag:`span[data-atom-type="${this.atomName}"][data-value]`,getAttrs:t=>({value:t.getAttribute("data-value")})}],toDOM:t=>{const n=this.config.serializeValueToHtml?this.config.serializeValueToHtml(t.attrs.value):t.attrs.value;return n===null?document.createDocumentFragment():["span",{part:`node--${this.atomName}`},n]},serializeToDOM:t=>{const n=this.config.serializeValueToHtml?this.config.serializeValueToHtml(t.attrs.value):t.attrs.value;return n===null?document.createTextNode(""):["span",{"data-atom-type":this.atomName,"data-value":t.attrs.value},n]}};return[this.contribution({nodes:{[this.atomName]:e}})]}getPlugins(e){return[this.contribution(new B({props:{nodeViews:{[this.atomName]:t=>new ph(t,this.config,this.atomName)}}}))]}}const gh=m.featureFacade(mh);class bh extends m.RteFeatureImpl{constructor(e,t){super(),this.featureId=e,this.options=t,this.name=`RteInputRuleFeature[${e}]`}getInputRules(e){const t=`(?:${this.options.pattern.source})`,n=(l,a,c,u)=>{const d=this.options.handler(a);return d?l.tr.replaceWith(c,u,m.Fragment.fromJSON(e.schema,d)):null},i=this.options.matchAfterWhitespace?new RegExp(`${t} $`):new RegExp(`${t}$`),s={rule:new Ze(i,n)};return this.options.matchAfterWhitespace&&(s.enterHandler={regex:new RegExp(`${t}$`),handler:n}),[this.contribution(s)]}}const yh=m.featureFacade(bh);function kh(r,e){return r.length===0?(t,n)=>r():(t,n)=>r(e)}class Sh extends m.RteFeatureImpl{constructor(e,t){super(),this.featureId=e,this.options=t,this.name=`RteKeyboardShortcutsFeature[${e}]`}getPlugins(e){const t={};for(const[n,i]of Object.entries(this.options.shortcuts))t[n]=kh(i,e.facade);return[this.contribution(j(t),m.contributionPriority.high)]}}const Th=m.featureFacade(Sh),Ch=".suggest-popover{display:flex;flex-direction:column;padding:4px;gap:2px;max-block-size:408px;max-inline-size:248px;min-inline-size:128px}.suggest-loading-widget{display:inline-flex;align-items:center;margin-inline-start:2px;vertical-align:middle;white-space:normal}.suggest-empty-message{display:flex;align-items:center;justify-content:center;color:var(--vvd-color-neutral-300);font:var(--vvd-typography-base);min-block-size:40px;text-align:center}.suggest-item--visible-focus{box-shadow:0 0 0 4px color-mix(in srgb,var(--focus-stroke-color, var(--vvd-color-cta-500)),transparent 85%),inset 0 0 0 3px var(--focus-stroke-gap-color, currentColor);outline:1px solid var(--focus-stroke-color, var(--vvd-color-cta-500));outline-offset:calc(-1px - var(--focus-inset, 0px));--focus-stroke-gap-color: transparent}",Kr=r=>!!(r?.suggestions&&!r.dismissed),Er=r=>Kr(r)&&r.suggestions.items.length>0;function Mh(r,e){const{$cursor:t}=r.selection;if(!t)return null;const n=wl(t),i=e.exec(n);if(!i)return null;const o=t.pos-t.parentOffset;return{text:i[0],groups:[...i],start:o+i.index,end:o+i.index+i[0].length}}const xh=(r,e,t)=>{const{state:n}=r;r.dispatch(Zu(n.tr));const i=r.state.tr;i.replaceWith(e.start,e.end,m.Fragment.fromJSON(r.state.schema,t));const o=i.mapping.map(e.end);i.setSelection(O.create(i.doc,o)),r.dispatch(i.scrollIntoView())};class Oh extends m.RteFeatureImpl{constructor(e,t){super(),this.featureId=e,this.options=t,this.pluginKey=new ti("suggest"),this.loadGeneration=0,this.name=`RteSuggestFeature[${e}]`}selectSuggestion(e,t,n){const i=this.options.select(n);xh(e,t.match,i),e.focus()}async startLoadingSuggestions(e,t){const n=++this.loadGeneration,i=await this.options.load(e);n===this.loadGeneration&&t({type:"load",generation:n,suggestions:i})}getStyles(){return[this.contribution(Ch)]}getPlugins(e){const t=o=>e.state.tr.setMeta(this.pluginKey,o),n=o=>e.dispatchTransaction(t(o)),i=new B({key:this.pluginKey,state:{init:()=>null,apply:(o,s,l,a)=>{const c=Mh(a,this.options.pattern);if(!c||!s&&!o.docChanged)return null;if(s?.dismissed)return s;const u=h=>h?!!(s?.loadingDecoration.find().length??0)?s.loadingDecoration.map(o.mapping,o.doc):v.create(o.doc,[W.widget(c.end,()=>{const b=document.createElement("span");b.className="suggest-loading-widget";const y=e.createComponent(is.ProgressRing);return y.size=-6,b.appendChild(y),b},{ignoreSelection:!0,side:1})]):v.empty,d=o.getMeta(this.pluginKey);if(s&&d)switch(d.type){case"load":return{...s,suggestions:{generation:d.generation,items:d.suggestions,selectedIndex:0,visibleFocus:!1},loadingDecoration:u(!1)};case"navigate":{/* v8 ignore next 3 -- defensive: navigate is only dispatched after results are loaded @preserve */if(!s.suggestions?.items.length)return s;if(!s.suggestions.visibleFocus)return{...s,suggestions:{...s.suggestions,visibleFocus:!0}};const h=Math.max(0,Math.min(s.suggestions.items.length-1,s.suggestions.selectedIndex+(d.action==="up"?-1:1)));return{...s,suggestions:{...s.suggestions,selectedIndex:h}}}case"dismiss":return{...s,dismissed:!0,loadingDecoration:v.empty}}if(!s)return this.startLoadingSuggestions(c.groups,n),{match:c,loadingDecoration:u(!0)};const f=c.groups[0]!==s.match.groups[0];return f&&this.startLoadingSuggestions(c.groups,n),{...s,match:c,suggestions:s.suggestions?{...s.suggestions,visibleFocus:!1}:void 0,loadingDecoration:u(f)}}},props:{decorations:o=>{const s=this.pluginKey.getState(o);return s?s.loadingDecoration.add(o.doc,[W.inline(s.match.start,s.match.end,{id:`suggest-anchor-${this.featureId}`})]):null}},view:o=>{const s=new Ln(o,e,{popupPlacement:"bottom"}),l=e.createComponent(Te);l.anchorId=`suggest-anchor-${this.featureId}`,l.kind="autocomplete",l.offset=4;const a=he(s,{className:"suggest-popover",children:[]});l.appendChild(a),o.dom.getRootNode().querySelector(".popovers").appendChild(l);const c=`${this.featureId}-suggestions-empty`,u=o.dom.getRootNode().host;let d=!1;const f=p=>{!d&&p&&m.dispatchSlottableRequest(u,"suggestions-empty-state",c,{id:this.featureId}),d&&!p&&m.dispatchSlottableRequest(u,"suggestions-empty-state",c,m.removeSymbol),d=p},h=p=>{a.innerHTML="";const b=p.suggestions,y=b.items.length===0;if(f(y),y){const T=document.createElement("slot");T.name=c,T.textContent=e.getLocale().richTextEditor.suggestNoResults,a.appendChild(he(s,{className:"suggest-empty-message",children:[T]}));return}for(const[T,A]of b.items.entries()){const w=e.createComponent(Jr.ListboxOption);w.text=A.text,w.textSecondary=A.textSecondary,T===b.selectedIndex&&(w._highlighted=!0,w.dataset.highlighted="true",b.visibleFocus&&w.classList.add("suggest-item--visible-focus"),queueMicrotask(()=>{w.scrollIntoView({block:"nearest"})})),w.addEventListener("click",N=>{N.preventDefault(),N.stopPropagation(),this.selectSuggestion(o,p,A)}),a.appendChild(w)}};return{update:p=>{s.updateBindings();const b=this.pluginKey.getState(p.state),y=Kr(b);l.requestOpenState(y),y?h(b):f(!1)},destroy:()=>{f(!1),l.remove()}}}});return[this.contribution(i),this.contribution(j({ArrowUp:(o,s)=>{const l=this.pluginKey.getState(o);return Er(l)?(s?.(t({type:"navigate",action:"up"})),!0):!1},ArrowDown:(o,s)=>{const l=this.pluginKey.getState(o);return Er(l)?(s?.(t({type:"navigate",action:"down"})),!0):!1},Enter:(o,s,l)=>{const a=this.pluginKey.getState(o);if(!Er(a))return!1;const c=a.suggestions.items[a.suggestions.selectedIndex];/* v8 ignore next 3 -- defensive: view is always passed by keymap @preserve */return l&&this.selectSuggestion(l,a,c),!0},Escape:(o,s)=>{const l=this.pluginKey.getState(o);return Kr(l)?(s?.(t({type:"dismiss"})),!0):!1}}),m.contributionPriority.high)]}}const Eh=m.featureFacade(Oh),Dh=ne.defineVividComponent("rich-text-editor",Dl,$d,[Gl.dividerDefinition,Qo.selectDefinition,Jr.listboxOptionDefinition,ss.buttonDefinition,es.tooltipDefinition,ts.menuDefinition,ns.menuItemDefinition,rs.textFieldDefinition,Gd,is.progressRingDefinition],{styles:Xl,shadowOptions:{delegatesFocus:!0}}),wh=ne.createRegisterFunction(Dh);wh();exports.RteAlignmentFeature=Yf;exports.RteAtomFeature=gh;exports.RteBase=rf;exports.RteBoldFeature=Df;exports.RteConfig=lu;exports.RteDropHandlerFeature=uh;exports.RteFileHandlerFeature=ah;exports.RteFontSizePickerFeature=gf;exports.RteHardBreakFeature=pf;exports.RteHtmlParser=xl;exports.RteHtmlSerializer=Ol;exports.RteInlineImageFeature=oh;exports.RteInputRuleFeature=yh;exports.RteItalicFeature=Nf;exports.RteKeyboardShortcutsFeature=Th;exports.RteLinkFeature=Qf;exports.RteListFeature=Gf;exports.RteMonospaceFeature=Lf;exports.RtePlaceholderFeature=ff;exports.RteStrikethroughFeature=If;exports.RteSuggestFeature=Eh;exports.RteTextBlockPickerFeature=sf;exports.RteTextColorPickerFeature=_f;exports.RteToolbarButtonFeature=fh;exports.RteToolbarFeature=cf;exports.RteUnderlineFeature=Af;
|