@embedpdf/plugin-annotation 2.8.0 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +814 -139
- package/dist/index.js.map +1 -1
- package/dist/lib/geometry/cloudy-border.d.ts +90 -0
- package/dist/lib/geometry/index.d.ts +1 -0
- package/dist/lib/handlers/types.d.ts +2 -1
- package/dist/lib/tools/default-tools.d.ts +38 -87
- package/dist/lib/tools/types.d.ts +32 -1
- package/dist/preact/index.cjs +1 -1
- package/dist/preact/index.cjs.map +1 -1
- package/dist/preact/index.js +352 -239
- package/dist/preact/index.js.map +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.js +352 -239
- package/dist/react/index.js.map +1 -1
- package/dist/shared/components/annotation-container.d.ts +4 -2
- package/dist/shared/components/annotations/circle.d.ts +6 -2
- package/dist/shared/components/annotations/polygon.d.ts +3 -1
- package/dist/shared/components/annotations/square.d.ts +6 -2
- package/dist/shared/components/types.d.ts +6 -2
- package/dist/shared-preact/components/annotation-container.d.ts +4 -2
- package/dist/shared-preact/components/annotations/circle.d.ts +6 -2
- package/dist/shared-preact/components/annotations/polygon.d.ts +3 -1
- package/dist/shared-preact/components/annotations/square.d.ts +6 -2
- package/dist/shared-preact/components/types.d.ts +6 -2
- package/dist/shared-react/components/annotation-container.d.ts +4 -2
- package/dist/shared-react/components/annotations/circle.d.ts +6 -2
- package/dist/shared-react/components/annotations/polygon.d.ts +3 -1
- package/dist/shared-react/components/annotations/square.d.ts +6 -2
- package/dist/shared-react/components/types.d.ts +6 -2
- package/dist/svelte/components/annotations/Circle.svelte.d.ts +3 -1
- package/dist/svelte/components/annotations/Polygon.svelte.d.ts +1 -0
- package/dist/svelte/components/annotations/Square.svelte.d.ts +3 -1
- package/dist/svelte/components/types.d.ts +2 -1
- package/dist/svelte/context/types.d.ts +6 -2
- package/dist/svelte/index.cjs +1 -1
- package/dist/svelte/index.cjs.map +1 -1
- package/dist/svelte/index.js +505 -293
- package/dist/svelte/index.js.map +1 -1
- package/dist/vue/components/annotation-container.vue.d.ts +7 -6
- package/dist/vue/components/annotations/circle.vue.d.ts +5 -1
- package/dist/vue/components/annotations/polygon.vue.d.ts +2 -0
- package/dist/vue/components/annotations/square.vue.d.ts +5 -1
- package/dist/vue/components/annotations.vue.d.ts +8 -9
- package/dist/vue/context/types.d.ts +6 -2
- package/dist/vue/index.cjs +1 -1
- package/dist/vue/index.cjs.map +1 -1
- package/dist/vue/index.js +259 -121
- package/dist/vue/index.js.map +1 -1
- package/package.json +10 -10
package/dist/react/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@embedpdf/core"),t=require("@embedpdf/plugin-annotation"),n=require("react/jsx-runtime"),o=require("react"),i=require("react-dom"),r=require("@embedpdf/core/react"),s=require("@embedpdf/models"),a=require("@embedpdf/plugin-interaction-manager/react"),l=require("@embedpdf/plugin-selection/react"),c=require("@embedpdf/utils/react"),d=require("@embedpdf/utils"),u={suppressContentEditableWarning:!0},p=o.createContext(null),h=o.createContext([]);function g({children:e}){const[t,i]=o.useState([]),r=o.useCallback(e=>(i(t=>{const n=new Set(e.map(e=>e.id));return[...t.filter(e=>!n.has(e.id)),...e]}),()=>i(t=>t.filter(t=>!e.some(e=>e.id===t.id)))),[]);return n.jsx(p.Provider,{value:r,children:n.jsx(h.Provider,{value:t,children:e})})}function v(){return o.useContext(h)}const x=()=>r.usePlugin(t.AnnotationPlugin.id),y=()=>r.useCapability(t.AnnotationPlugin.id);function f({appearance:e,style:t}){const[i,r]=o.useState(null),s=o.useRef(null);o.useEffect(()=>{const t=URL.createObjectURL(e.data);return r(t),s.current=t,()=>{s.current&&(URL.revokeObjectURL(s.current),s.current=null)}},[e.data]);return i?n.jsx("img",{src:i,onLoad:()=>{s.current&&(URL.revokeObjectURL(s.current),s.current=null)},style:{position:"absolute",width:"100%",height:"100%",display:"block",pointerEvents:"none",userSelect:"none",...t}}):null}function b({scale:e,documentId:t,pageIndex:a,rotation:l,pageWidth:u,pageHeight:p,trackedAnnotation:h,children:g,isSelected:v,isEditing:b=!1,isMultiSelected:m=!1,isDraggable:j,isResizable:k,isRotatable:S=!0,lockAspectRatio:C=!1,style:A={},vertexConfig:w,selectionMenu:R,outlineOffset:I=1,onDoubleClick:D,onSelect:z,appearance:P,zIndex:E=1,resizeUI:M,vertexUI:L,rotationUI:$,selectionOutlineColor:O,selectionOutline:F,customAnnotationRenderer:W,groupSelectionMenu:U,groupSelectionOutline:B,annotationRenderers:T,...H}){var N,G,q;const[Y,V]=o.useState(h.object),[X,K]=o.useState(null),[Q,Z]=o.useState(null),[J,_]=o.useState(!1),[ee,te]=o.useState(!1),{provides:ne}=y(),{plugin:oe}=x(),{canModifyAnnotations:ie}=r.useDocumentPermissions(t),re=o.useRef(null),se=ie&&j&&!m,ae=ie&&k&&!m,le=ie&&S&&!m,ce=o.useMemo(()=>ne?ne.forDocument(t):null,[ne,t]),de=Y?{...h.object,...Y}:h.object,ue=h.object.flags??[],pe=ue.includes("noZoom"),he=ue.includes("noRotate"),ge=pe?1:e,ve=he?0:l,xe=(null==M?void 0:M.color)??"#007ACC",ye=(null==L?void 0:L.color)??"#007ACC",fe=(null==$?void 0:$.color)??"white",be=(null==$?void 0:$.connectorColor)??"#007ACC",me=(null==M?void 0:M.size)??12,je=(null==L?void 0:L.size)??12,ke=(null==$?void 0:$.size)??32,Se=null==$?void 0:$.margin,Ce=(null==$?void 0:$.iconColor)??"#007ACC",Ae=(null==$?void 0:$.showConnector)??!1,we=(null==(N=null==$?void 0:$.border)?void 0:N.color)??"#007ACC",Re=(null==(G=null==$?void 0:$.border)?void 0:G.width)??1,Ie=(null==(q=null==$?void 0:$.border)?void 0:q.style)??"solid",De=(null==F?void 0:F.color)??O??"#007ACC",ze=(null==F?void 0:F.style)??"solid",Pe=(null==F?void 0:F.width)??1,Ee=(null==F?void 0:F.offset)??I??1,Me=X??de.rotation??0,Le=X??de.rotation??0,$e=Number.isFinite(Le)?Math.round(10*Le)/10:0,Oe=null!==X,Fe=o.useRef(null),We=o.useCallback(e=>{var n;if(!(null==(n=e.transformData)?void 0:n.type)||m||!oe)return;const{type:o,changes:i,metadata:r}=e.transformData,s=h.object.id,l={width:u,height:p};if("start"===e.state&&(Fe.current=h.object.unrotatedRect??h.object.rect,re.current=h.object,"resize"!==o&&"vertex-edit"!==o||te(!0),"move"===o?oe.startDrag(t,{annotationIds:[s],pageSize:l}):"resize"===o&&oe.startResize(t,{annotationIds:[s],pageSize:l,resizeHandle:(null==r?void 0:r.handle)??"se"})),i.rect&&Fe.current)if("move"===o){const e={x:i.rect.origin.x-Fe.current.origin.x,y:i.rect.origin.y-Fe.current.origin.y};oe.updateDrag(t,e)}else"resize"===o&&oe.updateResize(t,i.rect);if("vertex-edit"===o&&i.vertices&&w){const t=re.current??h.object,n=w.transformAnnotation(t,i.vertices),l=null==ne?void 0:ne.transformAnnotation(t,{type:o,changes:n,metadata:r});l&&(V(e=>({...e,...l})),"end"===e.state&&(null==ce||ce.updateAnnotation(a,s,l)))}if("rotate"===o){const n=(null==r?void 0:r.rotationAngle)??Me,o=null==r?void 0:r.cursorPosition;return o&&Z({x:o.clientX,y:o.clientY}),void("start"===e.state?(K(n),oe.startRotation(t,{annotationIds:[s],cursorAngle:n,rotationCenter:null==r?void 0:r.rotationCenter})):"move"===e.state?(K(n),oe.updateRotation(t,n,null==r?void 0:r.rotationDelta)):"end"===e.state&&(K(null),Z(null),oe.commitRotation(t)))}"end"===e.state&&(Fe.current=null,re.current=null,te(!1),"move"===o?oe.commitDrag(t):"resize"===o&&oe.commitResize(t))},[oe,t,h.object,u,p,a,m,w,ne,ce,Me]),Ue=de.unrotatedRect,Be=Ue??de.rect,Te=Ue&&0!==Me?s.inferRotationCenterFromRects(Be,de.rect,Me):void 0,He=Be,{dragProps:Ne,vertices:Ge,resize:qe,rotation:Ye}=c.useInteractionHandles({controller:{element:He,vertices:null==w?void 0:w.extractVertices(de),constraints:{minWidth:10,minHeight:10,boundingBox:{width:u,height:p}},maintainAspectRatio:C,pageRotation:l,annotationRotation:Me,rotationCenter:Te,rotationElement:de.rect,scale:e,enabled:v&&!m,onUpdate:We},resizeUI:{handleSize:me,spacing:Ee,offsetMode:"outside",includeSides:!C,zIndex:E+1},vertexUI:{vertexSize:je,zIndex:E+2},rotationUI:{handleSize:ke,margin:Se,zIndex:E+3,showConnector:Ae},includeVertices:!!w,includeRotation:le,currentRotation:Me}),Ve=o.useMemo(()=>{if(ie&&D)return D},[ie,D]),Xe=c.useDoublePressProps(Ve);o.useEffect(()=>{V(h.object)},[h.object]),o.useEffect(()=>{if(!oe)return;const e=h.object.id,n=n=>{var o;if(n.documentId!==t)return;"end"!==n.type&&"cancel"!==n.type||K(null);const i=null==(o=n.previewPatches)?void 0:o[e];"update"===n.type&&i?V(e=>({...e,...i})):"cancel"===n.type&&V(h.object)},o=[oe.onDragChange(n),oe.onResizeChange(n),oe.onRotateChange(n)];return()=>o.forEach(e=>e())},[oe,t,h.object]);const Ke=v&&!m,Qe=de.rect.size.width*ge,Ze=de.rect.size.height*ge,Je=Be.size.width*ge,_e=Be.size.height*ge,et=Boolean(Ue)&&0!==Me,tt=et?(Be.origin.x-de.rect.origin.x)*ge:(Qe-Je)/2,nt=et?(Be.origin.y-de.rect.origin.y)*ge:(Ze-_e)/2,ot=et&&Te?`${(Te.x-Be.origin.x)*ge}px ${(Te.y-Be.origin.y)*ge}px`:"center center",it=Te?(Te.x-de.rect.origin.x)*ge:Qe/2,rt=Te?(Te.y-de.rect.origin.y)*ge:Ze/2,st=Math.max(300,Math.max(Qe,Ze)+80),at=he?d.getCounterRotation({origin:{x:0,y:0},size:{width:Qe,height:Ze}},l):null,lt=o.useMemo(()=>Ue?{...de,rect:Ue}:de,[de,Ue]),ct=!(!(null==P?void 0:P.normal)||ee||b||h.dictMode);return n.jsxs("div",{"data-no-interaction":!0,children:[n.jsxs("div",{style:{position:"absolute",left:de.rect.origin.x*e,top:de.rect.origin.y*e,width:at?at.width:Qe,height:at?at.height:Ze,pointerEvents:"none",zIndex:E,...at&&{transform:at.matrix,transformOrigin:"0 0"},...A},...H,children:[Oe&&n.jsxs(n.Fragment,{children:[n.jsx("div",{style:{position:"absolute",left:it-st/2,top:rt,width:st,height:1,backgroundColor:be,opacity:.35,pointerEvents:"none"}}),n.jsx("div",{style:{position:"absolute",left:it,top:rt-st/2,width:1,height:st,backgroundColor:be,opacity:.35,pointerEvents:"none"}}),n.jsx("div",{style:{position:"absolute",left:it-st/2,top:rt,width:st,height:1,transformOrigin:"center center",transform:`rotate(${Me}deg)`,backgroundColor:be,opacity:.8,pointerEvents:"none"}})]}),v&&le&&Ye&&((null==$?void 0:$.component)?n.jsx("div",{onPointerEnter:()=>_(!0),onPointerLeave:()=>{_(!1),Z(null)},onPointerMove:e=>{Oe||Z({x:e.clientX,y:e.clientY})},style:{display:"contents"},children:$.component({...Ye.handle,backgroundColor:fe,iconColor:Ce,connectorStyle:{...Ye.connector.style,backgroundColor:be,opacity:Oe?0:1},showConnector:Ae,opacity:Oe?0:1,border:{color:we,width:Re,style:Ie}})}):n.jsxs("div",{onPointerEnter:()=>_(!0),onPointerLeave:()=>{_(!1),Z(null)},onPointerMove:e=>{Oe||Z({x:e.clientX,y:e.clientY})},style:{display:"contents"},children:[Ae&&n.jsx("div",{style:{...Ye.connector.style,backgroundColor:be,opacity:Oe?0:1}}),n.jsx("div",{...Ye.handle,style:{...Ye.handle.style,backgroundColor:fe,border:`${Re}px ${Ie} ${we}`,boxSizing:"border-box",display:"flex",alignItems:"center",justifyContent:"center",pointerEvents:"auto",opacity:Oe?0:1},children:n.jsxs("svg",{width:Math.round(.6*ke),height:Math.round(.6*ke),viewBox:"0 0 24 24",fill:"none",stroke:Ce,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[n.jsx("path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}),n.jsx("path",{d:"M21 3v5h-5"})]})})]})),n.jsxs("div",{...se&&v?Ne:{},...Xe,style:{position:"absolute",left:tt,top:nt,width:Je,height:_e,transform:0!==Me?`rotate(${Me}deg)`:void 0,transformOrigin:ot,outline:Ke?`${Pe}px ${ze} ${De}`:"none",outlineOffset:Ke?`${Ee}px`:"0px",pointerEvents:v&&!m?"auto":"none",touchAction:"none",cursor:v&&se?"move":"default"},children:[(()=>{const t="function"==typeof g?g(lt,{appearanceActive:ct}):g;return(null==W?void 0:W({annotation:lt,children:t,isSelected:v,scale:e,rotation:l,pageWidth:u,pageHeight:p,pageIndex:a,onSelect:z}))??t})(),(null==P?void 0:P.normal)&&n.jsx(f,{appearance:P.normal,style:{display:ct?"block":"none"}}),v&&ae&&!Oe&&qe.map(({key:e,...t})=>(null==M?void 0:M.component)?M.component({key:e,...t,backgroundColor:xe}):n.jsx("div",{...t,style:{...t.style,backgroundColor:xe}},e)),v&&ie&&!m&&!Oe&&Ge.map(({key:e,...t})=>(null==L?void 0:L.component)?L.component({key:e,...t,backgroundColor:ye}):n.jsx("div",{...t,style:{...t.style,backgroundColor:ye}},e))]})]}),R&&!m&&!Oe&&n.jsx(c.CounterRotate,{rect:{origin:{x:de.rect.origin.x*e,y:de.rect.origin.y*e},size:{width:de.rect.size.width*ge,height:de.rect.size.height*ge}},rotation:l,children:e=>{const t=((Me+90*ve)%360+360)%360;return R({...e,context:{type:"annotation",annotation:h,pageIndex:a},selected:v,placement:{suggestTop:le&&t>90&&t<270}})}}),(Oe||J)&&Q&&i.createPortal(n.jsxs("div",{style:{position:"fixed",left:Q.x+16,top:Q.y-16,background:"rgba(0,0,0,0.8)",color:"#fff",padding:"4px 8px",borderRadius:4,fontSize:12,fontFamily:"monospace",pointerEvents:"none",zIndex:1e4,whiteSpace:"nowrap"},children:[$e.toFixed(0),"°"]}),document.body)]})}function m(e,t,n,o,i){switch(i){case 1:return{x:t,y:o-e};case 2:return{x:n-e,y:o-t};case 3:return{x:n-t,y:e};default:return{x:e,y:t}}}function j(e,t,n){const o=e.object.flags??[],i=o.includes("noZoom"),r=o.includes("noRotate"),s=e.object.rect.origin.x*t,a=e.object.rect.origin.y*t,l=e.object.rect.size.width*(i?1:t),c=e.object.rect.size.height*(i?1:t);if(!r||0===n)return{left:s,top:a,right:s+l,bottom:a+c};const d=[m(0,0,l,c,n),m(l,0,l,c,n),m(0,c,l,c,n),m(l,c,l,c,n)];let u=1/0,p=1/0,h=-1/0,g=-1/0;for(const v of d)v.x<u&&(u=v.x),v.y<p&&(p=v.y),v.x>h&&(h=v.x),v.y>g&&(g=v.y);return{left:s+u,top:a+p,right:s+h,bottom:a+g}}function k({documentId:e,pageIndex:t,scale:a,rotation:l,pageWidth:d,pageHeight:u,selectedAnnotations:p,isDraggable:h,isResizable:g,isRotatable:v=!0,lockAspectRatio:y=!1,resizeUI:f,rotationUI:b,selectionOutlineColor:m,outlineOffset:k,selectionOutline:S,zIndex:C=2,groupSelectionMenu:A}){var w,R,I;const{plugin:D}=x(),{canModifyAnnotations:z}=r.useDocumentPermissions(e),P=o.useRef(null),E=o.useRef(!1),M=o.useRef(!1),[L,$]=o.useState(null),[O,F]=o.useState(null),[W,U]=o.useState(!1),B=z&&h,T=z&&g,H=z&&v,N=o.useMemo(()=>{const e=p.map(e=>e.object.rect);return s.boundingRectOrEmpty(e)},[p]),[G,q]=o.useState(N);o.useEffect(()=>{E.current||M.current||q(N)},[N]),o.useEffect(()=>{if(!D)return;return D.onRotateChange(t=>{t.documentId===e&&("end"!==t.type&&"cancel"!==t.type||$(null))})},[D,e]);const Y=o.useCallback(t=>{var n,o,i,r,s,a;if(!(null==(n=t.transformData)?void 0:n.type))return;if(!D)return;const l=t.transformData.type,c="move"===l,h="resize"===l;if(c&&!B)return;if("start"===t.state&&(P.current=N,c?(E.current=!0,D.startDrag(e,{annotationIds:p.map(e=>e.object.id),pageSize:{width:d,height:u}})):h&&(M.current=!0,D.startResize(e,{annotationIds:p.map(e=>e.object.id),pageSize:{width:d,height:u},resizeHandle:(null==(o=t.transformData.metadata)?void 0:o.handle)??"se"}))),"rotate"===l){if(!v)return;const n=p.map(e=>e.object.id),o=(null==(i=t.transformData.metadata)?void 0:i.rotationAngle)??0,l=null==(r=t.transformData.metadata)?void 0:r.cursorPosition;return l&&F({x:l.clientX,y:l.clientY}),void("start"===t.state?($(o),D.startRotation(e,{annotationIds:n,cursorAngle:o,rotationCenter:null==(s=t.transformData.metadata)?void 0:s.rotationCenter})):"move"===t.state?($(o),D.updateRotation(e,o,null==(a=t.transformData.metadata)?void 0:a.rotationDelta)):"end"===t.state&&($(null),F(null),D.commitRotation(e)))}const g=P.current??N;if(c&&t.transformData.changes.rect){const n=t.transformData.changes.rect,o={x:n.origin.x-g.origin.x,y:n.origin.y-g.origin.y},i=D.updateDrag(e,o);q({...g,origin:{x:g.origin.x+i.x,y:g.origin.y+i.y}})}else if(h&&t.transformData.changes.rect){const n=t.transformData.changes.rect;D.updateResize(e,n),q(n)}"end"===t.state&&(P.current=null,c&&E.current?(E.current=!1,D.commitDrag(e)):h&&M.current&&(M.current=!1,D.commitResize(e)))},[D,e,d,u,N,B,p,v]),V=L??0,X=null!==L,K=Number.isFinite(V)?Math.round(10*V)/10:0,Q=(null==f?void 0:f.color)??"#007ACC",Z=(null==f?void 0:f.size)??12,J=(null==b?void 0:b.color)??"white",_=(null==b?void 0:b.connectorColor)??"#007ACC",ee=(null==b?void 0:b.size)??32,te=null==b?void 0:b.margin,ne=(null==b?void 0:b.iconColor)??"#007ACC",oe=(null==b?void 0:b.showConnector)??!1,ie=(null==(w=null==b?void 0:b.border)?void 0:w.color)??"#007ACC",re=(null==(R=null==b?void 0:b.border)?void 0:R.width)??1,se=(null==(I=null==b?void 0:b.border)?void 0:I.style)??"solid",ae=(null==S?void 0:S.color)??m??"#007ACC",le=(null==S?void 0:S.style)??"dashed",ce=(null==S?void 0:S.width)??2,de=(null==S?void 0:S.offset)??k??2,{dragProps:ue,resize:pe,rotation:he}=c.useInteractionHandles({controller:{element:G,constraints:{minWidth:20,minHeight:20,boundingBox:{width:d,height:u}},maintainAspectRatio:y,pageRotation:l,scale:a,enabled:!0,onUpdate:Y},resizeUI:{handleSize:Z,spacing:de,offsetMode:"outside",includeSides:!y,zIndex:C+1},vertexUI:{vertexSize:0,zIndex:C},rotationUI:{handleSize:ee,margin:te,zIndex:C+2,showConnector:oe},includeVertices:!1,includeRotation:H,currentRotation:L??0});if(p.length<2)return null;let ge=1/0,ve=1/0,xe=-1/0,ye=-1/0;for(const n of p){const e=j(n,a,l);ge=Math.min(ge,e.left),ve=Math.min(ve,e.top),xe=Math.max(xe,e.right),ye=Math.max(ye,e.bottom)}const fe=ge-N.origin.x*a,be=ve-N.origin.y*a,me=xe-(N.origin.x+N.size.width)*a,je=ye-(N.origin.y+N.size.height)*a,ke=G.origin.x*a+fe,Se=G.origin.y*a+be,Ce=G.size.width*a+(me-fe),Ae=G.size.height*a+(je-be),we=Ce/2,Re=Ae/2,Ie=Math.max(300,Math.max(Ce,Ae)+80);return n.jsxs("div",{"data-group-selection-box":!0,"data-no-interaction":!0,children:[n.jsxs("div",{style:{position:"absolute",left:ke,top:Se,width:Ce,height:Ae,pointerEvents:"none",zIndex:C},children:[X&&n.jsxs(n.Fragment,{children:[n.jsx("div",{style:{position:"absolute",left:we-Ie/2,top:Re,width:Ie,height:1,backgroundColor:Q,opacity:.35,pointerEvents:"none"}}),n.jsx("div",{style:{position:"absolute",left:we,top:Re-Ie/2,width:1,height:Ie,backgroundColor:Q,opacity:.35,pointerEvents:"none"}}),n.jsx("div",{style:{position:"absolute",left:we-Ie/2,top:Re,width:Ie,height:1,transformOrigin:"center center",transform:`rotate(${V}deg)`,backgroundColor:Q,opacity:.8,pointerEvents:"none"}})]}),H&&he&&((null==b?void 0:b.component)?n.jsx("div",{onPointerEnter:()=>U(!0),onPointerLeave:()=>{U(!1),F(null)},onPointerMove:e=>{X||F({x:e.clientX,y:e.clientY})},style:{display:"contents"},children:b.component({...he.handle,backgroundColor:J,iconColor:ne,connectorStyle:{...he.connector.style,backgroundColor:_,opacity:X?0:1},showConnector:oe,opacity:X?0:1,border:{color:ie,width:re,style:se}})}):n.jsxs("div",{onPointerEnter:()=>U(!0),onPointerLeave:()=>{U(!1),F(null)},onPointerMove:e=>{X||F({x:e.clientX,y:e.clientY})},style:{display:"contents"},children:[oe&&n.jsx("div",{style:{...he.connector.style,backgroundColor:_,opacity:X?0:1}}),n.jsx("div",{...he.handle,style:{...he.handle.style,backgroundColor:J,border:`${re}px ${se} ${ie}`,boxSizing:"border-box",display:"flex",alignItems:"center",justifyContent:"center",pointerEvents:"auto",opacity:X?0:1},children:n.jsxs("svg",{width:Math.round(.6*ee),height:Math.round(.6*ee),viewBox:"0 0 24 24",fill:"none",stroke:ne,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[n.jsx("path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}),n.jsx("path",{d:"M21 3v5h-5"})]})})]})),n.jsx("div",{...B?ue:{onPointerDown:e=>e.stopPropagation()},style:{position:"absolute",left:0,top:0,width:Ce,height:Ae,outline:X?"none":`${ce}px ${le} ${ae}`,outlineOffset:de-1,cursor:B?"move":"default",touchAction:"none",pointerEvents:"auto"},children:T&&!X&&pe.map(({key:e,...t})=>(null==f?void 0:f.component)?f.component({key:e,...t,backgroundColor:Q}):n.jsx("div",{...t,style:{...t.style,backgroundColor:Q}},e))})]}),(X||W)&&O&&i.createPortal(n.jsxs("div",{style:{position:"fixed",left:O.x+16,top:O.y-16,background:"rgba(0,0,0,0.8)",color:"#fff",padding:"4px 8px",borderRadius:4,fontSize:12,fontFamily:"monospace",pointerEvents:"none",zIndex:1e4,whiteSpace:"nowrap"},children:[K.toFixed(0),"°"]}),document.body),A&&n.jsx(c.CounterRotate,{rect:{origin:{x:ke,y:Se},size:{width:Ce,height:Ae}},rotation:l,children:e=>{const n=((V+90*l)%360+360)%360;return A({...e,context:{type:"group",annotations:p,pageIndex:t},selected:!0,placement:{suggestTop:H&&n>90&&n<270}})}})]})}function S(e){return{id:e.id,matches:t=>e.matches(t),render:t=>e.render(t),vertexConfig:e.vertexConfig,zIndex:e.zIndex,containerStyle:e.containerStyle,interactionDefaults:e.interactionDefaults,useAppearanceStream:e.useAppearanceStream,isDraggable:e.isDraggable,onDoubleClick:e.onDoubleClick,selectOverride:e.selectOverride,hideSelectionMenu:e.hideSelectionMenu}}function C({isSelected:e,strokeColor:t,opacity:i=1,strokeWidth:r,inkList:s,rect:a,scale:l,onClick:c,appearanceActive:d=!1}){const u=t??"#000000",p=o.useMemo(()=>s.map(({points:e})=>{let t="";return e.forEach(({x:e,y:n},o)=>{const i=e-a.origin.x,r=n-a.origin.y;t+=(0===o?"M":"L")+i+" "+r+" "}),t.trim()}),[s,a]),h=a.size.width*l,g=a.size.height*l,v=Math.max(r,20/l);return n.jsxs("svg",{style:{position:"absolute",width:h,height:g,pointerEvents:"none",zIndex:2,overflow:"visible"},width:h,height:g,viewBox:`0 0 ${a.size.width} ${a.size.height}`,children:[p.map((t,o)=>n.jsx("path",{d:t,fill:"none",stroke:"transparent",strokeWidth:v,onPointerDown:c,style:{cursor:e?"move":"pointer",pointerEvents:e?"none":"visibleStroke",strokeLinecap:"round",strokeLinejoin:"round"}},`hit-${o}`)),!d&&p.map((e,t)=>n.jsx("path",{d:e,fill:"none",opacity:i,style:{pointerEvents:"none",stroke:u,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}},`vis-${t}`))]})}function A({isSelected:e,color:t="#000000",strokeColor:i,opacity:r=1,strokeWidth:a,strokeStyle:l=s.PdfAnnotationBorderStyle.SOLID,strokeDashArray:c,rect:d,scale:u,onClick:p,appearanceActive:h=!1}){const{width:g,height:v,x:x,y:y}=o.useMemo(()=>{const e=d.size.width,t=d.size.height;return{width:Math.max(e-a,0),height:Math.max(t-a,0),x:a/2,y:a/2}},[d,a]),f=(g+a)*u,b=(v+a)*u,m=Math.max(a,20/u);return n.jsxs("svg",{style:{position:"absolute",width:f,height:b,pointerEvents:"none",zIndex:2},width:f,height:b,viewBox:`0 0 ${g+a} ${v+a}`,overflow:"visible",children:[n.jsx("rect",{x:x,y:y,width:g,height:v,fill:"transparent",stroke:"transparent",strokeWidth:m,onPointerDown:p,style:{cursor:e?"move":"pointer",pointerEvents:e?"none":"transparent"===t?"visibleStroke":"visible"}}),!h&&n.jsx("rect",{x:x,y:y,width:g,height:v,fill:t,opacity:r,style:{pointerEvents:"none",stroke:i??t,strokeWidth:a,...l===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==c?void 0:c.join(",")}}})]})}function w({color:e="#000000",strokeColor:t,opacity:i=1,strokeWidth:r,strokeStyle:a=s.PdfAnnotationBorderStyle.SOLID,strokeDashArray:l,rect:c,scale:d,onClick:u,isSelected:p,appearanceActive:h=!1}){const{width:g,height:v,cx:x,cy:y,rx:f,ry:b}=o.useMemo(()=>{const e=c.size.width,t=c.size.height,n=Math.max(e-r,0),o=Math.max(t-r,0);return{width:e,height:t,cx:r/2+n/2,cy:r/2+o/2,rx:n/2,ry:o/2}},[c,r]),m=g*d,j=v*d,k=Math.max(r,20/d);return n.jsxs("svg",{style:{position:"absolute",width:m,height:j,pointerEvents:"none",zIndex:2},width:m,height:j,viewBox:`0 0 ${g} ${v}`,overflow:"visible",children:[n.jsx("ellipse",{cx:x,cy:y,rx:f,ry:b,fill:"transparent",stroke:"transparent",strokeWidth:k,onPointerDown:u,style:{cursor:p?"move":"pointer",pointerEvents:p?"none":"transparent"===e?"visibleStroke":"visible"}}),!h&&n.jsx("ellipse",{cx:x,cy:y,rx:f,ry:b,fill:e,opacity:i,style:{pointerEvents:"none",stroke:t??e,strokeWidth:r,...a===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==l?void 0:l.join(",")}}})]})}function R({color:e="transparent",opacity:i=1,strokeWidth:r,strokeColor:a="#000000",strokeStyle:l=s.PdfAnnotationBorderStyle.SOLID,strokeDashArray:c,rect:d,linePoints:u,lineEndings:p,scale:h,onClick:g,isSelected:v,appearanceActive:x=!1}){const{x1:y,y1:f,x2:b,y2:m}=o.useMemo(()=>({x1:u.start.x-d.origin.x,y1:u.start.y-d.origin.y,x2:u.end.x-d.origin.x,y2:u.end.y-d.origin.y}),[u,d]),j=o.useMemo(()=>{const e=Math.atan2(m-f,b-y);return{start:t.patching.createEnding(null==p?void 0:p.start,r,e+Math.PI,y,f),end:t.patching.createEnding(null==p?void 0:p.end,r,e,b,m)}},[p,r,y,f,b,m]),k=d.size.width*h,S=d.size.height*h,C=Math.max(r,20/h);return n.jsxs("svg",{style:{position:"absolute",width:k,height:S,pointerEvents:"none",zIndex:2,overflow:"visible"},width:k,height:S,viewBox:`0 0 ${d.size.width} ${d.size.height}`,children:[n.jsx("line",{x1:y,y1:f,x2:b,y2:m,stroke:"transparent",strokeWidth:C,onPointerDown:g,style:{cursor:v?"move":"pointer",pointerEvents:v?"none":"visibleStroke",strokeLinecap:"butt"}}),j.start&&n.jsx("path",{d:j.start.d,transform:j.start.transform,fill:"transparent",stroke:"transparent",strokeWidth:C,onPointerDown:g,style:{cursor:v?"move":"pointer",pointerEvents:v?"none":j.start.filled?"visible":"visibleStroke",strokeLinecap:"butt"}}),j.end&&n.jsx("path",{d:j.end.d,transform:j.end.transform,fill:"transparent",stroke:"transparent",strokeWidth:C,onPointerDown:g,style:{cursor:v?"move":"pointer",pointerEvents:v?"none":j.end.filled?"visible":"visibleStroke",strokeLinecap:"butt"}}),!x&&n.jsxs(n.Fragment,{children:[n.jsx("line",{x1:y,y1:f,x2:b,y2:m,opacity:i,style:{pointerEvents:"none",stroke:a,strokeWidth:r,strokeLinecap:"butt",...l===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==c?void 0:c.join(",")}}}),j.start&&n.jsx("path",{d:j.start.d,transform:j.start.transform,stroke:a,fill:j.start.filled?e:"none",style:{pointerEvents:"none",strokeWidth:r,strokeLinecap:"butt",...l===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==c?void 0:c.join(",")}}}),j.end&&n.jsx("path",{d:j.end.d,transform:j.end.transform,stroke:a,fill:j.end.filled?e:"none",style:{pointerEvents:"none",strokeWidth:r,strokeLinecap:"butt",...l===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==c?void 0:c.join(",")}}})]})]})}function I({rect:e,vertices:i,color:r="transparent",strokeColor:a="#000000",opacity:l=1,strokeWidth:c,strokeStyle:d=s.PdfAnnotationBorderStyle.SOLID,strokeDashArray:u,scale:p,isSelected:h,onClick:g,lineEndings:v,appearanceActive:x=!1}){const y=o.useMemo(()=>i.map(({x:t,y:n})=>({x:t-e.origin.x,y:n-e.origin.y})),[i,e]),f=o.useMemo(()=>{if(!y.length)return"";const[e,...t]=y;return`M ${e.x} ${e.y} `+t.map(e=>`L ${e.x} ${e.y} `).join("").trim()},[y]),b=o.useMemo(()=>{if(y.length<2)return{start:null,end:null};const e=(e,t)=>Math.atan2(t.y-e.y,t.x-e.x),n=e(y[0],y[1]),o=e(y[y.length-2],y[y.length-1]);return{start:t.patching.createEnding(null==v?void 0:v.start,c,n+Math.PI,y[0].x,y[0].y),end:t.patching.createEnding(null==v?void 0:v.end,c,o,y[y.length-1].x,y[y.length-1].y)}},[y,v,c]),m=e.size.width*p,j=e.size.height*p,k=Math.max(c,20/p);return n.jsxs("svg",{style:{position:"absolute",width:m,height:j,pointerEvents:"none",zIndex:2,overflow:"visible"},width:m,height:j,viewBox:`0 0 ${e.size.width} ${e.size.height}`,children:[n.jsx("path",{d:f,fill:"none",stroke:"transparent",strokeWidth:k,onPointerDown:g,style:{cursor:h?"move":"pointer",pointerEvents:h?"none":"visibleStroke",strokeLinecap:"butt",strokeLinejoin:"miter"}}),b.start&&n.jsx("path",{d:b.start.d,transform:b.start.transform,fill:"transparent",stroke:"transparent",strokeWidth:k,onPointerDown:g,style:{cursor:h?"move":"pointer",pointerEvents:h?"none":b.start.filled?"visible":"visibleStroke",strokeLinecap:"butt"}}),b.end&&n.jsx("path",{d:b.end.d,transform:b.end.transform,fill:"transparent",stroke:"transparent",strokeWidth:k,onPointerDown:g,style:{cursor:h?"move":"pointer",pointerEvents:h?"none":b.end.filled?"visible":"visibleStroke",strokeLinecap:"butt"}}),!x&&n.jsxs(n.Fragment,{children:[n.jsx("path",{d:f,opacity:l,style:{fill:"none",stroke:a??r,strokeWidth:c,pointerEvents:"none",strokeLinecap:"butt",strokeLinejoin:"miter",...d===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==u?void 0:u.join(",")}}}),b.start&&n.jsx("path",{d:b.start.d,transform:b.start.transform,stroke:a,fill:b.start.filled?r:"none",style:{pointerEvents:"none",strokeWidth:c,strokeLinecap:"butt",...d===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==u?void 0:u.join(",")}}}),b.end&&n.jsx("path",{d:b.end.d,transform:b.end.transform,stroke:a,fill:b.end.filled?r:"none",style:{pointerEvents:"none",strokeWidth:c,strokeLinecap:"butt",...d===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==u?void 0:u.join(",")}}})]})]})}function D({rect:e,vertices:t,color:i="transparent",strokeColor:r="#000000",opacity:a=1,strokeWidth:l,strokeStyle:c=s.PdfAnnotationBorderStyle.SOLID,strokeDashArray:d,scale:u,isSelected:p,onClick:h,currentVertex:g,handleSize:v=14,appearanceActive:x=!1}){const y=g?[...t,g]:t,f=o.useMemo(()=>y.map(({x:t,y:n})=>({x:t-e.origin.x,y:n-e.origin.y})),[y,e]),b=o.useMemo(()=>{if(!f.length)return"";const[e,...t]=f,n=!!g;return(`M ${e.x} ${e.y} `+t.map(e=>`L ${e.x} ${e.y}`).join(" ")+(n?"":" Z")).trim()},[f,g]),m=g&&t.length>0,j=e.size.width*u,k=e.size.height*u,S=Math.max(l,20/u);return n.jsxs("svg",{style:{position:"absolute",width:j,height:k,pointerEvents:"none",zIndex:2,overflow:"visible"},width:j,height:k,viewBox:`0 0 ${e.size.width} ${e.size.height}`,children:[n.jsx("path",{d:b,fill:"transparent",stroke:"transparent",strokeWidth:S,onPointerDown:h,style:{cursor:p?"move":"pointer",pointerEvents:p?"none":"transparent"===i?"visibleStroke":"visible",strokeLinecap:"butt",strokeLinejoin:"miter"}}),!x&&n.jsxs(n.Fragment,{children:[n.jsx("path",{d:b,opacity:a,style:{fill:g?"none":i,stroke:r??i,strokeWidth:l,pointerEvents:"none",strokeLinecap:"butt",strokeLinejoin:"miter",...c===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==d?void 0:d.join(",")}}}),m&&t.length>1&&n.jsx("path",{d:`M ${f[f.length-1].x} ${f[f.length-1].y} L ${f[0].x} ${f[0].y}`,fill:"none",style:{stroke:r,strokeWidth:l,strokeDasharray:"4,4",opacity:.7,pointerEvents:"none"}}),m&&t.length>=2&&n.jsx("rect",{x:f[0].x-v/u/2,y:f[0].y-v/u/2,width:v/u,height:v/u,fill:r,opacity:.4,stroke:r,strokeWidth:l/2,style:{pointerEvents:"none"}})]})]})}function z({isSelected:e,color:t="#facc15",opacity:o=1,onClick:i,appearanceActive:r=!1}){const a=s.getContrastStrokeColor(t);return n.jsx("div",{style:{position:"absolute",inset:0,zIndex:2,pointerEvents:e?"none":"auto",cursor:e?"move":"pointer"},onPointerDown:i,children:!r&&n.jsxs("svg",{style:{position:"absolute",inset:0,pointerEvents:"none"},viewBox:"0 0 20 20",width:"100%",height:"100%",children:[n.jsx("path",{d:"M 0.5 15.5 L 0.5 0.5 L 19.5 0.5 L 19.5 15.5 L 8.5 15.5 L 6.5 19.5 L 4.5 15.5 Z",fill:t,opacity:o,stroke:a,strokeWidth:"1",strokeLinejoin:"miter"}),n.jsx("line",{x1:"2.5",y1:"4.25",x2:"17.5",y2:"4.25",stroke:a,strokeWidth:"1"}),n.jsx("line",{x1:"2.5",y1:"8",x2:"17.5",y2:"8",stroke:a,strokeWidth:"1"}),n.jsx("line",{x1:"2.5",y1:"11.75",x2:"17.5",y2:"11.75",stroke:a,strokeWidth:"1"})]})})}function P({documentId:e,isSelected:t,isEditing:i,annotation:r,pageIndex:a,scale:l,onClick:c,appearanceActive:d=!1}){const p=o.useRef(null),h=o.useRef(!1),{provides:g}=y(),v=(null==g?void 0:g.forDocument(e))??null,[x,f]=o.useState(!1);o.useEffect(()=>{if(i&&p.current){h.current=!0;const e=p.current;e.focus();const t=window.getSelection();if(t){const n=document.createRange();n.selectNodeContents(e),n.collapse(!1),t.removeAllRanges(),t.addRange(n)}}},[i]),o.useLayoutEffect(()=>{try{const e=navigator,t=/iPad|iPhone|iPod/.test(navigator.userAgent)||"MacIntel"===navigator.platform&&(null==e?void 0:e.maxTouchPoints)>1;f(t)}catch{f(!1)}},[]);const b=r.object.fontSize*l,m=x&&i&&b>0&&b<16,j=m?16:b,k=m?b/16:1,S=m?100/k:100;return n.jsx("div",{style:{position:"absolute",width:r.object.rect.size.width*l,height:r.object.rect.size.height*l,cursor:t&&!i?"move":"default",pointerEvents:t&&!i?"none":"auto",zIndex:2,opacity:d?0:1},onPointerDown:c,children:n.jsx("span",{ref:p,onBlur:()=>{h.current&&(h.current=!1,v&&p.current&&v.updateAnnotation(a,r.object.id,{contents:p.current.innerText}))},tabIndex:0,style:{color:r.object.fontColor,fontSize:j,...s.standardFontCssProperties(r.object.fontFamily),textAlign:s.textAlignmentToCss(r.object.textAlign),flexDirection:"column",justifyContent:r.object.verticalAlign===s.PdfVerticalAlignment.Top?"flex-start":r.object.verticalAlign===s.PdfVerticalAlignment.Middle?"center":"flex-end",display:"flex",backgroundColor:r.object.color??r.object.backgroundColor,opacity:r.object.opacity,width:m?`${S}%`:"100%",height:m?`${S}%`:"100%",lineHeight:"1.18",overflow:"hidden",cursor:i?"text":"pointer",outline:"none",transform:m?`scale(${k})`:void 0,transformOrigin:"top left"},contentEditable:i,...u,children:r.object.contents})})}function E({documentId:e,pageIndex:t,annotation:i,scaleFactor:r=1,unrotated:a,style:l,...c}){const{provides:d}=y(),[u,p]=o.useState(null),h=o.useRef(null),{width:g,height:v}=i.rect.size;o.useEffect(()=>{if(d){const n=d.forDocument(e).renderAnnotation({pageIndex:t,annotation:i,options:{scaleFactor:r,dpr:window.devicePixelRatio,unrotated:a}});return n.wait(e=>{const t=URL.createObjectURL(e);p(t),h.current=t},s.ignore),()=>{h.current?(URL.revokeObjectURL(h.current),h.current=null):n.abort({code:s.PdfErrorCode.Cancelled,message:"canceled render task"})}}},[t,r,a,d,e,i.id,g,v]);return n.jsx(o.Fragment,{children:u&&n.jsx("img",{src:u,onLoad:()=>{h.current&&(URL.revokeObjectURL(h.current),h.current=null)},...c,style:{width:"100%",height:"100%",display:"block",...l||{}}})})}function M({isSelected:e,annotation:t,documentId:o,pageIndex:i,scale:r,onClick:s}){const a=!!t.object.rotation&&!!t.object.unrotatedRect;return n.jsx("div",{style:{position:"absolute",width:"100%",height:"100%",zIndex:2,pointerEvents:e?"none":"auto",cursor:"pointer"},onPointerDown:s,children:n.jsx(E,{documentId:o,pageIndex:i,annotation:{...t.object,id:t.object.id},scaleFactor:r,unrotated:a})})}function L({isSelected:e,strokeColor:t="#0000FF",strokeWidth:i=2,strokeStyle:r=s.PdfAnnotationBorderStyle.UNDERLINE,strokeDashArray:a,rect:l,scale:c,onClick:d,hasIRT:u=!1}){const{width:p,height:h}=o.useMemo(()=>({width:l.size.width,height:l.size.height}),[l]),g=p*c,v=h*c,x=o.useMemo(()=>{if(r===s.PdfAnnotationBorderStyle.DASHED)return(null==a?void 0:a.join(","))??`${3*i},${i}`},[r,a,i]),y=r===s.PdfAnnotationBorderStyle.UNDERLINE;return n.jsxs("svg",{style:{position:"absolute",width:g,height:v,pointerEvents:"none",zIndex:2},width:g,height:v,viewBox:`0 0 ${p} ${h}`,children:[n.jsx("rect",{x:0,y:0,width:p,height:h,fill:"transparent",onPointerDown:u?void 0:d,style:{cursor:u?"default":e?"move":"pointer",pointerEvents:u||e?"none":"visible"}}),y?n.jsx("line",{x1:1,y1:h-1,x2:p-1,y2:h-1,stroke:t,strokeWidth:i,strokeDasharray:x,style:{pointerEvents:"none"}}):n.jsx("rect",{x:i/2,y:i/2,width:Math.max(p-i,0),height:Math.max(h-i,0),fill:"transparent",stroke:t,strokeWidth:i,strokeDasharray:x,style:{pointerEvents:"none"}})]})}function $({strokeColor:e,opacity:t=.5,segmentRects:o,rect:i,scale:r,onClick:s,style:a,appearanceActive:l=!1}){const c=e??"#FFFF00";return n.jsx(n.Fragment,{children:o.map((e,o)=>n.jsx("div",{onPointerDown:s,style:{position:"absolute",left:(i?e.origin.x-i.origin.x:e.origin.x)*r,top:(i?e.origin.y-i.origin.y:e.origin.y)*r,width:e.size.width*r,height:e.size.height*r,background:l?"transparent":c,opacity:l?void 0:t,pointerEvents:s?"auto":"none",cursor:s?"pointer":"default",zIndex:s?1:void 0,...a}},o))})}function O({strokeColor:e,opacity:t=.5,segmentRects:o,rect:i,scale:r,onClick:s,style:a,appearanceActive:l=!1}){const c=e??"#FFFF00",d=2*r;return n.jsx(n.Fragment,{children:o.map((e,o)=>n.jsx("div",{onPointerDown:s,style:{position:"absolute",left:(i?e.origin.x-i.origin.x:e.origin.x)*r,top:(i?e.origin.y-i.origin.y:e.origin.y)*r,width:e.size.width*r,height:e.size.height*r,background:"transparent",pointerEvents:s?"auto":"none",cursor:s?"pointer":"default",zIndex:s?1:0,...a},children:!l&&n.jsx("div",{style:{position:"absolute",left:0,bottom:0,width:"100%",height:d,background:c,opacity:t,pointerEvents:"none"}})},o))})}function F({strokeColor:e,opacity:t=.5,segmentRects:o,rect:i,scale:r,onClick:s,style:a,appearanceActive:l=!1}){const c=e??"#FFFF00",d=2*r;return n.jsx(n.Fragment,{children:o.map((e,o)=>n.jsx("div",{onPointerDown:s,style:{position:"absolute",left:(i?e.origin.x-i.origin.x:e.origin.x)*r,top:(i?e.origin.y-i.origin.y:e.origin.y)*r,width:e.size.width*r,height:e.size.height*r,background:"transparent",pointerEvents:s?"auto":"none",cursor:s?"pointer":"default",zIndex:s?1:0,...a},children:!l&&n.jsx("div",{style:{position:"absolute",left:0,top:"50%",width:"100%",height:d,background:c,opacity:t,transform:"translateY(-50%)",pointerEvents:"none"}})},o))})}function W({strokeColor:e,opacity:t=.5,segmentRects:o,rect:i,scale:r,onClick:s,style:a,appearanceActive:l=!1}){const c=2*r,d=6*r,u=`url("data:image/svg+xml;utf8,${encodeURIComponent(`<svg xmlns="http://www.w3.org/2000/svg" width="${d}" height="${2*c}" viewBox="0 0 ${d} ${2*c}">\n <path d="M0 ${c} Q ${d/4} 0 ${d/2} ${c} T ${d} ${c}"\n fill="none" stroke="${e??"#FFFF00"}" stroke-width="${c}" stroke-linecap="round"/>\n </svg>`)}")`;return n.jsx(n.Fragment,{children:o.map((e,o)=>n.jsx("div",{onPointerDown:s,style:{position:"absolute",left:(i?e.origin.x-i.origin.x:e.origin.x)*r,top:(i?e.origin.y-i.origin.y:e.origin.y)*r,width:e.size.width*r,height:e.size.height*r,background:"transparent",pointerEvents:s?"auto":"none",cursor:s?"pointer":"default",zIndex:s?1:0,...a},children:!l&&n.jsx("div",{style:{position:"absolute",left:0,bottom:0,width:"100%",height:2*c,backgroundImage:u,backgroundRepeat:"repeat-x",backgroundSize:`${d}px ${2*c}px`,opacity:t,pointerEvents:"none"}})},o))})}function U({isSelected:e,strokeColor:t="#000000",opacity:i=1,rect:r,scale:s,onClick:a,appearanceActive:l=!1}){const{width:c,height:d,path:u}=o.useMemo(()=>{const e=r.size.width,t=r.size.height,n=e/2;return{width:e,height:t,path:[`M 0 ${t}`,`C ${.27*e} ${t} ${n} ${t-.44*t} ${n} 0`,`C ${n} ${t-.44*t} ${e-.27*e} ${t} ${e} ${t}`,"Z"].join(" ")}},[r]),p=c*s,h=d*s;return n.jsxs("svg",{style:{position:"absolute",width:p,height:h,pointerEvents:"none",zIndex:2},width:p,height:h,viewBox:`0 0 ${c} ${d}`,overflow:"visible",children:[n.jsx("path",{d:u,fill:"transparent",stroke:"transparent",strokeWidth:4,onPointerDown:a,style:{cursor:e?"move":"pointer",pointerEvents:e?"none":"visible"}}),!l&&n.jsx("path",{d:u,fill:t,stroke:t,strokeWidth:.5,opacity:i,fillRule:"evenodd",style:{pointerEvents:"none"}})]})}const B=[S({id:"ink",matches:e=>e.type===s.PdfAnnotationSubtype.INK,render:({currentObject:e,isSelected:t,scale:o,onClick:i,appearanceActive:r})=>n.jsx(C,{...e,isSelected:t,scale:o,onClick:i,appearanceActive:r}),interactionDefaults:{isDraggable:!0,isResizable:!0,isRotatable:!0}}),S({id:"square",matches:e=>e.type===s.PdfAnnotationSubtype.SQUARE,render:({currentObject:e,isSelected:t,scale:o,onClick:i,appearanceActive:r})=>n.jsx(A,{...e,isSelected:t,scale:o,onClick:i,appearanceActive:r}),interactionDefaults:{isDraggable:!0,isResizable:!0,isRotatable:!0}}),S({id:"circle",matches:e=>e.type===s.PdfAnnotationSubtype.CIRCLE,render:({currentObject:e,isSelected:t,scale:o,onClick:i,appearanceActive:r})=>n.jsx(w,{...e,isSelected:t,scale:o,onClick:i,appearanceActive:r}),interactionDefaults:{isDraggable:!0,isResizable:!0,isRotatable:!0}}),S({id:"line",matches:e=>e.type===s.PdfAnnotationSubtype.LINE,render:({currentObject:e,isSelected:t,scale:i,onClick:r,appearanceActive:s})=>n.jsx(o.Fragment,{children:n.jsx(R,{...e,isSelected:t,scale:i,onClick:r,appearanceActive:s})}),vertexConfig:{extractVertices:e=>[e.linePoints.start,e.linePoints.end],transformAnnotation:(e,t)=>({...e,linePoints:{start:t[0],end:t[1]}})},interactionDefaults:{isDraggable:!0,isResizable:!1,isRotatable:!0}}),S({id:"polyline",matches:e=>e.type===s.PdfAnnotationSubtype.POLYLINE,render:({currentObject:e,isSelected:t,scale:i,onClick:r,appearanceActive:s})=>n.jsx(o.Fragment,{children:n.jsx(I,{...e,isSelected:t,scale:i,onClick:r,appearanceActive:s})}),vertexConfig:{extractVertices:e=>e.vertices,transformAnnotation:(e,t)=>({...e,vertices:t})},interactionDefaults:{isDraggable:!0,isResizable:!1,isRotatable:!0}}),S({id:"polygon",matches:e=>e.type===s.PdfAnnotationSubtype.POLYGON,render:({currentObject:e,isSelected:t,scale:i,onClick:r,appearanceActive:s})=>n.jsx(o.Fragment,{children:n.jsx(D,{...e,isSelected:t,scale:i,onClick:r,appearanceActive:s})}),vertexConfig:{extractVertices:e=>e.vertices,transformAnnotation:(e,t)=>({...e,vertices:t})},interactionDefaults:{isDraggable:!0,isResizable:!1,isRotatable:!0}}),S({id:"highlight",matches:e=>e.type===s.PdfAnnotationSubtype.HIGHLIGHT,render:({currentObject:e,scale:t,onClick:o,appearanceActive:i})=>n.jsx($,{...e,scale:t,onClick:o,appearanceActive:i}),zIndex:0,interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1},containerStyle:e=>({mixBlendMode:s.blendModeToCss(e.blendMode??s.PdfBlendMode.Multiply)})}),S({id:"underline",matches:e=>e.type===s.PdfAnnotationSubtype.UNDERLINE,render:({currentObject:e,scale:t,onClick:o,appearanceActive:i})=>n.jsx(O,{...e,scale:t,onClick:o,appearanceActive:i}),zIndex:0,interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1}}),S({id:"strikeout",matches:e=>e.type===s.PdfAnnotationSubtype.STRIKEOUT,render:({currentObject:e,scale:t,onClick:o,appearanceActive:i})=>n.jsx(F,{...e,scale:t,onClick:o,appearanceActive:i}),zIndex:0,interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1}}),S({id:"squiggly",matches:e=>e.type===s.PdfAnnotationSubtype.SQUIGGLY,render:({currentObject:e,scale:t,onClick:o,appearanceActive:i})=>n.jsx(W,{...e,scale:t,onClick:o,appearanceActive:i}),zIndex:0,interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1}}),S({id:"text",matches:e=>e.type===s.PdfAnnotationSubtype.TEXT&&!e.inReplyToId,render:({currentObject:e,isSelected:t,onClick:o,appearanceActive:i})=>n.jsx(z,{isSelected:t,color:e.strokeColor??e.color,opacity:e.opacity,onClick:o,appearanceActive:i}),interactionDefaults:{isDraggable:!0,isResizable:!1,isRotatable:!1}}),S({id:"caret",matches:e=>e.type===s.PdfAnnotationSubtype.CARET,render:({currentObject:e,isSelected:t,scale:o,onClick:i,appearanceActive:r})=>n.jsx(U,{...e,isSelected:t,scale:o,onClick:i,appearanceActive:r}),interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1}}),S({id:"freeText",matches:e=>e.type===s.PdfAnnotationSubtype.FREETEXT,render:({annotation:e,currentObject:t,isSelected:o,isEditing:i,scale:r,pageIndex:s,documentId:a,onClick:l,appearanceActive:c})=>n.jsx(P,{documentId:a,isSelected:o,isEditing:i,annotation:{...e,object:t},pageIndex:s,scale:r,onClick:l,appearanceActive:c}),interactionDefaults:{isDraggable:!0,isResizable:!0,isRotatable:!0},isDraggable:(e,{isEditing:t})=>e&&!t,onDoubleClick:(e,t)=>t(e)}),S({id:"stamp",matches:e=>e.type===s.PdfAnnotationSubtype.STAMP,render:({annotation:e,isSelected:t,documentId:o,pageIndex:i,scale:r,onClick:s})=>n.jsx(M,{isSelected:t,annotation:e,documentId:o,pageIndex:i,scale:r,onClick:s}),useAppearanceStream:!1,interactionDefaults:{isDraggable:!0,isResizable:!0,isRotatable:!0}}),S({id:"link",matches:e=>e.type===s.PdfAnnotationSubtype.LINK,render:({currentObject:e,isSelected:t,scale:o,onClick:i})=>n.jsx(L,{...e,isSelected:t,scale:o,onClick:i,hasIRT:!!e.inReplyToId}),interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1},useAppearanceStream:!1,selectOverride:(e,t,n)=>{if(e.stopPropagation(),n.clearSelection(),t.object.inReplyToId){const e=n.allAnnotations.find(e=>e.object.id===t.object.inReplyToId);if(e)return void n.selectAnnotation(e.object.pageIndex,e.object.id)}n.selectAnnotation(n.pageIndex,t.object.id)},hideSelectionMenu:e=>!!e.inReplyToId})];function T(e){const{documentId:i,pageIndex:r,scale:c,pageWidth:d,pageHeight:u,selectionMenu:p}=e,{provides:h}=y(),{provides:g}=l.useSelectionCapability(),[v,x]=o.useState([]),{register:f}=a.usePointerHandlers({documentId:i,pageIndex:r}),[m,j]=o.useState([]),[S,C]=o.useState(null),[A,w]=o.useState({}),R=o.useRef(c),I=o.useMemo(()=>h?h.forDocument(i):null,[h,i]),D=m.length>1;o.useEffect(()=>{if(I){const e=I.getState();return x(t.getAnnotationsByPageIndex(e,r)),j(t.getSelectedAnnotationIds(e)),I.onStateChange(e=>{x(t.getAnnotationsByPageIndex(e,r)),j(t.getSelectedAnnotationIds(e))})}},[I,r]),o.useEffect(()=>{if(!I)return;R.current!==c&&(I.invalidatePageAppearances(r),R.current=c);I.getPageAppearances(r,{scaleFactor:c,dpr:"undefined"!=typeof window?window.devicePixelRatio:1}).wait(e=>w(e),()=>w({}))},[I,r,c]);const z=o.useMemo(()=>({onPointerDown:(e,t)=>{t.target===t.currentTarget&&I&&(I.deselectAnnotation(),C(null))}}),[I]),P=o.useCallback((e,t)=>{if(e.stopPropagation(),I&&g){g.clear();"metaKey"in e&&(e.metaKey||e.ctrlKey)?I.toggleSelection(r,t.object.id):I.selectAnnotation(r,t.object.id),t.object.id!==S&&C(null)}},[I,g,S,r]);o.useEffect(()=>f(z,{documentId:i}),[f,z]);const E=o.useMemo(()=>v.filter(e=>m.includes(e.object.id)),[v,m]),M=o.useMemo(()=>!(E.length<2)&&E.every(e=>{const n=null==I?void 0:I.findToolForAnnotation(e.object),o=t.resolveInteractionProp(null==n?void 0:n.interaction.isGroupDraggable,e.object,!0),i=t.resolveInteractionProp(null==n?void 0:n.interaction.isDraggable,e.object,!0);return void 0!==(null==n?void 0:n.interaction.isGroupDraggable)?o:i}),[E,I]),L=o.useMemo(()=>!(E.length<2)&&E.every(e=>{const n=null==I?void 0:I.findToolForAnnotation(e.object),o=t.resolveInteractionProp(null==n?void 0:n.interaction.isGroupResizable,e.object,!0),i=t.resolveInteractionProp(null==n?void 0:n.interaction.isResizable,e.object,!0);return void 0!==(null==n?void 0:n.interaction.isGroupResizable)?o:i}),[E,I]),$=o.useMemo(()=>!(E.length<2)&&E.every(e=>{const n=null==I?void 0:I.findToolForAnnotation(e.object),o=t.resolveInteractionProp(null==n?void 0:n.interaction.isGroupRotatable,e.object,!0),i=t.resolveInteractionProp(null==n?void 0:n.interaction.isRotatable,e.object,!0);return void 0!==(null==n?void 0:n.interaction.isGroupRotatable)?o:i}),[E,I]),O=o.useMemo(()=>!(E.length<2)&&E.some(e=>{const n=null==I?void 0:I.findToolForAnnotation(e.object),o=t.resolveInteractionProp(null==n?void 0:n.interaction.lockGroupAspectRatio,e.object,!1),i=t.resolveInteractionProp(null==n?void 0:n.interaction.lockAspectRatio,e.object,!1);return void 0!==(null==n?void 0:n.interaction.lockGroupAspectRatio)?o:i}),[E,I]),F=o.useMemo(()=>{if(!I)return!1;const e=I.getSelectedAnnotations();return e.length>1&&e.every(e=>e.object.pageIndex===r)},[I,r,m]),W=o.useCallback(e=>{if(e.dictMode)return null;if(e.object.rotation&&e.object.unrotatedRect)return null;const t=A[e.object.id];return(null==t?void 0:t.normal)?t:null},[A]),U=o.useMemo(()=>{const t=e.annotationRenderers??[],n=new Set(t.map(e=>e.id));return[...t,...B.filter(e=>!n.has(e.id))]},[e.annotationRenderers]),T=o.useCallback(e=>U.find(t=>t.matches(e.object))??null,[U]),H=o.useMemo(()=>({defaultSelect:P,selectAnnotation:(e,t)=>null==I?void 0:I.selectAnnotation(e,t),clearSelection:()=>null==g?void 0:g.clear(),allAnnotations:v,pageIndex:r}),[P,I,g,v,r]);return n.jsxs(n.Fragment,{children:[v.map(o=>{var a,l,d;const u=T(o);if(!u)return null;const h=null==I?void 0:I.findToolForAnnotation(o.object),g=m.includes(o.object.id),v=S===o.object.id,x=u.interactionDefaults,y=t.resolveInteractionProp(null==h?void 0:h.interaction.isDraggable,o.object,(null==x?void 0:x.isDraggable)??!0),f=u.isDraggable?u.isDraggable(y,{isEditing:v}):y,j=(null==(a=null==h?void 0:h.behavior)?void 0:a.useAppearanceStream)??u.useAppearanceStream??!0,k=u.selectOverride?e=>u.selectOverride(e,o,H):e=>P(e,o);return n.jsx(b,{trackedAnnotation:o,isSelected:g,isEditing:v,isMultiSelected:D,isDraggable:f,isResizable:t.resolveInteractionProp(null==h?void 0:h.interaction.isResizable,o.object,(null==x?void 0:x.isResizable)??!1),lockAspectRatio:t.resolveInteractionProp(null==h?void 0:h.interaction.lockAspectRatio,o.object,(null==x?void 0:x.lockAspectRatio)??!1),isRotatable:t.resolveInteractionProp(null==h?void 0:h.interaction.isRotatable,o.object,(null==x?void 0:x.isRotatable)??!1),vertexConfig:u.vertexConfig,selectionMenu:(null==(l=u.hideSelectionMenu)?void 0:l.call(u,o.object))?void 0:p,onSelect:k,onDoubleClick:u.onDoubleClick?e=>{e.stopPropagation(),u.onDoubleClick(o.object.id,C)}:void 0,zIndex:u.zIndex,style:(null==(d=u.containerStyle)?void 0:d.call(u,o.object))??{mixBlendMode:s.blendModeToCss(o.object.blendMode??s.PdfBlendMode.Normal)},appearance:j?W(o):void 0,...e,children:(e,{appearanceActive:t})=>u.render({annotation:o,currentObject:e,isSelected:g,isEditing:v,scale:c,pageIndex:r,documentId:i,onClick:k,appearanceActive:t})},o.object.id)}),F&&E.length>=2&&n.jsx(k,{documentId:i,pageIndex:r,scale:c,rotation:e.rotation,pageWidth:d,pageHeight:u,selectedAnnotations:E,isDraggable:M,isResizable:L,isRotatable:$,lockAspectRatio:O,resizeUI:e.resizeUI,rotationUI:e.rotationUI,selectionOutlineColor:e.selectionOutlineColor,selectionOutline:e.groupSelectionOutline??e.selectionOutline,groupSelectionMenu:e.groupSelectionMenu})]})}function H({documentId:e,pageIndex:t,scale:i}){var r,a,c,d,u,p,h,g,v,x,f,b;const{provides:m}=l.useSelectionCapability(),{provides:j}=y(),[k,S]=o.useState([]),[C,A]=o.useState(null),[w,R]=o.useState(null);if(o.useEffect(()=>{if(m)return m.forDocument(e).onSelectionChange(()=>{S(m.forDocument(e).getHighlightRectsForPage(t)),A(m.forDocument(e).getBoundingRectForPage(t))})},[m,e,t]),o.useEffect(()=>{if(j)return R(j.forDocument(e).getActiveTool()),j.forDocument(e).onActiveToolChange(e=>R(e))},[j,e]),!C)return null;if(!w||!w.defaults)return null;switch(w.defaults.type){case s.PdfAnnotationSubtype.UNDERLINE:return n.jsx("div",{style:{mixBlendMode:s.blendModeToCss((null==(r=w.defaults)?void 0:r.blendMode)??s.PdfBlendMode.Normal),pointerEvents:"none",position:"absolute",inset:0},children:n.jsx(O,{strokeColor:null==(a=w.defaults)?void 0:a.strokeColor,opacity:null==(c=w.defaults)?void 0:c.opacity,segmentRects:k,scale:i})});case s.PdfAnnotationSubtype.HIGHLIGHT:return n.jsx("div",{style:{mixBlendMode:s.blendModeToCss((null==(d=w.defaults)?void 0:d.blendMode)??s.PdfBlendMode.Multiply),pointerEvents:"none",position:"absolute",inset:0},children:n.jsx($,{strokeColor:null==(u=w.defaults)?void 0:u.strokeColor,opacity:null==(p=w.defaults)?void 0:p.opacity,segmentRects:k,scale:i})});case s.PdfAnnotationSubtype.STRIKEOUT:return n.jsx("div",{style:{mixBlendMode:s.blendModeToCss((null==(h=w.defaults)?void 0:h.blendMode)??s.PdfBlendMode.Normal),pointerEvents:"none",position:"absolute",inset:0},children:n.jsx(F,{strokeColor:null==(g=w.defaults)?void 0:g.strokeColor,opacity:null==(v=w.defaults)?void 0:v.opacity,segmentRects:k,scale:i})});case s.PdfAnnotationSubtype.SQUIGGLY:return n.jsx("div",{style:{mixBlendMode:s.blendModeToCss((null==(x=w.defaults)?void 0:x.blendMode)??s.PdfBlendMode.Normal),pointerEvents:"none",position:"absolute",inset:0},children:n.jsx(W,{strokeColor:null==(f=w.defaults)?void 0:f.strokeColor,opacity:null==(b=w.defaults)?void 0:b.opacity,segmentRects:k,scale:i})});case s.PdfAnnotationSubtype.CARET:default:return null}}function N({preview:e,scale:t}){const{bounds:o}=e,i={position:"absolute",left:o.origin.x*t,top:o.origin.y*t,width:o.size.width*t,height:o.size.height*t,pointerEvents:"none",zIndex:10};return e.type===s.PdfAnnotationSubtype.CIRCLE?n.jsx("div",{style:i,children:n.jsx(w,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.SQUARE?n.jsx("div",{style:i,children:n.jsx(A,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.POLYGON?n.jsx("div",{style:i,children:n.jsx(D,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.POLYLINE?n.jsx("div",{style:i,children:n.jsx(I,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.LINE?n.jsx("div",{style:i,children:n.jsx(R,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.INK?n.jsx("div",{style:i,children:n.jsx(C,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.FREETEXT?n.jsx("div",{style:i,children:n.jsx("div",{style:{width:"100%",height:"100%",border:`1px dashed ${e.data.fontColor||"#000000"}`,backgroundColor:"transparent"}})}):null}function G({documentId:e,pageIndex:t,scale:i}){const{plugin:r}=x(),[s,a]=o.useState(new Map),l=o.useRef(null),c=o.useRef(null),d=o.useMemo(()=>({requestFile:({accept:e,onFile:t})=>{if(!l.current)return;const n=l.current;n.accept=e,n.onchange=e=>{var o;const i=null==(o=e.target.files)?void 0:o[0];i&&(t(i),n.value="")},n.click()},processImage:({source:e,maxWidth:t,maxHeight:n,onComplete:o})=>{const i=c.current;if(!i||!i.getContext)return;const r=i.getContext("2d");if(!r)return;const s=new Image;s.crossOrigin="Anonymous",s.onload=()=>{let{naturalWidth:a,naturalHeight:l}=s;const c=t?t/a:1,d=n?n/l:1,u=Math.min(c,d,1),p=a*u,h=l*u;i.width=p,i.height=h,r.drawImage(s,0,0,p,h);const g=r.getImageData(0,0,p,h);"string"!=typeof e&&URL.revokeObjectURL(s.src),o({imageData:g,width:p,height:h})},s.src="string"==typeof e?e:URL.createObjectURL(e)}}),[]);return o.useEffect(()=>{if(r)return r.registerPageHandlers(e,t,i,{services:d,onPreview:(e,t)=>{a(n=>{const o=new Map(n);return t?o.set(e,t):o.delete(e),o})}})},[e,t,i,r,d]),n.jsxs(n.Fragment,{children:[n.jsx("input",{ref:l,type:"file",style:{display:"none"}}),n.jsx("canvas",{ref:c,style:{display:"none"}}),Array.from(s.entries()).map(([e,t])=>n.jsx(N,{preview:t,scale:i},e))]})}const q=e.createPluginPackage(t.AnnotationPluginPackage).addWrapper(g).build();exports.AnnotationLayer=function({style:e,documentId:t,pageIndex:i,scale:s,rotation:a,selectionMenu:l,groupSelectionMenu:c,resizeUI:d,vertexUI:u,rotationUI:p,selectionOutlineColor:h,selectionOutline:g,groupSelectionOutline:x,customAnnotationRenderer:y,annotationRenderers:f,...b}){var m,j,k,S;const C=r.useDocumentState(t),A=null==(j=null==(m=null==C?void 0:C.document)?void 0:m.pages)?void 0:j[i],w=(null==(k=null==A?void 0:A.size)?void 0:k.width)??0,R=(null==(S=null==A?void 0:A.size)?void 0:S.height)??0,I=v(),D=o.useMemo(()=>{const e=[...I];for(const t of f??[]){const n=e.findIndex(e=>e.id===t.id);n>=0?e[n]=t:e.push(t)}return e},[I,f]),z=o.useMemo(()=>void 0!==s?s:(null==C?void 0:C.scale)??1,[s,null==C?void 0:C.scale]),P=o.useMemo(()=>{if(void 0!==a)return a;return(((null==A?void 0:A.rotation)??0)+((null==C?void 0:C.rotation)??0))%4},[a,null==A?void 0:A.rotation,null==C?void 0:C.rotation]);return n.jsxs("div",{style:{...e},...b,children:[n.jsx(T,{documentId:t,selectionMenu:l,groupSelectionMenu:c,pageIndex:i,scale:z,rotation:P,pageWidth:w,pageHeight:R,resizeUI:d,vertexUI:u,rotationUI:p,selectionOutlineColor:h,selectionOutline:g,groupSelectionOutline:x,customAnnotationRenderer:y,annotationRenderers:D}),n.jsx(H,{documentId:t,pageIndex:i,scale:z}),n.jsx(G,{documentId:t,pageIndex:i,scale:z})]})},exports.AnnotationPluginPackage=q,exports.AnnotationRendererProvider=g,exports.GroupSelectionBox=k,exports.createRenderer=S,exports.useAnnotation=e=>{var n;const{provides:i}=y(),[r,s]=o.useState((null==(n=null==i?void 0:i.forDocument(e))?void 0:n.getState())??t.initialDocumentState());return o.useEffect(()=>{if(!i)return;const t=i.forDocument(e);return s(t.getState()),t.onStateChange(e=>{s(e)})},[i,e]),{state:r,provides:(null==i?void 0:i.forDocument(e))??null}},exports.useAnnotationCapability=y,exports.useAnnotationPlugin=x,exports.useRegisterRenderers=function(e){const t=o.useContext(p),n=o.useRef(e);o.useEffect(()=>{if(t)return t(n.current)},[t])},exports.useRegisteredRenderers=v,exports.useRendererRegistry=function(){return o.useContext(p)},Object.keys(t).forEach(e=>{"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:()=>t[e]})});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@embedpdf/core"),t=require("@embedpdf/plugin-annotation"),n=require("react/jsx-runtime"),o=require("react"),i=require("react-dom"),r=require("@embedpdf/core/react"),s=require("@embedpdf/models"),a=require("@embedpdf/plugin-interaction-manager/react"),l=require("@embedpdf/plugin-selection/react"),c=require("@embedpdf/utils/react"),d=require("@embedpdf/utils"),u={suppressContentEditableWarning:!0},p=o.createContext(null),h=o.createContext([]);function g({children:e}){const[t,i]=o.useState([]),r=o.useCallback(e=>(i(t=>{const n=new Set(e.map(e=>e.id));return[...t.filter(e=>!n.has(e.id)),...e]}),()=>i(t=>t.filter(t=>!e.some(e=>e.id===t.id)))),[]);return n.jsx(p.Provider,{value:r,children:n.jsx(h.Provider,{value:t,children:e})})}function v(){return o.useContext(h)}const y=()=>r.usePlugin(t.AnnotationPlugin.id),x=()=>r.useCapability(t.AnnotationPlugin.id);function f({appearance:e,style:t}){const[i,r]=o.useState(null),s=o.useRef(null);o.useEffect(()=>{const t=URL.createObjectURL(e.data);return r(t),s.current=t,()=>{s.current&&(URL.revokeObjectURL(s.current),s.current=null)}},[e.data]);return i?n.jsx("img",{src:i,onLoad:()=>{s.current&&(URL.revokeObjectURL(s.current),s.current=null)},style:{position:"absolute",width:"100%",height:"100%",display:"block",pointerEvents:"none",userSelect:"none",...t}}):null}function b({scale:e,documentId:t,pageIndex:a,rotation:l,pageWidth:u,pageHeight:p,trackedAnnotation:h,children:g,isSelected:v,isEditing:b=!1,isMultiSelected:m=!1,isDraggable:k,isResizable:j,isRotatable:S=!0,lockAspectRatio:C=!1,style:A={},blendMode:w,vertexConfig:I,selectionMenu:R,outlineOffset:z=1,onDoubleClick:D,onSelect:P,appearance:E,zIndex:M=1,resizeUI:L,vertexUI:$,rotationUI:O,selectionOutlineColor:F,selectionOutline:B,customAnnotationRenderer:W,groupSelectionMenu:U,groupSelectionOutline:T,annotationRenderers:H,...N}){var G,q,Y;const[V,X]=o.useState(h.object),[K,Q]=o.useState(null),[Z,J]=o.useState(null),[_,ee]=o.useState(!1),[te,ne]=o.useState(!1),{provides:oe}=x(),{plugin:ie}=y(),{canModifyAnnotations:re}=r.useDocumentPermissions(t),se=o.useRef(null),ae=re&&k&&!m,le=re&&j&&!m,ce=re&&S&&!m,de=o.useMemo(()=>oe?oe.forDocument(t):null,[oe,t]),ue=V?{...h.object,...V}:h.object,pe=h.object.flags??[],he=pe.includes("noZoom"),ge=pe.includes("noRotate"),ve=he?1:e,ye=ge?0:l,xe=(null==L?void 0:L.color)??"#007ACC",fe=(null==$?void 0:$.color)??"#007ACC",be=(null==O?void 0:O.color)??"white",me=(null==O?void 0:O.connectorColor)??"#007ACC",ke=(null==L?void 0:L.size)??12,je=(null==$?void 0:$.size)??12,Se=(null==O?void 0:O.size)??32,Ce=null==O?void 0:O.margin,Ae=(null==O?void 0:O.iconColor)??"#007ACC",we=(null==O?void 0:O.showConnector)??!1,Ie=(null==(G=null==O?void 0:O.border)?void 0:G.color)??"#007ACC",Re=(null==(q=null==O?void 0:O.border)?void 0:q.width)??1,ze=(null==(Y=null==O?void 0:O.border)?void 0:Y.style)??"solid",De=(null==B?void 0:B.color)??F??"#007ACC",Pe=(null==B?void 0:B.style)??"solid",Ee=(null==B?void 0:B.width)??1,Me=(null==B?void 0:B.offset)??z??1,Le=K??ue.rotation??0,$e=K??ue.rotation??0,Oe=Number.isFinite($e)?Math.round(10*$e)/10:0,Fe=null!==K,Be=o.useRef(null),We=o.useCallback(e=>{var n;if(!(null==(n=e.transformData)?void 0:n.type)||m||!ie)return;const{type:o,changes:i,metadata:r}=e.transformData,s=h.object.id,l={width:u,height:p};if("start"===e.state&&(Be.current=h.object.unrotatedRect??h.object.rect,se.current=h.object,"resize"!==o&&"vertex-edit"!==o||ne(!0),"move"===o?ie.startDrag(t,{annotationIds:[s],pageSize:l}):"resize"===o&&ie.startResize(t,{annotationIds:[s],pageSize:l,resizeHandle:(null==r?void 0:r.handle)??"se"})),i.rect&&Be.current)if("move"===o){const e={x:i.rect.origin.x-Be.current.origin.x,y:i.rect.origin.y-Be.current.origin.y};ie.updateDrag(t,e)}else"resize"===o&&ie.updateResize(t,i.rect);if("vertex-edit"===o&&i.vertices&&I){const t=se.current??h.object,n=I.transformAnnotation(t,i.vertices),l=null==oe?void 0:oe.transformAnnotation(t,{type:o,changes:n,metadata:r});l&&(X(e=>({...e,...l})),"end"===e.state&&(null==de||de.updateAnnotation(a,s,l)))}if("rotate"===o){const n=(null==r?void 0:r.rotationAngle)??Le,o=null==r?void 0:r.cursorPosition;return o&&J({x:o.clientX,y:o.clientY}),void("start"===e.state?(Q(n),ie.startRotation(t,{annotationIds:[s],cursorAngle:n,rotationCenter:null==r?void 0:r.rotationCenter})):"move"===e.state?(Q(n),ie.updateRotation(t,n,null==r?void 0:r.rotationDelta)):"end"===e.state&&(Q(null),J(null),ie.commitRotation(t)))}"end"===e.state&&(Be.current=null,se.current=null,ne(!1),"move"===o?ie.commitDrag(t):"resize"===o&&ie.commitResize(t))},[ie,t,h.object,u,p,a,m,I,oe,de,Le]),Ue=ue.unrotatedRect,Te=Ue??ue.rect,He=Ue&&0!==Le?s.inferRotationCenterFromRects(Te,ue.rect,Le):void 0,Ne=Te,{dragProps:Ge,vertices:qe,resize:Ye,rotation:Ve}=c.useInteractionHandles({controller:{element:Ne,vertices:null==I?void 0:I.extractVertices(ue),constraints:{minWidth:10,minHeight:10,boundingBox:{width:u,height:p}},maintainAspectRatio:C,pageRotation:l,annotationRotation:Le,rotationCenter:He,rotationElement:ue.rect,scale:e,enabled:v&&!m,onUpdate:We},resizeUI:{handleSize:ke,spacing:Me,offsetMode:"outside",includeSides:!C,zIndex:M+1},vertexUI:{vertexSize:je,zIndex:M+2},rotationUI:{handleSize:Se,margin:Ce,zIndex:M+3,showConnector:we},includeVertices:!!I,includeRotation:ce,currentRotation:Le}),Xe=o.useMemo(()=>{if(re&&D)return D},[re,D]),Ke=c.useDoublePressProps(Xe);o.useEffect(()=>{X(h.object)},[h.object]),o.useEffect(()=>{if(!ie)return;const e=h.object.id,n=n=>{var o;if(n.documentId!==t)return;"end"!==n.type&&"cancel"!==n.type||Q(null);const i=null==(o=n.previewPatches)?void 0:o[e];"update"===n.type&&i?X(e=>({...e,...i})):"cancel"===n.type&&X(h.object)},o=[ie.onDragChange(n),ie.onResizeChange(n),ie.onRotateChange(n)];return()=>o.forEach(e=>e())},[ie,t,h.object]);const Qe=v&&!m,Ze=ue.rect.size.width*ve,Je=ue.rect.size.height*ve,_e=Te.size.width*ve,et=Te.size.height*ve,tt=Boolean(Ue)&&0!==Le,nt=tt?(Te.origin.x-ue.rect.origin.x)*ve:(Ze-_e)/2,ot=tt?(Te.origin.y-ue.rect.origin.y)*ve:(Je-et)/2,it=tt&&He?`${(He.x-Te.origin.x)*ve}px ${(He.y-Te.origin.y)*ve}px`:"center center",rt=He?(He.x-ue.rect.origin.x)*ve:Ze/2,st=He?(He.y-ue.rect.origin.y)*ve:Je/2,at=Math.max(300,Math.max(Ze,Je)+80),lt=ge?d.getCounterRotation({origin:{x:0,y:0},size:{width:Ze,height:Je}},l):null,ct=o.useMemo(()=>Ue?{...ue,rect:Ue}:ue,[ue,Ue]),dt=!(!(null==E?void 0:E.normal)||te||b||h.dictMode),ut={position:"absolute",left:ue.rect.origin.x*e,top:ue.rect.origin.y*e,width:lt?lt.width:Ze,height:lt?lt.height:Je,pointerEvents:"none",zIndex:M,...lt&&{transform:lt.matrix,transformOrigin:"0 0"}},pt={position:"absolute",left:nt,top:ot,width:_e,height:et,transform:0!==Le?`rotate(${Le}deg)`:void 0,transformOrigin:it};return n.jsxs("div",{"data-no-interaction":!0,children:[n.jsx("div",{style:{...ut,...w&&{mixBlendMode:w},...A},children:n.jsxs("div",{style:{...pt,pointerEvents:"none"},children:[(()=>{const t="function"==typeof g?g(ct,{appearanceActive:dt}):g;return(null==W?void 0:W({annotation:ct,children:t,isSelected:v,scale:e,rotation:l,pageWidth:u,pageHeight:p,pageIndex:a,onSelect:P}))??t})(),(null==E?void 0:E.normal)&&n.jsx(f,{appearance:E.normal,style:{display:dt?"block":"none"}})]})}),n.jsxs("div",{style:ut,...N,children:[Fe&&n.jsxs(n.Fragment,{children:[n.jsx("div",{style:{position:"absolute",left:rt-at/2,top:st,width:at,height:1,backgroundColor:me,opacity:.35,pointerEvents:"none"}}),n.jsx("div",{style:{position:"absolute",left:rt,top:st-at/2,width:1,height:at,backgroundColor:me,opacity:.35,pointerEvents:"none"}}),n.jsx("div",{style:{position:"absolute",left:rt-at/2,top:st,width:at,height:1,transformOrigin:"center center",transform:`rotate(${Le}deg)`,backgroundColor:me,opacity:.8,pointerEvents:"none"}})]}),v&&ce&&Ve&&((null==O?void 0:O.component)?n.jsx("div",{onPointerEnter:()=>ee(!0),onPointerLeave:()=>{ee(!1),J(null)},onPointerMove:e=>{Fe||J({x:e.clientX,y:e.clientY})},style:{display:"contents"},children:O.component({...Ve.handle,backgroundColor:be,iconColor:Ae,connectorStyle:{...Ve.connector.style,backgroundColor:me,opacity:Fe?0:1},showConnector:we,opacity:Fe?0:1,border:{color:Ie,width:Re,style:ze}})}):n.jsxs("div",{onPointerEnter:()=>ee(!0),onPointerLeave:()=>{ee(!1),J(null)},onPointerMove:e=>{Fe||J({x:e.clientX,y:e.clientY})},style:{display:"contents"},children:[we&&n.jsx("div",{style:{...Ve.connector.style,backgroundColor:me,opacity:Fe?0:1}}),n.jsx("div",{...Ve.handle,style:{...Ve.handle.style,backgroundColor:be,border:`${Re}px ${ze} ${Ie}`,boxSizing:"border-box",display:"flex",alignItems:"center",justifyContent:"center",pointerEvents:"auto",opacity:Fe?0:1},children:n.jsxs("svg",{width:Math.round(.6*Se),height:Math.round(.6*Se),viewBox:"0 0 24 24",fill:"none",stroke:Ae,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[n.jsx("path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}),n.jsx("path",{d:"M21 3v5h-5"})]})})]})),n.jsxs("div",{...ae&&v?Ge:{},...Ke,style:{...pt,outline:Qe?`${Ee}px ${Pe} ${De}`:"none",outlineOffset:Qe?`${Me}px`:"0px",pointerEvents:v&&!m?"auto":"none",touchAction:"none",cursor:v&&ae?"move":"default"},children:[v&&le&&!Fe&&Ye.map(({key:e,...t})=>(null==L?void 0:L.component)?L.component({key:e,...t,backgroundColor:xe}):n.jsx("div",{...t,style:{...t.style,backgroundColor:xe}},e)),v&&re&&!m&&!Fe&&qe.map(({key:e,...t})=>(null==$?void 0:$.component)?$.component({key:e,...t,backgroundColor:fe}):n.jsx("div",{...t,style:{...t.style,backgroundColor:fe}},e))]})]}),R&&!m&&!Fe&&n.jsx(c.CounterRotate,{rect:{origin:{x:ue.rect.origin.x*e,y:ue.rect.origin.y*e},size:{width:ue.rect.size.width*ve,height:ue.rect.size.height*ve}},rotation:l,children:e=>{const t=((Le+90*ye)%360+360)%360;return R({...e,context:{type:"annotation",annotation:h,pageIndex:a},selected:v,placement:{suggestTop:ce&&t>90&&t<270}})}}),(Fe||_)&&Z&&i.createPortal(n.jsxs("div",{style:{position:"fixed",left:Z.x+16,top:Z.y-16,background:"rgba(0,0,0,0.8)",color:"#fff",padding:"4px 8px",borderRadius:4,fontSize:12,fontFamily:"monospace",pointerEvents:"none",zIndex:1e4,whiteSpace:"nowrap"},children:[Oe.toFixed(0),"°"]}),document.body)]})}function m(e,t,n,o,i){switch(i){case 1:return{x:t,y:o-e};case 2:return{x:n-e,y:o-t};case 3:return{x:n-t,y:e};default:return{x:e,y:t}}}function k(e,t,n){const o=e.object.flags??[],i=o.includes("noZoom"),r=o.includes("noRotate"),s=e.object.rect.origin.x*t,a=e.object.rect.origin.y*t,l=e.object.rect.size.width*(i?1:t),c=e.object.rect.size.height*(i?1:t);if(!r||0===n)return{left:s,top:a,right:s+l,bottom:a+c};const d=[m(0,0,l,c,n),m(l,0,l,c,n),m(0,c,l,c,n),m(l,c,l,c,n)];let u=1/0,p=1/0,h=-1/0,g=-1/0;for(const v of d)v.x<u&&(u=v.x),v.y<p&&(p=v.y),v.x>h&&(h=v.x),v.y>g&&(g=v.y);return{left:s+u,top:a+p,right:s+h,bottom:a+g}}function j({documentId:e,pageIndex:t,scale:a,rotation:l,pageWidth:d,pageHeight:u,selectedAnnotations:p,isDraggable:h,isResizable:g,isRotatable:v=!0,lockAspectRatio:x=!1,resizeUI:f,rotationUI:b,selectionOutlineColor:m,outlineOffset:j,selectionOutline:S,zIndex:C=2,groupSelectionMenu:A}){var w,I,R;const{plugin:z}=y(),{canModifyAnnotations:D}=r.useDocumentPermissions(e),P=o.useRef(null),E=o.useRef(!1),M=o.useRef(!1),[L,$]=o.useState(null),[O,F]=o.useState(null),[B,W]=o.useState(!1),U=D&&h,T=D&&g,H=D&&v,N=o.useMemo(()=>{const e=p.map(e=>e.object.rect);return s.boundingRectOrEmpty(e)},[p]),[G,q]=o.useState(N);o.useEffect(()=>{E.current||M.current||q(N)},[N]),o.useEffect(()=>{if(!z)return;return z.onRotateChange(t=>{t.documentId===e&&("end"!==t.type&&"cancel"!==t.type||$(null))})},[z,e]);const Y=o.useCallback(t=>{var n,o,i,r,s,a;if(!(null==(n=t.transformData)?void 0:n.type))return;if(!z)return;const l=t.transformData.type,c="move"===l,h="resize"===l;if(c&&!U)return;if("start"===t.state&&(P.current=N,c?(E.current=!0,z.startDrag(e,{annotationIds:p.map(e=>e.object.id),pageSize:{width:d,height:u}})):h&&(M.current=!0,z.startResize(e,{annotationIds:p.map(e=>e.object.id),pageSize:{width:d,height:u},resizeHandle:(null==(o=t.transformData.metadata)?void 0:o.handle)??"se"}))),"rotate"===l){if(!v)return;const n=p.map(e=>e.object.id),o=(null==(i=t.transformData.metadata)?void 0:i.rotationAngle)??0,l=null==(r=t.transformData.metadata)?void 0:r.cursorPosition;return l&&F({x:l.clientX,y:l.clientY}),void("start"===t.state?($(o),z.startRotation(e,{annotationIds:n,cursorAngle:o,rotationCenter:null==(s=t.transformData.metadata)?void 0:s.rotationCenter})):"move"===t.state?($(o),z.updateRotation(e,o,null==(a=t.transformData.metadata)?void 0:a.rotationDelta)):"end"===t.state&&($(null),F(null),z.commitRotation(e)))}const g=P.current??N;if(c&&t.transformData.changes.rect){const n=t.transformData.changes.rect,o={x:n.origin.x-g.origin.x,y:n.origin.y-g.origin.y},i=z.updateDrag(e,o);q({...g,origin:{x:g.origin.x+i.x,y:g.origin.y+i.y}})}else if(h&&t.transformData.changes.rect){const n=t.transformData.changes.rect;z.updateResize(e,n),q(n)}"end"===t.state&&(P.current=null,c&&E.current?(E.current=!1,z.commitDrag(e)):h&&M.current&&(M.current=!1,z.commitResize(e)))},[z,e,d,u,N,U,p,v]),V=L??0,X=null!==L,K=Number.isFinite(V)?Math.round(10*V)/10:0,Q=(null==f?void 0:f.color)??"#007ACC",Z=(null==f?void 0:f.size)??12,J=(null==b?void 0:b.color)??"white",_=(null==b?void 0:b.connectorColor)??"#007ACC",ee=(null==b?void 0:b.size)??32,te=null==b?void 0:b.margin,ne=(null==b?void 0:b.iconColor)??"#007ACC",oe=(null==b?void 0:b.showConnector)??!1,ie=(null==(w=null==b?void 0:b.border)?void 0:w.color)??"#007ACC",re=(null==(I=null==b?void 0:b.border)?void 0:I.width)??1,se=(null==(R=null==b?void 0:b.border)?void 0:R.style)??"solid",ae=(null==S?void 0:S.color)??m??"#007ACC",le=(null==S?void 0:S.style)??"dashed",ce=(null==S?void 0:S.width)??2,de=(null==S?void 0:S.offset)??j??2,{dragProps:ue,resize:pe,rotation:he}=c.useInteractionHandles({controller:{element:G,constraints:{minWidth:20,minHeight:20,boundingBox:{width:d,height:u}},maintainAspectRatio:x,pageRotation:l,scale:a,enabled:!0,onUpdate:Y},resizeUI:{handleSize:Z,spacing:de,offsetMode:"outside",includeSides:!x,zIndex:C+1},vertexUI:{vertexSize:0,zIndex:C},rotationUI:{handleSize:ee,margin:te,zIndex:C+2,showConnector:oe},includeVertices:!1,includeRotation:H,currentRotation:L??0});if(p.length<2)return null;let ge=1/0,ve=1/0,ye=-1/0,xe=-1/0;for(const n of p){const e=k(n,a,l);ge=Math.min(ge,e.left),ve=Math.min(ve,e.top),ye=Math.max(ye,e.right),xe=Math.max(xe,e.bottom)}const fe=ge-N.origin.x*a,be=ve-N.origin.y*a,me=ye-(N.origin.x+N.size.width)*a,ke=xe-(N.origin.y+N.size.height)*a,je=G.origin.x*a+fe,Se=G.origin.y*a+be,Ce=G.size.width*a+(me-fe),Ae=G.size.height*a+(ke-be),we=Ce/2,Ie=Ae/2,Re=Math.max(300,Math.max(Ce,Ae)+80);return n.jsxs("div",{"data-group-selection-box":!0,"data-no-interaction":!0,children:[n.jsxs("div",{style:{position:"absolute",left:je,top:Se,width:Ce,height:Ae,pointerEvents:"none",zIndex:C},children:[X&&n.jsxs(n.Fragment,{children:[n.jsx("div",{style:{position:"absolute",left:we-Re/2,top:Ie,width:Re,height:1,backgroundColor:Q,opacity:.35,pointerEvents:"none"}}),n.jsx("div",{style:{position:"absolute",left:we,top:Ie-Re/2,width:1,height:Re,backgroundColor:Q,opacity:.35,pointerEvents:"none"}}),n.jsx("div",{style:{position:"absolute",left:we-Re/2,top:Ie,width:Re,height:1,transformOrigin:"center center",transform:`rotate(${V}deg)`,backgroundColor:Q,opacity:.8,pointerEvents:"none"}})]}),H&&he&&((null==b?void 0:b.component)?n.jsx("div",{onPointerEnter:()=>W(!0),onPointerLeave:()=>{W(!1),F(null)},onPointerMove:e=>{X||F({x:e.clientX,y:e.clientY})},style:{display:"contents"},children:b.component({...he.handle,backgroundColor:J,iconColor:ne,connectorStyle:{...he.connector.style,backgroundColor:_,opacity:X?0:1},showConnector:oe,opacity:X?0:1,border:{color:ie,width:re,style:se}})}):n.jsxs("div",{onPointerEnter:()=>W(!0),onPointerLeave:()=>{W(!1),F(null)},onPointerMove:e=>{X||F({x:e.clientX,y:e.clientY})},style:{display:"contents"},children:[oe&&n.jsx("div",{style:{...he.connector.style,backgroundColor:_,opacity:X?0:1}}),n.jsx("div",{...he.handle,style:{...he.handle.style,backgroundColor:J,border:`${re}px ${se} ${ie}`,boxSizing:"border-box",display:"flex",alignItems:"center",justifyContent:"center",pointerEvents:"auto",opacity:X?0:1},children:n.jsxs("svg",{width:Math.round(.6*ee),height:Math.round(.6*ee),viewBox:"0 0 24 24",fill:"none",stroke:ne,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[n.jsx("path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}),n.jsx("path",{d:"M21 3v5h-5"})]})})]})),n.jsx("div",{...U?ue:{onPointerDown:e=>e.stopPropagation()},style:{position:"absolute",left:0,top:0,width:Ce,height:Ae,outline:X?"none":`${ce}px ${le} ${ae}`,outlineOffset:de-1,cursor:U?"move":"default",touchAction:"none",pointerEvents:"auto"},children:T&&!X&&pe.map(({key:e,...t})=>(null==f?void 0:f.component)?f.component({key:e,...t,backgroundColor:Q}):n.jsx("div",{...t,style:{...t.style,backgroundColor:Q}},e))})]}),(X||B)&&O&&i.createPortal(n.jsxs("div",{style:{position:"fixed",left:O.x+16,top:O.y-16,background:"rgba(0,0,0,0.8)",color:"#fff",padding:"4px 8px",borderRadius:4,fontSize:12,fontFamily:"monospace",pointerEvents:"none",zIndex:1e4,whiteSpace:"nowrap"},children:[K.toFixed(0),"°"]}),document.body),A&&!X&&n.jsx(c.CounterRotate,{rect:{origin:{x:je,y:Se},size:{width:Ce,height:Ae}},rotation:l,children:e=>{const n=((V+90*l)%360+360)%360;return A({...e,context:{type:"group",annotations:p,pageIndex:t},selected:!0,placement:{suggestTop:H&&n>90&&n<270}})}})]})}function S(e){return{id:e.id,matches:t=>e.matches(t),render:t=>e.render(t),vertexConfig:e.vertexConfig,zIndex:e.zIndex,defaultBlendMode:e.defaultBlendMode,containerStyle:e.containerStyle,interactionDefaults:e.interactionDefaults,useAppearanceStream:e.useAppearanceStream,isDraggable:e.isDraggable,onDoubleClick:e.onDoubleClick,selectOverride:e.selectOverride,hideSelectionMenu:e.hideSelectionMenu}}function C({isSelected:e,strokeColor:t,opacity:i=1,strokeWidth:r,inkList:s,rect:a,scale:l,onClick:c,appearanceActive:d=!1}){const u=t??"#000000",p=o.useMemo(()=>s.map(({points:e})=>{let t="";return e.forEach(({x:e,y:n},o)=>{const i=e-a.origin.x,r=n-a.origin.y;t+=(0===o?"M":"L")+i+" "+r+" "}),t.trim()}),[s,a]),h=a.size.width*l,g=a.size.height*l,v=Math.max(r,20/l);return n.jsxs("svg",{style:{position:"absolute",width:h,height:g,pointerEvents:"none",zIndex:2,overflow:"visible"},width:h,height:g,viewBox:`0 0 ${a.size.width} ${a.size.height}`,children:[p.map((t,o)=>n.jsx("path",{d:t,fill:"none",stroke:"transparent",strokeWidth:v,onPointerDown:c,style:{cursor:e?"move":"pointer",pointerEvents:e?"none":"visibleStroke",strokeLinecap:"round",strokeLinejoin:"round"}},`hit-${o}`)),!d&&p.map((e,t)=>n.jsx("path",{d:e,fill:"none",opacity:i,style:{pointerEvents:"none",stroke:u,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}},`vis-${t}`))]})}function A({isSelected:e,color:i="#000000",strokeColor:r,opacity:a=1,strokeWidth:l,strokeStyle:c=s.PdfAnnotationBorderStyle.SOLID,strokeDashArray:d,rect:u,scale:p,onClick:h,appearanceActive:g=!1,cloudyBorderIntensity:v,rectangleDifferences:y}){const x=(v??0)>0,{width:f,height:b,x:m,y:k}=o.useMemo(()=>{const e=u.size.width,t=u.size.height;return{width:Math.max(e-l,0),height:Math.max(t-l,0),x:l/2,y:l/2}},[u,l]),j=o.useMemo(()=>x?t.generateCloudyRectanglePath({x:0,y:0,width:u.size.width,height:u.size.height},y,v,l):null,[x,u,y,v,l]),S=u.size.width*p,C=u.size.height*p,A=Math.max(l,20/p);return n.jsxs("svg",{style:{position:"absolute",width:S,height:C,pointerEvents:"none",zIndex:2},width:S,height:C,viewBox:`0 0 ${u.size.width} ${u.size.height}`,overflow:"visible",children:[x&&j?n.jsx("path",{d:j.path,fill:"transparent",stroke:"transparent",strokeWidth:A,onPointerDown:h,style:{cursor:e?"move":"pointer",pointerEvents:e?"none":"transparent"===i?"visibleStroke":"visible"}}):n.jsx("rect",{x:m,y:k,width:f,height:b,fill:"transparent",stroke:"transparent",strokeWidth:A,onPointerDown:h,style:{cursor:e?"move":"pointer",pointerEvents:e?"none":"transparent"===i?"visibleStroke":"visible"}}),!g&&(x&&j?n.jsx("path",{d:j.path,fill:i,opacity:a,style:{pointerEvents:"none",stroke:r??i,strokeWidth:l,strokeLinejoin:"round"}}):n.jsx("rect",{x:m,y:k,width:f,height:b,fill:i,opacity:a,style:{pointerEvents:"none",stroke:r??i,strokeWidth:l,...c===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==d?void 0:d.join(",")}}}))]})}function w({color:e="#000000",strokeColor:i,opacity:r=1,strokeWidth:a,strokeStyle:l=s.PdfAnnotationBorderStyle.SOLID,strokeDashArray:c,rect:d,scale:u,onClick:p,isSelected:h,appearanceActive:g=!1,cloudyBorderIntensity:v,rectangleDifferences:y}){const x=(v??0)>0,{width:f,height:b,cx:m,cy:k,rx:j,ry:S}=o.useMemo(()=>{const e=d.size.width,t=d.size.height,n=Math.max(e-a,0),o=Math.max(t-a,0);return{width:e,height:t,cx:a/2+n/2,cy:a/2+o/2,rx:n/2,ry:o/2}},[d,a]),C=o.useMemo(()=>x?t.generateCloudyEllipsePath({x:0,y:0,width:d.size.width,height:d.size.height},y,v,a):null,[x,d,y,v,a]),A=f*u,w=b*u,I=Math.max(a,20/u);return n.jsxs("svg",{style:{position:"absolute",width:A,height:w,pointerEvents:"none",zIndex:2},width:A,height:w,viewBox:`0 0 ${f} ${b}`,overflow:"visible",children:[x&&C?n.jsx("path",{d:C.path,fill:"transparent",stroke:"transparent",strokeWidth:I,onPointerDown:p,style:{cursor:h?"move":"pointer",pointerEvents:h?"none":"transparent"===e?"visibleStroke":"visible"}}):n.jsx("ellipse",{cx:m,cy:k,rx:j,ry:S,fill:"transparent",stroke:"transparent",strokeWidth:I,onPointerDown:p,style:{cursor:h?"move":"pointer",pointerEvents:h?"none":"transparent"===e?"visibleStroke":"visible"}}),!g&&(x&&C?n.jsx("path",{d:C.path,fill:e,opacity:r,style:{pointerEvents:"none",stroke:i??e,strokeWidth:a,strokeLinejoin:"round"}}):n.jsx("ellipse",{cx:m,cy:k,rx:j,ry:S,fill:e,opacity:r,style:{pointerEvents:"none",stroke:i??e,strokeWidth:a,...l===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==c?void 0:c.join(",")}}}))]})}function I({color:e="transparent",opacity:i=1,strokeWidth:r,strokeColor:a="#000000",strokeStyle:l=s.PdfAnnotationBorderStyle.SOLID,strokeDashArray:c,rect:d,linePoints:u,lineEndings:p,scale:h,onClick:g,isSelected:v,appearanceActive:y=!1}){const{x1:x,y1:f,x2:b,y2:m}=o.useMemo(()=>({x1:u.start.x-d.origin.x,y1:u.start.y-d.origin.y,x2:u.end.x-d.origin.x,y2:u.end.y-d.origin.y}),[u,d]),k=o.useMemo(()=>{const e=Math.atan2(m-f,b-x);return{start:t.patching.createEnding(null==p?void 0:p.start,r,e+Math.PI,x,f),end:t.patching.createEnding(null==p?void 0:p.end,r,e,b,m)}},[p,r,x,f,b,m]),j=d.size.width*h,S=d.size.height*h,C=Math.max(r,20/h);return n.jsxs("svg",{style:{position:"absolute",width:j,height:S,pointerEvents:"none",zIndex:2,overflow:"visible"},width:j,height:S,viewBox:`0 0 ${d.size.width} ${d.size.height}`,children:[n.jsx("line",{x1:x,y1:f,x2:b,y2:m,stroke:"transparent",strokeWidth:C,onPointerDown:g,style:{cursor:v?"move":"pointer",pointerEvents:v?"none":"visibleStroke",strokeLinecap:"butt"}}),k.start&&n.jsx("path",{d:k.start.d,transform:k.start.transform,fill:"transparent",stroke:"transparent",strokeWidth:C,onPointerDown:g,style:{cursor:v?"move":"pointer",pointerEvents:v?"none":k.start.filled?"visible":"visibleStroke",strokeLinecap:"butt"}}),k.end&&n.jsx("path",{d:k.end.d,transform:k.end.transform,fill:"transparent",stroke:"transparent",strokeWidth:C,onPointerDown:g,style:{cursor:v?"move":"pointer",pointerEvents:v?"none":k.end.filled?"visible":"visibleStroke",strokeLinecap:"butt"}}),!y&&n.jsxs(n.Fragment,{children:[n.jsx("line",{x1:x,y1:f,x2:b,y2:m,opacity:i,style:{pointerEvents:"none",stroke:a,strokeWidth:r,strokeLinecap:"butt",...l===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==c?void 0:c.join(",")}}}),k.start&&n.jsx("path",{d:k.start.d,transform:k.start.transform,stroke:a,fill:k.start.filled?e:"none",style:{pointerEvents:"none",strokeWidth:r,strokeLinecap:"butt",...l===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==c?void 0:c.join(",")}}}),k.end&&n.jsx("path",{d:k.end.d,transform:k.end.transform,stroke:a,fill:k.end.filled?e:"none",style:{pointerEvents:"none",strokeWidth:r,strokeLinecap:"butt",...l===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==c?void 0:c.join(",")}}})]})]})}function R({rect:e,vertices:i,color:r="transparent",strokeColor:a="#000000",opacity:l=1,strokeWidth:c,strokeStyle:d=s.PdfAnnotationBorderStyle.SOLID,strokeDashArray:u,scale:p,isSelected:h,onClick:g,lineEndings:v,appearanceActive:y=!1}){const x=o.useMemo(()=>i.map(({x:t,y:n})=>({x:t-e.origin.x,y:n-e.origin.y})),[i,e]),f=o.useMemo(()=>{if(!x.length)return"";const[e,...t]=x;return`M ${e.x} ${e.y} `+t.map(e=>`L ${e.x} ${e.y} `).join("").trim()},[x]),b=o.useMemo(()=>{if(x.length<2)return{start:null,end:null};const e=(e,t)=>Math.atan2(t.y-e.y,t.x-e.x),n=e(x[0],x[1]),o=e(x[x.length-2],x[x.length-1]);return{start:t.patching.createEnding(null==v?void 0:v.start,c,n+Math.PI,x[0].x,x[0].y),end:t.patching.createEnding(null==v?void 0:v.end,c,o,x[x.length-1].x,x[x.length-1].y)}},[x,v,c]),m=e.size.width*p,k=e.size.height*p,j=Math.max(c,20/p);return n.jsxs("svg",{style:{position:"absolute",width:m,height:k,pointerEvents:"none",zIndex:2,overflow:"visible"},width:m,height:k,viewBox:`0 0 ${e.size.width} ${e.size.height}`,children:[n.jsx("path",{d:f,fill:"none",stroke:"transparent",strokeWidth:j,onPointerDown:g,style:{cursor:h?"move":"pointer",pointerEvents:h?"none":"visibleStroke",strokeLinecap:"butt",strokeLinejoin:"miter"}}),b.start&&n.jsx("path",{d:b.start.d,transform:b.start.transform,fill:"transparent",stroke:"transparent",strokeWidth:j,onPointerDown:g,style:{cursor:h?"move":"pointer",pointerEvents:h?"none":b.start.filled?"visible":"visibleStroke",strokeLinecap:"butt"}}),b.end&&n.jsx("path",{d:b.end.d,transform:b.end.transform,fill:"transparent",stroke:"transparent",strokeWidth:j,onPointerDown:g,style:{cursor:h?"move":"pointer",pointerEvents:h?"none":b.end.filled?"visible":"visibleStroke",strokeLinecap:"butt"}}),!y&&n.jsxs(n.Fragment,{children:[n.jsx("path",{d:f,opacity:l,style:{fill:"none",stroke:a??r,strokeWidth:c,pointerEvents:"none",strokeLinecap:"butt",strokeLinejoin:"miter",...d===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==u?void 0:u.join(",")}}}),b.start&&n.jsx("path",{d:b.start.d,transform:b.start.transform,stroke:a,fill:b.start.filled?r:"none",style:{pointerEvents:"none",strokeWidth:c,strokeLinecap:"butt",...d===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==u?void 0:u.join(",")}}}),b.end&&n.jsx("path",{d:b.end.d,transform:b.end.transform,stroke:a,fill:b.end.filled?r:"none",style:{pointerEvents:"none",strokeWidth:c,strokeLinecap:"butt",...d===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==u?void 0:u.join(",")}}})]})]})}function z({rect:e,vertices:i,color:r="transparent",strokeColor:a="#000000",opacity:l=1,strokeWidth:c,strokeStyle:d=s.PdfAnnotationBorderStyle.SOLID,strokeDashArray:u,scale:p,isSelected:h,onClick:g,currentVertex:v,handleSize:y=14,appearanceActive:x=!1,cloudyBorderIntensity:f}){const b=(f??0)>0,m=v?[...i,v]:i,k=o.useMemo(()=>m.map(({x:t,y:n})=>({x:t-e.origin.x,y:n-e.origin.y})),[m,e]),j=o.useMemo(()=>{if(!k.length)return"";const[e,...t]=k,n=!!v;return(`M ${e.x} ${e.y} `+t.map(e=>`L ${e.x} ${e.y}`).join(" ")+(n?"":" Z")).trim()},[k,v]),S=o.useMemo(()=>!b||m.length<3?null:t.generateCloudyPolygonPath(m,e.origin,f,c),[b,m,e.origin,f,c]),C=v&&i.length>0,A=e.size.width*p,w=e.size.height*p,I=Math.max(c,20/p);return n.jsxs("svg",{style:{position:"absolute",width:A,height:w,pointerEvents:"none",zIndex:2,overflow:"visible"},width:A,height:w,viewBox:`0 0 ${e.size.width} ${e.size.height}`,children:[n.jsx("path",{d:b&&S?S.path:j,fill:"transparent",stroke:"transparent",strokeWidth:I,onPointerDown:g,style:{cursor:h?"move":"pointer",pointerEvents:h?"none":"transparent"===r?"visibleStroke":"visible",strokeLinecap:"butt",strokeLinejoin:"miter"}}),!x&&n.jsx(n.Fragment,{children:b&&S?n.jsx("path",{d:S.path,opacity:l,style:{fill:r,stroke:a??r,strokeWidth:c,pointerEvents:"none",strokeLinejoin:"round"}}):n.jsxs(n.Fragment,{children:[n.jsx("path",{d:j,opacity:l,style:{fill:v?"none":r,stroke:a??r,strokeWidth:c,pointerEvents:"none",strokeLinecap:"butt",strokeLinejoin:"miter",...d===s.PdfAnnotationBorderStyle.DASHED&&{strokeDasharray:null==u?void 0:u.join(",")}}}),C&&i.length>1&&n.jsx("path",{d:`M ${k[k.length-1].x} ${k[k.length-1].y} L ${k[0].x} ${k[0].y}`,fill:"none",style:{stroke:a,strokeWidth:c,strokeDasharray:"4,4",opacity:.7,pointerEvents:"none"}}),C&&i.length>=2&&n.jsx("rect",{x:k[0].x-y/p/2,y:k[0].y-y/p/2,width:y/p,height:y/p,fill:a,opacity:.4,stroke:a,strokeWidth:c/2,style:{pointerEvents:"none"}})]})})]})}function D({isSelected:e,color:t="#facc15",opacity:o=1,onClick:i,appearanceActive:r=!1}){const a=s.getContrastStrokeColor(t);return n.jsx("div",{style:{position:"absolute",inset:0,zIndex:2,pointerEvents:e?"none":"auto",cursor:e?"move":"pointer"},onPointerDown:i,children:!r&&n.jsxs("svg",{style:{position:"absolute",inset:0,pointerEvents:"none"},viewBox:"0 0 20 20",width:"100%",height:"100%",children:[n.jsx("path",{d:"M 0.5 15.5 L 0.5 0.5 L 19.5 0.5 L 19.5 15.5 L 8.5 15.5 L 6.5 19.5 L 4.5 15.5 Z",fill:t,opacity:o,stroke:a,strokeWidth:"1",strokeLinejoin:"miter"}),n.jsx("line",{x1:"2.5",y1:"4.25",x2:"17.5",y2:"4.25",stroke:a,strokeWidth:"1"}),n.jsx("line",{x1:"2.5",y1:"8",x2:"17.5",y2:"8",stroke:a,strokeWidth:"1"}),n.jsx("line",{x1:"2.5",y1:"11.75",x2:"17.5",y2:"11.75",stroke:a,strokeWidth:"1"})]})})}function P({documentId:e,isSelected:t,isEditing:i,annotation:r,pageIndex:a,scale:l,onClick:c,appearanceActive:d=!1}){const p=o.useRef(null),h=o.useRef(!1),{provides:g}=x(),v=(null==g?void 0:g.forDocument(e))??null,[y,f]=o.useState(!1);o.useEffect(()=>{if(i&&p.current){h.current=!0;const e=p.current;e.focus();const t=window.getSelection();if(t){const n=document.createRange();n.selectNodeContents(e),n.collapse(!1),t.removeAllRanges(),t.addRange(n)}}},[i]),o.useLayoutEffect(()=>{try{const e=navigator,t=/iPad|iPhone|iPod/.test(navigator.userAgent)||"MacIntel"===navigator.platform&&(null==e?void 0:e.maxTouchPoints)>1;f(t)}catch{f(!1)}},[]);const b=r.object.fontSize*l,m=y&&i&&b>0&&b<16,k=m?16:b,j=m?b/16:1,S=m?100/j:100;return n.jsx("div",{style:{position:"absolute",width:r.object.rect.size.width*l,height:r.object.rect.size.height*l,cursor:t&&!i?"move":"default",pointerEvents:t&&!i?"none":"auto",zIndex:2,opacity:d?0:1},onPointerDown:c,children:n.jsx("span",{ref:p,onBlur:()=>{h.current&&(h.current=!1,v&&p.current&&v.updateAnnotation(a,r.object.id,{contents:p.current.innerText}))},tabIndex:0,style:{color:r.object.fontColor,fontSize:k,...s.standardFontCssProperties(r.object.fontFamily),textAlign:s.textAlignmentToCss(r.object.textAlign),flexDirection:"column",justifyContent:r.object.verticalAlign===s.PdfVerticalAlignment.Top?"flex-start":r.object.verticalAlign===s.PdfVerticalAlignment.Middle?"center":"flex-end",display:"flex",backgroundColor:r.object.color??r.object.backgroundColor,opacity:r.object.opacity,width:m?`${S}%`:"100%",height:m?`${S}%`:"100%",lineHeight:"1.18",overflow:"hidden",cursor:i?"text":"pointer",outline:"none",transform:m?`scale(${j})`:void 0,transformOrigin:"top left"},contentEditable:i,...u,children:r.object.contents})})}function E({documentId:e,pageIndex:t,annotation:i,scaleFactor:r=1,unrotated:a,style:l,...c}){const{provides:d}=x(),[u,p]=o.useState(null),h=o.useRef(null),{width:g,height:v}=i.rect.size;o.useEffect(()=>{if(d){const n=d.forDocument(e).renderAnnotation({pageIndex:t,annotation:i,options:{scaleFactor:r,dpr:window.devicePixelRatio,unrotated:a}});return n.wait(e=>{const t=URL.createObjectURL(e);p(t),h.current=t},s.ignore),()=>{h.current?(URL.revokeObjectURL(h.current),h.current=null):n.abort({code:s.PdfErrorCode.Cancelled,message:"canceled render task"})}}},[t,r,a,d,e,i.id,g,v]);return n.jsx(o.Fragment,{children:u&&n.jsx("img",{src:u,onLoad:()=>{h.current&&(URL.revokeObjectURL(h.current),h.current=null)},...c,style:{width:"100%",height:"100%",display:"block",...l||{}}})})}function M({isSelected:e,annotation:t,documentId:o,pageIndex:i,scale:r,onClick:s}){const a=!!t.object.rotation&&!!t.object.unrotatedRect;return n.jsx("div",{style:{position:"absolute",width:"100%",height:"100%",zIndex:2,pointerEvents:e?"none":"auto",cursor:"pointer"},onPointerDown:s,children:n.jsx(E,{documentId:o,pageIndex:i,annotation:{...t.object,id:t.object.id},scaleFactor:r,unrotated:a})})}function L({isSelected:e,strokeColor:t="#0000FF",strokeWidth:i=2,strokeStyle:r=s.PdfAnnotationBorderStyle.UNDERLINE,strokeDashArray:a,rect:l,scale:c,onClick:d,hasIRT:u=!1}){const{width:p,height:h}=o.useMemo(()=>({width:l.size.width,height:l.size.height}),[l]),g=p*c,v=h*c,y=o.useMemo(()=>{if(r===s.PdfAnnotationBorderStyle.DASHED)return(null==a?void 0:a.join(","))??`${3*i},${i}`},[r,a,i]),x=r===s.PdfAnnotationBorderStyle.UNDERLINE;return n.jsxs("svg",{style:{position:"absolute",width:g,height:v,pointerEvents:"none",zIndex:2},width:g,height:v,viewBox:`0 0 ${p} ${h}`,children:[n.jsx("rect",{x:0,y:0,width:p,height:h,fill:"transparent",onPointerDown:u?void 0:d,style:{cursor:u?"default":e?"move":"pointer",pointerEvents:u||e?"none":"visible"}}),x?n.jsx("line",{x1:1,y1:h-1,x2:p-1,y2:h-1,stroke:t,strokeWidth:i,strokeDasharray:y,style:{pointerEvents:"none"}}):n.jsx("rect",{x:i/2,y:i/2,width:Math.max(p-i,0),height:Math.max(h-i,0),fill:"transparent",stroke:t,strokeWidth:i,strokeDasharray:y,style:{pointerEvents:"none"}})]})}function $({strokeColor:e,opacity:t=.5,segmentRects:o,rect:i,scale:r,onClick:s,style:a,appearanceActive:l=!1}){const c=e??"#FFFF00";return n.jsx(n.Fragment,{children:o.map((e,o)=>n.jsx("div",{onPointerDown:s,style:{position:"absolute",left:(i?e.origin.x-i.origin.x:e.origin.x)*r,top:(i?e.origin.y-i.origin.y:e.origin.y)*r,width:e.size.width*r,height:e.size.height*r,background:l?"transparent":c,opacity:l?void 0:t,pointerEvents:s?"auto":"none",cursor:s?"pointer":"default",zIndex:s?1:void 0,...a}},o))})}function O({strokeColor:e,opacity:t=.5,segmentRects:o,rect:i,scale:r,onClick:s,style:a,appearanceActive:l=!1}){const c=e??"#FFFF00",d=2*r;return n.jsx(n.Fragment,{children:o.map((e,o)=>n.jsx("div",{onPointerDown:s,style:{position:"absolute",left:(i?e.origin.x-i.origin.x:e.origin.x)*r,top:(i?e.origin.y-i.origin.y:e.origin.y)*r,width:e.size.width*r,height:e.size.height*r,background:"transparent",pointerEvents:s?"auto":"none",cursor:s?"pointer":"default",zIndex:s?1:0,...a},children:!l&&n.jsx("div",{style:{position:"absolute",left:0,bottom:0,width:"100%",height:d,background:c,opacity:t,pointerEvents:"none"}})},o))})}function F({strokeColor:e,opacity:t=.5,segmentRects:o,rect:i,scale:r,onClick:s,style:a,appearanceActive:l=!1}){const c=e??"#FFFF00",d=2*r;return n.jsx(n.Fragment,{children:o.map((e,o)=>n.jsx("div",{onPointerDown:s,style:{position:"absolute",left:(i?e.origin.x-i.origin.x:e.origin.x)*r,top:(i?e.origin.y-i.origin.y:e.origin.y)*r,width:e.size.width*r,height:e.size.height*r,background:"transparent",pointerEvents:s?"auto":"none",cursor:s?"pointer":"default",zIndex:s?1:0,...a},children:!l&&n.jsx("div",{style:{position:"absolute",left:0,top:"50%",width:"100%",height:d,background:c,opacity:t,transform:"translateY(-50%)",pointerEvents:"none"}})},o))})}function B({strokeColor:e,opacity:t=.5,segmentRects:o,rect:i,scale:r,onClick:s,style:a,appearanceActive:l=!1}){const c=2*r,d=6*r,u=`url("data:image/svg+xml;utf8,${encodeURIComponent(`<svg xmlns="http://www.w3.org/2000/svg" width="${d}" height="${2*c}" viewBox="0 0 ${d} ${2*c}">\n <path d="M0 ${c} Q ${d/4} 0 ${d/2} ${c} T ${d} ${c}"\n fill="none" stroke="${e??"#FFFF00"}" stroke-width="${c}" stroke-linecap="round"/>\n </svg>`)}")`;return n.jsx(n.Fragment,{children:o.map((e,o)=>n.jsx("div",{onPointerDown:s,style:{position:"absolute",left:(i?e.origin.x-i.origin.x:e.origin.x)*r,top:(i?e.origin.y-i.origin.y:e.origin.y)*r,width:e.size.width*r,height:e.size.height*r,background:"transparent",pointerEvents:s?"auto":"none",cursor:s?"pointer":"default",zIndex:s?1:0,...a},children:!l&&n.jsx("div",{style:{position:"absolute",left:0,bottom:0,width:"100%",height:2*c,backgroundImage:u,backgroundRepeat:"repeat-x",backgroundSize:`${d}px ${2*c}px`,opacity:t,pointerEvents:"none"}})},o))})}function W({isSelected:e,strokeColor:t="#000000",opacity:i=1,rect:r,scale:s,onClick:a,appearanceActive:l=!1}){const{width:c,height:d,path:u}=o.useMemo(()=>{const e=r.size.width,t=r.size.height,n=e/2;return{width:e,height:t,path:[`M 0 ${t}`,`C ${.27*e} ${t} ${n} ${t-.44*t} ${n} 0`,`C ${n} ${t-.44*t} ${e-.27*e} ${t} ${e} ${t}`,"Z"].join(" ")}},[r]),p=c*s,h=d*s;return n.jsxs("svg",{style:{position:"absolute",width:p,height:h,pointerEvents:"none",zIndex:2},width:p,height:h,viewBox:`0 0 ${c} ${d}`,overflow:"visible",children:[n.jsx("path",{d:u,fill:"transparent",stroke:"transparent",strokeWidth:4,onPointerDown:a,style:{cursor:e?"move":"pointer",pointerEvents:e?"none":"visible"}}),!l&&n.jsx("path",{d:u,fill:t,stroke:t,strokeWidth:.5,opacity:i,fillRule:"evenodd",style:{pointerEvents:"none"}})]})}const U=[S({id:"ink",matches:e=>e.type===s.PdfAnnotationSubtype.INK,render:({currentObject:e,isSelected:t,scale:o,onClick:i,appearanceActive:r})=>n.jsx(C,{...e,isSelected:t,scale:o,onClick:i,appearanceActive:r}),interactionDefaults:{isDraggable:!0,isResizable:!0,isRotatable:!0}}),S({id:"square",matches:e=>e.type===s.PdfAnnotationSubtype.SQUARE,render:({currentObject:e,isSelected:t,scale:o,onClick:i,appearanceActive:r})=>n.jsx(A,{...e,isSelected:t,scale:o,onClick:i,appearanceActive:r}),interactionDefaults:{isDraggable:!0,isResizable:!0,isRotatable:!0}}),S({id:"circle",matches:e=>e.type===s.PdfAnnotationSubtype.CIRCLE,render:({currentObject:e,isSelected:t,scale:o,onClick:i,appearanceActive:r})=>n.jsx(w,{...e,isSelected:t,scale:o,onClick:i,appearanceActive:r}),interactionDefaults:{isDraggable:!0,isResizable:!0,isRotatable:!0}}),S({id:"line",matches:e=>e.type===s.PdfAnnotationSubtype.LINE,render:({currentObject:e,isSelected:t,scale:i,onClick:r,appearanceActive:s})=>n.jsx(o.Fragment,{children:n.jsx(I,{...e,isSelected:t,scale:i,onClick:r,appearanceActive:s})}),vertexConfig:{extractVertices:e=>[e.linePoints.start,e.linePoints.end],transformAnnotation:(e,t)=>({...e,linePoints:{start:t[0],end:t[1]}})},interactionDefaults:{isDraggable:!0,isResizable:!1,isRotatable:!0}}),S({id:"polyline",matches:e=>e.type===s.PdfAnnotationSubtype.POLYLINE,render:({currentObject:e,isSelected:t,scale:i,onClick:r,appearanceActive:s})=>n.jsx(o.Fragment,{children:n.jsx(R,{...e,isSelected:t,scale:i,onClick:r,appearanceActive:s})}),vertexConfig:{extractVertices:e=>e.vertices,transformAnnotation:(e,t)=>({...e,vertices:t})},interactionDefaults:{isDraggable:!0,isResizable:!1,isRotatable:!0}}),S({id:"polygon",matches:e=>e.type===s.PdfAnnotationSubtype.POLYGON,render:({currentObject:e,isSelected:t,scale:i,onClick:r,appearanceActive:s})=>n.jsx(o.Fragment,{children:n.jsx(z,{...e,isSelected:t,scale:i,onClick:r,appearanceActive:s})}),vertexConfig:{extractVertices:e=>e.vertices,transformAnnotation:(e,t)=>({...e,vertices:t})},interactionDefaults:{isDraggable:!0,isResizable:!1,isRotatable:!0}}),S({id:"highlight",matches:e=>e.type===s.PdfAnnotationSubtype.HIGHLIGHT,render:({currentObject:e,scale:t,onClick:o,appearanceActive:i})=>n.jsx($,{...e,scale:t,onClick:o,appearanceActive:i}),zIndex:0,interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1},defaultBlendMode:s.PdfBlendMode.Multiply}),S({id:"underline",matches:e=>e.type===s.PdfAnnotationSubtype.UNDERLINE,render:({currentObject:e,scale:t,onClick:o,appearanceActive:i})=>n.jsx(O,{...e,scale:t,onClick:o,appearanceActive:i}),zIndex:0,interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1}}),S({id:"strikeout",matches:e=>e.type===s.PdfAnnotationSubtype.STRIKEOUT,render:({currentObject:e,scale:t,onClick:o,appearanceActive:i})=>n.jsx(F,{...e,scale:t,onClick:o,appearanceActive:i}),zIndex:0,interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1}}),S({id:"squiggly",matches:e=>e.type===s.PdfAnnotationSubtype.SQUIGGLY,render:({currentObject:e,scale:t,onClick:o,appearanceActive:i})=>n.jsx(B,{...e,scale:t,onClick:o,appearanceActive:i}),zIndex:0,interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1}}),S({id:"text",matches:e=>e.type===s.PdfAnnotationSubtype.TEXT&&!e.inReplyToId,render:({currentObject:e,isSelected:t,onClick:o,appearanceActive:i})=>n.jsx(D,{isSelected:t,color:e.strokeColor??e.color,opacity:e.opacity,onClick:o,appearanceActive:i}),interactionDefaults:{isDraggable:!0,isResizable:!1,isRotatable:!1}}),S({id:"caret",matches:e=>e.type===s.PdfAnnotationSubtype.CARET,render:({currentObject:e,isSelected:t,scale:o,onClick:i,appearanceActive:r})=>n.jsx(W,{...e,isSelected:t,scale:o,onClick:i,appearanceActive:r}),interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1}}),S({id:"freeText",matches:e=>e.type===s.PdfAnnotationSubtype.FREETEXT,render:({annotation:e,currentObject:t,isSelected:o,isEditing:i,scale:r,pageIndex:s,documentId:a,onClick:l,appearanceActive:c})=>n.jsx(P,{documentId:a,isSelected:o,isEditing:i,annotation:{...e,object:t},pageIndex:s,scale:r,onClick:l,appearanceActive:c}),interactionDefaults:{isDraggable:!0,isResizable:!0,isRotatable:!0},isDraggable:(e,{isEditing:t})=>e&&!t,onDoubleClick:(e,t)=>t(e)}),S({id:"stamp",matches:e=>e.type===s.PdfAnnotationSubtype.STAMP,render:({annotation:e,isSelected:t,documentId:o,pageIndex:i,scale:r,onClick:s})=>n.jsx(M,{isSelected:t,annotation:e,documentId:o,pageIndex:i,scale:r,onClick:s}),useAppearanceStream:!1,interactionDefaults:{isDraggable:!0,isResizable:!0,isRotatable:!0}}),S({id:"link",matches:e=>e.type===s.PdfAnnotationSubtype.LINK,render:({currentObject:e,isSelected:t,scale:o,onClick:i})=>n.jsx(L,{...e,isSelected:t,scale:o,onClick:i,hasIRT:!!e.inReplyToId}),interactionDefaults:{isDraggable:!1,isResizable:!1,isRotatable:!1},useAppearanceStream:!1,selectOverride:(e,t,n)=>{if(e.stopPropagation(),n.clearSelection(),t.object.inReplyToId){const e=n.allAnnotations.find(e=>e.object.id===t.object.inReplyToId);if(e)return void n.selectAnnotation(e.object.pageIndex,e.object.id)}n.selectAnnotation(n.pageIndex,t.object.id)},hideSelectionMenu:e=>!!e.inReplyToId})];function T(e){const{documentId:i,pageIndex:r,scale:c,pageWidth:d,pageHeight:u,selectionMenu:p}=e,{provides:h}=x(),{provides:g}=l.useSelectionCapability(),[v,y]=o.useState([]),{register:f}=a.usePointerHandlers({documentId:i,pageIndex:r}),[m,k]=o.useState([]),[S,C]=o.useState(null),[A,w]=o.useState({}),I=o.useRef(c),R=o.useMemo(()=>h?h.forDocument(i):null,[h,i]),z=m.length>1;o.useEffect(()=>{if(R){const e=R.getState();return y(t.getAnnotationsByPageIndex(e,r)),k(t.getSelectedAnnotationIds(e)),R.onStateChange(e=>{y(t.getAnnotationsByPageIndex(e,r)),k(t.getSelectedAnnotationIds(e))})}},[R,r]),o.useEffect(()=>{if(!R)return;I.current!==c&&(R.invalidatePageAppearances(r),I.current=c);R.getPageAppearances(r,{scaleFactor:c,dpr:"undefined"!=typeof window?window.devicePixelRatio:1}).wait(e=>w(e),()=>w({}))},[R,r,c]);const D=o.useMemo(()=>({onPointerDown:(e,t)=>{t.target===t.currentTarget&&R&&(R.deselectAnnotation(),C(null))}}),[R]),P=o.useCallback((e,t)=>{if(e.stopPropagation(),R&&g){g.clear();"metaKey"in e&&(e.metaKey||e.ctrlKey)?R.toggleSelection(r,t.object.id):R.selectAnnotation(r,t.object.id),t.object.id!==S&&C(null)}},[R,g,S,r]);o.useEffect(()=>f(D,{documentId:i}),[f,D]);const E=o.useMemo(()=>v.filter(e=>m.includes(e.object.id)),[v,m]),M=o.useMemo(()=>!(E.length<2)&&E.every(e=>{const n=null==R?void 0:R.findToolForAnnotation(e.object),o=t.resolveInteractionProp(null==n?void 0:n.interaction.isGroupDraggable,e.object,!0),i=t.resolveInteractionProp(null==n?void 0:n.interaction.isDraggable,e.object,!0);return void 0!==(null==n?void 0:n.interaction.isGroupDraggable)?o:i}),[E,R]),L=o.useMemo(()=>!(E.length<2)&&E.every(e=>{const n=null==R?void 0:R.findToolForAnnotation(e.object),o=t.resolveInteractionProp(null==n?void 0:n.interaction.isGroupResizable,e.object,!0),i=t.resolveInteractionProp(null==n?void 0:n.interaction.isResizable,e.object,!0);return void 0!==(null==n?void 0:n.interaction.isGroupResizable)?o:i}),[E,R]),$=o.useMemo(()=>!(E.length<2)&&E.every(e=>{const n=null==R?void 0:R.findToolForAnnotation(e.object),o=t.resolveInteractionProp(null==n?void 0:n.interaction.isGroupRotatable,e.object,!0),i=t.resolveInteractionProp(null==n?void 0:n.interaction.isRotatable,e.object,!0);return void 0!==(null==n?void 0:n.interaction.isGroupRotatable)?o:i}),[E,R]),O=o.useMemo(()=>!(E.length<2)&&E.some(e=>{const n=null==R?void 0:R.findToolForAnnotation(e.object),o=t.resolveInteractionProp(null==n?void 0:n.interaction.lockGroupAspectRatio,e.object,!1),i=t.resolveInteractionProp(null==n?void 0:n.interaction.lockAspectRatio,e.object,!1);return void 0!==(null==n?void 0:n.interaction.lockGroupAspectRatio)?o:i}),[E,R]),F=o.useMemo(()=>{if(!R)return!1;const e=R.getSelectedAnnotations();return e.length>1&&e.every(e=>e.object.pageIndex===r)},[R,r,m]),B=o.useCallback(e=>{if(e.dictMode)return null;if(e.object.rotation&&e.object.unrotatedRect)return null;const t=A[e.object.id];return(null==t?void 0:t.normal)?t:null},[A]),W=o.useMemo(()=>{const t=e.annotationRenderers??[],n=new Set(t.map(e=>e.id));return[...t,...U.filter(e=>!n.has(e.id))]},[e.annotationRenderers]),T=o.useCallback(e=>W.find(t=>t.matches(e.object))??null,[W]),H=o.useMemo(()=>({defaultSelect:P,selectAnnotation:(e,t)=>null==R?void 0:R.selectAnnotation(e,t),clearSelection:()=>null==g?void 0:g.clear(),allAnnotations:v,pageIndex:r}),[P,R,g,v,r]);return n.jsxs(n.Fragment,{children:[v.map(o=>{var a,l,d;const u=T(o);if(!u)return null;const h=null==R?void 0:R.findToolForAnnotation(o.object),g=m.includes(o.object.id),v=S===o.object.id,y=u.interactionDefaults,x=t.resolveInteractionProp(null==h?void 0:h.interaction.isDraggable,o.object,(null==y?void 0:y.isDraggable)??!0),f=u.isDraggable?u.isDraggable(x,{isEditing:v}):x,k=(null==(a=null==h?void 0:h.behavior)?void 0:a.useAppearanceStream)??u.useAppearanceStream??!0,j=u.selectOverride?e=>u.selectOverride(e,o,H):e=>P(e,o);return n.jsx(b,{trackedAnnotation:o,isSelected:g,isEditing:v,isMultiSelected:z,isDraggable:f,isResizable:t.resolveInteractionProp(null==h?void 0:h.interaction.isResizable,o.object,(null==y?void 0:y.isResizable)??!1),lockAspectRatio:t.resolveInteractionProp(null==h?void 0:h.interaction.lockAspectRatio,o.object,(null==y?void 0:y.lockAspectRatio)??!1),isRotatable:t.resolveInteractionProp(null==h?void 0:h.interaction.isRotatable,o.object,(null==y?void 0:y.isRotatable)??!1),vertexConfig:u.vertexConfig,selectionMenu:(null==(l=u.hideSelectionMenu)?void 0:l.call(u,o.object))?void 0:p,onSelect:j,onDoubleClick:u.onDoubleClick?e=>{e.stopPropagation(),u.onDoubleClick(o.object.id,C)}:void 0,zIndex:u.zIndex,blendMode:s.blendModeToCss(o.object.blendMode??u.defaultBlendMode??s.PdfBlendMode.Normal),style:null==(d=u.containerStyle)?void 0:d.call(u,o.object),appearance:k?B(o):void 0,...e,children:(e,{appearanceActive:t})=>u.render({annotation:o,currentObject:e,isSelected:g,isEditing:v,scale:c,pageIndex:r,documentId:i,onClick:j,appearanceActive:t})},o.object.id)}),F&&E.length>=2&&n.jsx(j,{documentId:i,pageIndex:r,scale:c,rotation:e.rotation,pageWidth:d,pageHeight:u,selectedAnnotations:E,isDraggable:M,isResizable:L,isRotatable:$,lockAspectRatio:O,resizeUI:e.resizeUI,rotationUI:e.rotationUI,selectionOutlineColor:e.selectionOutlineColor,selectionOutline:e.groupSelectionOutline??e.selectionOutline,groupSelectionMenu:e.groupSelectionMenu})]})}function H({documentId:e,pageIndex:t,scale:i}){var r,a,c,d,u,p,h,g,v,y,f,b;const{provides:m}=l.useSelectionCapability(),{provides:k}=x(),[j,S]=o.useState([]),[C,A]=o.useState(null),[w,I]=o.useState(null);if(o.useEffect(()=>{if(m)return m.forDocument(e).onSelectionChange(()=>{S(m.forDocument(e).getHighlightRectsForPage(t)),A(m.forDocument(e).getBoundingRectForPage(t))})},[m,e,t]),o.useEffect(()=>{if(k)return I(k.forDocument(e).getActiveTool()),k.forDocument(e).onActiveToolChange(e=>I(e))},[k,e]),!C)return null;if(!w||!w.defaults)return null;switch(w.defaults.type){case s.PdfAnnotationSubtype.UNDERLINE:return n.jsx("div",{style:{mixBlendMode:s.blendModeToCss((null==(r=w.defaults)?void 0:r.blendMode)??s.PdfBlendMode.Normal),pointerEvents:"none",position:"absolute",inset:0},children:n.jsx(O,{strokeColor:null==(a=w.defaults)?void 0:a.strokeColor,opacity:null==(c=w.defaults)?void 0:c.opacity,segmentRects:j,scale:i})});case s.PdfAnnotationSubtype.HIGHLIGHT:return n.jsx("div",{style:{mixBlendMode:s.blendModeToCss((null==(d=w.defaults)?void 0:d.blendMode)??s.PdfBlendMode.Multiply),pointerEvents:"none",position:"absolute",inset:0},children:n.jsx($,{strokeColor:null==(u=w.defaults)?void 0:u.strokeColor,opacity:null==(p=w.defaults)?void 0:p.opacity,segmentRects:j,scale:i})});case s.PdfAnnotationSubtype.STRIKEOUT:return n.jsx("div",{style:{mixBlendMode:s.blendModeToCss((null==(h=w.defaults)?void 0:h.blendMode)??s.PdfBlendMode.Normal),pointerEvents:"none",position:"absolute",inset:0},children:n.jsx(F,{strokeColor:null==(g=w.defaults)?void 0:g.strokeColor,opacity:null==(v=w.defaults)?void 0:v.opacity,segmentRects:j,scale:i})});case s.PdfAnnotationSubtype.SQUIGGLY:return n.jsx("div",{style:{mixBlendMode:s.blendModeToCss((null==(y=w.defaults)?void 0:y.blendMode)??s.PdfBlendMode.Normal),pointerEvents:"none",position:"absolute",inset:0},children:n.jsx(B,{strokeColor:null==(f=w.defaults)?void 0:f.strokeColor,opacity:null==(b=w.defaults)?void 0:b.opacity,segmentRects:j,scale:i})});case s.PdfAnnotationSubtype.CARET:default:return null}}function N({preview:e,scale:t}){const{bounds:o}=e,i={position:"absolute",left:o.origin.x*t,top:o.origin.y*t,width:o.size.width*t,height:o.size.height*t,pointerEvents:"none",zIndex:10};return e.type===s.PdfAnnotationSubtype.CIRCLE?n.jsx("div",{style:i,children:n.jsx(w,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.SQUARE?n.jsx("div",{style:i,children:n.jsx(A,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.POLYGON?n.jsx("div",{style:i,children:n.jsx(z,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.POLYLINE?n.jsx("div",{style:i,children:n.jsx(R,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.LINE?n.jsx("div",{style:i,children:n.jsx(I,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.INK?n.jsx("div",{style:{...i,mixBlendMode:s.blendModeToCss(e.data.blendMode??s.PdfBlendMode.Normal)},children:n.jsx(C,{isSelected:!1,scale:t,...e.data})}):e.type===s.PdfAnnotationSubtype.FREETEXT?n.jsx("div",{style:i,children:n.jsx("div",{style:{width:"100%",height:"100%",border:`1px dashed ${e.data.fontColor||"#000000"}`,backgroundColor:"transparent"}})}):null}function G({documentId:e,pageIndex:t,scale:i}){const{plugin:r}=y(),[s,a]=o.useState(new Map),l=o.useRef(null),c=o.useRef(null),d=o.useMemo(()=>({requestFile:({accept:e,onFile:t})=>{if(!l.current)return;const n=l.current;n.accept=e,n.onchange=e=>{var o;const i=null==(o=e.target.files)?void 0:o[0];i&&(t(i),n.value="")},n.click()},processImage:({source:e,maxWidth:t,maxHeight:n,onComplete:o})=>{const i=c.current;if(!i||!i.getContext)return;const r=i.getContext("2d");if(!r)return;const s=new Image;s.crossOrigin="Anonymous",s.onload=()=>{let{naturalWidth:a,naturalHeight:l}=s;const c=t?t/a:1,d=n?n/l:1,u=Math.min(c,d,1),p=a*u,h=l*u;i.width=p,i.height=h,r.drawImage(s,0,0,p,h);const g=r.getImageData(0,0,p,h);"string"!=typeof e&&URL.revokeObjectURL(s.src),o({imageData:g,width:p,height:h})},s.src="string"==typeof e?e:URL.createObjectURL(e)}}),[]);return o.useEffect(()=>{if(r)return r.registerPageHandlers(e,t,i,{services:d,onPreview:(e,t)=>{a(n=>{const o=new Map(n);return t?o.set(e,t):o.delete(e),o})}})},[e,t,i,r,d]),n.jsxs(n.Fragment,{children:[n.jsx("input",{ref:l,type:"file",style:{display:"none"}}),n.jsx("canvas",{ref:c,style:{display:"none"}}),Array.from(s.entries()).map(([e,t])=>n.jsx(N,{preview:t,scale:i},e))]})}const q=e.createPluginPackage(t.AnnotationPluginPackage).addWrapper(g).build();exports.AnnotationLayer=function({style:e,documentId:t,pageIndex:i,scale:s,rotation:a,selectionMenu:l,groupSelectionMenu:c,resizeUI:d,vertexUI:u,rotationUI:p,selectionOutlineColor:h,selectionOutline:g,groupSelectionOutline:y,customAnnotationRenderer:x,annotationRenderers:f,...b}){var m,k,j,S;const C=r.useDocumentState(t),A=null==(k=null==(m=null==C?void 0:C.document)?void 0:m.pages)?void 0:k[i],w=(null==(j=null==A?void 0:A.size)?void 0:j.width)??0,I=(null==(S=null==A?void 0:A.size)?void 0:S.height)??0,R=v(),z=o.useMemo(()=>{const e=[...R];for(const t of f??[]){const n=e.findIndex(e=>e.id===t.id);n>=0?e[n]=t:e.push(t)}return e},[R,f]),D=o.useMemo(()=>void 0!==s?s:(null==C?void 0:C.scale)??1,[s,null==C?void 0:C.scale]),P=o.useMemo(()=>{if(void 0!==a)return a;return(((null==A?void 0:A.rotation)??0)+((null==C?void 0:C.rotation)??0))%4},[a,null==A?void 0:A.rotation,null==C?void 0:C.rotation]);return n.jsxs("div",{style:{...e},...b,children:[n.jsx(T,{documentId:t,selectionMenu:l,groupSelectionMenu:c,pageIndex:i,scale:D,rotation:P,pageWidth:w,pageHeight:I,resizeUI:d,vertexUI:u,rotationUI:p,selectionOutlineColor:h,selectionOutline:g,groupSelectionOutline:y,customAnnotationRenderer:x,annotationRenderers:z}),n.jsx(H,{documentId:t,pageIndex:i,scale:D}),n.jsx(G,{documentId:t,pageIndex:i,scale:D})]})},exports.AnnotationPluginPackage=q,exports.AnnotationRendererProvider=g,exports.GroupSelectionBox=j,exports.createRenderer=S,exports.useAnnotation=e=>{var n;const{provides:i}=x(),[r,s]=o.useState((null==(n=null==i?void 0:i.forDocument(e))?void 0:n.getState())??t.initialDocumentState());return o.useEffect(()=>{if(!i)return;const t=i.forDocument(e);return s(t.getState()),t.onStateChange(e=>{s(e)})},[i,e]),{state:r,provides:(null==i?void 0:i.forDocument(e))??null}},exports.useAnnotationCapability=x,exports.useAnnotationPlugin=y,exports.useRegisterRenderers=function(e){const t=o.useContext(p),n=o.useRef(e);o.useEffect(()=>{if(t)return t(n.current)},[t])},exports.useRegisteredRenderers=v,exports.useRendererRegistry=function(){return o.useContext(p)},Object.keys(t).forEach(e=>{"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:()=>t[e]})});
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|