@xopcai/xopc 0.0.91 → 0.0.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser-ext/manifest.json +1 -1
- package/dist/extensions/telegram/xopc.extension.json +1 -1
- package/dist/gateway/static/root/assets/agents-uwPn7ZW9.js +222 -0
- package/dist/gateway/static/root/assets/{apps-page-CIC8bmvZ.js → apps-page-CWKdhSPU.js} +1 -1
- package/dist/gateway/static/root/assets/channels-settings-hEhW7Mbk.js +1 -0
- package/dist/gateway/static/root/assets/{channels-status-swr-CYWL5DLD.js → channels-status-swr-XzddfJW2.js} +1 -1
- package/dist/gateway/static/root/assets/{cron-api-TVqLlGAC.js → cron-api--I8LJ44S.js} +1 -1
- package/dist/gateway/static/root/assets/cron-page-B0kvgZGR.js +1 -0
- package/dist/gateway/static/root/assets/{dist-CUV1uY5f.js → dist-CYgHMQO0.js} +1 -1
- package/dist/gateway/static/root/assets/{extension-debug-page-mTLHRDp1.js → extension-debug-page-6cRP0nA9.js} +1 -1
- package/dist/gateway/static/root/assets/{extension-page-iI8BI7WK.js → extension-page-DpwIkspI.js} +1 -1
- package/dist/gateway/static/root/assets/{extension-settings-page-ByXcdubM.js → extension-settings-page-DYbnQUxH.js} +1 -1
- package/dist/gateway/static/root/assets/{fetch-BWtQq_Ys.js → fetch-DTN0w7rV.js} +1 -1
- package/dist/gateway/static/root/assets/{field-primitives-BsZ-4VT5.js → field-primitives-CslW6HwD.js} +1 -1
- package/dist/gateway/static/root/assets/heartbeat-config-api-2UiKevxG.js +1 -0
- package/dist/gateway/static/root/assets/index-BUKUv7QW.css +1 -0
- package/dist/gateway/static/root/assets/{index-CKkR-v9U.js → index-DnevRVa6.js} +82 -82
- package/dist/gateway/static/root/assets/logs-page-sOP4TXJ4.js +1 -0
- package/dist/gateway/static/root/assets/{note-detail-page-DJ2Mb4x7.js → note-detail-page-DvW2qg4i.js} +3 -3
- package/dist/gateway/static/root/assets/{note-time-JLBPSLzK.js → note-time-BEiibLJv.js} +1 -1
- package/dist/gateway/static/root/assets/{notes-page-BE-75qz9.js → notes-page-BFQaquHU.js} +1 -1
- package/dist/gateway/static/root/assets/sessions-page-CptjDKAX.js +1 -0
- package/dist/gateway/static/root/assets/settings-advanced-gate-BctKqHcf.js +2 -0
- package/dist/gateway/static/root/assets/{settings-form-section-DSYCknxM.js → settings-form-section-QJh5ruel.js} +1 -1
- package/dist/gateway/static/root/assets/settings-page-V3p-hISB.js +2 -0
- package/dist/gateway/static/root/assets/{share-preview-page-awRqs4hV.js → share-preview-page-DBsvvbmD.js} +1 -1
- package/dist/gateway/static/root/assets/skills-page-q2zPUJAR.js +2 -0
- package/dist/gateway/static/root/assets/{theme-store-BC-42BoZ.js → theme-store-ht5iswWS.js} +1 -1
- package/dist/gateway/static/root/assets/{url-CY1RQKTU.js → url-CWWpfkq1.js} +2 -2
- package/dist/gateway/static/root/assets/{utils-DX3TQuap.js → utils-DhPv9xoB.js} +1 -1
- package/dist/gateway/static/root/assets/voice-api-key-field-DLSKUipa.js +1 -0
- package/dist/gateway/static/root/assets/{workflow-page.utils-ClC37yEp.js → workflow-page.utils-CJqnPWkW.js} +1 -1
- package/dist/gateway/static/root/assets/workflows-page-DRRQ1A0l.js +27 -0
- package/dist/gateway/static/root/index.html +5 -5
- package/dist/package.js +1 -1
- package/dist/src/agent/mcp/bundle-mcp-config.d.ts +2 -9
- package/dist/src/agent/mcp/bundle-mcp-config.js +10 -34
- package/dist/src/agent/mcp/bundle-mcp-config.js.map +1 -1
- package/dist/src/agent/mcp/bundle-mcp-policy.js +2 -2
- package/dist/src/agent/mcp/bundle-mcp-policy.js.map +1 -1
- package/dist/src/agent/mcp/bundle-mcp-runtime.js +4 -4
- package/dist/src/agent/mcp/bundle-mcp-runtime.js.map +1 -1
- package/dist/src/agent/mcp/index.js +2 -2
- package/dist/src/cli/command-catalog.js +0 -4
- package/dist/src/cli/command-catalog.js.map +1 -1
- package/dist/src/cli/command-loaders.js +1 -2
- package/dist/src/cli/command-loaders.js.map +1 -1
- package/dist/src/cli/command-manifest.js +0 -4
- package/dist/src/cli/command-manifest.js.map +1 -1
- package/dist/src/config/index.d.ts +0 -1
- package/dist/src/config/index.js +1 -2
- package/dist/src/config/index.js.map +1 -1
- package/dist/src/config/schema.d.ts +36 -6
- package/dist/src/config/schema.js +13 -11
- package/dist/src/config/schema.js.map +1 -1
- package/dist/src/connectors/builtin-catalog.d.ts +2 -0
- package/dist/src/connectors/builtin-catalog.js +152 -0
- package/dist/src/connectors/builtin-catalog.js.map +1 -0
- package/dist/src/connectors/catalog.d.ts +5 -0
- package/dist/src/connectors/catalog.js +13 -0
- package/dist/src/connectors/catalog.js.map +1 -0
- package/dist/src/connectors/health.d.ts +3 -0
- package/dist/src/connectors/health.js +61 -0
- package/dist/src/connectors/health.js.map +1 -0
- package/dist/src/connectors/install.d.ts +5 -0
- package/dist/src/connectors/install.js +46 -0
- package/dist/src/connectors/install.js.map +1 -0
- package/dist/src/connectors/instances.d.ts +4 -0
- package/dist/src/connectors/instances.js +43 -0
- package/dist/src/connectors/instances.js.map +1 -0
- package/dist/src/connectors/materialize.d.ts +9 -0
- package/dist/src/connectors/materialize.js +76 -0
- package/dist/src/connectors/materialize.js.map +1 -0
- package/dist/src/connectors/oauth.d.ts +22 -0
- package/dist/src/connectors/oauth.js +99 -0
- package/dist/src/connectors/oauth.js.map +1 -0
- package/dist/src/connectors/providers.d.ts +9 -0
- package/dist/src/connectors/providers.js +20 -0
- package/dist/src/connectors/providers.js.map +1 -0
- package/dist/src/connectors/secret-store.d.ts +7 -0
- package/dist/src/connectors/secret-store.js +47 -0
- package/dist/src/connectors/secret-store.js.map +1 -0
- package/dist/src/connectors/types.d.ts +102 -0
- package/dist/src/connectors/types.js +1 -0
- package/dist/src/connectors/usage.d.ts +6 -0
- package/dist/src/connectors/usage.js +63 -0
- package/dist/src/connectors/usage.js.map +1 -0
- package/dist/src/gateway/heartbeat/service.js +1 -1
- package/dist/src/gateway/hono/routes/connectors.d.ts +3 -0
- package/dist/src/gateway/hono/routes/connectors.js +177 -0
- package/dist/src/gateway/hono/routes/connectors.js.map +1 -0
- package/dist/src/gateway/hono/routes/home.d.ts +12 -0
- package/dist/src/gateway/hono/routes/home.js +50 -0
- package/dist/src/gateway/hono/routes/home.js.map +1 -0
- package/dist/src/gateway/hono/routes/lazy-bundles.js +12 -4
- package/dist/src/gateway/hono/routes/lazy-bundles.js.map +1 -1
- package/dist/src/gateway/hono/routes/notes.js +31 -0
- package/dist/src/gateway/hono/routes/notes.js.map +1 -1
- package/dist/src/heartbeat/index.js +1 -1
- package/dist/src/mcp/channel-bridge.js +1 -1
- package/dist/src/mcp/channel-bridge.js.map +1 -1
- package/dist/src/notes/index.d.ts +1 -1
- package/dist/src/notes/service.d.ts +11 -0
- package/dist/src/notes/service.js +42 -0
- package/dist/src/notes/service.js.map +1 -1
- package/dist/src/notes/store.d.ts +1 -0
- package/dist/src/notes/store.js +29 -4
- package/dist/src/notes/store.js.map +1 -1
- package/dist/src/notes/types.d.ts +39 -2
- package/dist/src/session/store.d.ts +2 -0
- package/dist/src/session/store.js +21 -1
- package/dist/src/session/store.js.map +1 -1
- package/package.json +1 -1
- package/dist/gateway/static/root/assets/agents-bVWUlrlD.js +0 -222
- package/dist/gateway/static/root/assets/channels-settings-C8G8RAAP.js +0 -1
- package/dist/gateway/static/root/assets/cron-dreaming-jobs-Ip703-qM.js +0 -2
- package/dist/gateway/static/root/assets/cron-page-BtcFYlvv.js +0 -1
- package/dist/gateway/static/root/assets/heartbeat-config-api-WjTsRLCU.js +0 -1
- package/dist/gateway/static/root/assets/index-VlELBY99.css +0 -1
- package/dist/gateway/static/root/assets/logs-page-ClnIpxfd.js +0 -1
- package/dist/gateway/static/root/assets/sessions-page-bJJkWtTl.js +0 -1
- package/dist/gateway/static/root/assets/settings-page-WcMXLq2U.js +0 -3
- package/dist/gateway/static/root/assets/skills-page-Lu-i1JG7.js +0 -2
- package/dist/gateway/static/root/assets/voice-api-key-field-B5uKlDqA.js +0 -1
- package/dist/gateway/static/root/assets/workflows-page-C7VhIXtR.js +0 -27
- package/dist/src/cli/commands/mcp.d.ts +0 -4
- package/dist/src/cli/commands/mcp.js +0 -85
- package/dist/src/cli/commands/mcp.js.map +0 -1
- package/dist/src/config/mcp-config.d.ts +0 -34
- package/dist/src/config/mcp-config.js +0 -116
- package/dist/src/config/mcp-config.js.map +0 -1
- package/dist/src/gateway/hono/routes/mcp.d.ts +0 -3
- package/dist/src/gateway/hono/routes/mcp.js +0 -99
- package/dist/src/gateway/hono/routes/mcp.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{i as e,n as t,t as n}from"./rolldown-runtime-aKtaBQYM.js";import{a as r,i,n as a,t as o}from"./vendor-react-BOUWij0V.js";import{i as s,o as c}from"./url-CY1RQKTU.js";import{i as l,s as u}from"./vendor-swr-BIWyz7Rc.js";import{i as d}from"./theme-store-BC-42BoZ.js";import{r as f}from"./toast-z0toXu32.js";import{C as p,S as m}from"./vendor-codemirror-DYoKfS8f.js";import{Ao as h,Ba as g,Ca as _,Cr as v,Fa as y,Fr as b,Ha as x,Ho as S,Mi as C,No as w,Po as ee,Qa as T,Qi as te,Ra as ne,Rr as E,Sa as re,Sr as D,St as O,Ta as ie,Ti as ae,Tr as k,Ua as oe,Uo as se,Wa as ce,Xa as le,Xi as ue,Zi as de,_t as fe,ba as pe,br as me,bt as he,ca as ge,co as _e,ct as ve,gt as ye,ha as be,ht as xe,jn as Se,li as Ce,ma as we,mt as Te,ot as Ee,pt as De,ra as Oe,sa as ke,si as A,so as Ae,st as je,vi as Me,wr as Ne,xa as Pe,yr as Fe}from"./index-CKkR-v9U.js";import{i as Ie,r as Le}from"./note-time-JLBPSLzK.js";var j=e(r(),1),Re=e(i(),1),ze=u(),Be=a(),M=o();function N(e){this.content=e}N.prototype={constructor:N,find:function(e){for(var t=0;t<this.content.length;t+=2)if(this.content[t]===e)return t;return-1},get:function(e){var t=this.find(e);return t==-1?void 0:this.content[t+1]},update:function(e,t,n){var r=n&&n!=e?this.remove(n):this,i=r.find(e),a=r.content.slice();return i==-1?a.push(n||e,t):(a[i+1]=t,n&&(a[i]=n)),new N(a)},remove:function(e){var t=this.find(e);if(t==-1)return this;var n=this.content.slice();return n.splice(t,2),new N(n)},addToStart:function(e,t){return new N([e,t].concat(this.remove(e).content))},addToEnd:function(e,t){var n=this.remove(e).content.slice();return n.push(e,t),new N(n)},addBefore:function(e,t,n){var r=this.remove(t),i=r.content.slice(),a=r.find(e);return i.splice(a==-1?i.length:a,0,t,n),new N(i)},forEach:function(e){for(var t=0;t<this.content.length;t+=2)e(this.content[t],this.content[t+1])},prepend:function(e){return e=N.from(e),e.size?new N(e.content.concat(this.subtract(e).content)):this},append:function(e){return e=N.from(e),e.size?new N(this.subtract(e).content.concat(e.content)):this},subtract:function(e){var t=this;e=N.from(e);for(var n=0;n<e.content.length;n+=2)t=t.remove(e.content[n]);return t},toObject:function(){var e={};return this.forEach(function(t,n){e[t]=n}),e},get size(){return this.content.length>>1}},N.from=function(e){if(e instanceof N)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new N(t)};function Ve(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){for(let e=0;i.text[e]==a.text[e];e++)n++;return n}if(i.content.size||a.content.size){let e=Ve(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function He(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=0,t=Math.min(o.text.length,s.text.length);for(;e<t&&o.text[o.text.length-e-1]==s.text[s.text.length-e-1];)e++,n--,r--;return{a:n,b:r}}if(o.content.size||s.content.size){let e=He(o.content,s.content,n-1,r-1);if(e)return e}n-=c,r-=c}}var P=class e{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let t=0;t<e.length;t++)this.size+=e[t].nodeSize}nodesBetween(e,t,n,r=0,i){for(let a=0,o=0;o<t;a++){let s=this.content[a],c=o+s.nodeSize;if(c>e&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);a<t.content.length;a++)i.push(t.content[a]);return new e(i,this.size+t.size)}cut(t,n=this.size){if(t==0&&n==this.size)return this;let r=[],i=0;if(n>t)for(let e=0,a=0;a<n;e++){let o=this.content[e],s=a+o.nodeSize;s>t&&((a<t||s>n)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;t<this.content.length;t++)if(!this.content[t].eq(e.content[t]))return!1;return!0}get firstChild(){return this.content.length?this.content[0]:null}get lastChild(){return this.content.length?this.content[this.content.length-1]:null}get childCount(){return this.content.length}child(e){let t=this.content[e];if(!t)throw RangeError(`Index `+e+` out of range for `+this);return t}maybeChild(e){return this.content[e]||null}forEach(e){for(let t=0,n=0;t<this.content.length;t++){let r=this.content[t];e(r,n,t),n+=r.nodeSize}}findDiffStart(e,t=0){return Ve(this,e,t)}findDiffEnd(e,t=this.size,n=e.size){return He(this,e,t,n)}findIndex(e){if(e==0)return We(0,e);if(e==this.size)return We(this.content.length,e);if(e>this.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?We(t+1,i):We(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return e.fromArray(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;e<t.length;e++){let i=t[e];r+=i.nodeSize,e&&i.isText&&t[e-1].sameMarkup(i)?(n||=t.slice(0,e),n[n.length-1]=i.withText(n[n.length-1].text+i.text)):n&&n.push(i)}return new e(n||t,r)}static from(t){if(!t)return e.empty;if(t instanceof e)return t;if(Array.isArray(t))return this.fromArray(t);if(t.attrs)return new e([t],t.nodeSize);throw RangeError(`Can not convert `+t+` to a Fragment`+(t.nodesBetween?` (looks like multiple versions of prosemirror-model were loaded)`:``))}};P.empty=new P([],0);var Ue={index:0,offset:0};function We(e,t){return Ue.index=e,Ue.offset=t,Ue}function Ge(e,t){if(e===t)return!0;if(!(e&&typeof e==`object`)||!(t&&typeof t==`object`))return!1;let n=Array.isArray(e);if(Array.isArray(t)!=n)return!1;if(n){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!Ge(e[n],t[n]))return!1}else{for(let n in e)if(!(n in t)||!Ge(e[n],t[n]))return!1;for(let n in t)if(!(n in e))return!1}return!0}var F=class e{constructor(e,t){this.type=e,this.attrs=t}addToSet(e){let t,n=!1;for(let r=0;r<e.length;r++){let i=e[r];if(this.eq(i))return e;if(this.type.excludes(i.type))t||=e.slice(0,r);else if(i.type.excludes(this.type))return e;else !n&&i.type.rank>this.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return e.slice(0,t).concat(e.slice(t+1));return e}isInSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return!0;return!1}eq(e){return this==e||this.type==e.type&&Ge(this.attrs,e.attrs)}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Mark.fromJSON`);let n=e.marks[t.type];if(!n)throw RangeError(`There is no mark type ${t.type} in this schema`);let r=n.create(t.attrs);return n.checkAttrs(r.attrs),r}static sameSet(e,t){if(e==t)return!0;if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!e[n].eq(t[n]))return!1;return!0}static setFrom(t){if(!t||Array.isArray(t)&&t.length==0)return e.none;if(t instanceof e)return[t];let n=t.slice();return n.sort((e,t)=>e.type.rank-t.type.rank),n}};F.none=[];var Ke=class extends Error{},I=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=Je(this.content,t+this.openStart,n,this.openStart+1,this.openEnd+1);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(qe(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(P.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};I.empty=new I(P.empty,0,0);function qe(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(qe(a.content,t-i-1,n-i-1)))}function Je(e,t,n,r,i,a){let{index:o,offset:s}=e.findIndex(t),c=e.maybeChild(o);if(s==t||c.isText)return a&&r<=0&&i<=0&&!a.canReplace(o,o,n)?null:e.cut(0,t).append(n).append(e.cut(t));let l=Je(c.content,t-s-1,n,o==0?r-1:0,o==e.childCount-1?i-1:0,c);return l&&e.replaceChild(o,c.copy(l))}function Ye(e,t,n){if(n.openStart>e.depth)throw new Ke(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new Ke(`Inconsistent open depths`);return Xe(e,t,n,0)}function Xe(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r<e.depth-n.openStart){let o=Xe(e,t,n,r+1);return a.copy(a.content.replaceChild(i,o))}else if(!n.content.size)return tt(a,rt(e,t,r));else if(!n.openStart&&!n.openEnd&&e.depth==r&&t.depth==r){let r=e.parent,i=r.content;return tt(r,i.cut(0,e.parentOffset).append(n.content).append(i.cut(t.parentOffset)))}else{let{start:i,end:o}=it(n,e);return tt(a,nt(e,i,o,t,r))}}function Ze(e,t){if(!t.type.compatibleContent(e.type))throw new Ke(`Cannot join `+t.type.name+` onto `+e.type.name)}function Qe(e,t,n){let r=e.node(n);return Ze(r,t.node(n)),r}function $e(e,t){let n=t.length-1;n>=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function et(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&($e(e.nodeAfter,r),a++));for(let e=a;e<o;e++)$e(i.child(e),r);t&&t.depth==n&&t.textOffset&&$e(t.nodeBefore,r)}function tt(e,t){return e.type.checkContent(t),e.copy(t)}function nt(e,t,n,r,i){let a=e.depth>i&&Qe(e,t,i+1),o=r.depth>i&&Qe(n,r,i+1),s=[];return et(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(Ze(a,o),$e(tt(a,nt(e,t,n,r,i+1)),s)):(a&&$e(tt(a,rt(e,t,i+1)),s),et(t,n,i,s),o&&$e(tt(o,rt(n,r,i+1)),s)),et(r,null,i,s),new P(s)}function rt(e,t,n){let r=[];return et(null,e,n,r),e.depth>n&&$e(tt(Qe(e,t,n+1),rt(e,t,n+1)),r),et(t,null,n,r),new P(r)}function it(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(P.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var at=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t<e;t++)r+=n.child(t).nodeSize;return r}marks(){let e=this.parent,t=this.index();if(e.content.size==0)return F.none;if(this.textOffset)return e.child(t).marks;let n=e.maybeChild(t-1),r=e.maybeChild(t);if(!n){let e=n;n=r,r=e}let i=n.marks;for(var a=0;a<i.length;a++)i[a].type.spec.inclusive===!1&&(!r||!i[a].isInSet(r.marks))&&(i=i[a--].removeFromSet(i));return i}marksAcross(e){let t=this.parent.maybeChild(this.index());if(!t||!t.isInline)return null;let n=t.marks,r=e.parent.maybeChild(e.index());for(var i=0;i<n.length;i++)n[i].type.spec.inclusive===!1&&(!r||!n[i].isInSet(r.marks))&&(n=n[i--].removeFromSet(n));return n}sharedDepth(e){for(let t=this.depth;t>0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos<this.pos)return e.blockRange(this);for(let n=this.depth-(this.parent.inlineContent||this.pos==e.pos?1:0);n>=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new lt(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos<this.pos?e:this}toString(){let e=``;for(let t=1;t<=this.depth;t++)e+=(e?`/`:``)+this.node(t).type.name+`_`+this.index(t-1);return e+`:`+this.parentOffset}static resolve(t,n){if(!(n>=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=ct.get(t);if(r)for(let e=0;e<r.elts.length;e++){let t=r.elts[e];if(t.pos==n)return t}else ct.set(t,r=new ot);let i=r.elts[r.i]=e.resolve(t,n);return r.i=(r.i+1)%st,i}},ot=class{constructor(){this.elts=[],this.i=0}},st=12,ct=new WeakMap,lt=class{constructor(e,t,n){this.$from=e,this.$to=t,this.depth=n}get start(){return this.$from.before(this.depth+1)}get end(){return this.$to.after(this.depth+1)}get parent(){return this.$from.node(this.depth)}get startIndex(){return this.$from.index(this.depth)}get endIndex(){return this.$to.indexAfter(this.depth)}},ut=Object.create(null),dt=class e{constructor(e,t,n,r=F.none){this.type=e,this.attrs=t,this.marks=r,this.content=n||P.empty}get children(){return this.content.content}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(e){return this.content.child(e)}maybeChild(e){return this.content.maybeChild(e)}forEach(e){this.content.forEach(e)}nodesBetween(e,t,n,r=0){this.content.nodesBetween(e,t,n,r,this)}descendants(e){this.nodesBetween(0,this.content.size,e)}get textContent(){return this.isLeaf&&this.type.spec.leafText?this.type.spec.leafText(this):this.textBetween(0,this.content.size,``)}textBetween(e,t,n,r){return this.content.textBetween(e,t,n,r)}get firstChild(){return this.content.firstChild}get lastChild(){return this.content.lastChild}eq(e){return this==e||this.sameMarkup(e)&&this.content.eq(e.content)}sameMarkup(e){return this.hasMarkup(e.type,e.attrs,e.marks)}hasMarkup(e,t,n){return this.type==e&&Ge(this.attrs,t||e.defaultAttrs||ut)&&F.sameSet(this.marks,n||F.none)}copy(t=null){return t==this.content?this:new e(this.type,this.attrs,t,this.marks)}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.content,t)}cut(e,t=this.content.size){return e==0&&t==this.content.size?this:this.copy(this.content.cut(e,t))}slice(e,t=this.content.size,n=!1){if(e==t)return I.empty;let r=this.resolve(e),i=this.resolve(t),a=n?0:r.sharedDepth(t),o=r.start(a);return new I(r.node(a).content.cut(r.pos-o,i.pos-o),r.depth-a,i.depth-a)}replace(e,t,n){return Ye(this.resolve(e),this.resolve(t),n)}nodeAt(e){for(let t=this;;){let{index:n,offset:r}=t.content.findIndex(e);if(t=t.maybeChild(n),!t)return null;if(r==e||t.isText)return t;e-=r+1}}childAfter(e){let{index:t,offset:n}=this.content.findIndex(e);return{node:this.content.maybeChild(t),index:t,offset:n}}childBefore(e){if(e==0)return{node:null,index:0,offset:0};let{index:t,offset:n}=this.content.findIndex(e);if(n<e)return{node:this.content.child(t),index:t,offset:n};let r=this.content.child(t-1);return{node:r,index:t-1,offset:n-r.nodeSize}}resolve(e){return at.resolveCached(this,e)}resolveNoCache(e){return at.resolve(this,e)}rangeHasMark(e,t,n){let r=!1;return t>e&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),pt(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=P.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;e<i;e++)if(!this.type.allowsMarks(n.child(e).marks))return!1;return!0}canReplaceWith(e,t,n,r){if(r&&!this.type.allowsMarks(r))return!1;let i=this.contentMatchAt(e).matchType(n),a=i&&i.matchFragment(this.content,t);return a?a.validEnd:!1}canAppend(e){return e.content.size?this.canReplace(this.childCount,this.childCount,e.content):this.type.compatibleContent(e.type)}check(){this.type.checkContent(this.content),this.type.checkAttrs(this.attrs);let e=F.none;for(let t=0;t<this.marks.length;t++){let n=this.marks[t];n.type.checkAttrs(n.attrs),e=n.addToSet(e)}if(!F.sameSet(e,this.marks))throw RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map(e=>e.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=P.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};dt.prototype.text=void 0;var ft=class e extends dt{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):pt(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function pt(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var mt=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new ht(t,n);if(r.next==null)return e.empty;let i=gt(r);r.next&&r.err(`Unexpected trailing text`);let a=Et(Ct(i));return Dt(a,r),a}matchType(e){for(let t=0;t<this.next.length;t++)if(this.next[t].type==e)return this.next[t].next;return null}matchFragment(e,t=0,n=e.childCount){let r=this;for(let i=t;r&&i<n;i++)r=r.matchType(e.child(i).type);return r}get inlineContent(){return this.next.length!=0&&this.next[0].type.isInline}get defaultType(){for(let e=0;e<this.next.length;e++){let{type:t}=this.next[e];if(!(t.isText||t.hasRequiredAttrs()))return t}return null}compatible(e){for(let t=0;t<this.next.length;t++)for(let n=0;n<e.next.length;n++)if(this.next[t].type==e.next[n].type)return!0;return!1}fillBefore(e,t=!1,n=0){let r=[this];function i(a,o){let s=a.matchFragment(e,n);if(s&&(!t||s.validEnd))return P.from(o.map(e=>e.createAndFill()));for(let e=0;e<a.next.length;e++){let{type:t,next:n}=a.next[e];if(!(t.isText||t.hasRequiredAttrs())&&r.indexOf(n)==-1){r.push(n);let e=i(n,o.concat(t));if(e)return e}}return null}return i(this,[])}findWrapping(e){for(let t=0;t<this.wrapCache.length;t+=2)if(this.wrapCache[t]==e)return this.wrapCache[t+1];let t=this.computeWrapping(e);return this.wrapCache.push(e,t),t}computeWrapping(e){let t=Object.create(null),n=[{match:this,type:null,via:null}];for(;n.length;){let r=n.shift(),i=r.match;if(i.matchType(e)){let e=[];for(let t=r;t.type;t=t.via)e.push(t.type);return e.reverse()}for(let e=0;e<i.next.length;e++){let{type:a,next:o}=i.next[e];!a.isLeaf&&!a.hasRequiredAttrs()&&!(a.name in t)&&(!r.type||o.validEnd)&&(n.push({match:a.contentMatch,type:a,via:r}),t[a.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(e){if(e>=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r<n.next.length;r++)e.indexOf(n.next[r].next)==-1&&t(n.next[r].next)}return t(this),e.map((t,n)=>{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n<t.next.length;n++)r+=(n?`, `:``)+t.next[n].type.name+`->`+e.indexOf(t.next[n].next);return r}).join(`
|
|
1
|
+
import{i as e,n as t,t as n}from"./rolldown-runtime-aKtaBQYM.js";import{a as r,i,n as a,t as o}from"./vendor-react-BOUWij0V.js";import{i as s,o as c}from"./url-CWWpfkq1.js";import{i as l,s as u}from"./vendor-swr-BIWyz7Rc.js";import{i as d}from"./theme-store-ht5iswWS.js";import{r as f}from"./toast-z0toXu32.js";import{C as p,S as m}from"./vendor-codemirror-DYoKfS8f.js";import{Ba as h,Ca as g,Cr as _,Fa as v,Fr as y,Ha as b,Ho as x,Mo as S,No as C,Qa as w,Ra as ee,Rr as T,Sa as E,Sr as te,St as D,Ta as ne,Tr as O,Ua as re,Vo as ie,Wa as ae,Xa as k,Xi as oe,Yi as se,Zi as ce,_i as le,_t as ue,ba as de,br as fe,bt as pe,ci as me,co as he,ct as ge,gt as _e,ha as ve,ht as ye,ji as be,jn as xe,ko as Se,ma as Ce,mt as we,na as Te,oa as Ee,oi as A,ot as De,pt as Oe,sa as ke,so as Ae,st as je,wi as Me,wr as Ne,xa as Pe,yr as Fe}from"./index-DnevRVa6.js";import{i as Ie,r as Le}from"./note-time-BEiibLJv.js";var j=e(r(),1),Re=e(i(),1),ze=u(),Be=a(),M=o();function N(e){this.content=e}N.prototype={constructor:N,find:function(e){for(var t=0;t<this.content.length;t+=2)if(this.content[t]===e)return t;return-1},get:function(e){var t=this.find(e);return t==-1?void 0:this.content[t+1]},update:function(e,t,n){var r=n&&n!=e?this.remove(n):this,i=r.find(e),a=r.content.slice();return i==-1?a.push(n||e,t):(a[i+1]=t,n&&(a[i]=n)),new N(a)},remove:function(e){var t=this.find(e);if(t==-1)return this;var n=this.content.slice();return n.splice(t,2),new N(n)},addToStart:function(e,t){return new N([e,t].concat(this.remove(e).content))},addToEnd:function(e,t){var n=this.remove(e).content.slice();return n.push(e,t),new N(n)},addBefore:function(e,t,n){var r=this.remove(t),i=r.content.slice(),a=r.find(e);return i.splice(a==-1?i.length:a,0,t,n),new N(i)},forEach:function(e){for(var t=0;t<this.content.length;t+=2)e(this.content[t],this.content[t+1])},prepend:function(e){return e=N.from(e),e.size?new N(e.content.concat(this.subtract(e).content)):this},append:function(e){return e=N.from(e),e.size?new N(this.subtract(e).content.concat(e.content)):this},subtract:function(e){var t=this;e=N.from(e);for(var n=0;n<e.content.length;n+=2)t=t.remove(e.content[n]);return t},toObject:function(){var e={};return this.forEach(function(t,n){e[t]=n}),e},get size(){return this.content.length>>1}},N.from=function(e){if(e instanceof N)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new N(t)};function Ve(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){for(let e=0;i.text[e]==a.text[e];e++)n++;return n}if(i.content.size||a.content.size){let e=Ve(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function He(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=0,t=Math.min(o.text.length,s.text.length);for(;e<t&&o.text[o.text.length-e-1]==s.text[s.text.length-e-1];)e++,n--,r--;return{a:n,b:r}}if(o.content.size||s.content.size){let e=He(o.content,s.content,n-1,r-1);if(e)return e}n-=c,r-=c}}var P=class e{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let t=0;t<e.length;t++)this.size+=e[t].nodeSize}nodesBetween(e,t,n,r=0,i){for(let a=0,o=0;o<t;a++){let s=this.content[a],c=o+s.nodeSize;if(c>e&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);a<t.content.length;a++)i.push(t.content[a]);return new e(i,this.size+t.size)}cut(t,n=this.size){if(t==0&&n==this.size)return this;let r=[],i=0;if(n>t)for(let e=0,a=0;a<n;e++){let o=this.content[e],s=a+o.nodeSize;s>t&&((a<t||s>n)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;t<this.content.length;t++)if(!this.content[t].eq(e.content[t]))return!1;return!0}get firstChild(){return this.content.length?this.content[0]:null}get lastChild(){return this.content.length?this.content[this.content.length-1]:null}get childCount(){return this.content.length}child(e){let t=this.content[e];if(!t)throw RangeError(`Index `+e+` out of range for `+this);return t}maybeChild(e){return this.content[e]||null}forEach(e){for(let t=0,n=0;t<this.content.length;t++){let r=this.content[t];e(r,n,t),n+=r.nodeSize}}findDiffStart(e,t=0){return Ve(this,e,t)}findDiffEnd(e,t=this.size,n=e.size){return He(this,e,t,n)}findIndex(e){if(e==0)return We(0,e);if(e==this.size)return We(this.content.length,e);if(e>this.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?We(t+1,i):We(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return e.fromArray(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;e<t.length;e++){let i=t[e];r+=i.nodeSize,e&&i.isText&&t[e-1].sameMarkup(i)?(n||=t.slice(0,e),n[n.length-1]=i.withText(n[n.length-1].text+i.text)):n&&n.push(i)}return new e(n||t,r)}static from(t){if(!t)return e.empty;if(t instanceof e)return t;if(Array.isArray(t))return this.fromArray(t);if(t.attrs)return new e([t],t.nodeSize);throw RangeError(`Can not convert `+t+` to a Fragment`+(t.nodesBetween?` (looks like multiple versions of prosemirror-model were loaded)`:``))}};P.empty=new P([],0);var Ue={index:0,offset:0};function We(e,t){return Ue.index=e,Ue.offset=t,Ue}function Ge(e,t){if(e===t)return!0;if(!(e&&typeof e==`object`)||!(t&&typeof t==`object`))return!1;let n=Array.isArray(e);if(Array.isArray(t)!=n)return!1;if(n){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!Ge(e[n],t[n]))return!1}else{for(let n in e)if(!(n in t)||!Ge(e[n],t[n]))return!1;for(let n in t)if(!(n in e))return!1}return!0}var F=class e{constructor(e,t){this.type=e,this.attrs=t}addToSet(e){let t,n=!1;for(let r=0;r<e.length;r++){let i=e[r];if(this.eq(i))return e;if(this.type.excludes(i.type))t||=e.slice(0,r);else if(i.type.excludes(this.type))return e;else !n&&i.type.rank>this.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return e.slice(0,t).concat(e.slice(t+1));return e}isInSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return!0;return!1}eq(e){return this==e||this.type==e.type&&Ge(this.attrs,e.attrs)}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Mark.fromJSON`);let n=e.marks[t.type];if(!n)throw RangeError(`There is no mark type ${t.type} in this schema`);let r=n.create(t.attrs);return n.checkAttrs(r.attrs),r}static sameSet(e,t){if(e==t)return!0;if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!e[n].eq(t[n]))return!1;return!0}static setFrom(t){if(!t||Array.isArray(t)&&t.length==0)return e.none;if(t instanceof e)return[t];let n=t.slice();return n.sort((e,t)=>e.type.rank-t.type.rank),n}};F.none=[];var Ke=class extends Error{},I=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=Je(this.content,t+this.openStart,n,this.openStart+1,this.openEnd+1);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(qe(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(P.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};I.empty=new I(P.empty,0,0);function qe(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(qe(a.content,t-i-1,n-i-1)))}function Je(e,t,n,r,i,a){let{index:o,offset:s}=e.findIndex(t),c=e.maybeChild(o);if(s==t||c.isText)return a&&r<=0&&i<=0&&!a.canReplace(o,o,n)?null:e.cut(0,t).append(n).append(e.cut(t));let l=Je(c.content,t-s-1,n,o==0?r-1:0,o==e.childCount-1?i-1:0,c);return l&&e.replaceChild(o,c.copy(l))}function Ye(e,t,n){if(n.openStart>e.depth)throw new Ke(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new Ke(`Inconsistent open depths`);return Xe(e,t,n,0)}function Xe(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r<e.depth-n.openStart){let o=Xe(e,t,n,r+1);return a.copy(a.content.replaceChild(i,o))}else if(!n.content.size)return tt(a,rt(e,t,r));else if(!n.openStart&&!n.openEnd&&e.depth==r&&t.depth==r){let r=e.parent,i=r.content;return tt(r,i.cut(0,e.parentOffset).append(n.content).append(i.cut(t.parentOffset)))}else{let{start:i,end:o}=it(n,e);return tt(a,nt(e,i,o,t,r))}}function Ze(e,t){if(!t.type.compatibleContent(e.type))throw new Ke(`Cannot join `+t.type.name+` onto `+e.type.name)}function Qe(e,t,n){let r=e.node(n);return Ze(r,t.node(n)),r}function $e(e,t){let n=t.length-1;n>=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function et(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&($e(e.nodeAfter,r),a++));for(let e=a;e<o;e++)$e(i.child(e),r);t&&t.depth==n&&t.textOffset&&$e(t.nodeBefore,r)}function tt(e,t){return e.type.checkContent(t),e.copy(t)}function nt(e,t,n,r,i){let a=e.depth>i&&Qe(e,t,i+1),o=r.depth>i&&Qe(n,r,i+1),s=[];return et(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(Ze(a,o),$e(tt(a,nt(e,t,n,r,i+1)),s)):(a&&$e(tt(a,rt(e,t,i+1)),s),et(t,n,i,s),o&&$e(tt(o,rt(n,r,i+1)),s)),et(r,null,i,s),new P(s)}function rt(e,t,n){let r=[];return et(null,e,n,r),e.depth>n&&$e(tt(Qe(e,t,n+1),rt(e,t,n+1)),r),et(t,null,n,r),new P(r)}function it(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(P.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var at=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t<e;t++)r+=n.child(t).nodeSize;return r}marks(){let e=this.parent,t=this.index();if(e.content.size==0)return F.none;if(this.textOffset)return e.child(t).marks;let n=e.maybeChild(t-1),r=e.maybeChild(t);if(!n){let e=n;n=r,r=e}let i=n.marks;for(var a=0;a<i.length;a++)i[a].type.spec.inclusive===!1&&(!r||!i[a].isInSet(r.marks))&&(i=i[a--].removeFromSet(i));return i}marksAcross(e){let t=this.parent.maybeChild(this.index());if(!t||!t.isInline)return null;let n=t.marks,r=e.parent.maybeChild(e.index());for(var i=0;i<n.length;i++)n[i].type.spec.inclusive===!1&&(!r||!n[i].isInSet(r.marks))&&(n=n[i--].removeFromSet(n));return n}sharedDepth(e){for(let t=this.depth;t>0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos<this.pos)return e.blockRange(this);for(let n=this.depth-(this.parent.inlineContent||this.pos==e.pos?1:0);n>=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new lt(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos<this.pos?e:this}toString(){let e=``;for(let t=1;t<=this.depth;t++)e+=(e?`/`:``)+this.node(t).type.name+`_`+this.index(t-1);return e+`:`+this.parentOffset}static resolve(t,n){if(!(n>=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=ct.get(t);if(r)for(let e=0;e<r.elts.length;e++){let t=r.elts[e];if(t.pos==n)return t}else ct.set(t,r=new ot);let i=r.elts[r.i]=e.resolve(t,n);return r.i=(r.i+1)%st,i}},ot=class{constructor(){this.elts=[],this.i=0}},st=12,ct=new WeakMap,lt=class{constructor(e,t,n){this.$from=e,this.$to=t,this.depth=n}get start(){return this.$from.before(this.depth+1)}get end(){return this.$to.after(this.depth+1)}get parent(){return this.$from.node(this.depth)}get startIndex(){return this.$from.index(this.depth)}get endIndex(){return this.$to.indexAfter(this.depth)}},ut=Object.create(null),dt=class e{constructor(e,t,n,r=F.none){this.type=e,this.attrs=t,this.marks=r,this.content=n||P.empty}get children(){return this.content.content}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(e){return this.content.child(e)}maybeChild(e){return this.content.maybeChild(e)}forEach(e){this.content.forEach(e)}nodesBetween(e,t,n,r=0){this.content.nodesBetween(e,t,n,r,this)}descendants(e){this.nodesBetween(0,this.content.size,e)}get textContent(){return this.isLeaf&&this.type.spec.leafText?this.type.spec.leafText(this):this.textBetween(0,this.content.size,``)}textBetween(e,t,n,r){return this.content.textBetween(e,t,n,r)}get firstChild(){return this.content.firstChild}get lastChild(){return this.content.lastChild}eq(e){return this==e||this.sameMarkup(e)&&this.content.eq(e.content)}sameMarkup(e){return this.hasMarkup(e.type,e.attrs,e.marks)}hasMarkup(e,t,n){return this.type==e&&Ge(this.attrs,t||e.defaultAttrs||ut)&&F.sameSet(this.marks,n||F.none)}copy(t=null){return t==this.content?this:new e(this.type,this.attrs,t,this.marks)}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.content,t)}cut(e,t=this.content.size){return e==0&&t==this.content.size?this:this.copy(this.content.cut(e,t))}slice(e,t=this.content.size,n=!1){if(e==t)return I.empty;let r=this.resolve(e),i=this.resolve(t),a=n?0:r.sharedDepth(t),o=r.start(a);return new I(r.node(a).content.cut(r.pos-o,i.pos-o),r.depth-a,i.depth-a)}replace(e,t,n){return Ye(this.resolve(e),this.resolve(t),n)}nodeAt(e){for(let t=this;;){let{index:n,offset:r}=t.content.findIndex(e);if(t=t.maybeChild(n),!t)return null;if(r==e||t.isText)return t;e-=r+1}}childAfter(e){let{index:t,offset:n}=this.content.findIndex(e);return{node:this.content.maybeChild(t),index:t,offset:n}}childBefore(e){if(e==0)return{node:null,index:0,offset:0};let{index:t,offset:n}=this.content.findIndex(e);if(n<e)return{node:this.content.child(t),index:t,offset:n};let r=this.content.child(t-1);return{node:r,index:t-1,offset:n-r.nodeSize}}resolve(e){return at.resolveCached(this,e)}resolveNoCache(e){return at.resolve(this,e)}rangeHasMark(e,t,n){let r=!1;return t>e&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),pt(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=P.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;e<i;e++)if(!this.type.allowsMarks(n.child(e).marks))return!1;return!0}canReplaceWith(e,t,n,r){if(r&&!this.type.allowsMarks(r))return!1;let i=this.contentMatchAt(e).matchType(n),a=i&&i.matchFragment(this.content,t);return a?a.validEnd:!1}canAppend(e){return e.content.size?this.canReplace(this.childCount,this.childCount,e.content):this.type.compatibleContent(e.type)}check(){this.type.checkContent(this.content),this.type.checkAttrs(this.attrs);let e=F.none;for(let t=0;t<this.marks.length;t++){let n=this.marks[t];n.type.checkAttrs(n.attrs),e=n.addToSet(e)}if(!F.sameSet(e,this.marks))throw RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map(e=>e.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=P.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};dt.prototype.text=void 0;var ft=class e extends dt{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):pt(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function pt(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var mt=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new ht(t,n);if(r.next==null)return e.empty;let i=gt(r);r.next&&r.err(`Unexpected trailing text`);let a=Et(Ct(i));return Dt(a,r),a}matchType(e){for(let t=0;t<this.next.length;t++)if(this.next[t].type==e)return this.next[t].next;return null}matchFragment(e,t=0,n=e.childCount){let r=this;for(let i=t;r&&i<n;i++)r=r.matchType(e.child(i).type);return r}get inlineContent(){return this.next.length!=0&&this.next[0].type.isInline}get defaultType(){for(let e=0;e<this.next.length;e++){let{type:t}=this.next[e];if(!(t.isText||t.hasRequiredAttrs()))return t}return null}compatible(e){for(let t=0;t<this.next.length;t++)for(let n=0;n<e.next.length;n++)if(this.next[t].type==e.next[n].type)return!0;return!1}fillBefore(e,t=!1,n=0){let r=[this];function i(a,o){let s=a.matchFragment(e,n);if(s&&(!t||s.validEnd))return P.from(o.map(e=>e.createAndFill()));for(let e=0;e<a.next.length;e++){let{type:t,next:n}=a.next[e];if(!(t.isText||t.hasRequiredAttrs())&&r.indexOf(n)==-1){r.push(n);let e=i(n,o.concat(t));if(e)return e}}return null}return i(this,[])}findWrapping(e){for(let t=0;t<this.wrapCache.length;t+=2)if(this.wrapCache[t]==e)return this.wrapCache[t+1];let t=this.computeWrapping(e);return this.wrapCache.push(e,t),t}computeWrapping(e){let t=Object.create(null),n=[{match:this,type:null,via:null}];for(;n.length;){let r=n.shift(),i=r.match;if(i.matchType(e)){let e=[];for(let t=r;t.type;t=t.via)e.push(t.type);return e.reverse()}for(let e=0;e<i.next.length;e++){let{type:a,next:o}=i.next[e];!a.isLeaf&&!a.hasRequiredAttrs()&&!(a.name in t)&&(!r.type||o.validEnd)&&(n.push({match:a.contentMatch,type:a,via:r}),t[a.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(e){if(e>=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r<n.next.length;r++)e.indexOf(n.next[r].next)==-1&&t(n.next[r].next)}return t(this),e.map((t,n)=>{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n<t.next.length;n++)r+=(n?`, `:``)+t.next[n].type.name+`->`+e.indexOf(t.next[n].next);return r}).join(`
|
|
2
2
|
`)}};mt.empty=new mt(!0);var ht=class{constructor(e,t){this.string=e,this.nodeTypes=t,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==``&&this.tokens.pop(),this.tokens[0]==``&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw SyntaxError(e+` (in content expression '`+this.string+`')`)}};function gt(e){let t=[];do t.push(_t(e));while(e.eat(`|`));return t.length==1?t[0]:{type:`choice`,exprs:t}}function _t(e){let t=[];do t.push(vt(e));while(e.next&&e.next!=`)`&&e.next!=`|`);return t.length==1?t[0]:{type:`seq`,exprs:t}}function vt(e){let t=St(e);for(;;)if(e.eat(`+`))t={type:`plus`,expr:t};else if(e.eat(`*`))t={type:`star`,expr:t};else if(e.eat(`?`))t={type:`opt`,expr:t};else if(e.eat(`{`))t=bt(e,t);else break;return t}function yt(e){/\D/.test(e.next)&&e.err(`Expected number, got '`+e.next+`'`);let t=Number(e.next);return e.pos++,t}function bt(e,t){let n=yt(e),r=n;return e.eat(`,`)&&(r=e.next==`}`?-1:yt(e)),e.eat(`}`)||e.err(`Unclosed braced range`),{type:`range`,min:n,max:r,expr:t}}function xt(e,t){let n=e.nodeTypes,r=n[t];if(r)return[r];let i=[];for(let e in n){let r=n[e];r.isInGroup(t)&&i.push(r)}return i.length==0&&e.err(`No node type or group '`+t+`' found`),i}function St(e){if(e.eat(`(`)){let t=gt(e);return e.eat(`)`)||e.err(`Missing closing paren`),t}else if(/\W/.test(e.next))e.err(`Unexpected token '`+e.next+`'`);else{let t=xt(e,e.next).map(t=>(e.inline==null?e.inline=t.isInline:e.inline!=t.isInline&&e.err(`Mixing inline and block content`),{type:`name`,value:t}));return e.pos++,t.length==1?t[0]:{type:`choice`,exprs:t}}}function Ct(e){let t=[[]];return i(a(e,0),n()),t;function n(){return t.push([])-1}function r(e,n,r){let i={term:r,to:n};return t[e].push(i),i}function i(e,t){e.forEach(e=>e.to=t)}function a(e,t){if(e.type==`choice`)return e.exprs.reduce((e,n)=>e.concat(a(n,t)),[]);if(e.type==`seq`)for(let r=0;;r++){let o=a(e.exprs[r],t);if(r==e.exprs.length-1)return o;i(o,t=n())}else if(e.type==`star`){let o=n();return r(t,o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`plus`){let o=n();return i(a(e.expr,t),o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`opt`)return[r(t)].concat(a(e.expr,t));else if(e.type==`range`){let o=t;for(let t=0;t<e.min;t++){let t=n();i(a(e.expr,o),t),o=t}if(e.max==-1)i(a(e.expr,o),o);else for(let t=e.min;t<e.max;t++){let t=n();r(o,t),i(a(e.expr,o),t),o=t}return[r(o)]}else if(e.type==`name`)return[r(t,void 0,e.value)];else throw Error(`Unknown expr type`)}}function wt(e,t){return t-e}function Tt(e,t){let n=[];return r(t),n.sort(wt);function r(t){let i=e[t];if(i.length==1&&!i[0].term)return r(i[0].to);n.push(t);for(let e=0;e<i.length;e++){let{term:t,to:a}=i[e];!t&&n.indexOf(a)==-1&&r(a)}}}function Et(e){let t=Object.create(null);return n(Tt(e,0));function n(r){let i=[];r.forEach(t=>{e[t].forEach(({term:t,to:n})=>{if(!t)return;let r;for(let e=0;e<i.length;e++)i[e][0]==t&&(r=i[e][1]);Tt(e,n).forEach(e=>{r||i.push([t,r=[]]),r.indexOf(e)==-1&&r.push(e)})})});let a=t[r.join(`,`)]=new mt(r.indexOf(e.length-1)>-1);for(let e=0;e<i.length;e++){let r=i[e][1].sort(wt);a.next.push({type:i[e][0],next:t[r.join(`,`)]||n(r)})}return a}}function Dt(e,t){for(let n=0,r=[e];n<r.length;n++){let e=r[n],i=!e.validEnd,a=[];for(let t=0;t<e.next.length;t++){let{type:n,next:o}=e.next[t];a.push(n.name),i&&!(n.isText||n.hasRequiredAttrs())&&(i=!1),r.indexOf(o)==-1&&r.push(o)}i&&t.err(`Only non-generatable nodes (`+a.join(`, `)+`) in a required position (see https://prosemirror.net/docs/guide/#generatable)`)}}function Ot(e){let t=Object.create(null);for(let n in e){let r=e[n];if(!r.hasDefault)return null;t[n]=r.default}return t}function kt(e,t){let n=Object.create(null);for(let r in e){let i=t&&t[r];if(i===void 0){let t=e[r];if(t.hasDefault)i=t.default;else throw RangeError(`No value supplied for attribute `+r)}n[r]=i}return n}function At(e,t,n,r){for(let r in t)if(!(r in e))throw RangeError(`Unsupported attribute ${r} for ${n} of type ${r}`);for(let n in e){let r=e[n];r.validate&&r.validate(t[n])}}function jt(e,t){let n=Object.create(null);if(t)for(let r in t)n[r]=new Pt(e,r,t[r]);return n}var Mt=class e{constructor(e,t,n){this.name=e,this.schema=t,this.spec=n,this.markSet=null,this.groups=n.group?n.group.split(` `):[],this.attrs=jt(e,n.attrs),this.defaultAttrs=Ot(this.attrs),this.contentMatch=null,this.inlineContent=null,this.isBlock=!(n.inline||e==`text`),this.isText=e==`text`}get isInline(){return!this.isBlock}get isTextblock(){return this.isBlock&&this.inlineContent}get isLeaf(){return this.contentMatch==mt.empty}get isAtom(){return this.isLeaf||!!this.spec.atom}isInGroup(e){return this.groups.indexOf(e)>-1}get whitespace(){return this.spec.whitespace||(this.spec.code?`pre`:`normal`)}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:kt(this.attrs,e)}create(e=null,t,n){if(this.isText)throw Error(`NodeType.create can't construct text nodes`);return new dt(this,this.computeAttrs(e),P.from(t),F.setFrom(n))}createChecked(e=null,t,n){return t=P.from(t),this.checkContent(t),new dt(this,this.computeAttrs(e),t,F.setFrom(n))}createAndFill(e=null,t,n){if(e=this.computeAttrs(e),t=P.from(t),t.size){let e=this.contentMatch.fillBefore(t);if(!e)return null;t=e.append(t)}let r=this.contentMatch.matchFragment(t),i=r&&r.fillBefore(P.empty,!0);return i?new dt(this,e,t.append(i),F.setFrom(n)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let t=0;t<e.childCount;t++)if(!this.allowsMarks(e.child(t).marks))return!1;return!0}checkContent(e){if(!this.validContent(e))throw RangeError(`Invalid content for node ${this.name}: ${e.toString().slice(0,50)}`)}checkAttrs(e){At(this.attrs,e,`node`,this.name)}allowsMarkType(e){return this.markSet==null||this.markSet.indexOf(e)>-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;t<e.length;t++)if(!this.allowsMarkType(e[t].type))return!1;return!0}allowedMarks(e){if(this.markSet==null)return e;let t;for(let n=0;n<e.length;n++)this.allowsMarkType(e[n].type)?t&&t.push(e[n]):t||=e.slice(0,n);return t?t.length?t:F.none:e}static compile(t,n){let r=Object.create(null);t.forEach((t,i)=>r[t]=new e(t,n,i));let i=n.spec.topNode||`doc`;if(!r[i])throw RangeError(`Schema is missing its top node type ('`+i+`')`);if(!r.text)throw RangeError(`Every schema needs a 'text' type`);for(let e in r.text.attrs)throw RangeError(`The text node type should not have attributes`);return r}};function Nt(e,t,n){let r=n.split(`|`);return n=>{let i=n===null?`null`:typeof n;if(r.indexOf(i)<0)throw RangeError(`Expected value of type ${r} for attribute ${t} on type ${e}, got ${i}`)}}var Pt=class{constructor(e,t,n){this.hasDefault=Object.prototype.hasOwnProperty.call(n,`default`),this.default=n.default,this.validate=typeof n.validate==`string`?Nt(e,t,n.validate):n.validate}get isRequired(){return!this.hasDefault}},Ft=class e{constructor(e,t,n,r){this.name=e,this.rank=t,this.schema=n,this.spec=r,this.attrs=jt(e,r.attrs),this.excluded=null;let i=Ot(this.attrs);this.instance=i?new F(this,i):null}create(e=null){return!e&&this.instance?this.instance:new F(this,kt(this.attrs,e))}static compile(t,n){let r=Object.create(null),i=0;return t.forEach((t,a)=>r[t]=new e(t,i++,n,a)),r}removeFromSet(e){for(var t=0;t<e.length;t++)e[t].type==this&&(e=e.slice(0,t).concat(e.slice(t+1)),t--);return e}isInSet(e){for(let t=0;t<e.length;t++)if(e[t].type==this)return e[t]}checkAttrs(e){At(this.attrs,e,`mark`,this.name)}excludes(e){return this.excluded.indexOf(e)>-1}},It=class{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let n in e)t[n]=e[n];t.nodes=N.from(e.nodes),t.marks=N.from(e.marks||{}),this.nodes=Mt.compile(this.spec.nodes,this),this.marks=Ft.compile(this.spec.marks,this);let n=Object.create(null);for(let e in this.nodes){if(e in this.marks)throw RangeError(e+` can not be both a node and a mark`);let t=this.nodes[e],r=t.spec.content||``,i=t.spec.marks;if(t.contentMatch=n[r]||(n[r]=mt.parse(r,this.nodes)),t.inlineContent=t.contentMatch.inlineContent,t.spec.linebreakReplacement){if(this.linebreakReplacement)throw RangeError(`Multiple linebreak nodes defined`);if(!t.isInline||!t.isLeaf)throw RangeError(`Linebreak replacement nodes must be inline leaf nodes`);this.linebreakReplacement=t}t.markSet=i==`_`?null:i?Lt(this,i.split(` `)):i==``||!t.inlineContent?[]:null}for(let e in this.marks){let t=this.marks[e],n=t.spec.excludes;t.excluded=n==null?[t]:n==``?[]:Lt(this,n.split(` `))}this.nodeFromJSON=e=>dt.fromJSON(this,e),this.markFromJSON=e=>F.fromJSON(this,e),this.topNodeType=this.nodes[this.spec.topNode||`doc`],this.cached.wrappings=Object.create(null)}node(e,t=null,n,r){if(typeof e==`string`)e=this.nodeType(e);else if(!(e instanceof Mt))throw RangeError(`Invalid node type: `+e);else if(e.schema!=this)throw RangeError(`Node type from different schema used (`+e.name+`)`);return e.createChecked(t,n,r)}text(e,t){let n=this.nodes.text;return new ft(n,n.defaultAttrs,e,F.setFrom(t))}mark(e,t){return typeof e==`string`&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw RangeError(`Unknown node type: `+e);return t}};function Lt(e,t){let n=[];for(let r=0;r<t.length;r++){let i=t[r],a=e.marks[i],o=a;if(a)n.push(a);else for(let t in e.marks){let r=e.marks[t];(i==`_`||r.spec.group&&r.spec.group.split(` `).indexOf(i)>-1)&&n.push(o=r)}if(!o)throw SyntaxError(`Unknown mark type: '`+t[r]+`'`)}return n}function Rt(e){return e.tag!=null}function zt(e){return e.style!=null}var Bt=class e{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let n=this.matchedStyles=[];t.forEach(e=>{if(Rt(e))this.tags.push(e);else if(zt(e)){let t=/[^=]*/.exec(e.style)[0];n.indexOf(t)<0&&n.push(t),this.styles.push(e)}}),this.normalizeLists=!this.tags.some(t=>{if(!/^(ul|ol)\b/.test(t.tag)||!t.node)return!1;let n=e.nodes[t.node];return n.contentMatch.matchType(n)})}parse(e,t={}){let n=new Yt(this,t,!1);return n.addAll(e,F.none,t.from,t.to),n.finish()}parseSlice(e,t={}){let n=new Yt(this,t,!0);return n.addAll(e,F.none,t.from,t.to),I.maxOpen(n.finish())}matchTag(e,t,n){for(let r=n?this.tags.indexOf(n)+1:0;r<this.tags.length;r++){let n=this.tags[r];if(Zt(e,n.tag)&&(n.namespace===void 0||e.namespaceURI==n.namespace)&&(!n.context||t.matchesContext(n.context))){if(n.getAttrs){let t=n.getAttrs(e);if(t===!1)continue;n.attrs=t||void 0}return n}}}matchStyle(e,t,n,r){for(let i=r?this.styles.indexOf(r)+1:0;i<this.styles.length;i++){let r=this.styles[i],a=r.style;if(!(a.indexOf(e)!=0||r.context&&!n.matchesContext(r.context)||a.length>e.length&&(a.charCodeAt(e.length)!=61||a.slice(e.length+1)!=t))){if(r.getAttrs){let e=r.getAttrs(t);if(e===!1)continue;r.attrs=e||void 0}return r}}}static schemaRules(e){let t=[];function n(e){let n=e.priority==null?50:e.priority,r=0;for(;r<t.length;r++){let e=t[r];if((e.priority==null?50:e.priority)<n)break}t.splice(r,0,e)}for(let t in e.marks){let r=e.marks[t].spec.parseDOM;r&&r.forEach(e=>{n(e=Qt(e)),e.mark||e.ignore||e.clearMark||(e.mark=t)})}for(let t in e.nodes){let r=e.nodes[t].spec.parseDOM;r&&r.forEach(e=>{n(e=Qt(e)),e.node||e.ignore||e.mark||(e.node=t)})}return t}static fromSchema(t){return t.cached.domParser||(t.cached.domParser=new e(t,e.schemaRules(t)))}},Vt={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},Ht={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},Ut={ol:!0,ul:!0},Wt=1,Gt=2,Kt=4;function qt(e,t,n){return t==null?e&&e.whitespace==`pre`?3:n&-5:(t?Wt:0)|(t===`full`?Gt:0)}var Jt=class{constructor(e,t,n,r,i,a){this.type=e,this.attrs=t,this.marks=n,this.solid=r,this.options=a,this.content=[],this.activeMarks=F.none,this.match=i||(a&Kt?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(P.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let t=this.type.contentMatch,n;return(n=t.findWrapping(e.type))?(this.match=t,n):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&Wt)){let e=this.content[this.content.length-1],t;if(e&&e.isText&&(t=/[ \t\r\n\u000c]+$/.exec(e.text))){let n=e;e.text.length==t[0].length?this.content.pop():this.content[this.content.length-1]=n.withText(n.text.slice(0,n.text.length-t[0].length))}}let t=P.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(P.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!Vt.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}},Yt=class{constructor(e,t,n){this.parser=e,this.options=t,this.isOpen=n,this.open=0,this.localPreserveWS=!1;let r=t.topNode,i,a=qt(null,t.preserveWhitespace,0)|(n?Kt:0);i=r?new Jt(r.type,r.attrs,F.none,!0,t.topMatch||r.type.contentMatch,a):n?new Jt(null,null,F.none,!0,null,a):new Jt(e.schema.topNodeType,null,F.none,!0,null,a),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let n=e.nodeValue,r=this.top,i=r.options&Gt?`full`:this.localPreserveWS||(r.options&Wt)>0,{schema:a}=this.parser;if(i===`full`||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(n)){if(!i){if(n=n.replace(/[ \t\r\n\u000c]+/g,` `),/^[ \t\r\n\u000c]/.test(n)&&this.open==this.nodes.length-1){let t=r.content[r.content.length-1],i=e.previousSibling;(!t||i&&i.nodeName==`BR`||t.isText&&/[ \t\r\n\u000c]$/.test(t.text))&&(n=n.slice(1))}}else if(i===`full`)n=n.replace(/\r\n?/g,`
|
|
3
3
|
`);else if(a.linebreakReplacement&&/[\r\n]/.test(n)&&this.top.findWrapping(a.linebreakReplacement.create())){let e=n.split(/\r?\n|\r/);for(let n=0;n<e.length;n++)n&&this.insertNode(a.linebreakReplacement.create(),t,!0),e[n]&&this.insertNode(a.text(e[n]),t,!/\S/.test(e[n]));n=``}else n=n.replace(/\r?\n|\r/g,` `);n&&this.insertNode(a.text(n),t,!/\S/.test(n)),this.findInText(e)}else this.findInside(e)}addElement(e,t,n){let r=this.localPreserveWS,i=this.top;(e.tagName==`PRE`||/pre/.test(e.style&&e.style.whiteSpace))&&(this.localPreserveWS=!0);let a=e.nodeName.toLowerCase(),o;Ut.hasOwnProperty(a)&&this.parser.normalizeLists&&Xt(e);let s=this.options.ruleFromNode&&this.options.ruleFromNode(e)||(o=this.parser.matchTag(e,this,n));out:if(s?s.ignore:Ht.hasOwnProperty(a))this.findInside(e),this.ignoreFallback(e,t);else if(!s||s.skip||s.closeParent){s&&s.closeParent?this.open=Math.max(0,this.open-1):s&&s.skip.nodeType&&(e=s.skip);let n,r=this.needsBlock;if(Vt.hasOwnProperty(a))i.content.length&&i.content[0].isInline&&this.open&&(this.open--,i=this.top),n=!0,i.type||(this.needsBlock=!0);else if(!e.firstChild){this.leafFallback(e,t);break out}let o=s&&s.skip?t:this.readStyles(e,t);o&&this.addAll(e,o),n&&this.sync(i),this.needsBlock=r}else{let n=this.readStyles(e,t);n&&this.addElementByRule(e,s,n,s.consuming===!1?o:void 0)}this.localPreserveWS=r}leafFallback(e,t){e.nodeName==`BR`&&this.top.type&&this.top.type.inlineContent&&this.addTextNode(e.ownerDocument.createTextNode(`
|
|
4
4
|
`),t)}ignoreFallback(e,t){e.nodeName==`BR`&&(!this.top.type||!this.top.type.inlineContent)&&this.findPlace(this.parser.schema.text(`-`),t,!0)}readStyles(e,t){let n=e.style;if(n&&n.length)for(let e=0;e<this.parser.matchedStyles.length;e++){let r=this.parser.matchedStyles[e],i=n.getPropertyValue(r);if(i)for(let e;;){let n=this.parser.matchStyle(r,i,this,e);if(!n)break;if(n.ignore)return null;if(t=n.clearMark?t.filter(e=>!n.clearMark(e)):t.concat(this.parser.schema.marks[n.mark].create(n.attrs)),n.consuming===!1)e=n;else break}}return t}addElementByRule(e,t,n,r){let i,a;if(t.node)if(a=this.parser.schema.nodes[t.node],a.isLeaf)this.insertNode(a.create(t.attrs),n,e.nodeName==`BR`)||this.leafFallback(e,n);else{let e=this.enter(a,t.attrs||null,n,t.preserveWhitespace);e&&(i=!0,n=e)}else{let e=this.parser.schema.marks[t.mark];n=n.concat(e.create(t.attrs))}let o=this.top;if(a&&a.isLeaf)this.findInside(e);else if(r)this.addElement(e,n,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(e=>this.insertNode(e,n,!1));else{let r=e;typeof t.contentElement==`string`?r=e.querySelector(t.contentElement):typeof t.contentElement==`function`?r=t.contentElement(e):t.contentElement&&(r=t.contentElement),this.findAround(e,r,!0),this.addAll(r,n),this.findAround(e,r,!1)}i&&this.sync(o)&&this.open--}addAll(e,t,n,r){let i=n||0;for(let a=n?e.childNodes[n]:e.firstChild,o=r==null?null:e.childNodes[r];a!=o;a=a.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(a,t);this.findAtPoint(e,i)}findPlace(e,t,n){let r,i;for(let t=this.open,a=0;t>=0;t--){let o=this.nodes[t],s=o.findWrapping(e);if(s&&(!r||r.length>s.length+a)&&(r=s,i=o,!s.length))break;if(o.solid){if(n)break;a+=2}}if(!r)return null;this.sync(i);for(let e=0;e<r.length;e++)t=this.enterInner(r[e],null,t,!1);return t}insertNode(e,t,n){if(e.isInline&&this.needsBlock&&!this.top.type){let e=this.textblockFromContext();e&&(t=this.enterInner(e,null,t))}let r=this.findPlace(e,t,n);if(r){this.closeExtra();let t=this.top;t.match&&=t.match.matchType(e.type);let n=F.none;for(let i of r.concat(e.marks))(t.type?t.type.allowsMarkType(i.type):$t(i.type,e.type))&&(n=i.addToSet(n));return t.content.push(e.mark(n)),!0}return!1}enter(e,t,n,r){let i=this.findPlace(e.create(t),n,!1);return i&&=this.enterInner(e,t,n,!0,r),i}enterInner(e,t,n,r=!1,i){this.closeExtra();let a=this.top;a.match=a.match&&a.match.matchType(e);let o=qt(e,i,a.options);a.options&Kt&&a.content.length==0&&(o|=Kt);let s=F.none;return n=n.filter(t=>(a.type?a.type.allowsMarkType(t.type):$t(t.type,e))?(s=t.addToSet(s),!1):!0),this.nodes.push(new Jt(e,t,s,r,null,o)),this.open++,n}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let t=this.open;t>=0;t--)if(this.nodes[t]==e)return this.open=t,!0;else this.localPreserveWS&&(this.nodes[t].options|=Wt);return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let n=this.nodes[t].content;for(let t=n.length-1;t>=0;t--)e+=n[t].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let n=0;n<this.find.length;n++)this.find[n].node==e&&this.find[n].offset==t&&(this.find[n].pos=this.currentPos)}findInside(e){if(this.find)for(let t=0;t<this.find.length;t++)this.find[t].pos==null&&e.nodeType==1&&e.contains(this.find[t].node)&&(this.find[t].pos=this.currentPos)}findAround(e,t,n){if(e!=t&&this.find)for(let r=0;r<this.find.length;r++)this.find[r].pos==null&&e.nodeType==1&&e.contains(this.find[r].node)&&t.compareDocumentPosition(this.find[r].node)&(n?2:4)&&(this.find[r].pos=this.currentPos)}findInText(e){if(this.find)for(let t=0;t<this.find.length;t++)this.find[t].node==e&&(this.find[t].pos=this.currentPos-(e.nodeValue.length-this.find[t].offset))}matchesContext(e){if(e.indexOf(`|`)>-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split(`/`),n=this.options.context,r=!this.isOpen&&(!n||n.parent.type==this.nodes[0].type),i=-(n?n.depth+1:0)+ +!r,a=(e,o)=>{for(;e>=0;e--){let s=t[e];if(s==``){if(e==t.length-1||e==0)continue;for(;o>=i;o--)if(a(e-1,o))return!0;return!1}else{let e=o>0||o==0&&r?this.nodes[o].type:n&&o>=i?n.node(o-i).type:null;if(!e||e.name!=s&&!e.isInGroup(s))return!1;o--}}return!0};return a(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let n=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(n&&n.isTextblock&&n.defaultAttrs)return n}for(let e in this.parser.schema.nodes){let t=this.parser.schema.nodes[e];if(t.isTextblock&&t.defaultAttrs)return t}}};function Xt(e){for(let t=e.firstChild,n=null;t;t=t.nextSibling){let e=t.nodeType==1?t.nodeName.toLowerCase():null;e&&Ut.hasOwnProperty(e)&&n?(n.appendChild(t),t=n):e==`li`?n=t:e&&(n=null)}}function Zt(e,t){return(e.matches||e.msMatchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector).call(e,t)}function Qt(e){let t={};for(let n in e)t[n]=e[n];return t}function $t(e,t){let n=t.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(e))continue;let a=[],o=e=>{a.push(e);for(let n=0;n<e.edgeCount;n++){let{type:r,next:i}=e.edge(n);if(r==t||a.indexOf(i)<0&&o(i))return!0}};if(o(i.contentMatch))return!0}}var en=class e{constructor(e,t){this.nodes=e,this.marks=t}serializeFragment(e,t={},n){n||=nn(t).createDocumentFragment();let r=n,i=[];return e.forEach(e=>{if(i.length||e.marks.length){let n=0,a=0;for(;n<i.length&&a<e.marks.length;){let t=e.marks[a];if(!this.marks[t.type.name]){a++;continue}if(!t.eq(i[n][0])||t.type.spec.spanning===!1)break;n++,a++}for(;n<i.length;)r=i.pop()[1];for(;a<e.marks.length;){let n=e.marks[a++],o=this.serializeMark(n,e.isInline,t);o&&(i.push([n,r]),r.appendChild(o.dom),r=o.contentDOM||o.dom)}}r.appendChild(this.serializeNodeInner(e,t))}),n}serializeNodeInner(e,t){if(e.isText)return nn(t).createTextNode(e.text);let{dom:n,contentDOM:r}=sn(nn(t),this.nodes[e.type.name](e),null,e.attrs);if(r){if(e.isLeaf)throw RangeError(`Content hole not allowed in a leaf node spec`);this.serializeFragment(e.content,t,r)}return n}serializeNode(e,t={}){let n=this.serializeNodeInner(e,t);for(let r=e.marks.length-1;r>=0;r--){let i=this.serializeMark(e.marks[r],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(n),n=i.dom)}return n}serializeMark(e,t,n={}){let r=this.marks[e.type.name];return r&&sn(nn(n),r(e,t),null,e.attrs)}static renderSpec(e,t,n=null,r){return typeof t==`string`?{dom:e.createTextNode(t)}:sn(e,t,n,r)}static fromSchema(t){return t.cached.domSerializer||(t.cached.domSerializer=new e(this.nodesFromSchema(t),this.marksFromSchema(t)))}static nodesFromSchema(e){let t=tn(e.nodes);return t.text||=e=>e.text,t}static marksFromSchema(e){return tn(e.marks)}};function tn(e){let t={};for(let n in e){let r=e[n].spec.toDOM;r&&(t[n]=r)}return t}function nn(e){return e.document||window.document}var rn=new WeakMap;function an(e){let t=rn.get(e);return t===void 0&&rn.set(e,t=on(e)),t}function on(e){let t=null;function n(e){if(e&&typeof e==`object`)if(Array.isArray(e))if(typeof e[0]==`string`)t||=[],t.push(e);else for(let t=0;t<e.length;t++)n(e[t]);else for(let t in e)n(e[t])}return n(e),t}function sn(e,t,n,r){if(t.nodeType==1)return{dom:t};if(t.dom&&t.dom.nodeType==1)return t;let i=t[0],a;if(typeof i!=`string`)throw RangeError(`Invalid array passed to renderSpec`);if(r&&(a=an(r))&&a.indexOf(t)>-1)throw RangeError(`Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.`);let o=i.indexOf(` `);o>0&&(n=i.slice(0,o),i=i.slice(o+1));let s,c=n?e.createElementNS(n,i):e.createElement(i),l=t[1],u=1;if(l&&typeof l==`object`&&l.nodeType==null&&!Array.isArray(l)){u=2;for(let e in l)if(l[e]!=null){let t=e.indexOf(` `);t>0?c.setAttributeNS(e.slice(0,t),e.slice(t+1),l[e]):e==`style`&&c.style?c.style.cssText=l[e]:c.setAttribute(e,l[e])}}for(let i=u;i<t.length;i++){let a=t[i];if(a===0){if(i<t.length-1||i>u)throw RangeError(`Content hole must be the only child of its parent node`);return{dom:c,contentDOM:c}}else if(typeof a==`string`)c.appendChild(e.createTextNode(a));else{let{dom:t,contentDOM:i}=sn(e,a,n,r);if(c.appendChild(t),i){if(s)throw RangeError(`Multiple content holes`);s=i}}}return{dom:c,contentDOM:s}}var cn=65535,ln=2**16;function un(e,t){return e+t*ln}function dn(e){return e&cn}function fn(e){return(e-(e&cn))/ln}var pn=1,mn=2,hn=4,gn=8,_n=class{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&gn)>0}get deletedBefore(){return(this.delInfo&5)>0}get deletedAfter(){return(this.delInfo&6)>0}get deletedAcross(){return(this.delInfo&hn)>0}},vn=class e{constructor(t,n=!1){if(this.ranges=t,this.inverted=n,!t.length&&e.empty)return e.empty}recover(e){let t=0,n=dn(e);if(!this.inverted)for(let e=0;e<n;e++)t+=this.ranges[e*3+2]-this.ranges[e*3+1];return this.ranges[n*3]+t+fn(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 r=0,i=this.inverted?2:1,a=this.inverted?1:2;for(let o=0;o<this.ranges.length;o+=3){let s=this.ranges[o]-(this.inverted?r:0);if(s>e)break;let c=this.ranges[o+i],l=this.ranges[o+a],u=s+c;if(e<=u){let i=c?e==s?-1:e==u?1:t:t,a=s+r+(i<0?0:l);if(n)return a;let d=e==(t<0?s:u)?null:un(o/3,e-s),f=e==s?mn:e==u?pn:hn;return(t<0?e!=s:e!=u)&&(f|=gn),new _n(a,f,d)}r+=l-c}return n?e+r:new _n(e+r,0,null)}touches(e,t){let n=0,r=dn(t),i=this.inverted?2:1,a=this.inverted?1:2;for(let t=0;t<this.ranges.length;t+=3){let o=this.ranges[t]-(this.inverted?n:0);if(o>e)break;let s=this.ranges[t+i];if(e<=o+s&&t==r*3)return!0;n+=this.ranges[t+a]-s}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let r=0,i=0;r<this.ranges.length;r+=3){let a=this.ranges[r],o=a-(this.inverted?i:0),s=a+(this.inverted?0:i),c=this.ranges[r+t],l=this.ranges[r+n];e(o,o+c,s,s+l),i+=l-c}}invert(){return new e(this.ranges,!this.inverted)}toString(){return(this.inverted?`-`:``)+JSON.stringify(this.ranges)}static offset(t){return t==0?e.empty:new e(t<0?[0,-t,0]:[0,0,t])}};vn.empty=new vn([]);var yn=class e{constructor(e,t,n=0,r=e?e.length:0){this.mirror=t,this.from=n,this.to=r,this._maps=e||[],this.ownData=!(e||t)}get maps(){return this._maps}slice(t=0,n=this.maps.length){return new e(this._maps,this.mirror,t,n)}appendMap(e,t){this.ownData||=(this._maps=this._maps.slice(),this.mirror=this.mirror&&this.mirror.slice(),!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 r=e.getMirror(t);this.appendMap(e._maps[t],r!=null&&r<t?n+r: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.push(e,t)}appendMappingInverted(e){for(let t=e.maps.length-1,n=this._maps.length+e._maps.length;t>=0;t--){let r=e.getMirror(t);this.appendMap(e._maps[t].invert(),r!=null&&r>t?n-r-1:void 0)}}invert(){let t=new e;return t.appendMappingInverted(this),t}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 r=0;for(let n=this.from;n<this.to;n++){let i=this._maps[n].mapResult(e,t);if(i.recover!=null){let t=this.getMirror(n);if(t!=null&&t>n&&t<this.to){n=t,e=this._maps[t].recover(i.recover);continue}}r|=i.delInfo,e=i.pos}return n?e:new _n(e,r,null)}},bn=Object.create(null),xn=class{getMap(){return vn.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw RangeError(`Invalid input for Step.fromJSON`);let n=bn[t.stepType];if(!n)throw RangeError(`No step type ${t.stepType} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in bn)throw RangeError(`Duplicate use of step JSON ID `+e);return bn[e]=t,t.prototype.jsonID=e,t}},Sn=class e{constructor(e,t){this.doc=e,this.failed=t}static ok(t){return new e(t,null)}static fail(t){return new e(null,t)}static fromReplace(t,n,r,i){try{return e.ok(t.replace(n,r,i))}catch(t){if(t instanceof Ke)return e.fail(t.message);throw t}}};function Cn(e,t,n){let r=[];for(let i=0;i<e.childCount;i++){let a=e.child(i);a.content.size&&(a=a.copy(Cn(a.content,t,a))),a.isInline&&(a=t(a,n,i)),r.push(a)}return P.fromArray(r)}var wn=class e extends xn{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),r=n.node(n.sharedDepth(this.to)),i=new I(Cn(t.content,(e,t)=>!e.isAtom||!t.type.allowsMarkType(this.mark.type)?e:e.mark(this.mark.addToSet(e.marks)),r),t.openStart,t.openEnd);return Sn.fromReplace(e,this.from,this.to,i)}invert(){return new Tn(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`addMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for AddMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};xn.jsonID(`addMark`,wn);var Tn=class e extends xn{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 I(Cn(t.content,e=>e.mark(this.mark.removeFromSet(e.marks)),e),t.openStart,t.openEnd);return Sn.fromReplace(e,this.from,this.to,n)}invert(){return new wn(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`removeMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for RemoveMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};xn.jsonID(`removeMark`,Tn);var En=class e extends xn{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return Sn.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return Sn.fromReplace(e,this.pos,this.pos+1,new I(P.from(n),0,+!t.isLeaf))}invert(t){let n=t.nodeAt(this.pos);if(n){let t=this.mark.addToSet(n.marks);if(t.length==n.marks.length){for(let r=0;r<n.marks.length;r++)if(!n.marks[r].isInSet(t))return new e(this.pos,n.marks[r]);return new e(this.pos,this.mark)}}return new Dn(this.pos,this.mark)}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.mark)}toJSON(){return{stepType:`addNodeMark`,pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for AddNodeMarkStep.fromJSON`);return new e(n.pos,t.markFromJSON(n.mark))}};xn.jsonID(`addNodeMark`,En);var Dn=class e extends xn{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return Sn.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.removeFromSet(t.marks));return Sn.fromReplace(e,this.pos,this.pos+1,new I(P.from(n),0,+!t.isLeaf))}invert(e){let t=e.nodeAt(this.pos);return!t||!this.mark.isInSet(t.marks)?this:new En(this.pos,this.mark)}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.mark)}toJSON(){return{stepType:`removeNodeMark`,pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for RemoveNodeMarkStep.fromJSON`);return new e(n.pos,t.markFromJSON(n.mark))}};xn.jsonID(`removeNodeMark`,Dn);var On=class e extends xn{constructor(e,t,n,r=!1){super(),this.from=e,this.to=t,this.slice=n,this.structure=r}apply(e){return this.structure&&An(e,this.from,this.to)?Sn.fail(`Structure replace would overwrite content`):Sn.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new vn([this.from,this.to-this.from,this.slice.size])}invert(t){return new e(this.from,this.from+this.slice.size,t.slice(this.from,this.to))}map(t){let n=t.mapResult(this.to,-1),r=this.from==this.to&&e.MAP_BIAS<0?n:t.mapResult(this.from,1);return r.deletedAcross&&n.deletedAcross?null:new e(r.pos,Math.max(r.pos,n.pos),this.slice,this.structure)}merge(t){if(!(t instanceof e)||t.structure||this.structure)return null;if(this.from+this.slice.size==t.from&&!this.slice.openEnd&&!t.slice.openStart){let n=this.slice.size+t.slice.size==0?I.empty:new I(this.slice.content.append(t.slice.content),this.slice.openStart,t.slice.openEnd);return new e(this.from,this.to+(t.to-t.from),n,this.structure)}else if(t.to==this.from&&!this.slice.openStart&&!t.slice.openEnd){let n=this.slice.size+t.slice.size==0?I.empty:new I(t.slice.content.append(this.slice.content),t.slice.openStart,this.slice.openEnd);return new e(t.from,this.to,n,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(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for ReplaceStep.fromJSON`);return new e(n.from,n.to,I.fromJSON(t,n.slice),!!n.structure)}};On.MAP_BIAS=1,xn.jsonID(`replace`,On);var kn=class e extends xn{constructor(e,t,n,r,i,a,o=!1){super(),this.from=e,this.to=t,this.gapFrom=n,this.gapTo=r,this.slice=i,this.insert=a,this.structure=o}apply(e){if(this.structure&&(An(e,this.from,this.gapFrom)||An(e,this.gapTo,this.to)))return Sn.fail(`Structure gap-replace would overwrite content`);let t=e.slice(this.gapFrom,this.gapTo);if(t.openStart||t.openEnd)return Sn.fail(`Gap is not a flat range`);let n=this.slice.insertAt(this.insert,t.content);return n?Sn.fromReplace(e,this.from,this.to,n):Sn.fail(`Content does not fit in gap`)}getMap(){return new vn([this.from,this.gapFrom-this.from,this.insert,this.gapTo,this.to-this.gapTo,this.slice.size-this.insert])}invert(t){let n=this.gapTo-this.gapFrom;return new e(this.from,this.from+this.slice.size+n,this.from+this.insert,this.from+this.insert+n,t.slice(this.from,this.to).removeBetween(this.gapFrom-this.from,this.gapTo-this.from),this.gapFrom-this.from,this.structure)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1),i=this.from==this.gapFrom?n.pos:t.map(this.gapFrom,-1),a=this.to==this.gapTo?r.pos:t.map(this.gapTo,1);return n.deletedAcross&&r.deletedAcross||i<n.pos||a>r.pos?null:new e(n.pos,r.pos,i,a,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(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`||typeof n.gapFrom!=`number`||typeof n.gapTo!=`number`||typeof n.insert!=`number`)throw RangeError(`Invalid input for ReplaceAroundStep.fromJSON`);return new e(n.from,n.to,n.gapFrom,n.gapTo,I.fromJSON(t,n.slice),n.insert,!!n.structure)}};xn.jsonID(`replaceAround`,kn);function An(e,t,n){let r=e.resolve(t),i=n-t,a=r.depth;for(;i>0&&a>0&&r.indexAfter(a)==r.node(a).childCount;)a--,i--;if(i>0){let e=r.node(a).maybeChild(r.indexAfter(a));for(;i>0;){if(!e||e.isLeaf)return!0;e=e.firstChild,i--}}return!1}function jn(e,t,n,r){let i=[],a=[],o,s;e.doc.nodesBetween(t,n,(e,c,l)=>{if(!e.isInline)return;let u=e.marks;if(!r.isInSet(u)&&l.type.allowsMarkType(r.type)){let l=Math.max(c,t),d=Math.min(c+e.nodeSize,n),f=r.addToSet(u);for(let e=0;e<u.length;e++)u[e].isInSet(f)||(o&&o.to==l&&o.mark.eq(u[e])?o.to=d:i.push(o=new Tn(l,d,u[e])));s&&s.to==l?s.to=d:a.push(s=new wn(l,d,r))}}),i.forEach(t=>e.step(t)),a.forEach(t=>e.step(t))}function Mn(e,t,n,r){let i=[],a=0;e.doc.nodesBetween(t,n,(e,o)=>{if(!e.isInline)return;a++;let s=null;if(r instanceof Ft){let t=e.marks,n;for(;n=r.isInSet(t);)(s||=[]).push(n),t=n.removeFromSet(t)}else r?r.isInSet(e.marks)&&(s=[r]):s=e.marks;if(s&&s.length){let r=Math.min(o+e.nodeSize,n);for(let e=0;e<s.length;e++){let n=s[e],c;for(let e=0;e<i.length;e++){let t=i[e];t.step==a-1&&n.eq(i[e].style)&&(c=t)}c?(c.to=r,c.step=a):i.push({style:n,from:Math.max(o,t),to:r,step:a})}}}),i.forEach(t=>e.step(new Tn(t.from,t.to,t.style)))}function Nn(e,t,n,r=n.contentMatch,i=!0){let a=e.doc.nodeAt(t),o=[],s=t+1;for(let t=0;t<a.childCount;t++){let c=a.child(t),l=s+c.nodeSize,u=r.matchType(c.type);if(!u)o.push(new On(s,l,I.empty));else{r=u;for(let t=0;t<c.marks.length;t++)n.allowsMarkType(c.marks[t].type)||e.step(new Tn(s,l,c.marks[t]));if(i&&c.isText&&n.whitespace!=`pre`){let e,t=/\r?\n|\r/g,r;for(;e=t.exec(c.text);)r||=new I(P.from(n.schema.text(` `,n.allowedMarks(c.marks))),0,0),o.push(new On(s+e.index,s+e.index+e[0].length,r))}}s=l}if(!r.validEnd){let t=r.fillBefore(P.empty,!0);e.replace(s,s,new I(t,0,0))}for(let t=o.length-1;t>=0;t--)e.step(o[t])}function Pn(e,t,n){return(t==0||e.canReplace(t,e.childCount))&&(n==e.childCount||e.canReplace(0,n))}function Fn(e){let t=e.parent.content.cutByIndex(e.startIndex,e.endIndex);for(let n=e.depth,r=0,i=0;;--n){let a=e.$from.node(n),o=e.$from.index(n)+r,s=e.$to.indexAfter(n)-i;if(n<e.depth&&a.canReplace(o,s,t))return n;if(n==0||a.type.spec.isolating||!Pn(a,o,s))break;o&&(r=1),s<a.childCount&&(i=1)}return null}function In(e,t,n){let{$from:r,$to:i,depth:a}=t,o=r.before(a+1),s=i.after(a+1),c=o,l=s,u=P.empty,d=0;for(let e=a,t=!1;e>n;e--)t||r.index(e)>0?(t=!0,u=P.from(r.node(e).copy(u)),d++):c--;let f=P.empty,p=0;for(let e=a,t=!1;e>n;e--)t||i.after(e+1)<i.end(e)?(t=!0,f=P.from(i.node(e).copy(f)),p++):l++;e.step(new kn(c,l,o,s,new I(u.append(f),d,p),u.size-d,!0))}function Ln(e,t,n=null,r=e){let i=zn(e,t),a=i&&Bn(r,t);return a?i.map(Rn).concat({type:t,attrs:n}).concat(a.map(Rn)):null}function Rn(e){return{type:e,attrs:null}}function zn(e,t){let{parent:n,startIndex:r,endIndex:i}=e,a=n.contentMatchAt(r).findWrapping(t);if(!a)return null;let o=a.length?a[0]:t;return n.canReplaceWith(r,i,o)?a:null}function Bn(e,t){let{parent:n,startIndex:r,endIndex:i}=e,a=n.child(r),o=t.contentMatch.findWrapping(a.type);if(!o)return null;let s=(o.length?o[o.length-1]:t).contentMatch;for(let e=r;s&&e<i;e++)s=s.matchType(n.child(e).type);return!s||!s.validEnd?null:o}function Vn(e,t,n){let r=P.empty;for(let e=n.length-1;e>=0;e--){if(r.size){let t=n[e].type.contentMatch.matchFragment(r);if(!t||!t.validEnd)throw RangeError(`Wrapper type given to Transform.wrap does not form valid content of its parent wrapper`)}r=P.from(n[e].type.create(n[e].attrs,r))}let i=t.start,a=t.end;e.step(new kn(i,a,i,a,new I(r,0,0),n.length,!0))}function Hn(e,t,n,r,i){if(!r.isTextblock)throw RangeError(`Type given to setBlockType should be a textblock`);let a=e.steps.length;e.doc.nodesBetween(t,n,(t,n)=>{let o=typeof i==`function`?i(t):i;if(t.isTextblock&&!t.hasMarkup(r,o)&&Gn(e.doc,e.mapping.slice(a).map(n),r)){let i=null;if(r.schema.linebreakReplacement){let e=r.whitespace==`pre`,t=!!r.contentMatch.matchType(r.schema.linebreakReplacement);e&&!t?i=!1:!e&&t&&(i=!0)}i===!1&&Wn(e,t,n,a),Nn(e,e.mapping.slice(a).map(n,1),r,void 0,i===null);let s=e.mapping.slice(a),c=s.map(n,1),l=s.map(n+t.nodeSize,1);return e.step(new kn(c,l,c+1,l-1,new I(P.from(r.create(o,null,t.marks)),0,0),1,!0)),i===!0&&Un(e,t,n,a),!1}})}function Un(e,t,n,r){t.forEach((i,a)=>{if(i.isText){let o,s=/\r?\n|\r/g;for(;o=s.exec(i.text);){let i=e.mapping.slice(r).map(n+1+a+o.index);e.replaceWith(i,i+1,t.type.schema.linebreakReplacement.create())}}})}function Wn(e,t,n,r){t.forEach((i,a)=>{if(i.type==i.type.schema.linebreakReplacement){let i=e.mapping.slice(r).map(n+1+a);e.replaceWith(i,i+1,t.type.schema.text(`
|
|
@@ -9,7 +9,7 @@ import{i as e,n as t,t as n}from"./rolldown-runtime-aKtaBQYM.js";import{a as r,i
|
|
|
9
9
|
`),slice:t}}function is(e,t,n,r,i){let a=i.parent.type.spec.code,o,s;if(!n&&!t)return null;let c=!!t&&(r||a||!n);if(c){if(e.someProp(`transformPastedText`,n=>{t=n(t,a||r,e)}),a)return s=new I(P.from(e.state.schema.text(t.replace(/\r\n?/g,`
|
|
10
10
|
`))),0,0),e.someProp(`transformPasted`,t=>{s=t(s,e,!0)}),s;let n=e.someProp(`clipboardTextParser`,n=>n(t,i,r,e));if(n)s=n;else{let n=i.marks(),{schema:r}=e.state,a=en.fromSchema(r);o=document.createElement(`div`),t.split(/(?:\r\n?|\n)+/).forEach(e=>{let t=o.appendChild(document.createElement(`p`));e&&t.appendChild(a.serializeNode(r.text(e,n)))})}}else e.someProp(`transformPastedHTML`,t=>{n=t(n,e)}),o=vs(n),pa&&ys(o);let l=o&&o.querySelector(`[data-pm-slice]`),u=l&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(l.getAttribute(`data-pm-slice`)||``);if(u&&u[3])for(let e=+u[3];e>0;e--){let e=o.firstChild;for(;e&&e.nodeType!=1;)e=e.nextSibling;if(!e)break;o=e}if(s||=(e.someProp(`clipboardParser`)||e.someProp(`domParser`)||Bt.fromSchema(e.state.schema)).parseSlice(o,{preserveWhitespace:!!(c||u),context:i,ruleFromNode(e){return e.nodeName==`BR`&&!e.nextSibling&&e.parentNode&&!as.test(e.parentNode.nodeName)?{ignore:!0}:null}}),u)s=bs(fs(s,+u[1],+u[2]),u[4]);else if(s=I.maxOpen(ss(s.content,i),!0),s.openStart||s.openEnd){let e=0,t=0;for(let t=s.content.firstChild;e<s.openStart&&!t.type.spec.isolating;e++,t=t.firstChild);for(let e=s.content.lastChild;t<s.openEnd&&!e.type.spec.isolating;t++,e=e.lastChild);s=fs(s,e,t)}return e.someProp(`transformPasted`,t=>{s=t(s,e,c)}),s}var as=/^(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 ss(e,t){if(e.childCount<2)return e;for(let n=t.depth;n>=0;n--){let r=t.node(n).contentMatchAt(t.index(n)),i,a=[];if(e.forEach(e=>{if(!a)return;let t=r.findWrapping(e.type),n;if(!t)return a=null;if(n=a.length&&i.length&&ls(t,i,e,a[a.length-1],0))a[a.length-1]=n;else{a.length&&(a[a.length-1]=us(a[a.length-1],i.length));let n=cs(e,t);a.push(n),r=r.matchType(n.type),i=t}}),a)return P.from(a)}return e}function cs(e,t,n=0){for(let r=t.length-1;r>=n;r--)e=t[r].create(null,P.from(e));return e}function ls(e,t,n,r,i){if(i<e.length&&i<t.length&&e[i]==t[i]){let a=ls(e,t,n,r.lastChild,i+1);if(a)return r.copy(r.content.replaceChild(r.childCount-1,a));if(r.contentMatchAt(r.childCount).matchType(i==e.length-1?n.type:e[i+1]))return r.copy(r.content.append(P.from(cs(n,e,i+1))))}}function us(e,t){if(t==0)return e;let n=e.content.replaceChild(e.childCount-1,us(e.lastChild,t-1)),r=e.contentMatchAt(e.childCount).fillBefore(P.empty,!0);return e.copy(n.append(r))}function ds(e,t,n,r,i,a){let o=t<0?e.firstChild:e.lastChild,s=o.content;return e.childCount>1&&(a=0),i<r-1&&(s=ds(s,t,n,r,i+1,a)),i>=n&&(s=t<0?o.contentMatchAt(0).fillBefore(s,a<=i).append(s):s.append(o.contentMatchAt(o.childCount).fillBefore(P.empty,!0))),e.replaceChild(t<0?0:e.childCount-1,o.copy(s))}function fs(e,t,n){return t<e.openStart&&(e=new I(ds(e.content,-1,t,e.openStart,0,e.openEnd),t,e.openEnd)),n<e.openEnd&&(e=new I(ds(e.content,1,n,e.openEnd,0,0),e.openStart,n)),e}var ps={thead:[`table`],tbody:[`table`],tfoot:[`table`],caption:[`table`],colgroup:[`table`],col:[`table`,`colgroup`],tr:[`table`,`tbody`],td:[`table`,`tbody`,`tr`],th:[`table`,`tbody`,`tr`]},ms=null;function hs(){return ms||=document.implementation.createHTMLDocument(`title`)}var gs=null;function _s(e){let t=window.trustedTypes;return t?(gs||=t.defaultPolicy||t.createPolicy(`ProseMirrorClipboard`,{createHTML:e=>e}),gs.createHTML(e)):e}function vs(e){let t=/^(\s*<meta [^>]*>)*/.exec(e);t&&(e=e.slice(t[0].length));let n=hs().createElement(`div`),r=/<([a-z][^>\s]+)/i.exec(e),i;if((i=r&&ps[r[1].toLowerCase()])&&(e=i.map(e=>`<`+e+`>`).join(``)+e+i.map(e=>`</`+e+`>`).reverse().join(``)),n.innerHTML=_s(e),i)for(let e=0;e<i.length;e++)n=n.querySelector(i[e])||n;return n}function ys(e){let t=e.querySelectorAll(oa?`span:not([class]):not([style])`:`span.Apple-converted-space`);for(let n=0;n<t.length;n++){let r=t[n];r.childNodes.length==1&&r.textContent==`\xA0`&&r.parentNode&&r.parentNode.replaceChild(e.ownerDocument.createTextNode(` `),r)}}function bs(e,t){if(!e.size)return e;let n=e.content.firstChild.type.schema,r;try{r=JSON.parse(t)}catch{return e}let{content:i,openStart:a,openEnd:o}=e;for(let e=r.length-2;e>=0;e-=2){let t=n.nodes[r[e]];if(!t||t.hasRequiredAttrs())break;i=P.from(t.create(r[e+1],i)),a++,o++}return new I(i,a,o)}var xs={},Ss={},Cs={touchstart:!0,touchmove:!0},ws=class{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:``,button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}};function Ts(e){for(let t in xs){let n=xs[t];e.dom.addEventListener(t,e.input.eventHandlers[t]=t=>{As(e,t)&&!ks(e,t)&&(e.editable||!(t.type in Ss))&&n(e,t)},Cs[t]?{passive:!0}:void 0)}ca&&e.dom.addEventListener(`input`,()=>null),Os(e)}function Es(e,t){e.input.lastSelectionOrigin=t,e.input.lastSelectionTime=Date.now()}function Ds(e){e.domObserver.stop();for(let t in e.input.eventHandlers)e.dom.removeEventListener(t,e.input.eventHandlers[t]);clearTimeout(e.input.composingTimeout),clearTimeout(e.input.lastIOSEnterFallbackTimeout)}function Os(e){e.someProp(`handleDOMEvents`,t=>{for(let n in t)e.input.eventHandlers[n]||e.dom.addEventListener(n,e.input.eventHandlers[n]=t=>ks(e,t))})}function ks(e,t){return e.someProp(`handleDOMEvents`,n=>{let r=n[t.type];return r?r(e,t)||t.defaultPrevented:!1})}function As(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n=t.target;n!=e.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(t))return!1;return!0}function js(e,t){!ks(e,t)&&xs[t.type]&&(e.editable||!(t.type in Ss))&&xs[t.type](e,t)}Ss.keydown=(e,t)=>{let n=t;if(e.input.shiftKey=n.keyCode==16||n.shiftKey,!Gs(e,n)&&(e.input.lastKeyCode=n.keyCode,e.input.lastKeyCodeTime=Date.now(),!(fa&&oa&&n.keyCode==13)))if(n.keyCode!=229&&e.domObserver.forceFlush(),la&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let t=Date.now();e.input.lastIOSEnter=t,e.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{e.input.lastIOSEnter==t&&(e.someProp(`handleKeyDown`,t=>t(e,qi(13,`Enter`))),e.input.lastIOSEnter=0)},200)}else e.someProp(`handleKeyDown`,t=>t(e,n))||ns(e,n)?n.preventDefault():Es(e,`key`)},Ss.keyup=(e,t)=>{t.keyCode==16&&(e.input.shiftKey=!1)},Ss.keypress=(e,t)=>{let n=t;if(Gs(e,n)||!n.charCode||n.ctrlKey&&!n.altKey||ua&&n.metaKey)return;if(e.someProp(`handleKeyPress`,t=>t(e,n))){n.preventDefault();return}let r=e.state.selection;if(!(r instanceof R)||!r.$from.sameParent(r.$to)){let t=String.fromCharCode(n.charCode),i=()=>e.state.tr.insertText(t).scrollIntoView();!/[\r\n]/.test(t)&&!e.someProp(`handleTextInput`,n=>n(e,r.$from.pos,r.$to.pos,t,i))&&e.dispatch(i()),n.preventDefault()}};function Ms(e){return{left:e.clientX,top:e.clientY}}function Ns(e,t){let n=t.x-e.clientX,r=t.y-e.clientY;return n*n+r*r<100}function Ps(e,t,n,r,i){if(r==-1)return!1;let a=e.state.doc.resolve(r);for(let r=a.depth+1;r>0;r--)if(e.someProp(t,t=>r>a.depth?t(e,n,a.nodeAfter,a.before(r),i,!0):t(e,n,a.node(r),a.before(r),i,!1)))return!0;return!1}function Fs(e,t,n){if(e.focused||e.focus(),e.state.selection.eq(t))return;let r=e.state.tr.setSelection(t);n==`pointer`&&r.setMeta(`pointer`,!0),e.dispatch(r)}function Is(e,t){if(t==-1)return!1;let n=e.state.doc.resolve(t),r=n.nodeAfter;return r&&r.isAtom&&z.isSelectable(r)?(Fs(e,new z(n),`pointer`),!0):!1}function Ls(e,t){if(t==-1)return!1;let n=e.state.selection,r,i;n instanceof z&&(r=n.node);let a=e.state.doc.resolve(t);for(let e=a.depth+1;e>0;e--){let t=e>a.depth?a.nodeAfter:a.node(e);if(z.isSelectable(t)){i=r&&n.$from.depth>0&&e>=n.$from.depth&&a.before(n.$from.depth+1)==n.$from.pos?a.before(n.$from.depth):a.before(e);break}}return i==null?!1:(Fs(e,z.create(e.state.doc,i),`pointer`),!0)}function Rs(e,t,n,r,i){return Ps(e,`handleClickOn`,t,n,r)||e.someProp(`handleClick`,n=>n(e,t,r))||(i?Ls(e,n):Is(e,n))}function zs(e,t,n,r){return Ps(e,`handleDoubleClickOn`,t,n,r)||e.someProp(`handleDoubleClick`,n=>n(e,t,r))}function Bs(e,t,n,r){return Ps(e,`handleTripleClickOn`,t,n,r)||e.someProp(`handleTripleClick`,n=>n(e,t,r))||Vs(e,n,r)}function Vs(e,t,n){if(n.button!=0)return!1;let r=e.state.doc;if(t==-1)return r.inlineContent?(Fs(e,R.create(r,0,r.content.size),`pointer`),!0):!1;let i=r.resolve(t);for(let t=i.depth+1;t>0;t--){let n=t>i.depth?i.nodeAfter:i.node(t),a=i.before(t);if(n.inlineContent)Fs(e,R.create(r,a+1,a+1+n.content.size),`pointer`);else if(z.isSelectable(n))Fs(e,z.create(r,a),`pointer`);else continue;return!0}}function Hs(e){return Qs(e)}var Us=ua?`metaKey`:`ctrlKey`;xs.mousedown=(e,t)=>{let n=t;e.input.shiftKey=n.shiftKey;let r=Hs(e),i=Date.now(),a=`singleClick`;i-e.input.lastClick.time<500&&Ns(n,e.input.lastClick)&&!n[Us]&&e.input.lastClick.button==n.button&&(e.input.lastClick.type==`singleClick`?a=`doubleClick`:e.input.lastClick.type==`doubleClick`&&(a=`tripleClick`)),e.input.lastClick={time:i,x:n.clientX,y:n.clientY,type:a,button:n.button};let o=e.posAtCoords(Ms(n));o&&(a==`singleClick`?(e.input.mouseDown&&e.input.mouseDown.done(),e.input.mouseDown=new Ws(e,o,n,!!r)):(a==`doubleClick`?zs:Bs)(e,o.pos,o.inside,n)?n.preventDefault():Es(e,`pointer`))};var Ws=class{constructor(e,t,n,r){this.view=e,this.pos=t,this.event=n,this.flushed=r,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!n[Us],this.allowDefault=n.shiftKey;let i,a;if(t.inside>-1)i=e.state.doc.nodeAt(t.inside),a=t.inside;else{let n=e.state.doc.resolve(t.pos);i=n.parent,a=n.depth?n.before():0}let o=r?null:n.target,s=o?e.docView.nearestDesc(o,!0):null;this.target=s&&s.nodeDOM.nodeType==1?s.nodeDOM:null;let{selection:c}=e.state;n.button==0&&(i.type.spec.draggable&&i.type.spec.selectable!==!1||c instanceof z&&c.from<=a&&c.to>a)&&(this.mightDrag={node:i,pos:a,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&ia&&!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)),Es(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(()=>To(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(Ms(e))),this.updateAllowDefault(e),this.allowDefault||!t?Es(this.view,`pointer`):Rs(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||ca&&this.mightDrag&&!this.mightDrag.node.isAtom||oa&&!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)?(Fs(this.view,L.near(this.view.state.doc.resolve(t.pos)),`pointer`),e.preventDefault()):Es(this.view,`pointer`)}move(e){this.updateAllowDefault(e),Es(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)}};xs.touchstart=e=>{e.input.lastTouch=Date.now(),Hs(e),Es(e,`pointer`)},xs.touchmove=e=>{e.input.lastTouch=Date.now(),Es(e,`pointer`)},xs.contextmenu=e=>Hs(e);function Gs(e,t){return e.composing?!0:ca&&Math.abs(t.timeStamp-e.input.compositionEndedAt)<500?(e.input.compositionEndedAt=-2e8,!0):!1}var Ks=fa?5e3:-1;Ss.compositionstart=Ss.compositionupdate=e=>{if(!e.composing){e.domObserver.flush();let{state:t}=e,n=t.selection.$to;if(t.selection instanceof R&&(t.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(e=>e.type.spec.inclusive===!1)||oa&&da&&qs(e)))e.markCursor=e.state.storedMarks||n.marks(),Qs(e,!0),e.markCursor=null;else if(Qs(e,!t.selection.empty),ia&&t.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let t=e.domSelectionRange();for(let n=t.focusNode,r=t.focusOffset;n&&n.nodeType==1&&r!=0;){let t=r<0?n.lastChild:n.childNodes[r-1];if(!t)break;if(t.nodeType==3){let n=e.domSelection();n&&n.collapse(t,t.nodeValue.length);break}else n=t,r=-1}}e.input.composing=!0}Js(e,Ks)};function qs(e){let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(!t||t.nodeType!=1||n>=t.childNodes.length)return!1;let r=t.childNodes[n];return r.nodeType==1&&r.contentEditable==`false`}Ss.compositionend=(e,t)=>{e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=t.timeStamp,e.input.compositionPendingChanges=e.domObserver.pendingRecords().length?e.input.compositionID:0,e.input.compositionNode=null,e.input.badSafariComposition?e.domObserver.forceFlush():e.input.compositionPendingChanges&&Promise.resolve().then(()=>e.domObserver.flush()),e.input.compositionID++,Js(e,20))};function Js(e,t){clearTimeout(e.input.composingTimeout),t>-1&&(e.input.composingTimeout=setTimeout(()=>Qs(e),t))}function Ys(e){for(e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=Zs());e.input.compositionNodes.length>0;)e.input.compositionNodes.pop().markParentsDirty()}function Xs(e){let t=e.domSelectionRange();if(!t.focusNode)return null;let n=Hi(t.focusNode,t.focusOffset),r=Ui(t.focusNode,t.focusOffset);if(n&&r&&n!=r){let t=r.pmViewDesc,i=e.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!t||!t.isText(r.nodeValue))return r;if(e.input.compositionNode==r){let e=n.pmViewDesc;if(!(!e||!e.isText(n.nodeValue)))return r}}return n||r}function Zs(){let e=document.createEvent(`Event`);return e.initEvent(`event`,!0,!0),e.timeStamp}function Qs(e,t=!1){if(!(fa&&e.domObserver.flushingSoon>=0)){if(e.domObserver.forceFlush(),Ys(e),t||e.docView&&e.docView.dirty){let n=Co(e),r=e.state.selection;return n&&!n.eq(r)?e.dispatch(e.state.tr.setSelection(n)):(e.markCursor||t)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?e.dispatch(e.state.tr.deleteSelection()):e.updateState(e.state),!0}return!1}}function $s(e,t){if(!e.dom.parentNode)return;let n=e.dom.parentNode.appendChild(document.createElement(`div`));n.appendChild(t),n.style.cssText=`position: fixed; left: -10000px; top: 10px`;let r=getSelection(),i=document.createRange();i.selectNodeContents(t),e.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),e.focus()},50)}var ec=na&&ra<15||la&&ma<604;xs.copy=Ss.cut=(e,t)=>{let n=t,r=e.state.selection,i=n.type==`cut`;if(r.empty)return;let a=ec?null:n.clipboardData,{dom:o,text:s}=rs(e,r.content());a?(n.preventDefault(),a.clearData(),a.setData(`text/html`,o.innerHTML),a.setData(`text/plain`,s)):$s(e,o),i&&e.dispatch(e.state.tr.deleteSelection().scrollIntoView().setMeta(`uiEvent`,`cut`))};function tc(e){return e.openStart==0&&e.openEnd==0&&e.content.childCount==1?e.content.firstChild:null}function nc(e,t){if(!e.dom.parentNode)return;let n=e.input.shiftKey||e.state.selection.$from.parent.type.spec.code,r=e.dom.parentNode.appendChild(document.createElement(n?`textarea`:`div`));n||(r.contentEditable=`true`),r.style.cssText=`position: fixed; left: -10000px; top: 10px`,r.focus();let i=e.input.shiftKey&&e.input.lastKeyCode!=45;setTimeout(()=>{e.focus(),r.parentNode&&r.parentNode.removeChild(r),n?rc(e,r.value,null,i,t):rc(e,r.textContent,r.innerHTML,i,t)},50)}function rc(e,t,n,r,i){let a=is(e,t,n,r,e.state.selection.$from);if(e.someProp(`handlePaste`,t=>t(e,i,a||I.empty)))return!0;if(!a)return!1;let o=tc(a),s=o?e.state.tr.replaceSelectionWith(o,r):e.state.tr.replaceSelection(a);return e.dispatch(s.scrollIntoView().setMeta(`paste`,!0).setMeta(`uiEvent`,`paste`)),!0}function ic(e){let t=e.getData(`text/plain`)||e.getData(`Text`);if(t)return t;let n=e.getData(`text/uri-list`);return n?n.replace(/\r?\n/g,` `):``}Ss.paste=(e,t)=>{let n=t;if(e.composing&&!fa)return;let r=ec?null:n.clipboardData,i=e.input.shiftKey&&e.input.lastKeyCode!=45;r&&rc(e,ic(r),r.getData(`text/html`),i,n)?n.preventDefault():nc(e,n)};var ac=class{constructor(e,t,n){this.slice=e,this.move=t,this.node=n}},oc=ua?`altKey`:`ctrlKey`;function sc(e,t){let n;return e.someProp(`dragCopies`,e=>{n||=e(t)}),n==null?!t[oc]:!n}xs.dragstart=(e,t)=>{let n=t,r=e.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let i=e.state.selection,a=i.empty?null:e.posAtCoords(Ms(n)),o;if(!(a&&a.pos>=i.from&&a.pos<=(i instanceof z?i.to-1:i.to))){if(r&&r.mightDrag)o=z.create(e.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let t=e.docView.nearestDesc(n.target,!0);t&&t.node.type.spec.draggable&&t!=e.docView&&(o=z.create(e.state.doc,t.posBefore))}}let{dom:s,text:c,slice:l}=rs(e,(o||e.state.selection).content());(!n.dataTransfer.files.length||!oa||sa>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(ec?`Text`:`text/html`,s.innerHTML),n.dataTransfer.effectAllowed=`copyMove`,ec||n.dataTransfer.setData(`text/plain`,c),e.dragging=new ac(l,sc(e,n),o)},xs.dragend=e=>{let t=e.dragging;window.setTimeout(()=>{e.dragging==t&&(e.dragging=null)},50)},Ss.dragover=Ss.dragenter=(e,t)=>t.preventDefault(),Ss.drop=(e,t)=>{try{cc(e,t,e.dragging)}finally{e.dragging=null}};function cc(e,t,n){if(!t.dataTransfer)return;let r=e.posAtCoords(Ms(t));if(!r)return;let i=e.state.doc.resolve(r.pos),a=n&&n.slice;a?e.someProp(`transformPasted`,t=>{a=t(a,e,!1)}):a=is(e,ic(t.dataTransfer),ec?null:t.dataTransfer.getData(`text/html`),!1,i);let o=!!(n&&sc(e,t));if(e.someProp(`handleDrop`,n=>n(e,t,a||I.empty,o))){t.preventDefault();return}if(!a)return;t.preventDefault();let s=a?tr(e.state.doc,i.pos,a):i.pos;s??=i.pos;let c=e.state.tr;if(o){let{node:e}=n;e?e.replace(c):c.deleteSelection()}let l=c.mapping.map(s),u=a.openStart==0&&a.openEnd==0&&a.content.childCount==1,d=c.doc;if(u?c.replaceRangeWith(l,l,a.content.firstChild):c.replaceRange(l,l,a),c.doc.eq(d))return;let f=c.doc.resolve(l);if(u&&z.isSelectable(a.content.firstChild)&&f.nodeAfter&&f.nodeAfter.sameMarkup(a.content.firstChild))c.setSelection(new z(f));else{let t=c.mapping.map(s);c.mapping.maps[c.mapping.maps.length-1].forEach((e,n,r,i)=>t=i),c.setSelection(Po(e,f,c.doc.resolve(t)))}e.focus(),e.dispatch(c.setMeta(`uiEvent`,`drop`))}xs.focus=e=>{e.input.lastFocus=Date.now(),e.focused||(e.domObserver.stop(),e.dom.classList.add(`ProseMirror-focused`),e.domObserver.start(),e.focused=!0,setTimeout(()=>{e.docView&&e.hasFocus()&&!e.domObserver.currentSelection.eq(e.domSelectionRange())&&To(e)},20))},xs.blur=(e,t)=>{let n=t;e.focused&&=(e.domObserver.stop(),e.dom.classList.remove(`ProseMirror-focused`),e.domObserver.start(),n.relatedTarget&&e.dom.contains(n.relatedTarget)&&e.domObserver.currentSelection.clear(),!1)},xs.beforeinput=(e,t)=>{if(oa&&fa&&t.inputType==`deleteContentBackward`){e.domObserver.flushSoon();let{domChangeCount:t}=e.input;setTimeout(()=>{if(e.input.domChangeCount!=t||(e.dom.blur(),e.focus(),e.someProp(`handleKeyDown`,t=>t(e,qi(8,`Backspace`)))))return;let{$cursor:n}=e.state.selection;n&&n.pos>0&&e.dispatch(e.state.tr.delete(n.pos-1,n.pos).scrollIntoView())},50)}};for(let e in Ss)xs[e]=Ss[e];function lc(e,t){if(e==t)return!0;for(let n in e)if(e[n]!==t[n])return!1;for(let n in t)if(!(n in e))return!1;return!0}var uc=class e{constructor(e,t){this.toDOM=e,this.spec=t||hc,this.side=this.spec.side||0}map(e,t,n,r){let{pos:i,deleted:a}=e.mapResult(t.from+r,this.side<0?-1:1);return a?null:new pc(i-n,i-n,this)}valid(){return!0}eq(t){return this==t||t instanceof e&&(this.spec.key&&this.spec.key==t.spec.key||this.toDOM==t.toDOM&&lc(this.spec,t.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}},dc=class e{constructor(e,t){this.attrs=e,this.spec=t||hc}map(e,t,n,r){let i=e.map(t.from+r,this.spec.inclusiveStart?-1:1)-n,a=e.map(t.to+r,this.spec.inclusiveEnd?1:-1)-n;return i>=a?null:new pc(i,a,this)}valid(e,t){return t.from<t.to}eq(t){return this==t||t instanceof e&&lc(this.attrs,t.attrs)&&lc(this.spec,t.spec)}static is(t){return t.type instanceof e}destroy(){}},fc=class e{constructor(e,t){this.attrs=e,this.spec=t||hc}map(e,t,n,r){let i=e.mapResult(t.from+r,1);if(i.deleted)return null;let a=e.mapResult(t.to+r,-1);return a.deleted||a.pos<=i.pos?null:new pc(i.pos-n,a.pos-n,this)}valid(e,t){let{index:n,offset:r}=e.content.findIndex(t.from),i;return r==t.from&&!(i=e.child(n)).isText&&r+i.nodeSize==t.to}eq(t){return this==t||t instanceof e&&lc(this.attrs,t.attrs)&&lc(this.spec,t.spec)}destroy(){}},pc=class e{constructor(e,t,n){this.from=e,this.to=t,this.type=n}copy(t,n){return new e(t,n,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(t,n,r){return new e(t,t,new uc(n,r))}static inline(t,n,r,i){return new e(t,n,new dc(r,i))}static node(t,n,r,i){return new e(t,n,new fc(r,i))}get spec(){return this.type.spec}get inline(){return this.type instanceof dc}get widget(){return this.type instanceof uc}},mc=[],hc={},gc=class e{constructor(e,t){this.local=e.length?e:mc,this.children=t.length?t:mc}static create(e,t){return t.length?wc(t,e,0,hc):_c}find(e,t,n){let r=[];return this.findInner(e??0,t??1e9,r,0,n),r}findInner(e,t,n,r,i){for(let a=0;a<this.local.length;a++){let o=this.local[a];o.from<=t&&o.to>=e&&(!i||i(o.spec))&&n.push(o.copy(o.from+r,o.to+r))}for(let a=0;a<this.children.length;a+=3)if(this.children[a]<t&&this.children[a+1]>e){let o=this.children[a]+1;this.children[a+2].findInner(e-o,t-o,n,r+o,i)}}map(e,t,n){return this==_c||e.maps.length==0?this:this.mapInner(e,t,0,0,n||hc)}mapInner(t,n,r,i,a){let o;for(let e=0;e<this.local.length;e++){let s=this.local[e].map(t,r,i);s&&s.type.valid(n,s)?(o||=[]).push(s):a.onRemove&&a.onRemove(this.local[e].spec)}return this.children.length?yc(this.children,o||[],t,n,r,i,a):o?new e(o.sort(Tc),mc):_c}add(t,n){return n.length?this==_c?e.create(t,n):this.addInner(t,n,0):this}addInner(t,n,r){let i,a=0;t.forEach((e,t)=>{let o=t+r,s;if(s=Sc(n,e,o)){for(i||=this.children.slice();a<i.length&&i[a]<t;)a+=3;i[a]==t?i[a+2]=i[a+2].addInner(e,s,o+1):i.splice(a,0,t,t+e.nodeSize,wc(s,e,o+1,hc)),a+=3}});let o=bc(a?Cc(n):n,-r);for(let e=0;e<o.length;e++)o[e].type.valid(t,o[e])||o.splice(e--,1);return new e(o.length?this.local.concat(o).sort(Tc):this.local,i||this.children)}remove(e){return e.length==0||this==_c?this:this.removeInner(e,0)}removeInner(t,n){let r=this.children,i=this.local;for(let e=0;e<r.length;e+=3){let i,a=r[e]+n,o=r[e+1]+n;for(let e=0,n;e<t.length;e++)(n=t[e])&&n.from>a&&n.to<o&&(t[e]=null,(i||=[]).push(n));if(!i)continue;r==this.children&&(r=this.children.slice());let s=r[e+2].removeInner(i,a+1);s==_c?(r.splice(e,3),e-=3):r[e+2]=s}if(i.length){for(let e=0,r;e<t.length;e++)if(r=t[e])for(let e=0;e<i.length;e++)i[e].eq(r,n)&&(i==this.local&&(i=this.local.slice()),i.splice(e--,1))}return r==this.children&&i==this.local?this:i.length||r.length?new e(i,r):_c}forChild(t,n){if(this==_c)return this;if(n.isLeaf)return e.empty;let r,i;for(let e=0;e<this.children.length;e+=3)if(this.children[e]>=t){this.children[e]==t&&(r=this.children[e+2]);break}let a=t+1,o=a+n.content.size;for(let e=0;e<this.local.length;e++){let t=this.local[e];if(t.from<o&&t.to>a&&t.type instanceof dc){let e=Math.max(a,t.from)-a,n=Math.min(o,t.to)-a;e<n&&(i||=[]).push(t.copy(e,n))}}if(i){let t=new e(i.sort(Tc),mc);return r?new vc([t,r]):t}return r||_c}eq(t){if(this==t)return!0;if(!(t instanceof e)||this.local.length!=t.local.length||this.children.length!=t.children.length)return!1;for(let e=0;e<this.local.length;e++)if(!this.local[e].eq(t.local[e]))return!1;for(let e=0;e<this.children.length;e+=3)if(this.children[e]!=t.children[e]||this.children[e+1]!=t.children[e+1]||!this.children[e+2].eq(t.children[e+2]))return!1;return!0}locals(e){return Ec(this.localsInner(e))}localsInner(e){if(this==_c)return mc;if(e.inlineContent||!this.local.some(dc.is))return this.local;let t=[];for(let e=0;e<this.local.length;e++)this.local[e].type instanceof dc||t.push(this.local[e]);return t}forEachSet(e){e(this)}};gc.empty=new gc([],[]),gc.removeOverlap=Ec;var _c=gc.empty,vc=class e{constructor(e){this.members=e}map(t,n){let r=this.members.map(e=>e.map(t,n,hc));return e.from(r)}forChild(t,n){if(n.isLeaf)return gc.empty;let r=[];for(let i=0;i<this.members.length;i++){let a=this.members[i].forChild(t,n);a!=_c&&(a instanceof e?r=r.concat(a.members):r.push(a))}return e.from(r)}eq(t){if(!(t instanceof e)||t.members.length!=this.members.length)return!1;for(let e=0;e<this.members.length;e++)if(!this.members[e].eq(t.members[e]))return!1;return!0}locals(e){let t,n=!0;for(let r=0;r<this.members.length;r++){let i=this.members[r].localsInner(e);if(i.length)if(!t)t=i;else{n&&=(t=t.slice(),!1);for(let e=0;e<i.length;e++)t.push(i[e])}}return t?Ec(n?t:t.sort(Tc)):mc}static from(t){switch(t.length){case 0:return _c;case 1:return t[0];default:return new e(t.every(e=>e instanceof gc)?t:t.reduce((e,t)=>e.concat(t instanceof gc?t:t.members),[]))}}forEachSet(e){for(let t=0;t<this.members.length;t++)this.members[t].forEachSet(e)}};function yc(e,t,n,r,i,a,o){let s=e.slice();for(let e=0,t=a;e<n.maps.length;e++){let r=0;n.maps[e].forEach((e,n,i,a)=>{let o=a-i-(n-e);for(let i=0;i<s.length;i+=3){let a=s[i+1];if(a<0||e>a+t-r)continue;let c=s[i]+t-r;n>=c?s[i+1]=e<=c?-2:-1:e>=t&&o&&(s[i]+=o,s[i+1]+=o)}r+=o}),t=n.maps[e].map(t,-1)}let c=!1;for(let t=0;t<s.length;t+=3)if(s[t+1]<0){if(s[t+1]==-2){c=!0,s[t+1]=-1;continue}let l=n.map(e[t]+a),u=l-i;if(u<0||u>=r.content.size){c=!0;continue}let d=n.map(e[t+1]+a,-1)-i,{index:f,offset:p}=r.content.findIndex(u),m=r.maybeChild(f);if(m&&p==u&&p+m.nodeSize==d){let r=s[t+2].mapInner(n,m,l+1,e[t]+a+1,o);r==_c?(s[t+1]=-2,c=!0):(s[t]=u,s[t+1]=d,s[t+2]=r)}else c=!0}if(c){let c=wc(xc(s,e,t,n,i,a,o),r,0,o);t=c.local;for(let e=0;e<s.length;e+=3)s[e+1]<0&&(s.splice(e,3),e-=3);for(let e=0,t=0;e<c.children.length;e+=3){let n=c.children[e];for(;t<s.length&&s[t]<n;)t+=3;s.splice(t,0,c.children[e],c.children[e+1],c.children[e+2])}}return new gc(t.sort(Tc),s)}function bc(e,t){if(!t||!e.length)return e;let n=[];for(let r=0;r<e.length;r++){let i=e[r];n.push(new pc(i.from+t,i.to+t,i.type))}return n}function xc(e,t,n,r,i,a,o){function s(e,t){for(let a=0;a<e.local.length;a++){let s=e.local[a].map(r,i,t);s?n.push(s):o.onRemove&&o.onRemove(e.local[a].spec)}for(let n=0;n<e.children.length;n+=3)s(e.children[n+2],e.children[n]+t+1)}for(let n=0;n<e.length;n+=3)e[n+1]==-1&&s(e[n+2],t[n]+a+1);return n}function Sc(e,t,n){if(t.isLeaf)return null;let r=n+t.nodeSize,i=null;for(let t=0,a;t<e.length;t++)(a=e[t])&&a.from>n&&a.to<r&&((i||=[]).push(a),e[t]=null);return i}function Cc(e){let t=[];for(let n=0;n<e.length;n++)e[n]!=null&&t.push(e[n]);return t}function wc(e,t,n,r){let i=[],a=!1;t.forEach((t,o)=>{let s=Sc(e,t,o+n);if(s){a=!0;let e=wc(s,t,n+o+1,r);e!=_c&&i.push(o,o+t.nodeSize,e)}});let o=bc(a?Cc(e):e,-n).sort(Tc);for(let e=0;e<o.length;e++)o[e].type.valid(t,o[e])||(r.onRemove&&r.onRemove(o[e].spec),o.splice(e--,1));return o.length||i.length?new gc(o,i):_c}function Tc(e,t){return e.from-t.from||e.to-t.to}function Ec(e){let t=e;for(let n=0;n<t.length-1;n++){let r=t[n];if(r.from!=r.to)for(let i=n+1;i<t.length;i++){let a=t[i];if(a.from==r.from){a.to!=r.to&&(t==e&&(t=e.slice()),t[i]=a.copy(a.from,r.to),Dc(t,i+1,a.copy(r.to,a.to)));continue}else{a.from<r.to&&(t==e&&(t=e.slice()),t[n]=r.copy(r.from,a.from),Dc(t,i,r.copy(a.from,r.to)));break}}}return t}function Dc(e,t,n){for(;t<e.length&&Tc(n,e[t])>0;)t++;e.splice(t,0,n)}function Oc(e){let t=[];return e.someProp(`decorations`,n=>{let r=n(e.state);r&&r!=_c&&t.push(r)}),e.cursorWrapper&&t.push(gc.create(e.state.doc,[e.cursorWrapper.deco])),vc.from(t)}var kc={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Ac=na&&ra<=11,jc=class{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}},Mc=class{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new jc,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(t=>{for(let e=0;e<t.length;e++)this.queue.push(t[e]);na&&ra<=11&&t.some(e=>e.type==`childList`&&e.removedNodes.length||e.type==`characterData`&&e.oldValue.length>e.target.nodeValue.length)?this.flushSoon():ca&&e.composing&&t.some(e=>e.type==`childList`&&e.target.nodeName==`TR`)?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),Ac&&(this.onCharData=e=>{this.queue.push({target:e.target,type:`characterData`,oldValue:e.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,kc)),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 To(this.view);if(na&&ra<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&Ri(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 n=e.focusNode;n;n=Pi(n))t.add(n);for(let r=e.anchorNode;r;r=Pi(r))if(t.has(r)){n=r;break}let r=n&&this.view.docView.nearestDesc(n);if(r&&r.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(),r=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&Fo(e)&&!this.ignoreSelectionChange(n),i=-1,a=-1,o=!1,s=[];if(e.editable)for(let e=0;e<t.length;e++){let n=this.registerMutation(t[e],s);n&&(i=i<0?n.from:Math.min(n.from,i),a=a<0?n.to:Math.max(n.to,a),n.typeOver&&(o=!0))}if(s.some(e=>e.nodeName==`BR`)&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let e of s)if(e.nodeName==`BR`&&e.parentNode){let t=e.nextSibling;for(;t&&t.nodeType==1;){if(t.contentEditable==`false`){e.parentNode.removeChild(e);break}t=t.firstChild}}}else if(ia&&s.length){let t=s.filter(e=>e.nodeName==`BR`);if(t.length==2){let[e,n]=t;e.parentNode&&e.parentNode.parentNode==n.parentNode?n.remove():e.remove()}else{let{focusNode:n}=this.currentSelection;for(let r of t){let t=r.parentNode;t&&t.nodeName==`LI`&&(!n||Rc(e,n)!=t)&&r.remove()}}}let c=null;i<0&&r&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)<Date.now()-300&&Ki(n)&&(c=Co(e))&&c.eq(L.near(e.state.doc.resolve(0),1))?(e.input.lastFocus=0,To(e),this.currentSelection.set(n),e.scrollToSelection()):(i>-1||r)&&(i>-1&&(e.docView.markDirty(i,a),Fc(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,zc(e,s)),this.handleDOMChange(i,a,o,s),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||To(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 n=0;n<e.addedNodes.length;n++){let r=e.addedNodes[n];t.push(r),r.nodeType==3&&(this.lastChangedTextNode=r)}if(n.contentDOM&&n.contentDOM!=n.dom&&!n.contentDOM.contains(e.target))return{from:n.posBefore,to:n.posAfter};let r=e.previousSibling,i=e.nextSibling;if(na&&ra<=11&&e.addedNodes.length)for(let t=0;t<e.addedNodes.length;t++){let{previousSibling:n,nextSibling:a}=e.addedNodes[t];(!n||Array.prototype.indexOf.call(e.addedNodes,n)<0)&&(r=n),(!a||Array.prototype.indexOf.call(e.addedNodes,a)<0)&&(i=a)}let a=r&&r.parentNode==e.target?Ni(r)+1:0,o=n.localPosFromDOM(e.target,a,-1),s=i&&i.parentNode==e.target?Ni(i):e.target.childNodes.length;return{from:o,to:n.localPosFromDOM(e.target,s,1)}}else if(e.type==`attributes`)return{from:n.posAtStart-n.border,to:n.posAtEnd+n.border};else return this.lastChangedTextNode=e.target,{from:n.posAtStart,to:n.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}}},Nc=new WeakMap,Pc=!1;function Fc(e){if(!Nc.has(e)&&(Nc.set(e,null),[`normal`,`nowrap`,`pre-line`].indexOf(getComputedStyle(e.dom).whiteSpace)!==-1)){if(e.requiresGeckoHackNode=ia,Pc)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.`),Pc=!0}}function Ic(e,t){let n=t.startContainer,r=t.startOffset,i=t.endContainer,a=t.endOffset,o=e.domAtPos(e.state.selection.anchor);return Ri(o.node,o.offset,i,a)&&([n,r,i,a]=[i,a,n,r]),{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:a}}function Lc(e,t){if(t.getComposedRanges){let n=t.getComposedRanges(e.root)[0];if(n)return Ic(e,n)}let n;function r(e){e.preventDefault(),e.stopImmediatePropagation(),n=e.getTargetRanges()[0]}return e.dom.addEventListener(`beforeinput`,r,!0),document.execCommand(`indent`),e.dom.removeEventListener(`beforeinput`,r,!0),n?Ic(e,n):null}function Rc(e,t){for(let n=t.parentNode;n&&n!=e.dom;n=n.parentNode){let t=e.docView.nearestDesc(n,!0);if(t&&t.node.isBlock)return n}return null}function zc(e,t){let{focusNode:n,focusOffset:r}=e.domSelectionRange();for(let i of t)if(i.parentNode?.nodeName==`TR`){let t=i.nextSibling;for(;t&&t.nodeName!=`TD`&&t.nodeName!=`TH`;)t=t.nextSibling;if(t){let a=t;for(;;){let e=a.firstChild;if(!e||e.nodeType!=1||e.contentEditable==`false`||/^(BR|IMG)$/.test(e.nodeName))break;a=e}a.insertBefore(i,a.firstChild),n==i&&e.domSelection().collapse(i,r)}else i.parentNode.removeChild(i)}}function Bc(e,t,n){let{node:r,fromOffset:i,toOffset:a,from:o,to:s}=e.docView.parseRange(t,n),c=e.domSelectionRange(),l,u=c.anchorNode;if(u&&e.dom.contains(u.nodeType==1?u:u.parentNode)&&(l=[{node:u,offset:c.anchorOffset}],Ki(c)||l.push({node:c.focusNode,offset:c.focusOffset})),oa&&e.input.lastKeyCode===8)for(let e=a;e>i;e--){let t=r.childNodes[e-1],n=t.pmViewDesc;if(t.nodeName==`BR`&&!n){a=e;break}if(!n||n.size)break}let d=e.state.doc,f=e.someProp(`domParser`)||Bt.fromSchema(e.state.schema),p=d.resolve(o),m=null,h=f.parse(r,{topNode:p.parent,topMatch:p.parent.contentMatchAt(p.index()),topOpen:!0,from:i,to:a,preserveWhitespace:p.parent.type.whitespace==`pre`?`full`:!0,findPositions:l,ruleFromNode:Vc,context:p});if(l&&l[0].pos!=null){let e=l[0].pos,t=l[1]&&l[1].pos;t??=e,m={anchor:e+o,head:t+o}}return{doc:h,sel:m,from:o,to:s}}function Vc(e){let t=e.pmViewDesc;if(t)return t.parseRule();if(e.nodeName==`BR`&&e.parentNode){if(ca&&/^(ul|ol)$/i.test(e.parentNode.nodeName)){let e=document.createElement(`div`);return e.appendChild(document.createElement(`li`)),{skip:e}}else if(e.parentNode.lastChild==e||ca&&/^(tr|table)$/i.test(e.parentNode.nodeName))return{ignore:!0}}else if(e.nodeName==`IMG`&&e.getAttribute(`mark-placeholder`))return{ignore:!0};return null}var Hc=/^(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 Uc(e,t,n,r,i){let a=e.input.compositionPendingChanges||(e.composing?e.input.compositionID:0);if(e.input.compositionPendingChanges=0,t<0){let t=e.input.lastSelectionTime>Date.now()-50?e.input.lastSelectionOrigin:null,n=Co(e,t);if(n&&!e.state.selection.eq(n)){if(oa&&fa&&e.input.lastKeyCode===13&&Date.now()-100<e.input.lastKeyCodeTime&&e.someProp(`handleKeyDown`,t=>t(e,qi(13,`Enter`))))return;let r=e.state.tr.setSelection(n);t==`pointer`?r.setMeta(`pointer`,!0):t==`key`&&r.scrollIntoView(),a&&r.setMeta(`composition`,a),e.dispatch(r)}return}let o=e.state.doc.resolve(t),s=o.sharedDepth(n);t=o.before(s+1),n=e.state.doc.resolve(n).after(s+1);let c=e.state.selection,l=Bc(e,t,n),u=e.state.doc,d=u.slice(l.from,l.to),f,p;e.input.lastKeyCode===8&&Date.now()-100<e.input.lastKeyCodeTime?(f=e.state.selection.to,p=`end`):(f=e.state.selection.from,p=`start`),e.input.lastKeyCode=null;let m=Jc(d.content,l.doc.content,l.from,f,p);if(m&&e.input.domChangeCount++,(la&&e.input.lastIOSEnter>Date.now()-225||fa)&&i.some(e=>e.nodeType==1&&!Hc.test(e.nodeName))&&(!m||m.endA>=m.endB)&&e.someProp(`handleKeyDown`,t=>t(e,qi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(!m)if(r&&c instanceof R&&!c.empty&&c.$head.sameParent(c.$anchor)&&!e.composing&&!(l.sel&&l.sel.anchor!=l.sel.head))m={start:c.from,endA:c.to,endB:c.to};else{if(l.sel){let t=Wc(e,e.state.doc,l.sel);if(t&&!t.eq(e.state.selection)){let n=e.state.tr.setSelection(t);a&&n.setMeta(`composition`,a),e.dispatch(n)}}return}e.state.selection.from<e.state.selection.to&&m.start==m.endB&&e.state.selection instanceof R&&(m.start>e.state.selection.from&&m.start<=e.state.selection.from+2&&e.state.selection.from>=l.from?m.start=e.state.selection.from:m.endA<e.state.selection.to&&m.endA>=e.state.selection.to-2&&e.state.selection.to<=l.to&&(m.endB+=e.state.selection.to-m.endA,m.endA=e.state.selection.to)),na&&ra<=11&&m.endB==m.start+1&&m.endA==m.start&&m.start>l.from&&l.doc.textBetween(m.start-l.from-1,m.start-l.from+1)==` \xA0`&&(m.start--,m.endA--,m.endB--);let h=l.doc.resolveNoCache(m.start-l.from),g=l.doc.resolveNoCache(m.endB-l.from),_=u.resolve(m.start),v=h.sameParent(g)&&h.parent.inlineContent&&_.end()>=m.endA;if((la&&e.input.lastIOSEnter>Date.now()-225&&(!v||i.some(e=>e.nodeName==`DIV`||e.nodeName==`P`))||!v&&h.pos<l.doc.content.size&&(!h.sameParent(g)||!h.parent.inlineContent)&&h.pos<g.pos&&!/\S/.test(l.doc.textBetween(h.pos,g.pos,``,``)))&&e.someProp(`handleKeyDown`,t=>t(e,qi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(e.state.selection.anchor>m.start&&Kc(u,m.start,m.endA,h,g)&&e.someProp(`handleKeyDown`,t=>t(e,qi(8,`Backspace`)))){fa&&oa&&e.domObserver.suppressSelectionUpdates();return}oa&&m.endB==m.start&&(e.input.lastChromeDelete=Date.now()),fa&&!v&&h.start()!=g.start()&&g.parentOffset==0&&h.depth==g.depth&&l.sel&&l.sel.anchor==l.sel.head&&l.sel.head==m.endA&&(m.endB-=2,g=l.doc.resolveNoCache(m.endB-l.from),setTimeout(()=>{e.someProp(`handleKeyDown`,function(t){return t(e,qi(13,`Enter`))})},20));let y=m.start,b=m.endA,x=t=>{let n=t||e.state.tr.replace(y,b,l.doc.slice(m.start-l.from,m.endB-l.from));if(l.sel){let t=Wc(e,n.doc,l.sel);t&&!(oa&&e.composing&&t.empty&&(m.start!=m.endB||e.input.lastChromeDelete<Date.now()-100)&&(t.head==y||t.head==n.mapping.map(b)-1)||na&&t.empty&&t.head==y)&&n.setSelection(t)}return a&&n.setMeta(`composition`,a),n.scrollIntoView()},S;if(v)if(h.pos==g.pos){na&&ra<=11&&h.parentOffset==0&&(e.domObserver.suppressSelectionUpdates(),setTimeout(()=>To(e),20));let t=x(e.state.tr.delete(y,b)),n=u.resolve(m.start).marksAcross(u.resolve(m.endA));n&&t.ensureMarks(n),e.dispatch(t)}else if(m.endA==m.endB&&(S=Gc(h.parent.content.cut(h.parentOffset,g.parentOffset),_.parent.content.cut(_.parentOffset,m.endA-_.start())))){let t=x(e.state.tr);S.type==`add`?t.addMark(y,b,S.mark):t.removeMark(y,b,S.mark),e.dispatch(t)}else if(h.parent.child(h.index()).isText&&h.index()==g.index()-+!g.textOffset){let t=h.parent.textBetween(h.parentOffset,g.parentOffset),n=()=>x(e.state.tr.insertText(t,y,b));e.someProp(`handleTextInput`,r=>r(e,y,b,t,n))||e.dispatch(n())}else e.dispatch(x());else e.dispatch(x())}function Wc(e,t,n){return Math.max(n.anchor,n.head)>t.content.size?null:Po(e,t.resolve(n.anchor),t.resolve(n.head))}function Gc(e,t){let n=e.firstChild.marks,r=t.firstChild.marks,i=n,a=r,o,s,c;for(let e=0;e<r.length;e++)i=r[e].removeFromSet(i);for(let e=0;e<n.length;e++)a=n[e].removeFromSet(a);if(i.length==1&&a.length==0)s=i[0],o=`add`,c=e=>e.mark(s.addToSet(e.marks));else if(i.length==0&&a.length==1)s=a[0],o=`remove`,c=e=>e.mark(s.removeFromSet(e.marks));else return null;let l=[];for(let e=0;e<t.childCount;e++)l.push(c(t.child(e)));if(P.from(l).eq(e))return{mark:s,type:o}}function Kc(e,t,n,r,i){if(n-t<=i.pos-r.pos||qc(r,!0,!1)<i.pos)return!1;let a=e.resolve(t);if(!r.parent.isTextblock){let e=a.nodeAfter;return e!=null&&n==t+e.nodeSize}if(a.parentOffset<a.parent.content.size||!a.parent.isTextblock)return!1;let o=e.resolve(qc(a,!0,!0));return!o.parent.isTextblock||o.pos>n||qc(o,!0,!1)<n?!1:r.parent.content.cut(r.parentOffset).eq(o.parent.content)}function qc(e,t,n){let r=e.depth,i=t?e.end():e.pos;for(;r>0&&(t||e.indexAfter(r)==e.node(r).childCount);)r--,i++,t=!1;if(n){let t=e.node(r).maybeChild(e.indexAfter(r));for(;t&&!t.isLeaf;)t=t.firstChild,i++}return i}function Jc(e,t,n,r,i){let a=e.findDiffStart(t,n);if(a==null)return null;let{a:o,b:s}=e.findDiffEnd(t,n+e.size,n+t.size);if(i==`end`){let e=Math.max(0,a-Math.min(o,s));r-=o+e-a}if(o<a&&e.size<t.size){let e=r<=a&&r>=o?a-r:0;a-=e,a&&a<t.size&&Yc(t.textBetween(a-1,a+1))&&(a+=e?1:-1),s=a+(s-o),o=a}else if(s<a){let t=r<=a&&r>=s?a-r:0;a-=t,a&&a<e.size&&Yc(e.textBetween(a-1,a+1))&&(a+=t?1:-1),o=a+(o-s),s=a}return{start:a,endA:o,endB:s}}function Yc(e){if(e.length!=2)return!1;let t=e.charCodeAt(0),n=e.charCodeAt(1);return t>=56320&&t<=57343&&n>=55296&&n<=56319}var Xc=class{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 ws,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(rl),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=$c(this),Qc(this),this.nodeViews=tl(this),this.docView=no(this.state.doc,Zc(this),Oc(this),this.dom,this),this.domObserver=new Mc(this,(e,t,n,r)=>Uc(this,e,t,n,r)),this.domObserver.start(),Ts(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&&Os(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(rl),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let e in this._props)t[e]=this._props[e];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){let n=this.state,r=!1,i=!1;e.storedMarks&&this.composing&&(Ys(this),i=!0),this.state=e;let a=n.plugins!=e.plugins||this._props.plugins!=t.plugins;if(a||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let e=tl(this);nl(e,this.nodeViews)&&(this.nodeViews=e,r=!0)}(a||t.handleDOMEvents!=this._props.handleDOMEvents)&&Os(this),this.editable=$c(this),Qc(this);let o=Oc(this),s=Zc(this),c=n.plugins!=e.plugins&&!n.doc.eq(e.doc)?`reset`:e.scrollToSelection>n.scrollToSelection?`to selection`:`preserve`,l=r||!this.docView.matchesNode(e.doc,s,o);(l||!e.selection.eq(n.selection))&&(i=!0);let u=c==`preserve`&&i&&this.dom.style.overflowAnchor==null&&ya(this);if(i){this.domObserver.stop();let t=l&&(na||oa)&&!this.composing&&!n.selection.empty&&!e.selection.empty&&el(n.selection,e.selection);if(l){let n=oa?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=Xs(this)),(r||!this.docView.update(e.doc,s,o,this))&&(this.docView.updateOuterDeco(s),this.docView.destroy(),this.docView=no(e.doc,s,o,this.dom,this)),n&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(t=!0)}t||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&Lo(this))?To(this,t):(Mo(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(n),this.dragging?.node&&!n.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,n),c==`reset`?this.dom.scrollTop=0:c==`to selection`?this.scrollToSelection():u&&xa(u)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))&&!this.someProp(`handleScrollToSelection`,e=>e(this)))if(this.state.selection instanceof z){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&va(this,t.getBoundingClientRect(),e)}else va(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 e=0;e<this.directPlugins.length;e++){let t=this.directPlugins[e];t.spec.view&&this.pluginViews.push(t.spec.view(this))}for(let e=0;e<this.state.plugins.length;e++){let t=this.state.plugins[e];t.spec.view&&this.pluginViews.push(t.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,r=-1;if(n.from<this.state.doc.content.size&&this.state.doc.nodeAt(n.from)==n.node)r=n.from;else{let e=n.from+(this.state.doc.content.size-t.doc.content.size);(e>0&&e<this.state.doc.content.size&&this.state.doc.nodeAt(e))==n.node&&(r=e)}this.dragging=new ac(e.slice,e.move,r<0?void 0:z.create(this.state.doc,r))}someProp(e,t){let n=this._props&&this._props[e],r;if(n!=null&&(r=t?t(n):n))return r;for(let n=0;n<this.directPlugins.length;n++){let i=this.directPlugins[n].props[e];if(i!=null&&(r=t?t(i):i))return r}let i=this.state.plugins;if(i)for(let n=0;n<i.length;n++){let a=i[n].props[e];if(a!=null&&(r=t?t(a):a))return r}}hasFocus(){if(na){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&&wa(this.dom),To(this),this.domObserver.start()}get root(){let e=this._root;if(e==null){for(let e=this.dom.parentNode;e;e=e.parentNode)if(e.nodeType==9||e.nodeType==11&&e.host)return e.getSelection||(Object.getPrototypeOf(e).getSelection=()=>e.ownerDocument.getSelection()),this._root=e}return e||document}updateRoot(){this._root=null}posAtCoords(e){return Ma(this,e)}coordsAtPos(e,t=1){return Ia(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 r=this.docView.posFromDOM(e,t,n);if(r==null)throw RangeError(`DOM position not inside the editor`);return r}endOfTextblock(e,t){return Ka(this,t||this.state,e)}pasteHTML(e,t){return rc(this,``,e,!1,t||new ClipboardEvent(`paste`))}pasteText(e,t){return rc(this,e,null,!0,t||new ClipboardEvent(`paste`))}serializeForClipboard(e){return rs(this,e)}destroy(){this.docView&&(Ds(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],Oc(this),this),this.dom.textContent=``):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,Li())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return js(this,e)}domSelectionRange(){let e=this.domSelection();return e?ca&&this.root.nodeType===11&&Ji(this.dom.ownerDocument)==this.dom&&Lc(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}};Xc.prototype.dispatch=function(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))};function Zc(e){let t=Object.create(null);return t.class=`ProseMirror`,t.contenteditable=String(e.editable),e.someProp(`attributes`,n=>{if(typeof n==`function`&&(n=n(e.state)),n)for(let e in n)e==`class`?t.class+=` `+n[e]:e==`style`?t.style=(t.style?t.style+`;`:``)+n[e]:!t[e]&&e!=`contenteditable`&&e!=`nodeName`&&(t[e]=String(n[e]))}),t.translate||=`no`,[pc.node(0,e.state.doc.content.size,t)]}function Qc(e){if(e.markCursor){let t=document.createElement(`img`);t.className=`ProseMirror-separator`,t.setAttribute(`mark-placeholder`,`true`),t.setAttribute(`alt`,``),e.cursorWrapper={dom:t,deco:pc.widget(e.state.selection.from,t,{raw:!0,marks:e.markCursor})}}else e.cursorWrapper=null}function $c(e){return!e.someProp(`editable`,t=>t(e.state)===!1)}function el(e,t){let n=Math.min(e.$anchor.sharedDepth(e.head),t.$anchor.sharedDepth(t.head));return e.$anchor.start(n)!=t.$anchor.start(n)}function tl(e){let t=Object.create(null);function n(e){for(let n in e)Object.prototype.hasOwnProperty.call(t,n)||(t[n]=e[n])}return e.someProp(`nodeViews`,n),e.someProp(`markViews`,n),t}function nl(e,t){let n=0,r=0;for(let r in e){if(e[r]!=t[r])return!0;n++}for(let e in t)r++;return n!=r}function rl(e){if(e.spec.state||e.spec.filterTransaction||e.spec.appendTransaction)throw RangeError(`Plugins passed directly to the view must not have a state component`)}var il=typeof navigator<`u`&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),al=typeof navigator<`u`&&/Win/.test(navigator.platform);function ol(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n==`Space`&&(n=` `);let r,i,a,o;for(let e=0;e<t.length-1;e++){let n=t[e];if(/^(cmd|meta|m)$/i.test(n))o=!0;else if(/^a(lt)?$/i.test(n))r=!0;else if(/^(c|ctrl|control)$/i.test(n))i=!0;else if(/^s(hift)?$/i.test(n))a=!0;else if(/^mod$/i.test(n))il?o=!0:i=!0;else throw Error(`Unrecognized modifier name: `+n)}return r&&(n=`Alt-`+n),i&&(n=`Ctrl-`+n),o&&(n=`Meta-`+n),a&&(n=`Shift-`+n),n}function sl(e){let t=Object.create(null);for(let n in e)t[ol(n)]=e[n];return t}function cl(e,t,n=!0){return t.altKey&&(e=`Alt-`+e),t.ctrlKey&&(e=`Ctrl-`+e),t.metaKey&&(e=`Meta-`+e),n&&t.shiftKey&&(e=`Shift-`+e),e}function ll(e){return new B({props:{handleKeyDown:ul(e)}})}function ul(e){let t=sl(e);return function(e,n){let r=p(n),i,a=t[cl(r,n)];if(a&&a(e.state,e.dispatch,e))return!0;if(r.length==1&&r!=` `){if(n.shiftKey){let i=t[cl(r,n,!1)];if(i&&i(e.state,e.dispatch,e))return!0}if((n.altKey||n.metaKey||n.ctrlKey)&&!(al&&n.ctrlKey&&n.altKey)&&(i=m[n.keyCode])&&i!=r){let r=t[cl(i,n)];if(r&&r(e.state,e.dispatch,e))return!0}}return!1}}var dl=Object.defineProperty,fl=(e,t)=>{for(var n in t)dl(e,n,{get:t[n],enumerable:!0})};function pl(e){let{state:t,transaction:n}=e,{selection:r}=n,{doc:i}=n,{storedMarks:a}=n;return{...t,apply:t.apply.bind(t),applyTransaction:t.applyTransaction.bind(t),plugins:t.plugins,schema:t.schema,reconfigure:t.reconfigure.bind(t),toJSON:t.toJSON.bind(t),get storedMarks(){return a},get selection(){return r},get doc(){return i},get tr(){return r=n.selection,i=n.doc,a=n.storedMarks,n}}}var ml=class{constructor(e){this.editor=e.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=e.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){let{rawCommands:e,editor:t,state:n}=this,{view:r}=t,{tr:i}=n,a=this.buildProps(i);return Object.fromEntries(Object.entries(e).map(([e,t])=>[e,(...e)=>{let n=t(...e)(a);return!i.getMeta(`preventDispatch`)&&!this.hasCustomState&&r.dispatch(i),n}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o=[],s=!!e,c=e||i.tr,l=()=>(!s&&t&&!c.getMeta(`preventDispatch`)&&!this.hasCustomState&&a.dispatch(c),o.every(e=>e===!0)),u={...Object.fromEntries(Object.entries(n).map(([e,n])=>[e,(...e)=>{let r=this.buildProps(c,t),i=n(...e)(r);return o.push(i),u}])),run:l};return u}createCan(e){let{rawCommands:t,state:n}=this,r=e||n.tr,i=this.buildProps(r,!1);return{...Object.fromEntries(Object.entries(t).map(([e,t])=>[e,(...e)=>t(...e)({...i,dispatch:void 0})])),chain:()=>this.createChain(r,!1)}}buildProps(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o={tr:e,editor:r,view:a,state:pl({state:i,transaction:e}),dispatch:t?()=>void 0:void 0,chain:()=>this.createChain(e,t),can:()=>this.createCan(e),get commands(){return Object.fromEntries(Object.entries(n).map(([e,t])=>[e,(...e)=>t(...e)(o)]))}};return o}},hl={};fl(hl,{blur:()=>gl,clearContent:()=>_l,clearNodes:()=>vl,command:()=>yl,createParagraphNear:()=>bl,cut:()=>xl,deleteCurrentNode:()=>Sl,deleteNode:()=>Cl,deleteRange:()=>wl,deleteSelection:()=>Ol,enter:()=>kl,exitCode:()=>Al,extendMarkRange:()=>Ll,first:()=>Rl,focus:()=>Gl,forEach:()=>Kl,insertContent:()=>ql,insertContentAt:()=>$l,joinBackward:()=>nu,joinDown:()=>tu,joinForward:()=>ru,joinItemBackward:()=>iu,joinItemForward:()=>au,joinTextblockBackward:()=>ou,joinTextblockForward:()=>su,joinUp:()=>eu,keyboardShortcut:()=>uu,lift:()=>fu,liftEmptyBlock:()=>pu,liftListItem:()=>mu,newlineInCode:()=>hu,resetAttributes:()=>vu,scrollIntoView:()=>yu,selectAll:()=>bu,selectNodeBackward:()=>xu,selectNodeForward:()=>Su,selectParentNode:()=>Cu,selectTextblockEnd:()=>wu,selectTextblockStart:()=>Tu,setContent:()=>Du,setMark:()=>Cd,setMeta:()=>wd,setNode:()=>Td,setNodeSelection:()=>Ed,setTextDirection:()=>Dd,setTextSelection:()=>Od,sinkListItem:()=>kd,splitBlock:()=>jd,splitListItem:()=>Md,toggleList:()=>Id,toggleMark:()=>Ld,toggleNode:()=>Rd,toggleWrap:()=>zd,undoInputRule:()=>Bd,unsetAllMarks:()=>Vd,unsetMark:()=>Hd,unsetTextDirection:()=>Ud,updateAttributes:()=>Wd,wrapIn:()=>Gd,wrapInList:()=>Kd});var gl=()=>({editor:e,view:t})=>(requestAnimationFrame(()=>{var n;e.isDestroyed||(t.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),_l=(e=!0)=>({commands:t})=>t.setContent(``,{emitUpdate:e}),vl=()=>({state:e,tr:t,dispatch:n})=>{let{selection:r}=t,{ranges:i}=r;return n&&i.forEach(({$from:n,$to:r})=>{e.doc.nodesBetween(n.pos,r.pos,(e,n)=>{if(e.type.isText)return;let{doc:r,mapping:i}=t,a=r.resolve(i.map(n)),o=r.resolve(i.map(n+e.nodeSize)),s=a.blockRange(o);if(!s)return;let c=Fn(s);if(e.type.isTextblock){let{defaultType:e}=a.parent.contentMatchAt(a.index());t.setNodeMarkup(s.start,e)}(c||c===0)&&t.lift(s,c)})}),!0},yl=e=>t=>e(t),bl=()=>({state:e,dispatch:t})=>ci(e,t),xl=(e,t)=>({editor:n,tr:r})=>{let{state:i}=n,a=i.doc.slice(e.from,e.to);r.deleteRange(e.from,e.to);let o=r.mapping.map(t);return r.insert(o,a.content),r.setSelection(new R(r.doc.resolve(Math.max(o-1,0)))),!0},Sl=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,r=n.$anchor.node();if(r.content.size>0)return!1;let i=e.selection.$anchor;for(let n=i.depth;n>0;--n)if(i.node(n).type===r.type){if(t){let t=i.before(n),r=i.after(n);e.delete(t,r).scrollIntoView()}return!0}return!1};function H(e,t){if(typeof e==`string`){if(!t.nodes[e])throw Error(`There is no node type named '${e}'. Maybe you forgot to add the extension?`);return t.nodes[e]}return e}var Cl=e=>({tr:t,state:n,dispatch:r})=>{let i=H(e,n.schema),a=t.selection.$anchor;for(let e=a.depth;e>0;--e)if(a.node(e).type===i){if(r){let n=a.before(e),r=a.after(e);t.delete(n,r).scrollIntoView()}return!0}return!1},wl=e=>({tr:t,dispatch:n})=>{let{from:r,to:i}=e;return n&&t.delete(r,i),!0},Tl=e=>e.content?/^text(\*|\+)/.test(e.content):!1,El=(e,t,n)=>{if(!e.parent.isInline||n===`left`&&e.pos>e.start()||n===`right`&&e.pos<e.end())return e.pos;let r=t.nodes[e.parent.type.name].spec;return Tl(r)?n===`left`?e.start()-1:e.end()+1:e.pos},Dl=(e,t,n)=>({from:El(e,n,`left`),to:El(t,n,`right`)}),Ol=()=>({state:e,dispatch:t})=>{let{$from:n,$to:r}=e.selection;if(e.selection.empty)return!1;let{from:i,to:a}=Dl(n,r,e.schema);return t&&(e.tr.deleteRange(i,a).scrollIntoView(),t(e.tr)),!0},kl=()=>({commands:e})=>e.keyboardShortcut(`Enter`),Al=()=>({state:e,dispatch:t})=>si(e,t);function jl(e){return Object.prototype.toString.call(e)===`[object RegExp]`}function Ml(e,t,n={strict:!0}){let r=Object.keys(t);return r.length?r.every(r=>n.strict?t[r]===e[r]:jl(t[r])?t[r].test(e[r]):t[r]===e[r]):!0}function Nl(e,t,n={}){return e.find(e=>e.type===t&&Ml(Object.fromEntries(Object.keys(n).map(t=>[t,e.attrs[t]])),n))}function Pl(e,t,n={}){return!!Nl(e,t,n)}function Fl(e,t,n){if(!e||!t)return;let r=e.parent.childAfter(e.parentOffset);if((!r.node||!r.node.marks.some(e=>e.type===t))&&(r=e.parent.childBefore(e.parentOffset)),!r.node||!r.node.marks.some(e=>e.type===t))return;if(!n){let e=r.node.marks.find(e=>e.type===t);e&&(n=e.attrs)}if(!Nl([...r.node.marks],t,n))return;let i=r.index,a=e.start()+r.offset,o=i+1,s=a+r.node.nodeSize;for(;i>0&&Pl([...e.parent.child(i-1).marks],t,n);)--i,a-=e.parent.child(i).nodeSize;for(;o<e.parent.childCount&&Pl([...e.parent.child(o).marks],t,n);)s+=e.parent.child(o).nodeSize,o+=1;return{from:a,to:s}}function Il(e,t){if(typeof e==`string`){if(!t.marks[e])throw Error(`There is no mark type named '${e}'. Maybe you forgot to add the extension?`);return t.marks[e]}return e}var Ll=(e,t)=>({tr:n,state:r,dispatch:i})=>{let a=Il(e,r.schema),{doc:o,selection:s}=n,{$from:c,from:l,to:u}=s;if(i){let e=Fl(c,a,t);if(e&&e.from<=l&&e.to>=u){let t=R.create(o,e.from,e.to);n.setSelection(t)}}return!0},Rl=e=>t=>{let n=typeof e==`function`?e(t):e;for(let e=0;e<n.length;e+=1)if(n[e](t))return!0;return!1};function zl(e){return e instanceof R}function Bl(e=0,t=0,n=0){return Math.min(Math.max(e,t),n)}function Vl(e,t=null){if(!t)return null;let n=L.atStart(e),r=L.atEnd(e);if(t===`start`||t===!0)return n;if(t===`end`)return r;let i=n.from,a=r.to;return t===`all`?R.create(e,Bl(0,i,a),Bl(e.content.size,i,a)):R.create(e,Bl(t,i,a),Bl(t,i,a))}function Hl(){return navigator.platform===`Android`||/android/i.test(navigator.userAgent)}function Ul(){return[`iPad Simulator`,`iPhone Simulator`,`iPod Simulator`,`iPad`,`iPhone`,`iPod`].includes(navigator.platform)||navigator.userAgent.includes(`Mac`)&&`ontouchend`in document}function Wl(){return typeof navigator<`u`?/^((?!chrome|android).)*safari/i.test(navigator.userAgent):!1}var Gl=(e=null,t={})=>({editor:n,view:r,tr:i,dispatch:a})=>{t={scrollIntoView:!0,...t};let o=()=>{(Ul()||Hl())&&r.dom.focus(),Wl()&&!Ul()&&!Hl()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),t?.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&e===null||e===!1)return!0}catch{return!1}if(a&&e===null&&!zl(n.state.selection))return o(),!0;let s=Vl(i.doc,e)||n.state.selection,c=n.state.selection.eq(s);return a&&(c||i.setSelection(s),c&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},Kl=(e,t)=>n=>e.every((e,r)=>t(e,{...n,index:r})),ql=(e,t)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},e,t),Jl=e=>{let t=e.childNodes;for(let n=t.length-1;n>=0;--n){let r=t[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?e.removeChild(r):r.nodeType===1&&Jl(r)}return e};function Yl(e){if(typeof window>`u`)throw Error(`[tiptap error]: there is no window object available, so this function cannot be used`);let t=`<body>${e}</body>`,n=new window.DOMParser().parseFromString(t,`text/html`).body;return Jl(n)}function Xl(e,t,n){if(e instanceof dt||e instanceof P)return e;n={slice:!0,parseOptions:{},...n};let r=typeof e==`object`&&!!e,i=typeof e==`string`;if(r)try{if(Array.isArray(e)&&e.length>0)return P.fromArray(e.map(e=>t.nodeFromJSON(e)));let r=t.nodeFromJSON(e);return n.errorOnInvalidContent&&r.check(),r}catch(r){if(n.errorOnInvalidContent)throw Error(`[tiptap error]: Invalid JSON content`,{cause:r});return console.warn(`[tiptap warn]: Invalid content.`,`Passed value:`,e,`Error:`,r),Xl(``,t,n)}if(i){if(n.errorOnInvalidContent){let r=!1,i=``,a=new It({topNode:t.spec.topNode,marks:t.spec.marks,nodes:t.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:`inline*`,group:`block`,parseDOM:[{tag:`*`,getAttrs:e=>(r=!0,i=typeof e==`string`?e:e.outerHTML,null)}]}})});if(n.slice?Bt.fromSchema(a).parseSlice(Yl(e),n.parseOptions):Bt.fromSchema(a).parse(Yl(e),n.parseOptions),n.errorOnInvalidContent&&r)throw Error(`[tiptap error]: Invalid HTML content`,{cause:Error(`Invalid element found: ${i}`)})}let r=Bt.fromSchema(t);return n.slice?r.parseSlice(Yl(e),n.parseOptions).content:r.parse(Yl(e),n.parseOptions)}return Xl(``,t,n)}function Zl(e,t,n){let r=e.steps.length-1;if(r<t)return;let i=e.steps[r];if(!(i instanceof On||i instanceof kn))return;let a=e.mapping.maps[r],o=0;a.forEach((e,t,n,r)=>{o===0&&(o=r)}),e.setSelection(L.near(e.doc.resolve(o),n))}var Ql=e=>!(`type`in e),$l=(e,t,n)=>({tr:r,dispatch:i,editor:a})=>{if(i){n={parseOptions:a.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let i,o=e=>{a.emit(`contentError`,{editor:a,error:e,disableCollaboration:()=>{`collaboration`in a.storage&&typeof a.storage.collaboration==`object`&&a.storage.collaboration&&(a.storage.collaboration.isDisabled=!0)}})},s={preserveWhitespace:`full`,...n.parseOptions};if(!n.errorOnInvalidContent&&!a.options.enableContentCheck&&a.options.emitContentError)try{Xl(t,a.schema,{parseOptions:s,errorOnInvalidContent:!0})}catch(e){o(e)}try{i=Xl(t,a.schema,{parseOptions:s,errorOnInvalidContent:n.errorOnInvalidContent??a.options.enableContentCheck})}catch(e){return o(e),!1}let{from:c,to:l}=typeof e==`number`?{from:e,to:e}:{from:e.from,to:e.to},u=!0,d=!0;if((Ql(i)?i:[i]).forEach(e=>{e.check(),u=u?e.isText&&e.marks.length===0:!1,d=d?e.isBlock:!1}),c===l&&d){let{parent:e}=r.doc.resolve(c);e.isTextblock&&!e.type.spec.code&&!e.childCount&&(--c,l+=1)}let f;if(u){if(Array.isArray(t))f=t.map(e=>e.text||``).join(``);else if(t instanceof P){let e=``;t.forEach(t=>{t.text&&(e+=t.text)}),f=e}else f=typeof t==`object`&&t&&t.text?t.text:t;r.insertText(f,c,l)}else{f=i;let e=r.doc.resolve(c),t=e.node(),n=e.parentOffset===0,a=t.isText||t.isTextblock,o=t.content.size>0;n&&a&&o&&d&&(c=Math.max(0,c-1)),r.replaceWith(c,l,f)}n.updateSelection&&Zl(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta(`applyInputRules`,{from:c,text:f}),n.applyPasteRules&&r.setMeta(`applyPasteRules`,{from:c,text:f})}return!0},eu=()=>({state:e,dispatch:t})=>ni(e,t),tu=()=>({state:e,dispatch:t})=>ri(e,t),nu=()=>({state:e,dispatch:t})=>Gr(e,t),ru=()=>({state:e,dispatch:t})=>$r(e,t),iu=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Qn(e.doc,e.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},au=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Qn(e.doc,e.selection.$from.pos,1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},ou=()=>({state:e,dispatch:t})=>Kr(e,t),su=()=>({state:e,dispatch:t})=>qr(e,t);function cu(){return typeof navigator<`u`?/Mac/.test(navigator.platform):!1}function lu(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n===`Space`&&(n=` `);let r,i,a,o;for(let e=0;e<t.length-1;e+=1){let n=t[e];if(/^(cmd|meta|m)$/i.test(n))o=!0;else if(/^a(lt)?$/i.test(n))r=!0;else if(/^(c|ctrl|control)$/i.test(n))i=!0;else if(/^s(hift)?$/i.test(n))a=!0;else if(/^mod$/i.test(n))Ul()||cu()?o=!0:i=!0;else throw Error(`Unrecognized modifier name: ${n}`)}return r&&(n=`Alt-${n}`),i&&(n=`Ctrl-${n}`),o&&(n=`Meta-${n}`),a&&(n=`Shift-${n}`),n}var uu=e=>({editor:t,view:n,tr:r,dispatch:i})=>{let a=lu(e).split(/-(?!$)/),o=a.find(e=>![`Alt`,`Ctrl`,`Meta`,`Shift`].includes(e)),s=new KeyboardEvent(`keydown`,{key:o===`Space`?` `:o,altKey:a.includes(`Alt`),ctrlKey:a.includes(`Ctrl`),metaKey:a.includes(`Meta`),shiftKey:a.includes(`Shift`),bubbles:!0,cancelable:!0});return t.captureTransaction(()=>{n.someProp(`handleKeyDown`,e=>e(n,s))})?.steps.forEach(e=>{let t=e.map(r.mapping);t&&i&&r.maybeStep(t)}),!0};function du(e,t,n={}){let{from:r,to:i,empty:a}=e.selection,o=t?H(t,e.schema):null,s=[];e.doc.nodesBetween(r,i,(e,t)=>{if(e.isText)return;let n=Math.max(r,t),a=Math.min(i,t+e.nodeSize);s.push({node:e,from:n,to:a})});let c=i-r,l=s.filter(e=>o?o.name===e.node.type.name:!0).filter(e=>Ml(e.node.attrs,n,{strict:!1}));return a?!!l.length:l.reduce((e,t)=>e+t.to-t.from,0)>=c}var fu=(e,t={})=>({state:n,dispatch:r})=>du(n,H(e,n.schema),t)?ii(n,r):!1,pu=()=>({state:e,dispatch:t})=>li(e,t),mu=e=>({state:t,dispatch:n})=>ki(H(e,t.schema))(t,n),hu=()=>({state:e,dispatch:t})=>ai(e,t);function gu(e,t){return t.nodes[e]?`node`:t.marks[e]?`mark`:null}function _u(e,t){let n=typeof t==`string`?[t]:t;return Object.keys(e).reduce((t,r)=>(n.includes(r)||(t[r]=e[r]),t),{})}var vu=(e,t)=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=gu(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=H(e,r.schema)),s===`mark`&&(o=Il(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{r.doc.nodesBetween(e.$from.pos,e.$to.pos,(e,r)=>{a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,_u(e.attrs,t))),o&&e.marks.length&&e.marks.forEach(a=>{o===a.type&&(c=!0,i&&n.addMark(r,r+e.nodeSize,o.create(_u(a.attrs,t))))})})}),c},yu=()=>({tr:e,dispatch:t})=>(t&&e.scrollIntoView(),!0),bu=()=>({tr:e,dispatch:t})=>{if(t){let t=new Dr(e.doc);e.setSelection(t)}return!0},xu=()=>({state:e,dispatch:t})=>Xr(e,t),Su=()=>({state:e,dispatch:t})=>ei(e,t),Cu=()=>({state:e,dispatch:t})=>fi(e,t),wu=()=>({state:e,dispatch:t})=>vi(e,t),Tu=()=>({state:e,dispatch:t})=>_i(e,t);function Eu(e,t,n={},r={}){return Xl(e,t,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var Du=(e,{errorOnInvalidContent:t,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:i,tr:a,dispatch:o,commands:s})=>{let{doc:c}=a;if(r.preserveWhitespace!==`full`){let s=Eu(e,i.schema,r,{errorOnInvalidContent:t??i.options.enableContentCheck});return o&&a.replaceWith(0,c.content.size,s).setMeta(`preventUpdate`,!n),!0}return o&&a.setMeta(`preventUpdate`,!n),s.insertContentAt({from:0,to:c.content.size},e,{parseOptions:r,errorOnInvalidContent:t??i.options.enableContentCheck})};function Ou(e,t){let n=Il(t,e.schema),{from:r,to:i,empty:a}=e.selection,o=[];a?(e.storedMarks&&o.push(...e.storedMarks),o.push(...e.selection.$head.marks())):e.doc.nodesBetween(r,i,e=>{o.push(...e.marks)});let s=o.find(e=>e.type.name===n.name);return s?{...s.attrs}:{}}function ku(e,t){let n=new br(e);return t.forEach(e=>{e.steps.forEach(e=>{n.step(e)})}),n}function Au(e){for(let t=0;t<e.edgeCount;t+=1){let{type:n}=e.edge(t);if(n.isTextblock&&!n.hasRequiredAttrs())return n}return null}function ju(e,t,n){let r=[];return e.nodesBetween(t.from,t.to,(e,t)=>{n(e)&&r.push({node:e,pos:t})}),r}function Mu(e,t){for(let n=e.depth;n>0;--n){let r=e.node(n);if(t(r))return{pos:n>0?e.before(n):0,start:e.start(n),depth:n,node:r}}}function Nu(e){return t=>Mu(t.$from,e)}function U(e,t,n){return e.config[t]===void 0&&e.parent?U(e.parent,t,n):typeof e.config[t]==`function`?e.config[t].bind({...n,parent:e.parent?U(e.parent,t,n):null}):e.config[t]}function Pu(e){return e.map(e=>{let t=U(e,`addExtensions`,{name:e.name,options:e.options,storage:e.storage});return t?[e,...Pu(t())]:e}).flat(10)}function Fu(e,t){let n=en.fromSchema(t).serializeFragment(e),r=document.implementation.createHTMLDocument().createElement(`div`);return r.appendChild(n),r.innerHTML}function Iu(e){return typeof e==`function`}function W(e,t=void 0,...n){return Iu(e)?t?e.bind(t)(...n):e(...n):e}function Lu(e={}){return Object.keys(e).length===0&&e.constructor===Object}function Ru(e){return{baseExtensions:e.filter(e=>e.type===`extension`),nodeExtensions:e.filter(e=>e.type===`node`),markExtensions:e.filter(e=>e.type===`mark`)}}function zu(e){let t=[],{nodeExtensions:n,markExtensions:r}=Ru(e),i=[...n,...r],a={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(e=>e.name!==`text`).map(e=>e.name),s=r.map(e=>e.name),c=[...o,...s];return e.forEach(e=>{let n=U(e,`addGlobalAttributes`,{name:e.name,options:e.options,storage:e.storage,extensions:i});n&&n().forEach(e=>{let n;n=Array.isArray(e.types)?e.types:e.types===`*`?c:e.types===`nodes`?o:e.types===`marks`?s:[],n.forEach(n=>{Object.entries(e.attributes).forEach(([e,r])=>{t.push({type:n,name:e,attribute:{...a,...r}})})})})}),i.forEach(e=>{let n=U(e,`addAttributes`,{name:e.name,options:e.options,storage:e.storage});if(!n)return;let r=n();Object.entries(r).forEach(([n,r])=>{let i={...a,...r};typeof i?.default==`function`&&(i.default=i.default()),i?.isRequired&&i?.default===void 0&&delete i.default,t.push({type:e.name,name:n,attribute:i})})}),t}function Bu(e){let t=[],n=``,r=!1,i=!1,a=0,o=e.length;for(let s=0;s<o;s+=1){let o=e[s];if(o===`'`&&!i){r=!r,n+=o;continue}if(o===`"`&&!r){i=!i,n+=o;continue}if(!r&&!i){if(o===`(`){a+=1,n+=o;continue}if(o===`)`&&a>0){--a,n+=o;continue}if(o===`;`&&a===0){t.push(n),n=``;continue}}n+=o}return n&&t.push(n),t}function Vu(e){let t=[],n=Bu(e||``),r=n.length;for(let e=0;e<r;e+=1){let r=n[e],i=r.indexOf(`:`);if(i===-1)continue;let a=r.slice(0,i).trim(),o=r.slice(i+1).trim();a&&o&&t.push([a,o])}return t}function G(...e){return e.filter(e=>!!e).reduce((e,t)=>{let n={...e};return Object.entries(t).forEach(([e,t])=>{if(!n[e]){n[e]=t;return}if(e===`class`){let r=t?String(t).split(` `):[],i=n[e]?n[e].split(` `):[],a=r.filter(e=>!i.includes(e));n[e]=[...i,...a].join(` `)}else if(e===`style`){let r=new Map([...Vu(n[e]),...Vu(t)]);n[e]=Array.from(r.entries()).map(([e,t])=>`${e}: ${t}`).join(`; `)}else n[e]=t}),n},{})}function Hu(e,t){return t.filter(t=>t.type===e.type.name).filter(e=>e.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(e.attrs)||{}:{[t.name]:e.attrs[t.name]}).reduce((e,t)=>G(e,t),{})}function Uu(e){return typeof e==`string`?e.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(e):e===`true`?!0:e===`false`?!1:e:e}function Wu(e,t){return`style`in e?e:{...e,getAttrs:n=>{let r=e.getAttrs?e.getAttrs(n):e.attrs;if(r===!1)return!1;let i=t.reduce((e,t)=>{let r=t.attribute.parseHTML?t.attribute.parseHTML(n):Uu(n.getAttribute(t.name));return r==null?e:{...e,[t.name]:r}},{});return{...r,...i}}}}function Gu(e){return Object.fromEntries(Object.entries(e).filter(([e,t])=>e===`attrs`&&Lu(t)?!1:t!=null))}function Ku(e){let t={};return!e?.attribute?.isRequired&&`default`in(e?.attribute||{})&&(t.default=e.attribute.default),e?.attribute?.validate!==void 0&&(t.validate=e.attribute.validate),[e.name,t]}function qu(e,t){let n=zu(e),{nodeExtensions:r,markExtensions:i}=Ru(e);return new It({topNode:r.find(e=>U(e,`topNode`))?.name,nodes:Object.fromEntries(r.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=Gu({...e.reduce((e,t)=>{let n=U(t,`extendNodeSchema`,a);return{...e,...n?n(r):{}}},{}),content:W(U(r,`content`,a)),marks:W(U(r,`marks`,a)),group:W(U(r,`group`,a)),inline:W(U(r,`inline`,a)),atom:W(U(r,`atom`,a)),selectable:W(U(r,`selectable`,a)),draggable:W(U(r,`draggable`,a)),code:W(U(r,`code`,a)),whitespace:W(U(r,`whitespace`,a)),linebreakReplacement:W(U(r,`linebreakReplacement`,a)),defining:W(U(r,`defining`,a)),isolating:W(U(r,`isolating`,a)),attrs:Object.fromEntries(i.map(Ku))}),s=W(U(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>Wu(e,i)));let c=U(r,`renderHTML`,a);c&&(o.toDOM=e=>c({node:e,HTMLAttributes:Hu(e,i)}));let l=U(r,`renderText`,a);return l&&(o.toText=l),[r.name,o]})),marks:Object.fromEntries(i.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=Gu({...e.reduce((e,t)=>{let n=U(t,`extendMarkSchema`,a);return{...e,...n?n(r):{}}},{}),inclusive:W(U(r,`inclusive`,a)),excludes:W(U(r,`excludes`,a)),group:W(U(r,`group`,a)),spanning:W(U(r,`spanning`,a)),code:W(U(r,`code`,a)),attrs:Object.fromEntries(i.map(Ku))}),s=W(U(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>Wu(e,i)));let c=U(r,`renderHTML`,a);return c&&(o.toDOM=e=>c({mark:e,HTMLAttributes:Hu(e,i)})),[r.name,o]}))})}function Ju(e){let t=e.filter((t,n)=>e.indexOf(t)!==n);return Array.from(new Set(t))}function Yu(e){return e.sort((e,t)=>{let n=U(e,`priority`)||100,r=U(t,`priority`)||100;return n>r?-1:+(n<r)})}function Xu(e){let t=Yu(Pu(e)),n=Ju(t.map(e=>e.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(e=>`'${e}'`).join(`, `)}]. This can lead to issues.`),t}function Zu(e,t,n){let{from:r,to:i}=t,{blockSeparator:a=`
|
|
11
11
|
|
|
12
|
-
`,textSerializers:o={}}=n||{},s=``;return e.nodesBetween(r,i,(e,n,c,l)=>{e.isBlock&&n>r&&(s+=a);let u=o?.[e.type.name];if(u)return c&&(s+=u({node:e,pos:n,parent:c,index:l,range:t})),!1;e.isText&&(s+=(e?.text)?.slice(Math.max(r,n)-n,i-n))}),s}function Qu(e,t){return Zu(e,{from:0,to:e.content.size},t)}function $u(e){return Object.fromEntries(Object.entries(e.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function ed(e,t){let n=H(t,e.schema),{from:r,to:i}=e.selection,a=[];e.doc.nodesBetween(r,i,e=>{a.push(e)});let o=a.reverse().find(e=>e.type.name===n.name);return o?{...o.attrs}:{}}function td(e,t){let n=gu(typeof t==`string`?t:t.name,e.schema);return n===`node`?ed(e,t):n===`mark`?Ou(e,t):{}}function nd(e,t=JSON.stringify){let n={};return e.filter(e=>{let r=t(e);return Object.prototype.hasOwnProperty.call(n,r)?!1:n[r]=!0})}function rd(e){let t=nd(e);return t.length===1?t:t.filter((e,n)=>!t.filter((e,t)=>t!==n).some(t=>e.oldRange.from>=t.oldRange.from&&e.oldRange.to<=t.oldRange.to&&e.newRange.from>=t.newRange.from&&e.newRange.to<=t.newRange.to))}function id(e){let{mapping:t,steps:n}=e,r=[];return t.maps.forEach((e,i)=>{let a=[];if(e.ranges.length)e.forEach((e,t)=>{a.push({from:e,to:t})});else{let{from:e,to:t}=n[i];if(e===void 0||t===void 0)return;a.push({from:e,to:t})}a.forEach(({from:e,to:n})=>{let a=t.slice(i).map(e,-1),o=t.slice(i).map(n),s=t.invert().map(a,-1),c=t.invert().map(o);r.push({oldRange:{from:s,to:c},newRange:{from:a,to:o}})})}),rd(r)}function ad(e,t,n){let r=[];return e===t?n.resolve(e).marks().forEach(t=>{let i=Fl(n.resolve(e),t.type);i&&r.push({mark:t,...i})}):n.nodesBetween(e,t,(e,t)=>{!e||e?.nodeSize===void 0||r.push(...e.marks.map(n=>({from:t,to:t+e.nodeSize,mark:n})))}),r}var od=(e,t,n,r=20)=>{let i=e.doc.resolve(n),a=r,o=null;for(;a>0&&o===null;){let e=i.node(a);e?.type.name===t?o=e:--a}return[o,a]};function sd(e,t){return t.nodes[e]||t.marks[e]||null}function cd(e,t,n){return Object.fromEntries(Object.entries(n).filter(([n])=>{let r=e.find(e=>e.type===t&&e.name===n);return r?r.attribute.keepOnSplit:!1}))}var ld=(e,t=500)=>{let n=``,r=e.parentOffset;return e.parent.nodesBetween(Math.max(0,r-t),r,(e,t,i,a)=>{var o;let s=(o=e.type.spec).toText?.call(o,{node:e,pos:t,parent:i,index:a})||e.textContent||`%leaf%`;n+=e.isAtom&&!e.isText?s:s.slice(0,Math.max(0,r-t))}),n};function ud(e,t,n={}){let{empty:r,ranges:i}=e.selection,a=t?Il(t,e.schema):null;if(r)return!!(e.storedMarks||e.selection.$from.marks()).filter(e=>a?a.name===e.type.name:!0).find(e=>Ml(e.attrs,n,{strict:!1}));let o=0,s=[];if(i.forEach(({$from:t,$to:n})=>{let r=t.pos,i=n.pos;e.doc.nodesBetween(r,i,(e,t)=>{if(a&&e.inlineContent&&!e.type.allowsMarkType(a))return!1;if(!e.isText&&!e.marks.length)return;let n=Math.max(r,t),c=Math.min(i,t+e.nodeSize),l=c-n;o+=l,s.push(...e.marks.map(e=>({mark:e,from:n,to:c})))})}),o===0)return!1;let c=s.filter(e=>a?a.name===e.mark.type.name:!0).filter(e=>Ml(e.mark.attrs,n,{strict:!1})).reduce((e,t)=>e+t.to-t.from,0),l=s.filter(e=>a?e.mark.type!==a&&e.mark.type.excludes(a):!0).reduce((e,t)=>e+t.to-t.from,0);return(c>0?c+l:c)>=o}function dd(e,t,n={}){if(!t)return du(e,null,n)||ud(e,null,n);let r=gu(t,e.schema);return r===`node`?du(e,t,n):r===`mark`?ud(e,t,n):!1}var fd=(e,t)=>{let{$from:n,$to:r,$anchor:i}=e.selection;if(t){let n=Nu(e=>e.type.name===t)(e.selection);if(!n)return!1;let r=e.doc.resolve(n.pos+1);return i.pos+1===r.end()}return!(r.parentOffset<r.parent.nodeSize-2||n.pos!==r.pos)},pd=e=>{let{$from:t,$to:n}=e.selection;return!(t.parentOffset>0||t.pos!==n.pos)};function md(e,t){return Array.isArray(t)?t.some(t=>(typeof t==`string`?t:t.name)===e.name):t}function hd(e,t){let{nodeExtensions:n}=Ru(t),r=n.find(t=>t.name===e);if(!r)return!1;let i=W(U(r,`group`,{name:r.name,options:r.options,storage:r.storage}));return typeof i==`string`?i.split(` `).includes(`list`):!1}function gd(e,{checkChildren:t=!0,ignoreWhitespace:n=!1}={}){if(n){if(e.type.name===`hardBreak`)return!0;if(e.isText)return!/\S/.test(e.text??``)}if(e.isText)return!e.text;if(e.isAtom||e.isLeaf)return!1;if(e.content.childCount===0)return!0;if(t){let r=!0;return e.content.forEach(e=>{r!==!1&&(gd(e,{ignoreWhitespace:n,checkChildren:t})||(r=!1))}),r}return!1}function _d(e){return e instanceof z}function vd({selection:e,pos:t,nodeSize:n,selectedOnTextSelection:r=!1}){let{from:i,to:a}=e;return!!(i<=t&&a>=t+n||r&&zl(e)&&i>t&&a<t+n)}var yd=class e{constructor(e){this.position=e}static fromJSON(t){return new e(t.position)}toJSON(){return{position:this.position}}};function bd(e,t){let n=t.mapping.mapResult(e.position);return{position:new yd(n.pos),mapResult:n}}function xd(e){return new yd(e)}function Sd(e,t,n){let{selection:r}=t,i=null;if(zl(r)&&(i=r.$cursor),i){let t=e.storedMarks??i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(t)||!t.some(e=>e.type.excludes(n)))}let{ranges:a}=r;return a.some(({$from:t,$to:r})=>{let i=t.depth===0?e.doc.inlineContent&&e.doc.type.allowsMarkType(n):!1;return e.doc.nodesBetween(t.pos,r.pos,(e,t,r)=>{if(i)return!1;if(e.isInline){let t=!r||r.type.allowsMarkType(n),a=!!n.isInSet(e.marks)||!e.marks.some(e=>e.type.excludes(n));i=t&&a}return!i}),i})}var Cd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=n,{empty:o,ranges:s}=a,c=Il(e,r.schema);if(i)if(o){let e=Ou(r,c);n.addStoredMark(c.create({...e,...t}))}else s.forEach(e=>{let i=e.$from.pos,a=e.$to.pos;r.doc.nodesBetween(i,a,(e,r)=>{let o=Math.max(r,i),s=Math.min(r+e.nodeSize,a);e.marks.find(e=>e.type===c)?e.marks.forEach(e=>{c===e.type&&n.addMark(o,s,c.create({...e.attrs,...t}))}):n.addMark(o,s,c.create(t))})});return Sd(r,n,c)},wd=(e,t)=>({tr:n})=>(n.setMeta(e,t),!0),Td=(e,t={})=>({state:n,dispatch:r,chain:i})=>{let a=H(e,n.schema),o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),a.isTextblock?i().command(({commands:e})=>bi(a,{...o,...t})(n)?!0:e.clearNodes()).command(({state:e})=>bi(a,{...o,...t})(e,r)).run():(console.warn(`[tiptap warn]: Currently "setNode()" only supports text block nodes.`),!1)},Ed=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,r=Bl(e,0,n.content.size),i=z.create(n,r);t.setSelection(i)}return!0},Dd=(e,t)=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=r,o,s;return typeof t==`number`?(o=t,s=t):t&&`from`in t&&`to`in t?(o=t.from,s=t.to):(o=a.from,s=a.to),i&&n.doc.nodesBetween(o,s,(t,r)=>{t.isText||n.setNodeMarkup(r,void 0,{...t.attrs,dir:e})}),!0},Od=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,{from:r,to:i}=typeof e==`number`?{from:e,to:e}:e,a=R.atStart(n).from,o=R.atEnd(n).to,s=Bl(r,a,o),c=Bl(i,a,o),l=R.create(n,s,c);t.setSelection(l)}return!0},kd=e=>({state:t,dispatch:n})=>Mi(H(e,t.schema))(t,n);function Ad(e,t){let n=e.storedMarks||e.selection.$to.parentOffset&&e.selection.$from.marks();if(n){let r=n.filter(e=>t?.includes(e.type.name));e.tr.ensureMarks(r)}}var jd=({keepMarks:e=!0}={})=>({tr:t,state:n,dispatch:r,editor:i})=>{let{selection:a,doc:o}=t,{$from:s,$to:c}=a,l=i.extensionManager.attributes,u=cd(l,s.node().type.name,s.node().attrs);if(a instanceof z&&a.node.isBlock)return!s.parentOffset||!qn(o,s.pos)?!1:(r&&(e&&Ad(n,i.extensionManager.splittableMarks),t.split(s.pos).scrollIntoView()),!0);if(!s.parent.isBlock)return!1;let d=c.parentOffset===c.parent.content.size,f=s.depth===0?void 0:Au(s.node(-1).contentMatchAt(s.indexAfter(-1))),p=d&&f?[{type:f,attrs:u}]:void 0,m=qn(t.doc,t.mapping.map(s.pos),1,p);if(!p&&!m&&qn(t.doc,t.mapping.map(s.pos),1,f?[{type:f}]:void 0)&&(m=!0,p=f?[{type:f,attrs:u}]:void 0),r){if(m&&(a instanceof R&&t.deleteSelection(),t.split(t.mapping.map(s.pos),1,p),f&&!d&&!s.parentOffset&&s.parent.type!==f)){let e=t.mapping.map(s.before()),n=t.doc.resolve(e);s.node(-1).canReplaceWith(n.index(),n.index()+1,f)&&t.setNodeMarkup(t.mapping.map(s.before()),f)}e&&Ad(n,i.extensionManager.splittableMarks),t.scrollIntoView()}return m},Md=(e,t={})=>({tr:n,state:r,dispatch:i,editor:a})=>{let o=H(e,r.schema),{$from:s,$to:c}=r.selection,l=r.selection.node;if(l&&l.isBlock||s.depth<2||!s.sameParent(c))return!1;let u=s.node(-1);if(u.type!==o)return!1;let d=a.extensionManager.attributes;if(s.parent.content.size===0&&s.node(-1).childCount===s.indexAfter(-1)){if(s.depth===2||s.node(-3).type!==o||s.index(-2)!==s.node(-2).childCount-1)return!1;if(i){let e=P.empty,r=s.index(-1)?1:s.index(-2)?2:3;for(let t=s.depth-r;t>=s.depth-3;--t)e=P.from(s.node(t).copy(e));let i=s.indexAfter(-1)<s.node(-2).childCount?1:s.indexAfter(-2)<s.node(-3).childCount?2:3,a={...cd(d,s.node().type.name,s.node().attrs),...t},c=o.contentMatch.defaultType?.createAndFill(a)||void 0;e=e.append(P.from(o.createAndFill(null,c)||void 0));let l=s.before(s.depth-(r-1));n.replace(l,s.after(-i),new I(e,4-r,0));let u=-1;n.doc.nodesBetween(l,n.doc.content.size,(e,t)=>{if(u>-1)return!1;e.isTextblock&&e.content.size===0&&(u=t+1)}),u>-1&&n.setSelection(R.near(n.doc.resolve(u))),n.scrollIntoView()}return!0}let f=c.pos===s.end()?u.contentMatchAt(0).defaultType:null,p={...cd(d,u.type.name,u.attrs),...t},m={...cd(d,s.node().type.name,s.node().attrs),...t};n.delete(s.pos,c.pos);let h=f?[{type:o,attrs:p},{type:f,attrs:m}]:[{type:o,attrs:p}];if(!qn(n.doc,s.pos,2))return!1;if(i){let{selection:e,storedMarks:t}=r,{splittableMarks:o}=a.extensionManager,c=t||e.$to.parentOffset&&e.$from.marks();if(n.split(s.pos,2,h).scrollIntoView(),!c||!i)return!0;let l=c.filter(e=>o.includes(e.type.name));n.ensureMarks(l)}return!0},Nd=(e,t)=>{let n=Nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&Yn(e.doc,n.pos)&&e.join(n.pos),!0},Pd=(e,t)=>{let n=Nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&Yn(e.doc,r)&&e.join(r),!0};function Fd(e){let t=e.doc,n=t.firstChild;if(!n)return null;let r=t.resolve(1),i=t.resolve(n.nodeSize-1);return R.between(r,i)}var Id=(e,t,n,r={})=>({editor:i,tr:a,state:o,dispatch:s,chain:c,commands:l,can:u})=>{let{extensions:d,splittableMarks:f}=i.extensionManager,p=H(e,o.schema),m=H(t,o.schema),{selection:h,storedMarks:g}=o,{$from:_,$to:v}=h,y=_.blockRange(v),b=g||h.$to.parentOffset&&h.$from.marks();if(!y)return!1;let x=Nu(e=>hd(e.type.name,d))(h),S=h.from===0&&h.to===o.doc.content.size,C=o.doc.content.content,w=C.length===1?C[0]:null,ee=S&&w&&hd(w.type.name,d)?{node:w,pos:0,depth:0}:null,T=x??ee,te=!!x&&y.depth>=1&&y.depth-x.depth<=1,ne=!!ee;if((te||ne)&&T){if(T.node.type===p)return S&&ne?c().command(({tr:e,dispatch:t})=>{let n=Fd(e);return n?(e.setSelection(n),t&&t(e),!0):!1}).liftListItem(m).run():l.liftListItem(m);if(hd(T.node.type.name,d)&&p.validContent(T.node.content))return c().command(()=>(a.setNodeMarkup(T.pos,p),!0)).command(()=>Nd(a,p)).command(()=>Pd(a,p)).run()}return!n||!b||!s?c().command(()=>u().wrapInList(p,r)?!0:l.clearNodes()).wrapInList(p,r).command(()=>Nd(a,p)).command(()=>Pd(a,p)).run():c().command(()=>{let e=u().wrapInList(p,r),t=b.filter(e=>f.includes(e.type.name));return a.ensureMarks(t),e?!0:l.clearNodes()}).wrapInList(p,r).command(()=>Nd(a,p)).command(()=>Pd(a,p)).run()},Ld=(e,t={},n={})=>({state:r,commands:i})=>{let{extendEmptyMarkRange:a=!1}=n,o=Il(e,r.schema);return ud(r,o,t)?i.unsetMark(o,{extendEmptyMarkRange:a}):i.setMark(o,t)},Rd=(e,t,n={})=>({state:r,commands:i})=>{let a=H(e,r.schema),o=H(t,r.schema),s=du(r,a,n),c;return r.selection.$anchor.sameParent(r.selection.$head)&&(c=r.selection.$anchor.parent.attrs),s?i.setNode(o,c):i.setNode(a,{...c,...n})},zd=(e,t={})=>({state:n,commands:r})=>{let i=H(e,n.schema);return du(n,i,t)?r.lift(i):r.wrapIn(i,t)},Bd=()=>({state:e,dispatch:t})=>{let n=e.plugins;for(let r=0;r<n.length;r+=1){let i=n[r],a;if(i.spec.isInputRules&&(a=i.getState(e))){if(t){let t=e.tr,n=a.transform;for(let e=n.steps.length-1;e>=0;--e)t.step(n.steps[e].invert(n.docs[e]));if(a.text){let n=t.doc.resolve(a.from).marks();t.replaceWith(a.from,a.to,e.schema.text(a.text,n))}else t.delete(a.from,a.to)}return!0}}return!1},Vd=(e={})=>({tr:t,dispatch:n,editor:r})=>{let{ignoreClearable:i=!1}=e,{selection:a}=t,{empty:o,ranges:s}=a;if(o)return!0;let{nonClearableMarks:c}=r.extensionManager;if(n){let e=Object.values(r.schema.marks).filter(e=>i||!c.includes(e.name));s.forEach(n=>{for(let r of e)t.removeMark(n.$from.pos,n.$to.pos,r)})}return!0},Hd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{extendEmptyMarkRange:a=!1}=t,{selection:o}=n,s=Il(e,r.schema),{$from:c,empty:l,ranges:u}=o;if(!i)return!0;if(l&&a){let{from:e,to:t}=o,r=Fl(c,s,c.marks().find(e=>e.type===s)?.attrs);r&&(e=r.from,t=r.to),n.removeMark(e,t,s)}else u.forEach(e=>{n.removeMark(e.$from.pos,e.$to.pos,s)});return n.removeStoredMark(s),!0},Ud=e=>({tr:t,state:n,dispatch:r})=>{let{selection:i}=n,a,o;return typeof e==`number`?(a=e,o=e):e&&`from`in e&&`to`in e?(a=e.from,o=e.to):(a=i.from,o=i.to),r&&t.doc.nodesBetween(a,o,(e,n)=>{if(e.isText)return;let r={...e.attrs};delete r.dir,t.setNodeMarkup(n,void 0,r)}),!0},Wd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=gu(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=H(e,r.schema)),s===`mark`&&(o=Il(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{let s=e.$from.pos,l=e.$to.pos,u,d,f,p;n.selection.empty?r.doc.nodesBetween(s,l,(e,t)=>{a&&a===e.type&&(c=!0,f=Math.max(t,s),p=Math.min(t+e.nodeSize,l),u=t,d=e)}):r.doc.nodesBetween(s,l,(e,r)=>{r<s&&a&&a===e.type&&(c=!0,f=Math.max(r,s),p=Math.min(r+e.nodeSize,l),u=r,d=e),r>=s&&r<=l&&(a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,{...e.attrs,...t})),o&&e.marks.length&&e.marks.forEach(a=>{if(o===a.type&&(c=!0,i)){let i=Math.max(r,s),c=Math.min(r+e.nodeSize,l);n.addMark(i,c,o.create({...a.attrs,...t}))}}))}),d&&(u!==void 0&&i&&n.setNodeMarkup(u,void 0,{...d.attrs,...t}),o&&d.marks.length&&d.marks.forEach(e=>{o===e.type&&i&&n.addMark(f,p,o.create({...e.attrs,...t}))}))}),c},Gd=(e,t={})=>({state:n,dispatch:r})=>yi(H(e,n.schema),t)(n,r),Kd=(e,t={})=>({state:n,dispatch:r})=>Ei(H(e,n.schema),t)(n,r),qd=class{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){let n=this.callbacks[e];return n&&n.forEach(e=>e.apply(this,t)),this}off(e,t){let n=this.callbacks[e];return n&&(t?this.callbacks[e]=n.filter(e=>e!==t):delete this.callbacks[e]),this}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return this.on(e,n)}removeAllListeners(){this.callbacks={}}},Jd=class{constructor(e){this.find=e.find,this.handler=e.handler,this.undoable=e.undoable??!0}},Yd=(e,t)=>{if(jl(t))return t.exec(e);let n=t(e);if(!n)return null;let r=[n.text];return r.index=n.index,r.input=e,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn(`[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".`),r.push(n.replaceWith)),r};function Xd(e){let{editor:t,from:n,to:r,text:i,rules:a,plugin:o}=e,{view:s}=t;if(s.composing)return!1;let c=s.state.doc.resolve(n);if(c.parent.type.spec.code||(c.nodeBefore||c.nodeAfter)?.marks.find(e=>e.type.spec.code))return!1;let l=!1,u=ld(c)+i;return a.forEach(e=>{if(l)return;let a=Yd(u,e.find);if(!a)return;let c=s.state.tr,d=pl({state:s.state,transaction:c}),f={from:n-(a[0].length-i.length),to:r},{commands:p,chain:m,can:h}=new ml({editor:t,state:d});e.handler({state:d,range:f,match:a,commands:p,chain:m,can:h})===null||!c.steps.length||(e.undoable&&c.setMeta(o,{transform:c,from:n,to:r,text:i}),s.dispatch(c),l=!0)}),l}function Zd(e){let{editor:t,rules:n}=e,r=new B({state:{init(){return null},apply(e,i,a){let o=e.getMeta(r);if(o)return o;let s=e.getMeta(`applyInputRules`);return s&&setTimeout(()=>{let{text:e}=s;e=typeof e==`string`?e:Fu(P.from(e),a.schema);let{from:i}=s;Xd({editor:t,from:i,to:i+e.length,text:e,rules:n,plugin:r})}),e.selectionSet||e.docChanged?null:i}},props:{handleTextInput(e,i,a,o){return Xd({editor:t,from:i,to:a,text:o,rules:n,plugin:r})},handleDOMEvents:{compositionend:e=>(setTimeout(()=>{let{$cursor:i}=e.state.selection;i&&Xd({editor:t,from:i.pos,to:i.pos,text:``,rules:n,plugin:r})}),!1)},handleKeyDown(e,i){if(i.key!==`Enter`)return!1;let{$cursor:a}=e.state.selection;return a?Xd({editor:t,from:a.pos,to:a.pos,text:`
|
|
12
|
+
`,textSerializers:o={}}=n||{},s=``;return e.nodesBetween(r,i,(e,n,c,l)=>{e.isBlock&&n>r&&(s+=a);let u=o?.[e.type.name];if(u)return c&&(s+=u({node:e,pos:n,parent:c,index:l,range:t})),!1;e.isText&&(s+=(e?.text)?.slice(Math.max(r,n)-n,i-n))}),s}function Qu(e,t){return Zu(e,{from:0,to:e.content.size},t)}function $u(e){return Object.fromEntries(Object.entries(e.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function ed(e,t){let n=H(t,e.schema),{from:r,to:i}=e.selection,a=[];e.doc.nodesBetween(r,i,e=>{a.push(e)});let o=a.reverse().find(e=>e.type.name===n.name);return o?{...o.attrs}:{}}function td(e,t){let n=gu(typeof t==`string`?t:t.name,e.schema);return n===`node`?ed(e,t):n===`mark`?Ou(e,t):{}}function nd(e,t=JSON.stringify){let n={};return e.filter(e=>{let r=t(e);return Object.prototype.hasOwnProperty.call(n,r)?!1:n[r]=!0})}function rd(e){let t=nd(e);return t.length===1?t:t.filter((e,n)=>!t.filter((e,t)=>t!==n).some(t=>e.oldRange.from>=t.oldRange.from&&e.oldRange.to<=t.oldRange.to&&e.newRange.from>=t.newRange.from&&e.newRange.to<=t.newRange.to))}function id(e){let{mapping:t,steps:n}=e,r=[];return t.maps.forEach((e,i)=>{let a=[];if(e.ranges.length)e.forEach((e,t)=>{a.push({from:e,to:t})});else{let{from:e,to:t}=n[i];if(e===void 0||t===void 0)return;a.push({from:e,to:t})}a.forEach(({from:e,to:n})=>{let a=t.slice(i).map(e,-1),o=t.slice(i).map(n),s=t.invert().map(a,-1),c=t.invert().map(o);r.push({oldRange:{from:s,to:c},newRange:{from:a,to:o}})})}),rd(r)}function ad(e,t,n){let r=[];return e===t?n.resolve(e).marks().forEach(t=>{let i=Fl(n.resolve(e),t.type);i&&r.push({mark:t,...i})}):n.nodesBetween(e,t,(e,t)=>{!e||e?.nodeSize===void 0||r.push(...e.marks.map(n=>({from:t,to:t+e.nodeSize,mark:n})))}),r}var od=(e,t,n,r=20)=>{let i=e.doc.resolve(n),a=r,o=null;for(;a>0&&o===null;){let e=i.node(a);e?.type.name===t?o=e:--a}return[o,a]};function sd(e,t){return t.nodes[e]||t.marks[e]||null}function cd(e,t,n){return Object.fromEntries(Object.entries(n).filter(([n])=>{let r=e.find(e=>e.type===t&&e.name===n);return r?r.attribute.keepOnSplit:!1}))}var ld=(e,t=500)=>{let n=``,r=e.parentOffset;return e.parent.nodesBetween(Math.max(0,r-t),r,(e,t,i,a)=>{var o;let s=(o=e.type.spec).toText?.call(o,{node:e,pos:t,parent:i,index:a})||e.textContent||`%leaf%`;n+=e.isAtom&&!e.isText?s:s.slice(0,Math.max(0,r-t))}),n};function ud(e,t,n={}){let{empty:r,ranges:i}=e.selection,a=t?Il(t,e.schema):null;if(r)return!!(e.storedMarks||e.selection.$from.marks()).filter(e=>a?a.name===e.type.name:!0).find(e=>Ml(e.attrs,n,{strict:!1}));let o=0,s=[];if(i.forEach(({$from:t,$to:n})=>{let r=t.pos,i=n.pos;e.doc.nodesBetween(r,i,(e,t)=>{if(a&&e.inlineContent&&!e.type.allowsMarkType(a))return!1;if(!e.isText&&!e.marks.length)return;let n=Math.max(r,t),c=Math.min(i,t+e.nodeSize),l=c-n;o+=l,s.push(...e.marks.map(e=>({mark:e,from:n,to:c})))})}),o===0)return!1;let c=s.filter(e=>a?a.name===e.mark.type.name:!0).filter(e=>Ml(e.mark.attrs,n,{strict:!1})).reduce((e,t)=>e+t.to-t.from,0),l=s.filter(e=>a?e.mark.type!==a&&e.mark.type.excludes(a):!0).reduce((e,t)=>e+t.to-t.from,0);return(c>0?c+l:c)>=o}function dd(e,t,n={}){if(!t)return du(e,null,n)||ud(e,null,n);let r=gu(t,e.schema);return r===`node`?du(e,t,n):r===`mark`?ud(e,t,n):!1}var fd=(e,t)=>{let{$from:n,$to:r,$anchor:i}=e.selection;if(t){let n=Nu(e=>e.type.name===t)(e.selection);if(!n)return!1;let r=e.doc.resolve(n.pos+1);return i.pos+1===r.end()}return!(r.parentOffset<r.parent.nodeSize-2||n.pos!==r.pos)},pd=e=>{let{$from:t,$to:n}=e.selection;return!(t.parentOffset>0||t.pos!==n.pos)};function md(e,t){return Array.isArray(t)?t.some(t=>(typeof t==`string`?t:t.name)===e.name):t}function hd(e,t){let{nodeExtensions:n}=Ru(t),r=n.find(t=>t.name===e);if(!r)return!1;let i=W(U(r,`group`,{name:r.name,options:r.options,storage:r.storage}));return typeof i==`string`?i.split(` `).includes(`list`):!1}function gd(e,{checkChildren:t=!0,ignoreWhitespace:n=!1}={}){if(n){if(e.type.name===`hardBreak`)return!0;if(e.isText)return!/\S/.test(e.text??``)}if(e.isText)return!e.text;if(e.isAtom||e.isLeaf)return!1;if(e.content.childCount===0)return!0;if(t){let r=!0;return e.content.forEach(e=>{r!==!1&&(gd(e,{ignoreWhitespace:n,checkChildren:t})||(r=!1))}),r}return!1}function _d(e){return e instanceof z}function vd({selection:e,pos:t,nodeSize:n,selectedOnTextSelection:r=!1}){let{from:i,to:a}=e;return!!(i<=t&&a>=t+n||r&&zl(e)&&i>t&&a<t+n)}var yd=class e{constructor(e){this.position=e}static fromJSON(t){return new e(t.position)}toJSON(){return{position:this.position}}};function bd(e,t){let n=t.mapping.mapResult(e.position);return{position:new yd(n.pos),mapResult:n}}function xd(e){return new yd(e)}function Sd(e,t,n){let{selection:r}=t,i=null;if(zl(r)&&(i=r.$cursor),i){let t=e.storedMarks??i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(t)||!t.some(e=>e.type.excludes(n)))}let{ranges:a}=r;return a.some(({$from:t,$to:r})=>{let i=t.depth===0?e.doc.inlineContent&&e.doc.type.allowsMarkType(n):!1;return e.doc.nodesBetween(t.pos,r.pos,(e,t,r)=>{if(i)return!1;if(e.isInline){let t=!r||r.type.allowsMarkType(n),a=!!n.isInSet(e.marks)||!e.marks.some(e=>e.type.excludes(n));i=t&&a}return!i}),i})}var Cd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=n,{empty:o,ranges:s}=a,c=Il(e,r.schema);if(i)if(o){let e=Ou(r,c);n.addStoredMark(c.create({...e,...t}))}else s.forEach(e=>{let i=e.$from.pos,a=e.$to.pos;r.doc.nodesBetween(i,a,(e,r)=>{let o=Math.max(r,i),s=Math.min(r+e.nodeSize,a);e.marks.find(e=>e.type===c)?e.marks.forEach(e=>{c===e.type&&n.addMark(o,s,c.create({...e.attrs,...t}))}):n.addMark(o,s,c.create(t))})});return Sd(r,n,c)},wd=(e,t)=>({tr:n})=>(n.setMeta(e,t),!0),Td=(e,t={})=>({state:n,dispatch:r,chain:i})=>{let a=H(e,n.schema),o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),a.isTextblock?i().command(({commands:e})=>bi(a,{...o,...t})(n)?!0:e.clearNodes()).command(({state:e})=>bi(a,{...o,...t})(e,r)).run():(console.warn(`[tiptap warn]: Currently "setNode()" only supports text block nodes.`),!1)},Ed=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,r=Bl(e,0,n.content.size),i=z.create(n,r);t.setSelection(i)}return!0},Dd=(e,t)=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=r,o,s;return typeof t==`number`?(o=t,s=t):t&&`from`in t&&`to`in t?(o=t.from,s=t.to):(o=a.from,s=a.to),i&&n.doc.nodesBetween(o,s,(t,r)=>{t.isText||n.setNodeMarkup(r,void 0,{...t.attrs,dir:e})}),!0},Od=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,{from:r,to:i}=typeof e==`number`?{from:e,to:e}:e,a=R.atStart(n).from,o=R.atEnd(n).to,s=Bl(r,a,o),c=Bl(i,a,o),l=R.create(n,s,c);t.setSelection(l)}return!0},kd=e=>({state:t,dispatch:n})=>Mi(H(e,t.schema))(t,n);function Ad(e,t){let n=e.storedMarks||e.selection.$to.parentOffset&&e.selection.$from.marks();if(n){let r=n.filter(e=>t?.includes(e.type.name));e.tr.ensureMarks(r)}}var jd=({keepMarks:e=!0}={})=>({tr:t,state:n,dispatch:r,editor:i})=>{let{selection:a,doc:o}=t,{$from:s,$to:c}=a,l=i.extensionManager.attributes,u=cd(l,s.node().type.name,s.node().attrs);if(a instanceof z&&a.node.isBlock)return!s.parentOffset||!qn(o,s.pos)?!1:(r&&(e&&Ad(n,i.extensionManager.splittableMarks),t.split(s.pos).scrollIntoView()),!0);if(!s.parent.isBlock)return!1;let d=c.parentOffset===c.parent.content.size,f=s.depth===0?void 0:Au(s.node(-1).contentMatchAt(s.indexAfter(-1))),p=d&&f?[{type:f,attrs:u}]:void 0,m=qn(t.doc,t.mapping.map(s.pos),1,p);if(!p&&!m&&qn(t.doc,t.mapping.map(s.pos),1,f?[{type:f}]:void 0)&&(m=!0,p=f?[{type:f,attrs:u}]:void 0),r){if(m&&(a instanceof R&&t.deleteSelection(),t.split(t.mapping.map(s.pos),1,p),f&&!d&&!s.parentOffset&&s.parent.type!==f)){let e=t.mapping.map(s.before()),n=t.doc.resolve(e);s.node(-1).canReplaceWith(n.index(),n.index()+1,f)&&t.setNodeMarkup(t.mapping.map(s.before()),f)}e&&Ad(n,i.extensionManager.splittableMarks),t.scrollIntoView()}return m},Md=(e,t={})=>({tr:n,state:r,dispatch:i,editor:a})=>{let o=H(e,r.schema),{$from:s,$to:c}=r.selection,l=r.selection.node;if(l&&l.isBlock||s.depth<2||!s.sameParent(c))return!1;let u=s.node(-1);if(u.type!==o)return!1;let d=a.extensionManager.attributes;if(s.parent.content.size===0&&s.node(-1).childCount===s.indexAfter(-1)){if(s.depth===2||s.node(-3).type!==o||s.index(-2)!==s.node(-2).childCount-1)return!1;if(i){let e=P.empty,r=s.index(-1)?1:s.index(-2)?2:3;for(let t=s.depth-r;t>=s.depth-3;--t)e=P.from(s.node(t).copy(e));let i=s.indexAfter(-1)<s.node(-2).childCount?1:s.indexAfter(-2)<s.node(-3).childCount?2:3,a={...cd(d,s.node().type.name,s.node().attrs),...t},c=o.contentMatch.defaultType?.createAndFill(a)||void 0;e=e.append(P.from(o.createAndFill(null,c)||void 0));let l=s.before(s.depth-(r-1));n.replace(l,s.after(-i),new I(e,4-r,0));let u=-1;n.doc.nodesBetween(l,n.doc.content.size,(e,t)=>{if(u>-1)return!1;e.isTextblock&&e.content.size===0&&(u=t+1)}),u>-1&&n.setSelection(R.near(n.doc.resolve(u))),n.scrollIntoView()}return!0}let f=c.pos===s.end()?u.contentMatchAt(0).defaultType:null,p={...cd(d,u.type.name,u.attrs),...t},m={...cd(d,s.node().type.name,s.node().attrs),...t};n.delete(s.pos,c.pos);let h=f?[{type:o,attrs:p},{type:f,attrs:m}]:[{type:o,attrs:p}];if(!qn(n.doc,s.pos,2))return!1;if(i){let{selection:e,storedMarks:t}=r,{splittableMarks:o}=a.extensionManager,c=t||e.$to.parentOffset&&e.$from.marks();if(n.split(s.pos,2,h).scrollIntoView(),!c||!i)return!0;let l=c.filter(e=>o.includes(e.type.name));n.ensureMarks(l)}return!0},Nd=(e,t)=>{let n=Nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&Yn(e.doc,n.pos)&&e.join(n.pos),!0},Pd=(e,t)=>{let n=Nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&Yn(e.doc,r)&&e.join(r),!0};function Fd(e){let t=e.doc,n=t.firstChild;if(!n)return null;let r=t.resolve(1),i=t.resolve(n.nodeSize-1);return R.between(r,i)}var Id=(e,t,n,r={})=>({editor:i,tr:a,state:o,dispatch:s,chain:c,commands:l,can:u})=>{let{extensions:d,splittableMarks:f}=i.extensionManager,p=H(e,o.schema),m=H(t,o.schema),{selection:h,storedMarks:g}=o,{$from:_,$to:v}=h,y=_.blockRange(v),b=g||h.$to.parentOffset&&h.$from.marks();if(!y)return!1;let x=Nu(e=>hd(e.type.name,d))(h),S=h.from===0&&h.to===o.doc.content.size,C=o.doc.content.content,w=C.length===1?C[0]:null,ee=S&&w&&hd(w.type.name,d)?{node:w,pos:0,depth:0}:null,T=x??ee,E=!!x&&y.depth>=1&&y.depth-x.depth<=1,te=!!ee;if((E||te)&&T){if(T.node.type===p)return S&&te?c().command(({tr:e,dispatch:t})=>{let n=Fd(e);return n?(e.setSelection(n),t&&t(e),!0):!1}).liftListItem(m).run():l.liftListItem(m);if(hd(T.node.type.name,d)&&p.validContent(T.node.content))return c().command(()=>(a.setNodeMarkup(T.pos,p),!0)).command(()=>Nd(a,p)).command(()=>Pd(a,p)).run()}return!n||!b||!s?c().command(()=>u().wrapInList(p,r)?!0:l.clearNodes()).wrapInList(p,r).command(()=>Nd(a,p)).command(()=>Pd(a,p)).run():c().command(()=>{let e=u().wrapInList(p,r),t=b.filter(e=>f.includes(e.type.name));return a.ensureMarks(t),e?!0:l.clearNodes()}).wrapInList(p,r).command(()=>Nd(a,p)).command(()=>Pd(a,p)).run()},Ld=(e,t={},n={})=>({state:r,commands:i})=>{let{extendEmptyMarkRange:a=!1}=n,o=Il(e,r.schema);return ud(r,o,t)?i.unsetMark(o,{extendEmptyMarkRange:a}):i.setMark(o,t)},Rd=(e,t,n={})=>({state:r,commands:i})=>{let a=H(e,r.schema),o=H(t,r.schema),s=du(r,a,n),c;return r.selection.$anchor.sameParent(r.selection.$head)&&(c=r.selection.$anchor.parent.attrs),s?i.setNode(o,c):i.setNode(a,{...c,...n})},zd=(e,t={})=>({state:n,commands:r})=>{let i=H(e,n.schema);return du(n,i,t)?r.lift(i):r.wrapIn(i,t)},Bd=()=>({state:e,dispatch:t})=>{let n=e.plugins;for(let r=0;r<n.length;r+=1){let i=n[r],a;if(i.spec.isInputRules&&(a=i.getState(e))){if(t){let t=e.tr,n=a.transform;for(let e=n.steps.length-1;e>=0;--e)t.step(n.steps[e].invert(n.docs[e]));if(a.text){let n=t.doc.resolve(a.from).marks();t.replaceWith(a.from,a.to,e.schema.text(a.text,n))}else t.delete(a.from,a.to)}return!0}}return!1},Vd=(e={})=>({tr:t,dispatch:n,editor:r})=>{let{ignoreClearable:i=!1}=e,{selection:a}=t,{empty:o,ranges:s}=a;if(o)return!0;let{nonClearableMarks:c}=r.extensionManager;if(n){let e=Object.values(r.schema.marks).filter(e=>i||!c.includes(e.name));s.forEach(n=>{for(let r of e)t.removeMark(n.$from.pos,n.$to.pos,r)})}return!0},Hd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{extendEmptyMarkRange:a=!1}=t,{selection:o}=n,s=Il(e,r.schema),{$from:c,empty:l,ranges:u}=o;if(!i)return!0;if(l&&a){let{from:e,to:t}=o,r=Fl(c,s,c.marks().find(e=>e.type===s)?.attrs);r&&(e=r.from,t=r.to),n.removeMark(e,t,s)}else u.forEach(e=>{n.removeMark(e.$from.pos,e.$to.pos,s)});return n.removeStoredMark(s),!0},Ud=e=>({tr:t,state:n,dispatch:r})=>{let{selection:i}=n,a,o;return typeof e==`number`?(a=e,o=e):e&&`from`in e&&`to`in e?(a=e.from,o=e.to):(a=i.from,o=i.to),r&&t.doc.nodesBetween(a,o,(e,n)=>{if(e.isText)return;let r={...e.attrs};delete r.dir,t.setNodeMarkup(n,void 0,r)}),!0},Wd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=gu(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=H(e,r.schema)),s===`mark`&&(o=Il(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{let s=e.$from.pos,l=e.$to.pos,u,d,f,p;n.selection.empty?r.doc.nodesBetween(s,l,(e,t)=>{a&&a===e.type&&(c=!0,f=Math.max(t,s),p=Math.min(t+e.nodeSize,l),u=t,d=e)}):r.doc.nodesBetween(s,l,(e,r)=>{r<s&&a&&a===e.type&&(c=!0,f=Math.max(r,s),p=Math.min(r+e.nodeSize,l),u=r,d=e),r>=s&&r<=l&&(a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,{...e.attrs,...t})),o&&e.marks.length&&e.marks.forEach(a=>{if(o===a.type&&(c=!0,i)){let i=Math.max(r,s),c=Math.min(r+e.nodeSize,l);n.addMark(i,c,o.create({...a.attrs,...t}))}}))}),d&&(u!==void 0&&i&&n.setNodeMarkup(u,void 0,{...d.attrs,...t}),o&&d.marks.length&&d.marks.forEach(e=>{o===e.type&&i&&n.addMark(f,p,o.create({...e.attrs,...t}))}))}),c},Gd=(e,t={})=>({state:n,dispatch:r})=>yi(H(e,n.schema),t)(n,r),Kd=(e,t={})=>({state:n,dispatch:r})=>Ei(H(e,n.schema),t)(n,r),qd=class{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){let n=this.callbacks[e];return n&&n.forEach(e=>e.apply(this,t)),this}off(e,t){let n=this.callbacks[e];return n&&(t?this.callbacks[e]=n.filter(e=>e!==t):delete this.callbacks[e]),this}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return this.on(e,n)}removeAllListeners(){this.callbacks={}}},Jd=class{constructor(e){this.find=e.find,this.handler=e.handler,this.undoable=e.undoable??!0}},Yd=(e,t)=>{if(jl(t))return t.exec(e);let n=t(e);if(!n)return null;let r=[n.text];return r.index=n.index,r.input=e,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn(`[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".`),r.push(n.replaceWith)),r};function Xd(e){let{editor:t,from:n,to:r,text:i,rules:a,plugin:o}=e,{view:s}=t;if(s.composing)return!1;let c=s.state.doc.resolve(n);if(c.parent.type.spec.code||(c.nodeBefore||c.nodeAfter)?.marks.find(e=>e.type.spec.code))return!1;let l=!1,u=ld(c)+i;return a.forEach(e=>{if(l)return;let a=Yd(u,e.find);if(!a)return;let c=s.state.tr,d=pl({state:s.state,transaction:c}),f={from:n-(a[0].length-i.length),to:r},{commands:p,chain:m,can:h}=new ml({editor:t,state:d});e.handler({state:d,range:f,match:a,commands:p,chain:m,can:h})===null||!c.steps.length||(e.undoable&&c.setMeta(o,{transform:c,from:n,to:r,text:i}),s.dispatch(c),l=!0)}),l}function Zd(e){let{editor:t,rules:n}=e,r=new B({state:{init(){return null},apply(e,i,a){let o=e.getMeta(r);if(o)return o;let s=e.getMeta(`applyInputRules`);return s&&setTimeout(()=>{let{text:e}=s;e=typeof e==`string`?e:Fu(P.from(e),a.schema);let{from:i}=s;Xd({editor:t,from:i,to:i+e.length,text:e,rules:n,plugin:r})}),e.selectionSet||e.docChanged?null:i}},props:{handleTextInput(e,i,a,o){return Xd({editor:t,from:i,to:a,text:o,rules:n,plugin:r})},handleDOMEvents:{compositionend:e=>(setTimeout(()=>{let{$cursor:i}=e.state.selection;i&&Xd({editor:t,from:i.pos,to:i.pos,text:``,rules:n,plugin:r})}),!1)},handleKeyDown(e,i){if(i.key!==`Enter`)return!1;let{$cursor:a}=e.state.selection;return a?Xd({editor:t,from:a.pos,to:a.pos,text:`
|
|
13
13
|
`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function Qd(e){return Object.prototype.toString.call(e).slice(8,-1)}function $d(e){return Qd(e)===`Object`?e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype:!1}function ef(e,t){let n={...e};return $d(e)&&$d(t)&&Object.keys(t).forEach(r=>{$d(t[r])&&$d(e[r])?n[r]=ef(e[r],t[r]):n[r]=t[r]}),n}var tf=class{constructor(e={}){this.type=`extendable`,this.parent=null,this.child=null,this.name=``,this.config={name:this.name},this.config={...this.config,...e},this.name=this.config.name}get options(){return{...W(U(this,`addOptions`,{name:this.name}))}}get storage(){return{...W(U(this,`addStorage`,{name:this.name,options:this.options}))}}configure(e={}){let t=this.extend({...this.config,addOptions:()=>ef(this.options,e)});return t.name=this.name,t.parent=this.parent,this.child=null,t}extend(e={}){let t=new this.constructor({...this.config,...e});return t.parent=this,this.child=t,t.name=`name`in e?e.name:t.parent.name,t}},nf=class e extends tf{constructor(){super(...arguments),this.type=`mark`}static create(t={}){return new e(typeof t==`function`?t():t)}static handleExit({editor:e,mark:t}){let{tr:n}=e.state,r=e.state.selection.$from;if(r.pos===r.end()){let i=r.marks();if(!i.find(e=>e?.type.name===t.name))return!1;let a=i.find(e=>e?.type.name===t.name);return a&&n.removeStoredMark(a),n.insertText(` `,r.pos),e.view.dispatch(n),!0}return!1}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function rf(e){return typeof e==`number`}var af=class{constructor(e){this.find=e.find,this.handler=e.handler}},of=(e,t,n)=>{if(jl(t))return[...e.matchAll(t)];let r=t(e,n);return r?r.map(t=>{let n=[t.text];return n.index=t.index,n.input=e,n.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn(`[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".`),n.push(t.replaceWith)),n}):[]};function sf(e){let{editor:t,state:n,from:r,to:i,rule:a,pasteEvent:o,dropEvent:s}=e,{commands:c,chain:l,can:u}=new ml({editor:t,state:n}),d=[];return n.doc.nodesBetween(r,i,(e,t)=>{if(e.type?.spec?.code||!(e.isText||e.isTextblock||e.isInline))return;let f=e.content?.size??e.nodeSize??0,p=Math.max(r,t),m=Math.min(i,t+f);p>=m||of(e.isText?e.text||``:e.textBetween(p-t,m-t,void 0,``),a.find,o).forEach(e=>{if(e.index===void 0)return;let t=p+e.index+1,r=t+e[0].length,i={from:n.tr.mapping.map(t),to:n.tr.mapping.map(r)},f=a.handler({state:n,range:i,match:e,commands:c,chain:l,can:u,pasteEvent:o,dropEvent:s});d.push(f)})}),d.every(e=>e!==null)}var cf=null,lf=e=>{var t;let n=new ClipboardEvent(`paste`,{clipboardData:new DataTransfer});return(t=n.clipboardData)==null||t.setData(`text/html`,e),n};function uf(e){let{editor:t,rules:n}=e,r=null,i=!1,a=!1,o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,s;try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}let c=({state:e,from:n,to:r,rule:i,pasteEvt:a})=>{let c=e.tr;if(!(!sf({editor:t,state:pl({state:e,transaction:c}),from:Math.max(n-1,0),to:r.b-1,rule:i,pasteEvent:a,dropEvent:s})||!c.steps.length)){try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}return o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,c}};return n.map(e=>new B({view(e){let n=n=>{r=e.dom.parentElement?.contains(n.target)?e.dom.parentElement:null,r&&(cf=t)},i=()=>{cf&&=null};return window.addEventListener(`dragstart`,n),window.addEventListener(`dragend`,i),{destroy(){window.removeEventListener(`dragstart`,n),window.removeEventListener(`dragend`,i)}}},props:{handleDOMEvents:{drop:(e,t)=>{if(a=r===e.dom.parentElement,s=t,!a){let e=cf;e?.isEditable&&setTimeout(()=>{let t=e.state.selection;t&&e.commands.deleteRange({from:t.from,to:t.to})},10)}return!1},paste:(e,t)=>{let n=t.clipboardData?.getData(`text/html`);return o=t,i=!!n?.includes(`data-pm-slice`),!1}}},appendTransaction:(t,n,r)=>{let s=t[0],l=s.getMeta(`uiEvent`)===`paste`&&!i,u=s.getMeta(`uiEvent`)===`drop`&&!a,d=s.getMeta(`applyPasteRules`),f=!!d;if(!l&&!u&&!f)return;if(f){let{text:t}=d;t=typeof t==`string`?t:Fu(P.from(t),r.schema);let{from:n}=d,i=n+t.length,a=lf(t);return c({rule:e,state:r,from:n,to:{b:i},pasteEvt:a})}let p=n.doc.content.findDiffStart(r.doc.content),m=n.doc.content.findDiffEnd(r.doc.content);if(!(!rf(p)||!m||p===m.b))return c({rule:e,state:r,from:p,to:m,pasteEvt:o})}}))}var df=class{constructor(e,t){this.splittableMarks=[],this.nonClearableMarks=[],this.editor=t,this.baseExtensions=e,this.extensions=Xu(e),this.schema=qu(this.extensions,t),this.setupExtensions()}get commands(){return this.extensions.reduce((e,t)=>{let n=U(t,`addCommands`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:this.editor,type:sd(t.name,this.schema)});return n?{...e,...n()}:e},{})}get plugins(){let{editor:e}=this;return Yu([...this.extensions].reverse()).flatMap(t=>{let n={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:sd(t.name,this.schema)},r=[],i=U(t,`addKeyboardShortcuts`,n),a={};if(t.type===`mark`&&U(t,`exitable`,n)&&(a.ArrowRight=()=>nf.handleExit({editor:e,mark:t})),i){let t=Object.fromEntries(Object.entries(i()).map(([t,n])=>[t,()=>n({editor:e})]));a={...a,...t}}let o=ll(a);r.push(o);let s=U(t,`addInputRules`,n);if(md(t,e.options.enableInputRules)&&s){let t=s();if(t&&t.length){let n=Zd({editor:e,rules:t}),i=Array.isArray(n)?n:[n];r.push(...i)}}let c=U(t,`addPasteRules`,n);if(md(t,e.options.enablePasteRules)&&c){let t=c();if(t&&t.length){let n=uf({editor:e,rules:t});r.push(...n)}}let l=U(t,`addProseMirrorPlugins`,n);if(l){let e=l();r.push(...e)}return r})}get attributes(){return zu(this.extensions)}get nodeViews(){let{editor:e}=this,{nodeExtensions:t}=Ru(this.extensions);return Object.fromEntries(t.filter(e=>!!U(e,`addNodeView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=U(t,`addNodeView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:H(t.name,this.schema)});if(!r)return[];let i=r();return i?[t.name,(r,a,o,s,c)=>i({node:r,view:a,getPos:o,decorations:s,innerDecorations:c,editor:e,extension:t,HTMLAttributes:Hu(r,n)})]:[]}))}dispatchTransaction(e){let{editor:t}=this;return Yu([...this.extensions].reverse()).reduceRight((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:sd(n.name,this.schema)},i=U(n,`dispatchTransaction`,r);return i?t=>{i.call(r,{transaction:t,next:e})}:e},e)}transformPastedHTML(e){let{editor:t}=this;return Yu([...this.extensions]).reduce((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:sd(n.name,this.schema)},i=U(n,`transformPastedHTML`,r);return i?(t,n)=>{let a=e(t,n);return i.call(r,a)}:e},e||(e=>e))}get markViews(){let{editor:e}=this,{markExtensions:t}=Ru(this.extensions);return Object.fromEntries(t.filter(e=>!!U(e,`addMarkView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=U(t,`addMarkView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:Il(t.name,this.schema)});return r?[t.name,(i,a,o)=>{let s=Hu(i,n);return r()({mark:i,view:a,inline:o,editor:e,extension:t,HTMLAttributes:s,updateAttributes:t=>{Wf(i,e,t)}})}]:[]}))}destroy(){this.extensions.forEach(e=>{let t=e;for(;t.parent;){let e=t.parent;e.child===t&&(e.child=null),t=e}}),this.extensions=[],this.baseExtensions=[],this.schema=null,this.editor=null}setupExtensions(){let e=this.extensions;this.editor.extensionStorage=Object.fromEntries(e.map(e=>[e.name,e.storage])),e.forEach(e=>{let t={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:sd(e.name,this.schema)};e.type===`mark`&&((W(U(e,`keepOnSplit`,t))??!0)&&this.splittableMarks.push(e.name),(W(U(e,`clearable`,t))??!0)||this.nonClearableMarks.push(e.name));let n=U(e,`onBeforeCreate`,t),r=U(e,`onCreate`,t),i=U(e,`onUpdate`,t),a=U(e,`onSelectionUpdate`,t),o=U(e,`onTransaction`,t),s=U(e,`onFocus`,t),c=U(e,`onBlur`,t),l=U(e,`onDestroy`,t);n&&this.editor.on(`beforeCreate`,n),r&&this.editor.on(`create`,r),i&&this.editor.on(`update`,i),a&&this.editor.on(`selectionUpdate`,a),o&&this.editor.on(`transaction`,o),s&&this.editor.on(`focus`,s),c&&this.editor.on(`blur`,c),l&&this.editor.on(`destroy`,l)})}};df.resolve=Xu,df.sort=Yu,df.flatten=Pu;var ff={};fl(ff,{ClipboardTextSerializer:()=>pf,Commands:()=>mf,Delete:()=>hf,Drop:()=>gf,Editable:()=>_f,FocusEvents:()=>yf,Keymap:()=>bf,Paste:()=>xf,Tabindex:()=>Sf,TextDirection:()=>Cf,focusEventsPluginKey:()=>vf});var K=class e extends tf{constructor(){super(...arguments),this.type=`extension`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}},pf=K.create({name:`clipboardTextSerializer`,addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new B({key:new V(`clipboardTextSerializer`),props:{clipboardTextSerializer:()=>{let{editor:e}=this,{state:t,schema:n}=e,{doc:r,selection:i}=t,a=$u(n),{blockSeparator:o}=this.options,s={...o===void 0?{}:{blockSeparator:o},textSerializers:a};return[...i.ranges].sort((e,t)=>e.$from.pos-t.$from.pos).map(({$from:e,$to:t})=>Zu(r,{from:e.pos,to:t.pos},s)).join(o??`
|
|
14
14
|
|
|
15
15
|
`)}}})]}}),mf=K.create({name:`commands`,addCommands(){return{...hl}}}),hf=K.create({name:`delete`,onUpdate({transaction:e,appendedTransactions:t}){let n=()=>{var n;if(((n=this.editor.options.coreExtensionOptions?.delete)?.filterTransaction)?.call(n,e)??e.getMeta(`y-sync$`))return;let r=ku(e.before,[e,...t]);id(r).forEach(t=>{r.mapping.mapResult(t.oldRange.from).deletedAfter&&r.mapping.mapResult(t.oldRange.to).deletedBefore&&r.before.nodesBetween(t.oldRange.from,t.oldRange.to,(n,i)=>{let a=i+n.nodeSize-2,o=t.oldRange.from<=i&&a<=t.oldRange.to;this.editor.emit(`delete`,{type:`node`,node:n,from:i,to:a,newFrom:r.mapping.map(i),newTo:r.mapping.map(a),deletedRange:t.oldRange,newRange:t.newRange,partial:!o,editor:this.editor,transaction:e,combinedTransform:r})})});let i=r.mapping;r.steps.forEach((t,n)=>{if(t instanceof Tn){let a=i.slice(n).map(t.from,-1),o=i.slice(n).map(t.to),s=i.invert().map(a,-1),c=i.invert().map(o),l=a>0?r.doc.nodeAt(a-1)?.marks.some(e=>e.eq(t.mark)):!1,u=r.doc.nodeAt(o)?.marks.some(e=>e.eq(t.mark));this.editor.emit(`delete`,{type:`mark`,mark:t.mark,from:t.from,to:t.to,deletedRange:{from:s,to:c},newRange:{from:a,to:o},partial:!!(u||l),editor:this.editor,transaction:e,combinedTransform:r})}})};this.editor.options.coreExtensionOptions?.delete?.async??!0?setTimeout(n,0):n()}}),gf=K.create({name:`drop`,addProseMirrorPlugins(){return[new B({key:new V(`tiptapDrop`),props:{handleDrop:(e,t,n,r)=>{this.editor.emit(`drop`,{editor:this.editor,event:t,slice:n,moved:r})}}})]}}),_f=K.create({name:`editable`,addProseMirrorPlugins(){return[new B({key:new V(`editable`),props:{editable:()=>this.editor.options.editable}})]}}),vf=new V(`focusEvents`),yf=K.create({name:`focusEvents`,addProseMirrorPlugins(){let{editor:e}=this;return[new B({key:vf,props:{handleDOMEvents:{focus:(t,n)=>{e.isFocused=!0;let r=e.state.tr.setMeta(`focus`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1},blur:(t,n)=>{e.isFocused=!1;let r=e.state.tr.setMeta(`blur`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1}}}})]}}),bf=K.create({name:`keymap`,addKeyboardShortcuts(){let e=()=>this.editor.commands.first(({commands:e})=>[()=>e.undoInputRule(),()=>e.command(({tr:t})=>{let{selection:n,doc:r}=t,{empty:i,$anchor:a}=n,{pos:o,parent:s}=a,c=a.parent.isTextblock&&o>0?t.doc.resolve(o-1):a,l=c.parent.type.spec.isolating,u=a.pos-a.parentOffset,d=l&&c.parent.childCount===1?u===a.pos:L.atStart(r).from===o;return!i||!s.type.isTextblock||s.textContent.length||!d||d&&a.parent.type.name===`paragraph`?!1:e.clearNodes()}),()=>e.deleteSelection(),()=>e.joinBackward(),()=>e.selectNodeBackward()]),t=()=>this.editor.commands.first(({commands:e})=>[()=>e.deleteSelection(),()=>e.deleteCurrentNode(),()=>e.joinForward(),()=>e.selectNodeForward()]),n={Enter:()=>this.editor.commands.first(({commands:e})=>[()=>e.newlineInCode(),()=>e.createParagraphNear(),()=>e.liftEmptyBlock(),()=>e.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:e,"Mod-Backspace":e,"Shift-Backspace":e,Delete:t,"Mod-Delete":t,"Mod-a":()=>this.editor.commands.selectAll()},r={...n},i={...n,"Ctrl-h":e,"Alt-Backspace":e,"Ctrl-d":t,"Ctrl-Alt-Backspace":t,"Alt-Delete":t,"Alt-d":t,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return Ul()||cu()?i:r},addProseMirrorPlugins(){return[new B({key:new V(`clearDocument`),appendTransaction:(e,t,n)=>{if(e.some(e=>e.getMeta(`composition`)))return;let r=e.some(e=>e.docChanged)&&!t.doc.eq(n.doc),i=e.some(e=>e.getMeta(`preventClearDocument`));if(!r||i)return;let{empty:a,from:o,to:s}=t.selection,c=L.atStart(t.doc).from,l=L.atEnd(t.doc).to;if(a||!(o===c&&s===l)||!gd(n.doc))return;let u=n.tr,d=pl({state:n,transaction:u}),{commands:f}=new ml({editor:this.editor,state:d});if(f.clearNodes(),u.steps.length)return u}})]}}),xf=K.create({name:`paste`,addProseMirrorPlugins(){return[new B({key:new V(`tiptapPaste`),props:{handlePaste:(e,t,n)=>{this.editor.emit(`paste`,{editor:this.editor,event:t,slice:n})}}})]}}),Sf=K.create({name:`tabindex`,addOptions(){return{value:void 0}},addProseMirrorPlugins(){return[new B({key:new V(`tabindex`),props:{attributes:()=>!this.editor.isEditable&&this.options.value===void 0?{}:{tabindex:this.options.value??`0`}}})]}}),Cf=K.create({name:`textDirection`,addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];let{nodeExtensions:e}=Ru(this.extensions);return[{types:e.filter(e=>e.name!==`text`).map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{let t=e.getAttribute(`dir`);return t&&(t===`ltr`||t===`rtl`||t===`auto`)?t:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new B({key:new V(`textDirection`),props:{attributes:()=>{let e=this.options.direction;return e?{dir:e}:{}}}})]}}),wf=class e{constructor(e,t,n=!1,r=null){this.currentNode=null,this.actualDepth=null,this.isBlock=n,this.resolvedPos=e,this.editor=t,this.currentNode=r}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){return this.actualDepth??this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let t=this.from,n=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can\u2019t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}t=this.from+1,n=this.to-1}this.editor.commands.insertContentAt({from:t,to:n},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+ +!this.node.isText}get parent(){if(this.depth===0)return null;let t=this.resolvedPos.start(this.resolvedPos.depth-1);return new e(this.resolvedPos.doc.resolve(t),this.editor)}get before(){let t=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.from-3)),new e(t,this.editor)}get after(){let t=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.to+3)),new e(t,this.editor)}get children(){let t=[];return this.node.content.forEach((n,r)=>{let i=n.isBlock&&!n.isTextblock,a=n.isAtom&&!n.isText,o=n.isInline,s=this.pos+r+ +!a;if(s<0||s>this.resolvedPos.doc.nodeSize-2)return;let c=this.resolvedPos.doc.resolve(s);if(!i&&!o&&c.depth<=this.depth)return;let l=new e(c,this.editor,i,i||o?n:null);i&&(l.actualDepth=this.depth+1),t.push(l)}),t}get firstChild(){return this.children[0]||null}get lastChild(){let e=this.children;return e[e.length-1]||null}closest(e,t={}){let n=null,r=this.parent;for(;r&&!n;){if(r.node.type.name===e)if(Object.keys(t).length>0){let e=r.node.attrs,n=Object.keys(t);for(let r=0;r<n.length;r+=1){let i=n[r];if(e[i]!==t[i])break}}else n=r;r=r.parent}return n}querySelector(e,t={}){return this.querySelectorAll(e,t,!0)[0]||null}querySelectorAll(e,t={},n=!1){let r=[];if(!this.children||this.children.length===0)return r;let i=Object.keys(t);return this.children.forEach(a=>{n&&r.length>0||(a.node.type.name===e&&i.every(e=>t[e]===a.node.attrs[e])&&r.push(a),!(n&&r.length>0)&&(r=r.concat(a.querySelectorAll(e,t,n))))}),r}setAttribute(e){let{tr:t}=this.editor.state;t.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(t)}},Tf=`.ProseMirror {
|
|
@@ -176,4 +176,4 @@ ${t.innerHTML}
|
|
|
176
176
|
`),e.text(t.textContent,!1),e.ensureNewLine(),e.write("```"),e.closeBlock(t)},parse:{setup(e){e.set({langPrefix:this.options.languageClassPrefix??`language-`})},updateDOM(e){e.innerHTML=e.innerHTML.replace(/\n<\/code><\/pre>/g,`</code></pre>`)}}}}}}),DT=q.create({name:`hardBreak`}).extend({addStorage(){return{markdown:{serialize(e,t,n,r){for(let i=r+1;i<n.childCount;i++)if(n.child(i).type!=t.type){e.write(e.inTable?xT.storage.markdown.serialize.call(this,e,t,n):`\\
|
|
177
177
|
`);return}},parse:{}}}}}),OT=q.create({name:`heading`}).extend({addStorage(){return{markdown:{serialize:$w.nodes.heading,parse:{}}}}}),kT=q.create({name:`horizontalRule`}).extend({addStorage(){return{markdown:{serialize:$w.nodes.horizontal_rule,parse:{}}}}}),AT=q.create({name:`image`}).extend({addStorage(){return{markdown:{serialize:$w.nodes.image,parse:{}}}}}),jT=q.create({name:`listItem`}).extend({addStorage(){return{markdown:{serialize:$w.nodes.list_item,parse:{}}}}}),MT=q.create({name:`orderedList`});function NT(e,t,n){let r=0;for(;n-r>0&&t.child(n-r-1).type.name===e.type.name;r++);return r}var PT=MT.extend({addStorage(){return{markdown:{serialize(e,t,n,r){let i=t.attrs.start||1,a=String(i+t.childCount-1).length,o=e.repeat(` `,a+2),s=NT(t,n,r)%2?`) `:`. `;e.renderList(t,o,t=>{let n=String(i+t);return e.repeat(` `,a-n.length)+n+s})},parse:{}}}}}),FT=q.create({name:`paragraph`}).extend({addStorage(){return{markdown:{serialize:$w.nodes.paragraph,parse:{}}}}});function IT(e){var t;return(e==null||(t=e.content)==null?void 0:t.content)??[]}var LT=q.create({name:`table`}).extend({addStorage(){return{markdown:{serialize(e,t,n){if(!zT(t)){xT.storage.markdown.serialize.call(this,e,t,n);return}e.inTable=!0,t.forEach((t,n,r)=>{if(e.write(`| `),t.forEach((t,n,r)=>{r&&e.write(` | `);let i=t.firstChild;i.textContent.trim()&&e.renderInline(i)}),e.write(` |`),e.ensureNewLine(),!r){let n=Array.from({length:t.childCount}).map(()=>`---`).join(` | `);e.write(`| ${n} |`),e.ensureNewLine()}}),e.closeBlock(t),e.inTable=!1},parse:{}}}}});function RT(e){return e.attrs.colspan>1||e.attrs.rowspan>1}function zT(e){let t=IT(e),n=t[0],r=t.slice(1);return!(IT(n).some(e=>e.type.name!==`tableHeader`||RT(e)||e.childCount>1)||r.some(e=>IT(e).some(e=>e.type.name===`tableHeader`||RT(e)||e.childCount>1)))}var BT=[wT,TT,ET,DT,OT,kT,xT,AT,jT,PT,FT,LT,q.create({name:`taskItem`}).extend({addStorage(){return{markdown:{serialize(e,t){let n=t.attrs.checked?`[x]`:`[ ]`;e.write(`${n} `),e.renderContent(t)},parse:{updateDOM(e){[...e.querySelectorAll(`.task-list-item`)].forEach(e=>{let t=e.querySelector(`input`);e.setAttribute(`data-type`,`taskItem`),t&&(e.setAttribute(`data-checked`,t.checked),t.remove())})}}}}}}),q.create({name:`taskList`}).extend({addStorage(){return{markdown:{serialize:TT.storage.markdown.serialize,parse:{setup(e){e.use(rT.default)},updateDOM(e){[...e.querySelectorAll(`.contains-task-list`)].forEach(e=>{e.setAttribute(`data-type`,`taskList`)})}}}}}}),q.create({name:`text`}).extend({addStorage(){return{markdown:{serialize(e,t){e.text(vT(t.text))},parse:{}}}}}),nf.create({name:`bold`}).extend({addStorage(){return{markdown:{serialize:$w.marks.strong,parse:{}}}}}),nf.create({name:`code`}).extend({addStorage(){return{markdown:{serialize:$w.marks.code,parse:{}}}}}),hT,nf.create({name:`italic`}).extend({addStorage(){return{markdown:{serialize:$w.marks.em,parse:{}}}}}),nf.create({name:`link`}).extend({addStorage(){return{markdown:{serialize:$w.marks.link,parse:{}}}}}),nf.create({name:`strike`}).extend({addStorage(){return{markdown:{serialize:{open:`~~`,close:`~~`,expelEnclosingWhitespace:!0},parse:{}}}}})];function VT(e){let t=e.storage?.markdown,n=BT.find(t=>t.name===e.name)?.storage.markdown;return t||n?{...n,...t}:null}var HT=class{constructor(e){oT(this,`editor`,null),this.editor=e}serialize(e){let t=new mT(this.nodes,this.marks,{hardBreakNodeName:DT.name});return t.renderContent(e),t.out}get nodes(){return{...Object.fromEntries(Object.keys(this.editor.schema.nodes).map(e=>[e,this.serializeNode(xT)])),...Object.fromEntries(this.editor.extensionManager.extensions.filter(e=>e.type===`node`&&this.serializeNode(e)).map(e=>[e.name,this.serializeNode(e)])??[])}}get marks(){return{...Object.fromEntries(Object.keys(this.editor.schema.marks).map(e=>[e,this.serializeMark(hT)])),...Object.fromEntries(this.editor.extensionManager.extensions.filter(e=>e.type===`mark`&&this.serializeMark(e)).map(e=>[e.name,this.serializeMark(e)])??[])}}serializeNode(e){var t;return(t=VT(e))==null||(t=t.serialize)==null?void 0:t.bind({editor:this.editor,options:e.options})}serializeMark(e){let t=VT(e)?.serialize;return t?{...t,open:typeof t.open==`function`?t.open.bind({editor:this.editor,options:e.options}):t.open,close:typeof t.close==`function`?t.close.bind({editor:this.editor,options:e.options}):t.close}:null}},UT=class{constructor(e,t){oT(this,`editor`,null),oT(this,`md`,null);let{html:n,linkify:r,breaks:i}=t;this.editor=e,this.md=this.withPatchedRenderer(Vw({html:n,linkify:r,breaks:i}))}parse(e){let{inline:t}=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(typeof e==`string`){this.editor.extensionManager.extensions.forEach(e=>{var t;return(t=VT(e))==null||(t=t.parse)==null||(t=t.setup)==null?void 0:t.call({editor:this.editor,options:e.options},this.md)});let n=_T(this.md.render(e));return this.editor.extensionManager.extensions.forEach(e=>{var t;return(t=VT(e))==null||(t=t.parse)==null||(t=t.updateDOM)==null?void 0:t.call({editor:this.editor,options:e.options},n)}),this.normalizeDOM(n,{inline:t,content:e}),n.innerHTML}return e}normalizeDOM(e,t){let{inline:n,content:r}=t;return this.normalizeBlocks(e),e.querySelectorAll(`*`).forEach(e=>{e.nextSibling?.nodeType===Node.TEXT_NODE&&!e.closest(`pre`)&&(e.nextSibling.textContent=e.nextSibling.textContent.replace(/^\n/,``))}),n&&this.normalizeInline(e,r),e}normalizeBlocks(e){let t=Object.values(this.editor.schema.nodes).filter(e=>e.isBlock).map(e=>e.spec.parseDOM?.map(e=>e.tag)).flat().filter(Boolean).join(`,`);t&&[...e.querySelectorAll(t)].forEach(e=>{e.parentElement.matches(`p`)&&yT(e)})}normalizeInline(e,t){var n;if((n=e.firstElementChild)!=null&&n.matches(`p`)){let n=e.firstElementChild,{nextElementSibling:r}=n,i=t.match(/^\s+/)?.[0]??``,a=r?``:t.match(/\s+$/)?.[0]??``;if(t.match(/^\n\n/)){n.innerHTML=`${n.innerHTML}${a}`;return}bT(n),e.innerHTML=`${i}${e.innerHTML}${a}`}}withPatchedRenderer(e){let t=e=>function(){let t=e(...arguments);return t===`
|
|
178
178
|
`?t:t[t.length-1]===`
|
|
179
|
-
`?t.slice(0,-1):t};return e.renderer.rules.hardbreak=t(e.renderer.rules.hardbreak),e.renderer.rules.softbreak=t(e.renderer.rules.softbreak),e.renderer.rules.fence=t(e.renderer.rules.fence),e.renderer.rules.code_block=t(e.renderer.rules.code_block),e.renderer.renderToken=t(e.renderer.renderToken.bind(e.renderer)),e}},WT=K.create({name:`markdownClipboard`,addOptions(){return{transformPastedText:!1,transformCopiedText:!1}},addProseMirrorPlugins(){return[new B({key:new V(`markdownClipboard`),props:{clipboardTextParser:(e,t,n)=>{if(n||!this.options.transformPastedText)return null;let r=this.editor.storage.markdown.parser.parse(e,{inline:!0});return Bt.fromSchema(this.editor.schema).parseSlice(_T(r),{preserveWhitespace:!0,context:t})},clipboardTextSerializer:e=>this.options.transformCopiedText?this.editor.storage.markdown.serializer.serialize(e.content):null}})]}}),GT=K.create({name:`markdown`,priority:50,addOptions(){return{html:!0,tightLists:!0,tightListClass:`tight`,bulletListMarker:`-`,linkify:!1,breaks:!1,transformPastedText:!1,transformCopiedText:!1}},addCommands(){let e=ff.Commands.config.addCommands();return{setContent:(t,n)=>r=>e.setContent(r.editor.storage.markdown.parser.parse(t),n)(r),insertContentAt:(t,n,r)=>i=>e.insertContentAt(t,i.editor.storage.markdown.parser.parse(n,{inline:!0}),r)(i)}},onBeforeCreate(){this.editor.storage.markdown={options:{...this.options},parser:new UT(this.editor,this.options),serializer:new HT(this.editor),getMarkdown:()=>this.editor.storage.markdown.serializer.serialize(this.editor.state.doc)},this.editor.options.initialContent=this.editor.options.content,this.editor.options.content=this.editor.storage.markdown.parser.parse(this.editor.options.content)},onCreate(){this.editor.options.content=this.editor.options.initialContent,delete this.editor.options.initialContent},addStorage(){return{}},addExtensions(){return[sT.configure({tight:this.options.tightLists,tightClass:this.options.tightListClass}),WT.configure({transformPastedText:this.options.transformPastedText,transformCopiedText:this.options.transformCopiedText})]}}),KT=[1,1.5,2];function qT(e){if(!Number.isFinite(e)||e<0)return`0:00`;let t=Math.floor(e/60),n=Math.floor(e%60);return`${t}:${String(n).padStart(2,`0`)}`}function JT(e){let t=(0,Be.c)(63),{noteId:n,attachment:r,transcript:i,className:a}=e,{playing:o,loading:s,currentTime:c,duration:l,noteId:u,attachmentId:d}=Ie(),f=Ie(XT),p=Ie(YT),m=u===n&&d===r.id,h=m&&o,g=m&&s,_=m?c:0,v=m&&l>0?l:r.duration??0,y=v>0?Math.min(_/v*100,100):0,[b,x]=(0,j.useState)(0),S=(0,j.useRef)(null),C;t[0]!==r.duration||t[1]!==r.id||t[2]!==n||t[3]!==f?(C=()=>{f(n,r.id,r.duration)},t[0]=r.duration,t[1]=r.id,t[2]=n,t[3]=f,t[4]=C):C=t[4];let w=C,ee;t[5]===p?ee=t[6]:(ee=e=>{p(Number(e.target.value))},t[5]=p,t[6]=ee);let T=ee,te;t[7]===b?te=t[8]:(te=()=>{x((b+1)%KT.length)},t[7]=b,t[8]=te);let ne=te,E;t[9]!==m||t[10]!==b?(E=()=>{if(!m)return;let e=document.querySelector(`audio`);e&&(e.playbackRate=KT[b])},t[9]=m,t[10]=b,t[11]=E):E=t[11];let re;t[12]!==m||t[13]!==h||t[14]!==b?(re=[b,m,h],t[12]=m,t[13]=h,t[14]=b,t[15]=re):re=t[15],(0,j.useEffect)(E,re);let D;t[16]===a?D=t[17]:(D=A(`flex flex-col gap-3 rounded-xl border border-edge bg-surface-panel p-4`,a),t[16]=a,t[17]=D);let O;t[18]===Symbol.for(`react.memo_cache_sentinel`)?(O=(0,M.jsx)(`div`,{className:`flex h-10 w-10 shrink-0 items-center justify-center rounded-full bg-accent/10`,children:(0,M.jsx)(be,{className:`h-5 w-5 text-accent`})}),t[18]=O):O=t[18];let ie=h?`bg-accent text-white`:`bg-accent/10 text-accent hover:bg-accent/20`,ae;t[19]===ie?ae=t[20]:(ae=A(`flex h-8 w-8 shrink-0 items-center justify-center rounded-full transition-colors`,ie),t[19]=ie,t[20]=ae);let k=h?`Pause`:`Play`,oe;t[21]!==g||t[22]!==h?(oe=g?(0,M.jsx)(pe,{className:`h-4 w-4 animate-spin`}):h?(0,M.jsx)(ge,{className:`h-4 w-4`}):(0,M.jsx)(Oe,{className:`h-4 w-4 ml-0.5`}),t[21]=g,t[22]=h,t[23]=oe):oe=t[23];let se;t[24]!==w||t[25]!==k||t[26]!==oe||t[27]!==ae?(se=(0,M.jsx)(`button`,{type:`button`,onClick:w,className:ae,"aria-label":k,children:oe}),t[24]=w,t[25]=k,t[26]=oe,t[27]=ae,t[28]=se):se=t[28];let ce=v||1,le=`linear-gradient(to right, var(--color-accent) ${y}%, var(--color-accent-alpha-10, rgba(59,130,246,0.1)) ${y}%)`,ue;t[29]===le?ue=t[30]:(ue={background:le},t[29]=le,t[30]=ue);let de;t[31]!==T||t[32]!==_||t[33]!==ce||t[34]!==ue?(de=(0,M.jsx)(`input`,{ref:S,type:`range`,min:0,max:ce,step:.1,value:_,onChange:T,className:`voice-progress-range h-1.5 w-full cursor-pointer appearance-none rounded-full bg-accent/10 [&::-webkit-slider-thumb]:h-3 [&::-webkit-slider-thumb]:w-3 [&::-webkit-slider-thumb]:appearance-none [&::-webkit-slider-thumb]:rounded-full [&::-webkit-slider-thumb]:bg-accent`,style:ue}),t[31]=T,t[32]=_,t[33]=ce,t[34]=ue,t[35]=de):de=t[35];let fe;t[36]===_?fe=t[37]:(fe=qT(_),t[36]=_,t[37]=fe);let me;t[38]===fe?me=t[39]:(me=(0,M.jsx)(`span`,{children:fe}),t[38]=fe,t[39]=me);let he;t[40]===v?he=t[41]:(he=qT(v),t[40]=v,t[41]=he);let _e;t[42]===he?_e=t[43]:(_e=(0,M.jsx)(`span`,{children:he}),t[42]=he,t[43]=_e);let ve;t[44]!==me||t[45]!==_e?(ve=(0,M.jsxs)(`div`,{className:`flex items-center justify-between text-[11px] tabular-nums text-fg-muted`,children:[me,_e]}),t[44]=me,t[45]=_e,t[46]=ve):ve=t[46];let ye;t[47]!==de||t[48]!==ve?(ye=(0,M.jsxs)(`div`,{className:`flex min-w-0 flex-1 flex-col gap-0.5`,children:[de,ve]}),t[47]=de,t[48]=ve,t[49]=ye):ye=t[49];let xe=KT[b],Se;t[50]!==ne||t[51]!==xe?(Se=(0,M.jsxs)(`button`,{type:`button`,onClick:ne,className:`shrink-0 rounded-md px-1.5 py-0.5 text-[11px] font-medium text-fg-muted transition-colors hover:bg-surface-hover hover:text-fg`,"aria-label":`Playback speed`,children:[xe,`x`]}),t[50]=ne,t[51]=xe,t[52]=Se):Se=t[52];let Ce;t[53]!==se||t[54]!==ye||t[55]!==Se?(Ce=(0,M.jsxs)(`div`,{className:`flex items-center gap-3`,children:[O,(0,M.jsx)(`div`,{className:`flex min-w-0 flex-1 flex-col gap-1`,children:(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[se,ye,Se]})})]}),t[53]=se,t[54]=ye,t[55]=Se,t[56]=Ce):Ce=t[56];let we;t[57]===i?we=t[58]:(we=i&&(0,M.jsx)(`div`,{className:`rounded-lg bg-surface-base px-3 py-2`,children:(0,M.jsx)(`p`,{className:`text-sm leading-relaxed text-fg-muted`,children:i})}),t[57]=i,t[58]=we);let Te;return t[59]!==Ce||t[60]!==we||t[61]!==D?(Te=(0,M.jsxs)(`div`,{className:D,children:[Ce,we]}),t[59]=Ce,t[60]=we,t[61]=D,t[62]=Te):Te=t[62],Te}function YT(e){return e.seek}function XT(e){return e.toggle}function ZT(e){let t=(0,Be.c)(11),{node:n}=e,{href:r,label:i}=n.attrs,a;t[0]===r?a=t[1]:(a=O(r),t[0]=r,t[1]=a);let o=a;if(!o){let e;return t[2]===Symbol.for(`react.memo_cache_sentinel`)?(e=(0,M.jsx)(lm,{as:`span`,className:`inline text-fg-muted italic text-sm`,children:`[audio unavailable]`}),t[2]=e):e=t[2],e}let s;t[3]===i?s=t[4]:(s=i?.match(/(\d+):(\d+)/),t[3]=i,t[4]=s);let c=s,l=c?Number(c[1])*60+Number(c[2]):void 0,u;t[5]!==l||t[6]!==o.attachmentId?(u={id:o.attachmentId,type:`audio`,mimeType:`audio/webm`,fileName:``,size:0,relativePath:``,duration:l},t[5]=l,t[6]=o.attachmentId,t[7]=u):u=t[7];let d=u,f;return t[8]!==d||t[9]!==o.noteId?(f=(0,M.jsx)(lm,{className:`my-3`,children:(0,M.jsx)(JT,{noteId:o.noteId,attachment:d,className:`max-w-md`})}),t[8]=d,t[9]=o.noteId,t[10]=f):f=t[10],f}var QT=/^\[([^\]]*)\]\((xopc-attachment:\/\/notes\/[^)]+)\)$/,$T=q.create({name:`audioAttachment`,group:`block`,atom:!0,draggable:!1,selectable:!0,addAttributes(){return{href:{default:null},label:{default:null}}},parseHTML(){return[{tag:`a[data-audio-attachment]`,getAttrs:e=>typeof e==`string`?!1:{href:e.getAttribute(`href`),label:e.textContent}}]},renderHTML({HTMLAttributes:e}){return[`a`,G(e,{"data-audio-attachment":``}),e.label||`Audio`]},addNodeView(){return _m(ZT)},addProseMirrorPlugins(){let e=this.type;return[new B({key:new V(`audioAttachmentTransform`),appendTransaction(t,n,r){let{tr:i}=r,a=!1;return r.doc.descendants((t,n)=>{if(t.type.name!==`paragraph`||t.childCount!==1)return;let r=t.firstChild;if(!r||r.type.name!==`text`)return;let o=r.text??``,s=o.match(QT);if(s){let r=s[1],o=s[2];if(o.includes(`xopc-attachment://notes/`)){let s=e.create({href:o,label:r});i.replaceWith(n,n+t.nodeSize,s),a=!0;return}}let c=r.marks.find(e=>e.type.name===`link`&&typeof e.attrs.href==`string`&&e.attrs.href.includes(`xopc-attachment://notes/`));if(c){let r=e.create({href:c.attrs.href,label:o});i.replaceWith(n,n+t.nodeSize,r),a=!0}}),a?i:null}})]}}),eE=K.create({name:`extraKeyboardShortcuts`,addKeyboardShortcuts(){return{"Mod-Shift-1":()=>this.editor.chain().focus().toggleHeading({level:1}).run(),"Mod-Shift-2":()=>this.editor.chain().focus().toggleHeading({level:2}).run(),"Mod-Shift-3":()=>this.editor.chain().focus().toggleHeading({level:3}).run(),"Mod-Shift-8":()=>this.editor.chain().focus().toggleBulletList().run(),"Mod-Shift-9":()=>this.editor.chain().focus().toggleOrderedList().run(),"Mod-Shift-0":()=>this.editor.chain().focus().toggleTaskList().run()}}});function tE(e){let t=(0,Be.c)(9),{onClick:n,isActive:r,disabled:i,title:a,children:o}=e,s=r&&`bg-surface-hover text-accent`,c=i&&`pointer-events-none opacity-40`,l;t[0]!==s||t[1]!==c?(l=A(`rounded-md p-1.5 text-fg-muted transition-colors hover:bg-surface-hover hover:text-fg`,s,c),t[0]=s,t[1]=c,t[2]=l):l=t[2];let u;return t[3]!==o||t[4]!==i||t[5]!==n||t[6]!==l||t[7]!==a?(u=(0,M.jsx)(`button`,{type:`button`,onClick:n,disabled:i,title:a,className:l,children:o}),t[3]=o,t[4]=i,t[5]=n,t[6]=l,t[7]=a,t[8]=u):u=t[8],u}function nE(){let e=(0,Be.c)(1),t;return e[0]===Symbol.for(`react.memo_cache_sentinel`)?(t=(0,M.jsx)(`div`,{className:`mx-1 h-5 w-px bg-edge`}),e[0]=t):t=e[0],t}function rE(e){let t=(0,Be.c)(132),{editor:n,onImageUpload:r,imageUploading:i}=e,a=i===void 0?!1:i,o=(0,j.useRef)(null),s;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(s=()=>{o.current?.click()},t[0]=s):s=t[0];let c=s,l;t[1]!==a||t[2]!==r?(l=e=>{let t=e.target.files?.[0];t&&r&&!a&&r(t),o.current&&(o.current.value=``)},t[1]=a,t[2]=r,t[3]=l):l=t[3];let u=l,d;t[4]===n?d=t[5]:(d=()=>{let e=n.getAttributes(`link`).href??``,t=window.prompt(`URL`,e);if(t!==null){if(t===``){n.chain().focus().extendMarkRange(`link`).unsetLink().run();return}n.chain().focus().extendMarkRange(`link`).setLink({href:t}).run()}},t[4]=n,t[5]=d);let f=d,p,m;t[6]===n?(p=t[7],m=t[8]):(p=()=>n.chain().focus().undo().run(),m=n.can().undo(),t[6]=n,t[7]=p,t[8]=m);let g=!m,v;t[9]===Symbol.for(`react.memo_cache_sentinel`)?(v=(0,M.jsx)(Me,{size:16}),t[9]=v):v=t[9];let b;t[10]!==p||t[11]!==g?(b=(0,M.jsx)(tE,{onClick:p,disabled:g,title:`Undo`,children:v}),t[10]=p,t[11]=g,t[12]=b):b=t[12];let S,C;t[13]===n?(S=t[14],C=t[15]):(S=()=>n.chain().focus().redo().run(),C=n.can().redo(),t[13]=n,t[14]=S,t[15]=C);let w=!C,ee;t[16]===Symbol.for(`react.memo_cache_sentinel`)?(ee=(0,M.jsx)(de,{size:16}),t[16]=ee):ee=t[16];let T;t[17]!==S||t[18]!==w?(T=(0,M.jsx)(tE,{onClick:S,disabled:w,title:`Redo`,children:ee}),t[17]=S,t[18]=w,t[19]=T):T=t[19];let E;t[20]===Symbol.for(`react.memo_cache_sentinel`)?(E=(0,M.jsx)(nE,{}),t[20]=E):E=t[20];let D,O;t[21]===n?(D=t[22],O=t[23]):(D=()=>n.chain().focus().toggleHeading({level:1}).run(),O=n.isActive(`heading`,{level:1}),t[21]=n,t[22]=D,t[23]=O);let k;t[24]===Symbol.for(`react.memo_cache_sentinel`)?(k=(0,M.jsx)(ce,{size:16}),t[24]=k):k=t[24];let se;t[25]!==D||t[26]!==O?(se=(0,M.jsx)(tE,{onClick:D,isActive:O,title:`Heading 1`,children:k}),t[25]=D,t[26]=O,t[27]=se):se=t[27];let le,ue;t[28]===n?(le=t[29],ue=t[30]):(le=()=>n.chain().focus().toggleHeading({level:2}).run(),ue=n.isActive(`heading`,{level:2}),t[28]=n,t[29]=le,t[30]=ue);let fe;t[31]===Symbol.for(`react.memo_cache_sentinel`)?(fe=(0,M.jsx)(oe,{size:16}),t[31]=fe):fe=t[31];let pe;t[32]!==le||t[33]!==ue?(pe=(0,M.jsx)(tE,{onClick:le,isActive:ue,title:`Heading 2`,children:fe}),t[32]=le,t[33]=ue,t[34]=pe):pe=t[34];let me,he;t[35]===n?(me=t[36],he=t[37]):(me=()=>n.chain().focus().toggleHeading({level:3}).run(),he=n.isActive(`heading`,{level:3}),t[35]=n,t[36]=me,t[37]=he);let ge;t[38]===Symbol.for(`react.memo_cache_sentinel`)?(ge=(0,M.jsx)(x,{size:16}),t[38]=ge):ge=t[38];let _e;t[39]!==me||t[40]!==he?(_e=(0,M.jsx)(tE,{onClick:me,isActive:he,title:`Heading 3`,children:ge}),t[39]=me,t[40]=he,t[41]=_e):_e=t[41];let ve;t[42]===Symbol.for(`react.memo_cache_sentinel`)?(ve=(0,M.jsx)(nE,{}),t[42]=ve):ve=t[42];let ye,be;t[43]===n?(ye=t[44],be=t[45]):(ye=()=>n.chain().focus().toggleBold().run(),be=n.isActive(`bold`),t[43]=n,t[44]=ye,t[45]=be);let xe;t[46]===Symbol.for(`react.memo_cache_sentinel`)?(xe=(0,M.jsx)(h,{size:16}),t[46]=xe):xe=t[46];let Se;t[47]!==ye||t[48]!==be?(Se=(0,M.jsx)(tE,{onClick:ye,isActive:be,title:`Bold (⌘B)`,children:xe}),t[47]=ye,t[48]=be,t[49]=Se):Se=t[49];let Ce,Te;t[50]===n?(Ce=t[51],Te=t[52]):(Ce=()=>n.chain().focus().toggleItalic().run(),Te=n.isActive(`italic`),t[50]=n,t[51]=Ce,t[52]=Te);let Ee;t[53]===Symbol.for(`react.memo_cache_sentinel`)?(Ee=(0,M.jsx)(y,{size:16}),t[53]=Ee):Ee=t[53];let De;t[54]!==Ce||t[55]!==Te?(De=(0,M.jsx)(tE,{onClick:Ce,isActive:Te,title:`Italic (⌘I)`,children:Ee}),t[54]=Ce,t[55]=Te,t[56]=De):De=t[56];let Oe,ke;t[57]===n?(Oe=t[58],ke=t[59]):(Oe=()=>n.chain().focus().toggleStrike().run(),ke=n.isActive(`strike`),t[57]=n,t[58]=Oe,t[59]=ke);let A;t[60]===Symbol.for(`react.memo_cache_sentinel`)?(A=(0,M.jsx)(ae,{size:16}),t[60]=A):A=t[60];let je;t[61]!==Oe||t[62]!==ke?(je=(0,M.jsx)(tE,{onClick:Oe,isActive:ke,title:`Strikethrough`,children:A}),t[61]=Oe,t[62]=ke,t[63]=je):je=t[63];let Ne,Fe;t[64]===n?(Ne=t[65],Fe=t[66]):(Ne=()=>n.chain().focus().toggleCode().run(),Fe=n.isActive(`code`),t[64]=n,t[65]=Ne,t[66]=Fe);let Ie;t[67]===Symbol.for(`react.memo_cache_sentinel`)?(Ie=(0,M.jsx)(Ae,{size:16}),t[67]=Ie):Ie=t[67];let Le;t[68]!==Ne||t[69]!==Fe?(Le=(0,M.jsx)(tE,{onClick:Ne,isActive:Fe,title:`Inline code`,children:Ie}),t[68]=Ne,t[69]=Fe,t[70]=Le):Le=t[70];let Re;t[71]===n?Re=t[72]:(Re=n.isActive(`link`),t[71]=n,t[72]=Re);let ze;t[73]===Symbol.for(`react.memo_cache_sentinel`)?(ze=(0,M.jsx)(ie,{size:16}),t[73]=ze):ze=t[73];let N;t[74]!==f||t[75]!==Re?(N=(0,M.jsx)(tE,{onClick:f,isActive:Re,title:`Link`,children:ze}),t[74]=f,t[75]=Re,t[76]=N):N=t[76];let Ve;t[77]===Symbol.for(`react.memo_cache_sentinel`)?(Ve=(0,M.jsx)(nE,{}),t[77]=Ve):Ve=t[77];let He,P;t[78]===n?(He=t[79],P=t[80]):(He=()=>n.chain().focus().toggleBulletList().run(),P=n.isActive(`bulletList`),t[78]=n,t[79]=He,t[80]=P);let Ue;t[81]===Symbol.for(`react.memo_cache_sentinel`)?(Ue=(0,M.jsx)(Pe,{size:16}),t[81]=Ue):Ue=t[81];let We;t[82]!==He||t[83]!==P?(We=(0,M.jsx)(tE,{onClick:He,isActive:P,title:`Bullet list`,children:Ue}),t[82]=He,t[83]=P,t[84]=We):We=t[84];let Ge,F;t[85]===n?(Ge=t[86],F=t[87]):(Ge=()=>n.chain().focus().toggleOrderedList().run(),F=n.isActive(`orderedList`),t[85]=n,t[86]=Ge,t[87]=F);let Ke;t[88]===Symbol.for(`react.memo_cache_sentinel`)?(Ke=(0,M.jsx)(_,{size:16}),t[88]=Ke):Ke=t[88];let I;t[89]!==Ge||t[90]!==F?(I=(0,M.jsx)(tE,{onClick:Ge,isActive:F,title:`Ordered list`,children:Ke}),t[89]=Ge,t[90]=F,t[91]=I):I=t[91];let qe,Je;t[92]===n?(qe=t[93],Je=t[94]):(qe=()=>n.chain().focus().toggleTaskList().run(),Je=n.isActive(`taskList`),t[92]=n,t[93]=qe,t[94]=Je);let Ye;t[95]===Symbol.for(`react.memo_cache_sentinel`)?(Ye=(0,M.jsx)(re,{size:16}),t[95]=Ye):Ye=t[95];let Xe;t[96]!==qe||t[97]!==Je?(Xe=(0,M.jsx)(tE,{onClick:qe,isActive:Je,title:`Task list`,children:Ye}),t[96]=qe,t[97]=Je,t[98]=Xe):Xe=t[98];let Ze,Qe;t[99]===n?(Ze=t[100],Qe=t[101]):(Ze=()=>n.chain().focus().toggleBlockquote().run(),Qe=n.isActive(`blockquote`),t[99]=n,t[100]=Ze,t[101]=Qe);let $e;t[102]===Symbol.for(`react.memo_cache_sentinel`)?($e=(0,M.jsx)(te,{size:16}),t[102]=$e):$e=t[102];let et;t[103]!==Ze||t[104]!==Qe?(et=(0,M.jsx)(tE,{onClick:Ze,isActive:Qe,title:`Quote`,children:$e}),t[103]=Ze,t[104]=Qe,t[105]=et):et=t[105];let tt;t[106]===n?tt=t[107]:(tt=()=>n.chain().focus().setHorizontalRule().run(),t[106]=n,t[107]=tt);let nt;t[108]===Symbol.for(`react.memo_cache_sentinel`)?(nt=(0,M.jsx)(we,{size:16}),t[108]=nt):nt=t[108];let rt;t[109]===tt?rt=t[110]:(rt=(0,M.jsx)(tE,{onClick:tt,title:`Divider`,children:nt}),t[109]=tt,t[110]=rt);let it;t[111]!==u||t[112]!==a||t[113]!==r?(it=r&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(nE,{}),(0,M.jsx)(tE,{onClick:c,disabled:a,title:a?`Uploading…`:`Insert image`,children:(0,M.jsx)(ne,{size:16,className:a?`animate-pulse`:void 0})}),(0,M.jsx)(`input`,{ref:o,type:`file`,accept:`image/*`,onChange:u,className:`hidden`})]}),t[111]=u,t[112]=a,t[113]=r,t[114]=it):it=t[114];let at;return t[115]!==T||t[116]!==se||t[117]!==pe||t[118]!==_e||t[119]!==Se||t[120]!==De||t[121]!==je||t[122]!==Le||t[123]!==N||t[124]!==We||t[125]!==I||t[126]!==Xe||t[127]!==et||t[128]!==rt||t[129]!==it||t[130]!==b?(at=(0,M.jsxs)(`div`,{className:`flex flex-wrap items-center gap-0.5 border-b border-edge px-3 py-1.5`,children:[b,T,E,se,pe,_e,ve,Se,De,je,Le,N,Ve,We,I,Xe,et,rt,it]}),t[115]=T,t[116]=se,t[117]=pe,t[118]=_e,t[119]=Se,t[120]=De,t[121]=je,t[122]=Le,t[123]=N,t[124]=We,t[125]=I,t[126]=Xe,t[127]=et,t[128]=rt,t[129]=it,t[130]=b,t[131]=at):at=t[131],at}var iE=/(?:^|\s)(!\[(.+|:?)]\((\S+)(?:(?:\s+)["'](\S+)["'])?\))$/,aE=q.create({name:`image`,addOptions(){return{inline:!1,allowBase64:!1,HTMLAttributes:{},resize:!1}},inline(){return this.options.inline},group(){return this.options.inline?`inline`:`block`},draggable:!0,addAttributes(){return{src:{default:null},alt:{default:null},title:{default:null},width:{default:null},height:{default:null}}},parseHTML(){return[{tag:this.options.allowBase64?`img[src]`:`img[src]:not([src^="data:"])`}]},renderHTML({HTMLAttributes:e}){return[`img`,G(this.options.HTMLAttributes,e)]},parseMarkdown:(e,t)=>t.createNode(`image`,{src:e.href,title:e.title,alt:e.text}),renderMarkdown:e=>{let t=e.attrs?.src??``,n=e.attrs?.alt??``,r=e.attrs?.title??``;return r?``:``},addNodeView(){if(!this.options.resize||!this.options.resize.enabled||typeof document>`u`)return null;let{directions:e,minWidth:t,minHeight:n,alwaysPreserveAspectRatio:r}=this.options.resize;return({node:i,getPos:a,HTMLAttributes:o,editor:s})=>{let c=document.createElement(`img`);c.draggable=!1;let l=G(this.options.HTMLAttributes,o);Object.entries(l).forEach(([e,t])=>{if(t!=null)switch(e){case`width`:case`height`:break;default:c.setAttribute(e,t);break}}),l.src!==null&&(c.src=l.src);let u=new Nf({element:c,editor:s,node:i,getPos:a,onResize:(e,t)=>{c.style.width=`${e}px`,c.style.height=`${t}px`},onCommit:(e,t)=>{let n=a();n!==void 0&&this.editor.chain().setNodeSelection(n).updateAttributes(this.name,{width:e,height:t}).run()},onUpdate:(e,t,n)=>e.type===i.type,options:{directions:e,min:{width:t,height:n},preserveAspectRatio:r===!0}}),d=u.dom;return d.style.visibility=`hidden`,d.style.pointerEvents=`none`,c.onload=()=>{d.style.visibility=``,d.style.pointerEvents=``},u}},addCommands(){return{setImage:e=>({commands:t})=>t.insertContent({type:this.name,attrs:e})}},addInputRules(){return[kf({find:iE,type:this.type,getAttributes:e=>{let[,,t,n,r]=e;return{src:n,alt:t,title:r}}})]}}),oE=(0,j.createContext)(null);function sE(){let e=(0,Be.c)(1),t=(0,j.useContext)(oE);if(!t){let t;return e[0]===Symbol.for(`react.memo_cache_sentinel`)?(t={openImage:cE},e[0]=t):t=e[0],t}return t}function cE(){}function lE(e){let t=(0,Be.c)(22),{children:n,closeLabel:r}=e,i=r===void 0?`Close`:r,[a,o]=(0,j.useState)(null),s;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(s=(e,t)=>{o({src:e,alt:t})},t[0]=s):s=t[0];let c=s,l;t[1]===Symbol.for(`react.memo_cache_sentinel`)?(l={openImage:c},t[1]=l):l=t[1];let u=l,d=a!==null,f;t[2]===Symbol.for(`react.memo_cache_sentinel`)?(f=e=>{e||o(null)},t[2]=f):f=t[2];let p;t[3]===Symbol.for(`react.memo_cache_sentinel`)?(p=(0,M.jsx)(D,{className:`fixed inset-0 z-[70] bg-scrim/90 backdrop-blur-sm`}),t[3]=p):p=t[3];let m;t[4]===Symbol.for(`react.memo_cache_sentinel`)?(m=A(`fixed inset-0 z-[71] flex items-center justify-center p-4 outline-none`,`data-[state=open]:animate-in data-[state=closed]:animate-out`),t[4]=m):m=t[4];let h=a?.alt||`Image preview`,g;t[5]===h?g=t[6]:(g=(0,M.jsx)(k,{className:`sr-only`,children:h}),t[5]=h,t[6]=g);let _;t[7]===Symbol.for(`react.memo_cache_sentinel`)?(_=(0,M.jsx)(Ce,{className:`h-5 w-5`,"aria-hidden":!0}),t[7]=_):_=t[7];let y;t[8]===i?y=t[9]:(y=(0,M.jsx)(Fe,{asChild:!0,children:(0,M.jsx)(`button`,{type:`button`,"aria-label":i,className:`absolute right-4 top-4 z-10 rounded-lg bg-surface-panel/80 p-2 text-fg-muted backdrop-blur transition-colors hover:bg-surface-hover hover:text-fg`,children:_})}),t[8]=i,t[9]=y);let b;t[10]===a?b=t[11]:(b=a?(0,M.jsx)(`img`,{src:a.src,alt:a.alt??``,className:`max-h-[min(90vh,900px)] max-w-[min(95vw,1200px)] rounded-lg object-contain shadow-lg`}):null,t[10]=a,t[11]=b);let x;t[12]!==y||t[13]!==b||t[14]!==g?(x=(0,M.jsxs)(v,{children:[p,(0,M.jsxs)(me,{className:m,"aria-describedby":void 0,children:[g,y,b]})]}),t[12]=y,t[13]=b,t[14]=g,t[15]=x):x=t[15];let S;t[16]!==x||t[17]!==d?(S=(0,M.jsx)(Ne,{open:d,onOpenChange:f,children:x}),t[16]=x,t[17]=d,t[18]=S):S=t[18];let C;return t[19]!==n||t[20]!==S?(C=(0,M.jsxs)(oE.Provider,{value:u,children:[n,S]}),t[19]=n,t[20]=S,t[21]=C):C=t[21],C}function uE(e){let t=(0,Be.c)(28),{node:n,updateAttributes:r,selected:i}=e,{src:a,alt:o,title:s}=n.attrs,{openImage:c}=sE(),[l,u]=(0,j.useState)(!1),d=(0,j.useRef)(null),[f,p]=(0,j.useState)(!1),m=(0,j.useRef)(0),h=(0,j.useRef)(0),g;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(g=e=>{e.preventDefault(),e.stopPropagation(),p(!0),m.current=e.clientX,h.current=d.current?.offsetWidth??400},t[0]=g):g=t[0];let _=g,v,y;t[1]!==f||t[2]!==r?(v=()=>{if(!f)return;let e=e=>{let t=e.clientX-m.current;r({width:Math.max(100,h.current+t)})},t=()=>{p(!1)};return document.addEventListener(`mousemove`,e),document.addEventListener(`mouseup`,t),()=>{document.removeEventListener(`mousemove`,e),document.removeEventListener(`mouseup`,t)}},y=[f,r],t[1]=f,t[2]=r,t[3]=v,t[4]=y):(v=t[3],y=t[4]),(0,j.useEffect)(v,y);let b;t[5]===Symbol.for(`react.memo_cache_sentinel`)?(b=()=>{u(!1)},t[5]=b):b=t[5];let x;t[6]===a?x=t[7]:(x=[a],t[6]=a,t[7]=x),(0,j.useEffect)(b,x);let S=n.attrs.width,C=i&&`ring-2 ring-accent ring-offset-2 ring-offset-surface-base rounded-lg`,w;t[8]===C?w=t[9]:(w=A(`relative inline-block`,C),t[8]=C,t[9]=w);let ee=S?`${S}px`:void 0,T;t[10]===ee?T=t[11]:(T={width:ee,maxWidth:`100%`},t[10]=ee,t[11]=T);let te;t[12]!==o||t[13]!==l||t[14]!==c||t[15]!==a||t[16]!==s?(te=l?(0,M.jsx)(`div`,{className:`flex min-h-24 min-w-[12rem] items-center justify-center rounded-lg border border-dashed border-edge bg-surface-hover text-fg-muted`,children:(0,M.jsx)(`span`,{className:`text-xs`,children:`Image unavailable`})}):(0,M.jsx)(fe,{src:a,alt:o??``,title:s??void 0,className:`block h-auto w-full cursor-zoom-in rounded-lg`,draggable:!1,onClick:e=>c(e,o??void 0),onLoadFailed:()=>u(!0)}),t[12]=o,t[13]=l,t[14]=c,t[15]=a,t[16]=s,t[17]=te):te=t[17];let ne=(i||f)&&`opacity-100`,E;t[18]===ne?E=t[19]:(E=A(`absolute bottom-1 right-1 h-4 w-4 cursor-se-resize rounded-sm opacity-0 transition-opacity`,`bg-accent/70 hover:bg-accent`,ne),t[18]=ne,t[19]=E);let re;t[20]===Symbol.for(`react.memo_cache_sentinel`)?(re=(0,M.jsx)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 12 12`,className:`m-0.5 text-white`,fill:`none`,stroke:`currentColor`,strokeWidth:`1.5`,children:(0,M.jsx)(`path`,{d:`M10 2L2 10M10 6L6 10M10 10L10 10`,strokeLinecap:`round`})}),t[20]=re):re=t[20];let D;t[21]===E?D=t[22]:(D=(0,M.jsx)(`div`,{onMouseDown:_,className:E,title:`Drag to resize`,children:re}),t[21]=E,t[22]=D);let O;return t[23]!==te||t[24]!==D||t[25]!==w||t[26]!==T?(O=(0,M.jsx)(lm,{className:`block-editor-image-wrapper`,children:(0,M.jsxs)(`div`,{ref:d,className:w,style:T,children:[te,D]})}),t[23]=te,t[24]=D,t[25]=w,t[26]=T,t[27]=O):O=t[27],O}var dE=aE.extend({addAttributes(){return{...this.parent?.(),width:{default:null,parseHTML:e=>{let t=e.getAttribute(`width`)||e.style.width;return t?parseInt(t,10):null},renderHTML:e=>e.width?{width:e.width,style:`width: ${e.width}px`}:{}}}},addNodeView(){return _m(uE)}}),fE=18,pE=[{id:`heading1`,label:`Heading 1`,description:`Large section heading`,icon:(0,M.jsx)(ce,{size:fE}),action:e=>e.chain().focus().toggleHeading({level:1}).run()},{id:`heading2`,label:`Heading 2`,description:`Medium section heading`,icon:(0,M.jsx)(oe,{size:fE}),action:e=>e.chain().focus().toggleHeading({level:2}).run()},{id:`heading3`,label:`Heading 3`,description:`Small section heading`,icon:(0,M.jsx)(x,{size:fE}),action:e=>e.chain().focus().toggleHeading({level:3}).run()},{id:`bulletList`,label:`Bullet List`,description:`Unordered list`,icon:(0,M.jsx)(Pe,{size:fE}),action:e=>e.chain().focus().toggleBulletList().run()},{id:`orderedList`,label:`Numbered List`,description:`Ordered list`,icon:(0,M.jsx)(_,{size:fE}),action:e=>e.chain().focus().toggleOrderedList().run()},{id:`taskList`,label:`Task List`,description:`List with checkboxes`,icon:(0,M.jsx)(re,{size:fE}),action:e=>e.chain().focus().toggleTaskList().run()},{id:`blockquote`,label:`Quote`,description:`Block quotation`,icon:(0,M.jsx)(te,{size:fE}),action:e=>e.chain().focus().toggleBlockquote().run()},{id:`codeBlock`,label:`Code Block`,description:`Fenced code snippet`,icon:(0,M.jsx)(_e,{size:fE}),action:e=>e.chain().focus().toggleCodeBlock().run()},{id:`divider`,label:`Divider`,description:`Horizontal rule`,icon:(0,M.jsx)(we,{size:fE}),action:e=>e.chain().focus().setHorizontalRule().run()},{id:`image`,label:`Image`,description:`Upload an image`,icon:(0,M.jsx)(ne,{size:fE}),action:()=>{}}];function mE(e){let t=(0,Be.c)(42),{editor:n,onImageUpload:r}=e,[i,a]=(0,j.useState)(!1),[o,s]=(0,j.useState)(``),[c,l]=(0,j.useState)(0),[u,d]=(0,j.useState)(null),f=(0,j.useRef)(null),p=(0,j.useRef)(null),m=(0,j.useRef)(null),h;t[0]===o?h=t[1]:(h=pE.filter(e=>e.label.toLowerCase().includes(o.toLowerCase())||e.description.toLowerCase().includes(o.toLowerCase())),t[0]=o,t[1]=h);let g=h,_,v;t[2]===c?(_=t[3],v=t[4]):(_=()=>{let e=f.current?.querySelector(`.overflow-y-auto`);e&&e.querySelectorAll(`button`)[c]?.scrollIntoView({block:`nearest`})},v=[c],t[2]=c,t[3]=_,t[4]=v),(0,j.useEffect)(_,v);let y;t[5]===Symbol.for(`react.memo_cache_sentinel`)?(y=()=>{a(!1),s(``),l(0),p.current=null},t[5]=y):y=t[5];let b=y,x;t[6]===r?x=t[7]:(x=e=>{let t=e.target.files?.[0];t&&r&&r(t),m.current&&(m.current.value=``)},t[6]=r,t[7]=x);let S=x,C;t[8]!==n||t[9]!==r?(C=e=>{if(p.current!==null){let e=n.state.selection.from;n.chain().focus().deleteRange({from:p.current,to:e}).run()}if(e.id===`image`&&r){b(),m.current?.click();return}e.action(n),b()},t[8]=n,t[9]=r,t[10]=C):C=t[10];let w=C,ee,T;t[11]!==n||t[12]!==w||t[13]!==g||t[14]!==i||t[15]!==c?(ee=()=>{if(!n)return;let e=e=>{if(i)if(e.key===`ArrowDown`)e.preventDefault(),l(e=>(e+1)%g.length);else if(e.key===`ArrowUp`)e.preventDefault(),l(e=>(e-1+g.length)%g.length);else if(e.key===`Enter`){e.preventDefault();let t=g[c];t&&w(t)}else e.key===`Escape`&&(e.preventDefault(),b())},t=n.view.dom;return t.addEventListener(`keydown`,e,!0),()=>t.removeEventListener(`keydown`,e,!0)},T=[n,i,g,c,w,b],t[11]=n,t[12]=w,t[13]=g,t[14]=i,t[15]=c,t[16]=ee,t[17]=T):(ee=t[16],T=t[17]),(0,j.useEffect)(ee,T);let te,ne;if(t[18]!==n||t[19]!==i?(ne=()=>{if(!n)return;let e=()=>{let{state:e}=n,{from:t}=e.selection,r=e.doc.resolve(t).start(),o=e.doc.textBetween(r,t),c=o.match(/\/([^\s]*)$/);if(c&&(c.index===0||o[c.index-1]===` `)){p.current=r+c.index,s(c[1]),l(0);let e=n.view.coordsAtPos(t),i=n.view.dom.getBoundingClientRect();d({top:e.bottom-i.top+4,left:e.left-i.left}),a(!0)}else i&&b()};return n.on(`update`,e),n.on(`selectionUpdate`,e),()=>{n.off(`update`,e),n.off(`selectionUpdate`,e)}},te=[n,i,b],t[18]=n,t[19]=i,t[20]=te,t[21]=ne):(te=t[20],ne=t[21]),(0,j.useEffect)(ne,te),!i||!u||g.length===0)return null;let E;t[22]!==u.left||t[23]!==u.top?(E={top:u.top,left:u.left},t[22]=u.left,t[23]=u.top,t[24]=E):E=t[24];let re;if(t[25]!==w||t[26]!==g||t[27]!==c){let e;t[29]!==w||t[30]!==c?(e=(e,t)=>(0,M.jsxs)(`button`,{type:`button`,onClick:()=>w(e),className:A(`flex w-full items-center gap-3 rounded-md px-2.5 py-2 text-left transition-colors`,t===c?`bg-surface-hover text-fg`:`text-fg-muted hover:bg-surface-hover hover:text-fg`),children:[(0,M.jsx)(`span`,{className:`flex h-8 w-8 items-center justify-center rounded-md border border-edge bg-surface-raised`,children:e.icon}),(0,M.jsxs)(`span`,{className:`min-w-0 flex-1`,children:[(0,M.jsx)(`span`,{className:`block truncate text-sm font-medium`,children:e.label}),(0,M.jsx)(`span`,{className:`block truncate text-xs text-fg-muted`,children:e.description})]})]},e.id),t[29]=w,t[30]=c,t[31]=e):e=t[31],re=g.map(e),t[25]=w,t[26]=g,t[27]=c,t[28]=re}else re=t[28];let D;t[32]===re?D=t[33]:(D=(0,M.jsx)(`div`,{className:`max-h-72 overflow-y-auto p-1`,children:re}),t[32]=re,t[33]=D);let O;t[34]!==E||t[35]!==D?(O=(0,M.jsx)(`div`,{ref:f,className:`absolute z-50 w-64 overflow-hidden rounded-lg border border-edge bg-surface-base shadow-lg`,style:E,children:D}),t[34]=E,t[35]=D,t[36]=O):O=t[36];let ie;t[37]===S?ie=t[38]:(ie=(0,M.jsx)(`input`,{ref:m,type:`file`,accept:`image/*`,onChange:S,className:`hidden`}),t[37]=S,t[38]=ie);let ae;return t[39]!==O||t[40]!==ie?(ae=(0,M.jsxs)(M.Fragment,{children:[O,ie]}),t[39]=O,t[40]=ie,t[41]=ae):ae=t[41],ae}function hE({initialContent:e,onChange:t,placeholder:n=`Start writing, or type "/" for commands…`,className:r,noteId:i}){let a=c(s(e=>e.language)).notes,[o,l]=(0,j.useState)(!1),u=(0,j.useRef)(t);u.current=t;let d=am({extensions:[Ab.configure({heading:{levels:[1,2,3]},codeBlock:{HTMLAttributes:{class:`block-editor-code`}}}),dE.configure({inline:!1,allowBase64:!0,HTMLAttributes:{class:`block-editor-image`}}),jb,Mb.configure({nested:!0}),Nb.configure({placeholder:n}),Nv.configure({openOnClick:!1,autolink:!0,HTMLAttributes:{class:`block-editor-link`}}),GT.configure({html:!0,transformPastedText:!0,transformCopiedText:!0}),$T,eE],content:e,onUpdate:({editor:e})=>{let t=e.storage.markdown.getMarkdown();u.current(t)},editorProps:{attributes:{class:`block-editor-content`}}}),p=(0,j.useCallback)(async e=>{if(!(!i||!d))try{l(!0);let t=await xe(i,e);d.chain().focus().setImage({src:he(i,t.id),alt:e.name}).run()}catch(e){f({type:`error`,title:a.imageUploadFailed,message:e instanceof Error?e.message:a.imageUploadFailedHint})}finally{l(!1)}},[d,i,a.imageUploadFailed,a.imageUploadFailedHint]);return(0,j.useEffect)(()=>{if(!d||!i)return;let e=e=>{let t=e.clipboardData?.items;if(t){for(let n of t)if(n.type.startsWith(`image/`)){e.preventDefault();let t=n.getAsFile();t&&p(t);return}}},t=e=>{let t=e.dataTransfer?.files;if(t?.length){for(let n of t)if(n.type.startsWith(`image/`)){e.preventDefault(),p(n);return}}},n=d.view.dom;return n.addEventListener(`paste`,e),n.addEventListener(`drop`,t),()=>{n.removeEventListener(`paste`,e),n.removeEventListener(`drop`,t)}},[d,i,p]),d?(0,M.jsxs)(`div`,{className:A(`flex h-full flex-col overflow-hidden`,r),children:[(0,M.jsx)(rE,{editor:d,onImageUpload:i?p:void 0,imageUploading:o}),(0,M.jsxs)(`div`,{className:`min-h-0 flex-1 overflow-y-auto px-6 py-4`,children:[(0,M.jsx)(mE,{editor:d,onImageUpload:i?p:void 0}),(0,M.jsx)(Zp,{editor:d})]})]}):null}var gE={edit:ke,ai_edit:C,sync:ue,restore:ee};function _E(e,t){return{edit:t.triggerEdit,ai_edit:t.triggerAiEdit,sync:t.triggerSync,restore:t.triggerRestore}[e]??e}function vE({noteId:e,activeTimestamp:t,onSelect:n,onClose:r,onRestored:i}){let a=c(s(e=>e.language)).notes,o=a,{data:u}=l(e?[`note-history`,e]:null,()=>ve(e)),[d,p]=(0,j.useState)(!1),[m,h]=(0,j.useState)(null),_=(0,j.useCallback)(async t=>{p(!0);try{await De(e,t),f({type:`success`,title:a.restoreSuccess}),h(null),i()}catch{f({type:`error`,title:a.restoreFailed})}finally{p(!1)}},[e,a.restoreSuccess,a.restoreFailed,i]),v=Date.now();return(0,M.jsxs)(`div`,{className:`flex h-full min-h-0 flex-col`,children:[(0,M.jsxs)(`div`,{className:`flex shrink-0 items-center justify-between border-b border-edge px-4 py-3`,children:[(0,M.jsxs)(`div`,{className:`flex items-center gap-2 text-sm font-medium text-fg`,children:[(0,M.jsx)(g,{className:`h-4 w-4`,"aria-hidden":!0}),a.history]}),(0,M.jsx)(`button`,{type:`button`,onClick:r,className:`rounded-lg p-1 text-fg-muted transition-colors hover:bg-surface-hover hover:text-fg`,children:(0,M.jsx)(Ce,{className:`h-4 w-4`,"aria-hidden":!0})})]}),(0,M.jsx)(`div`,{className:`min-h-0 flex-1 overflow-y-auto`,children:u?.length?(0,M.jsx)(`ul`,{className:`divide-y divide-edge`,children:u.map(e=>{let r=gE[e.trigger]??ke,i=t===e.timestamp,s=m===e.timestamp;return(0,M.jsxs)(`li`,{children:[(0,M.jsxs)(`button`,{type:`button`,onClick:()=>n(e),className:A(`w-full px-4 py-3 text-left transition-colors`,i?`bg-accent/10`:`hover:bg-surface-hover`),children:[(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(r,{className:`h-3.5 w-3.5 shrink-0 text-fg-muted`,"aria-hidden":!0}),(0,M.jsx)(`span`,{className:`text-xs font-medium text-fg`,children:_E(e.trigger,a)}),(0,M.jsx)(`span`,{className:`ml-auto text-xs text-fg-muted`,children:Le(e.timestamp,v,o)})]}),e.snippet&&(0,M.jsx)(`p`,{className:`mt-1 truncate text-xs text-fg-muted/60`,children:e.snippet})]}),i&&(0,M.jsx)(`div`,{className:`border-t border-edge/50 px-4 py-2`,children:s?(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(`span`,{className:`min-w-0 truncate text-xs text-fg-muted`,children:a.restoreConfirm}),(0,M.jsx)(`button`,{type:`button`,onClick:t=>{t.stopPropagation(),_(e.timestamp)},disabled:d,className:`shrink-0 rounded-lg bg-accent px-3 py-1 text-xs font-medium text-on-accent transition-colors hover:bg-accent/90 disabled:opacity-50`,children:d?`...`:a.restore}),(0,M.jsx)(`button`,{type:`button`,onClick:e=>{e.stopPropagation(),h(null)},className:`shrink-0 rounded-lg px-2 py-1 text-xs text-fg-muted hover:bg-surface-hover`,children:`Cancel`})]}):(0,M.jsx)(`button`,{type:`button`,onClick:t=>{t.stopPropagation(),h(e.timestamp)},className:`rounded-lg bg-surface-hover px-3 py-1 text-xs font-medium text-fg transition-colors hover:bg-accent hover:text-on-accent`,children:a.restore})})]},e.timestamp)})}):(0,M.jsxs)(`div`,{className:`px-4 py-8 text-center`,children:[(0,M.jsx)(`p`,{className:`text-sm font-medium text-fg-muted`,children:a.historyEmpty}),(0,M.jsx)(`p`,{className:`mt-1 text-xs text-fg-muted/60`,children:a.historyEmptyDescription})]})})]})}function yE(e){let t=(0,Be.c)(14),{mode:n,onModeChange:r,labels:i}=e,a;t[0]===i.edit?a=t[1]:(a={id:`wysiwyg`,label:i.edit,Icon:le},t[0]=i.edit,t[1]=a);let o;t[2]===i.source?o=t[3]:(o={id:`source`,label:i.source,Icon:_e},t[2]=i.source,t[3]=o);let s;t[4]===i.preview?s=t[5]:(s={id:`preview`,label:i.preview,Icon:T},t[4]=i.preview,t[5]=s);let c;t[6]!==a||t[7]!==o||t[8]!==s?(c=[a,o,s],t[6]=a,t[7]=o,t[8]=s,t[9]=c):c=t[9];let l=c,u;return t[10]!==n||t[11]!==l||t[12]!==r?(u=(0,M.jsx)(`div`,{className:`flex items-center gap-0.5 rounded-lg border border-edge p-0.5`,children:l.map(e=>{let{id:t,label:i,Icon:a}=e;return(0,M.jsxs)(`button`,{type:`button`,onClick:()=>r(t),className:A(`inline-flex items-center gap-1 rounded-lg px-2 py-1 text-xs font-medium transition-colors`,n===t?`bg-surface-hover text-fg`:`text-fg-muted hover:bg-surface-hover hover:text-fg`),children:[(0,M.jsx)(a,{className:`h-3.5 w-3.5`,"aria-hidden":!0}),i]},t)})}),t[10]=n,t[11]=l,t[12]=r,t[13]=u):u=t[13],u}function bE(e){let t=(0,Be.c)(9),{noteId:n,onBack:r,onSaved:i}=e,a=s(xE),o;t[0]===a?o=t[1]:(o=c(a),t[0]=a,t[1]=o);let l=o.notes.lightboxClose,u;t[2]!==n||t[3]!==r||t[4]!==i?(u=(0,M.jsx)(SE,{noteId:n,onBack:r,onSaved:i}),t[2]=n,t[3]=r,t[4]=i,t[5]=u):u=t[5];let d;return t[6]!==l||t[7]!==u?(d=(0,M.jsx)(lE,{closeLabel:l,children:u}),t[6]=l,t[7]=u,t[8]=d):d=t[8],d}function xE(e){return e.language}function SE({noteId:e,onBack:t,onSaved:n}){let r=c(s(e=>e.language)).notes,i=d(e=>e.resolved)===`dark`,{openImage:a}=sE(),[o,u]=(0,j.useState)(`wysiwyg`),[p,m]=(0,j.useState)(!1),[h,_]=(0,j.useState)(null),[v,y]=(0,j.useState)(!1),[x,S]=(0,j.useState)(``),[C,ee]=(0,j.useState)(288),[T,te]=(0,j.useState)(!1),ne=(0,j.useRef)(!1),re=(0,j.useRef)(null),D=(0,j.useRef)(null),O=(0,j.useRef)(null),ie=b(e=>e.setPageHeader),ae=b(e=>e.clearPageHeader),{data:k,mutate:oe}=l(e?[`note-detail`,e]:null,()=>Ee(e));k&&!ne.current&&(S(k.title??``),ne.current=!0);let se=k?new Date(k.createdAt).toLocaleString(void 0,{year:`numeric`,month:`short`,day:`numeric`,hour:`2-digit`,minute:`2-digit`}):``,ce=(0,j.useMemo)(()=>(0,M.jsx)(`button`,{type:`button`,onClick:t,"aria-label":r.back,className:A(`rounded-lg p-1.5 text-fg-muted transition-colors hover:bg-surface-hover hover:text-fg`,E),children:(0,M.jsx)(w,{className:`h-4 w-4`,"aria-hidden":!0})}),[r.back,t]),le=(0,j.useCallback)(t=>{S(t),e&&(D.current&&clearTimeout(D.current),D.current=setTimeout(async()=>{y(!0);try{await Te(e,{title:t}),await oe(),n?.()}catch{}finally{y(!1)}},600))},[e,oe,n]),ue=(0,j.useCallback)(e=>{e.preventDefault();let t=e.currentTarget;t.setPointerCapture(e.pointerId),te(!0);let n=e.clientX,r=C,i=e.pointerId,a=e=>{let t=r-(e.clientX-n);ee(Math.max(200,Math.min(600,t)))},o=()=>{try{t.releasePointerCapture(i)}catch{}te(!1),window.removeEventListener(`pointermove`,a),window.removeEventListener(`pointerup`,o),window.removeEventListener(`pointercancel`,o)};window.addEventListener(`pointermove`,a),window.addEventListener(`pointerup`,o),window.addEventListener(`pointercancel`,o)},[C]),de=(0,j.useMemo)(()=>(0,M.jsxs)(`div`,{className:A(`flex min-w-0 items-center gap-2 px-3 sm:px-5 xl:px-6`,E),children:[(0,M.jsx)(`span`,{className:`min-w-0 truncate text-sm font-medium text-fg`,title:x||se||void 0,children:x||se}),v?(0,M.jsx)(`span`,{className:`shrink-0 text-xs text-fg-muted opacity-60`,children:r.saving}):null]}),[r.saving,v,se,x]),fe=(0,j.useMemo)(()=>(0,M.jsxs)(`div`,{className:A(`flex items-center gap-2`,E),children:[(0,M.jsx)(yE,{mode:o,onModeChange:u,labels:{edit:r.modeEdit,source:r.modeSource,preview:r.modePreview}}),(0,M.jsx)(`button`,{type:`button`,onClick:()=>m(e=>!e),"aria-label":r.history,className:A(`rounded-lg p-1.5 transition-colors`,p?`bg-accent/10 text-accent`:`text-fg-muted hover:bg-surface-hover hover:text-fg`),children:(0,M.jsx)(g,{className:`h-4 w-4`,"aria-hidden":!0})})]}),[o,r.modeEdit,r.modePreview,r.modeSource,r.history,p]);(0,j.useLayoutEffect)(()=>(ie({startExtra:ce,main:k?de:null,end:k?fe:null}),()=>ae()),[ae,fe,de,ce,k,ie]);let pe=(0,j.useCallback)(t=>{e&&(re.current&&clearTimeout(re.current),re.current=setTimeout(async()=>{y(!0);try{await Te(e,{text:t}),await oe(),n?.()}catch(e){f({type:`error`,title:r.saveFailed,message:e instanceof Error?e.message:r.saveFailedHint})}finally{y(!1)}},600))},[e,oe,r.saveFailed,r.saveFailedHint,n]),me=(0,j.useCallback)(async t=>{try{_(await je(e,t.timestamp))}catch{_(null)}},[e]),he=(0,j.useCallback)(()=>{m(!1),_(null)},[]),ge=(0,j.useCallback)(()=>{m(!1),_(null),oe(),n?.()},[oe,n]);if(!k)return(0,M.jsx)(`div`,{className:`flex flex-1 items-center justify-center`,children:(0,M.jsx)(`div`,{className:`h-6 w-6 animate-spin rounded-full border-2 border-accent border-t-transparent`})});let _e=h!==null,ve=_e?h.title??``:x,be=_e?h.text??``:k.text??``;return(0,M.jsxs)(`div`,{className:`flex h-full min-h-0 gap-3 p-4 sm:px-5`,children:[(0,M.jsx)(`div`,{className:`flex min-h-0 min-w-0 flex-1 flex-col`,children:(0,M.jsx)(`div`,{ref:O,className:`flex min-h-0 flex-1 flex-col overflow-hidden rounded-xl border border-edge-subtle bg-surface-base`,children:_e?(0,M.jsxs)(`div`,{className:`h-full overflow-y-auto px-6 py-4`,children:[ve&&(0,M.jsx)(`h1`,{className:`mb-4 text-2xl font-bold text-fg/70`,children:ve}),be?(0,M.jsx)(ye,{noteId:e,content:be,className:`opacity-80`}):(0,M.jsx)(`p`,{className:`italic text-fg-muted`,children:r.emptyPreview})]}):(0,M.jsxs)(M.Fragment,{children:[o===`wysiwyg`&&(0,M.jsxs)(`div`,{className:`flex h-full flex-col`,children:[(0,M.jsx)(`div`,{className:`shrink-0 px-6 pt-4`,children:(0,M.jsx)(`input`,{type:`text`,value:x,onChange:e=>le(e.target.value),onKeyDown:e=>{e.key===`Enter`&&(e.preventDefault(),(O.current?.querySelector(`.ProseMirror`))?.focus())},placeholder:r.titlePlaceholder,className:`w-full border-none bg-transparent text-2xl font-bold text-fg placeholder:text-fg-muted/40 focus:outline-none`})}),(0,M.jsx)(`div`,{className:`min-h-0 flex-1`,children:(0,M.jsx)(hE,{initialContent:k.text??``,onChange:pe,noteId:e},`wysiwyg-${e}`)})]}),o===`source`&&(0,M.jsxs)(`div`,{className:`flex h-full flex-col`,children:[(0,M.jsx)(`div`,{className:`shrink-0 px-6 pt-4`,children:(0,M.jsx)(`input`,{type:`text`,value:x,onChange:e=>le(e.target.value),placeholder:r.titlePlaceholder,className:`w-full border-none bg-transparent text-2xl font-bold text-fg placeholder:text-fg-muted/40 focus:outline-none`})}),(0,M.jsx)(`div`,{className:`min-h-0 flex-1`,children:(0,M.jsx)(Se,{initialContent:k.text??``,onChange:pe,isDark:i},`source-${e}`)})]}),o===`preview`&&(0,M.jsxs)(`div`,{className:`h-full overflow-y-auto px-6 py-4`,onClick:e=>{let t=e.target;t instanceof HTMLImageElement&&a(t.currentSrc||t.src,t.alt)},children:[x&&(0,M.jsx)(`h1`,{className:`mb-4 text-2xl font-bold text-fg`,children:x}),k.text?(0,M.jsx)(ye,{noteId:e,content:k.text,className:`[&_img]:cursor-zoom-in`}):(0,M.jsx)(`p`,{className:`italic text-fg-muted`,children:r.emptyPreview})]})]})})}),(0,M.jsx)(`div`,{className:A(`relative flex min-h-0 shrink-0 flex-col overflow-hidden`,!T&&`transition-[width] duration-300 ease-in-out`),style:{width:p?C:0},children:(0,M.jsxs)(`div`,{className:`flex min-h-0 flex-1 flex-col`,style:{width:C},children:[(0,M.jsx)(`div`,{role:`separator`,"aria-orientation":`vertical`,onPointerDown:ue,className:A(`absolute left-0 top-0 z-10 h-full w-2 -translate-x-1/2 cursor-col-resize`,`before:content-[''] before:pointer-events-none before:absolute before:left-1/2 before:top-0 before:h-full before:w-px before:-translate-x-1/2`,`before:bg-transparent before:transition-[background-color] before:duration-150`,`hover:before:bg-edge/65 dark:hover:before:bg-edge/75`,T&&`before:!bg-edge/80 dark:before:!bg-edge/85`,`touch-none select-none`)}),(0,M.jsx)(`div`,{className:`flex min-h-0 flex-1 flex-col overflow-hidden rounded-xl border border-edge-subtle bg-surface-base`,children:(0,M.jsx)(vE,{noteId:e,activeTimestamp:h?.timestamp??null,onSelect:me,onClose:he,onRestored:ge})})]})})]})}function CE(){let e=(0,Be.c)(5),{noteId:t}=se(),n=S(),r;e[0]===n?r=e[1]:(r=()=>{n(`/notes`)},e[0]=n,e[1]=r);let i=r;if(!t)return null;let a;return e[2]!==i||e[3]!==t?(a=(0,M.jsx)(`div`,{className:`mx-auto flex h-full min-h-0 w-full max-w-6xl flex-1 flex-col`,children:(0,M.jsx)(bE,{noteId:t,onBack:i})}),e[2]=i,e[3]=t,e[4]=a):a=e[4],a}export{CE as NoteDetailPage};
|
|
179
|
+
`?t.slice(0,-1):t};return e.renderer.rules.hardbreak=t(e.renderer.rules.hardbreak),e.renderer.rules.softbreak=t(e.renderer.rules.softbreak),e.renderer.rules.fence=t(e.renderer.rules.fence),e.renderer.rules.code_block=t(e.renderer.rules.code_block),e.renderer.renderToken=t(e.renderer.renderToken.bind(e.renderer)),e}},WT=K.create({name:`markdownClipboard`,addOptions(){return{transformPastedText:!1,transformCopiedText:!1}},addProseMirrorPlugins(){return[new B({key:new V(`markdownClipboard`),props:{clipboardTextParser:(e,t,n)=>{if(n||!this.options.transformPastedText)return null;let r=this.editor.storage.markdown.parser.parse(e,{inline:!0});return Bt.fromSchema(this.editor.schema).parseSlice(_T(r),{preserveWhitespace:!0,context:t})},clipboardTextSerializer:e=>this.options.transformCopiedText?this.editor.storage.markdown.serializer.serialize(e.content):null}})]}}),GT=K.create({name:`markdown`,priority:50,addOptions(){return{html:!0,tightLists:!0,tightListClass:`tight`,bulletListMarker:`-`,linkify:!1,breaks:!1,transformPastedText:!1,transformCopiedText:!1}},addCommands(){let e=ff.Commands.config.addCommands();return{setContent:(t,n)=>r=>e.setContent(r.editor.storage.markdown.parser.parse(t),n)(r),insertContentAt:(t,n,r)=>i=>e.insertContentAt(t,i.editor.storage.markdown.parser.parse(n,{inline:!0}),r)(i)}},onBeforeCreate(){this.editor.storage.markdown={options:{...this.options},parser:new UT(this.editor,this.options),serializer:new HT(this.editor),getMarkdown:()=>this.editor.storage.markdown.serializer.serialize(this.editor.state.doc)},this.editor.options.initialContent=this.editor.options.content,this.editor.options.content=this.editor.storage.markdown.parser.parse(this.editor.options.content)},onCreate(){this.editor.options.content=this.editor.options.initialContent,delete this.editor.options.initialContent},addStorage(){return{}},addExtensions(){return[sT.configure({tight:this.options.tightLists,tightClass:this.options.tightListClass}),WT.configure({transformPastedText:this.options.transformPastedText,transformCopiedText:this.options.transformCopiedText})]}}),KT=[1,1.5,2];function qT(e){if(!Number.isFinite(e)||e<0)return`0:00`;let t=Math.floor(e/60),n=Math.floor(e%60);return`${t}:${String(n).padStart(2,`0`)}`}function JT(e){let t=(0,Be.c)(63),{noteId:n,attachment:r,transcript:i,className:a}=e,{playing:o,loading:s,currentTime:c,duration:l,noteId:u,attachmentId:d}=Ie(),f=Ie(XT),p=Ie(YT),m=u===n&&d===r.id,h=m&&o,g=m&&s,_=m?c:0,v=m&&l>0?l:r.duration??0,y=v>0?Math.min(_/v*100,100):0,[b,x]=(0,j.useState)(0),S=(0,j.useRef)(null),C;t[0]!==r.duration||t[1]!==r.id||t[2]!==n||t[3]!==f?(C=()=>{f(n,r.id,r.duration)},t[0]=r.duration,t[1]=r.id,t[2]=n,t[3]=f,t[4]=C):C=t[4];let w=C,ee;t[5]===p?ee=t[6]:(ee=e=>{p(Number(e.target.value))},t[5]=p,t[6]=ee);let T=ee,E;t[7]===b?E=t[8]:(E=()=>{x((b+1)%KT.length)},t[7]=b,t[8]=E);let te=E,D;t[9]!==m||t[10]!==b?(D=()=>{if(!m)return;let e=document.querySelector(`audio`);e&&(e.playbackRate=KT[b])},t[9]=m,t[10]=b,t[11]=D):D=t[11];let ne;t[12]!==m||t[13]!==h||t[14]!==b?(ne=[b,m,h],t[12]=m,t[13]=h,t[14]=b,t[15]=ne):ne=t[15],(0,j.useEffect)(D,ne);let O;t[16]===a?O=t[17]:(O=A(`flex flex-col gap-3 rounded-xl border border-edge bg-surface-panel p-4`,a),t[16]=a,t[17]=O);let re;t[18]===Symbol.for(`react.memo_cache_sentinel`)?(re=(0,M.jsx)(`div`,{className:`flex h-10 w-10 shrink-0 items-center justify-center rounded-full bg-accent/10`,children:(0,M.jsx)(ve,{className:`h-5 w-5 text-accent`})}),t[18]=re):re=t[18];let ie=h?`bg-accent text-white`:`bg-accent/10 text-accent hover:bg-accent/20`,ae;t[19]===ie?ae=t[20]:(ae=A(`flex h-8 w-8 shrink-0 items-center justify-center rounded-full transition-colors`,ie),t[19]=ie,t[20]=ae);let k=h?`Pause`:`Play`,oe;t[21]!==g||t[22]!==h?(oe=g?(0,M.jsx)(de,{className:`h-4 w-4 animate-spin`}):h?(0,M.jsx)(ke,{className:`h-4 w-4`}):(0,M.jsx)(Te,{className:`h-4 w-4 ml-0.5`}),t[21]=g,t[22]=h,t[23]=oe):oe=t[23];let se;t[24]!==w||t[25]!==k||t[26]!==oe||t[27]!==ae?(se=(0,M.jsx)(`button`,{type:`button`,onClick:w,className:ae,"aria-label":k,children:oe}),t[24]=w,t[25]=k,t[26]=oe,t[27]=ae,t[28]=se):se=t[28];let ce=v||1,le=`linear-gradient(to right, var(--color-accent) ${y}%, var(--color-accent-alpha-10, rgba(59,130,246,0.1)) ${y}%)`,ue;t[29]===le?ue=t[30]:(ue={background:le},t[29]=le,t[30]=ue);let fe;t[31]!==T||t[32]!==_||t[33]!==ce||t[34]!==ue?(fe=(0,M.jsx)(`input`,{ref:S,type:`range`,min:0,max:ce,step:.1,value:_,onChange:T,className:`voice-progress-range h-1.5 w-full cursor-pointer appearance-none rounded-full bg-accent/10 [&::-webkit-slider-thumb]:h-3 [&::-webkit-slider-thumb]:w-3 [&::-webkit-slider-thumb]:appearance-none [&::-webkit-slider-thumb]:rounded-full [&::-webkit-slider-thumb]:bg-accent`,style:ue}),t[31]=T,t[32]=_,t[33]=ce,t[34]=ue,t[35]=fe):fe=t[35];let pe;t[36]===_?pe=t[37]:(pe=qT(_),t[36]=_,t[37]=pe);let me;t[38]===pe?me=t[39]:(me=(0,M.jsx)(`span`,{children:pe}),t[38]=pe,t[39]=me);let he;t[40]===v?he=t[41]:(he=qT(v),t[40]=v,t[41]=he);let ge;t[42]===he?ge=t[43]:(ge=(0,M.jsx)(`span`,{children:he}),t[42]=he,t[43]=ge);let _e;t[44]!==me||t[45]!==ge?(_e=(0,M.jsxs)(`div`,{className:`flex items-center justify-between text-[11px] tabular-nums text-fg-muted`,children:[me,ge]}),t[44]=me,t[45]=ge,t[46]=_e):_e=t[46];let ye;t[47]!==fe||t[48]!==_e?(ye=(0,M.jsxs)(`div`,{className:`flex min-w-0 flex-1 flex-col gap-0.5`,children:[fe,_e]}),t[47]=fe,t[48]=_e,t[49]=ye):ye=t[49];let be=KT[b],xe;t[50]!==te||t[51]!==be?(xe=(0,M.jsxs)(`button`,{type:`button`,onClick:te,className:`shrink-0 rounded-md px-1.5 py-0.5 text-[11px] font-medium text-fg-muted transition-colors hover:bg-surface-hover hover:text-fg`,"aria-label":`Playback speed`,children:[be,`x`]}),t[50]=te,t[51]=be,t[52]=xe):xe=t[52];let Se;t[53]!==se||t[54]!==ye||t[55]!==xe?(Se=(0,M.jsxs)(`div`,{className:`flex items-center gap-3`,children:[re,(0,M.jsx)(`div`,{className:`flex min-w-0 flex-1 flex-col gap-1`,children:(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[se,ye,xe]})})]}),t[53]=se,t[54]=ye,t[55]=xe,t[56]=Se):Se=t[56];let Ce;t[57]===i?Ce=t[58]:(Ce=i&&(0,M.jsx)(`div`,{className:`rounded-lg bg-surface-base px-3 py-2`,children:(0,M.jsx)(`p`,{className:`text-sm leading-relaxed text-fg-muted`,children:i})}),t[57]=i,t[58]=Ce);let we;return t[59]!==Se||t[60]!==Ce||t[61]!==O?(we=(0,M.jsxs)(`div`,{className:O,children:[Se,Ce]}),t[59]=Se,t[60]=Ce,t[61]=O,t[62]=we):we=t[62],we}function YT(e){return e.seek}function XT(e){return e.toggle}function ZT(e){let t=(0,Be.c)(11),{node:n}=e,{href:r,label:i}=n.attrs,a;t[0]===r?a=t[1]:(a=D(r),t[0]=r,t[1]=a);let o=a;if(!o){let e;return t[2]===Symbol.for(`react.memo_cache_sentinel`)?(e=(0,M.jsx)(lm,{as:`span`,className:`inline text-fg-muted italic text-sm`,children:`[audio unavailable]`}),t[2]=e):e=t[2],e}let s;t[3]===i?s=t[4]:(s=i?.match(/(\d+):(\d+)/),t[3]=i,t[4]=s);let c=s,l=c?Number(c[1])*60+Number(c[2]):void 0,u;t[5]!==l||t[6]!==o.attachmentId?(u={id:o.attachmentId,type:`audio`,mimeType:`audio/webm`,fileName:``,size:0,relativePath:``,duration:l},t[5]=l,t[6]=o.attachmentId,t[7]=u):u=t[7];let d=u,f;return t[8]!==d||t[9]!==o.noteId?(f=(0,M.jsx)(lm,{className:`my-3`,children:(0,M.jsx)(JT,{noteId:o.noteId,attachment:d,className:`max-w-md`})}),t[8]=d,t[9]=o.noteId,t[10]=f):f=t[10],f}var QT=/^\[([^\]]*)\]\((xopc-attachment:\/\/notes\/[^)]+)\)$/,$T=q.create({name:`audioAttachment`,group:`block`,atom:!0,draggable:!1,selectable:!0,addAttributes(){return{href:{default:null},label:{default:null}}},parseHTML(){return[{tag:`a[data-audio-attachment]`,getAttrs:e=>typeof e==`string`?!1:{href:e.getAttribute(`href`),label:e.textContent}}]},renderHTML({HTMLAttributes:e}){return[`a`,G(e,{"data-audio-attachment":``}),e.label||`Audio`]},addNodeView(){return _m(ZT)},addProseMirrorPlugins(){let e=this.type;return[new B({key:new V(`audioAttachmentTransform`),appendTransaction(t,n,r){let{tr:i}=r,a=!1;return r.doc.descendants((t,n)=>{if(t.type.name!==`paragraph`||t.childCount!==1)return;let r=t.firstChild;if(!r||r.type.name!==`text`)return;let o=r.text??``,s=o.match(QT);if(s){let r=s[1],o=s[2];if(o.includes(`xopc-attachment://notes/`)){let s=e.create({href:o,label:r});i.replaceWith(n,n+t.nodeSize,s),a=!0;return}}let c=r.marks.find(e=>e.type.name===`link`&&typeof e.attrs.href==`string`&&e.attrs.href.includes(`xopc-attachment://notes/`));if(c){let r=e.create({href:c.attrs.href,label:o});i.replaceWith(n,n+t.nodeSize,r),a=!0}}),a?i:null}})]}}),eE=K.create({name:`extraKeyboardShortcuts`,addKeyboardShortcuts(){return{"Mod-Shift-1":()=>this.editor.chain().focus().toggleHeading({level:1}).run(),"Mod-Shift-2":()=>this.editor.chain().focus().toggleHeading({level:2}).run(),"Mod-Shift-3":()=>this.editor.chain().focus().toggleHeading({level:3}).run(),"Mod-Shift-8":()=>this.editor.chain().focus().toggleBulletList().run(),"Mod-Shift-9":()=>this.editor.chain().focus().toggleOrderedList().run(),"Mod-Shift-0":()=>this.editor.chain().focus().toggleTaskList().run()}}});function tE(e){let t=(0,Be.c)(9),{onClick:n,isActive:r,disabled:i,title:a,children:o}=e,s=r&&`bg-surface-hover text-accent`,c=i&&`pointer-events-none opacity-40`,l;t[0]!==s||t[1]!==c?(l=A(`rounded-md p-1.5 text-fg-muted transition-colors hover:bg-surface-hover hover:text-fg`,s,c),t[0]=s,t[1]=c,t[2]=l):l=t[2];let u;return t[3]!==o||t[4]!==i||t[5]!==n||t[6]!==l||t[7]!==a?(u=(0,M.jsx)(`button`,{type:`button`,onClick:n,disabled:i,title:a,className:l,children:o}),t[3]=o,t[4]=i,t[5]=n,t[6]=l,t[7]=a,t[8]=u):u=t[8],u}function nE(){let e=(0,Be.c)(1),t;return e[0]===Symbol.for(`react.memo_cache_sentinel`)?(t=(0,M.jsx)(`div`,{className:`mx-1 h-5 w-px bg-edge`}),e[0]=t):t=e[0],t}function rE(e){let t=(0,Be.c)(132),{editor:n,onImageUpload:r,imageUploading:i}=e,a=i===void 0?!1:i,o=(0,j.useRef)(null),s;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(s=()=>{o.current?.click()},t[0]=s):s=t[0];let c=s,l;t[1]!==a||t[2]!==r?(l=e=>{let t=e.target.files?.[0];t&&r&&!a&&r(t),o.current&&(o.current.value=``)},t[1]=a,t[2]=r,t[3]=l):l=t[3];let u=l,d;t[4]===n?d=t[5]:(d=()=>{let e=n.getAttributes(`link`).href??``,t=window.prompt(`URL`,e);if(t!==null){if(t===``){n.chain().focus().extendMarkRange(`link`).unsetLink().run();return}n.chain().focus().extendMarkRange(`link`).setLink({href:t}).run()}},t[4]=n,t[5]=d);let f=d,p,m;t[6]===n?(p=t[7],m=t[8]):(p=()=>n.chain().focus().undo().run(),m=n.can().undo(),t[6]=n,t[7]=p,t[8]=m);let h=!m,_;t[9]===Symbol.for(`react.memo_cache_sentinel`)?(_=(0,M.jsx)(le,{size:16}),t[9]=_):_=t[9];let y;t[10]!==p||t[11]!==h?(y=(0,M.jsx)(tE,{onClick:p,disabled:h,title:`Undo`,children:_}),t[10]=p,t[11]=h,t[12]=y):y=t[12];let x,S;t[13]===n?(x=t[14],S=t[15]):(x=()=>n.chain().focus().redo().run(),S=n.can().redo(),t[13]=n,t[14]=x,t[15]=S);let C=!S,w;t[16]===Symbol.for(`react.memo_cache_sentinel`)?(w=(0,M.jsx)(oe,{size:16}),t[16]=w):w=t[16];let T;t[17]!==x||t[18]!==C?(T=(0,M.jsx)(tE,{onClick:x,disabled:C,title:`Redo`,children:w}),t[17]=x,t[18]=C,t[19]=T):T=t[19];let te;t[20]===Symbol.for(`react.memo_cache_sentinel`)?(te=(0,M.jsx)(nE,{}),t[20]=te):te=t[20];let D,O;t[21]===n?(D=t[22],O=t[23]):(D=()=>n.chain().focus().toggleHeading({level:1}).run(),O=n.isActive(`heading`,{level:1}),t[21]=n,t[22]=D,t[23]=O);let ie;t[24]===Symbol.for(`react.memo_cache_sentinel`)?(ie=(0,M.jsx)(ae,{size:16}),t[24]=ie):ie=t[24];let k;t[25]!==D||t[26]!==O?(k=(0,M.jsx)(tE,{onClick:D,isActive:O,title:`Heading 1`,children:ie}),t[25]=D,t[26]=O,t[27]=k):k=t[27];let se,ue;t[28]===n?(se=t[29],ue=t[30]):(se=()=>n.chain().focus().toggleHeading({level:2}).run(),ue=n.isActive(`heading`,{level:2}),t[28]=n,t[29]=se,t[30]=ue);let de;t[31]===Symbol.for(`react.memo_cache_sentinel`)?(de=(0,M.jsx)(re,{size:16}),t[31]=de):de=t[31];let fe;t[32]!==se||t[33]!==ue?(fe=(0,M.jsx)(tE,{onClick:se,isActive:ue,title:`Heading 2`,children:de}),t[32]=se,t[33]=ue,t[34]=fe):fe=t[34];let pe,me;t[35]===n?(pe=t[36],me=t[37]):(pe=()=>n.chain().focus().toggleHeading({level:3}).run(),me=n.isActive(`heading`,{level:3}),t[35]=n,t[36]=pe,t[37]=me);let he;t[38]===Symbol.for(`react.memo_cache_sentinel`)?(he=(0,M.jsx)(b,{size:16}),t[38]=he):he=t[38];let ge;t[39]!==pe||t[40]!==me?(ge=(0,M.jsx)(tE,{onClick:pe,isActive:me,title:`Heading 3`,children:he}),t[39]=pe,t[40]=me,t[41]=ge):ge=t[41];let _e;t[42]===Symbol.for(`react.memo_cache_sentinel`)?(_e=(0,M.jsx)(nE,{}),t[42]=_e):_e=t[42];let ve,ye;t[43]===n?(ve=t[44],ye=t[45]):(ve=()=>n.chain().focus().toggleBold().run(),ye=n.isActive(`bold`),t[43]=n,t[44]=ve,t[45]=ye);let be;t[46]===Symbol.for(`react.memo_cache_sentinel`)?(be=(0,M.jsx)(Se,{size:16}),t[46]=be):be=t[46];let xe;t[47]!==ve||t[48]!==ye?(xe=(0,M.jsx)(tE,{onClick:ve,isActive:ye,title:`Bold (⌘B)`,children:be}),t[47]=ve,t[48]=ye,t[49]=xe):xe=t[49];let we,Te;t[50]===n?(we=t[51],Te=t[52]):(we=()=>n.chain().focus().toggleItalic().run(),Te=n.isActive(`italic`),t[50]=n,t[51]=we,t[52]=Te);let Ee;t[53]===Symbol.for(`react.memo_cache_sentinel`)?(Ee=(0,M.jsx)(v,{size:16}),t[53]=Ee):Ee=t[53];let A;t[54]!==we||t[55]!==Te?(A=(0,M.jsx)(tE,{onClick:we,isActive:Te,title:`Italic (⌘I)`,children:Ee}),t[54]=we,t[55]=Te,t[56]=A):A=t[56];let De,Oe;t[57]===n?(De=t[58],Oe=t[59]):(De=()=>n.chain().focus().toggleStrike().run(),Oe=n.isActive(`strike`),t[57]=n,t[58]=De,t[59]=Oe);let ke;t[60]===Symbol.for(`react.memo_cache_sentinel`)?(ke=(0,M.jsx)(Me,{size:16}),t[60]=ke):ke=t[60];let je;t[61]!==De||t[62]!==Oe?(je=(0,M.jsx)(tE,{onClick:De,isActive:Oe,title:`Strikethrough`,children:ke}),t[61]=De,t[62]=Oe,t[63]=je):je=t[63];let Ne,Fe;t[64]===n?(Ne=t[65],Fe=t[66]):(Ne=()=>n.chain().focus().toggleCode().run(),Fe=n.isActive(`code`),t[64]=n,t[65]=Ne,t[66]=Fe);let Ie;t[67]===Symbol.for(`react.memo_cache_sentinel`)?(Ie=(0,M.jsx)(Ae,{size:16}),t[67]=Ie):Ie=t[67];let Le;t[68]!==Ne||t[69]!==Fe?(Le=(0,M.jsx)(tE,{onClick:Ne,isActive:Fe,title:`Inline code`,children:Ie}),t[68]=Ne,t[69]=Fe,t[70]=Le):Le=t[70];let Re;t[71]===n?Re=t[72]:(Re=n.isActive(`link`),t[71]=n,t[72]=Re);let ze;t[73]===Symbol.for(`react.memo_cache_sentinel`)?(ze=(0,M.jsx)(ne,{size:16}),t[73]=ze):ze=t[73];let N;t[74]!==f||t[75]!==Re?(N=(0,M.jsx)(tE,{onClick:f,isActive:Re,title:`Link`,children:ze}),t[74]=f,t[75]=Re,t[76]=N):N=t[76];let Ve;t[77]===Symbol.for(`react.memo_cache_sentinel`)?(Ve=(0,M.jsx)(nE,{}),t[77]=Ve):Ve=t[77];let He,P;t[78]===n?(He=t[79],P=t[80]):(He=()=>n.chain().focus().toggleBulletList().run(),P=n.isActive(`bulletList`),t[78]=n,t[79]=He,t[80]=P);let Ue;t[81]===Symbol.for(`react.memo_cache_sentinel`)?(Ue=(0,M.jsx)(Pe,{size:16}),t[81]=Ue):Ue=t[81];let We;t[82]!==He||t[83]!==P?(We=(0,M.jsx)(tE,{onClick:He,isActive:P,title:`Bullet list`,children:Ue}),t[82]=He,t[83]=P,t[84]=We):We=t[84];let Ge,F;t[85]===n?(Ge=t[86],F=t[87]):(Ge=()=>n.chain().focus().toggleOrderedList().run(),F=n.isActive(`orderedList`),t[85]=n,t[86]=Ge,t[87]=F);let Ke;t[88]===Symbol.for(`react.memo_cache_sentinel`)?(Ke=(0,M.jsx)(g,{size:16}),t[88]=Ke):Ke=t[88];let I;t[89]!==Ge||t[90]!==F?(I=(0,M.jsx)(tE,{onClick:Ge,isActive:F,title:`Ordered list`,children:Ke}),t[89]=Ge,t[90]=F,t[91]=I):I=t[91];let qe,Je;t[92]===n?(qe=t[93],Je=t[94]):(qe=()=>n.chain().focus().toggleTaskList().run(),Je=n.isActive(`taskList`),t[92]=n,t[93]=qe,t[94]=Je);let Ye;t[95]===Symbol.for(`react.memo_cache_sentinel`)?(Ye=(0,M.jsx)(E,{size:16}),t[95]=Ye):Ye=t[95];let Xe;t[96]!==qe||t[97]!==Je?(Xe=(0,M.jsx)(tE,{onClick:qe,isActive:Je,title:`Task list`,children:Ye}),t[96]=qe,t[97]=Je,t[98]=Xe):Xe=t[98];let Ze,Qe;t[99]===n?(Ze=t[100],Qe=t[101]):(Ze=()=>n.chain().focus().toggleBlockquote().run(),Qe=n.isActive(`blockquote`),t[99]=n,t[100]=Ze,t[101]=Qe);let $e;t[102]===Symbol.for(`react.memo_cache_sentinel`)?($e=(0,M.jsx)(ce,{size:16}),t[102]=$e):$e=t[102];let et;t[103]!==Ze||t[104]!==Qe?(et=(0,M.jsx)(tE,{onClick:Ze,isActive:Qe,title:`Quote`,children:$e}),t[103]=Ze,t[104]=Qe,t[105]=et):et=t[105];let tt;t[106]===n?tt=t[107]:(tt=()=>n.chain().focus().setHorizontalRule().run(),t[106]=n,t[107]=tt);let nt;t[108]===Symbol.for(`react.memo_cache_sentinel`)?(nt=(0,M.jsx)(Ce,{size:16}),t[108]=nt):nt=t[108];let rt;t[109]===tt?rt=t[110]:(rt=(0,M.jsx)(tE,{onClick:tt,title:`Divider`,children:nt}),t[109]=tt,t[110]=rt);let it;t[111]!==u||t[112]!==a||t[113]!==r?(it=r&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(nE,{}),(0,M.jsx)(tE,{onClick:c,disabled:a,title:a?`Uploading…`:`Insert image`,children:(0,M.jsx)(ee,{size:16,className:a?`animate-pulse`:void 0})}),(0,M.jsx)(`input`,{ref:o,type:`file`,accept:`image/*`,onChange:u,className:`hidden`})]}),t[111]=u,t[112]=a,t[113]=r,t[114]=it):it=t[114];let at;return t[115]!==T||t[116]!==k||t[117]!==fe||t[118]!==ge||t[119]!==xe||t[120]!==A||t[121]!==je||t[122]!==Le||t[123]!==N||t[124]!==We||t[125]!==I||t[126]!==Xe||t[127]!==et||t[128]!==rt||t[129]!==it||t[130]!==y?(at=(0,M.jsxs)(`div`,{className:`flex flex-wrap items-center gap-0.5 border-b border-edge px-3 py-1.5`,children:[y,T,te,k,fe,ge,_e,xe,A,je,Le,N,Ve,We,I,Xe,et,rt,it]}),t[115]=T,t[116]=k,t[117]=fe,t[118]=ge,t[119]=xe,t[120]=A,t[121]=je,t[122]=Le,t[123]=N,t[124]=We,t[125]=I,t[126]=Xe,t[127]=et,t[128]=rt,t[129]=it,t[130]=y,t[131]=at):at=t[131],at}var iE=/(?:^|\s)(!\[(.+|:?)]\((\S+)(?:(?:\s+)["'](\S+)["'])?\))$/,aE=q.create({name:`image`,addOptions(){return{inline:!1,allowBase64:!1,HTMLAttributes:{},resize:!1}},inline(){return this.options.inline},group(){return this.options.inline?`inline`:`block`},draggable:!0,addAttributes(){return{src:{default:null},alt:{default:null},title:{default:null},width:{default:null},height:{default:null}}},parseHTML(){return[{tag:this.options.allowBase64?`img[src]`:`img[src]:not([src^="data:"])`}]},renderHTML({HTMLAttributes:e}){return[`img`,G(this.options.HTMLAttributes,e)]},parseMarkdown:(e,t)=>t.createNode(`image`,{src:e.href,title:e.title,alt:e.text}),renderMarkdown:e=>{let t=e.attrs?.src??``,n=e.attrs?.alt??``,r=e.attrs?.title??``;return r?``:``},addNodeView(){if(!this.options.resize||!this.options.resize.enabled||typeof document>`u`)return null;let{directions:e,minWidth:t,minHeight:n,alwaysPreserveAspectRatio:r}=this.options.resize;return({node:i,getPos:a,HTMLAttributes:o,editor:s})=>{let c=document.createElement(`img`);c.draggable=!1;let l=G(this.options.HTMLAttributes,o);Object.entries(l).forEach(([e,t])=>{if(t!=null)switch(e){case`width`:case`height`:break;default:c.setAttribute(e,t);break}}),l.src!==null&&(c.src=l.src);let u=new Nf({element:c,editor:s,node:i,getPos:a,onResize:(e,t)=>{c.style.width=`${e}px`,c.style.height=`${t}px`},onCommit:(e,t)=>{let n=a();n!==void 0&&this.editor.chain().setNodeSelection(n).updateAttributes(this.name,{width:e,height:t}).run()},onUpdate:(e,t,n)=>e.type===i.type,options:{directions:e,min:{width:t,height:n},preserveAspectRatio:r===!0}}),d=u.dom;return d.style.visibility=`hidden`,d.style.pointerEvents=`none`,c.onload=()=>{d.style.visibility=``,d.style.pointerEvents=``},u}},addCommands(){return{setImage:e=>({commands:t})=>t.insertContent({type:this.name,attrs:e})}},addInputRules(){return[kf({find:iE,type:this.type,getAttributes:e=>{let[,,t,n,r]=e;return{src:n,alt:t,title:r}}})]}}),oE=(0,j.createContext)(null);function sE(){let e=(0,Be.c)(1),t=(0,j.useContext)(oE);if(!t){let t;return e[0]===Symbol.for(`react.memo_cache_sentinel`)?(t={openImage:cE},e[0]=t):t=e[0],t}return t}function cE(){}function lE(e){let t=(0,Be.c)(22),{children:n,closeLabel:r}=e,i=r===void 0?`Close`:r,[a,o]=(0,j.useState)(null),s;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(s=(e,t)=>{o({src:e,alt:t})},t[0]=s):s=t[0];let c=s,l;t[1]===Symbol.for(`react.memo_cache_sentinel`)?(l={openImage:c},t[1]=l):l=t[1];let u=l,d=a!==null,f;t[2]===Symbol.for(`react.memo_cache_sentinel`)?(f=e=>{e||o(null)},t[2]=f):f=t[2];let p;t[3]===Symbol.for(`react.memo_cache_sentinel`)?(p=(0,M.jsx)(te,{className:`fixed inset-0 z-[70] bg-scrim/90 backdrop-blur-sm`}),t[3]=p):p=t[3];let m;t[4]===Symbol.for(`react.memo_cache_sentinel`)?(m=A(`fixed inset-0 z-[71] flex items-center justify-center p-4 outline-none`,`data-[state=open]:animate-in data-[state=closed]:animate-out`),t[4]=m):m=t[4];let h=a?.alt||`Image preview`,g;t[5]===h?g=t[6]:(g=(0,M.jsx)(O,{className:`sr-only`,children:h}),t[5]=h,t[6]=g);let v;t[7]===Symbol.for(`react.memo_cache_sentinel`)?(v=(0,M.jsx)(me,{className:`h-5 w-5`,"aria-hidden":!0}),t[7]=v):v=t[7];let y;t[8]===i?y=t[9]:(y=(0,M.jsx)(Fe,{asChild:!0,children:(0,M.jsx)(`button`,{type:`button`,"aria-label":i,className:`absolute right-4 top-4 z-10 rounded-lg bg-surface-panel/80 p-2 text-fg-muted backdrop-blur transition-colors hover:bg-surface-hover hover:text-fg`,children:v})}),t[8]=i,t[9]=y);let b;t[10]===a?b=t[11]:(b=a?(0,M.jsx)(`img`,{src:a.src,alt:a.alt??``,className:`max-h-[min(90vh,900px)] max-w-[min(95vw,1200px)] rounded-lg object-contain shadow-lg`}):null,t[10]=a,t[11]=b);let x;t[12]!==y||t[13]!==b||t[14]!==g?(x=(0,M.jsxs)(_,{children:[p,(0,M.jsxs)(fe,{className:m,"aria-describedby":void 0,children:[g,y,b]})]}),t[12]=y,t[13]=b,t[14]=g,t[15]=x):x=t[15];let S;t[16]!==x||t[17]!==d?(S=(0,M.jsx)(Ne,{open:d,onOpenChange:f,children:x}),t[16]=x,t[17]=d,t[18]=S):S=t[18];let C;return t[19]!==n||t[20]!==S?(C=(0,M.jsxs)(oE.Provider,{value:u,children:[n,S]}),t[19]=n,t[20]=S,t[21]=C):C=t[21],C}function uE(e){let t=(0,Be.c)(28),{node:n,updateAttributes:r,selected:i}=e,{src:a,alt:o,title:s}=n.attrs,{openImage:c}=sE(),[l,u]=(0,j.useState)(!1),d=(0,j.useRef)(null),[f,p]=(0,j.useState)(!1),m=(0,j.useRef)(0),h=(0,j.useRef)(0),g;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(g=e=>{e.preventDefault(),e.stopPropagation(),p(!0),m.current=e.clientX,h.current=d.current?.offsetWidth??400},t[0]=g):g=t[0];let _=g,v,y;t[1]!==f||t[2]!==r?(v=()=>{if(!f)return;let e=e=>{let t=e.clientX-m.current;r({width:Math.max(100,h.current+t)})},t=()=>{p(!1)};return document.addEventListener(`mousemove`,e),document.addEventListener(`mouseup`,t),()=>{document.removeEventListener(`mousemove`,e),document.removeEventListener(`mouseup`,t)}},y=[f,r],t[1]=f,t[2]=r,t[3]=v,t[4]=y):(v=t[3],y=t[4]),(0,j.useEffect)(v,y);let b;t[5]===Symbol.for(`react.memo_cache_sentinel`)?(b=()=>{u(!1)},t[5]=b):b=t[5];let x;t[6]===a?x=t[7]:(x=[a],t[6]=a,t[7]=x),(0,j.useEffect)(b,x);let S=n.attrs.width,C=i&&`ring-2 ring-accent ring-offset-2 ring-offset-surface-base rounded-lg`,w;t[8]===C?w=t[9]:(w=A(`relative inline-block`,C),t[8]=C,t[9]=w);let ee=S?`${S}px`:void 0,T;t[10]===ee?T=t[11]:(T={width:ee,maxWidth:`100%`},t[10]=ee,t[11]=T);let E;t[12]!==o||t[13]!==l||t[14]!==c||t[15]!==a||t[16]!==s?(E=l?(0,M.jsx)(`div`,{className:`flex min-h-24 min-w-[12rem] items-center justify-center rounded-lg border border-dashed border-edge bg-surface-hover text-fg-muted`,children:(0,M.jsx)(`span`,{className:`text-xs`,children:`Image unavailable`})}):(0,M.jsx)(ue,{src:a,alt:o??``,title:s??void 0,className:`block h-auto w-full cursor-zoom-in rounded-lg`,draggable:!1,onClick:e=>c(e,o??void 0),onLoadFailed:()=>u(!0)}),t[12]=o,t[13]=l,t[14]=c,t[15]=a,t[16]=s,t[17]=E):E=t[17];let te=(i||f)&&`opacity-100`,D;t[18]===te?D=t[19]:(D=A(`absolute bottom-1 right-1 h-4 w-4 cursor-se-resize rounded-sm opacity-0 transition-opacity`,`bg-accent/70 hover:bg-accent`,te),t[18]=te,t[19]=D);let ne;t[20]===Symbol.for(`react.memo_cache_sentinel`)?(ne=(0,M.jsx)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 12 12`,className:`m-0.5 text-white`,fill:`none`,stroke:`currentColor`,strokeWidth:`1.5`,children:(0,M.jsx)(`path`,{d:`M10 2L2 10M10 6L6 10M10 10L10 10`,strokeLinecap:`round`})}),t[20]=ne):ne=t[20];let O;t[21]===D?O=t[22]:(O=(0,M.jsx)(`div`,{onMouseDown:_,className:D,title:`Drag to resize`,children:ne}),t[21]=D,t[22]=O);let re;return t[23]!==E||t[24]!==O||t[25]!==w||t[26]!==T?(re=(0,M.jsx)(lm,{className:`block-editor-image-wrapper`,children:(0,M.jsxs)(`div`,{ref:d,className:w,style:T,children:[E,O]})}),t[23]=E,t[24]=O,t[25]=w,t[26]=T,t[27]=re):re=t[27],re}var dE=aE.extend({addAttributes(){return{...this.parent?.(),width:{default:null,parseHTML:e=>{let t=e.getAttribute(`width`)||e.style.width;return t?parseInt(t,10):null},renderHTML:e=>e.width?{width:e.width,style:`width: ${e.width}px`}:{}}}},addNodeView(){return _m(uE)}}),fE=18,pE=[{id:`heading1`,label:`Heading 1`,description:`Large section heading`,icon:(0,M.jsx)(ae,{size:fE}),action:e=>e.chain().focus().toggleHeading({level:1}).run()},{id:`heading2`,label:`Heading 2`,description:`Medium section heading`,icon:(0,M.jsx)(re,{size:fE}),action:e=>e.chain().focus().toggleHeading({level:2}).run()},{id:`heading3`,label:`Heading 3`,description:`Small section heading`,icon:(0,M.jsx)(b,{size:fE}),action:e=>e.chain().focus().toggleHeading({level:3}).run()},{id:`bulletList`,label:`Bullet List`,description:`Unordered list`,icon:(0,M.jsx)(Pe,{size:fE}),action:e=>e.chain().focus().toggleBulletList().run()},{id:`orderedList`,label:`Numbered List`,description:`Ordered list`,icon:(0,M.jsx)(g,{size:fE}),action:e=>e.chain().focus().toggleOrderedList().run()},{id:`taskList`,label:`Task List`,description:`List with checkboxes`,icon:(0,M.jsx)(E,{size:fE}),action:e=>e.chain().focus().toggleTaskList().run()},{id:`blockquote`,label:`Quote`,description:`Block quotation`,icon:(0,M.jsx)(ce,{size:fE}),action:e=>e.chain().focus().toggleBlockquote().run()},{id:`codeBlock`,label:`Code Block`,description:`Fenced code snippet`,icon:(0,M.jsx)(he,{size:fE}),action:e=>e.chain().focus().toggleCodeBlock().run()},{id:`divider`,label:`Divider`,description:`Horizontal rule`,icon:(0,M.jsx)(Ce,{size:fE}),action:e=>e.chain().focus().setHorizontalRule().run()},{id:`image`,label:`Image`,description:`Upload an image`,icon:(0,M.jsx)(ee,{size:fE}),action:()=>{}}];function mE(e){let t=(0,Be.c)(42),{editor:n,onImageUpload:r}=e,[i,a]=(0,j.useState)(!1),[o,s]=(0,j.useState)(``),[c,l]=(0,j.useState)(0),[u,d]=(0,j.useState)(null),f=(0,j.useRef)(null),p=(0,j.useRef)(null),m=(0,j.useRef)(null),h;t[0]===o?h=t[1]:(h=pE.filter(e=>e.label.toLowerCase().includes(o.toLowerCase())||e.description.toLowerCase().includes(o.toLowerCase())),t[0]=o,t[1]=h);let g=h,_,v;t[2]===c?(_=t[3],v=t[4]):(_=()=>{let e=f.current?.querySelector(`.overflow-y-auto`);e&&e.querySelectorAll(`button`)[c]?.scrollIntoView({block:`nearest`})},v=[c],t[2]=c,t[3]=_,t[4]=v),(0,j.useEffect)(_,v);let y;t[5]===Symbol.for(`react.memo_cache_sentinel`)?(y=()=>{a(!1),s(``),l(0),p.current=null},t[5]=y):y=t[5];let b=y,x;t[6]===r?x=t[7]:(x=e=>{let t=e.target.files?.[0];t&&r&&r(t),m.current&&(m.current.value=``)},t[6]=r,t[7]=x);let S=x,C;t[8]!==n||t[9]!==r?(C=e=>{if(p.current!==null){let e=n.state.selection.from;n.chain().focus().deleteRange({from:p.current,to:e}).run()}if(e.id===`image`&&r){b(),m.current?.click();return}e.action(n),b()},t[8]=n,t[9]=r,t[10]=C):C=t[10];let w=C,ee,T;t[11]!==n||t[12]!==w||t[13]!==g||t[14]!==i||t[15]!==c?(ee=()=>{if(!n)return;let e=e=>{if(i)if(e.key===`ArrowDown`)e.preventDefault(),l(e=>(e+1)%g.length);else if(e.key===`ArrowUp`)e.preventDefault(),l(e=>(e-1+g.length)%g.length);else if(e.key===`Enter`){e.preventDefault();let t=g[c];t&&w(t)}else e.key===`Escape`&&(e.preventDefault(),b())},t=n.view.dom;return t.addEventListener(`keydown`,e,!0),()=>t.removeEventListener(`keydown`,e,!0)},T=[n,i,g,c,w,b],t[11]=n,t[12]=w,t[13]=g,t[14]=i,t[15]=c,t[16]=ee,t[17]=T):(ee=t[16],T=t[17]),(0,j.useEffect)(ee,T);let E,te;if(t[18]!==n||t[19]!==i?(te=()=>{if(!n)return;let e=()=>{let{state:e}=n,{from:t}=e.selection,r=e.doc.resolve(t).start(),o=e.doc.textBetween(r,t),c=o.match(/\/([^\s]*)$/);if(c&&(c.index===0||o[c.index-1]===` `)){p.current=r+c.index,s(c[1]),l(0);let e=n.view.coordsAtPos(t),i=n.view.dom.getBoundingClientRect();d({top:e.bottom-i.top+4,left:e.left-i.left}),a(!0)}else i&&b()};return n.on(`update`,e),n.on(`selectionUpdate`,e),()=>{n.off(`update`,e),n.off(`selectionUpdate`,e)}},E=[n,i,b],t[18]=n,t[19]=i,t[20]=E,t[21]=te):(E=t[20],te=t[21]),(0,j.useEffect)(te,E),!i||!u||g.length===0)return null;let D;t[22]!==u.left||t[23]!==u.top?(D={top:u.top,left:u.left},t[22]=u.left,t[23]=u.top,t[24]=D):D=t[24];let ne;if(t[25]!==w||t[26]!==g||t[27]!==c){let e;t[29]!==w||t[30]!==c?(e=(e,t)=>(0,M.jsxs)(`button`,{type:`button`,onClick:()=>w(e),className:A(`flex w-full items-center gap-3 rounded-md px-2.5 py-2 text-left transition-colors`,t===c?`bg-surface-hover text-fg`:`text-fg-muted hover:bg-surface-hover hover:text-fg`),children:[(0,M.jsx)(`span`,{className:`flex h-8 w-8 items-center justify-center rounded-md border border-edge bg-surface-raised`,children:e.icon}),(0,M.jsxs)(`span`,{className:`min-w-0 flex-1`,children:[(0,M.jsx)(`span`,{className:`block truncate text-sm font-medium`,children:e.label}),(0,M.jsx)(`span`,{className:`block truncate text-xs text-fg-muted`,children:e.description})]})]},e.id),t[29]=w,t[30]=c,t[31]=e):e=t[31],ne=g.map(e),t[25]=w,t[26]=g,t[27]=c,t[28]=ne}else ne=t[28];let O;t[32]===ne?O=t[33]:(O=(0,M.jsx)(`div`,{className:`max-h-72 overflow-y-auto p-1`,children:ne}),t[32]=ne,t[33]=O);let re;t[34]!==D||t[35]!==O?(re=(0,M.jsx)(`div`,{ref:f,className:`absolute z-50 w-64 overflow-hidden rounded-lg border border-edge bg-surface-base shadow-lg`,style:D,children:O}),t[34]=D,t[35]=O,t[36]=re):re=t[36];let ie;t[37]===S?ie=t[38]:(ie=(0,M.jsx)(`input`,{ref:m,type:`file`,accept:`image/*`,onChange:S,className:`hidden`}),t[37]=S,t[38]=ie);let ae;return t[39]!==re||t[40]!==ie?(ae=(0,M.jsxs)(M.Fragment,{children:[re,ie]}),t[39]=re,t[40]=ie,t[41]=ae):ae=t[41],ae}function hE({initialContent:e,onChange:t,placeholder:n=`Start writing, or type "/" for commands…`,className:r,noteId:i}){let a=c(s(e=>e.language)).notes,[o,l]=(0,j.useState)(!1),u=(0,j.useRef)(t);u.current=t;let d=am({extensions:[Ab.configure({heading:{levels:[1,2,3]},codeBlock:{HTMLAttributes:{class:`block-editor-code`}}}),dE.configure({inline:!1,allowBase64:!0,HTMLAttributes:{class:`block-editor-image`}}),jb,Mb.configure({nested:!0}),Nb.configure({placeholder:n}),Nv.configure({openOnClick:!1,autolink:!0,HTMLAttributes:{class:`block-editor-link`}}),GT.configure({html:!0,transformPastedText:!0,transformCopiedText:!0}),$T,eE],content:e,onUpdate:({editor:e})=>{let t=e.storage.markdown.getMarkdown();u.current(t)},editorProps:{attributes:{class:`block-editor-content`}}}),p=(0,j.useCallback)(async e=>{if(!(!i||!d))try{l(!0);let t=await ye(i,e);d.chain().focus().setImage({src:pe(i,t.id),alt:e.name}).run()}catch(e){f({type:`error`,title:a.imageUploadFailed,message:e instanceof Error?e.message:a.imageUploadFailedHint})}finally{l(!1)}},[d,i,a.imageUploadFailed,a.imageUploadFailedHint]);return(0,j.useEffect)(()=>{if(!d||!i)return;let e=e=>{let t=e.clipboardData?.items;if(t){for(let n of t)if(n.type.startsWith(`image/`)){e.preventDefault();let t=n.getAsFile();t&&p(t);return}}},t=e=>{let t=e.dataTransfer?.files;if(t?.length){for(let n of t)if(n.type.startsWith(`image/`)){e.preventDefault(),p(n);return}}},n=d.view.dom;return n.addEventListener(`paste`,e),n.addEventListener(`drop`,t),()=>{n.removeEventListener(`paste`,e),n.removeEventListener(`drop`,t)}},[d,i,p]),d?(0,M.jsxs)(`div`,{className:A(`flex h-full flex-col overflow-hidden`,r),children:[(0,M.jsx)(rE,{editor:d,onImageUpload:i?p:void 0,imageUploading:o}),(0,M.jsxs)(`div`,{className:`min-h-0 flex-1 overflow-y-auto px-6 py-4`,children:[(0,M.jsx)(mE,{editor:d,onImageUpload:i?p:void 0}),(0,M.jsx)(Zp,{editor:d})]})]}):null}var gE={edit:Ee,ai_edit:be,sync:se,restore:C};function _E(e,t){return{edit:t.triggerEdit,ai_edit:t.triggerAiEdit,sync:t.triggerSync,restore:t.triggerRestore}[e]??e}function vE({noteId:e,activeTimestamp:t,onSelect:n,onClose:r,onRestored:i}){let a=c(s(e=>e.language)).notes,o=a,{data:u}=l(e?[`note-history`,e]:null,()=>ge(e)),[d,p]=(0,j.useState)(!1),[m,g]=(0,j.useState)(null),_=(0,j.useCallback)(async t=>{p(!0);try{await Oe(e,t),f({type:`success`,title:a.restoreSuccess}),g(null),i()}catch{f({type:`error`,title:a.restoreFailed})}finally{p(!1)}},[e,a.restoreSuccess,a.restoreFailed,i]),v=Date.now();return(0,M.jsxs)(`div`,{className:`flex h-full min-h-0 flex-col`,children:[(0,M.jsxs)(`div`,{className:`flex shrink-0 items-center justify-between border-b border-edge px-4 py-3`,children:[(0,M.jsxs)(`div`,{className:`flex items-center gap-2 text-sm font-medium text-fg`,children:[(0,M.jsx)(h,{className:`h-4 w-4`,"aria-hidden":!0}),a.history]}),(0,M.jsx)(`button`,{type:`button`,onClick:r,className:`rounded-lg p-1 text-fg-muted transition-colors hover:bg-surface-hover hover:text-fg`,children:(0,M.jsx)(me,{className:`h-4 w-4`,"aria-hidden":!0})})]}),(0,M.jsx)(`div`,{className:`min-h-0 flex-1 overflow-y-auto`,children:u?.length?(0,M.jsx)(`ul`,{className:`divide-y divide-edge`,children:u.map(e=>{let r=gE[e.trigger]??Ee,i=t===e.timestamp,s=m===e.timestamp;return(0,M.jsxs)(`li`,{children:[(0,M.jsxs)(`button`,{type:`button`,onClick:()=>n(e),className:A(`w-full px-4 py-3 text-left transition-colors`,i?`bg-accent/10`:`hover:bg-surface-hover`),children:[(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(r,{className:`h-3.5 w-3.5 shrink-0 text-fg-muted`,"aria-hidden":!0}),(0,M.jsx)(`span`,{className:`text-xs font-medium text-fg`,children:_E(e.trigger,a)}),(0,M.jsx)(`span`,{className:`ml-auto text-xs text-fg-muted`,children:Le(e.timestamp,v,o)})]}),e.snippet&&(0,M.jsx)(`p`,{className:`mt-1 truncate text-xs text-fg-muted/60`,children:e.snippet})]}),i&&(0,M.jsx)(`div`,{className:`border-t border-edge/50 px-4 py-2`,children:s?(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(`span`,{className:`min-w-0 truncate text-xs text-fg-muted`,children:a.restoreConfirm}),(0,M.jsx)(`button`,{type:`button`,onClick:t=>{t.stopPropagation(),_(e.timestamp)},disabled:d,className:`shrink-0 rounded-lg bg-accent px-3 py-1 text-xs font-medium text-on-accent transition-colors hover:bg-accent/90 disabled:opacity-50`,children:d?`...`:a.restore}),(0,M.jsx)(`button`,{type:`button`,onClick:e=>{e.stopPropagation(),g(null)},className:`shrink-0 rounded-lg px-2 py-1 text-xs text-fg-muted hover:bg-surface-hover`,children:`Cancel`})]}):(0,M.jsx)(`button`,{type:`button`,onClick:t=>{t.stopPropagation(),g(e.timestamp)},className:`rounded-lg bg-surface-hover px-3 py-1 text-xs font-medium text-fg transition-colors hover:bg-accent hover:text-on-accent`,children:a.restore})})]},e.timestamp)})}):(0,M.jsxs)(`div`,{className:`px-4 py-8 text-center`,children:[(0,M.jsx)(`p`,{className:`text-sm font-medium text-fg-muted`,children:a.historyEmpty}),(0,M.jsx)(`p`,{className:`mt-1 text-xs text-fg-muted/60`,children:a.historyEmptyDescription})]})})]})}function yE(e){let t=(0,Be.c)(14),{mode:n,onModeChange:r,labels:i}=e,a;t[0]===i.edit?a=t[1]:(a={id:`wysiwyg`,label:i.edit,Icon:k},t[0]=i.edit,t[1]=a);let o;t[2]===i.source?o=t[3]:(o={id:`source`,label:i.source,Icon:he},t[2]=i.source,t[3]=o);let s;t[4]===i.preview?s=t[5]:(s={id:`preview`,label:i.preview,Icon:w},t[4]=i.preview,t[5]=s);let c;t[6]!==a||t[7]!==o||t[8]!==s?(c=[a,o,s],t[6]=a,t[7]=o,t[8]=s,t[9]=c):c=t[9];let l=c,u;return t[10]!==n||t[11]!==l||t[12]!==r?(u=(0,M.jsx)(`div`,{className:`flex items-center gap-0.5 rounded-lg border border-edge p-0.5`,children:l.map(e=>{let{id:t,label:i,Icon:a}=e;return(0,M.jsxs)(`button`,{type:`button`,onClick:()=>r(t),className:A(`inline-flex items-center gap-1 rounded-lg px-2 py-1 text-xs font-medium transition-colors`,n===t?`bg-surface-hover text-fg`:`text-fg-muted hover:bg-surface-hover hover:text-fg`),children:[(0,M.jsx)(a,{className:`h-3.5 w-3.5`,"aria-hidden":!0}),i]},t)})}),t[10]=n,t[11]=l,t[12]=r,t[13]=u):u=t[13],u}function bE(e){let t=(0,Be.c)(9),{noteId:n,onBack:r,onSaved:i}=e,a=s(xE),o;t[0]===a?o=t[1]:(o=c(a),t[0]=a,t[1]=o);let l=o.notes.lightboxClose,u;t[2]!==n||t[3]!==r||t[4]!==i?(u=(0,M.jsx)(SE,{noteId:n,onBack:r,onSaved:i}),t[2]=n,t[3]=r,t[4]=i,t[5]=u):u=t[5];let d;return t[6]!==l||t[7]!==u?(d=(0,M.jsx)(lE,{closeLabel:l,children:u}),t[6]=l,t[7]=u,t[8]=d):d=t[8],d}function xE(e){return e.language}function SE({noteId:e,onBack:t,onSaved:n}){let r=c(s(e=>e.language)).notes,i=d(e=>e.resolved)===`dark`,{openImage:a}=sE(),[o,u]=(0,j.useState)(`wysiwyg`),[p,m]=(0,j.useState)(!1),[g,_]=(0,j.useState)(null),[v,b]=(0,j.useState)(!1),[x,C]=(0,j.useState)(``),[w,ee]=(0,j.useState)(288),[E,te]=(0,j.useState)(!1),D=(0,j.useRef)(!1),ne=(0,j.useRef)(null),O=(0,j.useRef)(null),re=(0,j.useRef)(null),ie=y(e=>e.setPageHeader),ae=y(e=>e.clearPageHeader),{data:k,mutate:oe}=l(e?[`note-detail`,e]:null,()=>De(e));k&&!D.current&&(C(k.title??``),D.current=!0);let se=k?new Date(k.createdAt).toLocaleString(void 0,{year:`numeric`,month:`short`,day:`numeric`,hour:`2-digit`,minute:`2-digit`}):``,ce=(0,j.useMemo)(()=>(0,M.jsx)(`button`,{type:`button`,onClick:t,"aria-label":r.back,className:A(`rounded-lg p-1.5 text-fg-muted transition-colors hover:bg-surface-hover hover:text-fg`,T),children:(0,M.jsx)(S,{className:`h-4 w-4`,"aria-hidden":!0})}),[r.back,t]),le=(0,j.useCallback)(t=>{C(t),e&&(O.current&&clearTimeout(O.current),O.current=setTimeout(async()=>{b(!0);try{await we(e,{title:t}),await oe(),n?.()}catch{}finally{b(!1)}},600))},[e,oe,n]),ue=(0,j.useCallback)(e=>{e.preventDefault();let t=e.currentTarget;t.setPointerCapture(e.pointerId),te(!0);let n=e.clientX,r=w,i=e.pointerId,a=e=>{let t=r-(e.clientX-n);ee(Math.max(200,Math.min(600,t)))},o=()=>{try{t.releasePointerCapture(i)}catch{}te(!1),window.removeEventListener(`pointermove`,a),window.removeEventListener(`pointerup`,o),window.removeEventListener(`pointercancel`,o)};window.addEventListener(`pointermove`,a),window.addEventListener(`pointerup`,o),window.addEventListener(`pointercancel`,o)},[w]),de=(0,j.useMemo)(()=>(0,M.jsxs)(`div`,{className:A(`flex min-w-0 items-center gap-2 px-3 sm:px-5 xl:px-6`,T),children:[(0,M.jsx)(`span`,{className:`min-w-0 truncate text-sm font-medium text-fg`,title:x||se||void 0,children:x||se}),v?(0,M.jsx)(`span`,{className:`shrink-0 text-xs text-fg-muted opacity-60`,children:r.saving}):null]}),[r.saving,v,se,x]),fe=(0,j.useMemo)(()=>(0,M.jsxs)(`div`,{className:A(`flex items-center gap-2`,T),children:[(0,M.jsx)(yE,{mode:o,onModeChange:u,labels:{edit:r.modeEdit,source:r.modeSource,preview:r.modePreview}}),(0,M.jsx)(`button`,{type:`button`,onClick:()=>m(e=>!e),"aria-label":r.history,className:A(`rounded-lg p-1.5 transition-colors`,p?`bg-accent/10 text-accent`:`text-fg-muted hover:bg-surface-hover hover:text-fg`),children:(0,M.jsx)(h,{className:`h-4 w-4`,"aria-hidden":!0})})]}),[o,r.modeEdit,r.modePreview,r.modeSource,r.history,p]);(0,j.useLayoutEffect)(()=>(ie({startExtra:ce,main:k?de:null,end:k?fe:null}),()=>ae()),[ae,fe,de,ce,k,ie]);let pe=(0,j.useCallback)(t=>{e&&(ne.current&&clearTimeout(ne.current),ne.current=setTimeout(async()=>{b(!0);try{await we(e,{text:t}),await oe(),n?.()}catch(e){f({type:`error`,title:r.saveFailed,message:e instanceof Error?e.message:r.saveFailedHint})}finally{b(!1)}},600))},[e,oe,r.saveFailed,r.saveFailedHint,n]),me=(0,j.useCallback)(async t=>{try{_(await je(e,t.timestamp))}catch{_(null)}},[e]),he=(0,j.useCallback)(()=>{m(!1),_(null)},[]),ge=(0,j.useCallback)(()=>{m(!1),_(null),oe(),n?.()},[oe,n]);if(!k)return(0,M.jsx)(`div`,{className:`flex flex-1 items-center justify-center`,children:(0,M.jsx)(`div`,{className:`h-6 w-6 animate-spin rounded-full border-2 border-accent border-t-transparent`})});let ve=g!==null,ye=ve?g.title??``:x,be=ve?g.text??``:k.text??``;return(0,M.jsxs)(`div`,{className:`flex h-full min-h-0 gap-3 p-4 sm:px-5`,children:[(0,M.jsx)(`div`,{className:`flex min-h-0 min-w-0 flex-1 flex-col`,children:(0,M.jsx)(`div`,{ref:re,className:`flex min-h-0 flex-1 flex-col overflow-hidden rounded-xl border border-edge-subtle bg-surface-base`,children:ve?(0,M.jsxs)(`div`,{className:`h-full overflow-y-auto px-6 py-4`,children:[ye&&(0,M.jsx)(`h1`,{className:`mb-4 text-2xl font-bold text-fg/70`,children:ye}),be?(0,M.jsx)(_e,{noteId:e,content:be,className:`opacity-80`}):(0,M.jsx)(`p`,{className:`italic text-fg-muted`,children:r.emptyPreview})]}):(0,M.jsxs)(M.Fragment,{children:[o===`wysiwyg`&&(0,M.jsxs)(`div`,{className:`flex h-full flex-col`,children:[(0,M.jsx)(`div`,{className:`shrink-0 px-6 pt-4`,children:(0,M.jsx)(`input`,{type:`text`,value:x,onChange:e=>le(e.target.value),onKeyDown:e=>{e.key===`Enter`&&(e.preventDefault(),(re.current?.querySelector(`.ProseMirror`))?.focus())},placeholder:r.titlePlaceholder,className:`w-full border-none bg-transparent text-2xl font-bold text-fg placeholder:text-fg-muted/40 focus:outline-none`})}),(0,M.jsx)(`div`,{className:`min-h-0 flex-1`,children:(0,M.jsx)(hE,{initialContent:k.text??``,onChange:pe,noteId:e},`wysiwyg-${e}`)})]}),o===`source`&&(0,M.jsxs)(`div`,{className:`flex h-full flex-col`,children:[(0,M.jsx)(`div`,{className:`shrink-0 px-6 pt-4`,children:(0,M.jsx)(`input`,{type:`text`,value:x,onChange:e=>le(e.target.value),placeholder:r.titlePlaceholder,className:`w-full border-none bg-transparent text-2xl font-bold text-fg placeholder:text-fg-muted/40 focus:outline-none`})}),(0,M.jsx)(`div`,{className:`min-h-0 flex-1`,children:(0,M.jsx)(xe,{initialContent:k.text??``,onChange:pe,isDark:i},`source-${e}`)})]}),o===`preview`&&(0,M.jsxs)(`div`,{className:`h-full overflow-y-auto px-6 py-4`,onClick:e=>{let t=e.target;t instanceof HTMLImageElement&&a(t.currentSrc||t.src,t.alt)},children:[x&&(0,M.jsx)(`h1`,{className:`mb-4 text-2xl font-bold text-fg`,children:x}),k.text?(0,M.jsx)(_e,{noteId:e,content:k.text,className:`[&_img]:cursor-zoom-in`}):(0,M.jsx)(`p`,{className:`italic text-fg-muted`,children:r.emptyPreview})]})]})})}),(0,M.jsx)(`div`,{className:A(`relative flex min-h-0 shrink-0 flex-col overflow-hidden`,!E&&`transition-[width] duration-300 ease-in-out`),style:{width:p?w:0},children:(0,M.jsxs)(`div`,{className:`flex min-h-0 flex-1 flex-col`,style:{width:w},children:[(0,M.jsx)(`div`,{role:`separator`,"aria-orientation":`vertical`,onPointerDown:ue,className:A(`absolute left-0 top-0 z-10 h-full w-2 -translate-x-1/2 cursor-col-resize`,`before:content-[''] before:pointer-events-none before:absolute before:left-1/2 before:top-0 before:h-full before:w-px before:-translate-x-1/2`,`before:bg-transparent before:transition-[background-color] before:duration-150`,`hover:before:bg-edge/65 dark:hover:before:bg-edge/75`,E&&`before:!bg-edge/80 dark:before:!bg-edge/85`,`touch-none select-none`)}),(0,M.jsx)(`div`,{className:`flex min-h-0 flex-1 flex-col overflow-hidden rounded-xl border border-edge-subtle bg-surface-base`,children:(0,M.jsx)(vE,{noteId:e,activeTimestamp:g?.timestamp??null,onSelect:me,onClose:he,onRestored:ge})})]})})]})}function CE(){let e=(0,Be.c)(5),{noteId:t}=x(),n=ie(),r;e[0]===n?r=e[1]:(r=()=>{n(`/notes`)},e[0]=n,e[1]=r);let i=r;if(!t)return null;let a;return e[2]!==i||e[3]!==t?(a=(0,M.jsx)(`div`,{className:`mx-auto flex h-full min-h-0 w-full max-w-6xl flex-1 flex-col`,children:(0,M.jsx)(bE,{noteId:t,onBack:i})}),e[2]=i,e[3]=t,e[4]=a):a=e[4],a}export{CE as NoteDetailPage};
|