@ones-editor/editor 1.1.23-beta.3 → 1.1.23-beta.4

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
@@ -24,7 +24,7 @@ Available method signatures are:
24
24
  `:""}const bB={boxType:"br",updateBoxContent:z8,convertTo:G8},vB=D("editor-boxes");class BB{constructor(t){m(this,"boxes",new Map);this.editor=t}registerBoxClass(t){const e=t.boxType,r=this.boxes.get(e);p(vB,!r,`duplicated box type: ${e}`),this.boxes.set(e,t)}getBoxClass(t){const e=this.boxes.get(t);return p(vB,e,`unknown box type: ${t}`),e}createBox(t,e){const r=Dv(e),i=Mv(r);return this.getBoxClass(e.type).updateBoxContent(this.editor,r,i,e),r}forEach(t){this.boxes.forEach(t)}}function W8(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 yB={boxType:"image",updateBoxContent:W8},q8="data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9InJnYigxNzgsIDE4OCwgMjA1KSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0ibTE3IDE1IDEuNTUgMS41NWMtLjk2IDEuNjktMy4zMyAzLjA0LTUuNTUgMy4zN1YxMWgzVjloLTNWNy44MkMxNC4xNiA3LjQgMTUgNi4zIDE1IDVjMC0xLjY1LTEuMzUtMy0zLTNTOSAzLjM1IDkgNWMwIDEuMy44NCAyLjQgMiAyLjgyVjlIOHYyaDN2OC45MmMtMi4yMi0uMzMtNC41OS0xLjY4LTUuNTUtMy4zN0w3IDE1bC00LTN2M2MwIDMuODggNC45MiA3IDkgN3M5LTMuMTIgOS03di0zbC00IDN6TTEyIDRjLjU1IDAgMSAuNDUgMSAxcy0uNDUgMS0xIDEtMS0uNDUtMS0xIC40NS0xIDEtMXoiPjwvcGF0aD4KPC9zdmc+Cg==";function X8(n,t,e){q(e,"editor-box-anchor"),Dp(q8,[],e)}const TB={boxType:"anchor",updateBoxContent:X8};function Y8(n,t,e,r){B("span",[],e,r.text)}const kB={insertionType:"inputting",updateInsertionContent:Y8},RB=D("editor-insertion");class wB{constructor(t){m(this,"insertions",new Map);this.editor=t}registerInsertionClass(t){const e=t.insertionType,r=this.insertions.get(e);p(RB,!r,`duplicated insertion type: ${e}`),this.insertions.set(e,t)}getInsertionClass(t){const e=this.insertions.get(t);return p(RB,e,`unknown insertion type: ${t}`),e}createInsertion(t,e){const r=Uv(e.type,e.id,e.attributes),i=Nv(r);return this.getInsertionClass(e.type).updateInsertionContent(this.editor,r,i,e),r}}class Q8{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=Ov(this.editor,e);i&&ct(i,"active"),this.cursors.delete(e)}})},1e3)}destroy(){clearInterval(this.timer)}}function J8(n,t,e,r){var l;const i=r;Date.now()-i.time<5*1e3&&(n.addCustom("active-cursors",d=>new Q8(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:J8};class SB{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=At.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=At.default(c))}}}),{insertions:i,text:r}}}const z1=D("editor-input");class Z8{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.rootContainer,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)||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=>{Jl()?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 LB(n){const t=n.rootElement,e=t.getBoundingClientRect(),r=$r(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 t_(){const t=window.navigator.userAgent.match(/Firefox\/(\d+)\./);return t?Number.parseInt(t[1],10):null}class e_{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=t_();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 mn))return!1;const e=this.editor.getBlockById(t.blockId);return!!ot(this.editor,e)}update(){if(Cf(this.editor.rootElement))return;const t=this.caretElem;if(this.hasCaret())t.style.display="";else{t.style.display="none",LB(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 mn,"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=ta(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=hn(i,{horizontal:!0}).getBoundingClientRect(),A=E.left-l.left,v=A+E.width;c<A||c>v?(LB(this.editor),t.style.display="none"):t.style.display=""}}function n_(n){Pv(n),n.selection.range.getSelectedBlocks().forEach(t=>Fv(n,t.block,t.start,t.end))}const r_=D("editor-dom");function H0(n){return hn(n.rootContainer).clientHeight}function Vf(n){const e=hn(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 i_(n,t){const e=Vf(n),r=n.getBlockById(t.blockId),s=Jo(n,r,t);return ra(e,s.x,s.y)&&ra(e,s.right,s.bottom)}function IB(n,t){const e=Vf(n),r=t.getBoundingClientRect();return r.top>=e.top&&r.top<=e.bottom||r.bottom<=e.bottom&&r.bottom>=e.top}function s_(n,t){const e=Vf(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 o_(n,t){const e=Vf(n),r=t.getBoundingClientRect();return ra(e,r.x,r.y)||ra(e,r.right,r.bottom)}function l_(n,t){const e=Vf(n),r=t.getBoundingClientRect();return r.right>e.right||r.left<e.left}function $f(n,t,e){!t||(e!=null&&e.animation?(l_(n,t)&&na(t,{elementToScroll:hn(t,{horizontal:!0}),disableHorizontal:!1}),na(t,{elementToScroll:hn(t),disableHorizontal:!0,verticalOffset:e==null?void 0:e.verticalOffset})):t.scrollIntoView&&t.scrollIntoView({behavior:"auto",block:"nearest",inline:"nearest"}))}function a_(n){if(!u0(n.rootContainer)){r_.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);o_(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)&&IB(n,C)&&s_(n,C)>=95||Pt(n,C)&&IB(n,C))return}const i=r,s=n.getBlockById(i.blockId);if(i_(n,i))return;if(Le(s)){const C=ae(s);if(C){["image"].includes(on(s))?setTimeout(()=>{$f(n,C,{animation:!0})},500):$f(n,C,{animation:!0});return}}const o=Jo(n,s,i),l=s.getBoundingClientRect(),c=be(s),d=B("div",["editor-block-anchor"],c),h=$r(s);d.style.top=`${(o.top-l.top)/h}px`,$f(n,d,{animation:!0}),setTimeout(()=>{d.remove()},200)}function c_(n,t){if(t.isCollapsed())return!1;const e=Ne(n.rootContainer),r=Ze(n.rootContainer),{start:i,end:s}=t;return i.blockId===dt(e)&&i.offset===0&&s.blockId===dt(r)&&s.offset===Ct(n,r)}const DB=D("range-in-block");function _B(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 MB(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=jr(t);if(s){for(;s&&!r.has(dt(s));)s=jr(s);p(DB,s,"no prev block while deleting a block"),i=Pe(n,s,Ct(n,s))}else{const o=zr(t);p(DB,o,"no prev and next block while deleting a block"),i=Pe(n,o,0)}return i}const u_=D("block-to-html");function W1(n,t,e,r){const i=oa(n,t.type);if(i.convertTo)return i.convertTo(n,t,e,"html",r);if(i.blockKind!=="text")return`[${t.type}]`;p(u_,t.text,"no text");const s=Re(t.text);return`<div>${d0(s)}</div>`}const UB=D("block-to-text");function f_(n,t,e){let r="";return t.forEach(i=>{if(p(UB,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 j0(n,t,e,r){const i=oa(n,t.type);return i.convertTo?i.convertTo(n,t,e,"text",r):i.blockKind!=="text"?`[${t.type}]`:(p(UB,t.text,"no text"),f_(n,t.text,e))}function z0(n,t,e,r){const i=oa(n,t.type);return i.convertTo?i.convertTo(n,t,e,"markdown",r):j0(n,t,e,r)}function Hf(n,t){return t.blocks.root.map((i,s)=>W1(n,i,t,[{containerId:"root",blockIndex:s}])).join(`
25
25
  `)}function OB(n,t){return`<!doctype html><html><head><meta charset="utf8" /></head><body>${Hf(n,t)}</body></html>`}function il(n,t){return t.blocks.root.map((i,s)=>j0(n,i,t,[{containerId:"root",blockIndex:s}])).join(`
26
26
  `)}function NB(n,t){const e=t.blocks.root.map((i,s)=>z0(n,i,t,[{containerId:"root",blockIndex:s}]));return e[e.length-1]=e[e.length-1].trimEnd(),e.join(`
