@eigenpal/docx-editor-core 1.3.0 → 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.
Files changed (92) hide show
  1. package/dist/chunk-4MYKVWNF.js +1 -0
  2. package/dist/{chunk-Q5B5GKXD.mjs → chunk-55XWETY4.mjs} +1 -1
  3. package/dist/chunk-6QO4O52Y.mjs +1 -0
  4. package/dist/chunk-DE2V4X3B.mjs +1 -0
  5. package/dist/{chunk-TJRROR6U.js → chunk-DG2CMDSM.js} +1 -1
  6. package/dist/chunk-HPJBZL37.mjs +1 -0
  7. package/dist/{chunk-TURYWKNS.js → chunk-J3YFJDZD.js} +1 -1
  8. package/dist/chunk-JHTURDPX.mjs +1 -0
  9. package/dist/chunk-LX35TFGF.mjs +1 -0
  10. package/dist/chunk-NRWQ65NX.js +1 -0
  11. package/dist/{chunk-WDBZ3QVB.js → chunk-QLAIOTQB.js} +1 -1
  12. package/dist/chunk-RSU4HTC6.js +1 -0
  13. package/dist/{chunk-L6YTCHOQ.mjs → chunk-W7CQRQZ6.mjs} +1 -1
  14. package/dist/chunk-YGWUKRFD.mjs +1 -0
  15. package/dist/chunk-YM7SMTYY.js +1 -0
  16. package/dist/chunk-YPKIQMPR.js +1 -0
  17. package/dist/core.d.mts +2 -2
  18. package/dist/core.d.ts +2 -2
  19. package/dist/core.js +1 -1
  20. package/dist/core.mjs +1 -1
  21. package/dist/editor/index.d.mts +128 -0
  22. package/dist/editor/index.d.ts +128 -0
  23. package/dist/editor/index.js +1 -0
  24. package/dist/editor/index.mjs +1 -0
  25. package/dist/{footnotes-BtVc6VFl.d.mts → footnotes-BZ24OTAT.d.mts} +11 -1
  26. package/dist/{footnotes-DcUMWXul.d.ts → footnotes-DMsicPGd.d.ts} +11 -1
  27. package/dist/{headerFooterLayout-4E-S4Aay.d.ts → headerFooterLayout-AtAOhM8E.d.ts} +18 -2
  28. package/dist/{headerFooterLayout-DlJLWmpR.d.mts → headerFooterLayout-CU6hvszp.d.mts} +18 -2
  29. package/dist/layout-bridge/clickToPositionDom.js +1 -1
  30. package/dist/layout-bridge/clickToPositionDom.mjs +1 -1
  31. package/dist/layout-bridge/index.d.mts +109 -5
  32. package/dist/layout-bridge/index.d.ts +109 -5
  33. package/dist/layout-bridge/index.js +1 -1
  34. package/dist/layout-bridge/index.mjs +1 -1
  35. package/dist/layout-bridge/measuring/index.d.mts +5 -95
  36. package/dist/layout-bridge/measuring/index.d.ts +5 -95
  37. package/dist/layout-bridge/measuring/index.js +1 -1
  38. package/dist/layout-bridge/measuring/index.mjs +1 -1
  39. package/dist/layout-bridge/tableInsertHover.js +1 -1
  40. package/dist/layout-bridge/tableInsertHover.mjs +1 -1
  41. package/dist/layout-engine/index.js +1 -1
  42. package/dist/layout-engine/index.mjs +1 -1
  43. package/dist/layout-painter/index.d.mts +2 -2
  44. package/dist/layout-painter/index.d.ts +2 -2
  45. package/dist/layout-painter/index.js +1 -1
  46. package/dist/layout-painter/index.mjs +1 -1
  47. package/dist/layout-painter/renderPage.d.mts +8 -3
  48. package/dist/layout-painter/renderPage.d.ts +8 -3
  49. package/dist/layout-painter/renderPage.js +1 -1
  50. package/dist/layout-painter/renderPage.mjs +1 -1
  51. package/dist/measureBlocksPipeline-BMqbRFQB.d.mts +96 -0
  52. package/dist/measureBlocksPipeline-iYNzAH-o.d.ts +96 -0
  53. package/dist/prosemirror/applyFormatting.d.mts +67 -0
  54. package/dist/prosemirror/applyFormatting.d.ts +67 -0
  55. package/dist/prosemirror/applyFormatting.js +1 -0
  56. package/dist/prosemirror/applyFormatting.mjs +1 -0
  57. package/dist/prosemirror/commentIdAllocator.d.mts +50 -0
  58. package/dist/prosemirror/commentIdAllocator.d.ts +50 -0
  59. package/dist/prosemirror/commentIdAllocator.js +1 -0
  60. package/dist/prosemirror/commentIdAllocator.mjs +1 -0
  61. package/dist/prosemirror/commentOps.d.mts +46 -0
  62. package/dist/prosemirror/commentOps.d.ts +46 -0
  63. package/dist/prosemirror/commentOps.js +1 -0
  64. package/dist/prosemirror/commentOps.mjs +1 -0
  65. package/dist/prosemirror/imageCommit.d.mts +35 -0
  66. package/dist/prosemirror/imageCommit.d.ts +35 -0
  67. package/dist/prosemirror/imageCommit.js +1 -0
  68. package/dist/prosemirror/imageCommit.mjs +1 -0
  69. package/dist/prosemirror/paraText.d.mts +52 -0
  70. package/dist/prosemirror/paraText.d.ts +52 -0
  71. package/dist/prosemirror/paraText.js +1 -0
  72. package/dist/prosemirror/paraText.mjs +1 -0
  73. package/dist/prosemirror/queries.d.mts +65 -0
  74. package/dist/prosemirror/queries.d.ts +65 -0
  75. package/dist/prosemirror/queries.js +2 -0
  76. package/dist/prosemirror/queries.mjs +2 -0
  77. package/dist/prosemirror/tableResize.d.mts +58 -0
  78. package/dist/prosemirror/tableResize.d.ts +58 -0
  79. package/dist/prosemirror/tableResize.js +1 -0
  80. package/dist/prosemirror/tableResize.mjs +1 -0
  81. package/dist/utils/autoScroll.d.mts +24 -0
  82. package/dist/utils/autoScroll.d.ts +24 -0
  83. package/dist/utils/autoScroll.js +1 -0
  84. package/dist/utils/autoScroll.mjs +1 -0
  85. package/package.json +73 -1
  86. package/dist/chunk-72KLR6TJ.mjs +0 -1
  87. package/dist/chunk-7JQVKJRN.mjs +0 -1
  88. package/dist/chunk-7WGN2OBZ.js +0 -1
  89. package/dist/chunk-JUMHC5Z6.mjs +0 -1
  90. package/dist/chunk-MEVZCB56.mjs +0 -1
  91. package/dist/chunk-T4RYVPAB.js +0 -1
  92. package/dist/chunk-XWC67YLW.js +0 -1
