@ones-editor/editor 2.0.5-beta.27 → 2.0.5-beta.28
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/index.js
CHANGED
|
@@ -21,7 +21,7 @@ Available method signatures are:
|
|
|
21
21
|
`).map((i,s)=>{const l=s===0&&(t==null?void 0:t.firstLineAsTitle)?{heading:1}:void 0;return es(i,l)})},meta:{},comments:{}}}function P1(n){const t=n.blocks.root;if(t.length!==1)return!1;const e=t[0];return!(!e.text||Vn(e.text))}function gB(n,t){const e=it();return n.localInsertChildContainers([{containerId:e,blocks:t}]),e}function qs(n,t){return gB(n,[Nm(t)])}const B8="\u200B",y8=D("to-plain-text");function Re(n,t){let e="";return n.forEach(r=>{if(p(y8,typeof r.insert=="string","invalid op"),r.attributes&&r.attributes.box===!0){if(t!=null&&t.boxReplacement){e+=t.boxReplacement;return}if(r.attributes.text){e+=r.attributes.text;return}e+=" "}e+=r.insert}),e}function F1(n){return Re(n,{boxReplacement:" "})}function pB(n){return typeof n.offset=="number"}function Pm(n){return pB(n.anchor)}function T8(n){return Pm(n)&&n.anchor.offset===n.focus.offset&&n.anchor.blockId===n.focus.blockId}function CB(n,t){return{blockId:n,offset:t}}function Fm(n,t){const e=CB(n,t);return{anchor:e,focus:e}}function EB(n,t){return{blockId:n,childContainerId:t}}function k8(n,t){const e=EB(n,t);return{anchor:e,focus:e}}const R8=D("block-to-text");function w8(n,t,e){let r="";return t.forEach(i=>{if(p(R8,typeof i.insert=="string","invalid op"),i.attributes&&i.attributes.box===!0){const s=i.attributes,o=n.editorBoxes.getBoxClass(s.type);if(o!=null&&o.convertTo){r+=o.convertTo(n,s,e,"text");return}if(i.attributes.text){r+=i.attributes.text;return}r+=`[${s.type}]`}r+=i.insert}),r}const S8=D("block-to-text");function L8(n,t,e){let r="";return t.forEach(i=>{if(p(S8,typeof i.insert=="string","invalid op"),i.attributes&&i.attributes.box===!0){const o=i.attributes,l=n.editorBoxes.getBoxClass(o.type);if(l!=null&&l.convertTo){r+=l.convertTo(n,o,e,"markdown");return}if(i.attributes.text){r+=i.attributes.text;return}r+=`[${o.type}]`}const s=i.attributes;if(s){let o=i.insert;s.link&&(o=`[${o}](${s.link})`);const l=[];s["style-code"]?l.push("`"):(s["style-bold"]&&l.push("**"),s["style-italic"]&&l.push("*"),s["style-underline"]&&l.push("__"),s["style-strikethrough"]&&l.push("~~"));const c=l.join("");r.endsWith(c.substring(0,1))&&(r+=" ");const d=l.reverse().join("");r+=c+o+d;return}r+=i.insert}),r}function I8(n,t,e){const r=t.text||[];let s=L8(n,r,e);if(t.heading){const o=t.heading;s=`${"#".repeat(o)} ${s}`}return t.quoted&&(s=`> ${s}`),t.type==="text"&&(s=`${s}
|
|
22
22
|
`),s}function D8(n){switch(n){case"style-color-0":return"#e52727";case"style-color-1":return"#eb6414";case"style-color-2":return"#f0a100";case"style-color-3":return"#24b47e";case"style-color-4":return"#0064ff";case"style-color-5":return"#9678d3";case"style-color-6":return"#909090";default:return}}function _8(n){switch(n){case"style-bg-color-0":return"#fad4d4";case"style-bg-color-1":return"#fbe0d0";case"style-bg-color-2":return"#fceccc";case"style-bg-color-3":return"#d3f0e5";case"style-bg-color-4":return"#d6e9fa";case"style-bg-color-5":return"#eae4f6";case"style-bg-color-6":return"#dedede";case"style-bg-color-7":return"#e52727";case"style-bg-color-8":return"#eb6414";case"style-bg-color-9":return"#f0a100";case"style-bg-color-10":return"#24b47e";case"style-bg-color-11":return"#0064ff";case"style-bg-color-12":return"#9678d3";case"style-bg-color-13":return"#909090";case"style-bg-color-14":return"#e8e8e8";default:return}}const M8=D("block-to-text");function U8(n,t,e){let r="";return t.forEach(i=>{if(p(M8,typeof i.insert=="string","invalid op"),i.attributes&&i.attributes.box===!0){const o=i.attributes,l=n.editorBoxes.getBoxClass(o.type);if(l!=null&&l.convertTo){r+=l.convertTo(n,o,e,"html");return}if(i.attributes.text){r+=i.attributes.text;return}r+=`[${o.type}]`}const s=i.attributes;if(s){let o=i.insert;const l=[];let c="";s["style-bold"]&&l.push("strong"),s["style-italic"]&&l.push("em"),s["style-underline"]&&l.push("u"),s["style-strikethrough"]&&l.push("s"),s["style-code"]&&l.push("code");const d=Object.keys(s).find(A=>A.startsWith("style-bg-color-"));d&&(c+=`background-color: ${_8(d)};`);const h=Object.keys(s).find(A=>A.startsWith("style-color-"));h&&(c+=`color: ${D8(h)};`),s.link&&(o=`<a href="${s.link}">${o}</a>`);let C=l.map(A=>`<${A}>`).join(""),E=l.reverse().map(A=>`</${A}>`).join("");c&&(s.link?o=`<a href="${s.link}" style="${c}">${i.insert}</a>`:C?C=C.replace(">",` style="${c}">`):(C=`<span style="${c}">`,E="</span>")),r+=C+o+E;return}r+=i.insert}),r||(r="<br>"),`<p>${r}</p>`}const jc=D("text-block");function O8(n,t,e,r,i){const{text:s}=i;p(jc,s,"no text for text block");const o=ua(r,"div");return Lm(n,t,i.id,o,s),o}function N8(n,t,e){p(jc,e,"no text to update");const r=ua(null,"div");Lm(n,tl(t),ut(t),r,e);const i=zt(t);Bf(i,r)}function P8(n,t,e){return $D(n,t,e)}function AB(n,t){let e="";return t.forEach(r=>{var i,s,o;if(!!r.insert){if(r.attributes&&r.attributes.box===!0){const l=n.getBoxById(r.attributes.id),c=(s=(i=n.editorBoxes.getBoxClass(r.attributes.type)).getBoxProperties)==null?void 0:s.call(i,n,l);e+=(o=c==null?void 0:c.abstract)!=null?o:" ";return}e+=r.insert}}),e.trim()}function F8(n,t){p(jc,ot(n,t),"block in not textBlock");const e=n.selection.range;let r="";if(e.isCollapsed()){const i=n.getBlockText(t);r=AB(n,i)}else{const i=ut(t),s=Ji(n,{simpleBlockOnly:!0}).find(o=>ut(o.block)===i);if(s&&!ve(n,s.block)){p(jc,s.block===t,"block not match");const o=n.getBlockText(t),{start:l,end:c}=s,d=l.offset,h=c.offset-d;if(h>0){const{middle:C}=ln(o,d,h);r=AB(n,C)}}}return{abstract:r.trim()}}function K8(n,t,e,r){return p(jc,t.text,"no text for text block"),r==="text"?w8(n,t.text,e):r==="markdown"?I8(n,t,e):U8(n,t.text,e)}function V8(n,t){const e=Et.default(t);e.id=it();const{text:r}=e;return p(jc,r,"no text for text block"),r.forEach(i=>{i.insert&&i.attributes&&i.attributes.box===!0&&(i.attributes.id=it())}),{blocks:{root:[e]},meta:{},comments:{}}}const lr={blockType:"text",blockKind:"text",createBlockContent:O8,getBlockTextLength:Of,getRangeFromPoint:g8,moveCaret:h8,updateSelection:HD,clearSelection:jD,getCaretRect:yr,getClientRects:P8,setBlockText:N8,getBlockProperties:F8,convertTo:K8,blockToDoc:V8},$8=Lm,Km=D("action-helper");function Xs(n,t){const e=at(t),r=pt(e),i=Rt(t);return n.doc.getBlockData(r,i)}function Yn(n,t){p(Km,ot(n,t),"not a text kind block");const r=Xs(n,t).text;return p(Km,r,"no text in block"),r}function Vm(n,t,e){return sr(Yn(n,t),e).left}function xB(n,t){const e=et(t);p(Km,e,"no parent block");const r=Yn(n,e),i=Uv(t),s=r.find(o=>{const l=o.attributes;return l?l.box&&l.id===i:!1});return p(Km,s,"failed to find box"),s.attributes}const Fe=D("block-text");function H8(n,t,e){p(Fe,ot(n,t),"not a text kind block"),p(Fe,or(t,e),"not a valid offset"),p(Fe,e>=0&&e<Ct(n,t),`invalid offset: ${e}`);const i=ma(t,e)-e;i===0&&p(Fe,!1,`no text after offset: ${e}`);const s=Yn(n,t),{middle:o}=ln(s,e,i);p(Fe,o.length===1,"failed to split text to 3 parts");const l=o[0];return Hs(l)?" ":(p(Fe,l.insert.length===1||l.insert.length===2,"invalid op"),l.insert)}function j8(n,t,e){p(Fe,ot(n,t),"not a text kind block"),p(Fe,or(t,e),"not a valid offset"),p(Fe,e>0&&e<=Ct(n,t),`invalid offset: ${e}`);const r=rl(t,e),i=e-r;i===0&&p(Fe,!1,`no text before offset: ${e}`);const s=Yn(n,t),{middle:o}=ln(s,r,i);p(Fe,o.length===1,"failed to split text to 3 parts");const l=o[0];return Hs(l)?" ":(p(Fe,l.insert.length===1||l.insert.length===2,"invalid op"),l.insert)}function $m(n,t,e){p(Fe,ot(n,t),"not a text kind block"),p(Fe,or(t,e),"not a valid offset"),p(Fe,e>0&&e<=Ct(n,t),`invalid offset: ${e}`);const r=rl(t,e),i=e-r;i===0&&p(Fe,!1,`no text before offset: ${e}`);const s=Yn(n,t),{middle:o}=ln(s,r,i);p(Fe,o.length===1,"failed to split text to 3 parts");const l=o[0];return Hs(l)?{op:l,charType:"box",offset:r,length:1}:{op:l,charType:hm(l.insert)?"space":"text",offset:r,length:l.insert.length}}function Vf(n,t,e){p(Fe,ot(n,t),"not a text kind block"),p(Fe,or(t,e),"not a valid offset"),p(Fe,e>=0&&e<Ct(n,t),`invalid offset: ${e}`);const i=ma(t,e)-e;i===0&&p(Fe,!1,`no text after offset: ${e}`);const s=Yn(n,t),{middle:o}=ln(s,e,i);p(Fe,o.length===1,"failed to split text to 3 parts");const l=o[0];return Hs(l)?{op:l,charType:"box",offset:e,length:1}:{op:l,charType:hm(l.insert)?"space":"text",offset:e,length:l.insert.length}}function z8(n,t,e,r){let i=e;for(;i>0;){const s=$m(n,t,i);if(s.charType===r)return s;i-=s.length}return null}function G8(n,t,e,r){const i=Ct(n,t);let s=e;for(;s<i;){const o=Vf(n,t,s);if(o.charType===r)return o;s+=o.length}return null}function K1(n,t,e,r){let i=e;for(;i>0;){const s=$m(n,t,i);if(s.charType!==r)return s;i-=s.length}return null}function V1(n,t,e,r){const i=Ct(n,t);let s=e;for(;s<i;){const o=Vf(n,t,s);if(o.charType!==r)return o;s+=o.length}return null}function $1(n,t,e){if(p(Fe,ot(n,t),"invalid blok type"),ve(n,t))return 0;const r=$m(n,t,e);if(r.charType==="box")return e-1;let i=e;if(r.charType==="space"){const o=K1(n,t,i,"space");if(!o||o.offset===0)return 0;if(o.charType==="box")return o.offset;i=o.offset}const s=K1(n,t,i,"text");return s?s.offset+s.length:0}function H1(n,t,e){if(p(Fe,ot(n,t),"invalid blok type"),ve(n,t))return 0;const r=Vf(n,t,e);if(r.charType==="box")return e+1;let i=e;if(r.charType==="space"){const o=V1(n,t,i,"space");if(!o||o.offset===0)return Ct(n,t);if(o.charType==="box")return o.offset;i=o.offset}const s=V1(n,t,i,"text");return s?s.offset:Ct(n,t)}const bB=D("text-box");function W8(n,t,e,r){p(bB,r.text,`no text for text box data: ${JSON.stringify(r)}`),p(bB,typeof r.text=="string",`invalid text type for text box data: ${JSON.stringify(r)}`),B("span",[],e,r.text)}function q8(n,t,e,r){var i;return(i=t.text)!=null?i:""}const vB={boxType:"text",updateBoxContent:W8,convertTo:q8},X8="data:image/svg+xml;base64,Cjxzdmcgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTguMjQ0NSA2QzE3LjgyNzQgNiAxNy41MzYzIDYuMjkxMTcgMTcuNTM2MyA2LjcwODI2QzE3LjUzNjMgNi45ODM3IDE3LjU1OTkgNy4yMzU1MyAxNy41NTk5IDcuNjEzMjdDMTcuNTU5OSAxMC4yODExIDE2LjYyMzQgMTEuMzc0OSAxMy45NzkyIDExLjM3NDlIOC45NDI2Nkw3LjEyNDc5IDExLjQ4NTFMOS41NDA3NSA5LjI4MTYyTDExLjE5MzQgNy41OTc1M0MxMS4zMjcxIDcuNDcxNjEgMTEuMzk4IDcuMjgyNzQgMTEuMzk4IDcuMDkzODdDMTEuMzk4IDYuNjkyNTIgMTEuMDk4OSA2LjQwMTM1IDEwLjY5NzYgNi40MDEzNUMxMC41MDg3IDYuNDAxMzUgMTAuMzM1NiA2LjQ3MjE4IDEwLjE3ODIgNi42MjE3TDUuMjQzOTYgMTEuNTQ4MUM1LjA4NjU3IDExLjcwNTUgNSAxMS44OTQzIDUgMTIuMDkxMUM1IDEyLjI4NzggNS4wODY1NyAxMi40NzY3IDUuMjQzOTYgMTIuNjI2MkwxMC4xNjI1IDE3LjUzNjhDMTAuMzM1NiAxNy43MDk5IDEwLjUwODcgMTcuNzgwOCAxMC42OTc2IDE3Ljc4MDhDMTEuMDk4OSAxNy43ODA4IDExLjM5OCAxNy40ODk2IDExLjM5OCAxNy4wODgzQzExLjM5OCAxNi44OTE1IDExLjMyNzEgMTYuNzEwNSAxMS4xOTM0IDE2LjU4NDZMOS41NDA3NSAxNC45MDA1TDcuMTMyNjYgMTIuNjk3TDguOTQyNjYgMTIuODA3MkgxNC4wNTc5QzE3LjU1OTkgMTIuODA3MiAxOSAxMS4yNDExIDE5IDcuNjc2MjJDMTkgNy4yMzU1MyAxOC45OTIxIDYuODY1NjUgMTguOTM3IDYuNjEzODNDMTguODc0MSA2LjI5OTA0IDE4LjY3NzMgNiAxOC4yNDQ1IDZaIiBmaWxsPSIjQjJCQ0NEIi8+Cjwvc3ZnPgo=";function Y8(n,t,e,r){Dp(X8,[],e),B("br",[],e)}function Q8(n,t,e,r){return r==="text"?`
|
|
23
23
|
`:r==="html"?"<br>":r==="markdown"?`
|
|
24
|
-
`:""}const BB={boxType:"br",updateBoxContent:Y8,convertTo:Q8},yB=D("editor-boxes");class TB{constructor(t){m(this,"boxes",new Map);this.editor=t}registerBoxClass(t){const e=t.boxType,r=this.boxes.get(e);p(yB,!r,`duplicated box type: ${e}`),this.boxes.set(e,t)}getBoxClass(t){const e=this.boxes.get(t);return p(yB,e,`unknown box type: ${t}`),e}createBox(t,e){const r=Mv(e),i=Ov(r);return this.getBoxClass(e.type).updateBoxContent(this.editor,r,i,e),r}forEach(t){this.boxes.forEach(t)}}function J8(n,t,e,r){const i=r,{width:s,height:o,src:l}=i,c=["editor-box-image"];i.link&&c.push("editor-box-image-link");const d=B("img",c,e);s&&(d.style.width=`${s}px`),o&&(d.style.height=`${o}px`),d.src=n.doc.buildResourceUrl(l)}const kB={boxType:"image",updateBoxContent:J8},Z8="data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9InJnYigxNzgsIDE4OCwgMjA1KSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0ibTE3IDE1IDEuNTUgMS41NWMtLjk2IDEuNjktMy4zMyAzLjA0LTUuNTUgMy4zN1YxMWgzVjloLTNWNy44MkMxNC4xNiA3LjQgMTUgNi4zIDE1IDVjMC0xLjY1LTEuMzUtMy0zLTNTOSAzLjM1IDkgNWMwIDEuMy44NCAyLjQgMiAyLjgyVjlIOHYyaDN2OC45MmMtMi4yMi0uMzMtNC41OS0xLjY4LTUuNTUtMy4zN0w3IDE1bC00LTN2M2MwIDMuODggNC45MiA3IDkgN3M5LTMuMTIgOS03di0zbC00IDN6TTEyIDRjLjU1IDAgMSAuNDUgMSAxcy0uNDUgMS0xIDEtMS0uNDUtMS0xIC40NS0xIDEtMXoiPjwvcGF0aD4KPC9zdmc+Cg==";function t_(n,t,e){q(e,"editor-box-anchor"),Dp(Z8,[],e)}const RB={boxType:"anchor",updateBoxContent:t_};function e_(n,t,e,r){B("span",[],e,r.text)}const wB={insertionType:"inputting",updateInsertionContent:e_},SB=D("editor-insertion");class LB{constructor(t){m(this,"insertions",new Map);this.editor=t}registerInsertionClass(t){const e=t.insertionType,r=this.insertions.get(e);p(SB,!r,`duplicated insertion type: ${e}`),this.insertions.set(e,t)}getInsertionClass(t){const e=this.insertions.get(t);return p(SB,e,`unknown insertion type: ${t}`),e}createInsertion(t,e){const r=Nv(e.type,e.id,e.attributes),i=Fv(r);return this.getInsertionClass(e.type).updateInsertionContent(this.editor,r,i,e),r}}class n_{constructor(t){m(this,"cursors",new Map);m(this,"timer");this.editor=t,this.timer=this.startTimer()}add(t,e){this.cursors.set(t,e)}startTimer(){return setInterval(()=>{const t=Date.now();Array.from(this.cursors).forEach(([e,r])=>{if(t-r>3e3){const i=Pv(this.editor,e);i&&ct(i,"active"),this.cursors.delete(e)}})},1e3)}destroy(){clearInterval(this.timer)}}function r_(n,t,e,r){var l;const i=r;Date.now()-i.time<5*1e3&&(n.addCustom("active-cursors",d=>new n_(d)).add(i.id,i.time),q(t,"active")),B("span",[],e,"|").setAttribute("data-cursor-name",i.name),t.style.setProperty("--cursor-color",n.getColor((l=i.rainbowIndex)!=null?l:0))}const j1={insertionType:"remote-cursor",updateInsertionContent:r_};class IB{constructor(t){m(this,"decorators",[]);this.editor=t}registerDecorator(t){this.decorators.push(t)}decorateBlock(t,e){let r=e;return this.decorators.forEach(i=>{if(i.decorateBlock){const s=i.decorateBlock(this.editor,t,e);s&&(r=Et.default(s))}}),r}decorateText(t,e){let r=e;const i=new Map;return this.decorators.forEach(s=>{if(s.decorateText){const o=s.decorateText(this.editor,t,e);if(o){const{insertions:l,text:c}=o;l&&Array.from(l.entries()).forEach(([d,h])=>{const C=i.get(d);C?C.push(...h):i.set(d,h)}),c&&(r=Et.default(c))}}}),{insertions:i,text:r}}}const z1=D("editor-input");class i_{constructor(t,e){m(this,"editor");m(this,"composing",!1);m(this,"callbacks");m(this,"inputElement");m(this,"handleWindowBlur",()=>{this.editor.emit("blur",this.editor),this.callbacks.onBlur()});m(this,"handleWindowFocus",()=>{document.activeElement===this.inputElement&&this.focus()});m(this,"handleDocumentClick",t=>{const e=this.editor.contentElement,r=t.target,i=this.isInDisableScrollMask(r);if(r&&(i||e.contains(r))){!i&&!Uc(r)&&(this.editor.emit("focus",this.editor),this.callbacks.onFocus(),this.editor.input.focus());return}this.isInCommandbar(r)||(this.editor.emit("blur",this.editor),this.callbacks.onBlur())});m(this,"handleDocumentSelectionChange",()=>{setTimeout(()=>{var e;const t=(e=document.getSelection())==null?void 0:e.focusNode;t&&(this.editor.contains(t)||t.nodeType===Node.ELEMENT_NODE&&this.isInDisableScrollMask(t)||this.isInCommandbar(t))||(this.editor.emit("blur",this.editor),this.callbacks.onBlur())},100)});m(this,"handleEditorSelectionChanged",()=>{const e=!this.editor.isWritable();this.inputElement.readOnly=e});m(this,"handleReadonlyChanged",()=>{this.handleEditorSelectionChanged()});m(this,"handleCompositionstart",t=>{!this.editor.isWritable()||(this.composing=!0,this.callbacks.onCompositionStart(t))});m(this,"handleCompositionend",t=>{Zl()?setTimeout(()=>{this.composing=!1},100):this.composing=!1,this.callbacks.onUpdateCompositionText(t,this.inputElement.value,!0),this.inputElement.value=""});m(this,"handleInput",t=>{if(t instanceof InputEvent&&!!t.data){if(this.editor.readonly||!this.editor.isWritable()){this.inputElement.value="";return}this.composing?this.callbacks.onUpdateCompositionText(t,t.data,!1):(this.callbacks.onInsertText(t,t.data),this.inputElement.value="")}});m(this,"handleKeyDown",t=>{if(!this.composing){if(this.callbacks.onKeyDown(t)){t.preventDefault(),t.stopPropagation();return}!this.editor.isWritable()||setTimeout(()=>{this.composing||(this.inputElement.value="")})}});m(this,"handleCopy",t=>{this.callbacks.onCopy(t)});m(this,"handleCut",t=>{if(this.editor.readonly){t.stopPropagation(),t.preventDefault();return}this.callbacks.onCut(t),z1.debug("on cut")});m(this,"handlePaste",t=>{if(!(t.isTrusted&&(!(t.target instanceof HTMLInputElement)||this.inputElement!==t.target))){if(this.editor.readonly||this.inputElement!==t.target){t.stopPropagation(),t.preventDefault();return}this.callbacks.onPaste(t)}});m(this,"handlePasteText",(t,e)=>{this.callbacks.onPasteText(t,e)});this.editor=t,this.callbacks=e;const r=B("input",["editor-input"],t.contentElement);r.type="text",r.name="editor-input",r.onkeydown=this.handleKeyDown,r.oninput=this.handleInput,r.oncopy=this.handleCopy,document.addEventListener("paste",this.handlePaste),r.oncut=this.handleCut,r.addEventListener("compositionstart",this.handleCompositionstart),r.addEventListener("compositionend",this.handleCompositionend),this.inputElement=r,document.addEventListener("click",this.handleDocumentClick),document.addEventListener("selectionchange",this.handleDocumentSelectionChange),this.editor.addListener("selectionChanged",this.handleEditorSelectionChanged),this.editor.addListener("readonlyChanged",this.handleReadonlyChanged),window.addEventListener("blur",this.handleWindowBlur),window.addEventListener("focus",this.handleWindowFocus)}isInCommandbar(t){let e=t;return e===null?!1:(e.nodeType===3&&(e=e.parentElement),!!(e!=null&&e.closest("div[data-command-bar-id]"))||!!(e!=null&&e.closest("[data-keep-editor-focus]")))}destroy(){this.callbacks.destroy(),document.removeEventListener("click",this.handleDocumentClick),document.removeEventListener("selectionchange",this.handleDocumentSelectionChange),this.editor.removeListener("selectionChanged",this.handleEditorSelectionChanged),this.editor.removeListener("readonlyChanged",this.handleReadonlyChanged);const t=this.inputElement;t.removeEventListener("compositionstart",this.handleCompositionstart),t.removeEventListener("compositionend",this.handleCompositionend),t.onkeydown=null,t.oninput=null,t.oncopy=null,document.removeEventListener("paste",this.handlePaste),window.removeEventListener("blur",this.handleWindowBlur),window.removeEventListener("focus",this.handleWindowFocus),t.oncut=null}getInput(){return this.inputElement}focus(){this.editor.selection.caret.visible()||this.editor.selection.caret.update(),xe.isMobileSafari?(this.inputElement.focus(),this.callbacks.onFocus()):setTimeout(()=>{this.inputElement.focus(),this.callbacks.onFocus()})}isInDisableScrollMask(t){return!!(t!=null&&t.classList.contains("editor-disable-scroll"))}handleChanged(t){this.callbacks.onChanged(t)}handleRemoteChanged(t){this.callbacks.onRemoteChanged(t)}addHandler(t){this.callbacks.addHandler(t)}removeHandler(t){this.callbacks.removeHandler(t)}defaultInsertText(t,e,r,i,s){p(z1,t===this.editor,"invalid editor"),this.callbacks.defaultInsertText(t,e,r,i,s)}defaultHandleKeydown(t,e){return p(z1,t===this.editor,"invalid editor"),this.callbacks.defaultHandleKeydown(t,e)}forEach(t){this.callbacks.forEach(t)}}function DB(n){const t=n.rootElement,e=t.getBoundingClientRect(),r=Hr(t),i=window.innerWidth,s=window.innerHeight,o=e.left<0?0:e.left,l=e.top<0?0:e.top,c=e.right>i?i:e.right,d=e.bottom>s?s:e.bottom,h=(o+c)/2,C=(l+d)/2,E=0-e.left+h,A=0-e.top+C,v=n.input.inputElement;v.style.left=`${E/r}px`,v.style.top=`${A/r}px`}const G1=D("editor-caret");function s_(){const t=window.navigator.userAgent.match(/Firefox\/(\d+)\./);return t?Number.parseInt(t[1],10):null}class o_{constructor(t){m(this,"editor");m(this,"caretElem");m(this,"handleReadOnlyChanged",()=>{this.update()});if(this.editor=t,this.caretElem=B("div",["editor-cursor"],this.editor.contentElement),xe.isFirefox){const e=s_();e&&e<=79&&(this.caretElem.style.transition="none")}this.editor.on("readonlyChanged",this.handleReadOnlyChanged)}destroy(){this.editor.off("readonlyChanged",this.handleReadOnlyChanged)}visible(){const t=window.getComputedStyle(this.caretElem);return t.display!=="none"&&t.opacity!=="0"}hasCaret(){if(this.editor.readonly||!this.editor.selection.range.isCollapsed())return!1;const t=this.editor.selection.range.start;if(!(t instanceof gn))return!1;const e=this.editor.getBlockById(t.blockId);return!!ot(this.editor,e)}update(){if(Ef(this.editor.rootElement))return;const t=this.caretElem;if(this.hasCaret())t.style.display="";else{t.style.display="none",DB(this.editor);return}const{range:e}=this.editor.selection;p(G1,e.isCollapsed,"range is not collapsed");const r=e.start;p(G1,r instanceof gn,"only simple block position can has caret");const i=this.editor.getBlockById(r.blockId);p(G1,ot(this.editor,i),"only text kind block can has caret");let s;const o=i.querySelector("span.inputting-insertion");o?(s=ea(o),s=new DOMRect(s.right,s.top,1,s.height)):s=yr(i,r);const l=this.editor.contentElement.getBoundingClientRect(),c=s.left-l.left,d=s.top-l.top;t.style.left=`${c}px`,t.style.top=`${d}px`,t.style.height=`${s.height}px`;const h=this.editor.input.inputElement;h.style.left=`${c}px`,h.style.top=`${d+s.height-24}px`,xe.isMobileSafari&&(h.style.left=`${c-4}px`,h.style.height=`${s.height}px`);const E=mn(i,{horizontal:!0}).getBoundingClientRect(),A=E.left-l.left,v=A+E.width;c<A||c>v?(DB(this.editor),t.style.display="none"):t.style.display=""}}function _B(n){Kv(n),n.selection.range.getSelectedBlocks().forEach(t=>Vv(n,t.block,t.start,t.end))}const l_=D("editor-dom");function Hm(n){return mn(n.rootContainer).clientHeight}function $f(n){const e=mn(n.rootContainer).getBoundingClientRect(),r=e.x<0?0:e.x,i=e.y<0?0:e.y,s=e.right>window.innerWidth?window.innerWidth:e.right,o=e.bottom>window.innerHeight?window.innerHeight:e.bottom;return new DOMRect(r,i,s-r,o-i)}function a_(n,t){const e=$f(n),r=n.getBlockById(t.blockId),s=Zo(n,r,t);return ia(e,s.x,s.y)&&ia(e,s.right,s.bottom)}function MB(n,t){const e=$f(n),r=t.getBoundingClientRect();return r.top>=e.top&&r.top<=e.bottom||r.bottom<=e.bottom&&r.bottom>=e.top}function c_(n,t){const e=$f(n),r=t.getBoundingClientRect();if(r.top>=e.top&&r.top<=e.bottom&&r.bottom<=e.bottom&&r.bottom>=e.top)return 100;const i=Math.max(0,Math.min(r.right,e.right)-Math.max(r.left,e.left)),s=Math.max(0,Math.min(r.bottom,e.bottom)-Math.max(r.top,e.top)),o=i*s,l=r.width*r.height;return o/l*100}function u_(n,t){const e=$f(n),r=t.getBoundingClientRect();return ia(e,r.x,r.y)||ia(e,r.right,r.bottom)}function f_(n,t){const e=$f(n),r=t.getBoundingClientRect();return r.right>e.right||r.left<e.left}function Hf(n,t,e){!t||(e!=null&&e.animation?(f_(n,t)&&ra(t,{elementToScroll:mn(t,{horizontal:!0}),disableHorizontal:!1}),ra(t,{elementToScroll:mn(t),disableHorizontal:!0,verticalOffset:e==null?void 0:e.verticalOffset})):t.scrollIntoView&&t.scrollIntoView({behavior:"auto",block:"nearest",inline:"nearest"}))}function d_(n){if(!um(n.rootContainer)){l_.warn("editorScrollIntoView: editor is not visible");return}const t=n.rootContainer.getBoundingClientRect();if(t.height<1&&t.width<1)return;const e=n.selection,r=e.range.focus;if(!r.isSimple()){const C=r,E=n.getContainerById(C.childContainerId);u_(n,E)||E.scrollIntoView();return}if(e.range.start.blockId===e.range.end.blockId){const C=n.getBlockById(e.range.start.blockId);if(Le(C)&&MB(n,C)&&c_(n,C)>=95||Pt(n,C)&&MB(n,C))return}const i=r,s=n.getBlockById(i.blockId);if(a_(n,i))return;if(Le(s)){const C=ae(s);if(C){["image"].includes(on(s))?setTimeout(()=>{Hf(n,C,{animation:!0})},500):Hf(n,C,{animation:!0});return}}const o=Zo(n,s,i),l=s.getBoundingClientRect(),c=be(s),d=B("div",["editor-block-anchor"],c),h=Hr(s);d.style.top=`${(o.top-l.top)/h}px`,Hf(n,d,{animation:!0}),setTimeout(()=>{d.remove()},200)}function h_(n,t){if(t.isCollapsed())return!1;const e=_e(n.rootContainer),r=ze(n.rootContainer),{start:i,end:s}=t;return i.blockId===ut(e)&&i.offset===0&&s.blockId===ut(r)&&s.offset===Ct(n,r)}const UB=D("range-in-block");function OB(n,t){const e=t.getEditor(),r=e.getBlockById(t.start.blockId),i=e.getBlockById(t.end.blockId),s=r===n||Ce(n,r),o=i===n||Ce(n,i);return!!(s||o)}function NB(n,t){const e=n.doc.toJSON(),r=new Set(Object.values(e.blocks).map(o=>o.map(l=>l.id)).flat());let i,s=zr(t);if(s){for(;s&&!r.has(ut(s));)s=zr(s);p(UB,s,"no prev block while deleting a block"),i=Ue(n,s,Ct(n,s))}else{const o=Gr(t);p(UB,o,"no prev and next block while deleting a block"),i=Ue(n,o,0)}return i}const m_=D("block-to-html");function W1(n,t,e,r){const i=la(n,t.type);if(i.convertTo)return i.convertTo(n,t,e,"html",r);if(i.blockKind!=="text")return`[${t.type}]`;p(m_,t.text,"no text");const s=Re(t.text);return`<div>${dm(s)}</div>`}const PB=D("block-to-text");function g_(n,t,e){let r="";return t.forEach(i=>{if(p(PB,typeof i.insert=="string","invalid op"),i.attributes&&i.attributes.box===!0){const s=i.attributes,o=n.editorBoxes.getBoxClass(s.type);if(o!=null&&o.convertTo){r+=o.convertTo(n,s,e,"text");return}if(i.attributes.text){r+=i.attributes.text;return}r+=`[${s.type}]`}r+=i.insert}),r}function jm(n,t,e,r){const i=la(n,t.type);return i.convertTo?i.convertTo(n,t,e,"text",r):i.blockKind!=="text"?`[${t.type}]`:(p(PB,t.text,"no text"),g_(n,t.text,e))}function zm(n,t,e,r){const i=la(n,t.type);return i.convertTo?i.convertTo(n,t,e,"markdown",r):jm(n,t,e,r)}function jf(n,t){return t.blocks.root.map((i,s)=>W1(n,i,t,[{containerId:"root",blockIndex:s}])).join(`
|
|
24
|
+
`:""}const BB={boxType:"br",updateBoxContent:Y8,convertTo:Q8},yB=D("editor-boxes");class TB{constructor(t){m(this,"boxes",new Map);this.editor=t}registerBoxClass(t){const e=t.boxType,r=this.boxes.get(e);p(yB,!r,`duplicated box type: ${e}`),this.boxes.set(e,t)}getBoxClass(t){const e=this.boxes.get(t);return p(yB,e,`unknown box type: ${t}`),e}createBox(t,e){const r=Mv(e),i=Ov(r);return this.getBoxClass(e.type).updateBoxContent(this.editor,r,i,e),r}forEach(t){this.boxes.forEach(t)}}function J8(n,t,e,r){const i=r,{width:s,height:o,src:l}=i,c=["editor-box-image"];i.link&&c.push("editor-box-image-link");const d=B("img",c,e);s&&(d.style.width=`${s}px`),o&&(d.style.height=`${o}px`),d.src=n.doc.buildResourceUrl(l)}const kB={boxType:"image",updateBoxContent:J8},Z8="data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9InJnYigxNzgsIDE4OCwgMjA1KSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0ibTE3IDE1IDEuNTUgMS41NWMtLjk2IDEuNjktMy4zMyAzLjA0LTUuNTUgMy4zN1YxMWgzVjloLTNWNy44MkMxNC4xNiA3LjQgMTUgNi4zIDE1IDVjMC0xLjY1LTEuMzUtMy0zLTNTOSAzLjM1IDkgNWMwIDEuMy44NCAyLjQgMiAyLjgyVjlIOHYyaDN2OC45MmMtMi4yMi0uMzMtNC41OS0xLjY4LTUuNTUtMy4zN0w3IDE1bC00LTN2M2MwIDMuODggNC45MiA3IDkgN3M5LTMuMTIgOS03di0zbC00IDN6TTEyIDRjLjU1IDAgMSAuNDUgMSAxcy0uNDUgMS0xIDEtMS0uNDUtMS0xIC40NS0xIDEtMXoiPjwvcGF0aD4KPC9zdmc+Cg==";function t_(n,t,e){q(e,"editor-box-anchor"),Dp(Z8,[],e)}const RB={boxType:"anchor",updateBoxContent:t_};function e_(n,t,e,r){B("span",[],e,r.text)}const wB={insertionType:"inputting",updateInsertionContent:e_},SB=D("editor-insertion");class LB{constructor(t){m(this,"insertions",new Map);this.editor=t}registerInsertionClass(t){const e=t.insertionType,r=this.insertions.get(e);p(SB,!r,`duplicated insertion type: ${e}`),this.insertions.set(e,t)}getInsertionClass(t){const e=this.insertions.get(t);return p(SB,e,`unknown insertion type: ${t}`),e}createInsertion(t,e){const r=Nv(e.type,e.id,e.attributes),i=Fv(r);return this.getInsertionClass(e.type).updateInsertionContent(this.editor,r,i,e),r}}class n_{constructor(t){m(this,"cursors",new Map);m(this,"timer");this.editor=t,this.timer=this.startTimer()}add(t,e){this.cursors.set(t,e)}startTimer(){return setInterval(()=>{const t=Date.now();Array.from(this.cursors).forEach(([e,r])=>{if(t-r>3e3){const i=Pv(this.editor,e);i&&ct(i,"active"),this.cursors.delete(e)}})},1e3)}destroy(){clearInterval(this.timer)}}function r_(n,t,e,r){var l;const i=r;Date.now()-i.time<5*1e3&&(n.addCustom("active-cursors",d=>new n_(d)).add(i.id,i.time),q(t,"active")),B("span",[],e,"|").setAttribute("data-cursor-name",i.name),t.style.setProperty("--cursor-color",n.getColor((l=i.rainbowIndex)!=null?l:0))}const j1={insertionType:"remote-cursor",updateInsertionContent:r_};class IB{constructor(t){m(this,"decorators",[]);this.editor=t}registerDecorator(t){this.decorators.push(t)}decorateBlock(t,e){let r=e;return this.decorators.forEach(i=>{if(i.decorateBlock){const s=i.decorateBlock(this.editor,t,e);s&&(r=Et.default(s))}}),r}decorateText(t,e){let r=e;const i=new Map;return this.decorators.forEach(s=>{if(s.decorateText){const o=s.decorateText(this.editor,t,e);if(o){const{insertions:l,text:c}=o;l&&Array.from(l.entries()).forEach(([d,h])=>{const C=i.get(d);C?C.push(...h):i.set(d,h)}),c&&(r=Et.default(c))}}}),{insertions:i,text:r}}}const z1=D("editor-input");class i_{constructor(t,e){m(this,"editor");m(this,"composing",!1);m(this,"callbacks");m(this,"inputElement");m(this,"handleWindowBlur",()=>{this.editor.emit("blur",this.editor),this.callbacks.onBlur()});m(this,"handleWindowFocus",()=>{document.activeElement===this.inputElement&&this.focus()});m(this,"handleDocumentClick",t=>{const e=this.editor.contentElement,r=t.target,i=this.isInDisableScrollMask(r);if(r&&(i||e.contains(r))){!i&&!Uc(r)&&(this.editor.emit("focus",this.editor),this.callbacks.onFocus(),this.editor.input.focus());return}this.isInCommandbar(r)||(this.editor.emit("blur",this.editor),this.callbacks.onBlur())});m(this,"handleDocumentSelectionChange",()=>{setTimeout(()=>{var e;const t=(e=document.getSelection())==null?void 0:e.focusNode;t&&(this.editor.contains(t)||t instanceof HTMLElement&&this.isInDisableScrollMask(t)||this.isInCommandbar(t))||(this.editor.emit("blur",this.editor),this.callbacks.onBlur())},100)});m(this,"handleEditorSelectionChanged",()=>{const e=!this.editor.isWritable();this.inputElement.readOnly=e});m(this,"handleReadonlyChanged",()=>{this.handleEditorSelectionChanged()});m(this,"handleCompositionstart",t=>{!this.editor.isWritable()||(this.composing=!0,this.callbacks.onCompositionStart(t))});m(this,"handleCompositionend",t=>{Zl()?setTimeout(()=>{this.composing=!1},100):this.composing=!1,this.callbacks.onUpdateCompositionText(t,this.inputElement.value,!0),this.inputElement.value=""});m(this,"handleInput",t=>{if(t instanceof InputEvent&&!!t.data){if(this.editor.readonly||!this.editor.isWritable()){this.inputElement.value="";return}this.composing?this.callbacks.onUpdateCompositionText(t,t.data,!1):(this.callbacks.onInsertText(t,t.data),this.inputElement.value="")}});m(this,"handleKeyDown",t=>{if(!this.composing){if(this.callbacks.onKeyDown(t)){t.preventDefault(),t.stopPropagation();return}!this.editor.isWritable()||setTimeout(()=>{this.composing||(this.inputElement.value="")})}});m(this,"handleCopy",t=>{this.callbacks.onCopy(t)});m(this,"handleCut",t=>{if(this.editor.readonly){t.stopPropagation(),t.preventDefault();return}this.callbacks.onCut(t),z1.debug("on cut")});m(this,"handlePaste",t=>{if(!(t.isTrusted&&(!(t.target instanceof HTMLInputElement)||this.inputElement!==t.target))){if(this.editor.readonly||this.inputElement!==t.target){t.stopPropagation(),t.preventDefault();return}this.callbacks.onPaste(t)}});m(this,"handlePasteText",(t,e)=>{this.callbacks.onPasteText(t,e)});this.editor=t,this.callbacks=e;const r=B("input",["editor-input"],t.contentElement);r.type="text",r.name="editor-input",r.onkeydown=this.handleKeyDown,r.oninput=this.handleInput,r.oncopy=this.handleCopy,document.addEventListener("paste",this.handlePaste),r.oncut=this.handleCut,r.addEventListener("compositionstart",this.handleCompositionstart),r.addEventListener("compositionend",this.handleCompositionend),this.inputElement=r,document.addEventListener("click",this.handleDocumentClick),document.addEventListener("selectionchange",this.handleDocumentSelectionChange),this.editor.addListener("selectionChanged",this.handleEditorSelectionChanged),this.editor.addListener("readonlyChanged",this.handleReadonlyChanged),window.addEventListener("blur",this.handleWindowBlur),window.addEventListener("focus",this.handleWindowFocus)}isInCommandbar(t){let e=t;return e===null?!1:(e.nodeType===3&&(e=e.parentElement),!!(e!=null&&e.closest("div[data-command-bar-id]"))||!!(e!=null&&e.closest("[data-keep-editor-focus]")))}destroy(){this.callbacks.destroy(),document.removeEventListener("click",this.handleDocumentClick),document.removeEventListener("selectionchange",this.handleDocumentSelectionChange),this.editor.removeListener("selectionChanged",this.handleEditorSelectionChanged),this.editor.removeListener("readonlyChanged",this.handleReadonlyChanged);const t=this.inputElement;t.removeEventListener("compositionstart",this.handleCompositionstart),t.removeEventListener("compositionend",this.handleCompositionend),t.onkeydown=null,t.oninput=null,t.oncopy=null,document.removeEventListener("paste",this.handlePaste),window.removeEventListener("blur",this.handleWindowBlur),window.removeEventListener("focus",this.handleWindowFocus),t.oncut=null}getInput(){return this.inputElement}focus(){this.editor.selection.caret.visible()||this.editor.selection.caret.update(),xe.isMobileSafari?(this.inputElement.focus(),this.callbacks.onFocus()):setTimeout(()=>{this.inputElement.focus(),this.callbacks.onFocus()})}isInDisableScrollMask(t){return!!(t!=null&&t.classList.contains("editor-disable-scroll"))}handleChanged(t){this.callbacks.onChanged(t)}handleRemoteChanged(t){this.callbacks.onRemoteChanged(t)}addHandler(t){this.callbacks.addHandler(t)}removeHandler(t){this.callbacks.removeHandler(t)}defaultInsertText(t,e,r,i,s){p(z1,t===this.editor,"invalid editor"),this.callbacks.defaultInsertText(t,e,r,i,s)}defaultHandleKeydown(t,e){return p(z1,t===this.editor,"invalid editor"),this.callbacks.defaultHandleKeydown(t,e)}forEach(t){this.callbacks.forEach(t)}}function DB(n){const t=n.rootElement,e=t.getBoundingClientRect(),r=Hr(t),i=window.innerWidth,s=window.innerHeight,o=e.left<0?0:e.left,l=e.top<0?0:e.top,c=e.right>i?i:e.right,d=e.bottom>s?s:e.bottom,h=(o+c)/2,C=(l+d)/2,E=0-e.left+h,A=0-e.top+C,v=n.input.inputElement;v.style.left=`${E/r}px`,v.style.top=`${A/r}px`}const G1=D("editor-caret");function s_(){const t=window.navigator.userAgent.match(/Firefox\/(\d+)\./);return t?Number.parseInt(t[1],10):null}class o_{constructor(t){m(this,"editor");m(this,"caretElem");m(this,"handleReadOnlyChanged",()=>{this.update()});if(this.editor=t,this.caretElem=B("div",["editor-cursor"],this.editor.contentElement),xe.isFirefox){const e=s_();e&&e<=79&&(this.caretElem.style.transition="none")}this.editor.on("readonlyChanged",this.handleReadOnlyChanged)}destroy(){this.editor.off("readonlyChanged",this.handleReadOnlyChanged)}visible(){const t=window.getComputedStyle(this.caretElem);return t.display!=="none"&&t.opacity!=="0"}hasCaret(){if(this.editor.readonly||!this.editor.selection.range.isCollapsed())return!1;const t=this.editor.selection.range.start;if(!(t instanceof gn))return!1;const e=this.editor.getBlockById(t.blockId);return!!ot(this.editor,e)}update(){if(Ef(this.editor.rootElement))return;const t=this.caretElem;if(this.hasCaret())t.style.display="";else{t.style.display="none",DB(this.editor);return}const{range:e}=this.editor.selection;p(G1,e.isCollapsed,"range is not collapsed");const r=e.start;p(G1,r instanceof gn,"only simple block position can has caret");const i=this.editor.getBlockById(r.blockId);p(G1,ot(this.editor,i),"only text kind block can has caret");let s;const o=i.querySelector("span.inputting-insertion");o?(s=ea(o),s=new DOMRect(s.right,s.top,1,s.height)):s=yr(i,r);const l=this.editor.contentElement.getBoundingClientRect(),c=s.left-l.left,d=s.top-l.top;t.style.left=`${c}px`,t.style.top=`${d}px`,t.style.height=`${s.height}px`;const h=this.editor.input.inputElement;h.style.left=`${c}px`,h.style.top=`${d+s.height-24}px`,xe.isMobileSafari&&(h.style.left=`${c-4}px`,h.style.height=`${s.height}px`);const E=mn(i,{horizontal:!0}).getBoundingClientRect(),A=E.left-l.left,v=A+E.width;c<A||c>v?(DB(this.editor),t.style.display="none"):t.style.display=""}}function _B(n){Kv(n),n.selection.range.getSelectedBlocks().forEach(t=>Vv(n,t.block,t.start,t.end))}const l_=D("editor-dom");function Hm(n){return mn(n.rootContainer).clientHeight}function $f(n){const e=mn(n.rootContainer).getBoundingClientRect(),r=e.x<0?0:e.x,i=e.y<0?0:e.y,s=e.right>window.innerWidth?window.innerWidth:e.right,o=e.bottom>window.innerHeight?window.innerHeight:e.bottom;return new DOMRect(r,i,s-r,o-i)}function a_(n,t){const e=$f(n),r=n.getBlockById(t.blockId),s=Zo(n,r,t);return ia(e,s.x,s.y)&&ia(e,s.right,s.bottom)}function MB(n,t){const e=$f(n),r=t.getBoundingClientRect();return r.top>=e.top&&r.top<=e.bottom||r.bottom<=e.bottom&&r.bottom>=e.top}function c_(n,t){const e=$f(n),r=t.getBoundingClientRect();if(r.top>=e.top&&r.top<=e.bottom&&r.bottom<=e.bottom&&r.bottom>=e.top)return 100;const i=Math.max(0,Math.min(r.right,e.right)-Math.max(r.left,e.left)),s=Math.max(0,Math.min(r.bottom,e.bottom)-Math.max(r.top,e.top)),o=i*s,l=r.width*r.height;return o/l*100}function u_(n,t){const e=$f(n),r=t.getBoundingClientRect();return ia(e,r.x,r.y)||ia(e,r.right,r.bottom)}function f_(n,t){const e=$f(n),r=t.getBoundingClientRect();return r.right>e.right||r.left<e.left}function Hf(n,t,e){!t||(e!=null&&e.animation?(f_(n,t)&&ra(t,{elementToScroll:mn(t,{horizontal:!0}),disableHorizontal:!1}),ra(t,{elementToScroll:mn(t),disableHorizontal:!0,verticalOffset:e==null?void 0:e.verticalOffset})):t.scrollIntoView&&t.scrollIntoView({behavior:"auto",block:"nearest",inline:"nearest"}))}function d_(n){if(!um(n.rootContainer)){l_.warn("editorScrollIntoView: editor is not visible");return}const t=n.rootContainer.getBoundingClientRect();if(t.height<1&&t.width<1)return;const e=n.selection,r=e.range.focus;if(!r.isSimple()){const C=r,E=n.getContainerById(C.childContainerId);u_(n,E)||E.scrollIntoView();return}if(e.range.start.blockId===e.range.end.blockId){const C=n.getBlockById(e.range.start.blockId);if(Le(C)&&MB(n,C)&&c_(n,C)>=95||Pt(n,C)&&MB(n,C))return}const i=r,s=n.getBlockById(i.blockId);if(a_(n,i))return;if(Le(s)){const C=ae(s);if(C){["image"].includes(on(s))?setTimeout(()=>{Hf(n,C,{animation:!0})},500):Hf(n,C,{animation:!0});return}}const o=Zo(n,s,i),l=s.getBoundingClientRect(),c=be(s),d=B("div",["editor-block-anchor"],c),h=Hr(s);d.style.top=`${(o.top-l.top)/h}px`,Hf(n,d,{animation:!0}),setTimeout(()=>{d.remove()},200)}function h_(n,t){if(t.isCollapsed())return!1;const e=_e(n.rootContainer),r=ze(n.rootContainer),{start:i,end:s}=t;return i.blockId===ut(e)&&i.offset===0&&s.blockId===ut(r)&&s.offset===Ct(n,r)}const UB=D("range-in-block");function OB(n,t){const e=t.getEditor(),r=e.getBlockById(t.start.blockId),i=e.getBlockById(t.end.blockId),s=r===n||Ce(n,r),o=i===n||Ce(n,i);return!!(s||o)}function NB(n,t){const e=n.doc.toJSON(),r=new Set(Object.values(e.blocks).map(o=>o.map(l=>l.id)).flat());let i,s=zr(t);if(s){for(;s&&!r.has(ut(s));)s=zr(s);p(UB,s,"no prev block while deleting a block"),i=Ue(n,s,Ct(n,s))}else{const o=Gr(t);p(UB,o,"no prev and next block while deleting a block"),i=Ue(n,o,0)}return i}const m_=D("block-to-html");function W1(n,t,e,r){const i=la(n,t.type);if(i.convertTo)return i.convertTo(n,t,e,"html",r);if(i.blockKind!=="text")return`[${t.type}]`;p(m_,t.text,"no text");const s=Re(t.text);return`<div>${dm(s)}</div>`}const PB=D("block-to-text");function g_(n,t,e){let r="";return t.forEach(i=>{if(p(PB,typeof i.insert=="string","invalid op"),i.attributes&&i.attributes.box===!0){const s=i.attributes,o=n.editorBoxes.getBoxClass(s.type);if(o!=null&&o.convertTo){r+=o.convertTo(n,s,e,"text");return}if(i.attributes.text){r+=i.attributes.text;return}r+=`[${s.type}]`}r+=i.insert}),r}function jm(n,t,e,r){const i=la(n,t.type);return i.convertTo?i.convertTo(n,t,e,"text",r):i.blockKind!=="text"?`[${t.type}]`:(p(PB,t.text,"no text"),g_(n,t.text,e))}function zm(n,t,e,r){const i=la(n,t.type);return i.convertTo?i.convertTo(n,t,e,"markdown",r):jm(n,t,e,r)}function jf(n,t){return t.blocks.root.map((i,s)=>W1(n,i,t,[{containerId:"root",blockIndex:s}])).join(`
|
|
25
25
|
`)}function FB(n,t){return`<!doctype html><html><head><meta charset="utf8" /></head><body>${jf(n,t)}</body></html>`}function il(n,t){return t.blocks.root.map((i,s)=>jm(n,i,t,[{containerId:"root",blockIndex:s}])).join(`
|
|
26
26
|
`)}function KB(n,t){const e=t.blocks.root.map((i,s)=>zm(n,i,t,[{containerId:"root",blockIndex:s}]));return e[e.length-1]=e[e.length-1].trimEnd(),e.join(`
|
|
27
27
|
`)}const p_=D("get-text-position");function zc(n,t){const e=t!=null?t:n.selection.range.start;e instanceof gn||p(p_,!1,`invalid insert pos type: ${typeof e}`);const{blockId:r}=e,i=n.getBlockById(r),s=Rt(i),o=at(i),l=pt(o),{offset:c}=e;return{block:i,container:o,containerId:l,blockIndex:s,offset:c}}const Gc=D("insert-text");function q1(n,t,e,r){var o;const i=n.doc.getBlockData(t,e);if(p(Gc,i,"no block data"),p(Gc,i.text,"no block text"),Vn(i.text)===0)return p(Gc,r===0,"invalid text offset"),n.editorCommandProviders.getEmptyBlockTextAttributes(n,i.id);if(r===0)return;const s=ln(i.text,r-1,1).middle;if(!((o=s[0].attributes)!=null&&o.box))return s[0].attributes}function C_(n,t,e){const r=at(t),i=pt(r),s=Rt(t);return q1(n,i,s,e)}function VB(n,t,e,r,i){const s=at(t),o=pt(s),l=Rt(t),c=C_(n,t,e),d=Um(e,r,c!=null?c:null);return n.doc.localUpdateBlockText(o,l,d,i),Yn(n,t)}function $B(n,t,e,r){const i=at(t),s=pt(i),o=Rt(t),l=Um(e," ",r);return n.doc.localUpdateBlockText(s,o,l),Yn(n,t)}function E_(n,t){let e=0;if(t===0)return!1;for(let r=0;r<n.length;r++){const i=n[r];p(Gc,typeof i.insert=="string","invalid text op, no insert");const s=e+wm(i);if(s===t)return!1;if(s>t)return!0;e=s}return!1}function X1(n,t,e,r,i){const s=n.doc.getBlockData(e,r);p(Gc,s,"no block data"),p(Gc,s.text,"no block text");const o=q1(n,e,r,i);o&&Object.keys(o).includes("link")&&(E_(s.text,i)||delete o.link);const l=Um(i,t,o!=null?o:null);return n.doc.localUpdateBlockText(e,r,l),Yn(n,n.getBlockById(s.id))}function Y1(n,t){n.selection.range.isCollapsed()||n.clearSelectedContents();const{containerId:e,blockIndex:r,offset:i}=zc(n);X1(n,t,e,r,i)}const Gm=D("update-composition-text");function HB(n){const t=n.selection.range.start;t instanceof gn||p(Gm,!1,`invalid insert pos type: ${typeof t}`);const{blockId:e}=t,r=n.getBlockById(e);p(Gm,ot(n,r),"not a text kind block");const i=at(r),s=pt(i),o=Rt(r),l=n.doc.getBlockData(s,o);p(Gm,l,"no block data in doc"),p(Gm,l.text,"no text data in text block");const c=zt(r);Lm(n,tl(r),e,c,l.text)}function Q1(n){PD(n)}function Wc(n,t,e,r,i,s){return n.doc.localInsertBlock(t,e,r,i,s),n.getBlockById(r.id)}const zf=D("delete-block-text");function J1(n,t,e,r,i){if(!n.isBlockWritable(t))return zf.error("block is not writable"),0;p(zf,ot(n,t),"block is not a text kind block");const s=at(t),o=pt(s),l=Rt(t),c=n.doc.getBlockData(o,l);p(zf,c,"no block data in doc"),p(zf,c.text,"no text data in text block");let d=e;or(t,e)||(d=rl(t,d));let h=e+r;p(zf,h<=Ct(n,t),`invalid offset and count: ${e}, ${r}`),or(t,h)||(h=ma(t,h));const C=h-d,E=aB(d,C);return n.doc.localUpdateBlockText(o,l,E,i),C}const Z1=D("break-text-block");function jB(n,t){const r=n.getBlockData(t).quoted;return r?{quoted:r}:{}}function qc(n,t,e,r){p(Z1,ot(n,t),`block is not a text kind block: ${Ot(t)}`),p(Z1,e>=0&&e<=Ct(n,t),`invalid offset: ${e}`);const i=at(t),s=pt(i),o=Rt(t),l=r!=null&&r.copyBlockAttributes?jB(n,t):{};if(!(r!=null&&r.forceInsertAfter)&&(e===0||e===Ct(n,t))){let S=o;if(e!==0){let V=Gr(t);V?S=Rt(V):(V=ze(i),S=Rt(V)+1)}const w={...es(""),...l,...r==null?void 0:r.newBlockData},O=Ue(n,t.id,0),M=Wc(n,s,S,w,O);return{block:t,newBlock:M}}p(Z1,or(t,e),"not a valid offset");const c=Yn(n,t),{right:d}=sr(c,e),h=Vn(d);h>0&&J1(n,t,e,h);let C=Gr(t),E;C?E=Rt(C):(C=ze(i),E=Rt(C)+1);const A={...es(d),...l,...r==null?void 0:r.newBlockData},v=Wc(n,s,E,A,Ue(n,A.id,0));return{block:t,newBlock:v}}const A_=D("prepare-insert-new-block");function x_(n,t,e){if(t&&e!==void 0&&e!==null){const d=n.getContainerById(t),h=ke(d);return p(A_,e>=0&&e<=h.length,`invalid blockIndex: ${e}`),{containerId:t,blockIndex:e}}const r=n.selection.range.start;if(!r.isSimple())return null;const i=n.getBlockById(r.blockId);if(t=pt(at(i)),e=Rt(i),!ot(n,i))return{containerId:t,blockIndex:e+1};const o=r.offset;if(o===0||o===Ct(n,i))return{containerId:t,blockIndex:o===0?e:e+1};const c=qc(n,i,o).newBlock;return{containerId:t,blockIndex:Rt(c)}}const b_=D("auto-insert-block");function zB(n,t,e,r,i,s){const o=x_(n,e,r);p(b_,o,`not an valid insert position: ${n.selection.range}`);const l={blockId:t.id,offset:0},c={anchor:l,focus:l};return Wc(n,o.containerId,o.blockIndex,t,i!=null?i:c,s)}const v_=D("delete-block");function Wm(n,t,e){t.children&&(e.push(...t.children),t.children.forEach(r=>{n.getChildContainerData(r).forEach(s=>{Wm(n,s,e)})}))}function qm(n,t,e){const r=at(t),i=pt(r),s=Rt(t),o=n.doc.getBlockData(i,s);return p(v_,o,"no block data in doc"),n.doc.localDeleteBlock(i,s,pn(n,{anchor:e.start,focus:e.end})),o}function tC(n,t,e){return n.undoManager.runInGroup(()=>{const r=at(t);qi(r)===1&&n.insertTextBlock("",pt(r),0);let i=e?el(n,e):null;if(!i){const l=n.selection.range;OB(t,l)?i=NB(n,t):i=l}const s=qm(n,t,i),o=[];return Wm(n,s,o),o.length>0&&n.doc.localDeleteChildContainers(o),s})}function B_(n,t){const e=[t];n.doc.getContainerBlocks(t).forEach(i=>{Wm(n,i,e)}),n.doc.localDeleteChildContainers(e)}function GB(n,t){const e=[...t];t.forEach(r=>{n.doc.getContainerBlocks(r).forEach(s=>{Wm(n,s,e)})}),n.doc.localDeleteChildContainers(e)}const eC=D("merge-text-block");function WB(n,t,e){p(eC,ot(n,t),"only text block can be merged"),p(eC,ot(n,e),"only text block can be merged");const r=Xs(n,t),i=Xs(n,e),s=r.text,o=i.text;p(eC,s&&o,"block data has no text");const l=at(t),c=pt(l),d=Rt(t),h=Ct(n,t),C=X1(n,o,c,d,h),E=Ue(n,t,Vn(s));return tC(n,e,E),C}const ns=D("clear-selected-contents");function Xm(n,t){p(ns,ot(n,t.block),"not a text kind block");const{start:e,end:r}=t;p(ns,e.isSimple(),"not a simple block position"),p(ns,r.isSimple(),"not a simple block position");const i=e.offset,s=r.offset;p(ns,i<=s,`invalid delete text offset: ${i}, ${s}`),i!==s&&n.deleteTextFromBlock(t.block,i,s-i)}function qB(n,t,e){const r=pt(t),i=ke(t),s=e.focus?void 0:n.selection.range.toDocRange(),o=n.insertTextBlock("",r,0,{newRange:s});e.focus&&n.selection.selectBlock(o,0),i.reverse().forEach(l=>{n.deleteBlock(l)})}function y_(n,t){const{block:e,start:r,end:i}=t;if(ot(n,e)){Xm(n,t);return}if(Le(e)||r.isSimple()){p(ns,i.isSimple(),"invalid range");const o=at(e),l=Rt(e),c=n.insertTextBlock("",pt(o),l);n.selection.selectBlock(c,0),n.deleteBlock(e);return}p(ns,Pt(n,e),"invalid block kind"),p(ns,!r.isSimple()&&!i.isSimple(),"invalid range"),Nc(n,e,r,i),n.selection.range.getSelectedContainers().forEach((o,l)=>{qB(n,o,{focus:l===0})})}function T_(n){if(!n.isWritable())return;const t=n.selection.range;if(t.isCollapsed())return;const e=t.getSelectedBlocks();if(p(ns,e.length>0,"no selected block"),e.length===1){y_(n,e[0]);return}const r=e[0],i=r.block,s=at(i);p(ns,e.length>1,"no selected block");const o=e[e.length-1],l=o.block;if(ot(n,i)){Xm(n,r);const h=Ue(n,r.block,r.start.offset);if(e.slice(1,e.length-1).reverse().forEach(E=>n.deleteBlock(E.block)),ot(n,l)){Xm(n,o),n.mergeTextBlock(i,l,{focus:!0}),n.selection.setRange(h);return}n.deleteBlock(l),n.selection.setRange(h);return}if(ot(n,l)){Xm(n,o),e.slice(0,e.length-1).reverse().forEach(h=>n.deleteBlock(h.block)),n.selection.selectBlock(o.block,0);return}if(e.length===qi(s)){qB(n,s,{focus:!0});return}const c=$e(i),d=ae(l);p(ns,c||d,"no prev or next block"),e.forEach(h=>n.deleteBlock(h.block))}function Ym(n){n.selection.range.isCollapsed()||n.undoManager.runInGroup(()=>{n.emit("beforeClearSelection",n);try{n.doc.beginBatchUpdate(),T_(n)}finally{n.doc.endBatchUpdate()}n.emit("afterClearSelection",n)})}const k_=D("core");function XB(n,t,e,r){const i=at(t),s=pt(i),o=Rt(t);return n.doc.localUpdateBlockText(s,o,e,r),setTimeout(()=>{n.selection.updateSelection(null)}),Yn(n,t)}function YB(n,t,e,r){if(!n.isBlockWritable(t)){k_.error("block is not writable");return}const i=n.getBlockText(t),s=$n.diff(i,e);XB(n,t,s,r)}function Qm(n,t,e){const r=Yn(n,t),i=typeof e=="string"?pa(e):e,s=$n.diff(r,i);return XB(n,t,s)}const Gf=D("update-block-data");function Jm(n,t,e,r){const i=at(t),s=pt(i),o=Rt(t),l=n.doc.getBlockData(s,o),c={insert:{},delete:[]},d=new Set(Object.keys(l)),h=new Set(Object.keys(e));return d.forEach(E=>{if(!h.has(E)){if(E==="id"||E==="type"||E==="text")return;Gf.debug(`delete key: ${E}`),c.delete.push(E)}}),Object.entries(e).forEach(([E,A])=>{p(Gf,E!=="id"&&E!=="type",`invalid block data delta, ${E}`);const v=l[E];if(A==null){v!=null&&(Gf.debug(`delete key: ${E}`),c.delete.push(E));return}v!==A&&(pf.default(v,A)||E==="text"&&$n.diff(v,A).length===0||(d.has(E)?(Gf.debug(`replace key: ${E}`),c.delete.push(E)):Gf.debug(`insert key: ${E}`),c.insert[E]=A))}),n.doc.localUpdateBlockData(s,o,c,r),Xs(n,t)}function QB(n,t,e,r){const s={...n.getBlockData(t),embedData:e};return n.updateBlockData(t,s,r)}function nC(n,t,e){if(!Pt(n,t)||!(e!=null&&e.tryFocusToChildSimpleBlock)){n.selection.selectBlock(t,0);return}const i=jr(n,t).getChildContainers(n,t)[0],s=_e(i);nC(n,s,e)}function Ca(n){const t=[];let e={};return n.forEach(r=>{t.push(...r.blocks.root);const{root:i,...s}=r.blocks;e={...e,...s}}),{blocks:{...e,root:t},meta:{},comments:{}}}const Wf=D("clone-block");function sl(n,t,e,r){var C;const i=n.getBlockClass(e.type);if(i.blockToDoc)return i.blockToDoc(t,e,(E,A)=>(p(Wf,e!==A,"invalid child block"),sl(n,E,e,r)));let s={};const o=new Map,l=Et.default(e),c=E=>{if(o.has(E))return o.get(E);const A=it(),v=t.blocks[E];p(Wf,Array.isArray(v),"invalid child blocks");const S=v.map(V=>sl(n,t,V,r)),w=Ca(S),{root:O,...M}=w.blocks;return s={...s,...M},s[A]=w.blocks.root,o.set(E,A),A};l.children&&(l.children=l.children.map(c)),(C=l.exportSpec)==null||C.forEach(E=>{E.type==="block"&&(E.data=E.data.map(c))});const d=Array.from(o.entries()),h=E=>{for(const A of d){const[v,S]=A;{const w=`${v}/`;if(E.startsWith(w)){const O=E.substring(w.length),M=`${S}/${O}`;return Wf.debug(`replace key: ${E} -> ${M}`),M}}{const w=`${v}_`;if(E.startsWith(w)){const O=E.substring(w.length),M=`${S}_${O}`;return Wf.debug(`replace key: ${E} -> ${M}`),M}}}return E};return Array.from(Object.entries(l)).forEach(([E,A])=>{const v=h(E);v!==E&&delete l.key,l[v]=A}),l.id=it(),r&&(r.blockIdMap.set(e.id,l.id),o.forEach((E,A)=>r.containerIdMap.set(A,E))),{blocks:{root:[l],...s},meta:{},comments:{}}}function rC(n,t,e,r){const i=t.blocks[e];p(Wf,Array.isArray(i),"invalid child blocks");const s=i.map(l=>sl(n,t,l,r));return Ca(s)}function iC(n,t,e){const r=t.blocks.root.map(i=>sl(n.editorBlocks,t,i,e));return Et.default(Ca(r))}const JB=D("insert-doc");function ZB(n,t,e,r,i){if(Pt(n,t)){JB.warn("failed to insert doc into a complex block");return}const s=iC(n,r,i),o=at(t),l=Rt(t),c=pt(o);n.doc.beginBatchUpdate(),n.undoManager.runInGroup(()=>{var V,nt,Y;const d=[];Object.entries(s.blocks).forEach(([X,ft])=>{X!=="root"&&d.push({containerId:X,blocks:ft})}),d.length>0&&n.doc.localInsertChildContainers(d);const h=s.blocks.root;if(Le(t)){n.deleteBlock(t);let X;h.reverse().forEach(ft=>{const xt=n.insertBlock(c,l,ft,void 0,{noFocus:!0});X||(X=xt)}),X&&n.selection.selectBlock(X,Ct(n,X));return}if(p(JB,ot(n,t),"not a text block"),ve(n,t)){const X=Rt(t);let ft,xt=!1;for(let bt=0;bt<h.length;bt++){if(bt===0){const Tt=n.findBlockByIndex(c,X),ie=h[bt].type==="text"||h[bt].type==="list";if(Tt&&ot(n,Tt)&&ve(n,Tt)&&ie){const Ee=n.getBlockData(Tt),fe=Ee.type==="list"||h[bt].type==="list"?"list":"text",Ir={...Ee,...h[bt],type:fe},fr=n.insertBlock(c,X,Ir,void 0,{noFocus:!0});xt=!0,bt===h.length-1&&(ft=fr);continue}Tt&&Ps(Tt)&&(xt=!0)}const wt=n.insertBlock(c,X+bt,h[bt],void 0,{noFocus:!0});bt===h.length-1&&(ft=wt)}ft&&n.selection.selectBlock(ft,Ct(n,ft)),xt&&n.deleteBlock(t);return}if(h.length===1){const X=h[0];if(Sf(n,X.type)){n.insertTextToBlock(t,e,(V=X.text)!=null?V:[]);return}n.breakTextBlock(t,e),n.insertBlock(c,l+1,X);return}const C=e===Ct(n,t),E=e===0,A=h[0],v=h[h.length-1];let S;!C&&!E?S=n.breakTextBlock(t,e,{forceInsertAfter:!0}):S=t;const w=E?l:l+1;C?(S=n.insertBlock(c,l+1,v),n.selection.selectBlock(S,Ct(n,S))):(n.selection.selectBlock(S,0),Sf(n,v.type)?n.insertTextToBlock(S,0,(nt=v.text)!=null?nt:[]):n.insertBlock(c,w,v));const O=n.selection.range;let M=w;Sf(n,A.type)?E?(n.insertBlock(c,w,A),M+=1):n.insertTextToBlock(t,e,(Y=A.text)!=null?Y:[]):(n.insertBlock(c,w,A),M+=1),h.slice(1,h.length-1).reverse().forEach(X=>{n.insertBlock(c,M,X)}),n.selection.setRange(O)}),n.doc.endBatchUpdate()}function sC(n,t,e,r,i){const s=iC(n,r,i),o=pt(t),l=[];return n.undoManager.runInGroup(()=>{const c=[];Object.entries(s.blocks).forEach(([h,C])=>{h!=="root"&&c.push({containerId:h,blocks:C})}),n.doc.localInsertChildContainers(c),s.blocks.root.reverse().forEach(h=>{const C=n.insertBlock(o,e,h,void 0,{noFocus:!0,noScroll:!0});l.push(C)})}),l}function t5(n,t,e,r){const i=qi(t);sC(n,t,i,e,r);for(let s=0;s<i;s++){const o=_e(t);n.deleteBlock(o)}}const qf=D("add-text-attribute");function R_(n,t,e,r){const{start:i,end:s}=e;p(qf,i.blockId===s.blockId&&i.blockId===ut(t),"invalid range"),p(qf,r,"invalid attribute name");const o=n.getBlockText(t),l=Vc(i.offset,s.offset-i.offset,o,r,void 0,{ignoreValue:!0});return n.setBlockText(t,l),l}function e5(n,t,e,r,i){const{start:s,end:o}=e;p(qf,s.blockId===o.blockId&&s.blockId===ut(t),"invalid range"),p(qf,r,"invalid attribute name");const l=n.getBlockText(t),c=Pf(s.offset,o.offset-s.offset,l,r,i);return n.setBlockText(t,c),c}function Xc(n,t,e,r,i){const{start:s,end:o}=e;p(qf,s.blockId===o.blockId&&s.blockId===ut(t),"invalid range");const l=n.getBlockText(t),c=q3(s.offset,o.offset-s.offset,l,r,i);return n.setBlockText(t,c),c}function n5(n,t,e,r){const i=Ji(n,{simpleBlockOnly:!0});n.undoManager.runInGroup(()=>{i.forEach(s=>{const{block:o,start:l,end:c}=s;if(!ot(n,o))return;if(ve(n,o)){r(n,ut(o),t,e);return}const d=pn(n,{anchor:l,focus:c});t==="color"||t==="backgroundColor"?Xc(n,o,d,t,e):(Xc(n,o,d,"color",null),Xc(n,o,d,"backgroundColor",null))})})}function r5(n,t,e){const r=Ji(n,{simpleBlockOnly:!0});n.undoManager.runInGroup(()=>{r.forEach(i=>{const{block:s,start:o,end:l}=i;if(!ot(n,s))return;if(ve(n,s)){(t==="clearColor"||t==="clearAll")&&e(n,ut(s),"color",null),(t==="clearBackground"||t==="clearAll")&&e(n,ut(s),"backgroundColor",null);return}const c=pn(n,{anchor:o,focus:l});(t==="clearColor"||t==="clearAll")&&Xc(n,s,c,"color",null),(t==="clearBackground"||t==="clearAll")&&Xc(n,s,c,"backgroundColor",null)})})}function i5(n,t,e){const r=t.getSelectedBlocks().filter(l=>ot(n,l.block));if(r.length===0)return[null,null];const i=l=>{if(Ct(n,l.block)===0)return e(n,ut(l.block));const c=l.start,d=l.end,h=n.getBlockText(l.block);return Q3(c.offset,d.offset-c.offset,h)};let[s,o]=i(r[0]);return s===null&&o===null?[s,o]:(r.forEach(l=>{const[c,d]=i(l);c===null||s===null?s=null:s=c===s?s:null,d===null||o===null?o=null:o=d===o?o:null}),[s,o])}const Tr=D("adjust-selection-pos");function s5(n){const t=[];for(;n;){const e=at(n);if(t.unshift(e),re(e))return t;const r=et(e);p(Tr,r,"child container has not parent container"),n=r}p(Tr,!1,"should not come here: getParentContainers")}function o5(n,t){for(;t;){const e=at(t);if(e===n)return t;const r=et(e);p(Tr,r,"could not find parent block for a child container"),t=r}p(Tr,!1,"no parent block in specified container")}function w_(n,t){const e=s5(n),r=s5(t);p(Tr,e.length>0&&r.length>0,"block has not parent container"),p(Tr,e[0]===r[0],"root container does not equal");let i=e[0];for(let l=1;l<e.length||r.length;l++)if(e[l]!==r[l]){i=e[l-1];break}const s=o5(i,n),o=o5(i,t);return{parentContainer:i,newBlock1:s,newBlock2:o}}function l5(n,t){let e=et(t);for(p(Tr,e,"element is not in a block");e;){const r=at(e);p(Tr,pi(r),"not a child container");const i=et(r);if(p(Tr,i,"child container has not parent block"),i===n)return r;e=i}p(Tr,!1,"failed to find parent container in complex block")}function Zm(n,t,e){const r=n.getBlockById(t.blockId),i=n.getBlockById(e.blockId);if(r===i)return t instanceof gn&&e instanceof gn?{anchor:t,focus:e}:t instanceof xi&&e instanceof xi?km(n,r,t,e):null;const s=at(r),o=at(i);if(s===o)return t instanceof xi&&(t=ht(r,0,"home")),e instanceof xi&&(e=ht(i,Ct(n,i),"end")),p(Tr,t instanceof gn,"not valid position type"),p(Tr,e instanceof gn,"not valid position type"),{anchor:t,focus:e};if(r.contains(o))return null;if(i.contains(s)){if(t instanceof gn&&e instanceof xi){const v=n.getContainerById(e.childContainerId);if(v===s)return{anchor:e,focus:e};const S=et(s);if(S&&S===et(v)){const w=Me(S,pt(s)),O=Me(S,pt(v));return km(n,S,w,O)}}return null}const l=am(r,i)>0,{newBlock1:c,newBlock2:d}=w_(r,i);if(c===d){const v=c,S=l5(v,r),w=l5(v,i);return t=Me(c,pt(S)),e=Me(c,pt(w)),Tr.debug(`select in complex block: ${S.id}, ${w.id}`),km(n,v,t,e)}let h=l?Ct(n,c):0;c===r&&t instanceof gn&&(h=t.offset);let E=l?0:Ct(n,d);return d===i&&e instanceof gn&&(E=e.offset),t=ht(c,h,l?"end":"home"),e=ht(d,E,l?"home":"end"),{anchor:t,focus:e}}const S_=D("move-complex-block-position");function L_(n,t,e){const r=n.getBlockById(t.blockId);p(S_,Pt(n,r),"is not a complex block");const i=jr(n,r),s=n.getContainerById(t.childContainerId),o=i.getNextContainer(n,r,s,e,{noWrap:!0});return o?Me(r,pt(o)):null}const ol=D("move-simple-block-position");function a5(n,t){const e=In(n,t,{visibleOnly:!0});if(e.length===0)return ol.warn("complex block has not any child container, not loaded?"),null;p(ol,e.length>0,"complex block has not any child container");const r=e[0];return _e(r)}function c5(n,t){const e=In(n,t,{visibleOnly:!0});if(e.length===0)return ol.warn("complex block has not any child container, not loaded?"),null;p(ol,e.length>0,"complex block has not any child container");const r=e[e.length-1];return ze(r)}function u5(n,t,e){const r=e?a5(n,t):c5(n,t);return r?Pt(n,r)?u5(n,r,e):r:null}function I_(n,t,e){const r=n.getBlockById(t.blockId);return e==="move"&&Pt(n,r)&&t.offset===0?a5(n,r):Gr(r)}function D_(n,t,e){const r=n.getBlockById(t.blockId);return e==="move"&&Pt(n,r)&&t.offset===1?c5(n,r):zr(r)}function oC(n){return n==="ArrowLeft"||n==="ArrowUp"}function lC(n,t,e){const r=at(t);if(re(r))return null;const i=et(r);p(ol,i,"child container has not parent block"),p(ol,Pt(n,i),"is not a complex block");const s=jr(n,i).getNextContainer(n,i,r,e);return s?oC(e)?ze(s):_e(s):lC(n,i,e)}function __(n,t,e){const r=at(t);if(re(r))return null;const i=et(r);if(p(ol,i,"child container has not parent block"),oC(e)){const l=$e(i);if(l)return l}else{const l=ae(i);if(l)return l}const s=lC(n,i,e);if(s)return s;let o=i;for(;!re(at(o));)o=et(at(o));return oC(e)?$e(o):ae(o)}function M_(n,t,e){if(!Pt(n,t)||jr(n,t).enableKeyboardSelect)return t;const i=u5(n,t,e==="ArrowDown"||e==="ArrowRight");return i||t}function U_(n,t,e,r){const i=n.getBlockById(t.blockId),o=le(n,i).moveCaret(n,i,t,e);if(o)return o;let l=e==="ArrowDown"||e==="ArrowRight"?I_(n,t,r):D_(n,t,r);if(l||(l=lC(n,i,e),l||(l=__(n,i,e))),l||Pt(n,i)&&In(n,i).length===0&&(ol.warn("complex block has not any child container, not loaded?"),l=e==="ArrowDown"||e==="ArrowRight"?Gr(i):zr(i)),!l){if(e==="ArrowDown"||e==="ArrowRight"){if(n.readonly||!re(at(i)))return null;const c=n.insertTextBlock("",pt(n.rootContainer),qi(n.rootContainer));return ht(c,0,"home")}return null}if(l=M_(n,l,e),ot(n,l)){const c=n.selection.getSuggestedCaretX();if(e==="ArrowDown")return l8(n,l,i,t,c);if(e==="ArrowUp")return o8(n,l,i,t,c)}return e==="ArrowLeft"||e==="ArrowUp"?ht(l,Ct(n,l),"end"):e==="ArrowRight"||e==="ArrowDown"?ht(l,0,"home"):null}function O_(n,t,e){if(t==="ArrowLeft")return e.start;const r=e.end,i=n.getBlockById(r.blockId);if(ot(n,i))return r;const s=ae(i);if(s)return ht(s,0,"home");if(!re(at(i))||n.readonly)return r;const o=n.insertTextBlock("",pt(n.rootContainer),qi(n.rootContainer));return ht(o,0,"home")}function N_(n,t,e){const r=n.selection.range;let i;if(r instanceof bn)e==="move"&&!r.isCollapsed()&&(t==="ArrowLeft"||t==="ArrowRight")?i=O_(n,t,r):i=U_(n,r.getFocusedPos(),t,e);else if(i=L_(n,r.focus,t),e==="move"){const s=i!=null?i:r.focus,o=n.getContainerById(s.childContainerId);if(t==="ArrowLeft"||t==="ArrowUp"){const l=ze(o);i=ht(l,0,"home")}else{const l=_e(o);i=ht(l,Ct(n,l),"end")}}return i?e==="move"?{anchor:i,focus:i}:Zm(n,r.anchor,i):null}function ll(n,t,e){const r=N_(n,t,e);if(!r)return!1;const{anchor:i,focus:s}=r;return n.selection.setSelection(i,s),(t==="ArrowLeft"||t==="ArrowRight")&&n.selection.updateLastCaretRect(),!0}function f5(n){return ll(n,"ArrowLeft","move"),!0}function d5(n){return ll(n,"ArrowRight","move"),!0}function h5(n){return ll(n,"ArrowUp","move"),!0}function m5(n){if(ll(n,"ArrowDown","move")||n.readonly)return!0;const t=n.getFocusedBlock(),e=at(t);if(re(e)||ze(e)!==t)return!0;const r=n.rootContainer;return n.insertTextBlock("",pt(r),qi(r)),!0}function g5(n){return ll(n,"ArrowDown","select"),!0}function p5(n){return ll(n,"ArrowLeft","select"),!0}function C5(n){return ll(n,"ArrowRight","select"),!0}function E5(n){return ll(n,"ArrowUp","select"),!0}const A5=D("word-offset");function aC(n,t){const e=n.selection.range.focus;p(A5,e.isSimple(),"invalid range type");const r=n.getBlockById(e.blockId);if(ve(n,r))return ht(r,0,"home");if(e.offset===0||!ot(n,r)){const o=$e(r);if(!o)return null;const l=ht(o,Ct(n,o),"end");if(t==="select"&&ot(n,o)){const c=$1(n,o,l.offset);return ht(o,c,"normal")}return l}const i=$1(n,r,e.offset);return ht(r,i,"normal")}function cC(n,t){const e=n.selection.range.focus;p(A5,e.isSimple(),"invalid range type");const r=n.getBlockById(e.blockId);if(ve(n,r))return ht(r,0,"end");if(e.offset===Ct(n,r)||!ot(n,r)){const o=ae(r);if(!o)return null;const l=ht(o,0,"home");if(t==="select"&&ot(n,o)){const c=H1(n,o,l.offset);return ht(o,c,"end")}return l}const i=H1(n,r,e.offset);return ht(r,i,"normal")}function x5(n){if(!n.selection.range.focus.isSimple())return!1;const e=aC(n,"move");return e?(n.selection.setSelection(e),n.selection.updateLastCaretRect(),!0):!1}function b5(n){if(!n.selection.range.focus.isSimple())return!1;const e=cC(n,"move");return e?(n.selection.setSelection(e),n.selection.updateLastCaretRect(),!0):!1}function v5(n){if(!n.selection.range.focus.isSimple())return!1;const e=aC(n,"select");return e?(n.selection.setSelection(n.selection.getAnchorPos(),e),n.selection.updateLastCaretRect(),!0):!1}function B5(n){if(!n.selection.range.focus.isSimple())return!1;const e=cC(n,"select");return e?(n.selection.setSelection(n.selection.range.anchor,e),n.selection.updateLastCaretRect(),!0):!1}D("find-block");function uC(n,t){if(!Pt(n,t))return t;const r=jr(n,t).getChildContainers(n,t)[0],s=ke(r)[0];return uC(n,s)}function fC(n,t){if(!Pt(n,t))return t;const e=jr(n,t).getChildContainers(n,t),r=e[e.length-1],i=ke(r),s=i[i.length-1];return fC(n,s)}function dC(n){const t=fC(n,ze(n.rootContainer)),e=ht(t,Ct(n,t),"end");return n.selection.setSelection(e),!0}function y5(n){const t=uC(n,n.getFirstBlock()),e=ht(t,0,"home");return n.selection.setSelection(e),!0}function T5(n){const t=uC(n,n.getFirstBlock()),e=ht(t,0,"home");return n.selection.setSelection(n.selection.getAnchorPos(),e),!0}function hC(n){const t=fC(n,ze(n.rootContainer)),e=ht(t,Ct(n,t),"end");return n.selection.setSelection(n.selection.getAnchorPos(),e),!0}const k5=D("line-offset");function R5(n){const t=n.selection.range.focus;p(k5,t.isSimple(),"invalid range type");const e=n.getBlockById(t.blockId);if(t.offset===0||!ot(n,e))return ht(e,0,"home");let i=nB(e,t).start;const{next:s}=Mf(e,i);return s&&Br(s)&&Lf(s)==="br"&&(i+=1),ht(e,i,"home")}function w5(n){const t=n.selection.range.focus;p(k5,t.isSimple(),"invalid range type");const e=n.getBlockById(t.blockId);if(t.offset===Ct(n,e)||!ot(n,e))return ht(e,Ct(n,e),"end");const r=nB(e,t);return ht(e,r.end,"end")}function S5(n){if(!n.selection.range.focus.isSimple())return!1;const e=R5(n);return e?(n.selection.setSelection(n.selection.getAnchorPos(),e),n.selection.updateLastCaretRect(),!0):!1}function L5(n){if(!n.selection.range.focus.isSimple())return!1;const e=w5(n);return e?(n.selection.setSelection(n.selection.getAnchorPos(),e),n.selection.updateLastCaretRect(),!0):!1}function I5(n){if(!n.selection.range.focus.isSimple())return!1;const e=R5(n);return e?(n.selection.setSelection(e),n.selection.updateLastCaretRect(),!0):!1}function D5(n){if(!n.selection.range.focus.isSimple())return!1;const e=w5(n);return e?(n.selection.setSelection(e),n.selection.updateLastCaretRect(),!0):!1}D("find-block-position"),D("page-offset");function _5(n,t){const r=le(n,t).getBlockTextLength(t),i=ht(t,r,"normal"),s=Zm(n,n.selection.getAnchorPos(),i);if(!s)return!1;const{anchor:o,focus:l}=s;return n.selection.setSelection(o,l,{noScroll:!0}),n.selection.updateLastCaretRect(),!0}function M5(n,t){const e=ht(t,0,"normal"),r=Zm(n,n.selection.getAnchorPos(),e);if(!r)return!1;const{anchor:i,focus:s}=r;return n.selection.setSelection(i,s,{noScroll:!0}),n.selection.updateLastCaretRect(),!0}async function U5(n){const t=Hm(n)*.9,e=mn(n.rootContainer);await ra(Math.min(e.scrollTop+t*2,e.scrollHeight),{elementToScroll:e})}async function O5(n){const t=Hm(n)*.9,e=mn(n.rootContainer);await ra(Math.max(e.scrollTop-t,0),{elementToScroll:e})}function N5(n){return O5(n),!0}function P5(n){return U5(n),!0}const P_=D("table-scroll");class F5{constructor(t,e,r,i,s){m(this,"handleEvent",t=>{this.handler(this.editor,t,this.data)});this.editor=t,this.dom=e,this.name=r,this.handler=i,this.data=s,e.addEventListener(r,this.handleEvent)}destroy(){this.dom.removeEventListener(this.name,this.handleEvent)}}class F_{constructor(t){m(this,"handlers",new Map);this.editor=t}destroy(){Array.from(this.handlers.entries()).forEach(([t,e])=>{e.forEach(r=>r.destroy()),this.handlers.delete(t)})}addEventListener(t,e,r,i){const s=this.handlers.get(t);if(s){if(s.find(o=>o.handler===r&&o.name===e)){P_.warn(`event has already registered: ${e}`);return}s.push(new F5(this.editor,t,e,r,i))}else{const o=new F5(this.editor,t,e,r,i);this.handlers.set(t,[o])}}removeEventListener(t,e,r){if(!t){for(const[s,o]of Array.from(this.handlers.entries()))for(let l=o.length-1;l>=0;l--){const c=o[l];if(e)e===c.name&&r===c.handler&&o.splice(l,1);else if(r===c.handler){o.splice(l,1),c.destroy(),o.length===0&&this.handlers.delete(s);continue}}return}const i=this.handlers.get(t);if(i){const s=i.findIndex(o=>o.handler===r&&o.name===e);if(s!==-1){const o=i[s];i.splice(s,1),o.destroy(),i.length===0&&this.handlers.delete(t)}}}removeAllListeners(t,e){const r=this.handlers.get(t);if(r)if(e)for(let i=0;i<r.length;i++){const s=r[i];s.name===e&&(r.splice(i,1),s.destroy())}else r.forEach(i=>{i.destroy()}),this.handlers.delete(t)}}function K5(n){if(!n.selection.range.focus.isSimple())return!1;const e=mn(n.rootContainer);return e.scrollTop===0?M5(n,n.getFirstBlock()):(O5(n).then(()=>{const r=e.getBoundingClientRect(),i=r.left+r.width/2,s=r.top+Hm(n)*.1,o=Pe(i,s);if(o){const l=et(o);l&&M5(n,l)}}),!0)}function V5(n){if(!n.selection.range.focus.isSimple())return!1;const e=mn(n.rootContainer);return e.scrollTop+e.clientHeight>=e.scrollHeight?_5(n,n.getLastBlock()):(U5(n).then(()=>{const r=Hm(n)*.9,i=e.getBoundingClientRect(),s=i.left+i.width/2,o=i.top+r,l=Pe(s,o);if(l){const c=et(l);c&&_5(n,c)}}),!0)}const Xf=D("select-all");function $5(n,t){const e=_e(n),r=ze(n);return t.start.offset===0&&t.start.blockId===ut(e)&&t.end.offset===Ct(t.getEditor(),r)&&t.end.blockId===ut(r)}function K_(n,t){const e=t.getEditor(),r=jr(e,n).getChildContainers(e,n),i=r[0],s=r[r.length-1],o=ut(n);return t.start.blockId===o&&t.start.childContainerId===pt(i)&&t.end.blockId===o&&t.end.childContainerId===pt(s)}function V_(n,t){p(Xf,t,"no parent block"),p(Xf,Pt(n,t),"not a complex block");const e=jr(n,t).getChildContainers(n,t),r=e[0],i=e[e.length-1];n.selection.setRange(pn(n,{anchor:Me(t,pt(r)),focus:Me(t,pt(i))}))}function H5(n,t){const e=at(t);t0(n,e)}function mC(n){const t=n.getFocusedBlock(),e=n.selection.range;if(e.start.isSimple()){if(e.start.blockId===e.end.blockId&&ot(n,t)){const i=e.start,s=e.end,o=Ct(n,t);if(i.offset>0||s.offset<o)return n.selection.selectBlock(t,0,o),!1}return q(n.rootContainer,"select-all"),H5(n,_e(n.rootContainer)),!1}return p(Xf,!e.isSimple(),"invalid range type"),K_(t,e)?(H5(n,t),!1):(p(Xf,t,"no parent block"),p(Xf,Pt(n,t),"not a complex block"),V_(n,t),!0)}function t0(n,t){const e=ke(t),r=e[0],i=e[e.length-1],s=ht(r,0,"home"),o=ht(i,Ct(n,i),"end");n.selection.setSelection(s,o,{noScroll:!0})}function $_(n){hC(n),n.focus()}function H_(n){const t=[];return n.forEach(e=>{var r;((r=e.attributes)==null?void 0:r.box)===!0?(t.length>0&&t[t.length-1].length===0&&t.pop(),t.push([e]),t.push([])):t.length>0?t[t.length-1].push(e):t.push([e])}),t.length>0&&t[t.length-1].length===0&&t.pop(),t}function gC(n,t,e,r=!1){var c;if(!e)return[];const i=e.length;e=e.toLowerCase();const s=[];let o=0;const l=H_(t);for(const d of l){if(((c=d[0].attributes)==null?void 0:c.box)===!0){const E=d[0].attributes,A=n.editorBoxes.getBoxClass(E.type);(A==null?void 0:A.matchText)&&!r&&A.matchText(n,E,e)&&s.push({start:o,end:o+1}),o+=1;continue}const h=Re(d,{boxReplacement:" "}).toLowerCase();let C=h.indexOf(e,0);for(;C!==-1;)s.push({start:C+o,end:C+i+o}),C=h.indexOf(e,C+i);o+=h.length}return s}function j5(n,t,e,r,i){const s=gC(n,t,e,!0);let o=Et.default(t);return s.length===0||(s.reverse().forEach(l=>{o=Om(o,l.start,l.end,r)}),i&&(i.count=s.length)),o}const pC=D("selected-block-to-doc");function z5(n,t,e){!t.children||t.children.forEach(r=>{const i=n.getChildContainerData(r);i.forEach(s=>{z5(n,s,e)}),e.blocks[r]=Et.default(i)})}function e0(n,t){const e=le(n,t.block);if(e.selectionToDoc)return e.selectionToDoc(n,t);const r=Et.default(Xs(n,t.block));if(ot(n,t.block)){const s=t.start,o=t.end;if(p(pC,r.text,"no block text"),s.offset===o.offset)return{blocks:{root:[{...r,text:[]}]},meta:{},comments:{}};const{middle:l}=ln(r.text,s.offset,o.offset-s.offset);return{blocks:{root:[{...r,text:l}]},meta:{},comments:{}}}if(Le(t.block))return{blocks:{root:[r]},meta:{},comments:{}};p(pC,Pt(n,t.block),"not complex block"),p(pC,r.children,"no children");const i={blocks:{root:[r]},meta:{},comments:{}};return z5(n,r,i),i}function CC(n,t){const e=ht(t,0,"normal"),r=ht(t,Ct(n,t),"end");return e0(n,{block:t,start:e,end:r})}const j_=D("block-to-doc");function G5(n,t){p(j_,t.length>0,"invalid params, no blocks");const e=t.map(r=>CC(n,r));return Ca(e)}function Yc(n){const e=n.selection.range.getSelectedBlocks().map(r=>e0(n,r));return Ca(e)}function W5(n,t){const e=n.getContainerById(t),s=ke(e).map(o=>({start:ht(o,0,"home"),end:ht(o,Ct(n,o),"end"),block:o})).map(o=>e0(n,o));return Ca(s)}const q5=D("ensure-block-visible");function z_(n,t){var e;for(;t;){const r=at(t);if(re(r)){n.emit("resize",n);return}const i=et(r);p(q5,i,"no parent block");const s=le(n,i);s.isChildContainerVisible&&!((e=s.isChildContainerVisible)!=null&&e.call(s,n,i,r))&&(p(q5,s.showChildContainer,"no showChildContainer method"),s.showChildContainer(n,i,r)),t=i}}const n0=D("editor-selection");class G_{constructor(t){m(this,"editor");m(this,"caret");m(this,"_range");m(this,"lastCaretRect");m(this,"handleBlockDelete",(t,e,r,i)=>{if(r||i.child)return;const s=this.range;if(OB(e,s)){n0.debug("adjust selection because remote deleted current block");const o=NB(t,e);this.setRange(o,{noScroll:!0})}});this.editor=t;const e=t.getFirstBlock(),r=ut(e);this.caret=new o_(t);const i=ht(r,0,"normal");this._range=pn(t,{anchor:i,focus:i}),this.lastCaretRect=null,this.editor.addListener("blockDeleted",this.handleBlockDelete),setTimeout(()=>{this.updateFocusedBlock(null)})}destroy(){this.caret.destroy()}get range(){return this._range}get focusedBlock(){return this.getFocusedBlock()}get startBlock(){return this.getStartBlock()}get endBlock(){return this.getEndBlock()}getFocusedBlock(){const t=this.range.focus;return this.editor.getBlockById(t.blockId)}getStartBlock(){const t=this.range.start;return this.editor.getBlockById(t.blockId)}getEndBlock(){const t=this.range.end;return this.editor.getBlockById(t.blockId)}selectBlock(t,e,r,i){const s=ht(t,e,"normal");let o;r&&(o=ht(t,r,"normal")),this.setSelection(s,o,i)}setSelection(t,e,r){if(e||(e=t),this.verifyPos(t),this.verifyPos(e),!this.selectionChanging(t,e))return this.range;const i=this.editor.getBlockById(t.blockId);z_(this.editor,i);const s=pn(this.editor,{anchor:t,focus:e});if(this.range.isEqual(s))return this.range;const o=this._range;return this._range=s,this.selectionChanged(),this.updateFocusedBlock(o),Mt(this.editor.rootContainer,"select-all")&&(!s.isSimple()||!h_(this.editor,s))&&ct(this.editor.rootContainer,"select-all"),r!=null&&r.noScroll||this.scrollIntoView(),this.range}setRange(t,e){return this.setSelection(t.anchor,t.focus,e)}updateSelection(t,e){this.caret.update(),_B(this.editor),e!=null&&e.focusBlockChanged&&this.updateFocusedBlock(t)}getFocusedPos(){return this.range.focus}getAnchorPos(){return this.range.anchor}selectionChanging(t,e){return!0}selectionChanged(){this.caret.update(),_B(this.editor),this.editor.emit("selectionChanged",this.editor)}updateLastCaretRect(){const t=this.range.focus;if(!bi(t))return;const e=this.editor.getBlockById(t.blockId);this.lastCaretRect=Zo(this.editor,e,t)}getSuggestedCaretX(){var t;return(t=this.lastCaretRect)==null?void 0:t.x}scrollIntoView(){d_(this.editor)}verifyPos(t){const e=this.editor.getBlockById(t.blockId);if(t.isSimple())t.offset>=0&&t.offset<=Ct(this.editor,e)||p(n0,!1,"invalid block position, out of range");else{const r=t.childContainerId;!!this.editor.getContainerById(r)||p(n0,!1,"invalid complex block position, no container found")}}updateFocusedBlock(t){if(t&&this.range.start.blockId===t.start.blockId)return;let e;t&&t.start.blockId===t.end.blockId&&(e=this.editor.findBlockById(t.start.blockId));let r;(this.range.isCollapsed()||!this.range.isSimple()||this.range.start.blockId===this.range.end.blockId)&&(r=this.editor.getBlockById(this.range.start.blockId));let i=!1;e&&Mt(e,"focused")&&(ct(e,"focused"),i=!0),this.removeAllBlockFocusedClass(),r&&this.setBlockFocused(r)&&(i=!0),i&&this.editor.emit("focusBlockChanged",this.editor,r!=null?r:null,e!=null?e:null)}verify(){this.verifyPos(this._range.start),this.verifyPos(this._range.end)}to(t){const e=Yc(this.editor);return t==="text"?il(this.editor,e):t==="markdown"?KB(this.editor,e):FB(this.editor,e)}removeAllBlockFocusedClass(){this.editor.rootContainer.querySelectorAll('div[data-type="editor-block"].focused, div[data-type="editor-block"].child-focused').forEach(t=>{ct(t,"focused"),ct(t,"child-focused")})}setBlockFocused(t){if(Mt(t,"focused"))return!1;q(t,"focused");let e=at(t);for(;pi(e);){const r=et(e);p(n0,r,"parent block not found"),q(r,"child-focused"),e=at(r)}return!0}}function W_(n){const t=n.selection.range.focus;if(!t.isSimple())return;const e=n.findBlockById(t.blockId);!e||n.selection.selectBlock(e,0,Ct(n,e))}function q_(n){const t=n.selection.range.focus;if(!t.isSimple())return;const e=n.findBlockById(t.blockId);if(!e||!ot(n,e))return;let r=aC(n,"select"),i=cC(n,"select");if(!r||!i)return;const s=t.blockId;r.blockId!==s&&(r=ht(e,0,"home")),i.blockId!==s&&(i=ht(e,Ct(n,e),"end")),n.selection.setSelection(r,i)}class X_{constructor(t){m(this,"editor");m(this,"startPos",null);m(this,"lastCaretRect");m(this,"mouseDownEvent",null);m(this,"autoScroll",null);m(this,"handleMouseDown",(t,e)=>{var i;this.mouseDownEvent=t;const r=E1(this.editor,t.x,t.y);if(r){if(r instanceof Qi)return;if(!this.autoScroll&&e.autoScroll){const o=r.getSelectedBlocks(),l=mn(o[0].block);this.autoScroll=new Am({scrollElement:l,edge:{top:50,bottom:50}})}const s=this.editor.selection.range;if(t.shiftKey&&s.isSimple()){const o=s.anchor;this.editor.selection.setSelection(o,r.focus),this.startPos=r.start}else this.editor.selection.setSelection(r.anchor,r.focus),this.startPos=r.start;this.editor.selection.updateLastCaretRect(),e.autoScroll&&((i=this.autoScroll)==null||i.active())}});m(this,"handleMouseMove",t=>{if(!this.startPos||!this.mouseDownEvent||Math.abs(this.mouseDownEvent.x-t.x)<3&&Math.abs(this.mouseDownEvent.y-t.y)<3)return;const e=Rm(this.editor,t.x,t.y);if(!e)return;const r=Zm(this.editor,this.startPos,e.end);if(!r)return;const{anchor:i,focus:s}=r;this.editor.selection.setSelection(i,s)});m(this,"handleMouseUp",t=>{var e;(e=this.autoScroll)==null||e.inactive(),this.startPos=null});this.editor=t,this.startPos=null,this.lastCaretRect=new DOMRect}isSelecting(){return this.startPos!==null}stopSelection(){this.startPos=null}handleDblClick(t){q_(this.editor)}handleTripleClick(t){W_(this.editor)}}function Y_(n){return n.readonly||!n.isWritable()?!1:(n.undoManager.undo(),!0)}function Q_(n){return n.readonly||!n.isWritable()?!1:(n.undoManager.redo(),!0)}const X5=D("delete-text");function Y5(n,t,e,r){const i=r!=null?r:n.selection.range.start;i instanceof gn||p(X5,!1,`invalid insert pos type: ${typeof i}`);const{blockId:s}=i,o=n.getBlockById(s);p(X5,ot(n,o),"block is not a text kind block");let{offset:l}=i;if(t==="backward"){if(l-e<0)return 0;if(!or(o,l-e)){const c=rl(o,l);e=l-c}}else if(t==="forward"&&l+e>Ct(n,o))return 0;return t==="backward"&&(l-=e),n.deleteTextFromBlock(o,l,e)}function Q5(n,t){if(n.getBlockData(t).quoted){const e={quoted:null};return n.updateBlockData(t,e),!0}return!1}const J_=D("handle-backspace");function EC(n,t){if(!ve(n,t))return;const e=at(t);qi(e)!==1&&n.deleteBlock(t)}function Z_(n,t){if(!n.selection.range.isCollapsed()){n.clearSelectedContents();return}const e=n.selection.range.start,r=n.getBlockById(e.blockId);if(ot(n,r))if(e.offset===0){if(Q5(n,r))return;const i=zr(r);if(i){if(!n.isBlockWritable(i))return;if(ot(n,i))n.mergeTextBlock(i,r,{focus:!0});else if(Pt(n,i)){EC(n,r);const s=Pc(n,i);s?n.selection.selectBlock(s,Ct(n,s)):n.selection.selectBlock(i,0,Ct(n,i))}else EC(n,r),p(J_,Le(i),"prev block is not embed block"),n.selection.selectBlock(i,1)}else{const s=at(r);if(pi(s)){const o=d3(n,s,{visibleOnly:!0});if(o){if(!n.isBlockWritable(o))return;EC(n,r),n.selection.selectBlock(o,Ct(n,o))}}}}else Y5(n,"backward",1,null),n.selection.updateLastCaretRect();else{const i=Rt(r),s=at(r);n.insertTextBlock("",pt(s),i),n.deleteBlock(r)}}function tM(n,t){if(!n.selection.range.isCollapsed()){n.clearSelectedContents();return}const e=n.selection.range.start,r=n.getBlockById(e.blockId);if(ot(n,r))if(e.offset===Ct(n,r)){const i=ae(r);if(i){if(!n.isBlockWritable(i))return;ot(n,i)?n.mergeTextBlock(r,i,{focus:!0}):ve(n,r)?n.deleteBlock(r,Ue(n,i,0)):n.deleteBlock(i)}}else Y5(n,"forward",1,null);else{const i=Rt(r),s=at(r);n.insertTextBlock("",pt(s),i),n.deleteBlock(r)}}function eM(n){const{range:t}=n.selection,{start:e,end:r}=t,i=n.getBlockById(e.blockId),s=n.getBlockById(r.blockId);if(i!==s||!Pt(n,i))return!1;if(bi(e))return!0;const o=Nc(n,i,e,r),l=In(n,i);return o.length===l.length}function nM(n,t){if(eM(n)){const o=n.getFocusedBlock(),l=Rt(o),c=pt(at(o));n.insertTextBlock("",c,l+1);return}const e=n.getFocusedBlock(),{start:r,end:i}=n.selection.range,s=r.blockId===i.blockId&&Le(e);if(!n.selection.range.isCollapsed()&&!s&&n.clearSelectedContents(),ot(n,e)){if(ve(n,e)&&Q5(n,e))return;const o=n.selection.range.start,l=n.breakTextBlock(e,o.offset,{copyBlockAttributes:!0});o.offset!==0?n.selection.selectBlock(l,0):n.selection.scrollIntoView()}else{const o=n.insertTextBlock();n.selection.selectBlock(o,0)}}function rM(n,t){const e=n.selection.range.getSelectedBlocks()[0],{block:r}=e;if(!ot(n,r))return!1;const i=e.end;return n.insertBoxToBlock(r,i.offset,{type:"br",id:it(),box:!0,created:Date.now()}),!0}function AC(n,t,e,r){if(e.type==="embed"){const l=e.embedData.src;if(l&&typeof l=="string")for(const c of l.split("|"))r.add(c);return}const i=e.text;i&&i.forEach(o=>{if(o.attributes&&o.attributes.src&&typeof o.attributes.src=="string")if(Hs(o)){const l=n.editorBoxes.getBoxClass(o.attributes.type);if(l.getResources){const c=l.getResources(n,o.attributes);c?c.forEach(d=>{r.add(d)}):r.add(o.attributes.src)}else r.add(o.attributes.src)}else r.add(o.attributes.src)});const s=e.children;s&&s.forEach(o=>{t.blocks[o].forEach(c=>{AC(n,t,c,r)})})}function iM(n,t){const e=new Set;return t.blocks.root.forEach(i=>{const s=n.editorBlocks.getBlockClass(i.type);if(s.getResources){const o=s.getResources(n,i);o?o.forEach(l=>{e.add(l)}):AC(n,t,i,e)}else AC(n,t,i,e)}),Array.from(e)}function Yf(n,t){return xe.isFirefox?`<!doctype html><html><head><meta charset="utf8" /></head><body><canvas data-editor-doc="${Wi(JSON.stringify(t))}" id="ones-editor-doc">${n}</body></html>`:`<!doctype html><html><head><meta charset="utf8" />${`<meta charset="utf-8"><ones-editor-doc data-source="ones-editor-doc::${Wi(JSON.stringify(t))}::ones-editor-doc" />`}</head><body>${n}</body></html>`}function Qf(n,t){var s,o,l;const e=(l=(o=(s=n.doc).getServerMeta)==null?void 0:o.call(s))!=null?l:{},r=iM(n,t),i={};r.forEach(c=>{const d=n.doc.buildResourceUrl(c,{withToken:!0});i[c]=d}),t.meta={...e,resources:i}}function sM(n,t,e){if(t.preventDefault(),t.stopPropagation(),!t.clipboardData)return;let r=Yc(n);const i=e==null?void 0:e(n,t,r);if(i===!0)return;typeof i=="object"&&i!==null&&(r=i),Qf(n,r);const s=jf(n,r),o=il(n,r),l=Yf(s,r);t.clipboardData.setData("text/html",l),t.clipboardData.setData("text/plain",o),t.clipboardData.setData("text/x-ones-editor-doc",JSON.stringify(r))}function r0(n,t){Qf(n,t);const e=jf(n,t),r=Yf(e,t),i=il(n,t),s=new Blob([r],{type:"text/html"});yf([{type:"text/plain",data:new Blob([i],{type:"text/plain"})},{type:"text/html",data:s}])}function oM(n,t){if(n.selection.range.isCollapsed())return;let e=Yc(n);const r=t==null?void 0:t(n,new ClipboardEvent("mock-event"),e);r!==!0&&(typeof r=="object"&&r!==null&&(e=r),r0(n,e))}async function xC(n,t){if(!window.isSecureContext)throw new Error("Can't copy block in insecure context.");const e=CC(n,t);r0(n,e)}const lM=D("input-handler-actions");function J5(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(nM(n),!0))}function Z5(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(tM(n),!0))}function ty(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(Z_(n),!0))}function ey(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(rM(n),!0))}function ny(n){return n.readonly||!n.isWritable()||!window.isSecureContext?!1:(navigator.clipboard.readText().then(t=>{n.input.handlePasteText(t,{toPlainText:!0})}).catch(t=>{lM.error(t)}),!0)}function ry(n){return n.selection.range.getSelectedBlocks().every(e=>{const r=e.block,i=at(r);if(re(i))return!1;const s=et(i);return s&&Ot(s)==="code"})}function iy(n,t){const e=n.selection.range.getSelectedBlocks(),r=at(e[0].block),i=et(r);return i?`\`\`\`${n.getBlockData(i).language}
|
|
@@ -960,4 +960,4 @@ ${s.mermaidText}
|
|
|
960
960
|
${s.flowchartText}
|
|
961
961
|
\`\`\`\`\`\``}return""}const VJ={embedType:"flowchart",convertFrom:PJ,handleUpdateBlock:NJ,createEmbedContent:OJ,getBlockProperties:FJ,convertTo:KJ},$J=D("plantuml-helper");function _S(n,t){var l;let r=((l=(n.getComponentOptions("plantuml")||{}).cdn)==null?void 0:l.plantuml)||AJ;r.endsWith("/")||(r+="/");const i=d9.default.encode(t);p($J,i,i),r+=i;const o=new URLSearchParams(document.location.search).get("doc");return Kp(r,{id:`${o}-${it()}`})}async function HJ(n,t){try{const e=await bx(n,t);return(await n.doc.uploadResource(e)).resourceId}catch{return Promise.resolve(t)}}class Uu extends Tx{constructor(t){super(t,"plantuml","plantumlText")}static get(t,e){return t.addCustom(`plantuml-${e.id}`,()=>new Uu(t))}code2ObjectUrl(t){return Promise.resolve(_S(this.editor,t))}code2ResourceId(t){const e=_S(this.editor,t);return HJ(this.editor,e)}destroy(){}}function jJ(n,t,e){Uu.get(n,e).createEmbedContent(t,e)}function zJ(n,t,e){const r=Uu.get(n,e),i=zt(t);return r.updateEmbedContent(i,e),!0}function GJ(n,t,e){const{data:r}=e,i=n.getBlockString(t).trim();if(!r||r.embedType!=="plantuml"||i!=="```plantuml"||!ot(n,t))return null;const s={src:"",plantumlText:""};return{blockData:{id:it(),type:"embed",embedType:"plantuml",embedData:s},onConverted:(c,d)=>{Uu.get(c,c.getBlockData(d)).editGraph(zt(d))}}}function WJ(n,t){return Uu.get(n,n.getBlockData(t)).getBlockProperties(t)}function qJ(n,t,e,r){const{embedData:i}=t,s=i;if(r==="html")return s.src?`<img src="${n.doc.buildResourceUrl(s.src,{withToken:!0})}" />`:s.flowchartText?`<div>${s.flowchartText}</div>`:"<p>[plantuml]</p>";if(r==="markdown"){if(s.src)return`})`;if(s.flowchartText)return`\`\`\`plantuml\`\`\`
|
|
962
962
|
${s.flowchartText}
|
|
963
|
-
\`\`\`\`\`\``}return""}const XJ={embedType:"plantuml",convertFrom:GJ,handleUpdateBlock:zJ,createEmbedContent:jJ,getBlockProperties:WJ,convertTo:qJ},ect="",YJ="hr",QJ={dividingLine:{type:"\u5206\u5272\u7EBF",abstract:"\u5206\u5272\u7EBF"}},JJ={dividingLine:{type:"Dividing-Line",abstract:"Dividing-Line"}},ZJ={dividingLine:{type:"\u533A\u5207\u308A\u7DDA",abstract:"\u533A\u5207\u308A\u7DDA"}};_.mergeLang({"zh-CN":QJ,"en-US":JJ,"ja-JP":ZJ});function tZ(n,t){const e=B("div",["editor-embed-container"],t);B("hr",["editor-embed-hr"],e)}function eZ(n,t,e,r){return r==="html"?"<hr />":r==="markdown"?"---":"------------"}function nZ(){return{name:"hr",insertEmbedCommandItems:[{id:"insert-hr",name:_.t("dividingLine.type"),icon:HT,order:500,group:"common",subText:Qn("insert-hr")}],handleInsertEmptyEmbed:async(n,t)=>{const{containerId:e,blockIndex:r}=t;return n.insertEmbed(e,r,YJ,{})}}}function rZ(n,t,e){const{data:r}=e;if(!r||r.embedType!=="dividing-line"||!ot(n,t))return null;const i={};return{blockData:{id:it(),type:"embed",embedType:"hr",embedData:i}}}function iZ(){return{abstract:_.t("dividingLine.abstract")}}const sZ={embedType:"hr",createEmbedContent:tZ,convertTo:eZ,getOptions:nZ,convertFrom:rZ,getBlockProperties:iZ},nct="",rct="",oZ={media:{upload:{failed:'<div class="line-1">{name}\u4E0A\u4F20\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <span class="retry-upload">\u91CD\u8BD5</span></div>',maxSizeFailed:'<div class="line-1">{name}\u4E0A\u4F20\u5931\u8D25</div><div class="line-2">\u6587\u4EF6\u5927\u5C0F\u8D85\u8FC7\u9650\u5236\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\u6587\u4EF6</div>'},load:{failed:'<div class="line-1">{name}\u52A0\u8F7D\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <span class="retry-upload">\u91CD\u8BD5</span></div>'},audio:{menuItem:"\u97F3\u9891",abstract:"\u97F3\u9891"},video:{menuItem:"\u89C6\u9891",abstract:"\u89C6\u9891"}}},lZ={media:{upload:{failed:'<div class="line-1">{name} upload failed</div><div class="line-2">Network error, you can <span class="retry-upload">Retry</span></div>',maxSizeFailed:'<div class="line-1">{name} upload failed</div><div class="line-2">The file size exceeds limit. Please choose another file.</div>'},load:{failed:'<div class="line-1">{name} loading failed</div><div class="line-2">Network error, you can <span class="retry-upload">Retry</span></div>'},audio:{menuItem:"Audio",abstract:"Audio"},video:{menuItem:"Video",abstract:"Video"}}},aZ={media:{upload:{failed:'<div class="line-1">{name}\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <span class="retry-upload">\u518D\u8A66\u884C</span></div>',maxSizeFailed:'<div class="line-1">{name}\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F</div><div class="line-2">\u30D5\u30A1\u30A4\u30EB\u306E\u30B5\u30A4\u30BA\u304C\u4E0A\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u305F\u3081\u3001\u4ED6\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044</div>'},load:{failed:'<div class="line-1">{name}\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <span class="retry-upload">\u518D\u8A66\u884C</span></div>'},audio:{menuItem:"\u97F3\u58F0",abstract:"\u97F3\u58F0"},video:{menuItem:"\u52D5\u753B",abstract:"\u52D5\u753B"}}};_.mergeLang({"zh-CN":oZ,"en-US":lZ,"ja-JP":aZ});var Ui=(n=>(n.AUDIO="audio",n.VIDEO="video",n))(Ui||{}),oh=(n=>(n.Empty="empty",n.Progress="progress",n.Error="error",n))(oh||{});const MS=10*1024*1024,cZ=["wav","mp3","aac","ogg","webm","flac"],uZ=["ogg","mp4","webm"],fZ=()=>{};function US(n){var h,C,E,A,v,S;const t=(h=n.getComponentOptions("media"))!=null?h:{},{allowedMedias:e,maxSize:r,callbacks:i}=t,s=(C=e==null?void 0:e.audio)!=null?C:cZ,o=(E=e==null?void 0:e.video)!=null?E:uZ,l=(A=r==null?void 0:r.audio)!=null?A:MS,c=(v=r==null?void 0:r.video)!=null?v:MS,d=(S=i==null?void 0:i.onError)!=null?S:fZ;return{allowedMedias:{audio:s,video:o},maxSize:{audio:l,video:c},callbacks:{onError:d}}}function dZ(n,t){const e=s=>s.map(o=>`.${o}`).join(","),{allowedMedias:r}=US(n),i=r[t];return i?e(i):"*"}function hZ(n,t,e){const{maxSize:r,callbacks:i,allowedMedias:s}=US(t),{[e]:o}=r,{[e]:l}=s;if(o&&n.size>o){const d=new Error("media is too large");throw d.code=`MaxMediaSize-${e}`,i!=null&&i.onError&&(i==null||i.onError(t,d)),d}const c=Tf(n.name);if(l&&!l.includes(c.toLowerCase())){const d=new Error(`media file is not allowed: ${c}`);throw d.code="NotAllowedFile",i!=null&&i.onError&&(i==null||i.onError(t,d)),d}}function mZ(n){return n===oh.Empty||n===oh.Error}const En=D("media");class gZ extends Ve.TypedEmitter{constructor(e){super();m(this,"mediaContainer",null);m(this,"media",null);m(this,"abstract",null);m(this,"handleMediaLoadError",(e,r)=>{if(!r.target||!(r.target instanceof Node)||!(r.target instanceof Element?r.target:r.target.parentElement))return;const s=et(r.target);if(!s||!s.contains(this.mediaContainer))return;const o=this.renderError();this.updateMediaContent(o),this.emit("mediaError",e,"load_error",ut(s))});m(this,"handleUploadFile",async e=>{p(En,this.abstract,"no abstract"),p(En,this.mediaContainer,"The media element not exist");const{editor:r}=this.options,i=et(this.mediaContainer);p(En,i,"The block element not exist");const s=r.getBlockData(i);try{const{resourceId:o}=await r.doc.uploadResource(e,{onProgress:C=>{this.renderProgress(C,e)}}),{name:l,type:c,size:d}=e,h={...s,embedData:{...s.embedData,src:o,fileName:l,fileSize:d,fileType:c}};r.updateBlockData(i,h)}catch(o){En.error(o),this.emit("mediaError",r,"upload_error",s.id),this.renderRetry(e,o)}ct(i,"media-block-uploading")});m(this,"destroy",()=>{this.mediaContainer=null});this.options=e}bindMediaEvent(){const{editor:e}=this.options;this.media&&e.domEvents.addEventListener(this.media,"error",this.handleMediaLoadError)}unbindMediaEvent(){const{editor:e}=this.options;this.media&&e.domEvents.removeEventListener(this.media,"error",this.handleMediaLoadError)}updateMediaContent(e){p(En,this.mediaContainer,"The media element not exist"),this.mediaContainer.innerHTML="",this.mediaContainer.append(e)}renderError(){p(En,this.abstract,"no abstract");const{editor:e,createMediaElement:r}=this.options,{mediaIcon:i,mediaName:s}=this.abstract;p(En,this.mediaContainer,"The media element not exist");const o=et(this.mediaContainer);p(En,o,"The block element not exist");const l=e.getBlockData(o),c=B("div",["media-error","embed-selected-content","embed-hover-content"],null),d=B("span",["media-error-icon"],c);d.innerHTML=i;const h=B("div",[],c);h.innerHTML=_.t("media.load.failed",{name:s}),c.appendChild(h);const C=h.querySelector(".retry-upload");return p(En,C,"The element not exist"),e.domEvents.addEventListener(C,"click",(E,A)=>{const v=B("div",["media-element"],null),S=this.getResourceUrl(l),w=r(E,v,l,S);this.unbindMediaEvent(),this.media=w,this.bindMediaEvent(),this.updateMediaContent(v)}),this.setFullScreen(),c}renderRetry(e,r){var E,A;p(En,this.abstract,"no abstract");const{editor:i}=this.options,{mediaIcon:s,mediaName:o}=this.abstract,l=B("div",["media-error","embed-selected-content","embed-hover-content"],null),c=B("span",["media-error-icon"],l);c.innerHTML=s;const d=B("div",[],l);let h=_.t("media.upload.failed",{name:o});(((E=r.response)==null?void 0:E.status)===420||((A=r.response)==null?void 0:A.status)===413)&&(h=_.t("media.upload.maxSizeFailed",{name:o})),d.innerHTML=h,l.appendChild(d);const C=d.querySelector(".retry-upload");C&&i.domEvents.addEventListener(C,"click",()=>{i.readonly||(p(En,this.abstract,"no abstract"),this.handleUploadFile(e))}),this.updateMediaContent(l),this.setFullScreen()}renderProgress(e,r){p(En,this.mediaContainer,"The media element not exist");const i=this.mediaContainer.querySelector(":scope .media-progress"),s=e===-1||e===100?100:e;if(i){const{updateProgressElement:o}=this.options;o(i,s)}else{const{createProgressElement:o}=this.options,l=et(this.mediaContainer);p(En,l,"The element not exist"),q(l,"media-block-uploading");const c=B("div",["media-progress"],null);o(c,s,r),this.updateMediaContent(c)}this.setFullScreen()}renderMediaElement(e,r){p(En,this.mediaContainer,"The media element not exist");const i=this.mediaContainer.querySelector(":scope > .media-element"),{createMediaElement:s,updateMediaElement:o,editor:l}=this.options,c=this.getResourceUrl(e,r);if(i){const d=o(l,i,e,c);this.unbindMediaEvent(),this.media=d,this.bindMediaEvent()}else{const d=B("div",["media-element"],null),h=s(l,d,e,c);this.unbindMediaEvent(),this.media=h,this.bindMediaEvent(),this.updateMediaContent(d)}}renderEmpty(e){p(En,this.abstract,"no abstract"),p(En,this.mediaContainer,"The media element not exist");const r=B("div",["media-empty","embed-selected-content","embed-hover-content"],this.mediaContainer);r.innerHTML=this.abstract.mediaIcon,this.updateMediaContent(r);const{editor:i}=this.options;i.findBlockById(e.id)&&this.emit("mediaError",i,"empty",e.id),this.setFullScreen()}getResourceUrl(e,r){const{src:i}=e.embedData,{editor:s}=this.options;return s.doc.buildResourceUrl(i,{syncNewResources:async(o,l)=>{var d,h;if(!r)return;await s.doc.addResources([o]);const c=(h=(d=s.doc).getServerMeta)==null?void 0:h.call(d).appId;if(l!==e.embedData.src&&c&&e.embedData.src.includes(c)){const C=et(r);if(C&&!s.readonly&&s.isBlockWritable(C)){const E=Et.default(e);E.embedData.src=o,s.updateBlockData(C,E)}}}})}setFullScreen(){p(En,this.mediaContainer,"The media element not exist"),q(this.mediaContainer,"full-screen")}removeFullScreen(){p(En,this.mediaContainer,"The media element not exist"),ct(this.mediaContainer,"full-screen")}updateBlockAlign(e,r){const i=et(r);p(En,i,"The block element not exist");const{align:s}=e;e.embedType==="video"&&(i.hasAttribute("data-style-align")&&i.removeAttribute("data-style-align"),i.setAttribute("data-style-align",s))}render(e,r){const{src:i}=e.embedData;(!this.mediaContainer||!r.contains(this.mediaContainer))&&(this.mediaContainer=B("div",["media"],r)),this.updateBlockAlign(e,r),mZ(i)?i===oh.Empty&&this.renderEmpty(e):this.renderMediaElement(e,r)}setAbstract(e){this.abstract=e}}D("media-embed");const pZ="left";class OS{constructor(){m(this,"handleInsertEmptyEmbed",async(t,e)=>{var C;const{containerId:r,blockIndex:i}=e;let s;(C=e.data)!=null&&C.file&&(s=e.data.file);const o=dZ(t,this.embedType);if(s=s!=null?s:await Mc(o,{}),!s)return null;const{mediaType:l}=this.getAbstract();try{hZ(s,t,l)}catch{return null}const c={id:it(),type:"embed",embedType:this.embedType,embedData:{src:oh.Empty}};l==="video"&&(c.align=pZ);const d=t.insertBlock(r,i,c);return await this.getMedia(t,c.id).handleUploadFile(s),d})}getMedia(t,e){const r=t.addCustom(`media-${e}`,()=>new gZ({editor:t,createMediaElement:this.createMediaElement,updateMediaElement:this.updateMediaElement,createProgressElement:this.createProgressElement,updateProgressElement:this.updateProgressElement}));return r.setAbstract({...this.getAbstract()}),r}getOptions(){const{menuItem:t,mediaIcon:e,mediaName:r,order:i,group:s}=this.getAbstract();return{name:r,insertEmbedCommandItems:[{id:`insert-${this.embedType}`,name:t,icon:e,order:i,group:s,subText:Qn(`insert-${this.embedType}`)}],handleInsertEmptyEmbed:this.handleInsertEmptyEmbed}}createEmbedContent(t,e,r){const{id:i}=r;this.getMedia(t,i).render(r,e)}handleUpdateBlock(t,e,r){const{id:i}=r,s=this.getMedia(t,i),o=zt(e);return s.render(r,o),!0}handleDeleteBlock(t,e){const r=e.id,i=this.getMedia(t,r);i.removeAllListeners(),i.destroy()}convertTo(t,e,r,i){const s=e.embedData,o=t.doc.buildResourceUrl(s.src,{withToken:!0});return i==="html"?`<${s.type} src="${o}" />`:i==="markdown"?``:o}}function NS(n,t){const e=B("div",["uploading-progress-mask"],n),r=B("div",["uploading-progress-bar"],e),i=B("div",["uploading-progress-bar-value"],r);i.style.width=`${t}%`}function PS(n,t){const e=n.querySelector(".uploading-progress-bar-value");e&&(e.style.width=`${t}%`)}const CZ=D("media-audio");class EZ extends OS{constructor(){super(...arguments);m(this,"embedType",Ui.AUDIO);m(this,"updateProgressElement",PS);m(this,"createMediaElement",(e,r,i,s)=>{const o=B("div",["audio-container","embed-hover-content","embed-selected-content"],r),l=B("audio",[],o);return l.innerHTML="Your browser does not support the <code>audio</code> element.",l.controls=!0,l.src=s,setTimeout(()=>{this.getMedia(e,i.id).setFullScreen()}),l})}getAbstract(){return{mediaIcon:KT,mediaName:_.t(`media.${Ui.AUDIO}.menuItem`),menuItem:_.t(`media.${Ui.AUDIO}.menuItem`),order:800,mediaType:Ui.AUDIO,group:"common"}}getBlockProperties(){return{abstract:`${_.t(`media.${Ui.AUDIO}.abstract`)}`}}updateMediaElement(e,r,i,s){const o=r.querySelector(":scope .audio-container > audio");return p(CZ,o,"The media element not exist"),o.src!==s&&(o.src=s),o}createProgressElement(e,r){const i=B("audio",[],e);i.innerHTML="Your browser does not support the <code>audio</code> element.",i.controls=!0,i.src="about:blank",NS(e,r)}}const AZ=new EZ;D("video-resizer");function FS(n){return n&&Le(n)&&on(n)==="video"}const xZ=50;class kx{constructor(t){m(this,"currentResizableElement",null);m(this,"resizing",!1);m(this,"handleHoveringBlockChange",(t,e)=>{if(!this.resizing&&!window.isDragging&&(e&&FS(e)&&this.disableBlockResize(e),t&&FS(t)&&this.editor.isBlockWritable(t))){const r=this.getVideoElement(t);if(!r)return;this.enableBlockResize(t,r)}});m(this,"handleResizing",(t,e)=>{if(this.resizing=!0,!this.currentResizableElement)return;const r=t.getBlock();if(!r)return;const i=r.getBoundingClientRect().width,s=Math.min(Math.max(e.width,xZ),i);this.currentResizableElement.style.width=`${s}px`,this.currentResizableElement.style.pointerEvents="none"});m(this,"handleResized",t=>{this.resizing=!1;const e=t.getBlock();if(!this.currentResizableElement||!e)return;const r=this.editor.getBlockData(e),{width:i}=this.currentResizableElement.getBoundingClientRect();this.currentResizableElement.style.pointerEvents="auto",this.editor.updateBlockData(e,{...r,width:i})});this.editor=t,Ge.get(t).addListener("change",this.handleHoveringBlockChange)}destroy(){this.currentResizableElement=null,Ge.get(this.editor).removeListener("change",this.handleHoveringBlockChange)}getVideoElement(t){return zt(t).querySelector(":scope .video-container > video")}updateResizer(t){const e=this.editor.findCustom(`${ut(t)}-resizer`);e&&e.updateResizer()}disableBlockResize(t){const e=this.editor.findCustom(`${ut(t)}-resizer`);e&&e.disableResize()}enableBlockResize(t,e){const r=this.editor.addCustom(`${ut(t)}-resizer`,()=>new Nd(this.editor,{resize:["top-left","top-right","bottom-left","bottom-right"]}));r.enableResize(t,e),r.removeListener("resizing",this.handleResizing),r.removeListener("resized",this.handleResized),r.addListener("resizing",this.handleResizing),r.addListener("resized",this.handleResized),this.currentResizableElement=e}}const bZ=D("video");class vZ extends OS{constructor(){super(...arguments);m(this,"embedType",Ui.VIDEO);m(this,"updateProgressElement",PS);m(this,"createMediaElement",(e,r,i,s)=>{const o=B("div",["video-container","embed-selected-content","drag-preview-element"],r),l=B("video",[],o);return l.innerHTML="Your browser does not support the <code>video</code> element.",l.controls=!0,l.src=s,l.addEventListener("canplay",()=>{e.addCustom("video-resizer",()=>new kx(e)),this.getMedia(e,i.id).removeListener("mediaError",this.handleMediaError),this.getMedia(e,i.id).addListener("mediaError",this.handleMediaError),this.getMedia(e,i.id).removeFullScreen()}),i.width&&(l.style.width=`${i.width}px`),l});m(this,"createProgressElement",(e,r,i)=>{const s=B("video",["progress-video"],e);s.innerHTML="Your browser does not support the <code>audio</code> element.",s.controls=!0,NS(e,r),_c(i).then(o=>{const l=e.querySelector(".progress-video");l&&s1(e)&&(l.src=o)})})}getAbstract(){return{mediaName:_.t(`media.${Ui.VIDEO}.menuItem`),mediaIcon:VT,menuItem:_.t(`media.${Ui.VIDEO}.menuItem`),order:700,mediaType:Ui.VIDEO,group:"common"}}getBlockProperties(){return{abstract:`${_.t(`media.${Ui.VIDEO}.abstract`)}`}}handleMediaError(e,r,i){const s=e.addCustom("video-resizer",()=>new kx(e)),o=e.getBlockById(i);s.disableBlockResize(o)}updateMediaElement(e,r,i,s){const o=r.querySelector(":scope .video-container > video");p(bZ,o,"The media element not exist"),o.src!==s&&(o.src=s),i.width?o.style.width=`${i.width}px`:o.style.width="";const l=e.getBlockById(i.id);return setTimeout(()=>{e.addCustom("video-resizer",()=>new kx(e)).updateResizer(l)}),o}}const BZ=new vZ,KS=[uA,EA,AA,Ik],Rx=[SS,yQ,DJ,VJ,XJ,UK,sZ,BZ,AZ,Oz,oS,CX],VS=[Hk,cS,D4,qk];function yZ(n,t,e){var i,s,o,l;mi.level=(i=e.logLevel)!=null?i:qo.DEBUG;const r=Zf(n,t,{components:{blocks:[...KS,...((s=e==null?void 0:e.components)==null?void 0:s.blocks)||[]],embeds:[...Rx,...((o=e.components)==null?void 0:o.embeds)||[]],boxes:[...VS,...((l=e.components)==null?void 0:l.boxes)||[]],textRenders:[new zE],options:{...e.componentsOptions}}});return r.readonly=!0,r.addCustom("heading-collapse",()=>new fx(r)),r.addCustom("editor-tooltip",()=>new Sd(r)),r.addListener("clickLink",(c,d,h)=>{var E;if((E=e==null?void 0:e.events)!=null&&E.onClickLink){e.events.onClickLink(c,d,h);return}const C=h.getAttribute("link");C&&(c.readonly||d.ctrlKey||d.metaKey)&&window.open(C,"_blank")}),r}class $S{constructor(t){this.createOptions=t,t.lang&&_.setLang(t.lang)}createHistoryEditor(t,e){return yZ(t,e,this.createOptions)}}function HS(n,{root:t,childDoc:e,doc:r}){var h,C;e.uploadResource=r.uploadResource.bind(r),e.buildResourceUrl=r.buildResourceUrl.bind(r);const i=n.getComponentOptions("comment"),s={image:{defaultAlign:"left"},table:{locatingContainer:t,hideCellMenu:!0,hideToolbar:!0},...i==null?void 0:i.componentsOptions},o=[];n.editorBlocks.forEach(E=>{E.blockType==="text"||E.blockType==="embed"||o.push(E)});const l=[];n.editorEmbeds.forEach(E=>{l.push(E)});const c=[];n.editorBoxes.forEach(E=>{E.boxType==="text"||E.boxType==="br"||E.boxType==="image"||E.boxType==="anchor"||c.push(E)});const d=Zf(t,e,{shortcuts:[i0],components:{blocks:o,commandProviders:[new N0],decorators:[new ug],embeds:l,boxes:c,options:s}});if(d.input.addHandler(new dg),d.input.addHandler(new PA(d)),d.input.addHandler(new jA(d)),d.input.addHandler(new Rq(d)),d.input.addHandler(new pg),d.addCustom("image-paste-handler",()=>new NA(d)),xe.isMobile||d.addCustom("editor-tooltip",()=>new Sd(d)),n.options.enableContextMenu!==!1&&d.addCustom("editor-context-menu",E=>new WA(E)),(h=n.options.componentsOptions)!=null&&h.mention){const E=n.options.componentsOptions.mention;d.addCustom("mention",()=>new aS(d,{...E}))}if((C=n.options.componentsOptions)!=null&&C.comment){const E=n.options.componentsOptions.comment;E.onCommentEditorClick&&d.addListener("click",E.onCommentEditorClick)}return d}function TZ(n,t){const e=Array.from(n.rootContainer.querySelectorAll(`[comment-${t.toLocaleLowerCase()}="${t}"]`)),r=new Set;e.forEach(i=>{const s=et(i);s&&r.add(s)}),r.forEach(i=>{wq(n,i,t)})}class kZ{constructor(t){m(this,"listeners",new Set);m(this,"doc");this.editor=t,this.doc=this.editor.doc.externalDoc,this.doc.registerCallback(this)}getComments(){return this.doc.getComments()}getComment(t){return this.doc.getComment(t)}getCommentDoc(t){return this.doc.getCommentDoc(t)}localCreateComment(t,e){this.doc.localCreateComment(t,e)}localDeleteComment(t){const e=this.getComment(t);this.doc.localDeleteComment(t);const r=e.groupId;this.getComments().filter(s=>s.groupId===r).length===0&&TZ(this.editor,r)}localUpdateComment(t,e){this.doc.localUpdateComment(t,e)}onCreateComment(t,e){Array.from(this.listeners.values()).forEach(r=>r.onCreateComment(t,e))}onDeleteComment(t,e){Array.from(this.listeners.values()).forEach(r=>r.onDeleteComment(t,e))}onUpdateComment(t,e){Array.from(this.listeners.values()).forEach(r=>r.onUpdateComment(t,e))}addListener(t){this.listeners.add(t)}removeListener(t){this.listeners.delete(t)}createCommentEditor(t,e){return HS(this.editor,{root:t,childDoc:e,doc:this.doc})}allowEdit(t){return t.userId===this.doc.getUser().userId}}class RZ{constructor(t,e){m(this,"listeners",new Set);this.editor=t,this.localDoc=e}get doc(){return this.localDoc.toJSON()}getComments(){return Object.values(this.doc.comments)}getComment(t){return this.doc.comments[t]}getCommentDoc(t){const e=this.doc.comments[t];return HC(e)}addListener(t){this.listeners.add(t)}removeListener(t){this.listeners.delete(t)}localCreateComment(t,e){}localDeleteComment(t){}localUpdateComment(t,e){}createCommentEditor(t,e){return HS(this.editor,{root:t,childDoc:e,doc:this.localDoc})}allowEdit(t){return t.userId===this.localDoc.getUser().userId}}const wZ={placeholder:{common:{title:"\u8BF7\u8F93\u5165\u6807\u9898",readonlyTitle:"\u8BF7\u8F93\u5165\u6807\u9898",content:"\u70B9\u51FB + \uFF0C\u6216\u8F93\u5165 / \u5FEB\u6377\u63D2\u5165\u7EC4\u4EF6",contentInTable:"\u8F93\u5165 / \u5FEB\u6377\u63D2\u5165\u7EC4\u4EF6"},local:{readonlyTitle:"\u672A\u547D\u540D"}},copyCutProperty:{copy:"\u590D\u5236",cut:"\u526A\u5207",unsafeEnvTips:"\u7531\u4E8E\u5F53\u524D http \u8BBF\u95EE\u73AF\u5883\u4E0B\u7684\u9650\u5236\uFF0C\u8BF7\u4F7F\u7528\u5FEB\u6377\u952E({shortCut}) {operation}",limitedEnvTips:"\u7531\u4E8E\u6D4F\u89C8\u5668\u9650\u5236\uFF0C\u8BF7\u4F7F\u7528 {shortCut} \u7C98\u8D34"}},SZ={placeholder:{common:{title:"Enter a title",readonlyTitle:"Enter a title",content:'Click "+", or enter "/" to insert components quickly',contentInTable:'Enter "/" to insert components quickly'},local:{readonlyTitle:"Untitled"}},copyCutProperty:{copy:"Copy",cut:"Cut",unsafeEnvTips:"Due to the limitations of the current http access environment, please use the shortcut ({shortCut}) {operation}",limitedEnvTips:"Press {shortCut} to paste due to browser restrictions"}},LZ={placeholder:{common:{title:"\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",readonlyTitle:"\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",content:"\u300C+\u300D\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u304B\u3001\u300C/\u300D\u3092\u5165\u529B\u3059\u308B\u3068\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u7D20\u65E9\u304F\u633F\u5165\u3067\u304D\u307E\u3059",contentInTable:"\u300C/\u300D\u3092\u5165\u529B\u3059\u308B\u3068\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u7D20\u65E9\u304F\u633F\u5165\u3067\u304D\u307E\u3059"},local:{readonlyTitle:"\u7121\u984C"}},copyCutProperty:{copy:"\u8907\u88FD",cut:"\u5207\u308B",unsafeEnvTips:"HTTP\u74B0\u5883\u306E\u5236\u7D04\u306B\u3088\u308A\u3001{operation}\u3059\u308B\u306B\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8({shortCut}) \u3092\u3054\u4F7F\u7528\u304F\u3060\u3055\u3044",limitedEnvTips:"\u30D6\u30E9\u30A6\u30B6\u30FC\u306E\u5236\u9650\u306B\u3088\u308A\u3001\u300C{shortCut}\u300D\u3092\u4F7F\u7528\u3057\u3066\u8CBC\u308A\u4ED8\u3051\u3066\u304F\u3060\u3055\u3044"}};_.mergeLang({"zh-CN":wZ,"en-US":SZ,"ja-JP":LZ});const IZ="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",DZ=()=>Vp(IZ),_Z=D("image-to-docx");async function MZ(n){return new Promise((t,e)=>{const r=new Image;r.onload=()=>{t({width:r.naturalWidth,height:r.naturalHeight})},r.onerror=e,r.src=n})}async function jS(n,t){if(n.width&&n.height)return{width:n.width,height:n.height,buffer:t};try{const e=await _c(new File([t],"",{})),r=await MZ(e);return r.width===void 0||r.height===void 0?{width:345,height:230,buffer:t}:n.width||n.height?{width:n.width||r.width*n.height/r.height,height:n.height||r.height*n.width/r.width,buffer:t}:{width:r.width,height:r.height,buffer:t}}catch(e){_Z.error(e);return}}function UZ(n,t){let e=n.filter(o=>o!=null);const r=t-(e.length-1)*20,i=.87,s=e.reduce((o,l)=>o+l.width,0);return s>r&&(e=e.map(o=>({width:o.width*r/s,height:o.height*r/s,buffer:o.buffer}))),e.map(o=>({width:o.width*i,height:o.height*i,buffer:o.buffer}))}function OZ(n,t,e){if(!e||typeof e!="object")return;const r=e,i=n.filter(o=>o!=null),s=t-(i.length-1)*20;i.forEach((o,l)=>{if(i.length===1&&r.widthPercent){const d=r.widthPercent,h=o.width;o.width=s*(d/100),o.height*=o.width/h;return}const c=`${l}_flex`;if(r[c]){const d=r[c],h=o.width;o.width=s*d,o.height*=o.width/h}})}function zS(n=[0,1,2,3,4,5,6,7],t=1){return n.map(e=>{let r;switch(e%3){case 0:r=Bt.LevelFormat.DECIMAL;break;case 1:r=Bt.LevelFormat.LOWER_LETTER;break;default:r=Bt.LevelFormat.LOWER_ROMAN;break}return{level:e,format:r,text:`%${e+1}. `,alignment:Bt.AlignmentType.START,start:t,style:{paragraph:{indent:{left:Bt.convertInchesToTwip(.3*(e+1)),hanging:Bt.convertInchesToTwip(.2)}}}}})}function NZ(){return[0,1,2,3,4,5,6,7].map(n=>{let t;switch(n%3){case 0:t="\u2022";break;case 1:t="\u25E6";break;default:t="\u25AA";break}return{level:n,format:Bt.LevelFormat.BULLET,text:t,alignment:Bt.AlignmentType.START,style:{paragraph:{indent:{left:Bt.convertInchesToTwip(.3*(n+1)),hanging:Bt.convertInchesToTwip(.2)}}}}})}function PZ(){return[0,1,2,3,4,5,6,7].map(n=>({level:n,format:Bt.LevelFormat.BULLET,text:"\u2611",alignment:Bt.AlignmentType.START,style:{paragraph:{indent:{left:Bt.convertInchesToTwip(.3*(n+1)),hanging:Bt.convertInchesToTwip(.2)}}}}))}function FZ(){return[0,1,2,3,4,5,6,7].map(n=>({level:n,format:Bt.LevelFormat.BULLET,text:"\u2610",alignment:Bt.AlignmentType.START,style:{paragraph:{indent:{left:Bt.convertInchesToTwip(.3*(n+1)),hanging:Bt.convertInchesToTwip(.2)}}}}))}var lh=(n=>(n.NUMBERING="number-numbering-reference",n.BULLET="number-bullet-reference",n.CHECKED="checked-bullet-reference",n.UNCHECKED="unchecked-bullet-reference",n))(lh||{});const KZ=[{levels:zS(),reference:"number-numbering-reference"},{levels:NZ(),reference:"number-bullet-reference"},{levels:PZ(),reference:"checked-bullet-reference"},{levels:FZ(),reference:"unchecked-bullet-reference"}];function VZ(n){switch(n){case"style-color-0":return"d83931";case"style-color-1":return"de7802";case"style-color-2":return"dc9b04";case"style-color-3":return"2ea121";case"style-color-4":return"245bdb";case"style-color-5":return"6425d0";case"style-color-6":return"8f959e";default:return}}function $Z(n){switch(n){case"style-bg-color-1":case"style-bg-color-2":case"style-bg-color-8":case"style-bg-color-9":return"yellow";case"style-bg-color-0":case"style-bg-color-5":return"magenta";case"style-bg-color-3":return"green";case"style-bg-color-4":case"style-bg-color-11":return"blue";case"style-bg-color-6":return"lightGray";case"style-bg-color-7":return"red";case"style-bg-color-10":return"darkGreen";case"style-bg-color-12":return"darkMagenta";case"style-bg-color-13":return"darkGray";default:return}}function HZ(n){switch(n){case"style-bg-color-0":return"fbbab6";case"style-bg-color-1":return"ffdcb0";case"style-bg-color-2":return"fff7a0";case"style-bg-color-3":return"ceefc5";case"style-bg-color-4":return"d1ddfb";case"style-bg-color-5":return"d9cbf8";case"style-bg-color-6":return"eaeaea";case"style-bg-color-7":return"fe837c";case"style-bg-color-8":return"ffbd6a";case"style-bg-color-9":return"ffe662";case"style-bg-color-10":return"a8f393";case"style-bg-color-11":return"98b5ff";case"style-bg-color-12":return"b394f8";case"style-bg-color-13":return"b1b1b1";default:return}}const jZ=/rgb\((\d+),\s*(\d+),\s*(\d+)\)/;function GS(n){if(typeof n=="string"&&n.length>0){if(n[0]==="#")return n.substring(1);const t=n.match(jZ);if(t){const e=o=>{let l=Number(o).toString(16);return l.length<2&&(l=`0${l}`),l},r=e(t[1]),i=e(t[2]),s=e(t[3]);return`${r}${i}${s}`}if(n==="red")return"FF0000";if(n==="green")return"00FF00";if(n==="blue")return"0000FF"}}function Mn(n,t){if(n&&n.attributes&&n.attributes[t])return n.attributes[t];if(n&&n.attributes&&n.attributes.box&&n.attributes.inputType&&t==="style-underline")return!0}function WS(n,t,e){for(let r=0;r<=e;++r){const i=`${t}${r}`;if(Mn(n,i))return i}}function Fg(n,t,e){n.attributes=n.attributes||{},n.attributes[t]=e}function wx(n){return n==="image"||n==="drawio"||n==="plantuml"||n==="mermaid"||n==="flowchart"}function qS(n){return n&&n.startsWith("//")?`https:${n}`:n&&!n.startsWith("http://")&&!n.startsWith("https://")?`https://${n}`:n}function zZ(n){const t=Mn(n,"inlineStyle");if(t==null)return;const e=t.split(";");for(const r of e){const i=r.split(":");if(i.length!==2)continue;const s=i[0].trim().toLowerCase(),o=i[1].trim().toLowerCase();s==="font-size"&&Fg(n,"inline-style-font-size",o),s==="color"&&Fg(n,"inline-style-color",o),s==="background-color"&&Fg(n,"inline-style-background-color",o),s==="font-family"&&Fg(n,"inline-style-font-family",o)}}function GZ(n,t){if(t==null)return n==null?void 0:n.normal;if(n)return n[`heading${t}`]}function WZ(n){const t=`${Mn(n,"inline-style-font-size")}`;if(t&&t.indexOf("px")>0)return+t.replace(/px/g,"")}function qZ(n){if(n.attributes&&n.attributes.box&&n.attributes.text)return` ${n.attributes.text} `;if(n.attributes&&n.attributes.box&&n.attributes.inputType)return n.attributes.value?`${n.attributes.value}`:" "}function XZ(n){if(n.attributes&&n.attributes.box&&n.attributes.text)return` @${n.attributes.text} `}function YZ(n){return Mn(n,"inline-style-font-family")}function QZ(n){const t=Mn(n,"inline-style-background-color");return GS(t)}function JZ(n){const t=Mn(n,"inline-style-color");return GS(t)}function ZZ(n){zZ(n);const t=Mn(n,"type")==="mention";return{box:n.attributes&&n.attributes.box?n.attributes:void 0,inlineCode:!!Mn(n,"style-code"),link:qS(Mn(n,"link")),size:WZ(n),text:t?XZ(n):qZ(n)||n.insert,bold:!!Mn(n,"style-bold"),underline:!!Mn(n,"style-underline"),italics:!!Mn(n,"style-italic"),strike:!!Mn(n,"style-strikethrough"),superScript:!!Mn(n,"style-super"),subScript:!!Mn(n,"style-sub"),math:Mn(n,"type")==="math"?Mn(n,"src"):void 0,mention:t,fontFamily:YZ(n),background:QZ(n),color:t?"338fe5":VZ(WS(n,"style-color-",6))||JZ(n),highlight:WS(n,"style-bg-color-",13)}}function ttt(){return[new Bt.Paragraph({border:{top:{color:"auto",style:Bt.BorderStyle.DASHED,size:4,space:1}},spacing:{before:300}}),new Bt.Paragraph({spacing:{line:0}})]}function ett(){return new Bt.Paragraph({children:[new Bt.TextRun({text:"[\u89C6\u9891\u6682\u4E0D\u652F\u6301\u5BFC\u51FA]",shading:{type:Bt.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}})]})}function ntt(){return new Bt.Paragraph({children:[new Bt.TextRun({text:"[\u97F3\u9891\u6682\u4E0D\u652F\u6301\u5BFC\u51FA]",shading:{type:Bt.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}})]})}function rtt(n,t){return new Bt.Paragraph({children:[new Bt.ExternalHyperlink({children:[new Bt.TextRun({style:"Hyperlink",text:t||n})],link:n})]})}function XS(n){if(n.heading!=null)return`Heading${n.heading}`}function YS(n){if(n.alignment!=null){if(n.alignment==="center")return Bt.AlignmentType.CENTER;if(n.alignment==="right")return Bt.AlignmentType.RIGHT;if(n.alignment==="left")return Bt.AlignmentType.LEFT}}function itt(n){if(n.indent)return{left:Bt.convertInchesToTwip(.3*n.indent-.2)};if(n.padding)return{left:Bt.convertInchesToTwip(.3*n.padding)}}function stt(n){return{type:Bt.ShadingType.CLEAR,color:"FFFFFF",fill:n}}function ott(n){const t=n.split(",");if(t.length!==0)return t[0].trim()}function QS(n,t){let e;e=n.inlineCode?"InlineCode":void 0,e=n.link?"Hyperlink":e;const r=n.size||t,i=r!=null?Math.floor(r*1.5+.5):void 0;return new Bt.TextRun({text:n.text,bold:n.bold||void 0,underline:n.underline?{type:Bt.UnderlineType.SINGLE}:void 0,italics:n.italics||void 0,strike:n.strike||void 0,superScript:n.superScript||void 0,subScript:n.subScript||void 0,size:i,style:e,font:n.fontFamily?ott(n.fontFamily):void 0,shading:n.background?stt(n.background):void 0,color:n.color,highlight:$Z(n.highlight)})}function ltt(n,t){if(n.link)return new Bt.ExternalHyperlink({children:[QS(n,t)],link:n.link})}async function JS(n,t,e,r,i){const[s]=await i(n,t,e);if(s==null)return;const o=await jS({width:r||0,height:0,src:e},s);return new Bt.ImageRun({data:s,transformation:{width:(o==null?void 0:o.width)||100,height:(o==null?void 0:o.height)||20}})}function att(n){if(n.heading||n.heading)return n.heading}function ctt(n){if(n.align&&(n.align==="center"||n.align==="right"||n.align==="left"))return n.align}function utt(n){if(n.textOnly===!0&&n.level!=null)return n.level}async function ftt(n,t){var r;const e=[];if(n.text&&Array.isArray(n.text)){for(let i=0;i<n.text.length;i++){const s=n.text[i];if(((r=s.attributes)==null?void 0:r.box)===!0&&t){const o=await t(s);if(o){n.text.splice(i+1,0,...o);continue}}e.push(ZZ(s))}return e}}function dtt(n){if(n.type==="list"&&n.textOnly!==!0)return{checkbox:n.checkbox,groupId:n.groupId,ordered:!!n.ordered,level:n.level||1,start:n.start||0}}function htt(n,t){if(n.type==="embed"&&n.embedType&&wx(n.embedType)&&n.embedData&&n.embedData.src)return n.embedData.src.split("|").map(r=>{const i=t(r),s=n.embedData[`${i}_width`],o=n.embedData[`${i}_height`];return{src:r,width:s,height:o}})}function mtt(n){if(n.padding)return n.padding}function gtt(n){return!!(n.type==="embed"&&n.embedType&&wx(n.embedType)&&n.embedData&&n.embedData.src)}async function Kg(n,t,e){return{quoted:!!n.quoted,heading:att(n),alignment:ctt(n),indent:utt(n),padding:mtt(n),texts:await ftt(n,e),list:dtt(n),images:htt(n,t),border:gtt(n)}}async function ptt(n,t,e,r){const i=[];if(!n.children)return[];for(const s of n.children){const o=[];for(const l of t.blocks[s])o.push(await Kg(l,e,r));i.push(o)}return i}const Ctt=D("to-docx");function Ett(n,t){return Array(n).fill(0).map(()=>Array(t).fill(0).map(()=>({cellId:void 0,color:void 0,from:void 0,rowSpan:1,colSpan:1,width:0,originalWidth:void 0,align:void 0})))}function Att(n,t,e,r){const i=!!n.hasColTitle,s=!!n.hasRowTitle,o=!!n.isStripeStyle,l="F5F8FB";for(let c=0;c<t;c++)for(let d=0;d<e;d++)(i&&d===0||s&&c===0||o&&c%2===1)&&(r[c][d].color=l)}function xtt(n){p(Ctt,n.children,"no table children");const t=n.rows,e=n.cols,r=n.colsWidth;if(r)for(let o=0;o<r.length;o++)r[o]===0&&(r[o]=100);const i=Ett(t,e);let s=0;for(let o=0;o<t;++o)for(let l=0;l<e;++l){if(i[o][l].originalWidth=r?r[l]:void 0,i[o][l].from!==void 0)continue;const c=n.children[s];s+=1,i[o][l].cellId=c,i[o][l].color=HZ(n[`${c}_background`]),i[o][l].width=r?r[l]:100,i[o][l].align=n[`${c}_align`];const d=n[`${c}_rowSpan`]||1,h=n[`${c}_colSpan`]||1;if(i[o][l].rowSpan=d,i[o][l].colSpan=h,d>1||h>1){let C=0;for(let E=0;E<d;E++)for(let A=0;A<h;A++)E===0&&(C+=r?r[l+A]:80),!(E===0&&A===0)&&(i[o+E][l+A].from=[o,l]);i[o][l].width=C}}return Att(n,t,e,i),i}async function btt(n,t,e,r,i,s,o,l,c,d){async function h(E){if(l&&E.type!=="_exportVirtualBlock"){const A=await l(i,s,E);if(A){await r.addDoc(n,A,d);return}}if(E.type==="text"||E.textOnly===!0){const A=await Kg(E,o,c);await r.addTextBlock(A);return}if(E.type==="code"){const A=await ptt(E,e,o,c);await r.addCodeBlockObject(A);return}if(E.type==="list"&&E.textOnly!==!0){const A=await Kg(E,o,c);await r.addListBlockObject(n,A);return}if(E.type==="embed"&&E.embedType){const A=E,v=A.embedData,S=A.embedType;if(wx(S)){const w=await Kg(E,o,c);await r.addImagesBlockObject(E,w,d)}else E.embedType==="hr"?r.addSeparatorBlock():E.embedType==="video"?r.addVideoPlaceholder():E.embedType==="audio"?r.addAudioPlaceholder():E.embedType==="webpage"?r.addHyperlinkParagraph(qS(v.src),v.title):r.addOtherEmbedBlock(S,E.embedData);return}if(E.type==="table"){let A=[];if(E.colsWidth)A=E.colsWidth;else{const S=E.cols;A=new Array(S);for(let w=0;w<A.length;w++)A[w]=100;E.colsWidth=A}const v=xtt(E);await r.addTableMatrix(A,v,e),r.addEmptyParagraph()}E.type==="_exportVirtualBlock"&&await r.addVirtualBlock(E.id,e,d)}function C(E){var S;const A=((S=E==null?void 0:E.embedData)==null?void 0:S.exportSpec)||(E==null?void 0:E.exportSpec);if(!A)return[E];const v=[];for(const{type:w,data:O}of A){if(w==="text"){const M={id:it(),text:[{insert:O}],type:"text"};v.push(M);continue}if(w==="image"){const M={id:it(),type:"embed",embedType:"image",align:"left",embedData:{src:O}};v.push(M);continue}if(w==="link"){const M={id:it(),type:"embed",embedType:"webpage",embedData:{src:O.url,title:O.title}};v.push(M);continue}if(w==="block")for(const M of O){if(!e.blocks[M])continue;const nt={id:M,type:"_exportVirtualBlock"};v.push(nt)}}return v}for(const E of t)for(const A of C(E))!A||await h(A)}function vtt(){return{listMaxInst:1,listInstMap:{},listRefMap:{},levelConfigs:[]}}const Btt=D("to-docx");class ytt{constructor(t,e,r,i,s,o){m(this,"paragraphs");this.appId=t,this.docId=e,this.state=r,this.readImageFunc=i,this.convertBlocksFunc=s,this.defaultFontSize=o,this.paragraphs=[]}async addTextBlock(t){this.paragraphs.push(new Bt.Paragraph({heading:XS(t),alignment:YS(t),children:await this.paragraphsFromBlockTexts(t),indent:itt(t)}))}async addEmptyImagePlaceHolder(){this.paragraphs.push(new Bt.Paragraph({text:`[${_.t("docx.imageExportFailed")}]`,shading:{type:Bt.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}}))}async paragraphsFromBlockTexts(t){if(t.texts==null)return;const e=GZ(this.defaultFontSize,t.heading),r=[];for(const i of t.texts){if(i.link){const s=ltt(i,e);s&&r.push(s);continue}if(i.box&&i.box.type&&i.box.type==="br"){r.push(new Bt.TextRun({text:"",break:1}));continue}if(i.box&&i.box.type&&i.box.type==="image"){const s=await JS(this.appId,this.docId,i.box.src,i.box.width,this.readImageFunc);s&&r.push(s);continue}if(i.math){const s=await JS(this.appId,this.docId,i.math,0,this.readImageFunc);s&&r.push(s);continue}r.push(QS(i,e))}return r}async addCodeBlockObject(t){for(const e of t)for(const r of e){const i={style:Bt.BorderStyle.SINGLE,color:"#DEDEDE"};this.paragraphs.push(new Bt.Paragraph({style:"Code",border:{left:{...i},right:{...i},top:{...i},bottom:{...i}},children:await this.paragraphsFromBlockTexts(r)}))}}async addListBlockObject(t,e){if(e.list==null)return;let r;const i=e.list.checkbox?`${t}-${e.list.groupId}-${e.list.checkbox}`:`${t}-${e.list.groupId}`;if(this.state.listInstMap[i])r=this.state.listInstMap[i];else if(r=this.state.listMaxInst,this.state.listMaxInst+=1,this.state.listInstMap[i]=r,e.list.start>0&&e.list.ordered){const o=`number-numbering-reference-${r}`,l=zS([e.list.level-1],e.list.start);this.state.levelConfigs.push({levels:l,reference:o,inst:r}),this.state.listRefMap[i]=o}else e.list.ordered?this.state.listRefMap[i]=lh.NUMBERING:e.list.checkbox&&e.list.checkbox==="checked"?this.state.listRefMap[i]=lh.CHECKED:e.list.checkbox&&e.list.checkbox==="unchecked"?this.state.listRefMap[i]=lh.UNCHECKED:this.state.listRefMap[i]=lh.BULLET;const s=XS(e);e.texts&&this.paragraphs.push(new Bt.Paragraph({heading:s,children:await this.paragraphsFromBlockTexts(e),numbering:{reference:this.state.listRefMap[i],level:e.list.level-1,instance:r}}))}imageDimWithBufferToImageRun(t){return new Bt.ImageRun({data:t.buffer,transformation:{width:t.width,height:t.height}})}async addImagesBlockObject(t,e,r){if(e.images==null){if(t.type==="embed"&&t.embedType==="image"){const{src:c}=t.embedData;c||this.addEmptyImagePlaceHolder()}return}const i=[],s=await Promise.all(e.images.map(async c=>{const[d,h]=await this.readImageFunc(this.appId,this.docId,c.src);if(d){const C=await jS(c,d);if(C)return C}i.push(h)}));OZ(s,r,t.embedData);const o=UZ(s,r),l={style:Bt.BorderStyle.SINGLE,color:"#DEDEDE"};o.length&&this.paragraphs.push(new Bt.Paragraph({border:e.border?{left:{...l},right:{...l},top:{...l},bottom:{...l}}:void 0,alignment:YS(e)||Bt.AlignmentType.CENTER,children:o.map(c=>this.imageDimWithBufferToImageRun(c)).flatMap((c,d,h)=>c==null?[]:h.length-1!==d?[c,new Bt.TextRun({text:" "})]:c)})),i.forEach(c=>{this.addHyperlinkParagraph(c)})}addSeparatorBlock(){ttt().forEach(t=>this.paragraphs.push(t))}addEmptyParagraph(){this.paragraphs.push(new Bt.Paragraph(""))}addVideoPlaceholder(){this.paragraphs.push(ett())}addAudioPlaceholder(){this.paragraphs.push(ntt())}addHyperlinkParagraph(t,e){t!=null&&this.paragraphs.push(rtt(t,e))}async addTableMatrix(t,e,r){const i=t.map(s=>s!==0?s*15:1500);this.paragraphs.push(new Bt.Table({rows:await this.generateTableRows(e,r),columnWidths:i}))}async generateRowCells(t,e){const r=[];for(const i of t){const s=i.cellId;if(s===void 0)continue;const o=i.width*.9;r.push(new Bt.TableCell({children:await this.convertBlocksFunc(s,e.blocks[s],e,this.appId,this.docId,this.state,o),columnSpan:i.colSpan,rowSpan:i.rowSpan,width:{type:Bt.WidthType.DXA,size:i.width*15},shading:i.color?{fill:i.color,type:Bt.ShadingType.CLEAR,color:"auto"}:void 0}))}return r}async generateTableRows(t,e){const r=[];for(const i of t)r.push(new Bt.TableRow({children:await this.generateRowCells(i,e)}));return r}async addDoc(t,e,r){const i=await this.convertBlocksFunc(t,e.blocks.root,e,this.appId,this.docId,this.state,r);i&&(this.paragraphs=this.paragraphs.concat(i))}async addVirtualBlock(t,e,r){const i=await this.convertBlocksFunc(t,e.blocks[t],e,this.appId,this.docId,this.state,r);this.paragraphs.push(...i)}async addOtherEmbedBlock(){}}class Ttt{constructor(t,e,r,i,s,o,l,c){m(this,"convertBlocks",async(t,e,r,i,s,o,l=720)=>{const c=new ytt(i,s,o,this.readImage,this.convertBlocks,this.defaultFontSize);return await btt(t,e,r,c,i,s,this.md5HexFunc,this.getDocByBlock,this.getTextsByBox,l||720),c.paragraphs});this.templateData=t,this.docData=e,this.md5HexFunc=r,this.readImage=i,this.defaultFontSize=s,this.getDocByBlock=o,this.getTextsByBox=l,this.backgroundImageOptions=c}async convert(t,e){return this.snapshot2docx(this.docData,t,e)}async snapshot2docx(t,e,r){const i=new Bt.ImportDotx,s=this.templateData?await i.extract(this.templateData):void 0,o=t.blocks.root;p(Btt,o,"data must have blocks");const l=vtt(),c=await this.convertBlocks("blocks",o,t,e,r,l),d=this.backgroundImageOptions?{default:new Bt.Header({children:[new Bt.Paragraph({children:[new Bt.ImageRun(this.backgroundImageOptions)]})]})}:{},h=new Bt.Document({numbering:{config:[...KZ,...l.levelConfigs]},sections:[{headers:d,children:c,properties:{page:{size:{width:12240,height:15840},margin:{top:1440,bottom:1440,left:1440,right:1440}}}}]},{template:s});return Bt.Packer.toBlob(h)}}const ktt=D("editor-to-docx");async function Rtt(n,t,e,r){const i=n.doc.buildResourceUrl(r,{withToken:!0});let s=await pS(i);if(!s)return[void 0,i];if(s.type.indexOf("/svg")!==-1){const l=await hS(s);l&&(s=new File([l],s.name))}return[await s.arrayBuffer(),i]}async function wtt(n,t,e){const r=n.editorBlocks.getBlockClass(e.type);if(r.toStandardDoc)try{return await r.toStandardDoc(n,e,t)}catch(i){ktt.error(`toStandardDoc error: ${JSON.stringify(i)}`);return}}async function Stt(n,t){const e=t.attributes,r=n.editorBoxes.getBoxClass(e.type);if(r.toStandardText)return r.toStandardText(n,e)}async function Ltt(n,t){let{template:e,download:r,backgroundImageOptions:i}=t!=null?t:{};e||(e=DZ());const s=n.doc.toJSON(),o=(C,E,A)=>Rtt(n,C,E,A),l=async(C,E,A)=>wtt(n,s,A),c=async C=>Stt(n,C),h=await new Ttt(e,s,em.default,o,void 0,l,c,i).convert("_appId","_docId");if(r){const C=URL.createObjectURL(h),E=document.createElement("a");E.setAttribute("download",`${gS(n)}.docx`),E.setAttribute("href",`${C}`),E.click(),E.remove()}return h}const Sx=D("create-editor");async function Itt(n,t){var o,l,c,d,h,C,E,A,v,S,w,O,M,V,nt,Y;p(Sx,n,"app does not exists"),t.lang&&_.setLang(t.lang),mi.level=(o=t.logLevel)!=null?o:qo.DEBUG;const e=t.onReauth?async()=>{var bt;const X=t.user.userId,ft=t.docId,xt=await((bt=t.onReauth)==null?void 0:bt.call(t,X,ft,t.permission));return{userId:X,docId:ft,permission:t.permission,appId:t.appId,token:xt,displayName:t.user.displayName,avatarUrl:t.user.avatarUrl}}:void 0,r={auth:{appId:t.appId,docId:t.docId,userId:t.user.userId,permission:t.permission,token:t.token,displayName:t.user.displayName,avatarUrl:t.user.avatarUrl},serverUrl:t.serverUrl,reauthFunc:e,disableLogout:t.disableLogout,onMaxUsersError:t.onMaxUsersError},i=await hd.load(r),s=Zf(n,i,{id:t.id,scrollContainer:t==null?void 0:t.scrollContainer,enableComments:t==null?void 0:t.enableComments,enableContextMenu:t==null?void 0:t.enableContextMenu,components:{blocks:[...KS,...((l=t==null?void 0:t.components)==null?void 0:l.blocks)||[]],embeds:[...Rx,...((c=t.components)==null?void 0:c.embeds)||[]],boxes:[...VS,...((d=t.components)==null?void 0:d.boxes)||[]],commandProviders:[new N0,...((h=t.components)==null?void 0:h.commandProviders)||[]],decorators:[new ug,new zC],insertions:[j1],blockHooks:[new DA,new ow,...((C=t.components)==null?void 0:C.blockHooks)||[]],textRenders:[new y4,new zE,...((E=t.components)==null?void 0:E.textRenders)||[]],options:{...t.componentsOptions}},shortcuts:[Fq,gH,kz,fA,Yw,CF,sA,BX,i0,uF,...t.shortcuts||[]],colors:["#0064FF","#EB3723","#F59300","#00A865","#F25A0A","#70A310","#009CAD","#0990D9","#8851ED","#D62069"]});if(s.editorCommandProviders.registerCommandProvider(new ms(s)),s.input.addHandler(new dY),s.input.addHandler(new dg),s.input.addHandler(new KK),s.input.addHandler(new Ez),s.input.addHandler(new xA(s,{hideTitle:t.hideTitle,headingLevel:1,titlePlaceholder:_.t("placeholder.common.title"),contentPlaceholder:_.t("placeholder.common.content"),readonlyTitlePlaceholder:_.t("placeholder.common.readonlyTitle"),addPlaceholderToAllCurrentEmptyBlock:!0,applyContentPlaceholder:(A=t.placeholder)==null?void 0:A.applyContentPlaceholder})),s.input.addHandler(new ig(s,(v=t.componentsOptions)==null?void 0:v.quickMenu)),s.input.addHandler(new PA(s)),s.input.addHandler(new jA(s)),s.input.addHandler(new pg),s.input.addHandler(new Lk),s.doc.registerCallback(new hY(s)),s.addCustom("remote-cursor",()=>new cT(s)),s.addCustom("block-menu",X=>new cw(X)),xe.isMobile||s.addCustom("editor-tooltip",()=>new Sd(s)),t!=null&&t.enableComments&&s.addCustom("editor-comments",X=>new B4(X,new kZ(X))),t.enableContextMenu!==!1&&s.addCustom("editor-context-menu",X=>new WA(X)),s.addCustom("create-options",()=>new Db(s,t)),s.addCustom("drop-target",()=>new Wd(s)),s.addCustom("list-to-mindmap",()=>new J0(s)),s.addCustom("list-to-mention",()=>new MY(s)),s.addCustom("mobile-helper",()=>new nQ(s)),s.addCustom("code-caret",()=>new fH(s)),s.addCustom("image-paste-handler",()=>new NA(s)),(S=t.componentsOptions)!=null&&S.mention){const X=t.componentsOptions.mention;s.addCustom("mention",()=>new aS(s,X))}if(s.addCustom("heading-collapse",()=>new fx(s)),s.addCustom(Ng,X=>new Ex(X)),Au.register(s),Wd.register(s),Ll.register(s),yl.register(s),s.addListener("clickLink",(X,ft,xt)=>{var wt;if((wt=t==null?void 0:t.events)!=null&&wt.onClickLink){t.events.onClickLink(X,ft,xt);return}const bt=xt.getAttribute("link");bt&&(X.readonly||ft.ctrlKey||ft.metaKey)&&window.open(bt,"_blank")}),(O=(w=t.componentsOptions)==null?void 0:w.remoteCarets)!=null&&O.onUserChanged){const X=(V=(M=t.componentsOptions)==null?void 0:M.remoteCarets)==null?void 0:V.onUserChanged;s.doc.getRemoteUsers().on("change",ft=>{X(s,ft)})}return(Y=(nt=t.componentsOptions)==null?void 0:nt.templates)!=null&&Y.templates.length&&(s.addListener("docChanged",()=>{Og(s)}),s.addListener("resize",()=>{Og(s,{reset:!0})}),setTimeout(()=>{Og(s)},100)),s.doc.registerCallback({onError:async X=>{if(X.code==="ResetDoc"){Sx.error(`reset doc: ${X.message}`);const ft=await hd.load(r);s.doc.reset(ft)}}}),s.version="2.0.5-beta.27",mi.level===qo.DEBUG&&(window.setReauthFail=X=>{window.isReauthError=X},window.reConnect=X=>s.doc.externalDoc.client.connection.reConnect(X)),s}function Dtt(n){return n.toJSON!==void 0}async function _tt(n,t,e){var s,o,l,c,d,h,C,E;p(Sx,n,"app does not exists");const r=Dtt(t)?t:new BC(t,{serverUrl:e.serverUrl||""});e.lang&&_.setLang(e.lang),mi.level=(s=e.logLevel)!=null?s:qo.DEBUG;const i=Zf(n,r,{id:e.id,scrollContainer:e==null?void 0:e.scrollContainer,components:{blocks:[uA,EA,AA,Ik,...(l=(o=e.components)==null?void 0:o.blocks)!=null?l:[]],commandProviders:[new N0],decorators:[new ug,new zC],embeds:[...Rx,...((c=e.components)==null?void 0:c.embeds)||[]],boxes:[Hk,cS,D4,qk,...((d=e.components)==null?void 0:d.boxes)||[]],insertions:[j1],blockHooks:[new DA,...((h=e.components)==null?void 0:h.blockHooks)||[]],textRenders:[new y4,new zE,...((C=e.components)==null?void 0:C.textRenders)||[]],options:{...e.componentsOptions}},shortcuts:[fA,Yw,sA,i0]});return i.editorCommandProviders.registerCommandProvider(new ms(i)),i.input.addHandler(new dg),i.input.addHandler(new xA(i,{hideTitle:e.hideTitle,headingLevel:1,titlePlaceholder:_.t("placeholder.common.title"),contentPlaceholder:_.t("placeholder.common.content"),readonlyTitlePlaceholder:_.t("placeholder.local.readonlyTitle"),addPlaceholderToAllCurrentEmptyBlock:!0})),i.input.addHandler(new ig(i,(E=e.componentsOptions)==null?void 0:E.quickMenu)),i.input.addHandler(new PA(i)),i.input.addHandler(new jA(i)),i.input.addHandler(new pg),i.input.addHandler(new Lk),i.addCustom("block-menu",A=>new cw(A)),xe.isMobile||i.addCustom("editor-tooltip",()=>new Sd(i)),i.addCustom("image-paste-handler",()=>new NA(i)),e!=null&&e.enableComments&&i.addCustom("editor-comments",A=>new B4(A,new RZ(A,r))),e.enableContextMenu!==!1&&i.addCustom("editor-context-menu",A=>new WA(A)),i.addCustom("heading-collapse",()=>new fx(i)),i.addListener("clickLink",(A,v,S)=>{var O;if((O=e==null?void 0:e.events)!=null&&O.onClickLink){e.events.onClickLink(A,v,S);return}const w=S.getAttribute("link");w&&(A.readonly||v.ctrlKey||v.metaKey)&&window.open(w,"_blank")}),i.addCustom(Ng,A=>new Ex(A)),Au.register(i),i.version="2.0.5-beta.27",i}async function Mtt(n,t,e){var h;const r=n.doc.externalDoc.client.auth,i=await p0.load({auth:r,serverUrl:e});if(!((h=i.getVersionHelper)==null?void 0:h.call(i)))throw new Error("the editor does not support to show versions");const o=n.getCustom("create-options");if(!o)throw new Error("the editor does not support to show versions");const l=o.getData(),c=new $S(l),d=n.addCustom("version-dialog",()=>new q4(i,c));return d.show(t),d}b.tippy=a9,b.AnchorBox=RB,b.AuthError=fd,b.AuthHeader=xa,b.AutoScroll=Am,b.BaseURLHeader=eu,b.BasicCommands=aK,b.BlockExclusiveHook=ow,b.BlockLockerHook=DA,b.BlockLockerPasteHandler=pg,b.BlockResizer=Nd,b.BrBox=BB,b.CodeBlock=EA,b.CodeLineBlock=AA,b.CodeTextDecorator=ug,b.DOC_RE_AUTH_KEYS=Ng,b.DefaultShortcuts=i0,b.DocIdError=JU,b.DocReAuthCallbacks=Ex,b.DragDrop=Yb,b.DrawioEmbed=SS,b.EditorBlocks=o3,b.EditorBoxes=TB,b.EditorCommandProviders=By,b.EditorComplexBlockPosition=xi,b.EditorComplexSelectionRange=Qi,b.EditorDecorators=IB,b.EditorEmbeds=a3,b.EditorInsertions=LB,b.EditorSimpleBlockPosition=gn,b.EditorSimpleSelectionRange=bn,b.EmbedBlock=u3,b.EmbedBlockResizer=eh,b.EnforceWithDocumentTitleHandler=xA,b.EventCallbacks=Lc,b.FILL_CHAR=B8,b.FileExtError=ZU,b.GroupOrder=Uk,b.HeadingBlockScrollListener=RY,b.ImageBox=kB,b.InlineBoxCommandProvider=Xk,b.InputtingInsertion=wB,b.LocalDoc=BC,b.LogLevel=qo,b.Logger=mi,b.MIN_DISTANCE_THRESHOLD=qb,b.ManualCloseDialog=gd,b.ManualMenu=dl,b.ManualToolbar=md,b.MarkdownInputHandler=dg,b.MaxUserError=OC,b.Mindmap=Q0,b.OnesEditorAutoSuggest=dE,b.OnesEditorCustomDataWrapper=Db,b.OnesEditorExclusiveBlock=yl,b.OnesEditorHoveringBlock=Ge,b.OnesEditorIcons=PO,b.OnesEditorQuickMenu=ig,b.OnesEditorToc=sh,b.OnesEditorTocProvider=Ll,b.OnesEditorToolbar=Au,b.OnesEditorTooltip=Sd,b.OnesEditorVersionsDialog=q4,b.PermissionError=g0,b.Popup=su,b.ReAuthToolbar=CS,b.RemoteCarets=cT,b.RemoteCaretsDecorator=zC,b.RemoteCaretsInsertion=j1,b.RemoteUsers=td,b.RequestReloadError=dd,b.RichText=$n,b.ShareDBDoc=hd,b.ShareDBDocVersionsProvider=$S,b.ShareDBServer=p0,b.SimpleCache=Kb,b.StandardEmbedBlockCommands=rx,b.TEXT_STYLE_BACKGROUND_COLOR_PREFIX=B1,b.TEXT_STYLE_COLOR_PREFIX=v1,b.TableBlock=uA,b.TableBlockCommandProvider=N0,b.TableShortcuts=fA,b.TextBlock=lr,b.TextBox=vB,b.TextColorItem=R2,b.TextStyleShortcuts=sA,b.TocEmbed=oS,b.ZERO_WIDTH_SPACE_CHAR=xf,b.abbreviation=xm,b.addAttribute=Sm,b.addClass=q,b.addCommentToBlock=th,b.addDays=CI,b.addMetaToDoc=Qf,b.addMonths=pI,b.animateScrollTo=ra,b.applyPlaceholderToBlock=Ud,b.assert=p,b.autoShowHideTemplates=Og,b.bindKeyDownEvent=fm,b.blockToDoc=CC,b.blockToHtml=W1,b.blockToMarkdown=zm,b.blockToText=jm,b.blocksToDoc=G5,b.clearAllSelection=Kv,b.clientType=xe,b.cloneBlock=sl,b.cloneChildContainer=rC,b.cloneDoc=iC,b.cloneText=hB,b.commentToShareDbComment=jC,b.compareElement=am,b.comparePosition=m1,b.complexBlockAdjustSelectionPos=km,b.complexBlockFindNearestChildBlock=g7,b.complexBlockGetAllChildContainers=In,b.complexBlockGetBottomChildContainers=m3,b.complexBlockGetDeepFirstChild=f3,b.complexBlockGetFirstSimpleChild=p1,b.complexBlockGetLastSimpleChild=Pc,b.complexBlockGetSelectedContainers=Nc,b.complexBlockGetTopChildContainers=h3,b.containerToDoc=W5,b.continuousScroll=dv,b.convertBlockFrom=ym,b.convertImageFileToPng=hS,b.convertImageSrcToPng=YY,b.converterIntercept=fg,b.copyBlockAttributes=jB,b.copyResourcesFromDoc=vC,b.createBlockAnchor=$s,b.createBlockCaretAnchor=p3,b.createBlockContentElement=ua,b.createBlockElement=_v,b.createBlockSimpleDocRange=Fm,b.createBlockSimpleRange=Ue,b.createBoxContentElement=Ov,b.createBoxElement=Mv,b.createBoxOp=dB,b.createChildContainer=i3,b.createComplexBlockPosition=Me,b.createComplexDocPos=EB,b.createComplexDocRange=k8,b.createContainer=gB,b.createContainerElement=Jp,b.createDeleteOps=aB,b.createEditor=Zf,b.createEditorSelectionRange=pn,b.createElement=B,b.createEmptyContainer=qs,b.createEmptyDoc=Ws,b.createEmptyTextBlockData=Nm,b.createExpandedRange=om,b.createIconButton=ta,b.createImage=Dp,b.createInsertOps=Um,b.createInsertionContentElement=Fv,b.createInsertionElement=Nv,b.createLocalEditor=_tt,b.createOnesEditor=Itt,b.createRange=Vb,b.createRichText=pa,b.createRootContainer=r3,b.createSimpleBlockPosition=ht,b.createSimpleDocPos=CB,b.createTextBlockData=es,b.createTextButton=Sa,b.createTextOp=Xr,b.createTextWithReplaceSoftReturn=U1,b.daysAfter=Gp,b.deleteText=N1,b.diffDays=EI,b.disablePageScroll=Hp,b.docToHtml=FB,b.docToHtmlFragment=jf,b.docToMarkdown=KB,b.docToText=il,b.downloadImageToFile=pS,b.downloadObjectToFile=bx,b.downloadSvgToString=xS,b.editLink=kd,b.editorAddComment=Lq,b.editorAddTextAttribute=e5,b.editorAutoInsertBlock=zB,b.editorBreakTextBlock=qc,b.editorClearCompositionText=Q1,b.editorClearSelectedContents=Ym,b.editorCopyBlock=xC,b.editorCopyDoc=r0,b.editorDeleteBlock=tC,b.editorDeleteBlockText=J1,b.editorDeleteBlockWithoutChildren=qm,b.editorDeleteChildContainer=B_,b.editorDeleteChildContainers=GB,b.editorFocusToBlock=nC,b.editorFocusToEnd=$_,b.editorGetBlockData=Xs,b.editorGetBlockText=Yn,b.editorGetBlockTextEx=Vm,b.editorGetBoxData=xB,b.editorHandleKeyboardEvent=sy,b.editorInsertBlock=Wc,b.editorInsertBoxToBlock=$B,b.editorInsertDoc=ZB,b.editorInsertDocAt=sC,b.editorInsertText=Y1,b.editorInsertTextToBlock=VB,b.editorInsertTextToBlockEx=X1,b.editorMergeTextBlock=WB,b.editorMoveDown=m5,b.editorMoveEnd=dC,b.editorMoveHome=y5,b.editorMoveLeft=f5,b.editorMoveLineEnd=D5,b.editorMoveLineHome=I5,b.editorMovePageDown=P5,b.editorMovePageUp=N5,b.editorMoveRight=d5,b.editorMoveUp=h5,b.editorMoveWordEnd=b5,b.editorMoveWordLeft=x5,b.editorRangeClearColor=r5,b.editorRangeGetColor=i5,b.editorRangeSetColor=n5,b.editorRemoveTextAttribute=R_,b.editorReplaceBlockText=Qm,b.editorReplaceContainer=t5,b.editorRunOnce=yC,b.editorSelectAll=mC,b.editorSelectContainer=t0,b.editorSelectDown=g5,b.editorSelectEnd=hC,b.editorSelectHome=T5,b.editorSelectLeft=p5,b.editorSelectLineEnd=L5,b.editorSelectLineHome=S5,b.editorSelectPageDown=V5,b.editorSelectPageUp=K5,b.editorSelectRight=C5,b.editorSelectUp=E5,b.editorSelectWordEnd=B5,b.editorSelectWordLeft=v5,b.editorSetTextColor=Xc,b.editorShowFindDialog=vW,b.editorToDocx=Ltt,b.editorUpdateBlockData=Jm,b.editorUpdateCompositionText=HB,b.editorUpdateEmbedData=QB,b.enablePageScroll=jp,b.escapeHtmlText=dm,b.escapeRegExp=Yp,b.escapeSpace=Z9,b.exclusiveBlock=SA,b.executeBlockCommand=Xv,b.executeEmbedBlockCommand=qv,b.executeRangeCommand=vy,b.fileToDataUrl=_c,b.findAfterOffsetNotType=V1,b.findAllText=gC,b.findBlockByIndex=Tv,b.findEventTargetBlock=jb,b.findInsertionById=Pv,b.findNextOffset=G8,b.findNextVisibleSimpleBlock=Ry,b.findPrevOffset=z8,b.findPrevOffsetNotType=K1,b.findPrevSimpleBlockBeforeChildContainer=d3,b.findPrevVisibleSimpleBlock=ky,b.findTarget=Dc,b.findWordEnd=H1,b.findWordLeft=$1,b.format=kf,b.formatBytes=hv,b.formatDate=qp,b.fragmentToHtml=lv,b.fromBase64=vf,b.fromBase64ToBlob=Vp,b.fromBase64ToUint8Array=uI,b.fromDocRange=el,b.fromNowString=Xp,b.genId=it,b.generateEditorContainerId=Qp,b.getAllChildBlocks=x1,b.getAllQuickMenuItems=iA,b.getAllSelectedBlocks=Ji,b.getAttributesAt=$c,b.getBlockBackground=e1,b.getBlockByIndex=Qo,b.getBlockCaretRect=Zo,b.getBlockClass=le,b.getBlockClassByType=la,b.getBlockClientRects=Fs,b.getBlockCommandsWithHook=a1,b.getBlockContent=zt,b.getBlockHeading=If,b.getBlockId=ut,b.getBlockIndex=Rt,b.getBlockInfo=$d,b.getBlockKind=Ei,b.getBlockMinWidth=$v,b.getBlockNearestRangeFromPoint=E1,b.getBlockOptions=II,b.getBlockPath=tl,b.getBlockProperties=zv,b.getBlockRangeFromPoint=Rm,b.getBlockStyles=LI,b.getBlockTextLength=Ct,b.getBlockTools=be,b.getBlockType=Ot,b.getBoxContent=r1,b.getBoxId=Uv,b.getBoxTypeFromElement=Lf,b.getChildBlockCount=qi,b.getChildBlocks=ke,b.getChildOffset=nl,b.getColorFromAttributes=T1,b.getColorFromContent=bm,b.getComplexBlockClass=jr,b.getContainerBlockPath=t3,b.getContainerBlocks=Bv,b.getContainerBlocksElement=wf,b.getContainerById=Ci,b.getContainerId=pt,b.getContainerMinWidth=d1,b.getContainerToolsElement=RI,b.getContainerWidth=s3,b.getDistanceSquare=Xo,b.getElementFromPoint=Pe,b.getElementOffset=Af,b.getElementScale=Hr,b.getEmbedType=on,b.getExistsBlockTools=vm,b.getExistsContainerById=Rf,b.getFileExt=Tf,b.getFirstChildBlock=_e,b.getFirstClientRect=lm,b.getHeadingBlockChildren=Oc,b.getHeadingMenuOptions=JE,b.getHorizontalPadding=Mp,b.getInsertionContent=i1,b.getLastChildBlock=ze,b.getLastClientRect=ea,b.getListAllNextBrothers=mu,b.getLogger=D,b.getNextBlock=ae,b.getNextHiddenBlocks=Jv,b.getNextValidOffset=ma,b.getNextVisibleBlock=Gr,b.getOffsetFromPoint=_p,b.getOffsetInfoAfter=Vf,b.getOffsetInfoBefore=$m,b.getOpAt=$3,b.getOpLength=wm,b.getParentBlock=et,b.getParentBlockExcludeSelf=ca,b.getParentBox=n1,b.getParentContainer=at,b.getPrevBlock=$e,b.getPrevValidOffset=rl,b.getPrevVisibleBlock=zr,b.getRangeCommands=xy,b.getReferenceClientRect=ok,b.getRootBlock=l1,b.getScrollContainer=mn,b.getSpecialBlockCommands=Gv,b.getStandardEmbedBlockProperties=ix,b.getTextAfterOffset=H8,b.getTextAttributes=q1,b.getTextBeforeOffset=j8,b.getTextBlockChild=Mf,b.getTextBlockClass=Rv,b.getTextBlockContentChildTextLength=qr,b.getTextBlockContentChildType=Zv,b.getTextBlockContentChildren=Yi,b.getTextLength=Vn,b.getTextOpLength=b1,b.getTextWidth=pm,b.getToolbar=j0,b.handleBlockElementUpdated=Hv,b.hasAltOnly=sI,b.hasClass=Mt,b.hasCtrlOrCmd=nv,b.hasCtrlOrCmdOnly=iI,b.hashCode=xv,b.hideBlock=Dv,b.hideTemplates=dS,b.htmlToFragment=gm,b.i18n=_,b.includeBigTable=mN,b.injectDocToHtmlFragment=Yf,b.injectStyle=Wb,b.inputActions=aM,b.insertEmptyBlock=MI,b.insertEmptyEmbedBlock=c1,b.insertText=Gs,b.intersectionCommands=VM,b.isBackspace=iv,b.isBlock=aa,b.isBlockLocked=gg,b.isBlockLockedByOthers=IA,b.isBlockLockedBySelf=Hd,b.isBlockTools=Iv,b.isBox=Bm,b.isBoxOp=Hs,b.isCJK=tv,b.isChildContainer=pi,b.isChildNode=Ce,b.isCodeBlock=Di,b.isCollapsedHeadingBlock=Xi,b.isCollapsedRange=T8,b.isComplexBlockPosition=da,b.isComplexKindBlock=Pt,b.isContainer=Yo,b.isContainerSelectedAllChildBlocks=$5,b.isControlEvent=sa,b.isDelete=lI,b.isDraggingFiles=Cm,b.isElementVisible=um,b.isEmbedBlock=Le,b.isEmptyContainer=Uf,b.isEmptyDoc=P1,b.isEmptyTextBlock=ve,b.isEmptyTextBlockWithoutCompositionText=Md,b.isEnterOnly=rv,b.isEscape=mm,b.isExclusiveBlock=Vd,b.isExpandedHeadingBlock=Qv,b.isFirefox=Cf,b.isFirstChildBlockInComplexBlock=m7,b.isHeadingBlock=Ln,b.isHighSurrogate=X9,b.isInBlock=s1,b.isInBlockTools=Uc,b.isLetter=Zb,b.isLowSurrogate=Y9,b.isMatchShortcut=Gi,b.isMoveForward=nI,b.isNavigationEvent=eI,b.isNavigationKey=ev,b.isNodeRemoved=Ef,b.isNumber=Jb,b.isPrintableKey=Fp,b.isRootBlock=Wr,b.isRootContainer=re,b.isSafari=Zl,b.isSameDay=Wp,b.isSelectBoxOnly=ei,b.isShiftEnter=oI,b.isShiftTab=cI,b.isShortcutEvent=rI,b.isSimpleBlock=SI,b.isSimpleBlockPosition=bi,b.isSimplePos=pB,b.isSimpleRange=Pm,b.isSpace=hm,b.isTab=aI,b.isTextBlockContentBoxChild=Br,b.isTextBlockContentChild=Df,b.isTextBlockContentInsertionChild=Vs,b.isTextBlockContentTextChild=_f,b.isTextKindBlock=ot,b.isTextKindBlockType=Sf,b.isTitleBlock=Ps,b.isToday=mv,b.isValidOffset=or,b.isVisibleBlock=Jo,b.isYesterday=gv,b.loadJs=Hb,b.loadJsPromise=na,b.lockers=gi,b.mergeCommands=H0,b.mergeDocs=Ca,b.mergeOps=O1,b.mergeText=b8,b.multiSplitText=j3,b.overflowText=pv,b.parseShortcut=sv,b.patchNode=Bf,b.pointInRect=ia,b.rangeAddAttribute=Pf,b.rangeGetTextColor=Q3,b.rangeRemoveAttribute=Vc,b.rangeSetTextColor=q3,b.rangeTransformText=G3,b.registerDragDrop=Np,b.removeAttribute=y1,b.removeClass=ct,b.removeLastBr=C8,b.removePlaceholderFromBlock=IR,b.removeStyle=Gb,b.replaceAll=AI,b.replaceAllCaseInsensitive=xI,b.replaceAllText=j5,b.replaceText=Om,b.requestDownload=Em,b.resetListStart=pu,b.scrollIntoView=Hf,b.scrollable=fv,b.selectFile=Mc,b.selectedBlockToDoc=e0,b.selectionToDoc=Yc,b.setAttributes=cm,b.setClipboardData=yf,b.setClipboardDataByEvent=hI,b.setColorToAttributes=X3,b.setDataset=Up,b.setDefaultCursor=bf,b.setStyles=Op,b.shareDBCommentToDocObject=HC,b.shareDBDocCommentToComment=lT,b.shortcutToDisplayText=hn,b.showBlock=t1,b.showDocVersions=Mtt,b.showTemplates=px,b.splitText=sr,b.splitToThree=ln,b.stringToDataUrl=$p,b.stringToObjectUrl=zp,b.subText=z3,b.textNodeOffsetFromPoint=$b,b.titleFromEditor=gS,b.toBase64URL=Wi,b.toMindmap=Y0,b.toPlainText=Re,b.toPlainTextKeepLength=F1,b.trimChar=Pp,b.unexclusiveBlock=LA,b.unicodeLength=Q9,b.unicodeSubstr=J9,b.updateBlockSelection=Vv,b.updateOpAttributes=mB,b.updateTextBlockContent=$8,b.updateUrl=Kp;for(const n in Ve)n!=="default"&&!b.hasOwnProperty(n)&&Object.defineProperty(b,n,{enumerable:!0,get:()=>Ve[n]});Object.defineProperties(b,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
963
|
+
\`\`\`\`\`\``}return""}const XJ={embedType:"plantuml",convertFrom:GJ,handleUpdateBlock:zJ,createEmbedContent:jJ,getBlockProperties:WJ,convertTo:qJ},ect="",YJ="hr",QJ={dividingLine:{type:"\u5206\u5272\u7EBF",abstract:"\u5206\u5272\u7EBF"}},JJ={dividingLine:{type:"Dividing-Line",abstract:"Dividing-Line"}},ZJ={dividingLine:{type:"\u533A\u5207\u308A\u7DDA",abstract:"\u533A\u5207\u308A\u7DDA"}};_.mergeLang({"zh-CN":QJ,"en-US":JJ,"ja-JP":ZJ});function tZ(n,t){const e=B("div",["editor-embed-container"],t);B("hr",["editor-embed-hr"],e)}function eZ(n,t,e,r){return r==="html"?"<hr />":r==="markdown"?"---":"------------"}function nZ(){return{name:"hr",insertEmbedCommandItems:[{id:"insert-hr",name:_.t("dividingLine.type"),icon:HT,order:500,group:"common",subText:Qn("insert-hr")}],handleInsertEmptyEmbed:async(n,t)=>{const{containerId:e,blockIndex:r}=t;return n.insertEmbed(e,r,YJ,{})}}}function rZ(n,t,e){const{data:r}=e;if(!r||r.embedType!=="dividing-line"||!ot(n,t))return null;const i={};return{blockData:{id:it(),type:"embed",embedType:"hr",embedData:i}}}function iZ(){return{abstract:_.t("dividingLine.abstract")}}const sZ={embedType:"hr",createEmbedContent:tZ,convertTo:eZ,getOptions:nZ,convertFrom:rZ,getBlockProperties:iZ},nct="",rct="",oZ={media:{upload:{failed:'<div class="line-1">{name}\u4E0A\u4F20\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <span class="retry-upload">\u91CD\u8BD5</span></div>',maxSizeFailed:'<div class="line-1">{name}\u4E0A\u4F20\u5931\u8D25</div><div class="line-2">\u6587\u4EF6\u5927\u5C0F\u8D85\u8FC7\u9650\u5236\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\u6587\u4EF6</div>'},load:{failed:'<div class="line-1">{name}\u52A0\u8F7D\u5931\u8D25</div><div class="line-2">\u7F51\u7EDC\u670D\u52A1\u5F02\u5E38\uFF0C\u4F60\u53EF\u4EE5 <span class="retry-upload">\u91CD\u8BD5</span></div>'},audio:{menuItem:"\u97F3\u9891",abstract:"\u97F3\u9891"},video:{menuItem:"\u89C6\u9891",abstract:"\u89C6\u9891"}}},lZ={media:{upload:{failed:'<div class="line-1">{name} upload failed</div><div class="line-2">Network error, you can <span class="retry-upload">Retry</span></div>',maxSizeFailed:'<div class="line-1">{name} upload failed</div><div class="line-2">The file size exceeds limit. Please choose another file.</div>'},load:{failed:'<div class="line-1">{name} loading failed</div><div class="line-2">Network error, you can <span class="retry-upload">Retry</span></div>'},audio:{menuItem:"Audio",abstract:"Audio"},video:{menuItem:"Video",abstract:"Video"}}},aZ={media:{upload:{failed:'<div class="line-1">{name}\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <span class="retry-upload">\u518D\u8A66\u884C</span></div>',maxSizeFailed:'<div class="line-1">{name}\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F</div><div class="line-2">\u30D5\u30A1\u30A4\u30EB\u306E\u30B5\u30A4\u30BA\u304C\u4E0A\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u305F\u3081\u3001\u4ED6\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044</div>'},load:{failed:'<div class="line-1">{name}\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F</div><div class="line-2">\u304A\u4F7F\u3044\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u6B21\u306E\u64CD\u4F5C\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002 <span class="retry-upload">\u518D\u8A66\u884C</span></div>'},audio:{menuItem:"\u97F3\u58F0",abstract:"\u97F3\u58F0"},video:{menuItem:"\u52D5\u753B",abstract:"\u52D5\u753B"}}};_.mergeLang({"zh-CN":oZ,"en-US":lZ,"ja-JP":aZ});var Ui=(n=>(n.AUDIO="audio",n.VIDEO="video",n))(Ui||{}),oh=(n=>(n.Empty="empty",n.Progress="progress",n.Error="error",n))(oh||{});const MS=10*1024*1024,cZ=["wav","mp3","aac","ogg","webm","flac"],uZ=["ogg","mp4","webm"],fZ=()=>{};function US(n){var h,C,E,A,v,S;const t=(h=n.getComponentOptions("media"))!=null?h:{},{allowedMedias:e,maxSize:r,callbacks:i}=t,s=(C=e==null?void 0:e.audio)!=null?C:cZ,o=(E=e==null?void 0:e.video)!=null?E:uZ,l=(A=r==null?void 0:r.audio)!=null?A:MS,c=(v=r==null?void 0:r.video)!=null?v:MS,d=(S=i==null?void 0:i.onError)!=null?S:fZ;return{allowedMedias:{audio:s,video:o},maxSize:{audio:l,video:c},callbacks:{onError:d}}}function dZ(n,t){const e=s=>s.map(o=>`.${o}`).join(","),{allowedMedias:r}=US(n),i=r[t];return i?e(i):"*"}function hZ(n,t,e){const{maxSize:r,callbacks:i,allowedMedias:s}=US(t),{[e]:o}=r,{[e]:l}=s;if(o&&n.size>o){const d=new Error("media is too large");throw d.code=`MaxMediaSize-${e}`,i!=null&&i.onError&&(i==null||i.onError(t,d)),d}const c=Tf(n.name);if(l&&!l.includes(c.toLowerCase())){const d=new Error(`media file is not allowed: ${c}`);throw d.code="NotAllowedFile",i!=null&&i.onError&&(i==null||i.onError(t,d)),d}}function mZ(n){return n===oh.Empty||n===oh.Error}const En=D("media");class gZ extends Ve.TypedEmitter{constructor(e){super();m(this,"mediaContainer",null);m(this,"media",null);m(this,"abstract",null);m(this,"handleMediaLoadError",(e,r)=>{if(!r.target||!(r.target instanceof Node)||!(r.target instanceof Element?r.target:r.target.parentElement))return;const s=et(r.target);if(!s||!s.contains(this.mediaContainer))return;const o=this.renderError();this.updateMediaContent(o),this.emit("mediaError",e,"load_error",ut(s))});m(this,"handleUploadFile",async e=>{p(En,this.abstract,"no abstract"),p(En,this.mediaContainer,"The media element not exist");const{editor:r}=this.options,i=et(this.mediaContainer);p(En,i,"The block element not exist");const s=r.getBlockData(i);try{const{resourceId:o}=await r.doc.uploadResource(e,{onProgress:C=>{this.renderProgress(C,e)}}),{name:l,type:c,size:d}=e,h={...s,embedData:{...s.embedData,src:o,fileName:l,fileSize:d,fileType:c}};r.updateBlockData(i,h)}catch(o){En.error(o),this.emit("mediaError",r,"upload_error",s.id),this.renderRetry(e,o)}ct(i,"media-block-uploading")});m(this,"destroy",()=>{this.mediaContainer=null});this.options=e}bindMediaEvent(){const{editor:e}=this.options;this.media&&e.domEvents.addEventListener(this.media,"error",this.handleMediaLoadError)}unbindMediaEvent(){const{editor:e}=this.options;this.media&&e.domEvents.removeEventListener(this.media,"error",this.handleMediaLoadError)}updateMediaContent(e){p(En,this.mediaContainer,"The media element not exist"),this.mediaContainer.innerHTML="",this.mediaContainer.append(e)}renderError(){p(En,this.abstract,"no abstract");const{editor:e,createMediaElement:r}=this.options,{mediaIcon:i,mediaName:s}=this.abstract;p(En,this.mediaContainer,"The media element not exist");const o=et(this.mediaContainer);p(En,o,"The block element not exist");const l=e.getBlockData(o),c=B("div",["media-error","embed-selected-content","embed-hover-content"],null),d=B("span",["media-error-icon"],c);d.innerHTML=i;const h=B("div",[],c);h.innerHTML=_.t("media.load.failed",{name:s}),c.appendChild(h);const C=h.querySelector(".retry-upload");return p(En,C,"The element not exist"),e.domEvents.addEventListener(C,"click",(E,A)=>{const v=B("div",["media-element"],null),S=this.getResourceUrl(l),w=r(E,v,l,S);this.unbindMediaEvent(),this.media=w,this.bindMediaEvent(),this.updateMediaContent(v)}),this.setFullScreen(),c}renderRetry(e,r){var E,A;p(En,this.abstract,"no abstract");const{editor:i}=this.options,{mediaIcon:s,mediaName:o}=this.abstract,l=B("div",["media-error","embed-selected-content","embed-hover-content"],null),c=B("span",["media-error-icon"],l);c.innerHTML=s;const d=B("div",[],l);let h=_.t("media.upload.failed",{name:o});(((E=r.response)==null?void 0:E.status)===420||((A=r.response)==null?void 0:A.status)===413)&&(h=_.t("media.upload.maxSizeFailed",{name:o})),d.innerHTML=h,l.appendChild(d);const C=d.querySelector(".retry-upload");C&&i.domEvents.addEventListener(C,"click",()=>{i.readonly||(p(En,this.abstract,"no abstract"),this.handleUploadFile(e))}),this.updateMediaContent(l),this.setFullScreen()}renderProgress(e,r){p(En,this.mediaContainer,"The media element not exist");const i=this.mediaContainer.querySelector(":scope .media-progress"),s=e===-1||e===100?100:e;if(i){const{updateProgressElement:o}=this.options;o(i,s)}else{const{createProgressElement:o}=this.options,l=et(this.mediaContainer);p(En,l,"The element not exist"),q(l,"media-block-uploading");const c=B("div",["media-progress"],null);o(c,s,r),this.updateMediaContent(c)}this.setFullScreen()}renderMediaElement(e,r){p(En,this.mediaContainer,"The media element not exist");const i=this.mediaContainer.querySelector(":scope > .media-element"),{createMediaElement:s,updateMediaElement:o,editor:l}=this.options,c=this.getResourceUrl(e,r);if(i){const d=o(l,i,e,c);this.unbindMediaEvent(),this.media=d,this.bindMediaEvent()}else{const d=B("div",["media-element"],null),h=s(l,d,e,c);this.unbindMediaEvent(),this.media=h,this.bindMediaEvent(),this.updateMediaContent(d)}}renderEmpty(e){p(En,this.abstract,"no abstract"),p(En,this.mediaContainer,"The media element not exist");const r=B("div",["media-empty","embed-selected-content","embed-hover-content"],this.mediaContainer);r.innerHTML=this.abstract.mediaIcon,this.updateMediaContent(r);const{editor:i}=this.options;i.findBlockById(e.id)&&this.emit("mediaError",i,"empty",e.id),this.setFullScreen()}getResourceUrl(e,r){const{src:i}=e.embedData,{editor:s}=this.options;return s.doc.buildResourceUrl(i,{syncNewResources:async(o,l)=>{var d,h;if(!r)return;await s.doc.addResources([o]);const c=(h=(d=s.doc).getServerMeta)==null?void 0:h.call(d).appId;if(l!==e.embedData.src&&c&&e.embedData.src.includes(c)){const C=et(r);if(C&&!s.readonly&&s.isBlockWritable(C)){const E=Et.default(e);E.embedData.src=o,s.updateBlockData(C,E)}}}})}setFullScreen(){p(En,this.mediaContainer,"The media element not exist"),q(this.mediaContainer,"full-screen")}removeFullScreen(){p(En,this.mediaContainer,"The media element not exist"),ct(this.mediaContainer,"full-screen")}updateBlockAlign(e,r){const i=et(r);p(En,i,"The block element not exist");const{align:s}=e;e.embedType==="video"&&(i.hasAttribute("data-style-align")&&i.removeAttribute("data-style-align"),i.setAttribute("data-style-align",s))}render(e,r){const{src:i}=e.embedData;(!this.mediaContainer||!r.contains(this.mediaContainer))&&(this.mediaContainer=B("div",["media"],r)),this.updateBlockAlign(e,r),mZ(i)?i===oh.Empty&&this.renderEmpty(e):this.renderMediaElement(e,r)}setAbstract(e){this.abstract=e}}D("media-embed");const pZ="left";class OS{constructor(){m(this,"handleInsertEmptyEmbed",async(t,e)=>{var C;const{containerId:r,blockIndex:i}=e;let s;(C=e.data)!=null&&C.file&&(s=e.data.file);const o=dZ(t,this.embedType);if(s=s!=null?s:await Mc(o,{}),!s)return null;const{mediaType:l}=this.getAbstract();try{hZ(s,t,l)}catch{return null}const c={id:it(),type:"embed",embedType:this.embedType,embedData:{src:oh.Empty}};l==="video"&&(c.align=pZ);const d=t.insertBlock(r,i,c);return await this.getMedia(t,c.id).handleUploadFile(s),d})}getMedia(t,e){const r=t.addCustom(`media-${e}`,()=>new gZ({editor:t,createMediaElement:this.createMediaElement,updateMediaElement:this.updateMediaElement,createProgressElement:this.createProgressElement,updateProgressElement:this.updateProgressElement}));return r.setAbstract({...this.getAbstract()}),r}getOptions(){const{menuItem:t,mediaIcon:e,mediaName:r,order:i,group:s}=this.getAbstract();return{name:r,insertEmbedCommandItems:[{id:`insert-${this.embedType}`,name:t,icon:e,order:i,group:s,subText:Qn(`insert-${this.embedType}`)}],handleInsertEmptyEmbed:this.handleInsertEmptyEmbed}}createEmbedContent(t,e,r){const{id:i}=r;this.getMedia(t,i).render(r,e)}handleUpdateBlock(t,e,r){const{id:i}=r,s=this.getMedia(t,i),o=zt(e);return s.render(r,o),!0}handleDeleteBlock(t,e){const r=e.id,i=this.getMedia(t,r);i.removeAllListeners(),i.destroy()}convertTo(t,e,r,i){const s=e.embedData,o=t.doc.buildResourceUrl(s.src,{withToken:!0});return i==="html"?`<${s.type} src="${o}" />`:i==="markdown"?``:o}}function NS(n,t){const e=B("div",["uploading-progress-mask"],n),r=B("div",["uploading-progress-bar"],e),i=B("div",["uploading-progress-bar-value"],r);i.style.width=`${t}%`}function PS(n,t){const e=n.querySelector(".uploading-progress-bar-value");e&&(e.style.width=`${t}%`)}const CZ=D("media-audio");class EZ extends OS{constructor(){super(...arguments);m(this,"embedType",Ui.AUDIO);m(this,"updateProgressElement",PS);m(this,"createMediaElement",(e,r,i,s)=>{const o=B("div",["audio-container","embed-hover-content","embed-selected-content"],r),l=B("audio",[],o);return l.innerHTML="Your browser does not support the <code>audio</code> element.",l.controls=!0,l.src=s,setTimeout(()=>{this.getMedia(e,i.id).setFullScreen()}),l})}getAbstract(){return{mediaIcon:KT,mediaName:_.t(`media.${Ui.AUDIO}.menuItem`),menuItem:_.t(`media.${Ui.AUDIO}.menuItem`),order:800,mediaType:Ui.AUDIO,group:"common"}}getBlockProperties(){return{abstract:`${_.t(`media.${Ui.AUDIO}.abstract`)}`}}updateMediaElement(e,r,i,s){const o=r.querySelector(":scope .audio-container > audio");return p(CZ,o,"The media element not exist"),o.src!==s&&(o.src=s),o}createProgressElement(e,r){const i=B("audio",[],e);i.innerHTML="Your browser does not support the <code>audio</code> element.",i.controls=!0,i.src="about:blank",NS(e,r)}}const AZ=new EZ;D("video-resizer");function FS(n){return n&&Le(n)&&on(n)==="video"}const xZ=50;class kx{constructor(t){m(this,"currentResizableElement",null);m(this,"resizing",!1);m(this,"handleHoveringBlockChange",(t,e)=>{if(!this.resizing&&!window.isDragging&&(e&&FS(e)&&this.disableBlockResize(e),t&&FS(t)&&this.editor.isBlockWritable(t))){const r=this.getVideoElement(t);if(!r)return;this.enableBlockResize(t,r)}});m(this,"handleResizing",(t,e)=>{if(this.resizing=!0,!this.currentResizableElement)return;const r=t.getBlock();if(!r)return;const i=r.getBoundingClientRect().width,s=Math.min(Math.max(e.width,xZ),i);this.currentResizableElement.style.width=`${s}px`,this.currentResizableElement.style.pointerEvents="none"});m(this,"handleResized",t=>{this.resizing=!1;const e=t.getBlock();if(!this.currentResizableElement||!e)return;const r=this.editor.getBlockData(e),{width:i}=this.currentResizableElement.getBoundingClientRect();this.currentResizableElement.style.pointerEvents="auto",this.editor.updateBlockData(e,{...r,width:i})});this.editor=t,Ge.get(t).addListener("change",this.handleHoveringBlockChange)}destroy(){this.currentResizableElement=null,Ge.get(this.editor).removeListener("change",this.handleHoveringBlockChange)}getVideoElement(t){return zt(t).querySelector(":scope .video-container > video")}updateResizer(t){const e=this.editor.findCustom(`${ut(t)}-resizer`);e&&e.updateResizer()}disableBlockResize(t){const e=this.editor.findCustom(`${ut(t)}-resizer`);e&&e.disableResize()}enableBlockResize(t,e){const r=this.editor.addCustom(`${ut(t)}-resizer`,()=>new Nd(this.editor,{resize:["top-left","top-right","bottom-left","bottom-right"]}));r.enableResize(t,e),r.removeListener("resizing",this.handleResizing),r.removeListener("resized",this.handleResized),r.addListener("resizing",this.handleResizing),r.addListener("resized",this.handleResized),this.currentResizableElement=e}}const bZ=D("video");class vZ extends OS{constructor(){super(...arguments);m(this,"embedType",Ui.VIDEO);m(this,"updateProgressElement",PS);m(this,"createMediaElement",(e,r,i,s)=>{const o=B("div",["video-container","embed-selected-content","drag-preview-element"],r),l=B("video",[],o);return l.innerHTML="Your browser does not support the <code>video</code> element.",l.controls=!0,l.src=s,l.addEventListener("canplay",()=>{e.addCustom("video-resizer",()=>new kx(e)),this.getMedia(e,i.id).removeListener("mediaError",this.handleMediaError),this.getMedia(e,i.id).addListener("mediaError",this.handleMediaError),this.getMedia(e,i.id).removeFullScreen()}),i.width&&(l.style.width=`${i.width}px`),l});m(this,"createProgressElement",(e,r,i)=>{const s=B("video",["progress-video"],e);s.innerHTML="Your browser does not support the <code>audio</code> element.",s.controls=!0,NS(e,r),_c(i).then(o=>{const l=e.querySelector(".progress-video");l&&s1(e)&&(l.src=o)})})}getAbstract(){return{mediaName:_.t(`media.${Ui.VIDEO}.menuItem`),mediaIcon:VT,menuItem:_.t(`media.${Ui.VIDEO}.menuItem`),order:700,mediaType:Ui.VIDEO,group:"common"}}getBlockProperties(){return{abstract:`${_.t(`media.${Ui.VIDEO}.abstract`)}`}}handleMediaError(e,r,i){const s=e.addCustom("video-resizer",()=>new kx(e)),o=e.getBlockById(i);s.disableBlockResize(o)}updateMediaElement(e,r,i,s){const o=r.querySelector(":scope .video-container > video");p(bZ,o,"The media element not exist"),o.src!==s&&(o.src=s),i.width?o.style.width=`${i.width}px`:o.style.width="";const l=e.getBlockById(i.id);return setTimeout(()=>{e.addCustom("video-resizer",()=>new kx(e)).updateResizer(l)}),o}}const BZ=new vZ,KS=[uA,EA,AA,Ik],Rx=[SS,yQ,DJ,VJ,XJ,UK,sZ,BZ,AZ,Oz,oS,CX],VS=[Hk,cS,D4,qk];function yZ(n,t,e){var i,s,o,l;mi.level=(i=e.logLevel)!=null?i:qo.DEBUG;const r=Zf(n,t,{components:{blocks:[...KS,...((s=e==null?void 0:e.components)==null?void 0:s.blocks)||[]],embeds:[...Rx,...((o=e.components)==null?void 0:o.embeds)||[]],boxes:[...VS,...((l=e.components)==null?void 0:l.boxes)||[]],textRenders:[new zE],options:{...e.componentsOptions}}});return r.readonly=!0,r.addCustom("heading-collapse",()=>new fx(r)),r.addCustom("editor-tooltip",()=>new Sd(r)),r.addListener("clickLink",(c,d,h)=>{var E;if((E=e==null?void 0:e.events)!=null&&E.onClickLink){e.events.onClickLink(c,d,h);return}const C=h.getAttribute("link");C&&(c.readonly||d.ctrlKey||d.metaKey)&&window.open(C,"_blank")}),r}class $S{constructor(t){this.createOptions=t,t.lang&&_.setLang(t.lang)}createHistoryEditor(t,e){return yZ(t,e,this.createOptions)}}function HS(n,{root:t,childDoc:e,doc:r}){var h,C;e.uploadResource=r.uploadResource.bind(r),e.buildResourceUrl=r.buildResourceUrl.bind(r);const i=n.getComponentOptions("comment"),s={image:{defaultAlign:"left"},table:{locatingContainer:t,hideCellMenu:!0,hideToolbar:!0},...i==null?void 0:i.componentsOptions},o=[];n.editorBlocks.forEach(E=>{E.blockType==="text"||E.blockType==="embed"||o.push(E)});const l=[];n.editorEmbeds.forEach(E=>{l.push(E)});const c=[];n.editorBoxes.forEach(E=>{E.boxType==="text"||E.boxType==="br"||E.boxType==="image"||E.boxType==="anchor"||c.push(E)});const d=Zf(t,e,{shortcuts:[i0],components:{blocks:o,commandProviders:[new N0],decorators:[new ug],embeds:l,boxes:c,options:s}});if(d.input.addHandler(new dg),d.input.addHandler(new PA(d)),d.input.addHandler(new jA(d)),d.input.addHandler(new Rq(d)),d.input.addHandler(new pg),d.addCustom("image-paste-handler",()=>new NA(d)),xe.isMobile||d.addCustom("editor-tooltip",()=>new Sd(d)),n.options.enableContextMenu!==!1&&d.addCustom("editor-context-menu",E=>new WA(E)),(h=n.options.componentsOptions)!=null&&h.mention){const E=n.options.componentsOptions.mention;d.addCustom("mention",()=>new aS(d,{...E}))}if((C=n.options.componentsOptions)!=null&&C.comment){const E=n.options.componentsOptions.comment;E.onCommentEditorClick&&d.addListener("click",E.onCommentEditorClick)}return d}function TZ(n,t){const e=Array.from(n.rootContainer.querySelectorAll(`[comment-${t.toLocaleLowerCase()}="${t}"]`)),r=new Set;e.forEach(i=>{const s=et(i);s&&r.add(s)}),r.forEach(i=>{wq(n,i,t)})}class kZ{constructor(t){m(this,"listeners",new Set);m(this,"doc");this.editor=t,this.doc=this.editor.doc.externalDoc,this.doc.registerCallback(this)}getComments(){return this.doc.getComments()}getComment(t){return this.doc.getComment(t)}getCommentDoc(t){return this.doc.getCommentDoc(t)}localCreateComment(t,e){this.doc.localCreateComment(t,e)}localDeleteComment(t){const e=this.getComment(t);this.doc.localDeleteComment(t);const r=e.groupId;this.getComments().filter(s=>s.groupId===r).length===0&&TZ(this.editor,r)}localUpdateComment(t,e){this.doc.localUpdateComment(t,e)}onCreateComment(t,e){Array.from(this.listeners.values()).forEach(r=>r.onCreateComment(t,e))}onDeleteComment(t,e){Array.from(this.listeners.values()).forEach(r=>r.onDeleteComment(t,e))}onUpdateComment(t,e){Array.from(this.listeners.values()).forEach(r=>r.onUpdateComment(t,e))}addListener(t){this.listeners.add(t)}removeListener(t){this.listeners.delete(t)}createCommentEditor(t,e){return HS(this.editor,{root:t,childDoc:e,doc:this.doc})}allowEdit(t){return t.userId===this.doc.getUser().userId}}class RZ{constructor(t,e){m(this,"listeners",new Set);this.editor=t,this.localDoc=e}get doc(){return this.localDoc.toJSON()}getComments(){return Object.values(this.doc.comments)}getComment(t){return this.doc.comments[t]}getCommentDoc(t){const e=this.doc.comments[t];return HC(e)}addListener(t){this.listeners.add(t)}removeListener(t){this.listeners.delete(t)}localCreateComment(t,e){}localDeleteComment(t){}localUpdateComment(t,e){}createCommentEditor(t,e){return HS(this.editor,{root:t,childDoc:e,doc:this.localDoc})}allowEdit(t){return t.userId===this.localDoc.getUser().userId}}const wZ={placeholder:{common:{title:"\u8BF7\u8F93\u5165\u6807\u9898",readonlyTitle:"\u8BF7\u8F93\u5165\u6807\u9898",content:"\u70B9\u51FB + \uFF0C\u6216\u8F93\u5165 / \u5FEB\u6377\u63D2\u5165\u7EC4\u4EF6",contentInTable:"\u8F93\u5165 / \u5FEB\u6377\u63D2\u5165\u7EC4\u4EF6"},local:{readonlyTitle:"\u672A\u547D\u540D"}},copyCutProperty:{copy:"\u590D\u5236",cut:"\u526A\u5207",unsafeEnvTips:"\u7531\u4E8E\u5F53\u524D http \u8BBF\u95EE\u73AF\u5883\u4E0B\u7684\u9650\u5236\uFF0C\u8BF7\u4F7F\u7528\u5FEB\u6377\u952E({shortCut}) {operation}",limitedEnvTips:"\u7531\u4E8E\u6D4F\u89C8\u5668\u9650\u5236\uFF0C\u8BF7\u4F7F\u7528 {shortCut} \u7C98\u8D34"}},SZ={placeholder:{common:{title:"Enter a title",readonlyTitle:"Enter a title",content:'Click "+", or enter "/" to insert components quickly',contentInTable:'Enter "/" to insert components quickly'},local:{readonlyTitle:"Untitled"}},copyCutProperty:{copy:"Copy",cut:"Cut",unsafeEnvTips:"Due to the limitations of the current http access environment, please use the shortcut ({shortCut}) {operation}",limitedEnvTips:"Press {shortCut} to paste due to browser restrictions"}},LZ={placeholder:{common:{title:"\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",readonlyTitle:"\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",content:"\u300C+\u300D\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u304B\u3001\u300C/\u300D\u3092\u5165\u529B\u3059\u308B\u3068\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u7D20\u65E9\u304F\u633F\u5165\u3067\u304D\u307E\u3059",contentInTable:"\u300C/\u300D\u3092\u5165\u529B\u3059\u308B\u3068\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u7D20\u65E9\u304F\u633F\u5165\u3067\u304D\u307E\u3059"},local:{readonlyTitle:"\u7121\u984C"}},copyCutProperty:{copy:"\u8907\u88FD",cut:"\u5207\u308B",unsafeEnvTips:"HTTP\u74B0\u5883\u306E\u5236\u7D04\u306B\u3088\u308A\u3001{operation}\u3059\u308B\u306B\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8({shortCut}) \u3092\u3054\u4F7F\u7528\u304F\u3060\u3055\u3044",limitedEnvTips:"\u30D6\u30E9\u30A6\u30B6\u30FC\u306E\u5236\u9650\u306B\u3088\u308A\u3001\u300C{shortCut}\u300D\u3092\u4F7F\u7528\u3057\u3066\u8CBC\u308A\u4ED8\u3051\u3066\u304F\u3060\u3055\u3044"}};_.mergeLang({"zh-CN":wZ,"en-US":SZ,"ja-JP":LZ});const IZ="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",DZ=()=>Vp(IZ),_Z=D("image-to-docx");async function MZ(n){return new Promise((t,e)=>{const r=new Image;r.onload=()=>{t({width:r.naturalWidth,height:r.naturalHeight})},r.onerror=e,r.src=n})}async function jS(n,t){if(n.width&&n.height)return{width:n.width,height:n.height,buffer:t};try{const e=await _c(new File([t],"",{})),r=await MZ(e);return r.width===void 0||r.height===void 0?{width:345,height:230,buffer:t}:n.width||n.height?{width:n.width||r.width*n.height/r.height,height:n.height||r.height*n.width/r.width,buffer:t}:{width:r.width,height:r.height,buffer:t}}catch(e){_Z.error(e);return}}function UZ(n,t){let e=n.filter(o=>o!=null);const r=t-(e.length-1)*20,i=.87,s=e.reduce((o,l)=>o+l.width,0);return s>r&&(e=e.map(o=>({width:o.width*r/s,height:o.height*r/s,buffer:o.buffer}))),e.map(o=>({width:o.width*i,height:o.height*i,buffer:o.buffer}))}function OZ(n,t,e){if(!e||typeof e!="object")return;const r=e,i=n.filter(o=>o!=null),s=t-(i.length-1)*20;i.forEach((o,l)=>{if(i.length===1&&r.widthPercent){const d=r.widthPercent,h=o.width;o.width=s*(d/100),o.height*=o.width/h;return}const c=`${l}_flex`;if(r[c]){const d=r[c],h=o.width;o.width=s*d,o.height*=o.width/h}})}function zS(n=[0,1,2,3,4,5,6,7],t=1){return n.map(e=>{let r;switch(e%3){case 0:r=Bt.LevelFormat.DECIMAL;break;case 1:r=Bt.LevelFormat.LOWER_LETTER;break;default:r=Bt.LevelFormat.LOWER_ROMAN;break}return{level:e,format:r,text:`%${e+1}. `,alignment:Bt.AlignmentType.START,start:t,style:{paragraph:{indent:{left:Bt.convertInchesToTwip(.3*(e+1)),hanging:Bt.convertInchesToTwip(.2)}}}}})}function NZ(){return[0,1,2,3,4,5,6,7].map(n=>{let t;switch(n%3){case 0:t="\u2022";break;case 1:t="\u25E6";break;default:t="\u25AA";break}return{level:n,format:Bt.LevelFormat.BULLET,text:t,alignment:Bt.AlignmentType.START,style:{paragraph:{indent:{left:Bt.convertInchesToTwip(.3*(n+1)),hanging:Bt.convertInchesToTwip(.2)}}}}})}function PZ(){return[0,1,2,3,4,5,6,7].map(n=>({level:n,format:Bt.LevelFormat.BULLET,text:"\u2611",alignment:Bt.AlignmentType.START,style:{paragraph:{indent:{left:Bt.convertInchesToTwip(.3*(n+1)),hanging:Bt.convertInchesToTwip(.2)}}}}))}function FZ(){return[0,1,2,3,4,5,6,7].map(n=>({level:n,format:Bt.LevelFormat.BULLET,text:"\u2610",alignment:Bt.AlignmentType.START,style:{paragraph:{indent:{left:Bt.convertInchesToTwip(.3*(n+1)),hanging:Bt.convertInchesToTwip(.2)}}}}))}var lh=(n=>(n.NUMBERING="number-numbering-reference",n.BULLET="number-bullet-reference",n.CHECKED="checked-bullet-reference",n.UNCHECKED="unchecked-bullet-reference",n))(lh||{});const KZ=[{levels:zS(),reference:"number-numbering-reference"},{levels:NZ(),reference:"number-bullet-reference"},{levels:PZ(),reference:"checked-bullet-reference"},{levels:FZ(),reference:"unchecked-bullet-reference"}];function VZ(n){switch(n){case"style-color-0":return"d83931";case"style-color-1":return"de7802";case"style-color-2":return"dc9b04";case"style-color-3":return"2ea121";case"style-color-4":return"245bdb";case"style-color-5":return"6425d0";case"style-color-6":return"8f959e";default:return}}function $Z(n){switch(n){case"style-bg-color-1":case"style-bg-color-2":case"style-bg-color-8":case"style-bg-color-9":return"yellow";case"style-bg-color-0":case"style-bg-color-5":return"magenta";case"style-bg-color-3":return"green";case"style-bg-color-4":case"style-bg-color-11":return"blue";case"style-bg-color-6":return"lightGray";case"style-bg-color-7":return"red";case"style-bg-color-10":return"darkGreen";case"style-bg-color-12":return"darkMagenta";case"style-bg-color-13":return"darkGray";default:return}}function HZ(n){switch(n){case"style-bg-color-0":return"fbbab6";case"style-bg-color-1":return"ffdcb0";case"style-bg-color-2":return"fff7a0";case"style-bg-color-3":return"ceefc5";case"style-bg-color-4":return"d1ddfb";case"style-bg-color-5":return"d9cbf8";case"style-bg-color-6":return"eaeaea";case"style-bg-color-7":return"fe837c";case"style-bg-color-8":return"ffbd6a";case"style-bg-color-9":return"ffe662";case"style-bg-color-10":return"a8f393";case"style-bg-color-11":return"98b5ff";case"style-bg-color-12":return"b394f8";case"style-bg-color-13":return"b1b1b1";default:return}}const jZ=/rgb\((\d+),\s*(\d+),\s*(\d+)\)/;function GS(n){if(typeof n=="string"&&n.length>0){if(n[0]==="#")return n.substring(1);const t=n.match(jZ);if(t){const e=o=>{let l=Number(o).toString(16);return l.length<2&&(l=`0${l}`),l},r=e(t[1]),i=e(t[2]),s=e(t[3]);return`${r}${i}${s}`}if(n==="red")return"FF0000";if(n==="green")return"00FF00";if(n==="blue")return"0000FF"}}function Mn(n,t){if(n&&n.attributes&&n.attributes[t])return n.attributes[t];if(n&&n.attributes&&n.attributes.box&&n.attributes.inputType&&t==="style-underline")return!0}function WS(n,t,e){for(let r=0;r<=e;++r){const i=`${t}${r}`;if(Mn(n,i))return i}}function Fg(n,t,e){n.attributes=n.attributes||{},n.attributes[t]=e}function wx(n){return n==="image"||n==="drawio"||n==="plantuml"||n==="mermaid"||n==="flowchart"}function qS(n){return n&&n.startsWith("//")?`https:${n}`:n&&!n.startsWith("http://")&&!n.startsWith("https://")?`https://${n}`:n}function zZ(n){const t=Mn(n,"inlineStyle");if(t==null)return;const e=t.split(";");for(const r of e){const i=r.split(":");if(i.length!==2)continue;const s=i[0].trim().toLowerCase(),o=i[1].trim().toLowerCase();s==="font-size"&&Fg(n,"inline-style-font-size",o),s==="color"&&Fg(n,"inline-style-color",o),s==="background-color"&&Fg(n,"inline-style-background-color",o),s==="font-family"&&Fg(n,"inline-style-font-family",o)}}function GZ(n,t){if(t==null)return n==null?void 0:n.normal;if(n)return n[`heading${t}`]}function WZ(n){const t=`${Mn(n,"inline-style-font-size")}`;if(t&&t.indexOf("px")>0)return+t.replace(/px/g,"")}function qZ(n){if(n.attributes&&n.attributes.box&&n.attributes.text)return` ${n.attributes.text} `;if(n.attributes&&n.attributes.box&&n.attributes.inputType)return n.attributes.value?`${n.attributes.value}`:" "}function XZ(n){if(n.attributes&&n.attributes.box&&n.attributes.text)return` @${n.attributes.text} `}function YZ(n){return Mn(n,"inline-style-font-family")}function QZ(n){const t=Mn(n,"inline-style-background-color");return GS(t)}function JZ(n){const t=Mn(n,"inline-style-color");return GS(t)}function ZZ(n){zZ(n);const t=Mn(n,"type")==="mention";return{box:n.attributes&&n.attributes.box?n.attributes:void 0,inlineCode:!!Mn(n,"style-code"),link:qS(Mn(n,"link")),size:WZ(n),text:t?XZ(n):qZ(n)||n.insert,bold:!!Mn(n,"style-bold"),underline:!!Mn(n,"style-underline"),italics:!!Mn(n,"style-italic"),strike:!!Mn(n,"style-strikethrough"),superScript:!!Mn(n,"style-super"),subScript:!!Mn(n,"style-sub"),math:Mn(n,"type")==="math"?Mn(n,"src"):void 0,mention:t,fontFamily:YZ(n),background:QZ(n),color:t?"338fe5":VZ(WS(n,"style-color-",6))||JZ(n),highlight:WS(n,"style-bg-color-",13)}}function ttt(){return[new Bt.Paragraph({border:{top:{color:"auto",style:Bt.BorderStyle.DASHED,size:4,space:1}},spacing:{before:300}}),new Bt.Paragraph({spacing:{line:0}})]}function ett(){return new Bt.Paragraph({children:[new Bt.TextRun({text:"[\u89C6\u9891\u6682\u4E0D\u652F\u6301\u5BFC\u51FA]",shading:{type:Bt.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}})]})}function ntt(){return new Bt.Paragraph({children:[new Bt.TextRun({text:"[\u97F3\u9891\u6682\u4E0D\u652F\u6301\u5BFC\u51FA]",shading:{type:Bt.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}})]})}function rtt(n,t){return new Bt.Paragraph({children:[new Bt.ExternalHyperlink({children:[new Bt.TextRun({style:"Hyperlink",text:t||n})],link:n})]})}function XS(n){if(n.heading!=null)return`Heading${n.heading}`}function YS(n){if(n.alignment!=null){if(n.alignment==="center")return Bt.AlignmentType.CENTER;if(n.alignment==="right")return Bt.AlignmentType.RIGHT;if(n.alignment==="left")return Bt.AlignmentType.LEFT}}function itt(n){if(n.indent)return{left:Bt.convertInchesToTwip(.3*n.indent-.2)};if(n.padding)return{left:Bt.convertInchesToTwip(.3*n.padding)}}function stt(n){return{type:Bt.ShadingType.CLEAR,color:"FFFFFF",fill:n}}function ott(n){const t=n.split(",");if(t.length!==0)return t[0].trim()}function QS(n,t){let e;e=n.inlineCode?"InlineCode":void 0,e=n.link?"Hyperlink":e;const r=n.size||t,i=r!=null?Math.floor(r*1.5+.5):void 0;return new Bt.TextRun({text:n.text,bold:n.bold||void 0,underline:n.underline?{type:Bt.UnderlineType.SINGLE}:void 0,italics:n.italics||void 0,strike:n.strike||void 0,superScript:n.superScript||void 0,subScript:n.subScript||void 0,size:i,style:e,font:n.fontFamily?ott(n.fontFamily):void 0,shading:n.background?stt(n.background):void 0,color:n.color,highlight:$Z(n.highlight)})}function ltt(n,t){if(n.link)return new Bt.ExternalHyperlink({children:[QS(n,t)],link:n.link})}async function JS(n,t,e,r,i){const[s]=await i(n,t,e);if(s==null)return;const o=await jS({width:r||0,height:0,src:e},s);return new Bt.ImageRun({data:s,transformation:{width:(o==null?void 0:o.width)||100,height:(o==null?void 0:o.height)||20}})}function att(n){if(n.heading||n.heading)return n.heading}function ctt(n){if(n.align&&(n.align==="center"||n.align==="right"||n.align==="left"))return n.align}function utt(n){if(n.textOnly===!0&&n.level!=null)return n.level}async function ftt(n,t){var r;const e=[];if(n.text&&Array.isArray(n.text)){for(let i=0;i<n.text.length;i++){const s=n.text[i];if(((r=s.attributes)==null?void 0:r.box)===!0&&t){const o=await t(s);if(o){n.text.splice(i+1,0,...o);continue}}e.push(ZZ(s))}return e}}function dtt(n){if(n.type==="list"&&n.textOnly!==!0)return{checkbox:n.checkbox,groupId:n.groupId,ordered:!!n.ordered,level:n.level||1,start:n.start||0}}function htt(n,t){if(n.type==="embed"&&n.embedType&&wx(n.embedType)&&n.embedData&&n.embedData.src)return n.embedData.src.split("|").map(r=>{const i=t(r),s=n.embedData[`${i}_width`],o=n.embedData[`${i}_height`];return{src:r,width:s,height:o}})}function mtt(n){if(n.padding)return n.padding}function gtt(n){return!!(n.type==="embed"&&n.embedType&&wx(n.embedType)&&n.embedData&&n.embedData.src)}async function Kg(n,t,e){return{quoted:!!n.quoted,heading:att(n),alignment:ctt(n),indent:utt(n),padding:mtt(n),texts:await ftt(n,e),list:dtt(n),images:htt(n,t),border:gtt(n)}}async function ptt(n,t,e,r){const i=[];if(!n.children)return[];for(const s of n.children){const o=[];for(const l of t.blocks[s])o.push(await Kg(l,e,r));i.push(o)}return i}const Ctt=D("to-docx");function Ett(n,t){return Array(n).fill(0).map(()=>Array(t).fill(0).map(()=>({cellId:void 0,color:void 0,from:void 0,rowSpan:1,colSpan:1,width:0,originalWidth:void 0,align:void 0})))}function Att(n,t,e,r){const i=!!n.hasColTitle,s=!!n.hasRowTitle,o=!!n.isStripeStyle,l="F5F8FB";for(let c=0;c<t;c++)for(let d=0;d<e;d++)(i&&d===0||s&&c===0||o&&c%2===1)&&(r[c][d].color=l)}function xtt(n){p(Ctt,n.children,"no table children");const t=n.rows,e=n.cols,r=n.colsWidth;if(r)for(let o=0;o<r.length;o++)r[o]===0&&(r[o]=100);const i=Ett(t,e);let s=0;for(let o=0;o<t;++o)for(let l=0;l<e;++l){if(i[o][l].originalWidth=r?r[l]:void 0,i[o][l].from!==void 0)continue;const c=n.children[s];s+=1,i[o][l].cellId=c,i[o][l].color=HZ(n[`${c}_background`]),i[o][l].width=r?r[l]:100,i[o][l].align=n[`${c}_align`];const d=n[`${c}_rowSpan`]||1,h=n[`${c}_colSpan`]||1;if(i[o][l].rowSpan=d,i[o][l].colSpan=h,d>1||h>1){let C=0;for(let E=0;E<d;E++)for(let A=0;A<h;A++)E===0&&(C+=r?r[l+A]:80),!(E===0&&A===0)&&(i[o+E][l+A].from=[o,l]);i[o][l].width=C}}return Att(n,t,e,i),i}async function btt(n,t,e,r,i,s,o,l,c,d){async function h(E){if(l&&E.type!=="_exportVirtualBlock"){const A=await l(i,s,E);if(A){await r.addDoc(n,A,d);return}}if(E.type==="text"||E.textOnly===!0){const A=await Kg(E,o,c);await r.addTextBlock(A);return}if(E.type==="code"){const A=await ptt(E,e,o,c);await r.addCodeBlockObject(A);return}if(E.type==="list"&&E.textOnly!==!0){const A=await Kg(E,o,c);await r.addListBlockObject(n,A);return}if(E.type==="embed"&&E.embedType){const A=E,v=A.embedData,S=A.embedType;if(wx(S)){const w=await Kg(E,o,c);await r.addImagesBlockObject(E,w,d)}else E.embedType==="hr"?r.addSeparatorBlock():E.embedType==="video"?r.addVideoPlaceholder():E.embedType==="audio"?r.addAudioPlaceholder():E.embedType==="webpage"?r.addHyperlinkParagraph(qS(v.src),v.title):r.addOtherEmbedBlock(S,E.embedData);return}if(E.type==="table"){let A=[];if(E.colsWidth)A=E.colsWidth;else{const S=E.cols;A=new Array(S);for(let w=0;w<A.length;w++)A[w]=100;E.colsWidth=A}const v=xtt(E);await r.addTableMatrix(A,v,e),r.addEmptyParagraph()}E.type==="_exportVirtualBlock"&&await r.addVirtualBlock(E.id,e,d)}function C(E){var S;const A=((S=E==null?void 0:E.embedData)==null?void 0:S.exportSpec)||(E==null?void 0:E.exportSpec);if(!A)return[E];const v=[];for(const{type:w,data:O}of A){if(w==="text"){const M={id:it(),text:[{insert:O}],type:"text"};v.push(M);continue}if(w==="image"){const M={id:it(),type:"embed",embedType:"image",align:"left",embedData:{src:O}};v.push(M);continue}if(w==="link"){const M={id:it(),type:"embed",embedType:"webpage",embedData:{src:O.url,title:O.title}};v.push(M);continue}if(w==="block")for(const M of O){if(!e.blocks[M])continue;const nt={id:M,type:"_exportVirtualBlock"};v.push(nt)}}return v}for(const E of t)for(const A of C(E))!A||await h(A)}function vtt(){return{listMaxInst:1,listInstMap:{},listRefMap:{},levelConfigs:[]}}const Btt=D("to-docx");class ytt{constructor(t,e,r,i,s,o){m(this,"paragraphs");this.appId=t,this.docId=e,this.state=r,this.readImageFunc=i,this.convertBlocksFunc=s,this.defaultFontSize=o,this.paragraphs=[]}async addTextBlock(t){this.paragraphs.push(new Bt.Paragraph({heading:XS(t),alignment:YS(t),children:await this.paragraphsFromBlockTexts(t),indent:itt(t)}))}async addEmptyImagePlaceHolder(){this.paragraphs.push(new Bt.Paragraph({text:`[${_.t("docx.imageExportFailed")}]`,shading:{type:Bt.ShadingType.CLEAR,color:"FFFFFF",fill:"CCCCCC"}}))}async paragraphsFromBlockTexts(t){if(t.texts==null)return;const e=GZ(this.defaultFontSize,t.heading),r=[];for(const i of t.texts){if(i.link){const s=ltt(i,e);s&&r.push(s);continue}if(i.box&&i.box.type&&i.box.type==="br"){r.push(new Bt.TextRun({text:"",break:1}));continue}if(i.box&&i.box.type&&i.box.type==="image"){const s=await JS(this.appId,this.docId,i.box.src,i.box.width,this.readImageFunc);s&&r.push(s);continue}if(i.math){const s=await JS(this.appId,this.docId,i.math,0,this.readImageFunc);s&&r.push(s);continue}r.push(QS(i,e))}return r}async addCodeBlockObject(t){for(const e of t)for(const r of e){const i={style:Bt.BorderStyle.SINGLE,color:"#DEDEDE"};this.paragraphs.push(new Bt.Paragraph({style:"Code",border:{left:{...i},right:{...i},top:{...i},bottom:{...i}},children:await this.paragraphsFromBlockTexts(r)}))}}async addListBlockObject(t,e){if(e.list==null)return;let r;const i=e.list.checkbox?`${t}-${e.list.groupId}-${e.list.checkbox}`:`${t}-${e.list.groupId}`;if(this.state.listInstMap[i])r=this.state.listInstMap[i];else if(r=this.state.listMaxInst,this.state.listMaxInst+=1,this.state.listInstMap[i]=r,e.list.start>0&&e.list.ordered){const o=`number-numbering-reference-${r}`,l=zS([e.list.level-1],e.list.start);this.state.levelConfigs.push({levels:l,reference:o,inst:r}),this.state.listRefMap[i]=o}else e.list.ordered?this.state.listRefMap[i]=lh.NUMBERING:e.list.checkbox&&e.list.checkbox==="checked"?this.state.listRefMap[i]=lh.CHECKED:e.list.checkbox&&e.list.checkbox==="unchecked"?this.state.listRefMap[i]=lh.UNCHECKED:this.state.listRefMap[i]=lh.BULLET;const s=XS(e);e.texts&&this.paragraphs.push(new Bt.Paragraph({heading:s,children:await this.paragraphsFromBlockTexts(e),numbering:{reference:this.state.listRefMap[i],level:e.list.level-1,instance:r}}))}imageDimWithBufferToImageRun(t){return new Bt.ImageRun({data:t.buffer,transformation:{width:t.width,height:t.height}})}async addImagesBlockObject(t,e,r){if(e.images==null){if(t.type==="embed"&&t.embedType==="image"){const{src:c}=t.embedData;c||this.addEmptyImagePlaceHolder()}return}const i=[],s=await Promise.all(e.images.map(async c=>{const[d,h]=await this.readImageFunc(this.appId,this.docId,c.src);if(d){const C=await jS(c,d);if(C)return C}i.push(h)}));OZ(s,r,t.embedData);const o=UZ(s,r),l={style:Bt.BorderStyle.SINGLE,color:"#DEDEDE"};o.length&&this.paragraphs.push(new Bt.Paragraph({border:e.border?{left:{...l},right:{...l},top:{...l},bottom:{...l}}:void 0,alignment:YS(e)||Bt.AlignmentType.CENTER,children:o.map(c=>this.imageDimWithBufferToImageRun(c)).flatMap((c,d,h)=>c==null?[]:h.length-1!==d?[c,new Bt.TextRun({text:" "})]:c)})),i.forEach(c=>{this.addHyperlinkParagraph(c)})}addSeparatorBlock(){ttt().forEach(t=>this.paragraphs.push(t))}addEmptyParagraph(){this.paragraphs.push(new Bt.Paragraph(""))}addVideoPlaceholder(){this.paragraphs.push(ett())}addAudioPlaceholder(){this.paragraphs.push(ntt())}addHyperlinkParagraph(t,e){t!=null&&this.paragraphs.push(rtt(t,e))}async addTableMatrix(t,e,r){const i=t.map(s=>s!==0?s*15:1500);this.paragraphs.push(new Bt.Table({rows:await this.generateTableRows(e,r),columnWidths:i}))}async generateRowCells(t,e){const r=[];for(const i of t){const s=i.cellId;if(s===void 0)continue;const o=i.width*.9;r.push(new Bt.TableCell({children:await this.convertBlocksFunc(s,e.blocks[s],e,this.appId,this.docId,this.state,o),columnSpan:i.colSpan,rowSpan:i.rowSpan,width:{type:Bt.WidthType.DXA,size:i.width*15},shading:i.color?{fill:i.color,type:Bt.ShadingType.CLEAR,color:"auto"}:void 0}))}return r}async generateTableRows(t,e){const r=[];for(const i of t)r.push(new Bt.TableRow({children:await this.generateRowCells(i,e)}));return r}async addDoc(t,e,r){const i=await this.convertBlocksFunc(t,e.blocks.root,e,this.appId,this.docId,this.state,r);i&&(this.paragraphs=this.paragraphs.concat(i))}async addVirtualBlock(t,e,r){const i=await this.convertBlocksFunc(t,e.blocks[t],e,this.appId,this.docId,this.state,r);this.paragraphs.push(...i)}async addOtherEmbedBlock(){}}class Ttt{constructor(t,e,r,i,s,o,l,c){m(this,"convertBlocks",async(t,e,r,i,s,o,l=720)=>{const c=new ytt(i,s,o,this.readImage,this.convertBlocks,this.defaultFontSize);return await btt(t,e,r,c,i,s,this.md5HexFunc,this.getDocByBlock,this.getTextsByBox,l||720),c.paragraphs});this.templateData=t,this.docData=e,this.md5HexFunc=r,this.readImage=i,this.defaultFontSize=s,this.getDocByBlock=o,this.getTextsByBox=l,this.backgroundImageOptions=c}async convert(t,e){return this.snapshot2docx(this.docData,t,e)}async snapshot2docx(t,e,r){const i=new Bt.ImportDotx,s=this.templateData?await i.extract(this.templateData):void 0,o=t.blocks.root;p(Btt,o,"data must have blocks");const l=vtt(),c=await this.convertBlocks("blocks",o,t,e,r,l),d=this.backgroundImageOptions?{default:new Bt.Header({children:[new Bt.Paragraph({children:[new Bt.ImageRun(this.backgroundImageOptions)]})]})}:{},h=new Bt.Document({numbering:{config:[...KZ,...l.levelConfigs]},sections:[{headers:d,children:c,properties:{page:{size:{width:12240,height:15840},margin:{top:1440,bottom:1440,left:1440,right:1440}}}}]},{template:s});return Bt.Packer.toBlob(h)}}const ktt=D("editor-to-docx");async function Rtt(n,t,e,r){const i=n.doc.buildResourceUrl(r,{withToken:!0});let s=await pS(i);if(!s)return[void 0,i];if(s.type.indexOf("/svg")!==-1){const l=await hS(s);l&&(s=new File([l],s.name))}return[await s.arrayBuffer(),i]}async function wtt(n,t,e){const r=n.editorBlocks.getBlockClass(e.type);if(r.toStandardDoc)try{return await r.toStandardDoc(n,e,t)}catch(i){ktt.error(`toStandardDoc error: ${JSON.stringify(i)}`);return}}async function Stt(n,t){const e=t.attributes,r=n.editorBoxes.getBoxClass(e.type);if(r.toStandardText)return r.toStandardText(n,e)}async function Ltt(n,t){let{template:e,download:r,backgroundImageOptions:i}=t!=null?t:{};e||(e=DZ());const s=n.doc.toJSON(),o=(C,E,A)=>Rtt(n,C,E,A),l=async(C,E,A)=>wtt(n,s,A),c=async C=>Stt(n,C),h=await new Ttt(e,s,em.default,o,void 0,l,c,i).convert("_appId","_docId");if(r){const C=URL.createObjectURL(h),E=document.createElement("a");E.setAttribute("download",`${gS(n)}.docx`),E.setAttribute("href",`${C}`),E.click(),E.remove()}return h}const Sx=D("create-editor");async function Itt(n,t){var o,l,c,d,h,C,E,A,v,S,w,O,M,V,nt,Y;p(Sx,n,"app does not exists"),t.lang&&_.setLang(t.lang),mi.level=(o=t.logLevel)!=null?o:qo.DEBUG;const e=t.onReauth?async()=>{var bt;const X=t.user.userId,ft=t.docId,xt=await((bt=t.onReauth)==null?void 0:bt.call(t,X,ft,t.permission));return{userId:X,docId:ft,permission:t.permission,appId:t.appId,token:xt,displayName:t.user.displayName,avatarUrl:t.user.avatarUrl}}:void 0,r={auth:{appId:t.appId,docId:t.docId,userId:t.user.userId,permission:t.permission,token:t.token,displayName:t.user.displayName,avatarUrl:t.user.avatarUrl},serverUrl:t.serverUrl,reauthFunc:e,disableLogout:t.disableLogout,onMaxUsersError:t.onMaxUsersError},i=await hd.load(r),s=Zf(n,i,{id:t.id,scrollContainer:t==null?void 0:t.scrollContainer,enableComments:t==null?void 0:t.enableComments,enableContextMenu:t==null?void 0:t.enableContextMenu,components:{blocks:[...KS,...((l=t==null?void 0:t.components)==null?void 0:l.blocks)||[]],embeds:[...Rx,...((c=t.components)==null?void 0:c.embeds)||[]],boxes:[...VS,...((d=t.components)==null?void 0:d.boxes)||[]],commandProviders:[new N0,...((h=t.components)==null?void 0:h.commandProviders)||[]],decorators:[new ug,new zC],insertions:[j1],blockHooks:[new DA,new ow,...((C=t.components)==null?void 0:C.blockHooks)||[]],textRenders:[new y4,new zE,...((E=t.components)==null?void 0:E.textRenders)||[]],options:{...t.componentsOptions}},shortcuts:[Fq,gH,kz,fA,Yw,CF,sA,BX,i0,uF,...t.shortcuts||[]],colors:["#0064FF","#EB3723","#F59300","#00A865","#F25A0A","#70A310","#009CAD","#0990D9","#8851ED","#D62069"]});if(s.editorCommandProviders.registerCommandProvider(new ms(s)),s.input.addHandler(new dY),s.input.addHandler(new dg),s.input.addHandler(new KK),s.input.addHandler(new Ez),s.input.addHandler(new xA(s,{hideTitle:t.hideTitle,headingLevel:1,titlePlaceholder:_.t("placeholder.common.title"),contentPlaceholder:_.t("placeholder.common.content"),readonlyTitlePlaceholder:_.t("placeholder.common.readonlyTitle"),addPlaceholderToAllCurrentEmptyBlock:!0,applyContentPlaceholder:(A=t.placeholder)==null?void 0:A.applyContentPlaceholder})),s.input.addHandler(new ig(s,(v=t.componentsOptions)==null?void 0:v.quickMenu)),s.input.addHandler(new PA(s)),s.input.addHandler(new jA(s)),s.input.addHandler(new pg),s.input.addHandler(new Lk),s.doc.registerCallback(new hY(s)),s.addCustom("remote-cursor",()=>new cT(s)),s.addCustom("block-menu",X=>new cw(X)),xe.isMobile||s.addCustom("editor-tooltip",()=>new Sd(s)),t!=null&&t.enableComments&&s.addCustom("editor-comments",X=>new B4(X,new kZ(X))),t.enableContextMenu!==!1&&s.addCustom("editor-context-menu",X=>new WA(X)),s.addCustom("create-options",()=>new Db(s,t)),s.addCustom("drop-target",()=>new Wd(s)),s.addCustom("list-to-mindmap",()=>new J0(s)),s.addCustom("list-to-mention",()=>new MY(s)),s.addCustom("mobile-helper",()=>new nQ(s)),s.addCustom("code-caret",()=>new fH(s)),s.addCustom("image-paste-handler",()=>new NA(s)),(S=t.componentsOptions)!=null&&S.mention){const X=t.componentsOptions.mention;s.addCustom("mention",()=>new aS(s,X))}if(s.addCustom("heading-collapse",()=>new fx(s)),s.addCustom(Ng,X=>new Ex(X)),Au.register(s),Wd.register(s),Ll.register(s),yl.register(s),s.addListener("clickLink",(X,ft,xt)=>{var wt;if((wt=t==null?void 0:t.events)!=null&&wt.onClickLink){t.events.onClickLink(X,ft,xt);return}const bt=xt.getAttribute("link");bt&&(X.readonly||ft.ctrlKey||ft.metaKey)&&window.open(bt,"_blank")}),(O=(w=t.componentsOptions)==null?void 0:w.remoteCarets)!=null&&O.onUserChanged){const X=(V=(M=t.componentsOptions)==null?void 0:M.remoteCarets)==null?void 0:V.onUserChanged;s.doc.getRemoteUsers().on("change",ft=>{X(s,ft)})}return(Y=(nt=t.componentsOptions)==null?void 0:nt.templates)!=null&&Y.templates.length&&(s.addListener("docChanged",()=>{Og(s)}),s.addListener("resize",()=>{Og(s,{reset:!0})}),setTimeout(()=>{Og(s)},100)),s.doc.registerCallback({onError:async X=>{if(X.code==="ResetDoc"){Sx.error(`reset doc: ${X.message}`);const ft=await hd.load(r);s.doc.reset(ft)}}}),s.version="2.0.5-beta.28",mi.level===qo.DEBUG&&(window.setReauthFail=X=>{window.isReauthError=X},window.reConnect=X=>s.doc.externalDoc.client.connection.reConnect(X)),s}function Dtt(n){return n.toJSON!==void 0}async function _tt(n,t,e){var s,o,l,c,d,h,C,E;p(Sx,n,"app does not exists");const r=Dtt(t)?t:new BC(t,{serverUrl:e.serverUrl||""});e.lang&&_.setLang(e.lang),mi.level=(s=e.logLevel)!=null?s:qo.DEBUG;const i=Zf(n,r,{id:e.id,scrollContainer:e==null?void 0:e.scrollContainer,components:{blocks:[uA,EA,AA,Ik,...(l=(o=e.components)==null?void 0:o.blocks)!=null?l:[]],commandProviders:[new N0],decorators:[new ug,new zC],embeds:[...Rx,...((c=e.components)==null?void 0:c.embeds)||[]],boxes:[Hk,cS,D4,qk,...((d=e.components)==null?void 0:d.boxes)||[]],insertions:[j1],blockHooks:[new DA,...((h=e.components)==null?void 0:h.blockHooks)||[]],textRenders:[new y4,new zE,...((C=e.components)==null?void 0:C.textRenders)||[]],options:{...e.componentsOptions}},shortcuts:[fA,Yw,sA,i0]});return i.editorCommandProviders.registerCommandProvider(new ms(i)),i.input.addHandler(new dg),i.input.addHandler(new xA(i,{hideTitle:e.hideTitle,headingLevel:1,titlePlaceholder:_.t("placeholder.common.title"),contentPlaceholder:_.t("placeholder.common.content"),readonlyTitlePlaceholder:_.t("placeholder.local.readonlyTitle"),addPlaceholderToAllCurrentEmptyBlock:!0})),i.input.addHandler(new ig(i,(E=e.componentsOptions)==null?void 0:E.quickMenu)),i.input.addHandler(new PA(i)),i.input.addHandler(new jA(i)),i.input.addHandler(new pg),i.input.addHandler(new Lk),i.addCustom("block-menu",A=>new cw(A)),xe.isMobile||i.addCustom("editor-tooltip",()=>new Sd(i)),i.addCustom("image-paste-handler",()=>new NA(i)),e!=null&&e.enableComments&&i.addCustom("editor-comments",A=>new B4(A,new RZ(A,r))),e.enableContextMenu!==!1&&i.addCustom("editor-context-menu",A=>new WA(A)),i.addCustom("heading-collapse",()=>new fx(i)),i.addListener("clickLink",(A,v,S)=>{var O;if((O=e==null?void 0:e.events)!=null&&O.onClickLink){e.events.onClickLink(A,v,S);return}const w=S.getAttribute("link");w&&(A.readonly||v.ctrlKey||v.metaKey)&&window.open(w,"_blank")}),i.addCustom(Ng,A=>new Ex(A)),Au.register(i),i.version="2.0.5-beta.28",i}async function Mtt(n,t,e){var h;const r=n.doc.externalDoc.client.auth,i=await p0.load({auth:r,serverUrl:e});if(!((h=i.getVersionHelper)==null?void 0:h.call(i)))throw new Error("the editor does not support to show versions");const o=n.getCustom("create-options");if(!o)throw new Error("the editor does not support to show versions");const l=o.getData(),c=new $S(l),d=n.addCustom("version-dialog",()=>new q4(i,c));return d.show(t),d}b.tippy=a9,b.AnchorBox=RB,b.AuthError=fd,b.AuthHeader=xa,b.AutoScroll=Am,b.BaseURLHeader=eu,b.BasicCommands=aK,b.BlockExclusiveHook=ow,b.BlockLockerHook=DA,b.BlockLockerPasteHandler=pg,b.BlockResizer=Nd,b.BrBox=BB,b.CodeBlock=EA,b.CodeLineBlock=AA,b.CodeTextDecorator=ug,b.DOC_RE_AUTH_KEYS=Ng,b.DefaultShortcuts=i0,b.DocIdError=JU,b.DocReAuthCallbacks=Ex,b.DragDrop=Yb,b.DrawioEmbed=SS,b.EditorBlocks=o3,b.EditorBoxes=TB,b.EditorCommandProviders=By,b.EditorComplexBlockPosition=xi,b.EditorComplexSelectionRange=Qi,b.EditorDecorators=IB,b.EditorEmbeds=a3,b.EditorInsertions=LB,b.EditorSimpleBlockPosition=gn,b.EditorSimpleSelectionRange=bn,b.EmbedBlock=u3,b.EmbedBlockResizer=eh,b.EnforceWithDocumentTitleHandler=xA,b.EventCallbacks=Lc,b.FILL_CHAR=B8,b.FileExtError=ZU,b.GroupOrder=Uk,b.HeadingBlockScrollListener=RY,b.ImageBox=kB,b.InlineBoxCommandProvider=Xk,b.InputtingInsertion=wB,b.LocalDoc=BC,b.LogLevel=qo,b.Logger=mi,b.MIN_DISTANCE_THRESHOLD=qb,b.ManualCloseDialog=gd,b.ManualMenu=dl,b.ManualToolbar=md,b.MarkdownInputHandler=dg,b.MaxUserError=OC,b.Mindmap=Q0,b.OnesEditorAutoSuggest=dE,b.OnesEditorCustomDataWrapper=Db,b.OnesEditorExclusiveBlock=yl,b.OnesEditorHoveringBlock=Ge,b.OnesEditorIcons=PO,b.OnesEditorQuickMenu=ig,b.OnesEditorToc=sh,b.OnesEditorTocProvider=Ll,b.OnesEditorToolbar=Au,b.OnesEditorTooltip=Sd,b.OnesEditorVersionsDialog=q4,b.PermissionError=g0,b.Popup=su,b.ReAuthToolbar=CS,b.RemoteCarets=cT,b.RemoteCaretsDecorator=zC,b.RemoteCaretsInsertion=j1,b.RemoteUsers=td,b.RequestReloadError=dd,b.RichText=$n,b.ShareDBDoc=hd,b.ShareDBDocVersionsProvider=$S,b.ShareDBServer=p0,b.SimpleCache=Kb,b.StandardEmbedBlockCommands=rx,b.TEXT_STYLE_BACKGROUND_COLOR_PREFIX=B1,b.TEXT_STYLE_COLOR_PREFIX=v1,b.TableBlock=uA,b.TableBlockCommandProvider=N0,b.TableShortcuts=fA,b.TextBlock=lr,b.TextBox=vB,b.TextColorItem=R2,b.TextStyleShortcuts=sA,b.TocEmbed=oS,b.ZERO_WIDTH_SPACE_CHAR=xf,b.abbreviation=xm,b.addAttribute=Sm,b.addClass=q,b.addCommentToBlock=th,b.addDays=CI,b.addMetaToDoc=Qf,b.addMonths=pI,b.animateScrollTo=ra,b.applyPlaceholderToBlock=Ud,b.assert=p,b.autoShowHideTemplates=Og,b.bindKeyDownEvent=fm,b.blockToDoc=CC,b.blockToHtml=W1,b.blockToMarkdown=zm,b.blockToText=jm,b.blocksToDoc=G5,b.clearAllSelection=Kv,b.clientType=xe,b.cloneBlock=sl,b.cloneChildContainer=rC,b.cloneDoc=iC,b.cloneText=hB,b.commentToShareDbComment=jC,b.compareElement=am,b.comparePosition=m1,b.complexBlockAdjustSelectionPos=km,b.complexBlockFindNearestChildBlock=g7,b.complexBlockGetAllChildContainers=In,b.complexBlockGetBottomChildContainers=m3,b.complexBlockGetDeepFirstChild=f3,b.complexBlockGetFirstSimpleChild=p1,b.complexBlockGetLastSimpleChild=Pc,b.complexBlockGetSelectedContainers=Nc,b.complexBlockGetTopChildContainers=h3,b.containerToDoc=W5,b.continuousScroll=dv,b.convertBlockFrom=ym,b.convertImageFileToPng=hS,b.convertImageSrcToPng=YY,b.converterIntercept=fg,b.copyBlockAttributes=jB,b.copyResourcesFromDoc=vC,b.createBlockAnchor=$s,b.createBlockCaretAnchor=p3,b.createBlockContentElement=ua,b.createBlockElement=_v,b.createBlockSimpleDocRange=Fm,b.createBlockSimpleRange=Ue,b.createBoxContentElement=Ov,b.createBoxElement=Mv,b.createBoxOp=dB,b.createChildContainer=i3,b.createComplexBlockPosition=Me,b.createComplexDocPos=EB,b.createComplexDocRange=k8,b.createContainer=gB,b.createContainerElement=Jp,b.createDeleteOps=aB,b.createEditor=Zf,b.createEditorSelectionRange=pn,b.createElement=B,b.createEmptyContainer=qs,b.createEmptyDoc=Ws,b.createEmptyTextBlockData=Nm,b.createExpandedRange=om,b.createIconButton=ta,b.createImage=Dp,b.createInsertOps=Um,b.createInsertionContentElement=Fv,b.createInsertionElement=Nv,b.createLocalEditor=_tt,b.createOnesEditor=Itt,b.createRange=Vb,b.createRichText=pa,b.createRootContainer=r3,b.createSimpleBlockPosition=ht,b.createSimpleDocPos=CB,b.createTextBlockData=es,b.createTextButton=Sa,b.createTextOp=Xr,b.createTextWithReplaceSoftReturn=U1,b.daysAfter=Gp,b.deleteText=N1,b.diffDays=EI,b.disablePageScroll=Hp,b.docToHtml=FB,b.docToHtmlFragment=jf,b.docToMarkdown=KB,b.docToText=il,b.downloadImageToFile=pS,b.downloadObjectToFile=bx,b.downloadSvgToString=xS,b.editLink=kd,b.editorAddComment=Lq,b.editorAddTextAttribute=e5,b.editorAutoInsertBlock=zB,b.editorBreakTextBlock=qc,b.editorClearCompositionText=Q1,b.editorClearSelectedContents=Ym,b.editorCopyBlock=xC,b.editorCopyDoc=r0,b.editorDeleteBlock=tC,b.editorDeleteBlockText=J1,b.editorDeleteBlockWithoutChildren=qm,b.editorDeleteChildContainer=B_,b.editorDeleteChildContainers=GB,b.editorFocusToBlock=nC,b.editorFocusToEnd=$_,b.editorGetBlockData=Xs,b.editorGetBlockText=Yn,b.editorGetBlockTextEx=Vm,b.editorGetBoxData=xB,b.editorHandleKeyboardEvent=sy,b.editorInsertBlock=Wc,b.editorInsertBoxToBlock=$B,b.editorInsertDoc=ZB,b.editorInsertDocAt=sC,b.editorInsertText=Y1,b.editorInsertTextToBlock=VB,b.editorInsertTextToBlockEx=X1,b.editorMergeTextBlock=WB,b.editorMoveDown=m5,b.editorMoveEnd=dC,b.editorMoveHome=y5,b.editorMoveLeft=f5,b.editorMoveLineEnd=D5,b.editorMoveLineHome=I5,b.editorMovePageDown=P5,b.editorMovePageUp=N5,b.editorMoveRight=d5,b.editorMoveUp=h5,b.editorMoveWordEnd=b5,b.editorMoveWordLeft=x5,b.editorRangeClearColor=r5,b.editorRangeGetColor=i5,b.editorRangeSetColor=n5,b.editorRemoveTextAttribute=R_,b.editorReplaceBlockText=Qm,b.editorReplaceContainer=t5,b.editorRunOnce=yC,b.editorSelectAll=mC,b.editorSelectContainer=t0,b.editorSelectDown=g5,b.editorSelectEnd=hC,b.editorSelectHome=T5,b.editorSelectLeft=p5,b.editorSelectLineEnd=L5,b.editorSelectLineHome=S5,b.editorSelectPageDown=V5,b.editorSelectPageUp=K5,b.editorSelectRight=C5,b.editorSelectUp=E5,b.editorSelectWordEnd=B5,b.editorSelectWordLeft=v5,b.editorSetTextColor=Xc,b.editorShowFindDialog=vW,b.editorToDocx=Ltt,b.editorUpdateBlockData=Jm,b.editorUpdateCompositionText=HB,b.editorUpdateEmbedData=QB,b.enablePageScroll=jp,b.escapeHtmlText=dm,b.escapeRegExp=Yp,b.escapeSpace=Z9,b.exclusiveBlock=SA,b.executeBlockCommand=Xv,b.executeEmbedBlockCommand=qv,b.executeRangeCommand=vy,b.fileToDataUrl=_c,b.findAfterOffsetNotType=V1,b.findAllText=gC,b.findBlockByIndex=Tv,b.findEventTargetBlock=jb,b.findInsertionById=Pv,b.findNextOffset=G8,b.findNextVisibleSimpleBlock=Ry,b.findPrevOffset=z8,b.findPrevOffsetNotType=K1,b.findPrevSimpleBlockBeforeChildContainer=d3,b.findPrevVisibleSimpleBlock=ky,b.findTarget=Dc,b.findWordEnd=H1,b.findWordLeft=$1,b.format=kf,b.formatBytes=hv,b.formatDate=qp,b.fragmentToHtml=lv,b.fromBase64=vf,b.fromBase64ToBlob=Vp,b.fromBase64ToUint8Array=uI,b.fromDocRange=el,b.fromNowString=Xp,b.genId=it,b.generateEditorContainerId=Qp,b.getAllChildBlocks=x1,b.getAllQuickMenuItems=iA,b.getAllSelectedBlocks=Ji,b.getAttributesAt=$c,b.getBlockBackground=e1,b.getBlockByIndex=Qo,b.getBlockCaretRect=Zo,b.getBlockClass=le,b.getBlockClassByType=la,b.getBlockClientRects=Fs,b.getBlockCommandsWithHook=a1,b.getBlockContent=zt,b.getBlockHeading=If,b.getBlockId=ut,b.getBlockIndex=Rt,b.getBlockInfo=$d,b.getBlockKind=Ei,b.getBlockMinWidth=$v,b.getBlockNearestRangeFromPoint=E1,b.getBlockOptions=II,b.getBlockPath=tl,b.getBlockProperties=zv,b.getBlockRangeFromPoint=Rm,b.getBlockStyles=LI,b.getBlockTextLength=Ct,b.getBlockTools=be,b.getBlockType=Ot,b.getBoxContent=r1,b.getBoxId=Uv,b.getBoxTypeFromElement=Lf,b.getChildBlockCount=qi,b.getChildBlocks=ke,b.getChildOffset=nl,b.getColorFromAttributes=T1,b.getColorFromContent=bm,b.getComplexBlockClass=jr,b.getContainerBlockPath=t3,b.getContainerBlocks=Bv,b.getContainerBlocksElement=wf,b.getContainerById=Ci,b.getContainerId=pt,b.getContainerMinWidth=d1,b.getContainerToolsElement=RI,b.getContainerWidth=s3,b.getDistanceSquare=Xo,b.getElementFromPoint=Pe,b.getElementOffset=Af,b.getElementScale=Hr,b.getEmbedType=on,b.getExistsBlockTools=vm,b.getExistsContainerById=Rf,b.getFileExt=Tf,b.getFirstChildBlock=_e,b.getFirstClientRect=lm,b.getHeadingBlockChildren=Oc,b.getHeadingMenuOptions=JE,b.getHorizontalPadding=Mp,b.getInsertionContent=i1,b.getLastChildBlock=ze,b.getLastClientRect=ea,b.getListAllNextBrothers=mu,b.getLogger=D,b.getNextBlock=ae,b.getNextHiddenBlocks=Jv,b.getNextValidOffset=ma,b.getNextVisibleBlock=Gr,b.getOffsetFromPoint=_p,b.getOffsetInfoAfter=Vf,b.getOffsetInfoBefore=$m,b.getOpAt=$3,b.getOpLength=wm,b.getParentBlock=et,b.getParentBlockExcludeSelf=ca,b.getParentBox=n1,b.getParentContainer=at,b.getPrevBlock=$e,b.getPrevValidOffset=rl,b.getPrevVisibleBlock=zr,b.getRangeCommands=xy,b.getReferenceClientRect=ok,b.getRootBlock=l1,b.getScrollContainer=mn,b.getSpecialBlockCommands=Gv,b.getStandardEmbedBlockProperties=ix,b.getTextAfterOffset=H8,b.getTextAttributes=q1,b.getTextBeforeOffset=j8,b.getTextBlockChild=Mf,b.getTextBlockClass=Rv,b.getTextBlockContentChildTextLength=qr,b.getTextBlockContentChildType=Zv,b.getTextBlockContentChildren=Yi,b.getTextLength=Vn,b.getTextOpLength=b1,b.getTextWidth=pm,b.getToolbar=j0,b.handleBlockElementUpdated=Hv,b.hasAltOnly=sI,b.hasClass=Mt,b.hasCtrlOrCmd=nv,b.hasCtrlOrCmdOnly=iI,b.hashCode=xv,b.hideBlock=Dv,b.hideTemplates=dS,b.htmlToFragment=gm,b.i18n=_,b.includeBigTable=mN,b.injectDocToHtmlFragment=Yf,b.injectStyle=Wb,b.inputActions=aM,b.insertEmptyBlock=MI,b.insertEmptyEmbedBlock=c1,b.insertText=Gs,b.intersectionCommands=VM,b.isBackspace=iv,b.isBlock=aa,b.isBlockLocked=gg,b.isBlockLockedByOthers=IA,b.isBlockLockedBySelf=Hd,b.isBlockTools=Iv,b.isBox=Bm,b.isBoxOp=Hs,b.isCJK=tv,b.isChildContainer=pi,b.isChildNode=Ce,b.isCodeBlock=Di,b.isCollapsedHeadingBlock=Xi,b.isCollapsedRange=T8,b.isComplexBlockPosition=da,b.isComplexKindBlock=Pt,b.isContainer=Yo,b.isContainerSelectedAllChildBlocks=$5,b.isControlEvent=sa,b.isDelete=lI,b.isDraggingFiles=Cm,b.isElementVisible=um,b.isEmbedBlock=Le,b.isEmptyContainer=Uf,b.isEmptyDoc=P1,b.isEmptyTextBlock=ve,b.isEmptyTextBlockWithoutCompositionText=Md,b.isEnterOnly=rv,b.isEscape=mm,b.isExclusiveBlock=Vd,b.isExpandedHeadingBlock=Qv,b.isFirefox=Cf,b.isFirstChildBlockInComplexBlock=m7,b.isHeadingBlock=Ln,b.isHighSurrogate=X9,b.isInBlock=s1,b.isInBlockTools=Uc,b.isLetter=Zb,b.isLowSurrogate=Y9,b.isMatchShortcut=Gi,b.isMoveForward=nI,b.isNavigationEvent=eI,b.isNavigationKey=ev,b.isNodeRemoved=Ef,b.isNumber=Jb,b.isPrintableKey=Fp,b.isRootBlock=Wr,b.isRootContainer=re,b.isSafari=Zl,b.isSameDay=Wp,b.isSelectBoxOnly=ei,b.isShiftEnter=oI,b.isShiftTab=cI,b.isShortcutEvent=rI,b.isSimpleBlock=SI,b.isSimpleBlockPosition=bi,b.isSimplePos=pB,b.isSimpleRange=Pm,b.isSpace=hm,b.isTab=aI,b.isTextBlockContentBoxChild=Br,b.isTextBlockContentChild=Df,b.isTextBlockContentInsertionChild=Vs,b.isTextBlockContentTextChild=_f,b.isTextKindBlock=ot,b.isTextKindBlockType=Sf,b.isTitleBlock=Ps,b.isToday=mv,b.isValidOffset=or,b.isVisibleBlock=Jo,b.isYesterday=gv,b.loadJs=Hb,b.loadJsPromise=na,b.lockers=gi,b.mergeCommands=H0,b.mergeDocs=Ca,b.mergeOps=O1,b.mergeText=b8,b.multiSplitText=j3,b.overflowText=pv,b.parseShortcut=sv,b.patchNode=Bf,b.pointInRect=ia,b.rangeAddAttribute=Pf,b.rangeGetTextColor=Q3,b.rangeRemoveAttribute=Vc,b.rangeSetTextColor=q3,b.rangeTransformText=G3,b.registerDragDrop=Np,b.removeAttribute=y1,b.removeClass=ct,b.removeLastBr=C8,b.removePlaceholderFromBlock=IR,b.removeStyle=Gb,b.replaceAll=AI,b.replaceAllCaseInsensitive=xI,b.replaceAllText=j5,b.replaceText=Om,b.requestDownload=Em,b.resetListStart=pu,b.scrollIntoView=Hf,b.scrollable=fv,b.selectFile=Mc,b.selectedBlockToDoc=e0,b.selectionToDoc=Yc,b.setAttributes=cm,b.setClipboardData=yf,b.setClipboardDataByEvent=hI,b.setColorToAttributes=X3,b.setDataset=Up,b.setDefaultCursor=bf,b.setStyles=Op,b.shareDBCommentToDocObject=HC,b.shareDBDocCommentToComment=lT,b.shortcutToDisplayText=hn,b.showBlock=t1,b.showDocVersions=Mtt,b.showTemplates=px,b.splitText=sr,b.splitToThree=ln,b.stringToDataUrl=$p,b.stringToObjectUrl=zp,b.subText=z3,b.textNodeOffsetFromPoint=$b,b.titleFromEditor=gS,b.toBase64URL=Wi,b.toMindmap=Y0,b.toPlainText=Re,b.toPlainTextKeepLength=F1,b.trimChar=Pp,b.unexclusiveBlock=LA,b.unicodeLength=Q9,b.unicodeSubstr=J9,b.updateBlockSelection=Vv,b.updateOpAttributes=mB,b.updateTextBlockContent=$8,b.updateUrl=Kp;for(const n in Ve)n!=="default"&&!b.hasOwnProperty(n)&&Object.defineProperty(b,n,{enumerable:!0,get:()=>Ve[n]});Object.defineProperties(b,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|