@seqyuan/annovibe 0.8.12 → 0.8.14
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/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +8 -5
- package/.next/build-manifest.json +3 -3
- package/.next/prerender-manifest.json +3 -3
- package/.next/react-loadable-manifest.json +6 -6
- package/.next/required-server-files.js +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +18 -0
- package/.next/server/app/_global-error/page.js +3 -3
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +2 -2
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +2 -2
- package/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/api/agent/[id]/events/route.js +2 -2
- package/.next/server/app/api/agent/[id]/route.js +1 -1
- package/.next/server/app/api/agent/new/route.js +1 -1
- package/.next/server/app/api/auth/all-providers/route.js +1 -1
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
- package/.next/server/app/api/auth/login/route.js +1 -1
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/providers/route.js +1 -1
- package/.next/server/app/api/auth/status/route.js +1 -1
- package/.next/server/app/api/default-cwd/route.js +1 -1
- package/.next/server/app/api/files/[...path]/route.js +2 -2
- package/.next/server/app/api/harness/route.js +1 -1
- package/.next/server/app/api/home/route.js +1 -1
- package/.next/server/app/api/internal/runtime/route.js +1 -0
- package/.next/server/app/api/internal/runtime/route.js.nft.json +1 -0
- package/.next/server/app/api/internal/runtime/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models-config/discover/route.js +1 -1
- package/.next/server/app/api/models-config/route.js +1 -1
- package/.next/server/app/api/models-config/test/route.js +1 -1
- package/.next/server/app/api/plot-kernels/route.js +1 -1
- package/.next/server/app/api/plot-kernels/status/route.js +1 -1
- package/.next/server/app/api/plot-kernels/stop/route.js +1 -1
- package/.next/server/app/api/projects/browse/route.js +1 -0
- package/.next/server/app/api/projects/browse/route.js.nft.json +1 -0
- package/.next/server/app/api/projects/browse/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/projects/route.js +3 -0
- package/.next/server/app/api/projects/route.js.nft.json +1 -0
- package/.next/server/app/api/projects/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/reports/[id]/route.js +7 -4
- package/.next/server/app/api/search/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/context/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/.next/server/app/api/sessions/new/route.js +1 -1
- package/.next/server/app/api/sessions/route.js +2 -2
- package/.next/server/app/api/settings/route.js +1 -1
- package/.next/server/app/api/skills/install/route.js +1 -1
- package/.next/server/app/api/skills/route.js +2 -2
- package/.next/server/app/api/skills/search/route.js +1 -1
- package/.next/server/app/api/soul/route.js +1 -1
- package/.next/server/app/api/version/route.js +1 -1
- package/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +3 -3
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/index.segments/_full.segment.rsc +3 -3
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/login/page.js +2 -2
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/login.html +1 -1
- package/.next/server/app/login.rsc +2 -2
- package/.next/server/app/login.segments/_full.segment.rsc +2 -2
- package/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/.next/server/app/login.segments/_index.segment.rsc +2 -2
- package/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/.next/server/app/page.js +13 -13
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +8 -5
- package/.next/server/chunks/1688.js +45 -0
- package/.next/server/chunks/7601.js +54 -12
- package/.next/server/chunks/static/media/pdf.worker.min.c476e1a0.mjs +6 -0
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/QvZYZknhDLA2wQJwpT60o/_buildManifest.js +1 -0
- package/.next/static/chunks/51fb665c.9f0b013f33bf4f6d.js +45 -0
- package/.next/static/chunks/8771-3e14b6810486df1f.js +1 -0
- package/.next/static/chunks/app/_global-error/page-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/auth/login/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/auth/status/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/harness/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/home/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/internal/runtime/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/models/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/status/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/stop/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/projects/browse/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/projects/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/reports/[id]/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/search/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/sessions/new/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/settings/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/skills/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/soul/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/api/version/route-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/app/page-e0ad11ee7003214a.js +270 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-7222ee8be0d45596.js +1 -0
- package/.next/static/chunks/{webpack-5e677f60fa366b60.js → webpack-c223a77d0c5e1b9e.js} +1 -1
- package/.next/static/css/8026433d69e690e2.css +3 -0
- package/.next/static/media/pdf.worker.min.29aaf158.mjs +6 -0
- package/.next/trace +75 -74
- package/.next/trace-build +1 -1
- package/.next/types/app/api/internal/runtime/route.ts +351 -0
- package/.next/types/app/api/projects/browse/route.ts +351 -0
- package/.next/types/app/api/projects/route.ts +351 -0
- package/.next/types/routes.d.ts +4 -1
- package/.next/types/validator.ts +27 -0
- package/README.md +2 -0
- package/bin/pi-web.js +293 -16
- package/package.json +1 -1
- package/.next/server/chunks/7270.js +0 -45
- package/.next/server/chunks/static/media/pdf.worker.min.9df6854a.mjs +0 -6
- package/.next/static/chunks/7355-29eaa714eb390050.js +0 -1
- package/.next/static/chunks/9b0008ae.2918095672924572.js +0 -45
- package/.next/static/chunks/app/_global-error/page-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/auth/login/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/auth/status/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/harness/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/home/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/models/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/status/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/stop/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/reports/[id]/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/search/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/sessions/new/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/settings/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/skills/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/soul/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/api/version/route-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/app/page-dc03bbb33a1d438c.js +0 -270
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-3edd3886076a73cb.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-3edd3886076a73cb.js +0 -1
- package/.next/static/css/d830cdea1c9a03c6.css +0 -3
- package/.next/static/ixA4-CDguO8ne_SD2W8sd/_buildManifest.js +0 -1
- package/.next/static/media/pdf.worker.min.5f98222a.mjs +0 -6
- /package/.next/static/{ixA4-CDguO8ne_SD2W8sd → QvZYZknhDLA2wQJwpT60o}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2213],{12810:(t,e,i)=>{i.r(e),i.d(e,{AbortException:()=>O,AnnotationEditorLayer:()=>rz,AnnotationEditorParamsType:()=>m,AnnotationEditorType:()=>g,AnnotationEditorUIManager:()=>tz,AnnotationLayer:()=>rb,AnnotationMode:()=>u,AnnotationType:()=>v,CSSConstants:()=>tx,ColorPicker:()=>iG,DOMSVGFactory:()=>iY,DrawLayer:()=>rH,FeatureTest:()=>U,GlobalWorkerOptions:()=>i_,ImageKind:()=>b,InvalidPDFException:()=>B,MathClamp:()=>K,OPS:()=>A,OutputScale:()=>tv,PDFDataRangeTransport:()=>iF,PDFDateString:()=>tc,PDFWorker:()=>iN,PasswordResponses:()=>x,PermissionFlag:()=>f,PixelsPerInch:()=>Z,RenderingCancelledException:()=>ti,ResponseException:()=>F,SignatureExtractor:()=>rF,SupportedImageMimeTypes:()=>ty,TextLayer:()=>iI,TextLayerImages:()=>r$,TouchManager:()=>t$,Util:()=>z,VerbosityLevel:()=>y,XfaLayer:()=>J,applyOpacity:()=>tw,build:()=>i$,createValidAbsoluteUrl:()=>C,fetchData:()=>tt,findContrastColor:()=>tM,getDocument:()=>iR,getFilenameFromUrl:()=>tn,getPdfFilenameFromUrl:()=>ta,getRGB:()=>tg,getRGBA:()=>tp,getUuid:()=>G,getXfaPageViewport:()=>tu,isDataScheme:()=>tr,isPdfFile:()=>ts,isValidExplicitDest:()=>eb,makeArr:()=>W,makeMap:()=>X,makeObj:()=>q,noContextMenu:()=>th,normalizeUnicode:()=>$,renderRichText:()=>tP,setLayerDimensions:()=>tb,shadow:()=>k,stopEvent:()=>td,updateUrlHash:()=>M,version:()=>ij});var r=i(41463),s=i(92619).Buffer,n={9306(t,e,i){var r=i(4901),s=i(6823),n=TypeError;t.exports=function(t){if(r(t))return t;throw new n(s(t)+" is not a function")}},3506(t,e,i){var r=i(3925),s=String,n=TypeError;t.exports=function(t){if(r(t))return t;throw new n("Can't set "+s(t)+" as a prototype")}},7080(t,e,i){var r=i(4402).has;t.exports=function(t){return r(t),t}},3463(t){var e=TypeError;t.exports=function(t){if("string"==typeof t)return t;throw new e("Argument is not a string")}},4328(t,e,i){var r=i(4995),s=new r.WeakMap,n=r.set,a=r.remove;t.exports=function(t){return n(s,t,1),a(s,t),t}},6557(t,e,i){var r=i(4995).has;t.exports=function(t){return r(t),t}},6469(t,e,i){var r=i(608),s=i(2360),n=i(4913).f,a=r("unscopables"),o=Array.prototype;void 0===o[a]&&n(o,a,{configurable:!0,value:s(null)}),t.exports=function(t){o[a][t]=!0}},679(t,e,i){var r=i(1625),s=TypeError;t.exports=function(t,e){if(r(e,t))return t;throw new s("Incorrect invocation")}},3972(t,e,i){var r=i(34),s=String,n=TypeError;t.exports=function(t){if(void 0===t||r(t))return t;throw new n(s(t)+" is not an object or undefined")}},8551(t,e,i){var r=i(34),s=String,n=TypeError;t.exports=function(t){if(r(t))return t;throw new n(s(t)+" is not an object")}},4154(t,e,i){var r=i(6955),s=TypeError;t.exports=function(t){if("Uint8Array"===r(t))return t;throw new s("Argument is not an Uint8Array")}},7811(t){t.exports="u">typeof ArrayBuffer&&"u">typeof DataView},7394(t,e,i){var r=i(4576),s=i(6706),n=i(2195),a=r.ArrayBuffer,o=r.TypeError;t.exports=a&&s(a.prototype,"byteLength","get")||function(t){if("ArrayBuffer"!==n(t))throw new o("ArrayBuffer expected");return t.byteLength}},3238(t,e,i){var r=i(4576),s=i(7811),n=i(7394),a=r.DataView;t.exports=function(t){if(!s||0!==n(t))return!1;try{return new a(t),!1}catch(t){return!0}}},5169(t,e,i){var r=i(3238),s=TypeError;t.exports=function(t){if(r(t))throw new s("ArrayBuffer is detached");return t}},5636(t,e,i){var r=i(4576),s=i(9504),n=i(6706),a=i(7696),o=i(5169),l=i(7394),h=i(4483),d=i(1548),c=r.structuredClone,u=r.ArrayBuffer,p=r.DataView,g=Math.max,m=Math.min,f=u.prototype,b=p.prototype,v=s(f.slice),y=n(f,"resizable","get"),A=n(f,"maxByteLength","get"),x=s(b.getInt8),w=s(b.setInt8);t.exports=(d||h)&&function(t,e,i){var r,s=l(t),n=void 0===e?s:a(e),f=!y||!y(t);if(o(t),d&&(t=c(t,{transfer:[t]}),s===n&&(i||f)))return t;if(s>=n&&(!i||f))r=v(t,0,n);else{var b=i&&!f&&A?{maxByteLength:g(n,A(t))}:void 0;r=new u(n,b);for(var _=new p(t),S=new p(r),T=m(n,s),E=0;E<T;E++)w(S,E,x(_,E))}return d||h(t),r}},4644(t,e,i){var r,s,n,a=i(7811),o=i(3724),l=i(4576),h=i(4901),d=i(34),c=i(9297),u=i(6955),p=i(6823),g=i(6699),m=i(6840),f=i(2106),b=i(1625),v=i(2787),y=i(2967),A=i(608),x=i(3392),w=i(1181),_=w.enforce,S=w.get,T=l.Int8Array,E=T&&T.prototype,C=l.Uint8ClampedArray,M=C&&C.prototype,P=T&&v(T),k=E&&v(E),D=Object.prototype,I=l.TypeError,R=A("toStringTag"),B=x("TYPED_ARRAY_TAG"),F="TypedArrayConstructor",L=a&&!!y&&"Opera"!==u(l.opera),O=!1,N={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},U={BigInt64Array:8,BigUint64Array:8},z=function(t){var e=v(t);if(d(e)){var i=S(e);return i&&c(i,F)?i[F]:z(e)}},H=function(t){if(!d(t))return!1;var e=u(t);return c(N,e)||c(U,e)};for(r in N)(n=(s=l[r])&&s.prototype)?_(n)[F]=s:L=!1;for(r in U)(n=(s=l[r])&&s.prototype)&&(_(n)[F]=s);if((!L||!h(P)||P===Function.prototype)&&(P=function(){throw new I("Incorrect invocation")},L))for(r in N)l[r]&&y(l[r],P);if((!L||!k||k===D)&&(k=P.prototype,L))for(r in N)l[r]&&y(l[r].prototype,k);if(L&&v(M)!==k&&y(M,k),o&&!c(k,R))for(r in O=!0,f(k,R,{configurable:!0,get:function(){return d(this)?this[B]:void 0}}),N)l[r]&&g(l[r].prototype,B,r);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:L,TYPED_ARRAY_TAG:O&&B,aTypedArray:function(t){if(H(t))return t;throw new I("Target is not a typed array")},aTypedArrayConstructor:function(t){if(h(t)&&(!y||b(P,t)))return t;throw new I(p(t)+" is not a typed array constructor")},exportTypedArrayMethod:function(t,e,i,r){if(o){if(i)for(var s in N){var n=l[s];if(n&&c(n.prototype,t))try{delete n.prototype[t]}catch(i){try{n.prototype[t]=e}catch(t){}}}(!k[t]||i)&&m(k,t,i?e:L&&E[t]||e,r)}},exportTypedArrayStaticMethod:function(t,e,i){var r,s;if(o){if(y){if(i){for(r in N)if((s=l[r])&&c(s,t))try{delete s[t]}catch(t){}}if(P[t]&&!i)return;try{return m(P,t,i?e:L&&P[t]||e)}catch(t){}}for(r in N)(s=l[r])&&(!s[t]||i)&&m(s,t,e)}},getTypedArrayConstructor:z,isView:function(t){if(!d(t))return!1;var e=u(t);return"DataView"===e||c(N,e)||c(U,e)},isTypedArray:H,TypedArray:P,TypedArrayPrototype:k}},5370(t,e,i){var r=i(6198);t.exports=function(t,e,i){for(var s=0,n=arguments.length>2?i:r(e),a=new t(n);n>s;)a[s]=e[s++];return a}},9617(t,e,i){var r=i(5397),s=i(5610),n=i(6198),a=function(t){return function(e,i,a){var o,l=r(e),h=n(l);if(0===h)return!t&&-1;var d=s(a,h);if(t&&i!=i){for(;h>d;)if((o=l[d++])!=o)return!0}else for(;h>d;d++)if((t||d in l)&&l[d]===i)return t||d||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},4527(t,e,i){var r=i(3724),s=i(4376),n=TypeError,a=Object.getOwnPropertyDescriptor;t.exports=r&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}()?function(t,e){if(s(t)&&!a(t,"length").writable)throw new n("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},7680(t,e,i){t.exports=i(9504)([].slice)},2804(t){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",i=e+"+/",r=e+"-_",s=function(t){for(var e={},i=0;i<64;i++)e[t.charAt(i)]=i;return e};t.exports={i2c:i,c2i:s(i),i2cUrl:r,c2iUrl:s(r)}},6319(t,e,i){var r=i(8551),s=i(9539);t.exports=function(t,e,i,n){try{return n?e(r(i)[0],i[1]):e(i)}catch(e){s(t,"throw",e)}}},2195(t,e,i){var r=i(9504),s=r({}.toString),n=r("".slice);t.exports=function(t){return n(s(t),8,-1)}},6955(t,e,i){var r=i(2140),s=i(4901),n=i(2195),a=i(608)("toStringTag"),o=Object,l="Arguments"===n(function(){return arguments}()),h=function(t,e){try{return t[e]}catch(t){}};t.exports=r?n:function(t){var e,i,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(i=h(e=o(t),a))?i:l?n(e):"Object"===(r=n(e))&&s(e.callee)?"Arguments":r}},7740(t,e,i){var r=i(9297),s=i(5031),n=i(7347),a=i(4913);t.exports=function(t,e,i){for(var o=s(e),l=a.f,h=n.f,d=0;d<o.length;d++){var c=o[d];r(t,c)||i&&r(i,c)||l(t,c,h(e,c))}}},2211(t,e,i){t.exports=!i(9039)(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},2529(t){t.exports=function(t,e){return{value:t,done:e}}},6699(t,e,i){var r=i(3724),s=i(4913),n=i(6980);t.exports=r?function(t,e,i){return s.f(t,e,n(1,i))}:function(t,e,i){return t[e]=i,t}},6980(t){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},4659(t,e,i){var r=i(3724),s=i(4913),n=i(6980);t.exports=function(t,e,i){r?s.f(t,e,n(0,i)):t[e]=i}},2106(t,e,i){var r=i(283),s=i(4913);t.exports=function(t,e,i){return i.get&&r(i.get,e,{getter:!0}),i.set&&r(i.set,e,{setter:!0}),s.f(t,e,i)}},6840(t,e,i){var r=i(4901),s=i(4913),n=i(283),a=i(9433);t.exports=function(t,e,i,o){o||(o={});var l=o.enumerable,h=void 0!==o.name?o.name:e;if(r(i)&&n(i,h,o),o.global)l?t[e]=i:a(e,i);else{try{o.unsafe?t[e]&&(l=!0):delete t[e]}catch(t){}l?t[e]=i:s.f(t,e,{value:i,enumerable:!1,configurable:!o.nonConfigurable,writable:!o.nonWritable})}return t}},6279(t,e,i){var r=i(6840);t.exports=function(t,e,i){for(var s in e)r(t,s,e[s],i);return t}},9433(t,e,i){var r=i(4576),s=Object.defineProperty;t.exports=function(t,e){try{s(r,t,{value:e,configurable:!0,writable:!0})}catch(i){r[t]=e}return e}},3724(t,e,i){t.exports=!i(9039)(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})},4483(t,e,i){var r,s,n,a,o=i(4576),l=i(9429),h=i(1548),d=o.structuredClone,c=o.ArrayBuffer,u=o.MessageChannel,p=!1;if(h)p=function(t){d(t,{transfer:[t]})};else if(c)try{!u&&(r=l("worker_threads"))&&(u=r.MessageChannel),u&&(s=new u,n=new c(2),a=function(t){s.port1.postMessage(null,[t])},2===n.byteLength&&(a(n),0===n.byteLength&&(p=a)))}catch(t){}t.exports=p},4055(t,e,i){var r=i(4576),s=i(34),n=r.document,a=s(n)&&s(n.createElement);t.exports=function(t){return a?n.createElement(t):{}}},6837(t){var e=TypeError;t.exports=function(t){if(t>0x1fffffffffffff)throw new e("Maximum allowed index exceeded");return t}},5002(t){t.exports={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}}},8727(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},6193(t,e,i){t.exports="NODE"===i(4215)},2839(t,e,i){var r=i(4576).navigator,s=r&&r.userAgent;t.exports=s?String(s):""},9519(t,e,i){var r,s,n=i(4576),a=i(2839),o=n.process,l=n.Deno,h=o&&o.versions||l&&l.version,d=h&&h.v8;d&&(s=(r=d.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!s&&a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(s=+r[1]),t.exports=s},4215(t,e,i){var r=i(4576),s=i(2839),n=i(2195),a=function(t){return s.slice(0,t.length)===t};t.exports=a("Bun/")?"BUN":a("Cloudflare-Workers")?"CLOUDFLARE":a("Deno/")?"DENO":a("Node.js/")?"NODE":r.Bun&&"string"==typeof Bun.version?"BUN":r.Deno&&"object"==typeof Deno.version?"DENO":"process"===n(r.process)?"NODE":r.window&&r.document?"BROWSER":"REST"},8574(t,e,i){var r=i(9504),s=Error,n=r("".replace),a=String(new s("zxcasd").stack),o=/\n\s*at [^:]*:[^\n]*/,l=o.test(a);t.exports=function(t,e){if(l&&"string"==typeof t&&!s.prepareStackTrace)for(;e--;)t=n(t,o,"");return t}},6518(t,e,i){var r=i(4576),s=i(7347).f,n=i(6699),a=i(6840),o=i(9433),l=i(7740),h=i(2796);t.exports=function(t,e){var i,d,c,u,p,g=t.target,m=t.global,f=t.stat;if(i=m?r:f?r[g]||o(g,{}):r[g]&&r[g].prototype)for(d in e){if(u=e[d],c=t.dontCallGetSet?(p=s(i,d))&&p.value:i[d],!h(m?d:g+(f?".":"#")+d,t.forced)&&void 0!==c){if(typeof u==typeof c)continue;l(u,c)}(t.sham||c&&c.sham)&&n(u,"sham",!0),a(i,d,u,t)}}},9039(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},8745(t,e,i){var r=i(616),s=Function.prototype,n=s.apply,a=s.call;t.exports="object"==typeof Reflect&&Reflect.apply||(r?a.bind(n):function(){return a.apply(n,arguments)})},6080(t,e,i){var r=i(7476),s=i(9306),n=i(616),a=r(r.bind);t.exports=function(t,e){return s(t),void 0===e?t:n?a(t,e):function(){return t.apply(e,arguments)}}},616(t,e,i){t.exports=!i(9039)(function(){var t=(function(){}).bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})},9565(t,e,i){var r=i(616),s=Function.prototype.call;t.exports=r?s.bind(s):function(){return s.apply(s,arguments)}},350(t,e,i){var r=i(3724),s=i(9297),n=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,o=s(n,"name"),l=o&&(!r||r&&a(n,"name").configurable);t.exports={EXISTS:o,PROPER:o&&"something"===(function(){}).name,CONFIGURABLE:l}},6706(t,e,i){var r=i(9504),s=i(9306);t.exports=function(t,e,i){try{return r(s(Object.getOwnPropertyDescriptor(t,e)[i]))}catch(t){}}},7476(t,e,i){var r=i(2195),s=i(9504);t.exports=function(t){if("Function"===r(t))return s(t)}},9504(t,e,i){var r=i(616),s=Function.prototype,n=s.call,a=r&&s.bind.bind(n,n);t.exports=r?a:function(t){return function(){return n.apply(t,arguments)}}},944(t){var e=TypeError;t.exports=function(t){var i=t&&t.alphabet;if(void 0===i||"base64"===i||"base64url"===i)return i||"base64";throw new e("Incorrect `alphabet` option")}},9429(t,e,i){var r=i(4576),s=i(6193);t.exports=function(t){if(s){try{return r.process.getBuiltinModule(t)}catch(t){}try{return Function('return require("'+t+'")')()}catch(t){}}}},7751(t,e,i){var r=i(4576),s=i(4901);t.exports=function(t,e){var i;return arguments.length<2?s(i=r[t])?i:void 0:r[t]&&r[t][e]}},1767(t){t.exports=function(t){return{iterator:t,next:t.next,done:!1}}},8646(t,e,i){var r=i(9565),s=i(8551),n=i(1767),a=i(851);t.exports=function(t,e){e&&"string"==typeof t||s(t);var i=a(t);return n(s(void 0!==i?r(i,t):t))}},851(t,e,i){var r=i(6955),s=i(5966),n=i(4117),a=i(6269),o=i(608)("iterator");t.exports=function(t){if(!n(t))return s(t,o)||s(t,"@@iterator")||a[r(t)]}},81(t,e,i){var r=i(9565),s=i(9306),n=i(8551),a=i(6823),o=i(851),l=TypeError;t.exports=function(t,e){var i=arguments.length<2?o(t):e;if(s(i))return n(r(i,t));throw new l(a(t)+" is not iterable")}},5966(t,e,i){var r=i(9306),s=i(4117);t.exports=function(t,e){var i=t[e];return s(i)?void 0:r(i)}},3789(t,e,i){var r=i(9306),s=i(8551),n=i(9565),a=i(1291),o=i(1767),l="Invalid size",h=RangeError,d=TypeError,c=Math.max,u=function(t,e){this.set=t,this.size=c(e,0),this.has=r(t.has),this.keys=r(t.keys)};u.prototype={getIterator:function(){return o(s(n(this.keys,this.set)))},includes:function(t){return n(this.has,this.set,t)}},t.exports=function(t){s(t);var e=+t.size;if(e!=e)throw new d(l);var i=a(e);if(i<0)throw new h(l);return new u(t,i)}},4576(t){var e=function(t){return t&&t.Math===Math&&t};t.exports=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof global&&global)||e("object"==typeof this&&this)||function(){return this}()||Function("return this")()},9297(t,e,i){var r=i(9504),s=i(8981),n=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return n(s(t),e)}},421(t){t.exports={}},397(t,e,i){t.exports=i(7751)("document","documentElement")},5917(t,e,i){var r=i(3724),s=i(9039),n=i(4055);t.exports=!r&&!s(function(){return 7!==Object.defineProperty(n("div"),"a",{get:function(){return 7}}).a})},7055(t,e,i){var r=i(9504),s=i(9039),n=i(2195),a=Object,o=r("".split);t.exports=s(function(){return!a("z").propertyIsEnumerable(0)})?function(t){return"String"===n(t)?o(t,""):a(t)}:a},3167(t,e,i){var r=i(4901),s=i(34),n=i(2967);t.exports=function(t,e,i){var a,o;return n&&r(a=e.constructor)&&a!==i&&s(o=a.prototype)&&o!==i.prototype&&n(t,o),t}},3706(t,e,i){var r=i(9504),s=i(4901),n=i(7629),a=r(Function.toString);s(n.inspectSource)||(n.inspectSource=function(t){return a(t)}),t.exports=n.inspectSource},1181(t,e,i){var r,s,n,a=i(8622),o=i(4576),l=i(34),h=i(6699),d=i(9297),c=i(7629),u=i(6119),p=i(421),g="Object already initialized",m=o.TypeError,f=o.WeakMap;if(a||c.state){var b=c.state||(c.state=new f);b.get=b.get,b.has=b.has,b.set=b.set,r=function(t,e){if(b.has(t))throw new m(g);return e.facade=t,b.set(t,e),e},s=function(t){return b.get(t)||{}},n=function(t){return b.has(t)}}else{var v=u("state");p[v]=!0,r=function(t,e){if(d(t,v))throw new m(g);return e.facade=t,h(t,v,e),e},s=function(t){return d(t,v)?t[v]:{}},n=function(t){return d(t,v)}}t.exports={set:r,get:s,has:n,enforce:function(t){return n(t)?s(t):r(t,{})},getterFor:function(t){return function(e){var i;if(!l(e)||(i=s(e)).type!==t)throw new m("Incompatible receiver, "+t+" required");return i}}}},4209(t,e,i){var r=i(608),s=i(6269),n=r("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(s.Array===t||a[n]===t)}},4376(t,e,i){var r=i(2195);t.exports=Array.isArray||function(t){return"Array"===r(t)}},1108(t,e,i){var r=i(6955);t.exports=function(t){var e=r(t);return"BigInt64Array"===e||"BigUint64Array"===e}},4901(t){var e="object"==typeof document&&document.all;t.exports=void 0===e&&void 0!==e?function(t){return"function"==typeof t||t===e}:function(t){return"function"==typeof t}},2796(t,e,i){var r=i(9039),s=i(4901),n=/#|\.prototype\./,a=function(t,e){var i=l[o(t)];return i===d||i!==h&&(s(e)?r(e):!!e)},o=a.normalize=function(t){return String(t).replace(n,".").toLowerCase()},l=a.data={},h=a.NATIVE="N",d=a.POLYFILL="P";t.exports=a},4117(t){t.exports=function(t){return null==t}},34(t,e,i){var r=i(4901);t.exports=function(t){return"object"==typeof t?null!==t:r(t)}},3925(t,e,i){var r=i(34);t.exports=function(t){return r(t)||null===t}},6395(t){t.exports=!1},5810(t,e,i){var r=i(34),s=i(1181).get;t.exports=function(t){if(!r(t))return!1;var e=s(t);return!!e&&"RawJSON"===e.type}},757(t,e,i){var r=i(7751),s=i(4901),n=i(1625),a=i(7040),o=Object;t.exports=a?function(t){return"symbol"==typeof t}:function(t){var e=r("Symbol");return s(e)&&n(e.prototype,o(t))}},507(t,e,i){var r=i(9565);t.exports=function(t,e,i){for(var s,n,a=i?t:t.iterator,o=t.next;!(s=r(o,a)).done;)if(void 0!==(n=e(s.value)))return n}},2652(t,e,i){var r=i(6080),s=i(9565),n=i(8551),a=i(6823),o=i(4209),l=i(6198),h=i(1625),d=i(81),c=i(851),u=i(9539),p=TypeError,g=function(t,e){this.stopped=t,this.result=e},m=g.prototype;t.exports=function(t,e,i){var f,b,v,y,A,x,w,_=i&&i.that,S=!!(i&&i.AS_ENTRIES),T=!!(i&&i.IS_RECORD),E=!!(i&&i.IS_ITERATOR),C=!!(i&&i.INTERRUPTED),M=r(e,_),P=function(t){var e=f;return f=void 0,e&&u(e,"normal"),new g(!0,t)},k=function(t){return S?(n(t),C?M(t[0],t[1],P):M(t[0],t[1])):C?M(t,P):M(t)};if(T)f=t.iterator;else if(E)f=t;else{if(!(b=c(t)))throw new p(a(t)+" is not iterable");if(o(b)){for(v=0,y=l(t);y>v;v++)if((A=k(t[v]))&&h(m,A))return A;return new g(!1)}f=d(t,b)}for(x=T?t.next:f.next;!(w=s(x,f)).done;){var D=w.value;try{A=k(D)}catch(t){if(f)u(f,"throw",t);else throw t}if("object"==typeof A&&A&&h(m,A))return A}return new g(!1)}},1385(t,e,i){var r=i(9539);t.exports=function(t,e,i){for(var s=t.length-1;s>=0;s--)if(void 0!==t[s])try{i=r(t[s].iterator,e,i)}catch(t){e="throw",i=t}if("throw"===e)throw i;return i}},9539(t,e,i){var r=i(9565),s=i(8551),n=i(5966);t.exports=function(t,e,i){var a,o;s(t);try{if(!(a=n(t,"return"))){if("throw"===e)throw i;return i}a=r(a,t)}catch(t){o=!0,a=t}if("throw"===e)throw i;if(o)throw a;return s(a),i}},9462(t,e,i){var r=i(9565),s=i(2360),n=i(6699),a=i(6279),o=i(608),l=i(1181),h=i(5966),d=i(7657).IteratorPrototype,c=i(2529),u=i(9539),p=i(1385),g=o("toStringTag"),m="IteratorHelper",f="WrapForValidIterator",b="normal",v="throw",y=l.set,A=function(t){var e=l.getterFor(t?f:m);return a(s(d),{next:function(){var i=e(this);if(t)return i.nextHandler();if(i.done)return c(void 0,!0);try{var r=i.nextHandler();return i.returnHandlerResult?r:c(r,i.done)}catch(t){throw i.done=!0,t}},return:function(){var i=e(this),s=i.iterator,n=i.done;if(i.done=!0,t){var a=h(s,"return");return a?r(a,s):c(void 0,!0)}if(n)return c(void 0,!0);if(i.inner)try{u(i.inner.iterator,b)}catch(t){return u(s,v,t)}if(i.openIters)try{p(i.openIters,b)}catch(t){if(s)return u(s,v,t);throw t}return s&&u(s,b),c(void 0,!0)}})},x=A(!0),w=A(!1);n(w,g,"Iterator Helper"),t.exports=function(t,e,i){var r=function(r,s){s?(s.iterator=r.iterator,s.next=r.next):s=r,s.type=e?f:m,s.returnHandlerResult=!!i,s.nextHandler=t,s.counter=0,s.done=!1,y(this,s)};return r.prototype=e?x:w,r}},684(t){t.exports=function(t,e){var i="function"==typeof Iterator&&Iterator.prototype[t];if(i)try{i.call({next:null},e).next()}catch(t){return!0}}},4549(t,e,i){var r=i(4576);t.exports=function(t,e){var i=r.Iterator,s=i&&i.prototype,n=s&&s[t],a=!1;if(n)try{n.call({next:function(){return{done:!0}},return:function(){a=!0}},-1)}catch(t){t instanceof e||(a=!1)}if(!a)return n}},7657(t,e,i){var r,s,n,a=i(9039),o=i(4901),l=i(34),h=i(2360),d=i(2787),c=i(6840),u=i(608),p=i(6395),g=u("iterator"),m=!1;[].keys&&("next"in(n=[].keys())?(s=d(d(n)))!==Object.prototype&&(r=s):m=!0),!l(r)||a(function(){var t={};return r[g].call(t)!==t})?r={}:p&&(r=h(r)),o(r[g])||c(r,g,function(){return this}),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:m}},6269(t){t.exports={}},6198(t,e,i){var r=i(8014);t.exports=function(t){return r(t.length)}},283(t,e,i){var r=i(9504),s=i(9039),n=i(4901),a=i(9297),o=i(3724),l=i(350).CONFIGURABLE,h=i(3706),d=i(1181),c=d.enforce,u=d.get,p=String,g=Object.defineProperty,m=r("".slice),f=r("".replace),b=r([].join),v=o&&!s(function(){return 8!==g(function(){},"length",{value:8}).length}),y=String(String).split("String"),A=t.exports=function(t,e,i){"Symbol("===m(p(e),0,7)&&(e="["+f(p(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),i&&i.getter&&(e="get "+e),i&&i.setter&&(e="set "+e),(!a(t,"name")||l&&t.name!==e)&&(o?g(t,"name",{value:e,configurable:!0}):t.name=e),v&&i&&a(i,"arity")&&t.length!==i.arity&&g(t,"length",{value:i.arity});try{i&&a(i,"constructor")&&i.constructor?o&&g(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var r=c(t);return a(r,"source")||(r.source=b(y,"string"==typeof e?e:"")),t};Function.prototype.toString=A(function(){return n(this)&&u(this).source||h(this)},"toString")},2248(t,e,i){var r=i(9504),s=Map.prototype;t.exports={Map:Map,set:r(s.set),get:r(s.get),has:r(s.has),remove:r(s.delete),proto:s}},741(t){var e=Math.ceil,i=Math.floor;t.exports=Math.trunc||function(t){var r=+t;return(r>0?i:e)(r)}},7819(t,e,i){t.exports=!i(9039)(function(){var t="9007199254740993",e=JSON.rawJSON(t);return!JSON.isRawJSON(e)||JSON.stringify(e)!==t})},6043(t,e,i){var r=i(9306),s=TypeError,n=function(t){var e,i;this.promise=new t(function(t,r){if(void 0!==e||void 0!==i)throw new s("Bad Promise constructor");e=t,i=r}),this.resolve=r(e),this.reject=r(i)};t.exports.f=function(t){return new n(t)}},2603(t,e,i){var r=i(655);t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:r(t)}},4149(t){var e=RangeError;t.exports=function(t){if(t==t)return t;throw new e("NaN is not allowed")}},2360(t,e,i){var r,s=i(8551),n=i(6801),a=i(8727),o=i(421),l=i(397),h=i(4055),d=i(6119),c="prototype",u="script",p=d("IE_PROTO"),g=function(){},m=function(t){return"<"+u+">"+t+"</"+u+">"},f=function(t){t.write(m("")),t.close();var e=t.parentWindow.Object;return t=null,e},b=function(){var t,e=h("iframe");return e.style.display="none",l.appendChild(e),e.src=String("java"+u+":"),(t=e.contentWindow.document).open(),t.write(m("document.F=Object")),t.close(),t.F},v=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}v="u">typeof document?document.domain&&r?f(r):b():f(r);for(var t=a.length;t--;)delete v[c][a[t]];return v()};o[p]=!0,t.exports=Object.create||function(t,e){var i;return null!==t?(g[c]=s(t),i=new g,g[c]=null,i[p]=t):i=v(),void 0===e?i:n.f(i,e)}},6801(t,e,i){var r=i(3724),s=i(8686),n=i(4913),a=i(8551),o=i(5397),l=i(1072);e.f=r&&!s?Object.defineProperties:function(t,e){a(t);for(var i,r=o(e),s=l(e),h=s.length,d=0;h>d;)n.f(t,i=s[d++],r[i]);return t}},4913(t,e,i){var r=i(3724),s=i(5917),n=i(8686),a=i(8551),o=i(6969),l=TypeError,h=Object.defineProperty,d=Object.getOwnPropertyDescriptor,c="enumerable",u="configurable",p="writable";e.f=r?n?function(t,e,i){if(a(t),e=o(e),a(i),"function"==typeof t&&"prototype"===e&&"value"in i&&p in i&&!i[p]){var r=d(t,e);r&&r[p]&&(t[e]=i.value,i={configurable:u in i?i[u]:r[u],enumerable:c in i?i[c]:r[c],writable:!1})}return h(t,e,i)}:h:function(t,e,i){if(a(t),e=o(e),a(i),s)try{return h(t,e,i)}catch(t){}if("get"in i||"set"in i)throw new l("Accessors not supported");return"value"in i&&(t[e]=i.value),t}},7347(t,e,i){var r=i(3724),s=i(9565),n=i(8773),a=i(6980),o=i(5397),l=i(6969),h=i(9297),d=i(5917),c=Object.getOwnPropertyDescriptor;e.f=r?c:function(t,e){if(t=o(t),e=l(e),d)try{return c(t,e)}catch(t){}if(h(t,e))return a(!s(n.f,t,e),t[e])}},8480(t,e,i){var r=i(1828),s=i(8727).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,s)}},3717(t,e){e.f=Object.getOwnPropertySymbols},2787(t,e,i){var r=i(9297),s=i(4901),n=i(8981),a=i(6119),o=i(2211),l=a("IE_PROTO"),h=Object,d=h.prototype;t.exports=o?h.getPrototypeOf:function(t){var e=n(t);if(r(e,l))return e[l];var i=e.constructor;return s(i)&&e instanceof i?i.prototype:e instanceof h?d:null}},1625(t,e,i){t.exports=i(9504)({}.isPrototypeOf)},1828(t,e,i){var r=i(9504),s=i(9297),n=i(5397),a=i(9617).indexOf,o=i(421),l=r([].push);t.exports=function(t,e){var i,r=n(t),h=0,d=[];for(i in r)!s(o,i)&&s(r,i)&&l(d,i);for(;e.length>h;)s(r,i=e[h++])&&(~a(d,i)||l(d,i));return d}},1072(t,e,i){var r=i(1828),s=i(8727);t.exports=Object.keys||function(t){return r(t,s)}},8773(t,e){var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor;e.f=r&&!i.call({1:2},1)?function(t){var e=r(this,t);return!!e&&e.enumerable}:i},2967(t,e,i){var r=i(6706),s=i(34),n=i(7750),a=i(3506);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,i={};try{(t=r(Object.prototype,"__proto__","set"))(i,[]),e=i instanceof Array}catch(t){}return function(i,r){return n(i),a(r),s(i)&&(e?t(i,r):i.__proto__=r),i}}():void 0)},4270(t,e,i){var r=i(9565),s=i(4901),n=i(34),a=TypeError;t.exports=function(t,e){var i,o;if("string"===e&&s(i=t.toString)&&!n(o=r(i,t))||s(i=t.valueOf)&&!n(o=r(i,t))||"string"!==e&&s(i=t.toString)&&!n(o=r(i,t)))return o;throw new a("Can't convert object to primitive value")}},5031(t,e,i){var r=i(7751),s=i(9504),n=i(8480),a=i(3717),o=i(8551),l=s([].concat);t.exports=r("Reflect","ownKeys")||function(t){var e=n.f(o(t)),i=a.f;return i?l(e,i(t)):e}},8235(t,e,i){var r=i(9504),s=i(9297),n=SyntaxError,a=parseInt,o=String.fromCharCode,l=r("".charAt),h=r("".slice),d=r(/./.exec),c={'\\"':'"',"\\\\":"\\","\\/":"/","\\b":"\b","\\f":"\f","\\n":"\n","\\r":"\r","\\t":" "},u=/^[\da-f]{4}$/i,p=/^[\u0000-\u001F]$/;t.exports=function(t,e){for(var i=!0,r="";e<t.length;){var g=l(t,e);if("\\"===g){var m=h(t,e,e+2);if(s(c,m))r+=c[m],e+=2;else if("\\u"===m){var f=h(t,e+=2,e+4);if(!d(u,f))throw new n("Bad Unicode escape at: "+e);r+=o(a(f,16)),e+=4}else throw new n('Unknown escape sequence: "'+m+'"')}else if('"'===g){i=!1,e++;break}else{if(d(p,g))throw new n("Bad control character in string literal at: "+e);r+=g,e++}}if(i)throw new n("Unterminated string at: "+e);return{value:r,end:e}}},1103(t){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},7750(t,e,i){var r=i(4117),s=TypeError;t.exports=function(t){if(r(t))throw new s("Can't call method on "+t);return t}},9286(t,e,i){var r=i(4402),s=i(8469),n=r.Set,a=r.add;t.exports=function(t){var e=new n;return s(t,function(t){a(e,t)}),e}},3440(t,e,i){var r=i(7080),s=i(4402),n=i(9286),a=i(5170),o=i(3789),l=i(8469),h=i(507),d=s.has,c=s.remove;t.exports=function(t){var e=r(this),i=o(t),s=n(e);return a(s)<=i.size?l(s,function(t){i.includes(t)&&c(s,t)}):h(i.getIterator(),function(t){d(s,t)&&c(s,t)}),s}},4402(t,e,i){var r=i(9504),s=Set.prototype;t.exports={Set:Set,add:r(s.add),has:r(s.has),remove:r(s.delete),proto:s}},8750(t,e,i){var r=i(7080),s=i(4402),n=i(5170),a=i(3789),o=i(8469),l=i(507),h=s.Set,d=s.add,c=s.has;t.exports=function(t){var e=r(this),i=a(t),s=new h;return n(e)>i.size?l(i.getIterator(),function(t){c(e,t)&&d(s,t)}):o(e,function(t){i.includes(t)&&d(s,t)}),s}},4449(t,e,i){var r=i(7080),s=i(4402).has,n=i(5170),a=i(3789),o=i(8469),l=i(507),h=i(9539);t.exports=function(t){var e=r(this),i=a(t);if(n(e)<=i.size)return!1!==o(e,function(t){if(i.includes(t))return!1},!0);var d=i.getIterator();return!1!==l(d,function(t){if(s(e,t))return h(d.iterator,"normal",!1)})}},3838(t,e,i){var r=i(7080),s=i(5170),n=i(8469),a=i(3789);t.exports=function(t){var e=r(this),i=a(t);return!(s(e)>i.size)&&!1!==n(e,function(t){if(!i.includes(t))return!1},!0)}},8527(t,e,i){var r=i(7080),s=i(4402).has,n=i(5170),a=i(3789),o=i(507),l=i(9539);t.exports=function(t){var e=r(this),i=a(t);if(n(e)<i.size)return!1;var h=i.getIterator();return!1!==o(h,function(t){if(!s(e,t))return l(h.iterator,"normal",!1)})}},8469(t,e,i){var r=i(9504),s=i(507),n=i(4402),a=n.Set,o=n.proto,l=r(o.forEach),h=r(o.keys),d=h(new a).next;t.exports=function(t,e,i){return i?s({iterator:h(t),next:d},e):l(t,e)}},4916(t,e,i){var r=i(7751),s=function(t){return{size:t,has:function(){return!1},keys:function(){return{next:function(){return{done:!0}}}}}},n=function(t){return{size:t,has:function(){return!0},keys:function(){throw Error("e")}}};t.exports=function(t,e){var i=r("Set");try{new i()[t](s(0));try{return new i()[t](s(-1)),!1}catch(r){if(!e)return!0;try{return new i()[t](n(-1/0)),!1}catch(r){var a=new i([1,2]);return e(a[t](n(1/0)))}}}catch(t){return!1}}},9835(t){t.exports=function(t){try{var e=new Set,i=e[t]({size:0,has:function(){return!0},keys:function(){return Object.defineProperty({},"next",{get:function(){return e.clear(),e.add(4),function(){return{done:!0}}}})}});return 1===i.size&&4===i.values().next().value}catch(t){return!1}}},5170(t,e,i){t.exports=i(6706)(i(4402).proto,"size","get")||function(t){return t.size}},3650(t,e,i){var r=i(7080),s=i(4402),n=i(9286),a=i(3789),o=i(507),l=s.add,h=s.has,d=s.remove;t.exports=function(t){var e=r(this),i=a(t).getIterator(),s=n(e);return o(i,function(t){h(e,t)?d(s,t):l(s,t)}),s}},4204(t,e,i){var r=i(7080),s=i(4402).add,n=i(9286),a=i(3789),o=i(507);t.exports=function(t){var e=r(this),i=a(t).getIterator(),l=n(e);return o(i,function(t){s(l,t)}),l}},6119(t,e,i){var r=i(5745),s=i(3392),n=r("keys");t.exports=function(t){return n[t]||(n[t]=s(t))}},7629(t,e,i){var r=i(6395),s=i(4576),n=i(9433),a="__core-js_shared__",o=t.exports=s[a]||n(a,{});(o.versions||(o.versions=[])).push({version:"3.49.0",mode:r?"pure":"global",copyright:"\xa9 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.",license:"https://github.com/zloirock/core-js/blob/v3.49.0/LICENSE",source:"https://github.com/zloirock/core-js"})},5745(t,e,i){var r=i(7629);t.exports=function(t,e){return r[t]||(r[t]=e||{})}},1548(t,e,i){var r=i(4576),s=i(9039),n=i(9519),a=i(4215),o=r.structuredClone;t.exports=!!o&&!s(function(){if("DENO"===a&&n>92||"NODE"===a&&n>94||"BROWSER"===a&&n>97)return!1;var t=new ArrayBuffer(8),e=o(t,{transfer:[t]});return 0!==t.byteLength||8!==e.byteLength})},4495(t,e,i){var r=i(9519),s=i(9039),n=i(4576).String;t.exports=!!Object.getOwnPropertySymbols&&!s(function(){var t=Symbol("symbol detection");return!n(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41})},5610(t,e,i){var r=i(1291),s=Math.max,n=Math.min;t.exports=function(t,e){var i=r(t);return i<0?s(i+e,0):n(i,e)}},5854(t,e,i){var r=i(2777),s=TypeError;t.exports=function(t){var e=r(t,"number");if("number"==typeof e)throw new s("Can't convert number to bigint");return BigInt(e)}},7696(t,e,i){var r=i(1291),s=i(8014),n=RangeError;t.exports=function(t){if(void 0===t)return 0;var e=r(t),i=s(e);if(e!==i)throw new n("Wrong length or index");return i}},5397(t,e,i){var r=i(7055),s=i(7750);t.exports=function(t){return r(s(t))}},1291(t,e,i){var r=i(741);t.exports=function(t){var e=+t;return e!=e||0===e?0:r(e)}},8014(t,e,i){var r=i(1291),s=Math.min;t.exports=function(t){var e=r(t);return e>0?s(e,0x1fffffffffffff):0}},8981(t,e,i){var r=i(7750),s=Object;t.exports=function(t){return s(r(t))}},9590(t,e,i){var r=i(1291),s=RangeError;t.exports=function(t){var e=r(t);if(e<0)throw new s("The argument can't be less than 0");return e}},2777(t,e,i){var r=i(9565),s=i(34),n=i(757),a=i(5966),o=i(4270),l=i(608),h=TypeError,d=l("toPrimitive");t.exports=function(t,e){if(!s(t)||n(t))return t;var i,l=a(t,d);if(l){if(void 0===e&&(e="default"),!s(i=r(l,t,e))||n(i))return i;throw new h("Can't convert object to primitive value")}return void 0===e&&(e="number"),o(t,e)}},6969(t,e,i){var r=i(2777),s=i(757);t.exports=function(t){var e=r(t,"string");return s(e)?e:e+""}},2140(t,e,i){var r=i(608)("toStringTag"),s={};s[r]="z",t.exports="[object z]"===String(s)},655(t,e,i){var r=i(6955),s=String;t.exports=function(t){if("Symbol"===r(t))throw TypeError("Cannot convert a Symbol value to a string");return s(t)}},6823(t){var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},3392(t,e,i){var r=i(9504),s=0,n=Math.random(),a=r(1.1.toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++s+n,36)}},9143(t,e,i){var r=i(4576),s=i(9504),n=i(3972),a=i(3463),o=i(9297),l=i(2804),h=i(944),d=i(5169),c=l.c2i,u=l.c2iUrl,p=r.SyntaxError,g=r.TypeError,m=s("".charAt),f=function(t,e){for(var i=t.length;e<i;e++){var r=m(t,e);if(" "!==r&&" "!==r&&"\n"!==r&&"\f"!==r&&"\r"!==r)break}return e},b=function(t,e,i){var r=t.length;r<4&&(t+=2===r?"AA":"A");var s=(e[m(t,0)]<<18)+(e[m(t,1)]<<12)+(e[m(t,2)]<<6)+e[m(t,3)],n=[s>>16&255,s>>8&255,255&s];if(2===r){if(i&&0!==n[1])throw new p("Extra bits");return[n[0]]}if(3===r){if(i&&0!==n[2])throw new p("Extra bits");return[n[0],n[1]]}return n},v=function(t,e,i){for(var r=e.length,s=0;s<r;s++)t[i+s]=e[s];return i+r};t.exports=function(t,e,i,r){a(t),n(e);var s="base64"===h(e)?c:u,l=e?e.lastChunkHandling:void 0;if(void 0===l&&(l="loose"),"loose"!==l&&"strict"!==l&&"stop-before-partial"!==l)throw new g("Incorrect `lastChunkHandling` option");i&&d(i.buffer);var y=t.length,A=i||[],x=0,w=0,_="",S=0;if(r)for(;;){if((S=f(t,S))===y){if(_.length>0){if("stop-before-partial"===l)break;if("loose"===l){if(1===_.length)throw new p("Malformed padding: exactly one additional character");x=v(A,b(_,s,!1),x)}else throw new p("Missing padding")}w=y;break}var T=m(t,S);if(++S,"="===T){if(_.length<2)throw new p("Padding is too early");if(S=f(t,S),2===_.length){if(S===y){if("stop-before-partial"===l)break;throw new p("Malformed padding: only one =")}"="===m(t,S)&&(S=f(t,++S))}if(S<y)throw new p("Unexpected character after padding");x=v(A,b(_,s,"strict"===l),x),w=y;break}if(!o(s,T))throw new p("Unexpected character");var E=r-x;if(1===E&&2===_.length||2===E&&3===_.length||4===(_+=T).length&&(x=v(A,b(_,s,!1),x),_="",w=S,x===r))break}return{bytes:A,read:w,written:x}}},2303(t,e,i){var r=i(4576),s=i(9504),n=r.Uint8Array,a=r.SyntaxError,o=Math.min,l=s("".match);t.exports=function(t,e){var i=t.length;if(i%2!=0)throw new a("String should be an even number of characters");for(var r=e?o(e.length,i/2):i/2,s=e||new n(r),h=l(t,/.{2}/g),d=0;d<r;d++){var c=+("0x"+h[d]+"0");if(c!=c)throw new a("String should only contain hex characters");s[d]=c>>4}return{bytes:s,read:d<<1}}},7416(t,e,i){var r=i(9039),s=i(608),n=i(3724),a=i(6395),o=s("iterator");t.exports=!r(function(){var t=new URL("b?a=1&b=2&c=3","https://a"),e=t.searchParams,i=new URLSearchParams("a=1&a=2&b=3"),r="";return t.pathname="c%20d",e.forEach(function(t,i){e.delete("b"),r+=i+t}),i.delete("a",2),i.delete("b",void 0),a&&(!t.toJSON||!i.has("a",1)||i.has("a",2)||!i.has("a",void 0)||i.has("b"))||!e.size&&(a||!n)||!e.sort||"https://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[o]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==r||"x"!==new URL("https://x",void 0).host})},7040(t,e,i){t.exports=i(4495)&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},8686(t,e,i){var r=i(3724),s=i(9039);t.exports=r&&s(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})},2812(t){var e=TypeError;t.exports=function(t,i){if(t<i)throw new e("Not enough arguments");return t}},8622(t,e,i){var r=i(4576),s=i(4901),n=r.WeakMap;t.exports=s(n)&&/native code/.test(String(n))},4995(t,e,i){var r=i(9504),s=WeakMap.prototype;t.exports={WeakMap:WeakMap,set:r(s.set),get:r(s.get),has:r(s.has),remove:r(s.delete)}},608(t,e,i){var r=i(4576),s=i(5745),n=i(9297),a=i(3392),o=i(4495),l=i(7040),h=r.Symbol,d=s("wks"),c=l?h.for||h:h&&h.withoutSetter||a;t.exports=function(t){return n(d,t)||(d[t]=o&&n(h,t)?h[t]:c("Symbol."+t)),d[t]}},6573(t,e,i){var r=i(3724),s=i(2106),n=i(3238),a=ArrayBuffer.prototype;!r||"detached"in a||s(a,"detached",{configurable:!0,get:function(){return n(this)}})},7936(t,e,i){var r=i(6518),s=i(5636);s&&r({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return s(this,arguments.length?arguments[0]:void 0,!1)}})},8100(t,e,i){var r=i(6518),s=i(5636);s&&r({target:"ArrayBuffer",proto:!0},{transfer:function(){return s(this,arguments.length?arguments[0]:void 0,!0)}})},4423(t,e,i){var r=i(6518),s=i(9617).includes,n=i(9039),a=i(6469),o=n(function(){return![,].includes()}),l=n(function(){return[,1].includes(void 0,1)});r({target:"Array",proto:!0,forced:o||l},{includes:function(t){return s(this,t,arguments.length>1?arguments[1]:void 0)}}),a("includes")},4114(t,e,i){var r=i(6518),s=i(8981),n=i(6198),a=i(4527),o=i(6837);r({target:"Array",proto:!0,arity:1,forced:i(9039)(function(){return 0x100000001!==[].push.call({length:0x100000000},1)})||!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}}()},{push:function(t){var e=s(this),i=n(e),r=arguments.length;o(i+r);for(var l=0;l<r;l++)e[i]=arguments[l],i++;return a(e,i),i}})},8111(t,e,i){var r=i(6518),s=i(4576),n=i(679),a=i(8551),o=i(4901),l=i(2787),h=i(2106),d=i(4659),c=i(9039),u=i(9297),p=i(608),g=i(7657).IteratorPrototype,m=i(3724),f=i(6395),b="constructor",v="Iterator",y=p("toStringTag"),A=TypeError,x=s[v],w=f||!o(x)||x.prototype!==g||!c(function(){x({})}),_=function(){if(n(this,g),l(this)===g)throw new A("Abstract class Iterator not directly constructable")},S=function(t,e){m?h(g,t,{configurable:!0,get:function(){return e},set:function(e){if(a(this),this===g)throw new A("You can't redefine this property");u(this,t)?this[t]=e:d(this,t,e)}}):g[t]=e};u(g,y)||S(y,v),(w||!u(g,b)||g[b]===Object)&&S(b,_),_.prototype=g,r({global:!0,constructor:!0,forced:w},{Iterator:_})},9314(t,e,i){var r=i(6518),s=i(9565),n=i(8551),a=i(1767),o=i(4149),l=i(9590),h=i(9539),d=i(9462),c=i(684),u=i(4549),p=i(6395),g=!p&&!c("drop",0),m=!p&&!g&&u("drop",RangeError),f=p||g||m,b=d(function(){for(var t,e,i=this.iterator,r=this.next;this.remaining;)if(this.remaining--,t=n(s(r,i)),this.done=!!t.done)return;if(t=n(s(r,i)),!(this.done=!!t.done))return t.value});r({target:"Iterator",proto:!0,real:!0,forced:f},{drop:function(t){var e;n(this);try{e=l(o(+t))}catch(t){h(this,"throw",t)}return m?s(m,this,e):new b(a(this),{remaining:e})}})},1148(t,e,i){var r=i(6518),s=i(9565),n=i(2652),a=i(9306),o=i(8551),l=i(1767),h=i(9539),d=i(4549)("every",TypeError);r({target:"Iterator",proto:!0,real:!0,forced:d},{every:function(t){o(this);try{a(t)}catch(t){h(this,"throw",t)}if(d)return s(d,this,t);var e=l(this),i=0;return!n(e,function(e,r){if(!t(e,i++))return r()},{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})},2489(t,e,i){var r=i(6518),s=i(9565),n=i(9306),a=i(8551),o=i(1767),l=i(9462),h=i(6319),d=i(6395),c=i(9539),u=i(684),p=i(4549),g=!d&&!u("filter",function(){}),m=!d&&!g&&p("filter",TypeError),f=d||g||m,b=l(function(){for(var t,e,i=this.iterator,r=this.predicate,n=this.next;;){if(t=a(s(n,i)),this.done=!!t.done)return;if(h(i,r,[e=t.value,this.counter++],!0))return e}});r({target:"Iterator",proto:!0,real:!0,forced:f},{filter:function(t){a(this);try{n(t)}catch(t){c(this,"throw",t)}return m?s(m,this,t):new b(o(this),{predicate:t})}})},116(t,e,i){var r=i(6518),s=i(9565),n=i(2652),a=i(9306),o=i(8551),l=i(1767),h=i(9539),d=i(4549)("find",TypeError);r({target:"Iterator",proto:!0,real:!0,forced:d},{find:function(t){o(this);try{a(t)}catch(t){h(this,"throw",t)}if(d)return s(d,this,t);var e=l(this),i=0;return n(e,function(e,r){if(t(e,i++))return r(e)},{IS_RECORD:!0,INTERRUPTED:!0}).result}})},531(t,e,i){var r=i(6518),s=i(9565),n=i(9306),a=i(8551),o=i(1767),l=i(8646),h=i(9462),d=i(9539),c=i(6395),u=i(684),p=i(4549),g=!c&&!u("flatMap",function(){}),m=!c&&!g&&p("flatMap",TypeError),f=c||g||m||function(){try{var t=Iterator.prototype.flatMap.call(new Map([[4,5]]).entries(),function(t){return t});t.next(),t.return()}catch(t){return!0}}(),b=h(function(){for(var t,e,i=this.iterator,r=this.mapper;;){if(e=this.inner)try{if(!(t=a(s(e.next,e.iterator))).done)return t.value;this.inner=null}catch(t){d(i,"throw",t)}if(t=a(s(this.next,i)),this.done=!!t.done)return;try{this.inner=l(r(t.value,this.counter++),!1)}catch(t){d(i,"throw",t)}}});r({target:"Iterator",proto:!0,real:!0,forced:f},{flatMap:function(t){a(this);try{n(t)}catch(t){d(this,"throw",t)}return m?s(m,this,t):new b(o(this),{mapper:t,inner:null})}})},7588(t,e,i){var r=i(6518),s=i(9565),n=i(2652),a=i(9306),o=i(8551),l=i(1767),h=i(9539),d=i(4549)("forEach",TypeError);r({target:"Iterator",proto:!0,real:!0,forced:d},{forEach:function(t){o(this);try{a(t)}catch(t){h(this,"throw",t)}if(d)return s(d,this,t);var e=l(this),i=0;n(e,function(e){t(e,i++)},{IS_RECORD:!0})}})},1701(t,e,i){var r=i(6518),s=i(9565),n=i(9306),a=i(8551),o=i(1767),l=i(9462),h=i(6319),d=i(9539),c=i(684),u=i(4549),p=i(6395),g=!p&&!c("map",function(){}),m=!p&&!g&&u("map",TypeError),f=p||g||m,b=l(function(){var t=this.iterator,e=a(s(this.next,t));if(!(this.done=!!e.done))return h(t,this.mapper,[e.value,this.counter++],!0)});r({target:"Iterator",proto:!0,real:!0,forced:f},{map:function(t){a(this);try{n(t)}catch(t){d(this,"throw",t)}return m?s(m,this,t):new b(o(this),{mapper:t})}})},3579(t,e,i){var r=i(6518),s=i(9565),n=i(2652),a=i(9306),o=i(8551),l=i(1767),h=i(9539),d=i(4549)("some",TypeError);r({target:"Iterator",proto:!0,real:!0,forced:d},{some:function(t){o(this);try{a(t)}catch(t){h(this,"throw",t)}if(d)return s(d,this,t);var e=l(this),i=0;return n(e,function(e,r){if(t(e,i++))return r()},{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})},4972(t,e,i){var r=i(6518),s=i(9565),n=i(8551),a=i(1767),o=i(4149),l=i(9590),h=i(9462),d=i(9539),c=i(684),u=i(4549),p=i(6395),g=!p&&!c("take",1),m=!p&&!g&&u("take",RangeError),f=p||g||m,b=h(function(){var t=this.iterator;if(!this.remaining--)return this.done=!0,d(t,"normal",void 0);var e=n(s(this.next,t));if(!(this.done=!!e.done))return e.value});r({target:"Iterator",proto:!0,real:!0,forced:f},{take:function(t){var e;n(this);try{e=l(o(+t))}catch(t){d(this,"throw",t)}return m?s(m,this,e):new b(a(this),{remaining:e})}})},9112(t,e,i){var r=i(6518),s=i(3724),n=i(4576),a=i(7751),o=i(9504),l=i(9565),h=i(4901),d=i(34),c=i(4376),u=i(9297),p=i(655),g=i(6198),m=i(4659),f=i(9039),b=i(8235),v=i(4495),y=n.JSON,A=n.Number,x=n.SyntaxError,w=y&&y.parse,_=a("Object","keys"),S=Object.getOwnPropertyDescriptor,T=o("".charAt),E=o("".slice),C=o(/./.exec),M=o([].push),P=/^\d$/,k=/^[1-9]$/,D=/^[\d-]$/,I=/^[\t\n\r ]$/,R=function(t,e){var i=new O(t=p(t),0,""),r=i.parse(),s=r.value,n=i.skip(I,r.end);if(n<t.length)throw new x('Unexpected extra character: "'+T(t,n)+'" after the parsed data at: '+n);return h(e)?B({"":s},"",e,r):s},B=function(t,e,i,r){var s,n,a,o,h,p=t[e],m=r&&p===r.value,f=m&&"string"==typeof r.source?{source:r.source}:{};if(d(p)){var b=c(p),v=m?r.nodes:b?[]:{};if(b)for(o=0,s=v.length,a=g(p);o<a;o++)F(p,o,B(p,""+o,i,o<s?v[o]:void 0));else for(o=0,a=g(n=_(p));o<a;o++)F(p,h=n[o],B(p,h,i,u(v,h)?v[h]:void 0))}return l(i,t,e,p,f)},F=function(t,e,i){if(s){var r=S(t,e);if(r&&!r.configurable)return}void 0===i?delete t[e]:m(t,e,i)},L=function(t,e,i,r){this.value=t,this.end=e,this.source=i,this.nodes=r},O=function(t,e){this.source=t,this.index=e};O.prototype={fork:function(t){return new O(this.source,t)},parse:function(){var t=this.source,e=this.skip(I,this.index),i=this.fork(e),r=T(t,e);if(C(D,r))return i.number();switch(r){case"{":return i.object();case"[":return i.array();case'"':return i.string();case"t":return i.keyword(!0);case"f":return i.keyword(!1);case"n":return i.keyword(null)}throw new x('Unexpected character: "'+r+'" at: '+e)},node:function(t,e,i,r,s){return new L(e,r,t?null:E(this.source,i,r),s)},object:function(){for(var t=this.source,e=this.index+1,i=!1,r={},s={},n=!1;e<t.length;){if("}"===T(t,e=this.until(['"',"}"],e))&&!i){e++,n=!0;break}var a=this.fork(e).string(),o=a.value;e=a.end,e=this.until([":"],e)+1,e=this.skip(I,e),m(s,o,a=this.fork(e).parse()),m(r,o,a.value);var l=T(t,e=this.until([",","}"],a.end));if(","===l)i=!0,e++;else if("}"===l){e++,n=!0;break}}if(!n)throw new x("Unterminated object at: "+e);return this.node(1,r,this.index,e,s)},array:function(){for(var t=this.source,e=this.index+1,i=!1,r=[],s=[],n=!1;e<t.length;){if("]"===T(t,e=this.skip(I,e))&&!i){e++,n=!0;break}var a=this.fork(e).parse();if(M(s,a),M(r,a.value),","===T(t,e=this.until([",","]"],a.end)))i=!0,e++;else if("]"===T(t,e)){e++,n=!0;break}}if(!n)throw new x("Unterminated array at: "+e);return this.node(1,r,this.index,e,s)},string:function(){var t=this.index,e=b(this.source,this.index+1);return this.node(0,e.value,t,e.end)},number:function(){var t=this.source,e=this.index,i=e;if("-"===T(t,i)&&i++,"0"===T(t,i))i++;else if(C(k,T(t,i)))i=this.skip(P,i+1);else throw new x("Failed to parse number at: "+i);if("."===T(t,i)){var r=i+1;if(i=this.skip(P,r),r===i)throw new x("Failed to parse number's fraction at: "+i)}if(("e"===T(t,i)||"E"===T(t,i))&&(("+"===T(t,++i)||"-"===T(t,i))&&i++,i===(i=this.skip(P,i))))throw new x("Failed to parse number's exponent value at: "+i);return this.node(0,A(E(t,e,i)),e,i)},keyword:function(t){var e=""+t,i=this.index,r=i+e.length;if(E(this.source,i,r)!==e)throw new x("Failed to parse value at: "+i);return this.node(0,t,i,r)},skip:function(t,e){for(var i=this.source;e<i.length&&C(t,T(i,e));e++);return e},until:function(t,e){e=this.skip(I,e);for(var i=T(this.source,e),r=0;r<t.length;r++)if(t[r]===i)return e;throw new x('Unexpected character: "'+i+'" at: '+e)}};var N=f(function(){var t,e="9007199254740993";return w(e,function(e,i,r){t=r.source}),t!==e}),U=v&&!f(function(){return 1/w("-0 ")!=-1/0});r({target:"JSON",stat:!0,forced:N},{parse:function(t,e){return U&&!h(e)?w(t):R(t,e)}})},3110(t,e,i){var r=i(6518),s=i(7751),n=i(8745),a=i(9565),o=i(9504),l=i(9039),h=i(4376),d=i(4901),c=i(5810),u=i(757),p=i(2195),g=i(655),m=i(7680),f=i(8235),b=i(3392),v=i(4495),y=i(7819),A=String,x=s("JSON","stringify"),w=o(/./.exec),_=o("".charAt),S=o("".charCodeAt),T=o("".replace),E=o("".slice),C=o([].push),M=o(1.1.toString),P=/[\uD800-\uDFFF]/g,k=/^[\uD800-\uDBFF]$/,D=/^[\uDC00-\uDFFF]$/,I=b(),R=I.length,B=!v||l(function(){var t=s("Symbol")("stringify detection");return"[null]"!==x([t])||"{}"!==x({a:t})||"{}"!==x(Object(t))}),F=l(function(){return'"\\udf06\\ud834"'!==x("\uDF06\uD834")||'"\\udead"'!==x("\uDEAD")}),L=B?function(t,e){var i=m(arguments),r=N(e);if(!(!d(r)&&(void 0===t||u(t))))return i[1]=function(t,e){if(d(r)&&(e=a(r,this,A(t),e)),!u(e))return e},n(x,null,i)}:x,O=function(t,e,i){var r=_(i,e-1),s=_(i,e+1);return w(k,t)&&!w(D,s)||w(D,t)&&!w(k,r)?"\\u"+M(S(t,0),16):t},N=function(t){if(d(t))return t;if(h(t)){for(var e=t.length,i=[],r=0;r<e;r++){var s=t[r];"string"==typeof s?C(i,s):("number"==typeof s||"Number"===p(s)||"String"===p(s))&&C(i,g(s))}var n=i.length,a=!0;return function(t,e){if(a)return a=!1,e;if(h(this))return e;for(var r=0;r<n;r++)if(i[r]===t)return e}}};x&&r({target:"JSON",stat:!0,arity:3,forced:B||F||!y},{stringify:function(t,e,i){var r=N(e),s=[],n=L(t,function(t,e){var i=d(r)?a(r,this,A(t),e):e;return!y&&c(i)?I+(C(s,i.rawJSON)-1):i},i);if("string"!=typeof n||(F&&(n=T(n,P,O)),y))return n;for(var o="",l=n.length,h=0;h<l;h++){var u=_(n,h);if('"'===u){var p=f(n,++h).end-1,g=E(n,h,p);o+=E(g,0,R)===I?s[E(g,R)]:'"'+g+'"',h=p}else o+=u}return o}})},2731(t,e,i){var r=i(6518),s=i(9306),n=i(2248),a=i(6395),o=n.get,l=n.has,h=n.set;r({target:"Map",proto:!0,real:!0,forced:a},{getOrInsertComputed:function(t,e){var i=l(this,t);if(s(e),i)return o(this,t);0===t&&1/t==-1/0&&(t=0);var r=e(t);return h(this,t,r),r}})},5367(t,e,i){var r=i(6518),s=i(2248),n=i(6395),a=s.get,o=s.has,l=s.set;r({target:"Map",proto:!0,real:!0,forced:n},{getOrInsert:function(t,e){return o(this,t)?a(this,t):(l(this,t,e),e)}})},3068(t,e,i){var r=i(6518),s=i(9504),n=i(2652),a=RangeError,o=TypeError,l=1/0,h=NaN,d=Math.abs,c=Math.pow,u=s([].push),p=c(2,1023),g=c(2,53)-1,m=Number.MAX_VALUE,f=c(2,971),b={},v={},y={},A={},x={},w=function(t,e){var i=t+e;return{hi:i,lo:e-(i-t)}};r({target:"Math",stat:!0},{sumPrecise:function(t){var e,i,r,s,c,_,S=[],T=0,E=A;switch(n(t,function(t){if(++T>g)throw new a("Maximum allowed index exceeded");if("number"!=typeof t)throw new o("Value is not a number");E!==b&&(t!=t?E=b:t===l?E=E===v?b:y:t===-l?E=E===y?b:v:(0!==t||1/t===l)&&(E===A||E===x)&&(E=x,u(S,t)))}),E){case b:return h;case v:return-l;case y:return l;case A:return -0}for(var C=[],M=0,P=0;P<S.length;P++){e=S[P];for(var k=0,D=0;D<C.length;D++){if(i=C[D],d(e)<d(i)&&(_=e,e=i,i=_),s=(r=w(e,i)).hi,c=r.lo,d(s)===l){var I=s===l?1:-1;M+=I,d(e=e-I*p-I*p)<d(i)&&(_=e,e=i,i=_),s=(r=w(e,i)).hi,c=r.lo}0!==c&&(C[k++]=c),e=s}C.length=k,0!==e&&u(C,e)}var R=C.length-1;if(s=0,c=0,0!==M){var B=R>=0?C[R]:0;if(R--,d(M)>1||M>0&&B>0||M<0&&B<0)return M>0?l:-l;if(s=(r=w(M*p,B/2)).hi,c=2*r.lo,d(2*s)===l)return s>0?s===p&&c===-(f/2)&&R>=0&&C[R]<0?m:l:s===-p&&c===f/2&&R>=0&&C[R]>0?-m:-l;0!==c&&(C[++R]=c,c=0),s*=2}for(;R>=0&&(s=(r=w(s,C[R--])).hi,0===(c=r.lo)););return R>=0&&(c<0&&C[R]<0||c>0&&C[R]>0)&&(e=s+(i=2*c),i===e-s&&(s=e)),s}})},1689(t,e,i){var r=i(6518),s=i(4576),n=i(8745),a=i(7680),o=i(6043),l=i(9306),h=i(1103),d=s.Promise,c=!1;r({target:"Promise",stat:!0,forced:!d||!d.try||h(function(){d.try(function(t){c=8===t},8)}).error||!c},{try:function(t){var e=arguments.length>1?a(arguments,1):[],i=o.f(this),r=h(function(){return n(l(t),void 0,e)});return(r.error?i.reject:i.resolve)(r.value),i.promise}})},4628(t,e,i){var r=i(6518),s=i(6043);r({target:"Promise",stat:!0},{withResolvers:function(){var t=s.f(this);return{promise:t.promise,resolve:t.resolve,reject:t.reject}}})},7642(t,e,i){var r=i(6518),s=i(3440),n=i(9039);r({target:"Set",proto:!0,real:!0,forced:!i(4916)("difference",function(t){return 0===t.size})||n(function(){var t=new Set([1,2,3,4]);return 3!==t.difference({size:1,has:function(){return!0},keys:function(){var e=0;return{next:function(){var i=e++>1;return t.has(1)&&t.clear(),{done:i,value:2}}}}}).size})},{difference:s})},8004(t,e,i){var r=i(6518),s=i(9039),n=i(8750);r({target:"Set",proto:!0,real:!0,forced:!i(4916)("intersection",function(t){return 2===t.size&&t.has(1)&&t.has(2)})||s(function(){return"3,2"!==String(Array.from(new Set([1,2,3]).intersection(new Set([3,2]))))})},{intersection:n})},3853(t,e,i){var r=i(6518),s=i(4449);r({target:"Set",proto:!0,real:!0,forced:!i(4916)("isDisjointFrom",function(t){return!t})},{isDisjointFrom:s})},5876(t,e,i){var r=i(6518),s=i(3838);r({target:"Set",proto:!0,real:!0,forced:!i(4916)("isSubsetOf",function(t){return t})},{isSubsetOf:s})},2475(t,e,i){var r=i(6518),s=i(8527);r({target:"Set",proto:!0,real:!0,forced:!i(4916)("isSupersetOf",function(t){return!t})},{isSupersetOf:s})},5024(t,e,i){var r=i(6518),s=i(3650),n=i(9835);r({target:"Set",proto:!0,real:!0,forced:!i(4916)("symmetricDifference")||!n("symmetricDifference")},{symmetricDifference:s})},1698(t,e,i){var r=i(6518),s=i(4204),n=i(9835);r({target:"Set",proto:!0,real:!0,forced:!i(4916)("union")||!n("union")},{union:s})},9577(t,e,i){var r=i(4644),s=i(1108),n=i(6198),a=i(1291),o=i(5854),l=r.aTypedArray,h=r.getTypedArrayConstructor,d=r.exportTypedArrayMethod,c=RangeError,u=function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(t){return 8===t}}(),p=u&&function(){try{new Int8Array(1).with(-.5,1)}catch(t){return!0}}();d("with",{with:function(t,e){var i=l(this),r=n(i),d=a(t),u=d<0?r+d:d,p=s(i)?o(e):+e;if(u>=r||u<0)throw new c("Incorrect index");for(var g=new(h(i))(r),m=0;m<r;m++)g[m]=m===u?p:i[m];return g}}.with,!u||p)},5213(t,e,i){var r=i(6518),s=i(4576),n=i(5370),a=i(9143),o=s.Uint8Array,l=!o||!o.fromBase64||!function(){try{o.fromBase64("a");return}catch(t){}try{o.fromBase64("",null)}catch(t){return!0}}();o&&r({target:"Uint8Array",stat:!0,forced:l},{fromBase64:function(t){var e=a(t,arguments.length>1?arguments[1]:void 0,null,0x1fffffffffffff);return n(o,e.bytes)}})},6632(t,e,i){var r=i(6518),s=i(4576),n=i(9143),a=i(4154),o=s.Uint8Array,l=!o||!o.prototype.setFromBase64||!function(){var t=new o([255,255,255,255,255]);try{t.setFromBase64("",null);return}catch(t){}try{t.setFromBase64("a");return}catch(t){}try{t.setFromBase64("MjYyZg===")}catch(e){return 50===t[0]&&54===t[1]&&50===t[2]&&255===t[3]&&255===t[4]}}();o&&r({target:"Uint8Array",proto:!0,forced:l},{setFromBase64:function(t){a(this);var e=n(t,arguments.length>1?arguments[1]:void 0,this,this.length);return{read:e.read,written:e.written}}})},4226(t,e,i){var r=i(6518),s=i(4576),n=i(3463),a=i(4154),o=i(5169),l=i(2303);s.Uint8Array&&r({target:"Uint8Array",proto:!0,forced:function(){try{var t=new ArrayBuffer(16,{maxByteLength:1024});new Uint8Array(t).setFromHex("cafed00d")}catch(t){return!0}}()},{setFromHex:function(t){a(this),n(t),o(this.buffer);var e=l(t,this).read;return{read:e,written:e/2}}})},9486(t,e,i){var r=i(6518),s=i(4576),n=i(9504),a=i(3972),o=i(4154),l=i(5169),h=i(2804),d=i(944),c=h.i2c,u=h.i2cUrl,p=n("".charAt),g=s.Uint8Array,m=!g||!g.prototype.toBase64||!function(){try{new g().toBase64(null)}catch(t){return!0}}();g&&r({target:"Uint8Array",proto:!0,forced:m},{toBase64:function(){var t,e=o(this),i=arguments.length?a(arguments[0]):void 0,r="base64"===d(i)?c:u,s=!!i&&!!i.omitPadding;l(this.buffer);for(var n="",h=0,g=e.length,m=function(e){return p(r,t>>6*e&63)};h+2<g;h+=3)t=(e[h]<<16)+(e[h+1]<<8)+e[h+2],n+=m(3)+m(2)+m(1)+m(0);return h+2===g?(t=(e[h]<<16)+(e[h+1]<<8),n+=m(3)+m(2)+m(1)+(s?"":"=")):h+1===g&&(t=e[h]<<16,n+=m(3)+m(2)+(s?"":"==")),n}})},456(t,e,i){var r=i(6518),s=i(4576),n=i(9504),a=i(4154),o=i(5169),l=n(1.1.toString),h=n([].join),d=Array,c=s.Uint8Array,u=!c||!c.prototype.toHex||!function(){try{var t=new c([255,255,255,255,255,255,255,255]);return"ffffffffffffffff"===t.toHex()}catch(t){return!1}}();c&&r({target:"Uint8Array",proto:!0,forced:u},{toHex:function(){a(this),o(this.buffer);for(var t=d(this.length),e=0,i=this.length;e<i;e++){var r=l(this[e],16);t[e]=1===r.length?"0"+r:r}return h(t,"")}})},9452(t,e,i){var r=i(6518),s=i(9306),n=i(6557),a=i(4328),o=i(4995),l=i(6395),h=o.get,d=o.has,c=o.set;r({target:"WeakMap",proto:!0,real:!0,forced:l||!function(){try{WeakMap.prototype.getOrInsertComputed&&new WeakMap().getOrInsertComputed(1,function(){throw 1})}catch(t){return t instanceof TypeError}}()},{getOrInsertComputed:function(t,e){if(l||n(this),a(t),s(e),d(this,t))return h(this,t);var i=e(t);return c(this,t,i),i}})},8454(t,e,i){var r=i(6518),s=i(4995),n=i(6395),a=s.get,o=s.has,l=s.set;r({target:"WeakMap",proto:!0,real:!0,forced:n},{getOrInsert:function(t,e){return o(this,t)?a(this,t):(l(this,t,e),e)}})},4979(t,e,i){var r=i(6518),s=i(4576),n=i(7751),a=i(6980),o=i(4913).f,l=i(9297),h=i(679),d=i(3167),c=i(2603),u=i(5002),p=i(8574),g=i(3724),m=i(6395),f="DOMException",b=n("Error"),v=n(f),y=function(){h(this,A);var t=arguments.length,e=c(t<1?void 0:arguments[0]),i=c(t<2?void 0:arguments[1],"Error"),r=new v(e,i),s=new b(e);return s.name=f,o(r,"stack",a(1,p(s.stack,1))),d(r,this,y),r},A=y.prototype=v.prototype,x="stack"in new b(f),w="stack"in new v(1,2),_=v&&g&&Object.getOwnPropertyDescriptor(s,f),S=!!_&&!(_.writable&&_.configurable),T=x&&!S&&!w;r({global:!0,constructor:!0,forced:m||T},{DOMException:T?y:v});var E=n(f),C=E.prototype;if(C.constructor!==E){for(var M in m||o(C,"constructor",a(1,E)),u)if(l(u,M)){var P=u[M],k=P.s;l(E,k)||o(E,k,a(6,P.c))}}},4603(t,e,i){var r=i(6840),s=i(9504),n=i(655),a=i(2812),o=URLSearchParams,l=o.prototype,h=s(l.append),d=s(l.delete),c=s(l.forEach),u=s([].push),p=new o("a=1&a=2&b=3");p.delete("a",1),p.delete("b",void 0),p+""!="a=2"&&r(l,"delete",function(t){var e,i=arguments.length,r=i<2?void 0:arguments[1];if(i&&void 0===r)return d(this,t);var s=[];c(this,function(t,e){u(s,{key:e,value:t})}),a(i,1);for(var o=n(t),l=n(r),p=0,g=s.length;p<g;)d(this,(e=s[p]).key),p++;for(p=0;p<g;)((e=s[p++]).key!==o||e.value!==l)&&h(this,e.key,e.value)},{enumerable:!0,unsafe:!0})},7566(t,e,i){var r=i(6840),s=i(9504),n=i(655),a=i(2812),o=URLSearchParams,l=o.prototype,h=s(l.getAll),d=s(l.has),c=new o("a=1");(c.has("a",2)||!c.has("a",void 0))&&r(l,"has",function(t){var e=arguments.length,i=e<2?void 0:arguments[1];if(e&&void 0===i)return d(this,t);var r=h(this,t);a(e,1);for(var s=n(i),o=0;o<r.length;)if(r[o++]===s)return!0;return!1},{enumerable:!0,unsafe:!0})},8721(t,e,i){var r=i(3724),s=i(9504),n=i(2106),a=URLSearchParams.prototype,o=s(a.forEach);!r||"size"in a||n(a,"size",{get:function(){var t=0;return o(this,function(){t++}),t},configurable:!0,enumerable:!0})},5781(t,e,i){var r=i(6518),s=i(7751),n=i(2812),a=i(655),o=i(7416),l=s("URL");r({target:"URL",stat:!0,forced:!o},{parse:function(t){var e=n(arguments.length,1),i=a(t),r=e<2||void 0===arguments[1]?void 0:a(arguments[1]);try{return new l(i,r)}catch(t){return null}}})}},a={};function o(t){var e=a[t];if(void 0!==e)return e.exports;var i=a[t]={exports:{}};return n[t].call(i.exports,i,i.exports,o),i.exports}o.d=(t,e)=>{for(var i in e)o.o(e,i)&&!o.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),o(4423),o(4114),o(6573),o(8100),o(7936),o(5367),o(2731),o(9577),o(6632),o(4226),o(9486),o(456),o(5781);let l="object"==typeof r&&r+""=="[object process]"&&!r.versions.nw&&!(r.versions.electron&&r.type&&"browser"!==r.type),h=[1/0,1/0,-1/0,-1/0],d=new Float32Array(h),c=[.001,0,0,.001,0,0],u={DISABLE:0,ENABLE:1,ENABLE_FORMS:2,ENABLE_STORAGE:3},p="pdfjs_internal_editor_",g={DISABLE:-1,NONE:0,FREETEXT:3,HIGHLIGHT:9,STAMP:13,INK:15,POPUP:16,SIGNATURE:101,COMMENT:102},m={RESIZE:1,CREATE:2,FREETEXT_SIZE:11,FREETEXT_COLOR:12,FREETEXT_OPACITY:13,INK_COLOR:21,INK_THICKNESS:22,INK_OPACITY:23,INK_COLOR_AND_OPACITY:24,HIGHLIGHT_COLOR:31,HIGHLIGHT_THICKNESS:32,HIGHLIGHT_FREE:33,HIGHLIGHT_SHOW_ALL:34,DRAW_STEP:41},f={PRINT:4,MODIFY_CONTENTS:8,COPY:16,MODIFY_ANNOTATIONS:32,FILL_INTERACTIVE_FORMS:256,COPY_FOR_ACCESSIBILITY:512,ASSEMBLE:1024,PRINT_HIGH_QUALITY:2048},b={GRAYSCALE_1BPP:1,RGB_24BPP:2,RGBA_32BPP:3},v={TEXT:1,LINK:2,FREETEXT:3,LINE:4,SQUARE:5,CIRCLE:6,POLYGON:7,POLYLINE:8,HIGHLIGHT:9,UNDERLINE:10,SQUIGGLY:11,STRIKEOUT:12,STAMP:13,CARET:14,INK:15,POPUP:16,FILEATTACHMENT:17,SOUND:18,MOVIE:19,WIDGET:20,SCREEN:21,PRINTERMARK:22,TRAPNET:23,WATERMARK:24,THREED:25,REDACT:26},y={ERRORS:0,WARNINGS:1,INFOS:5},A={dependency:1,setLineWidth:2,setLineCap:3,setLineJoin:4,setMiterLimit:5,setDash:6,setRenderingIntent:7,setFlatness:8,setGState:9,save:10,restore:11,transform:12,moveTo:13,lineTo:14,curveTo:15,curveTo2:16,curveTo3:17,closePath:18,rectangle:19,stroke:20,closeStroke:21,fill:22,eoFill:23,fillStroke:24,eoFillStroke:25,closeFillStroke:26,closeEOFillStroke:27,endPath:28,clip:29,eoClip:30,beginText:31,endText:32,setCharSpacing:33,setWordSpacing:34,setHScale:35,setLeading:36,setFont:37,setTextRenderingMode:38,setTextRise:39,moveText:40,setLeadingMoveText:41,setTextMatrix:42,nextLine:43,showText:44,showSpacedText:45,nextLineShowText:46,nextLineSetSpacingShowText:47,setCharWidth:48,setCharWidthAndBounds:49,setStrokeColorSpace:50,setFillColorSpace:51,setStrokeColor:52,setStrokeColorN:53,setFillColor:54,setFillColorN:55,setStrokeGray:56,setFillGray:57,setStrokeRGBColor:58,setFillRGBColor:59,setStrokeCMYKColor:60,setFillCMYKColor:61,shadingFill:62,beginInlineImage:63,beginImageData:64,endInlineImage:65,paintXObject:66,markPoint:67,markPointProps:68,beginMarkedContent:69,beginMarkedContentProps:70,endMarkedContent:71,beginCompat:72,endCompat:73,paintFormXObjectBegin:74,paintFormXObjectEnd:75,beginGroup:76,endGroup:77,beginAnnotation:80,endAnnotation:81,paintImageMaskXObject:83,paintImageMaskXObjectGroup:84,paintImageXObject:85,paintInlineImageXObject:86,paintInlineImageXObjectGroup:87,paintImageXObjectRepeat:88,paintImageMaskXObjectRepeat:89,paintSolidColorImageMask:90,constructPath:91,setStrokeTransparent:92,setFillTransparent:93,rawFillPath:94},x={NEED_PASSWORD:1,INCORRECT_PASSWORD:2},w=y.WARNINGS;function _(t){w>=y.INFOS&&console.info(`Info: ${t}`)}function S(t){w>=y.WARNINGS&&console.warn(`Warning: ${t}`)}function T(t){throw Error(t)}function E(t,e){t||T(e)}function C(t,e=null,i=null){if(!t)return null;if(i&&"string"==typeof t){if(i.addDefaultProtocol&&t.startsWith("www.")){let e=t.match(/\./g);e?.length>=2&&(t=`http://${t}`)}if(i.tryConvertEncoding)try{var r;r=t,t=decodeURIComponent(escape(r))}catch{}}let s=e?URL.parse(t,e):URL.parse(t);return!function(t){switch(t?.protocol){case"http:":case"https:":case"ftp:":case"mailto:":case"tel:":return!0;default:return!1}}(s)?null:s}function M(t,e,i=!1){let r=URL.parse(t);return r?(r.hash=e,r.href):i&&C(t,"http://example.com")?t.split("#",1)[0]+`${e?`#${e}`:""}`:""}function P(t){return t.substring(t.lastIndexOf("/")+1)}function k(t,e,i,r=!1){return Object.defineProperty(t,e,{value:i,enumerable:!r,configurable:!0,writable:!1}),i}let D=function(){function t(t,e){this.message=t,this.name=e}return t.prototype=Error(),t.constructor=t,t}();class I extends D{constructor(t,e){super(t,"PasswordException"),this.code=e}}class R extends D{constructor(t,e){super(t,"UnknownErrorException"),this.details=e}}class B extends D{constructor(t){super(t,"InvalidPDFException")}}class F extends D{constructor(t,e,i){super(t,"ResponseException"),this.status=e,this.missing=i}}class L extends D{constructor(t){super(t,"FormatError")}}class O extends D{constructor(t){super(t,"AbortException")}}function N(t){"string"!=typeof t&&T("Invalid argument for stringToBytes");let e=t.length,i=new Uint8Array(e);for(let r=0;r<e;++r)i[r]=255&t.charCodeAt(r);return i}class U{static get isLittleEndian(){let t;return k(this,"isLittleEndian",((t=new Uint8Array(4))[0]=1,1===new Uint32Array(t.buffer,0,1)[0]))}static get isOffscreenCanvasSupported(){return k(this,"isOffscreenCanvasSupported","u">typeof OffscreenCanvas)}static get isImageDecoderSupported(){return k(this,"isImageDecoderSupported","u">typeof ImageDecoder)}static get isFloat16ArraySupported(){return k(this,"isFloat16ArraySupported","u">typeof Float16Array)}static get isSanitizerSupported(){return k(this,"isSanitizerSupported","u">typeof Sanitizer)}static get platform(){let{platform:t,userAgent:e}=navigator;return k(this,"platform",{isAndroid:e.includes("Android"),isLinux:t.includes("Linux"),isMac:t.includes("Mac"),isWindows:t.includes("Win"),isFirefox:e.includes("Firefox")})}static get isCSSRoundSupported(){return k(this,"isCSSRoundSupported",globalThis.CSS?.supports?.("width: round(1.5px, 1px)"))}static get isAlphaColorInputSupported(){return k(this,"isAlphaColorInputSupported",(()=>{if("u"<typeof document)return!1;let t=document.createElement("input");return t.type="color",t.setAttribute("alpha",""),t.value="#ff000080","#ff0000"!==t.value})())}}class z{static get hexNums(){return k(this,"hexNums",Array.from(Array(256).keys(),t=>t.toString(16).padStart(2,"0")))}static makeHexColor(t,e,i){return`#${this.hexNums[t]}${this.hexNums[e]}${this.hexNums[i]}`}static domMatrixToTransform(t){return[t.a,t.b,t.c,t.d,t.e,t.f]}static scaleMinMax(t,e){let i;t[0]?(t[0]<0&&(i=e[0],e[0]=e[2],e[2]=i),e[0]*=t[0],e[2]*=t[0],t[3]<0&&(i=e[1],e[1]=e[3],e[3]=i),e[1]*=t[3],e[3]*=t[3]):(i=e[0],e[0]=e[1],e[1]=i,i=e[2],e[2]=e[3],e[3]=i,t[1]<0&&(i=e[1],e[1]=e[3],e[3]=i),e[1]*=t[1],e[3]*=t[1],t[2]<0&&(i=e[0],e[0]=e[2],e[2]=i),e[0]*=t[2],e[2]*=t[2]),e[0]+=t[4],e[1]+=t[5],e[2]+=t[4],e[3]+=t[5]}static transform(t,e){return[t[0]*e[0]+t[2]*e[1],t[1]*e[0]+t[3]*e[1],t[0]*e[2]+t[2]*e[3],t[1]*e[2]+t[3]*e[3],t[0]*e[4]+t[2]*e[5]+t[4],t[1]*e[4]+t[3]*e[5]+t[5]]}static multiplyByDOMMatrix(t,e){return[t[0]*e.a+t[2]*e.b,t[1]*e.a+t[3]*e.b,t[0]*e.c+t[2]*e.d,t[1]*e.c+t[3]*e.d,t[0]*e.e+t[2]*e.f+t[4],t[1]*e.e+t[3]*e.f+t[5]]}static applyTransform(t,e,i=0){let r=t[i],s=t[i+1];t[i]=r*e[0]+s*e[2]+e[4],t[i+1]=r*e[1]+s*e[3]+e[5]}static applyTransformToBezier(t,e,i=0){let r=e[0],s=e[1],n=e[2],a=e[3],o=e[4],l=e[5];for(let e=0;e<6;e+=2){let h=t[i+e],d=t[i+e+1];t[i+e]=h*r+d*n+o,t[i+e+1]=h*s+d*a+l}}static applyInverseTransform(t,e){let i=t[0],r=t[1],s=e[0]*e[3]-e[1]*e[2];t[0]=(i*e[3]-r*e[2]+e[2]*e[5]-e[4]*e[3])/s,t[1]=(-i*e[1]+r*e[0]+e[4]*e[1]-e[5]*e[0])/s}static axialAlignedBoundingBox(t,e,i){let r=e[0],s=e[1],n=e[2],a=e[3],o=e[4],l=e[5],h=t[0],d=t[1],c=t[2],u=t[3],p=r*h+o,g=p,m=r*c+o,f=m,b=a*d+l,v=b,y=a*u+l,A=y;if(0!==s||0!==n){let t=s*h,e=s*c,i=n*d,r=n*u;p+=i,f+=i,m+=r,g+=r,b+=t,A+=t,y+=e,v+=e}i[0]=Math.min(i[0],p,m,g,f),i[1]=Math.min(i[1],b,y,v,A),i[2]=Math.max(i[2],p,m,g,f),i[3]=Math.max(i[3],b,y,v,A)}static inverseTransform(t){let e=t[0]*t[3]-t[1]*t[2];return[t[3]/e,-t[1]/e,-t[2]/e,t[0]/e,(t[2]*t[5]-t[4]*t[3])/e,(t[4]*t[1]-t[5]*t[0])/e]}static singularValueDecompose2dScale(t,e){let i=t[0],r=t[1],s=t[2],n=t[3],a=i**2+r**2,o=s**2+n**2,l=(a+o)/2,h=Math.sqrt(l**2-(a*o-(i*s+r*n)**2));e[0]=Math.sqrt(l+h||1),e[1]=Math.sqrt(l-h||1)}static normalizeRect(t){let e=t.slice(0);return t[0]>t[2]&&(e[0]=t[2],e[2]=t[0]),t[1]>t[3]&&(e[1]=t[3],e[3]=t[1]),e}static intersect(t,e){let i=Math.max(Math.min(t[0],t[2]),Math.min(e[0],e[2])),r=Math.min(Math.max(t[0],t[2]),Math.max(e[0],e[2]));if(i>r)return null;let s=Math.max(Math.min(t[1],t[3]),Math.min(e[1],e[3])),n=Math.min(Math.max(t[1],t[3]),Math.max(e[1],e[3]));return s>n?null:[i,s,r,n]}static pointBoundingBox(t,e,i){i[0]=Math.min(i[0],t),i[1]=Math.min(i[1],e),i[2]=Math.max(i[2],t),i[3]=Math.max(i[3],e)}static rectBoundingBox(t,e,i,r,s){s[0]=Math.min(s[0],t,i),s[1]=Math.min(s[1],e,r),s[2]=Math.max(s[2],t,i),s[3]=Math.max(s[3],e,r)}static #t(t,e,i,r,s,n,a,o,l,h){if(l<=0||l>=1)return;let d=1-l,c=l*l,u=c*l,p=d*(d*(d*t+3*l*e)+3*c*i)+u*r,g=d*(d*(d*s+3*l*n)+3*c*a)+u*o;h[0]=Math.min(h[0],p),h[1]=Math.min(h[1],g),h[2]=Math.max(h[2],p),h[3]=Math.max(h[3],g)}static #e(t,e,i,r,s,n,a,o,l,h,d,c){if(1e-12>Math.abs(l)){Math.abs(h)>=1e-12&&this.#t(t,e,i,r,s,n,a,o,-d/h,c);return}let u=h**2-4*d*l;if(u<0)return;let p=Math.sqrt(u),g=2*l;this.#t(t,e,i,r,s,n,a,o,(-h+p)/g,c),this.#t(t,e,i,r,s,n,a,o,(-h-p)/g,c)}static bezierBoundingBox(t,e,i,r,s,n,a,o,l){l[0]=Math.min(l[0],t,a),l[1]=Math.min(l[1],e,o),l[2]=Math.max(l[2],t,a),l[3]=Math.max(l[3],e,o),this.#e(t,i,s,a,e,r,n,o,3*(-t+3*(i-s)+a),6*(t-2*i+s),3*(i-t),l),this.#e(t,i,s,a,e,r,n,o,3*(-e+3*(r-n)+o),6*(e-2*r+n),3*(r-e),l)}}let H=null,j=null;function $(t){return H||(H=/([\u00a0\u00b5\u037e\u0eb3\u2000-\u200a\u202f\u2126\ufb00-\ufb04\ufb06\ufb20-\ufb36\ufb38-\ufb3c\ufb3e\ufb40-\ufb41\ufb43-\ufb44\ufb46-\ufba1\ufba4-\ufba9\ufbae-\ufbb1\ufbd3-\ufbdc\ufbde-\ufbe7\ufbea-\ufbf8\ufbfc-\ufbfd\ufc00-\ufc5d\ufc64-\ufcf1\ufcf5-\ufd3d\ufd88\ufdf4\ufdfa-\ufdfb\ufe71\ufe77\ufe79\ufe7b\ufe7d]+)|(\ufb05+)/gu,j=new Map([["ſt","ſt"]])),t.replaceAll(H,(t,e,i)=>e?e.normalize("NFKC"):j.get(i))}function G(){if("function"==typeof crypto.randomUUID)return crypto.randomUUID();let t=new Uint8Array(32);return crypto.getRandomValues(t),function(t){("object"!=typeof t||t?.length===void 0)&&T("Invalid argument for bytesToString");let e=t.length;if(e<8192)return String.fromCharCode.apply(null,t);let i=[];for(let r=0;r<e;r+=8192){let s=Math.min(r+8192,e),n=t.subarray(r,s);i.push(String.fromCharCode.apply(null,n))}return i.join("")}(t)}let V="pdfjs_internal_id_",W=()=>[],X=()=>new Map,q=()=>Object.create(null);function K(t,e,i){return Math.min(Math.max(t,e),i)}"function"!=typeof Blob.prototype.bytes&&(Blob.prototype.bytes=async function(){return new Uint8Array(await this.arrayBuffer())}),"function"!=typeof Response.prototype.bytes&&(Response.prototype.bytes=async function(){return new Uint8Array(await this.arrayBuffer())}),"function"!=typeof AbortSignal.any&&(AbortSignal.any=function(t){let e=new AbortController,{signal:i}=e;for(let r of t)if(r.aborted)return e.abort(r.reason),i;for(let r of t)r.addEventListener("abort",()=>{e.abort(r.reason)},{signal:i});return i}),o(8111),o(1701),o(4603),o(7566),o(8721);class Y{static textContent(t){let e=[],i={items:e,styles:Object.create(null)};return!function t(i){if(!i)return;let r=null,s=i.name;if("#text"===s)r=i.value;else{if(!Y.shouldBuildText(s))return;i?.attributes?.textContent?r=i.attributes.textContent:i.value&&(r=i.value)}if(null!==r&&e.push({str:r}),i.children)for(let e of i.children)t(e)}(t),i}static shouldBuildText(t){return"textarea"!==t&&"input"!==t&&"option"!==t&&"select"!==t}}class J{static setupStorage(t,e,i,r,s){let n=r.getValue(e,{value:null});switch(i.name){case"textarea":if(null!==n.value&&(t.textContent=n.value),"print"===s)break;t.addEventListener("input",t=>{r.setValue(e,{value:t.target.value})});break;case"input":if("radio"===i.attributes.type||"checkbox"===i.attributes.type){if(n.value===i.attributes.xfaOn?t.setAttribute("checked",!0):n.value===i.attributes.xfaOff&&t.removeAttribute("checked"),"print"===s)break;t.addEventListener("change",t=>{r.setValue(e,{value:t.target.checked?t.target.getAttribute("xfaOn"):t.target.getAttribute("xfaOff")})})}else{if(null!==n.value&&t.setAttribute("value",n.value),"print"===s)break;t.addEventListener("input",t=>{r.setValue(e,{value:t.target.value})})}break;case"select":if(null!==n.value)for(let e of(t.setAttribute("value",n.value),i.children))e.attributes.value===n.value?e.attributes.selected=!0:Object.hasOwn(e.attributes,"selected")&&delete e.attributes.selected;t.addEventListener("input",t=>{let i=t.target.options,s=-1===i.selectedIndex?"":i[i.selectedIndex].value;r.setValue(e,{value:s})})}}static setAttributes({html:t,element:e,storage:i=null,intent:r,linkService:s}){let{attributes:n}=e,a=t instanceof HTMLAnchorElement;for(let[e,i]of("radio"===n.type&&(n.name=`${n.name}-${r}`),Object.entries(n)))if(null!=i)switch(e){case"class":i.length&&t.setAttribute(e,i.join(" "));break;case"dataId":break;case"id":t.setAttribute("data-element-id",i);break;case"style":Object.assign(t.style,i);break;case"textContent":t.textContent=i;break;default:a&&("href"===e||"newWindow"===e)||t.setAttribute(e,i)}a&&s.addLinkAttributes(t,n.href,n.newWindow),i&&n.dataId&&this.setupStorage(t,n.dataId,e,i)}static render(t){let e=t.annotationStorage,i=t.linkService,r=t.xfaHtml,s=t.intent||"display",n=document.createElement(r.name);r.attributes&&this.setAttributes({html:n,element:r,intent:s,linkService:i});let a="richText"!==s,o=t.div;if(o.append(n),t.viewport){let e=`matrix(${t.viewport.transform.join(",")})`;o.style.transform=e}a&&o.setAttribute("class","xfaLayer xfaFont");let l=[];if(0===r.children.length){if(r.value){let t=document.createTextNode(r.value);n.append(t),a&&Y.shouldBuildText(r.name)&&l.push(t)}return{textDivs:l}}let h=[[r,-1,n]];for(;h.length>0;){let[t,r,n]=h.at(-1);if(r+1===t.children.length){h.pop();continue}let o=t.children[++h.at(-1)[1]];if(null===o)continue;let{name:d}=o;if("#text"===d){let t=document.createTextNode(o.value);l.push(t),n.append(t);continue}let c=o?.attributes?.xmlns?document.createElementNS(o.attributes.xmlns,d):document.createElement(d);if(n.append(c),o.attributes&&this.setAttributes({html:c,element:o,storage:e,intent:s,linkService:i}),o.children?.length>0)h.push([o,-1,c]);else if(o.value){let t=document.createTextNode(o.value);a&&Y.shouldBuildText(d)&&l.push(t),c.append(t)}}for(let t of o.querySelectorAll(".xfaNonInteractive input, .xfaNonInteractive textarea"))t.setAttribute("readOnly",!0);return{textDivs:l}}static update(t){let e=`matrix(${t.viewport.transform.join(",")})`;t.div.style.transform=e,t.div.hidden=!1}}let Q="http://www.w3.org/2000/svg";class Z{static CSS=96;static PDF=72;static PDF_TO_CSS_UNITS=this.CSS/this.PDF}async function tt(t,e="text"){if(tl(t,document.baseURI)){let i=await fetch(t);if(!i.ok)throw Error(i.statusText);switch(e){case"blob":return i.blob();case"bytes":return i.bytes();case"json":return i.json()}return i.text()}return new Promise((i,r)=>{let s=new XMLHttpRequest;s.open("GET",t,!0),s.responseType="bytes"===e?"arraybuffer":e,s.onreadystatechange=()=>{if(s.readyState===XMLHttpRequest.DONE){if(200===s.status||0===s.status){switch(e){case"bytes":i(new Uint8Array(s.response));return;case"blob":case"json":i(s.response);return}i(s.responseText);return}r(Error(s.statusText))}},s.send(null)})}class te{constructor({viewBox:t,userUnit:e,scale:i,rotation:r,offsetX:s=0,offsetY:n=0,dontFlip:a=!1}){let o,l,h,d,c,u,p,g;this.viewBox=t,this.userUnit=e,this.scale=i,this.rotation=r,this.offsetX=s,this.offsetY=n,i*=e;const m=(t[2]+t[0])/2,f=(t[3]+t[1])/2;switch((r%=360)<0&&(r+=360),r){case 180:o=-1,l=0,h=0,d=1;break;case 90:o=0,l=1,h=1,d=0;break;case 270:o=0,l=-1,h=-1,d=0;break;case 0:o=1,l=0,h=0,d=-1;break;default:throw Error("PageViewport: Invalid rotation, must be a multiple of 90 degrees.")}a&&(h=-h,d=-d),0===o?(c=Math.abs(f-t[1])*i+s,u=Math.abs(m-t[0])*i+n,p=(t[3]-t[1])*i,g=(t[2]-t[0])*i):(c=Math.abs(m-t[0])*i+s,u=Math.abs(f-t[1])*i+n,p=(t[2]-t[0])*i,g=(t[3]-t[1])*i),this.transform=[o*i,l*i,h*i,d*i,c-o*i*m-h*i*f,u-l*i*m-d*i*f],this.width=p,this.height=g}get rawDims(){let t=this.viewBox;return k(this,"rawDims",{pageWidth:t[2]-t[0],pageHeight:t[3]-t[1],pageX:t[0],pageY:t[1]})}clone({scale:t=this.scale,rotation:e=this.rotation,offsetX:i=this.offsetX,offsetY:r=this.offsetY,dontFlip:s=!1}={}){return new te({viewBox:this.viewBox.slice(),userUnit:this.userUnit,scale:t,rotation:e,offsetX:i,offsetY:r,dontFlip:s})}convertToViewportPoint(t,e){let i=[t,e];return z.applyTransform(i,this.transform),i}convertToViewportRectangle(t){let e=[t[0],t[1]];z.applyTransform(e,this.transform);let i=[t[2],t[3]];return z.applyTransform(i,this.transform),[e[0],e[1],i[0],i[1]]}convertToPdfPoint(t,e){let i=[t,e];return z.applyInverseTransform(i,this.transform),i}}class ti extends D{constructor(t,e=0){super(t,"RenderingCancelledException"),this.extraDelay=e}}function tr(t){let e=t.length,i=0;for(;i<e&&""===t[i].trim();)i++;return"data:"===t.substring(i,i+5).toLowerCase()}function ts(t){return"string"==typeof t&&/\.pdf$/i.test(t)}function tn(t){return[t]=t.split(/[#?]/,1),P(t)}function ta(t,e="document.pdf"){if("string"!=typeof t)return e;if(tr(t))return S('getPdfFilenameFromUrl: ignore "data:"-URL for performance reasons.'),e;let i=(t=>{try{return new URL(t)}catch{try{return new URL(decodeURIComponent(t))}catch{try{return new URL(t,"https://foo.bar")}catch{try{return new URL(decodeURIComponent(t),"https://foo.bar")}catch{return null}}}}})(t);if(!i)return e;let r=t=>{try{let e=decodeURIComponent(t);if(e.includes("/")&&(e=P(e),/^\.pdf$/i.test(e)))return t;return e}catch{return t}},s=/\.pdf$/i,n=P(i.pathname);if(s.test(n))return r(n);if(i.searchParams.size>0){let t=t=>[...t].findLast(t=>s.test(t)),e=t(i.searchParams.values())??t(i.searchParams.keys());if(e)return r(e)}if(i.hash){let t=/[^/?#=]+\.pdf\b(?!.*\.pdf\b)/i.exec(i.hash);if(t)return r(t[0])}return e}class to{#i=new Map;times=[];time(t){this.#i.has(t)&&S(`Timer is already running for ${t}`),this.#i.set(t,Date.now())}timeEnd(t){this.#i.has(t)||S(`Timer has not been started for ${t}`),this.times.push({name:t,start:this.#i.get(t),end:Date.now()}),this.#i.delete(t)}toString(){let t=Math.max(...this.times.map(t=>t.name.length));return this.times.map(e=>`${e.name.padEnd(t)} ${e.end-e.start}ms
|
|
2
|
+
`).join("")}}function tl(t,e){let i=e?URL.parse(t,e):URL.parse(t);return/https?:/.test(i?.protocol??"")}function th(t){t.preventDefault()}function td(t){t.preventDefault(),t.stopPropagation()}class tc{static #r;static toDateObject(t){if(t instanceof Date)return t;if(!t||"string"!=typeof t)return null;this.#r||=RegExp("^D:(\\d{4})(\\d{2})?(\\d{2})?(\\d{2})?(\\d{2})?(\\d{2})?([Z|+|-])?(\\d{2})?'?(\\d{2})?'?");let e=this.#r.exec(t);if(!e)return null;let i=parseInt(e[1],10),r=parseInt(e[2],10);r=r>=1&&r<=12?r-1:0;let s=parseInt(e[3],10);s=s>=1&&s<=31?s:1;let n=parseInt(e[4],10);n=n>=0&&n<=23?n:0;let a=parseInt(e[5],10);a=a>=0&&a<=59?a:0;let o=parseInt(e[6],10);o=o>=0&&o<=59?o:0;let l=e[7]||"Z",h=parseInt(e[8],10);h=h>=0&&h<=23?h:0;let d=parseInt(e[9],10)||0;return d=d>=0&&d<=59?d:0,"-"===l?(n+=h,a+=d):"+"===l&&(n-=h,a-=d),new Date(Date.UTC(i,r,s,n,a,o))}}function tu(t,{scale:e=1,rotation:i=0}){let{width:r,height:s}=t.attributes.style;return new te({viewBox:[0,0,parseInt(r,10),parseInt(s,10)],userUnit:1,scale:e,rotation:i})}function tp(t){if(t.startsWith("#")){let e=t.slice(1);return[parseInt(e.slice(0,2),16),parseInt(e.slice(2,4),16),parseInt(e.slice(4,6),16),e.length>=8?parseInt(e.slice(6,8),16)/255:1]}if(t.startsWith("rgb(")){let[e,i,r]=t.slice(4,-1).split(",").map(t=>parseInt(t,10));return[e,i,r,1]}if(t.startsWith("rgba(")){let e=t.slice(5,-1).split(",");return[parseInt(e[0],10),parseInt(e[1],10),parseInt(e[2],10),parseFloat(e[3])]}let e=t.match(/^color\(srgb\s+([\d.]+)\s+([\d.]+)\s+([\d.]+)(?:\s*\/\s*([\d.]+|none))?\)$/);return e?[Math.round(255*parseFloat(e[1])),Math.round(255*parseFloat(e[2])),Math.round(255*parseFloat(e[3])),void 0!==e[4]&&"none"!==e[4]?parseFloat(e[4]):1]:null}function tg(t){let e=tp(t);return e?e.slice(0,3):(S(`Not a valid color format: "${t}"`),[0,0,0])}function tm(t){let{a:e,b:i,c:r,d:s,e:n,f:a}=t.getTransform();return[e,i,r,s,n,a]}function tf(t){let{a:e,b:i,c:r,d:s,e:n,f:a}=t.getTransform().invertSelf();return[e,i,r,s,n,a]}function tb(t,e,i=!1,r=!0){if(e instanceof te){let{pageWidth:r,pageHeight:s}=e.rawDims,{style:n}=t,a=U.isCSSRoundSupported,o=`var(--total-scale-factor) * ${r}px`,l=`var(--total-scale-factor) * ${s}px`,h=a?`round(down, ${o}, var(--scale-round-x))`:`calc(${o})`,d=a?`round(down, ${l}, var(--scale-round-y))`:`calc(${l})`;i&&e.rotation%180!=0?(n.width=d,n.height=h):(n.width=h,n.height=d)}r&&t.setAttribute("data-main-rotation",e.rotation)}class tv{constructor(){const{pixelRatio:t}=tv;this.sx=t,this.sy=t}get scaled(){return 1!==this.sx||1!==this.sy}get symmetric(){return this.sx===this.sy}limitCanvas(t,e,i,r,s=-1){let n=1/0,a=1/0,o=1/0;(i=tv.capPixels(i,s))>0&&(n=Math.sqrt(i/(t*e))),-1!==r&&(a=r/t,o=r/e);let l=Math.min(n,a,o);return(this.sx>l||this.sy>l)&&(this.sx=l,this.sy=l,!0)}static get pixelRatio(){return globalThis.devicePixelRatio||1}static capPixels(t,e){if(e>=0){let i=Math.ceil(window.screen.availWidth*window.screen.availHeight*this.pixelRatio**2*(1+e/100));return t>0?Math.min(t,i):i}return t}}let ty=["image/apng","image/avif","image/bmp","image/gif","image/jpeg","image/png","image/svg+xml","image/webp","image/x-icon"];class tA{static get isDarkMode(){return k(this,"isDarkMode",!!window?.matchMedia?.("(prefers-color-scheme: dark)").matches)}}class tx{static get commentForegroundColor(){let t=document.createElement("span");t.classList.add("comment","sidebar");let{style:e}=t;e.width=e.height="0",e.display="none",e.color="var(--comment-fg-color)",document.body.append(t);let{color:i}=window.getComputedStyle(t);return t.remove(),k(this,"commentForegroundColor",tg(i))}}function tw(t,e){let i=255*(1-(e=K(e??1,0,1)));return t.map(t=>Math.round(t*e+i))}function t_(t,e){let i=t[0]/255,r=t[1]/255,s=t[2]/255,n=Math.max(i,r,s),a=Math.min(i,r,s),o=(n+a)/2;if(n===a)e[0]=e[1]=0;else{let t=n-a;switch(e[1]=o<.5?t/(n+a):t/(2-n-a),n){case i:e[0]=((r-s)/t+6*(r<s))*60;break;case r:e[0]=((s-i)/t+2)*60;break;case s:e[0]=((i-r)/t+4)*60}}e[2]=o}function tS(t,e){let i=t[0],r=t[1],s=t[2],n=(1-Math.abs(2*s-1))*r,a=n*(1-Math.abs(i/60%2-1)),o=s-n/2;switch(Math.floor(i/60)){case 0:e[0]=n+o,e[1]=a+o,e[2]=o;break;case 1:e[0]=a+o,e[1]=n+o,e[2]=o;break;case 2:e[0]=o,e[1]=n+o,e[2]=a+o;break;case 3:e[0]=o,e[1]=a+o,e[2]=n+o;break;case 4:e[0]=a+o,e[1]=o,e[2]=n+o;break;case 5:case 6:e[0]=n+o,e[1]=o,e[2]=a+o}}function tT(t){return t<=.03928?t/12.92:((t+.055)/1.055)**2.4}function tE(t,e,i){tS(t,i),i.map(tT);let r=.2126*i[0]+.7152*i[1]+.0722*i[2];tS(e,i),i.map(tT);let s=.2126*i[0]+.7152*i[1]+.0722*i[2];return r>s?(r+.05)/(s+.05):(s+.05)/(r+.05)}let tC=new Map;function tM(t,e){let i=t[0]+256*t[1]+65536*t[2]+0x1000000*e[0]+0x100000000*e[1]+0x10000000000*e[2],r=tC.get(i);if(r)return r;let s=new Float32Array(9),n=s.subarray(0,3),a=s.subarray(3,6);t_(t,a);let o=s.subarray(6,9);t_(e,o);let l=o[2]<.5,h=l?12:4.5;if(a[2]=l?Math.sqrt(a[2]):1-Math.sqrt(1-a[2]),tE(a,o,n)<h){let t,e;for(l?(t=a[2],e=1):(t=0,e=a[2]);e-t>.005;){let i=a[2]=(t+e)/2;l===tE(a,o,n)<h?t=i:e=i}a[2]=l?e:t}return tS(a,n),r=z.makeHexColor(Math.round(255*n[0]),Math.round(255*n[1]),Math.round(255*n[2])),tC.set(i,r),r}function tP({html:t,dir:e,className:i},r){let s=document.createDocumentFragment();if("string"==typeof t){let i=document.createElement("p");i.dir=e||"auto";let r=t.split(/(?:\r\n?|\n)/);for(let t=0,e=r.length;t<e;++t){let s=r[t];i.append(document.createTextNode(s)),t<e-1&&i.append(document.createElement("br"))}s.append(i)}else J.render({xfaHtml:t,div:s,intent:"richText"});s.firstElementChild.classList.add("richText",i),r.append(s)}function tk(t){let e=new Path2D;if(!t)return e;for(let i=0,r=t.length;i<r;)switch(t[i++]){case 0:e.moveTo(t[i++],t[i++]);break;case 1:e.lineTo(t[i++],t[i++]);break;case 2:e.bezierCurveTo(t[i++],t[i++],t[i++],t[i++],t[i++],t[i++]);break;case 3:e.quadraticCurveTo(t[i++],t[i++],t[i++],t[i++]);break;case 4:e.closePath();break;default:S(`Unrecognized drawing path operator: ${t[i-1]}`)}return e}o(4972),o(4628),o(7642),o(8004),o(3853),o(5876),o(2475),o(5024),o(1698),o(8454),o(9452),o(4979),o(3579),o(3110),o(9314),o(1148),o(9112);class tD{#s=null;#n=null;#a;#o=null;#l=null;#h=null;#d=null;#c=null;static #u=null;constructor(t){this.#a=t,tD.#u||=Object.freeze({freetext:"pdfjs-editor-remove-freetext-button",highlight:"pdfjs-editor-remove-highlight-button",ink:"pdfjs-editor-remove-ink-button",stamp:"pdfjs-editor-remove-stamp-button",signature:"pdfjs-editor-remove-signature-button"})}render(){let t=this.#s=document.createElement("div");t.classList.add("editToolbar","hidden"),t.setAttribute("role","toolbar");let e=this.#a._uiManager._signal;e instanceof AbortSignal&&!e.aborted&&(t.addEventListener("contextmenu",th,{signal:e}),t.addEventListener("pointerdown",tD.#p,{signal:e}));let i=this.#o=document.createElement("div");i.className="buttons",t.append(i);let r=this.#a.toolbarPosition;if(r){let{style:e}=t,i="ltr"===this.#a._uiManager.direction?1-r[0]:r[0];e.insetInlineEnd=`${100*i}%`,e.top=`calc(${100*r[1]}% + var(--editor-toolbar-vert-offset))`}return t}get div(){return this.#s}static #p(t){t.stopPropagation()}#g(t){this.#a._focusEventsAllowed=!1,td(t)}#m(t){this.#a._focusEventsAllowed=!0,td(t)}#f(t){let e=this.#a._uiManager._signal;return e instanceof AbortSignal&&!e.aborted&&(t.addEventListener("focusin",this.#g.bind(this),{capture:!0,signal:e}),t.addEventListener("focusout",this.#m.bind(this),{capture:!0,signal:e}),t.addEventListener("contextmenu",th,{signal:e}),!0)}hide(){this.#s.classList.add("hidden"),this.#n?.hideDropdown()}show(){this.#s.classList.remove("hidden"),this.#l?.shown(),this.#h?.shown()}addDeleteButton(){let{editorType:t,_uiManager:e}=this.#a,i=document.createElement("button");i.classList.add("basic","deleteButton"),i.tabIndex=0,i.setAttribute("data-l10n-id",tD.#u[t]),this.#f(i)&&i.addEventListener("click",t=>{e.delete()},{signal:e._signal}),this.#o.append(i)}get #b(){let t=document.createElement("div");return t.className="divider",t}async addAltText(t){let e=await t.render();this.#f(e),this.#o.append(e,this.#b),this.#l=t}addComment(t,e=null){if(this.#h)return;let i=t.renderForToolbar();if(!i)return;this.#f(i);let r=this.#d=this.#b;e?(this.#o.insertBefore(i,e),this.#o.insertBefore(r,e)):this.#o.append(i,r),this.#h=t,t.toolbar=this}addColorPicker(t){if(this.#n)return;this.#n=t;let e=t.renderButton();this.#f(e),this.#o.append(e,this.#b)}async addEditSignatureButton(t){let e=this.#c=await t.renderEditButton(this.#a);this.#f(e),this.#o.append(e,this.#b)}removeButton(t){"comment"===t&&(this.#h?.removeToolbarCommentButton(),this.#h=null,this.#d?.remove(),this.#d=null)}async addButton(t,e){switch(t){case"colorPicker":e&&this.addColorPicker(e);break;case"altText":e&&await this.addAltText(e);break;case"editSignature":e&&await this.addEditSignatureButton(e);break;case"delete":this.addDeleteButton();break;case"comment":e&&this.addComment(e)}}async addButtonBefore(t,e,i){if(!e&&"comment"===t)return;let r=this.#o.querySelector(i);r&&"comment"===t&&this.addComment(e,r)}updateEditSignatureButton(t){this.#c&&(this.#c.title=t)}remove(){this.#s.remove(),this.#n?.destroy(),this.#n=null}}class tI{#o=null;#s=null;#v;constructor(t){this.#v=t}#y(){let t=this.#s=document.createElement("div");t.className="editToolbar",t.setAttribute("role","toolbar");let e=this.#v._signal;e instanceof AbortSignal&&!e.aborted&&t.addEventListener("contextmenu",th,{signal:e});let i=this.#o=document.createElement("div");return i.className="buttons",t.append(i),this.#v.hasCommentManager()&&this.#A("commentButton","pdfjs-comment-floating-button","pdfjs-comment-floating-button-label",()=>{this.#v.commentSelection("floating_button")}),this.#A("highlightButton","pdfjs-highlight-floating-button1","pdfjs-highlight-floating-button-label",()=>{this.#v.highlightSelection("floating_button")}),t}#x(t,e){let i=0,r=0;for(let s of t){let t=s.y+s.height;if(t<i)continue;let n=s.x+(e?s.width:0);if(t>i){r=n,i=t;continue}e?n>r&&(r=n):n<r&&(r=n)}return[e?1-r:r,i]}show(t,e,i){let[r,s]=this.#x(e,i),{style:n}=this.#s||=this.#y();t.append(this.#s),n.insetInlineEnd=`${100*r}%`,n.top=`calc(${100*s}% + var(--editor-toolbar-vert-offset))`}hide(){this.#s.remove()}#A(t,e,i,r){let s=document.createElement("button");s.classList.add("basic",t),s.tabIndex=0,s.setAttribute("data-l10n-id",e);let n=document.createElement("span");s.append(n),n.className="visuallyHidden",n.setAttribute("data-l10n-id",i);let a=this.#v._signal;a instanceof AbortSignal&&!a.aborted&&(s.addEventListener("contextmenu",th,{signal:a}),s.addEventListener("click",r,{signal:a})),this.#o.append(s)}}function tR(t,e,i){for(let r of i)e.addEventListener(r,t[r].bind(t))}class tB{static #w=NaN;static #_=null;static #S=NaN;static #T=null;static initializeAndAddPointerId(t){(tB.#_||=new Set).add(t)}static setPointer(t,e){tB.#w||=e,tB.#T??=t}static setTimeStamp(t){tB.#S=t}static isSamePointerId(t){return tB.#w===t}static isSamePointerIdOrRemove(t){return tB.#w===t||(tB.#_?.delete(t),!1)}static isSamePointerType(t){return tB.#T===t}static isInitializedAndDifferentPointerType(t){return null!==tB.#T&&!tB.isSamePointerType(t)}static isSameTimeStamp(t){return tB.#S===t}static isUsingMultiplePointers(){return tB.#_?.size>=1}static clearPointerType(){tB.#T=null}static clearPointerIds(){tB.#w=NaN,tB.#_=null}static clearTimeStamp(){tB.#S=NaN}}class tF{#E=0;get id(){return`${p}${this.#E++}`}}class tL{#C=G();#E=0;#M=null;static get _isSVGFittingCanvas(){let t=new OffscreenCanvas(1,3).getContext("2d",{willReadFrequently:!0}),e=new Image;return e.src='data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 1 1" width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" style="fill:red;"/></svg>',k(this,"_isSVGFittingCanvas",e.decode().then(()=>(t.drawImage(e,0,0,1,1,0,0,1,3),0===new Uint32Array(t.getImageData(0,0,1,1).data.buffer)[0])))}async #P(t,e){this.#M||=new Map;let i=this.#M.get(t);if(null===i)return null;if(i?.bitmap)return i.refCounter+=1,i;try{let t;if(i||={bitmap:null,id:`image_${this.#C}_${this.#E++}`,refCounter:0,isSvg:!1},"string"==typeof e?(i.url=e,t=await tt(e,"blob")):e instanceof File?t=i.file=e:e instanceof Blob&&(t=e),"image/svg+xml"===t.type){let e=tL._isSVGFittingCanvas,r=new FileReader,s=new Image,n=new Promise((t,n)=>{s.onload=()=>{i.bitmap=s,i.isSvg=!0,t()},r.onload=async()=>{let t=i.svgUrl=r.result;s.src=await e?`${t}#svgView(preserveAspectRatio(none))`:t},s.onerror=r.onerror=n});r.readAsDataURL(t),await n}else i.bitmap=await createImageBitmap(t);i.refCounter=1}catch(t){S(t),i=null}return this.#M.set(t,i),i&&this.#M.set(i.id,i),i}async getFromFile(t){let{lastModified:e,name:i,size:r,type:s}=t;return this.#P(`${e}_${i}_${r}_${s}`,t)}async getFromUrl(t){return this.#P(t,t)}async getFromBlob(t,e){let i=await e;return this.#P(t,i)}async getFromId(t){this.#M||=new Map;let e=this.#M.get(t);if(!e)return null;if(e.bitmap)return e.refCounter+=1,e;if(e.file)return this.getFromFile(e.file);if(e.blobPromise){let{blobPromise:t}=e;return delete e.blobPromise,this.getFromBlob(e.id,t)}return this.getFromUrl(e.url)}getFromCanvas(t,e){this.#M||=new Map;let i=this.#M.get(t);if(i?.bitmap)return i.refCounter+=1,i;let r=new OffscreenCanvas(e.width,e.height);return r.getContext("2d").drawImage(e,0,0),i={bitmap:r.transferToImageBitmap(),id:`image_${this.#C}_${this.#E++}`,refCounter:1,isSvg:!1},this.#M.set(t,i),this.#M.set(i.id,i),i}getSvgUrl(t){let e=this.#M.get(t);return e?.isSvg?e.svgUrl:null}deleteId(t){this.#M||=new Map;let e=this.#M.get(t);if(!e||(e.refCounter-=1,0!==e.refCounter))return;let{bitmap:i}=e;if(!e.url&&!e.file){let t=new OffscreenCanvas(i.width,i.height);t.getContext("bitmaprenderer").transferFromImageBitmap(i),e.blobPromise=t.convertToBlob()}i.close?.(),e.bitmap=null}isValidId(t){return t.startsWith(`image_${this.#C}_`)}}class tO{#k=[];#D=!1;#I;#R=-1;constructor(t=128){this.#I=t}add({cmd:t,undo:e,post:i,mustExec:r,type:s=NaN,overwriteIfSameType:n=!1,keepUndo:a=!1}){if(r&&t(),this.#D)return;let o={cmd:t,undo:e,post:i,type:s};if(-1===this.#R){this.#k.length>0&&(this.#k.length=0),this.#R=0,this.#k.push(o);return}if(n&&this.#k[this.#R].type===s){a&&(o.undo=this.#k[this.#R].undo),this.#k[this.#R]=o;return}let l=this.#R+1;l===this.#I?this.#k.splice(0,1):(this.#R=l,l<this.#k.length&&this.#k.splice(l)),this.#k.push(o)}undo(){if(-1===this.#R)return;this.#D=!0;let{undo:t,post:e}=this.#k[this.#R];t(),e?.(),this.#D=!1,this.#R-=1}redo(){if(this.#R<this.#k.length-1){this.#R+=1,this.#D=!0;let{cmd:t,post:e}=this.#k[this.#R];t(),e?.(),this.#D=!1}}hasSomethingToUndo(){return -1!==this.#R}hasSomethingToRedo(){return this.#R<this.#k.length-1}cleanType(t){if(-1!==this.#R){for(let e=this.#R;e>=0;e--)if(this.#k[e].type!==t){this.#k.splice(e+1,this.#R-e),this.#R=e;return}this.#k.length=0,this.#R=-1}}destroy(){this.#k=null}}class tN{constructor(t){this.buffer=[],this.callbacks=new Map,this.allKeys=new Set;const{isMac:e}=U.platform;for(const[i,r,s={}]of t)for(const t of i){const i=t.startsWith("mac+");e&&i?(this.callbacks.set(t.slice(4),{callback:r,options:s}),this.allKeys.add(t.split("+").at(-1))):e||i||(this.callbacks.set(t,{callback:r,options:s}),this.allKeys.add(t.split("+").at(-1)))}}#B(t){t.altKey&&this.buffer.push("alt"),t.ctrlKey&&this.buffer.push("ctrl"),t.metaKey&&this.buffer.push("meta"),t.shiftKey&&this.buffer.push("shift"),this.buffer.push(t.key);let e=this.buffer.join("+");return this.buffer.length=0,e}exec(t,e){if(!this.allKeys.has(e.key))return;let i=this.callbacks.get(this.#B(e));if(!i)return;let{callback:r,options:{bubbles:s=!1,args:n=[],checker:a=null}}=i;(!a||a(t,e))&&(r.bind(t,...n,e)(),s||td(e))}}class tU{static _colorsMapping=new Map([["CanvasText",[0,0,0]],["Canvas",[255,255,255]]]);get _colors(){let t=new Map([["CanvasText",null],["Canvas",null]]),e=document.createElement("span");for(let i of(e.style.visibility="hidden",e.style.colorScheme="only light",document.body.append(e),t.keys())){e.style.color=i;let r=window.getComputedStyle(e).color;t.set(i,tg(r))}return e.remove(),k(this,"_colors",t)}convert(t){let e=tg(t);if(!window.matchMedia("(forced-colors: active)").matches)return e;for(let[t,i]of this._colors)if(i.every((t,i)=>t===e[i]))return tU._colorsMapping.get(t);return e}getHexCode(t){let e=this._colors.get(t);return e?z.makeHexColor(...e):t}}class tz{#F=new AbortController;#L=null;#O=null;#N=new Map;#U=new Map;#z=null;#H=null;#j=null;#$=null;#G=new tO;#V=null;#W=null;#X=null;#q=0;#K=new Set;#Y=null;#J=null;#Q=new Set;_editorUndoBar=null;#Z=!1;#tt=!1;#te=!1;#ti=null;#tr=null;#ts=null;#tn=null;#ta=!1;#to=null;#tl=new tF;#th=!1;#td=!1;#tc=!1;#tu=null;#tp=null;#tg=null;#tm=null;#tf=null;#tb=g.NONE;#tv=new Set;#ty=null;#tA=null;#tx=null;#tw=null;#t_=null;#tS={isEditing:!1,isEmpty:!0,hasSomethingToUndo:!1,hasSomethingToRedo:!1,hasSelectedEditor:!1,hasSelectedText:!1};#tT=[0,0];#tE=null;#tC=null;#tM=null;#tP=null;#tk=null;static TRANSLATE_SMALL=1;static TRANSLATE_BIG=10;static get _keyboardManager(){let t=tz.prototype,e=t=>t.#tC.contains(document.activeElement)&&"BUTTON"!==document.activeElement.tagName&&t.hasSomethingToControl(),i=(t,{target:e})=>{if(e instanceof HTMLInputElement){let{type:t}=e;return"text"!==t&&"number"!==t}return!0},r=this.TRANSLATE_SMALL,s=this.TRANSLATE_BIG;return k(this,"_keyboardManager",new tN([[["ctrl+a","mac+meta+a"],t.selectAll,{checker:i}],[["ctrl+z","mac+meta+z"],t.undo,{checker:i}],[["ctrl+y","ctrl+shift+z","mac+meta+shift+z","ctrl+shift+Z","mac+meta+shift+Z"],t.redo,{checker:i}],[["Backspace","alt+Backspace","ctrl+Backspace","shift+Backspace","mac+Backspace","mac+alt+Backspace","mac+ctrl+Backspace","Delete","ctrl+Delete","shift+Delete","mac+Delete"],t.delete,{checker:i}],[["Enter","mac+Enter"],t.addNewEditorFromKeyboard,{checker:(t,{target:e})=>!(e instanceof HTMLButtonElement)&&t.#tC.contains(e)&&!t.isEnterHandled}],[[" ","mac+ "],t.addNewEditorFromKeyboard,{checker:(t,{target:e})=>!(e instanceof HTMLButtonElement)&&t.#tC.contains(document.activeElement)}],[["Escape","mac+Escape"],t.unselectAll],[["ArrowLeft","mac+ArrowLeft"],t.translateSelectedEditors,{args:[-r,0],checker:e}],[["ctrl+ArrowLeft","mac+shift+ArrowLeft"],t.translateSelectedEditors,{args:[-s,0],checker:e}],[["ArrowRight","mac+ArrowRight"],t.translateSelectedEditors,{args:[r,0],checker:e}],[["ctrl+ArrowRight","mac+shift+ArrowRight"],t.translateSelectedEditors,{args:[s,0],checker:e}],[["ArrowUp","mac+ArrowUp"],t.translateSelectedEditors,{args:[0,-r],checker:e}],[["ctrl+ArrowUp","mac+shift+ArrowUp"],t.translateSelectedEditors,{args:[0,-s],checker:e}],[["ArrowDown","mac+ArrowDown"],t.translateSelectedEditors,{args:[0,r],checker:e}],[["ctrl+ArrowDown","mac+shift+ArrowDown"],t.translateSelectedEditors,{args:[0,s],checker:e}]]))}constructor(t,e,i,r,s,n,a,o,l,h,d,c,u,p,g,m){const f=this._signal=this.#F.signal;this.#tC=t,this.#tM=e,this.#tP=i,this.#H=r,this.#V=s,this.#tA=n,this.#t_=o,this._eventBus=a,a._on("editingaction",this.onEditingAction.bind(this),{signal:f}),a._on("pagechanging",this.onPageChanging.bind(this),{signal:f}),a._on("scalechanging",this.onScaleChanging.bind(this),{signal:f}),a._on("rotationchanging",this.onRotationChanging.bind(this),{signal:f}),a._on("setpreference",this.onSetPreference.bind(this),{signal:f}),a._on("switchannotationeditorparams",t=>this.updateParams(t.type,t.value),{signal:f}),window.addEventListener("pointerdown",()=>{this.#td=!0},{capture:!0,signal:f}),window.addEventListener("pointerup",()=>{this.#td=!1},{capture:!0,signal:f}),window.addEventListener("beforeunload",this.#tD.bind(this),{capture:!0,signal:f}),this.#tI(),this.#tR(),this.#tB(),this.#j=o.annotationStorage,this.#ti=o.filterFactory,this.#tx=l,this.#tn=h||null,this.#Z=d,this.#tt=c,this.#te=u,this.#tf=p||null,this.viewParameters={realScale:Z.PDF_TO_CSS_UNITS,rotation:0},this.isShiftKeyDown=!1,this._editorUndoBar=g||null,this._supportsPinchToZoom=!1!==m,s?.setSidebarUiManager(this)}destroy(){for(let t of(this.#tk?.resolve(),this.#tk=null,this.#F?.abort(),this.#F=null,this._signal=null,this.#U.values()))t.destroy();this.#U.clear(),this.#N.clear(),this.#Q.clear(),this.#tm?.clear(),this.#L=null,this.#tv.clear(),this.#G.destroy(),this.#H?.destroy(),this.#V?.destroy(),this.#tA?.destroy(),this.#to?.hide(),this.#to=null,this.#tg?.destroy(),this.#tg=null,this.#O=null,this.#tr&&(clearTimeout(this.#tr),this.#tr=null),this.#tE&&(clearTimeout(this.#tE),this.#tE=null),this._editorUndoBar?.destroy(),this.#t_=null}combinedSignal(t){return AbortSignal.any([this._signal,t.signal])}get mlManager(){return this.#tf}get useNewAltTextFlow(){return this.#tt}get useNewAltTextWhenAddingImage(){return this.#te}get hcmFilter(){return k(this,"hcmFilter",this.#tx?this.#ti.addHCMFilter(this.#tx.foreground,this.#tx.background):"none")}get direction(){return k(this,"direction",getComputedStyle(this.#tC).direction)}get _highlightColors(){return k(this,"_highlightColors",this.#tn?new Map(this.#tn.split(",").map(t=>((t=t.split("=").map(t=>t.trim()))[1]=t[1].toUpperCase(),t))):null)}get highlightColors(){let{_highlightColors:t}=this;if(!t)return k(this,"highlightColors",null);let e=new Map,i=!!this.#tx;for(let[r,s]of t){let t=r.endsWith("_HCM");if(i&&t){e.set(r.replace("_HCM",""),s);continue}i||t||e.set(r,s)}return k(this,"highlightColors",e)}get highlightColorNames(){return k(this,"highlightColorNames",this.highlightColors?new Map(Array.from(this.highlightColors,t=>t.reverse())):null)}getNonHCMColor(t){if(!this._highlightColors)return t;let e=this.highlightColorNames.get(t);return this._highlightColors.get(e)||t}getNonHCMColorName(t){return this.highlightColorNames.get(t)||t}setCurrentDrawingSession(t){t?(this.unselectAll(),this.disableUserSelect(!0)):this.disableUserSelect(!1),this.#X=t}setMainHighlightColorPicker(t){this.#tg=t}editAltText(t,e=!1){this.#H?.editAltText(this,t,e)}hasCommentManager(){return!!this.#V}editComment(t,e,i,r){this.#V?.showDialog(this,t,e,i,r)}selectComment(t,e){let i=this.#U.get(t),r=i?.getEditorByUID(e);r?.toggleComment(!0,!0)}updateComment(t){this.#V?.updateComment(t.getData())}updatePopupColor(t){this.#V?.updatePopupColor(t)}removeComment(t){this.#V?.removeComments([t.uid])}deleteComment(t,e){let i=()=>{t.comment=e},r=()=>{this._editorUndoBar?.show(i,"comment"),this.toggleComment(null),t.comment=null};this.addCommands({cmd:r,undo:i,mustExec:!0})}toggleComment(t,e,i){this.#V?.toggleCommentPopup(t,e,i)}makeCommentColor(t,e){return t&&this.#V?.makeCommentColor(t,e)||null}getCommentDialogElement(){return this.#V?.dialogElement||null}async waitForEditorsRendered(t){if(this.#U.has(t-1))return;let{resolve:e,promise:i}=Promise.withResolvers(),r=i=>{i.pageNumber===t&&(this._eventBus._off("editorsrendered",r),e())};this._eventBus.on("editorsrendered",r),await i}getSignature(t){this.#tA?.getSignature({uiManager:this,editor:t})}get signatureManager(){return this.#tA}switchToMode(t,e){this._eventBus.on("annotationeditormodechanged",e,{once:!0,signal:this._signal}),this._eventBus.dispatch("showannotationeditorui",{source:this,mode:t})}setPreference(t,e){this._eventBus.dispatch("setpreference",{source:this,name:t,value:e})}onSetPreference({name:t,value:e}){"enableNewAltTextWhenAddingImage"===t&&(this.#te=e)}onPageChanging({pageNumber:t}){this.#q=t-1}deletePage(t){for(let e of this.getEditors(t))e.remove();this.#U.delete(t),this.#q===t&&(this.#q=0)}focusMainContainer(){this.#tC.focus()}findParent(t,e){for(let i of this.#U.values()){let{x:r,y:s,width:n,height:a}=i.div.getBoundingClientRect();if(t>=r&&t<=r+n&&e>=s&&e<=s+a)return i}return null}disableUserSelect(t=!1){this.#tM.classList.toggle("noUserSelect",t)}addShouldRescale(t){this.#Q.add(t)}removeShouldRescale(t){this.#Q.delete(t)}onScaleChanging({scale:t}){for(let e of(this.commitOrRemove(),this.viewParameters.realScale=t*Z.PDF_TO_CSS_UNITS,this.#Q))e.onScaleChanging();this.#X?.onScaleChanging()}onRotationChanging({pagesRotation:t}){this.commitOrRemove(),this.viewParameters.rotation=t}#tF({anchorNode:t}){return t.nodeType===Node.TEXT_NODE?t.parentElement:t}#tL(t){let{currentLayer:e}=this;if(e.hasTextLayer(t))return e;for(let e of this.#U.values())if(e.hasTextLayer(t))return e;return null}highlightSelection(t="",e=!1){let i=document.getSelection();if(!i||i.isCollapsed)return;let{anchorNode:r,anchorOffset:s,focusNode:n,focusOffset:a}=i,o=i.toString(),l=this.#tF(i).closest(".textLayer"),h=this.getSelectionBoxes(l);if(!h)return;i.empty();let d=this.#tL(l),c=this.#tb===g.NONE,u=()=>{let i=d?.createAndAddNewEditor({x:0,y:0},!1,{methodOfCreation:t,boxes:h,anchorNode:r,anchorOffset:s,focusNode:n,focusOffset:a,text:o});c&&this.showAllEditors("highlight",!0,!0),e&&i?.editComment()};c?this.switchToMode(g.HIGHLIGHT,u):u()}commentSelection(t=""){this.highlightSelection(t,!0)}#tD(t){this.commitOrRemove(),this.currentLayer?.endDrawingSession(!1)}#tO(){let t=document.getSelection();if(!t||t.isCollapsed)return;let e=this.#tF(t).closest(".textLayer"),i=this.getSelectionBoxes(e);i&&(this.#to||=new tI(this),this.#to.show(e,i,"ltr"===this.direction))}getAndRemoveDataFromAnnotationStorage(t){if(!this.#j)return null;let e=`${p}${t}`,i=this.#j.getRawValue(e);return i&&this.#j.remove(e),i}addToAnnotationStorage(t){t.isEmpty()||!this.#j||this.#j.has(t.id)||this.#j.setValue(t.id,t)}a11yAlert(t,e=null){let i=this.#tP;i&&(i.setAttribute("data-l10n-id",t),e?i.setAttribute("data-l10n-args",JSON.stringify(e)):i.removeAttribute("data-l10n-args"))}#tN(){let t=document.getSelection();if(!t||t.isCollapsed){this.#ty&&(this.#to?.hide(),this.#ty=null,this.#tU({hasSelectedText:!1}));return}let{anchorNode:e}=t;if(e===this.#ty)return;let i=this.#tF(t).closest(".textLayer");if(!i){this.#ty&&(this.#to?.hide(),this.#ty=null,this.#tU({hasSelectedText:!1}));return}if(this.#to?.hide(),this.#ty=e,this.#tU({hasSelectedText:!0}),(this.#tb===g.HIGHLIGHT||this.#tb===g.NONE)&&(this.#tb===g.HIGHLIGHT&&this.showAllEditors("highlight",!0,!0),this.#ta=this.isShiftKeyDown,!this.isShiftKeyDown)){let t=this.#tb===g.HIGHLIGHT?this.#tL(i):null;if(t?.toggleDrawing(),this.#td){let e=new AbortController,i=this.combinedSignal(e),r=i=>{("pointerup"!==i.type||0===i.button)&&(e.abort(),t?.toggleDrawing(!0),"pointerup"===i.type&&this.#tz("main_toolbar"))};window.addEventListener("pointerup",r,{signal:i}),window.addEventListener("blur",r,{signal:i})}else t?.toggleDrawing(!0),this.#tz("main_toolbar")}}#tz(t=""){this.#tb===g.HIGHLIGHT?this.highlightSelection(t):this.#Z&&this.#tO()}#tI(){document.addEventListener("selectionchange",this.#tN.bind(this),{signal:this._signal})}#tH(){if(this.#ts)return;this.#ts=new AbortController;let t=this.combinedSignal(this.#ts);window.addEventListener("focus",this.focus.bind(this),{signal:t}),window.addEventListener("blur",this.blur.bind(this),{signal:t})}#tj(){this.#ts?.abort(),this.#ts=null}blur(){if(this.isShiftKeyDown=!1,this.#ta&&(this.#ta=!1,this.#tz("main_toolbar")),!this.hasSelection)return;let{activeElement:t}=document;for(let e of this.#tv)if(e.div.contains(t)){this.#tp=[e,t],e._focusEventsAllowed=!1;break}}focus(){if(!this.#tp)return;let[t,e]=this.#tp;this.#tp=null,e.addEventListener("focusin",()=>{t._focusEventsAllowed=!0},{once:!0,signal:this._signal}),e.focus()}#tB(){if(this.#tu)return;this.#tu=new AbortController;let t=this.combinedSignal(this.#tu);window.addEventListener("keydown",this.keydown.bind(this),{signal:t}),window.addEventListener("keyup",this.keyup.bind(this),{signal:t})}#t$(){this.#tu?.abort(),this.#tu=null}#tG(){if(this.#W)return;this.#W=new AbortController;let t=this.combinedSignal(this.#W);document.addEventListener("copy",this.copy.bind(this),{signal:t}),document.addEventListener("cut",this.cut.bind(this),{signal:t}),document.addEventListener("paste",this.paste.bind(this),{signal:t})}#tV(){this.#W?.abort(),this.#W=null}#tR(){let t=this._signal;document.addEventListener("dragover",this.dragOver.bind(this),{signal:t}),document.addEventListener("drop",this.drop.bind(this),{signal:t})}addEditListeners(){this.#tB(),this.setEditingState(!0)}removeEditListeners(){this.#t$(),this.setEditingState(!1)}dragOver(t){for(let{type:e}of t.dataTransfer.items)for(let i of this.#J)if(i.isHandlingMimeForPasting(e)){t.dataTransfer.dropEffect="copy",t.preventDefault();return}}drop(t){for(let e of t.dataTransfer.items)for(let i of this.#J)if(i.isHandlingMimeForPasting(e.type)){i.paste(e,this.currentLayer),t.preventDefault();return}}copy(t){if(t.preventDefault(),this.#L?.commitOrRemove(),!this.hasSelection)return;let e=[];for(let t of this.#tv){let i=t.serialize(!0);i&&e.push(i)}0!==e.length&&t.clipboardData.setData("application/pdfjs",JSON.stringify(e))}cut(t){this.copy(t),this.delete()}async paste(t){t.preventDefault();let{clipboardData:e}=t;for(let t of e.items)for(let e of this.#J)if(e.isHandlingMimeForPasting(t.type))return void e.paste(t,this.currentLayer);let i=e.getData("application/pdfjs");if(!i)return;try{i=JSON.parse(i)}catch(t){S(`paste: "${t.message}".`);return}if(!Array.isArray(i))return;this.unselectAll();let r=this.currentLayer;try{let t=[];for(let e of i){let i=await r.deserialize(e);if(!i)return;t.push(i)}let e=()=>{for(let e of t)this.#tW(e);this.#tX(t)};this.addCommands({cmd:e,undo:()=>{for(let e of t)e.remove()},mustExec:!0})}catch(t){S(`paste: "${t.message}".`)}}keydown(t){this.isShiftKeyDown||"Shift"!==t.key||(this.isShiftKeyDown=!0),this.#tb===g.NONE||this.isEditorHandlingKeyboard||tz._keyboardManager.exec(this,t)}keyup(t){this.isShiftKeyDown&&"Shift"===t.key&&(this.isShiftKeyDown=!1,this.#ta&&(this.#ta=!1,this.#tz("main_toolbar")))}onEditingAction({name:t}){switch(t){case"undo":case"redo":case"delete":case"selectAll":this[t]();break;case"highlightSelection":this.highlightSelection("context_menu");break;case"commentSelection":this.commentSelection("context_menu")}}updatePageIndex(t,e){for(let i of this.getEditors(t))i.pageIndex=e;let i=this.#z.get(t);i&&(i.pageIndex=e,this.#U.set(e,i),this.#th?i.enable():i.disable())}startUpdatePages(){this.#z=new Map(this.#U),this.#U.clear()}endUpdatePages(){this.#z=null}clonePage(t,e){for(let i of this.getEditors(t)){let t=i.serialize(i.mode!==g.HIGHLIGHT);t&&(t.pageIndex=e,t.id=this.getId(),t.isClone=!0,delete t.popupRef,this.#j.setValue(t.id,t))}}findClonesForPage(t){let e=[],{pageIndex:i}=t;for(let[r,s]of this.#j)s.pageIndex===i&&s.isClone&&(this.#j.remove(r),e.push(t.deserialize(s).then(e=>{e&&(e.isClone=!0,t.addOrRebuild(e))})));return Promise.all(e)}#tU(t){Object.entries(t).some(([t,e])=>this.#tS[t]!==e)&&(this._eventBus.dispatch("editingstateschanged",{source:this,details:Object.assign(this.#tS,t)}),this.#tb===g.HIGHLIGHT&&!1===t.hasSelectedEditor&&this.#tq([[m.HIGHLIGHT_FREE,!0]]))}#tq(t){this._eventBus.dispatch("annotationeditorparamschanged",{source:this,details:t})}setEditingState(t){t?(this.#tH(),this.#tG(),this.#tU({isEditing:this.#tb!==g.NONE,isEmpty:this.#tK(),hasSomethingToUndo:this.#G.hasSomethingToUndo(),hasSomethingToRedo:this.#G.hasSomethingToRedo(),hasSelectedEditor:!1})):(this.#tj(),this.#tV(),this.#tU({isEditing:!1}),this.disableUserSelect(!1))}registerEditorTypes(t){if(!this.#J)for(let e of(this.#J=t,this.#J))this.#tq(e.defaultPropertiesToUpdate)}getId(){return this.#tl.id}get currentLayer(){return this.#U.get(this.#q)}getLayer(t){return this.#U.get(t)}get currentPageIndex(){return this.#q}addLayer(t){this.#U.set(t.pageIndex,t),this.#th?t.enable():t.disable()}removeLayer(t){this.#U.delete(t.pageIndex)}async updateMode(t,e=null,i=!1,r=!1,s=!1,n=!1){if(this.#tb!==t&&(!this.#tk||(await this.#tk.promise,this.#tk))){if(this.#tk=Promise.withResolvers(),this.#X?.commitOrRemove(),this.#tb===g.POPUP&&this.#V?.hideSidebar(),this.#V?.destroyPopup(),this.#tb=t,t===g.NONE){for(let t of(this.setEditingState(!1),this.#tY(),this.#N.values()))t.hideStandaloneCommentButton();this._editorUndoBar?.hide(),this.toggleComment(null),this.#tk.resolve();return}for(let t of this.#N.values())t.addStandaloneCommentButton();for(let e of(t===g.SIGNATURE&&await this.#tA?.loadSignatures(),i&&tB.clearPointerType(),this.setEditingState(!0),await this.#tJ(),this.unselectAll(),this.#U.values()))e.updateMode(t);if(t===g.POPUP){this.#O||=await this.#t_.getAnnotationsByType(new Set(this.#J.map(t=>t._editorType)));let t=new Set,e=[];for(let i of this.#N.values()){let{annotationElementId:r,hasComment:s,deleted:n}=i;r&&t.add(r),s&&!n&&e.push(i.getData())}for(let i of this.#O){let{id:r,popupRef:s,contentsObj:n}=i;s&&n?.str&&!t.has(r)&&!this.#K.has(r)&&e.push(i)}this.#V?.showSidebar(e)}if(!e){r&&this.addNewEditorFromKeyboard(),this.#tk.resolve();return}for(let t of this.#N.values())t.uid===e?(this.setSelected(t),n?t.editComment():s?t.enterInEditMode():t.focus()):t.unselect();this.#tk.resolve()}}addNewEditorFromKeyboard(){this.currentLayer.canCreateNewEmptyEditor()&&this.currentLayer.addNewEditor()}updateToolbar(t){t.mode!==this.#tb&&this._eventBus.dispatch("switchannotationeditormode",{source:this,...t})}updateParams(t,e){if(this.#J){switch(t){case m.CREATE:this.currentLayer.addNewEditor(e);return;case m.HIGHLIGHT_SHOW_ALL:this._eventBus.dispatch("reporttelemetry",{source:this,details:{type:"editing",data:{type:"highlight",action:"toggle_visibility"}}}),(this.#tw||=new Map).set(t,e),this.showAllEditors("highlight",e)}if(this.hasSelection)for(let i of this.#tv)i.updateParams(t,e);else for(let i of this.#J)i.updateDefaultParams(t,e)}}showAllEditors(t,e,i=!1){for(let i of this.#N.values())i.editorType===t&&i.show(e);(this.#tw?.get(m.HIGHLIGHT_SHOW_ALL)??!0)!==e&&this.#tq([[m.HIGHLIGHT_SHOW_ALL,e]])}enableWaiting(t=!1){if(this.#tc!==t)for(let e of(this.#tc=t,this.#U.values()))t?e.disableClick():e.enableClick(),e.div.classList.toggle("waiting",t)}async #tJ(){if(!this.#th){this.#th=!0;let t=[];for(let e of this.#U.values())t.push(e.enable());for(let e of(await Promise.all(t),this.#N.values()))e.enable()}}#tY(){if(this.unselectAll(),this.#th){for(let t of(this.#th=!1,this.#U.values()))t.disable();for(let t of this.#N.values())t.disable()}}*getEditors(t){for(let e of this.#N.values())e.pageIndex===t&&(yield e)}getEditor(t){return this.#N.get(t)}addEditor(t){this.#N.set(t.id,t)}removeEditor(t){t.div.contains(document.activeElement)&&(this.#tr&&clearTimeout(this.#tr),this.#tr=setTimeout(()=>{this.focusMainContainer(),this.#tr=null},0)),this.#N.delete(t.id),t.annotationElementId&&this.#tm?.delete(t.annotationElementId),this.unselect(t),t.annotationElementId&&this.#K.has(t.annotationElementId)||this.#j?.remove(t.id)}addDeletedAnnotationElement(t){this.#K.add(t.annotationElementId),this.addChangedExistingAnnotation(t),t.deleted=!0}isDeletedAnnotationElement(t){return this.#K.has(t)}removeDeletedAnnotationElement(t){this.#K.delete(t.annotationElementId),this.removeChangedExistingAnnotation(t),t.deleted=!1}#tW(t){let e=this.#U.get(t.pageIndex);e?e.addOrRebuild(t):(this.addEditor(t),this.addToAnnotationStorage(t))}setActiveEditor(t){this.#L!==t&&(this.#L=t,t&&this.#tq(t.propertiesToUpdate))}get #tQ(){let t=null;for(t of this.#tv);return t}updateUI(t){this.#tQ===t&&this.#tq(t.propertiesToUpdate)}updateUIForDefaultProperties(t){this.#tq(t.defaultPropertiesToUpdate)}toggleSelected(t){if(this.#tv.has(t)){this.#tv.delete(t),t.unselect(),this.#tU({hasSelectedEditor:this.hasSelection});return}this.#tv.add(t),t.select(),this.#tq(t.propertiesToUpdate),this.#tU({hasSelectedEditor:!0})}setSelected(t){for(let e of(this.updateToolbar({mode:t.mode,editId:t.uid}),this.#X?.commitOrRemove(),this.#tv))e!==t&&e.unselect();this.#V?.destroyPopup(),this.#tv.clear(),this.#tv.add(t),t.select(),this.#tq(t.propertiesToUpdate),this.#tU({hasSelectedEditor:!0})}isSelected(t){return this.#tv.has(t)}get firstSelectedEditor(){return this.#tv.values().next().value}unselect(t){t.unselect(),this.#tv.delete(t),this.#tU({hasSelectedEditor:this.hasSelection})}get hasSelection(){return 0!==this.#tv.size}get isEnterHandled(){return 1===this.#tv.size&&this.firstSelectedEditor.isEnterHandled}undo(){this.#G.undo(),this.#tU({hasSomethingToUndo:this.#G.hasSomethingToUndo(),hasSomethingToRedo:!0,isEmpty:this.#tK()}),this._editorUndoBar?.hide()}redo(){this.#G.redo(),this.#tU({hasSomethingToUndo:!0,hasSomethingToRedo:this.#G.hasSomethingToRedo(),isEmpty:this.#tK()})}addCommands(t){this.#G.add(t),this.#tU({hasSomethingToUndo:!0,hasSomethingToRedo:!1,isEmpty:this.#tK()})}cleanUndoStack(t){this.#G.cleanType(t)}#tK(){if(0===this.#N.size)return!0;if(1===this.#N.size)for(let t of this.#N.values())return t.isEmpty();return!1}delete(){this.commitOrRemove();let t=this.currentLayer?.endDrawingSession(!0);if(!this.hasSelection&&!t)return;let e=t?[t]:[...this.#tv],i=()=>{for(let t of(this._editorUndoBar?.show(r,1===e.length?e[0].editorType:e.length),e))t.remove()},r=()=>{for(let t of e)this.#tW(t)};this.addCommands({cmd:i,undo:r,mustExec:!0})}commitOrRemove(){this.#L?.commitOrRemove()}hasSomethingToControl(){return this.#L||this.hasSelection}#tX(t){for(let t of this.#tv)t.unselect();for(let e of(this.#tv.clear(),t))e.isEmpty()||(this.#tv.add(e),e.select());this.#tU({hasSelectedEditor:this.hasSelection})}selectAll(){for(let t of this.#tv)t.commit();this.#tX(this.#N.values())}unselectAll(){if(!this.#L||(this.#L.commitOrRemove(),this.#tb===g.NONE)){if(!this.#X?.commitOrRemove()&&(this.#V?.destroyPopup(),this.hasSelection)){for(let t of this.#tv)t.unselect();this.#tv.clear(),this.#tU({hasSelectedEditor:!1})}}}translateSelectedEditors(t,e,i=!1){if(i||this.commitOrRemove(),!this.hasSelection)return;this.#tT[0]+=t,this.#tT[1]+=e;let[r,s]=this.#tT,n=[...this.#tv];for(let i of(this.#tE&&clearTimeout(this.#tE),this.#tE=setTimeout(()=>{this.#tE=null,this.#tT[0]=this.#tT[1]=0,this.addCommands({cmd:()=>{for(let t of n)this.#N.has(t.id)&&(t.translateInPage(r,s),t.translationDone())},undo:()=>{for(let t of n)this.#N.has(t.id)&&(t.translateInPage(-r,-s),t.translationDone())},mustExec:!1})},1e3),n))i.translateInPage(t,e),i.translationDone()}setUpDragSession(){if(this.hasSelection)for(let t of(this.disableUserSelect(!0),this.#Y=new Map,this.#tv))this.#Y.set(t,{savedX:t.x,savedY:t.y,savedPageIndex:t.pageIndex,newX:0,newY:0,newPageIndex:-1})}endDragSession(){if(!this.#Y)return!1;this.disableUserSelect(!1);let t=this.#Y;this.#Y=null;let e=!1;for(let[{x:i,y:r,pageIndex:s},n]of t)n.newX=i,n.newY=r,n.newPageIndex=s,e||=i!==n.savedX||r!==n.savedY||s!==n.savedPageIndex;if(!e)return!1;let i=(t,e,i,r)=>{if(this.#N.has(t.id)){let s=this.#U.get(r);s?t._setParentAndPosition(s,e,i):(t.pageIndex=r,t.x=e,t.y=i)}};return this.addCommands({cmd:()=>{for(let[e,{newX:r,newY:s,newPageIndex:n}]of t)i(e,r,s,n)},undo:()=>{for(let[e,{savedX:r,savedY:s,savedPageIndex:n}]of t)i(e,r,s,n)},mustExec:!0}),!0}dragSelectedEditors(t,e){if(this.#Y)for(let i of this.#Y.keys())i.drag(t,e)}rebuild(t){if(null===t.parent){let e=this.getLayer(t.pageIndex);e?(e.changeParent(t),e.addOrRebuild(t)):(this.addEditor(t),this.addToAnnotationStorage(t),t.rebuild())}else t.parent.addOrRebuild(t)}get isEditorHandlingKeyboard(){return this.getActive()?.shouldGetKeyboardEvents()||1===this.#tv.size&&this.firstSelectedEditor.shouldGetKeyboardEvents()}isActive(t){return this.#L===t}getActive(){return this.#L}getMode(){return this.#tb}isEditingMode(){return this.#tb!==g.NONE}get imageManager(){return k(this,"imageManager",new tL)}getSelectionBoxes(t){let e;if(!t)return null;let i=document.getSelection();for(let e=0,r=i.rangeCount;e<r;e++)if(!t.contains(i.getRangeAt(e).commonAncestorContainer))return null;let{x:r,y:s,width:n,height:a}=t.getBoundingClientRect();switch(t.getAttribute("data-main-rotation")){case"90":e=(t,e,i,o)=>({x:(e-s)/a,y:1-(t+i-r)/n,width:o/a,height:i/n});break;case"180":e=(t,e,i,o)=>({x:1-(t+i-r)/n,y:1-(e+o-s)/a,width:i/n,height:o/a});break;case"270":e=(t,e,i,o)=>({x:1-(e+o-s)/a,y:(t-r)/n,width:o/a,height:i/n});break;default:e=(t,e,i,o)=>({x:(t-r)/n,y:(e-s)/a,width:i/n,height:o/a})}let o=[];for(let t=0,r=i.rangeCount;t<r;t++){let r=i.getRangeAt(t);if(!r.collapsed)for(let{x:t,y:i,width:s,height:n}of r.getClientRects())0!==s&&0!==n&&o.push(e(t,i,s,n))}return 0===o.length?null:o}addChangedExistingAnnotation({annotationElementId:t,id:e}){(this.#$||=new Map).set(t,e)}removeChangedExistingAnnotation({annotationElementId:t}){this.#$?.delete(t)}renderAnnotationElement(t){let e=this.#$?.get(t.data.id);if(!e)return;let i=this.#j.getRawValue(e);!i||(this.#tb!==g.NONE||i.hasBeenModified)&&i.renderAnnotationElement(t)}setMissingCanvas(t,e,i){let r=this.#tm?.get(t);r&&(r.setCanvas(e,i),this.#tm.delete(t))}addMissingCanvas(t,e){(this.#tm||=new Map).set(t,e)}}class tH{#l=null;#tZ=!1;#t0=null;#t1=null;#t2=null;#t5=null;#t3=!1;#t6=null;#a=null;#t4=null;#t9=null;#t8=!1;static #t7=null;static _l10n=null;constructor(t){this.#a=t,this.#t8=t._uiManager.useNewAltTextFlow,tH.#t7||=Object.freeze({added:"pdfjs-editor-new-alt-text-added-button","added-label":"pdfjs-editor-new-alt-text-added-button-label",missing:"pdfjs-editor-new-alt-text-missing-button","missing-label":"pdfjs-editor-new-alt-text-missing-button-label",review:"pdfjs-editor-new-alt-text-to-review-button","review-label":"pdfjs-editor-new-alt-text-to-review-button-label"})}static initialize(t){tH._l10n??=t}async render(){let t=this.#t0=document.createElement("button");t.className="altText",t.tabIndex="0";let e=this.#t1=document.createElement("span");t.append(e),this.#t8?(t.classList.add("new"),t.setAttribute("data-l10n-id",tH.#t7.missing),e.setAttribute("data-l10n-id",tH.#t7["missing-label"])):(t.setAttribute("data-l10n-id","pdfjs-editor-alt-text-button"),e.setAttribute("data-l10n-id","pdfjs-editor-alt-text-button-label"));let i=this.#a._uiManager._signal;t.addEventListener("contextmenu",th,{signal:i}),t.addEventListener("pointerdown",t=>t.stopPropagation(),{signal:i});let r=t=>{t.preventDefault(),this.#a._uiManager.editAltText(this.#a),this.#t8&&this.#a._reportTelemetry({action:"pdfjs.image.alt_text.image_status_label_clicked",data:{label:this.#et}})};return t.addEventListener("click",r,{capture:!0,signal:i}),t.addEventListener("keydown",e=>{e.target===t&&"Enter"===e.key&&(this.#t3=!0,r(e))},{signal:i}),await this.#ee(),t}get #et(){return this.#l&&"added"||null===this.#l&&this.guessedText&&"review"||"missing"}finish(){this.#t0&&(this.#t0.focus({focusVisible:this.#t3}),this.#t3=!1)}isEmpty(){return this.#t8?null===this.#l:!this.#l&&!this.#tZ}hasData(){return this.#t8?null!==this.#l||!!this.#t4:this.isEmpty()}get guessedText(){return this.#t4}async setGuessedText(t){null===this.#l&&(this.#t4=t,this.#t9=await tH._l10n.get("pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer",{generatedAltText:t}),this.#ee())}toggleAltTextBadge(t=!1){if(!this.#t8||this.#l){this.#t6?.remove(),this.#t6=null;return}if(!this.#t6){let t=this.#t6=document.createElement("div");t.className="noAltTextBadge",this.#a.div.append(t)}this.#t6.classList.toggle("hidden",!t)}serialize(t){let e=this.#l;return t||this.#t4!==e||(e=this.#t9),{altText:e,decorative:this.#tZ,guessedText:this.#t4,textWithDisclaimer:this.#t9}}get data(){return{altText:this.#l,decorative:this.#tZ}}set data({altText:t,decorative:e,guessedText:i,textWithDisclaimer:r,cancel:s=!1}){i&&(this.#t4=i,this.#t9=r),(this.#l!==t||this.#tZ!==e)&&(s||(this.#l=t,this.#tZ=e),this.#ee())}toggle(t=!1){this.#t0&&(!t&&this.#t5&&(clearTimeout(this.#t5),this.#t5=null),this.#t0.disabled=!t)}shown(){this.#a._reportTelemetry({action:"pdfjs.image.alt_text.image_status_label_displayed",data:{label:this.#et}})}destroy(){this.#t0?.remove(),this.#t0=null,this.#t1=null,this.#t2=null,this.#t6?.remove(),this.#t6=null}async #ee(){let t=this.#t0;if(!t)return;if(this.#t8){if(t.classList.toggle("done",!!this.#l),t.setAttribute("data-l10n-id",tH.#t7[this.#et]),this.#t1?.setAttribute("data-l10n-id",tH.#t7[`${this.#et}-label`]),!this.#l)return void this.#t2?.remove()}else{if(!this.#l&&!this.#tZ){t.classList.remove("done"),this.#t2?.remove();return}t.classList.add("done"),t.setAttribute("data-l10n-id","pdfjs-editor-alt-text-edit-button")}let e=this.#t2;if(!e){this.#t2=e=document.createElement("span"),e.className="tooltip",e.setAttribute("role","tooltip"),e.id=`alt-text-tooltip-${this.#a.id}`;let i=this.#a._uiManager._signal;i.addEventListener("abort",()=>{clearTimeout(this.#t5),this.#t5=null},{once:!0}),t.addEventListener("mouseenter",()=>{this.#t5=setTimeout(()=>{this.#t5=null,this.#t2.classList.add("show"),this.#a._reportTelemetry({action:"alt_text_tooltip"})},100)},{signal:i}),t.addEventListener("mouseleave",()=>{this.#t5&&(clearTimeout(this.#t5),this.#t5=null),this.#t2?.classList.remove("show")},{signal:i})}this.#tZ?e.setAttribute("data-l10n-id","pdfjs-editor-alt-text-decorative-tooltip"):(e.removeAttribute("data-l10n-id"),e.textContent=this.#l),e.parentNode||t.append(e);let i=this.#a.getElementForAltText();i?.setAttribute("aria-describedby",e.id)}}class tj{#ei=null;#er=null;#es=!1;#a=null;#en=null;#ea=null;#eo=null;#el=null;#eh=!1;#ed=null;constructor(t){this.#a=t}renderForToolbar(){let t=this.#er=document.createElement("button");return t.className="comment",this.#y(t,!1)}renderForStandalone(){let t=this.#ei=document.createElement("button");t.className="annotationCommentButton";let e=this.#a.commentButtonPosition;if(e){let{style:i}=t;i.insetInlineEnd=`calc(${100*("ltr"===this.#a._uiManager.direction?1-e[0]:e[0])}% - var(--comment-button-dim))`,i.top=`calc(${100*e[1]}% - var(--comment-button-dim))`;let r=this.#a.commentButtonColor;r&&(i.backgroundColor=r)}return this.#y(t,!0)}focusButton(){setTimeout(()=>{(this.#ei??this.#er)?.focus()},0)}onUpdatedColor(){if(!this.#ei)return;let t=this.#a.commentButtonColor;t&&(this.#ei.style.backgroundColor=t),this.#a._uiManager.updatePopupColor(this.#a)}get commentButtonWidth(){return(this.#ei?.getBoundingClientRect().width??0)/this.#a.parent.boundingClientRect.width}get commentPopupPositionInLayer(){if(this.#ed)return this.#ed;if(!this.#ei)return null;let{x:t,y:e,height:i}=this.#ei.getBoundingClientRect(),{x:r,y:s,width:n,height:a}=this.#a.parent.boundingClientRect;return[(t-r)/n,(e+i-s)/a]}set commentPopupPositionInLayer(t){this.#ed=t}hasDefaultPopupPosition(){return null===this.#ed}removeStandaloneCommentButton(){this.#ei?.remove(),this.#ei=null}removeToolbarCommentButton(){this.#er?.remove(),this.#er=null}setCommentButtonStates({selected:t,hasPopup:e}){this.#ei&&(this.#ei.classList.toggle("selected",t),this.#ei.ariaExpanded=e)}#y(t,e){if(!this.#a._uiManager.hasCommentManager())return null;t.tabIndex="0",t.ariaHasPopup="dialog",e?(t.ariaControls="commentPopup",t.setAttribute("data-l10n-id","pdfjs-show-comment-button")):(t.ariaControlsElements=[this.#a._uiManager.getCommentDialogElement()],t.setAttribute("data-l10n-id","pdfjs-editor-add-comment-button"));let i=this.#a._uiManager._signal;if(!(i instanceof AbortSignal)||i.aborted)return t;t.addEventListener("contextmenu",th,{signal:i}),e&&(t.addEventListener("focusin",t=>{this.#a._focusEventsAllowed=!1,td(t)},{capture:!0,signal:i}),t.addEventListener("focusout",t=>{this.#a._focusEventsAllowed=!0,td(t)},{capture:!0,signal:i})),t.addEventListener("pointerdown",t=>t.stopPropagation(),{signal:i});let r=e=>{e.preventDefault(),t===this.#er?this.edit():this.#a.toggleComment(!0)};return t.addEventListener("click",r,{capture:!0,signal:i}),t.addEventListener("keydown",e=>{e.target===t&&"Enter"===e.key&&(this.#es=!0,r(e))},{signal:i}),t.addEventListener("pointerenter",()=>{this.#a.toggleComment(!1,!0)},{signal:i}),t.addEventListener("pointerleave",()=>{this.#a.toggleComment(!1,!1)},{signal:i}),t}edit(t){let e,i,r=this.commentPopupPositionInLayer;if(r)[e,i]=r;else{[e,i]=this.#a.commentButtonPosition;let{width:t,height:r,x:s,y:n}=this.#a;e=s+e*t,i=n+i*r}let s=this.#a.parent.boundingClientRect,{x:n,y:a,width:o,height:l}=s;this.#a._uiManager.editComment(this.#a,n+e*o,a+i*l,{...t,parentDimensions:s})}finish(){this.#er&&(this.#er.focus({focusVisible:this.#es}),this.#es=!1)}isDeleted(){return this.#eh||""===this.#eo}isEmpty(){return null===this.#eo}hasBeenEdited(){return this.isDeleted()||this.#eo!==this.#en}serialize(){return this.data}get data(){return{text:this.#eo,richText:this.#ea,date:this.#el,deleted:this.isDeleted()}}set data(t){if(t!==this.#eo&&(this.#ea=null),null===t){this.#eo="",this.#eh=!0;return}this.#eo=t,this.#el=new Date,this.#eh=!1}restoreData({text:t,richText:e,date:i}){this.#eo=t,this.#ea=e,this.#el=i,this.#eh=!1}setInitialText(t,e=null){this.#en=t,this.data=t,this.#el=null,this.#ea=e}shown(){}destroy(){this.#er?.remove(),this.#er=null,this.#ei?.remove(),this.#ei=null,this.#eo="",this.#ea=null,this.#el=null,this.#a=null,this.#es=!1,this.#eh=!1}}class t${#tC;#ec=!1;#eu=null;#ep;#eg;#em;#ef;#eb=null;#ev;#ey=null;#eA;#ex=null;constructor({container:t,isPinchingDisabled:e=null,isPinchingStopped:i=null,onPinchStart:r=null,onPinching:s=null,onPinchEnd:n=null,signal:a}){this.#tC=t,this.#eu=i,this.#ep=e,this.#eg=r,this.#em=s,this.#ef=n,this.#eA=new AbortController,this.#ev=AbortSignal.any([a,this.#eA.signal]),t.addEventListener("touchstart",this.#ew.bind(this),{passive:!1,signal:this.#ev})}get MIN_TOUCH_DISTANCE_TO_PINCH(){return 35/tv.pixelRatio}#ew(t){if(this.#ep?.())return;if(1===t.touches.length){if(this.#eb)return;let t=this.#eb=new AbortController,e=AbortSignal.any([this.#ev,t.signal]),i=this.#tC,r={capture:!0,signal:e,passive:!1},s=t=>{"touch"===t.pointerType&&(this.#eb?.abort(),this.#eb=null)};i.addEventListener("pointerdown",t=>{"touch"===t.pointerType&&(td(t),s(t))},r),i.addEventListener("pointerup",s,r),i.addEventListener("pointercancel",s,r);return}if(!this.#ex){this.#ex=new AbortController;let t=AbortSignal.any([this.#ev,this.#ex.signal]),e=this.#tC,i={signal:t,capture:!1,passive:!1};e.addEventListener("touchmove",this.#e_.bind(this),i);let r=this.#eS.bind(this);e.addEventListener("touchend",r,i),e.addEventListener("touchcancel",r,i),i.capture=!0,e.addEventListener("pointerdown",td,i),e.addEventListener("pointermove",td,i),e.addEventListener("pointercancel",td,i),e.addEventListener("pointerup",td,i),this.#eg?.()}if(td(t),2!==t.touches.length||this.#eu?.()){this.#ey=null;return}let[e,i]=t.touches;e.identifier>i.identifier&&([e,i]=[i,e]),this.#ey={touch0X:e.screenX,touch0Y:e.screenY,touch1X:i.screenX,touch1Y:i.screenY}}#e_(t){if(!this.#ey||2!==t.touches.length)return;td(t);let[e,i]=t.touches;e.identifier>i.identifier&&([e,i]=[i,e]);let{screenX:r,screenY:s}=e,{screenX:n,screenY:a}=i,o=this.#ey,{touch0X:l,touch0Y:h,touch1X:d,touch1Y:c}=o,u=Math.hypot(n-r,a-s)||1,p=Math.hypot(d-l,c-h)||1;if(!this.#ec&&Math.abs(p-u)<=t$.MIN_TOUCH_DISTANCE_TO_PINCH)return;if(o.touch0X=r,o.touch0Y=s,o.touch1X=n,o.touch1Y=a,!this.#ec){this.#ec=!0;return}let g=[(r+n)/2,(s+a)/2];this.#em?.(g,p,u)}#eS(t){t.touches.length>=2||(this.#ex&&(this.#ex.abort(),this.#ex=null,this.#ef?.()),this.#ey&&(td(t),this.#ey=null,this.#ec=!1))}destroy(){this.#eA?.abort(),this.#eA=null,this.#eb?.abort(),this.#eb=null}}class tG{#eT=null;#eE=null;#l=null;#h=null;#ei=null;#eC=!1;#eM=null;#eP="";#ek=null;#eD=null;#eI=null;#eR=null;#eB=null;#eF="";#eL=!1;#eO=null;#eN=!1;#eU=!1;#ez=!1;#eH=null;#ej=0;#e$=0;#eG=null;#eV=null;isSelected=!1;_isCopy=!1;_editToolbar=null;_initialOptions=Object.create(null);_initialData=null;_isVisible=!0;_uiManager=null;_focusEventsAllowed=!0;static _l10n=null;static _l10nResizer=null;#eW=!1;#eX=tG._zIndex++;static _borderLineWidth=-1;static _colorManager=new tU;static _zIndex=1;static _telemetryTimeout=1e3;static get _resizerKeyboardManager(){let t=tG.prototype._resizeWithKeyboard,e=tz.TRANSLATE_SMALL,i=tz.TRANSLATE_BIG;return k(this,"_resizerKeyboardManager",new tN([[["ArrowLeft","mac+ArrowLeft"],t,{args:[-e,0]}],[["ctrl+ArrowLeft","mac+shift+ArrowLeft"],t,{args:[-i,0]}],[["ArrowRight","mac+ArrowRight"],t,{args:[e,0]}],[["ctrl+ArrowRight","mac+shift+ArrowRight"],t,{args:[i,0]}],[["ArrowUp","mac+ArrowUp"],t,{args:[0,-e]}],[["ctrl+ArrowUp","mac+shift+ArrowUp"],t,{args:[0,-i]}],[["ArrowDown","mac+ArrowDown"],t,{args:[0,e]}],[["ctrl+ArrowDown","mac+shift+ArrowDown"],t,{args:[0,i]}],[["Escape","mac+Escape"],tG.prototype._stopResizingWithKeyboard]]))}constructor(t){this.parent=t.parent,this.id=t.id,this.width=this.height=null,this.pageIndex=t.parent.pageIndex,this.name=t.name,this.div=null,this._uiManager=t.uiManager,this.annotationElementId=null,this._willKeepAspectRatio=!1,this._initialOptions.isCentered=t.isCentered,this._structTreeParentId=null,this.annotationElementId=t.annotationElementId||null,this.creationDate=t.creationDate||new Date,this.modificationDate=t.modificationDate||null,this.canAddComment=!0;const{rotation:e,rawDims:{pageWidth:i,pageHeight:r,pageX:s,pageY:n}}=this.parent.viewport;this.rotation=e,this.pageRotation=(360+e-this._uiManager.viewParameters.rotation)%360,this.pageDimensions=[i,r],this.pageTranslation=[s,n];const[a,o]=this.parentDimensions;this.x=t.x/a,this.y=t.y/o,this.isAttachedToDOM=!1,this.deleted=!1}updatePageIndex(t){this.pageIndex=t}get editorType(){return Object.getPrototypeOf(this).constructor._type}get mode(){return Object.getPrototypeOf(this).constructor._editorType}static get isDrawer(){return!1}static get _defaultLineColor(){return k(this,"_defaultLineColor",this._colorManager.getHexCode("CanvasText"))}static deleteAnnotationElement(t){let e=new tV({id:t._uiManager.getId(),parent:t.parent,uiManager:t._uiManager});e.annotationElementId=t.annotationElementId,e.deleted=!0,e._uiManager.addToAnnotationStorage(e)}static initialize(t,e){if(tG._l10n??=t,tG._l10nResizer||=Object.freeze({topLeft:"pdfjs-editor-resizer-top-left",topMiddle:"pdfjs-editor-resizer-top-middle",topRight:"pdfjs-editor-resizer-top-right",middleRight:"pdfjs-editor-resizer-middle-right",bottomRight:"pdfjs-editor-resizer-bottom-right",bottomMiddle:"pdfjs-editor-resizer-bottom-middle",bottomLeft:"pdfjs-editor-resizer-bottom-left",middleLeft:"pdfjs-editor-resizer-middle-left"}),-1!==tG._borderLineWidth)return;let i=getComputedStyle(document.documentElement);tG._borderLineWidth=parseFloat(i.getPropertyValue("--outline-width"))||0}static updateDefaultParams(t,e){}static get defaultPropertiesToUpdate(){return[]}static isHandlingMimeForPasting(t){return!1}static paste(t,e){T("Not implemented")}get propertiesToUpdate(){return[]}get _isDraggable(){return this.#eW}set _isDraggable(t){this.#eW=t,this.div?.classList.toggle("draggable",t)}get uid(){return this.annotationElementId||this.id}get isEnterHandled(){return!0}center(){let[t,e]=this.pageDimensions;switch(this.parentRotation){case 90:this.x-=this.height*e/(2*t),this.y+=this.width*t/(2*e);break;case 180:this.x+=this.width/2,this.y+=this.height/2;break;case 270:this.x+=this.height*e/(2*t),this.y-=this.width*t/(2*e);break;default:this.x-=this.width/2,this.y-=this.height/2}this.fixAndSetPosition()}addCommands(t){this._uiManager.addCommands(t)}get currentLayer(){return this._uiManager.currentLayer}setInBackground(){this.div.style.zIndex=0}setInForeground(){this.div.style.zIndex=this.#eX}setParent(t){null!==t?(this.pageIndex=t.pageIndex,this.pageDimensions=t.pageDimensions):(this.#eq(),this.#eR?.remove(),this.#eR=null),this.parent=t}focusin(t){this._focusEventsAllowed&&(this.#eL?this.#eL=!1:this.parent.setSelected(this))}focusout(t){if(!this._focusEventsAllowed||!this.isAttachedToDOM)return;let e=t.relatedTarget;!e?.closest(`#${this.id}`)&&(t.preventDefault(),this.parent?.isMultipleSelection||this.commitOrRemove())}commitOrRemove(){this.isEmpty()?this.remove():this.commit()}commit(){this.isInEditMode()&&this.addToAnnotationStorage()}addToAnnotationStorage(){this._uiManager.addToAnnotationStorage(this)}setAt(t,e,i,r){let[s,n]=this.parentDimensions;[i,r]=this.screenToPageTranslation(i,r),this.x=(t+i)/s,this.y=(e+r)/n,this.fixAndSetPosition()}_moveAfterPaste(t,e){if(this.isClone)return void delete this.isClone;let[i,r]=this.parentDimensions;this.setAt(t*i,e*r,this.width*i,this.height*r),this._onTranslated()}#eK([t,e],i,r){[i,r]=this.screenToPageTranslation(i,r),this.x+=i/t,this.y+=r/e,this._onTranslating(this.x,this.y),this.fixAndSetPosition()}translate(t,e){this.#eK(this.parentDimensions,t,e)}translateInPage(t,e){this.#eO||=[this.x,this.y,this.width,this.height],this.#eK(this.pageDimensions,t,e),this.div.scrollIntoView({block:"nearest"})}translationDone(){this._onTranslated(this.x,this.y)}drag(t,e){this.#eO||=[this.x,this.y,this.width,this.height];let{div:i,parentDimensions:[r,s]}=this;if(this.x+=t/r,this.y+=e/s,this.parent&&(this.x<0||this.x>1||this.y<0||this.y>1)){let{x:t,y:e}=this.div.getBoundingClientRect();this.parent.findNewParent(this,t,e)&&(this.x-=Math.floor(this.x),this.y-=Math.floor(this.y))}let{x:n,y:a}=this,[o,l]=this.getBaseTranslation();n+=o,a+=l;let{style:h}=i;h.left=`${(100*n).toFixed(2)}%`,h.top=`${(100*a).toFixed(2)}%`,this._onTranslating(n,a),i.scrollIntoView({block:"nearest"})}_onTranslating(t,e){}_onTranslated(t,e){}get _hasBeenMoved(){return!!this.#eO&&(this.#eO[0]!==this.x||this.#eO[1]!==this.y)}get _hasBeenResized(){return!!this.#eO&&(this.#eO[2]!==this.width||this.#eO[3]!==this.height)}getBaseTranslation(){let[t,e]=this.parentDimensions,{_borderLineWidth:i}=tG,r=i/t,s=i/e;switch(this.rotation){case 90:return[-r,s];case 180:return[r,s];case 270:return[r,-s];default:return[-r,-s]}}get _mustFixPosition(){return!0}fixAndSetPosition(t=this.rotation){let{div:{style:e},pageDimensions:[i,r]}=this,{x:s,y:n,width:a,height:o}=this;if(a*=i,o*=r,s*=i,n*=r,this._mustFixPosition)switch(t){case 0:s=K(s,0,i-a),n=K(n,0,r-o);break;case 90:s=K(s,0,i-o),n=K(n,a,r);break;case 180:s=K(s,a,i),n=K(n,o,r);break;case 270:s=K(s,o,i),n=K(n,0,r-a)}this.x=s/=i,this.y=n/=r;let[l,h]=this.getBaseTranslation();s+=l,n+=h,e.left=`${(100*s).toFixed(2)}%`,e.top=`${(100*n).toFixed(2)}%`,this.moveInDOM()}static #eY(t,e,i){switch(i){case 90:return[e,-t];case 180:return[-t,-e];case 270:return[-e,t];default:return[t,e]}}screenToPageTranslation(t,e){return tG.#eY(t,e,this.parentRotation)}pageTranslationToScreen(t,e){return tG.#eY(t,e,360-this.parentRotation)}#eJ(t){switch(t){case 90:{let[t,e]=this.pageDimensions;return[0,-t/e,e/t,0]}case 180:return[-1,0,0,-1];case 270:{let[t,e]=this.pageDimensions;return[0,t/e,-e/t,0]}default:return[1,0,0,1]}}get parentScale(){return this._uiManager.viewParameters.realScale}get parentRotation(){return(this._uiManager.viewParameters.rotation+this.pageRotation)%360}get parentDimensions(){let{parentScale:t,pageDimensions:[e,i]}=this;return[e*t,i*t]}setDims(){let{div:{style:t},width:e,height:i}=this;t.width=`${(100*e).toFixed(2)}%`,t.height=`${(100*i).toFixed(2)}%`}getInitialTranslation(){return[0,0]}#eQ(){if(this.#ek)return;this.#ek=document.createElement("div"),this.#ek.classList.add("resizers");let t=this._willKeepAspectRatio?["topLeft","topRight","bottomRight","bottomLeft"]:["topLeft","topMiddle","topRight","middleRight","bottomRight","bottomMiddle","bottomLeft","middleLeft"],e=this._uiManager._signal;for(let i of t){let t=document.createElement("div");this.#ek.append(t),t.classList.add("resizer",i),t.setAttribute("data-resizer-name",i),t.addEventListener("pointerdown",this.#eZ.bind(this,i),{signal:e}),t.addEventListener("contextmenu",th,{signal:e}),t.tabIndex=-1}this.div.prepend(this.#ek)}#eZ(t,e){e.preventDefault();let{isMac:i}=U.platform;if(0!==e.button||e.ctrlKey&&i)return;this.#l?.toggle(!1);let r=this._isDraggable;this._isDraggable=!1,this.#eD=[e.screenX,e.screenY];let s=new AbortController,n=this._uiManager.combinedSignal(s);this.parent.togglePointerEvents(!1),window.addEventListener("pointermove",this.#e0.bind(this,t),{passive:!0,capture:!0,signal:n}),window.addEventListener("touchmove",td,{passive:!1,signal:n}),window.addEventListener("contextmenu",th,{signal:n}),this.#eI={savedX:this.x,savedY:this.y,savedWidth:this.width,savedHeight:this.height};let a=this.parent.div.style.cursor,o=this.div.style.cursor;this.div.style.cursor=this.parent.div.style.cursor=window.getComputedStyle(e.target).cursor;let l=()=>{s.abort(),this.parent.togglePointerEvents(!0),this.#l?.toggle(!0),this._isDraggable=r,this.parent.div.style.cursor=a,this.div.style.cursor=o,this.#e1()};window.addEventListener("pointerup",l,{signal:n}),window.addEventListener("blur",l,{signal:n})}#e2(t,e,i,r){this.width=i,this.height=r,this.x=t,this.y=e,this.setDims(),this.fixAndSetPosition(),this._onResized()}_onResized(){}#e1(){if(!this.#eI)return;let{savedX:t,savedY:e,savedWidth:i,savedHeight:r}=this.#eI;this.#eI=null;let s=this.x,n=this.y,a=this.width,o=this.height;(s!==t||n!==e||a!==i||o!==r)&&this.addCommands({cmd:this.#e2.bind(this,s,n,a,o),undo:this.#e2.bind(this,t,e,i,r),mustExec:!0})}static _round(t){return Math.round(1e4*t)/1e4}#e0(t,e){let i,r,s,n,a,o,[l,h]=this.parentDimensions,d=this.x,c=this.y,u=this.width,p=this.height,g=tG.MIN_SIZE/l,m=tG.MIN_SIZE/h,f=this.#eJ(this.rotation),b=(t,e)=>[f[0]*t+f[2]*e,f[1]*t+f[3]*e],v=this.#eJ(360-this.rotation),y=!1,A=!1;switch(t){case"topLeft":y=!0,i=(t,e)=>[0,0],r=(t,e)=>[t,e];break;case"topMiddle":i=(t,e)=>[t/2,0],r=(t,e)=>[t/2,e];break;case"topRight":y=!0,i=(t,e)=>[t,0],r=(t,e)=>[0,e];break;case"middleRight":A=!0,i=(t,e)=>[t,e/2],r=(t,e)=>[0,e/2];break;case"bottomRight":y=!0,i=(t,e)=>[t,e],r=(t,e)=>[0,0];break;case"bottomMiddle":i=(t,e)=>[t/2,e],r=(t,e)=>[t/2,0];break;case"bottomLeft":y=!0,i=(t,e)=>[0,e],r=(t,e)=>[t,0];break;case"middleLeft":A=!0,i=(t,e)=>[0,e/2],r=(t,e)=>[t,e/2]}let x=i(u,p),w=r(u,p),_=b(...w),S=tG._round(d+_[0]),T=tG._round(c+_[1]),E=1,C=1;if(e.fromKeyboard)({deltaX:s,deltaY:n}=e);else{let{screenX:t,screenY:i}=e,[r,a]=this.#eD;[s,n]=this.screenToPageTranslation(t-r,i-a),this.#eD[0]=t,this.#eD[1]=i}if([s,n]=(a=s/l,o=n/h,[v[0]*a+v[2]*o,v[1]*a+v[3]*o]),y){let t=Math.hypot(u,p);E=C=Math.max(Math.min(Math.hypot(w[0]-x[0]-s,w[1]-x[1]-n)/t,1/u,1/p),g/u,m/p)}else A?E=K(Math.abs(w[0]-x[0]-s),g,1)/u:C=K(Math.abs(w[1]-x[1]-n),m,1)/p;let M=tG._round(u*E),P=tG._round(p*C),k=S-(_=b(...r(M,P)))[0],D=T-_[1];this.#eO||=[this.x,this.y,this.width,this.height],this.width=M,this.height=P,this.x=k,this.y=D,this.setDims(),this.fixAndSetPosition(),this._onResizing()}_onResizing(){}altTextFinish(){this.#l?.finish()}get toolbarButtons(){return null}async addEditToolbar(){if(this._editToolbar||this.#eU)return this._editToolbar;this._editToolbar=new tD(this),this.div.append(this._editToolbar.render());let{toolbarButtons:t}=this;if(t)for(let[e,i]of t)await this._editToolbar.addButton(e,i);return this.hasComment||this._editToolbar.addButton("comment",this.addCommentButton()),this._editToolbar.addButton("delete"),this._editToolbar}addCommentButtonInToolbar(){this._editToolbar?.addButtonBefore("comment",this.addCommentButton(),".deleteButton")}removeCommentButtonFromToolbar(){this._editToolbar?.removeButton("comment")}removeEditToolbar(){this._editToolbar?.remove(),this._editToolbar=null,this.#l?.destroy()}addContainer(t){let e=this._editToolbar?.div;e?e.before(t):this.div.append(t)}getClientDimensions(){return this.div.getBoundingClientRect()}createAltText(){return!this.#l&&(tH.initialize(tG._l10n),this.#l=new tH(this),this.#eT&&(this.#l.data=this.#eT,this.#eT=null)),this.#l}get altTextData(){return this.#l?.data}set altTextData(t){this.#l&&(this.#l.data=t)}get guessedAltText(){return this.#l?.guessedText}async setGuessedAltText(t){await this.#l?.setGuessedText(t)}serializeAltText(t){return this.#l?.serialize(t)}hasAltText(){return!!this.#l&&!this.#l.isEmpty()}hasAltTextData(){return this.#l?.hasData()??!1}focusCommentButton(){this.#h?.focusButton()}addCommentButton(){return this.canAddComment?this.#h||=new tj(this):null}addStandaloneCommentButton(){if(this._uiManager.hasCommentManager()){if(this.#ei){this._uiManager.isEditingMode()&&this.#ei.classList.remove("hidden");return}this.hasComment&&(this.#ei=this.#h.renderForStandalone(),this.div.append(this.#ei))}}removeStandaloneCommentButton(){this.#h.removeStandaloneCommentButton(),this.#ei=null}hideStandaloneCommentButton(){this.#ei?.classList.add("hidden")}get comment(){if(!this.#h)return null;let{data:{richText:t,text:e,date:i,deleted:r}}=this.#h;return{text:e,richText:t,date:i,deleted:r,color:this.getNonHCMColor(),opacity:this.opacity??1}}set comment(t){this.#h||=new tj(this),"object"==typeof t&&null!==t?this.#h.restoreData(t):this.#h.data=t,this.hasComment?(this.removeCommentButtonFromToolbar(),this.addStandaloneCommentButton(),this._uiManager.updateComment(this)):(this.addCommentButtonInToolbar(),this.removeStandaloneCommentButton(),this._uiManager.removeComment(this))}setCommentData({comment:t,popupRef:e,richText:i}){if(!e||(this.#h||=new tj(this),this.#h.setInitialText(t,i),!this.annotationElementId))return;let r=this._uiManager.getAndRemoveDataFromAnnotationStorage(this.annotationElementId);r&&this.updateFromAnnotationLayer(r)}get hasEditedComment(){return this.#h?.hasBeenEdited()}get hasDeletedComment(){return this.#h?.isDeleted()}get hasComment(){return!!this.#h&&!this.#h.isEmpty()&&!this.#h.isDeleted()}async editComment(t){this.#h||=new tj(this),this.#h.edit(t)}toggleComment(t,e){this.hasComment&&this._uiManager.toggleComment(this,t,e)}setSelectedCommentButton(t){this.#h.setSelectedButton(t)}addComment(t){if(this.hasEditedComment){let[,,,e]=t.rect,[i]=this.pageDimensions,[r]=this.pageTranslation,s=r+i+1;t.popup={contents:this.comment.text,deleted:this.comment.deleted,rect:[s,e-100,s+180,e]}}}updateFromAnnotationLayer({popup:{contents:t,deleted:e}}){this.#h.data=e?null:t}get parentBoundingClientRect(){return this.parent.boundingClientRect}render(){let t=this.div=document.createElement("div");t.setAttribute("data-editor-rotation",(360-this.rotation)%360),t.className=this.name,t.setAttribute("id",this.id),t.tabIndex=this.#eC?-1:0,t.setAttribute("role","application"),this.defaultL10nId&&t.setAttribute("data-l10n-id",this.defaultL10nId),this._isVisible||t.classList.add("hidden"),this.setInForeground(),this.#e5();let[e,i]=this.parentDimensions;this.parentRotation%180!=0&&(t.style.maxWidth=`${(100*i/e).toFixed(2)}%`,t.style.maxHeight=`${(100*e/i).toFixed(2)}%`);let[r,s]=this.getInitialTranslation();return this.translate(r,s),tR(this,t,["keydown","pointerdown","dblclick"]),this.isResizable&&this._uiManager._supportsPinchToZoom&&(this.#eV||=new t$({container:t,isPinchingDisabled:()=>!this.isSelected,onPinchStart:this.#e3.bind(this),onPinching:this.#e6.bind(this),onPinchEnd:this.#e4.bind(this),signal:this._uiManager._signal})),this.addStandaloneCommentButton(),this._uiManager._editorUndoBar?.hide(),t}#e3(){this.#eI={savedX:this.x,savedY:this.y,savedWidth:this.width,savedHeight:this.height},this.#l?.toggle(!1),this.parent.togglePointerEvents(!1)}#e6(t,e,i){let r=i/e*.7+1-.7;if(1===r)return;let s=this.#eJ(this.rotation),n=(t,e)=>[s[0]*t+s[2]*e,s[1]*t+s[3]*e],[a,o]=this.parentDimensions,l=this.x,h=this.y,d=this.width,c=this.height;r=Math.max(Math.min(r,1/d,1/c),tG.MIN_SIZE/a/d,tG.MIN_SIZE/o/c);let u=tG._round(d*r),p=tG._round(c*r);if(u===d&&p===c)return;this.#eO||=[l,h,d,c];let g=n(d/2,c/2),m=tG._round(l+g[0]),f=tG._round(h+g[1]),b=n(u/2,p/2);this.x=m-b[0],this.y=f-b[1],this.width=u,this.height=p,this.setDims(),this.fixAndSetPosition(),this._onResizing()}#e4(){this.#l?.toggle(!0),this.parent.togglePointerEvents(!0),this.#e1()}pointerdown(t){let{isMac:e}=U.platform;0!==t.button||t.ctrlKey&&e?t.preventDefault():(this.#eL=!0,this._isDraggable)?this.#e9(t):this.#e8(t)}#e8(t){let{isMac:e}=U.platform;t.ctrlKey&&!e||t.shiftKey||t.metaKey&&e?this.parent.toggleSelected(this):this.parent.setSelected(this)}#e9(t){let{isSelected:e}=this;this._uiManager.setUpDragSession();let i=!1,r=new AbortController,s=this._uiManager.combinedSignal(r),n={capture:!0,passive:!1,signal:s},a=t=>{r.abort(),this.#eM=null,this.#eL=!1,this._uiManager.endDragSession()||this.#e8(t),i&&this._onStopDragging()};e&&(this.#ej=t.clientX,this.#e$=t.clientY,this.#eM=t.pointerId,this.#eP=t.pointerType,window.addEventListener("pointermove",t=>{i||(i=!0,this._uiManager.toggleComment(this,!0,!1),this._onStartDragging());let{clientX:e,clientY:r,pointerId:s}=t;if(s!==this.#eM)return void td(t);let[n,a]=this.screenToPageTranslation(e-this.#ej,r-this.#e$);this.#ej=e,this.#e$=r,this._uiManager.dragSelectedEditors(n,a)},n),window.addEventListener("touchmove",td,n),window.addEventListener("pointerdown",t=>{t.pointerType===this.#eP&&(this.#eV||t.isPrimary)&&a(t),td(t)},n));let o=t=>{this.#eM&&this.#eM!==t.pointerId?td(t):a(t)};window.addEventListener("pointerup",o,{signal:s}),window.addEventListener("blur",o,{signal:s})}_onStartDragging(){}_onStopDragging(){}moveInDOM(){this.#eH&&clearTimeout(this.#eH),this.#eH=setTimeout(()=>{this.#eH=null,this.parent?.moveEditorInDOM(this)},0)}_setParentAndPosition(t,e,i){t.changeParent(this),this.x=e,this.y=i,this.fixAndSetPosition(),this._onTranslated()}getRect(t,e,i=this.rotation){let r=this.parentScale,[s,n]=this.pageDimensions,[a,o]=this.pageTranslation,l=t/r,h=e/r,d=this.x*s,c=this.y*n,u=this.width*s,p=this.height*n;switch(i){case 0:return[d+l+a,n-c-h-p+o,d+l+u+a,n-c-h+o];case 90:return[d+h+a,n-c+l+o,d+h+p+a,n-c+l+u+o];case 180:return[d-l-u+a,n-c+h+o,d-l+a,n-c+h+p+o];case 270:return[d-h-p+a,n-c-l-u+o,d-h+a,n-c-l+o];default:throw Error("Invalid rotation")}}getRectInCurrentCoords(t,e){let[i,r,s,n]=t,a=s-i,o=n-r;switch(this.rotation){case 0:return[i,e-n,a,o];case 90:return[i,e-r,o,a];case 180:return[s,e-r,a,o];case 270:return[s,e-n,o,a];default:throw Error("Invalid rotation")}}getPDFRect(){return this.getRect(0,0)}getNonHCMColor(){return this.color&&tG._colorManager.convert(this._uiManager.getNonHCMColor(this.color))}onUpdatedColor(){this.#h?.onUpdatedColor()}getData(){let{comment:{text:t,color:e,date:i,opacity:r,deleted:s,richText:n},uid:a,pageIndex:o,creationDate:l,modificationDate:h}=this;return{id:a,pageIndex:o,rect:this.getPDFRect(),richText:n,contentsObj:{str:t},creationDate:l,modificationDate:i||h,popupRef:!s,color:e,opacity:r}}onceAdded(t){}isEmpty(){return!1}enableEditMode(){return!this.isInEditMode()&&(this.parent.setEditingState(!1),this.#eU=!0,!0)}disableEditMode(){return!!this.isInEditMode()&&(this.parent.setEditingState(!0),this.#eU=!1,!0)}isInEditMode(){return this.#eU}shouldGetKeyboardEvents(){return this.#ez}needsToBeRebuilt(){return this.div&&!this.isAttachedToDOM}get isOnScreen(){let{top:t,left:e,bottom:i,right:r}=this.getClientDimensions(),{innerHeight:s,innerWidth:n}=window;return e<n&&r>0&&t<s&&i>0}#e5(){if(this.#eB||!this.div)return;this.#eB=new AbortController;let t=this._uiManager.combinedSignal(this.#eB);this.div.addEventListener("focusin",this.focusin.bind(this),{signal:t}),this.div.addEventListener("focusout",this.focusout.bind(this),{signal:t})}rebuild(){this.#e5()}rotate(t){}resize(){}serializeDeleted(){return{id:this.annotationElementId,deleted:!0,pageIndex:this.pageIndex,popupRef:this._initialData?.popupRef||""}}serialize(t=!1,e=null){return{annotationType:this.mode,pageIndex:this.pageIndex,rect:this.getPDFRect(),rotation:this.rotation,structTreeParentId:this._structTreeParentId,popupRef:this._initialData?.popupRef||""}}static async deserialize(t,e,i){let r=new this.prototype.constructor({parent:e,id:i.getId(),uiManager:i,annotationElementId:t.annotationElementId,creationDate:t.creationDate,modificationDate:t.modificationDate});r.rotation=t.rotation,r.#eT=t.accessibilityData,r._isCopy=t.isCopy||!1;let[s,n]=r.pageDimensions,[a,o,l,h]=r.getRectInCurrentCoords(t.rect,n);return r.x=a/s,r.y=o/n,r.width=l/s,r.height=h/n,r}get hasBeenModified(){return!!this.annotationElementId&&(this.deleted||null!==this.serialize())}remove(){if(this.#eB?.abort(),this.#eB=null,this.isEmpty()||this.commit(),this.parent?this.parent.remove(this):this._uiManager.removeEditor(this),this.hideCommentPopup(),this.#eH&&(clearTimeout(this.#eH),this.#eH=null),this.#eq(),this.removeEditToolbar(),this.#eG){for(let t of this.#eG.values())clearTimeout(t);this.#eG=null}this.parent=null,this.#eV?.destroy(),this.#eV=null,this.#eR?.remove(),this.#eR=null}get isResizable(){return!1}makeResizable(){this.isResizable&&(this.#eQ(),this.#ek.classList.remove("hidden"))}get toolbarPosition(){return null}get commentButtonPosition(){return"ltr"===this._uiManager.direction?[1,0]:[0,0]}get commentButtonPositionInPage(){let{commentButtonPosition:[t,e]}=this,[i,r,s,n]=this.getPDFRect();return[tG._round(i+(s-i)*t),tG._round(r+(n-r)*(1-e))]}get commentButtonColor(){return this._uiManager.makeCommentColor(this.getNonHCMColor(),this.opacity)}get commentPopupPosition(){return this.#h.commentPopupPositionInLayer}set commentPopupPosition(t){this.#h.commentPopupPositionInLayer=t}hasDefaultPopupPosition(){return this.#h.hasDefaultPopupPosition()}get commentButtonWidth(){return this.#h.commentButtonWidth}get elementBeforePopup(){return this.div}setCommentButtonStates(t){this.#h?.setCommentButtonStates(t)}keydown(t){if(!this.isResizable||t.target!==this.div||"Enter"!==t.key)return;this._uiManager.setSelected(this),this.#eI={savedX:this.x,savedY:this.y,savedWidth:this.width,savedHeight:this.height};let e=this.#ek.children;if(!this.#eE){this.#eE=Array.from(e);let t=this.#e7.bind(this),i=this.#it.bind(this),r=this._uiManager._signal;for(let e of this.#eE){let s=e.getAttribute("data-resizer-name");e.setAttribute("role","spinbutton"),e.addEventListener("keydown",t,{signal:r}),e.addEventListener("blur",i,{signal:r}),e.addEventListener("focus",this.#ie.bind(this,s),{signal:r}),e.setAttribute("data-l10n-id",tG._l10nResizer[s])}}let i=this.#eE[0],r=0;for(let t of e){if(t===i)break;r++}let s=(360-this.rotation+this.parentRotation)%360/90*(this.#eE.length/4);if(s!==r){if(s<r)for(let t=0;t<r-s;t++)this.#ek.append(this.#ek.firstElementChild);else if(s>r)for(let t=0;t<s-r;t++)this.#ek.firstElementChild.before(this.#ek.lastElementChild);let t=0;for(let i of e){let e=this.#eE[t++].getAttribute("data-resizer-name");i.setAttribute("data-l10n-id",tG._l10nResizer[e])}}this.#ii(0),this.#ez=!0,this.#ek.firstElementChild.focus({focusVisible:!0}),t.preventDefault(),t.stopImmediatePropagation()}#e7(t){tG._resizerKeyboardManager.exec(this,t)}#it(t){this.#ez&&t.relatedTarget?.parentNode!==this.#ek&&this.#eq()}#ie(t){this.#eF=this.#ez?t:""}#ii(t){if(this.#eE)for(let e of this.#eE)e.tabIndex=t}_resizeWithKeyboard(t,e){this.#ez&&this.#e0(this.#eF,{deltaX:t,deltaY:e,fromKeyboard:!0})}#eq(){this.#ez=!1,this.#ii(-1),this.#e1()}_stopResizingWithKeyboard(){this.#eq(),this.div.focus()}select(){this.isSelected&&this._editToolbar?this._editToolbar.show():(this.isSelected=!0,this.makeResizable(),this.div?.classList.add("selectedEditor"),this._editToolbar)?(this._editToolbar?.show(),this.#l?.toggleAltTextBadge(!1)):this.addEditToolbar().then(()=>{this.div?.classList.contains("selectedEditor")&&this._editToolbar?.show()})}focus(){this.div&&!this.div.contains(document.activeElement)&&setTimeout(()=>this.div?.focus({preventScroll:!0}),0)}unselect(){this.isSelected&&(this.isSelected=!1,this.#ek?.classList.add("hidden"),this.div?.classList.remove("selectedEditor"),this.div?.contains(document.activeElement)&&this._uiManager.currentLayer.div.focus({preventScroll:!0}),this._editToolbar?.hide(),this.#l?.toggleAltTextBadge(!0),this.hideCommentPopup())}hideCommentPopup(){this.hasComment&&this._uiManager.toggleComment(null)}updateParams(t,e){}disableEditing(){}enableEditing(){}get canChangeContent(){return!1}enterInEditMode(){this.canChangeContent&&(this.enableEditMode(),this.div.focus())}dblclick(t){"BUTTON"!==t.target.nodeName&&(this.enterInEditMode(),this.parent.updateToolbar({mode:this.constructor._editorType,editId:this.uid}))}getElementForAltText(){return this.div}get contentDiv(){return this.div}get isEditing(){return this.#eN}set isEditing(t){this.#eN=t,this.parent&&(t?(this.parent.setSelected(this),this.parent.setActiveEditor(this)):this.parent.setActiveEditor(null))}static get MIN_SIZE(){return 16}static canCreateNewEmptyEditor(){return!0}get telemetryInitialData(){return{action:"added"}}get telemetryFinalData(){return null}_reportTelemetry(t,e=!1){if(e){this.#eG||=new Map;let{action:e}=t,i=this.#eG.get(e);i&&clearTimeout(i),i=setTimeout(()=>{this._reportTelemetry(t),this.#eG.delete(e),0===this.#eG.size&&(this.#eG=null)},tG._telemetryTimeout),this.#eG.set(e,i);return}t.type||=this.editorType,this._uiManager._eventBus.dispatch("reporttelemetry",{source:this,details:{type:"editing",data:t}})}show(t=this._isVisible){this.div.classList.toggle("hidden",!t),this._isVisible=t}enable(){this.div&&(this.div.tabIndex=0),this.#eC=!1}disable(){this.div&&(this.div.tabIndex=-1),this.#eC=!0}updateFakeAnnotationElement(t){if(!this.#eR&&!this.deleted){this.#eR=t.addFakeAnnotation(this);return}if(this.deleted){this.#eR.remove(),this.#eR=null;return}(this.hasEditedComment||this._hasBeenMoved||this._hasBeenResized)&&this.#eR.updateEdited({rect:this.getPDFRect(),popup:this.comment})}renderAnnotationElement(t){if(this.deleted)return t.hide(),null;let e=t.container.querySelector(".annotationContent");if(e){if("CANVAS"===e.nodeName){let t=e;(e=document.createElement("div")).classList.add("annotationContent",this.editorType),t.before(e)}}else(e=document.createElement("div")).classList.add("annotationContent",this.editorType),t.container.prepend(e);return e}resetAnnotationElement(t){let{firstElementChild:e}=t.container;e?.nodeName==="DIV"&&e.classList.contains("annotationContent")&&e.remove()}}class tV extends tG{constructor(t){super(t),this.annotationElementId=t.annotationElementId,this.deleted=!0}serialize(){return this.serializeDeleted()}}class tW{constructor(t){this.h1=t?0|t:0xc3d2e1f0,this.h2=t?0|t:0xc3d2e1f0}update(t){let e,i;if("string"==typeof t){e=new Uint8Array(2*t.length),i=0;for(let r=0,s=t.length;r<s;r++){let s=t.charCodeAt(r);s<=255?e[i++]=s:(e[i++]=s>>>8,e[i++]=255&s)}}else if(ArrayBuffer.isView(t))i=(e=t.slice()).byteLength;else throw Error("Invalid data format, must be a string or TypedArray.");let r=i>>2,s=i-4*r,n=new Uint32Array(e.buffer,0,r),a=0,o=0,l=this.h1,h=this.h2;for(let t=0;t<r;t++)1&t?(l^=a=0x1b873593*(a=(a=0xcc9e2d51*(a=n[t])&0xffff0000|11601*a&65535)<<15|a>>>17)&0xffff0000|13715*a&65535,l=5*(l=l<<13|l>>>19)+0xe6546b64):(h^=o=0x1b873593*(o=(o=0xcc9e2d51*(o=n[t])&0xffff0000|11601*o&65535)<<15|o>>>17)&0xffff0000|13715*o&65535,h=5*(h=h<<13|h>>>19)+0xe6546b64);switch(a=0,s){case 3:a^=e[4*r+2]<<16;case 2:a^=e[4*r+1]<<8;case 1:a^=e[4*r],a=0x1b873593*(a=(a=0xcc9e2d51*a&0xffff0000|11601*a&65535)<<15|a>>>17)&0xffff0000|13715*a&65535,1&r?l^=a:h^=a}this.h1=l,this.h2=h}hexdigest(){let t=this.h1,e=this.h2;return t^=e>>>1,e=0xff51afd7*e&0xffff0000|((e<<16|(t=0xed558ccd*t&0xffff0000|36045*t&65535)>>>16)*0xafd7ed55&0xffff0000)>>>16,t^=e>>>1,e=0xc4ceb9fe*e&0xffff0000|((e<<16|(t=0x1a85ec53*t&0xffff0000|60499*t&65535)>>>16)*0xb9fe1a85&0xffff0000)>>>16,((t^=e>>>1)>>>0).toString(16).padStart(8,"0")+(e>>>0).toString(16).padStart(8,"0")}}let tX=Object.freeze({map:null,hash:"",transfer:void 0});class tq{#ir=!1;#is=null;#ia=null;#io=new Map;onSetModified=null;onResetModified=null;onAnnotationEditor=null;getValue(t,e){let i=this.#io.get(t);return void 0===i?e:Object.assign(e,i)}getRawValue(t){return this.#io.get(t)}remove(t){let e=this.#io.get(t);void 0===e||(e instanceof tG&&this.#ia.delete(e.annotationElementId),this.#io.delete(t),0===this.#io.size&&this.resetModified(),this.#io.values().some(t=>t instanceof tG)||this.onAnnotationEditor?.(null))}setValue(t,e){let i=this.#io.get(t),r=!1;if(void 0!==i)for(let[t,s]of Object.entries(e))i[t]!==s&&(r=!0,i[t]=s);else r=!0,this.#io.set(t,e);r&&this.#il(),e instanceof tG&&((this.#ia||=new Map).set(e.annotationElementId,e),this.onAnnotationEditor?.(e.constructor._type))}has(t){return this.#io.has(t)}get size(){return this.#io.size}#il(){this.#ir||(this.#ir=!0,this.onSetModified?.())}resetModified(){this.#ir&&(this.#ir=!1,this.onResetModified?.())}get print(){return new tK(this)}get serializable(){if(0===this.#io.size)return tX;let t=new Map,e=new tW,i=[],r=Object.create(null),s=!1;for(let[i,n]of this.#io){let a=n instanceof tG?n.serialize(!1,r):n;n.page&&(n.pageIndex=n.page._pageIndex,delete n.page),a&&(t.set(i,a),e.update(`${i}:${JSON.stringify(a)}`),s||=!!a.bitmap)}if(s)for(let e of t.values())e.bitmap&&i.push(e.bitmap);return t.size>0?{map:t,hash:e.hexdigest(),transfer:i}:tX}get editorStats(){let t=null,e=new Map,i=0,r=0;for(let s of this.#io.values()){if(!(s instanceof tG)){s.popup&&(s.popup.deleted?r+=1:i+=1);continue}s.isCommentDeleted?r+=1:s.hasEditedComment&&(i+=1);let n=s.telemetryFinalData;if(!n)continue;let{type:a}=n;e.has(a)||e.set(a,Object.getPrototypeOf(s).constructor),t||=Object.create(null);let o=t[a]||=new Map;for(let[t,e]of Object.entries(n)){if("type"===t)continue;let i=o.getOrInsertComputed(t,X);i.set(e,(i.get(e)??0)+1)}}if((r>0||i>0)&&((t||=Object.create(null)).comments={deleted:r,edited:i}),!t)return null;for(let[i,r]of e)t[i]=r.computeTelemetryFinalData(t[i]);return t}resetModifiedIds(){this.#is=null}updateEditor(t,e){let i=this.#ia?.get(t);return!!i&&(i.updateFromAnnotationLayer(e),!0)}getEditor(t){return this.#ia?.get(t)||null}get modifiedIds(){if(this.#is)return this.#is;let t=[];if(this.#ia)for(let e of this.#ia.values())e.serialize()&&t.push(e.annotationElementId);let e="";if(t.length){let i=new tW;i.update(t.join(",")),e=i.hexdigest()}return this.#is={ids:new Set(t),hash:e}}[Symbol.iterator](){return this.#io.entries()}}class tK extends tq{#ih=tX;constructor(t){super();const{serializable:e}=t;if(e===tX)return;const{map:i,hash:r,transfer:s}=e,n=structuredClone(i,s?{transfer:s}:null);this.#ih={map:n,hash:r,transfer:[]}}get print(){T("Should not call PrintAnnotationStorage.print")}get serializable(){return this.#ih}get modifiedIds(){return k(this,"modifiedIds",{ids:new Set,hash:""})}}o(7588);let tY="__forcedDependency",{floor:tJ,ceil:tQ}=Math;function tZ(t,e,i,r,s,n){t[4*e+0]=Math.min(t[4*e+0],i),t[4*e+1]=Math.min(t[4*e+1],r),t[4*e+2]=Math.max(t[4*e+2],s),t[4*e+3]=Math.max(t[4*e+3],n)}let t0=new Uint32Array(new Uint8Array([255,255,0,0]).buffer)[0];class t1{#id;#ic;constructor(t,e){this.#id=t,this.#ic=e}get length(){return this.#id.length}isEmpty(t){return this.#id[t]===t0}minX(t){return this.#ic[4*t+0]/256}minY(t){return this.#ic[4*t+1]/256}maxX(t){return(this.#ic[4*t+2]+1)/256}maxY(t){return(this.#ic[4*t+3]+1)/256}}let t2=(t,e)=>t?.getOrInsertComputed(e,()=>({dependencies:new Set,isRenderingOperation:!1}));class t5{#iu=[[1,0,0,1,0,0]];#ip=[-1/0,-1/0,1/0,1/0];#ig=new Float64Array(h);_pendingBBoxIdx=-1;#im;#ib;#iv;#id;_savesStack=[];_markedContentStack=[];constructor(t,e){this.#im=t.width,this.#ib=t.height,this.#iy(e)}growOperationsCount(t){t>=this.#id.length&&this.#iy(t,this.#id)}#iy(t,e){let i=new ArrayBuffer(4*t);this.#iv=new Uint8ClampedArray(i),this.#id=new Uint32Array(i),e&&e.length>0?(this.#id.set(e),this.#id.fill(t0,e.length)):this.#id.fill(t0)}get clipBox(){return this.#ip}save(t){return this.#ip={__proto__:this.#ip},this._savesStack.push(t),this}restore(t,e){let i=Object.getPrototypeOf(this.#ip);if(null===i)return this;this.#ip=i;let r=this._savesStack.pop();return void 0!==r&&(e?.(r,t),this.#id[t]=this.#id[r]),this}recordOpenMarker(t){return this._savesStack.push(t),this}getOpenMarker(){return 0===this._savesStack.length?null:this._savesStack.at(-1)}recordCloseMarker(t,e){let i=this._savesStack.pop();return void 0!==i&&(e?.(i,t),this.#id[t]=this.#id[i]),this}beginMarkedContent(t){return this._markedContentStack.push(t),this}endMarkedContent(t,e){let i=this._markedContentStack.pop();return void 0!==i&&(e?.(i,t),this.#id[t]=this.#id[i]),this}pushBaseTransform(t){return this.#iu.push(z.multiplyByDOMMatrix(this.#iu.at(-1),t.getTransform())),this}popBaseTransform(){return this.#iu.length>1&&this.#iu.pop(),this}resetBBox(t){return this._pendingBBoxIdx!==t&&(this._pendingBBoxIdx=t,this.#ig.set(h,0)),this}recordClipBox(t,e,i,r,s,n){let a=z.multiplyByDOMMatrix(this.#iu.at(-1),e.getTransform()),o=h.slice();z.axialAlignedBoundingBox([i,s,r,n],a,o);let l=z.intersect(this.#ip,o);return l?(this.#ip[0]=l[0],this.#ip[1]=l[1],this.#ip[2]=l[2],this.#ip[3]=l[3]):(this.#ip[0]=this.#ip[1]=1/0,this.#ip[2]=this.#ip[3]=-1/0),this}recordBBox(t,e,i,r,s,n){let a=this.#ip;if(a[0]===1/0)return this;let o=z.multiplyByDOMMatrix(this.#iu.at(-1),e.getTransform());if(a[0]===-1/0)return z.axialAlignedBoundingBox([i,s,r,n],o,this.#ig),this;let l=h.slice();return z.axialAlignedBoundingBox([i,s,r,n],o,l),this.#ig[0]=K(l[0],a[0],this.#ig[0]),this.#ig[1]=K(l[1],a[1],this.#ig[1]),this.#ig[2]=K(l[2],this.#ig[2],a[2]),this.#ig[3]=K(l[3],this.#ig[3],a[3]),this}recordFullPageBBox(t){return this.#ig[0]=Math.max(0,this.#ip[0]),this.#ig[1]=Math.max(0,this.#ip[1]),this.#ig[2]=Math.min(this.#im,this.#ip[2]),this.#ig[3]=Math.min(this.#ib,this.#ip[3]),this}recordOperation(t,e=!1,i){if(this._pendingBBoxIdx!==t)return this;let r=tJ(256*this.#ig[0]/this.#im),s=tJ(256*this.#ig[1]/this.#ib),n=tQ(256*this.#ig[2]/this.#im),a=tQ(256*this.#ig[3]/this.#ib);if(tZ(this.#iv,t,r,s,n,a),i)for(let e of i)for(let i of e)i!==t&&tZ(this.#iv,i,r,s,n,a);return e||(this._pendingBBoxIdx=-1),this}bboxToClipBoxDropOperation(t){return this._pendingBBoxIdx===t&&(this._pendingBBoxIdx=-1,this.#ip[0]=Math.max(this.#ip[0],this.#ig[0]),this.#ip[1]=Math.max(this.#ip[1],this.#ig[1]),this.#ip[2]=Math.min(this.#ip[2],this.#ig[2]),this.#ip[3]=Math.min(this.#ip[3],this.#ig[3])),this}take(){return new t1(this.#id,this.#iv)}takeDebugMetadata(){throw Error("Unreachable")}recordSimpleData(t,e){return this}recordIncrementalData(t,e){return this}resetIncrementalData(t,e){return this}recordNamedData(t,e){return this}recordSimpleDataFromNamed(t,e,i){return this}recordFutureForcedDependency(t,e){return this}inheritSimpleDataAsFutureForcedDependencies(t){return this}inheritPendingDependenciesAsFutureForcedDependencies(){return this}recordCharacterBBox(t,e,i,r=1,s=0,n=0,a){return this}getSimpleIndex(t){}recordDependencies(t,e){return this}recordNamedDependency(t,e){return this}recordShowTextOperation(t,e=!1){return this}}class t3{#iA={__proto__:null};#ix={__proto__:null,transform:[],moveText:[],sameLineText:[],[tY]:[]};#iw=new Map;#i_=new Set;#iS=new Map;#iT;#iE;#iC;constructor(t,e=!1){this.#iC=t,e&&(this.#iT=new Map,this.#iE=(t,e)=>{t2(this.#iT,e).dependencies.add(t)})}get clipBox(){return this.#iC.clipBox}growOperationsCount(t){this.#iC.growOperationsCount(t)}save(t){return this.#iA={__proto__:this.#iA},this.#ix={__proto__:this.#ix,transform:{__proto__:this.#ix.transform},moveText:{__proto__:this.#ix.moveText},sameLineText:{__proto__:this.#ix.sameLineText},[tY]:{__proto__:this.#ix[tY]}},this.#iC.save(t),this}restore(t){this.#iC.restore(t,this.#iE);let e=Object.getPrototypeOf(this.#iA);return null===e||(this.#iA=e,this.#ix=Object.getPrototypeOf(this.#ix)),this}recordOpenMarker(t){return this.#iC.recordOpenMarker(t,this.#iE),this}getOpenMarker(){return this.#iC.getOpenMarker()}recordCloseMarker(t){return this.#iC.recordCloseMarker(t,this.#iE),this}beginMarkedContent(t){return this.#iC.beginMarkedContent(t),this}endMarkedContent(t){return this.#iC.endMarkedContent(t,this.#iE),this}pushBaseTransform(t){return this.#iC.pushBaseTransform(t),this}popBaseTransform(){return this.#iC.popBaseTransform(),this}recordSimpleData(t,e){return this.#iA[t]=e,this}recordIncrementalData(t,e){return this.#ix[t].push(e),this}resetIncrementalData(t,e){return this.#ix[t].length=0,this}recordNamedData(t,e){return this.#iw.set(t,e),this}recordSimpleDataFromNamed(t,e,i){this.#iA[t]=this.#iw.get(e)??i}recordFutureForcedDependency(t,e){return this.recordIncrementalData(tY,e),this}inheritSimpleDataAsFutureForcedDependencies(t){for(let e of t)e in this.#iA&&this.recordFutureForcedDependency(e,this.#iA[e]);return this}inheritPendingDependenciesAsFutureForcedDependencies(){for(let t of this.#i_)this.recordFutureForcedDependency(tY,t);return this}resetBBox(t){return this.#iC.resetBBox(t),this}recordClipBox(t,e,i,r,s,n){return this.#iC.recordClipBox(t,e,i,r,s,n),this}recordBBox(t,e,i,r,s,n){return this.#iC.recordBBox(t,e,i,r,s,n),this}recordCharacterBBox(t,e,i,r=1,s=0,n=0,a){let o,l,h=i.bbox;if(h&&!1!==(o=h[2]!==h[0]&&h[3]!==h[1]&&this.#iS.get(i))&&(l=[0,0,0,0],z.axialAlignedBoundingBox(h,i.fontMatrix,l),(1!==r||0!==s||0!==n)&&z.scaleMinMax([r,0,0,-r,s,n],l),o))return this.recordBBox(t,e,l[0],l[2],l[1],l[3]);if(!a)return this.recordFullPageBBox(t);let d=a();return h&&l&&void 0===o&&(o=l[0]<=s-d.actualBoundingBoxLeft&&l[2]>=s+d.actualBoundingBoxRight&&l[1]<=n-d.actualBoundingBoxAscent&&l[3]>=n+d.actualBoundingBoxDescent,this.#iS.set(i,o),o)?this.recordBBox(t,e,l[0],l[2],l[1],l[3]):this.recordBBox(t,e,s-d.actualBoundingBoxLeft,s+d.actualBoundingBoxRight,n-d.actualBoundingBoxAscent,n+d.actualBoundingBoxDescent)}recordFullPageBBox(t){return this.#iC.recordFullPageBBox(t),this}getSimpleIndex(t){return this.#iA[t]}recordDependencies(t,e){let i=this.#i_,r=this.#iA,s=this.#ix;for(let t of e)t in this.#iA?i.add(r[t]):t in s&&s[t].forEach(i.add,i);return this}recordNamedDependency(t,e){return this.#iw.has(e)&&this.#i_.add(this.#iw.get(e)),this}recordOperation(t,e=!1){if(this.recordDependencies(t,[tY]),this.#iT){let e=t2(this.#iT,t),{dependencies:i}=e;this.#i_.forEach(i.add,i),this.#iC._savesStack.forEach(i.add,i),this.#iC._markedContentStack.forEach(i.add,i),i.delete(t),e.isRenderingOperation=!0}let i=!e&&t===this.#iC._pendingBBoxIdx;return this.#iC.recordOperation(t,e,[this.#i_,this.#iC._savesStack,this.#iC._markedContentStack]),i&&this.#i_.clear(),this}recordShowTextOperation(t,e=!1){let i=Array.from(this.#i_);for(let r of(this.recordOperation(t,e),this.recordIncrementalData("sameLineText",t),i))this.recordIncrementalData("sameLineText",r);return this}bboxToClipBoxDropOperation(t,e=!1){let i=!e&&t===this.#iC._pendingBBoxIdx;return this.#iC.bboxToClipBoxDropOperation(t),i&&this.#i_.clear(),this}take(){return this.#iS.clear(),this.#iC.take()}takeDebugMetadata(){return this.#iT}}class t6{#iM;#iP;#ik;#iD=0;#iI=0;constructor(t,e,i){if(t instanceof t6&&!!i===t.#ik)return t;this.#iM=t,this.#iP=e,this.#ik=!!i}get clipBox(){return this.#iM.clipBox}growOperationsCount(){throw Error("Unreachable")}save(t){return this.#iI++,this.#iM.save(this.#iP),this}restore(t){return this.#iI>0&&(this.#iM.restore(this.#iP),this.#iI--),this}recordOpenMarker(t){return this.#iD++,this}getOpenMarker(){return this.#iD>0?this.#iP:this.#iM.getOpenMarker()}recordCloseMarker(t){return this.#iD--,this}beginMarkedContent(t){return this}endMarkedContent(t){return this}pushBaseTransform(t){return this.#iM.pushBaseTransform(t),this}popBaseTransform(){return this.#iM.popBaseTransform(),this}recordSimpleData(t,e){return this.#iM.recordSimpleData(t,this.#iP),this}recordIncrementalData(t,e){return this.#iM.recordIncrementalData(t,this.#iP),this}resetIncrementalData(t,e){return this.#iM.resetIncrementalData(t,this.#iP),this}recordNamedData(t,e){return this}recordSimpleDataFromNamed(t,e,i){return this.#iM.recordSimpleDataFromNamed(t,e,this.#iP),this}recordFutureForcedDependency(t,e){return this.#iM.recordFutureForcedDependency(t,this.#iP),this}inheritSimpleDataAsFutureForcedDependencies(t){return this.#iM.inheritSimpleDataAsFutureForcedDependencies(t),this}inheritPendingDependenciesAsFutureForcedDependencies(){return this.#iM.inheritPendingDependenciesAsFutureForcedDependencies(),this}resetBBox(t){return this.#ik||this.#iM.resetBBox(this.#iP),this}recordClipBox(t,e,i,r,s,n){return this.#ik||this.#iM.recordClipBox(this.#iP,e,i,r,s,n),this}recordBBox(t,e,i,r,s,n){return this.#ik||this.#iM.recordBBox(this.#iP,e,i,r,s,n),this}recordCharacterBBox(t,e,i,r,s,n,a){return this.#ik||this.#iM.recordCharacterBBox(this.#iP,e,i,r,s,n,a),this}recordFullPageBBox(t){return this.#ik||this.#iM.recordFullPageBBox(this.#iP),this}getSimpleIndex(t){return this.#iM.getSimpleIndex(t)}recordDependencies(t,e){return this.#iM.recordDependencies(this.#iP,e),this}recordNamedDependency(t,e){return this.#iM.recordNamedDependency(this.#iP,e),this}recordOperation(t){return this.#iM.recordOperation(this.#iP,!0),this}recordShowTextOperation(t){return this.#iM.recordShowTextOperation(this.#iP,!0),this}bboxToClipBoxDropOperation(t){return this.#ik||this.#iM.bboxToClipBoxDropOperation(this.#iP,!0),this}take(){throw Error("Unreachable")}takeDebugMetadata(){throw Error("Unreachable")}}let t4=["path","transform","filter","strokeColor","strokeAlpha","lineWidth","lineCap","lineJoin","miterLimit","dash"],t9=["path","transform","filter","fillColor","fillAlpha","globalCompositeOperation","SMask"],t8=["transform","SMask","filter","fillAlpha","strokeAlpha","globalCompositeOperation"],t7=["filter","fillColor","fillAlpha"],et=["transform","leading","charSpacing","wordSpacing","hScale","textRise","moveText","textMatrix","font","fontObj","filter","fillColor","textRenderingMode","SMask","fillAlpha","strokeAlpha","globalCompositeOperation","sameLineText"],ee=["transform"],ei=["transform","fillColor"];class er{#im;#ib;#iR=4;#iB=0;#ic=new er.#iF(6*this.#iR);static #iF=U.isFloat16ArraySupported?Float16Array:Float32Array;constructor(t){this.#im=t.width,this.#ib=t.height}record(t,e,i,r){let s;if(this.#iB===this.#iR){this.#iR*=2;let t=new er.#iF(6*this.#iR);t.set(this.#ic),this.#ic=t}let n=z.domMatrixToTransform(t.getTransform());if(r[0]!==1/0){let t=h.slice();z.axialAlignedBoundingBox([0,-i,e,0],n,t);let a=z.intersect(r,t);if(!a)return;let[o,l,d,c]=a;if(o!==t[0]||l!==t[1]||d!==t[2]||c!==t[3]){let t=Math.atan2(n[1],n[0]),e=Math.abs(Math.sin(t)),i=Math.abs(Math.cos(t));if(e<1e-6||i<1e-6||1e-6>Math.abs(e-i))s=[o,l,o,c,d,l];else{let t=d-o,r=c-l,n=e*e,a=i*i,h=i*e,u=a-n,p=(r*a-t*h)/u;s=[o+(r*h-t*n)/u,l,o,l+p,d,c-p]}}}s||(s=[0,-i,0,0,e,-i],z.applyTransform(s,n,0),z.applyTransform(s,n,2),z.applyTransform(s,n,4)),s[0]/=this.#im,s[1]/=this.#ib,s[2]/=this.#im,s[3]/=this.#ib,s[4]/=this.#im,s[5]/=this.#ib,this.#ic.set(s,6*this.#iB),this.#iB++}take(){return this.#ic.subarray(0,6*this.#iB)}}class es{#iL=new Set;constructor({ownerDocument:t=globalThis.document,styleElement:e=null}){this._document=t,this.nativeFontFaces=new Set,this.styleElement=null,this.loadingRequests=[],this.loadTestFontId=0}addNativeFontFace(t){this.nativeFontFaces.add(t),this._document.fonts.add(t)}removeNativeFontFace(t){this.nativeFontFaces.delete(t),this._document.fonts.delete(t)}insertRule(t){this.styleElement||(this.styleElement=this._document.createElement("style"),this._document.documentElement.getElementsByTagName("head")[0].append(this.styleElement));let e=this.styleElement.sheet;e.insertRule(t,e.cssRules.length)}clear(){for(let t of this.nativeFontFaces)this._document.fonts.delete(t);this.nativeFontFaces.clear(),this.#iL.clear(),this.styleElement&&(this.styleElement.remove(),this.styleElement=null)}async loadSystemFont({systemFontInfo:t,disableFontFace:e,_inspectFont:i}){if(!(!t||this.#iL.has(t.loadedName))){if(E(!e,"loadSystemFont shouldn't be called when `disableFontFace` is set."),this.isFontLoadingAPISupported){let{loadedName:e,src:r,style:s}=t,n=new FontFace(e,r,s);this.addNativeFontFace(n);try{await n.load(),this.#iL.add(e),i?.(t)}catch{S(`Cannot load system font: ${t.baseFontName}, installing it could help to improve PDF rendering.`),this.removeNativeFontFace(n)}return}T("Not implemented: loadSystemFont without the Font Loading API.")}}async bind(t){if(t.attached||t.missingFile&&!t.systemFontInfo)return;if(t.attached=!0,t.systemFontInfo)return void await this.loadSystemFont(t);if(this.isFontLoadingAPISupported){let e=t.createNativeFontFace();if(e){this.addNativeFontFace(e);try{await e.loaded}catch(i){throw S(`Failed to load font '${e.family}': '${i}'.`),t.disableFontFace=!0,i}}return}let e=t.createFontFaceRule();if(e){if(this.insertRule(e),this.isSyncFontLoadingSupported)return;await new Promise(e=>{let i=this._queueLoadingCallback(e);this._prepareFontLoadEvent(t,i)})}}get isFontLoadingAPISupported(){return k(this,"isFontLoadingAPISupported",!!this._document?.fonts)}get isSyncFontLoadingSupported(){return k(this,"isSyncFontLoadingSupported",l||U.platform.isFirefox)}_queueLoadingCallback(t){let{loadingRequests:e}=this,i={done:!1,complete:function(){for(E(!i.done,"completeRequest() cannot be called twice."),i.done=!0;e.length>0&&e[0].done;)setTimeout(e.shift().callback,0)},callback:t};return e.push(i),i}get _loadTestFont(){return k(this,"_loadTestFont",atob("T1RUTwALAIAAAwAwQ0ZGIDHtZg4AAAOYAAAAgUZGVE1lkzZwAAAEHAAAABxHREVGABQAFQAABDgAAAAeT1MvMlYNYwkAAAEgAAAAYGNtYXABDQLUAAACNAAAAUJoZWFk/xVFDQAAALwAAAA2aGhlYQdkA+oAAAD0AAAAJGhtdHgD6AAAAAAEWAAAAAZtYXhwAAJQAAAAARgAAAAGbmFtZVjmdH4AAAGAAAAAsXBvc3T/hgAzAAADeAAAACAAAQAAAAEAALZRFsRfDzz1AAsD6AAAAADOBOTLAAAAAM4KHDwAAAAAA+gDIQAAAAgAAgAAAAAAAAABAAADIQAAAFoD6AAAAAAD6AABAAAAAAAAAAAAAAAAAAAAAQAAUAAAAgAAAAQD6AH0AAUAAAKKArwAAACMAooCvAAAAeAAMQECAAACAAYJAAAAAAAAAAAAAQAAAAAAAAAAAAAAAFBmRWQAwAAuAC4DIP84AFoDIQAAAAAAAQAAAAAAAAAAACAAIAABAAAADgCuAAEAAAAAAAAAAQAAAAEAAAAAAAEAAQAAAAEAAAAAAAIAAQAAAAEAAAAAAAMAAQAAAAEAAAAAAAQAAQAAAAEAAAAAAAUAAQAAAAEAAAAAAAYAAQAAAAMAAQQJAAAAAgABAAMAAQQJAAEAAgABAAMAAQQJAAIAAgABAAMAAQQJAAMAAgABAAMAAQQJAAQAAgABAAMAAQQJAAUAAgABAAMAAQQJAAYAAgABWABYAAAAAAAAAwAAAAMAAAAcAAEAAAAAADwAAwABAAAAHAAEACAAAAAEAAQAAQAAAC7//wAAAC7////TAAEAAAAAAAABBgAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAD/gwAyAAAAAQAAAAAAAAAAAAAAAAAAAAABAAQEAAEBAQJYAAEBASH4DwD4GwHEAvgcA/gXBIwMAYuL+nz5tQXkD5j3CBLnEQACAQEBIVhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYAAABAQAADwACAQEEE/t3Dov6fAH6fAT+fPp8+nwHDosMCvm1Cvm1DAz6fBQAAAAAAAABAAAAAMmJbzEAAAAAzgTjFQAAAADOBOQpAAEAAAAAAAAADAAUAAQAAAABAAAAAgABAAAAAAAAAAAD6AAAAAAAAA=="))}_prepareFontLoadEvent(t,e){var i;let r,s;function n(t,e){return t.charCodeAt(e)<<24|t.charCodeAt(e+1)<<16|t.charCodeAt(e+2)<<8|255&t.charCodeAt(e+3)}function a(t,e,i,r){return t.substring(0,e)+r+t.substring(e+i)}let o=this._document.createElement("canvas");o.width=1,o.height=1;let l=o.getContext("2d"),h=0,d=`lt${Date.now()}${this.loadTestFontId++}`,c=this._loadTestFont,u=n(c=a(c,976,d.length,d),16);for(r=0,s=d.length-3;r<s;r+=4)u=u-0x58585858+n(d,r)|0;r<d.length&&(u=u-0x58585858+n(d+"XXX",r)|0),c=a(c,16,4,String.fromCharCode((i=u)>>24&255,i>>16&255,i>>8&255,255&i));let p=`url(data:font/opentype;base64,${btoa(c)});`,g=`@font-face {font-family:"${d}";src:${p}}`;this.insertRule(g);let m=this._document.createElement("div");for(let e of(m.style.visibility="hidden",m.style.width=m.style.height="10px",m.style.position="absolute",m.style.top=m.style.left="0px",[t.loadedName,d])){let t=this._document.createElement("span");t.textContent="Hi",t.style.fontFamily=e,m.append(t)}this._document.body.append(m),function t(e,i){if(++h>30){S("Load test font never loaded."),i();return}(l.font="30px "+e,l.fillText(".",0,20),l.getImageData(0,0,1,1).data[3]>0)?i():setTimeout(t.bind(null,e,i))}(d,()=>{m.remove(),e.complete()})}}class en{compiledGlyphs=Object.create(null);#iO;constructor(t,e=null,i,r){this.#iO=t,this._inspectFont=e,i&&(this.charProcOperatorList=i),r&&Object.assign(this,r)}createNativeFontFace(){let t;if(!this.data||this.disableFontFace)return null;if(this.cssFontInfo){let e={weight:this.cssFontInfo.fontWeight};this.cssFontInfo.italicAngle&&(e.style=`oblique ${this.cssFontInfo.italicAngle}deg`),t=new FontFace(this.cssFontInfo.fontFamily,this.data,e)}else t=new FontFace(this.loadedName,this.data,{});return this._inspectFont?.(this),t}createFontFaceRule(){let t;if(!this.data||this.disableFontFace)return null;let e=`url(data:${this.mimetype};base64,${this.data.toBase64()});`;if(this.cssFontInfo){let i=`font-weight: ${this.cssFontInfo.fontWeight};`;this.cssFontInfo.italicAngle&&(i+=`font-style: oblique ${this.cssFontInfo.italicAngle}deg;`),t=`@font-face {font-family:"${this.cssFontInfo.fontFamily}";${i}src:${e}}`}else t=`@font-face {font-family:"${this.loadedName}";src:${e}}`;return this._inspectFont?.(this,e),t}getPathGenerator(t,e){let i;if(void 0!==this.compiledGlyphs[e])return this.compiledGlyphs[e];let r=this.loadedName+"_path_"+e;try{i=t.get(r)}catch(t){S(`getPathGenerator - ignoring character: "${t}".`)}let s=tk(i?.path);return this.fontExtraProperties||t.delete(r),this.compiledGlyphs[e]=s}get black(){return this.#iO.black}get bold(){return this.#iO.bold}get disableFontFace(){return this.#iO.disableFontFace}set disableFontFace(t){k(this,"disableFontFace",!!t)}get fontExtraProperties(){return this.#iO.fontExtraProperties}get isInvalidPDFjsFont(){return this.#iO.isInvalidPDFjsFont}get isType3Font(){return this.#iO.isType3Font}get italic(){return this.#iO.italic}get missingFile(){return this.#iO.missingFile}get remeasure(){return this.#iO.remeasure}get vertical(){return this.#iO.vertical}get ascent(){return this.#iO.ascent}get defaultWidth(){return this.#iO.defaultWidth}get descent(){return this.#iO.descent}get bbox(){return this.#iO.bbox}get fontMatrix(){return this.#iO.fontMatrix}get fallbackName(){return this.#iO.fallbackName}get loadedName(){return this.#iO.loadedName}get mimetype(){return this.#iO.mimetype}get name(){return this.#iO.name}get data(){return this.#iO.data}clearData(){this.#iO.clearData()}get cssFontInfo(){return this.#iO.cssFontInfo}get systemFontInfo(){return this.#iO.systemFontInfo}get defaultVMetrics(){return this.#iO.defaultVMetrics}}class ea{static strings=["fontFamily","fontWeight","italicAngle"]}class eo{static strings=["css","loadedName","baseFontName","src"]}class el{static bools=["black","bold","disableFontFace","fontExtraProperties","isInvalidPDFjsFont","isType3Font","italic","missingFile","remeasure","vertical"];static numbers=["ascent","defaultWidth","descent"];static strings=["fallbackName","loadedName","mimetype","name"];static OFFSET_NUMBERS=Math.ceil(2*this.bools.length/8);static OFFSET_BBOX=this.OFFSET_NUMBERS+8*this.numbers.length;static OFFSET_FONT_MATRIX=this.OFFSET_BBOX+1+8;static OFFSET_DEFAULT_VMETRICS=this.OFFSET_FONT_MATRIX+1+48;static OFFSET_STRINGS=this.OFFSET_DEFAULT_VMETRICS+1+6}class eh{static KIND=0;static HAS_BBOX=1;static HAS_BACKGROUND=2;static SHADING_TYPE=3;static N_COORD=4;static N_COLOR=8;static N_STOP=12;static N_FIGURES=16}class ed{#iN;#iU=new TextDecoder;#iz;constructor(t){this.#iN=t,this.#iz=new DataView(t)}#iH(t){E(t<ea.strings.length,"Invalid string index");let e=0;for(let i=0;i<t;i++)e+=this.#iz.getUint32(e)+4;let i=this.#iz.getUint32(e);return this.#iU.decode(new Uint8Array(this.#iN,e+4,i))}get fontFamily(){return this.#iH(0)}get fontWeight(){return this.#iH(1)}get italicAngle(){return this.#iH(2)}}class ec{#iN;#iU=new TextDecoder;#iz;constructor(t){this.#iN=t,this.#iz=new DataView(t)}get guessFallback(){return 0!==this.#iz.getUint8(0)}#iH(t){E(t<eo.strings.length,"Invalid string index");let e=5;for(let i=0;i<t;i++)e+=this.#iz.getUint32(e)+4;let i=this.#iz.getUint32(e);return this.#iU.decode(new Uint8Array(this.#iN,e+4,i))}get css(){return this.#iH(0)}get loadedName(){return this.#iH(1)}get baseFontName(){return this.#iH(2)}get src(){return this.#iH(3)}get style(){let t=1;t+=4+this.#iz.getUint32(t);let e=this.#iz.getUint32(t),i=this.#iU.decode(new Uint8Array(this.#iN,t+4,e));t+=4+e;let r=this.#iz.getUint32(t),s=this.#iU.decode(new Uint8Array(this.#iN,t+4,r));return{style:i,weight:s}}}class eu{#iN;#iU=new TextDecoder;#iz;constructor({buffer:t,extra:e}){this.#iN=t,this.#iz=new DataView(t),e&&Object.assign(this,e)}#ij(t){E(t<el.bools.length,"Invalid boolean index");let e=Math.floor(t/4),i=this.#iz.getUint8(e)>>2*t%8&3;return 0===i?void 0:2===i}get black(){return this.#ij(0)}get bold(){return this.#ij(1)}get disableFontFace(){return this.#ij(2)}get fontExtraProperties(){return this.#ij(3)}get isInvalidPDFjsFont(){return this.#ij(4)}get isType3Font(){return this.#ij(5)}get italic(){return this.#ij(6)}get missingFile(){return this.#ij(7)}get remeasure(){return this.#ij(8)}get vertical(){return this.#ij(9)}#i$(t){return E(t<el.numbers.length,"Invalid number index"),this.#iz.getFloat64(el.OFFSET_NUMBERS+8*t)}get ascent(){return this.#i$(0)}get defaultWidth(){return this.#i$(1)}get descent(){return this.#i$(2)}#iG(t,e,i,r){let s=this.#iz.getUint8(t);if(0===s)return;E(s===e,"Invalid array length."),t+=1;let n=Array(s);for(let e=0;e<s;e++)n[e]=this.#iz[i](t,!0),t+=r;return n}get bbox(){return this.#iG(el.OFFSET_BBOX,4,"getInt16",2)}get fontMatrix(){return this.#iG(el.OFFSET_FONT_MATRIX,6,"getFloat64",8)}get defaultVMetrics(){return this.#iG(el.OFFSET_DEFAULT_VMETRICS,3,"getInt16",2)}#iH(t){E(t<el.strings.length,"Invalid string index");let e=el.OFFSET_STRINGS+4;for(let i=0;i<t;i++)e+=this.#iz.getUint32(e)+4;let i=this.#iz.getUint32(e);return this.#iU.decode(new Uint8Array(this.#iN,e+4,i))}get fallbackName(){return this.#iH(0)}get loadedName(){return this.#iH(1)}get mimetype(){return this.#iH(2)}get name(){return this.#iH(3)}#iV(){let t=el.OFFSET_STRINGS,e=this.#iz.getUint32(t);t+=4+e;let i=this.#iz.getUint32(t);t+=4+i;let r=this.#iz.getUint32(t);t+=4+r;let s=this.#iz.getUint32(t);return{offset:t,length:s}}get data(){let{offset:t,length:e}=this.#iV();return 0===e?void 0:new Uint8Array(this.#iN,t+4,e)}clearData(){let{offset:t,length:e}=this.#iV();0!==e&&(this.#iz.setUint32(t,0),this.#iN=new Uint8Array(this.#iN,0,t+4).slice().buffer,this.#iz=new DataView(this.#iN))}get cssFontInfo(){let t=el.OFFSET_STRINGS,e=this.#iz.getUint32(t);t+=4+e;let i=this.#iz.getUint32(t);t+=4+i;let r=this.#iz.getUint32(t);if(0===r)return null;let s=new Uint8Array(r);return s.set(new Uint8Array(this.#iN,t+4,r)),new ed(s.buffer)}get systemFontInfo(){let t=el.OFFSET_STRINGS,e=this.#iz.getUint32(t);t+=4+e;let i=this.#iz.getUint32(t);if(0===i)return null;let r=new Uint8Array(i);return r.set(new Uint8Array(this.#iN,t+4,i)),new ec(r.buffer)}}class ep{constructor(t){this.buffer=t,this.view=new DataView(t),this.data=new Uint8Array(t)}getIR(){let t=this.view,e=this.data[eh.KIND],i=!!this.data[eh.HAS_BBOX],r=!!this.data[eh.HAS_BACKGROUND],s=t.getUint32(eh.N_COORD,!0),n=t.getUint32(eh.N_COLOR,!0),a=t.getUint32(eh.N_STOP,!0),o=20,l=new Float32Array(this.buffer,o,2*s);o+=8*s;let d=new Uint8Array(this.buffer,o,4*n);o+=4*n;let c=[];for(let e=0;e<a;++e){let e=t.getFloat32(o,!0);o+=4;let i=t.getUint32(o,!0);o+=4,c.push([e,`#${i.toString(16).padStart(6,"0")}`])}let u=null;if(i){u=[];for(let e=0;e<4;++e)u.push(t.getFloat32(o,!0)),o+=4}let p=null;if(r&&(p=new Uint8Array(this.buffer,o,3),o+=3),1===e)return["RadialAxial","axial",u,c,Array.from(l.slice(0,2)),Array.from(l.slice(2,4)),null,null];if(2===e)return["RadialAxial","radial",u,c,[l[0],l[1]],[l[3],l[4]],l[2],l[5]];if(3===e){let t=this.data[eh.SHADING_TYPE],e=null;if(l.length>0){e=h.slice();for(let t=0,i=l.length;t<i;t+=2)z.pointBoundingBox(l[t],l[t+1],e)}return["Mesh",t,l,d,s,e,u,p]}throw Error(`Unsupported pattern kind: ${e}`)}}class eg{#iN;constructor(t){this.#iN=t}get path(){return U.isFloat16ArraySupported?new Float16Array(this.#iN):new Float32Array(this.#iN)}}function em(t){if("string"!=typeof t)return null;if(t.endsWith("/"))return t;throw Error(`Invalid factory url: "${t}" must include trailing slash.`)}let ef=t=>"object"==typeof t&&Number.isInteger(t?.num)&&t.num>=0&&Number.isInteger(t?.gen)&&t.gen>=0,eb=(function(t,e,i){if(!Array.isArray(i)||i.length<2)return!1;let[r,s,...n]=i;if(!t(r)&&!Number.isInteger(r)||!e(s))return!1;let a=n.length,o=!0;switch(s.name){case"XYZ":if(a<2||a>3)return!1;break;case"Fit":case"FitB":return 0===a;case"FitH":case"FitBH":case"FitV":case"FitBV":if(a>1)return!1;break;case"FitR":if(4!==a)return!1;o=!1;break;default:return!1}for(let t of n)if("number"!=typeof t&&(!o||null!==t))return!1;return!0}).bind(null,ef,t=>"object"==typeof t&&"string"==typeof t?.name);class ev{#iW=new Map;#iX=Promise.resolve();postMessage(t,e){let i={data:structuredClone(t,e?{transfer:e}:null)};this.#iX.then(()=>{for(let[t]of this.#iW)t.call(this,i)})}addEventListener(t,e,i=null){let r=null;if(i?.signal instanceof AbortSignal){let{signal:s}=i;if(s.aborted)return void S("LoopbackPort - cannot use an `aborted` signal.");let n=()=>this.removeEventListener(t,e);r=()=>s.removeEventListener("abort",n),s.addEventListener("abort",n)}this.#iW.set(e,r)}removeEventListener(t,e){let i=this.#iW.get(e);i?.(),this.#iW.delete(e)}terminate(){for(let[,t]of this.#iW)t?.();this.#iW.clear()}}o(1689);function ey(){}function eA(t){if(t instanceof O||t instanceof B||t instanceof I||t instanceof F||t instanceof R)return t;switch(!(t instanceof Error||"object"==typeof t&&null!==t)&&T('wrapReason: Expected "reason" to be a (possibly cloned) Error.'),t.name){case"AbortException":return new O(t.message);case"InvalidPDFException":return new B(t.message);case"PasswordException":return new I(t.message,t.code);case"ResponseException":return new F(t.message,t.status,t.missing);case"UnknownErrorException":return new R(t.message,t.details)}return new R(t.message,t.toString())}class ex{#iq=new AbortController;constructor(t,e,i){this.sourceName=t,this.targetName=e,this.comObj=i,this.callbackId=1,this.streamId=1,this.streamSinks=Object.create(null),this.streamControllers=Object.create(null),this.callbackCapabilities=Object.create(null),this.actionHandler=Object.create(null),i.addEventListener("message",this.#iK.bind(this),{signal:this.#iq.signal})}#iK({data:t}){if(t.targetName!==this.sourceName)return;if(t.stream)return void this.#iY(t);if(t.callback){let e=t.callbackId,i=this.callbackCapabilities[e];if(!i)throw Error(`Cannot resolve callback ${e}`);if(delete this.callbackCapabilities[e],1===t.callback)i.resolve(t.data);else if(2===t.callback)i.reject(eA(t.reason));else throw Error("Unexpected callback case");return}let e=this.actionHandler[t.action];if(!e)throw Error(`Unknown action from worker: ${t.action}`);if(t.callbackId){let i=this.sourceName,r=t.sourceName,s=this.comObj;Promise.try(e,t.data).then(function(e){s.postMessage({sourceName:i,targetName:r,callback:1,callbackId:t.callbackId,data:e})},function(e){s.postMessage({sourceName:i,targetName:r,callback:2,callbackId:t.callbackId,reason:eA(e)})});return}t.streamId?this.#iJ(t):e(t.data)}on(t,e){let i=this.actionHandler;if(i[t])throw Error(`There is already an actionName called "${t}"`);i[t]=e}send(t,e,i){this.comObj.postMessage({sourceName:this.sourceName,targetName:this.targetName,action:t,data:e},i)}sendWithPromise(t,e,i){let r=this.callbackId++,s=Promise.withResolvers();this.callbackCapabilities[r]=s;try{this.comObj.postMessage({sourceName:this.sourceName,targetName:this.targetName,action:t,callbackId:r,data:e},i)}catch(t){s.reject(t)}return s.promise}sendWithStream(t,e,i,r){let s=this.streamId++,n=this.sourceName,a=this.targetName,o=this.comObj;return new ReadableStream({start:i=>{let l=Promise.withResolvers();return this.streamControllers[s]={controller:i,startCall:l,pullCall:null,cancelCall:null,isClosed:!1},o.postMessage({sourceName:n,targetName:a,action:t,streamId:s,data:e,desiredSize:i.desiredSize},r),l.promise},pull:t=>{let e=Promise.withResolvers();return this.streamControllers[s].pullCall=e,o.postMessage({sourceName:n,targetName:a,stream:6,streamId:s,desiredSize:t.desiredSize}),e.promise},cancel:t=>{E(t instanceof Error,"cancel must have a valid reason");let e=Promise.withResolvers();return this.streamControllers[s].cancelCall=e,this.streamControllers[s].isClosed=!0,o.postMessage({sourceName:n,targetName:a,stream:1,streamId:s,reason:eA(t)}),e.promise}},i)}#iJ(t){let e=t.streamId,i=this.sourceName,r=t.sourceName,s=this.comObj,n=this,a=this.actionHandler[t.action],o={enqueue(t,n=1,a){if(this.isCancelled)return;let o=this.desiredSize;this.desiredSize-=n,o>0&&this.desiredSize<=0&&(this.sinkCapability=Promise.withResolvers(),this.ready=this.sinkCapability.promise),s.postMessage({sourceName:i,targetName:r,stream:4,streamId:e,chunk:t},a)},close(){this.isCancelled||(this.isCancelled=!0,s.postMessage({sourceName:i,targetName:r,stream:3,streamId:e}),delete n.streamSinks[e])},error(t){E(t instanceof Error,"error must have a valid reason"),this.isCancelled||(this.isCancelled=!0,s.postMessage({sourceName:i,targetName:r,stream:5,streamId:e,reason:eA(t)}))},sinkCapability:Promise.withResolvers(),onPull:null,onCancel:null,isCancelled:!1,desiredSize:t.desiredSize,ready:null};o.sinkCapability.resolve(),o.ready=o.sinkCapability.promise,this.streamSinks[e]=o,Promise.try(a,t.data,o).then(function(){s.postMessage({sourceName:i,targetName:r,stream:8,streamId:e,success:!0})},function(t){s.postMessage({sourceName:i,targetName:r,stream:8,streamId:e,reason:eA(t)})})}#iY(t){let e=t.streamId,i=this.sourceName,r=t.sourceName,s=this.comObj,n=this.streamControllers[e],a=this.streamSinks[e];switch(t.stream){case 8:t.success?n.startCall.resolve():n.startCall.reject(eA(t.reason));break;case 7:t.success?n.pullCall.resolve():n.pullCall.reject(eA(t.reason));break;case 6:if(!a){s.postMessage({sourceName:i,targetName:r,stream:7,streamId:e,success:!0});break}a.desiredSize<=0&&t.desiredSize>0&&a.sinkCapability.resolve(),a.desiredSize=t.desiredSize,Promise.try(a.onPull||ey).then(function(){s.postMessage({sourceName:i,targetName:r,stream:7,streamId:e,success:!0})},function(t){s.postMessage({sourceName:i,targetName:r,stream:7,streamId:e,reason:eA(t)})});break;case 4:if(E(n,"enqueue should have stream controller"),n.isClosed)break;n.controller.enqueue(t.chunk);break;case 3:if(E(n,"close should have stream controller"),n.isClosed)break;n.isClosed=!0,n.controller.close(),this.#iQ(n,e);break;case 5:E(n,"error should have stream controller"),n.controller.error(eA(t.reason)),this.#iQ(n,e);break;case 2:t.success?n.cancelCall.resolve():n.cancelCall.reject(eA(t.reason)),this.#iQ(n,e);break;case 1:if(!a)break;let o=eA(t.reason);Promise.try(a.onCancel||ey,o).then(function(){s.postMessage({sourceName:i,targetName:r,stream:2,streamId:e,success:!0})},function(t){s.postMessage({sourceName:i,targetName:r,stream:2,streamId:e,reason:eA(t)})}),a.sinkCapability.reject(o),a.isCancelled=!0,delete this.streamSinks[e];break;default:throw Error("Unexpected stream case")}}async #iQ(t,e){await Promise.allSettled([t.startCall?.promise,t.pullCall?.promise,t.cancelCall?.promise]),delete this.streamControllers[e]}destroy(){this.#iq?.abort(),this.#iq=null}}class ew{#iZ=Object.freeze({cMapUrl:"CMap",standardFontDataUrl:"font",wasmUrl:"wasm"});constructor({cMapUrl:t=null,standardFontDataUrl:e=null,wasmUrl:i=null}){this.cMapUrl=t,this.standardFontDataUrl=e,this.wasmUrl=i}async fetch({kind:t,filename:e}){switch(t){case"cMapUrl":case"standardFontDataUrl":case"wasmUrl":break;default:T(`Not implemented: ${t}`)}let i=this[t];if(!i)throw Error(`Ensure that the \`${t}\` API parameter is provided.`);let r=`${i}${e}`;return this._fetch(r,t).catch(e=>{throw Error(`Unable to load ${this.#iZ[t]} data at: ${r}`)})}async _fetch(t,e){T("Abstract method `_fetch` called.")}}class e_ extends ew{async _fetch(t,e){let i="cMapUrl"!==e||t.endsWith(".bcmap")?"bytes":"text",r=await tt(t,i);return r instanceof Uint8Array?r:N(r)}}class eS{#i0=!1;constructor({enableHWA:t=!1}){this.#i0=t}create(t,e){if(t<=0||e<=0)throw Error("Invalid canvas size");let i=this._createCanvas(t,e);return{canvas:i,context:i.getContext("2d",{willReadFrequently:!this.#i0})}}reset({canvas:t},e,i){if(!t)throw Error("Canvas is not specified");if(e<=0||i<=0)throw Error("Invalid canvas size");t.width=e,t.height=i}destroy(t){let{canvas:e}=t;if(!e)throw Error("Canvas is not specified");e.width=e.height=0,t.canvas=null,t.context=null}_createCanvas(t,e){T("Abstract method `_createCanvas` called.")}}class eT extends eS{constructor({ownerDocument:t=globalThis.document,enableHWA:e=!1}){super({enableHWA:e}),this._document=t}_createCanvas(t,e){let i=this._document.createElement("canvas");return i.width=t,i.height=e,i}}o(2489);class eE{addFilter(t){return"none"}addHCMFilter(t,e){return"none"}addAlphaFilter(t){return"none"}addLuminosityFilter(t){return"none"}addHighlightHCMFilter(t,e,i,r,s){return"none"}destroy(t=!1){}}class eC extends eE{#i1;#i2;#i5;#i3;#i6;#i4;#E=0;constructor({docId:t,ownerDocument:e=globalThis.document}){super(),this.#i3=t,this.#i6=e}get #M(){return this.#i2||=new Map}get #i9(){return this.#i4||=new Map}get #i8(){if(!this.#i5){let t=this.#i6.createElement("div"),{style:e}=t;e.visibility="hidden",e.contain="strict",e.width=e.height=0,e.position="absolute",e.top=e.left=0,e.zIndex=-1;let i=this.#i6.createElementNS(Q,"svg");i.setAttribute("width",0),i.setAttribute("height",0),this.#i5=this.#i6.createElementNS(Q,"defs"),t.append(i),i.append(this.#i5),this.#i6.body.append(t)}return this.#i5}#i7(t){if(1===t.length){let e=t[0],i=Array(256);for(let t=0;t<256;t++)i[t]=e[t]/255;let r=i.join(",");return[r,r,r]}let[e,i,r]=t,s=Array(256),n=Array(256),a=Array(256);for(let t=0;t<256;t++)s[t]=e[t]/255,n[t]=i[t]/255,a[t]=r[t]/255;return[s.join(","),n.join(","),a.join(",")]}#rt(t){if(void 0===this.#i1){this.#i1="";let t=this.#i6.URL;t!==this.#i6.baseURI&&(tr(t)?S('#createUrl: ignore "data:"-URL for performance reasons.'):this.#i1=M(t,""))}return`url(${this.#i1}#${t})`}addFilter(t){if(!t)return"none";let e=this.#M.get(t);if(e)return e;let[i,r,s]=this.#i7(t),n=1===t.length?i:`${i}${r}${s}`;if(e=this.#M.get(n))return this.#M.set(t,e),e;let a=`g_${this.#i3}_transfer_map_${this.#E++}`,o=this.#rt(a);this.#M.set(t,o),this.#M.set(n,o);let l=this.#re(a);return this.#ri(i,r,s,l),o}addHCMFilter(t,e){let i=`${t}-${e}`,r="base",s=this.#i9.get(r);if(s?.key===i||(s?(s.filter?.remove(),s.key=i,s.url="none",s.filter=null):(s={key:i,url:"none",filter:null},this.#i9.set(r,s)),!t||!e))return s.url;let n=this.#rr(t);t=z.makeHexColor(...n);let a=this.#rr(e);if(e=z.makeHexColor(...a),this.#i8.style.color="","#000000"===t&&"#ffffff"===e||t===e)return s.url;let o=Array(256);for(let t=0;t<=255;t++){let e=t/255;o[t]=e<=.03928?e/12.92:((e+.055)/1.055)**2.4}let l=o.join(","),h=`g_${this.#i3}_hcm_filter`,d=s.filter=this.#re(h);this.#ri(l,l,l,d),this.#rs(d);let c=(t,e)=>{let i=n[t]/255,r=a[t]/255,s=Array(e+1);for(let t=0;t<=e;t++)s[t]=i+t/e*(r-i);return s.join(",")};return this.#ri(c(0,5),c(1,5),c(2,5),d),s.url=this.#rt(h),s.url}addAlphaFilter(t){let e=this.#M.get(t);if(e)return e;let[i]=this.#i7([t]),r=`alpha_${i}`;if(e=this.#M.get(r))return this.#M.set(t,e),e;let s=`g_${this.#i3}_alpha_map_${this.#E++}`,n=this.#rt(s);this.#M.set(t,n),this.#M.set(r,n);let a=this.#re(s);return this.#rn(i,a),n}addLuminosityFilter(t){let e,i,r=this.#M.get(t||"luminosity");if(r)return r;if(t?([e]=this.#i7([t]),i=`luminosity_${e}`):i="luminosity",r=this.#M.get(i))return this.#M.set(t,r),r;let s=`g_${this.#i3}_luminosity_map_${this.#E++}`,n=this.#rt(s);this.#M.set(t,n),this.#M.set(i,n);let a=this.#re(s);return this.#ra(a),t&&this.#rn(e,a),n}addHighlightHCMFilter(t,e,i,r,s){let n=`${e}-${i}-${r}-${s}`,a=this.#i9.get(t);if(a?.key===n||(a?(a.filter?.remove(),a.key=n,a.url="none",a.filter=null):(a={key:n,url:"none",filter:null},this.#i9.set(t,a)),!e||!i))return a.url;let[o,l]=[e,i].map(this.#rr.bind(this)),h=Math.round(.2126*o[0]+.7152*o[1]+.0722*o[2]),d=Math.round(.2126*l[0]+.7152*l[1]+.0722*l[2]),[c,u]=[r,s].map(this.#rr.bind(this));d<h&&([h,d,c,u]=[d,h,u,c]),this.#i8.style.color="";let p=(t,e,i)=>{let r=Array(256),s=(d-h)/i,n=t/255,a=(e-t)/(255*i),o=0;for(let t=0;t<=i;t++){let e=Math.round(h+t*s),i=n+t*a;for(let t=o;t<=e;t++)r[t]=i;o=e+1}for(let t=o;t<256;t++)r[t]=r[o-1];return r.join(",")},g=`g_${this.#i3}_hcm_${t}_filter`,m=a.filter=this.#re(g);return this.#rs(m),this.#ri(p(c[0],u[0],5),p(c[1],u[1],5),p(c[2],u[2],5),m),a.url=this.#rt(g),a.url}destroy(t=!1){t&&this.#i4?.size||(this.#i5?.parentNode.parentNode.remove(),this.#i5=null,this.#i2?.clear(),this.#i2=null,this.#i4?.clear(),this.#i4=null,this.#E=0)}#ra(t){let e=this.#i6.createElementNS(Q,"feColorMatrix");e.setAttribute("type","matrix"),e.setAttribute("values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0.59 0.11 0 0"),t.append(e)}#rs(t){let e=this.#i6.createElementNS(Q,"feColorMatrix");e.setAttribute("type","matrix"),e.setAttribute("values","0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0"),t.append(e)}#re(t){let e=this.#i6.createElementNS(Q,"filter");return e.setAttribute("color-interpolation-filters","sRGB"),e.setAttribute("id",t),this.#i8.append(e),e}#ro(t,e,i){let r=this.#i6.createElementNS(Q,e);r.setAttribute("type","discrete"),r.setAttribute("tableValues",i),t.append(r)}#ri(t,e,i,r){let s=this.#i6.createElementNS(Q,"feComponentTransfer");r.append(s),this.#ro(s,"feFuncR",t),this.#ro(s,"feFuncG",e),this.#ro(s,"feFuncB",i)}#rn(t,e){let i=this.#i6.createElementNS(Q,"feComponentTransfer");e.append(i),this.#ro(i,"feFuncA",t)}#rr(t){return this.#i8.style.color=t,tg(getComputedStyle(this.#i8).getPropertyValue("color"))}}if(l){let t;try{let e=r.getBuiltinModule("module").createRequire("file:///home/runner/work/pidex/pidex/node_modules/pdfjs-dist/legacy/build/pdf.mjs");try{t=e("@napi-rs/canvas")}catch(t){S(`Cannot load "@napi-rs/canvas" package: "${t}".`)}}catch(t){S(`Cannot access the \`require\` function: "${t}".`)}globalThis.DOMMatrix||(t?.DOMMatrix?globalThis.DOMMatrix=t.DOMMatrix:S("Cannot polyfill `DOMMatrix`, rendering may be broken.")),globalThis.ImageData||(t?.ImageData?globalThis.ImageData=t.ImageData:S("Cannot polyfill `ImageData`, rendering may be broken.")),globalThis.Path2D||(t?.Path2D?globalThis.Path2D=t.Path2D:S("Cannot polyfill `Path2D`, rendering may be broken.")),globalThis.navigator?.language||(globalThis.navigator={language:"en-US",platform:"",userAgent:""})}async function eM(t){let e=r.getBuiltinModule("fs/promises");return new Uint8Array(await e.readFile(t))}class eP extends eE{}class ek extends eS{_createCanvas(t,e){return r.getBuiltinModule("module").createRequire("file:///home/runner/work/pidex/pidex/node_modules/pdfjs-dist/legacy/build/pdf.mjs")("@napi-rs/canvas").createCanvas(t,e)}}class eD extends ew{async _fetch(t,e){return eM(t)}}let eI=`
|
|
3
|
+
struct Uniforms {
|
|
4
|
+
offsetX : f32,
|
|
5
|
+
offsetY : f32,
|
|
6
|
+
scaleX : f32,
|
|
7
|
+
scaleY : f32,
|
|
8
|
+
paddedWidth : f32,
|
|
9
|
+
paddedHeight : f32,
|
|
10
|
+
borderSize : f32,
|
|
11
|
+
_pad : f32,
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
@group(0) @binding(0) var<uniform> u : Uniforms;
|
|
15
|
+
|
|
16
|
+
struct VertexInput {
|
|
17
|
+
@location(0) position : vec2<f32>,
|
|
18
|
+
@location(1) color : vec4<f32>,
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
struct VertexOutput {
|
|
22
|
+
@builtin(position) position : vec4<f32>,
|
|
23
|
+
@location(0) color : vec3<f32>,
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
@vertex
|
|
27
|
+
fn vs_main(in : VertexInput) -> VertexOutput {
|
|
28
|
+
var out : VertexOutput;
|
|
29
|
+
let cx = (in.position.x + u.offsetX) * u.scaleX;
|
|
30
|
+
let cy = (in.position.y + u.offsetY) * u.scaleY;
|
|
31
|
+
out.position = vec4<f32>(
|
|
32
|
+
((cx + u.borderSize) / u.paddedWidth) * 2.0 - 1.0,
|
|
33
|
+
1.0 - ((cy + u.borderSize) / u.paddedHeight) * 2.0,
|
|
34
|
+
0.0,
|
|
35
|
+
1.0
|
|
36
|
+
);
|
|
37
|
+
out.color = in.color.rgb;
|
|
38
|
+
return out;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@fragment
|
|
42
|
+
fn fs_main(in : VertexOutput) -> @location(0) vec4<f32> {
|
|
43
|
+
return vec4<f32>(in.color, 1.0);
|
|
44
|
+
}
|
|
45
|
+
`;class eR{#rl=null;#rh=null;#rd=null;#rc=null;async #ru(){if(!globalThis.navigator?.gpu)return!1;try{let t=await navigator.gpu.requestAdapter();if(!t)return!1;return this.#rc=navigator.gpu.getPreferredCanvasFormat(),this.#rh=await t.requestDevice(),!0}catch{return!1}}init(){return this.#rl||=this.#ru()}get isReady(){return null!==this.#rh}loadMeshShader(){if(!this.#rh||this.#rd)return;let t=this.#rh.createShaderModule({code:eI});this.#rd=this.#rh.createRenderPipeline({layout:"auto",vertex:{module:t,entryPoint:"vs_main",buffers:[{arrayStride:8,attributes:[{shaderLocation:0,offset:0,format:"float32x2"}]},{arrayStride:4,attributes:[{shaderLocation:1,offset:0,format:"unorm8x4"}]}]},fragment:{module:t,entryPoint:"fs_main",targets:[{format:this.#rc}]},primitive:{topology:"triangle-list"}})}draw(t,e,i,r,s,n,a,o){this.loadMeshShader();let l=this.#rh,{offsetX:h,offsetY:d,scaleX:c,scaleY:u}=r,p=l.createBuffer({size:Math.max(t.byteLength,4),usage:GPUBufferUsage.VERTEX|GPUBufferUsage.COPY_DST});t.byteLength>0&&l.queue.writeBuffer(p,0,t);let g=l.createBuffer({size:Math.max(e.byteLength,4),usage:GPUBufferUsage.VERTEX|GPUBufferUsage.COPY_DST});e.byteLength>0&&l.queue.writeBuffer(g,0,e);let m=l.createBuffer({size:32,usage:GPUBufferUsage.UNIFORM|GPUBufferUsage.COPY_DST});l.queue.writeBuffer(m,0,new Float32Array([h,d,c,u,n,a,o,0]));let f=l.createBindGroup({layout:this.#rd.getBindGroupLayout(0),entries:[{binding:0,resource:{buffer:m}}]}),b=new OffscreenCanvas(n,a),v=b.getContext("webgpu");v.configure({device:l,format:this.#rc,alphaMode:s?"opaque":"premultiplied"});let y=s?{r:s[0]/255,g:s[1]/255,b:s[2]/255,a:1}:{r:0,g:0,b:0,a:0},A=l.createCommandEncoder(),x=A.beginRenderPass({colorAttachments:[{view:v.getCurrentTexture().createView(),clearValue:y,loadOp:"clear",storeOp:"store"}]});return i>0&&(x.setPipeline(this.#rd),x.setBindGroup(0,f),x.setVertexBuffer(0,p),x.setVertexBuffer(1,g),x.draw(i)),x.end(),l.queue.submit([A.finish()]),p.destroy(),g.destroy(),m.destroy(),b.transferToImageBitmap()}}let eB=new eR,eF="Fill",eL="Stroke",eO="Shading";function eN(t,e){if(!e)return;let i=e[2]-e[0],r=e[3]-e[1],s=new Path2D;s.rect(e[0],e[1],i,r),t.clip(s)}class eU{isModifyingCurrentTransform(){return!1}getPattern(){T("Abstract method `getPattern` called.")}}class ez extends eU{constructor(t){super(),this._type=t[1],this._bbox=t[2],this._colorStops=t[3],this._p0=t[4],this._p1=t[5],this._r0=t[6],this._r1=t[7],this.matrix=null}isOriginBased(){return 0===this._p0[0]&&0===this._p0[1]&&(!this.isRadial()||0===this._p1[0]&&0===this._p1[1])}isRadial(){return"radial"===this._type}areConic(){if(!this.isRadial())return!1;let t=Math.hypot(this._p0[0]-this._p1[0],this._p0[1]-this._p1[1]);return t+this._r1>this._r0&&t+this._r0>this._r1}_createGradient(t,e=null){let i,r=this._p0,s=this._p1;if(e&&(r=r.slice(),s=s.slice(),z.applyTransform(r,e),z.applyTransform(s,e)),"axial"===this._type)i=t.createLinearGradient(r[0],r[1],s[0],s[1]);else if("radial"===this._type){let n=this._r0,a=this._r1;if(e){let t=new Float32Array(2);z.singularValueDecompose2dScale(e,t),n*=t[0],a*=t[0]}i=t.createRadialGradient(r[0],r[1],n,s[0],s[1],a)}for(let t of this._colorStops)i.addColorStop(t[0],t[1]);return i}_createReversedGradient(t,e=null){let i=this._p1,r=this._p0;e&&(i=i.slice(),r=r.slice(),z.applyTransform(i,e),z.applyTransform(r,e));let s=this._r1,n=this._r0;if(e){let t=new Float32Array(2);z.singularValueDecompose2dScale(e,t),s*=t[0],n*=t[0]}let a=t.createRadialGradient(i[0],i[1],s,r[0],r[1],n);for(let[t,e]of this._colorStops.map(([t,e])=>[1-t,e]).reverse())a.addColorStop(t,e);return a}getPattern(t,e,i,r){let s;if(r===eL||r===eF){if(this.isOriginBased()){let r=z.transform(i,e.baseTransform);this.matrix&&(r=z.transform(r,this.matrix));let s=Math.hypot(r[0],r[1]),n=Math.hypot(r[2],r[3]);if(.001>Math.abs((r[0]*r[2]+r[1]*r[3])/(s*n))){if(!this.isRadial())return this._createGradient(t,r);else if(.001>Math.abs(s-n))return this._createGradient(t,r)}}let n=e.current.getClippedPathBoundingBox(r,tm(t))||[0,0,0,0],a=Math.ceil(n[2]-n[0])||1,o=Math.ceil(n[3]-n[1])||1,l=e.canvasFactory.create(a,o),h=l.context;h.clearRect(0,0,h.canvas.width,h.canvas.height),h.beginPath(),h.rect(0,0,h.canvas.width,h.canvas.height),h.translate(-n[0],-n[1]),i=z.transform(i,[1,0,0,1,n[0],n[1]]),h.transform(...e.baseTransform),this.matrix&&h.transform(...this.matrix),eN(h,this._bbox),this.areConic()&&(h.fillStyle=this._createReversedGradient(h),h.fill()),h.fillStyle=this._createGradient(h),h.fill(),s=t.createPattern(l.canvas,"no-repeat"),e.canvasFactory.destroy(l);let d=new DOMMatrix(i);s.setTransform(d)}else this.areConic()&&(t.save(),eN(t,this._bbox),t.fillStyle=this._createReversedGradient(t),t.fillRect(-1e10,-1e10,2e10,2e10),t.restore()),eN(t,this._bbox),s=this._createGradient(t);return s}}class eH extends eU{constructor(t){super(),this._posData=t[2],this._colData=t[3],this._vertexCount=t[4],this._bounds=t[5],this._bbox=t[6],this._background=t[7],this.matrix=null,eB.loadMeshShader()}_createMeshCanvas(t,e,i){let r=Math.floor(this._bounds[0]),s=Math.floor(this._bounds[1]),n=Math.ceil(this._bounds[2])-r,a=Math.ceil(this._bounds[3])-s,o=Math.min(Math.ceil(Math.abs(n*t[0]*1.1)),3e3)||1,l=Math.min(Math.ceil(Math.abs(a*t[1]*1.1)),3e3)||1,h=n?n/o:1,d=a?a/l:1,c={coords:this._posData,colors:this._colData,offsetX:-r,offsetY:-s,scaleX:1/h,scaleY:1/d},u=o+4,p=l+4,g=i.create(u,p);if(eB.isReady&&this._vertexCount>48){var m,f,b;g.context.drawImage((m=this._posData,f=this._colData,b=this._vertexCount,eB.draw(m,f,b,c,e,u,p,2)),0,0)}else{let t=g.context.createImageData(o,l);if(e){let i=t.data;for(let t=0,r=i.length;t<r;t+=4)i[t]=e[0],i[t+1]=e[1],i[t+2]=e[2],i[t+3]=255}for(let e=0,i=this._vertexCount;e<i;e+=3)!function(t,e,i,r,s,n,a,o){let l,h,d,c,u,p,g,m,f,b=e.coords,v=e.colors,y=t.data,A=4*t.width;b[2*i+1]>b[2*r+1]&&(l=i,i=r,r=l,l=n,n=a,a=l),b[2*r+1]>b[2*s+1]&&(l=r,r=s,s=l,l=a,a=o,o=l),b[2*i+1]>b[2*r+1]&&(l=i,i=r,r=l,l=n,n=a,a=l);let x=(b[2*i]+e.offsetX)*e.scaleX,w=(b[2*i+1]+e.offsetY)*e.scaleY,_=(b[2*r]+e.offsetX)*e.scaleX,S=(b[2*r+1]+e.offsetY)*e.scaleY,T=(b[2*s]+e.offsetX)*e.scaleX,E=(b[2*s+1]+e.offsetY)*e.scaleY;if(w>=E)return;let C=v[4*n],M=v[4*n+1],P=v[4*n+2],k=v[4*a],D=v[4*a+1],I=v[4*a+2],R=v[4*o],B=v[4*o+1],F=v[4*o+2],L=Math.round(w),O=Math.round(E);for(let t=L;t<=O;t++){let e;if(t<S){let e=t<w?0:(w-t)/(w-S);h=x-(x-_)*e,d=C-(C-k)*e,c=M-(M-D)*e,u=P-(P-I)*e}else{let e;h=_-(_-T)*(e=t>E?1:S===E?0:(S-t)/(S-E)),d=k-(k-R)*e,c=D-(D-B)*e,u=I-(I-F)*e}p=x-(x-T)*(e=t<w?0:t>E?1:(w-t)/(w-E)),g=C-(C-R)*e,m=M-(M-B)*e,f=P-(P-F)*e;let i=Math.round(Math.min(h,p)),r=Math.round(Math.max(h,p)),s=A*t+4*i;for(let t=i;t<=r;t++)(e=(h-t)/(h-p))<0?e=0:e>1&&(e=1),y[s++]=d-(d-g)*e|0,y[s++]=c-(c-m)*e|0,y[s++]=u-(u-f)*e|0,y[s++]=255}}(t,c,e,e+1,e+2,e,e+1,e+2);g.context.putImageData(t,2,2)}return{canvas:g.canvas,offsetX:r-2*h,offsetY:s-2*d,scaleX:h,scaleY:d}}isModifyingCurrentTransform(){return!0}getPattern(t,e,i,r){eN(t,this._bbox);let s=new Float32Array(2);if(r===eO)z.singularValueDecompose2dScale(tm(t),s);else if(this.matrix){z.singularValueDecompose2dScale(this.matrix,s);let[t,i]=s;z.singularValueDecompose2dScale(e.baseTransform,s),s[0]*=t,s[1]*=i}else z.singularValueDecompose2dScale(e.baseTransform,s);let n=this._createMeshCanvas(s,r===eO?null:this._background,e.canvasFactory);r!==eO&&(t.setTransform(...e.baseTransform),this.matrix&&t.transform(...this.matrix)),t.translate(n.offsetX,n.offsetY),t.scale(n.scaleX,n.scaleY);let a=t.createPattern(n.canvas,"no-repeat");return e.canvasFactory.destroy(n),a}}class ej extends eU{getPattern(){return"hotpink"}}class e${static MAX_PATTERN_SIZE=3e3;constructor(t,e,i,r){this.color=t[1],this.operatorList=t[2],this.matrix=t[3],this.bbox=t[4],this.xstep=t[5],this.ystep=t[6],this.paintType=t[7],this.tilingType=t[8],this.needsIsolation=t[9]??!0,this.ctx=e,this.canvasGraphicsFactory=i,this.baseTransform=r,this.patternBaseMatrix=this.matrix?z.transform(r,this.matrix):r}canSkipPatternCanvas([t,e,i,r]){let[s,n,a,o]=this.bbox,l=Math.abs(this.xstep),h=Math.abs(this.ystep);if(t>l+1e-6||e>h+1e-6)return null;let d=Math.floor((i-a)/l)+1,c=Math.floor((r-o)/h)+1,u=Math.ceil((r+e-n)/h)-1;return Math.ceil((i+t-s)/l)-1<=d&&u<=c?[d,c]:null}updatePatternDims(t,e){let i=z.inverseTransform(this.patternBaseMatrix),r=[t[0],t[1]],s=[t[2],t[3]];z.applyTransform(r,i),z.applyTransform(s,i),e[0]=Math.abs(s[0]-r[0]),e[1]=Math.abs(s[1]-r[1]),e[2]=Math.min(r[0],s[0]),e[3]=Math.min(r[1],s[1])}_renderTileCanvas(t,e,i,r){let[s,n,a,o]=this.bbox,l=t.canvasFactory.create(i.size,r.size),h=l.context,d=this.canvasGraphicsFactory.createCanvasGraphics(h,e);return d.groupLevel=t.groupLevel,this.setFillAndStrokeStyleToContext(d,this.paintType,this.color),h.translate(-i.scale*s,-r.scale*n),d.transform(0,i.scale,0,0,r.scale,0,0),h.save(),d.dependencyTracker?.save(),this.clipBbox(d,s,n,a,o),d.baseTransform=tm(d.ctx),d.executeOperatorList(this.operatorList),d.endDrawing(),d.dependencyTracker?.restore(),h.restore(),l}_getCombinedScales(){let t=new Float32Array(2);z.singularValueDecompose2dScale(this.matrix,t);let[e,i]=t;return z.singularValueDecompose2dScale(this.baseTransform,t),[e*t[0],i*t[1]]}drawPattern(t,e,i=!1,[r,s],n){let[a,o,l,h]=this.bbox,d=t.dependencyTracker;if(d&&(t.dependencyTracker=new t6(d,n)),t.save(),i?t.ctx.clip(e,"evenodd"):t.ctx.clip(e),t.ctx.setTransform(...this.patternBaseMatrix),t.ctx.translate(r*this.xstep,s*this.ystep),this.needsIsolation||1!==t.ctx.globalAlpha||"source-over"!==t.ctx.globalCompositeOperation||t.inSMaskMode){let e=l-a,i=h-o,[r,s]=this._getCombinedScales(),d=this.getSizeAndScale(e,this.ctx.canvas.width,r),c=this.getSizeAndScale(i,this.ctx.canvas.height,s),u=this._renderTileCanvas(t,n,d,c);t.ctx.drawImage(u.canvas,a,o,e,i),t.canvasFactory.destroy(u)}else this.setFillAndStrokeStyleToContext(t,this.paintType,this.color),this.clipBbox(t,a,o,l,h),t.baseTransformStack.push(t.baseTransform),t.baseTransform=tm(t.ctx),t.executeOperatorList(this.operatorList),t.baseTransform=t.baseTransformStack.pop();t.restore(),d&&(t.dependencyTracker=d)}createPatternCanvas(t,e){let[i,r,s,n]=this.bbox,a=s-i,o=n-r,{xstep:l,ystep:h}=this;l=Math.abs(l),h=Math.abs(h),_("TilingType: "+this.tilingType);let[d,c]=this._getCombinedScales(),u=a,p=o,g=!1,m=!1;Math.ceil(l*d)>=Math.ceil(a*d)?u=l:g=!0,Math.ceil(h*c)>=Math.ceil(o*c)?p=h:m=!0;let f=this.getSizeAndScale(u,this.ctx.canvas.width,d),b=this.getSizeAndScale(p,this.ctx.canvas.height,c),v=this._renderTileCanvas(t,e,f,b);if(g||m){let e=v.canvas;g&&(u=l),m&&(p=h);let s=this.getSizeAndScale(u,this.ctx.canvas.width,d),n=this.getSizeAndScale(p,this.ctx.canvas.height,c),f=s.size,b=n.size,y=t.canvasFactory.create(f,b),A=y.context,x=g?Math.floor(a/l):0,w=m?Math.floor(o/h):0;for(let t=0;t<=x;t++)for(let i=0;i<=w;i++)A.drawImage(e,f*t,b*i,f,b,0,0,f,b);return t.canvasFactory.destroy(v),{canvas:y.canvas,canvasEntry:y,scaleX:s.scale,scaleY:n.scale,offsetX:i,offsetY:r}}return{canvas:v.canvas,canvasEntry:v,scaleX:f.scale,scaleY:b.scale,offsetX:i,offsetY:r}}getSizeAndScale(t,e,i){let r=Math.max(e$.MAX_PATTERN_SIZE,e),s=Math.ceil(t*i);return s>=r?s=r:i=s/t,{scale:i,size:s}}clipBbox(t,e,i,r,s){let n=r-e,a=s-i,o=new Path2D;o.rect(e,i,n,a),z.axialAlignedBoundingBox([e,i,r,s],tm(t.ctx),t.current.minMax),t.ctx.clip(o),t.current.updateClipFromPath()}setFillAndStrokeStyleToContext(t,e,i){let r=t.ctx,s=t.current;switch(s.patternFill=s.patternStroke=!1,e){case 1:let{fillStyle:n,strokeStyle:a}=this.ctx;r.fillStyle=s.fillColor=n,r.strokeStyle=s.strokeColor=a;break;case 2:r.fillStyle=r.strokeStyle=i,s.fillColor=s.strokeColor=i;break;default:throw new L(`Unsupported paint type: ${e}`)}}isModifyingCurrentTransform(){return!1}getPattern(t,e,i,r,s){let n=r!==eO?z.transform(i,this.patternBaseMatrix):i,a=this.createPatternCanvas(e,s),o=new DOMMatrix(n);o=(o=o.translate(a.offsetX,a.offsetY)).scale(1/a.scaleX,1/a.scaleY);let l=t.createPattern(a.canvas,"repeat");return e.canvasFactory.destroy(a.canvasEntry),l.setTransform(o),l}}let eG=new DOMMatrix,eV=new Float32Array(2);function eW(t,e,i,r,s,n,a,o,l,h){let[d,c,u,p,g,m]=tm(t);if(0===c&&0===u){let f=Math.round(a*d+g),b=Math.round(o*p+m),v=Math.abs(Math.round((a+l)*d+g)-f)||1,y=Math.abs(Math.round((o+h)*p+m)-b)||1;return t.setTransform(Math.sign(d),0,0,Math.sign(p),f,b),t.drawImage(e,i,r,s,n,0,0,v,y),t.setTransform(d,c,u,p,g,m),[v,y]}if(0===d&&0===p){let f=Math.round(o*u+g),b=Math.round(a*c+m),v=Math.abs(Math.round((o+h)*u+g)-f)||1,y=Math.abs(Math.round((a+l)*c+m)-b)||1;return t.setTransform(0,Math.sign(c),Math.sign(u),0,f,b),t.drawImage(e,i,r,s,n,0,0,y,v),t.setTransform(d,c,u,p,g,m),[y,v]}return t.drawImage(e,i,r,s,n,a,o,l,h),[Math.hypot(d,c)*l,Math.hypot(u,p)*h]}class eX{alphaIsShape=!1;fontSize=0;fontSizeScale=1;textMatrix=null;textMatrixScale=1;fontMatrix=c;leading=0;x=0;y=0;lineX=0;lineY=0;charSpacing=0;wordSpacing=0;textHScale=1;textRenderingMode=0;textRise=0;fillColor="#000000";strokeColor="#000000";tilingPatternDims=null;patternFill=!1;patternStroke=!1;fillAlpha=1;strokeAlpha=1;lineWidth=1;activeSMask=null;transferMaps="none";minMax=d.slice();constructor(t,e){this.clipBox=new Float32Array([0,0,t,e])}clone(){let t=Object.create(this);return t.clipBox=this.clipBox.slice(),t.minMax=this.minMax.slice(),t.tilingPatternDims=this.tilingPatternDims?.slice(),t}getPathBoundingBox(t=eF,e=null){let i=this.minMax.slice();if(t===eL){e||T("Stroke bounding box must include transform."),z.singularValueDecompose2dScale(e,eV);let t=eV[0]*this.lineWidth/2,r=eV[1]*this.lineWidth/2;i[0]-=t,i[1]-=r,i[2]+=t,i[3]+=r}return i}updateClipFromPath(){let t=z.intersect(this.clipBox,this.getPathBoundingBox());this.startNewPathAndClipBox(t||[0,0,0,0])}isEmptyClip(){return this.minMax[0]===1/0}startNewPathAndClipBox(t){this.clipBox.set(t,0),this.minMax.set(d,0)}getClippedPathBoundingBox(t=eF,e=null){return z.intersect(this.clipBox,this.getPathBoundingBox(t,e))}}function eq(t,e){let i,r,s,n;if(e instanceof ImageData)return void t.putImageData(e,0,0);let a=e.height,o=e.width,l=a%16,h=(a-l)/16,d=0===l?h:h+1,c=t.createImageData(o,16),u=0,p,g=e.data,m=c.data;if(e.kind===b.GRAYSCALE_1BPP){let e=g.byteLength,n=new Uint32Array(m.buffer,0,m.byteLength>>2),a=n.length,f=o+7>>3,b=U.isLittleEndian?0xff000000:255;for(i=0;i<d;i++){for(r=0,s=i<h?16:l,p=0;r<s;r++){let t=e-u,i=0,r=t>f?o:8*t-7,s=-8&r,a=0,l=0;for(;i<s;i+=8)l=g[u++],n[p++]=128&l?0xffffffff:b,n[p++]=64&l?0xffffffff:b,n[p++]=32&l?0xffffffff:b,n[p++]=16&l?0xffffffff:b,n[p++]=8&l?0xffffffff:b,n[p++]=4&l?0xffffffff:b,n[p++]=2&l?0xffffffff:b,n[p++]=1&l?0xffffffff:b;for(;i<r;i++)0===a&&(l=g[u++],a=128),n[p++]=l&a?0xffffffff:b,a>>=1}for(;p<a;)n[p++]=0;t.putImageData(c,0,16*i)}}else if(e.kind===b.RGBA_32BPP){for(i=0,r=0,n=16*o*4;i<h;i++)m.set(g.subarray(u,u+n)),u+=n,t.putImageData(c,0,r),r+=16;i<d&&(n=o*l*4,m.set(g.subarray(u,u+n)),t.putImageData(c,0,r))}else if(e.kind===b.RGB_24BPP)for(i=0,n=o*(s=16);i<d;i++){for(i>=h&&(n=o*(s=l)),p=0,r=n;r--;)m[p++]=g[u++],m[p++]=g[u++],m[p++]=g[u++],m[p++]=255;t.putImageData(c,0,16*i)}else throw Error(`bad image kind: ${e.kind}`)}function eK(t,e){if(e.bitmap)return void t.drawImage(e.bitmap,0,0);let i=e.height,r=e.width,s=i%16,n=(i-s)/16,a=0===s?n:n+1,o=t.createImageData(r,16),l=0,h=e.data,d=o.data;for(let e=0;e<a;e++){let i=e<n?16:s;({srcPos:l}=function({src:t,srcPos:e=0,dest:i,width:r,height:s,nonBlackColor:n=0xffffffff,inverseDecode:a=!1}){let o=U.isLittleEndian?0xff000000:255,[l,h]=a?[n,o]:[o,n],d=r>>3,c=7&r,u=l^h,p=t.length;i=new Uint32Array(i.buffer);let g=0;for(let r=0;r<s;++r){for(let r=e+d;e<r;++e,g+=8){let r=t[e];i[g]=l^-(r>>7&1)&u,i[g+1]=l^-(r>>6&1)&u,i[g+2]=l^-(r>>5&1)&u,i[g+3]=l^-(r>>4&1)&u,i[g+4]=l^-(r>>3&1)&u,i[g+5]=l^-(r>>2&1)&u,i[g+6]=l^-(r>>1&1)&u,i[g+7]=l^-(1&r)&u}if(0===c)continue;let r=e<p?t[e++]:255;for(let t=0;t<c;++t,++g)i[g]=l^-(r>>7-t&1)&u}return{srcPos:e,destPos:g}}({src:h,srcPos:l,dest:d,width:r,height:i,nonBlackColor:0})),t.putImageData(o,0,16*e)}}function eY(t,e){for(let i of["strokeStyle","fillStyle","fillRule","globalAlpha","lineWidth","lineCap","lineJoin","miterLimit","globalCompositeOperation","font","filter"])void 0!==t[i]&&(e[i]=t[i]);void 0!==t.setLineDash&&(e.setLineDash(t.getLineDash()),e.lineDashOffset=t.lineDashOffset)}function eJ(t){t.strokeStyle=t.fillStyle="#000000",t.fillRule="nonzero",t.globalAlpha=1,t.lineWidth=1,t.lineCap="butt",t.lineJoin="miter",t.miterLimit=10,t.globalCompositeOperation="source-over",t.font="10px sans-serif",void 0!==t.setLineDash&&(t.setLineDash([]),t.lineDashOffset=0);let{filter:e}=t;"none"!==e&&""!==e&&(t.filter="none")}function eQ(t,e){if(e)return!0;z.singularValueDecompose2dScale(t,eV);let i=Math.fround(tv.pixelRatio*Z.PDF_TO_CSS_UNITS);return eV[0]<=i&&eV[1]<=i}let eZ=["butt","round","square"],e0=["miter","round","bevel"],e1={},e2={};class e5{constructor(t,e,i,r,s,{optionalContentConfig:n,markedContentStack:a=null},o,l,h,d){this.ctx=t,this.current=new eX(this.ctx.canvas.width,this.ctx.canvas.height),this.stateStack=[],this.pendingClip=null,this.pendingEOFill=!1,this.commonObjs=e,this.objs=i,this.canvasFactory=r,this.filterFactory=s,this.groupStack=[],this.baseTransform=null,this.baseTransformStack=[],this.groupLevel=0,this.smaskStack=[],this.tempSMask=null,this.smaskGroupCanvases=[],this.smaskPreparedEntry=null,this.smaskPreparedFor=null,this.smaskPreparedOffsetX=0,this.smaskPreparedOffsetY=0,this.suspendedCtx=null,this.contentVisible=!0,this.markedContentStack=a||[],this.optionalContentConfig=n,this.cachedPatterns=new Map,this.annotationCanvasMap=o,this.viewportScale=1,this.outputScaleX=1,this.outputScaleY=1,this.pageColors=l,this._cachedScaleForStroking=[-1,0],this._cachedGetSinglePixelWidth=null,this._cachedBitmapsMap=new Map,this.dependencyTracker=h??null,this.imagesTracker=d??null}getObject(t,e,i=null){return"string"==typeof e?(this.dependencyTracker?.recordNamedDependency(t,e),e.startsWith("g_")?this.commonObjs.get(e):this.objs.get(e)):i}beginDrawing({transform:t,viewport:e,transparency:i=!1,background:r=null}){let s=this.ctx.canvas.width,n=this.ctx.canvas.height,a=this.ctx.fillStyle;if(this.ctx.fillStyle=r||"#ffffff",this.ctx.fillRect(0,0,s,n),this.ctx.fillStyle=a,i){let t=this.transparentCanvasEntry=this.canvasFactory.create(s,n);this.compositeCtx=this.ctx,({canvas:this.transparentCanvas,context:this.ctx}=t),this.ctx.save(),this.ctx.transform(...tm(this.compositeCtx))}this.ctx.save(),eJ(this.ctx),t&&(this.ctx.transform(...t),this.outputScaleX=t[0],this.outputScaleY=t[3]),this.ctx.transform(...e.transform),this.viewportScale=e.scale,this.baseTransform=tm(this.ctx)}executeOperatorList(t,e,i,r,s){let n,a,o=t.argsArray,l=t.fnArray,h=e||0,d=o.length;if(d===h)return h;let c=d-h>10&&"function"==typeof i,u=c?Date.now()+15:0,p=0,g=this.commonObjs,m=this.objs;for(;;){if(void 0!==r){if(h===r.nextBreakPoint)return r.breakIt(h,i),h;if(r.shouldSkip(h)){if(++h===d)return h;continue}}if(!s||s(h))if(n=l[h],a=o[h]??null,n!==A.dependency)null===a?this[n](h):this[n](h,...a);else for(let t of a){this.dependencyTracker?.recordNamedData(t,h);let e=t.startsWith("g_")?g:m;if(!e.has(t))return e.get(t,i),h}if(++h===d)return h;if(c&&++p>10){if(Date.now()>u)return i(),h;p=0}}}#rp(){for(;this.stateStack.length||this.inSMaskMode;)this.restore();this.current.activeSMask=null,this.ctx.restore(),this.transparentCanvas&&(this.ctx=this.compositeCtx,this.ctx.save(),this.ctx.setTransform(1,0,0,1,0,0),this.ctx.drawImage(this.transparentCanvas,0,0),this.ctx.restore(),this.canvasFactory.destroy(this.transparentCanvasEntry),this.transparentCanvas=null,this.transparentCanvasEntry=null)}endDrawing(){for(let t of(this.#rp(),this.smaskGroupCanvases))this.canvasFactory.destroy(t);for(let t of(this.smaskGroupCanvases.length=0,this._clearPreparedSMask(),this.tempSMask=null,this.smaskStack.length=0,this.cachedPatterns.clear(),this._cachedBitmapsMap.values())){for(let e of t.values())"u">typeof HTMLCanvasElement&&e instanceof HTMLCanvasElement&&(e.width=e.height=0);t.clear()}this._cachedBitmapsMap.clear(),this.#rg()}#rg(){if(this.pageColors){let t=this.filterFactory.addHCMFilter(this.pageColors.foreground,this.pageColors.background);if("none"!==t){let e=this.ctx.filter;this.ctx.filter=t,this.ctx.drawImage(this.ctx.canvas,0,0),this.ctx.filter=e}}}_scaleImage(t,e){let i=t.width??t.displayWidth,r=t.height??t.displayHeight,s=Math.max(Math.hypot(e[0],e[1]),1),n=Math.max(Math.hypot(e[2],e[3]),1),a=[],o=s,l=n,h=i,d=r;for(;o>2&&h>1||l>2&&d>1;){let t=h,e=d;o>2&&h>1&&(t=Math.ceil(h/2),o/=h/t),l>2&&d>1&&(e=Math.ceil(d/2),l/=d/e),a.push({newWidth:t,newHeight:e}),h=t,d=e}if(0===a.length)return{img:t,paintWidth:i,paintHeight:r,tmpCanvas:null};if(1===a.length){let{newWidth:e,newHeight:s}=a[0],n=this.canvasFactory.create(e,s);return n.context.drawImage(t,0,0,i,r,0,0,e,s),{img:n.canvas,paintWidth:e,paintHeight:s,tmpCanvas:n}}let c=this.canvasFactory.create(1,1),u=this.canvasFactory.create(1,1),p=i,g=r,m=t;for(let{newWidth:t,newHeight:e}of a)this.canvasFactory.reset(u,t,e),u.context.drawImage(m,0,0,p,g,0,0,t,e),[c,u]=[u,c],m=c.canvas,p=t,g=e;return this.canvasFactory.destroy(u),{img:c.canvas,paintWidth:p,paintHeight:g,tmpCanvas:c}}_createMaskCanvas(t,e){let i,r,s,n,a=this.ctx,{width:o,height:l}=e,h=this.current.fillColor,c=this.current.patternFill,u=tm(a);if((e.bitmap||e.data)&&e.count>1){let n=e.bitmap||e.data.buffer;r=JSON.stringify(c?u:[u.slice(0,4),h]);let a=(i=this._cachedBitmapsMap.getOrInsertComputed(n,X)).get(r);if(a&&!c){let e=Math.round(Math.min(u[0],u[2])+u[4]),i=Math.round(Math.min(u[1],u[3])+u[5]);return this.dependencyTracker?.recordDependencies(t,ei),{canvas:a,offsetX:e,offsetY:i}}s=a}s||eK((n=this.canvasFactory.create(o,l)).context,e);let p=z.transform(u,[1/o,0,0,-1/l,0,0]);p=z.transform(p,[1,0,0,1,0,-l]);let g=d.slice();z.axialAlignedBoundingBox([0,0,o,l],p,g);let[m,f,b,v]=g,y=Math.round(b-m)||1,A=Math.round(v-f)||1,x=this.canvasFactory.create(y,A),w=x.context;w.translate(-m,-f),w.transform(...p);let _=null;if(!s){let t=this._scaleImage(n.canvas,tf(w));s=t.img,_=t.tmpCanvas,s!==n.canvas&&(this.canvasFactory.destroy(n),n=null),i&&c&&(i.set(r,s),_=null,n=null)}w.imageSmoothingEnabled=eQ(tm(w),e.interpolate),eW(w,s,0,0,s.width,s.height,0,0,o,l),_&&this.canvasFactory.destroy(_),n&&this.canvasFactory.destroy(n),w.globalCompositeOperation="source-in";let S=z.transform(tf(w),[1,0,0,1,-m,-f]);return w.fillStyle=c?h.getPattern(a,this,S,eF,t):h,w.fillRect(0,0,o,l),i&&!c&&i.set(r,x.canvas),this.dependencyTracker?.recordDependencies(t,ei),{canvas:x.canvas,canvasEntry:i&&!c?null:x,offsetX:Math.round(m),offsetY:Math.round(f)}}setLineWidth(t,e){this.dependencyTracker?.recordSimpleData("lineWidth",t),e!==this.current.lineWidth&&(this._cachedScaleForStroking[0]=-1),this.current.lineWidth=e,this.ctx.lineWidth=e}setLineCap(t,e){this.dependencyTracker?.recordSimpleData("lineCap",t),this.ctx.lineCap=eZ[e]}setLineJoin(t,e){this.dependencyTracker?.recordSimpleData("lineJoin",t),this.ctx.lineJoin=e0[e]}setMiterLimit(t,e){this.dependencyTracker?.recordSimpleData("miterLimit",t),this.ctx.miterLimit=e}setDash(t,e,i){this.dependencyTracker?.recordSimpleData("dash",t);let r=this.ctx;void 0!==r.setLineDash&&(r.setLineDash(e),r.lineDashOffset=i)}setRenderingIntent(t,e){}setFlatness(t,e){}setGState(t,e){for(let[i,r]of e)switch(i){case"LW":this.setLineWidth(t,r);break;case"LC":this.setLineCap(t,r);break;case"LJ":this.setLineJoin(t,r);break;case"ML":this.setMiterLimit(t,r);break;case"D":this.setDash(t,r[0],r[1]);break;case"RI":this.setRenderingIntent(t,r);break;case"FL":this.setFlatness(t,r);break;case"Font":this.setFont(t,r[0],r[1]);break;case"CA":this.dependencyTracker?.recordSimpleData("strokeAlpha",t),this.current.strokeAlpha=r;break;case"ca":this.dependencyTracker?.recordSimpleData("fillAlpha",t),this.ctx.globalAlpha=this.current.fillAlpha=r;break;case"BM":this.dependencyTracker?.recordSimpleData("globalCompositeOperation",t),this.ctx.globalCompositeOperation=r;break;case"SMask":this.dependencyTracker?.recordSimpleData("SMask",t),this.current.activeSMask=r?this.tempSMask:null,this.current.activeSMask&&(this.current.activeSMask.blendMode=this.ctx.globalCompositeOperation),this.tempSMask=null,this.checkSMaskState(t);break;case"TR":this.dependencyTracker?.recordSimpleData("filter",t),this.ctx.filter=this.current.transferMaps=this.filterFactory.addFilter(r)}}get inSMaskMode(){return!!this.suspendedCtx}_clearPreparedSMask(){this.smaskPreparedEntry&&(this.canvasFactory.destroy(this.smaskPreparedEntry),this.smaskPreparedEntry=null),this.smaskPreparedFor=null,this.smaskPreparedOffsetX=0,this.smaskPreparedOffsetY=0}_ensurePreparedSMask(t,e,i){t!==this.smaskPreparedFor&&(this._clearPreparedSMask(),this._prepareSMaskCanvas(t,e,i))}checkSMaskState(t){let e=this.inSMaskMode;this.current.activeSMask&&!e?this.beginSMaskMode(t):!this.current.activeSMask&&e?this.endSMaskMode():this.current.activeSMask&&e&&this._ensurePreparedSMask(this.current.activeSMask,this.ctx.canvas.width,this.ctx.canvas.height)}_prepareSMaskCanvas(t,e,i){let r,s,n,{canvas:a,subtype:o,backdrop:l,transferMap:h}=t,d="Luminosity"===o||"Alpha"===o&&h;if(!l&&!d){this.smaskPreparedFor=t;return}if(l&&d){let d=this.canvasFactory.create(e,i),c=d.context;c.drawImage(a,t.offsetX,t.offsetY),c.globalCompositeOperation="destination-atop",c.fillStyle=l,c.fillRect(0,0,e,i),c.globalCompositeOperation="source-over";let u=(r=this.canvasFactory.create(e,i)).context;u.filter="Alpha"===o?this.filterFactory.addAlphaFilter(h):this.filterFactory.addLuminosityFilter(h),u.drawImage(d.canvas,0,0),u.filter="none",this.canvasFactory.destroy(d),s=n=0}else if(d){let e=(r=this.canvasFactory.create(a.width,a.height)).context;e.filter="Alpha"===o?this.filterFactory.addAlphaFilter(h):this.filterFactory.addLuminosityFilter(h),e.drawImage(a,0,0),e.filter="none",{offsetX:s,offsetY:n}=t}else{let o=(r=this.canvasFactory.create(e,i)).context;o.drawImage(a,t.offsetX,t.offsetY),o.globalCompositeOperation="destination-atop",o.fillStyle=l,o.fillRect(0,0,e,i),o.globalCompositeOperation="source-over",s=n=0}this.smaskPreparedEntry=r,this.smaskPreparedFor=t,this.smaskPreparedOffsetX=s,this.smaskPreparedOffsetY=n}beginSMaskMode(t){if(this.inSMaskMode)throw Error("beginSMaskMode called while already in smask mode");let{width:e,height:i}=this.ctx.canvas,r=this.canvasFactory.create(e,i);this.smaskScratchCanvas=r,this.suspendedCtx=this.ctx;let s=this.ctx=r.context;s.setTransform(this.suspendedCtx.getTransform()),eY(this.suspendedCtx,s);var n=this.suspendedCtx;if(s._removeMirroring)throw Error("Context is already forwarding operations.");s.__originalSave=s.save,s.__originalRestore=s.restore,s.__originalRotate=s.rotate,s.__originalScale=s.scale,s.__originalTranslate=s.translate,s.__originalTransform=s.transform,s.__originalSetTransform=s.setTransform,s.__originalResetTransform=s.resetTransform,s.__originalClip=s.clip,s.__originalMoveTo=s.moveTo,s.__originalLineTo=s.lineTo,s.__originalBezierCurveTo=s.bezierCurveTo,s.__originalRect=s.rect,s.__originalClosePath=s.closePath,s.__originalBeginPath=s.beginPath,s._removeMirroring=()=>{s.save=s.__originalSave,s.restore=s.__originalRestore,s.rotate=s.__originalRotate,s.scale=s.__originalScale,s.translate=s.__originalTranslate,s.transform=s.__originalTransform,s.setTransform=s.__originalSetTransform,s.resetTransform=s.__originalResetTransform,s.clip=s.__originalClip,s.moveTo=s.__originalMoveTo,s.lineTo=s.__originalLineTo,s.bezierCurveTo=s.__originalBezierCurveTo,s.rect=s.__originalRect,s.closePath=s.__originalClosePath,s.beginPath=s.__originalBeginPath,delete s._removeMirroring},s.save=function(){n.save(),this.__originalSave()},s.restore=function(){n.restore(),this.__originalRestore()},s.translate=function(t,e){n.translate(t,e),this.__originalTranslate(t,e)},s.scale=function(t,e){n.scale(t,e),this.__originalScale(t,e)},s.transform=function(t,e,i,r,s,a){n.transform(t,e,i,r,s,a),this.__originalTransform(t,e,i,r,s,a)},s.setTransform=function(t,e,i,r,s,a){void 0===e?(n.setTransform(t),this.__originalSetTransform(t)):(n.setTransform(t,e,i,r,s,a),this.__originalSetTransform(t,e,i,r,s,a))},s.resetTransform=function(){n.resetTransform(),this.__originalResetTransform()},s.rotate=function(t){n.rotate(t),this.__originalRotate(t)},s.clip=function(t){n.clip(t),this.__originalClip(t)},s.moveTo=function(t,e){n.moveTo(t,e),this.__originalMoveTo(t,e)},s.lineTo=function(t,e){n.lineTo(t,e),this.__originalLineTo(t,e)},s.bezierCurveTo=function(t,e,i,r,s,a){n.bezierCurveTo(t,e,i,r,s,a),this.__originalBezierCurveTo(t,e,i,r,s,a)},s.rect=function(t,e,i,r){n.rect(t,e,i,r),this.__originalRect(t,e,i,r)},s.closePath=function(){n.closePath(),this.__originalClosePath()},s.beginPath=function(){n.beginPath(),this.__originalBeginPath()},this._ensurePreparedSMask(this.current.activeSMask,e,i),this.setGState(t,[["BM","source-over"]])}endSMaskMode(){if(!this.inSMaskMode)throw Error("endSMaskMode called while not in smask mode");this.ctx._removeMirroring(),eY(this.ctx,this.suspendedCtx),this.ctx=this.suspendedCtx,this.suspendedCtx=null,this.canvasFactory.destroy(this.smaskScratchCanvas),this.smaskScratchCanvas=null,this._clearPreparedSMask()}compose(t){if(!this.current.activeSMask)return;t?(t[0]=Math.floor(t[0]),t[1]=Math.floor(t[1]),t[2]=Math.ceil(t[2]),t[3]=Math.ceil(t[3])):t=[0,0,this.ctx.canvas.width,this.ctx.canvas.height];let e=this.current.activeSMask,i=this.suspendedCtx;this.composeSMask(i,e,this.ctx,t),this.ctx.save(),this.ctx.setTransform(1,0,0,1,0,0),this.ctx.clearRect(t[0],t[1],t[2]-t[0],t[3]-t[1]),this.ctx.restore()}composeSMask(t,e,i,r){let s=r[0],n=r[1],a=r[2]-s,o=r[3]-n;if(0===a||0===o)return;let l=this.smaskPreparedEntry;if(l){let t=s-this.smaskPreparedOffsetX,e=n-this.smaskPreparedOffsetY;i.save(),i.globalAlpha=1,i.setTransform(1,0,0,1,0,0);let r=new Path2D;r.rect(s,n,a,o),i.clip(r),i.globalCompositeOperation="destination-in",i.drawImage(l.canvas,t,e,a,o,s,n,a,o),i.restore()}else this.genericComposeSMask(e.context,i,a,o,s,n,e.offsetX,e.offsetY);t.save(),t.globalAlpha=1,t.globalCompositeOperation=e.blendMode||"source-over",t.setTransform(1,0,0,1,0,0),t.drawImage(i.canvas,s,n,a,o,s,n,a,o),t.restore()}genericComposeSMask(t,e,i,r,s,n,a,o){let l=t.canvas,h=s-a,d=n-o;e.save(),e.globalAlpha=1,e.setTransform(1,0,0,1,0,0);let c=new Path2D;c.rect(s,n,i,r),e.clip(c),e.globalCompositeOperation="destination-in",e.drawImage(l,h,d,i,r,s,n,i,r),e.restore()}save(t){this.inSMaskMode&&eY(this.ctx,this.suspendedCtx),this.ctx.save();let e=this.current;this.stateStack.push(e),this.current=e.clone(),this.dependencyTracker?.save(t)}restore(t){if(this.dependencyTracker?.restore(t),0===this.stateStack.length){this.inSMaskMode&&this.endSMaskMode();return}this.current=this.stateStack.pop(),this.ctx.restore(),this.inSMaskMode&&(eY(this.suspendedCtx,this.ctx),this.ctx.setTransform(this.suspendedCtx.getTransform())),this.checkSMaskState(t),this.pendingClip=null,this._cachedScaleForStroking[0]=-1,this._cachedGetSinglePixelWidth=null}transform(t,e,i,r,s,n,a){this.dependencyTracker?.recordIncrementalData("transform",t),this.ctx.transform(e,i,r,s,n,a),this._cachedScaleForStroking[0]=-1,this._cachedGetSinglePixelWidth=null}constructPath(t,e,i,r){let[s]=i;if(!r){s||=i[0]=new Path2D,e!==A.stroke&&e!==A.closeStroke&&(this.current.tilingPatternDims=null),this[e](t,s);return}if(null!==this.dependencyTracker){let i=e===A.stroke?this.current.lineWidth/2:0;this.dependencyTracker.resetBBox(t).recordBBox(t,this.ctx,r[0]-i,r[2]+i,r[1]-i,r[3]+i).recordDependencies(t,["transform"])}s instanceof Path2D||(s=i[0]=tk(s)),z.axialAlignedBoundingBox(r,tm(this.ctx),this.current.minMax);let n=this.current.tilingPatternDims;if(n&&e!==A.stroke&&e!==A.closeStroke&&this.current.fillColor instanceof e$){let t=z.intersect(this.current.clipBox,this.current.minMax);t?this.current.fillColor.updatePatternDims(t,n):this.current.tilingPatternDims=null}this[e](t,s),this._pathStartIdx=t}closePath(t){this.ctx.closePath()}stroke(t,e,i=!0){let r=this.ctx,s=this.current.strokeColor;if(r.globalAlpha=this.current.strokeAlpha,this.contentVisible)if("object"==typeof s&&s?.getPattern){let i=s.isModifyingCurrentTransform()?r.getTransform():null;if(r.save(),r.strokeStyle=s.getPattern(r,this,tf(r),eL,t),i){let t=new Path2D;t.addPath(e,r.getTransform().invertSelf().multiplySelf(i)),e=t}this.rescaleAndStroke(e,!1),r.restore()}else this.rescaleAndStroke(e,!0);this.dependencyTracker?.recordDependencies(t,t4),i&&this.consumePath(t,e,this.current.getClippedPathBoundingBox(eL,tm(this.ctx))),r.globalAlpha=this.current.fillAlpha}closeStroke(t,e){this.stroke(t,e)}fill(t,e,i=!0){let r=this.ctx,s=this.current.fillColor,n=this.current.patternFill,a=!1,o=this.current.getClippedPathBoundingBox();if(this.dependencyTracker?.recordDependencies(t,t9),n){let n=this.current.tilingPatternDims,l=n&&s.canSkipPatternCanvas(n);if(l){s.drawPattern(this,e,this.pendingEOFill,l,t),this.pendingEOFill=!1,i&&this.consumePath(t,e,o),this.current.tilingPatternDims=null;return}let h=s.isModifyingCurrentTransform()?r.getTransform():null;if(this.dependencyTracker?.save(t),r.save(),r.fillStyle=s.getPattern(r,this,tf(r),eF,t),h){let t=new Path2D;t.addPath(e,r.getTransform().invertSelf().multiplySelf(h)),e=t}a=!0}this.contentVisible&&null!==o&&(this.pendingEOFill?(r.fill(e,"evenodd"),this.pendingEOFill=!1):r.fill(e)),a&&(r.restore(),this.dependencyTracker?.restore(t)),i&&this.consumePath(t,e,o)}eoFill(t,e){this.pendingEOFill=!0,this.fill(t,e)}fillStroke(t,e){this.fill(t,e,!1),this.stroke(t,e,!1),this.consumePath(t,e)}eoFillStroke(t,e){this.pendingEOFill=!0,this.fillStroke(t,e)}closeFillStroke(t,e){this.fillStroke(t,e)}closeEOFillStroke(t,e){this.pendingEOFill=!0,this.fillStroke(t,e)}endPath(t,e){this.consumePath(t,e)}rawFillPath(t,e){this.ctx.fill(e),this.dependencyTracker?.recordDependencies(t,t7).recordOperation(t)}clip(t){this.dependencyTracker?.recordFutureForcedDependency("clipMode",t),this.pendingClip=e1}eoClip(t){this.dependencyTracker?.recordFutureForcedDependency("clipMode",t),this.pendingClip=e2}beginText(t){this.current.textMatrix=null,this.current.textMatrixScale=1,this.current.x=this.current.lineX=0,this.current.y=this.current.lineY=0,this.dependencyTracker?.recordOpenMarker(t).resetIncrementalData("sameLineText").resetIncrementalData("moveText",t)}endText(t){let e=this.pendingTextPaths,i=this.ctx;if(this.dependencyTracker){let{dependencyTracker:i}=this;void 0!==e&&i.recordFutureForcedDependency("textClip",i.getOpenMarker()).recordFutureForcedDependency("textClip",t),i.recordCloseMarker(t)}if(void 0!==e){let t=new Path2D,r=i.getTransform().invertSelf();for(let{transform:i,x:s,y:n,fontSize:a,path:o}of e)o&&t.addPath(o,new DOMMatrix(i).preMultiplySelf(r).translate(s,n).scale(a,-a));i.clip(t)}delete this.pendingTextPaths}setCharSpacing(t,e){this.dependencyTracker?.recordSimpleData("charSpacing",t),this.current.charSpacing=e}setWordSpacing(t,e){this.dependencyTracker?.recordSimpleData("wordSpacing",t),this.current.wordSpacing=e}setHScale(t,e){this.dependencyTracker?.recordSimpleData("hScale",t),this.current.textHScale=e/100}setLeading(t,e){this.dependencyTracker?.recordSimpleData("leading",t),this.current.leading=-e}setFont(t,e,i){this.dependencyTracker?.recordSimpleData("font",t).recordSimpleDataFromNamed("fontObj",e,t);let r=this.commonObjs.get(e),s=this.current;if(!r)throw Error(`Can't find font for ${e}`);if(s.fontMatrix=r.fontMatrix||c,(0===s.fontMatrix[0]||0===s.fontMatrix[3])&&S("Invalid font matrix for font "+e),i<0?(i=-i,s.fontDirection=-1):s.fontDirection=1,this.current.font=r,this.current.fontSize=i,r.isType3Font)return;let n=r.loadedName||"sans-serif",a=r.systemFontInfo?.css||`"${n}", ${r.fallbackName}`,o="normal";r.black?o="900":r.bold&&(o="bold");let l=r.italic?"italic":"normal",h=i;i<16?h=16:i>100&&(h=100),this.current.fontSizeScale=i/h,this.ctx.font=`${l} ${o} ${h}px ${a}`}setTextRenderingMode(t,e){this.dependencyTracker?.recordSimpleData("textRenderingMode",t),this.current.textRenderingMode=e}setTextRise(t,e){this.dependencyTracker?.recordSimpleData("textRise",t),this.current.textRise=e}moveText(t,e,i){this.dependencyTracker?.resetIncrementalData("sameLineText").recordIncrementalData("moveText",t),this.current.x=this.current.lineX+=e,this.current.y=this.current.lineY+=i}setLeadingMoveText(t,e,i){this.setLeading(t,-i),this.moveText(t,e,i)}setTextMatrix(t,e){this.dependencyTracker?.resetIncrementalData("sameLineText").recordSimpleData("textMatrix",t);let{current:i}=this;i.textMatrix=e,i.textMatrixScale=Math.hypot(e[0],e[1]),i.x=i.lineX=0,i.y=i.lineY=0}nextLine(t){this.moveText(t,0,this.current.leading),this.dependencyTracker?.recordIncrementalData("moveText",this.dependencyTracker.getSimpleIndex("leading")??t)}#rm(t,e,i){let r=new Path2D;return r.addPath(t,new DOMMatrix(i).invertSelf().multiplySelf(e)),r}paintChar(t,e,i,r,s,n){let a,o=this.ctx,l=this.current,h=l.font,d=l.textRenderingMode,c=l.fontSize/l.fontSizeScale,u=3&d,p=!!(4&d),g=l.patternFill&&!h.missingFile,m=l.patternStroke&&!h.missingFile;if((h.disableFontFace||p||g||m)&&!h.missingFile&&(a=h.getPathGenerator(this.commonObjs,e)),a&&(h.disableFontFace||g||m)){let e;if(o.save(),o.translate(i,r),o.scale(c,-c),this.dependencyTracker?.recordCharacterBBox(t,o,h),0===u||2===u)if(s){e=o.getTransform(),o.setTransform(...s);let t=this.#rm(a,e,s);o.fill(t)}else o.fill(a);if(1===u||2===u)if(n){e||=o.getTransform(),o.setTransform(...n);let{a:t,b:i,c:r,d:s}=e,l=z.inverseTransform(n),h=z.transform([t,i,r,s,0,0],l);z.singularValueDecompose2dScale(h,eV),o.lineWidth*=Math.max(eV[0],eV[1])/c,o.stroke(this.#rm(a,e,n))}else o.lineWidth/=c,o.stroke(a);o.restore()}else(0===u||2===u)&&(o.fillText(e,i,r),this.dependencyTracker?.recordCharacterBBox(t,o,h,c,i,r,()=>o.measureText(e))),(1===u||2===u)&&(this.dependencyTracker&&this.dependencyTracker?.recordCharacterBBox(t,o,h,c,i,r,()=>o.measureText(e)).recordDependencies(t,t4),o.strokeText(e,i,r));p&&((this.pendingTextPaths||=[]).push({transform:tm(o),x:i,y:r,fontSize:c,path:a}),this.dependencyTracker?.recordCharacterBBox(t,o,h,c,i,r))}get isFontSubpixelAAEnabled(){let t=this.canvasFactory.create(10,10),e=t.context;e.scale(1.5,1),e.fillText("I",0,10);let i=e.getImageData(0,0,10,10).data;this.canvasFactory.destroy(t);let r=!1;for(let t=3;t<i.length;t+=4)if(i[t]>0&&i[t]<255){r=!0;break}return k(this,"isFontSubpixelAAEnabled",r)}showText(t,e){let i,r;this.dependencyTracker&&(this.dependencyTracker.recordDependencies(t,et).resetBBox(t),4&this.current.textRenderingMode&&this.dependencyTracker.recordFutureForcedDependency("textClip",t).inheritPendingDependenciesAsFutureForcedDependencies());let s=this.current,n=s.font;if(n.isType3Font){this.showType3Text(t,e),this.dependencyTracker?.recordShowTextOperation(t);return}let a=s.fontSize;if(0===a)return void this.dependencyTracker?.recordOperation(t);let o=this.ctx,l=s.fontSizeScale,h=s.charSpacing,d=s.wordSpacing,c=s.fontDirection,u=s.textHScale*c,p=e.length,g=n.vertical,m=g?1:-1,f=n.defaultVMetrics,b=a*s.fontMatrix[0],v=0===s.textRenderingMode&&!n.disableFontFace&&!s.patternFill;o.save(),s.textMatrix&&o.transform(...s.textMatrix),o.translate(s.x,s.y+s.textRise),c>0?o.scale(u,-1):o.scale(u,1);let y=3&s.textRenderingMode,A=1===y||2===y,x=s.lineWidth,w=s.textMatrixScale;if(0===w||0===x?A&&(x=this.getSinglePixelWidth()):x/=w,1!==l&&(o.scale(l,l),x/=l),o.lineWidth=x,(0===y||2===y)&&s.patternFill){o.save();let e=s.fillColor.getPattern(o,this,tf(o),eF,t);i=tm(o),o.restore(),o.fillStyle=e}if(A&&s.patternStroke){o.save();let e=s.strokeColor.getPattern(o,this,tf(o),eL,t);r=tm(o),o.restore(),o.strokeStyle=e}if(n.isInvalidPDFjsFont){let i=[],r=0;for(let t of e)i.push(t.unicode),r+=t.width;let n=i.join("");if(o.fillText(n,0,0),null!==this.dependencyTracker){let e=o.measureText(n);this.dependencyTracker.recordBBox(t,this.ctx,-e.actualBoundingBoxLeft,e.actualBoundingBoxRight,-e.actualBoundingBoxAscent,e.actualBoundingBoxDescent).recordShowTextOperation(t)}s.x+=r*b*u,o.restore(),this.compose();return}let _=0,S;for(S=0;S<p;++S){let s,u,p,y=e[S];if("number"==typeof y){_+=m*y*a/1e3;continue}let A=!1,x=(y.isSpace?d:0)+h,w=y.fontChar,T=y.accent,E=y.width;if(g){let t=y.vmetric||f,e=-(y.vmetric?t[1]:.5*E)*b,i=t[2]*b;E=t?-t[0]:E,s=e/l,u=(_+i)/l}else s=_/l,u=0;if(n.remeasure&&E>0){let t=1e3*(p=o.measureText(w)).width/a*l;if(E<t&&this.isFontSubpixelAAEnabled){let e=E/t;A=!0,o.save(),o.scale(e,1),s/=e}else E!==t&&(s+=(E-t)/2e3*a/l)}if(this.contentVisible&&(y.isInFont||n.missingFile)){if(v&&!T)o.fillText(w,s,u),this.dependencyTracker?.recordCharacterBBox(t,o,p?{bbox:null}:n,a/l,s,u,()=>p??o.measureText(w));else if(this.paintChar(t,w,s,u,i,r),T){let e=s+a*T.offset.x/l,n=u-a*T.offset.y/l;this.paintChar(t,T.fontChar,e,n,i,r)}}_+=g?E*b-x*c:E*b+x*c,A&&o.restore()}g?s.y-=_:s.x+=_*u,o.restore(),this.compose(),this.dependencyTracker?.recordShowTextOperation(t)}showType3Text(t,e){let i,r,s,n,a=this.ctx,o=this.current,l=o.font,h=o.fontSize,d=o.fontDirection,u=l.vertical?1:-1,p=o.charSpacing,g=o.wordSpacing,m=o.textHScale*d,f=o.fontMatrix||c,b=e.length;if(3===o.textRenderingMode||0===h)return;this._cachedScaleForStroking[0]=-1,this._cachedGetSinglePixelWidth=null,a.save(),o.textMatrix&&a.transform(...o.textMatrix),a.translate(o.x,o.y+o.textRise),a.scale(m,d);let v=this.dependencyTracker;for(i=0,this.dependencyTracker=v?new t6(v,t):null;i<b;++i){if("number"==typeof(r=e[i])){n=u*r*h/1e3,this.ctx.translate(n,0),o.x+=n*m;continue}let t=(r.isSpace?g:0)+p,d=l.charProcOperatorList[r.operatorListId];d?this.contentVisible&&(this.save(),a.scale(h,h),a.transform(...f),this.executeOperatorList(d),this.restore()):S(`Type3 character "${r.operatorListId}" is not available.`);let c=[r.width,0];z.applyTransform(c,f),s=c[0]*h+t,a.translate(s,0),o.x+=s*m}a.restore(),v&&(this.dependencyTracker=v)}setCharWidth(t,e,i){}setCharWidthAndBounds(t,e,i,r,s,n,a){let o=new Path2D;o.rect(r,s,n-r,a-s),this.ctx.clip(o),this.dependencyTracker?.recordBBox(t,this.ctx,r,n,s,a).recordClipBox(t,this.ctx,r,n,s,a),this.endPath(t)}getColorN_Pattern(t,e){let i;if("TilingPattern"===e[0]){let t=this.baseTransform||tm(this.ctx);i=new e$(e,this.ctx,{createCanvasGraphics:(t,e)=>new e5(t,this.commonObjs,this.objs,this.canvasFactory,this.filterFactory,{optionalContentConfig:this.optionalContentConfig,markedContentStack:this.markedContentStack},void 0,void 0,this.dependencyTracker?new t6(this.dependencyTracker,e,!0):null)},t)}else i=this._getPattern(t,e[1],e[2]);return i}setStrokeColorN(t,...e){this.dependencyTracker?.recordSimpleData("strokeColor",t),this.current.strokeColor=this.getColorN_Pattern(t,e),this.current.patternStroke=!0}setFillColorN(t,...e){this.dependencyTracker?.recordSimpleData("fillColor",t);let i=this.current.fillColor=this.getColorN_Pattern(t,e);this.current.patternFill=!0,this.current.tilingPatternDims=i instanceof e$?[0,0,0,0]:null}setStrokeRGBColor(t,e){this.dependencyTracker?.recordSimpleData("strokeColor",t),this.ctx.strokeStyle=this.current.strokeColor=e,this.current.patternStroke=!1}setStrokeTransparent(t){this.dependencyTracker?.recordSimpleData("strokeColor",t),this.ctx.strokeStyle=this.current.strokeColor="transparent",this.current.patternStroke=!1}setFillRGBColor(t,e){this.dependencyTracker?.recordSimpleData("fillColor",t),this.ctx.fillStyle=this.current.fillColor=e,this.current.patternFill=!1,this.current.tilingPatternDims=null}setFillTransparent(t){this.dependencyTracker?.recordSimpleData("fillColor",t),this.ctx.fillStyle=this.current.fillColor="transparent",this.current.patternFill=!1,this.current.tilingPatternDims=null}_getPattern(t,e,i=null){let r;return this.cachedPatterns.has(e)?r=this.cachedPatterns.get(e):(r=function(t){switch(t[0]){case"RadialAxial":return new ez(t);case"Mesh":return new eH(t);case"Dummy":return new ej}throw Error(`Unknown IR type: ${t[0]}`)}(this.getObject(t,e)),this.cachedPatterns.set(e,r)),i&&(r.matrix=i),r}shadingFill(t,e){if(!this.contentVisible)return;let i=this.ctx;this.save(t),i.fillStyle=this._getPattern(t,e).getPattern(i,this,tf(i),eO,t);let r=tf(i);if(r){let{width:t,height:e}=i.canvas,s=d.slice();z.axialAlignedBoundingBox([0,0,t,e],r,s);let[n,a,o,l]=s;this.ctx.fillRect(n,a,o-n,l-a)}else this.ctx.fillRect(-1e10,-1e10,2e10,2e10);this.dependencyTracker?.resetBBox(t).recordFullPageBBox(t).recordDependencies(t,ee).recordDependencies(t,t9).recordOperation(t),this.compose(this.current.getClippedPathBoundingBox()),this.restore(t)}beginInlineImage(){T("Should not call beginInlineImage")}beginImageData(){T("Should not call beginImageData")}paintFormXObjectBegin(t,e,i){if(this.contentVisible&&(this.save(t),this.baseTransformStack.push(this.baseTransform),e&&this.transform(t,...e),this.baseTransform=tm(this.ctx),i)){z.axialAlignedBoundingBox(i,this.baseTransform,this.current.minMax);let[e,r,s,n]=i,a=new Path2D;a.rect(e,r,s-e,n-r),this.ctx.clip(a),this.dependencyTracker?.recordClipBox(t,this.ctx,e,s,r,n),this.endPath(t)}}paintFormXObjectEnd(t){this.contentVisible&&(this.restore(t),this.baseTransform=this.baseTransformStack.pop())}beginGroup(t,e){let i;if(!this.contentVisible)return;this.save(t);let{inSMaskMode:r}=this;r&&(this.endSMaskMode(),this.current.activeSMask=null);let s=this.ctx;if(e.isolated||_("TODO: Support non-isolated groups."),e.knockout&&S("Knockout groups not supported."),!e.needsIsolation&&1===s.globalAlpha&&"source-over"===s.globalCompositeOperation&&!r){if(e.bbox){let t=new Path2D,[i,r,n,a]=e.bbox;if(t.rect(i,r,n-i,a-r),e.matrix){let i=new Path2D;i.addPath(t,new DOMMatrix(e.matrix)),t=i}s.clip(t)}this.groupStack.push(null),this.groupLevel++;return}let n=tm(s);e.matrix&&s.transform(...e.matrix);let a=[0,0,s.canvas.width,s.canvas.height];e.bbox?(i=d.slice(),z.axialAlignedBoundingBox(e.bbox,tm(s),i),i=z.intersect(i,a)||[0,0,0,0]):i=a;let o=Math.floor(i[0]),l=Math.floor(i[1]),h=Math.max(Math.ceil(i[2])-o,1),c=Math.max(Math.ceil(i[3])-l,1);this.current.startNewPathAndClipBox([0,0,h,c]);let u=this.canvasFactory.create(h,c);e.smask&&this.smaskGroupCanvases.push(u);let p=u.context;if(p.translate(-o,-l),p.transform(...n),!e.isolated&&!e.smask&&r&&e.needsIsolation&&(p.save(),p.setTransform(1,0,0,1,0,0),p.drawImage(s.canvas,-o,-l),p.restore()),e.bbox){let t=new Path2D,[i,r,s,n]=e.bbox;if(t.rect(i,r,s-i,n-r),e.matrix){let i=new Path2D;i.addPath(t,new DOMMatrix(e.matrix)),t=i}p.clip(t)}e.smask&&this.smaskStack.push({canvas:u.canvas,context:p,offsetX:o,offsetY:l,subtype:e.smask.subtype,backdrop:e.smask.backdrop,transferMap:e.smask.transferMap||null}),(!e.smask||this.dependencyTracker)&&(s.setTransform(1,0,0,1,0,0),s.translate(o,l),s.save()),eY(s,p),this.ctx=p,this.dependencyTracker?.inheritSimpleDataAsFutureForcedDependencies(["fillAlpha","strokeAlpha","globalCompositeOperation"]).pushBaseTransform(s),this.setGState(t,[["BM","source-over"],["ca",1],["CA",1],["TR",null]]),this.groupStack.push(s),this.groupLevel++}endGroup(t,e){if(!this.contentVisible)return;this.groupLevel--;let i=this.ctx,r=this.groupStack.pop();if(null===r)return void this.restore(t);if(this.ctx=r,this.ctx.imageSmoothingEnabled=!1,this.dependencyTracker?.popBaseTransform(),e.smask)this.tempSMask=this.smaskStack.pop(),this.restore(t),this.dependencyTracker&&(this.ctx.restore(),this.inSMaskMode&&this.ctx.setTransform(this.suspendedCtx.getTransform()));else{this.ctx.restore();let e=tm(this.ctx);this.restore(t),this.ctx.save(),this.ctx.setTransform(...e);let r=d.slice();z.axialAlignedBoundingBox([0,0,i.canvas.width,i.canvas.height],e,r),this.ctx.drawImage(i.canvas,0,0),this.ctx.restore(),this.canvasFactory.destroy({canvas:i.canvas,context:i}),this.compose(r)}}beginAnnotation(t,e,i,r,s,n){if(this.#rp(),eJ(this.ctx),this.ctx.save(),this.save(t),this.baseTransform&&this.ctx.setTransform(...this.baseTransform),i){let s=i[2]-i[0],a=i[3]-i[1];if(n&&this.annotationCanvasMap){r=r.slice(),r[4]-=i[0],r[5]-=i[1],(i=i.slice())[0]=i[1]=0,i[2]=s,i[3]=a,z.singularValueDecompose2dScale(tm(this.ctx),eV);let{viewportScale:t}=this,n=Math.ceil(s*this.outputScaleX*t),o=Math.ceil(a*this.outputScaleY*t);this.annotationCanvas=this.canvasFactory.create(n,o);let{canvas:l,context:h}=this.annotationCanvas;this.annotationCanvasMap.set(e,l),this.annotationCanvas.savedCtx=this.ctx,this.ctx=h,this.ctx.save(),this.ctx.setTransform(eV[0],0,0,-eV[1],0,a*eV[1]),eJ(this.ctx)}else{eJ(this.ctx),this.endPath(t);let e=new Path2D;e.rect(i[0],i[1],s,a),this.ctx.clip(e)}}this.current=new eX(this.ctx.canvas.width,this.ctx.canvas.height),this.baseTransformStack.push(this.baseTransform),this.transform(t,...r),this.transform(t,...s),this.baseTransform=tm(this.ctx)}endAnnotation(t){this.annotationCanvas&&(this.ctx.restore(),this.#rg(),this.ctx=this.annotationCanvas.savedCtx,delete this.annotationCanvas.savedCtx,delete this.annotationCanvas),this.baseTransform=this.baseTransformStack.pop()}paintImageMaskXObject(t,e){if(!this.contentVisible)return;let i=e.count;(e=this.getObject(t,e.data,e)).count=i;let r=this.ctx,s=this._createMaskCanvas(t,e),n=s.canvas;r.save(),r.setTransform(1,0,0,1,0,0),r.drawImage(n,s.offsetX,s.offsetY),this.dependencyTracker?.resetBBox(t).recordBBox(t,this.ctx,s.offsetX,s.offsetX+n.width,s.offsetY,s.offsetY+n.height).recordOperation(t),r.restore(),s.canvasEntry&&this.canvasFactory.destroy(s.canvasEntry),this.compose()}paintImageMaskXObjectRepeat(t,e,i,r=0,s=0,n,a){if(!this.contentVisible)return;e=this.getObject(t,e.data,e);let o=this.ctx;o.save();let l=tm(o);o.transform(i,r,s,n,0,0);let h=this._createMaskCanvas(t,e);o.setTransform(1,0,0,1,h.offsetX-l[4],h.offsetY-l[5]),this.dependencyTracker?.resetBBox(t);for(let e=0,d=a.length;e<d;e+=2){let d=z.transform(l,[i,r,s,n,a[e],a[e+1]]);o.drawImage(h.canvas,d[4],d[5]),this.dependencyTracker?.recordBBox(t,this.ctx,d[4],d[4]+h.canvas.width,d[5],d[5]+h.canvas.height)}o.restore(),h.canvasEntry&&this.canvasFactory.destroy(h.canvasEntry),this.compose(),this.dependencyTracker?.recordOperation(t)}paintImageMaskXObjectGroup(t,e){if(!this.contentVisible)return;let i=this.ctx,r=this.current.fillColor,s=this.current.patternFill;for(let n of(this.dependencyTracker?.resetBBox(t).recordDependencies(t,ei),e)){let{data:e,width:a,height:o,transform:l}=n,h=this.canvasFactory.create(a,o),d=h.context;d.save(),eK(d,this.getObject(t,e,n)),d.globalCompositeOperation="source-in",d.fillStyle=s?r.getPattern(d,this,tf(i),eF,t):r,d.fillRect(0,0,a,o),d.restore(),i.save(),i.transform(...l),i.scale(1,-1),eW(i,h.canvas,0,0,a,o,0,-1,1,1),this.canvasFactory.destroy(h),this.dependencyTracker?.recordBBox(t,i,0,a,0,o),i.restore()}this.compose(),this.dependencyTracker?.recordOperation(t)}paintImageXObject(t,e){if(!this.contentVisible)return;let i=this.getObject(t,e);i?this.paintInlineImageXObject(t,i):S("Dependent image isn't ready yet")}paintImageXObjectRepeat(t,e,i,r,s){if(!this.contentVisible)return;let n=this.getObject(t,e);if(!n)return void S("Dependent image isn't ready yet");let a=n.width,o=n.height,l=[];for(let t=0,e=s.length;t<e;t+=2)l.push({transform:[i,0,0,r,s[t],s[t+1]],x:0,y:0,w:a,h:o});this.paintInlineImageXObjectGroup(t,n,l)}applyTransferMapsToCanvas(t){return"none"!==this.current.transferMaps&&(t.filter=this.current.transferMaps,t.drawImage(t.canvas,0,0),t.filter="none"),t.canvas}applyTransferMapsToBitmap(t){if("none"===this.current.transferMaps)return{img:t.bitmap,canvasEntry:null};let{bitmap:e,width:i,height:r}=t,s=this.canvasFactory.create(i,r),n=s.context;return n.filter=this.current.transferMaps,n.drawImage(e,0,0),n.filter="none",{img:s.canvas,canvasEntry:s}}paintInlineImageXObject(t,e){let i;if(!this.contentVisible)return;let r=e.width,s=e.height,n=this.ctx;this.save(t);let{filter:a}=n;"none"!==a&&""!==a&&(n.filter="none"),n.scale(1/r,-1/s);let o=null;if(e.bitmap){let t=this.applyTransferMapsToBitmap(e);i=t.img,o=t.canvasEntry}else if("function"==typeof HTMLElement&&e instanceof HTMLElement||!e.data)i=e;else{let t=this.canvasFactory.create(r,s);eq(t.context,e),i=this.applyTransferMapsToCanvas(t.context),o=t}let l=this._scaleImage(i,tf(n));n.imageSmoothingEnabled=eQ(tm(n),e.interpolate),this.dependencyTracker&&(this.dependencyTracker.resetBBox(t).recordBBox(t,n,0,r,-s,0).recordDependencies(t,t8).recordOperation(t),this.imagesTracker?.record(n,r,s,this.dependencyTracker.clipBox)),eW(n,l.img,0,0,l.paintWidth,l.paintHeight,0,-s,r,s),l.tmpCanvas&&this.canvasFactory.destroy(l.tmpCanvas),o&&this.canvasFactory.destroy(o),this.compose(),this.restore(t)}paintInlineImageXObjectGroup(t,e,i){let r;if(!this.contentVisible)return;let s=this.ctx,n=null;if(e.bitmap)r=e.bitmap;else{let t=e.width,i=e.height,s=this.canvasFactory.create(t,i);eq(s.context,e),r=this.applyTransferMapsToCanvas(s.context),n=s}for(let e of(this.dependencyTracker?.resetBBox(t),i))s.save(),s.transform(...e.transform),s.scale(1,-1),eW(s,r,e.x,e.y,e.w,e.h,0,-1,1,1),this.dependencyTracker?.recordBBox(t,s,0,1,-1,0),s.restore();n&&this.canvasFactory.destroy(n),this.dependencyTracker?.recordOperation(t),this.compose()}paintSolidColorImageMask(t){this.contentVisible&&(this.dependencyTracker?.resetBBox(t).recordBBox(t,this.ctx,0,1,0,1).recordDependencies(t,t9).recordOperation(t),this.ctx.fillRect(0,0,1,1),this.compose())}markPoint(t,e){}markPointProps(t,e,i){}beginMarkedContent(t,e){this.dependencyTracker?.beginMarkedContent(t),this.markedContentStack.push({visible:!0})}beginMarkedContentProps(t,e,i){this.dependencyTracker?.beginMarkedContent(t),"OC"===e?this.markedContentStack.push({visible:this.optionalContentConfig.isVisible(i)}):this.markedContentStack.push({visible:!0}),this.contentVisible=this.isContentVisible()}endMarkedContent(t){this.dependencyTracker?.endMarkedContent(t),this.markedContentStack.pop(),this.contentVisible=this.isContentVisible()}beginCompat(t){}endCompat(t){}consumePath(t,e,i){let r=this.current.isEmptyClip();this.pendingClip&&this.current.updateClipFromPath(),this.pendingClip||this.compose(i);let s=this.ctx;this.pendingClip?(r||(this.pendingClip===e2?s.clip(e,"evenodd"):s.clip(e)),this.pendingClip=null,this.dependencyTracker?.bboxToClipBoxDropOperation(t).recordFutureForcedDependency("clipPath",t)):this.dependencyTracker?.recordOperation(t),this.current.startNewPathAndClipBox(this.current.clipBox)}getSinglePixelWidth(){if(!this._cachedGetSinglePixelWidth){let t=tm(this.ctx);if(0===t[1]&&0===t[2])this._cachedGetSinglePixelWidth=1/Math.min(Math.abs(t[0]),Math.abs(t[3]));else{let e=Math.abs(t[0]*t[3]-t[2]*t[1]),i=Math.hypot(t[0],t[2]),r=Math.hypot(t[1],t[3]);this._cachedGetSinglePixelWidth=Math.max(i,r)/e}}return this._cachedGetSinglePixelWidth}getScaleForStroking(){if(-1===this._cachedScaleForStroking[0]){let t,e,{lineWidth:i}=this.current,{a:r,b:s,c:n,d:a}=this.ctx.getTransform();if(0===s&&0===n){let s=Math.abs(r),n=Math.abs(a);if(s===n)if(0===i)t=e=1/s;else{let r=s*i;t=e=r<1?1/r:1}else if(0===i)t=1/s,e=1/n;else{let r=s*i,a=n*i;t=r<1?1/r:1,e=a<1?1/a:1}}else{let o=Math.abs(r*a-s*n),l=Math.hypot(r,s),h=Math.hypot(n,a);if(0===i)t=h/o,e=l/o;else{let r=i*o;t=h>r?h/r:1,e=l>r?l/r:1}}this._cachedScaleForStroking[0]=t,this._cachedScaleForStroking[1]=e}return this._cachedScaleForStroking}rescaleAndStroke(t,e){let{ctx:i,current:{lineWidth:r}}=this,[s,n]=this.getScaleForStroking();if(s===n){i.lineWidth=(r||1)*s,i.stroke(t);return}let a=i.getLineDash();e&&i.save(),i.scale(s,n),eG.a=1/s,eG.d=1/n;let o=new Path2D;if(o.addPath(t,eG),a.length>0){let t=Math.max(s,n);i.setLineDash(a.map(e=>e/t)),i.lineDashOffset/=t}i.lineWidth=r||1,i.stroke(o),e&&i.restore()}isContentVisible(){for(let t=this.markedContentStack.length-1;t>=0;t--)if(!this.markedContentStack[t].visible)return!1;return!0}}for(let t in A)void 0!==e5.prototype[t]&&(e5.prototype[A[t]]=e5.prototype[t]);class e3{#rf=null;#rb=null;_fullReader=null;_rangeReaders=new Set;_source=null;constructor(t,e,i){this._source=t,this.#rf=e,this.#rb=i}get _progressiveDataLength(){return this._fullReader?._loaded??0}getFullReader(){return E(!this._fullReader,"BasePDFStream.getFullReader can only be called once."),this._fullReader=new this.#rf(this)}getRangeReader(t,e){if(e<=this._progressiveDataLength)return null;let i=new this.#rb(this,t,e);return this._rangeReaders.add(i),i}cancelAllRequests(t){for(let e of(this._fullReader?.cancel(t),new Set(this._rangeReaders)))e.cancel(t)}}class e6{onProgress=null;_contentLength=0;_filename=null;_headersCapability=Promise.withResolvers();_isRangeSupported=!1;_isStreamingSupported=!1;_loaded=0;_stream=null;constructor(t){this._stream=t}_callOnProgress(){this.onProgress?.({loaded:this._loaded,total:this._contentLength})}get headersReady(){return this._headersCapability.promise}get filename(){return this._filename}get contentLength(){return this._contentLength}get isRangeSupported(){return this._isRangeSupported}get isStreamingSupported(){return this._isStreamingSupported}async read(){T("Abstract method `read` called")}cancel(t){T("Abstract method `cancel` called")}}class e4{_stream=null;constructor(t,e,i){this._stream=t}async read(){T("Abstract method `read` called")}cancel(t){T("Abstract method `cancel` called")}}function e9(t,e){let i=new Headers;if(!t||!e||"object"!=typeof e)return i;for(let t in e){let r=e[t];void 0!==r&&i.append(t,r)}return i}function e8(t){return URL.parse(t)?.origin??null}function e7({responseHeaders:t,isHttp:e,rangeChunkSize:i,disableRange:r}){let s={contentLength:0,isRangeSupported:!1},n=parseInt(t.get("Content-Length"),10);return Number.isInteger(n)&&(s.contentLength=n,n<=2*i||r||!e||"bytes"!==t.get("Accept-Ranges")||"identity"===(t.get("Content-Encoding")||"identity")&&(s.isRangeSupported=!0)),s}function it(t){let e=t.get("Content-Disposition");if(e){let t=function(t){let e=!0,i=r("filename\\*","i").exec(t);if(i){let t=a(i=i[1]);return n(t=l(t=o(t=unescape(t))))}if(i=function(t){let e,i=[],s=r("filename\\*((?!0\\d)\\d+)(\\*?)","ig");for(;null!==(e=s.exec(t));){let[,t,r,s]=e;if((t=parseInt(t,10))in i){if(0===t)break;continue}i[t]=[r,s]}let n=[];for(let t=0;t<i.length&&t in i;++t){let[e,r]=i[t];r=a(r),e&&(r=unescape(r),0===t&&(r=o(r))),n.push(r)}return n.join("")}(t))return n(l(i));if(i=r("filename","i").exec(t)){let t=a(i=i[1]);return n(t=l(t))}function r(t,e){return RegExp("(?:^|;)\\s*"+t+'\\s*=\\s*([^";\\s][^;\\s]*|"(?:[^"\\\\]|\\\\"?)+"?)',e)}function s(t,i){if(t){if(!/^[\x00-\xFF]+$/.test(i))return i;try{let r=new TextDecoder(t,{fatal:!0}),s=N(i);i=r.decode(s),e=!1}catch{}}return i}function n(t){return e&&/[\x80-\xff]/.test(t)&&(t=s("utf-8",t),e&&(t=s("iso-8859-1",t))),t}function a(t){if(t.startsWith('"')){let e=t.slice(1).split('\\"');for(let t=0;t<e.length;++t){let i=e[t].indexOf('"');-1!==i&&(e[t]=e[t].slice(0,i),e.length=t+1),e[t]=e[t].replaceAll(/\\(.)/g,"$1")}t=e.join('"')}return t}function o(t){let e=t.indexOf("'");return -1===e?t:s(t.slice(0,e),t.slice(e+1).replace(/^[^']*'/,""))}function l(t){return!t.startsWith("=?")||/[\x00-\x19\x80-\xff]/.test(t)?t:t.replaceAll(/=\?([\w-]*)\?([QqBb])\?((?:[^?]|\?(?!=))*)\?=/g,function(t,e,i,r){if("q"===i||"Q"===i)return s(e,r=(r=r.replaceAll("_"," ")).replaceAll(/=([0-9a-fA-F]{2})/g,function(t,e){return String.fromCharCode(parseInt(e,16))}));try{r=atob(r)}catch{}return s(e,r)})}return""}(e);if(t.includes("%"))try{t=decodeURIComponent(t)}catch{}if(ts(t))return t}return null}function ie(t,e){return new F(`Unexpected server response (${t}) while retrieving PDF "${e.href}".`,t,404===t||0===t&&"file:"===e.protocol)}function ii(t,e){if(t!==e)throw Error(`Expected range response-origin "${t}" to match "${e}".`)}function ir(t,e,i,r){return fetch(t,{method:"GET",headers:e,signal:r.signal,mode:"cors",credentials:i?"include":"same-origin",redirect:"follow"})}function is(t,e){if(200!==t&&206!==t)throw ie(t,e)}function ia(t){if(t instanceof Uint8Array)return t.buffer;if(t instanceof ArrayBuffer)return t;throw Error(`getArrayBuffer - unexpected data: ${t}`)}class io extends e3{_responseOrigin=null;constructor(t){super(t,il,ih);const{httpHeaders:e,url:i}=t;E(/https?:/.test(i.protocol),"PDFFetchStream only supports http(s):// URLs."),this.headers=e9(!0,e)}}class il extends e6{_abortController=new AbortController;_reader=null;constructor(t){super(t);const{disableRange:e,disableStream:i,rangeChunkSize:r,url:s,withCredentials:n}=t._source;this._isStreamingSupported=!i,ir(s,new Headers(t.headers),n,this._abortController).then(i=>{t._responseOrigin=e8(i.url),is(i.status,s),this._reader=i.body.getReader();let n=i.headers,{contentLength:a,isRangeSupported:o}=e7({responseHeaders:n,isHttp:!0,rangeChunkSize:r,disableRange:e});this._contentLength=a,this._isRangeSupported=o,this._filename=it(n),!this._isStreamingSupported&&this._isRangeSupported&&this.cancel(new O("Streaming is disabled.")),this._headersCapability.resolve()}).catch(this._headersCapability.reject)}async read(){await this._headersCapability.promise;let{value:t,done:e}=await this._reader.read();return e?{value:t,done:e}:(this._loaded+=t.byteLength,this._callOnProgress(),{value:ia(t),done:!1})}cancel(t){this._reader?.cancel(t),this._abortController.abort()}}class ih extends e4{_abortController=new AbortController;_readCapability=Promise.withResolvers();_reader=null;constructor(t,e,i){super(t,e,i);const{url:r,withCredentials:s}=t._source,n=new Headers(t.headers);n.append("Range",`bytes=${e}-${i-1}`),ir(r,n,s,this._abortController).then(e=>{ii(e8(e.url),t._responseOrigin),is(e.status,r),this._reader=e.body.getReader(),this._readCapability.resolve()}).catch(this._readCapability.reject)}async read(){await this._readCapability.promise;let{value:t,done:e}=await this._reader.read();return e?{value:t,done:e}:{value:ia(t),done:!1}}cancel(t){this._reader?.cancel(t),this._abortController.abort()}}function id(t){return t instanceof Uint8Array&&t.byteLength===t.buffer.byteLength?t.buffer:new Uint8Array(t).buffer}function ic(){for(let t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0}o(116);class iu extends e3{_progressiveDone=!1;_queuedChunks=[];constructor(t){super(t,ip,ig);const{pdfDataRangeTransport:e}=t,{initialData:i,progressiveDone:r}=e;if(i?.length>0){const t=id(i);this._queuedChunks.push(t)}this._progressiveDone=r;const s=t=>{switch(t.type){case"range":case"progressiveRead":this.#rv(t.begin,t.chunk);break;case"progressiveDone":this._fullReader?.progressiveDone(),this._progressiveDone=!0}};e.transportReady(s)}#rv(t,e){let i=id(e);if(void 0===t)this._fullReader?this._fullReader._enqueue(i):this._queuedChunks.push(i);else{let e=this._rangeReaders.keys().find(e=>e._begin===t);E(e,"#onReceiveData - no `PDFDataTransportStreamRangeReader` instance found."),e._enqueue(i)}}getFullReader(){let t=super.getFullReader();return this._queuedChunks=null,t}getRangeReader(t,e){let i=super.getRangeReader(t,e);return i&&(i.onDone=()=>this._rangeReaders.delete(i),this._source.pdfDataRangeTransport.requestDataRange(t,e)),i}cancelAllRequests(t){super.cancelAllRequests(t),this._source.pdfDataRangeTransport.abort()}}class ip extends e6{#ry=ic.bind(this);_done=!1;_queuedChunks=null;_requests=[];constructor(t){super(t);const{pdfDataRangeTransport:e,disableRange:i,disableStream:r}=t._source,{length:s,contentDispositionFilename:n}=e;for(const e of(this._queuedChunks=t._queuedChunks||[],this._queuedChunks))this._loaded+=e.byteLength;this._done=t._progressiveDone,this._contentLength=s,this._isStreamingSupported=!r,this._isRangeSupported=!i,ts(n)&&(this._filename=n),this._headersCapability.resolve();const a=this._loaded;Promise.resolve().then(()=>{a>0&&this._loaded===a&&this._callOnProgress()})}_enqueue(t){this._done||(this._requests.length>0?this._requests.shift().resolve({value:t,done:!1}):this._queuedChunks.push(t),this._loaded+=t.byteLength,this._callOnProgress())}async read(){if(this._queuedChunks.length>0)return{value:this._queuedChunks.shift(),done:!1};if(this._done)return{value:void 0,done:!0};let t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0,this.#ry()}progressiveDone(){this._done||=!0,0===this._queuedChunks.length&&this.#ry()}}class ig extends e4{#ry=ic.bind(this);onDone=null;_begin=-1;_done=!1;_queuedChunk=null;_requests=[];constructor(t,e,i){super(t,e,i),this._begin=e}_enqueue(t){this._done||(0===this._requests.length?this._queuedChunk=t:(this._requests.shift().resolve({value:t,done:!1}),this.#ry()),this._done=!0,this.onDone?.())}async read(){if(this._queuedChunk){let t=this._queuedChunk;return this._queuedChunk=null,{value:t,done:!1}}if(this._done)return{value:void 0,done:!0};let t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0,this.#ry(),this.onDone?.()}}class im extends e3{#rA=new WeakMap;_responseOrigin=null;constructor(t){super(t,ib,iv);const{httpHeaders:e,url:i}=t;this.url=i,this.isHttp=/https?:/.test(i.protocol),this.headers=e9(this.isHttp,e)}_request(t){let e=new XMLHttpRequest,i={validateStatus:null,onHeadersReceived:t.onHeadersReceived,onDone:t.onDone,onError:t.onError,onProgress:t.onProgress};for(let[t,r]of(this.#rA.set(e,i),e.open("GET",this.url),e.withCredentials=this._source.withCredentials,this.headers))e.setRequestHeader(t,r);return this.isHttp&&"begin"in t&&"end"in t?(e.setRequestHeader("Range",`bytes=${t.begin}-${t.end-1}`),i.validateStatus=t=>206===t||200===t):i.validateStatus=t=>200===t,e.responseType="arraybuffer",E(t.onError,"Expected `onError` callback to be provided."),e.onerror=()=>t.onError(e.status),e.onreadystatechange=this.#rx.bind(this,e),e.onprogress=this.#rw.bind(this,e),e.send(null),e}#rw(t,e){let i=this.#rA.get(t);i?.onProgress?.(e)}#rx(t,e){var i;let r=this.#rA.get(t);if(!r||(t.readyState>=2&&r.onHeadersReceived&&(r.onHeadersReceived(),delete r.onHeadersReceived),4!==t.readyState||!this.#rA.has(t)))return;if(this.#rA.delete(t),0===t.status&&this.isHttp)return void r.onError(t.status);let s=t.status||200;if(!r.validateStatus(s))return void r.onError(t.status);let n="string"!=typeof(i=t.response)?i:N(i).buffer;if(206===s){let e=t.getResponseHeader("Content-Range");/bytes (\d+)-(\d+)\/(\d+)/.test(e)?r.onDone(n):(S('Missing or invalid "Content-Range" header.'),r.onError(0))}else n?r.onDone(n):r.onError(t.status)}_abortRequest(t){this.#rA.has(t)&&(this.#rA.delete(t),t.abort())}getRangeReader(t,e){let i=super.getRangeReader(t,e);return i&&(i.onClosed=()=>this._rangeReaders.delete(i)),i}}class ib extends e6{#ry=ic.bind(this);_cachedChunks=[];_done=!1;_requests=[];_storedError=null;constructor(t){super(t),this._fullRequestXhr=t._request({onHeadersReceived:this.#r_.bind(this),onDone:this.#rS.bind(this),onError:this.#rT.bind(this),onProgress:this.#rw.bind(this)})}#r_(){let t=this._stream,{disableRange:e,rangeChunkSize:i}=t._source,r=this._fullRequestXhr;t._responseOrigin=e8(r.responseURL);let s=r.getAllResponseHeaders(),n=new Headers(s?s.trimStart().replace(/[^\S ]+$/,"").split(/[\r\n]+/).map(t=>{let[e,...i]=t.split(": ");return[e,i.join(": ")]}):[]),{contentLength:a,isRangeSupported:o}=e7({responseHeaders:n,isHttp:t.isHttp,rangeChunkSize:i,disableRange:e});this._contentLength=a,this._isRangeSupported=o,this._filename=it(n),this._isRangeSupported&&t._abortRequest(r),this._headersCapability.resolve()}#rS(t){this._requests.length>0?this._requests.shift().resolve({value:t,done:!1}):this._cachedChunks.push(t),this._done=!0,0===this._cachedChunks.length&&this.#ry()}#rT(t){for(let e of(this._storedError=ie(t,this._stream.url),this._headersCapability.reject(this._storedError),this._requests))e.reject(this._storedError);this._requests.length=0,this._cachedChunks.length=0}#rw(t){this.onProgress?.({loaded:t.loaded,total:t.lengthComputable?t.total:this._contentLength})}async read(){if(await this._headersCapability.promise,this._storedError)throw this._storedError;if(this._cachedChunks.length>0)return{value:this._cachedChunks.shift(),done:!1};if(this._done)return{value:void 0,done:!0};let t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0,this._headersCapability.reject(t),this.#ry(),this._stream._abortRequest(this._fullRequestXhr),this._fullRequestXhr=null}}class iv extends e4{#ry=ic.bind(this);onClosed=null;_done=!1;_queuedChunk=null;_requests=[];_storedError=null;constructor(t,e,i){super(t,e,i),this._requestXhr=t._request({begin:e,end:i,onHeadersReceived:this.#r_.bind(this),onDone:this.#rS.bind(this),onError:this.#rT.bind(this),onProgress:null})}#r_(){let t=e8(this._requestXhr?.responseURL);try{ii(t,this._stream._responseOrigin)}catch(t){this._storedError=t,this.#rT(0)}}#rS(t){this._requests.length>0?this._requests.shift().resolve({value:t,done:!1}):this._queuedChunk=t,this._done=!0,this.#ry(),this.onClosed?.()}#rT(t){for(let e of(this._storedError??=ie(t,this._stream.url),this._requests))e.reject(this._storedError);this._requests.length=0,this._queuedChunk=null}async read(){if(this._storedError)throw this._storedError;if(null!==this._queuedChunk){let t=this._queuedChunk;return this._queuedChunk=null,{value:t,done:!1}}if(this._done)return{value:void 0,done:!0};let t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0,this.#ry(),this._stream._abortRequest(this._requestXhr),this.onClosed?.()}}function iy(t,e=null){let i=r.getBuiltinModule("fs"),{Readable:s}=r.getBuiltinModule("stream"),n=i.createReadStream(t,e);return s.toWeb(n)}class iA extends e3{constructor(t){super(t,ix,iw);const{url:e}=t;E("file:"===e.protocol,"PDFNodeStream only supports file:// URLs.")}}class ix extends e6{_reader=null;constructor(t){super(t);const{disableRange:e,disableStream:i,rangeChunkSize:s,url:n}=t._source;this._isStreamingSupported=!i,r.getBuiltinModule("fs/promises").lstat(n).then(t=>{let i=iy(n);this._reader=i.getReader();let{size:r}=t;this._contentLength=r,this._isRangeSupported=!e&&r>2*s,!this._isStreamingSupported&&this._isRangeSupported&&this.cancel(new O("Streaming is disabled.")),this._headersCapability.resolve()}).catch(t=>{"ENOENT"===t.code&&(t=ie(0,n)),this._headersCapability.reject(t)})}async read(){await this._headersCapability.promise;let{value:t,done:e}=await this._reader.read();return e?{value:t,done:e}:(this._loaded+=t.byteLength,this._callOnProgress(),{value:ia(t),done:!1})}cancel(t){this._reader?.cancel(t)}}class iw extends e4{_readCapability=Promise.withResolvers();_reader=null;constructor(t,e,i){super(t,e,i);const{url:r}=t._source;try{const t=iy(r,{start:e,end:i-1});this._reader=t.getReader(),this._readCapability.resolve()}catch(t){this._readCapability.reject(t)}}async read(){await this._readCapability.promise;let{value:t,done:e}=await this._reader.read();return e?{value:t,done:e}:{value:ia(t),done:!1}}cancel(t){this._reader?.cancel(t)}}class i_{static #rE=null;static #rC="";static get workerPort(){return this.#rE}static set workerPort(t){if(!("u">typeof Worker&&t instanceof Worker)&&null!==t)throw Error("Invalid `workerPort` type.");this.#rE=t}static get workerSrc(){return this.#rC}static set workerSrc(t){if("string"!=typeof t)throw Error("Invalid `workerSrc` type.");this.#rC=t}}class iS{#rM;#rP;constructor({parsedData:t,rawData:e}){this.#rM=t,this.#rP=e}getRaw(){return this.#rP}get(t){return this.#rM.get(t)??null}[Symbol.iterator](){return this.#rM.entries()}}let iT=Symbol("INTERNAL");class iE{#rk=!1;#rD=!1;#rI=!1;#rR=!0;constructor(t,{name:e,intent:i,usage:r,rbGroups:s}){this.#rk=!!(2&t),this.#rD=!!(4&t),this.name=e,this.intent=i,this.usage=r,this.rbGroups=s}get visible(){if(this.#rI)return this.#rR;if(!this.#rR)return!1;let{print:t,view:e}=this.usage;return this.#rk?e?.viewState!=="OFF":!this.#rD||t?.printState!=="OFF"}_setVisible(t,e,i=!1){t!==iT&&T("Internal method `_setVisible` called."),this.#rI=i,this.#rR=e}}class iC{#rB=null;#rF=new Map;#rL=null;#rO=null;constructor(t,e=2){if(this.renderingIntent=e,this.name=null,this.creator=null,null===t)return;for(const i of(this.name=t.name,this.creator=t.creator,this.#rO=t.order,t.groups))this.#rF.set(i.id,new iE(e,i));if("OFF"===t.baseState)for(const t of this.#rF.values())t._setVisible(iT,!1);for(const e of t.on)this.#rF.get(e)._setVisible(iT,!0);for(const e of t.off)this.#rF.get(e)._setVisible(iT,!1);this.#rL=this.getHash()}#rN(t){let e=t.length;if(e<2)return!0;let i=t[0];for(let r=1;r<e;r++){let e,s=t[r];if(Array.isArray(s))e=this.#rN(s);else{if(!this.#rF.has(s))return S(`Optional content group not found: ${s}`),!0;e=this.#rF.get(s).visible}switch(i){case"And":if(!e)return!1;break;case"Or":if(e)return!0;break;case"Not":return!e;default:return!0}}return"And"===i}isVisible(t){if(0===this.#rF.size)return!0;if(!t)return _("Optional content group not defined."),!0;if("OCG"===t.type)return this.#rF.has(t.id)?this.#rF.get(t.id).visible:(S(`Optional content group not found: ${t.id}`),!0);if("OCMD"===t.type){if(t.expression)return this.#rN(t.expression);if(t.policy&&"AnyOn"!==t.policy){if("AllOn"===t.policy){for(let e of t.ids){if(!this.#rF.has(e)){S(`Optional content group not found: ${e}`);break}if(!this.#rF.get(e).visible)return!1}return!0}else if("AnyOff"===t.policy){for(let e of t.ids){if(!this.#rF.has(e))return S(`Optional content group not found: ${e}`),!0;if(!this.#rF.get(e).visible)return!0}return!1}else if("AllOff"===t.policy){for(let e of t.ids){if(!this.#rF.has(e)){S(`Optional content group not found: ${e}`);break}if(this.#rF.get(e).visible)return!1}return!0}}else{for(let e of t.ids){if(!this.#rF.has(e))return S(`Optional content group not found: ${e}`),!0;if(this.#rF.get(e).visible)return!0}return!1}return S(`Unknown optional content policy ${t.policy}.`),!0}return S(`Unknown group type ${t.type}.`),!0}setVisibility(t,e=!0,i=!0){let r=this.#rF.get(t);if(!r)return void S(`Optional content group not found: ${t}`);if(i&&e&&r.rbGroups.length)for(let e of r.rbGroups)for(let i of e)i!==t&&this.#rF.get(i)?._setVisible(iT,!1,!0);r._setVisible(iT,!!e,!0),this.#rB=null}setOCGState({state:t,preserveRB:e}){let i;for(let r of t){switch(r){case"ON":case"OFF":case"Toggle":i=r;continue}let t=this.#rF.get(r);if(t)switch(i){case"ON":this.setVisibility(r,!0,e);break;case"OFF":this.setVisibility(r,!1,e);break;case"Toggle":this.setVisibility(r,!t.visible,e)}}this.#rB=null}get hasInitialVisibility(){return null===this.#rL||this.getHash()===this.#rL}getOrder(){return this.#rF.size?this.#rO?this.#rO.slice():[...this.#rF.keys()]:null}getGroup(t){return this.#rF.get(t)||null}getHash(){if(null!==this.#rB)return this.#rB;let t=new tW;for(let[e,i]of this.#rF)t.update(`${e}:${i.visible}`);return this.#rB=t.hexdigest()}[Symbol.iterator](){return this.#rF.entries()}}class iM{#rU=null;#rz=null;#rH=0;#rj=null;#r$=null;get pagesNumber(){return this.#rH}set pagesNumber(t){this.#rH!==t&&(this.#rH=t,this.#rU=null,this.#rz=null)}#rG(){if(this.#rU)return;let t=this.#rH,e=this.#rU=new Uint32Array(t);for(let i=0;i<t;i++)e[i]=i+1;this.#rz=new Int32Array(e)}#rV(){let t=new Map,e=this.#rU;for(let i=0,r=this.#rH;i<r;i++){let r=e[i],s=t.get(r);s?s.push(i+1):t.set(r,[i+1])}return t}movePages(t,e,i){this.#rG();let r=this.#rU,s=this.#rV(),n=e.length,a=new Uint32Array(n),o=0;for(let t=0;t<n;t++){let s=e[t]-1;a[t]=r[s],s<i&&o++}let l=this.#rH,h=l-n,d=K(i-o,0,h);for(let e=0,i=0;e<l;e++)t.has(e+1)||(r[i++]=r[e]);r.copyWithin(d+n,d,h),r.set(a,d),this.#rW(s),r.every((t,e)=>t===e+1)&&(this.#rU=null)}deletePages(t){this.#rG();let e=this.#rU,i=this.#rV();this.#r$={pageNumberToId:e.slice(),pagesNumber:this.#rH,prevPageNumbers:this.#rz.slice()};let r=this.#rH-t.length;this.#rH=r;let s=this.#rU=new Uint32Array(r);this.#rz=new Int32Array(r);let n=0,a=0;for(let i of t){let t=i-1;t!==n&&(s.set(e.subarray(n,t),a),a+=t-n),n=t+1}n<e.length&&s.set(e.subarray(n),a),this.#rW(i,new Set(t))}cancelDelete(){this.#r$&&(this.#rU=this.#r$.pageNumberToId,this.#rH=this.#r$.pagesNumber,this.#rz=this.#r$.prevPageNumbers,this.#r$=null)}cleanSavedData(){this.#r$=null}copyPages(t){this.#rG(),this.#rj={pageNumbers:t,pageIds:t.map(t=>this.#rU[t-1])}}cancelCopy(){this.#rj=null}pastePages(t){this.#rG();let e=this.#rU,i=this.#rV(),{pageNumbers:r,pageIds:s}=this.#rj,n=this.#rH+r.length;this.#rH=n;let a=this.#rU=new Uint32Array(n);this.#rz=new Int32Array(n),a.set(e.subarray(0,t),0),a.set(s,t),a.set(e.subarray(t),t+r.length),this.#rW(i,null,t,r),this.#rj=null}#rW(t,e=null,i=-1,r=null){let s=this.#rz,n=this.#rU,a=i+(r?.length??0),o=new Map;for(let l=0,h=this.#rH;l<h;l++){if(l>=i&&l<a){s[l]=-r[l-i];continue}let h=n[l],d=t.get(h),c=o.get(h)||0;if(e&&d)for(;c<d.length&&e.has(d[c]);)c++;s[l]=d?.[c],o.set(h,c+1)}}hasBeenAltered(){return null!==this.#rU}getPageMappingForSaving(t=null){t??=this.#rV();let e=0;for(let i of t.values())e=Math.max(e,i.length);let i=Array(e);for(let t=0;t<e;t++)i[t]={document:null,pageIndices:[],includePages:[]};for(let[e,r]of t)for(let t=0,s=r.length;t<s;t++)i[t].includePages.push([e-1,r[t]-1]);for(let{includePages:t,pageIndices:e}of i){t.sort((t,e)=>t[0]-e[0]);for(let i=0,r=t.length;i<r;i++)e.push(t[i][1]),t[i]=t[i][0]}return i}extractPages(t){t=Array.from(t).sort((t,e)=>t-e);let e=new Map;for(let i=0,r=t.length;i<r;i++){let r=this.getPageId(t[i]);e.getOrInsertComputed(r,W).push(i+1)}return this.getPageMappingForSaving(e)}getPrevPageNumber(t){return this.#rz?.[t-1]??0}getPageNumber(t){if(!this.#rU)return t;let e=this.#rU;for(let i=0,r=this.#rH;i<r;i++)if(e[i]===t)return i+1;return 0}getPageId(t){return this.#rU?.[t-1]??t}getMapping(){return this.#rU?.subarray(0,this.pagesNumber)}}let iP=Symbol("INITIAL_DATA"),ik=()=>({...Promise.withResolvers(),data:iP});class iD{#rX=new Map;get(t,e=null){if(e){let i=this.#rX.getOrInsertComputed(t,ik);return i.promise.then(()=>e(i.data)),null}let i=this.#rX.get(t);if(!i||i.data===iP)throw Error(`Requesting object that isn't resolved yet ${t}.`);return i.data}has(t){let e=this.#rX.get(t);return!!e&&e.data!==iP}delete(t){let e=this.#rX.get(t);return!!e&&e.data!==iP&&(this.#rX.delete(t),!0)}resolve(t,e=null){let i=this.#rX.getOrInsertComputed(t,ik);if(i.data!==iP)throw Error(`Object already resolved ${t}.`);i.data=e,i.resolve()}clear(){for(let{data:t}of this.#rX.values())t?.bitmap?.close();this.#rX.clear()}*[Symbol.iterator](){for(let[t,{data:e}]of this.#rX)e!==iP&&(yield[t,e])}}class iI{#rq=Promise.withResolvers();#tC=null;#rK=!1;#rY=!!globalThis.FontInspector?.enabled;#rJ=null;#rQ=null;#rZ=null;#r0=0;#r1=0;#r2=null;#r5=null;#r3=0;#r6=0;#r4=Object.create(null);#r9=[];#r8=null;#r7=[];#st=new WeakMap;#se=null;static #si=new Map;static #sr=new Map;static #ss=new WeakMap;static #sn=null;static #sa=new Set;constructor({textContentSource:t,images:e,container:i,viewport:r}){if(t instanceof ReadableStream)this.#r8=t;else if("object"==typeof t)this.#r8=new ReadableStream({start(e){e.enqueue(t),e.close()}});else throw Error('No "textContentSource" parameter specified.');this.#tC=this.#r5=i,this.#rJ=e,this.#r6=r.scale*tv.pixelRatio,this.#r3=r.rotation,this.#rZ={div:null,properties:null,ctx:null};const{pageWidth:s,pageHeight:n,pageX:a,pageY:o}=r.rawDims;this.#se=[1,0,0,-1,-a,o+n],this.#r1=s,this.#r0=n,iI.#so(),i.style.setProperty("--min-font-size",iI.#sn),tb(i,r),this.#rq.promise.finally(()=>{iI.#sa.delete(this),this.#rZ=null,this.#r4=null}).catch(()=>{})}static get fontFamilyMap(){let{isWindows:t,isFirefox:e}=U.platform;return k(this,"fontFamilyMap",new Map([["sans-serif",`${t&&e?"Calibri, ":""}sans-serif`],["monospace",`${t&&e?"Lucida Console, ":""}monospace`]]))}render(){this.#rJ&&this.#tC.append(this.#rJ.render());let t=()=>{this.#r2.read().then(({value:e,done:i})=>{i?this.#rq.resolve():(this.#rQ??=e.lang,Object.assign(this.#r4,e.styles),this.#sl(e.items),t())},this.#rq.reject)};return this.#r2=this.#r8.getReader(),iI.#sa.add(this),t(),this.#rq.promise}update({viewport:t,onBefore:e=null}){let i=t.scale*tv.pixelRatio,r=t.rotation;if(r!==this.#r3&&(e?.(),this.#r3=r,tb(this.#r5,{rotation:r})),i!==this.#r6){e?.(),this.#r6=i;let t={div:null,properties:null,ctx:iI.#sh(this.#rQ)};for(let e of this.#r7)t.properties=this.#st.get(e),t.div=e,this.#sd(t)}}cancel(){let t=new O("TextLayer task cancelled.");this.#r2?.cancel(t).catch(()=>{}),this.#r2=null,this.#rq.reject(t)}get textDivs(){return this.#r7}get textContentItemsStr(){return this.#r9}#sl(t){if(this.#rK)return;this.#rZ.ctx??=iI.#sh(this.#rQ);let e=this.#r7,i=this.#r9;for(let r of t){if(e.length>1e5){S("Ignoring additional textDivs for performance reasons."),this.#rK=!0;return}if(void 0===r.str){if("beginMarkedContentProps"===r.type||"beginMarkedContent"===r.type){let t=this.#tC;this.#tC=document.createElement("span"),this.#tC.classList.add("markedContent"),r.id&&this.#tC.setAttribute("id",`${r.id}`),"Artifact"===r.tag&&(this.#tC.ariaHidden=!0),t.append(this.#tC)}else"endMarkedContent"===r.type&&(this.#tC=this.#tC.parentNode);continue}i.push(r.str),this.#sc(r)}}#sc(t){let e,i,r=document.createElement("span"),s={angle:0,canvasWidth:0,hasText:""!==t.str,hasEOL:t.hasEOL,fontSize:0};this.#r7.push(r);let n=z.transform(this.#se,t.transform),a=Math.atan2(n[1],n[0]),o=this.#r4[t.fontName];o.vertical&&(a+=Math.PI/2);let l=this.#rY&&o.fontSubstitution||o.fontFamily;l=iI.fontFamilyMap.get(l)||l;let h=Math.hypot(n[2],n[3]),d=h*iI.#su(l,o,this.#rQ);0===a?(e=n[4],i=n[5]-d):(e=n[4]+d*Math.sin(a),i=n[5]-d*Math.cos(a));let c=r.style;c.left=`${(100*e/this.#r1).toFixed(2)}%`,c.top=`${(100*i/this.#r0).toFixed(2)}%`,c.setProperty("--font-height",`${h.toFixed(2)}px`),c.fontFamily=l,s.fontSize=h,r.setAttribute("role","presentation"),r.textContent=t.str,r.dir=t.dir,this.#rY&&(r.dataset.fontName=o.fontSubstitutionLoadedName||t.fontName),0!==a&&(s.angle=180/Math.PI*a);let u=!1;if(t.str.length>1)u=!0;else if(" "!==t.str&&t.transform[0]!==t.transform[3]){let e=Math.abs(t.transform[0]),i=Math.abs(t.transform[3]);e!==i&&Math.max(e,i)/Math.min(e,i)>1.5&&(u=!0)}if(u&&(s.canvasWidth=o.vertical?t.height:t.width),this.#st.set(r,s),this.#rZ.div=r,this.#rZ.properties=s,this.#sd(this.#rZ),s.hasText&&this.#tC.append(r),s.hasEOL){let t=document.createElement("br");t.setAttribute("role","presentation"),this.#tC.append(t)}}#sd(t){let{div:e,properties:i,ctx:r}=t,{style:s}=e;if(0!==i.canvasWidth&&i.hasText){let{fontFamily:t}=s,{canvasWidth:n,fontSize:a}=i;iI.#sp(r,a*this.#r6,t);let{width:o}=r.measureText(e.textContent);o>0&&s.setProperty("--scale-x",n*this.#r6/o)}0!==i.angle&&s.setProperty("--rotate",`${i.angle}deg`)}static cleanup(){if(!(this.#sa.size>0)){for(let{canvas:t}of(this.#si.clear(),this.#sr.values()))t.remove();this.#sr.clear()}}static #sh(t=null){let e=this.#sr.get(t||="");if(!e){let i=document.createElement("canvas");i.className="hiddenCanvasElement",i.lang=t,document.body.append(i),e=i.getContext("2d",{alpha:!1,willReadFrequently:!0}),this.#sr.set(t,e),this.#ss.set(e,{size:0,family:""})}return e}static #sp(t,e,i){let r=this.#ss.get(t);(e!==r.size||i!==r.family)&&(t.font=`${e}px ${i}`,r.size=e,r.family=i)}static #so(){if(null!==this.#sn)return;let t=document.createElement("div");t.style.opacity=0,t.style.lineHeight=1,t.style.fontSize="1px",t.style.position="absolute",t.textContent="X",document.body.append(t),this.#sn=t.getBoundingClientRect().height,t.remove()}static #su(t,e,i){let r=this.#si.get(t);if(r)return r;let s=this.#sh(i);s.canvas.width=s.canvas.height=30,this.#sp(s,30,t);let n=s.measureText(""),a=n.fontBoundingBoxAscent,o=Math.abs(n.fontBoundingBoxDescent);s.canvas.width=s.canvas.height=0;let l=.8;return a?l=a/(a+o):(U.platform.isFirefox&&S("Enable the `dom.textMetrics.fontBoundingBox.enabled` preference in `about:config` to improve TextLayer rendering."),e.ascent?l=e.ascent:e.descent&&(l=1+e.descent)),this.#si.set(t,l),l}}function iR(t={}){"string"==typeof t||t instanceof URL?t={url:t}:(t instanceof ArrayBuffer||ArrayBuffer.isView(t))&&(t={data:t});let e=new iB,{docId:i}=e,n=t.url?function(t){if(t instanceof URL)return t;if("string"==typeof t){if(l)return new URL(/^[a-z][a-z0-9\-+.]+:/i.test(t)?t:r.getBuiltinModule("url").pathToFileURL(t));let e=URL.parse(t,window.location);if(e)return e}throw Error("Invalid PDF url data: either string or URL-object is expected in the url property.")}(t.url):null,a=t.data?function(t){if(l&&void 0!==s&&t instanceof s)throw Error("Please provide binary data as `Uint8Array`, rather than `Buffer`.");if(t instanceof Uint8Array&&t.byteLength===t.buffer.byteLength)return t;if("string"==typeof t)return N(t);if(t instanceof ArrayBuffer||ArrayBuffer.isView(t)||"object"==typeof t&&!isNaN(t?.length))return new Uint8Array(t);throw Error("Invalid PDF binary data: either TypedArray, string, or array-like object is expected in the data property.")}(t.data):null,o=t.httpHeaders||null,h=!0===t.withCredentials,d=t.password??null,c=t.range instanceof iF?t.range:null,u=Number.isInteger(t.rangeChunkSize)&&t.rangeChunkSize>0?t.rangeChunkSize:65536,p=t.worker instanceof iN?t.worker:null,g=t.verbosity,m="string"!=typeof t.docBaseUrl||tr(t.docBaseUrl)?null:t.docBaseUrl,f=em(t.cMapUrl),b=!1!==t.cMapPacked,v=em(t.iccUrl),y=em(t.standardFontDataUrl),A=em(t.wasmUrl),x=!0!==t.stopAtErrors,_=Number.isInteger(t.maxImageSize)&&t.maxImageSize>-1?t.maxImageSize:-1,S="boolean"==typeof t.isOffscreenCanvasSupported?t.isOffscreenCanvasSupported:!l,T="boolean"==typeof t.isImageDecoderSupported?t.isImageDecoderSupported:!l&&(U.platform.isFirefox||!globalThis.chrome),E=Number.isInteger(t.canvasMaxAreaInBytes)?t.canvasMaxAreaInBytes:-1,C="boolean"==typeof t.disableFontFace?t.disableFontFace:l,M=!0===t.fontExtraProperties,P=!0===t.enableXfa,k=t.ownerDocument||globalThis.document,D=!0===t.disableRange,I=!0===t.disableStream,R=!0===t.disableAutoFetch,B=!0===t.pdfBug,F=t.CanvasFactory||(l?ek:eT),L=t.FilterFactory||(l?eP:eC),O=t.BinaryDataFactory||(l?eD:e_),z=!0===t.enableHWA,H=!0===t.enableWebGPU?eB.init():Promise.resolve(!1),j=!1!==t.useWasm,$=t.pagesMapper||new iM,G="boolean"==typeof t.useSystemFonts?t.useSystemFonts:!l&&!C,V="boolean"==typeof t.useWorkerFetch?t.useWorkerFetch:!!(O===e_&&f&&b&&y&&A&&tl(f,document.baseURI)&&tl(y,document.baseURI)&&tl(A,document.baseURI));Number.isInteger(g)&&(w=g);let W={canvasFactory:new F({ownerDocument:k,enableHWA:z}),filterFactory:new L({docId:i,ownerDocument:k}),binaryDataFactory:V?null:new O({cMapUrl:f,standardFontDataUrl:y,wasmUrl:A})};p||(e._worker=p=iN.create({verbosity:g,port:i_.workerPort}));let X={docId:i,apiVersion:"5.7.284",data:a,password:d,disableAutoFetch:R,rangeChunkSize:u,docBaseUrl:m,enableXfa:P,evaluatorOptions:{maxImageSize:_,disableFontFace:C,ignoreErrors:x,isOffscreenCanvasSupported:S,isImageDecoderSupported:T,canvasMaxAreaInBytes:E,fontExtraProperties:M,useSystemFonts:G,useWasm:j,useWorkerFetch:V,cMapUrl:f,cMapPacked:b,iccUrl:v,standardFontDataUrl:y,wasmUrl:A,hasGPU:!1}},q={ownerDocument:k,pdfBug:B,styleElement:null,enableHWA:z,loadingParams:{disableAutoFetch:R,enableXfa:P}};return Promise.all([p.promise,H]).then(function([,t]){let r;if(e.destroyed)throw Error("Loading aborted");if(p.destroyed)throw Error("Worker was destroyed");X.evaluatorOptions.hasGPU=t;let s=p.messageHandler.sendWithPromise("GetDocRequest",X,a?[a.buffer]:null);if(a);else if(c)r=new iu({pdfDataRangeTransport:c,disableRange:D,disableStream:I});else if(n)r=new(tl(n)?io:l?iA:im)({url:n,httpHeaders:o,withCredentials:h,rangeChunkSize:u,disableRange:D,disableStream:I});else throw Error("getDocument - expected either `data`, `range`, or `url` parameter.");return s.then(t=>{if(e.destroyed)throw Error("Loading aborted");if(p.destroyed)throw Error("Worker was destroyed");let s=new ex(i,t,p.port),n=new iU(s,e,r,q,W,$);e._transport=n,s.send("Ready",null)})}).catch(e._capability.reject),e}class iB{static #i3=0;_capability=Promise.withResolvers();_transport=null;_worker=null;docId=`d${iB.#i3++}`;destroyed=!1;onPassword=null;onProgress=null;get promise(){return this._capability.promise}async destroy(){this.destroyed=!0;try{this._worker?.port&&(this._worker._pendingDestroy=!0),await this._transport?.destroy()}catch(t){throw this._worker?.port&&delete this._worker._pendingDestroy,t}this._transport=null,this._worker?.destroy(),this._worker=null}async getData(){return this._transport.getData()}}class iF{#rq=Promise.withResolvers();#sg=null;constructor(t,e,i=!1,r=null){this.length=t,this.initialData=e,this.progressiveDone=i,this.contentDispositionFilename=r,Object.defineProperty(this,"onDataProgress",{value:()=>{console.log("Deprecated API usage: `PDFDataRangeTransport.prototype.onDataProgress` - method was removed, since loading progress is now reported automatically through the `PDFDataTransportStream` class (and related code).")}})}onDataRange(t,e){this.#sg({type:"range",begin:t,chunk:e})}onDataProgressiveRead(t){this.#rq.promise.then(()=>{this.#sg({type:"progressiveRead",chunk:t})})}onDataProgressiveDone(){this.#rq.promise.then(()=>{this.#sg({type:"progressiveDone"})})}transportReady(t){this.#sg=t,this.#rq.resolve()}requestDataRange(t,e){T("Abstract method PDFDataRangeTransport.requestDataRange")}abort(){}}class iL{constructor(t,e){this._pdfInfo=t,this._transport=e}get pagesMapper(){return this._transport.pagesMapper}get annotationStorage(){return this._transport.annotationStorage}get canvasFactory(){return this._transport.canvasFactory}get filterFactory(){return this._transport.filterFactory}get numPages(){return this._pdfInfo.numPages}get fingerprints(){return this._pdfInfo.fingerprints}get isPureXfa(){return k(this,"isPureXfa",!!this._transport._htmlForXfa)}get allXfaHtml(){return this._transport._htmlForXfa}getPage(t){return this._transport.getPage(t)}getPageIndex(t){return this._transport.getPageIndex(t)}getDestinations(){return this._transport.getDestinations()}getDestination(t){return this._transport.getDestination(t)}getPageLabels(){return this._transport.getPageLabels()}getPageLayout(){return this._transport.getPageLayout()}getPageMode(){return this._transport.getPageMode()}getViewerPreferences(){return this._transport.getViewerPreferences()}getOpenAction(){return this._transport.getOpenAction()}getAttachments(){return this._transport.getAttachments()}getAnnotationsByType(t,e){return this._transport.getAnnotationsByType(t,e)}getJSActions(){return this._transport.getDocJSActions()}getOutline(){return this._transport.getOutline()}getOptionalContentConfig({intent:t="display"}={}){let{renderingIntent:e}=this._transport.getRenderingIntent(t);return this._transport.getOptionalContentConfig(e)}getPermissions(){return this._transport.getPermissions()}getMetadata(){return this._transport.getMetadata()}getMarkInfo(){return this._transport.getMarkInfo()}getData(){return this._transport.getData()}saveDocument(){return this._transport.saveDocument()}extractPages(t){return this._transport.extractPages(t)}getDownloadInfo(){return this._transport.downloadInfoCapability.promise}getRawData(t){return this._transport.getRawData(t)}cleanup(t=!1){return this._transport.startCleanup(t||this.isPureXfa)}destroy(){return this.loadingTask.destroy()}cachedPageNumber(t){return this._transport.cachedPageNumber(t)}get loadingParams(){return this._transport.loadingParams}get loadingTask(){return this._transport.loadingTask}getFieldObjects(){return this._transport.getFieldObjects()}hasJSActions(){return this._transport.hasJSActions()}getCalculationOrderIds(){return this._transport.getCalculationOrderIds()}}class iO{#sm=!1;#sf=null;constructor(t,e,i,r,s=!1){this._pageIndex=t,this._pageInfo=e,this._transport=i,this._stats=s?new to:null,this._pdfBug=s,this.commonObjs=i.commonObjs,this.objs=new iD,this._intentStates=new Map,this.destroyed=!1,this.recordedBBoxes=null,this.#sf=r,this.imageCoordinates=null}clone(t){let e=new iO(t,this._pageInfo,this._transport,this.#sf,this._pdfBug);return e.clonedFromIndex=this.clonedFromIndex??this._pageIndex,this._transport.updatePage(e),e}get pageNumber(){return this._pageIndex+1}set pageNumber(t){this._pageIndex=t-1,this._transport.updatePage(this)}get rotate(){return this._pageInfo.rotate}get ref(){return this._pageInfo.ref}get userUnit(){return this._pageInfo.userUnit}get view(){return this._pageInfo.view}getViewport({scale:t,rotation:e=this.rotate,offsetX:i=0,offsetY:r=0,dontFlip:s=!1}={}){return new te({viewBox:this.view,userUnit:this.userUnit,scale:t,rotation:e,offsetX:i,offsetY:r,dontFlip:s})}getAnnotations({intent:t="display"}={}){let{renderingIntent:e}=this._transport.getRenderingIntent(t);return this._transport.getAnnotations(this._pageIndex,e)}getJSActions(){return this._transport.getPageJSActions(this._pageIndex)}get filterFactory(){return this._transport.filterFactory}get isPureXfa(){return k(this,"isPureXfa",!!this._transport._htmlForXfa)}async getXfa(){return this._transport._htmlForXfa?.children[this._pageIndex]||null}render({canvasContext:t,canvas:e=t.canvas,viewport:i,intent:r="display",annotationMode:s=u.ENABLE,transform:n=null,background:a=null,optionalContentConfigPromise:o=null,annotationCanvasMap:l=null,pageColors:h=null,printAnnotationStorage:d=null,isEditing:c=!1,recordImages:p=!1,recordOperations:g=!1,operationsFilter:m=null}){this._stats?.time("Overall");let f=this._transport.getRenderingIntent(r,s,d,c),{renderingIntent:b,cacheKey:v}=f;this.#sm=!1,o||=this._transport.getOptionalContentConfig(b);let y=this._intentStates.getOrInsertComputed(v,q);y.streamReaderCancelTimeout&&(clearTimeout(y.streamReaderCancelTimeout),y.streamReaderCancelTimeout=null);let A=!!(4&b);y.displayReadyCapability||(y.displayReadyCapability=Promise.withResolvers(),y.operatorList={fnArray:[],argsArray:[],lastChunk:!1,separateAnnots:null},this._stats?.time("Page Request"),this._pumpOperatorList(f));let x=!!(this._pdfBug&&globalThis.StepperManager?.enabled),w=!!e&&!this.recordedBBoxes&&(g||x),_=!!e&&!this.imageCoordinates&&p,S=t=>{if(y.renderTasks.delete(C),w){let t=C.gfx?.dependencyTracker.take();t&&(C.stepper?.setOperatorBBoxes(t,C.gfx.dependencyTracker.takeDebugMetadata()),g&&(this.recordedBBoxes=t))}_&&!t&&(this.imageCoordinates=C.gfx?.imagesTracker.take()),A&&(this.#sm=!0),this.#sb(),t?(C.capability.reject(t),this._abortOperatorList({intentState:y,reason:t instanceof Error?t:Error(t)})):C.capability.resolve(),this._stats&&(this._stats.timeEnd("Rendering"),this._stats.timeEnd("Overall"),globalThis.Stats?.enabled&&globalThis.Stats.add(this.pageNumber,this._stats))},T=null,E=null;(w||_)&&(E=new t5(e,y.operatorList.length)),w&&(T=new t3(E,x));let C=new iH({callback:S,params:{canvas:e,canvasContext:t,dependencyTracker:T??E,imagesTracker:_?new er(e):null,viewport:i,transform:n,background:a},objs:this.objs,commonObjs:this.commonObjs,annotationCanvasMap:l,operatorList:y.operatorList,pageIndex:this._pageIndex,canvasFactory:this._transport.canvasFactory,filterFactory:this._transport.filterFactory,useRequestAnimationFrame:!A,pdfBug:this._pdfBug,pageColors:h,enableHWA:this._transport.enableHWA,operationsFilter:m});(y.renderTasks||=new Set).add(C);let M=C.task;return Promise.all([y.displayReadyCapability.promise,o]).then(([t,e])=>{if(this.destroyed)return void S();if(this._stats?.time("Rendering"),!(e.renderingIntent&b))throw Error("Must use the same `intent`-argument when calling the `PDFPageProxy.render` and `PDFDocumentProxy.getOptionalContentConfig` methods.");C.initializeGraphics({transparency:t,optionalContentConfig:e}),C.operatorListChanged()}).catch(S),M}getOperatorList({intent:t="display",annotationMode:e=u.ENABLE,printAnnotationStorage:i=null,isEditing:r=!1}={}){let s,n=this._transport.getRenderingIntent(t,e,i,r,!0),a=this._intentStates.getOrInsertComputed(n.cacheKey,q);return a.opListReadCapability||((s=Object.create(null)).operatorListChanged=function(){a.operatorList.lastChunk&&(a.opListReadCapability.resolve(a.operatorList),a.renderTasks.delete(s))},a.opListReadCapability=Promise.withResolvers(),(a.renderTasks||=new Set).add(s),a.operatorList={fnArray:[],argsArray:[],lastChunk:!1,separateAnnots:null},this._stats?.time("Page Request"),this._pumpOperatorList(n)),a.opListReadCapability.promise}streamTextContent({includeMarkedContent:t=!1,disableNormalization:e=!1}={}){return this._transport.messageHandler.sendWithStream("GetTextContent",{pageId:this.#sf.getPageId(this._pageIndex+1)-1,pageIndex:this._pageIndex,includeMarkedContent:!0===t,disableNormalization:!0===e},{highWaterMark:100,size:t=>t.items.length})}async getTextContent(t={}){if(this._transport._htmlForXfa)return this.getXfa().then(t=>Y.textContent(t));let e=this.streamTextContent(t),i={items:[],styles:Object.create(null),lang:null};for await(let t of e)i.lang??=t.lang,Object.assign(i.styles,t.styles),i.items.push(...t.items);return i}getStructTree(){return this._transport.getStructTree(this._pageIndex)}_destroy(){this.destroyed=!0;let t=[];for(let e of this._intentStates.values())if(this._abortOperatorList({intentState:e,reason:Error("Page was destroyed."),force:!0}),!e.opListReadCapability)for(let i of e.renderTasks)t.push(i.completed),i.cancel();return this.objs.clear(),this.#sm=!1,Promise.all(t)}cleanup(t=!1){this.#sm=!0;let e=this.#sb();return t&&e&&(this._stats&&=new to),e}#sb(){if(!this.#sm||this.destroyed)return!1;for(let{renderTasks:t,operatorList:e}of this._intentStates.values())if(t.size>0||!e.lastChunk)return!1;return this._intentStates.clear(),this.objs.clear(),this.#sm=!1,!0}_startRenderPage(t,e){let i=this._intentStates.get(e);i&&(this._stats?.timeEnd("Page Request"),i.displayReadyCapability?.resolve(t))}_renderPageChunk(t,e){for(let i=0,r=t.length;i<r;i++)e.operatorList.fnArray.push(t.fnArray[i]),e.operatorList.argsArray.push(t.argsArray[i]);for(let i of(e.operatorList.lastChunk=t.lastChunk,e.operatorList.separateAnnots=t.separateAnnots,e.renderTasks))i.operatorListChanged();t.lastChunk&&this.#sb()}_pumpOperatorList({renderingIntent:t,cacheKey:e,annotationStorageSerializable:i,modifiedIds:r}){let{map:s,transfer:n}=i,a=this._transport.messageHandler.sendWithStream("GetOperatorList",{pageId:this.#sf.getPageId(this._pageIndex+1)-1,pageIndex:this._pageIndex,intent:t,cacheKey:e,annotationStorage:s,modifiedIds:r},void 0,n).getReader(),o=this._intentStates.get(e);o.streamReader=a;let l=()=>{a.read().then(({value:t,done:e})=>{if(e){o.streamReader=null;return}this._transport.destroyed||(this._renderPageChunk(t,o),l())},t=>{if(o.streamReader=null,!this._transport.destroyed){if(o.operatorList){for(let t of(o.operatorList.lastChunk=!0,o.renderTasks))t.operatorListChanged();this.#sb()}if(o.displayReadyCapability)o.displayReadyCapability.reject(t);else if(o.opListReadCapability)o.opListReadCapability.reject(t);else throw t}})};l()}_abortOperatorList({intentState:t,reason:e,force:i=!1}){if(t.streamReader){if(t.streamReaderCancelTimeout&&(clearTimeout(t.streamReaderCancelTimeout),t.streamReaderCancelTimeout=null),!i){if(t.renderTasks.size>0)return;if(e instanceof ti){let i=100;e.extraDelay>0&&e.extraDelay<1e3&&(i+=e.extraDelay),t.streamReaderCancelTimeout=setTimeout(()=>{t.streamReaderCancelTimeout=null,this._abortOperatorList({intentState:t,reason:e,force:!0})},i);return}}if(t.streamReader.cancel(new O(e.message)).catch(()=>{}),t.streamReader=null,!this._transport.destroyed){for(let[e,i]of this._intentStates)if(i===t){this._intentStates.delete(e);break}this.cleanup()}}}get stats(){return this._stats}}class iN{#rq=Promise.withResolvers();#sv=null;#rE=null;#sy=null;static #sA=0;static #sx=!1;static #sw=new WeakMap;static{l&&(this.#sx=!0,i_.workerSrc||="./pdf.worker.mjs"),this._isSameOrigin=(t,e)=>{let i=URL.parse(t);if(!i?.origin||"null"===i.origin)return!1;let r=new URL(e,i);return i.origin===r.origin},this._createCDNWrapper=t=>{let e=`await import("${t}");`;return URL.createObjectURL(new Blob([e],{type:"text/javascript"}))}}constructor({name:t=null,port:e=null,verbosity:i=w}={}){if(this.name=t,this.destroyed=!1,this.verbosity=i,e){if(iN.#sw.has(e))throw Error("Cannot use more than one PDFWorker per port.");iN.#sw.set(e,this),this.#s_(e)}else this.#sS()}get promise(){return this.#rq.promise}#sT(){this.#rq.resolve(),this.#sv.send("configure",{verbosity:this.verbosity})}get port(){return this.#rE}get messageHandler(){return this.#sv}#s_(t){this.#rE=t,this.#sv=new ex("main","worker",t),this.#sv.on("ready",()=>{}),this.#sT()}#sS(){if(iN.#sx||iN.#sE)return void this.#sC();let{workerSrc:t}=iN;try{iN._isSameOrigin(window.location,t)||(t=iN._createCDNWrapper(new URL(t,window.location).href));let e=new Worker(t,{type:"module"}),i=new ex("main","worker",e),r=()=>{s.abort(),i.destroy(),e.terminate(),this.destroyed?this.#rq.reject(Error("Worker was destroyed")):this.#sC()},s=new AbortController;e.addEventListener("error",()=>{this.#sy||r()},{signal:s.signal}),i.on("test",t=>{(s.abort(),this.destroyed||!t)?r():(this.#sv=i,this.#rE=e,this.#sy=e,this.#sT())}),i.on("ready",t=>{if(s.abort(),this.destroyed)return void r();try{n()}catch{this.#sC()}});let n=()=>{let t=new Uint8Array;i.send("test",t,[t.buffer])};n();return}catch{_("The worker has been disabled.")}this.#sC()}#sC(){iN.#sx||(S("Setting up fake worker."),iN.#sx=!0),iN._setupFakeWorkerGlobal.then(t=>{if(this.destroyed)return void this.#rq.reject(Error("Worker was destroyed"));let e=new ev;this.#rE=e;let i=`fake${iN.#sA++}`,r=new ex(i+"_worker",i,e);t.setup(r,e),this.#sv=new ex(i,i+"_worker",e),this.#sT()}).catch(t=>{this.#rq.reject(Error(`Setting up fake worker failed: "${t.message}".`))})}destroy(){this.destroyed=!0,this.#sy?.terminate(),this.#sy=null,iN.#sw.delete(this.#rE),this.#rE=null,this.#sv?.destroy(),this.#sv=null}static create(t){let e=this.#sw.get(t?.port);if(e){if(e._pendingDestroy)throw Error("PDFWorker.create - the worker is being destroyed.\nPlease remember to await `PDFDocumentLoadingTask.destroy()`-calls.");return e}return new iN(t)}static get workerSrc(){if(i_.workerSrc)return i_.workerSrc;throw Error('No "GlobalWorkerOptions.workerSrc" specified.')}static get #sE(){try{return globalThis.pdfjsWorker?.WorkerMessageHandler||null}catch{return null}}static get _setupFakeWorkerGlobal(){return k(this,"_setupFakeWorkerGlobal",(async()=>this.#sE?this.#sE:(await import(this.workerSrc)).WorkerMessageHandler)())}}class iU{downloadInfoCapability=Promise.withResolvers();#sM=null;#sP=new Map;#sk=null;#sD=new Map;#sI=new Map;#sR=new Map;#sB=null;constructor(t,e,i,r,s,n){this.messageHandler=t,this.loadingTask=e,this.#sk=i,this.commonObjs=new iD,this.fontLoader=new es({ownerDocument:r.ownerDocument,styleElement:r.styleElement}),this.enableHWA=r.enableHWA,this.loadingParams=r.loadingParams,this._params=r,this.canvasFactory=s.canvasFactory,this.filterFactory=s.filterFactory,this.binaryDataFactory=s.binaryDataFactory,this.pagesMapper=n,this.destroyed=!1,this.destroyCapability=null,this.setupMessageHandler()}updatePage(t){let{_pageIndex:e}=t;this.#sD.set(e,t),this.#sI.set(e,Promise.resolve(t))}#sF(t,e=null){return this.#sP.getOrInsertComputed(t,()=>this.messageHandler.sendWithPromise(t,e))}#rw({loaded:t,total:e}){this.loadingTask.onProgress?.({loaded:t,total:e,percent:e?K(Math.round(t/e*100),0,100):NaN})}get annotationStorage(){return k(this,"annotationStorage",new tq)}getRenderingIntent(t,e=u.ENABLE,i=null,r=!1,s=!1){let n=2,a=tX;switch(t){case"any":n=1;break;case"display":break;case"print":n=4;break;default:S(`getRenderingIntent - invalid intent: ${t}`)}let o=4&n&&i instanceof tK?i:this.annotationStorage;switch(e){case u.DISABLE:n+=64;break;case u.ENABLE:break;case u.ENABLE_FORMS:n+=16;break;case u.ENABLE_STORAGE:n+=32,a=o.serializable;break;default:S(`getRenderingIntent - invalid annotationMode: ${e}`)}r&&(n+=128),s&&(n+=256);let{ids:l,hash:h}=o.modifiedIds,d=[n,a.hash,h];return{renderingIntent:n,cacheKey:d.join("_"),annotationStorageSerializable:a,modifiedIds:l}}destroy(){if(this.destroyCapability)return this.destroyCapability.promise;this.destroyed=!0,this.destroyCapability=Promise.withResolvers(),this.#sB?.reject(Error("Worker was destroyed during onPassword callback"));let t=[];for(let e of this.#sD.values())t.push(e._destroy());this.#sD.clear(),this.#sI.clear(),this.#sR.clear(),Object.hasOwn(this,"annotationStorage")&&this.annotationStorage.resetModified();let e=this.messageHandler.sendWithPromise("Terminate",null);return t.push(e),Promise.all(t).then(()=>{this.commonObjs.clear(),this.fontLoader.clear(),this.#sP.clear(),this.filterFactory.destroy(),iI.cleanup(),this.#sk?.cancelAllRequests(new O("Worker was terminated.")),this.messageHandler?.destroy(),this.messageHandler=null,this.destroyCapability.resolve()},this.destroyCapability.reject),this.destroyCapability.promise}setupMessageHandler(){let{messageHandler:t,loadingTask:e}=this;t.on("GetReader",(t,e)=>{E(this.#sk,"GetReader - no `BasePDFStream` instance available."),this.#sM=this.#sk.getFullReader(),this.#sM.onProgress=t=>this.#rw(t),e.onPull=()=>{this.#sM.read().then(function({value:t,done:i}){i?e.close():(E(t instanceof ArrayBuffer,"GetReader - expected an ArrayBuffer."),e.enqueue(new Uint8Array(t),1,[t]))}).catch(t=>{e.error(t)})},e.onCancel=t=>{this.#sM.cancel(t),e.ready.catch(t=>{if(!this.destroyed)throw t})}}),t.on("ReaderHeadersReady",async t=>{await this.#sM.headersReady;let{isStreamingSupported:e,isRangeSupported:i,contentLength:r}=this.#sM;return e&&i&&(this.#sM.onProgress=null),{isStreamingSupported:e,isRangeSupported:i,contentLength:r}}),t.on("GetRangeReader",(t,e)=>{E(this.#sk,"GetRangeReader - no `BasePDFStream` instance available.");let i=this.#sk.getRangeReader(t.begin,t.end);i?(e.onPull=()=>{i.read().then(function({value:t,done:i}){i?e.close():(E(t instanceof ArrayBuffer,"GetRangeReader - expected an ArrayBuffer."),e.enqueue(new Uint8Array(t),1,[t]))}).catch(t=>{e.error(t)})},e.onCancel=t=>{i.cancel(t),e.ready.catch(t=>{if(!this.destroyed)throw t})}):e.close()}),t.on("GetDoc",({pdfInfo:t})=>{this.pagesMapper.pagesNumber=t.numPages,this._numPages=t.numPages,this._htmlForXfa=t.htmlForXfa,delete t.htmlForXfa,e._capability.resolve(new iL(t,this))}),t.on("DocException",t=>{e._capability.reject(eA(t))}),t.on("PasswordRequest",t=>{this.#sB=Promise.withResolvers();try{if(!e.onPassword)throw eA(t);let i=t=>{t instanceof Error?this.#sB.reject(t):this.#sB.resolve({password:t})};e.onPassword(i,t.code)}catch(t){this.#sB.reject(t)}return this.#sB.promise}),t.on("DataLoaded",t=>{this.#rw({loaded:t.length,total:t.length}),this.downloadInfoCapability.resolve(t)}),t.on("StartRenderPage",t=>{this.destroyed||this.#sD.get(t.pageIndex)._startRenderPage(t.transparency,t.cacheKey)}),t.on("commonobj",([e,i,r])=>{if(this.destroyed||this.commonObjs.has(e))return null;switch(i){case"Font":if("error"in r){let t=r.error;S(`Error during font loading: ${t}`),this.commonObjs.resolve(e,t);break}let s=new en(new eu(r),this._params.pdfBug&&globalThis.FontInspector?.enabled?(t,e)=>globalThis.FontInspector.fontAdded(t,e):null,r.charProcOperatorList,r.extra);this.fontLoader.bind(s).catch(()=>t.sendWithPromise("FontFallback",{id:e})).finally(()=>{s.fontExtraProperties||s.clearData(),this.commonObjs.resolve(e,s)});break;case"CopyLocalImage":let{imageRef:n}=r;for(let t of(E(n,"The imageRef must be defined."),this.#sD.values()))for(let[,i]of t.objs){if(i?.ref!==n)continue;if(!i.dataLen)return null;let t=structuredClone(i);return this.commonObjs.resolve(e,t),i.dataLen}break;case"FontPath":this.commonObjs.resolve(e,new eg(r));break;case"Image":this.commonObjs.resolve(e,r);break;case"Pattern":let a=new ep(r);this.commonObjs.resolve(e,a.getIR());break;default:throw Error(`Got unknown common object type ${i}`)}return null}),t.on("obj",([t,e,i,r])=>{if(this.destroyed)return;let s=this.#sD.get(e);if(!s.objs.has(t)){if(0===s._intentStates.size)return void r?.bitmap?.close();switch(i){case"Image":case"Pattern":s.objs.resolve(t,r);break;default:throw Error(`Got unknown object type ${i}`)}}}),t.on("DocProgress",t=>{this.destroyed||this.#rw(t)}),t.on("FetchBinaryData",async t=>{if(this.destroyed)throw Error("Worker was destroyed.");if(!this.binaryDataFactory)throw Error("`BinaryDataFactory` not initialized, see the `useWorkerFetch` parameter.");return this.binaryDataFactory.fetch(t)})}getData(){return this.messageHandler.sendWithPromise("GetData",null)}saveDocument(){this.annotationStorage.size<=0&&S("saveDocument called while `annotationStorage` is empty, please use the getData-method instead.");let{map:t,transfer:e}=this.annotationStorage.serializable;return this.messageHandler.sendWithPromise("SaveDocument",{isPureXfa:!!this._htmlForXfa,numPages:this._numPages,annotationStorage:t,filename:this.#sM?.filename??null},e).finally(()=>{this.annotationStorage.resetModified()})}extractPages(t){let e,i={pageInfos:t};if(this.annotationStorage.size>0){let{map:t,transfer:r}=this.annotationStorage.serializable;i.annotationStorage=t,e=r}return this.messageHandler.sendWithPromise("ExtractPages",i,e).finally(()=>{this.annotationStorage.resetModified()})}getPage(t){if(!Number.isInteger(t)||t<=0||t>this.pagesMapper.pagesNumber)return Promise.reject(Error("Invalid page request."));let e=t-1,i=this.pagesMapper.getPageId(t)-1,r=this.#sI.get(e);if(r)return r;let s=this.messageHandler.sendWithPromise("GetPage",{pageIndex:i}).then(t=>{if(this.destroyed)throw Error("Transport destroyed");t.refStr&&this.#sR.set(t.refStr,i);let r=new iO(e,t,this,this.pagesMapper,this._params.pdfBug);return this.#sD.set(e,r),r});return this.#sI.set(e,s),s}async getPageIndex(t){if(!ef(t))throw Error("Invalid pageIndex request.");let e=await this.messageHandler.sendWithPromise("GetPageIndex",{num:t.num,gen:t.gen}),i=this.pagesMapper.getPageNumber(e+1);if(0===i)throw Error("GetPageIndex: page has been removed.");return i-1}getAnnotations(t,e){return this.messageHandler.sendWithPromise("GetAnnotations",{pageIndex:this.pagesMapper.getPageId(t+1)-1,intent:e})}getFieldObjects(){return this.#sF("GetFieldObjects")}hasJSActions(){return this.#sF("HasJSActions")}getCalculationOrderIds(){return this.messageHandler.sendWithPromise("GetCalculationOrderIds",null)}getDestinations(){return this.messageHandler.sendWithPromise("GetDestinations",null)}getDestination(t){return"string"!=typeof t?Promise.reject(Error("Invalid destination request.")):this.messageHandler.sendWithPromise("GetDestination",{id:t})}getPageLabels(){return this.messageHandler.sendWithPromise("GetPageLabels",null)}getPageLayout(){return this.messageHandler.sendWithPromise("GetPageLayout",null)}getPageMode(){return this.messageHandler.sendWithPromise("GetPageMode",null)}getViewerPreferences(){return this.messageHandler.sendWithPromise("GetViewerPreferences",null)}getOpenAction(){return this.messageHandler.sendWithPromise("GetOpenAction",null)}getAttachments(){return this.messageHandler.sendWithPromise("GetAttachments",null)}getAnnotationsByType(t,e){return this.messageHandler.sendWithPromise("GetAnnotationsByType",{types:t,pageIndexesToSkip:e})}getDocJSActions(){return this.#sF("GetDocJSActions")}getPageJSActions(t){return this.messageHandler.sendWithPromise("GetPageJSActions",{pageIndex:this.pagesMapper.getPageId(t+1)-1})}getStructTree(t){return this.messageHandler.sendWithPromise("GetStructTree",{pageIndex:this.pagesMapper.getPageId(t+1)-1})}getOutline(){return this.messageHandler.sendWithPromise("GetOutline",null)}getOptionalContentConfig(t){return this.#sF("GetOptionalContentConfig").then(e=>new iC(e,t))}getPermissions(){return this.messageHandler.sendWithPromise("GetPermissions",null)}getMetadata(){let t="GetMetadata";return this.#sP.getOrInsertComputed(t,()=>this.messageHandler.sendWithPromise(t,null).then(t=>({info:t[0],metadata:t[1]?new iS(t[1]):null,contentDispositionFilename:this.#sM?.filename??null,contentLength:this.#sM?.contentLength??null,hasStructTree:t[2]})))}getMarkInfo(){return this.messageHandler.sendWithPromise("GetMarkInfo",null)}getRawData(t){return this.messageHandler.sendWithPromise("GetRawData",t)}async startCleanup(t=!1){if(!this.destroyed){for(let t of(await this.messageHandler.sendWithPromise("Cleanup",null),this.#sD.values()))if(!t.cleanup())throw Error(`startCleanup: Page ${t.pageNumber} is currently rendering.`);this.commonObjs.clear(),t||this.fontLoader.clear(),this.#sP.clear(),this.filterFactory.destroy(!0),iI.cleanup()}}cachedPageNumber(t){if(!ef(t))return null;let e=0===t.gen?`${t.num}R`:`${t.num}R${t.gen}`,i=this.#sR.get(e);if(i>=0){let t=this.pagesMapper.getPageNumber(i+1);if(0!==t)return t}return null}}class iz{_internalRenderTask=null;onContinue=null;onError=null;constructor(t){this._internalRenderTask=t}get promise(){return this._internalRenderTask.capability.promise}cancel(t=0){this._internalRenderTask.cancel(null,t)}get separateAnnots(){let{separateAnnots:t}=this._internalRenderTask.operatorList;if(!t)return!1;let{annotationCanvasMap:e}=this._internalRenderTask;return t.form||t.canvas&&e?.size>0}get imageCoordinates(){return this._internalRenderTask.imageCoordinates||null}}class iH{#sL=null;static #sO=new WeakSet;constructor({callback:t,params:e,objs:i,commonObjs:r,annotationCanvasMap:s,operatorList:n,pageIndex:a,canvasFactory:o,filterFactory:l,useRequestAnimationFrame:h=!1,pdfBug:d=!1,pageColors:c=null,enableHWA:u=!1,operationsFilter:p=null}){this.callback=t,this.params=e,this.objs=i,this.commonObjs=r,this.annotationCanvasMap=s,this.operatorListIdx=null,this.operatorList=n,this._pageIndex=a,this.canvasFactory=o,this.filterFactory=l,this._pdfBug=d,this.pageColors=c,this.running=!1,this.graphicsReadyCallback=null,this.graphicsReady=!1,this._useRequestAnimationFrame=!0===h&&"u">typeof window,this.cancelled=!1,this.capability=Promise.withResolvers(),this.task=new iz(this),this._cancelBound=this.cancel.bind(this),this._continueBound=this._continue.bind(this),this._scheduleNextBound=this._scheduleNext.bind(this),this._nextBound=this._next.bind(this),this._canvas=e.canvas,this._canvasContext=e.canvas?null:e.canvasContext,this._enableHWA=u,this._dependencyTracker=e.dependencyTracker,this._imagesTracker=e.imagesTracker,this._operationsFilter=p}get completed(){return this.capability.promise.catch(function(){})}initializeGraphics({transparency:t=!1,optionalContentConfig:e}){if(this.cancelled)return;if(this._canvas){if(iH.#sO.has(this._canvas))throw Error("Cannot use the same canvas during multiple render() operations. Use different canvas or ensure previous operations were cancelled or completed.");iH.#sO.add(this._canvas)}this._pdfBug&&globalThis.StepperManager?.enabled&&(this.stepper=globalThis.StepperManager.create(this._pageIndex),this.stepper.init(this.operatorList),this.stepper.nextBreakPoint=this.stepper.getNextBreakPoint());let{viewport:i,transform:r,background:s,dependencyTracker:n,imagesTracker:a}=this.params,o=this._canvasContext||this._canvas.getContext("2d",{alpha:!1,willReadFrequently:!this._enableHWA});this.gfx=new e5(o,this.commonObjs,this.objs,this.canvasFactory,this.filterFactory,{optionalContentConfig:e},this.annotationCanvasMap,this.pageColors,n,a),this.gfx.beginDrawing({transform:r,viewport:i,transparency:t,background:s}),this.operatorListIdx=0,this.graphicsReady=!0,this.graphicsReadyCallback?.()}cancel(t=null,e=0){this.running=!1,this.cancelled=!0,this.gfx?.endDrawing(),this.#sL&&(window.cancelAnimationFrame(this.#sL),this.#sL=null),iH.#sO.delete(this._canvas),t||=new ti(`Rendering cancelled, page ${this._pageIndex+1}`,e),this.callback(t),this.task.onError?.(t)}operatorListChanged(){if(!this.graphicsReady){this.graphicsReadyCallback||=this._continueBound;return}this.gfx.dependencyTracker?.growOperationsCount(this.operatorList.fnArray.length),this.stepper?.updateOperatorList(this.operatorList),this.running||this._continue()}_continue(){this.running=!0,this.cancelled||(this.task.onContinue?this.task.onContinue(this._scheduleNextBound):this._scheduleNext())}_scheduleNext(){this._useRequestAnimationFrame?this.#sL=window.requestAnimationFrame(()=>{this.#sL=null,this._nextBound().catch(this._cancelBound)}):Promise.resolve().then(this._nextBound).catch(this._cancelBound)}async _next(){!this.cancelled&&(this.operatorListIdx=this.gfx.executeOperatorList(this.operatorList,this.operatorListIdx,this._continueBound,this.stepper,this._operationsFilter),this.operatorListIdx===this.operatorList.argsArray.length&&(this.running=!1,this.operatorList.lastChunk&&(this.gfx.endDrawing(),iH.#sO.delete(this._canvas),this.callback())))}}let ij="5.7.284",i$="7e5b36c2d";o(3068);class iG{#sN=null;#sU=null;#sz;#sH=null;#sj=!1;#s$=!1;#a=null;#sG;#sV=null;#v=null;static #sW=null;static get _keyboardManager(){return k(this,"_keyboardManager",new tN([[["Escape","mac+Escape"],iG.prototype._hideDropdownFromKeyboard],[[" ","mac+ "],iG.prototype._colorSelectFromKeyboard],[["ArrowDown","ArrowRight","mac+ArrowDown","mac+ArrowRight"],iG.prototype._moveToNext],[["ArrowUp","ArrowLeft","mac+ArrowUp","mac+ArrowLeft"],iG.prototype._moveToPrevious],[["Home","mac+Home"],iG.prototype._moveToBeginning],[["End","mac+End"],iG.prototype._moveToEnd]]))}constructor({editor:t=null,uiManager:e=null}){t?(this.#s$=!1,this.#a=t):this.#s$=!0,this.#v=t?._uiManager||e,this.#sG=this.#v._eventBus,this.#sz=t?.color?.toUpperCase()||this.#v?.highlightColors.values().next().value||"#FFFF98",iG.#sW||=Object.freeze({blue:"pdfjs-editor-colorpicker-blue",green:"pdfjs-editor-colorpicker-green",pink:"pdfjs-editor-colorpicker-pink",red:"pdfjs-editor-colorpicker-red",yellow:"pdfjs-editor-colorpicker-yellow"})}renderButton(){let t=this.#sN=document.createElement("button");t.className="colorPicker",t.tabIndex="0",t.setAttribute("data-l10n-id","pdfjs-editor-colorpicker-button"),t.ariaHasPopup="true",this.#a&&(t.ariaControls=`${this.#a.id}_colorpicker_dropdown`);let e=this.#v._signal;t.addEventListener("click",this.#sX.bind(this),{signal:e}),t.addEventListener("keydown",this.#sq.bind(this),{signal:e});let i=this.#sU=document.createElement("span");return i.className="swatch",i.ariaHidden="true",i.style.backgroundColor=this.#sz,t.append(i),t}renderMainDropdown(){let t=this.#sH=this.#sK();return t.ariaOrientation="horizontal",t.ariaLabelledBy="highlightColorPickerLabel",t}#sK(){let t=document.createElement("div"),e=this.#v._signal;for(let[i,r]of(t.addEventListener("contextmenu",th,{signal:e}),t.className="dropdown",t.role="listbox",t.ariaMultiSelectable="false",t.ariaOrientation="vertical",t.setAttribute("data-l10n-id","pdfjs-editor-colorpicker-dropdown"),this.#a&&(t.id=`${this.#a.id}_colorpicker_dropdown`),this.#v.highlightColors)){let s=document.createElement("button");s.tabIndex="0",s.role="option",s.setAttribute("data-color",r),s.title=i,s.setAttribute("data-l10n-id",iG.#sW[i]);let n=document.createElement("span");s.append(n),n.className="swatch",n.style.backgroundColor=r,s.ariaSelected=r===this.#sz,s.addEventListener("click",this.#sY.bind(this,r),{signal:e}),t.append(s)}return t.addEventListener("keydown",this.#sq.bind(this),{signal:e}),t}#sY(t,e){e.stopPropagation(),this.#sG.dispatch("switchannotationeditorparams",{source:this,type:m.HIGHLIGHT_COLOR,value:t}),this.updateColor(t)}_colorSelectFromKeyboard(t){if(t.target===this.#sN)return void this.#sX(t);let e=t.target.getAttribute("data-color");e&&this.#sY(e,t)}_moveToNext(t){this.#sJ?t.target===this.#sN?this.#sH.firstElementChild?.focus():t.target.nextSibling?.focus():this.#sX(t)}_moveToPrevious(t){if(t.target===this.#sH?.firstElementChild||t.target===this.#sN){this.#sJ&&this._hideDropdownFromKeyboard();return}this.#sJ||this.#sX(t),t.target.previousSibling?.focus()}_moveToBeginning(t){this.#sJ?this.#sH.firstElementChild?.focus():this.#sX(t)}_moveToEnd(t){this.#sJ?this.#sH.lastElementChild?.focus():this.#sX(t)}#sq(t){iG._keyboardManager.exec(this,t)}#sX(t){if(this.#sJ)return void this.hideDropdown();if(this.#sj=0===t.detail,this.#sV||(this.#sV=new AbortController,window.addEventListener("pointerdown",this.#p.bind(this),{signal:this.#v.combinedSignal(this.#sV)})),this.#sN.ariaExpanded="true",this.#sH)return void this.#sH.classList.remove("hidden");let e=this.#sH=this.#sK();this.#sN.append(e)}#p(t){this.#sH?.contains(t.target)||this.hideDropdown()}hideDropdown(){this.#sH?.classList.add("hidden"),this.#sN.ariaExpanded="false",this.#sV?.abort(),this.#sV=null}get #sJ(){return this.#sH&&!this.#sH.classList.contains("hidden")}_hideDropdownFromKeyboard(){if(!this.#s$){if(!this.#sJ)return void this.#a?.unselect();this.hideDropdown(),this.#sN.focus({preventScroll:!0,focusVisible:this.#sj})}}updateColor(t){if(this.#sU&&(this.#sU.style.backgroundColor=t),!this.#sH)return;let e=this.#v.highlightColors.values();for(let i of this.#sH.children)i.ariaSelected=e.next().value===t.toUpperCase()}destroy(){this.#sN?.remove(),this.#sN=null,this.#sU=null,this.#sH?.remove(),this.#sH=null}}class iV{#sQ=null;#sZ=!1;#a=null;#v=null;static #sW=null;constructor(t){this.#a=t,this.#v=t._uiManager,iV.#sW||=Object.freeze({freetext:"pdfjs-editor-color-picker-free-text-input",ink:"pdfjs-editor-color-picker-ink-input"})}renderButton(){if(this.#sQ)return this.#sQ;let{editorType:t,colorType:e,colorAndOpacityType:i,opacityType:r,color:s,opacity:n}=this.#a,a=this.#sZ=U.isAlphaColorInputSupported&&void 0!==r,o=this.#sQ=document.createElement("input");return o.type="color",a?(o.setAttribute("alpha",""),o.value=(s||"#000000")+z.hexNums[Math.round((n??1)*255)]):o.value=s||"#000000",o.className="basicColorPicker",o.tabIndex=0,o.setAttribute("data-l10n-id",iV.#sW[t]),o.addEventListener("input",()=>{if(a){let t=tp(o.value);if(!t)return;let[s,n,a,l]=t,h=z.makeHexColor(s,n,a);void 0!==i?this.#v.updateParams(i,{color:h,opacity:l}):(this.#v.updateParams(e,h),this.#v.updateParams(r,l))}else this.#v.updateParams(e,o.value)},{signal:this.#v._signal}),o}update(t){if(this.#sQ)if(this.#sZ){let e=z.hexNums[Math.round(255*this.#a.opacity)];this.#sQ.value=t+e}else this.#sQ.value=t}updateOpacity(t){if(!this.#sQ||!this.#sZ)return;let e=z.hexNums[Math.round(255*t)];this.#sQ.value=this.#a.color+e}destroy(){this.#sQ?.remove(),this.#sQ=null}hideDropdown(){}}function iW(t){return Math.floor(255*K(t,0,1)).toString(16).padStart(2,"0")}function iX(t){return 255*K(t,0,1)}o(531);class iq{static CMYK_G([t,e,i,r]){return["G",1-Math.min(1,.3*t+.59*i+.11*e+r)]}static G_CMYK([t]){return["CMYK",0,0,0,1-t]}static G_RGB([t]){return["RGB",t,t,t]}static G_rgb([t]){return[t=iX(t),t,t]}static G_HTML([t]){let e=iW(t);return`#${e}${e}${e}`}static RGB_G([t,e,i]){return["G",.3*t+.59*e+.11*i]}static RGB_rgb(t){return t.map(iX)}static RGB_HTML(t){return`#${t.map(iW).join("")}`}static T_HTML(){return"#00000000"}static T_rgb(){return[null]}static CMYK_RGB([t,e,i,r]){return["RGB",1-Math.min(1,t+r),1-Math.min(1,i+r),1-Math.min(1,e+r)]}static CMYK_rgb([t,e,i,r]){return[iX(1-Math.min(1,t+r)),iX(1-Math.min(1,i+r)),iX(1-Math.min(1,e+r))]}static CMYK_HTML(t){let e=this.CMYK_RGB(t).slice(1);return this.RGB_HTML(e)}static RGB_CMYK([t,e,i]){let r=1-t,s=1-e,n=1-i,a=Math.min(r,s,n);return["CMYK",r,s,n,a]}}class iK{create(t,e,i=!1){if(t<=0||e<=0)throw Error("Invalid SVG dimensions");let r=this._createSVG("svg:svg");return r.setAttribute("version","1.1"),i||(r.setAttribute("width",`${t}px`),r.setAttribute("height",`${e}px`)),r.setAttribute("preserveAspectRatio","none"),r.setAttribute("viewBox",`0 0 ${t} ${e}`),r}createElement(t){if("string"!=typeof t)throw Error("Invalid SVG element type");return this._createSVG(t)}_createSVG(t){T("Abstract method `_createSVG` called.")}}class iY extends iK{_createSVG(t){return document.createElementNS(Q,t)}}let iJ=new WeakSet,iQ=60*new Date().getTimezoneOffset()*1e3;class iZ{static create(t){switch(t.data.annotationType){case v.LINK:return new i2(t);case v.TEXT:return new i5(t);case v.WIDGET:switch(t.data.fieldType){case"Tx":return new i6(t);case"Btn":if(t.data.radioButton)return new i8(t);if(t.data.checkBox)return new i9(t);return new i7(t);case"Ch":return new rt(t);case"Sig":return new i4(t)}return new i3(t);case v.POPUP:return new re(t);case v.FREETEXT:return new rr(t);case v.LINE:return new rs(t);case v.SQUARE:return new rn(t);case v.CIRCLE:return new ra(t);case v.POLYLINE:return new ro(t);case v.CARET:return new rh(t);case v.INK:return new rd(t);case v.POLYGON:return new rl(t);case v.HIGHLIGHT:return new rc(t);case v.UNDERLINE:return new ru(t);case v.SQUIGGLY:return new rp(t);case v.STRIKEOUT:return new rg(t);case v.STAMP:return new rm(t);case v.FILEATTACHMENT:return new rf(t);default:return new i0(t)}}}class i0{#s0=null;#s1=!1;#s2=null;constructor(t,{isRenderable:e=!1,ignoreBorder:i=!1,createQuadrilaterals:r=!1}={}){this.isRenderable=e,this.data=t.data,this.layer=t.layer,this.linkService=t.linkService,this.downloadManager=t.downloadManager,this.imageResourcesPath=t.imageResourcesPath,this.renderForms=t.renderForms,this.svgFactory=t.svgFactory,this.annotationStorage=t.annotationStorage,this.enableComment=t.enableComment,this.enableScripting=t.enableScripting,this.hasJSActions=t.hasJSActions,this._fieldObjects=t.fieldObjects,this.parent=t.parent,this.hasOwnCommentButton=!1,e&&(this.contentElement=this.container=this._createContainer(i)),r&&this._createQuadrilaterals()}static _hasPopupData({contentsObj:t,richText:e}){return!!(t?.str||e?.str)}get _isEditable(){return this.data.isEditable}get hasPopupData(){return i0._hasPopupData(this.data)||this.enableComment&&!!this.commentText}get commentData(){let{data:t}=this,e=this.annotationStorage?.getEditor(t.id);return e?e.getData():t}get hasCommentButton(){return this.enableComment&&this.hasPopupElement}get commentButtonPosition(){let t=this.annotationStorage?.getEditor(this.data.id);if(t)return t.commentButtonPositionInPage;let{quadPoints:e,inkLists:i,rect:r}=this.data,s=-1/0,n=-1/0;if(e?.length>=8){for(let t=0;t<e.length;t+=8)e[t+1]>n?(n=e[t+1],s=e[t+2]):e[t+1]===n&&(s=Math.max(s,e[t+2]));return[s,n]}if(i?.length>=1){for(let t of i)for(let e=0,i=t.length;e<i;e+=2)t[e+1]>n?(n=t[e+1],s=t[e]):t[e+1]===n&&(s=Math.max(s,t[e]));if(s!==1/0)return[s,n]}return r?[r[2],r[3]]:null}_normalizePoint(t){let{page:{view:e},viewport:{rawDims:{pageWidth:i,pageHeight:r,pageX:s,pageY:n}}}=this.parent;return t[1]=e[3]-t[1]+e[1],t[0]=100*(t[0]-s)/i,t[1]=100*(t[1]-n)/r,t}get commentText(){let{data:t}=this;return this.annotationStorage.getRawValue(`${p}${t.id}`)?.popup?.contents||t.contentsObj?.str||""}set commentText(t){let{data:e}=this,i={deleted:!t,contents:t||""};this.annotationStorage.updateEditor(e.id,{popup:i})||this.annotationStorage.setValue(`${p}${e.id}`,{id:e.id,annotationType:e.annotationType,page:this.parent.page,popup:i,popupRef:e.popupRef,modificationDate:new Date}),t||this.removePopup()}removePopup(){(this.#s2?.popup||this.popup)?.remove(),this.#s2=this.popup=null}updateEdited(t){if(!this.container)return;t.rect&&(this.#s0||={rect:this.data.rect.slice(0)});let{rect:e,popup:i}=t;e&&this.#s5(e);let r=this.#s2?.popup||this.popup;!r&&i?.text&&(this._createPopup(i),r=this.#s2.popup),r&&(r.updateEdited(t),i?.deleted&&(r.remove(),this.#s2=null,this.popup=null))}resetEdited(){this.#s0&&(this.#s5(this.#s0.rect),this.#s2?.popup.resetEdited(),this.#s0=null)}#s5(t){let{container:{style:e},data:{rect:i,rotation:r},parent:{viewport:{rawDims:{pageWidth:s,pageHeight:n,pageX:a,pageY:o}}}}=this;i?.splice(0,4,...t),e.left=`${100*(t[0]-a)/s}%`,e.top=`${100*(n-t[3]+o)/n}%`,0===r?(e.width=`${100*(t[2]-t[0])/s}%`,e.height=`${100*(t[3]-t[1])/n}%`):this.setRotation(r)}_createContainer(t){let{data:e,parent:{page:i,viewport:r}}=this,s=document.createElement("section");s.setAttribute("data-annotation-id",e.id),this instanceof i3||this instanceof i2||(s.tabIndex=0);let{style:n}=s;if(n.zIndex=this.parent.zIndex,this.parent.zIndex+=2,e.alternativeText&&(s.title=e.alternativeText),e.noRotate&&s.classList.add("norotate"),!e.rect||this instanceof re){let{rotation:t}=e;return e.hasOwnCanvas||0===t||this.setRotation(t,s),s}let{width:a,height:o}=this;if(!t&&e.borderStyle.width>0){n.borderWidth=`${e.borderStyle.width}px`;let t=e.borderStyle.horizontalCornerRadius,i=e.borderStyle.verticalCornerRadius;switch(t>0||i>0?n.borderRadius=`calc(${t}px * var(--total-scale-factor)) / calc(${i}px * var(--total-scale-factor))`:this instanceof i8&&(n.borderRadius=`calc(${a}px * var(--total-scale-factor)) / calc(${o}px * var(--total-scale-factor))`),e.borderStyle.style){case 1:n.borderStyle="solid";break;case 2:n.borderStyle="dashed";break;case 3:S("Unimplemented border style: beveled");break;case 4:S("Unimplemented border style: inset");break;case 5:n.borderBottomStyle="solid"}let r=e.borderColor||null;r?(this.#s1=!0,n.borderColor=z.makeHexColor(...r)):n.borderWidth=0}let l=z.normalizeRect([e.rect[0],i.view[3]-e.rect[1]+i.view[1],e.rect[2],i.view[3]-e.rect[3]+i.view[1]]),{pageWidth:h,pageHeight:d,pageX:c,pageY:u}=r.rawDims;n.left=`${100*(l[0]-c)/h}%`,n.top=`${100*(l[1]-u)/d}%`;let{rotation:p}=e;return e.hasOwnCanvas||0===p?(n.width=`${100*a/h}%`,n.height=`${100*o/d}%`):this.setRotation(p,s),s}setRotation(t,e=this.container){if(!this.data.rect)return;let{pageWidth:i,pageHeight:r}=this.parent.viewport.rawDims,{width:s,height:n}=this;t%180!=0&&([s,n]=[n,s]),e.style.width=`${100*s/i}%`,e.style.height=`${100*n/r}%`,e.setAttribute("data-main-rotation",(360-t)%360)}get _commonActions(){let t=(t,e,i)=>{let r=i.detail[t],s=r[0],n=r.slice(1);i.target.style[e]=iq[`${s}_HTML`](n),this.annotationStorage.setValue(this.data.id,{[e]:iq[`${s}_rgb`](n)})};return k(this,"_commonActions",{display:t=>{let{display:e}=t.detail,i=e%2==1;this.container.style.visibility=i?"hidden":"visible",this.annotationStorage.setValue(this.data.id,{noView:i,noPrint:1===e||2===e})},print:t=>{this.annotationStorage.setValue(this.data.id,{noPrint:!t.detail.print})},hidden:t=>{let{hidden:e}=t.detail;this.container.style.visibility=e?"hidden":"visible",this.annotationStorage.setValue(this.data.id,{noPrint:e,noView:e})},focus:t=>{setTimeout(()=>t.target.focus({preventScroll:!1}),0)},userName:t=>{t.target.title=t.detail.userName},readonly:t=>{t.target.disabled=t.detail.readonly},required:t=>{this._setRequired(t.target,t.detail.required)},bgColor:e=>{t("bgColor","backgroundColor",e)},fillColor:e=>{t("fillColor","backgroundColor",e)},fgColor:e=>{t("fgColor","color",e)},textColor:e=>{t("textColor","color",e)},borderColor:e=>{t("borderColor","borderColor",e)},strokeColor:e=>{t("strokeColor","borderColor",e)},rotation:t=>{let e=t.detail.rotation;this.setRotation(e),this.annotationStorage.setValue(this.data.id,{rotation:e})}})}_dispatchEventFromSandbox(t,e){let i=this._commonActions;for(let r of Object.keys(e.detail)){let s=t[r]||i[r];s?.(e)}}_setDefaultPropertiesFromJS(t){if(!this.enableScripting)return;let e=this.annotationStorage.getRawValue(this.data.id);if(!e)return;let i=this._commonActions;for(let[r,s]of Object.entries(e)){let n=i[r];n&&(n({detail:{[r]:s},target:t}),delete e[r])}}_createQuadrilaterals(){let t;if(!this.container)return;let{quadPoints:e}=this.data;if(!e)return;let[i,r,s,n]=this.data.rect.map(t=>Math.fround(t));if(8===e.length){let[t,a,o,l]=e.subarray(2,6);if(s===t&&n===a&&i===o&&r===l)return}let{style:a}=this.container;if(this.#s1){let{borderColor:e,borderWidth:i}=a;a.borderWidth=0,t=["url('data:image/svg+xml;utf8,",'<svg xmlns="http://www.w3.org/2000/svg"',' preserveAspectRatio="none" viewBox="0 0 1 1">',`<g fill="transparent" stroke="${e}" stroke-width="${i}">`],this.container.classList.add("hasBorder")}let o=s-i,l=n-r,{svgFactory:h}=this,d=h.createElement("svg");d.classList.add("quadrilateralsContainer"),d.setAttribute("width",0),d.setAttribute("height",0),d.role="none";let c=h.createElement("defs");d.append(c);let u=h.createElement("clipPath"),p=`clippath_${this.data.id}`;u.setAttribute("id",p),u.setAttribute("clipPathUnits","objectBoundingBox"),c.append(u);for(let r=2,s=e.length;r<s;r+=8){let s=e[r],a=e[r+1],d=e[r+2],c=e[r+3],p=h.createElement("rect"),g=(d-i)/o,m=(n-a)/l,f=(s-d)/o,b=(a-c)/l;p.setAttribute("x",g),p.setAttribute("y",m),p.setAttribute("width",f),p.setAttribute("height",b),u.append(p),t?.push(`<rect vector-effect="non-scaling-stroke" x="${g}" y="${m}" width="${f}" height="${b}"/>`)}this.#s1&&(t.push("</g></svg>')"),a.backgroundImage=t.join("")),this.container.append(d),this.container.style.clipPath=`url(#${p})`}_createPopup(t=null){let e,i,{data:r}=this;t?(e={str:t.text},i=t.date):(e=r.contentsObj,i=r.modificationDate),this.#s2=new re({data:{color:r.color,titleObj:r.titleObj,modificationDate:i,contentsObj:e,richText:r.richText,parentRect:r.rect,borderStyle:0,id:`popup_${r.id}`,rotation:r.rotation,noRotate:!0},linkService:this.linkService,parent:this.parent,elements:[this]})}get hasPopupElement(){return!!(this.#s2||this.popup||this.data.popupRef)}get extraPopupElement(){return this.#s2}render(){T("Abstract method `AnnotationElement.render` called")}_getElementsByName(t,e=null){let i=[];if(this._fieldObjects){let r=this._fieldObjects[t];if(r)for(let{page:t,id:s,exportValues:n}of r){if(-1===t||s===e)continue;let r="string"==typeof n?n:null,a=document.querySelector(`[data-element-id="${s}"]`);if(a&&!iJ.has(a)){S(`_getElementsByName - element not allowed: ${s}`);continue}i.push({id:s,exportValue:r,domElement:a})}return i}for(let r of document.getElementsByName(t)){let{exportValue:t}=r,s=r.getAttribute("data-element-id");s!==e&&iJ.has(r)&&i.push({id:s,exportValue:t,domElement:r})}return i}show(){this.container&&(this.container.hidden=!1),this.popup?.maybeShow()}hide(){this.container&&(this.container.hidden=!0),this.popup?.forceHide()}getElementsToTriggerPopup(){return this.container}addHighlightArea(){let t=this.getElementsToTriggerPopup();if(Array.isArray(t))for(let e of t)e.classList.add("highlightArea");else t.classList.add("highlightArea")}_editOnDoubleClick(){if(!this._isEditable)return;let{annotationEditorType:t,data:{id:e}}=this;this.container.addEventListener("dblclick",()=>{this.linkService.eventBus?.dispatch("switchannotationeditormode",{source:this,mode:t,editId:e,mustEnterInEditMode:!0})})}get width(){return this.data.rect[2]-this.data.rect[0]}get height(){return this.data.rect[3]-this.data.rect[1]}}class i1 extends i0{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.editor=t.editor}render(){return this.container.className="editorAnnotation",this.container}createOrUpdatePopup(){let{editor:t}=this;t.hasComment&&this._createPopup(t.comment)}get hasCommentButton(){return this.enableComment&&this.editor.hasComment}get commentButtonPosition(){return this.editor.commentButtonPositionInPage}get commentText(){return this.editor.comment.text}set commentText(t){this.editor.comment=t,t||this.removePopup()}get commentData(){return this.editor.getData()}remove(){this.parent.removeAnnotation(this.data.id),this.container.remove(),this.container=null,this.removePopup()}}class i2 extends i0{constructor(t,e=null){super(t,{isRenderable:!0,ignoreBorder:!!e?.ignoreBorder,createQuadrilaterals:!0}),this.isTooltipOnly=t.data.isTooltipOnly}render(){let{data:t,linkService:e}=this,i=document.createElement("a");i.setAttribute("data-element-id",t.id);let r=!1;return t.url?(e.addLinkAttributes(i,t.url,t.newWindow),r=!0):t.action?(this._bindNamedAction(i,t.action,t.overlaidText),r=!0):t.attachment?(this.#s3(i,t.attachment,t.overlaidText,t.attachmentDest),r=!0):t.setOCGState?(this.#s6(i,t.setOCGState,t.overlaidText),r=!0):t.dest?(this._bindLink(i,t.dest,t.overlaidText),r=!0):(t.actions&&(t.actions.Action||t.actions["Mouse Up"]||t.actions["Mouse Down"])&&this.enableScripting&&this.hasJSActions&&(this._bindJSAction(i,t),r=!0),t.resetForm?(this._bindResetFormAction(i,t.resetForm),r=!0):this.isTooltipOnly&&!r&&(this._bindLink(i,""),r=!0)),this.container.classList.add("linkAnnotation"),r&&(this.contentElement=i,this.container.append(i)),this.container}#s4(){this.container.setAttribute("data-internal-link","")}_bindLink(t,e,i=""){t.href=this.linkService.getDestinationHash(e),t.onclick=()=>(e&&this.linkService.goToDestination(e),!1),(e||""===e)&&this.#s4(),i&&(t.title=i)}_bindNamedAction(t,e,i=""){t.href=this.linkService.getAnchorUrl(""),t.onclick=()=>(this.linkService.executeNamedAction(e),!1),i&&(t.title=i),this.#s4()}#s3(t,e,i="",r=null){t.href=this.linkService.getAnchorUrl(""),e.description?t.title=e.description:i&&(t.title=i),t.onclick=()=>(this.downloadManager?.openOrDownloadData(e.content,e.filename,r),!1),this.#s4()}#s6(t,e,i=""){t.href=this.linkService.getAnchorUrl(""),t.onclick=()=>(this.linkService.executeSetOCGState(e),!1),i&&(t.title=i),this.#s4()}_bindJSAction(t,e){t.href=this.linkService.getAnchorUrl("");let i=new Map([["Action","onclick"],["Mouse Up","onmouseup"],["Mouse Down","onmousedown"]]);for(let r of Object.keys(e.actions)){let s=i.get(r);s&&(t[s]=()=>(this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e.id,name:r}}),!1))}e.overlaidText&&(t.title=e.overlaidText),t.onclick||(t.onclick=()=>!1),this.#s4()}_bindResetFormAction(t,e){let i=t.onclick;if(i||(t.href=this.linkService.getAnchorUrl("")),this.#s4(),!this._fieldObjects){S('_bindResetFormAction - "resetForm" action not supported, ensure that the `fieldObjects` parameter is provided.'),i||(t.onclick=()=>!1);return}t.onclick=()=>{i?.();let{fields:t,refs:r,include:s}=e,n=[];if(0!==t.length||0!==r.length){let e=new Set(r);for(let i of t)for(let{id:t}of this._fieldObjects[i]||[])e.add(t);for(let t of Object.values(this._fieldObjects))for(let i of t)e.has(i.id)===s&&n.push(i)}else for(let t of Object.values(this._fieldObjects))n.push(...t);let a=this.annotationStorage,o=[];for(let t of n){let{id:e}=t;switch(o.push(e),t.type){case"text":{let i=t.defaultValue||"";a.setValue(e,{value:i});break}case"checkbox":case"radiobutton":{let i=t.defaultValue===t.exportValues;a.setValue(e,{value:i});break}case"combobox":case"listbox":{let i=t.defaultValue||"";a.setValue(e,{value:i});break}default:continue}let i=document.querySelector(`[data-element-id="${e}"]`);if(i){if(!iJ.has(i)){S(`_bindResetFormAction - element not allowed: ${e}`);continue}i.dispatchEvent(new Event("resetform"))}}return this.enableScripting&&this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:"app",ids:o,name:"ResetForm"}}),!1}}}class i5 extends i0{constructor(t){super(t,{isRenderable:!0})}render(){this.container.classList.add("textAnnotation");let t=document.createElement("img");return t.src=this.imageResourcesPath+"annotation-"+this.data.name.toLowerCase()+".svg",t.setAttribute("data-l10n-id","pdfjs-text-annotation-type"),t.setAttribute("data-l10n-args",JSON.stringify({type:this.data.name})),!this.data.popupRef&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this.container.append(t),this.container}}class i3 extends i0{render(){return this.container}showElementAndHideCanvas(t){this.data.hasOwnCanvas&&(t.previousSibling?.nodeName==="CANVAS"&&(t.previousSibling.hidden=!0),t.hidden=!1)}_getKeyModifier(t){return U.platform.isMac?t.metaKey:t.ctrlKey}_setEventListener(t,e,i,r,s){i.includes("mouse")?t.addEventListener(i,t=>{this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:this.data.id,name:r,value:s(t),shift:t.shiftKey,modifier:this._getKeyModifier(t)}})}):t.addEventListener(i,t=>{if("blur"===i){if(!e.focused||!t.relatedTarget)return;e.focused=!1}else if("focus"===i){if(e.focused)return;e.focused=!0}s&&this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:this.data.id,name:r,value:s(t)}})})}_setEventListeners(t,e,i,r){for(let[s,n]of i)("Action"===n||this.data.actions?.[n])&&(("Focus"===n||"Blur"===n)&&(e||={focused:!1}),this._setEventListener(t,e,s,n,r),"Focus"!==n||this.data.actions?.Blur?"Blur"!==n||this.data.actions?.Focus||this._setEventListener(t,e,"focus","Focus",null):this._setEventListener(t,e,"blur","Blur",null))}_setBackgroundColor(t){let e=this.data.backgroundColor||null;t.style.backgroundColor=null===e?"transparent":z.makeHexColor(...e)}_setTextStyle(t){let e,{fontColor:i}=this.data.defaultAppearanceData,r=this.data.defaultAppearanceData.fontSize||9,s=t.style,n=t=>Math.round(10*t)/10;if(this.data.multiLine){let t=Math.abs(this.data.rect[3]-this.data.rect[1]-2),i=Math.round(t/(1.35*r))||1;e=Math.min(r,n(t/i/1.35))}else e=Math.min(r,n(Math.abs(this.data.rect[3]-this.data.rect[1]-2)/1.35));s.fontSize=`calc(${e}px * var(--total-scale-factor))`,s.color=z.makeHexColor(...i),null!==this.data.textAlignment&&(s.textAlign=["left","center","right"][this.data.textAlignment])}_setRequired(t,e){e?t.setAttribute("required",!0):t.removeAttribute("required"),t.setAttribute("aria-required",e)}}class i6 extends i3{constructor(t){const e=t.renderForms||t.data.hasOwnCanvas||!t.data.hasAppearance&&!!t.data.fieldValue;super(t,{isRenderable:e})}setPropertyOnSiblings(t,e,i,r){let s=this.annotationStorage;for(let n of this._getElementsByName(t.name,t.id))n.domElement&&(n.domElement[e]=i),s.setValue(n.id,{[r]:i})}render(){let t=this.annotationStorage,e=this.data.id;this.container.classList.add("textWidgetAnnotation");let i=null;if(this.renderForms){let r=t.getValue(e,{value:this.data.fieldValue}),s=r.value||"",n=t.getValue(e,{charLimit:this.data.maxLen}).charLimit;n&&s.length>n&&(s=s.slice(0,n));let a=r.formattedValue||this.data.textContent?.join("\n")||null;a&&this.data.comb&&(a=a.replaceAll(/\s+/g,""));let o={userValue:s,formattedValue:a,lastCommittedValue:null,commitKey:1,focused:!1};this.data.multiLine?((i=document.createElement("textarea")).textContent=a??s,this.data.doNotScroll&&(i.style.overflowY="hidden")):((i=document.createElement("input")).type=this.data.password?"password":"text",i.setAttribute("value",a??s),this.data.doNotScroll&&(i.style.overflowX="hidden")),this.data.hasOwnCanvas&&(i.hidden=!0),iJ.add(i),this.contentElement=i,i.setAttribute("data-element-id",e),i.disabled=this.data.readOnly,i.name=this.data.fieldName,i.tabIndex=0;let{datetimeFormat:l,datetimeType:h,timeStep:d}=this.data,c=!!h&&this.enableScripting;l&&(i.title=l),this._setRequired(i,this.data.required),n&&(i.maxLength=n),i.addEventListener("input",r=>{t.setValue(e,{value:r.target.value}),this.setPropertyOnSiblings(i,"value",r.target.value,"value"),o.formattedValue=null}),i.addEventListener("resetform",t=>{let e=this.data.defaultFieldValue??"";i.value=o.userValue=e,o.formattedValue=null});let u=t=>{let{formattedValue:e}=o;null!=e&&(t.target.value=e),t.target.scrollLeft=0};if(this.enableScripting&&this.hasJSActions){i.addEventListener("focus",t=>{if(o.focused)return;let{target:e}=t;if(c&&(e.type=h,d&&(e.step=d)),o.userValue){let t=o.userValue;if(c)if("time"===h){let i=new Date(t);e.value=[i.getHours(),i.getMinutes(),i.getSeconds()].map(t=>t.toString().padStart(2,"0")).join(":")}else e.value=new Date(t-iQ).toISOString().split("date"===h?"T":".",1)[0];else e.value=t}o.lastCommittedValue=e.value,o.commitKey=1,this.data.actions?.Focus||(o.focused=!0)}),i.addEventListener("updatefromsandbox",i=>{this.showElementAndHideCanvas(i.target),this._dispatchEventFromSandbox({value(i){o.userValue=i.detail.value??"",c||t.setValue(e,{value:o.userValue.toString()}),i.target.value=o.userValue},formattedValue(i){let{formattedValue:r}=i.detail;o.formattedValue=r,null!=r&&i.target!==document.activeElement&&(i.target.value=r);let s={formattedValue:r};c&&(s.value=r),t.setValue(e,s)},selRange(t){t.target.setSelectionRange(...t.detail.selRange)},charLimit:i=>{let{charLimit:r}=i.detail,{target:s}=i;if(0===r)return void s.removeAttribute("maxLength");s.setAttribute("maxLength",r);let n=o.userValue;n&&!(n.length<=r)&&(s.value=o.userValue=n=n.slice(0,r),t.setValue(e,{value:n}),this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:n,willCommit:!0,commitKey:1,selStart:s.selectionStart,selEnd:s.selectionEnd}}))}},i)}),i.addEventListener("keydown",t=>{o.commitKey=1;let i=-1;if("Escape"===t.key?i=0:"Enter"!==t.key||this.data.multiLine?"Tab"===t.key&&(o.commitKey=3):i=2,-1===i)return;let{value:r}=t.target;o.lastCommittedValue!==r&&(o.lastCommittedValue=r,o.userValue=r,this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:r,willCommit:!0,commitKey:i,selStart:t.target.selectionStart,selEnd:t.target.selectionEnd}}))});let r=u;u=null,i.addEventListener("blur",t=>{if(!o.focused||!t.relatedTarget)return;this.data.actions?.Blur||(o.focused=!1);let{target:i}=t,{value:s}=i;if(c){if(s&&"time"===h){let t=s.split(":").map(t=>parseInt(t,10));s=new Date(2e3,0,1,t[0],t[1],t[2]||0).valueOf(),i.step=""}else s.includes("T")||(s=`${s}T00:00`),s=new Date(s).valueOf();i.type="text"}o.userValue=s,o.lastCommittedValue!==s&&this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:s,willCommit:!0,commitKey:o.commitKey,selStart:t.target.selectionStart,selEnd:t.target.selectionEnd}}),r(t)}),this.data.actions?.Keystroke&&i.addEventListener("beforeinput",t=>{o.lastCommittedValue=null;let{data:i,target:r}=t,{value:s,selectionStart:n,selectionEnd:a}=r,l=n,h=a;switch(t.inputType){case"deleteWordBackward":{let t=s.substring(0,n).match(/\w*[^\w]*$/);t&&(l-=t[0].length);break}case"deleteWordForward":{let t=s.substring(n).match(/^[^\w]*\w*/);t&&(h+=t[0].length);break}case"deleteContentBackward":n===a&&(l-=1);break;case"deleteContentForward":n===a&&(h+=1)}t.preventDefault(),this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:s,change:i||"",willCommit:!1,selStart:l,selEnd:h}})}),this._setEventListeners(i,o,[["focus","Focus"],["blur","Blur"],["mousedown","Mouse Down"],["mouseenter","Mouse Enter"],["mouseleave","Mouse Exit"],["mouseup","Mouse Up"]],t=>t.target.value)}if(u&&i.addEventListener("blur",u),this.data.comb){let t=(this.data.rect[2]-this.data.rect[0])/n;i.classList.add("comb"),i.style.letterSpacing=`calc(${t}px * var(--total-scale-factor) - 1ch)`}}else(i=document.createElement("div")).textContent=this.data.fieldValue,i.style.verticalAlign="middle",i.style.display="table-cell",this.data.hasOwnCanvas&&(i.hidden=!0);return this._setTextStyle(i),this._setBackgroundColor(i),this._setDefaultPropertiesFromJS(i),this.container.append(i),this.container}}class i4 extends i3{constructor(t){super(t,{isRenderable:!!t.data.hasOwnCanvas})}}class i9 extends i3{constructor(t){super(t,{isRenderable:t.renderForms})}render(){let t=this.annotationStorage,e=this.data,i=e.id,r=t.getValue(i,{value:e.exportValue===e.fieldValue}).value;"string"==typeof r&&(r="Off"!==r,t.setValue(i,{value:r})),this.container.classList.add("buttonWidgetAnnotation","checkBox");let s=document.createElement("input");return iJ.add(s),s.setAttribute("data-element-id",i),s.disabled=e.readOnly,this._setRequired(s,this.data.required),s.type="checkbox",s.name=e.fieldName,r&&s.setAttribute("checked",!0),s.setAttribute("exportValue",e.exportValue),s.tabIndex=0,s.addEventListener("change",r=>{let{name:s,checked:n}=r.target;for(let r of this._getElementsByName(s,i)){let i=n&&r.exportValue===e.exportValue;r.domElement&&(r.domElement.checked=i),t.setValue(r.id,{value:i})}t.setValue(i,{value:n})}),s.addEventListener("resetform",t=>{let i=e.defaultFieldValue||"Off";t.target.checked=i===e.exportValue}),this.enableScripting&&this.hasJSActions&&(s.addEventListener("updatefromsandbox",e=>{this._dispatchEventFromSandbox({value(e){e.target.checked="Off"!==e.detail.value,t.setValue(i,{value:e.target.checked})}},e)}),this._setEventListeners(s,null,[["change","Validate"],["change","Action"],["focus","Focus"],["blur","Blur"],["mousedown","Mouse Down"],["mouseenter","Mouse Enter"],["mouseleave","Mouse Exit"],["mouseup","Mouse Up"]],t=>t.target.checked)),this._setBackgroundColor(s),this._setDefaultPropertiesFromJS(s),this.container.append(s),this.container}}class i8 extends i3{constructor(t){super(t,{isRenderable:t.renderForms})}render(){this.container.classList.add("buttonWidgetAnnotation","radioButton");let t=this.annotationStorage,e=this.data,i=e.id,r=t.getValue(i,{value:e.fieldValue===e.buttonValue}).value;if("string"==typeof r&&(r=r!==e.buttonValue,t.setValue(i,{value:r})),r)for(let r of this._getElementsByName(e.fieldName,i))t.setValue(r.id,{value:!1});let s=document.createElement("input");if(iJ.add(s),s.setAttribute("data-element-id",i),s.disabled=e.readOnly,this._setRequired(s,this.data.required),s.type="radio",s.name=e.fieldName,r&&s.setAttribute("checked",!0),s.tabIndex=0,s.addEventListener("change",e=>{let{name:r,checked:s}=e.target;for(let e of this._getElementsByName(r,i))t.setValue(e.id,{value:!1});t.setValue(i,{value:s})}),s.addEventListener("resetform",t=>{let i=e.defaultFieldValue;t.target.checked=null!=i&&i===e.buttonValue}),this.enableScripting&&this.hasJSActions){let r=e.buttonValue;s.addEventListener("updatefromsandbox",e=>{this._dispatchEventFromSandbox({value:e=>{let s=r===e.detail.value;for(let r of this._getElementsByName(e.target.name)){let e=s&&r.id===i;r.domElement&&(r.domElement.checked=e),t.setValue(r.id,{value:e})}}},e)}),this._setEventListeners(s,null,[["change","Validate"],["change","Action"],["focus","Focus"],["blur","Blur"],["mousedown","Mouse Down"],["mouseenter","Mouse Enter"],["mouseleave","Mouse Exit"],["mouseup","Mouse Up"]],t=>t.target.checked)}return this._setBackgroundColor(s),this._setDefaultPropertiesFromJS(s),this.container.append(s),this.container}}class i7 extends i2{constructor(t){super(t,{ignoreBorder:t.data.hasAppearance})}render(){let t=super.render();t.classList.add("buttonWidgetAnnotation","pushButton");let e=t.lastChild;return this.enableScripting&&this.hasJSActions&&e&&(this._setDefaultPropertiesFromJS(e),e.addEventListener("updatefromsandbox",t=>{this._dispatchEventFromSandbox({},t)})),t}}class rt extends i3{constructor(t){super(t,{isRenderable:t.renderForms})}render(){this.container.classList.add("choiceWidgetAnnotation");let t=this.annotationStorage,e=this.data.id,i=t.getValue(e,{value:this.data.fieldValue}),r=document.createElement("select");iJ.add(r),r.setAttribute("data-element-id",e),r.disabled=this.data.readOnly,this._setRequired(r,this.data.required),r.name=this.data.fieldName,r.tabIndex=0;let s=this.data.combo&&this.data.options.length>0;!this.data.combo&&(r.size=this.data.options.length,this.data.multiSelect&&(r.multiple=!0)),r.addEventListener("resetform",t=>{let e=this.data.defaultFieldValue;for(let t of r.options)t.selected=t.value===e});let n=(t,e)=>{let i=e.replaceAll(" ","\xa0");t.textContent=i,i!==e&&t.setAttribute("display-value",e)};for(let t of this.data.options){let e=document.createElement("option");n(e,t.displayValue),e.value=t.exportValue,i.value.includes(t.exportValue)&&(e.setAttribute("selected",!0),s=!1),r.append(e)}let a=null;if(s){let t=document.createElement("option");t.value=" ",t.setAttribute("hidden",!0),t.setAttribute("selected",!0),r.prepend(t),a=()=>{t.remove(),r.removeEventListener("input",a),a=null},r.addEventListener("input",a)}let o=t=>{let e=t?"value":"textContent",{options:i,multiple:s}=r;return s?Array.prototype.filter.call(i,t=>t.selected).map(t=>t[e]):-1===i.selectedIndex?null:i[i.selectedIndex][e]},l=o(!1),h=t=>{let e=t.target.options;return Array.prototype.map.call(e,t=>({displayValue:t.getAttribute("display-value")||t.textContent,exportValue:t.value}))};return this.enableScripting&&this.hasJSActions?(r.addEventListener("updatefromsandbox",i=>{this._dispatchEventFromSandbox({value(i){a?.();let s=i.detail.value,n=new Set(Array.isArray(s)?s:[s]);for(let t of r.options)t.selected=n.has(t.value);t.setValue(e,{value:o(!0)}),l=o(!1)},multipleSelection(t){r.multiple=!0},remove(i){let s=r.options,n=i.detail.remove;s[n].selected=!1,r.remove(n),s.length>0&&-1===Array.prototype.findIndex.call(s,t=>t.selected)&&(s[0].selected=!0),t.setValue(e,{value:o(!0),items:h(i)}),l=o(!1)},clear(i){for(;0!==r.length;)r.remove(0);t.setValue(e,{value:null,items:[]}),l=o(!1)},insert(i){let{index:s,displayValue:a,exportValue:d}=i.detail.insert,c=r.children[s],u=document.createElement("option");n(u,a),u.value=d,c?c.before(u):r.append(u),t.setValue(e,{value:o(!0),items:h(i)}),l=o(!1)},items(i){let{items:s}=i.detail;for(;0!==r.length;)r.remove(0);for(let t of s){let{displayValue:e,exportValue:i}=t,s=document.createElement("option");n(s,e),s.value=i,r.append(s)}r.options.length>0&&(r.options[0].selected=!0),t.setValue(e,{value:o(!0),items:h(i)}),l=o(!1)},indices(i){let r=new Set(i.detail.indices);for(let t of i.target.options)t.selected=r.has(t.index);t.setValue(e,{value:o(!0)}),l=o(!1)},editable(t){t.target.disabled=!t.detail.editable}},i)}),r.addEventListener("input",i=>{let r=o(!0),s=o(!1);t.setValue(e,{value:r}),i.preventDefault(),this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:l,change:s,changeEx:r,willCommit:!1,commitKey:1,keyDown:!1}})}),this._setEventListeners(r,null,[["focus","Focus"],["blur","Blur"],["mousedown","Mouse Down"],["mouseenter","Mouse Enter"],["mouseleave","Mouse Exit"],["mouseup","Mouse Up"],["input","Action"],["input","Validate"]],t=>t.target.value)):r.addEventListener("input",function(i){t.setValue(e,{value:o(!0)})}),this.data.combo&&this._setTextStyle(r),this._setBackgroundColor(r),this._setDefaultPropertiesFromJS(r),this.container.append(r),this.container}}class re extends i0{constructor(t){const{data:e,elements:i,parent:r}=t,s=!!r._commentManager;if(super(t,{isRenderable:!s&&i0._hasPopupData(e)}),this.elements=i,s&&i0._hasPopupData(e)){const t=this.popup=this.#s9();for(const e of i)e.popup=t}else this.popup=null}#s9(){return new ri({container:this.container,color:this.data.color,titleObj:this.data.titleObj,modificationDate:this.data.modificationDate||this.data.creationDate,contentsObj:this.data.contentsObj,richText:this.data.richText,rect:this.data.rect,parentRect:this.data.parentRect||null,parent:this.parent,elements:this.elements,open:this.data.open,commentManager:this.parent._commentManager})}render(){let{container:t}=this;t.classList.add("popupAnnotation"),t.role="comment";let e=this.popup=this.#s9(),i=[];for(let t of this.elements)t.popup=e,t.container.ariaHasPopup="dialog",i.push(t.data.id),t.addHighlightArea();return this.container.setAttribute("aria-controls",i.map(t=>`${V}${t}`).join(",")),this.container}}class ri{#V=null;#s8=this.#sq.bind(this);#s7=this.#nt.bind(this);#ne=this.#ni.bind(this);#nr=this.#ns.bind(this);#nn=null;#tC=null;#na=null;#no=null;#nl=null;#nh=null;#nd=null;#nc=!1;#nu=null;#np=null;#R=null;#ng=null;#nm=null;#ed=null;#nf=null;#ea=null;#nb=null;#s0=null;#nv=!1;#ny=null;#nA=null;constructor({container:t,color:e,elements:i,titleObj:r,modificationDate:s,contentsObj:n,richText:a,parent:o,rect:l,parentRect:h,open:d,commentManager:c=null}){this.#tC=t,this.#nb=r,this.#na=n,this.#ea=a,this.#nh=o,this.#nn=e,this.#nf=l,this.#nd=h,this.#nl=i,this.#V=c,this.#ny=i[0],this.#no=tc.toDateObject(s),this.trigger=i.flatMap(t=>t.getElementsToTriggerPopup()),!c&&(this.#nx(),this.#tC.hidden=!0,d&&this.#ns())}#nx(){if(this.#np)return;this.#np=new AbortController;let{signal:t}=this.#np;for(let e of this.trigger)e.addEventListener("click",this.#nr,{signal:t}),e.addEventListener("pointerenter",this.#ne,{signal:t}),e.addEventListener("pointerleave",this.#s7,{signal:t}),e.classList.add("popupTriggerArea");for(let e of this.#nl)e.container?.addEventListener("keydown",this.#s8,{signal:t})}#nw(){let t=this.#nl.find(t=>t.hasCommentButton);t&&(this.#nm=t._normalizePoint(t.commentButtonPosition))}renderCommentButton(){if(this.#ng){this.#ng.parentNode||this.#ny.container.after(this.#ng);return}if(this.#nm||this.#nw(),!this.#nm)return;let{signal:t}=this.#np=new AbortController,e=this.#ny.hasOwnCommentButton,i=()=>{this.#V.toggleCommentPopup(this,!0,void 0,!e)},r=()=>{this.#V.toggleCommentPopup(this,!1,!0,!e)},s=()=>{this.#V.toggleCommentPopup(this,!1,!1)};if(e)for(let e of(this.#ng=this.#ny.container,this.trigger))e.ariaHasPopup="dialog",e.ariaControls="commentPopup",e.addEventListener("keydown",this.#s8,{signal:t}),e.addEventListener("click",i,{signal:t}),e.addEventListener("pointerenter",r,{signal:t}),e.addEventListener("pointerleave",s,{signal:t}),e.classList.add("popupTriggerArea");else{let e=this.#ng=document.createElement("button");e.className="annotationCommentButton";let n=this.#ny.container;e.style.zIndex=parseInt(n.style.zIndex,10)+1,e.tabIndex=0,e.ariaHasPopup="dialog",e.ariaControls="commentPopup",e.setAttribute("data-l10n-id","pdfjs-show-comment-button"),this.#n_(),this.#nS(),e.addEventListener("keydown",this.#s8,{signal:t}),e.addEventListener("click",i,{signal:t}),e.addEventListener("pointerenter",r,{signal:t}),e.addEventListener("pointerleave",s,{signal:t}),n.after(e)}}#nS(){if(this.#ny.extraPopupElement&&!this.#ny.editor)return;this.#ng||this.renderCommentButton();let[t,e]=this.#nm,{style:i}=this.#ng;i.left=`calc(${t}%)`,i.top=`calc(${e}% - var(--comment-button-dim))`}#n_(){this.#ny.extraPopupElement||(this.#ng||this.renderCommentButton(),this.#ng.style.backgroundColor=this.commentButtonColor||"")}get commentButtonColor(){let{color:t,opacity:e}=this.#ny.commentData;return t?this.#nh._commentManager.makeCommentColor(t,e):null}focusCommentButton(){setTimeout(()=>{this.#ng?.focus()},0)}getData(){let{richText:t,color:e,opacity:i,creationDate:r,modificationDate:s}=this.#ny.commentData;return{contentsObj:{str:this.comment},richText:t,color:e,opacity:i,creationDate:r,modificationDate:s}}get elementBeforePopup(){return this.#ng}get comment(){return this.#nA||=this.#ny.commentText,this.#nA}set comment(t){t!==this.comment&&(this.#ny.commentText=this.#nA=t)}focus(){this.#ny.container?.focus()}get parentBoundingClientRect(){return this.#ny.layer.getBoundingClientRect()}setCommentButtonStates({selected:t,hasPopup:e}){this.#ng&&(this.#ng.classList.toggle("selected",t),this.#ng.ariaExpanded=e)}setSelectedCommentButton(t){this.#ng.classList.toggle("selected",t)}get commentPopupPosition(){if(this.#ed)return this.#ed;let{x:t,y:e,height:i}=this.#ng.getBoundingClientRect(),{x:r,y:s,width:n,height:a}=this.#ny.layer.getBoundingClientRect();return[(t-r)/n,(e+i-s)/a]}set commentPopupPosition(t){this.#ed=t}hasDefaultPopupPosition(){return null===this.#ed}get commentButtonPosition(){return this.#nm}get commentButtonWidth(){return this.#ng.getBoundingClientRect().width/this.parentBoundingClientRect.width}editComment(t){let[e,i]=this.#ed||this.commentButtonPosition.map(t=>t/100),r=this.parentBoundingClientRect,{x:s,y:n,width:a,height:o}=r;this.#V.showDialog(null,this,s+e*a,n+i*o,{...t,parentDimensions:r})}render(){if(this.#nu)return;let t=this.#nu=document.createElement("div");if(t.className="popup",this.#nn){let e=t.style.outlineColor=z.makeHexColor(...this.#nn);t.style.backgroundColor=`color-mix(in srgb, ${e} 30%, white)`}let e=document.createElement("span");if(e.className="header",this.#nb?.str){let t=document.createElement("span");t.className="title",e.append(t),{dir:t.dir,str:t.textContent}=this.#nb}if(t.append(e),this.#no){let t=document.createElement("time");t.className="popupDate",t.setAttribute("data-l10n-id","pdfjs-annotation-date-time-string"),t.setAttribute("data-l10n-args",JSON.stringify({dateObj:this.#no.valueOf()})),t.dateTime=this.#no.toISOString(),e.append(t)}tP({html:this.#nT||this.#na.str,dir:this.#na?.dir,className:"popupContent"},t),this.#tC.append(t)}get #nT(){let t=this.#ea,e=this.#na;return t?.str&&(!e?.str||e.str===t.str)&&this.#ea.html||null}get #nE(){return this.#nT?.attributes?.style?.fontSize||0}get #nC(){return this.#nT?.attributes?.style?.color||null}#nM(t){let e=[],i={style:{color:this.#nC,fontSize:this.#nE?`calc(${this.#nE}px * var(--total-scale-factor))`:""}};for(let r of t.split("\n"))e.push({name:"span",value:r,attributes:i});return{str:t,html:{name:"div",attributes:{dir:"auto"},children:[{name:"p",children:e}]}}}#sq(t){t.altKey||t.shiftKey||t.ctrlKey||t.metaKey||("Enter"===t.key||"Escape"===t.key&&this.#nc)&&this.#ns()}updateEdited({rect:t,popup:e,deleted:i}){if(this.#V){i?(this.remove(),this.#nA=null):e&&(e.deleted?this.remove():(this.#n_(),this.#nA=e.text)),t&&(this.#nm=null,this.#nw(),this.#nS());return}i||e?.deleted?this.remove():(this.#nx(),this.#s0||={contentsObj:this.#na,richText:this.#ea},t&&(this.#R=null),e&&e.text&&(this.#ea=this.#nM(e.text),this.#no=tc.toDateObject(e.date),this.#na=null),this.#nu?.remove(),this.#nu=null)}resetEdited(){this.#s0&&({contentsObj:this.#na,richText:this.#ea}=this.#s0,this.#s0=null,this.#nu?.remove(),this.#nu=null,this.#R=null)}remove(){if(this.#np?.abort(),this.#np=null,this.#nu?.remove(),this.#nu=null,this.#nv=!1,this.#nc=!1,this.#ng?.remove(),this.#ng=null,this.trigger)for(let t of this.trigger)t.classList.remove("popupTriggerArea")}#nP(){if(null!==this.#R)return;let{page:{view:t},viewport:{rawDims:{pageWidth:e,pageHeight:i,pageX:r,pageY:s}}}=this.#nh,n=!!this.#nd,a=n?this.#nd:this.#nf;for(let t of this.#nl)if(!a||null!==z.intersect(t.data.rect,a)){a=t.data.rect,n=!0;break}let o=z.normalizeRect([a[0],t[3]-a[1]+t[1],a[2],t[3]-a[3]+t[1]]),l=n?a[2]-a[0]+5:0,h=o[0]+l,d=o[1];this.#R=[100*(h-r)/e,100*(d-s)/i];let{style:c}=this.#tC;c.left=`${this.#R[0]}%`,c.top=`${this.#R[1]}%`}#ns(){this.#V?this.#V.toggleCommentPopup(this,!1):(this.#nc=!this.#nc,this.#nc?(this.#ni(),this.#tC.addEventListener("click",this.#nr),this.#tC.addEventListener("keydown",this.#s8)):(this.#nt(),this.#tC.removeEventListener("click",this.#nr),this.#tC.removeEventListener("keydown",this.#s8)))}#ni(){this.#nu||this.render(),this.isVisible?this.#nc&&this.#tC.classList.add("focused"):(this.#nP(),this.#tC.hidden=!1,this.#tC.style.zIndex=parseInt(this.#tC.style.zIndex,10)+1e3)}#nt(){this.#tC.classList.remove("focused"),!this.#nc&&this.isVisible&&(this.#tC.hidden=!0,this.#tC.style.zIndex=parseInt(this.#tC.style.zIndex,10)-1e3)}forceHide(){this.#nv=this.isVisible,this.#nv&&(this.#tC.hidden=!0)}maybeShow(){this.#V||(this.#nx(),this.#nv&&(this.#nu||this.#ni(),this.#nv=!1,this.#tC.hidden=!1))}get isVisible(){return!this.#V&&!1===this.#tC.hidden}}class rr extends i0{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.textContent=t.data.textContent,this.textPosition=t.data.textPosition,this.annotationEditorType=g.FREETEXT}render(){if(this.container.classList.add("freeTextAnnotation"),this.textContent){let t=this.contentElement=document.createElement("div");for(let e of(t.classList.add("annotationTextContent"),t.setAttribute("role","comment"),this.textContent)){let i=document.createElement("span");i.textContent=e,t.append(i)}this.container.append(t)}return!this.data.popupRef&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this._editOnDoubleClick(),this.container}}class rs extends i0{#nk=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){this.container.classList.add("lineAnnotation");let{data:t,width:e,height:i}=this,r=this.svgFactory.create(e,i,!0),s=this.#nk=this.svgFactory.createElement("svg:line");return s.setAttribute("x1",t.rect[2]-t.lineCoordinates[0]),s.setAttribute("y1",t.rect[3]-t.lineCoordinates[1]),s.setAttribute("x2",t.rect[2]-t.lineCoordinates[2]),s.setAttribute("y2",t.rect[3]-t.lineCoordinates[3]),s.setAttribute("stroke-width",t.borderStyle.width||1),s.setAttribute("stroke","transparent"),s.setAttribute("fill","transparent"),r.append(s),this.container.append(r),!t.popupRef&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this.container}getElementsToTriggerPopup(){return this.#nk}addHighlightArea(){this.container.classList.add("highlightArea")}}class rn extends i0{#nD=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){this.container.classList.add("squareAnnotation");let{data:t,width:e,height:i}=this,r=this.svgFactory.create(e,i,!0),s=t.borderStyle.width,n=this.#nD=this.svgFactory.createElement("svg:rect");return n.setAttribute("x",s/2),n.setAttribute("y",s/2),n.setAttribute("width",e-s),n.setAttribute("height",i-s),n.setAttribute("stroke-width",s||1),n.setAttribute("stroke","transparent"),n.setAttribute("fill","transparent"),r.append(n),this.container.append(r),!t.popupRef&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this.container}getElementsToTriggerPopup(){return this.#nD}addHighlightArea(){this.container.classList.add("highlightArea")}}class ra extends i0{#nI=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){this.container.classList.add("circleAnnotation");let{data:t,width:e,height:i}=this,r=this.svgFactory.create(e,i,!0),s=t.borderStyle.width,n=this.#nI=this.svgFactory.createElement("svg:ellipse");return n.setAttribute("cx",e/2),n.setAttribute("cy",i/2),n.setAttribute("rx",e/2-s/2),n.setAttribute("ry",i/2-s/2),n.setAttribute("stroke-width",s||1),n.setAttribute("stroke","transparent"),n.setAttribute("fill","transparent"),r.append(n),this.container.append(r),!t.popupRef&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this.container}getElementsToTriggerPopup(){return this.#nI}addHighlightArea(){this.container.classList.add("highlightArea")}}class ro extends i0{#nR=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.containerClassName="polylineAnnotation",this.svgElementName="svg:polyline"}render(){this.container.classList.add(this.containerClassName);let{data:{rect:t,vertices:e,borderStyle:i,popupRef:r},width:s,height:n}=this;if(!e)return this.container;let a=this.svgFactory.create(s,n,!0),o=[];for(let i=0,r=e.length;i<r;i+=2){let r=e[i]-t[0],s=t[3]-e[i+1];o.push(`${r},${s}`)}o=o.join(" ");let l=this.#nR=this.svgFactory.createElement(this.svgElementName);return l.setAttribute("points",o),l.setAttribute("stroke-width",i.width||1),l.setAttribute("stroke","transparent"),l.setAttribute("fill","transparent"),a.append(l),this.container.append(a),!r&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this.container}getElementsToTriggerPopup(){return this.#nR}addHighlightArea(){this.container.classList.add("highlightArea")}}class rl extends ro{constructor(t){super(t),this.containerClassName="polygonAnnotation",this.svgElementName="svg:polygon"}}class rh extends i0{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){return this.container.classList.add("caretAnnotation"),!this.data.popupRef&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this.container}}class rd extends i0{#nB=null;#nF=[];constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.containerClassName="inkAnnotation",this.svgElementName="svg:polyline",this.annotationEditorType="InkHighlight"===this.data.it?g.HIGHLIGHT:g.INK}#nL(t,e){switch(t){case 90:return{transform:`rotate(90) translate(${-e[0]},${e[1]}) scale(1,-1)`,width:e[3]-e[1],height:e[2]-e[0]};case 180:return{transform:`rotate(180) translate(${-e[2]},${e[1]}) scale(1,-1)`,width:e[2]-e[0],height:e[3]-e[1]};case 270:return{transform:`rotate(270) translate(${-e[2]},${e[3]}) scale(1,-1)`,width:e[3]-e[1],height:e[2]-e[0]};default:return{transform:`translate(${-e[0]},${e[3]}) scale(1,-1)`,width:e[2]-e[0],height:e[3]-e[1]}}}render(){this.container.classList.add(this.containerClassName);let{data:{rect:t,rotation:e,inkLists:i,borderStyle:r,popupRef:s}}=this,{transform:n,width:a,height:o}=this.#nL(e,t),l=this.svgFactory.create(a,o,!0),h=this.#nB=this.svgFactory.createElement("svg:g");l.append(h),h.setAttribute("stroke-width",r.width||1),h.setAttribute("stroke-linecap","round"),h.setAttribute("stroke-linejoin","round"),h.setAttribute("stroke-miterlimit",10),h.setAttribute("stroke","transparent"),h.setAttribute("fill","transparent"),h.setAttribute("transform",n);for(let t=0,e=i.length;t<e;t++){let e=this.svgFactory.createElement(this.svgElementName);this.#nF.push(e),e.setAttribute("points",i[t].join(",")),h.append(e)}return!s&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this.container.append(l),this._editOnDoubleClick(),this.container}updateEdited(t){super.updateEdited(t);let{thickness:e,points:i,rect:r}=t,s=this.#nB;if(e>=0&&s.setAttribute("stroke-width",e||1),i)for(let t=0,e=this.#nF.length;t<e;t++)this.#nF[t].setAttribute("points",i[t].join(","));if(r){let{transform:t,width:e,height:i}=this.#nL(this.data.rotation,r);s.parentElement.setAttribute("viewBox",`0 0 ${e} ${i}`),s.setAttribute("transform",t)}}getElementsToTriggerPopup(){return this.#nF}addHighlightArea(){this.container.classList.add("highlightArea")}}class rc extends i0{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0}),this.annotationEditorType=g.HIGHLIGHT}render(){let{data:{overlaidText:t,popupRef:e}}=this;if(!e&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this.container.classList.add("highlightAnnotation"),this._editOnDoubleClick(),t){let e=document.createElement("mark");e.classList.add("overlaidText"),e.textContent=t,this.container.append(e)}return this.container}}class ru extends i0{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0})}render(){let{data:{overlaidText:t,popupRef:e}}=this;if(!e&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this.container.classList.add("underlineAnnotation"),t){let e=document.createElement("u");e.classList.add("overlaidText"),e.textContent=t,this.container.append(e)}return this.container}}class rp extends i0{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0})}render(){let{data:{overlaidText:t,popupRef:e}}=this;if(!e&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this.container.classList.add("squigglyAnnotation"),t){let e=document.createElement("u");e.classList.add("overlaidText"),e.textContent=t,this.container.append(e)}return this.container}}class rg extends i0{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0})}render(){let{data:{overlaidText:t,popupRef:e}}=this;if(!e&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this.container.classList.add("strikeoutAnnotation"),t){let e=document.createElement("s");e.classList.add("overlaidText"),e.textContent=t,this.container.append(e)}return this.container}}class rm extends i0{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.annotationEditorType=g.STAMP}render(){return this.container.classList.add("stampAnnotation"),this.container.setAttribute("role","img"),!this.data.popupRef&&this.hasPopupData&&(this.hasOwnCommentButton=!0,this._createPopup()),this._editOnDoubleClick(),this.container}}class rf extends i0{#nO=null;constructor(t){super(t,{isRenderable:!0});const{file:e}=this.data;this.filename=e.filename,this.content=e.content,this.linkService.eventBus?.dispatch("fileattachmentannotation",{source:this,...e})}render(){let t;this.container.classList.add("fileAttachmentAnnotation");let{container:e,data:i}=this;i.hasAppearance||0===i.fillAlpha?t=document.createElement("div"):((t=document.createElement("img")).src=`${this.imageResourcesPath}annotation-${/paperclip/i.test(i.name)?"paperclip":"pushpin"}.svg`,i.fillAlpha&&i.fillAlpha<1&&(t.style=`filter: opacity(${Math.round(100*i.fillAlpha)}%);`)),t.addEventListener("dblclick",this.#nN.bind(this)),this.#nO=t;let{isMac:r}=U.platform;return e.addEventListener("keydown",t=>{"Enter"===t.key&&(r?t.metaKey:t.ctrlKey)&&this.#nN()}),!i.popupRef&&this.hasPopupData?(this.hasOwnCommentButton=!0,this._createPopup()):t.classList.add("popupTriggerArea"),e.append(t),e}getElementsToTriggerPopup(){return this.#nO}addHighlightArea(){this.container.classList.add("highlightArea")}#nN(){this.downloadManager?.openOrDownloadData(this.content,this.filename)}}class rb{#nU=null;#nz=null;#j=null;#nH=new Map;#nj=null;#n$=null;#nl=[];#nG=!1;zIndex=0;constructor({div:t,accessibilityManager:e,annotationCanvasMap:i,annotationEditorUIManager:r,page:s,viewport:n,structTreeLayer:a,commentManager:o,linkService:l,annotationStorage:h}){this.div=t,this.#nU=e,this.#nz=i,this.#nj=a||null,this.#n$=l||null,this.#j=h||new tq,this.page=s,this.viewport=n,this._annotationEditorUIManager=r,this._commentManager=o||null}hasEditableAnnotations(){return this.#nH.size>0}async render(t){let{annotations:e}=t,i=this.div;tb(i,this.viewport);let r=new Map,s=[],n={data:null,layer:i,linkService:this.#n$,downloadManager:t.downloadManager,imageResourcesPath:t.imageResourcesPath||"",renderForms:!1!==t.renderForms,svgFactory:new iY,annotationStorage:this.#j,enableComment:!0===t.enableComment,enableScripting:!0===t.enableScripting,hasJSActions:t.hasJSActions,fieldObjects:t.fieldObjects,parent:this,elements:null};for(let t of e){if(t.noHTML)continue;let e=t.annotationType===v.POPUP;if(e){let e=r.get(t.id);if(!e)continue;if(!this._commentManager){s.push(t);continue}n.elements=e}else if(t.rect[2]===t.rect[0]||t.rect[3]===t.rect[1])continue;n.data=t;let i=iZ.create(n);if(!i.isRenderable)continue;!e&&(this.#nl.push(i),t.popupRef&&r.getOrInsertComputed(t.popupRef,W).push(i));let a=i.render();t.hidden&&(a.style.visibility="hidden"),i._isEditable&&(this.#nH.set(i.data.id,i),this._annotationEditorUIManager?.renderAnnotationElement(i))}for(let t of(await this.#nV(),s)){let e=n.elements=r.get(t.id);n.data=t;let i=iZ.create(n);if(!i.isRenderable)continue;let s=i.render();i.contentElement.id=`${V}${t.id}`,t.hidden&&(s.style.visibility="hidden"),e.at(-1).container.after(s)}this.#nW()}async #nV(){if(0===this.#nl.length)return;this.div.replaceChildren();let t=[];if(!this.#nG)for(let{contentElement:e,data:{id:i}}of(this.#nG=!0,this.#nl)){let r=e.id=`${V}${i}`;t.push(this.#nj?.getAriaAttributes(r).then(t=>{if(t)for(let[i,r]of t)e.setAttribute(i,r)}))}this.#nl.sort(({data:{rect:[t,e,i,r]}},{data:{rect:[s,n,a,o]}})=>{if(t===i&&e===r)return 1;if(s===a&&n===o)return -1;let l=(e+r)/2,h=(n+o)/2;return l>=o&&h<=e?-1:h>=r&&l<=n?1:(t+i)/2-(s+a)/2});let e=document.createDocumentFragment();for(let t of this.#nl)e.append(t.container),this._commentManager?(t.extraPopupElement?.popup||t.popup)?.renderCommentButton():t.extraPopupElement&&e.append(t.extraPopupElement.render());if(this.div.append(e),await Promise.all(t),this.#nU)for(let t of this.#nl)this.#nU.addPointerInTextLayer(t.contentElement,!1)}async addLinkAnnotations(t){let e={data:null,layer:this.div,linkService:this.#n$,svgFactory:new iY,parent:this};for(let i of t){i.borderStyle||=rb._defaultBorderStyle,e.data=i;let t=iZ.create(e);t.isRenderable&&(t.render(),t.contentElement.id=`${V}${i.id}`,this.#nl.push(t))}await this.#nV()}update({viewport:t}){let e=this.div;this.viewport=t,tb(e,{rotation:t.rotation}),this.#nW(),e.hidden=!1}#nW(){if(!this.#nz)return;let t=this.div;for(let[e,i]of this.#nz){let r=t.querySelector(`[data-annotation-id="${e}"]`);if(!r)continue;i.className="annotationContent";let{firstChild:s}=r;s?"CANVAS"===s.nodeName?s.replaceWith(i):s.classList.contains("annotationContent")?s.after(i):s.before(i):r.append(i);let n=this.#nH.get(e);n&&(n._hasNoCanvas?(this._annotationEditorUIManager?.setMissingCanvas(e,r.id,i),n._hasNoCanvas=!1):n.canvas=i)}this.#nz.clear()}getEditableAnnotations(){return this.#nH.values()}getEditableAnnotation(t){return this.#nH.get(t)}addFakeAnnotation(t){let{div:e}=this,{id:i,rotation:r}=t,s=new i1({data:{id:i,rect:t.getPDFRect(),rotation:r},editor:t,layer:e,parent:this,enableComment:!!this._commentManager,linkService:this.#n$,annotationStorage:this.#j});return s.render(),s.contentElement.id=`${V}${i}`,s.createOrUpdatePopup(),this.#nl.push(s),s}removeAnnotation(t){let e=this.#nl.findIndex(e=>e.data.id===t);if(e<0)return;let[i]=this.#nl.splice(e,1);this.#nU?.removePointerInTextLayer(i.contentElement)}updateFakeAnnotations(t){if(0!==t.length){for(let e of t)e.updateFakeAnnotationElement(this);this.#nV()}}togglePointerEvents(t=!1){this.div.classList.toggle("disabled",!t)}static get _defaultBorderStyle(){return k(this,"_defaultBorderStyle",Object.freeze({width:1,rawWidth:1,style:1,dashArray:[3],horizontalCornerRadius:0,verticalCornerRadius:0}))}}let rv=/\r\n?|\n/g;class ry extends tG{#nX="";#nq=`${this.id}-editor`;#nK=null;#nE;_colorPicker=null;static _freeTextDefaultContent="";static _internalPadding=0;static _defaultColor=null;static _defaultFontSize=10;static get _keyboardManager(){let t=ry.prototype,e=t=>t.isEmpty(),i=tz.TRANSLATE_SMALL,r=tz.TRANSLATE_BIG;return k(this,"_keyboardManager",new tN([[["ctrl+s","mac+meta+s","ctrl+p","mac+meta+p"],t.commitOrRemove,{bubbles:!0}],[["ctrl+Enter","mac+meta+Enter","Escape","mac+Escape"],t.commitOrRemove],[["ArrowLeft","mac+ArrowLeft"],t._translateEmpty,{args:[-i,0],checker:e}],[["ctrl+ArrowLeft","mac+shift+ArrowLeft"],t._translateEmpty,{args:[-r,0],checker:e}],[["ArrowRight","mac+ArrowRight"],t._translateEmpty,{args:[i,0],checker:e}],[["ctrl+ArrowRight","mac+shift+ArrowRight"],t._translateEmpty,{args:[r,0],checker:e}],[["ArrowUp","mac+ArrowUp"],t._translateEmpty,{args:[0,-i],checker:e}],[["ctrl+ArrowUp","mac+shift+ArrowUp"],t._translateEmpty,{args:[0,-r],checker:e}],[["ArrowDown","mac+ArrowDown"],t._translateEmpty,{args:[0,i],checker:e}],[["ctrl+ArrowDown","mac+shift+ArrowDown"],t._translateEmpty,{args:[0,r],checker:e}]]))}static _type="freetext";static _editorType=g.FREETEXT;constructor(t){super({...t,name:"freeTextEditor"}),this.color=t.color||ry._defaultColor||tG._defaultLineColor,this.#nE=t.fontSize||ry._defaultFontSize,this.annotationElementId||this._uiManager.a11yAlert("pdfjs-editor-freetext-added-alert"),this.canAddComment=!1}static initialize(t,e){tG.initialize(t,e);let i=getComputedStyle(document.documentElement);this._internalPadding=parseFloat(i.getPropertyValue("--freetext-padding"))}static updateDefaultParams(t,e){switch(t){case m.FREETEXT_SIZE:ry._defaultFontSize=e;break;case m.FREETEXT_COLOR:ry._defaultColor=e}}updateParams(t,e){switch(t){case m.FREETEXT_SIZE:this.#nY(e);break;case m.FREETEXT_COLOR:this.#n_(e)}}static get defaultPropertiesToUpdate(){return[[m.FREETEXT_SIZE,ry._defaultFontSize],[m.FREETEXT_COLOR,ry._defaultColor||tG._defaultLineColor]]}get propertiesToUpdate(){return[[m.FREETEXT_SIZE,this.#nE],[m.FREETEXT_COLOR,this.color]]}get toolbarButtons(){return this._colorPicker||=new iV(this),[["colorPicker",this._colorPicker]]}get colorType(){return m.FREETEXT_COLOR}#nY(t){let e=t=>{this.editorDiv.style.fontSize=`calc(${t}px * var(--total-scale-factor))`,this.translate(0,-(t-this.#nE)*this.parentScale),this.#nE=t,this.#nJ()},i=this.#nE;this.addCommands({cmd:e.bind(this,t),undo:e.bind(this,i),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:m.FREETEXT_SIZE,overwriteIfSameType:!0,keepUndo:!0})}onUpdatedColor(){this.editorDiv.style.color=this.color,this._colorPicker?.update(this.color),super.onUpdatedColor()}#n_(t){let e=t=>{this.color=t,this.onUpdatedColor()},i=this.color;this.addCommands({cmd:e.bind(this,t),undo:e.bind(this,i),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:m.FREETEXT_COLOR,overwriteIfSameType:!0,keepUndo:!0})}_translateEmpty(t,e){this._uiManager.translateSelectedEditors(t,e,!0)}getInitialTranslation(){let t=this.parentScale;return[-ry._internalPadding*t,-(ry._internalPadding+this.#nE)*t]}rebuild(){!this.parent||(super.rebuild(),null!==this.div&&(this.isAttachedToDOM||this.parent.add(this)))}enableEditMode(){if(!super.enableEditMode())return!1;this.overlayDiv.classList.remove("enabled"),this.editorDiv.contentEditable=!0,this._isDraggable=!1,this.div.removeAttribute("aria-activedescendant"),this.#nK=new AbortController;let t=this._uiManager.combinedSignal(this.#nK);return this.editorDiv.addEventListener("keydown",this.editorDivKeydown.bind(this),{signal:t}),this.editorDiv.addEventListener("focus",this.editorDivFocus.bind(this),{signal:t}),this.editorDiv.addEventListener("blur",this.editorDivBlur.bind(this),{signal:t}),this.editorDiv.addEventListener("input",this.editorDivInput.bind(this),{signal:t}),this.editorDiv.addEventListener("paste",this.editorDivPaste.bind(this),{signal:t}),!0}disableEditMode(){return!!super.disableEditMode()&&(this.overlayDiv.classList.add("enabled"),this.editorDiv.contentEditable=!1,this.div.setAttribute("aria-activedescendant",this.#nq),this._isDraggable=!0,this.#nK?.abort(),this.#nK=null,this.div.focus({preventScroll:!0}),this.isEditing=!1,this.parent.div.classList.add("freetextEditing"),!0)}focusin(t){this._focusEventsAllowed&&(super.focusin(t),t.target!==this.editorDiv&&this.editorDiv.focus())}onceAdded(t){this.width||(this.enableEditMode(),t&&this.editorDiv.focus(),this._initialOptions?.isCentered&&this.center(),this._initialOptions=null)}isEmpty(){return!this.editorDiv||""===this.editorDiv.innerText.trim()}remove(){this.isEditing=!1,this.parent&&(this.parent.setEditingState(!0),this.parent.div.classList.add("freetextEditing")),super.remove()}#nQ(){let t=[];this.editorDiv.normalize();let e=null;for(let i of this.editorDiv.childNodes)(e?.nodeType!==Node.TEXT_NODE||"BR"!==i.nodeName)&&(t.push(ry.#nZ(i)),e=i);return t.join("\n")}#nJ(){let t,[e,i]=this.parentDimensions;if(this.isAttachedToDOM)t=this.div.getBoundingClientRect();else{let{currentLayer:e,div:i}=this,r=i.style.display,s=i.classList.contains("hidden");i.classList.remove("hidden"),i.style.display="hidden",e.div.append(this.div),t=i.getBoundingClientRect(),i.remove(),i.style.display=r,i.classList.toggle("hidden",s)}this.rotation%180==this.parentRotation%180?(this.width=t.width/e,this.height=t.height/i):(this.width=t.height/e,this.height=t.width/i),this.fixAndSetPosition()}commit(){if(!this.isInEditMode())return;super.commit(),this.disableEditMode();let t=this.#nX,e=this.#nX=this.#nQ().trimEnd();if(t===e)return;let i=t=>{(this.#nX=t,t)?(this.#n0(),this._uiManager.rebuild(this),this.#nJ()):this.remove()};this.addCommands({cmd:()=>{i(e)},undo:()=>{i(t)},mustExec:!1}),this.#nJ()}shouldGetKeyboardEvents(){return this.isInEditMode()}enterInEditMode(){this.enableEditMode(),this.editorDiv.focus()}keydown(t){t.target===this.div&&"Enter"===t.key&&(this.enterInEditMode(),t.preventDefault())}editorDivKeydown(t){ry._keyboardManager.exec(this,t)}editorDivFocus(t){this.isEditing=!0}editorDivBlur(t){this.isEditing=!1}editorDivInput(t){this.parent.div.classList.toggle("freetextEditing",this.isEmpty())}disableEditing(){this.editorDiv.setAttribute("role","comment"),this.editorDiv.removeAttribute("aria-multiline")}enableEditing(){this.editorDiv.setAttribute("role","textbox"),this.editorDiv.setAttribute("aria-multiline",!0)}get canChangeContent(){return!0}render(){let t,e;if(this.div)return this.div;(this._isCopy||this.annotationElementId)&&(t=this.x,e=this.y),super.render(),this.editorDiv=document.createElement("div"),this.editorDiv.className="internal",this.editorDiv.setAttribute("id",this.#nq),this.editorDiv.setAttribute("data-l10n-id","pdfjs-free-text2"),this.editorDiv.setAttribute("data-l10n-attrs","default-content"),this.enableEditing(),this.editorDiv.contentEditable=!0;let{style:i}=this.editorDiv;if(i.fontSize=`calc(${this.#nE}px * var(--total-scale-factor))`,i.color=this.color,this.div.append(this.editorDiv),this.overlayDiv=document.createElement("div"),this.overlayDiv.classList.add("overlay","enabled"),this.div.append(this.overlayDiv),this._isCopy||this.annotationElementId){let[i,r]=this.parentDimensions;if(this.annotationElementId){let s,n,{position:a}=this._initialData,[o,l]=this.getInitialTranslation();[o,l]=this.pageTranslationToScreen(o,l);let[h,d]=this.pageDimensions,[c,u]=this.pageTranslation;switch(this.rotation){case 0:s=t+(a[0]-c)/h,n=e+this.height-(a[1]-u)/d;break;case 90:s=t+(a[0]-c)/h,n=e-(a[1]-u)/d,[o,l]=[l,-o];break;case 180:s=t-this.width+(a[0]-c)/h,n=e-(a[1]-u)/d,[o,l]=[-o,-l];break;case 270:s=t+(a[0]-c-this.height*d)/h,n=e+(a[1]-u-this.width*h)/d,[o,l]=[-l,o]}this.setAt(s*i,n*r,o,l)}else this._moveAfterPaste(t,e);this.#n0(),this._isDraggable=!0,this.editorDiv.contentEditable=!1}else this._isDraggable=!1,this.editorDiv.contentEditable=!0;return this.div}static #nZ(t){return(t.nodeType===Node.TEXT_NODE?t.nodeValue:t.innerText).replaceAll(rv,"")}editorDivPaste(t){let e=t.clipboardData||window.clipboardData,{types:i}=e;if(1===i.length&&"text/plain"===i[0])return;t.preventDefault();let r=ry.#n1(e.getData("text")||"").replaceAll(rv,"\n");if(!r)return;let s=window.getSelection();if(!s.rangeCount)return;this.editorDiv.normalize(),s.deleteFromDocument();let n=s.getRangeAt(0);if(!r.includes("\n")){n.insertNode(document.createTextNode(r)),this.editorDiv.normalize(),s.collapseToStart();return}let{startContainer:a,startOffset:o}=n,l=[],h=[];if(a.nodeType===Node.TEXT_NODE){let t=a.parentElement;if(h.push(a.nodeValue.slice(o).replaceAll(rv,"")),t!==this.editorDiv){let e=l;for(let i of this.editorDiv.childNodes){if(i===t){e=h;continue}e.push(ry.#nZ(i))}}l.push(a.nodeValue.slice(0,o).replaceAll(rv,""))}else if(a===this.editorDiv){let t=l,e=0;for(let i of this.editorDiv.childNodes)e++===o&&(t=h),t.push(ry.#nZ(i))}this.#nX=`${l.join("\n")}${r}${h.join("\n")}`,this.#n0();let d=new Range,c=Math.sumPrecise(l.map(t=>t.length));for(let{firstChild:t}of this.editorDiv.childNodes)if(t.nodeType===Node.TEXT_NODE){let e=t.nodeValue.length;if(c<=e){d.setStart(t,c),d.setEnd(t,c);break}c-=e}s.removeAllRanges(),s.addRange(d)}#n0(){if(this.editorDiv.replaceChildren(),this.#nX)for(let t of this.#nX.split("\n")){let e=document.createElement("div");e.append(t?document.createTextNode(t):document.createElement("br")),this.editorDiv.append(e)}}#n2(){return this.#nX.replaceAll("\xa0"," ")}static #n1(t){return t.replaceAll(" ","\xa0")}get contentDiv(){return this.editorDiv}getPDFRect(){let t=ry._internalPadding*this.parentScale;return this.getRect(t,t)}static async deserialize(t,e,i){let r=null;if(t instanceof rr){let{data:{defaultAppearanceData:{fontSize:e,fontColor:i},rect:s,rotation:n,id:a,popupRef:o,richText:l,contentsObj:h,creationDate:d,modificationDate:c},textContent:u,textPosition:p,parent:{page:{pageNumber:m}}}=t;if(!u||0===u.length)return null;r=t={annotationType:g.FREETEXT,color:Array.from(i),fontSize:e,value:u.join("\n"),position:p,pageIndex:m-1,rect:s.slice(0),rotation:n,annotationElementId:a,id:a,deleted:!1,popupRef:o,comment:h?.str||null,richText:l,creationDate:d,modificationDate:c}}let s=await super.deserialize(t,e,i);return s.#nE=t.fontSize,s.color=z.makeHexColor(...t.color),s.#nX=ry.#n1(t.value),s._initialData=r,t.comment&&s.setCommentData(t),s}serialize(t=!1){if(this.isEmpty())return null;if(this.deleted)return this.serializeDeleted();let e=tG._colorManager.convert(this.isAttachedToDOM?getComputedStyle(this.editorDiv).color:this.color),i=Object.assign(super.serialize(t),{color:e,fontSize:this.#nE,value:this.#n2()});return(this.addComment(i),t)?(i.isCopy=!0,i):this.annotationElementId&&!this.#n5(i)?null:(i.id=this.annotationElementId,i)}#n5(t){let{value:e,fontSize:i,color:r,pageIndex:s}=this._initialData;return this.hasEditedComment||this._hasBeenMoved||t.value!==e||t.fontSize!==i||t.color.some((t,e)=>t!==r[e])||t.pageIndex!==s}renderAnnotationElement(t){let e=super.renderAnnotationElement(t);if(!e)return null;let{style:i}=e;for(let t of(i.fontSize=`calc(${this.#nE}px * var(--total-scale-factor))`,i.color=this.color,e.replaceChildren(),this.#nX.split("\n"))){let i=document.createElement("div");i.append(t?document.createTextNode(t):document.createElement("br")),e.append(i)}return t.updateEdited({rect:this.getPDFRect(),popup:this._uiManager.hasCommentManager()||this.hasEditedComment?this.comment:{text:this.#nX}}),e}resetAnnotationElement(t){super.resetAnnotationElement(t),t.resetEdited()}}class rA{static PRECISION=1e-4;toSVGPath(){T("Abstract method `toSVGPath` must be implemented.")}get box(){T("Abstract getter `box` must be implemented.")}serialize(t,e){T("Abstract method `serialize` must be implemented.")}static _rescale(t,e,i,r,s,n){n||=new Float32Array(t.length);for(let a=0,o=t.length;a<o;a+=2)n[a]=e+t[a]*r,n[a+1]=i+t[a+1]*s;return n}static _rescaleAndSwap(t,e,i,r,s,n){n||=new Float32Array(t.length);for(let a=0,o=t.length;a<o;a+=2)n[a]=e+t[a+1]*r,n[a+1]=i+t[a]*s;return n}static _translate(t,e,i,r){r||=new Float32Array(t.length);for(let s=0,n=t.length;s<n;s+=2)r[s]=e+t[s],r[s+1]=i+t[s+1];return r}static svgRound(t){return Math.round(1e4*t)}static _normalizePoint(t,e,i,r,s){switch(s){case 90:return[1-e/i,t/r];case 180:return[1-t/i,1-e/r];case 270:return[e/i,1-t/r];default:return[t/i,e/r]}}static _normalizePagePoint(t,e,i){switch(i){case 90:return[1-e,t];case 180:return[1-t,1-e];case 270:return[e,1-t];default:return[t,e]}}static createBezierPoints(t,e,i,r,s,n){return[(t+5*i)/6,(e+5*r)/6,(5*i+s)/6,(5*r+n)/6,(i+s)/2,(r+n)/2]}}class rx{#n3;#n6=[];#n4;#n9;#n8=[];#n7=new Float32Array(18);#at;#ae;#ai;#ar;#as;#an;#aa=[];static #ao=8;static #al=2;static #ah=rx.#ao+rx.#al;constructor({x:t,y:e},i,r,s,n,a=0){this.#n3=i,this.#an=s*r,this.#n9=n,this.#n7.set([NaN,NaN,NaN,NaN,t,e],6),this.#n4=a,this.#ar=rx.#ao*r,this.#ai=rx.#ah*r,this.#as=r,this.#aa.push(t,e)}isEmpty(){return isNaN(this.#n7[8])}#ad(){let t=this.#n7.subarray(4,6),e=this.#n7.subarray(16,18),[i,r,s,n]=this.#n3;return[(this.#at+(t[0]-e[0])/2-i)/s,(this.#ae+(t[1]-e[1])/2-r)/n,(this.#at+(e[0]-t[0])/2-i)/s,(this.#ae+(e[1]-t[1])/2-r)/n]}add({x:t,y:e}){this.#at=t,this.#ae=e;let[i,r,s,n]=this.#n3,[a,o,l,h]=this.#n7.subarray(8,12),d=t-l,c=e-h,u=Math.hypot(d,c);if(u<this.#ai)return!1;let p=u-this.#ar,g=p/u,m=g*d,f=g*c,b=a,v=o;a=l,o=h,l+=m,h+=f,this.#aa?.push(t,e);let y=-f/p*this.#an,A=m/p*this.#an;return(this.#n7.set(this.#n7.subarray(2,8),0),this.#n7.set([l+y,h+A],4),this.#n7.set(this.#n7.subarray(14,18),12),this.#n7.set([l-y,h-A],16),isNaN(this.#n7[6]))?(0===this.#n8.length&&(this.#n7.set([a+y,o+A],2),this.#n8.push(NaN,NaN,NaN,NaN,(a+y-i)/s,(o+A-r)/n),this.#n7.set([a-y,o-A],14),this.#n6.push(NaN,NaN,NaN,NaN,(a-y-i)/s,(o-A-r)/n)),this.#n7.set([b,v,a,o,l,h],6),!this.isEmpty()):((this.#n7.set([b,v,a,o,l,h],6),Math.abs(Math.atan2(v-o,b-a)-Math.atan2(f,m))<Math.PI/2)?([a,o,l,h]=this.#n7.subarray(2,6),this.#n8.push(NaN,NaN,NaN,NaN,((a+l)/2-i)/s,((o+h)/2-r)/n),[a,o,b,v]=this.#n7.subarray(14,18),this.#n6.push(NaN,NaN,NaN,NaN,((b+a)/2-i)/s,((v+o)/2-r)/n)):([b,v,a,o,l,h]=this.#n7.subarray(0,6),this.#n8.push(((b+5*a)/6-i)/s,((v+5*o)/6-r)/n,((5*a+l)/6-i)/s,((5*o+h)/6-r)/n,((a+l)/2-i)/s,((o+h)/2-r)/n),[l,h,a,o,b,v]=this.#n7.subarray(12,18),this.#n6.push(((b+5*a)/6-i)/s,((v+5*o)/6-r)/n,((5*a+l)/6-i)/s,((5*o+h)/6-r)/n,((a+l)/2-i)/s,((o+h)/2-r)/n)),!0)}toSVGPath(){if(this.isEmpty())return"";let t=this.#n8,e=this.#n6;if(isNaN(this.#n7[6])&&!this.isEmpty())return this.#ac();let i=[];i.push(`M${t[4]} ${t[5]}`);for(let e=6;e<t.length;e+=6)isNaN(t[e])?i.push(`L${t[e+4]} ${t[e+5]}`):i.push(`C${t[e]} ${t[e+1]} ${t[e+2]} ${t[e+3]} ${t[e+4]} ${t[e+5]}`);this.#au(i);for(let t=e.length-6;t>=6;t-=6)isNaN(e[t])?i.push(`L${e[t+4]} ${e[t+5]}`):i.push(`C${e[t]} ${e[t+1]} ${e[t+2]} ${e[t+3]} ${e[t+4]} ${e[t+5]}`);return this.#ap(i),i.join(" ")}#ac(){let[t,e,i,r]=this.#n3,[s,n,a,o]=this.#ad();return`M${(this.#n7[2]-t)/i} ${(this.#n7[3]-e)/r} L${(this.#n7[4]-t)/i} ${(this.#n7[5]-e)/r} L${s} ${n} L${a} ${o} L${(this.#n7[16]-t)/i} ${(this.#n7[17]-e)/r} L${(this.#n7[14]-t)/i} ${(this.#n7[15]-e)/r} Z`}#ap(t){let e=this.#n6;t.push(`L${e[4]} ${e[5]} Z`)}#au(t){let[e,i,r,s]=this.#n3,n=this.#n7.subarray(4,6),a=this.#n7.subarray(16,18),[o,l,h,d]=this.#ad();t.push(`L${(n[0]-e)/r} ${(n[1]-i)/s} L${o} ${l} L${h} ${d} L${(a[0]-e)/r} ${(a[1]-i)/s}`)}newFreeDrawOutline(t,e,i,r,s,n){return new rw(t,e,i,r,s,n)}getOutlines(){let t=this.#n8,e=this.#n6,i=this.#n7,[r,s,n,a]=this.#n3,o=new Float32Array((this.#aa?.length??0)+2);for(let t=0,e=o.length-2;t<e;t+=2)o[t]=(this.#aa[t]-r)/n,o[t+1]=(this.#aa[t+1]-s)/a;if(o[o.length-2]=(this.#at-r)/n,o[o.length-1]=(this.#ae-s)/a,isNaN(i[6])&&!this.isEmpty())return this.#ag(o);let l=new Float32Array(this.#n8.length+24+this.#n6.length),h=t.length;for(let e=0;e<h;e+=2){if(isNaN(t[e])){l[e]=l[e+1]=NaN;continue}l[e]=t[e],l[e+1]=t[e+1]}h=this.#am(l,h);for(let t=e.length-6;t>=6;t-=6)for(let i=0;i<6;i+=2){if(isNaN(e[t+i])){l[h]=l[h+1]=NaN,h+=2;continue}l[h]=e[t+i],l[h+1]=e[t+i+1],h+=2}return this.#af(l,h),this.newFreeDrawOutline(l,o,this.#n3,this.#as,this.#n4,this.#n9)}#ag(t){let e=this.#n7,[i,r,s,n]=this.#n3,[a,o,l,h]=this.#ad(),d=new Float32Array(36);return d.set([NaN,NaN,NaN,NaN,(e[2]-i)/s,(e[3]-r)/n,NaN,NaN,NaN,NaN,(e[4]-i)/s,(e[5]-r)/n,NaN,NaN,NaN,NaN,a,o,NaN,NaN,NaN,NaN,l,h,NaN,NaN,NaN,NaN,(e[16]-i)/s,(e[17]-r)/n,NaN,NaN,NaN,NaN,(e[14]-i)/s,(e[15]-r)/n],0),this.newFreeDrawOutline(d,t,this.#n3,this.#as,this.#n4,this.#n9)}#af(t,e){let i=this.#n6;return t.set([NaN,NaN,NaN,NaN,i[4],i[5]],e),e+=6}#am(t,e){let i=this.#n7.subarray(4,6),r=this.#n7.subarray(16,18),[s,n,a,o]=this.#n3,[l,h,d,c]=this.#ad();return t.set([NaN,NaN,NaN,NaN,(i[0]-s)/a,(i[1]-n)/o,NaN,NaN,NaN,NaN,l,h,NaN,NaN,NaN,NaN,d,c,NaN,NaN,NaN,NaN,(r[0]-s)/a,(r[1]-n)/o],e),e+=24}}class rw extends rA{#n3;#ab=new Float32Array(4);#n4;#n9;#aa;#as;#av;constructor(t,e,i,r,s,n){super(),this.#av=t,this.#aa=e,this.#n3=i,this.#as=r,this.#n4=s,this.#n9=n,this.firstPoint=[NaN,NaN],this.lastPoint=[NaN,NaN],this.#ay(n);const[a,o,l,h]=this.#ab;for(let e=0,i=t.length;e<i;e+=2)t[e]=(t[e]-a)/l,t[e+1]=(t[e+1]-o)/h;for(let t=0,i=e.length;t<i;t+=2)e[t]=(e[t]-a)/l,e[t+1]=(e[t+1]-o)/h}toSVGPath(){let t=[`M${this.#av[4]} ${this.#av[5]}`];for(let e=6,i=this.#av.length;e<i;e+=6){if(isNaN(this.#av[e])){t.push(`L${this.#av[e+4]} ${this.#av[e+5]}`);continue}t.push(`C${this.#av[e]} ${this.#av[e+1]} ${this.#av[e+2]} ${this.#av[e+3]} ${this.#av[e+4]} ${this.#av[e+5]}`)}return t.push("Z"),t.join(" ")}serialize([t,e,i,r],s){let n,a,o=i-t,l=r-e;switch(s){case 0:n=rA._rescale(this.#av,t,r,o,-l),a=rA._rescale(this.#aa,t,r,o,-l);break;case 90:n=rA._rescaleAndSwap(this.#av,t,e,o,l),a=rA._rescaleAndSwap(this.#aa,t,e,o,l);break;case 180:n=rA._rescale(this.#av,i,e,-o,l),a=rA._rescale(this.#aa,i,e,-o,l);break;case 270:n=rA._rescaleAndSwap(this.#av,i,r,-o,-l),a=rA._rescaleAndSwap(this.#aa,i,r,-o,-l)}return{outline:Array.from(n),points:[Array.from(a)]}}#ay(t){let e=this.#av,i=e[4],r=e[5],s=[i,r,i,r],n=i,a=r,o=i,l=r,d=t?Math.max:Math.min,c=new Float32Array(4);for(let t=6,u=e.length;t<u;t+=6){let u=e[t+4],p=e[t+5];isNaN(e[t])?(z.pointBoundingBox(u,p,s),a>p?(n=u,a=p):a===p&&(n=d(n,u)),l<p?(o=u,l=p):l===p&&(o=d(o,u))):(c.set(h,0),z.bezierBoundingBox(i,r,...e.slice(t,t+6),c),z.rectBoundingBox(...c,s),a>c[1]?(n=c[0],a=c[1]):a===c[1]&&(n=d(n,c[0])),l<c[3]?(o=c[2],l=c[3]):l===c[3]&&(o=d(o,c[2]))),i=u,r=p}let u=this.#ab;u[0]=s[0]-this.#n4,u[1]=s[1]-this.#n4,u[2]=s[2]-s[0]+2*this.#n4,u[3]=s[3]-s[1]+2*this.#n4,this.firstPoint=[n,a],this.lastPoint=[o,l]}get box(){return this.#ab}newOutliner(t,e,i,r,s,n=0){return new rx(t,e,i,r,s,n)}getNewOutline(t,e){let[i,r,s,n]=this.#ab,[a,o,l,h]=this.#n3,d=s*l,c=n*h,u=i*l+a,p=r*h+o,g=this.newOutliner({x:this.#aa[0]*d+u,y:this.#aa[1]*c+p},this.#n3,this.#as,t,this.#n9,e??this.#n4);for(let t=2;t<this.#aa.length;t+=2)g.add({x:this.#aa[t]*d+u,y:this.#aa[t+1]*c+p});return g.getOutlines()}}class r_{#n3;#aA;#ax;#aw=[];#a_=[];constructor(t,e=0,i=0,r=!0){const s=h.slice();for(const{x:i,y:r,width:n,height:a}of t){const t=1e-4*Math.floor((i-e)/1e-4),o=1e-4*Math.ceil((i+n+e)/1e-4),l=1e-4*Math.floor((r-e)/1e-4),h=1e-4*Math.ceil((r+a+e)/1e-4),d=[t,l,h,!0],c=[o,l,h,!1];this.#aw.push(d,c),z.rectBoundingBox(t,l,o,h,s)}const n=s[2]-s[0]+2*i,a=s[3]-s[1]+2*i,o=s[0]-i,l=s[1]-i;let d=r?-1/0:1/0,c=1/0;const u=this.#aw.at(r?-1:-2),p=[u[0],u[2]];for(const t of this.#aw){const[e,i,s,h]=t;!h&&r?i<c?(c=i,d=e):i===c&&(d=Math.max(d,e)):h&&!r&&(i<c?(c=i,d=e):i===c&&(d=Math.min(d,e))),t[0]=(e-o)/n,t[1]=(i-l)/a,t[2]=(s-l)/a}this.#n3=new Float32Array([o,l,n,a]),this.#aA=[d,c],this.#ax=p}getOutlines(){this.#aw.sort((t,e)=>t[0]-e[0]||t[1]-e[1]||t[2]-e[2]);let t=[];for(let e of this.#aw)e[3]?(t.push(...this.#aS(e)),this.#aT(e)):(this.#aE(e),t.push(...this.#aS(e)));return this.#aC(t)}#aC(t){let e,i=[],r=new Set;for(let e of t){let[t,r,s]=e;i.push([t,r,e],[t,s,e])}i.sort((t,e)=>t[1]-e[1]||t[0]-e[0]);for(let t=0,e=i.length;t<e;t+=2){let e=i[t][2],s=i[t+1][2];e.push(s),s.push(e),r.add(e),r.add(s)}let s=[];for(;r.size>0;){let t=r.values().next().value,[i,n,a,o,l]=t;r.delete(t);let h=i,d=n;for(e=[i,a],s.push(e);;){let t;if(r.has(o))t=o;else if(r.has(l))t=l;else break;r.delete(t),[i,n,a,o,l]=t,h!==i&&(e.push(h,d,i,d===n?n:a),h=i),d=d===n?a:n}e.push(h,d)}return new rS(s,this.#n3,this.#aA,this.#ax)}#aM(t){let e=this.#a_,i=0,r=e.length-1;for(;i<=r;){let s=i+r>>1,n=e[s][0];if(n===t)return s;n<t?i=s+1:r=s-1}return r+1}#aT([,t,e]){let i=this.#aM(t);this.#a_.splice(i,0,[t,e])}#aE([,t,e]){let i=this.#aM(t);for(let r=i;r<this.#a_.length;r++){let[i,s]=this.#a_[r];if(i!==t)break;if(i===t&&s===e)return void this.#a_.splice(r,1)}for(let r=i-1;r>=0;r--){let[i,s]=this.#a_[r];if(i!==t)break;if(i===t&&s===e)return void this.#a_.splice(r,1)}}#aS(t){let[e,i,r]=t,s=[[e,i,r]],n=this.#aM(r);for(let t=0;t<n;t++){let[i,r]=this.#a_[t];for(let t=0,n=s.length;t<n;t++){let[,a,o]=s[t];if(!(r<=a)&&!(o<=i)){if(a>=i){if(o>r)s[t][1]=r;else{if(1===n)return[];s.splice(t,1),t--,n--}continue}s[t][2]=i,o>r&&s.push([e,r,o])}}}return s}}class rS extends rA{#n3;#aP;constructor(t,e,i,r){super(),this.#aP=t,this.#n3=e,this.firstPoint=i,this.lastPoint=r}toSVGPath(){let t=[];for(let e of this.#aP){let[i,r]=e;t.push(`M${i} ${r}`);for(let s=2;s<e.length;s+=2){let n=e[s],a=e[s+1];n===i?(t.push(`V${a}`),r=a):a===r&&(t.push(`H${n}`),i=n)}t.push("Z")}return t.join(" ")}serialize([t,e,i,r],s){let n=[],a=i-t,o=r-e;for(let e of this.#aP){let i=Array(e.length);for(let s=0;s<e.length;s+=2)i[s]=t+e[s]*a,i[s+1]=r-e[s+1]*o;n.push(i)}return n}get box(){return this.#n3}get classNamesForOutlining(){return["highlightOutline"]}}class rT extends rx{newFreeDrawOutline(t,e,i,r,s,n){return new rE(t,e,i,r,s,n)}}class rE extends rw{newOutliner(t,e,i,r,s,n=0){return new rT(t,e,i,r,s,n)}}class rC extends tG{#ak=null;#aD=0;#aI;#aR=null;#n=null;#aB=null;#aF=null;#aL=0;#aO=null;#aN=null;#E=null;#aU=!1;#aA=null;#ax=null;#az=null;#eo="";#an;#aH="";static _defaultColor=null;static _defaultOpacity=1;static _defaultThickness=12;static _type="highlight";static _editorType=g.HIGHLIGHT;static _freeHighlightId=-1;static _freeHighlight=null;static _freeHighlightClipId="";static get _keyboardManager(){let t=rC.prototype;return k(this,"_keyboardManager",new tN([[["ArrowLeft","mac+ArrowLeft"],t._moveCaret,{args:[0]}],[["ArrowRight","mac+ArrowRight"],t._moveCaret,{args:[1]}],[["ArrowUp","mac+ArrowUp"],t._moveCaret,{args:[2]}],[["ArrowDown","mac+ArrowDown"],t._moveCaret,{args:[3]}]]))}constructor(t){super({...t,name:"highlightEditor"}),this.color=t.color||rC._defaultColor,this.#an=t.thickness||rC._defaultThickness,this.opacity=t.opacity||rC._defaultOpacity,this.#aI=t.boxes||null,this.#aH=t.methodOfCreation||"",this.#eo=t.text||"",this._isDraggable=!1,this.defaultL10nId="pdfjs-editor-highlight-editor",t.highlightId>-1?(this.#aU=!0,this.#aj(t),this.#a$()):this.#aI&&(this.#ak=t.anchorNode,this.#aD=t.anchorOffset,this.#aF=t.focusNode,this.#aL=t.focusOffset,this.#aG(),this.#a$(),this.rotate(this.rotation)),this.annotationElementId||this._uiManager.a11yAlert("pdfjs-editor-highlight-added-alert")}get telemetryInitialData(){return{action:"added",type:this.#aU?"free_highlight":"highlight",color:this._uiManager.getNonHCMColorName(this.color),thickness:this.#an,methodOfCreation:this.#aH}}get telemetryFinalData(){return{type:"highlight",color:this._uiManager.getNonHCMColorName(this.color)}}static computeTelemetryFinalData(t){return{numberOfColors:t.get("color").size}}#aG(){let t=new r_(this.#aI,.001);this.#aN=t.getOutlines(),[this.x,this.y,this.width,this.height]=this.#aN.box;let e=new r_(this.#aI,.0025,.001,"ltr"===this._uiManager.direction);this.#aB=e.getOutlines();let{firstPoint:i}=this.#aN;this.#aA=[(i[0]-this.x)/this.width,(i[1]-this.y)/this.height];let{lastPoint:r}=this.#aB;this.#ax=[(r[0]-this.x)/this.width,(r[1]-this.y)/this.height]}#aj({highlightOutlines:t,highlightId:e,clipPathId:i}){if(this.#aN=t,this.#aB=t.getNewOutline(this.#an/2+1.5,.0025),e>=0)this.#E=e,this.#aR=i,this.parent.drawLayer.finalizeDraw(e,{bbox:t.box,path:{d:t.toSVGPath()}}),this.#az=this.parent.drawLayer.drawOutline({rootClass:{highlightOutline:!0,free:!0},bbox:this.#aB.box,path:{d:this.#aB.toSVGPath()}},!0);else if(this.parent){let e=this.parent.viewport.rotation;this.parent.drawLayer.updateProperties(this.#E,{bbox:rC.#aV(this.#aN.box,(e-this.rotation+360)%360),path:{d:t.toSVGPath()}}),this.parent.drawLayer.updateProperties(this.#az,{bbox:rC.#aV(this.#aB.box,e),path:{d:this.#aB.toSVGPath()}})}let[r,s,n,a]=t.box;switch(this.rotation){case 0:this.x=r,this.y=s,this.width=n,this.height=a;break;case 90:{let[t,e]=this.parentDimensions;this.x=s,this.y=1-r,this.width=n*e/t,this.height=a*t/e;break}case 180:this.x=1-r,this.y=1-s,this.width=n,this.height=a;break;case 270:{let[t,e]=this.parentDimensions;this.x=1-s,this.y=r,this.width=n*e/t,this.height=a*t/e}}let{firstPoint:o}=t;this.#aA=[(o[0]-r)/n,(o[1]-s)/a];let{lastPoint:l}=this.#aB;this.#ax=[(l[0]-r)/n,(l[1]-s)/a]}static initialize(t,e){tG.initialize(t,e),rC._defaultColor||=e.highlightColors?.values().next().value||"#fff066"}static updateDefaultParams(t,e){switch(t){case m.HIGHLIGHT_COLOR:rC._defaultColor=e;break;case m.HIGHLIGHT_THICKNESS:rC._defaultThickness=e}}translateInPage(t,e){}get toolbarPosition(){return this.#ax}get commentButtonPosition(){return this.#aA}updateParams(t,e){switch(t){case m.HIGHLIGHT_COLOR:this.#n_(e);break;case m.HIGHLIGHT_THICKNESS:this.#aW(e)}}static get defaultPropertiesToUpdate(){return[[m.HIGHLIGHT_COLOR,rC._defaultColor],[m.HIGHLIGHT_THICKNESS,rC._defaultThickness]]}get propertiesToUpdate(){return[[m.HIGHLIGHT_COLOR,this.color||rC._defaultColor],[m.HIGHLIGHT_THICKNESS,this.#an||rC._defaultThickness],[m.HIGHLIGHT_FREE,this.#aU]]}onUpdatedColor(){this.parent?.drawLayer.updateProperties(this.#E,{root:{fill:this.color,"fill-opacity":this.opacity}}),this.#n?.updateColor(this.color),super.onUpdatedColor()}#n_(t){let e=(t,e)=>{this.color=t,this.opacity=e,this.onUpdatedColor()},i=this.color,r=this.opacity;this.addCommands({cmd:e.bind(this,t,rC._defaultOpacity),undo:e.bind(this,i,r),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:m.HIGHLIGHT_COLOR,overwriteIfSameType:!0,keepUndo:!0}),this._reportTelemetry({action:"color_changed",color:this._uiManager.getNonHCMColorName(t)},!0)}#aW(t){let e=this.#an,i=t=>{this.#an=t,this.#aX(t)};this.addCommands({cmd:i.bind(this,t),undo:i.bind(this,e),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:m.INK_THICKNESS,overwriteIfSameType:!0,keepUndo:!0}),this._reportTelemetry({action:"thickness_changed",thickness:t},!0)}get toolbarButtons(){return this._uiManager.highlightColors?[["colorPicker",this.#n=new iG({editor:this})]]:super.toolbarButtons}disableEditing(){super.disableEditing(),this.div.classList.toggle("disabled",!0)}enableEditing(){super.enableEditing(),this.div.classList.toggle("disabled",!1)}fixAndSetPosition(){return super.fixAndSetPosition(this.#aq())}getBaseTranslation(){return[0,0]}getRect(t,e){return super.getRect(t,e,this.#aq())}onceAdded(t){this.annotationElementId||this.parent.addUndoableEditor(this),t&&this.div.focus()}remove(){this.#aK(),this._reportTelemetry({action:"deleted"}),super.remove()}rebuild(){!this.parent||(super.rebuild(),null!==this.div&&(this.#a$(),this.isAttachedToDOM||this.parent.add(this)))}setParent(t){let e=!1;this.parent&&!t?this.#aK():t&&(this.#a$(t),e=!this.parent&&this.div?.classList.contains("selectedEditor")),super.setParent(t),this.show(this._isVisible),e&&this.select()}#aX(t){this.#aU&&(this.#aj({highlightOutlines:this.#aN.getNewOutline(t/2)}),this.fixAndSetPosition(),this.setDims())}#aK(){null!==this.#E&&this.parent&&(this.parent.drawLayer.remove(this.#E),this.#E=null,this.parent.drawLayer.remove(this.#az),this.#az=null)}#a$(t=this.parent){null===this.#E&&({id:this.#E,clipPathId:this.#aR}=t.drawLayer.draw({bbox:this.#aN.box,root:{viewBox:"0 0 1 1",fill:this.color,"fill-opacity":this.opacity},rootClass:{highlight:!0,free:this.#aU},path:{d:this.#aN.toSVGPath()}},!1,!0),this.#az=t.drawLayer.drawOutline({rootClass:{highlightOutline:!0,free:this.#aU},bbox:this.#aB.box,path:{d:this.#aB.toSVGPath()}},this.#aU),this.#aO&&(this.#aO.style.clipPath=this.#aR))}static #aV([t,e,i,r],s){switch(s){case 90:return[1-e-r,t,r,i];case 180:return[1-t-i,1-e-r,i,r];case 270:return[e,1-t-i,r,i]}return[t,e,i,r]}rotate(t){let e,{drawLayer:i}=this.parent;this.#aU?(t=(t-this.rotation+360)%360,e=rC.#aV(this.#aN.box,t)):e=rC.#aV([this.x,this.y,this.width,this.height],t),i.updateProperties(this.#E,{bbox:e,root:{"data-main-rotation":t}}),i.updateProperties(this.#az,{bbox:rC.#aV(this.#aB.box,t),root:{"data-main-rotation":t}})}render(){if(this.div)return this.div;let t=super.render();this.#eo&&(t.setAttribute("aria-label",this.#eo),t.setAttribute("role","mark")),this.#aU?t.classList.add("free"):this.div.addEventListener("keydown",this.#aY.bind(this),{signal:this._uiManager._signal});let e=this.#aO=document.createElement("div");return t.append(e),e.setAttribute("aria-hidden","true"),e.className="internal",e.style.clipPath=this.#aR,this.setDims(),tR(this,this.#aO,["pointerover","pointerleave"]),this.enableEditing(),t}pointerover(){this.isSelected||this.parent?.drawLayer.updateProperties(this.#az,{rootClass:{hovered:!0}})}pointerleave(){this.isSelected||this.parent?.drawLayer.updateProperties(this.#az,{rootClass:{hovered:!1}})}#aY(t){rC._keyboardManager.exec(this,t)}_moveCaret(t){switch(this.parent.unselect(this),t){case 0:case 2:this.#aJ(!0);break;case 1:case 3:this.#aJ(!1)}}#aJ(t){if(!this.#ak)return;let e=window.getSelection();t?e.setPosition(this.#ak,this.#aD):e.setPosition(this.#aF,this.#aL)}select(){super.select(),this.#az&&this.parent?.drawLayer.updateProperties(this.#az,{rootClass:{hovered:!1,selected:!0}})}unselect(){super.unselect(),this.#az&&(this.parent?.drawLayer.updateProperties(this.#az,{rootClass:{selected:!1}}),this.#aU||this.#aJ(!1))}get _mustFixPosition(){return!this.#aU}show(t=this._isVisible){super.show(t),this.parent&&(this.parent.drawLayer.updateProperties(this.#E,{rootClass:{hidden:!t}}),this.parent.drawLayer.updateProperties(this.#az,{rootClass:{hidden:!t}}))}#aq(){return this.#aU?this.rotation:0}#aQ(){if(this.#aU)return null;let[t,e]=this.pageDimensions,[i,r]=this.pageTranslation,s=this.#aI,n=new Float32Array(8*s.length),a=0;for(let{x:o,y:l,width:h,height:d}of s){let s=o*t+i,c=(1-l)*e+r;n[a]=n[a+4]=s,n[a+1]=n[a+3]=c,n[a+2]=n[a+6]=s+h*t,n[a+5]=n[a+7]=c-d*e,a+=8}return n}#aZ(t){return this.#aN.serialize(t,this.#aq())}static startHighlighting(t,e,{target:i,x:r,y:s}){let{x:n,y:a,width:o,height:l}=i.getBoundingClientRect(),h=new AbortController,d=t.combinedSignal(h),c=e=>{h.abort(),this.#a0(t,e)};window.addEventListener("blur",c,{signal:d}),window.addEventListener("pointerup",c,{signal:d}),window.addEventListener("pointerdown",td,{capture:!0,passive:!1,signal:d}),window.addEventListener("contextmenu",th,{signal:d}),i.addEventListener("pointermove",this.#a1.bind(this,t),{signal:d}),this._freeHighlight=new rT({x:r,y:s},[n,a,o,l],t.scale,this._defaultThickness/2,e,.001),{id:this._freeHighlightId,clipPathId:this._freeHighlightClipId}=t.drawLayer.draw({bbox:[0,0,1,1],root:{viewBox:"0 0 1 1",fill:this._defaultColor,"fill-opacity":this._defaultOpacity},rootClass:{highlight:!0,free:!0},path:{d:this._freeHighlight.toSVGPath()}},!0,!0)}static #a1(t,e){this._freeHighlight.add(e)&&t.drawLayer.updateProperties(this._freeHighlightId,{path:{d:this._freeHighlight.toSVGPath()}})}static #a0(t,e){this._freeHighlight.isEmpty()?t.drawLayer.remove(this._freeHighlightId):t.createAndAddNewEditor(e,!1,{highlightId:this._freeHighlightId,highlightOutlines:this._freeHighlight.getOutlines(),clipPathId:this._freeHighlightClipId,methodOfCreation:"main_toolbar"}),this._freeHighlightId=-1,this._freeHighlight=null,this._freeHighlightClipId=""}static async deserialize(t,e,i){let r=null;if(t instanceof rc){let{data:{quadPoints:e,rect:i,rotation:s,id:n,color:a,opacity:o,popupRef:l,richText:h,contentsObj:d,creationDate:c,modificationDate:u},parent:{page:{pageNumber:p}}}=t;r=t={annotationType:g.HIGHLIGHT,color:Array.from(a),opacity:o,quadPoints:e,boxes:null,pageIndex:p-1,rect:i.slice(0),rotation:s,annotationElementId:n,id:n,deleted:!1,popupRef:l,richText:h,comment:d?.str||null,creationDate:c,modificationDate:u}}else if(t instanceof rd){let{data:{inkLists:e,rect:i,rotation:s,id:n,color:a,borderStyle:{rawWidth:o},popupRef:l,richText:h,contentsObj:d,creationDate:c,modificationDate:u},parent:{page:{pageNumber:p}}}=t;r=t={annotationType:g.HIGHLIGHT,color:Array.from(a),thickness:o,inkLists:e,boxes:null,pageIndex:p-1,rect:i.slice(0),rotation:s,annotationElementId:n,id:n,deleted:!1,popupRef:l,richText:h,comment:d?.str||null,creationDate:c,modificationDate:u}}let{color:s,quadPoints:n,inkLists:a,outlines:o,opacity:l}=t,h=await super.deserialize(t,e,i);h.color=z.makeHexColor(...s),h.opacity=l||1,a&&(h.#an=t.thickness),h._initialData=r,t.comment&&h.setCommentData(t);let[d,c]=h.pageDimensions,[u,p]=h.pageTranslation;if(n){let t=h.#aI=[];for(let e=0;e<n.length;e+=8)t.push({x:(n[e]-u)/d,y:1-(n[e+1]-p)/c,width:(n[e+2]-n[e])/d,height:(n[e+1]-n[e+5])/c});h.#aG(),h.#a$(),h.rotate(h.rotation)}else if(a||o){h.#aU=!0;let t=(a||o.points)[0],i={x:t[0]-u,y:c-(t[1]-p)},r=new rT(i,[0,0,d,c],1,h.#an/2,!0,.001);for(let e=0,s=t.length;e<s;e+=2)i.x=t[e]-u,i.y=c-(t[e+1]-p),r.add(i);let{id:s,clipPathId:n}=e.drawLayer.draw({bbox:[0,0,1,1],root:{viewBox:"0 0 1 1",fill:h.color,"fill-opacity":h._defaultOpacity},rootClass:{highlight:!0,free:!0},path:{d:r.toSVGPath()}},!0,!0);h.#aj({highlightOutlines:r.getOutlines(),highlightId:s,clipPathId:n}),h.#a$(),h.rotate(h.parentRotation)}return h}serialize(t=!1){if(this.isEmpty()||t)return null;if(this.deleted)return this.serializeDeleted();let e=tG._colorManager.convert(this._uiManager.getNonHCMColor(this.color)),i=super.serialize(t);return(Object.assign(i,{color:e,opacity:this.opacity,thickness:this.#an,quadPoints:this.#aQ(),outlines:this.#aZ(i.rect)}),this.addComment(i),this.annotationElementId&&!this.#n5(i))?null:(i.id=this.annotationElementId,i)}#n5(t){let{color:e}=this._initialData;return this.hasEditedComment||t.color.some((t,i)=>t!==e[i])}renderAnnotationElement(t){return this.deleted?t.hide():t.updateEdited({rect:this.getPDFRect(),popup:this.comment}),null}static canCreateNewEmptyEditor(){return!1}}class rM{#a2=Object.create(null);updateProperty(t,e){this[t]=e,this.updateSVGProperty(t,e)}updateProperties(t){if(t)for(let[e,i]of Object.entries(t))e.startsWith("_")||this.updateProperty(e,i)}updateSVGProperty(t,e){this.#a2[t]=e}toSVGProperties(){let t=this.#a2;return this.#a2=Object.create(null),{root:t}}reset(){this.#a2=Object.create(null)}updateAll(t=this){this.updateProperties(t)}clone(){T("Not implemented")}}class rP extends tG{#a5=null;#a3;_colorPicker=null;_drawId=null;static _currentDrawId=-1;static _currentParent=null;static #a6=null;static #a4=null;static #a9=null;static _INNER_MARGIN=3;constructor(t){super(t),this.#a3=t.mustBeCommitted||!1,this._addOutlines(t)}onUpdatedColor(){this._colorPicker?.update(this.color),super.onUpdatedColor()}onUpdatedOpacity(){this._colorPicker?.updateOpacity?.(this.opacity)}_addOutlines(t){t.drawOutlines&&(this.#a8(t),this.#a$())}#a8({drawOutlines:t,drawId:e,drawingOptions:i}){this.#a5=t,this._drawingOptions||=i,this.annotationElementId||this._uiManager.a11yAlert(`pdfjs-editor-${this.editorType}-added-alert`),e>=0?(this._drawId=e,this.parent.drawLayer.finalizeDraw(e,t.defaultProperties)):this._drawId=this.#a7(t,this.parent),this.#ot(t.box)}#a7(t,e){let{id:i}=e.drawLayer.draw(rP._mergeSVGProperties(this._drawingOptions.toSVGProperties(),t.defaultSVGProperties),!1,!1);return i}static _mergeSVGProperties(t,e){let i=new Set(Object.keys(t));for(let[r,s]of Object.entries(e))i.has(r)?Object.assign(t[r],s):t[r]=s;return t}static getDefaultDrawingOptions(t){T("Not implemented")}static get typesMap(){T("Not implemented")}static get isDrawer(){return!0}static get supportMultipleDrawings(){return!1}static updateDefaultParams(t,e){let i=this.typesMap.get(t);i&&this._defaultDrawingOptions.updateProperty(i,e),this._currentParent&&(rP.#a6.updateProperty(i,e),this._currentParent.drawLayer.updateProperties(this._currentDrawId,this._defaultDrawingOptions.toSVGProperties()))}updateParams(t,e){let i=this.constructor.typesMap.get(t);i&&this._updateProperty(t,i,e)}static get defaultPropertiesToUpdate(){let t=[],e=this._defaultDrawingOptions;for(let[i,r]of this.typesMap)t.push([i,e[r]]);return t}get propertiesToUpdate(){let t=[],{_drawingOptions:e}=this;for(let[i,r]of this.constructor.typesMap)t.push([i,e[r]]);return t}_updateProperty(t,e,i){let r=this._drawingOptions,s=r[e],n=i=>{r.updateProperty(e,i);let s=this.#a5.updateProperty(e,i);s&&this.#ot(s),this.parent?.drawLayer.updateProperties(this._drawId,r.toSVGProperties()),t===this.colorType?this.onUpdatedColor():t===this.opacityType&&this.onUpdatedOpacity()};this.addCommands({cmd:n.bind(this,i),undo:n.bind(this,s),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:t,overwriteIfSameType:!0,keepUndo:!0})}_updateColorAndOpacity(t,e){let i=this.constructor.typesMap.get(this.colorType),r=this.constructor.typesMap.get(this.opacityType),s=this._drawingOptions,n=s[i],a=s[r],o=(t,e)=>{s.updateProperty(i,t),s.updateProperty(r,e),this.#a5.updateProperty(i,t),this.#a5.updateProperty(r,e),this.parent?.drawLayer.updateProperties(this._drawId,s.toSVGProperties()),this.onUpdatedColor(),this.onUpdatedOpacity()};this.addCommands({cmd:o.bind(this,t,e),undo:o.bind(this,n,a),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:m.INK_COLOR_AND_OPACITY,overwriteIfSameType:!0,keepUndo:!0})}_onResizing(){this.parent?.drawLayer.updateProperties(this._drawId,rP._mergeSVGProperties(this.#a5.getPathResizingSVGProperties(this.#oe()),{bbox:this.#oi()}))}_onResized(){this.parent?.drawLayer.updateProperties(this._drawId,rP._mergeSVGProperties(this.#a5.getPathResizedSVGProperties(this.#oe()),{bbox:this.#oi()}))}_onTranslating(t,e){this.parent?.drawLayer.updateProperties(this._drawId,{bbox:this.#oi()})}_onTranslated(){this.parent?.drawLayer.updateProperties(this._drawId,rP._mergeSVGProperties(this.#a5.getPathTranslatedSVGProperties(this.#oe(),this.parentDimensions),{bbox:this.#oi()}))}_onStartDragging(){this.parent?.drawLayer.updateProperties(this._drawId,{rootClass:{moving:!0}})}_onStopDragging(){this.parent?.drawLayer.updateProperties(this._drawId,{rootClass:{moving:!1}})}commit(){super.commit(),this.disableEditMode(),this.disableEditing()}disableEditing(){super.disableEditing(),this.div.classList.toggle("disabled",!0)}enableEditing(){super.enableEditing(),this.div.classList.toggle("disabled",!1)}getBaseTranslation(){return[0,0]}get isResizable(){return!0}onceAdded(t){this.annotationElementId||this.parent.addUndoableEditor(this),this._isDraggable=!0,this.#a3&&(this.#a3=!1,this.commit(),this.parent.setSelected(this),t&&this.isOnScreen&&this.div.focus())}remove(){this.#aK(),super.remove()}rebuild(){!this.parent||(super.rebuild(),null!==this.div&&(this.#a$(),this.#ot(this.#a5.box),this.isAttachedToDOM||this.parent.add(this)))}setParent(t){let e=!1;this.parent&&!t?(this._uiManager.removeShouldRescale(this),this.#aK()):t&&(this._uiManager.addShouldRescale(this),this.#a$(t),e=!this.parent&&this.div?.classList.contains("selectedEditor")),super.setParent(t),e&&this.select()}#aK(){null!==this._drawId&&this.parent&&(this.parent.drawLayer.remove(this._drawId),this._drawId=null,this._drawingOptions.reset())}#a$(t=this.parent){if(null===this._drawId||this.parent!==t){if(null!==this._drawId)return void this.parent.drawLayer.updateParent(this._drawId,t.drawLayer);this._drawingOptions.updateAll(),this._drawId=this.#a7(this.#a5,t)}}#or([t,e,i,r]){let{parentDimensions:[s,n],rotation:a}=this;switch(a){case 90:return[e,1-t,n/s*i,s/n*r];case 180:return[1-t,1-e,i,r];case 270:return[1-e,t,n/s*i,s/n*r];default:return[t,e,i,r]}}#oe(){let{x:t,y:e,width:i,height:r,parentDimensions:[s,n],rotation:a}=this;switch(a){case 90:return[1-e,t,s/n*i,n/s*r];case 180:return[1-t,1-e,i,r];case 270:return[e,1-t,s/n*i,n/s*r];default:return[t,e,i,r]}}#ot(t){[this.x,this.y,this.width,this.height]=this.#or(t),this.div&&(this.fixAndSetPosition(),this.setDims()),this._onResized()}#oi(){let{x:t,y:e,width:i,height:r,rotation:s,parentRotation:n,parentDimensions:[a,o]}=this;switch((4*s+n)/90){case 1:return[1-e-r,t,r,i];case 2:return[1-t-i,1-e-r,i,r];case 3:return[e,1-t-i,r,i];case 4:return[t,e-a/o*i,o/a*r,a/o*i];case 5:return[1-e,t,a/o*i,o/a*r];case 6:return[1-t-o/a*r,1-e,o/a*r,a/o*i];case 7:return[e-a/o*i,1-t-o/a*r,a/o*i,o/a*r];case 8:return[t-i,e-r,i,r];case 9:return[1-e,t-i,r,i];case 10:return[1-t,1-e,i,r];case 11:return[e-r,1-t,r,i];case 12:return[t-o/a*r,e,o/a*r,a/o*i];case 13:return[1-e-a/o*i,t-o/a*r,a/o*i,o/a*r];case 14:return[1-t,1-e-a/o*i,o/a*r,a/o*i];case 15:return[e,1-t,a/o*i,o/a*r];default:return[t,e,i,r]}}rotate(){this.parent&&this.parent.drawLayer.updateProperties(this._drawId,rP._mergeSVGProperties({bbox:this.#oi()},this.#a5.updateRotation((this.parentRotation-this.rotation+360)%360)))}onScaleChanging(){this.parent&&this.#ot(this.#a5.updateParentDimensions(this.parentDimensions,this.parent.scale))}static onScaleChangingWhenDrawing(){}render(){let t,e;if(this.div)return this.div;this._isCopy&&(t=this.x,e=this.y);let i=super.render();i.classList.add("draw");let r=document.createElement("div");return i.append(r),r.setAttribute("aria-hidden","true"),r.className="internal",this.setDims(),this._uiManager.addShouldRescale(this),this.disableEditing(),this._isCopy&&this._moveAfterPaste(t,e),i}static createDrawerInstance(t,e,i,r,s){T("Not implemented")}static startDrawing(t,e,i,r){let{target:s,offsetX:n,offsetY:a,pointerId:o,pointerType:l}=r;if(tB.isInitializedAndDifferentPointerType(l))return;let{viewport:{rotation:h}}=t,{width:d,height:c}=s.getBoundingClientRect(),u=rP.#a4=new AbortController,p=t.combinedSignal(u);(tB.setPointer(l,o),window.addEventListener("pointerup",t=>{tB.isSamePointerIdOrRemove(t.pointerId)&&this._endDraw(t)},{signal:p}),window.addEventListener("pointercancel",t=>{tB.isSamePointerIdOrRemove(t.pointerId)&&this._currentParent.endDrawingSession()},{signal:p}),window.addEventListener("pointerdown",t=>{tB.isSamePointerType(t.pointerType)&&(tB.initializeAndAddPointerId(t.pointerId),rP.#a6.isCancellable()&&(rP.#a6.removeLastElement(),rP.#a6.isEmpty()?this._currentParent.endDrawingSession(!0):this._endDraw(null)))},{capture:!0,passive:!1,signal:p}),window.addEventListener("contextmenu",th,{signal:p}),s.addEventListener("pointermove",this._drawMove.bind(this),{signal:p}),s.addEventListener("touchmove",t=>{tB.isSameTimeStamp(t.timeStamp)&&td(t)},{signal:p}),t.toggleDrawing(),e._editorUndoBar?.hide(),rP.#a6)?t.drawLayer.updateProperties(this._currentDrawId,rP.#a6.startNew(n,a,d,c,h)):(e.updateUIForDefaultProperties(this),rP.#a6=this.createDrawerInstance(n,a,d,c,h),rP.#a9=this.getDefaultDrawingOptions(),this._currentParent=t,{id:this._currentDrawId}=t.drawLayer.draw(this._mergeSVGProperties(rP.#a9.toSVGProperties(),rP.#a6.defaultSVGProperties),!0,!1))}static _drawMove(t){if(tB.isSameTimeStamp(t.timeStamp),!rP.#a6)return;let{offsetX:e,offsetY:i,pointerId:r}=t;if(tB.isSamePointerId(r)){if(tB.isUsingMultiplePointers())return void this._endDraw(t);this._currentParent.drawLayer.updateProperties(this._currentDrawId,rP.#a6.add(e,i)),tB.setTimeStamp(t.timeStamp),td(t)}}static _cleanup(t){t&&(this._currentDrawId=-1,this._currentParent=null,rP.#a6=null,rP.#a9=null,tB.clearTimeStamp()),rP.#a4&&(rP.#a4.abort(),rP.#a4=null,tB.clearPointerIds())}static _endDraw(t){let e=this._currentParent;if(e){if(e.toggleDrawing(!0),this._cleanup(!1),t?.target===e.div&&e.drawLayer.updateProperties(this._currentDrawId,rP.#a6.end(t.offsetX,t.offsetY)),this.supportMultipleDrawings){let t=rP.#a6,i=this._currentDrawId,r=t.getLastElement();e.addCommands({cmd:()=>{e.drawLayer.updateProperties(i,t.setLastElement(r))},undo:()=>{e.drawLayer.updateProperties(i,t.removeLastElement())},mustExec:!1,type:m.DRAW_STEP});return}this.endDrawing(!1)}}static endDrawing(t){let e=this._currentParent;if(!e)return null;if(e.toggleDrawing(!0),e.cleanUndoStack(m.DRAW_STEP),!rP.#a6.isEmpty()){let{pageDimensions:[i,r],scale:s}=e,n=e.createAndAddNewEditor({offsetX:0,offsetY:0},!1,{drawId:this._currentDrawId,drawOutlines:rP.#a6.getOutlines(i*s,r*s,s,this._INNER_MARGIN),drawingOptions:rP.#a9,mustBeCommitted:!t});return this._cleanup(!0),n}return e.drawLayer.remove(this._currentDrawId),this._cleanup(!0),null}createDrawingOptions(t){}static deserializeDraw(t,e,i,r,s,n){T("Not implemented")}static async deserialize(t,e,i){let{rawDims:{pageWidth:r,pageHeight:s,pageX:n,pageY:a}}=e.viewport,o=this.deserializeDraw(n,a,r,s,this._INNER_MARGIN,t),l=await super.deserialize(t,e,i);return l.createDrawingOptions(t),l.#a8({drawOutlines:o}),l.#a$(),l.onScaleChanging(),l.rotate(),l}serializeDraw(t){let[e,i]=this.pageTranslation,[r,s]=this.pageDimensions;return this.#a5.serialize([e,i,r,s],t)}renderAnnotationElement(t){return t.updateEdited({rect:this.getPDFRect()}),null}static canCreateNewEmptyEditor(){return!1}}class rk{#n7=new Float64Array(6);#nk;#os;#r3;#an;#aa;#on="";#oa=0;#aP=new rD;#oo;#ol;constructor(t,e,i,r,s,n){this.#oo=i,this.#ol=r,this.#r3=s,this.#an=n,[t,e]=this.#oh(t,e);const a=this.#nk=[NaN,NaN,NaN,NaN,t,e];this.#aa=[t,e],this.#os=[{line:a,points:this.#aa}],this.#n7.set(a,0)}updateProperty(t,e){"stroke-width"===t&&(this.#an=e)}#oh(t,e){return rA._normalizePoint(t,e,this.#oo,this.#ol,this.#r3)}isEmpty(){return!this.#os||0===this.#os.length}isCancellable(){return this.#aa.length<=10}add(t,e){[t,e]=this.#oh(t,e);let[i,r,s,n]=this.#n7.subarray(2,6),a=t-s,o=e-n;return 2>=Math.hypot(this.#oo*a,this.#ol*o)?null:((this.#aa.push(t,e),isNaN(i))?(this.#n7.set([s,n,t,e],2),this.#nk.push(NaN,NaN,NaN,NaN,t,e)):(isNaN(this.#n7[0])&&this.#nk.splice(6,6),this.#n7.set([i,r,s,n,t,e],0),this.#nk.push(...rA.createBezierPoints(i,r,s,n,t,e))),{path:{d:this.toSVGPath()}})}end(t,e){let i=this.add(t,e);return i||(2===this.#aa.length?{path:{d:this.toSVGPath()}}:null)}startNew(t,e,i,r,s){this.#oo=i,this.#ol=r,this.#r3=s,[t,e]=this.#oh(t,e);let n=this.#nk=[NaN,NaN,NaN,NaN,t,e];this.#aa=[t,e];let a=this.#os.at(-1);return a&&(a.line=new Float32Array(a.line),a.points=new Float32Array(a.points)),this.#os.push({line:n,points:this.#aa}),this.#n7.set(n,0),this.#oa=0,this.toSVGPath(),null}getLastElement(){return this.#os.at(-1)}setLastElement(t){return this.#os?(this.#os.push(t),this.#nk=t.line,this.#aa=t.points,this.#oa=0,{path:{d:this.toSVGPath()}}):this.#aP.setLastElement(t)}removeLastElement(){if(!this.#os)return this.#aP.removeLastElement();this.#os.pop(),this.#on="";for(let t=0,e=this.#os.length;t<e;t++){let{line:e,points:i}=this.#os[t];this.#nk=e,this.#aa=i,this.#oa=0,this.toSVGPath()}return{path:{d:this.#on}}}toSVGPath(){let t=rA.svgRound(this.#nk[4]),e=rA.svgRound(this.#nk[5]);if(2===this.#aa.length)return this.#on=`${this.#on} M ${t} ${e} Z`,this.#on;if(this.#aa.length<=6){let i=this.#on.lastIndexOf("M");this.#on=`${this.#on.slice(0,i)} M ${t} ${e}`,this.#oa=6}if(4===this.#aa.length){let t=rA.svgRound(this.#nk[10]),e=rA.svgRound(this.#nk[11]);return this.#on=`${this.#on} L ${t} ${e}`,this.#oa=12,this.#on}let i=[];0===this.#oa&&(i.push(`M ${t} ${e}`),this.#oa=6);for(let t=this.#oa,e=this.#nk.length;t<e;t+=6){let[e,r,s,n,a,o]=this.#nk.slice(t,t+6).map(rA.svgRound);i.push(`C${e} ${r} ${s} ${n} ${a} ${o}`)}return this.#on+=i.join(" "),this.#oa=this.#nk.length,this.#on}getOutlines(t,e,i,r){let s=this.#os.at(-1);return s.line=new Float32Array(s.line),s.points=new Float32Array(s.points),this.#aP.build(this.#os,t,e,i,this.#r3,this.#an,r),this.#n7=null,this.#nk=null,this.#os=null,this.#on=null,this.#aP}get defaultSVGProperties(){return{root:{viewBox:"0 0 10000 10000"},rootClass:{draw:!0},bbox:[0,0,1,1]}}}class rD extends rA{#ab;#od=0;#n4;#os;#oo;#ol;#oc;#r3;#an;build(t,e,i,r,s,n,a){this.#oo=e,this.#ol=i,this.#oc=r,this.#r3=s,this.#an=n,this.#n4=a??0,this.#os=t,this.#ou()}get thickness(){return this.#an}setLastElement(t){return this.#os.push(t),{path:{d:this.toSVGPath()}}}removeLastElement(){return this.#os.pop(),{path:{d:this.toSVGPath()}}}toSVGPath(){let t=[];for(let{line:e}of this.#os){if(t.push(`M${rA.svgRound(e[4])} ${rA.svgRound(e[5])}`),6===e.length){t.push("Z");continue}if(12===e.length&&isNaN(e[6])){t.push(`L${rA.svgRound(e[10])} ${rA.svgRound(e[11])}`);continue}for(let i=6,r=e.length;i<r;i+=6){let[r,s,n,a,o,l]=e.subarray(i,i+6).map(rA.svgRound);t.push(`C${r} ${s} ${n} ${a} ${o} ${l}`)}}return t.join("")}serialize([t,e,i,r],s){let n,a,o,l,h,d,c,u,p,g=[],m=[],[f,b,v,y]=this.#op();switch(this.#r3){case 0:p=rA._rescale,n=t,a=e+r,o=i,l=-r,h=t+f*i,d=e+(1-b-y)*r,c=t+(f+v)*i,u=e+(1-b)*r;break;case 90:p=rA._rescaleAndSwap,n=t,a=e,o=i,l=r,h=t+b*i,d=e+f*r,c=t+(b+y)*i,u=e+(f+v)*r;break;case 180:p=rA._rescale,n=t+i,a=e,o=-i,l=r,h=t+(1-f-v)*i,d=e+b*r,c=t+(1-f)*i,u=e+(b+y)*r;break;case 270:p=rA._rescaleAndSwap,n=t+i,a=e+r,o=-i,l=-r,h=t+(1-b-y)*i,d=e+(1-f-v)*r,c=t+(1-b)*i,u=e+(1-f)*r}for(let{line:t,points:e}of this.#os)g.push(p(t,n,a,o,l,s?Array(t.length):null)),m.push(p(e,n,a,o,l,s?Array(e.length):null));return{lines:g,points:m,rect:[h,d,c,u]}}static deserialize(t,e,i,r,s,{paths:{lines:n,points:a},rotation:o,thickness:l}){let h,d,c,u,p,g=[];switch(o){case 0:p=rA._rescale,h=-t/i,d=e/r+1,c=1/i,u=-1/r;break;case 90:p=rA._rescaleAndSwap,h=-e/r,d=-t/i,c=1/r,u=1/i;break;case 180:p=rA._rescale,h=t/i+1,d=-e/r,c=-1/i,u=1/r;break;case 270:p=rA._rescaleAndSwap,h=e/r+1,d=t/i+1,c=-1/r,u=-1/i}if(!n)for(let t of(n=[],a)){let e=t.length;if(2===e){n.push(new Float32Array([NaN,NaN,NaN,NaN,t[0],t[1]]));continue}if(4===e){n.push(new Float32Array([NaN,NaN,NaN,NaN,t[0],t[1],NaN,NaN,NaN,NaN,t[2],t[3]]));continue}let i=new Float32Array(3*(e-2));n.push(i);let[r,s,a,o]=t.subarray(0,4);i.set([NaN,NaN,NaN,NaN,r,s],0);for(let n=4;n<e;n+=2){let e=t[n],l=t[n+1];i.set(rA.createBezierPoints(r,s,a,o,e,l),(n-2)*3),[r,s,a,o]=[a,o,e,l]}}for(let t=0,e=n.length;t<e;t++)g.push({line:p(n[t].map(t=>t??NaN),h,d,c,u),points:p(a[t].map(t=>t??NaN),h,d,c,u)});let m=new this.prototype.constructor;return m.build(g,i,r,1,o,l,s),m}#og(t=this.#an){let e=this.#n4+t/2*this.#oc;return this.#r3%180==0?[e/this.#oo,e/this.#ol]:[e/this.#ol,e/this.#oo]}#op(){let[t,e,i,r]=this.#ab,[s,n]=this.#og(0);return[t+s,e+n,i-2*s,r-2*n]}#ou(){let t=this.#ab=d.slice();for(let{line:e}of this.#os){if(e.length<=12){for(let i=4,r=e.length;i<r;i+=6)z.pointBoundingBox(e[i],e[i+1],t);continue}let i=e[4],r=e[5];for(let s=6,n=e.length;s<n;s+=6){let[n,a,o,l,h,d]=e.subarray(s,s+6);z.bezierBoundingBox(i,r,n,a,o,l,h,d,t),i=h,r=d}}let[e,i]=this.#og();t[0]=K(t[0]-e,0,1),t[1]=K(t[1]-i,0,1),t[2]=K(t[2]+e,0,1),t[3]=K(t[3]+i,0,1),t[2]-=t[0],t[3]-=t[1]}get box(){return this.#ab}updateProperty(t,e){return"stroke-width"===t?this.#aW(e):null}#aW(t){let[e,i]=this.#og();this.#an=t;let[r,s]=this.#og(),[n,a]=[r-e,s-i],o=this.#ab;return o[0]-=n,o[1]-=a,o[2]+=2*n,o[3]+=2*a,o}updateParentDimensions([t,e],i){let[r,s]=this.#og();this.#oo=t,this.#ol=e,this.#oc=i;let[n,a]=this.#og(),o=n-r,l=a-s,h=this.#ab;return h[0]-=o,h[1]-=l,h[2]+=2*o,h[3]+=2*l,h}updateRotation(t){return this.#od=t,{path:{transform:this.rotationTransform}}}get viewBox(){return this.#ab.map(rA.svgRound).join(" ")}get defaultProperties(){let[t,e]=this.#ab;return{root:{viewBox:this.viewBox},path:{"transform-origin":`${rA.svgRound(t)} ${rA.svgRound(e)}`}}}get rotationTransform(){let[,,t,e]=this.#ab,i=0,r=0,s=0,n=0,a=0,o=0;switch(this.#od){case 90:r=e/t,s=-t/e,a=t;break;case 180:i=-1,n=-1,a=t,o=e;break;case 270:r=-e/t,s=t/e,o=e;break;default:return""}return`matrix(${i} ${r} ${s} ${n} ${rA.svgRound(a)} ${rA.svgRound(o)})`}getPathResizingSVGProperties([t,e,i,r]){let[s,n]=this.#og(),[a,o,l,h]=this.#ab;if(Math.abs(l-s)<=rA.PRECISION||Math.abs(h-n)<=rA.PRECISION){let s=t+i/2-(a+l/2),n=e+r/2-(o+h/2);return{path:{"transform-origin":`${rA.svgRound(t)} ${rA.svgRound(e)}`,transform:`${this.rotationTransform} translate(${s} ${n})`}}}let d=(i-2*s)/(l-2*s),c=(r-2*n)/(h-2*n);return{path:{"transform-origin":`${rA.svgRound(a)} ${rA.svgRound(o)}`,transform:`${this.rotationTransform} scale(${l/i} ${h/r}) translate(${rA.svgRound(s)} ${rA.svgRound(n)}) scale(${d} ${c}) translate(${rA.svgRound(-s)} ${rA.svgRound(-n)})`}}}getPathResizedSVGProperties([t,e,i,r]){let[s,n]=this.#og(),a=this.#ab,[o,l,h,d]=a;if(a[0]=t,a[1]=e,a[2]=i,a[3]=r,Math.abs(h-s)<=rA.PRECISION||Math.abs(d-n)<=rA.PRECISION){let s=t+i/2-(o+h/2),n=e+r/2-(l+d/2);for(let{line:t,points:e}of this.#os)rA._translate(t,s,n,t),rA._translate(e,s,n,e);return{root:{viewBox:this.viewBox},path:{"transform-origin":`${rA.svgRound(t)} ${rA.svgRound(e)}`,transform:this.rotationTransform||null,d:this.toSVGPath()}}}let c=(i-2*s)/(h-2*s),u=(r-2*n)/(d-2*n),p=-c*(o+s)+t+s,g=-u*(l+n)+e+n;if(1!==c||1!==u||0!==p||0!==g)for(let{line:t,points:e}of this.#os)rA._rescale(t,p,g,c,u,t),rA._rescale(e,p,g,c,u,e);return{root:{viewBox:this.viewBox},path:{"transform-origin":`${rA.svgRound(t)} ${rA.svgRound(e)}`,transform:this.rotationTransform||null,d:this.toSVGPath()}}}getPathTranslatedSVGProperties([t,e],i){let[r,s]=i,n=this.#ab,a=t-n[0],o=e-n[1];if(this.#oo===r&&this.#ol===s)for(let{line:t,points:e}of this.#os)rA._translate(t,a,o,t),rA._translate(e,a,o,e);else{let t=this.#oo/r,e=this.#ol/s;for(let{line:i,points:n}of(this.#oo=r,this.#ol=s,this.#os))rA._rescale(i,a,o,t,e,i),rA._rescale(n,a,o,t,e,n);n[2]*=t,n[3]*=e}return n[0]=t,n[1]=e,{root:{viewBox:this.viewBox},path:{d:this.toSVGPath(),"transform-origin":`${rA.svgRound(t)} ${rA.svgRound(e)}`}}}get defaultSVGProperties(){let t=this.#ab;return{root:{viewBox:this.viewBox},rootClass:{draw:!0},path:{d:this.toSVGPath(),"transform-origin":`${rA.svgRound(t[0])} ${rA.svgRound(t[1])}`,transform:this.rotationTransform||null},bbox:t}}}class rI extends rM{constructor(t){super(),this._viewParameters=t,super.updateProperties({fill:"none",stroke:tG._defaultLineColor,"stroke-opacity":1,"stroke-width":1,"stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":10})}updateSVGProperty(t,e){"stroke-width"===t&&(e??=this["stroke-width"],e*=this._viewParameters.realScale),super.updateSVGProperty(t,e)}clone(){let t=new rI(this._viewParameters);return t.updateAll(this),t}}class rR extends rP{static _type="ink";static _editorType=g.INK;static _defaultDrawingOptions=null;constructor(t){super({...t,name:"inkEditor"}),this._willKeepAspectRatio=!0,this.defaultL10nId="pdfjs-editor-ink-editor"}static initialize(t,e){tG.initialize(t,e),this._defaultDrawingOptions=new rI(e.viewParameters)}static getDefaultDrawingOptions(t){let e=this._defaultDrawingOptions.clone();return e.updateProperties(t),e}static get supportMultipleDrawings(){return!0}static get typesMap(){return k(this,"typesMap",new Map([[m.INK_THICKNESS,"stroke-width"],[m.INK_COLOR,"stroke"],[m.INK_OPACITY,"stroke-opacity"]]))}static createDrawerInstance(t,e,i,r,s){return new rk(t,e,i,r,s,this._defaultDrawingOptions["stroke-width"])}static deserializeDraw(t,e,i,r,s,n){return rD.deserialize(t,e,i,r,s,n)}static async deserialize(t,e,i){let r=null;if(t instanceof rd){let{data:{inkLists:e,rect:i,rotation:s,id:n,color:a,opacity:o,borderStyle:{rawWidth:l},popupRef:h,richText:d,contentsObj:c,creationDate:u,modificationDate:p},parent:{page:{pageNumber:m}}}=t;r=t={annotationType:g.INK,color:Array.from(a),thickness:l,opacity:o,paths:{points:e},boxes:null,pageIndex:m-1,rect:i.slice(0),rotation:s,annotationElementId:n,id:n,deleted:!1,popupRef:h,richText:d,comment:c?.str||null,creationDate:u,modificationDate:p}}let s=await super.deserialize(t,e,i);return s._initialData=r,t.comment&&s.setCommentData(t),s}get toolbarButtons(){return this._colorPicker||=new iV(this),[["colorPicker",this._colorPicker]]}get colorType(){return m.INK_COLOR}get colorAndOpacityType(){return m.INK_COLOR_AND_OPACITY}get opacityType(){return m.INK_OPACITY}updateParams(t,e){t===m.INK_COLOR_AND_OPACITY?this._updateColorAndOpacity(e.color,e.opacity):super.updateParams(t,e)}static updateDefaultParams(t,e){if(t===m.INK_COLOR_AND_OPACITY){super.updateDefaultParams(m.INK_COLOR,e.color),super.updateDefaultParams(m.INK_OPACITY,e.opacity);return}super.updateDefaultParams(t,e)}get color(){return this._drawingOptions.stroke}get opacity(){return this._drawingOptions["stroke-opacity"]}onScaleChanging(){if(!this.parent)return;super.onScaleChanging();let{_drawId:t,_drawingOptions:e,parent:i}=this;e.updateSVGProperty("stroke-width"),i.drawLayer.updateProperties(t,e.toSVGProperties())}static onScaleChangingWhenDrawing(){let t=this._currentParent;t&&(super.onScaleChangingWhenDrawing(),this._defaultDrawingOptions.updateSVGProperty("stroke-width"),t.drawLayer.updateProperties(this._currentDrawId,this._defaultDrawingOptions.toSVGProperties()))}createDrawingOptions({color:t,thickness:e,opacity:i}){this._drawingOptions=rR.getDefaultDrawingOptions({stroke:z.makeHexColor(...t),"stroke-width":e,"stroke-opacity":i})}serialize(t=!1){if(this.isEmpty())return null;if(this.deleted)return this.serializeDeleted();let{lines:e,points:i}=this.serializeDraw(t),{_drawingOptions:{stroke:r,"stroke-opacity":s,"stroke-width":n}}=this,a=Object.assign(super.serialize(t),{color:tG._colorManager.convert(r),opacity:s,thickness:n,paths:{lines:e,points:i}});return(this.addComment(a),t)?(a.isCopy=!0,a):this.annotationElementId&&!this.#n5(a)?null:(a.id=this.annotationElementId,a)}#n5(t){let{color:e,thickness:i,opacity:r,pageIndex:s}=this._initialData;return this.hasEditedComment||this._hasBeenMoved||this._hasBeenResized||t.color.some((t,i)=>t!==e[i])||t.thickness!==i||t.opacity!==r||t.pageIndex!==s}renderAnnotationElement(t){if(this.deleted)return t.hide(),null;let{points:e,rect:i}=this.serializeDraw(!1);return t.updateEdited({rect:i,thickness:this._drawingOptions["stroke-width"],points:e,popup:this.comment}),null}}class rB extends rD{toSVGPath(){let t=super.toSVGPath();return t.endsWith("Z")||(t+="Z"),t}}o(5213);class rF{static #om={maxDim:512,sigmaSFactor:.02,sigmaR:25,kernelSize:16};static #of(t,e,i,r){return(i-=t,r-=e,0===i)?r>0?0:4:1===i?r+6:2-r}static #ob=new Int32Array([0,1,-1,1,-1,0,-1,-1,0,-1,1,-1,1,0,1,1]);static #ov(t,e,i,r,s,n,a){let o=this.#of(i,r,s,n);for(let s=0;s<8;s++){let n=(-s+o-a+16)%8;if(0!==t[(i+this.#ob[2*n])*e+(r+this.#ob[2*n+1])])return n}return -1}static #oy(t,e,i,r,s,n,a){let o=this.#of(i,r,s,n);for(let s=0;s<8;s++){let n=(s+o+a+16)%8;if(0!==t[(i+this.#ob[2*n])*e+(r+this.#ob[2*n+1])])return n}return -1}static #oA(t,e,i,r){let s,n=t.length,a=new Int32Array(n);for(let e=0;e<n;e++)a[e]=+(t[e]<=r);for(let t=1;t<i-1;t++)a[t*e]=a[t*e+e-1]=0;for(let t=0;t<e;t++)a[t]=a[e*i-1-t]=0;let o=1,l=[];for(let t=1;t<i-1;t++){s=1;for(let i=1;i<e-1;i++){let r,n=t*e+i,h=a[n];if(0===h)continue;let d=t,c=i;if(1===h&&0===a[n-1])o+=1,c-=1;else if(h>=1&&0===a[n+1])o+=1,c+=1,h>1&&(s=h);else{1!==h&&(s=Math.abs(h));continue}let u=[i,t],p=c===i+1,g={isHole:p,points:u,id:o,parent:0};for(let t of(l.push(g),l))if(t.id===s){r=t;break}r?r.isHole?g.parent=p?r.parent:s:g.parent=p?s:r.parent:g.parent=p?s:0;let m=this.#ov(a,e,t,i,d,c,0);if(-1===m){a[n]=-o,1!==a[n]&&(s=Math.abs(a[n]));continue}let f=this.#ob[2*m],b=this.#ob[2*m+1],v=t+f,y=i+b;d=v,c=y;let A=t,x=i;for(;;){let r=this.#oy(a,e,A,x,d,c,1);f=this.#ob[2*r],b=this.#ob[2*r+1];let l=A+f,h=x+b;u.push(h,l);let p=A*e+x;if(0===a[p+1]?a[p]=-o:1===a[p]&&(a[p]=o),l===t&&h===i&&A===v&&x===y){1!==a[n]&&(s=Math.abs(a[n]));break}d=A,c=x,A=l,x=h}}}return l}static #ox(t,e,i,r){if(i-e<=4){for(let s=e;s<i-2;s+=2)r.push(t[s],t[s+1]);return}let s=t[e],n=t[e+1],a=t[i-4]-s,o=t[i-3]-n,l=Math.hypot(a,o),h=a/l,d=o/l,c=h*n-d*s,u=1/l,p=Math.atan(o/a),g=Math.cos(p),m=Math.sin(p),f=u*(Math.abs(g)+Math.abs(m)),b=u*(1-f+f**2),v=Math.max(Math.atan(Math.abs(m+g)*b),Math.atan(Math.abs(m-g)*b)),y=0,A=e;for(let r=e+2;r<i-2;r+=2){let e=Math.abs(c-h*t[r+1]+d*t[r]);e>y&&(A=r,y=e)}y>(l*v)**2?(this.#ox(t,e,A+2,r),this.#ox(t,A,i,r)):r.push(s,n)}static #ow(t){let e=[],i=t.length;return this.#ox(t,0,i,e),e.push(t[i-2],t[i-1]),e.length<=4?null:e}static #o_(t,e,i,r,s,n){let a=new Float32Array(n**2),o=-2*r**2,l=n>>1;for(let t=0;t<n;t++){let e=(t-l)**2;for(let i=0;i<n;i++)a[t*n+i]=Math.exp((e+(i-l)**2)/o)}let h=new Float32Array(256),d=-2*s**2;for(let t=0;t<256;t++)h[t]=Math.exp(t**2/d);let c=new Uint8Array(t.length),u=new Uint32Array(256);for(let r=0;r<i;r++)for(let s=0;s<e;s++){let o=r*e+s,d=t[o],p=0,g=0;for(let o=0;o<n;o++){let c=r+o-l;if(!(c<0)&&!(c>=i))for(let i=0;i<n;i++){let r=s+i-l;if(r<0||r>=e)continue;let u=t[c*e+r],m=a[o*n+i]*h[Math.abs(u-d)];p+=u*m,g+=m}}let m=c[o]=Math.round(p/g);u[m]++}return[c,u]}static #oS(t){let e=new Uint32Array(256);for(let i of t)e[i]++;return e}static #oT(t){let e=new Uint8ClampedArray(t.length>>2),i=-1/0,r=1/0;for(let s=0,n=e.length;s<n;s++){let n=e[s]=t[s<<2];i=Math.max(i,n),r=Math.min(r,n)}let s=255/(i-r);for(let t=0,i=e.length;t<i;t++)e[t]=(e[t]-r)*s;return e}static #oE(t){let e,i=-1/0,r=-1/0,s=t.findIndex(t=>0!==t),n=s,a=s;for(e=s;e<256;e++){let s=t[e];s>i&&(e-n>r&&(r=e-n,a=e-1),i=s,n=e)}for(e=a-1;e>=0&&!(t[e]>t[e+1]);e--);return e}static #oC(t){let e=t,{width:i,height:r}=t,{maxDim:s}=this.#om,n=i,a=r;if(i>s||r>s){let o=i,l=r,h=Math.log2(Math.max(i,r)/s),d=Math.floor(h);h=h===d?d-1:d;for(let i=0;i<h;i++){let i=new OffscreenCanvas(n=Math.ceil(o/2),a=Math.ceil(l/2));i.getContext("2d").drawImage(t,0,0,o,l,0,0,n,a),o=n,l=a,t!==e&&t.close(),t=i.transferToImageBitmap()}let c=Math.min(s/n,s/a);n=Math.round(n*c),a=Math.round(a*c)}let o=new OffscreenCanvas(n,a).getContext("2d",{willReadFrequently:!0});o.fillStyle="white",o.fillRect(0,0,n,a),o.filter="grayscale(1)",o.drawImage(t,0,0,t.width,t.height,0,0,n,a);let l=o.getImageData(0,0,n,a).data;return[this.#oT(l),n,a]}static extractContoursFromText(t,{fontFamily:e,fontStyle:i,fontWeight:r},s,n,a,o){let l=new OffscreenCanvas(1,1),h=l.getContext("2d",{alpha:!1}),d=h.font=`${i} ${r} 200px ${e}`,{actualBoundingBoxLeft:c,actualBoundingBoxRight:u,actualBoundingBoxAscent:p,actualBoundingBoxDescent:g,fontBoundingBoxAscent:m,fontBoundingBoxDescent:f,width:b}=h.measureText(t),v=Math.ceil(1.5*Math.max(Math.abs(c)+Math.abs(u)||0,b)),y=Math.ceil(1.5*Math.max(Math.abs(p)+Math.abs(g)||200,Math.abs(m)+Math.abs(f)||200));(h=(l=new OffscreenCanvas(v,y)).getContext("2d",{alpha:!0,willReadFrequently:!0})).font=d,h.filter="grayscale(1)",h.fillStyle="white",h.fillRect(0,0,v,y),h.fillStyle="black",h.fillText(t,.5*v/2,1.5*y/2);let A=this.#oT(h.getImageData(0,0,v,y).data),x=this.#oS(A),w=this.#oE(x),_=this.#oA(A,v,y,w);return this.processDrawnLines({lines:{curves:_,width:v,height:y},pageWidth:s,pageHeight:n,rotation:a,innerMargin:o,mustSmooth:!0,areContours:!0})}static process(t,e,i,r,s){let[n,a,o]=this.#oC(t),[l,h]=this.#o_(n,a,o,Math.hypot(a,o)*this.#om.sigmaSFactor,this.#om.sigmaR,this.#om.kernelSize),d=this.#oE(h),c=this.#oA(l,a,o,d);return this.processDrawnLines({lines:{curves:c,width:a,height:o},pageWidth:e,pageHeight:i,rotation:r,innerMargin:s,mustSmooth:!0,areContours:!0})}static processDrawnLines({lines:t,pageWidth:e,pageHeight:i,rotation:r,innerMargin:s,mustSmooth:n,areContours:a}){r%180!=0&&([e,i]=[i,e]);let{curves:o,width:l,height:h}=t,d=t.thickness??0,c=[],u=Math.min(e/l,i/h),p=u/e,g=u/i,m=[];for(let{points:t}of o){let e=n?this.#ow(t):t;if(!e)continue;m.push(e);let i=e.length,r=new Float32Array(i),s=new Float32Array(3*(2===i?2:i-2));if(c.push({line:s,points:r}),2===i){r[0]=e[0]*p,r[1]=e[1]*g,s.set([NaN,NaN,NaN,NaN,r[0],r[1]],0);continue}let[a,o,l,h]=e;a*=p,o*=g,l*=p,h*=g,r.set([a,o,l,h],0),s.set([NaN,NaN,NaN,NaN,a,o],0);for(let t=4;t<i;t+=2){let i=r[t]=e[t]*p,n=r[t+1]=e[t+1]*g;s.set(rA.createBezierPoints(a,o,l,h,i,n),(t-2)*3),[a,o,l,h]=[l,h,i,n]}}if(0===c.length)return null;let f=a?new rB:new rD;return f.build(c,e,i,1,r,a?0:d,s),{outline:f,newCurves:m,areContours:a,thickness:d,width:l,height:h}}static async compressSignature({outlines:t,areContours:e,thickness:i,width:r,height:s}){let n,a=1/0,o=-1/0,l=0;for(let e of t){l+=e.length;for(let t=2,i=e.length;t<i;t++){let i=e[t]-e[t-2];a=Math.min(a,i),o=Math.max(o,i)}}n=a>=-128&&o<=127?Int8Array:a>=-32768&&o<=32767?Int16Array:Int32Array;let h=t.length,d=8+3*h,c=new Uint32Array(d),u=0;for(let a of(c[u++]=d*Uint32Array.BYTES_PER_ELEMENT+(l-2*h)*n.BYTES_PER_ELEMENT,c[u++]=0,c[u++]=r,c[u++]=s,c[u++]=+!e,c[u++]=Math.max(0,Math.floor(i??0)),c[u++]=h,c[u++]=n.BYTES_PER_ELEMENT,t))c[u++]=a.length-2,c[u++]=a[0],c[u++]=a[1];let p=new CompressionStream("deflate-raw"),g=p.writable.getWriter();await g.ready,g.write(c);let m=n.prototype.constructor;for(let e of t){let t=new m(e.length-2);for(let i=2,r=e.length;i<r;i++)t[i-2]=e[i]-e[i-2];g.write(t)}return g.close(),(await new Response(p.readable).bytes()).toBase64()}static async decompressSignature(t){try{let e,i=Uint8Array.fromBase64(t),{readable:r,writable:s}=new DecompressionStream("deflate-raw"),n=s.getWriter();await n.ready,n.write(i).then(async()=>{await n.ready,await n.close()}).catch(()=>{});let a=null,o=0;for await(let t of r)(a||=new Uint8Array(new Uint32Array(t.buffer,0,4)[0])).set(t,o),o+=t.length;let l=new Uint32Array(a.buffer,0,a.length>>2),h=l[1];if(0!==h)throw Error(`Invalid version: ${h}`);let d=l[2],c=l[3],u=0===l[4],p=l[5],g=l[6],m=l[7],f=[],b=(8+3*g)*Uint32Array.BYTES_PER_ELEMENT;switch(m){case Int8Array.BYTES_PER_ELEMENT:e=new Int8Array(a.buffer,b);break;case Int16Array.BYTES_PER_ELEMENT:e=new Int16Array(a.buffer,b);break;case Int32Array.BYTES_PER_ELEMENT:e=new Int32Array(a.buffer,b)}o=0;for(let t=0;t<g;t++){let i=l[3*t+8],r=new Float32Array(i+2);f.push(r);for(let e=0;e<2;e++)r[e]=l[3*t+8+e+1];for(let t=0;t<i;t++)r[t+2]=r[t]+e[o++]}return{areContours:u,thickness:p,outlines:f,width:d,height:c}}catch(t){return S(`decompressSignature: ${t}`),null}}}class rL extends rM{constructor(){super(),super.updateProperties({fill:tG._defaultLineColor,"stroke-width":0})}clone(){let t=new rL;return t.updateAll(this),t}}class rO extends rI{constructor(t){super(t),super.updateProperties({stroke:tG._defaultLineColor,"stroke-width":1})}clone(){let t=new rO(this._viewParameters);return t.updateAll(this),t}}class rN extends rP{#oM=!1;#oP=null;#ok=null;#oD=null;static _type="signature";static _editorType=g.SIGNATURE;static _defaultDrawingOptions=null;constructor(t){super({...t,mustBeCommitted:!0,name:"signatureEditor"}),this._willKeepAspectRatio=!0,this.#ok=t.signatureData||null,this.#oP=null,this.defaultL10nId="pdfjs-editor-signature-editor1"}static initialize(t,e){tG.initialize(t,e),this._defaultDrawingOptions=new rL,this._defaultDrawnSignatureOptions=new rO(e.viewParameters)}static getDefaultDrawingOptions(t){let e=this._defaultDrawingOptions.clone();return e.updateProperties(t),e}static get supportMultipleDrawings(){return!1}static get typesMap(){return k(this,"typesMap",new Map)}static get isDrawer(){return!1}get telemetryFinalData(){return{type:"signature",hasDescription:!!this.#oP}}static computeTelemetryFinalData(t){let e=t.get("hasDescription");return{hasAltText:e.get(!0)??0,hasNoAltText:e.get(!1)??0}}get isResizable(){return!0}onScaleChanging(){null!==this._drawId&&super.onScaleChanging()}render(){let t,e;if(this.div)return this.div;let{_isCopy:i}=this;if(i&&(this._isCopy=!1,t=this.x,e=this.y),super.render(),null===this._drawId)if(this.#ok){let{lines:t,mustSmooth:e,areContours:i,description:r,uuid:s,heightInPage:n}=this.#ok,{rawDims:{pageWidth:a,pageHeight:o},rotation:l}=this.parent.viewport,h=rF.processDrawnLines({lines:t,pageWidth:a,pageHeight:o,rotation:l,innerMargin:rN._INNER_MARGIN,mustSmooth:e,areContours:i});this.addSignature(h,n,r,s)}else this.div.setAttribute("data-l10n-args",JSON.stringify({description:""})),this.div.hidden=!0,this._uiManager.getSignature(this);else this.div.setAttribute("data-l10n-args",JSON.stringify({description:this.#oP||""}));return i&&(this._isCopy=!0,this._moveAfterPaste(t,e)),this.div}setUuid(t){this.#oD=t,this.addEditToolbar()}getUuid(){return this.#oD}get description(){return this.#oP}set description(t){this.#oP=t,this.div&&(this.div.setAttribute("data-l10n-args",JSON.stringify({description:t})),super.addEditToolbar().then(e=>{e?.updateEditSignatureButton(t)}))}getSignaturePreview(){let{newCurves:t,areContours:e,thickness:i,width:r,height:s}=this.#ok,n=Math.max(r,s),a=rF.processDrawnLines({lines:{curves:t.map(t=>({points:t})),thickness:i,width:r,height:s},pageWidth:n,pageHeight:n,rotation:0,innerMargin:0,mustSmooth:!1,areContours:e});return{areContours:e,outline:a.outline}}get toolbarButtons(){return this._uiManager.signatureManager?[["editSignature",this._uiManager.signatureManager]]:super.toolbarButtons}addSignature(t,e,i,r){let s,{x:n,y:a}=this,{outline:o}=this.#ok=t;this.#oM=o instanceof rB,this.description=i,this.#oM?s=rN.getDefaultDrawingOptions():(s=rN._defaultDrawnSignatureOptions.clone()).updateProperties({"stroke-width":o.thickness}),this._addOutlines({drawOutlines:o,drawingOptions:s});let[,l]=this.pageDimensions,h=e/l;h=h>=1?.5:h,this.width*=h/this.height,this.width>=1&&(h*=.9/this.width,this.width=.9),this.height=h,this.setDims(),this.x=n,this.y=a,this.center(),this._onResized(),this.onScaleChanging(),this.rotate(),this._uiManager.addToAnnotationStorage(this),this.setUuid(r),this._reportTelemetry({action:"pdfjs.signature.inserted",data:{hasBeenSaved:!!r,hasDescription:!!i}}),this.div.hidden=!1}getFromImage(t){let{rawDims:{pageWidth:e,pageHeight:i},rotation:r}=this.parent.viewport;return rF.process(t,e,i,r,rN._INNER_MARGIN)}getFromText(t,e){let{rawDims:{pageWidth:i,pageHeight:r},rotation:s}=this.parent.viewport;return rF.extractContoursFromText(t,e,i,r,s,rN._INNER_MARGIN)}getDrawnSignature(t){let{rawDims:{pageWidth:e,pageHeight:i},rotation:r}=this.parent.viewport;return rF.processDrawnLines({lines:t,pageWidth:e,pageHeight:i,rotation:r,innerMargin:rN._INNER_MARGIN,mustSmooth:!1,areContours:!1})}createDrawingOptions({areContours:t,thickness:e}){t?this._drawingOptions=rN.getDefaultDrawingOptions():(this._drawingOptions=rN._defaultDrawnSignatureOptions.clone(),this._drawingOptions.updateProperties({"stroke-width":e}))}serialize(t=!1){if(this.isEmpty())return null;let{lines:e,points:i}=this.serializeDraw(t),{_drawingOptions:{"stroke-width":r}}=this,s=Object.assign(super.serialize(t),{isSignature:!0,areContours:this.#oM,color:[0,0,0],thickness:this.#oM?0:r});return this.addComment(s),t?(s.paths={lines:e,points:i},s.uuid=this.#oD,s.isCopy=!0):s.lines=e,this.#oP&&(s.accessibilityData={type:"Figure",alt:this.#oP}),s}static deserializeDraw(t,e,i,r,s,n){return n.areContours?rB.deserialize(t,e,i,r,s,n):rD.deserialize(t,e,i,r,s,n)}static async deserialize(t,e,i){let r=await super.deserialize(t,e,i);return r.#oM=t.areContours,r.description=t.accessibilityData?.alt||"",r.#oD=t.uuid,r}}class rU extends tG{#oI=null;#oR=null;#oB=null;#oF=null;#oL=null;#oO="";#oN=null;#oU=!1;#oz=null;#oH=!1;#oj=!1;static _type="stamp";static _editorType=g.STAMP;constructor(t){super({...t,name:"stampEditor"}),this.#oF=t.bitmapUrl,this.#oL=t.bitmapFile,this.defaultL10nId="pdfjs-editor-stamp-editor"}static initialize(t,e){tG.initialize(t,e)}static isHandlingMimeForPasting(t){return ty.includes(t)}static paste(t,e){e.pasteEditor({mode:g.STAMP},{bitmapFile:t.getAsFile()})}altTextFinish(){this._uiManager.useNewAltTextFlow&&(this.div.hidden=!1),super.altTextFinish()}get telemetryFinalData(){return{type:"stamp",hasAltText:!!this.altTextData?.altText}}static computeTelemetryFinalData(t){let e=t.get("hasAltText");return{hasAltText:e.get(!0)??0,hasNoAltText:e.get(!1)??0}}#o$(t,e=!1){t?(this.#oI=t.bitmap,e||(this.#oR=t.id,this.#oH=t.isSvg),t.file&&(this.#oO=t.file.name),this.#oG()):this.remove()}#oV(){if(this.#oB=null,this._uiManager.enableWaiting(!1),this.#oN){if(this._uiManager.useNewAltTextWhenAddingImage&&this._uiManager.useNewAltTextFlow&&this.#oI)return void this.addEditToolbar().then(()=>{this._editToolbar.hide(),this._uiManager.editAltText(this,!0)});if(!this._uiManager.useNewAltTextWhenAddingImage&&this._uiManager.useNewAltTextFlow&&this.#oI){this._reportTelemetry({action:"pdfjs.image.image_added",data:{alt_text_modal:!1,alt_text_type:"empty"}});try{this.mlGuessAltText()}catch{}}this.div.focus()}}async mlGuessAltText(t=null,e=!0){if(this.hasAltTextData())return null;let{mlManager:i}=this._uiManager;if(!i)throw Error("No ML.");if(!await i.isEnabledFor("altText"))throw Error("ML isn't enabled for alt text.");let{data:r,width:s,height:n}=t||this.copyCanvas(null,null,!0).imageData,a=await i.guess({name:"altText",request:{data:r,width:s,height:n,channels:r.length/(s*n)}});if(!a)throw Error("No response from the AI service.");if(a.error)throw Error("Error from the AI service.");if(a.cancel)return null;if(!a.output)throw Error("No valid response from the AI service.");let o=a.output;return await this.setGuessedAltText(o),e&&!this.hasAltTextData()&&(this.altTextData={alt:o,decorative:!1}),o}#oW(){if(this.#oR){this._uiManager.enableWaiting(!0),this._uiManager.imageManager.getFromId(this.#oR).then(t=>this.#o$(t,!0)).finally(()=>this.#oV());return}if(this.#oF){let t=this.#oF;this.#oF=null,this._uiManager.enableWaiting(!0),this.#oB=this._uiManager.imageManager.getFromUrl(t).then(t=>this.#o$(t)).finally(()=>this.#oV());return}if(this.#oL){let t=this.#oL;this.#oL=null,this._uiManager.enableWaiting(!0),this.#oB=this._uiManager.imageManager.getFromFile(t).then(t=>this.#o$(t)).finally(()=>this.#oV());return}let t=document.createElement("input");t.type="file",t.accept=ty.join(",");let e=this._uiManager._signal;this.#oB=new Promise(i=>{t.addEventListener("change",async()=>{if(t.files&&0!==t.files.length){this._uiManager.enableWaiting(!0);let e=await this._uiManager.imageManager.getFromFile(t.files[0]);this._reportTelemetry({action:"pdfjs.image.image_selected",data:{alt_text_modal:this._uiManager.useNewAltTextFlow}}),this.#o$(e)}else this.remove();i()},{signal:e}),t.addEventListener("cancel",()=>{this.remove(),i()},{signal:e})}).finally(()=>this.#oV()),t.click()}remove(){this.#oR&&(this.#oI=null,this._uiManager.imageManager.deleteId(this.#oR),this.#oN?.remove(),this.#oN=null,this.#oz&&(clearTimeout(this.#oz),this.#oz=null)),super.remove()}rebuild(){if(!this.parent){this.#oR&&this.#oW();return}super.rebuild(),null!==this.div&&(this.#oR&&null===this.#oN&&this.#oW(),this.isAttachedToDOM||this.parent.add(this))}onceAdded(t){this._isDraggable=!0,t&&this.div.focus()}isEmpty(){return!(this.#oB||this.#oI||this.#oF||this.#oL||this.#oR||this.#oU)}get toolbarButtons(){return[["altText",this.createAltText()]]}get isResizable(){return!0}render(){let t,e;return this.div||(this._isCopy&&(t=this.x,e=this.y),super.render(),this.div.hidden=!0,this.createAltText(),this.#oU||(this.#oI?this.#oG():this.#oW()),this._isCopy&&this._moveAfterPaste(t,e),this._uiManager.addShouldRescale(this)),this.div}setCanvas(t,e){let{id:i,bitmap:r}=this._uiManager.imageManager.getFromCanvas(t,e);e.remove(),i&&this._uiManager.imageManager.isValidId(i)&&(this.#oR=i,r&&(this.#oI=r),this.#oU=!1,this.#oG())}_onResized(){this.onScaleChanging()}onScaleChanging(){this.parent&&(null!==this.#oz&&clearTimeout(this.#oz),this.#oz=setTimeout(()=>{this.#oz=null,this.#oX()},200))}#oG(){let{div:t}=this,{width:e,height:i}=this.#oI,[r,s]=this.pageDimensions;if(this.width)e=this.width*r,i=this.height*s;else if(e>.75*r||i>.75*s){let t=Math.min(.75*r/e,.75*s/i);e*=t,i*=t}this._uiManager.enableWaiting(!1);let n=this.#oN=document.createElement("canvas");n.setAttribute("role","img"),this.addContainer(n),this.width=e/r,this.height=i/s,this.setDims(),this._initialOptions?.isCentered?this.center():this.fixAndSetPosition(),this._initialOptions=null,this._uiManager.useNewAltTextWhenAddingImage&&this._uiManager.useNewAltTextFlow&&!this.annotationElementId||(t.hidden=!1),this.#oX(),this.#oj||(this.parent.addUndoableEditor(this),this.#oj=!0),this._reportTelemetry({action:"inserted_image"}),this.#oO&&this.div.setAttribute("aria-description",this.#oO),this.annotationElementId||this._uiManager.a11yAlert("pdfjs-editor-stamp-added-alert")}copyCanvas(t,e,i=!1){t||(t=224);let{width:r,height:s}=this.#oI,n=new tv,a=this.#oI,o=r,l=s,h=null;if(e){if(r>e||s>e){let t=Math.min(e/r,e/s);o=Math.floor(r*t),l=Math.floor(s*t)}let t=(h=document.createElement("canvas")).width=Math.ceil(o*n.sx),i=h.height=Math.ceil(l*n.sy);this.#oH||(a=this.#oq(t,i));let d=h.getContext("2d");d.filter=this._uiManager.hcmFilter;let c="white",u="#cfcfd8";"none"!==this._uiManager.hcmFilter?u="black":tA.isDarkMode&&(c="#8f8f9d",u="#42414d");let p=15*n.sx,g=15*n.sy,m=new OffscreenCanvas(2*p,2*g),f=m.getContext("2d");f.fillStyle=c,f.fillRect(0,0,2*p,2*g),f.fillStyle=u,f.fillRect(0,0,p,g),f.fillRect(p,g,p,g),d.fillStyle=d.createPattern(m,"repeat"),d.fillRect(0,0,t,i),d.drawImage(a,0,0,a.width,a.height,0,0,t,i)}let d=null;if(i){let e,i;if(n.symmetric&&a.width<t&&a.height<t)e=a.width,i=a.height;else if(a=this.#oI,r>t||s>t){let n=Math.min(t/r,t/s);e=Math.floor(r*n),i=Math.floor(s*n),this.#oH||(a=this.#oq(e,i))}let o=new OffscreenCanvas(e,i).getContext("2d",{willReadFrequently:!0});o.drawImage(a,0,0,a.width,a.height,0,0,e,i),d={width:e,height:i,data:o.getImageData(0,0,e,i).data}}return{canvas:h,width:o,height:l,imageData:d}}#oq(t,e){let{width:i,height:r}=this.#oI,s=i,n=r,a=this.#oI;for(;s>2*t||n>2*e;){let i=s,r=n;s>2*t&&(s=Math.ceil(s/2)),n>2*e&&(n=Math.ceil(n/2));let o=new OffscreenCanvas(s,n);o.getContext("2d").drawImage(a,0,0,i,r,0,0,s,n),a=o.transferToImageBitmap()}return a}#oX(){let[t,e]=this.parentDimensions,{width:i,height:r}=this,s=new tv,n=Math.ceil(i*t*s.sx),a=Math.ceil(r*e*s.sy),o=this.#oN;if(!o||o.width===n&&o.height===a)return;o.width=n,o.height=a;let l=this.#oH?this.#oI:this.#oq(n,a),h=o.getContext("2d");h.filter=this._uiManager.hcmFilter,h.drawImage(l,0,0,l.width,l.height,0,0,n,a)}#oK(t){if(t){if(this.#oH){let t=this._uiManager.imageManager.getSvgUrl(this.#oR);if(t)return t}let t=document.createElement("canvas");return{width:t.width,height:t.height}=this.#oI,t.getContext("2d").drawImage(this.#oI,0,0),t.toDataURL()}if(this.#oH){let[t,e]=this.pageDimensions,i=Math.round(this.width*t*Z.PDF_TO_CSS_UNITS),r=Math.round(this.height*e*Z.PDF_TO_CSS_UNITS),s=new OffscreenCanvas(i,r);return s.getContext("2d").drawImage(this.#oI,0,0,this.#oI.width,this.#oI.height,0,0,i,r),s.transferToImageBitmap()}return structuredClone(this.#oI)}static async deserialize(t,e,i){let r=null,s=!1;if(t instanceof rm){let n,a,{data:{rect:o,rotation:l,id:h,structParent:d,popupRef:c,richText:u,contentsObj:p,creationDate:m,modificationDate:f},container:b,parent:{page:{pageNumber:v}},canvas:y}=t;y?(delete t.canvas,{id:n,bitmap:a}=i.imageManager.getFromCanvas(b.id,y),y.remove()):(s=!0,t._hasNoCanvas=!0);let A=(await e._structTree.getAriaAttributes(`${V}${h}`))?.get("aria-label")||"";r=t={annotationType:g.STAMP,bitmapId:n,bitmap:a,pageIndex:v-1,rect:o.slice(0),rotation:l,annotationElementId:h,id:h,deleted:!1,accessibilityData:{decorative:!1,altText:A},isSvg:!1,structParent:d,popupRef:c,richText:u,comment:p?.str||null,creationDate:m,modificationDate:f}}let n=await super.deserialize(t,e,i),{rect:a,bitmap:o,bitmapUrl:l,bitmapId:h,isSvg:d,accessibilityData:c}=t;s?(i.addMissingCanvas(t.id,n),n.#oU=!0):h&&i.imageManager.isValidId(h)?(n.#oR=h,o&&(n.#oI=o)):n.#oF=l,n.#oH=d;let[u,p]=n.pageDimensions;return n.width=(a[2]-a[0])/u,n.height=(a[3]-a[1])/p,c&&(n.altTextData=c),n._initialData=r,t.comment&&n.setCommentData(t),n.#oj=!!r,n}serialize(t=!1,e=null){if(this.isEmpty())return null;if(this.deleted)return this.serializeDeleted();let i=Object.assign(super.serialize(t),{bitmapId:this.#oR,isSvg:this.#oH});if(this.addComment(i),t)return i.bitmapUrl=this.#oK(!0),i.accessibilityData=this.serializeAltText(!0),i.isCopy=!0,i;let{decorative:r,altText:s}=this.serializeAltText(!1);if(!r&&s&&(i.accessibilityData={type:"Figure",alt:s}),this.annotationElementId){let t=this.#n5(i);return t.isSame?null:(t.isSameAltText?delete i.accessibilityData:i.accessibilityData.structParent=this._initialData.structParent??-1,i.id=this.annotationElementId,delete i.bitmapId,i)}if(null===e)return i;e.stamps||=new Map;let n=this.#oH?(i.rect[2]-i.rect[0])*(i.rect[3]-i.rect[1]):null;if(e.stamps.has(this.#oR)){if(this.#oH){let t=e.stamps.get(this.#oR);n>t.area&&(t.area=n,t.serialized.bitmap.close(),t.serialized.bitmap=this.#oK(!1))}}else e.stamps.set(this.#oR,{area:n,serialized:i}),i.bitmap=this.#oK(!1);return i}#n5(t){let{pageIndex:e,accessibilityData:{altText:i}}=this._initialData,r=t.pageIndex===e,s=(t.accessibilityData?.alt||"")===i;return{isSame:!this.hasEditedComment&&!this._hasBeenMoved&&!this._hasBeenResized&&r&&s,isSameAltText:s}}renderAnnotationElement(t){return this.deleted?t.hide():t.updateEdited({rect:this.getPDFRect(),popup:this.comment}),null}}class rz{#nU;#oY=!1;#oJ=null;#oQ=null;#oZ=null;#o0=new Map;#o1=!1;#o2=!1;#o5=!1;#o3=null;#o6=null;#o4=null;#o9=null;#o8=null;#o7=-1;#v;static _initialized=!1;static #J=new Map([ry,rR,rU,rC,rN].map(t=>[t._editorType,t]));constructor({uiManager:t,pageIndex:e,div:i,structTreeLayer:r,accessibilityManager:s,annotationLayer:n,drawLayer:a,textLayer:o,viewport:l,l10n:h}){const d=[...rz.#J.values()];if(!rz._initialized)for(const e of(rz._initialized=!0,d))e.initialize(h,t);t.registerEditorTypes(d),this.#v=t,this.pageIndex=e,this.div=i,this.#nU=s,this.#oJ=n,this.viewport=l,this.#o4=o,this.drawLayer=a,this._structTree=r,this.#v.addLayer(this)}get isEmpty(){return 0===this.#o0.size}get isInvisible(){return this.isEmpty&&this.#v.getMode()===g.NONE}updateToolbar(t){this.#v.updateToolbar(t)}updateMode(t=this.#v.getMode()){switch(this.#lt(),t){case g.NONE:this.div.classList.toggle("nonEditing",!0),this.disableTextSelection(),this.togglePointerEvents(!1),this.toggleAnnotationLayerPointerEvents(!0),this.disableClick();return;case g.INK:this.disableTextSelection(),this.togglePointerEvents(!0),this.enableClick();break;case g.HIGHLIGHT:this.enableTextSelection(),this.togglePointerEvents(!1),this.disableClick();break;default:this.disableTextSelection(),this.togglePointerEvents(!0),this.enableClick()}this.toggleAnnotationLayerPointerEvents(!1);let{classList:e}=this.div;if(e.toggle("nonEditing",!1),t===g.POPUP)e.toggle("commentEditing",!0);else for(let i of(e.toggle("commentEditing",!1),rz.#J.values()))e.toggle(`${i._type}Editing`,t===i._editorType);this.div.hidden=!1}hasTextLayer(t){return t===this.#o4?.div}setEditingState(t){this.#v.setEditingState(t)}addCommands(t){this.#v.addCommands(t)}cleanUndoStack(t){this.#v.cleanUndoStack(t)}toggleDrawing(t=!1){this.div.classList.toggle("drawing",!t)}togglePointerEvents(t=!1){this.div.classList.toggle("disabled",!t)}toggleAnnotationLayerPointerEvents(t=!1){this.#oJ?.togglePointerEvents(t)}get #le(){return 0!==this.#o0.size?this.#o0.values():this.#v.getEditors(this.pageIndex)}async enable(){this.#o5=!0,this.div.tabIndex=0,this.togglePointerEvents(!0),this.div.classList.toggle("nonEditing",!1),this.#o8?.abort(),this.#o8=null;let t=new Set;for(let e of this.#le)e.enableEditing(),e.show(!0),e.annotationElementId&&(this.#v.removeChangedExistingAnnotation(e),t.add(e.annotationElementId));let e=this.#oJ;if(e)for(let i of e.getEditableAnnotations()){if(i.hide(),this.#v.isDeletedAnnotationElement(i.data.id)||t.has(i.data.id))continue;let e=await this.deserialize(i);e&&(this.addOrRebuild(e),e.enableEditing())}this.#o5=!1,this.#v._eventBus.dispatch("editorsrendered",{source:this,pageNumber:this.pageIndex+1})}disable(){if(this.#o2=!0,this.div.tabIndex=-1,this.togglePointerEvents(!1),this.div.classList.toggle("nonEditing",!0),this.#o4&&!this.#o8){this.#o8=new AbortController;let t=this.#v.combinedSignal(this.#o8);this.#o4.div.addEventListener("pointerdown",t=>{let e,{clientX:i,clientY:r,timeStamp:s}=t;if(s-this.#o7>500){this.#o7=s;return}this.#o7=-1;let{classList:n}=this.div;n.toggle("getElements",!0);let a=document.elementsFromPoint(i,r);if(n.toggle("getElements",!1),!this.div.contains(a[0]))return;let o=RegExp(`^${p}[0-9]+$`);for(let t of a)if(o.test(t.id)){e=t.id;break}if(!e)return;let l=this.#o0.get(e);l?.annotationElementId===null&&(td(t),l.dblclick(t))},{signal:t,capture:!0})}let t=this.#oJ,e=[];if(t){let i=new Map,r=new Map;for(let t of this.#le){if(t.disableEditing(),!t.annotationElementId){e.push(t);continue}if(null!==t.serialize()){i.set(t.annotationElementId,t);continue}r.set(t.annotationElementId,t),this.getEditableAnnotation(t.annotationElementId)?.show(),t.remove()}for(let e of t.getEditableAnnotations()){let{id:t}=e.data;if(this.#v.isDeletedAnnotationElement(t)){e.updateEdited({deleted:!0});continue}let s=r.get(t);if(s){s.resetAnnotationElement(e),s.show(!1),e.show();continue}(s=i.get(t))&&(this.#v.addChangedExistingAnnotation(s),s.renderAnnotationElement(e)&&s.show(!1)),e.show()}}this.#lt(),this.isEmpty&&(this.div.hidden=!0);let{classList:i}=this.div;for(let t of rz.#J.values())i.remove(`${t._type}Editing`);this.disableTextSelection(),this.toggleAnnotationLayerPointerEvents(!0),t?.updateFakeAnnotations(e),this.#o2=!1}getEditableAnnotation(t){return this.#oJ?.getEditableAnnotation(t)||null}setActiveEditor(t){this.#v.getActive()!==t&&this.#v.setActiveEditor(t)}enableTextSelection(){if(this.div.tabIndex=-1,this.#o4?.div&&!this.#o9){this.#o9=new AbortController;let t=this.#v.combinedSignal(this.#o9);this.#o4.div.addEventListener("pointerdown",this.#li.bind(this),{signal:t}),this.#o4.div.classList.add("highlighting")}}disableTextSelection(){this.div.tabIndex=0,this.#o4?.div&&this.#o9&&(this.#o9.abort(),this.#o9=null,this.#o4.div.classList.remove("highlighting"))}#li(t){this.#v.unselectAll();let{target:e}=t;if(e===this.#o4.div||("img"===e.getAttribute("role")||e.classList.contains("endOfContent")||e.classList.contains("textLayerImagePlaceholder"))&&this.#o4.div.contains(e)){let{isMac:e}=U.platform;if(0!==t.button||t.ctrlKey&&e)return;this.#v.showAllEditors("highlight",!0,!0),this.#o4.div.classList.add("free"),this.toggleDrawing(),rC.startHighlighting(this,"ltr"===this.#v.direction,{target:this.#o4.div,x:t.x,y:t.y}),this.#o4.div.addEventListener("pointerup",()=>{this.#o4.div.classList.remove("free"),this.toggleDrawing(!0)},{once:!0,signal:this.#v._signal}),t.preventDefault()}}enableClick(){if(this.#oQ)return;this.#oQ=new AbortController;let t=this.#v.combinedSignal(this.#oQ);this.div.addEventListener("pointerdown",this.pointerdown.bind(this),{signal:t});let e=this.pointerup.bind(this);this.div.addEventListener("pointerup",e,{signal:t}),this.div.addEventListener("pointercancel",e,{signal:t})}disableClick(){this.#oQ?.abort(),this.#oQ=null}attach(t){this.#o0.set(t.id,t);let{annotationElementId:e}=t;e&&this.#v.isDeletedAnnotationElement(e)&&this.#v.removeDeletedAnnotationElement(t)}detach(t){this.#o0.delete(t.id),this.#nU?.removePointerInTextLayer(t.contentDiv),!this.#o2&&t.annotationElementId&&this.#v.addDeletedAnnotationElement(t)}remove(t){this.detach(t),this.#v.removeEditor(t),t.div.remove(),t.isAttachedToDOM=!1}changeParent(t){t.parent!==this&&(t.parent&&t.annotationElementId&&(this.#v.addDeletedAnnotationElement(t),tG.deleteAnnotationElement(t),t.annotationElementId=null),this.attach(t),t.parent?.detach(t),t.setParent(this),t.div&&t.isAttachedToDOM&&(t.div.remove(),this.div.append(t.div)))}add(t){if(t.parent!==this||!t.isAttachedToDOM){if(this.changeParent(t),this.#v.addEditor(t),this.attach(t),!t.isAttachedToDOM){let e=t.render();this.div.append(e),t.isAttachedToDOM=!0}t.fixAndSetPosition(),t.onceAdded(!this.#o5),this.#v.addToAnnotationStorage(t),t._reportTelemetry(t.telemetryInitialData)}}moveEditorInDOM(t){if(!t.isAttachedToDOM)return;let{activeElement:e}=document;t.div.contains(e)&&!this.#oZ&&(t._focusEventsAllowed=!1,this.#oZ=setTimeout(()=>{this.#oZ=null,t.div.contains(document.activeElement)?t._focusEventsAllowed=!0:(t.div.addEventListener("focusin",()=>{t._focusEventsAllowed=!0},{once:!0,signal:this.#v._signal}),e.focus())},0)),t._structTreeParentId=this.#nU?.moveElementInDOM(this.div,t.div,t.contentDiv,!0)}addOrRebuild(t){t.needsToBeRebuilt()?(t.parent||=this,t.rebuild(),t.show()):this.add(t)}addUndoableEditor(t){this.addCommands({cmd:()=>t._uiManager.rebuild(t),undo:()=>{t.remove()},mustExec:!1})}getEditorByUID(t){for(let e of this.#o0.values())if(e.uid===t)return e;return null}get #lr(){return rz.#J.get(this.#v.getMode())}combinedSignal(t){return this.#v.combinedSignal(t)}#ls(t){let e=this.#lr;return e?new e.prototype.constructor(t):null}canCreateNewEmptyEditor(){return this.#lr?.canCreateNewEmptyEditor()}async pasteEditor(t,e){this.updateToolbar(t),await this.#v.updateMode(t.mode);let{offsetX:i,offsetY:r}=this.#ln(),s=this.#v.getId(),n=this.#ls({parent:this,id:s,x:i,y:r,uiManager:this.#v,isCentered:!0,...e});n&&this.add(n)}async deserialize(t){return await rz.#J.get(t.annotationType??t.annotationEditorType)?.deserialize(t,this,this.#v)||null}createAndAddNewEditor(t,e,i={}){let r=this.#v.getId(),s=this.#ls({parent:this,id:r,x:t.offsetX,y:t.offsetY,uiManager:this.#v,isCentered:e,...i});return s&&this.add(s),s}get boundingClientRect(){return this.div.getBoundingClientRect()}#ln(){let{x:t,y:e,width:i,height:r}=this.boundingClientRect,s=Math.max(0,t),n=Math.max(0,e),a=Math.min(window.innerWidth,t+i),o=Math.min(window.innerHeight,e+r),l=(s+a)/2-t,h=(n+o)/2-e,[d,c]=this.viewport.rotation%180==0?[l,h]:[h,l];return{offsetX:d,offsetY:c}}addNewEditor(t={}){this.createAndAddNewEditor(this.#ln(),!0,t)}setSelected(t){this.#v.setSelected(t)}toggleSelected(t){this.#v.toggleSelected(t)}unselect(t){this.#v.unselect(t)}pointerup(t){let{isMac:e}=U.platform;if(0!==t.button||t.ctrlKey&&e||t.target!==this.div||!this.#o1||(this.#o1=!1,this.#lr?.isDrawer&&this.#lr.supportMultipleDrawings))return;if(!this.#oY){this.#oY=!0;return}let i=this.#v.getMode();i===g.STAMP||i===g.POPUP||i===g.SIGNATURE?this.#v.unselectAll():this.createAndAddNewEditor(t,!1)}pointerdown(t){if(this.#v.getMode()===g.HIGHLIGHT&&this.enableTextSelection(),this.#o1){this.#o1=!1;return}let{isMac:e}=U.platform;if(0!==t.button||t.ctrlKey&&e||t.target!==this.div)return;if(this.#o1=!0,this.#lr?.isDrawer)return void this.startDrawingSession(t);let i=this.#v.getActive();this.#oY=!i||i.isEmpty()}startDrawingSession(t){if(this.div.focus({preventScroll:!0}),this.#o3)return void this.#lr.startDrawing(this,this.#v,!1,t);this.#v.setCurrentDrawingSession(this),this.#o3=new AbortController;let e=this.#v.combinedSignal(this.#o3);this.div.addEventListener("blur",({relatedTarget:t})=>{t&&!this.div.contains(t)&&(this.#o6=null,this.commitOrRemove())},{signal:e}),this.#lr.startDrawing(this,this.#v,!1,t)}pause(t){if(t){let{activeElement:t}=document;this.div.contains(t)&&(this.#o6=t);return}this.#o6&&setTimeout(()=>{this.#o6?.focus(),this.#o6=null},0)}endDrawingSession(t=!1){return this.#o3?(this.#v.setCurrentDrawingSession(null),this.#o3.abort(),this.#o3=null,this.#o6=null,this.#lr.endDrawing(t)):null}findNewParent(t,e,i){let r=this.#v.findParent(e,i);return null!==r&&r!==this&&(r.changeParent(t),!0)}commitOrRemove(){return!!this.#o3&&(this.endDrawingSession(),!0)}onScaleChanging(){this.#o3&&this.#lr.onScaleChangingWhenDrawing(this)}destroy(){for(let t of(this.commitOrRemove(),this.#v.getActive()?.parent===this&&(this.#v.commitOrRemove(),this.#v.setActiveEditor(null)),this.#oZ&&(clearTimeout(this.#oZ),this.#oZ=null),this.#o0.values()))this.#nU?.removePointerInTextLayer(t.contentDiv),t.setParent(null),t.isAttachedToDOM=!1,t.div.remove();this.div=null,this.#o0.clear(),this.#v.removeLayer(this)}#lt(){for(let t of this.#o0.values())t.isEmpty()&&t.remove()}async render({viewport:t}){for(let e of(this.viewport=t,tb(this.div,t),this.#v.getEditors(this.pageIndex)))this.add(e),e.rebuild();await this.#v.findClonesForPage(this),this.div.hidden=this.isEmpty,this.updateMode()}update({viewport:t}){this.#v.commitOrRemove(),this.#lt();let e=this.viewport.rotation,i=t.rotation;if(this.viewport=t,tb(this.div,{rotation:i}),e!==i)for(let t of this.#o0.values())t.rotate(i)}get pageDimensions(){let{pageWidth:t,pageHeight:e}=this.viewport.rawDims;return[t,e]}get scale(){return this.#v.viewParameters.realScale}}class rH{#nh=null;#la=new Map;#lo=new Map;static #E=0;setParent(t){if(!this.#nh){this.#nh=t;return}if(this.#nh!==t){if(this.#la.size>0)for(let e of this.#la.values())e.remove(),t.append(e);this.#nh=t}}static get _svgFactory(){return k(this,"_svgFactory",new iY)}static #ll(t,[e,i,r,s]){let{style:n}=t;n.top=`${100*i}%`,n.left=`${100*e}%`,n.width=`${100*r}%`,n.height=`${100*s}%`}#lh(){let t=rH._svgFactory.create(1,1,!0);return this.#nh.append(t),t.setAttribute("aria-hidden",!0),t}#ld(t,e){let i=rH._svgFactory.createElement("clipPath");t.append(i);let r=`clip_${e}`;i.setAttribute("id",r),i.setAttribute("clipPathUnits","objectBoundingBox");let s=rH._svgFactory.createElement("use");return i.append(s),s.setAttribute("href",`#${e}`),s.classList.add("clip"),r}#lc(t,e){for(let[i,r]of Object.entries(e))null===r?t.removeAttribute(i):t.setAttribute(i,r)}draw(t,e=!1,i=!1){let r=rH.#E++,s=this.#lh(),n=rH._svgFactory.createElement("defs");s.append(n);let a=rH._svgFactory.createElement("path");n.append(a);let o=`path_${r}`;a.setAttribute("id",o),a.setAttribute("vector-effect","non-scaling-stroke"),e&&this.#lo.set(r,a);let l=i?this.#ld(n,o):null,h=rH._svgFactory.createElement("use");return s.append(h),h.setAttribute("href",`#${o}`),this.updateProperties(s,t),this.#la.set(r,s),{id:r,clipPathId:`url(#${l})`}}drawOutline(t,e){let i,r=rH.#E++,s=this.#lh(),n=rH._svgFactory.createElement("defs");s.append(n);let a=rH._svgFactory.createElement("path");n.append(a);let o=`path_${r}`;if(a.setAttribute("id",o),a.setAttribute("vector-effect","non-scaling-stroke"),e){let t=rH._svgFactory.createElement("mask");n.append(t),i=`mask_${r}`,t.setAttribute("id",i),t.setAttribute("maskUnits","objectBoundingBox");let e=rH._svgFactory.createElement("rect");t.append(e),e.setAttribute("width","1"),e.setAttribute("height","1"),e.setAttribute("fill","white");let s=rH._svgFactory.createElement("use");t.append(s),s.setAttribute("href",`#${o}`),s.setAttribute("stroke","none"),s.setAttribute("fill","black"),s.setAttribute("fill-rule","nonzero"),s.classList.add("mask")}let l=rH._svgFactory.createElement("use");s.append(l),l.setAttribute("href",`#${o}`),i&&l.setAttribute("mask",`url(#${i})`);let h=l.cloneNode();return s.append(h),l.classList.add("mainOutline"),h.classList.add("secondaryOutline"),this.updateProperties(s,t),this.#la.set(r,s),r}finalizeDraw(t,e){this.#lo.delete(t),this.updateProperties(t,e)}updateProperties(t,e){if(!e)return;let{root:i,bbox:r,rootClass:s,path:n}=e,a="number"==typeof t?this.#la.get(t):t;if(a){if(i&&this.#lc(a,i),r&&rH.#ll(a,r),s){let{classList:t}=a;for(let[e,i]of Object.entries(s))t.toggle(e,i)}if(n){let t=a.firstElementChild.firstElementChild;this.#lc(t,n)}}}updateParent(t,e){if(e===this)return;let i=this.#la.get(t);i&&(e.#nh.append(i),this.#la.delete(t),e.#la.set(t,i))}remove(t){this.#lo.delete(t),null!==this.#nh&&(this.#la.get(t).remove(),this.#la.delete(t))}destroy(){for(let t of(this.#nh=null,this.#la.values()))t.remove();this.#la.clear(),this.#lo.clear()}}function rj(t){return`${(100*t).toFixed(2)}%`}class r${#lu=[];#lp=new Map;#lg=null;#lm=0;#r1=0;#r0=0;static #lf=null;constructor(t,e,i,r){this.#lm=t,this.#lu=e,this.#r1=i.rawDims.pageWidth,this.#r0=i.rawDims.pageHeight,this.#lg=r}render(){let t=document.createElement("div");t.className="textLayerImages";for(let e=0;e<this.#lu.length;e+=6){let i=this.#lb(this.#lu.subarray(e,e+6));i&&t.append(i)}return t.addEventListener("contextmenu",t=>{if(!(t.target instanceof HTMLCanvasElement))return;let e=t.target,i=this.#lp.get(e);if(!i)return;let r=r$.#lf?.deref();if(r===e)return;r&&(r.width=0,r.height=0),r$.#lf=new WeakRef(e);let{inverseTransform:s,x1:n,y1:a,width:o,height:l}=i,h=this.#lg(),d=Math.ceil(n*h.width),c=Math.ceil(a*h.height),u=Math.floor((n+o/this.#r1)*h.width),p=Math.floor((a+l/this.#r0)*h.height);e.width=u-d,e.height=p-c;let g=e.getContext("2d");g.setTransform(...s),g.translate(-d,-c),g.drawImage(h,0,0)}),t}#lb([t,e,i,r,s,n]){let a=Math.hypot((s-t)*this.#r1,(n-e)*this.#r0),o=Math.hypot((i-t)*this.#r1,(r-e)*this.#r0);if(a<this.#lm||o<this.#lm)return null;let l=[(s-t)*this.#r1/a,(n-e)*this.#r0/a,(i-t)*this.#r1/o,(r-e)*this.#r0/o,0,0],h=z.inverseTransform(l),d=document.createElement("canvas");return d.className="textLayerImagePlaceholder",d.width=0,d.height=0,Object.assign(d.style,{opacity:0,position:"absolute",left:rj(t),top:rj(e),width:rj(a/this.#r1),height:rj(o/this.#r0),transformOrigin:"0% 0%",transform:`matrix(${l.join(",")})`}),this.#lp.set(d,{inverseTransform:h,width:a,height:o,x1:t,y1:e}),d}}globalThis._pdfjsTestingUtils={HighlightOutliner:r_},globalThis.pdfjsLib={AbortException:O,AnnotationEditorLayer:rz,AnnotationEditorParamsType:m,AnnotationEditorType:g,AnnotationEditorUIManager:tz,AnnotationLayer:rb,AnnotationMode:u,AnnotationType:v,applyOpacity:tw,build:i$,ColorPicker:iG,createValidAbsoluteUrl:C,CSSConstants:tx,DOMSVGFactory:iY,DrawLayer:rH,FeatureTest:U,fetchData:tt,findContrastColor:tM,getDocument:iR,getFilenameFromUrl:tn,getPdfFilenameFromUrl:ta,getRGB:tg,getRGBA:tp,getUuid:G,getXfaPageViewport:tu,GlobalWorkerOptions:i_,ImageKind:b,InvalidPDFException:B,isDataScheme:tr,isPdfFile:ts,isValidExplicitDest:eb,makeArr:W,makeMap:X,makeObj:q,MathClamp:K,noContextMenu:th,normalizeUnicode:$,OPS:A,OutputScale:tv,PasswordResponses:x,PDFDataRangeTransport:iF,PDFDateString:tc,PDFWorker:iN,PermissionFlag:f,PixelsPerInch:Z,RenderingCancelledException:ti,renderRichText:tP,ResponseException:F,setLayerDimensions:tb,shadow:k,SignatureExtractor:rF,stopEvent:td,SupportedImageMimeTypes:ty,TextLayer:iI,TextLayerImages:r$,TouchManager:t$,updateUrlHash:M,Util:z,VerbosityLevel:y,version:ij,XfaLayer:J}}}]);
|