@@ -0,0 +1 @@
1
+ 'use strict';var T=".layout-page-content";function M(l){return Array.from(l.querySelectorAll(`${T} span[data-pm-start][data-pm-end]`))}function B(l){return Array.from(l.querySelectorAll(`${T} .layout-empty-run`))}function I(l){return Array.from(l.querySelectorAll(`${T} [data-pm-start]`))}function q(l,t){return Number.isFinite(t)?l.querySelector(`${T} [data-pm-start="${t}"]`):null}function w(l,t,s,p=1){let g=document.elementsFromPoint(t,s),f=g.find(e=>e.classList.contains("layout-page"));if(!f)return null;let r=g.find(e=>e.tagName==="SPAN"&&e.dataset.pmStart!==void 0&&e.dataset.pmEnd!==void 0);if(r)return L(r,t);let a=g.find(e=>e.classList.contains("layout-empty-run"));if(a){let e=a.closest(".layout-paragraph");if(e&&e.dataset.pmStart)return Number(e.dataset.pmStart)}let c=g.find(e=>e.classList.contains("layout-paragraph")&&e.dataset.pmStart!==void 0);if(c&&c.dataset.pmStart){let e=N(c,t,s);return e!==null?e:Number(c.dataset.pmStart)}let u=g.find(e=>e.classList.contains("layout-table-cell"));return u?N(u,t,s):R(l,f,t,s)}function L(l,t,s){let p=Number(l.dataset.pmStart),g=Number(l.dataset.pmEnd);if(l.classList.contains("layout-run-tab")){let n=l.getBoundingClientRect(),i=(n.left+n.right)/2;return t<i?p:g}let f=l.firstChild;if(!f||f.nodeType!==Node.TEXT_NODE)return p;let r=f,a=r.length;if(a===0)return p;let c=l.ownerDocument;if(!c)return p;let u=0,e=a;for(;u<e;){let n=Math.floor((u+e)/2),i=c.createRange();i.setStart(r,n),i.setEnd(r,n);let m=i.getBoundingClientRect().left;t<m?e=n:u=n+1;}if(u>0&&u<=a){let n=c.createRange();n.setStart(r,u-1),n.setEnd(r,u-1);let i=n.getBoundingClientRect();n.setStart(r,Math.min(u,a)),n.setEnd(r,Math.min(u,a));let o=n.getBoundingClientRect(),m=Math.abs(t-i.left),d=Math.abs(t-o.left);if(m<d)return p+(u-1)}return p+Math.min(u,g-p)}function N(l,t,s){let p=l.querySelector(".layout-empty-run");if(p){let n=p.closest(".layout-paragraph");if(n&&n.dataset.pmStart)return Number(n.dataset.pmStart)}let g=l.querySelectorAll(".layout-line"),f=null,r=1/0;for(let n of Array.from(g)){let i=n,o=i.getBoundingClientRect(),m=(o.top+o.bottom)/2,d=Math.abs(s-m);d<r&&(r=d,f=i);}if(!f){let n=l.querySelector(".layout-paragraph[data-pm-start]");return n?.dataset.pmStart?Number(n.dataset.pmStart):l.dataset.pmStart?Number(l.dataset.pmStart):null}let a=f.querySelectorAll("span[data-pm-start][data-pm-end]");if(a.length===0){let n=f.closest(".layout-paragraph");return n?.dataset.pmStart?Number(n.dataset.pmStart):null}let c=null,u=1/0;for(let n of Array.from(a)){let i=n,o=i.getBoundingClientRect();if(t>=o.left&&t<=o.right)return L(i,t);let m=t<o.left?o.left-t:t-o.right;m<u&&(u=m,c=i);}if(!c)return null;let e=c.getBoundingClientRect();return t<e.left?Number(c.dataset.pmStart):Number(c.dataset.pmEnd)}function R(l,t,s,p,g){if(t.querySelectorAll("span[data-pm-start][data-pm-end]").length===0){let o=t.querySelectorAll(".layout-paragraph");if(o.length>0){let m=o[0];return Number(m.dataset.pmStart)||0}return null}let r=t.querySelectorAll(".layout-line"),a=null,c=1/0;for(let o of Array.from(r)){let m=o,d=m.getBoundingClientRect(),h=(d.top+d.bottom)/2,b=Math.abs(p-h);b<c&&(c=b,a=m);}if(!a)return null;let u=a.querySelectorAll("span[data-pm-start][data-pm-end]");if(u.length===0){let o=a.closest(".layout-paragraph");return o?.dataset.pmStart?Number(o.dataset.pmStart):null}let e=null,n=1/0;for(let o of Array.from(u)){let m=o,d=m.getBoundingClientRect();if(s>=d.left&&s<=d.right)return L(m,s);let h=s<d.left?d.left-s:s-d.right;h<n&&(n=h,e=m);}if(!e)return null;let i=e.getBoundingClientRect();return s<i.left?Number(e.dataset.pmStart):Number(e.dataset.pmEnd)}var D=.5;function A(l,t){let s=l.closest(".layout-table:not(.layout-nested-table)");if(!s)return {left:t.left,top:t.top,right:t.right,bottom:t.bottom};let p=s.getBoundingClientRect(),g=Math.max(t.top,p.top),f=Math.min(t.bottom,p.bottom);return f-g<=D?null:{left:t.left,top:g,right:t.right,bottom:f}}function O(l,t,s,p){let g=[],f=M(l);for(let r of Array.from(f)){let a=r,c=Number(a.dataset.pmStart);if(Number(a.dataset.pmEnd)<=t||c>=s)continue;let e=a.closest(".layout-page"),n=e?Number(e.dataset.pageNumber||1)-1:0,i=y=>{let E=A(a,y);E&&g.push({x:E.left-p.left,y:E.top-p.top,width:E.right-E.left,height:E.bottom-E.top,pageIndex:n});};if(a.classList.contains("layout-run-tab")){i(a.getBoundingClientRect());continue}let o=null;if(a.firstChild?.nodeType===Node.TEXT_NODE?o=a.firstChild:a.firstChild?.nodeType===Node.ELEMENT_NODE&&a.firstChild.tagName==="A"&&a.firstChild.firstChild?.nodeType===Node.TEXT_NODE&&(o=a.firstChild.firstChild),!o)continue;let m=a.ownerDocument;if(!m)continue;let d=Math.max(0,t-c),h=Math.min(o.length,s-c);if(d>=h)continue;let b=m.createRange();b.setStart(o,d),b.setEnd(o,h);for(let y of Array.from(b.getClientRects()))i(y);}return g}function $(l,t,s){let p=M(l);for(let f of Array.from(p)){let r=f,a=Number(r.dataset.pmStart),c=Number(r.dataset.pmEnd);if(r.classList.contains("layout-run-tab")){if(t>=a&&t<c){let u=r.getBoundingClientRect(),e=r.closest(".layout-page"),n=e?Number(e.dataset.pageNumber||1)-1:0,i=r.closest(".layout-line"),o=i?i.offsetHeight:16;return {x:u.left-s.left,y:u.top-s.top,height:o,pageIndex:n}}continue}if(t>=a&&t<=c){let u=r.firstChild;if(!u||u.nodeType!==Node.TEXT_NODE){let E=r.getBoundingClientRect(),S=r.closest(".layout-page"),x=S?Number(S.dataset.pageNumber||1)-1:0,H=r.closest(".layout-line"),C=H?H.offsetHeight:16;return {x:E.left-s.left,y:E.top-s.top,height:C,pageIndex:x}}let e=u,n=Math.min(t-a,e.length),i=r.ownerDocument;if(!i)continue;let o=i.createRange();o.setStart(e,n),o.setEnd(e,n);let m=o.getBoundingClientRect(),d=r.closest(".layout-page"),h=d?Number(d.dataset.pageNumber||1)-1:0,b=r.closest(".layout-line"),y=b?b.offsetHeight:16;return {x:m.left-s.left,y:m.top-s.top,height:y,pageIndex:h}}}let g=l.querySelectorAll(".layout-paragraph");for(let f of Array.from(g)){let r=f,a=Number(r.dataset.pmStart),c=Number(r.dataset.pmEnd);if(t>=a&&t<=c){let e=r.querySelector(".layout-empty-run")||r,n=e.getBoundingClientRect(),i=r.closest(".layout-page"),o=i?Number(i.dataset.pageNumber||1)-1:0,d=(e.closest(".layout-line")||e).offsetHeight||16;return {x:n.left-s.left,y:n.top-s.top,height:d,pageIndex:o}}}return null}exports.a=M;exports.b=B;exports.c=I;exports.d=q;exports.e=w;exports.f=A;exports.g=O;exports.h=$;
@@ -1 +1 @@
1
- import {a as a$1,c as c$1,d,b as b$1,y,I}from'./chunk-72KLR6TJ.mjs';import {b,a,c}from'./chunk-QPFJJPIC.mjs';import {e}from'./chunk-VW22RZ6C.mjs';function De(e){return !b(e.wrapType)&&e.wrapType!=="topAndBottom"}function Xe(e){return e.wrapType==="behind"}function Ne(e){return a(e.wrapType)?true:e.displayMode==="float"}function j(e){return b(e.wrapType)||e.wrapType==="topAndBottom"?false:c(e.wrapType)?true:e.displayMode==="float"&&e.cssFloat!=="none"}function je(e){return e==="left"?"right":e==="right"?"left":"bothSides"}function Ke(e){return {pageWidth:e.size.w,pageHeight:e.size.h,marginLeft:e.margins.left,marginTop:e.margins.top,contentWidth:e.size.w-e.margins.left-e.margins.right,contentHeight:e.size.h-e.margins.top-e.margins.bottom}}function qe(e,i,n,t){let{x:o,side:r}=Te(e,n,t),l=U(e,i,t);return {x:o,y:l,side:r}}function V(e,i,n){return U(e,i,n)}function Te(e$1,i,n){let t=e$1.position?.horizontal;if(!t)return e$1.cssFloat==="right"?{x:i-e$1.width,side:"right"}:{x:0,side:"left"};let o=ye(t.relativeTo,i,n);if(t.align==="right")return {x:o.size?o.base+o.size-e$1.width:0,side:"right"};if(t.align==="left")return {x:o.base,side:"left"};if(t.align==="center")return {x:o.size?o.base+(o.size-e$1.width)/2:0,side:"left"};if(t.posOffset!==void 0){let r=o.base+e(t.posOffset);return {x:r,side:r>i/2?"right":"left"}}return {x:o.base,side:"left"}}function ye(e,i,n){let t=n?.pageWidth??0,o=n?.marginLeft??0;switch(e){case "page":return {base:-o,size:t};case "leftMargin":return {base:-o,size:o};case "rightMargin":return {base:i,size:o};case "character":return {base:0,size:0};default:return {base:0,size:i}}}function U(e$1,i,n){let t=e$1.position?.vertical;if(!t)return i;let o=Fe(t.relativeTo,i,n);return t.align==="top"?o.base:t.align==="center"?o.size?o.base+(o.size-e$1.height)/2:i:t.align==="bottom"?o.size?o.base+o.size-e$1.height:i:t.posOffset!==void 0?o.base+e(t.posOffset):t.relativeTo==="paragraph"||t.relativeTo==="line"?i:o.base}function Fe(e,i,n){let t=n?.pageHeight??0,o=n?.marginTop??0,r=n?.contentHeight??0;switch(e){case "paragraph":case "line":return {base:i,size:0};case "page":return {base:-o,size:t};case "topMargin":return {base:-o,size:o};case "bottomMargin":return {base:r,size:o};default:return {base:0,size:r}}}var K=7,q=0;function Me(e,i){if(e.kind!=="paragraph"||i.kind!=="paragraph")return "totalHeight"in i?i.totalHeight:"height"in i?i.height:0;let n=e.runs.filter(u=>u.kind!=="text"||u.text.length>0);if(!(i.lines.length===1&&n.length>0&&n.every(u=>u.kind==="image")))return i.totalHeight;let o=n.reduce((u,g)=>g.kind==="image"?Math.max(u,g.height):u,0),r=e.attrs?.spacing?.before??0,l=e.attrs?.spacing?.after??0;return r+o+l}function J(e){let i=e?.borders?.top?.width??0,n=e?.borders?.bottom?.width??0;return i+n}function Q(e,i,n){let t=e.columnWidths??[],o=a$1(e.width,e.widthType,i),r=c$1(e),l=o??i;if(e.rows.length>0&&(t=d(t,r,l)),t.length>0&&o){let a=t.reduce((c,s)=>c+s,0);if(a>0&&Math.abs(a-o)>1){let c=o/a;t=t.map(s=>s*c);}}let u=new Map;for(let a of b$1(e))u.set(`${a.rowIndex}-${a.cellIndex}`,a.columnIndex);let g=e.rows.map((a,c)=>({cells:a.cells.map((s,h)=>{let d=s.colSpan??1,y=u.get(`${c}-${h}`)??0,p=0;for(let b=0;b<d&&y+b<t.length;b++)p+=t[y+b]??0;p===0&&(p=(s.width&&s.width>0?s.width:a$1(s.widthValue,s.widthType,l))??100);let M=s.padding?.left??K,P=s.padding?.right??K,T=Math.max(1,p-M-P);return {blocks:s.blocks.map(b=>n(b,T)),width:p,height:0,colSpan:s.colSpan,rowSpan:s.rowSpan}}),height:0})),m=[];for(let a=0;a<g.length;a++){let c=g[a],s=e.rows[a]?.cells,h=0,d=0;for(let P=0;P<c.cells.length;P++){let T=c.cells[P],b=s?.[P],R=0,S=0;for(let z=0;z<T.blocks.length;z++){let k=b?.blocks[z],Z=T.blocks[z];if(!k||!Z)continue;let xe=Me(k,Z),E=k.kind==="paragraph"?k.attrs?.spacing:void 0,O=E?.before??0,Y=E?.after??0;R+=Math.max(S,O)+(xe-O-Y),S=Y;}R+=S,T.height=R;let me=b?.padding?.top??q,be=b?.padding?.bottom??q;T.height+=me+be,(T.rowSpan??1)<=1&&(h=Math.max(h,T.height)),d=Math.max(d,J(b));}let y=e.rows[a],p=y?.height,M=y?.heightRule;m[a]=M==="exact"&&!!p,p&&M==="exact"?c.height=p:p?c.height=Math.max(h+d,p):c.height=h+d;}let x=g.map(a=>a.height);for(let a=0;a<g.length;a++){let c=e.rows[a]?.cells,s=g[a]?.cells;if(!(!c||!s))for(let h=0;h<c.length;h++){let d=c[h]?.rowSpan??1;if(d<=1)continue;let y=Math.min(a+d-1,g.length-1),p=(s[h]?.height??0)+J(c[h]),M=0;for(let b=a;b<=y;b++)M+=x[b]??0;let P=p-M;if(P<=0)continue;let T=y;for(;T>a&&m[T];)T--;m[T]||(g[T].height+=P);}}let f=g.reduce((a,c)=>a+c.height,0),F=t.reduce((a,c)=>a+c,0)||o||i;return {kind:"table",rows:g,columnWidths:t,totalWidth:F,totalHeight:f}}var Pe=4;function we(e,i,n,t){let o=Array.isArray(i)?i[0]??0:i,r=Ce(e,o,n,t),l=r.filter(s=>s.isMarginRelative),u=r.filter(s=>!s.isMarginRelative),g=new Map;for(let s of l){let h=g.get(s.topY)??[];h.push(s),g.set(s.topY,h);}let m=ze(u,Pe),x=[];ee(m,x),ee(Array.from(g.values()),x);let f=new Map;for(let s of x){let h=s.fullWidthBlock&&s.isMarginRelative?0:s.anchorBlockIndex,d=f.get(h)??[],{anchorBlockIndex:y,isMarginRelative:p,...M}=s;d.push(M),f.set(h,d);}let F=new Set(f.keys()),a=0,c=[];return e.map((s,h)=>{F.has(h)&&(a=0,c=f.get(h)??[]);let d=c.length>0?c:void 0,y=Array.isArray(i)?i[h]??o:i,p=n(s,y,d,a);return "totalHeight"in p&&(s.kind==="table"&&s.floating||(a+=p.totalHeight)),p})}function Ce(e,i,n,t){let o=[];for(let r=0;r<e.length;r++){let l=e[r];switch(l.kind){case "paragraph":ve(l,r,i,o);break;case "table":Ae(l,r,i,n,o);break;case "textBox":Ie(l,r,i,o,t);break}}return o}function te(e$1,i,n,t,o,r){let l=0,u=0,g=e$1?.horizontal;if(g?.align==="left")l=n+o;else if(g?.align==="right")u=n+t;else if(g?.posOffset!==void 0){let m=e(g.posOffset);m<r/2?l=m+n+o:u=r-m+t;}else i==="left"?l=n+o:i==="right"&&(u=n+t);return y(l,u,r)}function $(e){let i=e?.vertical?.relativeTo;return i==="margin"||i==="page"}function ve(e$1,i,n,t){for(let o of e$1.runs){if(o.kind!=="image")continue;let r=o;if(!j(r))continue;let l=r.distTop??0,u=r.distBottom??0,g=r.distLeft??12,m=r.distRight??12,x=0,f=r.position?.vertical;f?.align==="top"&&f.relativeTo==="margin"?x=0:f?.posOffset!==void 0&&(x=e(f.posOffset));let F=x+r.height,{leftMargin:a,rightMargin:c}=te(r.position,r.cssFloat,r.width,g,m,n);(a>0||c>0)&&t.push({leftMargin:a,rightMargin:c,topY:x-l,bottomY:F+u,anchorBlockIndex:i,isMarginRelative:$(r.position)});}}function Ae(e,i,n,t,o){let r=e.floating;if(!r)return;let l=Q(e,n,t),u=l.totalWidth,g=l.totalHeight,m=r.leftFromText??12,x=r.rightFromText??12,f=r.topFromText??0,F=r.bottomFromText??0,a=0;r.tblpX!==void 0?a=r.tblpX:r.tblpXSpec?r.tblpXSpec==="left"||r.tblpXSpec==="inside"?a=0:r.tblpXSpec==="right"||r.tblpXSpec==="outside"?a=n-u:r.tblpXSpec==="center"&&(a=(n-u)/2):e.justification==="center"?a=(n-u)/2:e.justification==="right"&&(a=n-u);let c=0,s=0;a<n/2?c=a+u+x:s=n-a+m,{leftMargin:c,rightMargin:s}=y(c,s,n);let h=r.tblpY??0,d=h+g;o.push({leftMargin:c,rightMargin:s,topY:h-f,bottomY:d+F,anchorBlockIndex:i});}function Ie(e$1,i,n,t,o){if(!I(e$1)||b(e$1.wrapType))return;let r=e$1.width??0,l=e$1.height??0;if(r<=0||l<=0)return;let u=e$1.distTop??0,g=e$1.distBottom??0,m=e$1.distLeft??12,x=e$1.distRight??12;if(e$1.wrapType==="topAndBottom"){let s=V({height:l,position:e$1.position},0,o),h=s+l+g;if(h<=0)return;t.push({leftMargin:0,rightMargin:0,topY:Math.max(0,s-u),bottomY:h,anchorBlockIndex:i,isMarginRelative:$(e$1.position),fullWidthBlock:true});return}let f=0;e$1.position?.vertical?.posOffset!==void 0&&(f=e(e$1.position.vertical.posOffset));let F=f+l,{leftMargin:a,rightMargin:c}=te(e$1.position,e$1.cssFloat,r,m,x,n);a<=0&&c<=0||t.push({leftMargin:a,rightMargin:c,topY:f-u,bottomY:F+g,anchorBlockIndex:i,isMarginRelative:$(e$1.position)});}function ze(e,i){let n=[];for(let t of e){let o=n.find(r=>r.some(l=>Math.abs(l.anchorBlockIndex-t.anchorBlockIndex)<=i&&t.topY<l.bottomY&&t.bottomY>l.topY));o?o.push(t):n.push([t]);}return n}function ee(e,i){for(let n of e){let t=Math.min(...n.map(o=>o.anchorBlockIndex));for(let o of n)i.push({...o,anchorBlockIndex:t});}}var ne=2e4,w=new Map;function ie(e,i,n){return `${e}|${i}|${n||0}`}function oe(){for(;w.size>ne;){let e=w.keys().next().value;if(e===void 0)break;w.delete(e);}}function ke(e,i,n=0){let t=ie(e,i,n),o=w.get(t);if(o!==void 0)return w.delete(t),w.set(t,o),o.width}function Be(e,i,n,t){let o=ie(e,i,n);w.set(o,{width:t}),oe();}function re(){w.clear();}function Re(e){!Number.isFinite(e)||e<=0||(ne=e,oe());}function ae(){return w.size}var Se=1e3,se=Se,C=new Map;function ce(e,i,n=false,t=false){return `${e}|${i}|${n}|${t}`}function le(){for(;C.size>se;){let e=C.keys().next().value;if(e===void 0)break;C.delete(e);}}function We(e,i,n=false,t=false){let o=ce(e,i,n,t),r=C.get(o);if(r!==void 0)return C.delete(o),C.set(o,r),r}function $e(e,i,n,t,o){let r=ce(e,i,n,t);C.set(r,o),le();}function ue(){C.clear();}function He(e){!Number.isFinite(e)||e<=0||(se=e,le());}function ge(){return C.size}var Ze=5e3,he=Ze,v=new Map;function H(e){let i=[];for(let t of e.runs)t.kind==="text"?i.push(`t:${t.text}|${t.fontFamily}|${t.fontSize}|${t.bold}|${t.italic}`):t.kind==="tab"?i.push(`tab:${t.width}`):t.kind==="image"?i.push(`img:${t.width}x${t.height}`):t.kind==="lineBreak"&&i.push("br");let n=e.attrs;if(n){n.alignment&&i.push(`align:${n.alignment}`),n.indent&&i.push(`indent:${n.indent.left}|${n.indent.right}|${n.indent.firstLine}|${n.indent.hanging}`),n.spacing&&i.push(`spacing:${n.spacing.before}|${n.spacing.after}|${n.spacing.line}|${n.spacing.lineRule}`),n.defaultFontSize!=null&&i.push(`dfs:${n.defaultFontSize}`),n.defaultFontFamily!=null&&i.push(`dff:${n.defaultFontFamily}`);let t=n.borders;if(t){let o=r=>r?`${r.width??""},${r.style??""},${r.color??""}`:"";i.push(`bdr:${o(t.top)}|${o(t.bottom)}|${o(t.left)}|${o(t.right)}`);}n.suppressEmptyParagraphHeight&&i.push("sup"),n.pPrIns&&i.push(`pins:${n.pPrIns.revisionId}`),n.pPrDel&&i.push(`pdel:${n.pPrDel.revisionId}`);}return i.join("||")}function pe(){for(;v.size>he;){let e=v.keys().next().value;if(e===void 0)break;v.delete(e);}}function Ee(e,i){let n=H(e),t=v.get(n);if(t!==void 0&&t.maxWidth===i)return v.delete(n),v.set(n,t),t.measure}function Oe(e,i,n){let t=H(e);v.set(t,{measure:n,maxWidth:i}),pe();}function fe(){v.clear();}function Ye(e){!Number.isFinite(e)||e<=0||(he=e,pe());}function de(){return v.size}function Le(){re(),ue(),fe();}function Ge(){return ae()+ge()+de()}export{de as A,Le as B,Ge as C,De as a,Xe as b,Ne as c,j as d,je as e,Ke as f,qe as g,V as h,Me as i,Q as j,we as k,ke as l,Be as m,re as n,Re as o,ae as p,We as q,$e as r,ue as s,He as t,ge as u,H as v,Ee as w,Oe as x,fe as y,Ye as z};
1
+ import {a as a$1,c as c$1,d,b as b$1,y,I}from'./chunk-JHTURDPX.mjs';import {b,a,c}from'./chunk-QPFJJPIC.mjs';import {e}from'./chunk-VW22RZ6C.mjs';function De(e){return !b(e.wrapType)&&e.wrapType!=="topAndBottom"}function Xe(e){return e.wrapType==="behind"}function Ne(e){return a(e.wrapType)?true:e.displayMode==="float"}function j(e){return b(e.wrapType)||e.wrapType==="topAndBottom"?false:c(e.wrapType)?true:e.displayMode==="float"&&e.cssFloat!=="none"}function je(e){return e==="left"?"right":e==="right"?"left":"bothSides"}function Ke(e){return {pageWidth:e.size.w,pageHeight:e.size.h,marginLeft:e.margins.left,marginTop:e.margins.top,contentWidth:e.size.w-e.margins.left-e.margins.right,contentHeight:e.size.h-e.margins.top-e.margins.bottom}}function qe(e,i,n,t){let{x:o,side:r}=Te(e,n,t),l=U(e,i,t);return {x:o,y:l,side:r}}function V(e,i,n){return U(e,i,n)}function Te(e$1,i,n){let t=e$1.position?.horizontal;if(!t)return e$1.cssFloat==="right"?{x:i-e$1.width,side:"right"}:{x:0,side:"left"};let o=ye(t.relativeTo,i,n);if(t.align==="right")return {x:o.size?o.base+o.size-e$1.width:0,side:"right"};if(t.align==="left")return {x:o.base,side:"left"};if(t.align==="center")return {x:o.size?o.base+(o.size-e$1.width)/2:0,side:"left"};if(t.posOffset!==void 0){let r=o.base+e(t.posOffset);return {x:r,side:r>i/2?"right":"left"}}return {x:o.base,side:"left"}}function ye(e,i,n){let t=n?.pageWidth??0,o=n?.marginLeft??0;switch(e){case "page":return {base:-o,size:t};case "leftMargin":return {base:-o,size:o};case "rightMargin":return {base:i,size:o};case "character":return {base:0,size:0};default:return {base:0,size:i}}}function U(e$1,i,n){let t=e$1.position?.vertical;if(!t)return i;let o=Fe(t.relativeTo,i,n);return t.align==="top"?o.base:t.align==="center"?o.size?o.base+(o.size-e$1.height)/2:i:t.align==="bottom"?o.size?o.base+o.size-e$1.height:i:t.posOffset!==void 0?o.base+e(t.posOffset):t.relativeTo==="paragraph"||t.relativeTo==="line"?i:o.base}function Fe(e,i,n){let t=n?.pageHeight??0,o=n?.marginTop??0,r=n?.contentHeight??0;switch(e){case "paragraph":case "line":return {base:i,size:0};case "page":return {base:-o,size:t};case "topMargin":return {base:-o,size:o};case "bottomMargin":return {base:r,size:o};default:return {base:0,size:r}}}var K=7,q=0;function Me(e,i){if(e.kind!=="paragraph"||i.kind!=="paragraph")return "totalHeight"in i?i.totalHeight:"height"in i?i.height:0;let n=e.runs.filter(u=>u.kind!=="text"||u.text.length>0);if(!(i.lines.length===1&&n.length>0&&n.every(u=>u.kind==="image")))return i.totalHeight;let o=n.reduce((u,g)=>g.kind==="image"?Math.max(u,g.height):u,0),r=e.attrs?.spacing?.before??0,l=e.attrs?.spacing?.after??0;return r+o+l}function J(e){let i=e?.borders?.top?.width??0,n=e?.borders?.bottom?.width??0;return i+n}function Q(e,i,n){let t=e.columnWidths??[],o=a$1(e.width,e.widthType,i),r=c$1(e),l=o??i;if(e.rows.length>0&&(t=d(t,r,l)),t.length>0&&o){let a=t.reduce((c,s)=>c+s,0);if(a>0&&Math.abs(a-o)>1){let c=o/a;t=t.map(s=>s*c);}}let u=new Map;for(let a of b$1(e))u.set(`${a.rowIndex}-${a.cellIndex}`,a.columnIndex);let g=e.rows.map((a,c)=>({cells:a.cells.map((s,h)=>{let d=s.colSpan??1,y=u.get(`${c}-${h}`)??0,p=0;for(let b=0;b<d&&y+b<t.length;b++)p+=t[y+b]??0;p===0&&(p=(s.width&&s.width>0?s.width:a$1(s.widthValue,s.widthType,l))??100);let M=s.padding?.left??K,P=s.padding?.right??K,T=Math.max(1,p-M-P);return {blocks:s.blocks.map(b=>n(b,T)),width:p,height:0,colSpan:s.colSpan,rowSpan:s.rowSpan}}),height:0})),m=[];for(let a=0;a<g.length;a++){let c=g[a],s=e.rows[a]?.cells,h=0,d=0;for(let P=0;P<c.cells.length;P++){let T=c.cells[P],b=s?.[P],R=0,S=0;for(let z=0;z<T.blocks.length;z++){let k=b?.blocks[z],Z=T.blocks[z];if(!k||!Z)continue;let xe=Me(k,Z),E=k.kind==="paragraph"?k.attrs?.spacing:void 0,O=E?.before??0,Y=E?.after??0;R+=Math.max(S,O)+(xe-O-Y),S=Y;}R+=S,T.height=R;let me=b?.padding?.top??q,be=b?.padding?.bottom??q;T.height+=me+be,(T.rowSpan??1)<=1&&(h=Math.max(h,T.height)),d=Math.max(d,J(b));}let y=e.rows[a],p=y?.height,M=y?.heightRule;m[a]=M==="exact"&&!!p,p&&M==="exact"?c.height=p:p?c.height=Math.max(h+d,p):c.height=h+d;}let x=g.map(a=>a.height);for(let a=0;a<g.length;a++){let c=e.rows[a]?.cells,s=g[a]?.cells;if(!(!c||!s))for(let h=0;h<c.length;h++){let d=c[h]?.rowSpan??1;if(d<=1)continue;let y=Math.min(a+d-1,g.length-1),p=(s[h]?.height??0)+J(c[h]),M=0;for(let b=a;b<=y;b++)M+=x[b]??0;let P=p-M;if(P<=0)continue;let T=y;for(;T>a&&m[T];)T--;m[T]||(g[T].height+=P);}}let f=g.reduce((a,c)=>a+c.height,0),F=t.reduce((a,c)=>a+c,0)||o||i;return {kind:"table",rows:g,columnWidths:t,totalWidth:F,totalHeight:f}}var Pe=4;function we(e,i,n,t){let o=Array.isArray(i)?i[0]??0:i,r=Ce(e,o,n,t),l=r.filter(s=>s.isMarginRelative),u=r.filter(s=>!s.isMarginRelative),g=new Map;for(let s of l){let h=g.get(s.topY)??[];h.push(s),g.set(s.topY,h);}let m=ze(u,Pe),x=[];ee(m,x),ee(Array.from(g.values()),x);let f=new Map;for(let s of x){let h=s.fullWidthBlock&&s.isMarginRelative?0:s.anchorBlockIndex,d=f.get(h)??[],{anchorBlockIndex:y,isMarginRelative:p,...M}=s;d.push(M),f.set(h,d);}let F=new Set(f.keys()),a=0,c=[];return e.map((s,h)=>{F.has(h)&&(a=0,c=f.get(h)??[]);let d=c.length>0?c:void 0,y=Array.isArray(i)?i[h]??o:i,p=n(s,y,d,a);return "totalHeight"in p&&(s.kind==="table"&&s.floating||(a+=p.totalHeight)),p})}function Ce(e,i,n,t){let o=[];for(let r=0;r<e.length;r++){let l=e[r];switch(l.kind){case "paragraph":ve(l,r,i,o);break;case "table":Ae(l,r,i,n,o);break;case "textBox":Ie(l,r,i,o,t);break}}return o}function te(e$1,i,n,t,o,r){let l=0,u=0,g=e$1?.horizontal;if(g?.align==="left")l=n+o;else if(g?.align==="right")u=n+t;else if(g?.posOffset!==void 0){let m=e(g.posOffset);m<r/2?l=m+n+o:u=r-m+t;}else i==="left"?l=n+o:i==="right"&&(u=n+t);return y(l,u,r)}function $(e){let i=e?.vertical?.relativeTo;return i==="margin"||i==="page"}function ve(e$1,i,n,t){for(let o of e$1.runs){if(o.kind!=="image")continue;let r=o;if(!j(r))continue;let l=r.distTop??0,u=r.distBottom??0,g=r.distLeft??12,m=r.distRight??12,x=0,f=r.position?.vertical;f?.align==="top"&&f.relativeTo==="margin"?x=0:f?.posOffset!==void 0&&(x=e(f.posOffset));let F=x+r.height,{leftMargin:a,rightMargin:c}=te(r.position,r.cssFloat,r.width,g,m,n);(a>0||c>0)&&t.push({leftMargin:a,rightMargin:c,topY:x-l,bottomY:F+u,anchorBlockIndex:i,isMarginRelative:$(r.position)});}}function Ae(e,i,n,t,o){let r=e.floating;if(!r)return;let l=Q(e,n,t),u=l.totalWidth,g=l.totalHeight,m=r.leftFromText??12,x=r.rightFromText??12,f=r.topFromText??0,F=r.bottomFromText??0,a=0;r.tblpX!==void 0?a=r.tblpX:r.tblpXSpec?r.tblpXSpec==="left"||r.tblpXSpec==="inside"?a=0:r.tblpXSpec==="right"||r.tblpXSpec==="outside"?a=n-u:r.tblpXSpec==="center"&&(a=(n-u)/2):e.justification==="center"?a=(n-u)/2:e.justification==="right"&&(a=n-u);let c=0,s=0;a<n/2?c=a+u+x:s=n-a+m,{leftMargin:c,rightMargin:s}=y(c,s,n);let h=r.tblpY??0,d=h+g;o.push({leftMargin:c,rightMargin:s,topY:h-f,bottomY:d+F,anchorBlockIndex:i});}function Ie(e$1,i,n,t,o){if(!I(e$1)||b(e$1.wrapType))return;let r=e$1.width??0,l=e$1.height??0;if(r<=0||l<=0)return;let u=e$1.distTop??0,g=e$1.distBottom??0,m=e$1.distLeft??12,x=e$1.distRight??12;if(e$1.wrapType==="topAndBottom"){let s=V({height:l,position:e$1.position},0,o),h=s+l+g;if(h<=0)return;t.push({leftMargin:0,rightMargin:0,topY:Math.max(0,s-u),bottomY:h,anchorBlockIndex:i,isMarginRelative:$(e$1.position),fullWidthBlock:true});return}let f=0;e$1.position?.vertical?.posOffset!==void 0&&(f=e(e$1.position.vertical.posOffset));let F=f+l,{leftMargin:a,rightMargin:c}=te(e$1.position,e$1.cssFloat,r,m,x,n);a<=0&&c<=0||t.push({leftMargin:a,rightMargin:c,topY:f-u,bottomY:F+g,anchorBlockIndex:i,isMarginRelative:$(e$1.position)});}function ze(e,i){let n=[];for(let t of e){let o=n.find(r=>r.some(l=>Math.abs(l.anchorBlockIndex-t.anchorBlockIndex)<=i&&t.topY<l.bottomY&&t.bottomY>l.topY));o?o.push(t):n.push([t]);}return n}function ee(e,i){for(let n of e){let t=Math.min(...n.map(o=>o.anchorBlockIndex));for(let o of n)i.push({...o,anchorBlockIndex:t});}}var ne=2e4,w=new Map;function ie(e,i,n){return `${e}|${i}|${n||0}`}function oe(){for(;w.size>ne;){let e=w.keys().next().value;if(e===void 0)break;w.delete(e);}}function ke(e,i,n=0){let t=ie(e,i,n),o=w.get(t);if(o!==void 0)return w.delete(t),w.set(t,o),o.width}function Be(e,i,n,t){let o=ie(e,i,n);w.set(o,{width:t}),oe();}function re(){w.clear();}function Re(e){!Number.isFinite(e)||e<=0||(ne=e,oe());}function ae(){return w.size}var Se=1e3,se=Se,C=new Map;function ce(e,i,n=false,t=false){return `${e}|${i}|${n}|${t}`}function le(){for(;C.size>se;){let e=C.keys().next().value;if(e===void 0)break;C.delete(e);}}function We(e,i,n=false,t=false){let o=ce(e,i,n,t),r=C.get(o);if(r!==void 0)return C.delete(o),C.set(o,r),r}function $e(e,i,n,t,o){let r=ce(e,i,n,t);C.set(r,o),le();}function ue(){C.clear();}function He(e){!Number.isFinite(e)||e<=0||(se=e,le());}function ge(){return C.size}var Ze=5e3,he=Ze,v=new Map;function H(e){let i=[];for(let t of e.runs)t.kind==="text"?i.push(`t:${t.text}|${t.fontFamily}|${t.fontSize}|${t.bold}|${t.italic}`):t.kind==="tab"?i.push(`tab:${t.width}`):t.kind==="image"?i.push(`img:${t.width}x${t.height}`):t.kind==="lineBreak"&&i.push("br");let n=e.attrs;if(n){n.alignment&&i.push(`align:${n.alignment}`),n.indent&&i.push(`indent:${n.indent.left}|${n.indent.right}|${n.indent.firstLine}|${n.indent.hanging}`),n.spacing&&i.push(`spacing:${n.spacing.before}|${n.spacing.after}|${n.spacing.line}|${n.spacing.lineRule}`),n.defaultFontSize!=null&&i.push(`dfs:${n.defaultFontSize}`),n.defaultFontFamily!=null&&i.push(`dff:${n.defaultFontFamily}`);let t=n.borders;if(t){let o=r=>r?`${r.width??""},${r.style??""},${r.color??""}`:"";i.push(`bdr:${o(t.top)}|${o(t.bottom)}|${o(t.left)}|${o(t.right)}`);}n.suppressEmptyParagraphHeight&&i.push("sup"),n.pPrIns&&i.push(`pins:${n.pPrIns.revisionId}`),n.pPrDel&&i.push(`pdel:${n.pPrDel.revisionId}`);}return i.join("||")}function pe(){for(;v.size>he;){let e=v.keys().next().value;if(e===void 0)break;v.delete(e);}}function Ee(e,i){let n=H(e),t=v.get(n);if(t!==void 0&&t.maxWidth===i)return v.delete(n),v.set(n,t),t.measure}function Oe(e,i,n){let t=H(e);v.set(t,{measure:n,maxWidth:i}),pe();}function fe(){v.clear();}function Ye(e){!Number.isFinite(e)||e<=0||(he=e,pe());}function de(){return v.size}function Le(){re(),ue(),fe();}function Ge(){return ae()+ge()+de()}export{de as A,Le as B,Ge as C,De as a,Xe as b,Ne as c,j as d,je as e,Ke as f,qe as g,V as h,Me as i,Q as j,we as k,ke as l,Be as m,re as n,Re as o,ae as p,We as q,$e as r,ue as s,He as t,ge as u,H as v,Ee as w,Oe as x,fe as y,Ye as z};
@@ -0,0 +1 @@
1
+ import {c}from'./chunk-B46V5G46.mjs';import {V as V$1,L,T,k,l}from'./chunk-JHTURDPX.mjs';import {b}from'./chunk-IUVQJ6PX.mjs';import {e}from'./chunk-VW22RZ6C.mjs';function Z(e,n){if(e.pages.length===0)return null;let a=e.pageGap??0,r=0,t=null,o=1/0;for(let s=0;s<e.pages.length;s++){let i=e.pages[s],l=i.size?.h??e.pageSize.h,f=r,u=f+l;if(n.y>=f&&n.y<u)return {pageIndex:s,page:i,pageY:n.y-f};let c=f+l/2,m=Math.abs(n.y-c);m<o&&(o=m,t=s),r=u+a;}if(t!==null){let s=e.pages[t],i=D(e,t);return {pageIndex:t,page:s,pageY:Math.max(0,Math.min(n.y-i,s.size?.h??e.pageSize.h))}}return null}function D(e,n){let a=e.pageGap??0,r=0;for(let t=0;t<n&&t<e.pages.length;t++){let s=e.pages[t].size?.h??e.pageSize.h;r+=s+a;}return r}function Xe(e,n){return Z(e,{y:n})?.pageIndex??null}function ee(e,n){return e.findIndex(a=>a.id===n)}function Ne(e,n){let a=0;for(let r=e.fromLine;r<e.toLine&&r<n.lines.length;r++)a+=n.lines[r].lineHeight;return a}function me(e,n,a,r){let t=[...e.page.fragments].sort((o,s)=>{let i=o.y-s.y;return Math.abs(i)>.5?i:o.x-s.x});for(let o of t){let s=ee(n,o.blockId);if(s===-1)continue;let i=n[s],l=a[s];if(!i||!l)continue;let f;if(o.kind==="paragraph"){if(i.kind!=="paragraph"||l.kind!=="paragraph")continue;f=Ne(o,l);}else if(o.kind==="table")f=o.height;else if(o.kind==="image")f=o.height;else continue;let u=r.x>=o.x&&r.x<=o.x+o.width,c=r.y>=o.y&&r.y<=o.y+f;if(u&&c)return {fragment:o,block:i,measure:l,pageIndex:e.pageIndex,localX:r.x-o.x,localY:r.y-o.y}}return null}function Ye(e,n,a,r){for(let t of e.page.fragments){if(t.kind!=="image")continue;let o=ee(n,t.blockId);if(o===-1)continue;let s=n[o],i=a[o];if(!s||!i)continue;let l=r.x>=t.x&&r.x<=t.x+t.width,f=r.y>=t.y&&r.y<=t.y+t.height;if(l&&f)return {fragment:t,block:s,measure:i,pageIndex:e.pageIndex,localX:r.x-t.x,localY:r.y-t.y}}return null}function ge(e,n,a,r){for(let t of e.page.fragments){if(t.kind!=="table")continue;let o=t,s=r.x>=o.x&&r.x<=o.x+o.width,i=r.y>=o.y&&r.y<=o.y+o.height;if(!s||!i)continue;let l=ee(n,o.blockId);if(l===-1)continue;let f=n[l],u=a[l];if(!f||f.kind!=="table"||!u||u.kind!=="table")continue;let c=f,m=u,g=r.x-o.x,x=r.y-o.y,d=o.headerRowCount??0,h=d>0&&o.continuesFromPrev?V$1(m,d):0,p=0,b=-1;if(m.rows.length===0||c.rows.length===0)continue;if(h>0&&x<h){let M=0;for(let w=0;w<d&&w<m.rows.length;w++){let A=m.rows[w];if(x>=M&&x<M+A.height){b=w;break}M+=A.height;}b===-1&&(b=0);}else {let M=x-h;for(let w=o.fromRow;w<o.toRow&&w<m.rows.length;w++){let A=m.rows[w];if(M>=p&&M<p+A.height){b=w;break}p+=A.height;}}if(b===-1&&(b=Math.min(o.toRow-1,m.rows.length-1),b<o.fromRow))continue;let T=m.rows[b],H=c.rows[b];if(!T||!H)continue;let F=0,k=-1;if(T.cells.length===0||H.cells.length===0)continue;for(let M=0;M<T.cells.length;M++){let w=T.cells[M];if(g>=F&&g<F+w.width){k=M;break}F+=w.width;}if(k===-1&&(k=T.cells.length-1,k<0))continue;let P=T.cells[k],S=H.cells[k];if(!P||!S)continue;let y=0;if(h>0&&b<d)for(let M=0;M<b;M++)y+=m.rows[M]?.height??0;else {y=h;for(let M=o.fromRow;M<b;M++)y+=m.rows[M]?.height??0;}let R=0;for(let M=0;M<k;M++)R+=T.cells[M]?.width??0;let X,I;if(S.blocks&&S.blocks.length>0){let M=S.blocks[0],w=P.blocks[0];M.kind==="paragraph"&&w?.kind==="paragraph"&&(X=M,I=w);}let L=g-R,C=x-y;return {fragment:o,block:c,measure:m,pageIndex:e.pageIndex,rowIndex:b,colIndex:k,cellBlock:X,cellMeasure:I,cellLocalX:Math.max(0,L),cellLocalY:Math.max(0,C)}}return null}function ze(e,n,a,r){let t={pageHit:null,fragmentHit:null,tableCellHit:null};if(t.pageHit=Z(e,r),!t.pageHit)return t;let o=D(e,t.pageHit.pageIndex),s={x:r.x,y:r.y-o};return t.fragmentHit=me(t.pageHit,n,a,s),t.fragmentHit?.fragment.kind==="table"&&(t.tableCellHit=ge(t.pageHit,n,a,s)),t}function We(e){if(e.pages.length===0)return 0;let n=e.pageGap??0,a=0;for(let r=0;r<e.pages.length;r++){let t=e.pages[r];a+=t.size?.h??e.pageSize.h,r<e.pages.length-1&&(a+=n);}return a}function Ge(e,n){return D(e,n)}function Ve(e,n){if(n<0||n>=e.pages.length)return null;let a=D(e,n),t=e.pages[n].size?.h??e.pageSize.h;return {top:a,bottom:a+t}}function te(e){return {fontFamily:e.fontFamily??"Arial",fontSize:e.fontSize??12,bold:e.bold,italic:e.italic,letterSpacing:e.letterSpacing}}function pe(e,n){let a=[];for(let r=n.fromRun;r<=n.toRun&&r<e.runs.length;r++){let t=e.runs[r];if(t){if(t.kind==="tab"||t.kind==="image"||t.kind==="lineBreak"){a.push(t);continue}if(t.kind==="text"){let o=t.text??"",s=r===n.fromRun,i=r===n.toRun;if(s||i){let l=s?n.fromChar:0,f=i?n.toChar:o.length,u=o.slice(l,f);u.length>0&&a.push({...t,text:u});}else a.push(t);}}}return a}function be(e,n){let a,r,t=e.pmStart??0,o=0;for(let s=0;s<e.runs.length&&s<=n.toRun;s++){let i=e.runs[s];i&&(s<n.fromRun?i.kind==="text"?o+=(i.text??"").length:(i.kind==="tab"||i.kind==="lineBreak"||i.kind==="image")&&(o+=1):s===n.fromRun&&(o+=n.fromChar,a=t+o,i.kind==="text"&&(o=n.fromChar)));}if(a!==void 0){let s=0;for(let i=n.fromRun;i<=n.toRun&&i<e.runs.length;i++){let l=e.runs[i];if(l)if(l.kind==="text"){let f=l.text??"",u=i===n.fromRun?n.fromChar:0,c=i===n.toRun?n.toChar:f.length;s+=c-u;}else (l.kind==="tab"||l.kind==="lineBreak"||l.kind==="image")&&(s+=1);}r=a+s;}return {pmStart:a,pmEnd:r}}function Ue(e,n,a,r){let t=0;for(let o=a;o<r&&o<e.lines.length;o++){let i=e.lines[o].lineHeight;if(n>=t&&n<t+i)return o;t+=i;}return r>a?Math.min(r-1,e.lines.length-1):null}function $e(e,n,a,r){let{pmStart:t,pmEnd:o}=be(e,n);if(t===void 0||o===void 0)return {charOffset:0,pmPosition:e.pmStart??0};let s=e.attrs?.alignment??"left",i=0;s==="center"?i=Math.max(0,(r-n.width)/2):s==="right"&&(i=Math.max(0,r-n.width));let l$1=Math.max(0,a-i);if(l$1<=0)return {charOffset:0,pmPosition:t};let f=pe(e,n);if(f.length===0)return {charOffset:0,pmPosition:t};let u=0,c=0;for(let g of f){if(g.kind==="tab"){let x=g.width??48,d=u+x;if(l$1<=d){let h=u+x/2;return l$1<h?{charOffset:c,pmPosition:t+c}:{charOffset:c+1,pmPosition:t+c+1}}u=d,c+=1;continue}if(g.kind==="image"){let x=g.width,d=u+x;if(l$1<=d){let h=u+x/2;return l$1<h?{charOffset:c,pmPosition:t+c}:{charOffset:c+1,pmPosition:t+c+1}}u=d,c+=1;continue}if(g.kind==="lineBreak"){if(l$1>=u)return {charOffset:c,pmPosition:t+c};c+=1;continue}if(g.kind==="text"){let x=g.text??"";if(x.length===0)continue;let d=te(g),h=k(x,d),p=u+h.width;if(l$1<=p){let b=l$1-u,T=l(b,h.charWidths),H=c+T;return {charOffset:H,pmPosition:t+H}}u=p,c+=x.length;}}return {charOffset:o-t,pmPosition:o}}function ne(e){let{fragment:n,block:a,measure:r,localX:t,localY:o}=e;if(n.kind!=="paragraph"||a.kind!=="paragraph"||r.kind!=="paragraph")return null;let s=n,i=a,l=r,f=Ue(l,o,s.fromLine,s.toLine);if(f===null)return null;let u=l.lines[f];if(!u)return null;let c=0;for(let T=s.fromLine;T<f;T++)c+=l.lines[T]?.lineHeight??0;let m=i.attrs?.indent,g=m?.left??0,x=m?.right??0,d=Math.max(0,n.width-g-x),h=t-g,{charOffset:p,pmPosition:b}=$e(i,u,h,d);return {pmPosition:b,charOffset:p,lineIndex:f}}function xe(e){let{cellBlock:n,cellMeasure:a,cellLocalX:r,cellLocalY:t}=e;if(!n||!a)return null;let o={fragment:{kind:"paragraph",blockId:n.id,x:0,y:0,width:a.lines.reduce((i,l)=>Math.max(i,l.width),100),fromLine:0,toLine:a.lines.length,height:a.totalHeight},block:n,measure:a,pageIndex:e.pageIndex,localX:r,localY:t};return ne(o)?.pmPosition??null}function qe(e,n){if(n)return xe(n);if(!e)return null;let{fragment:a}=e;return a.kind==="paragraph"?ne(e)?.pmPosition??null:a.kind==="image"?a.pmStart??null:null}function ke(e,n,a,r){let t=e.pmStart??0,o=e.pmEnd??t;if(a<t||a>o)return null;let s=a-t;for(let i=0;i<n.lines.length;i++){let l=n.lines[i],{pmStart:f,pmEnd:u}=be(e,l);if(f===void 0||u===void 0)continue;let c=f-t,m=u-t;if(s>=c&&s<=m){let g=s-c,x=pe(e,l),d=0,h=0;for(let p of x)if(p.kind==="tab"){if(g<=h+1)return g<=h?{x:d,lineIndex:i}:{x:d+(p.width??48),lineIndex:i};d+=p.width??48,h+=1;}else if(p.kind==="image"){if(g<=h+1)return g<=h?{x:d,lineIndex:i}:{x:d+p.width,lineIndex:i};d+=p.width,h+=1;}else if(p.kind==="lineBreak"){if(g<=h)return {x:d,lineIndex:i};h+=1;}else if(p.kind==="text"){let b=p.text??"";if(g<=h+b.length){let F=g-h,k$1=te(p),P=k(b.slice(0,F),k$1);return {x:d+P.width,lineIndex:i}}let T=te(p),H=k(b,T);d+=H.width,h+=b.length;}return {x:d,lineIndex:i}}}return null}function je(e,n,a,r,t,o,s){let i=ke(e,n,a);if(!i)return null;let l=e.attrs?.alignment??"left",f=e.attrs?.indent,u=f?.left??0,c=f?.right??0,m=Math.max(0,o-u-c),g=n.lines[i.lineIndex];if(!g)return null;let x=0;l==="center"?x=Math.max(0,(m-g.width)/2):l==="right"&&(x=Math.max(0,m-g.width));let d=0;for(let h=s;h<i.lineIndex;h++)d+=n.lines[h]?.lineHeight??0;return {x:r+u+x+i.x,y:t+d,height:g.lineHeight}}function Je(e,n,a={}){let r=a.scope??"body",t=r==="body"?"layout-page-content":`layout-page-${r}`,o=`.${t} .layout-table-cell`,s=e.querySelectorAll(`.${t} .layout-table-cell-selected`);for(let c of Array.from(s))c.classList.remove("layout-table-cell-selected");let i=n.selection;if(!("$anchorCell"in i&&typeof i.forEachCell=="function")||!i.forEachCell)return;let f=[];i.forEachCell((c,m)=>{f.push([m,m+c.nodeSize]);});let u=e.querySelectorAll(o);for(let c of Array.from(u)){let m=c,g=m.dataset.pmStart;if(g===void 0)continue;let x=Number(g);for(let[d,h]of f)if(x>=d&&x<h){m.classList.add("layout-table-cell-selected");break}}}function Te(e){return {fontFamily:e.fontFamily??"Arial",fontSize:e.fontSize??12,bold:e.bold,italic:e.italic,letterSpacing:e.letterSpacing}}function oe(e,n){return e.findIndex(a=>a.id===n)}function V(e,n){let r=(e.pmStart??0)+1,t=0,o;for(let l=0;l<e.runs.length&&l<=n.toRun;l++){let f=e.runs[l];if(f){if(l<n.fromRun)f.kind==="text"?t+=(f.text??"").length:t+=1;else if(l===n.fromRun){t+=n.fromChar,o=r+t;break}}}o===void 0&&(o=r);let s=0;for(let l=n.fromRun;l<=n.toRun&&l<e.runs.length;l++){let f=e.runs[l];if(f)if(f.kind==="text"){let u=f.text??"",c=l===n.fromRun?n.fromChar:0,m=l===n.toRun?n.toChar:u.length;s+=m-c;}else s+=1;}let i=o+s;return {pmStart:o,pmEnd:i}}function Me(e,n,a,r){let t=[];for(let o=0;o<n.lines.length;o++){let s=n.lines[o],i=V(e,s);i.pmStart===void 0||i.pmEnd===void 0||i.pmEnd>a&&i.pmStart<r&&t.push({line:s,index:o});}return t}function W(e,n,a){let r=V(e,n);return r.pmStart===void 0?0:Math.max(0,a-r.pmStart)}function G(e,n,a,r){let t=0,o=0;for(let s=n.fromRun;s<=n.toRun&&s<e.runs.length;s++){let i=e.runs[s];if(i){if(i.kind==="tab"){let l=i.width??48;if(o+1>=a)return a<=o?t:t+l;t+=l,o+=1;continue}if(i.kind==="image"){let l=i.width;if(o+1>=a)return a<=o?t:t+l;t+=l,o+=1;continue}if(i.kind==="lineBreak"){if(a<=o)return t;o+=1;continue}if(i.kind==="text"){let l=i.text??"",f=s===n.fromRun,u=s===n.toRun,c=f?n.fromChar:0,m=u?n.toChar:l.length,g=l.slice(c,m);if(o+g.length>=a){let h=a-o,p=Te(i),b=k(g.slice(0,h),p);return t+b.width}let x=Te(i),d=k(g,x);t+=d.width,o+=g.length;}}}return t}function j(e,n){let a=0;for(let r=0;r<n&&r<e.lines.length;r++)a+=e.lines[r].lineHeight;return a}function Ke(e,n,a,r,t){if(r===t)return [];let o=Math.min(r,t),s=Math.max(r,t),i=[];for(let l=0;l<e.pages.length;l++){let f=e.pages[l],u=D(e,l);for(let c of f.fragments){if(c.kind==="paragraph"){let m=oe(n,c.blockId);if(m===-1)continue;let g=n[m],x=a[m];if(!g||g.kind!=="paragraph"||!x||x.kind!=="paragraph")continue;let d=g,h=x,p=c,b=Me(d,h,o,s);for(let{line:T,index:H}of b){if(H<p.fromLine||H>=p.toLine)continue;let F=V(d,T);if(F.pmStart===void 0||F.pmEnd===void 0)continue;let k=Math.max(F.pmStart,o),P=Math.min(F.pmEnd,s);if(k>=P)continue;let S=W(d,T,k),y=W(d,T,P),B=d.attrs?.indent,R=B?.left??0,X=B?.right??0,I=Math.max(0,c.width-R-X),L=G(d,T,S),C=G(d,T,y),M=d.attrs?.alignment??"left",w=0;M==="center"?w=Math.max(0,(I-T.width)/2):M==="right"&&(w=Math.max(0,I-T.width));let A=j(h,H)-j(h,p.fromLine),v=c.x+R+w+Math.min(L,C),Y=Math.max(1,Math.abs(C-L)),z=c.y+A;i.push({x:v,y:z+u,width:Y,height:T.lineHeight,pageIndex:l});}}if(c.kind==="table"){let m=oe(n,c.blockId);if(m===-1)continue;let g=n[m],x=a[m];if(!g||g.kind!=="table"||!x||x.kind!=="table")continue;let d=g,h=x,p=c,b=[],T=0;for(let y=0;y<h.rows.length;y++)b.push(Math.round(T)),T+=h.rows[y]?.height??0;b.push(Math.round(T));let H=p.headerRowCount??0,F=H>0&&p.continuesFromPrev?V$1(h,H):0,k=(b[p.fromRow]??0)+(p.topClip??0),P=p.bottomClip!==void 0?Math.round(p.height):F+((b[p.toRow]??0)-k),S=y=>F+(y-k);for(let y=p.fromRow;y<p.toRow&&y<d.rows.length;y++){let B=d.rows[y],R=h.rows[y];if(!B||!R)continue;let X=b[y]??0,I=0;for(let L$1=0;L$1<B.cells.length;L$1++){let C=B.cells[L$1],M=R.cells[L$1];if(!C||!M)continue;let w=C.padding?.top??0,A=L(C.blocks,M.blocks,w);for(let v=0;v<C.blocks.length;v++){let Y=C.blocks[v],z=M.blocks[v];if(!Y||Y.kind!=="paragraph"||!z||z.kind!=="paragraph")continue;let N=Y,Le=z,Ae=A.lineTops[v]??[],De=Me(N,Le,o,s);for(let{line:_,index:ve}of De){let $=V(N,_);if($.pmStart===void 0||$.pmEnd===void 0)continue;let ie=Math.max($.pmStart,o),ae=Math.min($.pmEnd,s);if(ie>=ae)continue;let K=S(X+(Ae[ve]??0));if(K+_.lineHeight<=F||K>=P)continue;let _e=W(N,_,ie),Oe=W(N,_,ae),se=G(N,_,_e,M.width),le=G(N,_,Oe,M.width);i.push({x:p.x+I+Math.min(se,le),y:p.y+K+u,width:Math.max(1,Math.abs(le-se)),height:_.lineHeight,pageIndex:l});}}I+=M.width;}}}if(c.kind==="image"){let m=c.pmStart??0;(c.pmEnd??m+1)>o&&m<s&&i.push({x:c.x,y:c.y+u,width:c.width,height:c.height,pageIndex:l});}}}return i}function Qe(e,n,a,r){for(let t=0;t<e.pages.length;t++){let o=e.pages[t],s=D(e,t);for(let i of o.fragments){if(i.kind==="paragraph"){let l=oe(n,i.blockId);if(l===-1)continue;let f=n[l],u=a[l];if(!f||f.kind!=="paragraph"||!u||u.kind!=="paragraph")continue;let c=f,m=u,g=i,x=c.pmStart??0,d=c.pmEnd??x;if(r<x||r>d)continue;for(let h=g.fromLine;h<g.toLine;h++){let p=m.lines[h];if(!p)continue;let b=V(c,p);if(!(b.pmStart===void 0||b.pmEnd===void 0)&&r>=b.pmStart&&r<=b.pmEnd){let T=W(c,p,r),H=c.attrs?.indent,F=H?.left??0,k=H?.right??0,P=Math.max(0,i.width-F-k),S=G(c,p,T),y=c.attrs?.alignment??"left",B=0;y==="center"?B=Math.max(0,(P-p.width)/2):y==="right"&&(B=Math.max(0,P-p.width));let R=j(m,h)-j(m,g.fromLine);return {x:i.x+F+B+S,y:i.y+R+s,height:p.lineHeight,pageIndex:t}}}}if(i.kind==="image"){let l=i.pmStart??0,f=i.pmEnd??l+1;if(r>=l&&r<=f){let u=r===l?0:i.width;return {x:i.x+u,y:i.y+s,height:i.height,pageIndex:t}}}}}return null}function Ze(e){return e.length<=1?false:new Set(e.map(a=>a.pageIndex)).size>1}function et(e){let n=new Map;for(let a of e){let r=n.get(a.pageIndex)??[];r.push(a),n.set(a.pageIndex,r);}return n}function tt(e){if(e.kind!=="paragraph")return false;let n=e.attrs;return n?!!(n.borders?.top||n.borders?.bottom||n.spacingExplicit?.before||n.spacingExplicit?.after):false}function Fe(e){return ye(e)}function ye(e){let n=new Set;for(let a=1;a<e.length;a++){let r=e[a-1],t=e[a];r.kind==="table"&&t.kind==="paragraph"&&(t.runs.length>0||tt(t)||n.add(a));}return e.map((a,r)=>{if(a.kind==="table")return nt(a);if(a.kind!=="paragraph")return a;let t=n.has(r),o=a.attrs?.spacingExplicit,s=a.attrs?.spacing?.before!=null,i=a.attrs?.spacing?.after!=null,l=s&&!o?.before,f=i&&!o?.after,u=l||f;if(!u&&!t)return a;let c=a.attrs;return u&&c?.spacing&&(c={...c,spacing:{...c.spacing,before:o?.before?c.spacing.before:void 0,after:o?.after?c.spacing.after:void 0}}),t&&(c={...c??{},suppressEmptyParagraphHeight:true}),{...a,attrs:c}})}function nt(e){let n=false,a=e.rows.map(r=>{let t=false,o=r.cells.map(s=>{let i=ye(s.blocks);return i.some((f,u)=>f!==s.blocks[u])?(t=true,{...s,blocks:i}):s});return t?(n=true,{...r,cells:o}):r});return n?{...e,rows:a}:e}function ot(e){return e?.align??e?.alignment}function He(e$1,n,a,r){let t=r.section==="header"?r.margins.header??48:r.pageSize.h-(r.margins.footer??48)-a,o=e$1.position?.vertical;if(!o)return n;let s=ot(o),i=o.posOffset!==void 0?e(o.posOffset):void 0;if(o.relativeTo==="page"){if(i!==void 0)return i-t;if(s==="top")return -t;if(s==="bottom")return r.pageSize.h-e$1.height-t;if(s==="center")return (r.pageSize.h-e$1.height)/2-t}if(o.relativeTo==="margin"){let l=r.margins.top,f=r.pageSize.h-r.margins.top-r.margins.bottom;if(i!==void 0)return l+i-t;if(s==="top")return l-t;if(s==="bottom")return l+f-e$1.height-t;if(s==="center")return l+(f-e$1.height)/2-t}return i!==void 0?n+i:n}function we(e){switch(e.kind){case "paragraph":case "table":return true;case "image":return !e.anchor?.isAnchored;case "textBox":return e.displayMode===void 0||e.displayMode==="inline";default:return false}}function rt(e){return e?e.kind==="paragraph"||e.kind==="table"?e.totalHeight:e.kind==="image"||e.kind==="textBox"?e.height:0:0}function Pe(e,n,a,r){let t=0,o=a,s=0;for(let i=0;i<e.length;i++){let l=e[i],f=n[i];if(!(!l||!f)){if(l.kind==="paragraph"&&f.kind==="paragraph"){let u=s,c=u+f.totalHeight;t=Math.min(t,u),o=Math.max(o,c);for(let m of l.runs){if(m.kind!=="image"||!m.position)continue;let g=He(m,u,a,r);t=Math.min(t,g),o=Math.max(o,g+m.height);}s=c;}else if(l.kind==="table"&&f.kind==="table"){let u=s+f.totalHeight;t=Math.min(t,s),o=Math.max(o,u),s=u;}else if(l.kind==="image"&&f.kind==="image"){let u=s+f.height;t=Math.min(t,s),o=Math.max(o,u),s=u;}else if(l.kind==="textBox"&&f.kind==="textBox"){let u=s+f.height;t=Math.min(t,s),o=Math.max(o,u),s=u;}}}return {visualTop:t,visualBottom:o}}function it(e,n,a,r){if(!e||!e.content||e.content.length===0)return;let t=b(e.content,{styles:r.styles??void 0,theme:r.theme??null,defaultTabStopTwips:r.defaultTabStopTwips??null});return Se(t,n,a,r)}function Se(e,n,a,r){let t=c(e,{theme:r.theme??void 0});if(t.length===0)return;let o=Fe(t),s=r.measureBlocks(o,n),i=0,l=0;for(let c=0;c<o.length;c++){let m=rt(s[c]);i+=m,we(o[c])&&(l+=m);}let{visualTop:f,visualBottom:u}=Pe(t,s,i,a);return {blocks:o,measures:s,height:i,flowHeight:l,visualTop:f,visualBottom:u}}var J={header:null,footer:null};function at(){J.header=null,J.footer=null;}function Be(e,n){let a=n.querySelectorAll(`.layout-page-${e}`);if(a.length===0)return null;let r=n.defaultView,t=r?r.innerHeight/2:0,o=a[0],s=1/0;for(let c of Array.from(a)){let m=c.getBoundingClientRect(),g=Math.abs((m.top+m.bottom)/2-t);g<s&&(s=g,o=c);}let i=J[e];if(i&&i.host===o&&i.host.isConnected)return i;let l=Array.from(o.querySelectorAll("span[data-pm-start][data-pm-end]")),f=Array.from(o.querySelectorAll("[data-pm-start][data-pm-end]")),u={host:o,spans:l,ranged:f};return J[e]=u,u}function st(e,n,a=globalThis.document){let r=e.state.selection;if(!r.empty)return null;let t=r.head,o=Be(n,a);if(!o)return null;let{host:s,spans:i}=o;for(let d of i){let h=Number(d.dataset.pmStart),p=Number(d.dataset.pmEnd);if(!(!Number.isFinite(h)||!Number.isFinite(p))&&t>=h&&t<=p){let b=s.ownerDocument.createRange(),T=s.ownerDocument.createTreeWalker(d,NodeFilter.SHOW_TEXT),H=t-h,F=T.nextNode();for(;F;){let S=F.data.length;if(H<=S){try{b.setStart(F,H),b.setEnd(F,H);let y=b.getClientRects()[0]??b.getBoundingClientRect();if(y&&y.height>0)return {top:y.top,left:y.left,height:y.height}}catch{}break}H-=S,F=T.nextNode();}let k=d.getBoundingClientRect(),P=(t-h)/Math.max(1,p-h);return {top:k.top,left:k.left+k.width*P,height:k.height}}}let l=s.querySelector(`[data-pm-start="${t}"]`);if(l){let d=l.getBoundingClientRect();return {top:d.top,left:d.left+1,height:d.height||16}}let f=o.ranged,u=null,c=1/0;for(let d of f){let h=Number(d.dataset.pmStart),p=Number(d.dataset.pmEnd);if(!Number.isFinite(h)||!Number.isFinite(p)||t<h||t>p)continue;let b=p-h;b<c&&(c=b,u=d);}if(u){let d=u.getBoundingClientRect(),h=Number(u.dataset.pmEnd),p=t>=h;return {top:d.top,left:p?d.right:d.left+1,height:d.height||16}}let m=null,g=-1/0;for(let d of f){let h=Number(d.dataset.pmStart);Number.isFinite(h)&&(h>t||h>g&&(g=h,m=d));}if(m){let d=m.getBoundingClientRect();return {top:d.top,left:d.right,height:d.height||16}}let x=s.getBoundingClientRect();return {top:x.top+2,left:x.left+2,height:16}}function lt(e,n,a=globalThis.document){let r=e.state.selection;if(r.empty)return [];let t=r.from,o=r.to,s=[],i=Be(n,a);if(!i)return s;let{host:l,spans:f}=i;for(let u of f){let c=Number(u.dataset.pmStart),m=Number(u.dataset.pmEnd);if(!Number.isFinite(c)||!Number.isFinite(m)||m<=t||c>=o)continue;if(u.classList.contains("layout-run-tab")){let p=u.getBoundingClientRect();s.push({top:p.top,left:p.left,width:p.width,height:p.height});continue}let g=null;if(u.firstChild?.nodeType===Node.TEXT_NODE?g=u.firstChild:u.firstChild?.nodeType===Node.ELEMENT_NODE&&u.firstChild.tagName==="A"&&u.firstChild.firstChild?.nodeType===Node.TEXT_NODE&&(g=u.firstChild.firstChild),!g)continue;let x=Math.max(0,t-c),d=Math.min(g.length,o-c);if(x>=d)continue;let h=l.ownerDocument.createRange();h.setStart(g,x),h.setEnd(g,d);for(let p of Array.from(h.getClientRects()))s.push({top:p.top,left:p.left,width:p.width,height:p.height});}return s}function Re(e){return e?e.flowHeight??e.height:0}function ct(e){let{pageSize:n,margins:a,finalMargins:r,bodyBlocks:t,headers:o,footers:s,warn:i}=e,l=a.header??48,f=a.footer??48,u=a.top-l,c=a.bottom-f,m=Math.max(0,...(o??[]).map(Re)),g=Math.max(0,...(s??[]).map(Re)),x=m>u,d=g>c;if(!x&&!d)return {margins:a,finalMargins:r};let h=Math.max(0,n.h-24),p=false,b=F=>{let k={...F};return x&&(k.top=Math.max(F.top,l+m)),d&&(k.bottom=Math.max(F.bottom,f+g)),k.top+k.bottom>h&&(p=true,k.bottom=Math.max(0,Math.min(k.bottom,h-k.top)),k.top+k.bottom>h&&(k.top=Math.max(0,h-k.bottom))),k},T=b(a),H=b(r);if(t)for(let F of t){if(F.kind!=="sectionBreak")continue;let k=F;k.margins&&(k.margins=b(k.margins));}return p&&i&&i(`[layout] header/footer content exceeds page height; clamping margins to preserve a content area. pageHeight=${Math.round(n.h)} headerBand=${Math.round(m)} footerBand=${Math.round(g)} top=${Math.round(T.top)} bottom=${Math.round(T.bottom)}`),{margins:T,finalMargins:H}}var Ie=816,Ce=1056,U=96,re=48;function E(e){return Math.round(e/1440*96)}function ut(e){return {w:e?.pageWidth?E(e.pageWidth):Ie,h:e?.pageHeight?E(e.pageHeight):Ce}}function ft(e){return {top:e?.marginTop?E(e.marginTop):U,right:e?.marginRight?E(e.marginRight):U,bottom:e?.marginBottom?E(e.marginBottom):U,left:e?.marginLeft?E(e.marginLeft):U,header:e?.headerDistance?E(e.headerDistance):re,footer:e?.footerDistance?E(e.footerDistance):re}}function dt(e,n){let a={header:null,footer:null,firstHeader:null,firstFooter:null};if(!e?.package)return a;let r=e.package.headers,t=e.package.footers,o=null,s=null,i=null,l=null;if(r&&n?.headerReferences){let f=n.headerReferences.find(c=>c.type==="default");f?.rId&&(o=r.get(f.rId)??null);let u=n.headerReferences.find(c=>c.type==="first");u?.rId&&(i=r.get(u.rId)??null);}if(t&&n?.footerReferences){let f=n.footerReferences.find(c=>c.type==="default");f?.rId&&(s=t.get(f.rId)??null);let u=n.footerReferences.find(c=>c.type==="first");u?.rId&&(l=t.get(u.rId)??null);}return n?.titlePg||(!o&&i&&(o=i),!s&&l&&(s=l)),{header:o,footer:s,firstHeader:i,firstFooter:l}}function ht(e){let n=e?.columnCount??1;if(n<=1)return;let a=E(e?.columnSpace??720);return {count:n,gap:a,equalWidth:e?.equalWidth??true,separator:e?.separator}}function Ee(e){let n=e.pageSize.w-e.margins.left-e.margins.right,a=e.columns;return !a||a.count<=1?n:Math.floor((n-(a.count-1)*a.gap)/a.count)}function mt(e,n,a){let{configs:r,breakIndices:t}=T(e,n,a),o=0,s=[];for(let i=0;i<e.length;i++)s.push(Ee(r[o]??n)),o<t.length&&i===t[o]&&o++;return s}export{at as A,st as B,lt as C,ct as D,Ie as E,Ce as F,U as G,re as H,E as I,ut as J,ft as K,dt as L,ht as M,Ee as N,mt as O,Z as a,D as b,Xe as c,me as d,Ye as e,ge as f,ze as g,We as h,Ge as i,Ve as j,ne as k,xe as l,qe as m,ke as n,je as o,Je as p,Ke as q,Qe as r,Ze as s,et as t,Fe as u,He as v,we as w,Pe as x,it as y,Se as z};
@@ -0,0 +1 @@
1
+ import {t,w,q,y as y$1,o}from'./chunk-YGWUKRFD.mjs';import {f}from'./chunk-VW22RZ6C.mjs';import {a}from'./chunk-QYUPLKLP.mjs';var i={runImage:"layout-run-image",blockImage:"layout-block-image",pageFloatingImage:"layout-page-floating-image",cellFloatingImage:"layout-cell-floating-image",pageContent:"layout-page-content",paragraph:"layout-paragraph"},y=[`.${i.pageFloatingImage}`,`.${i.cellFloatingImage}`,`.${i.blockImage}`,`.${i.runImage}`].join(", ");function L(n){if(!(n instanceof Element))return null;let e=n.closest(y);if(!e)return null;let o=e.dataset.pmStart;if(o===void 0)return null;let t=Number(o);return Number.isNaN(t)?null:{pos:t,imageEl:e}}function b(n){if(!(n instanceof HTMLElement))return null;if(n.tagName==="IMG"&&n.classList.contains(i.runImage))return n;let e=n.closest(y);return e&&e.dataset.pmStart?e:null}function x(n,e=1){if(!n.classList.contains(i.runImage))return;let o=n.closest(`.${i.pageContent}`),t=n.closest(`.${i.paragraph}`);if(!o||!t)return;let r=n.getBoundingClientRect(),a=o.getBoundingClientRect(),l=t.getBoundingClientRect(),p=e>0?e:1;return {horizontalEmu:Math.round(f((r.left-a.left)/p)),verticalEmu:Math.round(f((r.top-l.top)/p))}}function T(n,e){return n==="inline"?"inline":n==="behind"?"behind":n==="inFront"?"inFront":n==="square"||n==="tight"||n==="through"?e==="right"?"squareRight":"squareLeft":null}var k=[{choice:"inline",i18nLabelKey:"inLineWithText",i18nDescKey:"inLineWithText",iconHint:"inline"},{choice:"squareLeft",i18nLabelKey:"squareLeft",i18nDescKey:"squareLeft",iconHint:"squareLeft"},{choice:"squareRight",i18nLabelKey:"squareRight",i18nDescKey:"squareRight",iconHint:"squareRight"},{choice:"behind",i18nLabelKey:"behindText",i18nDescKey:"behindText",iconHint:"behind"},{choice:"inFront",i18nLabelKey:"inFrontOfText",i18nDescKey:"inFrontOfText",iconHint:"inFront"}];function I(n,e){return true}function E(n){switch(n){case "inline":return "inline";case "square":case "tight":case "through":return "squareLeft";case "topAndBottom":return "topAndBottom";case "behind":return "behind";case "inFront":return "inFront";case "wrapRight":return "squareLeft";case "wrapLeft":return "squareRight";default:return}}function X(n,e){let o=new Map;for(let t=0;t<n.length;t++){let r=n[t],a=e[t];r&&a&&o.set(String(r.id),{block:r,measure:a});}return o}var c=class{constructor(e={}){a(this,"container",null);a(this,"blockLookup",new Map);a(this,"pageStates",[]);a(this,"totalPages",0);a(this,"options");a(this,"doc");a(this,"resolvedCommentIds",new Set);this.options=e,this.doc=e.document??document;}setBlockLookup(e){this.blockLookup=e;}mount(e){this.container=e,this.applyContainerStyles();}unmount(){this.container&&(this.container.innerHTML=""),this.container=null,this.pageStates=[];}applyContainerStyles(){if(!this.container)return;let e=this.options.pageGap??24;this.container.style.display="flex",this.container.style.flexDirection="column",this.container.style.alignItems="center",this.container.style.gap=`${e}px`,this.container.style.padding=`${e}px`,this.container.style.backgroundColor=this.options.containerBackground??"var(--doc-bg, #f8f9fa)",this.container.style.minHeight="100%";}paint(e){if(!this.container)throw new Error("LayoutPainter: not mounted");let{pages:o}=e;this.totalPages=o.length,this.container.innerHTML="",this.pageStates=[];for(let t=0;t<o.length;t++){let r=o[t],a={pageNumber:r.number,totalPages:this.totalPages,section:"body",resolvedCommentIds:this.resolvedCommentIds},l=this.renderPageWithLookup(r,a);this.container.appendChild(l),this.pageStates.push({element:l,pageNumber:r.number,fragmentCount:r.fragments.length});}}renderPageWithLookup(e,o){let t=this.doc.createElement("div");t.className="layout-page",t.dataset.pageNumber=String(e.number),t.style.position="relative",t.style.width=`${e.size.w}px`,t.style.height=`${e.size.h}px`,t.style.backgroundColor=this.options.pageBackground??"#ffffff",t.style.overflow="hidden",this.options.showShadow&&(t.style.boxShadow="0 2px 8px rgba(0, 0, 0, 0.15)");let r=this.doc.createElement("div");r.className="layout-page-content",r.style.position="absolute",r.style.top=`${e.margins.top}px`,r.style.left=`${e.margins.left}px`,r.style.right=`${e.margins.right}px`,r.style.bottom=`${e.margins.bottom}px`,r.style.overflow="visible";for(let a of e.fragments){let l=this.renderFragmentWithLookup(a,o);this.applyFragmentPosition(l,a),r.appendChild(l);}return t.appendChild(r),t}renderFragmentWithLookup(e,o$1){let t$1=this.blockLookup.get(String(e.blockId));if(e.kind==="paragraph"&&t$1){let r=t$1.block,a=t$1.measure;return t(e,r,a,o$1,{document:this.doc})}if(e.kind==="table"&&t$1){let r=t$1.block,a=t$1.measure;return w(e,r,a,o$1,{document:this.doc})}if(e.kind==="image"&&t$1){let r=t$1.block,a=t$1.measure;return q(e,r,a,o$1,{document:this.doc})}if(e.kind==="textBox"&&t$1){let r=t$1.block,a=t$1.measure;return y$1(e,r,a,o$1,{document:this.doc})}return o(e,o$1,{document:this.doc})}applyFragmentPosition(e,o){e.style.position="absolute",e.style.left=`${o.x}px`,e.style.top=`${o.y}px`,e.style.width=`${o.width}px`,"height"in o&&(e.style.height=`${o.height}px`);}getPageCount(){return this.totalPages}getPageElement(e){return this.pageStates[e]?.element??null}scrollToPage(e){let o=this.pageStates.find(t=>t.pageNumber===e);o?.element&&o.element.scrollIntoView({behavior:"smooth",block:"start"});}};function Z(n){return new c(n)}export{i as a,L as b,b as c,x as d,T as e,k as f,I as g,E as h,X as i,c as j,Z as k};
@@ -1 +1 @@
1
- 'use strict';var chunkWDBZ3QVB_js=require('./chunk-WDBZ3QVB.js');var O=30,F=200,y=24,R=10,B=10,C=24;function N(_){let{mouseX:n,mouseY:l,pagesContainer:d,target:L,hfEditMode:m,edgeProximity:r=O}=_,T=`.${chunkWDBZ3QVB_js.v.table}`,H=`.${chunkWDBZ3QVB_js.v.row}`,p=`.${chunkWDBZ3QVB_js.v.cell}`,h=`.${chunkWDBZ3QVB_js.D.header}`,M=`.${chunkWDBZ3QVB_js.D.footer}`,E=t=>{let o=!!t.closest(h),e=!!t.closest(M);return !o&&!e?!m:o?m==="header":m==="footer"},c=L.closest(T);if(c&&!E(c)&&(c=null),!c){let t=d.querySelectorAll(T);for(let o of Array.from(t)){if(!E(o))continue;let e=o.getBoundingClientRect(),s=n>=e.left-r&&n<e.left,A=l>=e.top-r&&l<e.top,P=n>=e.left-r&&n<=e.right,I=l>=e.top-r&&l<=e.bottom;if(s&&I||A&&P){c=o;break}}}if(!c)return null;let i=c.getBoundingClientRect(),b=n<i.left+r&&n>=i.left-r,g=l<i.top+r&&l>=i.top-r;if(!b&&!g)return null;let u=c.querySelectorAll(`:scope > ${H}`);if(u.length===0)return null;let S=t=>t&&Number(t.dataset.pmStart)||0;if(b)for(let t=0;t<u.length;t++){let o=u[t].getBoundingClientRect();if(l>=o.top&&l<=o.bottom){let e=u[t].querySelector(p),s=S(e);if(!s)break;return {type:"row",clientX:i.left-y,clientY:o.top+o.height/2-R,cellPmPos:s}}}if(g){let t=u[0].querySelectorAll(`:scope > ${p}`);for(let o=0;o<t.length;o++){let e=t[o].getBoundingClientRect();if(n>=e.left&&n<=e.right){let s=S(t[o]);if(!s)break;return {type:"column",clientX:e.left+e.width/2-B,clientY:i.top-C,cellPmPos:s}}}}return null}exports.a=O;exports.b=F;exports.c=N;
1
+ 'use strict';var chunkQLAIOTQB_js=require('./chunk-QLAIOTQB.js');var O=30,F=200,y=24,R=10,B=10,C=24;function N(_){let{mouseX:n,mouseY:l,pagesContainer:d,target:L,hfEditMode:m,edgeProximity:r=O}=_,T=`.${chunkQLAIOTQB_js.v.table}`,H=`.${chunkQLAIOTQB_js.v.row}`,p=`.${chunkQLAIOTQB_js.v.cell}`,h=`.${chunkQLAIOTQB_js.D.header}`,M=`.${chunkQLAIOTQB_js.D.footer}`,E=t=>{let o=!!t.closest(h),e=!!t.closest(M);return !o&&!e?!m:o?m==="header":m==="footer"},c=L.closest(T);if(c&&!E(c)&&(c=null),!c){let t=d.querySelectorAll(T);for(let o of Array.from(t)){if(!E(o))continue;let e=o.getBoundingClientRect(),s=n>=e.left-r&&n<e.left,A=l>=e.top-r&&l<e.top,P=n>=e.left-r&&n<=e.right,I=l>=e.top-r&&l<=e.bottom;if(s&&I||A&&P){c=o;break}}}if(!c)return null;let i=c.getBoundingClientRect(),b=n<i.left+r&&n>=i.left-r,g=l<i.top+r&&l>=i.top-r;if(!b&&!g)return null;let u=c.querySelectorAll(`:scope > ${H}`);if(u.length===0)return null;let S=t=>t&&Number(t.dataset.pmStart)||0;if(b)for(let t=0;t<u.length;t++){let o=u[t].getBoundingClientRect();if(l>=o.top&&l<=o.bottom){let e=u[t].querySelector(p),s=S(e);if(!s)break;return {type:"row",clientX:i.left-y,clientY:o.top+o.height/2-R,cellPmPos:s}}}if(g){let t=u[0].querySelectorAll(`:scope > ${p}`);for(let o=0;o<t.length;o++){let e=t[o].getBoundingClientRect();if(n>=e.left&&n<=e.right){let s=S(t[o]);if(!s)break;return {type:"column",clientX:e.left+e.width/2-B,clientY:i.top-C,cellPmPos:s}}}}return null}exports.a=O;exports.b=F;exports.c=N;
@@ -0,0 +1 @@
1
+ function g(i,e){if(!e||!e.trim())return null;let n=null;return i.descendants((t,r)=>n!==null?false:t.isTextblock&&t.attrs?.paraId===e?(n={from:r,to:r+t.nodeSize},false):true),n}function c(i){let e=[];return i.descendants(n=>!n.isText||!n.text?true:n.marks.some(t=>t.type.name==="insertion")?false:(e.push(n.text),true)),e.join("")}function p(i,e,n){if(e>=n)return "";let t=[];return i.nodesBetween(e,n,(r,f)=>{if(!r.isText||!r.text||r.marks.some(o=>o.type.name==="insertion"))return;let u=Math.max(e,f),m=Math.min(n,f+r.text.length);u<m&&t.push(r.text.slice(u-f,m-f));}),t.join("")}function P(i,e,n,t){if(!t)return null;let r="",f=[];i.nodesBetween(e,n,(s,l)=>{!s.isText||!s.text||s.marks.some(b=>b.type.name==="insertion")||(f.push({pos:l,len:s.text.length}),r+=s.text);});let u=r.indexOf(t);if(u===-1||r.indexOf(t,u+1)!==-1)return null;let o=0,a=e,x=e;for(let s of f){let l=o+s.len;if(o<=u&&u<l&&(a=s.pos+(u-o)),o<=u+t.length&&u+t.length<=l){x=s.pos+(u+t.length-o);break}o=l;}return {from:a,to:x}}export{g as a,c as b,p as c,P as d};
@@ -1 +1 @@
1
- 'use strict';var chunkT4RYVPAB_js=require('./chunk-T4RYVPAB.js'),chunkJFZIXFRC_js=require('./chunk-JFZIXFRC.js'),chunk4Q2IP5FW_js=require('./chunk-4Q2IP5FW.js');function De(e){return !chunkJFZIXFRC_js.b(e.wrapType)&&e.wrapType!=="topAndBottom"}function Xe(e){return e.wrapType==="behind"}function Ne(e){return chunkJFZIXFRC_js.a(e.wrapType)?true:e.displayMode==="float"}function j(e){return chunkJFZIXFRC_js.b(e.wrapType)||e.wrapType==="topAndBottom"?false:chunkJFZIXFRC_js.c(e.wrapType)?true:e.displayMode==="float"&&e.cssFloat!=="none"}function je(e){return e==="left"?"right":e==="right"?"left":"bothSides"}function Ke(e){return {pageWidth:e.size.w,pageHeight:e.size.h,marginLeft:e.margins.left,marginTop:e.margins.top,contentWidth:e.size.w-e.margins.left-e.margins.right,contentHeight:e.size.h-e.margins.top-e.margins.bottom}}function qe(e,i,n,t){let{x:o,side:r}=Te(e,n,t),l=U(e,i,t);return {x:o,y:l,side:r}}function V(e,i,n){return U(e,i,n)}function Te(e,i,n){let t=e.position?.horizontal;if(!t)return e.cssFloat==="right"?{x:i-e.width,side:"right"}:{x:0,side:"left"};let o=ye(t.relativeTo,i,n);if(t.align==="right")return {x:o.size?o.base+o.size-e.width:0,side:"right"};if(t.align==="left")return {x:o.base,side:"left"};if(t.align==="center")return {x:o.size?o.base+(o.size-e.width)/2:0,side:"left"};if(t.posOffset!==void 0){let r=o.base+chunk4Q2IP5FW_js.e(t.posOffset);return {x:r,side:r>i/2?"right":"left"}}return {x:o.base,side:"left"}}function ye(e,i,n){let t=n?.pageWidth??0,o=n?.marginLeft??0;switch(e){case "page":return {base:-o,size:t};case "leftMargin":return {base:-o,size:o};case "rightMargin":return {base:i,size:o};case "character":return {base:0,size:0};default:return {base:0,size:i}}}function U(e,i,n){let t=e.position?.vertical;if(!t)return i;let o=Fe(t.relativeTo,i,n);return t.align==="top"?o.base:t.align==="center"?o.size?o.base+(o.size-e.height)/2:i:t.align==="bottom"?o.size?o.base+o.size-e.height:i:t.posOffset!==void 0?o.base+chunk4Q2IP5FW_js.e(t.posOffset):t.relativeTo==="paragraph"||t.relativeTo==="line"?i:o.base}function Fe(e,i,n){let t=n?.pageHeight??0,o=n?.marginTop??0,r=n?.contentHeight??0;switch(e){case "paragraph":case "line":return {base:i,size:0};case "page":return {base:-o,size:t};case "topMargin":return {base:-o,size:o};case "bottomMargin":return {base:r,size:o};default:return {base:0,size:r}}}var K=7,q=0;function Me(e,i){if(e.kind!=="paragraph"||i.kind!=="paragraph")return "totalHeight"in i?i.totalHeight:"height"in i?i.height:0;let n=e.runs.filter(u=>u.kind!=="text"||u.text.length>0);if(!(i.lines.length===1&&n.length>0&&n.every(u=>u.kind==="image")))return i.totalHeight;let o=n.reduce((u,g)=>g.kind==="image"?Math.max(u,g.height):u,0),r=e.attrs?.spacing?.before??0,l=e.attrs?.spacing?.after??0;return r+o+l}function J(e){let i=e?.borders?.top?.width??0,n=e?.borders?.bottom?.width??0;return i+n}function Q(e,i,n){let t=e.columnWidths??[],o=chunkT4RYVPAB_js.a(e.width,e.widthType,i),r=chunkT4RYVPAB_js.c(e),l=o??i;if(e.rows.length>0&&(t=chunkT4RYVPAB_js.d(t,r,l)),t.length>0&&o){let a=t.reduce((c,s)=>c+s,0);if(a>0&&Math.abs(a-o)>1){let c=o/a;t=t.map(s=>s*c);}}let u=new Map;for(let a of chunkT4RYVPAB_js.b(e))u.set(`${a.rowIndex}-${a.cellIndex}`,a.columnIndex);let g=e.rows.map((a,c)=>({cells:a.cells.map((s,h)=>{let d=s.colSpan??1,y=u.get(`${c}-${h}`)??0,p=0;for(let b=0;b<d&&y+b<t.length;b++)p+=t[y+b]??0;p===0&&(p=(s.width&&s.width>0?s.width:chunkT4RYVPAB_js.a(s.widthValue,s.widthType,l))??100);let M=s.padding?.left??K,P=s.padding?.right??K,T=Math.max(1,p-M-P);return {blocks:s.blocks.map(b=>n(b,T)),width:p,height:0,colSpan:s.colSpan,rowSpan:s.rowSpan}}),height:0})),m=[];for(let a=0;a<g.length;a++){let c=g[a],s=e.rows[a]?.cells,h=0,d=0;for(let P=0;P<c.cells.length;P++){let T=c.cells[P],b=s?.[P],R=0,S=0;for(let z=0;z<T.blocks.length;z++){let k=b?.blocks[z],Z=T.blocks[z];if(!k||!Z)continue;let xe=Me(k,Z),E=k.kind==="paragraph"?k.attrs?.spacing:void 0,O=E?.before??0,Y=E?.after??0;R+=Math.max(S,O)+(xe-O-Y),S=Y;}R+=S,T.height=R;let me=b?.padding?.top??q,be=b?.padding?.bottom??q;T.height+=me+be,(T.rowSpan??1)<=1&&(h=Math.max(h,T.height)),d=Math.max(d,J(b));}let y=e.rows[a],p=y?.height,M=y?.heightRule;m[a]=M==="exact"&&!!p,p&&M==="exact"?c.height=p:p?c.height=Math.max(h+d,p):c.height=h+d;}let x=g.map(a=>a.height);for(let a=0;a<g.length;a++){let c=e.rows[a]?.cells,s=g[a]?.cells;if(!(!c||!s))for(let h=0;h<c.length;h++){let d=c[h]?.rowSpan??1;if(d<=1)continue;let y=Math.min(a+d-1,g.length-1),p=(s[h]?.height??0)+J(c[h]),M=0;for(let b=a;b<=y;b++)M+=x[b]??0;let P=p-M;if(P<=0)continue;let T=y;for(;T>a&&m[T];)T--;m[T]||(g[T].height+=P);}}let f=g.reduce((a,c)=>a+c.height,0),F=t.reduce((a,c)=>a+c,0)||o||i;return {kind:"table",rows:g,columnWidths:t,totalWidth:F,totalHeight:f}}var Pe=4;function we(e,i,n,t){let o=Array.isArray(i)?i[0]??0:i,r=Ce(e,o,n,t),l=r.filter(s=>s.isMarginRelative),u=r.filter(s=>!s.isMarginRelative),g=new Map;for(let s of l){let h=g.get(s.topY)??[];h.push(s),g.set(s.topY,h);}let m=ze(u,Pe),x=[];ee(m,x),ee(Array.from(g.values()),x);let f=new Map;for(let s of x){let h=s.fullWidthBlock&&s.isMarginRelative?0:s.anchorBlockIndex,d=f.get(h)??[],{anchorBlockIndex:y,isMarginRelative:p,...M}=s;d.push(M),f.set(h,d);}let F=new Set(f.keys()),a=0,c=[];return e.map((s,h)=>{F.has(h)&&(a=0,c=f.get(h)??[]);let d=c.length>0?c:void 0,y=Array.isArray(i)?i[h]??o:i,p=n(s,y,d,a);return "totalHeight"in p&&(s.kind==="table"&&s.floating||(a+=p.totalHeight)),p})}function Ce(e,i,n,t){let o=[];for(let r=0;r<e.length;r++){let l=e[r];switch(l.kind){case "paragraph":ve(l,r,i,o);break;case "table":Ae(l,r,i,n,o);break;case "textBox":Ie(l,r,i,o,t);break}}return o}function te(e,i,n,t,o,r){let l=0,u=0,g=e?.horizontal;if(g?.align==="left")l=n+o;else if(g?.align==="right")u=n+t;else if(g?.posOffset!==void 0){let m=chunk4Q2IP5FW_js.e(g.posOffset);m<r/2?l=m+n+o:u=r-m+t;}else i==="left"?l=n+o:i==="right"&&(u=n+t);return chunkT4RYVPAB_js.y(l,u,r)}function $(e){let i=e?.vertical?.relativeTo;return i==="margin"||i==="page"}function ve(e,i,n,t){for(let o of e.runs){if(o.kind!=="image")continue;let r=o;if(!j(r))continue;let l=r.distTop??0,u=r.distBottom??0,g=r.distLeft??12,m=r.distRight??12,x=0,f=r.position?.vertical;f?.align==="top"&&f.relativeTo==="margin"?x=0:f?.posOffset!==void 0&&(x=chunk4Q2IP5FW_js.e(f.posOffset));let F=x+r.height,{leftMargin:a,rightMargin:c}=te(r.position,r.cssFloat,r.width,g,m,n);(a>0||c>0)&&t.push({leftMargin:a,rightMargin:c,topY:x-l,bottomY:F+u,anchorBlockIndex:i,isMarginRelative:$(r.position)});}}function Ae(e,i,n,t,o){let r=e.floating;if(!r)return;let l=Q(e,n,t),u=l.totalWidth,g=l.totalHeight,m=r.leftFromText??12,x=r.rightFromText??12,f=r.topFromText??0,F=r.bottomFromText??0,a=0;r.tblpX!==void 0?a=r.tblpX:r.tblpXSpec?r.tblpXSpec==="left"||r.tblpXSpec==="inside"?a=0:r.tblpXSpec==="right"||r.tblpXSpec==="outside"?a=n-u:r.tblpXSpec==="center"&&(a=(n-u)/2):e.justification==="center"?a=(n-u)/2:e.justification==="right"&&(a=n-u);let c=0,s=0;a<n/2?c=a+u+x:s=n-a+m,{leftMargin:c,rightMargin:s}=chunkT4RYVPAB_js.y(c,s,n);let h=r.tblpY??0,d=h+g;o.push({leftMargin:c,rightMargin:s,topY:h-f,bottomY:d+F,anchorBlockIndex:i});}function Ie(e,i,n,t,o){if(!chunkT4RYVPAB_js.I(e)||chunkJFZIXFRC_js.b(e.wrapType))return;let r=e.width??0,l=e.height??0;if(r<=0||l<=0)return;let u=e.distTop??0,g=e.distBottom??0,m=e.distLeft??12,x=e.distRight??12;if(e.wrapType==="topAndBottom"){let s=V({height:l,position:e.position},0,o),h=s+l+g;if(h<=0)return;t.push({leftMargin:0,rightMargin:0,topY:Math.max(0,s-u),bottomY:h,anchorBlockIndex:i,isMarginRelative:$(e.position),fullWidthBlock:true});return}let f=0;e.position?.vertical?.posOffset!==void 0&&(f=chunk4Q2IP5FW_js.e(e.position.vertical.posOffset));let F=f+l,{leftMargin:a,rightMargin:c}=te(e.position,e.cssFloat,r,m,x,n);a<=0&&c<=0||t.push({leftMargin:a,rightMargin:c,topY:f-u,bottomY:F+g,anchorBlockIndex:i,isMarginRelative:$(e.position)});}function ze(e,i){let n=[];for(let t of e){let o=n.find(r=>r.some(l=>Math.abs(l.anchorBlockIndex-t.anchorBlockIndex)<=i&&t.topY<l.bottomY&&t.bottomY>l.topY));o?o.push(t):n.push([t]);}return n}function ee(e,i){for(let n of e){let t=Math.min(...n.map(o=>o.anchorBlockIndex));for(let o of n)i.push({...o,anchorBlockIndex:t});}}var ne=2e4,w=new Map;function ie(e,i,n){return `${e}|${i}|${n||0}`}function oe(){for(;w.size>ne;){let e=w.keys().next().value;if(e===void 0)break;w.delete(e);}}function ke(e,i,n=0){let t=ie(e,i,n),o=w.get(t);if(o!==void 0)return w.delete(t),w.set(t,o),o.width}function Be(e,i,n,t){let o=ie(e,i,n);w.set(o,{width:t}),oe();}function re(){w.clear();}function Re(e){!Number.isFinite(e)||e<=0||(ne=e,oe());}function ae(){return w.size}var Se=1e3,se=Se,C=new Map;function ce(e,i,n=false,t=false){return `${e}|${i}|${n}|${t}`}function le(){for(;C.size>se;){let e=C.keys().next().value;if(e===void 0)break;C.delete(e);}}function We(e,i,n=false,t=false){let o=ce(e,i,n,t),r=C.get(o);if(r!==void 0)return C.delete(o),C.set(o,r),r}function $e(e,i,n,t,o){let r=ce(e,i,n,t);C.set(r,o),le();}function ue(){C.clear();}function He(e){!Number.isFinite(e)||e<=0||(se=e,le());}function ge(){return C.size}var Ze=5e3,he=Ze,v=new Map;function H(e){let i=[];for(let t of e.runs)t.kind==="text"?i.push(`t:${t.text}|${t.fontFamily}|${t.fontSize}|${t.bold}|${t.italic}`):t.kind==="tab"?i.push(`tab:${t.width}`):t.kind==="image"?i.push(`img:${t.width}x${t.height}`):t.kind==="lineBreak"&&i.push("br");let n=e.attrs;if(n){n.alignment&&i.push(`align:${n.alignment}`),n.indent&&i.push(`indent:${n.indent.left}|${n.indent.right}|${n.indent.firstLine}|${n.indent.hanging}`),n.spacing&&i.push(`spacing:${n.spacing.before}|${n.spacing.after}|${n.spacing.line}|${n.spacing.lineRule}`),n.defaultFontSize!=null&&i.push(`dfs:${n.defaultFontSize}`),n.defaultFontFamily!=null&&i.push(`dff:${n.defaultFontFamily}`);let t=n.borders;if(t){let o=r=>r?`${r.width??""},${r.style??""},${r.color??""}`:"";i.push(`bdr:${o(t.top)}|${o(t.bottom)}|${o(t.left)}|${o(t.right)}`);}n.suppressEmptyParagraphHeight&&i.push("sup"),n.pPrIns&&i.push(`pins:${n.pPrIns.revisionId}`),n.pPrDel&&i.push(`pdel:${n.pPrDel.revisionId}`);}return i.join("||")}function pe(){for(;v.size>he;){let e=v.keys().next().value;if(e===void 0)break;v.delete(e);}}function Ee(e,i){let n=H(e),t=v.get(n);if(t!==void 0&&t.maxWidth===i)return v.delete(n),v.set(n,t),t.measure}function Oe(e,i,n){let t=H(e);v.set(t,{measure:n,maxWidth:i}),pe();}function fe(){v.clear();}function Ye(e){!Number.isFinite(e)||e<=0||(he=e,pe());}function de(){return v.size}function Le(){re(),ue(),fe();}function Ge(){return ae()+ge()+de()}exports.A=de;exports.B=Le;exports.C=Ge;exports.a=De;exports.b=Xe;exports.c=Ne;exports.d=j;exports.e=je;exports.f=Ke;exports.g=qe;exports.h=V;exports.i=Me;exports.j=Q;exports.k=we;exports.l=ke;exports.m=Be;exports.n=re;exports.o=Re;exports.p=ae;exports.q=We;exports.r=$e;exports.s=ue;exports.t=He;exports.u=ge;exports.v=H;exports.w=Ee;exports.x=Oe;exports.y=fe;exports.z=Ye;
1
+ 'use strict';var chunkRSU4HTC6_js=require('./chunk-RSU4HTC6.js'),chunkJFZIXFRC_js=require('./chunk-JFZIXFRC.js'),chunk4Q2IP5FW_js=require('./chunk-4Q2IP5FW.js');function De(e){return !chunkJFZIXFRC_js.b(e.wrapType)&&e.wrapType!=="topAndBottom"}function Xe(e){return e.wrapType==="behind"}function Ne(e){return chunkJFZIXFRC_js.a(e.wrapType)?true:e.displayMode==="float"}function j(e){return chunkJFZIXFRC_js.b(e.wrapType)||e.wrapType==="topAndBottom"?false:chunkJFZIXFRC_js.c(e.wrapType)?true:e.displayMode==="float"&&e.cssFloat!=="none"}function je(e){return e==="left"?"right":e==="right"?"left":"bothSides"}function Ke(e){return {pageWidth:e.size.w,pageHeight:e.size.h,marginLeft:e.margins.left,marginTop:e.margins.top,contentWidth:e.size.w-e.margins.left-e.margins.right,contentHeight:e.size.h-e.margins.top-e.margins.bottom}}function qe(e,i,n,t){let{x:o,side:r}=Te(e,n,t),l=U(e,i,t);return {x:o,y:l,side:r}}function V(e,i,n){return U(e,i,n)}function Te(e,i,n){let t=e.position?.horizontal;if(!t)return e.cssFloat==="right"?{x:i-e.width,side:"right"}:{x:0,side:"left"};let o=ye(t.relativeTo,i,n);if(t.align==="right")return {x:o.size?o.base+o.size-e.width:0,side:"right"};if(t.align==="left")return {x:o.base,side:"left"};if(t.align==="center")return {x:o.size?o.base+(o.size-e.width)/2:0,side:"left"};if(t.posOffset!==void 0){let r=o.base+chunk4Q2IP5FW_js.e(t.posOffset);return {x:r,side:r>i/2?"right":"left"}}return {x:o.base,side:"left"}}function ye(e,i,n){let t=n?.pageWidth??0,o=n?.marginLeft??0;switch(e){case "page":return {base:-o,size:t};case "leftMargin":return {base:-o,size:o};case "rightMargin":return {base:i,size:o};case "character":return {base:0,size:0};default:return {base:0,size:i}}}function U(e,i,n){let t=e.position?.vertical;if(!t)return i;let o=Fe(t.relativeTo,i,n);return t.align==="top"?o.base:t.align==="center"?o.size?o.base+(o.size-e.height)/2:i:t.align==="bottom"?o.size?o.base+o.size-e.height:i:t.posOffset!==void 0?o.base+chunk4Q2IP5FW_js.e(t.posOffset):t.relativeTo==="paragraph"||t.relativeTo==="line"?i:o.base}function Fe(e,i,n){let t=n?.pageHeight??0,o=n?.marginTop??0,r=n?.contentHeight??0;switch(e){case "paragraph":case "line":return {base:i,size:0};case "page":return {base:-o,size:t};case "topMargin":return {base:-o,size:o};case "bottomMargin":return {base:r,size:o};default:return {base:0,size:r}}}var K=7,q=0;function Me(e,i){if(e.kind!=="paragraph"||i.kind!=="paragraph")return "totalHeight"in i?i.totalHeight:"height"in i?i.height:0;let n=e.runs.filter(u=>u.kind!=="text"||u.text.length>0);if(!(i.lines.length===1&&n.length>0&&n.every(u=>u.kind==="image")))return i.totalHeight;let o=n.reduce((u,g)=>g.kind==="image"?Math.max(u,g.height):u,0),r=e.attrs?.spacing?.before??0,l=e.attrs?.spacing?.after??0;return r+o+l}function J(e){let i=e?.borders?.top?.width??0,n=e?.borders?.bottom?.width??0;return i+n}function Q(e,i,n){let t=e.columnWidths??[],o=chunkRSU4HTC6_js.a(e.width,e.widthType,i),r=chunkRSU4HTC6_js.c(e),l=o??i;if(e.rows.length>0&&(t=chunkRSU4HTC6_js.d(t,r,l)),t.length>0&&o){let a=t.reduce((c,s)=>c+s,0);if(a>0&&Math.abs(a-o)>1){let c=o/a;t=t.map(s=>s*c);}}let u=new Map;for(let a of chunkRSU4HTC6_js.b(e))u.set(`${a.rowIndex}-${a.cellIndex}`,a.columnIndex);let g=e.rows.map((a,c)=>({cells:a.cells.map((s,h)=>{let d=s.colSpan??1,y=u.get(`${c}-${h}`)??0,p=0;for(let b=0;b<d&&y+b<t.length;b++)p+=t[y+b]??0;p===0&&(p=(s.width&&s.width>0?s.width:chunkRSU4HTC6_js.a(s.widthValue,s.widthType,l))??100);let M=s.padding?.left??K,P=s.padding?.right??K,T=Math.max(1,p-M-P);return {blocks:s.blocks.map(b=>n(b,T)),width:p,height:0,colSpan:s.colSpan,rowSpan:s.rowSpan}}),height:0})),m=[];for(let a=0;a<g.length;a++){let c=g[a],s=e.rows[a]?.cells,h=0,d=0;for(let P=0;P<c.cells.length;P++){let T=c.cells[P],b=s?.[P],R=0,S=0;for(let z=0;z<T.blocks.length;z++){let k=b?.blocks[z],Z=T.blocks[z];if(!k||!Z)continue;let xe=Me(k,Z),E=k.kind==="paragraph"?k.attrs?.spacing:void 0,O=E?.before??0,Y=E?.after??0;R+=Math.max(S,O)+(xe-O-Y),S=Y;}R+=S,T.height=R;let me=b?.padding?.top??q,be=b?.padding?.bottom??q;T.height+=me+be,(T.rowSpan??1)<=1&&(h=Math.max(h,T.height)),d=Math.max(d,J(b));}let y=e.rows[a],p=y?.height,M=y?.heightRule;m[a]=M==="exact"&&!!p,p&&M==="exact"?c.height=p:p?c.height=Math.max(h+d,p):c.height=h+d;}let x=g.map(a=>a.height);for(let a=0;a<g.length;a++){let c=e.rows[a]?.cells,s=g[a]?.cells;if(!(!c||!s))for(let h=0;h<c.length;h++){let d=c[h]?.rowSpan??1;if(d<=1)continue;let y=Math.min(a+d-1,g.length-1),p=(s[h]?.height??0)+J(c[h]),M=0;for(let b=a;b<=y;b++)M+=x[b]??0;let P=p-M;if(P<=0)continue;let T=y;for(;T>a&&m[T];)T--;m[T]||(g[T].height+=P);}}let f=g.reduce((a,c)=>a+c.height,0),F=t.reduce((a,c)=>a+c,0)||o||i;return {kind:"table",rows:g,columnWidths:t,totalWidth:F,totalHeight:f}}var Pe=4;function we(e,i,n,t){let o=Array.isArray(i)?i[0]??0:i,r=Ce(e,o,n,t),l=r.filter(s=>s.isMarginRelative),u=r.filter(s=>!s.isMarginRelative),g=new Map;for(let s of l){let h=g.get(s.topY)??[];h.push(s),g.set(s.topY,h);}let m=ze(u,Pe),x=[];ee(m,x),ee(Array.from(g.values()),x);let f=new Map;for(let s of x){let h=s.fullWidthBlock&&s.isMarginRelative?0:s.anchorBlockIndex,d=f.get(h)??[],{anchorBlockIndex:y,isMarginRelative:p,...M}=s;d.push(M),f.set(h,d);}let F=new Set(f.keys()),a=0,c=[];return e.map((s,h)=>{F.has(h)&&(a=0,c=f.get(h)??[]);let d=c.length>0?c:void 0,y=Array.isArray(i)?i[h]??o:i,p=n(s,y,d,a);return "totalHeight"in p&&(s.kind==="table"&&s.floating||(a+=p.totalHeight)),p})}function Ce(e,i,n,t){let o=[];for(let r=0;r<e.length;r++){let l=e[r];switch(l.kind){case "paragraph":ve(l,r,i,o);break;case "table":Ae(l,r,i,n,o);break;case "textBox":Ie(l,r,i,o,t);break}}return o}function te(e,i,n,t,o,r){let l=0,u=0,g=e?.horizontal;if(g?.align==="left")l=n+o;else if(g?.align==="right")u=n+t;else if(g?.posOffset!==void 0){let m=chunk4Q2IP5FW_js.e(g.posOffset);m<r/2?l=m+n+o:u=r-m+t;}else i==="left"?l=n+o:i==="right"&&(u=n+t);return chunkRSU4HTC6_js.y(l,u,r)}function $(e){let i=e?.vertical?.relativeTo;return i==="margin"||i==="page"}function ve(e,i,n,t){for(let o of e.runs){if(o.kind!=="image")continue;let r=o;if(!j(r))continue;let l=r.distTop??0,u=r.distBottom??0,g=r.distLeft??12,m=r.distRight??12,x=0,f=r.position?.vertical;f?.align==="top"&&f.relativeTo==="margin"?x=0:f?.posOffset!==void 0&&(x=chunk4Q2IP5FW_js.e(f.posOffset));let F=x+r.height,{leftMargin:a,rightMargin:c}=te(r.position,r.cssFloat,r.width,g,m,n);(a>0||c>0)&&t.push({leftMargin:a,rightMargin:c,topY:x-l,bottomY:F+u,anchorBlockIndex:i,isMarginRelative:$(r.position)});}}function Ae(e,i,n,t,o){let r=e.floating;if(!r)return;let l=Q(e,n,t),u=l.totalWidth,g=l.totalHeight,m=r.leftFromText??12,x=r.rightFromText??12,f=r.topFromText??0,F=r.bottomFromText??0,a=0;r.tblpX!==void 0?a=r.tblpX:r.tblpXSpec?r.tblpXSpec==="left"||r.tblpXSpec==="inside"?a=0:r.tblpXSpec==="right"||r.tblpXSpec==="outside"?a=n-u:r.tblpXSpec==="center"&&(a=(n-u)/2):e.justification==="center"?a=(n-u)/2:e.justification==="right"&&(a=n-u);let c=0,s=0;a<n/2?c=a+u+x:s=n-a+m,{leftMargin:c,rightMargin:s}=chunkRSU4HTC6_js.y(c,s,n);let h=r.tblpY??0,d=h+g;o.push({leftMargin:c,rightMargin:s,topY:h-f,bottomY:d+F,anchorBlockIndex:i});}function Ie(e,i,n,t,o){if(!chunkRSU4HTC6_js.I(e)||chunkJFZIXFRC_js.b(e.wrapType))return;let r=e.width??0,l=e.height??0;if(r<=0||l<=0)return;let u=e.distTop??0,g=e.distBottom??0,m=e.distLeft??12,x=e.distRight??12;if(e.wrapType==="topAndBottom"){let s=V({height:l,position:e.position},0,o),h=s+l+g;if(h<=0)return;t.push({leftMargin:0,rightMargin:0,topY:Math.max(0,s-u),bottomY:h,anchorBlockIndex:i,isMarginRelative:$(e.position),fullWidthBlock:true});return}let f=0;e.position?.vertical?.posOffset!==void 0&&(f=chunk4Q2IP5FW_js.e(e.position.vertical.posOffset));let F=f+l,{leftMargin:a,rightMargin:c}=te(e.position,e.cssFloat,r,m,x,n);a<=0&&c<=0||t.push({leftMargin:a,rightMargin:c,topY:f-u,bottomY:F+g,anchorBlockIndex:i,isMarginRelative:$(e.position)});}function ze(e,i){let n=[];for(let t of e){let o=n.find(r=>r.some(l=>Math.abs(l.anchorBlockIndex-t.anchorBlockIndex)<=i&&t.topY<l.bottomY&&t.bottomY>l.topY));o?o.push(t):n.push([t]);}return n}function ee(e,i){for(let n of e){let t=Math.min(...n.map(o=>o.anchorBlockIndex));for(let o of n)i.push({...o,anchorBlockIndex:t});}}var ne=2e4,w=new Map;function ie(e,i,n){return `${e}|${i}|${n||0}`}function oe(){for(;w.size>ne;){let e=w.keys().next().value;if(e===void 0)break;w.delete(e);}}function ke(e,i,n=0){let t=ie(e,i,n),o=w.get(t);if(o!==void 0)return w.delete(t),w.set(t,o),o.width}function Be(e,i,n,t){let o=ie(e,i,n);w.set(o,{width:t}),oe();}function re(){w.clear();}function Re(e){!Number.isFinite(e)||e<=0||(ne=e,oe());}function ae(){return w.size}var Se=1e3,se=Se,C=new Map;function ce(e,i,n=false,t=false){return `${e}|${i}|${n}|${t}`}function le(){for(;C.size>se;){let e=C.keys().next().value;if(e===void 0)break;C.delete(e);}}function We(e,i,n=false,t=false){let o=ce(e,i,n,t),r=C.get(o);if(r!==void 0)return C.delete(o),C.set(o,r),r}function $e(e,i,n,t,o){let r=ce(e,i,n,t);C.set(r,o),le();}function ue(){C.clear();}function He(e){!Number.isFinite(e)||e<=0||(se=e,le());}function ge(){return C.size}var Ze=5e3,he=Ze,v=new Map;function H(e){let i=[];for(let t of e.runs)t.kind==="text"?i.push(`t:${t.text}|${t.fontFamily}|${t.fontSize}|${t.bold}|${t.italic}`):t.kind==="tab"?i.push(`tab:${t.width}`):t.kind==="image"?i.push(`img:${t.width}x${t.height}`):t.kind==="lineBreak"&&i.push("br");let n=e.attrs;if(n){n.alignment&&i.push(`align:${n.alignment}`),n.indent&&i.push(`indent:${n.indent.left}|${n.indent.right}|${n.indent.firstLine}|${n.indent.hanging}`),n.spacing&&i.push(`spacing:${n.spacing.before}|${n.spacing.after}|${n.spacing.line}|${n.spacing.lineRule}`),n.defaultFontSize!=null&&i.push(`dfs:${n.defaultFontSize}`),n.defaultFontFamily!=null&&i.push(`dff:${n.defaultFontFamily}`);let t=n.borders;if(t){let o=r=>r?`${r.width??""},${r.style??""},${r.color??""}`:"";i.push(`bdr:${o(t.top)}|${o(t.bottom)}|${o(t.left)}|${o(t.right)}`);}n.suppressEmptyParagraphHeight&&i.push("sup"),n.pPrIns&&i.push(`pins:${n.pPrIns.revisionId}`),n.pPrDel&&i.push(`pdel:${n.pPrDel.revisionId}`);}return i.join("||")}function pe(){for(;v.size>he;){let e=v.keys().next().value;if(e===void 0)break;v.delete(e);}}function Ee(e,i){let n=H(e),t=v.get(n);if(t!==void 0&&t.maxWidth===i)return v.delete(n),v.set(n,t),t.measure}function Oe(e,i,n){let t=H(e);v.set(t,{measure:n,maxWidth:i}),pe();}function fe(){v.clear();}function Ye(e){!Number.isFinite(e)||e<=0||(he=e,pe());}function de(){return v.size}function Le(){re(),ue(),fe();}function Ge(){return ae()+ge()+de()}exports.A=de;exports.B=Le;exports.C=Ge;exports.a=De;exports.b=Xe;exports.c=Ne;exports.d=j;exports.e=je;exports.f=Ke;exports.g=qe;exports.h=V;exports.i=Me;exports.j=Q;exports.k=we;exports.l=ke;exports.m=Be;exports.n=re;exports.o=Re;exports.p=ae;exports.q=We;exports.r=$e;exports.s=ue;exports.t=He;exports.u=ge;exports.v=H;exports.w=Ee;exports.x=Oe;exports.y=fe;exports.z=Ye;
@@ -0,0 +1 @@
1
+ import {a as a$1}from'./chunk-FCJWLEKT.mjs';import {c as c$2}from'./chunk-7E5VBRDL.mjs';import {a as a$2}from'./chunk-MOCGHQ4A.mjs';import {a,b,c as c$1}from'./chunk-QPFJJPIC.mjs';import {a as a$3}from'./chunk-AMENZY5F.mjs';import {c}from'./chunk-VW22RZ6C.mjs';function q(e,t,n,r){let i=e-t-n,o=(r.count-1)*r.gap;return (i-o)/r.count}function fe(e){let t={...e.pageSize},n={...e.margins},r=e.columns??{count:1,gap:0},i=false,o,s,a=[],l=[];function u(){return t.h-n.bottom}function c(){return u()-n.top}function f(){return t.w-n.left-n.right}if(c()<=0)throw new Error(`Paginator: page size and margins yield no content area (pageSize=${Math.round(t.w)}x${Math.round(t.h)} margins top=${Math.round(n.top)} bottom=${Math.round(n.bottom)} left=${Math.round(n.left)} right=${Math.round(n.right)})`);let b=q(t.w,n.left,n.right,r),S=n.top;function y(d){return n.left+d*(b+r.gap)}function M(){(o||s)&&(o&&(t=o),s&&(n=s),o=void 0,s=void 0,b=q(t.w,n.left,n.right,r));let d=a.length+1,w=n.top,I=u(),m=e.footnoteReservedHeights?.get(d)??0,p=I-m,x={number:d,fragments:[],margins:{...n},size:{...t},footnoteReservedHeight:m>0?m:void 0,columns:r.count>1?{...r}:void 0},h={page:x,cursorY:w,columnIndex:0,topMargin:w,contentBottom:p,trailingSpacing:0};return a.push(x),l.push(h),S=w,e.onNewPage&&e.onNewPage(h),h}function P(){return l.length===0?M():l[l.length-1]}function T(d){return d.contentBottom-d.cursorY}function v(d,w){let I=w||P();return T(I)>=d}function F(d){return d.columnIndex<r.count-1?(d.columnIndex+=1,d.cursorY=S,d.trailingSpacing=0,d):M()}function L(d){let w=P(),I=Number.isFinite(d)&&d>0?d:0;for(;!v(I,w);){let m=w.contentBottom-w.topMargin;if(I>m)return i||(i=true,console.warn(`Paginator: fragment height ${I.toFixed(0)}px exceeds page content height ${m.toFixed(0)}px; placing with overflow.`)),w.cursorY!==w.topMargin&&(w=F(w)),w;w=F(w);}return w}function C(d,w,I=0,m=0){let p=Math.max(I,P().trailingSpacing),x=p+w,h=L(x),B=p,N=y(h.columnIndex),k=h.cursorY+B;return d.x=N,d.y=k,h.page.fragments.push(d),h.cursorY=k+w,h.trailingSpacing=m,{state:h,x:N,y:k}}function g(){if(l.length>0){let d=l[l.length-1];if(d.page.fragments.length===0&&d.cursorY===d.topMargin)return d}return M()}function R(){let d=P();return F(d)}function H(d){r=d,b=q(t.w,n.left,n.right,r);let w=P();w.page.columns=r.count>1?{...r}:void 0,S=w.cursorY,w.columnIndex=0;}function W(d,w,I=true){if(!I){o=d?{...d}:o,s=w?{...w}:s;return}if(d&&(t={...d}),w&&(n={...w}),c()<=0)throw new Error("Paginator: section page size and margins yield no content area");b=q(t.w,n.left,n.right,r),o=void 0,s=void 0;}return {pages:a,states:l,get columnWidth(){return b},get columns(){return {...r}},getCurrentState:P,getAvailableHeight:()=>T(P()),getContentWidth:f,fits:d=>v(d),ensureFits:L,addFragment:C,forcePageBreak:g,forceColumnBreak:R,getColumnX:y,updateColumns:H,updatePageLayout:W}}function ge(e){let t=new Map,n=new Set;for(let r=0;r<e.length;r++){if(n.has(r))continue;let i=e[r];if(i.kind!=="paragraph"||!i.attrs?.keepNext)continue;let s=[r],a=r;for(let c=r+1;c<e.length;c++){let f=e[c];if(f.kind==="sectionBreak"||f.kind==="pageBreak"||f.kind==="columnBreak"||f.kind!=="paragraph")break;if(f.attrs?.keepNext)s.push(c),a=c,n.add(c);else break}let l=a+1,u=-1;if(l<e.length){let c=e[l];c.kind!=="sectionBreak"&&c.kind!=="pageBreak"&&c.kind!=="columnBreak"&&(u=l);}t.set(r,{startIndex:r,endIndex:a,memberIndices:s,anchorIndex:u});}return t}function me(e,t,n){let r=0;for(let i of e.memberIndices){let o=t[i],s=n[i];if(o.kind!=="paragraph"||s.kind!=="paragraph")continue;let a=o,l=s,u=a.attrs?.spacing?.before??0;r+=u,r+=l.totalHeight;let c=a.attrs?.spacing?.after??0;r+=c;}if(e.anchorIndex!==-1){let i=n[e.anchorIndex];if(i?.kind==="paragraph"){let o=i;o.lines.length>0&&(r+=o.lines[0].lineHeight);}}return r}function pe(e){let t=new Set;for(let n of e.values())for(let r=1;r<n.memberIndices.length;r++)t.add(n.memberIndices[r]);return t}function it(e){return e.kind!=="paragraph"?false:e.attrs?.keepLines===true}function de(e){return e.kind!=="paragraph"?false:e.attrs?.pageBreakBefore===true}function K(e){return e.displayMode==="float"||a(e.wrapType)||e.wrapType==="topAndBottom"}function ot(e){return K(e)&&e.wrapType==="topAndBottom"}function at(e){return K(e)&&!b(e.wrapType)&&e.wrapType!=="topAndBottom"}function qt(e,t,n){if(!(!e||e<=0)){if(t==="pct")return n*e/5e3;if(!t||t==="dxa"||t==="auto")return c(e)}}function Ce(e){let t=new Map,n=[];for(let r=0;r<e.rows.length;r++){let i=e.rows[r]?.cells??[],o=t.get(r)??new Set,s=0;for(;o.has(s);)s++;for(let a=0;a<i.length;a++){let l=i[a];if(!l)continue;let u=l.colSpan??1,c=l.rowSpan??1;if(n.push({rowIndex:r,cellIndex:a,columnIndex:s,colSpan:u,rowSpan:c}),c>1)for(let f=r+1;f<r+c;f++){t.has(f)||t.set(f,new Set);let b=t.get(f);for(let S=0;S<u;S++)b.add(s+S);}for(s+=u;o.has(s);)s++;}}return n}function Jt(e){return Math.max(1,...e.rows.map(t=>t.cells.reduce((n,r)=>n+Math.max(1,r.colSpan??1),0)))}function Qt(e,t,n){if(t<=0)return [];let r=n>0?n/t:0;if(e.length===0)return Array(t).fill(r);let i=e.slice(0,t),o=t-i.length;if(o>0){let c=i.filter(b=>b>0),f=c.length>0?c.reduce((b,S)=>b+S,0)/c.length:r;i=i.concat(Array(o).fill(f));}let s=i.reduce((c,f)=>c+(f>0?f:0),0),a=i.filter(c=>c<=0).length;if(s<=0)return Array(t).fill(r);if(a===0)return i;let l=Math.max(0,n-s),u=l>0?l/a:s/Math.max(1,t-a);return i.map(c=>c>0?c:u)}function Re(e,t,n){let r=[],i=[],o=n,s=0,a=t?.length??0;for(let l=0;l<a;l++){let u=t[l],c=e?.[l];if(c?.kind==="paragraph"&&u?.kind==="paragraph"){let f=c.attrs?.spacing;o+=Math.max(s,f?.before??0);let b=[];for(let S of u.lines)o+=S.floatSkipBefore??0,b.push(o),o+=S.lineHeight,i.push(o);r.push(b),s=f?.after??0;}else u&&"totalHeight"in u&&typeof u.totalHeight=="number"?(o+=s+u.totalHeight,r.push([]),i.push(o),s=0):r.push([]);}return {lineTops:r,flatBottoms:i,contentHeight:o-n+s}}function Le(e,t){let n=t.rows.length,r=[],i=0;for(let a=0;a<n;a++)r.push(i),i+=t.rows[a]?.height??0;r.push(i);let o=Ce(e),s=[];for(let a=0;a<n;a++){let l=t.rows[a]?.height??0,u=new Set;u.add(l);for(let c of o){if(c.rowIndex>a||c.rowIndex+c.rowSpan-1<a)continue;let f=e.rows[c.rowIndex]?.cells?.[c.cellIndex],b=t.rows[c.rowIndex]?.cells?.[c.cellIndex];if(!f||!b)continue;let S=f.padding?.top??0,{flatBottoms:y}=Re(f.blocks,b.blocks,S),M=r[a]-r[c.rowIndex];for(let P of y){let T=P-M;T>0&&T<l&&u.add(T);}}s.push([...u].sort((c,f)=>c-f));}return {rowTops:r,breakOffsets:s}}function ke(e,t,n,r){let i=e.breakOffsets[t];if(!i||i.length===0)return 0;let o=n+r,s=0;for(let a of i)if(!(a<=n))if(a<=o)s=a-n;else break;return s}var st=1440,he=96,ve=st/he,Ee=11,We="Calibri",lt=1,ut=.8,ct=.2,$=null;function be(){if(!$){let e=typeof document<"u"?document.createElement("canvas"):null;if(!e)throw new Error("Canvas not available. Ensure this runs in a DOM environment.");if($=e.getContext("2d"),!$)throw new Error("Failed to get 2D context from canvas")}return $}function sn(){$=null;}var Ie=new Map;function He(e){let t=Ie.get(e);if(t===void 0){let n=a$3(e);t={cssFallback:n.cssFallback,singleLineRatio:n.singleLineRatio},Ie.set(e,t);}return t}function ft(e){return He(e).cssFallback}function xe(e){let t=[];e.italic&&t.push("italic"),e.bold&&t.push("bold");let n=e.fontSize??Ee,r=Y(n);t.push(`${r}px`);let i=e.fontFamily??We;return t.push(ft(i)),t.join(" ")}function j(e){let t=e.fontSize??Ee,n=e.fontFamily??We,r=Y(t),i=r*ut,o=r*ct,s=r*lt;try{let l=be();l.font=xe(e);let u=l.measureText("Hg");typeof u.actualBoundingBoxAscent=="number"&&typeof u.actualBoundingBoxDescent=="number"&&(i=u.actualBoundingBoxAscent,o=u.actualBoundingBoxDescent);}catch{}s=Math.max(s,i+o);let a=He(n).singleLineRatio;return {fontSize:t,ascent:i,descent:o,lineHeight:s,fontFamily:n,singleLineRatio:a}}function _(e,t){if(!e)return 0;let n=be();n.font=xe(t);let i=n.measureText(e).width;return t.letterSpacing&&e.length>1&&(i+=t.letterSpacing*(e.length-1)),i}function ln(e,t){let n=_(e,t),r=j(t);return {width:n,height:r.ascent+r.descent,ascent:r.ascent,descent:r.descent}}function Ae(e,t){let n=j(t);if(!e)return {width:0,charWidths:[],metrics:n};let r=be();r.font=xe(t);let i=t.letterSpacing??0,o=[],s=0;for(let a=0;a<e.length;a++){let l=e[a],c=r.measureText(l).width;i&&a<e.length-1&&(c+=i),o.push(c),s+=c;}return {width:s,charWidths:o,metrics:n}}function un(e,t){if(t.length===0||e<=0)return 0;let n=0;for(let r=0;r<t.length;r++){let i=t[r],o=n+i/2;if(e<=o)return r;n+=i;}return t.length}function cn(e,t){if(e<=0||t.length===0)return 0;let n=Math.min(e,t.length),r=0;for(let i=0;i<n;i++)r+=t[i];return r}function fn(e){return e/ve}function gn(e){return Math.round(e*ve)}function Y(e){return e*he/72}function gt(e){return e*72/he}function mn(e){return Y(e/2)}function pn(e){return gt(e)*2}function Se(e){return e/1440*96}function Me(e){return e/96*1440}function mt(e){let{explicitStops:t=[],defaultTabInterval:n=720,leftIndent:r=0}=e,i=t.filter(f=>f.val!=="clear").filter(f=>f.pos>=r),o=t.filter(f=>f.val==="clear").map(f=>f.pos),s=i.reduce((f,b)=>Math.max(f,b.pos),0),a=[...i];r>0&&!i.some(f=>f.pos<=r)&&(o.some(b=>Math.abs(b-r)<20)||a.push({val:"start",pos:r,leader:"none"}));let u=s>0?Math.max(s,r):r,c=r+14400;for(;u<c;){u+=n;let f=i.some(y=>Math.abs(y.pos-u)<20),b=o.some(y=>Math.abs(y-u)<20),S=r>0&&Math.abs(u-r)<20;!f&&!b&&!S&&a.push({val:"start",pos:u,leader:"none"});}return a.sort((f,b)=>f.pos-b.pos)}function Oe(e,t,n={}){let{defaultTabInterval:r=720}=t,i=Me(e),s=mt(t).find(u=>u.pos>i);if(!s){let u=Se(r),c=u-e%u;return c<=0&&(c=u),{width:c,alignment:"default"}}let l=Se(s.pos)-e;if(s.val==="center")l-=(n.followingWidth??0)/2;else if(s.val==="end")l-=n.followingWidth??0;else if(s.val==="decimal")l-=n.decimalPrefixWidth??0;else if(s.val==="bar")return {width:0,leader:s.leader,alignment:"bar"};if(l<1){let u=Se(r),c=u-e%u;return c<=0&&(c=u),{width:c,alignment:"default"}}return {width:l,leader:s.leader,alignment:s.val}}var pt="Calibri",dt=11;function ht(e){let t=e.attrs,n=e.runs?.find(o=>o.kind==="text"),r=t?.listMarkerFontFamily??n?.fontFamily??t?.defaultFontFamily??pt,i=t?.listMarkerFontSize??n?.fontSize??t?.defaultFontSize??dt;return {fontFamily:r,fontSize:i}}function _e(e){let t=e.attrs;if(!t?.listMarker||t.listMarkerHidden)return 0;let n=t.indent,r=n?.hanging??0;if(r>0)return r;let{fontFamily:i,fontSize:o}=ht(e),s={fontFamily:i,fontSize:o},a=_(t.listMarker,s),l=t.listMarkerSuffix??"tab";if(l==="nothing")return a;if(l==="space")return a+_(" ",s);let u=n?.left??0,c=n?.firstLine??0,f=u+c,b=f+a,S=(t.tabs??[]).filter(T=>T.val!=="clear"&&T.val!=="bar").map(T=>a$1(T.pos)).filter(T=>T>=b).sort((T,v)=>T-v)[0],y=a$1(t.defaultTabStopTwips??a$2),M=y>0?(Math.floor(b/y)+1)*y:void 0,P;return S!==void 0&&M!==void 0?P=Math.min(S,M):P=S??M,P===void 0?a+Y(o)*.5:P-f}var D=11,X="Calibri",bt=1.15,te=1,Z=.5;function ze(e,t,n,r=false){let i=1,o=e.length,s=0;for(;i<=o;){let a=i+o>>>1;_(e.slice(0,a),t)<=n?(s=a,i=a+1):o=a-1;}return r&&s===0?1:s}function V(e){return {fontFamily:e.fontFamily??X,fontSize:e.fontSize??D,bold:e.bold,italic:e.italic,letterSpacing:e.letterSpacing}}function De(e,t,n){let r=Y(e),i=n?.ascent??r*.8,o=n?.descent??r*.2,s=n?.singleLineRatio??1.15,a=r*s,l;if(t?.lineRule==="exact"&&t.line!==void 0)l=t.line;else if(t?.lineRule==="atLeast"&&t.line!==void 0){let u=a*te;l=Math.max(t.line,u);}else t?.line!==void 0&&t?.lineUnit==="multiplier"?l=a*t.line:t?.line!==void 0&&t?.lineUnit==="px"?l=t.line:l=a*te;return {ascent:i,descent:o,lineHeight:l}}function Ne(e,t,n){let r=j({fontSize:e,fontFamily:n??X}),i=De(e,t,r),o=t?.lineRule??"auto";if(o==="auto"||o==="atLeast"){let s=Y(e),a=Math.max(i.lineHeight,s*bt);if(a!==i.lineHeight)return {...i,lineHeight:a}}return i}function J(e){return e.kind==="text"}function Ze(e){return e.kind==="tab"}function Ue(e){return e.kind==="image"}function Xe(e){return e.kind==="lineBreak"}function Ge(e){return e.kind==="field"}function xt(e){return !e.text||e.text.replace(/\u00a0/g," ").trim().length===0}function St(e,t){let n=0;for(let r=t+1;r<e.length;r++){let i=e[r];if(Ze(i)||Xe(i))break;if(J(i))n+=_(i.text||"",V(i));else if(Ge(i)){let o={fontFamily:i.fontFamily??X,fontSize:i.fontSize??D,bold:i.bold,italic:i.italic};n+=_(i.fallback||"1",o);}else Ue(i)&&(n+=i.width||0);}return n}function Mt(e){let t=[];for(let n=0;n<e.length;n++){let r=e[n];(r===" "||r==="-"||r===" ")&&t.push(n+1);}return t}function Ke(e,t,n){let r=Math.max(1,n),i=Math.max(0,e),o=Math.max(0,t);return i>=r||o>=r||i+o>=r?{leftMargin:0,rightMargin:0}:{leftMargin:i,rightMargin:o}}function Tt(e,t,n){let r=e.runs,i=e.attrs,o=i?.spacing,s=n?.floatingZones,a=n?.paragraphYOffset??0,l=i?.indent,u=l?.left??0,c=l?.right??0,f=(l?.firstLine??0)-(l?.hanging??0),b=Math.max(1,t-u-c),S=(l?.hanging??0)===0?_e(e):0,y=Math.max(1,b-f-S),M=0,P=0,T=Y(D)*te,v=(m,p)=>{if(!s||s.length===0)return;let x=a+M,h=Ye(x,m,s,p,U)-x;h>0&&(M+=h,P+=h);};v(T,y);let F=ee(M,T,s,a),L=Math.max(1,Q(F,y)),C=[];if(r.length===0){if(i?.suppressEmptyParagraphHeight)return C.push({fromRun:0,fromChar:0,toRun:0,toChar:0,width:0,ascent:0,descent:0,lineHeight:0}),{kind:"paragraph",lines:C,totalHeight:0};let m=i?.defaultFontSize??D,p=i?.defaultFontFamily??X,x=Ne(m,o,p);C.push({fromRun:0,fromChar:0,toRun:0,toChar:0,width:0,...x});let h=x.lineHeight;return o?.before&&(h+=o.before),o?.after&&(h+=o.after),{kind:"paragraph",lines:C,totalHeight:h}}if(r.length===1&&J(r[0])&&xt(r[0])){let m=r[0],p=m.fontSize??i?.defaultFontSize??D,x=m.fontFamily??i?.defaultFontFamily??X,h=Ne(p,o,x);C.push({fromRun:0,fromChar:0,toRun:0,toChar:0,width:0,...h});let B=h.lineHeight;return o?.before&&(B+=o.before),o?.after&&(B+=o.after),{kind:"paragraph",lines:C,totalHeight:B}}let g={fromRun:0,fromChar:0,toRun:0,toChar:0,width:0,maxFontSize:D,maxFontMetrics:null,maxImageHeightPx:0,availableWidth:L,leftOffset:F.leftMargin,rightOffset:F.rightMargin,segmentZones:F.segments},R=()=>{let m=De(g.maxFontSize,o,g.maxFontMetrics),p={...m};if(g.maxImageHeightPx>p.lineHeight){let h=g.maxImageHeightPx,B=p.descent;g.fromRun===g.toRun?(p.lineHeight=h+B*2,p.ascent=h+B):(p.lineHeight=h+B,p.ascent=h);}let x={fromRun:g.fromRun,fromChar:g.fromChar,toRun:g.toRun,toChar:g.toChar,width:g.width,...p};g.leftOffset>0&&(x.leftOffset=g.leftOffset),g.rightOffset>0&&(x.rightOffset=g.rightOffset),g.segmentZones?.length&&(x.segments=H(x,g.segmentZones)),P>0&&(x.floatSkipBefore=P,P=0),C.push(x),M+=m.lineHeight;},H=(m,p)=>{let x=p[0],h=p[1];if(!x)return;if(!h||m.width<=x.availableWidth+Z)return [{fromRun:m.fromRun,fromChar:m.fromChar,toRun:m.toRun,toChar:m.toChar,width:m.width,leftOffset:x.leftOffset,availableWidth:x.availableWidth}];if(m.fromRun!==m.toRun)return;let B=r[m.fromRun];if(!B||!J(B))return;let N=B,k=N.text.slice(m.fromChar,m.toChar),A=V(N),E=ze(k,A,x.availableWidth);if(E<=0||E>=k.length)return;let z=m.fromChar+E,O=k.slice(0,E),ie=k.slice(E);return [{fromRun:m.fromRun,fromChar:m.fromChar,toRun:m.toRun,toChar:z,width:_(O,A),leftOffset:x.leftOffset,availableWidth:x.availableWidth},{fromRun:m.fromRun,fromChar:z,toRun:m.toRun,toChar:m.toChar,width:_(ie,A),leftOffset:h.leftOffset,availableWidth:h.availableWidth}]},W=(m,p)=>{R();let x=Y(D)*te;v(x,b);let h=ee(M,x,s,a),B=Math.max(1,Q(h,b));g={fromRun:m,fromChar:p,toRun:m,toChar:p,width:0,maxFontSize:D,maxFontMetrics:null,maxImageHeightPx:0,availableWidth:B,leftOffset:h.leftMargin,rightOffset:h.rightMargin,segmentZones:h.segments};},d=m=>{let p=m.fontSize??D;(!g.maxFontMetrics||p>g.maxFontSize)&&(g.maxFontSize=p,g.maxFontMetrics=j(m));};for(let m=0;m<r.length;m++){let p=r[m];if(Xe(p)){g.toRun=m,g.toChar=0,W(m+1,0);continue}if(Ze(p)){let x=V(p);d(x);let h=St(r,m),B=g.width+(g.leftOffset??0),N=C.length===0,k=u+(N?f:0)+B,A={explicitStops:i?.tabs,leftIndent:Me(u)},E=Oe(k,A,{followingWidth:h}).width;if(B+E>g.availableWidth+Z){let z=g.availableWidth-B-h;z>1&&(E=z);}g.width+E>g.availableWidth+Z&&(W(m,0),d(x)),g.width+=E,g.toRun=m,g.toChar=1;continue}if(Ue(p)){let x=p.wrapType,h=p.displayMode==="float"||c$1(x);if(p.position&&h){g.toRun=m,g.toChar=1;continue}if(x==="topAndBottom"||p.displayMode==="block"){g.width>0&&W(m,0);let A=p.height,E=p.distTop??6,z=p.distBottom??6;g.toRun=m,g.toChar=1,g.maxImageHeightPx=A+E+z,W(m+1,0);continue}let B=p.width,k=p.height+(p.distTop??0)+(p.distBottom??0);k>g.maxImageHeightPx&&(g.maxImageHeightPx=k),g.width+B>g.availableWidth+Z&&W(m,0),g.width+=B,g.toRun=m,g.toChar=1;continue}if(Ge(p)){let x=p.fallback||"1",h={fontFamily:p.fontFamily??X,fontSize:p.fontSize??D,bold:p.bold,italic:p.italic};d(h);let B=_(x,h);g.width>0&&g.width+B>g.availableWidth+Z&&(W(m,0),d(h)),g.width+=B,g.toRun=m,g.toChar=1;continue}if(J(p)){let x=p,h=x.text,B=V(x);if(d(B),!h||h.length===0){g.toRun=m,g.toChar=0;continue}let N=Mt(h),k=0;for(;k<h.length;){let A=h.length;for(let O of N)if(O>k){A=O;break}let E=h.slice(k,A),z=_(E,B);if(z>g.availableWidth+Z){let O=0;for(;O<E.length;){let ie=g.availableWidth-g.width+Z,tt=E.slice(O),oe=ze(tt,B,ie);if(oe===0){if(g.width>0){W(m,k+O),d(B);continue}oe=1;}let ae=O+oe,nt=E.slice(O,ae),rt=_(nt,B);g.width+=rt,g.toRun=m,g.toChar=k+ae,O=ae,O<E.length&&(W(m,k+O),d(B));}k=A;continue}g.width>0&&g.width+z>g.availableWidth+Z&&(W(m,k),d(B)),g.width+=z,g.toRun=m,g.toChar=A,k=A;}}}R();let I=C.reduce((m,p)=>m+p.lineHeight+(p.floatSkipBefore??0),0);return o?.before&&(I+=o.before),o?.after&&(I+=o.after),{kind:"paragraph",lines:C,totalHeight:I}}function Cn(e,t){return e.map(n=>Tt(n,t))}function Rn(e){let t=V(e);return Ae(e.text,t).charWidths}function In(e,t){return e.map(n=>{let r=n.x-n.distLeft,i=n.x+n.width+n.distRight,o=n.y-n.distTop,s=n.y+n.height+n.distBottom;if(n.wrapType==="topAndBottom")return {leftMargin:0,rightMargin:0,topY:o,bottomY:s,fullWidthBlock:true};let a=0,l=0,u,c=n.wrapText??"bothSides";c==="right"?a=Te(i):c==="left"?l=ye(r,t):c==="largest"?{leftMargin:a,rightMargin:l}=wt(r,i,t):Pt(r,i,t)?u=Ft(r,i,t):n.side==="left"?a=Te(i):l=ye(r,t);let f=Ke(a,l,t);return {leftMargin:f.leftMargin,rightMargin:f.rightMargin,topY:o,bottomY:s,segments:u}})}function Q(e,t){return e.segments?.reduce((r,i)=>r+i.availableWidth,0)??t-e.leftMargin-e.rightMargin}function ee(e,t,n,r){if(!n||n.length===0)return {leftMargin:0,rightMargin:0};let i=0,o=0,s,a=r+e,l=a+t;for(let u of n)if(!(l<=u.topY||a>=u.bottomY)){if(u.fullWidthBlock)return {leftMargin:0,rightMargin:0,segments:[{leftOffset:0,availableWidth:0}]};if(u.segments?.length){s=s?yt(s,u.segments):u.segments;continue}i=Math.max(i,u.leftMargin),o=Math.max(o,u.rightMargin);}return {leftMargin:i,rightMargin:o,segments:s}}function Ye(e,t,n,r,i){if(!n||n.length===0)return e;let o=e;for(let s=0;s<n.length+2;s++){let a=ee(o,t,n,0);if(Q(a,r)>=i)return o;let u=o+t,c=1/0;for(let f of n)u<=f.topY||o>=f.bottomY||f.bottomY>o&&f.bottomY<c&&(c=f.bottomY);if(!Number.isFinite(c)||c<=o)return o;o=c;}return o}function yt(e,t){let n=[];for(let r of e)for(let i of t){let o=Math.max(r.leftOffset,i.leftOffset),s=Math.min(r.leftOffset+r.availableWidth,i.leftOffset+i.availableWidth);s>o&&n.push({leftOffset:o,availableWidth:s-o});}return n}var U=24;function Pt(e,t,n){return e>U&&t+U<n}function Ft(e,t,n){return [{leftOffset:0,availableWidth:Math.max(0,e)},{leftOffset:Math.max(0,t),availableWidth:Math.max(0,n-t)}].filter(r=>r.availableWidth>1)}function wt(e,t,n){let r=Math.max(0,e);return Math.max(0,n-t)>=r?{leftMargin:Te(t),rightMargin:0}:{leftMargin:0,rightMargin:ye(e,n)}}function Te(e){return Math.max(0,e)}function ye(e,t){return Math.max(0,t-e)}function Bt(e,t){return e==null||!Number.isFinite(e)?0:Math.max(0,Math.min(t,e))}function ne(e,t,n){if(e)return e.kind==="text"?typeof e.pmStart=="number"?e.pmStart+Bt(t,e.text.length):n==="end"?e.pmEnd:void 0:n==="end"?typeof e.pmEnd=="number"?e.pmEnd:typeof e.pmStart=="number"?e.pmStart+1:void 0:e.pmStart}function $e(e,t,n,r){if(t.lines.length===0||n>=r)return {pmStart:e.pmStart,pmEnd:e.pmEnd};let i=t.lines[n],o=t.lines[r-1],s=i?e.runs[i.fromRun]:void 0,a=o?e.runs[o.toRun]:void 0,l=n===0?e.pmStart??ne(s,i?.fromChar??0,"start"):ne(s,i?.fromChar??0,"start"),u=r>=t.lines.length?e.pmEnd??ne(a,o?.toChar??0,"end"):ne(a,o?.toChar??0,"end");return l==null&&(l=e.pmStart),u==null&&(u=e.pmEnd),l!=null&&u!=null&&u<=l&&(u=l+1),{pmStart:l,pmEnd:u}}var je={count:1,gap:0};function Ct(e,t,n){return {activeTopMargin:e.top,activeBottomMargin:e.bottom,activeLeftMargin:e.left,activeRightMargin:e.right,pendingTopMargin:null,pendingBottomMargin:null,pendingLeftMargin:null,pendingRightMargin:null,activePageSize:{...t},pendingPageSize:null,activeColumns:n?{...n}:{...je},pendingColumns:null,activeOrientation:null,pendingOrientation:null,hasAnyPages:false}}function Rt(e,t){return t.count>1}function re(e){return e?{count:e.count,gap:e.gap}:{...je}}function Lt(e,t,n){let r={...t},i=e.type??"continuous",o=e.margins,s=e.pageSize,a=e.orientation;o&&(typeof o.top=="number"&&(r.pendingTopMargin=Math.max(0,o.top)),typeof o.bottom=="number"&&(r.pendingBottomMargin=Math.max(0,o.bottom)),typeof o.left=="number"&&(r.pendingLeftMargin=Math.max(0,o.left)),typeof o.right=="number"&&(r.pendingRightMargin=Math.max(0,o.right))),s&&(r.pendingPageSize={w:s.w,h:s.h}),a&&(r.pendingOrientation=a);let l=Rt((e.margins,void 0),r.activeColumns);switch(i){case "nextPage":return r.pendingColumns=re(void 0),{decision:{forcePageBreak:true,forceMidPageRegion:false},state:r};case "evenPage":return r.pendingColumns=re(void 0),{decision:{forcePageBreak:true,forceMidPageRegion:false,requiredParity:"even"},state:r};case "oddPage":return r.pendingColumns=re(void 0),{decision:{forcePageBreak:true,forceMidPageRegion:false,requiredParity:"odd"},state:r};default:return l?(r.pendingColumns=re(void 0),{decision:{forcePageBreak:false,forceMidPageRegion:true},state:r}):{decision:{forcePageBreak:false,forceMidPageRegion:false},state:r}}}function kt(e){let t={...e};return t.pendingTopMargin!==null&&(t.activeTopMargin=t.pendingTopMargin,t.pendingTopMargin=null),t.pendingBottomMargin!==null&&(t.activeBottomMargin=t.pendingBottomMargin,t.pendingBottomMargin=null),t.pendingLeftMargin!==null&&(t.activeLeftMargin=t.pendingLeftMargin,t.pendingLeftMargin=null),t.pendingRightMargin!==null&&(t.activeRightMargin=t.pendingRightMargin,t.pendingRightMargin=null),t.pendingPageSize!==null&&(t.activePageSize=t.pendingPageSize,t.pendingPageSize=null),t.pendingColumns!==null&&(t.activeColumns=t.pendingColumns,t.pendingColumns=null),t.pendingOrientation!==null&&(t.activeOrientation=t.pendingOrientation,t.pendingOrientation=null),t}function It(e){return {top:e.pendingTopMargin??e.activeTopMargin,bottom:e.pendingBottomMargin??e.activeBottomMargin,left:e.pendingLeftMargin??e.activeLeftMargin,right:e.pendingRightMargin??e.activeRightMargin}}function vt(e){return e.pendingPageSize??e.activePageSize}function Et(e){return e.pendingColumns??e.activeColumns}function Wt(e,t){for(let n=0;n<e.pages.length;n++)for(let r of e.pages[n].fragments){if(r.pmStart==null)continue;let i=r.pmStart,o=r.pmEnd??i+1;if(t>=i&&t<o)return n}return null}var Ht={w:816,h:1056},G={top:96,right:96,bottom:96,left:96},Je={count:1,gap:0};function At(e,t,n){let r=[],i=[],o=t;for(let s=0;s<e.length;s++){if(e[s].kind!=="sectionBreak")continue;let a=e[s],l={pageSize:a.pageSize??o.pageSize,margins:a.margins??o.margins,columns:a.columns};r.push(l),i.push(s),o=l;}return r.push(n),{configs:r,breakIndices:i}}function Qe(e){if(e.runs.length===0)return true;if(e.runs.length!==1)return false;let t=e.runs[0];return t.kind==="text"&&(t.text??"")===""}function Ve(e){let t=e.attrs?.spacing?.before??0;return Qe(e)&&!e.attrs?.spacingExplicit?.before?0:t}function qe(e){let t=e.attrs?.spacing?.after??0;return Qe(e)&&!e.attrs?.spacingExplicit?.after?0:t}function et(e){for(let t=0;t<e.length-1;t++){let n=e[t],r=e[t+1];if(n.kind!=="paragraph"||r.kind!=="paragraph")continue;let i=n.attrs,o=r.attrs;i?.contextualSpacing&&o?.contextualSpacing&&i.styleId&&i.styleId===o.styleId&&(i.spacing&&(i.spacing={...i.spacing,after:0}),o.spacing&&(o.spacing={...o.spacing,before:0}));}for(let t of e)if(t.kind==="table")for(let n of t.rows)for(let r of n.cells)et(r.blocks);}function Zn(e,t,n={}){if(e.length!==t.length)throw new Error(`layoutDocument: expected one measure per block (blocks=${e.length}, measures=${t.length})`);let r=n.pageSize??Ht,i={top:n.margins?.top??G.top,right:n.margins?.right??G.right,bottom:n.margins?.bottom??G.bottom,left:n.margins?.left??G.left,header:n.margins?.header??n.margins?.top??G.top,footer:n.margins?.footer??n.margins?.bottom??G.bottom};n.headerContentHeights,n.footerContentHeights,n.titlePage,n.evenAndOddHeaders;let o={...i},s=n.finalPageSize??r,a=n.finalMargins??o;if(r.w-o.left-o.right<=0)throw new Error("layoutDocument: page size and margins yield no content area");let u={pageSize:r,margins:o,columns:n.columns},c={pageSize:s,margins:a,columns:n.columns},{configs:f,breakIndices:b}=At(e,u,c),S=[...b.map(F=>e[F].type),n.bodyBreakType],y=f[0]??u,M=fe({pageSize:y.pageSize,margins:y.margins,columns:y.columns??Je,footnoteReservedHeights:n.footnoteReservedHeights});et(e);let P=ge(e),T=pe(P),v=0;for(let F=0;F<e.length;F++){let L=e[F],C=t[F];de(L)&&M.forcePageBreak();let g=P.get(F);if(g&&!T.has(F)){let R=me(g,e,t),H=M.getCurrentState(),W=M.getAvailableHeight(),d=H.contentBottom-H.topMargin;R<=d&&R>W&&H.page.fragments.length>0&&M.forcePageBreak();}switch(L.kind){case "paragraph":Ot(L,C,M,M.getContentWidth());break;case "table":L.floating?Yt(L,C,M,M.getContentWidth()):Nt(L,C,M);break;case "image":Dt(L,C,M);break;case "textBox":Ut(L,C,M);break;case "pageBreak":M.forcePageBreak();break;case "columnBreak":M.forceColumnBreak();break;case "sectionBreak":{let R=S[v+1]??S[v];Xt(L,M,f[v+1]??y,R),v++;break}default:c$2(L,"runLayoutPipeline");}}return M.pages.length===0&&M.getCurrentState(),{pageSize:r,pages:M.pages,columns:n.columns,pageGap:n.pageGap}}function Ot(e,t,n,r){if(t.kind!=="paragraph")throw new Error("layoutParagraph: expected paragraph measure");let i=t.lines;if(i.length===0){let l=Ve(e),u=qe(e),c=n.getCurrentState(),f={kind:"paragraph",blockId:e.id,x:n.getColumnX(c.columnIndex),y:c.cursorY+l,width:r,height:0,fromLine:0,toLine:0,pmStart:e.pmStart,pmEnd:e.pmEnd};n.addFragment(f,0,l,u);return}let o=Ve(e),s=qe(e),a=0;for(;a<i.length;){let l=n.getCurrentState(),u=n.getAvailableHeight(),c=0,f=0;for(let F=a;F<i.length;F++){let L=i[F].lineHeight+(i[F].floatSkipBefore??0),C=c+L;if((a===0&&F===a?C+o:C)<=u||f===0)c=C,f++;else break}let b=a===0,S=a+f>=i.length,y=b?o:0,M=S?s:0,P=$e(e,t,a,a+f),T={kind:"paragraph",blockId:e.id,x:n.getColumnX(l.columnIndex),y:0,width:r,height:c,fromLine:a,toLine:a+f,pmStart:P.pmStart,pmEnd:P.pmEnd,continuesFromPrev:!b,continuesOnNext:!S},v=n.addFragment(T,c,y,M);T.y=v.y,a+=f,a<i.length&&n.ensureFits(i[a].lineHeight);}}function _t(e){let t=0;for(let n of e.rows)if(n.isHeader)t++;else break;return t}function zt(e,t){let n=0;for(let r=0;r<t&&r<e.rows.length;r++)n+=e.rows[r].height;return n}function Nt(e,t,n){if(t.kind!=="table")throw new Error("layoutTable: expected table measure");let r=t.rows;if(r.length===0)return;let i=_t(e),o=zt(t,i),s=Le(e,t),a=0,l=0;for(;a<r.length;){let u=n.getCurrentState(),c=a===0&&l===0,f=c?u.trailingSpacing:0,b=!c&&i>0?o:0,S=n.getAvailableHeight()-f-b,y=a,M=l,P=0,T=a,v=l,F=a,L,C=false;for(;T<r.length;){let w=r[T].height,I=T===y?v:0,m=w-I;if(P+m<=S){P+=m,T+=1,F=T;continue}let p=S-P,x=e.rows[T]?.cantSplit?0:ke(s,T,I,p);x>0?(P+=x,F=T+1,L=I+x,C=true):F>y||(P+=m,F=T+1);break}let g=b+P,R=F===r.length&&!C,H=n.getColumnX(u.columnIndex);e.justification==="center"?H=H+(n.columnWidth-t.totalWidth)/2:e.justification==="right"?H=H+n.columnWidth-t.totalWidth:e.indent&&(H+=e.indent);let W={kind:"table",blockId:e.id,x:H,y:0,width:t.totalWidth,height:g,fromRow:y,toRow:F,pmStart:e.pmStart,pmEnd:e.pmEnd,continuesFromPrev:!c,continuesOnNext:!R,headerRowCount:!c&&i>0?i:void 0,topClip:M>0?M:void 0,bottomClip:L},d=n.addFragment(W,g,0,0);if(W.y=d.y,W.x=H,C?(a=F-1,l=L??0):(a=F,l=0),a<r.length){let w=(i>0?o:0)+(r[a].height-l);n.ensureFits(w);}}}function Yt(e,t,n,r){if(t.kind!=="table")throw new Error("layoutFloatingTable: expected table measure");let i=n.getCurrentState(),o=e.floating,s=i.page,a=s.margins,l=t.totalWidth,u=t.totalHeight,c=s.size.h-a.top-a.bottom,f=a.left,b=a.top;o?.horzAnchor==="page"&&(f=0),o?.vertAnchor==="page"&&(b=0),o?.vertAnchor==="text"&&(b=i.cursorY);let S=n.getColumnX(i.columnIndex);if(o?.tblpX!==void 0)S=f+o.tblpX;else if(o?.tblpXSpec){let R=o.tblpXSpec;R==="left"||R==="inside"?S=f:R==="right"||R==="outside"?S=f+r-l:R==="center"&&(S=f+(r-l)/2);}else e.justification==="center"?S=f+(r-l)/2:e.justification==="right"&&(S=f+r-l);let y=i.cursorY,M=false;if(o?.tblpY!==void 0)y=b+o.tblpY,M=true;else if(o?.tblpYSpec){M=true;let R=o.tblpYSpec;R==="top"?y=b:R==="bottom"?y=b+c-u:R==="center"&&(y=b+(c-u)/2);}M||(y=n.ensureFits(u).cursorY);let P=a.left,T=a.left+r-l;Number.isFinite(T)&&(S=Math.max(P,Math.min(S,T)));let v={kind:"table",blockId:e.id,x:S,y,width:l,height:u,fromRow:0,toRow:e.rows.length,pmStart:e.pmStart,pmEnd:e.pmEnd,isFloating:true};i.page.fragments.push(v);let F=o?.leftFromText??0,L=o?.rightFromText??0,C=S-a.left-F,g=a.left+r-(S+l)-L;if(C<U&&g<U){let R=y+u+(o?.bottomFromText??0);R>i.cursorY&&(i.cursorY=R);}}function Dt(e,t,n){if(t.kind!=="image")throw new Error("layoutImage: expected image measure");if(e.anchor?.isAnchored){Zt(e,t,n);return}let r=n.ensureFits(t.height),i={kind:"image",blockId:e.id,x:n.getColumnX(r.columnIndex),y:0,width:t.width,height:t.height,pmStart:e.pmStart,pmEnd:e.pmEnd},o=n.addFragment(i,t.height,0,0);i.y=o.y;}function Zt(e,t,n){let r=n.getCurrentState(),i=e.anchor,o=i.offsetH??n.getColumnX(r.columnIndex),s=i.offsetV??r.cursorY,a={kind:"image",blockId:e.id,x:o,y:s,width:t.width,height:t.height,pmStart:e.pmStart,pmEnd:e.pmEnd,isAnchored:true,zIndex:i.behindDoc?-1:1};r.page.fragments.push(a);}function Ut(e,t,n){if(t.kind!=="textBox")throw new Error("layoutTextBox: expected textBox measure");if(K(e)){let s=n.getCurrentState(),a={kind:"textBox",blockId:e.id,x:n.getColumnX(s.columnIndex),y:s.cursorY,width:t.width,height:t.height,pmStart:e.pmStart,pmEnd:e.pmEnd,isFloating:true,zIndex:e.wrapType==="behind"?-1:1};s.page.fragments.push(a);return}let r=n.ensureFits(t.height),i={kind:"textBox",blockId:e.id,x:n.getColumnX(r.columnIndex),y:0,width:t.width,height:t.height,pmStart:e.pmStart,pmEnd:e.pmEnd},o=n.addFragment(i,t.height,0,0);i.y=o.y;}function Xt(e,t,n,r){switch(r??"nextPage"){case "nextPage":t.updatePageLayout(n.pageSize,n.margins),t.forcePageBreak();break;case "evenPage":{t.updatePageLayout(n.pageSize,n.margins),t.forcePageBreak().page.number%2!==0&&t.forcePageBreak();break}case "oddPage":{t.updatePageLayout(n.pageSize,n.margins),t.forcePageBreak().page.number%2===0&&t.forcePageBreak();break}case "continuous":t.updatePageLayout(n.pageSize,n.margins,false);break}t.updateColumns(n.columns??Je);}export{Cn as A,Rn as B,fe as C,ge as D,me as E,pe as F,it as G,de as H,K as I,ot as J,at as K,Re as L,Ct as M,Lt as N,kt as O,It as P,vt as Q,Et as R,Wt as S,At as T,Zn as U,zt as V,qt as a,Ce as b,Jt as c,Qt as d,be as e,sn as f,xe as g,j as h,_ as i,ln as j,Ae as k,un as l,cn as m,fn as n,gn as o,Y as p,gt as q,mn as r,pn as s,In as t,ee as u,Oe as v,ht as w,_e as x,Ke as y,Tt as z};
@@ -0,0 +1 @@
1
+ var T=".layout-page-content";function M(l){return Array.from(l.querySelectorAll(`${T} span[data-pm-start][data-pm-end]`))}function B(l){return Array.from(l.querySelectorAll(`${T} .layout-empty-run`))}function I(l){return Array.from(l.querySelectorAll(`${T} [data-pm-start]`))}function q(l,t){return Number.isFinite(t)?l.querySelector(`${T} [data-pm-start="${t}"]`):null}function w(l,t,s,p=1){let g=document.elementsFromPoint(t,s),f=g.find(e=>e.classList.contains("layout-page"));if(!f)return null;let r=g.find(e=>e.tagName==="SPAN"&&e.dataset.pmStart!==void 0&&e.dataset.pmEnd!==void 0);if(r)return L(r,t);let a=g.find(e=>e.classList.contains("layout-empty-run"));if(a){let e=a.closest(".layout-paragraph");if(e&&e.dataset.pmStart)return Number(e.dataset.pmStart)}let c=g.find(e=>e.classList.contains("layout-paragraph")&&e.dataset.pmStart!==void 0);if(c&&c.dataset.pmStart){let e=N(c,t,s);return e!==null?e:Number(c.dataset.pmStart)}let u=g.find(e=>e.classList.contains("layout-table-cell"));return u?N(u,t,s):R(l,f,t,s)}function L(l,t,s){let p=Number(l.dataset.pmStart),g=Number(l.dataset.pmEnd);if(l.classList.contains("layout-run-tab")){let n=l.getBoundingClientRect(),i=(n.left+n.right)/2;return t<i?p:g}let f=l.firstChild;if(!f||f.nodeType!==Node.TEXT_NODE)return p;let r=f,a=r.length;if(a===0)return p;let c=l.ownerDocument;if(!c)return p;let u=0,e=a;for(;u<e;){let n=Math.floor((u+e)/2),i=c.createRange();i.setStart(r,n),i.setEnd(r,n);let m=i.getBoundingClientRect().left;t<m?e=n:u=n+1;}if(u>0&&u<=a){let n=c.createRange();n.setStart(r,u-1),n.setEnd(r,u-1);let i=n.getBoundingClientRect();n.setStart(r,Math.min(u,a)),n.setEnd(r,Math.min(u,a));let o=n.getBoundingClientRect(),m=Math.abs(t-i.left),d=Math.abs(t-o.left);if(m<d)return p+(u-1)}return p+Math.min(u,g-p)}function N(l,t,s){let p=l.querySelector(".layout-empty-run");if(p){let n=p.closest(".layout-paragraph");if(n&&n.dataset.pmStart)return Number(n.dataset.pmStart)}let g=l.querySelectorAll(".layout-line"),f=null,r=1/0;for(let n of Array.from(g)){let i=n,o=i.getBoundingClientRect(),m=(o.top+o.bottom)/2,d=Math.abs(s-m);d<r&&(r=d,f=i);}if(!f){let n=l.querySelector(".layout-paragraph[data-pm-start]");return n?.dataset.pmStart?Number(n.dataset.pmStart):l.dataset.pmStart?Number(l.dataset.pmStart):null}let a=f.querySelectorAll("span[data-pm-start][data-pm-end]");if(a.length===0){let n=f.closest(".layout-paragraph");return n?.dataset.pmStart?Number(n.dataset.pmStart):null}let c=null,u=1/0;for(let n of Array.from(a)){let i=n,o=i.getBoundingClientRect();if(t>=o.left&&t<=o.right)return L(i,t);let m=t<o.left?o.left-t:t-o.right;m<u&&(u=m,c=i);}if(!c)return null;let e=c.getBoundingClientRect();return t<e.left?Number(c.dataset.pmStart):Number(c.dataset.pmEnd)}function R(l,t,s,p,g){if(t.querySelectorAll("span[data-pm-start][data-pm-end]").length===0){let o=t.querySelectorAll(".layout-paragraph");if(o.length>0){let m=o[0];return Number(m.dataset.pmStart)||0}return null}let r=t.querySelectorAll(".layout-line"),a=null,c=1/0;for(let o of Array.from(r)){let m=o,d=m.getBoundingClientRect(),h=(d.top+d.bottom)/2,b=Math.abs(p-h);b<c&&(c=b,a=m);}if(!a)return null;let u=a.querySelectorAll("span[data-pm-start][data-pm-end]");if(u.length===0){let o=a.closest(".layout-paragraph");return o?.dataset.pmStart?Number(o.dataset.pmStart):null}let e=null,n=1/0;for(let o of Array.from(u)){let m=o,d=m.getBoundingClientRect();if(s>=d.left&&s<=d.right)return L(m,s);let h=s<d.left?d.left-s:s-d.right;h<n&&(n=h,e=m);}if(!e)return null;let i=e.getBoundingClientRect();return s<i.left?Number(e.dataset.pmStart):Number(e.dataset.pmEnd)}var D=.5;function A(l,t){let s=l.closest(".layout-table:not(.layout-nested-table)");if(!s)return {left:t.left,top:t.top,right:t.right,bottom:t.bottom};let p=s.getBoundingClientRect(),g=Math.max(t.top,p.top),f=Math.min(t.bottom,p.bottom);return f-g<=D?null:{left:t.left,top:g,right:t.right,bottom:f}}function O(l,t,s,p){let g=[],f=M(l);for(let r of Array.from(f)){let a=r,c=Number(a.dataset.pmStart);if(Number(a.dataset.pmEnd)<=t||c>=s)continue;let e=a.closest(".layout-page"),n=e?Number(e.dataset.pageNumber||1)-1:0,i=y=>{let E=A(a,y);E&&g.push({x:E.left-p.left,y:E.top-p.top,width:E.right-E.left,height:E.bottom-E.top,pageIndex:n});};if(a.classList.contains("layout-run-tab")){i(a.getBoundingClientRect());continue}let o=null;if(a.firstChild?.nodeType===Node.TEXT_NODE?o=a.firstChild:a.firstChild?.nodeType===Node.ELEMENT_NODE&&a.firstChild.tagName==="A"&&a.firstChild.firstChild?.nodeType===Node.TEXT_NODE&&(o=a.firstChild.firstChild),!o)continue;let m=a.ownerDocument;if(!m)continue;let d=Math.max(0,t-c),h=Math.min(o.length,s-c);if(d>=h)continue;let b=m.createRange();b.setStart(o,d),b.setEnd(o,h);for(let y of Array.from(b.getClientRects()))i(y);}return g}function $(l,t,s){let p=M(l);for(let f of Array.from(p)){let r=f,a=Number(r.dataset.pmStart),c=Number(r.dataset.pmEnd);if(r.classList.contains("layout-run-tab")){if(t>=a&&t<c){let u=r.getBoundingClientRect(),e=r.closest(".layout-page"),n=e?Number(e.dataset.pageNumber||1)-1:0,i=r.closest(".layout-line"),o=i?i.offsetHeight:16;return {x:u.left-s.left,y:u.top-s.top,height:o,pageIndex:n}}continue}if(t>=a&&t<=c){let u=r.firstChild;if(!u||u.nodeType!==Node.TEXT_NODE){let E=r.getBoundingClientRect(),S=r.closest(".layout-page"),x=S?Number(S.dataset.pageNumber||1)-1:0,H=r.closest(".layout-line"),C=H?H.offsetHeight:16;return {x:E.left-s.left,y:E.top-s.top,height:C,pageIndex:x}}let e=u,n=Math.min(t-a,e.length),i=r.ownerDocument;if(!i)continue;let o=i.createRange();o.setStart(e,n),o.setEnd(e,n);let m=o.getBoundingClientRect(),d=r.closest(".layout-page"),h=d?Number(d.dataset.pageNumber||1)-1:0,b=r.closest(".layout-line"),y=b?b.offsetHeight:16;return {x:m.left-s.left,y:m.top-s.top,height:y,pageIndex:h}}}let g=l.querySelectorAll(".layout-paragraph");for(let f of Array.from(g)){let r=f,a=Number(r.dataset.pmStart),c=Number(r.dataset.pmEnd);if(t>=a&&t<=c){let e=r.querySelector(".layout-empty-run")||r,n=e.getBoundingClientRect(),i=r.closest(".layout-page"),o=i?Number(i.dataset.pageNumber||1)-1:0,d=(e.closest(".layout-line")||e).offsetHeight||16;return {x:n.left-s.left,y:n.top-s.top,height:d,pageIndex:o}}}return null}export{M as a,B as b,I as c,q as d,w as e,A as f,O as g,$ as h};
@@ -0,0 +1 @@
1
+ 'use strict';function g(i,e){if(!e||!e.trim())return null;let n=null;return i.descendants((t,r)=>n!==null?false:t.isTextblock&&t.attrs?.paraId===e?(n={from:r,to:r+t.nodeSize},false):true),n}function c(i){let e=[];return i.descendants(n=>!n.isText||!n.text?true:n.marks.some(t=>t.type.name==="insertion")?false:(e.push(n.text),true)),e.join("")}function p(i,e,n){if(e>=n)return "";let t=[];return i.nodesBetween(e,n,(r,f)=>{if(!r.isText||!r.text||r.marks.some(o=>o.type.name==="insertion"))return;let u=Math.max(e,f),m=Math.min(n,f+r.text.length);u<m&&t.push(r.text.slice(u-f,m-f));}),t.join("")}function P(i,e,n,t){if(!t)return null;let r="",f=[];i.nodesBetween(e,n,(s,l)=>{!s.isText||!s.text||s.marks.some(b=>b.type.name==="insertion")||(f.push({pos:l,len:s.text.length}),r+=s.text);});let u=r.indexOf(t);if(u===-1||r.indexOf(t,u+1)!==-1)return null;let o=0,a=e,x=e;for(let s of f){let l=o+s.len;if(o<=u&&u<l&&(a=s.pos+(u-o)),o<=u+t.length&&u+t.length<=l){x=s.pos+(u+t.length-o);break}o=l;}return {from:a,to:x}}exports.a=g;exports.b=c;exports.c=p;exports.d=P;