@qwanyx/stack 0.2.34 → 0.2.36
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/components/MailComposer.d.ts +7 -1
- package/dist/components/MailEditor.d.ts +11 -1
- package/dist/index.cjs.js +37 -32
- package/dist/index.esm.js +2674 -2479
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use strict";var Pa=Object.defineProperty;var Oa=(r,e,t)=>e in r?Pa(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t;var
|
|
2
|
-
`)}finalize(){return es(new Blob(this.chunks,{type:"application/octet-stream"}))}}class Wa{constructor(e){e=e||{},this.decoder=e.decoder||new TextDecoder,this.maxChunkSize=100*1024,this.chunks=[],this.remainder=""}update(e){let t=this.decoder.decode(e);if(/[^a-zA-Z0-9+\/]/.test(t)&&(t=t.replace(/[^a-zA-Z0-9+\/]+/g,"")),this.remainder+=t,this.remainder.length>=this.maxChunkSize){let n=Math.floor(this.remainder.length/4)*4,s;n===this.remainder.length?(s=this.remainder,this.remainder=""):(s=this.remainder.substr(0,n),this.remainder=this.remainder.substr(n)),s.length&&this.chunks.push(Ps(s))}}finalize(){return this.remainder&&!/^=+$/.test(this.remainder)&&this.chunks.push(Ps(this.remainder)),es(new Blob(this.chunks,{type:"application/octet-stream"}))}}const
|
|
3
|
-
`;if(t=this.remainder+t,t.length<this.maxChunkSize){this.remainder=t;return}this.remainder="";let n=t.match(Va);if(n){if(n.index===0){this.remainder=t;return}this.remainder=t.substr(n.index),t=t.substr(0,n.index)}this.decodeChunks(t)}finalize(){return this.remainder.length&&(this.decodeChunks(this.remainder),this.remainder=""),es(new Blob(this.chunks,{type:"application/octet-stream"}))}}class
|
|
1
|
+
"use strict";var Pa=Object.defineProperty;var Oa=(r,e,t)=>e in r?Pa(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t;var jr=(r,e,t)=>Oa(r,typeof e!="symbol"?e+"":e,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const w=require("react"),Pi=require("react-dom");function Ma(r){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const t in r)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(r,t);Object.defineProperty(e,t,n.get?n:{enumerable:!0,get:()=>r[t]})}}return e.default=r,Object.freeze(e)}const _s=Ma(w);class Ia{constructor(e){jr(this,"config");jr(this,"defaultUploadOptions",{maxSizeMB:10,maxImageDimension:0,imageQuality:.9});if(!e.system_id)throw new Error("GraphClient: system_id is REQUIRED. No system_id → No start.");this.config=e}async callGraph(e,t={}){const n={coprocessor:"graph",method:e,system_id:this.config.system_id,params:t};try{const s=await fetch(`${this.config.baseUrl}/spu/invoke`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.getToken()}`},body:JSON.stringify(n)});if(!s.ok){const i=await s.text();throw new Error(`API error (${s.status}): ${i}`)}const o=await s.json();if(!o.success&&o.error)throw new Error(o.error);return o}catch(s){throw console.error("Graph API call failed:",s),s}}getToken(){return typeof window<"u"&&window.localStorage&&localStorage.getItem("qwanyx_token")||""}async getChildren(e){return(await this.callGraph("get_children",{parent_id:e})).result||[]}async getNode(e){return(await this.callGraph("get_node",{node_id:e})).result||null}async addNode(e){const t={...e,created:e.created||new Date().toISOString(),modified:new Date().toISOString()},n=await this.callGraph("add_node",t);if(!n.result)throw new Error("Failed to add node");return n.result}async updateNode(e,t){const n={node_id:e,updates:{...t,modified:new Date().toISOString()}},s=await this.callGraph("update_node",n);if(!s.result)throw new Error("Failed to update node");return s.result}async deleteNode(e,t=!1){return(await this.callGraph("delete_node",{node_id:e,cascade:t})).success===!0}async getChildrenWithEdges(e,t="children",n,s){return(await this.callGraph("get_children_with_edges",{node_id:e,display_mode:t,edge_type:n,node_type:s})).result||[]}async addEdge(e,t,n="link",s){return await this.callGraph("add_edge",{source_id:e,target_id:t,edge_type:n,data:s})}async deleteEdge(e,t,n){return await this.callGraph("delete_edge",{source_id:e,target_id:t,edge_type:n})}async getEdges(e,t,n){return(await this.callGraph("get_edges",{source_id:e,edge_type:t,target_id:n})).result||[]}async getAncestors(e){return(await this.callGraph("get_ancestors",{node_id:e})).ancestors||[]}async getTree(e,t=10){return(await this.callGraph("get_tree",{root_id:e,max_depth:t})).tree||[]}async moveNode(e,t){const n=await this.callGraph("move",{node_id:e,new_parent_id:t});if(!n.node)throw new Error("Failed to move node");return n.node}async searchNodes(e,t){return(await this.callGraph("search",{query:e,type:t})).nodes||[]}async getNodesByType(e){return(await this.callGraph("get_nodes_by_type",{type:e})).result||[]}fileToBase64(e){return new Promise((t,n)=>{const s=new FileReader;s.onload=()=>{const i=s.result.split(",")[1];t(i)},s.onerror=()=>n(new Error("Failed to read file")),s.readAsDataURL(e)})}async resizeImage(e,t,n){return e.type.startsWith("image/")?new Promise(s=>{const o=new Image,i=URL.createObjectURL(e);o.onload=()=>{if(URL.revokeObjectURL(i),o.width<=t&&o.height<=t){s(e);return}let l,a;o.width>o.height?(l=t,a=Math.round(o.height/o.width*t)):(a=t,l=Math.round(o.width/o.height*t));const u=document.createElement("canvas");u.width=l,u.height=a;const c=u.getContext("2d");if(!c){s(e);return}c.drawImage(o,0,0,l,a);const d=e.type==="image/png"?"image/png":"image/jpeg";u.toBlob(f=>{if(f){const h=new File([f],e.name,{type:d});s(h)}else s(e)},d,n)},o.onerror=()=>{URL.revokeObjectURL(i),s(e)},o.src=i}):e}async uploadFile(e,t,n,s={}){const o={...this.defaultUploadOptions,...s};try{let i=n;o.maxImageDimension>0&&n.type.startsWith("image/")&&(i=await this.resizeImage(n,o.maxImageDimension,o.imageQuality));const l=o.maxSizeMB*1024*1024;if(i.size>l)return{success:!1,error:`File too large (${(i.size/1024/1024).toFixed(1)} MB). Max: ${o.maxSizeMB} MB`};const a=await this.fileToBase64(i),u=await this.callGraph("upload_file",{node_id:e,filename:t,content:a});return u.success?{success:!0,path:u.path}:{success:!1,error:u.error||"Upload failed"}}catch(i){return{success:!1,error:i instanceof Error?i.message:"Upload failed"}}}async listFiles(e){var s;return(((s=(await this.callGraph("list_files",{node_id:e})).result)==null?void 0:s.files)||[]).map(o=>({filename:o.name,path:o.path}))}async deleteFile(e,t){return{success:(await this.callGraph("delete_file",{node_id:e,filename:t})).success||!1}}getFileUrl(e,t){return`${this.config.baseUrl}/files/${this.config.system_id}/${e}/${t}`}}const Dr=new TextEncoder,Oi="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",zr=new Uint8Array(256);for(var vn=0;vn<Oi.length;vn++)zr[Oi.charCodeAt(vn)]=vn;function Ps(r){let e=Math.ceil(r.length/4)*3;const t=r.length;let n=0;r.length%4===3?e--:r.length%4===2?e-=2:r[r.length-1]==="="&&(e--,r[r.length-2]==="="&&e--);const s=new ArrayBuffer(e),o=new Uint8Array(s);for(let i=0;i<t;i+=4){let l=zr[r.charCodeAt(i)],a=zr[r.charCodeAt(i+1)],u=zr[r.charCodeAt(i+2)],c=zr[r.charCodeAt(i+3)];o[n++]=l<<2|a>>4,o[n++]=(a&15)<<4|u>>2,o[n++]=(u&3)<<6|c&63}return s}function Gr(r){r=r||"utf8";let e;try{e=new TextDecoder(r)}catch{e=new TextDecoder("windows-1252")}return e}async function es(r){if("arrayBuffer"in r)return await r.arrayBuffer();const e=new FileReader;return new Promise((t,n)=>{e.onload=function(s){t(s.target.result)},e.onerror=function(s){n(e.error)},e.readAsArrayBuffer(r)})}function Mi(r){return r>=48&&r<=57||r>=97&&r<=102||r>=65&&r<=70?String.fromCharCode(r):!1}function $a(r,e,t){let n=r.indexOf("*");n>=0&&(r=r.substr(0,n)),e=e.toUpperCase();let s;if(e==="Q"){t=t.replace(/=\s+([0-9a-fA-F])/g,"=$1").replace(/[_\s]/g," ");let o=Dr.encode(t),i=[];for(let a=0,u=o.length;a<u;a++){let c=o[a];if(a<=u-2&&c===61){let d=Mi(o[a+1]),f=Mi(o[a+2]);if(d&&f){let h=parseInt(d+f,16);i.push(h),a+=2;continue}}i.push(c)}s=new ArrayBuffer(i.length);let l=new DataView(s);for(let a=0,u=i.length;a<u;a++)l.setUint8(a,i[a])}else e==="B"?s=Ps(t.replace(/[^a-zA-Z0-9\+\/=]+/g,"")):s=Dr.encode(t);return Gr(r).decode(s)}function Kr(r){let e=!0;for(;;){let t=(r||"").toString().replace(/(=\?([^?]+)\?[Bb]\?([^?]*)\?=)\s*(?==\?([^?]+)\?[Bb]\?[^?]*\?=)/g,(n,s,o,i,l)=>e&&o===l&&i.length%4===0&&!/=$/.test(i)?s+"__\0JOIN\0__":n).replace(/(=\?([^?]+)\?[Qq]\?[^?]*\?=)\s*(?==\?([^?]+)\?[Qq]\?[^?]*\?=)/g,(n,s,o,i)=>e&&o===i?s+"__\0JOIN\0__":n).replace(/(\?=)?__\x00JOIN\x00__(=\?([^?]+)\?[QqBb]\?)?/g,"").replace(/(=\?[^?]+\?[QqBb]\?[^?]*\?=)\s+(?==\?[^?]+\?[QqBb]\?[^?]*\?=)/g,"$1").replace(/=\?([\w_\-*]+)\?([QqBb])\?([^?]*)\?=/g,(n,s,o,i)=>$a(s,o,i));if(e&&t.indexOf("�")>=0)e=!1;else return t}}function za(r,e){e=e||"utf-8";let t=[];for(let o=0;o<r.length;o++){let i=r.charAt(o);if(i==="%"&&/^[a-f0-9]{2}/i.test(r.substr(o+1,2))){let l=r.substr(o+1,2);o+=2,t.push(parseInt(l,16))}else if(i.charCodeAt(0)>126){i=Dr.encode(i);for(let l=0;l<i.length;l++)t.push(i[l])}else t.push(i.charCodeAt(0))}const n=new ArrayBuffer(t.length),s=new DataView(n);for(let o=0,i=t.length;o<i;o++)s.setUint8(o,t[o]);return Gr(e).decode(n)}function qa(r){let e=new Map;Object.keys(r.params).forEach(t=>{let n=t.match(/\*((\d+)\*?)?$/);if(!n)return;let s=t.substr(0,n.index).toLowerCase(),o=Number(n[2])||0,i;e.has(s)?i=e.get(s):(i={charset:!1,values:[]},e.set(s,i));let l=r.params[t];o===0&&n[0].charAt(n[0].length-1)==="*"&&(n=l.match(/^([^']*)'[^']*'(.*)$/))&&(i.charset=n[1]||"utf-8",l=n[2]),i.values.push({nr:o,value:l}),delete r.params[t]}),e.forEach((t,n)=>{r.params[n]=za(t.values.sort((s,o)=>s.nr-o.nr).map(s=>s.value).join(""),t.charset)})}class Ua{constructor(){this.chunks=[]}update(e){this.chunks.push(e),this.chunks.push(`
|
|
2
|
+
`)}finalize(){return es(new Blob(this.chunks,{type:"application/octet-stream"}))}}class Wa{constructor(e){e=e||{},this.decoder=e.decoder||new TextDecoder,this.maxChunkSize=100*1024,this.chunks=[],this.remainder=""}update(e){let t=this.decoder.decode(e);if(/[^a-zA-Z0-9+\/]/.test(t)&&(t=t.replace(/[^a-zA-Z0-9+\/]+/g,"")),this.remainder+=t,this.remainder.length>=this.maxChunkSize){let n=Math.floor(this.remainder.length/4)*4,s;n===this.remainder.length?(s=this.remainder,this.remainder=""):(s=this.remainder.substr(0,n),this.remainder=this.remainder.substr(n)),s.length&&this.chunks.push(Ps(s))}}finalize(){return this.remainder&&!/^=+$/.test(this.remainder)&&this.chunks.push(Ps(this.remainder)),es(new Blob(this.chunks,{type:"application/octet-stream"}))}}const Ii=/^=[a-f0-9]{2}$/i,Ga=/(?==[a-f0-9]{2})/i,Ka=/=\r?\n/g,Va=/=[a-fA-F0-9]?$/;class Ha{constructor(e){e=e||{},this.decoder=e.decoder||new TextDecoder,this.maxChunkSize=100*1024,this.remainder="",this.chunks=[]}decodeQPBytes(e){let t=new ArrayBuffer(e.length),n=new DataView(t);for(let s=0,o=e.length;s<o;s++)n.setUint8(s,parseInt(e[s],16));return t}decodeChunks(e){e=e.replace(Ka,"");let t=e.split(Ga),n=[];for(let s of t){if(s.charAt(0)!=="="){n.length&&(this.chunks.push(this.decodeQPBytes(n)),n=[]),this.chunks.push(s);continue}if(s.length===3){Ii.test(s)?n.push(s.substr(1)):(n.length&&(this.chunks.push(this.decodeQPBytes(n)),n=[]),this.chunks.push(s));continue}if(s.length>3){const o=s.substr(0,3);Ii.test(o)?(n.push(s.substr(1,2)),this.chunks.push(this.decodeQPBytes(n)),n=[],s=s.substr(3),this.chunks.push(s)):(n.length&&(this.chunks.push(this.decodeQPBytes(n)),n=[]),this.chunks.push(s))}}n.length&&(this.chunks.push(this.decodeQPBytes(n)),n=[])}update(e){let t=this.decoder.decode(e)+`
|
|
3
|
+
`;if(t=this.remainder+t,t.length<this.maxChunkSize){this.remainder=t;return}this.remainder="";let n=t.match(Va);if(n){if(n.index===0){this.remainder=t;return}this.remainder=t.substr(n.index),t=t.substr(0,n.index)}this.decodeChunks(t)}finalize(){return this.remainder.length&&(this.decodeChunks(this.remainder),this.remainder=""),es(new Blob(this.chunks,{type:"application/octet-stream"}))}}class $i{constructor(e){if(this.options=e||{},this.postalMime=this.options.postalMime,this.root=!!this.options.parentNode,this.childNodes=[],this.options.parentNode){if(this.parentNode=this.options.parentNode,this.depth=this.parentNode.depth+1,this.depth>this.options.maxNestingDepth)throw new Error(`Maximum MIME nesting depth of ${this.options.maxNestingDepth} levels exceeded`);this.options.parentNode.childNodes.push(this)}else this.depth=0;this.state="header",this.headerLines=[],this.headerSize=0,this.contentType={value:"text/plain",default:!0},this.contentTransferEncoding={value:"8bit"},this.contentDisposition={value:""},this.headers=[],this.contentDecoder=!1}setupContentDecoder(e){/base64/i.test(e)?this.contentDecoder=new Wa:/quoted-printable/i.test(e)?this.contentDecoder=new Ha({decoder:Gr(this.contentType.parsed.params.charset)}):this.contentDecoder=new Ua}async finalize(){if(this.state==="finished")return;this.state==="header"&&this.processHeaders();let e=this.postalMime.boundaries;for(let t=e.length-1;t>=0;t--)if(e[t].node===this){e.splice(t,1);break}await this.finalizeChildNodes(),this.content=this.contentDecoder?await this.contentDecoder.finalize():null,this.state="finished"}async finalizeChildNodes(){for(let e of this.childNodes)await e.finalize()}parseStructuredHeader(e){let t={value:!1,params:{}},n=!1,s="",o="value",i=!1,l=!1,a;for(let u=0,c=e.length;u<c;u++)switch(a=e.charAt(u),o){case"key":if(a==="="){n=s.trim().toLowerCase(),o="value",s="";break}s+=a;break;case"value":if(l)s+=a;else if(a==="\\"){l=!0;continue}else i&&a===i?i=!1:!i&&a==='"'?i=a:!i&&a===";"?(n===!1?t.value=s.trim():t.params[n]=s.trim(),o="key",s=""):s+=a;l=!1;break}return s=s.trim(),o==="value"?n===!1?t.value=s:t.params[n]=s:s&&(t.params[s.toLowerCase()]=""),t.value&&(t.value=t.value.toLowerCase()),qa(t),t}decodeFlowedText(e,t){return e.split(/\r?\n/).reduce((n,s)=>/ $/.test(n)&&!/(^|\n)-- $/.test(n)?t?n.slice(0,-1)+s:n+s:n+`
|
|
4
4
|
`+s).replace(/^ /gm,"")}getTextContent(){if(!this.content)return"";let e=Gr(this.contentType.parsed.params.charset).decode(this.content);return/^flowed$/i.test(this.contentType.parsed.params.format)&&(e=this.decodeFlowedText(e,/^yes$/i.test(this.contentType.parsed.params.delsp))),e}processHeaders(){for(let e=this.headerLines.length-1;e>=0;e--){let t=this.headerLines[e];if(e&&/^\s/.test(t))this.headerLines[e-1]+=`
|
|
5
5
|
`+t,this.headerLines.splice(e,1);else{t=t.replace(/\s+/g," ");let n=t.indexOf(":"),s=n<0?t.trim():t.substr(0,n).trim(),o=n<0?"":t.substr(n+1).trim();switch(this.headers.push({key:s.toLowerCase(),originalKey:s,value:o}),s.toLowerCase()){case"content-type":this.contentType.default&&(this.contentType={value:o,parsed:{}});break;case"content-transfer-encoding":this.contentTransferEncoding={value:o,parsed:{}};break;case"content-disposition":this.contentDisposition={value:o,parsed:{}};break;case"content-id":this.contentId=o;break;case"content-description":this.contentDescription=o;break}}}this.contentType.parsed=this.parseStructuredHeader(this.contentType.value),this.contentType.multipart=/^multipart\//i.test(this.contentType.parsed.value)?this.contentType.parsed.value.substr(this.contentType.parsed.value.indexOf("/")+1):!1,this.contentType.multipart&&this.contentType.parsed.params.boundary&&this.postalMime.boundaries.push({value:Dr.encode(this.contentType.parsed.params.boundary),node:this}),this.contentDisposition.parsed=this.parseStructuredHeader(this.contentDisposition.value),this.contentTransferEncoding.encoding=this.contentTransferEncoding.value.toLowerCase().split(/[^\w-]/).shift(),this.setupContentDecoder(this.contentTransferEncoding.encoding)}feed(e){switch(this.state){case"header":if(!e.length)return this.state="body",this.processHeaders();if(this.headerSize+=e.length,this.headerSize>this.options.maxHeadersSize)throw new Error(`Maximum header size of ${this.options.maxHeadersSize} bytes exceeded`);this.headerLines.push(Gr().decode(e));break;case"body":this.contentDecoder.update(e)}}}const zi={"Æ":"Æ","Æ":"Æ","&":"&","&":"&","Á":"Á","Á":"Á","Ă":"Ă","Â":"Â","Â":"Â","А":"А","𝔄":"𝔄","À":"À","À":"À","Α":"Α","Ā":"Ā","⩓":"⩓","Ą":"Ą","𝔸":"𝔸","⁡":"","Å":"Å","Å":"Å","𝒜":"𝒜","≔":"≔","Ã":"Ã","Ã":"Ã","Ä":"Ä","Ä":"Ä","∖":"∖","⫧":"⫧","⌆":"⌆","Б":"Б","∵":"∵","ℬ":"ℬ","Β":"Β","𝔅":"𝔅","𝔹":"𝔹","˘":"˘","ℬ":"ℬ","≎":"≎","Ч":"Ч","©":"©","©":"©","Ć":"Ć","⋒":"⋒","ⅅ":"ⅅ","ℭ":"ℭ","Č":"Č","Ç":"Ç","Ç":"Ç","Ĉ":"Ĉ","∰":"∰","Ċ":"Ċ","¸":"¸","·":"·","ℭ":"ℭ","Χ":"Χ","⊙":"⊙","⊖":"⊖","⊕":"⊕","⊗":"⊗","∲":"∲","”":"”","’":"’","∷":"∷","⩴":"⩴","≡":"≡","∯":"∯","∮":"∮","ℂ":"ℂ","∐":"∐","∳":"∳","⨯":"⨯","𝒞":"𝒞","⋓":"⋓","≍":"≍","ⅅ":"ⅅ","⤑":"⤑","Ђ":"Ђ","Ѕ":"Ѕ","Џ":"Џ","‡":"‡","↡":"↡","⫤":"⫤","Ď":"Ď","Д":"Д","∇":"∇","Δ":"Δ","𝔇":"𝔇","´":"´","˙":"˙","˝":"˝","`":"`","˜":"˜","⋄":"⋄","ⅆ":"ⅆ","𝔻":"𝔻","¨":"¨","⃜":"⃜","≐":"≐","∯":"∯","¨":"¨","⇓":"⇓","⇐":"⇐","⇔":"⇔","⫤":"⫤","⟸":"⟸","⟺":"⟺","⟹":"⟹","⇒":"⇒","⊨":"⊨","⇑":"⇑","⇕":"⇕","∥":"∥","↓":"↓","⤓":"⤓","⇵":"⇵","̑":"̑","⥐":"⥐","⥞":"⥞","↽":"↽","⥖":"⥖","⥟":"⥟","⇁":"⇁","⥗":"⥗","⊤":"⊤","↧":"↧","⇓":"⇓","𝒟":"𝒟","Đ":"Đ","Ŋ":"Ŋ","Ð":"Ð","Ð":"Ð","É":"É","É":"É","Ě":"Ě","Ê":"Ê","Ê":"Ê","Э":"Э","Ė":"Ė","𝔈":"𝔈","È":"È","È":"È","∈":"∈","Ē":"Ē","◻":"◻","▫":"▫","Ę":"Ę","𝔼":"𝔼","Ε":"Ε","⩵":"⩵","≂":"≂","⇌":"⇌","ℰ":"ℰ","⩳":"⩳","Η":"Η","Ë":"Ë","Ë":"Ë","∃":"∃","ⅇ":"ⅇ","Ф":"Ф","𝔉":"𝔉","◼":"◼","▪":"▪","𝔽":"𝔽","∀":"∀","ℱ":"ℱ","ℱ":"ℱ","Ѓ":"Ѓ",">":">",">":">","Γ":"Γ","Ϝ":"Ϝ","Ğ":"Ğ","Ģ":"Ģ","Ĝ":"Ĝ","Г":"Г","Ġ":"Ġ","𝔊":"𝔊","⋙":"⋙","𝔾":"𝔾","≥":"≥","⋛":"⋛","≧":"≧","⪢":"⪢","≷":"≷","⩾":"⩾","≳":"≳","𝒢":"𝒢","≫":"≫","Ъ":"Ъ","ˇ":"ˇ","^":"^","Ĥ":"Ĥ","ℌ":"ℌ","ℋ":"ℋ","ℍ":"ℍ","─":"─","ℋ":"ℋ","Ħ":"Ħ","≎":"≎","≏":"≏","Е":"Е","IJ":"IJ","Ё":"Ё","Í":"Í","Í":"Í","Î":"Î","Î":"Î","И":"И","İ":"İ","ℑ":"ℑ","Ì":"Ì","Ì":"Ì","ℑ":"ℑ","Ī":"Ī","ⅈ":"ⅈ","⇒":"⇒","∬":"∬","∫":"∫","⋂":"⋂","⁣":"","⁢":"","Į":"Į","𝕀":"𝕀","Ι":"Ι","ℐ":"ℐ","Ĩ":"Ĩ","І":"І","Ï":"Ï","Ï":"Ï","Ĵ":"Ĵ","Й":"Й","𝔍":"𝔍","𝕁":"𝕁","𝒥":"𝒥","Ј":"Ј","Є":"Є","Х":"Х","Ќ":"Ќ","Κ":"Κ","Ķ":"Ķ","К":"К","𝔎":"𝔎","𝕂":"𝕂","𝒦":"𝒦","Љ":"Љ","<":"<","<":"<","Ĺ":"Ĺ","Λ":"Λ","⟪":"⟪","ℒ":"ℒ","↞":"↞","Ľ":"Ľ","Ļ":"Ļ","Л":"Л","⟨":"⟨","←":"←","⇤":"⇤","⇆":"⇆","⌈":"⌈","⟦":"⟦","⥡":"⥡","⇃":"⇃","⥙":"⥙","⌊":"⌊","↔":"↔","⥎":"⥎","⊣":"⊣","↤":"↤","⥚":"⥚","⊲":"⊲","⧏":"⧏","⊴":"⊴","⥑":"⥑","⥠":"⥠","↿":"↿","⥘":"⥘","↼":"↼","⥒":"⥒","⇐":"⇐","⇔":"⇔","⋚":"⋚","≦":"≦","≶":"≶","⪡":"⪡","⩽":"⩽","≲":"≲","𝔏":"𝔏","⋘":"⋘","⇚":"⇚","Ŀ":"Ŀ","⟵":"⟵","⟷":"⟷","⟶":"⟶","⟸":"⟸","⟺":"⟺","⟹":"⟹","𝕃":"𝕃","↙":"↙","↘":"↘","ℒ":"ℒ","↰":"↰","Ł":"Ł","≪":"≪","⤅":"⤅","М":"М"," ":" ","ℳ":"ℳ","𝔐":"𝔐","∓":"∓","𝕄":"𝕄","ℳ":"ℳ","Μ":"Μ","Њ":"Њ","Ń":"Ń","Ň":"Ň","Ņ":"Ņ","Н":"Н","​":"","​":"","​":"","​":"","≫":"≫","≪":"≪","
":`
|
|
6
6
|
`,"𝔑":"𝔑","⁠":""," ":" ","ℕ":"ℕ","⫬":"⫬","≢":"≢","≭":"≭","∦":"∦","∉":"∉","≠":"≠","≂̸":"≂̸","∄":"∄","≯":"≯","≱":"≱","≧̸":"≧̸","≫̸":"≫̸","≹":"≹","⩾̸":"⩾̸","≵":"≵","≎̸":"≎̸","≏̸":"≏̸","⋪":"⋪","⧏̸":"⧏̸","⋬":"⋬","≮":"≮","≰":"≰","≸":"≸","≪̸":"≪̸","⩽̸":"⩽̸","≴":"≴","⪢̸":"⪢̸","⪡̸":"⪡̸","⊀":"⊀","⪯̸":"⪯̸","⋠":"⋠","∌":"∌","⋫":"⋫","⧐̸":"⧐̸","⋭":"⋭","⊏̸":"⊏̸","⋢":"⋢","⊐̸":"⊐̸","⋣":"⋣","⊂⃒":"⊂⃒","⊈":"⊈","⊁":"⊁","⪰̸":"⪰̸","⋡":"⋡","≿̸":"≿̸","⊃⃒":"⊃⃒","⊉":"⊉","≁":"≁","≄":"≄","≇":"≇","≉":"≉","∤":"∤","𝒩":"𝒩","Ñ":"Ñ","Ñ":"Ñ","Ν":"Ν","Œ":"Œ","Ó":"Ó","Ó":"Ó","Ô":"Ô","Ô":"Ô","О":"О","Ő":"Ő","𝔒":"𝔒","Ò":"Ò","Ò":"Ò","Ō":"Ō","Ω":"Ω","Ο":"Ο","𝕆":"𝕆","“":"“","‘":"‘","⩔":"⩔","𝒪":"𝒪","Ø":"Ø","Ø":"Ø","Õ":"Õ","Õ":"Õ","⨷":"⨷","Ö":"Ö","Ö":"Ö","‾":"‾","⏞":"⏞","⎴":"⎴","⏜":"⏜","∂":"∂","П":"П","𝔓":"𝔓","Φ":"Φ","Π":"Π","±":"±","ℌ":"ℌ","ℙ":"ℙ","⪻":"⪻","≺":"≺","⪯":"⪯","≼":"≼","≾":"≾","″":"″","∏":"∏","∷":"∷","∝":"∝","𝒫":"𝒫","Ψ":"Ψ",""":'"',""":'"',"𝔔":"𝔔","ℚ":"ℚ","𝒬":"𝒬","⤐":"⤐","®":"®","®":"®","Ŕ":"Ŕ","⟫":"⟫","↠":"↠","⤖":"⤖","Ř":"Ř","Ŗ":"Ŗ","Р":"Р","ℜ":"ℜ","∋":"∋","⇋":"⇋","⥯":"⥯","ℜ":"ℜ","Ρ":"Ρ","⟩":"⟩","→":"→","⇥":"⇥","⇄":"⇄","⌉":"⌉","⟧":"⟧","⥝":"⥝","⇂":"⇂","⥕":"⥕","⌋":"⌋","⊢":"⊢","↦":"↦","⥛":"⥛","⊳":"⊳","⧐":"⧐","⊵":"⊵","⥏":"⥏","⥜":"⥜","↾":"↾","⥔":"⥔","⇀":"⇀","⥓":"⥓","⇒":"⇒","ℝ":"ℝ","⥰":"⥰","⇛":"⇛","ℛ":"ℛ","↱":"↱","⧴":"⧴","Щ":"Щ","Ш":"Ш","Ь":"Ь","Ś":"Ś","⪼":"⪼","Š":"Š","Ş":"Ş","Ŝ":"Ŝ","С":"С","𝔖":"𝔖","↓":"↓","←":"←","→":"→","↑":"↑","Σ":"Σ","∘":"∘","𝕊":"𝕊","√":"√","□":"□","⊓":"⊓","⊏":"⊏","⊑":"⊑","⊐":"⊐","⊒":"⊒","⊔":"⊔","𝒮":"𝒮","⋆":"⋆","⋐":"⋐","⋐":"⋐","⊆":"⊆","≻":"≻","⪰":"⪰","≽":"≽","≿":"≿","∋":"∋","∑":"∑","⋑":"⋑","⊃":"⊃","⊇":"⊇","⋑":"⋑","Þ":"Þ","Þ":"Þ","™":"™","Ћ":"Ћ","Ц":"Ц","	":" ","Τ":"Τ","Ť":"Ť","Ţ":"Ţ","Т":"Т","𝔗":"𝔗","∴":"∴","Θ":"Θ","  ":" "," ":" ","∼":"∼","≃":"≃","≅":"≅","≈":"≈","𝕋":"𝕋","⃛":"⃛","𝒯":"𝒯","Ŧ":"Ŧ","Ú":"Ú","Ú":"Ú","↟":"↟","⥉":"⥉","Ў":"Ў","Ŭ":"Ŭ","Û":"Û","Û":"Û","У":"У","Ű":"Ű","𝔘":"𝔘","Ù":"Ù","Ù":"Ù","Ū":"Ū","_":"_","⏟":"⏟","⎵":"⎵","⏝":"⏝","⋃":"⋃","⊎":"⊎","Ų":"Ų","𝕌":"𝕌","↑":"↑","⤒":"⤒","⇅":"⇅","↕":"↕","⥮":"⥮","⊥":"⊥","↥":"↥","⇑":"⇑","⇕":"⇕","↖":"↖","↗":"↗","ϒ":"ϒ","Υ":"Υ","Ů":"Ů","𝒰":"𝒰","Ũ":"Ũ","Ü":"Ü","Ü":"Ü","⊫":"⊫","⫫":"⫫","В":"В","⊩":"⊩","⫦":"⫦","⋁":"⋁","‖":"‖","‖":"‖","∣":"∣","|":"|","❘":"❘","≀":"≀"," ":" ","𝔙":"𝔙","𝕍":"𝕍","𝒱":"𝒱","⊪":"⊪","Ŵ":"Ŵ","⋀":"⋀","𝔚":"𝔚","𝕎":"𝕎","𝒲":"𝒲","𝔛":"𝔛","Ξ":"Ξ","𝕏":"𝕏","𝒳":"𝒳","Я":"Я","Ї":"Ї","Ю":"Ю","Ý":"Ý","Ý":"Ý","Ŷ":"Ŷ","Ы":"Ы","𝔜":"𝔜","𝕐":"𝕐","𝒴":"𝒴","Ÿ":"Ÿ","Ж":"Ж","Ź":"Ź","Ž":"Ž","З":"З","Ż":"Ż","​":"","Ζ":"Ζ","ℨ":"ℨ","ℤ":"ℤ","𝒵":"𝒵","á":"á","á":"á","ă":"ă","∾":"∾","∾̳":"∾̳","∿":"∿","â":"â","â":"â","´":"´","´":"´","а":"а","æ":"æ","æ":"æ","⁡":"","𝔞":"𝔞","à":"à","à":"à","ℵ":"ℵ","ℵ":"ℵ","α":"α","ā":"ā","⨿":"⨿","&":"&","&":"&","∧":"∧","⩕":"⩕","⩜":"⩜","⩘":"⩘","⩚":"⩚","∠":"∠","⦤":"⦤","∠":"∠","∡":"∡","⦨":"⦨","⦩":"⦩","⦪":"⦪","⦫":"⦫","⦬":"⦬","⦭":"⦭","⦮":"⦮","⦯":"⦯","∟":"∟","⊾":"⊾","⦝":"⦝","∢":"∢","Å":"Å","⍼":"⍼","ą":"ą","𝕒":"𝕒","≈":"≈","⩰":"⩰","⩯":"⩯","≊":"≊","≋":"≋","'":"'","≈":"≈","≊":"≊","å":"å","å":"å","𝒶":"𝒶","*":"*","≈":"≈","≍":"≍","ã":"ã","ã":"ã","ä":"ä","ä":"ä","∳":"∳","⨑":"⨑","⫭":"⫭","≌":"≌","϶":"϶","‵":"‵","∽":"∽","⋍":"⋍","⊽":"⊽","⌅":"⌅","⌅":"⌅","⎵":"⎵","⎶":"⎶","≌":"≌","б":"б","„":"„","∵":"∵","∵":"∵","⦰":"⦰","϶":"϶","ℬ":"ℬ","β":"β","ℶ":"ℶ","≬":"≬","𝔟":"𝔟","⋂":"⋂","◯":"◯","⋃":"⋃","⨀":"⨀","⨁":"⨁","⨂":"⨂","⨆":"⨆","★":"★","▽":"▽","△":"△","⨄":"⨄","⋁":"⋁","⋀":"⋀","⤍":"⤍","⧫":"⧫","▪":"▪","▴":"▴","▾":"▾","◂":"◂","▸":"▸","␣":"␣","▒":"▒","░":"░","▓":"▓","█":"█","=⃥":"=⃥","≡⃥":"≡⃥","⌐":"⌐","𝕓":"𝕓","⊥":"⊥","⊥":"⊥","⋈":"⋈","╗":"╗","╔":"╔","╖":"╖","╓":"╓","═":"═","╦":"╦","╩":"╩","╤":"╤","╧":"╧","╝":"╝","╚":"╚","╜":"╜","╙":"╙","║":"║","╬":"╬","╣":"╣","╠":"╠","╫":"╫","╢":"╢","╟":"╟","⧉":"⧉","╕":"╕","╒":"╒","┐":"┐","┌":"┌","─":"─","╥":"╥","╨":"╨","┬":"┬","┴":"┴","⊟":"⊟","⊞":"⊞","⊠":"⊠","╛":"╛","╘":"╘","┘":"┘","└":"└","│":"│","╪":"╪","╡":"╡","╞":"╞","┼":"┼","┤":"┤","├":"├","‵":"‵","˘":"˘","¦":"¦","¦":"¦","𝒷":"𝒷","⁏":"⁏","∽":"∽","⋍":"⋍","\":"\\","⧅":"⧅","⟈":"⟈","•":"•","•":"•","≎":"≎","⪮":"⪮","≏":"≏","≏":"≏","ć":"ć","∩":"∩","⩄":"⩄","⩉":"⩉","⩋":"⩋","⩇":"⩇","⩀":"⩀","∩︀":"∩︀","⁁":"⁁","ˇ":"ˇ","⩍":"⩍","č":"č","ç":"ç","ç":"ç","ĉ":"ĉ","⩌":"⩌","⩐":"⩐","ċ":"ċ","¸":"¸","¸":"¸","⦲":"⦲","¢":"¢","¢":"¢","·":"·","𝔠":"𝔠","ч":"ч","✓":"✓","✓":"✓","χ":"χ","○":"○","⧃":"⧃","ˆ":"ˆ","≗":"≗","↺":"↺","↻":"↻","®":"®","Ⓢ":"Ⓢ","⊛":"⊛","⊚":"⊚","⊝":"⊝","≗":"≗","⨐":"⨐","⫯":"⫯","⧂":"⧂","♣":"♣","♣":"♣",":":":","≔":"≔","≔":"≔",",":",","@":"@","∁":"∁","∘":"∘","∁":"∁","ℂ":"ℂ","≅":"≅","⩭":"⩭","∮":"∮","𝕔":"𝕔","∐":"∐","©":"©","©":"©","℗":"℗","↵":"↵","✗":"✗","𝒸":"𝒸","⫏":"⫏","⫑":"⫑","⫐":"⫐","⫒":"⫒","⋯":"⋯","⤸":"⤸","⤵":"⤵","⋞":"⋞","⋟":"⋟","↶":"↶","⤽":"⤽","∪":"∪","⩈":"⩈","⩆":"⩆","⩊":"⩊","⊍":"⊍","⩅":"⩅","∪︀":"∪︀","↷":"↷","⤼":"⤼","⋞":"⋞","⋟":"⋟","⋎":"⋎","⋏":"⋏","¤":"¤","¤":"¤","↶":"↶","↷":"↷","⋎":"⋎","⋏":"⋏","∲":"∲","∱":"∱","⌭":"⌭","⇓":"⇓","⥥":"⥥","†":"†","ℸ":"ℸ","↓":"↓","‐":"‐","⊣":"⊣","⤏":"⤏","˝":"˝","ď":"ď","д":"д","ⅆ":"ⅆ","‡":"‡","⇊":"⇊","⩷":"⩷","°":"°","°":"°","δ":"δ","⦱":"⦱","⥿":"⥿","𝔡":"𝔡","⇃":"⇃","⇂":"⇂","⋄":"⋄","⋄":"⋄","♦":"♦","♦":"♦","¨":"¨","ϝ":"ϝ","⋲":"⋲","÷":"÷","÷":"÷","÷":"÷","⋇":"⋇","⋇":"⋇","ђ":"ђ","⌞":"⌞","⌍":"⌍","$":"$","𝕕":"𝕕","˙":"˙","≐":"≐","≑":"≑","∸":"∸","∔":"∔","⊡":"⊡","⌆":"⌆","↓":"↓","⇊":"⇊","⇃":"⇃","⇂":"⇂","⤐":"⤐","⌟":"⌟","⌌":"⌌","𝒹":"𝒹","ѕ":"ѕ","⧶":"⧶","đ":"đ","⋱":"⋱","▿":"▿","▾":"▾","⇵":"⇵","⥯":"⥯","⦦":"⦦","џ":"џ","⟿":"⟿","⩷":"⩷","≑":"≑","é":"é","é":"é","⩮":"⩮","ě":"ě","≖":"≖","ê":"ê","ê":"ê","≕":"≕","э":"э","ė":"ė","ⅇ":"ⅇ","≒":"≒","𝔢":"𝔢","⪚":"⪚","è":"è","è":"è","⪖":"⪖","⪘":"⪘","⪙":"⪙","⏧":"⏧","ℓ":"ℓ","⪕":"⪕","⪗":"⪗","ē":"ē","∅":"∅","∅":"∅","∅":"∅"," ":" "," ":" "," ":" ","ŋ":"ŋ"," ":" ","ę":"ę","𝕖":"𝕖","⋕":"⋕","⧣":"⧣","⩱":"⩱","ε":"ε","ε":"ε","ϵ":"ϵ","≖":"≖","≕":"≕","≂":"≂","⪖":"⪖","⪕":"⪕","=":"=","≟":"≟","≡":"≡","⩸":"⩸","⧥":"⧥","≓":"≓","⥱":"⥱","ℯ":"ℯ","≐":"≐","≂":"≂","η":"η","ð":"ð","ð":"ð","ë":"ë","ë":"ë","€":"€","!":"!","∃":"∃","ℰ":"ℰ","ⅇ":"ⅇ","≒":"≒","ф":"ф","♀":"♀","ffi":"ffi","ff":"ff","ffl":"ffl","𝔣":"𝔣","fi":"fi","fj":"fj","♭":"♭","fl":"fl","▱":"▱","ƒ":"ƒ","𝕗":"𝕗","∀":"∀","⋔":"⋔","⫙":"⫙","⨍":"⨍","½":"½","½":"½","⅓":"⅓","¼":"¼","¼":"¼","⅕":"⅕","⅙":"⅙","⅛":"⅛","⅔":"⅔","⅖":"⅖","¾":"¾","¾":"¾","⅗":"⅗","⅜":"⅜","⅘":"⅘","⅚":"⅚","⅝":"⅝","⅞":"⅞","⁄":"⁄","⌢":"⌢","𝒻":"𝒻","≧":"≧","⪌":"⪌","ǵ":"ǵ","γ":"γ","ϝ":"ϝ","⪆":"⪆","ğ":"ğ","ĝ":"ĝ","г":"г","ġ":"ġ","≥":"≥","⋛":"⋛","≥":"≥","≧":"≧","⩾":"⩾","⩾":"⩾","⪩":"⪩","⪀":"⪀","⪂":"⪂","⪄":"⪄","⋛︀":"⋛︀","⪔":"⪔","𝔤":"𝔤","≫":"≫","⋙":"⋙","ℷ":"ℷ","ѓ":"ѓ","≷":"≷","⪒":"⪒","⪥":"⪥","⪤":"⪤","≩":"≩","⪊":"⪊","⪊":"⪊","⪈":"⪈","⪈":"⪈","≩":"≩","⋧":"⋧","𝕘":"𝕘","`":"`","ℊ":"ℊ","≳":"≳","⪎":"⪎","⪐":"⪐",">":">",">":">","⪧":"⪧","⩺":"⩺","⋗":"⋗","⦕":"⦕","⩼":"⩼","⪆":"⪆","⥸":"⥸","⋗":"⋗","⋛":"⋛","⪌":"⪌","≷":"≷","≳":"≳","≩︀":"≩︀","≩︀":"≩︀","⇔":"⇔"," ":" ","½":"½","ℋ":"ℋ","ъ":"ъ","↔":"↔","⥈":"⥈","↭":"↭","ℏ":"ℏ","ĥ":"ĥ","♥":"♥","♥":"♥","…":"…","⊹":"⊹","𝔥":"𝔥","⤥":"⤥","⤦":"⤦","⇿":"⇿","∻":"∻","↩":"↩","↪":"↪","𝕙":"𝕙","―":"―","𝒽":"𝒽","ℏ":"ℏ","ħ":"ħ","⁃":"⁃","‐":"‐","í":"í","í":"í","⁣":"","î":"î","î":"î","и":"и","е":"е","¡":"¡","¡":"¡","⇔":"⇔","𝔦":"𝔦","ì":"ì","ì":"ì","ⅈ":"ⅈ","⨌":"⨌","∭":"∭","⧜":"⧜","℩":"℩","ij":"ij","ī":"ī","ℑ":"ℑ","ℐ":"ℐ","ℑ":"ℑ","ı":"ı","⊷":"⊷","Ƶ":"Ƶ","∈":"∈","℅":"℅","∞":"∞","⧝":"⧝","ı":"ı","∫":"∫","⊺":"⊺","ℤ":"ℤ","⊺":"⊺","⨗":"⨗","⨼":"⨼","ё":"ё","į":"į","𝕚":"𝕚","ι":"ι","⨼":"⨼","¿":"¿","¿":"¿","𝒾":"𝒾","∈":"∈","⋹":"⋹","⋵":"⋵","⋴":"⋴","⋳":"⋳","∈":"∈","⁢":"","ĩ":"ĩ","і":"і","ï":"ï","ï":"ï","ĵ":"ĵ","й":"й","𝔧":"𝔧","ȷ":"ȷ","𝕛":"𝕛","𝒿":"𝒿","ј":"ј","є":"є","κ":"κ","ϰ":"ϰ","ķ":"ķ","к":"к","𝔨":"𝔨","ĸ":"ĸ","х":"х","ќ":"ќ","𝕜":"𝕜","𝓀":"𝓀","⇚":"⇚","⇐":"⇐","⤛":"⤛","⤎":"⤎","≦":"≦","⪋":"⪋","⥢":"⥢","ĺ":"ĺ","⦴":"⦴","ℒ":"ℒ","λ":"λ","⟨":"⟨","⦑":"⦑","⟨":"⟨","⪅":"⪅","«":"«","«":"«","←":"←","⇤":"⇤","⤟":"⤟","⤝":"⤝","↩":"↩","↫":"↫","⤹":"⤹","⥳":"⥳","↢":"↢","⪫":"⪫","⤙":"⤙","⪭":"⪭","⪭︀":"⪭︀","⤌":"⤌","❲":"❲","{":"{","[":"[","⦋":"⦋","⦏":"⦏","⦍":"⦍","ľ":"ľ","ļ":"ļ","⌈":"⌈","{":"{","л":"л","⤶":"⤶","“":"“","„":"„","⥧":"⥧","⥋":"⥋","↲":"↲","≤":"≤","←":"←","↢":"↢","↽":"↽","↼":"↼","⇇":"⇇","↔":"↔","⇆":"⇆","⇋":"⇋","↭":"↭","⋋":"⋋","⋚":"⋚","≤":"≤","≦":"≦","⩽":"⩽","⩽":"⩽","⪨":"⪨","⩿":"⩿","⪁":"⪁","⪃":"⪃","⋚︀":"⋚︀","⪓":"⪓","⪅":"⪅","⋖":"⋖","⋚":"⋚","⪋":"⪋","≶":"≶","≲":"≲","⥼":"⥼","⌊":"⌊","𝔩":"𝔩","≶":"≶","⪑":"⪑","↽":"↽","↼":"↼","⥪":"⥪","▄":"▄","љ":"љ","≪":"≪","⇇":"⇇","⌞":"⌞","⥫":"⥫","◺":"◺","ŀ":"ŀ","⎰":"⎰","⎰":"⎰","≨":"≨","⪉":"⪉","⪉":"⪉","⪇":"⪇","⪇":"⪇","≨":"≨","⋦":"⋦","⟬":"⟬","⇽":"⇽","⟦":"⟦","⟵":"⟵","⟷":"⟷","⟼":"⟼","⟶":"⟶","↫":"↫","↬":"↬","⦅":"⦅","𝕝":"𝕝","⨭":"⨭","⨴":"⨴","∗":"∗","_":"_","◊":"◊","◊":"◊","⧫":"⧫","(":"(","⦓":"⦓","⇆":"⇆","⌟":"⌟","⇋":"⇋","⥭":"⥭","‎":"","⊿":"⊿","‹":"‹","𝓁":"𝓁","↰":"↰","≲":"≲","⪍":"⪍","⪏":"⪏","[":"[","‘":"‘","‚":"‚","ł":"ł","<":"<","<":"<","⪦":"⪦","⩹":"⩹","⋖":"⋖","⋋":"⋋","⋉":"⋉","⥶":"⥶","⩻":"⩻","⦖":"⦖","◃":"◃","⊴":"⊴","◂":"◂","⥊":"⥊","⥦":"⥦","≨︀":"≨︀","≨︀":"≨︀","∺":"∺","¯":"¯","¯":"¯","♂":"♂","✠":"✠","✠":"✠","↦":"↦","↦":"↦","↧":"↧","↤":"↤","↥":"↥","▮":"▮","⨩":"⨩","м":"м","—":"—","∡":"∡","𝔪":"𝔪","℧":"℧","µ":"µ","µ":"µ","∣":"∣","*":"*","⫰":"⫰","·":"·","·":"·","−":"−","⊟":"⊟","∸":"∸","⨪":"⨪","⫛":"⫛","…":"…","∓":"∓","⊧":"⊧","𝕞":"𝕞","∓":"∓","𝓂":"𝓂","∾":"∾","μ":"μ","⊸":"⊸","⊸":"⊸","⋙̸":"⋙̸","≫⃒":"≫⃒","≫̸":"≫̸","⇍":"⇍","⇎":"⇎","⋘̸":"⋘̸","≪⃒":"≪⃒","≪̸":"≪̸","⇏":"⇏","⊯":"⊯","⊮":"⊮","∇":"∇","ń":"ń","∠⃒":"∠⃒","≉":"≉","⩰̸":"⩰̸","≋̸":"≋̸","ʼn":"ʼn","≉":"≉","♮":"♮","♮":"♮","ℕ":"ℕ"," ":" "," ":" ","≎̸":"≎̸","≏̸":"≏̸","⩃":"⩃","ň":"ň","ņ":"ņ","≇":"≇","⩭̸":"⩭̸","⩂":"⩂","н":"н","–":"–","≠":"≠","⇗":"⇗","⤤":"⤤","↗":"↗","↗":"↗","≐̸":"≐̸","≢":"≢","⤨":"⤨","≂̸":"≂̸","∄":"∄","∄":"∄","𝔫":"𝔫","≧̸":"≧̸","≱":"≱","≱":"≱","≧̸":"≧̸","⩾̸":"⩾̸","⩾̸":"⩾̸","≵":"≵","≯":"≯","≯":"≯","⇎":"⇎","↮":"↮","⫲":"⫲","∋":"∋","⋼":"⋼","⋺":"⋺","∋":"∋","њ":"њ","⇍":"⇍","≦̸":"≦̸","↚":"↚","‥":"‥","≰":"≰","↚":"↚","↮":"↮","≰":"≰","≦̸":"≦̸","⩽̸":"⩽̸","⩽̸":"⩽̸","≮":"≮","≴":"≴","≮":"≮","⋪":"⋪","⋬":"⋬","∤":"∤","𝕟":"𝕟","¬":"¬","¬":"¬","∉":"∉","⋹̸":"⋹̸","⋵̸":"⋵̸","∉":"∉","⋷":"⋷","⋶":"⋶","∌":"∌","∌":"∌","⋾":"⋾","⋽":"⋽","∦":"∦","∦":"∦","⫽⃥":"⫽⃥","∂̸":"∂̸","⨔":"⨔","⊀":"⊀","⋠":"⋠","⪯̸":"⪯̸","⊀":"⊀","⪯̸":"⪯̸","⇏":"⇏","↛":"↛","⤳̸":"⤳̸","↝̸":"↝̸","↛":"↛","⋫":"⋫","⋭":"⋭","⊁":"⊁","⋡":"⋡","⪰̸":"⪰̸","𝓃":"𝓃","∤":"∤","∦":"∦","≁":"≁","≄":"≄","≄":"≄","∤":"∤","∦":"∦","⋢":"⋢","⋣":"⋣","⊄":"⊄","⫅̸":"⫅̸","⊈":"⊈","⊂⃒":"⊂⃒","⊈":"⊈","⫅̸":"⫅̸","⊁":"⊁","⪰̸":"⪰̸","⊅":"⊅","⫆̸":"⫆̸","⊉":"⊉","⊃⃒":"⊃⃒","⊉":"⊉","⫆̸":"⫆̸","≹":"≹","ñ":"ñ","ñ":"ñ","≸":"≸","⋪":"⋪","⋬":"⋬","⋫":"⋫","⋭":"⋭","ν":"ν","#":"#","№":"№"," ":" ","⊭":"⊭","⤄":"⤄","≍⃒":"≍⃒","⊬":"⊬","≥⃒":"≥⃒",">⃒":">⃒","⧞":"⧞","⤂":"⤂","≤⃒":"≤⃒","<⃒":"<⃒","⊴⃒":"⊴⃒","⤃":"⤃","⊵⃒":"⊵⃒","∼⃒":"∼⃒","⇖":"⇖","⤣":"⤣","↖":"↖","↖":"↖","⤧":"⤧","Ⓢ":"Ⓢ","ó":"ó","ó":"ó","⊛":"⊛","⊚":"⊚","ô":"ô","ô":"ô","о":"о","⊝":"⊝","ő":"ő","⨸":"⨸","⊙":"⊙","⦼":"⦼","œ":"œ","⦿":"⦿","𝔬":"𝔬","˛":"˛","ò":"ò","ò":"ò","⧁":"⧁","⦵":"⦵","Ω":"Ω","∮":"∮","↺":"↺","⦾":"⦾","⦻":"⦻","‾":"‾","⧀":"⧀","ō":"ō","ω":"ω","ο":"ο","⦶":"⦶","⊖":"⊖","𝕠":"𝕠","⦷":"⦷","⦹":"⦹","⊕":"⊕","∨":"∨","↻":"↻","⩝":"⩝","ℴ":"ℴ","ℴ":"ℴ","ª":"ª","ª":"ª","º":"º","º":"º","⊶":"⊶","⩖":"⩖","⩗":"⩗","⩛":"⩛","ℴ":"ℴ","ø":"ø","ø":"ø","⊘":"⊘","õ":"õ","õ":"õ","⊗":"⊗","⨶":"⨶","ö":"ö","ö":"ö","⌽":"⌽","∥":"∥","¶":"¶","¶":"¶","∥":"∥","⫳":"⫳","⫽":"⫽","∂":"∂","п":"п","%":"%",".":".","‰":"‰","⊥":"⊥","‱":"‱","𝔭":"𝔭","φ":"φ","ϕ":"ϕ","ℳ":"ℳ","☎":"☎","π":"π","⋔":"⋔","ϖ":"ϖ","ℏ":"ℏ","ℎ":"ℎ","ℏ":"ℏ","+":"+","⨣":"⨣","⊞":"⊞","⨢":"⨢","∔":"∔","⨥":"⨥","⩲":"⩲","±":"±","±":"±","⨦":"⨦","⨧":"⨧","±":"±","⨕":"⨕","𝕡":"𝕡","£":"£","£":"£","≺":"≺","⪳":"⪳","⪷":"⪷","≼":"≼","⪯":"⪯","≺":"≺","⪷":"⪷","≼":"≼","⪯":"⪯","⪹":"⪹","⪵":"⪵","⋨":"⋨","≾":"≾","′":"′","ℙ":"ℙ","⪵":"⪵","⪹":"⪹","⋨":"⋨","∏":"∏","⌮":"⌮","⌒":"⌒","⌓":"⌓","∝":"∝","∝":"∝","≾":"≾","⊰":"⊰","𝓅":"𝓅","ψ":"ψ"," ":" ","𝔮":"𝔮","⨌":"⨌","𝕢":"𝕢","⁗":"⁗","𝓆":"𝓆","ℍ":"ℍ","⨖":"⨖","?":"?","≟":"≟",""":'"',""":'"',"⇛":"⇛","⇒":"⇒","⤜":"⤜","⤏":"⤏","⥤":"⥤","∽̱":"∽̱","ŕ":"ŕ","√":"√","⦳":"⦳","⟩":"⟩","⦒":"⦒","⦥":"⦥","⟩":"⟩","»":"»","»":"»","→":"→","⥵":"⥵","⇥":"⇥","⤠":"⤠","⤳":"⤳","⤞":"⤞","↪":"↪","↬":"↬","⥅":"⥅","⥴":"⥴","↣":"↣","↝":"↝","⤚":"⤚","∶":"∶","ℚ":"ℚ","⤍":"⤍","❳":"❳","}":"}","]":"]","⦌":"⦌","⦎":"⦎","⦐":"⦐","ř":"ř","ŗ":"ŗ","⌉":"⌉","}":"}","р":"р","⤷":"⤷","⥩":"⥩","”":"”","”":"”","↳":"↳","ℜ":"ℜ","ℛ":"ℛ","ℜ":"ℜ","ℝ":"ℝ","▭":"▭","®":"®","®":"®","⥽":"⥽","⌋":"⌋","𝔯":"𝔯","⇁":"⇁","⇀":"⇀","⥬":"⥬","ρ":"ρ","ϱ":"ϱ","→":"→","↣":"↣","⇁":"⇁","⇀":"⇀","⇄":"⇄","⇌":"⇌","⇉":"⇉","↝":"↝","⋌":"⋌","˚":"˚","≓":"≓","⇄":"⇄","⇌":"⇌","‏":"","⎱":"⎱","⎱":"⎱","⫮":"⫮","⟭":"⟭","⇾":"⇾","⟧":"⟧","⦆":"⦆","𝕣":"𝕣","⨮":"⨮","⨵":"⨵",")":")","⦔":"⦔","⨒":"⨒","⇉":"⇉","›":"›","𝓇":"𝓇","↱":"↱","]":"]","’":"’","’":"’","⋌":"⋌","⋊":"⋊","▹":"▹","⊵":"⊵","▸":"▸","⧎":"⧎","⥨":"⥨","℞":"℞","ś":"ś","‚":"‚","≻":"≻","⪴":"⪴","⪸":"⪸","š":"š","≽":"≽","⪰":"⪰","ş":"ş","ŝ":"ŝ","⪶":"⪶","⪺":"⪺","⋩":"⋩","⨓":"⨓","≿":"≿","с":"с","⋅":"⋅","⊡":"⊡","⩦":"⩦","⇘":"⇘","⤥":"⤥","↘":"↘","↘":"↘","§":"§","§":"§",";":";","⤩":"⤩","∖":"∖","∖":"∖","✶":"✶","𝔰":"𝔰","⌢":"⌢","♯":"♯","щ":"щ","ш":"ш","∣":"∣","∥":"∥","­":"","­":"","σ":"σ","ς":"ς","ς":"ς","∼":"∼","⩪":"⩪","≃":"≃","≃":"≃","⪞":"⪞","⪠":"⪠","⪝":"⪝","⪟":"⪟","≆":"≆","⨤":"⨤","⥲":"⥲","←":"←","∖":"∖","⨳":"⨳","⧤":"⧤","∣":"∣","⌣":"⌣","⪪":"⪪","⪬":"⪬","⪬︀":"⪬︀","ь":"ь","/":"/","⧄":"⧄","⌿":"⌿","𝕤":"𝕤","♠":"♠","♠":"♠","∥":"∥","⊓":"⊓","⊓︀":"⊓︀","⊔":"⊔","⊔︀":"⊔︀","⊏":"⊏","⊑":"⊑","⊏":"⊏","⊑":"⊑","⊐":"⊐","⊒":"⊒","⊐":"⊐","⊒":"⊒","□":"□","□":"□","▪":"▪","▪":"▪","→":"→","𝓈":"𝓈","∖":"∖","⌣":"⌣","⋆":"⋆","☆":"☆","★":"★","ϵ":"ϵ","ϕ":"ϕ","¯":"¯","⊂":"⊂","⫅":"⫅","⪽":"⪽","⊆":"⊆","⫃":"⫃","⫁":"⫁","⫋":"⫋","⊊":"⊊","⪿":"⪿","⥹":"⥹","⊂":"⊂","⊆":"⊆","⫅":"⫅","⊊":"⊊","⫋":"⫋","⫇":"⫇","⫕":"⫕","⫓":"⫓","≻":"≻","⪸":"⪸","≽":"≽","⪰":"⪰","⪺":"⪺","⪶":"⪶","⋩":"⋩","≿":"≿","∑":"∑","♪":"♪","¹":"¹","¹":"¹","²":"²","²":"²","³":"³","³":"³","⊃":"⊃","⫆":"⫆","⪾":"⪾","⫘":"⫘","⊇":"⊇","⫄":"⫄","⟉":"⟉","⫗":"⫗","⥻":"⥻","⫂":"⫂","⫌":"⫌","⊋":"⊋","⫀":"⫀","⊃":"⊃","⊇":"⊇","⫆":"⫆","⊋":"⊋","⫌":"⫌","⫈":"⫈","⫔":"⫔","⫖":"⫖","⇙":"⇙","⤦":"⤦","↙":"↙","↙":"↙","⤪":"⤪","ß":"ß","ß":"ß","⌖":"⌖","τ":"τ","⎴":"⎴","ť":"ť","ţ":"ţ","т":"т","⃛":"⃛","⌕":"⌕","𝔱":"𝔱","∴":"∴","∴":"∴","θ":"θ","ϑ":"ϑ","ϑ":"ϑ","≈":"≈","∼":"∼"," ":" ","≈":"≈","∼":"∼","þ":"þ","þ":"þ","˜":"˜","×":"×","×":"×","⊠":"⊠","⨱":"⨱","⨰":"⨰","∭":"∭","⤨":"⤨","⊤":"⊤","⌶":"⌶","⫱":"⫱","𝕥":"𝕥","⫚":"⫚","⤩":"⤩","‴":"‴","™":"™","▵":"▵","▿":"▿","◃":"◃","⊴":"⊴","≜":"≜","▹":"▹","⊵":"⊵","◬":"◬","≜":"≜","⨺":"⨺","⨹":"⨹","⧍":"⧍","⨻":"⨻","⏢":"⏢","𝓉":"𝓉","ц":"ц","ћ":"ћ","ŧ":"ŧ","≬":"≬","↞":"↞","↠":"↠","⇑":"⇑","⥣":"⥣","ú":"ú","ú":"ú","↑":"↑","ў":"ў","ŭ":"ŭ","û":"û","û":"û","у":"у","⇅":"⇅","ű":"ű","⥮":"⥮","⥾":"⥾","𝔲":"𝔲","ù":"ù","ù":"ù","↿":"↿","↾":"↾","▀":"▀","⌜":"⌜","⌜":"⌜","⌏":"⌏","◸":"◸","ū":"ū","¨":"¨","¨":"¨","ų":"ų","𝕦":"𝕦","↑":"↑","↕":"↕","↿":"↿","↾":"↾","⊎":"⊎","υ":"υ","ϒ":"ϒ","υ":"υ","⇈":"⇈","⌝":"⌝","⌝":"⌝","⌎":"⌎","ů":"ů","◹":"◹","𝓊":"𝓊","⋰":"⋰","ũ":"ũ","▵":"▵","▴":"▴","⇈":"⇈","ü":"ü","ü":"ü","⦧":"⦧","⇕":"⇕","⫨":"⫨","⫩":"⫩","⊨":"⊨","⦜":"⦜","ϵ":"ϵ","ϰ":"ϰ","∅":"∅","ϕ":"ϕ","ϖ":"ϖ","∝":"∝","↕":"↕","ϱ":"ϱ","ς":"ς","⊊︀":"⊊︀","⫋︀":"⫋︀","⊋︀":"⊋︀","⫌︀":"⫌︀","ϑ":"ϑ","⊲":"⊲","⊳":"⊳","в":"в","⊢":"⊢","∨":"∨","⊻":"⊻","≚":"≚","⋮":"⋮","|":"|","|":"|","𝔳":"𝔳","⊲":"⊲","⊂⃒":"⊂⃒","⊃⃒":"⊃⃒","𝕧":"𝕧","∝":"∝","⊳":"⊳","𝓋":"𝓋","⫋︀":"⫋︀","⊊︀":"⊊︀","⫌︀":"⫌︀","⊋︀":"⊋︀","⦚":"⦚","ŵ":"ŵ","⩟":"⩟","∧":"∧","≙":"≙","℘":"℘","𝔴":"𝔴","𝕨":"𝕨","℘":"℘","≀":"≀","≀":"≀","𝓌":"𝓌","⋂":"⋂","◯":"◯","⋃":"⋃","▽":"▽","𝔵":"𝔵","⟺":"⟺","⟷":"⟷","ξ":"ξ","⟸":"⟸","⟵":"⟵","⟼":"⟼","⋻":"⋻","⨀":"⨀","𝕩":"𝕩","⨁":"⨁","⨂":"⨂","⟹":"⟹","⟶":"⟶","𝓍":"𝓍","⨆":"⨆","⨄":"⨄","△":"△","⋁":"⋁","⋀":"⋀","ý":"ý","ý":"ý","я":"я","ŷ":"ŷ","ы":"ы","¥":"¥","¥":"¥","𝔶":"𝔶","ї":"ї","𝕪":"𝕪","𝓎":"𝓎","ю":"ю","ÿ":"ÿ","ÿ":"ÿ","ź":"ź","ž":"ž","з":"з","ż":"ż","ℨ":"ℨ","ζ":"ζ","𝔷":"𝔷","ж":"ж","⇝":"⇝","𝕫":"𝕫","𝓏":"𝓏","‍":"","‌":""};function Ja(r){return r.replace(/&(#\d+|#x[a-f0-9]+|[a-z]+\d*);?/gi,(e,t)=>{if(typeof zi[e]=="string")return zi[e];if(t.charAt(0)!=="#"||e.charAt(e.length-1)!==";")return e;let n;t.charAt(1)==="x"?n=parseInt(t.substr(2),16):n=parseInt(t.substr(1),10);var s="";return n>=55296&&n<=57343||n>1114111?"�":(n>65535&&(n-=65536,s+=String.fromCharCode(n>>>10&1023|55296),n=56320|n&1023),s+=String.fromCharCode(n),s)})}function er(r){return r.trim().replace(/[<>"'?&]/g,e=>{let t=e.charCodeAt(0).toString(16);return t.length<2&&(t="0"+t),"&#x"+t.toUpperCase()+";"})}function Qa(r){return"<div>"+er(r).replace(/\n/g,"<br />")+"</div>"}function Ya(r){return r=r.replace(/\r?\n/g,"").replace(/<\!\-\-.*?\-\->/gi," ").replace(/<br\b[^>]*>/gi,`
|
|
@@ -22,10 +22,10 @@ ${s}
|
|
|
22
22
|
`}function Ui(r){let e=[];if(r.from&&e.push(`<div class="postal-email-header-key">From</div><div class="postal-email-header-value">${il(r.from)}</div>`),r.subject&&e.push(`<div class="postal-email-header-key">Subject</div><div class="postal-email-header-value postal-email-header-subject">${er(r.subject)}</div>`),r.date){let n={year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1},s=typeof Intl>"u"?r.date:new Intl.DateTimeFormat("default",n).format(new Date(r.date));e.push(`<div class="postal-email-header-key">Date</div><div class="postal-email-header-value postal-email-header-date" data-date="${er(r.date)}">${er(s)}</div>`)}return r.to&&r.to.length&&e.push(`<div class="postal-email-header-key">To</div><div class="postal-email-header-value">${Cs(r.to)}</div>`),r.cc&&r.cc.length&&e.push(`<div class="postal-email-header-key">Cc</div><div class="postal-email-header-value">${Cs(r.cc)}</div>`),r.bcc&&r.bcc.length&&e.push(`<div class="postal-email-header-key">Bcc</div><div class="postal-email-header-value">${Cs(r.bcc)}</div>`),`<div class="postal-email-header">${e.length?'<div class="postal-email-header-row">':""}${e.join(`</div>
|
|
23
23
|
<div class="postal-email-header-row">`)}${e.length?"</div>":""}</div>`}function Za(r,e){let t=!1,n="text",s,o=[],i={address:[],comment:[],group:[],text:[],textWasQuoted:[]},l,a,u=!1;for(l=0,a=r.length;l<a;l++){let c=r[l],d=l?r[l-1]:null;if(c.type==="operator")switch(c.value){case"<":n="address",u=!1;break;case"(":n="comment",u=!1;break;case":":n="group",t=!0,u=!1;break;case'"':u=!u,n="text";break;default:n="text",u=!1;break}else c.value&&(n==="address"&&(c.value=c.value.replace(/^[^<]*<\s*/,"")),d&&d.noBreak&&i[n].length?(i[n][i[n].length-1]+=c.value,n==="text"&&u&&(i.textWasQuoted[i.textWasQuoted.length-1]=!0)):(i[n].push(c.value),n==="text"&&i.textWasQuoted.push(u)))}if(!i.text.length&&i.comment.length&&(i.text=i.comment,i.comment=[]),t){i.text=i.text.join(" ");let c=[];i.group.length&&Vr(i.group.join(","),{_depth:e+1}).forEach(f=>{f.group?c=c.concat(f.group):c.push(f)}),o.push({name:Kr(i.text||s&&s.name),group:c})}else{if(!i.address.length&&i.text.length){for(l=i.text.length-1;l>=0;l--)if(!i.textWasQuoted[l]&&i.text[l].match(/^[^@\s]+@[^@\s]+$/)){i.address=i.text.splice(l,1),i.textWasQuoted.splice(l,1);break}let c=function(d){return i.address.length?d:(i.address=[d.trim()]," ")};if(!i.address.length)for(l=i.text.length-1;l>=0&&!(!i.textWasQuoted[l]&&(i.text[l]=i.text[l].replace(/\s*\b[^@\s]+@[^\s]+\b\s*/,c).trim(),i.address.length));l--);}if(!i.text.length&&i.comment.length&&(i.text=i.comment,i.comment=[]),i.address.length>1&&(i.text=i.text.concat(i.address.splice(1))),i.text=i.text.join(" "),i.address=i.address.join(" "),!i.address&&/^=\?[^=]+?=$/.test(i.text.trim())){const c=Vr(Kr(i.text));if(c&&c.length)return c}if(!i.address&&t)return[];s={address:i.address||i.text||"",name:Kr(i.text||i.address||"")},s.address===s.name&&((s.address||"").match(/@/)?s.name="":s.address=""),o.push(s)}return o}class eu{constructor(e){this.str=(e||"").toString(),this.operatorCurrent="",this.operatorExpecting="",this.node=null,this.escaped=!1,this.list=[],this.operators={'"':'"',"(":")","<":">",",":"",":":";",";":""}}tokenize(){let e=[];for(let t=0,n=this.str.length;t<n;t++){let s=this.str.charAt(t),o=t<n-1?this.str.charAt(t+1):null;this.checkChar(s,o)}return this.list.forEach(t=>{t.value=(t.value||"").toString().trim(),t.value&&e.push(t)}),e}checkChar(e,t){if(!this.escaped){if(e===this.operatorExpecting){this.node={type:"operator",value:e},t&&![" "," ","\r",`
|
|
24
24
|
`,",",";"].includes(t)&&(this.node.noBreak=!0),this.list.push(this.node),this.node=null,this.operatorExpecting="",this.escaped=!1;return}else if(!this.operatorExpecting&&e in this.operators){this.node={type:"operator",value:e},this.list.push(this.node),this.node=null,this.operatorExpecting=this.operators[e],this.escaped=!1;return}else if(['"',"'"].includes(this.operatorExpecting)&&e==="\\"){this.escaped=!0;return}}this.node||(this.node={type:"text",value:""},this.list.push(this.node)),e===`
|
|
25
|
-
`&&(e=" "),(e.charCodeAt(0)>=33||[" "," "].includes(e))&&(this.node.value+=e),this.escaped=!1}}const tu=50;function Vr(r,e){e=e||{};let t=e._depth||0;if(t>tu)return[];let s=new eu(r).tokenize(),o=[],i=[],l=[];if(s.forEach(a=>{a.type==="operator"&&(a.value===","||a.value===";")?(i.length&&o.push(i),i=[]):i.push(a)}),i.length&&o.push(i),o.forEach(a=>{a=Za(a,t),a.length&&(l=l.concat(a))}),e.flatten){let a=[],u=c=>{c.forEach(d=>{if(d.group)return u(d.group);a.push(d)})};return u(l),a}return l}function ru(r){for(var e="",t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n=new Uint8Array(r),s=n.byteLength,o=s%3,i=s-o,l,a,u,c,d,f=0;f<i;f=f+3)d=n[f]<<16|n[f+1]<<8|n[f+2],l=(d&16515072)>>18,a=(d&258048)>>12,u=(d&4032)>>6,c=d&63,e+=t[l]+t[a]+t[u]+t[c];return o==1?(d=n[i],l=(d&252)>>2,a=(d&3)<<4,e+=t[l]+t[a]+"=="):o==2&&(d=n[i]<<8|n[i+1],l=(d&64512)>>10,a=(d&1008)>>4,u=(d&15)<<2,e+=t[l]+t[a]+t[u]+"="),e}const nu=256,su=2*1024*1024;class
|
|
25
|
+
`&&(e=" "),(e.charCodeAt(0)>=33||[" "," "].includes(e))&&(this.node.value+=e),this.escaped=!1}}const tu=50;function Vr(r,e){e=e||{};let t=e._depth||0;if(t>tu)return[];let s=new eu(r).tokenize(),o=[],i=[],l=[];if(s.forEach(a=>{a.type==="operator"&&(a.value===","||a.value===";")?(i.length&&o.push(i),i=[]):i.push(a)}),i.length&&o.push(i),o.forEach(a=>{a=Za(a,t),a.length&&(l=l.concat(a))}),e.flatten){let a=[],u=c=>{c.forEach(d=>{if(d.group)return u(d.group);a.push(d)})};return u(l),a}return l}function ru(r){for(var e="",t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n=new Uint8Array(r),s=n.byteLength,o=s%3,i=s-o,l,a,u,c,d,f=0;f<i;f=f+3)d=n[f]<<16|n[f+1]<<8|n[f+2],l=(d&16515072)>>18,a=(d&258048)>>12,u=(d&4032)>>6,c=d&63,e+=t[l]+t[a]+t[u]+t[c];return o==1?(d=n[i],l=(d&252)>>2,a=(d&3)<<4,e+=t[l]+t[a]+"=="):o==2&&(d=n[i]<<8|n[i+1],l=(d&64512)>>10,a=(d&1008)>>4,u=(d&15)<<2,e+=t[l]+t[a]+t[u]+"="),e}const nu=256,su=2*1024*1024;class jn{static parse(e,t){return new jn(t).parse(e)}constructor(e){this.options=e||{},this.mimeOptions={maxNestingDepth:this.options.maxNestingDepth||nu,maxHeadersSize:this.options.maxHeadersSize||su},this.root=this.currentNode=new $i({postalMime:this,...this.mimeOptions}),this.boundaries=[],this.textContent={},this.attachments=[],this.attachmentEncoding=(this.options.attachmentEncoding||"").toString().replace(/[-_\s]/g,"").trim().toLowerCase()||"arraybuffer",this.started=!1}async finalize(){await this.root.finalize()}async processLine(e,t){let n=this.boundaries;if(n.length&&e.length>2&&e[0]===45&&e[1]===45)for(let s=n.length-1;s>=0;s--){let o=n[s];if(e.length!==o.value.length+2&&e.length!==o.value.length+4)continue;let i=e.length===o.value.length+4;if(i&&(e[e.length-2]!==45||e[e.length-1]!==45))continue;let l=!0;for(let a=0;a<o.value.length;a++)if(e[a+2]!==o.value[a]){l=!1;break}if(l)return i?(await o.node.finalize(),this.currentNode=o.node.parentNode||this.root):(await o.node.finalizeChildNodes(),this.currentNode=new $i({postalMime:this,parentNode:o.node,...this.mimeOptions})),t?this.finalize():void 0}if(this.currentNode.feed(e),t)return this.finalize()}readLine(){let e=this.readPos,t=this.readPos,n=()=>({bytes:new Uint8Array(this.buf,e,t-e),done:this.readPos>=this.av.length});for(;this.readPos<this.av.length;){const s=this.av[this.readPos++];if(s!==13&&s!==10&&(t=this.readPos),s===10)return n()}return n()}async processNodeTree(){let e={},t=new Set,n=this.textMap=new Map,s=this.forceRfc822Attachments(),o=async(i,l,a)=>{if(l=l||!1,a=a||!1,i.contentType.multipart)i.contentType.multipart==="alternative"?l=i:i.contentType.multipart==="related"&&(a=i);else if(this.isInlineMessageRfc822(i)&&!s){const u=new jn;i.subMessage=await u.parse(i.content),n.has(i)||n.set(i,{});let c=n.get(i);(i.subMessage.text||!i.subMessage.html)&&(c.plain=c.plain||[],c.plain.push({type:"subMessage",value:i.subMessage}),t.add("plain")),i.subMessage.html&&(c.html=c.html||[],c.html.push({type:"subMessage",value:i.subMessage}),t.add("html")),u.textMap&&u.textMap.forEach((d,f)=>{n.set(f,d)});for(let d of i.subMessage.attachments||[])this.attachments.push(d)}else if(this.isInlineTextNode(i)){let u=i.contentType.parsed.value.substr(i.contentType.parsed.value.indexOf("/")+1),c=l||i;n.has(c)||n.set(c,{});let d=n.get(c);d[u]=d[u]||[],d[u].push({type:"text",value:i.getTextContent()}),t.add(u)}else if(i.content){const u=i.contentDisposition.parsed.params.filename||i.contentType.parsed.params.name||null,c={filename:u?Kr(u):null,mimeType:i.contentType.parsed.value,disposition:i.contentDisposition.parsed.value||null};switch(a&&i.contentId&&(c.related=!0),i.contentDescription&&(c.description=i.contentDescription),i.contentId&&(c.contentId=i.contentId),i.contentType.parsed.value){case"text/calendar":case"application/ics":{i.contentType.parsed.params.method&&(c.method=i.contentType.parsed.params.method.toString().toUpperCase().trim());const d=i.getTextContent().replace(/\r?\n/g,`
|
|
26
26
|
`).replace(/\n*$/,`
|
|
27
27
|
`);c.content=Dr.encode(d);break}default:c.content=i.content}this.attachments.push(c)}for(let u of i.childNodes)await o(u,l,a)};await o(this.root,!1,[]),n.forEach(i=>{t.forEach(l=>{if(e[l]||(e[l]=[]),i[l])i[l].forEach(a=>{switch(a.type){case"text":e[l].push(a.value);break;case"subMessage":switch(l){case"html":e[l].push(Ui(a.value));break;case"plain":e[l].push(qi(a.value));break}break}});else{let a;switch(l){case"html":a="plain";break;case"plain":a="html";break}(i[a]||[]).forEach(u=>{switch(u.type){case"text":switch(l){case"html":e[l].push(Qa(u.value));break;case"plain":e[l].push(Ya(u.value));break}break;case"subMessage":switch(l){case"html":e[l].push(Ui(u.value));break;case"plain":e[l].push(qi(u.value));break}break}})}})}),Object.keys(e).forEach(i=>{e[i]=e[i].join(`
|
|
28
|
-
`)}),this.textContent=e}isInlineTextNode(e){if(e.contentDisposition.parsed.value==="attachment")return!1;switch(e.contentType.parsed.value){case"text/html":case"text/plain":return!0;case"text/calendar":case"text/csv":default:return!1}}isInlineMessageRfc822(e){return e.contentType.parsed.value!=="message/rfc822"?!1:(e.contentDisposition.parsed.value||(this.options.rfc822Attachments?"attachment":"inline"))==="inline"}forceRfc822Attachments(){if(this.options.forceRfc822Attachments)return!0;let e=!1,t=n=>{n.contentType.multipart||["message/delivery-status","message/feedback-report"].includes(n.contentType.parsed.value)&&(e=!0);for(let s of n.childNodes)t(s)};return t(this.root),e}async resolveStream(e){let t=0,n=[];const s=e.getReader();for(;;){const{done:l,value:a}=await s.read();if(l)break;n.push(a),t+=a.length}const o=new Uint8Array(t);let i=0;for(let l of n)o.set(l,i),i+=l.length;return o}async parse(e){var s,o;if(this.started)throw new Error("Can not reuse parser, create a new PostalMime object");for(this.started=!0,e&&typeof e.getReader=="function"&&(e=await this.resolveStream(e)),e=e||new ArrayBuffer(0),typeof e=="string"&&(e=Dr.encode(e)),(e instanceof Blob||Object.prototype.toString.call(e)==="[object Blob]")&&(e=await es(e)),e.buffer instanceof ArrayBuffer&&(e=new Uint8Array(e).buffer),this.buf=e,this.av=new Uint8Array(e),this.readPos=0;this.readPos<this.av.length;){const i=this.readLine();await this.processLine(i.bytes,i.done)}await this.processNodeTree();const t={headers:this.root.headers.map(i=>({key:i.key,value:i.value})).reverse()};for(const i of["from","sender"]){const l=this.root.headers.find(a=>a.key===i);if(l&&l.value){const a=Vr(l.value);a&&a.length&&(t[i]=a[0])}}for(const i of["delivered-to","return-path"]){const l=this.root.headers.find(a=>a.key===i);if(l&&l.value){const a=Vr(l.value);if(a&&a.length&&a[0].address){const u=i.replace(/\-(.)/g,(c,d)=>d.toUpperCase());t[u]=a[0].address}}}for(const i of["to","cc","bcc","reply-to"]){const l=this.root.headers.filter(u=>u.key===i);let a=[];if(l.filter(u=>u&&u.value).map(u=>Vr(u.value)).forEach(u=>a=a.concat(u||[])),a&&a.length){const u=i.replace(/\-(.)/g,(c,d)=>d.toUpperCase());t[u]=a}}for(const i of["subject","message-id","in-reply-to","references"]){const l=this.root.headers.find(a=>a.key===i);if(l&&l.value){const a=i.replace(/\-(.)/g,(u,c)=>c.toUpperCase());t[a]=Kr(l.value)}}let n=this.root.headers.find(i=>i.key==="date");if(n){let i=new Date(n.value);!i||i.toString()==="Invalid Date"?i=n.value:i=i.toISOString(),t.date=i}switch((s=this.textContent)!=null&&s.html&&(t.html=this.textContent.html),(o=this.textContent)!=null&&o.plain&&(t.text=this.textContent.plain),t.attachments=this.attachments,this.attachmentEncoding){case"arraybuffer":break;case"base64":for(let l of t.attachments||[])l!=null&&l.content&&(l.content=ru(l.content),l.encoding="base64");break;case"utf8":let i=new TextDecoder("utf8");for(let l of t.attachments||[])l!=null&&l.content&&(l.content=i.decode(l.content),l.encoding="utf8");break;default:throw new Error("Unknwon attachment encoding")}return t}}class ol{constructor(e){Lr(this,"config");if(!e.system_id)throw new Error("MailClient: system_id is REQUIRED");this.config=e}async callCoprocessor(e,t,n={}){const s={coprocessor:e,method:t,system_id:this.config.system_id,params:{user_id:this.config.system_id,...n}};try{const o=await fetch(`${this.config.baseUrl}/spu/invoke`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.getToken()}`},body:JSON.stringify(s)});if(!o.ok){const l=await o.text();throw new Error(`API error (${o.status}): ${l}`)}const i=await o.json();if(!i.success&&i.error)throw new Error(i.error);return i.result}catch(o){throw console.error("API call failed:",o),o}}async callMail(e,t={}){return this.callCoprocessor("mail",e,t)}async callEmail(e,t={}){return this.callCoprocessor("email",e,t)}getToken(){return typeof window<"u"&&window.localStorage&&localStorage.getItem("qwanyx_token")||""}async getSettings(){try{return await this.callMail("get_email_settings")||{accounts:[]}}catch{return{accounts:[]}}}async saveSettings(e){await this.callMail("save_email_settings",{accounts:e})}async listEmails(e,t=150,n){return this.callMail("list_emails",{account_id:e,limit:t,folder:n})}async deleteEmails(e,t,n=!0){return this.callMail("delete_emails",{account_id:e,uids:t,expunge:n})}async imapExec(e,t){return this.callMail("imap_exec",{account_id:e,commands:t})}async trashEmails(e,t,n="INBOX"){const s=["[Gmail]/Trash","[Gmail]/Corbeille","[Gmail]/Bin","Trash"];for(const o of s){const i=[`SELECT "${n}"`,...t.map(u=>`UID MOVE ${u} "${o}"`)],a=(await this.imapExec(e,i)).responses.filter(u=>u.ok&&u.command==="UID MOVE").length;if(a>0)return{success:!0,moved:a}}return{success:!1,moved:0}}async archiveEmails(e,t,n="INBOX"){const s=[`SELECT "${n}"`,...t.map(l=>`UID STORE ${l} +FLAGS (\\Deleted)`),"EXPUNGE"],i=(await this.imapExec(e,s)).responses.filter(l=>l.ok&&l.command==="UID STORE").length;return{success:i>0,archived:i}}async listFolders(e){const n=(await this.imapExec(e,['LIST "" *'])).responses.find(s=>s.command==="LIST");return n!=null&&n.ok&&n.folders?{success:!0,folders:n.folders}:{success:!1,folders:[]}}async listEmailsSorted(e,t="INBOX",n=150){const s=await this.imapExec(e,[`SELECT ${t}`,"FETCH 1:* (UID INTERNALDATE)"]),o=s.responses.find(h=>h.command==="SELECT");if(!(o!=null&&o.ok))throw new Error(`Failed to select folder: ${(o==null?void 0:o.error)||"Unknown error"}`);const i=s.responses.find(h=>h.command==="FETCH");if(!(i!=null&&i.ok)||!i.messages)return{account:{id:e,label:"",email:""},mailbox:{name:t,total:o.exists||0},messages:[]};const a=[...i.messages].sort((h,p)=>{const m=h.internalDate?new Date(h.internalDate).getTime():0;return(p.internalDate?new Date(p.internalDate).getTime():0)-m}).slice(0,n).map(h=>h.uid).filter(Boolean);if(a.length===0)return{account:{id:e,label:"",email:""},mailbox:{name:t,total:o.exists||0},messages:[]};const c=(await this.imapExec(e,[`SELECT ${t}`,`UID FETCH ${a.join(",")} (UID FLAGS ENVELOPE)`])).responses.find(h=>h.command==="UID FETCH");if(!(c!=null&&c.ok)||!c.messages)throw new Error(`Failed to fetch details: ${(c==null?void 0:c.error)||"Unknown error"}`);const d=new Map;for(const h of c.messages)h.uid&&d.set(h.uid,h);const f=a.map(h=>{var A,C,E,v,_;const p=d.get(h);if(!p)return null;const m=((A=p.flags)==null?void 0:A.some(S=>S.includes("Seen")))||!1,x=((E=(C=p.envelope)==null?void 0:C.from)==null?void 0:E.email)||"Unknown",D=((v=p.envelope)==null?void 0:v.subject)||"(No subject)",y=((_=p.envelope)==null?void 0:_.date)||"";return{uid:h,from:x,subject:D,date:y,seen:m}}).filter(Boolean);return{account:{id:e,label:"",email:""},mailbox:{name:t,total:o.exists||0},messages:f}}async getEmail(e,t,n="INBOX"){return this.callMail("get_email",{account_id:e,uid:t,folder:n})}async getAttachment(e,t,n,s="INBOX"){return this.callMail("get_attachment",{account_id:e,uid:t,attachment_index:n,folder:s})}async searchContactEmails(e,t,n=50){return this.callMail("search_contact_emails",{account_id:e,contact_email:t,limit:n})}async getEmailParsed(e,t,n="INBOX"){var p,m,x,D,y,A;const o=(await this.imapExec(e,[`SELECT "${n}"`,`UID FETCH ${t} (FLAGS BODY[])`])).responses.find(C=>C.command==="UID FETCH");if(!(o!=null&&o.ok)||!((p=o.messages)!=null&&p[0]))return console.error("Failed to fetch raw email:",o==null?void 0:o.error),null;const i=o.messages[0],l=i.body||i.raw;if(!l)return console.error("No raw email content in response"),null;const u=await new Ln().parse(l);console.log("[MailClient] Parsed email - attachments count:",((m=u.attachments)==null?void 0:m.length)||0),console.log("[MailClient] Parsed attachments:",(x=u.attachments)==null?void 0:x.map(C=>({filename:C.filename,mimeType:C.mimeType,contentId:C.contentId})));const c=new Map;for(const C of u.attachments||[])if(C.contentId){const E=this.contentToBase64(C.content),v=`data:${C.mimeType};base64,${E}`,_=C.contentId.replace(/^<|>$/g,"");c.set(_,v),c.set(`<${_}>`,v)}let d=u.html||"";d&&c.size>0&&(d=d.replace(/src=["']cid:([^"']+)["']/gi,(C,E)=>{const v=c.get(E)||c.get(`<${E}>`);return v?`src="${v}"`:C}));const f=((D=i.flags)==null?void 0:D.some(C=>C.toLowerCase().includes("seen")))||!1,h=((y=u.from)==null?void 0:y.address)||((A=u.from)==null?void 0:A.name)||"Unknown";return{uid:t,from:h,subject:u.subject||"(No subject)",date:u.date||"",body:d||u.text||"",html:d,text:u.text||"",seen:f,attachments:(u.attachments||[]).map(C=>({filename:C.filename||"attachment",mimeType:C.mimeType||"application/octet-stream",size:this.getContentSize(C.content)}))}}contentToBase64(e){if(typeof e=="string")try{return btoa(e)}catch{return e}const t=e instanceof Uint8Array?e:new Uint8Array(e);let n="";for(let s=0;s<t.byteLength;s++)n+=String.fromCharCode(t[s]);return btoa(n)}getContentSize(e){return e?typeof e=="string"?e.length:(e instanceof Uint8Array,e.byteLength):0}async sendMail(e){const t={to:e.to,subject:e.subject,body:e.body};return e.html&&(t.html=e.html),e.from&&(t.from=e.from),e.smtpConfig&&(t.smtp_config=e.smtpConfig),this.callEmail("send",t)}async sendEmail(e,t){var n,s;try{const o=await this.getSettings(),i=((n=o.accounts)==null?void 0:n.find(u=>u.id===e))||((s=o.accounts)==null?void 0:s[0]);if(!(i!=null&&i.smtp))return{success:!1,error:"No SMTP configuration found for account"};const l={to:Array.isArray(t.to)?t.to:[t.to],subject:t.subject,body:t.text||"",html:t.html,from:i.email,smtp_config:{host:i.smtp.host,port:parseInt(i.smtp.port,10)||587,username:i.smtp.user,password:i.smtp.password}};t.in_reply_to&&(l.in_reply_to=t.in_reply_to),t.attachments&&t.attachments.length>0&&(l.attachments=t.attachments);const a=await this.callEmail("send",l);return{success:(a==null?void 0:a.sent)??!1,message_id:a==null?void 0:a.message_id,error:a==null?void 0:a.error}}catch(o){return{success:!1,error:o instanceof Error?o.message:String(o)}}}}const ws="qwanyx_auth_token",Ds="qwanyx_refresh_token";class ll{static setToken(e){typeof window<"u"&&localStorage.setItem(ws,e)}static getToken(){return typeof window<"u"?localStorage.getItem(ws):null}static clearToken(){typeof window<"u"&&(localStorage.removeItem(ws),localStorage.removeItem(Ds))}static setRefreshToken(e){typeof window<"u"&&localStorage.setItem(Ds,e)}static getRefreshToken(){return typeof window<"u"?localStorage.getItem(Ds):null}static isAuthenticated(){return!!this.getToken()}static getAuthHeader(){const e=this.getToken();return e?{Authorization:`Bearer ${e}`}:{}}}class al{constructor(e){Lr(this,"config");this.config={timeout:3e4,headers:{"Content-Type":"application/json"},...e}}buildQueryString(e){if(!e||Object.keys(e).length===0)return"";const t=new URLSearchParams;Object.entries(e).forEach(([s,o])=>{o!=null&&t.append(s,String(o))});const n=t.toString();return n?`?${n}`:""}async request(e,t={}){const{method:n="GET",headers:s={},body:o,params:i}=t,l=`${this.config.baseUrl}/${e}${this.buildQueryString(i)}`,a={...this.config.headers,...ll.getAuthHeader(),...s},u={method:n,headers:a};o&&n!=="GET"&&(u.body=JSON.stringify(o));try{const c=new AbortController,d=setTimeout(()=>c.abort(),this.config.timeout),f=await fetch(l,{...u,signal:c.signal});if(clearTimeout(d),!f.ok){const h=await f.json().catch(()=>({message:f.statusText}));throw new Error(h.message||`HTTP ${f.status}`)}return await f.json()}catch(c){throw c instanceof Error?c:new Error("An unexpected error occurred")}}async get(e,t){return this.request(e,{method:"GET",params:t})}async post(e,t,n){return this.request(e,{method:"POST",body:t,params:n})}async put(e,t,n){return this.request(e,{method:"PUT",body:t,params:n})}async patch(e,t,n){return this.request(e,{method:"PATCH",body:t,params:n})}async delete(e,t){return this.request(e,{method:"DELETE",params:t})}setBaseUrl(e){this.config.baseUrl=e}getBaseUrl(){return this.config.baseUrl}}let jn=null;function iu(r){return jn=new al(r),jn}function oi(){if(!jn)throw new Error("API client not initialized. Call initializeApiClient() first.");return jn}function ul(r,e,t={}){const{enabled:n=!0,refetchOnMount:s=!0,onSuccess:o,onError:i}=t,[l,a]=w.useState(null),[u,c]=w.useState(n),[d,f]=w.useState(null),h=w.useCallback(async()=>{if(n){c(!0),f(null);try{const m=await oi().get(r,e);a(m),o==null||o(m)}catch(p){const m=p instanceof Error?p:new Error("Unknown error");f(m),i==null||i(m)}finally{c(!1)}}},[r,JSON.stringify(e),n,o,i]);return w.useEffect(()=>{s&&h()},[h,s]),{data:l,loading:u,error:d,refetch:h}}function ou(r,e="POST",t={}){const{onSuccess:n,onError:s}=t,[o,i]=w.useState(null),[l,a]=w.useState(!1),[u,c]=w.useState(null),d=w.useCallback(async h=>{a(!0),c(null);try{const p=oi();let m;switch(e){case"POST":m=await p.post(r,h);break;case"PUT":m=await p.put(r,h);break;case"PATCH":m=await p.patch(r,h);break;case"DELETE":m=await p.delete(r);break;default:throw new Error(`Unsupported method: ${e}`)}return i(m),n==null||n(m,h),m}catch(p){const m=p instanceof Error?p:new Error("Unknown error");return c(m),s==null||s(m,h),null}finally{a(!1)}},[r,e,n,s]),f=w.useCallback(()=>{i(null),c(null),a(!1)},[]);return{data:o,loading:l,error:u,mutate:d,reset:f}}var Os={exports:{}},jr={};/**
|
|
28
|
+
`)}),this.textContent=e}isInlineTextNode(e){if(e.contentDisposition.parsed.value==="attachment")return!1;switch(e.contentType.parsed.value){case"text/html":case"text/plain":return!0;case"text/calendar":case"text/csv":default:return!1}}isInlineMessageRfc822(e){return e.contentType.parsed.value!=="message/rfc822"?!1:(e.contentDisposition.parsed.value||(this.options.rfc822Attachments?"attachment":"inline"))==="inline"}forceRfc822Attachments(){if(this.options.forceRfc822Attachments)return!0;let e=!1,t=n=>{n.contentType.multipart||["message/delivery-status","message/feedback-report"].includes(n.contentType.parsed.value)&&(e=!0);for(let s of n.childNodes)t(s)};return t(this.root),e}async resolveStream(e){let t=0,n=[];const s=e.getReader();for(;;){const{done:l,value:a}=await s.read();if(l)break;n.push(a),t+=a.length}const o=new Uint8Array(t);let i=0;for(let l of n)o.set(l,i),i+=l.length;return o}async parse(e){var s,o;if(this.started)throw new Error("Can not reuse parser, create a new PostalMime object");for(this.started=!0,e&&typeof e.getReader=="function"&&(e=await this.resolveStream(e)),e=e||new ArrayBuffer(0),typeof e=="string"&&(e=Dr.encode(e)),(e instanceof Blob||Object.prototype.toString.call(e)==="[object Blob]")&&(e=await es(e)),e.buffer instanceof ArrayBuffer&&(e=new Uint8Array(e).buffer),this.buf=e,this.av=new Uint8Array(e),this.readPos=0;this.readPos<this.av.length;){const i=this.readLine();await this.processLine(i.bytes,i.done)}await this.processNodeTree();const t={headers:this.root.headers.map(i=>({key:i.key,value:i.value})).reverse()};for(const i of["from","sender"]){const l=this.root.headers.find(a=>a.key===i);if(l&&l.value){const a=Vr(l.value);a&&a.length&&(t[i]=a[0])}}for(const i of["delivered-to","return-path"]){const l=this.root.headers.find(a=>a.key===i);if(l&&l.value){const a=Vr(l.value);if(a&&a.length&&a[0].address){const u=i.replace(/\-(.)/g,(c,d)=>d.toUpperCase());t[u]=a[0].address}}}for(const i of["to","cc","bcc","reply-to"]){const l=this.root.headers.filter(u=>u.key===i);let a=[];if(l.filter(u=>u&&u.value).map(u=>Vr(u.value)).forEach(u=>a=a.concat(u||[])),a&&a.length){const u=i.replace(/\-(.)/g,(c,d)=>d.toUpperCase());t[u]=a}}for(const i of["subject","message-id","in-reply-to","references"]){const l=this.root.headers.find(a=>a.key===i);if(l&&l.value){const a=i.replace(/\-(.)/g,(u,c)=>c.toUpperCase());t[a]=Kr(l.value)}}let n=this.root.headers.find(i=>i.key==="date");if(n){let i=new Date(n.value);!i||i.toString()==="Invalid Date"?i=n.value:i=i.toISOString(),t.date=i}switch((s=this.textContent)!=null&&s.html&&(t.html=this.textContent.html),(o=this.textContent)!=null&&o.plain&&(t.text=this.textContent.plain),t.attachments=this.attachments,this.attachmentEncoding){case"arraybuffer":break;case"base64":for(let l of t.attachments||[])l!=null&&l.content&&(l.content=ru(l.content),l.encoding="base64");break;case"utf8":let i=new TextDecoder("utf8");for(let l of t.attachments||[])l!=null&&l.content&&(l.content=i.decode(l.content),l.encoding="utf8");break;default:throw new Error("Unknwon attachment encoding")}return t}}class ol{constructor(e){jr(this,"config");if(!e.system_id)throw new Error("MailClient: system_id is REQUIRED");this.config=e}async callCoprocessor(e,t,n={}){const s={coprocessor:e,method:t,system_id:this.config.system_id,params:{user_id:this.config.system_id,...n}};try{const o=await fetch(`${this.config.baseUrl}/spu/invoke`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.getToken()}`},body:JSON.stringify(s)});if(!o.ok){const l=await o.text();throw new Error(`API error (${o.status}): ${l}`)}const i=await o.json();if(!i.success&&i.error)throw new Error(i.error);return i.result}catch(o){throw console.error("API call failed:",o),o}}async callMail(e,t={}){return this.callCoprocessor("mail",e,t)}async callEmail(e,t={}){return this.callCoprocessor("email",e,t)}getToken(){return typeof window<"u"&&window.localStorage&&localStorage.getItem("qwanyx_token")||""}async getSettings(){try{return await this.callMail("get_email_settings")||{accounts:[]}}catch{return{accounts:[]}}}async saveSettings(e){await this.callMail("save_email_settings",{accounts:e})}async listEmails(e,t=150,n){return this.callMail("list_emails",{account_id:e,limit:t,folder:n})}async deleteEmails(e,t,n=!0){return this.callMail("delete_emails",{account_id:e,uids:t,expunge:n})}async imapExec(e,t){return this.callMail("imap_exec",{account_id:e,commands:t})}async trashEmails(e,t,n="INBOX"){const s=["[Gmail]/Trash","[Gmail]/Corbeille","[Gmail]/Bin","Trash"];for(const o of s){const i=[`SELECT "${n}"`,...t.map(u=>`UID MOVE ${u} "${o}"`)],a=(await this.imapExec(e,i)).responses.filter(u=>u.ok&&u.command==="UID MOVE").length;if(a>0)return{success:!0,moved:a}}return{success:!1,moved:0}}async archiveEmails(e,t,n="INBOX"){const s=[`SELECT "${n}"`,...t.map(l=>`UID STORE ${l} +FLAGS (\\Deleted)`),"EXPUNGE"],i=(await this.imapExec(e,s)).responses.filter(l=>l.ok&&l.command==="UID STORE").length;return{success:i>0,archived:i}}async listFolders(e){const n=(await this.imapExec(e,['LIST "" *'])).responses.find(s=>s.command==="LIST");return n!=null&&n.ok&&n.folders?{success:!0,folders:n.folders}:{success:!1,folders:[]}}async listEmailsSorted(e,t="INBOX",n=150){const s=await this.imapExec(e,[`SELECT ${t}`,"FETCH 1:* (UID INTERNALDATE)"]),o=s.responses.find(h=>h.command==="SELECT");if(!(o!=null&&o.ok))throw new Error(`Failed to select folder: ${(o==null?void 0:o.error)||"Unknown error"}`);const i=s.responses.find(h=>h.command==="FETCH");if(!(i!=null&&i.ok)||!i.messages)return{account:{id:e,label:"",email:""},mailbox:{name:t,total:o.exists||0},messages:[]};const a=[...i.messages].sort((h,g)=>{const m=h.internalDate?new Date(h.internalDate).getTime():0;return(g.internalDate?new Date(g.internalDate).getTime():0)-m}).slice(0,n).map(h=>h.uid).filter(Boolean);if(a.length===0)return{account:{id:e,label:"",email:""},mailbox:{name:t,total:o.exists||0},messages:[]};const c=(await this.imapExec(e,[`SELECT ${t}`,`UID FETCH ${a.join(",")} (UID FLAGS ENVELOPE)`])).responses.find(h=>h.command==="UID FETCH");if(!(c!=null&&c.ok)||!c.messages)throw new Error(`Failed to fetch details: ${(c==null?void 0:c.error)||"Unknown error"}`);const d=new Map;for(const h of c.messages)h.uid&&d.set(h.uid,h);const f=a.map(h=>{var k,C,S,v,_;const g=d.get(h);if(!g)return null;const m=((k=g.flags)==null?void 0:k.some(E=>E.includes("Seen")))||!1,y=((S=(C=g.envelope)==null?void 0:C.from)==null?void 0:S.email)||"Unknown",D=((v=g.envelope)==null?void 0:v.subject)||"(No subject)",x=((_=g.envelope)==null?void 0:_.date)||"";return{uid:h,from:y,subject:D,date:x,seen:m}}).filter(Boolean);return{account:{id:e,label:"",email:""},mailbox:{name:t,total:o.exists||0},messages:f}}async getEmail(e,t,n="INBOX"){return this.callMail("get_email",{account_id:e,uid:t,folder:n})}async getAttachment(e,t,n,s="INBOX"){return this.callMail("get_attachment",{account_id:e,uid:t,attachment_index:n,folder:s})}async searchContactEmails(e,t,n=50){return this.callMail("search_contact_emails",{account_id:e,contact_email:t,limit:n})}async getEmailParsed(e,t,n="INBOX"){var g,m,y,D,x,k;const o=(await this.imapExec(e,[`SELECT "${n}"`,`UID FETCH ${t} (FLAGS BODY[])`])).responses.find(C=>C.command==="UID FETCH");if(!(o!=null&&o.ok)||!((g=o.messages)!=null&&g[0]))return console.error("Failed to fetch raw email:",o==null?void 0:o.error),null;const i=o.messages[0],l=i.body||i.raw;if(!l)return console.error("No raw email content in response"),null;const u=await new jn().parse(l);console.log("[MailClient] Parsed email - attachments count:",((m=u.attachments)==null?void 0:m.length)||0),console.log("[MailClient] Parsed attachments:",(y=u.attachments)==null?void 0:y.map(C=>({filename:C.filename,mimeType:C.mimeType,contentId:C.contentId})));const c=new Map;for(const C of u.attachments||[])if(C.contentId){const S=this.contentToBase64(C.content),v=`data:${C.mimeType};base64,${S}`,_=C.contentId.replace(/^<|>$/g,"");c.set(_,v),c.set(`<${_}>`,v)}let d=u.html||"";d&&c.size>0&&(d=d.replace(/src=["']cid:([^"']+)["']/gi,(C,S)=>{const v=c.get(S)||c.get(`<${S}>`);return v?`src="${v}"`:C}));const f=((D=i.flags)==null?void 0:D.some(C=>C.toLowerCase().includes("seen")))||!1,h=((x=u.from)==null?void 0:x.address)||((k=u.from)==null?void 0:k.name)||"Unknown";return{uid:t,from:h,subject:u.subject||"(No subject)",date:u.date||"",body:d||u.text||"",html:d,text:u.text||"",seen:f,attachments:(u.attachments||[]).map(C=>({filename:C.filename||"attachment",mimeType:C.mimeType||"application/octet-stream",size:this.getContentSize(C.content)}))}}contentToBase64(e){if(typeof e=="string")try{return btoa(e)}catch{return e}const t=e instanceof Uint8Array?e:new Uint8Array(e);let n="";for(let s=0;s<t.byteLength;s++)n+=String.fromCharCode(t[s]);return btoa(n)}getContentSize(e){return e?typeof e=="string"?e.length:(e instanceof Uint8Array,e.byteLength):0}async sendMail(e){const t={to:e.to,subject:e.subject,body:e.body};return e.html&&(t.html=e.html),e.from&&(t.from=e.from),e.smtpConfig&&(t.smtp_config=e.smtpConfig),this.callEmail("send",t)}async sendEmail(e,t){var n,s;try{const o=await this.getSettings(),i=((n=o.accounts)==null?void 0:n.find(u=>u.id===e))||((s=o.accounts)==null?void 0:s[0]);if(!(i!=null&&i.smtp))return{success:!1,error:"No SMTP configuration found for account"};const l={to:Array.isArray(t.to)?t.to:[t.to],subject:t.subject,body:t.text||"",html:t.html,from:i.email,smtp_config:{host:i.smtp.host,port:parseInt(i.smtp.port,10)||587,username:i.smtp.user,password:i.smtp.password}};t.in_reply_to&&(l.in_reply_to=t.in_reply_to),t.attachments&&t.attachments.length>0&&(l.attachments=t.attachments);const a=await this.callEmail("send",l);return{success:(a==null?void 0:a.sent)??!1,message_id:a==null?void 0:a.message_id,error:a==null?void 0:a.error}}catch(o){return{success:!1,error:o instanceof Error?o.message:String(o)}}}}const ws="qwanyx_auth_token",Ds="qwanyx_refresh_token";class ll{static setToken(e){typeof window<"u"&&localStorage.setItem(ws,e)}static getToken(){return typeof window<"u"?localStorage.getItem(ws):null}static clearToken(){typeof window<"u"&&(localStorage.removeItem(ws),localStorage.removeItem(Ds))}static setRefreshToken(e){typeof window<"u"&&localStorage.setItem(Ds,e)}static getRefreshToken(){return typeof window<"u"?localStorage.getItem(Ds):null}static isAuthenticated(){return!!this.getToken()}static getAuthHeader(){const e=this.getToken();return e?{Authorization:`Bearer ${e}`}:{}}}class al{constructor(e){jr(this,"config");this.config={timeout:3e4,headers:{"Content-Type":"application/json"},...e}}buildQueryString(e){if(!e||Object.keys(e).length===0)return"";const t=new URLSearchParams;Object.entries(e).forEach(([s,o])=>{o!=null&&t.append(s,String(o))});const n=t.toString();return n?`?${n}`:""}async request(e,t={}){const{method:n="GET",headers:s={},body:o,params:i}=t,l=`${this.config.baseUrl}/${e}${this.buildQueryString(i)}`,a={...this.config.headers,...ll.getAuthHeader(),...s},u={method:n,headers:a};o&&n!=="GET"&&(u.body=JSON.stringify(o));try{const c=new AbortController,d=setTimeout(()=>c.abort(),this.config.timeout),f=await fetch(l,{...u,signal:c.signal});if(clearTimeout(d),!f.ok){const h=await f.json().catch(()=>({message:f.statusText}));throw new Error(h.message||`HTTP ${f.status}`)}return await f.json()}catch(c){throw c instanceof Error?c:new Error("An unexpected error occurred")}}async get(e,t){return this.request(e,{method:"GET",params:t})}async post(e,t,n){return this.request(e,{method:"POST",body:t,params:n})}async put(e,t,n){return this.request(e,{method:"PUT",body:t,params:n})}async patch(e,t,n){return this.request(e,{method:"PATCH",body:t,params:n})}async delete(e,t){return this.request(e,{method:"DELETE",params:t})}setBaseUrl(e){this.config.baseUrl=e}getBaseUrl(){return this.config.baseUrl}}let Ln=null;function iu(r){return Ln=new al(r),Ln}function oi(){if(!Ln)throw new Error("API client not initialized. Call initializeApiClient() first.");return Ln}function ul(r,e,t={}){const{enabled:n=!0,refetchOnMount:s=!0,onSuccess:o,onError:i}=t,[l,a]=w.useState(null),[u,c]=w.useState(n),[d,f]=w.useState(null),h=w.useCallback(async()=>{if(n){c(!0),f(null);try{const m=await oi().get(r,e);a(m),o==null||o(m)}catch(g){const m=g instanceof Error?g:new Error("Unknown error");f(m),i==null||i(m)}finally{c(!1)}}},[r,JSON.stringify(e),n,o,i]);return w.useEffect(()=>{s&&h()},[h,s]),{data:l,loading:u,error:d,refetch:h}}function ou(r,e="POST",t={}){const{onSuccess:n,onError:s}=t,[o,i]=w.useState(null),[l,a]=w.useState(!1),[u,c]=w.useState(null),d=w.useCallback(async h=>{a(!0),c(null);try{const g=oi();let m;switch(e){case"POST":m=await g.post(r,h);break;case"PUT":m=await g.put(r,h);break;case"PATCH":m=await g.patch(r,h);break;case"DELETE":m=await g.delete(r);break;default:throw new Error(`Unsupported method: ${e}`)}return i(m),n==null||n(m,h),m}catch(g){const m=g instanceof Error?g:new Error("Unknown error");return c(m),s==null||s(m,h),null}finally{a(!1)}},[r,e,n,s]),f=w.useCallback(()=>{i(null),c(null),a(!1)},[]);return{data:o,loading:l,error:u,mutate:d,reset:f}}var Os={exports:{}},Lr={};/**
|
|
29
29
|
* @license React
|
|
30
30
|
* react-jsx-runtime.production.min.js
|
|
31
31
|
*
|
|
@@ -33,7 +33,7 @@ ${s}
|
|
|
33
33
|
*
|
|
34
34
|
* This source code is licensed under the MIT license found in the
|
|
35
35
|
* LICENSE file in the root directory of this source tree.
|
|
36
|
-
*/var Wi;function lu(){if(Wi)return
|
|
36
|
+
*/var Wi;function lu(){if(Wi)return Lr;Wi=1;var r=w,e=Symbol.for("react.element"),t=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,o={key:!0,ref:!0,__self:!0,__source:!0};function i(l,a,u){var c,d={},f=null,h=null;u!==void 0&&(f=""+u),a.key!==void 0&&(f=""+a.key),a.ref!==void 0&&(h=a.ref);for(c in a)n.call(a,c)&&!o.hasOwnProperty(c)&&(d[c]=a[c]);if(l&&l.defaultProps)for(c in a=l.defaultProps,a)d[c]===void 0&&(d[c]=a[c]);return{$$typeof:e,type:l,key:f,ref:h,props:d,_owner:s.current}}return Lr.Fragment=t,Lr.jsx=i,Lr.jsxs=i,Lr}var Rr={};/**
|
|
37
37
|
* @license React
|
|
38
38
|
* react-jsx-runtime.development.js
|
|
39
39
|
*
|
|
@@ -41,40 +41,41 @@ ${s}
|
|
|
41
41
|
*
|
|
42
42
|
* This source code is licensed under the MIT license found in the
|
|
43
43
|
* LICENSE file in the root directory of this source tree.
|
|
44
|
-
*/var Gi;function au(){return Gi||(Gi=1,process.env.NODE_ENV!=="production"&&function(){var r=w,e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),l=Symbol.for("react.context"),a=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),f=Symbol.for("react.lazy"),h=Symbol.for("react.offscreen"),
|
|
45
|
-
`+
|
|
46
|
-
`),
|
|
47
|
-
`),
|
|
48
|
-
`+
|
|
44
|
+
*/var Gi;function au(){return Gi||(Gi=1,process.env.NODE_ENV!=="production"&&function(){var r=w,e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),l=Symbol.for("react.context"),a=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),f=Symbol.for("react.lazy"),h=Symbol.for("react.offscreen"),g=Symbol.iterator,m="@@iterator";function y(b){if(b===null||typeof b!="object")return null;var P=g&&b[g]||b[m];return typeof P=="function"?P:null}var D=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function x(b){{for(var P=arguments.length,G=new Array(P>1?P-1:0),ee=1;ee<P;ee++)G[ee-1]=arguments[ee];k("error",b,G)}}function k(b,P,G){{var ee=D.ReactDebugCurrentFrame,he=ee.getStackAddendum();he!==""&&(P+="%s",G=G.concat([he]));var me=G.map(function(oe){return String(oe)});me.unshift("Warning: "+P),Function.prototype.apply.call(console[b],console,me)}}var C=!1,S=!1,v=!1,_=!1,E=!1,T;T=Symbol.for("react.module.reference");function z(b){return!!(typeof b=="string"||typeof b=="function"||b===n||b===o||E||b===s||b===u||b===c||_||b===h||C||S||v||typeof b=="object"&&b!==null&&(b.$$typeof===f||b.$$typeof===d||b.$$typeof===i||b.$$typeof===l||b.$$typeof===a||b.$$typeof===T||b.getModuleId!==void 0))}function N(b,P,G){var ee=b.displayName;if(ee)return ee;var he=P.displayName||P.name||"";return he!==""?G+"("+he+")":G}function j(b){return b.displayName||"Context"}function R(b){if(b==null)return null;if(typeof b.tag=="number"&&x("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof b=="function")return b.displayName||b.name||null;if(typeof b=="string")return b;switch(b){case n:return"Fragment";case t:return"Portal";case o:return"Profiler";case s:return"StrictMode";case u:return"Suspense";case c:return"SuspenseList"}if(typeof b=="object")switch(b.$$typeof){case l:var P=b;return j(P)+".Consumer";case i:var G=b;return j(G._context)+".Provider";case a:return N(b,b.render,"ForwardRef");case d:var ee=b.displayName||null;return ee!==null?ee:R(b.type)||"Memo";case f:{var he=b,me=he._payload,oe=he._init;try{return R(oe(me))}catch{return null}}}return null}var L=Object.assign,O=0,Y,ce,Z,Ce,ie,ye,Se;function je(){}je.__reactDisabledLog=!0;function Me(){{if(O===0){Y=console.log,ce=console.info,Z=console.warn,Ce=console.error,ie=console.group,ye=console.groupCollapsed,Se=console.groupEnd;var b={configurable:!0,enumerable:!0,value:je,writable:!0};Object.defineProperties(console,{info:b,log:b,warn:b,error:b,group:b,groupCollapsed:b,groupEnd:b})}O++}}function ke(){{if(O--,O===0){var b={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:L({},b,{value:Y}),info:L({},b,{value:ce}),warn:L({},b,{value:Z}),error:L({},b,{value:Ce}),group:L({},b,{value:ie}),groupCollapsed:L({},b,{value:ye}),groupEnd:L({},b,{value:Se})})}O<0&&x("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var be=D.ReactCurrentDispatcher,We;function Ae(b,P,G){{if(We===void 0)try{throw Error()}catch(he){var ee=he.stack.trim().match(/\n( *(at )?)/);We=ee&&ee[1]||""}return`
|
|
45
|
+
`+We+b}}var de=!1,qe;{var At=typeof WeakMap=="function"?WeakMap:Map;qe=new At}function yt(b,P){if(!b||de)return"";{var G=qe.get(b);if(G!==void 0)return G}var ee;de=!0;var he=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var me;me=be.current,be.current=null,Me();try{if(P){var oe=function(){throw Error()};if(Object.defineProperty(oe.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(oe,[])}catch(Je){ee=Je}Reflect.construct(b,[],oe)}else{try{oe.call()}catch(Je){ee=Je}b.call(oe.prototype)}}else{try{throw Error()}catch(Je){ee=Je}b()}}catch(Je){if(Je&&ee&&typeof Je.stack=="string"){for(var se=Je.stack.split(`
|
|
46
|
+
`),Ge=ee.stack.split(`
|
|
47
|
+
`),Ee=se.length-1,Ne=Ge.length-1;Ee>=1&&Ne>=0&&se[Ee]!==Ge[Ne];)Ne--;for(;Ee>=1&&Ne>=0;Ee--,Ne--)if(se[Ee]!==Ge[Ne]){if(Ee!==1||Ne!==1)do if(Ee--,Ne--,Ne<0||se[Ee]!==Ge[Ne]){var ot=`
|
|
48
|
+
`+se[Ee].replace(" at new "," at ");return b.displayName&&ot.includes("<anonymous>")&&(ot=ot.replace("<anonymous>",b.displayName)),typeof b=="function"&&qe.set(b,ot),ot}while(Ee>=1&&Ne>=0);break}}}finally{de=!1,be.current=me,ke(),Error.prepareStackTrace=he}var pr=b?b.displayName||b.name:"",Yt=pr?Ae(pr):"";return typeof b=="function"&&qe.set(b,Yt),Yt}function Pt(b,P,G){return yt(b,!1)}function nt(b){var P=b.prototype;return!!(P&&P.isReactComponent)}function st(b,P,G){if(b==null)return"";if(typeof b=="function")return yt(b,nt(b));if(typeof b=="string")return Ae(b);switch(b){case u:return Ae("Suspense");case c:return Ae("SuspenseList")}if(typeof b=="object")switch(b.$$typeof){case a:return Pt(b.render);case d:return st(b.type,P,G);case f:{var ee=b,he=ee._payload,me=ee._init;try{return st(me(he),P,G)}catch{}}}return""}var at=Object.prototype.hasOwnProperty,Ot={},Mt=D.ReactDebugCurrentFrame;function Ze(b){if(b){var P=b._owner,G=st(b.type,b._source,P?P.type:null);Mt.setExtraStackFrame(G)}else Mt.setExtraStackFrame(null)}function et(b,P,G,ee,he){{var me=Function.call.bind(at);for(var oe in b)if(me(b,oe)){var se=void 0;try{if(typeof b[oe]!="function"){var Ge=Error((ee||"React class")+": "+G+" type `"+oe+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof b[oe]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Ge.name="Invariant Violation",Ge}se=b[oe](P,oe,ee,G,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Ee){se=Ee}se&&!(se instanceof Error)&&(Ze(he),x("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",ee||"React class",G,oe,typeof se),Ze(null)),se instanceof Error&&!(se.message in Ot)&&(Ot[se.message]=!0,Ze(he),x("Failed %s type: %s",G,se.message),Ze(null))}}}var It=Array.isArray;function V(b){return It(b)}function xe(b){{var P=typeof Symbol=="function"&&Symbol.toStringTag,G=P&&b[Symbol.toStringTag]||b.constructor.name||"Object";return G}}function Te(b){try{return xt(b),!1}catch{return!0}}function xt(b){return""+b}function U(b){if(Te(b))return x("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",xe(b)),xt(b)}var B=D.ReactCurrentOwner,X={key:!0,ref:!0,__self:!0,__source:!0},J,A;function I(b){if(at.call(b,"ref")){var P=Object.getOwnPropertyDescriptor(b,"ref").get;if(P&&P.isReactWarning)return!1}return b.ref!==void 0}function H(b){if(at.call(b,"key")){var P=Object.getOwnPropertyDescriptor(b,"key").get;if(P&&P.isReactWarning)return!1}return b.key!==void 0}function Q(b,P){typeof b.ref=="string"&&B.current}function te(b,P){{var G=function(){J||(J=!0,x("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",P))};G.isReactWarning=!0,Object.defineProperty(b,"key",{get:G,configurable:!0})}}function le(b,P){{var G=function(){A||(A=!0,x("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",P))};G.isReactWarning=!0,Object.defineProperty(b,"ref",{get:G,configurable:!0})}}var ne=function(b,P,G,ee,he,me,oe){var se={$$typeof:e,type:b,key:P,ref:G,props:oe,_owner:me};return se._store={},Object.defineProperty(se._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(se,"_self",{configurable:!1,enumerable:!1,writable:!1,value:ee}),Object.defineProperty(se,"_source",{configurable:!1,enumerable:!1,writable:!1,value:he}),Object.freeze&&(Object.freeze(se.props),Object.freeze(se)),se};function re(b,P,G,ee,he){{var me,oe={},se=null,Ge=null;G!==void 0&&(U(G),se=""+G),H(P)&&(U(P.key),se=""+P.key),I(P)&&(Ge=P.ref,Q(P,he));for(me in P)at.call(P,me)&&!X.hasOwnProperty(me)&&(oe[me]=P[me]);if(b&&b.defaultProps){var Ee=b.defaultProps;for(me in Ee)oe[me]===void 0&&(oe[me]=Ee[me])}if(se||Ge){var Ne=typeof b=="function"?b.displayName||b.name||"Unknown":b;se&&te(oe,Ne),Ge&&le(oe,Ne)}return ne(b,se,Ge,he,ee,B.current,oe)}}var _e=D.ReactCurrentOwner,Be=D.ReactDebugCurrentFrame;function ge(b){if(b){var P=b._owner,G=st(b.type,b._source,P?P.type:null);Be.setExtraStackFrame(G)}else Be.setExtraStackFrame(null)}var fe;fe=!1;function Ie(b){return typeof b=="object"&&b!==null&&b.$$typeof===e}function $e(){{if(_e.current){var b=R(_e.current.type);if(b)return`
|
|
49
49
|
|
|
50
|
-
Check the render method of \``+b+"`."}return""}}function
|
|
50
|
+
Check the render method of \``+b+"`."}return""}}function it(b){return""}var bt={};function ut(b){{var P=$e();if(!P){var G=typeof b=="string"?b:b.displayName||b.name;G&&(P=`
|
|
51
51
|
|
|
52
|
-
Check the top-level render call using <`+G+">.")}return
|
|
52
|
+
Check the top-level render call using <`+G+">.")}return P}}function Tt(b,P){{if(!b._store||b._store.validated||b.key!=null)return;b._store.validated=!0;var G=ut(P);if(bt[G])return;bt[G]=!0;var ee="";b&&b._owner&&b._owner!==_e.current&&(ee=" It was passed a child from "+R(b._owner.type)+"."),ge(b),x('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',G,ee),ge(null)}}function fr(b,P){{if(typeof b!="object")return;if(V(b))for(var G=0;G<b.length;G++){var ee=b[G];Ie(ee)&&Tt(ee,P)}else if(Ie(b))b._store&&(b._store.validated=!0);else if(b){var he=y(b);if(typeof he=="function"&&he!==b.entries)for(var me=he.call(b),oe;!(oe=me.next()).done;)Ie(oe.value)&&Tt(oe.value,P)}}}function Qt(b){{var P=b.type;if(P==null||typeof P=="string")return;var G;if(typeof P=="function")G=P.propTypes;else if(typeof P=="object"&&(P.$$typeof===a||P.$$typeof===d))G=P.propTypes;else return;if(G){var ee=R(P);et(G,b.props,"prop",ee,b)}else if(P.PropTypes!==void 0&&!fe){fe=!0;var he=R(P);x("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",he||"Unknown")}typeof P.getDefaultProps=="function"&&!P.getDefaultProps.isReactClassApproved&&x("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function ys(b){{for(var P=Object.keys(b.props),G=0;G<P.length;G++){var ee=P[G];if(ee!=="children"&&ee!=="key"){ge(b),x("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",ee),ge(null);break}}b.ref!==null&&(ge(b),x("Invalid attribute `ref` supplied to `React.Fragment`."),ge(null))}}var hr={};function Fr(b,P,G,ee,he,me){{var oe=z(b);if(!oe){var se="";(b===void 0||typeof b=="object"&&b!==null&&Object.keys(b).length===0)&&(se+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var Ge=it();Ge?se+=Ge:se+=$e();var Ee;b===null?Ee="null":V(b)?Ee="array":b!==void 0&&b.$$typeof===e?(Ee="<"+(R(b.type)||"Unknown")+" />",se=" Did you accidentally export a JSX literal instead of a component?"):Ee=typeof b,x("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Ee,se)}var Ne=re(b,P,G,he,me);if(Ne==null)return Ne;if(oe){var ot=P.children;if(ot!==void 0)if(ee)if(V(ot)){for(var pr=0;pr<ot.length;pr++)fr(ot[pr],b);Object.freeze&&Object.freeze(ot)}else x("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else fr(ot,b)}if(at.call(P,"key")){var Yt=R(b),Je=Object.keys(P).filter(function(Ra){return Ra!=="key"}),bs=Je.length>0?"{key: someKey, "+Je.join(": ..., ")+": ...}":"{key: someKey}";if(!hr[Yt+bs]){var La=Je.length>0?"{"+Je.join(": ..., ")+": ...}":"{}";x(`A props object containing a "key" prop is being spread into JSX:
|
|
53
53
|
let props = %s;
|
|
54
54
|
<%s {...props} />
|
|
55
55
|
React keys must be passed directly to JSX without using spread:
|
|
56
56
|
let props = %s;
|
|
57
|
-
<%s key={someKey} {...props} />`,bs,Yt,
|
|
57
|
+
<%s key={someKey} {...props} />`,bs,Yt,La,Yt),hr[Yt+bs]=!0}}return b===n?ys(Ne):Qt(Ne),Ne}}function xs(b,P,G){return Fr(b,P,G,!0)}function Na(b,P,G){return Fr(b,P,G,!1)}var Fa=Na,ja=xs;Rr.Fragment=n,Rr.jsx=Fa,Rr.jsxs=ja}()),Rr}process.env.NODE_ENV==="production"?Os.exports=lu():Os.exports=au();var p=Os.exports;class Bn{static filter(e,t){return e.filter(t)}static filterBy(e,t,n){return e.filter(s=>s[t]===n)}static filterByFields(e,t){return e.filter(n=>Object.entries(t).every(([s,o])=>n[s]===o))}static sort(e,t,n="asc"){return[...e].sort((s,o)=>{const i=s[t],l=o[t];if(i===l)return 0;let a=0;return i>l&&(a=1),i<l&&(a=-1),n==="asc"?a:-a})}static search(e,t,n){if(!t.trim())return e;const s=t.toLowerCase();return e.filter(o=>n.some(i=>{const l=o[i];return l==null?!1:String(l).toLowerCase().includes(s)}))}static paginate(e,t,n){const s=(t-1)*n,o=s+n;return{data:e.slice(s,o),total:e.length,page:t,totalPages:Math.ceil(e.length/n)}}static groupBy(e,t){return e.reduce((n,s)=>{const o=String(s[t]);return n[o]||(n[o]=[]),n[o].push(s),n},{})}static unique(e,t){const n=e.map(s=>s[t]);return[...new Set(n)]}static countBy(e,t){return e.reduce((n,s)=>{const o=String(s[t]);return n[o]=(n[o]||0)+1,n},{})}static pipe(e,t){return t.reduce((n,s)=>s(n),e)}}function uu({endpoint:r,params:e,layout:t="list",title:n,emptyMessage:s="No items found",renderItem:o,keyExtractor:i=(m,y)=>m.id||m._id||String(y),searchable:l=!1,searchFields:a=[],searchPlaceholder:u="Search...",filters:c=[],pageSize:d=20,onItemClick:f,onRefresh:h,theme:g={}}){const{data:m,loading:y,error:D,refetch:x}=ul(r,e),[k,C]=w.useState(""),[S,v]=w.useState({}),[_,E]=w.useState(1),T=w.useMemo(()=>{if(!m)return{data:[],total:0,totalPages:0};let L=m;return l&&k&&a.length>0&&(L=Bn.search(L,k,a)),Object.keys(S).length>0&&(L=Bn.filterByFields(L,S)),Bn.paginate(L,_,d)},[m,k,S,_,d,l,a]);w.useEffect(()=>{E(1)},[k,S]);const z=()=>{C(""),v({}),E(1),x(),h==null||h()},N={background:g.background||"#ffffff",cardBackground:g.cardBackground||"#f9fafb",text:g.text||"#111827",textSecondary:g.textSecondary||"#6b7280",border:g.border||"#e5e7eb",primary:g.primary||"#3b82f6"},R=o||(L=>p.jsxs("div",{style:{padding:"16px",cursor:f?"pointer":"default"},children:[p.jsx("div",{style:{fontSize:"14px",fontWeight:500,color:N.text},children:L.title||L.name||L.label||"Untitled"}),L.description&&p.jsx("div",{style:{fontSize:"13px",color:N.textSecondary,marginTop:"4px"},children:L.description})]}));return y&&!m?p.jsx("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",padding:"48px",color:N.textSecondary},children:"Loading..."}):D?p.jsxs("div",{style:{padding:"24px",textAlign:"center",color:"#ef4444"},children:[p.jsx("div",{style:{fontWeight:500,marginBottom:"8px"},children:"Error"}),p.jsx("div",{style:{fontSize:"14px"},children:D.message}),p.jsx("button",{onClick:z,style:{marginTop:"16px",padding:"8px 16px",background:N.primary,color:"white",border:"none",borderRadius:"6px",cursor:"pointer"},children:"Retry"})]}):p.jsxs("div",{style:{background:N.background,borderRadius:"12px",overflow:"hidden"},children:[(n||l||c.length>0)&&p.jsxs("div",{style:{padding:"16px",borderBottom:`1px solid ${N.border}`},children:[p.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:l||c.length>0?"12px":"0"},children:[n&&p.jsx("h2",{style:{margin:0,fontSize:"18px",fontWeight:600,color:N.text},children:n}),p.jsx("button",{onClick:z,style:{padding:"6px 12px",background:"transparent",border:`1px solid ${N.border}`,borderRadius:"6px",color:N.textSecondary,cursor:"pointer",fontSize:"13px"},children:"Refresh"})]}),l&&p.jsx("input",{type:"text",placeholder:u,value:k,onChange:L=>C(L.target.value),style:{width:"100%",padding:"8px 12px",border:`1px solid ${N.border}`,borderRadius:"8px",fontSize:"14px",outline:"none"}})]}),p.jsx("div",{style:{display:t==="grid"?"grid":"flex",flexDirection:t==="list"?"column":void 0,gridTemplateColumns:t==="grid"?"repeat(auto-fill, minmax(250px, 1fr))":void 0,gap:t==="list"?"0":"16px",padding:t==="list"?"0":"16px"},children:T.data.length===0?p.jsx("div",{style:{padding:"48px",textAlign:"center",color:N.textSecondary},children:s}):T.data.map((L,O)=>p.jsx("div",{onClick:()=>f==null?void 0:f(L),style:{background:N.cardBackground,borderRadius:t==="list"?"0":"8px",borderBottom:t==="list"?`1px solid ${N.border}`:"none",transition:"all 0.15s ease"},onMouseEnter:Y=>{f&&(Y.currentTarget.style.background=N.border)},onMouseLeave:Y=>{Y.currentTarget.style.background=N.cardBackground},children:R(L,O)},i(L,O)))}),T.totalPages>1&&p.jsxs("div",{style:{padding:"16px",borderTop:`1px solid ${N.border}`,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[p.jsxs("div",{style:{fontSize:"13px",color:N.textSecondary},children:["Page ",_," of ",T.totalPages]}),p.jsxs("div",{style:{display:"flex",gap:"8px"},children:[p.jsx("button",{onClick:()=>E(L=>Math.max(1,L-1)),disabled:_===1,style:{padding:"6px 12px",border:`1px solid ${N.border}`,borderRadius:"6px",background:"white",cursor:_===1?"not-allowed":"pointer",opacity:_===1?.5:1},children:"Previous"}),p.jsx("button",{onClick:()=>E(L=>Math.min(T.totalPages,L+1)),disabled:_===T.totalPages,style:{padding:"6px 12px",border:`1px solid ${N.border}`,borderRadius:"6px",background:"white",cursor:_===T.totalPages?"not-allowed":"pointer",opacity:_===T.totalPages?.5:1},children:"Next"})]})]})]})}function cu({item:r,onClick:e,title:t=i=>i.title||i.name||i.label||"Untitled",subtitle:n=i=>i.description||i.subtitle||"",image:s=i=>i.image||i.thumbnail||i.photo,badge:o=i=>i.badge||i.tag||i.type}){const i=t(r),l=n(r),a=s(r),u=o(r);return p.jsxs("div",{onClick:e,className:`
|
|
58
58
|
flex items-center gap-4 p-4 border-b border-gray-200
|
|
59
59
|
hover:bg-gray-50 transition-colors
|
|
60
60
|
${e?"cursor-pointer":""}
|
|
61
|
-
`,children:[a&&g.jsx("div",{className:"flex-shrink-0",children:g.jsx("img",{src:a,alt:i,className:"w-16 h-16 object-cover rounded-lg"})}),g.jsxs("div",{className:"flex-1 min-w-0",children:[g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx("h3",{className:"font-medium text-gray-900 truncate",children:i}),u&&g.jsx("span",{className:"px-2 py-0.5 text-xs font-medium bg-blue-100 text-blue-800 rounded-full",children:u})]}),l&&g.jsx("p",{className:"text-sm text-gray-600 truncate mt-0.5",children:l})]}),e&&g.jsx("div",{className:"flex-shrink-0 text-gray-400",children:g.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:g.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})})})]})}function du({item:r,onClose:e,title:t=o=>o.title||o.name||o.label||"Detail",image:n=o=>o.image||o.thumbnail||o.photo,fields:s=[]}){if(!r)return null;const o=t(r),i=n(r);return g.jsx("div",{className:"fixed inset-0 bg-black/50 z-50 flex items-center justify-center p-4",children:g.jsxs("div",{className:"bg-white rounded-xl max-w-2xl w-full max-h-[90vh] overflow-y-auto shadow-2xl",children:[g.jsxs("div",{className:"sticky top-0 bg-white border-b border-gray-200 px-6 py-4 flex items-center justify-between",children:[g.jsx("h2",{className:"text-xl font-semibold text-gray-900",children:o}),e&&g.jsx("button",{onClick:e,className:"p-2 hover:bg-gray-100 rounded-lg transition-colors",children:g.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:g.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),g.jsxs("div",{className:"p-6",children:[i&&g.jsx("div",{className:"mb-6",children:g.jsx("img",{src:i,alt:o,className:"w-full h-64 object-cover rounded-lg"})}),s.length>0&&g.jsx("div",{className:"space-y-4",children:s.map((l,a)=>{const u=l.value(r);return u==null||u===""?null:g.jsxs("div",{children:[g.jsx("div",{className:"text-sm font-medium text-gray-500 mb-1",children:l.label}),g.jsx("div",{className:"text-base text-gray-900",children:typeof u=="object"?JSON.stringify(u,null,2):String(u)})]},a)})}),s.length===0&&g.jsx("pre",{className:"bg-gray-50 p-4 rounded-lg text-sm overflow-x-auto",children:JSON.stringify(r,null,2)})]}),e&&g.jsx("div",{className:"sticky bottom-0 bg-gray-50 border-t border-gray-200 px-6 py-4",children:g.jsx("button",{onClick:e,className:"w-full px-4 py-2 bg-gray-900 text-white rounded-lg hover:bg-gray-800 transition-colors font-medium",children:"Close"})})]})})}const fu={small:"w-32 h-32",medium:"w-48 h-48",large:"w-64 h-64"};function hu({nodes:r,cardCount:e=2,minInterval:t=1e3,maxInterval:n=3e3,onCardClick:s,cardSize:o="medium",className:i=""}){const l=Math.min(Math.max(e,1),5),[a,u]=w.useState([]),[c,d]=w.useState([]),[f,h]=w.useState(Array(l).fill(!1)),[p,m]=w.useState(Array(l).fill(!1)),x=w.useRef([]),D=w.useCallback(v=>{const _=r.filter(T=>!v.includes(T._id));if(_.length===0)return null;const S=Math.floor(Math.random()*_.length);return _[S]},[r]),y=w.useCallback(()=>Math.random()*(n-t)+t,[t,n]);w.useEffect(()=>{if(r.length===0){u([]),d([]);return}const v=[],_=[],S=[];for(let T=0;T<l&&T<r.length;T++){const z=D(S);z&&(v.push(z),S.push(z._id))}for(let T=0;T<v.length;T++){const z=[v[T]._id,...v.filter((L,P)=>P!==T).map(L=>L._id)],N=D(z);N?_.push(N):_.push(v[T])}u(v),d(_)},[r,l,D]);const A=w.useCallback(v=>{const _=y(),S=setTimeout(()=>{h(T=>{const z=[...T];return z[v]=!z[v],z}),setTimeout(()=>{m(T=>{const z=[...T];return z[v]=!z[v],z}),setTimeout(()=>{const T=!p[v];T&&u(z=>{const N=[...z];return N[v]=c[v],N}),d(z=>{const N=[...z],P=[(T?c[v]:a[v])._id,...a.filter((R,X)=>X!==v).map(R=>R._id),...z.filter((R,X)=>X!==v).map(R=>R._id)],j=D(P);return j&&(N[v]=j),N}),setTimeout(()=>{A(v)},150)},200)},150)},_);x.current[v]=S},[y,D,a,c,p]),C=w.useRef(!1);w.useEffect(()=>{if(!(a.length===0||r.length<=1)&&!C.current){C.current=!0;for(let v=0;v<a.length;v++)A(v);return()=>{x.current.forEach(v=>clearTimeout(v)),x.current=[],C.current=!1}}},[a.length,r.length]);const E=v=>{s&&s(v)};return r.length===0?g.jsx("div",{className:`flex items-center justify-center p-8 ${i}`,children:g.jsx("p",{className:"text-gray-500",children:"No nodes available"})}):a.length===0?g.jsx("div",{className:`flex items-center justify-center p-8 ${i}`,children:g.jsx("p",{className:"text-gray-500",children:"Loading..."})}):g.jsx("div",{className:`flex gap-4 justify-center items-center flex-wrap ${i}`,children:a.map((v,_)=>{const S=c[_],T=p[_];return g.jsx("div",{className:`relative ${fu[o]}`,style:{perspective:"1000px"},onClick:()=>E(T?S:v),children:g.jsxs("div",{className:"w-full h-full rounded-lg shadow-lg overflow-hidden cursor-pointer hover:shadow-xl",style:{transform:`rotateY(${f[_]?180:0}deg)`,transition:"transform 0.5s",transformStyle:"preserve-3d"},children:[g.jsx("div",{className:"absolute inset-0 transition-opacity duration-200",style:{opacity:T?0:1},children:g.jsxs("div",{style:{transform:f[_]?"scaleX(-1)":"scaleX(1)",width:"100%",height:"100%"},children:[g.jsx("img",{src:v.data.image,alt:v.title,className:"w-full h-full object-cover"}),g.jsx("div",{className:"absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/70 to-transparent p-2",children:g.jsx("p",{className:"text-white text-sm font-medium truncate",children:v.title})})]})}),S&&g.jsx("div",{className:"absolute inset-0 transition-opacity duration-200",style:{opacity:T?1:0},children:g.jsxs("div",{style:{transform:f[_]?"scaleX(-1)":"scaleX(1)",width:"100%",height:"100%"},children:[g.jsx("img",{src:S.data.image,alt:S.title,className:"w-full h-full object-cover"}),g.jsx("div",{className:"absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/70 to-transparent p-2",children:g.jsx("p",{className:"text-white text-sm font-medium truncate",children:S.title})})]})})]})},`slot-${_}`)})})}function gr(r){if(!r)return"";const e=/=\?([^?]+)\?([BQbq])\?([^?]*)\?=/g;return r.replace(e,(t,n,s,o)=>{try{if(s.toUpperCase()==="B"){const i=atob(o);return decodeURIComponent(escape(i))}else if(s.toUpperCase()==="Q"){const i=o.replace(/_/g," ").replace(/=([0-9A-Fa-f]{2})/g,(l,a)=>String.fromCharCode(parseInt(a,16)));return decodeURIComponent(escape(i))}}catch(i){console.warn("MIME decode error:",i)}return t}).replace(/\s+/g," ").trim()}const pu={background:"#ffffff",cardBackground:"#ffffff",selectedBackground:"#f5f5f5",unreadBackground:"#ffffff",text:"#111827",textSecondary:"#6b7280",border:"#e5e7eb",primary:"#3b82f6",danger:"#ef4444"};function gu({baseUrl:r,systemId:e,accountId:t,limit:n=30,folder:s,selectable:o=!0,showDetail:i=!1,showSearch:l=!0,searchQuery:a,onSearchChange:u,emptyMessage:c="No emails",autoLoad:d=!0,onSelect:f,onSelectionChange:h,onDelete:p,onError:m,onLoad:x,renderItem:D,renderDetail:y,renderActions:A,renderEmpty:C,renderLoading:E,theme:v={}}){const _={...pu,...v},[S,T]=w.useState([]),[z,N]=w.useState(!1),[L,P]=w.useState(null),[j,R]=w.useState(new Set),[X,ge]=w.useState(null),[ie,De]=w.useState(null),[Ce,Ie]=w.useState(null),[ze,Me]=w.useState(!1),[Ve,be]=w.useState(""),he=a!==void 0?a:Ve,Le=k=>{u?u(k):be(k)},je=w.useMemo(()=>{if(!he.trim())return S;const k=he.toLowerCase();return S.filter($=>gr($.from).toLowerCase().includes(k)||gr($.subject).toLowerCase().includes(k))},[S,he]),me=w.useMemo(()=>e?new ol({baseUrl:r,system_id:e}):null,[r,e]),He=w.useCallback(async()=>{if(me){N(!0),P(null);try{const k=await me.listEmails(t,n,s);k!=null&&k.messages&&(T(k.messages),x==null||x(k.messages))}catch(k){const $=k instanceof Error?k:new Error("Failed to fetch emails");P($.message),m==null||m($)}N(!1)}},[me,t,n,s,m,x]);w.useEffect(()=>{T([]),R(new Set),De(null),P(null),a===void 0&&be(""),d&&He()},[s,d]);const Tt=w.useCallback(async k=>{if(me){De(k),Ie(null),Me(!0);try{const $=await me.getEmailParsed(t,k.uid,s||"INBOX");$!=null&&$.body&&Ie($.body)}catch($){console.error("Failed to fetch email body:",$)}Me(!1)}},[me,t,s]),bt=w.useCallback(k=>{f==null||f(k),i&&Tt(k)},[f,i,Tt]),Mt=w.useCallback((k,$,H)=>{if(!o){f==null||f(k),i&&Tt(k);return}const Q=k.uid;if(H.shiftKey&&X!==null){const ee=Math.min(X,$),oe=Math.max(X,$),re=S.slice(ee,oe+1).map(ye=>ye.uid),te=new Set(re);R(te),h==null||h(Array.from(te))}else if(H.ctrlKey||H.metaKey)R(ee=>{const oe=new Set(ee);return oe.has(Q)?oe.delete(Q):oe.add(Q),h==null||h(Array.from(oe)),oe}),ge($);else{const ee=new Set([Q]);R(ee),ge($),h==null||h(Array.from(ee))}},[o,X,S,j,f,h,i]),it=w.useCallback(async()=>{if(!me||j.size===0)return;const k=s||"INBOX";try{const $=await me.trashEmails(t,Array.from(j),k);if(console.log("Trash result:",$),$.success&&$.moved>0){T(Q=>Q.filter(ee=>!j.has(ee.uid)));const H=Array.from(j);R(new Set),p==null||p(H)}else P("Failed to move emails to trash")}catch($){const H=$ instanceof Error?$:new Error("Trash failed");console.error("Trash error:",H),P(H.message),m==null||m(H)}},[me,t,j,s,p,m]),ot=w.useCallback(async()=>{if(!me||j.size===0)return;const k=s||"INBOX";try{const $=await me.archiveEmails(t,Array.from(j),k);if(console.log("Archive result:",$),$.success&&$.archived>0){T(Q=>Q.filter(ee=>!j.has(ee.uid)));const H=Array.from(j);R(new Set),p==null||p(H)}else P("Failed to archive emails")}catch($){const H=$ instanceof Error?$:new Error("Archive failed");console.error("Archive error:",H),P(H.message),m==null||m(H)}},[me,t,j,s,p,m]),Je=w.useCallback(()=>{if(j.size===S.length)R(new Set),h==null||h([]);else{const k=new Set(S.map($=>$.uid));R(k),h==null||h(Array.from(k))}},[S,j.size,h]),tt=w.useCallback(()=>{R(new Set),h==null||h([])},[h]),Bt={delete:it,archive:ot,refresh:He,selectAll:Je,clearSelection:tt},V=k=>{if(!k)return"";const $=new Date(k),H=new Date;return $.toDateString()===H.toDateString()?$.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}):$.toLocaleDateString([],{month:"short",day:"numeric"})},Be=(k,$)=>g.jsx("div",{style:{padding:"12px 16px",background:$?_.selectedBackground:k.seen?_.cardBackground:_.unreadBackground,borderBottom:`1px solid ${_.border}`,cursor:"pointer",transition:"background 0.15s ease"},children:g.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"flex-start",gap:"12px"},children:[g.jsxs("div",{style:{flex:1,minWidth:0},children:[g.jsx("div",{style:{fontSize:"14px",fontWeight:k.seen?400:600,color:_.text,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:gr(k.from).split("@")[0]}),g.jsx("div",{style:{fontSize:"14px",fontWeight:k.seen?400:500,color:k.seen?_.textSecondary:_.text,marginTop:"2px",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:gr(k.subject)||"(No subject)"})]}),g.jsx("div",{style:{fontSize:"12px",color:_.textSecondary,flexShrink:0},children:V(k.date)})]})}),rt=k=>g.jsxs("div",{style:{padding:"24px"},children:[g.jsx("h2",{style:{margin:"0 0 8px",fontSize:"20px",color:_.text},children:gr(k.subject)||"(No subject)"}),g.jsxs("div",{style:{fontSize:"14px",color:_.textSecondary,marginBottom:"16px"},children:["From: ",gr(k.from)," • ",new Date(k.date).toLocaleString()]}),ze?g.jsx("div",{style:{fontSize:"14px",color:_.textSecondary},children:"Loading..."}):Ce?g.jsx("div",{style:{fontSize:"14px",color:_.text},dangerouslySetInnerHTML:{__html:Ce}}):g.jsx("div",{style:{fontSize:"14px",color:_.textSecondary},children:"No content available"})]}),ct=(k,$)=>g.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",padding:"8px 16px",background:_.cardBackground,borderBottom:`1px solid ${_.border}`},children:[g.jsx("button",{onClick:$.selectAll,style:{padding:"6px 12px",background:"transparent",border:`1px solid ${_.border}`,borderRadius:"6px",fontSize:"13px",cursor:"pointer",color:_.text},children:k.length===S.length?"Deselect All":"Select All"}),k.length>0&&g.jsxs(g.Fragment,{children:[g.jsxs("span",{style:{fontSize:"13px",color:_.textSecondary},children:[k.length," selected"]}),g.jsx("button",{onClick:$.archive,title:"Archive",style:{display:"flex",alignItems:"center",justifyContent:"center",width:"32px",height:"32px",background:"transparent",border:`1px solid ${_.border}`,borderRadius:"6px",cursor:"pointer",color:_.textSecondary},children:g.jsx("span",{className:"material-icons",style:{fontSize:"18px"},children:"archive"})}),g.jsx("button",{onClick:$.delete,title:"Delete",style:{display:"flex",alignItems:"center",justifyContent:"center",width:"32px",height:"32px",background:"transparent",border:`1px solid ${_.border}`,borderRadius:"6px",cursor:"pointer",color:_.textSecondary},children:g.jsx("span",{className:"material-icons",style:{fontSize:"18px"},children:"delete"})})]}),g.jsx("div",{style:{flex:1}}),g.jsx("button",{onClick:$.refresh,title:"Refresh",style:{display:"flex",alignItems:"center",justifyContent:"center",width:"32px",height:"32px",background:"transparent",border:`1px solid ${_.border}`,borderRadius:"6px",cursor:"pointer",color:_.textSecondary},children:g.jsx("span",{className:"material-icons",style:{fontSize:"18px"},children:"refresh"})})]}),qe=()=>g.jsx("div",{style:{padding:"48px",textAlign:"center",color:_.textSecondary},children:c}),Qe=()=>g.jsx("div",{style:{padding:"48px",textAlign:"center",color:_.textSecondary},children:"Loading..."}),$t=D||Be,U=y||rt,B=A||ct,Z=C||qe,J=E||Qe;return z&&S.length===0?g.jsx("div",{style:{background:_.background,width:"100%",height:"100%"},children:J()}):g.jsxs("div",{style:{display:"flex",background:_.background,width:"100%",height:"100%"},children:[g.jsxs("div",{style:{flex:i&&ie?"0 0 50%":"1",display:"flex",flexDirection:"column",borderRight:i&&ie?`1px solid ${_.border}`:"none",overflow:"hidden"},children:[o&&B(Array.from(j),Bt),l&&g.jsx("div",{style:{padding:"8px 12px",borderBottom:`1px solid ${_.border}`,background:_.background},children:g.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",padding:"6px 12px",background:"#f5f5f5",borderRadius:"6px"},children:[g.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:_.textSecondary,strokeWidth:"2",children:[g.jsx("circle",{cx:"11",cy:"11",r:"8"}),g.jsx("path",{d:"M21 21l-4.35-4.35"})]}),g.jsx("input",{type:"text",placeholder:"Search by email or subject...",value:he,onChange:k=>Le(k.target.value),style:{flex:1,border:"none",background:"transparent",outline:"none",fontSize:"13px",color:_.text}}),he&&g.jsx("button",{onClick:()=>Le(""),style:{border:"none",background:"transparent",cursor:"pointer",padding:"2px",display:"flex",alignItems:"center",justifyContent:"center"},children:g.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:_.textSecondary,strokeWidth:"2",children:g.jsx("path",{d:"M18 6L6 18M6 6l12 12"})})})]})}),L&&g.jsx("div",{style:{padding:"12px 16px",background:"#fef2f2",color:_.danger,fontSize:"14px",borderBottom:`1px solid ${_.border}`},children:L}),g.jsx("div",{style:{flex:1,overflowY:"auto"},children:je.length===0?Z():je.map((k,$)=>g.jsx("div",{onClick:H=>Mt(k,$,H),onDoubleClick:()=>bt(k),children:$t(k,j.has(k.uid))},k.uid))})]}),i&&ie&&g.jsx("div",{style:{flex:1,overflowY:"auto"},children:U(ie)})]})}function mu({items:r,renderItem:e,onSelectionChange:t,onCurrentChange:n,onAction:s,actions:o=[],emptyMessage:i="No items",showSelectAll:l=!0,className:a=""}){const[u,c]=w.useState(new Set),[d,f]=w.useState(-1),h=r.filter(C=>u.has(C.id)),p=d>=0&&d<h.length?h[d]:null,m=w.useCallback(C=>{c(E=>{const v=new Set(E);return v.has(C)?v.delete(C):v.add(C),t==null||t(Array.from(v)),v})},[t]),x=w.useCallback(()=>{if(u.size===r.length)c(new Set),f(-1),t==null||t([]);else{const C=new Set(r.map(E=>E.id));c(C),r.length>0&&(f(0),n==null||n(r[0],0)),t==null||t(r.map(E=>E.id))}},[r,u.size,t,n]),D=w.useCallback(()=>{if(h.length===0)return;const C=d<=0?h.length-1:d-1;f(C),n==null||n(h[C],C)},[h,d,n]),y=w.useCallback(()=>{if(h.length===0)return;const C=d>=h.length-1?0:d+1;f(C),n==null||n(h[C],C)},[h,d,n]),A=w.useCallback(C=>{s==null||s(C,h,p)},[s,h,p]);return w.useEffect(()=>{h.length===0?f(-1):d>=h.length?f(h.length-1):d<0&&h.length>0&&(f(0),n==null||n(h[0],0))},[h.length,d,n]),r.length===0?g.jsx("div",{className:`text-sm text-neutral-400 text-center py-4 ${a}`,children:i}):g.jsxs("div",{className:`space-y-2 ${a}`,children:[g.jsxs("div",{className:"flex items-center justify-between text-xs text-neutral-500",children:[g.jsxs("div",{className:"flex items-center gap-2",children:[l&&g.jsxs("button",{onClick:x,className:"flex items-center gap-1 hover:text-neutral-700 transition-colors",children:[g.jsx("span",{className:"material-icons text-sm",children:u.size===r.length?"check_box":u.size>0?"indeterminate_check_box":"check_box_outline_blank"}),g.jsx("span",{children:u.size===r.length?"Deselect all":"Select all"})]}),u.size>0&&g.jsxs("span",{className:"text-neutral-400",children:["(",u.size," selected)"]})]}),h.length>1&&g.jsxs("div",{className:"flex items-center gap-1",children:[g.jsx("button",{onClick:D,className:"p-1 hover:bg-neutral-100 rounded transition-colors",title:"Previous",children:g.jsx("span",{className:"material-icons text-sm",children:"chevron_left"})}),g.jsxs("span",{className:"text-xs min-w-[3rem] text-center",children:[d+1," / ",h.length]}),g.jsx("button",{onClick:y,className:"p-1 hover:bg-neutral-100 rounded transition-colors",title:"Next",children:g.jsx("span",{className:"material-icons text-sm",children:"chevron_right"})})]})]}),g.jsx("div",{className:"space-y-1",children:r.map(C=>{const E=u.has(C.id),v=(p==null?void 0:p.id)===C.id;return g.jsxs("div",{className:`flex items-center gap-2 p-2 rounded-lg cursor-pointer transition-colors ${v?"bg-blue-50 ring-1 ring-blue-200":E?"bg-neutral-100":"hover:bg-neutral-50"}`,onClick:()=>m(C.id),children:[g.jsx("span",{className:`material-icons text-lg ${E?"text-blue-500":"text-neutral-300"}`,children:E?"check_box":"check_box_outline_blank"}),g.jsx("div",{className:"flex-1 min-w-0",children:e(C,E,v)})]},C.id)})}),o.length>0&&u.size>0&&g.jsx("div",{className:"flex items-center gap-2 pt-2 border-t border-neutral-100",children:o.map(C=>{var v;const E=((v=C.disabled)==null?void 0:v.call(C,h))??!1;return g.jsxs("button",{onClick:()=>A(C.id),disabled:E,className:`flex items-center gap-1 px-3 py-1.5 text-xs rounded-lg transition-colors ${E?"bg-neutral-100 text-neutral-400 cursor-not-allowed":"bg-neutral-100 hover:bg-neutral-200 text-neutral-700"}`,children:[C.icon&&g.jsx("span",{className:"material-icons text-sm",children:C.icon}),C.label]},C.id)})})]})}function yu(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var xu=yu(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});const cl=w.createContext(null);function bu(r,e){return{getTheme:function(){return e??null}}}function yt(){const r=w.useContext(cl);return r==null&&xu(8),r}function an(r){return{}}const li={},_u={},dl={},tr={},vr={},en={},Cr={},ts={},Ms={},tn={},rn={},gt={},ai={},ui={},vu={},fl={},Cu={},hl={},wu={},pl={},gl={},Rn={},Du={},ml={},yl={},xl={},Su={},Au={},Eu={},Ki={},bl={},ku={},_l={},vl={},Tu={},rs={},ci={},$s={},Bu={},Nu={},Cn={},wn={},Fu={},Lu={},ju={},xt=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0,Ru=xt&&"documentMode"in document?document.documentMode:null,ft=xt&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),Kt=xt&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),Pn=!(!xt||!("InputEvent"in window)||Ru)&&"getTargetRanges"in new window.InputEvent("input"),ns=xt&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent),un=xt&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,Pu=xt&&/Android/.test(navigator.userAgent),Cl=xt&&/^(?=.*Chrome).*/i.test(navigator.userAgent),Ou=xt&&Pu&&Cl,di=xt&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&!Cl,cn=1,Ht=3,sr=0,wl=1,Sr=2,Mu=0,$u=1,Iu=2,On=4,Mn=8,fi=128,zu=112|(3|On|Mn)|fi,hi=1,pi=2,gi=3,mi=4,yi=5,xi=6,ss=ns||un||di?" ":"",jt=`
|
|
61
|
+
`,children:[a&&p.jsx("div",{className:"flex-shrink-0",children:p.jsx("img",{src:a,alt:i,className:"w-16 h-16 object-cover rounded-lg"})}),p.jsxs("div",{className:"flex-1 min-w-0",children:[p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("h3",{className:"font-medium text-gray-900 truncate",children:i}),u&&p.jsx("span",{className:"px-2 py-0.5 text-xs font-medium bg-blue-100 text-blue-800 rounded-full",children:u})]}),l&&p.jsx("p",{className:"text-sm text-gray-600 truncate mt-0.5",children:l})]}),e&&p.jsx("div",{className:"flex-shrink-0 text-gray-400",children:p.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})})})]})}function du({item:r,onClose:e,title:t=o=>o.title||o.name||o.label||"Detail",image:n=o=>o.image||o.thumbnail||o.photo,fields:s=[]}){if(!r)return null;const o=t(r),i=n(r);return p.jsx("div",{className:"fixed inset-0 bg-black/50 z-50 flex items-center justify-center p-4",children:p.jsxs("div",{className:"bg-white rounded-xl max-w-2xl w-full max-h-[90vh] overflow-y-auto shadow-2xl",children:[p.jsxs("div",{className:"sticky top-0 bg-white border-b border-gray-200 px-6 py-4 flex items-center justify-between",children:[p.jsx("h2",{className:"text-xl font-semibold text-gray-900",children:o}),e&&p.jsx("button",{onClick:e,className:"p-2 hover:bg-gray-100 rounded-lg transition-colors",children:p.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),p.jsxs("div",{className:"p-6",children:[i&&p.jsx("div",{className:"mb-6",children:p.jsx("img",{src:i,alt:o,className:"w-full h-64 object-cover rounded-lg"})}),s.length>0&&p.jsx("div",{className:"space-y-4",children:s.map((l,a)=>{const u=l.value(r);return u==null||u===""?null:p.jsxs("div",{children:[p.jsx("div",{className:"text-sm font-medium text-gray-500 mb-1",children:l.label}),p.jsx("div",{className:"text-base text-gray-900",children:typeof u=="object"?JSON.stringify(u,null,2):String(u)})]},a)})}),s.length===0&&p.jsx("pre",{className:"bg-gray-50 p-4 rounded-lg text-sm overflow-x-auto",children:JSON.stringify(r,null,2)})]}),e&&p.jsx("div",{className:"sticky bottom-0 bg-gray-50 border-t border-gray-200 px-6 py-4",children:p.jsx("button",{onClick:e,className:"w-full px-4 py-2 bg-gray-900 text-white rounded-lg hover:bg-gray-800 transition-colors font-medium",children:"Close"})})]})})}const fu={small:"w-32 h-32",medium:"w-48 h-48",large:"w-64 h-64"};function hu({nodes:r,cardCount:e=2,minInterval:t=1e3,maxInterval:n=3e3,onCardClick:s,cardSize:o="medium",className:i=""}){const l=Math.min(Math.max(e,1),5),[a,u]=w.useState([]),[c,d]=w.useState([]),[f,h]=w.useState(Array(l).fill(!1)),[g,m]=w.useState(Array(l).fill(!1)),y=w.useRef([]),D=w.useCallback(v=>{const _=r.filter(T=>!v.includes(T._id));if(_.length===0)return null;const E=Math.floor(Math.random()*_.length);return _[E]},[r]),x=w.useCallback(()=>Math.random()*(n-t)+t,[t,n]);w.useEffect(()=>{if(r.length===0){u([]),d([]);return}const v=[],_=[],E=[];for(let T=0;T<l&&T<r.length;T++){const z=D(E);z&&(v.push(z),E.push(z._id))}for(let T=0;T<v.length;T++){const z=[v[T]._id,...v.filter((j,R)=>R!==T).map(j=>j._id)],N=D(z);N?_.push(N):_.push(v[T])}u(v),d(_)},[r,l,D]);const k=w.useCallback(v=>{const _=x(),E=setTimeout(()=>{h(T=>{const z=[...T];return z[v]=!z[v],z}),setTimeout(()=>{m(T=>{const z=[...T];return z[v]=!z[v],z}),setTimeout(()=>{const T=!g[v];T&&u(z=>{const N=[...z];return N[v]=c[v],N}),d(z=>{const N=[...z],R=[(T?c[v]:a[v])._id,...a.filter((O,Y)=>Y!==v).map(O=>O._id),...z.filter((O,Y)=>Y!==v).map(O=>O._id)],L=D(R);return L&&(N[v]=L),N}),setTimeout(()=>{k(v)},150)},200)},150)},_);y.current[v]=E},[x,D,a,c,g]),C=w.useRef(!1);w.useEffect(()=>{if(!(a.length===0||r.length<=1)&&!C.current){C.current=!0;for(let v=0;v<a.length;v++)k(v);return()=>{y.current.forEach(v=>clearTimeout(v)),y.current=[],C.current=!1}}},[a.length,r.length]);const S=v=>{s&&s(v)};return r.length===0?p.jsx("div",{className:`flex items-center justify-center p-8 ${i}`,children:p.jsx("p",{className:"text-gray-500",children:"No nodes available"})}):a.length===0?p.jsx("div",{className:`flex items-center justify-center p-8 ${i}`,children:p.jsx("p",{className:"text-gray-500",children:"Loading..."})}):p.jsx("div",{className:`flex gap-4 justify-center items-center flex-wrap ${i}`,children:a.map((v,_)=>{const E=c[_],T=g[_];return p.jsx("div",{className:`relative ${fu[o]}`,style:{perspective:"1000px"},onClick:()=>S(T?E:v),children:p.jsxs("div",{className:"w-full h-full rounded-lg shadow-lg overflow-hidden cursor-pointer hover:shadow-xl",style:{transform:`rotateY(${f[_]?180:0}deg)`,transition:"transform 0.5s",transformStyle:"preserve-3d"},children:[p.jsx("div",{className:"absolute inset-0 transition-opacity duration-200",style:{opacity:T?0:1},children:p.jsxs("div",{style:{transform:f[_]?"scaleX(-1)":"scaleX(1)",width:"100%",height:"100%"},children:[p.jsx("img",{src:v.data.image,alt:v.title,className:"w-full h-full object-cover"}),p.jsx("div",{className:"absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/70 to-transparent p-2",children:p.jsx("p",{className:"text-white text-sm font-medium truncate",children:v.title})})]})}),E&&p.jsx("div",{className:"absolute inset-0 transition-opacity duration-200",style:{opacity:T?1:0},children:p.jsxs("div",{style:{transform:f[_]?"scaleX(-1)":"scaleX(1)",width:"100%",height:"100%"},children:[p.jsx("img",{src:E.data.image,alt:E.title,className:"w-full h-full object-cover"}),p.jsx("div",{className:"absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/70 to-transparent p-2",children:p.jsx("p",{className:"text-white text-sm font-medium truncate",children:E.title})})]})})]})},`slot-${_}`)})})}function gr(r){if(!r)return"";const e=/=\?([^?]+)\?([BQbq])\?([^?]*)\?=/g;return r.replace(e,(t,n,s,o)=>{try{if(s.toUpperCase()==="B"){const i=atob(o);return decodeURIComponent(escape(i))}else if(s.toUpperCase()==="Q"){const i=o.replace(/_/g," ").replace(/=([0-9A-Fa-f]{2})/g,(l,a)=>String.fromCharCode(parseInt(a,16)));return decodeURIComponent(escape(i))}}catch(i){console.warn("MIME decode error:",i)}return t}).replace(/\s+/g," ").trim()}const pu={background:"#ffffff",cardBackground:"#ffffff",selectedBackground:"#f5f5f5",unreadBackground:"#ffffff",text:"#111827",textSecondary:"#6b7280",border:"#e5e7eb",primary:"#3b82f6",danger:"#ef4444"};function gu({baseUrl:r,systemId:e,accountId:t,limit:n=30,folder:s,selectable:o=!0,showDetail:i=!1,showSearch:l=!0,searchQuery:a,onSearchChange:u,emptyMessage:c="No emails",autoLoad:d=!0,onSelect:f,onSelectionChange:h,onDelete:g,onError:m,onLoad:y,renderItem:D,renderDetail:x,renderActions:k,renderEmpty:C,renderLoading:S,theme:v={}}){const _={...pu,...v},[E,T]=w.useState([]),[z,N]=w.useState(!1),[j,R]=w.useState(null),[L,O]=w.useState(new Set),[Y,ce]=w.useState(null),[Z,Ce]=w.useState(null),[ie,ye]=w.useState(null),[Se,je]=w.useState(!1),[Me,ke]=w.useState(""),be=a!==void 0?a:Me,We=A=>{u?u(A):ke(A)},Ae=w.useMemo(()=>{if(!be.trim())return E;const A=be.toLowerCase();return E.filter(I=>gr(I.from).toLowerCase().includes(A)||gr(I.subject).toLowerCase().includes(A))},[E,be]),de=w.useMemo(()=>e?new ol({baseUrl:r,system_id:e}):null,[r,e]),qe=w.useCallback(async()=>{if(de){N(!0),R(null);try{const A=await de.listEmails(t,n,s);A!=null&&A.messages&&(T(A.messages),y==null||y(A.messages))}catch(A){const I=A instanceof Error?A:new Error("Failed to fetch emails");R(I.message),m==null||m(I)}N(!1)}},[de,t,n,s,m,y]);w.useEffect(()=>{T([]),O(new Set),Ce(null),R(null),a===void 0&&ke(""),d&&qe()},[s,d]);const At=w.useCallback(async A=>{if(de){Ce(A),ye(null),je(!0);try{const I=await de.getEmailParsed(t,A.uid,s||"INBOX");I!=null&&I.body&&ye(I.body)}catch(I){console.error("Failed to fetch email body:",I)}je(!1)}},[de,t,s]),yt=w.useCallback(A=>{f==null||f(A),i&&At(A)},[f,i,At]),Pt=w.useCallback((A,I,H)=>{if(!o){f==null||f(A),i&&At(A);return}const Q=A.uid;if(H.shiftKey&&Y!==null){const te=Math.min(Y,I),le=Math.max(Y,I),ne=E.slice(te,le+1).map(_e=>_e.uid),re=new Set(ne);O(re),h==null||h(Array.from(re))}else if(H.ctrlKey||H.metaKey)O(te=>{const le=new Set(te);return le.has(Q)?le.delete(Q):le.add(Q),h==null||h(Array.from(le)),le}),ce(I);else{const te=new Set([Q]);O(te),ce(I),h==null||h(Array.from(te))}},[o,Y,E,L,f,h,i]),nt=w.useCallback(async()=>{if(!de||L.size===0)return;const A=s||"INBOX";try{const I=await de.trashEmails(t,Array.from(L),A);if(console.log("Trash result:",I),I.success&&I.moved>0){T(Q=>Q.filter(te=>!L.has(te.uid)));const H=Array.from(L);O(new Set),g==null||g(H)}else R("Failed to move emails to trash")}catch(I){const H=I instanceof Error?I:new Error("Trash failed");console.error("Trash error:",H),R(H.message),m==null||m(H)}},[de,t,L,s,g,m]),st=w.useCallback(async()=>{if(!de||L.size===0)return;const A=s||"INBOX";try{const I=await de.archiveEmails(t,Array.from(L),A);if(console.log("Archive result:",I),I.success&&I.archived>0){T(Q=>Q.filter(te=>!L.has(te.uid)));const H=Array.from(L);O(new Set),g==null||g(H)}else R("Failed to archive emails")}catch(I){const H=I instanceof Error?I:new Error("Archive failed");console.error("Archive error:",H),R(H.message),m==null||m(H)}},[de,t,L,s,g,m]),at=w.useCallback(()=>{if(L.size===E.length)O(new Set),h==null||h([]);else{const A=new Set(E.map(I=>I.uid));O(A),h==null||h(Array.from(A))}},[E,L.size,h]),Ot=w.useCallback(()=>{O(new Set),h==null||h([])},[h]),Mt={delete:nt,archive:st,refresh:qe,selectAll:at,clearSelection:Ot},Ze=A=>{if(!A)return"";const I=new Date(A),H=new Date;return I.toDateString()===H.toDateString()?I.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}):I.toLocaleDateString([],{month:"short",day:"numeric"})},et=(A,I)=>p.jsx("div",{style:{padding:"12px 16px",background:I?_.selectedBackground:A.seen?_.cardBackground:_.unreadBackground,borderBottom:`1px solid ${_.border}`,cursor:"pointer",transition:"background 0.15s ease"},children:p.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"flex-start",gap:"12px"},children:[p.jsxs("div",{style:{flex:1,minWidth:0},children:[p.jsx("div",{style:{fontSize:"14px",fontWeight:A.seen?400:600,color:_.text,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:gr(A.from).split("@")[0]}),p.jsx("div",{style:{fontSize:"14px",fontWeight:A.seen?400:500,color:A.seen?_.textSecondary:_.text,marginTop:"2px",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:gr(A.subject)||"(No subject)"})]}),p.jsx("div",{style:{fontSize:"12px",color:_.textSecondary,flexShrink:0},children:Ze(A.date)})]})}),It=A=>p.jsxs("div",{style:{padding:"24px"},children:[p.jsx("h2",{style:{margin:"0 0 8px",fontSize:"20px",color:_.text},children:gr(A.subject)||"(No subject)"}),p.jsxs("div",{style:{fontSize:"14px",color:_.textSecondary,marginBottom:"16px"},children:["From: ",gr(A.from)," • ",new Date(A.date).toLocaleString()]}),Se?p.jsx("div",{style:{fontSize:"14px",color:_.textSecondary},children:"Loading..."}):ie?p.jsx("div",{style:{fontSize:"14px",color:_.text},dangerouslySetInnerHTML:{__html:ie}}):p.jsx("div",{style:{fontSize:"14px",color:_.textSecondary},children:"No content available"})]}),V=(A,I)=>p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",padding:"8px 16px",background:_.cardBackground,borderBottom:`1px solid ${_.border}`},children:[p.jsx("button",{onClick:I.selectAll,style:{padding:"6px 12px",background:"transparent",border:`1px solid ${_.border}`,borderRadius:"6px",fontSize:"13px",cursor:"pointer",color:_.text},children:A.length===E.length?"Deselect All":"Select All"}),A.length>0&&p.jsxs(p.Fragment,{children:[p.jsxs("span",{style:{fontSize:"13px",color:_.textSecondary},children:[A.length," selected"]}),p.jsx("button",{onClick:I.archive,title:"Archive",style:{display:"flex",alignItems:"center",justifyContent:"center",width:"32px",height:"32px",background:"transparent",border:`1px solid ${_.border}`,borderRadius:"6px",cursor:"pointer",color:_.textSecondary},children:p.jsx("span",{className:"material-icons",style:{fontSize:"18px"},children:"archive"})}),p.jsx("button",{onClick:I.delete,title:"Delete",style:{display:"flex",alignItems:"center",justifyContent:"center",width:"32px",height:"32px",background:"transparent",border:`1px solid ${_.border}`,borderRadius:"6px",cursor:"pointer",color:_.textSecondary},children:p.jsx("span",{className:"material-icons",style:{fontSize:"18px"},children:"delete"})})]}),p.jsx("div",{style:{flex:1}}),p.jsx("button",{onClick:I.refresh,title:"Refresh",style:{display:"flex",alignItems:"center",justifyContent:"center",width:"32px",height:"32px",background:"transparent",border:`1px solid ${_.border}`,borderRadius:"6px",cursor:"pointer",color:_.textSecondary},children:p.jsx("span",{className:"material-icons",style:{fontSize:"18px"},children:"refresh"})})]}),xe=()=>p.jsx("div",{style:{padding:"48px",textAlign:"center",color:_.textSecondary},children:c}),Te=()=>p.jsx("div",{style:{padding:"48px",textAlign:"center",color:_.textSecondary},children:"Loading..."}),xt=D||et,U=x||It,B=k||V,X=C||xe,J=S||Te;return z&&E.length===0?p.jsx("div",{style:{background:_.background,width:"100%",height:"100%"},children:J()}):p.jsxs("div",{style:{display:"flex",background:_.background,width:"100%",height:"100%"},children:[p.jsxs("div",{style:{flex:i&&Z?"0 0 50%":"1",display:"flex",flexDirection:"column",borderRight:i&&Z?`1px solid ${_.border}`:"none",overflow:"hidden"},children:[o&&B(Array.from(L),Mt),l&&p.jsx("div",{style:{padding:"8px 12px",borderBottom:`1px solid ${_.border}`,background:_.background},children:p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",padding:"6px 12px",background:"#f5f5f5",borderRadius:"6px"},children:[p.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:_.textSecondary,strokeWidth:"2",children:[p.jsx("circle",{cx:"11",cy:"11",r:"8"}),p.jsx("path",{d:"M21 21l-4.35-4.35"})]}),p.jsx("input",{type:"text",placeholder:"Search by email or subject...",value:be,onChange:A=>We(A.target.value),style:{flex:1,border:"none",background:"transparent",outline:"none",fontSize:"13px",color:_.text}}),be&&p.jsx("button",{onClick:()=>We(""),style:{border:"none",background:"transparent",cursor:"pointer",padding:"2px",display:"flex",alignItems:"center",justifyContent:"center"},children:p.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:_.textSecondary,strokeWidth:"2",children:p.jsx("path",{d:"M18 6L6 18M6 6l12 12"})})})]})}),j&&p.jsx("div",{style:{padding:"12px 16px",background:"#fef2f2",color:_.danger,fontSize:"14px",borderBottom:`1px solid ${_.border}`},children:j}),p.jsx("div",{style:{flex:1,overflowY:"auto"},children:Ae.length===0?X():Ae.map((A,I)=>p.jsx("div",{onClick:H=>Pt(A,I,H),onDoubleClick:()=>yt(A),children:xt(A,L.has(A.uid))},A.uid))})]}),i&&Z&&p.jsx("div",{style:{flex:1,overflowY:"auto"},children:U(Z)})]})}function mu({items:r,renderItem:e,onSelectionChange:t,onCurrentChange:n,onAction:s,actions:o=[],emptyMessage:i="No items",showSelectAll:l=!0,className:a=""}){const[u,c]=w.useState(new Set),[d,f]=w.useState(-1),h=r.filter(C=>u.has(C.id)),g=d>=0&&d<h.length?h[d]:null,m=w.useCallback(C=>{c(S=>{const v=new Set(S);return v.has(C)?v.delete(C):v.add(C),t==null||t(Array.from(v)),v})},[t]),y=w.useCallback(()=>{if(u.size===r.length)c(new Set),f(-1),t==null||t([]);else{const C=new Set(r.map(S=>S.id));c(C),r.length>0&&(f(0),n==null||n(r[0],0)),t==null||t(r.map(S=>S.id))}},[r,u.size,t,n]),D=w.useCallback(()=>{if(h.length===0)return;const C=d<=0?h.length-1:d-1;f(C),n==null||n(h[C],C)},[h,d,n]),x=w.useCallback(()=>{if(h.length===0)return;const C=d>=h.length-1?0:d+1;f(C),n==null||n(h[C],C)},[h,d,n]),k=w.useCallback(C=>{s==null||s(C,h,g)},[s,h,g]);return w.useEffect(()=>{h.length===0?f(-1):d>=h.length?f(h.length-1):d<0&&h.length>0&&(f(0),n==null||n(h[0],0))},[h.length,d,n]),r.length===0?p.jsx("div",{className:`text-sm text-neutral-400 text-center py-4 ${a}`,children:i}):p.jsxs("div",{className:`space-y-2 ${a}`,children:[p.jsxs("div",{className:"flex items-center justify-between text-xs text-neutral-500",children:[p.jsxs("div",{className:"flex items-center gap-2",children:[l&&p.jsxs("button",{onClick:y,className:"flex items-center gap-1 hover:text-neutral-700 transition-colors",children:[p.jsx("span",{className:"material-icons text-sm",children:u.size===r.length?"check_box":u.size>0?"indeterminate_check_box":"check_box_outline_blank"}),p.jsx("span",{children:u.size===r.length?"Deselect all":"Select all"})]}),u.size>0&&p.jsxs("span",{className:"text-neutral-400",children:["(",u.size," selected)"]})]}),h.length>1&&p.jsxs("div",{className:"flex items-center gap-1",children:[p.jsx("button",{onClick:D,className:"p-1 hover:bg-neutral-100 rounded transition-colors",title:"Previous",children:p.jsx("span",{className:"material-icons text-sm",children:"chevron_left"})}),p.jsxs("span",{className:"text-xs min-w-[3rem] text-center",children:[d+1," / ",h.length]}),p.jsx("button",{onClick:x,className:"p-1 hover:bg-neutral-100 rounded transition-colors",title:"Next",children:p.jsx("span",{className:"material-icons text-sm",children:"chevron_right"})})]})]}),p.jsx("div",{className:"space-y-1",children:r.map(C=>{const S=u.has(C.id),v=(g==null?void 0:g.id)===C.id;return p.jsxs("div",{className:`flex items-center gap-2 p-2 rounded-lg cursor-pointer transition-colors ${v?"bg-blue-50 ring-1 ring-blue-200":S?"bg-neutral-100":"hover:bg-neutral-50"}`,onClick:()=>m(C.id),children:[p.jsx("span",{className:`material-icons text-lg ${S?"text-blue-500":"text-neutral-300"}`,children:S?"check_box":"check_box_outline_blank"}),p.jsx("div",{className:"flex-1 min-w-0",children:e(C,S,v)})]},C.id)})}),o.length>0&&u.size>0&&p.jsx("div",{className:"flex items-center gap-2 pt-2 border-t border-neutral-100",children:o.map(C=>{var v;const S=((v=C.disabled)==null?void 0:v.call(C,h))??!1;return p.jsxs("button",{onClick:()=>k(C.id),disabled:S,className:`flex items-center gap-1 px-3 py-1.5 text-xs rounded-lg transition-colors ${S?"bg-neutral-100 text-neutral-400 cursor-not-allowed":"bg-neutral-100 hover:bg-neutral-200 text-neutral-700"}`,children:[C.icon&&p.jsx("span",{className:"material-icons text-sm",children:C.icon}),C.label]},C.id)})})]})}function yu(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var xu=yu(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});const cl=w.createContext(null);function bu(r,e){return{getTheme:function(){return e??null}}}function gt(){const r=w.useContext(cl);return r==null&&xu(8),r}function an(r){return{}}const li={},_u={},dl={},tr={},vr={},en={},Cr={},ts={},Ms={},tn={},rn={},ht={},ai={},ui={},vu={},fl={},Cu={},hl={},wu={},pl={},gl={},Rn={},Du={},ml={},yl={},xl={},Su={},Eu={},ku={},Ki={},bl={},Au={},_l={},vl={},Tu={},rs={},ci={},Is={},Bu={},Nu={},Cn={},wn={},Fu={},ju={},Lu={},mt=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0,Ru=mt&&"documentMode"in document?document.documentMode:null,ct=mt&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),Kt=mt&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),Pn=!(!mt||!("InputEvent"in window)||Ru)&&"getTargetRanges"in new window.InputEvent("input"),ns=mt&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent),un=mt&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,Pu=mt&&/Android/.test(navigator.userAgent),Cl=mt&&/^(?=.*Chrome).*/i.test(navigator.userAgent),Ou=mt&&Pu&&Cl,di=mt&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&!Cl,cn=1,Ht=3,sr=0,wl=1,Sr=2,Mu=0,Iu=1,$u=2,On=4,Mn=8,fi=128,zu=112|(3|On|Mn)|fi,hi=1,pi=2,gi=3,mi=4,yi=5,xi=6,ss=ns||un||di?" ":"",Ft=`
|
|
62
62
|
|
|
63
|
-
`,qu=Kt?" ":ss,Dl="֑-߿יִ-﷽ﹰ-ﻼ",Sl="A-Za-zÀ-ÖØ-öø-ʸ̀-ࠀ-Ⰰ-︀--",Uu=new RegExp("^[^"+Sl+"]*["+Dl+"]"),Wu=new RegExp("^[^"+Dl+"]*["+Sl+"]"),ir={bold:1,code:16,highlight:fi,italic:2,strikethrough:On,subscript:32,superscript:64,underline:Mn},Gu={directionless:1,unmergeable:2},Vi={center:pi,end:xi,justify:mi,left:hi,right:gi,start:yi},Ku={[pi]:"center",[xi]:"end",[mi]:"justify",[hi]:"left",[gi]:"right",[yi]:"start"},Vu={normal:0,segmented:2,token:1},Hu={[Mu]:"normal",[Iu]:"segmented",[$u]:"token"};function Ju(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var I=Ju(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});function $n(...r){const e=[];for(const t of r)if(t&&typeof t=="string")for(const[n]of t.matchAll(/\S+/g))e.push(n);return e}const Qu=100;let Is=!1,bi=0;function Yu(r){bi=r.timeStamp}function Ss(r,e,t){const n=r.nodeName==="BR",s=e.__lexicalLineBreak;return s&&(r===s||n&&r.previousSibling===s)||n&&os(r,t)!==void 0}function Xu(r,e,t){const n=ut(t._window);let s=null,o=null;n!==null&&n.anchorNode===r&&(s=n.anchorOffset,o=n.focusOffset);const i=r.nodeValue;i!==null&&Di(e,i,s,o,!1)}function Zu(r,e,t){if(M(r)){const n=r.anchor.getNode();if(n.is(t)&&r.format!==n.getFormat())return!1}return e.nodeType===Ht&&t.isAttached()}function ec(r,e,t,n){for(let s=r;s&&!hc(s);s=fn(s)){const o=os(s,e);if(o!==void 0){const i=$e(o,t);if(i)return de(i)?void 0:[s,i]}else if(s===n)return[n,jl(t)]}}function Al(r,e,t){Is=!0;const n=performance.now()-bi>Qu;try{nt(r,()=>{const s=K()||function(f){return f.getEditorState().read(()=>{const h=K();return h!==null?h.clone():null})}(r),o=new Map,i=r.getRootElement(),l=r._editorState,a=r._blockCursorElement;let u=!1,c="";for(let f=0;f<e.length;f++){const h=e[f],p=h.type,m=h.target,x=ec(m,r,l,i);if(!x)continue;const[D,y]=x;if(p==="characterData")n&&q(y)&&Zu(s,m,y)&&Xu(m,y,r);else if(p==="childList"){u=!0;const A=h.addedNodes;for(let v=0;v<A.length;v++){const _=A[v],S=Fl(_),T=_.parentNode;if(T!=null&&_!==a&&S===null&&!Ss(_,T,r)){if(Kt){const z=_.innerText||_.nodeValue;z&&(c+=z)}T.removeChild(_)}}const C=h.removedNodes,E=C.length;if(E>0){let v=0;for(let _=0;_<E;_++){const S=C[_];(Ss(S,m,r)||a===S)&&(m.appendChild(S),v++)}E!==v&&o.set(D,y)}}}if(o.size>0)for(const[f,h]of o)h.reconcileObservedMutation(f,r);const d=t.takeRecords();if(d.length>0){for(let f=0;f<d.length;f++){const h=d[f],p=h.addedNodes,m=h.target;for(let x=0;x<p.length;x++){const D=p[x],y=D.parentNode;y==null||D.nodeName!=="BR"||Ss(D,m,r)||y.removeChild(D)}}t.takeRecords()}s!==null&&(u&&(s.dirty=!0,St(s)),Kt&&Ml(r)&&s.insertRawText(c))})}finally{Is=!1}}function El(r){const e=r._observer;e!==null&&Al(r,e.takeRecords(),e)}function kl(r){(function(e){bi===0&&as(e).addEventListener("textInput",Yu,!0)})(r),r._observer=new MutationObserver((e,t)=>{Al(r,e,t)})}function Hi(r,e){const t=r.__mode,n=r.__format,s=r.__style,o=e.__mode,i=e.__format,l=e.__style;return!(t!==null&&t!==o||n!==null&&n!==i||s!==null&&s!==l)}function Ji(r,e){const t=r.mergeWithSibling(e),n=ve()._normalizedNodes;return n.add(r.__key),n.add(e.__key),t}function Qi(r){let e,t,n=r;if(n.__text!==""||!n.isSimpleText()||n.isUnmergeable()){for(;(e=n.getPreviousSibling())!==null&&q(e)&&e.isSimpleText()&&!e.isUnmergeable();){if(e.__text!==""){if(Hi(e,n)){n=Ji(e,n);break}break}e.remove()}for(;(t=n.getNextSibling())!==null&&q(t)&&t.isSimpleText()&&!t.isUnmergeable();){if(t.__text!==""){if(Hi(n,t)){n=Ji(n,t);break}break}t.remove()}}else n.remove()}function Tl(r){return Yi(r.anchor),Yi(r.focus),r}function Yi(r){for(;r.type==="element";){const e=r.getNode(),t=r.offset;let n,s;if(t===e.getChildrenSize()?(n=e.getChildAtIndex(t-1),s=!0):(n=e.getChildAtIndex(t),s=!1),q(n)){r.set(n.__key,s?n.getTextContentSize():0,"text");break}if(!F(n))break;r.set(n.__key,s?n.getChildrenSize():0,"element")}}let tc=1;const rc=typeof queueMicrotask=="function"?queueMicrotask:r=>{Promise.resolve().then(r)};function _i(r){const e=document.activeElement;if(e===null)return!1;const t=e.nodeName;return de(Ar(r))&&(t==="INPUT"||t==="TEXTAREA"||e.contentEditable==="true"&&is(e)==null)}function dn(r,e,t){const n=r.getRootElement();try{return n!==null&&n.contains(e)&&n.contains(t)&&e!==null&&!_i(e)&&Bl(e)===r}catch{return!1}}function vi(r){return r instanceof hs}function Bl(r){let e=r;for(;e!=null;){const t=is(e);if(vi(t))return t;e=fn(e)}return null}function is(r){return r?r.__lexicalEditor:null}function Zt(r){return r.isToken()||r.isSegmented()}function nc(r){return r.nodeType===Ht}function In(r){let e=r;for(;e!=null;){if(nc(e))return e;e=e.firstChild}return null}function zn(r,e,t){const n=ir[e];if(t!==null&&(r&n)==(t&n))return r;let s=r^n;return e==="subscript"?s&=-65:e==="superscript"&&(s&=-33),s}function Nl(r){return q(r)||nr(r)||de(r)}function sc(r,e){if(e!=null)return void(r.__key=e);Xe(),ia();const t=ve(),n=Pt(),s=""+tc++;n._nodeMap.set(s,r),F(r)?t._dirtyElements.set(s,!0):t._dirtyLeaves.add(s),t._cloneNotNeeded.add(s),t._dirtyType=wl,r.__key=s}function rr(r){const e=r.getParent();if(e!==null){const t=r.getWritable(),n=e.getWritable(),s=r.getPreviousSibling(),o=r.getNextSibling();if(s===null)if(o!==null){const i=o.getWritable();n.__first=o.__key,i.__prev=null}else n.__first=null;else{const i=s.getWritable();if(o!==null){const l=o.getWritable();l.__prev=i.__key,i.__next=l.__key}else i.__next=null;t.__prev=null}if(o===null)if(s!==null){const i=s.getWritable();n.__last=s.__key,i.__next=null}else n.__last=null;else{const i=o.getWritable();if(s!==null){const l=s.getWritable();l.__next=i.__key,i.__prev=l.__key}else i.__prev=null;t.__next=null}n.__size--,t.__parent=null}}function qn(r){ia();const e=r.getLatest(),t=e.__parent,n=Pt(),s=ve(),o=n._nodeMap,i=s._dirtyElements;t!==null&&function(a,u,c){let d=a;for(;d!==null;){if(c.has(d))return;const f=u.get(d);if(f===void 0)break;c.set(d,!1),d=f.__parent}}(t,o,i);const l=e.__key;s._dirtyType=wl,F(r)?i.set(l,!0):s._dirtyLeaves.add(l)}function Oe(r){Xe();const e=ve(),t=e._compositionKey;if(r!==t){if(e._compositionKey=r,t!==null){const n=$e(t);n!==null&&n.getWritable()}if(r!==null){const n=$e(r);n!==null&&n.getWritable()}}}function Ut(){return yn()?null:ve()._compositionKey}function $e(r,e){const t=(e||Pt())._nodeMap.get(r);return t===void 0?null:t}function Fl(r,e){const t=os(r,ve());return t!==void 0?$e(t,e):null}function os(r,e){return r[`__lexicalKey_${e._key}`]}function Ar(r,e){let t=r;for(;t!=null;){const n=Fl(t,e);if(n!==null)return n;t=fn(t)}return null}function Ll(r){const e=r._decorators,t=Object.assign({},e);return r._pendingDecorators=t,t}function Xi(r){return r.read(()=>xe().getTextContent())}function xe(){return jl(Pt())}function jl(r){return r._nodeMap.get("root")}function St(r){Xe();const e=Pt();r!==null&&(r.dirty=!0,r.setCachedNodes(null)),e._selection=r}function br(r){const e=ve(),t=function(n,s){let o=n;for(;o!=null;){const i=os(o,s);if(i!==void 0)return i;o=fn(o)}return null}(r,e);return t===null?r===e.getRootElement()?$e("root"):null:$e(t)}function Zi(r,e){return e?r.getTextContentSize():0}function Rl(r){return/[\uD800-\uDBFF][\uDC00-\uDFFF]/g.test(r)}function Ci(r){const e=[];let t=r;for(;t!==null;)e.push(t),t=t._parentEditor;return e}function Pl(){return Math.random().toString(36).replace(/[^a-z]+/g,"").substr(0,5)}function Ol(r){return r.nodeType===Ht?r.nodeValue:null}function wi(r,e,t){const n=ut(e._window);if(n===null)return;const s=n.anchorNode;let{anchorOffset:o,focusOffset:i}=n;if(s!==null){let l=Ol(s);const a=Ar(s);if(l!==null&&q(a)){if(l===ss&&t){const u=t.length;l=t,o=u,i=u}l!==null&&Di(a,l,o,i,r)}}}function Di(r,e,t,n,s){let o=r;if(o.isAttached()&&(s||!o.isDirty())){const i=o.isComposing();let l=e;(i||s)&&e[e.length-1]===ss&&(l=e.slice(0,-1));const a=o.getTextContent();if(s||l!==a){if(l===""){if(Oe(null),ns||un||di)o.remove();else{const m=ve();setTimeout(()=>{m.update(()=>{o.isAttached()&&o.remove()})},20)}return}const u=o.getParent(),c=mn(),d=o.getTextContentSize(),f=Ut(),h=o.getKey();if(o.isToken()||f!==null&&h===f&&!i||M(c)&&(u!==null&&!u.canInsertTextBefore()&&c.anchor.offset===0||c.anchor.key===r.__key&&c.anchor.offset===0&&!o.canInsertTextBefore()&&!i||c.focus.key===r.__key&&c.focus.offset===d&&!o.canInsertTextAfter()&&!i))return void o.markDirty();const p=K();if(!M(p)||t===null||n===null)return void o.setTextContent(l);if(p.setTextNodeRange(o,t,o,n),o.isSegmented()){const m=ke(o.getTextContent());o.replace(m),o=m}o.setTextContent(l)}}}function ic(r,e){if(e.isSegmented())return!0;if(!r.isCollapsed())return!1;const t=r.anchor.offset,n=e.getParentOrThrow(),s=e.isToken();return t===0?!e.canInsertTextBefore()||!n.canInsertTextBefore()&&!e.isComposing()||s||function(o){const i=o.getPreviousSibling();return(q(i)||F(i)&&i.isInline())&&!i.canInsertTextAfter()}(e):t===e.getTextContentSize()&&(!e.canInsertTextAfter()||!n.canInsertTextAfter()&&!e.isComposing()||s)}function eo(r){return r==="ArrowLeft"}function to(r){return r==="ArrowRight"}function qr(r,e){return ft?r:e}function ro(r){return r==="Enter"}function Pr(r){return r==="Backspace"}function Or(r){return r==="Delete"}function no(r,e,t){return r.toLowerCase()==="a"&&qr(e,t)}function oc(){const r=xe();St(Tl(r.select(0,r.getChildrenSize())))}function Hr(r,e){r.__lexicalClassNameCache===void 0&&(r.__lexicalClassNameCache={});const t=r.__lexicalClassNameCache,n=t[e];if(n!==void 0)return n;const s=r[e];if(typeof s=="string"){const o=$n(s);return t[e]=o,o}return s}function Si(r,e,t,n,s){if(t.size===0)return;const o=n.__type,i=n.__key,l=e.get(o);l===void 0&&I(33,o);const a=l.klass;let u=r.get(a);u===void 0&&(u=new Map,r.set(a,u));const c=u.get(i),d=c==="destroyed"&&s==="created";(c===void 0||d)&&u.set(i,d?"updated":s)}function so(r,e,t){const n=r.getParent();let s=t,o=r;return n!==null&&(e&&t===0?(s=o.getIndexWithinParent(),o=n):e||t!==o.getChildrenSize()||(s=o.getIndexWithinParent()+1,o=n)),o.getChildAtIndex(e?s-1:s)}function nn(r,e){const t=r.offset;if(r.type==="element")return so(r.getNode(),e,t);{const n=r.getNode();if(e&&t===0||!e&&t===n.getTextContentSize()){const s=e?n.getPreviousSibling():n.getNextSibling();return s===null?so(n.getParentOrThrow(),e,n.getIndexWithinParent()+(e?0:1)):s}}return null}function Ml(r){const e=as(r).event,t=e&&e.inputType;return t==="insertFromPaste"||t==="insertFromPasteAsQuotation"}function W(r,e,t){return aa(r,e,t)}function ls(r){return!Ge(r)&&!r.isLastChild()&&!r.isInline()}function Un(r,e){const t=r._keyToDOMMap.get(e);return t===void 0&&I(75,e),t}function fn(r){const e=r.assignedSlot||r.parentElement;return e!==null&&e.nodeType===11?e.host:e}function Jr(r,e){let t=r.getParent();for(;t!==null;){if(t.is(e))return!0;t=t.getParent()}return!1}function as(r){const e=r._window;return e===null&&I(78),e}function lc(r){let e=r.getParentOrThrow();for(;e!==null;){if(At(e))return e;e=e.getParentOrThrow()}return e}function At(r){return Ge(r)||F(r)&&r.isShadowRoot()}function kt(r){const e=ve(),t=r.constructor.getType(),n=e._nodes.get(t);n===void 0&&I(200,r.constructor.name,t);const{replace:s,replaceWithKlass:o}=n;if(s!==null){const i=s(r),l=i.constructor;return o!==null?i instanceof o||I(201,o.name,o.getType(),l.name,l.getType(),r.constructor.name,t):i instanceof r.constructor&&l!==r.constructor||I(202,l.name,l.getType(),r.constructor.name,t),i.__key===r.__key&&I(203,r.constructor.name,t,l.name,l.getType()),i}return r}function As(r,e){!Ge(r.getParent())||F(e)||de(e)||I(99)}function Es(r){return(de(r)||F(r)&&!r.canBeEmpty())&&!r.isInline()}function Ai(r,e,t){t.style.removeProperty("caret-color"),e._blockCursorElement=null;const n=r.parentElement;n!==null&&n.removeChild(r)}function ac(r,e,t){let n=r._blockCursorElement;if(M(t)&&t.isCollapsed()&&t.anchor.type==="element"&&e.contains(document.activeElement)){const s=t.anchor,o=s.getNode(),i=s.offset;let l=!1,a=null;if(i===o.getChildrenSize())Es(o.getChildAtIndex(i-1))&&(l=!0);else{const u=o.getChildAtIndex(i);if(u!==null&&Es(u)){const c=u.getPreviousSibling();(c===null||Es(c))&&(l=!0,a=r.getElementByKey(u.__key))}}if(l){const u=r.getElementByKey(o.__key);return n===null&&(r._blockCursorElement=n=function(c){const d=c.theme,f=document.createElement("div");f.contentEditable="false",f.setAttribute("data-lexical-cursor","true");let h=d.blockCursor;if(h!==void 0){if(typeof h=="string"){const p=$n(h);h=d.blockCursor=p}h!==void 0&&f.classList.add(...h)}return f}(r._config)),e.style.caretColor="transparent",void(a===null?u.appendChild(n):u.insertBefore(n,a))}}n!==null&&Ai(n,r,e)}function ut(r){return xt?(r||window).getSelection():null}function uc(r){return Rt(r)&&r.tagName==="A"}function Rt(r){return r.nodeType===1}function io(r){return r.nodeType===11}function zs(r){const e=new RegExp(/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var|#text)$/,"i");return r.nodeName.match(e)!==null}function Wn(r){const e=new RegExp(/^(address|article|aside|blockquote|canvas|dd|div|dl|dt|fieldset|figcaption|figure|footer|form|h1|h2|h3|h4|h5|h6|header|hr|li|main|nav|noscript|ol|p|pre|section|table|td|tfoot|ul|video)$/,"i");return r.nodeName.match(e)!==null}function zt(r){if(de(r)&&!r.isInline())return!0;if(!F(r)||At(r))return!1;const e=r.getFirstChild(),t=e===null||nr(e)||q(e)||e.isInline();return!r.isInline()&&r.canBeEmpty()!==!1&&t}function Mr(r,e){let t=r;for(;t!==null&&t.getParent()!==null&&!e(t);)t=t.getParentOrThrow();return e(t)?t:null}function cc(){return ve()}const oo=new WeakMap,dc=new Map;function fc(r){if(!r._readOnly&&r.isEmpty())return dc;r._readOnly||I(192);let e=oo.get(r);if(!e){e=new Map,oo.set(r,e);for(const[t,n]of r._nodeMap){const s=n.__type;let o=e.get(s);o||(o=new Map,e.set(s,o)),o.set(t,n)}}return e}function Ei(r){const e=r.constructor.clone(r);return e.afterCloneFrom(r),e}function ki(r,e){const t=(parseInt(r.style.paddingInlineStart,10)||0)/40;e.setIndent(t)}function hc(r){return r.__lexicalUnmanaged===!0}function $l(r,e,t,n,s,o){let i=r.getFirstChild();for(;i!==null;){const l=i.__key;i.__parent===e&&(F(i)&&$l(i,l,t,n,s,o),t.has(l)||o.delete(l),s.push(l)),i=i.getNextSibling()}}let Vt,Ke,sn,us,qs,Us,or,mt,Ws,on,Te="",We="",vt=null,ht="",Lt="",Il=!1,ln=!1,Nn=null;function Gn(r,e){const t=or.get(r);if(e!==null){const n=Vs(r);n.parentNode===e&&e.removeChild(n)}if(mt.has(r)||Ke._keyToDOMMap.delete(r),F(t)){const n=Vn(t,or);Gs(n,0,n.length-1,null)}t!==void 0&&Si(on,sn,us,t,"destroyed")}function Gs(r,e,t,n){let s=e;for(;s<=t;++s){const o=r[s];o!==void 0&&Gn(o,n)}}function Xt(r,e){r.setProperty("text-align",e)}const pc="40px";function zl(r,e){const t=Vt.theme.indent;if(typeof t=="string"){const s=r.classList.contains(t);e>0&&!s?r.classList.add(t):e<1&&s&&r.classList.remove(t)}const n=getComputedStyle(r).getPropertyValue("--lexical-indent-base-value")||pc;r.style.setProperty("padding-inline-start",e===0?"":`calc(${e} * ${n})`)}function ql(r,e){const t=r.style;e===0?Xt(t,""):e===hi?Xt(t,"left"):e===pi?Xt(t,"center"):e===gi?Xt(t,"right"):e===mi?Xt(t,"justify"):e===yi?Xt(t,"start"):e===xi&&Xt(t,"end")}function Kn(r,e){const t=mt.get(r);t===void 0&&I(60);const n=t.createDOM(Vt,Ke);if(function(s,o,i){const l=i._keyToDOMMap;(function(a,u,c){a[`__lexicalKey_${u._key}`]=c})(o,i,s),l.set(s,o)}(r,n,Ke),q(t)?n.setAttribute("data-lexical-text","true"):de(t)&&n.setAttribute("data-lexical-decorator","true"),F(t)){const s=t.__indent,o=t.__size;if(s!==0&&zl(n,s),o!==0){const l=o-1;(function(a,u,c,d){const f=We;We="",Ks(a,c,0,u,c.getDOMSlot(d)),Wl(c,d),We=f})(Vn(t,mt),l,t,n)}const i=t.__format;i!==0&&ql(n,i),t.isInline()||Ul(null,t,n),ls(t)&&(Te+=jt,Lt+=jt)}else{const s=t.getTextContent();if(de(t)){const o=t.decorate(Ke,Vt);o!==null&&Gl(r,o),n.contentEditable="false"}else q(t)&&(t.isDirectionless()||(We+=s));Te+=s,Lt+=s}return e!==null&&e.insertChild(n),Si(on,sn,us,t,"created"),n}function Ks(r,e,t,n,s){const o=Te;Te="";let i=t;for(;i<=n;++i){Kn(r[i],s);const l=mt.get(r[i]);l!==null&&q(l)&&(vt===null&&(vt=l.getFormat()),ht===""&&(ht=l.getStyle()))}ls(e)&&(Te+=jt),s.element.__lexicalTextContent=Te,Te=o+Te}function lo(r,e){if(r){const t=r.__last;if(t){const n=e.get(t);if(n)return nr(n)?"line-break":de(n)&&n.isInline()?"decorator":null}return"empty"}return null}function Ul(r,e,t){const n=lo(r,or),s=lo(e,mt);n!==s&&e.getDOMSlot(t).setManagedLineBreak(s)}function Wl(r,e){const t=e.__lexicalDirTextContent||"",n=e.__lexicalDir||"";if(t!==We||n!==Nn){const o=We==="",i=o?Nn:(s=We,Uu.test(s)?"rtl":Wu.test(s)?"ltr":null);if(i!==n){const l=e.classList,a=Vt.theme;let u=n!==null?a[n]:void 0,c=i!==null?a[i]:void 0;if(u!==void 0){if(typeof u=="string"){const d=$n(u);u=a[n]=d}l.remove(...u)}if(i===null||o&&i==="ltr")e.removeAttribute("dir");else{if(c!==void 0){if(typeof c=="string"){const d=$n(c);c=a[i]=d}c!==void 0&&l.add(...c)}e.dir=i}ln||(r.getWritable().__dir=i)}Nn=i,e.__lexicalDirTextContent=We,e.__lexicalDir=i}var s}function gc(r,e,t){const n=We;var s;We="",vt=null,ht="",function(o,i,l){const a=Te,u=o.__size,c=i.__size;Te="";const d=l.element;if(u===1&&c===1){const f=o.__first,h=i.__first;if(f===h)Ur(f,d);else{const m=Vs(f),x=Kn(h,null);try{d.replaceChild(x,m)}catch(D){if(typeof D=="object"&&D!=null){const y=`${D.toString()} Parent: ${d.tagName}, new child: {tag: ${x.tagName} key: ${h}}, old child: {tag: ${m.tagName}, key: ${f}}.`;throw new Error(y)}throw D}Gn(f,null)}const p=mt.get(h);q(p)&&(vt===null&&(vt=p.getFormat()),ht===""&&(ht=p.getStyle()))}else{const f=Vn(o,or),h=Vn(i,mt);if(f.length!==u&&I(227),h.length!==c&&I(228),u===0)c!==0&&Ks(h,i,0,c-1,l);else if(c===0){if(u!==0){const p=l.after==null&&l.before==null&&l.element.__lexicalLineBreak==null;Gs(f,0,u-1,p?null:d),p&&(d.textContent="")}}else(function(p,m,x,D,y,A){const C=D-1,E=y-1;let v,_,S=A.getFirstChild(),T=0,z=0;for(;T<=C&&z<=E;){const P=m[T],j=x[z];if(P===j)S=ks(Ur(j,A.element)),T++,z++;else{v===void 0&&(v=new Set(m)),_===void 0&&(_=new Set(x));const X=_.has(P),ge=v.has(j);if(X)if(ge){const ie=Un(Ke,j);ie===S?S=ks(Ur(j,A.element)):(A.withBefore(S).insertChild(ie),Ur(j,A.element)),T++,z++}else Kn(j,A.withBefore(S)),z++;else S=ks(Vs(P)),Gn(P,A.element),T++}const R=mt.get(j);R!==null&&q(R)&&(vt===null&&(vt=R.getFormat()),ht===""&&(ht=R.getStyle()))}const N=T>C,L=z>E;if(N&&!L){const P=x[E+1],j=P===void 0?null:Ke.getElementByKey(P);Ks(x,p,z,E,A.withBefore(j))}else L&&!N&&Gs(m,T,C,A.element)})(i,f,h,u,c,l)}ls(i)&&(Te+=jt),d.__lexicalTextContent=Te,Te=a+Te}(r,e,e.getDOMSlot(t)),Wl(e,t),Er(s=e)&&vt!=null&&vt!==s.__textFormat&&!ln&&(s.setTextFormat(vt),s.setTextStyle(ht)),function(o){Er(o)&&ht!==""&&ht!==o.__textStyle&&!ln&&o.setTextStyle(ht)}(e),We=n}function Vn(r,e){const t=[];let n=r.__first;for(;n!==null;){const s=e.get(n);s===void 0&&I(101),t.push(n),n=s.__next}return t}function Ur(r,e){const t=or.get(r);let n=mt.get(r);t!==void 0&&n!==void 0||I(61);const s=Il||Us.has(r)||qs.has(r),o=Un(Ke,r);if(t===n&&!s){if(F(t)){const i=o.__lexicalTextContent;i!==void 0&&(Te+=i,Lt+=i);const l=o.__lexicalDirTextContent;l!==void 0&&(We+=l)}else{const i=t.getTextContent();q(t)&&!t.isDirectionless()&&(We+=i),Lt+=i,Te+=i}return o}if(t!==n&&s&&Si(on,sn,us,n,"updated"),n.updateDOM(t,o,Vt)){const i=Kn(r,null);return e===null&&I(62),e.replaceChild(i,o),Gn(r,null),i}if(F(t)&&F(n)){const i=n.__indent;i!==t.__indent&&zl(o,i);const l=n.__format;l!==t.__format&&ql(o,l),s&&(gc(t,n,o),Ge(n)||n.isInline()||Ul(t,n,o)),ls(n)&&(Te+=jt,Lt+=jt)}else{const i=n.getTextContent();if(de(n)){const l=n.decorate(Ke,Vt);l!==null&&Gl(r,l)}else q(n)&&!n.isDirectionless()&&(We+=i);Te+=i,Lt+=i}if(!ln&&Ge(n)&&n.__cachedText!==Lt){const i=n.getWritable();i.__cachedText=Lt,n=i}return o}function Gl(r,e){let t=Ke._pendingDecorators;const n=Ke._decorators;if(t===null){if(n[r]===e)return;t=Ll(Ke)}t[r]=e}function ks(r){let e=r.nextSibling;return e!==null&&e===Ke._blockCursorElement&&(e=e.nextSibling),e}function mc(r,e,t,n,s,o){Te="",Lt="",We="",Il=n===Sr,Nn=null,Ke=t,Vt=t._config,sn=t._nodes,us=Ke._listeners.mutation,qs=s,Us=o,or=r._nodeMap,mt=e._nodeMap,ln=e._readOnly,Ws=new Map(t._keyToDOMMap);const i=new Map;return on=i,Ur("root",null),Ke=void 0,sn=void 0,qs=void 0,Us=void 0,or=void 0,mt=void 0,Vt=void 0,Ws=void 0,on=void 0,i}function Vs(r){const e=Ws.get(r);return e===void 0&&I(75,r),e}const Ft=Object.freeze({}),Hs=30,Js=[["keydown",function(r,e){if(Qr=r.timeStamp,Kl=r.key,e.isComposing())return;const{key:t,shiftKey:n,ctrlKey:s,metaKey:o,altKey:i}=r;if(!W(e,vu,r)&&t!=null){if(function(l,a,u,c){return to(l)&&!a&&!c&&!u}(t,s,i,o))W(e,fl,r);else if(function(l,a,u,c,d){return to(l)&&!c&&!u&&(a||d)}(t,s,n,i,o))W(e,Cu,r);else if(function(l,a,u,c){return eo(l)&&!a&&!c&&!u}(t,s,i,o))W(e,hl,r);else if(function(l,a,u,c,d){return eo(l)&&!c&&!u&&(a||d)}(t,s,n,i,o))W(e,wu,r);else if(function(l,a,u){return function(c){return c==="ArrowUp"}(l)&&!a&&!u}(t,s,o))W(e,pl,r);else if(function(l,a,u){return function(c){return c==="ArrowDown"}(l)&&!a&&!u}(t,s,o))W(e,gl,r);else if(function(l,a){return ro(l)&&a}(t,n))Yr=!0,W(e,Rn,r);else if(function(l){return l===" "}(t))W(e,Du,r);else if(function(l,a){return ft&&a&&l.toLowerCase()==="o"}(t,s))r.preventDefault(),Yr=!0,W(e,vr,!0);else if(function(l,a){return ro(l)&&!a}(t,n))Yr=!1,W(e,Rn,r);else if(function(l,a,u,c){return ft?!a&&!u&&(Pr(l)||l.toLowerCase()==="h"&&c):!(c||a||u)&&Pr(l)}(t,i,o,s))Pr(t)?W(e,ml,r):(r.preventDefault(),W(e,tr,!0));else if(function(l){return l==="Escape"}(t))W(e,yl,r);else if(function(l,a,u,c,d){return ft?!(u||c||d)&&(Or(l)||l.toLowerCase()==="d"&&a):!(a||c||d)&&Or(l)}(t,s,n,i,o))Or(t)?W(e,xl,r):(r.preventDefault(),W(e,tr,!1));else if(function(l,a,u){return Pr(l)&&(ft?a:u)}(t,i,s))r.preventDefault(),W(e,tn,!0);else if(function(l,a,u){return Or(l)&&(ft?a:u)}(t,i,s))r.preventDefault(),W(e,tn,!1);else if(function(l,a){return ft&&a&&Pr(l)}(t,o))r.preventDefault(),W(e,rn,!0);else if(function(l,a){return ft&&a&&Or(l)}(t,o))r.preventDefault(),W(e,rn,!1);else if(function(l,a,u,c){return l.toLowerCase()==="b"&&!a&&qr(u,c)}(t,i,o,s))r.preventDefault(),W(e,gt,"bold");else if(function(l,a,u,c){return l.toLowerCase()==="u"&&!a&&qr(u,c)}(t,i,o,s))r.preventDefault(),W(e,gt,"underline");else if(function(l,a,u,c){return l.toLowerCase()==="i"&&!a&&qr(u,c)}(t,i,o,s))r.preventDefault(),W(e,gt,"italic");else if(function(l,a,u,c){return l==="Tab"&&!a&&!u&&!c}(t,i,s,o))W(e,Su,r);else if(function(l,a,u,c){return l.toLowerCase()==="z"&&!a&&qr(u,c)}(t,n,o,s))r.preventDefault(),W(e,ai,void 0);else if(function(l,a,u,c){return ft?l.toLowerCase()==="z"&&u&&a:l.toLowerCase()==="y"&&c||l.toLowerCase()==="z"&&c&&a}(t,n,o,s))r.preventDefault(),W(e,ui,void 0);else{const l=e._editorState._selection;l===null||M(l)?!Kt&&no(t,o,s)&&(r.preventDefault(),W(e,$s,r)):function(a,u,c,d){return!u&&a.toLowerCase()==="c"&&(ft?c:d)}(t,n,o,s)?(r.preventDefault(),W(e,rs,r)):function(a,u,c,d){return!u&&a.toLowerCase()==="x"&&(ft?c:d)}(t,n,o,s)?(r.preventDefault(),W(e,ci,r)):no(t,o,s)&&(r.preventDefault(),W(e,$s,r))}(function(l,a,u,c){return l||a||u||c})(s,n,i,o)&&W(e,ju,r)}}],["pointerdown",function(r,e){const t=r.target,n=r.pointerType;t instanceof Node&&n!=="touch"&&nt(e,()=>{de(Ar(t))||(Ys=!0)})}],["compositionstart",function(r,e){nt(e,()=>{const t=K();if(M(t)&&!e.isComposing()){const n=t.anchor,s=t.anchor.getNode();Oe(n.key),(r.timeStamp<Qr+Hs||n.type==="element"||!t.isCollapsed()||s.getFormat()!==t.format||q(s)&&s.getStyle()!==t.style)&&W(e,Cr,qu)}})}],["compositionend",function(r,e){Kt?$r=!0:nt(e,()=>{Ts(e,r.data)})}],["input",function(r,e){r.stopPropagation(),nt(e,()=>{const t=K(),n=r.data,s=Ql(r);if(n!=null&&M(t)&&Jl(t,s,n,r.timeStamp,!1)){$r&&(Ts(e,n),$r=!1);const o=t.anchor.getNode(),i=ut(e._window);if(i===null)return;const l=t.isBackward(),a=l?t.anchor.offset:t.focus.offset,u=l?t.focus.offset:t.anchor.offset;Pn&&!t.isCollapsed()&&q(o)&&i.anchorNode!==null&&o.getTextContent().slice(0,a)+n+o.getTextContent().slice(a+u)===Ol(i.anchorNode)||W(e,Cr,n);const c=n.length;Kt&&c>1&&r.inputType==="insertCompositionText"&&!e.isComposing()&&(t.anchor.offset-=c),ns||un||di||!e.isComposing()||(Qr=0,Oe(null))}else wi(!1,e,n!==null?n:void 0),$r&&(Ts(e,n||void 0),$r=!1);Xe(),El(ve())}),xr=null}],["click",function(r,e){nt(e,()=>{const t=K(),n=ut(e._window),s=mn();if(n){if(M(t)){const o=t.anchor,i=o.getNode();o.type==="element"&&o.offset===0&&t.isCollapsed()&&!Ge(i)&&xe().getChildrenSize()===1&&i.getTopLevelElementOrThrow().isEmpty()&&s!==null&&t.is(s)?(n.removeAllRanges(),t.dirty=!0):r.detail===3&&!t.isCollapsed()&&i!==t.focus.getNode()&&(F(i)?i.select(0):i.getParentOrThrow().select(0))}else if(r.pointerType==="touch"){const o=n.anchorNode;if(o!==null){const i=o.nodeType;(i===cn||i===Ht)&&St(Bi(s,n,e,r))}}}W(e,dl,r)})}],["cut",Ft],["copy",Ft],["dragstart",Ft],["dragover",Ft],["dragend",Ft],["paste",Ft],["focus",Ft],["blur",Ft],["drop",Ft]];Pn&&Js.push(["beforeinput",(r,e)=>function(t,n){const s=t.inputType,o=Ql(t);s==="deleteCompositionText"||Kt&&Ml(n)||s!=="insertCompositionText"&&nt(n,()=>{const i=K();if(s==="deleteContentBackward"){if(i===null){const h=mn();if(!M(h))return;St(h.clone())}if(M(i)){const h=i.anchor.key===i.focus.key;if(l=t.timeStamp,Kl==="MediaLast"&&l<Qr+Hs&&n.isComposing()&&h){if(Oe(null),Qr=0,setTimeout(()=>{nt(n,()=>{Oe(null)})},Hs),M(i)){const p=i.anchor.getNode();p.markDirty(),i.format=p.getFormat(),q(p)||I(142),i.style=p.getStyle()}}else{Oe(null),t.preventDefault();const p=i.anchor.getNode(),m=p.getTextContent(),x=p.canInsertTextAfter(),D=i.anchor.offset===0&&i.focus.offset===m.length;Ou&&h&&!D&&x||W(n,tr,!0)}return}}var l;if(!M(i))return;const a=t.data;xr!==null&&wi(!1,n,xr),i.dirty&&xr===null||!i.isCollapsed()||Ge(i.anchor.getNode())||o===null||i.applyDOMRange(o),xr=null;const u=i.anchor,c=i.focus,d=u.getNode(),f=c.getNode();if(s!=="insertText"&&s!=="insertTranspose")switch(t.preventDefault(),s){case"insertFromYank":case"insertFromDrop":case"insertReplacementText":W(n,Cr,t);break;case"insertFromComposition":Oe(null),W(n,Cr,t);break;case"insertLineBreak":Oe(null),W(n,vr,!1);break;case"insertParagraph":Oe(null),Yr&&!un?(Yr=!1,W(n,vr,!1)):W(n,en,void 0);break;case"insertFromPaste":case"insertFromPasteAsQuotation":W(n,ts,t);break;case"deleteByComposition":(function(h,p){return h!==p||F(h)||F(p)||!h.isToken()||!p.isToken()})(d,f)&&W(n,Ms,t);break;case"deleteByDrag":case"deleteByCut":W(n,Ms,t);break;case"deleteContent":W(n,tr,!1);break;case"deleteWordBackward":W(n,tn,!0);break;case"deleteWordForward":W(n,tn,!1);break;case"deleteHardLineBackward":case"deleteSoftLineBackward":W(n,rn,!0);break;case"deleteContentForward":case"deleteHardLineForward":case"deleteSoftLineForward":W(n,rn,!1);break;case"formatStrikeThrough":W(n,gt,"strikethrough");break;case"formatBold":W(n,gt,"bold");break;case"formatItalic":W(n,gt,"italic");break;case"formatUnderline":W(n,gt,"underline");break;case"historyUndo":W(n,ai,void 0);break;case"historyRedo":W(n,ui,void 0)}else{if(a===`
|
|
64
|
-
`)t.preventDefault(),W(n,vr,!1);else if(a===
|
|
65
|
-
`){const n=K();if(M(n)){const s=n.focus;return n.anchor.set(s.key,s.offset,s.type),void W(r,Rn,null)}}}wi(!0,r,e)}function Yl(r){let e=r.__lexicalEventHandles;return e===void 0&&(e=[],r.__lexicalEventHandles=e),e}const wr=new Map;function Xl(r){const e=r.target,t=
|
|
66
|
-
`}createDOM(){return document.createElement("br")}updateDOM(){return!1}static importDOM(){return{br:e=>function(t){const n=t.parentElement;if(n!==null&&Wn(n)){const s=n.firstChild;if(s===t||s.nextSibling===t&&Dn(s)){const o=n.lastChild;if(o===t||o.previousSibling===t&&Dn(o))return!0}}return!1}(e)||function(t){const n=t.parentElement;if(n!==null&&Wn(n)){const s=n.firstChild;if(s===t||s.nextSibling===t&&Dn(s))return!1;const o=n.lastChild;if(o===t||o.previousSibling===t&&Dn(o))return!0}return!1}(e)?null:{conversion:xc,priority:0}}}static importJSON(e){return lr()}exportJSON(){return{type:"linebreak",version:1}}}function xc(r){return{node:lr()}}function lr(){return kt(new hn)}function nr(r){return r instanceof hn}function Dn(r){return r.nodeType===Ht&&/^( |\t|\r?\n)+$/.test(r.textContent||"")}function Bs(r,e){return 16&e?"code":e&fi?"mark":32&e?"sub":64&e?"sup":null}function Ns(r,e){return 1&e?"strong":2&e?"em":"span"}function Zl(r,e,t,n,s){const o=n.classList;let i=Hr(s,"base");i!==void 0&&o.add(...i),i=Hr(s,"underlineStrikethrough");let l=!1;const a=e&Mn&&e&On;i!==void 0&&(t&Mn&&t&On?(l=!0,a||o.add(...i)):a&&o.remove(...i));for(const u in ir){const c=ir[u];if(i=Hr(s,u),i!==void 0)if(t&c){if(l&&(u==="underline"||u==="strikethrough")){e&c&&o.remove(...i);continue}e&c&&(!a||u!=="underline")&&u!=="strikethrough"||o.add(...i)}else e&c&&o.remove(...i)}}function ea(r,e,t){const n=e.firstChild,s=t.isComposing(),o=r+(s?ss:"");if(n==null)e.textContent=o;else{const i=n.nodeValue;if(i!==o)if(s||Kt){const[l,a,u]=function(c,d){const f=c.length,h=d.length;let
|
|
63
|
+
`,qu=Kt?" ":ss,Dl="֑-߿יִ-﷽ﹰ-ﻼ",Sl="A-Za-zÀ-ÖØ-öø-ʸ̀-ࠀ-Ⰰ-︀--",Uu=new RegExp("^[^"+Sl+"]*["+Dl+"]"),Wu=new RegExp("^[^"+Dl+"]*["+Sl+"]"),ir={bold:1,code:16,highlight:fi,italic:2,strikethrough:On,subscript:32,superscript:64,underline:Mn},Gu={directionless:1,unmergeable:2},Vi={center:pi,end:xi,justify:mi,left:hi,right:gi,start:yi},Ku={[pi]:"center",[xi]:"end",[mi]:"justify",[hi]:"left",[gi]:"right",[yi]:"start"},Vu={normal:0,segmented:2,token:1},Hu={[Mu]:"normal",[$u]:"segmented",[Iu]:"token"};function Ju(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var $=Ju(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});function In(...r){const e=[];for(const t of r)if(t&&typeof t=="string")for(const[n]of t.matchAll(/\S+/g))e.push(n);return e}const Qu=100;let $s=!1,bi=0;function Yu(r){bi=r.timeStamp}function Ss(r,e,t){const n=r.nodeName==="BR",s=e.__lexicalLineBreak;return s&&(r===s||n&&r.previousSibling===s)||n&&os(r,t)!==void 0}function Xu(r,e,t){const n=lt(t._window);let s=null,o=null;n!==null&&n.anchorNode===r&&(s=n.anchorOffset,o=n.focusOffset);const i=r.nodeValue;i!==null&&Di(e,i,s,o,!1)}function Zu(r,e,t){if(M(r)){const n=r.anchor.getNode();if(n.is(t)&&r.format!==n.getFormat())return!1}return e.nodeType===Ht&&t.isAttached()}function ec(r,e,t,n){for(let s=r;s&&!hc(s);s=fn(s)){const o=os(s,e);if(o!==void 0){const i=Ue(o,t);if(i)return pe(i)?void 0:[s,i]}else if(s===n)return[n,Ll(t)]}}function El(r,e,t){$s=!0;const n=performance.now()-bi>Qu;try{tt(r,()=>{const s=K()||function(f){return f.getEditorState().read(()=>{const h=K();return h!==null?h.clone():null})}(r),o=new Map,i=r.getRootElement(),l=r._editorState,a=r._blockCursorElement;let u=!1,c="";for(let f=0;f<e.length;f++){const h=e[f],g=h.type,m=h.target,y=ec(m,r,l,i);if(!y)continue;const[D,x]=y;if(g==="characterData")n&&q(x)&&Zu(s,m,x)&&Xu(m,x,r);else if(g==="childList"){u=!0;const k=h.addedNodes;for(let v=0;v<k.length;v++){const _=k[v],E=Fl(_),T=_.parentNode;if(T!=null&&_!==a&&E===null&&!Ss(_,T,r)){if(Kt){const z=_.innerText||_.nodeValue;z&&(c+=z)}T.removeChild(_)}}const C=h.removedNodes,S=C.length;if(S>0){let v=0;for(let _=0;_<S;_++){const E=C[_];(Ss(E,m,r)||a===E)&&(m.appendChild(E),v++)}S!==v&&o.set(D,x)}}}if(o.size>0)for(const[f,h]of o)h.reconcileObservedMutation(f,r);const d=t.takeRecords();if(d.length>0){for(let f=0;f<d.length;f++){const h=d[f],g=h.addedNodes,m=h.target;for(let y=0;y<g.length;y++){const D=g[y],x=D.parentNode;x==null||D.nodeName!=="BR"||Ss(D,m,r)||x.removeChild(D)}}t.takeRecords()}s!==null&&(u&&(s.dirty=!0,Dt(s)),Kt&&Ml(r)&&s.insertRawText(c))})}finally{$s=!1}}function kl(r){const e=r._observer;e!==null&&El(r,e.takeRecords(),e)}function Al(r){(function(e){bi===0&&as(e).addEventListener("textInput",Yu,!0)})(r),r._observer=new MutationObserver((e,t)=>{El(r,e,t)})}function Hi(r,e){const t=r.__mode,n=r.__format,s=r.__style,o=e.__mode,i=e.__format,l=e.__style;return!(t!==null&&t!==o||n!==null&&n!==i||s!==null&&s!==l)}function Ji(r,e){const t=r.mergeWithSibling(e),n=De()._normalizedNodes;return n.add(r.__key),n.add(e.__key),t}function Qi(r){let e,t,n=r;if(n.__text!==""||!n.isSimpleText()||n.isUnmergeable()){for(;(e=n.getPreviousSibling())!==null&&q(e)&&e.isSimpleText()&&!e.isUnmergeable();){if(e.__text!==""){if(Hi(e,n)){n=Ji(e,n);break}break}e.remove()}for(;(t=n.getNextSibling())!==null&&q(t)&&t.isSimpleText()&&!t.isUnmergeable();){if(t.__text!==""){if(Hi(n,t)){n=Ji(n,t);break}break}t.remove()}}else n.remove()}function Tl(r){return Yi(r.anchor),Yi(r.focus),r}function Yi(r){for(;r.type==="element";){const e=r.getNode(),t=r.offset;let n,s;if(t===e.getChildrenSize()?(n=e.getChildAtIndex(t-1),s=!0):(n=e.getChildAtIndex(t),s=!1),q(n)){r.set(n.__key,s?n.getTextContentSize():0,"text");break}if(!F(n))break;r.set(n.__key,s?n.getChildrenSize():0,"element")}}let tc=1;const rc=typeof queueMicrotask=="function"?queueMicrotask:r=>{Promise.resolve().then(r)};function _i(r){const e=document.activeElement;if(e===null)return!1;const t=e.nodeName;return pe(Er(r))&&(t==="INPUT"||t==="TEXTAREA"||e.contentEditable==="true"&&is(e)==null)}function dn(r,e,t){const n=r.getRootElement();try{return n!==null&&n.contains(e)&&n.contains(t)&&e!==null&&!_i(e)&&Bl(e)===r}catch{return!1}}function vi(r){return r instanceof hs}function Bl(r){let e=r;for(;e!=null;){const t=is(e);if(vi(t))return t;e=fn(e)}return null}function is(r){return r?r.__lexicalEditor:null}function Zt(r){return r.isToken()||r.isSegmented()}function nc(r){return r.nodeType===Ht}function $n(r){let e=r;for(;e!=null;){if(nc(e))return e;e=e.firstChild}return null}function zn(r,e,t){const n=ir[e];if(t!==null&&(r&n)==(t&n))return r;let s=r^n;return e==="subscript"?s&=-65:e==="superscript"&&(s&=-33),s}function Nl(r){return q(r)||nr(r)||pe(r)}function sc(r,e){if(e!=null)return void(r.__key=e);Qe(),ia();const t=De(),n=Lt(),s=""+tc++;n._nodeMap.set(s,r),F(r)?t._dirtyElements.set(s,!0):t._dirtyLeaves.add(s),t._cloneNotNeeded.add(s),t._dirtyType=wl,r.__key=s}function rr(r){const e=r.getParent();if(e!==null){const t=r.getWritable(),n=e.getWritable(),s=r.getPreviousSibling(),o=r.getNextSibling();if(s===null)if(o!==null){const i=o.getWritable();n.__first=o.__key,i.__prev=null}else n.__first=null;else{const i=s.getWritable();if(o!==null){const l=o.getWritable();l.__prev=i.__key,i.__next=l.__key}else i.__next=null;t.__prev=null}if(o===null)if(s!==null){const i=s.getWritable();n.__last=s.__key,i.__next=null}else n.__last=null;else{const i=o.getWritable();if(s!==null){const l=s.getWritable();l.__next=i.__key,i.__prev=l.__key}else i.__prev=null;t.__next=null}n.__size--,t.__parent=null}}function qn(r){ia();const e=r.getLatest(),t=e.__parent,n=Lt(),s=De(),o=n._nodeMap,i=s._dirtyElements;t!==null&&function(a,u,c){let d=a;for(;d!==null;){if(c.has(d))return;const f=u.get(d);if(f===void 0)break;c.set(d,!1),d=f.__parent}}(t,o,i);const l=e.__key;s._dirtyType=wl,F(r)?i.set(l,!0):s._dirtyLeaves.add(l)}function ze(r){Qe();const e=De(),t=e._compositionKey;if(r!==t){if(e._compositionKey=r,t!==null){const n=Ue(t);n!==null&&n.getWritable()}if(r!==null){const n=Ue(r);n!==null&&n.getWritable()}}}function Ut(){return yn()?null:De()._compositionKey}function Ue(r,e){const t=(e||Lt())._nodeMap.get(r);return t===void 0?null:t}function Fl(r,e){const t=os(r,De());return t!==void 0?Ue(t,e):null}function os(r,e){return r[`__lexicalKey_${e._key}`]}function Er(r,e){let t=r;for(;t!=null;){const n=Fl(t,e);if(n!==null)return n;t=fn(t)}return null}function jl(r){const e=r._decorators,t=Object.assign({},e);return r._pendingDecorators=t,t}function Xi(r){return r.read(()=>ve().getTextContent())}function ve(){return Ll(Lt())}function Ll(r){return r._nodeMap.get("root")}function Dt(r){Qe();const e=Lt();r!==null&&(r.dirty=!0,r.setCachedNodes(null)),e._selection=r}function br(r){const e=De(),t=function(n,s){let o=n;for(;o!=null;){const i=os(o,s);if(i!==void 0)return i;o=fn(o)}return null}(r,e);return t===null?r===e.getRootElement()?Ue("root"):null:Ue(t)}function Zi(r,e){return e?r.getTextContentSize():0}function Rl(r){return/[\uD800-\uDBFF][\uDC00-\uDFFF]/g.test(r)}function Ci(r){const e=[];let t=r;for(;t!==null;)e.push(t),t=t._parentEditor;return e}function Pl(){return Math.random().toString(36).replace(/[^a-z]+/g,"").substr(0,5)}function Ol(r){return r.nodeType===Ht?r.nodeValue:null}function wi(r,e,t){const n=lt(e._window);if(n===null)return;const s=n.anchorNode;let{anchorOffset:o,focusOffset:i}=n;if(s!==null){let l=Ol(s);const a=Er(s);if(l!==null&&q(a)){if(l===ss&&t){const u=t.length;l=t,o=u,i=u}l!==null&&Di(a,l,o,i,r)}}}function Di(r,e,t,n,s){let o=r;if(o.isAttached()&&(s||!o.isDirty())){const i=o.isComposing();let l=e;(i||s)&&e[e.length-1]===ss&&(l=e.slice(0,-1));const a=o.getTextContent();if(s||l!==a){if(l===""){if(ze(null),ns||un||di)o.remove();else{const m=De();setTimeout(()=>{m.update(()=>{o.isAttached()&&o.remove()})},20)}return}const u=o.getParent(),c=mn(),d=o.getTextContentSize(),f=Ut(),h=o.getKey();if(o.isToken()||f!==null&&h===f&&!i||M(c)&&(u!==null&&!u.canInsertTextBefore()&&c.anchor.offset===0||c.anchor.key===r.__key&&c.anchor.offset===0&&!o.canInsertTextBefore()&&!i||c.focus.key===r.__key&&c.focus.offset===d&&!o.canInsertTextAfter()&&!i))return void o.markDirty();const g=K();if(!M(g)||t===null||n===null)return void o.setTextContent(l);if(g.setTextNodeRange(o,t,o,n),o.isSegmented()){const m=Le(o.getTextContent());o.replace(m),o=m}o.setTextContent(l)}}}function ic(r,e){if(e.isSegmented())return!0;if(!r.isCollapsed())return!1;const t=r.anchor.offset,n=e.getParentOrThrow(),s=e.isToken();return t===0?!e.canInsertTextBefore()||!n.canInsertTextBefore()&&!e.isComposing()||s||function(o){const i=o.getPreviousSibling();return(q(i)||F(i)&&i.isInline())&&!i.canInsertTextAfter()}(e):t===e.getTextContentSize()&&(!e.canInsertTextAfter()||!n.canInsertTextAfter()&&!e.isComposing()||s)}function eo(r){return r==="ArrowLeft"}function to(r){return r==="ArrowRight"}function qr(r,e){return ct?r:e}function ro(r){return r==="Enter"}function Pr(r){return r==="Backspace"}function Or(r){return r==="Delete"}function no(r,e,t){return r.toLowerCase()==="a"&&qr(e,t)}function oc(){const r=ve();Dt(Tl(r.select(0,r.getChildrenSize())))}function Hr(r,e){r.__lexicalClassNameCache===void 0&&(r.__lexicalClassNameCache={});const t=r.__lexicalClassNameCache,n=t[e];if(n!==void 0)return n;const s=r[e];if(typeof s=="string"){const o=In(s);return t[e]=o,o}return s}function Si(r,e,t,n,s){if(t.size===0)return;const o=n.__type,i=n.__key,l=e.get(o);l===void 0&&$(33,o);const a=l.klass;let u=r.get(a);u===void 0&&(u=new Map,r.set(a,u));const c=u.get(i),d=c==="destroyed"&&s==="created";(c===void 0||d)&&u.set(i,d?"updated":s)}function so(r,e,t){const n=r.getParent();let s=t,o=r;return n!==null&&(e&&t===0?(s=o.getIndexWithinParent(),o=n):e||t!==o.getChildrenSize()||(s=o.getIndexWithinParent()+1,o=n)),o.getChildAtIndex(e?s-1:s)}function nn(r,e){const t=r.offset;if(r.type==="element")return so(r.getNode(),e,t);{const n=r.getNode();if(e&&t===0||!e&&t===n.getTextContentSize()){const s=e?n.getPreviousSibling():n.getNextSibling();return s===null?so(n.getParentOrThrow(),e,n.getIndexWithinParent()+(e?0:1)):s}}return null}function Ml(r){const e=as(r).event,t=e&&e.inputType;return t==="insertFromPaste"||t==="insertFromPasteAsQuotation"}function W(r,e,t){return aa(r,e,t)}function ls(r){return!Ve(r)&&!r.isLastChild()&&!r.isInline()}function Un(r,e){const t=r._keyToDOMMap.get(e);return t===void 0&&$(75,e),t}function fn(r){const e=r.assignedSlot||r.parentElement;return e!==null&&e.nodeType===11?e.host:e}function Jr(r,e){let t=r.getParent();for(;t!==null;){if(t.is(e))return!0;t=t.getParent()}return!1}function as(r){const e=r._window;return e===null&&$(78),e}function lc(r){let e=r.getParentOrThrow();for(;e!==null;){if(St(e))return e;e=e.getParentOrThrow()}return e}function St(r){return Ve(r)||F(r)&&r.isShadowRoot()}function kt(r){const e=De(),t=r.constructor.getType(),n=e._nodes.get(t);n===void 0&&$(200,r.constructor.name,t);const{replace:s,replaceWithKlass:o}=n;if(s!==null){const i=s(r),l=i.constructor;return o!==null?i instanceof o||$(201,o.name,o.getType(),l.name,l.getType(),r.constructor.name,t):i instanceof r.constructor&&l!==r.constructor||$(202,l.name,l.getType(),r.constructor.name,t),i.__key===r.__key&&$(203,r.constructor.name,t,l.name,l.getType()),i}return r}function Es(r,e){!Ve(r.getParent())||F(e)||pe(e)||$(99)}function ks(r){return(pe(r)||F(r)&&!r.canBeEmpty())&&!r.isInline()}function Ei(r,e,t){t.style.removeProperty("caret-color"),e._blockCursorElement=null;const n=r.parentElement;n!==null&&n.removeChild(r)}function ac(r,e,t){let n=r._blockCursorElement;if(M(t)&&t.isCollapsed()&&t.anchor.type==="element"&&e.contains(document.activeElement)){const s=t.anchor,o=s.getNode(),i=s.offset;let l=!1,a=null;if(i===o.getChildrenSize())ks(o.getChildAtIndex(i-1))&&(l=!0);else{const u=o.getChildAtIndex(i);if(u!==null&&ks(u)){const c=u.getPreviousSibling();(c===null||ks(c))&&(l=!0,a=r.getElementByKey(u.__key))}}if(l){const u=r.getElementByKey(o.__key);return n===null&&(r._blockCursorElement=n=function(c){const d=c.theme,f=document.createElement("div");f.contentEditable="false",f.setAttribute("data-lexical-cursor","true");let h=d.blockCursor;if(h!==void 0){if(typeof h=="string"){const g=In(h);h=d.blockCursor=g}h!==void 0&&f.classList.add(...h)}return f}(r._config)),e.style.caretColor="transparent",void(a===null?u.appendChild(n):u.insertBefore(n,a))}}n!==null&&Ei(n,r,e)}function lt(r){return mt?(r||window).getSelection():null}function uc(r){return jt(r)&&r.tagName==="A"}function jt(r){return r.nodeType===1}function io(r){return r.nodeType===11}function zs(r){const e=new RegExp(/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var|#text)$/,"i");return r.nodeName.match(e)!==null}function Wn(r){const e=new RegExp(/^(address|article|aside|blockquote|canvas|dd|div|dl|dt|fieldset|figcaption|figure|footer|form|h1|h2|h3|h4|h5|h6|header|hr|li|main|nav|noscript|ol|p|pre|section|table|td|tfoot|ul|video)$/,"i");return r.nodeName.match(e)!==null}function zt(r){if(pe(r)&&!r.isInline())return!0;if(!F(r)||St(r))return!1;const e=r.getFirstChild(),t=e===null||nr(e)||q(e)||e.isInline();return!r.isInline()&&r.canBeEmpty()!==!1&&t}function Mr(r,e){let t=r;for(;t!==null&&t.getParent()!==null&&!e(t);)t=t.getParentOrThrow();return e(t)?t:null}function cc(){return De()}const oo=new WeakMap,dc=new Map;function fc(r){if(!r._readOnly&&r.isEmpty())return dc;r._readOnly||$(192);let e=oo.get(r);if(!e){e=new Map,oo.set(r,e);for(const[t,n]of r._nodeMap){const s=n.__type;let o=e.get(s);o||(o=new Map,e.set(s,o)),o.set(t,n)}}return e}function ki(r){const e=r.constructor.clone(r);return e.afterCloneFrom(r),e}function Ai(r,e){const t=(parseInt(r.style.paddingInlineStart,10)||0)/40;e.setIndent(t)}function hc(r){return r.__lexicalUnmanaged===!0}function Il(r,e,t,n,s,o){let i=r.getFirstChild();for(;i!==null;){const l=i.__key;i.__parent===e&&(F(i)&&Il(i,l,t,n,s,o),t.has(l)||o.delete(l),s.push(l)),i=i.getNextSibling()}}let Vt,He,sn,us,qs,Us,or,pt,Ws,on,Re="",Ke="",_t=null,dt="",Nt="",$l=!1,ln=!1,Nn=null;function Gn(r,e){const t=or.get(r);if(e!==null){const n=Vs(r);n.parentNode===e&&e.removeChild(n)}if(pt.has(r)||He._keyToDOMMap.delete(r),F(t)){const n=Vn(t,or);Gs(n,0,n.length-1,null)}t!==void 0&&Si(on,sn,us,t,"destroyed")}function Gs(r,e,t,n){let s=e;for(;s<=t;++s){const o=r[s];o!==void 0&&Gn(o,n)}}function Xt(r,e){r.setProperty("text-align",e)}const pc="40px";function zl(r,e){const t=Vt.theme.indent;if(typeof t=="string"){const s=r.classList.contains(t);e>0&&!s?r.classList.add(t):e<1&&s&&r.classList.remove(t)}const n=getComputedStyle(r).getPropertyValue("--lexical-indent-base-value")||pc;r.style.setProperty("padding-inline-start",e===0?"":`calc(${e} * ${n})`)}function ql(r,e){const t=r.style;e===0?Xt(t,""):e===hi?Xt(t,"left"):e===pi?Xt(t,"center"):e===gi?Xt(t,"right"):e===mi?Xt(t,"justify"):e===yi?Xt(t,"start"):e===xi&&Xt(t,"end")}function Kn(r,e){const t=pt.get(r);t===void 0&&$(60);const n=t.createDOM(Vt,He);if(function(s,o,i){const l=i._keyToDOMMap;(function(a,u,c){a[`__lexicalKey_${u._key}`]=c})(o,i,s),l.set(s,o)}(r,n,He),q(t)?n.setAttribute("data-lexical-text","true"):pe(t)&&n.setAttribute("data-lexical-decorator","true"),F(t)){const s=t.__indent,o=t.__size;if(s!==0&&zl(n,s),o!==0){const l=o-1;(function(a,u,c,d){const f=Ke;Ke="",Ks(a,c,0,u,c.getDOMSlot(d)),Wl(c,d),Ke=f})(Vn(t,pt),l,t,n)}const i=t.__format;i!==0&&ql(n,i),t.isInline()||Ul(null,t,n),ls(t)&&(Re+=Ft,Nt+=Ft)}else{const s=t.getTextContent();if(pe(t)){const o=t.decorate(He,Vt);o!==null&&Gl(r,o),n.contentEditable="false"}else q(t)&&(t.isDirectionless()||(Ke+=s));Re+=s,Nt+=s}return e!==null&&e.insertChild(n),Si(on,sn,us,t,"created"),n}function Ks(r,e,t,n,s){const o=Re;Re="";let i=t;for(;i<=n;++i){Kn(r[i],s);const l=pt.get(r[i]);l!==null&&q(l)&&(_t===null&&(_t=l.getFormat()),dt===""&&(dt=l.getStyle()))}ls(e)&&(Re+=Ft),s.element.__lexicalTextContent=Re,Re=o+Re}function lo(r,e){if(r){const t=r.__last;if(t){const n=e.get(t);if(n)return nr(n)?"line-break":pe(n)&&n.isInline()?"decorator":null}return"empty"}return null}function Ul(r,e,t){const n=lo(r,or),s=lo(e,pt);n!==s&&e.getDOMSlot(t).setManagedLineBreak(s)}function Wl(r,e){const t=e.__lexicalDirTextContent||"",n=e.__lexicalDir||"";if(t!==Ke||n!==Nn){const o=Ke==="",i=o?Nn:(s=Ke,Uu.test(s)?"rtl":Wu.test(s)?"ltr":null);if(i!==n){const l=e.classList,a=Vt.theme;let u=n!==null?a[n]:void 0,c=i!==null?a[i]:void 0;if(u!==void 0){if(typeof u=="string"){const d=In(u);u=a[n]=d}l.remove(...u)}if(i===null||o&&i==="ltr")e.removeAttribute("dir");else{if(c!==void 0){if(typeof c=="string"){const d=In(c);c=a[i]=d}c!==void 0&&l.add(...c)}e.dir=i}ln||(r.getWritable().__dir=i)}Nn=i,e.__lexicalDirTextContent=Ke,e.__lexicalDir=i}var s}function gc(r,e,t){const n=Ke;var s;Ke="",_t=null,dt="",function(o,i,l){const a=Re,u=o.__size,c=i.__size;Re="";const d=l.element;if(u===1&&c===1){const f=o.__first,h=i.__first;if(f===h)Ur(f,d);else{const m=Vs(f),y=Kn(h,null);try{d.replaceChild(y,m)}catch(D){if(typeof D=="object"&&D!=null){const x=`${D.toString()} Parent: ${d.tagName}, new child: {tag: ${y.tagName} key: ${h}}, old child: {tag: ${m.tagName}, key: ${f}}.`;throw new Error(x)}throw D}Gn(f,null)}const g=pt.get(h);q(g)&&(_t===null&&(_t=g.getFormat()),dt===""&&(dt=g.getStyle()))}else{const f=Vn(o,or),h=Vn(i,pt);if(f.length!==u&&$(227),h.length!==c&&$(228),u===0)c!==0&&Ks(h,i,0,c-1,l);else if(c===0){if(u!==0){const g=l.after==null&&l.before==null&&l.element.__lexicalLineBreak==null;Gs(f,0,u-1,g?null:d),g&&(d.textContent="")}}else(function(g,m,y,D,x,k){const C=D-1,S=x-1;let v,_,E=k.getFirstChild(),T=0,z=0;for(;T<=C&&z<=S;){const R=m[T],L=y[z];if(R===L)E=As(Ur(L,k.element)),T++,z++;else{v===void 0&&(v=new Set(m)),_===void 0&&(_=new Set(y));const Y=_.has(R),ce=v.has(L);if(Y)if(ce){const Z=Un(He,L);Z===E?E=As(Ur(L,k.element)):(k.withBefore(E).insertChild(Z),Ur(L,k.element)),T++,z++}else Kn(L,k.withBefore(E)),z++;else E=As(Vs(R)),Gn(R,k.element),T++}const O=pt.get(L);O!==null&&q(O)&&(_t===null&&(_t=O.getFormat()),dt===""&&(dt=O.getStyle()))}const N=T>C,j=z>S;if(N&&!j){const R=y[S+1],L=R===void 0?null:He.getElementByKey(R);Ks(y,g,z,S,k.withBefore(L))}else j&&!N&&Gs(m,T,C,k.element)})(i,f,h,u,c,l)}ls(i)&&(Re+=Ft),d.__lexicalTextContent=Re,Re=a+Re}(r,e,e.getDOMSlot(t)),Wl(e,t),kr(s=e)&&_t!=null&&_t!==s.__textFormat&&!ln&&(s.setTextFormat(_t),s.setTextStyle(dt)),function(o){kr(o)&&dt!==""&&dt!==o.__textStyle&&!ln&&o.setTextStyle(dt)}(e),Ke=n}function Vn(r,e){const t=[];let n=r.__first;for(;n!==null;){const s=e.get(n);s===void 0&&$(101),t.push(n),n=s.__next}return t}function Ur(r,e){const t=or.get(r);let n=pt.get(r);t!==void 0&&n!==void 0||$(61);const s=$l||Us.has(r)||qs.has(r),o=Un(He,r);if(t===n&&!s){if(F(t)){const i=o.__lexicalTextContent;i!==void 0&&(Re+=i,Nt+=i);const l=o.__lexicalDirTextContent;l!==void 0&&(Ke+=l)}else{const i=t.getTextContent();q(t)&&!t.isDirectionless()&&(Ke+=i),Nt+=i,Re+=i}return o}if(t!==n&&s&&Si(on,sn,us,n,"updated"),n.updateDOM(t,o,Vt)){const i=Kn(r,null);return e===null&&$(62),e.replaceChild(i,o),Gn(r,null),i}if(F(t)&&F(n)){const i=n.__indent;i!==t.__indent&&zl(o,i);const l=n.__format;l!==t.__format&&ql(o,l),s&&(gc(t,n,o),Ve(n)||n.isInline()||Ul(t,n,o)),ls(n)&&(Re+=Ft,Nt+=Ft)}else{const i=n.getTextContent();if(pe(n)){const l=n.decorate(He,Vt);l!==null&&Gl(r,l)}else q(n)&&!n.isDirectionless()&&(Ke+=i);Re+=i,Nt+=i}if(!ln&&Ve(n)&&n.__cachedText!==Nt){const i=n.getWritable();i.__cachedText=Nt,n=i}return o}function Gl(r,e){let t=He._pendingDecorators;const n=He._decorators;if(t===null){if(n[r]===e)return;t=jl(He)}t[r]=e}function As(r){let e=r.nextSibling;return e!==null&&e===He._blockCursorElement&&(e=e.nextSibling),e}function mc(r,e,t,n,s,o){Re="",Nt="",Ke="",$l=n===Sr,Nn=null,He=t,Vt=t._config,sn=t._nodes,us=He._listeners.mutation,qs=s,Us=o,or=r._nodeMap,pt=e._nodeMap,ln=e._readOnly,Ws=new Map(t._keyToDOMMap);const i=new Map;return on=i,Ur("root",null),He=void 0,sn=void 0,qs=void 0,Us=void 0,or=void 0,pt=void 0,Vt=void 0,Ws=void 0,on=void 0,i}function Vs(r){const e=Ws.get(r);return e===void 0&&$(75,r),e}const Bt=Object.freeze({}),Hs=30,Js=[["keydown",function(r,e){if(Qr=r.timeStamp,Kl=r.key,e.isComposing())return;const{key:t,shiftKey:n,ctrlKey:s,metaKey:o,altKey:i}=r;if(!W(e,vu,r)&&t!=null){if(function(l,a,u,c){return to(l)&&!a&&!c&&!u}(t,s,i,o))W(e,fl,r);else if(function(l,a,u,c,d){return to(l)&&!c&&!u&&(a||d)}(t,s,n,i,o))W(e,Cu,r);else if(function(l,a,u,c){return eo(l)&&!a&&!c&&!u}(t,s,i,o))W(e,hl,r);else if(function(l,a,u,c,d){return eo(l)&&!c&&!u&&(a||d)}(t,s,n,i,o))W(e,wu,r);else if(function(l,a,u){return function(c){return c==="ArrowUp"}(l)&&!a&&!u}(t,s,o))W(e,pl,r);else if(function(l,a,u){return function(c){return c==="ArrowDown"}(l)&&!a&&!u}(t,s,o))W(e,gl,r);else if(function(l,a){return ro(l)&&a}(t,n))Yr=!0,W(e,Rn,r);else if(function(l){return l===" "}(t))W(e,Du,r);else if(function(l,a){return ct&&a&&l.toLowerCase()==="o"}(t,s))r.preventDefault(),Yr=!0,W(e,vr,!0);else if(function(l,a){return ro(l)&&!a}(t,n))Yr=!1,W(e,Rn,r);else if(function(l,a,u,c){return ct?!a&&!u&&(Pr(l)||l.toLowerCase()==="h"&&c):!(c||a||u)&&Pr(l)}(t,i,o,s))Pr(t)?W(e,ml,r):(r.preventDefault(),W(e,tr,!0));else if(function(l){return l==="Escape"}(t))W(e,yl,r);else if(function(l,a,u,c,d){return ct?!(u||c||d)&&(Or(l)||l.toLowerCase()==="d"&&a):!(a||c||d)&&Or(l)}(t,s,n,i,o))Or(t)?W(e,xl,r):(r.preventDefault(),W(e,tr,!1));else if(function(l,a,u){return Pr(l)&&(ct?a:u)}(t,i,s))r.preventDefault(),W(e,tn,!0);else if(function(l,a,u){return Or(l)&&(ct?a:u)}(t,i,s))r.preventDefault(),W(e,tn,!1);else if(function(l,a){return ct&&a&&Pr(l)}(t,o))r.preventDefault(),W(e,rn,!0);else if(function(l,a){return ct&&a&&Or(l)}(t,o))r.preventDefault(),W(e,rn,!1);else if(function(l,a,u,c){return l.toLowerCase()==="b"&&!a&&qr(u,c)}(t,i,o,s))r.preventDefault(),W(e,ht,"bold");else if(function(l,a,u,c){return l.toLowerCase()==="u"&&!a&&qr(u,c)}(t,i,o,s))r.preventDefault(),W(e,ht,"underline");else if(function(l,a,u,c){return l.toLowerCase()==="i"&&!a&&qr(u,c)}(t,i,o,s))r.preventDefault(),W(e,ht,"italic");else if(function(l,a,u,c){return l==="Tab"&&!a&&!u&&!c}(t,i,s,o))W(e,Su,r);else if(function(l,a,u,c){return l.toLowerCase()==="z"&&!a&&qr(u,c)}(t,n,o,s))r.preventDefault(),W(e,ai,void 0);else if(function(l,a,u,c){return ct?l.toLowerCase()==="z"&&u&&a:l.toLowerCase()==="y"&&c||l.toLowerCase()==="z"&&c&&a}(t,n,o,s))r.preventDefault(),W(e,ui,void 0);else{const l=e._editorState._selection;l===null||M(l)?!Kt&&no(t,o,s)&&(r.preventDefault(),W(e,Is,r)):function(a,u,c,d){return!u&&a.toLowerCase()==="c"&&(ct?c:d)}(t,n,o,s)?(r.preventDefault(),W(e,rs,r)):function(a,u,c,d){return!u&&a.toLowerCase()==="x"&&(ct?c:d)}(t,n,o,s)?(r.preventDefault(),W(e,ci,r)):no(t,o,s)&&(r.preventDefault(),W(e,Is,r))}(function(l,a,u,c){return l||a||u||c})(s,n,i,o)&&W(e,Lu,r)}}],["pointerdown",function(r,e){const t=r.target,n=r.pointerType;t instanceof Node&&n!=="touch"&&tt(e,()=>{pe(Er(t))||(Ys=!0)})}],["compositionstart",function(r,e){tt(e,()=>{const t=K();if(M(t)&&!e.isComposing()){const n=t.anchor,s=t.anchor.getNode();ze(n.key),(r.timeStamp<Qr+Hs||n.type==="element"||!t.isCollapsed()||s.getFormat()!==t.format||q(s)&&s.getStyle()!==t.style)&&W(e,Cr,qu)}})}],["compositionend",function(r,e){Kt?Ir=!0:tt(e,()=>{Ts(e,r.data)})}],["input",function(r,e){r.stopPropagation(),tt(e,()=>{const t=K(),n=r.data,s=Ql(r);if(n!=null&&M(t)&&Jl(t,s,n,r.timeStamp,!1)){Ir&&(Ts(e,n),Ir=!1);const o=t.anchor.getNode(),i=lt(e._window);if(i===null)return;const l=t.isBackward(),a=l?t.anchor.offset:t.focus.offset,u=l?t.focus.offset:t.anchor.offset;Pn&&!t.isCollapsed()&&q(o)&&i.anchorNode!==null&&o.getTextContent().slice(0,a)+n+o.getTextContent().slice(a+u)===Ol(i.anchorNode)||W(e,Cr,n);const c=n.length;Kt&&c>1&&r.inputType==="insertCompositionText"&&!e.isComposing()&&(t.anchor.offset-=c),ns||un||di||!e.isComposing()||(Qr=0,ze(null))}else wi(!1,e,n!==null?n:void 0),Ir&&(Ts(e,n||void 0),Ir=!1);Qe(),kl(De())}),xr=null}],["click",function(r,e){tt(e,()=>{const t=K(),n=lt(e._window),s=mn();if(n){if(M(t)){const o=t.anchor,i=o.getNode();o.type==="element"&&o.offset===0&&t.isCollapsed()&&!Ve(i)&&ve().getChildrenSize()===1&&i.getTopLevelElementOrThrow().isEmpty()&&s!==null&&t.is(s)?(n.removeAllRanges(),t.dirty=!0):r.detail===3&&!t.isCollapsed()&&i!==t.focus.getNode()&&(F(i)?i.select(0):i.getParentOrThrow().select(0))}else if(r.pointerType==="touch"){const o=n.anchorNode;if(o!==null){const i=o.nodeType;(i===cn||i===Ht)&&Dt(Bi(s,n,e,r))}}}W(e,dl,r)})}],["cut",Bt],["copy",Bt],["dragstart",Bt],["dragover",Bt],["dragend",Bt],["paste",Bt],["focus",Bt],["blur",Bt],["drop",Bt]];Pn&&Js.push(["beforeinput",(r,e)=>function(t,n){const s=t.inputType,o=Ql(t);s==="deleteCompositionText"||Kt&&Ml(n)||s!=="insertCompositionText"&&tt(n,()=>{const i=K();if(s==="deleteContentBackward"){if(i===null){const h=mn();if(!M(h))return;Dt(h.clone())}if(M(i)){const h=i.anchor.key===i.focus.key;if(l=t.timeStamp,Kl==="MediaLast"&&l<Qr+Hs&&n.isComposing()&&h){if(ze(null),Qr=0,setTimeout(()=>{tt(n,()=>{ze(null)})},Hs),M(i)){const g=i.anchor.getNode();g.markDirty(),i.format=g.getFormat(),q(g)||$(142),i.style=g.getStyle()}}else{ze(null),t.preventDefault();const g=i.anchor.getNode(),m=g.getTextContent(),y=g.canInsertTextAfter(),D=i.anchor.offset===0&&i.focus.offset===m.length;Ou&&h&&!D&&y||W(n,tr,!0)}return}}var l;if(!M(i))return;const a=t.data;xr!==null&&wi(!1,n,xr),i.dirty&&xr===null||!i.isCollapsed()||Ve(i.anchor.getNode())||o===null||i.applyDOMRange(o),xr=null;const u=i.anchor,c=i.focus,d=u.getNode(),f=c.getNode();if(s!=="insertText"&&s!=="insertTranspose")switch(t.preventDefault(),s){case"insertFromYank":case"insertFromDrop":case"insertReplacementText":W(n,Cr,t);break;case"insertFromComposition":ze(null),W(n,Cr,t);break;case"insertLineBreak":ze(null),W(n,vr,!1);break;case"insertParagraph":ze(null),Yr&&!un?(Yr=!1,W(n,vr,!1)):W(n,en,void 0);break;case"insertFromPaste":case"insertFromPasteAsQuotation":W(n,ts,t);break;case"deleteByComposition":(function(h,g){return h!==g||F(h)||F(g)||!h.isToken()||!g.isToken()})(d,f)&&W(n,Ms,t);break;case"deleteByDrag":case"deleteByCut":W(n,Ms,t);break;case"deleteContent":W(n,tr,!1);break;case"deleteWordBackward":W(n,tn,!0);break;case"deleteWordForward":W(n,tn,!1);break;case"deleteHardLineBackward":case"deleteSoftLineBackward":W(n,rn,!0);break;case"deleteContentForward":case"deleteHardLineForward":case"deleteSoftLineForward":W(n,rn,!1);break;case"formatStrikeThrough":W(n,ht,"strikethrough");break;case"formatBold":W(n,ht,"bold");break;case"formatItalic":W(n,ht,"italic");break;case"formatUnderline":W(n,ht,"underline");break;case"historyUndo":W(n,ai,void 0);break;case"historyRedo":W(n,ui,void 0)}else{if(a===`
|
|
64
|
+
`)t.preventDefault(),W(n,vr,!1);else if(a===Ft)t.preventDefault(),W(n,en,void 0);else if(a==null&&t.dataTransfer){const h=t.dataTransfer.getData("text/plain");t.preventDefault(),i.insertRawText(h)}else a!=null&&Jl(i,o,a,t.timeStamp,!0)?(t.preventDefault(),W(n,Cr,a)):xr=a;Vl=t.timeStamp}})}(r,e)]);let Qr=0,Kl=null,Vl=0,xr=null;const Hn=new WeakMap;let Qs=!1,Ys=!1,Yr=!1,Ir=!1,Hl=[0,"",0,"root",0];function Jl(r,e,t,n,s){const o=r.anchor,i=r.focus,l=o.getNode(),a=De(),u=lt(a._window),c=u!==null?u.anchorNode:null,d=o.key,f=a.getElementByKey(d),h=t.length;return d!==i.key||!q(l)||(!s&&(!Pn||Vl<n+50)||l.isDirty()&&h<2||Rl(t))&&o.offset!==i.offset&&!l.isComposing()||Zt(l)||l.isDirty()&&h>1||(s||!Pn)&&f!==null&&!l.isComposing()&&c!==$n(f)||u!==null&&e!==null&&(!e.collapsed||e.startContainer!==u.anchorNode||e.startOffset!==u.anchorOffset)||l.getFormat()!==r.format||l.getStyle()!==r.style||ic(r,l)}function ao(r,e){return r!==null&&r.nodeValue!==null&&r.nodeType===Ht&&e!==0&&e!==r.nodeValue.length}function uo(r,e,t){const{anchorNode:n,anchorOffset:s,focusNode:o,focusOffset:i}=r;Qs&&(Qs=!1,ao(n,s)&&ao(o,i))||tt(e,()=>{if(!t)return void Dt(null);if(!dn(e,n,o))return;const l=K();if(M(l)){const a=l.anchor,u=a.getNode();if(l.isCollapsed()){r.type==="Range"&&r.anchorNode===r.focusNode&&(l.dirty=!0);const c=as(e).event,d=c?c.timeStamp:performance.now(),[f,h,g,m,y]=Hl,D=ve(),x=e.isComposing()===!1&&D.getTextContent()==="";if(d<y+200&&a.offset===g&&a.key===m)l.format=f,l.style=h;else if(a.type==="text")q(u)||$(141),l.format=u.getFormat(),l.style=u.getStyle();else if(a.type==="element"&&!x){const k=a.getNode();l.style="",k instanceof Tr&&k.getChildrenSize()===0?(l.format=k.getTextFormat(),l.style=k.getTextStyle()):l.format=0}}else{const c=a.key,d=l.focus.key,f=l.getNodes(),h=f.length,g=l.isBackward(),m=g?i:s,y=g?s:i,D=g?d:c,x=g?c:d;let k=zu,C=!1;for(let S=0;S<h;S++){const v=f[S],_=v.getTextContentSize();if(q(v)&&_!==0&&!(S===0&&v.__key===D&&m===_||S===h-1&&v.__key===x&&y===0)&&(C=!0,k&=v.getFormat(),k===0))break}l.format=C?k:0}}W(e,li,void 0)})}function Ql(r){if(!r.getTargetRanges)return null;const e=r.getTargetRanges();return e.length===0?null:e[0]}function Ts(r,e){const t=r._compositionKey;if(ze(null),t!==null&&e!=null){if(e===""){const n=Ue(t),s=$n(r.getElementByKey(t));return void(s!==null&&s.nodeValue!==null&&q(n)&&Di(n,s.nodeValue,null,null,!0))}if(e[e.length-1]===`
|
|
65
|
+
`){const n=K();if(M(n)){const s=n.focus;return n.anchor.set(s.key,s.offset,s.type),void W(r,Rn,null)}}}wi(!0,r,e)}function Yl(r){let e=r.__lexicalEventHandles;return e===void 0&&(e=[],r.__lexicalEventHandles=e),e}const wr=new Map;function Xl(r){const e=r.target,t=lt(e==null?null:e.nodeType===9?e.defaultView:e.ownerDocument.defaultView);if(t===null)return;const n=Bl(t.anchorNode);if(n===null)return;Ys&&(Ys=!1,tt(n,()=>{const u=mn(),c=t.anchorNode;if(c===null)return;const d=c.nodeType;d!==cn&&d!==Ht||Dt(Bi(u,t,n,r))}));const s=Ci(n),o=s[s.length-1],i=o._key,l=wr.get(i),a=l||o;a!==n&&uo(t,a,!1),uo(t,n,!0),n!==o?wr.set(i,n):l&&wr.delete(i)}function co(r){r._lexicalHandled=!0}function fo(r){return r._lexicalHandled===!0}function yc(r){const e=r.ownerDocument,t=Hn.get(e);t===void 0&&$(162);const n=t-1;n>=0||$(164),Hn.set(e,n),n===0&&e.removeEventListener("selectionchange",Xl);const s=is(r);vi(s)?(function(i){if(i._parentEditor!==null){const l=Ci(i),a=l[l.length-1]._key;wr.get(a)===i&&wr.delete(a)}else wr.delete(i._key)}(s),r.__lexicalEditor=null):s&&$(198);const o=Yl(r);for(let i=0;i<o.length;i++)o[i]();r.__lexicalEventHandles=[]}function Xs(r,e,t){Qe();const n=r.__key,s=r.getParent();if(s===null)return;const o=function(l){const a=K();if(!M(a)||!F(l))return a;const{anchor:u,focus:c}=a,d=u.getNode(),f=c.getNode();return Jr(d,l)&&u.set(l.__key,0,"element"),Jr(f,l)&&c.set(l.__key,0,"element"),a}(r);let i=!1;if(M(o)&&e){const l=o.anchor,a=o.focus;l.key===n&&(Qn(l,r,s,r.getPreviousSibling(),r.getNextSibling()),i=!0),a.key===n&&(Qn(a,r,s,r.getPreviousSibling(),r.getNextSibling()),i=!0)}else vt(o)&&e&&r.isSelected()&&r.selectPrevious();if(M(o)&&e&&!i){const l=r.getIndexWithinParent();rr(r),Jn(o,s,l,-1)}else rr(r);t||St(s)||s.canBeEmpty()||!s.isEmpty()||Xs(s,e),e&&Ve(s)&&s.isEmpty()&&s.selectEnd()}class cs{static getType(){$(64,this.name)}static clone(e){$(65,this.name)}afterCloneFrom(e){this.__parent=e.__parent,this.__next=e.__next,this.__prev=e.__prev}constructor(e){this.__type=this.constructor.getType(),this.__parent=null,this.__prev=null,this.__next=null,sc(this,e)}getType(){return this.__type}isInline(){$(137,this.constructor.name)}isAttached(){let e=this.__key;for(;e!==null;){if(e==="root")return!0;const t=Ue(e);if(t===null)break;e=t.__parent}return!1}isSelected(e){const t=e||K();if(t==null)return!1;const n=t.getNodes().some(s=>s.__key===this.__key);if(q(this))return n;if(M(t)&&t.anchor.type==="element"&&t.focus.type==="element"){if(t.isCollapsed())return!1;const s=this.getParent();if(pe(this)&&this.isInline()&&s){const o=t.isBackward()?t.focus:t.anchor,i=o.getNode();if(o.offset===i.getChildrenSize()&&i.is(s)&&i.getLastChildOrThrow().is(this))return!1}}return n}getKey(){return this.__key}getIndexWithinParent(){const e=this.getParent();if(e===null)return-1;let t=e.getFirstChild(),n=0;for(;t!==null;){if(this.is(t))return n;n++,t=t.getNextSibling()}return-1}getParent(){const e=this.getLatest().__parent;return e===null?null:Ue(e)}getParentOrThrow(){const e=this.getParent();return e===null&&$(66,this.__key),e}getTopLevelElement(){let e=this;for(;e!==null;){const t=e.getParent();if(St(t))return F(e)||e===this&&pe(e)||$(194),e;e=t}return null}getTopLevelElementOrThrow(){const e=this.getTopLevelElement();return e===null&&$(67,this.__key),e}getParents(){const e=[];let t=this.getParent();for(;t!==null;)e.push(t),t=t.getParent();return e}getParentKeys(){const e=[];let t=this.getParent();for(;t!==null;)e.push(t.__key),t=t.getParent();return e}getPreviousSibling(){const e=this.getLatest().__prev;return e===null?null:Ue(e)}getPreviousSiblings(){const e=[],t=this.getParent();if(t===null)return e;let n=t.getFirstChild();for(;n!==null&&!n.is(this);)e.push(n),n=n.getNextSibling();return e}getNextSibling(){const e=this.getLatest().__next;return e===null?null:Ue(e)}getNextSiblings(){const e=[];let t=this.getNextSibling();for(;t!==null;)e.push(t),t=t.getNextSibling();return e}getCommonAncestor(e){const t=this.getParents(),n=e.getParents();F(this)&&t.unshift(this),F(e)&&n.unshift(e);const s=t.length,o=n.length;if(s===0||o===0||t[s-1]!==n[o-1])return null;const i=new Set(n);for(let l=0;l<s;l++){const a=t[l];if(i.has(a))return a}return null}is(e){return e!=null&&this.__key===e.__key}isBefore(e){if(this===e)return!1;if(e.isParentOf(this))return!0;if(this.isParentOf(e))return!1;const t=this.getCommonAncestor(e);let n=0,s=0,o=this;for(;;){const i=o.getParentOrThrow();if(i===t){n=o.getIndexWithinParent();break}o=i}for(o=e;;){const i=o.getParentOrThrow();if(i===t){s=o.getIndexWithinParent();break}o=i}return n<s}isParentOf(e){const t=this.__key;if(t===e.__key)return!1;let n=e;for(;n!==null;){if(n.__key===t)return!0;n=n.getParent()}return!1}getNodesBetween(e){const t=this.isBefore(e),n=[],s=new Set;let o=this;for(;o!==null;){const i=o.__key;if(s.has(i)||(s.add(i),n.push(o)),o===e)break;const l=F(o)?t?o.getFirstChild():o.getLastChild():null;if(l!==null){o=l;continue}const a=t?o.getNextSibling():o.getPreviousSibling();if(a!==null){o=a;continue}const u=o.getParentOrThrow();if(s.has(u.__key)||n.push(u),u===e)break;let c=null,d=u;do{if(d===null&&$(68),c=t?d.getNextSibling():d.getPreviousSibling(),d=d.getParent(),d===null)break;c!==null||s.has(d.__key)||n.push(d)}while(c===null);o=c}return t||n.reverse(),n}isDirty(){const e=De()._dirtyLeaves;return e!==null&&e.has(this.__key)}getLatest(){const e=Ue(this.__key);return e===null&&$(113),e}getWritable(){Qe();const e=Lt(),t=De(),n=e._nodeMap,s=this.__key,o=this.getLatest(),i=t._cloneNotNeeded,l=K();if(l!==null&&l.setCachedNodes(null),i.has(s))return qn(o),o;const a=ki(o);return i.add(s),qn(a),n.set(s,a),a}getTextContent(){return""}getTextContentSize(){return this.getTextContent().length}createDOM(e,t){$(70)}updateDOM(e,t,n){$(71)}exportDOM(e){return{element:this.createDOM(e._config,e)}}exportJSON(){$(72)}static importJSON(e){$(18,this.name)}static transform(){return null}remove(e){Xs(this,!0,e)}replace(e,t){Qe();let n=K();n!==null&&(n=n.clone()),Es(this,e);const s=this.getLatest(),o=this.__key,i=e.__key,l=e.getWritable(),a=this.getParentOrThrow().getWritable(),u=a.__size;rr(l);const c=s.getPreviousSibling(),d=s.getNextSibling(),f=s.__prev,h=s.__next,g=s.__parent;if(Xs(s,!1,!0),c===null?a.__first=i:c.getWritable().__next=i,l.__prev=f,d===null?a.__last=i:d.getWritable().__prev=i,l.__next=h,l.__parent=g,a.__size=u,t&&(F(this)&&F(l)||$(139),this.getChildren().forEach(m=>{l.append(m)})),M(n)){Dt(n);const m=n.anchor,y=n.focus;m.key===o&&mo(m,l),y.key===o&&mo(y,l)}return Ut()===o&&ze(i),l}insertAfter(e,t=!0){Qe(),Es(this,e);const n=this.getWritable(),s=e.getWritable(),o=s.getParent(),i=K();let l=!1,a=!1;if(o!==null){const h=e.getIndexWithinParent();if(rr(s),M(i)){const g=o.__key,m=i.anchor,y=i.focus;l=m.type==="element"&&m.key===g&&m.offset===h+1,a=y.type==="element"&&y.key===g&&y.offset===h+1}}const u=this.getNextSibling(),c=this.getParentOrThrow().getWritable(),d=s.__key,f=n.__next;if(u===null?c.__last=d:u.getWritable().__prev=d,c.__size++,n.__next=d,s.__next=f,s.__prev=n.__key,s.__parent=n.__parent,t&&M(i)){const h=this.getIndexWithinParent();Jn(i,c,h+1);const g=c.__key;l&&i.anchor.set(g,h+2,"element"),a&&i.focus.set(g,h+2,"element")}return e}insertBefore(e,t=!0){Qe(),Es(this,e);const n=this.getWritable(),s=e.getWritable(),o=s.__key;rr(s);const i=this.getPreviousSibling(),l=this.getParentOrThrow().getWritable(),a=n.__prev,u=this.getIndexWithinParent();i===null?l.__first=o:i.getWritable().__next=o,l.__size++,n.__prev=o,s.__prev=a,s.__next=n.__key,s.__parent=n.__parent;const c=K();return t&&M(c)&&Jn(c,this.getParentOrThrow(),u),e}isParentRequired(){return!1}createParentElementNode(){return Fe()}selectStart(){return this.selectPrevious()}selectEnd(){return this.selectNext(0,0)}selectPrevious(e,t){Qe();const n=this.getPreviousSibling(),s=this.getParentOrThrow();if(n===null)return s.select(0,0);if(F(n))return n.select();if(!q(n)){const o=n.getIndexWithinParent()+1;return s.select(o,o)}return n.select(e,t)}selectNext(e,t){Qe();const n=this.getNextSibling(),s=this.getParentOrThrow();if(n===null)return s.select();if(F(n))return n.select(0,0);if(!q(n)){const o=n.getIndexWithinParent();return s.select(o,o)}return n.select(e,t)}markDirty(){this.getWritable()}reconcileObservedMutation(e,t){this.markDirty()}}class hn extends cs{static getType(){return"linebreak"}static clone(e){return new hn(e.__key)}constructor(e){super(e)}getTextContent(){return`
|
|
66
|
+
`}createDOM(){return document.createElement("br")}updateDOM(){return!1}static importDOM(){return{br:e=>function(t){const n=t.parentElement;if(n!==null&&Wn(n)){const s=n.firstChild;if(s===t||s.nextSibling===t&&Dn(s)){const o=n.lastChild;if(o===t||o.previousSibling===t&&Dn(o))return!0}}return!1}(e)||function(t){const n=t.parentElement;if(n!==null&&Wn(n)){const s=n.firstChild;if(s===t||s.nextSibling===t&&Dn(s))return!1;const o=n.lastChild;if(o===t||o.previousSibling===t&&Dn(o))return!0}return!1}(e)?null:{conversion:xc,priority:0}}}static importJSON(e){return lr()}exportJSON(){return{type:"linebreak",version:1}}}function xc(r){return{node:lr()}}function lr(){return kt(new hn)}function nr(r){return r instanceof hn}function Dn(r){return r.nodeType===Ht&&/^( |\t|\r?\n)+$/.test(r.textContent||"")}function Bs(r,e){return 16&e?"code":e&fi?"mark":32&e?"sub":64&e?"sup":null}function Ns(r,e){return 1&e?"strong":2&e?"em":"span"}function Zl(r,e,t,n,s){const o=n.classList;let i=Hr(s,"base");i!==void 0&&o.add(...i),i=Hr(s,"underlineStrikethrough");let l=!1;const a=e&Mn&&e&On;i!==void 0&&(t&Mn&&t&On?(l=!0,a||o.add(...i)):a&&o.remove(...i));for(const u in ir){const c=ir[u];if(i=Hr(s,u),i!==void 0)if(t&c){if(l&&(u==="underline"||u==="strikethrough")){e&c&&o.remove(...i);continue}e&c&&(!a||u!=="underline")&&u!=="strikethrough"||o.add(...i)}else e&c&&o.remove(...i)}}function ea(r,e,t){const n=e.firstChild,s=t.isComposing(),o=r+(s?ss:"");if(n==null)e.textContent=o;else{const i=n.nodeValue;if(i!==o)if(s||Kt){const[l,a,u]=function(c,d){const f=c.length,h=d.length;let g=0,m=0;for(;g<f&&g<h&&c[g]===d[g];)g++;for(;m+g<f&&m+g<h&&c[f-m-1]===d[h-m-1];)m++;return[g,f-g-m,d.slice(g,h-m)]}(i,o);a!==0&&n.deleteData(l,a),n.insertData(l,u)}else n.nodeValue=o}}function ho(r,e,t,n,s,o){ea(s,r,e);const i=o.theme.text;i!==void 0&&Zl(0,0,n,r,i)}function Sn(r,e){const t=document.createElement(e);return t.appendChild(r),t}class Ar extends cs{static getType(){return"text"}static clone(e){return new Ar(e.__text,e.__key)}afterCloneFrom(e){super.afterCloneFrom(e),this.__format=e.__format,this.__style=e.__style,this.__mode=e.__mode,this.__detail=e.__detail}constructor(e,t){super(t),this.__text=e,this.__format=0,this.__style="",this.__mode=0,this.__detail=0}getFormat(){return this.getLatest().__format}getDetail(){return this.getLatest().__detail}getMode(){const e=this.getLatest();return Hu[e.__mode]}getStyle(){return this.getLatest().__style}isToken(){return this.getLatest().__mode===1}isComposing(){return this.__key===Ut()}isSegmented(){return this.getLatest().__mode===2}isDirectionless(){return!!(1&this.getLatest().__detail)}isUnmergeable(){return!!(2&this.getLatest().__detail)}hasFormat(e){const t=ir[e];return!!(this.getFormat()&t)}isSimpleText(){return this.__type==="text"&&this.__mode===0}getTextContent(){return this.getLatest().__text}getFormatFlags(e,t){return zn(this.getLatest().__format,e,t)}canHaveFormat(){return!0}createDOM(e,t){const n=this.__format,s=Bs(0,n),o=Ns(0,n),i=s===null?o:s,l=document.createElement(i);let a=l;this.hasFormat("code")&&l.setAttribute("spellcheck","false"),s!==null&&(a=document.createElement(o),l.appendChild(a)),ho(a,this,0,n,this.__text,e);const u=this.__style;return u!==""&&(l.style.cssText=u),l}updateDOM(e,t,n){const s=this.__text,o=e.__format,i=this.__format,l=Bs(0,o),a=Bs(0,i),u=Ns(0,o),c=Ns(0,i);if((l===null?u:l)!==(a===null?c:a))return!0;if(l===a&&u!==c){const m=t.firstChild;m==null&&$(48);const y=document.createElement(c);return ho(y,this,0,i,s,n),t.replaceChild(y,m),!1}let d=t;a!==null&&l!==null&&(d=t.firstChild,d==null&&$(49)),ea(s,d,this);const f=n.theme.text;f!==void 0&&o!==i&&Zl(0,o,i,d,f);const h=e.__style,g=this.__style;return h!==g&&(t.style.cssText=g),!1}static importDOM(){return{"#text":()=>({conversion:Cc,priority:0}),b:()=>({conversion:_c,priority:0}),code:()=>({conversion:$t,priority:0}),em:()=>({conversion:$t,priority:0}),i:()=>({conversion:$t,priority:0}),s:()=>({conversion:$t,priority:0}),span:()=>({conversion:bc,priority:0}),strong:()=>({conversion:$t,priority:0}),sub:()=>({conversion:$t,priority:0}),sup:()=>({conversion:$t,priority:0}),u:()=>({conversion:$t,priority:0})}}static importJSON(e){const t=Le(e.text);return t.setFormat(e.format),t.setDetail(e.detail),t.setMode(e.mode),t.setStyle(e.style),t}exportDOM(e){let{element:t}=super.exportDOM(e);return t!==null&&jt(t)||$(132),t.style.whiteSpace="pre-wrap",this.hasFormat("bold")&&(t=Sn(t,"b")),this.hasFormat("italic")&&(t=Sn(t,"i")),this.hasFormat("strikethrough")&&(t=Sn(t,"s")),this.hasFormat("underline")&&(t=Sn(t,"u")),{element:t}}exportJSON(){return{detail:this.getDetail(),format:this.getFormat(),mode:this.getMode(),style:this.getStyle(),text:this.getTextContent(),type:"text",version:1}}selectionTransform(e,t){}setFormat(e){const t=this.getWritable();return t.__format=typeof e=="string"?ir[e]:e,t}setDetail(e){const t=this.getWritable();return t.__detail=typeof e=="string"?Gu[e]:e,t}setStyle(e){const t=this.getWritable();return t.__style=e,t}toggleFormat(e){const t=zn(this.getFormat(),e,null);return this.setFormat(t)}toggleDirectionless(){const e=this.getWritable();return e.__detail^=1,e}toggleUnmergeable(){const e=this.getWritable();return e.__detail^=2,e}setMode(e){const t=Vu[e];if(this.__mode===t)return this;const n=this.getWritable();return n.__mode=t,n}setTextContent(e){if(this.__text===e)return this;const t=this.getWritable();return t.__text=e,t}select(e,t){Qe();let n=e,s=t;const o=K(),i=this.getTextContent(),l=this.__key;if(typeof i=="string"){const a=i.length;n===void 0&&(n=a),s===void 0&&(s=a)}else n=0,s=0;if(!M(o))return na(l,n,l,s,"text","text");{const a=Ut();a!==o.anchor.key&&a!==o.focus.key||ze(l),o.setTextNodeRange(this,n,this,s)}return o}selectStart(){return this.select(0,0)}selectEnd(){const e=this.getTextContentSize();return this.select(e,e)}spliceText(e,t,n,s){const o=this.getWritable(),i=o.__text,l=n.length;let a=e;a<0&&(a=l+a,a<0&&(a=0));const u=K();if(s&&M(u)){const d=e+l;u.setTextNodeRange(o,d,o,d)}const c=i.slice(0,a)+n+i.slice(a+t);return o.__text=c,o}canInsertTextBefore(){return!0}canInsertTextAfter(){return!0}splitText(...e){Qe();const t=this.getLatest(),n=t.getTextContent(),s=t.__key,o=Ut(),i=new Set(e),l=[],a=n.length;let u="";for(let S=0;S<a;S++)u!==""&&i.has(S)&&(l.push(u),u=""),u+=n[S];u!==""&&l.push(u);const c=l.length;if(c===0)return[];if(l[0]===n)return[t];const d=l[0],f=t.getParent();let h;const g=t.getFormat(),m=t.getStyle(),y=t.__detail;let D=!1;t.isSegmented()?(h=Le(d),h.__format=g,h.__style=m,h.__detail=y,D=!0):(h=t.getWritable(),h.__text=d);const x=K(),k=[h];let C=d.length;for(let S=1;S<c;S++){const v=l[S],_=v.length,E=Le(v).getWritable();E.__format=g,E.__style=m,E.__detail=y;const T=E.__key,z=C+_;if(M(x)){const N=x.anchor,j=x.focus;N.key===s&&N.type==="text"&&N.offset>C&&N.offset<=z&&(N.key=T,N.offset-=C,x.dirty=!0),j.key===s&&j.type==="text"&&j.offset>C&&j.offset<=z&&(j.key=T,j.offset-=C,x.dirty=!0)}o===s&&ze(T),C=z,k.push(E)}if(f!==null){(function(_){const E=_.getPreviousSibling(),T=_.getNextSibling();E!==null&&qn(E),T!==null&&qn(T)})(this);const S=f.getWritable(),v=this.getIndexWithinParent();D?(S.splice(v,0,k),this.remove()):S.splice(v,1,k),M(x)&&Jn(x,f,v,c-1)}return k}mergeWithSibling(e){const t=e===this.getPreviousSibling();t||e===this.getNextSibling()||$(50);const n=this.__key,s=e.__key,o=this.__text,i=o.length;Ut()===s&&ze(n);const l=K();if(M(l)){const d=l.anchor,f=l.focus;d!==null&&d.key===s&&(wo(d,t,n,e,i),l.dirty=!0),f!==null&&f.key===s&&(wo(f,t,n,e,i),l.dirty=!0)}const a=e.__text,u=t?a+o:o+a;this.setTextContent(u);const c=this.getWritable();return e.remove(),c}isTextEntity(){return!1}}function bc(r){return{forChild:Ti(r.style),node:null}}function _c(r){const e=r,t=e.style.fontWeight==="normal";return{forChild:Ti(e.style,t?void 0:"bold"),node:null}}const po=new WeakMap;function vc(r){return r.nodeName==="PRE"||r.nodeType===cn&&r.style!==void 0&&r.style.whiteSpace!==void 0&&r.style.whiteSpace.startsWith("pre")}function Cc(r){const e=r;r.parentElement===null&&$(129);let t=e.textContent||"";if(function(n){let s,o=n.parentNode;const i=[n];for(;o!==null&&(s=po.get(o))===void 0&&!vc(o);)i.push(o),o=o.parentNode;const l=s===void 0?o:s;for(let a=0;a<i.length;a++)po.set(i[a],l);return l}(e)!==null){const n=t.split(/(\r?\n|\t)/),s=[],o=n.length;for(let i=0;i<o;i++){const l=n[i];l===`
|
|
67
67
|
`||l===`\r
|
|
68
|
-
`?s.push(lr()):l===" "?s.push(gn()):l!==""&&s.push(
|
|
69
|
-
`),c=!f.isEmpty();else if(c=!1,q(f)){let h=f.getTextContent();f===t?f===n?s.type==="element"&&o.type==="element"&&o.offset!==s.offset||(h=l<a?h.slice(l,a):h.slice(a,l)):h=i?h.slice(l):h.slice(a):f===n&&(h=i?h.slice(0,a):h.slice(0,l)),u+=h}else!
|
|
68
|
+
`?s.push(lr()):l===" "?s.push(gn()):l!==""&&s.push(Le(l))}return{node:s}}if(t=t.replace(/\r/g,"").replace(/[ \t\n]+/g," "),t==="")return{node:null};if(t[0]===" "){let n=e,s=!0;for(;n!==null&&(n=go(n,!1))!==null;){const o=n.textContent||"";if(o.length>0){/[ \t\n]$/.test(o)&&(t=t.slice(1)),s=!1;break}}s&&(t=t.slice(1))}if(t[t.length-1]===" "){let n=e,s=!0;for(;n!==null&&(n=go(n,!0))!==null;)if((n.textContent||"").replace(/^( |\t|\r?\n)+/,"").length>0){s=!1;break}s&&(t=t.slice(0,t.length-1))}return t===""?{node:null}:{node:Le(t)}}function go(r,e){let t=r;for(;;){let n;for(;(n=e?t.nextSibling:t.previousSibling)===null;){const o=t.parentElement;if(o===null)return null;t=o}if(t=n,t.nodeType===cn){const o=t.style.display;if(o===""&&!zs(t)||o!==""&&!o.startsWith("inline"))return null}let s=t;for(;(s=e?t.firstChild:t.lastChild)!==null;)t=s;if(t.nodeType===Ht)return t;if(t.nodeName==="BR")return null}}const wc={code:"code",em:"italic",i:"italic",s:"strikethrough",strong:"bold",sub:"subscript",sup:"superscript",u:"underline"};function $t(r){const e=wc[r.nodeName.toLowerCase()];return e===void 0?{node:null}:{forChild:Ti(r.style,e),node:null}}function Le(r=""){return kt(new Ar(r))}function q(r){return r instanceof Ar}function Ti(r,e){const t=r.fontWeight,n=r.textDecoration.split(" "),s=t==="700"||t==="bold",o=n.includes("line-through"),i=r.fontStyle==="italic",l=n.includes("underline"),a=r.verticalAlign;return u=>(q(u)&&(s&&!u.hasFormat("bold")&&u.toggleFormat("bold"),o&&!u.hasFormat("strikethrough")&&u.toggleFormat("strikethrough"),i&&!u.hasFormat("italic")&&u.toggleFormat("italic"),l&&!u.hasFormat("underline")&&u.toggleFormat("underline"),a!=="sub"||u.hasFormat("subscript")||u.toggleFormat("subscript"),a!=="super"||u.hasFormat("superscript")||u.toggleFormat("superscript"),e&&!u.hasFormat(e)&&u.toggleFormat(e)),u)}class pn extends Ar{static getType(){return"tab"}static clone(e){return new pn(e.__key)}afterCloneFrom(e){super.afterCloneFrom(e),this.__text=e.__text}constructor(e){super(" ",e),this.__detail=2}static importDOM(){return null}static importJSON(e){const t=gn();return t.setFormat(e.format),t.setStyle(e.style),t}exportJSON(){return{...super.exportJSON(),type:"tab",version:1}}setTextContent(e){$(126)}setDetail(e){$(127)}setMode(e){$(128)}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}}function gn(){return kt(new pn)}function Dc(r){return r instanceof pn}class Sc{constructor(e,t,n){this._selection=null,this.key=e,this.offset=t,this.type=n}is(e){return this.key===e.key&&this.offset===e.offset&&this.type===e.type}isBefore(e){let t=this.getNode(),n=e.getNode();const s=this.offset,o=e.offset;if(F(t)){const i=t.getDescendantByIndex(s);t=i??t}if(F(n)){const i=n.getDescendantByIndex(o);n=i??n}return t===n?s<o:t.isBefore(n)}getNode(){const e=Ue(this.key);return e===null&&$(20),e}set(e,t,n){const s=this._selection,o=this.key;this.key=e,this.offset=t,this.type=n,yn()||(Ut()===o&&ze(e),s!==null&&(s.setCachedNodes(null),s.dirty=!0))}}function Et(r,e,t){return new Sc(r,e,t)}function Fs(r,e){let t=e.__key,n=r.offset,s="element";if(q(e)){s="text";const o=e.getTextContentSize();n>o&&(n=o)}else if(!F(e)){const o=e.getNextSibling();if(q(o))t=o.__key,n=0,s="text";else{const i=e.getParent();i&&(t=i.__key,n=e.getIndexWithinParent()+1)}}r.set(t,n,s)}function mo(r,e){if(F(e)){const t=e.getLastDescendant();F(t)||q(t)?Fs(r,t):Fs(r,e)}else Fs(r,e)}function qt(r,e,t,n){r.key=e,r.offset=t,r.type=n}class ds{constructor(e){this._cachedNodes=null,this._nodes=e,this.dirty=!1}getCachedNodes(){return this._cachedNodes}setCachedNodes(e){this._cachedNodes=e}is(e){if(!vt(e))return!1;const t=this._nodes,n=e._nodes;return t.size===n.size&&Array.from(t).every(s=>n.has(s))}isCollapsed(){return!1}isBackward(){return!1}getStartEndPoints(){return null}add(e){this.dirty=!0,this._nodes.add(e),this._cachedNodes=null}delete(e){this.dirty=!0,this._nodes.delete(e),this._cachedNodes=null}clear(){this.dirty=!0,this._nodes.clear(),this._cachedNodes=null}has(e){return this._nodes.has(e)}clone(){return new ds(new Set(this._nodes))}extract(){return this.getNodes()}insertRawText(e){}insertText(){}insertNodes(e){const t=this.getNodes(),n=t.length,s=t[n-1];let o;if(q(s))o=s.select();else{const i=s.getIndexWithinParent()+1;o=s.getParentOrThrow().select(i,i)}o.insertNodes(e);for(let i=0;i<n;i++)t[i].remove()}getNodes(){const e=this._cachedNodes;if(e!==null)return e;const t=this._nodes,n=[];for(const s of t){const o=Ue(s);o!==null&&n.push(o)}return yn()||(this._cachedNodes=n),n}getTextContent(){const e=this.getNodes();let t="";for(let n=0;n<e.length;n++)t+=e[n].getTextContent();return t}}function M(r){return r instanceof Jt}class Jt{constructor(e,t,n,s){this.anchor=e,this.focus=t,e._selection=this,t._selection=this,this._cachedNodes=null,this.format=n,this.style=s,this.dirty=!1}getCachedNodes(){return this._cachedNodes}setCachedNodes(e){this._cachedNodes=e}is(e){return!!M(e)&&this.anchor.is(e.anchor)&&this.focus.is(e.focus)&&this.format===e.format&&this.style===e.style}isCollapsed(){return this.anchor.is(this.focus)}getNodes(){const e=this._cachedNodes;if(e!==null)return e;const t=this.anchor,n=this.focus,s=t.isBefore(n),o=s?t:n,i=s?n:t;let l=o.getNode(),a=i.getNode();const u=o.offset,c=i.offset;if(F(l)){const f=l.getDescendantByIndex(u);l=f??l}if(F(a)){let f=a.getDescendantByIndex(c);f!==null&&f!==l&&a.getChildAtIndex(c)===f&&(f=f.getPreviousSibling()),a=f??a}let d;return d=l.is(a)?F(l)&&l.getChildrenSize()>0?[]:[l]:l.getNodesBetween(a),yn()||(this._cachedNodes=d),d}setTextNodeRange(e,t,n,s){qt(this.anchor,e.__key,t,"text"),qt(this.focus,n.__key,s,"text"),this._cachedNodes=null,this.dirty=!0}getTextContent(){const e=this.getNodes();if(e.length===0)return"";const t=e[0],n=e[e.length-1],s=this.anchor,o=this.focus,i=s.isBefore(o),[l,a]=Zs(this);let u="",c=!0;for(let d=0;d<e.length;d++){const f=e[d];if(F(f)&&!f.isInline())c||(u+=`
|
|
69
|
+
`),c=!f.isEmpty();else if(c=!1,q(f)){let h=f.getTextContent();f===t?f===n?s.type==="element"&&o.type==="element"&&o.offset!==s.offset||(h=l<a?h.slice(l,a):h.slice(a,l)):h=i?h.slice(l):h.slice(a):f===n&&(h=i?h.slice(0,a):h.slice(0,l)),u+=h}else!pe(f)&&!nr(f)||f===n&&this.isCollapsed()||(u+=f.getTextContent())}return u}applyDOMRange(e){const t=De(),n=t.getEditorState()._selection,s=ra(e.startContainer,e.startOffset,e.endContainer,e.endOffset,t,n);if(s===null)return;const[o,i]=s;qt(this.anchor,o.key,o.offset,o.type),qt(this.focus,i.key,i.offset,i.type),this._cachedNodes=null}clone(){const e=this.anchor,t=this.focus;return new Jt(Et(e.key,e.offset,e.type),Et(t.key,t.offset,t.type),this.format,this.style)}toggleFormat(e){this.format=zn(this.format,e,null),this.dirty=!0}setStyle(e){this.style=e,this.dirty=!0}hasFormat(e){const t=ir[e];return!!(this.format&t)}insertRawText(e){const t=e.split(/(\r?\n|\t)/),n=[],s=t.length;for(let o=0;o<s;o++){const i=t[o];i===`
|
|
70
70
|
`||i===`\r
|
|
71
|
-
`?n.push(lr()):i===" "?n.push(gn()):n.push(ke(i))}this.insertNodes(n)}insertText(e){const t=this.anchor,n=this.focus,s=this.format,o=this.style;let i=t,l=n;!this.isCollapsed()&&n.isBefore(t)&&(i=n,l=t),i.type==="element"&&function(x,D,y,A){const C=x.getNode(),E=C.getChildAtIndex(x.offset),v=ke(),_=Ge(C)?Ee().append(v):v;v.setFormat(y),v.setStyle(A),E===null?C.append(_):E.insertBefore(_),x.is(D)&&D.set(v.__key,0,"text"),x.set(v.__key,0,"text")}(i,l,s,o);const a=i.offset;let u=l.offset;const c=this.getNodes(),d=c.length;let f=c[0];q(f)||I(26);const h=f.getTextContent().length,p=f.getParentOrThrow();let m=c[d-1];if(d===1&&l.type==="element"&&(u=h,l.set(i.key,u,"text")),this.isCollapsed()&&a===h&&(f.isSegmented()||f.isToken()||!f.canInsertTextAfter()||!p.canInsertTextAfter()&&f.getNextSibling()===null)){let x=f.getNextSibling();if(q(x)&&x.canInsertTextBefore()&&!Zt(x)||(x=ke(),x.setFormat(s),x.setStyle(o),p.canInsertTextAfter()?f.insertAfter(x):p.insertAfter(x)),x.select(0,0),f=x,e!=="")return void this.insertText(e)}else if(this.isCollapsed()&&a===0&&(f.isSegmented()||f.isToken()||!f.canInsertTextBefore()||!p.canInsertTextBefore()&&f.getPreviousSibling()===null)){let x=f.getPreviousSibling();if(q(x)&&!Zt(x)||(x=ke(),x.setFormat(s),p.canInsertTextBefore()?f.insertBefore(x):p.insertBefore(x)),x.select(),f=x,e!=="")return void this.insertText(e)}else if(f.isSegmented()&&a!==h){const x=ke(f.getTextContent());x.setFormat(s),f.replace(x),f=x}else if(!this.isCollapsed()&&e!==""){const x=m.getParent();if(!p.canInsertTextBefore()||!p.canInsertTextAfter()||F(x)&&(!x.canInsertTextBefore()||!x.canInsertTextAfter()))return this.insertText(""),ta(this.anchor,this.focus,null),void this.insertText(e)}if(d===1){if(f.isToken()){const A=ke(e);return A.select(),void f.replace(A)}const x=f.getFormat(),D=f.getStyle();if(a!==u||x===s&&D===o){if(Dc(f)){const A=ke(e);return A.setFormat(s),A.setStyle(o),A.select(),void f.replace(A)}}else{if(f.getTextContent()!==""){const A=ke(e);if(A.setFormat(s),A.setStyle(o),A.select(),a===0)f.insertBefore(A,!1);else{const[C]=f.splitText(a);C.insertAfter(A,!1)}return void(A.isComposing()&&this.anchor.type==="text"&&(this.anchor.offset-=e.length))}f.setFormat(s),f.setStyle(o)}const y=u-a;f=f.spliceText(a,y,e,!0),f.getTextContent()===""?f.remove():this.anchor.type==="text"&&(f.isComposing()?this.anchor.offset-=e.length:(this.format=x,this.style=D))}else{const x=new Set([...f.getParentKeys(),...m.getParentKeys()]),D=F(f)?f:f.getParentOrThrow();let y=F(m)?m:m.getParentOrThrow(),A=m;if(!D.is(y)&&y.isInline())do A=y,y=y.getParentOrThrow();while(y.isInline());if(l.type==="text"&&(u!==0||m.getTextContent()==="")||l.type==="element"&&m.getIndexWithinParent()<u)if(q(m)&&!m.isToken()&&u!==m.getTextContentSize()){if(m.isSegmented()){const S=ke(m.getTextContent());m.replace(S),m=S}Ge(l.getNode())||l.type!=="text"||(m=m.spliceText(0,u,"")),x.add(m.__key)}else{const S=m.getParentOrThrow();S.canBeEmpty()||S.getChildrenSize()!==1?m.remove():S.remove()}else x.add(m.__key);const C=y.getChildren(),E=new Set(c),v=D.is(y),_=D.isInline()&&f.getNextSibling()===null?D:f;for(let S=C.length-1;S>=0;S--){const T=C[S];if(T.is(f)||F(T)&&T.isParentOf(f))break;T.isAttached()&&(!E.has(T)||T.is(A)?v||_.insertAfter(T,!1):T.remove())}if(!v){let S=y,T=null;for(;S!==null;){const z=S.getChildren(),N=z.length;(N===0||z[N-1].is(T))&&(x.delete(S.__key),T=S),S=S.getParent()}}if(f.isToken())if(a===h)f.select();else{const S=ke(e);S.select(),f.replace(S)}else f=f.spliceText(a,h-a,e,!0),f.getTextContent()===""?f.remove():f.isComposing()&&this.anchor.type==="text"&&(this.anchor.offset-=e.length);for(let S=1;S<d;S++){const T=c[S],z=T.__key;x.has(z)||T.remove()}}}removeText(){if(this.isCollapsed())return;const{anchor:e,focus:t}=this,n=this.getNodes(),s=this.isBackward()?t:e,o=this.isBackward()?e:t;let i=s.getNode(),l=o.getNode();const a=Mr(i,zt),u=Mr(l,zt);q(i)&&i.isToken()&&s.offset<i.getTextContentSize()&&(s.offset=0),o.offset>0&&q(l)&&l.isToken()&&(o.offset=l.getTextContentSize()),n.forEach(d=>{Jr(i,d)||Jr(l,d)||d.getKey()===i.getKey()||d.getKey()===l.getKey()||d.remove()});const c=(d,f)=>{if(d.getTextContent()==="")d.remove();else if(f!==0&&Zt(d)){const h=ke(d.getTextContent());return h.setFormat(d.getFormat()),h.setStyle(d.getStyle()),d.replace(h)}};if(i===l&&q(i)){const d=Math.abs(t.offset-e.offset);return i.spliceText(s.offset,d,"",!0),void c(i,d)}if(q(i)){const d=i.getTextContentSize()-s.offset;i.spliceText(s.offset,d,""),i=c(i,d)||i}q(l)&&(l.spliceText(0,o.offset,""),l=c(l,o.offset)||l),i.isAttached()&&q(i)?i.selectEnd():l.isAttached()&&q(l)&&l.selectStart(),F(a)&&F(u)&&a!==u&&(a.append(...u.getChildren()),u.remove(),o.set(s.key,s.offset,s.type))}formatText(e,t=null){if(this.isCollapsed())return this.toggleFormat(e),void Oe(null);const n=this.getNodes(),s=[];for(const C of n)q(C)&&s.push(C);const o=C=>{n.forEach(E=>{if(Er(E)){const v=E.getFormatFlags(e,C);E.setTextFormat(v)}})},i=s.length;if(i===0)return this.toggleFormat(e),Oe(null),void o(t);const l=this.anchor,a=this.focus,u=this.isBackward(),c=u?a:l,d=u?l:a;let f=0,h=s[0],p=c.type==="element"?0:c.offset;if(c.type==="text"&&p===h.getTextContentSize()&&(f=1,h=s[1],p=0),h==null)return;const m=h.getFormatFlags(e,t);o(m);const x=i-1;let D=s[x];const y=d.type==="text"?d.offset:D.getTextContentSize();if(h.is(D)){if(p===y)return;if(Zt(h)||p===0&&y===h.getTextContentSize())h.setFormat(m);else{const C=h.splitText(p,y),E=p===0?C[0]:C[1];E.setFormat(m),c.type==="text"&&c.set(E.__key,0,"text"),d.type==="text"&&d.set(E.__key,y-p,"text")}return void(this.format=m)}p===0||Zt(h)||([,h]=h.splitText(p),p=0),h.setFormat(m);const A=D.getFormatFlags(e,m);y>0&&(y===D.getTextContentSize()||Zt(D)||([D]=D.splitText(y)),D.setFormat(A));for(let C=f+1;C<x;C++){const E=s[C],v=E.getFormatFlags(e,A);E.setFormat(v)}c.type==="text"&&c.set(h.__key,p,"text"),d.type==="text"&&d.set(D.__key,y,"text"),this.format=m|A}insertNodes(e){if(e.length===0)return;if(this.anchor.key==="root"){this.insertParagraph();const p=K();return M(p)||I(134),p.insertNodes(e)}const t=(this.isBackward()?this.focus:this.anchor).getNode(),n=Mr(t,zt),s=e[e.length-1];if(F(n)&&"__language"in n){if("__language"in e[0])this.insertText(e[0].getTextContent());else{const p=Ls(this);n.splice(p,0,e),s.selectEnd()}return}if(!e.some(p=>(F(p)||de(p))&&!p.isInline())){F(n)||I(211,t.constructor.name,t.getType());const p=Ls(this);return n.splice(p,0,e),void s.selectEnd()}const o=function(p){const m=Ee();let x=null;for(let D=0;D<p.length;D++){const y=p[D],A=nr(y);if(A||de(y)&&y.isInline()||F(y)&&y.isInline()||q(y)||y.isParentRequired()){if(x===null&&(x=y.createParentElementNode(),m.append(x),A))continue;x!==null&&x.append(y)}else m.append(y),x=null}return m}(e),i=o.getLastDescendant(),l=o.getChildren(),a=!F(n)||!n.isEmpty()?this.insertParagraph():null,u=l[l.length-1];let c=l[0];var d;F(d=c)&&zt(d)&&!d.isEmpty()&&F(n)&&(!n.isEmpty()||n.canMergeWhenEmpty())&&(F(n)||I(211,t.constructor.name,t.getType()),n.append(...c.getChildren()),c=l[1]),c&&(n===null&&I(212,t.constructor.name,t.getType()),function(p,m,x){const D=m.getParentOrThrow().getLastChild();let y=m;const A=[m];for(;y!==D;)y.getNextSibling()||I(140),y=y.getNextSibling(),A.push(y);let C=p;for(const E of A)C=C.insertAfter(E)}(n,c));const f=Mr(i,zt);a&&F(f)&&(a.canMergeWhenEmpty()||zt(u))&&(f.append(...a.getChildren()),a.remove()),F(n)&&n.isEmpty()&&n.remove(),i.selectEnd();const h=F(n)?n.getLastChild():null;nr(h)&&f!==n&&h.remove()}insertParagraph(){if(this.anchor.key==="root"){const i=Ee();return xe().splice(this.anchor.offset,0,[i]),i.select(),i}const e=Ls(this),t=Mr(this.anchor.getNode(),zt);F(t)||I(213);const n=t.getChildAtIndex(e),s=n?[n,...n.getNextSiblings()]:[],o=t.insertNewAfter(this,!1);return o?(o.append(...s),o.selectStart(),o):null}insertLineBreak(e){const t=lr();if(this.insertNodes([t]),e){const n=t.getParentOrThrow(),s=t.getIndexWithinParent();n.select(s,s)}}extract(){const e=this.getNodes(),t=e.length,n=t-1,s=this.anchor,o=this.focus;let i=e[0],l=e[n];const[a,u]=Zs(this);if(t===0)return[];if(t===1){if(q(i)&&!this.isCollapsed()){const d=a>u?u:a,f=a>u?a:u,h=i.splitText(d,f),p=d===0?h[0]:h[1];return p!=null?[p]:[]}return[i]}const c=s.isBefore(o);if(q(i)){const d=c?a:u;d===i.getTextContentSize()?e.shift():d!==0&&([,i]=i.splitText(d),e[0]=i)}if(q(l)){const d=l.getTextContent().length,f=c?u:a;f===0?e.pop():f!==d&&([l]=l.splitText(f),e[n]=l)}return e}modify(e,t,n){const s=this.focus,o=this.anchor,i=e==="move",l=nn(s,t);if(de(l)&&!l.isIsolated()){if(i&&l.isKeyboardSelectable()){const h=vo();return h.add(l.__key),void St(h)}const f=t?l.getPreviousSibling():l.getNextSibling();if(q(f)){const h=f.__key,p=t?f.getTextContent().length:0;return s.set(h,p,"text"),void(i&&o.set(h,p,"text"))}{const h=l.getParentOrThrow();let p,m;return F(f)?(m=f.__key,p=t?f.getChildrenSize():0):(p=l.getIndexWithinParent(),m=h.__key,t||p++),s.set(m,p,"element"),void(i&&o.set(m,p,"element"))}}const a=ve(),u=ut(a._window);if(!u)return;const c=a._blockCursorElement,d=a._rootElement;if(d===null||c===null||!F(l)||l.isInline()||l.canBeEmpty()||Ai(c,a,d),function(f,h,p,m){f.modify(h,p,m)}(u,e,t?"backward":"forward",n),u.rangeCount>0){const f=u.getRangeAt(0),h=this.anchor.getNode(),p=Ge(h)?h:lc(h);if(this.applyDOMRange(f),this.dirty=!0,!i){const m=this.getNodes(),x=[];let D=!1;for(let y=0;y<m.length;y++){const A=m[y];Jr(A,p)?x.push(A):D=!0}if(D&&x.length>0)if(t){const y=x[0];F(y)?y.selectStart():y.getParentOrThrow().selectStart()}else{const y=x[x.length-1];F(y)?y.selectEnd():y.getParentOrThrow().selectEnd()}u.anchorNode===f.startContainer&&u.anchorOffset===f.startOffset||function(y){const A=y.focus,C=y.anchor,E=C.key,v=C.offset,_=C.type;qt(C,A.key,A.offset,A.type),qt(A,E,v,_),y._cachedNodes=null}(this)}}}forwardDeletion(e,t,n){if(!n&&(e.type==="element"&&F(t)&&e.offset===t.getChildrenSize()||e.type==="text"&&e.offset===t.getTextContentSize())){const s=t.getParent(),o=t.getNextSibling()||(s===null?null:s.getNextSibling());if(F(o)&&o.isShadowRoot())return!0}return!1}deleteCharacter(e){const t=this.isCollapsed();if(this.isCollapsed()){const n=this.anchor;let s=n.getNode();if(this.forwardDeletion(n,s,e))return;const o=this.focus,i=nn(o,e);if(de(i)&&!i.isIsolated()){if(i.isKeyboardSelectable()&&F(s)&&s.getChildrenSize()===0){s.remove();const l=vo();l.add(i.__key),St(l)}else i.remove(),ve().dispatchCommand(li,void 0);return}if(!e&&F(i)&&F(s)&&s.isEmpty())return s.remove(),void i.selectStart();if(this.modify("extend",e,"character"),this.isCollapsed()){if(e&&n.offset===0&&(n.type==="element"?n.getNode():n.getNode().getParentOrThrow()).collapseAtStart(this))return}else{const l=o.type==="text"?o.getNode():null;if(s=n.type==="text"?n.getNode():null,l!==null&&l.isSegmented()){const a=o.offset,u=l.getTextContentSize();if(l.is(s)||e&&a!==u||!e&&a!==0)return void xo(l,e,a)}else if(s!==null&&s.isSegmented()){const a=n.offset,u=s.getTextContentSize();if(s.is(l)||e&&a!==0||!e&&a!==u)return void xo(s,e,a)}(function(a,u){const c=a.anchor,d=a.focus,f=c.getNode(),h=d.getNode();if(f===h&&c.type==="text"&&d.type==="text"){const p=c.offset,m=d.offset,x=p<m,D=x?p:m,y=x?m:p,A=y-1;D!==A&&(Rl(f.getTextContent().slice(D,y))||(u?d.offset=A:c.offset=A))}})(this,e)}}if(this.removeText(),e&&!t&&this.isCollapsed()&&this.anchor.type==="element"&&this.anchor.offset===0){const n=this.anchor.getNode();n.isEmpty()&&Ge(n.getParent())&&n.getIndexWithinParent()===0&&n.collapseAtStart(this)}}deleteLine(e){if(this.isCollapsed()){const t=this.anchor.type==="element";if(t&&this.insertText(" "),this.modify("extend",e,"lineboundary"),this.isCollapsed()&&this.anchor.offset===0&&this.modify("extend",e,"character"),t){const n=e?this.anchor:this.focus;n.set(n.key,n.offset+1,n.type)}}this.removeText()}deleteWord(e){if(this.isCollapsed()){const t=this.anchor,n=t.getNode();if(this.forwardDeletion(t,n,e))return;this.modify("extend",e,"word")}this.removeText()}isBackward(){return this.focus.isBefore(this.anchor)}getStartEndPoints(){return[this.anchor,this.focus]}}function Ct(r){return r instanceof ds}function yo(r){const e=r.offset;if(r.type==="text")return e;const t=r.getNode();return e===t.getChildrenSize()?t.getTextContent().length:0}function Zs(r){const e=r.getStartEndPoints();if(e===null)return[0,0];const[t,n]=e;return t.type==="element"&&n.type==="element"&&t.key===n.key&&t.offset===n.offset?[0,0]:[yo(t),yo(n)]}function xo(r,e,t){const n=r,s=n.getTextContent().split(/(?=\s)/g),o=s.length;let i=0,l=0;for(let u=0;u<o;u++){const c=u===o-1;if(l=i,i+=s[u].length,e&&i===t||i>t||c){s.splice(u,1),c&&(l=void 0);break}}const a=s.join("").trim();a===""?n.remove():(n.setTextContent(a),n.select(l,l))}function bo(r,e,t,n){let s,o=e;if(r.nodeType===cn){let i=!1;const l=r.childNodes,a=l.length,u=n._blockCursorElement;o===a&&(i=!0,o=a-1);let c=l[o],d=!1;if(c===u)c=l[o+1],d=!0;else if(u!==null){const f=u.parentNode;r===f&&e>Array.prototype.indexOf.call(f.children,u)&&o--}if(s=br(c),q(s))o=Zi(s,i);else{let f=br(r);if(f===null)return null;if(F(f)){const h=n.getElementByKey(f.getKey());h===null&&I(214),[f,o]=f.getDOMSlot(h).resolveChildIndex(f,h,r,e),F(f)||I(215),i&&o>=f.getChildrenSize()&&(o=Math.max(0,f.getChildrenSize()-1));let m=f.getChildAtIndex(o);if(F(m)&&function(x,D,y){const A=x.getParent();return y===null||A===null||!A.canBeEmpty()||A!==y.getNode()}(m,0,t)){const x=i?m.getLastDescendant():m.getFirstDescendant();x===null?f=m:(m=x,f=F(m)?m:m.getParentOrThrow()),o=0}q(m)?(s=m,f=null,o=Zi(m,i)):m!==f&&i&&!d&&(F(f)||I(216),o=Math.min(f.getChildrenSize(),o+1))}else{const h=f.getIndexWithinParent();o=e===0&&de(f)&&br(r)===f?h:h+1,f=f.getParentOrThrow()}if(F(f))return Et(f.__key,o,"element")}}else s=br(r);return q(s)?Et(s.__key,o,"text"):null}function _o(r,e,t){const n=r.offset,s=r.getNode();if(n===0){const o=s.getPreviousSibling(),i=s.getParent();if(e){if((t||!e)&&o===null&&F(i)&&i.isInline()){const l=i.getPreviousSibling();q(l)&&(r.key=l.__key,r.offset=l.getTextContent().length)}}else F(o)&&!t&&o.isInline()?(r.key=o.__key,r.offset=o.getChildrenSize(),r.type="element"):q(o)&&(r.key=o.__key,r.offset=o.getTextContent().length)}else if(n===s.getTextContent().length){const o=s.getNextSibling(),i=s.getParent();if(e&&F(o)&&o.isInline())r.key=o.__key,r.offset=0,r.type="element";else if((t||e)&&o===null&&F(i)&&i.isInline()&&!i.canInsertTextAfter()){const l=i.getNextSibling();q(l)&&(r.key=l.__key,r.offset=0)}}}function ta(r,e,t){if(r.type==="text"&&e.type==="text"){const n=r.isBefore(e),s=r.is(e);_o(r,n,s),_o(e,!n,s),s&&(e.key=r.key,e.offset=r.offset,e.type=r.type);const o=ve();if(o.isComposing()&&o._compositionKey!==r.key&&M(t)){const i=t.anchor,l=t.focus;qt(r,i.key,i.offset,i.type),qt(e,l.key,l.offset,l.type)}}}function ra(r,e,t,n,s,o){if(r===null||t===null||!dn(s,r,t))return null;const i=bo(r,e,M(o)?o.anchor:null,s);if(i===null)return null;const l=bo(t,n,M(o)?o.focus:null,s);if(l===null)return null;if(i.type==="element"&&l.type==="element"){const a=br(r),u=br(t);if(de(a)&&de(u))return null}return ta(i,l,o),[i,l]}function ei(r){return F(r)&&!r.isInline()}function na(r,e,t,n,s,o){const i=Pt(),l=new Jt(Et(r,e,s),Et(t,n,o),0,"");return l.dirty=!0,i._selection=l,l}function Ac(){const r=Et("root",0,"element"),e=Et("root",0,"element");return new Jt(r,e,0,"")}function vo(){return new ds(new Set)}function Bi(r,e,t,n){const s=t._window;if(s===null)return null;const o=n||s.event,i=o?o.type:void 0,l=i==="selectionchange",a=!Is&&(l||i==="beforeinput"||i==="compositionstart"||i==="compositionend"||i==="click"&&o&&o.detail===3||i==="drop"||i===void 0);let u,c,d,f;if(M(r)&&!a)return r.clone();if(e===null)return null;if(u=e.anchorNode,c=e.focusNode,d=e.anchorOffset,f=e.focusOffset,l&&M(r)&&!dn(t,u,c))return r.clone();const h=ra(u,d,c,f,t,r);if(h===null)return null;const[p,m]=h;return new Jt(p,m,M(r)?r.format:0,M(r)?r.style:"")}function K(){return Pt()._selection}function mn(){return ve()._editorState._selection}function Jn(r,e,t,n=1){const s=r.anchor,o=r.focus,i=s.getNode(),l=o.getNode();if(!e.is(i)&&!e.is(l))return;const a=e.__key;if(r.isCollapsed()){const u=s.offset;if(t<=u&&n>0||t<u&&n<0){const c=Math.max(0,u+n);s.set(a,c,"element"),o.set(a,c,"element"),Co(r)}}else{const u=r.isBackward(),c=u?o:s,d=c.getNode(),f=u?s:o,h=f.getNode();if(e.is(d)){const p=c.offset;(t<=p&&n>0||t<p&&n<0)&&c.set(a,Math.max(0,p+n),"element")}if(e.is(h)){const p=f.offset;(t<=p&&n>0||t<p&&n<0)&&f.set(a,Math.max(0,p+n),"element")}}Co(r)}function Co(r){const e=r.anchor,t=e.offset,n=r.focus,s=n.offset,o=e.getNode(),i=n.getNode();if(r.isCollapsed()){if(!F(o))return;const l=o.getChildrenSize(),a=t>=l,u=a?o.getChildAtIndex(l-1):o.getChildAtIndex(t);if(q(u)){let c=0;a&&(c=u.getTextContentSize()),e.set(u.__key,c,"text"),n.set(u.__key,c,"text")}}else{if(F(o)){const l=o.getChildrenSize(),a=t>=l,u=a?o.getChildAtIndex(l-1):o.getChildAtIndex(t);if(q(u)){let c=0;a&&(c=u.getTextContentSize()),e.set(u.__key,c,"text")}}if(F(i)){const l=i.getChildrenSize(),a=s>=l,u=a?i.getChildAtIndex(l-1):i.getChildAtIndex(s);if(q(u)){let c=0;a&&(c=u.getTextContentSize()),n.set(u.__key,c,"text")}}}}function Qn(r,e,t,n,s){let o=null,i=0,l=null;n!==null?(o=n.__key,q(n)?(i=n.getTextContentSize(),l="text"):F(n)&&(i=n.getChildrenSize(),l="element")):s!==null&&(o=s.__key,q(s)?l="text":F(s)&&(l="element")),o!==null&&l!==null?r.set(o,i,l):(i=e.getIndexWithinParent(),i===-1&&(i=t.getChildrenSize()),r.set(t.__key,i,"element"))}function wo(r,e,t,n,s){r.type==="text"?(r.key=t,e||(r.offset+=s)):r.offset>n.getIndexWithinParent()&&(r.offset-=1)}function Ec(r,e,t,n,s,o,i){const l=n.anchorNode,a=n.focusNode,u=n.anchorOffset,c=n.focusOffset,d=document.activeElement;if(s.has("collaboration")&&d!==o||d!==null&&_i(d))return;if(!M(e))return void(r!==null&&dn(t,l,a)&&n.removeAllRanges());const f=e.anchor,h=e.focus,p=f.key,m=h.key,x=Un(t,p),D=Un(t,m),y=f.offset,A=h.offset,C=e.format,E=e.style,v=e.isCollapsed();let _=x,S=D,T=!1;if(f.type==="text"){_=In(x);const R=f.getNode();T=R.getFormat()!==C||R.getStyle()!==E}else M(r)&&r.anchor.type==="text"&&(T=!0);var z,N,L,P,j;if(h.type==="text"&&(S=In(D)),_!==null&&S!==null&&(v&&(r===null||T||M(r)&&(r.format!==C||r.style!==E))&&(z=C,N=E,L=y,P=p,j=performance.now(),Hl=[z,N,L,P,j]),u!==y||c!==A||l!==_||a!==S||n.type==="Range"&&v||(d!==null&&o.contains(d)||o.focus({preventScroll:!0}),f.type==="element"))){try{n.setBaseAndExtent(_,y,S,A)}catch{}if(!s.has("skip-scroll-into-view")&&e.isCollapsed()&&o!==null&&o===document.activeElement){const R=e instanceof Jt&&e.anchor.type==="element"?_.childNodes[y]||null:n.rangeCount>0?n.getRangeAt(0):null;if(R!==null){let X;if(R instanceof Text){const ge=document.createRange();ge.selectNode(R),X=ge.getBoundingClientRect()}else X=R.getBoundingClientRect();(function(ge,ie,De){const Ce=De.ownerDocument,Ie=Ce.defaultView;if(Ie===null)return;let{top:ze,bottom:Me}=ie,Ve=0,be=0,he=De;for(;he!==null;){const Le=he===Ce.body;if(Le)Ve=0,be=as(ge).innerHeight;else{const me=he.getBoundingClientRect();Ve=me.top,be=me.bottom}let je=0;if(ze<Ve?je=-(Ve-ze):Me>be&&(je=Me-be),je!==0)if(Le)Ie.scrollBy(0,je);else{const me=he.scrollTop;he.scrollTop+=je;const He=he.scrollTop-me;ze-=He,Me-=He}if(Le)break;he=fn(he)}})(t,X,o)}}Qs=!0}}function sa(r){let e=K()||mn();e===null&&(e=xe().selectEnd()),e.insertNodes(r)}function Ls(r){let e=r;r.isCollapsed()||e.removeText();const t=K();M(t)&&(e=t),M(e)||I(161);const n=e.anchor;let s=n.getNode(),o=n.offset;for(;!zt(s);)[s,o]=kc(s,o);return o}function kc(r,e){const t=r.getParent();if(!t){const s=Ee();return xe().append(s),s.select(),[xe(),0]}if(q(r)){const s=r.splitText(e);if(s.length===0)return[t,r.getIndexWithinParent()];const o=e===0?0:1;return[t,s[0].getIndexWithinParent()+o]}if(!F(r)||e===0)return[t,r.getIndexWithinParent()];const n=r.getChildAtIndex(e);if(n){const s=new Jt(Et(r.__key,e,"element"),Et(r.__key,e,"element"),0,""),o=r.insertNewAfter(s);o&&o.append(n,...n.getNextSiblings())}return[t,r.getIndexWithinParent()+1]}let Ne=null,Fe=null,Ze=!1,js=!1,Fn=0;const Do={characterData:!0,childList:!0,subtree:!0};function yn(){return Ze||Ne!==null&&Ne._readOnly}function Xe(){Ze&&I(13)}function ia(){Fn>99&&I(14)}function Pt(){return Ne===null&&I(195,oa()),Ne}function ve(){return Fe===null&&I(196,oa()),Fe}function oa(){let r=0;const e=new Set,t=hs.version;if(typeof window<"u")for(const s of document.querySelectorAll("[contenteditable]")){const o=is(s);if(vi(o))r++;else if(o){let i=String(o.constructor.version||"<0.17.1");i===t&&(i+=" (separately built, likely a bundler configuration issue)"),e.add(i)}}let n=` Detected on the page: ${r} compatible editor(s) with version ${t}`;return e.size&&(n+=` and incompatible editors with versions ${Array.from(e).join(", ")}`),n}function Tc(){return Fe}function So(r,e,t){const n=e.__type,s=function(l,a){const u=l._nodes.get(a);return u===void 0&&I(30,a),u}(r,n);let o=t.get(n);o===void 0&&(o=Array.from(s.transforms),t.set(n,o));const i=o.length;for(let l=0;l<i&&(o[l](e),e.isAttached());l++);}function Ao(r,e){return r!==void 0&&r.__key!==e&&r.isAttached()}function la(r,e){if(!e)return;const t=r._updateTags;let n=e;Array.isArray(e)||(n=[e]);for(const s of n)t.add(s)}function Bc(r){return Ni(r,ve()._nodes)}function Ni(r,e){const t=r.type,n=e.get(t);n===void 0&&I(17,t);const s=n.klass;r.type!==s.getType()&&I(18,s.name);const o=s.importJSON(r),i=r.children;if(F(o)&&Array.isArray(i))for(let l=0;l<i.length;l++){const a=Ni(i[l],e);o.append(a)}return o}function Eo(r,e,t){const n=Ne,s=Ze,o=Fe;Ne=e,Ze=!0,Fe=r;try{return t()}finally{Ne=n,Ze=s,Fe=o}}function Wt(r,e){const t=r._pendingEditorState,n=r._rootElement,s=r._headless||n===null;if(t===null)return;const o=r._editorState,i=o._selection,l=t._selection,a=r._dirtyType!==sr,u=Ne,c=Ze,d=Fe,f=r._updating,h=r._observer;let p=null;if(r._pendingEditorState=null,r._editorState=t,!s&&a&&h!==null){Fe=r,Ne=t,Ze=!1,r._updating=!0;try{const v=r._dirtyType,_=r._dirtyElements,S=r._dirtyLeaves;h.disconnect(),p=mc(o,t,r,v,_,S)}catch(v){if(v instanceof Error&&r._onError(v),js)throw v;return fa(r,null,n,t),kl(r),r._dirtyType=Sr,js=!0,Wt(r,o),void(js=!1)}finally{h.observe(n,Do),r._updating=f,Ne=u,Ze=c,Fe=d}}t._readOnly||(t._readOnly=!0);const m=r._dirtyLeaves,x=r._dirtyElements,D=r._normalizedNodes,y=r._updateTags,A=r._deferred;a&&(r._dirtyType=sr,r._cloneNotNeeded.clear(),r._dirtyLeaves=new Set,r._dirtyElements=new Map,r._normalizedNodes=new Set,r._updateTags=new Set),function(v,_){const S=v._decorators;let T=v._pendingDecorators||S;const z=_._nodeMap;let N;for(N in T)z.has(N)||(T===S&&(T=Ll(v)),delete T[N])}(r,t);const C=s?null:ut(r._window);if(r._editable&&C!==null&&(a||l===null||l.dirty)){Fe=r,Ne=t;try{if(h!==null&&h.disconnect(),a||l===null||l.dirty){const v=r._blockCursorElement;v!==null&&Ai(v,r,n),Ec(i,l,r,C,y,n)}ac(r,n,l),h!==null&&h.observe(n,Do)}finally{Fe=d,Ne=u}}p!==null&&function(v,_,S,T,z){const N=Array.from(v._listeners.mutation),L=N.length;for(let P=0;P<L;P++){const[j,R]=N[P],X=_.get(R);X!==void 0&&j(X,{dirtyLeaves:T,prevEditorState:z,updateTags:S})}}(r,p,y,m,o),M(l)||l===null||i!==null&&i.is(l)||r.dispatchCommand(li,void 0);const E=r._pendingDecorators;E!==null&&(r._decorators=E,r._pendingDecorators=null,Xr("decorator",r,!0,E)),function(v,_,S){const T=Xi(_),z=Xi(S);T!==z&&Xr("textcontent",v,!0,z)}(r,e||o,t),Xr("update",r,!0,{dirtyElements:x,dirtyLeaves:m,editorState:t,normalizedNodes:D,prevEditorState:e||o,tags:y}),function(v,_){if(v._deferred=[],_.length!==0){const S=v._updating;v._updating=!0;try{for(let T=0;T<_.length;T++)_[T]()}finally{v._updating=S}}}(r,A),function(v){const _=v._updates;if(_.length!==0){const S=_.shift();if(S){const[T,z]=S;ua(v,T,z)}}}(r)}function Xr(r,e,t,...n){const s=e._updating;e._updating=t;try{const o=Array.from(e._listeners[r]);for(let i=0;i<o.length;i++)o[i].apply(null,n)}finally{e._updating=s}}function aa(r,e,t){if(r._updating===!1||Fe!==r){let s=!1;return r.update(()=>{s=aa(r,e,t)}),s}const n=Ci(r);for(let s=4;s>=0;s--)for(let o=0;o<n.length;o++){const i=n[o]._commands.get(e);if(i!==void 0){const l=i[s];if(l!==void 0){const a=Array.from(l),u=a.length;for(let c=0;c<u;c++)if(a[c](t,r)===!0)return!0}}}return!1}function ko(r,e){const t=r._updates;let n=e||!1;for(;t.length!==0;){const s=t.shift();if(s){const[o,i]=s;let l;if(i!==void 0){if(l=i.onUpdate,i.skipTransforms&&(n=!0),i.discrete){const a=r._pendingEditorState;a===null&&I(191),a._flushSync=!0}l&&r._deferred.push(l),la(r,i.tag)}o()}}return n}function ua(r,e,t){const n=r._updateTags;let s,o=!1,i=!1;t!==void 0&&(s=t.onUpdate,la(r,t.tag),o=t.skipTransforms||!1,i=t.discrete||!1),s&&r._deferred.push(s);const l=r._editorState;let a=r._pendingEditorState,u=!1;(a===null||a._readOnly)&&(a=r._pendingEditorState=ca(a||l),u=!0),a._flushSync=i;const c=Ne,d=Ze,f=Fe,h=r._updating;Ne=a,Ze=!1,r._updating=!0,Fe=r;try{u&&(r._headless?l._selection!==null&&(a._selection=l._selection.clone()):a._selection=function(D){const y=D.getEditorState()._selection,A=ut(D._window);return M(y)||y==null?Bi(y,A,D,null):y.clone()}(r));const m=r._compositionKey;e(),o=ko(r,o),function(D,y){const A=y.getEditorState()._selection,C=D._selection;if(M(C)){const E=C.anchor,v=C.focus;let _;if(E.type==="text"&&(_=E.getNode(),_.selectionTransform(A,C)),v.type==="text"){const S=v.getNode();_!==S&&S.selectionTransform(A,C)}}}(a,r),r._dirtyType!==sr&&(o?function(D,y){const A=y._dirtyLeaves,C=D._nodeMap;for(const E of A){const v=C.get(E);q(v)&&v.isAttached()&&v.isSimpleText()&&!v.isUnmergeable()&&Qi(v)}}(a,r):function(D,y){const A=y._dirtyLeaves,C=y._dirtyElements,E=D._nodeMap,v=Ut(),_=new Map;let S=A,T=S.size,z=C,N=z.size;for(;T>0||N>0;){if(T>0){y._dirtyLeaves=new Set;for(const L of S){const P=E.get(L);q(P)&&P.isAttached()&&P.isSimpleText()&&!P.isUnmergeable()&&Qi(P),P!==void 0&&Ao(P,v)&&So(y,P,_),A.add(L)}if(S=y._dirtyLeaves,T=S.size,T>0){Fn++;continue}}y._dirtyLeaves=new Set,y._dirtyElements=new Map;for(const L of z){const P=L[0],j=L[1];if(P!=="root"&&!j)continue;const R=E.get(P);R!==void 0&&Ao(R,v)&&So(y,R,_),C.set(P,j)}S=y._dirtyLeaves,T=S.size,z=y._dirtyElements,N=z.size,Fn++}y._dirtyLeaves=A,y._dirtyElements=C}(a,r),ko(r),function(D,y,A,C){const E=D._nodeMap,v=y._nodeMap,_=[];for(const[S]of C){const T=v.get(S);T!==void 0&&(T.isAttached()||(F(T)&&$l(T,S,E,v,_,C),E.has(S)||C.delete(S),_.push(S)))}for(const S of _)v.delete(S);for(const S of A){const T=v.get(S);T===void 0||T.isAttached()||(E.has(S)||A.delete(S),v.delete(S))}}(l,a,r._dirtyLeaves,r._dirtyElements)),m!==r._compositionKey&&(a._flushSync=!0);const x=a._selection;if(M(x)){const D=a._nodeMap,y=x.anchor.key,A=x.focus.key;D.get(y)!==void 0&&D.get(A)!==void 0||I(19)}else Ct(x)&&x._nodes.size===0&&(a._selection=null)}catch(m){return m instanceof Error&&r._onError(m),r._pendingEditorState=l,r._dirtyType=Sr,r._cloneNotNeeded.clear(),r._dirtyLeaves=new Set,r._dirtyElements.clear(),void Wt(r)}finally{Ne=c,Ze=d,Fe=f,r._updating=h,Fn=0}r._dirtyType!==sr||function(m,x){const D=x.getEditorState()._selection,y=m._selection;if(y!==null){if(y.dirty||!y.is(D))return!0}else if(D!==null)return!0;return!1}(a,r)?a._flushSync?(a._flushSync=!1,Wt(r)):u&&rc(()=>{Wt(r)}):(a._flushSync=!1,u&&(n.clear(),r._deferred=[],r._pendingEditorState=null))}function nt(r,e,t){r._updating?r._updates.push([e,t]):ua(r,e,t)}class Zr{constructor(e,t,n){this.element=e,this.before=t||null,this.after=n||null}withBefore(e){return new Zr(this.element,e,this.after)}withAfter(e){return new Zr(this.element,this.before,e)}withElement(e){return new Zr(e,this.before,this.after)}insertChild(e){const t=this.before||this.getManagedLineBreak();return t!==null&&t.parentElement!==this.element&&I(222),this.element.insertBefore(e,t),this}removeChild(e){return e.parentElement!==this.element&&I(223),this.element.removeChild(e),this}replaceChild(e,t){return t.parentElement!==this.element&&I(224),this.element.replaceChild(e,t),this}getFirstChild(){const e=this.after?this.after.nextSibling:this.element.firstChild;return e===this.before||e===this.getManagedLineBreak()?null:e}getManagedLineBreak(){return this.element.__lexicalLineBreak||null}setManagedLineBreak(e){if(e===null)this.removeManagedLineBreak();else{const t=e==="decorator"&&(un||ns);this.insertManagedLineBreak(t)}}removeManagedLineBreak(){const e=this.getManagedLineBreak();if(e){const t=this.element,n=e.nodeName==="IMG"?e.nextSibling:null;n&&t.removeChild(n),t.removeChild(e),t.__lexicalLineBreak=void 0}}insertManagedLineBreak(e){const t=this.getManagedLineBreak();if(t){if(e===(t.nodeName==="IMG"))return;this.removeManagedLineBreak()}const n=this.element,s=this.before,o=document.createElement("br");if(n.insertBefore(o,s),e){const i=document.createElement("img");i.setAttribute("data-lexical-linebreak","true"),i.style.cssText="display: inline !important; border: 0px !important; margin: 0px !important;",i.alt="",n.insertBefore(i,o),n.__lexicalLineBreak=i}else n.__lexicalLineBreak=o}getFirstChildOffset(){let e=0;for(let t=this.after;t!==null;t=t.previousSibling)e++;return e}resolveChildIndex(e,t,n,s){if(n===this.element){const a=this.getFirstChildOffset();return[e,Math.min(a+e.getChildrenSize(),Math.max(a,s))]}const o=To(t,n);o.push(s);const i=To(t,this.element);let l=e.getIndexWithinParent();for(let a=0;a<i.length;a++){const u=o[a],c=i[a];if(u===void 0||u<c)break;if(u>c){l+=1;break}}return[e.getParentOrThrow(),l]}}function To(r,e){const t=[];let n=e;for(;n!==r&&n!==null;n=e.parentNode){let s=0;for(let o=n.previousSibling;o!==null;o=n.previousSibling)s++;t.push(s)}return n!==r&&I(225),t.reverse()}class Ot extends cs{constructor(e){super(e),this.__first=null,this.__last=null,this.__size=0,this.__format=0,this.__style="",this.__indent=0,this.__dir=null}afterCloneFrom(e){super.afterCloneFrom(e),this.__first=e.__first,this.__last=e.__last,this.__size=e.__size,this.__indent=e.__indent,this.__format=e.__format,this.__style=e.__style,this.__dir=e.__dir}getFormat(){return this.getLatest().__format}getFormatType(){const e=this.getFormat();return Ku[e]||""}getStyle(){return this.getLatest().__style}getIndent(){return this.getLatest().__indent}getChildren(){const e=[];let t=this.getFirstChild();for(;t!==null;)e.push(t),t=t.getNextSibling();return e}getChildrenKeys(){const e=[];let t=this.getFirstChild();for(;t!==null;)e.push(t.__key),t=t.getNextSibling();return e}getChildrenSize(){return this.getLatest().__size}isEmpty(){return this.getChildrenSize()===0}isDirty(){const e=ve()._dirtyElements;return e!==null&&e.has(this.__key)}isLastChild(){const e=this.getLatest(),t=this.getParentOrThrow().getLastChild();return t!==null&&t.is(e)}getAllTextNodes(){const e=[];let t=this.getFirstChild();for(;t!==null;){if(q(t)&&e.push(t),F(t)){const n=t.getAllTextNodes();e.push(...n)}t=t.getNextSibling()}return e}getFirstDescendant(){let e=this.getFirstChild();for(;F(e);){const t=e.getFirstChild();if(t===null)break;e=t}return e}getLastDescendant(){let e=this.getLastChild();for(;F(e);){const t=e.getLastChild();if(t===null)break;e=t}return e}getDescendantByIndex(e){const t=this.getChildren(),n=t.length;if(e>=n){const o=t[n-1];return F(o)&&o.getLastDescendant()||o||null}const s=t[e];return F(s)&&s.getFirstDescendant()||s||null}getFirstChild(){const e=this.getLatest().__first;return e===null?null:$e(e)}getFirstChildOrThrow(){const e=this.getFirstChild();return e===null&&I(45,this.__key),e}getLastChild(){const e=this.getLatest().__last;return e===null?null:$e(e)}getLastChildOrThrow(){const e=this.getLastChild();return e===null&&I(96,this.__key),e}getChildAtIndex(e){const t=this.getChildrenSize();let n,s;if(e<t/2){for(n=this.getFirstChild(),s=0;n!==null&&s<=e;){if(s===e)return n;n=n.getNextSibling(),s++}return null}for(n=this.getLastChild(),s=t-1;n!==null&&s>=e;){if(s===e)return n;n=n.getPreviousSibling(),s--}return null}getTextContent(){let e="";const t=this.getChildren(),n=t.length;for(let s=0;s<n;s++){const o=t[s];e+=o.getTextContent(),F(o)&&s!==n-1&&!o.isInline()&&(e+=jt)}return e}getTextContentSize(){let e=0;const t=this.getChildren(),n=t.length;for(let s=0;s<n;s++){const o=t[s];e+=o.getTextContentSize(),F(o)&&s!==n-1&&!o.isInline()&&(e+=jt.length)}return e}getDirection(){return this.getLatest().__dir}hasFormat(e){if(e!==""){const t=Vi[e];return!!(this.getFormat()&t)}return!1}select(e,t){Xe();const n=K();let s=e,o=t;const i=this.getChildrenSize();if(!this.canBeEmpty()){if(e===0&&t===0){const a=this.getFirstChild();if(q(a)||F(a))return a.select(0,0)}else if(!(e!==void 0&&e!==i||t!==void 0&&t!==i)){const a=this.getLastChild();if(q(a)||F(a))return a.select()}}s===void 0&&(s=i),o===void 0&&(o=i);const l=this.__key;return M(n)?(n.anchor.set(l,s,"element"),n.focus.set(l,o,"element"),n.dirty=!0,n):na(l,s,l,o,"element","element")}selectStart(){const e=this.getFirstDescendant();return e?e.selectStart():this.select()}selectEnd(){const e=this.getLastDescendant();return e?e.selectEnd():this.select()}clear(){const e=this.getWritable();return this.getChildren().forEach(t=>t.remove()),e}append(...e){return this.splice(this.getChildrenSize(),0,e)}setDirection(e){const t=this.getWritable();return t.__dir=e,t}setFormat(e){return this.getWritable().__format=e!==""?Vi[e]:0,this}setStyle(e){return this.getWritable().__style=e||"",this}setIndent(e){return this.getWritable().__indent=e,this}splice(e,t,n){const s=n.length,o=this.getChildrenSize(),i=this.getWritable();e+t<=o||I(226,String(e),String(t),String(o));const l=i.__key,a=[],u=[],c=this.getChildAtIndex(e+t);let d=null,f=o-t+s;if(e!==0)if(e===o)d=this.getLastChild();else{const p=this.getChildAtIndex(e);p!==null&&(d=p.getPreviousSibling())}if(t>0){let p=d===null?this.getFirstChild():d.getNextSibling();for(let m=0;m<t;m++){p===null&&I(100);const x=p.getNextSibling(),D=p.__key;rr(p.getWritable()),u.push(D),p=x}}let h=d;for(let p=0;p<s;p++){const m=n[p];h!==null&&m.is(h)&&(d=h=h.getPreviousSibling());const x=m.getWritable();x.__parent===l&&f--,rr(x);const D=m.__key;if(h===null)i.__first=D,x.__prev=null;else{const y=h.getWritable();y.__next=D,x.__prev=y.__key}m.__key===l&&I(76),x.__parent=l,a.push(D),h=m}if(e+t===o)h!==null&&(h.getWritable().__next=null,i.__last=h.__key);else if(c!==null){const p=c.getWritable();if(h!==null){const m=h.getWritable();p.__prev=h.__key,m.__next=c.__key}else p.__prev=null}if(i.__size=f,u.length){const p=K();if(M(p)){const m=new Set(u),x=new Set(a),{anchor:D,focus:y}=p;Bo(D,m,x)&&Qn(D,D.getNode(),this,d,c),Bo(y,m,x)&&Qn(y,y.getNode(),this,d,c),f!==0||this.canBeEmpty()||At(this)||this.remove()}}return i}getDOMSlot(e){return new Zr(e)}exportDOM(e){const{element:t}=super.exportDOM(e);if(t&&Rt(t)){const n=this.getIndent();n>0&&(t.style.paddingInlineStart=40*n+"px")}return{element:t}}exportJSON(){return{children:[],direction:this.getDirection(),format:this.getFormatType(),indent:this.getIndent(),type:"element",version:1}}insertNewAfter(e,t){return null}canIndent(){return!0}collapseAtStart(e){return!1}excludeFromCopy(e){return!1}canReplaceWith(e){return!0}canInsertAfter(e){return!0}canBeEmpty(){return!0}canInsertTextBefore(){return!0}canInsertTextAfter(){return!0}isInline(){return!1}isShadowRoot(){return!1}canMergeWith(e){return!1}extractWithChild(e,t,n){return!1}canMergeWhenEmpty(){return!1}reconcileObservedMutation(e,t){const n=this.getDOMSlot(e);let s=n.getFirstChild();for(let o=this.getFirstChild();o;o=o.getNextSibling()){const i=t.getElementByKey(o.getKey());i!==null&&(s==null?(n.insertChild(i),s=i):s!==i&&n.replaceChild(i,s),s=s.nextSibling)}}}function F(r){return r instanceof Ot}function Bo(r,e,t){let n=r.getNode();for(;n;){const s=n.__key;if(e.has(s)&&!t.has(s))return!0;n=n.getParent()}return!1}class Nc extends cs{constructor(e){super(e)}decorate(e,t){I(47)}isIsolated(){return!1}isInline(){return!0}isKeyboardSelectable(){return!0}}function de(r){return r instanceof Nc}class xn extends Ot{static getType(){return"root"}static clone(){return new xn}constructor(){super("root"),this.__cachedText=null}getTopLevelElementOrThrow(){I(51)}getTextContent(){const e=this.__cachedText;return!yn()&&ve()._dirtyType!==sr||e===null?super.getTextContent():e}remove(){I(52)}replace(e){I(53)}insertBefore(e){I(54)}insertAfter(e){I(55)}updateDOM(e,t){return!1}append(...e){for(let t=0;t<e.length;t++){const n=e[t];F(n)||de(n)||I(56)}return super.append(...e)}static importJSON(e){const t=xe();return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}exportJSON(){return{children:[],direction:this.getDirection(),format:this.getFormatType(),indent:this.getIndent(),type:"root",version:1}}collapseAtStart(){return!0}}function Ge(r){return r instanceof xn}function ca(r){return new fs(new Map(r._nodeMap))}function Fi(){return new fs(new Map([["root",new xn]]))}function da(r){const e=r.exportJSON(),t=r.constructor;if(e.type!==t.getType()&&I(130,t.name),F(r)){const n=e.children;Array.isArray(n)||I(59,t.name);const s=r.getChildren();for(let o=0;o<s.length;o++){const i=da(s[o]);n.push(i)}}return e}class fs{constructor(e,t){this._nodeMap=e,this._selection=t||null,this._flushSync=!1,this._readOnly=!1}isEmpty(){return this._nodeMap.size===1&&this._selection===null}read(e,t){return Eo(t&&t.editor||null,this,e)}clone(e){const t=new fs(this._nodeMap,e===void 0?this._selection:e);return t._readOnly=!0,t}toJSON(){return Eo(null,this,()=>({root:da(xe())}))}}class Li extends Ot{static getType(){return"artificial"}createDOM(e){return document.createElement("div")}}class Tr extends Ot{constructor(e){super(e),this.__textFormat=0,this.__textStyle=""}static getType(){return"paragraph"}getTextFormat(){return this.getLatest().__textFormat}setTextFormat(e){const t=this.getWritable();return t.__textFormat=e,t}hasTextFormat(e){const t=ir[e];return!!(this.getTextFormat()&t)}getFormatFlags(e,t){return zn(this.getLatest().__textFormat,e,t)}getTextStyle(){return this.getLatest().__textStyle}setTextStyle(e){const t=this.getWritable();return t.__textStyle=e,t}static clone(e){return new Tr(e.__key)}afterCloneFrom(e){super.afterCloneFrom(e),this.__textFormat=e.__textFormat,this.__textStyle=e.__textStyle}createDOM(e){const t=document.createElement("p"),n=Hr(e.theme,"paragraph");return n!==void 0&&t.classList.add(...n),t}updateDOM(e,t,n){return!1}static importDOM(){return{p:e=>({conversion:Fc,priority:0})}}exportDOM(e){const{element:t}=super.exportDOM(e);if(t&&Rt(t)){this.isEmpty()&&t.append(document.createElement("br"));const n=this.getFormatType();t.style.textAlign=n;const s=this.getDirection();s&&(t.dir=s)}return{element:t}}static importJSON(e){const t=Ee();return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t.setTextFormat(e.textFormat),t}exportJSON(){return{...super.exportJSON(),textFormat:this.getTextFormat(),textStyle:this.getTextStyle(),type:"paragraph",version:1}}insertNewAfter(e,t){const n=Ee();n.setTextFormat(e.format),n.setTextStyle(e.style);const s=this.getDirection();return n.setDirection(s),n.setFormat(this.getFormatType()),n.setStyle(this.getTextStyle()),this.insertAfter(n,t),n}collapseAtStart(){const e=this.getChildren();if(e.length===0||q(e[0])&&e[0].getTextContent().trim()===""){if(this.getNextSibling()!==null)return this.selectNext(),this.remove(),!0;if(this.getPreviousSibling()!==null)return this.selectPrevious(),this.remove(),!0}return!1}}function Fc(r){const e=Ee();return r.style&&(e.setFormat(r.style.textAlign),ki(r,e)),{node:e}}function Ee(){return kt(new Tr)}function Er(r){return r instanceof Tr}const ae=0,_r=1,Lc=4;function fa(r,e,t,n){const s=r._keyToDOMMap;s.clear(),r._editorState=Fi(),r._pendingEditorState=n,r._compositionKey=null,r._dirtyType=sr,r._cloneNotNeeded.clear(),r._dirtyLeaves=new Set,r._dirtyElements.clear(),r._normalizedNodes=new Set,r._updateTags=new Set,r._updates=[],r._blockCursorElement=null;const o=r._observer;o!==null&&(o.disconnect(),r._observer=null),e!==null&&(e.textContent=""),t!==null&&(t.textContent="",s.set("root",t))}function jc(r){const e=r||{},t=Tc(),n=e.theme||{},s=r===void 0?t:e.parentEditor||null,o=e.disableEvents||!1,i=Fi(),l=e.namespace||(s!==null?s._config.namespace:Pl()),a=e.editorState,u=[xn,kr,hn,pn,Tr,Li,...e.nodes||[]],{onError:c,html:d}=e,f=e.editable===void 0||e.editable;let h;if(r===void 0&&t!==null)h=t._nodes;else{h=new Map;for(let m=0;m<u.length;m++){let x=u[m],D=null,y=null;if(typeof x!="function"){const v=x;x=v.replace,D=v.with,y=v.withKlass||null}const A=x.getType(),C=x.transform(),E=new Set;C!==null&&E.add(C),h.set(A,{exportDOM:d&&d.export?d.export.get(x):void 0,klass:x,replace:D,replaceWithKlass:y,transforms:E})}}const p=new hs(i,s,h,{disableEvents:o,namespace:l,theme:n},c||console.error,function(m,x){const D=new Map,y=new Set,A=C=>{Object.keys(C).forEach(E=>{let v=D.get(E);v===void 0&&(v=[],D.set(E,v)),v.push(C[E])})};return m.forEach(C=>{const E=C.klass.importDOM;if(E==null||y.has(E))return;y.add(E);const v=E.call(C.klass);v!==null&&A(v)}),x&&A(x),D}(h,d?d.import:void 0),f);return a!==void 0&&(p._pendingEditorState=a,p._dirtyType=Sr),p}class hs{constructor(e,t,n,s,o,i,l){this._parentEditor=t,this._rootElement=null,this._editorState=e,this._pendingEditorState=null,this._compositionKey=null,this._deferred=[],this._keyToDOMMap=new Map,this._updates=[],this._updating=!1,this._listeners={decorator:new Set,editable:new Set,mutation:new Map,root:new Set,textcontent:new Set,update:new Set},this._commands=new Map,this._config=s,this._nodes=n,this._decorators={},this._pendingDecorators=null,this._dirtyType=sr,this._cloneNotNeeded=new Set,this._dirtyLeaves=new Set,this._dirtyElements=new Map,this._normalizedNodes=new Set,this._updateTags=new Set,this._observer=null,this._key=Pl(),this._onError=o,this._htmlConversions=i,this._editable=l,this._headless=t!==null&&t._headless,this._window=null,this._blockCursorElement=null}isComposing(){return this._compositionKey!=null}registerUpdateListener(e){const t=this._listeners.update;return t.add(e),()=>{t.delete(e)}}registerEditableListener(e){const t=this._listeners.editable;return t.add(e),()=>{t.delete(e)}}registerDecoratorListener(e){const t=this._listeners.decorator;return t.add(e),()=>{t.delete(e)}}registerTextContentListener(e){const t=this._listeners.textcontent;return t.add(e),()=>{t.delete(e)}}registerRootListener(e){const t=this._listeners.root;return e(this._rootElement,null),t.add(e),()=>{e(null,this._rootElement),t.delete(e)}}registerCommand(e,t,n){n===void 0&&I(35);const s=this._commands;s.has(e)||s.set(e,[new Set,new Set,new Set,new Set,new Set]);const o=s.get(e);o===void 0&&I(36,String(e));const i=o[n];return i.add(t),()=>{i.delete(t),o.every(l=>l.size===0)&&s.delete(e)}}registerMutationListener(e,t,n){const s=this.resolveRegisteredNodeAfterReplacements(this.getRegisteredNode(e)).klass,o=this._listeners.mutation;o.set(t,s);const i=n&&n.skipInitialization;return i!==void 0&&i||this.initializeMutationListener(t,s),()=>{o.delete(t)}}getRegisteredNode(e){const t=this._nodes.get(e.getType());return t===void 0&&I(37,e.name),t}resolveRegisteredNodeAfterReplacements(e){for(;e.replaceWithKlass;)e=this.getRegisteredNode(e.replaceWithKlass);return e}initializeMutationListener(e,t){const n=this._editorState,s=fc(n).get(t.getType());if(!s)return;const o=new Map;for(const i of s.keys())o.set(i,"created");o.size>0&&e(o,{dirtyLeaves:new Set,prevEditorState:n,updateTags:new Set(["registerMutationListener"])})}registerNodeTransformToKlass(e,t){const n=this.getRegisteredNode(e);return n.transforms.add(t),n}registerNodeTransform(e,t){const n=this.registerNodeTransformToKlass(e,t),s=[n],o=n.replaceWithKlass;if(o!=null){const a=this.registerNodeTransformToKlass(o,t);s.push(a)}var i,l;return i=this,l=e.getType(),nt(i,()=>{const a=Pt();if(a.isEmpty())return;if(l==="root")return void xe().markDirty();const u=a._nodeMap;for(const[,c]of u)c.markDirty()},i._pendingEditorState===null?{tag:"history-merge"}:void 0),()=>{s.forEach(a=>a.transforms.delete(t))}}hasNode(e){return this._nodes.has(e.getType())}hasNodes(e){return e.every(this.hasNode.bind(this))}dispatchCommand(e,t){return W(this,e,t)}getDecorators(){return this._decorators}getRootElement(){return this._rootElement}getKey(){return this._key}setRootElement(e){const t=this._rootElement;if(e!==t){const n=Hr(this._config.theme,"root"),s=this._pendingEditorState||this._editorState;if(this._rootElement=e,fa(this,t,e,s),t!==null&&(this._config.disableEvents||yc(t),n!=null&&t.classList.remove(...n)),e!==null){const o=function(l){const a=l.ownerDocument;return a&&a.defaultView||null}(e),i=e.style;i.userSelect="text",i.whiteSpace="pre-wrap",i.wordBreak="break-word",e.setAttribute("data-lexical-editor","true"),this._window=o,this._dirtyType=Sr,kl(this),this._updateTags.add("history-merge"),Wt(this),this._config.disableEvents||function(l,a){const u=l.ownerDocument,c=Hn.get(u);(c===void 0||c<1)&&u.addEventListener("selectionchange",Xl),Hn.set(u,(c||0)+1),l.__lexicalEditor=a;const d=Yl(l);for(let f=0;f<Js.length;f++){const[h,p]=Js[f],m=typeof p=="function"?x=>{fo(x)||(co(x),(a.isEditable()||h==="click")&&p(x,a))}:x=>{if(fo(x))return;co(x);const D=a.isEditable();switch(h){case"cut":return D&&W(a,ci,x);case"copy":return W(a,rs,x);case"paste":return D&&W(a,ts,x);case"dragstart":return D&&W(a,_l,x);case"dragover":return D&&W(a,vl,x);case"dragend":return D&&W(a,Tu,x);case"focus":return D&&W(a,Fu,x);case"blur":return D&&W(a,Lu,x);case"drop":return D&&W(a,bl,x)}};l.addEventListener(h,m),d.push(()=>{l.removeEventListener(h,m)})}}(e,this),n!=null&&e.classList.add(...n)}else this._editorState=s,this._pendingEditorState=null,this._window=null;Xr("root",this,!1,e,t)}}getElementByKey(e){return this._keyToDOMMap.get(e)||null}getEditorState(){return this._editorState}setEditorState(e,t){e.isEmpty()&&I(38);let n=e;n._readOnly&&(n=ca(e),n._selection=e._selection?e._selection.clone():null),El(this);const s=this._pendingEditorState,o=this._updateTags,i=t!==void 0?t.tag:null;s===null||s.isEmpty()||(i!=null&&o.add(i),Wt(this)),this._pendingEditorState=n,this._dirtyType=Sr,this._dirtyElements.set("root",!1),this._compositionKey=null,i!=null&&o.add(i),this._updating||Wt(this)}parseEditorState(e,t){return function(n,s,o){const i=Fi(),l=Ne,a=Ze,u=Fe,c=s._dirtyElements,d=s._dirtyLeaves,f=s._cloneNotNeeded,h=s._dirtyType;s._dirtyElements=new Map,s._dirtyLeaves=new Set,s._cloneNotNeeded=new Set,s._dirtyType=0,Ne=i,Ze=!1,Fe=s;try{const p=s._nodes;Ni(n.root,p),o&&o(),i._readOnly=!0}catch(p){p instanceof Error&&s._onError(p)}finally{s._dirtyElements=c,s._dirtyLeaves=d,s._cloneNotNeeded=f,s._dirtyType=h,Ne=l,Ze=a,Fe=u}return i}(typeof e=="string"?JSON.parse(e):e,this,t)}read(e){return Wt(this),this.getEditorState().read(e,{editor:this})}update(e,t){nt(this,e,t)}focus(e,t={}){const n=this._rootElement;n!==null&&(n.setAttribute("autocapitalize","off"),nt(this,()=>{const s=K(),o=xe();s!==null?s.dirty=!0:o.getChildrenSize()!==0&&(t.defaultSelection==="rootStart"?o.selectStart():o.selectEnd())},{onUpdate:()=>{n.removeAttribute("autocapitalize"),e&&e()},tag:"focus"}),this._pendingEditorState===null&&n.removeAttribute("autocapitalize"))}blur(){const e=this._rootElement;e!==null&&e.blur();const t=ut(this._window);t!==null&&t.removeAllRanges()}isEditable(){return this._editable}setEditable(e){this._editable!==e&&(this._editable=e,Xr("editable",this,!0,e))}toJSON(){return{editorState:this._editorState.toJSON()}}}hs.version="0.21.0+prod.esm";const ha=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0,Rc=ha?w.useLayoutEffect:w.useEffect,An={tag:"history-merge"};function Pc({initialConfig:r,children:e}){const t=w.useMemo(()=>{const{theme:n,namespace:s,nodes:o,onError:i,editorState:l,html:a}=r,u=bu(null,n),c=jc({editable:r.editable,html:a,namespace:s,nodes:o,onError:d=>i(d,c),theme:n});return function(d,f){if(f!==null){if(f===void 0)d.update(()=>{const h=xe();if(h.isEmpty()){const p=Ee();h.append(p);const m=ha?document.activeElement:null;(K()!==null||m!==null&&m===d.getRootElement())&&p.select()}},An);else if(f!==null)switch(typeof f){case"string":{const h=d.parseEditorState(f);d.setEditorState(h,An);break}case"object":d.setEditorState(f,An);break;case"function":d.update(()=>{xe().isEmpty()&&f(d)},An)}}}(c,l),[c,u]},[]);return Rc(()=>{const n=r.editable,[s]=t;s.setEditable(n===void 0||n)},[]),g.jsx(cl.Provider,{value:t,children:e})}const Oc=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0?w.useLayoutEffect:w.useEffect;function Mc(r){return{initialValueFn:()=>r.isEditable(),subscribe:e=>r.registerEditableListener(e)}}function $c(){return function(r){const[e]=yt(),t=w.useMemo(()=>r(e),[e,r]),[n,s]=w.useState(()=>t.initialValueFn()),o=w.useRef(n);return Oc(()=>{const{initialValueFn:i,subscribe:l}=t,a=i();return o.current!==a&&(o.current=a,s(a)),l(u=>{o.current=u,s(u)})},[t,r]),n}(Mc)}function Ic(){return xe().getTextContent()}function zc(r,e=!0){if(r)return!1;let t=Ic();return e&&(t=t.trim()),t===""}function qc(r){if(!zc(r,!1))return!1;const e=xe().getChildren(),t=e.length;if(t>1)return!1;for(let n=0;n<t;n++){const s=e[n];if(de(s))return!1;if(F(s)){if(!Er(s)||s.__indent!==0)return!1;const o=s.getChildren(),i=o.length;for(let l=0;l<i;l++){const a=o[n];if(!q(a))return!1}}}return!0}function pa(r){return()=>qc(r)}function Uc(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}Uc(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});function Wc(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var Gc=Wc(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});const Kc=new Map;function Vc(r){const e={};if(!r)return e;const t=r.split(";");for(const n of t)if(n!==""){const[s,o]=n.split(/:([^]+)/);s&&o&&(e[s.trim()]=o.trim())}return e}function ga(r,e){const t=r.getStartEndPoints();if(e.isSelected(r)&&!e.isSegmented()&&!e.isToken()&&t!==null){const[n,s]=t,o=r.isBackward(),i=n.getNode(),l=s.getNode(),a=e.is(i),u=e.is(l);if(a||u){const[c,d]=Zs(r),f=i.is(l),h=e.is(o?l:i),p=e.is(o?i:l);let m,x=0;return f?(x=c>d?d:c,m=c>d?c:d):h?(x=o?d:c,m=void 0):p&&(x=0,m=o?c:d),e.__text=e.__text.slice(x,m),e}}return e}function Hc(r){const e=r.getStyle(),t=Vc(e);Kc.set(e,t)}function Jc(r,e){if(r===null)return;const t=r.getStartEndPoints(),n=t?t[0]:null;if(n!==null&&n.key==="root"){const i=e(),l=xe(),a=l.getFirstChild();return void(a?a.replace(i,!0):l.append(i))}const s=r.getNodes(),o=n!==null&&function(i,l){let a=i;for(;a!==null&&a.getParent()!==null&&!l(a);)a=a.getParentOrThrow();return l(a)?a:null}(n.getNode(),Lo);o&&s.indexOf(o)===-1&&s.push(o);for(let i=0;i<s.length;i++){const l=s[i];if(!Lo(l))continue;F(l)||Gc(178);const a=e();a.setFormat(l.getFormatType()),a.setIndent(l.getIndent()),l.replace(a,!0)}}function No(r,e){const t=nn(r.focus,e);return de(t)&&!t.isIsolated()||F(t)&&!t.isInline()&&!t.canBeEmpty()}function Qc(r,e,t,n){r.modify(e?"extend":"move",t,n)}function Yc(r){const e=r.anchor.getNode();return(Ge(e)?e:e.getParentOrThrow()).getDirection()==="rtl"}function Fo(r,e,t){const n=Yc(r);Qc(r,e,t?!n:n,"character")}function Lo(r){if(de(r)||!F(r)||At(r))return!1;const e=r.getFirstChild(),t=e===null||nr(e)||q(e)||e.isInline();return!r.isInline()&&r.canBeEmpty()!==!1&&t}function Xc(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var Zc=Xc(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});const ma=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0,ed=ma&&"documentMode"in document?document.documentMode:null;!(!ma||!("InputEvent"in window)||ed)&&"getTargetRanges"in new window.InputEvent("input");function ya(...r){const e=[];for(const t of r)if(t&&typeof t=="string")for(const[n]of t.matchAll(/\S+/g))e.push(n);return e}function ur(...r){return()=>{for(let e=r.length-1;e>=0;e--)r[e]();r.length=0}}function bn(r,...e){const t=ya(...e);t.length>0&&r.classList.add(...t)}function xa(r,...e){const t=ya(...e);t.length>0&&r.classList.remove(...t)}function td(r,e){let t=r;for(;t!=null;){if(t instanceof e)return t;t=t.getParent()}return null}function rd(r){const e=ps(r,t=>F(t)&&!t.isInline());return F(e)||Zc(4,r.__key),e}const ps=(r,e)=>{let t=r;for(;t!==xe()&&t!=null;){if(e(t))return t;t=t.getParent()}return null};function Gt(r,e){return r!==null&&Object.getPrototypeOf(r).constructor.name===e.name}function nd(r){const e=window.location.origin,t=n=>{if(n.origin!==e)return;const s=r.getRootElement();if(document.activeElement!==s)return;const o=n.data;if(typeof o=="string"){let i;try{i=JSON.parse(o)}catch{return}if(i&&i.protocol==="nuanria_messaging"&&i.type==="request"){const l=i.payload;if(l&&l.functionId==="makeChanges"){const a=l.args;if(a){const[u,c,d,f,h,p]=a;r.update(()=>{const m=K();if(M(m)){const x=m.anchor;let D=x.getNode(),y=0,A=0;if(q(D)&&u>=0&&c>=0&&(y=u,A=u+c,m.setTextNodeRange(D,y,D,A)),y===A&&d===""||(m.insertRawText(d),D=x.getNode()),q(D)){y=f,A=f+h;const C=D.getTextContentSize();y=y>C?C:y,A=A>C?C:A,m.setTextNodeRange(D,y,D,A)}n.stopImmediatePropagation()}})}}}}};return window.addEventListener("message",t,!0),()=>{window.removeEventListener("message",t,!0)}}function ba(r,e){const t=e.body?e.body.childNodes:[];let n=[];const s=[];for(let o=0;o<t.length;o++){const i=t[o];if(!Ca.has(i.nodeName)){const l=wa(i,r,s,!1);l!==null&&(n=n.concat(l))}}return function(o){for(const i of o)i.getNextSibling()instanceof Li&&i.insertAfter(lr());for(const i of o){const l=i.getChildren();for(const a of l)i.insertBefore(a);i.remove()}}(s),n}function _a(r,e){if(typeof document>"u"||typeof window>"u"&&global.window===void 0)throw new Error("To use $generateHtmlFromNodes in headless mode please initialize a headless browser implementation such as JSDom before calling this function.");const t=document.createElement("div"),n=xe().getChildren();for(let s=0;s<n.length;s++)va(r,n[s],t,e);return t.innerHTML}function va(r,e,t,n=null){let s=n===null||e.isSelected(n);const o=F(e)&&e.excludeFromCopy("html");let i=e;if(n!==null){let h=Ei(e);h=q(h)&&n!==null?ga(n,h):h,i=h}const l=F(i)?i.getChildren():[],a=r._nodes.get(i.getType());let u;u=a&&a.exportDOM!==void 0?a.exportDOM(r,i):i.exportDOM(r);const{element:c,after:d}=u;if(!c)return!1;const f=document.createDocumentFragment();for(let h=0;h<l.length;h++){const p=l[h],m=va(r,p,f,n);!s&&F(e)&&m&&e.extractWithChild(p,n,"html")&&(s=!0)}if(s&&!o){if((Rt(c)||io(c))&&c.append(f),t.append(c),d){const h=d.call(i,c);h&&(io(c)?c.replaceChildren(h):c.replaceWith(h))}}else t.append(f);return s}const Ca=new Set(["STYLE","SCRIPT"]);function wa(r,e,t,n,s=new Map,o){let i=[];if(Ca.has(r.nodeName))return i;let l=null;const a=function(p,m){const{nodeName:x}=p,D=m._htmlConversions.get(x.toLowerCase());let y=null;if(D!==void 0)for(const A of D){const C=A(p);C!==null&&(y===null||(y.priority||0)<=(C.priority||0))&&(y=C)}return y!==null?y.conversion:null}(r,e),u=a?a(r):null;let c=null;if(u!==null){c=u.after;const p=u.node;if(l=Array.isArray(p)?p[p.length-1]:p,l!==null){for(const[,m]of s)if(l=m(l,o),!l)break;l&&i.push(...Array.isArray(p)?p:[l])}u.forChild!=null&&s.set(r.nodeName,u.forChild)}const d=r.childNodes;let f=[];const h=(l==null||!At(l))&&(l!=null&&ei(l)||n);for(let p=0;p<d.length;p++)f.push(...wa(d[p],e,t,h,new Map(s),l));return c!=null&&(f=c(f)),Wn(r)&&(f=sd(r,f,h?()=>{const p=new Li;return t.push(p),p}:Ee)),l==null?f.length>0?i=i.concat(f):Wn(r)&&function(p){return p.nextSibling==null||p.previousSibling==null?!1:zs(p.nextSibling)&&zs(p.previousSibling)}(r)&&(i=i.concat(lr())):F(l)&&l.append(...f),i}function sd(r,e,t){const n=r.style.textAlign,s=[];let o=[];for(let i=0;i<e.length;i++){const l=e[i];if(ei(l))n&&!l.getFormat()&&l.setFormat(n),s.push(l);else if(o.push(l),i===e.length-1||i<e.length-1&&ei(e[i+1])){const a=t();a.setFormat(n),a.append(...o),s.push(a),o=[]}}return s}function id(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var Yn=id(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});function od(r,e=K()){return e==null&&Yn(166),M(e)&&e.isCollapsed()||e.getNodes().length===0?"":_a(r,e)}function ld(r,e=K()){return e==null&&Yn(166),M(e)&&e.isCollapsed()||e.getNodes().length===0?null:JSON.stringify(ad(r,e))}function jo(r,e,t){const n=r.getData("application/x-lexical-editor");if(n)try{const i=JSON.parse(n);if(i.namespace===t._config.namespace&&Array.isArray(i.nodes))return Ro(t,ud(i.nodes),e)}catch{}const s=r.getData("text/html");if(s)try{const i=new DOMParser().parseFromString(function(l){return window.trustedTypes&&window.trustedTypes.createPolicy?window.trustedTypes.createPolicy("lexical",{createHTML:a=>a}).createHTML(l):l}(s),"text/html");return Ro(t,ba(t,i),e)}catch{}const o=r.getData("text/plain")||r.getData("text/uri-list");if(o!=null)if(M(e)){const i=o.split(/(\r?\n|\t)/);i[i.length-1]===""&&i.pop();for(let l=0;l<i.length;l++){const a=K();if(M(a)){const u=i[l];u===`
|
|
71
|
+
`?n.push(lr()):i===" "?n.push(gn()):n.push(Le(i))}this.insertNodes(n)}insertText(e){const t=this.anchor,n=this.focus,s=this.format,o=this.style;let i=t,l=n;!this.isCollapsed()&&n.isBefore(t)&&(i=n,l=t),i.type==="element"&&function(y,D,x,k){const C=y.getNode(),S=C.getChildAtIndex(y.offset),v=Le(),_=Ve(C)?Fe().append(v):v;v.setFormat(x),v.setStyle(k),S===null?C.append(_):S.insertBefore(_),y.is(D)&&D.set(v.__key,0,"text"),y.set(v.__key,0,"text")}(i,l,s,o);const a=i.offset;let u=l.offset;const c=this.getNodes(),d=c.length;let f=c[0];q(f)||$(26);const h=f.getTextContent().length,g=f.getParentOrThrow();let m=c[d-1];if(d===1&&l.type==="element"&&(u=h,l.set(i.key,u,"text")),this.isCollapsed()&&a===h&&(f.isSegmented()||f.isToken()||!f.canInsertTextAfter()||!g.canInsertTextAfter()&&f.getNextSibling()===null)){let y=f.getNextSibling();if(q(y)&&y.canInsertTextBefore()&&!Zt(y)||(y=Le(),y.setFormat(s),y.setStyle(o),g.canInsertTextAfter()?f.insertAfter(y):g.insertAfter(y)),y.select(0,0),f=y,e!=="")return void this.insertText(e)}else if(this.isCollapsed()&&a===0&&(f.isSegmented()||f.isToken()||!f.canInsertTextBefore()||!g.canInsertTextBefore()&&f.getPreviousSibling()===null)){let y=f.getPreviousSibling();if(q(y)&&!Zt(y)||(y=Le(),y.setFormat(s),g.canInsertTextBefore()?f.insertBefore(y):g.insertBefore(y)),y.select(),f=y,e!=="")return void this.insertText(e)}else if(f.isSegmented()&&a!==h){const y=Le(f.getTextContent());y.setFormat(s),f.replace(y),f=y}else if(!this.isCollapsed()&&e!==""){const y=m.getParent();if(!g.canInsertTextBefore()||!g.canInsertTextAfter()||F(y)&&(!y.canInsertTextBefore()||!y.canInsertTextAfter()))return this.insertText(""),ta(this.anchor,this.focus,null),void this.insertText(e)}if(d===1){if(f.isToken()){const k=Le(e);return k.select(),void f.replace(k)}const y=f.getFormat(),D=f.getStyle();if(a!==u||y===s&&D===o){if(Dc(f)){const k=Le(e);return k.setFormat(s),k.setStyle(o),k.select(),void f.replace(k)}}else{if(f.getTextContent()!==""){const k=Le(e);if(k.setFormat(s),k.setStyle(o),k.select(),a===0)f.insertBefore(k,!1);else{const[C]=f.splitText(a);C.insertAfter(k,!1)}return void(k.isComposing()&&this.anchor.type==="text"&&(this.anchor.offset-=e.length))}f.setFormat(s),f.setStyle(o)}const x=u-a;f=f.spliceText(a,x,e,!0),f.getTextContent()===""?f.remove():this.anchor.type==="text"&&(f.isComposing()?this.anchor.offset-=e.length:(this.format=y,this.style=D))}else{const y=new Set([...f.getParentKeys(),...m.getParentKeys()]),D=F(f)?f:f.getParentOrThrow();let x=F(m)?m:m.getParentOrThrow(),k=m;if(!D.is(x)&&x.isInline())do k=x,x=x.getParentOrThrow();while(x.isInline());if(l.type==="text"&&(u!==0||m.getTextContent()==="")||l.type==="element"&&m.getIndexWithinParent()<u)if(q(m)&&!m.isToken()&&u!==m.getTextContentSize()){if(m.isSegmented()){const E=Le(m.getTextContent());m.replace(E),m=E}Ve(l.getNode())||l.type!=="text"||(m=m.spliceText(0,u,"")),y.add(m.__key)}else{const E=m.getParentOrThrow();E.canBeEmpty()||E.getChildrenSize()!==1?m.remove():E.remove()}else y.add(m.__key);const C=x.getChildren(),S=new Set(c),v=D.is(x),_=D.isInline()&&f.getNextSibling()===null?D:f;for(let E=C.length-1;E>=0;E--){const T=C[E];if(T.is(f)||F(T)&&T.isParentOf(f))break;T.isAttached()&&(!S.has(T)||T.is(k)?v||_.insertAfter(T,!1):T.remove())}if(!v){let E=x,T=null;for(;E!==null;){const z=E.getChildren(),N=z.length;(N===0||z[N-1].is(T))&&(y.delete(E.__key),T=E),E=E.getParent()}}if(f.isToken())if(a===h)f.select();else{const E=Le(e);E.select(),f.replace(E)}else f=f.spliceText(a,h-a,e,!0),f.getTextContent()===""?f.remove():f.isComposing()&&this.anchor.type==="text"&&(this.anchor.offset-=e.length);for(let E=1;E<d;E++){const T=c[E],z=T.__key;y.has(z)||T.remove()}}}removeText(){if(this.isCollapsed())return;const{anchor:e,focus:t}=this,n=this.getNodes(),s=this.isBackward()?t:e,o=this.isBackward()?e:t;let i=s.getNode(),l=o.getNode();const a=Mr(i,zt),u=Mr(l,zt);q(i)&&i.isToken()&&s.offset<i.getTextContentSize()&&(s.offset=0),o.offset>0&&q(l)&&l.isToken()&&(o.offset=l.getTextContentSize()),n.forEach(d=>{Jr(i,d)||Jr(l,d)||d.getKey()===i.getKey()||d.getKey()===l.getKey()||d.remove()});const c=(d,f)=>{if(d.getTextContent()==="")d.remove();else if(f!==0&&Zt(d)){const h=Le(d.getTextContent());return h.setFormat(d.getFormat()),h.setStyle(d.getStyle()),d.replace(h)}};if(i===l&&q(i)){const d=Math.abs(t.offset-e.offset);return i.spliceText(s.offset,d,"",!0),void c(i,d)}if(q(i)){const d=i.getTextContentSize()-s.offset;i.spliceText(s.offset,d,""),i=c(i,d)||i}q(l)&&(l.spliceText(0,o.offset,""),l=c(l,o.offset)||l),i.isAttached()&&q(i)?i.selectEnd():l.isAttached()&&q(l)&&l.selectStart(),F(a)&&F(u)&&a!==u&&(a.append(...u.getChildren()),u.remove(),o.set(s.key,s.offset,s.type))}formatText(e,t=null){if(this.isCollapsed())return this.toggleFormat(e),void ze(null);const n=this.getNodes(),s=[];for(const C of n)q(C)&&s.push(C);const o=C=>{n.forEach(S=>{if(kr(S)){const v=S.getFormatFlags(e,C);S.setTextFormat(v)}})},i=s.length;if(i===0)return this.toggleFormat(e),ze(null),void o(t);const l=this.anchor,a=this.focus,u=this.isBackward(),c=u?a:l,d=u?l:a;let f=0,h=s[0],g=c.type==="element"?0:c.offset;if(c.type==="text"&&g===h.getTextContentSize()&&(f=1,h=s[1],g=0),h==null)return;const m=h.getFormatFlags(e,t);o(m);const y=i-1;let D=s[y];const x=d.type==="text"?d.offset:D.getTextContentSize();if(h.is(D)){if(g===x)return;if(Zt(h)||g===0&&x===h.getTextContentSize())h.setFormat(m);else{const C=h.splitText(g,x),S=g===0?C[0]:C[1];S.setFormat(m),c.type==="text"&&c.set(S.__key,0,"text"),d.type==="text"&&d.set(S.__key,x-g,"text")}return void(this.format=m)}g===0||Zt(h)||([,h]=h.splitText(g),g=0),h.setFormat(m);const k=D.getFormatFlags(e,m);x>0&&(x===D.getTextContentSize()||Zt(D)||([D]=D.splitText(x)),D.setFormat(k));for(let C=f+1;C<y;C++){const S=s[C],v=S.getFormatFlags(e,k);S.setFormat(v)}c.type==="text"&&c.set(h.__key,g,"text"),d.type==="text"&&d.set(D.__key,x,"text"),this.format=m|k}insertNodes(e){if(e.length===0)return;if(this.anchor.key==="root"){this.insertParagraph();const g=K();return M(g)||$(134),g.insertNodes(e)}const t=(this.isBackward()?this.focus:this.anchor).getNode(),n=Mr(t,zt),s=e[e.length-1];if(F(n)&&"__language"in n){if("__language"in e[0])this.insertText(e[0].getTextContent());else{const g=js(this);n.splice(g,0,e),s.selectEnd()}return}if(!e.some(g=>(F(g)||pe(g))&&!g.isInline())){F(n)||$(211,t.constructor.name,t.getType());const g=js(this);return n.splice(g,0,e),void s.selectEnd()}const o=function(g){const m=Fe();let y=null;for(let D=0;D<g.length;D++){const x=g[D],k=nr(x);if(k||pe(x)&&x.isInline()||F(x)&&x.isInline()||q(x)||x.isParentRequired()){if(y===null&&(y=x.createParentElementNode(),m.append(y),k))continue;y!==null&&y.append(x)}else m.append(x),y=null}return m}(e),i=o.getLastDescendant(),l=o.getChildren(),a=!F(n)||!n.isEmpty()?this.insertParagraph():null,u=l[l.length-1];let c=l[0];var d;F(d=c)&&zt(d)&&!d.isEmpty()&&F(n)&&(!n.isEmpty()||n.canMergeWhenEmpty())&&(F(n)||$(211,t.constructor.name,t.getType()),n.append(...c.getChildren()),c=l[1]),c&&(n===null&&$(212,t.constructor.name,t.getType()),function(g,m,y){const D=m.getParentOrThrow().getLastChild();let x=m;const k=[m];for(;x!==D;)x.getNextSibling()||$(140),x=x.getNextSibling(),k.push(x);let C=g;for(const S of k)C=C.insertAfter(S)}(n,c));const f=Mr(i,zt);a&&F(f)&&(a.canMergeWhenEmpty()||zt(u))&&(f.append(...a.getChildren()),a.remove()),F(n)&&n.isEmpty()&&n.remove(),i.selectEnd();const h=F(n)?n.getLastChild():null;nr(h)&&f!==n&&h.remove()}insertParagraph(){if(this.anchor.key==="root"){const i=Fe();return ve().splice(this.anchor.offset,0,[i]),i.select(),i}const e=js(this),t=Mr(this.anchor.getNode(),zt);F(t)||$(213);const n=t.getChildAtIndex(e),s=n?[n,...n.getNextSiblings()]:[],o=t.insertNewAfter(this,!1);return o?(o.append(...s),o.selectStart(),o):null}insertLineBreak(e){const t=lr();if(this.insertNodes([t]),e){const n=t.getParentOrThrow(),s=t.getIndexWithinParent();n.select(s,s)}}extract(){const e=this.getNodes(),t=e.length,n=t-1,s=this.anchor,o=this.focus;let i=e[0],l=e[n];const[a,u]=Zs(this);if(t===0)return[];if(t===1){if(q(i)&&!this.isCollapsed()){const d=a>u?u:a,f=a>u?a:u,h=i.splitText(d,f),g=d===0?h[0]:h[1];return g!=null?[g]:[]}return[i]}const c=s.isBefore(o);if(q(i)){const d=c?a:u;d===i.getTextContentSize()?e.shift():d!==0&&([,i]=i.splitText(d),e[0]=i)}if(q(l)){const d=l.getTextContent().length,f=c?u:a;f===0?e.pop():f!==d&&([l]=l.splitText(f),e[n]=l)}return e}modify(e,t,n){const s=this.focus,o=this.anchor,i=e==="move",l=nn(s,t);if(pe(l)&&!l.isIsolated()){if(i&&l.isKeyboardSelectable()){const h=vo();return h.add(l.__key),void Dt(h)}const f=t?l.getPreviousSibling():l.getNextSibling();if(q(f)){const h=f.__key,g=t?f.getTextContent().length:0;return s.set(h,g,"text"),void(i&&o.set(h,g,"text"))}{const h=l.getParentOrThrow();let g,m;return F(f)?(m=f.__key,g=t?f.getChildrenSize():0):(g=l.getIndexWithinParent(),m=h.__key,t||g++),s.set(m,g,"element"),void(i&&o.set(m,g,"element"))}}const a=De(),u=lt(a._window);if(!u)return;const c=a._blockCursorElement,d=a._rootElement;if(d===null||c===null||!F(l)||l.isInline()||l.canBeEmpty()||Ei(c,a,d),function(f,h,g,m){f.modify(h,g,m)}(u,e,t?"backward":"forward",n),u.rangeCount>0){const f=u.getRangeAt(0),h=this.anchor.getNode(),g=Ve(h)?h:lc(h);if(this.applyDOMRange(f),this.dirty=!0,!i){const m=this.getNodes(),y=[];let D=!1;for(let x=0;x<m.length;x++){const k=m[x];Jr(k,g)?y.push(k):D=!0}if(D&&y.length>0)if(t){const x=y[0];F(x)?x.selectStart():x.getParentOrThrow().selectStart()}else{const x=y[y.length-1];F(x)?x.selectEnd():x.getParentOrThrow().selectEnd()}u.anchorNode===f.startContainer&&u.anchorOffset===f.startOffset||function(x){const k=x.focus,C=x.anchor,S=C.key,v=C.offset,_=C.type;qt(C,k.key,k.offset,k.type),qt(k,S,v,_),x._cachedNodes=null}(this)}}}forwardDeletion(e,t,n){if(!n&&(e.type==="element"&&F(t)&&e.offset===t.getChildrenSize()||e.type==="text"&&e.offset===t.getTextContentSize())){const s=t.getParent(),o=t.getNextSibling()||(s===null?null:s.getNextSibling());if(F(o)&&o.isShadowRoot())return!0}return!1}deleteCharacter(e){const t=this.isCollapsed();if(this.isCollapsed()){const n=this.anchor;let s=n.getNode();if(this.forwardDeletion(n,s,e))return;const o=this.focus,i=nn(o,e);if(pe(i)&&!i.isIsolated()){if(i.isKeyboardSelectable()&&F(s)&&s.getChildrenSize()===0){s.remove();const l=vo();l.add(i.__key),Dt(l)}else i.remove(),De().dispatchCommand(li,void 0);return}if(!e&&F(i)&&F(s)&&s.isEmpty())return s.remove(),void i.selectStart();if(this.modify("extend",e,"character"),this.isCollapsed()){if(e&&n.offset===0&&(n.type==="element"?n.getNode():n.getNode().getParentOrThrow()).collapseAtStart(this))return}else{const l=o.type==="text"?o.getNode():null;if(s=n.type==="text"?n.getNode():null,l!==null&&l.isSegmented()){const a=o.offset,u=l.getTextContentSize();if(l.is(s)||e&&a!==u||!e&&a!==0)return void xo(l,e,a)}else if(s!==null&&s.isSegmented()){const a=n.offset,u=s.getTextContentSize();if(s.is(l)||e&&a!==0||!e&&a!==u)return void xo(s,e,a)}(function(a,u){const c=a.anchor,d=a.focus,f=c.getNode(),h=d.getNode();if(f===h&&c.type==="text"&&d.type==="text"){const g=c.offset,m=d.offset,y=g<m,D=y?g:m,x=y?m:g,k=x-1;D!==k&&(Rl(f.getTextContent().slice(D,x))||(u?d.offset=k:c.offset=k))}})(this,e)}}if(this.removeText(),e&&!t&&this.isCollapsed()&&this.anchor.type==="element"&&this.anchor.offset===0){const n=this.anchor.getNode();n.isEmpty()&&Ve(n.getParent())&&n.getIndexWithinParent()===0&&n.collapseAtStart(this)}}deleteLine(e){if(this.isCollapsed()){const t=this.anchor.type==="element";if(t&&this.insertText(" "),this.modify("extend",e,"lineboundary"),this.isCollapsed()&&this.anchor.offset===0&&this.modify("extend",e,"character"),t){const n=e?this.anchor:this.focus;n.set(n.key,n.offset+1,n.type)}}this.removeText()}deleteWord(e){if(this.isCollapsed()){const t=this.anchor,n=t.getNode();if(this.forwardDeletion(t,n,e))return;this.modify("extend",e,"word")}this.removeText()}isBackward(){return this.focus.isBefore(this.anchor)}getStartEndPoints(){return[this.anchor,this.focus]}}function vt(r){return r instanceof ds}function yo(r){const e=r.offset;if(r.type==="text")return e;const t=r.getNode();return e===t.getChildrenSize()?t.getTextContent().length:0}function Zs(r){const e=r.getStartEndPoints();if(e===null)return[0,0];const[t,n]=e;return t.type==="element"&&n.type==="element"&&t.key===n.key&&t.offset===n.offset?[0,0]:[yo(t),yo(n)]}function xo(r,e,t){const n=r,s=n.getTextContent().split(/(?=\s)/g),o=s.length;let i=0,l=0;for(let u=0;u<o;u++){const c=u===o-1;if(l=i,i+=s[u].length,e&&i===t||i>t||c){s.splice(u,1),c&&(l=void 0);break}}const a=s.join("").trim();a===""?n.remove():(n.setTextContent(a),n.select(l,l))}function bo(r,e,t,n){let s,o=e;if(r.nodeType===cn){let i=!1;const l=r.childNodes,a=l.length,u=n._blockCursorElement;o===a&&(i=!0,o=a-1);let c=l[o],d=!1;if(c===u)c=l[o+1],d=!0;else if(u!==null){const f=u.parentNode;r===f&&e>Array.prototype.indexOf.call(f.children,u)&&o--}if(s=br(c),q(s))o=Zi(s,i);else{let f=br(r);if(f===null)return null;if(F(f)){const h=n.getElementByKey(f.getKey());h===null&&$(214),[f,o]=f.getDOMSlot(h).resolveChildIndex(f,h,r,e),F(f)||$(215),i&&o>=f.getChildrenSize()&&(o=Math.max(0,f.getChildrenSize()-1));let m=f.getChildAtIndex(o);if(F(m)&&function(y,D,x){const k=y.getParent();return x===null||k===null||!k.canBeEmpty()||k!==x.getNode()}(m,0,t)){const y=i?m.getLastDescendant():m.getFirstDescendant();y===null?f=m:(m=y,f=F(m)?m:m.getParentOrThrow()),o=0}q(m)?(s=m,f=null,o=Zi(m,i)):m!==f&&i&&!d&&(F(f)||$(216),o=Math.min(f.getChildrenSize(),o+1))}else{const h=f.getIndexWithinParent();o=e===0&&pe(f)&&br(r)===f?h:h+1,f=f.getParentOrThrow()}if(F(f))return Et(f.__key,o,"element")}}else s=br(r);return q(s)?Et(s.__key,o,"text"):null}function _o(r,e,t){const n=r.offset,s=r.getNode();if(n===0){const o=s.getPreviousSibling(),i=s.getParent();if(e){if((t||!e)&&o===null&&F(i)&&i.isInline()){const l=i.getPreviousSibling();q(l)&&(r.key=l.__key,r.offset=l.getTextContent().length)}}else F(o)&&!t&&o.isInline()?(r.key=o.__key,r.offset=o.getChildrenSize(),r.type="element"):q(o)&&(r.key=o.__key,r.offset=o.getTextContent().length)}else if(n===s.getTextContent().length){const o=s.getNextSibling(),i=s.getParent();if(e&&F(o)&&o.isInline())r.key=o.__key,r.offset=0,r.type="element";else if((t||e)&&o===null&&F(i)&&i.isInline()&&!i.canInsertTextAfter()){const l=i.getNextSibling();q(l)&&(r.key=l.__key,r.offset=0)}}}function ta(r,e,t){if(r.type==="text"&&e.type==="text"){const n=r.isBefore(e),s=r.is(e);_o(r,n,s),_o(e,!n,s),s&&(e.key=r.key,e.offset=r.offset,e.type=r.type);const o=De();if(o.isComposing()&&o._compositionKey!==r.key&&M(t)){const i=t.anchor,l=t.focus;qt(r,i.key,i.offset,i.type),qt(e,l.key,l.offset,l.type)}}}function ra(r,e,t,n,s,o){if(r===null||t===null||!dn(s,r,t))return null;const i=bo(r,e,M(o)?o.anchor:null,s);if(i===null)return null;const l=bo(t,n,M(o)?o.focus:null,s);if(l===null)return null;if(i.type==="element"&&l.type==="element"){const a=br(r),u=br(t);if(pe(a)&&pe(u))return null}return ta(i,l,o),[i,l]}function ei(r){return F(r)&&!r.isInline()}function na(r,e,t,n,s,o){const i=Lt(),l=new Jt(Et(r,e,s),Et(t,n,o),0,"");return l.dirty=!0,i._selection=l,l}function Ec(){const r=Et("root",0,"element"),e=Et("root",0,"element");return new Jt(r,e,0,"")}function vo(){return new ds(new Set)}function Bi(r,e,t,n){const s=t._window;if(s===null)return null;const o=n||s.event,i=o?o.type:void 0,l=i==="selectionchange",a=!$s&&(l||i==="beforeinput"||i==="compositionstart"||i==="compositionend"||i==="click"&&o&&o.detail===3||i==="drop"||i===void 0);let u,c,d,f;if(M(r)&&!a)return r.clone();if(e===null)return null;if(u=e.anchorNode,c=e.focusNode,d=e.anchorOffset,f=e.focusOffset,l&&M(r)&&!dn(t,u,c))return r.clone();const h=ra(u,d,c,f,t,r);if(h===null)return null;const[g,m]=h;return new Jt(g,m,M(r)?r.format:0,M(r)?r.style:"")}function K(){return Lt()._selection}function mn(){return De()._editorState._selection}function Jn(r,e,t,n=1){const s=r.anchor,o=r.focus,i=s.getNode(),l=o.getNode();if(!e.is(i)&&!e.is(l))return;const a=e.__key;if(r.isCollapsed()){const u=s.offset;if(t<=u&&n>0||t<u&&n<0){const c=Math.max(0,u+n);s.set(a,c,"element"),o.set(a,c,"element"),Co(r)}}else{const u=r.isBackward(),c=u?o:s,d=c.getNode(),f=u?s:o,h=f.getNode();if(e.is(d)){const g=c.offset;(t<=g&&n>0||t<g&&n<0)&&c.set(a,Math.max(0,g+n),"element")}if(e.is(h)){const g=f.offset;(t<=g&&n>0||t<g&&n<0)&&f.set(a,Math.max(0,g+n),"element")}}Co(r)}function Co(r){const e=r.anchor,t=e.offset,n=r.focus,s=n.offset,o=e.getNode(),i=n.getNode();if(r.isCollapsed()){if(!F(o))return;const l=o.getChildrenSize(),a=t>=l,u=a?o.getChildAtIndex(l-1):o.getChildAtIndex(t);if(q(u)){let c=0;a&&(c=u.getTextContentSize()),e.set(u.__key,c,"text"),n.set(u.__key,c,"text")}}else{if(F(o)){const l=o.getChildrenSize(),a=t>=l,u=a?o.getChildAtIndex(l-1):o.getChildAtIndex(t);if(q(u)){let c=0;a&&(c=u.getTextContentSize()),e.set(u.__key,c,"text")}}if(F(i)){const l=i.getChildrenSize(),a=s>=l,u=a?i.getChildAtIndex(l-1):i.getChildAtIndex(s);if(q(u)){let c=0;a&&(c=u.getTextContentSize()),n.set(u.__key,c,"text")}}}}function Qn(r,e,t,n,s){let o=null,i=0,l=null;n!==null?(o=n.__key,q(n)?(i=n.getTextContentSize(),l="text"):F(n)&&(i=n.getChildrenSize(),l="element")):s!==null&&(o=s.__key,q(s)?l="text":F(s)&&(l="element")),o!==null&&l!==null?r.set(o,i,l):(i=e.getIndexWithinParent(),i===-1&&(i=t.getChildrenSize()),r.set(t.__key,i,"element"))}function wo(r,e,t,n,s){r.type==="text"?(r.key=t,e||(r.offset+=s)):r.offset>n.getIndexWithinParent()&&(r.offset-=1)}function kc(r,e,t,n,s,o,i){const l=n.anchorNode,a=n.focusNode,u=n.anchorOffset,c=n.focusOffset,d=document.activeElement;if(s.has("collaboration")&&d!==o||d!==null&&_i(d))return;if(!M(e))return void(r!==null&&dn(t,l,a)&&n.removeAllRanges());const f=e.anchor,h=e.focus,g=f.key,m=h.key,y=Un(t,g),D=Un(t,m),x=f.offset,k=h.offset,C=e.format,S=e.style,v=e.isCollapsed();let _=y,E=D,T=!1;if(f.type==="text"){_=$n(y);const O=f.getNode();T=O.getFormat()!==C||O.getStyle()!==S}else M(r)&&r.anchor.type==="text"&&(T=!0);var z,N,j,R,L;if(h.type==="text"&&(E=$n(D)),_!==null&&E!==null&&(v&&(r===null||T||M(r)&&(r.format!==C||r.style!==S))&&(z=C,N=S,j=x,R=g,L=performance.now(),Hl=[z,N,j,R,L]),u!==x||c!==k||l!==_||a!==E||n.type==="Range"&&v||(d!==null&&o.contains(d)||o.focus({preventScroll:!0}),f.type==="element"))){try{n.setBaseAndExtent(_,x,E,k)}catch{}if(!s.has("skip-scroll-into-view")&&e.isCollapsed()&&o!==null&&o===document.activeElement){const O=e instanceof Jt&&e.anchor.type==="element"?_.childNodes[x]||null:n.rangeCount>0?n.getRangeAt(0):null;if(O!==null){let Y;if(O instanceof Text){const ce=document.createRange();ce.selectNode(O),Y=ce.getBoundingClientRect()}else Y=O.getBoundingClientRect();(function(ce,Z,Ce){const ie=Ce.ownerDocument,ye=ie.defaultView;if(ye===null)return;let{top:Se,bottom:je}=Z,Me=0,ke=0,be=Ce;for(;be!==null;){const We=be===ie.body;if(We)Me=0,ke=as(ce).innerHeight;else{const de=be.getBoundingClientRect();Me=de.top,ke=de.bottom}let Ae=0;if(Se<Me?Ae=-(Me-Se):je>ke&&(Ae=je-ke),Ae!==0)if(We)ye.scrollBy(0,Ae);else{const de=be.scrollTop;be.scrollTop+=Ae;const qe=be.scrollTop-de;Se-=qe,je-=qe}if(We)break;be=fn(be)}})(t,Y,o)}}Qs=!0}}function sa(r){let e=K()||mn();e===null&&(e=ve().selectEnd()),e.insertNodes(r)}function js(r){let e=r;r.isCollapsed()||e.removeText();const t=K();M(t)&&(e=t),M(e)||$(161);const n=e.anchor;let s=n.getNode(),o=n.offset;for(;!zt(s);)[s,o]=Ac(s,o);return o}function Ac(r,e){const t=r.getParent();if(!t){const s=Fe();return ve().append(s),s.select(),[ve(),0]}if(q(r)){const s=r.splitText(e);if(s.length===0)return[t,r.getIndexWithinParent()];const o=e===0?0:1;return[t,s[0].getIndexWithinParent()+o]}if(!F(r)||e===0)return[t,r.getIndexWithinParent()];const n=r.getChildAtIndex(e);if(n){const s=new Jt(Et(r.__key,e,"element"),Et(r.__key,e,"element"),0,""),o=r.insertNewAfter(s);o&&o.append(n,...n.getNextSiblings())}return[t,r.getIndexWithinParent()+1]}let Pe=null,Oe=null,Ye=!1,Ls=!1,Fn=0;const Do={characterData:!0,childList:!0,subtree:!0};function yn(){return Ye||Pe!==null&&Pe._readOnly}function Qe(){Ye&&$(13)}function ia(){Fn>99&&$(14)}function Lt(){return Pe===null&&$(195,oa()),Pe}function De(){return Oe===null&&$(196,oa()),Oe}function oa(){let r=0;const e=new Set,t=hs.version;if(typeof window<"u")for(const s of document.querySelectorAll("[contenteditable]")){const o=is(s);if(vi(o))r++;else if(o){let i=String(o.constructor.version||"<0.17.1");i===t&&(i+=" (separately built, likely a bundler configuration issue)"),e.add(i)}}let n=` Detected on the page: ${r} compatible editor(s) with version ${t}`;return e.size&&(n+=` and incompatible editors with versions ${Array.from(e).join(", ")}`),n}function Tc(){return Oe}function So(r,e,t){const n=e.__type,s=function(l,a){const u=l._nodes.get(a);return u===void 0&&$(30,a),u}(r,n);let o=t.get(n);o===void 0&&(o=Array.from(s.transforms),t.set(n,o));const i=o.length;for(let l=0;l<i&&(o[l](e),e.isAttached());l++);}function Eo(r,e){return r!==void 0&&r.__key!==e&&r.isAttached()}function la(r,e){if(!e)return;const t=r._updateTags;let n=e;Array.isArray(e)||(n=[e]);for(const s of n)t.add(s)}function Bc(r){return Ni(r,De()._nodes)}function Ni(r,e){const t=r.type,n=e.get(t);n===void 0&&$(17,t);const s=n.klass;r.type!==s.getType()&&$(18,s.name);const o=s.importJSON(r),i=r.children;if(F(o)&&Array.isArray(i))for(let l=0;l<i.length;l++){const a=Ni(i[l],e);o.append(a)}return o}function ko(r,e,t){const n=Pe,s=Ye,o=Oe;Pe=e,Ye=!0,Oe=r;try{return t()}finally{Pe=n,Ye=s,Oe=o}}function Wt(r,e){const t=r._pendingEditorState,n=r._rootElement,s=r._headless||n===null;if(t===null)return;const o=r._editorState,i=o._selection,l=t._selection,a=r._dirtyType!==sr,u=Pe,c=Ye,d=Oe,f=r._updating,h=r._observer;let g=null;if(r._pendingEditorState=null,r._editorState=t,!s&&a&&h!==null){Oe=r,Pe=t,Ye=!1,r._updating=!0;try{const v=r._dirtyType,_=r._dirtyElements,E=r._dirtyLeaves;h.disconnect(),g=mc(o,t,r,v,_,E)}catch(v){if(v instanceof Error&&r._onError(v),Ls)throw v;return fa(r,null,n,t),Al(r),r._dirtyType=Sr,Ls=!0,Wt(r,o),void(Ls=!1)}finally{h.observe(n,Do),r._updating=f,Pe=u,Ye=c,Oe=d}}t._readOnly||(t._readOnly=!0);const m=r._dirtyLeaves,y=r._dirtyElements,D=r._normalizedNodes,x=r._updateTags,k=r._deferred;a&&(r._dirtyType=sr,r._cloneNotNeeded.clear(),r._dirtyLeaves=new Set,r._dirtyElements=new Map,r._normalizedNodes=new Set,r._updateTags=new Set),function(v,_){const E=v._decorators;let T=v._pendingDecorators||E;const z=_._nodeMap;let N;for(N in T)z.has(N)||(T===E&&(T=jl(v)),delete T[N])}(r,t);const C=s?null:lt(r._window);if(r._editable&&C!==null&&(a||l===null||l.dirty)){Oe=r,Pe=t;try{if(h!==null&&h.disconnect(),a||l===null||l.dirty){const v=r._blockCursorElement;v!==null&&Ei(v,r,n),kc(i,l,r,C,x,n)}ac(r,n,l),h!==null&&h.observe(n,Do)}finally{Oe=d,Pe=u}}g!==null&&function(v,_,E,T,z){const N=Array.from(v._listeners.mutation),j=N.length;for(let R=0;R<j;R++){const[L,O]=N[R],Y=_.get(O);Y!==void 0&&L(Y,{dirtyLeaves:T,prevEditorState:z,updateTags:E})}}(r,g,x,m,o),M(l)||l===null||i!==null&&i.is(l)||r.dispatchCommand(li,void 0);const S=r._pendingDecorators;S!==null&&(r._decorators=S,r._pendingDecorators=null,Xr("decorator",r,!0,S)),function(v,_,E){const T=Xi(_),z=Xi(E);T!==z&&Xr("textcontent",v,!0,z)}(r,e||o,t),Xr("update",r,!0,{dirtyElements:y,dirtyLeaves:m,editorState:t,normalizedNodes:D,prevEditorState:e||o,tags:x}),function(v,_){if(v._deferred=[],_.length!==0){const E=v._updating;v._updating=!0;try{for(let T=0;T<_.length;T++)_[T]()}finally{v._updating=E}}}(r,k),function(v){const _=v._updates;if(_.length!==0){const E=_.shift();if(E){const[T,z]=E;ua(v,T,z)}}}(r)}function Xr(r,e,t,...n){const s=e._updating;e._updating=t;try{const o=Array.from(e._listeners[r]);for(let i=0;i<o.length;i++)o[i].apply(null,n)}finally{e._updating=s}}function aa(r,e,t){if(r._updating===!1||Oe!==r){let s=!1;return r.update(()=>{s=aa(r,e,t)}),s}const n=Ci(r);for(let s=4;s>=0;s--)for(let o=0;o<n.length;o++){const i=n[o]._commands.get(e);if(i!==void 0){const l=i[s];if(l!==void 0){const a=Array.from(l),u=a.length;for(let c=0;c<u;c++)if(a[c](t,r)===!0)return!0}}}return!1}function Ao(r,e){const t=r._updates;let n=e||!1;for(;t.length!==0;){const s=t.shift();if(s){const[o,i]=s;let l;if(i!==void 0){if(l=i.onUpdate,i.skipTransforms&&(n=!0),i.discrete){const a=r._pendingEditorState;a===null&&$(191),a._flushSync=!0}l&&r._deferred.push(l),la(r,i.tag)}o()}}return n}function ua(r,e,t){const n=r._updateTags;let s,o=!1,i=!1;t!==void 0&&(s=t.onUpdate,la(r,t.tag),o=t.skipTransforms||!1,i=t.discrete||!1),s&&r._deferred.push(s);const l=r._editorState;let a=r._pendingEditorState,u=!1;(a===null||a._readOnly)&&(a=r._pendingEditorState=ca(a||l),u=!0),a._flushSync=i;const c=Pe,d=Ye,f=Oe,h=r._updating;Pe=a,Ye=!1,r._updating=!0,Oe=r;try{u&&(r._headless?l._selection!==null&&(a._selection=l._selection.clone()):a._selection=function(D){const x=D.getEditorState()._selection,k=lt(D._window);return M(x)||x==null?Bi(x,k,D,null):x.clone()}(r));const m=r._compositionKey;e(),o=Ao(r,o),function(D,x){const k=x.getEditorState()._selection,C=D._selection;if(M(C)){const S=C.anchor,v=C.focus;let _;if(S.type==="text"&&(_=S.getNode(),_.selectionTransform(k,C)),v.type==="text"){const E=v.getNode();_!==E&&E.selectionTransform(k,C)}}}(a,r),r._dirtyType!==sr&&(o?function(D,x){const k=x._dirtyLeaves,C=D._nodeMap;for(const S of k){const v=C.get(S);q(v)&&v.isAttached()&&v.isSimpleText()&&!v.isUnmergeable()&&Qi(v)}}(a,r):function(D,x){const k=x._dirtyLeaves,C=x._dirtyElements,S=D._nodeMap,v=Ut(),_=new Map;let E=k,T=E.size,z=C,N=z.size;for(;T>0||N>0;){if(T>0){x._dirtyLeaves=new Set;for(const j of E){const R=S.get(j);q(R)&&R.isAttached()&&R.isSimpleText()&&!R.isUnmergeable()&&Qi(R),R!==void 0&&Eo(R,v)&&So(x,R,_),k.add(j)}if(E=x._dirtyLeaves,T=E.size,T>0){Fn++;continue}}x._dirtyLeaves=new Set,x._dirtyElements=new Map;for(const j of z){const R=j[0],L=j[1];if(R!=="root"&&!L)continue;const O=S.get(R);O!==void 0&&Eo(O,v)&&So(x,O,_),C.set(R,L)}E=x._dirtyLeaves,T=E.size,z=x._dirtyElements,N=z.size,Fn++}x._dirtyLeaves=k,x._dirtyElements=C}(a,r),Ao(r),function(D,x,k,C){const S=D._nodeMap,v=x._nodeMap,_=[];for(const[E]of C){const T=v.get(E);T!==void 0&&(T.isAttached()||(F(T)&&Il(T,E,S,v,_,C),S.has(E)||C.delete(E),_.push(E)))}for(const E of _)v.delete(E);for(const E of k){const T=v.get(E);T===void 0||T.isAttached()||(S.has(E)||k.delete(E),v.delete(E))}}(l,a,r._dirtyLeaves,r._dirtyElements)),m!==r._compositionKey&&(a._flushSync=!0);const y=a._selection;if(M(y)){const D=a._nodeMap,x=y.anchor.key,k=y.focus.key;D.get(x)!==void 0&&D.get(k)!==void 0||$(19)}else vt(y)&&y._nodes.size===0&&(a._selection=null)}catch(m){return m instanceof Error&&r._onError(m),r._pendingEditorState=l,r._dirtyType=Sr,r._cloneNotNeeded.clear(),r._dirtyLeaves=new Set,r._dirtyElements.clear(),void Wt(r)}finally{Pe=c,Ye=d,Oe=f,r._updating=h,Fn=0}r._dirtyType!==sr||function(m,y){const D=y.getEditorState()._selection,x=m._selection;if(x!==null){if(x.dirty||!x.is(D))return!0}else if(D!==null)return!0;return!1}(a,r)?a._flushSync?(a._flushSync=!1,Wt(r)):u&&rc(()=>{Wt(r)}):(a._flushSync=!1,u&&(n.clear(),r._deferred=[],r._pendingEditorState=null))}function tt(r,e,t){r._updating?r._updates.push([e,t]):ua(r,e,t)}class Zr{constructor(e,t,n){this.element=e,this.before=t||null,this.after=n||null}withBefore(e){return new Zr(this.element,e,this.after)}withAfter(e){return new Zr(this.element,this.before,e)}withElement(e){return new Zr(e,this.before,this.after)}insertChild(e){const t=this.before||this.getManagedLineBreak();return t!==null&&t.parentElement!==this.element&&$(222),this.element.insertBefore(e,t),this}removeChild(e){return e.parentElement!==this.element&&$(223),this.element.removeChild(e),this}replaceChild(e,t){return t.parentElement!==this.element&&$(224),this.element.replaceChild(e,t),this}getFirstChild(){const e=this.after?this.after.nextSibling:this.element.firstChild;return e===this.before||e===this.getManagedLineBreak()?null:e}getManagedLineBreak(){return this.element.__lexicalLineBreak||null}setManagedLineBreak(e){if(e===null)this.removeManagedLineBreak();else{const t=e==="decorator"&&(un||ns);this.insertManagedLineBreak(t)}}removeManagedLineBreak(){const e=this.getManagedLineBreak();if(e){const t=this.element,n=e.nodeName==="IMG"?e.nextSibling:null;n&&t.removeChild(n),t.removeChild(e),t.__lexicalLineBreak=void 0}}insertManagedLineBreak(e){const t=this.getManagedLineBreak();if(t){if(e===(t.nodeName==="IMG"))return;this.removeManagedLineBreak()}const n=this.element,s=this.before,o=document.createElement("br");if(n.insertBefore(o,s),e){const i=document.createElement("img");i.setAttribute("data-lexical-linebreak","true"),i.style.cssText="display: inline !important; border: 0px !important; margin: 0px !important;",i.alt="",n.insertBefore(i,o),n.__lexicalLineBreak=i}else n.__lexicalLineBreak=o}getFirstChildOffset(){let e=0;for(let t=this.after;t!==null;t=t.previousSibling)e++;return e}resolveChildIndex(e,t,n,s){if(n===this.element){const a=this.getFirstChildOffset();return[e,Math.min(a+e.getChildrenSize(),Math.max(a,s))]}const o=To(t,n);o.push(s);const i=To(t,this.element);let l=e.getIndexWithinParent();for(let a=0;a<i.length;a++){const u=o[a],c=i[a];if(u===void 0||u<c)break;if(u>c){l+=1;break}}return[e.getParentOrThrow(),l]}}function To(r,e){const t=[];let n=e;for(;n!==r&&n!==null;n=e.parentNode){let s=0;for(let o=n.previousSibling;o!==null;o=n.previousSibling)s++;t.push(s)}return n!==r&&$(225),t.reverse()}class Rt extends cs{constructor(e){super(e),this.__first=null,this.__last=null,this.__size=0,this.__format=0,this.__style="",this.__indent=0,this.__dir=null}afterCloneFrom(e){super.afterCloneFrom(e),this.__first=e.__first,this.__last=e.__last,this.__size=e.__size,this.__indent=e.__indent,this.__format=e.__format,this.__style=e.__style,this.__dir=e.__dir}getFormat(){return this.getLatest().__format}getFormatType(){const e=this.getFormat();return Ku[e]||""}getStyle(){return this.getLatest().__style}getIndent(){return this.getLatest().__indent}getChildren(){const e=[];let t=this.getFirstChild();for(;t!==null;)e.push(t),t=t.getNextSibling();return e}getChildrenKeys(){const e=[];let t=this.getFirstChild();for(;t!==null;)e.push(t.__key),t=t.getNextSibling();return e}getChildrenSize(){return this.getLatest().__size}isEmpty(){return this.getChildrenSize()===0}isDirty(){const e=De()._dirtyElements;return e!==null&&e.has(this.__key)}isLastChild(){const e=this.getLatest(),t=this.getParentOrThrow().getLastChild();return t!==null&&t.is(e)}getAllTextNodes(){const e=[];let t=this.getFirstChild();for(;t!==null;){if(q(t)&&e.push(t),F(t)){const n=t.getAllTextNodes();e.push(...n)}t=t.getNextSibling()}return e}getFirstDescendant(){let e=this.getFirstChild();for(;F(e);){const t=e.getFirstChild();if(t===null)break;e=t}return e}getLastDescendant(){let e=this.getLastChild();for(;F(e);){const t=e.getLastChild();if(t===null)break;e=t}return e}getDescendantByIndex(e){const t=this.getChildren(),n=t.length;if(e>=n){const o=t[n-1];return F(o)&&o.getLastDescendant()||o||null}const s=t[e];return F(s)&&s.getFirstDescendant()||s||null}getFirstChild(){const e=this.getLatest().__first;return e===null?null:Ue(e)}getFirstChildOrThrow(){const e=this.getFirstChild();return e===null&&$(45,this.__key),e}getLastChild(){const e=this.getLatest().__last;return e===null?null:Ue(e)}getLastChildOrThrow(){const e=this.getLastChild();return e===null&&$(96,this.__key),e}getChildAtIndex(e){const t=this.getChildrenSize();let n,s;if(e<t/2){for(n=this.getFirstChild(),s=0;n!==null&&s<=e;){if(s===e)return n;n=n.getNextSibling(),s++}return null}for(n=this.getLastChild(),s=t-1;n!==null&&s>=e;){if(s===e)return n;n=n.getPreviousSibling(),s--}return null}getTextContent(){let e="";const t=this.getChildren(),n=t.length;for(let s=0;s<n;s++){const o=t[s];e+=o.getTextContent(),F(o)&&s!==n-1&&!o.isInline()&&(e+=Ft)}return e}getTextContentSize(){let e=0;const t=this.getChildren(),n=t.length;for(let s=0;s<n;s++){const o=t[s];e+=o.getTextContentSize(),F(o)&&s!==n-1&&!o.isInline()&&(e+=Ft.length)}return e}getDirection(){return this.getLatest().__dir}hasFormat(e){if(e!==""){const t=Vi[e];return!!(this.getFormat()&t)}return!1}select(e,t){Qe();const n=K();let s=e,o=t;const i=this.getChildrenSize();if(!this.canBeEmpty()){if(e===0&&t===0){const a=this.getFirstChild();if(q(a)||F(a))return a.select(0,0)}else if(!(e!==void 0&&e!==i||t!==void 0&&t!==i)){const a=this.getLastChild();if(q(a)||F(a))return a.select()}}s===void 0&&(s=i),o===void 0&&(o=i);const l=this.__key;return M(n)?(n.anchor.set(l,s,"element"),n.focus.set(l,o,"element"),n.dirty=!0,n):na(l,s,l,o,"element","element")}selectStart(){const e=this.getFirstDescendant();return e?e.selectStart():this.select()}selectEnd(){const e=this.getLastDescendant();return e?e.selectEnd():this.select()}clear(){const e=this.getWritable();return this.getChildren().forEach(t=>t.remove()),e}append(...e){return this.splice(this.getChildrenSize(),0,e)}setDirection(e){const t=this.getWritable();return t.__dir=e,t}setFormat(e){return this.getWritable().__format=e!==""?Vi[e]:0,this}setStyle(e){return this.getWritable().__style=e||"",this}setIndent(e){return this.getWritable().__indent=e,this}splice(e,t,n){const s=n.length,o=this.getChildrenSize(),i=this.getWritable();e+t<=o||$(226,String(e),String(t),String(o));const l=i.__key,a=[],u=[],c=this.getChildAtIndex(e+t);let d=null,f=o-t+s;if(e!==0)if(e===o)d=this.getLastChild();else{const g=this.getChildAtIndex(e);g!==null&&(d=g.getPreviousSibling())}if(t>0){let g=d===null?this.getFirstChild():d.getNextSibling();for(let m=0;m<t;m++){g===null&&$(100);const y=g.getNextSibling(),D=g.__key;rr(g.getWritable()),u.push(D),g=y}}let h=d;for(let g=0;g<s;g++){const m=n[g];h!==null&&m.is(h)&&(d=h=h.getPreviousSibling());const y=m.getWritable();y.__parent===l&&f--,rr(y);const D=m.__key;if(h===null)i.__first=D,y.__prev=null;else{const x=h.getWritable();x.__next=D,y.__prev=x.__key}m.__key===l&&$(76),y.__parent=l,a.push(D),h=m}if(e+t===o)h!==null&&(h.getWritable().__next=null,i.__last=h.__key);else if(c!==null){const g=c.getWritable();if(h!==null){const m=h.getWritable();g.__prev=h.__key,m.__next=c.__key}else g.__prev=null}if(i.__size=f,u.length){const g=K();if(M(g)){const m=new Set(u),y=new Set(a),{anchor:D,focus:x}=g;Bo(D,m,y)&&Qn(D,D.getNode(),this,d,c),Bo(x,m,y)&&Qn(x,x.getNode(),this,d,c),f!==0||this.canBeEmpty()||St(this)||this.remove()}}return i}getDOMSlot(e){return new Zr(e)}exportDOM(e){const{element:t}=super.exportDOM(e);if(t&&jt(t)){const n=this.getIndent();n>0&&(t.style.paddingInlineStart=40*n+"px")}return{element:t}}exportJSON(){return{children:[],direction:this.getDirection(),format:this.getFormatType(),indent:this.getIndent(),type:"element",version:1}}insertNewAfter(e,t){return null}canIndent(){return!0}collapseAtStart(e){return!1}excludeFromCopy(e){return!1}canReplaceWith(e){return!0}canInsertAfter(e){return!0}canBeEmpty(){return!0}canInsertTextBefore(){return!0}canInsertTextAfter(){return!0}isInline(){return!1}isShadowRoot(){return!1}canMergeWith(e){return!1}extractWithChild(e,t,n){return!1}canMergeWhenEmpty(){return!1}reconcileObservedMutation(e,t){const n=this.getDOMSlot(e);let s=n.getFirstChild();for(let o=this.getFirstChild();o;o=o.getNextSibling()){const i=t.getElementByKey(o.getKey());i!==null&&(s==null?(n.insertChild(i),s=i):s!==i&&n.replaceChild(i,s),s=s.nextSibling)}}}function F(r){return r instanceof Rt}function Bo(r,e,t){let n=r.getNode();for(;n;){const s=n.__key;if(e.has(s)&&!t.has(s))return!0;n=n.getParent()}return!1}class Nc extends cs{constructor(e){super(e)}decorate(e,t){$(47)}isIsolated(){return!1}isInline(){return!0}isKeyboardSelectable(){return!0}}function pe(r){return r instanceof Nc}class xn extends Rt{static getType(){return"root"}static clone(){return new xn}constructor(){super("root"),this.__cachedText=null}getTopLevelElementOrThrow(){$(51)}getTextContent(){const e=this.__cachedText;return!yn()&&De()._dirtyType!==sr||e===null?super.getTextContent():e}remove(){$(52)}replace(e){$(53)}insertBefore(e){$(54)}insertAfter(e){$(55)}updateDOM(e,t){return!1}append(...e){for(let t=0;t<e.length;t++){const n=e[t];F(n)||pe(n)||$(56)}return super.append(...e)}static importJSON(e){const t=ve();return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}exportJSON(){return{children:[],direction:this.getDirection(),format:this.getFormatType(),indent:this.getIndent(),type:"root",version:1}}collapseAtStart(){return!0}}function Ve(r){return r instanceof xn}function ca(r){return new fs(new Map(r._nodeMap))}function Fi(){return new fs(new Map([["root",new xn]]))}function da(r){const e=r.exportJSON(),t=r.constructor;if(e.type!==t.getType()&&$(130,t.name),F(r)){const n=e.children;Array.isArray(n)||$(59,t.name);const s=r.getChildren();for(let o=0;o<s.length;o++){const i=da(s[o]);n.push(i)}}return e}class fs{constructor(e,t){this._nodeMap=e,this._selection=t||null,this._flushSync=!1,this._readOnly=!1}isEmpty(){return this._nodeMap.size===1&&this._selection===null}read(e,t){return ko(t&&t.editor||null,this,e)}clone(e){const t=new fs(this._nodeMap,e===void 0?this._selection:e);return t._readOnly=!0,t}toJSON(){return ko(null,this,()=>({root:da(ve())}))}}class ji extends Rt{static getType(){return"artificial"}createDOM(e){return document.createElement("div")}}class Tr extends Rt{constructor(e){super(e),this.__textFormat=0,this.__textStyle=""}static getType(){return"paragraph"}getTextFormat(){return this.getLatest().__textFormat}setTextFormat(e){const t=this.getWritable();return t.__textFormat=e,t}hasTextFormat(e){const t=ir[e];return!!(this.getTextFormat()&t)}getFormatFlags(e,t){return zn(this.getLatest().__textFormat,e,t)}getTextStyle(){return this.getLatest().__textStyle}setTextStyle(e){const t=this.getWritable();return t.__textStyle=e,t}static clone(e){return new Tr(e.__key)}afterCloneFrom(e){super.afterCloneFrom(e),this.__textFormat=e.__textFormat,this.__textStyle=e.__textStyle}createDOM(e){const t=document.createElement("p"),n=Hr(e.theme,"paragraph");return n!==void 0&&t.classList.add(...n),t}updateDOM(e,t,n){return!1}static importDOM(){return{p:e=>({conversion:Fc,priority:0})}}exportDOM(e){const{element:t}=super.exportDOM(e);if(t&&jt(t)){this.isEmpty()&&t.append(document.createElement("br"));const n=this.getFormatType();t.style.textAlign=n;const s=this.getDirection();s&&(t.dir=s)}return{element:t}}static importJSON(e){const t=Fe();return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t.setTextFormat(e.textFormat),t}exportJSON(){return{...super.exportJSON(),textFormat:this.getTextFormat(),textStyle:this.getTextStyle(),type:"paragraph",version:1}}insertNewAfter(e,t){const n=Fe();n.setTextFormat(e.format),n.setTextStyle(e.style);const s=this.getDirection();return n.setDirection(s),n.setFormat(this.getFormatType()),n.setStyle(this.getTextStyle()),this.insertAfter(n,t),n}collapseAtStart(){const e=this.getChildren();if(e.length===0||q(e[0])&&e[0].getTextContent().trim()===""){if(this.getNextSibling()!==null)return this.selectNext(),this.remove(),!0;if(this.getPreviousSibling()!==null)return this.selectPrevious(),this.remove(),!0}return!1}}function Fc(r){const e=Fe();return r.style&&(e.setFormat(r.style.textAlign),Ai(r,e)),{node:e}}function Fe(){return kt(new Tr)}function kr(r){return r instanceof Tr}const ue=0,_r=1,jc=4;function fa(r,e,t,n){const s=r._keyToDOMMap;s.clear(),r._editorState=Fi(),r._pendingEditorState=n,r._compositionKey=null,r._dirtyType=sr,r._cloneNotNeeded.clear(),r._dirtyLeaves=new Set,r._dirtyElements.clear(),r._normalizedNodes=new Set,r._updateTags=new Set,r._updates=[],r._blockCursorElement=null;const o=r._observer;o!==null&&(o.disconnect(),r._observer=null),e!==null&&(e.textContent=""),t!==null&&(t.textContent="",s.set("root",t))}function Lc(r){const e=r||{},t=Tc(),n=e.theme||{},s=r===void 0?t:e.parentEditor||null,o=e.disableEvents||!1,i=Fi(),l=e.namespace||(s!==null?s._config.namespace:Pl()),a=e.editorState,u=[xn,Ar,hn,pn,Tr,ji,...e.nodes||[]],{onError:c,html:d}=e,f=e.editable===void 0||e.editable;let h;if(r===void 0&&t!==null)h=t._nodes;else{h=new Map;for(let m=0;m<u.length;m++){let y=u[m],D=null,x=null;if(typeof y!="function"){const v=y;y=v.replace,D=v.with,x=v.withKlass||null}const k=y.getType(),C=y.transform(),S=new Set;C!==null&&S.add(C),h.set(k,{exportDOM:d&&d.export?d.export.get(y):void 0,klass:y,replace:D,replaceWithKlass:x,transforms:S})}}const g=new hs(i,s,h,{disableEvents:o,namespace:l,theme:n},c||console.error,function(m,y){const D=new Map,x=new Set,k=C=>{Object.keys(C).forEach(S=>{let v=D.get(S);v===void 0&&(v=[],D.set(S,v)),v.push(C[S])})};return m.forEach(C=>{const S=C.klass.importDOM;if(S==null||x.has(S))return;x.add(S);const v=S.call(C.klass);v!==null&&k(v)}),y&&k(y),D}(h,d?d.import:void 0),f);return a!==void 0&&(g._pendingEditorState=a,g._dirtyType=Sr),g}class hs{constructor(e,t,n,s,o,i,l){this._parentEditor=t,this._rootElement=null,this._editorState=e,this._pendingEditorState=null,this._compositionKey=null,this._deferred=[],this._keyToDOMMap=new Map,this._updates=[],this._updating=!1,this._listeners={decorator:new Set,editable:new Set,mutation:new Map,root:new Set,textcontent:new Set,update:new Set},this._commands=new Map,this._config=s,this._nodes=n,this._decorators={},this._pendingDecorators=null,this._dirtyType=sr,this._cloneNotNeeded=new Set,this._dirtyLeaves=new Set,this._dirtyElements=new Map,this._normalizedNodes=new Set,this._updateTags=new Set,this._observer=null,this._key=Pl(),this._onError=o,this._htmlConversions=i,this._editable=l,this._headless=t!==null&&t._headless,this._window=null,this._blockCursorElement=null}isComposing(){return this._compositionKey!=null}registerUpdateListener(e){const t=this._listeners.update;return t.add(e),()=>{t.delete(e)}}registerEditableListener(e){const t=this._listeners.editable;return t.add(e),()=>{t.delete(e)}}registerDecoratorListener(e){const t=this._listeners.decorator;return t.add(e),()=>{t.delete(e)}}registerTextContentListener(e){const t=this._listeners.textcontent;return t.add(e),()=>{t.delete(e)}}registerRootListener(e){const t=this._listeners.root;return e(this._rootElement,null),t.add(e),()=>{e(null,this._rootElement),t.delete(e)}}registerCommand(e,t,n){n===void 0&&$(35);const s=this._commands;s.has(e)||s.set(e,[new Set,new Set,new Set,new Set,new Set]);const o=s.get(e);o===void 0&&$(36,String(e));const i=o[n];return i.add(t),()=>{i.delete(t),o.every(l=>l.size===0)&&s.delete(e)}}registerMutationListener(e,t,n){const s=this.resolveRegisteredNodeAfterReplacements(this.getRegisteredNode(e)).klass,o=this._listeners.mutation;o.set(t,s);const i=n&&n.skipInitialization;return i!==void 0&&i||this.initializeMutationListener(t,s),()=>{o.delete(t)}}getRegisteredNode(e){const t=this._nodes.get(e.getType());return t===void 0&&$(37,e.name),t}resolveRegisteredNodeAfterReplacements(e){for(;e.replaceWithKlass;)e=this.getRegisteredNode(e.replaceWithKlass);return e}initializeMutationListener(e,t){const n=this._editorState,s=fc(n).get(t.getType());if(!s)return;const o=new Map;for(const i of s.keys())o.set(i,"created");o.size>0&&e(o,{dirtyLeaves:new Set,prevEditorState:n,updateTags:new Set(["registerMutationListener"])})}registerNodeTransformToKlass(e,t){const n=this.getRegisteredNode(e);return n.transforms.add(t),n}registerNodeTransform(e,t){const n=this.registerNodeTransformToKlass(e,t),s=[n],o=n.replaceWithKlass;if(o!=null){const a=this.registerNodeTransformToKlass(o,t);s.push(a)}var i,l;return i=this,l=e.getType(),tt(i,()=>{const a=Lt();if(a.isEmpty())return;if(l==="root")return void ve().markDirty();const u=a._nodeMap;for(const[,c]of u)c.markDirty()},i._pendingEditorState===null?{tag:"history-merge"}:void 0),()=>{s.forEach(a=>a.transforms.delete(t))}}hasNode(e){return this._nodes.has(e.getType())}hasNodes(e){return e.every(this.hasNode.bind(this))}dispatchCommand(e,t){return W(this,e,t)}getDecorators(){return this._decorators}getRootElement(){return this._rootElement}getKey(){return this._key}setRootElement(e){const t=this._rootElement;if(e!==t){const n=Hr(this._config.theme,"root"),s=this._pendingEditorState||this._editorState;if(this._rootElement=e,fa(this,t,e,s),t!==null&&(this._config.disableEvents||yc(t),n!=null&&t.classList.remove(...n)),e!==null){const o=function(l){const a=l.ownerDocument;return a&&a.defaultView||null}(e),i=e.style;i.userSelect="text",i.whiteSpace="pre-wrap",i.wordBreak="break-word",e.setAttribute("data-lexical-editor","true"),this._window=o,this._dirtyType=Sr,Al(this),this._updateTags.add("history-merge"),Wt(this),this._config.disableEvents||function(l,a){const u=l.ownerDocument,c=Hn.get(u);(c===void 0||c<1)&&u.addEventListener("selectionchange",Xl),Hn.set(u,(c||0)+1),l.__lexicalEditor=a;const d=Yl(l);for(let f=0;f<Js.length;f++){const[h,g]=Js[f],m=typeof g=="function"?y=>{fo(y)||(co(y),(a.isEditable()||h==="click")&&g(y,a))}:y=>{if(fo(y))return;co(y);const D=a.isEditable();switch(h){case"cut":return D&&W(a,ci,y);case"copy":return W(a,rs,y);case"paste":return D&&W(a,ts,y);case"dragstart":return D&&W(a,_l,y);case"dragover":return D&&W(a,vl,y);case"dragend":return D&&W(a,Tu,y);case"focus":return D&&W(a,Fu,y);case"blur":return D&&W(a,ju,y);case"drop":return D&&W(a,bl,y)}};l.addEventListener(h,m),d.push(()=>{l.removeEventListener(h,m)})}}(e,this),n!=null&&e.classList.add(...n)}else this._editorState=s,this._pendingEditorState=null,this._window=null;Xr("root",this,!1,e,t)}}getElementByKey(e){return this._keyToDOMMap.get(e)||null}getEditorState(){return this._editorState}setEditorState(e,t){e.isEmpty()&&$(38);let n=e;n._readOnly&&(n=ca(e),n._selection=e._selection?e._selection.clone():null),kl(this);const s=this._pendingEditorState,o=this._updateTags,i=t!==void 0?t.tag:null;s===null||s.isEmpty()||(i!=null&&o.add(i),Wt(this)),this._pendingEditorState=n,this._dirtyType=Sr,this._dirtyElements.set("root",!1),this._compositionKey=null,i!=null&&o.add(i),this._updating||Wt(this)}parseEditorState(e,t){return function(n,s,o){const i=Fi(),l=Pe,a=Ye,u=Oe,c=s._dirtyElements,d=s._dirtyLeaves,f=s._cloneNotNeeded,h=s._dirtyType;s._dirtyElements=new Map,s._dirtyLeaves=new Set,s._cloneNotNeeded=new Set,s._dirtyType=0,Pe=i,Ye=!1,Oe=s;try{const g=s._nodes;Ni(n.root,g),o&&o(),i._readOnly=!0}catch(g){g instanceof Error&&s._onError(g)}finally{s._dirtyElements=c,s._dirtyLeaves=d,s._cloneNotNeeded=f,s._dirtyType=h,Pe=l,Ye=a,Oe=u}return i}(typeof e=="string"?JSON.parse(e):e,this,t)}read(e){return Wt(this),this.getEditorState().read(e,{editor:this})}update(e,t){tt(this,e,t)}focus(e,t={}){const n=this._rootElement;n!==null&&(n.setAttribute("autocapitalize","off"),tt(this,()=>{const s=K(),o=ve();s!==null?s.dirty=!0:o.getChildrenSize()!==0&&(t.defaultSelection==="rootStart"?o.selectStart():o.selectEnd())},{onUpdate:()=>{n.removeAttribute("autocapitalize"),e&&e()},tag:"focus"}),this._pendingEditorState===null&&n.removeAttribute("autocapitalize"))}blur(){const e=this._rootElement;e!==null&&e.blur();const t=lt(this._window);t!==null&&t.removeAllRanges()}isEditable(){return this._editable}setEditable(e){this._editable!==e&&(this._editable=e,Xr("editable",this,!0,e))}toJSON(){return{editorState:this._editorState.toJSON()}}}hs.version="0.21.0+prod.esm";const ha=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0,Rc=ha?w.useLayoutEffect:w.useEffect,En={tag:"history-merge"};function Pc({initialConfig:r,children:e}){const t=w.useMemo(()=>{const{theme:n,namespace:s,nodes:o,onError:i,editorState:l,html:a}=r,u=bu(null,n),c=Lc({editable:r.editable,html:a,namespace:s,nodes:o,onError:d=>i(d,c),theme:n});return function(d,f){if(f!==null){if(f===void 0)d.update(()=>{const h=ve();if(h.isEmpty()){const g=Fe();h.append(g);const m=ha?document.activeElement:null;(K()!==null||m!==null&&m===d.getRootElement())&&g.select()}},En);else if(f!==null)switch(typeof f){case"string":{const h=d.parseEditorState(f);d.setEditorState(h,En);break}case"object":d.setEditorState(f,En);break;case"function":d.update(()=>{ve().isEmpty()&&f(d)},En)}}}(c,l),[c,u]},[]);return Rc(()=>{const n=r.editable,[s]=t;s.setEditable(n===void 0||n)},[]),p.jsx(cl.Provider,{value:t,children:e})}const Oc=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0?w.useLayoutEffect:w.useEffect;function Mc(r){return{initialValueFn:()=>r.isEditable(),subscribe:e=>r.registerEditableListener(e)}}function Ic(){return function(r){const[e]=gt(),t=w.useMemo(()=>r(e),[e,r]),[n,s]=w.useState(()=>t.initialValueFn()),o=w.useRef(n);return Oc(()=>{const{initialValueFn:i,subscribe:l}=t,a=i();return o.current!==a&&(o.current=a,s(a)),l(u=>{o.current=u,s(u)})},[t,r]),n}(Mc)}function $c(){return ve().getTextContent()}function zc(r,e=!0){if(r)return!1;let t=$c();return e&&(t=t.trim()),t===""}function qc(r){if(!zc(r,!1))return!1;const e=ve().getChildren(),t=e.length;if(t>1)return!1;for(let n=0;n<t;n++){const s=e[n];if(pe(s))return!1;if(F(s)){if(!kr(s)||s.__indent!==0)return!1;const o=s.getChildren(),i=o.length;for(let l=0;l<i;l++){const a=o[n];if(!q(a))return!1}}}return!0}function pa(r){return()=>qc(r)}function Uc(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}Uc(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});function Wc(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var Gc=Wc(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});const Kc=new Map;function Vc(r){const e={};if(!r)return e;const t=r.split(";");for(const n of t)if(n!==""){const[s,o]=n.split(/:([^]+)/);s&&o&&(e[s.trim()]=o.trim())}return e}function ga(r,e){const t=r.getStartEndPoints();if(e.isSelected(r)&&!e.isSegmented()&&!e.isToken()&&t!==null){const[n,s]=t,o=r.isBackward(),i=n.getNode(),l=s.getNode(),a=e.is(i),u=e.is(l);if(a||u){const[c,d]=Zs(r),f=i.is(l),h=e.is(o?l:i),g=e.is(o?i:l);let m,y=0;return f?(y=c>d?d:c,m=c>d?c:d):h?(y=o?d:c,m=void 0):g&&(y=0,m=o?c:d),e.__text=e.__text.slice(y,m),e}}return e}function Hc(r){const e=r.getStyle(),t=Vc(e);Kc.set(e,t)}function Jc(r,e){if(r===null)return;const t=r.getStartEndPoints(),n=t?t[0]:null;if(n!==null&&n.key==="root"){const i=e(),l=ve(),a=l.getFirstChild();return void(a?a.replace(i,!0):l.append(i))}const s=r.getNodes(),o=n!==null&&function(i,l){let a=i;for(;a!==null&&a.getParent()!==null&&!l(a);)a=a.getParentOrThrow();return l(a)?a:null}(n.getNode(),jo);o&&s.indexOf(o)===-1&&s.push(o);for(let i=0;i<s.length;i++){const l=s[i];if(!jo(l))continue;F(l)||Gc(178);const a=e();a.setFormat(l.getFormatType()),a.setIndent(l.getIndent()),l.replace(a,!0)}}function No(r,e){const t=nn(r.focus,e);return pe(t)&&!t.isIsolated()||F(t)&&!t.isInline()&&!t.canBeEmpty()}function Qc(r,e,t,n){r.modify(e?"extend":"move",t,n)}function Yc(r){const e=r.anchor.getNode();return(Ve(e)?e:e.getParentOrThrow()).getDirection()==="rtl"}function Fo(r,e,t){const n=Yc(r);Qc(r,e,t?!n:n,"character")}function jo(r){if(pe(r)||!F(r)||St(r))return!1;const e=r.getFirstChild(),t=e===null||nr(e)||q(e)||e.isInline();return!r.isInline()&&r.canBeEmpty()!==!1&&t}function Xc(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var Zc=Xc(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});const ma=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0,ed=ma&&"documentMode"in document?document.documentMode:null;!(!ma||!("InputEvent"in window)||ed)&&"getTargetRanges"in new window.InputEvent("input");function ya(...r){const e=[];for(const t of r)if(t&&typeof t=="string")for(const[n]of t.matchAll(/\S+/g))e.push(n);return e}function ur(...r){return()=>{for(let e=r.length-1;e>=0;e--)r[e]();r.length=0}}function bn(r,...e){const t=ya(...e);t.length>0&&r.classList.add(...t)}function xa(r,...e){const t=ya(...e);t.length>0&&r.classList.remove(...t)}function td(r,e){let t=r;for(;t!=null;){if(t instanceof e)return t;t=t.getParent()}return null}function rd(r){const e=ps(r,t=>F(t)&&!t.isInline());return F(e)||Zc(4,r.__key),e}const ps=(r,e)=>{let t=r;for(;t!==ve()&&t!=null;){if(e(t))return t;t=t.getParent()}return null};function Gt(r,e){return r!==null&&Object.getPrototypeOf(r).constructor.name===e.name}function nd(r){const e=window.location.origin,t=n=>{if(n.origin!==e)return;const s=r.getRootElement();if(document.activeElement!==s)return;const o=n.data;if(typeof o=="string"){let i;try{i=JSON.parse(o)}catch{return}if(i&&i.protocol==="nuanria_messaging"&&i.type==="request"){const l=i.payload;if(l&&l.functionId==="makeChanges"){const a=l.args;if(a){const[u,c,d,f,h,g]=a;r.update(()=>{const m=K();if(M(m)){const y=m.anchor;let D=y.getNode(),x=0,k=0;if(q(D)&&u>=0&&c>=0&&(x=u,k=u+c,m.setTextNodeRange(D,x,D,k)),x===k&&d===""||(m.insertRawText(d),D=y.getNode()),q(D)){x=f,k=f+h;const C=D.getTextContentSize();x=x>C?C:x,k=k>C?C:k,m.setTextNodeRange(D,x,D,k)}n.stopImmediatePropagation()}})}}}}};return window.addEventListener("message",t,!0),()=>{window.removeEventListener("message",t,!0)}}function ba(r,e){const t=e.body?e.body.childNodes:[];let n=[];const s=[];for(let o=0;o<t.length;o++){const i=t[o];if(!Ca.has(i.nodeName)){const l=wa(i,r,s,!1);l!==null&&(n=n.concat(l))}}return function(o){for(const i of o)i.getNextSibling()instanceof ji&&i.insertAfter(lr());for(const i of o){const l=i.getChildren();for(const a of l)i.insertBefore(a);i.remove()}}(s),n}function _a(r,e){if(typeof document>"u"||typeof window>"u"&&global.window===void 0)throw new Error("To use $generateHtmlFromNodes in headless mode please initialize a headless browser implementation such as JSDom before calling this function.");const t=document.createElement("div"),n=ve().getChildren();for(let s=0;s<n.length;s++)va(r,n[s],t,e);return t.innerHTML}function va(r,e,t,n=null){let s=n===null||e.isSelected(n);const o=F(e)&&e.excludeFromCopy("html");let i=e;if(n!==null){let h=ki(e);h=q(h)&&n!==null?ga(n,h):h,i=h}const l=F(i)?i.getChildren():[],a=r._nodes.get(i.getType());let u;u=a&&a.exportDOM!==void 0?a.exportDOM(r,i):i.exportDOM(r);const{element:c,after:d}=u;if(!c)return!1;const f=document.createDocumentFragment();for(let h=0;h<l.length;h++){const g=l[h],m=va(r,g,f,n);!s&&F(e)&&m&&e.extractWithChild(g,n,"html")&&(s=!0)}if(s&&!o){if((jt(c)||io(c))&&c.append(f),t.append(c),d){const h=d.call(i,c);h&&(io(c)?c.replaceChildren(h):c.replaceWith(h))}}else t.append(f);return s}const Ca=new Set(["STYLE","SCRIPT"]);function wa(r,e,t,n,s=new Map,o){let i=[];if(Ca.has(r.nodeName))return i;let l=null;const a=function(g,m){const{nodeName:y}=g,D=m._htmlConversions.get(y.toLowerCase());let x=null;if(D!==void 0)for(const k of D){const C=k(g);C!==null&&(x===null||(x.priority||0)<=(C.priority||0))&&(x=C)}return x!==null?x.conversion:null}(r,e),u=a?a(r):null;let c=null;if(u!==null){c=u.after;const g=u.node;if(l=Array.isArray(g)?g[g.length-1]:g,l!==null){for(const[,m]of s)if(l=m(l,o),!l)break;l&&i.push(...Array.isArray(g)?g:[l])}u.forChild!=null&&s.set(r.nodeName,u.forChild)}const d=r.childNodes;let f=[];const h=(l==null||!St(l))&&(l!=null&&ei(l)||n);for(let g=0;g<d.length;g++)f.push(...wa(d[g],e,t,h,new Map(s),l));return c!=null&&(f=c(f)),Wn(r)&&(f=sd(r,f,h?()=>{const g=new ji;return t.push(g),g}:Fe)),l==null?f.length>0?i=i.concat(f):Wn(r)&&function(g){return g.nextSibling==null||g.previousSibling==null?!1:zs(g.nextSibling)&&zs(g.previousSibling)}(r)&&(i=i.concat(lr())):F(l)&&l.append(...f),i}function sd(r,e,t){const n=r.style.textAlign,s=[];let o=[];for(let i=0;i<e.length;i++){const l=e[i];if(ei(l))n&&!l.getFormat()&&l.setFormat(n),s.push(l);else if(o.push(l),i===e.length-1||i<e.length-1&&ei(e[i+1])){const a=t();a.setFormat(n),a.append(...o),s.push(a),o=[]}}return s}function id(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var Yn=id(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});function od(r,e=K()){return e==null&&Yn(166),M(e)&&e.isCollapsed()||e.getNodes().length===0?"":_a(r,e)}function ld(r,e=K()){return e==null&&Yn(166),M(e)&&e.isCollapsed()||e.getNodes().length===0?null:JSON.stringify(ad(r,e))}function Lo(r,e,t){const n=r.getData("application/x-lexical-editor");if(n)try{const i=JSON.parse(n);if(i.namespace===t._config.namespace&&Array.isArray(i.nodes))return Ro(t,ud(i.nodes),e)}catch{}const s=r.getData("text/html");if(s)try{const i=new DOMParser().parseFromString(function(l){return window.trustedTypes&&window.trustedTypes.createPolicy?window.trustedTypes.createPolicy("lexical",{createHTML:a=>a}).createHTML(l):l}(s),"text/html");return Ro(t,ba(t,i),e)}catch{}const o=r.getData("text/plain")||r.getData("text/uri-list");if(o!=null)if(M(e)){const i=o.split(/(\r?\n|\t)/);i[i.length-1]===""&&i.pop();for(let l=0;l<i.length;l++){const a=K();if(M(a)){const u=i[l];u===`
|
|
72
72
|
`||u===`\r
|
|
73
|
-
`?a.insertParagraph():u===" "?a.insertNodes([gn()]):a.insertText(u)}}}else e.insertRawText(o)}function Ro(r,e,t){r.dispatchCommand(_u,{nodes:e,selection:t})||t.insertNodes(e)}function Da(r,e,t,n=[]){let s=e===null||t.isSelected(e);const o=F(t)&&t.excludeFromCopy("html");let i=t;if(e!==null){let u=Ei(t);u=q(u)&&e!==null?ga(e,u):u,i=u}const l=F(i)?i.getChildren():[],a=function(u){const c=u.exportJSON(),d=u.constructor;if(c.type!==d.getType()&&Yn(58,d.name),F(u)){const f=c.children;Array.isArray(f)||Yn(59,d.name)}return c}(i);if(q(i)){const u=i.__text;u.length>0?a.text=u:s=!1}for(let u=0;u<l.length;u++){const c=l[u],d=Da(r,e,c,a.children);!s&&F(t)&&d&&t.extractWithChild(c,e,"clone")&&(s=!0)}if(s&&!o)n.push(a);else if(Array.isArray(a.children))for(let u=0;u<a.children.length;u++){const c=a.children[u];n.push(c)}return s}function ad(r,e){const t=[],n=xe().getChildren();for(let s=0;s<n.length;s++)Da(r,e,n[s],t);return{namespace:r._config.namespace,nodes:t}}function ud(r){const e=[];for(let t=0;t<r.length;t++){const n=r[t],s=Bc(n);q(s)&&Hc(s),e.push(s)}return e}let mr=null;async function Po(r,e,t){if(mr!==null)return!1;if(e!==null)return new Promise((a,u)=>{r.update(()=>{a(Oo(r,e,t))})});const n=r.getRootElement(),s=r._window==null?window.document:r._window.document,o=ut(r._window);if(n===null||o===null)return!1;const i=s.createElement("span");i.style.cssText="position: fixed; top: -1000px;",i.append(s.createTextNode("#")),n.append(i);const l=new Range;return l.setStart(i,0),l.setEnd(i,1),o.removeAllRanges(),o.addRange(l),new Promise((a,u)=>{const c=r.registerCommand(rs,d=>(Gt(d,ClipboardEvent)&&(c(),mr!==null&&(window.clearTimeout(mr),mr=null),a(Oo(r,d,t))),!0),Lc);mr=window.setTimeout(()=>{c(),mr=null,a(!1)},50),s.execCommand("copy"),i.remove()})}function Oo(r,e,t){if(t===void 0){const s=ut(r._window);if(!s)return!1;const o=s.anchorNode,i=s.focusNode;if(o!==null&&i!==null&&!dn(r,o,i))return!1;const l=K();if(l===null)return!1;t=dd(l)}e.preventDefault();const n=e.clipboardData;return n!==null&&(fd(n,t),!0)}const cd=[["text/html",od],["application/x-lexical-editor",ld]];function dd(r=K()){const e={"text/plain":r?r.getTextContent():""};if(r){const t=cc();for(const[n,s]of cd){const o=s(t,r);o!==null&&(e[n]=o)}}return e}function fd(r,e){for(const t in e){const n=e[t];n!==void 0&&r.setData(t,n)}}function Mo(r,e){if(document.caretRangeFromPoint!==void 0){const t=document.caretRangeFromPoint(r,e);return t===null?null:{node:t.startContainer,offset:t.startOffset}}if(document.caretPositionFromPoint!=="undefined"){const t=document.caretPositionFromPoint(r,e);return t===null?null:{node:t.offsetNode,offset:t.offset}}return null}const Br=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0,hd=Br&&"documentMode"in document?document.documentMode:null,pd=!(!Br||!("InputEvent"in window)||hd)&&"getTargetRanges"in new window.InputEvent("input"),gd=Br&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent),$o=Br&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,md=Br&&/^(?=.*Chrome).*/i.test(navigator.userAgent),yd=Br&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&!md,Io=an();class gs extends Ot{static getType(){return"quote"}static clone(e){return new gs(e.__key)}constructor(e){super(e)}createDOM(e){const t=document.createElement("blockquote");return bn(t,e.theme.quote),t}updateDOM(e,t){return!1}static importDOM(){return{blockquote:e=>({conversion:xd,priority:0})}}exportDOM(e){const{element:t}=super.exportDOM(e);if(t&&Rt(t)){this.isEmpty()&&t.append(document.createElement("br"));const n=this.getFormatType();t.style.textAlign=n;const s=this.getDirection();s&&(t.dir=s)}return{element:t}}static importJSON(e){const t=ji();return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}exportJSON(){return{...super.exportJSON(),type:"quote"}}insertNewAfter(e,t){const n=Ee(),s=this.getDirection();return n.setDirection(s),this.insertAfter(n,t),n}collapseAtStart(){const e=Ee();return this.getChildren().forEach(t=>e.append(t)),this.replace(e),!0}canMergeWhenEmpty(){return!0}}function ji(){return kt(new gs)}class ms extends Ot{static getType(){return"heading"}static clone(e){return new ms(e.__tag,e.__key)}constructor(e,t){super(t),this.__tag=e}getTag(){return this.__tag}createDOM(e){const t=this.__tag,n=document.createElement(t),s=e.theme.heading;if(s!==void 0){const o=s[t];bn(n,o)}return n}updateDOM(e,t){return!1}static importDOM(){return{h1:e=>({conversion:yr,priority:0}),h2:e=>({conversion:yr,priority:0}),h3:e=>({conversion:yr,priority:0}),h4:e=>({conversion:yr,priority:0}),h5:e=>({conversion:yr,priority:0}),h6:e=>({conversion:yr,priority:0}),p:e=>{const t=e.firstChild;return t!==null&&zo(t)?{conversion:()=>({node:null}),priority:3}:null},span:e=>zo(e)?{conversion:t=>({node:Wr("h1")}),priority:3}:null}}exportDOM(e){const{element:t}=super.exportDOM(e);if(t&&Rt(t)){this.isEmpty()&&t.append(document.createElement("br"));const n=this.getFormatType();t.style.textAlign=n;const s=this.getDirection();s&&(t.dir=s)}return{element:t}}static importJSON(e){const t=Wr(e.tag);return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}exportJSON(){return{...super.exportJSON(),tag:this.getTag(),type:"heading",version:1}}insertNewAfter(e,t=!0){const n=e?e.anchor.offset:0,s=this.getLastDescendant(),o=!s||e&&e.anchor.key===s.getKey()&&n===s.getTextContentSize()||!e?Ee():Wr(this.getTag()),i=this.getDirection();if(o.setDirection(i),this.insertAfter(o,t),n===0&&!this.isEmpty()&&e){const l=Ee();l.select(),this.replace(l,!0)}return o}collapseAtStart(){const e=this.isEmpty()?Ee():Wr(this.getTag());return this.getChildren().forEach(t=>e.append(t)),this.replace(e),!0}extractWithChild(){return!0}}function zo(r){return r.nodeName.toLowerCase()==="span"&&r.style.fontSize==="26pt"}function yr(r){const e=r.nodeName.toLowerCase();let t=null;return e!=="h1"&&e!=="h2"&&e!=="h3"&&e!=="h4"&&e!=="h5"&&e!=="h6"||(t=Wr(e),r.style!==null&&(ki(r,t),t.setFormat(r.style.textAlign))),{node:t}}function xd(r){const e=ji();return r.style!==null&&(e.setFormat(r.style.textAlign),ki(r,e)),{node:e}}function Wr(r){return kt(new ms(r))}function En(r){let e=null;if(Gt(r,DragEvent)?e=r.dataTransfer:Gt(r,ClipboardEvent)&&(e=r.clipboardData),e===null)return[!1,[],!1];const t=e.types,n=t.includes("Files"),s=t.includes("text/html")||t.includes("text/plain");return[n,Array.from(e.files),s]}function qo(r){const e=K();if(!M(e))return!1;const t=new Set,n=e.getNodes();for(let s=0;s<n.length;s++){const o=n[s],i=o.getKey();if(t.has(i))continue;const l=ps(o,u=>F(u)&&!u.isInline());if(l===null)continue;const a=l.getKey();l.canIndent()&&!t.has(a)&&(t.add(a),r(l))}return t.size>0}function kn(r){const e=Ar(r);return de(e)}function bd(r){return ur(r.registerCommand(dl,e=>{const t=K();return!!Ct(t)&&(t.clear(),!0)},0),r.registerCommand(tr,e=>{const t=K();return!!M(t)&&(t.deleteCharacter(e),!0)},ae),r.registerCommand(tn,e=>{const t=K();return!!M(t)&&(t.deleteWord(e),!0)},ae),r.registerCommand(rn,e=>{const t=K();return!!M(t)&&(t.deleteLine(e),!0)},ae),r.registerCommand(Cr,e=>{const t=K();if(typeof e=="string")t!==null&&t.insertText(e);else{if(t===null)return!1;const n=e.dataTransfer;if(n!=null)jo(n,t,r);else if(M(t)){const s=e.data;return s&&t.insertText(s),!0}}return!0},ae),r.registerCommand(Ms,()=>{const e=K();return!!M(e)&&(e.removeText(),!0)},ae),r.registerCommand(gt,e=>{const t=K();return!!M(t)&&(t.formatText(e),!0)},ae),r.registerCommand(ku,e=>{const t=K();if(!M(t)&&!Ct(t))return!1;const n=t.getNodes();for(const s of n){const o=ps(s,i=>F(i)&&!i.isInline());o!==null&&o.setFormat(e)}return!0},ae),r.registerCommand(vr,e=>{const t=K();return!!M(t)&&(t.insertLineBreak(e),!0)},ae),r.registerCommand(en,()=>{const e=K();return!!M(e)&&(e.insertParagraph(),!0)},ae),r.registerCommand(Au,()=>(sa([gn()]),!0),ae),r.registerCommand(Eu,()=>qo(e=>{const t=e.getIndent();e.setIndent(t+1)}),ae),r.registerCommand(Ki,()=>qo(e=>{const t=e.getIndent();t>0&&e.setIndent(t-1)}),ae),r.registerCommand(pl,e=>{const t=K();if(Ct(t)&&!kn(e.target)){const n=t.getNodes();if(n.length>0)return n[0].selectPrevious(),!0}else if(M(t)){const n=nn(t.focus,!0);if(!e.shiftKey&&de(n)&&!n.isIsolated()&&!n.isInline())return n.selectPrevious(),e.preventDefault(),!0}return!1},ae),r.registerCommand(gl,e=>{const t=K();if(Ct(t)){const n=t.getNodes();if(n.length>0)return n[0].selectNext(0,0),!0}else if(M(t)){if(function(s){const o=s.focus;return o.key==="root"&&o.offset===xe().getChildrenSize()}(t))return e.preventDefault(),!0;const n=nn(t.focus,!1);if(!e.shiftKey&&de(n)&&!n.isIsolated()&&!n.isInline())return n.selectNext(),e.preventDefault(),!0}return!1},ae),r.registerCommand(hl,e=>{const t=K();if(Ct(t)){const n=t.getNodes();if(n.length>0)return e.preventDefault(),n[0].selectPrevious(),!0}if(!M(t))return!1;if(No(t,!0)){const n=e.shiftKey;return e.preventDefault(),Fo(t,n,!0),!0}return!1},ae),r.registerCommand(fl,e=>{const t=K();if(Ct(t)&&!kn(e.target)){const s=t.getNodes();if(s.length>0)return e.preventDefault(),s[0].selectNext(0,0),!0}if(!M(t))return!1;const n=e.shiftKey;return!!No(t,!1)&&(e.preventDefault(),Fo(t,n,!1),!0)},ae),r.registerCommand(ml,e=>{if(kn(e.target))return!1;const t=K();if(!M(t))return!1;const{anchor:n}=t,s=n.getNode();return t.isCollapsed()&&n.offset===0&&!Ge(s)&&rd(s).getIndent()>0?(e.preventDefault(),r.dispatchCommand(Ki,void 0)):(!$o||navigator.language!=="ko-KR")&&(e.preventDefault(),r.dispatchCommand(tr,!0))},ae),r.registerCommand(xl,e=>{if(kn(e.target))return!1;const t=K();return!!M(t)&&(e.preventDefault(),r.dispatchCommand(tr,!1))},ae),r.registerCommand(Rn,e=>{const t=K();if(!M(t))return!1;if(e!==null){if(($o||gd||yd)&&pd)return!1;if(e.preventDefault(),e.shiftKey)return r.dispatchCommand(vr,!1)}return r.dispatchCommand(en,void 0)},ae),r.registerCommand(yl,()=>{const e=K();return!!M(e)&&(r.blur(),!0)},ae),r.registerCommand(bl,e=>{const[,t]=En(e);if(t.length>0){const s=Mo(e.clientX,e.clientY);if(s!==null){const{offset:o,node:i}=s,l=Ar(i);if(l!==null){const a=Ac();if(q(l))a.anchor.set(l.getKey(),o,"text"),a.focus.set(l.getKey(),o,"text");else{const c=l.getParentOrThrow().getKey(),d=l.getIndexWithinParent()+1;a.anchor.set(c,d,"element"),a.focus.set(c,d,"element")}const u=Tl(a);St(u)}r.dispatchCommand(Io,t)}return e.preventDefault(),!0}const n=K();return!!M(n)},ae),r.registerCommand(_l,e=>{const[t]=En(e),n=K();return!(t&&!M(n))},ae),r.registerCommand(vl,e=>{const[t]=En(e),n=K();if(t&&!M(n))return!1;const s=Mo(e.clientX,e.clientY);if(s!==null){const o=Ar(s.node);de(o)&&e.preventDefault()}return!0},ae),r.registerCommand($s,()=>(oc(),!0),ae),r.registerCommand(rs,e=>(Po(r,Gt(e,ClipboardEvent)?e:null),!0),ae),r.registerCommand(ci,e=>(async function(t,n){await Po(n,Gt(t,ClipboardEvent)?t:null),n.update(()=>{const s=K();M(s)?s.removeText():Ct(s)&&s.getNodes().forEach(o=>o.remove())})}(e,r),!0),ae),r.registerCommand(ts,e=>{const[,t,n]=En(e);return t.length>0&&!n?(r.dispatchCommand(Io,t),!0):_i(e.target)?!1:K()!==null&&(function(s,o){s.preventDefault(),o.update(()=>{const i=K(),l=Gt(s,InputEvent)||Gt(s,KeyboardEvent)?null:s.clipboardData;l!=null&&i!==null&&jo(l,i,o)},{tag:"paste"})}(e,r),!0)},ae))}const ti=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0?w.useLayoutEffect:w.useEffect;function Uo(r){return r.getEditorState().read(pa(r.isComposing()))}function _d({contentEditable:r,placeholder:e=null,ErrorBoundary:t}){const[n]=yt(),s=function(o,i){const[l,a]=w.useState(()=>o.getDecorators());return ti(()=>o.registerDecoratorListener(u=>{Pi.flushSync(()=>{a(u)})}),[o]),w.useEffect(()=>{a(o.getDecorators())},[o]),w.useMemo(()=>{const u=[],c=Object.keys(l);for(let d=0;d<c.length;d++){const f=c[d],h=g.jsx(i,{onError:m=>o._onError(m),children:g.jsx(w.Suspense,{fallback:null,children:l[f]})}),p=o.getElementByKey(f);p!==null&&u.push(Pi.createPortal(h,p,f))}return u},[i,l,o])}(n,t);return function(o){ti(()=>ur(bd(o),nd(o)),[o])}(n),g.jsxs(g.Fragment,{children:[r,g.jsx(vd,{content:e}),s]})}function vd({content:r}){const[e]=yt(),t=function(s){const[o,i]=w.useState(()=>Uo(s));return ti(()=>{function l(){const a=Uo(s);i(a)}return l(),ur(s.registerUpdateListener(()=>{l()}),s.registerEditableListener(()=>{l()}))},[s]),o}(e),n=$c();return t?typeof r=="function"?r(n):r:null}const Sa=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0?w.useLayoutEffect:w.useEffect;function Cd({editor:r,ariaActiveDescendant:e,ariaAutoComplete:t,ariaControls:n,ariaDescribedBy:s,ariaErrorMessage:o,ariaExpanded:i,ariaInvalid:l,ariaLabel:a,ariaLabelledBy:u,ariaMultiline:c,ariaOwns:d,ariaRequired:f,autoCapitalize:h,className:p,id:m,role:x="textbox",spellCheck:D=!0,style:y,tabIndex:A,"data-testid":C,...E},v){const[_,S]=w.useState(r.isEditable()),T=w.useCallback(N=>{N&&N.ownerDocument&&N.ownerDocument.defaultView?r.setRootElement(N):r.setRootElement(null)},[r]),z=w.useMemo(()=>function(...N){return L=>{N.forEach(P=>{typeof P=="function"?P(L):P!=null&&(P.current=L)})}}(v,T),[T,v]);return Sa(()=>(S(r.isEditable()),r.registerEditableListener(N=>{S(N)})),[r]),g.jsx("div",{"aria-activedescendant":_?e:void 0,"aria-autocomplete":_?t:"none","aria-controls":_?n:void 0,"aria-describedby":s,...o!=null?{"aria-errormessage":o}:{},"aria-expanded":_&&x==="combobox"?!!i:void 0,...l!=null?{"aria-invalid":l}:{},"aria-label":a,"aria-labelledby":u,"aria-multiline":c,"aria-owns":_?d:void 0,"aria-readonly":!_||void 0,"aria-required":f,autoCapitalize:h,className:p,contentEditable:_,"data-testid":C,id:m,ref:z,role:_?x:void 0,spellCheck:D,style:y,tabIndex:A,...E})}const wd=w.forwardRef(Cd);function Wo(r){return r.getEditorState().read(pa(r.isComposing()))}const Dd=w.forwardRef(Sd);function Sd(r,e){const{placeholder:t,...n}=r,[s]=yt();return g.jsxs(g.Fragment,{children:[g.jsx(wd,{editor:s,...n,ref:e}),t!=null&&g.jsx(Ad,{editor:s,content:t})]})}function Ad({content:r,editor:e}){const t=function(i){const[l,a]=w.useState(()=>Wo(i));return Sa(()=>{function u(){const c=Wo(i);a(c)}return u(),ur(i.registerUpdateListener(()=>{u()}),i.registerEditableListener(()=>{u()}))},[i]),l}(e),[n,s]=w.useState(e.isEditable());if(w.useLayoutEffect(()=>(s(e.isEditable()),e.registerEditableListener(i=>{s(i)})),[e]),!t)return null;let o=null;return typeof r=="function"?o=r(n):r!==null&&(o=r),o===null?null:g.jsx("div",{"aria-hidden":!0,children:o})}const Tn=0,ri=1,ni=2,pt=0,Ed=1,Go=2,kd=3,Td=4;function Bd(r,e,t,n,s){if(r===null||t.size===0&&n.size===0&&!s)return pt;const o=e._selection,i=r._selection;if(s)return Ed;if(!(M(o)&&M(i)&&i.isCollapsed()&&o.isCollapsed()))return pt;const l=function(D,y,A){const C=D._nodeMap,E=[];for(const v of y){const _=C.get(v);_!==void 0&&E.push(_)}for(const[v,_]of A){if(!_)continue;const S=C.get(v);S===void 0||Ge(S)||E.push(S)}return E}(e,t,n);if(l.length===0)return pt;if(l.length>1){const D=e._nodeMap,y=D.get(o.anchor.key),A=D.get(i.anchor.key);return y&&A&&!r._nodeMap.has(y.__key)&&q(y)&&y.__text.length===1&&o.anchor.offset===1?Go:pt}const a=l[0],u=r._nodeMap.get(a.__key);if(!q(u)||!q(a)||u.__mode!==a.__mode)return pt;const c=u.__text,d=a.__text;if(c===d)return pt;const f=o.anchor,h=i.anchor;if(f.key!==h.key||f.type!=="text")return pt;const p=f.offset,m=h.offset,x=d.length-c.length;return x===1&&m===p-1?Go:x===-1&&m===p+1?kd:x===-1&&m===p?Td:pt}function Nd(r,e){let t=Date.now(),n=pt;return(s,o,i,l,a,u)=>{const c=Date.now();if(u.has("historic"))return n=pt,t=c,ni;const d=Bd(s,o,l,a,r.isComposing()),f=(()=>{const h=i===null||i.editor===r,p=u.has("history-push");if(!p&&h&&u.has("history-merge"))return Tn;if(s===null)return ri;const m=o._selection;return l.size>0||a.size>0?p===!1&&d!==pt&&d===n&&c<t+e&&h||l.size===1&&function(x,D,y){const A=D._nodeMap.get(x),C=y._nodeMap.get(x),E=D._selection,v=y._selection;return!(M(E)&&M(v)&&E.anchor.type==="element"&&E.focus.type==="element"&&v.anchor.type==="text"&&v.focus.type==="text"||!q(A)||!q(C)||A.__parent!==C.__parent)&&JSON.stringify(D.read(()=>A.exportJSON()))===JSON.stringify(y.read(()=>C.exportJSON()))}(Array.from(l)[0],s,o)?Tn:ri:m!==null?Tn:ni})();return t=c,n=d,f}}function Ko(r){r.undoStack=[],r.redoStack=[],r.current=null}function Fd(r,e,t){const n=Nd(r,t);return ur(r.registerCommand(ai,()=>(function(o,i){const l=i.redoStack,a=i.undoStack;if(a.length!==0){const u=i.current,c=a.pop();u!==null&&(l.push(u),o.dispatchCommand(Cn,!0)),a.length===0&&o.dispatchCommand(wn,!1),i.current=c||null,c&&c.editor.setEditorState(c.editorState,{tag:"historic"})}}(r,e),!0),ae),r.registerCommand(ui,()=>(function(o,i){const l=i.redoStack,a=i.undoStack;if(l.length!==0){const u=i.current;u!==null&&(a.push(u),o.dispatchCommand(wn,!0));const c=l.pop();l.length===0&&o.dispatchCommand(Cn,!1),i.current=c||null,c&&c.editor.setEditorState(c.editorState,{tag:"historic"})}}(r,e),!0),ae),r.registerCommand(Bu,()=>(Ko(e),!1),ae),r.registerCommand(Nu,()=>(Ko(e),r.dispatchCommand(Cn,!1),r.dispatchCommand(wn,!1),!0),ae),r.registerUpdateListener(({editorState:o,prevEditorState:i,dirtyLeaves:l,dirtyElements:a,tags:u})=>{const c=e.current,d=e.redoStack,f=e.undoStack,h=c===null?null:c.editorState;if(c!==null&&o===h)return;const p=n(i,o,c,l,a,u);if(p===ri)d.length!==0&&(e.redoStack=[],r.dispatchCommand(Cn,!1)),c!==null&&(f.push({...c}),r.dispatchCommand(wn,!0));else if(p===ni)return;e.current={editor:r,editorState:o}}))}function Ld(){return{current:null,redoStack:[],undoStack:[]}}function jd({delay:r,externalHistoryState:e}){const[t]=yt();return function(n,s,o=1e3){const i=w.useMemo(()=>s||Ld(),[s]);w.useEffect(()=>Fd(n,i,o),[o,n,i])}(t,e,r),null}const Rd=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0?w.useLayoutEffect:w.useEffect;function Pd({ignoreHistoryMergeTagChange:r=!0,ignoreSelectionChange:e=!1,onChange:t}){const[n]=yt();return Rd(()=>{if(t)return n.registerUpdateListener(({editorState:s,dirtyElements:o,dirtyLeaves:i,prevEditorState:l,tags:a})=>{e&&o.size===0&&i.size===0||r&&a.has("history-merge")||l.isEmpty()||t(s,n,a)})},[n,r,e,t]),null}function si(r,e){return si=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,n){return t.__proto__=n,t},si(r,e)}var Vo={error:null},Od=function(r){var e,t;function n(){for(var o,i=arguments.length,l=new Array(i),a=0;a<i;a++)l[a]=arguments[a];return(o=r.call.apply(r,[this].concat(l))||this).state=Vo,o.resetErrorBoundary=function(){for(var u,c=arguments.length,d=new Array(c),f=0;f<c;f++)d[f]=arguments[f];o.props.onReset==null||(u=o.props).onReset.apply(u,d),o.reset()},o}t=r,(e=n).prototype=Object.create(t.prototype),e.prototype.constructor=e,si(e,t),n.getDerivedStateFromError=function(o){return{error:o}};var s=n.prototype;return s.reset=function(){this.setState(Vo)},s.componentDidCatch=function(o,i){var l,a;(l=(a=this.props).onError)==null||l.call(a,o,i)},s.componentDidUpdate=function(o,i){var l,a,u,c,d=this.state.error,f=this.props.resetKeys;d!==null&&i.error!==null&&((u=o.resetKeys)===void 0&&(u=[]),(c=f)===void 0&&(c=[]),u.length!==c.length||u.some(function(h,p){return!Object.is(h,c[p])}))&&((l=(a=this.props).onResetKeysChange)==null||l.call(a,o.resetKeys,f),this.reset())},s.render=function(){var o=this.state.error,i=this.props,l=i.fallbackRender,a=i.FallbackComponent,u=i.fallback;if(o!==null){var c={error:o,resetErrorBoundary:this.resetErrorBoundary};if(_s.isValidElement(u))return u;if(typeof l=="function")return l(c);if(a)return _s.createElement(a,c);throw new Error("react-error-boundary requires either a fallback, fallbackRender, or FallbackComponent prop")}return this.props.children},n}(_s.Component);function Md({children:r,onError:e}){return g.jsx(Od,{fallback:g.jsx("div",{style:{border:"1px solid #f00",color:"#f00",padding:"8px"},children:"An error was thrown."}),onError:e,children:r})}function $d(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var wt=$d(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});function Id(r){let e=1,t=r.getParent();for(;t!=null;){if(_e(t)){const n=t.getParent();if(le(n)){e++,t=n.getParent();continue}wt(40)}return e}return e}function ii(r){let e=r.getParent();le(e)||wt(40);let t=e;for(;t!==null;)t=t.getParent(),le(t)&&(e=t);return e}function Aa(r){let e=[];const t=r.getChildren().filter(_e);for(let n=0;n<t.length;n++){const s=t[n],o=s.getFirstChild();le(o)?e=e.concat(Aa(o)):e.push(s)}return e}function Dt(r){return _e(r)&&le(r.getFirstChild())}function Ho(r){return st().append(r)}function Ea(r,e){return _e(r)&&(e.length===0||e.length===1&&r.is(e[0])&&r.getChildrenSize()===0)}function Jo(r,e){r.update(()=>{const t=K();if(t!==null){const n=t.getNodes();if(M(t)){const o=t.getStartEndPoints();o===null&&wt(143);const[i]=o,l=i.getNode(),a=l.getParent();if(Ea(l,n)){const u=et(e);if(At(a)){l.replace(u);const c=st();F(l)&&(c.setFormat(l.getFormatType()),c.setIndent(l.getIndent())),u.append(c)}else if(_e(l)){const c=l.getParentOrThrow();ar(u,c.getChildren()),c.replace(u)}return}}const s=new Set;for(let o=0;o<n.length;o++){const i=n[o];if(!F(i)||!i.isEmpty()||_e(i)||s.has(i.getKey())){if(Nl(i)){let l=i.getParent();for(;l!=null;){const a=l.getKey();if(le(l)){if(!s.has(a)){const u=et(e);ar(u,l.getChildren()),l.replace(u),s.add(a)}break}{const u=l.getParent();if(At(u)&&!s.has(a)){s.add(a),Qo(l,e);break}l=u}}}}else Qo(i,e)}}})}function ar(r,e){r.splice(r.getChildrenSize(),0,e)}function Qo(r,e){if(le(r))return r;const t=r.getPreviousSibling(),n=r.getNextSibling(),s=st();let o;if(ar(s,r.getChildren()),le(t)&&e===t.getListType())t.append(s),le(n)&&e===n.getListType()&&(ar(t,n.getChildren()),n.remove()),o=t;else if(le(n)&&e===n.getListType())n.getFirstChildOrThrow().insertBefore(s),o=n;else{const i=et(e);i.append(s),r.replace(i),o=i}return s.setFormat(r.getFormatType()),s.setIndent(r.getIndent()),r.remove(),o}function Ri(r,e){const t=r.getLastChild(),n=e.getFirstChild();t&&n&&Dt(t)&&Dt(n)&&(Ri(t.getFirstChild(),n.getFirstChild()),n.remove());const s=e.getChildren();s.length>0&&r.append(...s),e.remove()}function zd(r){r.update(()=>{const e=K();if(M(e)){const t=new Set,n=e.getNodes(),s=e.anchor.getNode();if(Ea(s,n))t.add(ii(s));else for(let o=0;o<n.length;o++){const i=n[o];if(Nl(i)){const l=td(i,cr);l!=null&&t.add(ii(l))}}for(const o of t){let i=o;const l=Aa(o);for(const a of l){const u=Ee();ar(u,a.getChildren()),i.insertAfter(u),i=u,a.__key===e.anchor.key&&e.anchor.set(u.getKey(),0,"element"),a.__key===e.focus.key&&e.focus.set(u.getKey(),0,"element"),a.remove()}o.remove()}}})}function qd(r){const e=new Set;if(Dt(r)||e.has(r.getKey()))return;const t=r.getParent(),n=r.getNextSibling(),s=r.getPreviousSibling();if(Dt(n)&&Dt(s)){const o=s.getFirstChild();if(le(o)){o.append(r);const i=n.getFirstChild();le(i)&&(ar(o,i.getChildren()),n.remove(),e.add(n.getKey()))}}else if(Dt(n)){const o=n.getFirstChild();if(le(o)){const i=o.getFirstChild();i!==null&&i.insertBefore(r)}}else if(Dt(s)){const o=s.getFirstChild();le(o)&&o.append(r)}else if(le(t)){const o=st(),i=et(t.getListType());o.append(i),i.append(r),s?s.insertAfter(o):n?n.insertBefore(o):t.append(o)}}function Ud(r){if(Dt(r))return;const e=r.getParent(),t=e?e.getParent():void 0;if(le(t?t.getParent():void 0)&&_e(t)&&le(e)){const n=e?e.getFirstChild():void 0,s=e?e.getLastChild():void 0;if(r.is(n))t.insertBefore(r),e.isEmpty()&&t.remove();else if(r.is(s))t.insertAfter(r),e.isEmpty()&&t.remove();else{const o=e.getListType(),i=st(),l=et(o);i.append(l),r.getPreviousSiblings().forEach(c=>l.append(c));const a=st(),u=et(o);a.append(u),ar(u,r.getNextSiblings()),t.insertBefore(i),t.insertAfter(a),t.replace(r)}}}function Wd(){const r=K();if(!M(r)||!r.isCollapsed())return!1;const e=r.anchor.getNode();if(!_e(e)||e.getChildrenSize()!==0)return!1;const t=ii(e),n=e.getParent();le(n)||wt(40);const s=n.getParent();let o;if(At(s))o=Ee(),t.insertAfter(o);else{if(!_e(s))return!1;o=st(),s.insertAfter(o)}o.select();const i=e.getNextSiblings();if(i.length>0){const l=et(n.getListType());if(Er(o))o.insertAfter(l);else{const a=st();a.append(l),o.insertAfter(a)}i.forEach(a=>{a.remove(),l.append(a)})}return function(l){let a=l;for(;a.getNextSibling()==null&&a.getPreviousSibling()==null;){const u=a.getParent();if(u==null||!_e(a)&&!le(a))break;a=u}a.remove()}(e),!0}function Xn(...r){const e=[];for(const t of r)if(t&&typeof t=="string")for(const[n]of t.matchAll(/\S+/g))e.push(n);return e}class cr extends Ot{static getType(){return"listitem"}static clone(e){return new cr(e.__value,e.__checked,e.__key)}constructor(e,t,n){super(n),this.__value=e===void 0?1:e,this.__checked=t}createDOM(e){const t=document.createElement("li"),n=this.getParent();return le(n)&&n.getListType()==="check"&&Xo(t,this,null),t.value=this.__value,Yo(t,e.theme,this),t}updateDOM(e,t,n){const s=this.getParent();return le(s)&&s.getListType()==="check"&&Xo(t,this,e),t.value=this.__value,Yo(t,n.theme,this),!1}static transform(){return e=>{if(_e(e)||wt(144),e.__checked==null)return;const t=e.getParent();le(t)&&t.getListType()!=="check"&&e.getChecked()!=null&&e.setChecked(void 0)}}static importDOM(){return{li:()=>({conversion:Gd,priority:0})}}static importJSON(e){const t=st();return t.setChecked(e.checked),t.setValue(e.value),t.setFormat(e.format),t.setDirection(e.direction),t}exportDOM(e){const t=this.createDOM(e._config);return t.style.textAlign=this.getFormatType(),{element:t}}exportJSON(){return{...super.exportJSON(),checked:this.getChecked(),type:"listitem",value:this.getValue(),version:1}}append(...e){for(let t=0;t<e.length;t++){const n=e[t];if(F(n)&&this.canMergeWith(n)){const s=n.getChildren();this.append(...s),n.remove()}else super.append(n)}return this}replace(e,t){if(_e(e))return super.replace(e);this.setIndent(0);const n=this.getParentOrThrow();if(!le(n))return e;if(n.__first===this.getKey())n.insertBefore(e);else if(n.__last===this.getKey())n.insertAfter(e);else{const s=et(n.getListType());let o=this.getNextSibling();for(;o;){const i=o;o=o.getNextSibling(),s.append(i)}n.insertAfter(e),e.insertAfter(s)}return t&&(F(e)||wt(139),this.getChildren().forEach(s=>{e.append(s)})),this.remove(),n.getChildrenSize()===0&&n.remove(),e}insertAfter(e,t=!0){const n=this.getParentOrThrow();if(le(n)||wt(39),_e(e))return super.insertAfter(e,t);const s=this.getNextSiblings();if(n.insertAfter(e,t),s.length!==0){const o=et(n.getListType());s.forEach(i=>o.append(i)),e.insertAfter(o,t)}return e}remove(e){const t=this.getPreviousSibling(),n=this.getNextSibling();super.remove(e),t&&n&&Dt(t)&&Dt(n)&&(Ri(t.getFirstChild(),n.getFirstChild()),n.remove())}insertNewAfter(e,t=!0){const n=st(this.__checked==null&&void 0);return this.insertAfter(n,t),n}collapseAtStart(e){const t=Ee();this.getChildren().forEach(i=>t.append(i));const n=this.getParentOrThrow(),s=n.getParentOrThrow(),o=_e(s);if(n.getChildrenSize()===1)if(o)n.remove(),s.select();else{n.insertBefore(t),n.remove();const i=e.anchor,l=e.focus,a=t.getKey();i.type==="element"&&i.getNode().is(this)&&i.set(a,i.offset,"element"),l.type==="element"&&l.getNode().is(this)&&l.set(a,l.offset,"element")}else n.insertBefore(t),this.remove();return!0}getValue(){return this.getLatest().__value}setValue(e){this.getWritable().__value=e}getChecked(){const e=this.getLatest();let t;const n=this.getParent();return le(n)&&(t=n.getListType()),t==="check"?!!e.__checked:void 0}setChecked(e){this.getWritable().__checked=e}toggleChecked(){this.setChecked(!this.__checked)}getIndent(){const e=this.getParent();if(e===null)return this.getLatest().__indent;let t=e.getParentOrThrow(),n=0;for(;_e(t);)t=t.getParentOrThrow().getParentOrThrow(),n++;return n}setIndent(e){typeof e!="number"&&wt(117),(e=Math.floor(e))>=0||wt(199);let t=this.getIndent();for(;t!==e;)t<e?(qd(this),t++):(Ud(this),t--);return this}canInsertAfter(e){return _e(e)}canReplaceWith(e){return _e(e)}canMergeWith(e){return Er(e)||_e(e)}extractWithChild(e,t){if(!M(t))return!1;const n=t.anchor.getNode(),s=t.focus.getNode();return this.isParentOf(n)&&this.isParentOf(s)&&this.getTextContent().length===t.getTextContent().length}isParentRequired(){return!0}createParentElementNode(){return et("bullet")}canMergeWhenEmpty(){return!0}}function Yo(r,e,t){const n=[],s=[],o=e.list,i=o?o.listitem:void 0;let l;if(o&&o.nested&&(l=o.nested.listitem),i!==void 0&&n.push(...Xn(i)),o){const a=t.getParent(),u=le(a)&&a.getListType()==="check",c=t.getChecked();u&&!c||s.push(o.listitemUnchecked),u&&c||s.push(o.listitemChecked),u&&n.push(c?o.listitemChecked:o.listitemUnchecked)}if(l!==void 0){const a=Xn(l);t.getChildren().some(u=>le(u))?n.push(...a):s.push(...a)}s.length>0&&xa(r,...s),n.length>0&&bn(r,...n)}function Xo(r,e,t,n){le(e.getFirstChild())?(r.removeAttribute("role"),r.removeAttribute("tabIndex"),r.removeAttribute("aria-checked")):(r.setAttribute("role","checkbox"),r.setAttribute("tabIndex","-1"),t&&e.__checked===t.__checked||r.setAttribute("aria-checked",e.getChecked()?"true":"false"))}function Gd(r){if(r.classList.contains("task-list-item")){for(const t of r.children)if(t.tagName==="INPUT")return Kd(t)}const e=r.getAttribute("aria-checked");return{node:st(e==="true"||e!=="false"&&void 0)}}function Kd(r){return r.getAttribute("type")!=="checkbox"?{node:null}:{node:st(r.hasAttribute("checked"))}}function st(r){return kt(new cr(void 0,r))}function _e(r){return r instanceof cr}class Nr extends Ot{static getType(){return"list"}static clone(e){const t=e.__listType||tl[e.__tag];return new Nr(t,e.__start,e.__key)}constructor(e,t,n){super(n);const s=tl[e]||e;this.__listType=s,this.__tag=s==="number"?"ol":"ul",this.__start=t}getTag(){return this.__tag}setListType(e){const t=this.getWritable();t.__listType=e,t.__tag=e==="number"?"ol":"ul"}getListType(){return this.__listType}getStart(){return this.__start}createDOM(e,t){const n=this.__tag,s=document.createElement(n);return this.__start!==1&&s.setAttribute("start",String(this.__start)),s.__lexicalListType=this.__listType,Zo(s,e.theme,this),s}updateDOM(e,t,n){return e.__tag!==this.__tag||(Zo(t,n.theme,this),!1)}static transform(){return e=>{le(e)||wt(163),function(t){const n=t.getNextSibling();le(n)&&t.getListType()===n.getListType()&&Ri(t,n)}(e),function(t){const n=t.getListType()!=="check";let s=t.getStart();for(const o of t.getChildren())_e(o)&&(o.getValue()!==s&&o.setValue(s),n&&o.getLatest().__checked!=null&&o.setChecked(void 0),le(o.getFirstChild())||s++)}(e)}}static importDOM(){return{ol:()=>({conversion:el,priority:0}),ul:()=>({conversion:el,priority:0})}}static importJSON(e){const t=et(e.listType,e.start);return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}exportDOM(e){const t=this.createDOM(e._config,e);return t&&Rt(t)&&(this.__start!==1&&t.setAttribute("start",String(this.__start)),this.__listType==="check"&&t.setAttribute("__lexicalListType","check")),{element:t}}exportJSON(){return{...super.exportJSON(),listType:this.getListType(),start:this.getStart(),tag:this.getTag(),type:"list",version:1}}canBeEmpty(){return!1}canIndent(){return!1}append(...e){for(let t=0;t<e.length;t++){const n=e[t];if(_e(n))super.append(n);else{const s=st();if(le(n))s.append(n);else if(F(n))if(n.isInline())s.append(n);else{const o=ke(n.getTextContent());s.append(o)}else s.append(n);super.append(s)}}return this}extractWithChild(e){return _e(e)}}function Zo(r,e,t){const n=[],s=[],o=e.list;if(o!==void 0){const i=o[`${t.__tag}Depth`]||[],l=Id(t)-1,a=l%i.length,u=i[a],c=o[t.__tag];let d;const f=o.nested,h=o.checklist;if(f!==void 0&&f.list&&(d=f.list),c!==void 0&&n.push(c),h!==void 0&&t.__listType==="check"&&n.push(h),u!==void 0){n.push(...Xn(u));for(let p=0;p<i.length;p++)p!==a&&s.push(t.__tag+p)}if(d!==void 0){const p=Xn(d);l>1?n.push(...p):s.push(...p)}}s.length>0&&xa(r,...s),n.length>0&&bn(r,...n)}function Vd(r){const e=[];for(let t=0;t<r.length;t++){const n=r[t];if(_e(n)){e.push(n);const s=n.getChildren();s.length>1&&s.forEach(o=>{le(o)&&e.push(Ho(o))})}else e.push(Ho(n))}return e}function el(r){const e=r.nodeName.toLowerCase();let t=null;return e==="ol"?t=et("number",r.start):e==="ul"&&(t=function(n){if(n.getAttribute("__lexicallisttype")==="check"||n.classList.contains("contains-task-list"))return!0;for(const s of n.childNodes)if(Rt(s)&&s.hasAttribute("aria-checked"))return!0;return!1}(r)?et("check"):et("bullet")),{after:Vd,node:t}}const tl={ol:"number",ul:"bullet"};function et(r,e=1){return kt(new Nr(r,e))}function le(r){return r instanceof Nr}const ka=an(),Ta=an(),Hd=an();function Jd(r){return ur(r.registerCommand(Ta,()=>(Jo(r,"number"),!0),_r),r.registerCommand(ka,()=>(Jo(r,"bullet"),!0),_r),r.registerCommand(Hd,()=>(zd(r),!0),_r),r.registerCommand(en,()=>!!Wd(),_r))}function Qd(){const[r]=yt();return w.useEffect(()=>{if(!r.hasNodes([Nr,cr]))throw new Error("ListPlugin: ListNode and/or ListItemNode not registered on editor")},[r]),function(e){w.useEffect(()=>Jd(e),[e])}(r),null}const Yd=new Set(["http:","https:","mailto:","sms:","tel:"]);class dr extends Ot{static getType(){return"link"}static clone(e){return new dr(e.__url,{rel:e.__rel,target:e.__target,title:e.__title},e.__key)}constructor(e,t={},n){super(n);const{target:s=null,rel:o=null,title:i=null}=t;this.__url=e,this.__target=s,this.__rel=o,this.__title=i}createDOM(e){const t=document.createElement("a");return t.href=this.sanitizeUrl(this.__url),this.__target!==null&&(t.target=this.__target),this.__rel!==null&&(t.rel=this.__rel),this.__title!==null&&(t.title=this.__title),bn(t,e.theme.link),t}updateDOM(e,t,n){if(t instanceof HTMLAnchorElement){const s=this.__url,o=this.__target,i=this.__rel,l=this.__title;s!==e.__url&&(t.href=s),o!==e.__target&&(o?t.target=o:t.removeAttribute("target")),i!==e.__rel&&(i?t.rel=i:t.removeAttribute("rel")),l!==e.__title&&(l?t.title=l:t.removeAttribute("title"))}return!1}static importDOM(){return{a:e=>({conversion:Xd,priority:1})}}static importJSON(e){const t=Zn(e.url,{rel:e.rel,target:e.target,title:e.title});return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}sanitizeUrl(e){try{const t=new URL(e);if(!Yd.has(t.protocol))return"about:blank"}catch{return e}return e}exportJSON(){return{...super.exportJSON(),rel:this.getRel(),target:this.getTarget(),title:this.getTitle(),type:"link",url:this.getURL(),version:1}}getURL(){return this.getLatest().__url}setURL(e){this.getWritable().__url=e}getTarget(){return this.getLatest().__target}setTarget(e){this.getWritable().__target=e}getRel(){return this.getLatest().__rel}setRel(e){this.getWritable().__rel=e}getTitle(){return this.getLatest().__title}setTitle(e){this.getWritable().__title=e}insertNewAfter(e,t=!0){const n=Zn(this.__url,{rel:this.__rel,target:this.__target,title:this.__title});return this.insertAfter(n,t),n}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}canBeEmpty(){return!1}isInline(){return!0}extractWithChild(e,t,n){if(!M(t))return!1;const s=t.anchor.getNode(),o=t.focus.getNode();return this.isParentOf(s)&&this.isParentOf(o)&&t.getTextContent().length>0}isEmailURI(){return this.__url.startsWith("mailto:")}isWebSiteURI(){return this.__url.startsWith("https://")||this.__url.startsWith("http://")}}function Xd(r){let e=null;if(uc(r)){const t=r.textContent;(t!==null&&t!==""||r.children.length>0)&&(e=Zn(r.getAttribute("href")||"",{rel:r.getAttribute("rel"),target:r.getAttribute("target"),title:r.getAttribute("title")}))}return{node:e}}function Zn(r,e){return kt(new dr(r,e))}function Ir(r){return r instanceof dr}class _n extends dr{constructor(e,t={},n){super(e,t,n),this.__isUnlinked=t.isUnlinked!==void 0&&t.isUnlinked!==null&&t.isUnlinked}static getType(){return"autolink"}static clone(e){return new _n(e.__url,{isUnlinked:e.__isUnlinked,rel:e.__rel,target:e.__target,title:e.__title},e.__key)}getIsUnlinked(){return this.__isUnlinked}setIsUnlinked(e){const t=this.getWritable();return t.__isUnlinked=e,t}createDOM(e){return this.__isUnlinked?document.createElement("span"):super.createDOM(e)}updateDOM(e,t,n){return super.updateDOM(e,t,n)||e.__isUnlinked!==this.__isUnlinked}static importJSON(e){const t=rl(e.url,{isUnlinked:e.isUnlinked,rel:e.rel,target:e.target,title:e.title});return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}static importDOM(){return null}exportJSON(){return{...super.exportJSON(),isUnlinked:this.__isUnlinked,type:"autolink",version:1}}insertNewAfter(e,t=!0){const n=this.getParentOrThrow().insertNewAfter(e,t);if(F(n)){const s=rl(this.__url,{isUnlinked:this.__isUnlinked,rel:this.__rel,target:this.__target,title:this.__title});return n.append(s),s}return null}}function rl(r,e){return kt(new _n(r,e))}function Zd(r){return r instanceof _n}const nl=an();function Rs(r,e={}){const{target:t,title:n}=e,s=e.rel===void 0?"noreferrer":e.rel,o=K();if(!M(o))return;const i=o.extract();if(r===null)i.forEach(l=>{const a=ps(l,u=>!Zd(u)&&Ir(u));if(a){const u=a.getChildren();for(let c=0;c<u.length;c++)a.insertBefore(u[c]);a.remove()}});else{if(i.length===1){const u=function(c,d){let f=c;for(;f!==null&&f.getParent()!==null&&!d(f);)f=f.getParentOrThrow();return d(f)?f:null}(i[0],Ir);if(u!==null)return u.setURL(r),t!==void 0&&u.setTarget(t),s!==null&&u.setRel(s),void(n!==void 0&&u.setTitle(n))}let l=null,a=null;i.forEach(u=>{const c=u.getParent();if(c!==a&&c!==null&&(!F(u)||u.isInline())){if(Ir(c))return a=c,c.setURL(r),t!==void 0&&c.setTarget(t),s!==null&&a.setRel(s),void(n!==void 0&&a.setTitle(n));if(c.is(l)||(l=c,a=Zn(r,{rel:s,target:t,title:n}),Ir(c)?u.getPreviousSibling()===null?c.insertBefore(a):c.insertAfter(a):u.insertBefore(a)),Ir(u)){if(u.is(a))return;if(a!==null){const d=u.getChildren();for(let f=0;f<d.length;f++)a.append(d[f])}u.remove()}else a!==null&&a.append(u)}})}}function ef({validateUrl:r,attributes:e}){const[t]=yt();return w.useEffect(()=>{if(!t.hasNodes([dr]))throw new Error("LinkPlugin: LinkNode not registered on editor");return ur(t.registerCommand(nl,n=>{if(n===null)return Rs(n),!0;if(typeof n=="string")return!(r!==void 0&&!r(n))&&(Rs(n,e),!0);{const{url:s,target:o,rel:i,title:l}=n;return Rs(s,{...e,rel:i,target:o,title:l}),!0}},_r),r!==void 0?t.registerCommand(ts,n=>{const s=K();if(!M(s)||s.isCollapsed()||!Gt(n,ClipboardEvent))return!1;const o=n;if(o.clipboardData===null)return!1;const i=o.clipboardData.getData("text");return!!r(i)&&!s.getNodes().some(l=>F(l))&&(t.dispatchCommand(nl,{...e,url:i}),n.preventDefault(),!0)},_r):()=>{})},[t,r,e]),null}const tf={background:"#ffffff",text:"#111827",textSecondary:"#6b7280",border:"#e5e7eb",primary:"#3b82f6",toolbarBackground:"#f9fafb",quoteBorder:"#d1d5db",quoteBackground:"#f3f4f6"},rf={paragraph:"mail-editor-paragraph",text:{bold:"mail-editor-bold",italic:"mail-editor-italic",underline:"mail-editor-underline"},list:{ul:"mail-editor-ul",ol:"mail-editor-ol",listitem:"mail-editor-li"},link:"mail-editor-link",quote:"mail-editor-quote",heading:{h1:"mail-editor-h1",h2:"mail-editor-h2",h3:"mail-editor-h3"}};function nf({theme:r,disabled:e}){const[t]=yt(),n=w.useCallback(()=>{t.dispatchCommand(gt,"bold")},[t]),s=w.useCallback(()=>{t.dispatchCommand(gt,"italic")},[t]),o=w.useCallback(()=>{t.dispatchCommand(gt,"underline")},[t]),i=w.useCallback(()=>{t.dispatchCommand(ka,void 0)},[t]),l=w.useCallback(()=>{t.dispatchCommand(Ta,void 0)},[t]),a=w.useCallback(()=>{t.update(()=>{const d=K();M(d)&&Jc(d,()=>ji())})},[t]),u={display:"flex",alignItems:"center",justifyContent:"center",width:"32px",height:"32px",border:"none",background:"transparent",borderRadius:"4px",cursor:e?"not-allowed":"pointer",color:e?r.textSecondary:r.text,fontSize:"14px",fontWeight:600,opacity:e?.5:1},c=`
|
|
73
|
+
`?a.insertParagraph():u===" "?a.insertNodes([gn()]):a.insertText(u)}}}else e.insertRawText(o)}function Ro(r,e,t){r.dispatchCommand(_u,{nodes:e,selection:t})||t.insertNodes(e)}function Da(r,e,t,n=[]){let s=e===null||t.isSelected(e);const o=F(t)&&t.excludeFromCopy("html");let i=t;if(e!==null){let u=ki(t);u=q(u)&&e!==null?ga(e,u):u,i=u}const l=F(i)?i.getChildren():[],a=function(u){const c=u.exportJSON(),d=u.constructor;if(c.type!==d.getType()&&Yn(58,d.name),F(u)){const f=c.children;Array.isArray(f)||Yn(59,d.name)}return c}(i);if(q(i)){const u=i.__text;u.length>0?a.text=u:s=!1}for(let u=0;u<l.length;u++){const c=l[u],d=Da(r,e,c,a.children);!s&&F(t)&&d&&t.extractWithChild(c,e,"clone")&&(s=!0)}if(s&&!o)n.push(a);else if(Array.isArray(a.children))for(let u=0;u<a.children.length;u++){const c=a.children[u];n.push(c)}return s}function ad(r,e){const t=[],n=ve().getChildren();for(let s=0;s<n.length;s++)Da(r,e,n[s],t);return{namespace:r._config.namespace,nodes:t}}function ud(r){const e=[];for(let t=0;t<r.length;t++){const n=r[t],s=Bc(n);q(s)&&Hc(s),e.push(s)}return e}let mr=null;async function Po(r,e,t){if(mr!==null)return!1;if(e!==null)return new Promise((a,u)=>{r.update(()=>{a(Oo(r,e,t))})});const n=r.getRootElement(),s=r._window==null?window.document:r._window.document,o=lt(r._window);if(n===null||o===null)return!1;const i=s.createElement("span");i.style.cssText="position: fixed; top: -1000px;",i.append(s.createTextNode("#")),n.append(i);const l=new Range;return l.setStart(i,0),l.setEnd(i,1),o.removeAllRanges(),o.addRange(l),new Promise((a,u)=>{const c=r.registerCommand(rs,d=>(Gt(d,ClipboardEvent)&&(c(),mr!==null&&(window.clearTimeout(mr),mr=null),a(Oo(r,d,t))),!0),jc);mr=window.setTimeout(()=>{c(),mr=null,a(!1)},50),s.execCommand("copy"),i.remove()})}function Oo(r,e,t){if(t===void 0){const s=lt(r._window);if(!s)return!1;const o=s.anchorNode,i=s.focusNode;if(o!==null&&i!==null&&!dn(r,o,i))return!1;const l=K();if(l===null)return!1;t=dd(l)}e.preventDefault();const n=e.clipboardData;return n!==null&&(fd(n,t),!0)}const cd=[["text/html",od],["application/x-lexical-editor",ld]];function dd(r=K()){const e={"text/plain":r?r.getTextContent():""};if(r){const t=cc();for(const[n,s]of cd){const o=s(t,r);o!==null&&(e[n]=o)}}return e}function fd(r,e){for(const t in e){const n=e[t];n!==void 0&&r.setData(t,n)}}function Mo(r,e){if(document.caretRangeFromPoint!==void 0){const t=document.caretRangeFromPoint(r,e);return t===null?null:{node:t.startContainer,offset:t.startOffset}}if(document.caretPositionFromPoint!=="undefined"){const t=document.caretPositionFromPoint(r,e);return t===null?null:{node:t.offsetNode,offset:t.offset}}return null}const Br=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0,hd=Br&&"documentMode"in document?document.documentMode:null,pd=!(!Br||!("InputEvent"in window)||hd)&&"getTargetRanges"in new window.InputEvent("input"),gd=Br&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent),Io=Br&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,md=Br&&/^(?=.*Chrome).*/i.test(navigator.userAgent),yd=Br&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&!md,$o=an();class gs extends Rt{static getType(){return"quote"}static clone(e){return new gs(e.__key)}constructor(e){super(e)}createDOM(e){const t=document.createElement("blockquote");return bn(t,e.theme.quote),t}updateDOM(e,t){return!1}static importDOM(){return{blockquote:e=>({conversion:xd,priority:0})}}exportDOM(e){const{element:t}=super.exportDOM(e);if(t&&jt(t)){this.isEmpty()&&t.append(document.createElement("br"));const n=this.getFormatType();t.style.textAlign=n;const s=this.getDirection();s&&(t.dir=s)}return{element:t}}static importJSON(e){const t=Li();return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}exportJSON(){return{...super.exportJSON(),type:"quote"}}insertNewAfter(e,t){const n=Fe(),s=this.getDirection();return n.setDirection(s),this.insertAfter(n,t),n}collapseAtStart(){const e=Fe();return this.getChildren().forEach(t=>e.append(t)),this.replace(e),!0}canMergeWhenEmpty(){return!0}}function Li(){return kt(new gs)}class ms extends Rt{static getType(){return"heading"}static clone(e){return new ms(e.__tag,e.__key)}constructor(e,t){super(t),this.__tag=e}getTag(){return this.__tag}createDOM(e){const t=this.__tag,n=document.createElement(t),s=e.theme.heading;if(s!==void 0){const o=s[t];bn(n,o)}return n}updateDOM(e,t){return!1}static importDOM(){return{h1:e=>({conversion:yr,priority:0}),h2:e=>({conversion:yr,priority:0}),h3:e=>({conversion:yr,priority:0}),h4:e=>({conversion:yr,priority:0}),h5:e=>({conversion:yr,priority:0}),h6:e=>({conversion:yr,priority:0}),p:e=>{const t=e.firstChild;return t!==null&&zo(t)?{conversion:()=>({node:null}),priority:3}:null},span:e=>zo(e)?{conversion:t=>({node:Wr("h1")}),priority:3}:null}}exportDOM(e){const{element:t}=super.exportDOM(e);if(t&&jt(t)){this.isEmpty()&&t.append(document.createElement("br"));const n=this.getFormatType();t.style.textAlign=n;const s=this.getDirection();s&&(t.dir=s)}return{element:t}}static importJSON(e){const t=Wr(e.tag);return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}exportJSON(){return{...super.exportJSON(),tag:this.getTag(),type:"heading",version:1}}insertNewAfter(e,t=!0){const n=e?e.anchor.offset:0,s=this.getLastDescendant(),o=!s||e&&e.anchor.key===s.getKey()&&n===s.getTextContentSize()||!e?Fe():Wr(this.getTag()),i=this.getDirection();if(o.setDirection(i),this.insertAfter(o,t),n===0&&!this.isEmpty()&&e){const l=Fe();l.select(),this.replace(l,!0)}return o}collapseAtStart(){const e=this.isEmpty()?Fe():Wr(this.getTag());return this.getChildren().forEach(t=>e.append(t)),this.replace(e),!0}extractWithChild(){return!0}}function zo(r){return r.nodeName.toLowerCase()==="span"&&r.style.fontSize==="26pt"}function yr(r){const e=r.nodeName.toLowerCase();let t=null;return e!=="h1"&&e!=="h2"&&e!=="h3"&&e!=="h4"&&e!=="h5"&&e!=="h6"||(t=Wr(e),r.style!==null&&(Ai(r,t),t.setFormat(r.style.textAlign))),{node:t}}function xd(r){const e=Li();return r.style!==null&&(e.setFormat(r.style.textAlign),Ai(r,e)),{node:e}}function Wr(r){return kt(new ms(r))}function kn(r){let e=null;if(Gt(r,DragEvent)?e=r.dataTransfer:Gt(r,ClipboardEvent)&&(e=r.clipboardData),e===null)return[!1,[],!1];const t=e.types,n=t.includes("Files"),s=t.includes("text/html")||t.includes("text/plain");return[n,Array.from(e.files),s]}function qo(r){const e=K();if(!M(e))return!1;const t=new Set,n=e.getNodes();for(let s=0;s<n.length;s++){const o=n[s],i=o.getKey();if(t.has(i))continue;const l=ps(o,u=>F(u)&&!u.isInline());if(l===null)continue;const a=l.getKey();l.canIndent()&&!t.has(a)&&(t.add(a),r(l))}return t.size>0}function An(r){const e=Er(r);return pe(e)}function bd(r){return ur(r.registerCommand(dl,e=>{const t=K();return!!vt(t)&&(t.clear(),!0)},0),r.registerCommand(tr,e=>{const t=K();return!!M(t)&&(t.deleteCharacter(e),!0)},ue),r.registerCommand(tn,e=>{const t=K();return!!M(t)&&(t.deleteWord(e),!0)},ue),r.registerCommand(rn,e=>{const t=K();return!!M(t)&&(t.deleteLine(e),!0)},ue),r.registerCommand(Cr,e=>{const t=K();if(typeof e=="string")t!==null&&t.insertText(e);else{if(t===null)return!1;const n=e.dataTransfer;if(n!=null)Lo(n,t,r);else if(M(t)){const s=e.data;return s&&t.insertText(s),!0}}return!0},ue),r.registerCommand(Ms,()=>{const e=K();return!!M(e)&&(e.removeText(),!0)},ue),r.registerCommand(ht,e=>{const t=K();return!!M(t)&&(t.formatText(e),!0)},ue),r.registerCommand(Au,e=>{const t=K();if(!M(t)&&!vt(t))return!1;const n=t.getNodes();for(const s of n){const o=ps(s,i=>F(i)&&!i.isInline());o!==null&&o.setFormat(e)}return!0},ue),r.registerCommand(vr,e=>{const t=K();return!!M(t)&&(t.insertLineBreak(e),!0)},ue),r.registerCommand(en,()=>{const e=K();return!!M(e)&&(e.insertParagraph(),!0)},ue),r.registerCommand(Eu,()=>(sa([gn()]),!0),ue),r.registerCommand(ku,()=>qo(e=>{const t=e.getIndent();e.setIndent(t+1)}),ue),r.registerCommand(Ki,()=>qo(e=>{const t=e.getIndent();t>0&&e.setIndent(t-1)}),ue),r.registerCommand(pl,e=>{const t=K();if(vt(t)&&!An(e.target)){const n=t.getNodes();if(n.length>0)return n[0].selectPrevious(),!0}else if(M(t)){const n=nn(t.focus,!0);if(!e.shiftKey&&pe(n)&&!n.isIsolated()&&!n.isInline())return n.selectPrevious(),e.preventDefault(),!0}return!1},ue),r.registerCommand(gl,e=>{const t=K();if(vt(t)){const n=t.getNodes();if(n.length>0)return n[0].selectNext(0,0),!0}else if(M(t)){if(function(s){const o=s.focus;return o.key==="root"&&o.offset===ve().getChildrenSize()}(t))return e.preventDefault(),!0;const n=nn(t.focus,!1);if(!e.shiftKey&&pe(n)&&!n.isIsolated()&&!n.isInline())return n.selectNext(),e.preventDefault(),!0}return!1},ue),r.registerCommand(hl,e=>{const t=K();if(vt(t)){const n=t.getNodes();if(n.length>0)return e.preventDefault(),n[0].selectPrevious(),!0}if(!M(t))return!1;if(No(t,!0)){const n=e.shiftKey;return e.preventDefault(),Fo(t,n,!0),!0}return!1},ue),r.registerCommand(fl,e=>{const t=K();if(vt(t)&&!An(e.target)){const s=t.getNodes();if(s.length>0)return e.preventDefault(),s[0].selectNext(0,0),!0}if(!M(t))return!1;const n=e.shiftKey;return!!No(t,!1)&&(e.preventDefault(),Fo(t,n,!1),!0)},ue),r.registerCommand(ml,e=>{if(An(e.target))return!1;const t=K();if(!M(t))return!1;const{anchor:n}=t,s=n.getNode();return t.isCollapsed()&&n.offset===0&&!Ve(s)&&rd(s).getIndent()>0?(e.preventDefault(),r.dispatchCommand(Ki,void 0)):(!Io||navigator.language!=="ko-KR")&&(e.preventDefault(),r.dispatchCommand(tr,!0))},ue),r.registerCommand(xl,e=>{if(An(e.target))return!1;const t=K();return!!M(t)&&(e.preventDefault(),r.dispatchCommand(tr,!1))},ue),r.registerCommand(Rn,e=>{const t=K();if(!M(t))return!1;if(e!==null){if((Io||gd||yd)&&pd)return!1;if(e.preventDefault(),e.shiftKey)return r.dispatchCommand(vr,!1)}return r.dispatchCommand(en,void 0)},ue),r.registerCommand(yl,()=>{const e=K();return!!M(e)&&(r.blur(),!0)},ue),r.registerCommand(bl,e=>{const[,t]=kn(e);if(t.length>0){const s=Mo(e.clientX,e.clientY);if(s!==null){const{offset:o,node:i}=s,l=Er(i);if(l!==null){const a=Ec();if(q(l))a.anchor.set(l.getKey(),o,"text"),a.focus.set(l.getKey(),o,"text");else{const c=l.getParentOrThrow().getKey(),d=l.getIndexWithinParent()+1;a.anchor.set(c,d,"element"),a.focus.set(c,d,"element")}const u=Tl(a);Dt(u)}r.dispatchCommand($o,t)}return e.preventDefault(),!0}const n=K();return!!M(n)},ue),r.registerCommand(_l,e=>{const[t]=kn(e),n=K();return!(t&&!M(n))},ue),r.registerCommand(vl,e=>{const[t]=kn(e),n=K();if(t&&!M(n))return!1;const s=Mo(e.clientX,e.clientY);if(s!==null){const o=Er(s.node);pe(o)&&e.preventDefault()}return!0},ue),r.registerCommand(Is,()=>(oc(),!0),ue),r.registerCommand(rs,e=>(Po(r,Gt(e,ClipboardEvent)?e:null),!0),ue),r.registerCommand(ci,e=>(async function(t,n){await Po(n,Gt(t,ClipboardEvent)?t:null),n.update(()=>{const s=K();M(s)?s.removeText():vt(s)&&s.getNodes().forEach(o=>o.remove())})}(e,r),!0),ue),r.registerCommand(ts,e=>{const[,t,n]=kn(e);return t.length>0&&!n?(r.dispatchCommand($o,t),!0):_i(e.target)?!1:K()!==null&&(function(s,o){s.preventDefault(),o.update(()=>{const i=K(),l=Gt(s,InputEvent)||Gt(s,KeyboardEvent)?null:s.clipboardData;l!=null&&i!==null&&Lo(l,i,o)},{tag:"paste"})}(e,r),!0)},ue))}const ti=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0?w.useLayoutEffect:w.useEffect;function Uo(r){return r.getEditorState().read(pa(r.isComposing()))}function _d({contentEditable:r,placeholder:e=null,ErrorBoundary:t}){const[n]=gt(),s=function(o,i){const[l,a]=w.useState(()=>o.getDecorators());return ti(()=>o.registerDecoratorListener(u=>{Pi.flushSync(()=>{a(u)})}),[o]),w.useEffect(()=>{a(o.getDecorators())},[o]),w.useMemo(()=>{const u=[],c=Object.keys(l);for(let d=0;d<c.length;d++){const f=c[d],h=p.jsx(i,{onError:m=>o._onError(m),children:p.jsx(w.Suspense,{fallback:null,children:l[f]})}),g=o.getElementByKey(f);g!==null&&u.push(Pi.createPortal(h,g,f))}return u},[i,l,o])}(n,t);return function(o){ti(()=>ur(bd(o),nd(o)),[o])}(n),p.jsxs(p.Fragment,{children:[r,p.jsx(vd,{content:e}),s]})}function vd({content:r}){const[e]=gt(),t=function(s){const[o,i]=w.useState(()=>Uo(s));return ti(()=>{function l(){const a=Uo(s);i(a)}return l(),ur(s.registerUpdateListener(()=>{l()}),s.registerEditableListener(()=>{l()}))},[s]),o}(e),n=Ic();return t?typeof r=="function"?r(n):r:null}const Sa=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0?w.useLayoutEffect:w.useEffect;function Cd({editor:r,ariaActiveDescendant:e,ariaAutoComplete:t,ariaControls:n,ariaDescribedBy:s,ariaErrorMessage:o,ariaExpanded:i,ariaInvalid:l,ariaLabel:a,ariaLabelledBy:u,ariaMultiline:c,ariaOwns:d,ariaRequired:f,autoCapitalize:h,className:g,id:m,role:y="textbox",spellCheck:D=!0,style:x,tabIndex:k,"data-testid":C,...S},v){const[_,E]=w.useState(r.isEditable()),T=w.useCallback(N=>{N&&N.ownerDocument&&N.ownerDocument.defaultView?r.setRootElement(N):r.setRootElement(null)},[r]),z=w.useMemo(()=>function(...N){return j=>{N.forEach(R=>{typeof R=="function"?R(j):R!=null&&(R.current=j)})}}(v,T),[T,v]);return Sa(()=>(E(r.isEditable()),r.registerEditableListener(N=>{E(N)})),[r]),p.jsx("div",{"aria-activedescendant":_?e:void 0,"aria-autocomplete":_?t:"none","aria-controls":_?n:void 0,"aria-describedby":s,...o!=null?{"aria-errormessage":o}:{},"aria-expanded":_&&y==="combobox"?!!i:void 0,...l!=null?{"aria-invalid":l}:{},"aria-label":a,"aria-labelledby":u,"aria-multiline":c,"aria-owns":_?d:void 0,"aria-readonly":!_||void 0,"aria-required":f,autoCapitalize:h,className:g,contentEditable:_,"data-testid":C,id:m,ref:z,role:_?y:void 0,spellCheck:D,style:x,tabIndex:k,...S})}const wd=w.forwardRef(Cd);function Wo(r){return r.getEditorState().read(pa(r.isComposing()))}const Dd=w.forwardRef(Sd);function Sd(r,e){const{placeholder:t,...n}=r,[s]=gt();return p.jsxs(p.Fragment,{children:[p.jsx(wd,{editor:s,...n,ref:e}),t!=null&&p.jsx(Ed,{editor:s,content:t})]})}function Ed({content:r,editor:e}){const t=function(i){const[l,a]=w.useState(()=>Wo(i));return Sa(()=>{function u(){const c=Wo(i);a(c)}return u(),ur(i.registerUpdateListener(()=>{u()}),i.registerEditableListener(()=>{u()}))},[i]),l}(e),[n,s]=w.useState(e.isEditable());if(w.useLayoutEffect(()=>(s(e.isEditable()),e.registerEditableListener(i=>{s(i)})),[e]),!t)return null;let o=null;return typeof r=="function"?o=r(n):r!==null&&(o=r),o===null?null:p.jsx("div",{"aria-hidden":!0,children:o})}const Tn=0,ri=1,ni=2,ft=0,kd=1,Go=2,Ad=3,Td=4;function Bd(r,e,t,n,s){if(r===null||t.size===0&&n.size===0&&!s)return ft;const o=e._selection,i=r._selection;if(s)return kd;if(!(M(o)&&M(i)&&i.isCollapsed()&&o.isCollapsed()))return ft;const l=function(D,x,k){const C=D._nodeMap,S=[];for(const v of x){const _=C.get(v);_!==void 0&&S.push(_)}for(const[v,_]of k){if(!_)continue;const E=C.get(v);E===void 0||Ve(E)||S.push(E)}return S}(e,t,n);if(l.length===0)return ft;if(l.length>1){const D=e._nodeMap,x=D.get(o.anchor.key),k=D.get(i.anchor.key);return x&&k&&!r._nodeMap.has(x.__key)&&q(x)&&x.__text.length===1&&o.anchor.offset===1?Go:ft}const a=l[0],u=r._nodeMap.get(a.__key);if(!q(u)||!q(a)||u.__mode!==a.__mode)return ft;const c=u.__text,d=a.__text;if(c===d)return ft;const f=o.anchor,h=i.anchor;if(f.key!==h.key||f.type!=="text")return ft;const g=f.offset,m=h.offset,y=d.length-c.length;return y===1&&m===g-1?Go:y===-1&&m===g+1?Ad:y===-1&&m===g?Td:ft}function Nd(r,e){let t=Date.now(),n=ft;return(s,o,i,l,a,u)=>{const c=Date.now();if(u.has("historic"))return n=ft,t=c,ni;const d=Bd(s,o,l,a,r.isComposing()),f=(()=>{const h=i===null||i.editor===r,g=u.has("history-push");if(!g&&h&&u.has("history-merge"))return Tn;if(s===null)return ri;const m=o._selection;return l.size>0||a.size>0?g===!1&&d!==ft&&d===n&&c<t+e&&h||l.size===1&&function(y,D,x){const k=D._nodeMap.get(y),C=x._nodeMap.get(y),S=D._selection,v=x._selection;return!(M(S)&&M(v)&&S.anchor.type==="element"&&S.focus.type==="element"&&v.anchor.type==="text"&&v.focus.type==="text"||!q(k)||!q(C)||k.__parent!==C.__parent)&&JSON.stringify(D.read(()=>k.exportJSON()))===JSON.stringify(x.read(()=>C.exportJSON()))}(Array.from(l)[0],s,o)?Tn:ri:m!==null?Tn:ni})();return t=c,n=d,f}}function Ko(r){r.undoStack=[],r.redoStack=[],r.current=null}function Fd(r,e,t){const n=Nd(r,t);return ur(r.registerCommand(ai,()=>(function(o,i){const l=i.redoStack,a=i.undoStack;if(a.length!==0){const u=i.current,c=a.pop();u!==null&&(l.push(u),o.dispatchCommand(Cn,!0)),a.length===0&&o.dispatchCommand(wn,!1),i.current=c||null,c&&c.editor.setEditorState(c.editorState,{tag:"historic"})}}(r,e),!0),ue),r.registerCommand(ui,()=>(function(o,i){const l=i.redoStack,a=i.undoStack;if(l.length!==0){const u=i.current;u!==null&&(a.push(u),o.dispatchCommand(wn,!0));const c=l.pop();l.length===0&&o.dispatchCommand(Cn,!1),i.current=c||null,c&&c.editor.setEditorState(c.editorState,{tag:"historic"})}}(r,e),!0),ue),r.registerCommand(Bu,()=>(Ko(e),!1),ue),r.registerCommand(Nu,()=>(Ko(e),r.dispatchCommand(Cn,!1),r.dispatchCommand(wn,!1),!0),ue),r.registerUpdateListener(({editorState:o,prevEditorState:i,dirtyLeaves:l,dirtyElements:a,tags:u})=>{const c=e.current,d=e.redoStack,f=e.undoStack,h=c===null?null:c.editorState;if(c!==null&&o===h)return;const g=n(i,o,c,l,a,u);if(g===ri)d.length!==0&&(e.redoStack=[],r.dispatchCommand(Cn,!1)),c!==null&&(f.push({...c}),r.dispatchCommand(wn,!0));else if(g===ni)return;e.current={editor:r,editorState:o}}))}function jd(){return{current:null,redoStack:[],undoStack:[]}}function Ld({delay:r,externalHistoryState:e}){const[t]=gt();return function(n,s,o=1e3){const i=w.useMemo(()=>s||jd(),[s]);w.useEffect(()=>Fd(n,i,o),[o,n,i])}(t,e,r),null}const Rd=typeof window<"u"&&window.document!==void 0&&window.document.createElement!==void 0?w.useLayoutEffect:w.useEffect;function Pd({ignoreHistoryMergeTagChange:r=!0,ignoreSelectionChange:e=!1,onChange:t}){const[n]=gt();return Rd(()=>{if(t)return n.registerUpdateListener(({editorState:s,dirtyElements:o,dirtyLeaves:i,prevEditorState:l,tags:a})=>{e&&o.size===0&&i.size===0||r&&a.has("history-merge")||l.isEmpty()||t(s,n,a)})},[n,r,e,t]),null}function si(r,e){return si=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,n){return t.__proto__=n,t},si(r,e)}var Vo={error:null},Od=function(r){var e,t;function n(){for(var o,i=arguments.length,l=new Array(i),a=0;a<i;a++)l[a]=arguments[a];return(o=r.call.apply(r,[this].concat(l))||this).state=Vo,o.resetErrorBoundary=function(){for(var u,c=arguments.length,d=new Array(c),f=0;f<c;f++)d[f]=arguments[f];o.props.onReset==null||(u=o.props).onReset.apply(u,d),o.reset()},o}t=r,(e=n).prototype=Object.create(t.prototype),e.prototype.constructor=e,si(e,t),n.getDerivedStateFromError=function(o){return{error:o}};var s=n.prototype;return s.reset=function(){this.setState(Vo)},s.componentDidCatch=function(o,i){var l,a;(l=(a=this.props).onError)==null||l.call(a,o,i)},s.componentDidUpdate=function(o,i){var l,a,u,c,d=this.state.error,f=this.props.resetKeys;d!==null&&i.error!==null&&((u=o.resetKeys)===void 0&&(u=[]),(c=f)===void 0&&(c=[]),u.length!==c.length||u.some(function(h,g){return!Object.is(h,c[g])}))&&((l=(a=this.props).onResetKeysChange)==null||l.call(a,o.resetKeys,f),this.reset())},s.render=function(){var o=this.state.error,i=this.props,l=i.fallbackRender,a=i.FallbackComponent,u=i.fallback;if(o!==null){var c={error:o,resetErrorBoundary:this.resetErrorBoundary};if(_s.isValidElement(u))return u;if(typeof l=="function")return l(c);if(a)return _s.createElement(a,c);throw new Error("react-error-boundary requires either a fallback, fallbackRender, or FallbackComponent prop")}return this.props.children},n}(_s.Component);function Md({children:r,onError:e}){return p.jsx(Od,{fallback:p.jsx("div",{style:{border:"1px solid #f00",color:"#f00",padding:"8px"},children:"An error was thrown."}),onError:e,children:r})}function Id(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var Ct=Id(function(r){const e=new URLSearchParams;e.append("code",r);for(let t=1;t<arguments.length;t++)e.append("v",arguments[t]);throw Error(`Minified Lexical error #${r}; visit https://lexical.dev/docs/error?${e} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)});function $d(r){let e=1,t=r.getParent();for(;t!=null;){if(we(t)){const n=t.getParent();if(ae(n)){e++,t=n.getParent();continue}Ct(40)}return e}return e}function ii(r){let e=r.getParent();ae(e)||Ct(40);let t=e;for(;t!==null;)t=t.getParent(),ae(t)&&(e=t);return e}function Ea(r){let e=[];const t=r.getChildren().filter(we);for(let n=0;n<t.length;n++){const s=t[n],o=s.getFirstChild();ae(o)?e=e.concat(Ea(o)):e.push(s)}return e}function wt(r){return we(r)&&ae(r.getFirstChild())}function Ho(r){return rt().append(r)}function ka(r,e){return we(r)&&(e.length===0||e.length===1&&r.is(e[0])&&r.getChildrenSize()===0)}function Jo(r,e){r.update(()=>{const t=K();if(t!==null){const n=t.getNodes();if(M(t)){const o=t.getStartEndPoints();o===null&&Ct(143);const[i]=o,l=i.getNode(),a=l.getParent();if(ka(l,n)){const u=Xe(e);if(St(a)){l.replace(u);const c=rt();F(l)&&(c.setFormat(l.getFormatType()),c.setIndent(l.getIndent())),u.append(c)}else if(we(l)){const c=l.getParentOrThrow();ar(u,c.getChildren()),c.replace(u)}return}}const s=new Set;for(let o=0;o<n.length;o++){const i=n[o];if(!F(i)||!i.isEmpty()||we(i)||s.has(i.getKey())){if(Nl(i)){let l=i.getParent();for(;l!=null;){const a=l.getKey();if(ae(l)){if(!s.has(a)){const u=Xe(e);ar(u,l.getChildren()),l.replace(u),s.add(a)}break}{const u=l.getParent();if(St(u)&&!s.has(a)){s.add(a),Qo(l,e);break}l=u}}}}else Qo(i,e)}}})}function ar(r,e){r.splice(r.getChildrenSize(),0,e)}function Qo(r,e){if(ae(r))return r;const t=r.getPreviousSibling(),n=r.getNextSibling(),s=rt();let o;if(ar(s,r.getChildren()),ae(t)&&e===t.getListType())t.append(s),ae(n)&&e===n.getListType()&&(ar(t,n.getChildren()),n.remove()),o=t;else if(ae(n)&&e===n.getListType())n.getFirstChildOrThrow().insertBefore(s),o=n;else{const i=Xe(e);i.append(s),r.replace(i),o=i}return s.setFormat(r.getFormatType()),s.setIndent(r.getIndent()),r.remove(),o}function Ri(r,e){const t=r.getLastChild(),n=e.getFirstChild();t&&n&&wt(t)&&wt(n)&&(Ri(t.getFirstChild(),n.getFirstChild()),n.remove());const s=e.getChildren();s.length>0&&r.append(...s),e.remove()}function zd(r){r.update(()=>{const e=K();if(M(e)){const t=new Set,n=e.getNodes(),s=e.anchor.getNode();if(ka(s,n))t.add(ii(s));else for(let o=0;o<n.length;o++){const i=n[o];if(Nl(i)){const l=td(i,cr);l!=null&&t.add(ii(l))}}for(const o of t){let i=o;const l=Ea(o);for(const a of l){const u=Fe();ar(u,a.getChildren()),i.insertAfter(u),i=u,a.__key===e.anchor.key&&e.anchor.set(u.getKey(),0,"element"),a.__key===e.focus.key&&e.focus.set(u.getKey(),0,"element"),a.remove()}o.remove()}}})}function qd(r){const e=new Set;if(wt(r)||e.has(r.getKey()))return;const t=r.getParent(),n=r.getNextSibling(),s=r.getPreviousSibling();if(wt(n)&&wt(s)){const o=s.getFirstChild();if(ae(o)){o.append(r);const i=n.getFirstChild();ae(i)&&(ar(o,i.getChildren()),n.remove(),e.add(n.getKey()))}}else if(wt(n)){const o=n.getFirstChild();if(ae(o)){const i=o.getFirstChild();i!==null&&i.insertBefore(r)}}else if(wt(s)){const o=s.getFirstChild();ae(o)&&o.append(r)}else if(ae(t)){const o=rt(),i=Xe(t.getListType());o.append(i),i.append(r),s?s.insertAfter(o):n?n.insertBefore(o):t.append(o)}}function Ud(r){if(wt(r))return;const e=r.getParent(),t=e?e.getParent():void 0;if(ae(t?t.getParent():void 0)&&we(t)&&ae(e)){const n=e?e.getFirstChild():void 0,s=e?e.getLastChild():void 0;if(r.is(n))t.insertBefore(r),e.isEmpty()&&t.remove();else if(r.is(s))t.insertAfter(r),e.isEmpty()&&t.remove();else{const o=e.getListType(),i=rt(),l=Xe(o);i.append(l),r.getPreviousSiblings().forEach(c=>l.append(c));const a=rt(),u=Xe(o);a.append(u),ar(u,r.getNextSiblings()),t.insertBefore(i),t.insertAfter(a),t.replace(r)}}}function Wd(){const r=K();if(!M(r)||!r.isCollapsed())return!1;const e=r.anchor.getNode();if(!we(e)||e.getChildrenSize()!==0)return!1;const t=ii(e),n=e.getParent();ae(n)||Ct(40);const s=n.getParent();let o;if(St(s))o=Fe(),t.insertAfter(o);else{if(!we(s))return!1;o=rt(),s.insertAfter(o)}o.select();const i=e.getNextSiblings();if(i.length>0){const l=Xe(n.getListType());if(kr(o))o.insertAfter(l);else{const a=rt();a.append(l),o.insertAfter(a)}i.forEach(a=>{a.remove(),l.append(a)})}return function(l){let a=l;for(;a.getNextSibling()==null&&a.getPreviousSibling()==null;){const u=a.getParent();if(u==null||!we(a)&&!ae(a))break;a=u}a.remove()}(e),!0}function Xn(...r){const e=[];for(const t of r)if(t&&typeof t=="string")for(const[n]of t.matchAll(/\S+/g))e.push(n);return e}class cr extends Rt{static getType(){return"listitem"}static clone(e){return new cr(e.__value,e.__checked,e.__key)}constructor(e,t,n){super(n),this.__value=e===void 0?1:e,this.__checked=t}createDOM(e){const t=document.createElement("li"),n=this.getParent();return ae(n)&&n.getListType()==="check"&&Xo(t,this,null),t.value=this.__value,Yo(t,e.theme,this),t}updateDOM(e,t,n){const s=this.getParent();return ae(s)&&s.getListType()==="check"&&Xo(t,this,e),t.value=this.__value,Yo(t,n.theme,this),!1}static transform(){return e=>{if(we(e)||Ct(144),e.__checked==null)return;const t=e.getParent();ae(t)&&t.getListType()!=="check"&&e.getChecked()!=null&&e.setChecked(void 0)}}static importDOM(){return{li:()=>({conversion:Gd,priority:0})}}static importJSON(e){const t=rt();return t.setChecked(e.checked),t.setValue(e.value),t.setFormat(e.format),t.setDirection(e.direction),t}exportDOM(e){const t=this.createDOM(e._config);return t.style.textAlign=this.getFormatType(),{element:t}}exportJSON(){return{...super.exportJSON(),checked:this.getChecked(),type:"listitem",value:this.getValue(),version:1}}append(...e){for(let t=0;t<e.length;t++){const n=e[t];if(F(n)&&this.canMergeWith(n)){const s=n.getChildren();this.append(...s),n.remove()}else super.append(n)}return this}replace(e,t){if(we(e))return super.replace(e);this.setIndent(0);const n=this.getParentOrThrow();if(!ae(n))return e;if(n.__first===this.getKey())n.insertBefore(e);else if(n.__last===this.getKey())n.insertAfter(e);else{const s=Xe(n.getListType());let o=this.getNextSibling();for(;o;){const i=o;o=o.getNextSibling(),s.append(i)}n.insertAfter(e),e.insertAfter(s)}return t&&(F(e)||Ct(139),this.getChildren().forEach(s=>{e.append(s)})),this.remove(),n.getChildrenSize()===0&&n.remove(),e}insertAfter(e,t=!0){const n=this.getParentOrThrow();if(ae(n)||Ct(39),we(e))return super.insertAfter(e,t);const s=this.getNextSiblings();if(n.insertAfter(e,t),s.length!==0){const o=Xe(n.getListType());s.forEach(i=>o.append(i)),e.insertAfter(o,t)}return e}remove(e){const t=this.getPreviousSibling(),n=this.getNextSibling();super.remove(e),t&&n&&wt(t)&&wt(n)&&(Ri(t.getFirstChild(),n.getFirstChild()),n.remove())}insertNewAfter(e,t=!0){const n=rt(this.__checked==null&&void 0);return this.insertAfter(n,t),n}collapseAtStart(e){const t=Fe();this.getChildren().forEach(i=>t.append(i));const n=this.getParentOrThrow(),s=n.getParentOrThrow(),o=we(s);if(n.getChildrenSize()===1)if(o)n.remove(),s.select();else{n.insertBefore(t),n.remove();const i=e.anchor,l=e.focus,a=t.getKey();i.type==="element"&&i.getNode().is(this)&&i.set(a,i.offset,"element"),l.type==="element"&&l.getNode().is(this)&&l.set(a,l.offset,"element")}else n.insertBefore(t),this.remove();return!0}getValue(){return this.getLatest().__value}setValue(e){this.getWritable().__value=e}getChecked(){const e=this.getLatest();let t;const n=this.getParent();return ae(n)&&(t=n.getListType()),t==="check"?!!e.__checked:void 0}setChecked(e){this.getWritable().__checked=e}toggleChecked(){this.setChecked(!this.__checked)}getIndent(){const e=this.getParent();if(e===null)return this.getLatest().__indent;let t=e.getParentOrThrow(),n=0;for(;we(t);)t=t.getParentOrThrow().getParentOrThrow(),n++;return n}setIndent(e){typeof e!="number"&&Ct(117),(e=Math.floor(e))>=0||Ct(199);let t=this.getIndent();for(;t!==e;)t<e?(qd(this),t++):(Ud(this),t--);return this}canInsertAfter(e){return we(e)}canReplaceWith(e){return we(e)}canMergeWith(e){return kr(e)||we(e)}extractWithChild(e,t){if(!M(t))return!1;const n=t.anchor.getNode(),s=t.focus.getNode();return this.isParentOf(n)&&this.isParentOf(s)&&this.getTextContent().length===t.getTextContent().length}isParentRequired(){return!0}createParentElementNode(){return Xe("bullet")}canMergeWhenEmpty(){return!0}}function Yo(r,e,t){const n=[],s=[],o=e.list,i=o?o.listitem:void 0;let l;if(o&&o.nested&&(l=o.nested.listitem),i!==void 0&&n.push(...Xn(i)),o){const a=t.getParent(),u=ae(a)&&a.getListType()==="check",c=t.getChecked();u&&!c||s.push(o.listitemUnchecked),u&&c||s.push(o.listitemChecked),u&&n.push(c?o.listitemChecked:o.listitemUnchecked)}if(l!==void 0){const a=Xn(l);t.getChildren().some(u=>ae(u))?n.push(...a):s.push(...a)}s.length>0&&xa(r,...s),n.length>0&&bn(r,...n)}function Xo(r,e,t,n){ae(e.getFirstChild())?(r.removeAttribute("role"),r.removeAttribute("tabIndex"),r.removeAttribute("aria-checked")):(r.setAttribute("role","checkbox"),r.setAttribute("tabIndex","-1"),t&&e.__checked===t.__checked||r.setAttribute("aria-checked",e.getChecked()?"true":"false"))}function Gd(r){if(r.classList.contains("task-list-item")){for(const t of r.children)if(t.tagName==="INPUT")return Kd(t)}const e=r.getAttribute("aria-checked");return{node:rt(e==="true"||e!=="false"&&void 0)}}function Kd(r){return r.getAttribute("type")!=="checkbox"?{node:null}:{node:rt(r.hasAttribute("checked"))}}function rt(r){return kt(new cr(void 0,r))}function we(r){return r instanceof cr}class Nr extends Rt{static getType(){return"list"}static clone(e){const t=e.__listType||tl[e.__tag];return new Nr(t,e.__start,e.__key)}constructor(e,t,n){super(n);const s=tl[e]||e;this.__listType=s,this.__tag=s==="number"?"ol":"ul",this.__start=t}getTag(){return this.__tag}setListType(e){const t=this.getWritable();t.__listType=e,t.__tag=e==="number"?"ol":"ul"}getListType(){return this.__listType}getStart(){return this.__start}createDOM(e,t){const n=this.__tag,s=document.createElement(n);return this.__start!==1&&s.setAttribute("start",String(this.__start)),s.__lexicalListType=this.__listType,Zo(s,e.theme,this),s}updateDOM(e,t,n){return e.__tag!==this.__tag||(Zo(t,n.theme,this),!1)}static transform(){return e=>{ae(e)||Ct(163),function(t){const n=t.getNextSibling();ae(n)&&t.getListType()===n.getListType()&&Ri(t,n)}(e),function(t){const n=t.getListType()!=="check";let s=t.getStart();for(const o of t.getChildren())we(o)&&(o.getValue()!==s&&o.setValue(s),n&&o.getLatest().__checked!=null&&o.setChecked(void 0),ae(o.getFirstChild())||s++)}(e)}}static importDOM(){return{ol:()=>({conversion:el,priority:0}),ul:()=>({conversion:el,priority:0})}}static importJSON(e){const t=Xe(e.listType,e.start);return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}exportDOM(e){const t=this.createDOM(e._config,e);return t&&jt(t)&&(this.__start!==1&&t.setAttribute("start",String(this.__start)),this.__listType==="check"&&t.setAttribute("__lexicalListType","check")),{element:t}}exportJSON(){return{...super.exportJSON(),listType:this.getListType(),start:this.getStart(),tag:this.getTag(),type:"list",version:1}}canBeEmpty(){return!1}canIndent(){return!1}append(...e){for(let t=0;t<e.length;t++){const n=e[t];if(we(n))super.append(n);else{const s=rt();if(ae(n))s.append(n);else if(F(n))if(n.isInline())s.append(n);else{const o=Le(n.getTextContent());s.append(o)}else s.append(n);super.append(s)}}return this}extractWithChild(e){return we(e)}}function Zo(r,e,t){const n=[],s=[],o=e.list;if(o!==void 0){const i=o[`${t.__tag}Depth`]||[],l=$d(t)-1,a=l%i.length,u=i[a],c=o[t.__tag];let d;const f=o.nested,h=o.checklist;if(f!==void 0&&f.list&&(d=f.list),c!==void 0&&n.push(c),h!==void 0&&t.__listType==="check"&&n.push(h),u!==void 0){n.push(...Xn(u));for(let g=0;g<i.length;g++)g!==a&&s.push(t.__tag+g)}if(d!==void 0){const g=Xn(d);l>1?n.push(...g):s.push(...g)}}s.length>0&&xa(r,...s),n.length>0&&bn(r,...n)}function Vd(r){const e=[];for(let t=0;t<r.length;t++){const n=r[t];if(we(n)){e.push(n);const s=n.getChildren();s.length>1&&s.forEach(o=>{ae(o)&&e.push(Ho(o))})}else e.push(Ho(n))}return e}function el(r){const e=r.nodeName.toLowerCase();let t=null;return e==="ol"?t=Xe("number",r.start):e==="ul"&&(t=function(n){if(n.getAttribute("__lexicallisttype")==="check"||n.classList.contains("contains-task-list"))return!0;for(const s of n.childNodes)if(jt(s)&&s.hasAttribute("aria-checked"))return!0;return!1}(r)?Xe("check"):Xe("bullet")),{after:Vd,node:t}}const tl={ol:"number",ul:"bullet"};function Xe(r,e=1){return kt(new Nr(r,e))}function ae(r){return r instanceof Nr}const Aa=an(),Ta=an(),Hd=an();function Jd(r){return ur(r.registerCommand(Ta,()=>(Jo(r,"number"),!0),_r),r.registerCommand(Aa,()=>(Jo(r,"bullet"),!0),_r),r.registerCommand(Hd,()=>(zd(r),!0),_r),r.registerCommand(en,()=>!!Wd(),_r))}function Qd(){const[r]=gt();return w.useEffect(()=>{if(!r.hasNodes([Nr,cr]))throw new Error("ListPlugin: ListNode and/or ListItemNode not registered on editor")},[r]),function(e){w.useEffect(()=>Jd(e),[e])}(r),null}const Yd=new Set(["http:","https:","mailto:","sms:","tel:"]);class dr extends Rt{static getType(){return"link"}static clone(e){return new dr(e.__url,{rel:e.__rel,target:e.__target,title:e.__title},e.__key)}constructor(e,t={},n){super(n);const{target:s=null,rel:o=null,title:i=null}=t;this.__url=e,this.__target=s,this.__rel=o,this.__title=i}createDOM(e){const t=document.createElement("a");return t.href=this.sanitizeUrl(this.__url),this.__target!==null&&(t.target=this.__target),this.__rel!==null&&(t.rel=this.__rel),this.__title!==null&&(t.title=this.__title),bn(t,e.theme.link),t}updateDOM(e,t,n){if(t instanceof HTMLAnchorElement){const s=this.__url,o=this.__target,i=this.__rel,l=this.__title;s!==e.__url&&(t.href=s),o!==e.__target&&(o?t.target=o:t.removeAttribute("target")),i!==e.__rel&&(i?t.rel=i:t.removeAttribute("rel")),l!==e.__title&&(l?t.title=l:t.removeAttribute("title"))}return!1}static importDOM(){return{a:e=>({conversion:Xd,priority:1})}}static importJSON(e){const t=Zn(e.url,{rel:e.rel,target:e.target,title:e.title});return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}sanitizeUrl(e){try{const t=new URL(e);if(!Yd.has(t.protocol))return"about:blank"}catch{return e}return e}exportJSON(){return{...super.exportJSON(),rel:this.getRel(),target:this.getTarget(),title:this.getTitle(),type:"link",url:this.getURL(),version:1}}getURL(){return this.getLatest().__url}setURL(e){this.getWritable().__url=e}getTarget(){return this.getLatest().__target}setTarget(e){this.getWritable().__target=e}getRel(){return this.getLatest().__rel}setRel(e){this.getWritable().__rel=e}getTitle(){return this.getLatest().__title}setTitle(e){this.getWritable().__title=e}insertNewAfter(e,t=!0){const n=Zn(this.__url,{rel:this.__rel,target:this.__target,title:this.__title});return this.insertAfter(n,t),n}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}canBeEmpty(){return!1}isInline(){return!0}extractWithChild(e,t,n){if(!M(t))return!1;const s=t.anchor.getNode(),o=t.focus.getNode();return this.isParentOf(s)&&this.isParentOf(o)&&t.getTextContent().length>0}isEmailURI(){return this.__url.startsWith("mailto:")}isWebSiteURI(){return this.__url.startsWith("https://")||this.__url.startsWith("http://")}}function Xd(r){let e=null;if(uc(r)){const t=r.textContent;(t!==null&&t!==""||r.children.length>0)&&(e=Zn(r.getAttribute("href")||"",{rel:r.getAttribute("rel"),target:r.getAttribute("target"),title:r.getAttribute("title")}))}return{node:e}}function Zn(r,e){return kt(new dr(r,e))}function $r(r){return r instanceof dr}class _n extends dr{constructor(e,t={},n){super(e,t,n),this.__isUnlinked=t.isUnlinked!==void 0&&t.isUnlinked!==null&&t.isUnlinked}static getType(){return"autolink"}static clone(e){return new _n(e.__url,{isUnlinked:e.__isUnlinked,rel:e.__rel,target:e.__target,title:e.__title},e.__key)}getIsUnlinked(){return this.__isUnlinked}setIsUnlinked(e){const t=this.getWritable();return t.__isUnlinked=e,t}createDOM(e){return this.__isUnlinked?document.createElement("span"):super.createDOM(e)}updateDOM(e,t,n){return super.updateDOM(e,t,n)||e.__isUnlinked!==this.__isUnlinked}static importJSON(e){const t=rl(e.url,{isUnlinked:e.isUnlinked,rel:e.rel,target:e.target,title:e.title});return t.setFormat(e.format),t.setIndent(e.indent),t.setDirection(e.direction),t}static importDOM(){return null}exportJSON(){return{...super.exportJSON(),isUnlinked:this.__isUnlinked,type:"autolink",version:1}}insertNewAfter(e,t=!0){const n=this.getParentOrThrow().insertNewAfter(e,t);if(F(n)){const s=rl(this.__url,{isUnlinked:this.__isUnlinked,rel:this.__rel,target:this.__target,title:this.__title});return n.append(s),s}return null}}function rl(r,e){return kt(new _n(r,e))}function Zd(r){return r instanceof _n}const nl=an();function Rs(r,e={}){const{target:t,title:n}=e,s=e.rel===void 0?"noreferrer":e.rel,o=K();if(!M(o))return;const i=o.extract();if(r===null)i.forEach(l=>{const a=ps(l,u=>!Zd(u)&&$r(u));if(a){const u=a.getChildren();for(let c=0;c<u.length;c++)a.insertBefore(u[c]);a.remove()}});else{if(i.length===1){const u=function(c,d){let f=c;for(;f!==null&&f.getParent()!==null&&!d(f);)f=f.getParentOrThrow();return d(f)?f:null}(i[0],$r);if(u!==null)return u.setURL(r),t!==void 0&&u.setTarget(t),s!==null&&u.setRel(s),void(n!==void 0&&u.setTitle(n))}let l=null,a=null;i.forEach(u=>{const c=u.getParent();if(c!==a&&c!==null&&(!F(u)||u.isInline())){if($r(c))return a=c,c.setURL(r),t!==void 0&&c.setTarget(t),s!==null&&a.setRel(s),void(n!==void 0&&a.setTitle(n));if(c.is(l)||(l=c,a=Zn(r,{rel:s,target:t,title:n}),$r(c)?u.getPreviousSibling()===null?c.insertBefore(a):c.insertAfter(a):u.insertBefore(a)),$r(u)){if(u.is(a))return;if(a!==null){const d=u.getChildren();for(let f=0;f<d.length;f++)a.append(d[f])}u.remove()}else a!==null&&a.append(u)}})}}function ef({validateUrl:r,attributes:e}){const[t]=gt();return w.useEffect(()=>{if(!t.hasNodes([dr]))throw new Error("LinkPlugin: LinkNode not registered on editor");return ur(t.registerCommand(nl,n=>{if(n===null)return Rs(n),!0;if(typeof n=="string")return!(r!==void 0&&!r(n))&&(Rs(n,e),!0);{const{url:s,target:o,rel:i,title:l}=n;return Rs(s,{...e,rel:i,target:o,title:l}),!0}},_r),r!==void 0?t.registerCommand(ts,n=>{const s=K();if(!M(s)||s.isCollapsed()||!Gt(n,ClipboardEvent))return!1;const o=n;if(o.clipboardData===null)return!1;const i=o.clipboardData.getData("text");return!!r(i)&&!s.getNodes().some(l=>F(l))&&(t.dispatchCommand(nl,{...e,url:i}),n.preventDefault(),!0)},_r):()=>{})},[t,r,e]),null}const tf={background:"#ffffff",text:"#111827",textSecondary:"#6b7280",border:"#e5e7eb",primary:"#3b82f6",toolbarBackground:"#f9fafb",quoteBorder:"#d1d5db",quoteBackground:"#f3f4f6"},rf={paragraph:"mail-editor-paragraph",text:{bold:"mail-editor-bold",italic:"mail-editor-italic",underline:"mail-editor-underline"},list:{ul:"mail-editor-ul",ol:"mail-editor-ol",listitem:"mail-editor-li"},link:"mail-editor-link",quote:"mail-editor-quote",heading:{h1:"mail-editor-h1",h2:"mail-editor-h2",h3:"mail-editor-h3"}};function nf({theme:r,disabled:e,onAiRestructure:t,onAiProofread:n,onAiRewrite:s,aiProcessing:o,aiProcessingAction:i,onAiAction:l,hasContent:a}){const[u]=gt(),[c,d]=w.useState(!1),f=w.useRef(null),h=t||n||s,g=w.useCallback(()=>{u.dispatchCommand(ht,"bold")},[u]),m=w.useCallback(()=>{u.dispatchCommand(ht,"italic")},[u]),y=w.useCallback(()=>{u.dispatchCommand(ht,"underline")},[u]),D=w.useCallback(()=>{u.dispatchCommand(Aa,void 0)},[u]),x=w.useCallback(()=>{u.dispatchCommand(Ta,void 0)},[u]),k=w.useCallback(()=>{u.update(()=>{const _=K();M(_)&&Jc(_,()=>Li())})},[u]),C={display:"flex",alignItems:"center",justifyContent:"center",width:"32px",height:"32px",border:"none",background:"transparent",borderRadius:"4px",cursor:e?"not-allowed":"pointer",color:e?r.textSecondary:r.text,fontSize:"14px",fontWeight:600,opacity:e?.5:1},S=`
|
|
74
74
|
.mail-editor-toolbar-btn:hover:not(:disabled) {
|
|
75
75
|
background: ${r.border};
|
|
76
76
|
}
|
|
77
|
-
|
|
77
|
+
`,v=()=>{setTimeout(()=>{var _;(_=f.current)!=null&&_.contains(document.activeElement)||d(!1)},150)};return p.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"8px",borderBottom:`1px solid ${r.border}`,background:r.toolbarBackground},children:[p.jsx("style",{children:S}),p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"2px"},children:[p.jsx("button",{type:"button",className:"mail-editor-toolbar-btn",onClick:g,disabled:e,style:C,title:"Bold (Ctrl+B)",children:"B"}),p.jsx("button",{type:"button",className:"mail-editor-toolbar-btn",onClick:m,disabled:e,style:{...C,fontStyle:"italic"},title:"Italic (Ctrl+I)",children:"I"}),p.jsx("button",{type:"button",className:"mail-editor-toolbar-btn",onClick:y,disabled:e,style:{...C,textDecoration:"underline"},title:"Underline (Ctrl+U)",children:"U"}),p.jsx("div",{style:{width:"1px",height:"20px",background:r.border,margin:"0 6px"}}),p.jsx("button",{type:"button",className:"mail-editor-toolbar-btn",onClick:D,disabled:e,style:C,title:"Bullet List",children:p.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"currentColor",children:[p.jsx("circle",{cx:"4",cy:"6",r:"2"}),p.jsx("circle",{cx:"4",cy:"12",r:"2"}),p.jsx("circle",{cx:"4",cy:"18",r:"2"}),p.jsx("rect",{x:"8",y:"5",width:"14",height:"2"}),p.jsx("rect",{x:"8",y:"11",width:"14",height:"2"}),p.jsx("rect",{x:"8",y:"17",width:"14",height:"2"})]})}),p.jsx("button",{type:"button",className:"mail-editor-toolbar-btn",onClick:x,disabled:e,style:C,title:"Numbered List",children:p.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"currentColor",children:[p.jsx("text",{x:"2",y:"8",fontSize:"8",fontFamily:"sans-serif",children:"1"}),p.jsx("text",{x:"2",y:"14",fontSize:"8",fontFamily:"sans-serif",children:"2"}),p.jsx("text",{x:"2",y:"20",fontSize:"8",fontFamily:"sans-serif",children:"3"}),p.jsx("rect",{x:"8",y:"5",width:"14",height:"2"}),p.jsx("rect",{x:"8",y:"11",width:"14",height:"2"}),p.jsx("rect",{x:"8",y:"17",width:"14",height:"2"})]})}),p.jsx("div",{style:{width:"1px",height:"20px",background:r.border,margin:"0 6px"}}),p.jsx("button",{type:"button",className:"mail-editor-toolbar-btn",onClick:k,disabled:e,style:C,title:"Quote",children:p.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"currentColor",children:p.jsx("path",{d:"M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z"})})})]}),h&&p.jsxs("div",{style:{position:"relative"},ref:f,children:[p.jsx("button",{type:"button",onClick:()=>d(!c),disabled:o||!a||e,onBlur:v,style:{display:"flex",alignItems:"center",gap:"4px",padding:"4px 8px",fontSize:"13px",color:o||!a?r.textSecondary:"#9333ea",background:"transparent",border:"none",borderRadius:"4px",cursor:o||!a||e?"not-allowed":"pointer",opacity:o||!a?.5:1},children:o?p.jsxs(p.Fragment,{children:[p.jsx("span",{className:"material-icons",style:{fontSize:"16px",animation:"spin 1s linear infinite"},children:"hourglass_empty"}),i==="restructure"&&"Restructuring...",i==="proofread"&&"Proofreading...",i==="rewrite"&&"Rewriting..."]}):p.jsxs(p.Fragment,{children:[p.jsx("span",{className:"material-icons",style:{fontSize:"16px"},children:"auto_fix_high"}),"AI",p.jsx("span",{className:"material-icons",style:{fontSize:"14px"},children:"expand_more"})]})}),c&&!o&&p.jsxs("div",{style:{position:"absolute",right:0,top:"100%",marginTop:"4px",background:"#ffffff",border:"1px solid #e5e7eb",borderRadius:"8px",boxShadow:"0 4px 12px rgba(0,0,0,0.15)",zIndex:50,minWidth:"200px",padding:"4px 0"},children:[t&&p.jsxs("button",{type:"button",onClick:()=>{l==null||l("restructure"),d(!1)},style:{width:"100%",padding:"8px 12px",textAlign:"left",fontSize:"14px",background:"transparent",border:"none",cursor:"pointer",display:"flex",alignItems:"center",gap:"8px"},onMouseEnter:_=>_.currentTarget.style.background="#f3f4f6",onMouseLeave:_=>_.currentTarget.style.background="transparent",children:[p.jsx("span",{className:"material-icons",style:{fontSize:"18px",color:"#3b82f6"},children:"format_list_bulleted"}),p.jsxs("div",{children:[p.jsx("div",{style:{fontWeight:500},children:"Restructure"}),p.jsx("div",{style:{fontSize:"12px",color:"#6b7280"},children:"Organize & clarify"})]})]}),n&&p.jsxs("button",{type:"button",onClick:()=>{l==null||l("proofread"),d(!1)},style:{width:"100%",padding:"8px 12px",textAlign:"left",fontSize:"14px",background:"transparent",border:"none",cursor:"pointer",display:"flex",alignItems:"center",gap:"8px"},onMouseEnter:_=>_.currentTarget.style.background="#f3f4f6",onMouseLeave:_=>_.currentTarget.style.background="transparent",children:[p.jsx("span",{className:"material-icons",style:{fontSize:"18px",color:"#22c55e"},children:"spellcheck"}),p.jsxs("div",{children:[p.jsx("div",{style:{fontWeight:500},children:"Proofread"}),p.jsx("div",{style:{fontSize:"12px",color:"#6b7280"},children:"Fix grammar & spelling"})]})]}),s&&p.jsxs("button",{type:"button",onClick:()=>{l==null||l("rewrite"),d(!1)},style:{width:"100%",padding:"8px 12px",textAlign:"left",fontSize:"14px",background:"transparent",border:"none",cursor:"pointer",display:"flex",alignItems:"center",gap:"8px"},onMouseEnter:_=>_.currentTarget.style.background="#f3f4f6",onMouseLeave:_=>_.currentTarget.style.background="transparent",children:[p.jsx("span",{className:"material-icons",style:{fontSize:"18px",color:"#9333ea"},children:"brush"}),p.jsxs("div",{children:[p.jsx("div",{style:{fontWeight:500},children:"Rewrite"}),p.jsx("div",{style:{fontSize:"12px",color:"#6b7280"},children:"Your voice & style"})]})]})]})]})]})}function sf({html:r,isExternalUpdate:e,onImportComplete:t}){const[n]=gt(),s=w.useRef(!1);return w.useEffect(()=>{r&&(s.current&&!e||(s.current=!0,n.update(()=>{const o=ve();o.clear();const i=Fe();o.append(i),i.select();const a=new DOMParser().parseFromString(r,"text/html"),c=ba(n,a).filter(d=>d.getParent()===null);c.length>0&&sa(c),i.getTextContent()===""&&o.getChildrenSize()>1&&i.remove(),o.selectEnd()},{discrete:!0}),t(),setTimeout(()=>{n.focus()},0)))},[r,e,n,t]),null}function of({text:r,trigger:e}){const[t]=gt(),n=w.useRef(void 0);return w.useEffect(()=>{if(e===void 0||e===n.current||!r)return;n.current=e;const s=r.trim();s&&(t.update(()=>{const o=K();if(M(o))o.insertText(s);else{const i=ve(),l=i.getLastChild();if(l){l.selectEnd();const a=K();M(a)&&a.insertText(s)}else{const a=Fe(),u=Le(s);a.append(u),i.append(a)}}}),setTimeout(()=>{t.focus()},0))},[r,e,t]),null}function lf({replyTo:r,theme:e}){const t=n=>{try{return new Date(n).toLocaleString()}catch{return n}};return p.jsxs("div",{style:{marginTop:"16px",paddingTop:"16px",borderTop:`1px solid ${e.border}`},children:[p.jsxs("div",{style:{fontSize:"12px",color:e.textSecondary,marginBottom:"8px"},children:["On ",t(r.date),", ",r.from," wrote:"]}),p.jsx("blockquote",{style:{margin:0,padding:"12px 16px",borderLeft:`3px solid ${e.quoteBorder}`,background:e.quoteBackground,fontSize:"14px",color:e.textSecondary,maxHeight:"200px",overflowY:"auto"},dangerouslySetInnerHTML:{__html:r.body}})]})}function Ba({value:r="",onChange:e,placeholder:t="Write your message...",replyTo:n,theme:s={},disabled:o=!1,className:i="",minHeight:l="200px",externalUpdate:a,insertText:u,insertTextTrigger:c,onAiRestructure:d,onAiProofread:f,onAiRewrite:h,aiProcessing:g,aiProcessingAction:m}){const y={...tf,...s},[D,x]=w.useState(!1),k=w.useRef(void 0),[C,S]=w.useState(r),[v,_]=w.useState(!1),[E,T]=w.useState(null),z=g??v,N=m??E;w.useEffect(()=>{a!==void 0&&a!==k.current&&(k.current=a,x(!0))},[a]);const j=w.useCallback(()=>{x(!1)},[]),R=ie=>ie.replace(/<[^>]*>/g,"").trim(),L=ie=>ie.split(`
|
|
78
|
+
`).map(ye=>`<p>${ye||"<br>"}</p>`).join(""),O=async ie=>{const ye=R(C);if(!ye)return;const Se=ie==="restructure"?d:ie==="proofread"?f:h;if(Se){_(!0),T(ie);try{const je=await Se(ye),Me=L(je);S(Me),e==null||e(Me),k.current=Date.now(),x(!0)}catch(je){console.error(`AI ${ie} failed:`,je)}finally{_(!1),T(null)}}},Y=R(C).length>0,ce={namespace:"MailEditor",theme:rf,onError:ie=>{console.error("Lexical error:",ie)},nodes:[Nr,cr,dr,_n,ms,gs],editable:!o},Z=w.useCallback((ie,ye)=>{ie.read(()=>{const Se=_a(ye,null);S(Se),e==null||e(Se)})},[e]),Ce=`
|
|
78
79
|
.mail-editor-paragraph {
|
|
79
80
|
margin: 0 0 8px 0;
|
|
80
81
|
line-height: 1.5;
|
|
@@ -96,15 +97,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
96
97
|
margin: 4px 0;
|
|
97
98
|
}
|
|
98
99
|
.mail-editor-link {
|
|
99
|
-
color: ${
|
|
100
|
+
color: ${y.primary};
|
|
100
101
|
text-decoration: underline;
|
|
101
102
|
}
|
|
102
103
|
.mail-editor-quote {
|
|
103
104
|
margin: 8px 0;
|
|
104
105
|
padding: 8px 16px;
|
|
105
|
-
border-left: 3px solid ${
|
|
106
|
-
background: ${
|
|
107
|
-
color: ${
|
|
106
|
+
border-left: 3px solid ${y.quoteBorder};
|
|
107
|
+
background: ${y.quoteBackground};
|
|
108
|
+
color: ${y.textSecondary};
|
|
108
109
|
}
|
|
109
110
|
.mail-editor-h1 {
|
|
110
111
|
font-size: 24px;
|
|
@@ -127,7 +128,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
127
128
|
padding: 16px;
|
|
128
129
|
font-size: 14px;
|
|
129
130
|
line-height: 1.6;
|
|
130
|
-
color: ${
|
|
131
|
+
color: ${y.text};
|
|
131
132
|
}
|
|
132
133
|
.mail-editor-content:focus {
|
|
133
134
|
outline: none;
|
|
@@ -136,13 +137,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
136
137
|
position: absolute;
|
|
137
138
|
top: 16px;
|
|
138
139
|
left: 16px;
|
|
139
|
-
color: ${
|
|
140
|
+
color: ${y.textSecondary};
|
|
140
141
|
pointer-events: none;
|
|
141
142
|
font-size: 14px;
|
|
142
143
|
}
|
|
143
|
-
|
|
144
|
+
@keyframes spin {
|
|
145
|
+
from { transform: rotate(0deg); }
|
|
146
|
+
to { transform: rotate(360deg); }
|
|
147
|
+
}
|
|
148
|
+
`;return p.jsxs("div",{className:i,style:{border:`1px solid ${y.border}`,borderRadius:"8px",background:y.background,overflow:"hidden",display:"flex",flexDirection:"column",height:"100%",minHeight:l},children:[p.jsx("style",{children:Ce}),p.jsxs(Pc,{initialConfig:ce,children:[p.jsx(nf,{theme:y,disabled:o,onAiRestructure:d,onAiProofread:f,onAiRewrite:h,aiProcessing:z,aiProcessingAction:N,onAiAction:O,hasContent:Y}),p.jsx("div",{style:{position:"relative",flex:1,display:"flex",flexDirection:"column"},children:p.jsx(_d,{contentEditable:p.jsx(Dd,{className:"mail-editor-content",style:{outline:"none",flex:1,minHeight:"100px",padding:"16px",fontSize:"14px",lineHeight:1.6,color:y.text}}),placeholder:p.jsx("div",{className:"mail-editor-placeholder",children:t}),ErrorBoundary:Md})}),p.jsx(Qd,{}),p.jsx(ef,{}),p.jsx(Ld,{}),p.jsx(Pd,{onChange:Z}),p.jsx(sf,{html:D?C:r,isExternalUpdate:D,onImportComplete:j}),p.jsx(of,{text:u,trigger:c})]}),n&&p.jsx(lf,{replyTo:n,theme:y})]})}const af={background:"#ffffff",text:"#111827",textSecondary:"#6b7280",border:"#e5e7eb",primary:"#3b82f6",toolbarBackground:"#f9fafb",quoteBorder:"#d1d5db",quoteBackground:"#f3f4f6",inputBackground:"#ffffff",inputBorder:"#d1d5db",inputFocus:"#3b82f6",buttonPrimary:"#3b82f6",buttonPrimaryHover:"#2563eb",buttonSecondary:"#f3f4f6",buttonSecondaryHover:"#e5e7eb",attachmentBackground:"#f9fafb",attachmentBorder:"#e5e7eb"};function uf({to:r="",subject:e="",body:t="",replyTo:n,onSend:s,onCancel:o,onBodyChange:i,externalUpdate:l,insertText:a,insertTextTrigger:u,theme:c={},disabled:d=!1,showCcBcc:f=!1,placeholder:h="Write your message...",className:g="",minHeight:m="200px",sendButtonText:y="Send",hideCancelButton:D=!1,onAiRestructure:x,onAiProofread:k,onAiRewrite:C}){const S={...af,...c},[v,_]=w.useState(r),[E,T]=w.useState(""),[z,N]=w.useState(""),[j,R]=w.useState(e),[L,O]=w.useState(t),[Y,ce]=w.useState([]),[Z,Ce]=w.useState(!1),[ie,ye]=w.useState(""),[Se,je]=w.useState(f),[Me,ke]=w.useState(!1),be=w.useRef(void 0);w.useEffect(()=>{l!==void 0&&l!==be.current&&(be.current=l,O(t),ke(!0))},[l,t]);const We=V=>{O(V),ke(!1),i==null||i(V)},Ae=w.useRef(null),[de,qe]=w.useState(!1),At=V=>{const xe=V.target.files;xe&&ce(Te=>[...Te,...Array.from(xe)]),Ae.current&&(Ae.current.value="")},yt=V=>{V.preventDefault(),V.stopPropagation(),qe(!0)},Pt=V=>{V.preventDefault(),V.stopPropagation(),qe(!1)},nt=V=>{V.preventDefault(),V.stopPropagation(),qe(!1),V.dataTransfer.files&&ce(xe=>[...xe,...Array.from(V.dataTransfer.files)])},st=V=>V.type.startsWith("image/")?"image":V.type==="application/pdf"?"picture_as_pdf":V.type.includes("spreadsheet")||V.type.includes("excel")?"table_chart":V.type.includes("document")||V.type.includes("word")?"description":"attach_file",at=V=>{ce(xe=>xe.filter((Te,xt)=>xt!==V))},Ot=V=>V<1024?`${V} B`:V<1024*1024?`${(V/1024).toFixed(1)} KB`:`${(V/(1024*1024)).toFixed(1)} MB`,Mt=async()=>{if(!v.trim()){ye("Recipient email is required");return}if(!j.trim()){ye("Subject is required");return}Ce(!0),ye("");try{const V=await Promise.all(Y.map(async Te=>{const xt=await Te.arrayBuffer(),U=btoa(new Uint8Array(xt).reduce((B,X)=>B+String.fromCharCode(X),""));return{filename:Te.name,content_type:Te.type||"application/octet-stream",data:U,size:Te.size}})),xe=L.replace(/>\n+</g,"><").replace(/<p class="[^"]*"><\/p>/g,"<br>").trim();await s({to:v.trim(),cc:E.trim()||void 0,bcc:z.trim()||void 0,subject:j.trim(),html:xe,attachments:V,inReplyTo:n==null?void 0:n.messageId}),_(""),T(""),N(""),R(""),O(""),ce([])}catch(V){ye(V instanceof Error?V.message:"Failed to send email")}finally{Ce(!1)}},Ze={width:"100%",padding:"8px 12px",fontSize:"14px",border:`1px solid ${S.inputBorder}`,borderRadius:"6px",background:S.inputBackground,color:S.text,outline:"none"},et={display:"block",fontSize:"12px",fontWeight:500,color:S.textSecondary,marginBottom:"4px",textTransform:"uppercase"},It=V=>({padding:"10px 20px",fontSize:"14px",fontWeight:500,border:"none",borderRadius:"6px",cursor:d||Z?"not-allowed":"pointer",opacity:d||Z?.6:1,background:V?S.buttonPrimary:S.buttonSecondary,color:V?"#ffffff":S.text,display:"flex",alignItems:"center",gap:"8px"});return p.jsxs("div",{className:g,style:{display:"flex",flexDirection:"column",gap:"16px",background:S.background},children:[ie&&p.jsx("div",{style:{padding:"12px 16px",background:"#fef2f2",border:"1px solid #fecaca",borderRadius:"6px",color:"#dc2626",fontSize:"14px"},children:ie}),p.jsxs("div",{children:[p.jsx("label",{style:et,children:"To"}),p.jsx("input",{type:"email",value:v,onChange:V=>_(V.target.value),placeholder:"recipient@example.com",disabled:d||Z,style:Ze})]}),!Se&&p.jsx("button",{type:"button",onClick:()=>je(!0),disabled:d||Z,style:{background:"none",border:"none",padding:0,fontSize:"12px",color:S.primary,cursor:"pointer",textAlign:"left"},children:"+ Add CC/BCC"}),Se&&p.jsxs(p.Fragment,{children:[p.jsxs("div",{children:[p.jsx("label",{style:et,children:"CC"}),p.jsx("input",{type:"email",value:E,onChange:V=>T(V.target.value),placeholder:"cc@example.com",disabled:d||Z,style:Ze})]}),p.jsxs("div",{children:[p.jsx("label",{style:et,children:"BCC"}),p.jsx("input",{type:"email",value:z,onChange:V=>N(V.target.value),placeholder:"bcc@example.com",disabled:d||Z,style:Ze})]})]}),p.jsxs("div",{children:[p.jsx("label",{style:et,children:"Subject"}),p.jsx("input",{type:"text",value:j,onChange:V=>R(V.target.value),placeholder:"Email subject",disabled:d||Z,style:Ze})]}),p.jsxs("div",{style:{flex:1,display:"flex",flexDirection:"column",minHeight:0},children:[p.jsx("label",{style:et,children:"Message"}),p.jsx("div",{style:{flex:1,display:"flex",flexDirection:"column"},children:p.jsx(Ba,{value:L,onChange:We,placeholder:h,replyTo:n,theme:S,disabled:d||Z,minHeight:m,externalUpdate:Me?l:void 0,insertText:a,insertTextTrigger:u,onAiRestructure:x,onAiProofread:k,onAiRewrite:C})})]}),p.jsxs("div",{children:[p.jsx("label",{style:{...et,marginBottom:"8px"},children:"Attachments"}),p.jsx("input",{ref:Ae,type:"file",multiple:!0,onChange:At,style:{display:"none"}}),p.jsxs("div",{onClick:()=>{var V;return(V=Ae.current)==null?void 0:V.click()},onDragOver:yt,onDragLeave:Pt,onDrop:nt,style:{width:"100%",padding:"24px 16px",border:`2px dashed ${de?S.primary:S.border}`,borderRadius:"8px",background:de?`${S.primary}10`:"transparent",color:de?S.primary:S.textSecondary,cursor:d||Z?"not-allowed":"pointer",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:"8px",transition:"all 0.2s",marginBottom:Y.length>0?"12px":0},children:[p.jsx("span",{className:"material-icons",style:{fontSize:"24px"},children:de?"file_download":"attach_file"}),p.jsx("span",{style:{fontSize:"14px"},children:de?"Drop files here":"Drop files or click to add"})]}),Y.length>0&&p.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"8px"},children:Y.map((V,xe)=>p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",padding:"8px 12px",background:S.attachmentBackground,borderRadius:"8px"},children:[p.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:S.textSecondary},children:st(V)}),p.jsxs("div",{style:{flex:1,minWidth:0},children:[p.jsx("div",{style:{fontSize:"14px",fontWeight:500,color:S.text,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:V.name}),p.jsx("div",{style:{fontSize:"12px",color:S.textSecondary},children:Ot(V.size)})]}),p.jsx("button",{type:"button",onClick:()=>at(xe),disabled:d||Z,style:{background:"none",border:"none",padding:"4px",cursor:"pointer",color:S.textSecondary,display:"flex",borderRadius:"4px"},children:p.jsx("span",{className:"material-icons",style:{fontSize:"20px"},children:"close"})})]},`${V.name}-${xe}`))})]}),p.jsxs("div",{style:{display:"flex",justifyContent:"flex-end",gap:"12px"},children:[!D&&o&&p.jsx("button",{type:"button",onClick:o,disabled:d||Z,style:It(!1),children:"Cancel"}),p.jsxs("button",{type:"button",onClick:Mt,disabled:d||Z||!v.trim()||!j.trim(),style:It(!0),children:[p.jsx("span",{className:"material-icons",style:{fontSize:"18px",animation:Z?"spin 1s linear infinite":"none"},children:Z?"sync":"send"}),Z?"Sending...":y]})]}),p.jsx("style",{children:`
|
|
144
149
|
@keyframes spin {
|
|
145
150
|
from { transform: rotate(0deg); }
|
|
146
151
|
to { transform: rotate(360deg); }
|
|
147
152
|
}
|
|
148
|
-
`})]})}const cf={background:"#ffffff",text:"#111827",textSecondary:"#6b7280",border:"#e5e7eb",primary:"#3b82f6",chipBackground:"#f3f4f6",chipText:"#374151",hoverBackground:"#f9fafb"};function df({options:r,value:e,onChange:t,placeholder:n="Search or select...",allowCreate:s=!0,onCreate:o,allowDelete:i=!1,onDelete:l,label:a,disabled:u=!1,max:c=0,theme:d={},className:f=""}){const h={...cf,...d},[p,m]=w.useState(!1),[x,D]=w.useState(""),y=w.useRef(null),A=w.useRef(null);w.useEffect(()=>{function N(L){y.current&&!y.current.contains(L.target)&&(m(!1),D(""))}return document.addEventListener("mousedown",N),()=>document.removeEventListener("mousedown",N)},[]);const C=r.filter(N=>{var L;return((L=N.label)==null?void 0:L.toLowerCase().includes(x.toLowerCase()))&&!e.includes(N.id)}),E=s&&x.trim()&&!r.some(N=>{var L;return((L=N.label)==null?void 0:L.toLowerCase())===x.toLowerCase()}),v=e.map(N=>r.find(L=>L.id===N)).filter(Boolean),_=w.useCallback(N=>{var L;c>0&&e.length>=c||(t([...e,N]),D(""),(L=A.current)==null||L.focus())},[e,t,c]),S=w.useCallback(N=>{t(e.filter(L=>L!==N))},[e,t]),T=w.useCallback(async()=>{if(!E)return;const N=await(o==null?void 0:o(x.trim()));N&&_(N.id),D("")},[E,x,o,_]),z=w.useCallback(N=>{N.key==="Enter"?(N.preventDefault(),E?T():C.length>0&&_(C[0].id)):N.key==="Backspace"&&!x&&e.length>0?S(e[e.length-1]):N.key==="Escape"&&(m(!1),D(""))},[E,C,x,e,T,_,S]);return g.jsxs("div",{ref:y,className:f,style:{position:"relative"},children:[a&&g.jsx("label",{style:{display:"block",fontSize:"12px",textTransform:"uppercase",color:h.textSecondary,marginBottom:"4px"},children:a}),g.jsxs("div",{onClick:()=>!u&&m(!0),style:{display:"flex",flexWrap:"wrap",gap:"6px",padding:"8px 12px",border:`1px solid ${p?h.primary:h.border}`,borderRadius:"8px",background:u?h.hoverBackground:h.background,cursor:u?"not-allowed":"text",minHeight:"42px",alignItems:"center"},children:[v.map(N=>g.jsxs("span",{style:{display:"inline-flex",alignItems:"center",gap:"4px",padding:"2px 8px",borderRadius:"4px",fontSize:"13px",background:N.color||h.chipBackground,color:N.color?"#fff":h.chipText},children:[N.label,!u&&g.jsx("button",{type:"button",onClick:L=>{L.stopPropagation(),S(N.id)},style:{border:"none",background:"transparent",cursor:"pointer",padding:"0 2px",fontSize:"14px",color:"inherit",opacity:.7},children:"×"})]},N.id)),g.jsx("input",{ref:A,type:"text",value:x,onChange:N=>{D(N.target.value),p||m(!0)},onFocus:()=>m(!0),onKeyDown:z,placeholder:v.length===0?n:"",disabled:u||c>0&&e.length>=c,style:{flex:1,minWidth:"60px",border:"none",outline:"none",fontSize:"14px",background:"transparent",color:h.text}})]}),p&&!u&&g.jsx("div",{style:{position:"absolute",top:"100%",left:0,right:0,marginTop:"4px",background:h.background,border:`1px solid ${h.border}`,borderRadius:"8px",boxShadow:"0 4px 12px rgba(0,0,0,0.1)",maxHeight:"200px",overflowY:"auto",zIndex:50},children:C.length===0&&!E?g.jsx("div",{style:{padding:"12px",fontSize:"14px",color:h.textSecondary,textAlign:"center"},children:x?"No matches":"No options available"}):g.jsxs(g.Fragment,{children:[C.map(N=>g.jsxs("div",{onClick:()=>_(N.id),style:{padding:"10px 12px",fontSize:"14px",cursor:"pointer",color:h.text,display:"flex",alignItems:"center",justifyContent:"space-between"},onMouseEnter:L=>{L.currentTarget.style.background=h.hoverBackground||""},onMouseLeave:L=>{L.currentTarget.style.background=""},children:[N.label,i&&l&&g.jsx("button",{type:"button",onClick:L=>{L.stopPropagation(),l(N.id)},style:{border:"none",background:"transparent",cursor:"pointer",padding:"2px",fontSize:"14px",color:h.textSecondary,opacity:.5},onMouseEnter:L=>{L.currentTarget.style.opacity="1",L.currentTarget.style.color="#ef4444"},onMouseLeave:L=>{L.currentTarget.style.opacity="0.5",L.currentTarget.style.color=h.textSecondary||""},children:"×"})]},N.id)),E&&g.jsxs("div",{onClick:T,style:{padding:"10px 12px",fontSize:"14px",cursor:"pointer",color:h.primary,borderTop:C.length>0?`1px solid ${h.border}`:"none"},onMouseEnter:N=>{N.currentTarget.style.background=h.hoverBackground||""},onMouseLeave:N=>{N.currentTarget.style.background=""},children:['+ Create "',x.trim(),'"']})]})})]})}function ff({items:r,columns:e,getItemId:t,getItemColumn:n,getItemOrder:s,renderItem:o,onItemMove:i,onItemReorder:l,onItemClick:a,renderColumnHeader:u,renderColumnFooter:c,className:d="",columnClassName:f="",itemClassName:h=""}){const[p,m]=w.useState(null),[x,D]=w.useState(null),[y,A]=w.useState(null),C=w.useRef(null),E=e.reduce((L,P)=>{let j=r.filter(R=>n(R)===P.id);return s&&(j=j.sort((R,X)=>s(R)-s(X))),L[P.id]=j,L},{}),v=w.useCallback((L,P)=>{const j=t(P),R=n(P);m(j),C.current=R,L.dataTransfer.effectAllowed="move",L.dataTransfer.setData("text/plain",j),requestAnimationFrame(()=>{const X=L.target;X.style.opacity="0.5"})},[t,n]),_=w.useCallback(L=>{const P=L.target;P.style.opacity="1",m(null),D(null),A(null),C.current=null},[]),S=w.useCallback((L,P,j)=>{L.preventDefault(),L.dataTransfer.dropEffect="move",D(P),A(j)},[]),T=w.useCallback(L=>{const P=L.relatedTarget;P!=null&&P.closest("[data-kanban-column]")||(D(null),A(null))},[]),z=w.useCallback((L,P,j)=>{if(L.preventDefault(),!p)return;const R=C.current;R===P?l==null||l(p,P,j):R&&i(p,R,P,j),m(null),D(null),A(null),C.current=null},[p,i,l]),N=(L,P)=>g.jsxs("div",{className:"flex items-center justify-between px-3 py-2",children:[g.jsxs("div",{className:"flex items-center gap-2",children:[L.color&&g.jsx("div",{className:"w-2 h-2 rounded-full",style:{backgroundColor:L.color}}),g.jsx("span",{className:"font-medium text-sm text-neutral-700",children:L.label})]}),g.jsx("span",{className:"text-xs text-neutral-400 bg-neutral-100 px-2 py-0.5 rounded-full",children:P})]});return g.jsx("div",{className:`flex gap-4 overflow-x-auto pb-4 ${d}`,style:{minHeight:"400px"},children:e.map(L=>{const P=E[L.id]||[],j=x===L.id;return g.jsxs("div",{"data-kanban-column":L.id,className:`flex-1 min-w-[180px] bg-neutral-50 rounded-xl flex flex-col ${f}`,onDragOver:R=>{R.preventDefault(),p&&!j&&D(L.id)},onDragLeave:T,onDrop:R=>z(R,L.id,y??P.length),children:[g.jsx("div",{className:"flex-shrink-0 border-b border-neutral-200",children:u?u(L,P.length):N(L,P.length)}),g.jsxs("div",{className:`flex-1 overflow-y-auto p-2 space-y-2 min-h-[100px] transition-colors ${j?"bg-blue-50":""}`,children:[P.map((R,X)=>{const ge=t(R),ie=p===ge,De=j&&y===X&&!ie;return g.jsxs("div",{children:[De&&g.jsx("div",{className:"h-1 bg-blue-500 rounded-full mb-2 mx-1"}),g.jsx("div",{draggable:!0,onDragStart:Ce=>v(Ce,R),onDragEnd:_,onDragOver:Ce=>S(Ce,L.id,X),onClick:()=>a==null?void 0:a(R),className:`cursor-grab active:cursor-grabbing transition-all ${ie?"opacity-50 scale-95":""} ${h}`,children:o(R,ie)})]},ge)}),g.jsx("div",{className:"min-h-[40px] flex-1",onDragOver:R=>{R.preventDefault(),S(R,L.id,P.length)},children:j&&y===P.length&&g.jsx("div",{className:"h-1 bg-blue-500 rounded-full mx-1 mt-1"})}),P.length===0&&j&&g.jsx("div",{className:"h-20 border-2 border-dashed border-blue-300 rounded-lg bg-blue-50/50 flex items-center justify-center",children:g.jsx("span",{className:"text-sm text-blue-400",children:"Drop here"})})]}),c&&g.jsx("div",{className:"flex-shrink-0 border-t border-neutral-200 p-2",children:c(L)})]},L.id)})})}const hf={background:"#ffffff",hourLineColor:"#e5e7eb",halfHourLineColor:"#f3f4f6",hourTextColor:"#9ca3af",currentTimeColor:"#ef4444",allDayBackground:"#f9fafb",allDayBorder:"#e5e7eb"};function pf(r){const e=r.match(/^(\d{1,2}):(\d{2})$/);return e?{hours:parseInt(e[1],10),minutes:parseInt(e[2],10)}:null}function gf(r){const e=r%12||12,t=r<12?"AM":"PM";return`${e} ${t}`}function mf(r){const e=new Date;return r.getDate()===e.getDate()&&r.getMonth()===e.getMonth()&&r.getFullYear()===e.getFullYear()}function yf({items:r,date:e,startHour:t=7,endHour:n=22,hourHeight:s=60,getItemTime:o,getItemDuration:i,getItemIsAllDay:l,getItemId:a,renderItem:u,onItemClick:c,onTimeSlotClick:d,showCurrentTime:f=!0,className:h="",theme:p={}}){const m={...hf,...p},{allDayItems:x,timedItems:D}=w.useMemo(()=>{const _=[],S=[];for(const T of r)l(T)?_.push(T):S.push(T);return{allDayItems:_,timedItems:S}},[r,l]),y=w.useMemo(()=>{const _=[];for(let S=t;S<=n;S++)_.push(S);return _},[t,n]),A=(n-t+1)*s,C=w.useCallback(_=>{const S=o(_);if(!S)return null;const T=pf(S);if(!T)return null;const{hours:z,minutes:N}=T,L=Math.max(t,Math.min(n,z)),P=z<t?0:N,j=(L-t)*s+P/60*s,R=i(_),X=Math.max(20,R/60*s);return{top:j,height:X}},[o,i,t,n,s]),E=w.useMemo(()=>{if(!f||!mf(e))return null;const _=new Date,S=_.getHours(),T=_.getMinutes();return S<t||S>n?null:(S-t)*s+T/60*s},[e,f,t,n,s]),v=w.useCallback(_=>{if(!d)return;const S=_.currentTarget.getBoundingClientRect(),z=(_.clientY-S.top)/s*60,N=Math.floor(z/60)+t,L=Math.round(z%60/15)*15,P=Math.min(n,Math.max(t,N)),j=L>=60?0:L,R=`${P.toString().padStart(2,"0")}:${j.toString().padStart(2,"0")}`;d(R)},[d,s,t,n]);return g.jsxs("div",{className:h,style:{background:m.background},children:[x.length>0&&g.jsxs("div",{style:{padding:"8px 0 8px 60px",borderBottom:`1px solid ${m.allDayBorder}`,background:m.allDayBackground},children:[g.jsx("div",{style:{fontSize:"11px",color:m.hourTextColor,marginBottom:"4px",textTransform:"uppercase",letterSpacing:"0.05em"},children:"All Day"}),g.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:"4px"},children:x.map(_=>g.jsx("div",{onClick:()=>c==null?void 0:c(_),style:{cursor:c?"pointer":"default"},children:u(_)},a(_)))})]}),g.jsxs("div",{style:{position:"relative",height:A},children:[y.map((_,S)=>g.jsxs("div",{style:{position:"absolute",top:S*s,left:0,right:0},children:[g.jsx("div",{style:{position:"absolute",left:0,top:-8,width:"50px",textAlign:"right",paddingRight:"10px",fontSize:"11px",color:m.hourTextColor},children:gf(_)}),g.jsx("div",{style:{position:"absolute",left:"60px",right:0,top:0,height:"1px",background:m.hourLineColor}}),S<y.length-1&&g.jsx("div",{style:{position:"absolute",left:"60px",right:0,top:s/2,height:"1px",background:m.halfHourLineColor}})]},_)),g.jsx("div",{style:{position:"absolute",left:"60px",right:0,top:0,bottom:0,cursor:d?"pointer":"default"},onClick:v}),E!==null&&g.jsxs("div",{style:{position:"absolute",left:"55px",right:0,top:E,zIndex:20,pointerEvents:"none"},children:[g.jsx("div",{style:{width:"10px",height:"10px",borderRadius:"50%",background:m.currentTimeColor,marginLeft:"-5px",marginTop:"-5px",position:"absolute"}}),g.jsx("div",{style:{marginLeft:"5px",height:"2px",background:m.currentTimeColor}})]}),D.map(_=>{const S=C(_);return S?g.jsx("div",{style:{position:"absolute",left:"64px",right:"8px",top:S.top,height:S.height,zIndex:10,cursor:c?"pointer":"default"},onClick:T=>{T.stopPropagation(),c==null||c(_)},children:u(_)},a(_)):null})]})]})}function xf({onComplete:r,onCancel:e,onTranscribe:t,transcribing:n,variant:s="widget",hideSaveButton:o=!1}){const i=s==="widget",[l,a]=w.useState("idle"),[u,c]=w.useState(0),[d,f]=w.useState(0),[h,p]=w.useState(!1),[m,x]=w.useState(0),[D,y]=w.useState(null),[A,C]=w.useState(!1),[E,v]=w.useState(null),_=w.useRef(null),S=w.useRef(null),T=w.useRef(null),z=w.useRef(null),N=w.useRef(null),L=w.useRef([]),P=w.useRef(null),j=w.useRef(null),R=w.useRef(null),X=w.useRef(null),ge=w.useRef(!1),ie=w.useRef([]),De=w.useRef(null),Ce=w.useRef(null),Ie=w.useRef([]),ze=w.useRef([]),Me=w.useRef("insert"),Ve=w.useRef(!1),be=w.useRef(0),he=w.useRef(0),Le=w.useRef(0),je=U=>{const B=Math.floor(U/60),Z=Math.floor(U%60);return`${B.toString().padStart(2,"0")}:${Z.toString().padStart(2,"0")}`},me=async U=>{const B=await U.arrayBuffer(),Z=new AudioContext,J=await Z.decodeAudioData(B);return await Z.close(),J},He=U=>{const B=U.numberOfChannels,Z=U.sampleRate,J=1,k=16,$=k/8,H=B*$,Q=Z*H,ee=U.length*H,oe=new ArrayBuffer(44+ee),re=new DataView(oe),te=(fe,ue)=>{for(let Re=0;Re<ue.length;Re++)re.setUint8(fe+Re,ue.charCodeAt(Re))};te(0,"RIFF"),re.setUint32(4,36+ee,!0),te(8,"WAVE"),te(12,"fmt "),re.setUint32(16,16,!0),re.setUint16(20,J,!0),re.setUint16(22,B,!0),re.setUint32(24,Z,!0),re.setUint32(28,Q,!0),re.setUint16(32,H,!0),re.setUint16(34,k,!0),te(36,"data"),re.setUint32(40,ee,!0);const ye=[];for(let fe=0;fe<B;fe++)ye.push(U.getChannelData(fe));let Se=44;for(let fe=0;fe<U.length;fe++)for(let ue=0;ue<B;ue++){const Re=Math.max(-1,Math.min(1,ye[ue][fe])),Pe=Re<0?Re*32768:Re*32767;re.setInt16(Se,Pe,!0),Se+=2}return new Blob([oe],{type:"audio/wav"})},Tt=async(U,B,Z,J)=>{const k=new AudioContext,$=U.sampleRate,H=Math.max(U.numberOfChannels,B.numberOfChannels),Q=Math.min(Z,U.length),ee=Math.max(0,U.length-Z),oe=J==="insert"?Q+B.length+ee:Q+B.length,re=k.createBuffer(H,oe,$);for(let te=0;te<H;te++){const ye=re.getChannelData(te),Se=te<U.numberOfChannels?U.getChannelData(te):U.getChannelData(0);for(let ue=0;ue<Q;ue++)ye[ue]=Se[ue];const fe=te<B.numberOfChannels?B.getChannelData(te):B.getChannelData(0);for(let ue=0;ue<B.length;ue++)ye[Q+ue]=fe[ue];if(J==="insert")for(let ue=0;ue<ee;ue++)ye[Q+B.length+ue]=Se[Z+ue]}return await k.close(),re},bt=w.useCallback(()=>{const U=_.current;if(!U)return;const B=U.getContext("2d");if(!B)return;const Z=U.getBoundingClientRect(),J=Z.width,k=Z.height,$=ie.current,H=d||u||1,Q=l==="recording"?u:m;B.fillStyle="#2d3b35",B.fillRect(0,0,J,k);const ee=8,oe="rgba(0, 0, 0, 0.4)",re=B.createLinearGradient(0,0,0,ee);re.addColorStop(0,oe),re.addColorStop(1,"transparent"),B.fillStyle=re,B.fillRect(0,0,J,ee);const te=B.createLinearGradient(0,k-ee,0,k);te.addColorStop(0,"transparent"),te.addColorStop(1,oe),B.fillStyle=te,B.fillRect(0,k-ee,J,ee);const ye=B.createLinearGradient(0,0,ee,0);ye.addColorStop(0,oe),ye.addColorStop(1,"transparent"),B.fillStyle=ye,B.fillRect(0,0,ee,k);const Se=B.createLinearGradient(J-ee,0,J,0);Se.addColorStop(0,"transparent"),Se.addColorStop(1,oe),B.fillStyle=Se,B.fillRect(J-ee,0,ee,k),B.strokeStyle="#5a6b62",B.lineWidth=1,B.beginPath(),B.moveTo(0,k/2),B.lineTo(J,k/2),B.stroke();const fe=J/2;if($.length>0)if(l==="recording")for(let Pe=0;Pe<$.length;Pe++){const lt=$.length-1-Pe,_t=fe-lt*4;if(_t<-3||_t>J)continue;const dt=$[Pe]*(k/2-12),Nt=k/2-dt;B.fillStyle="#10b981",B.fillRect(_t,Nt,3,dt*2)}else{const Pe=H>0?Q/H*$.length:0;for(let lt=0;lt<$.length;lt++){const _t=Pe-lt,dt=fe-_t*4;if(dt<-3||dt>J)continue;const Nt=$[lt]*(k/2-12),fr=k/2-Nt;B.fillStyle=lt<=Pe?"#10b981":"#4b5563",B.fillRect(dt,fr,3,Nt*2)}}B.strokeStyle="#ef4444",B.lineWidth=1,B.beginPath(),B.moveTo(fe,0),B.lineTo(fe,k),B.stroke(),B.fillStyle="#fff",B.font="bold 18px monospace",B.textAlign="center",B.fillText(je(Q),fe,k-6),l==="recording"&&(B.fillStyle="#ef4444",B.beginPath(),B.arc(20,20,8,0,Math.PI*2),B.fill(),B.fillStyle="#fff",B.font="10px sans-serif",B.textAlign="left",B.fillText("REC",34,24)),B.textAlign="left"},[l,m,u,d]),Mt=()=>{const U=N.current;if(!U||!ge.current)return;const B=U.frequencyBinCount,Z=new Uint8Array(B);U.getByteTimeDomainData(Z);let J=0;for(let H=0;H<B;H++){const Q=(Z[H]-128)/128;J+=Q*Q}const k=Math.sqrt(J/B),$=Math.min(1,k*3);ie.current.push($),bt(),ge.current&&(j.current=requestAnimationFrame(Mt))},it=async()=>{try{y(null),C(!1),De.current===null&&(ie.current=[]);const U=await navigator.mediaDevices.getUserMedia({audio:!0});T.current=U;const B=new AudioContext;z.current=B;const Z=B.createAnalyser();Z.fftSize=2048,N.current=Z,B.createMediaStreamSource(U).connect(Z);const k=new MediaRecorder(U);S.current=k,L.current=[],k.ondataavailable=$=>{$.data.size>0&&L.current.push($.data)},k.onstop=async()=>{try{if(ge.current=!1,L.current.length===0){y("No audio was recorded. Please try again."),a("idle"),U.getTracks().forEach(re=>re.stop());return}const $=new Blob(L.current,{type:"audio/webm"});let H,Q;if(De.current!==null&&Ce.current)try{const re=await me($),te=Ce.current.sampleRate,ye=Math.floor(De.current*te),Se=await Tt(Ce.current,re,ye,Me.current);H=He(Se),Q=Se.length/Se.sampleRate,Me.current==="insert"&&(ie.current=[...ie.current,...ze.current]),De.current=null,Ce.current=null,Ie.current=[],ze.current=[]}catch{H=$,Q=be.current>0?be.current:1}else H=$,Q=be.current>0?be.current:1;X.current=H;const ee=URL.createObjectURL(H),oe=new Audio(ee);oe.ontimeupdate=()=>{x(oe.currentTime)},oe.onended=()=>{p(!1)},R.current=oe,f(Q),x(Q),a("editing"),U.getTracks().forEach(re=>re.stop())}catch{y("Failed to process recording"),a("idle")}},k.start(100),ge.current=!0,a("recording"),c(0),be.current=0,P.current=setInterval(()=>{be.current+=1,c(be.current)},1e3)}catch{y("Could not access microphone. Please allow microphone access.")}},ot=()=>{ge.current=!1,C(!1),v(null),j.current&&(cancelAnimationFrame(j.current),j.current=null),P.current&&(clearInterval(P.current),P.current=null),S.current&&S.current.state!=="inactive"&&S.current.stop()},Je=U=>{const B=_.current;if(!B)return;const Z=d||u;if(Z<=0)return;const J=ie.current;if(J.length===0)return;const k=B.getBoundingClientRect(),$=U-he.current,H=4,Q=k.width/B.width,ee=J.length/Z*H,oe=-$/(ee*Q),re=Le.current+oe,te=Math.max(0,Math.min(re,Z));R.current&&(R.current.currentTime=te),x(te)},tt=()=>{R.current&&(R.current.currentTime=0),x(0)},Bt=()=>{const U=d||u;R.current&&(R.current.currentTime=U),x(U)},V=()=>{const U=R.current;U&&(h?(U.pause(),x(U.currentTime),p(!1)):(U.currentTime=m,U.play().catch(()=>{}),p(!0)))},Be=async U=>{if(!X.current){it();return}try{R.current&&(R.current.pause(),p(!1)),Me.current=U,Ce.current=await me(X.current);const B=d||u;De.current=m;const Z=B>0?m/B:0,J=Math.floor(Z*ie.current.length);Ie.current=ie.current.slice(0,J),ze.current=ie.current.slice(J),ie.current=[...Ie.current],it()}catch{y("Failed to prepare recording. Please try again.")}},rt=()=>{R.current&&(R.current.pause(),R.current=null),X.current=null,Ce.current=null,De.current=null,Ie.current=[],p(!1),x(0),f(0),c(0),it()},ct=()=>{X.current?r(X.current,d||u):alert("No audio recorded yet!")};if(w.useEffect(()=>{l==="recording"&&_.current&&N.current&&ge.current&&(j.current=requestAnimationFrame(Mt))},[l]),w.useEffect(()=>{const U=_.current;if(!U)return;const B=()=>{const Z=window.devicePixelRatio||1,J=U.getBoundingClientRect();U.width=J.width*Z,U.height=J.height*Z;const k=U.getContext("2d");k&&k.scale(Z,Z)};return B(),window.addEventListener("resize",B),()=>window.removeEventListener("resize",B)},[]),w.useEffect(()=>{if(l==="idle"){const U=_.current;if(!U)return;const B=U.getContext("2d");if(!B)return;const Z=U.getBoundingClientRect(),J=Z.width,k=Z.height;B.fillStyle="#2d3b35",B.fillRect(0,0,J,k);const $=8,H="rgba(0, 0, 0, 0.4)",Q=B.createLinearGradient(0,0,0,$);Q.addColorStop(0,H),Q.addColorStop(1,"transparent"),B.fillStyle=Q,B.fillRect(0,0,J,$);const ee=B.createLinearGradient(0,k-$,0,k);ee.addColorStop(0,"transparent"),ee.addColorStop(1,H),B.fillStyle=ee,B.fillRect(0,k-$,J,$);const oe=B.createLinearGradient(0,0,$,0);oe.addColorStop(0,H),oe.addColorStop(1,"transparent"),B.fillStyle=oe,B.fillRect(0,0,$,k);const re=B.createLinearGradient(J-$,0,J,0);re.addColorStop(0,"transparent"),re.addColorStop(1,H),B.fillStyle=re,B.fillRect(J-$,0,$,k),B.strokeStyle="#5a6b62",B.lineWidth=1,B.beginPath(),B.moveTo(0,k/2),B.lineTo(J,k/2),B.stroke();const te=J/2;B.strokeStyle="#ef4444",B.lineWidth=1,B.beginPath(),B.moveTo(te,0),B.lineTo(te,k),B.stroke(),B.fillStyle="#fff",B.font="bold 18px monospace",B.textAlign="center",B.fillText("00:00",te,k-6)}},[l]),w.useEffect(()=>()=>{ge.current=!1,P.current&&clearInterval(P.current),j.current&&cancelAnimationFrame(j.current),T.current&&T.current.getTracks().forEach(U=>U.stop()),z.current&&z.current.state!=="closed"&&z.current.close()},[]),w.useEffect(()=>{if(l==="editing"&&h){let U;const B=()=>{const Z=R.current;if(Z&&h){const J=_.current;if(J){const k=J.getContext("2d");if(k){const $=J.getBoundingClientRect(),H=$.width,Q=$.height,ee=ie.current,oe=d||u||1,re=Z.currentTime;k.fillStyle="#2d3b35",k.fillRect(0,0,H,Q);const te=8,ye="rgba(0, 0, 0, 0.4)",Se=k.createLinearGradient(0,0,0,te);Se.addColorStop(0,ye),Se.addColorStop(1,"transparent"),k.fillStyle=Se,k.fillRect(0,0,H,te);const fe=k.createLinearGradient(0,Q-te,0,Q);fe.addColorStop(0,"transparent"),fe.addColorStop(1,ye),k.fillStyle=fe,k.fillRect(0,Q-te,H,te);const ue=k.createLinearGradient(0,0,te,0);ue.addColorStop(0,ye),ue.addColorStop(1,"transparent"),k.fillStyle=ue,k.fillRect(0,0,te,Q);const Re=k.createLinearGradient(H-te,0,H,0);Re.addColorStop(0,"transparent"),Re.addColorStop(1,ye),k.fillStyle=Re,k.fillRect(H-te,0,te,Q),k.strokeStyle="#5a6b62",k.lineWidth=1,k.beginPath(),k.moveTo(0,Q/2),k.lineTo(H,Q/2),k.stroke();const Pe=H/2,lt=3,_t=4,dt=oe>0?re/oe*ee.length:0;for(let Qt=0;Qt<ee.length;Qt++){const ys=dt-Qt,hr=Pe-ys*_t;if(hr<-lt||hr>H)continue;const Fr=ee[Qt]*(Q/2-12),xs=Q/2-Fr;k.fillStyle=Qt<=dt?"#10b981":"#4b5563",k.fillRect(hr,xs,lt,Fr*2)}k.strokeStyle="#ef4444",k.lineWidth=1,k.beginPath(),k.moveTo(Pe,0),k.lineTo(Pe,Q),k.stroke(),k.fillStyle="#fff",k.font="bold 18px monospace",k.textAlign="center";const Nt=Math.floor(re/60),fr=Math.floor(re%60);k.fillText(`${Nt.toString().padStart(2,"0")}:${fr.toString().padStart(2,"0")}`,Pe,Q-6),k.textAlign="left"}}U=requestAnimationFrame(B)}};return U=requestAnimationFrame(B),()=>cancelAnimationFrame(U)}},[l,h,d,u]),w.useEffect(()=>{l==="editing"&&!h&&bt()},[l,m,h,bt]),D)return g.jsxs("div",{style:{border:"1px solid #fecaca",borderRadius:"12px",padding:"16px",background:"#fef2f2"},children:[g.jsx("p",{style:{fontSize:"14px",color:"#dc2626",marginBottom:"12px"},children:D}),g.jsx("button",{onClick:()=>{y(null),it()},style:{padding:"8px 16px",fontSize:"14px",background:"#171717",color:"white",borderRadius:"8px",border:"none",cursor:"pointer"},children:"Try Again"})]});const qe={padding:"8px",borderRadius:"8px",border:"none",background:"transparent",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",transition:"background 0.15s"},Qe={...qe,opacity:.3,cursor:"not-allowed"},$t=i?{border:"1px solid #e5e5e5",borderRadius:"12px",overflow:"hidden",background:"white"}:{overflow:"hidden",background:"white",height:"100%",display:"flex",flexDirection:"column"};return g.jsxs("div",{style:$t,children:[g.jsx("canvas",{ref:_,style:{width:"100%",height:"80px",cursor:"pointer",flexShrink:0},onMouseDown:U=>{if(l==="editing"){Ve.current=!0,he.current=U.clientX,Le.current=m;const B=J=>{Ve.current&&Je(J.clientX)},Z=()=>{Ve.current=!1,window.removeEventListener("mousemove",B),window.removeEventListener("mouseup",Z)};window.addEventListener("mousemove",B),window.addEventListener("mouseup",Z)}}}),g.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:i?"12px 16px":"8px 12px",borderTop:"1px solid #d4d4d4",background:"linear-gradient(to bottom, #e0e0e0 0%, #c8c8c8 100%)",boxShadow:"inset 0 1px 0 rgba(255,255,255,0.6), inset 0 -1px 0 rgba(0,0,0,0.1)",flexShrink:0},children:[g.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"4px"},children:[g.jsx("button",{onClick:tt,disabled:l==="idle"||l==="recording",style:l==="idle"||l==="recording"?Qe:qe,title:"Go to start",children:g.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:"#171717"},children:"first_page"})}),g.jsx("button",{onClick:()=>{if(l==="recording"){const U=S.current;U&&(U.state==="recording"?(U.pause(),C(!0)):U.state==="paused"&&(U.resume(),C(!1)))}else V()},disabled:l==="idle",style:l==="idle"?Qe:qe,title:h||l==="recording"&&!A?"Pause":"Play",children:g.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:"#171717"},children:h||l==="recording"&&!A?"pause":"play_arrow"})}),g.jsx("button",{onClick:Bt,disabled:l==="idle"||l==="recording",style:l==="idle"||l==="recording"?Qe:qe,title:"Go to end",children:g.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:"#171717"},children:"last_page"})}),g.jsx("div",{style:{width:"1px",height:"24px",margin:"0 4px",background:"linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(0,0,0,0.15))"}}),g.jsx("button",{onClick:()=>{E==="insert"?ot():l==="idle"?(v("insert"),it()):l==="editing"&&(v("insert"),Be("insert"))},disabled:l==="recording"&&E!=="insert"||h,style:l==="recording"&&E!=="insert"||h?Qe:qe,title:E==="insert"?"Stop recording":"Insert recording",children:g.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:E==="insert"?"#ef4444":"#171717"},children:"add"})}),g.jsx("button",{onClick:()=>{E==="mic"?ot():l==="idle"?(v("mic"),it()):l==="editing"&&(v("mic"),Be("replace"))},disabled:l==="recording"&&E!=="mic"||h,style:l==="recording"&&E!=="mic"||h?Qe:qe,title:E==="mic"?"Stop recording":"Record",children:g.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:E==="mic"?"#ef4444":"#171717"},children:"mic"})}),g.jsx("button",{onClick:()=>{E==="startover"?ot():l==="editing"&&(v("startover"),rt())},disabled:l==="idle"||l==="recording"&&E!=="startover"||h,style:l==="idle"||l==="recording"&&E!=="startover"||h?Qe:qe,title:E==="startover"?"Stop recording":"Start over",children:g.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:E==="startover"?"#ef4444":"#171717"},children:"refresh"})})]}),g.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"4px"},children:[t&&g.jsx("button",{onClick:()=>X.current&&t(X.current),disabled:l!=="editing"||n,style:l!=="editing"||n?Qe:qe,title:n?"Transcribing...":"Transcribe audio",children:g.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:"#171717"},children:n?"hourglass_empty":"subtitles"})}),!o&&g.jsx("button",{onClick:ct,disabled:l!=="editing",style:l!=="editing"?Qe:qe,title:"Save recording",children:g.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:"#171717"},children:"save"})})]})]})]})}exports.AnimatedCardFlip=hu;exports.ApiClient=al;exports.AudioEditor=xf;exports.AuthManager=ll;exports.Card=cu;exports.ComboBox=df;exports.DataOperations=Bn;exports.Detail=du;exports.GraphClient=$a;exports.KanbanBoard=ff;exports.Mail=gu;exports.MailClient=ol;exports.MailComposer=uf;exports.MailEditor=Ba;exports.SelectableList=mu;exports.Stack=uu;exports.Timeline=yf;exports.getApiClient=oi;exports.initializeApiClient=iu;exports.useMutation=ou;exports.useQuery=ul;
|
|
153
|
+
`})]})}const cf={background:"#ffffff",text:"#111827",textSecondary:"#6b7280",border:"#e5e7eb",primary:"#3b82f6",chipBackground:"#f3f4f6",chipText:"#374151",hoverBackground:"#f9fafb"};function df({options:r,value:e,onChange:t,placeholder:n="Search or select...",allowCreate:s=!0,onCreate:o,allowDelete:i=!1,onDelete:l,label:a,disabled:u=!1,max:c=0,theme:d={},className:f=""}){const h={...cf,...d},[g,m]=w.useState(!1),[y,D]=w.useState(""),x=w.useRef(null),k=w.useRef(null);w.useEffect(()=>{function N(j){x.current&&!x.current.contains(j.target)&&(m(!1),D(""))}return document.addEventListener("mousedown",N),()=>document.removeEventListener("mousedown",N)},[]);const C=r.filter(N=>{var j;return((j=N.label)==null?void 0:j.toLowerCase().includes(y.toLowerCase()))&&!e.includes(N.id)}),S=s&&y.trim()&&!r.some(N=>{var j;return((j=N.label)==null?void 0:j.toLowerCase())===y.toLowerCase()}),v=e.map(N=>r.find(j=>j.id===N)).filter(Boolean),_=w.useCallback(N=>{var j;c>0&&e.length>=c||(t([...e,N]),D(""),(j=k.current)==null||j.focus())},[e,t,c]),E=w.useCallback(N=>{t(e.filter(j=>j!==N))},[e,t]),T=w.useCallback(async()=>{if(!S)return;const N=await(o==null?void 0:o(y.trim()));N&&_(N.id),D("")},[S,y,o,_]),z=w.useCallback(N=>{N.key==="Enter"?(N.preventDefault(),S?T():C.length>0&&_(C[0].id)):N.key==="Backspace"&&!y&&e.length>0?E(e[e.length-1]):N.key==="Escape"&&(m(!1),D(""))},[S,C,y,e,T,_,E]);return p.jsxs("div",{ref:x,className:f,style:{position:"relative"},children:[a&&p.jsx("label",{style:{display:"block",fontSize:"12px",textTransform:"uppercase",color:h.textSecondary,marginBottom:"4px"},children:a}),p.jsxs("div",{onClick:()=>!u&&m(!0),style:{display:"flex",flexWrap:"wrap",gap:"6px",padding:"8px 12px",border:`1px solid ${g?h.primary:h.border}`,borderRadius:"8px",background:u?h.hoverBackground:h.background,cursor:u?"not-allowed":"text",minHeight:"42px",alignItems:"center"},children:[v.map(N=>p.jsxs("span",{style:{display:"inline-flex",alignItems:"center",gap:"4px",padding:"2px 8px",borderRadius:"4px",fontSize:"13px",background:N.color||h.chipBackground,color:N.color?"#fff":h.chipText},children:[N.label,!u&&p.jsx("button",{type:"button",onClick:j=>{j.stopPropagation(),E(N.id)},style:{border:"none",background:"transparent",cursor:"pointer",padding:"0 2px",fontSize:"14px",color:"inherit",opacity:.7},children:"×"})]},N.id)),p.jsx("input",{ref:k,type:"text",value:y,onChange:N=>{D(N.target.value),g||m(!0)},onFocus:()=>m(!0),onKeyDown:z,placeholder:v.length===0?n:"",disabled:u||c>0&&e.length>=c,style:{flex:1,minWidth:"60px",border:"none",outline:"none",fontSize:"14px",background:"transparent",color:h.text}})]}),g&&!u&&p.jsx("div",{style:{position:"absolute",top:"100%",left:0,right:0,marginTop:"4px",background:h.background,border:`1px solid ${h.border}`,borderRadius:"8px",boxShadow:"0 4px 12px rgba(0,0,0,0.1)",maxHeight:"200px",overflowY:"auto",zIndex:50},children:C.length===0&&!S?p.jsx("div",{style:{padding:"12px",fontSize:"14px",color:h.textSecondary,textAlign:"center"},children:y?"No matches":"No options available"}):p.jsxs(p.Fragment,{children:[C.map(N=>p.jsxs("div",{onClick:()=>_(N.id),style:{padding:"10px 12px",fontSize:"14px",cursor:"pointer",color:h.text,display:"flex",alignItems:"center",justifyContent:"space-between"},onMouseEnter:j=>{j.currentTarget.style.background=h.hoverBackground||""},onMouseLeave:j=>{j.currentTarget.style.background=""},children:[N.label,i&&l&&p.jsx("button",{type:"button",onClick:j=>{j.stopPropagation(),l(N.id)},style:{border:"none",background:"transparent",cursor:"pointer",padding:"2px",fontSize:"14px",color:h.textSecondary,opacity:.5},onMouseEnter:j=>{j.currentTarget.style.opacity="1",j.currentTarget.style.color="#ef4444"},onMouseLeave:j=>{j.currentTarget.style.opacity="0.5",j.currentTarget.style.color=h.textSecondary||""},children:"×"})]},N.id)),S&&p.jsxs("div",{onClick:T,style:{padding:"10px 12px",fontSize:"14px",cursor:"pointer",color:h.primary,borderTop:C.length>0?`1px solid ${h.border}`:"none"},onMouseEnter:N=>{N.currentTarget.style.background=h.hoverBackground||""},onMouseLeave:N=>{N.currentTarget.style.background=""},children:['+ Create "',y.trim(),'"']})]})})]})}function ff({items:r,columns:e,getItemId:t,getItemColumn:n,getItemOrder:s,renderItem:o,onItemMove:i,onItemReorder:l,onItemClick:a,renderColumnHeader:u,renderColumnFooter:c,className:d="",columnClassName:f="",itemClassName:h=""}){const[g,m]=w.useState(null),[y,D]=w.useState(null),[x,k]=w.useState(null),C=w.useRef(null),S=e.reduce((j,R)=>{let L=r.filter(O=>n(O)===R.id);return s&&(L=L.sort((O,Y)=>s(O)-s(Y))),j[R.id]=L,j},{}),v=w.useCallback((j,R)=>{const L=t(R),O=n(R);m(L),C.current=O,j.dataTransfer.effectAllowed="move",j.dataTransfer.setData("text/plain",L),requestAnimationFrame(()=>{const Y=j.target;Y.style.opacity="0.5"})},[t,n]),_=w.useCallback(j=>{const R=j.target;R.style.opacity="1",m(null),D(null),k(null),C.current=null},[]),E=w.useCallback((j,R,L)=>{j.preventDefault(),j.dataTransfer.dropEffect="move",D(R),k(L)},[]),T=w.useCallback(j=>{const R=j.relatedTarget;R!=null&&R.closest("[data-kanban-column]")||(D(null),k(null))},[]),z=w.useCallback((j,R,L)=>{if(j.preventDefault(),!g)return;const O=C.current;O===R?l==null||l(g,R,L):O&&i(g,O,R,L),m(null),D(null),k(null),C.current=null},[g,i,l]),N=(j,R)=>p.jsxs("div",{className:"flex items-center justify-between px-3 py-2",children:[p.jsxs("div",{className:"flex items-center gap-2",children:[j.color&&p.jsx("div",{className:"w-2 h-2 rounded-full",style:{backgroundColor:j.color}}),p.jsx("span",{className:"font-medium text-sm text-neutral-700",children:j.label})]}),p.jsx("span",{className:"text-xs text-neutral-400 bg-neutral-100 px-2 py-0.5 rounded-full",children:R})]});return p.jsx("div",{className:`flex gap-4 overflow-x-auto pb-4 ${d}`,style:{minHeight:"400px"},children:e.map(j=>{const R=S[j.id]||[],L=y===j.id;return p.jsxs("div",{"data-kanban-column":j.id,className:`flex-1 min-w-[180px] bg-neutral-50 rounded-xl flex flex-col ${f}`,onDragOver:O=>{O.preventDefault(),g&&!L&&D(j.id)},onDragLeave:T,onDrop:O=>z(O,j.id,x??R.length),children:[p.jsx("div",{className:"flex-shrink-0 border-b border-neutral-200",children:u?u(j,R.length):N(j,R.length)}),p.jsxs("div",{className:`flex-1 overflow-y-auto p-2 space-y-2 min-h-[100px] transition-colors ${L?"bg-blue-50":""}`,children:[R.map((O,Y)=>{const ce=t(O),Z=g===ce,Ce=L&&x===Y&&!Z;return p.jsxs("div",{children:[Ce&&p.jsx("div",{className:"h-1 bg-blue-500 rounded-full mb-2 mx-1"}),p.jsx("div",{draggable:!0,onDragStart:ie=>v(ie,O),onDragEnd:_,onDragOver:ie=>E(ie,j.id,Y),onClick:()=>a==null?void 0:a(O),className:`cursor-grab active:cursor-grabbing transition-all ${Z?"opacity-50 scale-95":""} ${h}`,children:o(O,Z)})]},ce)}),p.jsx("div",{className:"min-h-[40px] flex-1",onDragOver:O=>{O.preventDefault(),E(O,j.id,R.length)},children:L&&x===R.length&&p.jsx("div",{className:"h-1 bg-blue-500 rounded-full mx-1 mt-1"})}),R.length===0&&L&&p.jsx("div",{className:"h-20 border-2 border-dashed border-blue-300 rounded-lg bg-blue-50/50 flex items-center justify-center",children:p.jsx("span",{className:"text-sm text-blue-400",children:"Drop here"})})]}),c&&p.jsx("div",{className:"flex-shrink-0 border-t border-neutral-200 p-2",children:c(j)})]},j.id)})})}const hf={background:"#ffffff",hourLineColor:"#e5e7eb",halfHourLineColor:"#f3f4f6",hourTextColor:"#9ca3af",currentTimeColor:"#ef4444",allDayBackground:"#f9fafb",allDayBorder:"#e5e7eb"};function pf(r){const e=r.match(/^(\d{1,2}):(\d{2})$/);return e?{hours:parseInt(e[1],10),minutes:parseInt(e[2],10)}:null}function gf(r){const e=r%12||12,t=r<12?"AM":"PM";return`${e} ${t}`}function mf(r){const e=new Date;return r.getDate()===e.getDate()&&r.getMonth()===e.getMonth()&&r.getFullYear()===e.getFullYear()}function yf({items:r,date:e,startHour:t=7,endHour:n=22,hourHeight:s=60,getItemTime:o,getItemDuration:i,getItemIsAllDay:l,getItemId:a,renderItem:u,onItemClick:c,onTimeSlotClick:d,showCurrentTime:f=!0,className:h="",theme:g={}}){const m={...hf,...g},{allDayItems:y,timedItems:D}=w.useMemo(()=>{const _=[],E=[];for(const T of r)l(T)?_.push(T):E.push(T);return{allDayItems:_,timedItems:E}},[r,l]),x=w.useMemo(()=>{const _=[];for(let E=t;E<=n;E++)_.push(E);return _},[t,n]),k=(n-t+1)*s,C=w.useCallback(_=>{const E=o(_);if(!E)return null;const T=pf(E);if(!T)return null;const{hours:z,minutes:N}=T,j=Math.max(t,Math.min(n,z)),R=z<t?0:N,L=(j-t)*s+R/60*s,O=i(_),Y=Math.max(20,O/60*s);return{top:L,height:Y}},[o,i,t,n,s]),S=w.useMemo(()=>{if(!f||!mf(e))return null;const _=new Date,E=_.getHours(),T=_.getMinutes();return E<t||E>n?null:(E-t)*s+T/60*s},[e,f,t,n,s]),v=w.useCallback(_=>{if(!d)return;const E=_.currentTarget.getBoundingClientRect(),z=(_.clientY-E.top)/s*60,N=Math.floor(z/60)+t,j=Math.round(z%60/15)*15,R=Math.min(n,Math.max(t,N)),L=j>=60?0:j,O=`${R.toString().padStart(2,"0")}:${L.toString().padStart(2,"0")}`;d(O)},[d,s,t,n]);return p.jsxs("div",{className:h,style:{background:m.background},children:[y.length>0&&p.jsxs("div",{style:{padding:"8px 0 8px 60px",borderBottom:`1px solid ${m.allDayBorder}`,background:m.allDayBackground},children:[p.jsx("div",{style:{fontSize:"11px",color:m.hourTextColor,marginBottom:"4px",textTransform:"uppercase",letterSpacing:"0.05em"},children:"All Day"}),p.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:"4px"},children:y.map(_=>p.jsx("div",{onClick:()=>c==null?void 0:c(_),style:{cursor:c?"pointer":"default"},children:u(_)},a(_)))})]}),p.jsxs("div",{style:{position:"relative",height:k},children:[x.map((_,E)=>p.jsxs("div",{style:{position:"absolute",top:E*s,left:0,right:0},children:[p.jsx("div",{style:{position:"absolute",left:0,top:-8,width:"50px",textAlign:"right",paddingRight:"10px",fontSize:"11px",color:m.hourTextColor},children:gf(_)}),p.jsx("div",{style:{position:"absolute",left:"60px",right:0,top:0,height:"1px",background:m.hourLineColor}}),E<x.length-1&&p.jsx("div",{style:{position:"absolute",left:"60px",right:0,top:s/2,height:"1px",background:m.halfHourLineColor}})]},_)),p.jsx("div",{style:{position:"absolute",left:"60px",right:0,top:0,bottom:0,cursor:d?"pointer":"default"},onClick:v}),S!==null&&p.jsxs("div",{style:{position:"absolute",left:"55px",right:0,top:S,zIndex:20,pointerEvents:"none"},children:[p.jsx("div",{style:{width:"10px",height:"10px",borderRadius:"50%",background:m.currentTimeColor,marginLeft:"-5px",marginTop:"-5px",position:"absolute"}}),p.jsx("div",{style:{marginLeft:"5px",height:"2px",background:m.currentTimeColor}})]}),D.map(_=>{const E=C(_);return E?p.jsx("div",{style:{position:"absolute",left:"64px",right:"8px",top:E.top,height:E.height,zIndex:10,cursor:c?"pointer":"default"},onClick:T=>{T.stopPropagation(),c==null||c(_)},children:u(_)},a(_)):null})]})]})}function xf({onComplete:r,onCancel:e,onTranscribe:t,transcribing:n,variant:s="widget",hideSaveButton:o=!1}){const i=s==="widget",[l,a]=w.useState("idle"),[u,c]=w.useState(0),[d,f]=w.useState(0),[h,g]=w.useState(!1),[m,y]=w.useState(0),[D,x]=w.useState(null),[k,C]=w.useState(!1),[S,v]=w.useState(null),_=w.useRef(null),E=w.useRef(null),T=w.useRef(null),z=w.useRef(null),N=w.useRef(null),j=w.useRef([]),R=w.useRef(null),L=w.useRef(null),O=w.useRef(null),Y=w.useRef(null),ce=w.useRef(!1),Z=w.useRef([]),Ce=w.useRef(null),ie=w.useRef(null),ye=w.useRef([]),Se=w.useRef([]),je=w.useRef("insert"),Me=w.useRef(!1),ke=w.useRef(0),be=w.useRef(0),We=w.useRef(0),Ae=U=>{const B=Math.floor(U/60),X=Math.floor(U%60);return`${B.toString().padStart(2,"0")}:${X.toString().padStart(2,"0")}`},de=async U=>{const B=await U.arrayBuffer(),X=new AudioContext,J=await X.decodeAudioData(B);return await X.close(),J},qe=U=>{const B=U.numberOfChannels,X=U.sampleRate,J=1,A=16,I=A/8,H=B*I,Q=X*H,te=U.length*H,le=new ArrayBuffer(44+te),ne=new DataView(le),re=(ge,fe)=>{for(let Ie=0;Ie<fe.length;Ie++)ne.setUint8(ge+Ie,fe.charCodeAt(Ie))};re(0,"RIFF"),ne.setUint32(4,36+te,!0),re(8,"WAVE"),re(12,"fmt "),ne.setUint32(16,16,!0),ne.setUint16(20,J,!0),ne.setUint16(22,B,!0),ne.setUint32(24,X,!0),ne.setUint32(28,Q,!0),ne.setUint16(32,H,!0),ne.setUint16(34,A,!0),re(36,"data"),ne.setUint32(40,te,!0);const _e=[];for(let ge=0;ge<B;ge++)_e.push(U.getChannelData(ge));let Be=44;for(let ge=0;ge<U.length;ge++)for(let fe=0;fe<B;fe++){const Ie=Math.max(-1,Math.min(1,_e[fe][ge])),$e=Ie<0?Ie*32768:Ie*32767;ne.setInt16(Be,$e,!0),Be+=2}return new Blob([le],{type:"audio/wav"})},At=async(U,B,X,J)=>{const A=new AudioContext,I=U.sampleRate,H=Math.max(U.numberOfChannels,B.numberOfChannels),Q=Math.min(X,U.length),te=Math.max(0,U.length-X),le=J==="insert"?Q+B.length+te:Q+B.length,ne=A.createBuffer(H,le,I);for(let re=0;re<H;re++){const _e=ne.getChannelData(re),Be=re<U.numberOfChannels?U.getChannelData(re):U.getChannelData(0);for(let fe=0;fe<Q;fe++)_e[fe]=Be[fe];const ge=re<B.numberOfChannels?B.getChannelData(re):B.getChannelData(0);for(let fe=0;fe<B.length;fe++)_e[Q+fe]=ge[fe];if(J==="insert")for(let fe=0;fe<te;fe++)_e[Q+B.length+fe]=Be[X+fe]}return await A.close(),ne},yt=w.useCallback(()=>{const U=_.current;if(!U)return;const B=U.getContext("2d");if(!B)return;const X=U.getBoundingClientRect(),J=X.width,A=X.height,I=Z.current,H=d||u||1,Q=l==="recording"?u:m;B.fillStyle="#2d3b35",B.fillRect(0,0,J,A);const te=8,le="rgba(0, 0, 0, 0.4)",ne=B.createLinearGradient(0,0,0,te);ne.addColorStop(0,le),ne.addColorStop(1,"transparent"),B.fillStyle=ne,B.fillRect(0,0,J,te);const re=B.createLinearGradient(0,A-te,0,A);re.addColorStop(0,"transparent"),re.addColorStop(1,le),B.fillStyle=re,B.fillRect(0,A-te,J,te);const _e=B.createLinearGradient(0,0,te,0);_e.addColorStop(0,le),_e.addColorStop(1,"transparent"),B.fillStyle=_e,B.fillRect(0,0,te,A);const Be=B.createLinearGradient(J-te,0,J,0);Be.addColorStop(0,"transparent"),Be.addColorStop(1,le),B.fillStyle=Be,B.fillRect(J-te,0,te,A),B.strokeStyle="#5a6b62",B.lineWidth=1,B.beginPath(),B.moveTo(0,A/2),B.lineTo(J,A/2),B.stroke();const ge=J/2;if(I.length>0)if(l==="recording")for(let $e=0;$e<I.length;$e++){const it=I.length-1-$e,bt=ge-it*4;if(bt<-3||bt>J)continue;const ut=I[$e]*(A/2-12),Tt=A/2-ut;B.fillStyle="#10b981",B.fillRect(bt,Tt,3,ut*2)}else{const $e=H>0?Q/H*I.length:0;for(let it=0;it<I.length;it++){const bt=$e-it,ut=ge-bt*4;if(ut<-3||ut>J)continue;const Tt=I[it]*(A/2-12),fr=A/2-Tt;B.fillStyle=it<=$e?"#10b981":"#4b5563",B.fillRect(ut,fr,3,Tt*2)}}B.strokeStyle="#ef4444",B.lineWidth=1,B.beginPath(),B.moveTo(ge,0),B.lineTo(ge,A),B.stroke(),B.fillStyle="#fff",B.font="bold 18px monospace",B.textAlign="center",B.fillText(Ae(Q),ge,A-6),l==="recording"&&(B.fillStyle="#ef4444",B.beginPath(),B.arc(20,20,8,0,Math.PI*2),B.fill(),B.fillStyle="#fff",B.font="10px sans-serif",B.textAlign="left",B.fillText("REC",34,24)),B.textAlign="left"},[l,m,u,d]),Pt=()=>{const U=N.current;if(!U||!ce.current)return;const B=U.frequencyBinCount,X=new Uint8Array(B);U.getByteTimeDomainData(X);let J=0;for(let H=0;H<B;H++){const Q=(X[H]-128)/128;J+=Q*Q}const A=Math.sqrt(J/B),I=Math.min(1,A*3);Z.current.push(I),yt(),ce.current&&(L.current=requestAnimationFrame(Pt))},nt=async()=>{try{x(null),C(!1),Ce.current===null&&(Z.current=[]);const U=await navigator.mediaDevices.getUserMedia({audio:!0});T.current=U;const B=new AudioContext;z.current=B;const X=B.createAnalyser();X.fftSize=2048,N.current=X,B.createMediaStreamSource(U).connect(X);const A=new MediaRecorder(U);E.current=A,j.current=[],A.ondataavailable=I=>{I.data.size>0&&j.current.push(I.data)},A.onstop=async()=>{try{if(ce.current=!1,j.current.length===0){x("No audio was recorded. Please try again."),a("idle"),U.getTracks().forEach(ne=>ne.stop());return}const I=new Blob(j.current,{type:"audio/webm"});let H,Q;if(Ce.current!==null&&ie.current)try{const ne=await de(I),re=ie.current.sampleRate,_e=Math.floor(Ce.current*re),Be=await At(ie.current,ne,_e,je.current);H=qe(Be),Q=Be.length/Be.sampleRate,je.current==="insert"&&(Z.current=[...Z.current,...Se.current]),Ce.current=null,ie.current=null,ye.current=[],Se.current=[]}catch{H=I,Q=ke.current>0?ke.current:1}else H=I,Q=ke.current>0?ke.current:1;Y.current=H;const te=URL.createObjectURL(H),le=new Audio(te);le.ontimeupdate=()=>{y(le.currentTime)},le.onended=()=>{g(!1)},O.current=le,f(Q),y(Q),a("editing"),U.getTracks().forEach(ne=>ne.stop())}catch{x("Failed to process recording"),a("idle")}},A.start(100),ce.current=!0,a("recording"),c(0),ke.current=0,R.current=setInterval(()=>{ke.current+=1,c(ke.current)},1e3)}catch{x("Could not access microphone. Please allow microphone access.")}},st=()=>{ce.current=!1,C(!1),v(null),L.current&&(cancelAnimationFrame(L.current),L.current=null),R.current&&(clearInterval(R.current),R.current=null),E.current&&E.current.state!=="inactive"&&E.current.stop()},at=U=>{const B=_.current;if(!B)return;const X=d||u;if(X<=0)return;const J=Z.current;if(J.length===0)return;const A=B.getBoundingClientRect(),I=U-be.current,H=4,Q=A.width/B.width,te=J.length/X*H,le=-I/(te*Q),ne=We.current+le,re=Math.max(0,Math.min(ne,X));O.current&&(O.current.currentTime=re),y(re)},Ot=()=>{O.current&&(O.current.currentTime=0),y(0)},Mt=()=>{const U=d||u;O.current&&(O.current.currentTime=U),y(U)},Ze=()=>{const U=O.current;U&&(h?(U.pause(),y(U.currentTime),g(!1)):(U.currentTime=m,U.play().catch(()=>{}),g(!0)))},et=async U=>{if(!Y.current){nt();return}try{O.current&&(O.current.pause(),g(!1)),je.current=U,ie.current=await de(Y.current);const B=d||u;Ce.current=m;const X=B>0?m/B:0,J=Math.floor(X*Z.current.length);ye.current=Z.current.slice(0,J),Se.current=Z.current.slice(J),Z.current=[...ye.current],nt()}catch{x("Failed to prepare recording. Please try again.")}},It=()=>{O.current&&(O.current.pause(),O.current=null),Y.current=null,ie.current=null,Ce.current=null,ye.current=[],g(!1),y(0),f(0),c(0),nt()},V=()=>{Y.current?r(Y.current,d||u):alert("No audio recorded yet!")};if(w.useEffect(()=>{l==="recording"&&_.current&&N.current&&ce.current&&(L.current=requestAnimationFrame(Pt))},[l]),w.useEffect(()=>{const U=_.current;if(!U)return;const B=()=>{const X=window.devicePixelRatio||1,J=U.getBoundingClientRect();U.width=J.width*X,U.height=J.height*X;const A=U.getContext("2d");A&&A.scale(X,X)};return B(),window.addEventListener("resize",B),()=>window.removeEventListener("resize",B)},[]),w.useEffect(()=>{if(l==="idle"){const U=_.current;if(!U)return;const B=U.getContext("2d");if(!B)return;const X=U.getBoundingClientRect(),J=X.width,A=X.height;B.fillStyle="#2d3b35",B.fillRect(0,0,J,A);const I=8,H="rgba(0, 0, 0, 0.4)",Q=B.createLinearGradient(0,0,0,I);Q.addColorStop(0,H),Q.addColorStop(1,"transparent"),B.fillStyle=Q,B.fillRect(0,0,J,I);const te=B.createLinearGradient(0,A-I,0,A);te.addColorStop(0,"transparent"),te.addColorStop(1,H),B.fillStyle=te,B.fillRect(0,A-I,J,I);const le=B.createLinearGradient(0,0,I,0);le.addColorStop(0,H),le.addColorStop(1,"transparent"),B.fillStyle=le,B.fillRect(0,0,I,A);const ne=B.createLinearGradient(J-I,0,J,0);ne.addColorStop(0,"transparent"),ne.addColorStop(1,H),B.fillStyle=ne,B.fillRect(J-I,0,I,A),B.strokeStyle="#5a6b62",B.lineWidth=1,B.beginPath(),B.moveTo(0,A/2),B.lineTo(J,A/2),B.stroke();const re=J/2;B.strokeStyle="#ef4444",B.lineWidth=1,B.beginPath(),B.moveTo(re,0),B.lineTo(re,A),B.stroke(),B.fillStyle="#fff",B.font="bold 18px monospace",B.textAlign="center",B.fillText("00:00",re,A-6)}},[l]),w.useEffect(()=>()=>{ce.current=!1,R.current&&clearInterval(R.current),L.current&&cancelAnimationFrame(L.current),T.current&&T.current.getTracks().forEach(U=>U.stop()),z.current&&z.current.state!=="closed"&&z.current.close()},[]),w.useEffect(()=>{if(l==="editing"&&h){let U;const B=()=>{const X=O.current;if(X&&h){const J=_.current;if(J){const A=J.getContext("2d");if(A){const I=J.getBoundingClientRect(),H=I.width,Q=I.height,te=Z.current,le=d||u||1,ne=X.currentTime;A.fillStyle="#2d3b35",A.fillRect(0,0,H,Q);const re=8,_e="rgba(0, 0, 0, 0.4)",Be=A.createLinearGradient(0,0,0,re);Be.addColorStop(0,_e),Be.addColorStop(1,"transparent"),A.fillStyle=Be,A.fillRect(0,0,H,re);const ge=A.createLinearGradient(0,Q-re,0,Q);ge.addColorStop(0,"transparent"),ge.addColorStop(1,_e),A.fillStyle=ge,A.fillRect(0,Q-re,H,re);const fe=A.createLinearGradient(0,0,re,0);fe.addColorStop(0,_e),fe.addColorStop(1,"transparent"),A.fillStyle=fe,A.fillRect(0,0,re,Q);const Ie=A.createLinearGradient(H-re,0,H,0);Ie.addColorStop(0,"transparent"),Ie.addColorStop(1,_e),A.fillStyle=Ie,A.fillRect(H-re,0,re,Q),A.strokeStyle="#5a6b62",A.lineWidth=1,A.beginPath(),A.moveTo(0,Q/2),A.lineTo(H,Q/2),A.stroke();const $e=H/2,it=3,bt=4,ut=le>0?ne/le*te.length:0;for(let Qt=0;Qt<te.length;Qt++){const ys=ut-Qt,hr=$e-ys*bt;if(hr<-it||hr>H)continue;const Fr=te[Qt]*(Q/2-12),xs=Q/2-Fr;A.fillStyle=Qt<=ut?"#10b981":"#4b5563",A.fillRect(hr,xs,it,Fr*2)}A.strokeStyle="#ef4444",A.lineWidth=1,A.beginPath(),A.moveTo($e,0),A.lineTo($e,Q),A.stroke(),A.fillStyle="#fff",A.font="bold 18px monospace",A.textAlign="center";const Tt=Math.floor(ne/60),fr=Math.floor(ne%60);A.fillText(`${Tt.toString().padStart(2,"0")}:${fr.toString().padStart(2,"0")}`,$e,Q-6),A.textAlign="left"}}U=requestAnimationFrame(B)}};return U=requestAnimationFrame(B),()=>cancelAnimationFrame(U)}},[l,h,d,u]),w.useEffect(()=>{l==="editing"&&!h&&yt()},[l,m,h,yt]),D)return p.jsxs("div",{style:{border:"1px solid #fecaca",borderRadius:"12px",padding:"16px",background:"#fef2f2"},children:[p.jsx("p",{style:{fontSize:"14px",color:"#dc2626",marginBottom:"12px"},children:D}),p.jsx("button",{onClick:()=>{x(null),nt()},style:{padding:"8px 16px",fontSize:"14px",background:"#171717",color:"white",borderRadius:"8px",border:"none",cursor:"pointer"},children:"Try Again"})]});const xe={padding:"8px",borderRadius:"8px",border:"none",background:"transparent",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",transition:"background 0.15s"},Te={...xe,opacity:.3,cursor:"not-allowed"},xt=i?{border:"1px solid #e5e5e5",borderRadius:"12px",overflow:"hidden",background:"white"}:{overflow:"hidden",background:"white",height:"100%",display:"flex",flexDirection:"column"};return p.jsxs("div",{style:xt,children:[p.jsx("canvas",{ref:_,style:{width:"100%",height:"64px",cursor:"pointer",flexShrink:0},onMouseDown:U=>{if(l==="editing"){Me.current=!0,be.current=U.clientX,We.current=m;const B=J=>{Me.current&&at(J.clientX)},X=()=>{Me.current=!1,window.removeEventListener("mousemove",B),window.removeEventListener("mouseup",X)};window.addEventListener("mousemove",B),window.addEventListener("mouseup",X)}}}),p.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:i?"10px 12px":"8px",borderTop:"1px solid #d4d4d4",background:"linear-gradient(to bottom, #e0e0e0 0%, #c8c8c8 100%)",boxShadow:"inset 0 1px 0 rgba(255,255,255,0.6), inset 0 -1px 0 rgba(0,0,0,0.1)",flexShrink:0},children:[p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"4px"},children:[p.jsx("button",{onClick:Ot,disabled:l==="idle"||l==="recording",style:l==="idle"||l==="recording"?Te:xe,title:"Go to start",children:p.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:"#171717"},children:"first_page"})}),p.jsx("button",{onClick:()=>{if(l==="recording"){const U=E.current;U&&(U.state==="recording"?(U.pause(),C(!0)):U.state==="paused"&&(U.resume(),C(!1)))}else Ze()},disabled:l==="idle",style:l==="idle"?Te:xe,title:h||l==="recording"&&!k?"Pause":"Play",children:p.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:"#171717"},children:h||l==="recording"&&!k?"pause":"play_arrow"})}),p.jsx("button",{onClick:Mt,disabled:l==="idle"||l==="recording",style:l==="idle"||l==="recording"?Te:xe,title:"Go to end",children:p.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:"#171717"},children:"last_page"})}),p.jsx("div",{style:{width:"1px",height:"24px",margin:"0 4px",background:"linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(0,0,0,0.15))"}}),p.jsx("button",{onClick:()=>{S==="insert"?st():l==="idle"?(v("insert"),nt()):l==="editing"&&(v("insert"),et("insert"))},disabled:l==="recording"&&S!=="insert"||h,style:l==="recording"&&S!=="insert"||h?Te:xe,title:S==="insert"?"Stop recording":"Insert recording",children:p.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:S==="insert"?"#ef4444":"#171717"},children:"add"})}),p.jsx("button",{onClick:()=>{S==="mic"?st():l==="idle"?(v("mic"),nt()):l==="editing"&&(v("mic"),et("replace"))},disabled:l==="recording"&&S!=="mic"||h,style:l==="recording"&&S!=="mic"||h?Te:xe,title:S==="mic"?"Stop recording":"Record",children:p.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:S==="mic"?"#ef4444":"#171717"},children:"mic"})}),p.jsx("button",{onClick:()=>{S==="startover"?st():l==="editing"&&(v("startover"),It())},disabled:l==="idle"||l==="recording"&&S!=="startover"||h,style:l==="idle"||l==="recording"&&S!=="startover"||h?Te:xe,title:S==="startover"?"Stop recording":"Start over",children:p.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:S==="startover"?"#ef4444":"#171717"},children:"refresh"})})]}),p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"4px"},children:[t&&p.jsx("button",{onClick:()=>Y.current&&t(Y.current),disabled:l!=="editing"||n,style:l!=="editing"||n?Te:xe,title:n?"Transcribing...":"Transcribe audio",children:p.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:"#171717"},children:n?"hourglass_empty":"subtitles"})}),!o&&p.jsx("button",{onClick:V,disabled:l!=="editing",style:l!=="editing"?Te:xe,title:"Save recording",children:p.jsx("span",{className:"material-icons",style:{fontSize:"20px",color:"#171717"},children:"save"})})]})]})]})}exports.AnimatedCardFlip=hu;exports.ApiClient=al;exports.AudioEditor=xf;exports.AuthManager=ll;exports.Card=cu;exports.ComboBox=df;exports.DataOperations=Bn;exports.Detail=du;exports.GraphClient=Ia;exports.KanbanBoard=ff;exports.Mail=gu;exports.MailClient=ol;exports.MailComposer=uf;exports.MailEditor=Ba;exports.SelectableList=mu;exports.Stack=uu;exports.Timeline=yf;exports.getApiClient=oi;exports.initializeApiClient=iu;exports.useMutation=ou;exports.useQuery=ul;
|