27
- `)}const d_=D("get-text-position");function zc(n,t){const e=t!=null?t:n.selection.range.start;e instanceof mn||p(d_,!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=pn(i.text,r-1,1).middle;if(!((o=s[0].attributes)!=null&&o.box))return s[0].attributes}function h_(n,t,e){const r=at(t),i=pt(r),s=Rt(t);return q1(n,i,s,e)}function PB(n,t,e,r,i){const s=at(t),o=pt(s),l=Rt(t),c=h_(n,t,e),d=U0(e,r,c!=null?c:null);return n.doc.localUpdateBlockText(o,l,d,i),Yn(n,t)}function FB(n,t,e,r){const i=at(t),s=pt(i),o=Rt(t),l=U0(e," ",r);return n.doc.localUpdateBlockText(s,o,l),Yn(n,t)}function m_(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+w0(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")&&(m_(s.text,i)||delete o.link);const l=U0(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 G0=D("update-composition-text");function KB(n){const t=n.selection.range.start;t instanceof mn||p(G0,!1,`invalid insert pos type: ${typeof t}`);const{blockId:e}=t,r=n.getBlockById(e);p(G0,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(G0,l,"no block data in doc"),p(G0,l.text,"no text data in text block");const c=zt(r);L0(n,Zo(r),e,c,l.text)}function Q1(n){_D(n)}function Wc(n,t,e,r,i,s){return n.doc.localInsertBlock(t,e,r,i,s),n.getBlockById(r.id)}const jf=D("delete-block-text");function J1(n,t,e,r,i){if(!n.isBlockWritable(t))return jf.error("block is not writable"),0;p(jf,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(jf,c,"no block data in doc"),p(jf,c.text,"no text data in text block");let d=e;or(t,e)||(d=nl(t,d));let h=e+r;p(jf,h<=Ct(n,t),`invalid offset and count: ${e}, ${r}`),or(t,h)||(h=ha(t,h));const C=h-d,E=oB(d,C);return n.doc.localUpdateBlockText(o,l,E,i),C}const Z1=D("break-text-block");function VB(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?VB(n,t):{};if(!(r!=null&&r.forceInsertAfter)&&(e===0||e===Ct(n,t))){let S=o;if(e!==0){let V=zr(t);V?S=Rt(V):(V=Ze(i),S=Rt(V)+1)}const w={...es(""),...l,...r==null?void 0:r.newBlockData},O=Pe(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=zr(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,Pe(n,A.id,0));return{block:t,newBlock:v}}const g_=D("prepare-insert-new-block");function p_(n,t,e){if(t&&e!==void 0&&e!==null){const d=n.getContainerById(t),h=ke(d);return p(g_,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 C_=D("auto-insert-block");function $B(n,t,e,r,i,s){const o=p_(n,e,r);p(C_,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 E_=D("delete-block");function W0(n,t,e){t.children&&(e.push(...t.children),t.children.forEach(r=>{n.getChildContainerData(r).forEach(s=>{W0(n,s,e)})}))}function q0(n,t,e){const r=at(t),i=pt(r),s=Rt(t),o=n.doc.getBlockData(i,s);return p(E_,o,"no block data in doc"),n.doc.localDeleteBlock(i,s,gn(n,{anchor:e.start,focus:e.end})),o}function tC(n,t,e){return n.undoManager.runInGroup(()=>{const r=at(t);pi(r)===1&&n.insertTextBlock("",pt(r),0);let i=e?tl(n,e):null;if(!i){const l=n.selection.range;_B(t,l)?i=MB(n,t):i=l}const s=q0(n,t,i),o=[];return W0(n,s,o),o.length>0&&n.doc.localDeleteChildContainers(o),s})}function A_(n,t){const e=[t];n.doc.getContainerBlocks(t).forEach(i=>{W0(n,i,e)}),n.doc.localDeleteChildContainers(e)}function HB(n,t){const e=[...t];t.forEach(r=>{n.doc.getContainerBlocks(r).forEach(s=>{W0(n,s,e)})}),n.doc.localDeleteChildContainers(e)}const eC=D("merge-text-block");function jB(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=rl(n,t),i=rl(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=Pe(n,t,Vn(s));return tC(n,e,E),C}const ns=D("clear-selected-contents");function X0(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 zB(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 x_(n,t){const{block:e,start:r,end:i}=t;if(ot(n,e)){X0(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)=>{zB(n,o,{focus:l===0})})}function b_(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){x_(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)){X0(n,r);const h=Pe(n,r.block,r.start.offset);if(e.slice(1,e.length-1).reverse().forEach(E=>n.deleteBlock(E.block)),ot(n,l)){X0(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)){X0(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===pi(s)){zB(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 Y0(n){n.selection.range.isCollapsed()||n.undoManager.runInGroup(()=>{n.emit("beforeClearSelection",n);try{n.doc.beginBatchUpdate(),b_(n)}finally{n.doc.endBatchUpdate()}n.emit("afterClearSelection",n)})}const v_=D("core");function GB(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 WB(n,t,e,r){if(!n.isBlockWritable(t)){v_.error("block is not writable");return}const i=n.getBlockText(t),s=$n.diff(i,e);GB(n,t,s,r)}function Q0(n,t,e){const r=Yn(n,t),i=typeof e=="string"?ga(e):e,s=$n.diff(r,i);return GB(n,t,s)}const zf=D("update-block-data");function J0(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;zf.debug(`delete key: ${E}`),c.delete.push(E)}}),Object.entries(e).forEach(([E,A])=>{p(zf,E!=="id"&&E!=="type",`invalid block data delta, ${E}`);const v=l[E];if(A==null){v!=null&&(zf.debug(`delete key: ${E}`),c.delete.push(E));return}v!==A&&(gf.default(v,A)||E==="text"&&$n.diff(v,A).length===0||(d.has(E)?(zf.debug(`replace key: ${E}`),c.delete.push(E)):zf.debug(`insert key: ${E}`),c.insert[E]=A))}),n.doc.localUpdateBlockData(s,o,c,r),rl(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=Hr(n,t).getChildContainers(n,t)[0],s=Ne(i);nC(n,s,e)}function pa(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 Gf=D("clone-block");function sl(n,t,e,r){const i=n.getBlockClass(e.type);if(i.blockToDoc)return i.blockToDoc(t,e,(h,C)=>(p(Gf,e!==C,"invalid child block"),sl(n,h,e,r)));let s={};const o=new Map,l=At.default(e);l.children&&(l.children=l.children.map(h=>{const C=it(),E=t.blocks[h];p(Gf,Array.isArray(E),"invalid child blocks");const A=E.map(O=>sl(n,t,O,r)),v=pa(A),{root:S,...w}=v.blocks;return s={...s,...w},s[C]=v.blocks.root,o.set(h,C),C}));const c=Array.from(o.entries()),d=h=>{for(const C of c){const[E,A]=C;{const v=`${E}/`;if(h.startsWith(v)){const S=h.substring(v.length),w=`${A}/${S}`;return Gf.debug(`replace key: ${h} -> ${w}`),w}}{const v=`${E}_`;if(h.startsWith(v)){const S=h.substring(v.length),w=`${A}_${S}`;return Gf.debug(`replace key: ${h} -> ${w}`),w}}}return h};return Array.from(Object.entries(l)).forEach(([h,C])=>{const E=d(h);E!==h&&delete l.key,l[E]=C}),l.id=it(),r&&(r.blockIdMap.set(e.id,l.id),o.forEach((h,C)=>r.containerIdMap.set(C,h))),{blocks:{root:[l],...s},meta:{},comments:{}}}function rC(n,t,e,r){const i=t.blocks[e];p(Gf,Array.isArray(i),"invalid child blocks");const s=i.map(l=>sl(n,t,l,r));return pa(s)}function iC(n,t,e){const r=t.blocks.root.map(i=>sl(n.editorBlocks,t,i,e));return At.default(pa(r))}const XB=D("insert-doc");function YB(n,t,e,r,i){if(Pt(n,t)){XB.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,ut])=>{X!=="root"&&d.push({containerId:X,blocks:ut})}),d.length>0&&n.doc.localInsertChildContainers(d);const h=s.blocks.root;if(Le(t)){n.deleteBlock(t);let X;h.reverse().forEach(ut=>{const xt=n.insertBlock(c,l,ut,void 0,{noFocus:!0});X||(X=xt)}),X&&n.selection.selectBlock(X,Ct(n,X));return}if(p(XB,ot(n,t),"not a text block"),ve(n,t)){const X=Rt(t);let ut,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",Lr={...Ee,...h[bt],type:fe},fr=n.insertBlock(c,X,Lr,void 0,{noFocus:!0});xt=!0,bt===h.length-1&&(ut=fr);continue}Tt&&Fs(Tt)&&(xt=!0)}const wt=n.insertBlock(c,X+bt,h[bt],void 0,{noFocus:!0});bt===h.length-1&&(ut=wt)}ut&&n.selection.selectBlock(ut,Ct(n,ut)),xt&&n.deleteBlock(t);return}if(h.length===1){const X=h[0];if(wf(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),wf(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;wf(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 QB(n,t,e,r){const i=pi(t);sC(n,t,i,e,r);for(let s=0;s<i;s++){const o=Ne(t);n.deleteBlock(o)}}const Wf=D("add-text-attribute");function B_(n,t,e,r){const{start:i,end:s}=e;p(Wf,i.blockId===s.blockId&&i.blockId===dt(t),"invalid range"),p(Wf,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 JB(n,t,e,r,i){const{start:s,end:o}=e;p(Wf,s.blockId===o.blockId&&s.blockId===dt(t),"invalid range"),p(Wf,r,"invalid attribute name");const l=n.getBlockText(t),c=Nf(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(Wf,s.blockId===o.blockId&&s.blockId===dt(t),"invalid range");const l=n.getBlockText(t),c=G3(s.offset,o.offset-s.offset,l,r,i);return n.setBlockText(t,c),c}function ZB(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,dt(o),t,e);return}const d=gn(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 t5(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,dt(s),"color",null),(t==="clearBackground"||t==="clearAll")&&e(n,dt(s),"backgroundColor",null);return}const c=gn(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 e5(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,dt(l.block));const c=l.start,d=l.end,h=n.getBlockText(l.block);return X3(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 n5(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 r5(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 y_(n,t){const e=n5(n),r=n5(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=r5(i,n),o=r5(i,t);return{parentContainer:i,newBlock1:s,newBlock2:o}}function i5(n,t){let e=et(t);for(p(Tr,e,"element is not in a block");e;){const r=at(e);p(Tr,mi(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 Z0(n,t,e){const r=n.getBlockById(t.blockId),i=n.getBlockById(e.blockId);if(r===i)return t instanceof mn&&e instanceof mn?{anchor:t,focus:e}:t instanceof Ai&&e instanceof Ai?k0(n,r,t,e):null;const s=at(r),o=at(i);if(s===o)return t instanceof Ai&&(t=ht(r,0,"home")),e instanceof Ai&&(e=ht(i,Ct(n,i),"end")),p(Tr,t instanceof mn,"not valid position type"),p(Tr,e instanceof mn,"not valid position type"),{anchor:t,focus:e};if(r.contains(o))return null;if(i.contains(s)){if(t instanceof mn&&e instanceof Ai){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=_e(S,pt(s)),O=_e(S,pt(v));return k0(n,S,w,O)}}return null}const l=a0(r,i)>0,{newBlock1:c,newBlock2:d}=y_(r,i);if(c===d){const v=c,S=i5(v,r),w=i5(v,i);return t=_e(c,pt(S)),e=_e(c,pt(w)),Tr.debug(`select in complex block: ${S.id}, ${w.id}`),k0(n,v,t,e)}let h=l?Ct(n,c):0;c===r&&t instanceof mn&&(h=t.offset);let E=l?0:Ct(n,d);return d===i&&e instanceof mn&&(E=e.offset),t=ht(c,h,l?"end":"home"),e=ht(d,E,l?"home":"end"),{anchor:t,focus:e}}const T_=D("move-complex-block-position");function k_(n,t,e){const r=n.getBlockById(t.blockId);p(T_,Pt(n,r),"is not a complex block");const i=Hr(n,r),s=n.getContainerById(t.childContainerId),o=i.getNextContainer(n,r,s,e,{noWrap:!0});return o?_e(r,pt(o)):null}const ol=D("move-simple-block-position");function s5(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 Ne(r)}function o5(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 l5(n,t,e){const r=e?s5(n,t):o5(n,t);return r?Pt(n,r)?l5(n,r,e):r:null}function R_(n,t,e){const r=n.getBlockById(t.blockId);return e==="move"&&Pt(n,r)&&t.offset===0?s5(n,r):zr(r)}function w_(n,t,e){const r=n.getBlockById(t.blockId);return e==="move"&&Pt(n,r)&&t.offset===1?o5(n,r):jr(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=Hr(n,i).getNextContainer(n,i,r,e);return s?oC(e)?Ze(s):Ne(s):lC(n,i,e)}function S_(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 L_(n,t,e){if(!Pt(n,t)||Hr(n,t).enableKeyboardSelect)return t;const i=l5(n,t,e==="ArrowDown"||e==="ArrowRight");return i||t}function I_(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"?R_(n,t,r):w_(n,t,r);if(l||(l=lC(n,i,e),l||(l=S_(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"?zr(i):jr(i)),!l){if(e==="ArrowDown"||e==="ArrowRight"){if(n.readonly||!re(at(i)))return null;const c=n.insertTextBlock("",pt(n.rootContainer),pi(n.rootContainer));return ht(c,0,"home")}return null}if(l=L_(n,l,e),ot(n,l)){const c=n.selection.getSuggestedCaretX();if(e==="ArrowDown")return n8(n,l,i,t,c);if(e==="ArrowUp")return e8(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 D_(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),pi(n.rootContainer));return ht(o,0,"home")}function __(n,t,e){const r=n.selection.range;let i;if(r instanceof bn)e==="move"&&!r.isCollapsed()&&(t==="ArrowLeft"||t==="ArrowRight")?i=D_(n,t,r):i=I_(n,r.getFocusedPos(),t,e);else if(i=k_(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=Ne(o);i=ht(l,Ct(n,l),"end")}}return i?e==="move"?{anchor:i,focus:i}:Z0(n,r.anchor,i):null}function ll(n,t,e){const r=__(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 a5(n){return ll(n,"ArrowLeft","move"),!0}function c5(n){return ll(n,"ArrowRight","move"),!0}function u5(n){return ll(n,"ArrowUp","move"),!0}function f5(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),pi(r)),!0}function d5(n){return ll(n,"ArrowDown","select"),!0}function h5(n){return ll(n,"ArrowLeft","select"),!0}function m5(n){return ll(n,"ArrowRight","select"),!0}function g5(n){return ll(n,"ArrowUp","select"),!0}const p5=D("word-offset");function aC(n,t){const e=n.selection.range.focus;p(p5,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(p5,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 C5(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 E5(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 A5(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 x5(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=Hr(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=Hr(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 b5(n){const t=uC(n,n.getFirstBlock()),e=ht(t,0,"home");return n.selection.setSelection(e),!0}function v5(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 B5=D("line-offset");function y5(n){const t=n.selection.range.focus;p(B5,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=tB(e,t).start;const{next:s}=_f(e,i);return s&&Br(s)&&Sf(s)==="br"&&(i+=1),ht(e,i,"home")}function T5(n){const t=n.selection.range.focus;p(B5,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=tB(e,t);return ht(e,r.end,"end")}function k5(n){if(!n.selection.range.focus.isSimple())return!1;const e=y5(n);return e?(n.selection.setSelection(n.selection.getAnchorPos(),e),n.selection.updateLastCaretRect(),!0):!1}function R5(n){if(!n.selection.range.focus.isSimple())return!1;const e=T5(n);return e?(n.selection.setSelection(n.selection.getAnchorPos(),e),n.selection.updateLastCaretRect(),!0):!1}function w5(n){if(!n.selection.range.focus.isSimple())return!1;const e=y5(n);return e?(n.selection.setSelection(e),n.selection.updateLastCaretRect(),!0):!1}function S5(n){if(!n.selection.range.focus.isSimple())return!1;const e=T5(n);return e?(n.selection.setSelection(e),n.selection.updateLastCaretRect(),!0):!1}D("find-block-position"),D("page-offset");function L5(n,t){const r=le(n,t).getBlockTextLength(t),i=ht(t,r,"normal"),s=Z0(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 I5(n,t){const e=ht(t,0,"normal"),r=Z0(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 D5(n){const t=H0(n)*.9,e=hn(n.rootContainer);await na(Math.min(e.scrollTop+t*2,e.scrollHeight),{elementToScroll:e})}async function _5(n){const t=H0(n)*.9,e=hn(n.rootContainer);await na(Math.max(e.scrollTop-t,0),{elementToScroll:e})}function M5(n){return _5(n),!0}function U5(n){return D5(n),!0}const M_=D("table-scroll");class O5{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 U_{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)){M_.warn(`event has already registered: ${e}`);return}s.push(new O5(this.editor,t,e,r,i))}else{const o=new O5(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 N5(n){if(!n.selection.range.focus.isSimple())return!1;const e=hn(n.rootContainer);return e.scrollTop===0?I5(n,n.getFirstBlock()):(_5(n).then(()=>{const r=e.getBoundingClientRect(),i=r.left+r.width/2,s=r.top+H0(n)*.1,o=Oe(i,s);if(o){const l=et(o);l&&I5(n,l)}}),!0)}function P5(n){if(!n.selection.range.focus.isSimple())return!1;const e=hn(n.rootContainer);return e.scrollTop+e.clientHeight>=e.scrollHeight?L5(n,n.getLastBlock()):(D5(n).then(()=>{const r=H0(n)*.9,i=e.getBoundingClientRect(),s=i.left+i.width/2,o=i.top+r,l=Oe(s,o);if(l){const c=et(l);c&&L5(n,c)}}),!0)}const qf=D("select-all");function F5(n,t){const e=Ne(n),r=Ze(n);return t.start.offset===0&&t.start.blockId===dt(e)&&t.end.offset===Ct(t.getEditor(),r)&&t.end.blockId===dt(r)}function O_(n,t){const e=t.getEditor(),r=Hr(e,n).getChildContainers(e,n),i=r[0],s=r[r.length-1],o=dt(n);return t.start.blockId===o&&t.start.childContainerId===pt(i)&&t.end.blockId===o&&t.end.childContainerId===pt(s)}function N_(n,t){p(qf,t,"no parent block"),p(qf,Pt(n,t),"not a complex block");const e=Hr(n,t).getChildContainers(n,t),r=e[0],i=e[e.length-1];n.selection.setRange(gn(n,{anchor:_e(t,pt(r)),focus:_e(t,pt(i))}))}function K5(n,t){const e=at(t);tm(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"),K5(n,Ne(n.rootContainer)),!1}return p(qf,!e.isSimple(),"invalid range type"),O_(t,e)?(K5(n,t),!1):(p(qf,t,"no parent block"),p(qf,Pt(n,t),"not a complex block"),N_(n,t),!0)}function tm(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 P_(n){hC(n),n.focus()}function F_(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=F_(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 V5(n,t,e,r,i){const s=gC(n,t,e,!0);let o=At.default(t);return s.length===0||(s.reverse().forEach(l=>{o=O0(o,l.start,l.end,r)}),i&&(i.count=s.length)),o}const pC=D("selected-block-to-doc");function $5(n,t,e){!t.children||t.children.forEach(r=>{const i=n.getChildContainerData(r);i.forEach(s=>{$5(n,s,e)}),e.blocks[r]=At.default(i)})}function em(n,t){const e=le(n,t.block);if(e.selectionToDoc)return e.selectionToDoc(n,t);const r=At.default(rl(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}=pn(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 $5(n,r,i),i}function CC(n,t){const e=ht(t,0,"normal"),r=ht(t,Ct(n,t),"end");return em(n,{block:t,start:e,end:r})}const K_=D("block-to-doc");function H5(n,t){p(K_,t.length>0,"invalid params, no blocks");const e=t.map(r=>CC(n,r));return pa(e)}function Yc(n){const e=n.selection.range.getSelectedBlocks().map(r=>em(n,r));return pa(e)}function j5(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=>em(n,o));return pa(s)}const z5=D("ensure-block-visible");function V_(n,t){var e;for(;t;){const r=at(t);if(re(r)){n.emit("resize",n);return}const i=et(r);p(z5,i,"no parent block");const s=le(n,i);s.isChildContainerVisible&&!((e=s.isChildContainerVisible)!=null&&e.call(s,n,i,r))&&(p(z5,s.showChildContainer,"no showChildContainer method"),s.showChildContainer(n,i,r)),t=i}}const nm=D("editor-selection");class $_{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(_B(e,s)){nm.debug("adjust selection because remote deleted current block");const o=MB(t,e);this.setRange(o,{noScroll:!0})}});this.editor=t;const e=t.getFirstBlock(),r=dt(e);this.caret=new e_(t);const i=ht(r,0,"normal");this._range=gn(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);V_(this.editor,i);const s=gn(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()||!c_(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(){this.caret.update(),n_(this.editor)}getFocusedPos(){return this.range.focus}getAnchorPos(){return this.range.anchor}selectionChanging(t,e){return!0}selectionChanged(){this.updateSelection(),this.editor.emit("selectionChanged",this.editor)}updateLastCaretRect(){const t=this.range.focus;if(!xi(t))return;const e=this.editor.getBlockById(t.blockId);this.lastCaretRect=Jo(this.editor,e,t)}getSuggestedCaretX(){var t;return(t=this.lastCaretRect)==null?void 0:t.x}scrollIntoView(){a_(this.editor)}verifyPos(t){const e=this.editor.getBlockById(t.blockId);if(t.isSimple())t.offset>=0&&t.offset<=Ct(this.editor,e)||p(nm,!1,"invalid block position, out of range");else{const r=t.childContainerId;!!this.editor.getContainerById(r)||p(nm,!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"?NB(this.editor,e):OB(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(;mi(e);){const r=et(e);p(nm,r,"parent block not found"),q(r,"child-focused"),e=at(r)}return!0}}function H_(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 j_(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 z_{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=hn(o[0].block);this.autoScroll=new A0({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=R0(this.editor,t.x,t.y);if(!e)return;const r=Z0(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){j_(this.editor)}handleTripleClick(t){H_(this.editor)}}function G_(n){return n.readonly||!n.isWritable()?!1:(n.undoManager.undo(),!0)}function W_(n){return n.readonly||!n.isWritable()?!1:(n.undoManager.redo(),!0)}const G5=D("delete-text");function W5(n,t,e,r){const i=r!=null?r:n.selection.range.start;i instanceof mn||p(G5,!1,`invalid insert pos type: ${typeof i}`);const{blockId:s}=i,o=n.getBlockById(s);p(G5,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=nl(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 q_=D("handle-backspace");function EC(n,t){if(!ve(n,t))return;const e=at(t);pi(e)!==1&&n.deleteBlock(t)}function X_(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=jr(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(q_,Le(i),"prev block is not embed block"),n.selection.selectBlock(i,1)}else{const s=at(r);if(mi(s)){const o=u3(n,s,{visibleOnly:!0});if(o){if(!n.isBlockWritable(o))return;EC(n,r),n.selection.selectBlock(o,Ct(n,o))}}}}else W5(n,"backward",1,null),n.selection.updateLastCaretRect();else{const i=Rt(r),s=at(r);n.insertTextBlock("",pt(s),i),n.deleteBlock(r)}}function Y_(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,Pe(n,i,0)):n.deleteBlock(i)}}else W5(n,"forward",1,null);else{const i=Rt(r),s=at(r);n.insertTextBlock("",pt(s),i),n.deleteBlock(r)}}function Q_(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(xi(e))return!0;const o=Nc(n,i,e,r),l=In(n,i);return o.length===l.length}function J_(n,t){if(Q_(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 Z_(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(js(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 tM(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 Xf(n,t){return xe.isFirefox?`<!doctype html><html><head><meta charset="utf8" /></head><body><canvas data-editor-doc="${qi(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::${qi(JSON.stringify(t))}::ones-editor-doc" />`}</head><body>${n}</body></html>`}function Yf(n,t){var s,o,l;const e=(l=(o=(s=n.doc).getServerMeta)==null?void 0:o.call(s))!=null?l:{},r=tM(n,t),i={};r.forEach(c=>{const d=n.doc.buildResourceUrl(c,{withToken:!0});i[c]=d}),t.meta={...e,resources:i}}function eM(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),Yf(n,r);const s=Hf(n,r),o=il(n,r),l=Xf(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 rm(n,t){Yf(n,t);const e=Hf(n,t),r=Xf(e,t),i=il(n,t),s=new Blob([r],{type:"text/html"});Bf([{type:"text/plain",data:new Blob([i],{type:"text/plain"})},{type:"text/html",data:s}])}function nM(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),rm(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);rm(n,e)}const rM=D("input-handler-actions");function X5(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(J_(n),!0))}function Y5(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(Y_(n),!0))}function Q5(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(X_(n),!0))}function J5(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(Z_(n),!0))}function Z5(n){return n.readonly||!n.isWritable()||!window.isSecureContext?!1:(navigator.clipboard.readText().then(t=>{n.input.handlePasteText(t,{toPlainText:!0})}).catch(t=>{rM.error(t)}),!0)}function ty(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 ey(n,t){const e=n.selection.range.getSelectedBlocks(),r=at(e[0].block),i=et(r);return i?`\`\`\`${n.getBlockData(i).language}
27
+ `)}const d_=D("get-text-position");function zc(n,t){const e=t!=null?t:n.selection.range.start;e instanceof mn||p(d_,!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=pn(i.text,r-1,1).middle;if(!((o=s[0].attributes)!=null&&o.box))return s[0].attributes}function h_(n,t,e){const r=at(t),i=pt(r),s=Rt(t);return q1(n,i,s,e)}function PB(n,t,e,r,i){const s=at(t),o=pt(s),l=Rt(t),c=h_(n,t,e),d=U0(e,r,c!=null?c:null);return n.doc.localUpdateBlockText(o,l,d,i),Yn(n,t)}function FB(n,t,e,r){const i=at(t),s=pt(i),o=Rt(t),l=U0(e," ",r);return n.doc.localUpdateBlockText(s,o,l),Yn(n,t)}function m_(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+w0(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")&&(m_(s.text,i)||delete o.link);const l=U0(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 G0=D("update-composition-text");function KB(n){const t=n.selection.range.start;t instanceof mn||p(G0,!1,`invalid insert pos type: ${typeof t}`);const{blockId:e}=t,r=n.getBlockById(e);p(G0,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(G0,l,"no block data in doc"),p(G0,l.text,"no text data in text block");const c=zt(r);L0(n,Zo(r),e,c,l.text)}function Q1(n){_D(n)}function Wc(n,t,e,r,i,s){return n.doc.localInsertBlock(t,e,r,i,s),n.getBlockById(r.id)}const jf=D("delete-block-text");function J1(n,t,e,r,i){if(!n.isBlockWritable(t))return jf.error("block is not writable"),0;p(jf,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(jf,c,"no block data in doc"),p(jf,c.text,"no text data in text block");let d=e;or(t,e)||(d=nl(t,d));let h=e+r;p(jf,h<=Ct(n,t),`invalid offset and count: ${e}, ${r}`),or(t,h)||(h=ha(t,h));const C=h-d,E=oB(d,C);return n.doc.localUpdateBlockText(o,l,E,i),C}const Z1=D("break-text-block");function VB(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?VB(n,t):{};if(!(r!=null&&r.forceInsertAfter)&&(e===0||e===Ct(n,t))){let S=o;if(e!==0){let V=zr(t);V?S=Rt(V):(V=Ze(i),S=Rt(V)+1)}const w={...es(""),...l,...r==null?void 0:r.newBlockData},O=Pe(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=zr(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,Pe(n,A.id,0));return{block:t,newBlock:v}}const g_=D("prepare-insert-new-block");function p_(n,t,e){if(t&&e!==void 0&&e!==null){const d=n.getContainerById(t),h=ke(d);return p(g_,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 C_=D("auto-insert-block");function $B(n,t,e,r,i,s){const o=p_(n,e,r);p(C_,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 E_=D("delete-block");function W0(n,t,e){t.children&&(e.push(...t.children),t.children.forEach(r=>{n.getChildContainerData(r).forEach(s=>{W0(n,s,e)})}))}function q0(n,t,e){const r=at(t),i=pt(r),s=Rt(t),o=n.doc.getBlockData(i,s);return p(E_,o,"no block data in doc"),n.doc.localDeleteBlock(i,s,gn(n,{anchor:e.start,focus:e.end})),o}function tC(n,t,e){return n.undoManager.runInGroup(()=>{const r=at(t);pi(r)===1&&n.insertTextBlock("",pt(r),0);let i=e?tl(n,e):null;if(!i){const l=n.selection.range;_B(t,l)?i=MB(n,t):i=l}const s=q0(n,t,i),o=[];return W0(n,s,o),o.length>0&&n.doc.localDeleteChildContainers(o),s})}function A_(n,t){const e=[t];n.doc.getContainerBlocks(t).forEach(i=>{W0(n,i,e)}),n.doc.localDeleteChildContainers(e)}function HB(n,t){const e=[...t];t.forEach(r=>{n.doc.getContainerBlocks(r).forEach(s=>{W0(n,s,e)})}),n.doc.localDeleteChildContainers(e)}const eC=D("merge-text-block");function jB(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=rl(n,t),i=rl(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=Pe(n,t,Vn(s));return tC(n,e,E),C}const ns=D("clear-selected-contents");function X0(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 zB(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 x_(n,t){const{block:e,start:r,end:i}=t;if(ot(n,e)){X0(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)=>{zB(n,o,{focus:l===0})})}function b_(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){x_(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)){X0(n,r);const h=Pe(n,r.block,r.start.offset);if(e.slice(1,e.length-1).reverse().forEach(E=>n.deleteBlock(E.block)),ot(n,l)){X0(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)){X0(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===pi(s)){zB(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 Y0(n){n.selection.range.isCollapsed()||n.undoManager.runInGroup(()=>{n.emit("beforeClearSelection",n);try{n.doc.beginBatchUpdate(),b_(n)}finally{n.doc.endBatchUpdate()}n.emit("afterClearSelection",n)})}const v_=D("core");function GB(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 WB(n,t,e,r){if(!n.isBlockWritable(t)){v_.error("block is not writable");return}const i=n.getBlockText(t),s=$n.diff(i,e);GB(n,t,s,r)}function Q0(n,t,e){const r=Yn(n,t),i=typeof e=="string"?ga(e):e,s=$n.diff(r,i);return GB(n,t,s)}const zf=D("update-block-data");function J0(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;zf.debug(`delete key: ${E}`),c.delete.push(E)}}),Object.entries(e).forEach(([E,A])=>{p(zf,E!=="id"&&E!=="type",`invalid block data delta, ${E}`);const v=l[E];if(A==null){v!=null&&(zf.debug(`delete key: ${E}`),c.delete.push(E));return}v!==A&&(gf.default(v,A)||E==="text"&&$n.diff(v,A).length===0||(d.has(E)?(zf.debug(`replace key: ${E}`),c.delete.push(E)):zf.debug(`insert key: ${E}`),c.insert[E]=A))}),n.doc.localUpdateBlockData(s,o,c,r),rl(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=Hr(n,t).getChildContainers(n,t)[0],s=Ne(i);nC(n,s,e)}function pa(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 Gf=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(Gf,e!==A,"invalid child block"),sl(n,E,e,r)));let s={};const o=new Map,l=At.default(e),c=E=>{if(o.has(E))return o.get(E);const A=it(),v=t.blocks[E];p(Gf,Array.isArray(v),"invalid child blocks");const S=v.map(V=>sl(n,t,V,r)),w=pa(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 Gf.debug(`replace key: ${E} -> ${M}`),M}}{const w=`${v}_`;if(E.startsWith(w)){const O=E.substring(w.length),M=`${S}_${O}`;return Gf.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(Gf,Array.isArray(i),"invalid child blocks");const s=i.map(l=>sl(n,t,l,r));return pa(s)}function iC(n,t,e){const r=t.blocks.root.map(i=>sl(n.editorBlocks,t,i,e));return At.default(pa(r))}const XB=D("insert-doc");function YB(n,t,e,r,i){if(Pt(n,t)){XB.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,ut])=>{X!=="root"&&d.push({containerId:X,blocks:ut})}),d.length>0&&n.doc.localInsertChildContainers(d);const h=s.blocks.root;if(Le(t)){n.deleteBlock(t);let X;h.reverse().forEach(ut=>{const xt=n.insertBlock(c,l,ut,void 0,{noFocus:!0});X||(X=xt)}),X&&n.selection.selectBlock(X,Ct(n,X));return}if(p(XB,ot(n,t),"not a text block"),ve(n,t)){const X=Rt(t);let ut,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",Lr={...Ee,...h[bt],type:fe},fr=n.insertBlock(c,X,Lr,void 0,{noFocus:!0});xt=!0,bt===h.length-1&&(ut=fr);continue}Tt&&Fs(Tt)&&(xt=!0)}const wt=n.insertBlock(c,X+bt,h[bt],void 0,{noFocus:!0});bt===h.length-1&&(ut=wt)}ut&&n.selection.selectBlock(ut,Ct(n,ut)),xt&&n.deleteBlock(t);return}if(h.length===1){const X=h[0];if(wf(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),wf(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;wf(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 QB(n,t,e,r){const i=pi(t);sC(n,t,i,e,r);for(let s=0;s<i;s++){const o=Ne(t);n.deleteBlock(o)}}const Wf=D("add-text-attribute");function B_(n,t,e,r){const{start:i,end:s}=e;p(Wf,i.blockId===s.blockId&&i.blockId===dt(t),"invalid range"),p(Wf,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 JB(n,t,e,r,i){const{start:s,end:o}=e;p(Wf,s.blockId===o.blockId&&s.blockId===dt(t),"invalid range"),p(Wf,r,"invalid attribute name");const l=n.getBlockText(t),c=Nf(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(Wf,s.blockId===o.blockId&&s.blockId===dt(t),"invalid range");const l=n.getBlockText(t),c=G3(s.offset,o.offset-s.offset,l,r,i);return n.setBlockText(t,c),c}function ZB(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,dt(o),t,e);return}const d=gn(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 t5(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,dt(s),"color",null),(t==="clearBackground"||t==="clearAll")&&e(n,dt(s),"backgroundColor",null);return}const c=gn(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 e5(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,dt(l.block));const c=l.start,d=l.end,h=n.getBlockText(l.block);return X3(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 n5(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 r5(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 y_(n,t){const e=n5(n),r=n5(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=r5(i,n),o=r5(i,t);return{parentContainer:i,newBlock1:s,newBlock2:o}}function i5(n,t){let e=et(t);for(p(Tr,e,"element is not in a block");e;){const r=at(e);p(Tr,mi(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 Z0(n,t,e){const r=n.getBlockById(t.blockId),i=n.getBlockById(e.blockId);if(r===i)return t instanceof mn&&e instanceof mn?{anchor:t,focus:e}:t instanceof Ai&&e instanceof Ai?k0(n,r,t,e):null;const s=at(r),o=at(i);if(s===o)return t instanceof Ai&&(t=ht(r,0,"home")),e instanceof Ai&&(e=ht(i,Ct(n,i),"end")),p(Tr,t instanceof mn,"not valid position type"),p(Tr,e instanceof mn,"not valid position type"),{anchor:t,focus:e};if(r.contains(o))return null;if(i.contains(s)){if(t instanceof mn&&e instanceof Ai){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=_e(S,pt(s)),O=_e(S,pt(v));return k0(n,S,w,O)}}return null}const l=a0(r,i)>0,{newBlock1:c,newBlock2:d}=y_(r,i);if(c===d){const v=c,S=i5(v,r),w=i5(v,i);return t=_e(c,pt(S)),e=_e(c,pt(w)),Tr.debug(`select in complex block: ${S.id}, ${w.id}`),k0(n,v,t,e)}let h=l?Ct(n,c):0;c===r&&t instanceof mn&&(h=t.offset);let E=l?0:Ct(n,d);return d===i&&e instanceof mn&&(E=e.offset),t=ht(c,h,l?"end":"home"),e=ht(d,E,l?"home":"end"),{anchor:t,focus:e}}const T_=D("move-complex-block-position");function k_(n,t,e){const r=n.getBlockById(t.blockId);p(T_,Pt(n,r),"is not a complex block");const i=Hr(n,r),s=n.getContainerById(t.childContainerId),o=i.getNextContainer(n,r,s,e,{noWrap:!0});return o?_e(r,pt(o)):null}const ol=D("move-simple-block-position");function s5(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 Ne(r)}function o5(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 l5(n,t,e){const r=e?s5(n,t):o5(n,t);return r?Pt(n,r)?l5(n,r,e):r:null}function R_(n,t,e){const r=n.getBlockById(t.blockId);return e==="move"&&Pt(n,r)&&t.offset===0?s5(n,r):zr(r)}function w_(n,t,e){const r=n.getBlockById(t.blockId);return e==="move"&&Pt(n,r)&&t.offset===1?o5(n,r):jr(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=Hr(n,i).getNextContainer(n,i,r,e);return s?oC(e)?Ze(s):Ne(s):lC(n,i,e)}function S_(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 L_(n,t,e){if(!Pt(n,t)||Hr(n,t).enableKeyboardSelect)return t;const i=l5(n,t,e==="ArrowDown"||e==="ArrowRight");return i||t}function I_(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"?R_(n,t,r):w_(n,t,r);if(l||(l=lC(n,i,e),l||(l=S_(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"?zr(i):jr(i)),!l){if(e==="ArrowDown"||e==="ArrowRight"){if(n.readonly||!re(at(i)))return null;const c=n.insertTextBlock("",pt(n.rootContainer),pi(n.rootContainer));return ht(c,0,"home")}return null}if(l=L_(n,l,e),ot(n,l)){const c=n.selection.getSuggestedCaretX();if(e==="ArrowDown")return n8(n,l,i,t,c);if(e==="ArrowUp")return e8(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 D_(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),pi(n.rootContainer));return ht(o,0,"home")}function __(n,t,e){const r=n.selection.range;let i;if(r instanceof bn)e==="move"&&!r.isCollapsed()&&(t==="ArrowLeft"||t==="ArrowRight")?i=D_(n,t,r):i=I_(n,r.getFocusedPos(),t,e);else if(i=k_(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=Ne(o);i=ht(l,Ct(n,l),"end")}}return i?e==="move"?{anchor:i,focus:i}:Z0(n,r.anchor,i):null}function ll(n,t,e){const r=__(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 a5(n){return ll(n,"ArrowLeft","move"),!0}function c5(n){return ll(n,"ArrowRight","move"),!0}function u5(n){return ll(n,"ArrowUp","move"),!0}function f5(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),pi(r)),!0}function d5(n){return ll(n,"ArrowDown","select"),!0}function h5(n){return ll(n,"ArrowLeft","select"),!0}function m5(n){return ll(n,"ArrowRight","select"),!0}function g5(n){return ll(n,"ArrowUp","select"),!0}const p5=D("word-offset");function aC(n,t){const e=n.selection.range.focus;p(p5,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(p5,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 C5(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 E5(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 A5(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 x5(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=Hr(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=Hr(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 b5(n){const t=uC(n,n.getFirstBlock()),e=ht(t,0,"home");return n.selection.setSelection(e),!0}function v5(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 B5=D("line-offset");function y5(n){const t=n.selection.range.focus;p(B5,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=tB(e,t).start;const{next:s}=_f(e,i);return s&&Br(s)&&Sf(s)==="br"&&(i+=1),ht(e,i,"home")}function T5(n){const t=n.selection.range.focus;p(B5,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=tB(e,t);return ht(e,r.end,"end")}function k5(n){if(!n.selection.range.focus.isSimple())return!1;const e=y5(n);return e?(n.selection.setSelection(n.selection.getAnchorPos(),e),n.selection.updateLastCaretRect(),!0):!1}function R5(n){if(!n.selection.range.focus.isSimple())return!1;const e=T5(n);return e?(n.selection.setSelection(n.selection.getAnchorPos(),e),n.selection.updateLastCaretRect(),!0):!1}function w5(n){if(!n.selection.range.focus.isSimple())return!1;const e=y5(n);return e?(n.selection.setSelection(e),n.selection.updateLastCaretRect(),!0):!1}function S5(n){if(!n.selection.range.focus.isSimple())return!1;const e=T5(n);return e?(n.selection.setSelection(e),n.selection.updateLastCaretRect(),!0):!1}D("find-block-position"),D("page-offset");function L5(n,t){const r=le(n,t).getBlockTextLength(t),i=ht(t,r,"normal"),s=Z0(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 I5(n,t){const e=ht(t,0,"normal"),r=Z0(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 D5(n){const t=H0(n)*.9,e=hn(n.rootContainer);await na(Math.min(e.scrollTop+t*2,e.scrollHeight),{elementToScroll:e})}async function _5(n){const t=H0(n)*.9,e=hn(n.rootContainer);await na(Math.max(e.scrollTop-t,0),{elementToScroll:e})}function M5(n){return _5(n),!0}function U5(n){return D5(n),!0}const M_=D("table-scroll");class O5{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 U_{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)){M_.warn(`event has already registered: ${e}`);return}s.push(new O5(this.editor,t,e,r,i))}else{const o=new O5(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 N5(n){if(!n.selection.range.focus.isSimple())return!1;const e=hn(n.rootContainer);return e.scrollTop===0?I5(n,n.getFirstBlock()):(_5(n).then(()=>{const r=e.getBoundingClientRect(),i=r.left+r.width/2,s=r.top+H0(n)*.1,o=Oe(i,s);if(o){const l=et(o);l&&I5(n,l)}}),!0)}function P5(n){if(!n.selection.range.focus.isSimple())return!1;const e=hn(n.rootContainer);return e.scrollTop+e.clientHeight>=e.scrollHeight?L5(n,n.getLastBlock()):(D5(n).then(()=>{const r=H0(n)*.9,i=e.getBoundingClientRect(),s=i.left+i.width/2,o=i.top+r,l=Oe(s,o);if(l){const c=et(l);c&&L5(n,c)}}),!0)}const qf=D("select-all");function F5(n,t){const e=Ne(n),r=Ze(n);return t.start.offset===0&&t.start.blockId===dt(e)&&t.end.offset===Ct(t.getEditor(),r)&&t.end.blockId===dt(r)}function O_(n,t){const e=t.getEditor(),r=Hr(e,n).getChildContainers(e,n),i=r[0],s=r[r.length-1],o=dt(n);return t.start.blockId===o&&t.start.childContainerId===pt(i)&&t.end.blockId===o&&t.end.childContainerId===pt(s)}function N_(n,t){p(qf,t,"no parent block"),p(qf,Pt(n,t),"not a complex block");const e=Hr(n,t).getChildContainers(n,t),r=e[0],i=e[e.length-1];n.selection.setRange(gn(n,{anchor:_e(t,pt(r)),focus:_e(t,pt(i))}))}function K5(n,t){const e=at(t);tm(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"),K5(n,Ne(n.rootContainer)),!1}return p(qf,!e.isSimple(),"invalid range type"),O_(t,e)?(K5(n,t),!1):(p(qf,t,"no parent block"),p(qf,Pt(n,t),"not a complex block"),N_(n,t),!0)}function tm(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 P_(n){hC(n),n.focus()}function F_(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=F_(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 V5(n,t,e,r,i){const s=gC(n,t,e,!0);let o=At.default(t);return s.length===0||(s.reverse().forEach(l=>{o=O0(o,l.start,l.end,r)}),i&&(i.count=s.length)),o}const pC=D("selected-block-to-doc");function $5(n,t,e){!t.children||t.children.forEach(r=>{const i=n.getChildContainerData(r);i.forEach(s=>{$5(n,s,e)}),e.blocks[r]=At.default(i)})}function em(n,t){const e=le(n,t.block);if(e.selectionToDoc)return e.selectionToDoc(n,t);const r=At.default(rl(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}=pn(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 $5(n,r,i),i}function CC(n,t){const e=ht(t,0,"normal"),r=ht(t,Ct(n,t),"end");return em(n,{block:t,start:e,end:r})}const K_=D("block-to-doc");function H5(n,t){p(K_,t.length>0,"invalid params, no blocks");const e=t.map(r=>CC(n,r));return pa(e)}function Yc(n){const e=n.selection.range.getSelectedBlocks().map(r=>em(n,r));return pa(e)}function j5(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=>em(n,o));return pa(s)}const z5=D("ensure-block-visible");function V_(n,t){var e;for(;t;){const r=at(t);if(re(r)){n.emit("resize",n);return}const i=et(r);p(z5,i,"no parent block");const s=le(n,i);s.isChildContainerVisible&&!((e=s.isChildContainerVisible)!=null&&e.call(s,n,i,r))&&(p(z5,s.showChildContainer,"no showChildContainer method"),s.showChildContainer(n,i,r)),t=i}}const nm=D("editor-selection");class $_{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(_B(e,s)){nm.debug("adjust selection because remote deleted current block");const o=MB(t,e);this.setRange(o,{noScroll:!0})}});this.editor=t;const e=t.getFirstBlock(),r=dt(e);this.caret=new e_(t);const i=ht(r,0,"normal");this._range=gn(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);V_(this.editor,i);const s=gn(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()||!c_(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(){this.caret.update(),n_(this.editor)}getFocusedPos(){return this.range.focus}getAnchorPos(){return this.range.anchor}selectionChanging(t,e){return!0}selectionChanged(){this.updateSelection(),this.editor.emit("selectionChanged",this.editor)}updateLastCaretRect(){const t=this.range.focus;if(!xi(t))return;const e=this.editor.getBlockById(t.blockId);this.lastCaretRect=Jo(this.editor,e,t)}getSuggestedCaretX(){var t;return(t=this.lastCaretRect)==null?void 0:t.x}scrollIntoView(){a_(this.editor)}verifyPos(t){const e=this.editor.getBlockById(t.blockId);if(t.isSimple())t.offset>=0&&t.offset<=Ct(this.editor,e)||p(nm,!1,"invalid block position, out of range");else{const r=t.childContainerId;!!this.editor.getContainerById(r)||p(nm,!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"?NB(this.editor,e):OB(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(;mi(e);){const r=et(e);p(nm,r,"parent block not found"),q(r,"child-focused"),e=at(r)}return!0}}function H_(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 j_(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 z_{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=hn(o[0].block);this.autoScroll=new A0({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=R0(this.editor,t.x,t.y);if(!e)return;const r=Z0(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){j_(this.editor)}handleTripleClick(t){H_(this.editor)}}function G_(n){return n.readonly||!n.isWritable()?!1:(n.undoManager.undo(),!0)}function W_(n){return n.readonly||!n.isWritable()?!1:(n.undoManager.redo(),!0)}const G5=D("delete-text");function W5(n,t,e,r){const i=r!=null?r:n.selection.range.start;i instanceof mn||p(G5,!1,`invalid insert pos type: ${typeof i}`);const{blockId:s}=i,o=n.getBlockById(s);p(G5,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=nl(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 q_=D("handle-backspace");function EC(n,t){if(!ve(n,t))return;const e=at(t);pi(e)!==1&&n.deleteBlock(t)}function X_(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=jr(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(q_,Le(i),"prev block is not embed block"),n.selection.selectBlock(i,1)}else{const s=at(r);if(mi(s)){const o=u3(n,s,{visibleOnly:!0});if(o){if(!n.isBlockWritable(o))return;EC(n,r),n.selection.selectBlock(o,Ct(n,o))}}}}else W5(n,"backward",1,null),n.selection.updateLastCaretRect();else{const i=Rt(r),s=at(r);n.insertTextBlock("",pt(s),i),n.deleteBlock(r)}}function Y_(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,Pe(n,i,0)):n.deleteBlock(i)}}else W5(n,"forward",1,null);else{const i=Rt(r),s=at(r);n.insertTextBlock("",pt(s),i),n.deleteBlock(r)}}function Q_(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(xi(e))return!0;const o=Nc(n,i,e,r),l=In(n,i);return o.length===l.length}function J_(n,t){if(Q_(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 Z_(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(js(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 tM(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 Xf(n,t){return xe.isFirefox?`<!doctype html><html><head><meta charset="utf8" /></head><body><canvas data-editor-doc="${qi(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::${qi(JSON.stringify(t))}::ones-editor-doc" />`}</head><body>${n}</body></html>`}function Yf(n,t){var s,o,l;const e=(l=(o=(s=n.doc).getServerMeta)==null?void 0:o.call(s))!=null?l:{},r=tM(n,t),i={};r.forEach(c=>{const d=n.doc.buildResourceUrl(c,{withToken:!0});i[c]=d}),t.meta={...e,resources:i}}function eM(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),Yf(n,r);const s=Hf(n,r),o=il(n,r),l=Xf(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 rm(n,t){Yf(n,t);const e=Hf(n,t),r=Xf(e,t),i=il(n,t),s=new Blob([r],{type:"text/html"});Bf([{type:"text/plain",data:new Blob([i],{type:"text/plain"})},{type:"text/html",data:s}])}function nM(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),rm(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);rm(n,e)}const rM=D("input-handler-actions");function X5(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(J_(n),!0))}function Y5(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(Y_(n),!0))}function Q5(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(X_(n),!0))}function J5(n,t){return n.readonly||!n.isWritable()?!1:n.undoManager.runInGroup(()=>(Z_(n),!0))}function Z5(n){return n.readonly||!n.isWritable()||!window.isSecureContext?!1:(navigator.clipboard.readText().then(t=>{n.input.handlePasteText(t,{toPlainText:!0})}).catch(t=>{rM.error(t)}),!0)}function ty(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 ey(n,t){const e=n.selection.range.getSelectedBlocks(),r=at(e[0].block),i=et(r);return i?`\`\`\`${n.getBlockData(i).language}
28
28
  ${t}
29
29
  \`\`\`
30
30
  `:""}function bC(n){if(!window.isSecureContext||n.selection.range.isCollapsed())return!1;const t=Yc(n);Yf(n,t);const e=Hf(n,t);Xf(e,t);let r="";if(ty(n)){const i=n.selection.range.getSelectedBlocks()[0],s=at(i.block);et(s)&&(r=ey(n,il(n,t)))}else{const i=[];t.blocks.root.forEach((s,o)=>{i.push(z0(n,s,t,[{containerId:"root",blockIndex:o}]))}),i[i.length-1]=i[i.length-1].trimEnd(),r=i.join(`
@@ -960,4 +960,4 @@ ${s.mermaidText}
960
960
  ${s.flowchartText}
961
961
  \`\`\`\`\`\``}return""}const SJ={embedType:"flowchart",convertFrom:kJ,handleUpdateBlock:TJ,createEmbedContent:yJ,getBlockProperties:RJ,convertTo:wJ},LJ=D("plantuml-helper");function wS(n,t){var l;let r=((l=(n.getComponentOptions("plantuml")||{}).cdn)==null?void 0:l.plantuml)||lJ;r.endsWith("/")||(r+="/");const i=l9.default.encode(t);p(LJ,i,i),r+=i;const o=new URLSearchParams(document.location.search).get("doc");return Kp(r,{id:`${o}-${it()}`})}async function IJ(n,t){try{const e=await Ax(n,t);return(await n.doc.uploadResource(e)).resourceId}catch{return Promise.resolve(t)}}class Mu extends Bx{constructor(t){super(t,"plantuml","plantumlText")}static get(t,e){return t.addCustom(`plantuml-${e.id}`,()=>new Mu(t))}code2ObjectUrl(t){return Promise.resolve(wS(this.editor,t))}code2ResourceId(t){const e=wS(this.editor,t);return IJ(this.editor,e)}destroy(){}}function DJ(n,t,e){Mu.get(n,e).createEmbedContent(t,e)}function _J(n,t,e){const r=Mu.get(n,e),i=zt(t);return r.updateEmbedContent(i,e),!0}function MJ(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)=>{Mu.get(c,c.getBlockData(d)).editGraph(zt(d))}}}function UJ(n,t){return Mu.get(n,n.getBlockData(t)).getBlockProperties(t)}function OJ(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`![plantuml](${n.doc.buildResourceUrl(s.src,{withToken:!0})})`;if(s.flowchartText)return`\`\`\`plantuml\`\`\`
962
962
  ${s.flowchartText}
963
- \`\`\`\`\`\``}return""}const NJ={embedType:"plantuml",convertFrom:MJ,handleUpdateBlock:_J,createEmbedContent:DJ,getBlockProperties:UJ,convertTo:OJ},Hat="",PJ="hr",FJ={dividingLine:{type:"\u5206\u5272\u7EBF",abstract:"\u5206\u5272\u7EBF"}},KJ={dividingLine:{type:"Dividing-Line",abstract:"Dividing-Line"}},VJ={dividingLine:{type:"\u533A\u5207\u308A\u7DDA",abstract:"\u533A\u5207\u308A\u7DDA"}};_.mergeLang({"zh-CN":FJ,"en-US":KJ,"ja-JP":VJ});function $J(n,t){const e=B("div",["editor-embed-container"],t);B("hr",["editor-embed-hr"],e)}function HJ(n,t,e,r){return r==="html"?"<hr />":r==="markdown"?"---":"------------"}function jJ(){return{name:"hr",insertEmbedCommandItems:[{id:"insert-hr",name:_.t("dividingLine.type"),icon:KT,order:500,group:"common",subText:Qn("insert-hr")}],handleInsertEmptyEmbed:async(n,t)=>{const{containerId:e,blockIndex:r}=t;return n.insertEmbed(e,r,PJ,{})}}}function zJ(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 GJ(){return{abstract:_.t("dividingLine.abstract")}}const WJ={embedType:"hr",createEmbedContent:$J,convertTo:HJ,getOptions:jJ,convertFrom:zJ,getBlockProperties:GJ},jat="",zat="",qJ={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"}}},XJ={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"}}},YJ={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":qJ,"en-US":XJ,"ja-JP":YJ});var Oi=(n=>(n.AUDIO="audio",n.VIDEO="video",n))(Oi||{}),oh=(n=>(n.Empty="empty",n.Progress="progress",n.Error="error",n))(oh||{});const SS=10*1024*1024,QJ=["wav","mp3","aac","ogg","webm","flac"],JJ=["ogg","mp4","webm"],ZJ=()=>{};function LS(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:QJ,o=(E=e==null?void 0:e.video)!=null?E:JJ,l=(A=r==null?void 0:r.audio)!=null?A:SS,c=(v=r==null?void 0:r.video)!=null?v:SS,d=(S=i==null?void 0:i.onError)!=null?S:ZJ;return{allowedMedias:{audio:s,video:o},maxSize:{audio:l,video:c},callbacks:{onError:d}}}function tZ(n,t){const e=s=>s.map(o=>`.${o}`).join(","),{allowedMedias:r}=LS(n),i=r[t];return i?e(i):"*"}function eZ(n,t,e){const{maxSize:r,callbacks:i,allowedMedias:s}=LS(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=yf(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 nZ(n){return n===oh.Empty||n===oh.Error}const En=D("media");class rZ 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",dt(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=At.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),nZ(i)?i===oh.Empty&&this.renderEmpty(e):this.renderMediaElement(e,r)}setAbstract(e){this.abstract=e}}D("media-embed");const iZ="left";class IS{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=tZ(t,this.embedType);if(s=s!=null?s:await Mc(o,{}),!s)return null;const{mediaType:l}=this.getAbstract();try{eZ(s,t,l)}catch{return null}const c={id:it(),type:"embed",embedType:this.embedType,embedData:{src:oh.Empty}};l==="video"&&(c.align=iZ);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 rZ({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"?`![${s.src}](${o})`:o}}function DS(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 _S(n,t){const e=n.querySelector(".uploading-progress-bar-value");e&&(e.style.width=`${t}%`)}const sZ=D("media-audio");class oZ extends IS{constructor(){super(...arguments);m(this,"embedType",Oi.AUDIO);m(this,"updateProgressElement",_S);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:NT,mediaName:_.t(`media.${Oi.AUDIO}.menuItem`),menuItem:_.t(`media.${Oi.AUDIO}.menuItem`),order:800,mediaType:Oi.AUDIO,group:"common"}}getBlockProperties(){return{abstract:`${_.t(`media.${Oi.AUDIO}.abstract`)}`}}updateMediaElement(e,r,i,s){const o=r.querySelector(":scope .audio-container > audio");return p(sZ,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",DS(e,r)}}const lZ=new oZ;D("video-resizer");function MS(n){return n&&Le(n)&&on(n)==="video"}const aZ=50;class yx{constructor(t){m(this,"currentResizableElement",null);m(this,"resizing",!1);m(this,"handleHoveringBlockChange",(t,e)=>{if(!this.resizing&&!window.isDragging&&(e&&MS(e)&&this.disableBlockResize(e),t&&MS(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,aZ),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,ze.get(t).addListener("change",this.handleHoveringBlockChange)}destroy(){this.currentResizableElement=null,ze.get(this.editor).removeListener("change",this.handleHoveringBlockChange)}getVideoElement(t){return zt(t).querySelector(":scope .video-container > video")}updateResizer(t){const e=this.editor.findCustom(`${dt(t)}-resizer`);e&&e.updateResizer()}disableBlockResize(t){const e=this.editor.findCustom(`${dt(t)}-resizer`);e&&e.disableResize()}enableBlockResize(t,e){const r=this.editor.addCustom(`${dt(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 cZ=D("video");class uZ extends IS{constructor(){super(...arguments);m(this,"embedType",Oi.VIDEO);m(this,"updateProgressElement",_S);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 yx(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,DS(e,r),_c(i).then(o=>{const l=e.querySelector(".progress-video");l&&s1(e)&&(l.src=o)})})}getAbstract(){return{mediaName:_.t(`media.${Oi.VIDEO}.menuItem`),mediaIcon:PT,menuItem:_.t(`media.${Oi.VIDEO}.menuItem`),order:700,mediaType:Oi.VIDEO,group:"common"}}getBlockProperties(){return{abstract:`${_.t(`media.${Oi.VIDEO}.abstract`)}`}}handleMediaError(e,r,i){const s=e.addCustom("video-resizer",()=>new yx(e)),o=e.getBlockById(i);s.disableBlockResize(o)}updateMediaElement(e,r,i,s){const o=r.querySelector(":scope .video-container > video");p(cZ,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 yx(e)).updateResizer(l)}),o}}const fZ=new uZ,US=[aA,pA,CA,wk],Tx=[yS,dQ,xJ,SJ,NJ,wK,WJ,fZ,lZ,yz,eS,sX],OS=[Kk,iS,R4];function dZ(n,t,e){var i,s,o,l;di.level=(i=e.logLevel)!=null?i:qo.DEBUG;const r=Jf(n,t,{components:{blocks:[...US,...((s=e==null?void 0:e.components)==null?void 0:s.blocks)||[]],embeds:[...Tx,...((o=e.components)==null?void 0:o.embeds)||[]],boxes:[...OS,...((l=e.components)==null?void 0:l.boxes)||[]],textRenders:[new zE],options:{...e.componentsOptions}}});return r.readonly=!0,r.addCustom("heading-collapse",()=>new cx(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 NS{constructor(t){this.createOptions=t,t.lang&&_.setLang(t.lang)}createHistoryEditor(t,e){return dZ(t,e,this.createOptions)}}function PS(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=Jf(t,e,{shortcuts:[im],components:{blocks:o,commandProviders:[new Nm],decorators:[new ug],embeds:l,boxes:c,options:s}});if(d.input.addHandler(new dg),d.input.addHandler(new OA(d)),d.input.addHandler(new $A(d)),d.input.addHandler(new gq(d)),d.input.addHandler(new pg),d.addCustom("image-paste-handler",()=>new UA(d)),xe.isMobile||d.addCustom("editor-tooltip",()=>new Sd(d)),n.options.enableContextMenu!==!1&&d.addCustom("editor-context-menu",E=>new zA(E)),(h=n.options.componentsOptions)!=null&&h.mention){const E=n.options.componentsOptions.mention;d.addCustom("mention",()=>new rS(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 hZ(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=>{pq(n,i,t)})}class mZ{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&&hZ(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 PS(this.editor,{root:t,childDoc:e,doc:this.doc})}allowEdit(t){return t.userId===this.doc.getUser().userId}}class gZ{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 PS(this.editor,{root:t,childDoc:e,doc:this.localDoc})}allowEdit(t){return t.userId===this.localDoc.getUser().userId}}const pZ={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"}},CZ={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"}},EZ={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":pZ,"en-US":CZ,"ja-JP":EZ});const AZ="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",xZ=()=>Vp(AZ),bZ=D("image-to-docx");async function vZ(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 FS(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 vZ(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){bZ.error(e);return}}function BZ(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 yZ(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 KS(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 TZ(){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 kZ(){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 RZ(){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 wZ=[{levels:KS(),reference:"number-numbering-reference"},{levels:TZ(),reference:"number-bullet-reference"},{levels:kZ(),reference:"checked-bullet-reference"},{levels:RZ(),reference:"unchecked-bullet-reference"}];function SZ(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 LZ(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 IZ(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 DZ=/rgb\((\d+),\s*(\d+),\s*(\d+)\)/;function VS(n){if(typeof n=="string"&&n.length>0){if(n[0]==="#")return n.substring(1);const t=n.match(DZ);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 $S(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 kx(n){return n==="image"||n==="drawio"||n==="plantuml"||n==="mermaid"||n==="flowchart"}function HS(n){return n&&n.startsWith("//")?`https:${n}`:n&&!n.startsWith("http://")&&!n.startsWith("https://")?`https://${n}`:n}function _Z(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 MZ(n,t){if(t==null)return n==null?void 0:n.normal;if(n)return n[`heading${t}`]}function UZ(n){const t=`${Mn(n,"inline-style-font-size")}`;if(t&&t.indexOf("px")>0)return+t.replace(/px/g,"")}function OZ(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 NZ(n){if(n.attributes&&n.attributes.box&&n.attributes.text)return` @${n.attributes.text} `}function PZ(n){return Mn(n,"inline-style-font-family")}function FZ(n){const t=Mn(n,"inline-style-background-color");return VS(t)}function KZ(n){const t=Mn(n,"inline-style-color");return VS(t)}function VZ(n){_Z(n);const t=Mn(n,"type")==="mention";return{box:n.attributes&&n.attributes.box?n.attributes:void 0,inlineCode:!!Mn(n,"style-code"),link:HS(Mn(n,"link")),size:UZ(n),text:t?NZ(n):OZ(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:PZ(n),background:FZ(n),color:t?"338fe5":SZ($S(n,"style-color-",6))||KZ(n),highlight:$S(n,"style-bg-color-",13)}}function $Z(){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 HZ(){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 jZ(){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 zZ(n,t){return new Bt.Paragraph({children:[new Bt.ExternalHyperlink({children:[new Bt.TextRun({style:"Hyperlink",text:t||n})],link:n})]})}function jS(n){if(n.heading!=null)return`Heading${n.heading}`}function zS(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 GZ(n){if(n.indent)return{left:Bt.convertInchesToTwip(.3*n.indent-.2)};if(n.padding)return{left:Bt.convertInchesToTwip(.3*n.padding)}}function WZ(n){return{type:Bt.ShadingType.CLEAR,color:"FFFFFF",fill:n}}function qZ(n){const t=n.split(",");if(t.length!==0)return t[0].trim()}function GS(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?qZ(n.fontFamily):void 0,shading:n.background?WZ(n.background):void 0,color:n.color,highlight:LZ(n.highlight)})}function XZ(n,t){if(n.link)return new Bt.ExternalHyperlink({children:[GS(n,t)],link:n.link})}async function WS(n,t,e,r,i){const[s]=await i(n,t,e);if(s==null)return;const o=await FS({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 YZ(n){if(n.heading||n.heading)return n.heading}function QZ(n){if(n.align&&(n.align==="center"||n.align==="right"||n.align==="left"))return n.align}function JZ(n){if(n.textOnly===!0&&n.level!=null)return n.level}async function ZZ(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(VZ(s))}return e}}function ttt(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 ett(n,t){if(n.type==="embed"&&n.embedType&&kx(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 ntt(n){if(n.padding)return n.padding}function rtt(n){return!!(n.type==="embed"&&n.embedType&&kx(n.embedType)&&n.embedData&&n.embedData.src)}async function Kg(n,t,e){return{quoted:!!n.quoted,heading:YZ(n),alignment:QZ(n),indent:JZ(n),padding:ntt(n),texts:await ZZ(n,e),list:ttt(n),images:ett(n,t),border:rtt(n)}}async function itt(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 stt=D("to-docx");function ott(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 ltt(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 att(n){p(stt,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=ott(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=IZ(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 ltt(n,t,e,i),i}async function ctt(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 itt(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(kx(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(HS(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=att(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 utt(){return{listMaxInst:1,listInstMap:{},listRefMap:{},levelConfigs:[]}}const ftt=D("to-docx");class dtt{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:jS(t),alignment:zS(t),children:await this.paragraphsFromBlockTexts(t),indent:GZ(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=MZ(this.defaultFontSize,t.heading),r=[];for(const i of t.texts){if(i.link){const s=XZ(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 WS(this.appId,this.docId,i.box.src,i.box.width,this.readImageFunc);s&&r.push(s);continue}if(i.math){const s=await WS(this.appId,this.docId,i.math,0,this.readImageFunc);s&&r.push(s);continue}r.push(GS(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=KS([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=jS(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 FS(c,d);if(C)return C}i.push(h)}));yZ(s,r,t.embedData);const o=BZ(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:zS(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(){$Z().forEach(t=>this.paragraphs.push(t))}addEmptyParagraph(){this.paragraphs.push(new Bt.Paragraph(""))}addVideoPlaceholder(){this.paragraphs.push(HZ())}addAudioPlaceholder(){this.paragraphs.push(jZ())}addHyperlinkParagraph(t,e){t!=null&&this.paragraphs.push(zZ(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 htt{constructor(t,e,r,i,s,o,l,c){m(this,"convertBlocks",async(t,e,r,i,s,o,l=720)=>{const c=new dtt(i,s,o,this.readImage,this.convertBlocks,this.defaultFontSize);return await ctt(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(ftt,o,"data must have blocks");const l=utt(),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:[...wZ,...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 mtt=D("editor-to-docx");async function gtt(n,t,e,r){const i=n.doc.buildResourceUrl(r,{withToken:!0});let s=await fS(i);if(!s)return[void 0,i];if(s.type.indexOf("/svg")!==-1){const l=await aS(s);l&&(s=new File([l],s.name))}return[await s.arrayBuffer(),i]}async function ptt(n,t,e){const r=n.editorBlocks.getBlockClass(e.type);if(r.toStandardDoc)try{return await r.toStandardDoc(n,e,t)}catch(i){mtt.error(`toStandardDoc error: ${JSON.stringify(i)}`);return}}async function Ctt(n,t){const e=t.attributes,r=n.editorBoxes.getBoxClass(e.type);if(r.toStandardText)return r.toStandardText(n,e)}async function Ett(n,t){let{template:e,download:r,backgroundImageOptions:i}=t!=null?t:{};e||(e=xZ());const s=n.doc.toJSON(),o=(C,E,A)=>gtt(n,C,E,A),l=async(C,E,A)=>ptt(n,s,A),c=async C=>Ctt(n,C),h=await new htt(e,s,e0.default,o,void 0,l,c,i).convert("_appId","_docId");if(r){const C=URL.createObjectURL(h),E=document.createElement("a");E.setAttribute("download",`${uS(n)}.docx`),E.setAttribute("href",`${C}`),E.click(),E.remove()}return h}const Rx=D("create-editor");async function Att(n,t){var o,l,c,d,h,C,E,A,v,S,w,O,M,V,nt,Y;p(Rx,n,"app does not exists"),t.lang&&_.setLang(t.lang),di.level=(o=t.logLevel)!=null?o:qo.DEBUG;const e=t.onReauth?async()=>{var bt;const X=t.user.userId,ut=t.docId,xt=await((bt=t.onReauth)==null?void 0:bt.call(t,X,ut,t.permission));return{userId:X,docId:ut,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 dd.load(r),s=Jf(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:[...US,...((l=t==null?void 0:t.components)==null?void 0:l.blocks)||[]],embeds:[...Tx,...((c=t.components)==null?void 0:c.embeds)||[]],boxes:[...OS,...((d=t.components)==null?void 0:d.boxes)||[]],commandProviders:[new Nm,...((h=t.components)==null?void 0:h.commandProviders)||[]],decorators:[new ug,new zC],insertions:[j1],blockHooks:[new LA,new nw,...((C=t.components)==null?void 0:C.blockHooks)||[]],textRenders:[new A4,new zE,...((E=t.components)==null?void 0:E.textRenders)||[]],options:{...t.componentsOptions}},shortcuts:[Rq,nH,mz,cA,zw,hF,rA,fX,im,oF,...t.shortcuts||[]],colors:["#0064FF","#EB3723","#F59300","#00A865","#F25A0A","#70A310","#009CAD","#0990D9","#8851ED","#D62069"]});if(s.editorCommandProviders.registerCommandProvider(new ms(s)),s.input.addHandler(new tY),s.input.addHandler(new dg),s.input.addHandler(new _K),s.input.addHandler(new oz),s.input.addHandler(new EA(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 OA(s)),s.input.addHandler(new $A(s)),s.input.addHandler(new pg),s.input.addHandler(new Rk),s.doc.registerCallback(new eY(s)),s.addCustom("remote-cursor",()=>new oT(s)),s.addCustom("block-menu",X=>new sw(X)),xe.isMobile||s.addCustom("editor-tooltip",()=>new Sd(s)),t!=null&&t.enableComments&&s.addCustom("editor-comments",X=>new E4(X,new mZ(X))),t.enableContextMenu!==!1&&s.addCustom("editor-context-menu",X=>new zA(X)),s.addCustom("create-options",()=>new Lb(s,t)),s.addCustom("drop-target",()=>new Wd(s)),s.addCustom("list-to-mindmap",()=>new Jm(s)),s.addCustom("list-to-mention",()=>new vY(s)),s.addCustom("mobile-helper",()=>new jY(s)),s.addCustom("code-caret",()=>new J$(s)),s.addCustom("image-paste-handler",()=>new UA(s)),(S=t.componentsOptions)!=null&&S.mention){const X=t.componentsOptions.mention;s.addCustom("mention",()=>new rS(s,X))}if(s.addCustom("heading-collapse",()=>new cx(s)),s.addCustom(Ng,X=>new px(X)),Au.register(s),Wd.register(s),Sl.register(s),Bl.register(s),s.addListener("clickLink",(X,ut,xt)=>{var wt;if((wt=t==null?void 0:t.events)!=null&&wt.onClickLink){t.events.onClickLink(X,ut,xt);return}const bt=xt.getAttribute("link");bt&&(X.readonly||ut.ctrlKey||ut.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",ut=>{X(s,ut)})}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"){Rx.error(`reset doc: ${X.message}`);const ut=await dd.load(r);s.doc.reset(ut)}}}),s.version="1.1.23-beta.3",di.level===qo.DEBUG&&(window.setReauthFail=X=>{window.isReauthError=X},window.reConnect=X=>s.doc.externalDoc.client.connection.reConnect(X)),s}function xtt(n){return n.toJSON!==void 0}async function btt(n,t,e){var s,o,l,c,d,h,C,E;p(Rx,n,"app does not exists");const r=xtt(t)?t:new BC(t,{serverUrl:e.serverUrl||""});e.lang&&_.setLang(e.lang),di.level=(s=e.logLevel)!=null?s:qo.DEBUG;const i=Jf(n,r,{id:e.id,scrollContainer:e==null?void 0:e.scrollContainer,components:{blocks:[aA,pA,CA,wk,...(l=(o=e.components)==null?void 0:o.blocks)!=null?l:[]],commandProviders:[new Nm],decorators:[new ug,new zC],embeds:[...Tx,...((c=e.components)==null?void 0:c.embeds)||[]],boxes:[Kk,iS,R4,...((d=e.components)==null?void 0:d.boxes)||[]],insertions:[j1],blockHooks:[new LA,...((h=e.components)==null?void 0:h.blockHooks)||[]],textRenders:[new A4,new zE,...((C=e.components)==null?void 0:C.textRenders)||[]],options:{...e.componentsOptions}},shortcuts:[cA,zw,rA,im]});return i.editorCommandProviders.registerCommandProvider(new ms(i)),i.input.addHandler(new dg),i.input.addHandler(new EA(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 OA(i)),i.input.addHandler(new $A(i)),i.input.addHandler(new pg),i.input.addHandler(new Rk),i.addCustom("block-menu",A=>new sw(A)),xe.isMobile||i.addCustom("editor-tooltip",()=>new Sd(i)),i.addCustom("image-paste-handler",()=>new UA(i)),e!=null&&e.enableComments&&i.addCustom("editor-comments",A=>new E4(A,new gZ(A,r))),e.enableContextMenu!==!1&&i.addCustom("editor-context-menu",A=>new zA(A)),i.addCustom("heading-collapse",()=>new cx(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 px(A)),Au.register(i),i.version="1.1.23-beta.3",i}async function vtt(n,t,e){var h;const r=n.doc.externalDoc.client.auth,i=await pm.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 NS(l),d=n.addCustom("version-dialog",()=>new H4(i,c));return d.show(t),d}b.tippy=r9,b.AnchorBox=TB,b.AuthError=ud,b.AuthHeader=Aa,b.AutoScroll=A0,b.BaseURLHeader=eu,b.BasicCommands=eK,b.BlockExclusiveHook=nw,b.BlockLockerHook=LA,b.BlockLockerPasteHandler=pg,b.BlockResizer=Nd,b.BrBox=bB,b.CodeBlock=pA,b.CodeLineBlock=CA,b.CodeTextDecorator=ug,b.DOC_RE_AUTH_KEYS=Ng,b.DefaultShortcuts=im,b.DocIdError=qU,b.DocReAuthCallbacks=px,b.DragDrop=qb,b.DrawioEmbed=yS,b.EditorBlocks=i3,b.EditorBoxes=BB,b.EditorCommandProviders=xy,b.EditorComplexBlockPosition=Ai,b.EditorComplexSelectionRange=Qi,b.EditorDecorators=SB,b.EditorEmbeds=o3,b.EditorInsertions=wB,b.EditorSimpleBlockPosition=mn,b.EditorSimpleSelectionRange=bn,b.EmbedBlock=a3,b.EmbedBlockResizer=eh,b.EnforceWithDocumentTitleHandler=EA,b.EventCallbacks=Lc,b.FILL_CHAR=E8,b.FileExtError=XU,b.GroupOrder=Dk,b.HeadingBlockScrollListener=gY,b.ImageBox=yB,b.InlineBoxCommandProvider=Gk,b.InputtingInsertion=kB,b.LocalDoc=BC,b.LogLevel=qo,b.Logger=di,b.MIN_DISTANCE_THRESHOLD=Gb,b.ManualCloseDialog=md,b.ManualMenu=dl,b.ManualToolbar=hd,b.MarkdownInputHandler=dg,b.MaxUserError=OC,b.Mindmap=Qm,b.OnesEditorAutoSuggest=dE,b.OnesEditorCustomDataWrapper=Lb,b.OnesEditorExclusiveBlock=Bl,b.OnesEditorHoveringBlock=ze,b.OnesEditorIcons=MO,b.OnesEditorQuickMenu=ig,b.OnesEditorToc=sh,b.OnesEditorTocProvider=Sl,b.OnesEditorToolbar=Au,b.OnesEditorTooltip=Sd,b.OnesEditorVersionsDialog=H4,b.PermissionError=gm,b.Popup=su,b.ReAuthToolbar=dS,b.RemoteCarets=oT,b.RemoteCaretsDecorator=zC,b.RemoteCaretsInsertion=j1,b.RemoteUsers=Zf,b.RequestReloadError=fd,b.RichText=$n,b.ShareDBDoc=dd,b.ShareDBDocVersionsProvider=NS,b.ShareDBServer=pm,b.SimpleCache=Pb,b.StandardEmbedBlockCommands=ex,b.TEXT_STYLE_BACKGROUND_COLOR_PREFIX=B1,b.TEXT_STYLE_COLOR_PREFIX=v1,b.TableBlock=aA,b.TableBlockCommandProvider=Nm,b.TableShortcuts=cA,b.TextBlock=lr,b.TextBox=xB,b.TextColorItem=y2,b.TextStyleShortcuts=rA,b.TocEmbed=eS,b.ZERO_WIDTH_SPACE_CHAR=Af,b.abbreviation=x0,b.addAttribute=S0,b.addClass=q,b.addCommentToBlock=th,b.addDays=dI,b.addMetaToDoc=Yf,b.addMonths=fI,b.animateScrollTo=na,b.applyPlaceholderToBlock=Ud,b.assert=p,b.autoShowHideTemplates=Og,b.bindKeyDownEvent=f0,b.blockToDoc=CC,b.blockToHtml=W1,b.blockToMarkdown=z0,b.blockToText=j0,b.blocksToDoc=H5,b.clearAllSelection=Pv,b.clientType=xe,b.cloneBlock=sl,b.cloneChildContainer=rC,b.cloneDoc=iC,b.cloneText=fB,b.commentToShareDbComment=jC,b.compareElement=a0,b.comparePosition=m1,b.complexBlockAdjustSelectionPos=k0,b.complexBlockFindNearestChildBlock=u7,b.complexBlockGetAllChildContainers=In,b.complexBlockGetBottomChildContainers=d3,b.complexBlockGetDeepFirstChild=c3,b.complexBlockGetFirstSimpleChild=p1,b.complexBlockGetLastSimpleChild=Pc,b.complexBlockGetSelectedContainers=Nc,b.complexBlockGetTopChildContainers=f3,b.containerToDoc=j5,b.continuousScroll=uv,b.convertBlockFrom=y0,b.convertImageFileToPng=aS,b.convertImageSrcToPng=PY,b.converterIntercept=fg,b.copyBlockAttributes=VB,b.copyResourcesFromDoc=vC,b.createBlockAnchor=Hs,b.createBlockCaretAnchor=m3,b.createBlockContentElement=ca,b.createBlockElement=Iv,b.createBlockSimpleDocRange=F0,b.createBlockSimpleRange=Pe,b.createBoxContentElement=Mv,b.createBoxElement=Dv,b.createBoxOp=uB,b.createChildContainer=n3,b.createComplexBlockPosition=_e,b.createComplexDocPos=pB,b.createComplexDocRange=b8,b.createContainer=hB,b.createContainerElement=Jp,b.createDeleteOps=oB,b.createEditor=Jf,b.createEditorSelectionRange=gn,b.createElement=B,b.createEmptyContainer=Xs,b.createEmptyDoc=qs,b.createEmptyTextBlockData=N0,b.createExpandedRange=o0,b.createIconButton=Zl,b.createImage=Dp,b.createInsertOps=U0,b.createInsertionContentElement=Nv,b.createInsertionElement=Uv,b.createLocalEditor=btt,b.createOnesEditor=Att,b.createRange=Fb,b.createRichText=ga,b.createRootContainer=e3,b.createSimpleBlockPosition=ht,b.createSimpleDocPos=gB,b.createTextBlockData=es,b.createTextButton=wa,b.createTextOp=qr,b.createTextWithReplaceSoftReturn=U1,b.daysAfter=Gp,b.deleteText=N1,b.diffDays=hI,b.disablePageScroll=Hp,b.docToHtml=OB,b.docToHtmlFragment=Hf,b.docToMarkdown=NB,b.docToText=il,b.downloadImageToFile=fS,b.downloadObjectToFile=Ax,b.downloadSvgToString=gS,b.editLink=Td,b.editorAddComment=Eq,b.editorAddTextAttribute=JB,b.editorAutoInsertBlock=$B,b.editorBreakTextBlock=qc,b.editorClearCompositionText=Q1,b.editorClearSelectedContents=Y0,b.editorCopyBlock=xC,b.editorCopyDoc=rm,b.editorDeleteBlock=tC,b.editorDeleteBlockText=J1,b.editorDeleteBlockWithoutChildren=q0,b.editorDeleteChildContainer=A_,b.editorDeleteChildContainers=HB,b.editorFocusToBlock=nC,b.editorFocusToEnd=P_,b.editorGetBlockData=rl,b.editorGetBlockText=Yn,b.editorGetBlockTextEx=V0,b.editorGetBoxData=EB,b.editorHandleKeyboardEvent=ny,b.editorInsertBlock=Wc,b.editorInsertBoxToBlock=FB,b.editorInsertDoc=YB,b.editorInsertDocAt=sC,b.editorInsertText=Y1,b.editorInsertTextToBlock=PB,b.editorInsertTextToBlockEx=X1,b.editorMergeTextBlock=jB,b.editorMoveDown=f5,b.editorMoveEnd=dC,b.editorMoveHome=b5,b.editorMoveLeft=a5,b.editorMoveLineEnd=S5,b.editorMoveLineHome=w5,b.editorMovePageDown=U5,b.editorMovePageUp=M5,b.editorMoveRight=c5,b.editorMoveUp=u5,b.editorMoveWordEnd=E5,b.editorMoveWordLeft=C5,b.editorRangeClearColor=t5,b.editorRangeGetColor=e5,b.editorRangeSetColor=ZB,b.editorRemoveTextAttribute=B_,b.editorReplaceBlockText=Q0,b.editorReplaceContainer=QB,b.editorRunOnce=yC,b.editorSelectAll=mC,b.editorSelectContainer=tm,b.editorSelectDown=d5,b.editorSelectEnd=hC,b.editorSelectHome=v5,b.editorSelectLeft=h5,b.editorSelectLineEnd=R5,b.editorSelectLineHome=k5,b.editorSelectPageDown=P5,b.editorSelectPageUp=N5,b.editorSelectRight=m5,b.editorSelectUp=g5,b.editorSelectWordEnd=x5,b.editorSelectWordLeft=A5,b.editorSetTextColor=Xc,b.editorShowFindDialog=uW,b.editorToDocx=Ett,b.editorUpdateBlockData=J0,b.editorUpdateCompositionText=KB,b.editorUpdateEmbedData=qB,b.enablePageScroll=jp,b.escapeHtmlText=d0,b.escapeRegExp=Yp,b.escapeSpace=q9,b.exclusiveBlock=RA,b.executeBlockCommand=Wv,b.executeEmbedBlockCommand=Gv,b.executeRangeCommand=Ay,b.fileToDataUrl=_c,b.findAfterOffsetNotType=V1,b.findAllText=gC,b.findBlockByIndex=Bv,b.findEventTargetBlock=$b,b.findInsertionById=Ov,b.findNextOffset=V8,b.findNextVisibleSimpleBlock=yy,b.findPrevOffset=K8,b.findPrevOffsetNotType=K1,b.findPrevSimpleBlockBeforeChildContainer=u3,b.findPrevVisibleSimpleBlock=By,b.findTarget=Dc,b.findWordEnd=H1,b.findWordLeft=$1,b.format=Tf,b.formatBytes=fv,b.formatDate=qp,b.fragmentToHtml=sv,b.fromBase64=bf,b.fromBase64ToBlob=Vp,b.fromBase64ToUint8Array=sI,b.fromDocRange=tl,b.fromNowString=Xp,b.genId=it,b.generateEditorContainerId=Qp,b.getAllChildBlocks=x1,b.getAllQuickMenuItems=nA,b.getAllSelectedBlocks=Ji,b.getAttributesAt=$c,b.getBlockBackground=e1,b.getBlockByIndex=Yo,b.getBlockCaretRect=Jo,b.getBlockClass=le,b.getBlockClassByType=oa,b.getBlockClientRects=Ks,b.getBlockCommandsWithHook=a1,b.getBlockContent=zt,b.getBlockHeading=Lf,b.getBlockId=dt,b.getBlockIndex=Rt,b.getBlockInfo=$d,b.getBlockKind=Ci,b.getBlockMinWidth=Kv,b.getBlockNearestRangeFromPoint=E1,b.getBlockOptions=kI,b.getBlockPath=Zo,b.getBlockProperties=Hv,b.getBlockRangeFromPoint=R0,b.getBlockStyles=TI,b.getBlockTextLength=Ct,b.getBlockTools=be,b.getBlockType=Ot,b.getBoxContent=r1,b.getBoxId=_v,b.getBoxTypeFromElement=Sf,b.getChildBlockCount=pi,b.getChildBlocks=ke,b.getChildOffset=el,b.getColorFromAttributes=T1,b.getColorFromContent=b0,b.getComplexBlockClass=Hr,b.getContainerBlockPath=Jv,b.getContainerBlocks=bv,b.getContainerBlocksElement=Rf,b.getContainerById=gi,b.getContainerId=pt,b.getContainerMinWidth=d1,b.getContainerToolsElement=vI,b.getContainerWidth=r3,b.getDistanceSquare=Xo,b.getElementFromPoint=Oe,b.getElementOffset=Ef,b.getElementScale=$r,b.getEmbedType=on,b.getExistsBlockTools=v0,b.getExistsContainerById=kf,b.getFileExt=yf,b.getFirstChildBlock=Ne,b.getFirstClientRect=l0,b.getHeadingBlockChildren=Oc,b.getHeadingMenuOptions=JE,b.getHorizontalPadding=Mp,b.getInsertionContent=i1,b.getLastChildBlock=Ze,b.getLastClientRect=ta,b.getListAllNextBrothers=mu,b.getLogger=D,b.getNextBlock=ae,b.getNextHiddenBlocks=Yv,b.getNextValidOffset=ha,b.getNextVisibleBlock=zr,b.getOffsetFromPoint=_p,b.getOffsetInfoAfter=Kf,b.getOffsetInfoBefore=$0,b.getOpAt=K3,b.getOpLength=w0,b.getParentBlock=et,b.getParentBlockExcludeSelf=aa,b.getParentBox=n1,b.getParentContainer=at,b.getPrevBlock=$e,b.getPrevValidOffset=nl,b.getPrevVisibleBlock=jr,b.getRangeCommands=Cy,b.getReferenceClientRect=rk,b.getRootBlock=l1,b.getScrollContainer=hn,b.getSpecialBlockCommands=jv,b.getStandardEmbedBlockProperties=nx,b.getTextAfterOffset=P8,b.getTextAttributes=q1,b.getTextBeforeOffset=F8,b.getTextBlockChild=_f,b.getTextBlockClass=Tv,b.getTextBlockContentChildTextLength=Wr,b.getTextBlockContentChildType=Qv,b.getTextBlockContentChildren=Yi,b.getTextLength=Vn,b.getTextOpLength=b1,b.getTextWidth=p0,b.getToolbar=jm,b.handleBlockElementUpdated=Vv,b.hasAltOnly=tI,b.hasClass=Mt,b.hasCtrlOrCmd=tv,b.hasCtrlOrCmdOnly=Z9,b.hashCode=Ev,b.hideBlock=Lv,b.hideTemplates=lS,b.htmlToFragment=g0,b.i18n=_,b.includeBigTable=uN,b.injectDocToHtmlFragment=Xf,b.injectStyle=zb,b.inputActions=iM,b.insertEmptyBlock=SI,b.insertEmptyEmbedBlock=c1,b.insertText=Ws,b.intersectionCommands=NM,b.isBackspace=nv,b.isBlock=la,b.isBlockLocked=gg,b.isBlockLockedByOthers=SA,b.isBlockLockedBySelf=Hd,b.isBlockTools=Sv,b.isBox=B0,b.isBoxOp=js,b.isCJK=Jb,b.isChildContainer=mi,b.isChildNode=Ce,b.isCodeBlock=_i,b.isCollapsedHeadingBlock=Xi,b.isCollapsedRange=x8,b.isComplexBlockPosition=fa,b.isComplexKindBlock=Pt,b.isContainer=Ps,b.isContainerSelectedAllChildBlocks=F5,b.isControlEvent=ia,b.isDelete=nI,b.isDraggingFiles=C0,b.isElementVisible=u0,b.isEmbedBlock=Le,b.isEmptyContainer=Mf,b.isEmptyDoc=P1,b.isEmptyTextBlock=ve,b.isEmptyTextBlockWithoutCompositionText=Md,b.isEnterOnly=ev,b.isEscape=m0,b.isExclusiveBlock=Vd,b.isExpandedHeadingBlock=Xv,b.isFirefox=pf,b.isFirstChildBlockInComplexBlock=c7,b.isHeadingBlock=Ln,b.isHighSurrogate=j9,b.isInBlock=s1,b.isInBlockTools=Uc,b.isLetter=Qb,b.isLowSurrogate=z9,b.isMatchShortcut=Wi,b.isMoveForward=Q9,b.isNavigationEvent=Y9,b.isNavigationKey=Zb,b.isNodeRemoved=Cf,b.isNumber=Yb,b.isPrintableKey=Fp,b.isRootBlock=Gr,b.isRootContainer=re,b.isSafari=Jl,b.isSameDay=Wp,b.isSelectBoxOnly=Ii,b.isShiftEnter=eI,b.isShiftTab=iI,b.isShortcutEvent=J9,b.isSimpleBlock=yI,b.isSimpleBlockPosition=xi,b.isSimplePos=mB,b.isSimpleRange=P0,b.isSpace=h0,b.isTab=rI,b.isTextBlockContentBoxChild=Br,b.isTextBlockContentChild=If,b.isTextBlockContentInsertionChild=$s,b.isTextBlockContentTextChild=Df,b.isTextKindBlock=ot,b.isTextKindBlockType=wf,b.isTitleBlock=Fs,b.isToday=dv,b.isValidOffset=or,b.isVisibleBlock=Qo,b.isYesterday=hv,b.loadJs=Vb,b.loadJsPromise=ea,b.lockers=hi,b.mergeCommands=Hm,b.mergeDocs=pa,b.mergeOps=O1,b.mergeText=p8,b.multiSplitText=$3,b.overflowText=mv,b.parseShortcut=rv,b.patchNode=vf,b.pointInRect=ra,b.rangeAddAttribute=Nf,b.rangeGetTextColor=X3,b.rangeRemoveAttribute=Vc,b.rangeSetTextColor=G3,b.rangeTransformText=j3,b.registerDragDrop=Np,b.removeAttribute=y1,b.removeClass=ct,b.removeLastBr=d8,b.removePlaceholderFromBlock=wR,b.removeStyle=jb,b.replaceAll=mI,b.replaceAllCaseInsensitive=gI,b.replaceAllText=V5,b.replaceText=O0,b.requestDownload=E0,b.resetListStart=pu,b.scrollIntoView=$f,b.scrollable=cv,b.selectFile=Mc,b.selectedBlockToDoc=em,b.selectionToDoc=Yc,b.setAttributes=c0,b.setClipboardData=Bf,b.setClipboardDataByEvent=aI,b.setColorToAttributes=W3,b.setDataset=Up,b.setDefaultCursor=xf,b.setStyles=Op,b.shareDBCommentToDocObject=HC,b.shareDBDocCommentToComment=iT,b.shortcutToDisplayText=dn,b.showBlock=t1,b.showDocVersions=vtt,b.showTemplates=mx,b.splitText=sr,b.splitToThree=pn,b.stringToDataUrl=$p,b.stringToObjectUrl=zp,b.subText=H3,b.textNodeOffsetFromPoint=Kb,b.titleFromEditor=uS,b.toBase64URL=qi,b.toMindmap=Ym,b.toPlainText=Re,b.toPlainTextKeepLength=F1,b.trimChar=Pp,b.unexclusiveBlock=wA,b.unicodeLength=G9,b.unicodeSubstr=W9,b.updateBlockSelection=Fv,b.updateOpAttributes=dB,b.updateTextBlockContent=N8,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 NJ={embedType:"plantuml",convertFrom:MJ,handleUpdateBlock:_J,createEmbedContent:DJ,getBlockProperties:UJ,convertTo:OJ},Hat="",PJ="hr",FJ={dividingLine:{type:"\u5206\u5272\u7EBF",abstract:"\u5206\u5272\u7EBF"}},KJ={dividingLine:{type:"Dividing-Line",abstract:"Dividing-Line"}},VJ={dividingLine:{type:"\u533A\u5207\u308A\u7DDA",abstract:"\u533A\u5207\u308A\u7DDA"}};_.mergeLang({"zh-CN":FJ,"en-US":KJ,"ja-JP":VJ});function $J(n,t){const e=B("div",["editor-embed-container"],t);B("hr",["editor-embed-hr"],e)}function HJ(n,t,e,r){return r==="html"?"<hr />":r==="markdown"?"---":"------------"}function jJ(){return{name:"hr",insertEmbedCommandItems:[{id:"insert-hr",name:_.t("dividingLine.type"),icon:KT,order:500,group:"common",subText:Qn("insert-hr")}],handleInsertEmptyEmbed:async(n,t)=>{const{containerId:e,blockIndex:r}=t;return n.insertEmbed(e,r,PJ,{})}}}function zJ(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 GJ(){return{abstract:_.t("dividingLine.abstract")}}const WJ={embedType:"hr",createEmbedContent:$J,convertTo:HJ,getOptions:jJ,convertFrom:zJ,getBlockProperties:GJ},jat="",zat="",qJ={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"}}},XJ={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"}}},YJ={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":qJ,"en-US":XJ,"ja-JP":YJ});var Oi=(n=>(n.AUDIO="audio",n.VIDEO="video",n))(Oi||{}),oh=(n=>(n.Empty="empty",n.Progress="progress",n.Error="error",n))(oh||{});const SS=10*1024*1024,QJ=["wav","mp3","aac","ogg","webm","flac"],JJ=["ogg","mp4","webm"],ZJ=()=>{};function LS(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:QJ,o=(E=e==null?void 0:e.video)!=null?E:JJ,l=(A=r==null?void 0:r.audio)!=null?A:SS,c=(v=r==null?void 0:r.video)!=null?v:SS,d=(S=i==null?void 0:i.onError)!=null?S:ZJ;return{allowedMedias:{audio:s,video:o},maxSize:{audio:l,video:c},callbacks:{onError:d}}}function tZ(n,t){const e=s=>s.map(o=>`.${o}`).join(","),{allowedMedias:r}=LS(n),i=r[t];return i?e(i):"*"}function eZ(n,t,e){const{maxSize:r,callbacks:i,allowedMedias:s}=LS(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=yf(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 nZ(n){return n===oh.Empty||n===oh.Error}const En=D("media");class rZ 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",dt(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=At.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),nZ(i)?i===oh.Empty&&this.renderEmpty(e):this.renderMediaElement(e,r)}setAbstract(e){this.abstract=e}}D("media-embed");const iZ="left";class IS{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=tZ(t,this.embedType);if(s=s!=null?s:await Mc(o,{}),!s)return null;const{mediaType:l}=this.getAbstract();try{eZ(s,t,l)}catch{return null}const c={id:it(),type:"embed",embedType:this.embedType,embedData:{src:oh.Empty}};l==="video"&&(c.align=iZ);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 rZ({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"?`![${s.src}](${o})`:o}}function DS(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 _S(n,t){const e=n.querySelector(".uploading-progress-bar-value");e&&(e.style.width=`${t}%`)}const sZ=D("media-audio");class oZ extends IS{constructor(){super(...arguments);m(this,"embedType",Oi.AUDIO);m(this,"updateProgressElement",_S);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:NT,mediaName:_.t(`media.${Oi.AUDIO}.menuItem`),menuItem:_.t(`media.${Oi.AUDIO}.menuItem`),order:800,mediaType:Oi.AUDIO,group:"common"}}getBlockProperties(){return{abstract:`${_.t(`media.${Oi.AUDIO}.abstract`)}`}}updateMediaElement(e,r,i,s){const o=r.querySelector(":scope .audio-container > audio");return p(sZ,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",DS(e,r)}}const lZ=new oZ;D("video-resizer");function MS(n){return n&&Le(n)&&on(n)==="video"}const aZ=50;class yx{constructor(t){m(this,"currentResizableElement",null);m(this,"resizing",!1);m(this,"handleHoveringBlockChange",(t,e)=>{if(!this.resizing&&!window.isDragging&&(e&&MS(e)&&this.disableBlockResize(e),t&&MS(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,aZ),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,ze.get(t).addListener("change",this.handleHoveringBlockChange)}destroy(){this.currentResizableElement=null,ze.get(this.editor).removeListener("change",this.handleHoveringBlockChange)}getVideoElement(t){return zt(t).querySelector(":scope .video-container > video")}updateResizer(t){const e=this.editor.findCustom(`${dt(t)}-resizer`);e&&e.updateResizer()}disableBlockResize(t){const e=this.editor.findCustom(`${dt(t)}-resizer`);e&&e.disableResize()}enableBlockResize(t,e){const r=this.editor.addCustom(`${dt(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 cZ=D("video");class uZ extends IS{constructor(){super(...arguments);m(this,"embedType",Oi.VIDEO);m(this,"updateProgressElement",_S);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 yx(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,DS(e,r),_c(i).then(o=>{const l=e.querySelector(".progress-video");l&&s1(e)&&(l.src=o)})})}getAbstract(){return{mediaName:_.t(`media.${Oi.VIDEO}.menuItem`),mediaIcon:PT,menuItem:_.t(`media.${Oi.VIDEO}.menuItem`),order:700,mediaType:Oi.VIDEO,group:"common"}}getBlockProperties(){return{abstract:`${_.t(`media.${Oi.VIDEO}.abstract`)}`}}handleMediaError(e,r,i){const s=e.addCustom("video-resizer",()=>new yx(e)),o=e.getBlockById(i);s.disableBlockResize(o)}updateMediaElement(e,r,i,s){const o=r.querySelector(":scope .video-container > video");p(cZ,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 yx(e)).updateResizer(l)}),o}}const fZ=new uZ,US=[aA,pA,CA,wk],Tx=[yS,dQ,xJ,SJ,NJ,wK,WJ,fZ,lZ,yz,eS,sX],OS=[Kk,iS,R4];function dZ(n,t,e){var i,s,o,l;di.level=(i=e.logLevel)!=null?i:qo.DEBUG;const r=Jf(n,t,{components:{blocks:[...US,...((s=e==null?void 0:e.components)==null?void 0:s.blocks)||[]],embeds:[...Tx,...((o=e.components)==null?void 0:o.embeds)||[]],boxes:[...OS,...((l=e.components)==null?void 0:l.boxes)||[]],textRenders:[new zE],options:{...e.componentsOptions}}});return r.readonly=!0,r.addCustom("heading-collapse",()=>new cx(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 NS{constructor(t){this.createOptions=t,t.lang&&_.setLang(t.lang)}createHistoryEditor(t,e){return dZ(t,e,this.createOptions)}}function PS(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=Jf(t,e,{shortcuts:[im],components:{blocks:o,commandProviders:[new Nm],decorators:[new ug],embeds:l,boxes:c,options:s}});if(d.input.addHandler(new dg),d.input.addHandler(new OA(d)),d.input.addHandler(new $A(d)),d.input.addHandler(new gq(d)),d.input.addHandler(new pg),d.addCustom("image-paste-handler",()=>new UA(d)),xe.isMobile||d.addCustom("editor-tooltip",()=>new Sd(d)),n.options.enableContextMenu!==!1&&d.addCustom("editor-context-menu",E=>new zA(E)),(h=n.options.componentsOptions)!=null&&h.mention){const E=n.options.componentsOptions.mention;d.addCustom("mention",()=>new rS(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 hZ(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=>{pq(n,i,t)})}class mZ{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&&hZ(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 PS(this.editor,{root:t,childDoc:e,doc:this.doc})}allowEdit(t){return t.userId===this.doc.getUser().userId}}class gZ{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 PS(this.editor,{root:t,childDoc:e,doc:this.localDoc})}allowEdit(t){return t.userId===this.localDoc.getUser().userId}}const pZ={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"}},CZ={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"}},EZ={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":pZ,"en-US":CZ,"ja-JP":EZ});const AZ="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",xZ=()=>Vp(AZ),bZ=D("image-to-docx");async function vZ(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 FS(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 vZ(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){bZ.error(e);return}}function BZ(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 yZ(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 KS(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 TZ(){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 kZ(){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 RZ(){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 wZ=[{levels:KS(),reference:"number-numbering-reference"},{levels:TZ(),reference:"number-bullet-reference"},{levels:kZ(),reference:"checked-bullet-reference"},{levels:RZ(),reference:"unchecked-bullet-reference"}];function SZ(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 LZ(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 IZ(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 DZ=/rgb\((\d+),\s*(\d+),\s*(\d+)\)/;function VS(n){if(typeof n=="string"&&n.length>0){if(n[0]==="#")return n.substring(1);const t=n.match(DZ);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 $S(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 kx(n){return n==="image"||n==="drawio"||n==="plantuml"||n==="mermaid"||n==="flowchart"}function HS(n){return n&&n.startsWith("//")?`https:${n}`:n&&!n.startsWith("http://")&&!n.startsWith("https://")?`https://${n}`:n}function _Z(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 MZ(n,t){if(t==null)return n==null?void 0:n.normal;if(n)return n[`heading${t}`]}function UZ(n){const t=`${Mn(n,"inline-style-font-size")}`;if(t&&t.indexOf("px")>0)return+t.replace(/px/g,"")}function OZ(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 NZ(n){if(n.attributes&&n.attributes.box&&n.attributes.text)return` @${n.attributes.text} `}function PZ(n){return Mn(n,"inline-style-font-family")}function FZ(n){const t=Mn(n,"inline-style-background-color");return VS(t)}function KZ(n){const t=Mn(n,"inline-style-color");return VS(t)}function VZ(n){_Z(n);const t=Mn(n,"type")==="mention";return{box:n.attributes&&n.attributes.box?n.attributes:void 0,inlineCode:!!Mn(n,"style-code"),link:HS(Mn(n,"link")),size:UZ(n),text:t?NZ(n):OZ(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:PZ(n),background:FZ(n),color:t?"338fe5":SZ($S(n,"style-color-",6))||KZ(n),highlight:$S(n,"style-bg-color-",13)}}function $Z(){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 HZ(){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 jZ(){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 zZ(n,t){return new Bt.Paragraph({children:[new Bt.ExternalHyperlink({children:[new Bt.TextRun({style:"Hyperlink",text:t||n})],link:n})]})}function jS(n){if(n.heading!=null)return`Heading${n.heading}`}function zS(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 GZ(n){if(n.indent)return{left:Bt.convertInchesToTwip(.3*n.indent-.2)};if(n.padding)return{left:Bt.convertInchesToTwip(.3*n.padding)}}function WZ(n){return{type:Bt.ShadingType.CLEAR,color:"FFFFFF",fill:n}}function qZ(n){const t=n.split(",");if(t.length!==0)return t[0].trim()}function GS(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?qZ(n.fontFamily):void 0,shading:n.background?WZ(n.background):void 0,color:n.color,highlight:LZ(n.highlight)})}function XZ(n,t){if(n.link)return new Bt.ExternalHyperlink({children:[GS(n,t)],link:n.link})}async function WS(n,t,e,r,i){const[s]=await i(n,t,e);if(s==null)return;const o=await FS({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 YZ(n){if(n.heading||n.heading)return n.heading}function QZ(n){if(n.align&&(n.align==="center"||n.align==="right"||n.align==="left"))return n.align}function JZ(n){if(n.textOnly===!0&&n.level!=null)return n.level}async function ZZ(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(VZ(s))}return e}}function ttt(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 ett(n,t){if(n.type==="embed"&&n.embedType&&kx(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 ntt(n){if(n.padding)return n.padding}function rtt(n){return!!(n.type==="embed"&&n.embedType&&kx(n.embedType)&&n.embedData&&n.embedData.src)}async function Kg(n,t,e){return{quoted:!!n.quoted,heading:YZ(n),alignment:QZ(n),indent:JZ(n),padding:ntt(n),texts:await ZZ(n,e),list:ttt(n),images:ett(n,t),border:rtt(n)}}async function itt(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 stt=D("to-docx");function ott(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 ltt(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 att(n){p(stt,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=ott(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=IZ(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 ltt(n,t,e,i),i}async function ctt(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 itt(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(kx(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(HS(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=att(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 utt(){return{listMaxInst:1,listInstMap:{},listRefMap:{},levelConfigs:[]}}const ftt=D("to-docx");class dtt{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:jS(t),alignment:zS(t),children:await this.paragraphsFromBlockTexts(t),indent:GZ(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=MZ(this.defaultFontSize,t.heading),r=[];for(const i of t.texts){if(i.link){const s=XZ(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 WS(this.appId,this.docId,i.box.src,i.box.width,this.readImageFunc);s&&r.push(s);continue}if(i.math){const s=await WS(this.appId,this.docId,i.math,0,this.readImageFunc);s&&r.push(s);continue}r.push(GS(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=KS([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=jS(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 FS(c,d);if(C)return C}i.push(h)}));yZ(s,r,t.embedData);const o=BZ(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:zS(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(){$Z().forEach(t=>this.paragraphs.push(t))}addEmptyParagraph(){this.paragraphs.push(new Bt.Paragraph(""))}addVideoPlaceholder(){this.paragraphs.push(HZ())}addAudioPlaceholder(){this.paragraphs.push(jZ())}addHyperlinkParagraph(t,e){t!=null&&this.paragraphs.push(zZ(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 htt{constructor(t,e,r,i,s,o,l,c){m(this,"convertBlocks",async(t,e,r,i,s,o,l=720)=>{const c=new dtt(i,s,o,this.readImage,this.convertBlocks,this.defaultFontSize);return await ctt(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(ftt,o,"data must have blocks");const l=utt(),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:[...wZ,...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 mtt=D("editor-to-docx");async function gtt(n,t,e,r){const i=n.doc.buildResourceUrl(r,{withToken:!0});let s=await fS(i);if(!s)return[void 0,i];if(s.type.indexOf("/svg")!==-1){const l=await aS(s);l&&(s=new File([l],s.name))}return[await s.arrayBuffer(),i]}async function ptt(n,t,e){const r=n.editorBlocks.getBlockClass(e.type);if(r.toStandardDoc)try{return await r.toStandardDoc(n,e,t)}catch(i){mtt.error(`toStandardDoc error: ${JSON.stringify(i)}`);return}}async function Ctt(n,t){const e=t.attributes,r=n.editorBoxes.getBoxClass(e.type);if(r.toStandardText)return r.toStandardText(n,e)}async function Ett(n,t){let{template:e,download:r,backgroundImageOptions:i}=t!=null?t:{};e||(e=xZ());const s=n.doc.toJSON(),o=(C,E,A)=>gtt(n,C,E,A),l=async(C,E,A)=>ptt(n,s,A),c=async C=>Ctt(n,C),h=await new htt(e,s,e0.default,o,void 0,l,c,i).convert("_appId","_docId");if(r){const C=URL.createObjectURL(h),E=document.createElement("a");E.setAttribute("download",`${uS(n)}.docx`),E.setAttribute("href",`${C}`),E.click(),E.remove()}return h}const Rx=D("create-editor");async function Att(n,t){var o,l,c,d,h,C,E,A,v,S,w,O,M,V,nt,Y;p(Rx,n,"app does not exists"),t.lang&&_.setLang(t.lang),di.level=(o=t.logLevel)!=null?o:qo.DEBUG;const e=t.onReauth?async()=>{var bt;const X=t.user.userId,ut=t.docId,xt=await((bt=t.onReauth)==null?void 0:bt.call(t,X,ut,t.permission));return{userId:X,docId:ut,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 dd.load(r),s=Jf(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:[...US,...((l=t==null?void 0:t.components)==null?void 0:l.blocks)||[]],embeds:[...Tx,...((c=t.components)==null?void 0:c.embeds)||[]],boxes:[...OS,...((d=t.components)==null?void 0:d.boxes)||[]],commandProviders:[new Nm,...((h=t.components)==null?void 0:h.commandProviders)||[]],decorators:[new ug,new zC],insertions:[j1],blockHooks:[new LA,new nw,...((C=t.components)==null?void 0:C.blockHooks)||[]],textRenders:[new A4,new zE,...((E=t.components)==null?void 0:E.textRenders)||[]],options:{...t.componentsOptions}},shortcuts:[Rq,nH,mz,cA,zw,hF,rA,fX,im,oF,...t.shortcuts||[]],colors:["#0064FF","#EB3723","#F59300","#00A865","#F25A0A","#70A310","#009CAD","#0990D9","#8851ED","#D62069"]});if(s.editorCommandProviders.registerCommandProvider(new ms(s)),s.input.addHandler(new tY),s.input.addHandler(new dg),s.input.addHandler(new _K),s.input.addHandler(new oz),s.input.addHandler(new EA(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 OA(s)),s.input.addHandler(new $A(s)),s.input.addHandler(new pg),s.input.addHandler(new Rk),s.doc.registerCallback(new eY(s)),s.addCustom("remote-cursor",()=>new oT(s)),s.addCustom("block-menu",X=>new sw(X)),xe.isMobile||s.addCustom("editor-tooltip",()=>new Sd(s)),t!=null&&t.enableComments&&s.addCustom("editor-comments",X=>new E4(X,new mZ(X))),t.enableContextMenu!==!1&&s.addCustom("editor-context-menu",X=>new zA(X)),s.addCustom("create-options",()=>new Lb(s,t)),s.addCustom("drop-target",()=>new Wd(s)),s.addCustom("list-to-mindmap",()=>new Jm(s)),s.addCustom("list-to-mention",()=>new vY(s)),s.addCustom("mobile-helper",()=>new jY(s)),s.addCustom("code-caret",()=>new J$(s)),s.addCustom("image-paste-handler",()=>new UA(s)),(S=t.componentsOptions)!=null&&S.mention){const X=t.componentsOptions.mention;s.addCustom("mention",()=>new rS(s,X))}if(s.addCustom("heading-collapse",()=>new cx(s)),s.addCustom(Ng,X=>new px(X)),Au.register(s),Wd.register(s),Sl.register(s),Bl.register(s),s.addListener("clickLink",(X,ut,xt)=>{var wt;if((wt=t==null?void 0:t.events)!=null&&wt.onClickLink){t.events.onClickLink(X,ut,xt);return}const bt=xt.getAttribute("link");bt&&(X.readonly||ut.ctrlKey||ut.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",ut=>{X(s,ut)})}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"){Rx.error(`reset doc: ${X.message}`);const ut=await dd.load(r);s.doc.reset(ut)}}}),s.version="1.1.23-beta.4",di.level===qo.DEBUG&&(window.setReauthFail=X=>{window.isReauthError=X},window.reConnect=X=>s.doc.externalDoc.client.connection.reConnect(X)),s}function xtt(n){return n.toJSON!==void 0}async function btt(n,t,e){var s,o,l,c,d,h,C,E;p(Rx,n,"app does not exists");const r=xtt(t)?t:new BC(t,{serverUrl:e.serverUrl||""});e.lang&&_.setLang(e.lang),di.level=(s=e.logLevel)!=null?s:qo.DEBUG;const i=Jf(n,r,{id:e.id,scrollContainer:e==null?void 0:e.scrollContainer,components:{blocks:[aA,pA,CA,wk,...(l=(o=e.components)==null?void 0:o.blocks)!=null?l:[]],commandProviders:[new Nm],decorators:[new ug,new zC],embeds:[...Tx,...((c=e.components)==null?void 0:c.embeds)||[]],boxes:[Kk,iS,R4,...((d=e.components)==null?void 0:d.boxes)||[]],insertions:[j1],blockHooks:[new LA,...((h=e.components)==null?void 0:h.blockHooks)||[]],textRenders:[new A4,new zE,...((C=e.components)==null?void 0:C.textRenders)||[]],options:{...e.componentsOptions}},shortcuts:[cA,zw,rA,im]});return i.editorCommandProviders.registerCommandProvider(new ms(i)),i.input.addHandler(new dg),i.input.addHandler(new EA(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 OA(i)),i.input.addHandler(new $A(i)),i.input.addHandler(new pg),i.input.addHandler(new Rk),i.addCustom("block-menu",A=>new sw(A)),xe.isMobile||i.addCustom("editor-tooltip",()=>new Sd(i)),i.addCustom("image-paste-handler",()=>new UA(i)),e!=null&&e.enableComments&&i.addCustom("editor-comments",A=>new E4(A,new gZ(A,r))),e.enableContextMenu!==!1&&i.addCustom("editor-context-menu",A=>new zA(A)),i.addCustom("heading-collapse",()=>new cx(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 px(A)),Au.register(i),i.version="1.1.23-beta.4",i}async function vtt(n,t,e){var h;const r=n.doc.externalDoc.client.auth,i=await pm.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 NS(l),d=n.addCustom("version-dialog",()=>new H4(i,c));return d.show(t),d}b.tippy=r9,b.AnchorBox=TB,b.AuthError=ud,b.AuthHeader=Aa,b.AutoScroll=A0,b.BaseURLHeader=eu,b.BasicCommands=eK,b.BlockExclusiveHook=nw,b.BlockLockerHook=LA,b.BlockLockerPasteHandler=pg,b.BlockResizer=Nd,b.BrBox=bB,b.CodeBlock=pA,b.CodeLineBlock=CA,b.CodeTextDecorator=ug,b.DOC_RE_AUTH_KEYS=Ng,b.DefaultShortcuts=im,b.DocIdError=qU,b.DocReAuthCallbacks=px,b.DragDrop=qb,b.DrawioEmbed=yS,b.EditorBlocks=i3,b.EditorBoxes=BB,b.EditorCommandProviders=xy,b.EditorComplexBlockPosition=Ai,b.EditorComplexSelectionRange=Qi,b.EditorDecorators=SB,b.EditorEmbeds=o3,b.EditorInsertions=wB,b.EditorSimpleBlockPosition=mn,b.EditorSimpleSelectionRange=bn,b.EmbedBlock=a3,b.EmbedBlockResizer=eh,b.EnforceWithDocumentTitleHandler=EA,b.EventCallbacks=Lc,b.FILL_CHAR=E8,b.FileExtError=XU,b.GroupOrder=Dk,b.HeadingBlockScrollListener=gY,b.ImageBox=yB,b.InlineBoxCommandProvider=Gk,b.InputtingInsertion=kB,b.LocalDoc=BC,b.LogLevel=qo,b.Logger=di,b.MIN_DISTANCE_THRESHOLD=Gb,b.ManualCloseDialog=md,b.ManualMenu=dl,b.ManualToolbar=hd,b.MarkdownInputHandler=dg,b.MaxUserError=OC,b.Mindmap=Qm,b.OnesEditorAutoSuggest=dE,b.OnesEditorCustomDataWrapper=Lb,b.OnesEditorExclusiveBlock=Bl,b.OnesEditorHoveringBlock=ze,b.OnesEditorIcons=MO,b.OnesEditorQuickMenu=ig,b.OnesEditorToc=sh,b.OnesEditorTocProvider=Sl,b.OnesEditorToolbar=Au,b.OnesEditorTooltip=Sd,b.OnesEditorVersionsDialog=H4,b.PermissionError=gm,b.Popup=su,b.ReAuthToolbar=dS,b.RemoteCarets=oT,b.RemoteCaretsDecorator=zC,b.RemoteCaretsInsertion=j1,b.RemoteUsers=Zf,b.RequestReloadError=fd,b.RichText=$n,b.ShareDBDoc=dd,b.ShareDBDocVersionsProvider=NS,b.ShareDBServer=pm,b.SimpleCache=Pb,b.StandardEmbedBlockCommands=ex,b.TEXT_STYLE_BACKGROUND_COLOR_PREFIX=B1,b.TEXT_STYLE_COLOR_PREFIX=v1,b.TableBlock=aA,b.TableBlockCommandProvider=Nm,b.TableShortcuts=cA,b.TextBlock=lr,b.TextBox=xB,b.TextColorItem=y2,b.TextStyleShortcuts=rA,b.TocEmbed=eS,b.ZERO_WIDTH_SPACE_CHAR=Af,b.abbreviation=x0,b.addAttribute=S0,b.addClass=q,b.addCommentToBlock=th,b.addDays=dI,b.addMetaToDoc=Yf,b.addMonths=fI,b.animateScrollTo=na,b.applyPlaceholderToBlock=Ud,b.assert=p,b.autoShowHideTemplates=Og,b.bindKeyDownEvent=f0,b.blockToDoc=CC,b.blockToHtml=W1,b.blockToMarkdown=z0,b.blockToText=j0,b.blocksToDoc=H5,b.clearAllSelection=Pv,b.clientType=xe,b.cloneBlock=sl,b.cloneChildContainer=rC,b.cloneDoc=iC,b.cloneText=fB,b.commentToShareDbComment=jC,b.compareElement=a0,b.comparePosition=m1,b.complexBlockAdjustSelectionPos=k0,b.complexBlockFindNearestChildBlock=u7,b.complexBlockGetAllChildContainers=In,b.complexBlockGetBottomChildContainers=d3,b.complexBlockGetDeepFirstChild=c3,b.complexBlockGetFirstSimpleChild=p1,b.complexBlockGetLastSimpleChild=Pc,b.complexBlockGetSelectedContainers=Nc,b.complexBlockGetTopChildContainers=f3,b.containerToDoc=j5,b.continuousScroll=uv,b.convertBlockFrom=y0,b.convertImageFileToPng=aS,b.convertImageSrcToPng=PY,b.converterIntercept=fg,b.copyBlockAttributes=VB,b.copyResourcesFromDoc=vC,b.createBlockAnchor=Hs,b.createBlockCaretAnchor=m3,b.createBlockContentElement=ca,b.createBlockElement=Iv,b.createBlockSimpleDocRange=F0,b.createBlockSimpleRange=Pe,b.createBoxContentElement=Mv,b.createBoxElement=Dv,b.createBoxOp=uB,b.createChildContainer=n3,b.createComplexBlockPosition=_e,b.createComplexDocPos=pB,b.createComplexDocRange=b8,b.createContainer=hB,b.createContainerElement=Jp,b.createDeleteOps=oB,b.createEditor=Jf,b.createEditorSelectionRange=gn,b.createElement=B,b.createEmptyContainer=Xs,b.createEmptyDoc=qs,b.createEmptyTextBlockData=N0,b.createExpandedRange=o0,b.createIconButton=Zl,b.createImage=Dp,b.createInsertOps=U0,b.createInsertionContentElement=Nv,b.createInsertionElement=Uv,b.createLocalEditor=btt,b.createOnesEditor=Att,b.createRange=Fb,b.createRichText=ga,b.createRootContainer=e3,b.createSimpleBlockPosition=ht,b.createSimpleDocPos=gB,b.createTextBlockData=es,b.createTextButton=wa,b.createTextOp=qr,b.createTextWithReplaceSoftReturn=U1,b.daysAfter=Gp,b.deleteText=N1,b.diffDays=hI,b.disablePageScroll=Hp,b.docToHtml=OB,b.docToHtmlFragment=Hf,b.docToMarkdown=NB,b.docToText=il,b.downloadImageToFile=fS,b.downloadObjectToFile=Ax,b.downloadSvgToString=gS,b.editLink=Td,b.editorAddComment=Eq,b.editorAddTextAttribute=JB,b.editorAutoInsertBlock=$B,b.editorBreakTextBlock=qc,b.editorClearCompositionText=Q1,b.editorClearSelectedContents=Y0,b.editorCopyBlock=xC,b.editorCopyDoc=rm,b.editorDeleteBlock=tC,b.editorDeleteBlockText=J1,b.editorDeleteBlockWithoutChildren=q0,b.editorDeleteChildContainer=A_,b.editorDeleteChildContainers=HB,b.editorFocusToBlock=nC,b.editorFocusToEnd=P_,b.editorGetBlockData=rl,b.editorGetBlockText=Yn,b.editorGetBlockTextEx=V0,b.editorGetBoxData=EB,b.editorHandleKeyboardEvent=ny,b.editorInsertBlock=Wc,b.editorInsertBoxToBlock=FB,b.editorInsertDoc=YB,b.editorInsertDocAt=sC,b.editorInsertText=Y1,b.editorInsertTextToBlock=PB,b.editorInsertTextToBlockEx=X1,b.editorMergeTextBlock=jB,b.editorMoveDown=f5,b.editorMoveEnd=dC,b.editorMoveHome=b5,b.editorMoveLeft=a5,b.editorMoveLineEnd=S5,b.editorMoveLineHome=w5,b.editorMovePageDown=U5,b.editorMovePageUp=M5,b.editorMoveRight=c5,b.editorMoveUp=u5,b.editorMoveWordEnd=E5,b.editorMoveWordLeft=C5,b.editorRangeClearColor=t5,b.editorRangeGetColor=e5,b.editorRangeSetColor=ZB,b.editorRemoveTextAttribute=B_,b.editorReplaceBlockText=Q0,b.editorReplaceContainer=QB,b.editorRunOnce=yC,b.editorSelectAll=mC,b.editorSelectContainer=tm,b.editorSelectDown=d5,b.editorSelectEnd=hC,b.editorSelectHome=v5,b.editorSelectLeft=h5,b.editorSelectLineEnd=R5,b.editorSelectLineHome=k5,b.editorSelectPageDown=P5,b.editorSelectPageUp=N5,b.editorSelectRight=m5,b.editorSelectUp=g5,b.editorSelectWordEnd=x5,b.editorSelectWordLeft=A5,b.editorSetTextColor=Xc,b.editorShowFindDialog=uW,b.editorToDocx=Ett,b.editorUpdateBlockData=J0,b.editorUpdateCompositionText=KB,b.editorUpdateEmbedData=qB,b.enablePageScroll=jp,b.escapeHtmlText=d0,b.escapeRegExp=Yp,b.escapeSpace=q9,b.exclusiveBlock=RA,b.executeBlockCommand=Wv,b.executeEmbedBlockCommand=Gv,b.executeRangeCommand=Ay,b.fileToDataUrl=_c,b.findAfterOffsetNotType=V1,b.findAllText=gC,b.findBlockByIndex=Bv,b.findEventTargetBlock=$b,b.findInsertionById=Ov,b.findNextOffset=V8,b.findNextVisibleSimpleBlock=yy,b.findPrevOffset=K8,b.findPrevOffsetNotType=K1,b.findPrevSimpleBlockBeforeChildContainer=u3,b.findPrevVisibleSimpleBlock=By,b.findTarget=Dc,b.findWordEnd=H1,b.findWordLeft=$1,b.format=Tf,b.formatBytes=fv,b.formatDate=qp,b.fragmentToHtml=sv,b.fromBase64=bf,b.fromBase64ToBlob=Vp,b.fromBase64ToUint8Array=sI,b.fromDocRange=tl,b.fromNowString=Xp,b.genId=it,b.generateEditorContainerId=Qp,b.getAllChildBlocks=x1,b.getAllQuickMenuItems=nA,b.getAllSelectedBlocks=Ji,b.getAttributesAt=$c,b.getBlockBackground=e1,b.getBlockByIndex=Yo,b.getBlockCaretRect=Jo,b.getBlockClass=le,b.getBlockClassByType=oa,b.getBlockClientRects=Ks,b.getBlockCommandsWithHook=a1,b.getBlockContent=zt,b.getBlockHeading=Lf,b.getBlockId=dt,b.getBlockIndex=Rt,b.getBlockInfo=$d,b.getBlockKind=Ci,b.getBlockMinWidth=Kv,b.getBlockNearestRangeFromPoint=E1,b.getBlockOptions=kI,b.getBlockPath=Zo,b.getBlockProperties=Hv,b.getBlockRangeFromPoint=R0,b.getBlockStyles=TI,b.getBlockTextLength=Ct,b.getBlockTools=be,b.getBlockType=Ot,b.getBoxContent=r1,b.getBoxId=_v,b.getBoxTypeFromElement=Sf,b.getChildBlockCount=pi,b.getChildBlocks=ke,b.getChildOffset=el,b.getColorFromAttributes=T1,b.getColorFromContent=b0,b.getComplexBlockClass=Hr,b.getContainerBlockPath=Jv,b.getContainerBlocks=bv,b.getContainerBlocksElement=Rf,b.getContainerById=gi,b.getContainerId=pt,b.getContainerMinWidth=d1,b.getContainerToolsElement=vI,b.getContainerWidth=r3,b.getDistanceSquare=Xo,b.getElementFromPoint=Oe,b.getElementOffset=Ef,b.getElementScale=$r,b.getEmbedType=on,b.getExistsBlockTools=v0,b.getExistsContainerById=kf,b.getFileExt=yf,b.getFirstChildBlock=Ne,b.getFirstClientRect=l0,b.getHeadingBlockChildren=Oc,b.getHeadingMenuOptions=JE,b.getHorizontalPadding=Mp,b.getInsertionContent=i1,b.getLastChildBlock=Ze,b.getLastClientRect=ta,b.getListAllNextBrothers=mu,b.getLogger=D,b.getNextBlock=ae,b.getNextHiddenBlocks=Yv,b.getNextValidOffset=ha,b.getNextVisibleBlock=zr,b.getOffsetFromPoint=_p,b.getOffsetInfoAfter=Kf,b.getOffsetInfoBefore=$0,b.getOpAt=K3,b.getOpLength=w0,b.getParentBlock=et,b.getParentBlockExcludeSelf=aa,b.getParentBox=n1,b.getParentContainer=at,b.getPrevBlock=$e,b.getPrevValidOffset=nl,b.getPrevVisibleBlock=jr,b.getRangeCommands=Cy,b.getReferenceClientRect=rk,b.getRootBlock=l1,b.getScrollContainer=hn,b.getSpecialBlockCommands=jv,b.getStandardEmbedBlockProperties=nx,b.getTextAfterOffset=P8,b.getTextAttributes=q1,b.getTextBeforeOffset=F8,b.getTextBlockChild=_f,b.getTextBlockClass=Tv,b.getTextBlockContentChildTextLength=Wr,b.getTextBlockContentChildType=Qv,b.getTextBlockContentChildren=Yi,b.getTextLength=Vn,b.getTextOpLength=b1,b.getTextWidth=p0,b.getToolbar=jm,b.handleBlockElementUpdated=Vv,b.hasAltOnly=tI,b.hasClass=Mt,b.hasCtrlOrCmd=tv,b.hasCtrlOrCmdOnly=Z9,b.hashCode=Ev,b.hideBlock=Lv,b.hideTemplates=lS,b.htmlToFragment=g0,b.i18n=_,b.includeBigTable=uN,b.injectDocToHtmlFragment=Xf,b.injectStyle=zb,b.inputActions=iM,b.insertEmptyBlock=SI,b.insertEmptyEmbedBlock=c1,b.insertText=Ws,b.intersectionCommands=NM,b.isBackspace=nv,b.isBlock=la,b.isBlockLocked=gg,b.isBlockLockedByOthers=SA,b.isBlockLockedBySelf=Hd,b.isBlockTools=Sv,b.isBox=B0,b.isBoxOp=js,b.isCJK=Jb,b.isChildContainer=mi,b.isChildNode=Ce,b.isCodeBlock=_i,b.isCollapsedHeadingBlock=Xi,b.isCollapsedRange=x8,b.isComplexBlockPosition=fa,b.isComplexKindBlock=Pt,b.isContainer=Ps,b.isContainerSelectedAllChildBlocks=F5,b.isControlEvent=ia,b.isDelete=nI,b.isDraggingFiles=C0,b.isElementVisible=u0,b.isEmbedBlock=Le,b.isEmptyContainer=Mf,b.isEmptyDoc=P1,b.isEmptyTextBlock=ve,b.isEmptyTextBlockWithoutCompositionText=Md,b.isEnterOnly=ev,b.isEscape=m0,b.isExclusiveBlock=Vd,b.isExpandedHeadingBlock=Xv,b.isFirefox=pf,b.isFirstChildBlockInComplexBlock=c7,b.isHeadingBlock=Ln,b.isHighSurrogate=j9,b.isInBlock=s1,b.isInBlockTools=Uc,b.isLetter=Qb,b.isLowSurrogate=z9,b.isMatchShortcut=Wi,b.isMoveForward=Q9,b.isNavigationEvent=Y9,b.isNavigationKey=Zb,b.isNodeRemoved=Cf,b.isNumber=Yb,b.isPrintableKey=Fp,b.isRootBlock=Gr,b.isRootContainer=re,b.isSafari=Jl,b.isSameDay=Wp,b.isSelectBoxOnly=Ii,b.isShiftEnter=eI,b.isShiftTab=iI,b.isShortcutEvent=J9,b.isSimpleBlock=yI,b.isSimpleBlockPosition=xi,b.isSimplePos=mB,b.isSimpleRange=P0,b.isSpace=h0,b.isTab=rI,b.isTextBlockContentBoxChild=Br,b.isTextBlockContentChild=If,b.isTextBlockContentInsertionChild=$s,b.isTextBlockContentTextChild=Df,b.isTextKindBlock=ot,b.isTextKindBlockType=wf,b.isTitleBlock=Fs,b.isToday=dv,b.isValidOffset=or,b.isVisibleBlock=Qo,b.isYesterday=hv,b.loadJs=Vb,b.loadJsPromise=ea,b.lockers=hi,b.mergeCommands=Hm,b.mergeDocs=pa,b.mergeOps=O1,b.mergeText=p8,b.multiSplitText=$3,b.overflowText=mv,b.parseShortcut=rv,b.patchNode=vf,b.pointInRect=ra,b.rangeAddAttribute=Nf,b.rangeGetTextColor=X3,b.rangeRemoveAttribute=Vc,b.rangeSetTextColor=G3,b.rangeTransformText=j3,b.registerDragDrop=Np,b.removeAttribute=y1,b.removeClass=ct,b.removeLastBr=d8,b.removePlaceholderFromBlock=wR,b.removeStyle=jb,b.replaceAll=mI,b.replaceAllCaseInsensitive=gI,b.replaceAllText=V5,b.replaceText=O0,b.requestDownload=E0,b.resetListStart=pu,b.scrollIntoView=$f,b.scrollable=cv,b.selectFile=Mc,b.selectedBlockToDoc=em,b.selectionToDoc=Yc,b.setAttributes=c0,b.setClipboardData=Bf,b.setClipboardDataByEvent=aI,b.setColorToAttributes=W3,b.setDataset=Up,b.setDefaultCursor=xf,b.setStyles=Op,b.shareDBCommentToDocObject=HC,b.shareDBDocCommentToComment=iT,b.shortcutToDisplayText=dn,b.showBlock=t1,b.showDocVersions=vtt,b.showTemplates=mx,b.splitText=sr,b.splitToThree=pn,b.stringToDataUrl=$p,b.stringToObjectUrl=zp,b.subText=H3,b.textNodeOffsetFromPoint=Kb,b.titleFromEditor=uS,b.toBase64URL=qi,b.toMindmap=Ym,b.toPlainText=Re,b.toPlainTextKeepLength=F1,b.trimChar=Pp,b.unexclusiveBlock=wA,b.unicodeLength=G9,b.unicodeSubstr=W9,b.updateBlockSelection=Fv,b.updateOpAttributes=dB,b.updateTextBlockContent=N8,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"}})});