@eigenpal/docx-editor-react 1.2.1 → 1.3.1
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/WatermarkDialog-6QSGGPXJ.mjs +1 -0
- package/dist/WatermarkDialog-CYTWCE75.js +1 -0
- package/dist/chunk-2YRWZCRK.mjs +1 -0
- package/dist/{chunk-TN5C2ZYV.mjs → chunk-3L2QMHNA.mjs} +2 -2
- package/dist/{chunk-G3VEHNWI.js → chunk-53P6TCSE.js} +2 -2
- package/dist/chunk-72ZQJWN2.mjs +2 -0
- package/dist/chunk-B5AYO5OG.js +1 -0
- package/dist/{chunk-YVYT3JWY.js → chunk-EKDRHOOJ.js} +2 -2
- package/dist/hooks.js +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +9 -10
- package/dist/index.mjs +9 -10
- package/dist/styles.css +1 -1
- package/dist/ui.d.mts +2 -0
- package/dist/ui.d.ts +2 -0
- package/dist/ui.js +4 -4
- package/dist/ui.mjs +1 -1
- package/package.json +4 -4
- package/dist/chunk-2WKOPOCC.js +0 -1
- package/dist/chunk-SW2JOSQG.mjs +0 -2
- package/dist/chunk-T65QFB7S.mjs +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {b}from'./chunk-ZFZJRL2R.mjs';import'./chunk-BMBP5UFA.mjs';import {useState,useEffect,useCallback}from'react';import {pictureWatermarkDisplayEmu}from'@eigenpal/docx-editor-core/types/document';import {jsx,jsxs}from'react/jsx-runtime';var V=["CONFIDENTIAL","DRAFT","DO NOT COPY","SAMPLE","URGENT","ASAP"],ee=["Calibri","Arial","Times New Roman","Georgia","Verdana","Courier New"],te={position:"fixed",top:0,left:0,right:0,bottom:0,backgroundColor:"rgba(0, 0, 0, 0.5)",display:"flex",alignItems:"center",justifyContent:"center",zIndex:1e4},ae={backgroundColor:"white",borderRadius:8,boxShadow:"0 4px 20px rgba(0, 0, 0, 0.15)",minWidth:400,maxWidth:480,width:"100%",margin:20},oe={padding:"16px 20px 12px",borderBottom:"1px solid var(--doc-border)",fontSize:16,fontWeight:600,color:"var(--doc-text)"},ie={padding:"16px 20px",display:"flex",flexDirection:"column",gap:14},j={display:"flex",flexDirection:"column",gap:10},r={display:"flex",alignItems:"center",gap:12},L={display:"flex",alignItems:"center",gap:8},d={width:80,fontSize:13,color:"var(--doc-text-muted)"},s={display:"flex",alignItems:"center",gap:6,fontSize:13,color:"var(--doc-text)"},g={flex:1,padding:"6px 8px",border:"1px solid var(--doc-border)",borderRadius:4,fontSize:13},ne={display:"flex",justifyContent:"flex-end",gap:8,padding:"12px 20px 16px",borderTop:"1px solid var(--doc-border)"},q={padding:"6px 16px",fontSize:13,border:"1px solid var(--doc-border)",borderRadius:4,cursor:"pointer"},le={...q,backgroundColor:"var(--doc-primary)",color:"white",borderColor:"var(--doc-primary)"},re={...q};function ue({isOpen:b$1,onClose:u,onApply:y,current:i}){let{t:o}=b(),[l,p]=useState("none"),[m,k]=useState("CONFIDENTIAL"),[S,A]=useState("Calibri"),[h,I]=useState(true),[C,W]=useState(54),[w,O]=useState("#C0C0C0"),[v,E]=useState("diagonal"),[P,F]=useState(true),[c,B]=useState(void 0),[M,R]=useState(void 0),[D,U]=useState(100),[z,Y]=useState(true);useEffect(()=>{b$1&&(i?.kind==="text"?(p("text"),k(i.text),A(i.font||"Calibri"),I(i.fontSize===void 0),i.fontSize!==void 0&&W(i.fontSize),O(i.color||"#C0C0C0"),E(i.layout),F(i.semitransparent)):i?.kind==="picture"?(p("picture"),B(i.dataUrl),R(i.widthEmu!==void 0&&i.heightEmu!==void 0?{widthEmu:i.widthEmu,heightEmu:i.heightEmu}:void 0),U(Math.round((i.scale||1)*100)),Y(i.washout)):p("none"));},[b$1,i]);let J=useCallback(t=>{let H=t.target.files?.[0];if(!H)return;let f=new FileReader;f.onload=()=>{let T=typeof f.result=="string"?f.result:void 0;if(B(T),R(void 0),!T)return;let x=new Image;x.onload=()=>R(pictureWatermarkDisplayEmu(x.naturalWidth,x.naturalHeight)),x.src=T;},f.readAsDataURL(H);},[]),Q=useCallback(()=>{if(l==="none")y(null);else if(l==="text")y({kind:"text",text:m,font:S,color:w,semitransparent:P,layout:v,fontSize:h?void 0:C});else {if(!c)return;y({kind:"picture",dataUrl:c,scale:D/100,washout:z,...M??{}});}u();},[l,m,S,w,P,v,h,C,c,M,D,z,y,u]);if(!b$1)return null;let N=t=>t.stopPropagation(),X=t=>{t.key==="Escape"&&u();},_=l==="picture"&&!c;return jsx("div",{style:te,onClick:u,onMouseDown:N,onKeyDown:X,children:jsxs("div",{style:ae,onClick:N,onMouseDown:N,role:"dialog","aria-label":o("dialogs.watermark.title"),children:[jsx("div",{style:oe,children:o("dialogs.watermark.title")}),jsxs("div",{style:ie,children:[jsxs("div",{style:L,children:[jsx("input",{type:"radio",id:"wm-none",checked:l==="none",onChange:()=>p("none")}),jsx("label",{htmlFor:"wm-none",style:s,children:o("dialogs.watermark.noWatermark")})]}),jsxs("div",{style:L,children:[jsx("input",{type:"radio",id:"wm-picture",checked:l==="picture",onChange:()=>p("picture")}),jsx("label",{htmlFor:"wm-picture",style:s,children:o("dialogs.watermark.picture")})]}),l==="picture"&&jsxs("div",{style:j,children:[jsx("div",{style:r,children:jsx("input",{type:"file",accept:"image/*",onChange:J})}),c&&jsx("div",{style:r,children:jsx("img",{src:c,alt:"",style:{maxHeight:"60px",maxWidth:"120px"}})}),jsxs("div",{style:r,children:[jsx("span",{style:d,children:o("dialogs.watermark.scale")}),jsx("input",{type:"number",min:10,max:500,value:D,onChange:t=>U(Number(t.target.value)),style:{...g,flex:"unset",width:80}}),jsx("span",{style:{fontSize:11,color:"var(--doc-text-muted)"},children:"%"})]}),jsxs("label",{style:s,children:[jsx("input",{type:"checkbox",checked:z,onChange:t=>Y(t.target.checked)}),o("dialogs.watermark.washout")]})]}),jsxs("div",{style:L,children:[jsx("input",{type:"radio",id:"wm-text",checked:l==="text",onChange:()=>p("text")}),jsx("label",{htmlFor:"wm-text",style:s,children:o("dialogs.watermark.text")})]}),l==="text"&&jsxs("div",{style:j,children:[jsxs("div",{style:r,children:[jsx("span",{style:d,children:o("dialogs.watermark.presetLabel")}),jsxs("select",{style:g,value:V.includes(m)?m:"",onChange:t=>t.target.value&&k(t.target.value),children:[jsx("option",{value:"",children:"\u2014"}),V.map(t=>jsx("option",{value:t,children:t},t))]})]}),jsxs("div",{style:r,children:[jsx("span",{style:d,children:o("dialogs.watermark.textLabel")}),jsx("input",{style:g,value:m,onChange:t=>k(t.target.value)})]}),jsxs("div",{style:r,children:[jsx("span",{style:d,children:o("dialogs.watermark.fontLabel")}),jsx("select",{style:g,value:S,onChange:t=>A(t.target.value),children:ee.map(t=>jsx("option",{value:t,children:t},t))})]}),jsxs("div",{style:r,children:[jsx("span",{style:d,children:o("dialogs.watermark.sizeLabel")}),jsxs("label",{style:s,children:[jsx("input",{type:"checkbox",checked:h,onChange:t=>I(t.target.checked)}),o("dialogs.watermark.sizeAuto")]}),!h&&jsx("input",{type:"number",min:8,max:200,value:C,onChange:t=>W(Number(t.target.value)),style:{...g,flex:"unset",width:70}})]}),jsxs("div",{style:r,children:[jsx("span",{style:d,children:o("dialogs.watermark.colorLabel")}),jsx("input",{type:"color",value:w,onChange:t=>O(t.target.value)})]}),jsxs("div",{style:r,children:[jsx("span",{style:d,children:o("dialogs.watermark.layoutLabel")}),jsxs("label",{style:s,children:[jsx("input",{type:"radio",name:"wm-layout",checked:v==="diagonal",onChange:()=>E("diagonal")}),o("dialogs.watermark.diagonal")]}),jsxs("label",{style:s,children:[jsx("input",{type:"radio",name:"wm-layout",checked:v==="horizontal",onChange:()=>E("horizontal")}),o("dialogs.watermark.horizontal")]})]}),jsxs("label",{style:s,children:[jsx("input",{type:"checkbox",checked:P,onChange:t=>F(t.target.checked)}),o("dialogs.watermark.semitransparent")]})]})]}),jsxs("div",{style:ne,children:[jsx("button",{style:re,onClick:u,children:o("dialogs.watermark.cancelButton")}),jsx("button",{style:{...le,..._?{opacity:.5,cursor:"not-allowed"}:{}},onClick:Q,disabled:_,children:o("dialogs.watermark.applyButton")})]})]})})}export{ue as WatermarkDialog};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var chunkGNIO6SOS_js=require('./chunk-GNIO6SOS.js');require('./chunk-BJ5RZW6Y.js');var react=require('react'),document=require('@eigenpal/docx-editor-core/types/document'),jsxRuntime=require('react/jsx-runtime');var V=["CONFIDENTIAL","DRAFT","DO NOT COPY","SAMPLE","URGENT","ASAP"],ee=["Calibri","Arial","Times New Roman","Georgia","Verdana","Courier New"],te={position:"fixed",top:0,left:0,right:0,bottom:0,backgroundColor:"rgba(0, 0, 0, 0.5)",display:"flex",alignItems:"center",justifyContent:"center",zIndex:1e4},ae={backgroundColor:"white",borderRadius:8,boxShadow:"0 4px 20px rgba(0, 0, 0, 0.15)",minWidth:400,maxWidth:480,width:"100%",margin:20},oe={padding:"16px 20px 12px",borderBottom:"1px solid var(--doc-border)",fontSize:16,fontWeight:600,color:"var(--doc-text)"},ie={padding:"16px 20px",display:"flex",flexDirection:"column",gap:14},j={display:"flex",flexDirection:"column",gap:10},r={display:"flex",alignItems:"center",gap:12},L={display:"flex",alignItems:"center",gap:8},d={width:80,fontSize:13,color:"var(--doc-text-muted)"},s={display:"flex",alignItems:"center",gap:6,fontSize:13,color:"var(--doc-text)"},g={flex:1,padding:"6px 8px",border:"1px solid var(--doc-border)",borderRadius:4,fontSize:13},ne={display:"flex",justifyContent:"flex-end",gap:8,padding:"12px 20px 16px",borderTop:"1px solid var(--doc-border)"},q={padding:"6px 16px",fontSize:13,border:"1px solid var(--doc-border)",borderRadius:4,cursor:"pointer"},le={...q,backgroundColor:"var(--doc-primary)",color:"white",borderColor:"var(--doc-primary)"},re={...q};function ue({isOpen:b,onClose:u,onApply:y,current:i}){let{t:o}=chunkGNIO6SOS_js.b(),[l,p]=react.useState("none"),[m,k]=react.useState("CONFIDENTIAL"),[S,A]=react.useState("Calibri"),[h,I]=react.useState(true),[C,W]=react.useState(54),[w,O]=react.useState("#C0C0C0"),[v,E]=react.useState("diagonal"),[P,F]=react.useState(true),[c,B]=react.useState(void 0),[M,R]=react.useState(void 0),[D,U]=react.useState(100),[z,Y]=react.useState(true);react.useEffect(()=>{b&&(i?.kind==="text"?(p("text"),k(i.text),A(i.font||"Calibri"),I(i.fontSize===void 0),i.fontSize!==void 0&&W(i.fontSize),O(i.color||"#C0C0C0"),E(i.layout),F(i.semitransparent)):i?.kind==="picture"?(p("picture"),B(i.dataUrl),R(i.widthEmu!==void 0&&i.heightEmu!==void 0?{widthEmu:i.widthEmu,heightEmu:i.heightEmu}:void 0),U(Math.round((i.scale||1)*100)),Y(i.washout)):p("none"));},[b,i]);let J=react.useCallback(t=>{let H=t.target.files?.[0];if(!H)return;let f=new FileReader;f.onload=()=>{let T=typeof f.result=="string"?f.result:void 0;if(B(T),R(void 0),!T)return;let x=new Image;x.onload=()=>R(document.pictureWatermarkDisplayEmu(x.naturalWidth,x.naturalHeight)),x.src=T;},f.readAsDataURL(H);},[]),Q=react.useCallback(()=>{if(l==="none")y(null);else if(l==="text")y({kind:"text",text:m,font:S,color:w,semitransparent:P,layout:v,fontSize:h?void 0:C});else {if(!c)return;y({kind:"picture",dataUrl:c,scale:D/100,washout:z,...M??{}});}u();},[l,m,S,w,P,v,h,C,c,M,D,z,y,u]);if(!b)return null;let N=t=>t.stopPropagation(),X=t=>{t.key==="Escape"&&u();},_=l==="picture"&&!c;return jsxRuntime.jsx("div",{style:te,onClick:u,onMouseDown:N,onKeyDown:X,children:jsxRuntime.jsxs("div",{style:ae,onClick:N,onMouseDown:N,role:"dialog","aria-label":o("dialogs.watermark.title"),children:[jsxRuntime.jsx("div",{style:oe,children:o("dialogs.watermark.title")}),jsxRuntime.jsxs("div",{style:ie,children:[jsxRuntime.jsxs("div",{style:L,children:[jsxRuntime.jsx("input",{type:"radio",id:"wm-none",checked:l==="none",onChange:()=>p("none")}),jsxRuntime.jsx("label",{htmlFor:"wm-none",style:s,children:o("dialogs.watermark.noWatermark")})]}),jsxRuntime.jsxs("div",{style:L,children:[jsxRuntime.jsx("input",{type:"radio",id:"wm-picture",checked:l==="picture",onChange:()=>p("picture")}),jsxRuntime.jsx("label",{htmlFor:"wm-picture",style:s,children:o("dialogs.watermark.picture")})]}),l==="picture"&&jsxRuntime.jsxs("div",{style:j,children:[jsxRuntime.jsx("div",{style:r,children:jsxRuntime.jsx("input",{type:"file",accept:"image/*",onChange:J})}),c&&jsxRuntime.jsx("div",{style:r,children:jsxRuntime.jsx("img",{src:c,alt:"",style:{maxHeight:"60px",maxWidth:"120px"}})}),jsxRuntime.jsxs("div",{style:r,children:[jsxRuntime.jsx("span",{style:d,children:o("dialogs.watermark.scale")}),jsxRuntime.jsx("input",{type:"number",min:10,max:500,value:D,onChange:t=>U(Number(t.target.value)),style:{...g,flex:"unset",width:80}}),jsxRuntime.jsx("span",{style:{fontSize:11,color:"var(--doc-text-muted)"},children:"%"})]}),jsxRuntime.jsxs("label",{style:s,children:[jsxRuntime.jsx("input",{type:"checkbox",checked:z,onChange:t=>Y(t.target.checked)}),o("dialogs.watermark.washout")]})]}),jsxRuntime.jsxs("div",{style:L,children:[jsxRuntime.jsx("input",{type:"radio",id:"wm-text",checked:l==="text",onChange:()=>p("text")}),jsxRuntime.jsx("label",{htmlFor:"wm-text",style:s,children:o("dialogs.watermark.text")})]}),l==="text"&&jsxRuntime.jsxs("div",{style:j,children:[jsxRuntime.jsxs("div",{style:r,children:[jsxRuntime.jsx("span",{style:d,children:o("dialogs.watermark.presetLabel")}),jsxRuntime.jsxs("select",{style:g,value:V.includes(m)?m:"",onChange:t=>t.target.value&&k(t.target.value),children:[jsxRuntime.jsx("option",{value:"",children:"\u2014"}),V.map(t=>jsxRuntime.jsx("option",{value:t,children:t},t))]})]}),jsxRuntime.jsxs("div",{style:r,children:[jsxRuntime.jsx("span",{style:d,children:o("dialogs.watermark.textLabel")}),jsxRuntime.jsx("input",{style:g,value:m,onChange:t=>k(t.target.value)})]}),jsxRuntime.jsxs("div",{style:r,children:[jsxRuntime.jsx("span",{style:d,children:o("dialogs.watermark.fontLabel")}),jsxRuntime.jsx("select",{style:g,value:S,onChange:t=>A(t.target.value),children:ee.map(t=>jsxRuntime.jsx("option",{value:t,children:t},t))})]}),jsxRuntime.jsxs("div",{style:r,children:[jsxRuntime.jsx("span",{style:d,children:o("dialogs.watermark.sizeLabel")}),jsxRuntime.jsxs("label",{style:s,children:[jsxRuntime.jsx("input",{type:"checkbox",checked:h,onChange:t=>I(t.target.checked)}),o("dialogs.watermark.sizeAuto")]}),!h&&jsxRuntime.jsx("input",{type:"number",min:8,max:200,value:C,onChange:t=>W(Number(t.target.value)),style:{...g,flex:"unset",width:70}})]}),jsxRuntime.jsxs("div",{style:r,children:[jsxRuntime.jsx("span",{style:d,children:o("dialogs.watermark.colorLabel")}),jsxRuntime.jsx("input",{type:"color",value:w,onChange:t=>O(t.target.value)})]}),jsxRuntime.jsxs("div",{style:r,children:[jsxRuntime.jsx("span",{style:d,children:o("dialogs.watermark.layoutLabel")}),jsxRuntime.jsxs("label",{style:s,children:[jsxRuntime.jsx("input",{type:"radio",name:"wm-layout",checked:v==="diagonal",onChange:()=>E("diagonal")}),o("dialogs.watermark.diagonal")]}),jsxRuntime.jsxs("label",{style:s,children:[jsxRuntime.jsx("input",{type:"radio",name:"wm-layout",checked:v==="horizontal",onChange:()=>E("horizontal")}),o("dialogs.watermark.horizontal")]})]}),jsxRuntime.jsxs("label",{style:s,children:[jsxRuntime.jsx("input",{type:"checkbox",checked:P,onChange:t=>F(t.target.checked)}),o("dialogs.watermark.semitransparent")]})]})]}),jsxRuntime.jsxs("div",{style:ne,children:[jsxRuntime.jsx("button",{style:re,onClick:u,children:o("dialogs.watermark.cancelButton")}),jsxRuntime.jsx("button",{style:{...le,..._?{opacity:.5,cursor:"not-allowed"}:{}},onClick:Q,disabled:_,children:o("dialogs.watermark.applyButton")})]})]})})}exports.WatermarkDialog=ue;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {d,g,h,m,e,l,j,k,i}from'./chunk-3L2QMHNA.mjs';import {b}from'./chunk-BMBP5UFA.mjs';import {useRef,useCallback,useMemo,useState,useEffect}from'react';import {TextSelection}from'prosemirror-state';import {findBodyPmSpans}from'@eigenpal/docx-editor-core/layout-bridge';import {findVerticalScrollParent}from'@eigenpal/docx-editor-core/utils/findVerticalScrollParent';import {computeAutoScrollDelta,AUTO_SCROLL_EDGE_ZONE}from'@eigenpal/docx-editor-core/utils/autoScroll';import {extractTrackedChanges}from'@eigenpal/docx-editor-core/prosemirror/utils/extractTrackedChanges';export{extractTrackedChanges as c}from'@eigenpal/docx-editor-core/prosemirror/utils/extractTrackedChanges';import {TableSelectionManager,getTableFromDocument,updateTableInDocument,deleteTableFromDocument}from'@eigenpal/docx-editor-core';export{TABLE_DATA_ATTRIBUTES as f}from'@eigenpal/docx-editor-core';var $=".layout-page-content .layout-line";function lt(r){let l=findVerticalScrollParent(r);if(!l)return;let s=r.getBoundingClientRect(),m=l.getBoundingClientRect(),t=40;s.bottom>m.bottom-t?l.scrollTop+=s.bottom-m.bottom+t:s.top<m.top+t&&(l.scrollTop-=m.top-s.top+t);}function xt({pagesContainerRef:r}){let l=useRef(null),s=useRef(-1),m=useCallback(b=>{if(!r.current)return null;let u=findBodyPmSpans(r.current);for(let i of u){let o=Number(i.dataset.pmStart),a=Number(i.dataset.pmEnd);if(i.classList.contains("layout-run-tab")){if(b>=o&&b<a)return i.getBoundingClientRect().left;continue}if(b>=o&&b<=a&&i.firstChild?.nodeType===Node.TEXT_NODE){let e=i.firstChild,n=Math.min(b-o,e.length),c=i.ownerDocument;if(!c)continue;let d=c.createRange();return d.setStart(e,n),d.setEnd(e,n),d.getBoundingClientRect().left}}let f=r.current.querySelectorAll(".layout-empty-run");for(let i of Array.from(f)){let o=i.closest(".layout-paragraph");if(!o)continue;let a=Number(o.dataset.pmStart),e=Number(o.dataset.pmEnd);if(b>=a&&b<=e)return i.getBoundingClientRect().left}return null},[r]),t=useCallback(b=>{if(!r.current)return null;let u=r.current.querySelectorAll($);for(let f of Array.from(u)){let i=f,o=i.querySelectorAll("span[data-pm-start][data-pm-end]");for(let a of Array.from(o)){let e=a,n=Number(e.dataset.pmStart),c=Number(e.dataset.pmEnd);if(b>=n&&b<=c)return i}}for(let f of Array.from(u)){let i=f,o=i.closest(".layout-paragraph");if(!o)continue;let a=Number(o.dataset.pmStart),e=Number(o.dataset.pmEnd);if(b>=a&&b<=e&&o.querySelector(".layout-line")===i)return i}return null},[r]),S=useCallback((b,u)=>{let f=b.querySelectorAll("span[data-pm-start][data-pm-end]");if(f.length===0){let e=b.closest(".layout-paragraph");return e?.dataset.pmStart?Number(e.dataset.pmStart)+1:null}for(let e of Array.from(f)){let n=e,c=n.getBoundingClientRect(),d=Number(n.dataset.pmStart),y=Number(n.dataset.pmEnd);if(n.classList.contains("layout-run-tab")){if(u>=c.left&&u<=c.right){let E=(c.left+c.right)/2;return u<E?d:y}continue}if(u>=c.left&&u<=c.right){let E=n.firstChild;if(!E||E.nodeType!==Node.TEXT_NODE)return d;let p=E,R=n.ownerDocument;if(!R)return d;let k=0,H=p.length;for(;k<H;){let w=Math.floor((k+H)/2),L=R.createRange();L.setStart(p,w),L.setEnd(p,w),u<L.getBoundingClientRect().left?H=w:k=w+1;}if(k>0&&k<=p.length){let w=R.createRange();w.setStart(p,k-1),w.setEnd(p,k-1);let L=w.getBoundingClientRect().left;w.setStart(p,Math.min(k,p.length)),w.setEnd(p,Math.min(k,p.length));let h=w.getBoundingClientRect().left;if(Math.abs(u-L)<Math.abs(u-h))return d+(k-1)}return d+Math.min(k,y-d)}}let i=null,o=1/0;for(let e of Array.from(f)){let n=e,c=n.getBoundingClientRect(),d=u<c.left?c.left-u:u-c.right;d<o&&(o=d,i=n);}if(!i)return null;let a=i.getBoundingClientRect();return u<a.left?Number(i.dataset.pmStart):Number(i.dataset.pmEnd)},[]),x=useCallback((b,u)=>{if(u.key!=="ArrowUp"&&u.key!=="ArrowDown")return (["ArrowLeft","ArrowRight","Home","End"].includes(u.key)||u.key.length===1&&!u.ctrlKey&&!u.metaKey)&&(l.current=null,s.current=-1),false;if(u.ctrlKey||u.metaKey)return l.current=null,s.current=-1,false;if(!r.current)return false;let f=Array.from(r.current.querySelectorAll($));if(f.length===0)return false;let{from:i,anchor:o}=b.state.selection;if(l.current===null){let p=m(i);if(p===null)return false;l.current=p;}let a;if(s.current>=0&&s.current<f.length)a=s.current;else {let p=t(i);if(!p||(a=f.indexOf(p),a===-1))return false}let e=u.key==="ArrowUp"?a-1:a+1;if(e<0||e>=f.length)return s.current=-1,false;let n=f[e],c=S(n,l.current);if(c===null)return false;s.current=e;let{state:d,dispatch:y}=b,E=Math.max(0,Math.min(c,d.doc.content.size));try{let p=u.shiftKey?TextSelection.create(d.doc,o,E):TextSelection.create(d.doc,E);y(d.tr.setSelection(p));}catch{let p=d.doc.resolve(E),R=u.shiftKey?TextSelection.between(d.doc.resolve(o),p):TextSelection.near(p);y(d.tr.setSelection(R));}return lt(n),true},[r,m,t,S]);return {stickyXRef:l,lastVisualLineIndexRef:s,getCaretClientX:m,findLineElementAtPosition:t,findPositionOnLineAtClientX:S,handlePMKeyDown:x}}function Ct({pagesContainerRef:r,onScrollExtendSelection:l}){let s=useRef(null),m=useRef({x:0,y:0}),t=useRef(false),S=useRef(null),x=useCallback(()=>{if(S.current)return S.current;let o=r.current;return o?(S.current=findVerticalScrollParent(o),S.current):null},[r]),b=useCallback(()=>{t.current=false,s.current!==null&&(cancelAnimationFrame(s.current),s.current=null);},[]),u=useCallback(()=>{if(!t.current)return;let o=x();if(!o)return;let a=o.getBoundingClientRect(),{x:e,y:n}=m.current,c=computeAutoScrollDelta(a,n);c!==0&&(o.scrollTop+=c,l(e,n)),s.current=requestAnimationFrame(u);},[x,l]),f=useCallback(()=>{t.current||(t.current=true,s.current=requestAnimationFrame(u));},[u]);return {updateMousePosition:useCallback((o,a)=>{if(m.current={x:o,y:a},!t.current){let e=x();if(!e)return;let n=e.getBoundingClientRect();(a<n.top+AUTO_SCROLL_EDGE_ZONE||a>n.bottom-AUTO_SCROLL_EDGE_ZONE)&&f();}},[x,f]),stopAutoScroll:b}}function At(r){return useMemo(()=>extractTrackedChanges(r),[r])}function Ot({document:r,onChange:l$1,onSelectionChange:s}){let m$1=useMemo(()=>new TableSelectionManager,[]),[t,S]=useState({context:null,table:null,tableIndex:null,rowIndex:null,columnIndex:null}),x=useCallback((a,e,n)=>{if(!r)return;let c=getTableFromDocument(r,a);if(!c){m$1.clearSelection(),S({context:null,table:null,tableIndex:null,rowIndex:null,columnIndex:null});return}m$1.selectCell({tableIndex:a,rowIndex:e,columnIndex:n});let y=d(c,{tableIndex:a,rowIndex:e,columnIndex:n});S({context:y,table:c,tableIndex:a,rowIndex:e,columnIndex:n}),s?.(y);},[r,m$1,s]),b=useCallback(()=>{m$1.clearSelection(),S({context:null,table:null,tableIndex:null,rowIndex:null,columnIndex:null}),s?.(null);},[m$1,s]),u=useCallback(()=>!t.table||t.rowIndex===null||t.columnIndex===null?null:g(t.table,t.rowIndex,t.columnIndex),[t.columnIndex,t.rowIndex,t.table]),f=useCallback((a,e)=>{if(!r||!t.table||t.tableIndex===null||t.rowIndex===null||t.columnIndex===null)return;let n=h(t.table,t.rowIndex,t.columnIndex,a,e);if(n===t.table)return;let c=updateTableInDocument(r,t.tableIndex,n);l$1?.(c),c&&x(t.tableIndex,t.rowIndex,t.columnIndex);},[r,x,l$1,t.columnIndex,t.rowIndex,t.table,t.tableIndex]),i$1=useCallback(a=>{if(!r||!t.context||t.tableIndex===null||t.rowIndex===null||t.columnIndex===null)return;let e$1=t.table;if(!e$1)return;let n=null,c=null,d=t.rowIndex,y=t.columnIndex;switch(a){case "addRowAbove":n=i(e$1,t.rowIndex,"before"),d=t.rowIndex+1;break;case "addRowBelow":n=i(e$1,t.rowIndex,"after");break;case "addColumnLeft":n=k(e$1,t.columnIndex,"before"),y=t.columnIndex+1;break;case "addColumnRight":n=k(e$1,t.columnIndex,"after");break;case "deleteRow":e$1.rows.length>1&&(n=j(e$1,t.rowIndex),d>=n.rows.length&&(d=n.rows.length-1));break;case "deleteColumn":{if(e(e$1)>1){n=l(e$1,t.columnIndex);let p=e(n);y>=p&&(y=p-1);}break}case "mergeCells":t.context.selection.selectedCells&&(n=m(e$1,t.context.selection));break;case "splitCell":break;case "deleteTable":c=deleteTableFromDocument(r,t.tableIndex),b(),l$1?.(c);return}n&&(c=updateTableInDocument(r,t.tableIndex,n),l$1?.(c),c&&x(t.tableIndex,d,y));},[r,t,l$1,b,x]),o=useCallback((a,e,n)=>m$1.isCellSelected(a,e,n),[m$1,t]);return {state:t,handleCellClick:x,handleAction:i$1,getSplitCellConfig:u,applySplitCell:f,clearSelection:b,isCellSelected:o,tableContext:t.context}}function et(r,l){return JSON.stringify(r)===JSON.stringify(l)}function nt(r,l={}){let{maxEntries:s=100,groupingInterval:m=500,enableKeyboardShortcuts:t=true,isEqual:S=et,onUndo:x,onRedo:b,containerRef:u}=l,[f,i]=useState(r),[o,a]=useState([]),[e,n]=useState([]),c=useRef(0),d=useRef(false),y=useCallback((h,g)=>{if(S(f,h))return;if(d.current){i(h);return}let T=Date.now();T-c.current<m&&o.length>0?a(K=>{let A=[...K];return A[A.length-1]={state:f,timestamp:T,description:g||A[A.length-1].description},A}):a(K=>{let A={state:f,timestamp:T,description:g},N=[...K,A];return N.length>s?N.slice(N.length-s):N}),n([]),i(h),c.current=T;},[f,S,m,s,o.length]),E=useCallback(()=>{if(o.length===0)return;d.current=true;let h=o[o.length-1];return a(g=>g.slice(0,-1)),n(g=>[...g,{state:f,timestamp:Date.now()}]),i(h.state),setTimeout(()=>{d.current=false;},0),x?.(h.state),h.state},[o,f,x]),p=useCallback(()=>{if(e.length===0)return;d.current=true;let h=e[e.length-1];return n(g=>g.slice(0,-1)),a(g=>[...g,{state:f,timestamp:Date.now()}]),i(h.state),setTimeout(()=>{d.current=false;},0),b?.(h.state),h.state},[e,f,b]),R=useCallback(()=>{a([]),n([]);},[]),k=useCallback(h=>{i(h??r),a([]),n([]),c.current=0;},[r]),H=useCallback(()=>[...o],[o]),w=useCallback(()=>[...e],[e]),L=useCallback(h=>{i(g=>h(g)),a(g=>g.map(T=>({...T,state:h(T.state)}))),n(g=>g.map(T=>({...T,state:h(T.state)})));},[]);return useEffect(()=>{if(!t)return;let h=T=>{if((T.ctrlKey||T.metaKey)&&T.key==="z"&&!T.shiftKey){T.preventDefault(),E();return}if((T.ctrlKey||T.metaKey)&&T.key==="y"||(T.ctrlKey||T.metaKey)&&T.key==="z"&&T.shiftKey){T.preventDefault(),p();return}},g=u?.current||document;return g.addEventListener("keydown",h),()=>{g.removeEventListener("keydown",h);}},[t,E,p,u]),{state:f,canUndo:o.length>0,canRedo:e.length>0,undoCount:o.length,redoCount:e.length,push:y,undo:E,redo:p,clear:R,reset:k,getUndoStack:H,getRedoStack:w,transformAll:L}}function Ft(r,l={}){let s=nt(r,l);return useEffect(()=>{s.push(r);},[r]),s}function Jt(r,l={}){let s=useCallback((m,t)=>!(m?.package?.document!==t?.package?.document&&JSON.stringify(m?.package?.document)!==JSON.stringify(t?.package?.document)||m?.package?.headers!==t?.package?.headers||m?.package?.footers!==t?.package?.footers),[]);return nt(r,{...l,isEqual:s})}var X=class{constructor(l,s={}){b(this,"undoStack",[]);b(this,"redoStack",[]);b(this,"currentState");b(this,"maxEntries");b(this,"groupingInterval");b(this,"lastPushTime",0);b(this,"isEqual");this.currentState=l,this.maxEntries=s.maxEntries??100,this.groupingInterval=s.groupingInterval??500,this.isEqual=s.isEqual??et;}get state(){return this.currentState}get canUndo(){return this.undoStack.length>0}get canRedo(){return this.redoStack.length>0}push(l,s){if(this.isEqual(this.currentState,l))return;let m=Date.now();m-this.lastPushTime<this.groupingInterval&&this.undoStack.length>0?this.undoStack[this.undoStack.length-1].timestamp=m:(this.undoStack.push({state:this.currentState,timestamp:m,description:s}),this.undoStack.length>this.maxEntries&&(this.undoStack=this.undoStack.slice(-this.maxEntries))),this.redoStack=[],this.currentState=l,this.lastPushTime=m;}undo(){if(this.undoStack.length===0)return;let l=this.undoStack.pop();return this.redoStack.push({state:this.currentState,timestamp:Date.now()}),this.currentState=l.state,l.state}redo(){if(this.redoStack.length===0)return;let l=this.redoStack.pop();return this.undoStack.push({state:this.currentState,timestamp:Date.now()}),this.currentState=l.state,l.state}clear(){this.undoStack=[],this.redoStack=[];}reset(l){this.currentState=l??this.currentState,this.undoStack=[],this.redoStack=[],this.lastPushTime=0;}};export{xt as a,Ct as b,At as d,Ot as e,nt as g,Ft as h,Jt as i,X as j};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {b as b$1}from'./chunk-ZFZJRL2R.mjs';import Kt,{useRef,useState,useEffect,useCallback}from'react';import {computeSplitDialogDefaults,redistributeColumnWidths,computeSplitLayout,buildAnchorMaps}from'@eigenpal/docx-editor-core/utils';import {jsx,jsxs,Fragment}from'react/jsx-runtime';function ve({isOpen:t,onClose:n,align:l="left"}){let r=useRef(null),v=useRef(null),[h,a]=useState({top:0,left:0});useEffect(()=>{if(!t||!r.current)return;let c=r.current.getBoundingClientRect();l==="right"?requestAnimationFrame(()=>{if(v.current){let i=v.current.getBoundingClientRect();a({top:c.bottom+4,left:c.right-i.width});}else a({top:c.bottom+4,left:c.left});}):a({top:c.bottom+4,left:c.left});},[t,l]),useEffect(()=>{if(!t)return;let c=Z=>{let f=Z.target;r.current&&!r.current.contains(f)&&v.current&&!v.current.contains(f)&&n();},i=Z=>{Z.key==="Escape"&&n();},s=()=>n();return document.addEventListener("mousedown",c),document.addEventListener("keydown",i),window.addEventListener("scroll",s,true),()=>{document.removeEventListener("mousedown",c),document.removeEventListener("keydown",i),window.removeEventListener("scroll",s,true);}},[t,n]);let p=useCallback(c=>{c.preventDefault(),c.stopPropagation();},[]),u={position:"fixed",top:h.top,left:h.left,zIndex:1e4};return {containerRef:r,dropdownRef:v,dropdownStyle:u,handleMouseDown:p}}function $(t,n){let l=t.rows.length,r=R(t),v=!!(n.selectedCells&&(n.selectedCells.startRow!==n.selectedCells.endRow||n.selectedCells.startCol!==n.selectedCells.endCol)),a=!!y(t,n.rowIndex,n.columnIndex)&&!v;return {table:t,selection:n,hasMultiCellSelection:v,canSplitCell:a,rowCount:l,columnCount:r}}function R(t){if(!t.rows.length)return 0;let n=0;for(let l of t.rows){let r=0;for(let v of l.cells)r+=v.formatting?.gridSpan??1;n=Math.max(n,r);}return n}function y(t,n,l){let r=t.rows[n];if(!r)return null;let v=0;for(let h of r.cells){let a=h.formatting?.gridSpan??1;if(l>=v&&l<v+a)return h;v+=a;}return null}function D(t,n){let l=[],r=0;for(let v of t.cells){let h=v.formatting?.gridSpan??1;l.push({type:"tableCell",content:[{type:"paragraph",content:[],formatting:{}}],formatting:{...v.formatting,vMerge:void 0}}),r+=h;}for(;r<n;)l.push({type:"tableCell",content:[{type:"paragraph",content:[],formatting:{}}],formatting:{}}),r++;return {type:"tableRow",cells:l,formatting:{...t.formatting,header:false}}}function E(){return {type:"tableCell",content:[{type:"paragraph",content:[],formatting:{}}],formatting:{}}}function j(t,n){let l=0;for(let r of t.cells){let v=r.formatting?.gridSpan??1;if(l===n)return r;l+=v;}return null}function W(t){let n=[],l=0;for(let r=0;r<t.rows.length;r++){let v=t.rows[r],h=0;for(let a of v.cells){let p=a.formatting?.gridSpan??1;if(a.formatting?.vMerge!=="continue"){let u=1;if(a.formatting?.vMerge==="restart")for(let c=r+1;c<t.rows.length;c++){let i=j(t.rows[c],h);if(!i||i.formatting?.vMerge!=="continue")break;u+=1;}n.push({data:a,row:r,col:h,rowspan:u,colspan:p});}h+=p,l=Math.max(l,h);}}return {anchors:n,totalCols:l}}function _(t,n,l){let r={...t.formatting??{}};return n>1?r.gridSpan=n:delete r.gridSpan,l>1?r.vMerge="restart":delete r.vMerge,Object.keys(r).length?r:void 0}function K(t,n){let l={...t.formatting??{}};return n>1?l.gridSpan=n:delete l.gridSpan,l.vMerge="continue",l}function G(t,n,l){let{anchors:r}=W(t),v=r.find(h=>n>=h.row&&n<h.row+h.rowspan&&l>=h.col&&l<h.col+h.colspan);return v?computeSplitDialogDefaults(v.rowspan,v.colspan):null}function Q(t,n,l,r,v){if(r<1||v<1)return t;let{anchors:h,totalCols:a}=W(t),p=h.find(d=>n>=d.row&&n<d.row+d.rowspan&&l>=d.col&&l<d.col+d.colspan);if(!p||r<p.rowspan||v<p.colspan||r===1&&v===1)return t;let u=t.columnWidths&&t.columnWidths.length>0?[...t.columnWidths]:Array.from({length:a},()=>1440),c=redistributeColumnWidths(u,p.col,p.colspan,v),i=computeSplitLayout(h,p,r,v,t.rows.length,d=>d?{...p.data,formatting:_(p.data,1,1)}:{type:"tableCell",content:[{type:"paragraph",content:[],formatting:{}}],formatting:_(p.data,1,1)}),{byStart:s,byCoveredSlot:Z}=buildAnchorMaps(i.anchors),f=p.row+p.rowspan,q=a+i.deltaCols,C=[];for(let d=0;d<i.newRowCount;d++){let M=d<f?t.rows[d]:d<p.row+r?t.rows[f-1]:t.rows[d-i.deltaRows],P=[];for(let H=0;H<q;){let S=s.get(`${d}-${H}`);if(S){P.push({...S.data,formatting:_(S.data,S.colspan,S.rowspan)}),H+=S.colspan;continue}let x=Z.get(`${d}-${H}`);if(!x){H+=1;continue}P.push({...x.data,content:[],formatting:K(x.data,x.colspan)}),H+=x.colspan;}C.push({type:"tableRow",formatting:M?.formatting?{...M.formatting}:void 0,cells:P});}return {...t,rows:C,columnWidths:c}}function Y(t,n,l="after"){let r=[...t.rows],v=l==="before"?n:n+1,h=t.rows[n]||t.rows[0],a=R(t),p=D(h,a);return r.splice(v,0,p),{...t,rows:r}}function J(t,n){if(t.rows.length<=1)return t;let l=t.rows.filter((r,v)=>v!==n);return {...t,rows:l}}function X(t,n,l="after"){let r=l==="before"?n:n+1,v=t.rows.map(a=>{let p=[...a.cells],u=0,c=0;for(let i=0;i<a.cells.length;i++){let Z=a.cells[i].formatting?.gridSpan??1;if(r<=u+Z){c=l==="before"?i:i+1;break}u+=Z,c=i+1;}return p.splice(c,0,E()),{...a,cells:p}}),h=t.columnWidths;if(t.columnWidths&&t.columnWidths.length>0){h=[...t.columnWidths];let a=t.columnWidths[n]||t.columnWidths[0]||1440;h.splice(r,0,a);}return {...t,rows:v,columnWidths:h}}function t0(t,n){if(R(t)<=1)return t;let r=t.rows.map(h=>{let a=0,p=[];for(let u of h.cells){let c=u.formatting?.gridSpan??1;n>=a&&n<a+c?c>1&&p.push({...u,formatting:{...u.formatting,gridSpan:c-1}}):p.push(u),a+=c;}return {...h,cells:p}}),v=t.columnWidths;return t.columnWidths&&t.columnWidths.length>n&&(v=t.columnWidths.filter((h,a)=>a!==n)),{...t,rows:r,columnWidths:v}}function e0(t,n){if(!n.selectedCells)return t;let{startRow:l,startCol:r,endRow:v,endCol:h}=n.selectedCells,a=v-l+1,p=h-r+1,u=t.rows.map((c,i)=>{if(i<l||i>v)return c;let s=[],Z=0;for(let f of c.cells){let q=f.formatting?.gridSpan??1,C=Z+q-1;Z<=h&&C>=r?i===l&&Z===r?s.push({...f,formatting:{...f.formatting,gridSpan:p,vMerge:a>1?"restart":void 0}}):i>l&&Z===r&&s.push({...f,formatting:{...f.formatting,gridSpan:p,vMerge:"continue"}}):s.push(f),Z+=q;}return {...c,cells:s}});return {...t,rows:u}}function o0(t,n,l){let r=y(t,n,l);if(!r)return t;let v=r.formatting?.gridSpan??1,h=r.formatting?.vMerge==="restart";if(v<=1&&!h)return t;let a=t.rows.map((p,u)=>{if(u!==n&&!h)return p;let c=[],i=0;for(let s of p.cells){let Z=s.formatting?.gridSpan??1;if(i===l||i<=l&&l<i+Z)if(v>1)for(let f=0;f<v;f++)c.push({type:"tableCell",content:f===0?s.content:[{type:"paragraph",content:[],formatting:{}}],formatting:{...s.formatting,gridSpan:void 0,vMerge:void 0}});else h&&u===n?c.push({...s,formatting:{...s.formatting,vMerge:void 0}}):s.formatting?.vMerge==="continue"?c.push({type:"tableCell",content:[{type:"paragraph",content:[],formatting:{}}],formatting:{...s.formatting,vMerge:void 0}}):c.push(s);else c.push(s);i+=Z;}return {...p,cells:c}});return {...t,rows:a}}function o({size:t=20,className:n="",style:l,children:r}){return jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:"0 -960 960 960",fill:"currentColor",className:n,style:{display:"inline-flex",flexShrink:0,...l},"aria-hidden":"true",children:r})}function n0(t){return jsx(o,{...t,children:jsx("path",{d:"M280-200v-80h284q63 0 109.5-40T720-420q0-60-46.5-100T564-560H312l104 104-56 56-200-200 200-200 56 56-104 104h252q97 0 166.5 63T800-420q0 94-69.5 157T564-200H280Z"})})}function r0(t){return jsx(o,{...t,children:jsx("path",{d:"M396-200q-97 0-166.5-63T160-420q0-94 69.5-157T396-640h252L544-744l56-56 200 200-200 200-56-56 104-104H396q-63 0-109.5 40T240-420q0 60 46.5 100T396-280h284v80H396Z"})})}function l0(t){return jsx(o,{...t,children:jsx("path",{d:"M640-640v-120H320v120h-80v-200h480v200h-80Zm-480 80h640-640Zm560 100q17 0 28.5-11.5T760-500q0-17-11.5-28.5T720-540q-17 0-28.5 11.5T680-500q0 17 11.5 28.5T720-460Zm-80 260v-160H320v160h320Zm80 80H240v-160H80v-240q0-51 35-85.5t85-34.5h560q51 0 85.5 34.5T880-520v240H720v160Zm80-240v-160q0-17-11.5-28.5T760-560H200q-17 0-28.5 11.5T160-520v160h80v-80h480v80h80Z"})})}function v0(t){return jsx(o,{...t,children:jsx("path",{d:"M480-320 280-520l56-58 104 104v-326h80v326l104-104 56 58-200 200ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z"})})}function c0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-320v-326L336-542l-56-58 200-200 200 200-56 58-104-104v326h-80ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z"})})}function h0(t){return jsx(o,{...t,children:jsx("path",{d:"M272-200v-560h221q65 0 120 40t55 111q0 51-23 78.5T602-491q25 11 55.5 41t30.5 90q0 89-65 124.5T501-200H272Zm121-112h104q48 0 58.5-24.5T566-372q0-11-10.5-35.5T494-432H393v120Zm0-228h93q33 0 48-17t15-38q0-24-17-39t-44-15h-95v109Z"})})}function a0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-200v-100h160l120-360H320v-100h400v100H580L460-300h140v100H200Z"})})}function i0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-120v-80h560v80H200Zm123-223q-56-63-56-167v-330h103v336q0 56 28 91t82 35q54 0 82-35t28-91v-336h103v330q0 104-56 167t-157 63q-101 0-157-63Z"})})}function p0(t){return jsx(o,{...t,children:jsx("path",{d:"M486-160q-76 0-135-45t-85-123l88-38q14 48 48.5 79t85.5 31q42 0 76-20t34-64q0-18-7-33t-19-27h112q5 14 7.5 28.5T694-340q0 86-61.5 133T486-160ZM80-480v-80h800v80H80Zm402-326q66 0 115.5 32.5T674-674l-88 39q-9-29-33.5-52T484-710q-41 0-68 18.5T386-640h-96q2-69 54.5-117.5T482-806Z"})})}function m0(t){return jsx(o,{...t,children:jsx("path",{d:"M760-600v-80q0-17 11.5-28.5T800-720h80v-40H760v-40h120q17 0 28.5 11.5T920-760v40q0 17-11.5 28.5T880-680h-80v40h120v40H760ZM235-160l185-291-172-269h106l124 200h4l123-200h107L539-451l186 291H618L482-377h-4L342-160H235Z"})})}function s0(t){return jsx(o,{...t,children:jsx("path",{d:"M760-160v-80q0-17 11.5-28.5T800-280h80v-40H760v-40h120q17 0 28.5 11.5T920-320v40q0 17-11.5 28.5T880-240h-80v40h120v40H760Zm-525-80 185-291-172-269h106l124 200h4l123-200h107L539-531l186 291H618L482-457h-4L342-240H235Z"})})}function u0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-280H280q-83 0-141.5-58.5T80-480q0-83 58.5-141.5T280-680h160v80H280q-50 0-85 35t-35 85q0 50 35 85t85 35h160v80ZM320-440v-80h320v80H320Zm200 160v-80h160q50 0 85-35t35-85q0-50-35-85t-85-35H520v-80h160q83 0 141.5 58.5T880-480q0 83-58.5 141.5T680-280H520Z"})})}function d0(t){return jsx(o,{...t,children:jsx("path",{d:"m528-546-93-93-121-121h486v120H568l-40 94ZM792-56 460-388l-80 188H249l119-280L56-792l56-56 736 736-56 56Z"})})}function Z0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm0-160v-80h480v80H120Zm0-160v-80h720v80H120Zm0-160v-80h480v80H120Zm0-160v-80h720v80H120Z"})})}function f0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm160-160v-80h400v80H280ZM120-440v-80h720v80H120Zm160-160v-80h400v80H280ZM120-760v-80h720v80H120Z"})})}function g0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-760v-80h720v80H120Zm240 160v-80h480v80H360ZM120-440v-80h720v80H120Zm240 160v-80h480v80H360ZM120-120v-80h720v80H120Z"})})}function T0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm0-160v-80h720v80H120Zm0-160v-80h720v80H120Zm0-160v-80h720v80H120Zm0-160v-80h720v80H120Z"})})}function I0(t){return jsx(o,{...t,children:jsx("path",{d:"M240-160 80-320l56-56 64 62v-332l-64 62-56-56 160-160 160 160-56 56-64-62v332l64-62 56 56-160 160Zm240-40v-80h400v80H480Zm0-240v-80h400v80H480Zm0-240v-80h400v80H480Z"})})}function b0(t){return jsx(o,{...t,children:jsx("path",{d:"M360-200v-80h480v80H360Zm0-240v-80h480v80H360Zm0-240v-80h480v80H360ZM200-160q-33 0-56.5-23.5T120-240q0-33 23.5-56.5T200-320q33 0 56.5 23.5T280-240q0 33-23.5 56.5T200-160Zm0-240q-33 0-56.5-23.5T120-480q0-33 23.5-56.5T200-560q33 0 56.5 23.5T280-480q0 33-23.5 56.5T200-400Zm-56.5-263.5Q120-687 120-720t23.5-56.5Q167-800 200-800t56.5 23.5Q280-753 280-720t-23.5 56.5Q233-640 200-640t-56.5-23.5Z"})})}function q0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-80v-60h100v-30h-60v-60h60v-30H120v-60h120q17 0 28.5 11.5T280-280v40q0 17-11.5 28.5T240-200q17 0 28.5 11.5T280-160v40q0 17-11.5 28.5T240-80H120Zm0-280v-110q0-17 11.5-28.5T160-510h60v-30H120v-60h120q17 0 28.5 11.5T280-560v70q0 17-11.5 28.5T240-450h-60v30h100v60H120Zm60-280v-180h-60v-60h120v240h-60Zm180 440v-80h480v80H360Zm0-240v-80h480v80H360Zm0-240v-80h480v80H360Z"})})}function C0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm320-160v-80h400v80H440Zm0-160v-80h400v80H440Zm0-160v-80h400v80H440ZM120-760v-80h720v80H120Zm0 440v-320l160 160-160 160Z"})})}function H0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm320-160v-80h400v80H440Zm0-160v-80h400v80H440Zm0-160v-80h400v80H440ZM120-760v-80h720v80H120Zm160 440L120-480l160-160v320Z"})})}function S0(t){return jsx(o,{...t,children:jsx("path",{d:"M80 0v-160h800V0H80Zm140-280 210-560h100l210 560h-96l-50-144H368l-52 144h-96Zm176-224h168l-82-232h-4l-82 232Z"})})}function w0(t){return jsx(o,{...t,children:jsx("path",{d:"M544-400 440-504 240-304l104 104 200-200Zm-47-161 104 104 199-199-104-104-199 199Zm-84-28 216 216-229 229q-24 24-56 24t-56-24l-2-2-26 26H60l126-126-2-2q-24-24-24-56t24-56l229-229Zm0 0 227-227q24-24 56-24t56 24l104 104q24 24 24 56t-24 56L629-373 413-589Z"})})}function x0(t){return jsx(o,{...t,children:jsx("path",{d:"M800-436q0 36-8 69t-22 63l-62-60q6-17 9-34.5t3-37.5q0-47-17.5-89T650-600L480-768l-88 86-56-56 144-142 226 222q44 42 69 99.5T800-436Zm-8 380L668-180q-41 29-88 44.5T480-120q-133 0-226.5-92.5T160-436q0-51 16-98t48-90L56-792l56-56 736 736-56 56ZM480-200q36 0 68.5-10t61.5-28L280-566q-21 32-30.5 64t-9.5 66q0 98 70 167t170 69Zm-37-204Zm110-116Z"})})}function M0(t){return jsx(o,{...t,children:jsx("path",{d:"M480-360 280-560h400L480-360Z"})})}function R0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm240-240H200v160h240v-160Zm80 0v160h240v-160H520Zm-80-80v-160H200v160h240Zm80 0h240v-160H520v160ZM200-680h560v-80H200v80Z"})})}function P0(t){return jsx(o,{...t,children:jsx("path",{d:"M760-120H200q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120ZM200-640h560v-120H200v120Zm100 80H200v360h100v-360Zm360 0v360h100v-360H660Zm-80 0H380v360h200v-360Z"})})}function _0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h133v-133H200v133Zm213 0h134v-133H413v133Zm214 0h133v-133H627v133ZM200-413h133v-134H200v134Zm213 0h134v-134H413v134Zm214 0h133v-134H627v134ZM200-627h133v-133H200v133Zm213 0h134v-133H413v133Zm214 0h133v-133H627v133Z"})})}function y0(t){return jsx(o,{...t,children:jsx("path",{d:"M760-200v-120H200v120h560Zm0-200v-160H200v160h560Zm0-240v-120H200v120h560ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Z"})})}function L0(t){return jsx(o,{...t,children:jsx("path",{d:"M121-280v-400q0-33 23.5-56.5T201-760h559q33 0 56.5 23.5T840-680v400q0 33-23.5 56.5T760-200H201q-33 0-56.5-23.5T121-280Zm79 0h133v-400H200v400Zm213 0h133v-400H413v400Zm213 0h133v-400H626v400Z"})})}function A0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-720h720v720H120Zm640-80v-240H520v240h240Zm0-560H520v240h240v-240Zm-560 0v240h240v-240H200Zm0 560h240v-240H200v240Z"})})}function k0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-200h560v-560H200v560Zm-80 80v-720h720v720H120Zm160-320v-80h80v80h-80Zm160 160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 160v-80h80v80h-80Z"})})}function B0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-640v-80h80v80h-80Zm320 640v-80h80v80h-80Zm160 0v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-160v-80h80v80h-80Zm-160 0v-80h80v80h-80ZM440-120v-320H120v-80h320v-320h80v320h320v80H520v320h-80Z"})})}function D0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Z"})})}function E0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z"})})}function W0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-440v-80h560v80H200Z"})})}function F0(t){return jsx(o,{...t,children:jsx("path",{d:"M280-120q-33 0-56.5-23.5T200-200v-520h-40v-80h200v-40h240v40h200v80h-40v520q0 33-23.5 56.5T680-120H280Zm400-600H280v520h400v-520ZM360-280h80v-360h-80v360Zm160 0h80v-360h-80v360ZM280-720v520-520Z"})})}function z0(t){return jsx(o,{...t,children:jsx("path",{d:"M600-240v-80h160v80H600Zm0-320v-80h280v80H600Zm0 160v-80h240v80H600ZM120-640H80v-80h160v-60h160v60h160v80h-40v360q0 33-23.5 56.5T440-200H200q-33 0-56.5-23.5T120-280v-360Zm80 0v360h240v-360H200Zm0 0v360-360Z"})})}function N0(t){return jsx(o,{...t,children:jsx("path",{d:"m296-160-56-56 200-200v-269L337-582l-57-57 200-200 201 201-57 57-104-104v301L296-160Zm368 1L536-286l57-57 127 128-56 56Z"})})}function O0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-160v-304L240-664v104h-80v-240h240v80H296l224 224v336h-80Zm154-376-58-58 128-126H560v-80h240v240h-80v-104L594-536Z"})})}function V0(t){return jsx(o,{...t,children:jsx("path",{d:"M360-160q-33 0-56.5-23.5T280-240q0-33 23.5-56.5T360-320q33 0 56.5 23.5T440-240q0 33-23.5 56.5T360-160Zm240 0q-33 0-56.5-23.5T520-240q0-33 23.5-56.5T600-320q33 0 56.5 23.5T680-240q0 33-23.5 56.5T600-160ZM360-400q-33 0-56.5-23.5T280-480q0-33 23.5-56.5T360-560q33 0 56.5 23.5T440-480q0 33-23.5 56.5T360-400Zm240 0q-33 0-56.5-23.5T520-480q0-33 23.5-56.5T600-560q33 0 56.5 23.5T680-480q0 33-23.5 56.5T600-400ZM360-640q-33 0-56.5-23.5T280-720q0-33 23.5-56.5T360-800q33 0 56.5 23.5T440-720q0 33-23.5 56.5T360-640Zm240 0q-33 0-56.5-23.5T520-720q0-33 23.5-56.5T600-800q33 0 56.5 23.5T680-720q0 33-23.5 56.5T600-640Z"})})}function U0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm40-80h480L570-480 450-320l-90-120-120 160Zm-40 80v-560 560Z"})})}function $0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-280v-400h400v400H120Zm80-80h240v-240H200v240Zm-80-400v-80h720v80H120Zm480 160v-80h240v80H600Zm0 160v-80h240v80H600Zm0 160v-80h240v80H600ZM120-120v-80h720v80H120Z"})})}function j0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-280v-400h400v400H440Zm80-80h240v-240H520v240ZM120-120v-80h720v80H120Zm0-160v-80h240v80H120Zm0-160v-80h240v80H120Zm0-160v-80h240v80H120Zm0-160v-80h720v80H120Z"})})}function K0(t){return jsx(o,{...t,children:jsx("path",{d:"M160-440v-80h640v80H160Z"})})}function G0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-480h80v480h480v80H200Zm160-240v80q-33 0-56.5-23.5T280-360h80Zm-80-80v-80h80v80h-80Zm0-160v-80h80v80h-80Zm80-160h-80q0-33 23.5-56.5T360-840v80Zm80 480v-80h80v80h-80Zm0-480v-80h80v80h-80Zm160 0v-80h80v80h-80Zm0 480v-80h80v80h-80Zm160-480v-80q33 0 56.5 23.5T840-760h-80Zm0 400h80q0 33-23.5 56.5T760-280v-80Zm0-80v-80h80v80h-80Zm0-160v-80h80v80h-80Z"})})}function Q0(t){return jsx(o,{...t,children:jsx("path",{d:"M360-280q-33 0-56.5-23.5T280-360v-400q0-33 23.5-56.5T360-840h400q33 0 56.5 23.5T840-760v400q0 33-23.5 56.5T760-280H360Zm0-80h400v-400H360v400ZM200-200v80q-33 0-56.5-23.5T120-200h80Zm-80-80v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 480v-80h80v80h-80Zm160 0v-80h80v80h-80Zm160 0v-80h80v80h-80Z"})})}function Y0(t){return jsx(o,{...t,children:jsx("path",{d:"M480-80 310-250l57-57 73 73v-166h80v165l72-73 58 58L480-80ZM250-310 80-480l169-169 57 57-72 72h166v80H235l73 72-58 58Zm460 0-57-57 73-73H560v-80h165l-73-72 58-58 170 170-170 170ZM440-560v-166l-73 73-57-57 170-170 170 170-57 57-73-73v166h-80Z"})})}function J0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-120v-240h80v80h320v80H520v80h-80Zm-320-80v-80h240v80H120Zm160-160v-80H120v-80h160v-80h80v240h-80Zm160-80v-80h400v80H440Zm160-160v-240h80v80h160v80H680v80h-80Zm-480-80v-80h400v80H120Z"})})}function X0(t){return jsx(o,{...t,children:jsx("path",{d:"M522-80v-82q34-5 66.5-18t61.5-34l56 58q-42 32-88 51.5T522-80Zm-80 0Q304-98 213-199.5T122-438q0-75 28.5-140.5t77-114q48.5-48.5 114-77T482-798h6l-62-62 56-58 160 160-160 160-56-56 64-64h-8q-117 0-198.5 81.5T202-438q0 104 68 182.5T442-162v82Zm322-134-58-56q21-29 34-61.5t18-66.5h82q-5 50-24.5 96T764-214Zm76-264h-82q-5-34-18-66.5T706-606l58-56q32 39 51 86t25 98Z"})})}function tt(t){return jsx(o,{...t,children:jsx("path",{d:"M440-80q-50-5-96-24.5T256-156l56-58q29 21 61.5 34t66.5 18v82Zm80 0v-82q104-15 172-93.5T760-438q0-117-81.5-198.5T480-718h-8l64 64-56 56-160-160 160-160 56 58-62 62h6q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-438q0 137-91 238.5T520-80ZM198-214q-32-42-51.5-88T122-398h82q5 34 18 66.5t34 61.5l-58 56Zm-76-264q6-51 25-98t51-86l58 56q-21 29-34 61.5T204-478h-82Z"})})}function et(t){return jsx(o,{...t,children:jsx("path",{d:"M280-160 80-360l200-200 56 57-103 103h287v80H233l103 103-56 57Zm400-240-56-57 103-103H440v-80h287L624-743l56-57 200 200-200 200Z"})})}function ot(t){return jsx(o,{...t,children:jsx("path",{d:"M320-440v-287L217-624l-57-56 200-200 200 200-57 56-103-103v287h-80ZM600-80 400-280l57-56 103 103v-287h80v287l103-103 57 56L600-80Z"})})}function nt(t){return jsx(o,{...t,children:jsx("path",{d:"M600-360ZM320-242q10 1 19.5 1.5t20.5.5q11 0 20.5-.5T400-242v82h400v-400h-82q1-10 1.5-19.5t.5-20.5q0-11-.5-20.5T718-640h82q33 0 56.5 23.5T880-560v400q0 33-23.5 56.5T800-80H400q-33 0-56.5-23.5T320-160v-82Zm40-78q-117 0-198.5-81.5T80-600q0-117 81.5-198.5T360-880q117 0 198.5 81.5T640-600q0 117-81.5 198.5T360-320Zm0-80q83 0 141.5-58.5T560-600q0-83-58.5-141.5T360-800q-83 0-141.5 58.5T160-600q0 83 58.5 141.5T360-400Zm0-200Z"})})}function rt(t){return jsx(o,{...t,children:jsx("path",{d:"M440-80q-33 0-56.5-23.5T360-160v-160H240q-33 0-56.5-23.5T160-400v-280q0-66 47-113t113-47h480v440q0 33-23.5 56.5T720-320H600v160q0 33-23.5 56.5T520-80h-80ZM240-560h480v-200h-40v160h-80v-160h-40v80h-80v-80H320q-33 0-56.5 23.5T240-680v120Zm0 160h480v-80H240v80Zm0 0v-80 80Z"})})}function lt(t){return jsx(o,{...t,children:jsx("path",{d:"M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z"})})}function vt(t){return jsx(o,{...t,children:jsx("path",{d:"m296-345-56-56 240-240 240 240-56 56-184-184-184 184Z"})})}function ct(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h720v80H120Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 320v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 480v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 320v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Z"})})}function ht(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 480v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 480v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Z"})})}function at(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-720h80v720h-80Zm160 0v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Z"})})}function it(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-720h80v720h-80Z"})})}function pt(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h720v60H120Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-660v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-330v-60h60v60h-60Zm0-165v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-660v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-330v-60h60v60h-60Zm0-165v-60h60v60h-60Z"})})}function mt(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-330v-60h60v60h-60Zm0-330v-60h60v60h-60Zm165 660v-720h60v720h-60Zm165 0v-60h60v60h-60Zm0-330v-60h60v60h-60Zm0-330v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Z"})})}function st(t){return jsx(o,{...t,children:jsx("path",{d:"M320-600q17 0 28.5-11.5T360-640q0-17-11.5-28.5T320-680q-17 0-28.5 11.5T280-640q0 17 11.5 28.5T320-600Zm160 0q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm160 0q17 0 28.5-11.5T680-640q0-17-11.5-28.5T640-680q-17 0-28.5 11.5T600-640q0 17 11.5 28.5T640-600ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"})})}function ut(t){return jsx(o,{...t,children:jsx("path",{d:"M160-200v-80h528l-42-42 56-56 138 138-138 138-56-56 42-42H160Zm116-200 164-440h80l164 440h-76l-38-112H392l-40 112h-76Zm138-176h132l-64-182h-4l-64 182Z"})})}function dt(t){return jsx(o,{...t,children:jsx("path",{d:"M588-132 440-280l148-148 56 58-50 50h96q29 0 49.5-20.5T760-390q0-29-20.5-49.5T690-460H160v-80h530q63 0 106.5 43.5T840-390q0 63-43.5 106.5T690-240h-96l50 50-56 58ZM160-240v-80h200v80H160Zm0-440v-80h640v80H160Z"})})}function Zt(t){return jsx(o,{...t,children:jsx("path",{d:"M480-120 320-280l56-56 64 63v-414l-64 63-56-56 160-160 160 160-56 57-64-64v414l64-63 56 56-160 160Z"})})}function ft(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-720h80v720h-80Zm640 0v-720h80v720h-80ZM280-440v-80h80v80h-80Zm160 0v-80h80v80h-80Zm160 0v-80h80v80h-80Z"})})}function gt(t){return jsx(o,{...t,children:jsx("path",{d:"m370-80-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-103 78q1 7 1 13.5v27q0 6.5-2 13.5l103 78-110 190-118-50q-11 8-23 15t-24 12L590-80H370Zm70-80h79l14-106q31-8 57.5-23.5T639-327l99 41 39-68-86-65q5-14 7-29.5t2-31.5q0-16-2-31.5t-7-29.5l86-65-39-68-99 42q-22-23-48.5-38.5T533-694l-13-106h-79l-14 106q-31 8-57.5 23.5T321-633l-99-41-39 68 86 64q-5 15-7 30t-2 32q0 16 2 31t7 30l-86 65 39 68 99-42q22 23 48.5 38.5T427-266l13 106Zm42-180q58 0 99-41t41-99q0-58-41-99t-99-41q-59 0-99.5 41T342-480q0 58 40.5 99t99.5 41Zm-2-140Z"})})}function Tt(t){return jsx(o,{...t,children:jsx("path",{d:"M80 0v-160h800V0H80Zm160-320h56l312-311-29-29-28-28-311 312v56Zm-80 80v-170l448-447q11-11 25.5-17t30.5-6q16 0 31 6t27 18l55 56q12 11 17.5 26t5.5 31q0 15-5.5 29.5T777-687L330-240H160Zm560-504-56-56 56 56ZM608-631l-29-29-28-28 57 57Z"})})}function It(t){return jsx(o,{...t,children:jsx("path",{d:"m247-904 57-56 343 343q23 23 23 57t-23 57L457-313q-23 23-57 23t-57-23L153-503q-23-23-23-57t23-57l190-191-96-96Zm153 153L209-560h382L400-751Zm360 471q-33 0-56.5-23.5T680-360q0-21 12.5-45t27.5-45q9-12 19-25t21-25q11 12 21 25t19 25q15 21 27.5 45t12.5 45q0 33-23.5 56.5T760-280ZM80 0v-160h800V0H80Z"})})}function bt(t){return jsx(o,{...t,children:jsx("path",{d:"M160-760v-80h640v80H160Zm280 640v-408L336-424l-56-56 200-200 200 200-56 56-104-104v408h-80Z"})})}function qt(t){return jsx(o,{...t,children:jsx("path",{d:"M440-80v-168l-64 64-56-56 160-160 160 160-56 56-64-64v168h-80ZM160-440v-80h640v80H160Zm320-120L320-720l56-56 64 64v-168h80v168l64-64 56 56-160 160Z"})})}function Ct(t){return jsx(o,{...t,children:jsx("path",{d:"M160-120v-80h640v80H160Zm320-160L280-480l56-56 104 104v-408h80v408l104-104 56 56-200 200Z"})})}function Ht(t){return jsx(o,{...t,children:jsx("path",{d:"M120-160v-40h720v40H120Zm0-120v-80h720v80H120Zm0-160v-120h720v120H120Zm0-200v-160h720v160H120Z"})})}function St(t){return jsx(o,{...t,children:jsx("path",{d:"M480-528 296-344l-56-56 240-240 240 240-56 56-184-184Z"})})}function wt(t){return jsx(o,{...t,children:jsx("path",{d:"M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z"})})}function xt(t){return jsx(o,{...t,children:jsx("path",{d:"M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z"})})}function Mt(t){return jsx(o,{...t,children:jsx("path",{d:"M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z"})})}function Rt(t){return jsx(o,{...t,children:jsx("path",{d:"M480-160q-33 0-56.5-23.5T400-240q0-33 23.5-56.5T480-320q33 0 56.5 23.5T560-240q0 33-23.5 56.5T480-160Zm0-240q-33 0-56.5-23.5T400-480q0-33 23.5-56.5T480-560q33 0 56.5 23.5T560-480q0 33-23.5 56.5T480-400Zm0-240q-33 0-56.5-23.5T400-720q0-33 23.5-56.5T480-800q33 0 56.5 23.5T560-720q0 33-23.5 56.5T480-640Z"})})}function Pt(t){return jsx(o,{...t,children:jsx("path",{d:"M120-440v-80h160v80H120Zm200 0v-80h160v80H320Zm200 0v-80h160v80H520Zm200 0v-80h120v80H720ZM240-120q-33 0-56.5-23.5T160-200v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-120H240Zm-80-520v-120q0-33 23.5-56.5T240-840h480q33 0 56.5 23.5T800-760v120h-80v-120H240v120h-80Z"})})}function _t(t){return jsx(o,{...t,children:jsx("path",{d:"M313-440l224 224-57 56-320-320 320-320 57 56-224 224h487v80H313Z"})})}function yt(t){return jsx(o,{...t,children:jsx("path",{d:"M268-240 42-466l57-56 170 170 56 56-57 56Zm226 0L268-466l56-57 170 170 368-368 57 57-425 424Zm0-226-57-56 198-198 57 56-198 198Z"})})}function Lt(t){return jsx(o,{...t,children:jsx("path",{d:"m424-296 282-282-56-56-226 226-114-114-56 56 170 170Zm56 216q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"})})}function At(t){return jsx(o,{...t,children:jsx("path",{d:"M80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"})})}function kt(t){return jsxs(o,{...t,children:[jsx("path",{d:"M80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"}),jsx("path",{fill:"#188038",d:"m421-380 227-227-45-45-182 182-92-91-45 45 137 136Z"})]})}function Bt(t){return jsx(o,{...t,children:jsx("path",{d:"M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"})})}function Dt(t){return jsx(o,{...t,children:jsx("path",{d:"m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"})})}function Et(t){return jsx(o,{...t,children:jsx("path",{d:"M440-400h80v-120h120v-80H520v-120h-80v120H320v80h120v120ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"})})}function Wt(t){return jsx(o,{...t,children:jsx("path",{d:"M240-400h480v-80H240v80Zm0-120h480v-80H240v80Zm0-120h480v-80H240v80ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"})})}function Ft(t){return jsx(o,{...t,children:jsx("path",{d:"M160-400h280v-80H160v80Zm0-160h440v-80H160v80Zm0-160h440v-80H160v80Zm360 360v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q8 9 12.5 20t4.5 22q0 11-4 22.5T863-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z"})})}function zt(t){return jsx(o,{...t,children:jsx("path",{d:"M240-400h122l200-200q9-9 13.5-20.5T580-643q0-11-5-21.5T562-684l-36-38q-9-9-20-13.5t-23-4.5q-11 0-22.5 4.5T440-722L240-522v122Zm280-243-37-37 37 37ZM300-460v-38l101-101 20 18 18 20-101 101h-38Zm121-121 18 20-38-38 20 18Zm26 181h273v-80H527l-80 80ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"})})}function Nt(t){return jsx(o,{...t,children:jsx("path",{d:"M480-320q75 0 127.5-52.5T660-500q0-75-52.5-127.5T480-680q-75 0-127.5 52.5T300-500q0 75 52.5 127.5T480-320Zm0-72q-45 0-76.5-31.5T372-500q0-45 31.5-76.5T480-608q45 0 76.5 31.5T588-500q0 45-31.5 76.5T480-392Zm0 192q-146 0-266-81.5T40-500q54-137 174-218.5T480-800q146 0 266 81.5T920-500q-54 137-174 218.5T480-200Zm0-300Zm0 220q113 0 207.5-59.5T832-500q-50-101-144.5-160.5T480-720q-113 0-207.5 59.5T128-500q50 101 144.5 160.5T480-280Z"})})}function Ot(t){return jsx(o,{...t,children:jsx("path",{d:"M360-360v-200q-66 0-113-47t-47-113q0-66 47-113t113-47h320v80h-80v440h-80v-440h-80v440h-80Zm0-280v-160q-33 0-56.5 23.5T280-720q0 33 23.5 56.5T360-640Zm0-80ZM680-80l-56-56 64-64H120v-80h568l-64-64 56-56 160 160L680-80Z"})})}function Vt(t){return jsx(o,{...t,children:jsx("path",{d:"M360-360v-200q-66 0-113-47t-47-113q0-66 47-113t113-47h320v80h-80v440h-80v-440h-80v440h-80Zm-88 160 64 64-56 56-160-160 160-160 56 56-64 64h568v80H272Zm88-440v-160q-33 0-56.5 23.5T280-720q0 33 23.5 56.5T360-640Zm0-80Z"})})}function Ut(t){return jsx(o,{...t,children:jsx("path",{d:"m760-600-50-110-110-50 110-50 50-110 50 110 110 50-110 50-50 110Zm0 560-50-110-110-50 110-50 50-110 50 110 110 50-110 50-50 110ZM360-160 260-380 40-480l220-100 100-220 100 220 220 100-220 100-100 220Zm0-194 40-86 86-40-86-40-40-86-40 86-86 40 86 40 40 86Zm0-126Z"})})}var $t={undo:n0,redo:r0,print:l0,file_download:v0,file_upload:c0,format_bold:h0,format_italic:a0,format_underlined:i0,strikethrough_s:p0,superscript:m0,subscript:s0,link:u0,format_clear:d0,format_align_left:Z0,format_align_center:f0,format_align_right:g0,format_align_justify:T0,format_line_spacing:I0,format_list_bulleted:b0,format_list_numbered:q0,format_indent_increase:C0,format_indent_decrease:H0,format_color_text:S0,ink_highlighter:w0,format_color_reset:x0,arrow_drop_down:M0,table:R0,table_chart:P0,grid_on:_0,table_rows:y0,view_column:L0,border_all:A0,border_outer:k0,border_inner:B0,border_clear:D0,add:E0,remove:W0,delete:F0,delete_sweep:z0,call_merge:N0,call_split:O0,drag_indicator:V0,image:U0,format_image_left:$0,format_image_right:j0,horizontal_rule:K0,flip_to_back:G0,flip_to_front:Q0,open_with:Y0,tune:J0,rotate_right:X0,rotate_left:tt,swap_horiz:et,swap_vert:ot,shapes:nt,format_paint:rt,expand_more:lt,expand_less:vt,border_top:ct,border_bottom:ht,border_left:at,border_right:it,border_horizontal:pt,border_vertical:mt,padding:st,text_rotation_none:ut,wrap_text:dt,height:Zt,fit_width:ft,settings:gt,border_color:Tt,format_color_fill:It,vertical_align_top:bt,vertical_align_center:qt,vertical_align_bottom:Ct,line_weight:Ht,keyboard_arrow_up:St,keyboard_arrow_down:wt,keyboard_arrow_left:xt,keyboard_arrow_right:Mt,more_vert:Rt,page_break:Pt,arrow_back:_t,done_all:yt,check_circle:Lt,chat_bubble_outline:At,chat_bubble_check:kt,check:Bt,close:Dt,add_comment:Et,comment:Wt,edit_note:Ft,rate_review:zt,visibility:Nt,format_textdirection_l_to_r:Ot,format_textdirection_r_to_l:Vt,"agent-sparkle":Ut};function g({name:t,size:n=20,className:l="",style:r}){let v=$t[t];return v?jsx(v,{size:n,className:l,style:r}):(console.warn(`Icon not found: ${t}`),jsx("span",{className:l,style:{fontSize:n,width:n,height:n,...r},children:t}))}var b=16;function Gt(){return jsx(g,{name:"table_rows",size:b,style:{transform:"scaleY(-1)"}})}function Qt(){return jsx(g,{name:"table_rows",size:b})}function Yt(){return jsx(g,{name:"view_column",size:b,style:{transform:"scaleX(-1)"}})}function Jt(){return jsx(g,{name:"view_column",size:b})}function Xt(){return jsx(g,{name:"delete_sweep",size:b})}function te(){return jsx(g,{name:"delete_sweep",size:b,style:{transform:"rotate(90deg)"}})}function ee(){return jsx(g,{name:"call_merge",size:b})}function oe(){return jsx(g,{name:"call_split",size:b})}function ne(){return jsx(g,{name:"delete",size:b,className:"text-red-600"})}var T={container:{display:"flex",alignItems:"center",gap:"4px",padding:"4px 8px",backgroundColor:"var(--doc-bg-subtle)",borderRadius:"4px",border:"1px solid var(--doc-border)",fontSize:"12px"},containerCompact:{padding:"2px 4px",gap:"2px"},containerFloating:{position:"absolute",zIndex:1e3,boxShadow:"0 2px 8px rgba(0, 0, 0, 0.15)"},group:{display:"flex",alignItems:"center",gap:"2px"},separator:{width:"1px",height:"20px",backgroundColor:"var(--doc-border-dark)",margin:"0 4px"},button:{display:"flex",alignItems:"center",justifyContent:"center",gap:"4px",padding:"4px 8px",border:"none",borderRadius:"3px",backgroundColor:"transparent",color:"var(--doc-text)",cursor:"pointer",fontSize:"12px",lineHeight:"1",transition:"background-color 0.15s, color 0.15s"},buttonCompact:{padding:"3px 5px"},buttonHover:{backgroundColor:"var(--doc-border)"},buttonDisabled:{color:"var(--doc-text-subtle)",cursor:"not-allowed"},buttonDelete:{color:"var(--doc-error)"},label:{fontSize:"11px",fontWeight:500,color:"var(--doc-text-muted)",marginRight:"8px",whiteSpace:"nowrap"}};function I({action:t,label:n,icon:l,disabled:r=false,onClick:v,showLabel:h=false,compact:a=false,shortcut:p}){let[u,c]=Kt.useState(false),i=typeof t=="string"&&t.startsWith("delete"),s={...T.button,...a?T.buttonCompact:{},...u&&!r?T.buttonHover:{},...r?T.buttonDisabled:{},...i&&!r?T.buttonDelete:{}},Z=p?`${n} (${p})`:n;return jsxs("button",{type:"button",className:`docx-table-toolbar-button docx-table-toolbar-${typeof t=="string"?t:t.type}`,style:s,disabled:r,onClick:v,onMouseEnter:()=>c(true),onMouseLeave:()=>c(false),title:Z,"aria-label":n,children:[l,h&&jsx("span",{children:n})]})}function L({children:t,showSeparator:n=true}){return jsxs(Fragment,{children:[jsx("div",{style:T.group,children:t}),n&&jsx("div",{style:T.separator})]})}function Ce({context:t,onAction:n,disabled:l=false,className:r,style:v,showLabels:h=false,compact:a=false,position:p="top",children:u}){let{t:c}=b$1();if(!t)return null;let i=M=>{!l&&n&&t&&n(M,t);},s=t.rowCount>1,Z=t.columnCount>1,f=t.hasMultiCellSelection,q=t.canSplitCell,C={...T.container,...a?T.containerCompact:{},...p==="floating"?T.containerFloating:{},...v},d=["docx-table-toolbar"];return r&&d.push(r),a&&d.push("docx-table-toolbar-compact"),p==="floating"&&d.push("docx-table-toolbar-floating"),jsxs("div",{className:d.join(" "),style:C,role:"toolbar","aria-label":c("table.editingTools"),children:[jsx("span",{style:T.label,children:c("table.label")}),jsxs(L,{children:[jsx(I,{action:"addRowAbove",label:c("table.insertRowAbove"),icon:jsx(Gt,{}),disabled:l,onClick:()=>i("addRowAbove"),showLabel:h,compact:a}),jsx(I,{action:"addRowBelow",label:c("table.insertRowBelow"),icon:jsx(Qt,{}),disabled:l,onClick:()=>i("addRowBelow"),showLabel:h,compact:a}),jsx(I,{action:"deleteRow",label:c("table.deleteRow"),icon:jsx(Xt,{}),disabled:l||!s,onClick:()=>i("deleteRow"),showLabel:h,compact:a})]}),jsxs(L,{children:[jsx(I,{action:"addColumnLeft",label:c("table.insertColumnLeft"),icon:jsx(Yt,{}),disabled:l,onClick:()=>i("addColumnLeft"),showLabel:h,compact:a}),jsx(I,{action:"addColumnRight",label:c("table.insertColumnRight"),icon:jsx(Jt,{}),disabled:l,onClick:()=>i("addColumnRight"),showLabel:h,compact:a}),jsx(I,{action:"deleteColumn",label:c("table.deleteColumn"),icon:jsx(te,{}),disabled:l||!Z,onClick:()=>i("deleteColumn"),showLabel:h,compact:a})]}),jsxs(L,{showSeparator:false,children:[jsx(I,{action:"mergeCells",label:c("table.mergeCells"),icon:jsx(ee,{}),disabled:l||!f,onClick:()=>i("mergeCells"),showLabel:h,compact:a}),jsx(I,{action:"splitCell",label:c("table.splitCell"),icon:jsx(oe,{}),disabled:l||!q,onClick:()=>i("splitCell"),showLabel:h,compact:a}),jsx(I,{action:"deleteTable",label:c("table.deleteTable"),icon:jsx(ne,{}),disabled:l,onClick:()=>i("deleteTable"),showLabel:h,compact:a})]}),u]})}
|
|
2
|
-
export{I0 as a,g as b,
|
|
1
|
+
import {b as b$1}from'./chunk-ZFZJRL2R.mjs';import Gt,{useRef,useState,useEffect,useCallback}from'react';import {computeSplitDialogDefaults,redistributeColumnWidths,computeSplitLayout,buildAnchorMaps}from'@eigenpal/docx-editor-core/utils';import {jsx,jsxs,Fragment}from'react/jsx-runtime';function ce({isOpen:t,onClose:n,align:l="left"}){let r=useRef(null),v=useRef(null),[h,a]=useState({top:0,left:0});useEffect(()=>{if(!t||!r.current)return;let c=r.current.getBoundingClientRect();l==="right"?requestAnimationFrame(()=>{if(v.current){let i=v.current.getBoundingClientRect();a({top:c.bottom+4,left:c.right-i.width});}else a({top:c.bottom+4,left:c.left});}):a({top:c.bottom+4,left:c.left});},[t,l]),useEffect(()=>{if(!t)return;let c=Z=>{let f=Z.target;r.current&&!r.current.contains(f)&&v.current&&!v.current.contains(f)&&n();},i=Z=>{Z.key==="Escape"&&n();},s=()=>n();return document.addEventListener("mousedown",c),document.addEventListener("keydown",i),window.addEventListener("scroll",s,true),()=>{document.removeEventListener("mousedown",c),document.removeEventListener("keydown",i),window.removeEventListener("scroll",s,true);}},[t,n]);let p=useCallback(c=>{c.preventDefault(),c.stopPropagation();},[]),u={position:"fixed",top:h.top,left:h.left,zIndex:1e4};return {containerRef:r,dropdownRef:v,dropdownStyle:u,handleMouseDown:p}}function $(t,n){let l=t.rows.length,r=R(t),v=!!(n.selectedCells&&(n.selectedCells.startRow!==n.selectedCells.endRow||n.selectedCells.startCol!==n.selectedCells.endCol)),a=!!y(t,n.rowIndex,n.columnIndex)&&!v;return {table:t,selection:n,hasMultiCellSelection:v,canSplitCell:a,rowCount:l,columnCount:r}}function R(t){if(!t.rows.length)return 0;let n=0;for(let l of t.rows){let r=0;for(let v of l.cells)r+=v.formatting?.gridSpan??1;n=Math.max(n,r);}return n}function y(t,n,l){let r=t.rows[n];if(!r)return null;let v=0;for(let h of r.cells){let a=h.formatting?.gridSpan??1;if(l>=v&&l<v+a)return h;v+=a;}return null}function D(t,n){let l=[],r=0;for(let v of t.cells){let h=v.formatting?.gridSpan??1;l.push({type:"tableCell",content:[{type:"paragraph",content:[],formatting:{}}],formatting:{...v.formatting,vMerge:void 0}}),r+=h;}for(;r<n;)l.push({type:"tableCell",content:[{type:"paragraph",content:[],formatting:{}}],formatting:{}}),r++;return {type:"tableRow",cells:l,formatting:{...t.formatting,header:false}}}function E(){return {type:"tableCell",content:[{type:"paragraph",content:[],formatting:{}}],formatting:{}}}function j(t,n){let l=0;for(let r of t.cells){let v=r.formatting?.gridSpan??1;if(l===n)return r;l+=v;}return null}function W(t){let n=[],l=0;for(let r=0;r<t.rows.length;r++){let v=t.rows[r],h=0;for(let a of v.cells){let p=a.formatting?.gridSpan??1;if(a.formatting?.vMerge!=="continue"){let u=1;if(a.formatting?.vMerge==="restart")for(let c=r+1;c<t.rows.length;c++){let i=j(t.rows[c],h);if(!i||i.formatting?.vMerge!=="continue")break;u+=1;}n.push({data:a,row:r,col:h,rowspan:u,colspan:p});}h+=p,l=Math.max(l,h);}}return {anchors:n,totalCols:l}}function _(t,n,l){let r={...t.formatting??{}};return n>1?r.gridSpan=n:delete r.gridSpan,l>1?r.vMerge="restart":delete r.vMerge,Object.keys(r).length?r:void 0}function K(t,n){let l={...t.formatting??{}};return n>1?l.gridSpan=n:delete l.gridSpan,l.vMerge="continue",l}function G(t,n,l){let{anchors:r}=W(t),v=r.find(h=>n>=h.row&&n<h.row+h.rowspan&&l>=h.col&&l<h.col+h.colspan);return v?computeSplitDialogDefaults(v.rowspan,v.colspan):null}function Q(t,n,l,r,v){if(r<1||v<1)return t;let{anchors:h,totalCols:a}=W(t),p=h.find(d=>n>=d.row&&n<d.row+d.rowspan&&l>=d.col&&l<d.col+d.colspan);if(!p||r<p.rowspan||v<p.colspan||r===1&&v===1)return t;let u=t.columnWidths&&t.columnWidths.length>0?[...t.columnWidths]:Array.from({length:a},()=>1440),c=redistributeColumnWidths(u,p.col,p.colspan,v),i=computeSplitLayout(h,p,r,v,t.rows.length,d=>d?{...p.data,formatting:_(p.data,1,1)}:{type:"tableCell",content:[{type:"paragraph",content:[],formatting:{}}],formatting:_(p.data,1,1)}),{byStart:s,byCoveredSlot:Z}=buildAnchorMaps(i.anchors),f=p.row+p.rowspan,q=a+i.deltaCols,C=[];for(let d=0;d<i.newRowCount;d++){let M=d<f?t.rows[d]:d<p.row+r?t.rows[f-1]:t.rows[d-i.deltaRows],P=[];for(let H=0;H<q;){let S=s.get(`${d}-${H}`);if(S){P.push({...S.data,formatting:_(S.data,S.colspan,S.rowspan)}),H+=S.colspan;continue}let x=Z.get(`${d}-${H}`);if(!x){H+=1;continue}P.push({...x.data,content:[],formatting:K(x.data,x.colspan)}),H+=x.colspan;}C.push({type:"tableRow",formatting:M?.formatting?{...M.formatting}:void 0,cells:P});}return {...t,rows:C,columnWidths:c}}function Y(t,n,l="after"){let r=[...t.rows],v=l==="before"?n:n+1,h=t.rows[n]||t.rows[0],a=R(t),p=D(h,a);return r.splice(v,0,p),{...t,rows:r}}function J(t,n){if(t.rows.length<=1)return t;let l=t.rows.filter((r,v)=>v!==n);return {...t,rows:l}}function X(t,n,l="after"){let r=l==="before"?n:n+1,v=t.rows.map(a=>{let p=[...a.cells],u=0,c=0;for(let i=0;i<a.cells.length;i++){let Z=a.cells[i].formatting?.gridSpan??1;if(r<=u+Z){c=l==="before"?i:i+1;break}u+=Z,c=i+1;}return p.splice(c,0,E()),{...a,cells:p}}),h=t.columnWidths;if(t.columnWidths&&t.columnWidths.length>0){h=[...t.columnWidths];let a=t.columnWidths[n]||t.columnWidths[0]||1440;h.splice(r,0,a);}return {...t,rows:v,columnWidths:h}}function t0(t,n){if(R(t)<=1)return t;let r=t.rows.map(h=>{let a=0,p=[];for(let u of h.cells){let c=u.formatting?.gridSpan??1;n>=a&&n<a+c?c>1&&p.push({...u,formatting:{...u.formatting,gridSpan:c-1}}):p.push(u),a+=c;}return {...h,cells:p}}),v=t.columnWidths;return t.columnWidths&&t.columnWidths.length>n&&(v=t.columnWidths.filter((h,a)=>a!==n)),{...t,rows:r,columnWidths:v}}function e0(t,n){if(!n.selectedCells)return t;let{startRow:l,startCol:r,endRow:v,endCol:h}=n.selectedCells,a=v-l+1,p=h-r+1,u=t.rows.map((c,i)=>{if(i<l||i>v)return c;let s=[],Z=0;for(let f of c.cells){let q=f.formatting?.gridSpan??1,C=Z+q-1;Z<=h&&C>=r?i===l&&Z===r?s.push({...f,formatting:{...f.formatting,gridSpan:p,vMerge:a>1?"restart":void 0}}):i>l&&Z===r&&s.push({...f,formatting:{...f.formatting,gridSpan:p,vMerge:"continue"}}):s.push(f),Z+=q;}return {...c,cells:s}});return {...t,rows:u}}function o0(t,n,l){let r=y(t,n,l);if(!r)return t;let v=r.formatting?.gridSpan??1,h=r.formatting?.vMerge==="restart";if(v<=1&&!h)return t;let a=t.rows.map((p,u)=>{if(u!==n&&!h)return p;let c=[],i=0;for(let s of p.cells){let Z=s.formatting?.gridSpan??1;if(i===l||i<=l&&l<i+Z)if(v>1)for(let f=0;f<v;f++)c.push({type:"tableCell",content:f===0?s.content:[{type:"paragraph",content:[],formatting:{}}],formatting:{...s.formatting,gridSpan:void 0,vMerge:void 0}});else h&&u===n?c.push({...s,formatting:{...s.formatting,vMerge:void 0}}):s.formatting?.vMerge==="continue"?c.push({type:"tableCell",content:[{type:"paragraph",content:[],formatting:{}}],formatting:{...s.formatting,vMerge:void 0}}):c.push(s);else c.push(s);i+=Z;}return {...p,cells:c}});return {...t,rows:a}}function o({size:t=20,className:n="",style:l,children:r}){return jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:"0 -960 960 960",fill:"currentColor",className:n,style:{display:"inline-flex",flexShrink:0,...l},"aria-hidden":"true",children:r})}function n0(t){return jsx(o,{...t,children:jsx("path",{d:"M280-200v-80h284q63 0 109.5-40T720-420q0-60-46.5-100T564-560H312l104 104-56 56-200-200 200-200 56 56-104 104h252q97 0 166.5 63T800-420q0 94-69.5 157T564-200H280Z"})})}function r0(t){return jsx(o,{...t,children:jsx("path",{d:"M396-200q-97 0-166.5-63T160-420q0-94 69.5-157T396-640h252L544-744l56-56 200 200-200 200-56-56 104-104H396q-63 0-109.5 40T240-420q0 60 46.5 100T396-280h284v80H396Z"})})}function l0(t){return jsx(o,{...t,children:jsx("path",{d:"M640-640v-120H320v120h-80v-200h480v200h-80Zm-480 80h640-640Zm560 100q17 0 28.5-11.5T760-500q0-17-11.5-28.5T720-540q-17 0-28.5 11.5T680-500q0 17 11.5 28.5T720-460Zm-80 260v-160H320v160h320Zm80 80H240v-160H80v-240q0-51 35-85.5t85-34.5h560q51 0 85.5 34.5T880-520v240H720v160Zm80-240v-160q0-17-11.5-28.5T760-560H200q-17 0-28.5 11.5T160-520v160h80v-80h480v80h80Z"})})}function v0(t){return jsx(o,{...t,children:jsx("path",{d:"M480-320 280-520l56-58 104 104v-326h80v326l104-104 56 58-200 200ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z"})})}function c0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-320v-326L336-542l-56-58 200-200 200 200-56 58-104-104v326h-80ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z"})})}function h0(t){return jsx(o,{...t,children:jsx("path",{d:"M272-200v-560h221q65 0 120 40t55 111q0 51-23 78.5T602-491q25 11 55.5 41t30.5 90q0 89-65 124.5T501-200H272Zm121-112h104q48 0 58.5-24.5T566-372q0-11-10.5-35.5T494-432H393v120Zm0-228h93q33 0 48-17t15-38q0-24-17-39t-44-15h-95v109Z"})})}function a0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-200v-100h160l120-360H320v-100h400v100H580L460-300h140v100H200Z"})})}function i0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-120v-80h560v80H200Zm123-223q-56-63-56-167v-330h103v336q0 56 28 91t82 35q54 0 82-35t28-91v-336h103v330q0 104-56 167t-157 63q-101 0-157-63Z"})})}function p0(t){return jsx(o,{...t,children:jsx("path",{d:"M486-160q-76 0-135-45t-85-123l88-38q14 48 48.5 79t85.5 31q42 0 76-20t34-64q0-18-7-33t-19-27h112q5 14 7.5 28.5T694-340q0 86-61.5 133T486-160ZM80-480v-80h800v80H80Zm402-326q66 0 115.5 32.5T674-674l-88 39q-9-29-33.5-52T484-710q-41 0-68 18.5T386-640h-96q2-69 54.5-117.5T482-806Z"})})}function m0(t){return jsx(o,{...t,children:jsx("path",{d:"M760-600v-80q0-17 11.5-28.5T800-720h80v-40H760v-40h120q17 0 28.5 11.5T920-760v40q0 17-11.5 28.5T880-680h-80v40h120v40H760ZM235-160l185-291-172-269h106l124 200h4l123-200h107L539-451l186 291H618L482-377h-4L342-160H235Z"})})}function s0(t){return jsx(o,{...t,children:jsx("path",{d:"M760-160v-80q0-17 11.5-28.5T800-280h80v-40H760v-40h120q17 0 28.5 11.5T920-320v40q0 17-11.5 28.5T880-240h-80v40h120v40H760Zm-525-80 185-291-172-269h106l124 200h4l123-200h107L539-531l186 291H618L482-457h-4L342-240H235Z"})})}function u0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-280H280q-83 0-141.5-58.5T80-480q0-83 58.5-141.5T280-680h160v80H280q-50 0-85 35t-35 85q0 50 35 85t85 35h160v80ZM320-440v-80h320v80H320Zm200 160v-80h160q50 0 85-35t35-85q0-50-35-85t-85-35H520v-80h160q83 0 141.5 58.5T880-480q0 83-58.5 141.5T680-280H520Z"})})}function d0(t){return jsx(o,{...t,children:jsx("path",{d:"m528-546-93-93-121-121h486v120H568l-40 94ZM792-56 460-388l-80 188H249l119-280L56-792l56-56 736 736-56 56Z"})})}function Z0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm0-160v-80h480v80H120Zm0-160v-80h720v80H120Zm0-160v-80h480v80H120Zm0-160v-80h720v80H120Z"})})}function f0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm160-160v-80h400v80H280ZM120-440v-80h720v80H120Zm160-160v-80h400v80H280ZM120-760v-80h720v80H120Z"})})}function g0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-760v-80h720v80H120Zm240 160v-80h480v80H360ZM120-440v-80h720v80H120Zm240 160v-80h480v80H360ZM120-120v-80h720v80H120Z"})})}function T0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm0-160v-80h720v80H120Zm0-160v-80h720v80H120Zm0-160v-80h720v80H120Zm0-160v-80h720v80H120Z"})})}function I0(t){return jsx(o,{...t,children:jsx("path",{d:"M240-160 80-320l56-56 64 62v-332l-64 62-56-56 160-160 160 160-56 56-64-62v332l64-62 56 56-160 160Zm240-40v-80h400v80H480Zm0-240v-80h400v80H480Zm0-240v-80h400v80H480Z"})})}function b0(t){return jsx(o,{...t,children:jsx("path",{d:"M360-200v-80h480v80H360Zm0-240v-80h480v80H360Zm0-240v-80h480v80H360ZM200-160q-33 0-56.5-23.5T120-240q0-33 23.5-56.5T200-320q33 0 56.5 23.5T280-240q0 33-23.5 56.5T200-160Zm0-240q-33 0-56.5-23.5T120-480q0-33 23.5-56.5T200-560q33 0 56.5 23.5T280-480q0 33-23.5 56.5T200-400Zm-56.5-263.5Q120-687 120-720t23.5-56.5Q167-800 200-800t56.5 23.5Q280-753 280-720t-23.5 56.5Q233-640 200-640t-56.5-23.5Z"})})}function q0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-80v-60h100v-30h-60v-60h60v-30H120v-60h120q17 0 28.5 11.5T280-280v40q0 17-11.5 28.5T240-200q17 0 28.5 11.5T280-160v40q0 17-11.5 28.5T240-80H120Zm0-280v-110q0-17 11.5-28.5T160-510h60v-30H120v-60h120q17 0 28.5 11.5T280-560v70q0 17-11.5 28.5T240-450h-60v30h100v60H120Zm60-280v-180h-60v-60h120v240h-60Zm180 440v-80h480v80H360Zm0-240v-80h480v80H360Zm0-240v-80h480v80H360Z"})})}function C0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm320-160v-80h400v80H440Zm0-160v-80h400v80H440Zm0-160v-80h400v80H440ZM120-760v-80h720v80H120Zm0 440v-320l160 160-160 160Z"})})}function H0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm320-160v-80h400v80H440Zm0-160v-80h400v80H440Zm0-160v-80h400v80H440ZM120-760v-80h720v80H120Zm160 440L120-480l160-160v320Z"})})}function S0(t){return jsx(o,{...t,children:jsx("path",{d:"M80 0v-160h800V0H80Zm140-280 210-560h100l210 560h-96l-50-144H368l-52 144h-96Zm176-224h168l-82-232h-4l-82 232Z"})})}function w0(t){return jsx(o,{...t,children:jsx("path",{d:"M544-400 440-504 240-304l104 104 200-200Zm-47-161 104 104 199-199-104-104-199 199Zm-84-28 216 216-229 229q-24 24-56 24t-56-24l-2-2-26 26H60l126-126-2-2q-24-24-24-56t24-56l229-229Zm0 0 227-227q24-24 56-24t56 24l104 104q24 24 24 56t-24 56L629-373 413-589Z"})})}function x0(t){return jsx(o,{...t,children:jsx("path",{d:"M800-436q0 36-8 69t-22 63l-62-60q6-17 9-34.5t3-37.5q0-47-17.5-89T650-600L480-768l-88 86-56-56 144-142 226 222q44 42 69 99.5T800-436Zm-8 380L668-180q-41 29-88 44.5T480-120q-133 0-226.5-92.5T160-436q0-51 16-98t48-90L56-792l56-56 736 736-56 56ZM480-200q36 0 68.5-10t61.5-28L280-566q-21 32-30.5 64t-9.5 66q0 98 70 167t170 69Zm-37-204Zm110-116Z"})})}function M0(t){return jsx(o,{...t,children:jsx("path",{d:"M480-360 280-560h400L480-360Z"})})}function R0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm240-240H200v160h240v-160Zm80 0v160h240v-160H520Zm-80-80v-160H200v160h240Zm80 0h240v-160H520v160ZM200-680h560v-80H200v80Z"})})}function P0(t){return jsx(o,{...t,children:jsx("path",{d:"M760-120H200q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120ZM200-640h560v-120H200v120Zm100 80H200v360h100v-360Zm360 0v360h100v-360H660Zm-80 0H380v360h200v-360Z"})})}function _0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h133v-133H200v133Zm213 0h134v-133H413v133Zm214 0h133v-133H627v133ZM200-413h133v-134H200v134Zm213 0h134v-134H413v134Zm214 0h133v-134H627v134ZM200-627h133v-133H200v133Zm213 0h134v-133H413v133Zm214 0h133v-133H627v133Z"})})}function y0(t){return jsx(o,{...t,children:jsx("path",{d:"M760-200v-120H200v120h560Zm0-200v-160H200v160h560Zm0-240v-120H200v120h560ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Z"})})}function L0(t){return jsx(o,{...t,children:jsx("path",{d:"M121-280v-400q0-33 23.5-56.5T201-760h559q33 0 56.5 23.5T840-680v400q0 33-23.5 56.5T760-200H201q-33 0-56.5-23.5T121-280Zm79 0h133v-400H200v400Zm213 0h133v-400H413v400Zm213 0h133v-400H626v400Z"})})}function A0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-720h720v720H120Zm640-80v-240H520v240h240Zm0-560H520v240h240v-240Zm-560 0v240h240v-240H200Zm0 560h240v-240H200v240Z"})})}function k0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-200h560v-560H200v560Zm-80 80v-720h720v720H120Zm160-320v-80h80v80h-80Zm160 160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 160v-80h80v80h-80Z"})})}function B0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-640v-80h80v80h-80Zm320 640v-80h80v80h-80Zm160 0v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-160v-80h80v80h-80Zm-160 0v-80h80v80h-80ZM440-120v-320H120v-80h320v-320h80v320h320v80H520v320h-80Z"})})}function D0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Z"})})}function E0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z"})})}function W0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-440v-80h560v80H200Z"})})}function F0(t){return jsx(o,{...t,children:jsx("path",{d:"M280-120q-33 0-56.5-23.5T200-200v-520h-40v-80h200v-40h240v40h200v80h-40v520q0 33-23.5 56.5T680-120H280Zm400-600H280v520h400v-520ZM360-280h80v-360h-80v360Zm160 0h80v-360h-80v360ZM280-720v520-520Z"})})}function z0(t){return jsx(o,{...t,children:jsx("path",{d:"M600-240v-80h160v80H600Zm0-320v-80h280v80H600Zm0 160v-80h240v80H600ZM120-640H80v-80h160v-60h160v60h160v80h-40v360q0 33-23.5 56.5T440-200H200q-33 0-56.5-23.5T120-280v-360Zm80 0v360h240v-360H200Zm0 0v360-360Z"})})}function N0(t){return jsx(o,{...t,children:jsx("path",{d:"m296-160-56-56 200-200v-269L337-582l-57-57 200-200 201 201-57 57-104-104v301L296-160Zm368 1L536-286l57-57 127 128-56 56Z"})})}function O0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-160v-304L240-664v104h-80v-240h240v80H296l224 224v336h-80Zm154-376-58-58 128-126H560v-80h240v240h-80v-104L594-536Z"})})}function V0(t){return jsx(o,{...t,children:jsx("path",{d:"M360-160q-33 0-56.5-23.5T280-240q0-33 23.5-56.5T360-320q33 0 56.5 23.5T440-240q0 33-23.5 56.5T360-160Zm240 0q-33 0-56.5-23.5T520-240q0-33 23.5-56.5T600-320q33 0 56.5 23.5T680-240q0 33-23.5 56.5T600-160ZM360-400q-33 0-56.5-23.5T280-480q0-33 23.5-56.5T360-560q33 0 56.5 23.5T440-480q0 33-23.5 56.5T360-400Zm240 0q-33 0-56.5-23.5T520-480q0-33 23.5-56.5T600-560q33 0 56.5 23.5T680-480q0 33-23.5 56.5T600-400ZM360-640q-33 0-56.5-23.5T280-720q0-33 23.5-56.5T360-800q33 0 56.5 23.5T440-720q0 33-23.5 56.5T360-640Zm240 0q-33 0-56.5-23.5T520-720q0-33 23.5-56.5T600-800q33 0 56.5 23.5T680-720q0 33-23.5 56.5T600-640Z"})})}function U0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm40-80h480L570-480 450-320l-90-120-120 160Zm-40 80v-560 560Z"})})}function $0(t){return jsx(o,{...t,children:jsx("path",{d:"M120-280v-400h400v400H120Zm80-80h240v-240H200v240Zm-80-400v-80h720v80H120Zm480 160v-80h240v80H600Zm0 160v-80h240v80H600Zm0 160v-80h240v80H600ZM120-120v-80h720v80H120Z"})})}function j0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-280v-400h400v400H440Zm80-80h240v-240H520v240ZM120-120v-80h720v80H120Zm0-160v-80h240v80H120Zm0-160v-80h240v80H120Zm0-160v-80h240v80H120Zm0-160v-80h720v80H120Z"})})}function K0(t){return jsx(o,{...t,children:jsx("path",{d:"M160-440v-80h640v80H160Z"})})}function G0(t){return jsx(o,{...t,children:jsx("path",{d:"M200-120q-33 0-56.5-23.5T120-200v-480h80v480h480v80H200Zm160-240v80q-33 0-56.5-23.5T280-360h80Zm-80-80v-80h80v80h-80Zm0-160v-80h80v80h-80Zm80-160h-80q0-33 23.5-56.5T360-840v80Zm80 480v-80h80v80h-80Zm0-480v-80h80v80h-80Zm160 0v-80h80v80h-80Zm0 480v-80h80v80h-80Zm160-480v-80q33 0 56.5 23.5T840-760h-80Zm0 400h80q0 33-23.5 56.5T760-280v-80Zm0-80v-80h80v80h-80Zm0-160v-80h80v80h-80Z"})})}function Q0(t){return jsx(o,{...t,children:jsx("path",{d:"M360-280q-33 0-56.5-23.5T280-360v-400q0-33 23.5-56.5T360-840h400q33 0 56.5 23.5T840-760v400q0 33-23.5 56.5T760-280H360Zm0-80h400v-400H360v400ZM200-200v80q-33 0-56.5-23.5T120-200h80Zm-80-80v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 480v-80h80v80h-80Zm160 0v-80h80v80h-80Zm160 0v-80h80v80h-80Z"})})}function Y0(t){return jsx(o,{...t,children:jsx("path",{d:"M480-80 310-250l57-57 73 73v-166h80v165l72-73 58 58L480-80ZM250-310 80-480l169-169 57 57-72 72h166v80H235l73 72-58 58Zm460 0-57-57 73-73H560v-80h165l-73-72 58-58 170 170-170 170ZM440-560v-166l-73 73-57-57 170-170 170 170-57 57-73-73v166h-80Z"})})}function J0(t){return jsx(o,{...t,children:jsx("path",{d:"M440-120v-240h80v80h320v80H520v80h-80Zm-320-80v-80h240v80H120Zm160-160v-80H120v-80h160v-80h80v240h-80Zm160-80v-80h400v80H440Zm160-160v-240h80v80h160v80H680v80h-80Zm-480-80v-80h400v80H120Z"})})}function X0(t){return jsx(o,{...t,children:jsx("path",{d:"M522-80v-82q34-5 66.5-18t61.5-34l56 58q-42 32-88 51.5T522-80Zm-80 0Q304-98 213-199.5T122-438q0-75 28.5-140.5t77-114q48.5-48.5 114-77T482-798h6l-62-62 56-58 160 160-160 160-56-56 64-64h-8q-117 0-198.5 81.5T202-438q0 104 68 182.5T442-162v82Zm322-134-58-56q21-29 34-61.5t18-66.5h82q-5 50-24.5 96T764-214Zm76-264h-82q-5-34-18-66.5T706-606l58-56q32 39 51 86t25 98Z"})})}function tt(t){return jsx(o,{...t,children:jsx("path",{d:"M440-80q-50-5-96-24.5T256-156l56-58q29 21 61.5 34t66.5 18v82Zm80 0v-82q104-15 172-93.5T760-438q0-117-81.5-198.5T480-718h-8l64 64-56 56-160-160 160-160 56 58-62 62h6q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-438q0 137-91 238.5T520-80ZM198-214q-32-42-51.5-88T122-398h82q5 34 18 66.5t34 61.5l-58 56Zm-76-264q6-51 25-98t51-86l58 56q-21 29-34 61.5T204-478h-82Z"})})}function et(t){return jsx(o,{...t,children:jsx("path",{d:"M280-160 80-360l200-200 56 57-103 103h287v80H233l103 103-56 57Zm400-240-56-57 103-103H440v-80h287L624-743l56-57 200 200-200 200Z"})})}function ot(t){return jsx(o,{...t,children:jsx("path",{d:"M320-440v-287L217-624l-57-56 200-200 200 200-57 56-103-103v287h-80ZM600-80 400-280l57-56 103 103v-287h80v287l103-103 57 56L600-80Z"})})}function nt(t){return jsx(o,{...t,children:jsx("path",{d:"M600-360ZM320-242q10 1 19.5 1.5t20.5.5q11 0 20.5-.5T400-242v82h400v-400h-82q1-10 1.5-19.5t.5-20.5q0-11-.5-20.5T718-640h82q33 0 56.5 23.5T880-560v400q0 33-23.5 56.5T800-80H400q-33 0-56.5-23.5T320-160v-82Zm40-78q-117 0-198.5-81.5T80-600q0-117 81.5-198.5T360-880q117 0 198.5 81.5T640-600q0 117-81.5 198.5T360-320Zm0-80q83 0 141.5-58.5T560-600q0-83-58.5-141.5T360-800q-83 0-141.5 58.5T160-600q0 83 58.5 141.5T360-400Zm0-200Z"})})}function rt(t){return jsx(o,{...t,children:jsx("path",{d:"M440-80q-33 0-56.5-23.5T360-160v-160H240q-33 0-56.5-23.5T160-400v-280q0-66 47-113t113-47h480v440q0 33-23.5 56.5T720-320H600v160q0 33-23.5 56.5T520-80h-80ZM240-560h480v-200h-40v160h-80v-160h-40v80h-80v-80H320q-33 0-56.5 23.5T240-680v120Zm0 160h480v-80H240v80Zm0 0v-80 80Z"})})}function lt(t){return jsx(o,{...t,children:jsx("path",{d:"M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z"})})}function vt(t){return jsx(o,{...t,children:jsx("path",{d:"m296-345-56-56 240-240 240 240-56 56-184-184-184 184Z"})})}function ct(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h720v80H120Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 320v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 480v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 320v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Z"})})}function ht(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h720v80H120Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 480v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 480v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Z"})})}function at(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-720h80v720h-80Zm160 0v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Z"})})}function it(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-320v-80h80v80h-80Zm0-320v-80h80v80h-80Zm160 640v-720h80v720h-80Z"})})}function pt(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h720v60H120Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-660v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-330v-60h60v60h-60Zm0-165v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-660v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-330v-60h60v60h-60Zm0-165v-60h60v60h-60Z"})})}function mt(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-330v-60h60v60h-60Zm0-330v-60h60v60h-60Zm165 660v-720h60v720h-60Zm165 0v-60h60v60h-60Zm0-330v-60h60v60h-60Zm0-330v-60h60v60h-60Zm165 660v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Z"})})}function st(t){return jsx(o,{...t,children:jsx("path",{d:"M320-600q17 0 28.5-11.5T360-640q0-17-11.5-28.5T320-680q-17 0-28.5 11.5T280-640q0 17 11.5 28.5T320-600Zm160 0q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm160 0q17 0 28.5-11.5T680-640q0-17-11.5-28.5T640-680q-17 0-28.5 11.5T600-640q0 17 11.5 28.5T640-600ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"})})}function ut(t){return jsx(o,{...t,children:jsx("path",{d:"M160-200v-80h528l-42-42 56-56 138 138-138 138-56-56 42-42H160Zm116-200 164-440h80l164 440h-76l-38-112H392l-40 112h-76Zm138-176h132l-64-182h-4l-64 182Z"})})}function dt(t){return jsx(o,{...t,children:jsx("path",{d:"M588-132 440-280l148-148 56 58-50 50h96q29 0 49.5-20.5T760-390q0-29-20.5-49.5T690-460H160v-80h530q63 0 106.5 43.5T840-390q0 63-43.5 106.5T690-240h-96l50 50-56 58ZM160-240v-80h200v80H160Zm0-440v-80h640v80H160Z"})})}function Zt(t){return jsx(o,{...t,children:jsx("path",{d:"M480-120 320-280l56-56 64 63v-414l-64 63-56-56 160-160 160 160-56 57-64-64v414l64-63 56 56-160 160Z"})})}function ft(t){return jsx(o,{...t,children:jsx("path",{d:"M120-120v-720h80v720h-80Zm640 0v-720h80v720h-80ZM280-440v-80h80v80h-80Zm160 0v-80h80v80h-80Zm160 0v-80h80v80h-80Z"})})}function gt(t){return jsx(o,{...t,children:jsx("path",{d:"m370-80-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-103 78q1 7 1 13.5v27q0 6.5-2 13.5l103 78-110 190-118-50q-11 8-23 15t-24 12L590-80H370Zm70-80h79l14-106q31-8 57.5-23.5T639-327l99 41 39-68-86-65q5-14 7-29.5t2-31.5q0-16-2-31.5t-7-29.5l86-65-39-68-99 42q-22-23-48.5-38.5T533-694l-13-106h-79l-14 106q-31 8-57.5 23.5T321-633l-99-41-39 68 86 64q-5 15-7 30t-2 32q0 16 2 31t7 30l-86 65 39 68 99-42q22 23 48.5 38.5T427-266l13 106Zm42-180q58 0 99-41t41-99q0-58-41-99t-99-41q-59 0-99.5 41T342-480q0 58 40.5 99t99.5 41Zm-2-140Z"})})}function Tt(t){return jsx(o,{...t,children:jsx("path",{d:"M80 0v-160h800V0H80Zm160-320h56l312-311-29-29-28-28-311 312v56Zm-80 80v-170l448-447q11-11 25.5-17t30.5-6q16 0 31 6t27 18l55 56q12 11 17.5 26t5.5 31q0 15-5.5 29.5T777-687L330-240H160Zm560-504-56-56 56 56ZM608-631l-29-29-28-28 57 57Z"})})}function It(t){return jsx(o,{...t,children:jsx("path",{d:"m247-904 57-56 343 343q23 23 23 57t-23 57L457-313q-23 23-57 23t-57-23L153-503q-23-23-23-57t23-57l190-191-96-96Zm153 153L209-560h382L400-751Zm360 471q-33 0-56.5-23.5T680-360q0-21 12.5-45t27.5-45q9-12 19-25t21-25q11 12 21 25t19 25q15 21 27.5 45t12.5 45q0 33-23.5 56.5T760-280ZM80 0v-160h800V0H80Z"})})}function bt(t){return jsx(o,{...t,children:jsx("path",{d:"M160-760v-80h640v80H160Zm280 640v-408L336-424l-56-56 200-200 200 200-56 56-104-104v408h-80Z"})})}function qt(t){return jsx(o,{...t,children:jsx("path",{d:"M440-80v-168l-64 64-56-56 160-160 160 160-56 56-64-64v168h-80ZM160-440v-80h640v80H160Zm320-120L320-720l56-56 64 64v-168h80v168l64-64 56 56-160 160Z"})})}function Ct(t){return jsx(o,{...t,children:jsx("path",{d:"M160-120v-80h640v80H160Zm320-160L280-480l56-56 104 104v-408h80v408l104-104 56 56-200 200Z"})})}function Ht(t){return jsx(o,{...t,children:jsx("path",{d:"M120-160v-40h720v40H120Zm0-120v-80h720v80H120Zm0-160v-120h720v120H120Zm0-200v-160h720v160H120Z"})})}function St(t){return jsx(o,{...t,children:jsx("path",{d:"M480-528 296-344l-56-56 240-240 240 240-56 56-184-184Z"})})}function wt(t){return jsx(o,{...t,children:jsx("path",{d:"M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z"})})}function xt(t){return jsx(o,{...t,children:jsx("path",{d:"M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z"})})}function Mt(t){return jsx(o,{...t,children:jsx("path",{d:"M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z"})})}function Rt(t){return jsx(o,{...t,children:jsx("path",{d:"M480-160q-33 0-56.5-23.5T400-240q0-33 23.5-56.5T480-320q33 0 56.5 23.5T560-240q0 33-23.5 56.5T480-160Zm0-240q-33 0-56.5-23.5T400-480q0-33 23.5-56.5T480-560q33 0 56.5 23.5T560-480q0 33-23.5 56.5T480-400Zm0-240q-33 0-56.5-23.5T400-720q0-33 23.5-56.5T480-800q33 0 56.5 23.5T560-720q0 33-23.5 56.5T480-640Z"})})}function Pt(t){return jsx(o,{...t,children:jsx("path",{d:"M120-440v-80h160v80H120Zm200 0v-80h160v80H320Zm200 0v-80h160v80H520Zm200 0v-80h120v80H720ZM240-120q-33 0-56.5-23.5T160-200v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-120H240Zm-80-520v-120q0-33 23.5-56.5T240-840h480q33 0 56.5 23.5T800-760v120h-80v-120H240v120h-80Z"})})}function _t(t){return jsx(o,{...t,children:jsx("path",{d:"M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-480H160v480Zm320-60q66 0 113-37t47-93q0-29-13-58t-34-55q-21-26-50-49t-50-31q-21 8-50 31t-50 49q-21 26-34 55t-13 58q0 56 47 93t140 37Z"})})}function yt(t){return jsx(o,{...t,children:jsx("path",{d:"M313-440l224 224-57 56-320-320 320-320 57 56-224 224h487v80H313Z"})})}function Lt(t){return jsx(o,{...t,children:jsx("path",{d:"M268-240 42-466l57-56 170 170 56 56-57 56Zm226 0L268-466l56-57 170 170 368-368 57 57-425 424Zm0-226-57-56 198-198 57 56-198 198Z"})})}function At(t){return jsx(o,{...t,children:jsx("path",{d:"m424-296 282-282-56-56-226 226-114-114-56 56 170 170Zm56 216q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"})})}function kt(t){return jsx(o,{...t,children:jsx("path",{d:"M80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"})})}function Bt(t){return jsxs(o,{...t,children:[jsx("path",{d:"M80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"}),jsx("path",{fill:"#188038",d:"m421-380 227-227-45-45-182 182-92-91-45 45 137 136Z"})]})}function Dt(t){return jsx(o,{...t,children:jsx("path",{d:"M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"})})}function Et(t){return jsx(o,{...t,children:jsx("path",{d:"m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"})})}function Wt(t){return jsx(o,{...t,children:jsx("path",{d:"M440-400h80v-120h120v-80H520v-120h-80v120H320v80h120v120ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"})})}function Ft(t){return jsx(o,{...t,children:jsx("path",{d:"M240-400h480v-80H240v80Zm0-120h480v-80H240v80Zm0-120h480v-80H240v80ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"})})}function zt(t){return jsx(o,{...t,children:jsx("path",{d:"M160-400h280v-80H160v80Zm0-160h440v-80H160v80Zm0-160h440v-80H160v80Zm360 360v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q8 9 12.5 20t4.5 22q0 11-4 22.5T863-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z"})})}function Nt(t){return jsx(o,{...t,children:jsx("path",{d:"M240-400h122l200-200q9-9 13.5-20.5T580-643q0-11-5-21.5T562-684l-36-38q-9-9-20-13.5t-23-4.5q-11 0-22.5 4.5T440-722L240-522v122Zm280-243-37-37 37 37ZM300-460v-38l101-101 20 18 18 20-101 101h-38Zm121-121 18 20-38-38 20 18Zm26 181h273v-80H527l-80 80ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"})})}function Ot(t){return jsx(o,{...t,children:jsx("path",{d:"M480-320q75 0 127.5-52.5T660-500q0-75-52.5-127.5T480-680q-75 0-127.5 52.5T300-500q0 75 52.5 127.5T480-320Zm0-72q-45 0-76.5-31.5T372-500q0-45 31.5-76.5T480-608q45 0 76.5 31.5T588-500q0 45-31.5 76.5T480-392Zm0 192q-146 0-266-81.5T40-500q54-137 174-218.5T480-800q146 0 266 81.5T920-500q-54 137-174 218.5T480-200Zm0-300Zm0 220q113 0 207.5-59.5T832-500q-50-101-144.5-160.5T480-720q-113 0-207.5 59.5T128-500q50 101 144.5 160.5T480-280Z"})})}function Vt(t){return jsx(o,{...t,children:jsx("path",{d:"M360-360v-200q-66 0-113-47t-47-113q0-66 47-113t113-47h320v80h-80v440h-80v-440h-80v440h-80Zm0-280v-160q-33 0-56.5 23.5T280-720q0 33 23.5 56.5T360-640Zm0-80ZM680-80l-56-56 64-64H120v-80h568l-64-64 56-56 160 160L680-80Z"})})}function Ut(t){return jsx(o,{...t,children:jsx("path",{d:"M360-360v-200q-66 0-113-47t-47-113q0-66 47-113t113-47h320v80h-80v440h-80v-440h-80v440h-80Zm-88 160 64 64-56 56-160-160 160-160 56 56-64 64h568v80H272Zm88-440v-160q-33 0-56.5 23.5T280-720q0 33 23.5 56.5T360-640Zm0-80Z"})})}function $t(t){return jsx(o,{...t,children:jsx("path",{d:"m760-600-50-110-110-50 110-50 50-110 50 110 110 50-110 50-50 110Zm0 560-50-110-110-50 110-50 50-110 50 110 110 50-110 50-50 110ZM360-160 260-380 40-480l220-100 100-220 100 220 220 100-220 100-100 220Zm0-194 40-86 86-40-86-40-40-86-40 86-86 40 86 40 40 86Zm0-126Z"})})}var jt={undo:n0,redo:r0,print:l0,file_download:v0,file_upload:c0,format_bold:h0,format_italic:a0,format_underlined:i0,strikethrough_s:p0,superscript:m0,subscript:s0,link:u0,format_clear:d0,format_align_left:Z0,format_align_center:f0,format_align_right:g0,format_align_justify:T0,format_line_spacing:I0,format_list_bulleted:b0,format_list_numbered:q0,format_indent_increase:C0,format_indent_decrease:H0,format_color_text:S0,ink_highlighter:w0,format_color_reset:x0,arrow_drop_down:M0,table:R0,table_chart:P0,grid_on:_0,table_rows:y0,view_column:L0,border_all:A0,border_outer:k0,border_inner:B0,border_clear:D0,add:E0,remove:W0,delete:F0,delete_sweep:z0,call_merge:N0,call_split:O0,drag_indicator:V0,image:U0,format_image_left:$0,format_image_right:j0,horizontal_rule:K0,flip_to_back:G0,flip_to_front:Q0,open_with:Y0,tune:J0,rotate_right:X0,rotate_left:tt,swap_horiz:et,swap_vert:ot,shapes:nt,format_paint:rt,expand_more:lt,expand_less:vt,border_top:ct,border_bottom:ht,border_left:at,border_right:it,border_horizontal:pt,border_vertical:mt,padding:st,text_rotation_none:ut,wrap_text:dt,height:Zt,fit_width:ft,settings:gt,border_color:Tt,format_color_fill:It,vertical_align_top:bt,vertical_align_center:qt,vertical_align_bottom:Ct,line_weight:Ht,keyboard_arrow_up:St,keyboard_arrow_down:wt,keyboard_arrow_left:xt,keyboard_arrow_right:Mt,more_vert:Rt,page_break:Pt,branding_watermark:_t,arrow_back:yt,done_all:Lt,check_circle:At,chat_bubble_outline:kt,chat_bubble_check:Bt,check:Dt,close:Et,add_comment:Wt,comment:Ft,edit_note:zt,rate_review:Nt,visibility:Ot,format_textdirection_l_to_r:Vt,format_textdirection_r_to_l:Ut,"agent-sparkle":$t};function g({name:t,size:n=20,className:l="",style:r}){let v=jt[t];return v?jsx(v,{size:n,className:l,style:r}):(console.warn(`Icon not found: ${t}`),jsx("span",{className:l,style:{fontSize:n,width:n,height:n,...r},children:t}))}var b=16;function Qt(){return jsx(g,{name:"table_rows",size:b,style:{transform:"scaleY(-1)"}})}function Yt(){return jsx(g,{name:"table_rows",size:b})}function Jt(){return jsx(g,{name:"view_column",size:b,style:{transform:"scaleX(-1)"}})}function Xt(){return jsx(g,{name:"view_column",size:b})}function te(){return jsx(g,{name:"delete_sweep",size:b})}function ee(){return jsx(g,{name:"delete_sweep",size:b,style:{transform:"rotate(90deg)"}})}function oe(){return jsx(g,{name:"call_merge",size:b})}function ne(){return jsx(g,{name:"call_split",size:b})}function re(){return jsx(g,{name:"delete",size:b,className:"text-red-600"})}var T={container:{display:"flex",alignItems:"center",gap:"4px",padding:"4px 8px",backgroundColor:"var(--doc-bg-subtle)",borderRadius:"4px",border:"1px solid var(--doc-border)",fontSize:"12px"},containerCompact:{padding:"2px 4px",gap:"2px"},containerFloating:{position:"absolute",zIndex:1e3,boxShadow:"0 2px 8px rgba(0, 0, 0, 0.15)"},group:{display:"flex",alignItems:"center",gap:"2px"},separator:{width:"1px",height:"20px",backgroundColor:"var(--doc-border-dark)",margin:"0 4px"},button:{display:"flex",alignItems:"center",justifyContent:"center",gap:"4px",padding:"4px 8px",border:"none",borderRadius:"3px",backgroundColor:"transparent",color:"var(--doc-text)",cursor:"pointer",fontSize:"12px",lineHeight:"1",transition:"background-color 0.15s, color 0.15s"},buttonCompact:{padding:"3px 5px"},buttonHover:{backgroundColor:"var(--doc-border)"},buttonDisabled:{color:"var(--doc-text-subtle)",cursor:"not-allowed"},buttonDelete:{color:"var(--doc-error)"},label:{fontSize:"11px",fontWeight:500,color:"var(--doc-text-muted)",marginRight:"8px",whiteSpace:"nowrap"}};function I({action:t,label:n,icon:l,disabled:r=false,onClick:v,showLabel:h=false,compact:a=false,shortcut:p}){let[u,c]=Gt.useState(false),i=typeof t=="string"&&t.startsWith("delete"),s={...T.button,...a?T.buttonCompact:{},...u&&!r?T.buttonHover:{},...r?T.buttonDisabled:{},...i&&!r?T.buttonDelete:{}},Z=p?`${n} (${p})`:n;return jsxs("button",{type:"button",className:`docx-table-toolbar-button docx-table-toolbar-${typeof t=="string"?t:t.type}`,style:s,disabled:r,onClick:v,onMouseEnter:()=>c(true),onMouseLeave:()=>c(false),title:Z,"aria-label":n,children:[l,h&&jsx("span",{children:n})]})}function L({children:t,showSeparator:n=true}){return jsxs(Fragment,{children:[jsx("div",{style:T.group,children:t}),n&&jsx("div",{style:T.separator})]})}function He({context:t,onAction:n,disabled:l=false,className:r,style:v,showLabels:h=false,compact:a=false,position:p="top",children:u}){let{t:c}=b$1();if(!t)return null;let i=M=>{!l&&n&&t&&n(M,t);},s=t.rowCount>1,Z=t.columnCount>1,f=t.hasMultiCellSelection,q=t.canSplitCell,C={...T.container,...a?T.containerCompact:{},...p==="floating"?T.containerFloating:{},...v},d=["docx-table-toolbar"];return r&&d.push(r),a&&d.push("docx-table-toolbar-compact"),p==="floating"&&d.push("docx-table-toolbar-floating"),jsxs("div",{className:d.join(" "),style:C,role:"toolbar","aria-label":c("table.editingTools"),children:[jsx("span",{style:T.label,children:c("table.label")}),jsxs(L,{children:[jsx(I,{action:"addRowAbove",label:c("table.insertRowAbove"),icon:jsx(Qt,{}),disabled:l,onClick:()=>i("addRowAbove"),showLabel:h,compact:a}),jsx(I,{action:"addRowBelow",label:c("table.insertRowBelow"),icon:jsx(Yt,{}),disabled:l,onClick:()=>i("addRowBelow"),showLabel:h,compact:a}),jsx(I,{action:"deleteRow",label:c("table.deleteRow"),icon:jsx(te,{}),disabled:l||!s,onClick:()=>i("deleteRow"),showLabel:h,compact:a})]}),jsxs(L,{children:[jsx(I,{action:"addColumnLeft",label:c("table.insertColumnLeft"),icon:jsx(Jt,{}),disabled:l,onClick:()=>i("addColumnLeft"),showLabel:h,compact:a}),jsx(I,{action:"addColumnRight",label:c("table.insertColumnRight"),icon:jsx(Xt,{}),disabled:l,onClick:()=>i("addColumnRight"),showLabel:h,compact:a}),jsx(I,{action:"deleteColumn",label:c("table.deleteColumn"),icon:jsx(ee,{}),disabled:l||!Z,onClick:()=>i("deleteColumn"),showLabel:h,compact:a})]}),jsxs(L,{showSeparator:false,children:[jsx(I,{action:"mergeCells",label:c("table.mergeCells"),icon:jsx(oe,{}),disabled:l||!f,onClick:()=>i("mergeCells"),showLabel:h,compact:a}),jsx(I,{action:"splitCell",label:c("table.splitCell"),icon:jsx(ne,{}),disabled:l||!q,onClick:()=>i("splitCell"),showLabel:h,compact:a}),jsx(I,{action:"deleteTable",label:c("table.deleteTable"),icon:jsx(re,{}),disabled:l,onClick:()=>i("deleteTable"),showLabel:h,compact:a})]}),u]})}
|
|
2
|
+
export{I0 as a,g as b,ce as c,$ as d,R as e,y as f,G as g,Q as h,Y as i,J as j,X as k,t0 as l,e0 as m,o0 as n,He as o};
|