directus-extension-texttoanything 1.4.2 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.js +31 -31
- package/dist/app.js +2 -2
- package/package.json +1 -1
- package/readme.md +21 -14
package/dist/app.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{defineOperationApp as t,useStores as e,useApi as i,defineModule as s,defineInterface as n}from"@directus/extensions-sdk";import{resolveComponent as a,openBlock as r,createBlock as o,withCtx as l,createVNode as h,createCommentVNode as c,ref as d,createElementBlock as u,createTextVNode as p,pushScopeId as g,popScopeId as m,createElementVNode as f,defineComponent as v,computed as b,watch as y,nextTick as w,onMounted as x,unref as A,toDisplayString as _,normalizeStyle as S,Fragment as T,resolveDynamicComponent as C,inject as E,onBeforeUnmount as k,withModifiers as M,renderList as P,reactive as I,onUnmounted as D,Teleport as R,renderSlot as L}from"vue";var F=t({id:"ttabarcode",name:"TTA generate barcode",icon:"barcode",description:"Generate a barcode trough Text to anything!",overview:({barcodeContent:t})=>[{label:"barcode content",text:t}],options:[{field:"barcodeContent",name:"content",type:"string",meta:{width:"full",interface:"input"}},{field:"barcodeType",name:"type",type:"dropdown",meta:{interface:"select-dropdown",options:{choices:["auspost","azteccode","azteccodecompact","aztecrune","bc412","channelcode","codablockf","code11","code128","code16k","code2of5","code32","code39","code39ext","code49","code93","code93ext","codeone","coop2of5","daft","databarexpanded","databarexpandedcomposite","databarexpandedstacked","databarexpandedstackedcomposite","databarlimited","databarlimitedcomposite","databaromni","databaromnicomposite","databarstacked","databarstackedcomposite","databarstackedomni","databarstackedomnicomposite","databartruncated","databartruncatedcomposite","datalogic2of5","datamatrix","datamatrixrectangular","datamatrixrectangularextension","dotcode","ean13","ean13composite","ean14","ean2","ean5","ean8","ean8composite","flattermarken","gs1-128","gs1-128composite","gs1-cc","gs1datamatrix","gs1datamatrixrectangular","gs1dldatamatrix","gs1dlqrcode","gs1dotcode","gs1northamericancoupon","gs1qrcode","hanxin","hibcazteccode","hibccodablockf","hibccode128","hibccode39","hibcdatamatrix","hibcdatamatrixrectangular","hibcmicropdf417","hibcpdf417","hibcqrcode","iata2of5","identcode","industrial2of5","interleaved2of5","isbn","ismn","issn","itf14","japanpost","kix","leitcode","mailmark","mands","matrix2of5","maxicode","micropdf417","microqrcode","msi","onecode","pdf417","pdf417compact","pharmacode","pharmacode2","planet","plessey","posicode","postnet","pzn","qrcode","rationalizedCodabar","raw","rectangularmicroqrcode","royalmail","sscc18","swissqrcode","symbol","telepen","telepennumeric","ultracode","upca","upcacomposite","upce","upcecomposite"].map((t=>({text:t,value:t})))}}},{field:"scale",name:"scale",type:"number",meta:{width:"full",interface:"input"}},{field:"height",name:"height",type:"number",meta:{width:"full",interface:"input"}},{field:"includetext",name:"include text",type:"boolean",meta:{width:"full",interface:"boolean"}}]}),O=t({id:"ttapdf",name:"TTA generate PDF",icon:"picture_as_pdf",description:"Generate a PDF trough Text to anything!",overview:({filename:t})=>[{label:"File name",text:t}],options:[{field:"filename",name:"File name",type:"string",meta:{width:"full",interface:"input"}},{field:"pdfoptions",name:"Options",type:"json",meta:{width:"full",interface:"input-code",options:{language:"json",placeholder:JSON.stringify({html:"<h1>Hello world!</h1>",format:"A4",landscape:!1,margin:10,marginRight:5,marginLeft:5},null,2),template:JSON.stringify({html:"<h1>Hello world!</h1>",format:"A4",landscape:!1,margin:10,marginRight:5,marginLeft:5},null,2)}}}]}),N=t({id:"ttapdftemplate",name:"TTA generate PDF from template",icon:"picture_as_pdf",description:"Generate a PDF based on a template trough Text to anything!",overview:({filename:t})=>[{label:"File name",text:t}],options:[{field:"filename",name:"File name",type:"string",meta:{width:"full",interface:"input"}},{field:"template",name:"Template",type:"string",meta:{interface:"TTA-pdf-template-selector",options:{}}},{field:"templatevariables",name:"Template variables",type:"json",meta:{width:"full",interface:"input-code",options:{language:"json"}}}]}),B=t({id:"ttaqrcode",name:"TTA generate QRcode",icon:"qr_code",description:"Generate a QRcode trough Text to anything!",overview:({content:t})=>[{label:"QRCode content",text:t}],options:[{field:"content",name:"QRCode content",type:"string",meta:{width:"full",interface:"input"}},{field:"lightColor",name:"Light color",type:"string",meta:{width:"full",interface:"input"}},{field:"darkColor",name:"Dark color",type:"string",meta:{width:"full",interface:"input"}},{field:"margin",name:"Margin",type:"integer",meta:{width:"half",interface:"input"}},{field:"width",name:"Width",type:"integer",meta:{width:"half",interface:"input"}}]});const z=String.raw`[A-Za-z][^/\s>]*`,H=String.raw`\B"(?:\\[^<>\n]|[^\\"<>\n])*"(?!\w)`,j=String.raw`\B'(?:\\[^<>\n]|[^\\'<>\n])*'(?!\w)`,$=String.raw`${H}|${j}`,V=String.raw`"(?<quotedAttrValue>[^"]*)"`,U=String.raw`'(?<singleQuotedAttrValue>[^']*)'`,G=String.raw`(?<unquotedAttrValue>[^\s"'\`=<>]+)`,q=String.raw`[^=\s>/"']+(?=[=>\s]|$)`,W=String.raw`${V}|${U}|${G}`,X=String.raw`(?<attrName>${q})(?:\s*=\s*(?:${W}))?`,K=String.raw`${$}|[^\s>]*[^\s>/]|[^\s>]*/(?!\s*>)`,Y=String.raw`(?<attrSpace>\s*)(?:${X}|(?<attrText>${K}))`,Q={comment:String.raw`<!--.*?-->`,dtd:String.raw`<![^>]+>`,startTag:String.raw`<(?<startTagName>${z})(?<attrs>(?:${Y})*)\s*(?<closingSlash>/?)\s*>`,endTag:String.raw`</(?<endTagName>${z})\s*>`,space:String.raw`\s+`,text:String.raw`[^<\s"']+|${$}|['"]`,wildcard:String.raw`.`},J=Object.entries(Q).map((([t,e])=>`(?<${t}>${e})`)).join("|");const Z=new Set(["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"]);function tt(t,e=" ",i=80){const s=new RegExp(J,"gys"),n=new RegExp(Y,"gy"),a=[];let r=null,o=0,l=0,h="",c=0,d="";const u=()=>{if(d&&"\n"!=d){const t=h.indexOf("\n"),e=-1==t?h.length:t;l+d.length+e>i&&(d="\n")}const t="\n"==d&&h?e.repeat(c):"",s=`${d}${t}${h}`;if(s){const t=s.lastIndexOf("\n");-1==t?l+=s.length:l=s.length-t-1,a.push(s)}h=d=""},p=(...t)=>{for(const e of t)!r&&/^\s+$/.test(e)?(u(),d=e):(h||(c=o),h+=e)};for(const e of function*(t,e){let i,{lastIndex:s}=t;for(;i=t.exec(e);)yield i,({lastIndex:s}=t);if(s!=e.length)throw new Error("Failed to parse string")}(s,t)){if(tt.__strict&&e.groups.wildcard)throw new Error("Unexpected wildcard");if(e.groups.endTag){const t=e.groups.endTagName.toLowerCase();t==r&&(r=null),r||(--o,p(`</${t}>`))}if(r)p(e[0]);else if(e.groups.space)p(...e[0].match(/\n/g)?.slice(0,2)??[" "]);else if(e.groups.comment||e.groups.dtd||e.groups.text||e.groups.wildcard)p(e[0]);else if(e.groups.startTag){const t=e.groups.startTagName.toLowerCase();if(p(`<${t}`),++o,e.groups.attrs){let t,i,{lastIndex:s}=n;for(;t=n.exec(e.groups.attrs);){if(({lastIndex:s}=n),tt.__strict&&t.groups.attrText)throw new Error("Unexpected attr text");t.groups.attrText?(t.groups.attrSpace&&p(/\n/.test(t.groups.attrSpace)?"\n":" "),p(t.groups.attrText)):(!t.groups.attrSpace&&i?.groups.attrText||p(/\n/.test(t.groups.attrSpace)?"\n":" "),p(`${t.groups.attrName}${t.groups.quotedAttrValue?`="${t.groups.quotedAttrValue}"`:t.groups.singleQuotedAttrValue?`='${t.groups.singleQuotedAttrValue}'`:t.groups.unquotedAttrValue?`=${t.groups.unquotedAttrValue}`:""}`)),i=t}if(s!=e.groups.attrs.length)throw new Error("Failed to parse attributes")}const i=Boolean(e.groups.closingSlash);p(i?" />":">"),i||Z.has(t)?--o:["pre","textarea","script","style"].includes(t)&&(r=t)}}u();let g=!1;for(;/^\s+$/.test(a[a.length-1]);){const t=a.pop();/\n/.test(t)&&(g=!0)}return g&&a.push("\n"),a.join("")}tt.default=tt;var et=tt;class it{constructor(t,e,i,s,n){this.kind=t,this.input=e,this.begin=i,this.end=s,this.file=n}getText(){return this.input.slice(this.begin,this.end)}getPosition(){let[t,e]=[1,1];for(let i=0;i<this.begin;i++)"\n"===this.input[i]?(t++,e=1):e++;return[t,e]}size(){return this.end-this.begin}}class st{liquidMethodMissing(t){}}const nt=Object.prototype.toString,at=String.prototype.toLowerCase,rt=Object.hasOwnProperty;function ot(t){return"string"==typeof t}function lt(t){return"function"==typeof t}function ht(t){return t&<(t.then)}function ct(t){return t&<(t.next)&<(t.throw)&<(t.return)}function dt(t){return ot(t=gt(t))?t:bt(t)?"":yt(t)?t.map((t=>dt(t))).join(""):String(t)}function ut(t){return yt(t=gt(t))?t:ot(t)&&t.length>0?[t]:_t(e=t)&&Symbol.iterator in e?Array.from(t):_t(t)?Object.keys(t).map((e=>[e,t[e]])):[];var e}function pt(t){return bt(t=gt(t))?[]:yt(t)?t:[t]}function gt(t){return t instanceof st&<(t.valueOf)?t.valueOf():t}function mt(t){return t=Number(t),isNaN(t)?0:t}function ft(t){return"number"==typeof t}function vt(t){return t&<(t.toLiquid)?vt(t.toLiquid()):t}function bt(t){return null==t}function yt(t){return"[object Array]"===nt.call(t)}function wt(t){return t&&ft(t.length)}function xt(t,e){t=t||{};for(const i in t)if(rt.call(t,i)&&!1===e(t[i],i,t))break;return t}function At(t){return t[t.length-1]}function _t(t){const e=typeof t;return null!==t&&("object"===e||"function"===e)}function St(t,e,i=1){const s=[];for(let n=t;n<e;n+=i)s.push(n);return s}function Tt(t,e,i=" "){return Ct(t,e,i,((t,e)=>e+t))}function Ct(t,e,i,s){let n=e-(t=String(t)).length;for(;n-- >0;)t=s(t,i);return t}function Et(t){return t}function kt(t,e){return null==t&&null==e?0:null==t?1:null==e||(t=at.call(t))<(e=at.call(e))?-1:t>e?1:0}function Mt(t){return function(...e){return t.call(this,...e.map(gt))}}function Pt(t){return t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}function*It(t){const e=new Set;for(const i of t){const t=JSON.stringify(i);e.has(t)||(e.add(t),yield i)}}const Dt="__liquidClass__";class Rt extends Error{constructor(t,e){super("string"==typeof t?t:t.message),this.context="","string"!=typeof t&&Object.defineProperty(this,"originalError",{value:t,enumerable:!1}),Object.defineProperty(this,"token",{value:e,enumerable:!1}),Object.defineProperty(this,Dt,{value:"LiquidError",enumerable:!1})}update(){Object.defineProperty(this,"context",{value:jt(this.token),enumerable:!1}),this.message=function(t,e){e.file&&(t+=`, file:${e.file}`);const[i,s]=e.getPosition();return t+=`, line:${i}, col:${s}`}(this.message,this.token),this.stack=this.message+"\n"+this.context+"\n"+this.stack,this.originalError&&(this.stack+="\nFrom "+this.originalError.stack)}static is(t){return"LiquidError"===(null==t?void 0:t[Dt])}}class Lt extends Rt{constructor(t,e){super(t,e),this.name="TokenizationError",super.update()}}class Ft extends Rt{constructor(t,e){super(t,e),this.name="ParseError",this.message=t.message,super.update()}}class Ot extends Rt{constructor(t,e){super(t,e.token),this.name="RenderError",this.message=t.message,super.update()}static is(t){return"RenderError"===t.name}}class Nt extends Rt{constructor(t){super(t[0],t[0].token),this.errors=t,this.name="LiquidErrors";const e=t.length>1?"s":"";this.message=`${t.length} error${e} found`,super.update()}static is(t){return"LiquidErrors"===t.name}}class Bt extends Rt{constructor(t,e){super(t,e),this.name="UndefinedVariableError",this.message=t.message,super.update()}}class zt extends Error{constructor(t){super(`undefined variable: ${t}`),this.name="InternalUndefinedVariableError",this.variableName=t}}class Ht extends Error{constructor(t){super(t),this.name="AssertionError",this.message=t+""}}function jt(t){const[e,i]=t.getPosition(),s=t.input.split("\n"),n=Math.max(e-2,1),a=Math.min(e+3,s.length);return St(n,a+1).map((t=>{let n=`${t===e?">> ":" "}${Tt(String(t),String(a).length)}| `;const r=t===e?"\n"+Tt("^",i+n.length):"";return n+=s[t-1],n+=r,n})).join("\n")}const $t=[0,0,0,0,0,0,0,0,0,20,4,4,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,2,8,0,0,0,0,8,0,0,0,64,0,65,0,0,33,33,33,33,33,33,33,33,33,33,0,0,2,2,2,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0];function Vt(t){const e=t.charCodeAt(0);return e>=128?!$t[e]:!!(1&$t[e])}function Ut(t,e){if(!t){const i="function"==typeof e?e():e||`expect ${t} to be true`;throw new Ht(i)}}function Gt(t,e=`unexpected ${JSON.stringify(t)}`){Ut(!t,e)}$t[160]=$t[5760]=$t[6158]=$t[8192]=$t[8193]=$t[8194]=$t[8195]=$t[8196]=$t[8197]=$t[8198]=$t[8199]=$t[8200]=$t[8201]=$t[8202]=$t[8232]=$t[8233]=$t[8239]=$t[8287]=$t[12288]=4,$t[8220]=$t[8221]=128;class qt extends st{equals(t){return!(t instanceof qt)&&(ot(t=gt(t))||yt(t)?0===t.length:!!_t(t)&&0===Object.keys(t).length)}gt(){return!1}geq(){return!1}lt(){return!1}leq(){return!1}valueOf(){return""}static is(t){return t instanceof qt}}class Wt extends qt{equals(t){return!1===t||(!!bt(gt(t))||(ot(t)?/^\s*$/.test(t):super.equals(t)))}static is(t){return t instanceof Wt}}class Xt extends st{constructor(t,e,i){super(),this.i=0,this.length=t,this.name=`${i}-${e}`}next(){this.i++}index0(){return this.i}index(){return this.i+1}first(){return 0===this.i}last(){return this.i===this.length-1}rindex(){return this.length-this.i}rindex0(){return this.length-this.i-1}valueOf(){return JSON.stringify(this)}}class Kt extends st{constructor(t=()=>""){super(),this.superBlockRender=t}super(){return this.superBlockRender()}}function Yt(t){return t&<(t.equals)&<(t.gt)&<(t.geq)&<(t.lt)&<(t.leq)}const Qt=new class extends st{equals(t){return bt(gt(t))}gt(){return!1}geq(){return!1}lt(){return!1}leq(){return!1}valueOf(){return null}},Jt={true:!0,false:!1,nil:Qt,null:Qt,empty:new qt,blank:new Wt};function Zt(t){const e={};for(const[i,s]of Object.entries(t)){let t=e;for(let e=0;e<i.length;e++){const s=i[e];t[s]=t[s]||{},e===i.length-1&&Vt(i[e])&&(t[s].needBoundary=!0),t=t[s]}t.data=s,t.end=!0}return e}var te=function(){return te=Object.assign||function(t){for(var e,i=1,s=arguments.length;i<s;i++)for(var n in e=arguments[i])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t},te.apply(this,arguments)};function ee(t,e,i,s){return new(i||(i=Promise))((function(n,a){function r(t){try{l(s.next(t))}catch(t){a(t)}}function o(t){try{l(s.throw(t))}catch(t){a(t)}}function l(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,o)}l((s=s.apply(t,e||[])).next())}))}function ie(t){return ee(this,void 0,void 0,(function*(){if(!ct(t))return t;let e,i=!1,s="next";do{const n=t[s](e);i=n.done,e=n.value,s="next";try{ct(e)&&(e=ie(e)),ht(e)&&(e=yield e)}catch(t){s="throw",e=t}}while(!i);return e}))}function se(t){if(!ct(t))return t;let e,i=!1,s="next";do{const n=t[s](e);if(i=n.done,e=n.value,s="next",ct(e))try{e=se(e)}catch(t){s="throw",e=t}}while(!i);return e}const ne=/%([-_0^#:]+)?(\d+)?([EO])?(.)/;function ae(t){const e=function(t){const e=t.getFullYear();return!(3&e||!(e%100||e%400==0&&e))}(t)?29:28;return[31,e,31,30,31,30,31,31,30,31,30,31]}function re(t){let e=0;for(let i=0;i<t.getMonth();++i)e+=ae(t)[i];return e+t.getDate()}function oe(t,e){const i=re(t)+(e-t.getDay()),s=7-new Date(t.getFullYear(),0,1).getDay()+e;return String(Math.floor((i-s)/7)+1)}const le={d:2,e:2,H:2,I:2,j:3,k:2,l:2,L:3,m:2,M:2,S:2,U:2,W:2},he=new Set("aAbBceklpP");function ce(t,e){const i=Math.abs(t.getTimezoneOffset()),s=Math.floor(i/60),n=i%60;return(t.getTimezoneOffset()>0?"-":"+")+Tt(s,2,"0")+(e.flags[":"]?":":"")+Tt(n,2,"0")}const de={a:t=>t.getShortWeekdayName(),A:t=>t.getLongWeekdayName(),b:t=>t.getShortMonthName(),B:t=>t.getLongMonthName(),c:t=>t.toLocaleString(),C:t=>function(t){return parseInt(t.getFullYear().toString().substring(0,2),10)}(t),d:t=>t.getDate(),e:t=>t.getDate(),H:t=>t.getHours(),I:t=>String(t.getHours()%12||12),j:t=>re(t),k:t=>t.getHours(),l:t=>String(t.getHours()%12||12),L:t=>t.getMilliseconds(),m:t=>t.getMonth()+1,M:t=>t.getMinutes(),N:(t,e)=>{const i=Number(e.width)||9;return function(t,e,i=" "){return Ct(t,e,i,((t,e)=>t+e))}(String(t.getMilliseconds()).slice(0,i),i,"0")},p:t=>t.getHours()<12?"AM":"PM",P:t=>t.getHours()<12?"am":"pm",q:t=>function(t){const e=t.getDate();if([11,12,13].includes(e))return"th";switch(e%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}}(t),s:t=>Math.round(t.getTime()/1e3),S:t=>t.getSeconds(),u:t=>t.getDay()||7,U:t=>oe(t,0),w:t=>t.getDay(),W:t=>oe(t,1),x:t=>t.toLocaleDateString(),X:t=>t.toLocaleTimeString(),y:t=>t.getFullYear().toString().slice(2,4),Y:t=>t.getFullYear(),z:ce,Z:(t,e)=>t.getTimeZoneName()||ce(t,e),t:()=>"\t",n:()=>"\n","%":()=>"%"};function ue(t,e){let i,s="",n=e;for(;i=ne.exec(n);)s+=n.slice(0,i.index),n=n.slice(i.index+i[0].length),s+=pe(t,i);return s+n}function pe(t,e){const[i,s="",n,a,r]=e,o=de[r];if(!o)return i;const l={};for(const t of s)l[t]=!0;let h=String(o(t,{flags:l,width:n,modifier:a})),c=he.has(r)?" ":"0",d=n||le[r]||0;var u;return l["^"]?h=h.toUpperCase():l["#"]&&(u=h,h=[...u].some((t=>t>="a"&&t<="z"))?u.toUpperCase():u.toLowerCase()),l._?c=" ":l[0]&&(c="0"),l["-"]&&(d=0),Tt(h,d,c)}function ge(){return"undefined"!=typeof Intl?Intl.DateTimeFormat:void 0}de.h=de.b;const me=/([zZ]|([+-])(\d{2}):?(\d{2}))$/,fe=["January","February","March","April","May","June","July","August","September","October","November","December"],ve=fe.map((t=>t.slice(0,3))),be=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],ye=be.map((t=>t.slice(0,3)));class we{constructor(t,e,i){this.locale=e,this.DateTimeFormat=ge(),this.date=new Date(t),this.timezoneFixed=void 0!==i,void 0===i&&(i=this.date.getTimezoneOffset()),this.timezoneOffset=ot(i)?we.getTimezoneOffset(i,this.date):i,this.timezoneName=ot(i)?i:"";const s=6e4*(this.date.getTimezoneOffset()-this.timezoneOffset),n=this.date.getTime()+s;this.displayDate=new Date(n)}getTime(){return this.displayDate.getTime()}getMilliseconds(){return this.displayDate.getMilliseconds()}getSeconds(){return this.displayDate.getSeconds()}getMinutes(){return this.displayDate.getMinutes()}getHours(){return this.displayDate.getHours()}getDay(){return this.displayDate.getDay()}getDate(){return this.displayDate.getDate()}getMonth(){return this.displayDate.getMonth()}getFullYear(){return this.displayDate.getFullYear()}toLocaleString(t,e){return(null==e?void 0:e.timeZone)?this.date.toLocaleString(t,e):this.displayDate.toLocaleString(t,e)}toLocaleTimeString(t){return this.displayDate.toLocaleTimeString(t)}toLocaleDateString(t){return this.displayDate.toLocaleDateString(t)}getTimezoneOffset(){return this.timezoneOffset}getTimeZoneName(){return this.timezoneFixed?this.timezoneName:this.DateTimeFormat?this.DateTimeFormat().resolvedOptions().timeZone:void 0}getLongMonthName(){var t;return null!==(t=this.format({month:"long"}))&&void 0!==t?t:fe[this.getMonth()]}getShortMonthName(){var t;return null!==(t=this.format({month:"short"}))&&void 0!==t?t:ve[this.getMonth()]}getLongWeekdayName(){var t;return null!==(t=this.format({weekday:"long"}))&&void 0!==t?t:be[this.displayDate.getDay()]}getShortWeekdayName(){var t;return null!==(t=this.format({weekday:"short"}))&&void 0!==t?t:ye[this.displayDate.getDay()]}valid(){return!isNaN(this.getTime())}format(t){return this.DateTimeFormat&&this.DateTimeFormat(this.locale,t).format(this.displayDate)}static createDateFixedToTimezone(t,e){const i=t.match(me);if(i&&"Z"===i[1])return new we(+new Date(t),e,0);if(i&&i[2]&&i[3]&&i[4]){const[,,s,n,a]=i,r=("+"===s?-1:1)*(60*parseInt(n,10)+parseInt(a,10));return new we(+new Date(t),e,r)}return new we(t,e)}static getTimezoneOffset(t,e){const i=e.toLocaleString("en-US",{timeZone:t}),s=e.toLocaleString("en-US",{timeZone:"UTC"}),n=new Date(i);return(+new Date(s)-+n)/6e4}}class xe{constructor(t,e){this.base=0,this.message=`${t} limit exceeded`,this.limit=e}use(t){t=mt(t),Ut(this.base+t<=this.limit,this.message),this.base+=t}check(t){Ut((t=mt(t))<=this.limit,this.message)}}class Ae extends it{constructor(t,[e,i],s,n,a,r,o,l){super(t,s,n,a,l),this.trimLeft=!1,this.trimRight=!1;const h="-"===s[e],c="-"===s[i-1];let d=h?e+1:e,u=c?i-1:i;for(;d<u&&4&$t[s.charCodeAt(d)];)d++;for(;u>d&&4&$t[s.charCodeAt(u-1)];)u--;this.contentRange=[d,u],this.trimLeft=h||r,this.trimRight=c||o}get content(){return this.input.slice(this.contentRange[0],this.contentRange[1])}}class _e extends Ae{constructor(t,e,i,s,n){const{trimTagLeft:a,trimTagRight:r,tagDelimiterLeft:o,tagDelimiterRight:l}=s,[h,c]=[e+o.length,i-l.length];super($i.Tag,[h,c],t,e,i,a,r,n),this.tokenizer=new yi(t,s.operators,n,this.contentRange),this.name=this.tokenizer.readTagName(),this.tokenizer.assert(this.name,"illegal tag syntax, tag name expected"),this.tokenizer.skipBlank()}get args(){return this.tokenizer.input.slice(this.tokenizer.p,this.contentRange[1])}}class Se extends Ae{constructor(t,e,i,s,n){const{trimOutputLeft:a,trimOutputRight:r,outputDelimiterLeft:o,outputDelimiterRight:l}=s,h=[e+o.length,i-l.length];super($i.Output,h,t,e,i,a,r,n)}}class Te extends it{constructor(t,e,i,s){super($i.HTML,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.trimLeft=0,this.trimRight=0}getContent(){return this.input.slice(this.begin+this.trimLeft,this.end-this.trimRight)}}class Ce extends it{constructor(t,e,i,s){super($i.Number,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.content=Number(this.getText())}}class Ee extends it{constructor(t,e,i,s){super($i.Word,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.content=this.getText()}}class ke extends it{constructor(t,e,i,s){super($i.Literal,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.literal=this.getText(),this.content=Jt[this.literal]}}const Me={"==":2,"!=":2,">":2,"<":2,">=":2,"<=":2,contains:2,not:1,and:0,or:0},Pe={"==":0,"!=":0,">":0,"<":0,">=":0,"<=":0,contains:0,not:1,and:0,or:0};class Ie extends it{constructor(t,e,i,s){super($i.Operator,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.operator=this.getText()}getPrecedence(){const t=this.getText();return t in Me?Me[t]:1}}class De extends it{constructor(t,e,i,s,n,a){super($i.PropertyAccess,i,s,n,a),this.variable=t,this.props=e}}class Re extends it{constructor(t,e,i,s,n,a){super($i.Filter,i,s,n,a),this.name=t,this.args=e}}class Le extends it{constructor(t,e,i,s,n,a){super($i.Hash,t,e,i,a),this.input=t,this.begin=e,this.end=i,this.name=s,this.value=n,this.file=a}}const Fe=/[\da-fA-F]/,Oe=/[0-7]/,Ne={b:"\b",f:"\f",n:"\n",r:"\r",t:"\t",v:"\v"};function Be(t){const e=t.charCodeAt(0);return e>=97?e-87:e>=65?e-55:e-48}class ze extends it{constructor(t,e,i,s){super($i.Quoted,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.content=function(t){let e="";for(let i=1;i<t.length-1;i++)if("\\"===t[i])if(void 0!==Ne[t[i+1]])e+=Ne[t[++i]];else if("u"===t[i+1]){let s=0,n=i+2;for(;n<=i+5&&Fe.test(t[n]);)s=16*s+Be(t[n++]);i=n-1,e+=String.fromCharCode(s)}else if(Oe.test(t[i+1])){let s=i+1,n=0;for(;s<=i+3&&Oe.test(t[s]);)n=8*n+Be(t[s++]);i=s-1,e+=String.fromCharCode(n)}else e+=t[++i];else e+=t[i];return e}(this.getText())}}class He extends it{constructor(t,e,i,s,n,a){super($i.Range,t,e,i,a),this.input=t,this.begin=e,this.end=i,this.lhs=s,this.rhs=n,this.file=a}}class je extends Ae{constructor(t,e,i,s,n){super($i.Tag,[e,i],t,e,i,!1,!1,n),this.tokenizer=new yi(t,s.operators,n,this.contentRange),this.name=this.tokenizer.readTagName(),this.tokenizer.assert(this.name,"illegal liquid tag syntax"),this.tokenizer.skipBlank()}get args(){return this.tokenizer.input.slice(this.tokenizer.p,this.contentRange[1])}}class $e extends it{constructor(t,e,i,s,n,a){super($i.FilteredValue,i,s,n,a),this.initial=t,this.filters=e,this.input=i,this.begin=s,this.end=n,this.file=a}}const Ve={now:()=>Date.now()};function Ue(){return"object"==typeof global&&global.performance||"object"==typeof window&&window.performance||Ve}class Ge{constructor(){this.buffer=""}write(t){this.buffer+=dt(t)}}class qe{constructor(){throw this.buffer="",this.stream=null,new Error("streaming not supported in browser")}}class We{constructor(){this.buffer=""}write(t){"string"!=typeof(t=gt(t))&&""===this.buffer?this.buffer=t:this.buffer=dt(this.buffer)+dt(t)}}class Xe{renderTemplatesToNodeStream(t,e){const i=new qe;return Promise.resolve().then((()=>ie(this.renderTemplates(t,e,i)))).then((()=>i.end()),(t=>i.error(t))),i.stream}*renderTemplates(t,e,i){i||(i=e.opts.keepOutputType?new We:new Ge);const s=[];for(const n of t){e.renderLimit.check(Ue().now());try{const t=yield n.render(e,i);if(t&&i.write(t),e.breakCalled||e.continueCalled)break}catch(t){const i=Rt.is(t)?t:new Ot(t,n);if(!e.opts.catchAllErrors)throw i;s.push(i)}}if(s.length)throw new Nt(s);return i.buffer}}class Ke{constructor(t){this.postfix=[...Qe(t)]}*evaluate(t,e){Ut(t,"unable to evaluate: context not defined");const i=[];for(const s of this.postfix)if(qi(s)){const e=i.pop();let n;if(1===Pe[s.operator])n=yield t.opts.operators[s.operator](e,t);else{const a=i.pop();n=yield t.opts.operators[s.operator](a,e,t)}i.push(n)}else i.push(yield Ye(s,t,e));return i[0]}valid(){return!!this.postfix.length}}function*Ye(t,e,i=!1){if(t)return"content"in t?t.content:Qi(t)?yield function*(t,e,i){const s=[];for(const i of t.props)s.push(yield Ye(i,e,!1));try{if(t.variable){const n=yield Ye(t.variable,e,i);return yield e._getFromScope(n,s)}return yield e._get(s)}catch(e){if(i&&"InternalUndefinedVariableError"===e.name)return null;throw new Bt(e,t)}}(t,e,i):Zi(t)?yield function*(t,e){const i=yield Ye(t.lhs,e),s=yield Ye(t.rhs,e);return e.memoryLimit.use(s-i+1),St(+i,+s+1)}(t,e):void 0}function*Qe(t){const e=[];for(const i of t)if(qi(i)){for(;e.length&&e[e.length-1].getPrecedence()>i.getPrecedence();)yield e.pop();e.push(i)}else yield i;for(;e.length;)yield e.pop()}function Je(t,e){return!Ze(t,e)}function Ze(t,e){return t=gt(t),e.opts.jsTruthy?!t:!1===t||null==t}const ti={"==":ei,"!=":(t,e)=>!ei(t,e),">":(t,e)=>Yt(t)?t.gt(e):Yt(e)?e.lt(t):gt(t)>gt(e),"<":(t,e)=>Yt(t)?t.lt(e):Yt(e)?e.gt(t):gt(t)<gt(e),">=":(t,e)=>Yt(t)?t.geq(e):Yt(e)?e.leq(t):gt(t)>=gt(e),"<=":(t,e)=>Yt(t)?t.leq(e):Yt(e)?e.geq(t):gt(t)<=gt(e),contains:(t,e)=>yt(t=gt(t))?t.some((t=>ei(t,e))):!!lt(null==t?void 0:t.indexOf)&&t.indexOf(gt(e))>-1,not:(t,e)=>Ze(gt(t),e),and:(t,e,i)=>Je(gt(t),i)&&Je(gt(e),i),or:(t,e,i)=>Je(gt(t),i)||Je(gt(e),i)};function ei(t,e){return Yt(t)?t.equals(e):Yt(e)?e.equals(t):(t=gt(t),e=gt(e),yt(t)?yt(e)&&function(t,e){return t.length===e.length&&!t.some(((t,i)=>!ei(t,e[i])))}(t,e):t===e)}let ii=class{constructor(t,e,i,s){this.key=t,this.value=e,this.next=i,this.prev=s}};class si{constructor(t,e=0){this.limit=t,this.size=e,this.cache={},this.head=new ii("HEAD",null,null,null),this.tail=new ii("TAIL",null,null,null),this.head.next=this.tail,this.tail.prev=this.head}write(t,e){if(this.cache[t])this.cache[t].value=e;else{const i=new ii(t,e,this.head.next,this.head);this.head.next.prev=i,this.head.next=i,this.cache[t]=i,this.size++,this.ensureLimit()}}read(t){if(!this.cache[t])return;const{value:e}=this.cache[t];return this.remove(t),this.write(t,e),e}remove(t){const e=this.cache[t];e.prev.next=e.next,e.next.prev=e.prev,delete this.cache[t],this.size--}clear(){this.head.next=this.tail,this.tail.prev=this.head,this.size=0,this.cache={}}ensureLimit(){this.size>this.limit&&this.remove(this.tail.prev.key)}}function ni(t,e){const i=document.createElement("base");i.href=t;const s=document.getElementsByTagName("head")[0];s.insertBefore(i,s.firstChild);const n=document.createElement("a");n.href=e;const a=n.href;return s.removeChild(i),a}var ai=Object.freeze({__proto__:null,resolve:function(t,e,i){return t.length&&"/"!==At(t)&&(t+="/"),ni(t,e).replace(/^(\w+:\/\/[^/]+)(\/[^?]+)/,((t,e,s)=>{const n=s.split("/").pop();return/\.\w+$/.test(n)?t:e+s+i}))},readFile:function(t){return ee(this,void 0,void 0,(function*(){return new Promise(((e,i)=>{const s=new XMLHttpRequest;s.onload=()=>{s.status>=200&&s.status<300?e(s.responseText):i(new Error(s.statusText))},s.onerror=()=>{i(new Error("An error occurred whilst receiving the response."))},s.open("GET",t),s.send()}))}))},readFileSync:function(t){const e=new XMLHttpRequest;if(e.open("GET",t,!1),e.send(),e.status<200||e.status>=300)throw new Error(e.statusText);return e.responseText},exists:function(t){return ee(this,void 0,void 0,(function*(){return!0}))},existsSync:function(t){return!0},dirname:function(t){return ni(t,".")},sep:"/"});function ri(t,e=0){return JSON.stringify(t,null,e)}var oi={default:function(t,e,...i){return yt(t=gt(t))||ot(t)?t.length?t:e:(!1!==t||!new Map(i).get("allow_false"))&&(Ze(t,this.context)?e:t)},raw:{raw:!0,handler:Et},jsonify:ri,to_integer:function(t){return Number(t)},json:ri,inspect:function(t,e=0){const i=[];return JSON.stringify(t,(function(t,e){if("object"!=typeof e||null===e)return e;for(;i.length>0&&i[i.length-1]!==this;)i.pop();return i.includes(e)?"[Circular]":(i.push(e),e)}),e)}};const li={"&":"&","<":"<",">":">",'"':""","'":"'"},hi={"&":"&","<":"<",">":">",""":'"',"'":"'"};function ci(t){return t=dt(t),this.context.memoryLimit.use(t.length),t.replace(/&|<|>|"|'/g,(t=>li[t]))}function di(t){return t=dt(t),this.context.memoryLimit.use(t.length),t.replace(/&(amp|lt|gt|#34|#39);/g,(t=>hi[t]))}var ui=Object.freeze({__proto__:null,escape:ci,xml_escape:function(t){return ci.call(this,t)},escape_once:function(t){return ci.call(this,di.call(this,t))},newline_to_br:function(t){const e=dt(t);return this.context.memoryLimit.use(e.length),e.replace(/\r?\n/gm,"<br />\n")},strip_html:function(t){const e=dt(t);return this.context.memoryLimit.use(e.length),e.replace(/<script[\s\S]*?<\/script>|<style[\s\S]*?<\/style>|<.*?>|<!--[\s\S]*?-->/g,"")}});class pi{constructor(t){this.mapping=t,this.sep="/"}exists(t){return ee(this,void 0,void 0,(function*(){return this.existsSync(t)}))}existsSync(t){return!bt(this.mapping[t])}readFile(t){return ee(this,void 0,void 0,(function*(){return this.readFileSync(t)}))}readFileSync(t){const e=this.mapping[t];if(bt(e))throw new Error(`ENOENT: ${t}`);return e}dirname(t){const e=t.split(this.sep);return e.pop(),e.join(this.sep)}resolve(t,e,i){if(e+=i,"."===t)return e;const s=t.split(/\/+/);for(const t of e.split(this.sep))"."!==t&&""!==t&&(".."===t?(s.length>1||""!==s[0])&&s.pop():s.push(t));return s.join(this.sep)}}const gi={root:["."],layouts:["."],partials:["."],relativeReference:!0,jekyllInclude:!1,keyValueSeparator:":",cache:void 0,extname:"",fs:ai,dynamicPartials:!0,jsTruthy:!1,dateFormat:"%A, %B %-e, %Y at %-l:%M %P %z",locale:"",trimTagRight:!1,trimTagLeft:!1,trimOutputRight:!1,trimOutputLeft:!1,greedy:!0,tagDelimiterLeft:"{%",tagDelimiterRight:"%}",outputDelimiterLeft:"{{",outputDelimiterRight:"}}",preserveTimezones:!1,strictFilters:!1,strictVariables:!1,ownPropertyOnly:!0,lenientIf:!1,globals:{},keepOutputType:!1,operators:ti,memoryLimit:1/0,parseLimit:1/0,renderLimit:1/0};function mi(t){var e,i,s;if(t.hasOwnProperty("root")&&(t.hasOwnProperty("partials")||(t.partials=t.root),t.hasOwnProperty("layouts")||(t.layouts=t.root)),t.hasOwnProperty("cache")){let e;e="number"==typeof t.cache?t.cache>0?new si(t.cache):void 0:"object"==typeof t.cache?t.cache:t.cache?new si(1024):void 0,t.cache=e}return(t=Object.assign(Object.assign(Object.assign({},gi),t.jekyllInclude?{dynamicPartials:!1}:{}),t)).fs.dirname&&t.fs.sep||!t.relativeReference||(console.warn("[LiquidJS] `fs.dirname` and `fs.sep` are required for relativeReference, set relativeReference to `false` to suppress this warning"),t.relativeReference=!1),t.root=fi(t.root),t.partials=fi(t.partials),t.layouts=fi(t.layouts),t.outputEscape=t.outputEscape&&("escape"===(s=t.outputEscape)?ci:"json"===s?oi.json:(Ut(lt(s),"`outputEscape` need to be of type string or function"),s)),t.locale||(t.locale=null!==(i=null===(e=ge())||void 0===e?void 0:e().resolvedOptions().locale)&&void 0!==i?i:"en-US"),t.templates&&(t.fs=new pi(t.templates),t.relativeReference=!0,t.root=t.partials=t.layouts="."),t}function fi(t){let e=[];return yt(t)&&(e=t),ot(t)&&(e=[t]),e}function vi(t,e){if(!t||!Wi(t))return;const i=e?4:16;for(;$t[t.input.charCodeAt(t.end-1-t.trimRight)]&i;)t.trimRight++}function bi(t,e){if(!t||!Wi(t))return;const i=e?4:16;for(;$t[t.input.charCodeAt(t.begin+t.trimLeft)]&i;)t.trimLeft++;"\n"===t.input.charAt(t.begin+t.trimLeft)&&t.trimLeft++}class yi{constructor(t,e=gi.operators,i,s){this.input=t,this.file=i,this.rawBeginAt=-1,this.p=s?s[0]:0,this.N=s?s[1]:t.length,this.opTrie=Zt(e),this.literalTrie=Zt(Jt)}readExpression(){return new Ke(this.readExpressionTokens())}*readExpressionTokens(){for(;this.p<this.N;){const t=this.readOperator();if(t){yield t;continue}const e=this.readValue();if(!e)return;yield e}}readOperator(){this.skipBlank();const t=this.matchTrie(this.opTrie);if(-1!==t)return new Ie(this.input,this.p,this.p=t,this.file)}matchTrie(t){let e,i=t,s=this.p;for(;i[this.input[s]]&&s<this.N;)i=i[this.input[s++]],i.end&&(e=i);return e?e.needBoundary&&Vt(this.peek(s-this.p))?-1:s:-1}readFilteredValue(){const t=this.p,e=this.readExpression();this.assert(e.valid(),`invalid value expression: ${this.snapshot()}`);const i=this.readFilters();return new $e(e,i,this.input,t,this.p,this.file)}readFilters(){const t=[];for(;;){const e=this.readFilter();if(!e)return t;t.push(e)}}readFilter(){if(this.skipBlank(),this.end())return null;this.assert("|"===this.read(),'expected "|" before filter');const t=this.readIdentifier();if(!t.size())return this.assert(this.end(),"expected filter name"),null;const e=[];if(this.skipBlank(),":"===this.peek())do{++this.p;const t=this.readFilterArg();t&&e.push(t),this.skipBlank(),this.assert(this.end()||","===this.peek()||"|"===this.peek(),(()=>`unexpected character ${this.snapshot()}`))}while(","===this.peek());else if("|"!==this.peek()&&!this.end())throw this.error('expected ":" after filter name');return new Re(t.getText(),e,this.input,t.begin,this.p,this.file)}readFilterArg(){const t=this.readValue();if(!t)return;if(this.skipBlank(),":"!==this.peek())return t;++this.p;const e=this.readValue();return[t.getText(),e]}readTopLevelTokens(t=gi){const e=[];for(;this.p<this.N;){const i=this.readTopLevelToken(t);e.push(i)}return function(t,e){let i=!1;for(let s=0;s<t.length;s++){const n=t[s];es(n)&$i.Delimited&&(!i&&n.trimLeft&&vi(t[s-1],e.greedy),Xi(n)&&("raw"===n.name?i=!0:"endraw"===n.name&&(i=!1)),!i&&n.trimRight&&bi(t[s+1],e.greedy))}}(e,t),e}readTopLevelToken(t){const{tagDelimiterLeft:e,outputDelimiterLeft:i}=t;return this.rawBeginAt>-1?this.readEndrawOrRawContent(t):this.match(e)?this.readTagToken(t):this.match(i)?this.readOutputToken(t):this.readHTMLToken([e,i])}readHTMLToken(t){const e=this.p;for(;this.p<this.N&&!t.some((t=>this.match(t)));)++this.p;return new Te(this.input,e,this.p,this.file)}readTagToken(t){const{file:e,input:i}=this,s=this.p;if(-1===this.readToDelimiter(t.tagDelimiterRight))throw this.error(`tag ${this.snapshot(s)} not closed`,s);const n=new _e(i,s,this.p,t,e);return"raw"===n.name&&(this.rawBeginAt=s),n}readToDelimiter(t,e=!1){for(this.skipBlank();this.p<this.N;)if(e&&8&this.peekType())this.readQuoted();else if(++this.p,this.rmatch(t))return this.p;return-1}readOutputToken(t=gi){const{file:e,input:i}=this,{outputDelimiterRight:s}=t,n=this.p;if(-1===this.readToDelimiter(s,!0))throw this.error(`output ${this.snapshot(n)} not closed`,n);return new Se(i,n,this.p,t,e)}readEndrawOrRawContent(t){const{tagDelimiterLeft:e,tagDelimiterRight:i}=t,s=this.p;let n=this.readTo(e)-e.length;for(;this.p<this.N;)if("endraw"===this.readIdentifier().getText())for(;this.p<=this.N;){if(this.rmatch(i)){const e=this.p;return s===n?(this.rawBeginAt=-1,new _e(this.input,s,e,t,this.file)):(this.p=n,new Te(this.input,s,n,this.file))}if(this.rmatch(e))break;this.p++}else n=this.readTo(e)-e.length;throw this.error(`raw ${this.snapshot(this.rawBeginAt)} not closed`,s)}readLiquidTagTokens(t=gi){const e=[];for(;this.p<this.N;){const i=this.readLiquidTagToken(t);i&&e.push(i)}return e}readLiquidTagToken(t){if(this.skipBlank(),this.end())return;const e=this.p;this.readToDelimiter("\n");const i=this.p;return new je(this.input,e,i,t,this.file)}error(t,e=this.p){return new Lt(t,new Ee(this.input,e,this.N,this.file))}assert(t,e,i){if(!t)throw this.error("function"==typeof e?e():e,i)}snapshot(t=this.p){return JSON.stringify((e=this.input.slice(t,this.N),i=32,e.length>i?e.slice(0,i-3)+"...":e));var e,i}readWord(){return this.readIdentifier()}readIdentifier(){this.skipBlank();const t=this.p;for(;!this.end()&&Vt(this.peek());)++this.p;return new Ee(this.input,t,this.p,this.file)}readNonEmptyIdentifier(){const t=this.readIdentifier();return t.size()?t:void 0}readTagName(){return this.skipBlank(),"#"===this.input[this.p]?this.input.slice(this.p,++this.p):this.readIdentifier().getText()}readHashes(t){const e=[];for(;;){const i=this.readHash(t);if(!i)return e;e.push(i)}}readHash(t){this.skipBlank(),","===this.peek()&&++this.p;const e=this.p,i=this.readNonEmptyIdentifier();if(!i)return;let s;this.skipBlank();const n=ot(t)?t:t?"=":":";return this.peek()===n&&(++this.p,s=this.readValue()),new Le(this.input,e,this.p,i,s,this.file)}remaining(){return this.input.slice(this.p,this.N)}advance(t=1){this.p+=t}end(){return this.p>=this.N}read(){return this.input[this.p++]}readTo(t){for(;this.p<this.N;)if(++this.p,this.rmatch(t))return this.p;return-1}readValue(){this.skipBlank();const t=this.p,e=this.readLiteral()||this.readQuoted()||this.readRange()||this.readNumber(),i=this.readProperties(!e);return i.length?new De(e,i,this.input,t,this.p):e}readScopeValue(){this.skipBlank();const t=this.p,e=this.readProperties();if(e.length)return new De(void 0,e,this.input,t,this.p)}readProperties(t=!0){const e=[];for(;;)if("["!==this.peek()){if(t&&!e.length){const t=this.readNonEmptyIdentifier();if(t){e.push(t);continue}}if("."!==this.peek()||"."===this.peek(1))break;{this.p++;const t=this.readNonEmptyIdentifier();if(!t)break;e.push(t)}}else{this.p++;const t=this.readValue()||new Ee(this.input,this.p,this.p,this.file);this.assert(-1!==this.readTo("]"),"[ not closed"),e.push(t)}return e}readNumber(){this.skipBlank();let t=!1,e=!1,i=0;for(64&this.peekType()&&i++;this.p+i<=this.N;)if(32&this.peekType(i))e=!0,i++;else{if("."!==this.peek(i)||"."===this.peek(i+1))break;if(t||!e)return;t=!0,i++}if(e&&!Vt(this.peek(i))){const t=new Ce(this.input,this.p,this.p+i,this.file);return this.advance(i),t}}readLiteral(){this.skipBlank();const t=this.matchTrie(this.literalTrie);if(-1===t)return;const e=new ke(this.input,this.p,t,this.file);return this.p=t,e}readRange(){this.skipBlank();const t=this.p;if("("!==this.peek())return;++this.p;const e=this.readValueOrThrow();this.p+=2;const i=this.readValueOrThrow();return++this.p,new He(this.input,t,this.p,e,i,this.file)}readValueOrThrow(){const t=this.readValue();return this.assert(t,(()=>`unexpected token ${this.snapshot()}, value expected`)),t}readQuoted(){this.skipBlank();const t=this.p;if(!(8&this.peekType()))return;++this.p;let e=!1;for(;this.p<this.N&&(++this.p,this.input[this.p-1]!==this.input[t]||e);)e?e=!1:"\\"===this.input[this.p-1]&&(e=!0);return new ze(this.input,t,this.p,this.file)}*readFileNameTemplate(t){const{outputDelimiterLeft:e}=t,i=[","," ",e],s=new Set(i);for(;this.p<this.N&&!s.has(this.peek());)yield this.match(e)?this.readOutputToken(t):this.readHTMLToken(i)}match(t){for(let e=0;e<t.length;e++)if(t[e]!==this.input[this.p+e])return!1;return!0}rmatch(t){for(let e=0;e<t.length;e++)if(t[t.length-1-e]!==this.input[this.p-1-e])return!1;return!0}peekType(t=0){return this.p+t>=this.N?0:$t[this.input.charCodeAt(this.p+t)]}peek(t=0){return this.p+t>=this.N?"":this.input[this.p+t]}skipBlank(){for(;4&this.peekType();)++this.p}}class wi{constructor(t,e){this.handlers={},this.stopRequested=!1,this.tokens=t,this.parseToken=e}on(t,e){return this.handlers[t]=e,this}trigger(t,e){const i=this.handlers[t];return!!i&&(i.call(this,e),!0)}start(){let t;for(this.trigger("start");!this.stopRequested&&(t=this.tokens.shift());){if(this.trigger("token",t))continue;if(Xi(t)&&this.trigger(`tag:${t.name}`,t))continue;const e=this.parseToken(t,this.tokens);this.trigger("template",e)}return this.stopRequested||this.trigger("end"),this}stop(){return this.stopRequested=!0,this}}class xi{constructor(t){this.token=t}}class Ai extends xi{constructor(t,e,i){super(t),this.name=t.name,this.liquid=i,this.tokenizer=t.tokenizer}}class _i{constructor(t,e){this.hash={};const i=t instanceof yi?t:new yi(t,{});for(const t of i.readHashes(e))this.hash[t.name.content]=t.value}*render(t){const e={};for(const i of Object.keys(this.hash))e[i]=void 0===this.hash[i]||(yield Ye(this.hash[i],t));return e}}function Si(t){return yt(t)}class Ti{constructor(t,e,i){this.token=t,this.name=t.name,this.handler=lt(e)?e:lt(null==e?void 0:e.handler)?e.handler:Et,this.raw=!lt(e)&&!!(null==e?void 0:e.raw),this.args=t.args,this.liquid=i}*render(t,e){const i=[];for(const t of this.args)Si(t)?i.push([t[0],yield Ye(t[1],e)]):i.push(yield Ye(t,e));return yield this.handler.apply({context:e,token:this.token,liquid:this.liquid},[t,...i])}}class Ci{constructor(t,e){this.filters=[];const i="string"==typeof t?new yi(t,e.options.operators).readFilteredValue():t;this.initial=i.initial,this.filters=i.filters.map((t=>new Ti(t,this.getFilter(e,t.name),e)))}*value(t,e){e=e||t.opts.lenientIf&&this.filters.length>0&&"default"===this.filters[0].name;let i=yield this.initial.evaluate(t,e);for(const e of this.filters)i=yield e.render(i,t);return i}getFilter(t,e){const i=t.filters[e];return Ut(i||!t.options.strictFilters,(()=>`undefined filter: ${e}`)),i}}class Ei extends xi{constructor(t,e){var i;super(t);const s=new yi(t.input,e.options.operators,t.file,t.contentRange);this.value=new Ci(s.readFilteredValue(),e);const n=this.value.filters,a=e.options.outputEscape;if(!(null===(i=n[n.length-1])||void 0===i?void 0:i.raw)&&a){const t=new Re(toString.call(a),[],"",0,0);n.push(new Ti(t,a,e))}}*render(t,e){const i=yield this.value.value(t,!1);e.write(i)}*arguments(){yield this.value}}class ki extends xi{constructor(t){super(t),this.str=t.getContent()}*render(t,e){e.write(this.str)}}class Mi{constructor(t,e){this.segments=t,this.location=e}toString(){return Hi(this.segments,!0)}toArray(){return Array.from(function*t(...e){for(const i of e)i instanceof Mi?yield Array.from(t(...i.segments)):yield i}(...this.segments))}}class Pi{constructor(){this.map=new Map}get(t){const e=Hi([t.segments[0]]);return this.map.has(e)||this.map.set(e,[]),this.map.get(e)}has(t){return this.map.has(Hi([t.segments[0]]))}push(t){this.get(t).push(t)}asObject(){return Object.fromEntries(this.map)}}const Ii={partials:!0};function*Di(t,e,i){const s=new Pi,n=new Pi,a=new Pi,r=new Fi(new Set),o=new Set;function l(t,e){s.push(t);const i=e.alias(t);if(void 0!==i){const t=i.segments[0];ot(t)&&!r.has(t)&&n.push(i)}else{const i=t.segments[0];ot(i)&&!e.has(i)&&n.push(t)}for(const i of t.segments)i instanceof Mi&&l(i,e)}function*h(t,s){if(t.arguments)for(const e of t.arguments())for(const t of Oi(e))l(t,s);if(t.localScope)for(const e of t.localScope()){s.add(e.content),s.deleteAlias(e.content);const[t,i]=e.getPosition();a.push(new Mi([e.content],{row:t,col:i,file:e.file}))}if(t.children)if(t.partialScope){const n=t.partialScope();if(void 0===n){for(const n of yield t.children(e,i))yield h(n,s);return}if(o.has(n.name))return;const a=new Set,r=n.isolated?new Fi(a):s.push(a);for(const t of n.scope)if(ot(t))a.add(t);else{const[e,i]=t;a.add(e);const s=Array.from(Oi(i));s.length&&r.setAlias(e,s[0].segments)}for(const s of yield t.children(e,i))yield h(s,r),o.add(n.name);r.pop()}else{t.blockScope&&s.push(new Set(t.blockScope()));for(const n of yield t.children(e,i))yield h(n,s);t.blockScope&&s.pop()}}for(const e of t)yield h(e,r);return{variables:s.asObject(),globals:n.asObject(),locals:a.asObject()}}function Ri(t,e={}){return ie(Di(t,Object.assign(Object.assign({},Ii),e).partials,!1))}function Li(t,e={}){return se(Di(t,Object.assign(Object.assign({},Ii),e).partials,!0))}class Fi{constructor(t){this.stack=[{names:t,aliases:new Map}]}has(t){for(const e of this.stack)if(e.names.has(t))return!0;return!1}push(t){return this.stack.push({names:t,aliases:new Map}),this}pop(){var t;return null===(t=this.stack.pop())||void 0===t?void 0:t.names}add(t){this.stack[0].names.add(t)}alias(t){const e=t.segments[0];if(!ot(e))return;const i=this.getAlias(e);return void 0!==i?new Mi([...i,...t.segments.slice(1)],t.location):void 0}setAlias(t,e){this.stack[this.stack.length-1].aliases.set(t,e)}deleteAlias(t){this.stack[this.stack.length-1].aliases.delete(t)}getAlias(t){for(const e of this.stack){if(e.aliases.has(t))return e.aliases.get(t);if(e.names.has(t))return}}}function*Oi(t){ts(t)?yield*Ni(t):t instanceof Ci&&(yield*function*(t){for(const e of t.initial.postfix)ts(e)&&(yield*Ni(e));for(const e of t.filters)for(const t of e.args)Si(t)&&t[1]?yield*Ni(t[1]):ts(t)&&(yield*Ni(t))}(t))}function*Ni(t){Zi(t)?(yield*Ni(t.lhs),yield*Ni(t.rhs)):Qi(t)&&(yield Bi(t))}function Bi(t){const e=[];let i=t.file;const s=t.props[0];i=i||s.file,Ki(s)||Yi(s)||Ji(s)?e.push(s.content):Qi(s)&&e.push(...Bi(s).segments);for(const s of t.props.slice(1))i=i||s.file,Ki(s)||Yi(s)||Ji(s)?e.push(s.content):Qi(s)&&e.push(Bi(s));const[n,a]=t.getPosition();return new Mi(e,{row:n,col:a,file:i})}const zi=/^[\u0080-\uFFFFa-zA-Z_][\u0080-\uFFFFa-zA-Z0-9_-]*$/;function Hi(t,e=!1){const i=[],s=t[0];ot(s)&&(!e||s.match(zi)?i.push(`${s}`):i.push(`['${s}']`));for(const e of t.slice(1))e instanceof Mi?i.push(`[${Hi(e.segments)}]`):ot(e)?e.match(zi)?i.push(`.${e}`):i.push(`['${e}']`):i.push(`[${e}]`);return i.join("")}var ji,$i,Vi;!function(t){t.Partials="partials",t.Layouts="layouts",t.Root="root"}(ji||(ji={}));class Ui{constructor(t){if(this.options=t,t.relativeReference){const e=t.fs.sep;Ut(e,"`fs.sep` is required for relative reference");const i=new RegExp(["."+e,".."+e,"./","../"].map((t=>t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"))).join("|"));this.shouldLoadRelative=t=>i.test(t)}else this.shouldLoadRelative=t=>!1;this.contains=this.options.fs.contains||(()=>!0)}*lookup(t,e,i,s){const{fs:n}=this.options,a=this.options[e];for(const r of this.candidates(t,a,s,e!==ji.Root))if(i?n.existsSync(r):yield n.exists(r))return r;throw this.lookupError(t,a)}*candidates(t,e,i,s){const{fs:n,extname:a}=this.options;if(this.shouldLoadRelative(t)&&i){const r=n.resolve(this.dirname(i),t,a);for(const t of e)if(!s||this.contains(t,r)){yield r;break}}for(const i of e){const e=n.resolve(i,t,a);s&&!this.contains(i,e)||(yield e)}if(void 0!==n.fallback){const e=n.fallback(t);void 0!==e&&(yield e)}}dirname(t){const e=this.options.fs;return Ut(e.dirname,"`fs.dirname` is required for relative reference"),e.dirname(t)}lookupError(t,e){const i=new Error("ENOENT");return i.message=`ENOENT: Failed to lookup "${t}" in "${e}"`,i.code="ENOENT",i}}class Gi{constructor(t){this.liquid=t,this.cache=this.liquid.options.cache,this.fs=this.liquid.options.fs,this.parseFile=this.cache?this._parseFileCached:this._parseFile,this.loader=new Ui(this.liquid.options),this.parseLimit=new xe("parse length",t.options.parseLimit)}parse(t,e){t=String(t),this.parseLimit.use(t.length);const i=new yi(t,this.liquid.options.operators,e).readTopLevelTokens(this.liquid.options);return this.parseTokens(i)}parseTokens(t){let e;const i=[],s=[];for(;e=t.shift();)try{i.push(this.parseToken(e,t))}catch(t){if(!this.liquid.options.catchAllErrors)throw t;s.push(t)}if(s.length)throw new Nt(s);return i}parseToken(t,e){try{if(Xi(t)){const i=this.liquid.tags[t.name];return Ut(i,`tag "${t.name}" not found`),new i(t,e,this.liquid,this)}return es(t)===$i.Output?new Ei(t,this.liquid):new ki(t)}catch(e){if(Rt.is(e))throw e;throw new Ft(e,t)}}parseStream(t){return new wi(t,((t,e)=>this.parseToken(t,e)))}*_parseFileCached(t,e,i=ji.Root,s){const n=this.cache,a=this.loader.shouldLoadRelative(t)?s+","+t:i+":"+t,r=yield n.read(a);if(r)return r;const o=this._parseFile(t,e,i,s),l=e?yield o:ie(o);n.write(a,l);try{return yield l}catch(t){throw n.remove(a),t}}*_parseFile(t,e,i=ji.Root,s){const n=yield this.loader.lookup(t,i,e,s);return this.parse(e?this.fs.readFileSync(n):yield this.fs.readFile(n),n)}}function qi(t){return es(t)===$i.Operator}function Wi(t){return es(t)===$i.HTML}function Xi(t){return es(t)===$i.Tag}function Ki(t){return es(t)===$i.Quoted}function Yi(t){return es(t)===$i.Number}function Qi(t){return es(t)===$i.PropertyAccess}function Ji(t){return es(t)===$i.Word}function Zi(t){return es(t)===$i.Range}function ts(t){return(1667&es(t))>0}function es(t){return t?t.kind:-1}!function(t){t[t.Number=1]="Number",t[t.Literal=2]="Literal",t[t.Tag=4]="Tag",t[t.Output=8]="Output",t[t.HTML=16]="HTML",t[t.Filter=32]="Filter",t[t.Hash=64]="Hash",t[t.PropertyAccess=128]="PropertyAccess",t[t.Word=256]="Word",t[t.Range=512]="Range",t[t.Quoted=1024]="Quoted",t[t.Operator=2048]="Operator",t[t.FilteredValue=4096]="FilteredValue",t[t.Delimited=12]="Delimited"}($i||($i={}));class is{constructor(t={},e=gi,i={},{memoryLimit:s,renderLimit:n}={}){var a,r,o,l,h;this.scopes=[{}],this.registers={},this.breakCalled=!1,this.continueCalled=!1,this.sync=!!i.sync,this.opts=e,this.globals=null!==(a=i.globals)&&void 0!==a?a:e.globals,this.environments=_t(t)?t:Object(t),this.strictVariables=null!==(r=i.strictVariables)&&void 0!==r?r:this.opts.strictVariables,this.ownPropertyOnly=null!==(o=i.ownPropertyOnly)&&void 0!==o?o:e.ownPropertyOnly,this.memoryLimit=null!=s?s:new xe("memory alloc",null!==(l=i.memoryLimit)&&void 0!==l?l:e.memoryLimit),this.renderLimit=null!=n?n:new xe("template render",Ue().now()+(null!==(h=i.renderLimit)&&void 0!==h?h:e.renderLimit))}getRegister(t){return this.registers[t]=this.registers[t]||{}}setRegister(t,e){return this.registers[t]=e}saveRegister(...t){return t.map((t=>[t,this.getRegister(t)]))}restoreRegister(t){return t.forEach((([t,e])=>this.setRegister(t,e)))}getAll(){return[this.globals,this.environments,...this.scopes].reduce(((t,e)=>te(t,e)),{})}get(t){return this.getSync(t)}getSync(t){return se(this._get(t))}*_get(t){const e=this.findScope(t[0]);return yield this._getFromScope(e,t)}getFromScope(t,e){return se(this._getFromScope(t,e))}*_getFromScope(t,e,i=this.strictVariables){ot(e)&&(e=e.split("."));for(let s=0;s<e.length;s++)if(t=yield ss(t,e[s],this.ownPropertyOnly),i&&void 0===t)throw new zt(e.slice(0,s+1).join("."));return t}push(t){return this.scopes.push(t)}pop(){return this.scopes.pop()}bottom(){return this.scopes[0]}spawn(t={}){return new is(t,this.opts,{sync:this.sync,globals:this.globals,strictVariables:this.strictVariables},{renderLimit:this.renderLimit,memoryLimit:this.memoryLimit})}findScope(t){for(let e=this.scopes.length-1;e>=0;e--){const i=this.scopes[e];if(t in i)return i}return t in this.environments?this.environments:this.globals}}function ss(t,e,i){if(t=vt(t),e=gt(e),bt(t))return t;if(yt(t)&&e<0)return t[t.length+ +e];const s=function(t,e,i){return!i||rt.call(t,e)||t instanceof st?t[e]:void 0}(t,e,i);return void 0===s&&t instanceof st?t.liquidMethodMissing(e):lt(s)?s.call(t):"size"===e?function(t){if(rt.call(t,"size")||void 0!==t.size)return t.size;if(yt(t)||ot(t))return t.length;if("object"==typeof t)return Object.keys(t).length}(t):"first"===e?function(t){return yt(t)?t[0]:t.first}(t):"last"===e?function(t){return yt(t)?t[t.length-1]:t.last}(t):s}!function(t){t[t.OUTPUT=0]="OUTPUT",t[t.STORE=1]="STORE"}(Vi||(Vi={}));const ns=Mt(Math.abs),as=Mt(Math.max),rs=Mt(Math.min),os=Mt(Math.ceil),ls=Mt(((t,e,i=!1)=>i?Math.floor(t/e):t/e)),hs=Mt(Math.floor),cs=Mt(((t,e)=>t-e)),ds=Mt(((t,e)=>t%e)),us=Mt(((t,e)=>t*e));var ps=Object.freeze({__proto__:null,abs:ns,at_least:as,at_most:rs,ceil:os,divided_by:ls,floor:hs,minus:cs,modulo:ds,times:us,round:function(t,e=0){t=gt(t),e=gt(e);const i=Math.pow(10,e);return Math.round(t*i)/i},plus:function(t,e){return t=gt(t),e=gt(e),Number(t)+Number(e)}});const gs=/[^\p{M}\p{L}\p{Nd}]+/gu,ms={raw:/\s+/g,default:gs,pretty:/[^\p{M}\p{L}\p{Nd}._~!$&'()+,;=@]+/gu,ascii:/[^A-Za-z0-9]+/g,latin:gs,none:null};var fs=Object.freeze({__proto__:null,url_decode:t=>decodeURIComponent(dt(t)).replace(/\+/g," "),url_encode:t=>encodeURIComponent(dt(t)).replace(/%20/g,"+"),cgi_escape:t=>encodeURIComponent(dt(t)).replace(/%20/g,"+").replace(/[!'()*]/g,(t=>"%"+t.charCodeAt(0).toString(16).toUpperCase())),uri_escape:t=>encodeURI(dt(t)).replace(/%5B/g,"[").replace(/%5D/g,"]"),slugify:function(t,e="default",i=!1){t=dt(t);const s=ms[e];return s&&("latin"===e&&(t=function(t){return t.replace(/[àáâãäå]/g,"a").replace(/[æ]/g,"ae").replace(/[ç]/g,"c").replace(/[èéêë]/g,"e").replace(/[ìíîï]/g,"i").replace(/[ð]/g,"d").replace(/[ñ]/g,"n").replace(/[òóôõöø]/g,"o").replace(/[ùúûü]/g,"u").replace(/[ýÿ]/g,"y").replace(/[ß]/g,"ss").replace(/[œ]/g,"oe").replace(/[þ]/g,"th").replace(/[ẞ]/g,"SS").replace(/[Œ]/g,"OE").replace(/[Þ]/g,"TH")}(t)),t=t.replace(s,"-").replace(/^-|-$/g,"")),i?t:t.toLowerCase()}});const vs=Mt((function(t,e){const i=pt(t),s=bt(e)?" ":dt(e),n=i.length*(1+s.length);return this.context.memoryLimit.use(n),i.join(s)})),bs=Mt((t=>wt(t)?At(t):"")),ys=Mt((t=>wt(t)?t[0]:"")),ws=Mt((function(t){const e=pt(t);return this.context.memoryLimit.use(e.length),[...e].reverse()}));function xs(t,e=[]){const i=pt(t),s=pt(e);return this.context.memoryLimit.use(i.length+s.length),i.concat(s)}var As=Object.freeze({__proto__:null,join:vs,last:bs,first:ys,reverse:ws,sort:function*(t,e){const i=[],s=pt(t);this.context.memoryLimit.use(s.length);for(const t of s)i.push([t,e?yield this.context._getFromScope(t,dt(e).split("."),!1):t]);return i.sort(((t,e)=>{const i=t[1],s=e[1];return i<s?-1:i>s?1:0})).map((t=>t[0]))},sort_natural:function(t,e){const i=dt(e),s=void 0===e?kt:(t,e)=>kt(t[i],e[i]),n=pt(t);return this.context.memoryLimit.use(n.length),[...n].sort(s)},size:t=>t&&t.length||0,map:function*(t,e){const i=[],s=pt(t);this.context.memoryLimit.use(s.length);for(const t of s)i.push(yield this.context._getFromScope(t,dt(e),!1));return i},sum:function*(t,e){let i=0;const s=pt(t);for(const t of s){const s=Number(e?yield this.context._getFromScope(t,dt(e),!1):t);i+=Number.isNaN(s)?0:s}return i},compact:function(t){const e=pt(t);return this.context.memoryLimit.use(e.length),e.filter((t=>!bt(gt(t))))},concat:xs,push:function(t,e){return xs.call(this,t,[e])},unshift:function(t,e){const i=pt(t);this.context.memoryLimit.use(i.length);const s=[...i];return s.unshift(e),s},pop:function(t){const e=[...pt(t)];return e.pop(),e},shift:function(t){const e=pt(t);this.context.memoryLimit.use(e.length);const i=[...e];return i.shift(),i},slice:function(t,e,i=1){return bt(t=gt(t))?[]:(yt(t)||(t=dt(t)),e=e<0?t.length+e:e,this.context.memoryLimit.use(i),t.slice(e,e+i))},where:function*(t,e,i){const s=[];t=pt(t),this.context.memoryLimit.use(t.length);const n=new yi(dt(e)).readScopeValue();for(const e of t)s.push(yield Ye(n,this.context.spawn(e)));const a=this.context.opts.jekyllWhere?t=>qt.is(i)?ei(t,i):yt(t)?function(t,e){return t.some((t=>ei(t,e)))}(t,i):ei(t,i):t=>ei(t,i);return t.filter(((t,e)=>void 0===i?Je(s[e],this.context):a(s[e])))},where_exp:function*(t,e,i){const s=[],n=new Ci(dt(i),this.liquid),a=pt(t);this.context.memoryLimit.use(a.length);for(const t of a){(yield n.value(this.context.spawn({[e]:t})))&&s.push(t)}return s},group_by:function*(t,e){const i=new Map;t=ut(t);const s=new yi(dt(e)).readScopeValue();this.context.memoryLimit.use(t.length);for(const e of t){const t=yield Ye(s,this.context.spawn(e));i.has(t)||i.set(t,[]),i.get(t).push(e)}return[...i.entries()].map((([t,e])=>({name:t,items:e})))},group_by_exp:function*(t,e,i){const s=new Map,n=new Ci(dt(i),this.liquid);t=ut(t),this.context.memoryLimit.use(t.length);for(const i of t){const t=yield n.value(this.context.spawn({[e]:i}));s.has(t)||s.set(t,[]),s.get(t).push(i)}return[...s.entries()].map((([t,e])=>({name:t,items:e})))},find:function*(t,e,i){const s=new yi(dt(e)).readScopeValue(),n=pt(t);for(const t of n){if(ei(yield Ye(s,this.context.spawn(t)),i))return t}},find_exp:function*(t,e,i){const s=new Ci(dt(i),this.liquid),n=pt(t);for(const t of n){if(yield s.value(this.context.spawn({[e]:t})))return t}},uniq:function(t){return t=pt(t),this.context.memoryLimit.use(t.length),[...new Set(t)]},sample:function(t,e=1){if(bt(t=gt(t)))return[];yt(t)||(t=dt(t)),this.context.memoryLimit.use(e);const i=[...t].sort((()=>Math.random()-.5));return 1===e?i[0]:i.slice(0,e)}});function _s(t,e,i){var s,n,a;const r=(null!==(s=null==t?void 0:t.length)&&void 0!==s?s:0)+(null!==(n=null==e?void 0:e.length)&&void 0!==n?n:0)+(null!==(a=null==i?void 0:i.length)&&void 0!==a?a:0);this.context.memoryLimit.use(r);const o=Ts(t,this.context.opts,i);return o?ue(o,e=bt(e=gt(e))?this.context.opts.dateFormat:dt(e)):t}function Ss(t,e,i,s){const n=Ts(t,this.context.opts);if(!n)return t;if("ordinal"===i){const t=n.getDate();return ue(n,"US"===s?`${e} ${t}%q, %Y`:`${t}%q ${e} %Y`)}return ue(n,`%d ${e} %Y`)}function Ts(t,e,i){let s;const n=null!=i?i:e.timezoneOffset,a=e.locale;return s="now"===(t=gt(t))||"today"===t?new we(Date.now(),a,n):ft(t)?new we(1e3*t,a,n):ot(t)?/^\d+$/.test(t)?new we(1e3*+t,a,n):e.preserveTimezones&&void 0===i?we.createDateFixedToTimezone(t,a):new we(t,a,n):new we(t,a,n),s.valid()?s:void 0}var Cs=Object.freeze({__proto__:null,date:_s,date_to_xmlschema:function(t){return _s.call(this,t,"%Y-%m-%dT%H:%M:%S%:z")},date_to_rfc822:function(t){return _s.call(this,t,"%a, %d %b %Y %H:%M:%S %z")},date_to_string:function(t,e,i){return Ss.call(this,t,"%b",e,i)},date_to_long_string:function(t,e,i){return Ss.call(this,t,"%B",e,i)}});const Es=/[\u4E00-\u9FFF\uF900-\uFAFF\u3400-\u4DBF\u3040-\u309F\u30A0-\u30FF\uAC00-\uD7AF]/gu,ks=/[^\u4E00-\u9FFF\uF900-\uFAFF\u3400-\u4DBF\u3040-\u309F\u30A0-\u30FF\uAC00-\uD7AF\s]+/gu;var Ms=Object.freeze({__proto__:null,append:function(t,e){Ut(2===arguments.length,"append expect 2 arguments");const i=dt(t),s=dt(e);return this.context.memoryLimit.use(i.length+s.length),i+s},prepend:function(t,e){Ut(2===arguments.length,"prepend expect 2 arguments");const i=dt(t),s=dt(e);return this.context.memoryLimit.use(i.length+s.length),s+i},lstrip:function(t,e){const i=dt(t);return this.context.memoryLimit.use(i.length),e?(e=Pt(dt(e)),i.replace(new RegExp(`^[${e}]+`,"g"),"")):i.replace(/^\s+/,"")},downcase:function(t){const e=dt(t);return this.context.memoryLimit.use(e.length),e.toLowerCase()},upcase:function(t){const e=dt(t);return this.context.memoryLimit.use(e.length),dt(e).toUpperCase()},remove:function(t,e){const i=dt(t);return this.context.memoryLimit.use(i.length),i.split(dt(e)).join("")},remove_first:function(t,e){const i=dt(t);return this.context.memoryLimit.use(i.length),i.replace(dt(e),"")},remove_last:function(t,e){const i=dt(t);this.context.memoryLimit.use(i.length);const s=dt(e),n=i.lastIndexOf(s);return-1===n?i:i.substring(0,n)+i.substring(n+s.length)},rstrip:function(t,e){return t=dt(t),this.context.memoryLimit.use(t.length),e?(e=Pt(dt(e)),t.replace(new RegExp(`[${e}]+$`,"g"),"")):t.replace(/\s+$/,"")},split:function(t,e){const i=dt(t);this.context.memoryLimit.use(i.length);const s=i.split(dt(e));for(;s.length&&""===s[s.length-1];)s.pop();return s},strip:function(t,e){const i=dt(t);return this.context.memoryLimit.use(i.length),e?(e=Pt(dt(e)),i.replace(new RegExp(`^[${e}]+`,"g"),"").replace(new RegExp(`[${e}]+$`,"g"),"")):i.trim()},strip_newlines:function(t){const e=dt(t);return this.context.memoryLimit.use(e.length),e.replace(/\r?\n/gm,"")},capitalize:function(t){return t=dt(t),this.context.memoryLimit.use(t.length),t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()},replace:function(t,e,i){const s=dt(t);return this.context.memoryLimit.use(s.length),s.split(dt(e)).join(i)},replace_first:function(t,e,i){const s=dt(t);return this.context.memoryLimit.use(s.length),s.replace(dt(e),i)},replace_last:function(t,e,i){const s=dt(t);this.context.memoryLimit.use(s.length);const n=dt(e),a=s.lastIndexOf(n);if(-1===a)return s;const r=dt(i);return s.substring(0,a)+r+s.substring(a+n.length)},truncate:function(t,e=50,i="..."){const s=dt(t);return this.context.memoryLimit.use(s.length),s.length<=e?t:s.substring(0,e-i.length)+i},truncatewords:function(t,e=15,i="..."){const s=dt(t);this.context.memoryLimit.use(s.length);const n=s.split(/\s+/);e<=0&&(e=1);let a=n.slice(0,e).join(" ");return n.length>=e&&(a+=i),a},normalize_whitespace:function(t){const e=dt(t);return this.context.memoryLimit.use(e.length),e.replace(/\s+/g," ")},number_of_words:function(t,e){const i=dt(t);if(this.context.memoryLimit.use(i.length),!(t=i.trim()))return 0;switch(e){case"cjk":return(t.match(Es)||[]).length+(t.match(ks)||[]).length;case"auto":return Es.test(t)?t.match(Es).length+(t.match(ks)||[]).length:t.split(/\s+/).length;default:return t.split(/\s+/).length}},array_to_sentence_string:function(t,e="and"){switch(this.context.memoryLimit.use(t.length),t.length){case 0:return"";case 1:return t[0];case 2:return`${t[0]} ${e} ${t[1]}`;default:return`${t.slice(0,-1).join(", ")}, ${e} ${t[t.length-1]}`}}});const Ps=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},ui),ps),fs),As),Cs),Ms),oi);const Is=["offset","limit","reversed"];function Ds(t,e,i){if(e.options.dynamicPartials){const e=t.readValue();if(t.assert(e,"illegal file path"),"none"===e.getText())return;if(Ki(e)){return Rs(i.parse(e.content))}return e}const s=[...t.readFileNameTemplate(e.options)],n=Rs(i.parseTokens(s));return"none"===n?void 0:n}function Rs(t){return 1===t.length&&Wi(t[0].token)?t[0].token.getContent():t}function*Ls(t,e,i){return"string"==typeof t?t:Array.isArray(t)?i.renderer.renderTemplates(t,e):yield Ye(t,e)}class Fs extends Xt{constructor(t,e,i,s){super(t,i,s),this.length=t,this.cols=e}row(){return Math.floor(this.i/this.cols)+1}col0(){return this.i%this.cols}col(){return this.col0()+1}col_first(){return 0===this.col0()}col_last(){return this.col()===this.cols}}const Os={assign:class extends Ai{constructor(t,e,i){super(t,e,i),this.identifier=this.tokenizer.readIdentifier(),this.key=this.identifier.content,this.tokenizer.assert(this.key,"expected variable name"),this.tokenizer.skipBlank(),this.tokenizer.assert("="===this.tokenizer.peek(),'expected "="'),this.tokenizer.advance(),this.value=new Ci(this.tokenizer.readFilteredValue(),this.liquid)}*render(t){t.bottom()[this.key]=yield this.value.value(t,this.liquid.options.lenientIf)}*arguments(){yield this.value}*localScope(){yield this.identifier}},for:class extends Ai{constructor(t,e,i,s){super(t,e,i);const n=this.tokenizer.readIdentifier(),a=this.tokenizer.readIdentifier(),r=this.tokenizer.readValue();if(!n.size()||"in"!==a.content||!r)throw new Error(`illegal tag: ${t.getText()}`);let o;this.variable=n.content,this.collection=r,this.hash=new _i(this.tokenizer,i.options.keyValueSeparator),this.templates=[],this.elseTemplates=[];const l=s.parseStream(e).on("start",(()=>o=this.templates)).on("tag:else",(t=>{Gt(t.args),o=this.elseTemplates})).on("tag:endfor",(t=>{Gt(t.args),l.stop()})).on("template",(t=>o.push(t))).on("end",(()=>{throw new Error(`tag ${t.getText()} not closed`)}));l.start()}*render(t,e){const i=this.liquid.renderer;let s=ut(yield Ye(this.collection,t));if(!s.length)return void(yield i.renderTemplates(this.elseTemplates,t,e));const n="continue-"+this.variable+"-"+this.collection.getText();t.push({continue:t.getRegister(n)});const a=yield this.hash.render(t);t.pop();s=(this.liquid.options.orderedFilterParameters?Object.keys(a).filter((t=>Is.includes(t))):Is.filter((t=>void 0!==a[t]))).reduce(((t,e)=>{return"offset"===e?(i=t,s=a.offset,i.slice(s)):"limit"===e?function(t,e){return t.slice(0,e)}(t,a.limit):function(t){return[...t].reverse()}(t);var i,s}),s),t.setRegister(n,(a.offset||0)+s.length);const r={forloop:new Xt(s.length,this.collection.getText(),this.variable)};t.push(r);for(const n of s){if(r[this.variable]=n,t.continueCalled=t.breakCalled=!1,yield i.renderTemplates(this.templates,t,e),t.breakCalled)break;r.forloop.next()}t.continueCalled=t.breakCalled=!1,t.pop()}*children(){const t=this.templates.slice();return this.elseTemplates&&t.push(...this.elseTemplates),t}*arguments(){yield this.collection;for(const t of Object.values(this.hash.hash))ts(t)&&(yield t)}blockScope(){return[this.variable,"forloop"]}},capture:class extends Ai{constructor(t,e,i,s){for(super(t,e,i),this.templates=[],this.identifier=this.readVariable(),this.variable=this.identifier.content;e.length;){const t=e.shift();if(Xi(t)&&"endcapture"===t.name)return;this.templates.push(s.parseToken(t,e))}throw new Error(`tag ${t.getText()} not closed`)}readVariable(){let t=this.tokenizer.readIdentifier();if(t.content)return t;if(t=this.tokenizer.readQuoted(),t)return t;throw this.tokenizer.error("invalid capture name")}*render(t){const e=this.liquid.renderer,i=yield e.renderTemplates(this.templates,t);t.bottom()[this.variable]=i}*children(){return this.templates}*localScope(){yield this.identifier}},case:class extends Ai{constructor(t,e,i,s){super(t,e,i),this.branches=[],this.elseTemplates=[],this.value=new Ci(this.tokenizer.readFilteredValue(),this.liquid),this.elseTemplates=[];let n=[],a=0;const r=s.parseStream(e).on("tag:when",(t=>{if(a>0)return;n=[];const e=[];for(;!t.tokenizer.end();)e.push(t.tokenizer.readValueOrThrow()),t.tokenizer.skipBlank(),","===t.tokenizer.peek()?t.tokenizer.readTo(","):t.tokenizer.readTo("or");this.branches.push({values:e,templates:n})})).on("tag:else",(()=>{a++,n=this.elseTemplates})).on("tag:endcase",(()=>r.stop())).on("template",(t=>{n===this.elseTemplates&&1!==a||n.push(t)})).on("end",(()=>{throw new Error(`tag ${t.getText()} not closed`)}));r.start()}*render(t,e){const i=this.liquid.renderer,s=gt(yield this.value.value(t,t.opts.lenientIf));let n=!1;for(const a of this.branches)for(const r of a.values){if(ei(s,yield Ye(r,t,t.opts.lenientIf))){yield i.renderTemplates(a.templates,t,e),n=!0;break}}n||(yield i.renderTemplates(this.elseTemplates,t,e))}*arguments(){yield this.value,yield*this.branches.flatMap((t=>t.values))}*children(){const t=this.branches.flatMap((t=>t.templates));return this.elseTemplates&&t.push(...this.elseTemplates),t}},comment:class extends Ai{constructor(t,e,i){for(super(t,e,i);e.length;){const t=e.shift();if(Xi(t)&&"endcomment"===t.name)return}throw new Error(`tag ${t.getText()} not closed`)}render(){}},include:class extends Ai{constructor(t,e,i,s){super(t,e,i);const{tokenizer:n}=t;this.file=Ds(n,this.liquid,s),this.currentFile=t.file;const a=n.p;"with"===n.readIdentifier().content?(n.skipBlank(),":"!==n.peek()?this.withVar=n.readValue():n.p=a):n.p=a,this.hash=new _i(n,i.options.jekyllInclude||i.options.keyValueSeparator)}*render(t,e){const{liquid:i,hash:s,withVar:n}=this,{renderer:a}=i,r=yield Ls(this.file,t,i);Ut(r,(()=>`illegal file path "${r}"`));const o=t.saveRegister("blocks","blockMode");t.setRegister("blocks",{}),t.setRegister("blockMode",Vi.OUTPUT);const l=yield s.render(t);n&&(l[r]=yield Ye(n,t));const h=yield i._parsePartialFile(r,t.sync,this.currentFile);t.push(t.opts.jekyllInclude?{include:l}:l),yield a.renderTemplates(h,t,e),t.pop(),t.restoreRegister(o)}*children(t,e){return t&&ot(this.file)?yield this.liquid._parsePartialFile(this.file,e,this.currentFile):[]}partialScope(){if(ot(this.file)){let t;return this.liquid.options.jekyllInclude?t=["include"]:(t=Object.keys(this.hash.hash),this.withVar&&t.push([this.file,this.withVar])),{name:this.file,isolated:!1,scope:t}}}*arguments(){yield*Object.values(this.hash.hash).filter(ts),ts(this.file)&&(yield this.file),ts(this.withVar)&&(yield this.withVar)}},render:class extends Ai{constructor(t,e,i,s){super(t,e,i);const n=this.tokenizer;for(this.file=Ds(n,this.liquid,s),this.currentFile=t.file;!n.end();){n.skipBlank();const t=n.p,e=n.readIdentifier();if(("with"===e.content||"for"===e.content)&&(n.skipBlank(),":"!==n.peek())){const t=n.readValue();if(t){const i=n.p;let s;"as"===n.readIdentifier().content?s=n.readIdentifier():n.p=i,this[e.content]={value:t,alias:s&&s.content},n.skipBlank(),","===n.peek()&&n.advance();continue}}n.p=t;break}this.hash=new _i(n,i.options.keyValueSeparator)}*render(t,e){const{liquid:i,hash:s}=this,n=yield Ls(this.file,t,i);Ut(n,(()=>`illegal file path "${n}"`));const a=t.spawn(),r=a.bottom();if(te(r,yield s.render(t)),this.with){const{value:e,alias:i}=this.with;r[i||n]=yield Ye(e,t)}if(this.for){const{value:s,alias:o}=this.for,l=ut(yield Ye(s,t));r.forloop=new Xt(l.length,s.getText(),o);for(const t of l){r[o]=t;const s=yield i._parsePartialFile(n,a.sync,this.currentFile);yield i.renderer.renderTemplates(s,a,e),r.forloop.next()}}else{const t=yield i._parsePartialFile(n,a.sync,this.currentFile);yield i.renderer.renderTemplates(t,a,e)}}*children(t,e){return t&&ot(this.file)?yield this.liquid._parsePartialFile(this.file,e,this.currentFile):[]}partialScope(){if(ot(this.file)){const t=Object.keys(this.hash.hash);if(this.with){const{value:e,alias:i}=this.with;ot(i)?t.push([i,e]):ot(this.file)&&t.push([this.file,e])}if(this.for){const{value:e,alias:i}=this.for;ot(i)?t.push([i,e]):ot(this.file)&&t.push([this.file,e])}return{name:this.file,isolated:!0,scope:t}}}*arguments(){for(const t of Object.values(this.hash.hash))ts(t)&&(yield t);if(this.with){const{value:t}=this.with;ts(t)&&(yield t)}if(this.for){const{value:t}=this.for;ts(t)&&(yield t)}}},decrement:class extends Ai{constructor(t,e,i){super(t,e,i),this.identifier=this.tokenizer.readIdentifier(),this.variable=this.identifier.content}render(t,e){const i=t.environments;ft(i[this.variable])||(i[this.variable]=0),e.write(dt(--i[this.variable]))}*localScope(){yield this.identifier}},increment:class extends Ai{constructor(t,e,i){super(t,e,i),this.identifier=this.tokenizer.readIdentifier(),this.variable=this.identifier.content}render(t,e){const i=t.environments;ft(i[this.variable])||(i[this.variable]=0);const s=i[this.variable];i[this.variable]++,e.write(dt(s))}*localScope(){yield this.identifier}},cycle:class extends Ai{constructor(t,e,i){super(t,e,i),this.candidates=[];const s=this.tokenizer.readValue();for(this.tokenizer.skipBlank(),s&&(":"===this.tokenizer.peek()?(this.group=s,this.tokenizer.advance()):this.candidates.push(s));!this.tokenizer.end();){const t=this.tokenizer.readValue();t&&this.candidates.push(t),this.tokenizer.readTo(",")}this.tokenizer.assert(this.candidates.length,(()=>`empty candidates: "${t.getText()}"`))}*render(t,e){const i=`cycle:${yield Ye(this.group,t)}:`+this.candidates.join(","),s=t.getRegister("cycle");let n=s[i];void 0===n&&(n=s[i]=0);const a=this.candidates[n];return n=(n+1)%this.candidates.length,s[i]=n,yield Ye(a,t)}*arguments(){yield*this.candidates,this.group&&(yield this.group)}},if:class extends Ai{constructor(t,e,i,s){super(t,e,i),this.branches=[];let n=[];s.parseStream(e).on("start",(()=>this.branches.push({value:new Ci(t.tokenizer.readFilteredValue(),this.liquid),templates:n=[]}))).on("tag:elsif",(t=>{Ut(!this.elseTemplates,"unexpected elsif after else"),this.branches.push({value:new Ci(t.tokenizer.readFilteredValue(),this.liquid),templates:n=[]})})).on("tag:else",(t=>{Gt(t.args),Ut(!this.elseTemplates,"duplicated else"),n=this.elseTemplates=[]})).on("tag:endif",(function(t){Gt(t.args),this.stop()})).on("template",(t=>n.push(t))).on("end",(()=>{throw new Error(`tag ${t.getText()} not closed`)})).start()}*render(t,e){const i=this.liquid.renderer;for(const{value:s,templates:n}of this.branches){if(Je(yield s.value(t,t.opts.lenientIf),t))return void(yield i.renderTemplates(n,t,e))}yield i.renderTemplates(this.elseTemplates||[],t,e)}*children(){const t=this.branches.flatMap((t=>t.templates));return this.elseTemplates&&t.push(...this.elseTemplates),t}arguments(){return this.branches.map((t=>t.value))}},layout:class extends Ai{constructor(t,e,i,s){super(t,e,i),this.file=Ds(this.tokenizer,this.liquid,s),this.currentFile=t.file,this.args=new _i(this.tokenizer,i.options.keyValueSeparator),this.templates=s.parseTokens(e)}*render(t,e){const{liquid:i,args:s,file:n}=this,{renderer:a}=i;if(void 0===n)return t.setRegister("blockMode",Vi.OUTPUT),void(yield a.renderTemplates(this.templates,t,e));const r=yield Ls(this.file,t,i);Ut(r,(()=>`illegal file path "${r}"`));const o=yield i._parseLayoutFile(r,t.sync,this.currentFile);t.setRegister("blockMode",Vi.STORE);const l=yield a.renderTemplates(this.templates,t),h=t.getRegister("blocks");void 0===h[""]&&(h[""]=(t,e)=>e.write(l)),t.setRegister("blockMode",Vi.OUTPUT),t.push(yield s.render(t)),yield a.renderTemplates(o,t,e),t.pop()}*children(t){const e=this.templates.slice();return t&&ot(this.file)&&e.push(...yield this.liquid._parsePartialFile(this.file,!0,this.currentFile)),e}*arguments(){for(const t of Object.values(this.args.hash))ts(t)&&(yield t);ts(this.file)&&(yield this.file)}partialScope(){if(ot(this.file))return{name:this.file,isolated:!1,scope:Object.keys(this.args.hash)}}},block:class extends Ai{constructor(t,e,i,s){super(t,e,i),this.templates=[];const n=/\w+/.exec(t.args);for(this.block=n?n[0]:"";e.length;){const t=e.shift();if(Xi(t)&&"endblock"===t.name)return;const i=s.parseToken(t,e);this.templates.push(i)}throw new Error(`tag ${t.getText()} not closed`)}*render(t,e){const i=this.getBlockRender(t);t.getRegister("blockMode")===Vi.STORE?t.getRegister("blocks")[this.block]=i:yield i(new Kt,e)}getBlockRender(t){const{liquid:e,templates:i}=this,s=t.getRegister("blocks")[this.block],n=function*(s,n){t.push({block:s}),yield e.renderer.renderTemplates(i,t,n),t.pop()};return s?(t,e)=>s(new Kt((()=>n(t,e))),e):n}*children(){return this.templates}blockScope(){return["block"]}},raw:class extends Ai{constructor(t,e,i){for(super(t,e,i),this.tokens=[];e.length;){const t=e.shift();if(Xi(t)&&"endraw"===t.name)return;this.tokens.push(t)}throw new Error(`tag ${t.getText()} not closed`)}render(){return this.tokens.map((t=>t.getText())).join("")}},tablerow:class extends Ai{constructor(t,e,i,s){super(t,e,i);const n=this.tokenizer.readIdentifier();this.tokenizer.skipBlank();const a=this.tokenizer.readIdentifier(),r=this.tokenizer.readValue();if("in"!==a.content||!r)throw new Error(`illegal tag: ${t.getText()}`);let o;this.variable=n.content,this.collection=r,this.args=new _i(this.tokenizer,i.options.keyValueSeparator),this.templates=[];const l=s.parseStream(e).on("start",(()=>o=this.templates)).on("tag:endtablerow",(()=>l.stop())).on("template",(t=>o.push(t))).on("end",(()=>{throw new Error(`tag ${t.getText()} not closed`)}));l.start()}*render(t,e){let i=ut(yield Ye(this.collection,t));const s=yield this.args.render(t),n=s.offset||0,a=void 0===s.limit?i.length:s.limit;i=i.slice(n,n+a);const r=s.cols||i.length,o=this.liquid.renderer,l=new Fs(i.length,r,this.collection.getText(),this.variable),h={tablerowloop:l};t.push(h);for(let s=0;s<i.length;s++,l.next())h[this.variable]=i[s],0===l.col0()&&(1!==l.row()&&e.write("</tr>"),e.write(`<tr class="row${l.row()}">`)),e.write(`<td class="col${l.col()}">`),yield o.renderTemplates(this.templates,t,e),e.write("</td>");i.length&&e.write("</tr>"),t.pop()}*children(){return this.templates}*arguments(){yield this.collection;for(const t of Object.values(this.args.hash))ts(t)&&(yield t)}blockScope(){return[this.variable,"tablerowloop"]}},unless:class extends Ai{constructor(t,e,i,s){super(t,e,i),this.branches=[],this.elseTemplates=[];let n=[],a=0;s.parseStream(e).on("start",(()=>this.branches.push({value:new Ci(t.tokenizer.readFilteredValue(),this.liquid),test:Ze,templates:n=[]}))).on("tag:elsif",(t=>{a>0?n=[]:this.branches.push({value:new Ci(t.tokenizer.readFilteredValue(),this.liquid),test:Je,templates:n=[]})})).on("tag:else",(()=>{a++,n=this.elseTemplates})).on("tag:endunless",(function(){this.stop()})).on("template",(t=>{n===this.elseTemplates&&1!==a||n.push(t)})).on("end",(()=>{throw new Error(`tag ${t.getText()} not closed`)})).start()}*render(t,e){const i=this.liquid.renderer;for(const{value:s,test:n,templates:a}of this.branches){if(n(yield s.value(t,t.opts.lenientIf),t))return void(yield i.renderTemplates(a,t,e))}yield i.renderTemplates(this.elseTemplates,t,e)}*children(){const t=this.branches.flatMap((t=>t.templates));return this.elseTemplates&&t.push(...this.elseTemplates),t}arguments(){return this.branches.map((t=>t.value))}},break:class extends Ai{render(t,e){t.breakCalled=!0}},continue:class extends Ai{render(t,e){t.continueCalled=!0}},echo:class extends Ai{constructor(t,e,i){super(t,e,i),this.tokenizer.skipBlank(),this.tokenizer.end()||(this.value=new Ci(this.tokenizer.readFilteredValue(),this.liquid))}*render(t,e){if(!this.value)return;const i=yield this.value.value(t,!1);e.write(i)}*arguments(){this.value&&(yield this.value)}},liquid:class extends Ai{constructor(t,e,i,s){super(t,e,i);const n=this.tokenizer.readLiquidTagTokens(this.liquid.options);this.templates=s.parseTokens(n)}*render(t,e){yield this.liquid.renderer.renderTemplates(this.templates,t,e)}*children(){return this.templates}},"#":class extends Ai{constructor(t,e,i){if(super(t,e,i),-1!==t.args.search(/\n\s*[^#\s]/g))throw new Error("every line of an inline comment must start with a '#' character")}render(){}}};class Ns{constructor(t={}){this.renderer=new Xe,this.filters={},this.tags={},this.options=mi(t),this.parser=new Gi(this),xt(Os,((t,e)=>this.registerTag(e,t))),xt(Ps,((t,e)=>this.registerFilter(e,t)))}parse(t,e){return new Gi(this).parse(t,e)}_render(t,e,i){const s=e instanceof is?e:new is(e,this.options,i);return this.renderer.renderTemplates(t,s)}render(t,e,i){return ee(this,void 0,void 0,(function*(){return ie(this._render(t,e,Object.assign(Object.assign({},i),{sync:!1})))}))}renderSync(t,e,i){return se(this._render(t,e,Object.assign(Object.assign({},i),{sync:!0})))}renderToNodeStream(t,e,i={}){const s=new is(e,this.options,i);return this.renderer.renderTemplatesToNodeStream(t,s)}_parseAndRender(t,e,i){const s=this.parse(t);return this._render(s,e,i)}parseAndRender(t,e,i){return ee(this,void 0,void 0,(function*(){return ie(this._parseAndRender(t,e,Object.assign(Object.assign({},i),{sync:!1})))}))}parseAndRenderSync(t,e,i){return se(this._parseAndRender(t,e,Object.assign(Object.assign({},i),{sync:!0})))}_parsePartialFile(t,e,i){return new Gi(this).parseFile(t,e,ji.Partials,i)}_parseLayoutFile(t,e,i){return new Gi(this).parseFile(t,e,ji.Layouts,i)}_parseFile(t,e,i,s){return new Gi(this).parseFile(t,e,i,s)}parseFile(t,e){return ee(this,void 0,void 0,(function*(){return ie(new Gi(this).parseFile(t,!1,e))}))}parseFileSync(t,e){return se(new Gi(this).parseFile(t,!0,e))}*_renderFile(t,e,i){const s=yield this._parseFile(t,i.sync,i.lookupType);return yield this._render(s,e,i)}renderFile(t,e,i){return ee(this,void 0,void 0,(function*(){return ie(this._renderFile(t,e,Object.assign(Object.assign({},i),{sync:!1})))}))}renderFileSync(t,e,i){return se(this._renderFile(t,e,Object.assign(Object.assign({},i),{sync:!0})))}renderFileToNodeStream(t,e,i){return ee(this,void 0,void 0,(function*(){const s=yield this.parseFile(t);return this.renderToNodeStream(s,e,i)}))}_evalValue(t,e){const i=new Ci(t,this),s=e instanceof is?e:new is(e,this.options);return i.value(s)}evalValue(t,e){return ee(this,void 0,void 0,(function*(){return ie(this._evalValue(t,e))}))}evalValueSync(t,e){return se(this._evalValue(t,e))}registerFilter(t,e){this.filters[t]=e}registerTag(t,e){var i;this.tags[t]=lt(e)?e:(i=e,class extends Ai{constructor(t,e,s){super(t,e,s),lt(i.parse)&&i.parse.call(this,t,e)}*render(t,e){const s=yield new _i(this.token.args,t.opts.keyValueSeparator).render(t);return yield i.render.call(this,t,e,s)}})}plugin(t){return t.call(this,Ns)}express(){const t=this;let e=!0;return function(i,s,n){if(e){e=!1;const i=fi(this.root);t.options.root.unshift(...i),t.options.layouts.unshift(...i),t.options.partials.unshift(...i)}t.renderFile(i,s).then((t=>n(null,t)),n)}}analyze(t,e={}){return ee(this,void 0,void 0,(function*(){return Ri(t,e)}))}analyzeSync(t,e={}){return Li(t,e)}parseAndAnalyze(t,e,i={}){return ee(this,void 0,void 0,(function*(){return Ri(this.parse(t,e),i)}))}parseAndAnalyzeSync(t,e,i={}){return Li(this.parse(t,e),i)}variables(t,e={}){return ee(this,void 0,void 0,(function*(){const i=yield Ri(ot(t)?this.parse(t):t,e);return Object.keys(i.variables)}))}variablesSync(t,e={}){const i=Li(ot(t)?this.parse(t):t,e);return Object.keys(i.variables)}fullVariables(t,e={}){return ee(this,void 0,void 0,(function*(){const i=yield Ri(ot(t)?this.parse(t):t,e);return Array.from(new Set(Object.values(i.variables).flatMap((t=>t.map((t=>String(t)))))))}))}fullVariablesSync(t,e={}){const i=Li(ot(t)?this.parse(t):t,e);return Array.from(new Set(Object.values(i.variables).flatMap((t=>t.map((t=>String(t)))))))}variableSegments(t,e={}){return ee(this,void 0,void 0,(function*(){const i=yield Ri(ot(t)?this.parse(t):t,e);return Array.from(It(Object.values(i.variables).flatMap((t=>t.map((t=>t.toArray()))))))}))}variableSegmentsSync(t,e={}){const i=Li(ot(t)?this.parse(t):t,e);return Array.from(It(Object.values(i.variables).flatMap((t=>t.map((t=>t.toArray()))))))}globalVariables(t,e={}){return ee(this,void 0,void 0,(function*(){const i=yield Ri(ot(t)?this.parse(t):t,e);return Object.keys(i.globals)}))}globalVariablesSync(t,e={}){const i=Li(ot(t)?this.parse(t):t,e);return Object.keys(i.globals)}globalFullVariables(t,e={}){return ee(this,void 0,void 0,(function*(){const i=yield Ri(ot(t)?this.parse(t):t,e);return Array.from(new Set(Object.values(i.globals).flatMap((t=>t.map((t=>String(t)))))))}))}globalFullVariablesSync(t,e={}){const i=Li(ot(t)?this.parse(t):t,e);return Array.from(new Set(Object.values(i.globals).flatMap((t=>t.map((t=>String(t)))))))}globalVariableSegments(t,e={}){return ee(this,void 0,void 0,(function*(){const i=yield Ri(ot(t)?this.parse(t):t,e);return Array.from(It(Object.values(i.globals).flatMap((t=>t.map((t=>t.toArray()))))))}))}globalVariableSegmentsSync(t,e={}){const i=Li(ot(t)?this.parse(t):t,e);return Array.from(It(Object.values(i.globals).flatMap((t=>t.map((t=>t.toArray()))))))}}const Bs={render:function(t,e){const i=a("v-icon"),s=a("v-list-item-icon"),n=a("v-text-overflow"),d=a("v-list-item-content"),u=a("v-list-item"),p=a("v-list");return r(),o(p,{nav:""},{default:l((()=>[h(u,{to:"/tta_settings/templates"},{default:l((()=>[h(s,null,{default:l((()=>[h(i,{name:"code"})])),_:1}),h(d,null,{default:l((()=>[h(n,{text:"Templates"})])),_:1})])),_:1}),h(u,{to:"/tta_settings/settings"},{default:l((()=>[h(s,null,{default:l((()=>[h(i,{name:"settings"})])),_:1}),h(d,null,{default:l((()=>[h(n,{text:"Settings"})])),_:1})])),_:1}),c(' <v-list-item to="/tta_settings/usage">\n <v-list-item-icon><v-icon name="bar_chart" /></v-list-item-icon>\n <v-list-item-content>\n <v-text-overflow text="Usage" />\n </v-list-item-content>\n </v-list-item> ')])),_:1})},__file:"settingsmodule/src/TTAnav.vue"},zs=t=>(g("data-v-a21ba87e"),t=t(),m(),t),Hs={key:0,class:"popover"},js=zs((()=>f("br",null,null,-1))),$s=zs((()=>f("ul",null,[f("li",null,"HTML - preview as webpage"),f("li",null,"PDF (Preview) - watermarked, free"),f("li",null,"PDF - final version, without watermark"),f("li",null,"Code - preview without test input")],-1)));var Vs={__name:"explainPreviewMode",props:{text:{type:String,required:!0}},setup(t){const e=d(!1);return(t,i)=>{const s=a("v-icon");return r(),u("div",{class:"info-popover",onMouseenter:i[0]||(i[0]=t=>e.value=!0),onMouseleave:i[1]||(i[1]=t=>e.value=!1)},[h(s,{name:"question_mark",class:"info-icon"}),e.value?(r(),u("div",Hs,[p(" The preview mode has 4 modes: "),js,$s])):c("v-if",!0)],32)}}},Us=[],Gs=[];function qs(t,e){if(t&&"undefined"!=typeof document){var i,s=!0===e.prepend?"prepend":"append",n=!0===e.singleTag,a="string"==typeof e.container?document.querySelector(e.container):document.getElementsByTagName("head")[0];if(n){var r=Us.indexOf(a);-1===r&&(r=Us.push(a)-1,Gs[r]={}),i=Gs[r]&&Gs[r][s]?Gs[r][s]:Gs[r][s]=o()}else i=o();65279===t.charCodeAt(0)&&(t=t.substring(1)),i.styleSheet?i.styleSheet.cssText+=t:i.appendChild(document.createTextNode(t))}function o(){var t=document.createElement("style");if(t.setAttribute("type","text/css"),e.attributes)for(var i=Object.keys(e.attributes),n=0;n<i.length;n++)t.setAttribute(i[n],e.attributes[i[n]]);var r="prepend"===s?"afterbegin":"beforeend";return a.insertAdjacentElement(r,t),t}}qs("\n.info-popover[data-v-a21ba87e] {\n position: relative;\n display: flex;\n color: var(--theme--foreground-subdued);\n}\n.info-icon[data-v-a21ba87e] {\n margin: auto;\n}\n.popover[data-v-a21ba87e] {\n position: absolute;\n top: 175%;\n left: 50%;\n transform: translateX(-50%);\n background-color: var(--theme--background);\n color: var(--theme--foreground);\n border: 1px solid var(--theme--border);\n padding: 0.5rem;\n border-radius: 4px;\n white-space: nowrap;\n z-index: 1000;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n}\n",{}),Vs.__scopeId="data-v-a21ba87e",Vs.__file="settingsmodule/src/explainPreviewMode.vue";const Ws=f("div",{class:"field half"},[f("div",{class:"type-label"},"Template name")],-1),Xs=f("div",{class:"field half"},[f("div",{class:"type-label"},"Description")],-1),Ks=f("div",{class:"field half"},[f("div",{class:"type-label"},"Format")],-1),Ys=f("div",{class:"field half"},[f("div",{class:"type-label"},"Orientation")],-1),Qs=f("div",{class:"field half"},[f("div",{class:"type-label"},"Collection")],-1),Js={key:0,class:"TTA-popup"},Zs={class:"TTA-toolbar"},tn={class:"right-side"},en={class:"setwidth"},sn={class:"TTA-action"},nn={class:"TTA-wapper"},an={class:"devFields"},rn=f("div",{class:"field half"},[f("div",{class:"type-label"},"Type input")],-1),on={id:"partSelect"},ln=["src","srcDoc"];var hn=v({__name:"templates",setup(t){const{useCollectionsStore:s,useFlowsStore:n}=e(),g=n(),m=b((()=>g.flows.filter((t=>"webhook"===t.trigger&&"POST"==t.options.method)).map((t=>({text:t.name,value:t.id}))))),v=d([]),E=d(!1),k=d(!1),M=d("Development"),P=d("html"),I=d(""),D=d(50),R=b((()=>100-D.value)),L=b((()=>100-R.value)),F=d("");function O(t){"Header"==M.value?H.value.header=t:"Body"==M.value?H.value.template=t:H.value.footer=t}function N(t){"Fixed"==H.value.input_type?H.value.input_fixed=t:H.value.input_flow_body=t}y((()=>M.value),(t=>{"Development"==t&&(F.value=""),"Header"==t&&(F.value=H.value.header),"Body"==t&&(F.value=H.value.template),"Footer"==t&&(F.value=H.value.footer)}),{immediate:!0});const B=i(),z={template:"<h1>Hello {{name}}!</h1>",id:-1,name:"",description:"",collection:"",format:"A4",orientation:"portrait",header:"\x3c!-- Any content/styling here is seperated from the body on render--\x3e\n<style> \n #header, #footer { \n margin: 0 !important; \n padding: 0 !important; \n font-size: 9px; \n -webkit-print-color-adjust: exact;\n }\n</style>\n<div style='width:100%'>\n <span class='date'></span>\n <span class='title' style='float:right'></span>\n</div>",footer:"\x3c!-- Any content/styling here is seperated from the body on render--\x3e\n<style> \n #header, #footer { \n margin: 0 !important; \n padding: 0 !important; \n font-size: 9px; -webkit-print-color-adjust: exact;\n }\n</style>\n<div\n style=‘width:100%’>\n <div style=‘float:right’><span\n class='pageNumber'></span> / <span class='totalPages'></span>\n </div>\n</div>",input_type:"Fixed",input_fixed:'{"name": "World!"}',input_flow:"",input_flow_body:"{}"},H=d(structuredClone(z)),j=s(),$=b((()=>j.collections.filter((t=>"TTA_htmltemplates"!=t.collection)).map((t=>({text:t.name,value:t.collection}))))),V=new Ns;async function U(t=0){I.value="rendering";let e={};try{if("Flow"==H.value.input_type){const t=await B.post("/flows/trigger/"+H.value.input_flow,JSON.parse(H.value.input_flow_body));if("object"!=typeof t.data)throw new Error("Output of flow should be an object, not an "+typeof t.data);if("name"in t.data&&"code"in t.data&&"status"in t.data)throw new Error(JSON.stringify(t.data));e=t.data}else null==H.value.input_fixed&&(H.value.input_fixed="{}"),e=JSON.parse(H.value.input_fixed);if("html"==t||"code"==t){const i=(H.value.header||"")+(H.value.template||"")+(H.value.footer||""),s=new Blob(['<style>\n .date:before{content: "Date here";font-style: italic; }\n .title:before{content: "Title here";font-style: italic; }\n .pageNumber:before{content: "Pagenumber";font-style: italic; }\n .totalPages:before{content: "Total pages";font-style: italic; }\n </style>'+("code"==t?i:await V.render(V.parse(i),e))],{type:"text/html"});I.value=URL.createObjectURL(s)}else{const t=V.parse(H.value.header||""),i=V.parse(H.value.template),s=V.parse(H.value.footer||""),n=await V.render(t,e),a=await V.render(i,e),r=await V.render(s,e),o=await fetch("/tta/pdf?preview="+("pdf-preview"==P.value?"preview":""),{body:JSON.stringify({...H.value,input_fixed:void 0,input_flow:void 0,input_flow_body:void 0,input_type:void 0,id:void 0,header:n,html:a,footer:r,landscape:"portrait"!=H.value.orientation}),method:"POST",headers:{"Content-Type":"application/json"}}).then((t=>t.blob())).then((t=>URL.createObjectURL(t)));I.value=o}}catch(t){console.error(t),notificationStore.add({title:"Error while generating PDF",text:"Please check your console/terminal for the error.",type:"error",dialog:!0}),I.value="Error occurred: "+((null==t?void 0:t.message)||t)}}async function G(){const t=await B.get("/items/TTA_htmltemplates",{params:{limit:-1}});v.value=t.data.data}async function q(){-1==H.value.id?await B.post("/items/TTA_htmltemplates",{...H.value,id:void 0}):await B.patch("/items/TTA_htmltemplates/"+H.value.id,{...H.value,id:void 0}),E.value=!1,G()}function W({item:t}){H.value=t,k.value=!0}function X(){H.value=structuredClone(z),k.value=!1}function K(){H.value.template=et(H.value.template),H.value.footer=et(H.value.footer),H.value.header=et(H.value.header)}return y((()=>H.value.id),((t,e)=>{t!=e&&(M.value="",w((()=>{M.value="Body"})))})),y((()=>[H.value.header,H.value.template,H.value.footer,H.value.input_type,H.value.input_flow,H.value.input_fixed,P.value]),(()=>{["html","code"].includes(P.value)&&U(P.value)}),{deep:!0,immediate:!0}),x((async()=>{D.value=parseInt(localStorage.getItem("TTA-widthPartition")||"50"),G()})),y((()=>D.value),(t=>localStorage.setItem("TTA-widthPartition",t+""))),(t,e)=>{const i=a("v-icon"),s=a("v-button"),n=a("v-card-title"),d=a("v-input"),g=a("v-list-item-content"),b=a("v-list-item"),y=a("v-select"),w=a("v-list"),x=a("v-card-text"),B=a("v-card-actions"),z=a("v-card"),j=a("v-dialog"),V=a("VSelect"),G=a("v-slider"),Y=a("VButton"),Q=a("v-table"),J=a("private-view");return r(),o(J,{title:"Templates"},{navigation:l((()=>[h(Bs)])),actions:l((()=>[h(s,{rounded:"",icon:"",onClick:e[0]||(e[0]=t=>E.value=!0)},{default:l((()=>[h(i,{name:"add"})])),_:1}),h(j,{modelValue:E.value,"onUpdate:modelValue":e[7]||(e[7]=t=>E.value=t),persistent:!0},{default:l((()=>[h(z,null,{default:l((()=>[h(n,null,{default:l((()=>[p("Create a new HTML template")])),_:1}),h(x,null,{default:l((()=>[h(w,null,{default:l((()=>[h(b,null,{default:l((()=>[h(g,null,{default:l((()=>[Ws,h(d,{modelValue:H.value.name,"onUpdate:modelValue":e[1]||(e[1]=t=>H.value.name=t),placeholder:"Template name"},null,8,["modelValue"])])),_:1})])),_:1}),h(b,null,{default:l((()=>[h(g,null,{default:l((()=>[Xs,h(d,{modelValue:H.value.description,"onUpdate:modelValue":e[2]||(e[2]=t=>H.value.description=t),placeholder:"Description"},null,8,["modelValue"])])),_:1})])),_:1}),h(b,null,{default:l((()=>[h(g,null,{default:l((()=>[Ks,h(y,{modelValue:H.value.format,"onUpdate:modelValue":e[3]||(e[3]=t=>H.value.format=t),placeholder:"Size",items:["A1","A2","A3","A4","A5","A6","Letter","Legal","Tabloid","Ledger"].map((t=>({text:t,value:t})))},null,8,["modelValue","items"])])),_:1})])),_:1}),h(b,null,{default:l((()=>[h(g,null,{default:l((()=>[Ys,h(y,{modelValue:H.value.orientation,"onUpdate:modelValue":e[4]||(e[4]=t=>H.value.orientation=t),placeholder:"Orientation",items:["portrait","landscape"].map((t=>({text:t,value:t})))},null,8,["modelValue","items"])])),_:1})])),_:1}),h(b,null,{default:l((()=>[h(g,null,{default:l((()=>[Qs,h(y,{modelValue:H.value.collection,"onUpdate:modelValue":e[5]||(e[5]=t=>H.value.collection=t),items:A($),placeholder:"Collection"},null,8,["modelValue","items"])])),_:1})])),_:1})])),_:1})])),_:1}),h(B,null,{default:l((()=>[h(s,{secondary:"",onClick:e[6]||(e[6]=t=>E.value=!1)},{default:l((()=>[p(" Cancel ")])),_:1}),h(s,{disabled:!H.value.collection||!H.value.name||!H.value.format,onClick:q},{default:l((()=>[p(" Save ")])),_:1},8,["disabled"])])),_:1})])),_:1})])),_:1},8,["modelValue"])])),default:l((()=>[k.value?(r(),u("div",Js,[f("div",Zs,[f("div",{onClick:e[8]||(e[8]=t=>E.value=!0),class:"TTA-template-title"},[p(_(H.value.name)+" ",1),h(i,{name:"edit"})]),f("div",tn,[h(V,{modelValue:P.value,"onUpdate:modelValue":e[9]||(e[9]=t=>P.value=t),items:[{text:"HTML",value:"html"},{text:"PDF (Preview)",value:"pdf-preview"},{text:"PDF",value:"pdf"},{text:"Code",value:"code"}],style:{width:"170px"}},null,8,["modelValue","items"]),h(Vs,{text:"This is helpful info."}),f("div",{class:"TTA-action",onClick:K},[h(i,{name:"vertical_align_center"})]),f("div",{class:"TTA-action",onClick:q},[h(i,{name:"save"})]),f("div",en,[h(G,{modelValue:D.value,"onUpdate:modelValue":e[10]||(e[10]=t=>D.value=t),min:10,max:90,class:"TTA-slider"},null,8,["modelValue"])]),f("div",sn,[h(i,{name:"close",onClick:X})])])]),f("div",nn,[f("div",{style:S("width: "+A(L)+"%"),class:"TTA-editor-wrapper"},["Development"==M.value?(r(),u(T,{key:0},[f("div",an,[rn,h(y,{modelValue:H.value.input_type,"onUpdate:modelValue":e[11]||(e[11]=t=>H.value.input_type=t),class:"max-w-input",items:[{value:"Flow",text:"Flow"},{value:"Fixed",text:"Fixed"}]},null,8,["modelValue"]),"Flow"==H.value.input_type?(r(),o(y,{key:0,modelValue:H.value.input_flow,"onUpdate:modelValue":e[12]||(e[12]=t=>H.value.input_flow=t),class:"max-w-input",items:A(m)},null,8,["modelValue","items"])):c("v-if",!0)]),"Fixed"==H.value.input_type?(r(),o(C("interface-input-code"),{key:0,class:"TTA-editor",value:H.value.input_fixed,language:"json",onInput:N},null,40,["value"])):c("v-if",!0),"Flow"==H.value.input_type?(r(),o(C("interface-input-code"),{key:1,class:"TTA-editor",value:H.value.input_flow_body,language:"json",onInput:N},null,40,["value"])):c("v-if",!0)],64)):c("v-if",!0),"Development"!=M.value?(r(),o(C("interface-input-code"),{key:1,class:"TTA-editor",value:F.value,language:"htmlmixed",onInput:O},null,40,["value"])):c("v-if",!0),f("div",on,[h(y,{modelValue:M.value,"onUpdate:modelValue":e[13]||(e[13]=t=>M.value=t),items:[{value:"Header",text:"Header"},{value:"Body",text:"Body"},{value:"Footer",text:"Footer"},{value:"Development",text:"Test input"}]},null,8,["modelValue"])])],4),f("iframe",{class:"TTA-preview",src:"rendering"==I.value?void 0:I.value,srcDoc:"rendering"==I.value?A('\n <html>\n <head>\n <style>\n body {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100vh;\n margin: 0;\n font-family: sans-serif;\n background: #f9f9f9;\n }\n .spinner {\n display: flex;\n flex-direction: column;\n align-items: center;\n }\n .loader {\n border: 6px solid #f3f3f3;\n border-top: 6px solid #3498db;\n border-radius: 50%;\n width: 40px;\n height: 40px;\n animation: spin 1s linear infinite;\n margin-bottom: 10px;\n }\n @keyframes spin {\n 0% { transform: rotate(0deg); }\n 100% { transform: rotate(360deg); }\n }\n </style>\n </head>\n <body>\n <div class="spinner">\n <div class="loader"></div>\n <div>Loading...</div>\n </div>\n </body>\n </html>'):void 0,style:S("width: "+A(R)+"%")},null,12,ln),P.value.startsWith("pdf")?(r(),o(Y,{key:0,onClick:e[14]||(e[14]=t=>{U("pdf")}),icon:!0,outlined:!1,id:"generatePDF"},{default:l((()=>[h(i,{name:"refresh"})])),_:1})):c("v-if",!0)])])):c("v-if",!0),h(Q,{headers:[{text:"Name",value:"name"},{text:"Description",value:"description"},{text:"Collection",value:"collection"},{text:"Format",value:"format"}],"onClick:row":W,items:v.value},null,8,["items"])])),_:1})}}});qs("\n.TTA-popup {\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n z-index: 100;\n display: flex;\n flex-direction: column;\n background-color: var(--background-subdued);\n}\n.TTA-toolbar {\n background-color: var(--background-subdued);\n display: flex;\n justify-content: space-between;\n}\n.TTA-toolbar .right-side {\n display: flex;\n align-items: center;\n gap: 5px;\n}\n.TTA-toolbar .TTA-slider {\n padding-top: 5px;\n}\n.TTA-toolbar .TTA-action {\n padding: 5px;\n cursor: pointer;\n}\n.TTA-toolbar .setwidth {\n display: flex;\n gap: 10px;\n padding-top: 6px;\n}\n.TTA-toolbar .TTA-template-title {\n margin: auto 0;\n font-size: 18px;\n cursor: pointer;\n padding-right: 5px;\n padding-left: 20px;\n border-bottom: 1px solid var(--v-list-item-border-color);\n}\n.TTA-toolbar .TTA-template-title i {\n padding-left: 5px;\n}\n.TTA-wapper {\n display: flex;\n flex-grow: 1;\n overflow: hidden;\n position: relative;\n}\n.TTA-preview {\n flex-grow: 1;\n background-color: white;\n border: 0;\n}\n.TTA-editor {\n flex-grow: 1;\n height: 100%;\n width: 100%;\n max-height: calc(100vh - 130px);\n}\n.TTA-wapper .TTA-editor-wrapper {\n position: relative;\n}\n.TTA-editor > div {\n height: 100% !important;\n border-radius: 0 !important;\n}\n.TTA-editor .CodeMirror {\n height: 100%;\n}\n.TTA-wapper #partSelect {\n position: absolute;\n right: 0;\n top: 0;\n width: 200px;\n}\n.devFields {\n border-top: var(--theme--border-width) solid\n var(--theme--form--field--input--border-color);\n margin-left: 25px;\n margin-bottom: 10px;\n}\n.max-w-input {\n max-width: 250px;\n padding: 10px 0;\n}\n.max-w-input .v-input {\n max-width: 250px;\n margin-bottom: 5px;\n}\n#generatePDF {\n position: fixed;\n top: 69px;\n right: 10px;\n}\n",{}),hn.__file="settingsmodule/src/templates.vue";const cn=t=>(g("data-v-014dce90"),t=t(),m(),t),dn={class:"px-5"},un=cn((()=>f("span",{class:"field-name"},"RapidAPI token",-1)));var pn=v({__name:"settings",setup(t){const e=d(""),s=d(!1),n=i(),c=d([]);async function g(){s.value=!0,await n.patch("/settings",{TTA_KEY:e.value}),setTimeout((()=>{s.value=!1}),500)}return x((async()=>{const t=await n.get("/settings");e.value=t.data.data.TTA_KEY;const i=await n.get("/folders");c.value=i.data.data.map((t=>({text:t.name,value:t.id})))})),(t,i)=>{const n=a("v-card-title"),c=a("v-input"),d=a("v-card-text"),m=a("v-icon"),v=a("v-button"),b=a("v-progress-circular"),y=a("v-card-actions"),w=a("v-card"),x=a("private-view");return r(),o(x,{title:"Settings"},{navigation:l((()=>[h(Bs)])),default:l((()=>[f("div",dn,[h(w,{class:"w-full"},{default:l((()=>[h(n,null,{default:l((()=>[p("API settings")])),_:1}),h(d,{class:"fields-spacing"},{default:l((()=>[f("div",null,[un,h(c,{modelValue:e.value,"onUpdate:modelValue":i[0]||(i[0]=t=>e.value=t)},null,8,["modelValue"])])])),_:1}),h(y,null,{default:l((()=>[h(v,{href:"https://rapidapi.com/Attacler/api/text-to-anything",target:"_blank"},{default:l((()=>[h(m,{name:"open_in_new"}),p(" Get RapidAPI token ")])),_:1}),h(v,{onClick:g,disabled:s.value},{default:l((()=>[s.value?(r(),o(b,{key:1,small:!0,indeterminate:""})):(r(),u(T,{key:0},[p(" Save ")],64))])),_:1},8,["disabled"])])),_:1})])),_:1})])])),_:1})}}});qs("\n.w-full[data-v-014dce90] {\n width: 100%;\n}\n.px-5[data-v-014dce90] {\n padding: 0 2.5rem;\n}\n.fields-spacing[data-v-014dce90] {\n display: flex;\n flex-direction: column;\n gap: 10px;\n}\n",{}),pn.__scopeId="data-v-014dce90",pn.__file="settingsmodule/src/settings.vue";var gn=v({__name:"usage",setup:t=>(t,e)=>{const i=a("private-view");return r(),o(i,{title:"Usage"},{navigation:l((()=>[h(Bs)])),default:l((()=>[p(" Comming soon! ")])),_:1})}});gn.__file="settingsmodule/src/usage.vue";var mn=s({id:"tta_settings",name:"Text to anything settings",icon:"text_fields",routes:[{path:"",redirect:"/tta_settings/templates"},{path:"templates",component:hn},{path:"settings",component:pn},{path:"usage",component:gn}]}),fn=v({__name:"interface",props:["value"],emits:["input"],setup(t,{emit:e}){const i=t,s=E("api"),n=d(""),l=d([]);return x((async()=>{n.value=i.value,y((()=>n.value),((t,i)=>{t!=i&&e("input",t)}));const t=await s.get("/items/TTA_htmltemplates");l.value=t.data.data.map((t=>({text:t.name,value:t.id})))})),(t,e)=>{const i=a("v-select");return r(),o(i,{modelValue:n.value,"onUpdate:modelValue":e[0]||(e[0]=t=>n.value=t),items:l.value},null,8,["modelValue","items"])}}});fn.__file="pdf/PDFTemplateSelector/src/interface.vue";var vn=n({id:"TTA-pdf-template-selector",name:"PDF template selector",icon:"picture_as_pdf",description:"Selector for a PDF template for Text To Anything",component:fn,options:null,types:["string"]}),bn=v({__name:"interface",props:{label:{type:String,required:!0},flow:{type:null,required:!0},primaryKey:{type:null,required:!0}},setup(t){const e=t,s=i(),n=d(!1);async function h(){n.value=!0;try{const t=await s.post("/flows/trigger/"+e.flow,{id:e.primaryKey});window.open("/assets/"+t.data,"_blank")}catch(t){}n.value=!1}return(t,i)=>{const s=a("v-button");return r(),o(s,{onClick:h,loading:n.value,disabled:n.value},{default:l((()=>[p(_(e.label),1)])),_:1},8,["loading","disabled"])}}});bn.__file="pdf/GeneratePDFFromTemplateInterface/src/interface.vue";var yn=n({id:"tta-download-interface",name:"Download interface",icon:"sim_card_download",description:"Download files based on a flow. (Text to anything)",hideLabel:!0,hideLoader:!0,component:bn,options:()=>{const{useFlowsStore:t}=e(),i=t();return[{field:"label",type:"string",name:"$t:label",meta:{width:"full",interface:"system-input-translated-string",options:{placeholder:"$t:label"}}},{field:"flow",name:"$t:operations.trigger.flow",type:"string",meta:{width:"full",interface:"select-dropdown",options:{choices:b((()=>i.flows.filter((t=>"webhook"===t.trigger&&"POST"==t.options.method)).map((t=>({text:t.name,value:t.id}))))),iconRight:"bolt",placeholder:"$t:a_flow_uuid"}}}]},types:["string"]});
|
|
1
|
+
import{defineOperationApp as t,useStores as e,useApi as i,defineModule as s,defineInterface as n}from"@directus/extensions-sdk";import*as a from"vue";import{resolveComponent as r,openBlock as o,createBlock as l,withCtx as h,createVNode as c,createCommentVNode as d,ref as u,createElementBlock as p,createTextVNode as g,pushScopeId as f,popScopeId as m,createElementVNode as v,defineComponent as b,computed as y,watch as w,nextTick as x,onMounted as A,unref as _,toDisplayString as S,normalizeStyle as T,Fragment as k,resolveDynamicComponent as C,createSlots as E,resolveDirective as M,renderList as P,normalizeClass as D,withDirectives as I,inject as R,onBeforeUnmount as L,withModifiers as F,reactive as N,onUnmounted as O,Teleport as B,renderSlot as z}from"vue";var j=t({id:"ttabarcode",name:"TTA generate barcode",icon:"barcode",description:"Generate a barcode trough Text to anything!",overview:({barcodeContent:t})=>[{label:"barcode content",text:t}],options:[{field:"barcodeContent",name:"content",type:"string",meta:{width:"full",interface:"input"}},{field:"barcodeType",name:"type",type:"dropdown",meta:{interface:"select-dropdown",options:{choices:["auspost","azteccode","azteccodecompact","aztecrune","bc412","channelcode","codablockf","code11","code128","code16k","code2of5","code32","code39","code39ext","code49","code93","code93ext","codeone","coop2of5","daft","databarexpanded","databarexpandedcomposite","databarexpandedstacked","databarexpandedstackedcomposite","databarlimited","databarlimitedcomposite","databaromni","databaromnicomposite","databarstacked","databarstackedcomposite","databarstackedomni","databarstackedomnicomposite","databartruncated","databartruncatedcomposite","datalogic2of5","datamatrix","datamatrixrectangular","datamatrixrectangularextension","dotcode","ean13","ean13composite","ean14","ean2","ean5","ean8","ean8composite","flattermarken","gs1-128","gs1-128composite","gs1-cc","gs1datamatrix","gs1datamatrixrectangular","gs1dldatamatrix","gs1dlqrcode","gs1dotcode","gs1northamericancoupon","gs1qrcode","hanxin","hibcazteccode","hibccodablockf","hibccode128","hibccode39","hibcdatamatrix","hibcdatamatrixrectangular","hibcmicropdf417","hibcpdf417","hibcqrcode","iata2of5","identcode","industrial2of5","interleaved2of5","isbn","ismn","issn","itf14","japanpost","kix","leitcode","mailmark","mands","matrix2of5","maxicode","micropdf417","microqrcode","msi","onecode","pdf417","pdf417compact","pharmacode","pharmacode2","planet","plessey","posicode","postnet","pzn","qrcode","rationalizedCodabar","raw","rectangularmicroqrcode","royalmail","sscc18","swissqrcode","symbol","telepen","telepennumeric","ultracode","upca","upcacomposite","upce","upcecomposite"].map((t=>({text:t,value:t})))}}},{field:"scale",name:"scale",type:"number",meta:{width:"full",interface:"input"}},{field:"height",name:"height",type:"number",meta:{width:"full",interface:"input"}},{field:"includetext",name:"include text",type:"boolean",meta:{width:"full",interface:"boolean"}}]}),V=t({id:"ttapdf",name:"TTA generate PDF",icon:"picture_as_pdf",description:"Generate a PDF trough Text to anything!",overview:({filename:t})=>[{label:"File name",text:t}],options:[{field:"filename",name:"File name",type:"string",meta:{width:"full",interface:"input"}},{field:"pdfoptions",name:"Options",type:"json",meta:{width:"full",interface:"input-code",options:{language:"json",placeholder:JSON.stringify({html:"<h1>Hello world!</h1>",format:"A4",landscape:!1,margin:10,marginRight:5,marginLeft:5},null,2),template:JSON.stringify({html:"<h1>Hello world!</h1>",format:"A4",landscape:!1,margin:10,marginRight:5,marginLeft:5},null,2)}}}]}),H=t({id:"ttapdftemplate",name:"TTA generate PDF from template",icon:"picture_as_pdf",description:"Generate a PDF based on a template trough Text to anything!",overview:({filename:t})=>[{label:"File name",text:t}],options:[{field:"filename",name:"File name",type:"string",meta:{width:"full",interface:"input"}},{field:"template",name:"Template",type:"string",meta:{interface:"TTA-pdf-template-selector",options:{}}},{field:"templatevariables",name:"Template variables",type:"json",meta:{width:"full",interface:"input-code",options:{language:"json"}}}]}),$=t({id:"ttaqrcode",name:"TTA generate QRcode",icon:"qr_code",description:"Generate a QRcode trough Text to anything!",overview:({content:t})=>[{label:"QRCode content",text:t}],options:[{field:"content",name:"QRCode content",type:"string",meta:{width:"full",interface:"input"}},{field:"lightColor",name:"Light color",type:"string",meta:{width:"full",interface:"input"}},{field:"darkColor",name:"Dark color",type:"string",meta:{width:"full",interface:"input"}},{field:"margin",name:"Margin",type:"integer",meta:{width:"half",interface:"input"}},{field:"width",name:"Width",type:"integer",meta:{width:"half",interface:"input"}}]});const U=String.raw`[A-Za-z][^/\s>]*`,G=String.raw`\B"(?:\\[^<>\n]|[^\\"<>\n])*"(?!\w)`,q=String.raw`\B'(?:\\[^<>\n]|[^\\'<>\n])*'(?!\w)`,W=String.raw`${G}|${q}`,K=String.raw`"(?<quotedAttrValue>[^"]*)"`,X=String.raw`'(?<singleQuotedAttrValue>[^']*)'`,Y=String.raw`(?<unquotedAttrValue>[^\s"'\`=<>]+)`,Q=String.raw`[^=\s>/"']+(?=[=>\s]|$)`,J=String.raw`${K}|${X}|${Y}`,Z=String.raw`(?<attrName>${Q})(?:\s*=\s*(?:${J}))?`,tt=String.raw`${W}|[^\s>]*[^\s>/]|[^\s>]*/(?!\s*>)`,et=String.raw`(?<attrSpace>\s*)(?:${Z}|(?<attrText>${tt}))`,it={comment:String.raw`<!--.*?-->`,dtd:String.raw`<![^>]+>`,startTag:String.raw`<(?<startTagName>${U})(?<attrs>(?:${et})*)\s*(?<closingSlash>/?)\s*>`,endTag:String.raw`</(?<endTagName>${U})\s*>`,space:String.raw`\s+`,text:String.raw`[^<\s"']+|${W}|['"]`,wildcard:String.raw`.`},st=Object.entries(it).map((([t,e])=>`(?<${t}>${e})`)).join("|");const nt=new Set(["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"]);function at(t,e=" ",i=80){const s=new RegExp(st,"gys"),n=new RegExp(et,"gy"),a=[];let r=null,o=0,l=0,h="",c=0,d="";const u=()=>{if(d&&"\n"!=d){const t=h.indexOf("\n"),e=-1==t?h.length:t;l+d.length+e>i&&(d="\n")}const t="\n"==d&&h?e.repeat(c):"",s=`${d}${t}${h}`;if(s){const t=s.lastIndexOf("\n");-1==t?l+=s.length:l=s.length-t-1,a.push(s)}h=d=""},p=(...t)=>{for(const e of t)!r&&/^\s+$/.test(e)?(u(),d=e):(h||(c=o),h+=e)};for(const e of function*(t,e){let i,{lastIndex:s}=t;for(;i=t.exec(e);)yield i,({lastIndex:s}=t);if(s!=e.length)throw new Error("Failed to parse string")}(s,t)){if(at.__strict&&e.groups.wildcard)throw new Error("Unexpected wildcard");if(e.groups.endTag){const t=e.groups.endTagName.toLowerCase();t==r&&(r=null),r||(--o,p(`</${t}>`))}if(r)p(e[0]);else if(e.groups.space)p(...e[0].match(/\n/g)?.slice(0,2)??[" "]);else if(e.groups.comment||e.groups.dtd||e.groups.text||e.groups.wildcard)p(e[0]);else if(e.groups.startTag){const t=e.groups.startTagName.toLowerCase();if(p(`<${t}`),++o,e.groups.attrs){let t,i,{lastIndex:s}=n;for(;t=n.exec(e.groups.attrs);){if(({lastIndex:s}=n),at.__strict&&t.groups.attrText)throw new Error("Unexpected attr text");t.groups.attrText?(t.groups.attrSpace&&p(/\n/.test(t.groups.attrSpace)?"\n":" "),p(t.groups.attrText)):(!t.groups.attrSpace&&i?.groups.attrText||p(/\n/.test(t.groups.attrSpace)?"\n":" "),p(`${t.groups.attrName}${t.groups.quotedAttrValue?`="${t.groups.quotedAttrValue}"`:t.groups.singleQuotedAttrValue?`='${t.groups.singleQuotedAttrValue}'`:t.groups.unquotedAttrValue?`=${t.groups.unquotedAttrValue}`:""}`)),i=t}if(s!=e.groups.attrs.length)throw new Error("Failed to parse attributes")}const i=Boolean(e.groups.closingSlash);p(i?" />":">"),i||nt.has(t)?--o:["pre","textarea","script","style"].includes(t)&&(r=t)}}u();let g=!1;for(;/^\s+$/.test(a[a.length-1]);){const t=a.pop();/\n/.test(t)&&(g=!0)}return g&&a.push("\n"),a.join("")}at.default=at;var rt=at;class ot{constructor(t,e,i,s,n){this.kind=t,this.input=e,this.begin=i,this.end=s,this.file=n}getText(){return this.input.slice(this.begin,this.end)}getPosition(){let[t,e]=[1,1];for(let i=0;i<this.begin;i++)"\n"===this.input[i]?(t++,e=1):e++;return[t,e]}size(){return this.end-this.begin}}class lt{liquidMethodMissing(t){}}const ht=Object.prototype.toString,ct=String.prototype.toLowerCase,dt=Object.hasOwnProperty;function ut(t){return"string"==typeof t}function pt(t){return"function"==typeof t}function gt(t){return t&&pt(t.then)}function ft(t){return t&&pt(t.next)&&pt(t.throw)&&pt(t.return)}function mt(t){return ut(t=yt(t))?t:_t(t)?"":St(t)?t.map((t=>mt(t))).join(""):String(t)}function vt(t){return St(t=yt(t))?t:ut(t)&&t.length>0?[t]:Et(e=t)&&Symbol.iterator in e?Array.from(t):Et(t)?Object.keys(t).map((e=>[e,t[e]])):[];var e}function bt(t){return _t(t=yt(t))?[]:St(t)?t:[t]}function yt(t){return t instanceof lt&&pt(t.valueOf)?t.valueOf():t}function wt(t){return t=Number(t),isNaN(t)?0:t}function xt(t){return"number"==typeof t}function At(t){return t&&pt(t.toLiquid)?At(t.toLiquid()):t}function _t(t){return null==t}function St(t){return"[object Array]"===ht.call(t)}function Tt(t){return t&&xt(t.length)}function kt(t,e){t=t||{};for(const i in t)if(dt.call(t,i)&&!1===e(t[i],i,t))break;return t}function Ct(t){return t[t.length-1]}function Et(t){const e=typeof t;return null!==t&&("object"===e||"function"===e)}function Mt(t,e,i=1){const s=[];for(let n=t;n<e;n+=i)s.push(n);return s}function Pt(t,e,i=" "){return Dt(t,e,i,((t,e)=>e+t))}function Dt(t,e,i,s){let n=e-(t=String(t)).length;for(;n-- >0;)t=s(t,i);return t}function It(t){return t}function Rt(t,e){return null==t&&null==e?0:null==t?1:null==e||(t=ct.call(t))<(e=ct.call(e))?-1:t>e?1:0}function Lt(t){return function(...e){return t.call(this,...e.map(yt))}}function Ft(t){return t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}function*Nt(t){const e=new Set;for(const i of t){const t=JSON.stringify(i);e.has(t)||(e.add(t),yield i)}}const Ot="__liquidClass__";class Bt extends Error{constructor(t,e){super("string"==typeof t?t:t.message),this.context="","string"!=typeof t&&Object.defineProperty(this,"originalError",{value:t,enumerable:!1}),Object.defineProperty(this,"token",{value:e,enumerable:!1}),Object.defineProperty(this,Ot,{value:"LiquidError",enumerable:!1})}update(){Object.defineProperty(this,"context",{value:qt(this.token),enumerable:!1}),this.message=function(t,e){e.file&&(t+=`, file:${e.file}`);const[i,s]=e.getPosition();return t+=`, line:${i}, col:${s}`}(this.message,this.token),this.stack=this.message+"\n"+this.context+"\n"+this.stack,this.originalError&&(this.stack+="\nFrom "+this.originalError.stack)}static is(t){return"LiquidError"===(null==t?void 0:t[Ot])}}class zt extends Bt{constructor(t,e){super(t,e),this.name="TokenizationError",super.update()}}class jt extends Bt{constructor(t,e){super(t,e),this.name="ParseError",this.message=t.message,super.update()}}class Vt extends Bt{constructor(t,e){super(t,e.token),this.name="RenderError",this.message=t.message,super.update()}static is(t){return"RenderError"===t.name}}class Ht extends Bt{constructor(t){super(t[0],t[0].token),this.errors=t,this.name="LiquidErrors";const e=t.length>1?"s":"";this.message=`${t.length} error${e} found`,super.update()}static is(t){return"LiquidErrors"===t.name}}class $t extends Bt{constructor(t,e){super(t,e),this.name="UndefinedVariableError",this.message=t.message,super.update()}}class Ut extends Error{constructor(t){super(`undefined variable: ${t}`),this.name="InternalUndefinedVariableError",this.variableName=t}}class Gt extends Error{constructor(t){super(t),this.name="AssertionError",this.message=t+""}}function qt(t){const[e,i]=t.getPosition(),s=t.input.split("\n"),n=Math.max(e-2,1),a=Math.min(e+3,s.length);return Mt(n,a+1).map((t=>{let n=`${t===e?">> ":" "}${Pt(String(t),String(a).length)}| `;const r=t===e?"\n"+Pt("^",i+n.length):"";return n+=s[t-1],n+=r,n})).join("\n")}const Wt=[0,0,0,0,0,0,0,0,0,20,4,4,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,2,8,0,0,0,0,8,0,0,0,64,0,65,0,0,33,33,33,33,33,33,33,33,33,33,0,0,2,2,2,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0];function Kt(t){const e=t.charCodeAt(0);return e>=128?!Wt[e]:!!(1&Wt[e])}function Xt(t,e){if(!t){const i="function"==typeof e?e():e||`expect ${t} to be true`;throw new Gt(i)}}function Yt(t,e=`unexpected ${JSON.stringify(t)}`){Xt(!t,e)}Wt[160]=Wt[5760]=Wt[6158]=Wt[8192]=Wt[8193]=Wt[8194]=Wt[8195]=Wt[8196]=Wt[8197]=Wt[8198]=Wt[8199]=Wt[8200]=Wt[8201]=Wt[8202]=Wt[8232]=Wt[8233]=Wt[8239]=Wt[8287]=Wt[12288]=4,Wt[8220]=Wt[8221]=128;class Qt extends lt{equals(t){return!(t instanceof Qt)&&(ut(t=yt(t))||St(t)?0===t.length:!!Et(t)&&0===Object.keys(t).length)}gt(){return!1}geq(){return!1}lt(){return!1}leq(){return!1}valueOf(){return""}static is(t){return t instanceof Qt}}class Jt extends Qt{equals(t){return!1===t||(!!_t(yt(t))||(ut(t)?/^\s*$/.test(t):super.equals(t)))}static is(t){return t instanceof Jt}}class Zt extends lt{constructor(t,e,i){super(),this.i=0,this.length=t,this.name=`${i}-${e}`}next(){this.i++}index0(){return this.i}index(){return this.i+1}first(){return 0===this.i}last(){return this.i===this.length-1}rindex(){return this.length-this.i}rindex0(){return this.length-this.i-1}valueOf(){return JSON.stringify(this)}}class te extends lt{constructor(t=()=>""){super(),this.superBlockRender=t}super(){return this.superBlockRender()}}function ee(t){return t&&pt(t.equals)&&pt(t.gt)&&pt(t.geq)&&pt(t.lt)&&pt(t.leq)}const ie=new class extends lt{equals(t){return _t(yt(t))}gt(){return!1}geq(){return!1}lt(){return!1}leq(){return!1}valueOf(){return null}},se={true:!0,false:!1,nil:ie,null:ie,empty:new Qt,blank:new Jt};function ne(t){const e={};for(const[i,s]of Object.entries(t)){let t=e;for(let e=0;e<i.length;e++){const s=i[e];t[s]=t[s]||{},e===i.length-1&&Kt(i[e])&&(t[s].needBoundary=!0),t=t[s]}t.data=s,t.end=!0}return e}var ae=function(){return ae=Object.assign||function(t){for(var e,i=1,s=arguments.length;i<s;i++)for(var n in e=arguments[i])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t},ae.apply(this,arguments)};function re(t,e,i,s){return new(i||(i=Promise))((function(n,a){function r(t){try{l(s.next(t))}catch(t){a(t)}}function o(t){try{l(s.throw(t))}catch(t){a(t)}}function l(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,o)}l((s=s.apply(t,e||[])).next())}))}function oe(t){return re(this,void 0,void 0,(function*(){if(!ft(t))return t;let e,i=!1,s="next";do{const n=t[s](e);i=n.done,e=n.value,s="next";try{ft(e)&&(e=oe(e)),gt(e)&&(e=yield e)}catch(t){s="throw",e=t}}while(!i);return e}))}function le(t){if(!ft(t))return t;let e,i=!1,s="next";do{const n=t[s](e);if(i=n.done,e=n.value,s="next",ft(e))try{e=le(e)}catch(t){s="throw",e=t}}while(!i);return e}const he=/%([-_0^#:]+)?(\d+)?([EO])?(.)/;function ce(t){const e=function(t){const e=t.getFullYear();return!(3&e||!(e%100||e%400==0&&e))}(t)?29:28;return[31,e,31,30,31,30,31,31,30,31,30,31]}function de(t){let e=0;for(let i=0;i<t.getMonth();++i)e+=ce(t)[i];return e+t.getDate()}function ue(t,e){const i=de(t)+(e-t.getDay()),s=7-new Date(t.getFullYear(),0,1).getDay()+e;return String(Math.floor((i-s)/7)+1)}const pe={d:2,e:2,H:2,I:2,j:3,k:2,l:2,L:3,m:2,M:2,S:2,U:2,W:2},ge=new Set("aAbBceklpP");function fe(t,e){const i=Math.abs(t.getTimezoneOffset()),s=Math.floor(i/60),n=i%60;return(t.getTimezoneOffset()>0?"-":"+")+Pt(s,2,"0")+(e.flags[":"]?":":"")+Pt(n,2,"0")}const me={a:t=>t.getShortWeekdayName(),A:t=>t.getLongWeekdayName(),b:t=>t.getShortMonthName(),B:t=>t.getLongMonthName(),c:t=>t.toLocaleString(),C:t=>function(t){return parseInt(t.getFullYear().toString().substring(0,2),10)}(t),d:t=>t.getDate(),e:t=>t.getDate(),H:t=>t.getHours(),I:t=>String(t.getHours()%12||12),j:t=>de(t),k:t=>t.getHours(),l:t=>String(t.getHours()%12||12),L:t=>t.getMilliseconds(),m:t=>t.getMonth()+1,M:t=>t.getMinutes(),N:(t,e)=>{const i=Number(e.width)||9;return function(t,e,i=" "){return Dt(t,e,i,((t,e)=>t+e))}(String(t.getMilliseconds()).slice(0,i),i,"0")},p:t=>t.getHours()<12?"AM":"PM",P:t=>t.getHours()<12?"am":"pm",q:t=>function(t){const e=t.getDate();if([11,12,13].includes(e))return"th";switch(e%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}}(t),s:t=>Math.round(t.getTime()/1e3),S:t=>t.getSeconds(),u:t=>t.getDay()||7,U:t=>ue(t,0),w:t=>t.getDay(),W:t=>ue(t,1),x:t=>t.toLocaleDateString(),X:t=>t.toLocaleTimeString(),y:t=>t.getFullYear().toString().slice(2,4),Y:t=>t.getFullYear(),z:fe,Z:(t,e)=>t.getTimeZoneName()||fe(t,e),t:()=>"\t",n:()=>"\n","%":()=>"%"};function ve(t,e){let i,s="",n=e;for(;i=he.exec(n);)s+=n.slice(0,i.index),n=n.slice(i.index+i[0].length),s+=be(t,i);return s+n}function be(t,e){const[i,s="",n,a,r]=e,o=me[r];if(!o)return i;const l={};for(const t of s)l[t]=!0;let h=String(o(t,{flags:l,width:n,modifier:a})),c=ge.has(r)?" ":"0",d=n||pe[r]||0;var u;return l["^"]?h=h.toUpperCase():l["#"]&&(u=h,h=[...u].some((t=>t>="a"&&t<="z"))?u.toUpperCase():u.toLowerCase()),l._?c=" ":l[0]&&(c="0"),l["-"]&&(d=0),Pt(h,d,c)}function ye(){return"undefined"!=typeof Intl?Intl.DateTimeFormat:void 0}me.h=me.b;const we=/([zZ]|([+-])(\d{2}):?(\d{2}))$/,xe=["January","February","March","April","May","June","July","August","September","October","November","December"],Ae=xe.map((t=>t.slice(0,3))),_e=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],Se=_e.map((t=>t.slice(0,3)));class Te{constructor(t,e,i){this.locale=e,this.DateTimeFormat=ye(),this.date=new Date(t),this.timezoneFixed=void 0!==i,void 0===i&&(i=this.date.getTimezoneOffset()),this.timezoneOffset=ut(i)?Te.getTimezoneOffset(i,this.date):i,this.timezoneName=ut(i)?i:"";const s=6e4*(this.date.getTimezoneOffset()-this.timezoneOffset),n=this.date.getTime()+s;this.displayDate=new Date(n)}getTime(){return this.displayDate.getTime()}getMilliseconds(){return this.displayDate.getMilliseconds()}getSeconds(){return this.displayDate.getSeconds()}getMinutes(){return this.displayDate.getMinutes()}getHours(){return this.displayDate.getHours()}getDay(){return this.displayDate.getDay()}getDate(){return this.displayDate.getDate()}getMonth(){return this.displayDate.getMonth()}getFullYear(){return this.displayDate.getFullYear()}toLocaleString(t,e){return(null==e?void 0:e.timeZone)?this.date.toLocaleString(t,e):this.displayDate.toLocaleString(t,e)}toLocaleTimeString(t){return this.displayDate.toLocaleTimeString(t)}toLocaleDateString(t){return this.displayDate.toLocaleDateString(t)}getTimezoneOffset(){return this.timezoneOffset}getTimeZoneName(){return this.timezoneFixed?this.timezoneName:this.DateTimeFormat?this.DateTimeFormat().resolvedOptions().timeZone:void 0}getLongMonthName(){var t;return null!==(t=this.format({month:"long"}))&&void 0!==t?t:xe[this.getMonth()]}getShortMonthName(){var t;return null!==(t=this.format({month:"short"}))&&void 0!==t?t:Ae[this.getMonth()]}getLongWeekdayName(){var t;return null!==(t=this.format({weekday:"long"}))&&void 0!==t?t:_e[this.displayDate.getDay()]}getShortWeekdayName(){var t;return null!==(t=this.format({weekday:"short"}))&&void 0!==t?t:Se[this.displayDate.getDay()]}valid(){return!isNaN(this.getTime())}format(t){return this.DateTimeFormat&&this.DateTimeFormat(this.locale,t).format(this.displayDate)}static createDateFixedToTimezone(t,e){const i=t.match(we);if(i&&"Z"===i[1])return new Te(+new Date(t),e,0);if(i&&i[2]&&i[3]&&i[4]){const[,,s,n,a]=i,r=("+"===s?-1:1)*(60*parseInt(n,10)+parseInt(a,10));return new Te(+new Date(t),e,r)}return new Te(t,e)}static getTimezoneOffset(t,e){const i=e.toLocaleString("en-US",{timeZone:t}),s=e.toLocaleString("en-US",{timeZone:"UTC"}),n=new Date(i);return(+new Date(s)-+n)/6e4}}class ke{constructor(t,e){this.base=0,this.message=`${t} limit exceeded`,this.limit=e}use(t){t=wt(t),Xt(this.base+t<=this.limit,this.message),this.base+=t}check(t){Xt((t=wt(t))<=this.limit,this.message)}}class Ce extends ot{constructor(t,[e,i],s,n,a,r,o,l){super(t,s,n,a,l),this.trimLeft=!1,this.trimRight=!1;const h="-"===s[e],c="-"===s[i-1];let d=h?e+1:e,u=c?i-1:i;for(;d<u&&4&Wt[s.charCodeAt(d)];)d++;for(;u>d&&4&Wt[s.charCodeAt(u-1)];)u--;this.contentRange=[d,u],this.trimLeft=h||r,this.trimRight=c||o}get content(){return this.input.slice(this.contentRange[0],this.contentRange[1])}}class Ee extends Ce{constructor(t,e,i,s,n){const{trimTagLeft:a,trimTagRight:r,tagDelimiterLeft:o,tagDelimiterRight:l}=s,[h,c]=[e+o.length,i-l.length];super(Wi.Tag,[h,c],t,e,i,a,r,n),this.tokenizer=new Si(t,s.operators,n,this.contentRange),this.name=this.tokenizer.readTagName(),this.tokenizer.assert(this.name,"illegal tag syntax, tag name expected"),this.tokenizer.skipBlank()}get args(){return this.tokenizer.input.slice(this.tokenizer.p,this.contentRange[1])}}class Me extends Ce{constructor(t,e,i,s,n){const{trimOutputLeft:a,trimOutputRight:r,outputDelimiterLeft:o,outputDelimiterRight:l}=s,h=[e+o.length,i-l.length];super(Wi.Output,h,t,e,i,a,r,n)}}class Pe extends ot{constructor(t,e,i,s){super(Wi.HTML,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.trimLeft=0,this.trimRight=0}getContent(){return this.input.slice(this.begin+this.trimLeft,this.end-this.trimRight)}}class De extends ot{constructor(t,e,i,s){super(Wi.Number,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.content=Number(this.getText())}}class Ie extends ot{constructor(t,e,i,s){super(Wi.Word,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.content=this.getText()}}class Re extends ot{constructor(t,e,i,s){super(Wi.Literal,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.literal=this.getText(),this.content=se[this.literal]}}const Le={"==":2,"!=":2,">":2,"<":2,">=":2,"<=":2,contains:2,not:1,and:0,or:0},Fe={"==":0,"!=":0,">":0,"<":0,">=":0,"<=":0,contains:0,not:1,and:0,or:0};class Ne extends ot{constructor(t,e,i,s){super(Wi.Operator,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.operator=this.getText()}getPrecedence(){const t=this.getText();return t in Le?Le[t]:1}}class Oe extends ot{constructor(t,e,i,s,n,a){super(Wi.PropertyAccess,i,s,n,a),this.variable=t,this.props=e}}class Be extends ot{constructor(t,e,i,s,n,a){super(Wi.Filter,i,s,n,a),this.name=t,this.args=e}}class ze extends ot{constructor(t,e,i,s,n,a){super(Wi.Hash,t,e,i,a),this.input=t,this.begin=e,this.end=i,this.name=s,this.value=n,this.file=a}}const je=/[\da-fA-F]/,Ve=/[0-7]/,He={b:"\b",f:"\f",n:"\n",r:"\r",t:"\t",v:"\v"};function $e(t){const e=t.charCodeAt(0);return e>=97?e-87:e>=65?e-55:e-48}class Ue extends ot{constructor(t,e,i,s){super(Wi.Quoted,t,e,i,s),this.input=t,this.begin=e,this.end=i,this.file=s,this.content=function(t){let e="";for(let i=1;i<t.length-1;i++)if("\\"===t[i])if(void 0!==He[t[i+1]])e+=He[t[++i]];else if("u"===t[i+1]){let s=0,n=i+2;for(;n<=i+5&&je.test(t[n]);)s=16*s+$e(t[n++]);i=n-1,e+=String.fromCharCode(s)}else if(Ve.test(t[i+1])){let s=i+1,n=0;for(;s<=i+3&&Ve.test(t[s]);)n=8*n+$e(t[s++]);i=s-1,e+=String.fromCharCode(n)}else e+=t[++i];else e+=t[i];return e}(this.getText())}}class Ge extends ot{constructor(t,e,i,s,n,a){super(Wi.Range,t,e,i,a),this.input=t,this.begin=e,this.end=i,this.lhs=s,this.rhs=n,this.file=a}}class qe extends Ce{constructor(t,e,i,s,n){super(Wi.Tag,[e,i],t,e,i,!1,!1,n),this.tokenizer=new Si(t,s.operators,n,this.contentRange),this.name=this.tokenizer.readTagName(),this.tokenizer.assert(this.name,"illegal liquid tag syntax"),this.tokenizer.skipBlank()}get args(){return this.tokenizer.input.slice(this.tokenizer.p,this.contentRange[1])}}class We extends ot{constructor(t,e,i,s,n,a){super(Wi.FilteredValue,i,s,n,a),this.initial=t,this.filters=e,this.input=i,this.begin=s,this.end=n,this.file=a}}const Ke={now:()=>Date.now()};function Xe(){return"object"==typeof global&&global.performance||"object"==typeof window&&window.performance||Ke}class Ye{constructor(){this.buffer=""}write(t){this.buffer+=mt(t)}}class Qe{constructor(){throw this.buffer="",this.stream=null,new Error("streaming not supported in browser")}}class Je{constructor(){this.buffer=""}write(t){"string"!=typeof(t=yt(t))&&""===this.buffer?this.buffer=t:this.buffer=mt(this.buffer)+mt(t)}}class Ze{renderTemplatesToNodeStream(t,e){const i=new Qe;return Promise.resolve().then((()=>oe(this.renderTemplates(t,e,i)))).then((()=>i.end()),(t=>i.error(t))),i.stream}*renderTemplates(t,e,i){i||(i=e.opts.keepOutputType?new Je:new Ye);const s=[];for(const n of t){e.renderLimit.check(Xe().now());try{const t=yield n.render(e,i);if(t&&i.write(t),e.breakCalled||e.continueCalled)break}catch(t){const i=Bt.is(t)?t:new Vt(t,n);if(!e.opts.catchAllErrors)throw i;s.push(i)}}if(s.length)throw new Ht(s);return i.buffer}}class ti{constructor(t){this.postfix=[...ii(t)]}*evaluate(t,e){Xt(t,"unable to evaluate: context not defined");const i=[];for(const s of this.postfix)if(Qi(s)){const e=i.pop();let n;if(1===Fe[s.operator])n=yield t.opts.operators[s.operator](e,t);else{const a=i.pop();n=yield t.opts.operators[s.operator](a,e,t)}i.push(n)}else i.push(yield ei(s,t,e));return i[0]}valid(){return!!this.postfix.length}}function*ei(t,e,i=!1){if(t)return"content"in t?t.content:is(t)?yield function*(t,e,i){const s=[];for(const i of t.props)s.push(yield ei(i,e,!1));try{if(t.variable){const n=yield ei(t.variable,e,i);return yield e._getFromScope(n,s)}return yield e._get(s)}catch(e){if(i&&"InternalUndefinedVariableError"===e.name)return null;throw new $t(e,t)}}(t,e,i):ns(t)?yield function*(t,e){const i=yield ei(t.lhs,e),s=yield ei(t.rhs,e);return e.memoryLimit.use(s-i+1),Mt(+i,+s+1)}(t,e):void 0}function*ii(t){const e=[];for(const i of t)if(Qi(i)){for(;e.length&&e[e.length-1].getPrecedence()>i.getPrecedence();)yield e.pop();e.push(i)}else yield i;for(;e.length;)yield e.pop()}function si(t,e){return!ni(t,e)}function ni(t,e){return t=yt(t),e.opts.jsTruthy?!t:!1===t||null==t}const ai={"==":ri,"!=":(t,e)=>!ri(t,e),">":(t,e)=>ee(t)?t.gt(e):ee(e)?e.lt(t):yt(t)>yt(e),"<":(t,e)=>ee(t)?t.lt(e):ee(e)?e.gt(t):yt(t)<yt(e),">=":(t,e)=>ee(t)?t.geq(e):ee(e)?e.leq(t):yt(t)>=yt(e),"<=":(t,e)=>ee(t)?t.leq(e):ee(e)?e.geq(t):yt(t)<=yt(e),contains:(t,e)=>St(t=yt(t))?t.some((t=>ri(t,e))):!!pt(null==t?void 0:t.indexOf)&&t.indexOf(yt(e))>-1,not:(t,e)=>ni(yt(t),e),and:(t,e,i)=>si(yt(t),i)&&si(yt(e),i),or:(t,e,i)=>si(yt(t),i)||si(yt(e),i)};function ri(t,e){return ee(t)?t.equals(e):ee(e)?e.equals(t):(t=yt(t),e=yt(e),St(t)?St(e)&&function(t,e){return t.length===e.length&&!t.some(((t,i)=>!ri(t,e[i])))}(t,e):t===e)}let oi=class{constructor(t,e,i,s){this.key=t,this.value=e,this.next=i,this.prev=s}};class li{constructor(t,e=0){this.limit=t,this.size=e,this.cache={},this.head=new oi("HEAD",null,null,null),this.tail=new oi("TAIL",null,null,null),this.head.next=this.tail,this.tail.prev=this.head}write(t,e){if(this.cache[t])this.cache[t].value=e;else{const i=new oi(t,e,this.head.next,this.head);this.head.next.prev=i,this.head.next=i,this.cache[t]=i,this.size++,this.ensureLimit()}}read(t){if(!this.cache[t])return;const{value:e}=this.cache[t];return this.remove(t),this.write(t,e),e}remove(t){const e=this.cache[t];e.prev.next=e.next,e.next.prev=e.prev,delete this.cache[t],this.size--}clear(){this.head.next=this.tail,this.tail.prev=this.head,this.size=0,this.cache={}}ensureLimit(){this.size>this.limit&&this.remove(this.tail.prev.key)}}function hi(t,e){const i=document.createElement("base");i.href=t;const s=document.getElementsByTagName("head")[0];s.insertBefore(i,s.firstChild);const n=document.createElement("a");n.href=e;const a=n.href;return s.removeChild(i),a}var ci=Object.freeze({__proto__:null,resolve:function(t,e,i){return t.length&&"/"!==Ct(t)&&(t+="/"),hi(t,e).replace(/^(\w+:\/\/[^/]+)(\/[^?]+)/,((t,e,s)=>{const n=s.split("/").pop();return/\.\w+$/.test(n)?t:e+s+i}))},readFile:function(t){return re(this,void 0,void 0,(function*(){return new Promise(((e,i)=>{const s=new XMLHttpRequest;s.onload=()=>{s.status>=200&&s.status<300?e(s.responseText):i(new Error(s.statusText))},s.onerror=()=>{i(new Error("An error occurred whilst receiving the response."))},s.open("GET",t),s.send()}))}))},readFileSync:function(t){const e=new XMLHttpRequest;if(e.open("GET",t,!1),e.send(),e.status<200||e.status>=300)throw new Error(e.statusText);return e.responseText},exists:function(t){return re(this,void 0,void 0,(function*(){return!0}))},existsSync:function(t){return!0},dirname:function(t){return hi(t,".")},sep:"/"});function di(t,e=0){return JSON.stringify(t,null,e)}var ui={default:function(t,e,...i){return St(t=yt(t))||ut(t)?t.length?t:e:(!1!==t||!new Map(i).get("allow_false"))&&(ni(t,this.context)?e:t)},raw:{raw:!0,handler:It},jsonify:di,to_integer:function(t){return Number(t)},json:di,inspect:function(t,e=0){const i=[];return JSON.stringify(t,(function(t,e){if("object"!=typeof e||null===e)return e;for(;i.length>0&&i[i.length-1]!==this;)i.pop();return i.includes(e)?"[Circular]":(i.push(e),e)}),e)}};const pi={"&":"&","<":"<",">":">",'"':""","'":"'"},gi={"&":"&","<":"<",">":">",""":'"',"'":"'"};function fi(t){return t=mt(t),this.context.memoryLimit.use(t.length),t.replace(/&|<|>|"|'/g,(t=>pi[t]))}function mi(t){return t=mt(t),this.context.memoryLimit.use(t.length),t.replace(/&(amp|lt|gt|#34|#39);/g,(t=>gi[t]))}var vi=Object.freeze({__proto__:null,escape:fi,xml_escape:function(t){return fi.call(this,t)},escape_once:function(t){return fi.call(this,mi.call(this,t))},newline_to_br:function(t){const e=mt(t);return this.context.memoryLimit.use(e.length),e.replace(/\r?\n/gm,"<br />\n")},strip_html:function(t){const e=mt(t);return this.context.memoryLimit.use(e.length),e.replace(/<script[\s\S]*?<\/script>|<style[\s\S]*?<\/style>|<.*?>|<!--[\s\S]*?-->/g,"")}});class bi{constructor(t){this.mapping=t,this.sep="/"}exists(t){return re(this,void 0,void 0,(function*(){return this.existsSync(t)}))}existsSync(t){return!_t(this.mapping[t])}readFile(t){return re(this,void 0,void 0,(function*(){return this.readFileSync(t)}))}readFileSync(t){const e=this.mapping[t];if(_t(e))throw new Error(`ENOENT: ${t}`);return e}dirname(t){const e=t.split(this.sep);return e.pop(),e.join(this.sep)}resolve(t,e,i){if(e+=i,"."===t)return e;const s=t.split(/\/+/);for(const t of e.split(this.sep))"."!==t&&""!==t&&(".."===t?(s.length>1||""!==s[0])&&s.pop():s.push(t));return s.join(this.sep)}}const yi={root:["."],layouts:["."],partials:["."],relativeReference:!0,jekyllInclude:!1,keyValueSeparator:":",cache:void 0,extname:"",fs:ci,dynamicPartials:!0,jsTruthy:!1,dateFormat:"%A, %B %-e, %Y at %-l:%M %P %z",locale:"",trimTagRight:!1,trimTagLeft:!1,trimOutputRight:!1,trimOutputLeft:!1,greedy:!0,tagDelimiterLeft:"{%",tagDelimiterRight:"%}",outputDelimiterLeft:"{{",outputDelimiterRight:"}}",preserveTimezones:!1,strictFilters:!1,strictVariables:!1,ownPropertyOnly:!0,lenientIf:!1,globals:{},keepOutputType:!1,operators:ai,memoryLimit:1/0,parseLimit:1/0,renderLimit:1/0};function wi(t){var e,i,s;if(t.hasOwnProperty("root")&&(t.hasOwnProperty("partials")||(t.partials=t.root),t.hasOwnProperty("layouts")||(t.layouts=t.root)),t.hasOwnProperty("cache")){let e;e="number"==typeof t.cache?t.cache>0?new li(t.cache):void 0:"object"==typeof t.cache?t.cache:t.cache?new li(1024):void 0,t.cache=e}return(t=Object.assign(Object.assign(Object.assign({},yi),t.jekyllInclude?{dynamicPartials:!1}:{}),t)).fs.dirname&&t.fs.sep||!t.relativeReference||(console.warn("[LiquidJS] `fs.dirname` and `fs.sep` are required for relativeReference, set relativeReference to `false` to suppress this warning"),t.relativeReference=!1),t.root=xi(t.root),t.partials=xi(t.partials),t.layouts=xi(t.layouts),t.outputEscape=t.outputEscape&&("escape"===(s=t.outputEscape)?fi:"json"===s?ui.json:(Xt(pt(s),"`outputEscape` need to be of type string or function"),s)),t.locale||(t.locale=null!==(i=null===(e=ye())||void 0===e?void 0:e().resolvedOptions().locale)&&void 0!==i?i:"en-US"),t.templates&&(t.fs=new bi(t.templates),t.relativeReference=!0,t.root=t.partials=t.layouts="."),t}function xi(t){let e=[];return St(t)&&(e=t),ut(t)&&(e=[t]),e}function Ai(t,e){if(!t||!Ji(t))return;const i=e?4:16;for(;Wt[t.input.charCodeAt(t.end-1-t.trimRight)]&i;)t.trimRight++}function _i(t,e){if(!t||!Ji(t))return;const i=e?4:16;for(;Wt[t.input.charCodeAt(t.begin+t.trimLeft)]&i;)t.trimLeft++;"\n"===t.input.charAt(t.begin+t.trimLeft)&&t.trimLeft++}class Si{constructor(t,e=yi.operators,i,s){this.input=t,this.file=i,this.rawBeginAt=-1,this.p=s?s[0]:0,this.N=s?s[1]:t.length,this.opTrie=ne(e),this.literalTrie=ne(se)}readExpression(){return new ti(this.readExpressionTokens())}*readExpressionTokens(){for(;this.p<this.N;){const t=this.readOperator();if(t){yield t;continue}const e=this.readValue();if(!e)return;yield e}}readOperator(){this.skipBlank();const t=this.matchTrie(this.opTrie);if(-1!==t)return new Ne(this.input,this.p,this.p=t,this.file)}matchTrie(t){let e,i=t,s=this.p;for(;i[this.input[s]]&&s<this.N;)i=i[this.input[s++]],i.end&&(e=i);return e?e.needBoundary&&Kt(this.peek(s-this.p))?-1:s:-1}readFilteredValue(){const t=this.p,e=this.readExpression();this.assert(e.valid(),`invalid value expression: ${this.snapshot()}`);const i=this.readFilters();return new We(e,i,this.input,t,this.p,this.file)}readFilters(){const t=[];for(;;){const e=this.readFilter();if(!e)return t;t.push(e)}}readFilter(){if(this.skipBlank(),this.end())return null;this.assert("|"===this.read(),'expected "|" before filter');const t=this.readIdentifier();if(!t.size())return this.assert(this.end(),"expected filter name"),null;const e=[];if(this.skipBlank(),":"===this.peek())do{++this.p;const t=this.readFilterArg();t&&e.push(t),this.skipBlank(),this.assert(this.end()||","===this.peek()||"|"===this.peek(),(()=>`unexpected character ${this.snapshot()}`))}while(","===this.peek());else if("|"!==this.peek()&&!this.end())throw this.error('expected ":" after filter name');return new Be(t.getText(),e,this.input,t.begin,this.p,this.file)}readFilterArg(){const t=this.readValue();if(!t)return;if(this.skipBlank(),":"!==this.peek())return t;++this.p;const e=this.readValue();return[t.getText(),e]}readTopLevelTokens(t=yi){const e=[];for(;this.p<this.N;){const i=this.readTopLevelToken(t);e.push(i)}return function(t,e){let i=!1;for(let s=0;s<t.length;s++){const n=t[s];rs(n)&Wi.Delimited&&(!i&&n.trimLeft&&Ai(t[s-1],e.greedy),Zi(n)&&("raw"===n.name?i=!0:"endraw"===n.name&&(i=!1)),!i&&n.trimRight&&_i(t[s+1],e.greedy))}}(e,t),e}readTopLevelToken(t){const{tagDelimiterLeft:e,outputDelimiterLeft:i}=t;return this.rawBeginAt>-1?this.readEndrawOrRawContent(t):this.match(e)?this.readTagToken(t):this.match(i)?this.readOutputToken(t):this.readHTMLToken([e,i])}readHTMLToken(t){const e=this.p;for(;this.p<this.N&&!t.some((t=>this.match(t)));)++this.p;return new Pe(this.input,e,this.p,this.file)}readTagToken(t){const{file:e,input:i}=this,s=this.p;if(-1===this.readToDelimiter(t.tagDelimiterRight))throw this.error(`tag ${this.snapshot(s)} not closed`,s);const n=new Ee(i,s,this.p,t,e);return"raw"===n.name&&(this.rawBeginAt=s),n}readToDelimiter(t,e=!1){for(this.skipBlank();this.p<this.N;)if(e&&8&this.peekType())this.readQuoted();else if(++this.p,this.rmatch(t))return this.p;return-1}readOutputToken(t=yi){const{file:e,input:i}=this,{outputDelimiterRight:s}=t,n=this.p;if(-1===this.readToDelimiter(s,!0))throw this.error(`output ${this.snapshot(n)} not closed`,n);return new Me(i,n,this.p,t,e)}readEndrawOrRawContent(t){const{tagDelimiterLeft:e,tagDelimiterRight:i}=t,s=this.p;let n=this.readTo(e)-e.length;for(;this.p<this.N;)if("endraw"===this.readIdentifier().getText())for(;this.p<=this.N;){if(this.rmatch(i)){const e=this.p;return s===n?(this.rawBeginAt=-1,new Ee(this.input,s,e,t,this.file)):(this.p=n,new Pe(this.input,s,n,this.file))}if(this.rmatch(e))break;this.p++}else n=this.readTo(e)-e.length;throw this.error(`raw ${this.snapshot(this.rawBeginAt)} not closed`,s)}readLiquidTagTokens(t=yi){const e=[];for(;this.p<this.N;){const i=this.readLiquidTagToken(t);i&&e.push(i)}return e}readLiquidTagToken(t){if(this.skipBlank(),this.end())return;const e=this.p;this.readToDelimiter("\n");const i=this.p;return new qe(this.input,e,i,t,this.file)}error(t,e=this.p){return new zt(t,new Ie(this.input,e,this.N,this.file))}assert(t,e,i){if(!t)throw this.error("function"==typeof e?e():e,i)}snapshot(t=this.p){return JSON.stringify(function(t,e){return t.length>e?t.slice(0,e-3)+"...":t}(this.input.slice(t,this.N),32))}readWord(){return this.readIdentifier()}readIdentifier(){this.skipBlank();const t=this.p;for(;!this.end()&&Kt(this.peek());)++this.p;return new Ie(this.input,t,this.p,this.file)}readNonEmptyIdentifier(){const t=this.readIdentifier();return t.size()?t:void 0}readTagName(){return this.skipBlank(),"#"===this.input[this.p]?this.input.slice(this.p,++this.p):this.readIdentifier().getText()}readHashes(t){const e=[];for(;;){const i=this.readHash(t);if(!i)return e;e.push(i)}}readHash(t){this.skipBlank(),","===this.peek()&&++this.p;const e=this.p,i=this.readNonEmptyIdentifier();if(!i)return;let s;this.skipBlank();const n=ut(t)?t:t?"=":":";return this.peek()===n&&(++this.p,s=this.readValue()),new ze(this.input,e,this.p,i,s,this.file)}remaining(){return this.input.slice(this.p,this.N)}advance(t=1){this.p+=t}end(){return this.p>=this.N}read(){return this.input[this.p++]}readTo(t){for(;this.p<this.N;)if(++this.p,this.rmatch(t))return this.p;return-1}readValue(){this.skipBlank();const t=this.p,e=this.readLiteral()||this.readQuoted()||this.readRange()||this.readNumber(),i=this.readProperties(!e);return i.length?new Oe(e,i,this.input,t,this.p):e}readScopeValue(){this.skipBlank();const t=this.p,e=this.readProperties();if(e.length)return new Oe(void 0,e,this.input,t,this.p)}readProperties(t=!0){const e=[];for(;;)if("["!==this.peek()){if(t&&!e.length){const t=this.readNonEmptyIdentifier();if(t){e.push(t);continue}}if("."!==this.peek()||"."===this.peek(1))break;{this.p++;const t=this.readNonEmptyIdentifier();if(!t)break;e.push(t)}}else{this.p++;const t=this.readValue()||new Ie(this.input,this.p,this.p,this.file);this.assert(-1!==this.readTo("]"),"[ not closed"),e.push(t)}return e}readNumber(){this.skipBlank();let t=!1,e=!1,i=0;for(64&this.peekType()&&i++;this.p+i<=this.N;)if(32&this.peekType(i))e=!0,i++;else{if("."!==this.peek(i)||"."===this.peek(i+1))break;if(t||!e)return;t=!0,i++}if(e&&!Kt(this.peek(i))){const t=new De(this.input,this.p,this.p+i,this.file);return this.advance(i),t}}readLiteral(){this.skipBlank();const t=this.matchTrie(this.literalTrie);if(-1===t)return;const e=new Re(this.input,this.p,t,this.file);return this.p=t,e}readRange(){this.skipBlank();const t=this.p;if("("!==this.peek())return;++this.p;const e=this.readValueOrThrow();this.p+=2;const i=this.readValueOrThrow();return++this.p,new Ge(this.input,t,this.p,e,i,this.file)}readValueOrThrow(){const t=this.readValue();return this.assert(t,(()=>`unexpected token ${this.snapshot()}, value expected`)),t}readQuoted(){this.skipBlank();const t=this.p;if(!(8&this.peekType()))return;++this.p;let e=!1;for(;this.p<this.N&&(++this.p,this.input[this.p-1]!==this.input[t]||e);)e?e=!1:"\\"===this.input[this.p-1]&&(e=!0);return new Ue(this.input,t,this.p,this.file)}*readFileNameTemplate(t){const{outputDelimiterLeft:e}=t,i=[","," ",e],s=new Set(i);for(;this.p<this.N&&!s.has(this.peek());)yield this.match(e)?this.readOutputToken(t):this.readHTMLToken(i)}match(t){for(let e=0;e<t.length;e++)if(t[e]!==this.input[this.p+e])return!1;return!0}rmatch(t){for(let e=0;e<t.length;e++)if(t[t.length-1-e]!==this.input[this.p-1-e])return!1;return!0}peekType(t=0){return this.p+t>=this.N?0:Wt[this.input.charCodeAt(this.p+t)]}peek(t=0){return this.p+t>=this.N?"":this.input[this.p+t]}skipBlank(){for(;4&this.peekType();)++this.p}}class Ti{constructor(t,e){this.handlers={},this.stopRequested=!1,this.tokens=t,this.parseToken=e}on(t,e){return this.handlers[t]=e,this}trigger(t,e){const i=this.handlers[t];return!!i&&(i.call(this,e),!0)}start(){let t;for(this.trigger("start");!this.stopRequested&&(t=this.tokens.shift());){if(this.trigger("token",t))continue;if(Zi(t)&&this.trigger(`tag:${t.name}`,t))continue;const e=this.parseToken(t,this.tokens);this.trigger("template",e)}return this.stopRequested||this.trigger("end"),this}stop(){return this.stopRequested=!0,this}}class ki{constructor(t){this.token=t}}class Ci extends ki{constructor(t,e,i){super(t),this.name=t.name,this.liquid=i,this.tokenizer=t.tokenizer}}class Ei{constructor(t,e){this.hash={};const i=t instanceof Si?t:new Si(t,{});for(const t of i.readHashes(e))this.hash[t.name.content]=t.value}*render(t){const e={};for(const i of Object.keys(this.hash))e[i]=void 0===this.hash[i]||(yield ei(this.hash[i],t));return e}}function Mi(t){return St(t)}class Pi{constructor(t,e,i){this.token=t,this.name=t.name,this.handler=pt(e)?e:pt(null==e?void 0:e.handler)?e.handler:It,this.raw=!pt(e)&&!!(null==e?void 0:e.raw),this.args=t.args,this.liquid=i}*render(t,e){const i=[];for(const t of this.args)Mi(t)?i.push([t[0],yield ei(t[1],e)]):i.push(yield ei(t,e));return yield this.handler.apply({context:e,token:this.token,liquid:this.liquid},[t,...i])}}class Di{constructor(t,e){this.filters=[];const i="string"==typeof t?new Si(t,e.options.operators).readFilteredValue():t;this.initial=i.initial,this.filters=i.filters.map((t=>new Pi(t,this.getFilter(e,t.name),e)))}*value(t,e){e=e||t.opts.lenientIf&&this.filters.length>0&&"default"===this.filters[0].name;let i=yield this.initial.evaluate(t,e);for(const e of this.filters)i=yield e.render(i,t);return i}getFilter(t,e){const i=t.filters[e];return Xt(i||!t.options.strictFilters,(()=>`undefined filter: ${e}`)),i}}class Ii extends ki{constructor(t,e){var i;super(t);const s=new Si(t.input,e.options.operators,t.file,t.contentRange);this.value=new Di(s.readFilteredValue(),e);const n=this.value.filters,a=e.options.outputEscape;if(!(null===(i=n[n.length-1])||void 0===i?void 0:i.raw)&&a){const t=new Be(toString.call(a),[],"",0,0);n.push(new Pi(t,a,e))}}*render(t,e){const i=yield this.value.value(t,!1);e.write(i)}*arguments(){yield this.value}}class Ri extends ki{constructor(t){super(t),this.str=t.getContent()}*render(t,e){e.write(this.str)}}class Li{constructor(t,e){this.segments=t,this.location=e}toString(){return Gi(this.segments,!0)}toArray(){return Array.from(function*t(...e){for(const i of e)i instanceof Li?yield Array.from(t(...i.segments)):yield i}(...this.segments))}}class Fi{constructor(){this.map=new Map}get(t){const e=Gi([t.segments[0]]);return this.map.has(e)||this.map.set(e,[]),this.map.get(e)}has(t){return this.map.has(Gi([t.segments[0]]))}push(t){this.get(t).push(t)}asObject(){return Object.fromEntries(this.map)}}const Ni={partials:!0};function*Oi(t,e,i){const s=new Fi,n=new Fi,a=new Fi,r=new ji(new Set),o=new Set;function l(t,e){s.push(t);const i=e.alias(t);if(void 0!==i){const t=i.segments[0];ut(t)&&!r.has(t)&&n.push(i)}else{const i=t.segments[0];ut(i)&&!e.has(i)&&n.push(t)}for(const i of t.segments)i instanceof Li&&l(i,e)}function*h(t,s){if(t.arguments)for(const e of t.arguments())for(const t of Vi(e))l(t,s);if(t.localScope)for(const e of t.localScope()){s.add(e.content),s.deleteAlias(e.content);const[t,i]=e.getPosition();a.push(new Li([e.content],{row:t,col:i,file:e.file}))}if(t.children)if(t.partialScope){const n=t.partialScope();if(void 0===n){for(const n of yield t.children(e,i))yield h(n,s);return}if(o.has(n.name))return;const a=new Set,r=n.isolated?new ji(a):s.push(a);for(const t of n.scope)if(ut(t))a.add(t);else{const[e,i]=t;a.add(e);const s=Array.from(Vi(i));s.length&&r.setAlias(e,s[0].segments)}for(const s of yield t.children(e,i))yield h(s,r),o.add(n.name);r.pop()}else{t.blockScope&&s.push(new Set(t.blockScope()));for(const n of yield t.children(e,i))yield h(n,s);t.blockScope&&s.pop()}}for(const e of t)yield h(e,r);return{variables:s.asObject(),globals:n.asObject(),locals:a.asObject()}}function Bi(t,e={}){return oe(Oi(t,Object.assign(Object.assign({},Ni),e).partials,!1))}function zi(t,e={}){return le(Oi(t,Object.assign(Object.assign({},Ni),e).partials,!0))}class ji{constructor(t){this.stack=[{names:t,aliases:new Map}]}has(t){for(const e of this.stack)if(e.names.has(t))return!0;return!1}push(t){return this.stack.push({names:t,aliases:new Map}),this}pop(){var t;return null===(t=this.stack.pop())||void 0===t?void 0:t.names}add(t){this.stack[0].names.add(t)}alias(t){const e=t.segments[0];if(!ut(e))return;const i=this.getAlias(e);return void 0!==i?new Li([...i,...t.segments.slice(1)],t.location):void 0}setAlias(t,e){this.stack[this.stack.length-1].aliases.set(t,e)}deleteAlias(t){this.stack[this.stack.length-1].aliases.delete(t)}getAlias(t){for(const e of this.stack){if(e.aliases.has(t))return e.aliases.get(t);if(e.names.has(t))return}}}function*Vi(t){as(t)?yield*Hi(t):t instanceof Di&&(yield*function*(t){for(const e of t.initial.postfix)as(e)&&(yield*Hi(e));for(const e of t.filters)for(const t of e.args)Mi(t)&&t[1]?yield*Hi(t[1]):as(t)&&(yield*Hi(t))}(t))}function*Hi(t){ns(t)?(yield*Hi(t.lhs),yield*Hi(t.rhs)):is(t)&&(yield $i(t))}function $i(t){const e=[];let i=t.file;const s=t.props[0];i=i||s.file,ts(s)||es(s)||ss(s)?e.push(s.content):is(s)&&e.push(...$i(s).segments);for(const s of t.props.slice(1))i=i||s.file,ts(s)||es(s)||ss(s)?e.push(s.content):is(s)&&e.push($i(s));const[n,a]=t.getPosition();return new Li(e,{row:n,col:a,file:i})}const Ui=/^[\u0080-\uFFFFa-zA-Z_][\u0080-\uFFFFa-zA-Z0-9_-]*$/;function Gi(t,e=!1){const i=[],s=t[0];ut(s)&&(!e||s.match(Ui)?i.push(`${s}`):i.push(`['${s}']`));for(const e of t.slice(1))e instanceof Li?i.push(`[${Gi(e.segments)}]`):ut(e)?e.match(Ui)?i.push(`.${e}`):i.push(`['${e}']`):i.push(`[${e}]`);return i.join("")}var qi,Wi,Ki;!function(t){t.Partials="partials",t.Layouts="layouts",t.Root="root"}(qi||(qi={}));class Xi{constructor(t){if(this.options=t,t.relativeReference){const e=t.fs.sep;Xt(e,"`fs.sep` is required for relative reference");const i=new RegExp(["."+e,".."+e,"./","../"].map((t=>t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"))).join("|"));this.shouldLoadRelative=t=>i.test(t)}else this.shouldLoadRelative=t=>!1;this.contains=this.options.fs.contains||(()=>!0)}*lookup(t,e,i,s){const{fs:n}=this.options,a=this.options[e];for(const r of this.candidates(t,a,s,e!==qi.Root))if(i?n.existsSync(r):yield n.exists(r))return r;throw this.lookupError(t,a)}*candidates(t,e,i,s){const{fs:n,extname:a}=this.options;if(this.shouldLoadRelative(t)&&i){const r=n.resolve(this.dirname(i),t,a);for(const t of e)if(!s||this.contains(t,r)){yield r;break}}for(const i of e){const e=n.resolve(i,t,a);s&&!this.contains(i,e)||(yield e)}if(void 0!==n.fallback){const e=n.fallback(t);void 0!==e&&(yield e)}}dirname(t){const e=this.options.fs;return Xt(e.dirname,"`fs.dirname` is required for relative reference"),e.dirname(t)}lookupError(t,e){const i=new Error("ENOENT");return i.message=`ENOENT: Failed to lookup "${t}" in "${e}"`,i.code="ENOENT",i}}class Yi{constructor(t){this.liquid=t,this.cache=this.liquid.options.cache,this.fs=this.liquid.options.fs,this.parseFile=this.cache?this._parseFileCached:this._parseFile,this.loader=new Xi(this.liquid.options),this.parseLimit=new ke("parse length",t.options.parseLimit)}parse(t,e){t=String(t),this.parseLimit.use(t.length);const i=new Si(t,this.liquid.options.operators,e).readTopLevelTokens(this.liquid.options);return this.parseTokens(i)}parseTokens(t){let e;const i=[],s=[];for(;e=t.shift();)try{i.push(this.parseToken(e,t))}catch(t){if(!this.liquid.options.catchAllErrors)throw t;s.push(t)}if(s.length)throw new Ht(s);return i}parseToken(t,e){try{if(Zi(t)){const i=this.liquid.tags[t.name];return Xt(i,`tag "${t.name}" not found`),new i(t,e,this.liquid,this)}return rs(t)===Wi.Output?new Ii(t,this.liquid):new Ri(t)}catch(e){if(Bt.is(e))throw e;throw new jt(e,t)}}parseStream(t){return new Ti(t,((t,e)=>this.parseToken(t,e)))}*_parseFileCached(t,e,i=qi.Root,s){const n=this.cache,a=this.loader.shouldLoadRelative(t)?s+","+t:i+":"+t,r=yield n.read(a);if(r)return r;const o=this._parseFile(t,e,i,s),l=e?yield o:oe(o);n.write(a,l);try{return yield l}catch(t){throw n.remove(a),t}}*_parseFile(t,e,i=qi.Root,s){const n=yield this.loader.lookup(t,i,e,s);return this.parse(e?this.fs.readFileSync(n):yield this.fs.readFile(n),n)}}function Qi(t){return rs(t)===Wi.Operator}function Ji(t){return rs(t)===Wi.HTML}function Zi(t){return rs(t)===Wi.Tag}function ts(t){return rs(t)===Wi.Quoted}function es(t){return rs(t)===Wi.Number}function is(t){return rs(t)===Wi.PropertyAccess}function ss(t){return rs(t)===Wi.Word}function ns(t){return rs(t)===Wi.Range}function as(t){return(1667&rs(t))>0}function rs(t){return t?t.kind:-1}!function(t){t[t.Number=1]="Number",t[t.Literal=2]="Literal",t[t.Tag=4]="Tag",t[t.Output=8]="Output",t[t.HTML=16]="HTML",t[t.Filter=32]="Filter",t[t.Hash=64]="Hash",t[t.PropertyAccess=128]="PropertyAccess",t[t.Word=256]="Word",t[t.Range=512]="Range",t[t.Quoted=1024]="Quoted",t[t.Operator=2048]="Operator",t[t.FilteredValue=4096]="FilteredValue",t[t.Delimited=12]="Delimited"}(Wi||(Wi={}));class os{constructor(t={},e=yi,i={},{memoryLimit:s,renderLimit:n}={}){var a,r,o,l,h;this.scopes=[{}],this.registers={},this.breakCalled=!1,this.continueCalled=!1,this.sync=!!i.sync,this.opts=e,this.globals=null!==(a=i.globals)&&void 0!==a?a:e.globals,this.environments=Et(t)?t:Object(t),this.strictVariables=null!==(r=i.strictVariables)&&void 0!==r?r:this.opts.strictVariables,this.ownPropertyOnly=null!==(o=i.ownPropertyOnly)&&void 0!==o?o:e.ownPropertyOnly,this.memoryLimit=null!=s?s:new ke("memory alloc",null!==(l=i.memoryLimit)&&void 0!==l?l:e.memoryLimit),this.renderLimit=null!=n?n:new ke("template render",Xe().now()+(null!==(h=i.renderLimit)&&void 0!==h?h:e.renderLimit))}getRegister(t){return this.registers[t]=this.registers[t]||{}}setRegister(t,e){return this.registers[t]=e}saveRegister(...t){return t.map((t=>[t,this.getRegister(t)]))}restoreRegister(t){return t.forEach((([t,e])=>this.setRegister(t,e)))}getAll(){return[this.globals,this.environments,...this.scopes].reduce(((t,e)=>ae(t,e)),{})}get(t){return this.getSync(t)}getSync(t){return le(this._get(t))}*_get(t){const e=this.findScope(t[0]);return yield this._getFromScope(e,t)}getFromScope(t,e){return le(this._getFromScope(t,e))}*_getFromScope(t,e,i=this.strictVariables){ut(e)&&(e=e.split("."));for(let s=0;s<e.length;s++)if(t=yield ls(t,e[s],this.ownPropertyOnly),i&&void 0===t)throw new Ut(e.slice(0,s+1).join("."));return t}push(t){return this.scopes.push(t)}pop(){return this.scopes.pop()}bottom(){return this.scopes[0]}spawn(t={}){return new os(t,this.opts,{sync:this.sync,globals:this.globals,strictVariables:this.strictVariables},{renderLimit:this.renderLimit,memoryLimit:this.memoryLimit})}findScope(t){for(let e=this.scopes.length-1;e>=0;e--){const i=this.scopes[e];if(t in i)return i}return t in this.environments?this.environments:this.globals}}function ls(t,e,i){if(t=At(t),e=yt(e),_t(t))return t;if(St(t)&&e<0)return t[t.length+ +e];const s=function(t,e,i){return!i||dt.call(t,e)||t instanceof lt?t[e]:void 0}(t,e,i);return void 0===s&&t instanceof lt?t.liquidMethodMissing(e):pt(s)?s.call(t):"size"===e?function(t){if(dt.call(t,"size")||void 0!==t.size)return t.size;if(St(t)||ut(t))return t.length;if("object"==typeof t)return Object.keys(t).length}(t):"first"===e?function(t){return St(t)?t[0]:t.first}(t):"last"===e?function(t){return St(t)?t[t.length-1]:t.last}(t):s}!function(t){t[t.OUTPUT=0]="OUTPUT",t[t.STORE=1]="STORE"}(Ki||(Ki={}));const hs=Lt(Math.abs),cs=Lt(Math.max),ds=Lt(Math.min),us=Lt(Math.ceil),ps=Lt(((t,e,i=!1)=>i?Math.floor(t/e):t/e)),gs=Lt(Math.floor),fs=Lt(((t,e)=>t-e)),ms=Lt(((t,e)=>t%e)),vs=Lt(((t,e)=>t*e));var bs=Object.freeze({__proto__:null,abs:hs,at_least:cs,at_most:ds,ceil:us,divided_by:ps,floor:gs,minus:fs,modulo:ms,times:vs,round:function(t,e=0){t=yt(t),e=yt(e);const i=Math.pow(10,e);return Math.round(t*i)/i},plus:function(t,e){return t=yt(t),e=yt(e),Number(t)+Number(e)}});const ys=/[^\p{M}\p{L}\p{Nd}]+/gu,ws={raw:/\s+/g,default:ys,pretty:/[^\p{M}\p{L}\p{Nd}._~!$&'()+,;=@]+/gu,ascii:/[^A-Za-z0-9]+/g,latin:ys,none:null};var xs=Object.freeze({__proto__:null,url_decode:t=>decodeURIComponent(mt(t)).replace(/\+/g," "),url_encode:t=>encodeURIComponent(mt(t)).replace(/%20/g,"+"),cgi_escape:t=>encodeURIComponent(mt(t)).replace(/%20/g,"+").replace(/[!'()*]/g,(t=>"%"+t.charCodeAt(0).toString(16).toUpperCase())),uri_escape:t=>encodeURI(mt(t)).replace(/%5B/g,"[").replace(/%5D/g,"]"),slugify:function(t,e="default",i=!1){t=mt(t);const s=ws[e];return s&&("latin"===e&&(t=function(t){return t.replace(/[àáâãäå]/g,"a").replace(/[æ]/g,"ae").replace(/[ç]/g,"c").replace(/[èéêë]/g,"e").replace(/[ìíîï]/g,"i").replace(/[ð]/g,"d").replace(/[ñ]/g,"n").replace(/[òóôõöø]/g,"o").replace(/[ùúûü]/g,"u").replace(/[ýÿ]/g,"y").replace(/[ß]/g,"ss").replace(/[œ]/g,"oe").replace(/[þ]/g,"th").replace(/[ẞ]/g,"SS").replace(/[Œ]/g,"OE").replace(/[Þ]/g,"TH")}(t)),t=t.replace(s,"-").replace(/^-|-$/g,"")),i?t:t.toLowerCase()}});const As=Lt((function(t,e){const i=bt(t),s=_t(e)?" ":mt(e),n=i.length*(1+s.length);return this.context.memoryLimit.use(n),i.join(s)})),_s=Lt((t=>Tt(t)?Ct(t):"")),Ss=Lt((t=>Tt(t)?t[0]:"")),Ts=Lt((function(t){const e=bt(t);return this.context.memoryLimit.use(e.length),[...e].reverse()}));function ks(t,e=[]){const i=bt(t),s=bt(e);return this.context.memoryLimit.use(i.length+s.length),i.concat(s)}var Cs=Object.freeze({__proto__:null,join:As,last:_s,first:Ss,reverse:Ts,sort:function*(t,e){const i=[],s=bt(t);this.context.memoryLimit.use(s.length);for(const t of s)i.push([t,e?yield this.context._getFromScope(t,mt(e).split("."),!1):t]);return i.sort(((t,e)=>{const i=t[1],s=e[1];return i<s?-1:i>s?1:0})).map((t=>t[0]))},sort_natural:function(t,e){const i=mt(e),s=void 0===e?Rt:(t,e)=>Rt(t[i],e[i]),n=bt(t);return this.context.memoryLimit.use(n.length),[...n].sort(s)},size:t=>t&&t.length||0,map:function*(t,e){const i=[],s=bt(t);this.context.memoryLimit.use(s.length);for(const t of s)i.push(yield this.context._getFromScope(t,mt(e),!1));return i},sum:function*(t,e){let i=0;const s=bt(t);for(const t of s){const s=Number(e?yield this.context._getFromScope(t,mt(e),!1):t);i+=Number.isNaN(s)?0:s}return i},compact:function(t){const e=bt(t);return this.context.memoryLimit.use(e.length),e.filter((t=>!_t(yt(t))))},concat:ks,push:function(t,e){return ks.call(this,t,[e])},unshift:function(t,e){const i=bt(t);this.context.memoryLimit.use(i.length);const s=[...i];return s.unshift(e),s},pop:function(t){const e=[...bt(t)];return e.pop(),e},shift:function(t){const e=bt(t);this.context.memoryLimit.use(e.length);const i=[...e];return i.shift(),i},slice:function(t,e,i=1){return _t(t=yt(t))?[]:(St(t)||(t=mt(t)),e=e<0?t.length+e:e,this.context.memoryLimit.use(i),t.slice(e,e+i))},where:function*(t,e,i){const s=[];t=bt(t),this.context.memoryLimit.use(t.length);const n=new Si(mt(e)).readScopeValue();for(const e of t)s.push(yield ei(n,this.context.spawn(e)));const a=this.context.opts.jekyllWhere?t=>Qt.is(i)?ri(t,i):St(t)?function(t,e){return t.some((t=>ri(t,e)))}(t,i):ri(t,i):t=>ri(t,i);return t.filter(((t,e)=>void 0===i?si(s[e],this.context):a(s[e])))},where_exp:function*(t,e,i){const s=[],n=new Di(mt(i),this.liquid),a=bt(t);this.context.memoryLimit.use(a.length);for(const t of a){(yield n.value(this.context.spawn({[e]:t})))&&s.push(t)}return s},group_by:function*(t,e){const i=new Map;t=vt(t);const s=new Si(mt(e)).readScopeValue();this.context.memoryLimit.use(t.length);for(const e of t){const t=yield ei(s,this.context.spawn(e));i.has(t)||i.set(t,[]),i.get(t).push(e)}return[...i.entries()].map((([t,e])=>({name:t,items:e})))},group_by_exp:function*(t,e,i){const s=new Map,n=new Di(mt(i),this.liquid);t=vt(t),this.context.memoryLimit.use(t.length);for(const i of t){const t=yield n.value(this.context.spawn({[e]:i}));s.has(t)||s.set(t,[]),s.get(t).push(i)}return[...s.entries()].map((([t,e])=>({name:t,items:e})))},find:function*(t,e,i){const s=new Si(mt(e)).readScopeValue(),n=bt(t);for(const t of n){if(ri(yield ei(s,this.context.spawn(t)),i))return t}},find_exp:function*(t,e,i){const s=new Di(mt(i),this.liquid),n=bt(t);for(const t of n){if(yield s.value(this.context.spawn({[e]:t})))return t}},uniq:function(t){return t=bt(t),this.context.memoryLimit.use(t.length),[...new Set(t)]},sample:function(t,e=1){if(_t(t=yt(t)))return[];St(t)||(t=mt(t)),this.context.memoryLimit.use(e);const i=[...t].sort((()=>Math.random()-.5));return 1===e?i[0]:i.slice(0,e)}});function Es(t,e,i){var s,n,a;const r=(null!==(s=null==t?void 0:t.length)&&void 0!==s?s:0)+(null!==(n=null==e?void 0:e.length)&&void 0!==n?n:0)+(null!==(a=null==i?void 0:i.length)&&void 0!==a?a:0);this.context.memoryLimit.use(r);const o=Ps(t,this.context.opts,i);return o?ve(o,e=_t(e=yt(e))?this.context.opts.dateFormat:mt(e)):t}function Ms(t,e,i,s){const n=Ps(t,this.context.opts);if(!n)return t;if("ordinal"===i){const t=n.getDate();return ve(n,"US"===s?`${e} ${t}%q, %Y`:`${t}%q ${e} %Y`)}return ve(n,`%d ${e} %Y`)}function Ps(t,e,i){let s;const n=null!=i?i:e.timezoneOffset,a=e.locale;return s="now"===(t=yt(t))||"today"===t?new Te(Date.now(),a,n):xt(t)?new Te(1e3*t,a,n):ut(t)?/^\d+$/.test(t)?new Te(1e3*+t,a,n):e.preserveTimezones&&void 0===i?Te.createDateFixedToTimezone(t,a):new Te(t,a,n):new Te(t,a,n),s.valid()?s:void 0}var Ds=Object.freeze({__proto__:null,date:Es,date_to_xmlschema:function(t){return Es.call(this,t,"%Y-%m-%dT%H:%M:%S%:z")},date_to_rfc822:function(t){return Es.call(this,t,"%a, %d %b %Y %H:%M:%S %z")},date_to_string:function(t,e,i){return Ms.call(this,t,"%b",e,i)},date_to_long_string:function(t,e,i){return Ms.call(this,t,"%B",e,i)}});const Is=/[\u4E00-\u9FFF\uF900-\uFAFF\u3400-\u4DBF\u3040-\u309F\u30A0-\u30FF\uAC00-\uD7AF]/gu,Rs=/[^\u4E00-\u9FFF\uF900-\uFAFF\u3400-\u4DBF\u3040-\u309F\u30A0-\u30FF\uAC00-\uD7AF\s]+/gu;var Ls=Object.freeze({__proto__:null,append:function(t,e){Xt(2===arguments.length,"append expect 2 arguments");const i=mt(t),s=mt(e);return this.context.memoryLimit.use(i.length+s.length),i+s},prepend:function(t,e){Xt(2===arguments.length,"prepend expect 2 arguments");const i=mt(t),s=mt(e);return this.context.memoryLimit.use(i.length+s.length),s+i},lstrip:function(t,e){const i=mt(t);return this.context.memoryLimit.use(i.length),e?(e=Ft(mt(e)),i.replace(new RegExp(`^[${e}]+`,"g"),"")):i.replace(/^\s+/,"")},downcase:function(t){const e=mt(t);return this.context.memoryLimit.use(e.length),e.toLowerCase()},upcase:function(t){const e=mt(t);return this.context.memoryLimit.use(e.length),mt(e).toUpperCase()},remove:function(t,e){const i=mt(t);return this.context.memoryLimit.use(i.length),i.split(mt(e)).join("")},remove_first:function(t,e){const i=mt(t);return this.context.memoryLimit.use(i.length),i.replace(mt(e),"")},remove_last:function(t,e){const i=mt(t);this.context.memoryLimit.use(i.length);const s=mt(e),n=i.lastIndexOf(s);return-1===n?i:i.substring(0,n)+i.substring(n+s.length)},rstrip:function(t,e){return t=mt(t),this.context.memoryLimit.use(t.length),e?(e=Ft(mt(e)),t.replace(new RegExp(`[${e}]+$`,"g"),"")):t.replace(/\s+$/,"")},split:function(t,e){const i=mt(t);this.context.memoryLimit.use(i.length);const s=i.split(mt(e));for(;s.length&&""===s[s.length-1];)s.pop();return s},strip:function(t,e){const i=mt(t);return this.context.memoryLimit.use(i.length),e?(e=Ft(mt(e)),i.replace(new RegExp(`^[${e}]+`,"g"),"").replace(new RegExp(`[${e}]+$`,"g"),"")):i.trim()},strip_newlines:function(t){const e=mt(t);return this.context.memoryLimit.use(e.length),e.replace(/\r?\n/gm,"")},capitalize:function(t){return t=mt(t),this.context.memoryLimit.use(t.length),t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()},replace:function(t,e,i){const s=mt(t);return this.context.memoryLimit.use(s.length),s.split(mt(e)).join(i)},replace_first:function(t,e,i){const s=mt(t);return this.context.memoryLimit.use(s.length),s.replace(mt(e),i)},replace_last:function(t,e,i){const s=mt(t);this.context.memoryLimit.use(s.length);const n=mt(e),a=s.lastIndexOf(n);if(-1===a)return s;const r=mt(i);return s.substring(0,a)+r+s.substring(a+n.length)},truncate:function(t,e=50,i="..."){const s=mt(t);return this.context.memoryLimit.use(s.length),s.length<=e?t:s.substring(0,e-i.length)+i},truncatewords:function(t,e=15,i="..."){const s=mt(t);this.context.memoryLimit.use(s.length);const n=s.split(/\s+/);e<=0&&(e=1);let a=n.slice(0,e).join(" ");return n.length>=e&&(a+=i),a},normalize_whitespace:function(t){const e=mt(t);return this.context.memoryLimit.use(e.length),e.replace(/\s+/g," ")},number_of_words:function(t,e){const i=mt(t);if(this.context.memoryLimit.use(i.length),!(t=i.trim()))return 0;switch(e){case"cjk":return(t.match(Is)||[]).length+(t.match(Rs)||[]).length;case"auto":return Is.test(t)?t.match(Is).length+(t.match(Rs)||[]).length:t.split(/\s+/).length;default:return t.split(/\s+/).length}},array_to_sentence_string:function(t,e="and"){switch(this.context.memoryLimit.use(t.length),t.length){case 0:return"";case 1:return t[0];case 2:return`${t[0]} ${e} ${t[1]}`;default:return`${t.slice(0,-1).join(", ")}, ${e} ${t[t.length-1]}`}}});const Fs=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},vi),bs),xs),Cs),Ds),Ls),ui);const Ns=["offset","limit","reversed"];function Os(t,e,i){if(e.options.dynamicPartials){const e=t.readValue();if(t.assert(e,"illegal file path"),"none"===e.getText())return;if(ts(e)){return Bs(i.parse(e.content))}return e}const s=[...t.readFileNameTemplate(e.options)],n=Bs(i.parseTokens(s));return"none"===n?void 0:n}function Bs(t){return 1===t.length&&Ji(t[0].token)?t[0].token.getContent():t}function*zs(t,e,i){return"string"==typeof t?t:Array.isArray(t)?i.renderer.renderTemplates(t,e):yield ei(t,e)}class js extends Zt{constructor(t,e,i,s){super(t,i,s),this.length=t,this.cols=e}row(){return Math.floor(this.i/this.cols)+1}col0(){return this.i%this.cols}col(){return this.col0()+1}col_first(){return 0===this.col0()}col_last(){return this.col()===this.cols}}const Vs={assign:class extends Ci{constructor(t,e,i){super(t,e,i),this.identifier=this.tokenizer.readIdentifier(),this.key=this.identifier.content,this.tokenizer.assert(this.key,"expected variable name"),this.tokenizer.skipBlank(),this.tokenizer.assert("="===this.tokenizer.peek(),'expected "="'),this.tokenizer.advance(),this.value=new Di(this.tokenizer.readFilteredValue(),this.liquid)}*render(t){t.bottom()[this.key]=yield this.value.value(t,this.liquid.options.lenientIf)}*arguments(){yield this.value}*localScope(){yield this.identifier}},for:class extends Ci{constructor(t,e,i,s){super(t,e,i);const n=this.tokenizer.readIdentifier(),a=this.tokenizer.readIdentifier(),r=this.tokenizer.readValue();if(!n.size()||"in"!==a.content||!r)throw new Error(`illegal tag: ${t.getText()}`);let o;this.variable=n.content,this.collection=r,this.hash=new Ei(this.tokenizer,i.options.keyValueSeparator),this.templates=[],this.elseTemplates=[];const l=s.parseStream(e).on("start",(()=>o=this.templates)).on("tag:else",(t=>{Yt(t.args),o=this.elseTemplates})).on("tag:endfor",(t=>{Yt(t.args),l.stop()})).on("template",(t=>o.push(t))).on("end",(()=>{throw new Error(`tag ${t.getText()} not closed`)}));l.start()}*render(t,e){const i=this.liquid.renderer;let s=vt(yield ei(this.collection,t));if(!s.length)return void(yield i.renderTemplates(this.elseTemplates,t,e));const n="continue-"+this.variable+"-"+this.collection.getText();t.push({continue:t.getRegister(n)});const a=yield this.hash.render(t);t.pop();s=(this.liquid.options.orderedFilterParameters?Object.keys(a).filter((t=>Ns.includes(t))):Ns.filter((t=>void 0!==a[t]))).reduce(((t,e)=>{return"offset"===e?(i=t,s=a.offset,i.slice(s)):"limit"===e?function(t,e){return t.slice(0,e)}(t,a.limit):function(t){return[...t].reverse()}(t);var i,s}),s),t.setRegister(n,(a.offset||0)+s.length);const r={forloop:new Zt(s.length,this.collection.getText(),this.variable)};t.push(r);for(const n of s){if(r[this.variable]=n,t.continueCalled=t.breakCalled=!1,yield i.renderTemplates(this.templates,t,e),t.breakCalled)break;r.forloop.next()}t.continueCalled=t.breakCalled=!1,t.pop()}*children(){const t=this.templates.slice();return this.elseTemplates&&t.push(...this.elseTemplates),t}*arguments(){yield this.collection;for(const t of Object.values(this.hash.hash))as(t)&&(yield t)}blockScope(){return[this.variable,"forloop"]}},capture:class extends Ci{constructor(t,e,i,s){for(super(t,e,i),this.templates=[],this.identifier=this.readVariable(),this.variable=this.identifier.content;e.length;){const t=e.shift();if(Zi(t)&&"endcapture"===t.name)return;this.templates.push(s.parseToken(t,e))}throw new Error(`tag ${t.getText()} not closed`)}readVariable(){let t=this.tokenizer.readIdentifier();if(t.content)return t;if(t=this.tokenizer.readQuoted(),t)return t;throw this.tokenizer.error("invalid capture name")}*render(t){const e=this.liquid.renderer,i=yield e.renderTemplates(this.templates,t);t.bottom()[this.variable]=i}*children(){return this.templates}*localScope(){yield this.identifier}},case:class extends Ci{constructor(t,e,i,s){super(t,e,i),this.branches=[],this.elseTemplates=[],this.value=new Di(this.tokenizer.readFilteredValue(),this.liquid),this.elseTemplates=[];let n=[],a=0;const r=s.parseStream(e).on("tag:when",(t=>{if(a>0)return;n=[];const e=[];for(;!t.tokenizer.end();)e.push(t.tokenizer.readValueOrThrow()),t.tokenizer.skipBlank(),","===t.tokenizer.peek()?t.tokenizer.readTo(","):t.tokenizer.readTo("or");this.branches.push({values:e,templates:n})})).on("tag:else",(()=>{a++,n=this.elseTemplates})).on("tag:endcase",(()=>r.stop())).on("template",(t=>{n===this.elseTemplates&&1!==a||n.push(t)})).on("end",(()=>{throw new Error(`tag ${t.getText()} not closed`)}));r.start()}*render(t,e){const i=this.liquid.renderer,s=yt(yield this.value.value(t,t.opts.lenientIf));let n=!1;for(const a of this.branches)for(const r of a.values){if(ri(s,yield ei(r,t,t.opts.lenientIf))){yield i.renderTemplates(a.templates,t,e),n=!0;break}}n||(yield i.renderTemplates(this.elseTemplates,t,e))}*arguments(){yield this.value,yield*this.branches.flatMap((t=>t.values))}*children(){const t=this.branches.flatMap((t=>t.templates));return this.elseTemplates&&t.push(...this.elseTemplates),t}},comment:class extends Ci{constructor(t,e,i){for(super(t,e,i);e.length;){const t=e.shift();if(Zi(t)&&"endcomment"===t.name)return}throw new Error(`tag ${t.getText()} not closed`)}render(){}},include:class extends Ci{constructor(t,e,i,s){super(t,e,i);const{tokenizer:n}=t;this.file=Os(n,this.liquid,s),this.currentFile=t.file;const a=n.p;"with"===n.readIdentifier().content?(n.skipBlank(),":"!==n.peek()?this.withVar=n.readValue():n.p=a):n.p=a,this.hash=new Ei(n,i.options.jekyllInclude||i.options.keyValueSeparator)}*render(t,e){const{liquid:i,hash:s,withVar:n}=this,{renderer:a}=i,r=yield zs(this.file,t,i);Xt(r,(()=>`illegal file path "${r}"`));const o=t.saveRegister("blocks","blockMode");t.setRegister("blocks",{}),t.setRegister("blockMode",Ki.OUTPUT);const l=yield s.render(t);n&&(l[r]=yield ei(n,t));const h=yield i._parsePartialFile(r,t.sync,this.currentFile);t.push(t.opts.jekyllInclude?{include:l}:l),yield a.renderTemplates(h,t,e),t.pop(),t.restoreRegister(o)}*children(t,e){return t&&ut(this.file)?yield this.liquid._parsePartialFile(this.file,e,this.currentFile):[]}partialScope(){if(ut(this.file)){let t;return this.liquid.options.jekyllInclude?t=["include"]:(t=Object.keys(this.hash.hash),this.withVar&&t.push([this.file,this.withVar])),{name:this.file,isolated:!1,scope:t}}}*arguments(){yield*Object.values(this.hash.hash).filter(as),as(this.file)&&(yield this.file),as(this.withVar)&&(yield this.withVar)}},render:class extends Ci{constructor(t,e,i,s){super(t,e,i);const n=this.tokenizer;for(this.file=Os(n,this.liquid,s),this.currentFile=t.file;!n.end();){n.skipBlank();const t=n.p,e=n.readIdentifier();if(("with"===e.content||"for"===e.content)&&(n.skipBlank(),":"!==n.peek())){const t=n.readValue();if(t){const i=n.p;let s;"as"===n.readIdentifier().content?s=n.readIdentifier():n.p=i,this[e.content]={value:t,alias:s&&s.content},n.skipBlank(),","===n.peek()&&n.advance();continue}}n.p=t;break}this.hash=new Ei(n,i.options.keyValueSeparator)}*render(t,e){const{liquid:i,hash:s}=this,n=yield zs(this.file,t,i);Xt(n,(()=>`illegal file path "${n}"`));const a=t.spawn(),r=a.bottom();if(ae(r,yield s.render(t)),this.with){const{value:e,alias:i}=this.with;r[i||n]=yield ei(e,t)}if(this.for){const{value:s,alias:o}=this.for,l=vt(yield ei(s,t));r.forloop=new Zt(l.length,s.getText(),o);for(const t of l){r[o]=t;const s=yield i._parsePartialFile(n,a.sync,this.currentFile);yield i.renderer.renderTemplates(s,a,e),r.forloop.next()}}else{const t=yield i._parsePartialFile(n,a.sync,this.currentFile);yield i.renderer.renderTemplates(t,a,e)}}*children(t,e){return t&&ut(this.file)?yield this.liquid._parsePartialFile(this.file,e,this.currentFile):[]}partialScope(){if(ut(this.file)){const t=Object.keys(this.hash.hash);if(this.with){const{value:e,alias:i}=this.with;ut(i)?t.push([i,e]):ut(this.file)&&t.push([this.file,e])}if(this.for){const{value:e,alias:i}=this.for;ut(i)?t.push([i,e]):ut(this.file)&&t.push([this.file,e])}return{name:this.file,isolated:!0,scope:t}}}*arguments(){for(const t of Object.values(this.hash.hash))as(t)&&(yield t);if(this.with){const{value:t}=this.with;as(t)&&(yield t)}if(this.for){const{value:t}=this.for;as(t)&&(yield t)}}},decrement:class extends Ci{constructor(t,e,i){super(t,e,i),this.identifier=this.tokenizer.readIdentifier(),this.variable=this.identifier.content}render(t,e){const i=t.environments;xt(i[this.variable])||(i[this.variable]=0),e.write(mt(--i[this.variable]))}*localScope(){yield this.identifier}},increment:class extends Ci{constructor(t,e,i){super(t,e,i),this.identifier=this.tokenizer.readIdentifier(),this.variable=this.identifier.content}render(t,e){const i=t.environments;xt(i[this.variable])||(i[this.variable]=0);const s=i[this.variable];i[this.variable]++,e.write(mt(s))}*localScope(){yield this.identifier}},cycle:class extends Ci{constructor(t,e,i){super(t,e,i),this.candidates=[];const s=this.tokenizer.readValue();for(this.tokenizer.skipBlank(),s&&(":"===this.tokenizer.peek()?(this.group=s,this.tokenizer.advance()):this.candidates.push(s));!this.tokenizer.end();){const t=this.tokenizer.readValue();t&&this.candidates.push(t),this.tokenizer.readTo(",")}this.tokenizer.assert(this.candidates.length,(()=>`empty candidates: "${t.getText()}"`))}*render(t,e){const i=`cycle:${yield ei(this.group,t)}:`+this.candidates.join(","),s=t.getRegister("cycle");let n=s[i];void 0===n&&(n=s[i]=0);const a=this.candidates[n];return n=(n+1)%this.candidates.length,s[i]=n,yield ei(a,t)}*arguments(){yield*this.candidates,this.group&&(yield this.group)}},if:class extends Ci{constructor(t,e,i,s){super(t,e,i),this.branches=[];let n=[];s.parseStream(e).on("start",(()=>this.branches.push({value:new Di(t.tokenizer.readFilteredValue(),this.liquid),templates:n=[]}))).on("tag:elsif",(t=>{Xt(!this.elseTemplates,"unexpected elsif after else"),this.branches.push({value:new Di(t.tokenizer.readFilteredValue(),this.liquid),templates:n=[]})})).on("tag:else",(t=>{Yt(t.args),Xt(!this.elseTemplates,"duplicated else"),n=this.elseTemplates=[]})).on("tag:endif",(function(t){Yt(t.args),this.stop()})).on("template",(t=>n.push(t))).on("end",(()=>{throw new Error(`tag ${t.getText()} not closed`)})).start()}*render(t,e){const i=this.liquid.renderer;for(const{value:s,templates:n}of this.branches){if(si(yield s.value(t,t.opts.lenientIf),t))return void(yield i.renderTemplates(n,t,e))}yield i.renderTemplates(this.elseTemplates||[],t,e)}*children(){const t=this.branches.flatMap((t=>t.templates));return this.elseTemplates&&t.push(...this.elseTemplates),t}arguments(){return this.branches.map((t=>t.value))}},layout:class extends Ci{constructor(t,e,i,s){super(t,e,i),this.file=Os(this.tokenizer,this.liquid,s),this.currentFile=t.file,this.args=new Ei(this.tokenizer,i.options.keyValueSeparator),this.templates=s.parseTokens(e)}*render(t,e){const{liquid:i,args:s,file:n}=this,{renderer:a}=i;if(void 0===n)return t.setRegister("blockMode",Ki.OUTPUT),void(yield a.renderTemplates(this.templates,t,e));const r=yield zs(this.file,t,i);Xt(r,(()=>`illegal file path "${r}"`));const o=yield i._parseLayoutFile(r,t.sync,this.currentFile);t.setRegister("blockMode",Ki.STORE);const l=yield a.renderTemplates(this.templates,t),h=t.getRegister("blocks");void 0===h[""]&&(h[""]=(t,e)=>e.write(l)),t.setRegister("blockMode",Ki.OUTPUT),t.push(yield s.render(t)),yield a.renderTemplates(o,t,e),t.pop()}*children(t){const e=this.templates.slice();return t&&ut(this.file)&&e.push(...yield this.liquid._parsePartialFile(this.file,!0,this.currentFile)),e}*arguments(){for(const t of Object.values(this.args.hash))as(t)&&(yield t);as(this.file)&&(yield this.file)}partialScope(){if(ut(this.file))return{name:this.file,isolated:!1,scope:Object.keys(this.args.hash)}}},block:class extends Ci{constructor(t,e,i,s){super(t,e,i),this.templates=[];const n=/\w+/.exec(t.args);for(this.block=n?n[0]:"";e.length;){const t=e.shift();if(Zi(t)&&"endblock"===t.name)return;const i=s.parseToken(t,e);this.templates.push(i)}throw new Error(`tag ${t.getText()} not closed`)}*render(t,e){const i=this.getBlockRender(t);t.getRegister("blockMode")===Ki.STORE?t.getRegister("blocks")[this.block]=i:yield i(new te,e)}getBlockRender(t){const{liquid:e,templates:i}=this,s=t.getRegister("blocks")[this.block],n=function*(s,n){t.push({block:s}),yield e.renderer.renderTemplates(i,t,n),t.pop()};return s?(t,e)=>s(new te((()=>n(t,e))),e):n}*children(){return this.templates}blockScope(){return["block"]}},raw:class extends Ci{constructor(t,e,i){for(super(t,e,i),this.tokens=[];e.length;){const t=e.shift();if(Zi(t)&&"endraw"===t.name)return;this.tokens.push(t)}throw new Error(`tag ${t.getText()} not closed`)}render(){return this.tokens.map((t=>t.getText())).join("")}},tablerow:class extends Ci{constructor(t,e,i,s){super(t,e,i);const n=this.tokenizer.readIdentifier();this.tokenizer.skipBlank();const a=this.tokenizer.readIdentifier(),r=this.tokenizer.readValue();if("in"!==a.content||!r)throw new Error(`illegal tag: ${t.getText()}`);let o;this.variable=n.content,this.collection=r,this.args=new Ei(this.tokenizer,i.options.keyValueSeparator),this.templates=[];const l=s.parseStream(e).on("start",(()=>o=this.templates)).on("tag:endtablerow",(()=>l.stop())).on("template",(t=>o.push(t))).on("end",(()=>{throw new Error(`tag ${t.getText()} not closed`)}));l.start()}*render(t,e){let i=vt(yield ei(this.collection,t));const s=yield this.args.render(t),n=s.offset||0,a=void 0===s.limit?i.length:s.limit;i=i.slice(n,n+a);const r=s.cols||i.length,o=this.liquid.renderer,l=new js(i.length,r,this.collection.getText(),this.variable),h={tablerowloop:l};t.push(h);for(let s=0;s<i.length;s++,l.next())h[this.variable]=i[s],0===l.col0()&&(1!==l.row()&&e.write("</tr>"),e.write(`<tr class="row${l.row()}">`)),e.write(`<td class="col${l.col()}">`),yield o.renderTemplates(this.templates,t,e),e.write("</td>");i.length&&e.write("</tr>"),t.pop()}*children(){return this.templates}*arguments(){yield this.collection;for(const t of Object.values(this.args.hash))as(t)&&(yield t)}blockScope(){return[this.variable,"tablerowloop"]}},unless:class extends Ci{constructor(t,e,i,s){super(t,e,i),this.branches=[],this.elseTemplates=[];let n=[],a=0;s.parseStream(e).on("start",(()=>this.branches.push({value:new Di(t.tokenizer.readFilteredValue(),this.liquid),test:ni,templates:n=[]}))).on("tag:elsif",(t=>{a>0?n=[]:this.branches.push({value:new Di(t.tokenizer.readFilteredValue(),this.liquid),test:si,templates:n=[]})})).on("tag:else",(()=>{a++,n=this.elseTemplates})).on("tag:endunless",(function(){this.stop()})).on("template",(t=>{n===this.elseTemplates&&1!==a||n.push(t)})).on("end",(()=>{throw new Error(`tag ${t.getText()} not closed`)})).start()}*render(t,e){const i=this.liquid.renderer;for(const{value:s,test:n,templates:a}of this.branches){if(n(yield s.value(t,t.opts.lenientIf),t))return void(yield i.renderTemplates(a,t,e))}yield i.renderTemplates(this.elseTemplates,t,e)}*children(){const t=this.branches.flatMap((t=>t.templates));return this.elseTemplates&&t.push(...this.elseTemplates),t}arguments(){return this.branches.map((t=>t.value))}},break:class extends Ci{render(t,e){t.breakCalled=!0}},continue:class extends Ci{render(t,e){t.continueCalled=!0}},echo:class extends Ci{constructor(t,e,i){super(t,e,i),this.tokenizer.skipBlank(),this.tokenizer.end()||(this.value=new Di(this.tokenizer.readFilteredValue(),this.liquid))}*render(t,e){if(!this.value)return;const i=yield this.value.value(t,!1);e.write(i)}*arguments(){this.value&&(yield this.value)}},liquid:class extends Ci{constructor(t,e,i,s){super(t,e,i);const n=this.tokenizer.readLiquidTagTokens(this.liquid.options);this.templates=s.parseTokens(n)}*render(t,e){yield this.liquid.renderer.renderTemplates(this.templates,t,e)}*children(){return this.templates}},"#":class extends Ci{constructor(t,e,i){if(super(t,e,i),-1!==t.args.search(/\n\s*[^#\s]/g))throw new Error("every line of an inline comment must start with a '#' character")}render(){}}};class Hs{constructor(t={}){this.renderer=new Ze,this.filters={},this.tags={},this.options=wi(t),this.parser=new Yi(this),kt(Vs,((t,e)=>this.registerTag(e,t))),kt(Fs,((t,e)=>this.registerFilter(e,t)))}parse(t,e){return new Yi(this).parse(t,e)}_render(t,e,i){const s=e instanceof os?e:new os(e,this.options,i);return this.renderer.renderTemplates(t,s)}render(t,e,i){return re(this,void 0,void 0,(function*(){return oe(this._render(t,e,Object.assign(Object.assign({},i),{sync:!1})))}))}renderSync(t,e,i){return le(this._render(t,e,Object.assign(Object.assign({},i),{sync:!0})))}renderToNodeStream(t,e,i={}){const s=new os(e,this.options,i);return this.renderer.renderTemplatesToNodeStream(t,s)}_parseAndRender(t,e,i){const s=this.parse(t);return this._render(s,e,i)}parseAndRender(t,e,i){return re(this,void 0,void 0,(function*(){return oe(this._parseAndRender(t,e,Object.assign(Object.assign({},i),{sync:!1})))}))}parseAndRenderSync(t,e,i){return le(this._parseAndRender(t,e,Object.assign(Object.assign({},i),{sync:!0})))}_parsePartialFile(t,e,i){return new Yi(this).parseFile(t,e,qi.Partials,i)}_parseLayoutFile(t,e,i){return new Yi(this).parseFile(t,e,qi.Layouts,i)}_parseFile(t,e,i,s){return new Yi(this).parseFile(t,e,i,s)}parseFile(t,e){return re(this,void 0,void 0,(function*(){return oe(new Yi(this).parseFile(t,!1,e))}))}parseFileSync(t,e){return le(new Yi(this).parseFile(t,!0,e))}*_renderFile(t,e,i){const s=yield this._parseFile(t,i.sync,i.lookupType);return yield this._render(s,e,i)}renderFile(t,e,i){return re(this,void 0,void 0,(function*(){return oe(this._renderFile(t,e,Object.assign(Object.assign({},i),{sync:!1})))}))}renderFileSync(t,e,i){return le(this._renderFile(t,e,Object.assign(Object.assign({},i),{sync:!0})))}renderFileToNodeStream(t,e,i){return re(this,void 0,void 0,(function*(){const s=yield this.parseFile(t);return this.renderToNodeStream(s,e,i)}))}_evalValue(t,e){const i=new Di(t,this),s=e instanceof os?e:new os(e,this.options);return i.value(s)}evalValue(t,e){return re(this,void 0,void 0,(function*(){return oe(this._evalValue(t,e))}))}evalValueSync(t,e){return le(this._evalValue(t,e))}registerFilter(t,e){this.filters[t]=e}registerTag(t,e){var i;this.tags[t]=pt(e)?e:(i=e,class extends Ci{constructor(t,e,s){super(t,e,s),pt(i.parse)&&i.parse.call(this,t,e)}*render(t,e){const s=yield new Ei(this.token.args,t.opts.keyValueSeparator).render(t);return yield i.render.call(this,t,e,s)}})}plugin(t){return t.call(this,Hs)}express(){const t=this;let e=!0;return function(i,s,n){if(e){e=!1;const i=xi(this.root);t.options.root.unshift(...i),t.options.layouts.unshift(...i),t.options.partials.unshift(...i)}t.renderFile(i,s).then((t=>n(null,t)),n)}}analyze(t,e={}){return re(this,void 0,void 0,(function*(){return Bi(t,e)}))}analyzeSync(t,e={}){return zi(t,e)}parseAndAnalyze(t,e,i={}){return re(this,void 0,void 0,(function*(){return Bi(this.parse(t,e),i)}))}parseAndAnalyzeSync(t,e,i={}){return zi(this.parse(t,e),i)}variables(t,e={}){return re(this,void 0,void 0,(function*(){const i=yield Bi(ut(t)?this.parse(t):t,e);return Object.keys(i.variables)}))}variablesSync(t,e={}){const i=zi(ut(t)?this.parse(t):t,e);return Object.keys(i.variables)}fullVariables(t,e={}){return re(this,void 0,void 0,(function*(){const i=yield Bi(ut(t)?this.parse(t):t,e);return Array.from(new Set(Object.values(i.variables).flatMap((t=>t.map((t=>String(t)))))))}))}fullVariablesSync(t,e={}){const i=zi(ut(t)?this.parse(t):t,e);return Array.from(new Set(Object.values(i.variables).flatMap((t=>t.map((t=>String(t)))))))}variableSegments(t,e={}){return re(this,void 0,void 0,(function*(){const i=yield Bi(ut(t)?this.parse(t):t,e);return Array.from(Nt(Object.values(i.variables).flatMap((t=>t.map((t=>t.toArray()))))))}))}variableSegmentsSync(t,e={}){const i=zi(ut(t)?this.parse(t):t,e);return Array.from(Nt(Object.values(i.variables).flatMap((t=>t.map((t=>t.toArray()))))))}globalVariables(t,e={}){return re(this,void 0,void 0,(function*(){const i=yield Bi(ut(t)?this.parse(t):t,e);return Object.keys(i.globals)}))}globalVariablesSync(t,e={}){const i=zi(ut(t)?this.parse(t):t,e);return Object.keys(i.globals)}globalFullVariables(t,e={}){return re(this,void 0,void 0,(function*(){const i=yield Bi(ut(t)?this.parse(t):t,e);return Array.from(new Set(Object.values(i.globals).flatMap((t=>t.map((t=>String(t)))))))}))}globalFullVariablesSync(t,e={}){const i=zi(ut(t)?this.parse(t):t,e);return Array.from(new Set(Object.values(i.globals).flatMap((t=>t.map((t=>String(t)))))))}globalVariableSegments(t,e={}){return re(this,void 0,void 0,(function*(){const i=yield Bi(ut(t)?this.parse(t):t,e);return Array.from(Nt(Object.values(i.globals).flatMap((t=>t.map((t=>t.toArray()))))))}))}globalVariableSegmentsSync(t,e={}){const i=zi(ut(t)?this.parse(t):t,e);return Array.from(Nt(Object.values(i.globals).flatMap((t=>t.map((t=>t.toArray()))))))}}const $s={render:function(t,e){const i=r("v-icon"),s=r("v-list-item-icon"),n=r("v-text-overflow"),a=r("v-list-item-content"),u=r("v-list-item"),p=r("v-list");return o(),l(p,{nav:""},{default:h((()=>[c(u,{to:"/tta_settings/templates"},{default:h((()=>[c(s,null,{default:h((()=>[c(i,{name:"code"})])),_:1}),c(a,null,{default:h((()=>[c(n,{text:"Templates"})])),_:1})])),_:1}),c(u,{to:"/tta_settings/flowsLogExplorer"},{default:h((()=>[c(s,null,{default:h((()=>[c(i,{name:"short_text"})])),_:1}),c(a,null,{default:h((()=>[c(n,{text:"Flows log explorer"})])),_:1})])),_:1}),c(u,{to:"/tta_settings/settings"},{default:h((()=>[c(s,null,{default:h((()=>[c(i,{name:"settings"})])),_:1}),c(a,null,{default:h((()=>[c(n,{text:"Settings"})])),_:1})])),_:1}),d(' <v-list-item to="/tta_settings/usage">\n <v-list-item-icon><v-icon name="bar_chart" /></v-list-item-icon>\n <v-list-item-content>\n <v-text-overflow text="Usage" />\n </v-list-item-content>\n </v-list-item> ')])),_:1})},__file:"settingsmodule/src/TTAnav.vue"},Us=t=>(f("data-v-4a16637c"),t=t(),m(),t),Gs={key:0,class:"popover"},qs=Us((()=>v("br",null,null,-1))),Ws=Us((()=>v("ul",null,[v("li",null,"HTML - preview as webpage"),v("li",null,"PDF (Preview) - watermarked, free"),v("li",null,"PDF - final version, without watermark"),v("li",null,"Code - preview without test input")],-1)));var Ks={__name:"explainPreviewMode",props:{text:{type:String,required:!0}},setup(t){const e=u(!1);return(t,i)=>{const s=r("v-icon");return o(),p("div",{class:"info-popover",onMouseenter:i[0]||(i[0]=t=>e.value=!0),onMouseleave:i[1]||(i[1]=t=>e.value=!1)},[c(s,{name:"question_mark",class:"info-icon"}),e.value?(o(),p("div",Gs,[g(" The preview mode has 4 modes: "),qs,Ws])):d("v-if",!0)],32)}}},Xs=[],Ys=[];function Qs(t,e){if(t&&"undefined"!=typeof document){var i,s=!0===e.prepend?"prepend":"append",n=!0===e.singleTag,a="string"==typeof e.container?document.querySelector(e.container):document.getElementsByTagName("head")[0];if(n){var r=Xs.indexOf(a);-1===r&&(r=Xs.push(a)-1,Ys[r]={}),i=Ys[r]&&Ys[r][s]?Ys[r][s]:Ys[r][s]=o()}else i=o();65279===t.charCodeAt(0)&&(t=t.substring(1)),i.styleSheet?i.styleSheet.cssText+=t:i.appendChild(document.createTextNode(t))}function o(){var t=document.createElement("style");if(t.setAttribute("type","text/css"),e.attributes)for(var i=Object.keys(e.attributes),n=0;n<i.length;n++)t.setAttribute(i[n],e.attributes[i[n]]);var r="prepend"===s?"afterbegin":"beforeend";return a.insertAdjacentElement(r,t),t}}Qs("\n.info-popover[data-v-4a16637c] {\n position: relative;\n display: flex;\n color: var(--theme--foreground-subdued);\n}\n.info-icon[data-v-4a16637c] {\n margin: auto;\n}\n.popover[data-v-4a16637c] {\n position: absolute;\n top: 175%;\n left: 50%;\n transform: translateX(-50%);\n background-color: var(--theme--background);\n color: var(--theme--foreground);\n border: 1px solid var(--theme--border);\n padding: 0.5rem;\n border-radius: 4px;\n white-space: nowrap;\n z-index: 1000;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n}\n",{}),Ks.__scopeId="data-v-4a16637c",Ks.__file="settingsmodule/src/pages/templates/explainPreviewMode.vue";const Js=v("div",{class:"field half"},[v("div",{class:"type-label"},"Template name")],-1),Zs=v("div",{class:"field half"},[v("div",{class:"type-label"},"Description")],-1),tn=v("div",{class:"field half"},[v("div",{class:"type-label"},"Format")],-1),en=v("div",{class:"field half"},[v("div",{class:"type-label"},"Orientation")],-1),sn=v("div",{class:"field half"},[v("div",{class:"type-label"},"Collection")],-1),nn={key:0,class:"TTA-popup"},an={class:"TTA-toolbar"},rn={class:"right-side"},on={class:"setwidth"},ln={class:"TTA-action"},hn={class:"TTA-wapper"},cn={class:"devFields"},dn=v("div",{class:"field half"},[v("div",{class:"type-label"},"Type input")],-1),un={id:"partSelect"},pn=["src","srcDoc"];var gn=b({__name:"templates",setup(t){const{useCollectionsStore:s,useFlowsStore:n,useNotificationsStore:a}=e(),f=n(),m=a(),b=y((()=>f.flows.filter((t=>"webhook"===t.trigger&&"POST"==t.options.method)).map((t=>({text:t.name,value:t.id}))))),E=u([]),M=u(!1),P=u(!1),D=u("Development"),I=u("html"),R=u(""),L=u(50),F=y((()=>100-L.value)),N=y((()=>100-F.value)),O=u("");function B(t){"Header"==D.value?H.value.header=t:"Body"==D.value?H.value.template=t:H.value.footer=t}function z(t){"Fixed"==H.value.input_type?H.value.input_fixed=t:H.value.input_flow_body=t}w((()=>D.value),(t=>{"Development"==t&&(O.value=""),"Header"==t&&(O.value=H.value.header),"Body"==t&&(O.value=H.value.template),"Footer"==t&&(O.value=H.value.footer)}),{immediate:!0});const j=i(),V={template:"<h1>Hello {{name}}!</h1>",id:-1,name:"",description:"",collection:"",format:"A4",orientation:"portrait",header:"\x3c!-- Any content/styling here is seperated from the body on render--\x3e\n<style> \n #header, #footer { \n margin: 0 !important; \n padding: 0 !important; \n font-size: 9px; \n -webkit-print-color-adjust: exact;\n }\n</style>\n<div style='width:100%'>\n <span class='date'></span>\n <span class='title' style='float:right'></span>\n</div>",footer:"\x3c!-- Any content/styling here is seperated from the body on render--\x3e\n<style> \n #header, #footer { \n margin: 0 !important; \n padding: 0 !important; \n font-size: 9px; -webkit-print-color-adjust: exact;\n }\n</style>\n<div\n style=‘width:100%’>\n <div style=‘float:right’><span\n class='pageNumber'></span> / <span class='totalPages'></span>\n </div>\n</div>",input_type:"Fixed",input_fixed:'{"name": "World!"}',input_flow:"",input_flow_body:"{}"},H=u(structuredClone(V)),$=s(),U=y((()=>$.collections.filter((t=>"TTA_htmltemplates"!=t.collection)).map((t=>({text:t.name,value:t.collection}))))),G=new Hs;async function q(t){R.value="rendering";let e={};try{if("Flow"==H.value.input_type){const t=await j.post("/flows/trigger/"+H.value.input_flow,JSON.parse(H.value.input_flow_body));if("object"!=typeof t.data)throw new Error("Output of flow should be an object, not an "+typeof t.data);if("name"in t.data&&"code"in t.data&&"status"in t.data)throw new Error(JSON.stringify(t.data));e=t.data}else null==H.value.input_fixed&&(H.value.input_fixed="{}"),e=JSON.parse(H.value.input_fixed);if("html"==t||"code"==t){const i=(H.value.header||"")+(H.value.template||"")+(H.value.footer||""),s=new Blob(['<style>\n .date:before{content: "Date here";font-style: italic; }\n .title:before{content: "Title here";font-style: italic; }\n .pageNumber:before{content: "Pagenumber";font-style: italic; }\n .totalPages:before{content: "Total pages";font-style: italic; }\n </style>'+("code"==t?i:await G.render(G.parse(i),e))],{type:"text/html"});R.value=URL.createObjectURL(s)}else{const t=G.parse(H.value.header||""),i=G.parse(H.value.template),s=G.parse(H.value.footer||""),n=await G.render(t,e),a=await G.render(i,e),r=await G.render(s,e),o=await fetch("/tta/pdf?preview="+("pdf-preview"==I.value?"preview":""),{body:JSON.stringify({...H.value,input_fixed:void 0,input_flow:void 0,input_flow_body:void 0,input_type:void 0,id:void 0,header:n,html:a,footer:r,landscape:"portrait"!=H.value.orientation}),method:"POST",headers:{"Content-Type":"application/json"}}).then((t=>t.blob())).then((t=>URL.createObjectURL(t)));R.value=o}}catch(t){console.error(t),m.add({title:"Error while generating PDF",text:"Please check your console/terminal for the error.",type:"error",dialog:!0}),R.value="Error occurred: "+((null==t?void 0:t.message)||t)}}async function W(){const t=await j.get("/items/TTA_htmltemplates",{params:{limit:-1}});E.value=t.data.data}async function K(){-1==H.value.id?await j.post("/items/TTA_htmltemplates",{...H.value,id:void 0}):await j.patch("/items/TTA_htmltemplates/"+H.value.id,{...H.value,id:void 0}),M.value=!1,W()}function X({item:t}){H.value=t,P.value=!0}function Y(){H.value=structuredClone(V),P.value=!1}function Q(){H.value.template=rt(H.value.template),H.value.footer=rt(H.value.footer),H.value.header=rt(H.value.header)}return w((()=>H.value.id),((t,e)=>{t!=e&&(D.value="",x((()=>{D.value="Body"})))})),w((()=>[H.value.header,H.value.template,H.value.footer,H.value.input_type,H.value.input_flow,H.value.input_fixed,I.value]),(()=>{["html","code"].includes(I.value)&&q(I.value)}),{deep:!0,immediate:!0}),A((async()=>{L.value=parseInt(localStorage.getItem("TTA-widthPartition")||"50"),W()})),w((()=>L.value),(t=>localStorage.setItem("TTA-widthPartition",t+""))),(t,e)=>{const i=r("v-icon"),s=r("v-button"),n=r("v-card-title"),a=r("v-input"),u=r("v-list-item-content"),f=r("v-list-item"),m=r("v-select"),y=r("v-list"),w=r("v-card-text"),x=r("v-card-actions"),A=r("v-card"),j=r("v-dialog"),V=r("VSelect"),$=r("v-slider"),G=r("VButton"),W=r("v-table"),J=r("private-view");return o(),l(J,{title:"Templates"},{navigation:h((()=>[c($s)])),actions:h((()=>[c(s,{rounded:"",icon:"",onClick:e[0]||(e[0]=t=>M.value=!0)},{default:h((()=>[c(i,{name:"add"})])),_:1}),c(j,{modelValue:M.value,"onUpdate:modelValue":e[7]||(e[7]=t=>M.value=t),persistent:!0},{default:h((()=>[c(A,null,{default:h((()=>[c(n,null,{default:h((()=>[g("Create a new HTML template")])),_:1}),c(w,null,{default:h((()=>[c(y,null,{default:h((()=>[c(f,null,{default:h((()=>[c(u,null,{default:h((()=>[Js,c(a,{modelValue:H.value.name,"onUpdate:modelValue":e[1]||(e[1]=t=>H.value.name=t),placeholder:"Template name"},null,8,["modelValue"])])),_:1})])),_:1}),c(f,null,{default:h((()=>[c(u,null,{default:h((()=>[Zs,c(a,{modelValue:H.value.description,"onUpdate:modelValue":e[2]||(e[2]=t=>H.value.description=t),placeholder:"Description"},null,8,["modelValue"])])),_:1})])),_:1}),c(f,null,{default:h((()=>[c(u,null,{default:h((()=>[tn,c(m,{modelValue:H.value.format,"onUpdate:modelValue":e[3]||(e[3]=t=>H.value.format=t),placeholder:"Size",items:["A1","A2","A3","A4","A5","A6","Letter","Legal","Tabloid","Ledger"].map((t=>({text:t,value:t})))},null,8,["modelValue","items"])])),_:1})])),_:1}),c(f,null,{default:h((()=>[c(u,null,{default:h((()=>[en,c(m,{modelValue:H.value.orientation,"onUpdate:modelValue":e[4]||(e[4]=t=>H.value.orientation=t),placeholder:"Orientation",items:["portrait","landscape"].map((t=>({text:t,value:t})))},null,8,["modelValue","items"])])),_:1})])),_:1}),c(f,null,{default:h((()=>[c(u,null,{default:h((()=>[sn,c(m,{modelValue:H.value.collection,"onUpdate:modelValue":e[5]||(e[5]=t=>H.value.collection=t),items:_(U),placeholder:"Collection"},null,8,["modelValue","items"])])),_:1})])),_:1})])),_:1})])),_:1}),c(x,null,{default:h((()=>[c(s,{secondary:"",onClick:e[6]||(e[6]=t=>M.value=!1)},{default:h((()=>[g(" Cancel ")])),_:1}),c(s,{disabled:!H.value.collection||!H.value.name||!H.value.format,onClick:K},{default:h((()=>[g(" Save ")])),_:1},8,["disabled"])])),_:1})])),_:1})])),_:1},8,["modelValue"])])),default:h((()=>[P.value?(o(),p("div",nn,[v("div",an,[v("div",{onClick:e[8]||(e[8]=t=>M.value=!0),class:"TTA-template-title"},[g(S(H.value.name)+" ",1),c(i,{name:"edit"})]),v("div",rn,[c(V,{modelValue:I.value,"onUpdate:modelValue":e[9]||(e[9]=t=>I.value=t),items:[{text:"HTML",value:"html"},{text:"PDF (Preview)",value:"pdf-preview"},{text:"PDF",value:"pdf"},{text:"Code",value:"code"}],style:{width:"170px"}},null,8,["modelValue","items"]),c(Ks,{text:"This is helpful info."}),v("div",{class:"TTA-action",onClick:Q},[c(i,{name:"vertical_align_center"})]),v("div",{class:"TTA-action",onClick:K},[c(i,{name:"save"})]),v("div",on,[c($,{modelValue:L.value,"onUpdate:modelValue":e[10]||(e[10]=t=>L.value=t),min:10,max:90,class:"TTA-slider"},null,8,["modelValue"])]),v("div",ln,[c(i,{name:"close",onClick:Y})])])]),v("div",hn,[v("div",{style:T("width: "+_(N)+"%"),class:"TTA-editor-wrapper"},["Development"==D.value?(o(),p(k,{key:0},[v("div",cn,[dn,c(m,{modelValue:H.value.input_type,"onUpdate:modelValue":e[11]||(e[11]=t=>H.value.input_type=t),class:"max-w-input",items:[{value:"Flow",text:"Flow"},{value:"Fixed",text:"Fixed"}]},null,8,["modelValue"]),"Flow"==H.value.input_type?(o(),l(m,{key:0,modelValue:H.value.input_flow,"onUpdate:modelValue":e[12]||(e[12]=t=>H.value.input_flow=t),class:"max-w-input",items:_(b)},null,8,["modelValue","items"])):d("v-if",!0)]),"Fixed"==H.value.input_type?(o(),l(C("interface-input-code"),{key:0,class:"TTA-editor",value:H.value.input_fixed,language:"json",onInput:z},null,40,["value"])):d("v-if",!0),"Flow"==H.value.input_type?(o(),l(C("interface-input-code"),{key:1,class:"TTA-editor",value:H.value.input_flow_body,language:"json",onInput:z},null,40,["value"])):d("v-if",!0)],64)):d("v-if",!0),"Development"!=D.value?(o(),l(C("interface-input-code"),{key:1,class:"TTA-editor",value:O.value,language:"htmlmixed",onInput:B},null,40,["value"])):d("v-if",!0),v("div",un,[c(m,{modelValue:D.value,"onUpdate:modelValue":e[13]||(e[13]=t=>D.value=t),items:[{value:"Header",text:"Header"},{value:"Body",text:"Body"},{value:"Footer",text:"Footer"},{value:"Development",text:"Test input"}]},null,8,["modelValue"])])],4),v("iframe",{class:"TTA-preview",src:"rendering"==R.value?void 0:R.value,srcDoc:"rendering"==R.value?_('\n <html>\n <head>\n <style>\n body {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100vh;\n margin: 0;\n font-family: sans-serif;\n background: #f9f9f9;\n }\n .spinner {\n display: flex;\n flex-direction: column;\n align-items: center;\n }\n .loader {\n border: 6px solid #f3f3f3;\n border-top: 6px solid #3498db;\n border-radius: 50%;\n width: 40px;\n height: 40px;\n animation: spin 1s linear infinite;\n margin-bottom: 10px;\n }\n @keyframes spin {\n 0% { transform: rotate(0deg); }\n 100% { transform: rotate(360deg); }\n }\n </style>\n </head>\n <body>\n <div class="spinner">\n <div class="loader"></div>\n <div>Loading...</div>\n </div>\n </body>\n </html>'):void 0,style:T("width: "+_(F)+"%")},null,12,pn),I.value.startsWith("pdf")?(o(),l(G,{key:0,onClick:e[14]||(e[14]=t=>{q("pdf")}),icon:!0,outlined:!1,id:"generatePDF"},{default:h((()=>[c(i,{name:"refresh"})])),_:1})):d("v-if",!0)])])):d("v-if",!0),c(W,{headers:[{text:"Name",value:"name"},{text:"Description",value:"description"},{text:"Collection",value:"collection"},{text:"Format",value:"format"}],"onClick:row":X,items:E.value},null,8,["items"])])),_:1})}}});Qs("\n.TTA-popup {\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n z-index: 100;\n display: flex;\n flex-direction: column;\n background-color: var(--background-subdued);\n}\n.TTA-toolbar {\n background-color: var(--background-subdued);\n display: flex;\n justify-content: space-between;\n}\n.TTA-toolbar .right-side {\n display: flex;\n align-items: center;\n gap: 5px;\n}\n.TTA-toolbar .TTA-slider {\n padding-top: 5px;\n}\n.TTA-toolbar .TTA-action {\n padding: 5px;\n cursor: pointer;\n}\n.TTA-toolbar .setwidth {\n display: flex;\n gap: 10px;\n padding-top: 6px;\n}\n.TTA-toolbar .TTA-template-title {\n margin: auto 0;\n font-size: 18px;\n cursor: pointer;\n padding-right: 5px;\n padding-left: 20px;\n border-bottom: 1px solid var(--v-list-item-border-color);\n}\n.TTA-toolbar .TTA-template-title i {\n padding-left: 5px;\n}\n.TTA-wapper {\n display: flex;\n flex-grow: 1;\n overflow: hidden;\n position: relative;\n}\n.TTA-preview {\n flex-grow: 1;\n background-color: white;\n border: 0;\n}\n.TTA-editor {\n flex-grow: 1;\n height: 100%;\n width: 100%;\n max-height: calc(100vh - 130px);\n}\n.TTA-wapper .TTA-editor-wrapper {\n position: relative;\n}\n.TTA-editor > div {\n height: 100% !important;\n border-radius: 0 !important;\n}\n.TTA-editor .CodeMirror {\n height: 100%;\n}\n.TTA-wapper #partSelect {\n position: absolute;\n right: 0;\n top: 0;\n width: 200px;\n}\n.devFields {\n border-top: var(--theme--border-width) solid\n var(--theme--form--field--input--border-color);\n margin-left: 25px;\n margin-bottom: 10px;\n}\n.max-w-input {\n max-width: 250px;\n padding: 10px 0;\n}\n.max-w-input .v-input {\n max-width: 250px;\n margin-bottom: 5px;\n}\n#generatePDF {\n position: fixed;\n top: 69px;\n right: 10px;\n}\n",{}),gn.__file="settingsmodule/src/pages/templates.vue";const fn=t=>(f("data-v-7f9dbb3b"),t=t(),m(),t),mn={class:"px-5"},vn=fn((()=>v("span",{class:"field-name"},"RapidAPI token",-1)));var bn=b({__name:"settings",setup(t){const e=u(""),s=u(!1),n=i(),a=u([]);async function d(){s.value=!0,await n.patch("/settings",{TTA_KEY:e.value}),setTimeout((()=>{s.value=!1}),500)}return A((async()=>{const t=await n.get("/settings");e.value=t.data.data.TTA_KEY;const i=await n.get("/folders");a.value=i.data.data.map((t=>({text:t.name,value:t.id})))})),(t,i)=>{const n=r("v-card-title"),a=r("v-input"),u=r("v-card-text"),f=r("v-icon"),m=r("v-button"),b=r("v-progress-circular"),y=r("v-card-actions"),w=r("v-card"),x=r("private-view");return o(),l(x,{title:"Settings"},{navigation:h((()=>[c($s)])),default:h((()=>[v("div",mn,[c(w,{class:"w-full"},{default:h((()=>[c(n,null,{default:h((()=>[g("API settings")])),_:1}),c(u,{class:"fields-spacing"},{default:h((()=>[v("div",null,[vn,c(a,{modelValue:e.value,"onUpdate:modelValue":i[0]||(i[0]=t=>e.value=t)},null,8,["modelValue"])])])),_:1}),c(y,null,{default:h((()=>[c(m,{href:"https://rapidapi.com/Attacler/api/text-to-anything",target:"_blank"},{default:h((()=>[c(f,{name:"open_in_new"}),g(" Get RapidAPI token ")])),_:1}),c(m,{onClick:d,disabled:s.value},{default:h((()=>[s.value?(o(),l(b,{key:1,small:!0,indeterminate:""})):(o(),p(k,{key:0},[g(" Save ")],64))])),_:1},8,["disabled"])])),_:1})])),_:1})])])),_:1})}}});Qs("\n.w-full[data-v-7f9dbb3b] {\n width: 100%;\n}\n.px-5[data-v-7f9dbb3b] {\n padding: 0 2.5rem;\n}\n.fields-spacing[data-v-7f9dbb3b] {\n display: flex;\n flex-direction: column;\n gap: 10px;\n}\n",{}),bn.__scopeId="data-v-7f9dbb3b",bn.__file="settingsmodule/src/pages/settings.vue";var yn=b({__name:"dateTimePicker",props:{value:{type:[String,null],required:!0}},setup(t,{emit:e}){const i=t,s=u(),n=u(i.value);const a=y((()=>function(t){const e=new Date(t||-1);return e instanceof Date&&!isNaN(e.getTime())&&1970!=e.getFullYear()}(null==n?void 0:n.value)));return w((()=>n.value),(()=>{a.value&&(console.log(" Updating with",n.value),e("update:modelValue",n.value))})),(t,e)=>{const i=r("v-input"),l=r("v-date-picker"),d=r("v-menu");return o(),p("div",null,[c(d,{ref_key:"dateTimeMenu",ref:s,"close-on-content-click":!1,attached:"","full-height":"",seamless:""},{activator:h((({toggle:t,active:e})=>[c(i,{active:e,clickable:"",readonly:"",placeholder:_(a)?void 0:n.value,onClick:t},E({_:2},[_(a)?{name:"prepend",fn:h((()=>[g(S(n.value),1)])),key:"0"}:void 0]),1032,["active","placeholder","onClick"])])),default:h((()=>{var t;return[c(l,{type:"date","use-24":!0,"include-seconds":!1,"model-value":n.value,"onUpdate:modelValue":e[0]||(e[0]=t=>n.value=t),onClose:null==(t=s.value)?void 0:t.deactivate},null,8,["model-value","onClose"])]})),_:1},512)])}}});Qs("\n.v-icon.today-icon[data-v-42405105]:hover,\n.v-icon.today-icon.active[data-v-42405105] {\n --v-icon-color: var(--theme--primary);\n}\n.v-icon.clear-icon[data-v-42405105]:hover,\n.v-icon.clear-icon.active[data-v-42405105] {\n --v-icon-color: var(--theme--danger);\n}\n",{}),yn.__scopeId="data-v-42405105",yn.__file="settingsmodule/src/components/dateTimePicker.vue";var wn={d:(t,e)=>{for(var i in e)wn.o(e,i)&&!wn.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e)},xn={};function An(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,s=new Array(e);i<e;i++)s[i]=t[i];return s}function _n(t,e){if(t){if("string"==typeof t)return An(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?An(t,e):void 0}}function Sn(t){return function(t){if(Array.isArray(t))return An(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||_n(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Tn(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}wn.d(xn,{Z:()=>$n});const kn=(Pn={computed:()=>a.computed,createTextVNode:()=>a.createTextVNode,createVNode:()=>a.createVNode,defineComponent:()=>a.defineComponent,reactive:()=>a.reactive,ref:()=>a.ref,watch:()=>a.watch,watchEffect:()=>a.watchEffect},Dn={},wn.d(Dn,Pn),Dn),Cn=(0,kn.defineComponent)({props:{data:{required:!0,type:String},onClick:Function},render:function(){var t=this.data,e=this.onClick;return(0,kn.createVNode)("span",{class:"vjs-tree-brackets",onClick:e},[t])}}),En=(0,kn.defineComponent)({emits:["change","update:modelValue"],props:{checked:{type:Boolean,default:!1},isMultiple:Boolean,onChange:Function},setup:function(t,e){var i=e.emit;return{uiType:(0,kn.computed)((function(){return t.isMultiple?"checkbox":"radio"})),model:(0,kn.computed)({get:function(){return t.checked},set:function(t){return i("update:modelValue",t)}})}},render:function(){var t=this.uiType,e=this.model,i=this.$emit;return(0,kn.createVNode)("label",{class:["vjs-check-controller",e?"is-checked":""],onClick:function(t){return t.stopPropagation()}},[(0,kn.createVNode)("span",{class:"vjs-check-controller-inner is-".concat(t)},null),(0,kn.createVNode)("input",{checked:e,class:"vjs-check-controller-original is-".concat(t),type:t,onChange:function(){return i("change",e)}},null)])}}),Mn=(0,kn.defineComponent)({props:{nodeType:{required:!0,type:String},onClick:Function},render:function(){var t=this.nodeType,e=this.onClick,i="objectStart"===t||"arrayStart"===t;return i||"objectCollapsed"===t||"arrayCollapsed"===t?(0,kn.createVNode)("span",{class:"vjs-carets vjs-carets-".concat(i?"open":"close"),onClick:e},[(0,kn.createVNode)("svg",{viewBox:"0 0 1024 1024",focusable:"false","data-icon":"caret-down",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"},[(0,kn.createVNode)("path",{d:"M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z"},null)])]):null}});var Pn,Dn;function In(t){return In="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},In(t)}function Rn(t){return Object.prototype.toString.call(t).slice(8,-1).toLowerCase()}function Ln(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"root",i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,s=(arguments.length>3?arguments[3]:void 0)||{},n=s.key,a=s.index,r=s.type,o=void 0===r?"content":r,l=s.showComma,h=void 0!==l&&l,c=s.length,d=void 0===c?1:c,u=Rn(t);if("array"===u){var p=Fn(t.map((function(t,s,n){return Ln(t,"".concat(e,"[").concat(s,"]"),i+1,{index:s,showComma:s!==n.length-1,length:d,type:o})})));return[Ln("[",e,i,{showComma:!1,key:n,length:t.length,type:"arrayStart"})[0]].concat(p,Ln("]",e,i,{showComma:h,length:t.length,type:"arrayEnd"})[0])}if("object"===u){var g=Object.keys(t),f=Fn(g.map((function(s,n,a){return Ln(t[s],/^[a-zA-Z_]\w*$/.test(s)?"".concat(e,".").concat(s):"".concat(e,'["').concat(s,'"]'),i+1,{key:s,showComma:n!==a.length-1,length:d,type:o})})));return[Ln("{",e,i,{showComma:!1,key:n,index:a,length:g.length,type:"objectStart"})[0]].concat(f,Ln("}",e,i,{showComma:h,length:g.length,type:"objectEnd"})[0])}return[{content:t,level:i,key:n,index:a,path:e,showComma:h,length:d,type:o}]}function Fn(t){if("function"==typeof Array.prototype.flat)return t.flat();for(var e=Sn(t),i=[];e.length;){var s=e.shift();Array.isArray(s)?e.unshift.apply(e,Sn(s)):i.push(s)}return i}function Nn(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new WeakMap;if(null==t)return t;if(t instanceof Date)return new Date(t);if(t instanceof RegExp)return new RegExp(t);if("object"!==In(t))return t;if(e.get(t))return e.get(t);if(Array.isArray(t)){var i=t.map((function(t){return Nn(t,e)}));return e.set(t,i),i}var s={};for(var n in t)s[n]=Nn(t[n],e);return e.set(t,s),s}function On(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,s)}return i}function Bn(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?On(Object(i),!0).forEach((function(e){Tn(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):On(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}var zn={showLength:{type:Boolean,default:!1},showDoubleQuotes:{type:Boolean,default:!0},renderNodeKey:Function,renderNodeValue:Function,selectableType:String,showSelectController:{type:Boolean,default:!1},showLine:{type:Boolean,default:!0},showLineNumber:{type:Boolean,default:!1},selectOnClickNode:{type:Boolean,default:!0},nodeSelectable:{type:Function,default:function(){return!0}},highlightSelectedNode:{type:Boolean,default:!0},showIcon:{type:Boolean,default:!1},theme:{type:String,default:"light"},showKeyValueSpace:{type:Boolean,default:!0},editable:{type:Boolean,default:!1},editableTrigger:{type:String,default:"click"},onNodeClick:{type:Function},onBracketsClick:{type:Function},onIconClick:{type:Function},onValueChange:{type:Function}};const jn=(0,kn.defineComponent)({name:"TreeNode",props:Bn(Bn({},zn),{},{node:{type:Object,required:!0},collapsed:Boolean,checked:Boolean,style:Object,onSelectedChange:{type:Function}}),emits:["nodeClick","bracketsClick","iconClick","selectedChange","valueChange"],setup:function(t,e){var i=e.emit,s=(0,kn.computed)((function(){return Rn(t.node.content)})),n=(0,kn.computed)((function(){return"vjs-value vjs-value-".concat(s.value)})),a=(0,kn.computed)((function(){return t.showDoubleQuotes?'"'.concat(t.node.key,'"'):t.node.key})),r=(0,kn.computed)((function(){return"multiple"===t.selectableType})),o=(0,kn.computed)((function(){return"single"===t.selectableType})),l=(0,kn.computed)((function(){return t.nodeSelectable(t.node)&&(r.value||o.value)})),h=(0,kn.reactive)({editing:!1}),c=function(e){var s,n,a="null"===(n=null===(s=e.target)||void 0===s?void 0:s.value)?null:"undefined"===n?void 0:"true"===n||"false"!==n&&(n[0]+n[n.length-1]==='""'||n[0]+n[n.length-1]==="''"?n.slice(1,-1):"number"==typeof Number(n)&&!isNaN(Number(n))||"NaN"===n?Number(n):n);i("valueChange",a,t.node.path)},d=(0,kn.computed)((function(){var e,i=null===(e=t.node)||void 0===e?void 0:e.content;return null===i?i="null":void 0===i&&(i="undefined"),"string"===s.value?'"'.concat(i,'"'):i+""})),u=function(){var e=t.renderNodeValue;return e?e({node:t.node,defaultValue:d.value}):d.value},p=function(){i("bracketsClick",!t.collapsed,t.node)},g=function(){i("iconClick",!t.collapsed,t.node)},f=function(){i("selectedChange",t.node)},m=function(){i("nodeClick",t.node),l.value&&t.selectOnClickNode&&i("selectedChange",t.node)},v=function(e){if(t.editable&&!h.editing){h.editing=!0;var i=function t(i){var s;i.target!==e.target&&(null===(s=i.target)||void 0===s?void 0:s.parentElement)!==e.target&&(h.editing=!1,document.removeEventListener("click",t))};document.removeEventListener("click",i),document.addEventListener("click",i)}};return function(){var e,i=t.node;return(0,kn.createVNode)("div",{class:{"vjs-tree-node":!0,"has-selector":t.showSelectController,"has-carets":t.showIcon,"is-highlight":t.highlightSelectedNode&&t.checked,dark:"dark"===t.theme},onClick:m,style:t.style},[t.showLineNumber&&(0,kn.createVNode)("span",{class:"vjs-node-index"},[i.id+1]),t.showSelectController&&l.value&&"objectEnd"!==i.type&&"arrayEnd"!==i.type&&(0,kn.createVNode)(En,{isMultiple:r.value,checked:t.checked,onChange:f},null),(0,kn.createVNode)("div",{class:"vjs-indent"},[Array.from(Array(i.level)).map((function(e,i){return(0,kn.createVNode)("div",{key:i,class:{"vjs-indent-unit":!0,"has-line":t.showLine}},null)})),t.showIcon&&(0,kn.createVNode)(Mn,{nodeType:i.type,onClick:g},null)]),i.key&&(0,kn.createVNode)("span",{class:"vjs-key"},[(e=t.renderNodeKey,e?e({node:t.node,defaultKey:a.value||""}):a.value),(0,kn.createVNode)("span",{class:"vjs-colon"},[":".concat(t.showKeyValueSpace?" ":"")])]),(0,kn.createVNode)("span",null,["content"!==i.type&&i.content?(0,kn.createVNode)(Cn,{data:i.content.toString(),onClick:p},null):(0,kn.createVNode)("span",{class:n.value,onClick:!t.editable||t.editableTrigger&&"click"!==t.editableTrigger?void 0:v,onDblclick:t.editable&&"dblclick"===t.editableTrigger?v:void 0},[t.editable&&h.editing?(0,kn.createVNode)("input",{value:d.value,onChange:c,style:{padding:"3px 8px",border:"1px solid #eee",boxShadow:"none",boxSizing:"border-box",borderRadius:5,fontFamily:"inherit"}},null):u()]),i.showComma&&(0,kn.createVNode)("span",null,[","]),t.showLength&&t.collapsed&&(0,kn.createVNode)("span",{class:"vjs-comment"},[(0,kn.createTextVNode)(" // "),i.length,(0,kn.createTextVNode)(" items ")])])])}}});function Vn(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,s)}return i}function Hn(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?Vn(Object(i),!0).forEach((function(e){Tn(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):Vn(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}const $n=(0,kn.defineComponent)({name:"Tree",props:Hn(Hn({},zn),{},{data:{type:[String,Number,Boolean,Array,Object],default:null},collapsedNodeLength:{type:Number,default:1/0},deep:{type:Number,default:1/0},pathCollapsible:{type:Function,default:function(){return!1}},rootPath:{type:String,default:"root"},virtual:{type:Boolean,default:!1},height:{type:Number,default:400},itemHeight:{type:Number,default:20},selectedValue:{type:[String,Array],default:function(){return""}},collapsedOnClickBrackets:{type:Boolean,default:!0},style:Object,onSelectedChange:{type:Function},theme:{type:String,default:"light"}}),slots:["renderNodeKey","renderNodeValue"],emits:["nodeClick","bracketsClick","iconClick","selectedChange","update:selectedValue","update:data"],setup:function(t,e){var i=e.emit,s=e.slots,n=(0,kn.ref)(),a=(0,kn.computed)((function(){return Ln(t.data,t.rootPath)})),r=function(e,i){return a.value.reduce((function(s,n){var a,r=n.level>=e||n.length>=i,o=null===(a=t.pathCollapsible)||void 0===a?void 0:a.call(t,n);return"objectStart"!==n.type&&"arrayStart"!==n.type||!r&&!o?s:Hn(Hn({},s),{},Tn({},n.path,1))}),{})},o=(0,kn.reactive)({translateY:0,visibleData:null,hiddenPaths:r(t.deep,t.collapsedNodeLength)}),l=(0,kn.computed)((function(){for(var t=null,e=[],i=a.value.length,s=0;s<i;s++){var n=Hn(Hn({},a.value[s]),{},{id:s}),r=o.hiddenPaths[n.path];if(t&&t.path===n.path){var l="objectStart"===t.type,h=Hn(Hn(Hn({},n),t),{},{showComma:n.showComma,content:l?"{...}":"[...]",type:l?"objectCollapsed":"arrayCollapsed"});t=null,e.push(h)}else{if(r&&!t){t=n;continue}if(t)continue;e.push(n)}}return e})),h=(0,kn.computed)((function(){var e=t.selectedValue;return e&&"multiple"===t.selectableType&&Array.isArray(e)?e:[e]})),c=(0,kn.computed)((function(){return!t.selectableType||t.selectOnClickNode||t.showSelectController?"":"When selectableType is not null, selectOnClickNode and showSelectController cannot be false at the same time, because this will cause the selection to fail."})),d=function(){var e=l.value;if(t.virtual){var i,s=t.height/t.itemHeight,a=(null===(i=n.value)||void 0===i?void 0:i.scrollTop)||0,r=Math.floor(a/t.itemHeight),h=r<0?0:r+s>e.length?e.length-s:r;h<0&&(h=0);var c=h+s;o.translateY=h*t.itemHeight,o.visibleData=e.filter((function(t,e){return e>=h&&e<c}))}else o.visibleData=e},u=function(){d()},p=function(e){var s,n=e.path,a=t.selectableType;if("multiple"===a){var r=h.value.findIndex((function(t){return t===n})),o=Sn(h.value);-1!==r?o.splice(r,1):o.push(n),i("update:selectedValue",o),i("selectedChange",o,Sn(h.value))}else if("single"===a&&h.value[0]!==n){var l=(s=h.value,function(t){if(Array.isArray(t))return t}(s)||function(t){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var i,s,n=[],a=!0,r=!1;try{for(e=e.call(t);!(a=(i=e.next()).done)&&(n.push(i.value),1!==n.length);a=!0);}catch(t){r=!0,s=t}finally{try{a||null==e.return||e.return()}finally{if(r)throw s}}return n}}(s)||_n(s,1)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())[0],c=n;i("update:selectedValue",c),i("selectedChange",c,l)}},g=function(t){i("nodeClick",t)},f=function(t,e){if(t)o.hiddenPaths=Hn(Hn({},o.hiddenPaths),{},Tn({},e,1));else{var i=Hn({},o.hiddenPaths);delete i[e],o.hiddenPaths=i}},m=function(e,s){t.collapsedOnClickBrackets&&f(e,s.path),i("bracketsClick",e,s)},v=function(t,e){f(t,e.path),i("iconClick",t,e)},b=function(e,s){var n=Nn(t.data),a=t.rootPath;new Function("data","val","data".concat(s.slice(a.length),"=val"))(n,e),i("update:data",n)};return(0,kn.watchEffect)((function(){c.value&&function(t){throw new Error("[VueJSONPretty] ".concat(t))}(c.value)})),(0,kn.watchEffect)((function(){l.value&&d()})),(0,kn.watch)((function(){return t.deep}),(function(e){e&&(o.hiddenPaths=r(e,t.collapsedNodeLength))})),(0,kn.watch)((function(){return t.collapsedNodeLength}),(function(e){e&&(o.hiddenPaths=r(t.deep,e))})),function(){var e,i,r=null!==(e=t.renderNodeKey)&&void 0!==e?e:s.renderNodeKey,c=null!==(i=t.renderNodeValue)&&void 0!==i?i:s.renderNodeValue,d=o.visibleData&&o.visibleData.map((function(e){return(0,kn.createVNode)(jn,{key:e.id,node:e,collapsed:!!o.hiddenPaths[e.path],theme:t.theme,showDoubleQuotes:t.showDoubleQuotes,showLength:t.showLength,checked:h.value.includes(e.path),selectableType:t.selectableType,showLine:t.showLine,showLineNumber:t.showLineNumber,showSelectController:t.showSelectController,selectOnClickNode:t.selectOnClickNode,nodeSelectable:t.nodeSelectable,highlightSelectedNode:t.highlightSelectedNode,editable:t.editable,editableTrigger:t.editableTrigger,showIcon:t.showIcon,showKeyValueSpace:t.showKeyValueSpace,renderNodeKey:r,renderNodeValue:c,onNodeClick:g,onBracketsClick:m,onIconClick:v,onSelectedChange:p,onValueChange:b,style:t.itemHeight&&20!==t.itemHeight?{lineHeight:"".concat(t.itemHeight,"px")}:{}},null)}));return(0,kn.createVNode)("div",{ref:n,class:{"vjs-tree":!0,"is-virtual":t.virtual,dark:"dark"===t.theme},onScroll:t.virtual?u:void 0,style:t.showLineNumber?Hn({paddingLeft:"".concat(12*Number(a.value.length.toString().length),"px")},t.style):t.style},[t.virtual?(0,kn.createVNode)("div",{class:"vjs-tree-list",style:{height:"".concat(t.height,"px")}},[(0,kn.createVNode)("div",{class:"vjs-tree-list-holder",style:{height:"".concat(l.value.length*t.itemHeight,"px")}},[(0,kn.createVNode)("div",{class:"vjs-tree-list-holder-inner",style:{transform:"translateY(".concat(o.translateY,"px)")}},[d])])]):d])}}});var Un=xn.Z;Qs('.vjs-tree-brackets{cursor:pointer}.vjs-tree-brackets:hover{color:#1890ff}.vjs-check-controller{position:absolute;left:0}.vjs-check-controller.is-checked .vjs-check-controller-inner{background-color:#1890ff;border-color:#0076e4}.vjs-check-controller.is-checked .vjs-check-controller-inner.is-checkbox:after{transform:rotate(45deg) scaleY(1)}.vjs-check-controller.is-checked .vjs-check-controller-inner.is-radio:after{transform:translate(-50%,-50%) scale(1)}.vjs-check-controller .vjs-check-controller-inner{display:inline-block;position:relative;border:1px solid #bfcbd9;border-radius:2px;vertical-align:middle;box-sizing:border-box;width:16px;height:16px;background-color:#fff;z-index:1;cursor:pointer;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.vjs-check-controller .vjs-check-controller-inner:after{box-sizing:content-box;content:"";border:2px solid #fff;border-left:0;border-top:0;height:8px;left:4px;position:absolute;top:1px;transform:rotate(45deg) scaleY(0);width:4px;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;transform-origin:center}.vjs-check-controller .vjs-check-controller-inner.is-radio{border-radius:100%}.vjs-check-controller .vjs-check-controller-inner.is-radio:after{border-radius:100%;height:4px;background-color:#fff;left:50%;top:50%}.vjs-check-controller .vjs-check-controller-original{opacity:0;outline:none;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.vjs-carets{position:absolute;right:0;cursor:pointer}.vjs-carets svg{transition:transform .3s}.vjs-carets:hover{color:#1890ff}.vjs-carets-close{transform:rotate(-90deg)}.vjs-tree-node{display:flex;position:relative;line-height:20px}.vjs-tree-node.has-carets{padding-left:15px}.vjs-tree-node.has-carets.has-selector,.vjs-tree-node.has-selector{padding-left:30px}.vjs-tree-node.is-highlight,.vjs-tree-node:hover{background-color:#e6f7ff}.vjs-tree-node .vjs-indent{display:flex;position:relative}.vjs-tree-node .vjs-indent-unit{width:1em}.vjs-tree-node .vjs-indent-unit.has-line{border-left:1px dashed #bfcbd9}.vjs-tree-node.dark.is-highlight,.vjs-tree-node.dark:hover{background-color:#2e4558}.vjs-node-index{position:absolute;right:100%;margin-right:4px;user-select:none}.vjs-colon{white-space:pre}.vjs-comment{color:#bfcbd9}.vjs-value{word-break:break-word}.vjs-value-null,.vjs-value-undefined{color:#d55fde}.vjs-value-boolean,.vjs-value-number{color:#1d8ce0}.vjs-value-string{color:#13ce66}.vjs-tree{font-family:Monaco,Menlo,Consolas,Bitstream Vera Sans Mono,monospace;font-size:14px;text-align:left}.vjs-tree.is-virtual{overflow:auto}.vjs-tree.is-virtual .vjs-tree-node{white-space:nowrap}',{});const Gn=t=>(f("data-v-2ded8f93"),t=t(),m(),t),qn={class:"content"},Wn=Gn((()=>v("div",{class:"header"},[v("span",{class:"dot success"}),v("span",{class:"type-label"}," Trigger ")],-1))),Kn={class:"inset"},Xn={class:"steps"},Yn={class:"header"},Qn={class:"type-label"},Jn={class:"subdued"},Zn={class:"inset"};var ta=b({__name:"displayFlowLogs",props:{currentLog:{type:null,required:!0}},setup(t,{emit:e}){const{currentLog:i}=t,s=u(""),n=y((()=>{const{data:t}=i;if(!t)return[];return((null==t?void 0:t.steps)||[]).map((e=>({...e,status:"resolve"===e.status?"success":"error",operationType:e.operationType||"",options:e.options?e.options:null,data:t.data[e.key]?t.data[e.key]:null})))}));function a(t,e){console.log(i),s.value=t+e.path.substring(4)}function f(){navigator.clipboard.writeText(s.value)}return(i,u)=>{const m=r("v-icon"),b=r("v-button"),y=r("v-detail"),w=r("v-drawer"),x=M("tooltip");return o(),l(w,{modelValue:!0,title:"Flow log",icon:"fact_check",onEsc:u[1]||(u[1]=t=>e("close")),onCancel:u[2]||(u[2]=t=>e("close"))},{actions:h((()=>[s.value?(o(),l(b,{key:0,class:"ml-auto",onClick:f},{default:h((()=>[g(S(s.value)+" ",1),c(m,{name:"copy_all"})])),_:1})):d("v-if",!0)])),default:h((()=>[v("div",qn,[Wn,v("div",Kn,[c(y,{label:"Payload",class:"payload"},{default:h((()=>[c(_(Un),{data:t.currentLog.data.data.$trigger,virtual:"",onNodeClick:u[0]||(u[0]=t=>a("$trigger",t)),selectableType:"single"},null,8,["data"])])),_:1})]),v("div",Xn,[(o(!0),p(k,null,P(_(n),(t=>(o(),p("div",{key:t.id,class:"step"},[v("div",Yn,[v("span",{class:D(["dot",t.status])},null,2),I((o(),p("span",Qn,[g(S(t.key)+" ",1),v("span",Jn," "+S(t.operationType),1)])),[[x,t.key]])]),v("div",Zn,[t.options?(o(),l(y,{key:0,label:"Options"},{default:h((()=>[c(_(Un),{data:t.options,virtual:""},null,8,["data"])])),_:2},1024)):d("v-if",!0),null!==t.data?(o(),l(y,{key:1,label:"Payload",class:"payload"},{default:h((()=>[c(_(Un),{data:t.data,virtual:"",onNodeClick:e=>a(t.key,e),selectableType:"single"},null,8,["data","onNodeClick"])])),_:2},1024)):d("v-if",!0)])])))),128))])])])),_:1})}}});Qs("\n.content[data-v-2ded8f93] {\n padding: 1rem;\n}\n.header[data-v-2ded8f93] {\n font-size: 1.2rem;\n font-weight: bold;\n}\n.dot[data-v-2ded8f93] {\n width: 0.75rem;\n height: 0.75rem;\n border-radius: 50%;\n margin-right: 0.5rem;\n display: inline-block;\n}\n.dot.success[data-v-2ded8f93] {\n background-color: var(--primary);\n}\n.dot.error[data-v-2ded8f93] {\n background-color: var(--red);\n}\n.step[data-v-2ded8f93] {\n margin: 0.5rem 0;\n position: relative;\n}\n.inset[data-v-2ded8f93] {\n border-left: var(--theme--border-width) solid\n var(--theme--border-color-subdued);\n margin-left: 0.35rem;\n padding-top: 5px;\n padding-left: 1rem;\n margin-top: -5px;\n}\n",{});Qs("\n.payload .vjs-value,\n.payload .vjs-key {\n cursor: pointer;\n}\n",{}),ta.__scopeId="data-v-2ded8f93",ta.__file="settingsmodule/src/components/displayFlowLogs.vue";const ea=t=>(f("data-v-231dc418"),t=t(),m(),t),ia={class:"px-5 w-full"},sa=["title"],na=["title"],aa={class:"filters"},ra=ea((()=>v("h2",null,"Filter",-1))),oa=ea((()=>v("div",{class:"field-name"},"Flow",-1))),la=ea((()=>v("div",{class:"field-name"},"From date",-1))),ha=ea((()=>v("div",{class:"field-name"},"To date",-1)));var ca=b({__name:"flowLogsExplorer",setup(t){const{useFlowsStore:s}=e(),n=i(),a=s(),p=u(),f=u([]),m=u(),b=u(),w=u(""),x=u("all"),T=u();async function k(){const t=await n.get("/revisions",{params:{"filter[_and][0][collection][_eq]":"directus_flows","filter[_and][1][item][_eq]":p.value||void 0,"filter[_and][2][version][_null]":!0,"filter[_and][3][activity][action][_eq]":"run","filter[_and][4][activity][timestamp][_gte]":m.value?m.value:void 0,"filter[_and][4][activity][timestamp][_lte]":b.value?b.value:void 0,"fields[0]":"*","fields[1]":"activity.*",limit:2e3}});f.value=t.data.data}A((()=>{const t=new Date;t.setDate(t.getDate()-7),m.value=t.toISOString().split("T")[0],b.value=(new Date).toISOString().split("T")[0]}));const C=y((()=>{if(!w.value&&"all"==x.value)return f.value;let t=f.value;return"all"!=x.value&&(t=t.filter((t=>t.data.steps[t.data.steps.length-1].status==("error"==x.value?"reject":"resolve")))),w.value&&(t=f.value.filter((t=>{const e=t.data.data.$trigger;return JSON.stringify(e).toLowerCase().includes(w.value.toLowerCase())}))),t})),E=y((()=>a.flows.map((t=>({text:t.name,value:t.id})))));function M(t){var e;if(0==t.data.steps.length)return"";const i=null==(e=t.data.steps[t.data.steps.length-1])?void 0:e.key;return i?t.data.data[i]:""}function P(t){T.value=t.item}function I(t){if(0==t.data.steps.length)return!1;return"resolve"!=t.data.steps[t.data.steps.length-1].status}return(t,e)=>{const i=r("v-icon"),s=r("v-table"),n=r("v-select"),a=r("v-button"),u=r("v-input"),f=r("VSelect"),y=r("private-view");return o(),l(y,{title:"Flow logs explorer"},{navigation:h((()=>[c($s)])),sidebar:h((()=>[v("div",aa,[ra,v("div",null,[oa,c(n,{items:_(E),showDeselect:"",modelValue:p.value,"onUpdate:modelValue":e[0]||(e[0]=t=>p.value=t)},null,8,["items","modelValue"])]),v("div",null,[la,m.value?(o(),l(yn,{key:0,modelValue:m.value,"onUpdate:modelValue":e[1]||(e[1]=t=>m.value=t),value:m.value},null,8,["modelValue","value"])):d("v-if",!0)]),v("div",null,[ha,b.value?(o(),l(yn,{key:0,modelValue:b.value,"onUpdate:modelValue":e[2]||(e[2]=t=>b.value=t),value:b.value},null,8,["modelValue","value"])):d("v-if",!0)]),c(a,{onClick:k,class:"w-full grow"},{default:h((()=>[g("Search")])),_:1}),v("div",null,[g(" Input filter "),c(u,{modelValue:w.value,"onUpdate:modelValue":e[3]||(e[3]=t=>w.value=t),placeholder:"Input filter",class:"w-full"},null,8,["modelValue"])]),v("div",null,[g(" Status "),c(f,{modelValue:x.value,"onUpdate:modelValue":e[4]||(e[4]=t=>x.value=t),items:[{text:"All",value:"all"},{text:"Error",value:"error"},{text:"Success",value:"success"}]},null,8,["modelValue"])])]),T.value?(o(),l(ta,{key:0,onClose:e[5]||(e[5]=t=>T.value=null),currentLog:T.value},null,8,["currentLog"])):d("v-if",!0)])),default:h((()=>[v("div",ia,[c(s,{headers:[{text:"Status",value:"status",sortable:!1,width:100},{text:"Timestamp",value:"timestamp",sortable:!1,width:100},{text:"Input",value:"input",sortable:!1,width:1e3},{text:"Output",value:"output",sortable:!1,width:1e3}],items:_(C),"onClick:row":P},{"item.status":h((({item:t})=>[c(i,{name:I(t)?"error":"check_circle",class:D(["flowLogStatus",{error:I(t),success:!I(t)}])},null,8,["name","class"])])),"item.timestamp":h((({item:t})=>[g(S(new Date(t.activity.timestamp).toLocaleDateString()),1)])),"item.input":h((({item:t})=>[v("div",{title:JSON.stringify(t.data.data.$trigger,null,2)},S(t.data.data.$trigger),9,sa)])),"item.output":h((({item:t})=>[v("div",{title:JSON.stringify(M(t),null,2)},S(M(t)),9,na)])),_:1},8,["items"])])])),_:1})}}});Qs("\n.w-full[data-v-231dc418] {\n width: 100%;\n}\n.px-5[data-v-231dc418] {\n padding: 0 2.5rem;\n}\n.date-input[data-v-231dc418] {\n min-width: 300px;\n}\n.filters[data-v-231dc418] {\n padding: 10px 5px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n}\n.filters h2[data-v-231dc418] {\n font-size: 1.5rem;\n font-weight: bold;\n}\n.grow[data-v-231dc418],\n.grow button[data-v-231dc418] {\n flex-grow: 1;\n}\n.flowLogStatus.success[data-v-231dc418] {\n color: var(--primary);\n}\n.flowLogStatus.error[data-v-231dc418] {\n color: var(--red);\n}\n",{}),ca.__scopeId="data-v-231dc418",ca.__file="settingsmodule/src/pages/flowLogsExplorer.vue";var da=s({id:"tta_settings",name:"Text to anything settings",icon:"text_fields",routes:[{path:"",redirect:"/tta_settings/templates"},{path:"templates",component:gn},{path:"settings",component:bn},{path:"flowsLogExplorer",component:ca}]}),ua=b({__name:"interface",props:["value"],emits:["input"],setup(t,{emit:e}){const i=t,s=R("api"),n=u(""),a=u([]);return A((async()=>{n.value=i.value,w((()=>n.value),((t,i)=>{t!=i&&e("input",t)}));const t=await s.get("/items/TTA_htmltemplates");a.value=t.data.data.map((t=>({text:t.name,value:t.id})))})),(t,e)=>{const i=r("v-select");return o(),l(i,{modelValue:n.value,"onUpdate:modelValue":e[0]||(e[0]=t=>n.value=t),items:a.value},null,8,["modelValue","items"])}}});ua.__file="pdf/PDFTemplateSelector/src/interface.vue";var pa=n({id:"TTA-pdf-template-selector",name:"PDF template selector",icon:"picture_as_pdf",description:"Selector for a PDF template for Text To Anything",component:ua,options:null,types:["string"]}),ga=b({__name:"interface",props:{label:{type:String,required:!0},flow:{type:null,required:!0},primaryKey:{type:null,required:!0}},setup(t){const e=t,s=i(),n=u(!1);async function a(){n.value=!0;try{const t=await s.post("/flows/trigger/"+e.flow,{id:e.primaryKey});window.open("/assets/"+t.data,"_blank")}catch(t){}n.value=!1}return(t,i)=>{const s=r("v-button");return o(),l(s,{onClick:a,loading:n.value,disabled:n.value},{default:h((()=>[g(S(e.label),1)])),_:1},8,["loading","disabled"])}}});ga.__file="pdf/GeneratePDFFromTemplateInterface/src/interface.vue";var fa=n({id:"tta-download-interface",name:"Download interface",icon:"sim_card_download",description:"Download files based on a flow. (Text to anything)",hideLabel:!0,hideLoader:!0,component:ga,options:()=>{const{useFlowsStore:t}=e(),i=t();return[{field:"label",type:"string",name:"$t:label",meta:{width:"full",interface:"system-input-translated-string",options:{placeholder:"$t:label"}}},{field:"flow",name:"$t:operations.trigger.flow",type:"string",meta:{width:"full",interface:"select-dropdown",options:{choices:y((()=>i.flows.filter((t=>"webhook"===t.trigger&&"POST"==t.options.method)).map((t=>({text:t.name,value:t.id}))))),iconRight:"bolt",placeholder:"$t:a_flow_uuid"}}}]},types:["string"]});
|
|
2
2
|
/**
|
|
3
3
|
* @licstart The following is the entire license notice for the
|
|
4
4
|
* JavaScript code in this page
|
|
@@ -19,4 +19,4 @@ import{defineOperationApp as t,useStores as e,useApi as i,defineModule as s,defi
|
|
|
19
19
|
*
|
|
20
20
|
* @licend The above is the entire license notice for the
|
|
21
21
|
* JavaScript code in this page
|
|
22
|
-
*/const wn=!("object"!=typeof process||process+""!="[object process]"||process.versions.nw||process.versions.electron&&process.type&&"browser"!==process.type),xn=[.001,0,0,.001,0,0],An=1.35,_n=1,Sn=2,Tn=4,Cn=16,En=32,kn=64,Mn=128,Pn=256,In={DISABLE:0,ENABLE:1,ENABLE_FORMS:2,ENABLE_STORAGE:3},Dn={DISABLE:-1,NONE:0,FREETEXT:3,HIGHLIGHT:9,STAMP:13,INK:15,SIGNATURE:101},Rn={RESIZE:1,CREATE:2,FREETEXT_SIZE:11,FREETEXT_COLOR:12,FREETEXT_OPACITY:13,INK_COLOR:21,INK_THICKNESS:22,INK_OPACITY:23,HIGHLIGHT_COLOR:31,HIGHLIGHT_DEFAULT_COLOR:32,HIGHLIGHT_THICKNESS:33,HIGHLIGHT_FREE:34,HIGHLIGHT_SHOW_ALL:35,DRAW_STEP:41},Ln=0,Fn=1,On=2,Nn=3,Bn=3,zn=4,Hn={GRAYSCALE_1BPP:1,RGB_24BPP:2,RGBA_32BPP:3},jn={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},$n=1,Vn=2,Un=3,Gn=4,qn=5,Wn={ERRORS:0,WARNINGS:1,INFOS:5},Xn={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},Kn=0,Yn=1,Qn=2,Jn=3;let Zn=Wn.WARNINGS;function ta(t){Number.isInteger(t)&&(Zn=t)}function ea(){return Zn}function ia(t){Zn>=Wn.INFOS&&console.log(`Info: ${t}`)}function sa(t){Zn>=Wn.WARNINGS&&console.log(`Warning: ${t}`)}function na(t){throw new Error(t)}function aa(t,e){t||na(e)}function ra(t,e=null,i=null){if(!t)return null;if(i&&"string"==typeof t){if(i.addDefaultProtocol&&t.startsWith("www.")){const e=t.match(/\./g);e?.length>=2&&(t=`http://${t}`)}if(i.tryConvertEncoding)try{t=decodeURIComponent(escape(t))}catch{}}const 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)?s:null}function oa(t,e,i=!1){const s=URL.parse(t);return s?(s.hash=e,s.href):i&&ra(t,"http://example.com")?t.split("#",1)[0]+""+(e?`#${e}`:""):""}function la(t,e,i,s=!1){return Object.defineProperty(t,e,{value:i,enumerable:!s,configurable:!0,writable:!1}),i}const ha=function(){function t(t,e){this.message=t,this.name=e}return t.prototype=new Error,t.constructor=t,t}();class ca extends ha{constructor(t,e){super(t,"PasswordException"),this.code=e}}class da extends ha{constructor(t,e){super(t,"UnknownErrorException"),this.details=e}}class ua extends ha{constructor(t){super(t,"InvalidPDFException")}}class pa extends ha{constructor(t,e,i){super(t,"ResponseException"),this.status=e,this.missing=i}}class ga extends ha{constructor(t){super(t,"FormatError")}}class ma extends ha{constructor(t){super(t,"AbortException")}}function fa(t){"object"==typeof t&&void 0!==t?.length||na("Invalid argument for bytesToString");const e=t.length,i=8192;if(e<i)return String.fromCharCode.apply(null,t);const s=[];for(let n=0;n<e;n+=i){const a=Math.min(n+i,e),r=t.subarray(n,a);s.push(String.fromCharCode.apply(null,r))}return s.join("")}function va(t){"string"!=typeof t&&na("Invalid argument for stringToBytes");const e=t.length,i=new Uint8Array(e);for(let s=0;s<e;++s)i[s]=255&t.charCodeAt(s);return i}class ba{static get isLittleEndian(){return la(this,"isLittleEndian",function(){const t=new Uint8Array(4);return t[0]=1,1===new Uint32Array(t.buffer,0,1)[0]}())}static get isEvalSupported(){return la(this,"isEvalSupported",function(){try{return new Function(""),!0}catch{return!1}}())}static get isOffscreenCanvasSupported(){return la(this,"isOffscreenCanvasSupported","undefined"!=typeof OffscreenCanvas)}static get isImageDecoderSupported(){return la(this,"isImageDecoderSupported","undefined"!=typeof ImageDecoder)}static get platform(){if("undefined"!=typeof navigator&&"string"==typeof navigator?.platform&&"string"==typeof navigator?.userAgent){const{platform:t,userAgent:e}=navigator;return la(this,"platform",{isAndroid:e.includes("Android"),isLinux:t.includes("Linux"),isMac:t.includes("Mac"),isWindows:t.includes("Win"),isFirefox:e.includes("Firefox")})}return la(this,"platform",{isAndroid:!1,isLinux:!1,isMac:!1,isWindows:!1,isFirefox:!1})}static get isCSSRoundSupported(){return la(this,"isCSSRoundSupported",globalThis.CSS?.supports?.("width: round(1.5px, 1px)"))}}const ya=Array.from(Array(256).keys(),(t=>t.toString(16).padStart(2,"0")));class wa{static makeHexColor(t,e,i){return`#${ya[t]}${ya[e]}${ya[i]}`}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 applyTransform(t,e,i=0){const s=t[i],n=t[i+1];t[i]=s*e[0]+n*e[2]+e[4],t[i+1]=s*e[1]+n*e[3]+e[5]}static applyTransformToBezier(t,e,i=0){const s=e[0],n=e[1],a=e[2],r=e[3],o=e[4],l=e[5];for(let e=0;e<6;e+=2){const h=t[i+e],c=t[i+e+1];t[i+e]=h*s+c*a+o,t[i+e+1]=h*n+c*r+l}}static applyInverseTransform(t,e){const i=t[0],s=t[1],n=e[0]*e[3]-e[1]*e[2];t[0]=(i*e[3]-s*e[2]+e[2]*e[5]-e[4]*e[3])/n,t[1]=(-i*e[1]+s*e[0]+e[4]*e[1]-e[5]*e[0])/n}static axialAlignedBoundingBox(t,e,i){const s=e[0],n=e[1],a=e[2],r=e[3],o=e[4],l=e[5],h=t[0],c=t[1],d=t[2],u=t[3];let p=s*h+o,g=p,m=s*d+o,f=m,v=r*c+l,b=v,y=r*u+l,w=y;if(0!==n||0!==a){const t=n*h,e=n*d,i=a*c,s=a*u;p+=i,f+=i,m+=s,g+=s,v+=t,w+=t,y+=e,b+=e}i[0]=Math.min(i[0],p,m,g,f),i[1]=Math.min(i[1],v,y,b,w),i[2]=Math.max(i[2],p,m,g,f),i[3]=Math.max(i[3],v,y,b,w)}static inverseTransform(t){const 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){const i=t[0],s=t[1],n=t[2],a=t[3],r=i**2+s**2,o=i*n+s*a,l=n**2+a**2,h=(r+l)/2,c=Math.sqrt(h**2-(r*l-o**2));e[0]=Math.sqrt(h+c||1),e[1]=Math.sqrt(h-c||1)}static normalizeRect(t){const 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){const i=Math.max(Math.min(t[0],t[2]),Math.min(e[0],e[2])),s=Math.min(Math.max(t[0],t[2]),Math.max(e[0],e[2]));if(i>s)return null;const n=Math.max(Math.min(t[1],t[3]),Math.min(e[1],e[3])),a=Math.min(Math.max(t[1],t[3]),Math.max(e[1],e[3]));return n>a?null:[i,n,s,a]}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,s,n){n[0]=Math.min(n[0],t,i),n[1]=Math.min(n[1],e,s),n[2]=Math.max(n[2],t,i),n[3]=Math.max(n[3],e,s)}static#t(t,e,i,s,n,a,r,o,l,h){if(l<=0||l>=1)return;const c=1-l,d=l*l,u=d*l,p=c*(c*(c*t+3*l*e)+3*d*i)+u*s,g=c*(c*(c*n+3*l*a)+3*d*r)+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,s,n,a,r,o,l,h,c,d){if(Math.abs(l)<1e-12)return void(Math.abs(h)>=1e-12&&this.#t(t,e,i,s,n,a,r,o,-c/h,d));const u=h**2-4*c*l;if(u<0)return;const p=Math.sqrt(u),g=2*l;this.#t(t,e,i,s,n,a,r,o,(-h+p)/g,d),this.#t(t,e,i,s,n,a,r,o,(-h-p)/g,d)}static bezierBoundingBox(t,e,i,s,n,a,r,o,l){l[0]=Math.min(l[0],t,r),l[1]=Math.min(l[1],e,o),l[2]=Math.max(l[2],t,r),l[3]=Math.max(l[3],e,o),this.#e(t,i,n,r,e,s,a,o,3*(3*(i-n)-t+r),6*(t-2*i+n),3*(i-t),l),this.#e(t,i,n,r,e,s,a,o,3*(3*(s-a)-e+o),6*(e-2*s+a),3*(s-e),l)}}let xa=null,Aa=null;function _a(){if("function"==typeof crypto.randomUUID)return crypto.randomUUID();const t=new Uint8Array(32);return crypto.getRandomValues(t),fa(t)}const Sa="pdfjs_internal_id_";function Ta(t,e,i){return Math.min(Math.max(t,e),i)}function Ca(t){return Uint8Array.prototype.toBase64?t.toBase64():btoa(fa(t))}"function"!=typeof Promise.try&&(Promise.try=function(t,...e){return new Promise((i=>{i(t(...e))}))}),"function"!=typeof Math.sumPrecise&&(Math.sumPrecise=function(t){return t.reduce(((t,e)=>t+e),0)});const Ea="http://www.w3.org/2000/svg";class ka{static CSS=96;static PDF=72;static PDF_TO_CSS_UNITS=this.CSS/this.PDF}async function Ma(t,e="text"){if(Fa(t,document.baseURI)){const i=await fetch(t);if(!i.ok)throw new Error(i.statusText);switch(e){case"arraybuffer":return i.arrayBuffer();case"blob":return i.blob();case"json":return i.json()}return i.text()}return new Promise(((i,s)=>{const n=new XMLHttpRequest;n.open("GET",t,!0),n.responseType=e,n.onreadystatechange=()=>{if(n.readyState===XMLHttpRequest.DONE)if(200!==n.status&&0!==n.status)s(new Error(n.statusText));else{switch(e){case"arraybuffer":case"blob":case"json":return void i(n.response)}i(n.responseText)}},n.send(null)}))}class Pa{constructor({viewBox:t,userUnit:e,scale:i,rotation:s,offsetX:n=0,offsetY:a=0,dontFlip:r=!1}){this.viewBox=t,this.userUnit=e,this.scale=i,this.rotation=s,this.offsetX=n,this.offsetY=a,i*=e;const o=(t[2]+t[0])/2,l=(t[3]+t[1])/2;let h,c,d,u,p,g,m,f;switch((s%=360)<0&&(s+=360),s){case 180:h=-1,c=0,d=0,u=1;break;case 90:h=0,c=1,d=1,u=0;break;case 270:h=0,c=-1,d=-1,u=0;break;case 0:h=1,c=0,d=0,u=-1;break;default:throw new Error("PageViewport: Invalid rotation, must be a multiple of 90 degrees.")}r&&(d=-d,u=-u),0===h?(p=Math.abs(l-t[1])*i+n,g=Math.abs(o-t[0])*i+a,m=(t[3]-t[1])*i,f=(t[2]-t[0])*i):(p=Math.abs(o-t[0])*i+n,g=Math.abs(l-t[1])*i+a,m=(t[2]-t[0])*i,f=(t[3]-t[1])*i),this.transform=[h*i,c*i,d*i,u*i,p-h*i*o-d*i*l,g-c*i*o-u*i*l],this.width=m,this.height=f}get rawDims(){const t=this.viewBox;return la(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:s=this.offsetY,dontFlip:n=!1}={}){return new Pa({viewBox:this.viewBox.slice(),userUnit:this.userUnit,scale:t,rotation:e,offsetX:i,offsetY:s,dontFlip:n})}convertToViewportPoint(t,e){const i=[t,e];return wa.applyTransform(i,this.transform),i}convertToViewportRectangle(t){const e=[t[0],t[1]];wa.applyTransform(e,this.transform);const i=[t[2],t[3]];return wa.applyTransform(i,this.transform),[e[0],e[1],i[0],i[1]]}convertToPdfPoint(t,e){const i=[t,e];return wa.applyInverseTransform(i,this.transform),i}}class Ia extends ha{constructor(t,e=0){super(t,"RenderingCancelledException"),this.extraDelay=e}}function Da(t){const e=t.length;let i=0;for(;i<e&&""===t[i].trim();)i++;return"data:"===t.substring(i,i+5).toLowerCase()}function Ra(t){return"string"==typeof t&&/\.pdf$/i.test(t)}class La{started=Object.create(null);times=[];time(t){t in this.started&&sa(`Timer is already running for ${t}`),this.started[t]=Date.now()}timeEnd(t){t in this.started||sa(`Timer has not been started for ${t}`),this.times.push({name:t,start:this.started[t],end:Date.now()}),delete this.started[t]}toString(){const t=[];let e=0;for(const{name:t}of this.times)e=Math.max(t.length,e);for(const{name:i,start:s,end:n}of this.times)t.push(`${i.padEnd(e)} ${n-s}ms\n`);return t.join("")}}function Fa(t,e){const i=e?URL.parse(t,e):URL.parse(t);return"http:"===i?.protocol||"https:"===i?.protocol}function Oa(t){t.preventDefault()}function Na(t){t.preventDefault(),t.stopPropagation()}class Ba{static#i;static toDateObject(t){if(!t||"string"!=typeof t)return null;this.#i||=new RegExp("^D:(\\d{4})(\\d{2})?(\\d{2})?(\\d{2})?(\\d{2})?(\\d{2})?([Z|+|-])?(\\d{2})?'?(\\d{2})?'?");const e=this.#i.exec(t);if(!e)return null;const i=parseInt(e[1],10);let s=parseInt(e[2],10);s=s>=1&&s<=12?s-1:0;let n=parseInt(e[3],10);n=n>=1&&n<=31?n:1;let a=parseInt(e[4],10);a=a>=0&&a<=23?a:0;let r=parseInt(e[5],10);r=r>=0&&r<=59?r:0;let o=parseInt(e[6],10);o=o>=0&&o<=59?o:0;const l=e[7]||"Z";let h=parseInt(e[8],10);h=h>=0&&h<=23?h:0;let c=parseInt(e[9],10)||0;return c=c>=0&&c<=59?c:0,"-"===l?(a+=h,r+=c):"+"===l&&(a-=h,r-=c),new Date(Date.UTC(i,s,n,a,r,o))}}function za(t){if(t.startsWith("#")){const e=parseInt(t.slice(1),16);return[(16711680&e)>>16,(65280&e)>>8,255&e]}return t.startsWith("rgb(")?t.slice(4,-1).split(",").map((t=>parseInt(t))):t.startsWith("rgba(")?t.slice(5,-1).split(",").map((t=>parseInt(t))).slice(0,3):(sa(`Not a valid color format: "${t}"`),[0,0,0])}function Ha(t){const{a:e,b:i,c:s,d:n,e:a,f:r}=t.getTransform();return[e,i,s,n,a,r]}function ja(t){const{a:e,b:i,c:s,d:n,e:a,f:r}=t.getTransform().invertSelf();return[e,i,s,n,a,r]}function $a(t,e,i=!1,s=!0){if(e instanceof Pa){const{pageWidth:s,pageHeight:n}=e.rawDims,{style:a}=t,r=ba.isCSSRoundSupported,o=`var(--total-scale-factor) * ${s}px`,l=`var(--total-scale-factor) * ${n}px`,h=r?`round(down, ${o}, var(--scale-round-x))`:`calc(${o})`,c=r?`round(down, ${l}, var(--scale-round-y))`:`calc(${l})`;i&&e.rotation%180!=0?(a.width=c,a.height=h):(a.width=h,a.height=c)}s&&t.setAttribute("data-main-rotation",e.rotation)}class Va{constructor(){const{pixelRatio:t}=Va;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,s){let n=1/0,a=1/0,r=1/0;i>0&&(n=Math.sqrt(i/(t*e))),-1!==s&&(a=s/t,r=s/e);const o=Math.min(n,a,r);return(this.sx>o||this.sy>o)&&(this.sx=o,this.sy=o,!0)}static get pixelRatio(){return globalThis.devicePixelRatio||1}}const Ua=["image/apng","image/avif","image/bmp","image/gif","image/jpeg","image/png","image/svg+xml","image/webp","image/x-icon"];class Ga{#s=null;#n=null;#a;#r=null;#o=null;#l=null;static#h=null;constructor(t){this.#a=t,Ga.#h||=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(){const t=this.#s=document.createElement("div");t.classList.add("editToolbar","hidden"),t.setAttribute("role","toolbar");const e=this.#a._uiManager._signal;t.addEventListener("contextmenu",Oa,{signal:e}),t.addEventListener("pointerdown",Ga.#c,{signal:e});const i=this.#r=document.createElement("div");i.className="buttons",t.append(i);const s=this.#a.toolbarPosition;if(s){const{style:e}=t,i="ltr"===this.#a._uiManager.direction?1-s[0]:s[0];e.insetInlineEnd=100*i+"%",e.top=`calc(${100*s[1]}% + var(--editor-toolbar-vert-offset))`}return this.#d(),t}get div(){return this.#s}static#c(t){t.stopPropagation()}#u(t){this.#a._focusEventsAllowed=!1,Na(t)}#p(t){this.#a._focusEventsAllowed=!0,Na(t)}#g(t){const e=this.#a._uiManager._signal;t.addEventListener("focusin",this.#u.bind(this),{capture:!0,signal:e}),t.addEventListener("focusout",this.#p.bind(this),{capture:!0,signal:e}),t.addEventListener("contextmenu",Oa,{signal:e})}hide(){this.#s.classList.add("hidden"),this.#n?.hideDropdown()}show(){this.#s.classList.remove("hidden"),this.#o?.shown()}#d(){const{editorType:t,_uiManager:e}=this.#a,i=document.createElement("button");i.className="delete",i.tabIndex=0,i.setAttribute("data-l10n-id",Ga.#h[t]),this.#g(i),i.addEventListener("click",(t=>{e.delete()}),{signal:e._signal}),this.#r.append(i)}get#m(){const t=document.createElement("div");return t.className="divider",t}async addAltText(t){const e=await t.render();this.#g(e),this.#r.prepend(e,this.#m),this.#o=t}addColorPicker(t){this.#n=t;const e=t.renderButton();this.#g(e),this.#r.prepend(e,this.#m)}async addEditSignatureButton(t){const e=this.#l=await t.renderEditButton(this.#a);this.#g(e),this.#r.prepend(e,this.#m)}updateEditSignatureButton(t){this.#l&&(this.#l.title=t)}remove(){this.#s.remove(),this.#n?.destroy(),this.#n=null}}class qa{#r=null;#s=null;#f;constructor(t){this.#f=t}#v(){const t=this.#s=document.createElement("div");t.className="editToolbar",t.setAttribute("role","toolbar"),t.addEventListener("contextmenu",Oa,{signal:this.#f._signal});const e=this.#r=document.createElement("div");return e.className="buttons",t.append(e),this.#b(),t}#y(t,e){let i=0,s=0;for(const n of t){const t=n.y+n.height;if(t<i)continue;const a=n.x+(e?n.width:0);t>i?(s=a,i=t):e?a>s&&(s=a):a<s&&(s=a)}return[e?1-s:s,i]}show(t,e,i){const[s,n]=this.#y(e,i),{style:a}=this.#s||=this.#v();t.append(this.#s),a.insetInlineEnd=100*s+"%",a.top=`calc(${100*n}% + var(--editor-toolbar-vert-offset))`}hide(){this.#s.remove()}#b(){const t=document.createElement("button");t.className="highlightButton",t.tabIndex=0,t.setAttribute("data-l10n-id","pdfjs-highlight-floating-button1");const e=document.createElement("span");t.append(e),e.className="visuallyHidden",e.setAttribute("data-l10n-id","pdfjs-highlight-floating-button-label");const i=this.#f._signal;t.addEventListener("contextmenu",Oa,{signal:i}),t.addEventListener("click",(()=>{this.#f.highlightSelection("floating_button")}),{signal:i}),this.#r.append(t)}}function Wa(t,e,i){for(const s of i)e.addEventListener(s,t[s].bind(t))}class Xa{#w=0;get id(){return"pdfjs_internal_editor_"+this.#w++}}class Ka{#x=_a();#w=0;#A=null;static get _isSVGFittingCanvas(){const t=new OffscreenCanvas(1,3).getContext("2d",{willReadFrequently:!0}),e=new Image;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>';return la(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#_(t,e){this.#A||=new Map;let i=this.#A.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.#x}_${this.#w++}`,refCounter:0,isSvg:!1},"string"==typeof e?(i.url=e,t=await Ma(e,"blob")):e instanceof File?t=i.file=e:e instanceof Blob&&(t=e),"image/svg+xml"===t.type){const e=Ka._isSVGFittingCanvas,s=new FileReader,n=new Image,a=new Promise(((t,a)=>{n.onload=()=>{i.bitmap=n,i.isSvg=!0,t()},s.onload=async()=>{const t=i.svgUrl=s.result;n.src=await e?`${t}#svgView(preserveAspectRatio(none))`:t},n.onerror=s.onerror=a}));s.readAsDataURL(t),await a}else i.bitmap=await createImageBitmap(t);i.refCounter=1}catch(t){sa(t),i=null}return this.#A.set(t,i),i&&this.#A.set(i.id,i),i}async getFromFile(t){const{lastModified:e,name:i,size:s,type:n}=t;return this.#_(`${e}_${i}_${s}_${n}`,t)}async getFromUrl(t){return this.#_(t,t)}async getFromBlob(t,e){const i=await e;return this.#_(t,i)}async getFromId(t){this.#A||=new Map;const e=this.#A.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){const{blobPromise:t}=e;return delete e.blobPromise,this.getFromBlob(e.id,t)}return this.getFromUrl(e.url)}getFromCanvas(t,e){this.#A||=new Map;let i=this.#A.get(t);if(i?.bitmap)return i.refCounter+=1,i;const s=new OffscreenCanvas(e.width,e.height);return s.getContext("2d").drawImage(e,0,0),i={bitmap:s.transferToImageBitmap(),id:`image_${this.#x}_${this.#w++}`,refCounter:1,isSvg:!1},this.#A.set(t,i),this.#A.set(i.id,i),i}getSvgUrl(t){const e=this.#A.get(t);return e?.isSvg?e.svgUrl:null}deleteId(t){this.#A||=new Map;const e=this.#A.get(t);if(!e)return;if(e.refCounter-=1,0!==e.refCounter)return;const{bitmap:i}=e;if(!e.url&&!e.file){const 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.#x}_`)}}class Ya{#S=[];#T=!1;#C;#E=-1;constructor(t=128){this.#C=t}add({cmd:t,undo:e,post:i,mustExec:s,type:n=NaN,overwriteIfSameType:a=!1,keepUndo:r=!1}){if(s&&t(),this.#T)return;const o={cmd:t,undo:e,post:i,type:n};if(-1===this.#E)return this.#S.length>0&&(this.#S.length=0),this.#E=0,void this.#S.push(o);if(a&&this.#S[this.#E].type===n)return r&&(o.undo=this.#S[this.#E].undo),void(this.#S[this.#E]=o);const l=this.#E+1;l===this.#C?this.#S.splice(0,1):(this.#E=l,l<this.#S.length&&this.#S.splice(l)),this.#S.push(o)}undo(){if(-1===this.#E)return;this.#T=!0;const{undo:t,post:e}=this.#S[this.#E];t(),e?.(),this.#T=!1,this.#E-=1}redo(){if(this.#E<this.#S.length-1){this.#E+=1,this.#T=!0;const{cmd:t,post:e}=this.#S[this.#E];t(),e?.(),this.#T=!1}}hasSomethingToUndo(){return-1!==this.#E}hasSomethingToRedo(){return this.#E<this.#S.length-1}cleanType(t){if(-1!==this.#E){for(let e=this.#E;e>=0;e--)if(this.#S[e].type!==t)return this.#S.splice(e+1,this.#E-e),void(this.#E=e);this.#S.length=0,this.#E=-1}}destroy(){this.#S=null}}class Qa{constructor(t){this.buffer=[],this.callbacks=new Map,this.allKeys=new Set;const{isMac:e}=ba.platform;for(const[i,s,n={}]of t)for(const t of i){const i=t.startsWith("mac+");e&&i?(this.callbacks.set(t.slice(4),{callback:s,options:n}),this.allKeys.add(t.split("+").at(-1))):e||i||(this.callbacks.set(t,{callback:s,options:n}),this.allKeys.add(t.split("+").at(-1)))}}#k(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);const e=this.buffer.join("+");return this.buffer.length=0,e}exec(t,e){if(!this.allKeys.has(e.key))return;const i=this.callbacks.get(this.#k(e));if(!i)return;const{callback:s,options:{bubbles:n=!1,args:a=[],checker:r=null}}=i;r&&!r(t,e)||(s.bind(t,...a,e)(),n||Na(e))}}class Ja{static _colorsMapping=new Map([["CanvasText",[0,0,0]],["Canvas",[255,255,255]]]);get _colors(){const t=new Map([["CanvasText",null],["Canvas",null]]);return function(t){const e=document.createElement("span");e.style.visibility="hidden",e.style.colorScheme="only light",document.body.append(e);for(const i of t.keys()){e.style.color=i;const s=window.getComputedStyle(e).color;t.set(i,za(s))}e.remove()}(t),la(this,"_colors",t)}convert(t){const e=za(t);if(!window.matchMedia("(forced-colors: active)").matches)return e;for(const[t,i]of this._colors)if(i.every(((t,i)=>t===e[i])))return Ja._colorsMapping.get(t);return e}getHexCode(t){const e=this._colors.get(t);return e?wa.makeHexColor(...e):t}}class Za{#M=new AbortController;#P=null;#I=new Map;#D=new Map;#R=null;#L=null;#F=null;#O=new Ya;#N=null;#B=null;#z=0;#H=new Set;#j=null;#$=null;#V=new Set;_editorUndoBar=null;#U=!1;#G=!1;#q=!1;#W=null;#X=null;#K=null;#Y=null;#Q=!1;#J=null;#Z=new Xa;#tt=!1;#et=!1;#it=null;#st=null;#nt=null;#at=null;#rt=null;#ot=Dn.NONE;#lt=new Set;#ht=null;#ct=null;#dt=null;#ut=null;#pt={isEditing:!1,isEmpty:!0,hasSomethingToUndo:!1,hasSomethingToRedo:!1,hasSelectedEditor:!1,hasSelectedText:!1};#gt=[0,0];#mt=null;#ft=null;#vt=null;#bt=null;static TRANSLATE_SMALL=1;static TRANSLATE_BIG=10;static get _keyboardManager(){const t=Za.prototype,e=t=>t.#ft.contains(document.activeElement)&&"BUTTON"!==document.activeElement.tagName&&t.hasSomethingToControl(),i=(t,{target:e})=>{if(e instanceof HTMLInputElement){const{type:t}=e;return"text"!==t&&"number"!==t}return!0},s=this.TRANSLATE_SMALL,n=this.TRANSLATE_BIG;return la(this,"_keyboardManager",new Qa([[["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.#ft.contains(e)&&!t.isEnterHandled}],[[" ","mac+ "],t.addNewEditorFromKeyboard,{checker:(t,{target:e})=>!(e instanceof HTMLButtonElement)&&t.#ft.contains(document.activeElement)}],[["Escape","mac+Escape"],t.unselectAll],[["ArrowLeft","mac+ArrowLeft"],t.translateSelectedEditors,{args:[-s,0],checker:e}],[["ctrl+ArrowLeft","mac+shift+ArrowLeft"],t.translateSelectedEditors,{args:[-n,0],checker:e}],[["ArrowRight","mac+ArrowRight"],t.translateSelectedEditors,{args:[s,0],checker:e}],[["ctrl+ArrowRight","mac+shift+ArrowRight"],t.translateSelectedEditors,{args:[n,0],checker:e}],[["ArrowUp","mac+ArrowUp"],t.translateSelectedEditors,{args:[0,-s],checker:e}],[["ctrl+ArrowUp","mac+shift+ArrowUp"],t.translateSelectedEditors,{args:[0,-n],checker:e}],[["ArrowDown","mac+ArrowDown"],t.translateSelectedEditors,{args:[0,s],checker:e}],[["ctrl+ArrowDown","mac+shift+ArrowDown"],t.translateSelectedEditors,{args:[0,n],checker:e}]]))}constructor(t,e,i,s,n,a,r,o,l,h,c,d,u,p){const g=this._signal=this.#M.signal;this.#ft=t,this.#vt=e,this.#R=i,this.#ct=s,this._eventBus=n,n._on("editingaction",this.onEditingAction.bind(this),{signal:g}),n._on("pagechanging",this.onPageChanging.bind(this),{signal:g}),n._on("scalechanging",this.onScaleChanging.bind(this),{signal:g}),n._on("rotationchanging",this.onRotationChanging.bind(this),{signal:g}),n._on("setpreference",this.onSetPreference.bind(this),{signal:g}),n._on("switchannotationeditorparams",(t=>this.updateParams(t.type,t.value)),{signal:g}),this.#yt(),this.#wt(),this.#xt(),this.#L=a.annotationStorage,this.#W=a.filterFactory,this.#dt=r,this.#Y=o||null,this.#U=l,this.#G=h,this.#q=c,this.#rt=d||null,this.viewParameters={realScale:ka.PDF_TO_CSS_UNITS,rotation:0},this.isShiftKeyDown=!1,this._editorUndoBar=u||null,this._supportsPinchToZoom=!1!==p}destroy(){this.#bt?.resolve(),this.#bt=null,this.#M?.abort(),this.#M=null,this._signal=null;for(const t of this.#D.values())t.destroy();this.#D.clear(),this.#I.clear(),this.#V.clear(),this.#at?.clear(),this.#P=null,this.#lt.clear(),this.#O.destroy(),this.#R?.destroy(),this.#ct?.destroy(),this.#J?.hide(),this.#J=null,this.#nt?.destroy(),this.#nt=null,this.#X&&(clearTimeout(this.#X),this.#X=null),this.#mt&&(clearTimeout(this.#mt),this.#mt=null),this._editorUndoBar?.destroy()}combinedSignal(t){return AbortSignal.any([this._signal,t.signal])}get mlManager(){return this.#rt}get useNewAltTextFlow(){return this.#G}get useNewAltTextWhenAddingImage(){return this.#q}get hcmFilter(){return la(this,"hcmFilter",this.#dt?this.#W.addHCMFilter(this.#dt.foreground,this.#dt.background):"none")}get direction(){return la(this,"direction",getComputedStyle(this.#ft).direction)}get highlightColors(){return la(this,"highlightColors",this.#Y?new Map(this.#Y.split(",").map((t=>t.split("=").map((t=>t.trim()))))):null)}get highlightColorNames(){return la(this,"highlightColorNames",this.highlightColors?new Map(Array.from(this.highlightColors,(t=>t.reverse()))):null)}setCurrentDrawingSession(t){t?(this.unselectAll(),this.disableUserSelect(!0)):this.disableUserSelect(!1),this.#B=t}setMainHighlightColorPicker(t){this.#nt=t}editAltText(t,e=!1){this.#R?.editAltText(this,t,e)}getSignature(t){this.#ct?.getSignature({uiManager:this,editor:t})}get signatureManager(){return this.#ct}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}){if("enableNewAltTextWhenAddingImage"===t)this.#q=e}onPageChanging({pageNumber:t}){this.#z=t-1}focusMainContainer(){this.#ft.focus()}findParent(t,e){for(const i of this.#D.values()){const{x:s,y:n,width:a,height:r}=i.div.getBoundingClientRect();if(t>=s&&t<=s+a&&e>=n&&e<=n+r)return i}return null}disableUserSelect(t=!1){this.#vt.classList.toggle("noUserSelect",t)}addShouldRescale(t){this.#V.add(t)}removeShouldRescale(t){this.#V.delete(t)}onScaleChanging({scale:t}){this.commitOrRemove(),this.viewParameters.realScale=t*ka.PDF_TO_CSS_UNITS;for(const t of this.#V)t.onScaleChanging();this.#B?.onScaleChanging()}onRotationChanging({pagesRotation:t}){this.commitOrRemove(),this.viewParameters.rotation=t}#At({anchorNode:t}){return t.nodeType===Node.TEXT_NODE?t.parentElement:t}#_t(t){const{currentLayer:e}=this;if(e.hasTextLayer(t))return e;for(const e of this.#D.values())if(e.hasTextLayer(t))return e;return null}highlightSelection(t=""){const e=document.getSelection();if(!e||e.isCollapsed)return;const{anchorNode:i,anchorOffset:s,focusNode:n,focusOffset:a}=e,r=e.toString(),o=this.#At(e).closest(".textLayer"),l=this.getSelectionBoxes(o);if(!l)return;e.empty();const h=this.#_t(o),c=this.#ot===Dn.NONE,d=()=>{h?.createAndAddNewEditor({x:0,y:0},!1,{methodOfCreation:t,boxes:l,anchorNode:i,anchorOffset:s,focusNode:n,focusOffset:a,text:r}),c&&this.showAllEditors("highlight",!0,!0)};c?this.switchToMode(Dn.HIGHLIGHT,d):d()}#St(){const t=document.getSelection();if(!t||t.isCollapsed)return;const e=this.#At(t).closest(".textLayer"),i=this.getSelectionBoxes(e);i&&(this.#J||=new qa(this),this.#J.show(e,i,"ltr"===this.direction))}addToAnnotationStorage(t){t.isEmpty()||!this.#L||this.#L.has(t.id)||this.#L.setValue(t.id,t)}#Tt(){const t=document.getSelection();if(!t||t.isCollapsed)return void(this.#ht&&(this.#J?.hide(),this.#ht=null,this.#Ct({hasSelectedText:!1})));const{anchorNode:e}=t;if(e===this.#ht)return;const i=this.#At(t).closest(".textLayer");if(i){if(this.#J?.hide(),this.#ht=e,this.#Ct({hasSelectedText:!0}),(this.#ot===Dn.HIGHLIGHT||this.#ot===Dn.NONE)&&(this.#ot===Dn.HIGHLIGHT&&this.showAllEditors("highlight",!0,!0),this.#Q=this.isShiftKeyDown,!this.isShiftKeyDown)){const t=this.#ot===Dn.HIGHLIGHT?this.#_t(i):null;t?.toggleDrawing();const e=new AbortController,s=this.combinedSignal(e),n=i=>{"pointerup"===i.type&&0!==i.button||(e.abort(),t?.toggleDrawing(!0),"pointerup"===i.type&&this.#Et("main_toolbar"))};window.addEventListener("pointerup",n,{signal:s}),window.addEventListener("blur",n,{signal:s})}}else this.#ht&&(this.#J?.hide(),this.#ht=null,this.#Ct({hasSelectedText:!1}))}#Et(t=""){this.#ot===Dn.HIGHLIGHT?this.highlightSelection(t):this.#U&&this.#St()}#yt(){document.addEventListener("selectionchange",this.#Tt.bind(this),{signal:this._signal})}#kt(){if(this.#K)return;this.#K=new AbortController;const t=this.combinedSignal(this.#K);window.addEventListener("focus",this.focus.bind(this),{signal:t}),window.addEventListener("blur",this.blur.bind(this),{signal:t})}#Mt(){this.#K?.abort(),this.#K=null}blur(){if(this.isShiftKeyDown=!1,this.#Q&&(this.#Q=!1,this.#Et("main_toolbar")),!this.hasSelection)return;const{activeElement:t}=document;for(const e of this.#lt)if(e.div.contains(t)){this.#st=[e,t],e._focusEventsAllowed=!1;break}}focus(){if(!this.#st)return;const[t,e]=this.#st;this.#st=null,e.addEventListener("focusin",(()=>{t._focusEventsAllowed=!0}),{once:!0,signal:this._signal}),e.focus()}#xt(){if(this.#it)return;this.#it=new AbortController;const t=this.combinedSignal(this.#it);window.addEventListener("keydown",this.keydown.bind(this),{signal:t}),window.addEventListener("keyup",this.keyup.bind(this),{signal:t})}#Pt(){this.#it?.abort(),this.#it=null}#It(){if(this.#N)return;this.#N=new AbortController;const t=this.combinedSignal(this.#N);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})}#Dt(){this.#N?.abort(),this.#N=null}#wt(){const t=this._signal;document.addEventListener("dragover",this.dragOver.bind(this),{signal:t}),document.addEventListener("drop",this.drop.bind(this),{signal:t})}addEditListeners(){this.#xt(),this.#It()}removeEditListeners(){this.#Pt(),this.#Dt()}dragOver(t){for(const{type:e}of t.dataTransfer.items)for(const i of this.#$)if(i.isHandlingMimeForPasting(e))return t.dataTransfer.dropEffect="copy",void t.preventDefault()}drop(t){for(const e of t.dataTransfer.items)for(const i of this.#$)if(i.isHandlingMimeForPasting(e.type))return i.paste(e,this.currentLayer),void t.preventDefault()}copy(t){if(t.preventDefault(),this.#P?.commitOrRemove(),!this.hasSelection)return;const e=[];for(const t of this.#lt){const 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();const{clipboardData:e}=t;for(const t of e.items)for(const e of this.#$)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){return void sa(`paste: "${t.message}".`)}if(!Array.isArray(i))return;this.unselectAll();const s=this.currentLayer;try{const t=[];for(const e of i){const i=await s.deserialize(e);if(!i)return;t.push(i)}const e=()=>{for(const e of t)this.#Rt(e);this.#Lt(t)},n=()=>{for(const e of t)e.remove()};this.addCommands({cmd:e,undo:n,mustExec:!0})}catch(t){sa(`paste: "${t.message}".`)}}keydown(t){this.isShiftKeyDown||"Shift"!==t.key||(this.isShiftKeyDown=!0),this.#ot===Dn.NONE||this.isEditorHandlingKeyboard||Za._keyboardManager.exec(this,t)}keyup(t){this.isShiftKeyDown&&"Shift"===t.key&&(this.isShiftKeyDown=!1,this.#Q&&(this.#Q=!1,this.#Et("main_toolbar")))}onEditingAction({name:t}){switch(t){case"undo":case"redo":case"delete":case"selectAll":this[t]();break;case"highlightSelection":this.highlightSelection("context_menu")}}#Ct(t){Object.entries(t).some((([t,e])=>this.#pt[t]!==e))&&(this._eventBus.dispatch("annotationeditorstateschanged",{source:this,details:Object.assign(this.#pt,t)}),this.#ot===Dn.HIGHLIGHT&&!1===t.hasSelectedEditor&&this.#Ft([[Rn.HIGHLIGHT_FREE,!0]]))}#Ft(t){this._eventBus.dispatch("annotationeditorparamschanged",{source:this,details:t})}setEditingState(t){t?(this.#kt(),this.#It(),this.#Ct({isEditing:this.#ot!==Dn.NONE,isEmpty:this.#Ot(),hasSomethingToUndo:this.#O.hasSomethingToUndo(),hasSomethingToRedo:this.#O.hasSomethingToRedo(),hasSelectedEditor:!1})):(this.#Mt(),this.#Dt(),this.#Ct({isEditing:!1}),this.disableUserSelect(!1))}registerEditorTypes(t){if(!this.#$){this.#$=t;for(const t of this.#$)this.#Ft(t.defaultPropertiesToUpdate)}}getId(){return this.#Z.id}get currentLayer(){return this.#D.get(this.#z)}getLayer(t){return this.#D.get(t)}get currentPageIndex(){return this.#z}addLayer(t){this.#D.set(t.pageIndex,t),this.#tt?t.enable():t.disable()}removeLayer(t){this.#D.delete(t.pageIndex)}async updateMode(t,e=null,i=!1){if(this.#ot!==t&&(!this.#bt||(await this.#bt.promise,this.#bt))){if(this.#bt=Promise.withResolvers(),this.#B?.commitOrRemove(),this.#ot=t,t===Dn.NONE)return this.setEditingState(!1),this.#Nt(),this._editorUndoBar?.hide(),void this.#bt.resolve();t===Dn.SIGNATURE&&await(this.#ct?.loadSignatures()),this.setEditingState(!0),await this.#Bt(),this.unselectAll();for(const e of this.#D.values())e.updateMode(t);if(!e)return i&&this.addNewEditorFromKeyboard(),void this.#bt.resolve();for(const t of this.#I.values())t.annotationElementId===e?(this.setSelected(t),t.enterInEditMode()):t.unselect();this.#bt.resolve()}}addNewEditorFromKeyboard(){this.currentLayer.canCreateNewEmptyEditor()&&this.currentLayer.addNewEditor()}updateToolbar(t){t!==this.#ot&&this._eventBus.dispatch("switchannotationeditormode",{source:this,mode:t})}updateParams(t,e){if(this.#$){switch(t){case Rn.CREATE:return void this.currentLayer.addNewEditor(e);case Rn.HIGHLIGHT_DEFAULT_COLOR:this.#nt?.updateColor(e);break;case Rn.HIGHLIGHT_SHOW_ALL:this._eventBus.dispatch("reporttelemetry",{source:this,details:{type:"editing",data:{type:"highlight",action:"toggle_visibility"}}}),(this.#ut||=new Map).set(t,e),this.showAllEditors("highlight",e)}for(const i of this.#lt)i.updateParams(t,e);for(const i of this.#$)i.updateDefaultParams(t,e)}}showAllEditors(t,e,i=!1){for(const i of this.#I.values())i.editorType===t&&i.show(e);(this.#ut?.get(Rn.HIGHLIGHT_SHOW_ALL)??!0)!==e&&this.#Ft([[Rn.HIGHLIGHT_SHOW_ALL,e]])}enableWaiting(t=!1){if(this.#et!==t){this.#et=t;for(const e of this.#D.values())t?e.disableClick():e.enableClick(),e.div.classList.toggle("waiting",t)}}async#Bt(){if(!this.#tt){this.#tt=!0;const t=[];for(const e of this.#D.values())t.push(e.enable());await Promise.all(t);for(const t of this.#I.values())t.enable()}}#Nt(){if(this.unselectAll(),this.#tt){this.#tt=!1;for(const t of this.#D.values())t.disable();for(const t of this.#I.values())t.disable()}}getEditors(t){const e=[];for(const i of this.#I.values())i.pageIndex===t&&e.push(i);return e}getEditor(t){return this.#I.get(t)}addEditor(t){this.#I.set(t.id,t)}removeEditor(t){t.div.contains(document.activeElement)&&(this.#X&&clearTimeout(this.#X),this.#X=setTimeout((()=>{this.focusMainContainer(),this.#X=null}),0)),this.#I.delete(t.id),t.annotationElementId&&this.#at?.delete(t.annotationElementId),this.unselect(t),t.annotationElementId&&this.#H.has(t.annotationElementId)||this.#L?.remove(t.id)}addDeletedAnnotationElement(t){this.#H.add(t.annotationElementId),this.addChangedExistingAnnotation(t),t.deleted=!0}isDeletedAnnotationElement(t){return this.#H.has(t)}removeDeletedAnnotationElement(t){this.#H.delete(t.annotationElementId),this.removeChangedExistingAnnotation(t),t.deleted=!1}#Rt(t){const e=this.#D.get(t.pageIndex);e?e.addOrRebuild(t):(this.addEditor(t),this.addToAnnotationStorage(t))}setActiveEditor(t){this.#P!==t&&(this.#P=t,t&&this.#Ft(t.propertiesToUpdate))}get#zt(){let t=null;for(t of this.#lt);return t}updateUI(t){this.#zt===t&&this.#Ft(t.propertiesToUpdate)}updateUIForDefaultProperties(t){this.#Ft(t.defaultPropertiesToUpdate)}toggleSelected(t){if(this.#lt.has(t))return this.#lt.delete(t),t.unselect(),void this.#Ct({hasSelectedEditor:this.hasSelection});this.#lt.add(t),t.select(),this.#Ft(t.propertiesToUpdate),this.#Ct({hasSelectedEditor:!0})}setSelected(t){this.#B?.commitOrRemove();for(const e of this.#lt)e!==t&&e.unselect();this.#lt.clear(),this.#lt.add(t),t.select(),this.#Ft(t.propertiesToUpdate),this.#Ct({hasSelectedEditor:!0})}isSelected(t){return this.#lt.has(t)}get firstSelectedEditor(){return this.#lt.values().next().value}unselect(t){t.unselect(),this.#lt.delete(t),this.#Ct({hasSelectedEditor:this.hasSelection})}get hasSelection(){return 0!==this.#lt.size}get isEnterHandled(){return 1===this.#lt.size&&this.firstSelectedEditor.isEnterHandled}undo(){this.#O.undo(),this.#Ct({hasSomethingToUndo:this.#O.hasSomethingToUndo(),hasSomethingToRedo:!0,isEmpty:this.#Ot()}),this._editorUndoBar?.hide()}redo(){this.#O.redo(),this.#Ct({hasSomethingToUndo:!0,hasSomethingToRedo:this.#O.hasSomethingToRedo(),isEmpty:this.#Ot()})}addCommands(t){this.#O.add(t),this.#Ct({hasSomethingToUndo:!0,hasSomethingToRedo:!1,isEmpty:this.#Ot()})}cleanUndoStack(t){this.#O.cleanType(t)}#Ot(){if(0===this.#I.size)return!0;if(1===this.#I.size)for(const t of this.#I.values())return t.isEmpty();return!1}delete(){this.commitOrRemove();const t=this.currentLayer?.endDrawingSession(!0);if(!this.hasSelection&&!t)return;const e=t?[t]:[...this.#lt],i=()=>{for(const t of e)this.#Rt(t)};this.addCommands({cmd:()=>{this._editorUndoBar?.show(i,1===e.length?e[0].editorType:e.length);for(const t of e)t.remove()},undo:i,mustExec:!0})}commitOrRemove(){this.#P?.commitOrRemove()}hasSomethingToControl(){return this.#P||this.hasSelection}#Lt(t){for(const t of this.#lt)t.unselect();this.#lt.clear();for(const e of t)e.isEmpty()||(this.#lt.add(e),e.select());this.#Ct({hasSelectedEditor:this.hasSelection})}selectAll(){for(const t of this.#lt)t.commit();this.#Lt(this.#I.values())}unselectAll(){if((!this.#P||(this.#P.commitOrRemove(),this.#ot===Dn.NONE))&&!this.#B?.commitOrRemove()&&this.hasSelection){for(const t of this.#lt)t.unselect();this.#lt.clear(),this.#Ct({hasSelectedEditor:!1})}}translateSelectedEditors(t,e,i=!1){if(i||this.commitOrRemove(),!this.hasSelection)return;this.#gt[0]+=t,this.#gt[1]+=e;const[s,n]=this.#gt,a=[...this.#lt];this.#mt&&clearTimeout(this.#mt),this.#mt=setTimeout((()=>{this.#mt=null,this.#gt[0]=this.#gt[1]=0,this.addCommands({cmd:()=>{for(const t of a)this.#I.has(t.id)&&(t.translateInPage(s,n),t.translationDone())},undo:()=>{for(const t of a)this.#I.has(t.id)&&(t.translateInPage(-s,-n),t.translationDone())},mustExec:!1})}),1e3);for(const i of a)i.translateInPage(t,e),i.translationDone()}setUpDragSession(){if(this.hasSelection){this.disableUserSelect(!0),this.#j=new Map;for(const t of this.#lt)this.#j.set(t,{savedX:t.x,savedY:t.y,savedPageIndex:t.pageIndex,newX:0,newY:0,newPageIndex:-1})}}endDragSession(){if(!this.#j)return!1;this.disableUserSelect(!1);const t=this.#j;this.#j=null;let e=!1;for(const[{x:i,y:s,pageIndex:n},a]of t)a.newX=i,a.newY=s,a.newPageIndex=n,e||=i!==a.savedX||s!==a.savedY||n!==a.savedPageIndex;if(!e)return!1;const i=(t,e,i,s)=>{if(this.#I.has(t.id)){const n=this.#D.get(s);n?t._setParentAndPosition(n,e,i):(t.pageIndex=s,t.x=e,t.y=i)}};return this.addCommands({cmd:()=>{for(const[e,{newX:s,newY:n,newPageIndex:a}]of t)i(e,s,n,a)},undo:()=>{for(const[e,{savedX:s,savedY:n,savedPageIndex:a}]of t)i(e,s,n,a)},mustExec:!0}),!0}dragSelectedEditors(t,e){if(this.#j)for(const i of this.#j.keys())i.drag(t,e)}rebuild(t){if(null===t.parent){const 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.#lt.size&&this.firstSelectedEditor.shouldGetKeyboardEvents()}isActive(t){return this.#P===t}getActive(){return this.#P}getMode(){return this.#ot}get imageManager(){return la(this,"imageManager",new Ka)}getSelectionBoxes(t){if(!t)return null;const e=document.getSelection();for(let i=0,s=e.rangeCount;i<s;i++)if(!t.contains(e.getRangeAt(i).commonAncestorContainer))return null;const{x:i,y:s,width:n,height:a}=t.getBoundingClientRect();let r;switch(t.getAttribute("data-main-rotation")){case"90":r=(t,e,r,o)=>({x:(e-s)/a,y:1-(t+r-i)/n,width:o/a,height:r/n});break;case"180":r=(t,e,r,o)=>({x:1-(t+r-i)/n,y:1-(e+o-s)/a,width:r/n,height:o/a});break;case"270":r=(t,e,r,o)=>({x:1-(e+o-s)/a,y:(t-i)/n,width:o/a,height:r/n});break;default:r=(t,e,r,o)=>({x:(t-i)/n,y:(e-s)/a,width:r/n,height:o/a})}const o=[];for(let t=0,i=e.rangeCount;t<i;t++){const i=e.getRangeAt(t);if(!i.collapsed)for(const{x:t,y:e,width:s,height:n}of i.getClientRects())0!==s&&0!==n&&o.push(r(t,e,s,n))}return 0===o.length?null:o}addChangedExistingAnnotation({annotationElementId:t,id:e}){(this.#F||=new Map).set(t,e)}removeChangedExistingAnnotation({annotationElementId:t}){this.#F?.delete(t)}renderAnnotationElement(t){const e=this.#F?.get(t.data.id);if(!e)return;const i=this.#L.getRawValue(e);i&&(this.#ot!==Dn.NONE||i.hasBeenModified)&&i.renderAnnotationElement(t)}setMissingCanvas(t,e,i){const s=this.#at?.get(t);s&&(s.setCanvas(e,i),this.#at.delete(t))}addMissingCanvas(t,e){(this.#at||=new Map).set(t,e)}}class tr{#o=null;#Ht=!1;#jt=null;#$t=null;#Vt=null;#Ut=null;#Gt=!1;#qt=null;#a=null;#Wt=null;#Xt=null;#Kt=!1;static#Yt=null;static _l10n=null;constructor(t){this.#a=t,this.#Kt=t._uiManager.useNewAltTextFlow,tr.#Yt||=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){tr._l10n??=t}async render(){const t=this.#jt=document.createElement("button");t.className="altText",t.tabIndex="0";const e=this.#$t=document.createElement("span");t.append(e),this.#Kt?(t.classList.add("new"),t.setAttribute("data-l10n-id",tr.#Yt.missing),e.setAttribute("data-l10n-id",tr.#Yt["missing-label"])):(t.setAttribute("data-l10n-id","pdfjs-editor-alt-text-button"),e.setAttribute("data-l10n-id","pdfjs-editor-alt-text-button-label"));const i=this.#a._uiManager._signal;t.addEventListener("contextmenu",Oa,{signal:i}),t.addEventListener("pointerdown",(t=>t.stopPropagation()),{signal:i});const s=t=>{t.preventDefault(),this.#a._uiManager.editAltText(this.#a),this.#Kt&&this.#a._reportTelemetry({action:"pdfjs.image.alt_text.image_status_label_clicked",data:{label:this.#Qt}})};return t.addEventListener("click",s,{capture:!0,signal:i}),t.addEventListener("keydown",(e=>{e.target===t&&"Enter"===e.key&&(this.#Gt=!0,s(e))}),{signal:i}),await this.#Jt(),t}get#Qt(){return(this.#o?"added":null===this.#o&&this.guessedText&&"review")||"missing"}finish(){this.#jt&&(this.#jt.focus({focusVisible:this.#Gt}),this.#Gt=!1)}isEmpty(){return this.#Kt?null===this.#o:!this.#o&&!this.#Ht}hasData(){return this.#Kt?null!==this.#o||!!this.#Wt:this.isEmpty()}get guessedText(){return this.#Wt}async setGuessedText(t){null===this.#o&&(this.#Wt=t,this.#Xt=await tr._l10n.get("pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer",{generatedAltText:t}),this.#Jt())}toggleAltTextBadge(t=!1){if(!this.#Kt||this.#o)return this.#qt?.remove(),void(this.#qt=null);if(!this.#qt){const t=this.#qt=document.createElement("div");t.className="noAltTextBadge",this.#a.div.append(t)}this.#qt.classList.toggle("hidden",!t)}serialize(t){let e=this.#o;return t||this.#Wt!==e||(e=this.#Xt),{altText:e,decorative:this.#Ht,guessedText:this.#Wt,textWithDisclaimer:this.#Xt}}get data(){return{altText:this.#o,decorative:this.#Ht}}set data({altText:t,decorative:e,guessedText:i,textWithDisclaimer:s,cancel:n=!1}){i&&(this.#Wt=i,this.#Xt=s),this.#o===t&&this.#Ht===e||(n||(this.#o=t,this.#Ht=e),this.#Jt())}toggle(t=!1){this.#jt&&(!t&&this.#Ut&&(clearTimeout(this.#Ut),this.#Ut=null),this.#jt.disabled=!t)}shown(){this.#a._reportTelemetry({action:"pdfjs.image.alt_text.image_status_label_displayed",data:{label:this.#Qt}})}destroy(){this.#jt?.remove(),this.#jt=null,this.#$t=null,this.#Vt=null,this.#qt?.remove(),this.#qt=null}async#Jt(){const t=this.#jt;if(!t)return;if(this.#Kt){if(t.classList.toggle("done",!!this.#o),t.setAttribute("data-l10n-id",tr.#Yt[this.#Qt]),this.#$t?.setAttribute("data-l10n-id",tr.#Yt[`${this.#Qt}-label`]),!this.#o)return void this.#Vt?.remove()}else{if(!this.#o&&!this.#Ht)return t.classList.remove("done"),void this.#Vt?.remove();t.classList.add("done"),t.setAttribute("data-l10n-id","pdfjs-editor-alt-text-edit-button")}let e=this.#Vt;if(!e){this.#Vt=e=document.createElement("span"),e.className="tooltip",e.setAttribute("role","tooltip"),e.id=`alt-text-tooltip-${this.#a.id}`;const i=100,s=this.#a._uiManager._signal;s.addEventListener("abort",(()=>{clearTimeout(this.#Ut),this.#Ut=null}),{once:!0}),t.addEventListener("mouseenter",(()=>{this.#Ut=setTimeout((()=>{this.#Ut=null,this.#Vt.classList.add("show"),this.#a._reportTelemetry({action:"alt_text_tooltip"})}),i)}),{signal:s}),t.addEventListener("mouseleave",(()=>{this.#Ut&&(clearTimeout(this.#Ut),this.#Ut=null),this.#Vt?.classList.remove("show")}),{signal:s})}this.#Ht?e.setAttribute("data-l10n-id","pdfjs-editor-alt-text-decorative-tooltip"):(e.removeAttribute("data-l10n-id"),e.textContent=this.#o),e.parentNode||t.append(e);const i=this.#a.getElementForAltText();i?.setAttribute("aria-describedby",e.id)}}class er{#ft;#Zt=!1;#te=null;#ee;#ie;#se;#ne;#ae=null;#re;#oe=null;#le;#he=null;constructor({container:t,isPinchingDisabled:e=null,isPinchingStopped:i=null,onPinchStart:s=null,onPinching:n=null,onPinchEnd:a=null,signal:r}){this.#ft=t,this.#te=i,this.#ee=e,this.#ie=s,this.#se=n,this.#ne=a,this.#le=new AbortController,this.#re=AbortSignal.any([r,this.#le.signal]),t.addEventListener("touchstart",this.#ce.bind(this),{passive:!1,signal:this.#re})}get MIN_TOUCH_DISTANCE_TO_PINCH(){return 35/Va.pixelRatio}#ce(t){if(this.#ee?.())return;if(1===t.touches.length){if(this.#ae)return;const t=this.#ae=new AbortController,e=AbortSignal.any([this.#re,t.signal]),i=this.#ft,s={capture:!0,signal:e,passive:!1},n=t=>{"touch"===t.pointerType&&(this.#ae?.abort(),this.#ae=null)};return i.addEventListener("pointerdown",(t=>{"touch"===t.pointerType&&(Na(t),n(t))}),s),i.addEventListener("pointerup",n,s),void i.addEventListener("pointercancel",n,s)}if(!this.#he){this.#he=new AbortController;const t=AbortSignal.any([this.#re,this.#he.signal]),e=this.#ft,i={signal:t,capture:!1,passive:!1};e.addEventListener("touchmove",this.#de.bind(this),i);const s=this.#ue.bind(this);e.addEventListener("touchend",s,i),e.addEventListener("touchcancel",s,i),i.capture=!0,e.addEventListener("pointerdown",Na,i),e.addEventListener("pointermove",Na,i),e.addEventListener("pointercancel",Na,i),e.addEventListener("pointerup",Na,i),this.#ie?.()}if(Na(t),2!==t.touches.length||this.#te?.())return void(this.#oe=null);let[e,i]=t.touches;e.identifier>i.identifier&&([e,i]=[i,e]),this.#oe={touch0X:e.screenX,touch0Y:e.screenY,touch1X:i.screenX,touch1Y:i.screenY}}#de(t){if(!this.#oe||2!==t.touches.length)return;Na(t);let[e,i]=t.touches;e.identifier>i.identifier&&([e,i]=[i,e]);const{screenX:s,screenY:n}=e,{screenX:a,screenY:r}=i,o=this.#oe,{touch0X:l,touch0Y:h,touch1X:c,touch1Y:d}=o,u=c-l,p=d-h,g=a-s,m=r-n,f=Math.hypot(g,m)||1,v=Math.hypot(u,p)||1;if(!this.#Zt&&Math.abs(v-f)<=er.MIN_TOUCH_DISTANCE_TO_PINCH)return;if(o.touch0X=s,o.touch0Y=n,o.touch1X=a,o.touch1Y=r,!this.#Zt)return void(this.#Zt=!0);const b=[(s+a)/2,(n+r)/2];this.#se?.(b,v,f)}#ue(t){t.touches.length>=2||(this.#he&&(this.#he.abort(),this.#he=null,this.#ne?.()),this.#oe&&(Na(t),this.#oe=null,this.#Zt=!1))}destroy(){this.#le?.abort(),this.#le=null,this.#ae?.abort(),this.#ae=null}}class ir{#pe=null;#ge=null;#o=null;#me=!1;#fe=null;#ve="";#be=!1;#ye=null;#we=null;#xe=null;#Ae=null;#_e="";#Se=!1;#Te=null;#Ce=!1;#Ee=!1;#ke=!1;#Me=null;#Pe=0;#Ie=0;#De=null;#Re=null;_isCopy=!1;_editToolbar=null;_initialOptions=Object.create(null);_initialData=null;_isVisible=!0;_uiManager=null;_focusEventsAllowed=!0;static _l10n=null;static _l10nResizer=null;#Le=!1;#Fe=ir._zIndex++;static _borderLineWidth=-1;static _colorManager=new Ja;static _zIndex=1;static _telemetryTimeout=1e3;static get _resizerKeyboardManager(){const t=ir.prototype._resizeWithKeyboard,e=Za.TRANSLATE_SMALL,i=Za.TRANSLATE_BIG;return la(this,"_resizerKeyboardManager",new Qa([[["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"],ir.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;const{rotation:e,rawDims:{pageWidth:i,pageHeight:s,pageX:n,pageY:a}}=this.parent.viewport;this.rotation=e,this.pageRotation=(360+e-this._uiManager.viewParameters.rotation)%360,this.pageDimensions=[i,s],this.pageTranslation=[n,a];const[r,o]=this.parentDimensions;this.x=t.x/r,this.y=t.y/o,this.isAttachedToDOM=!1,this.deleted=!1}get editorType(){return Object.getPrototypeOf(this).constructor._type}static get isDrawer(){return!1}static get _defaultLineColor(){return la(this,"_defaultLineColor",this._colorManager.getHexCode("CanvasText"))}static deleteAnnotationElement(t){const e=new sr({id:t.parent.getNextId(),parent:t.parent,uiManager:t._uiManager});e.annotationElementId=t.annotationElementId,e.deleted=!0,e._uiManager.addToAnnotationStorage(e)}static initialize(t,e){if(ir._l10n??=t,ir._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!==ir._borderLineWidth)return;const i=getComputedStyle(document.documentElement);ir._borderLineWidth=parseFloat(i.getPropertyValue("--outline-width"))||0}static updateDefaultParams(t,e){}static get defaultPropertiesToUpdate(){return[]}static isHandlingMimeForPasting(t){return!1}static paste(t,e){na("Not implemented")}get propertiesToUpdate(){return[]}get _isDraggable(){return this.#Le}set _isDraggable(t){this.#Le=t,this.div?.classList.toggle("draggable",t)}get isEnterHandled(){return!0}center(){const[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.#Fe}setParent(t){null!==t?(this.pageIndex=t.pageIndex,this.pageDimensions=t.pageDimensions):this.#Oe(),this.parent=t}focusin(t){this._focusEventsAllowed&&(this.#Se?this.#Se=!1:this.parent.setSelected(this))}focusout(t){if(!this._focusEventsAllowed)return;if(!this.isAttachedToDOM)return;const e=t.relatedTarget;e?.closest(`#${this.id}`)||(t.preventDefault(),this.parent?.isMultipleSelection||this.commitOrRemove())}commitOrRemove(){this.isEmpty()?this.remove():this.commit()}commit(){this.addToAnnotationStorage()}addToAnnotationStorage(){this._uiManager.addToAnnotationStorage(this)}setAt(t,e,i,s){const[n,a]=this.parentDimensions;[i,s]=this.screenToPageTranslation(i,s),this.x=(t+i)/n,this.y=(e+s)/a,this.fixAndSetPosition()}_moveAfterPaste(t,e){const[i,s]=this.parentDimensions;this.setAt(t*i,e*s,this.width*i,this.height*s),this._onTranslated()}#Ne([t,e],i,s){[i,s]=this.screenToPageTranslation(i,s),this.x+=i/t,this.y+=s/e,this._onTranslating(this.x,this.y),this.fixAndSetPosition()}translate(t,e){this.#Ne(this.parentDimensions,t,e)}translateInPage(t,e){this.#Te||=[this.x,this.y,this.width,this.height],this.#Ne(this.pageDimensions,t,e),this.div.scrollIntoView({block:"nearest"})}translationDone(){this._onTranslated(this.x,this.y)}drag(t,e){this.#Te||=[this.x,this.y,this.width,this.height];const{div:i,parentDimensions:[s,n]}=this;if(this.x+=t/s,this.y+=e/n,this.parent&&(this.x<0||this.x>1||this.y<0||this.y>1)){const{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:a,y:r}=this;const[o,l]=this.getBaseTranslation();a+=o,r+=l;const{style:h}=i;h.left=`${(100*a).toFixed(2)}%`,h.top=`${(100*r).toFixed(2)}%`,this._onTranslating(a,r),i.scrollIntoView({block:"nearest"})}_onTranslating(t,e){}_onTranslated(t,e){}get _hasBeenMoved(){return!!this.#Te&&(this.#Te[0]!==this.x||this.#Te[1]!==this.y)}get _hasBeenResized(){return!!this.#Te&&(this.#Te[2]!==this.width||this.#Te[3]!==this.height)}getBaseTranslation(){const[t,e]=this.parentDimensions,{_borderLineWidth:i}=ir,s=i/t,n=i/e;switch(this.rotation){case 90:return[-s,n];case 180:return[s,n];case 270:return[s,-n];default:return[-s,-n]}}get _mustFixPosition(){return!0}fixAndSetPosition(t=this.rotation){const{div:{style:e},pageDimensions:[i,s]}=this;let{x:n,y:a,width:r,height:o}=this;if(r*=i,o*=s,n*=i,a*=s,this._mustFixPosition)switch(t){case 0:n=Ta(n,0,i-r),a=Ta(a,0,s-o);break;case 90:n=Ta(n,0,i-o),a=Ta(a,r,s);break;case 180:n=Ta(n,r,i),a=Ta(a,o,s);break;case 270:n=Ta(n,o,i),a=Ta(a,0,s-r)}this.x=n/=i,this.y=a/=s;const[l,h]=this.getBaseTranslation();n+=l,a+=h,e.left=`${(100*n).toFixed(2)}%`,e.top=`${(100*a).toFixed(2)}%`,this.moveInDOM()}static#Be(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 ir.#Be(t,e,this.parentRotation)}pageTranslationToScreen(t,e){return ir.#Be(t,e,360-this.parentRotation)}#ze(t){switch(t){case 90:{const[t,e]=this.pageDimensions;return[0,-t/e,e/t,0]}case 180:return[-1,0,0,-1];case 270:{const[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(){const{parentScale:t,pageDimensions:[e,i]}=this;return[e*t,i*t]}setDims(t,e){const[i,s]=this.parentDimensions,{style:n}=this.div;n.width=`${(100*t/i).toFixed(2)}%`,this.#be||(n.height=`${(100*e/s).toFixed(2)}%`)}fixDims(){const{style:t}=this.div,{height:e,width:i}=t,s=i.endsWith("%"),n=!this.#be&&e.endsWith("%");if(s&&n)return;const[a,r]=this.parentDimensions;s||(t.width=`${(100*parseFloat(i)/a).toFixed(2)}%`),this.#be||n||(t.height=`${(100*parseFloat(e)/r).toFixed(2)}%`)}getInitialTranslation(){return[0,0]}#He(){if(this.#ye)return;this.#ye=document.createElement("div"),this.#ye.classList.add("resizers");const t=this._willKeepAspectRatio?["topLeft","topRight","bottomRight","bottomLeft"]:["topLeft","topMiddle","topRight","middleRight","bottomRight","bottomMiddle","bottomLeft","middleLeft"],e=this._uiManager._signal;for(const i of t){const t=document.createElement("div");this.#ye.append(t),t.classList.add("resizer",i),t.setAttribute("data-resizer-name",i),t.addEventListener("pointerdown",this.#je.bind(this,i),{signal:e}),t.addEventListener("contextmenu",Oa,{signal:e}),t.tabIndex=-1}this.div.prepend(this.#ye)}#je(t,e){e.preventDefault();const{isMac:i}=ba.platform;if(0!==e.button||e.ctrlKey&&i)return;this.#o?.toggle(!1);const s=this._isDraggable;this._isDraggable=!1,this.#we=[e.screenX,e.screenY];const n=new AbortController,a=this._uiManager.combinedSignal(n);this.parent.togglePointerEvents(!1),window.addEventListener("pointermove",this.#$e.bind(this,t),{passive:!0,capture:!0,signal:a}),window.addEventListener("touchmove",Na,{passive:!1,signal:a}),window.addEventListener("contextmenu",Oa,{signal:a}),this.#xe={savedX:this.x,savedY:this.y,savedWidth:this.width,savedHeight:this.height};const r=this.parent.div.style.cursor,o=this.div.style.cursor;this.div.style.cursor=this.parent.div.style.cursor=window.getComputedStyle(e.target).cursor;const l=()=>{n.abort(),this.parent.togglePointerEvents(!0),this.#o?.toggle(!0),this._isDraggable=s,this.parent.div.style.cursor=r,this.div.style.cursor=o,this.#Ve()};window.addEventListener("pointerup",l,{signal:a}),window.addEventListener("blur",l,{signal:a})}#Ue(t,e,i,s){this.width=i,this.height=s,this.x=t,this.y=e;const[n,a]=this.parentDimensions;this.setDims(n*i,a*s),this.fixAndSetPosition(),this._onResized()}_onResized(){}#Ve(){if(!this.#xe)return;const{savedX:t,savedY:e,savedWidth:i,savedHeight:s}=this.#xe;this.#xe=null;const n=this.x,a=this.y,r=this.width,o=this.height;n===t&&a===e&&r===i&&o===s||this.addCommands({cmd:this.#Ue.bind(this,n,a,r,o),undo:this.#Ue.bind(this,t,e,i,s),mustExec:!0})}static _round(t){return Math.round(1e4*t)/1e4}#$e(t,e){const[i,s]=this.parentDimensions,n=this.x,a=this.y,r=this.width,o=this.height,l=ir.MIN_SIZE/i,h=ir.MIN_SIZE/s,c=this.#ze(this.rotation),d=(t,e)=>[c[0]*t+c[2]*e,c[1]*t+c[3]*e],u=this.#ze(360-this.rotation);let p,g,m=!1,f=!1;switch(t){case"topLeft":m=!0,p=(t,e)=>[0,0],g=(t,e)=>[t,e];break;case"topMiddle":p=(t,e)=>[t/2,0],g=(t,e)=>[t/2,e];break;case"topRight":m=!0,p=(t,e)=>[t,0],g=(t,e)=>[0,e];break;case"middleRight":f=!0,p=(t,e)=>[t,e/2],g=(t,e)=>[0,e/2];break;case"bottomRight":m=!0,p=(t,e)=>[t,e],g=(t,e)=>[0,0];break;case"bottomMiddle":p=(t,e)=>[t/2,e],g=(t,e)=>[t/2,0];break;case"bottomLeft":m=!0,p=(t,e)=>[0,e],g=(t,e)=>[t,0];break;case"middleLeft":f=!0,p=(t,e)=>[0,e/2],g=(t,e)=>[t,e/2]}const v=p(r,o),b=g(r,o);let y=d(...b);const w=ir._round(n+y[0]),x=ir._round(a+y[1]);let A,_,S=1,T=1;if(e.fromKeyboard)({deltaX:A,deltaY:_}=e);else{const{screenX:t,screenY:i}=e,[s,n]=this.#we;[A,_]=this.screenToPageTranslation(t-s,i-n),this.#we[0]=t,this.#we[1]=i}var C,E;if([A,_]=(C=A/i,E=_/s,[u[0]*C+u[2]*E,u[1]*C+u[3]*E]),m){const t=Math.hypot(r,o);S=T=Math.max(Math.min(Math.hypot(b[0]-v[0]-A,b[1]-v[1]-_)/t,1/r,1/o),l/r,h/o)}else f?S=Ta(Math.abs(b[0]-v[0]-A),l,1)/r:T=Ta(Math.abs(b[1]-v[1]-_),h,1)/o;const k=ir._round(r*S),M=ir._round(o*T);y=d(...g(k,M));const P=w-y[0],I=x-y[1];this.#Te||=[this.x,this.y,this.width,this.height],this.width=k,this.height=M,this.x=P,this.y=I,this.setDims(i*k,s*M),this.fixAndSetPosition(),this._onResizing()}_onResizing(){}altTextFinish(){this.#o?.finish()}async addEditToolbar(){return this._editToolbar||this.#Ee||(this._editToolbar=new Ga(this),this.div.append(this._editToolbar.render()),this.#o&&await this._editToolbar.addAltText(this.#o)),this._editToolbar}removeEditToolbar(){this._editToolbar&&(this._editToolbar.remove(),this._editToolbar=null,this.#o?.destroy())}addContainer(t){const e=this._editToolbar?.div;e?e.before(t):this.div.append(t)}getClientDimensions(){return this.div.getBoundingClientRect()}async addAltTextButton(){this.#o||(tr.initialize(ir._l10n),this.#o=new tr(this),this.#pe&&(this.#o.data=this.#pe,this.#pe=null),await this.addEditToolbar())}get altTextData(){return this.#o?.data}set altTextData(t){this.#o&&(this.#o.data=t)}get guessedAltText(){return this.#o?.guessedText}async setGuessedAltText(t){await(this.#o?.setGuessedText(t))}serializeAltText(t){return this.#o?.serialize(t)}hasAltText(){return!!this.#o&&!this.#o.isEmpty()}hasAltTextData(){return this.#o?.hasData()??!1}render(){const 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.#me?-1:0,t.setAttribute("role","application"),this.defaultL10nId&&t.setAttribute("data-l10n-id",this.defaultL10nId),this._isVisible||t.classList.add("hidden"),this.setInForeground(),this.#Ge();const[e,i]=this.parentDimensions;this.parentRotation%180!=0&&(t.style.maxWidth=`${(100*i/e).toFixed(2)}%`,t.style.maxHeight=`${(100*e/i).toFixed(2)}%`);const[s,n]=this.getInitialTranslation();return this.translate(s,n),Wa(this,t,["keydown","pointerdown"]),this.isResizable&&this._uiManager._supportsPinchToZoom&&(this.#Re||=new er({container:t,isPinchingDisabled:()=>!this.isSelected,onPinchStart:this.#qe.bind(this),onPinching:this.#We.bind(this),onPinchEnd:this.#Xe.bind(this),signal:this._uiManager._signal})),this._uiManager._editorUndoBar?.hide(),t}#qe(){this.#xe={savedX:this.x,savedY:this.y,savedWidth:this.width,savedHeight:this.height},this.#o?.toggle(!1),this.parent.togglePointerEvents(!1)}#We(t,e,i){let s=i/e*.7+1-.7;if(1===s)return;const n=this.#ze(this.rotation),a=(t,e)=>[n[0]*t+n[2]*e,n[1]*t+n[3]*e],[r,o]=this.parentDimensions,l=this.x,h=this.y,c=this.width,d=this.height,u=ir.MIN_SIZE/r,p=ir.MIN_SIZE/o;s=Math.max(Math.min(s,1/c,1/d),u/c,p/d);const g=ir._round(c*s),m=ir._round(d*s);if(g===c&&m===d)return;this.#Te||=[l,h,c,d];const f=a(c/2,d/2),v=ir._round(l+f[0]),b=ir._round(h+f[1]),y=a(g/2,m/2);this.x=v-y[0],this.y=b-y[1],this.width=g,this.height=m,this.setDims(r*g,o*m),this.fixAndSetPosition(),this._onResizing()}#Xe(){this.#o?.toggle(!0),this.parent.togglePointerEvents(!0),this.#Ve()}pointerdown(t){const{isMac:e}=ba.platform;0!==t.button||t.ctrlKey&&e?t.preventDefault():(this.#Se=!0,this._isDraggable?this.#Ke(t):this.#Ye(t))}get isSelected(){return this._uiManager.isSelected(this)}#Ye(t){const{isMac:e}=ba.platform;t.ctrlKey&&!e||t.shiftKey||t.metaKey&&e?this.parent.toggleSelected(this):this.parent.setSelected(this)}#Ke(t){const{isSelected:e}=this;this._uiManager.setUpDragSession();let i=!1;const s=new AbortController,n=this._uiManager.combinedSignal(s),a={capture:!0,passive:!1,signal:n},r=t=>{s.abort(),this.#fe=null,this.#Se=!1,this._uiManager.endDragSession()||this.#Ye(t),i&&this._onStopDragging()};e&&(this.#Pe=t.clientX,this.#Ie=t.clientY,this.#fe=t.pointerId,this.#ve=t.pointerType,window.addEventListener("pointermove",(t=>{i||(i=!0,this._onStartDragging());const{clientX:e,clientY:s,pointerId:n}=t;if(n!==this.#fe)return void Na(t);const[a,r]=this.screenToPageTranslation(e-this.#Pe,s-this.#Ie);this.#Pe=e,this.#Ie=s,this._uiManager.dragSelectedEditors(a,r)}),a),window.addEventListener("touchmove",Na,a),window.addEventListener("pointerdown",(t=>{t.pointerType===this.#ve&&(this.#Re||t.isPrimary)&&r(t),Na(t)}),a));const o=t=>{this.#fe&&this.#fe!==t.pointerId?Na(t):r(t)};window.addEventListener("pointerup",o,{signal:n}),window.addEventListener("blur",o,{signal:n})}_onStartDragging(){}_onStopDragging(){}moveInDOM(){this.#Me&&clearTimeout(this.#Me),this.#Me=setTimeout((()=>{this.#Me=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){const s=this.parentScale,[n,a]=this.pageDimensions,[r,o]=this.pageTranslation,l=t/s,h=e/s,c=this.x*n,d=this.y*a,u=this.width*n,p=this.height*a;switch(i){case 0:return[c+l+r,a-d-h-p+o,c+l+u+r,a-d-h+o];case 90:return[c+h+r,a-d+l+o,c+h+p+r,a-d+l+u+o];case 180:return[c-l-u+r,a-d+h+o,c-l+r,a-d+h+p+o];case 270:return[c-h-p+r,a-d-l-u+o,c-h+r,a-d-l+o];default:throw new Error("Invalid rotation")}}getRectInCurrentCoords(t,e){const[i,s,n,a]=t,r=n-i,o=a-s;switch(this.rotation){case 0:return[i,e-a,r,o];case 90:return[i,e-s,o,r];case 180:return[n,e-s,r,o];case 270:return[n,e-a,o,r];default:throw new Error("Invalid rotation")}}onceAdded(t){}isEmpty(){return!1}enableEditMode(){this.#Ee=!0}disableEditMode(){this.#Ee=!1}isInEditMode(){return this.#Ee}shouldGetKeyboardEvents(){return this.#ke}needsToBeRebuilt(){return this.div&&!this.isAttachedToDOM}get isOnScreen(){const{top:t,left:e,bottom:i,right:s}=this.getClientDimensions(),{innerHeight:n,innerWidth:a}=window;return e<a&&s>0&&t<n&&i>0}#Ge(){if(this.#Ae||!this.div)return;this.#Ae=new AbortController;const t=this._uiManager.combinedSignal(this.#Ae);this.div.addEventListener("focusin",this.focusin.bind(this),{signal:t}),this.div.addEventListener("focusout",this.focusout.bind(this),{signal:t})}rebuild(){this.#Ge()}rotate(t){}resize(){}serializeDeleted(){return{id:this.annotationElementId,deleted:!0,pageIndex:this.pageIndex,popupRef:this._initialData?.popupRef||""}}serialize(t=!1,e=null){na("An editor must be serializable")}static async deserialize(t,e,i){const s=new this.prototype.constructor({parent:e,id:e.getNextId(),uiManager:i});s.rotation=t.rotation,s.#pe=t.accessibilityData,s._isCopy=t.isCopy||!1;const[n,a]=s.pageDimensions,[r,o,l,h]=s.getRectInCurrentCoords(t.rect,a);return s.x=r/n,s.y=o/a,s.width=l/n,s.height=h/a,s}get hasBeenModified(){return!!this.annotationElementId&&(this.deleted||null!==this.serialize())}remove(){if(this.#Ae?.abort(),this.#Ae=null,this.isEmpty()||this.commit(),this.parent?this.parent.remove(this):this._uiManager.removeEditor(this),this.#Me&&(clearTimeout(this.#Me),this.#Me=null),this.#Oe(),this.removeEditToolbar(),this.#De){for(const t of this.#De.values())clearTimeout(t);this.#De=null}this.parent=null,this.#Re?.destroy(),this.#Re=null}get isResizable(){return!1}makeResizable(){this.isResizable&&(this.#He(),this.#ye.classList.remove("hidden"))}get toolbarPosition(){return null}keydown(t){if(!this.isResizable||t.target!==this.div||"Enter"!==t.key)return;this._uiManager.setSelected(this),this.#xe={savedX:this.x,savedY:this.y,savedWidth:this.width,savedHeight:this.height};const e=this.#ye.children;if(!this.#ge){this.#ge=Array.from(e);const t=this.#Qe.bind(this),i=this.#Je.bind(this),s=this._uiManager._signal;for(const e of this.#ge){const n=e.getAttribute("data-resizer-name");e.setAttribute("role","spinbutton"),e.addEventListener("keydown",t,{signal:s}),e.addEventListener("blur",i,{signal:s}),e.addEventListener("focus",this.#Ze.bind(this,n),{signal:s}),e.setAttribute("data-l10n-id",ir._l10nResizer[n])}}const i=this.#ge[0];let s=0;for(const t of e){if(t===i)break;s++}const n=(360-this.rotation+this.parentRotation)%360/90*(this.#ge.length/4);if(n!==s){if(n<s)for(let t=0;t<s-n;t++)this.#ye.append(this.#ye.firstChild);else if(n>s)for(let t=0;t<n-s;t++)this.#ye.firstChild.before(this.#ye.lastChild);let t=0;for(const i of e){const e=this.#ge[t++].getAttribute("data-resizer-name");i.setAttribute("data-l10n-id",ir._l10nResizer[e])}}this.#ti(0),this.#ke=!0,this.#ye.firstChild.focus({focusVisible:!0}),t.preventDefault(),t.stopImmediatePropagation()}#Qe(t){ir._resizerKeyboardManager.exec(this,t)}#Je(t){this.#ke&&t.relatedTarget?.parentNode!==this.#ye&&this.#Oe()}#Ze(t){this.#_e=this.#ke?t:""}#ti(t){if(this.#ge)for(const e of this.#ge)e.tabIndex=t}_resizeWithKeyboard(t,e){this.#ke&&this.#$e(this.#_e,{deltaX:t,deltaY:e,fromKeyboard:!0})}#Oe(){this.#ke=!1,this.#ti(-1),this.#Ve()}_stopResizingWithKeyboard(){this.#Oe(),this.div.focus()}select(){this.makeResizable(),this.div?.classList.add("selectedEditor"),this._editToolbar?(this._editToolbar?.show(),this.#o?.toggleAltTextBadge(!1)):this.addEditToolbar().then((()=>{this.div?.classList.contains("selectedEditor")&&this._editToolbar?.show()}))}unselect(){this.#ye?.classList.add("hidden"),this.div?.classList.remove("selectedEditor"),this.div?.contains(document.activeElement)&&this._uiManager.currentLayer.div.focus({preventScroll:!0}),this._editToolbar?.hide(),this.#o?.toggleAltTextBadge(!0)}updateParams(t,e){}disableEditing(){}enableEditing(){}enterInEditMode(){}getElementForAltText(){return this.div}get contentDiv(){return this.div}get isEditing(){return this.#Ce}set isEditing(t){this.#Ce=t,this.parent&&(t?(this.parent.setSelected(this),this.parent.setActiveEditor(this)):this.parent.setActiveEditor(null))}setAspectRatio(t,e){this.#be=!0;const i=t/e,{style:s}=this.div;s.aspectRatio=i,s.height="auto"}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.#De||=new Map;const{action:e}=t;let i=this.#De.get(e);return i&&clearTimeout(i),i=setTimeout((()=>{this._reportTelemetry(t),this.#De.delete(e),0===this.#De.size&&(this.#De=null)}),ir._telemetryTimeout),void this.#De.set(e,i)}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.#me=!1}disable(){this.div&&(this.div.tabIndex=-1),this.#me=!0}renderAnnotationElement(t){let e=t.container.querySelector(".annotationContent");if(e){if("CANVAS"===e.nodeName){const t=e;e=document.createElement("div"),e.classList.add("annotationContent",this.editorType),t.before(e)}}else e=document.createElement("div"),e.classList.add("annotationContent",this.editorType),t.container.prepend(e);return e}resetAnnotationElement(t){const{firstChild:e}=t.container;"DIV"===e?.nodeName&&e.classList.contains("annotationContent")&&e.remove()}}class sr extends ir{constructor(t){super(t),this.annotationElementId=t.annotationElementId,this.deleted=!0}serialize(){return this.serializeDeleted()}}const nr=3285377520,ar=4294901760,rr=65535;class or{constructor(t){this.h1=t?4294967295&t:nr,this.h2=t?4294967295&t:nr}update(t){let e,i;if("string"==typeof t){e=new Uint8Array(2*t.length),i=0;for(let s=0,n=t.length;s<n;s++){const n=t.charCodeAt(s);n<=255?e[i++]=n:(e[i++]=n>>>8,e[i++]=255&n)}}else{if(!ArrayBuffer.isView(t))throw new Error("Invalid data format, must be a string or TypedArray.");e=t.slice(),i=e.byteLength}const s=i>>2,n=i-4*s,a=new Uint32Array(e.buffer,0,s);let r=0,o=0,l=this.h1,h=this.h2;const c=3432918353,d=461845907,u=11601,p=13715;for(let t=0;t<s;t++)1&t?(r=a[t],r=r*c&ar|r*u&rr,r=r<<15|r>>>17,r=r*d&ar|r*p&rr,l^=r,l=l<<13|l>>>19,l=5*l+3864292196):(o=a[t],o=o*c&ar|o*u&rr,o=o<<15|o>>>17,o=o*d&ar|o*p&rr,h^=o,h=h<<13|h>>>19,h=5*h+3864292196);switch(r=0,n){case 3:r^=e[4*s+2]<<16;case 2:r^=e[4*s+1]<<8;case 1:r^=e[4*s],r=r*c&ar|r*u&rr,r=r<<15|r>>>17,r=r*d&ar|r*p&rr,1&s?l^=r:h^=r}this.h1=l,this.h2=h}hexdigest(){let t=this.h1,e=this.h2;return t^=e>>>1,t=3981806797*t&ar|36045*t&rr,e=4283543511*e&ar|(2950163797*(e<<16|t>>>16)&ar)>>>16,t^=e>>>1,t=444984403*t&ar|60499*t&rr,e=3301882366*e&ar|(3120437893*(e<<16|t>>>16)&ar)>>>16,t^=e>>>1,(t>>>0).toString(16).padStart(8,"0")+(e>>>0).toString(16).padStart(8,"0")}}const lr=Object.freeze({map:null,hash:"",transfer:void 0});class hr{#ei=!1;#ii=null;#si=new Map;constructor(){this.onSetModified=null,this.onResetModified=null,this.onAnnotationEditor=null}getValue(t,e){const i=this.#si.get(t);return void 0===i?e:Object.assign(e,i)}getRawValue(t){return this.#si.get(t)}remove(t){if(this.#si.delete(t),0===this.#si.size&&this.resetModified(),"function"==typeof this.onAnnotationEditor){for(const t of this.#si.values())if(t instanceof ir)return;this.onAnnotationEditor(null)}}setValue(t,e){const i=this.#si.get(t);let s=!1;if(void 0!==i)for(const[t,n]of Object.entries(e))i[t]!==n&&(s=!0,i[t]=n);else s=!0,this.#si.set(t,e);s&&this.#ni(),e instanceof ir&&"function"==typeof this.onAnnotationEditor&&this.onAnnotationEditor(e.constructor._type)}has(t){return this.#si.has(t)}get size(){return this.#si.size}#ni(){this.#ei||(this.#ei=!0,"function"==typeof this.onSetModified&&this.onSetModified())}resetModified(){this.#ei&&(this.#ei=!1,"function"==typeof this.onResetModified&&this.onResetModified())}get print(){return new cr(this)}get serializable(){if(0===this.#si.size)return lr;const t=new Map,e=new or,i=[],s=Object.create(null);let n=!1;for(const[i,a]of this.#si){const r=a instanceof ir?a.serialize(!1,s):a;r&&(t.set(i,r),e.update(`${i}:${JSON.stringify(r)}`),n||=!!r.bitmap)}if(n)for(const e of t.values())e.bitmap&&i.push(e.bitmap);return t.size>0?{map:t,hash:e.hexdigest(),transfer:i}:lr}get editorStats(){let t=null;const e=new Map;for(const i of this.#si.values()){if(!(i instanceof ir))continue;const s=i.telemetryFinalData;if(!s)continue;const{type:n}=s;e.has(n)||e.set(n,Object.getPrototypeOf(i).constructor),t||=Object.create(null);const a=t[n]||=new Map;for(const[t,e]of Object.entries(s)){if("type"===t)continue;let i=a.get(t);i||(i=new Map,a.set(t,i));const s=i.get(e)??0;i.set(e,s+1)}}for(const[i,s]of e)t[i]=s.computeTelemetryFinalData(t[i]);return t}resetModifiedIds(){this.#ii=null}get modifiedIds(){if(this.#ii)return this.#ii;const t=[];for(const e of this.#si.values())e instanceof ir&&e.annotationElementId&&e.serialize()&&t.push(e.annotationElementId);return this.#ii={ids:new Set(t),hash:t.join(",")}}[Symbol.iterator](){return this.#si.entries()}}class cr extends hr{#ai;constructor(t){super();const{map:e,hash:i,transfer:s}=t.serializable,n=structuredClone(e,s?{transfer:s}:null);this.#ai={map:n,hash:i,transfer:s}}get print(){na("Should not call PrintAnnotationStorage.print")}get serializable(){return this.#ai}get modifiedIds(){return la(this,"modifiedIds",{ids:new Set,hash:""})}}class dr{#ri=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));const e=this.styleElement.sheet;e.insertRule(t,e.cssRules.length)}clear(){for(const t of this.nativeFontFaces)this._document.fonts.delete(t);this.nativeFontFaces.clear(),this.#ri.clear(),this.styleElement&&(this.styleElement.remove(),this.styleElement=null)}async loadSystemFont({systemFontInfo:t,disableFontFace:e,_inspectFont:i}){if(t&&!this.#ri.has(t.loadedName))if(aa(!e,"loadSystemFont shouldn't be called when `disableFontFace` is set."),this.isFontLoadingAPISupported){const{loadedName:e,src:s,style:n}=t,a=new FontFace(e,s,n);this.addNativeFontFace(a);try{await a.load(),this.#ri.add(e),i?.(t)}catch{sa(`Cannot load system font: ${t.baseFontName}, installing it could help to improve PDF rendering.`),this.removeNativeFontFace(a)}}else na("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){const e=t.createNativeFontFace();if(e){this.addNativeFontFace(e);try{await e.loaded}catch(i){throw sa(`Failed to load font '${e.family}': '${i}'.`),t.disableFontFace=!0,i}}return}const e=t.createFontFaceRule();if(e){if(this.insertRule(e),this.isSyncFontLoadingSupported)return;await new Promise((e=>{const i=this._queueLoadingCallback(e);this._prepareFontLoadEvent(t,i)}))}}get isFontLoadingAPISupported(){return la(this,"isFontLoadingAPISupported",!!this._document?.fonts)}get isSyncFontLoadingSupported(){return la(this,"isSyncFontLoadingSupported",wn||ba.platform.isFirefox)}_queueLoadingCallback(t){const{loadingRequests:e}=this,i={done:!1,complete:function(){for(aa(!i.done,"completeRequest() cannot be called twice."),i.done=!0;e.length>0&&e[0].done;){const t=e.shift();setTimeout(t.callback,0)}},callback:t};return e.push(i),i}get _loadTestFont(){return la(this,"_loadTestFont",atob("T1RUTwALAIAAAwAwQ0ZGIDHtZg4AAAOYAAAAgUZGVE1lkzZwAAAEHAAAABxHREVGABQAFQAABDgAAAAeT1MvMlYNYwkAAAEgAAAAYGNtYXABDQLUAAACNAAAAUJoZWFk/xVFDQAAALwAAAA2aGhlYQdkA+oAAAD0AAAAJGhtdHgD6AAAAAAEWAAAAAZtYXhwAAJQAAAAARgAAAAGbmFtZVjmdH4AAAGAAAAAsXBvc3T/hgAzAAADeAAAACAAAQAAAAEAALZRFsRfDzz1AAsD6AAAAADOBOTLAAAAAM4KHDwAAAAAA+gDIQAAAAgAAgAAAAAAAAABAAADIQAAAFoD6AAAAAAD6AABAAAAAAAAAAAAAAAAAAAAAQAAUAAAAgAAAAQD6AH0AAUAAAKKArwAAACMAooCvAAAAeAAMQECAAACAAYJAAAAAAAAAAAAAQAAAAAAAAAAAAAAAFBmRWQAwAAuAC4DIP84AFoDIQAAAAAAAQAAAAAAAAAAACAAIAABAAAADgCuAAEAAAAAAAAAAQAAAAEAAAAAAAEAAQAAAAEAAAAAAAIAAQAAAAEAAAAAAAMAAQAAAAEAAAAAAAQAAQAAAAEAAAAAAAUAAQAAAAEAAAAAAAYAAQAAAAMAAQQJAAAAAgABAAMAAQQJAAEAAgABAAMAAQQJAAIAAgABAAMAAQQJAAMAAgABAAMAAQQJAAQAAgABAAMAAQQJAAUAAgABAAMAAQQJAAYAAgABWABYAAAAAAAAAwAAAAMAAAAcAAEAAAAAADwAAwABAAAAHAAEACAAAAAEAAQAAQAAAC7//wAAAC7////TAAEAAAAAAAABBgAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAD/gwAyAAAAAQAAAAAAAAAAAAAAAAAAAAABAAQEAAEBAQJYAAEBASH4DwD4GwHEAvgcA/gXBIwMAYuL+nz5tQXkD5j3CBLnEQACAQEBIVhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYAAABAQAADwACAQEEE/t3Dov6fAH6fAT+fPp8+nwHDosMCvm1Cvm1DAz6fBQAAAAAAAABAAAAAMmJbzEAAAAAzgTjFQAAAADOBOQpAAEAAAAAAAAADAAUAAQAAAABAAAAAgABAAAAAAAAAAAD6AAAAAAAAA=="))}_prepareFontLoadEvent(t,e){function i(t,e){return t.charCodeAt(e)<<24|t.charCodeAt(e+1)<<16|t.charCodeAt(e+2)<<8|255&t.charCodeAt(e+3)}function s(t,e,i,s){return t.substring(0,e)+s+t.substring(e+i)}let n,a;const r=this._document.createElement("canvas");r.width=1,r.height=1;const o=r.getContext("2d");let l=0;const h=`lt${Date.now()}${this.loadTestFontId++}`;let c=this._loadTestFont;c=s(c,976,h.length,h);const d=1482184792;let u=i(c,16);for(n=0,a=h.length-3;n<a;n+=4)u=u-d+i(h,n)|0;var p;n<h.length&&(u=u-d+i(h+"XXX",n)|0),c=s(c,16,4,(p=u,String.fromCharCode(p>>24&255,p>>16&255,p>>8&255,255&p)));const g=`@font-face {font-family:"${h}";src:${`url(data:font/opentype;base64,${btoa(c)});`}}`;this.insertRule(g);const m=this._document.createElement("div");m.style.visibility="hidden",m.style.width=m.style.height="10px",m.style.position="absolute",m.style.top=m.style.left="0px";for(const e of[t.loadedName,h]){const 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(++l>30)return sa("Load test font never loaded."),void i();o.font="30px "+e,o.fillText(".",0,20),o.getImageData(0,0,1,1).data[3]>0?i():setTimeout(t.bind(null,e,i))}(h,(()=>{m.remove(),e.complete()}))}}class ur{constructor(t,e=null){this.compiledGlyphs=Object.create(null);for(const e in t)this[e]=t[e];this._inspectFont=e}createNativeFontFace(){if(!this.data||this.disableFontFace)return null;let t;if(this.cssFontInfo){const 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(){if(!this.data||this.disableFontFace)return null;const t=`url(data:${this.mimetype};base64,${Ca(this.data)});`;let e;if(this.cssFontInfo){let i=`font-weight: ${this.cssFontInfo.fontWeight};`;this.cssFontInfo.italicAngle&&(i+=`font-style: oblique ${this.cssFontInfo.italicAngle}deg;`),e=`@font-face {font-family:"${this.cssFontInfo.fontFamily}";${i}src:${t}}`}else e=`@font-face {font-family:"${this.loadedName}";src:${t}}`;return this._inspectFont?.(this,t),e}getPathGenerator(t,e){if(void 0!==this.compiledGlyphs[e])return this.compiledGlyphs[e];const i=this.loadedName+"_path_"+e;let s;try{s=t.get(i)}catch(t){sa(`getPathGenerator - ignoring character: "${t}".`)}const n=new Path2D(s||"");return this.fontExtraProperties||t.delete(i),this.compiledGlyphs[e]=n}}const pr=1,gr=2,mr=1,fr=2,vr=3,br=4,yr=5,wr=6,xr=7,Ar=8;function _r(){}function Sr(t){if(t instanceof ma||t instanceof ua||t instanceof ca||t instanceof pa||t instanceof da)return t;switch(t instanceof Error||"object"==typeof t&&null!==t||na('wrapReason: Expected "reason" to be a (possibly cloned) Error.'),t.name){case"AbortException":return new ma(t.message);case"InvalidPDFException":return new ua(t.message);case"PasswordException":return new ca(t.message,t.code);case"ResponseException":return new pa(t.message,t.status,t.missing);case"UnknownErrorException":return new da(t.message,t.details)}return new da(t.message,t.toString())}class Tr{#oi=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.#li.bind(this),{signal:this.#oi.signal})}#li({data:t}){if(t.targetName!==this.sourceName)return;if(t.stream)return void this.#hi(t);if(t.callback){const e=t.callbackId,i=this.callbackCapabilities[e];if(!i)throw new Error(`Cannot resolve callback ${e}`);if(delete this.callbackCapabilities[e],t.callback===pr)i.resolve(t.data);else{if(t.callback!==gr)throw new Error("Unexpected callback case");i.reject(Sr(t.reason))}return}const e=this.actionHandler[t.action];if(!e)throw new Error(`Unknown action from worker: ${t.action}`);if(t.callbackId){const i=this.sourceName,s=t.sourceName,n=this.comObj;Promise.try(e,t.data).then((function(e){n.postMessage({sourceName:i,targetName:s,callback:pr,callbackId:t.callbackId,data:e})}),(function(e){n.postMessage({sourceName:i,targetName:s,callback:gr,callbackId:t.callbackId,reason:Sr(e)})}))}else t.streamId?this.#ci(t):e(t.data)}on(t,e){const i=this.actionHandler;if(i[t])throw new 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){const s=this.callbackId++,n=Promise.withResolvers();this.callbackCapabilities[s]=n;try{this.comObj.postMessage({sourceName:this.sourceName,targetName:this.targetName,action:t,callbackId:s,data:e},i)}catch(t){n.reject(t)}return n.promise}sendWithStream(t,e,i,s){const n=this.streamId++,a=this.sourceName,r=this.targetName,o=this.comObj;return new ReadableStream({start:i=>{const l=Promise.withResolvers();return this.streamControllers[n]={controller:i,startCall:l,pullCall:null,cancelCall:null,isClosed:!1},o.postMessage({sourceName:a,targetName:r,action:t,streamId:n,data:e,desiredSize:i.desiredSize},s),l.promise},pull:t=>{const e=Promise.withResolvers();return this.streamControllers[n].pullCall=e,o.postMessage({sourceName:a,targetName:r,stream:wr,streamId:n,desiredSize:t.desiredSize}),e.promise},cancel:t=>{aa(t instanceof Error,"cancel must have a valid reason");const e=Promise.withResolvers();return this.streamControllers[n].cancelCall=e,this.streamControllers[n].isClosed=!0,o.postMessage({sourceName:a,targetName:r,stream:mr,streamId:n,reason:Sr(t)}),e.promise}},i)}#ci(t){const e=t.streamId,i=this.sourceName,s=t.sourceName,n=this.comObj,a=this,r=this.actionHandler[t.action],o={enqueue(t,a=1,r){if(this.isCancelled)return;const o=this.desiredSize;this.desiredSize-=a,o>0&&this.desiredSize<=0&&(this.sinkCapability=Promise.withResolvers(),this.ready=this.sinkCapability.promise),n.postMessage({sourceName:i,targetName:s,stream:br,streamId:e,chunk:t},r)},close(){this.isCancelled||(this.isCancelled=!0,n.postMessage({sourceName:i,targetName:s,stream:vr,streamId:e}),delete a.streamSinks[e])},error(t){aa(t instanceof Error,"error must have a valid reason"),this.isCancelled||(this.isCancelled=!0,n.postMessage({sourceName:i,targetName:s,stream:yr,streamId:e,reason:Sr(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(r,t.data,o).then((function(){n.postMessage({sourceName:i,targetName:s,stream:Ar,streamId:e,success:!0})}),(function(t){n.postMessage({sourceName:i,targetName:s,stream:Ar,streamId:e,reason:Sr(t)})}))}#hi(t){const e=t.streamId,i=this.sourceName,s=t.sourceName,n=this.comObj,a=this.streamControllers[e],r=this.streamSinks[e];switch(t.stream){case Ar:t.success?a.startCall.resolve():a.startCall.reject(Sr(t.reason));break;case xr:t.success?a.pullCall.resolve():a.pullCall.reject(Sr(t.reason));break;case wr:if(!r){n.postMessage({sourceName:i,targetName:s,stream:xr,streamId:e,success:!0});break}r.desiredSize<=0&&t.desiredSize>0&&r.sinkCapability.resolve(),r.desiredSize=t.desiredSize,Promise.try(r.onPull||_r).then((function(){n.postMessage({sourceName:i,targetName:s,stream:xr,streamId:e,success:!0})}),(function(t){n.postMessage({sourceName:i,targetName:s,stream:xr,streamId:e,reason:Sr(t)})}));break;case br:if(aa(a,"enqueue should have stream controller"),a.isClosed)break;a.controller.enqueue(t.chunk);break;case vr:if(aa(a,"close should have stream controller"),a.isClosed)break;a.isClosed=!0,a.controller.close(),this.#di(a,e);break;case yr:aa(a,"error should have stream controller"),a.controller.error(Sr(t.reason)),this.#di(a,e);break;case fr:t.success?a.cancelCall.resolve():a.cancelCall.reject(Sr(t.reason)),this.#di(a,e);break;case mr:if(!r)break;const o=Sr(t.reason);Promise.try(r.onCancel||_r,o).then((function(){n.postMessage({sourceName:i,targetName:s,stream:fr,streamId:e,success:!0})}),(function(t){n.postMessage({sourceName:i,targetName:s,stream:fr,streamId:e,reason:Sr(t)})})),r.sinkCapability.reject(o),r.isCancelled=!0,delete this.streamSinks[e];break;default:throw new Error("Unexpected stream case")}}async#di(t,e){await Promise.allSettled([t.startCall?.promise,t.pullCall?.promise,t.cancelCall?.promise]),delete this.streamControllers[e]}destroy(){this.#oi?.abort(),this.#oi=null}}class Cr{#ui=!1;constructor({enableHWA:t=!1}){this.#ui=t}create(t,e){if(t<=0||e<=0)throw new Error("Invalid canvas size");const i=this._createCanvas(t,e);return{canvas:i,context:i.getContext("2d",{willReadFrequently:!this.#ui})}}reset(t,e,i){if(!t.canvas)throw new Error("Canvas is not specified");if(e<=0||i<=0)throw new Error("Invalid canvas size");t.canvas.width=e,t.canvas.height=i}destroy(t){if(!t.canvas)throw new Error("Canvas is not specified");t.canvas.width=0,t.canvas.height=0,t.canvas=null,t.context=null}_createCanvas(t,e){na("Abstract method `_createCanvas` called.")}}class Er extends Cr{constructor({ownerDocument:t=globalThis.document,enableHWA:e=!1}){super({enableHWA:e}),this._document=t}_createCanvas(t,e){const i=this._document.createElement("canvas");return i.width=t,i.height=e,i}}class kr{constructor({baseUrl:t=null,isCompressed:e=!0}){this.baseUrl=t,this.isCompressed=e}async fetch({name:t}){if(!this.baseUrl)throw new Error("Ensure that the `cMapUrl` and `cMapPacked` API parameters are provided.");if(!t)throw new Error("CMap name must be specified.");const e=this.baseUrl+t+(this.isCompressed?".bcmap":"");return this._fetch(e).then((t=>({cMapData:t,isCompressed:this.isCompressed}))).catch((t=>{throw new Error(`Unable to load ${this.isCompressed?"binary ":""}CMap at: ${e}`)}))}async _fetch(t){na("Abstract method `_fetch` called.")}}class Mr extends kr{async _fetch(t){const e=await Ma(t,this.isCompressed?"arraybuffer":"text");return e instanceof ArrayBuffer?new Uint8Array(e):va(e)}}class Pr{addFilter(t){return"none"}addHCMFilter(t,e){return"none"}addAlphaFilter(t){return"none"}addLuminosityFilter(t){return"none"}addHighlightHCMFilter(t,e,i,s,n){return"none"}destroy(t=!1){}}class Ir extends Pr{#pi;#gi;#mi;#fi;#vi;#bi;#w=0;constructor({docId:t,ownerDocument:e=globalThis.document}){super(),this.#fi=t,this.#vi=e}get#A(){return this.#gi||=new Map}get#yi(){return this.#bi||=new Map}get#wi(){if(!this.#mi){const t=this.#vi.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;const i=this.#vi.createElementNS(Ea,"svg");i.setAttribute("width",0),i.setAttribute("height",0),this.#mi=this.#vi.createElementNS(Ea,"defs"),t.append(i),i.append(this.#mi),this.#vi.body.append(t)}return this.#mi}#xi(t){if(1===t.length){const e=t[0],i=new Array(256);for(let t=0;t<256;t++)i[t]=e[t]/255;const s=i.join(",");return[s,s,s]}const[e,i,s]=t,n=new Array(256),a=new Array(256),r=new Array(256);for(let t=0;t<256;t++)n[t]=e[t]/255,a[t]=i[t]/255,r[t]=s[t]/255;return[n.join(","),a.join(","),r.join(",")]}#Ai(t){if(void 0===this.#pi){this.#pi="";const t=this.#vi.URL;t!==this.#vi.baseURI&&(Da(t)?sa('#createUrl: ignore "data:"-URL for performance reasons.'):this.#pi=oa(t,""))}return`url(${this.#pi}#${t})`}addFilter(t){if(!t)return"none";let e=this.#A.get(t);if(e)return e;const[i,s,n]=this.#xi(t),a=1===t.length?i:`${i}${s}${n}`;if(e=this.#A.get(a),e)return this.#A.set(t,e),e;const r=`g_${this.#fi}_transfer_map_${this.#w++}`,o=this.#Ai(r);this.#A.set(t,o),this.#A.set(a,o);const l=this.#_i(r);return this.#Si(i,s,n,l),o}addHCMFilter(t,e){const i=`${t}-${e}`,s="base";let n=this.#yi.get(s);if(n?.key===i)return n.url;if(n?(n.filter?.remove(),n.key=i,n.url="none",n.filter=null):(n={key:i,url:"none",filter:null},this.#yi.set(s,n)),!t||!e)return n.url;const a=this.#Ti(t);t=wa.makeHexColor(...a);const r=this.#Ti(e);if(e=wa.makeHexColor(...r),this.#wi.style.color="","#000000"===t&&"#ffffff"===e||t===e)return n.url;const o=new Array(256);for(let t=0;t<=255;t++){const e=t/255;o[t]=e<=.03928?e/12.92:((e+.055)/1.055)**2.4}const l=o.join(","),h=`g_${this.#fi}_hcm_filter`,c=n.filter=this.#_i(h);this.#Si(l,l,l,c),this.#Ci(c);const d=(t,e)=>{const i=a[t]/255,s=r[t]/255,n=new Array(e+1);for(let t=0;t<=e;t++)n[t]=i+t/e*(s-i);return n.join(",")};return this.#Si(d(0,5),d(1,5),d(2,5),c),n.url=this.#Ai(h),n.url}addAlphaFilter(t){let e=this.#A.get(t);if(e)return e;const[i]=this.#xi([t]),s=`alpha_${i}`;if(e=this.#A.get(s),e)return this.#A.set(t,e),e;const n=`g_${this.#fi}_alpha_map_${this.#w++}`,a=this.#Ai(n);this.#A.set(t,a),this.#A.set(s,a);const r=this.#_i(n);return this.#Ei(i,r),a}addLuminosityFilter(t){let e,i,s=this.#A.get(t||"luminosity");if(s)return s;if(t?([e]=this.#xi([t]),i=`luminosity_${e}`):i="luminosity",s=this.#A.get(i),s)return this.#A.set(t,s),s;const n=`g_${this.#fi}_luminosity_map_${this.#w++}`,a=this.#Ai(n);this.#A.set(t,a),this.#A.set(i,a);const r=this.#_i(n);return this.#ki(r),t&&this.#Ei(e,r),a}addHighlightHCMFilter(t,e,i,s,n){const a=`${e}-${i}-${s}-${n}`;let r=this.#yi.get(t);if(r?.key===a)return r.url;if(r?(r.filter?.remove(),r.key=a,r.url="none",r.filter=null):(r={key:a,url:"none",filter:null},this.#yi.set(t,r)),!e||!i)return r.url;const[o,l]=[e,i].map(this.#Ti.bind(this));let h=Math.round(.2126*o[0]+.7152*o[1]+.0722*o[2]),c=Math.round(.2126*l[0]+.7152*l[1]+.0722*l[2]),[d,u]=[s,n].map(this.#Ti.bind(this));c<h&&([h,c,d,u]=[c,h,u,d]),this.#wi.style.color="";const p=(t,e,i)=>{const s=new Array(256),n=(c-h)/i,a=t/255,r=(e-t)/(255*i);let o=0;for(let t=0;t<=i;t++){const e=Math.round(h+t*n),i=a+t*r;for(let t=o;t<=e;t++)s[t]=i;o=e+1}for(let t=o;t<256;t++)s[t]=s[o-1];return s.join(",")},g=`g_${this.#fi}_hcm_${t}_filter`,m=r.filter=this.#_i(g);return this.#Ci(m),this.#Si(p(d[0],u[0],5),p(d[1],u[1],5),p(d[2],u[2],5),m),r.url=this.#Ai(g),r.url}destroy(t=!1){t&&this.#bi?.size||(this.#mi?.parentNode.parentNode.remove(),this.#mi=null,this.#gi?.clear(),this.#gi=null,this.#bi?.clear(),this.#bi=null,this.#w=0)}#ki(t){const e=this.#vi.createElementNS(Ea,"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)}#Ci(t){const e=this.#vi.createElementNS(Ea,"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)}#_i(t){const e=this.#vi.createElementNS(Ea,"filter");return e.setAttribute("color-interpolation-filters","sRGB"),e.setAttribute("id",t),this.#wi.append(e),e}#Mi(t,e,i){const s=this.#vi.createElementNS(Ea,e);s.setAttribute("type","discrete"),s.setAttribute("tableValues",i),t.append(s)}#Si(t,e,i,s){const n=this.#vi.createElementNS(Ea,"feComponentTransfer");s.append(n),this.#Mi(n,"feFuncR",t),this.#Mi(n,"feFuncG",e),this.#Mi(n,"feFuncB",i)}#Ei(t,e){const i=this.#vi.createElementNS(Ea,"feComponentTransfer");e.append(i),this.#Mi(i,"feFuncA",t)}#Ti(t){return this.#wi.style.color=t,za(getComputedStyle(this.#wi).getPropertyValue("color"))}}class Dr{constructor({baseUrl:t=null}){this.baseUrl=t}async fetch({filename:t}){if(!this.baseUrl)throw new Error("Ensure that the `standardFontDataUrl` API parameter is provided.");if(!t)throw new Error("Font filename must be specified.");const e=`${this.baseUrl}${t}`;return this._fetch(e).catch((t=>{throw new Error(`Unable to load font data at: ${e}`)}))}async _fetch(t){na("Abstract method `_fetch` called.")}}class Rr extends Dr{async _fetch(t){const e=await Ma(t,"arraybuffer");return new Uint8Array(e)}}class Lr{constructor({baseUrl:t=null}){this.baseUrl=t}async fetch({filename:t}){if(!this.baseUrl)throw new Error("Ensure that the `wasmUrl` API parameter is provided.");if(!t)throw new Error("Wasm filename must be specified.");const e=`${this.baseUrl}${t}`;return this._fetch(e).catch((t=>{throw new Error(`Unable to load wasm data at: ${e}`)}))}async _fetch(t){na("Abstract method `_fetch` called.")}}class Fr extends Lr{async _fetch(t){const e=await Ma(t,"arraybuffer");return new Uint8Array(e)}}async function Or(t){const e=process.getBuiltinModule("fs"),i=await e.promises.readFile(t);return new Uint8Array(i)}wn&&sa("Please use the `legacy` build in Node.js environments.");class Nr extends Pr{}class Br extends Cr{_createCanvas(t,e){return process.getBuiltinModule("module").createRequire(import.meta.url)("@napi-rs/canvas").createCanvas(t,e)}}class zr extends kr{async _fetch(t){return Or(t)}}class Hr extends Dr{async _fetch(t){return Or(t)}}class jr extends Lr{async _fetch(t){return Or(t)}}const $r="Fill",Vr="Stroke",Ur="Shading";function Gr(t,e){if(!e)return;const i=e[2]-e[0],s=e[3]-e[1],n=new Path2D;n.rect(e[0],e[1],i,s),t.clip(n)}class qr{isModifyingCurrentTransform(){return!1}getPattern(){na("Abstract method `getPattern` called.")}}class Wr extends qr{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}_createGradient(t){let e;"axial"===this._type?e=t.createLinearGradient(this._p0[0],this._p0[1],this._p1[0],this._p1[1]):"radial"===this._type&&(e=t.createRadialGradient(this._p0[0],this._p0[1],this._r0,this._p1[0],this._p1[1],this._r1));for(const t of this._colorStops)e.addColorStop(t[0],t[1]);return e}getPattern(t,e,i,s){let n;if(s===Vr||s===$r){const a=e.current.getClippedPathBoundingBox(s,Ha(t))||[0,0,0,0],r=Math.ceil(a[2]-a[0])||1,o=Math.ceil(a[3]-a[1])||1,l=e.cachedCanvases.getCanvas("pattern",r,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(-a[0],-a[1]),i=wa.transform(i,[1,0,0,1,a[0],a[1]]),h.transform(...e.baseTransform),this.matrix&&h.transform(...this.matrix),Gr(h,this._bbox),h.fillStyle=this._createGradient(h),h.fill(),n=t.createPattern(l.canvas,"no-repeat");const c=new DOMMatrix(i);n.setTransform(c)}else Gr(t,this._bbox),n=this._createGradient(t);return n}}function Xr(t,e,i,s,n,a,r,o){const l=e.coords,h=e.colors,c=t.data,d=4*t.width;let u;l[i+1]>l[s+1]&&(u=i,i=s,s=u,u=a,a=r,r=u),l[s+1]>l[n+1]&&(u=s,s=n,n=u,u=r,r=o,o=u),l[i+1]>l[s+1]&&(u=i,i=s,s=u,u=a,a=r,r=u);const p=(l[i]+e.offsetX)*e.scaleX,g=(l[i+1]+e.offsetY)*e.scaleY,m=(l[s]+e.offsetX)*e.scaleX,f=(l[s+1]+e.offsetY)*e.scaleY,v=(l[n]+e.offsetX)*e.scaleX,b=(l[n+1]+e.offsetY)*e.scaleY;if(g>=b)return;const y=h[a],w=h[a+1],x=h[a+2],A=h[r],_=h[r+1],S=h[r+2],T=h[o],C=h[o+1],E=h[o+2],k=Math.round(g),M=Math.round(b);let P,I,D,R,L,F,O,N;for(let t=k;t<=M;t++){if(t<f){const e=t<g?0:(g-t)/(g-f);P=p-(p-m)*e,I=y-(y-A)*e,D=w-(w-_)*e,R=x-(x-S)*e}else{let e;e=t>b?1:f===b?0:(f-t)/(f-b),P=m-(m-v)*e,I=A-(A-T)*e,D=_-(_-C)*e,R=S-(S-E)*e}let e;e=t<g?0:t>b?1:(g-t)/(g-b),L=p-(p-v)*e,F=y-(y-T)*e,O=w-(w-C)*e,N=x-(x-E)*e;const i=Math.round(Math.min(P,L)),s=Math.round(Math.max(P,L));let n=d*t+4*i;for(let t=i;t<=s;t++)e=(P-t)/(P-L),e<0?e=0:e>1&&(e=1),c[n++]=I-(I-F)*e|0,c[n++]=D-(D-O)*e|0,c[n++]=R-(R-N)*e|0,c[n++]=255}}function Kr(t,e,i){const s=e.coords,n=e.colors;let a,r;switch(e.type){case"lattice":const o=e.verticesPerRow,l=Math.floor(s.length/o)-1,h=o-1;for(a=0;a<l;a++){let e=a*o;for(let a=0;a<h;a++,e++)Xr(t,i,s[e],s[e+1],s[e+o],n[e],n[e+1],n[e+o]),Xr(t,i,s[e+o+1],s[e+1],s[e+o],n[e+o+1],n[e+1],n[e+o])}break;case"triangles":for(a=0,r=s.length;a<r;a+=3)Xr(t,i,s[a],s[a+1],s[a+2],n[a],n[a+1],n[a+2]);break;default:throw new Error("illegal figure")}}class Yr extends qr{constructor(t){super(),this._coords=t[2],this._colors=t[3],this._figures=t[4],this._bounds=t[5],this._bbox=t[6],this._background=t[7],this.matrix=null}_createMeshCanvas(t,e,i){const s=Math.floor(this._bounds[0]),n=Math.floor(this._bounds[1]),a=Math.ceil(this._bounds[2])-s,r=Math.ceil(this._bounds[3])-n,o=Math.min(Math.ceil(Math.abs(a*t[0]*1.1)),3e3),l=Math.min(Math.ceil(Math.abs(r*t[1]*1.1)),3e3),h=a/o,c=r/l,d={coords:this._coords,colors:this._colors,offsetX:-s,offsetY:-n,scaleX:1/h,scaleY:1/c},u=o+4,p=l+4,g=i.getCanvas("mesh",u,p),m=g.context,f=m.createImageData(o,l);if(e){const t=f.data;for(let i=0,s=t.length;i<s;i+=4)t[i]=e[0],t[i+1]=e[1],t[i+2]=e[2],t[i+3]=255}for(const t of this._figures)Kr(f,t,d);m.putImageData(f,2,2);return{canvas:g.canvas,offsetX:s-2*h,offsetY:n-2*c,scaleX:h,scaleY:c}}isModifyingCurrentTransform(){return!0}getPattern(t,e,i,s){Gr(t,this._bbox);const n=new Float32Array(2);if(s===Ur)wa.singularValueDecompose2dScale(Ha(t),n);else if(this.matrix){wa.singularValueDecompose2dScale(this.matrix,n);const[t,i]=n;wa.singularValueDecompose2dScale(e.baseTransform,n),n[0]*=t,n[1]*=i}else wa.singularValueDecompose2dScale(e.baseTransform,n);const a=this._createMeshCanvas(n,s===Ur?null:this._background,e.cachedCanvases);return s!==Ur&&(t.setTransform(...e.baseTransform),this.matrix&&t.transform(...this.matrix)),t.translate(a.offsetX,a.offsetY),t.scale(a.scaleX,a.scaleY),t.createPattern(a.canvas,"no-repeat")}}class Qr extends qr{getPattern(){return"hotpink"}}const Jr=1,Zr=2;class to{static MAX_PATTERN_SIZE=3e3;constructor(t,e,i,s){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.ctx=e,this.canvasGraphicsFactory=i,this.baseTransform=s}createPatternCanvas(t){const{bbox:e,operatorList:i,paintType:s,tilingType:n,color:a,canvasGraphicsFactory:r}=this;let{xstep:o,ystep:l}=this;o=Math.abs(o),l=Math.abs(l),ia("TilingType: "+n);const h=e[0],c=e[1],d=e[2],u=e[3],p=d-h,g=u-c,m=new Float32Array(2);wa.singularValueDecompose2dScale(this.matrix,m);const[f,v]=m;wa.singularValueDecompose2dScale(this.baseTransform,m);const b=f*m[0],y=v*m[1];let w=p,x=g,A=!1,_=!1;const S=Math.ceil(o*b),T=Math.ceil(l*y);S>=Math.ceil(p*b)?w=o:A=!0,T>=Math.ceil(g*y)?x=l:_=!0;const C=this.getSizeAndScale(w,this.ctx.canvas.width,b),E=this.getSizeAndScale(x,this.ctx.canvas.height,y),k=t.cachedCanvases.getCanvas("pattern",C.size,E.size),M=k.context,P=r.createCanvasGraphics(M);if(P.groupLevel=t.groupLevel,this.setFillAndStrokeStyleToContext(P,s,a),M.translate(-C.scale*h,-E.scale*c),P.transform(C.scale,0,0,E.scale,0,0),M.save(),this.clipBbox(P,h,c,d,u),P.baseTransform=Ha(P.ctx),P.executeOperatorList(i),P.endDrawing(),M.restore(),A||_){const e=k.canvas;A&&(w=o),_&&(x=l);const i=this.getSizeAndScale(w,this.ctx.canvas.width,b),s=this.getSizeAndScale(x,this.ctx.canvas.height,y),n=i.size,a=s.size,r=t.cachedCanvases.getCanvas("pattern-workaround",n,a),d=r.context,u=A?Math.floor(p/o):0,m=_?Math.floor(g/l):0;for(let t=0;t<=u;t++)for(let i=0;i<=m;i++)d.drawImage(e,n*t,a*i,n,a,0,0,n,a);return{canvas:r.canvas,scaleX:i.scale,scaleY:s.scale,offsetX:h,offsetY:c}}return{canvas:k.canvas,scaleX:C.scale,scaleY:E.scale,offsetX:h,offsetY:c}}getSizeAndScale(t,e,i){const s=Math.max(to.MAX_PATTERN_SIZE,e);let n=Math.ceil(t*i);return n>=s?n=s:i=n/t,{scale:i,size:n}}clipBbox(t,e,i,s,n){const a=s-e,r=n-i;t.ctx.rect(e,i,a,r),wa.axialAlignedBoundingBox([e,i,s,n],Ha(t.ctx),t.current.minMax),t.clip(),t.endPath()}setFillAndStrokeStyleToContext(t,e,i){const s=t.ctx,n=t.current;switch(e){case Jr:const t=this.ctx;s.fillStyle=t.fillStyle,s.strokeStyle=t.strokeStyle,n.fillColor=t.fillStyle,n.strokeColor=t.strokeStyle;break;case Zr:const a=wa.makeHexColor(i[0],i[1],i[2]);s.fillStyle=a,s.strokeStyle=a,n.fillColor=a,n.strokeColor=a;break;default:throw new ga(`Unsupported paint type: ${e}`)}}isModifyingCurrentTransform(){return!1}getPattern(t,e,i,s){let n=i;s!==Ur&&(n=wa.transform(n,e.baseTransform),this.matrix&&(n=wa.transform(n,this.matrix)));const a=this.createPatternCanvas(e);let r=new DOMMatrix(n);r=r.translate(a.offsetX,a.offsetY),r=r.scale(1/a.scaleX,1/a.scaleY);const o=t.createPattern(a.canvas,"repeat");return o.setTransform(r),o}}function eo({src:t,srcPos:e=0,dest:i,width:s,height:n,nonBlackColor:a=4294967295,inverseDecode:r=!1}){const o=ba.isLittleEndian?4278190080:255,[l,h]=r?[a,o]:[o,a],c=s>>3,d=7&s,u=t.length;i=new Uint32Array(i.buffer);let p=0;for(let s=0;s<n;s++){for(const s=e+c;e<s;e++){const s=e<u?t[e]:255;i[p++]=128&s?h:l,i[p++]=64&s?h:l,i[p++]=32&s?h:l,i[p++]=16&s?h:l,i[p++]=8&s?h:l,i[p++]=4&s?h:l,i[p++]=2&s?h:l,i[p++]=1&s?h:l}if(0===d)continue;const s=e<u?t[e++]:255;for(let t=0;t<d;t++)i[p++]=s&1<<7-t?h:l}return{srcPos:e,destPos:p}}const io=16,so=new DOMMatrix,no=new Float32Array(2),ao=new Float32Array([1/0,1/0,-1/0,-1/0]);class ro{constructor(t){this.canvasFactory=t,this.cache=Object.create(null)}getCanvas(t,e,i){let s;return void 0!==this.cache[t]?(s=this.cache[t],this.canvasFactory.reset(s,e,i)):(s=this.canvasFactory.create(e,i),this.cache[t]=s),s}delete(t){delete this.cache[t]}clear(){for(const t in this.cache){const e=this.cache[t];this.canvasFactory.destroy(e),delete this.cache[t]}}}function oo(t,e,i,s,n,a,r,o,l,h){const[c,d,u,p,g,m]=Ha(t);if(0===d&&0===u){const f=r*c+g,v=Math.round(f),b=o*p+m,y=Math.round(b),w=(r+l)*c+g,x=Math.abs(Math.round(w)-v)||1,A=(o+h)*p+m,_=Math.abs(Math.round(A)-y)||1;return t.setTransform(Math.sign(c),0,0,Math.sign(p),v,y),t.drawImage(e,i,s,n,a,0,0,x,_),t.setTransform(c,d,u,p,g,m),[x,_]}if(0===c&&0===p){const f=o*u+g,v=Math.round(f),b=r*d+m,y=Math.round(b),w=(o+h)*u+g,x=Math.abs(Math.round(w)-v)||1,A=(r+l)*d+m,_=Math.abs(Math.round(A)-y)||1;return t.setTransform(0,Math.sign(d),Math.sign(u),0,v,y),t.drawImage(e,i,s,n,a,0,0,_,x),t.setTransform(c,d,u,p,g,m),[_,x]}t.drawImage(e,i,s,n,a,r,o,l,h);return[Math.hypot(c,d)*l,Math.hypot(u,p)*h]}class lo{alphaIsShape=!1;fontSize=0;fontSizeScale=1;textMatrix=null;textMatrixScale=1;fontMatrix=xn;leading=0;x=0;y=0;lineX=0;lineY=0;charSpacing=0;wordSpacing=0;textHScale=1;textRenderingMode=Ln;textRise=0;fillColor="#000000";strokeColor="#000000";patternFill=!1;patternStroke=!1;fillAlpha=1;strokeAlpha=1;lineWidth=1;activeSMask=null;transferMaps="none";constructor(t,e){this.clipBox=new Float32Array([0,0,t,e]),this.minMax=ao.slice()}clone(){const t=Object.create(this);return t.clipBox=this.clipBox.slice(),t.minMax=this.minMax.slice(),t}getPathBoundingBox(t=$r,e=null){const i=this.minMax.slice();if(t===Vr){e||na("Stroke bounding box must include transform."),wa.singularValueDecompose2dScale(e,no);const t=no[0]*this.lineWidth/2,s=no[1]*this.lineWidth/2;i[0]-=t,i[1]-=s,i[2]+=t,i[3]+=s}return i}updateClipFromPath(){const t=wa.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(ao,0)}getClippedPathBoundingBox(t=$r,e=null){return wa.intersect(this.clipBox,this.getPathBoundingBox(t,e))}}function ho(t,e){if(e instanceof ImageData)return void t.putImageData(e,0,0);const i=e.height,s=e.width,n=i%io,a=(i-n)/io,r=0===n?a:a+1,o=t.createImageData(s,io);let l,h=0;const c=e.data,d=o.data;let u,p,g,m;if(e.kind===Hn.GRAYSCALE_1BPP){const e=c.byteLength,i=new Uint32Array(d.buffer,0,d.byteLength>>2),m=i.length,f=s+7>>3,v=4294967295,b=ba.isLittleEndian?4278190080:255;for(u=0;u<r;u++){for(g=u<a?io:n,l=0,p=0;p<g;p++){const t=e-h;let n=0;const a=t>f?s:8*t-7,r=-8&a;let o=0,d=0;for(;n<r;n+=8)d=c[h++],i[l++]=128&d?v:b,i[l++]=64&d?v:b,i[l++]=32&d?v:b,i[l++]=16&d?v:b,i[l++]=8&d?v:b,i[l++]=4&d?v:b,i[l++]=2&d?v:b,i[l++]=1&d?v:b;for(;n<a;n++)0===o&&(d=c[h++],o=128),i[l++]=d&o?v:b,o>>=1}for(;l<m;)i[l++]=0;t.putImageData(o,0,u*io)}}else if(e.kind===Hn.RGBA_32BPP){for(p=0,m=s*io*4,u=0;u<a;u++)d.set(c.subarray(h,h+m)),h+=m,t.putImageData(o,0,p),p+=io;u<r&&(m=s*n*4,d.set(c.subarray(h,h+m)),t.putImageData(o,0,p))}else{if(e.kind!==Hn.RGB_24BPP)throw new Error(`bad image kind: ${e.kind}`);for(g=io,m=s*g,u=0;u<r;u++){for(u>=a&&(g=n,m=s*g),l=0,p=m;p--;)d[l++]=c[h++],d[l++]=c[h++],d[l++]=c[h++],d[l++]=255;t.putImageData(o,0,u*io)}}}function co(t,e){if(e.bitmap)return void t.drawImage(e.bitmap,0,0);const i=e.height,s=e.width,n=i%io,a=(i-n)/io,r=0===n?a:a+1,o=t.createImageData(s,io);let l=0;const h=e.data,c=o.data;for(let e=0;e<r;e++){const i=e<a?io:n;({srcPos:l}=eo({src:h,srcPos:l,dest:c,width:s,height:i,nonBlackColor:0})),t.putImageData(o,0,e*io)}}function uo(t,e){const i=["strokeStyle","fillStyle","fillRule","globalAlpha","lineWidth","lineCap","lineJoin","miterLimit","globalCompositeOperation","font","filter"];for(const s of i)void 0!==t[s]&&(e[s]=t[s]);void 0!==t.setLineDash&&(e.setLineDash(t.getLineDash()),e.lineDashOffset=t.lineDashOffset)}function po(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);const{filter:e}=t;"none"!==e&&""!==e&&(t.filter="none")}function go(t,e){if(e)return!0;wa.singularValueDecompose2dScale(t,no);const i=Math.fround(Va.pixelRatio*ka.PDF_TO_CSS_UNITS);return no[0]<=i&&no[1]<=i}const mo=["butt","round","square"],fo=["miter","round","bevel"],vo={},bo={};class yo{constructor(t,e,i,s,n,{optionalContentConfig:a,markedContentStack:r=null},o,l){this.ctx=t,this.current=new lo(this.ctx.canvas.width,this.ctx.canvas.height),this.stateStack=[],this.pendingClip=null,this.pendingEOFill=!1,this.res=null,this.xobjs=null,this.commonObjs=e,this.objs=i,this.canvasFactory=s,this.filterFactory=n,this.groupStack=[],this.baseTransform=null,this.baseTransformStack=[],this.groupLevel=0,this.smaskStack=[],this.smaskCounter=0,this.tempSMask=null,this.suspendedCtx=null,this.contentVisible=!0,this.markedContentStack=r||[],this.optionalContentConfig=a,this.cachedCanvases=new ro(this.canvasFactory),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}getObject(t,e=null){return"string"==typeof t?t.startsWith("g_")?this.commonObjs.get(t):this.objs.get(t):e}beginDrawing({transform:t,viewport:e,transparency:i=!1,background:s=null}){const n=this.ctx.canvas.width,a=this.ctx.canvas.height,r=this.ctx.fillStyle;if(this.ctx.fillStyle=s||"#ffffff",this.ctx.fillRect(0,0,n,a),this.ctx.fillStyle=r,i){const t=this.cachedCanvases.getCanvas("transparent",n,a);this.compositeCtx=this.ctx,this.transparentCanvas=t.canvas,this.ctx=t.context,this.ctx.save(),this.ctx.transform(...Ha(this.compositeCtx))}this.ctx.save(),po(this.ctx),t&&(this.ctx.transform(...t),this.outputScaleX=t[0],this.outputScaleY=t[0]),this.ctx.transform(...e.transform),this.viewportScale=e.scale,this.baseTransform=Ha(this.ctx)}executeOperatorList(t,e,i,s){const n=t.argsArray,a=t.fnArray;let r=e||0;const o=n.length;if(o===r)return r;const l=o-r>10&&"function"==typeof i,h=l?Date.now()+15:0;let c=0;const d=this.commonObjs,u=this.objs;let p;for(;;){if(void 0!==s&&r===s.nextBreakPoint)return s.breakIt(r,i),r;if(p=a[r],p!==Xn.dependency)this[p].apply(this,n[r]);else for(const t of n[r]){const e=t.startsWith("g_")?d:u;if(!e.has(t))return e.get(t,i),r}if(r++,r===o)return r;if(l&&++c>10){if(Date.now()>h)return i(),r;c=0}}}#Pi(){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.transparentCanvas=null)}endDrawing(){this.#Pi(),this.cachedCanvases.clear(),this.cachedPatterns.clear();for(const t of this._cachedBitmapsMap.values()){for(const e of t.values())"undefined"!=typeof HTMLCanvasElement&&e instanceof HTMLCanvasElement&&(e.width=e.height=0);t.clear()}this._cachedBitmapsMap.clear(),this.#Ii()}#Ii(){if(this.pageColors){const t=this.filterFactory.addHCMFilter(this.pageColors.foreground,this.pageColors.background);if("none"!==t){const e=this.ctx.filter;this.ctx.filter=t,this.ctx.drawImage(this.ctx.canvas,0,0),this.ctx.filter=e}}}_scaleImage(t,e){const i=t.width??t.displayWidth,s=t.height??t.displayHeight;let n,a,r=Math.max(Math.hypot(e[0],e[1]),1),o=Math.max(Math.hypot(e[2],e[3]),1),l=i,h=s,c="prescale1";for(;r>2&&l>1||o>2&&h>1;){let e=l,i=h;r>2&&l>1&&(e=l>=16384?Math.floor(l/2)-1||1:Math.ceil(l/2),r/=l/e),o>2&&h>1&&(i=h>=16384?Math.floor(h/2)-1||1:Math.ceil(h)/2,o/=h/i),n=this.cachedCanvases.getCanvas(c,e,i),a=n.context,a.clearRect(0,0,e,i),a.drawImage(t,0,0,l,h,0,0,e,i),t=n.canvas,l=e,h=i,c="prescale1"===c?"prescale2":"prescale1"}return{img:t,paintWidth:l,paintHeight:h}}_createMaskCanvas(t){const e=this.ctx,{width:i,height:s}=t,n=this.current.fillColor,a=this.current.patternFill,r=Ha(e);let o,l,h,c;if((t.bitmap||t.data)&&t.count>1){const e=t.bitmap||t.data.buffer;l=JSON.stringify(a?r:[r.slice(0,4),n]),o=this._cachedBitmapsMap.get(e),o||(o=new Map,this._cachedBitmapsMap.set(e,o));const i=o.get(l);if(i&&!a){return{canvas:i,offsetX:Math.round(Math.min(r[0],r[2])+r[4]),offsetY:Math.round(Math.min(r[1],r[3])+r[5])}}h=i}h||(c=this.cachedCanvases.getCanvas("maskCanvas",i,s),co(c.context,t));let d=wa.transform(r,[1/i,0,0,-1/s,0,0]);d=wa.transform(d,[1,0,0,1,0,-s]);const u=ao.slice();wa.axialAlignedBoundingBox([0,0,i,s],d,u);const[p,g,m,f]=u,v=Math.round(m-p)||1,b=Math.round(f-g)||1,y=this.cachedCanvases.getCanvas("fillCanvas",v,b),w=y.context,x=p,A=g;w.translate(-x,-A),w.transform(...d),h||(h=this._scaleImage(c.canvas,ja(w)),h=h.img,o&&a&&o.set(l,h)),w.imageSmoothingEnabled=go(Ha(w),t.interpolate),oo(w,h,0,0,h.width,h.height,0,0,i,s),w.globalCompositeOperation="source-in";const _=wa.transform(ja(w),[1,0,0,1,-x,-A]);return w.fillStyle=a?n.getPattern(e,this,_,$r):n,w.fillRect(0,0,i,s),o&&!a&&(this.cachedCanvases.delete("fillCanvas"),o.set(l,y.canvas)),{canvas:y.canvas,offsetX:Math.round(x),offsetY:Math.round(A)}}setLineWidth(t){t!==this.current.lineWidth&&(this._cachedScaleForStroking[0]=-1),this.current.lineWidth=t,this.ctx.lineWidth=t}setLineCap(t){this.ctx.lineCap=mo[t]}setLineJoin(t){this.ctx.lineJoin=fo[t]}setMiterLimit(t){this.ctx.miterLimit=t}setDash(t,e){const i=this.ctx;void 0!==i.setLineDash&&(i.setLineDash(t),i.lineDashOffset=e)}setRenderingIntent(t){}setFlatness(t){}setGState(t){for(const[e,i]of t)switch(e){case"LW":this.setLineWidth(i);break;case"LC":this.setLineCap(i);break;case"LJ":this.setLineJoin(i);break;case"ML":this.setMiterLimit(i);break;case"D":this.setDash(i[0],i[1]);break;case"RI":this.setRenderingIntent(i);break;case"FL":this.setFlatness(i);break;case"Font":this.setFont(i[0],i[1]);break;case"CA":this.current.strokeAlpha=i;break;case"ca":this.ctx.globalAlpha=this.current.fillAlpha=i;break;case"BM":this.ctx.globalCompositeOperation=i;break;case"SMask":this.current.activeSMask=i?this.tempSMask:null,this.tempSMask=null,this.checkSMaskState();break;case"TR":this.ctx.filter=this.current.transferMaps=this.filterFactory.addFilter(i)}}get inSMaskMode(){return!!this.suspendedCtx}checkSMaskState(){const t=this.inSMaskMode;this.current.activeSMask&&!t?this.beginSMaskMode():!this.current.activeSMask&&t&&this.endSMaskMode()}beginSMaskMode(){if(this.inSMaskMode)throw new Error("beginSMaskMode called while already in smask mode");const t=this.ctx.canvas.width,e=this.ctx.canvas.height,i="smaskGroupAt"+this.groupLevel,s=this.cachedCanvases.getCanvas(i,t,e);this.suspendedCtx=this.ctx;const n=this.ctx=s.context;n.setTransform(this.suspendedCtx.getTransform()),uo(this.suspendedCtx,n),function(t,e){if(t._removeMirroring)throw new Error("Context is already forwarding operations.");t.__originalSave=t.save,t.__originalRestore=t.restore,t.__originalRotate=t.rotate,t.__originalScale=t.scale,t.__originalTranslate=t.translate,t.__originalTransform=t.transform,t.__originalSetTransform=t.setTransform,t.__originalResetTransform=t.resetTransform,t.__originalClip=t.clip,t.__originalMoveTo=t.moveTo,t.__originalLineTo=t.lineTo,t.__originalBezierCurveTo=t.bezierCurveTo,t.__originalRect=t.rect,t.__originalClosePath=t.closePath,t.__originalBeginPath=t.beginPath,t._removeMirroring=()=>{t.save=t.__originalSave,t.restore=t.__originalRestore,t.rotate=t.__originalRotate,t.scale=t.__originalScale,t.translate=t.__originalTranslate,t.transform=t.__originalTransform,t.setTransform=t.__originalSetTransform,t.resetTransform=t.__originalResetTransform,t.clip=t.__originalClip,t.moveTo=t.__originalMoveTo,t.lineTo=t.__originalLineTo,t.bezierCurveTo=t.__originalBezierCurveTo,t.rect=t.__originalRect,t.closePath=t.__originalClosePath,t.beginPath=t.__originalBeginPath,delete t._removeMirroring},t.save=function(){e.save(),this.__originalSave()},t.restore=function(){e.restore(),this.__originalRestore()},t.translate=function(t,i){e.translate(t,i),this.__originalTranslate(t,i)},t.scale=function(t,i){e.scale(t,i),this.__originalScale(t,i)},t.transform=function(t,i,s,n,a,r){e.transform(t,i,s,n,a,r),this.__originalTransform(t,i,s,n,a,r)},t.setTransform=function(t,i,s,n,a,r){e.setTransform(t,i,s,n,a,r),this.__originalSetTransform(t,i,s,n,a,r)},t.resetTransform=function(){e.resetTransform(),this.__originalResetTransform()},t.rotate=function(t){e.rotate(t),this.__originalRotate(t)},t.clip=function(t){e.clip(t),this.__originalClip(t)},t.moveTo=function(t,i){e.moveTo(t,i),this.__originalMoveTo(t,i)},t.lineTo=function(t,i){e.lineTo(t,i),this.__originalLineTo(t,i)},t.bezierCurveTo=function(t,i,s,n,a,r){e.bezierCurveTo(t,i,s,n,a,r),this.__originalBezierCurveTo(t,i,s,n,a,r)},t.rect=function(t,i,s,n){e.rect(t,i,s,n),this.__originalRect(t,i,s,n)},t.closePath=function(){e.closePath(),this.__originalClosePath()},t.beginPath=function(){e.beginPath(),this.__originalBeginPath()}}(n,this.suspendedCtx),this.setGState([["BM","source-over"]])}endSMaskMode(){if(!this.inSMaskMode)throw new Error("endSMaskMode called while not in smask mode");this.ctx._removeMirroring(),uo(this.ctx,this.suspendedCtx),this.ctx=this.suspendedCtx,this.suspendedCtx=null}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];const 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(0,0,this.ctx.canvas.width,this.ctx.canvas.height),this.ctx.restore()}composeSMask(t,e,i,s){const n=s[0],a=s[1],r=s[2]-n,o=s[3]-a;0!==r&&0!==o&&(this.genericComposeSMask(e.context,i,r,o,e.subtype,e.backdrop,e.transferMap,n,a,e.offsetX,e.offsetY),t.save(),t.globalAlpha=1,t.globalCompositeOperation="source-over",t.setTransform(1,0,0,1,0,0),t.drawImage(i.canvas,0,0),t.restore())}genericComposeSMask(t,e,i,s,n,a,r,o,l,h,c){let d=t.canvas,u=o-h,p=l-c;if(a){const e=wa.makeHexColor(...a);if(u<0||p<0||u+i>d.width||p+s>d.height){const t=this.cachedCanvases.getCanvas("maskExtension",i,s),n=t.context;n.drawImage(d,-u,-p),n.globalCompositeOperation="destination-atop",n.fillStyle=e,n.fillRect(0,0,i,s),n.globalCompositeOperation="source-over",d=t.canvas,u=p=0}else{t.save(),t.globalAlpha=1,t.setTransform(1,0,0,1,0,0);const n=new Path2D;n.rect(u,p,i,s),t.clip(n),t.globalCompositeOperation="destination-atop",t.fillStyle=e,t.fillRect(u,p,i,s),t.restore()}}e.save(),e.globalAlpha=1,e.setTransform(1,0,0,1,0,0),"Alpha"===n&&r?e.filter=this.filterFactory.addAlphaFilter(r):"Luminosity"===n&&(e.filter=this.filterFactory.addLuminosityFilter(r));const g=new Path2D;g.rect(o,l,i,s),e.clip(g),e.globalCompositeOperation="destination-in",e.drawImage(d,u,p,i,s,o,l,i,s),e.restore()}save(){this.inSMaskMode&&uo(this.ctx,this.suspendedCtx),this.ctx.save();const t=this.current;this.stateStack.push(t),this.current=t.clone()}restore(){0!==this.stateStack.length?(this.current=this.stateStack.pop(),this.ctx.restore(),this.inSMaskMode&&uo(this.suspendedCtx,this.ctx),this.checkSMaskState(),this.pendingClip=null,this._cachedScaleForStroking[0]=-1,this._cachedGetSinglePixelWidth=null):this.inSMaskMode&&this.endSMaskMode()}transform(t,e,i,s,n,a){this.ctx.transform(t,e,i,s,n,a),this._cachedScaleForStroking[0]=-1,this._cachedGetSinglePixelWidth=null}constructPath(t,e,i){let[s]=e;if(!i)return s||=e[0]=new Path2D,void this[t](s);if(!(s instanceof Path2D)){const t=e[0]=new Path2D;for(let e=0,i=s.length;e<i;)switch(s[e++]){case Kn:t.moveTo(s[e++],s[e++]);break;case Yn:t.lineTo(s[e++],s[e++]);break;case Qn:t.bezierCurveTo(s[e++],s[e++],s[e++],s[e++],s[e++],s[e++]);break;case Jn:t.closePath();break;default:sa(`Unrecognized drawing path operator: ${s[e-1]}`)}s=t}wa.axialAlignedBoundingBox(i,Ha(this.ctx),this.current.minMax),this[t](s)}closePath(){this.ctx.closePath()}stroke(t,e=!0){const i=this.ctx,s=this.current.strokeColor;if(i.globalAlpha=this.current.strokeAlpha,this.contentVisible)if("object"==typeof s&&s?.getPattern){const e=s.isModifyingCurrentTransform()?i.getTransform():null;if(i.save(),i.strokeStyle=s.getPattern(i,this,ja(i),Vr),e){const s=new Path2D;s.addPath(t,i.getTransform().invertSelf().multiplySelf(e)),t=s}this.rescaleAndStroke(t,!1),i.restore()}else this.rescaleAndStroke(t,!0);e&&this.consumePath(t,this.current.getClippedPathBoundingBox(Vr,Ha(this.ctx))),i.globalAlpha=this.current.fillAlpha}closeStroke(t){this.stroke(t)}fill(t,e=!0){const i=this.ctx,s=this.current.fillColor;let n=!1;if(this.current.patternFill){const e=s.isModifyingCurrentTransform()?i.getTransform():null;if(i.save(),i.fillStyle=s.getPattern(i,this,ja(i),$r),e){const s=new Path2D;s.addPath(t,i.getTransform().invertSelf().multiplySelf(e)),t=s}n=!0}const a=this.current.getClippedPathBoundingBox();this.contentVisible&&null!==a&&(this.pendingEOFill?(i.fill(t,"evenodd"),this.pendingEOFill=!1):i.fill(t)),n&&i.restore(),e&&this.consumePath(t,a)}eoFill(t){this.pendingEOFill=!0,this.fill(t)}fillStroke(t){this.fill(t,!1),this.stroke(t,!1),this.consumePath(t)}eoFillStroke(t){this.pendingEOFill=!0,this.fillStroke(t)}closeFillStroke(t){this.fillStroke(t)}closeEOFillStroke(t){this.pendingEOFill=!0,this.fillStroke(t)}endPath(t){this.consumePath(t)}rawFillPath(t){this.ctx.fill(t)}clip(){this.pendingClip=vo}eoClip(){this.pendingClip=bo}beginText(){this.current.textMatrix=null,this.current.textMatrixScale=1,this.current.x=this.current.lineX=0,this.current.y=this.current.lineY=0}endText(){const t=this.pendingTextPaths,e=this.ctx;if(void 0===t)return;const i=new Path2D,s=e.getTransform().invertSelf();for(const{transform:e,x:n,y:a,fontSize:r,path:o}of t)i.addPath(o,new DOMMatrix(e).preMultiplySelf(s).translate(n,a).scale(r,-r));e.clip(i),delete this.pendingTextPaths}setCharSpacing(t){this.current.charSpacing=t}setWordSpacing(t){this.current.wordSpacing=t}setHScale(t){this.current.textHScale=t/100}setLeading(t){this.current.leading=-t}setFont(t,e){const i=this.commonObjs.get(t),s=this.current;if(!i)throw new Error(`Can't find font for ${t}`);if(s.fontMatrix=i.fontMatrix||xn,0!==s.fontMatrix[0]&&0!==s.fontMatrix[3]||sa("Invalid font matrix for font "+t),e<0?(e=-e,s.fontDirection=-1):s.fontDirection=1,this.current.font=i,this.current.fontSize=e,i.isType3Font)return;const n=i.loadedName||"sans-serif",a=i.systemFontInfo?.css||`"${n}", ${i.fallbackName}`;let r="normal";i.black?r="900":i.bold&&(r="bold");const o=i.italic?"italic":"normal";let l=e;e<16?l=16:e>100&&(l=100),this.current.fontSizeScale=e/l,this.ctx.font=`${o} ${r} ${l}px ${a}`}setTextRenderingMode(t){this.current.textRenderingMode=t}setTextRise(t){this.current.textRise=t}moveText(t,e){this.current.x=this.current.lineX+=t,this.current.y=this.current.lineY+=e}setLeadingMoveText(t,e){this.setLeading(-e),this.moveText(t,e)}setTextMatrix(t){const{current:e}=this;e.textMatrix=t,e.textMatrixScale=Math.hypot(t[0],t[1]),e.x=e.lineX=0,e.y=e.lineY=0}nextLine(){this.moveText(0,this.current.leading)}#Di(t,e,i){const s=new Path2D;return s.addPath(t,new DOMMatrix(i).invertSelf().multiplySelf(e)),s}paintChar(t,e,i,s,n){const a=this.ctx,r=this.current,o=r.font,l=r.textRenderingMode,h=r.fontSize/r.fontSizeScale,c=l&Bn,d=!!(l&zn),u=r.patternFill&&!o.missingFile,p=r.patternStroke&&!o.missingFile;let g;if((o.disableFontFace||d||u||p)&&(g=o.getPathGenerator(this.commonObjs,t)),o.disableFontFace||u||p){let t;if(a.save(),a.translate(e,i),a.scale(h,-h),c!==Ln&&c!==On||(s?(t=a.getTransform(),a.setTransform(...s),a.fill(this.#Di(g,t,s))):a.fill(g)),c===Fn||c===On)if(n){t||=a.getTransform(),a.setTransform(...n);const{a:e,b:i,c:s,d:r}=t,o=wa.inverseTransform(n),l=wa.transform([e,i,s,r,0,0],o);wa.singularValueDecompose2dScale(l,no),a.lineWidth*=Math.max(no[0],no[1])/h,a.stroke(this.#Di(g,t,n))}else a.lineWidth/=h,a.stroke(g);a.restore()}else c!==Ln&&c!==On||a.fillText(t,e,i),c!==Fn&&c!==On||a.strokeText(t,e,i);if(d){(this.pendingTextPaths||=[]).push({transform:Ha(a),x:e,y:i,fontSize:h,path:g})}}get isFontSubpixelAAEnabled(){const{context:t}=this.cachedCanvases.getCanvas("isFontSubpixelAAEnabled",10,10);t.scale(1.5,1),t.fillText("I",0,10);const e=t.getImageData(0,0,10,10).data;let i=!1;for(let t=3;t<e.length;t+=4)if(e[t]>0&&e[t]<255){i=!0;break}return la(this,"isFontSubpixelAAEnabled",i)}showText(t){const e=this.current,i=e.font;if(i.isType3Font)return this.showType3Text(t);const s=e.fontSize;if(0===s)return;const n=this.ctx,a=e.fontSizeScale,r=e.charSpacing,o=e.wordSpacing,l=e.fontDirection,h=e.textHScale*l,c=t.length,d=i.vertical,u=d?1:-1,p=i.defaultVMetrics,g=s*e.fontMatrix[0],m=e.textRenderingMode===Ln&&!i.disableFontFace&&!e.patternFill;let f,v;if(n.save(),e.textMatrix&&n.transform(...e.textMatrix),n.translate(e.x,e.y+e.textRise),l>0?n.scale(h,-1):n.scale(h,1),e.patternFill){n.save();const t=e.fillColor.getPattern(n,this,ja(n),$r);f=Ha(n),n.restore(),n.fillStyle=t}if(e.patternStroke){n.save();const t=e.strokeColor.getPattern(n,this,ja(n),Vr);v=Ha(n),n.restore(),n.strokeStyle=t}let b=e.lineWidth;const y=e.textMatrixScale;if(0===y||0===b){const t=e.textRenderingMode&Bn;t!==Fn&&t!==On||(b=this.getSinglePixelWidth())}else b/=y;if(1!==a&&(n.scale(a,a),b/=a),n.lineWidth=b,i.isInvalidPDFjsFont){const i=[];let s=0;for(const e of t)i.push(e.unicode),s+=e.width;return n.fillText(i.join(""),0,0),e.x+=s*g*h,n.restore(),void this.compose()}let w,x=0;for(w=0;w<c;++w){const e=t[w];if("number"==typeof e){x+=u*e*s/1e3;continue}let h=!1;const c=(e.isSpace?o:0)+r,b=e.fontChar,y=e.accent;let A,_,S=e.width;if(d){const t=e.vmetric||p,i=-(e.vmetric?t[1]:.5*S)*g,s=t[2]*g;S=t?-t[0]:S,A=i/a,_=(x+s)/a}else A=x/a,_=0;if(i.remeasure&&S>0){const t=1e3*n.measureText(b).width/s*a;if(S<t&&this.isFontSubpixelAAEnabled){const e=S/t;h=!0,n.save(),n.scale(e,1),A/=e}else S!==t&&(A+=(S-t)/2e3*s/a)}if(this.contentVisible&&(e.isInFont||i.missingFile))if(m&&!y)n.fillText(b,A,_);else if(this.paintChar(b,A,_,f,v),y){const t=A+s*y.offset.x/a,e=_-s*y.offset.y/a;this.paintChar(y.fontChar,t,e,f,v)}x+=d?S*g-c*l:S*g+c*l,h&&n.restore()}d?e.y-=x:e.x+=x*h,n.restore(),this.compose()}showType3Text(t){const e=this.ctx,i=this.current,s=i.font,n=i.fontSize,a=i.fontDirection,r=s.vertical?1:-1,o=i.charSpacing,l=i.wordSpacing,h=i.textHScale*a,c=i.fontMatrix||xn,d=t.length;let u,p,g,m;if(!(i.textRenderingMode===Nn)&&0!==n){for(this._cachedScaleForStroking[0]=-1,this._cachedGetSinglePixelWidth=null,e.save(),i.textMatrix&&e.transform(...i.textMatrix),e.translate(i.x,i.y+i.textRise),e.scale(h,a),u=0;u<d;++u){if(p=t[u],"number"==typeof p){m=r*p*n/1e3,this.ctx.translate(m,0),i.x+=m*h;continue}const a=(p.isSpace?l:0)+o,d=s.charProcOperatorList[p.operatorListId];d?this.contentVisible&&(this.save(),e.scale(n,n),e.transform(...c),this.executeOperatorList(d),this.restore()):sa(`Type3 character "${p.operatorListId}" is not available.`);const f=[p.width,0];wa.applyTransform(f,c),g=f[0]*n+a,e.translate(g,0),i.x+=g*h}e.restore()}}setCharWidth(t,e){}setCharWidthAndBounds(t,e,i,s,n,a){const r=new Path2D;r.rect(i,s,n-i,a-s),this.ctx.clip(r),this.endPath()}getColorN_Pattern(t){let e;if("TilingPattern"===t[0]){const i=this.baseTransform||Ha(this.ctx),s={createCanvasGraphics:t=>new yo(t,this.commonObjs,this.objs,this.canvasFactory,this.filterFactory,{optionalContentConfig:this.optionalContentConfig,markedContentStack:this.markedContentStack})};e=new to(t,this.ctx,s,i)}else e=this._getPattern(t[1],t[2]);return e}setStrokeColorN(){this.current.strokeColor=this.getColorN_Pattern(arguments),this.current.patternStroke=!0}setFillColorN(){this.current.fillColor=this.getColorN_Pattern(arguments),this.current.patternFill=!0}setStrokeRGBColor(t,e,i){this.ctx.strokeStyle=this.current.strokeColor=wa.makeHexColor(t,e,i),this.current.patternStroke=!1}setStrokeTransparent(){this.ctx.strokeStyle=this.current.strokeColor="transparent",this.current.patternStroke=!1}setFillRGBColor(t,e,i){this.ctx.fillStyle=this.current.fillColor=wa.makeHexColor(t,e,i),this.current.patternFill=!1}setFillTransparent(){this.ctx.fillStyle=this.current.fillColor="transparent",this.current.patternFill=!1}_getPattern(t,e=null){let i;return this.cachedPatterns.has(t)?i=this.cachedPatterns.get(t):(i=function(t){switch(t[0]){case"RadialAxial":return new Wr(t);case"Mesh":return new Yr(t);case"Dummy":return new Qr}throw new Error(`Unknown IR type: ${t[0]}`)}(this.getObject(t)),this.cachedPatterns.set(t,i)),e&&(i.matrix=e),i}shadingFill(t){if(!this.contentVisible)return;const e=this.ctx;this.save();const i=this._getPattern(t);e.fillStyle=i.getPattern(e,this,ja(e),Ur);const s=ja(e);if(s){const{width:t,height:i}=e.canvas,n=ao.slice();wa.axialAlignedBoundingBox([0,0,t,i],s,n);const[a,r,o,l]=n;this.ctx.fillRect(a,r,o-a,l-r)}else this.ctx.fillRect(-1e10,-1e10,2e10,2e10);this.compose(this.current.getClippedPathBoundingBox()),this.restore()}beginInlineImage(){na("Should not call beginInlineImage")}beginImageData(){na("Should not call beginImageData")}paintFormXObjectBegin(t,e){if(this.contentVisible&&(this.save(),this.baseTransformStack.push(this.baseTransform),t&&this.transform(...t),this.baseTransform=Ha(this.ctx),e)){wa.axialAlignedBoundingBox(e,this.baseTransform,this.current.minMax);const[t,i,s,n]=e,a=new Path2D;a.rect(t,i,s-t,n-i),this.ctx.clip(a),this.endPath()}}paintFormXObjectEnd(){this.contentVisible&&(this.restore(),this.baseTransform=this.baseTransformStack.pop())}beginGroup(t){if(!this.contentVisible)return;this.save(),this.inSMaskMode&&(this.endSMaskMode(),this.current.activeSMask=null);const e=this.ctx;t.isolated||ia("TODO: Support non-isolated groups."),t.knockout&&sa("Knockout groups not supported.");const i=Ha(e);if(t.matrix&&e.transform(...t.matrix),!t.bbox)throw new Error("Bounding box is required.");let s=ao.slice();wa.axialAlignedBoundingBox(t.bbox,Ha(e),s);const n=[0,0,e.canvas.width,e.canvas.height];s=wa.intersect(s,n)||[0,0,0,0];const a=Math.floor(s[0]),r=Math.floor(s[1]),o=Math.max(Math.ceil(s[2])-a,1),l=Math.max(Math.ceil(s[3])-r,1);this.current.startNewPathAndClipBox([0,0,o,l]);let h="groupAt"+this.groupLevel;t.smask&&(h+="_smask_"+this.smaskCounter++%2);const c=this.cachedCanvases.getCanvas(h,o,l),d=c.context;d.translate(-a,-r),d.transform(...i);let u=new Path2D;const[p,g,m,f]=t.bbox;if(u.rect(p,g,m-p,f-g),t.matrix){const e=new Path2D;e.addPath(u,new DOMMatrix(t.matrix)),u=e}d.clip(u),t.smask?this.smaskStack.push({canvas:c.canvas,context:d,offsetX:a,offsetY:r,subtype:t.smask.subtype,backdrop:t.smask.backdrop,transferMap:t.smask.transferMap||null,startTransformInverse:null}):(e.setTransform(1,0,0,1,0,0),e.translate(a,r),e.save()),uo(e,d),this.ctx=d,this.setGState([["BM","source-over"],["ca",1],["CA",1]]),this.groupStack.push(e),this.groupLevel++}endGroup(t){if(!this.contentVisible)return;this.groupLevel--;const e=this.ctx,i=this.groupStack.pop();if(this.ctx=i,this.ctx.imageSmoothingEnabled=!1,t.smask)this.tempSMask=this.smaskStack.pop(),this.restore();else{this.ctx.restore();const t=Ha(this.ctx);this.restore(),this.ctx.save(),this.ctx.setTransform(...t);const i=ao.slice();wa.axialAlignedBoundingBox([0,0,e.canvas.width,e.canvas.height],t,i),this.ctx.drawImage(e.canvas,0,0),this.ctx.restore(),this.compose(i)}}beginAnnotation(t,e,i,s,n){if(this.#Pi(),po(this.ctx),this.ctx.save(),this.save(),this.baseTransform&&this.ctx.setTransform(...this.baseTransform),e){const s=e[2]-e[0],a=e[3]-e[1];if(n&&this.annotationCanvasMap){(i=i.slice())[4]-=e[0],i[5]-=e[1],(e=e.slice())[0]=e[1]=0,e[2]=s,e[3]=a,wa.singularValueDecompose2dScale(Ha(this.ctx),no);const{viewportScale:n}=this,r=Math.ceil(s*this.outputScaleX*n),o=Math.ceil(a*this.outputScaleY*n);this.annotationCanvas=this.canvasFactory.create(r,o);const{canvas:l,context:h}=this.annotationCanvas;this.annotationCanvasMap.set(t,l),this.annotationCanvas.savedCtx=this.ctx,this.ctx=h,this.ctx.save(),this.ctx.setTransform(no[0],0,0,-no[1],0,a*no[1]),po(this.ctx)}else{po(this.ctx),this.endPath();const t=new Path2D;t.rect(e[0],e[1],s,a),this.ctx.clip(t)}}this.current=new lo(this.ctx.canvas.width,this.ctx.canvas.height),this.transform(...i),this.transform(...s)}endAnnotation(){this.annotationCanvas&&(this.ctx.restore(),this.#Ii(),this.ctx=this.annotationCanvas.savedCtx,delete this.annotationCanvas.savedCtx,delete this.annotationCanvas)}paintImageMaskXObject(t){if(!this.contentVisible)return;const e=t.count;(t=this.getObject(t.data,t)).count=e;const i=this.ctx,s=this._createMaskCanvas(t),n=s.canvas;i.save(),i.setTransform(1,0,0,1,0,0),i.drawImage(n,s.offsetX,s.offsetY),i.restore(),this.compose()}paintImageMaskXObjectRepeat(t,e,i=0,s=0,n,a){if(!this.contentVisible)return;t=this.getObject(t.data,t);const r=this.ctx;r.save();const o=Ha(r);r.transform(e,i,s,n,0,0);const l=this._createMaskCanvas(t);r.setTransform(1,0,0,1,l.offsetX-o[4],l.offsetY-o[5]);for(let t=0,h=a.length;t<h;t+=2){const h=wa.transform(o,[e,i,s,n,a[t],a[t+1]]);r.drawImage(l.canvas,h[4],h[5])}r.restore(),this.compose()}paintImageMaskXObjectGroup(t){if(!this.contentVisible)return;const e=this.ctx,i=this.current.fillColor,s=this.current.patternFill;for(const n of t){const{data:t,width:a,height:r,transform:o}=n,l=this.cachedCanvases.getCanvas("maskCanvas",a,r),h=l.context;h.save();co(h,this.getObject(t,n)),h.globalCompositeOperation="source-in",h.fillStyle=s?i.getPattern(h,this,ja(e),$r):i,h.fillRect(0,0,a,r),h.restore(),e.save(),e.transform(...o),e.scale(1,-1),oo(e,l.canvas,0,0,a,r,0,-1,1,1),e.restore()}this.compose()}paintImageXObject(t){if(!this.contentVisible)return;const e=this.getObject(t);e?this.paintInlineImageXObject(e):sa("Dependent image isn't ready yet")}paintImageXObjectRepeat(t,e,i,s){if(!this.contentVisible)return;const n=this.getObject(t);if(!n)return void sa("Dependent image isn't ready yet");const a=n.width,r=n.height,o=[];for(let t=0,n=s.length;t<n;t+=2)o.push({transform:[e,0,0,i,s[t],s[t+1]],x:0,y:0,w:a,h:r});this.paintInlineImageXObjectGroup(n,o)}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 t.bitmap;const{bitmap:e,width:i,height:s}=t,n=this.cachedCanvases.getCanvas("inlineImage",i,s),a=n.context;return a.filter=this.current.transferMaps,a.drawImage(e,0,0),a.filter="none",n.canvas}paintInlineImageXObject(t){if(!this.contentVisible)return;const e=t.width,i=t.height,s=this.ctx;this.save();const{filter:n}=s;let a;if("none"!==n&&""!==n&&(s.filter="none"),s.scale(1/e,-1/i),t.bitmap)a=this.applyTransferMapsToBitmap(t);else if("function"==typeof HTMLElement&&t instanceof HTMLElement||!t.data)a=t;else{const s=this.cachedCanvases.getCanvas("inlineImage",e,i).context;ho(s,t),a=this.applyTransferMapsToCanvas(s)}const r=this._scaleImage(a,ja(s));s.imageSmoothingEnabled=go(Ha(s),t.interpolate),oo(s,r.img,0,0,r.paintWidth,r.paintHeight,0,-i,e,i),this.compose(),this.restore()}paintInlineImageXObjectGroup(t,e){if(!this.contentVisible)return;const i=this.ctx;let s;if(t.bitmap)s=t.bitmap;else{const e=t.width,i=t.height,n=this.cachedCanvases.getCanvas("inlineImage",e,i).context;ho(n,t),s=this.applyTransferMapsToCanvas(n)}for(const t of e)i.save(),i.transform(...t.transform),i.scale(1,-1),oo(i,s,t.x,t.y,t.w,t.h,0,-1,1,1),i.restore();this.compose()}paintSolidColorImageMask(){this.contentVisible&&(this.ctx.fillRect(0,0,1,1),this.compose())}markPoint(t){}markPointProps(t,e){}beginMarkedContent(t){this.markedContentStack.push({visible:!0})}beginMarkedContentProps(t,e){"OC"===t?this.markedContentStack.push({visible:this.optionalContentConfig.isVisible(e)}):this.markedContentStack.push({visible:!0}),this.contentVisible=this.isContentVisible()}endMarkedContent(){this.markedContentStack.pop(),this.contentVisible=this.isContentVisible()}beginCompat(){}endCompat(){}consumePath(t,e){const i=this.current.isEmptyClip();this.pendingClip&&this.current.updateClipFromPath(),this.pendingClip||this.compose(e);const s=this.ctx;this.pendingClip&&(i||(this.pendingClip===bo?s.clip(t,"evenodd"):s.clip(t)),this.pendingClip=null),this.current.startNewPathAndClipBox(this.current.clipBox)}getSinglePixelWidth(){if(!this._cachedGetSinglePixelWidth){const t=Ha(this.ctx);if(0===t[1]&&0===t[2])this._cachedGetSinglePixelWidth=1/Math.min(Math.abs(t[0]),Math.abs(t[3]));else{const e=Math.abs(t[0]*t[3]-t[2]*t[1]),i=Math.hypot(t[0],t[2]),s=Math.hypot(t[1],t[3]);this._cachedGetSinglePixelWidth=Math.max(i,s)/e}}return this._cachedGetSinglePixelWidth}getScaleForStroking(){if(-1===this._cachedScaleForStroking[0]){const{lineWidth:t}=this.current,{a:e,b:i,c:s,d:n}=this.ctx.getTransform();let a,r;if(0===i&&0===s){const i=Math.abs(e),s=Math.abs(n);if(i===s)if(0===t)a=r=1/i;else{const e=i*t;a=r=e<1?1/e:1}else if(0===t)a=1/i,r=1/s;else{const e=i*t,n=s*t;a=e<1?1/e:1,r=n<1?1/n:1}}else{const o=Math.abs(e*n-i*s),l=Math.hypot(e,i),h=Math.hypot(s,n);if(0===t)a=h/o,r=l/o;else{const e=t*o;a=h>e?h/e:1,r=l>e?l/e:1}}this._cachedScaleForStroking[0]=a,this._cachedScaleForStroking[1]=r}return this._cachedScaleForStroking}rescaleAndStroke(t,e){const{ctx:i,current:{lineWidth:s}}=this,[n,a]=this.getScaleForStroking();if(n===a)return i.lineWidth=(s||1)*n,void i.stroke(t);const r=i.getLineDash();e&&i.save(),i.scale(n,a),so.a=1/n,so.d=1/a;const o=new Path2D;if(o.addPath(t,so),r.length>0){const t=Math.max(n,a);i.setLineDash(r.map((e=>e/t))),i.lineDashOffset/=t}i.lineWidth=s||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(const t in Xn)void 0!==yo.prototype[t]&&(yo.prototype[Xn[t]]=yo.prototype[t]);class wo{static#Ri=null;static#Li="";static get workerPort(){return this.#Ri}static set workerPort(t){if(!("undefined"!=typeof Worker&&t instanceof Worker)&&null!==t)throw new Error("Invalid `workerPort` type.");this.#Ri=t}static get workerSrc(){return this.#Li}static set workerSrc(t){if("string"!=typeof t)throw new Error("Invalid `workerSrc` type.");this.#Li=t}}class xo{#Fi;#Oi;constructor({parsedData:t,rawData:e}){this.#Fi=t,this.#Oi=e}getRaw(){return this.#Oi}get(t){return this.#Fi.get(t)??null}[Symbol.iterator](){return this.#Fi.entries()}}const Ao=Symbol("INTERNAL");class _o{#Ni=!1;#Bi=!1;#zi=!1;#Hi=!0;constructor(t,{name:e,intent:i,usage:s,rbGroups:n}){this.#Ni=!!(t&Sn),this.#Bi=!!(t&Tn),this.name=e,this.intent=i,this.usage=s,this.rbGroups=n}get visible(){if(this.#zi)return this.#Hi;if(!this.#Hi)return!1;const{print:t,view:e}=this.usage;return this.#Ni?"OFF"!==e?.viewState:!this.#Bi||"OFF"!==t?.printState}_setVisible(t,e,i=!1){t!==Ao&&na("Internal method `_setVisible` called."),this.#zi=i,this.#Hi=e}}class So{#ji=null;#$i=new Map;#Vi=null;#Ui=null;constructor(t,e=Sn){if(this.renderingIntent=e,this.name=null,this.creator=null,null!==t){this.name=t.name,this.creator=t.creator,this.#Ui=t.order;for(const i of t.groups)this.#$i.set(i.id,new _o(e,i));if("OFF"===t.baseState)for(const t of this.#$i.values())t._setVisible(Ao,!1);for(const e of t.on)this.#$i.get(e)._setVisible(Ao,!0);for(const e of t.off)this.#$i.get(e)._setVisible(Ao,!1);this.#Vi=this.getHash()}}#Gi(t){const e=t.length;if(e<2)return!0;const i=t[0];for(let s=1;s<e;s++){const e=t[s];let n;if(Array.isArray(e))n=this.#Gi(e);else{if(!this.#$i.has(e))return sa(`Optional content group not found: ${e}`),!0;n=this.#$i.get(e).visible}switch(i){case"And":if(!n)return!1;break;case"Or":if(n)return!0;break;case"Not":return!n;default:return!0}}return"And"===i}isVisible(t){if(0===this.#$i.size)return!0;if(!t)return ia("Optional content group not defined."),!0;if("OCG"===t.type)return this.#$i.has(t.id)?this.#$i.get(t.id).visible:(sa(`Optional content group not found: ${t.id}`),!0);if("OCMD"===t.type){if(t.expression)return this.#Gi(t.expression);if(!t.policy||"AnyOn"===t.policy){for(const e of t.ids){if(!this.#$i.has(e))return sa(`Optional content group not found: ${e}`),!0;if(this.#$i.get(e).visible)return!0}return!1}if("AllOn"===t.policy){for(const e of t.ids){if(!this.#$i.has(e))return sa(`Optional content group not found: ${e}`),!0;if(!this.#$i.get(e).visible)return!1}return!0}if("AnyOff"===t.policy){for(const e of t.ids){if(!this.#$i.has(e))return sa(`Optional content group not found: ${e}`),!0;if(!this.#$i.get(e).visible)return!0}return!1}if("AllOff"===t.policy){for(const e of t.ids){if(!this.#$i.has(e))return sa(`Optional content group not found: ${e}`),!0;if(this.#$i.get(e).visible)return!1}return!0}return sa(`Unknown optional content policy ${t.policy}.`),!0}return sa(`Unknown group type ${t.type}.`),!0}setVisibility(t,e=!0,i=!0){const s=this.#$i.get(t);if(s){if(i&&e&&s.rbGroups.length)for(const e of s.rbGroups)for(const i of e)i!==t&&this.#$i.get(i)?._setVisible(Ao,!1,!0);s._setVisible(Ao,!!e,!0),this.#ji=null}else sa(`Optional content group not found: ${t}`)}setOCGState({state:t,preserveRB:e}){let i;for(const s of t){switch(s){case"ON":case"OFF":case"Toggle":i=s;continue}const t=this.#$i.get(s);if(t)switch(i){case"ON":this.setVisibility(s,!0,e);break;case"OFF":this.setVisibility(s,!1,e);break;case"Toggle":this.setVisibility(s,!t.visible,e)}}this.#ji=null}get hasInitialVisibility(){return null===this.#Vi||this.getHash()===this.#Vi}getOrder(){return this.#$i.size?this.#Ui?this.#Ui.slice():[...this.#$i.keys()]:null}getGroup(t){return this.#$i.get(t)||null}getHash(){if(null!==this.#ji)return this.#ji;const t=new or;for(const[e,i]of this.#$i)t.update(`${e}:${i.visible}`);return this.#ji=t.hexdigest()}[Symbol.iterator](){return this.#$i.entries()}}class To{constructor(t,{disableRange:e=!1,disableStream:i=!1}){aa(t,'PDFDataTransportStream - missing required "pdfDataRangeTransport" argument.');const{length:s,initialData:n,progressiveDone:a,contentDispositionFilename:r}=t;if(this._queuedChunks=[],this._progressiveDone=a,this._contentDispositionFilename=r,n?.length>0){const t=n instanceof Uint8Array&&n.byteLength===n.buffer.byteLength?n.buffer:new Uint8Array(n).buffer;this._queuedChunks.push(t)}this._pdfDataRangeTransport=t,this._isStreamingSupported=!i,this._isRangeSupported=!e,this._contentLength=s,this._fullRequestReader=null,this._rangeReaders=[],t.addRangeListener(((t,e)=>{this._onReceiveData({begin:t,chunk:e})})),t.addProgressListener(((t,e)=>{this._onProgress({loaded:t,total:e})})),t.addProgressiveReadListener((t=>{this._onReceiveData({chunk:t})})),t.addProgressiveDoneListener((()=>{this._onProgressiveDone()})),t.transportReady()}_onReceiveData({begin:t,chunk:e}){const i=e instanceof Uint8Array&&e.byteLength===e.buffer.byteLength?e.buffer:new Uint8Array(e).buffer;if(void 0===t)this._fullRequestReader?this._fullRequestReader._enqueue(i):this._queuedChunks.push(i);else{aa(this._rangeReaders.some((function(e){return e._begin===t&&(e._enqueue(i),!0)})),"_onReceiveData - no `PDFDataTransportStreamRangeReader` instance found.")}}get _progressiveDataLength(){return this._fullRequestReader?._loaded??0}_onProgress(t){void 0===t.total?this._rangeReaders[0]?.onProgress?.({loaded:t.loaded}):this._fullRequestReader?.onProgress?.({loaded:t.loaded,total:t.total})}_onProgressiveDone(){this._fullRequestReader?.progressiveDone(),this._progressiveDone=!0}_removeRangeReader(t){const e=this._rangeReaders.indexOf(t);e>=0&&this._rangeReaders.splice(e,1)}getFullReader(){aa(!this._fullRequestReader,"PDFDataTransportStream.getFullReader can only be called once.");const t=this._queuedChunks;return this._queuedChunks=null,new Co(this,t,this._progressiveDone,this._contentDispositionFilename)}getRangeReader(t,e){if(e<=this._progressiveDataLength)return null;const i=new Eo(this,t,e);return this._pdfDataRangeTransport.requestDataRange(t,e),this._rangeReaders.push(i),i}cancelAllRequests(t){this._fullRequestReader?.cancel(t);for(const e of this._rangeReaders.slice(0))e.cancel(t);this._pdfDataRangeTransport.abort()}}class Co{constructor(t,e,i=!1,s=null){this._stream=t,this._done=i||!1,this._filename=Ra(s)?s:null,this._queuedChunks=e||[],this._loaded=0;for(const t of this._queuedChunks)this._loaded+=t.byteLength;this._requests=[],this._headersReady=Promise.resolve(),t._fullRequestReader=this,this.onProgress=null}_enqueue(t){if(!this._done){if(this._requests.length>0){this._requests.shift().resolve({value:t,done:!1})}else this._queuedChunks.push(t);this._loaded+=t.byteLength}}get headersReady(){return this._headersReady}get filename(){return this._filename}get isRangeSupported(){return this._stream._isRangeSupported}get isStreamingSupported(){return this._stream._isStreamingSupported}get contentLength(){return this._stream._contentLength}async read(){if(this._queuedChunks.length>0){return{value:this._queuedChunks.shift(),done:!1}}if(this._done)return{value:void 0,done:!0};const t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0;for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0}progressiveDone(){this._done||(this._done=!0)}}class Eo{constructor(t,e,i){this._stream=t,this._begin=e,this._end=i,this._queuedChunk=null,this._requests=[],this._done=!1,this.onProgress=null}_enqueue(t){if(!this._done){if(0===this._requests.length)this._queuedChunk=t;else{this._requests.shift().resolve({value:t,done:!1});for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0}this._done=!0,this._stream._removeRangeReader(this)}}get isStreamingSupported(){return!1}async read(){if(this._queuedChunk){const t=this._queuedChunk;return this._queuedChunk=null,{value:t,done:!1}}if(this._done)return{value:void 0,done:!0};const t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0;for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0,this._stream._removeRangeReader(this)}}function ko(t,e){const i=new Headers;if(!t||!e||"object"!=typeof e)return i;for(const t in e){const s=e[t];void 0!==s&&i.append(t,s)}return i}function Mo(t){return URL.parse(t)?.origin??null}function Po({responseHeaders:t,isHttp:e,rangeChunkSize:i,disableRange:s}){const n={allowRangeRequests:!1,suggestedLength:void 0},a=parseInt(t.get("Content-Length"),10);if(!Number.isInteger(a))return n;if(n.suggestedLength=a,a<=2*i)return n;if(s||!e)return n;if("bytes"!==t.get("Accept-Ranges"))return n;return"identity"!==(t.get("Content-Encoding")||"identity")||(n.allowRangeRequests=!0),n}function Io(t){const e=t.get("Content-Disposition");if(e){let t=function(t){let e=!0,i=s("filename\\*","i").exec(t);if(i){i=i[1];let t=r(i);return t=unescape(t),t=o(t),t=l(t),a(t)}if(i=function(t){const e=[];let i;const n=s("filename\\*((?!0\\d)\\d+)(\\*?)","ig");for(;null!==(i=n.exec(t));){let[,t,s,n]=i;if(t=parseInt(t,10),t in e){if(0===t)break}else e[t]=[s,n]}const a=[];for(let t=0;t<e.length&&t in e;++t){let[i,s]=e[t];s=r(s),i&&(s=unescape(s),0===t&&(s=o(s))),a.push(s)}return a.join("")}(t),i)return a(l(i));if(i=s("filename","i").exec(t),i){i=i[1];let t=r(i);return t=l(t),a(t)}function s(t,e){return new RegExp("(?:^|;)\\s*"+t+'\\s*=\\s*([^";\\s][^;\\s]*|"(?:[^"\\\\]|\\\\"?)+"?)',e)}function n(t,i){if(t){if(!/^[\x00-\xFF]+$/.test(i))return i;try{const s=new TextDecoder(t,{fatal:!0}),n=va(i);i=s.decode(n),e=!1}catch{}}return i}function a(t){return e&&/[\x80-\xff]/.test(t)&&(t=n("utf-8",t),e&&(t=n("iso-8859-1",t))),t}function r(t){if(t.startsWith('"')){const e=t.slice(1).split('\\"');for(let t=0;t<e.length;++t){const 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){const e=t.indexOf("'");return-1===e?t:n(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,s){if("q"===i||"Q"===i)return n(e,s=(s=s.replaceAll("_"," ")).replaceAll(/=([0-9a-fA-F]{2})/g,(function(t,e){return String.fromCharCode(parseInt(e,16))})));try{s=atob(s)}catch{}return n(e,s)}))}return""}(e);if(t.includes("%"))try{t=decodeURIComponent(t)}catch{}if(Ra(t))return t}return null}function Do(t,e){return new pa(`Unexpected server response (${t}) while retrieving PDF "${e}".`,t,404===t||0===t&&e.startsWith("file:"))}function Ro(t){return 200===t||206===t}function Lo(t,e,i){return{method:"GET",headers:t,signal:i.signal,mode:"cors",credentials:e?"include":"same-origin",redirect:"follow"}}function Fo(t){return t instanceof Uint8Array?t.buffer:t instanceof ArrayBuffer?t:(sa(`getArrayBuffer - unexpected data format: ${t}`),new Uint8Array(t).buffer)}class Oo{_responseOrigin=null;constructor(t){this.source=t,this.isHttp=/^https?:/i.test(t.url),this.headers=ko(this.isHttp,t.httpHeaders),this._fullRequestReader=null,this._rangeRequestReaders=[]}get _progressiveDataLength(){return this._fullRequestReader?._loaded??0}getFullReader(){return aa(!this._fullRequestReader,"PDFFetchStream.getFullReader can only be called once."),this._fullRequestReader=new No(this),this._fullRequestReader}getRangeReader(t,e){if(e<=this._progressiveDataLength)return null;const i=new Bo(this,t,e);return this._rangeRequestReaders.push(i),i}cancelAllRequests(t){this._fullRequestReader?.cancel(t);for(const e of this._rangeRequestReaders.slice(0))e.cancel(t)}}class No{constructor(t){this._stream=t,this._reader=null,this._loaded=0,this._filename=null;const e=t.source;this._withCredentials=e.withCredentials||!1,this._contentLength=e.length,this._headersCapability=Promise.withResolvers(),this._disableRange=e.disableRange||!1,this._rangeChunkSize=e.rangeChunkSize,this._rangeChunkSize||this._disableRange||(this._disableRange=!0),this._abortController=new AbortController,this._isStreamingSupported=!e.disableStream,this._isRangeSupported=!e.disableRange;const i=new Headers(t.headers),s=e.url;fetch(s,Lo(i,this._withCredentials,this._abortController)).then((e=>{if(t._responseOrigin=Mo(e.url),!Ro(e.status))throw Do(e.status,s);this._reader=e.body.getReader(),this._headersCapability.resolve();const i=e.headers,{allowRangeRequests:n,suggestedLength:a}=Po({responseHeaders:i,isHttp:t.isHttp,rangeChunkSize:this._rangeChunkSize,disableRange:this._disableRange});this._isRangeSupported=n,this._contentLength=a||this._contentLength,this._filename=Io(i),!this._isStreamingSupported&&this._isRangeSupported&&this.cancel(new ma("Streaming is disabled."))})).catch(this._headersCapability.reject),this.onProgress=null}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(){await this._headersCapability.promise;const{value:t,done:e}=await this._reader.read();return e?{value:t,done:e}:(this._loaded+=t.byteLength,this.onProgress?.({loaded:this._loaded,total:this._contentLength}),{value:Fo(t),done:!1})}cancel(t){this._reader?.cancel(t),this._abortController.abort()}}class Bo{constructor(t,e,i){this._stream=t,this._reader=null,this._loaded=0;const s=t.source;this._withCredentials=s.withCredentials||!1,this._readCapability=Promise.withResolvers(),this._isStreamingSupported=!s.disableStream,this._abortController=new AbortController;const n=new Headers(t.headers);n.append("Range",`bytes=${e}-${i-1}`);const a=s.url;fetch(a,Lo(n,this._withCredentials,this._abortController)).then((e=>{const i=Mo(e.url);if(i!==t._responseOrigin)throw new Error(`Expected range response-origin "${i}" to match "${t._responseOrigin}".`);if(!Ro(e.status))throw Do(e.status,a);this._readCapability.resolve(),this._reader=e.body.getReader()})).catch(this._readCapability.reject),this.onProgress=null}get isStreamingSupported(){return this._isStreamingSupported}async read(){await this._readCapability.promise;const{value:t,done:e}=await this._reader.read();return e?{value:t,done:e}:(this._loaded+=t.byteLength,this.onProgress?.({loaded:this._loaded}),{value:Fo(t),done:!1})}cancel(t){this._reader?.cancel(t),this._abortController.abort()}}class zo{_responseOrigin=null;constructor({url:t,httpHeaders:e,withCredentials:i}){this.url=t,this.isHttp=/^https?:/i.test(t),this.headers=ko(this.isHttp,e),this.withCredentials=i||!1,this.currXhrId=0,this.pendingRequests=Object.create(null)}request(t){const e=new XMLHttpRequest,i=this.currXhrId++,s=this.pendingRequests[i]={xhr:e};e.open("GET",this.url),e.withCredentials=this.withCredentials;for(const[t,i]of this.headers)e.setRequestHeader(t,i);return this.isHttp&&"begin"in t&&"end"in t?(e.setRequestHeader("Range",`bytes=${t.begin}-${t.end-1}`),s.expectedStatus=206):s.expectedStatus=200,e.responseType="arraybuffer",aa(t.onError,"Expected `onError` callback to be provided."),e.onerror=()=>{t.onError(e.status)},e.onreadystatechange=this.onStateChange.bind(this,i),e.onprogress=this.onProgress.bind(this,i),s.onHeadersReceived=t.onHeadersReceived,s.onDone=t.onDone,s.onError=t.onError,s.onProgress=t.onProgress,e.send(null),i}onProgress(t,e){const i=this.pendingRequests[t];i&&i.onProgress?.(e)}onStateChange(t,e){const i=this.pendingRequests[t];if(!i)return;const s=i.xhr;if(s.readyState>=2&&i.onHeadersReceived&&(i.onHeadersReceived(),delete i.onHeadersReceived),4!==s.readyState)return;if(!(t in this.pendingRequests))return;if(delete this.pendingRequests[t],0===s.status&&this.isHttp)return void i.onError(s.status);const n=s.status||200;if(!(200===n&&206===i.expectedStatus)&&n!==i.expectedStatus)return void i.onError(s.status);const a=function(t){const e=t.response;return"string"!=typeof e?e:va(e).buffer}(s);if(206===n){const t=s.getResponseHeader("Content-Range"),e=/bytes (\d+)-(\d+)\/(\d+)/.exec(t);e?i.onDone({begin:parseInt(e[1],10),chunk:a}):(sa('Missing or invalid "Content-Range" header.'),i.onError(0))}else a?i.onDone({begin:0,chunk:a}):i.onError(s.status)}getRequestXhr(t){return this.pendingRequests[t].xhr}isPendingRequest(t){return t in this.pendingRequests}abortRequest(t){const e=this.pendingRequests[t].xhr;delete this.pendingRequests[t],e.abort()}}class Ho{constructor(t){this._source=t,this._manager=new zo(t),this._rangeChunkSize=t.rangeChunkSize,this._fullRequestReader=null,this._rangeRequestReaders=[]}_onRangeRequestReaderClosed(t){const e=this._rangeRequestReaders.indexOf(t);e>=0&&this._rangeRequestReaders.splice(e,1)}getFullReader(){return aa(!this._fullRequestReader,"PDFNetworkStream.getFullReader can only be called once."),this._fullRequestReader=new jo(this._manager,this._source),this._fullRequestReader}getRangeReader(t,e){const i=new $o(this._manager,t,e);return i.onClosed=this._onRangeRequestReaderClosed.bind(this),this._rangeRequestReaders.push(i),i}cancelAllRequests(t){this._fullRequestReader?.cancel(t);for(const e of this._rangeRequestReaders.slice(0))e.cancel(t)}}class jo{constructor(t,e){this._manager=t,this._url=e.url,this._fullRequestId=t.request({onHeadersReceived:this._onHeadersReceived.bind(this),onDone:this._onDone.bind(this),onError:this._onError.bind(this),onProgress:this._onProgress.bind(this)}),this._headersCapability=Promise.withResolvers(),this._disableRange=e.disableRange||!1,this._contentLength=e.length,this._rangeChunkSize=e.rangeChunkSize,this._rangeChunkSize||this._disableRange||(this._disableRange=!0),this._isStreamingSupported=!1,this._isRangeSupported=!1,this._cachedChunks=[],this._requests=[],this._done=!1,this._storedError=void 0,this._filename=null,this.onProgress=null}_onHeadersReceived(){const t=this._fullRequestId,e=this._manager.getRequestXhr(t);this._manager._responseOrigin=Mo(e.responseURL);const i=e.getAllResponseHeaders(),s=new Headers(i?i.trimStart().replace(/[^\S ]+$/,"").split(/[\r\n]+/).map((t=>{const[e,...i]=t.split(": ");return[e,i.join(": ")]})):[]),{allowRangeRequests:n,suggestedLength:a}=Po({responseHeaders:s,isHttp:this._manager.isHttp,rangeChunkSize:this._rangeChunkSize,disableRange:this._disableRange});n&&(this._isRangeSupported=!0),this._contentLength=a||this._contentLength,this._filename=Io(s),this._isRangeSupported&&this._manager.abortRequest(t),this._headersCapability.resolve()}_onDone(t){if(t)if(this._requests.length>0){this._requests.shift().resolve({value:t.chunk,done:!1})}else this._cachedChunks.push(t.chunk);if(this._done=!0,!(this._cachedChunks.length>0)){for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0}}_onError(t){this._storedError=Do(t,this._url),this._headersCapability.reject(this._storedError);for(const t of this._requests)t.reject(this._storedError);this._requests.length=0,this._cachedChunks.length=0}_onProgress(t){this.onProgress?.({loaded:t.loaded,total:t.lengthComputable?t.total:this._contentLength})}get filename(){return this._filename}get isRangeSupported(){return this._isRangeSupported}get isStreamingSupported(){return this._isStreamingSupported}get contentLength(){return this._contentLength}get headersReady(){return this._headersCapability.promise}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};const t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0,this._headersCapability.reject(t);for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0,this._manager.isPendingRequest(this._fullRequestId)&&this._manager.abortRequest(this._fullRequestId),this._fullRequestReader=null}}class $o{constructor(t,e,i){this._manager=t,this._url=t.url,this._requestId=t.request({begin:e,end:i,onHeadersReceived:this._onHeadersReceived.bind(this),onDone:this._onDone.bind(this),onError:this._onError.bind(this),onProgress:this._onProgress.bind(this)}),this._requests=[],this._queuedChunk=null,this._done=!1,this._storedError=void 0,this.onProgress=null,this.onClosed=null}_onHeadersReceived(){const t=Mo(this._manager.getRequestXhr(this._requestId)?.responseURL);t!==this._manager._responseOrigin&&(this._storedError=new Error(`Expected range response-origin "${t}" to match "${this._manager._responseOrigin}".`),this._onError(0))}_close(){this.onClosed?.(this)}_onDone(t){const e=t.chunk;if(this._requests.length>0){this._requests.shift().resolve({value:e,done:!1})}else this._queuedChunk=e;this._done=!0;for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0,this._close()}_onError(t){this._storedError??=Do(t,this._url);for(const t of this._requests)t.reject(this._storedError);this._requests.length=0,this._queuedChunk=null}_onProgress(t){this.isStreamingSupported||this.onProgress?.({loaded:t.loaded})}get isStreamingSupported(){return!1}async read(){if(this._storedError)throw this._storedError;if(null!==this._queuedChunk){const t=this._queuedChunk;return this._queuedChunk=null,{value:t,done:!1}}if(this._done)return{value:void 0,done:!0};const t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0;for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0,this._manager.isPendingRequest(this._requestId)&&this._manager.abortRequest(this._requestId),this._close()}}const Vo=/^[a-z][a-z0-9\-+.]+:/i;class Uo{constructor(t){this.source=t,this.url=function(t){if(Vo.test(t))return new URL(t);const e=process.getBuiltinModule("url");return new URL(e.pathToFileURL(t))}(t.url),aa("file:"===this.url.protocol,"PDFNodeStream only supports file:// URLs."),this._fullRequestReader=null,this._rangeRequestReaders=[]}get _progressiveDataLength(){return this._fullRequestReader?._loaded??0}getFullReader(){return aa(!this._fullRequestReader,"PDFNodeStream.getFullReader can only be called once."),this._fullRequestReader=new Go(this),this._fullRequestReader}getRangeReader(t,e){if(e<=this._progressiveDataLength)return null;const i=new qo(this,t,e);return this._rangeRequestReaders.push(i),i}cancelAllRequests(t){this._fullRequestReader?.cancel(t);for(const e of this._rangeRequestReaders.slice(0))e.cancel(t)}}class Go{constructor(t){this._url=t.url,this._done=!1,this._storedError=null,this.onProgress=null;const e=t.source;this._contentLength=e.length,this._loaded=0,this._filename=null,this._disableRange=e.disableRange||!1,this._rangeChunkSize=e.rangeChunkSize,this._rangeChunkSize||this._disableRange||(this._disableRange=!0),this._isStreamingSupported=!e.disableStream,this._isRangeSupported=!e.disableRange,this._readableStream=null,this._readCapability=Promise.withResolvers(),this._headersCapability=Promise.withResolvers();const i=process.getBuiltinModule("fs");i.promises.lstat(this._url).then((t=>{this._contentLength=t.size,this._setReadableStream(i.createReadStream(this._url)),this._headersCapability.resolve()}),(t=>{"ENOENT"===t.code&&(t=Do(0,this._url.href)),this._storedError=t,this._headersCapability.reject(t)}))}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(){if(await this._readCapability.promise,this._done)return{value:void 0,done:!0};if(this._storedError)throw this._storedError;const t=this._readableStream.read();if(null===t)return this._readCapability=Promise.withResolvers(),this.read();this._loaded+=t.length,this.onProgress?.({loaded:this._loaded,total:this._contentLength});return{value:new Uint8Array(t).buffer,done:!1}}cancel(t){this._readableStream?this._readableStream.destroy(t):this._error(t)}_error(t){this._storedError=t,this._readCapability.resolve()}_setReadableStream(t){this._readableStream=t,t.on("readable",(()=>{this._readCapability.resolve()})),t.on("end",(()=>{t.destroy(),this._done=!0,this._readCapability.resolve()})),t.on("error",(t=>{this._error(t)})),!this._isStreamingSupported&&this._isRangeSupported&&this._error(new ma("streaming is disabled")),this._storedError&&this._readableStream.destroy(this._storedError)}}class qo{constructor(t,e,i){this._url=t.url,this._done=!1,this._storedError=null,this.onProgress=null,this._loaded=0,this._readableStream=null,this._readCapability=Promise.withResolvers();const s=t.source;this._isStreamingSupported=!s.disableStream;const n=process.getBuiltinModule("fs");this._setReadableStream(n.createReadStream(this._url,{start:e,end:i-1}))}get isStreamingSupported(){return this._isStreamingSupported}async read(){if(await this._readCapability.promise,this._done)return{value:void 0,done:!0};if(this._storedError)throw this._storedError;const t=this._readableStream.read();if(null===t)return this._readCapability=Promise.withResolvers(),this.read();this._loaded+=t.length,this.onProgress?.({loaded:this._loaded});return{value:new Uint8Array(t).buffer,done:!1}}cancel(t){this._readableStream?this._readableStream.destroy(t):this._error(t)}_error(t){this._storedError=t,this._readCapability.resolve()}_setReadableStream(t){this._readableStream=t,t.on("readable",(()=>{this._readCapability.resolve()})),t.on("end",(()=>{t.destroy(),this._done=!0,this._readCapability.resolve()})),t.on("error",(t=>{this._error(t)})),this._storedError&&this._readableStream.destroy(this._storedError)}}class Wo{#qi=Promise.withResolvers();#ft=null;#Wi=!1;#Xi=!!globalThis.FontInspector?.enabled;#Ki=null;#Yi=null;#Qi=0;#Ji=0;#Zi=null;#ts=null;#es=0;#is=0;#ss=Object.create(null);#ns=[];#as=null;#rs=[];#os=new WeakMap;#ls=null;static#hs=new Map;static#cs=new Map;static#ds=new WeakMap;static#us=null;static#ps=new Set;constructor({textContentSource:t,container:e,viewport:i}){if(t instanceof ReadableStream)this.#as=t;else{if("object"!=typeof t)throw new Error('No "textContentSource" parameter specified.');this.#as=new ReadableStream({start(e){e.enqueue(t),e.close()}})}this.#ft=this.#ts=e,this.#is=i.scale*Va.pixelRatio,this.#es=i.rotation,this.#Yi={div:null,properties:null,ctx:null};const{pageWidth:s,pageHeight:n,pageX:a,pageY:r}=i.rawDims;this.#ls=[1,0,0,-1,-a,r+n],this.#Ji=s,this.#Qi=n,Wo.#gs(),$a(e,i),this.#qi.promise.finally((()=>{Wo.#ps.delete(this),this.#Yi=null,this.#ss=null})).catch((()=>{}))}static get fontFamilyMap(){const{isWindows:t,isFirefox:e}=ba.platform;return la(this,"fontFamilyMap",new Map([["sans-serif",(t&&e?"Calibri, ":"")+"sans-serif"],["monospace",(t&&e?"Lucida Console, ":"")+"monospace"]]))}render(){const t=()=>{this.#Zi.read().then((({value:e,done:i})=>{i?this.#qi.resolve():(this.#Ki??=e.lang,Object.assign(this.#ss,e.styles),this.#ms(e.items),t())}),this.#qi.reject)};return this.#Zi=this.#as.getReader(),Wo.#ps.add(this),t(),this.#qi.promise}update({viewport:t,onBefore:e=null}){const i=t.scale*Va.pixelRatio,s=t.rotation;if(s!==this.#es&&(e?.(),this.#es=s,$a(this.#ts,{rotation:s})),i!==this.#is){e?.(),this.#is=i;const t={div:null,properties:null,ctx:Wo.#fs(this.#Ki)};for(const e of this.#rs)t.properties=this.#os.get(e),t.div=e,this.#vs(t)}}cancel(){const t=new ma("TextLayer task cancelled.");this.#Zi?.cancel(t).catch((()=>{})),this.#Zi=null,this.#qi.reject(t)}get textDivs(){return this.#rs}get textContentItemsStr(){return this.#ns}#ms(t){if(this.#Wi)return;this.#Yi.ctx??=Wo.#fs(this.#Ki);const e=this.#rs,i=this.#ns;for(const s of t){if(e.length>1e5)return sa("Ignoring additional textDivs for performance reasons."),void(this.#Wi=!0);if(void 0!==s.str)i.push(s.str),this.#bs(s);else if("beginMarkedContentProps"===s.type||"beginMarkedContent"===s.type){const t=this.#ft;this.#ft=document.createElement("span"),this.#ft.classList.add("markedContent"),null!==s.id&&this.#ft.setAttribute("id",`${s.id}`),t.append(this.#ft)}else"endMarkedContent"===s.type&&(this.#ft=this.#ft.parentNode)}}#bs(t){const e=document.createElement("span"),i={angle:0,canvasWidth:0,hasText:""!==t.str,hasEOL:t.hasEOL,fontSize:0};this.#rs.push(e);const s=wa.transform(this.#ls,t.transform);let n=Math.atan2(s[1],s[0]);const a=this.#ss[t.fontName];a.vertical&&(n+=Math.PI/2);let r=this.#Xi&&a.fontSubstitution||a.fontFamily;r=Wo.fontFamilyMap.get(r)||r;const o=Math.hypot(s[2],s[3]),l=o*Wo.#ys(r,a,this.#Ki);let h,c;0===n?(h=s[4],c=s[5]-l):(h=s[4]+l*Math.sin(n),c=s[5]-l*Math.cos(n));const d="calc(var(--total-scale-factor) *",u=e.style;this.#ft===this.#ts?(u.left=`${(100*h/this.#Ji).toFixed(2)}%`,u.top=`${(100*c/this.#Qi).toFixed(2)}%`):(u.left=`${d}${h.toFixed(2)}px)`,u.top=`${d}${c.toFixed(2)}px)`),u.fontSize=`${d}${(Wo.#us*o).toFixed(2)}px)`,u.fontFamily=r,i.fontSize=o,e.setAttribute("role","presentation"),e.textContent=t.str,e.dir=t.dir,this.#Xi&&(e.dataset.fontName=a.fontSubstitutionLoadedName||t.fontName),0!==n&&(i.angle=n*(180/Math.PI));let p=!1;if(t.str.length>1)p=!0;else if(" "!==t.str&&t.transform[0]!==t.transform[3]){const e=Math.abs(t.transform[0]),i=Math.abs(t.transform[3]);e!==i&&Math.max(e,i)/Math.min(e,i)>1.5&&(p=!0)}if(p&&(i.canvasWidth=a.vertical?t.height:t.width),this.#os.set(e,i),this.#Yi.div=e,this.#Yi.properties=i,this.#vs(this.#Yi),i.hasText&&this.#ft.append(e),i.hasEOL){const t=document.createElement("br");t.setAttribute("role","presentation"),this.#ft.append(t)}}#vs(t){const{div:e,properties:i,ctx:s}=t,{style:n}=e;let a="";if(Wo.#us>1&&(a=`scale(${1/Wo.#us})`),0!==i.canvasWidth&&i.hasText){const{fontFamily:t}=n,{canvasWidth:r,fontSize:o}=i;Wo.#ws(s,o*this.#is,t);const{width:l}=s.measureText(e.textContent);l>0&&(a=`scaleX(${r*this.#is/l}) ${a}`)}0!==i.angle&&(a=`rotate(${i.angle}deg) ${a}`),a.length>0&&(n.transform=a)}static cleanup(){if(!(this.#ps.size>0)){this.#hs.clear();for(const{canvas:t}of this.#cs.values())t.remove();this.#cs.clear()}}static#fs(t=null){let e=this.#cs.get(t||="");if(!e){const i=document.createElement("canvas");i.className="hiddenCanvasElement",i.lang=t,document.body.append(i),e=i.getContext("2d",{alpha:!1,willReadFrequently:!0}),this.#cs.set(t,e),this.#ds.set(e,{size:0,family:""})}return e}static#ws(t,e,i){const s=this.#ds.get(t);e===s.size&&i===s.family||(t.font=`${e}px ${i}`,s.size=e,s.family=i)}static#gs(){if(null!==this.#us)return;const 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.#us=t.getBoundingClientRect().height,t.remove()}static#ys(t,e,i){const s=this.#hs.get(t);if(s)return s;const n=this.#fs(i);n.canvas.width=n.canvas.height=30,this.#ws(n,30,t);const a=n.measureText(""),r=a.fontBoundingBoxAscent,o=Math.abs(a.fontBoundingBoxDescent);n.canvas.width=n.canvas.height=0;let l=.8;return r?l=r/(r+o):(ba.platform.isFirefox&&sa("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.#hs.set(t,l),l}}class Xo{static textContent(t){const e=[],i={items:e,styles:Object.create(null)};return function t(i){if(!i)return;let s=null;const n=i.name;if("#text"===n)s=i.value;else{if(!Xo.shouldBuildText(n))return;i?.attributes?.textContent?s=i.attributes.textContent:i.value&&(s=i.value)}if(null!==s&&e.push({str:s}),i.children)for(const e of i.children)t(e)}(t),i}static shouldBuildText(t){return!("textarea"===t||"input"===t||"option"===t||"select"===t)}}function Ko(t={}){"string"==typeof t||t instanceof URL?t={url:t}:(t instanceof ArrayBuffer||ArrayBuffer.isView(t))&&(t={data:t});const e=new Zo,{docId:i}=e,s=t.url?function(t){if(t instanceof URL)return t.href;if("string"==typeof t){if(wn)return t;const e=URL.parse(t,window.location);if(e)return e.href}throw new Error("Invalid PDF url data: either string or URL-object is expected in the url property.")}(t.url):null,n=t.data?function(t){if(wn&&"undefined"!=typeof Buffer&&t instanceof Buffer)throw new 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 va(t);if(t instanceof ArrayBuffer||ArrayBuffer.isView(t)||"object"==typeof t&&!isNaN(t?.length))return new Uint8Array(t);throw new Error("Invalid PDF binary data: either TypedArray, string, or array-like object is expected in the data property.")}(t.data):null,a=t.httpHeaders||null,r=!0===t.withCredentials,o=t.password??null,l=t.range instanceof tl?t.range:null,h=Number.isInteger(t.rangeChunkSize)&&t.rangeChunkSize>0?t.rangeChunkSize:65536;let c=t.worker instanceof nl?t.worker:null;const d=t.verbosity,u="string"!=typeof t.docBaseUrl||Da(t.docBaseUrl)?null:t.docBaseUrl,p=Yo(t.cMapUrl),g=!1!==t.cMapPacked,m=t.CMapReaderFactory||(wn?zr:Mr),f=Yo(t.iccUrl),v=Yo(t.standardFontDataUrl),b=t.StandardFontDataFactory||(wn?Hr:Rr),y=Yo(t.wasmUrl),w=t.WasmFactory||(wn?jr:Fr),x=!0!==t.stopAtErrors,A=Number.isInteger(t.maxImageSize)&&t.maxImageSize>-1?t.maxImageSize:-1,_=!1!==t.isEvalSupported,S="boolean"==typeof t.isOffscreenCanvasSupported?t.isOffscreenCanvasSupported:!wn,T="boolean"==typeof t.isImageDecoderSupported?t.isImageDecoderSupported:!wn&&(ba.platform.isFirefox||!globalThis.chrome),C=Number.isInteger(t.canvasMaxAreaInBytes)?t.canvasMaxAreaInBytes:-1,E="boolean"==typeof t.disableFontFace?t.disableFontFace:wn,k=!0===t.fontExtraProperties,M=!0===t.enableXfa,P=t.ownerDocument||globalThis.document,I=!0===t.disableRange,D=!0===t.disableStream,R=!0===t.disableAutoFetch,L=!0===t.pdfBug,F=t.CanvasFactory||(wn?Br:Er),O=t.FilterFactory||(wn?Nr:Ir),N=!0===t.enableHWA,B=!1!==t.useWasm,z=l?l.length:t.length??NaN,H="boolean"==typeof t.useSystemFonts?t.useSystemFonts:!wn&&!E,j="boolean"==typeof t.useWorkerFetch?t.useWorkerFetch:!!(m===Mr&&b===Rr&&w===Fr&&p&&v&&y&&Fa(p,document.baseURI)&&Fa(v,document.baseURI)&&Fa(y,document.baseURI));ta(d);const $={canvasFactory:new F({ownerDocument:P,enableHWA:N}),filterFactory:new O({docId:i,ownerDocument:P}),cMapReaderFactory:j?null:new m({baseUrl:p,isCompressed:g}),standardFontDataFactory:j?null:new b({baseUrl:v}),wasmFactory:j?null:new w({baseUrl:y})};if(!c){const t={verbosity:d,port:wo.workerPort};c=t.port?nl.fromPort(t):new nl(t),e._worker=c}const V={docId:i,apiVersion:"5.2.133",data:n,password:o,disableAutoFetch:R,rangeChunkSize:h,length:z,docBaseUrl:u,enableXfa:M,evaluatorOptions:{maxImageSize:A,disableFontFace:E,ignoreErrors:x,isEvalSupported:_,isOffscreenCanvasSupported:S,isImageDecoderSupported:T,canvasMaxAreaInBytes:C,fontExtraProperties:k,useSystemFonts:H,useWasm:B,useWorkerFetch:j,cMapUrl:p,iccUrl:f,standardFontDataUrl:v,wasmUrl:y}},U={ownerDocument:P,pdfBug:L,styleElement:null,loadingParams:{disableAutoFetch:R,enableXfa:M}};return c.promise.then((function(){if(e.destroyed)throw new Error("Loading aborted");if(c.destroyed)throw new Error("Worker was destroyed");const t=c.messageHandler.sendWithPromise("GetDocRequest",V,n?[n.buffer]:null);let o;if(l)o=new To(l,{disableRange:I,disableStream:D});else if(!n){if(!s)throw new Error("getDocument - no `url` parameter provided.");let t;if(wn)if(Fa(s)){if("undefined"==typeof fetch||"undefined"==typeof Response||!("body"in Response.prototype))throw new Error("getDocument - the Fetch API was disabled in Node.js, see `--no-experimental-fetch`.");t=Oo}else t=Uo;else t=Fa(s)?Oo:Ho;o=new t({url:s,length:z,httpHeaders:a,withCredentials:r,rangeChunkSize:h,disableRange:I,disableStream:D})}return t.then((t=>{if(e.destroyed)throw new Error("Loading aborted");if(c.destroyed)throw new Error("Worker was destroyed");const s=new Tr(i,t,c.port),n=new al(s,e,o,U,$);e._transport=n,s.send("Ready",null)}))})).catch(e._capability.reject),e}function Yo(t){if("string"!=typeof t)return null;if(t.endsWith("/"))return t;throw new Error(`Invalid factory url: "${t}" must include trailing slash.`)}const Qo=t=>"object"==typeof t&&Number.isInteger(t?.num)&&t.num>=0&&Number.isInteger(t?.gen)&&t.gen>=0,Jo=function(t,e,i){if(!Array.isArray(i)||i.length<2)return!1;const[s,n,...a]=i;if(!t(s)&&!Number.isInteger(s))return!1;if(!e(n))return!1;const r=a.length;let o=!0;switch(n.name){case"XYZ":if(r<2||r>3)return!1;break;case"Fit":case"FitB":return 0===r;case"FitH":case"FitBH":case"FitV":case"FitBV":if(r>1)return!1;break;case"FitR":if(4!==r)return!1;o=!1;break;default:return!1}for(const t of a)if(!("number"==typeof t||o&&null===t))return!1;return!0}.bind(null,Qo,(t=>"object"==typeof t&&"string"==typeof t?.name));class Zo{static#fi=0;_capability=Promise.withResolvers();_transport=null;_worker=null;docId="d"+Zo.#fi++;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 tl{constructor(t,e,i=!1,s=null){this.length=t,this.initialData=e,this.progressiveDone=i,this.contentDispositionFilename=s,this._rangeListeners=[],this._progressListeners=[],this._progressiveReadListeners=[],this._progressiveDoneListeners=[],this._readyCapability=Promise.withResolvers()}addRangeListener(t){this._rangeListeners.push(t)}addProgressListener(t){this._progressListeners.push(t)}addProgressiveReadListener(t){this._progressiveReadListeners.push(t)}addProgressiveDoneListener(t){this._progressiveDoneListeners.push(t)}onDataRange(t,e){for(const i of this._rangeListeners)i(t,e)}onDataProgress(t,e){this._readyCapability.promise.then((()=>{for(const i of this._progressListeners)i(t,e)}))}onDataProgressiveRead(t){this._readyCapability.promise.then((()=>{for(const e of this._progressiveReadListeners)e(t)}))}onDataProgressiveDone(){this._readyCapability.promise.then((()=>{for(const t of this._progressiveDoneListeners)t()}))}transportReady(){this._readyCapability.resolve()}requestDataRange(t,e){na("Abstract method PDFDataRangeTransport.requestDataRange")}abort(){}}class el{constructor(t,e){this._pdfInfo=t,this._transport=e}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 la(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()}getJSActions(){return this._transport.getDocJSActions()}getOutline(){return this._transport.getOutline()}getOptionalContentConfig({intent:t="display"}={}){const{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()}getDownloadInfo(){return this._transport.downloadInfoCapability.promise}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 il{#xs=!1;constructor(t,e,i,s=!1){this._pageIndex=t,this._pageInfo=e,this._transport=i,this._stats=s?new La:null,this._pdfBug=s,this.commonObjs=i.commonObjs,this.objs=new ol,this._intentStates=new Map,this.destroyed=!1}get pageNumber(){return this._pageIndex+1}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:s=0,dontFlip:n=!1}={}){return new Pa({viewBox:this.view,userUnit:this.userUnit,scale:t,rotation:e,offsetX:i,offsetY:s,dontFlip:n})}getAnnotations({intent:t="display"}={}){const{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 la(this,"isPureXfa",!!this._transport._htmlForXfa)}async getXfa(){return this._transport._htmlForXfa?.children[this._pageIndex]||null}render({canvasContext:t,viewport:e,intent:i="display",annotationMode:s=In.ENABLE,transform:n=null,background:a=null,optionalContentConfigPromise:r=null,annotationCanvasMap:o=null,pageColors:l=null,printAnnotationStorage:h=null,isEditing:c=!1}){this._stats?.time("Overall");const d=this._transport.getRenderingIntent(i,s,h,c),{renderingIntent:u,cacheKey:p}=d;this.#xs=!1,r||=this._transport.getOptionalContentConfig(u);let g=this._intentStates.get(p);g||(g=Object.create(null),this._intentStates.set(p,g)),g.streamReaderCancelTimeout&&(clearTimeout(g.streamReaderCancelTimeout),g.streamReaderCancelTimeout=null);const m=!!(u&Tn);g.displayReadyCapability||(g.displayReadyCapability=Promise.withResolvers(),g.operatorList={fnArray:[],argsArray:[],lastChunk:!1,separateAnnots:null},this._stats?.time("Page Request"),this._pumpOperatorList(d));const f=t=>{g.renderTasks.delete(v),m&&(this.#xs=!0),this.#As(),t?(v.capability.reject(t),this._abortOperatorList({intentState:g,reason:t instanceof Error?t:new Error(t)})):v.capability.resolve(),this._stats&&(this._stats.timeEnd("Rendering"),this._stats.timeEnd("Overall"),globalThis.Stats?.enabled&&globalThis.Stats.add(this.pageNumber,this._stats))},v=new hl({callback:f,params:{canvasContext:t,viewport:e,transform:n,background:a},objs:this.objs,commonObjs:this.commonObjs,annotationCanvasMap:o,operatorList:g.operatorList,pageIndex:this._pageIndex,canvasFactory:this._transport.canvasFactory,filterFactory:this._transport.filterFactory,useRequestAnimationFrame:!m,pdfBug:this._pdfBug,pageColors:l});(g.renderTasks||=new Set).add(v);const b=v.task;return Promise.all([g.displayReadyCapability.promise,r]).then((([t,e])=>{if(this.destroyed)f();else{if(this._stats?.time("Rendering"),!(e.renderingIntent&u))throw new Error("Must use the same `intent`-argument when calling the `PDFPageProxy.render` and `PDFDocumentProxy.getOptionalContentConfig` methods.");v.initializeGraphics({transparency:t,optionalContentConfig:e}),v.operatorListChanged()}})).catch(f),b}getOperatorList({intent:t="display",annotationMode:e=In.ENABLE,printAnnotationStorage:i=null,isEditing:s=!1}={}){const n=this._transport.getRenderingIntent(t,e,i,s,!0);let a,r=this._intentStates.get(n.cacheKey);return r||(r=Object.create(null),this._intentStates.set(n.cacheKey,r)),r.opListReadCapability||(a=Object.create(null),a.operatorListChanged=function(){r.operatorList.lastChunk&&(r.opListReadCapability.resolve(r.operatorList),r.renderTasks.delete(a))},r.opListReadCapability=Promise.withResolvers(),(r.renderTasks||=new Set).add(a),r.operatorList={fnArray:[],argsArray:[],lastChunk:!1,separateAnnots:null},this._stats?.time("Page Request"),this._pumpOperatorList(n)),r.opListReadCapability.promise}streamTextContent({includeMarkedContent:t=!1,disableNormalization:e=!1}={}){return this._transport.messageHandler.sendWithStream("GetTextContent",{pageIndex:this._pageIndex,includeMarkedContent:!0===t,disableNormalization:!0===e},{highWaterMark:100,size:t=>t.items.length})}getTextContent(t={}){if(this._transport._htmlForXfa)return this.getXfa().then((t=>Xo.textContent(t)));const e=this.streamTextContent(t);return new Promise((function(t,i){const s=e.getReader(),n={items:[],styles:Object.create(null),lang:null};!function e(){s.read().then((function({value:i,done:s}){s?t(n):(n.lang??=i.lang,Object.assign(n.styles,i.styles),n.items.push(...i.items),e())}),i)}()}))}getStructTree(){return this._transport.getStructTree(this._pageIndex)}_destroy(){this.destroyed=!0;const t=[];for(const e of this._intentStates.values())if(this._abortOperatorList({intentState:e,reason:new Error("Page was destroyed."),force:!0}),!e.opListReadCapability)for(const i of e.renderTasks)t.push(i.completed),i.cancel();return this.objs.clear(),this.#xs=!1,Promise.all(t)}cleanup(t=!1){this.#xs=!0;const e=this.#As();return t&&e&&(this._stats&&=new La),e}#As(){if(!this.#xs||this.destroyed)return!1;for(const{renderTasks:t,operatorList:e}of this._intentStates.values())if(t.size>0||!e.lastChunk)return!1;return this._intentStates.clear(),this.objs.clear(),this.#xs=!1,!0}_startRenderPage(t,e){const i=this._intentStates.get(e);i&&(this._stats?.timeEnd("Page Request"),i.displayReadyCapability?.resolve(t))}_renderPageChunk(t,e){for(let i=0,s=t.length;i<s;i++)e.operatorList.fnArray.push(t.fnArray[i]),e.operatorList.argsArray.push(t.argsArray[i]);e.operatorList.lastChunk=t.lastChunk,e.operatorList.separateAnnots=t.separateAnnots;for(const t of e.renderTasks)t.operatorListChanged();t.lastChunk&&this.#As()}_pumpOperatorList({renderingIntent:t,cacheKey:e,annotationStorageSerializable:i,modifiedIds:s}){const{map:n,transfer:a}=i,r=this._transport.messageHandler.sendWithStream("GetOperatorList",{pageIndex:this._pageIndex,intent:t,cacheKey:e,annotationStorage:n,modifiedIds:s},a).getReader(),o=this._intentStates.get(e);o.streamReader=r;const l=()=>{r.read().then((({value:t,done:e})=>{e?o.streamReader=null:this._transport.destroyed||(this._renderPageChunk(t,o),l())}),(t=>{if(o.streamReader=null,!this._transport.destroyed){if(o.operatorList){o.operatorList.lastChunk=!0;for(const t of o.renderTasks)t.operatorListChanged();this.#As()}if(o.displayReadyCapability)o.displayReadyCapability.reject(t);else{if(!o.opListReadCapability)throw t;o.opListReadCapability.reject(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 Ia){let i=100;return e.extraDelay>0&&e.extraDelay<1e3&&(i+=e.extraDelay),void(t.streamReaderCancelTimeout=setTimeout((()=>{t.streamReaderCancelTimeout=null,this._abortOperatorList({intentState:t,reason:e,force:!0})}),i))}}if(t.streamReader.cancel(new ma(e.message)).catch((()=>{})),t.streamReader=null,!this._transport.destroyed){for(const[e,i]of this._intentStates)if(i===t){this._intentStates.delete(e);break}this.cleanup()}}}get stats(){return this._stats}}class sl{#_s=new Map;#Ss=Promise.resolve();postMessage(t,e){const i={data:structuredClone(t,e?{transfer:e}:null)};this.#Ss.then((()=>{for(const[t]of this.#_s)t.call(this,i)}))}addEventListener(t,e,i=null){let s=null;if(i?.signal instanceof AbortSignal){const{signal:n}=i;if(n.aborted)return void sa("LoopbackPort - cannot use an `aborted` signal.");const a=()=>this.removeEventListener(t,e);s=()=>n.removeEventListener("abort",a),n.addEventListener("abort",a)}this.#_s.set(e,s)}removeEventListener(t,e){const i=this.#_s.get(e);i?.(),this.#_s.delete(e)}terminate(){for(const[,t]of this.#_s)t?.();this.#_s.clear()}}class nl{static#Ts=0;static#Cs=!1;static#Es;static{wn&&(this.#Cs=!0,wo.workerSrc||="./pdf.worker.mjs"),this._isSameOrigin=(t,e)=>{const i=URL.parse(t);if(!i?.origin||"null"===i.origin)return!1;const s=new URL(e,i);return i.origin===s.origin},this._createCDNWrapper=t=>{const e=`await import("${t}");`;return URL.createObjectURL(new Blob([e],{type:"text/javascript"}))}}constructor({name:t=null,port:e=null,verbosity:i=ea()}={}){if(this.name=t,this.destroyed=!1,this.verbosity=i,this._readyCapability=Promise.withResolvers(),this._port=null,this._webWorker=null,this._messageHandler=null,e){if(nl.#Es?.has(e))throw new Error("Cannot use more than one PDFWorker per port.");return(nl.#Es||=new WeakMap).set(e,this),void this._initializeFromPort(e)}this._initialize()}get promise(){return this._readyCapability.promise}#ks(){this._readyCapability.resolve(),this._messageHandler.send("configure",{verbosity:this.verbosity})}get port(){return this._port}get messageHandler(){return this._messageHandler}_initializeFromPort(t){this._port=t,this._messageHandler=new Tr("main","worker",t),this._messageHandler.on("ready",(function(){})),this.#ks()}_initialize(){if(nl.#Cs||nl.#Ms)return void this._setupFakeWorker();let{workerSrc:t}=nl;try{nl._isSameOrigin(window.location,t)||(t=nl._createCDNWrapper(new URL(t,window.location).href));const e=new Worker(t,{type:"module"}),i=new Tr("main","worker",e),s=()=>{n.abort(),i.destroy(),e.terminate(),this.destroyed?this._readyCapability.reject(new Error("Worker was destroyed")):this._setupFakeWorker()},n=new AbortController;e.addEventListener("error",(()=>{this._webWorker||s()}),{signal:n.signal}),i.on("test",(t=>{n.abort(),!this.destroyed&&t?(this._messageHandler=i,this._port=e,this._webWorker=e,this.#ks()):s()})),i.on("ready",(t=>{if(n.abort(),this.destroyed)s();else try{a()}catch{this._setupFakeWorker()}}));const a=()=>{const t=new Uint8Array;i.send("test",t,[t.buffer])};return void a()}catch{ia("The worker has been disabled.")}this._setupFakeWorker()}_setupFakeWorker(){nl.#Cs||(sa("Setting up fake worker."),nl.#Cs=!0),nl._setupFakeWorkerGlobal.then((t=>{if(this.destroyed)return void this._readyCapability.reject(new Error("Worker was destroyed"));const e=new sl;this._port=e;const i="fake"+nl.#Ts++,s=new Tr(i+"_worker",i,e);t.setup(s,e),this._messageHandler=new Tr(i,i+"_worker",e),this.#ks()})).catch((t=>{this._readyCapability.reject(new Error(`Setting up fake worker failed: "${t.message}".`))}))}destroy(){this.destroyed=!0,this._webWorker?.terminate(),this._webWorker=null,nl.#Es?.delete(this._port),this._port=null,this._messageHandler?.destroy(),this._messageHandler=null}static fromPort(t){if(!t?.port)throw new Error("PDFWorker.fromPort - invalid method signature.");const e=this.#Es?.get(t.port);if(e){if(e._pendingDestroy)throw new Error("PDFWorker.fromPort - the worker is being destroyed.\nPlease remember to await `PDFDocumentLoadingTask.destroy()`-calls.");return e}return new nl(t)}static get workerSrc(){if(wo.workerSrc)return wo.workerSrc;throw new Error('No "GlobalWorkerOptions.workerSrc" specified.')}static get#Ms(){try{return globalThis.pdfjsWorker?.WorkerMessageHandler||null}catch{return null}}static get _setupFakeWorkerGlobal(){return la(this,"_setupFakeWorkerGlobal",(async()=>{if(this.#Ms)return this.#Ms;return(await import(this.workerSrc)).WorkerMessageHandler})())}}class al{#Ps=new Map;#Is=new Map;#Ds=new Map;#Rs=new Map;#Ls=null;constructor(t,e,i,s,n){this.messageHandler=t,this.loadingTask=e,this.commonObjs=new ol,this.fontLoader=new dr({ownerDocument:s.ownerDocument,styleElement:s.styleElement}),this.loadingParams=s.loadingParams,this._params=s,this.canvasFactory=n.canvasFactory,this.filterFactory=n.filterFactory,this.cMapReaderFactory=n.cMapReaderFactory,this.standardFontDataFactory=n.standardFontDataFactory,this.wasmFactory=n.wasmFactory,this.destroyed=!1,this.destroyCapability=null,this._networkStream=i,this._fullReader=null,this._lastProgress=null,this.downloadInfoCapability=Promise.withResolvers(),this.setupMessageHandler()}#Fs(t,e=null){const i=this.#Ps.get(t);if(i)return i;const s=this.messageHandler.sendWithPromise(t,e);return this.#Ps.set(t,s),s}get annotationStorage(){return la(this,"annotationStorage",new hr)}getRenderingIntent(t,e=In.ENABLE,i=null,s=!1,n=!1){let a=Sn,r=lr;switch(t){case"any":a=_n;break;case"display":break;case"print":a=Tn;break;default:sa(`getRenderingIntent - invalid intent: ${t}`)}const o=a&Tn&&i instanceof cr?i:this.annotationStorage;switch(e){case In.DISABLE:a+=kn;break;case In.ENABLE:break;case In.ENABLE_FORMS:a+=Cn;break;case In.ENABLE_STORAGE:a+=En,r=o.serializable;break;default:sa(`getRenderingIntent - invalid annotationMode: ${e}`)}s&&(a+=Mn),n&&(a+=Pn);const{ids:l,hash:h}=o.modifiedIds;return{renderingIntent:a,cacheKey:[a,r.hash,h].join("_"),annotationStorageSerializable:r,modifiedIds:l}}destroy(){if(this.destroyCapability)return this.destroyCapability.promise;this.destroyed=!0,this.destroyCapability=Promise.withResolvers(),this.#Ls?.reject(new Error("Worker was destroyed during onPassword callback"));const t=[];for(const e of this.#Is.values())t.push(e._destroy());this.#Is.clear(),this.#Ds.clear(),this.#Rs.clear(),this.hasOwnProperty("annotationStorage")&&this.annotationStorage.resetModified();const e=this.messageHandler.sendWithPromise("Terminate",null);return t.push(e),Promise.all(t).then((()=>{this.commonObjs.clear(),this.fontLoader.clear(),this.#Ps.clear(),this.filterFactory.destroy(),Wo.cleanup(),this._networkStream?.cancelAllRequests(new ma("Worker was terminated.")),this.messageHandler?.destroy(),this.messageHandler=null,this.destroyCapability.resolve()}),this.destroyCapability.reject),this.destroyCapability.promise}setupMessageHandler(){const{messageHandler:t,loadingTask:e}=this;t.on("GetReader",((t,e)=>{aa(this._networkStream,"GetReader - no `IPDFStream` instance available."),this._fullReader=this._networkStream.getFullReader(),this._fullReader.onProgress=t=>{this._lastProgress={loaded:t.loaded,total:t.total}},e.onPull=()=>{this._fullReader.read().then((function({value:t,done:i}){i?e.close():(aa(t instanceof ArrayBuffer,"GetReader - expected an ArrayBuffer."),e.enqueue(new Uint8Array(t),1,[t]))})).catch((t=>{e.error(t)}))},e.onCancel=t=>{this._fullReader.cancel(t),e.ready.catch((t=>{if(!this.destroyed)throw t}))}})),t.on("ReaderHeadersReady",(async t=>{await this._fullReader.headersReady;const{isStreamingSupported:i,isRangeSupported:s,contentLength:n}=this._fullReader;return i&&s||(this._lastProgress&&e.onProgress?.(this._lastProgress),this._fullReader.onProgress=t=>{e.onProgress?.({loaded:t.loaded,total:t.total})}),{isStreamingSupported:i,isRangeSupported:s,contentLength:n}})),t.on("GetRangeReader",((t,e)=>{aa(this._networkStream,"GetRangeReader - no `IPDFStream` instance available.");const i=this._networkStream.getRangeReader(t.begin,t.end);i?(e.onPull=()=>{i.read().then((function({value:t,done:i}){i?e.close():(aa(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._numPages=t.numPages,this._htmlForXfa=t.htmlForXfa,delete t.htmlForXfa,e._capability.resolve(new el(t,this))})),t.on("DocException",(t=>{e._capability.reject(Sr(t))})),t.on("PasswordRequest",(t=>{this.#Ls=Promise.withResolvers();try{if(!e.onPassword)throw Sr(t);const i=t=>{t instanceof Error?this.#Ls.reject(t):this.#Ls.resolve({password:t})};e.onPassword(i,t.code)}catch(t){this.#Ls.reject(t)}return this.#Ls.promise})),t.on("DataLoaded",(t=>{e.onProgress?.({loaded:t.length,total:t.length}),this.downloadInfoCapability.resolve(t)})),t.on("StartRenderPage",(t=>{if(this.destroyed)return;this.#Is.get(t.pageIndex)._startRenderPage(t.transparency,t.cacheKey)})),t.on("commonobj",(([e,i,s])=>{if(this.destroyed)return null;if(this.commonObjs.has(e))return null;switch(i){case"Font":if("error"in s){const t=s.error;sa(`Error during font loading: ${t}`),this.commonObjs.resolve(e,t);break}const n=this._params.pdfBug&&globalThis.FontInspector?.enabled?(t,e)=>globalThis.FontInspector.fontAdded(t,e):null,a=new ur(s,n);this.fontLoader.bind(a).catch((()=>t.sendWithPromise("FontFallback",{id:e}))).finally((()=>{!a.fontExtraProperties&&a.data&&(a.data=null),this.commonObjs.resolve(e,a)}));break;case"CopyLocalImage":const{imageRef:r}=s;aa(r,"The imageRef must be defined.");for(const t of this.#Is.values())for(const[,i]of t.objs)if(i?.ref===r)return i.dataLen?(this.commonObjs.resolve(e,structuredClone(i)),i.dataLen):null;break;case"FontPath":case"Image":case"Pattern":this.commonObjs.resolve(e,s);break;default:throw new Error(`Got unknown common object type ${i}`)}return null})),t.on("obj",(([t,e,i,s])=>{if(this.destroyed)return;const n=this.#Is.get(e);if(!n.objs.has(t))if(0!==n._intentStates.size)switch(i){case"Image":case"Pattern":n.objs.resolve(t,s);break;default:throw new Error(`Got unknown object type ${i}`)}else s?.bitmap?.close()})),t.on("DocProgress",(t=>{this.destroyed||e.onProgress?.({loaded:t.loaded,total:t.total})})),t.on("FetchBinaryData",(async t=>{if(this.destroyed)throw new Error("Worker was destroyed.");const e=this[t.type];if(!e)throw new Error(`${t.type} not initialized, see the \`useWorkerFetch\` parameter.`);return e.fetch(t)}))}getData(){return this.messageHandler.sendWithPromise("GetData",null)}saveDocument(){this.annotationStorage.size<=0&&sa("saveDocument called while `annotationStorage` is empty, please use the getData-method instead.");const{map:t,transfer:e}=this.annotationStorage.serializable;return this.messageHandler.sendWithPromise("SaveDocument",{isPureXfa:!!this._htmlForXfa,numPages:this._numPages,annotationStorage:t,filename:this._fullReader?.filename??null},e).finally((()=>{this.annotationStorage.resetModified()}))}getPage(t){if(!Number.isInteger(t)||t<=0||t>this._numPages)return Promise.reject(new Error("Invalid page request."));const e=t-1,i=this.#Ds.get(e);if(i)return i;const s=this.messageHandler.sendWithPromise("GetPage",{pageIndex:e}).then((i=>{if(this.destroyed)throw new Error("Transport destroyed");i.refStr&&this.#Rs.set(i.refStr,t);const s=new il(e,i,this,this._params.pdfBug);return this.#Is.set(e,s),s}));return this.#Ds.set(e,s),s}getPageIndex(t){return Qo(t)?this.messageHandler.sendWithPromise("GetPageIndex",{num:t.num,gen:t.gen}):Promise.reject(new Error("Invalid pageIndex request."))}getAnnotations(t,e){return this.messageHandler.sendWithPromise("GetAnnotations",{pageIndex:t,intent:e})}getFieldObjects(){return this.#Fs("GetFieldObjects")}hasJSActions(){return this.#Fs("HasJSActions")}getCalculationOrderIds(){return this.messageHandler.sendWithPromise("GetCalculationOrderIds",null)}getDestinations(){return this.messageHandler.sendWithPromise("GetDestinations",null)}getDestination(t){return"string"!=typeof t?Promise.reject(new 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)}getDocJSActions(){return this.#Fs("GetDocJSActions")}getPageJSActions(t){return this.messageHandler.sendWithPromise("GetPageJSActions",{pageIndex:t})}getStructTree(t){return this.messageHandler.sendWithPromise("GetStructTree",{pageIndex:t})}getOutline(){return this.messageHandler.sendWithPromise("GetOutline",null)}getOptionalContentConfig(t){return this.#Fs("GetOptionalContentConfig").then((e=>new So(e,t)))}getPermissions(){return this.messageHandler.sendWithPromise("GetPermissions",null)}getMetadata(){const t="GetMetadata",e=this.#Ps.get(t);if(e)return e;const i=this.messageHandler.sendWithPromise(t,null).then((t=>({info:t[0],metadata:t[1]?new xo(t[1]):null,contentDispositionFilename:this._fullReader?.filename??null,contentLength:this._fullReader?.contentLength??null})));return this.#Ps.set(t,i),i}getMarkInfo(){return this.messageHandler.sendWithPromise("GetMarkInfo",null)}async startCleanup(t=!1){if(!this.destroyed){await this.messageHandler.sendWithPromise("Cleanup",null);for(const t of this.#Is.values()){if(!t.cleanup())throw new Error(`startCleanup: Page ${t.pageNumber} is currently rendering.`)}this.commonObjs.clear(),t||this.fontLoader.clear(),this.#Ps.clear(),this.filterFactory.destroy(!0),Wo.cleanup()}}cachedPageNumber(t){if(!Qo(t))return null;const e=0===t.gen?`${t.num}R`:`${t.num}R${t.gen}`;return this.#Rs.get(e)??null}}const rl=Symbol("INITIAL_DATA");class ol{#Os=Object.create(null);#Ns(t){return this.#Os[t]||={...Promise.withResolvers(),data:rl}}get(t,e=null){if(e){const i=this.#Ns(t);return i.promise.then((()=>e(i.data))),null}const i=this.#Os[t];if(!i||i.data===rl)throw new Error(`Requesting object that isn't resolved yet ${t}.`);return i.data}has(t){const e=this.#Os[t];return!!e&&e.data!==rl}delete(t){const e=this.#Os[t];return!(!e||e.data===rl)&&(delete this.#Os[t],!0)}resolve(t,e=null){const i=this.#Ns(t);i.data=e,i.resolve()}clear(){for(const t in this.#Os){const{data:e}=this.#Os[t];e?.bitmap?.close()}this.#Os=Object.create(null)}*[Symbol.iterator](){for(const t in this.#Os){const{data:e}=this.#Os[t];e!==rl&&(yield[t,e])}}}class ll{#Bs=null;onContinue=null;onError=null;constructor(t){this.#Bs=t}get promise(){return this.#Bs.capability.promise}cancel(t=0){this.#Bs.cancel(null,t)}get separateAnnots(){const{separateAnnots:t}=this.#Bs.operatorList;if(!t)return!1;const{annotationCanvasMap:e}=this.#Bs;return t.form||t.canvas&&e?.size>0}}class hl{#zs=null;static#Hs=new WeakSet;constructor({callback:t,params:e,objs:i,commonObjs:s,annotationCanvasMap:n,operatorList:a,pageIndex:r,canvasFactory:o,filterFactory:l,useRequestAnimationFrame:h=!1,pdfBug:c=!1,pageColors:d=null}){this.callback=t,this.params=e,this.objs=i,this.commonObjs=s,this.annotationCanvasMap=n,this.operatorListIdx=null,this.operatorList=a,this._pageIndex=r,this.canvasFactory=o,this.filterFactory=l,this._pdfBug=c,this.pageColors=d,this.running=!1,this.graphicsReadyCallback=null,this.graphicsReady=!1,this._useRequestAnimationFrame=!0===h&&"undefined"!=typeof window,this.cancelled=!1,this.capability=Promise.withResolvers(),this.task=new ll(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.canvasContext.canvas}get completed(){return this.capability.promise.catch((function(){}))}initializeGraphics({transparency:t=!1,optionalContentConfig:e}){if(this.cancelled)return;if(this._canvas){if(hl.#Hs.has(this._canvas))throw new Error("Cannot use the same canvas during multiple render() operations. Use different canvas or ensure previous operations were cancelled or completed.");hl.#Hs.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());const{canvasContext:i,viewport:s,transform:n,background:a}=this.params;this.gfx=new yo(i,this.commonObjs,this.objs,this.canvasFactory,this.filterFactory,{optionalContentConfig:e},this.annotationCanvasMap,this.pageColors),this.gfx.beginDrawing({transform:n,viewport:s,transparency:t,background:a}),this.operatorListIdx=0,this.graphicsReady=!0,this.graphicsReadyCallback?.()}cancel(t=null,e=0){this.running=!1,this.cancelled=!0,this.gfx?.endDrawing(),this.#zs&&(window.cancelAnimationFrame(this.#zs),this.#zs=null),hl.#Hs.delete(this._canvas),t||=new Ia(`Rendering cancelled, page ${this._pageIndex+1}`,e),this.callback(t),this.task.onError?.(t)}operatorListChanged(){this.graphicsReady?(this.stepper?.updateOperatorList(this.operatorList),this.running||this._continue()):this.graphicsReadyCallback||=this._continueBound}_continue(){this.running=!0,this.cancelled||(this.task.onContinue?this.task.onContinue(this._scheduleNextBound):this._scheduleNext())}_scheduleNext(){this._useRequestAnimationFrame?this.#zs=window.requestAnimationFrame((()=>{this.#zs=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.operatorListIdx===this.operatorList.argsArray.length&&(this.running=!1,this.operatorList.lastChunk&&(this.gfx.endDrawing(),hl.#Hs.delete(this._canvas),this.callback())))}}function cl(t){return Math.floor(255*Math.max(0,Math.min(1,t))).toString(16).padStart(2,"0")}function dl(t){return Math.max(0,Math.min(255,255*t))}class ul{static CMYK_G([t,e,i,s]){return["G",1-Math.min(1,.3*t+.59*i+.11*e+s)]}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=dl(t),t,t]}static G_HTML([t]){const e=cl(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(dl)}static RGB_HTML(t){return`#${t.map(cl).join("")}`}static T_HTML(){return"#00000000"}static T_rgb(){return[null]}static CMYK_RGB([t,e,i,s]){return["RGB",1-Math.min(1,t+s),1-Math.min(1,i+s),1-Math.min(1,e+s)]}static CMYK_rgb([t,e,i,s]){return[dl(1-Math.min(1,t+s)),dl(1-Math.min(1,i+s)),dl(1-Math.min(1,e+s))]}static CMYK_HTML(t){const e=this.CMYK_RGB(t).slice(1);return this.RGB_HTML(e)}static RGB_CMYK([t,e,i]){const s=1-t,n=1-e,a=1-i;return["CMYK",s,n,a,Math.min(s,n,a)]}}class pl{create(t,e,i=!1){if(t<=0||e<=0)throw new Error("Invalid SVG dimensions");const s=this._createSVG("svg:svg");return s.setAttribute("version","1.1"),i||(s.setAttribute("width",`${t}px`),s.setAttribute("height",`${e}px`)),s.setAttribute("preserveAspectRatio","none"),s.setAttribute("viewBox",`0 0 ${t} ${e}`),s}createElement(t){if("string"!=typeof t)throw new Error("Invalid SVG element type");return this._createSVG(t)}_createSVG(t){na("Abstract method `_createSVG` called.")}}class gl extends pl{_createSVG(t){return document.createElementNS(Ea,t)}}class ml{static setupStorage(t,e,i,s,n){const a=s.getValue(e,{value:null});switch(i.name){case"textarea":if(null!==a.value&&(t.textContent=a.value),"print"===n)break;t.addEventListener("input",(t=>{s.setValue(e,{value:t.target.value})}));break;case"input":if("radio"===i.attributes.type||"checkbox"===i.attributes.type){if(a.value===i.attributes.xfaOn?t.setAttribute("checked",!0):a.value===i.attributes.xfaOff&&t.removeAttribute("checked"),"print"===n)break;t.addEventListener("change",(t=>{s.setValue(e,{value:t.target.checked?t.target.getAttribute("xfaOn"):t.target.getAttribute("xfaOff")})}))}else{if(null!==a.value&&t.setAttribute("value",a.value),"print"===n)break;t.addEventListener("input",(t=>{s.setValue(e,{value:t.target.value})}))}break;case"select":if(null!==a.value){t.setAttribute("value",a.value);for(const t of i.children)t.attributes.value===a.value?t.attributes.selected=!0:t.attributes.hasOwnProperty("selected")&&delete t.attributes.selected}t.addEventListener("input",(t=>{const i=t.target.options,n=-1===i.selectedIndex?"":i[i.selectedIndex].value;s.setValue(e,{value:n})}))}}static setAttributes({html:t,element:e,storage:i=null,intent:s,linkService:n}){const{attributes:a}=e,r=t instanceof HTMLAnchorElement;"radio"===a.type&&(a.name=`${a.name}-${s}`);for(const[e,i]of Object.entries(a))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:(!r||"href"!==e&&"newWindow"!==e)&&t.setAttribute(e,i)}r&&n.addLinkAttributes(t,a.href,a.newWindow),i&&a.dataId&&this.setupStorage(t,a.dataId,e,i)}static render(t){const e=t.annotationStorage,i=t.linkService,s=t.xfaHtml,n=t.intent||"display",a=document.createElement(s.name);s.attributes&&this.setAttributes({html:a,element:s,intent:n,linkService:i});const r="richText"!==n,o=t.div;if(o.append(a),t.viewport){const e=`matrix(${t.viewport.transform.join(",")})`;o.style.transform=e}r&&o.setAttribute("class","xfaLayer xfaFont");const l=[];if(0===s.children.length){if(s.value){const t=document.createTextNode(s.value);a.append(t),r&&Xo.shouldBuildText(s.name)&&l.push(t)}return{textDivs:l}}const h=[[s,-1,a]];for(;h.length>0;){const[t,s,a]=h.at(-1);if(s+1===t.children.length){h.pop();continue}const o=t.children[++h.at(-1)[1]];if(null===o)continue;const{name:c}=o;if("#text"===c){const t=document.createTextNode(o.value);l.push(t),a.append(t);continue}const d=o?.attributes?.xmlns?document.createElementNS(o.attributes.xmlns,c):document.createElement(c);if(a.append(d),o.attributes&&this.setAttributes({html:d,element:o,storage:e,intent:n,linkService:i}),o.children?.length>0)h.push([o,-1,d]);else if(o.value){const t=document.createTextNode(o.value);r&&Xo.shouldBuildText(c)&&l.push(t),d.append(t)}}for(const t of o.querySelectorAll(".xfaNonInteractive input, .xfaNonInteractive textarea"))t.setAttribute("readOnly",!0);return{textDivs:l}}static update(t){const e=`matrix(${t.viewport.transform.join(",")})`;t.div.style.transform=e,t.div.hidden=!1}}const fl=1e3,vl=new WeakSet;class bl{static create(t){switch(t.data.annotationType){case jn.LINK:return new wl(t);case jn.TEXT:return new xl(t);case jn.WIDGET:switch(t.data.fieldType){case"Tx":return new _l(t);case"Btn":return t.data.radioButton?new Cl(t):t.data.checkBox?new Tl(t):new El(t);case"Ch":return new kl(t);case"Sig":return new Sl(t)}return new Al(t);case jn.POPUP:return new Ml(t);case jn.FREETEXT:return new Il(t);case jn.LINE:return new Dl(t);case jn.SQUARE:return new Rl(t);case jn.CIRCLE:return new Ll(t);case jn.POLYLINE:return new Fl(t);case jn.CARET:return new Nl(t);case jn.INK:return new Bl(t);case jn.POLYGON:return new Ol(t);case jn.HIGHLIGHT:return new zl(t);case jn.UNDERLINE:return new Hl(t);case jn.SQUIGGLY:return new jl(t);case jn.STRIKEOUT:return new $l(t);case jn.STAMP:return new Vl(t);case jn.FILEATTACHMENT:return new Ul(t);default:return new yl(t)}}}class yl{#js=null;#$s=!1;#Vs=null;constructor(t,{isRenderable:e=!1,ignoreBorder:i=!1,createQuadrilaterals:s=!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.enableScripting=t.enableScripting,this.hasJSActions=t.hasJSActions,this._fieldObjects=t.fieldObjects,this.parent=t.parent,e&&(this.container=this._createContainer(i)),s&&this._createQuadrilaterals()}static _hasPopupData({titleObj:t,contentsObj:e,richText:i}){return!!(t?.str||e?.str||i?.str)}get _isEditable(){return this.data.isEditable}get hasPopupData(){return yl._hasPopupData(this.data)}updateEdited(t){if(!this.container)return;this.#js||={rect:this.data.rect.slice(0)};const{rect:e}=t;e&&this.#Us(e),this.#Vs?.popup.updateEdited(t)}resetEdited(){this.#js&&(this.#Us(this.#js.rect),this.#Vs?.popup.resetEdited(),this.#js=null)}#Us(t){const{container:{style:e},data:{rect:i,rotation:s},parent:{viewport:{rawDims:{pageWidth:n,pageHeight:a,pageX:r,pageY:o}}}}=this;i?.splice(0,4,...t),e.left=100*(t[0]-r)/n+"%",e.top=100*(a-t[3]+o)/a+"%",0===s?(e.width=100*(t[2]-t[0])/n+"%",e.height=100*(t[3]-t[1])/a+"%"):this.setRotation(s)}_createContainer(t){const{data:e,parent:{page:i,viewport:s}}=this,n=document.createElement("section");n.setAttribute("data-annotation-id",e.id),this instanceof Al||(n.tabIndex=fl);const{style:a}=n;if(a.zIndex=this.parent.zIndex++,e.alternativeText&&(n.title=e.alternativeText),e.noRotate&&n.classList.add("norotate"),!e.rect||this instanceof Ml){const{rotation:t}=e;return e.hasOwnCanvas||0===t||this.setRotation(t,n),n}const{width:r,height:o}=this;if(!t&&e.borderStyle.width>0){a.borderWidth=`${e.borderStyle.width}px`;const t=e.borderStyle.horizontalCornerRadius,i=e.borderStyle.verticalCornerRadius;if(t>0||i>0){const e=`calc(${t}px * var(--total-scale-factor)) / calc(${i}px * var(--total-scale-factor))`;a.borderRadius=e}else if(this instanceof Cl){const t=`calc(${r}px * var(--total-scale-factor)) / calc(${o}px * var(--total-scale-factor))`;a.borderRadius=t}switch(e.borderStyle.style){case $n:a.borderStyle="solid";break;case Vn:a.borderStyle="dashed";break;case Un:sa("Unimplemented border style: beveled");break;case Gn:sa("Unimplemented border style: inset");break;case qn:a.borderBottomStyle="solid"}const s=e.borderColor||null;s?(this.#$s=!0,a.borderColor=wa.makeHexColor(0|s[0],0|s[1],0|s[2])):a.borderWidth=0}const l=wa.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:c,pageX:d,pageY:u}=s.rawDims;a.left=100*(l[0]-d)/h+"%",a.top=100*(l[1]-u)/c+"%";const{rotation:p}=e;return e.hasOwnCanvas||0===p?(a.width=100*r/h+"%",a.height=100*o/c+"%"):this.setRotation(p,n),n}setRotation(t,e=this.container){if(!this.data.rect)return;const{pageWidth:i,pageHeight:s}=this.parent.viewport.rawDims;let{width:n,height:a}=this;t%180!=0&&([n,a]=[a,n]),e.style.width=100*n/i+"%",e.style.height=100*a/s+"%",e.setAttribute("data-main-rotation",(360-t)%360)}get _commonActions(){const t=(t,e,i)=>{const s=i.detail[t],n=s[0],a=s.slice(1);i.target.style[e]=ul[`${n}_HTML`](a),this.annotationStorage.setValue(this.data.id,{[e]:ul[`${n}_rgb`](a)})};return la(this,"_commonActions",{display:t=>{const{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=>{const{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=>{const e=t.detail.rotation;this.setRotation(e),this.annotationStorage.setValue(this.data.id,{rotation:e})}})}_dispatchEventFromSandbox(t,e){const i=this._commonActions;for(const s of Object.keys(e.detail)){const n=t[s]||i[s];n?.(e)}}_setDefaultPropertiesFromJS(t){if(!this.enableScripting)return;const e=this.annotationStorage.getRawValue(this.data.id);if(!e)return;const i=this._commonActions;for(const[s,n]of Object.entries(e)){const a=i[s];if(a){a({detail:{[s]:n},target:t}),delete e[s]}}}_createQuadrilaterals(){if(!this.container)return;const{quadPoints:t}=this.data;if(!t)return;const[e,i,s,n]=this.data.rect.map((t=>Math.fround(t)));if(8===t.length){const[a,r,o,l]=t.subarray(2,6);if(s===a&&n===r&&e===o&&i===l)return}const{style:a}=this.container;let r;if(this.#$s){const{borderColor:t,borderWidth:e}=a;a.borderWidth=0,r=["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="${t}" stroke-width="${e}">`],this.container.classList.add("hasBorder")}const o=s-e,l=n-i,{svgFactory:h}=this,c=h.createElement("svg");c.classList.add("quadrilateralsContainer"),c.setAttribute("width",0),c.setAttribute("height",0);const d=h.createElement("defs");c.append(d);const u=h.createElement("clipPath"),p=`clippath_${this.data.id}`;u.setAttribute("id",p),u.setAttribute("clipPathUnits","objectBoundingBox"),d.append(u);for(let i=2,s=t.length;i<s;i+=8){const s=t[i],a=t[i+1],c=t[i+2],d=t[i+3],p=h.createElement("rect"),g=(c-e)/o,m=(n-a)/l,f=(s-c)/o,v=(a-d)/l;p.setAttribute("x",g),p.setAttribute("y",m),p.setAttribute("width",f),p.setAttribute("height",v),u.append(p),r?.push(`<rect vector-effect="non-scaling-stroke" x="${g}" y="${m}" width="${f}" height="${v}"/>`)}this.#$s&&(r.push("</g></svg>')"),a.backgroundImage=r.join("")),this.container.append(c),this.container.style.clipPath=`url(#${p})`}_createPopup(){const{data:t}=this,e=this.#Vs=new Ml({data:{color:t.color,titleObj:t.titleObj,modificationDate:t.modificationDate,contentsObj:t.contentsObj,richText:t.richText,parentRect:t.rect,borderStyle:0,id:`popup_${t.id}`,rotation:t.rotation},parent:this.parent,elements:[this]});this.parent.div.append(e.render())}render(){na("Abstract method `AnnotationElement.render` called")}_getElementsByName(t,e=null){const i=[];if(this._fieldObjects){const s=this._fieldObjects[t];if(s)for(const{page:t,id:n,exportValues:a}of s){if(-1===t)continue;if(n===e)continue;const s="string"==typeof a?a:null,r=document.querySelector(`[data-element-id="${n}"]`);!r||vl.has(r)?i.push({id:n,exportValue:s,domElement:r}):sa(`_getElementsByName - element not allowed: ${n}`)}return i}for(const s of document.getElementsByName(t)){const{exportValue:t}=s,n=s.getAttribute("data-element-id");n!==e&&(vl.has(s)&&i.push({id:n,exportValue:t,domElement:s}))}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(){const t=this.getElementsToTriggerPopup();if(Array.isArray(t))for(const e of t)e.classList.add("highlightArea");else t.classList.add("highlightArea")}_editOnDoubleClick(){if(!this._isEditable)return;const{annotationEditorType:t,data:{id:e}}=this;this.container.addEventListener("dblclick",(()=>{this.linkService.eventBus?.dispatch("switchannotationeditormode",{source:this,mode:t,editId:e})}))}get width(){return this.data.rect[2]-this.data.rect[0]}get height(){return this.data.rect[3]-this.data.rect[1]}}class wl extends yl{constructor(t,e=null){super(t,{isRenderable:!0,ignoreBorder:!!e?.ignoreBorder,createQuadrilaterals:!0}),this.isTooltipOnly=t.data.isTooltipOnly}render(){const{data:t,linkService:e}=this,i=document.createElement("a");i.setAttribute("data-element-id",t.id);let s=!1;return t.url?(e.addLinkAttributes(i,t.url,t.newWindow),s=!0):t.action?(this._bindNamedAction(i,t.action),s=!0):t.attachment?(this.#Gs(i,t.attachment,t.attachmentDest),s=!0):t.setOCGState?(this.#qs(i,t.setOCGState),s=!0):t.dest?(this._bindLink(i,t.dest),s=!0):(t.actions&&(t.actions.Action||t.actions["Mouse Up"]||t.actions["Mouse Down"])&&this.enableScripting&&this.hasJSActions&&(this._bindJSAction(i,t),s=!0),t.resetForm?(this._bindResetFormAction(i,t.resetForm),s=!0):this.isTooltipOnly&&!s&&(this._bindLink(i,""),s=!0)),this.container.classList.add("linkAnnotation"),s&&this.container.append(i),this.container}#Ws(){this.container.setAttribute("data-internal-link","")}_bindLink(t,e){t.href=this.linkService.getDestinationHash(e),t.onclick=()=>(e&&this.linkService.goToDestination(e),!1),(e||""===e)&&this.#Ws()}_bindNamedAction(t,e){t.href=this.linkService.getAnchorUrl(""),t.onclick=()=>(this.linkService.executeNamedAction(e),!1),this.#Ws()}#Gs(t,e,i=null){t.href=this.linkService.getAnchorUrl(""),e.description&&(t.title=e.description),t.onclick=()=>(this.downloadManager?.openOrDownloadData(e.content,e.filename,i),!1),this.#Ws()}#qs(t,e){t.href=this.linkService.getAnchorUrl(""),t.onclick=()=>(this.linkService.executeSetOCGState(e),!1),this.#Ws()}_bindJSAction(t,e){t.href=this.linkService.getAnchorUrl("");const i=new Map([["Action","onclick"],["Mouse Up","onmouseup"],["Mouse Down","onmousedown"]]);for(const s of Object.keys(e.actions)){const n=i.get(s);n&&(t[n]=()=>(this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e.id,name:s}}),!1))}t.onclick||(t.onclick=()=>!1),this.#Ws()}_bindResetFormAction(t,e){const i=t.onclick;if(i||(t.href=this.linkService.getAnchorUrl("")),this.#Ws(),!this._fieldObjects)return sa('_bindResetFormAction - "resetForm" action not supported, ensure that the `fieldObjects` parameter is provided.'),void(i||(t.onclick=()=>!1));t.onclick=()=>{i?.();const{fields:t,refs:s,include:n}=e,a=[];if(0!==t.length||0!==s.length){const e=new Set(s);for(const i of t){const t=this._fieldObjects[i]||[];for(const{id:i}of t)e.add(i)}for(const t of Object.values(this._fieldObjects))for(const i of t)e.has(i.id)===n&&a.push(i)}else for(const t of Object.values(this._fieldObjects))a.push(...t);const r=this.annotationStorage,o=[];for(const t of a){const{id:e}=t;switch(o.push(e),t.type){case"text":{const i=t.defaultValue||"";r.setValue(e,{value:i});break}case"checkbox":case"radiobutton":{const i=t.defaultValue===t.exportValues;r.setValue(e,{value:i});break}case"combobox":case"listbox":{const i=t.defaultValue||"";r.setValue(e,{value:i});break}default:continue}const i=document.querySelector(`[data-element-id="${e}"]`);i&&(vl.has(i)?i.dispatchEvent(new Event("resetform")):sa(`_bindResetFormAction - element not allowed: ${e}`))}return this.enableScripting&&this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:"app",ids:o,name:"ResetForm"}}),!1}}}class xl extends yl{constructor(t){super(t,{isRenderable:!0})}render(){this.container.classList.add("textAnnotation");const 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._createPopup(),this.container.append(t),this.container}}class Al extends yl{render(){return this.container}showElementAndHideCanvas(t){this.data.hasOwnCanvas&&("CANVAS"===t.previousSibling?.nodeName&&(t.previousSibling.hidden=!0),t.hidden=!1)}_getKeyModifier(t){return ba.platform.isMac?t.metaKey:t.ctrlKey}_setEventListener(t,e,i,s,n){i.includes("mouse")?t.addEventListener(i,(t=>{this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:this.data.id,name:s,value:n(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}n&&this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:this.data.id,name:s,value:n(t)}})}))}_setEventListeners(t,e,i,s){for(const[n,a]of i)("Action"===a||this.data.actions?.[a])&&("Focus"!==a&&"Blur"!==a||(e||={focused:!1}),this._setEventListener(t,e,n,a,s),"Focus"!==a||this.data.actions?.Blur?"Blur"!==a||this.data.actions?.Focus||this._setEventListener(t,e,"focus","Focus",null):this._setEventListener(t,e,"blur","Blur",null))}_setBackgroundColor(t){const e=this.data.backgroundColor||null;t.style.backgroundColor=null===e?"transparent":wa.makeHexColor(e[0],e[1],e[2])}_setTextStyle(t){const e=["left","center","right"],{fontColor:i}=this.data.defaultAppearanceData,s=this.data.defaultAppearanceData.fontSize||9,n=t.style;let a;const r=t=>Math.round(10*t)/10;if(this.data.multiLine){const t=Math.abs(this.data.rect[3]-this.data.rect[1]-2),e=t/(Math.round(t/(An*s))||1);a=Math.min(s,r(e/An))}else{const t=Math.abs(this.data.rect[3]-this.data.rect[1]-2);a=Math.min(s,r(t/An))}n.fontSize=`calc(${a}px * var(--total-scale-factor))`,n.color=wa.makeHexColor(i[0],i[1],i[2]),null!==this.data.textAlignment&&(n.textAlign=e[this.data.textAlignment])}_setRequired(t,e){e?t.setAttribute("required",!0):t.removeAttribute("required"),t.setAttribute("aria-required",e)}}class _l extends Al{constructor(t){super(t,{isRenderable:t.renderForms||t.data.hasOwnCanvas||!t.data.hasAppearance&&!!t.data.fieldValue})}setPropertyOnSiblings(t,e,i,s){const n=this.annotationStorage;for(const a of this._getElementsByName(t.name,t.id))a.domElement&&(a.domElement[e]=i),n.setValue(a.id,{[s]:i})}render(){const t=this.annotationStorage,e=this.data.id;this.container.classList.add("textWidgetAnnotation");let i=null;if(this.renderForms){const s=t.getValue(e,{value:this.data.fieldValue});let n=s.value||"";const a=t.getValue(e,{charLimit:this.data.maxLen}).charLimit;a&&n.length>a&&(n=n.slice(0,a));let r=s.formattedValue||this.data.textContent?.join("\n")||null;r&&this.data.comb&&(r=r.replaceAll(/\s+/g,""));const o={userValue:n,formattedValue:r,lastCommittedValue:null,commitKey:1,focused:!1};this.data.multiLine?(i=document.createElement("textarea"),i.textContent=r??n,this.data.doNotScroll&&(i.style.overflowY="hidden")):(i=document.createElement("input"),i.type=this.data.password?"password":"text",i.setAttribute("value",r??n),this.data.doNotScroll&&(i.style.overflowX="hidden")),this.data.hasOwnCanvas&&(i.hidden=!0),vl.add(i),i.setAttribute("data-element-id",e),i.disabled=this.data.readOnly,i.name=this.data.fieldName,i.tabIndex=fl,this._setRequired(i,this.data.required),a&&(i.maxLength=a),i.addEventListener("input",(s=>{t.setValue(e,{value:s.target.value}),this.setPropertyOnSiblings(i,"value",s.target.value,"value"),o.formattedValue=null})),i.addEventListener("resetform",(t=>{const e=this.data.defaultFieldValue??"";i.value=o.userValue=e,o.formattedValue=null}));let l=t=>{const{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;const{target:e}=t;o.userValue&&(e.value=o.userValue),o.lastCommittedValue=e.value,o.commitKey=1,this.data.actions?.Focus||(o.focused=!0)})),i.addEventListener("updatefromsandbox",(i=>{this.showElementAndHideCanvas(i.target);const s={value(i){o.userValue=i.detail.value??"",t.setValue(e,{value:o.userValue.toString()}),i.target.value=o.userValue},formattedValue(i){const{formattedValue:s}=i.detail;o.formattedValue=s,null!=s&&i.target!==document.activeElement&&(i.target.value=s),t.setValue(e,{formattedValue:s})},selRange(t){t.target.setSelectionRange(...t.detail.selRange)},charLimit:i=>{const{charLimit:s}=i.detail,{target:n}=i;if(0===s)return void n.removeAttribute("maxLength");n.setAttribute("maxLength",s);let a=o.userValue;!a||a.length<=s||(a=a.slice(0,s),n.value=o.userValue=a,t.setValue(e,{value:a}),this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:a,willCommit:!0,commitKey:1,selStart:n.selectionStart,selEnd:n.selectionEnd}}))}};this._dispatchEventFromSandbox(s,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;const{value:s}=t.target;o.lastCommittedValue!==s&&(o.lastCommittedValue=s,o.userValue=s,this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:s,willCommit:!0,commitKey:i,selStart:t.target.selectionStart,selEnd:t.target.selectionEnd}}))}));const s=l;l=null,i.addEventListener("blur",(t=>{if(!o.focused||!t.relatedTarget)return;this.data.actions?.Blur||(o.focused=!1);const{value:i}=t.target;o.userValue=i,o.lastCommittedValue!==i&&this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:i,willCommit:!0,commitKey:o.commitKey,selStart:t.target.selectionStart,selEnd:t.target.selectionEnd}}),s(t)})),this.data.actions?.Keystroke&&i.addEventListener("beforeinput",(t=>{o.lastCommittedValue=null;const{data:i,target:s}=t,{value:n,selectionStart:a,selectionEnd:r}=s;let l=a,h=r;switch(t.inputType){case"deleteWordBackward":{const t=n.substring(0,a).match(/\w*[^\w]*$/);t&&(l-=t[0].length);break}case"deleteWordForward":{const t=n.substring(a).match(/^[^\w]*\w*/);t&&(h+=t[0].length);break}case"deleteContentBackward":a===r&&(l-=1);break;case"deleteContentForward":a===r&&(h+=1)}t.preventDefault(),this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:n,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(l&&i.addEventListener("blur",l),this.data.comb){const t=(this.data.rect[2]-this.data.rect[0])/a;i.classList.add("comb"),i.style.letterSpacing=`calc(${t}px * var(--total-scale-factor) - 1ch)`}}else i=document.createElement("div"),i.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 Sl extends Al{constructor(t){super(t,{isRenderable:!!t.data.hasOwnCanvas})}}class Tl extends Al{constructor(t){super(t,{isRenderable:t.renderForms})}render(){const t=this.annotationStorage,e=this.data,i=e.id;let s=t.getValue(i,{value:e.exportValue===e.fieldValue}).value;"string"==typeof s&&(s="Off"!==s,t.setValue(i,{value:s})),this.container.classList.add("buttonWidgetAnnotation","checkBox");const n=document.createElement("input");return vl.add(n),n.setAttribute("data-element-id",i),n.disabled=e.readOnly,this._setRequired(n,this.data.required),n.type="checkbox",n.name=e.fieldName,s&&n.setAttribute("checked",!0),n.setAttribute("exportValue",e.exportValue),n.tabIndex=fl,n.addEventListener("change",(s=>{const{name:n,checked:a}=s.target;for(const s of this._getElementsByName(n,i)){const i=a&&s.exportValue===e.exportValue;s.domElement&&(s.domElement.checked=i),t.setValue(s.id,{value:i})}t.setValue(i,{value:a})})),n.addEventListener("resetform",(t=>{const i=e.defaultFieldValue||"Off";t.target.checked=i===e.exportValue})),this.enableScripting&&this.hasJSActions&&(n.addEventListener("updatefromsandbox",(e=>{const s={value(e){e.target.checked="Off"!==e.detail.value,t.setValue(i,{value:e.target.checked})}};this._dispatchEventFromSandbox(s,e)})),this._setEventListeners(n,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(n),this._setDefaultPropertiesFromJS(n),this.container.append(n),this.container}}class Cl extends Al{constructor(t){super(t,{isRenderable:t.renderForms})}render(){this.container.classList.add("buttonWidgetAnnotation","radioButton");const t=this.annotationStorage,e=this.data,i=e.id;let s=t.getValue(i,{value:e.fieldValue===e.buttonValue}).value;if("string"==typeof s&&(s=s!==e.buttonValue,t.setValue(i,{value:s})),s)for(const s of this._getElementsByName(e.fieldName,i))t.setValue(s.id,{value:!1});const n=document.createElement("input");if(vl.add(n),n.setAttribute("data-element-id",i),n.disabled=e.readOnly,this._setRequired(n,this.data.required),n.type="radio",n.name=e.fieldName,s&&n.setAttribute("checked",!0),n.tabIndex=fl,n.addEventListener("change",(e=>{const{name:s,checked:n}=e.target;for(const e of this._getElementsByName(s,i))t.setValue(e.id,{value:!1});t.setValue(i,{value:n})})),n.addEventListener("resetform",(t=>{const i=e.defaultFieldValue;t.target.checked=null!=i&&i===e.buttonValue})),this.enableScripting&&this.hasJSActions){const s=e.buttonValue;n.addEventListener("updatefromsandbox",(e=>{const n={value:e=>{const n=s===e.detail.value;for(const s of this._getElementsByName(e.target.name)){const e=n&&s.id===i;s.domElement&&(s.domElement.checked=e),t.setValue(s.id,{value:e})}}};this._dispatchEventFromSandbox(n,e)})),this._setEventListeners(n,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(n),this._setDefaultPropertiesFromJS(n),this.container.append(n),this.container}}class El extends wl{constructor(t){super(t,{ignoreBorder:t.data.hasAppearance})}render(){const t=super.render();t.classList.add("buttonWidgetAnnotation","pushButton");const e=t.lastChild;return this.enableScripting&&this.hasJSActions&&e&&(this._setDefaultPropertiesFromJS(e),e.addEventListener("updatefromsandbox",(t=>{this._dispatchEventFromSandbox({},t)}))),t}}class kl extends Al{constructor(t){super(t,{isRenderable:t.renderForms})}render(){this.container.classList.add("choiceWidgetAnnotation");const t=this.annotationStorage,e=this.data.id,i=t.getValue(e,{value:this.data.fieldValue}),s=document.createElement("select");vl.add(s),s.setAttribute("data-element-id",e),s.disabled=this.data.readOnly,this._setRequired(s,this.data.required),s.name=this.data.fieldName,s.tabIndex=fl;let n=this.data.combo&&this.data.options.length>0;this.data.combo||(s.size=this.data.options.length,this.data.multiSelect&&(s.multiple=!0)),s.addEventListener("resetform",(t=>{const e=this.data.defaultFieldValue;for(const t of s.options)t.selected=t.value===e}));for(const t of this.data.options){const e=document.createElement("option");e.textContent=t.displayValue,e.value=t.exportValue,i.value.includes(t.exportValue)&&(e.setAttribute("selected",!0),n=!1),s.append(e)}let a=null;if(n){const t=document.createElement("option");t.value=" ",t.setAttribute("hidden",!0),t.setAttribute("selected",!0),s.prepend(t),a=()=>{t.remove(),s.removeEventListener("input",a),a=null},s.addEventListener("input",a)}const r=t=>{const e=t?"value":"textContent",{options:i,multiple:n}=s;return n?Array.prototype.filter.call(i,(t=>t.selected)).map((t=>t[e])):-1===i.selectedIndex?null:i[i.selectedIndex][e]};let o=r(!1);const l=t=>{const e=t.target.options;return Array.prototype.map.call(e,(t=>({displayValue:t.textContent,exportValue:t.value})))};return this.enableScripting&&this.hasJSActions?(s.addEventListener("updatefromsandbox",(i=>{const n={value(i){a?.();const n=i.detail.value,l=new Set(Array.isArray(n)?n:[n]);for(const t of s.options)t.selected=l.has(t.value);t.setValue(e,{value:r(!0)}),o=r(!1)},multipleSelection(t){s.multiple=!0},remove(i){const n=s.options,a=i.detail.remove;if(n[a].selected=!1,s.remove(a),n.length>0){-1===Array.prototype.findIndex.call(n,(t=>t.selected))&&(n[0].selected=!0)}t.setValue(e,{value:r(!0),items:l(i)}),o=r(!1)},clear(i){for(;0!==s.length;)s.remove(0);t.setValue(e,{value:null,items:[]}),o=r(!1)},insert(i){const{index:n,displayValue:a,exportValue:h}=i.detail.insert,c=s.children[n],d=document.createElement("option");d.textContent=a,d.value=h,c?c.before(d):s.append(d),t.setValue(e,{value:r(!0),items:l(i)}),o=r(!1)},items(i){const{items:n}=i.detail;for(;0!==s.length;)s.remove(0);for(const t of n){const{displayValue:e,exportValue:i}=t,n=document.createElement("option");n.textContent=e,n.value=i,s.append(n)}s.options.length>0&&(s.options[0].selected=!0),t.setValue(e,{value:r(!0),items:l(i)}),o=r(!1)},indices(i){const s=new Set(i.detail.indices);for(const t of i.target.options)t.selected=s.has(t.index);t.setValue(e,{value:r(!0)}),o=r(!1)},editable(t){t.target.disabled=!t.detail.editable}};this._dispatchEventFromSandbox(n,i)})),s.addEventListener("input",(i=>{const s=r(!0),n=r(!1);t.setValue(e,{value:s}),i.preventDefault(),this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:o,change:n,changeEx:s,willCommit:!1,commitKey:1,keyDown:!1}})})),this._setEventListeners(s,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))):s.addEventListener("input",(function(i){t.setValue(e,{value:r(!0)})})),this.data.combo&&this._setTextStyle(s),this._setBackgroundColor(s),this._setDefaultPropertiesFromJS(s),this.container.append(s),this.container}}class Ml extends yl{constructor(t){const{data:e,elements:i}=t;super(t,{isRenderable:yl._hasPopupData(e)}),this.elements=i,this.popup=null}render(){this.container.classList.add("popupAnnotation");const t=this.popup=new Pl({container:this.container,color:this.data.color,titleObj:this.data.titleObj,modificationDate:this.data.modificationDate,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}),e=[];for(const i of this.elements)i.popup=t,i.container.ariaHasPopup="dialog",e.push(i.data.id),i.addHighlightArea();return this.container.setAttribute("aria-controls",e.map((t=>`${Sa}${t}`)).join(",")),this.container}}class Pl{#Xs=this.#Ks.bind(this);#Ys=this.#Qs.bind(this);#Js=this.#Zs.bind(this);#tn=this.#en.bind(this);#in=null;#ft=null;#sn=null;#nn=null;#an=null;#rn=null;#on=null;#ln=!1;#hn=null;#E=null;#cn=null;#dn=null;#un=null;#js=null;#pn=!1;constructor({container:t,color:e,elements:i,titleObj:s,modificationDate:n,contentsObj:a,richText:r,parent:o,rect:l,parentRect:h,open:c}){this.#ft=t,this.#un=s,this.#sn=a,this.#dn=r,this.#rn=o,this.#in=e,this.#cn=l,this.#on=h,this.#an=i,this.#nn=Ba.toDateObject(n),this.trigger=i.flatMap((t=>t.getElementsToTriggerPopup()));for(const t of this.trigger)t.addEventListener("click",this.#tn),t.addEventListener("mouseenter",this.#Js),t.addEventListener("mouseleave",this.#Ys),t.classList.add("popupTriggerArea");for(const t of i)t.container?.addEventListener("keydown",this.#Xs);this.#ft.hidden=!0,c&&this.#en()}render(){if(this.#hn)return;const t=this.#hn=document.createElement("div");if(t.className="popup",this.#in){const e=t.style.outlineColor=wa.makeHexColor(...this.#in);t.style.backgroundColor=`color-mix(in srgb, ${e} 30%, white)`}const e=document.createElement("span");e.className="header";const i=document.createElement("h1");if(e.append(i),({dir:i.dir,str:i.textContent}=this.#un),t.append(e),this.#nn){const t=document.createElement("span");t.classList.add("popupDate"),t.setAttribute("data-l10n-id","pdfjs-annotation-date-time-string"),t.setAttribute("data-l10n-args",JSON.stringify({dateObj:this.#nn.valueOf()})),e.append(t)}const s=this.#gn;if(s)ml.render({xfaHtml:s,intent:"richText",div:t}),t.lastChild.classList.add("richText","popupContent");else{const e=this._formatContents(this.#sn);t.append(e)}this.#ft.append(t)}get#gn(){const t=this.#dn,e=this.#sn;return!t?.str||e?.str&&e.str!==t.str?null:this.#dn.html||null}get#mn(){return this.#gn?.attributes?.style?.fontSize||0}get#fn(){return this.#gn?.attributes?.style?.color||null}#vn(t){const e=[],i={str:t,html:{name:"div",attributes:{dir:"auto"},children:[{name:"p",children:e}]}},s={style:{color:this.#fn,fontSize:this.#mn?`calc(${this.#mn}px * var(--total-scale-factor))`:""}};for(const i of t.split("\n"))e.push({name:"span",value:i,attributes:s});return i}_formatContents({str:t,dir:e}){const i=document.createElement("p");i.classList.add("popupContent"),i.dir=e;const s=t.split(/(?:\r\n?|\n)/);for(let t=0,e=s.length;t<e;++t){const n=s[t];i.append(document.createTextNode(n)),t<e-1&&i.append(document.createElement("br"))}return i}#Ks(t){t.altKey||t.shiftKey||t.ctrlKey||t.metaKey||("Enter"===t.key||"Escape"===t.key&&this.#ln)&&this.#en()}updateEdited({rect:t,popupContent:e}){this.#js||={contentsObj:this.#sn,richText:this.#dn},t&&(this.#E=null),e&&(this.#dn=this.#vn(e),this.#sn=null),this.#hn?.remove(),this.#hn=null}resetEdited(){this.#js&&(({contentsObj:this.#sn,richText:this.#dn}=this.#js),this.#js=null,this.#hn?.remove(),this.#hn=null,this.#E=null)}#bn(){if(null!==this.#E)return;const{page:{view:t},viewport:{rawDims:{pageWidth:e,pageHeight:i,pageX:s,pageY:n}}}=this.#rn;let a=!!this.#on,r=a?this.#on:this.#cn;for(const t of this.#an)if(!r||null!==wa.intersect(t.data.rect,r)){r=t.data.rect,a=!0;break}const o=wa.normalizeRect([r[0],t[3]-r[1]+t[1],r[2],t[3]-r[3]+t[1]]),l=a?r[2]-r[0]+5:0,h=o[0]+l,c=o[1];this.#E=[100*(h-s)/e,100*(c-n)/i];const{style:d}=this.#ft;d.left=`${this.#E[0]}%`,d.top=`${this.#E[1]}%`}#en(){this.#ln=!this.#ln,this.#ln?(this.#Zs(),this.#ft.addEventListener("click",this.#tn),this.#ft.addEventListener("keydown",this.#Xs)):(this.#Qs(),this.#ft.removeEventListener("click",this.#tn),this.#ft.removeEventListener("keydown",this.#Xs))}#Zs(){this.#hn||this.render(),this.isVisible?this.#ln&&this.#ft.classList.add("focused"):(this.#bn(),this.#ft.hidden=!1,this.#ft.style.zIndex=parseInt(this.#ft.style.zIndex)+1e3)}#Qs(){this.#ft.classList.remove("focused"),!this.#ln&&this.isVisible&&(this.#ft.hidden=!0,this.#ft.style.zIndex=parseInt(this.#ft.style.zIndex)-1e3)}forceHide(){this.#pn=this.isVisible,this.#pn&&(this.#ft.hidden=!0)}maybeShow(){this.#pn&&(this.#hn||this.#Zs(),this.#pn=!1,this.#ft.hidden=!1)}get isVisible(){return!1===this.#ft.hidden}}class Il extends yl{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.textContent=t.data.textContent,this.textPosition=t.data.textPosition,this.annotationEditorType=Dn.FREETEXT}render(){if(this.container.classList.add("freeTextAnnotation"),this.textContent){const t=document.createElement("div");t.classList.add("annotationTextContent"),t.setAttribute("role","comment");for(const e of this.textContent){const i=document.createElement("span");i.textContent=e,t.append(i)}this.container.append(t)}return!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this._editOnDoubleClick(),this.container}}class Dl extends yl{#yn=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){this.container.classList.add("lineAnnotation");const{data:t,width:e,height:i}=this,s=this.svgFactory.create(e,i,!0),n=this.#yn=this.svgFactory.createElement("svg:line");return n.setAttribute("x1",t.rect[2]-t.lineCoordinates[0]),n.setAttribute("y1",t.rect[3]-t.lineCoordinates[1]),n.setAttribute("x2",t.rect[2]-t.lineCoordinates[2]),n.setAttribute("y2",t.rect[3]-t.lineCoordinates[3]),n.setAttribute("stroke-width",t.borderStyle.width||1),n.setAttribute("stroke","transparent"),n.setAttribute("fill","transparent"),s.append(n),this.container.append(s),!t.popupRef&&this.hasPopupData&&this._createPopup(),this.container}getElementsToTriggerPopup(){return this.#yn}addHighlightArea(){this.container.classList.add("highlightArea")}}class Rl extends yl{#wn=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){this.container.classList.add("squareAnnotation");const{data:t,width:e,height:i}=this,s=this.svgFactory.create(e,i,!0),n=t.borderStyle.width,a=this.#wn=this.svgFactory.createElement("svg:rect");return a.setAttribute("x",n/2),a.setAttribute("y",n/2),a.setAttribute("width",e-n),a.setAttribute("height",i-n),a.setAttribute("stroke-width",n||1),a.setAttribute("stroke","transparent"),a.setAttribute("fill","transparent"),s.append(a),this.container.append(s),!t.popupRef&&this.hasPopupData&&this._createPopup(),this.container}getElementsToTriggerPopup(){return this.#wn}addHighlightArea(){this.container.classList.add("highlightArea")}}class Ll extends yl{#xn=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){this.container.classList.add("circleAnnotation");const{data:t,width:e,height:i}=this,s=this.svgFactory.create(e,i,!0),n=t.borderStyle.width,a=this.#xn=this.svgFactory.createElement("svg:ellipse");return a.setAttribute("cx",e/2),a.setAttribute("cy",i/2),a.setAttribute("rx",e/2-n/2),a.setAttribute("ry",i/2-n/2),a.setAttribute("stroke-width",n||1),a.setAttribute("stroke","transparent"),a.setAttribute("fill","transparent"),s.append(a),this.container.append(s),!t.popupRef&&this.hasPopupData&&this._createPopup(),this.container}getElementsToTriggerPopup(){return this.#xn}addHighlightArea(){this.container.classList.add("highlightArea")}}class Fl extends yl{#An=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.containerClassName="polylineAnnotation",this.svgElementName="svg:polyline"}render(){this.container.classList.add(this.containerClassName);const{data:{rect:t,vertices:e,borderStyle:i,popupRef:s},width:n,height:a}=this;if(!e)return this.container;const r=this.svgFactory.create(n,a,!0);let o=[];for(let i=0,s=e.length;i<s;i+=2){const s=e[i]-t[0],n=t[3]-e[i+1];o.push(`${s},${n}`)}o=o.join(" ");const l=this.#An=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"),r.append(l),this.container.append(r),!s&&this.hasPopupData&&this._createPopup(),this.container}getElementsToTriggerPopup(){return this.#An}addHighlightArea(){this.container.classList.add("highlightArea")}}class Ol extends Fl{constructor(t){super(t),this.containerClassName="polygonAnnotation",this.svgElementName="svg:polygon"}}class Nl extends yl{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){return this.container.classList.add("caretAnnotation"),!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this.container}}class Bl extends yl{#_n=null;#Sn=[];constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.containerClassName="inkAnnotation",this.svgElementName="svg:polyline",this.annotationEditorType="InkHighlight"===this.data.it?Dn.HIGHLIGHT:Dn.INK}#Tn(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);const{data:{rect:t,rotation:e,inkLists:i,borderStyle:s,popupRef:n}}=this,{transform:a,width:r,height:o}=this.#Tn(e,t),l=this.svgFactory.create(r,o,!0),h=this.#_n=this.svgFactory.createElement("svg:g");l.append(h),h.setAttribute("stroke-width",s.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",a);for(let t=0,e=i.length;t<e;t++){const e=this.svgFactory.createElement(this.svgElementName);this.#Sn.push(e),e.setAttribute("points",i[t].join(",")),h.append(e)}return!n&&this.hasPopupData&&this._createPopup(),this.container.append(l),this._editOnDoubleClick(),this.container}updateEdited(t){super.updateEdited(t);const{thickness:e,points:i,rect:s}=t,n=this.#_n;if(e>=0&&n.setAttribute("stroke-width",e||1),i)for(let t=0,e=this.#Sn.length;t<e;t++)this.#Sn[t].setAttribute("points",i[t].join(","));if(s){const{transform:t,width:e,height:i}=this.#Tn(this.data.rotation,s);n.parentElement.setAttribute("viewBox",`0 0 ${e} ${i}`),n.setAttribute("transform",t)}}getElementsToTriggerPopup(){return this.#Sn}addHighlightArea(){this.container.classList.add("highlightArea")}}class zl extends yl{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0}),this.annotationEditorType=Dn.HIGHLIGHT}render(){return!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this.container.classList.add("highlightAnnotation"),this._editOnDoubleClick(),this.container}}class Hl extends yl{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0})}render(){return!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this.container.classList.add("underlineAnnotation"),this.container}}class jl extends yl{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0})}render(){return!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this.container.classList.add("squigglyAnnotation"),this.container}}class $l extends yl{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0})}render(){return!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this.container.classList.add("strikeoutAnnotation"),this.container}}class Vl extends yl{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.annotationEditorType=Dn.STAMP}render(){return this.container.classList.add("stampAnnotation"),this.container.setAttribute("role","img"),!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this._editOnDoubleClick(),this.container}}class Ul extends yl{#Cn=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(){this.container.classList.add("fileAttachmentAnnotation");const{container:t,data:e}=this;let i;e.hasAppearance||0===e.fillAlpha?i=document.createElement("div"):(i=document.createElement("img"),i.src=`${this.imageResourcesPath}annotation-${/paperclip/i.test(e.name)?"paperclip":"pushpin"}.svg`,e.fillAlpha&&e.fillAlpha<1&&(i.style=`filter: opacity(${Math.round(100*e.fillAlpha)}%);`)),i.addEventListener("dblclick",this.#En.bind(this)),this.#Cn=i;const{isMac:s}=ba.platform;return t.addEventListener("keydown",(t=>{"Enter"===t.key&&(s?t.metaKey:t.ctrlKey)&&this.#En()})),!e.popupRef&&this.hasPopupData?this._createPopup():i.classList.add("popupTriggerArea"),t.append(i),t}getElementsToTriggerPopup(){return this.#Cn}addHighlightArea(){this.container.classList.add("highlightArea")}#En(){this.downloadManager?.openOrDownloadData(this.content,this.filename)}}class Gl{#kn=null;#Mn=null;#Pn=new Map;#In=null;constructor({div:t,accessibilityManager:e,annotationCanvasMap:i,annotationEditorUIManager:s,page:n,viewport:a,structTreeLayer:r}){this.div=t,this.#kn=e,this.#Mn=i,this.#In=r||null,this.page=n,this.viewport=a,this.zIndex=0,this._annotationEditorUIManager=s}hasEditableAnnotations(){return this.#Pn.size>0}async#Dn(t,e){const i=t.firstChild||t,s=i.id=`${Sa}${e}`,n=await(this.#In?.getAriaAttributes(s));if(n)for(const[t,e]of n)i.setAttribute(t,e);this.div.append(t),this.#kn?.moveElementInDOM(this.div,t,i,!1)}async render(t){const{annotations:e}=t,i=this.div;$a(i,this.viewport);const s=new Map,n={data:null,layer:i,linkService:t.linkService,downloadManager:t.downloadManager,imageResourcesPath:t.imageResourcesPath||"",renderForms:!1!==t.renderForms,svgFactory:new gl,annotationStorage:t.annotationStorage||new hr,enableScripting:!0===t.enableScripting,hasJSActions:t.hasJSActions,fieldObjects:t.fieldObjects,parent:this,elements:null};for(const t of e){if(t.noHTML)continue;const e=t.annotationType===jn.POPUP;if(e){const e=s.get(t.id);if(!e)continue;n.elements=e}else if(t.rect[2]===t.rect[0]||t.rect[3]===t.rect[1])continue;n.data=t;const i=bl.create(n);if(!i.isRenderable)continue;if(!e&&t.popupRef){const e=s.get(t.popupRef);e?e.push(i):s.set(t.popupRef,[i])}const a=i.render();t.hidden&&(a.style.visibility="hidden"),await this.#Dn(a,t.id),i._isEditable&&(this.#Pn.set(i.data.id,i),this._annotationEditorUIManager?.renderAnnotationElement(i))}this.#Rn()}async addLinkAnnotations(t,e){const i={data:null,layer:this.div,linkService:e,svgFactory:new gl,parent:this};for(const e of t){e.borderStyle||=Gl._defaultBorderStyle,i.data=e;const t=bl.create(i);if(!t.isRenderable)continue;const s=t.render();await this.#Dn(s,e.id)}}update({viewport:t}){const e=this.div;this.viewport=t,$a(e,{rotation:t.rotation}),this.#Rn(),e.hidden=!1}#Rn(){if(!this.#Mn)return;const t=this.div;for(const[e,i]of this.#Mn){const s=t.querySelector(`[data-annotation-id="${e}"]`);if(!s)continue;i.className="annotationContent";const{firstChild:n}=s;n?"CANVAS"===n.nodeName?n.replaceWith(i):n.classList.contains("annotationContent")?n.after(i):n.before(i):s.append(i);const a=this.#Pn.get(e);a&&(a._hasNoCanvas?(this._annotationEditorUIManager?.setMissingCanvas(e,s.id,i),a._hasNoCanvas=!1):a.canvas=i)}this.#Mn.clear()}getEditableAnnotations(){return Array.from(this.#Pn.values())}getEditableAnnotation(t){return this.#Pn.get(t)}static get _defaultBorderStyle(){return la(this,"_defaultBorderStyle",Object.freeze({width:1,rawWidth:1,style:$n,dashArray:[3],horizontalCornerRadius:0,verticalCornerRadius:0}))}}const ql=/\r\n?|\n/g;class Wl extends ir{#in;#Ln="";#Fn=`${this.id}-editor`;#On=null;#mn;static _freeTextDefaultContent="";static _internalPadding=0;static _defaultColor=null;static _defaultFontSize=10;static get _keyboardManager(){const t=Wl.prototype,e=t=>t.isEmpty(),i=Za.TRANSLATE_SMALL,s=Za.TRANSLATE_BIG;return la(this,"_keyboardManager",new Qa([[["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:[-s,0],checker:e}],[["ArrowRight","mac+ArrowRight"],t._translateEmpty,{args:[i,0],checker:e}],[["ctrl+ArrowRight","mac+shift+ArrowRight"],t._translateEmpty,{args:[s,0],checker:e}],[["ArrowUp","mac+ArrowUp"],t._translateEmpty,{args:[0,-i],checker:e}],[["ctrl+ArrowUp","mac+shift+ArrowUp"],t._translateEmpty,{args:[0,-s],checker:e}],[["ArrowDown","mac+ArrowDown"],t._translateEmpty,{args:[0,i],checker:e}],[["ctrl+ArrowDown","mac+shift+ArrowDown"],t._translateEmpty,{args:[0,s],checker:e}]]))}static _type="freetext";static _editorType=Dn.FREETEXT;constructor(t){super({...t,name:"freeTextEditor"}),this.#in=t.color||Wl._defaultColor||ir._defaultLineColor,this.#mn=t.fontSize||Wl._defaultFontSize}static initialize(t,e){ir.initialize(t,e);const i=getComputedStyle(document.documentElement);this._internalPadding=parseFloat(i.getPropertyValue("--freetext-padding"))}static updateDefaultParams(t,e){switch(t){case Rn.FREETEXT_SIZE:Wl._defaultFontSize=e;break;case Rn.FREETEXT_COLOR:Wl._defaultColor=e}}updateParams(t,e){switch(t){case Rn.FREETEXT_SIZE:this.#Nn(e);break;case Rn.FREETEXT_COLOR:this.#Bn(e)}}static get defaultPropertiesToUpdate(){return[[Rn.FREETEXT_SIZE,Wl._defaultFontSize],[Rn.FREETEXT_COLOR,Wl._defaultColor||ir._defaultLineColor]]}get propertiesToUpdate(){return[[Rn.FREETEXT_SIZE,this.#mn],[Rn.FREETEXT_COLOR,this.#in]]}#Nn(t){const e=t=>{this.editorDiv.style.fontSize=`calc(${t}px * var(--total-scale-factor))`,this.translate(0,-(t-this.#mn)*this.parentScale),this.#mn=t,this.#zn()},i=this.#mn;this.addCommands({cmd:e.bind(this,t),undo:e.bind(this,i),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:Rn.FREETEXT_SIZE,overwriteIfSameType:!0,keepUndo:!0})}#Bn(t){const e=t=>{this.#in=this.editorDiv.style.color=t},i=this.#in;this.addCommands({cmd:e.bind(this,t),undo:e.bind(this,i),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:Rn.FREETEXT_COLOR,overwriteIfSameType:!0,keepUndo:!0})}_translateEmpty(t,e){this._uiManager.translateSelectedEditors(t,e,!0)}getInitialTranslation(){const t=this.parentScale;return[-Wl._internalPadding*t,-(Wl._internalPadding+this.#mn)*t]}rebuild(){this.parent&&(super.rebuild(),null!==this.div&&(this.isAttachedToDOM||this.parent.add(this)))}enableEditMode(){if(this.isInEditMode())return;this.parent.setEditingState(!1),this.parent.updateToolbar(Dn.FREETEXT),super.enableEditMode(),this.overlayDiv.classList.remove("enabled"),this.editorDiv.contentEditable=!0,this._isDraggable=!1,this.div.removeAttribute("aria-activedescendant"),this.#On=new AbortController;const t=this._uiManager.combinedSignal(this.#On);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})}disableEditMode(){this.isInEditMode()&&(this.parent.setEditingState(!0),super.disableEditMode(),this.overlayDiv.classList.add("enabled"),this.editorDiv.contentEditable=!1,this.div.setAttribute("aria-activedescendant",this.#Fn),this._isDraggable=!0,this.#On?.abort(),this.#On=null,this.div.focus({preventScroll:!0}),this.isEditing=!1,this.parent.div.classList.add("freetextEditing"))}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()}#Hn(){const t=[];this.editorDiv.normalize();let e=null;for(const i of this.editorDiv.childNodes)e?.nodeType===Node.TEXT_NODE&&"BR"===i.nodeName||(t.push(Wl.#jn(i)),e=i);return t.join("\n")}#zn(){const[t,e]=this.parentDimensions;let i;if(this.isAttachedToDOM)i=this.div.getBoundingClientRect();else{const{currentLayer:t,div:e}=this,s=e.style.display,n=e.classList.contains("hidden");e.classList.remove("hidden"),e.style.display="hidden",t.div.append(this.div),i=e.getBoundingClientRect(),e.remove(),e.style.display=s,e.classList.toggle("hidden",n)}this.rotation%180==this.parentRotation%180?(this.width=i.width/t,this.height=i.height/e):(this.width=i.height/t,this.height=i.width/e),this.fixAndSetPosition()}commit(){if(!this.isInEditMode())return;super.commit(),this.disableEditMode();const t=this.#Ln,e=this.#Ln=this.#Hn().trimEnd();if(t===e)return;const i=t=>{this.#Ln=t,t?(this.#$n(),this._uiManager.rebuild(this),this.#zn()):this.remove()};this.addCommands({cmd:()=>{i(e)},undo:()=>{i(t)},mustExec:!1}),this.#zn()}shouldGetKeyboardEvents(){return this.isInEditMode()}enterInEditMode(){this.enableEditMode(),this.editorDiv.focus()}dblclick(t){this.enterInEditMode()}keydown(t){t.target===this.div&&"Enter"===t.key&&(this.enterInEditMode(),t.preventDefault())}editorDivKeydown(t){Wl._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)}render(){if(this.div)return this.div;let t,e;(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.#Fn),this.editorDiv.setAttribute("data-l10n-id","pdfjs-free-text2"),this.editorDiv.setAttribute("data-l10n-attrs","default-content"),this.enableEditing(),this.editorDiv.contentEditable=!0;const{style:i}=this.editorDiv;if(i.fontSize=`calc(${this.#mn}px * var(--total-scale-factor))`,i.color=this.#in,this.div.append(this.editorDiv),this.overlayDiv=document.createElement("div"),this.overlayDiv.classList.add("overlay","enabled"),this.div.append(this.overlayDiv),Wa(this,this.div,["dblclick","keydown"]),this._isCopy||this.annotationElementId){const[i,s]=this.parentDimensions;if(this.annotationElementId){const{position:n}=this._initialData;let[a,r]=this.getInitialTranslation();[a,r]=this.pageTranslationToScreen(a,r);const[o,l]=this.pageDimensions,[h,c]=this.pageTranslation;let d,u;switch(this.rotation){case 0:d=t+(n[0]-h)/o,u=e+this.height-(n[1]-c)/l;break;case 90:d=t+(n[0]-h)/o,u=e-(n[1]-c)/l,[a,r]=[r,-a];break;case 180:d=t-this.width+(n[0]-h)/o,u=e-(n[1]-c)/l,[a,r]=[-a,-r];break;case 270:d=t+(n[0]-h-this.height*l)/o,u=e+(n[1]-c-this.width*o)/l,[a,r]=[-r,a]}this.setAt(d*i,u*s,a,r)}else this._moveAfterPaste(t,e);this.#$n(),this._isDraggable=!0,this.editorDiv.contentEditable=!1}else this._isDraggable=!1,this.editorDiv.contentEditable=!0;return this.div}static#jn(t){return(t.nodeType===Node.TEXT_NODE?t.nodeValue:t.innerText).replaceAll(ql,"")}editorDivPaste(t){const e=t.clipboardData||window.clipboardData,{types:i}=e;if(1===i.length&&"text/plain"===i[0])return;t.preventDefault();const s=Wl.#Vn(e.getData("text")||"").replaceAll(ql,"\n");if(!s)return;const n=window.getSelection();if(!n.rangeCount)return;this.editorDiv.normalize(),n.deleteFromDocument();const a=n.getRangeAt(0);if(!s.includes("\n"))return a.insertNode(document.createTextNode(s)),this.editorDiv.normalize(),void n.collapseToStart();const{startContainer:r,startOffset:o}=a,l=[],h=[];if(r.nodeType===Node.TEXT_NODE){const t=r.parentElement;if(h.push(r.nodeValue.slice(o).replaceAll(ql,"")),t!==this.editorDiv){let e=l;for(const i of this.editorDiv.childNodes)i!==t?e.push(Wl.#jn(i)):e=h}l.push(r.nodeValue.slice(0,o).replaceAll(ql,""))}else if(r===this.editorDiv){let t=l,e=0;for(const i of this.editorDiv.childNodes)e++===o&&(t=h),t.push(Wl.#jn(i))}this.#Ln=`${l.join("\n")}${s}${h.join("\n")}`,this.#$n();const c=new Range;let d=Math.sumPrecise(l.map((t=>t.length)));for(const{firstChild:t}of this.editorDiv.childNodes)if(t.nodeType===Node.TEXT_NODE){const e=t.nodeValue.length;if(d<=e){c.setStart(t,d),c.setEnd(t,d);break}d-=e}n.removeAllRanges(),n.addRange(c)}#$n(){if(this.editorDiv.replaceChildren(),this.#Ln)for(const t of this.#Ln.split("\n")){const e=document.createElement("div");e.append(t?document.createTextNode(t):document.createElement("br")),this.editorDiv.append(e)}}#Un(){return this.#Ln.replaceAll(" "," ")}static#Vn(t){return t.replaceAll(" "," ")}get contentDiv(){return this.editorDiv}static async deserialize(t,e,i){let s=null;if(t instanceof Il){const{data:{defaultAppearanceData:{fontSize:e,fontColor:i},rect:n,rotation:a,id:r,popupRef:o},textContent:l,textPosition:h,parent:{page:{pageNumber:c}}}=t;if(!l||0===l.length)return null;s=t={annotationType:Dn.FREETEXT,color:Array.from(i),fontSize:e,value:l.join("\n"),position:h,pageIndex:c-1,rect:n.slice(0),rotation:a,id:r,deleted:!1,popupRef:o}}const n=await super.deserialize(t,e,i);return n.#mn=t.fontSize,n.#in=wa.makeHexColor(...t.color),n.#Ln=Wl.#Vn(t.value),n.annotationElementId=t.id||null,n._initialData=s,n}serialize(t=!1){if(this.isEmpty())return null;if(this.deleted)return this.serializeDeleted();const e=Wl._internalPadding*this.parentScale,i=this.getRect(e,e),s=ir._colorManager.convert(this.isAttachedToDOM?getComputedStyle(this.editorDiv).color:this.#in),n={annotationType:Dn.FREETEXT,color:s,fontSize:this.#mn,value:this.#Un(),pageIndex:this.pageIndex,rect:i,rotation:this.rotation,structTreeParentId:this._structTreeParentId};return t?(n.isCopy=!0,n):this.annotationElementId&&!this.#Gn(n)?null:(n.id=this.annotationElementId,n)}#Gn(t){const{value:e,fontSize:i,color:s,pageIndex:n}=this._initialData;return this._hasBeenMoved||t.value!==e||t.fontSize!==i||t.color.some(((t,e)=>t!==s[e]))||t.pageIndex!==n}renderAnnotationElement(t){const e=super.renderAnnotationElement(t);if(this.deleted)return e;const{style:i}=e;i.fontSize=`calc(${this.#mn}px * var(--total-scale-factor))`,i.color=this.#in,e.replaceChildren();for(const t of this.#Ln.split("\n")){const i=document.createElement("div");i.append(t?document.createTextNode(t):document.createElement("br")),e.append(i)}const s=Wl._internalPadding*this.parentScale;return t.updateEdited({rect:this.getRect(s,s),popupContent:this.#Ln}),e}resetAnnotationElement(t){super.resetAnnotationElement(t),t.resetEdited()}}class Xl{static PRECISION=1e-4;toSVGPath(){na("Abstract method `toSVGPath` must be implemented.")}get box(){na("Abstract getter `box` must be implemented.")}serialize(t,e){na("Abstract method `serialize` must be implemented.")}static _rescale(t,e,i,s,n,a){a||=new Float32Array(t.length);for(let r=0,o=t.length;r<o;r+=2)a[r]=e+t[r]*s,a[r+1]=i+t[r+1]*n;return a}static _rescaleAndSwap(t,e,i,s,n,a){a||=new Float32Array(t.length);for(let r=0,o=t.length;r<o;r+=2)a[r]=e+t[r+1]*s,a[r+1]=i+t[r]*n;return a}static _translate(t,e,i,s){s||=new Float32Array(t.length);for(let n=0,a=t.length;n<a;n+=2)s[n]=e+t[n],s[n+1]=i+t[n+1];return s}static svgRound(t){return Math.round(1e4*t)}static _normalizePoint(t,e,i,s,n){switch(n){case 90:return[1-e/i,t/s];case 180:return[1-t/i,1-e/s];case 270:return[e/i,1-t/s];default:return[t/i,e/s]}}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,s,n,a){return[(t+5*i)/6,(e+5*s)/6,(5*i+n)/6,(5*s+a)/6,(i+n)/2,(s+a)/2]}}class Kl{#qn;#Wn=[];#Xn;#Kn;#Yn=[];#Qn=new Float32Array(18);#Jn;#Zn;#ta;#ea;#ia;#sa;#na=[];static#aa=8;static#ra=2;static#oa=Kl.#aa+Kl.#ra;constructor({x:t,y:e},i,s,n,a,r=0){this.#qn=i,this.#sa=n*s,this.#Kn=a,this.#Qn.set([NaN,NaN,NaN,NaN,t,e],6),this.#Xn=r,this.#ea=Kl.#aa*s,this.#ta=Kl.#oa*s,this.#ia=s,this.#na.push(t,e)}isEmpty(){return isNaN(this.#Qn[8])}#la(){const t=this.#Qn.subarray(4,6),e=this.#Qn.subarray(16,18),[i,s,n,a]=this.#qn;return[(this.#Jn+(t[0]-e[0])/2-i)/n,(this.#Zn+(t[1]-e[1])/2-s)/a,(this.#Jn+(e[0]-t[0])/2-i)/n,(this.#Zn+(e[1]-t[1])/2-s)/a]}add({x:t,y:e}){this.#Jn=t,this.#Zn=e;const[i,s,n,a]=this.#qn;let[r,o,l,h]=this.#Qn.subarray(8,12);const c=t-l,d=e-h,u=Math.hypot(c,d);if(u<this.#ta)return!1;const p=u-this.#ea,g=p/u,m=g*c,f=g*d;let v=r,b=o;r=l,o=h,l+=m,h+=f,this.#na?.push(t,e);const y=m/p,w=-f/p*this.#sa,x=y*this.#sa;if(this.#Qn.set(this.#Qn.subarray(2,8),0),this.#Qn.set([l+w,h+x],4),this.#Qn.set(this.#Qn.subarray(14,18),12),this.#Qn.set([l-w,h-x],16),isNaN(this.#Qn[6]))return 0===this.#Yn.length&&(this.#Qn.set([r+w,o+x],2),this.#Yn.push(NaN,NaN,NaN,NaN,(r+w-i)/n,(o+x-s)/a),this.#Qn.set([r-w,o-x],14),this.#Wn.push(NaN,NaN,NaN,NaN,(r-w-i)/n,(o-x-s)/a)),this.#Qn.set([v,b,r,o,l,h],6),!this.isEmpty();this.#Qn.set([v,b,r,o,l,h],6);return Math.abs(Math.atan2(b-o,v-r)-Math.atan2(f,m))<Math.PI/2?([r,o,l,h]=this.#Qn.subarray(2,6),this.#Yn.push(NaN,NaN,NaN,NaN,((r+l)/2-i)/n,((o+h)/2-s)/a),[r,o,v,b]=this.#Qn.subarray(14,18),this.#Wn.push(NaN,NaN,NaN,NaN,((v+r)/2-i)/n,((b+o)/2-s)/a),!0):([v,b,r,o,l,h]=this.#Qn.subarray(0,6),this.#Yn.push(((v+5*r)/6-i)/n,((b+5*o)/6-s)/a,((5*r+l)/6-i)/n,((5*o+h)/6-s)/a,((r+l)/2-i)/n,((o+h)/2-s)/a),[l,h,r,o,v,b]=this.#Qn.subarray(12,18),this.#Wn.push(((v+5*r)/6-i)/n,((b+5*o)/6-s)/a,((5*r+l)/6-i)/n,((5*o+h)/6-s)/a,((r+l)/2-i)/n,((o+h)/2-s)/a),!0)}toSVGPath(){if(this.isEmpty())return"";const t=this.#Yn,e=this.#Wn;if(isNaN(this.#Qn[6])&&!this.isEmpty())return this.#ha();const 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.#ca(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.#da(i),i.join(" ")}#ha(){const[t,e,i,s]=this.#qn,[n,a,r,o]=this.#la();return`M${(this.#Qn[2]-t)/i} ${(this.#Qn[3]-e)/s} L${(this.#Qn[4]-t)/i} ${(this.#Qn[5]-e)/s} L${n} ${a} L${r} ${o} L${(this.#Qn[16]-t)/i} ${(this.#Qn[17]-e)/s} L${(this.#Qn[14]-t)/i} ${(this.#Qn[15]-e)/s} Z`}#da(t){const e=this.#Wn;t.push(`L${e[4]} ${e[5]} Z`)}#ca(t){const[e,i,s,n]=this.#qn,a=this.#Qn.subarray(4,6),r=this.#Qn.subarray(16,18),[o,l,h,c]=this.#la();t.push(`L${(a[0]-e)/s} ${(a[1]-i)/n} L${o} ${l} L${h} ${c} L${(r[0]-e)/s} ${(r[1]-i)/n}`)}newFreeDrawOutline(t,e,i,s,n,a){return new Yl(t,e,i,s,n,a)}getOutlines(){const t=this.#Yn,e=this.#Wn,i=this.#Qn,[s,n,a,r]=this.#qn,o=new Float32Array((this.#na?.length??0)+2);for(let t=0,e=o.length-2;t<e;t+=2)o[t]=(this.#na[t]-s)/a,o[t+1]=(this.#na[t+1]-n)/r;if(o[o.length-2]=(this.#Jn-s)/a,o[o.length-1]=(this.#Zn-n)/r,isNaN(i[6])&&!this.isEmpty())return this.#ua(o);const l=new Float32Array(this.#Yn.length+24+this.#Wn.length);let h=t.length;for(let e=0;e<h;e+=2)isNaN(t[e])?l[e]=l[e+1]=NaN:(l[e]=t[e],l[e+1]=t[e+1]);h=this.#pa(l,h);for(let t=e.length-6;t>=6;t-=6)for(let i=0;i<6;i+=2)isNaN(e[t+i])?(l[h]=l[h+1]=NaN,h+=2):(l[h]=e[t+i],l[h+1]=e[t+i+1],h+=2);return this.#ga(l,h),this.newFreeDrawOutline(l,o,this.#qn,this.#ia,this.#Xn,this.#Kn)}#ua(t){const e=this.#Qn,[i,s,n,a]=this.#qn,[r,o,l,h]=this.#la(),c=new Float32Array(36);return c.set([NaN,NaN,NaN,NaN,(e[2]-i)/n,(e[3]-s)/a,NaN,NaN,NaN,NaN,(e[4]-i)/n,(e[5]-s)/a,NaN,NaN,NaN,NaN,r,o,NaN,NaN,NaN,NaN,l,h,NaN,NaN,NaN,NaN,(e[16]-i)/n,(e[17]-s)/a,NaN,NaN,NaN,NaN,(e[14]-i)/n,(e[15]-s)/a],0),this.newFreeDrawOutline(c,t,this.#qn,this.#ia,this.#Xn,this.#Kn)}#ga(t,e){const i=this.#Wn;return t.set([NaN,NaN,NaN,NaN,i[4],i[5]],e),e+6}#pa(t,e){const i=this.#Qn.subarray(4,6),s=this.#Qn.subarray(16,18),[n,a,r,o]=this.#qn,[l,h,c,d]=this.#la();return t.set([NaN,NaN,NaN,NaN,(i[0]-n)/r,(i[1]-a)/o,NaN,NaN,NaN,NaN,l,h,NaN,NaN,NaN,NaN,c,d,NaN,NaN,NaN,NaN,(s[0]-n)/r,(s[1]-a)/o],e),e+24}}class Yl extends Xl{#qn;#ma=new Float32Array(4);#Xn;#Kn;#na;#ia;#fa;constructor(t,e,i,s,n,a){super(),this.#fa=t,this.#na=e,this.#qn=i,this.#ia=s,this.#Xn=n,this.#Kn=a,this.lastPoint=[NaN,NaN],this.#va(a);const[r,o,l,h]=this.#ma;for(let e=0,i=t.length;e<i;e+=2)t[e]=(t[e]-r)/l,t[e+1]=(t[e+1]-o)/h;for(let t=0,i=e.length;t<i;t+=2)e[t]=(e[t]-r)/l,e[t+1]=(e[t+1]-o)/h}toSVGPath(){const t=[`M${this.#fa[4]} ${this.#fa[5]}`];for(let e=6,i=this.#fa.length;e<i;e+=6)isNaN(this.#fa[e])?t.push(`L${this.#fa[e+4]} ${this.#fa[e+5]}`):t.push(`C${this.#fa[e]} ${this.#fa[e+1]} ${this.#fa[e+2]} ${this.#fa[e+3]} ${this.#fa[e+4]} ${this.#fa[e+5]}`);return t.push("Z"),t.join(" ")}serialize([t,e,i,s],n){const a=i-t,r=s-e;let o,l;switch(n){case 0:o=Xl._rescale(this.#fa,t,s,a,-r),l=Xl._rescale(this.#na,t,s,a,-r);break;case 90:o=Xl._rescaleAndSwap(this.#fa,t,e,a,r),l=Xl._rescaleAndSwap(this.#na,t,e,a,r);break;case 180:o=Xl._rescale(this.#fa,i,e,-a,r),l=Xl._rescale(this.#na,i,e,-a,r);break;case 270:o=Xl._rescaleAndSwap(this.#fa,i,s,-a,-r),l=Xl._rescaleAndSwap(this.#na,i,s,-a,-r)}return{outline:Array.from(o),points:[Array.from(l)]}}#va(t){const e=this.#fa;let i=e[4],s=e[5];const n=[i,s,i,s];let a=i,r=s;const o=t?Math.max:Math.min;for(let t=6,l=e.length;t<l;t+=6){const l=e[t+4],h=e[t+5];if(isNaN(e[t]))wa.pointBoundingBox(l,h,n),r<h?(a=l,r=h):r===h&&(a=o(a,l));else{const l=[1/0,1/0,-1/0,-1/0];wa.bezierBoundingBox(i,s,...e.slice(t,t+6),l),wa.rectBoundingBox(...l,n),r<l[3]?(a=l[2],r=l[3]):r===l[3]&&(a=o(a,l[2]))}i=l,s=h}const l=this.#ma;l[0]=n[0]-this.#Xn,l[1]=n[1]-this.#Xn,l[2]=n[2]-n[0]+2*this.#Xn,l[3]=n[3]-n[1]+2*this.#Xn,this.lastPoint=[a,r]}get box(){return this.#ma}newOutliner(t,e,i,s,n,a=0){return new Kl(t,e,i,s,n,a)}getNewOutline(t,e){const[i,s,n,a]=this.#ma,[r,o,l,h]=this.#qn,c=n*l,d=a*h,u=i*l+r,p=s*h+o,g=this.newOutliner({x:this.#na[0]*c+u,y:this.#na[1]*d+p},this.#qn,this.#ia,t,this.#Kn,e??this.#Xn);for(let t=2;t<this.#na.length;t+=2)g.add({x:this.#na[t]*c+u,y:this.#na[t+1]*d+p});return g.getOutlines()}}class Ql{#qn;#ba;#ya=[];#wa=[];constructor(t,e=0,i=0,s=!0){const n=[1/0,1/0,-1/0,-1/0],a=10**-4;for(const{x:i,y:s,width:r,height:o}of t){const t=Math.floor((i-e)/a)*a,l=Math.ceil((i+r+e)/a)*a,h=Math.floor((s-e)/a)*a,c=Math.ceil((s+o+e)/a)*a,d=[t,h,c,!0],u=[l,h,c,!1];this.#ya.push(d,u),wa.rectBoundingBox(t,h,l,c,n)}const r=n[2]-n[0]+2*i,o=n[3]-n[1]+2*i,l=n[0]-i,h=n[1]-i,c=this.#ya.at(s?-1:-2),d=[c[0],c[2]];for(const t of this.#ya){const[e,i,s]=t;t[0]=(e-l)/r,t[1]=(i-h)/o,t[2]=(s-h)/o}this.#qn=new Float32Array([l,h,r,o]),this.#ba=d}getOutlines(){this.#ya.sort(((t,e)=>t[0]-e[0]||t[1]-e[1]||t[2]-e[2]));const t=[];for(const e of this.#ya)e[3]?(t.push(...this.#xa(e)),this.#Aa(e)):(this.#_a(e),t.push(...this.#xa(e)));return this.#Sa(t)}#Sa(t){const e=[],i=new Set;for(const i of t){const[t,s,n]=i;e.push([t,s,i],[t,n,i])}e.sort(((t,e)=>t[1]-e[1]||t[0]-e[0]));for(let t=0,s=e.length;t<s;t+=2){const s=e[t][2],n=e[t+1][2];s.push(n),n.push(s),i.add(s),i.add(n)}const s=[];let n;for(;i.size>0;){const t=i.values().next().value;let[e,a,r,o,l]=t;i.delete(t);let h=e,c=a;for(n=[e,r],s.push(n);;){let t;if(i.has(o))t=o;else{if(!i.has(l))break;t=l}i.delete(t),[e,a,r,o,l]=t,h!==e&&(n.push(h,c,e,c===a?a:r),h=e),c=c===a?r:a}n.push(h,c)}return new Jl(s,this.#qn,this.#ba)}#Ta(t){const e=this.#wa;let i=0,s=e.length-1;for(;i<=s;){const n=i+s>>1,a=e[n][0];if(a===t)return n;a<t?i=n+1:s=n-1}return s+1}#Aa([,t,e]){const i=this.#Ta(t);this.#wa.splice(i,0,[t,e])}#_a([,t,e]){const i=this.#Ta(t);for(let s=i;s<this.#wa.length;s++){const[i,n]=this.#wa[s];if(i!==t)break;if(i===t&&n===e)return void this.#wa.splice(s,1)}for(let s=i-1;s>=0;s--){const[i,n]=this.#wa[s];if(i!==t)break;if(i===t&&n===e)return void this.#wa.splice(s,1)}}#xa(t){const[e,i,s]=t,n=[[e,i,s]],a=this.#Ta(s);for(let t=0;t<a;t++){const[i,s]=this.#wa[t];for(let t=0,a=n.length;t<a;t++){const[,r,o]=n[t];if(!(s<=r||o<=i))if(r>=i)if(o>s)n[t][1]=s;else{if(1===a)return[];n.splice(t,1),t--,a--}else n[t][2]=i,o>s&&n.push([e,s,o])}}return n}}class Jl extends Xl{#qn;#Ca;constructor(t,e,i){super(),this.#Ca=t,this.#qn=e,this.lastPoint=i}toSVGPath(){const t=[];for(const e of this.#Ca){let[i,s]=e;t.push(`M${i} ${s}`);for(let n=2;n<e.length;n+=2){const a=e[n],r=e[n+1];a===i?(t.push(`V${r}`),s=r):r===s&&(t.push(`H${a}`),i=a)}t.push("Z")}return t.join(" ")}serialize([t,e,i,s],n){const a=[],r=i-t,o=s-e;for(const e of this.#Ca){const i=new Array(e.length);for(let n=0;n<e.length;n+=2)i[n]=t+e[n]*r,i[n+1]=s-e[n+1]*o;a.push(i)}return a}get box(){return this.#qn}get classNamesForOutlining(){return["highlightOutline"]}}class Zl extends Kl{newFreeDrawOutline(t,e,i,s,n,a){return new th(t,e,i,s,n,a)}}class th extends Yl{newOutliner(t,e,i,s,n,a=0){return new Zl(t,e,i,s,n,a)}}class eh{#Ea=null;#ka=null;#Ma;#Pa=null;#Ia=!1;#Da=!1;#a=null;#Ra;#La=null;#f=null;#Fa;static#Oa=null;static get _keyboardManager(){return la(this,"_keyboardManager",new Qa([[["Escape","mac+Escape"],eh.prototype._hideDropdownFromKeyboard],[[" ","mac+ "],eh.prototype._colorSelectFromKeyboard],[["ArrowDown","ArrowRight","mac+ArrowDown","mac+ArrowRight"],eh.prototype._moveToNext],[["ArrowUp","ArrowLeft","mac+ArrowUp","mac+ArrowLeft"],eh.prototype._moveToPrevious],[["Home","mac+Home"],eh.prototype._moveToBeginning],[["End","mac+End"],eh.prototype._moveToEnd]]))}constructor({editor:t=null,uiManager:e=null}){t?(this.#Da=!1,this.#Fa=Rn.HIGHLIGHT_COLOR,this.#a=t):(this.#Da=!0,this.#Fa=Rn.HIGHLIGHT_DEFAULT_COLOR),this.#f=t?._uiManager||e,this.#Ra=this.#f._eventBus,this.#Ma=t?.color||this.#f?.highlightColors.values().next().value||"#FFFF98",eh.#Oa||=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(){const t=this.#Ea=document.createElement("button");t.className="colorPicker",t.tabIndex="0",t.setAttribute("data-l10n-id","pdfjs-editor-colorpicker-button"),t.setAttribute("aria-haspopup",!0);const e=this.#f._signal;t.addEventListener("click",this.#Na.bind(this),{signal:e}),t.addEventListener("keydown",this.#Ks.bind(this),{signal:e});const i=this.#ka=document.createElement("span");return i.className="swatch",i.setAttribute("aria-hidden",!0),i.style.backgroundColor=this.#Ma,t.append(i),t}renderMainDropdown(){const t=this.#Pa=this.#Ba();return t.setAttribute("aria-orientation","horizontal"),t.setAttribute("aria-labelledby","highlightColorPickerLabel"),t}#Ba(){const t=document.createElement("div"),e=this.#f._signal;t.addEventListener("contextmenu",Oa,{signal:e}),t.className="dropdown",t.role="listbox",t.setAttribute("aria-multiselectable",!1),t.setAttribute("aria-orientation","vertical"),t.setAttribute("data-l10n-id","pdfjs-editor-colorpicker-dropdown");for(const[i,s]of this.#f.highlightColors){const n=document.createElement("button");n.tabIndex="0",n.role="option",n.setAttribute("data-color",s),n.title=i,n.setAttribute("data-l10n-id",eh.#Oa[i]);const a=document.createElement("span");n.append(a),a.className="swatch",a.style.backgroundColor=s,n.setAttribute("aria-selected",s===this.#Ma),n.addEventListener("click",this.#za.bind(this,s),{signal:e}),t.append(n)}return t.addEventListener("keydown",this.#Ks.bind(this),{signal:e}),t}#za(t,e){e.stopPropagation(),this.#Ra.dispatch("switchannotationeditorparams",{source:this,type:this.#Fa,value:t})}_colorSelectFromKeyboard(t){if(t.target===this.#Ea)return void this.#Na(t);const e=t.target.getAttribute("data-color");e&&this.#za(e,t)}_moveToNext(t){this.#Ha?t.target!==this.#Ea?t.target.nextSibling?.focus():this.#Pa.firstChild?.focus():this.#Na(t)}_moveToPrevious(t){t.target!==this.#Pa?.firstChild&&t.target!==this.#Ea?(this.#Ha||this.#Na(t),t.target.previousSibling?.focus()):this.#Ha&&this._hideDropdownFromKeyboard()}_moveToBeginning(t){this.#Ha?this.#Pa.firstChild?.focus():this.#Na(t)}_moveToEnd(t){this.#Ha?this.#Pa.lastChild?.focus():this.#Na(t)}#Ks(t){eh._keyboardManager.exec(this,t)}#Na(t){if(this.#Ha)return void this.hideDropdown();if(this.#Ia=0===t.detail,this.#La||(this.#La=new AbortController,window.addEventListener("pointerdown",this.#c.bind(this),{signal:this.#f.combinedSignal(this.#La)})),this.#Pa)return void this.#Pa.classList.remove("hidden");const e=this.#Pa=this.#Ba();this.#Ea.append(e)}#c(t){this.#Pa?.contains(t.target)||this.hideDropdown()}hideDropdown(){this.#Pa?.classList.add("hidden"),this.#La?.abort(),this.#La=null}get#Ha(){return this.#Pa&&!this.#Pa.classList.contains("hidden")}_hideDropdownFromKeyboard(){this.#Da||(this.#Ha?(this.hideDropdown(),this.#Ea.focus({preventScroll:!0,focusVisible:this.#Ia})):this.#a?.unselect())}updateColor(t){if(this.#ka&&(this.#ka.style.backgroundColor=t),!this.#Pa)return;const e=this.#f.highlightColors.values();for(const i of this.#Pa.children)i.setAttribute("aria-selected",e.next().value===t)}destroy(){this.#Ea?.remove(),this.#Ea=null,this.#ka=null,this.#Pa?.remove(),this.#Pa=null}}class ih extends ir{#ja=null;#$a=0;#Va;#Ua=null;#n=null;#Ga=null;#qa=null;#Wa=0;#Xa=null;#Ka=null;#w=null;#Ya=!1;#ba=null;#Qa;#Ja=null;#Za="";#sa;#tr="";static _defaultColor=null;static _defaultOpacity=1;static _defaultThickness=12;static _type="highlight";static _editorType=Dn.HIGHLIGHT;static _freeHighlightId=-1;static _freeHighlight=null;static _freeHighlightClipId="";static get _keyboardManager(){const t=ih.prototype;return la(this,"_keyboardManager",new Qa([[["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||ih._defaultColor,this.#sa=t.thickness||ih._defaultThickness,this.#Qa=t.opacity||ih._defaultOpacity,this.#Va=t.boxes||null,this.#tr=t.methodOfCreation||"",this.#Za=t.text||"",this._isDraggable=!1,this.defaultL10nId="pdfjs-editor-highlight-editor",t.highlightId>-1?(this.#Ya=!0,this.#er(t),this.#ir()):this.#Va&&(this.#ja=t.anchorNode,this.#$a=t.anchorOffset,this.#qa=t.focusNode,this.#Wa=t.focusOffset,this.#sr(),this.#ir(),this.rotate(this.rotation))}get telemetryInitialData(){return{action:"added",type:this.#Ya?"free_highlight":"highlight",color:this._uiManager.highlightColorNames.get(this.color),thickness:this.#sa,methodOfCreation:this.#tr}}get telemetryFinalData(){return{type:"highlight",color:this._uiManager.highlightColorNames.get(this.color)}}static computeTelemetryFinalData(t){return{numberOfColors:t.get("color").size}}#sr(){const t=new Ql(this.#Va,.001);this.#Ka=t.getOutlines(),[this.x,this.y,this.width,this.height]=this.#Ka.box;const e=new Ql(this.#Va,.0025,.001,"ltr"===this._uiManager.direction);this.#Ga=e.getOutlines();const{lastPoint:i}=this.#Ga;this.#ba=[(i[0]-this.x)/this.width,(i[1]-this.y)/this.height]}#er({highlightOutlines:t,highlightId:e,clipPathId:i}){this.#Ka=t;if(this.#Ga=t.getNewOutline(this.#sa/2+1.5,.0025),e>=0)this.#w=e,this.#Ua=i,this.parent.drawLayer.finalizeDraw(e,{bbox:t.box,path:{d:t.toSVGPath()}}),this.#Ja=this.parent.drawLayer.drawOutline({rootClass:{highlightOutline:!0,free:!0},bbox:this.#Ga.box,path:{d:this.#Ga.toSVGPath()}},!0);else if(this.parent){const e=this.parent.viewport.rotation;this.parent.drawLayer.updateProperties(this.#w,{bbox:ih.#nr(this.#Ka.box,(e-this.rotation+360)%360),path:{d:t.toSVGPath()}}),this.parent.drawLayer.updateProperties(this.#Ja,{bbox:ih.#nr(this.#Ga.box,e),path:{d:this.#Ga.toSVGPath()}})}const[s,n,a,r]=t.box;switch(this.rotation){case 0:this.x=s,this.y=n,this.width=a,this.height=r;break;case 90:{const[t,e]=this.parentDimensions;this.x=n,this.y=1-s,this.width=a*e/t,this.height=r*t/e;break}case 180:this.x=1-s,this.y=1-n,this.width=a,this.height=r;break;case 270:{const[t,e]=this.parentDimensions;this.x=1-n,this.y=s,this.width=a*e/t,this.height=r*t/e;break}}const{lastPoint:o}=this.#Ga;this.#ba=[(o[0]-s)/a,(o[1]-n)/r]}static initialize(t,e){ir.initialize(t,e),ih._defaultColor||=e.highlightColors?.values().next().value||"#fff066"}static updateDefaultParams(t,e){switch(t){case Rn.HIGHLIGHT_DEFAULT_COLOR:ih._defaultColor=e;break;case Rn.HIGHLIGHT_THICKNESS:ih._defaultThickness=e}}translateInPage(t,e){}get toolbarPosition(){return this.#ba}updateParams(t,e){switch(t){case Rn.HIGHLIGHT_COLOR:this.#Bn(e);break;case Rn.HIGHLIGHT_THICKNESS:this.#ar(e)}}static get defaultPropertiesToUpdate(){return[[Rn.HIGHLIGHT_DEFAULT_COLOR,ih._defaultColor],[Rn.HIGHLIGHT_THICKNESS,ih._defaultThickness]]}get propertiesToUpdate(){return[[Rn.HIGHLIGHT_COLOR,this.color||ih._defaultColor],[Rn.HIGHLIGHT_THICKNESS,this.#sa||ih._defaultThickness],[Rn.HIGHLIGHT_FREE,this.#Ya]]}#Bn(t){const e=(t,e)=>{this.color=t,this.#Qa=e,this.parent?.drawLayer.updateProperties(this.#w,{root:{fill:t,"fill-opacity":e}}),this.#n?.updateColor(t)},i=this.color,s=this.#Qa;this.addCommands({cmd:e.bind(this,t,ih._defaultOpacity),undo:e.bind(this,i,s),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:Rn.HIGHLIGHT_COLOR,overwriteIfSameType:!0,keepUndo:!0}),this._reportTelemetry({action:"color_changed",color:this._uiManager.highlightColorNames.get(t)},!0)}#ar(t){const e=this.#sa,i=t=>{this.#sa=t,this.#rr(t)};this.addCommands({cmd:i.bind(this,t),undo:i.bind(this,e),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:Rn.INK_THICKNESS,overwriteIfSameType:!0,keepUndo:!0}),this._reportTelemetry({action:"thickness_changed",thickness:t},!0)}async addEditToolbar(){const t=await super.addEditToolbar();return t?(this._uiManager.highlightColors&&(this.#n=new eh({editor:this}),t.addColorPicker(this.#n)),t):null}disableEditing(){super.disableEditing(),this.div.classList.toggle("disabled",!0)}enableEditing(){super.enableEditing(),this.div.classList.toggle("disabled",!1)}fixAndSetPosition(){return super.fixAndSetPosition(this.#or())}getBaseTranslation(){return[0,0]}getRect(t,e){return super.getRect(t,e,this.#or())}onceAdded(t){this.annotationElementId||this.parent.addUndoableEditor(this),t&&this.div.focus()}remove(){this.#lr(),this._reportTelemetry({action:"deleted"}),super.remove()}rebuild(){this.parent&&(super.rebuild(),null!==this.div&&(this.#ir(),this.isAttachedToDOM||this.parent.add(this)))}setParent(t){let e=!1;this.parent&&!t?this.#lr():t&&(this.#ir(t),e=!this.parent&&this.div?.classList.contains("selectedEditor")),super.setParent(t),this.show(this._isVisible),e&&this.select()}#rr(t){if(!this.#Ya)return;this.#er({highlightOutlines:this.#Ka.getNewOutline(t/2)}),this.fixAndSetPosition();const[e,i]=this.parentDimensions;this.setDims(this.width*e,this.height*i)}#lr(){null!==this.#w&&this.parent&&(this.parent.drawLayer.remove(this.#w),this.#w=null,this.parent.drawLayer.remove(this.#Ja),this.#Ja=null)}#ir(t=this.parent){null===this.#w&&(({id:this.#w,clipPathId:this.#Ua}=t.drawLayer.draw({bbox:this.#Ka.box,root:{viewBox:"0 0 1 1",fill:this.color,"fill-opacity":this.#Qa},rootClass:{highlight:!0,free:this.#Ya},path:{d:this.#Ka.toSVGPath()}},!1,!0)),this.#Ja=t.drawLayer.drawOutline({rootClass:{highlightOutline:!0,free:this.#Ya},bbox:this.#Ga.box,path:{d:this.#Ga.toSVGPath()}},this.#Ya),this.#Xa&&(this.#Xa.style.clipPath=this.#Ua))}static#nr([t,e,i,s],n){switch(n){case 90:return[1-e-s,t,s,i];case 180:return[1-t-i,1-e-s,i,s];case 270:return[e,1-t-i,s,i]}return[t,e,i,s]}rotate(t){const{drawLayer:e}=this.parent;let i;this.#Ya?(t=(t-this.rotation+360)%360,i=ih.#nr(this.#Ka.box,t)):i=ih.#nr([this.x,this.y,this.width,this.height],t),e.updateProperties(this.#w,{bbox:i,root:{"data-main-rotation":t}}),e.updateProperties(this.#Ja,{bbox:ih.#nr(this.#Ga.box,t),root:{"data-main-rotation":t}})}render(){if(this.div)return this.div;const t=super.render();this.#Za&&(t.setAttribute("aria-label",this.#Za),t.setAttribute("role","mark")),this.#Ya?t.classList.add("free"):this.div.addEventListener("keydown",this.#hr.bind(this),{signal:this._uiManager._signal});const e=this.#Xa=document.createElement("div");t.append(e),e.setAttribute("aria-hidden","true"),e.className="internal",e.style.clipPath=this.#Ua;const[i,s]=this.parentDimensions;return this.setDims(this.width*i,this.height*s),Wa(this,this.#Xa,["pointerover","pointerleave"]),this.enableEditing(),t}pointerover(){this.isSelected||this.parent?.drawLayer.updateProperties(this.#Ja,{rootClass:{hovered:!0}})}pointerleave(){this.isSelected||this.parent?.drawLayer.updateProperties(this.#Ja,{rootClass:{hovered:!1}})}#hr(t){ih._keyboardManager.exec(this,t)}_moveCaret(t){switch(this.parent.unselect(this),t){case 0:case 2:this.#cr(!0);break;case 1:case 3:this.#cr(!1)}}#cr(t){if(!this.#ja)return;const e=window.getSelection();t?e.setPosition(this.#ja,this.#$a):e.setPosition(this.#qa,this.#Wa)}select(){super.select(),this.#Ja&&this.parent?.drawLayer.updateProperties(this.#Ja,{rootClass:{hovered:!1,selected:!0}})}unselect(){super.unselect(),this.#Ja&&(this.parent?.drawLayer.updateProperties(this.#Ja,{rootClass:{selected:!1}}),this.#Ya||this.#cr(!1))}get _mustFixPosition(){return!this.#Ya}show(t=this._isVisible){super.show(t),this.parent&&(this.parent.drawLayer.updateProperties(this.#w,{rootClass:{hidden:!t}}),this.parent.drawLayer.updateProperties(this.#Ja,{rootClass:{hidden:!t}}))}#or(){return this.#Ya?this.rotation:0}#dr(){if(this.#Ya)return null;const[t,e]=this.pageDimensions,[i,s]=this.pageTranslation,n=this.#Va,a=new Float32Array(8*n.length);let r=0;for(const{x:o,y:l,width:h,height:c}of n){const n=o*t+i,d=(1-l)*e+s;a[r]=a[r+4]=n,a[r+1]=a[r+3]=d,a[r+2]=a[r+6]=n+h*t,a[r+5]=a[r+7]=d-c*e,r+=8}return a}#ur(t){return this.#Ka.serialize(t,this.#or())}static startHighlighting(t,e,{target:i,x:s,y:n}){const{x:a,y:r,width:o,height:l}=i.getBoundingClientRect(),h=new AbortController,c=t.combinedSignal(h),d=e=>{h.abort(),this.#pr(t,e)};window.addEventListener("blur",d,{signal:c}),window.addEventListener("pointerup",d,{signal:c}),window.addEventListener("pointerdown",Na,{capture:!0,passive:!1,signal:c}),window.addEventListener("contextmenu",Oa,{signal:c}),i.addEventListener("pointermove",this.#gr.bind(this,t),{signal:c}),this._freeHighlight=new Zl({x:s,y:n},[a,r,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#gr(t,e){this._freeHighlight.add(e)&&t.drawLayer.updateProperties(this._freeHighlightId,{path:{d:this._freeHighlight.toSVGPath()}})}static#pr(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 s=null;if(t instanceof zl){const{data:{quadPoints:e,rect:i,rotation:n,id:a,color:r,opacity:o,popupRef:l},parent:{page:{pageNumber:h}}}=t;s=t={annotationType:Dn.HIGHLIGHT,color:Array.from(r),opacity:o,quadPoints:e,boxes:null,pageIndex:h-1,rect:i.slice(0),rotation:n,id:a,deleted:!1,popupRef:l}}else if(t instanceof Bl){const{data:{inkLists:e,rect:i,rotation:n,id:a,color:r,borderStyle:{rawWidth:o},popupRef:l},parent:{page:{pageNumber:h}}}=t;s=t={annotationType:Dn.HIGHLIGHT,color:Array.from(r),thickness:o,inkLists:e,boxes:null,pageIndex:h-1,rect:i.slice(0),rotation:n,id:a,deleted:!1,popupRef:l}}const{color:n,quadPoints:a,inkLists:r,opacity:o}=t,l=await super.deserialize(t,e,i);l.color=wa.makeHexColor(...n),l.#Qa=o||1,r&&(l.#sa=t.thickness),l.annotationElementId=t.id||null,l._initialData=s;const[h,c]=l.pageDimensions,[d,u]=l.pageTranslation;if(a){const t=l.#Va=[];for(let e=0;e<a.length;e+=8)t.push({x:(a[e]-d)/h,y:1-(a[e+1]-u)/c,width:(a[e+2]-a[e])/h,height:(a[e+1]-a[e+5])/c});l.#sr(),l.#ir(),l.rotate(l.rotation)}else if(r){l.#Ya=!0;const t=r[0],i={x:t[0]-d,y:c-(t[1]-u)},s=new Zl(i,[0,0,h,c],1,l.#sa/2,!0,.001);for(let e=0,n=t.length;e<n;e+=2)i.x=t[e]-d,i.y=c-(t[e+1]-u),s.add(i);const{id:n,clipPathId:a}=e.drawLayer.draw({bbox:[0,0,1,1],root:{viewBox:"0 0 1 1",fill:l.color,"fill-opacity":l._defaultOpacity},rootClass:{highlight:!0,free:!0},path:{d:s.toSVGPath()}},!0,!0);l.#er({highlightOutlines:s.getOutlines(),highlightId:n,clipPathId:a}),l.#ir(),l.rotate(l.parentRotation)}return l}serialize(t=!1){if(this.isEmpty()||t)return null;if(this.deleted)return this.serializeDeleted();const e=this.getRect(0,0),i=ir._colorManager.convert(this.color),s={annotationType:Dn.HIGHLIGHT,color:i,opacity:this.#Qa,thickness:this.#sa,quadPoints:this.#dr(),outlines:this.#ur(e),pageIndex:this.pageIndex,rect:e,rotation:this.#or(),structTreeParentId:this._structTreeParentId};return this.annotationElementId&&!this.#Gn(s)?null:(s.id=this.annotationElementId,s)}#Gn(t){const{color:e}=this._initialData;return t.color.some(((t,i)=>t!==e[i]))}renderAnnotationElement(t){return t.updateEdited({rect:this.getRect(0,0)}),null}static canCreateNewEmptyEditor(){return!1}}class sh{#mr=Object.create(null);updateProperty(t,e){this[t]=e,this.updateSVGProperty(t,e)}updateProperties(t){if(t)for(const[e,i]of Object.entries(t))e.startsWith("_")||this.updateProperty(e,i)}updateSVGProperty(t,e){this.#mr[t]=e}toSVGProperties(){const t=this.#mr;return this.#mr=Object.create(null),{root:t}}reset(){this.#mr=Object.create(null)}updateAll(t=this){this.updateProperties(t)}clone(){na("Not implemented")}}class nh extends ir{#fr=null;#vr;_drawId=null;static _currentDrawId=-1;static _currentParent=null;static#br=null;static#yr=null;static#wr=null;static#xr=NaN;static#Ar=null;static#_r=null;static#Sr=NaN;static _INNER_MARGIN=3;constructor(t){super(t),this.#vr=t.mustBeCommitted||!1,this._addOutlines(t)}_addOutlines(t){t.drawOutlines&&(this.#Tr(t),this.#ir())}#Tr({drawOutlines:t,drawId:e,drawingOptions:i}){this.#fr=t,this._drawingOptions||=i,e>=0?(this._drawId=e,this.parent.drawLayer.finalizeDraw(e,t.defaultProperties)):this._drawId=this.#Cr(t,this.parent),this.#Er(t.box)}#Cr(t,e){const{id:i}=e.drawLayer.draw(nh._mergeSVGProperties(this._drawingOptions.toSVGProperties(),t.defaultSVGProperties),!1,!1);return i}static _mergeSVGProperties(t,e){const i=new Set(Object.keys(t));for(const[s,n]of Object.entries(e))i.has(s)?Object.assign(t[s],n):t[s]=n;return t}static getDefaultDrawingOptions(t){na("Not implemented")}static get typesMap(){na("Not implemented")}static get isDrawer(){return!0}static get supportMultipleDrawings(){return!1}static updateDefaultParams(t,e){const i=this.typesMap.get(t);i&&this._defaultDrawingOptions.updateProperty(i,e),this._currentParent&&(nh.#br.updateProperty(i,e),this._currentParent.drawLayer.updateProperties(this._currentDrawId,this._defaultDrawingOptions.toSVGProperties()))}updateParams(t,e){const i=this.constructor.typesMap.get(t);i&&this._updateProperty(t,i,e)}static get defaultPropertiesToUpdate(){const t=[],e=this._defaultDrawingOptions;for(const[i,s]of this.typesMap)t.push([i,e[s]]);return t}get propertiesToUpdate(){const t=[],{_drawingOptions:e}=this;for(const[i,s]of this.constructor.typesMap)t.push([i,e[s]]);return t}_updateProperty(t,e,i){const s=this._drawingOptions,n=s[e],a=t=>{s.updateProperty(e,t);const i=this.#fr.updateProperty(e,t);i&&this.#Er(i),this.parent?.drawLayer.updateProperties(this._drawId,s.toSVGProperties())};this.addCommands({cmd:a.bind(this,i),undo:a.bind(this,n),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:t,overwriteIfSameType:!0,keepUndo:!0})}_onResizing(){this.parent?.drawLayer.updateProperties(this._drawId,nh._mergeSVGProperties(this.#fr.getPathResizingSVGProperties(this.#kr()),{bbox:this.#Mr()}))}_onResized(){this.parent?.drawLayer.updateProperties(this._drawId,nh._mergeSVGProperties(this.#fr.getPathResizedSVGProperties(this.#kr()),{bbox:this.#Mr()}))}_onTranslating(t,e){this.parent?.drawLayer.updateProperties(this._drawId,{bbox:this.#Mr()})}_onTranslated(){this.parent?.drawLayer.updateProperties(this._drawId,nh._mergeSVGProperties(this.#fr.getPathTranslatedSVGProperties(this.#kr(),this.parentDimensions),{bbox:this.#Mr()}))}_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.#vr&&(this.#vr=!1,this.commit(),this.parent.setSelected(this),t&&this.isOnScreen&&this.div.focus())}remove(){this.#lr(),super.remove()}rebuild(){this.parent&&(super.rebuild(),null!==this.div&&(this.#ir(),this.#Er(this.#fr.box),this.isAttachedToDOM||this.parent.add(this)))}setParent(t){let e=!1;this.parent&&!t?(this._uiManager.removeShouldRescale(this),this.#lr()):t&&(this._uiManager.addShouldRescale(this),this.#ir(t),e=!this.parent&&this.div?.classList.contains("selectedEditor")),super.setParent(t),e&&this.select()}#lr(){null!==this._drawId&&this.parent&&(this.parent.drawLayer.remove(this._drawId),this._drawId=null,this._drawingOptions.reset())}#ir(t=this.parent){null!==this._drawId&&this.parent===t||(null===this._drawId?(this._drawingOptions.updateAll(),this._drawId=this.#Cr(this.#fr,t)):this.parent.drawLayer.updateParent(this._drawId,t.drawLayer))}#Pr([t,e,i,s]){const{parentDimensions:[n,a],rotation:r}=this;switch(r){case 90:return[e,1-t,i*(a/n),s*(n/a)];case 180:return[1-t,1-e,i,s];case 270:return[1-e,t,i*(a/n),s*(n/a)];default:return[t,e,i,s]}}#kr(){const{x:t,y:e,width:i,height:s,parentDimensions:[n,a],rotation:r}=this;switch(r){case 90:return[1-e,t,i*(n/a),s*(a/n)];case 180:return[1-t,1-e,i,s];case 270:return[e,1-t,i*(n/a),s*(a/n)];default:return[t,e,i,s]}}#Er(t){if([this.x,this.y,this.width,this.height]=this.#Pr(t),this.div){this.fixAndSetPosition();const[t,e]=this.parentDimensions;this.setDims(this.width*t,this.height*e)}this._onResized()}#Mr(){const{x:t,y:e,width:i,height:s,rotation:n,parentRotation:a,parentDimensions:[r,o]}=this;switch((4*n+a)/90){case 1:return[1-e-s,t,s,i];case 2:return[1-t-i,1-e-s,i,s];case 3:return[e,1-t-i,s,i];case 4:return[t,e-i*(r/o),s*(o/r),i*(r/o)];case 5:return[1-e,t,i*(r/o),s*(o/r)];case 6:return[1-t-s*(o/r),1-e,s*(o/r),i*(r/o)];case 7:return[e-i*(r/o),1-t-s*(o/r),i*(r/o),s*(o/r)];case 8:return[t-i,e-s,i,s];case 9:return[1-e,t-i,s,i];case 10:return[1-t,1-e,i,s];case 11:return[e-s,1-t,s,i];case 12:return[t-s*(o/r),e,s*(o/r),i*(r/o)];case 13:return[1-e-i*(r/o),t-s*(o/r),i*(r/o),s*(o/r)];case 14:return[1-t,1-e-i*(r/o),s*(o/r),i*(r/o)];case 15:return[e,1-t,i*(r/o),s*(o/r)];default:return[t,e,i,s]}}rotate(){this.parent&&this.parent.drawLayer.updateProperties(this._drawId,nh._mergeSVGProperties({bbox:this.#Mr()},this.#fr.updateRotation((this.parentRotation-this.rotation+360)%360)))}onScaleChanging(){this.parent&&this.#Er(this.#fr.updateParentDimensions(this.parentDimensions,this.parent.scale))}static onScaleChangingWhenDrawing(){}render(){if(this.div)return this.div;let t,e;this._isCopy&&(t=this.x,e=this.y);const i=super.render();i.classList.add("draw");const s=document.createElement("div");i.append(s),s.setAttribute("aria-hidden","true"),s.className="internal";const[n,a]=this.parentDimensions;return this.setDims(this.width*n,this.height*a),this._uiManager.addShouldRescale(this),this.disableEditing(),this._isCopy&&this._moveAfterPaste(t,e),i}static createDrawerInstance(t,e,i,s,n){na("Not implemented")}static startDrawing(t,e,i,s){const{target:n,offsetX:a,offsetY:r,pointerId:o,pointerType:l}=s;if(nh.#Ar&&nh.#Ar!==l)return;const{viewport:{rotation:h}}=t,{width:c,height:d}=n.getBoundingClientRect(),u=nh.#yr=new AbortController,p=t.combinedSignal(u);nh.#xr||=o,nh.#Ar??=l,window.addEventListener("pointerup",(t=>{nh.#xr===t.pointerId?this._endDraw(t):nh.#_r?.delete(t.pointerId)}),{signal:p}),window.addEventListener("pointercancel",(t=>{nh.#xr===t.pointerId?this._currentParent.endDrawingSession():nh.#_r?.delete(t.pointerId)}),{signal:p}),window.addEventListener("pointerdown",(t=>{nh.#Ar===t.pointerType&&((nh.#_r||=new Set).add(t.pointerId),nh.#br.isCancellable()&&(nh.#br.removeLastElement(),nh.#br.isEmpty()?this._currentParent.endDrawingSession(!0):this._endDraw(null)))}),{capture:!0,passive:!1,signal:p}),window.addEventListener("contextmenu",Oa,{signal:p}),n.addEventListener("pointermove",this._drawMove.bind(this),{signal:p}),n.addEventListener("touchmove",(t=>{t.timeStamp===nh.#Sr&&Na(t)}),{signal:p}),t.toggleDrawing(),e._editorUndoBar?.hide(),nh.#br?t.drawLayer.updateProperties(this._currentDrawId,nh.#br.startNew(a,r,c,d,h)):(e.updateUIForDefaultProperties(this),nh.#br=this.createDrawerInstance(a,r,c,d,h),nh.#wr=this.getDefaultDrawingOptions(),this._currentParent=t,({id:this._currentDrawId}=t.drawLayer.draw(this._mergeSVGProperties(nh.#wr.toSVGProperties(),nh.#br.defaultSVGProperties),!0,!1)))}static _drawMove(t){if(nh.#Sr=-1,!nh.#br)return;const{offsetX:e,offsetY:i,pointerId:s}=t;nh.#xr===s&&(nh.#_r?.size>=1?this._endDraw(t):(this._currentParent.drawLayer.updateProperties(this._currentDrawId,nh.#br.add(e,i)),nh.#Sr=t.timeStamp,Na(t)))}static _cleanup(t){t&&(this._currentDrawId=-1,this._currentParent=null,nh.#br=null,nh.#wr=null,nh.#Ar=null,nh.#Sr=NaN),nh.#yr&&(nh.#yr.abort(),nh.#yr=null,nh.#xr=NaN,nh.#_r=null)}static _endDraw(t){const e=this._currentParent;if(e)if(e.toggleDrawing(!0),this._cleanup(!1),t?.target===e.div&&e.drawLayer.updateProperties(this._currentDrawId,nh.#br.end(t.offsetX,t.offsetY)),this.supportMultipleDrawings){const t=nh.#br,i=this._currentDrawId,s=t.getLastElement();e.addCommands({cmd:()=>{e.drawLayer.updateProperties(i,t.setLastElement(s))},undo:()=>{e.drawLayer.updateProperties(i,t.removeLastElement())},mustExec:!1,type:Rn.DRAW_STEP})}else this.endDrawing(!1)}static endDrawing(t){const e=this._currentParent;if(!e)return null;if(e.toggleDrawing(!0),e.cleanUndoStack(Rn.DRAW_STEP),!nh.#br.isEmpty()){const{pageDimensions:[i,s],scale:n}=e,a=e.createAndAddNewEditor({offsetX:0,offsetY:0},!1,{drawId:this._currentDrawId,drawOutlines:nh.#br.getOutlines(i*n,s*n,n,this._INNER_MARGIN),drawingOptions:nh.#wr,mustBeCommitted:!t});return this._cleanup(!0),a}return e.drawLayer.remove(this._currentDrawId),this._cleanup(!0),null}createDrawingOptions(t){}static deserializeDraw(t,e,i,s,n,a){na("Not implemented")}static async deserialize(t,e,i){const{rawDims:{pageWidth:s,pageHeight:n,pageX:a,pageY:r}}=e.viewport,o=this.deserializeDraw(a,r,s,n,this._INNER_MARGIN,t),l=await super.deserialize(t,e,i);return l.createDrawingOptions(t),l.#Tr({drawOutlines:o}),l.#ir(),l.onScaleChanging(),l.rotate(),l}serializeDraw(t){const[e,i]=this.pageTranslation,[s,n]=this.pageDimensions;return this.#fr.serialize([e,i,s,n],t)}renderAnnotationElement(t){return t.updateEdited({rect:this.getRect(0,0)}),null}static canCreateNewEmptyEditor(){return!1}}class ah{#Qn=new Float64Array(6);#yn;#Ir;#es;#sa;#na;#Dr="";#Rr=0;#Ca=new rh;#Lr;#Fr;constructor(t,e,i,s,n,a){this.#Lr=i,this.#Fr=s,this.#es=n,this.#sa=a,[t,e]=this.#Or(t,e);const r=this.#yn=[NaN,NaN,NaN,NaN,t,e];this.#na=[t,e],this.#Ir=[{line:r,points:this.#na}],this.#Qn.set(r,0)}updateProperty(t,e){"stroke-width"===t&&(this.#sa=e)}#Or(t,e){return Xl._normalizePoint(t,e,this.#Lr,this.#Fr,this.#es)}isEmpty(){return!this.#Ir||0===this.#Ir.length}isCancellable(){return this.#na.length<=10}add(t,e){[t,e]=this.#Or(t,e);const[i,s,n,a]=this.#Qn.subarray(2,6),r=t-n,o=e-a;return Math.hypot(this.#Lr*r,this.#Fr*o)<=2?null:(this.#na.push(t,e),isNaN(i)?(this.#Qn.set([n,a,t,e],2),this.#yn.push(NaN,NaN,NaN,NaN,t,e),{path:{d:this.toSVGPath()}}):(isNaN(this.#Qn[0])&&this.#yn.splice(6,6),this.#Qn.set([i,s,n,a,t,e],0),this.#yn.push(...Xl.createBezierPoints(i,s,n,a,t,e)),{path:{d:this.toSVGPath()}}))}end(t,e){const i=this.add(t,e);return i||(2===this.#na.length?{path:{d:this.toSVGPath()}}:null)}startNew(t,e,i,s,n){this.#Lr=i,this.#Fr=s,this.#es=n,[t,e]=this.#Or(t,e);const a=this.#yn=[NaN,NaN,NaN,NaN,t,e];this.#na=[t,e];const r=this.#Ir.at(-1);return r&&(r.line=new Float32Array(r.line),r.points=new Float32Array(r.points)),this.#Ir.push({line:a,points:this.#na}),this.#Qn.set(a,0),this.#Rr=0,this.toSVGPath(),null}getLastElement(){return this.#Ir.at(-1)}setLastElement(t){return this.#Ir?(this.#Ir.push(t),this.#yn=t.line,this.#na=t.points,this.#Rr=0,{path:{d:this.toSVGPath()}}):this.#Ca.setLastElement(t)}removeLastElement(){if(!this.#Ir)return this.#Ca.removeLastElement();this.#Ir.pop(),this.#Dr="";for(let t=0,e=this.#Ir.length;t<e;t++){const{line:e,points:i}=this.#Ir[t];this.#yn=e,this.#na=i,this.#Rr=0,this.toSVGPath()}return{path:{d:this.#Dr}}}toSVGPath(){const t=Xl.svgRound(this.#yn[4]),e=Xl.svgRound(this.#yn[5]);if(2===this.#na.length)return this.#Dr=`${this.#Dr} M ${t} ${e} Z`,this.#Dr;if(this.#na.length<=6){const i=this.#Dr.lastIndexOf("M");this.#Dr=`${this.#Dr.slice(0,i)} M ${t} ${e}`,this.#Rr=6}if(4===this.#na.length){const t=Xl.svgRound(this.#yn[10]),e=Xl.svgRound(this.#yn[11]);return this.#Dr=`${this.#Dr} L ${t} ${e}`,this.#Rr=12,this.#Dr}const i=[];0===this.#Rr&&(i.push(`M ${t} ${e}`),this.#Rr=6);for(let t=this.#Rr,e=this.#yn.length;t<e;t+=6){const[e,s,n,a,r,o]=this.#yn.slice(t,t+6).map(Xl.svgRound);i.push(`C${e} ${s} ${n} ${a} ${r} ${o}`)}return this.#Dr+=i.join(" "),this.#Rr=this.#yn.length,this.#Dr}getOutlines(t,e,i,s){const n=this.#Ir.at(-1);return n.line=new Float32Array(n.line),n.points=new Float32Array(n.points),this.#Ca.build(this.#Ir,t,e,i,this.#es,this.#sa,s),this.#Qn=null,this.#yn=null,this.#Ir=null,this.#Dr=null,this.#Ca}get defaultSVGProperties(){return{root:{viewBox:"0 0 10000 10000"},rootClass:{draw:!0},bbox:[0,0,1,1]}}}class rh extends Xl{#ma;#Nr=0;#Xn;#Ir;#Lr;#Fr;#Br;#es;#sa;build(t,e,i,s,n,a,r){this.#Lr=e,this.#Fr=i,this.#Br=s,this.#es=n,this.#sa=a,this.#Xn=r??0,this.#Ir=t,this.#zr()}get thickness(){return this.#sa}setLastElement(t){return this.#Ir.push(t),{path:{d:this.toSVGPath()}}}removeLastElement(){return this.#Ir.pop(),{path:{d:this.toSVGPath()}}}toSVGPath(){const t=[];for(const{line:e}of this.#Ir)if(t.push(`M${Xl.svgRound(e[4])} ${Xl.svgRound(e[5])}`),6!==e.length)if(12===e.length&&isNaN(e[6]))t.push(`L${Xl.svgRound(e[10])} ${Xl.svgRound(e[11])}`);else for(let i=6,s=e.length;i<s;i+=6){const[s,n,a,r,o,l]=e.subarray(i,i+6).map(Xl.svgRound);t.push(`C${s} ${n} ${a} ${r} ${o} ${l}`)}else t.push("Z");return t.join("")}serialize([t,e,i,s],n){const a=[],r=[],[o,l,h,c]=this.#Hr();let d,u,p,g,m,f,v,b,y;switch(this.#es){case 0:y=Xl._rescale,d=t,u=e+s,p=i,g=-s,m=t+o*i,f=e+(1-l-c)*s,v=t+(o+h)*i,b=e+(1-l)*s;break;case 90:y=Xl._rescaleAndSwap,d=t,u=e,p=i,g=s,m=t+l*i,f=e+o*s,v=t+(l+c)*i,b=e+(o+h)*s;break;case 180:y=Xl._rescale,d=t+i,u=e,p=-i,g=s,m=t+(1-o-h)*i,f=e+l*s,v=t+(1-o)*i,b=e+(l+c)*s;break;case 270:y=Xl._rescaleAndSwap,d=t+i,u=e+s,p=-i,g=-s,m=t+(1-l-c)*i,f=e+(1-o-h)*s,v=t+(1-l)*i,b=e+(1-o)*s}for(const{line:t,points:e}of this.#Ir)a.push(y(t,d,u,p,g,n?new Array(t.length):null)),r.push(y(e,d,u,p,g,n?new Array(e.length):null));return{lines:a,points:r,rect:[m,f,v,b]}}static deserialize(t,e,i,s,n,{paths:{lines:a,points:r},rotation:o,thickness:l}){const h=[];let c,d,u,p,g;switch(o){case 0:g=Xl._rescale,c=-t/i,d=e/s+1,u=1/i,p=-1/s;break;case 90:g=Xl._rescaleAndSwap,c=-e/s,d=-t/i,u=1/s,p=1/i;break;case 180:g=Xl._rescale,c=t/i+1,d=-e/s,u=-1/i,p=1/s;break;case 270:g=Xl._rescaleAndSwap,c=e/s+1,d=t/i+1,u=-1/s,p=-1/i}if(!a){a=[];for(const t of r){const e=t.length;if(2===e){a.push(new Float32Array([NaN,NaN,NaN,NaN,t[0],t[1]]));continue}if(4===e){a.push(new Float32Array([NaN,NaN,NaN,NaN,t[0],t[1],NaN,NaN,NaN,NaN,t[2],t[3]]));continue}const i=new Float32Array(3*(e-2));a.push(i);let[s,n,r,o]=t.subarray(0,4);i.set([NaN,NaN,NaN,NaN,s,n],0);for(let a=4;a<e;a+=2){const e=t[a],l=t[a+1];i.set(Xl.createBezierPoints(s,n,r,o,e,l),3*(a-2)),[s,n,r,o]=[r,o,e,l]}}}for(let t=0,e=a.length;t<e;t++)h.push({line:g(a[t].map((t=>t??NaN)),c,d,u,p),points:g(r[t].map((t=>t??NaN)),c,d,u,p)});const m=new this.prototype.constructor;return m.build(h,i,s,1,o,l,n),m}#jr(t=this.#sa){const e=this.#Xn+t/2*this.#Br;return this.#es%180==0?[e/this.#Lr,e/this.#Fr]:[e/this.#Fr,e/this.#Lr]}#Hr(){const[t,e,i,s]=this.#ma,[n,a]=this.#jr(0);return[t+n,e+a,i-2*n,s-2*a]}#zr(){const t=this.#ma=new Float32Array([1/0,1/0,-1/0,-1/0]);for(const{line:e}of this.#Ir){if(e.length<=12){for(let i=4,s=e.length;i<s;i+=6)wa.pointBoundingBox(e[i],e[i+1],t);continue}let i=e[4],s=e[5];for(let n=6,a=e.length;n<a;n+=6){const[a,r,o,l,h,c]=e.subarray(n,n+6);wa.bezierBoundingBox(i,s,a,r,o,l,h,c,t),i=h,s=c}}const[e,i]=this.#jr();t[0]=Ta(t[0]-e,0,1),t[1]=Ta(t[1]-i,0,1),t[2]=Ta(t[2]+e,0,1),t[3]=Ta(t[3]+i,0,1),t[2]-=t[0],t[3]-=t[1]}get box(){return this.#ma}updateProperty(t,e){return"stroke-width"===t?this.#ar(e):null}#ar(t){const[e,i]=this.#jr();this.#sa=t;const[s,n]=this.#jr(),[a,r]=[s-e,n-i],o=this.#ma;return o[0]-=a,o[1]-=r,o[2]+=2*a,o[3]+=2*r,o}updateParentDimensions([t,e],i){const[s,n]=this.#jr();this.#Lr=t,this.#Fr=e,this.#Br=i;const[a,r]=this.#jr(),o=a-s,l=r-n,h=this.#ma;return h[0]-=o,h[1]-=l,h[2]+=2*o,h[3]+=2*l,h}updateRotation(t){return this.#Nr=t,{path:{transform:this.rotationTransform}}}get viewBox(){return this.#ma.map(Xl.svgRound).join(" ")}get defaultProperties(){const[t,e]=this.#ma;return{root:{viewBox:this.viewBox},path:{"transform-origin":`${Xl.svgRound(t)} ${Xl.svgRound(e)}`}}}get rotationTransform(){const[,,t,e]=this.#ma;let i=0,s=0,n=0,a=0,r=0,o=0;switch(this.#Nr){case 90:s=e/t,n=-t/e,r=t;break;case 180:i=-1,a=-1,r=t,o=e;break;case 270:s=-e/t,n=t/e,o=e;break;default:return""}return`matrix(${i} ${s} ${n} ${a} ${Xl.svgRound(r)} ${Xl.svgRound(o)})`}getPathResizingSVGProperties([t,e,i,s]){const[n,a]=this.#jr(),[r,o,l,h]=this.#ma;if(Math.abs(l-n)<=Xl.PRECISION||Math.abs(h-a)<=Xl.PRECISION){const n=t+i/2-(r+l/2),a=e+s/2-(o+h/2);return{path:{"transform-origin":`${Xl.svgRound(t)} ${Xl.svgRound(e)}`,transform:`${this.rotationTransform} translate(${n} ${a})`}}}const c=(i-2*n)/(l-2*n),d=(s-2*a)/(h-2*a),u=l/i,p=h/s;return{path:{"transform-origin":`${Xl.svgRound(r)} ${Xl.svgRound(o)}`,transform:`${this.rotationTransform} scale(${u} ${p}) translate(${Xl.svgRound(n)} ${Xl.svgRound(a)}) scale(${c} ${d}) translate(${Xl.svgRound(-n)} ${Xl.svgRound(-a)})`}}}getPathResizedSVGProperties([t,e,i,s]){const[n,a]=this.#jr(),r=this.#ma,[o,l,h,c]=r;if(r[0]=t,r[1]=e,r[2]=i,r[3]=s,Math.abs(h-n)<=Xl.PRECISION||Math.abs(c-a)<=Xl.PRECISION){const n=t+i/2-(o+h/2),a=e+s/2-(l+c/2);for(const{line:t,points:e}of this.#Ir)Xl._translate(t,n,a,t),Xl._translate(e,n,a,e);return{root:{viewBox:this.viewBox},path:{"transform-origin":`${Xl.svgRound(t)} ${Xl.svgRound(e)}`,transform:this.rotationTransform||null,d:this.toSVGPath()}}}const d=(i-2*n)/(h-2*n),u=(s-2*a)/(c-2*a),p=-d*(o+n)+t+n,g=-u*(l+a)+e+a;if(1!==d||1!==u||0!==p||0!==g)for(const{line:t,points:e}of this.#Ir)Xl._rescale(t,p,g,d,u,t),Xl._rescale(e,p,g,d,u,e);return{root:{viewBox:this.viewBox},path:{"transform-origin":`${Xl.svgRound(t)} ${Xl.svgRound(e)}`,transform:this.rotationTransform||null,d:this.toSVGPath()}}}getPathTranslatedSVGProperties([t,e],i){const[s,n]=i,a=this.#ma,r=t-a[0],o=e-a[1];if(this.#Lr===s&&this.#Fr===n)for(const{line:t,points:e}of this.#Ir)Xl._translate(t,r,o,t),Xl._translate(e,r,o,e);else{const t=this.#Lr/s,e=this.#Fr/n;this.#Lr=s,this.#Fr=n;for(const{line:i,points:s}of this.#Ir)Xl._rescale(i,r,o,t,e,i),Xl._rescale(s,r,o,t,e,s);a[2]*=t,a[3]*=e}return a[0]=t,a[1]=e,{root:{viewBox:this.viewBox},path:{d:this.toSVGPath(),"transform-origin":`${Xl.svgRound(t)} ${Xl.svgRound(e)}`}}}get defaultSVGProperties(){const t=this.#ma;return{root:{viewBox:this.viewBox},rootClass:{draw:!0},path:{d:this.toSVGPath(),"transform-origin":`${Xl.svgRound(t[0])} ${Xl.svgRound(t[1])}`,transform:this.rotationTransform||null},bbox:t}}}class oh extends sh{constructor(t){super(),this._viewParameters=t,super.updateProperties({fill:"none",stroke:ir._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(){const t=new oh(this._viewParameters);return t.updateAll(this),t}}class lh extends nh{static _type="ink";static _editorType=Dn.INK;static _defaultDrawingOptions=null;constructor(t){super({...t,name:"inkEditor"}),this._willKeepAspectRatio=!0,this.defaultL10nId="pdfjs-editor-ink-editor"}static initialize(t,e){ir.initialize(t,e),this._defaultDrawingOptions=new oh(e.viewParameters)}static getDefaultDrawingOptions(t){const e=this._defaultDrawingOptions.clone();return e.updateProperties(t),e}static get supportMultipleDrawings(){return!0}static get typesMap(){return la(this,"typesMap",new Map([[Rn.INK_THICKNESS,"stroke-width"],[Rn.INK_COLOR,"stroke"],[Rn.INK_OPACITY,"stroke-opacity"]]))}static createDrawerInstance(t,e,i,s,n){return new ah(t,e,i,s,n,this._defaultDrawingOptions["stroke-width"])}static deserializeDraw(t,e,i,s,n,a){return rh.deserialize(t,e,i,s,n,a)}static async deserialize(t,e,i){let s=null;if(t instanceof Bl){const{data:{inkLists:e,rect:i,rotation:n,id:a,color:r,opacity:o,borderStyle:{rawWidth:l},popupRef:h},parent:{page:{pageNumber:c}}}=t;s=t={annotationType:Dn.INK,color:Array.from(r),thickness:l,opacity:o,paths:{points:e},boxes:null,pageIndex:c-1,rect:i.slice(0),rotation:n,id:a,deleted:!1,popupRef:h}}const n=await super.deserialize(t,e,i);return n.annotationElementId=t.id||null,n._initialData=s,n}onScaleChanging(){if(!this.parent)return;super.onScaleChanging();const{_drawId:t,_drawingOptions:e,parent:i}=this;e.updateSVGProperty("stroke-width"),i.drawLayer.updateProperties(t,e.toSVGProperties())}static onScaleChangingWhenDrawing(){const 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=lh.getDefaultDrawingOptions({stroke:wa.makeHexColor(...t),"stroke-width":e,"stroke-opacity":i})}serialize(t=!1){if(this.isEmpty())return null;if(this.deleted)return this.serializeDeleted();const{lines:e,points:i,rect:s}=this.serializeDraw(t),{_drawingOptions:{stroke:n,"stroke-opacity":a,"stroke-width":r}}=this,o={annotationType:Dn.INK,color:ir._colorManager.convert(n),opacity:a,thickness:r,paths:{lines:e,points:i},pageIndex:this.pageIndex,rect:s,rotation:this.rotation,structTreeParentId:this._structTreeParentId};return t?(o.isCopy=!0,o):this.annotationElementId&&!this.#Gn(o)?null:(o.id=this.annotationElementId,o)}#Gn(t){const{color:e,thickness:i,opacity:s,pageIndex:n}=this._initialData;return this._hasBeenMoved||this._hasBeenResized||t.color.some(((t,i)=>t!==e[i]))||t.thickness!==i||t.opacity!==s||t.pageIndex!==n}renderAnnotationElement(t){const{points:e,rect:i}=this.serializeDraw(!1);return t.updateEdited({rect:i,thickness:this._drawingOptions["stroke-width"],points:e}),null}}class hh extends rh{toSVGPath(){let t=super.toSVGPath();return t.endsWith("Z")||(t+="Z"),t}}class ch{static#$r={maxDim:512,sigmaSFactor:.02,sigmaR:25,kernelSize:16};static#Vr(t,e,i,s){return s-=e,0===(i-=t)?s>0?0:4:1===i?s+6:2-s}static#Ur=new Int32Array([0,1,-1,1,-1,0,-1,-1,0,-1,1,-1,1,0,1,1]);static#Gr(t,e,i,s,n,a,r){const o=this.#Vr(i,s,n,a);for(let n=0;n<8;n++){const a=(-n+o-r+16)%8;if(0!==t[(i+this.#Ur[2*a])*e+(s+this.#Ur[2*a+1])])return a}return-1}static#qr(t,e,i,s,n,a,r){const o=this.#Vr(i,s,n,a);for(let n=0;n<8;n++){const a=(n+o+r+16)%8;if(0!==t[(i+this.#Ur[2*a])*e+(s+this.#Ur[2*a+1])])return a}return-1}static#Wr(t,e,i,s){const n=t.length,a=new Int32Array(n);for(let e=0;e<n;e++)a[e]=t[e]<=s?1:0;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 r,o=1;const l=[];for(let t=1;t<i-1;t++){r=1;for(let i=1;i<e-1;i++){const s=t*e+i,n=a[s];if(0===n)continue;let h=t,c=i;if(1===n&&0===a[s-1])o+=1,c-=1;else{if(!(n>=1&&0===a[s+1])){1!==n&&(r=Math.abs(n));continue}o+=1,c+=1,n>1&&(r=n)}const d=[i,t],u=c===i+1,p={isHole:u,points:d,id:o,parent:0};let g;l.push(p);for(const t of l)if(t.id===r){g=t;break}g?g.isHole?p.parent=u?g.parent:r:p.parent=u?r:g.parent:p.parent=u?r:0;const m=this.#Gr(a,e,t,i,h,c,0);if(-1===m){a[s]=-o,1!==a[s]&&(r=Math.abs(a[s]));continue}let f=this.#Ur[2*m],v=this.#Ur[2*m+1];const b=t+f,y=i+v;h=b,c=y;let w=t,x=i;for(;;){const n=this.#qr(a,e,w,x,h,c,1);f=this.#Ur[2*n],v=this.#Ur[2*n+1];const l=w+f,u=x+v;d.push(u,l);const p=w*e+x;if(0===a[p+1]?a[p]=-o:1===a[p]&&(a[p]=o),l===t&&u===i&&w===b&&x===y){1!==a[s]&&(r=Math.abs(a[s]));break}h=w,c=x,w=l,x=u}}}return l}static#Xr(t,e,i,s){if(i-e<=4){for(let n=e;n<i-2;n+=2)s.push(t[n],t[n+1]);return}const n=t[e],a=t[e+1],r=t[i-4]-n,o=t[i-3]-a,l=Math.hypot(r,o),h=r/l,c=o/l,d=h*a-c*n,u=o/r,p=1/l,g=Math.atan(u),m=Math.cos(g),f=Math.sin(g),v=p*(Math.abs(m)+Math.abs(f)),b=p*(1-v+v**2),y=Math.max(Math.atan(Math.abs(f+m)*b),Math.atan(Math.abs(f-m)*b));let w=0,x=e;for(let s=e+2;s<i-2;s+=2){const e=Math.abs(d-h*t[s+1]+c*t[s]);e>w&&(x=s,w=e)}w>(l*y)**2?(this.#Xr(t,e,x+2,s),this.#Xr(t,x,i,s)):s.push(n,a)}static#Kr(t){const e=[],i=t.length;return this.#Xr(t,0,i,e),e.push(t[i-2],t[i-1]),e.length<=4?null:e}static#Yr(t,e,i,s,n,a){const r=new Float32Array(a**2),o=-2*s**2,l=a>>1;for(let t=0;t<a;t++){const e=(t-l)**2;for(let i=0;i<a;i++)r[t*a+i]=Math.exp((e+(i-l)**2)/o)}const h=new Float32Array(256),c=-2*n**2;for(let t=0;t<256;t++)h[t]=Math.exp(t**2/c);const d=t.length,u=new Uint8Array(d),p=new Uint32Array(256);for(let s=0;s<i;s++)for(let n=0;n<e;n++){const o=s*e+n,c=t[o];let d=0,g=0;for(let o=0;o<a;o++){const u=s+o-l;if(!(u<0||u>=i))for(let i=0;i<a;i++){const s=n+i-l;if(s<0||s>=e)continue;const p=t[u*e+s],m=r[o*a+i]*h[Math.abs(p-c)];d+=p*m,g+=m}}p[u[o]=Math.round(d/g)]++}return[u,p]}static#Qr(t){const e=new Uint32Array(256);for(const i of t)e[i]++;return e}static#Jr(t){const e=t.length,i=new Uint8ClampedArray(e>>2);let s=-1/0,n=1/0;for(let e=0,a=i.length;e<a;e++){if(0===t[3+(e<<2)]){s=i[e]=255;continue}const a=i[e]=t[e<<2];a>s&&(s=a),a<n&&(n=a)}const a=255/(s-n);for(let t=0;t<e;t++)i[t]=(i[t]-n)*a;return i}static#Zr(t){let e,i=-1/0,s=-1/0;const n=t.findIndex((t=>0!==t));let a=n,r=n;for(e=n;e<256;e++){const n=t[e];n>i&&(e-a>s&&(s=e-a,r=e-1),i=n,a=e)}for(e=r-1;e>=0&&!(t[e]>t[e+1]);e--);return e}static#to(t){const e=t,{width:i,height:s}=t,{maxDim:n}=this.#$r;let a=i,r=s;if(i>n||s>n){let o=i,l=s,h=Math.log2(Math.max(i,s)/n);const c=Math.floor(h);h=h===c?c-1:c;for(let i=0;i<h;i++){a=o,r=l,a>n&&(a=Math.ceil(a/2)),r>n&&(r=Math.ceil(r/2));const i=new OffscreenCanvas(a,r);i.getContext("2d").drawImage(t,0,0,o,l,0,0,a,r),o=a,l=r,t!==e&&t.close(),t=i.transferToImageBitmap()}const d=Math.min(n/a,n/r);a=Math.round(a*d),r=Math.round(r*d)}const o=new OffscreenCanvas(a,r).getContext("2d",{willReadFrequently:!0});o.filter="grayscale(1)",o.drawImage(t,0,0,t.width,t.height,0,0,a,r);const l=o.getImageData(0,0,a,r).data;return[this.#Jr(l),a,r]}static extractContoursFromText(t,{fontFamily:e,fontStyle:i,fontWeight:s},n,a,r,o){let l=new OffscreenCanvas(1,1),h=l.getContext("2d",{alpha:!1});const c=h.font=`${i} ${s} 200px ${e}`,{actualBoundingBoxLeft:d,actualBoundingBoxRight:u,actualBoundingBoxAscent:p,actualBoundingBoxDescent:g,fontBoundingBoxAscent:m,fontBoundingBoxDescent:f,width:v}=h.measureText(t),b=1.5,y=Math.ceil(Math.max(Math.abs(d)+Math.abs(u)||0,v)*b),w=Math.ceil(Math.max(Math.abs(p)+Math.abs(g)||200,Math.abs(m)+Math.abs(f)||200)*b);l=new OffscreenCanvas(y,w),h=l.getContext("2d",{alpha:!0,willReadFrequently:!0}),h.font=c,h.filter="grayscale(1)",h.fillStyle="white",h.fillRect(0,0,y,w),h.fillStyle="black",h.fillText(t,.5*y/2,1.5*w/2);const x=this.#Jr(h.getImageData(0,0,y,w).data),A=this.#Qr(x),_=this.#Zr(A),S=this.#Wr(x,y,w,_);return this.processDrawnLines({lines:{curves:S,width:y,height:w},pageWidth:n,pageHeight:a,rotation:r,innerMargin:o,mustSmooth:!0,areContours:!0})}static process(t,e,i,s,n){const[a,r,o]=this.#to(t),[l,h]=this.#Yr(a,r,o,Math.hypot(r,o)*this.#$r.sigmaSFactor,this.#$r.sigmaR,this.#$r.kernelSize),c=this.#Zr(h),d=this.#Wr(l,r,o,c);return this.processDrawnLines({lines:{curves:d,width:r,height:o},pageWidth:e,pageHeight:i,rotation:s,innerMargin:n,mustSmooth:!0,areContours:!0})}static processDrawnLines({lines:t,pageWidth:e,pageHeight:i,rotation:s,innerMargin:n,mustSmooth:a,areContours:r}){s%180!=0&&([e,i]=[i,e]);const{curves:o,width:l,height:h}=t,c=t.thickness??0,d=[],u=Math.min(e/l,i/h),p=u/e,g=u/i,m=[];for(const{points:t}of o){const e=a?this.#Kr(t):t;if(!e)continue;m.push(e);const i=e.length,s=new Float32Array(i),n=new Float32Array(3*(2===i?2:i-2));if(d.push({line:n,points:s}),2===i){s[0]=e[0]*p,s[1]=e[1]*g,n.set([NaN,NaN,NaN,NaN,s[0],s[1]],0);continue}let[r,o,l,h]=e;r*=p,o*=g,l*=p,h*=g,s.set([r,o,l,h],0),n.set([NaN,NaN,NaN,NaN,r,o],0);for(let t=4;t<i;t+=2){const i=s[t]=e[t]*p,a=s[t+1]=e[t+1]*g;n.set(Xl.createBezierPoints(r,o,l,h,i,a),3*(t-2)),[r,o,l,h]=[l,h,i,a]}}if(0===d.length)return null;const f=r?new hh:new rh;return f.build(d,e,i,1,s,r?0:c,n),{outline:f,newCurves:m,areContours:r,thickness:c,width:l,height:h}}static async compressSignature({outlines:t,areContours:e,thickness:i,width:s,height:n}){let a,r=1/0,o=-1/0,l=0;for(const e of t){l+=e.length;for(let t=2,i=e.length;t<i;t++){const i=e[t]-e[t-2];r=Math.min(r,i),o=Math.max(o,i)}}a=r>=-128&&o<=127?Int8Array:r>=-32768&&o<=32767?Int16Array:Int32Array;const h=t.length,c=8+3*h,d=new Uint32Array(c);let u=0;d[u++]=c*Uint32Array.BYTES_PER_ELEMENT+(l-2*h)*a.BYTES_PER_ELEMENT,d[u++]=0,d[u++]=s,d[u++]=n,d[u++]=e?0:1,d[u++]=Math.max(0,Math.floor(i??0)),d[u++]=h,d[u++]=a.BYTES_PER_ELEMENT;for(const e of t)d[u++]=e.length-2,d[u++]=e[0],d[u++]=e[1];const p=new CompressionStream("deflate-raw"),g=p.writable.getWriter();await g.ready,g.write(d);const m=a.prototype.constructor;for(const e of t){const t=new m(e.length-2);for(let i=2,s=e.length;i<s;i++)t[i-2]=e[i]-e[i-2];g.write(t)}g.close();const f=await new Response(p.readable).arrayBuffer();return Ca(new Uint8Array(f))}static async decompressSignature(t){try{const i=(e=t,Uint8Array.fromBase64?Uint8Array.fromBase64(e):va(atob(e))),{readable:s,writable:n}=new DecompressionStream("deflate-raw"),a=n.getWriter();await a.ready,a.write(i).then((async()=>{await a.ready,await a.close()})).catch((()=>{}));let r=null,o=0;for await(const t of s)r||=new Uint8Array(new Uint32Array(t.buffer,0,4)[0]),r.set(t,o),o+=t.length;const l=new Uint32Array(r.buffer,0,r.length>>2),h=l[1];if(0!==h)throw new Error(`Invalid version: ${h}`);const c=l[2],d=l[3],u=0===l[4],p=l[5],g=l[6],m=l[7],f=[],v=(8+3*g)*Uint32Array.BYTES_PER_ELEMENT;let b;switch(m){case Int8Array.BYTES_PER_ELEMENT:b=new Int8Array(r.buffer,v);break;case Int16Array.BYTES_PER_ELEMENT:b=new Int16Array(r.buffer,v);break;case Int32Array.BYTES_PER_ELEMENT:b=new Int32Array(r.buffer,v)}o=0;for(let t=0;t<g;t++){const e=l[3*t+8],i=new Float32Array(e+2);f.push(i);for(let e=0;e<2;e++)i[e]=l[3*t+8+e+1];for(let t=0;t<e;t++)i[t+2]=i[t]+b[o++]}return{areContours:u,thickness:p,outlines:f,width:c,height:d}}catch(t){return sa(`decompressSignature: ${t}`),null}var e}}class dh extends sh{constructor(){super(),super.updateProperties({fill:ir._defaultLineColor,"stroke-width":0})}clone(){const t=new dh;return t.updateAll(this),t}}class uh extends oh{constructor(t){super(t),super.updateProperties({stroke:ir._defaultLineColor,"stroke-width":1})}clone(){const t=new uh(this._viewParameters);return t.updateAll(this),t}}class ph extends nh{#eo=!1;#io=null;#so=null;#no=null;static _type="signature";static _editorType=Dn.SIGNATURE;static _defaultDrawingOptions=null;constructor(t){super({...t,mustBeCommitted:!0,name:"signatureEditor"}),this._willKeepAspectRatio=!0,this.#so=t.signatureData||null,this.#io=null,this.defaultL10nId="pdfjs-editor-signature-editor1"}static initialize(t,e){ir.initialize(t,e),this._defaultDrawingOptions=new dh,this._defaultDrawnSignatureOptions=new uh(e.viewParameters)}static getDefaultDrawingOptions(t){const e=this._defaultDrawingOptions.clone();return e.updateProperties(t),e}static get supportMultipleDrawings(){return!1}static get typesMap(){return la(this,"typesMap",new Map)}static get isDrawer(){return!1}get telemetryFinalData(){return{type:"signature",hasDescription:!!this.#io}}static computeTelemetryFinalData(t){const 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(){if(this.div)return this.div;let t,e;const{_isCopy:i}=this;if(i&&(this._isCopy=!1,t=this.x,e=this.y),super.render(),null===this._drawId)if(this.#so){const{lines:t,mustSmooth:e,areContours:i,description:s,uuid:n,heightInPage:a}=this.#so,{rawDims:{pageWidth:r,pageHeight:o},rotation:l}=this.parent.viewport,h=ch.processDrawnLines({lines:t,pageWidth:r,pageHeight:o,rotation:l,innerMargin:ph._INNER_MARGIN,mustSmooth:e,areContours:i});this.addSignature(h,a,s,n)}else this.div.setAttribute("data-l10n-args",JSON.stringify({description:""})),this.div.hidden=!0,this._uiManager.getSignature(this);return i&&(this._isCopy=!0,this._moveAfterPaste(t,e)),this.div}setUuid(t){this.#no=t,this.addEditToolbar()}getUuid(){return this.#no}get description(){return this.#io}set description(t){this.#io=t,super.addEditToolbar().then((e=>{e?.updateEditSignatureButton(t)}))}getSignaturePreview(){const{newCurves:t,areContours:e,thickness:i,width:s,height:n}=this.#so,a=Math.max(s,n);return{areContours:e,outline:ch.processDrawnLines({lines:{curves:t.map((t=>({points:t}))),thickness:i,width:s,height:n},pageWidth:a,pageHeight:a,rotation:0,innerMargin:0,mustSmooth:!1,areContours:e}).outline}}async addEditToolbar(){const t=await super.addEditToolbar();return t?(this._uiManager.signatureManager&&null!==this.#io&&(await t.addEditSignatureButton(this._uiManager.signatureManager,this.#no,this.#io),t.show()),t):null}addSignature(t,e,i,s){const{x:n,y:a}=this,{outline:r}=this.#so=t;let o;this.#eo=r instanceof hh,this.#io=i,this.div.setAttribute("data-l10n-args",JSON.stringify({description:i})),this.#eo?o=ph.getDefaultDrawingOptions():(o=ph._defaultDrawnSignatureOptions.clone(),o.updateProperties({"stroke-width":r.thickness})),this._addOutlines({drawOutlines:r,drawingOptions:o});const[l,h]=this.parentDimensions,[,c]=this.pageDimensions;let d=e/c;d=d>=1?.5:d,this.width*=d/this.height,this.width>=1&&(d*=.9/this.width,this.width=.9),this.height=d,this.setDims(l*this.width,h*this.height),this.x=n,this.y=a,this.center(),this._onResized(),this.onScaleChanging(),this.rotate(),this._uiManager.addToAnnotationStorage(this),this.setUuid(s),this._reportTelemetry({action:"pdfjs.signature.inserted",data:{hasBeenSaved:!!s,hasDescription:!!i}}),this.div.hidden=!1}getFromImage(t){const{rawDims:{pageWidth:e,pageHeight:i},rotation:s}=this.parent.viewport;return ch.process(t,e,i,s,ph._INNER_MARGIN)}getFromText(t,e){const{rawDims:{pageWidth:i,pageHeight:s},rotation:n}=this.parent.viewport;return ch.extractContoursFromText(t,e,i,s,n,ph._INNER_MARGIN)}getDrawnSignature(t){const{rawDims:{pageWidth:e,pageHeight:i},rotation:s}=this.parent.viewport;return ch.processDrawnLines({lines:t,pageWidth:e,pageHeight:i,rotation:s,innerMargin:ph._INNER_MARGIN,mustSmooth:!1,areContours:!1})}createDrawingOptions({areContours:t,thickness:e}){t?this._drawingOptions=ph.getDefaultDrawingOptions():(this._drawingOptions=ph._defaultDrawnSignatureOptions.clone(),this._drawingOptions.updateProperties({"stroke-width":e}))}serialize(t=!1){if(this.isEmpty())return null;const{lines:e,points:i,rect:s}=this.serializeDraw(t),{_drawingOptions:{"stroke-width":n}}=this,a={annotationType:Dn.SIGNATURE,isSignature:!0,areContours:this.#eo,color:[0,0,0],thickness:this.#eo?0:n,pageIndex:this.pageIndex,rect:s,rotation:this.rotation,structTreeParentId:this._structTreeParentId};return t?(a.paths={lines:e,points:i},a.uuid=this.#no,a.isCopy=!0):a.lines=e,this.#io&&(a.accessibilityData={type:"Figure",alt:this.#io}),a}static deserializeDraw(t,e,i,s,n,a){return a.areContours?hh.deserialize(t,e,i,s,n,a):rh.deserialize(t,e,i,s,n,a)}static async deserialize(t,e,i){const s=await super.deserialize(t,e,i);return s.#eo=t.areContours,s.#io=t.accessibilityData?.alt||"",s.#no=t.uuid,s}}class gh extends ir{#ao=null;#ro=null;#oo=null;#lo=null;#ho=null;#co="";#do=null;#uo=!1;#po=null;#go=!1;#mo=!1;static _type="stamp";static _editorType=Dn.STAMP;constructor(t){super({...t,name:"stampEditor"}),this.#lo=t.bitmapUrl,this.#ho=t.bitmapFile,this.defaultL10nId="pdfjs-editor-stamp-editor"}static initialize(t,e){ir.initialize(t,e)}static isHandlingMimeForPasting(t){return Ua.includes(t)}static paste(t,e){e.pasteEditor(Dn.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){const e=t.get("hasAltText");return{hasAltText:e.get(!0)??0,hasNoAltText:e.get(!1)??0}}#fo(t,e=!1){t?(this.#ao=t.bitmap,e||(this.#ro=t.id,this.#go=t.isSvg),t.file&&(this.#co=t.file.name),this.#vo()):this.remove()}#bo(){if(this.#oo=null,this._uiManager.enableWaiting(!1),this.#do){if(this._uiManager.useNewAltTextWhenAddingImage&&this._uiManager.useNewAltTextFlow&&this.#ao)return this._editToolbar.hide(),void this._uiManager.editAltText(this,!0);if(!this._uiManager.useNewAltTextWhenAddingImage&&this._uiManager.useNewAltTextFlow&&this.#ao){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;const{mlManager:i}=this._uiManager;if(!i)throw new Error("No ML.");if(!await i.isEnabledFor("altText"))throw new Error("ML isn't enabled for alt text.");const{data:s,width:n,height:a}=t||this.copyCanvas(null,null,!0).imageData,r=await i.guess({name:"altText",request:{data:s,width:n,height:a,channels:s.length/(n*a)}});if(!r)throw new Error("No response from the AI service.");if(r.error)throw new Error("Error from the AI service.");if(r.cancel)return null;if(!r.output)throw new Error("No valid response from the AI service.");const o=r.output;return await this.setGuessedAltText(o),e&&!this.hasAltTextData()&&(this.altTextData={alt:o,decorative:!1}),o}#yo(){if(this.#ro)return this._uiManager.enableWaiting(!0),void this._uiManager.imageManager.getFromId(this.#ro).then((t=>this.#fo(t,!0))).finally((()=>this.#bo()));if(this.#lo){const t=this.#lo;return this.#lo=null,this._uiManager.enableWaiting(!0),void(this.#oo=this._uiManager.imageManager.getFromUrl(t).then((t=>this.#fo(t))).finally((()=>this.#bo())))}if(this.#ho){const t=this.#ho;return this.#ho=null,this._uiManager.enableWaiting(!0),void(this.#oo=this._uiManager.imageManager.getFromFile(t).then((t=>this.#fo(t))).finally((()=>this.#bo())))}const t=document.createElement("input");t.type="file",t.accept=Ua.join(",");const e=this._uiManager._signal;this.#oo=new Promise((i=>{t.addEventListener("change",(async()=>{if(t.files&&0!==t.files.length){this._uiManager.enableWaiting(!0);const e=await this._uiManager.imageManager.getFromFile(t.files[0]);this._reportTelemetry({action:"pdfjs.image.image_selected",data:{alt_text_modal:this._uiManager.useNewAltTextFlow}}),this.#fo(e)}else this.remove();i()}),{signal:e}),t.addEventListener("cancel",(()=>{this.remove(),i()}),{signal:e})})).finally((()=>this.#bo())),t.click()}remove(){this.#ro&&(this.#ao=null,this._uiManager.imageManager.deleteId(this.#ro),this.#do?.remove(),this.#do=null,this.#po&&(clearTimeout(this.#po),this.#po=null)),super.remove()}rebuild(){this.parent?(super.rebuild(),null!==this.div&&(this.#ro&&null===this.#do&&this.#yo(),this.isAttachedToDOM||this.parent.add(this))):this.#ro&&this.#yo()}onceAdded(t){this._isDraggable=!0,t&&this.div.focus()}isEmpty(){return!(this.#oo||this.#ao||this.#lo||this.#ho||this.#ro||this.#uo)}get isResizable(){return!0}render(){if(this.div)return this.div;let t,e;return this._isCopy&&(t=this.x,e=this.y),super.render(),this.div.hidden=!0,this.addAltTextButton(),this.#uo||(this.#ao?this.#vo():this.#yo()),this._isCopy&&this._moveAfterPaste(t,e),this._uiManager.addShouldRescale(this),this.div}setCanvas(t,e){const{id:i,bitmap:s}=this._uiManager.imageManager.getFromCanvas(t,e);e.remove(),i&&this._uiManager.imageManager.isValidId(i)&&(this.#ro=i,s&&(this.#ao=s),this.#uo=!1,this.#vo())}_onResized(){this.onScaleChanging()}onScaleChanging(){if(!this.parent)return;null!==this.#po&&clearTimeout(this.#po);this.#po=setTimeout((()=>{this.#po=null,this.#wo()}),200)}#vo(){const{div:t}=this;let{width:e,height:i}=this.#ao;const[s,n]=this.pageDimensions,a=.75;if(this.width)e=this.width*s,i=this.height*n;else if(e>a*s||i>a*n){const t=Math.min(a*s/e,a*n/i);e*=t,i*=t}const[r,o]=this.parentDimensions;this.setDims(e*r/s,i*o/n),this._uiManager.enableWaiting(!1);const l=this.#do=document.createElement("canvas");l.setAttribute("role","img"),this.addContainer(l),this.width=e/s,this.height=i/n,this._initialOptions?.isCentered?this.center():this.fixAndSetPosition(),this._initialOptions=null,this._uiManager.useNewAltTextWhenAddingImage&&this._uiManager.useNewAltTextFlow&&!this.annotationElementId||(t.hidden=!1),this.#wo(),this.#mo||(this.parent.addUndoableEditor(this),this.#mo=!0),this._reportTelemetry({action:"inserted_image"}),this.#co&&this.div.setAttribute("aria-description",this.#co)}copyCanvas(t,e,i=!1){t||(t=224);const{width:s,height:n}=this.#ao,a=new Va;let r=this.#ao,o=s,l=n,h=null;if(e){if(s>e||n>e){const t=Math.min(e/s,e/n);o=Math.floor(s*t),l=Math.floor(n*t)}h=document.createElement("canvas");const t=h.width=Math.ceil(o*a.sx),i=h.height=Math.ceil(l*a.sy);this.#go||(r=this.#xo(t,i));const c=h.getContext("2d");c.filter=this._uiManager.hcmFilter;let d="white",u="#cfcfd8";"none"!==this._uiManager.hcmFilter?u="black":window.matchMedia?.("(prefers-color-scheme: dark)").matches&&(d="#8f8f9d",u="#42414d");const p=15,g=p*a.sx,m=p*a.sy,f=new OffscreenCanvas(2*g,2*m),v=f.getContext("2d");v.fillStyle=d,v.fillRect(0,0,2*g,2*m),v.fillStyle=u,v.fillRect(0,0,g,m),v.fillRect(g,m,g,m),c.fillStyle=c.createPattern(f,"repeat"),c.fillRect(0,0,t,i),c.drawImage(r,0,0,r.width,r.height,0,0,t,i)}let c=null;if(i){let e,i;if(a.symmetric&&r.width<t&&r.height<t)e=r.width,i=r.height;else if(r=this.#ao,s>t||n>t){const a=Math.min(t/s,t/n);e=Math.floor(s*a),i=Math.floor(n*a),this.#go||(r=this.#xo(e,i))}const o=new OffscreenCanvas(e,i).getContext("2d",{willReadFrequently:!0});o.drawImage(r,0,0,r.width,r.height,0,0,e,i),c={width:e,height:i,data:o.getImageData(0,0,e,i).data}}return{canvas:h,width:o,height:l,imageData:c}}#xo(t,e){const{width:i,height:s}=this.#ao;let n=i,a=s,r=this.#ao;for(;n>2*t||a>2*e;){const i=n,s=a;n>2*t&&(n=n>=16384?Math.floor(n/2)-1:Math.ceil(n/2)),a>2*e&&(a=a>=16384?Math.floor(a/2)-1:Math.ceil(a/2));const o=new OffscreenCanvas(n,a);o.getContext("2d").drawImage(r,0,0,i,s,0,0,n,a),r=o.transferToImageBitmap()}return r}#wo(){const[t,e]=this.parentDimensions,{width:i,height:s}=this,n=new Va,a=Math.ceil(i*t*n.sx),r=Math.ceil(s*e*n.sy),o=this.#do;if(!o||o.width===a&&o.height===r)return;o.width=a,o.height=r;const l=this.#go?this.#ao:this.#xo(a,r),h=o.getContext("2d");h.filter=this._uiManager.hcmFilter,h.drawImage(l,0,0,l.width,l.height,0,0,a,r)}#Ao(t){if(t){if(this.#go){const t=this._uiManager.imageManager.getSvgUrl(this.#ro);if(t)return t}const t=document.createElement("canvas");({width:t.width,height:t.height}=this.#ao);return t.getContext("2d").drawImage(this.#ao,0,0),t.toDataURL()}if(this.#go){const[t,e]=this.pageDimensions,i=Math.round(this.width*t*ka.PDF_TO_CSS_UNITS),s=Math.round(this.height*e*ka.PDF_TO_CSS_UNITS),n=new OffscreenCanvas(i,s);return n.getContext("2d").drawImage(this.#ao,0,0,this.#ao.width,this.#ao.height,0,0,i,s),n.transferToImageBitmap()}return structuredClone(this.#ao)}static async deserialize(t,e,i){let s=null,n=!1;if(t instanceof Vl){const{data:{rect:a,rotation:r,id:o,structParent:l,popupRef:h},container:c,parent:{page:{pageNumber:d}},canvas:u}=t;let p,g;u?(delete t.canvas,({id:p,bitmap:g}=i.imageManager.getFromCanvas(c.id,u)),u.remove()):(n=!0,t._hasNoCanvas=!0);const m=(await e._structTree.getAriaAttributes(`${Sa}${o}`))?.get("aria-label")||"";s=t={annotationType:Dn.STAMP,bitmapId:p,bitmap:g,pageIndex:d-1,rect:a.slice(0),rotation:r,id:o,deleted:!1,accessibilityData:{decorative:!1,altText:m},isSvg:!1,structParent:l,popupRef:h}}const a=await super.deserialize(t,e,i),{rect:r,bitmap:o,bitmapUrl:l,bitmapId:h,isSvg:c,accessibilityData:d}=t;n?(i.addMissingCanvas(t.id,a),a.#uo=!0):h&&i.imageManager.isValidId(h)?(a.#ro=h,o&&(a.#ao=o)):a.#lo=l,a.#go=c;const[u,p]=a.pageDimensions;return a.width=(r[2]-r[0])/u,a.height=(r[3]-r[1])/p,a.annotationElementId=t.id||null,d&&(a.altTextData=d),a._initialData=s,a.#mo=!!s,a}serialize(t=!1,e=null){if(this.isEmpty())return null;if(this.deleted)return this.serializeDeleted();const i={annotationType:Dn.STAMP,bitmapId:this.#ro,pageIndex:this.pageIndex,rect:this.getRect(0,0),rotation:this.rotation,isSvg:this.#go,structTreeParentId:this._structTreeParentId};if(t)return i.bitmapUrl=this.#Ao(!0),i.accessibilityData=this.serializeAltText(!0),i.isCopy=!0,i;const{decorative:s,altText:n}=this.serializeAltText(!1);if(!s&&n&&(i.accessibilityData={type:"Figure",alt:n}),this.annotationElementId){const t=this.#Gn(i);if(t.isSame)return null;t.isSameAltText?delete i.accessibilityData:i.accessibilityData.structParent=this._initialData.structParent??-1}if(i.id=this.annotationElementId,null===e)return i;e.stamps||=new Map;const a=this.#go?(i.rect[2]-i.rect[0])*(i.rect[3]-i.rect[1]):null;if(e.stamps.has(this.#ro)){if(this.#go){const t=e.stamps.get(this.#ro);a>t.area&&(t.area=a,t.serialized.bitmap.close(),t.serialized.bitmap=this.#Ao(!1))}}else e.stamps.set(this.#ro,{area:a,serialized:i}),i.bitmap=this.#Ao(!1);return i}#Gn(t){const{pageIndex:e,accessibilityData:{altText:i}}=this._initialData,s=t.pageIndex===e,n=(t.accessibilityData?.alt||"")===i;return{isSame:!this._hasBeenMoved&&!this._hasBeenResized&&s&&n,isSameAltText:n}}renderAnnotationElement(t){return t.updateEdited({rect:this.getRect(0,0)}),null}}class mh{#kn;#_o=!1;#So=null;#To=null;#Co=null;#Eo=new Map;#ko=!1;#Mo=!1;#Po=!1;#Io=null;#Do=null;#Ro=null;#Lo=null;#f;static _initialized=!1;static#$=new Map([Wl,lh,gh,ih,ph].map((t=>[t._editorType,t])));constructor({uiManager:t,pageIndex:e,div:i,structTreeLayer:s,accessibilityManager:n,annotationLayer:a,drawLayer:r,textLayer:o,viewport:l,l10n:h}){const c=[...mh.#$.values()];if(!mh._initialized){mh._initialized=!0;for(const e of c)e.initialize(h,t)}t.registerEditorTypes(c),this.#f=t,this.pageIndex=e,this.div=i,this.#kn=n,this.#So=a,this.viewport=l,this.#Ro=o,this.drawLayer=r,this._structTree=s,this.#f.addLayer(this)}get isEmpty(){return 0===this.#Eo.size}get isInvisible(){return this.isEmpty&&this.#f.getMode()===Dn.NONE}updateToolbar(t){this.#f.updateToolbar(t)}updateMode(t=this.#f.getMode()){switch(this.#Fo(),t){case Dn.NONE:return this.disableTextSelection(),this.togglePointerEvents(!1),this.toggleAnnotationLayerPointerEvents(!0),void this.disableClick();case Dn.INK:this.disableTextSelection(),this.togglePointerEvents(!0),this.enableClick();break;case Dn.HIGHLIGHT:this.enableTextSelection(),this.togglePointerEvents(!1),this.disableClick();break;default:this.disableTextSelection(),this.togglePointerEvents(!0),this.enableClick()}this.toggleAnnotationLayerPointerEvents(!1);const{classList:e}=this.div;for(const i of mh.#$.values())e.toggle(`${i._type}Editing`,t===i._editorType);this.div.hidden=!1}hasTextLayer(t){return t===this.#Ro?.div}setEditingState(t){this.#f.setEditingState(t)}addCommands(t){this.#f.addCommands(t)}cleanUndoStack(t){this.#f.cleanUndoStack(t)}toggleDrawing(t=!1){this.div.classList.toggle("drawing",!t)}togglePointerEvents(t=!1){this.div.classList.toggle("disabled",!t)}toggleAnnotationLayerPointerEvents(t=!1){this.#So?.div.classList.toggle("disabled",!t)}async enable(){this.#Po=!0,this.div.tabIndex=0,this.togglePointerEvents(!0);const t=new Set;for(const e of this.#Eo.values())e.enableEditing(),e.show(!0),e.annotationElementId&&(this.#f.removeChangedExistingAnnotation(e),t.add(e.annotationElementId));if(!this.#So)return void(this.#Po=!1);const e=this.#So.getEditableAnnotations();for(const i of e){if(i.hide(),this.#f.isDeletedAnnotationElement(i.data.id))continue;if(t.has(i.data.id))continue;const e=await this.deserialize(i);e&&(this.addOrRebuild(e),e.enableEditing())}this.#Po=!1}disable(){this.#Mo=!0,this.div.tabIndex=-1,this.togglePointerEvents(!1);const t=new Map,e=new Map;for(const i of this.#Eo.values())i.disableEditing(),i.annotationElementId&&(null===i.serialize()?(e.set(i.annotationElementId,i),this.getEditableAnnotation(i.annotationElementId)?.show(),i.remove()):t.set(i.annotationElementId,i));if(this.#So){const i=this.#So.getEditableAnnotations();for(const s of i){const{id:i}=s.data;if(this.#f.isDeletedAnnotationElement(i))continue;let n=e.get(i);n?(n.resetAnnotationElement(s),n.show(!1),s.show()):(n=t.get(i),n&&(this.#f.addChangedExistingAnnotation(n),n.renderAnnotationElement(s)&&n.show(!1)),s.show())}}this.#Fo(),this.isEmpty&&(this.div.hidden=!0);const{classList:i}=this.div;for(const t of mh.#$.values())i.remove(`${t._type}Editing`);this.disableTextSelection(),this.toggleAnnotationLayerPointerEvents(!0),this.#Mo=!1}getEditableAnnotation(t){return this.#So?.getEditableAnnotation(t)||null}setActiveEditor(t){this.#f.getActive()!==t&&this.#f.setActiveEditor(t)}enableTextSelection(){if(this.div.tabIndex=-1,this.#Ro?.div&&!this.#Lo){this.#Lo=new AbortController;const t=this.#f.combinedSignal(this.#Lo);this.#Ro.div.addEventListener("pointerdown",this.#Oo.bind(this),{signal:t}),this.#Ro.div.classList.add("highlighting")}}disableTextSelection(){this.div.tabIndex=0,this.#Ro?.div&&this.#Lo&&(this.#Lo.abort(),this.#Lo=null,this.#Ro.div.classList.remove("highlighting"))}#Oo(t){this.#f.unselectAll();const{target:e}=t;if(e===this.#Ro.div||("img"===e.getAttribute("role")||e.classList.contains("endOfContent"))&&this.#Ro.div.contains(e)){const{isMac:e}=ba.platform;if(0!==t.button||t.ctrlKey&&e)return;this.#f.showAllEditors("highlight",!0,!0),this.#Ro.div.classList.add("free"),this.toggleDrawing(),ih.startHighlighting(this,"ltr"===this.#f.direction,{target:this.#Ro.div,x:t.x,y:t.y}),this.#Ro.div.addEventListener("pointerup",(()=>{this.#Ro.div.classList.remove("free"),this.toggleDrawing(!0)}),{once:!0,signal:this.#f._signal}),t.preventDefault()}}enableClick(){if(this.#To)return;this.#To=new AbortController;const t=this.#f.combinedSignal(this.#To);this.div.addEventListener("pointerdown",this.pointerdown.bind(this),{signal:t});const e=this.pointerup.bind(this);this.div.addEventListener("pointerup",e,{signal:t}),this.div.addEventListener("pointercancel",e,{signal:t})}disableClick(){this.#To?.abort(),this.#To=null}attach(t){this.#Eo.set(t.id,t);const{annotationElementId:e}=t;e&&this.#f.isDeletedAnnotationElement(e)&&this.#f.removeDeletedAnnotationElement(t)}detach(t){this.#Eo.delete(t.id),this.#kn?.removePointerInTextLayer(t.contentDiv),!this.#Mo&&t.annotationElementId&&this.#f.addDeletedAnnotationElement(t)}remove(t){this.detach(t),this.#f.removeEditor(t),t.div.remove(),t.isAttachedToDOM=!1}changeParent(t){t.parent!==this&&(t.parent&&t.annotationElementId&&(this.#f.addDeletedAnnotationElement(t.annotationElementId),ir.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.#f.addEditor(t),this.attach(t),!t.isAttachedToDOM){const e=t.render();this.div.append(e),t.isAttachedToDOM=!0}t.fixAndSetPosition(),t.onceAdded(!this.#Po),this.#f.addToAnnotationStorage(t),t._reportTelemetry(t.telemetryInitialData)}}moveEditorInDOM(t){if(!t.isAttachedToDOM)return;const{activeElement:e}=document;t.div.contains(e)&&!this.#Co&&(t._focusEventsAllowed=!1,this.#Co=setTimeout((()=>{this.#Co=null,t.div.contains(document.activeElement)?t._focusEventsAllowed=!0:(t.div.addEventListener("focusin",(()=>{t._focusEventsAllowed=!0}),{once:!0,signal:this.#f._signal}),e.focus())}),0)),t._structTreeParentId=this.#kn?.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})}getNextId(){return this.#f.getId()}get#No(){return mh.#$.get(this.#f.getMode())}combinedSignal(t){return this.#f.combinedSignal(t)}#Bo(t){const e=this.#No;return e?new e.prototype.constructor(t):null}canCreateNewEmptyEditor(){return this.#No?.canCreateNewEmptyEditor()}async pasteEditor(t,e){this.#f.updateToolbar(t),await this.#f.updateMode(t);const{offsetX:i,offsetY:s}=this.#zo(),n=this.getNextId(),a=this.#Bo({parent:this,id:n,x:i,y:s,uiManager:this.#f,isCentered:!0,...e});a&&this.add(a)}async deserialize(t){return await(mh.#$.get(t.annotationType??t.annotationEditorType)?.deserialize(t,this,this.#f))||null}createAndAddNewEditor(t,e,i={}){const s=this.getNextId(),n=this.#Bo({parent:this,id:s,x:t.offsetX,y:t.offsetY,uiManager:this.#f,isCentered:e,...i});return n&&this.add(n),n}#zo(){const{x:t,y:e,width:i,height:s}=this.div.getBoundingClientRect(),n=Math.max(0,t),a=Math.max(0,e),r=(n+Math.min(window.innerWidth,t+i))/2-t,o=(a+Math.min(window.innerHeight,e+s))/2-e,[l,h]=this.viewport.rotation%180==0?[r,o]:[o,r];return{offsetX:l,offsetY:h}}addNewEditor(t={}){this.createAndAddNewEditor(this.#zo(),!0,t)}setSelected(t){this.#f.setSelected(t)}toggleSelected(t){this.#f.toggleSelected(t)}unselect(t){this.#f.unselect(t)}pointerup(t){const{isMac:e}=ba.platform;if(0!==t.button||t.ctrlKey&&e)return;if(t.target!==this.div)return;if(!this.#ko)return;if(this.#ko=!1,this.#No?.isDrawer&&this.#No.supportMultipleDrawings)return;if(!this.#_o)return void(this.#_o=!0);const i=this.#f.getMode();i!==Dn.STAMP&&i!==Dn.SIGNATURE?this.createAndAddNewEditor(t,!1):this.#f.unselectAll()}pointerdown(t){if(this.#f.getMode()===Dn.HIGHLIGHT&&this.enableTextSelection(),this.#ko)return void(this.#ko=!1);const{isMac:e}=ba.platform;if(0!==t.button||t.ctrlKey&&e)return;if(t.target!==this.div)return;if(this.#ko=!0,this.#No?.isDrawer)return void this.startDrawingSession(t);const i=this.#f.getActive();this.#_o=!i||i.isEmpty()}startDrawingSession(t){if(this.div.focus({preventScroll:!0}),this.#Io)return void this.#No.startDrawing(this,this.#f,!1,t);this.#f.setCurrentDrawingSession(this),this.#Io=new AbortController;const e=this.#f.combinedSignal(this.#Io);this.div.addEventListener("blur",(({relatedTarget:t})=>{t&&!this.div.contains(t)&&(this.#Do=null,this.commitOrRemove())}),{signal:e}),this.#No.startDrawing(this,this.#f,!1,t)}pause(t){if(t){const{activeElement:t}=document;this.div.contains(t)&&(this.#Do=t)}else this.#Do&&setTimeout((()=>{this.#Do?.focus(),this.#Do=null}),0)}endDrawingSession(t=!1){return this.#Io?(this.#f.setCurrentDrawingSession(null),this.#Io.abort(),this.#Io=null,this.#Do=null,this.#No.endDrawing(t)):null}findNewParent(t,e,i){const s=this.#f.findParent(e,i);return null!==s&&s!==this&&(s.changeParent(t),!0)}commitOrRemove(){return!!this.#Io&&(this.endDrawingSession(),!0)}onScaleChanging(){this.#Io&&this.#No.onScaleChangingWhenDrawing(this)}destroy(){this.commitOrRemove(),this.#f.getActive()?.parent===this&&(this.#f.commitOrRemove(),this.#f.setActiveEditor(null)),this.#Co&&(clearTimeout(this.#Co),this.#Co=null);for(const t of this.#Eo.values())this.#kn?.removePointerInTextLayer(t.contentDiv),t.setParent(null),t.isAttachedToDOM=!1,t.div.remove();this.div=null,this.#Eo.clear(),this.#f.removeLayer(this)}#Fo(){for(const t of this.#Eo.values())t.isEmpty()&&t.remove()}render({viewport:t}){this.viewport=t,$a(this.div,t);for(const t of this.#f.getEditors(this.pageIndex))this.add(t),t.rebuild();this.updateMode()}update({viewport:t}){this.#f.commitOrRemove(),this.#Fo();const e=this.viewport.rotation,i=t.rotation;if(this.viewport=t,$a(this.div,{rotation:i}),e!==i)for(const t of this.#Eo.values())t.rotate(i)}get pageDimensions(){const{pageWidth:t,pageHeight:e}=this.viewport.rawDims;return[t,e]}get scale(){return this.#f.viewParameters.realScale}}class fh{#rn=null;#Ho=new Map;#jo=new Map;static#w=0;constructor({pageIndex:t}){this.pageIndex=t}setParent(t){if(this.#rn){if(this.#rn!==t){if(this.#Ho.size>0)for(const e of this.#Ho.values())e.remove(),t.append(e);this.#rn=t}}else this.#rn=t}static get _svgFactory(){return la(this,"_svgFactory",new gl)}static#$o(t,[e,i,s,n]){const{style:a}=t;a.top=100*i+"%",a.left=100*e+"%",a.width=100*s+"%",a.height=100*n+"%"}#Vo(){const t=fh._svgFactory.create(1,1,!0);return this.#rn.append(t),t.setAttribute("aria-hidden",!0),t}#Uo(t,e){const i=fh._svgFactory.createElement("clipPath");t.append(i);const s=`clip_${e}`;i.setAttribute("id",s),i.setAttribute("clipPathUnits","objectBoundingBox");const n=fh._svgFactory.createElement("use");return i.append(n),n.setAttribute("href",`#${e}`),n.classList.add("clip"),s}#Go(t,e){for(const[i,s]of Object.entries(e))null===s?t.removeAttribute(i):t.setAttribute(i,s)}draw(t,e=!1,i=!1){const s=fh.#w++,n=this.#Vo(),a=fh._svgFactory.createElement("defs");n.append(a);const r=fh._svgFactory.createElement("path");a.append(r);const o=`path_p${this.pageIndex}_${s}`;r.setAttribute("id",o),r.setAttribute("vector-effect","non-scaling-stroke"),e&&this.#jo.set(s,r);const l=i?this.#Uo(a,o):null,h=fh._svgFactory.createElement("use");return n.append(h),h.setAttribute("href",`#${o}`),this.updateProperties(n,t),this.#Ho.set(s,n),{id:s,clipPathId:`url(#${l})`}}drawOutline(t,e){const i=fh.#w++,s=this.#Vo(),n=fh._svgFactory.createElement("defs");s.append(n);const a=fh._svgFactory.createElement("path");n.append(a);const r=`path_p${this.pageIndex}_${i}`;let o;if(a.setAttribute("id",r),a.setAttribute("vector-effect","non-scaling-stroke"),e){const t=fh._svgFactory.createElement("mask");n.append(t),o=`mask_p${this.pageIndex}_${i}`,t.setAttribute("id",o),t.setAttribute("maskUnits","objectBoundingBox");const e=fh._svgFactory.createElement("rect");t.append(e),e.setAttribute("width","1"),e.setAttribute("height","1"),e.setAttribute("fill","white");const s=fh._svgFactory.createElement("use");t.append(s),s.setAttribute("href",`#${r}`),s.setAttribute("stroke","none"),s.setAttribute("fill","black"),s.setAttribute("fill-rule","nonzero"),s.classList.add("mask")}const l=fh._svgFactory.createElement("use");s.append(l),l.setAttribute("href",`#${r}`),o&&l.setAttribute("mask",`url(#${o})`);const h=l.cloneNode();return s.append(h),l.classList.add("mainOutline"),h.classList.add("secondaryOutline"),this.updateProperties(s,t),this.#Ho.set(i,s),i}finalizeDraw(t,e){this.#jo.delete(t),this.updateProperties(t,e)}updateProperties(t,e){if(!e)return;const{root:i,bbox:s,rootClass:n,path:a}=e,r="number"==typeof t?this.#Ho.get(t):t;if(r){if(i&&this.#Go(r,i),s&&fh.#$o(r,s),n){const{classList:t}=r;for(const[e,i]of Object.entries(n))t.toggle(e,i)}if(a){const t=r.firstChild.firstChild;this.#Go(t,a)}}}updateParent(t,e){if(e===this)return;const i=this.#Ho.get(t);i&&(e.#rn.append(i),this.#Ho.delete(t),e.#Ho.set(t,i))}remove(t){this.#jo.delete(t),null!==this.#rn&&(this.#Ho.get(t).remove(),this.#Ho.delete(t))}destroy(){this.#rn=null;for(const t of this.#Ho.values())t.remove();this.#Ho.clear(),this.#jo.clear()}}globalThis.pdfjsTestingUtils={HighlightOutliner:Ql},globalThis.pdfjsLib={AbortException:ma,AnnotationEditorLayer:mh,AnnotationEditorParamsType:Rn,AnnotationEditorType:Dn,AnnotationEditorUIManager:Za,AnnotationLayer:Gl,AnnotationMode:In,AnnotationType:jn,build:"4f7761353",ColorPicker:eh,createValidAbsoluteUrl:ra,DOMSVGFactory:gl,DrawLayer:fh,FeatureTest:ba,fetchData:Ma,getDocument:Ko,getFilenameFromUrl:function(t){return[t]=t.split(/[#?]/,1),t.substring(t.lastIndexOf("/")+1)},getPdfFilenameFromUrl:function(t,e="document.pdf"){if("string"!=typeof t)return e;if(Da(t))return sa('getPdfFilenameFromUrl: ignore "data:"-URL for performance reasons.'),e;const i=/[^/?#=]+\.pdf\b(?!.*\.pdf\b)/i,s=/^(?:(?:[^:]+:)?\/\/[^/]+)?([^?#]*)(\?[^#]*)?(#.*)?$/.exec(t);let n=i.exec(s[1])||i.exec(s[2])||i.exec(s[3]);if(n&&(n=n[0],n.includes("%")))try{n=i.exec(decodeURIComponent(n))[0]}catch{}return n||e},getUuid:_a,getXfaPageViewport:function(t,{scale:e=1,rotation:i=0}){const{width:s,height:n}=t.attributes.style,a=[0,0,parseInt(s),parseInt(n)];return new Pa({viewBox:a,userUnit:1,scale:e,rotation:i})},GlobalWorkerOptions:wo,ImageKind:Hn,InvalidPDFException:ua,isDataScheme:Da,isPdfFile:Ra,isValidExplicitDest:Jo,MathClamp:Ta,noContextMenu:Oa,normalizeUnicode:function(t){return xa||(xa=/([\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,Aa=new Map([["ſt","ſt"]])),t.replaceAll(xa,((t,e,i)=>e?e.normalize("NFKC"):Aa.get(i)))},OPS:Xn,OutputScale:Va,PasswordResponses:{NEED_PASSWORD:1,INCORRECT_PASSWORD:2},PDFDataRangeTransport:tl,PDFDateString:Ba,PDFWorker:nl,PermissionFlag:{PRINT:4,MODIFY_CONTENTS:8,COPY:16,MODIFY_ANNOTATIONS:32,FILL_INTERACTIVE_FORMS:256,COPY_FOR_ACCESSIBILITY:512,ASSEMBLE:1024,PRINT_HIGH_QUALITY:2048},PixelsPerInch:ka,RenderingCancelledException:Ia,ResponseException:pa,setLayerDimensions:$a,shadow:la,SignatureExtractor:ch,stopEvent:Na,SupportedImageMimeTypes:Ua,TextLayer:Wo,TouchManager:er,updateUrlHash:oa,Util:wa,VerbosityLevel:Wn,version:"5.2.133",XfaLayer:ml};const vh={key:0,class:"loading-screen"},bh={key:1,class:"image-display-area"},yh={class:"ocr-container",ref:"containerRef"},wh=["src"],xh=["onClick","onMouseover"];var Ah=v({__name:"renderOCRResponse",props:{image:{type:null,required:!0},language:{type:String,required:!0}},emits:["close","loadingUpdate"],setup(t,{emit:i}){const s=t;wo.workerSrc="/tta/pdf.worker.mjs";const{useNotificationsStore:n}=e(),l=n(),p=d(null),g=d([]),m=d(),v=d(),w=d([]),_=d([]),C=d(!1),E=d([]),I=d(1),D=b((()=>w.value.sort().map((t=>{var e;return null==(e=g.value[t])?void 0:e.text})).join(" ")));async function R(t,e,n){if(v.value=t,n)return _.value=n,L(),n;console.log(e),document.addEventListener("click",F),C.value=!0,i("loadingUpdate",!0);const a=new FormData;let r;a.append("image",e);try{const t=await fetch("/tta/ocr?language="+s.language,{method:"POST",body:a});if(!t.ok)throw new Error(`Server error: ${t.status}`);r=await t.json(),_.value=r,L()}catch(t){l.add({title:"Error while using OCR",text:"Please check your console/terminal for the error.",type:"error",dialog:!0}),console.error(t)}return C.value=!1,i("loadingUpdate",!1),r}function L(){const t=m.value,e=t.naturalWidth,i=t.naturalHeight,s=t.clientWidth,n=t.clientHeight,a=s/e,r=n/i,o=[];_.value.forEach((t=>{t.paragraphs.forEach((t=>{t.lines.forEach((t=>{t.words.forEach((t=>{const e={x0:t.bbox.x0*a,y0:t.bbox.y0*r,x1:t.bbox.x1*a,y1:t.bbox.y1*r};o.push({text:t.text,confidence:t.confidence,bbox:e})}))}))}))})),g.value=o}function F(){const t=document.activeElement;if(("INPUT"===t.tagName||"TEXTAREA"===t.tagName)&&!t.readOnly&&!t.disabled&&D.value){const e=t.selectionStart,i=t.selectionEnd,s=t.value;t.value=s.slice(0,e)+D.value+s.slice(i),t.selectionStart=t.selectionEnd=e+D.length,w.value=[],t.dispatchEvent(new Event("input",{bubbles:!0}))}}return x((async()=>{const t=await new Promise((t=>{const e=new FileReader;e.onload=e=>{t(e.target.result)},"application/pdf"==s.image.type?e.readAsArrayBuffer(s.image):e.readAsDataURL(s.image)}));if(s.image.type.startsWith("image/"))R(t,s.image);else if("application/pdf"==s.image.type){const e=new Uint8Array(t),i=await Ko(e).promise;console.log(i.numPages);for(let t=1;t<=i.numPages;t++){const e=await i.getPage(t),s=e.getViewport({scale:1}),n=document.createElement("canvas"),a=n.getContext("2d");n.width=s.width,n.height=s.height,await e.render({canvasContext:a,viewport:s}).promise;const r=await new Promise((t=>n.toBlob((e=>t(e)),"image/png")));E.value.push({string:n.toDataURL("image/png"),file:new File([r],"page"+t+".png",{type:"image/png"})}),n.remove(),console.log({i:t})}const[s]=E.value;s&&R(s.string,s.file).then((t=>s.response=t))}else i("close"),l.add({title:"Error while using OCR",text:`File type '${s.image.type}' not supported.`,type:"error",dialog:!0})})),y((()=>I.value),(t=>{const e=E.value[t-1];e&&R(e.string,e.file,e.response).then((t=>e.response=t))})),k((()=>{document.removeEventListener("click",F)})),(t,e)=>{const i=a("v-progress-circular"),s=a("VPagination"),n=a("v-input");return r(),u(T,null,[C.value?(r(),u("div",vh,[h(i,{indeterminate:"",class:"c"})])):c("v-if",!0),v.value?(r(),u("div",bh,[f("div",yh,[f("img",{src:v.value,onLoad:L,style:{width:"100%","object-fit":"contain"},ref_key:"imageRef",ref:m,onMousedown:e[0]||(e[0]=M((()=>{}),["stop"]))},null,40,wh),(r(!0),u(T,null,P(g.value,((t,i)=>(r(),u("div",{key:i,class:"text-overlay",style:S({padding:"2px",position:"absolute",left:`${t.bbox.x0}px`,top:`${t.bbox.y0}px`,width:t.bbox.x1-t.bbox.x0+"px",height:t.bbox.y1-t.bbox.y0+"px",border:w.value.includes(i)?"2px solid green":p.value===i?"2px solid blue":"1px solid transparent",cursor:"pointer",backgroundColor:"rgba(255, 255, 0, 0.3)"}),onClick:t=>function(t){const e=w.value.indexOf(t);-1==e?w.value.push(t):w.value.splice(e,1)}(i),onMouseover:t=>p.value=i,onMouseleave:e[1]||(e[1]=t=>p.value=null)},null,44,xh)))),128))],512),E.value.length>1?(r(),o(s,{key:0,modelValue:I.value,"onUpdate:modelValue":e[2]||(e[2]=t=>I.value=t),length:E.value.length,totalVisible:4,class:"pagination-center"},null,8,["modelValue","length"])):c("v-if",!0),h(n,{modelValue:A(D)},null,8,["modelValue"])])):c("v-if",!0)],64)}}});qs("\n.image-display-area[data-v-0d65f7ea] {\n position: relative;\n background: white;\n border: 1px solid white;\n color: black;\n border-radius: 8px;\n overflow: hidden;\n margin: auto;\n width: 100%;\n display: flex;\n flex-direction: column;\n}\n.pagination-center[data-v-0d65f7ea] {\n margin: 5px auto;\n}\n.ocr-container[data-v-0d65f7ea] {\n position: relative;\n height: 100%;\n}\n.text-overlay[data-v-0d65f7ea] {\n position: absolute;\n}\n.loading-screen[data-v-0d65f7ea] {\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: rgba(255, 255, 255, 0.4);\n display: flex;\n left: 0;\n top: 0;\n z-index: 1000;\n}\n.loading-screen .c[data-v-0d65f7ea] {\n margin: auto;\n}\n",{}),Ah.__scopeId="data-v-0d65f7ea",Ah.__file="ocr/OCR-interface/src/renderOCRResponse.vue";var _h=v({__name:"ocredrag",props:{initialX:{type:Number,required:!0},initialY:{type:Number,required:!0}},emits:["close"],setup(t,{emit:e}){const i=t,s=d(null),n=d(!1),c=I({x:i.initialX||50,y:i.initialY||50}),u=I({x:0,y:0}),p=t=>{n.value=!0,u.x=t.clientX-c.x,u.y=t.clientY-c.y,document.addEventListener("mousemove",g),document.addEventListener("mouseup",m)},g=t=>{n.value&&(c.x=t.clientX-u.x,c.y=t.clientY-u.y)},m=()=>{n.value=!1,document.removeEventListener("mousemove",g),document.removeEventListener("mouseup",m)};return D((()=>{document.removeEventListener("mousemove",g),document.removeEventListener("mouseup",m)})),(t,i)=>{const d=a("v-icon"),u=a("VButton");return r(),o(R,{to:"body"},[f("div",{ref_key:"draggableElement",ref:s,style:S({position:"absolute",left:c.x+"px",top:c.y+"px",cursor:n.value?"grabbing":"grab",width:"500px","max-width":"80vw",height:"auto",padding:"20px",backgroundColor:"var(--theme--background)",color:"var(--theme--form--field--label--foreground)",border:"var(--theme--border-color) 2px solid",borderRadius:"4px",userSelect:"none","z-index":100}),onMousedown:p},[L(t.$slots,"default"),h(u,{onClick:i[0]||(i[0]=t=>e("close")),outlined:!1,icon:!0,rounded:!0,class:"close-btn"},{default:l((()=>[h(d,{name:"close"})])),_:1})],36)])}}});qs("\n.close-btn[data-v-6008a42c] {\n position: absolute;\n right: -10px;\n top: -10px;\n z-index: 1001;\n}\n",{}),_h.__scopeId="data-v-6008a42c",_h.__file="ocr/OCR-interface/src/ocredrag.vue";const Sh={class:"ocr-container"};var Th=v({__name:"interface",props:{language:{type:String,required:!0},collection:{type:String,required:!0}},setup(t){const i=t,{useFieldsStore:s}=e(),n=s(),g=d(!1),m=d(),v=d(!1),b=d(),y=d([]);function A(){m.value.click()}async function _(t){const e=t.target.files[0];e&&(b.value=e)}async function S(t,e){const i=e||C(t.target.parentElement);if(i){const t=await fetch(i).then((t=>t.blob())),e=new File([t],"image.png",{type:t.type}),s=m.value,n=new DataTransfer;n.items.add(e),s.files=n.files,s.dispatchEvent(new Event("change",{bubbles:!0}))}}function C(t){let e=0,i="";for(;e<10;){const s=(t=t.parentElement).querySelector("img");if(s){i=s.src;break}e++}return i.split("?")[0]}function E(){b.value=null,m.value.value=""}return x((()=>{const t=n.getFieldsForCollection(i.collection).filter((t=>{var e;return"file-image"==(null==(e=t.meta)?void 0:e.interface)}));w((()=>{setTimeout((()=>{for(const e of t){const t="[data-collection="+i.collection+"][data-field="+e.field+"]",s=document.querySelector(t);s&&s.addEventListener("mouseover",(e=>{const i=s.querySelector(".image-preview img");if(i){!s.querySelector(".ocr_button")&&C(i)&&y.value.push(t+" .actions")}}))}}),500);const e=n.getFieldsForCollection(i.collection).filter((t=>{var e;return"file"==(null==(e=t.meta)?void 0:e.interface)}));w((()=>{setTimeout((()=>{for(const t of e){const e="[data-collection="+i.collection+"][data-field="+t.field+"]",s=document.querySelector(e);if(s){const t=s.querySelector("input");null==t||t.addEventListener("change",(()=>{var t;null==(t=document.getElementById("_SCAN_OCR"))||t.remove()})),s.addEventListener("click",(()=>{setTimeout((()=>{var t;const e=document.querySelector("a[download]");if(e){const i=e.cloneNode(!0);i.href="#",i.querySelector("i").setAttribute("data-icon","camera_video"),i.id="_SCAN_OCR",i.classList.add("hide-by-default"),i.children[1].innerText="Scan with OCR",i.addEventListener("click",(t=>{t.preventDefault(),S(void 0,e.getAttribute("href"))})),null==(t=e.parentNode)||t.insertBefore(i,e)}}),100)}))}}}))})),g.value=!0}))})),(e,i)=>{const s=a("v-icon"),n=a("VButton"),d=a("v-button");return r(),u(T,null,[(r(!0),u(T,null,P(y.value,(t=>(r(),o(R,{to:t},[h(n,{onClick:S,outlined:!1,icon:!0,rounded:!0,class:"ocr_button"},{default:l((()=>[h(s,{name:"camera_video"})])),_:1})],8,["to"])))),256)),g.value?(r(),o(R,{key:0,to:"#sidebar .v-item-group"},[f("div",Sh,[h(d,{class:"ocr-btn",onClick:A,loading:v.value},{default:l((()=>[p(" Import data with OCR ")])),_:1},8,["loading"]),f("input",{type:"file",onChange:_,class:"ocr-input",ref_key:"inputRef",ref:m,accept:"image/*,application/pdf"},null,544),null!=b.value?(r(),o(_h,{key:0,onClose:E},{default:l((()=>[h(Ah,{image:b.value,onClose:i[0]||(i[0]=()=>E()),language:t.language,onLoadingUpdate:i[1]||(i[1]=t=>v.value=t)},null,8,["image","language"])])),_:1})):c("v-if",!0)])])):c("v-if",!0)],64)}}});qs("\n.ocr-container {\n display: flex;\n}\n.ocr-container .ocr-btn {\n margin: 10px auto;\n}\n.ocr-container .ocr-input {\n display: none;\n}\n.hide-by-default {\n display: none;\n}\na ~ #_SCAN_OCR {\n display: block;\n}\n",{}),Th.__file="ocr/OCR-interface/src/interface.vue";const Ch=[vn,yn,n({id:"tta-ocr-interface",name:"OCR interface",icon:"camera_video",description:"Use OCR to fill fields. (Text to anything)",hideLabel:!0,hideLoader:!0,component:Th,types:["alias"],localTypes:["presentation"],options:[{field:"language",name:"Language",type:"dropdown",meta:{interface:"select-dropdown",options:{choices:[{value:"eng",text:"English"},{value:"por",text:"Portuguese"},{value:"fra",text:"French"},{value:"osd",text:"Orientation and Script Detection"},{value:"chi_sim",text:"Chinese (Simplified)"},{value:"spa",text:"Spanish"},{value:"deu",text:"German"},{value:"chi_tra",text:"Chinese (Traditional)"},{value:"heb",text:"Hebrew"},{value:"kor",text:"Korean"},{value:"jpn",text:"Japanese"},{value:"rus",text:"Russian"},{value:"nld",text:"Dutch"},{value:"hin",text:"Hindi"},{value:"ita",text:"Italian"},{value:"jpn_vert",text:"Japanese (Vertical)"},{value:"pol",text:"Polish"},{value:"ron",text:"Romanian"},{value:"mar",text:"Marathi"},{value:"ukr",text:"Ukrainian"},{value:"mal",text:"Malayalam"},{value:"tam",text:"Tamil"},{value:"guj",text:"Gujarati"},{value:"tha",text:"Thai"},{value:"kan",text:"Kannada"},{value:"vie",text:"Vietnamese"},{value:"tel",text:"Telugu"},{value:"swe",text:"Swedish"},{value:"tur",text:"Turkish"},{value:"nor",text:"Norwegian"},{value:"ces",text:"Czech"},{value:"ben",text:"Bengali"},{value:"pan",text:"Punjabi"},{value:"equ",text:"Math / Equation Detection"},{value:"ell",text:"Greek"},{value:"bul",text:"Bulgarian"},{value:"lat",text:"Latin"},{value:"kur",text:"Kurdish"},{value:"ori",text:"Odia"},{value:"kat",text:"Georgian"},{value:"amh",text:"Amharic"},{value:"kaz",text:"Kazakh"},{value:"cat",text:"Catalan"},{value:"nep",text:"Nepali"},{value:"urd",text:"Urdu"},{value:"khm",text:"Khmer"},{value:"dan",text:"Danish"},{value:"chi_sim_vert",text:"Chinese (Simplified, Vertical)"},{value:"uzb",text:"Uzbek (Latin)"},{value:"slv",text:"Slovenian"},{value:"mkd",text:"Macedonian"},{value:"tgl",text:"Tagalog"},{value:"srp",text:"Serbian (Cyrillic)"},{value:"hrv",text:"Croatian"},{value:"tir",text:"Tigrinya"},{value:"syr",text:"Syriac"},{value:"lao",text:"Lao"},{value:"fin",text:"Finnish"},{value:"est",text:"Estonian"},{value:"bos",text:"Bosnian"},{value:"uig",text:"Uyghur"},{value:"sin",text:"Sinhala"},{value:"hye",text:"Armenian"},{value:"eus",text:"Basque"},{value:"sqi",text:"Albanian"},{value:"isl",text:"Icelandic"},{value:"bel",text:"Belarusian"},{value:"aze",text:"Azerbaijani (Latin)"},{value:"pus",text:"Pashto"},{value:"oci",text:"Occitan"},{value:"lit",text:"Lithuanian"},{value:"jav",text:"Javanese"},{value:"hun",text:"Hungarian"},{value:"grc",text:"Ancient Greek"},{value:"gle",text:"Irish"},{value:"frm",text:"Middle French"},{value:"afr",text:"Afrikaans"},{value:"uzb_cyrl",text:"Uzbek (Cyrillic)"},{value:"spa_old",text:"Old Spanish"},{value:"snd",text:"Sindhi"},{value:"mya",text:"Burmese"},{value:"iku",text:"Inuktitut"},{value:"fil",text:"Filipino"},{value:"fas",text:"Persian"},{value:"fao",text:"Faroese"},{value:"dzo",text:"Dzongkha"},{value:"cym",text:"Welsh"},{value:"aze_cyrl",text:"Azerbaijani (Cyrillic)"},{value:"ind",text:"Indonesian"},{value:"ara",text:"Arabic"},{value:"yid",text:"Yiddish"},{value:"ton",text:"Tongan"},{value:"tgk",text:"Tajik"},{value:"srp_latn",text:"Serbian (Latin)"},{value:"slk_frak",text:"Slovak (Fraktur)"},{value:"slk",text:"Slovak"},{value:"san",text:"Sanskrit"},{value:"msa",text:"Malay"},{value:"mri",text:"Maori"},{value:"mlt",text:"Maltese"},{value:"lav",text:"Latvian"},{value:"kur_ara",text:"Kurdish (Arabic)"},{value:"kor_vert",text:"Korean (Vertical)"},{value:"kmr",text:"Kurmanji"},{value:"kir",text:"Kyrgyz"},{value:"hat",text:"Haitian Creole"},{value:"glg",text:"Galician"},{value:"fry",text:"Frisian"},{value:"epo",text:"Esperanto"},{value:"div",text:"Divehi"},{value:"chr",text:"Cherokee"},{value:"bod",text:"Tibetan"},{value:"asm",text:"Assamese"},{value:"yor",text:"Yoruba"},{value:"tat",text:"Tatar"},{value:"sun",text:"Sundanese"},{value:"occ",text:"Occitan (alternative)"},{value:"mon",text:"Mongolian"},{value:"ita_old",text:"Old Italian"},{value:"gla",text:"Scottish Gaelic"},{value:"frk",text:"Frankish"},{value:"enm",text:"Middle English"},{value:"deu_frak",text:"German (Fraktur)"},{value:"dan_frak",text:"Danish (Fraktur)"},{value:"chi_tra_vert",text:"Chinese (Traditional, Vertical)"},{value:"ceb",text:"Cebuano"},{value:"bre",text:"Breton"},{value:"swa",text:"Swahili"},{value:"que",text:"Quechua"},{value:"ltz",text:"Luxembourgish"},{value:"kat_old",text:"Old Georgian"},{value:"cos",text:"Corsican"}]}}}]})],Eh=[],kh=[],Mh=[mn],Ph=[],Ih=[F,O,N,B,t({id:"ttaocr",name:"TTA OCR",icon:"camera_video",description:"TTA scan image with OCR",overview:({fileID:t,mode:e,language:i})=>[{label:"Mode",text:e},{label:"Language",text:i},{label:"File ID",text:t}],options:[{field:"fileID",name:"File ID",type:"string",meta:{width:"full",interface:"input"}},{field:"mode",name:"Mode",type:"string",meta:{interface:"select-dropdown",options:{choices:[{text:"Text",value:"text"},{text:"Horc",value:"horc"},{text:"Blocks",value:"blocks"}]}}},{field:"language",name:"Language",type:"dropdown",meta:{interface:"select-dropdown",options:{choices:[{value:"eng",text:"English"},{value:"por",text:"Portuguese"},{value:"fra",text:"French"},{value:"osd",text:"Orientation and Script Detection"},{value:"chi_sim",text:"Chinese (Simplified)"},{value:"spa",text:"Spanish"},{value:"deu",text:"German"},{value:"chi_tra",text:"Chinese (Traditional)"},{value:"heb",text:"Hebrew"},{value:"kor",text:"Korean"},{value:"jpn",text:"Japanese"},{value:"rus",text:"Russian"},{value:"nld",text:"Dutch"},{value:"hin",text:"Hindi"},{value:"ita",text:"Italian"},{value:"jpn_vert",text:"Japanese (Vertical)"},{value:"pol",text:"Polish"},{value:"ron",text:"Romanian"},{value:"mar",text:"Marathi"},{value:"ukr",text:"Ukrainian"},{value:"mal",text:"Malayalam"},{value:"tam",text:"Tamil"},{value:"guj",text:"Gujarati"},{value:"tha",text:"Thai"},{value:"kan",text:"Kannada"},{value:"vie",text:"Vietnamese"},{value:"tel",text:"Telugu"},{value:"swe",text:"Swedish"},{value:"tur",text:"Turkish"},{value:"nor",text:"Norwegian"},{value:"ces",text:"Czech"},{value:"ben",text:"Bengali"},{value:"pan",text:"Punjabi"},{value:"equ",text:"Math / Equation Detection"},{value:"ell",text:"Greek"},{value:"bul",text:"Bulgarian"},{value:"lat",text:"Latin"},{value:"kur",text:"Kurdish"},{value:"ori",text:"Odia"},{value:"kat",text:"Georgian"},{value:"amh",text:"Amharic"},{value:"kaz",text:"Kazakh"},{value:"cat",text:"Catalan"},{value:"nep",text:"Nepali"},{value:"urd",text:"Urdu"},{value:"khm",text:"Khmer"},{value:"dan",text:"Danish"},{value:"chi_sim_vert",text:"Chinese (Simplified, Vertical)"},{value:"uzb",text:"Uzbek (Latin)"},{value:"slv",text:"Slovenian"},{value:"mkd",text:"Macedonian"},{value:"tgl",text:"Tagalog"},{value:"srp",text:"Serbian (Cyrillic)"},{value:"hrv",text:"Croatian"},{value:"tir",text:"Tigrinya"},{value:"syr",text:"Syriac"},{value:"lao",text:"Lao"},{value:"fin",text:"Finnish"},{value:"est",text:"Estonian"},{value:"bos",text:"Bosnian"},{value:"uig",text:"Uyghur"},{value:"sin",text:"Sinhala"},{value:"hye",text:"Armenian"},{value:"eus",text:"Basque"},{value:"sqi",text:"Albanian"},{value:"isl",text:"Icelandic"},{value:"bel",text:"Belarusian"},{value:"aze",text:"Azerbaijani (Latin)"},{value:"pus",text:"Pashto"},{value:"oci",text:"Occitan"},{value:"lit",text:"Lithuanian"},{value:"jav",text:"Javanese"},{value:"hun",text:"Hungarian"},{value:"grc",text:"Ancient Greek"},{value:"gle",text:"Irish"},{value:"frm",text:"Middle French"},{value:"afr",text:"Afrikaans"},{value:"uzb_cyrl",text:"Uzbek (Cyrillic)"},{value:"spa_old",text:"Old Spanish"},{value:"snd",text:"Sindhi"},{value:"mya",text:"Burmese"},{value:"iku",text:"Inuktitut"},{value:"fil",text:"Filipino"},{value:"fas",text:"Persian"},{value:"fao",text:"Faroese"},{value:"dzo",text:"Dzongkha"},{value:"cym",text:"Welsh"},{value:"aze_cyrl",text:"Azerbaijani (Cyrillic)"},{value:"ind",text:"Indonesian"},{value:"ara",text:"Arabic"},{value:"yid",text:"Yiddish"},{value:"ton",text:"Tongan"},{value:"tgk",text:"Tajik"},{value:"srp_latn",text:"Serbian (Latin)"},{value:"slk_frak",text:"Slovak (Fraktur)"},{value:"slk",text:"Slovak"},{value:"san",text:"Sanskrit"},{value:"msa",text:"Malay"},{value:"mri",text:"Maori"},{value:"mlt",text:"Maltese"},{value:"lav",text:"Latvian"},{value:"kur_ara",text:"Kurdish (Arabic)"},{value:"kor_vert",text:"Korean (Vertical)"},{value:"kmr",text:"Kurmanji"},{value:"kir",text:"Kyrgyz"},{value:"hat",text:"Haitian Creole"},{value:"glg",text:"Galician"},{value:"fry",text:"Frisian"},{value:"epo",text:"Esperanto"},{value:"div",text:"Divehi"},{value:"chr",text:"Cherokee"},{value:"bod",text:"Tibetan"},{value:"asm",text:"Assamese"},{value:"yor",text:"Yoruba"},{value:"tat",text:"Tatar"},{value:"sun",text:"Sundanese"},{value:"occ",text:"Occitan (alternative)"},{value:"mon",text:"Mongolian"},{value:"ita_old",text:"Old Italian"},{value:"gla",text:"Scottish Gaelic"},{value:"frk",text:"Frankish"},{value:"enm",text:"Middle English"},{value:"deu_frak",text:"German (Fraktur)"},{value:"dan_frak",text:"Danish (Fraktur)"},{value:"chi_tra_vert",text:"Chinese (Traditional, Vertical)"},{value:"ceb",text:"Cebuano"},{value:"bre",text:"Breton"},{value:"swa",text:"Swahili"},{value:"que",text:"Quechua"},{value:"ltz",text:"Luxembourgish"},{value:"kat_old",text:"Old Georgian"},{value:"cos",text:"Corsican"}]}}}]})];export{Eh as displays,Ch as interfaces,kh as layouts,Mh as modules,Ih as operations,Ph as panels};
|
|
22
|
+
*/const ma=!("object"!=typeof process||process+""!="[object process]"||process.versions.nw||process.versions.electron&&process.type&&"browser"!==process.type),va=[.001,0,0,.001,0,0],ba=1.35,ya=1,wa=2,xa=4,Aa=16,_a=32,Sa=64,Ta=128,ka=256,Ca={DISABLE:0,ENABLE:1,ENABLE_FORMS:2,ENABLE_STORAGE:3},Ea={DISABLE:-1,NONE:0,FREETEXT:3,HIGHLIGHT:9,STAMP:13,INK:15,SIGNATURE:101},Ma={RESIZE:1,CREATE:2,FREETEXT_SIZE:11,FREETEXT_COLOR:12,FREETEXT_OPACITY:13,INK_COLOR:21,INK_THICKNESS:22,INK_OPACITY:23,HIGHLIGHT_COLOR:31,HIGHLIGHT_DEFAULT_COLOR:32,HIGHLIGHT_THICKNESS:33,HIGHLIGHT_FREE:34,HIGHLIGHT_SHOW_ALL:35,DRAW_STEP:41},Pa=0,Da=1,Ia=2,Ra=3,La=3,Fa=4,Na={GRAYSCALE_1BPP:1,RGB_24BPP:2,RGBA_32BPP:3},Oa={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},Ba=1,za=2,ja=3,Va=4,Ha=5,$a={ERRORS:0,WARNINGS:1,INFOS:5},Ua={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},Ga=0,qa=1,Wa=2,Ka=3;let Xa=$a.WARNINGS;function Ya(t){Number.isInteger(t)&&(Xa=t)}function Qa(){return Xa}function Ja(t){Xa>=$a.INFOS&&console.log(`Info: ${t}`)}function Za(t){Xa>=$a.WARNINGS&&console.log(`Warning: ${t}`)}function tr(t){throw new Error(t)}function er(t,e){t||tr(e)}function ir(t,e=null,i=null){if(!t)return null;if(i&&"string"==typeof t){if(i.addDefaultProtocol&&t.startsWith("www.")){const e=t.match(/\./g);e?.length>=2&&(t=`http://${t}`)}if(i.tryConvertEncoding)try{t=decodeURIComponent(escape(t))}catch{}}const 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)?s:null}function sr(t,e,i=!1){const s=URL.parse(t);return s?(s.hash=e,s.href):i&&ir(t,"http://example.com")?t.split("#",1)[0]+""+(e?`#${e}`:""):""}function nr(t,e,i,s=!1){return Object.defineProperty(t,e,{value:i,enumerable:!s,configurable:!0,writable:!1}),i}const ar=function(){function t(t,e){this.message=t,this.name=e}return t.prototype=new Error,t.constructor=t,t}();class rr extends ar{constructor(t,e){super(t,"PasswordException"),this.code=e}}class or extends ar{constructor(t,e){super(t,"UnknownErrorException"),this.details=e}}class lr extends ar{constructor(t){super(t,"InvalidPDFException")}}class hr extends ar{constructor(t,e,i){super(t,"ResponseException"),this.status=e,this.missing=i}}class cr extends ar{constructor(t){super(t,"FormatError")}}class dr extends ar{constructor(t){super(t,"AbortException")}}function ur(t){"object"==typeof t&&void 0!==t?.length||tr("Invalid argument for bytesToString");const e=t.length,i=8192;if(e<i)return String.fromCharCode.apply(null,t);const s=[];for(let n=0;n<e;n+=i){const a=Math.min(n+i,e),r=t.subarray(n,a);s.push(String.fromCharCode.apply(null,r))}return s.join("")}function pr(t){"string"!=typeof t&&tr("Invalid argument for stringToBytes");const e=t.length,i=new Uint8Array(e);for(let s=0;s<e;++s)i[s]=255&t.charCodeAt(s);return i}class gr{static get isLittleEndian(){return nr(this,"isLittleEndian",function(){const t=new Uint8Array(4);return t[0]=1,1===new Uint32Array(t.buffer,0,1)[0]}())}static get isEvalSupported(){return nr(this,"isEvalSupported",function(){try{return new Function(""),!0}catch{return!1}}())}static get isOffscreenCanvasSupported(){return nr(this,"isOffscreenCanvasSupported","undefined"!=typeof OffscreenCanvas)}static get isImageDecoderSupported(){return nr(this,"isImageDecoderSupported","undefined"!=typeof ImageDecoder)}static get platform(){if("undefined"!=typeof navigator&&"string"==typeof navigator?.platform&&"string"==typeof navigator?.userAgent){const{platform:t,userAgent:e}=navigator;return nr(this,"platform",{isAndroid:e.includes("Android"),isLinux:t.includes("Linux"),isMac:t.includes("Mac"),isWindows:t.includes("Win"),isFirefox:e.includes("Firefox")})}return nr(this,"platform",{isAndroid:!1,isLinux:!1,isMac:!1,isWindows:!1,isFirefox:!1})}static get isCSSRoundSupported(){return nr(this,"isCSSRoundSupported",globalThis.CSS?.supports?.("width: round(1.5px, 1px)"))}}const fr=Array.from(Array(256).keys(),(t=>t.toString(16).padStart(2,"0")));class mr{static makeHexColor(t,e,i){return`#${fr[t]}${fr[e]}${fr[i]}`}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 applyTransform(t,e,i=0){const s=t[i],n=t[i+1];t[i]=s*e[0]+n*e[2]+e[4],t[i+1]=s*e[1]+n*e[3]+e[5]}static applyTransformToBezier(t,e,i=0){const s=e[0],n=e[1],a=e[2],r=e[3],o=e[4],l=e[5];for(let e=0;e<6;e+=2){const h=t[i+e],c=t[i+e+1];t[i+e]=h*s+c*a+o,t[i+e+1]=h*n+c*r+l}}static applyInverseTransform(t,e){const i=t[0],s=t[1],n=e[0]*e[3]-e[1]*e[2];t[0]=(i*e[3]-s*e[2]+e[2]*e[5]-e[4]*e[3])/n,t[1]=(-i*e[1]+s*e[0]+e[4]*e[1]-e[5]*e[0])/n}static axialAlignedBoundingBox(t,e,i){const s=e[0],n=e[1],a=e[2],r=e[3],o=e[4],l=e[5],h=t[0],c=t[1],d=t[2],u=t[3];let p=s*h+o,g=p,f=s*d+o,m=f,v=r*c+l,b=v,y=r*u+l,w=y;if(0!==n||0!==a){const t=n*h,e=n*d,i=a*c,s=a*u;p+=i,m+=i,f+=s,g+=s,v+=t,w+=t,y+=e,b+=e}i[0]=Math.min(i[0],p,f,g,m),i[1]=Math.min(i[1],v,y,b,w),i[2]=Math.max(i[2],p,f,g,m),i[3]=Math.max(i[3],v,y,b,w)}static inverseTransform(t){const 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){const i=t[0],s=t[1],n=t[2],a=t[3],r=i**2+s**2,o=i*n+s*a,l=n**2+a**2,h=(r+l)/2,c=Math.sqrt(h**2-(r*l-o**2));e[0]=Math.sqrt(h+c||1),e[1]=Math.sqrt(h-c||1)}static normalizeRect(t){const 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){const i=Math.max(Math.min(t[0],t[2]),Math.min(e[0],e[2])),s=Math.min(Math.max(t[0],t[2]),Math.max(e[0],e[2]));if(i>s)return null;const n=Math.max(Math.min(t[1],t[3]),Math.min(e[1],e[3])),a=Math.min(Math.max(t[1],t[3]),Math.max(e[1],e[3]));return n>a?null:[i,n,s,a]}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,s,n){n[0]=Math.min(n[0],t,i),n[1]=Math.min(n[1],e,s),n[2]=Math.max(n[2],t,i),n[3]=Math.max(n[3],e,s)}static#t(t,e,i,s,n,a,r,o,l,h){if(l<=0||l>=1)return;const c=1-l,d=l*l,u=d*l,p=c*(c*(c*t+3*l*e)+3*d*i)+u*s,g=c*(c*(c*n+3*l*a)+3*d*r)+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,s,n,a,r,o,l,h,c,d){if(Math.abs(l)<1e-12)return void(Math.abs(h)>=1e-12&&this.#t(t,e,i,s,n,a,r,o,-c/h,d));const u=h**2-4*c*l;if(u<0)return;const p=Math.sqrt(u),g=2*l;this.#t(t,e,i,s,n,a,r,o,(-h+p)/g,d),this.#t(t,e,i,s,n,a,r,o,(-h-p)/g,d)}static bezierBoundingBox(t,e,i,s,n,a,r,o,l){l[0]=Math.min(l[0],t,r),l[1]=Math.min(l[1],e,o),l[2]=Math.max(l[2],t,r),l[3]=Math.max(l[3],e,o),this.#e(t,i,n,r,e,s,a,o,3*(3*(i-n)-t+r),6*(t-2*i+n),3*(i-t),l),this.#e(t,i,n,r,e,s,a,o,3*(3*(s-a)-e+o),6*(e-2*s+a),3*(s-e),l)}}let vr=null,br=null;function yr(){if("function"==typeof crypto.randomUUID)return crypto.randomUUID();const t=new Uint8Array(32);return crypto.getRandomValues(t),ur(t)}const wr="pdfjs_internal_id_";function xr(t,e,i){return Math.min(Math.max(t,e),i)}function Ar(t){return Uint8Array.prototype.toBase64?t.toBase64():btoa(ur(t))}"function"!=typeof Promise.try&&(Promise.try=function(t,...e){return new Promise((i=>{i(t(...e))}))}),"function"!=typeof Math.sumPrecise&&(Math.sumPrecise=function(t){return t.reduce(((t,e)=>t+e),0)});const _r="http://www.w3.org/2000/svg";class Sr{static CSS=96;static PDF=72;static PDF_TO_CSS_UNITS=this.CSS/this.PDF}async function Tr(t,e="text"){if(Dr(t,document.baseURI)){const i=await fetch(t);if(!i.ok)throw new Error(i.statusText);switch(e){case"arraybuffer":return i.arrayBuffer();case"blob":return i.blob();case"json":return i.json()}return i.text()}return new Promise(((i,s)=>{const n=new XMLHttpRequest;n.open("GET",t,!0),n.responseType=e,n.onreadystatechange=()=>{if(n.readyState===XMLHttpRequest.DONE)if(200!==n.status&&0!==n.status)s(new Error(n.statusText));else{switch(e){case"arraybuffer":case"blob":case"json":return void i(n.response)}i(n.responseText)}},n.send(null)}))}class kr{constructor({viewBox:t,userUnit:e,scale:i,rotation:s,offsetX:n=0,offsetY:a=0,dontFlip:r=!1}){this.viewBox=t,this.userUnit=e,this.scale=i,this.rotation=s,this.offsetX=n,this.offsetY=a,i*=e;const o=(t[2]+t[0])/2,l=(t[3]+t[1])/2;let h,c,d,u,p,g,f,m;switch((s%=360)<0&&(s+=360),s){case 180:h=-1,c=0,d=0,u=1;break;case 90:h=0,c=1,d=1,u=0;break;case 270:h=0,c=-1,d=-1,u=0;break;case 0:h=1,c=0,d=0,u=-1;break;default:throw new Error("PageViewport: Invalid rotation, must be a multiple of 90 degrees.")}r&&(d=-d,u=-u),0===h?(p=Math.abs(l-t[1])*i+n,g=Math.abs(o-t[0])*i+a,f=(t[3]-t[1])*i,m=(t[2]-t[0])*i):(p=Math.abs(o-t[0])*i+n,g=Math.abs(l-t[1])*i+a,f=(t[2]-t[0])*i,m=(t[3]-t[1])*i),this.transform=[h*i,c*i,d*i,u*i,p-h*i*o-d*i*l,g-c*i*o-u*i*l],this.width=f,this.height=m}get rawDims(){const t=this.viewBox;return nr(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:s=this.offsetY,dontFlip:n=!1}={}){return new kr({viewBox:this.viewBox.slice(),userUnit:this.userUnit,scale:t,rotation:e,offsetX:i,offsetY:s,dontFlip:n})}convertToViewportPoint(t,e){const i=[t,e];return mr.applyTransform(i,this.transform),i}convertToViewportRectangle(t){const e=[t[0],t[1]];mr.applyTransform(e,this.transform);const i=[t[2],t[3]];return mr.applyTransform(i,this.transform),[e[0],e[1],i[0],i[1]]}convertToPdfPoint(t,e){const i=[t,e];return mr.applyInverseTransform(i,this.transform),i}}class Cr extends ar{constructor(t,e=0){super(t,"RenderingCancelledException"),this.extraDelay=e}}function Er(t){const e=t.length;let i=0;for(;i<e&&""===t[i].trim();)i++;return"data:"===t.substring(i,i+5).toLowerCase()}function Mr(t){return"string"==typeof t&&/\.pdf$/i.test(t)}class Pr{started=Object.create(null);times=[];time(t){t in this.started&&Za(`Timer is already running for ${t}`),this.started[t]=Date.now()}timeEnd(t){t in this.started||Za(`Timer has not been started for ${t}`),this.times.push({name:t,start:this.started[t],end:Date.now()}),delete this.started[t]}toString(){const t=[];let e=0;for(const{name:t}of this.times)e=Math.max(t.length,e);for(const{name:i,start:s,end:n}of this.times)t.push(`${i.padEnd(e)} ${n-s}ms\n`);return t.join("")}}function Dr(t,e){const i=e?URL.parse(t,e):URL.parse(t);return"http:"===i?.protocol||"https:"===i?.protocol}function Ir(t){t.preventDefault()}function Rr(t){t.preventDefault(),t.stopPropagation()}class Lr{static#i;static toDateObject(t){if(!t||"string"!=typeof t)return null;this.#i||=new RegExp("^D:(\\d{4})(\\d{2})?(\\d{2})?(\\d{2})?(\\d{2})?(\\d{2})?([Z|+|-])?(\\d{2})?'?(\\d{2})?'?");const e=this.#i.exec(t);if(!e)return null;const i=parseInt(e[1],10);let s=parseInt(e[2],10);s=s>=1&&s<=12?s-1:0;let n=parseInt(e[3],10);n=n>=1&&n<=31?n:1;let a=parseInt(e[4],10);a=a>=0&&a<=23?a:0;let r=parseInt(e[5],10);r=r>=0&&r<=59?r:0;let o=parseInt(e[6],10);o=o>=0&&o<=59?o:0;const l=e[7]||"Z";let h=parseInt(e[8],10);h=h>=0&&h<=23?h:0;let c=parseInt(e[9],10)||0;return c=c>=0&&c<=59?c:0,"-"===l?(a+=h,r+=c):"+"===l&&(a-=h,r-=c),new Date(Date.UTC(i,s,n,a,r,o))}}function Fr(t){if(t.startsWith("#")){const e=parseInt(t.slice(1),16);return[(16711680&e)>>16,(65280&e)>>8,255&e]}return t.startsWith("rgb(")?t.slice(4,-1).split(",").map((t=>parseInt(t))):t.startsWith("rgba(")?t.slice(5,-1).split(",").map((t=>parseInt(t))).slice(0,3):(Za(`Not a valid color format: "${t}"`),[0,0,0])}function Nr(t){const{a:e,b:i,c:s,d:n,e:a,f:r}=t.getTransform();return[e,i,s,n,a,r]}function Or(t){const{a:e,b:i,c:s,d:n,e:a,f:r}=t.getTransform().invertSelf();return[e,i,s,n,a,r]}function Br(t,e,i=!1,s=!0){if(e instanceof kr){const{pageWidth:s,pageHeight:n}=e.rawDims,{style:a}=t,r=gr.isCSSRoundSupported,o=`var(--total-scale-factor) * ${s}px`,l=`var(--total-scale-factor) * ${n}px`,h=r?`round(down, ${o}, var(--scale-round-x))`:`calc(${o})`,c=r?`round(down, ${l}, var(--scale-round-y))`:`calc(${l})`;i&&e.rotation%180!=0?(a.width=c,a.height=h):(a.width=h,a.height=c)}s&&t.setAttribute("data-main-rotation",e.rotation)}class zr{constructor(){const{pixelRatio:t}=zr;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,s){let n=1/0,a=1/0,r=1/0;i>0&&(n=Math.sqrt(i/(t*e))),-1!==s&&(a=s/t,r=s/e);const o=Math.min(n,a,r);return(this.sx>o||this.sy>o)&&(this.sx=o,this.sy=o,!0)}static get pixelRatio(){return globalThis.devicePixelRatio||1}}const jr=["image/apng","image/avif","image/bmp","image/gif","image/jpeg","image/png","image/svg+xml","image/webp","image/x-icon"];class Vr{#s=null;#n=null;#a;#r=null;#o=null;#l=null;static#h=null;constructor(t){this.#a=t,Vr.#h||=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(){const t=this.#s=document.createElement("div");t.classList.add("editToolbar","hidden"),t.setAttribute("role","toolbar");const e=this.#a._uiManager._signal;t.addEventListener("contextmenu",Ir,{signal:e}),t.addEventListener("pointerdown",Vr.#c,{signal:e});const i=this.#r=document.createElement("div");i.className="buttons",t.append(i);const s=this.#a.toolbarPosition;if(s){const{style:e}=t,i="ltr"===this.#a._uiManager.direction?1-s[0]:s[0];e.insetInlineEnd=100*i+"%",e.top=`calc(${100*s[1]}% + var(--editor-toolbar-vert-offset))`}return this.#d(),t}get div(){return this.#s}static#c(t){t.stopPropagation()}#u(t){this.#a._focusEventsAllowed=!1,Rr(t)}#p(t){this.#a._focusEventsAllowed=!0,Rr(t)}#g(t){const e=this.#a._uiManager._signal;t.addEventListener("focusin",this.#u.bind(this),{capture:!0,signal:e}),t.addEventListener("focusout",this.#p.bind(this),{capture:!0,signal:e}),t.addEventListener("contextmenu",Ir,{signal:e})}hide(){this.#s.classList.add("hidden"),this.#n?.hideDropdown()}show(){this.#s.classList.remove("hidden"),this.#o?.shown()}#d(){const{editorType:t,_uiManager:e}=this.#a,i=document.createElement("button");i.className="delete",i.tabIndex=0,i.setAttribute("data-l10n-id",Vr.#h[t]),this.#g(i),i.addEventListener("click",(t=>{e.delete()}),{signal:e._signal}),this.#r.append(i)}get#f(){const t=document.createElement("div");return t.className="divider",t}async addAltText(t){const e=await t.render();this.#g(e),this.#r.prepend(e,this.#f),this.#o=t}addColorPicker(t){this.#n=t;const e=t.renderButton();this.#g(e),this.#r.prepend(e,this.#f)}async addEditSignatureButton(t){const e=this.#l=await t.renderEditButton(this.#a);this.#g(e),this.#r.prepend(e,this.#f)}updateEditSignatureButton(t){this.#l&&(this.#l.title=t)}remove(){this.#s.remove(),this.#n?.destroy(),this.#n=null}}class Hr{#r=null;#s=null;#m;constructor(t){this.#m=t}#v(){const t=this.#s=document.createElement("div");t.className="editToolbar",t.setAttribute("role","toolbar"),t.addEventListener("contextmenu",Ir,{signal:this.#m._signal});const e=this.#r=document.createElement("div");return e.className="buttons",t.append(e),this.#b(),t}#y(t,e){let i=0,s=0;for(const n of t){const t=n.y+n.height;if(t<i)continue;const a=n.x+(e?n.width:0);t>i?(s=a,i=t):e?a>s&&(s=a):a<s&&(s=a)}return[e?1-s:s,i]}show(t,e,i){const[s,n]=this.#y(e,i),{style:a}=this.#s||=this.#v();t.append(this.#s),a.insetInlineEnd=100*s+"%",a.top=`calc(${100*n}% + var(--editor-toolbar-vert-offset))`}hide(){this.#s.remove()}#b(){const t=document.createElement("button");t.className="highlightButton",t.tabIndex=0,t.setAttribute("data-l10n-id","pdfjs-highlight-floating-button1");const e=document.createElement("span");t.append(e),e.className="visuallyHidden",e.setAttribute("data-l10n-id","pdfjs-highlight-floating-button-label");const i=this.#m._signal;t.addEventListener("contextmenu",Ir,{signal:i}),t.addEventListener("click",(()=>{this.#m.highlightSelection("floating_button")}),{signal:i}),this.#r.append(t)}}function $r(t,e,i){for(const s of i)e.addEventListener(s,t[s].bind(t))}class Ur{#w=0;get id(){return"pdfjs_internal_editor_"+this.#w++}}class Gr{#x=yr();#w=0;#A=null;static get _isSVGFittingCanvas(){const t=new OffscreenCanvas(1,3).getContext("2d",{willReadFrequently:!0}),e=new Image;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>';return nr(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#_(t,e){this.#A||=new Map;let i=this.#A.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.#x}_${this.#w++}`,refCounter:0,isSvg:!1},"string"==typeof e?(i.url=e,t=await Tr(e,"blob")):e instanceof File?t=i.file=e:e instanceof Blob&&(t=e),"image/svg+xml"===t.type){const e=Gr._isSVGFittingCanvas,s=new FileReader,n=new Image,a=new Promise(((t,a)=>{n.onload=()=>{i.bitmap=n,i.isSvg=!0,t()},s.onload=async()=>{const t=i.svgUrl=s.result;n.src=await e?`${t}#svgView(preserveAspectRatio(none))`:t},n.onerror=s.onerror=a}));s.readAsDataURL(t),await a}else i.bitmap=await createImageBitmap(t);i.refCounter=1}catch(t){Za(t),i=null}return this.#A.set(t,i),i&&this.#A.set(i.id,i),i}async getFromFile(t){const{lastModified:e,name:i,size:s,type:n}=t;return this.#_(`${e}_${i}_${s}_${n}`,t)}async getFromUrl(t){return this.#_(t,t)}async getFromBlob(t,e){const i=await e;return this.#_(t,i)}async getFromId(t){this.#A||=new Map;const e=this.#A.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){const{blobPromise:t}=e;return delete e.blobPromise,this.getFromBlob(e.id,t)}return this.getFromUrl(e.url)}getFromCanvas(t,e){this.#A||=new Map;let i=this.#A.get(t);if(i?.bitmap)return i.refCounter+=1,i;const s=new OffscreenCanvas(e.width,e.height);return s.getContext("2d").drawImage(e,0,0),i={bitmap:s.transferToImageBitmap(),id:`image_${this.#x}_${this.#w++}`,refCounter:1,isSvg:!1},this.#A.set(t,i),this.#A.set(i.id,i),i}getSvgUrl(t){const e=this.#A.get(t);return e?.isSvg?e.svgUrl:null}deleteId(t){this.#A||=new Map;const e=this.#A.get(t);if(!e)return;if(e.refCounter-=1,0!==e.refCounter)return;const{bitmap:i}=e;if(!e.url&&!e.file){const 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.#x}_`)}}class qr{#S=[];#T=!1;#k;#C=-1;constructor(t=128){this.#k=t}add({cmd:t,undo:e,post:i,mustExec:s,type:n=NaN,overwriteIfSameType:a=!1,keepUndo:r=!1}){if(s&&t(),this.#T)return;const o={cmd:t,undo:e,post:i,type:n};if(-1===this.#C)return this.#S.length>0&&(this.#S.length=0),this.#C=0,void this.#S.push(o);if(a&&this.#S[this.#C].type===n)return r&&(o.undo=this.#S[this.#C].undo),void(this.#S[this.#C]=o);const l=this.#C+1;l===this.#k?this.#S.splice(0,1):(this.#C=l,l<this.#S.length&&this.#S.splice(l)),this.#S.push(o)}undo(){if(-1===this.#C)return;this.#T=!0;const{undo:t,post:e}=this.#S[this.#C];t(),e?.(),this.#T=!1,this.#C-=1}redo(){if(this.#C<this.#S.length-1){this.#C+=1,this.#T=!0;const{cmd:t,post:e}=this.#S[this.#C];t(),e?.(),this.#T=!1}}hasSomethingToUndo(){return-1!==this.#C}hasSomethingToRedo(){return this.#C<this.#S.length-1}cleanType(t){if(-1!==this.#C){for(let e=this.#C;e>=0;e--)if(this.#S[e].type!==t)return this.#S.splice(e+1,this.#C-e),void(this.#C=e);this.#S.length=0,this.#C=-1}}destroy(){this.#S=null}}class Wr{constructor(t){this.buffer=[],this.callbacks=new Map,this.allKeys=new Set;const{isMac:e}=gr.platform;for(const[i,s,n={}]of t)for(const t of i){const i=t.startsWith("mac+");e&&i?(this.callbacks.set(t.slice(4),{callback:s,options:n}),this.allKeys.add(t.split("+").at(-1))):e||i||(this.callbacks.set(t,{callback:s,options:n}),this.allKeys.add(t.split("+").at(-1)))}}#E(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);const e=this.buffer.join("+");return this.buffer.length=0,e}exec(t,e){if(!this.allKeys.has(e.key))return;const i=this.callbacks.get(this.#E(e));if(!i)return;const{callback:s,options:{bubbles:n=!1,args:a=[],checker:r=null}}=i;r&&!r(t,e)||(s.bind(t,...a,e)(),n||Rr(e))}}class Kr{static _colorsMapping=new Map([["CanvasText",[0,0,0]],["Canvas",[255,255,255]]]);get _colors(){const t=new Map([["CanvasText",null],["Canvas",null]]);return function(t){const e=document.createElement("span");e.style.visibility="hidden",e.style.colorScheme="only light",document.body.append(e);for(const i of t.keys()){e.style.color=i;const s=window.getComputedStyle(e).color;t.set(i,Fr(s))}e.remove()}(t),nr(this,"_colors",t)}convert(t){const e=Fr(t);if(!window.matchMedia("(forced-colors: active)").matches)return e;for(const[t,i]of this._colors)if(i.every(((t,i)=>t===e[i])))return Kr._colorsMapping.get(t);return e}getHexCode(t){const e=this._colors.get(t);return e?mr.makeHexColor(...e):t}}class Xr{#M=new AbortController;#P=null;#D=new Map;#I=new Map;#R=null;#L=null;#F=null;#N=new qr;#O=null;#B=null;#z=0;#j=new Set;#V=null;#H=null;#$=new Set;_editorUndoBar=null;#U=!1;#G=!1;#q=!1;#W=null;#K=null;#X=null;#Y=null;#Q=!1;#J=null;#Z=new Ur;#tt=!1;#et=!1;#it=null;#st=null;#nt=null;#at=null;#rt=null;#ot=Ea.NONE;#lt=new Set;#ht=null;#ct=null;#dt=null;#ut=null;#pt={isEditing:!1,isEmpty:!0,hasSomethingToUndo:!1,hasSomethingToRedo:!1,hasSelectedEditor:!1,hasSelectedText:!1};#gt=[0,0];#ft=null;#mt=null;#vt=null;#bt=null;static TRANSLATE_SMALL=1;static TRANSLATE_BIG=10;static get _keyboardManager(){const t=Xr.prototype,e=t=>t.#mt.contains(document.activeElement)&&"BUTTON"!==document.activeElement.tagName&&t.hasSomethingToControl(),i=(t,{target:e})=>{if(e instanceof HTMLInputElement){const{type:t}=e;return"text"!==t&&"number"!==t}return!0},s=this.TRANSLATE_SMALL,n=this.TRANSLATE_BIG;return nr(this,"_keyboardManager",new Wr([[["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.#mt.contains(e)&&!t.isEnterHandled}],[[" ","mac+ "],t.addNewEditorFromKeyboard,{checker:(t,{target:e})=>!(e instanceof HTMLButtonElement)&&t.#mt.contains(document.activeElement)}],[["Escape","mac+Escape"],t.unselectAll],[["ArrowLeft","mac+ArrowLeft"],t.translateSelectedEditors,{args:[-s,0],checker:e}],[["ctrl+ArrowLeft","mac+shift+ArrowLeft"],t.translateSelectedEditors,{args:[-n,0],checker:e}],[["ArrowRight","mac+ArrowRight"],t.translateSelectedEditors,{args:[s,0],checker:e}],[["ctrl+ArrowRight","mac+shift+ArrowRight"],t.translateSelectedEditors,{args:[n,0],checker:e}],[["ArrowUp","mac+ArrowUp"],t.translateSelectedEditors,{args:[0,-s],checker:e}],[["ctrl+ArrowUp","mac+shift+ArrowUp"],t.translateSelectedEditors,{args:[0,-n],checker:e}],[["ArrowDown","mac+ArrowDown"],t.translateSelectedEditors,{args:[0,s],checker:e}],[["ctrl+ArrowDown","mac+shift+ArrowDown"],t.translateSelectedEditors,{args:[0,n],checker:e}]]))}constructor(t,e,i,s,n,a,r,o,l,h,c,d,u,p){const g=this._signal=this.#M.signal;this.#mt=t,this.#vt=e,this.#R=i,this.#ct=s,this._eventBus=n,n._on("editingaction",this.onEditingAction.bind(this),{signal:g}),n._on("pagechanging",this.onPageChanging.bind(this),{signal:g}),n._on("scalechanging",this.onScaleChanging.bind(this),{signal:g}),n._on("rotationchanging",this.onRotationChanging.bind(this),{signal:g}),n._on("setpreference",this.onSetPreference.bind(this),{signal:g}),n._on("switchannotationeditorparams",(t=>this.updateParams(t.type,t.value)),{signal:g}),this.#yt(),this.#wt(),this.#xt(),this.#L=a.annotationStorage,this.#W=a.filterFactory,this.#dt=r,this.#Y=o||null,this.#U=l,this.#G=h,this.#q=c,this.#rt=d||null,this.viewParameters={realScale:Sr.PDF_TO_CSS_UNITS,rotation:0},this.isShiftKeyDown=!1,this._editorUndoBar=u||null,this._supportsPinchToZoom=!1!==p}destroy(){this.#bt?.resolve(),this.#bt=null,this.#M?.abort(),this.#M=null,this._signal=null;for(const t of this.#I.values())t.destroy();this.#I.clear(),this.#D.clear(),this.#$.clear(),this.#at?.clear(),this.#P=null,this.#lt.clear(),this.#N.destroy(),this.#R?.destroy(),this.#ct?.destroy(),this.#J?.hide(),this.#J=null,this.#nt?.destroy(),this.#nt=null,this.#K&&(clearTimeout(this.#K),this.#K=null),this.#ft&&(clearTimeout(this.#ft),this.#ft=null),this._editorUndoBar?.destroy()}combinedSignal(t){return AbortSignal.any([this._signal,t.signal])}get mlManager(){return this.#rt}get useNewAltTextFlow(){return this.#G}get useNewAltTextWhenAddingImage(){return this.#q}get hcmFilter(){return nr(this,"hcmFilter",this.#dt?this.#W.addHCMFilter(this.#dt.foreground,this.#dt.background):"none")}get direction(){return nr(this,"direction",getComputedStyle(this.#mt).direction)}get highlightColors(){return nr(this,"highlightColors",this.#Y?new Map(this.#Y.split(",").map((t=>t.split("=").map((t=>t.trim()))))):null)}get highlightColorNames(){return nr(this,"highlightColorNames",this.highlightColors?new Map(Array.from(this.highlightColors,(t=>t.reverse()))):null)}setCurrentDrawingSession(t){t?(this.unselectAll(),this.disableUserSelect(!0)):this.disableUserSelect(!1),this.#B=t}setMainHighlightColorPicker(t){this.#nt=t}editAltText(t,e=!1){this.#R?.editAltText(this,t,e)}getSignature(t){this.#ct?.getSignature({uiManager:this,editor:t})}get signatureManager(){return this.#ct}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}){if("enableNewAltTextWhenAddingImage"===t)this.#q=e}onPageChanging({pageNumber:t}){this.#z=t-1}focusMainContainer(){this.#mt.focus()}findParent(t,e){for(const i of this.#I.values()){const{x:s,y:n,width:a,height:r}=i.div.getBoundingClientRect();if(t>=s&&t<=s+a&&e>=n&&e<=n+r)return i}return null}disableUserSelect(t=!1){this.#vt.classList.toggle("noUserSelect",t)}addShouldRescale(t){this.#$.add(t)}removeShouldRescale(t){this.#$.delete(t)}onScaleChanging({scale:t}){this.commitOrRemove(),this.viewParameters.realScale=t*Sr.PDF_TO_CSS_UNITS;for(const t of this.#$)t.onScaleChanging();this.#B?.onScaleChanging()}onRotationChanging({pagesRotation:t}){this.commitOrRemove(),this.viewParameters.rotation=t}#At({anchorNode:t}){return t.nodeType===Node.TEXT_NODE?t.parentElement:t}#_t(t){const{currentLayer:e}=this;if(e.hasTextLayer(t))return e;for(const e of this.#I.values())if(e.hasTextLayer(t))return e;return null}highlightSelection(t=""){const e=document.getSelection();if(!e||e.isCollapsed)return;const{anchorNode:i,anchorOffset:s,focusNode:n,focusOffset:a}=e,r=e.toString(),o=this.#At(e).closest(".textLayer"),l=this.getSelectionBoxes(o);if(!l)return;e.empty();const h=this.#_t(o),c=this.#ot===Ea.NONE,d=()=>{h?.createAndAddNewEditor({x:0,y:0},!1,{methodOfCreation:t,boxes:l,anchorNode:i,anchorOffset:s,focusNode:n,focusOffset:a,text:r}),c&&this.showAllEditors("highlight",!0,!0)};c?this.switchToMode(Ea.HIGHLIGHT,d):d()}#St(){const t=document.getSelection();if(!t||t.isCollapsed)return;const e=this.#At(t).closest(".textLayer"),i=this.getSelectionBoxes(e);i&&(this.#J||=new Hr(this),this.#J.show(e,i,"ltr"===this.direction))}addToAnnotationStorage(t){t.isEmpty()||!this.#L||this.#L.has(t.id)||this.#L.setValue(t.id,t)}#Tt(){const t=document.getSelection();if(!t||t.isCollapsed)return void(this.#ht&&(this.#J?.hide(),this.#ht=null,this.#kt({hasSelectedText:!1})));const{anchorNode:e}=t;if(e===this.#ht)return;const i=this.#At(t).closest(".textLayer");if(i){if(this.#J?.hide(),this.#ht=e,this.#kt({hasSelectedText:!0}),(this.#ot===Ea.HIGHLIGHT||this.#ot===Ea.NONE)&&(this.#ot===Ea.HIGHLIGHT&&this.showAllEditors("highlight",!0,!0),this.#Q=this.isShiftKeyDown,!this.isShiftKeyDown)){const t=this.#ot===Ea.HIGHLIGHT?this.#_t(i):null;t?.toggleDrawing();const e=new AbortController,s=this.combinedSignal(e),n=i=>{"pointerup"===i.type&&0!==i.button||(e.abort(),t?.toggleDrawing(!0),"pointerup"===i.type&&this.#Ct("main_toolbar"))};window.addEventListener("pointerup",n,{signal:s}),window.addEventListener("blur",n,{signal:s})}}else this.#ht&&(this.#J?.hide(),this.#ht=null,this.#kt({hasSelectedText:!1}))}#Ct(t=""){this.#ot===Ea.HIGHLIGHT?this.highlightSelection(t):this.#U&&this.#St()}#yt(){document.addEventListener("selectionchange",this.#Tt.bind(this),{signal:this._signal})}#Et(){if(this.#X)return;this.#X=new AbortController;const t=this.combinedSignal(this.#X);window.addEventListener("focus",this.focus.bind(this),{signal:t}),window.addEventListener("blur",this.blur.bind(this),{signal:t})}#Mt(){this.#X?.abort(),this.#X=null}blur(){if(this.isShiftKeyDown=!1,this.#Q&&(this.#Q=!1,this.#Ct("main_toolbar")),!this.hasSelection)return;const{activeElement:t}=document;for(const e of this.#lt)if(e.div.contains(t)){this.#st=[e,t],e._focusEventsAllowed=!1;break}}focus(){if(!this.#st)return;const[t,e]=this.#st;this.#st=null,e.addEventListener("focusin",(()=>{t._focusEventsAllowed=!0}),{once:!0,signal:this._signal}),e.focus()}#xt(){if(this.#it)return;this.#it=new AbortController;const t=this.combinedSignal(this.#it);window.addEventListener("keydown",this.keydown.bind(this),{signal:t}),window.addEventListener("keyup",this.keyup.bind(this),{signal:t})}#Pt(){this.#it?.abort(),this.#it=null}#Dt(){if(this.#O)return;this.#O=new AbortController;const t=this.combinedSignal(this.#O);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})}#It(){this.#O?.abort(),this.#O=null}#wt(){const t=this._signal;document.addEventListener("dragover",this.dragOver.bind(this),{signal:t}),document.addEventListener("drop",this.drop.bind(this),{signal:t})}addEditListeners(){this.#xt(),this.#Dt()}removeEditListeners(){this.#Pt(),this.#It()}dragOver(t){for(const{type:e}of t.dataTransfer.items)for(const i of this.#H)if(i.isHandlingMimeForPasting(e))return t.dataTransfer.dropEffect="copy",void t.preventDefault()}drop(t){for(const e of t.dataTransfer.items)for(const i of this.#H)if(i.isHandlingMimeForPasting(e.type))return i.paste(e,this.currentLayer),void t.preventDefault()}copy(t){if(t.preventDefault(),this.#P?.commitOrRemove(),!this.hasSelection)return;const e=[];for(const t of this.#lt){const 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();const{clipboardData:e}=t;for(const t of e.items)for(const e of this.#H)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){return void Za(`paste: "${t.message}".`)}if(!Array.isArray(i))return;this.unselectAll();const s=this.currentLayer;try{const t=[];for(const e of i){const i=await s.deserialize(e);if(!i)return;t.push(i)}const e=()=>{for(const e of t)this.#Rt(e);this.#Lt(t)},n=()=>{for(const e of t)e.remove()};this.addCommands({cmd:e,undo:n,mustExec:!0})}catch(t){Za(`paste: "${t.message}".`)}}keydown(t){this.isShiftKeyDown||"Shift"!==t.key||(this.isShiftKeyDown=!0),this.#ot===Ea.NONE||this.isEditorHandlingKeyboard||Xr._keyboardManager.exec(this,t)}keyup(t){this.isShiftKeyDown&&"Shift"===t.key&&(this.isShiftKeyDown=!1,this.#Q&&(this.#Q=!1,this.#Ct("main_toolbar")))}onEditingAction({name:t}){switch(t){case"undo":case"redo":case"delete":case"selectAll":this[t]();break;case"highlightSelection":this.highlightSelection("context_menu")}}#kt(t){Object.entries(t).some((([t,e])=>this.#pt[t]!==e))&&(this._eventBus.dispatch("annotationeditorstateschanged",{source:this,details:Object.assign(this.#pt,t)}),this.#ot===Ea.HIGHLIGHT&&!1===t.hasSelectedEditor&&this.#Ft([[Ma.HIGHLIGHT_FREE,!0]]))}#Ft(t){this._eventBus.dispatch("annotationeditorparamschanged",{source:this,details:t})}setEditingState(t){t?(this.#Et(),this.#Dt(),this.#kt({isEditing:this.#ot!==Ea.NONE,isEmpty:this.#Nt(),hasSomethingToUndo:this.#N.hasSomethingToUndo(),hasSomethingToRedo:this.#N.hasSomethingToRedo(),hasSelectedEditor:!1})):(this.#Mt(),this.#It(),this.#kt({isEditing:!1}),this.disableUserSelect(!1))}registerEditorTypes(t){if(!this.#H){this.#H=t;for(const t of this.#H)this.#Ft(t.defaultPropertiesToUpdate)}}getId(){return this.#Z.id}get currentLayer(){return this.#I.get(this.#z)}getLayer(t){return this.#I.get(t)}get currentPageIndex(){return this.#z}addLayer(t){this.#I.set(t.pageIndex,t),this.#tt?t.enable():t.disable()}removeLayer(t){this.#I.delete(t.pageIndex)}async updateMode(t,e=null,i=!1){if(this.#ot!==t&&(!this.#bt||(await this.#bt.promise,this.#bt))){if(this.#bt=Promise.withResolvers(),this.#B?.commitOrRemove(),this.#ot=t,t===Ea.NONE)return this.setEditingState(!1),this.#Ot(),this._editorUndoBar?.hide(),void this.#bt.resolve();t===Ea.SIGNATURE&&await(this.#ct?.loadSignatures()),this.setEditingState(!0),await this.#Bt(),this.unselectAll();for(const e of this.#I.values())e.updateMode(t);if(!e)return i&&this.addNewEditorFromKeyboard(),void this.#bt.resolve();for(const t of this.#D.values())t.annotationElementId===e?(this.setSelected(t),t.enterInEditMode()):t.unselect();this.#bt.resolve()}}addNewEditorFromKeyboard(){this.currentLayer.canCreateNewEmptyEditor()&&this.currentLayer.addNewEditor()}updateToolbar(t){t!==this.#ot&&this._eventBus.dispatch("switchannotationeditormode",{source:this,mode:t})}updateParams(t,e){if(this.#H){switch(t){case Ma.CREATE:return void this.currentLayer.addNewEditor(e);case Ma.HIGHLIGHT_DEFAULT_COLOR:this.#nt?.updateColor(e);break;case Ma.HIGHLIGHT_SHOW_ALL:this._eventBus.dispatch("reporttelemetry",{source:this,details:{type:"editing",data:{type:"highlight",action:"toggle_visibility"}}}),(this.#ut||=new Map).set(t,e),this.showAllEditors("highlight",e)}for(const i of this.#lt)i.updateParams(t,e);for(const i of this.#H)i.updateDefaultParams(t,e)}}showAllEditors(t,e,i=!1){for(const i of this.#D.values())i.editorType===t&&i.show(e);(this.#ut?.get(Ma.HIGHLIGHT_SHOW_ALL)??!0)!==e&&this.#Ft([[Ma.HIGHLIGHT_SHOW_ALL,e]])}enableWaiting(t=!1){if(this.#et!==t){this.#et=t;for(const e of this.#I.values())t?e.disableClick():e.enableClick(),e.div.classList.toggle("waiting",t)}}async#Bt(){if(!this.#tt){this.#tt=!0;const t=[];for(const e of this.#I.values())t.push(e.enable());await Promise.all(t);for(const t of this.#D.values())t.enable()}}#Ot(){if(this.unselectAll(),this.#tt){this.#tt=!1;for(const t of this.#I.values())t.disable();for(const t of this.#D.values())t.disable()}}getEditors(t){const e=[];for(const i of this.#D.values())i.pageIndex===t&&e.push(i);return e}getEditor(t){return this.#D.get(t)}addEditor(t){this.#D.set(t.id,t)}removeEditor(t){t.div.contains(document.activeElement)&&(this.#K&&clearTimeout(this.#K),this.#K=setTimeout((()=>{this.focusMainContainer(),this.#K=null}),0)),this.#D.delete(t.id),t.annotationElementId&&this.#at?.delete(t.annotationElementId),this.unselect(t),t.annotationElementId&&this.#j.has(t.annotationElementId)||this.#L?.remove(t.id)}addDeletedAnnotationElement(t){this.#j.add(t.annotationElementId),this.addChangedExistingAnnotation(t),t.deleted=!0}isDeletedAnnotationElement(t){return this.#j.has(t)}removeDeletedAnnotationElement(t){this.#j.delete(t.annotationElementId),this.removeChangedExistingAnnotation(t),t.deleted=!1}#Rt(t){const e=this.#I.get(t.pageIndex);e?e.addOrRebuild(t):(this.addEditor(t),this.addToAnnotationStorage(t))}setActiveEditor(t){this.#P!==t&&(this.#P=t,t&&this.#Ft(t.propertiesToUpdate))}get#zt(){let t=null;for(t of this.#lt);return t}updateUI(t){this.#zt===t&&this.#Ft(t.propertiesToUpdate)}updateUIForDefaultProperties(t){this.#Ft(t.defaultPropertiesToUpdate)}toggleSelected(t){if(this.#lt.has(t))return this.#lt.delete(t),t.unselect(),void this.#kt({hasSelectedEditor:this.hasSelection});this.#lt.add(t),t.select(),this.#Ft(t.propertiesToUpdate),this.#kt({hasSelectedEditor:!0})}setSelected(t){this.#B?.commitOrRemove();for(const e of this.#lt)e!==t&&e.unselect();this.#lt.clear(),this.#lt.add(t),t.select(),this.#Ft(t.propertiesToUpdate),this.#kt({hasSelectedEditor:!0})}isSelected(t){return this.#lt.has(t)}get firstSelectedEditor(){return this.#lt.values().next().value}unselect(t){t.unselect(),this.#lt.delete(t),this.#kt({hasSelectedEditor:this.hasSelection})}get hasSelection(){return 0!==this.#lt.size}get isEnterHandled(){return 1===this.#lt.size&&this.firstSelectedEditor.isEnterHandled}undo(){this.#N.undo(),this.#kt({hasSomethingToUndo:this.#N.hasSomethingToUndo(),hasSomethingToRedo:!0,isEmpty:this.#Nt()}),this._editorUndoBar?.hide()}redo(){this.#N.redo(),this.#kt({hasSomethingToUndo:!0,hasSomethingToRedo:this.#N.hasSomethingToRedo(),isEmpty:this.#Nt()})}addCommands(t){this.#N.add(t),this.#kt({hasSomethingToUndo:!0,hasSomethingToRedo:!1,isEmpty:this.#Nt()})}cleanUndoStack(t){this.#N.cleanType(t)}#Nt(){if(0===this.#D.size)return!0;if(1===this.#D.size)for(const t of this.#D.values())return t.isEmpty();return!1}delete(){this.commitOrRemove();const t=this.currentLayer?.endDrawingSession(!0);if(!this.hasSelection&&!t)return;const e=t?[t]:[...this.#lt],i=()=>{for(const t of e)this.#Rt(t)};this.addCommands({cmd:()=>{this._editorUndoBar?.show(i,1===e.length?e[0].editorType:e.length);for(const t of e)t.remove()},undo:i,mustExec:!0})}commitOrRemove(){this.#P?.commitOrRemove()}hasSomethingToControl(){return this.#P||this.hasSelection}#Lt(t){for(const t of this.#lt)t.unselect();this.#lt.clear();for(const e of t)e.isEmpty()||(this.#lt.add(e),e.select());this.#kt({hasSelectedEditor:this.hasSelection})}selectAll(){for(const t of this.#lt)t.commit();this.#Lt(this.#D.values())}unselectAll(){if((!this.#P||(this.#P.commitOrRemove(),this.#ot===Ea.NONE))&&!this.#B?.commitOrRemove()&&this.hasSelection){for(const t of this.#lt)t.unselect();this.#lt.clear(),this.#kt({hasSelectedEditor:!1})}}translateSelectedEditors(t,e,i=!1){if(i||this.commitOrRemove(),!this.hasSelection)return;this.#gt[0]+=t,this.#gt[1]+=e;const[s,n]=this.#gt,a=[...this.#lt];this.#ft&&clearTimeout(this.#ft),this.#ft=setTimeout((()=>{this.#ft=null,this.#gt[0]=this.#gt[1]=0,this.addCommands({cmd:()=>{for(const t of a)this.#D.has(t.id)&&(t.translateInPage(s,n),t.translationDone())},undo:()=>{for(const t of a)this.#D.has(t.id)&&(t.translateInPage(-s,-n),t.translationDone())},mustExec:!1})}),1e3);for(const i of a)i.translateInPage(t,e),i.translationDone()}setUpDragSession(){if(this.hasSelection){this.disableUserSelect(!0),this.#V=new Map;for(const t of this.#lt)this.#V.set(t,{savedX:t.x,savedY:t.y,savedPageIndex:t.pageIndex,newX:0,newY:0,newPageIndex:-1})}}endDragSession(){if(!this.#V)return!1;this.disableUserSelect(!1);const t=this.#V;this.#V=null;let e=!1;for(const[{x:i,y:s,pageIndex:n},a]of t)a.newX=i,a.newY=s,a.newPageIndex=n,e||=i!==a.savedX||s!==a.savedY||n!==a.savedPageIndex;if(!e)return!1;const i=(t,e,i,s)=>{if(this.#D.has(t.id)){const n=this.#I.get(s);n?t._setParentAndPosition(n,e,i):(t.pageIndex=s,t.x=e,t.y=i)}};return this.addCommands({cmd:()=>{for(const[e,{newX:s,newY:n,newPageIndex:a}]of t)i(e,s,n,a)},undo:()=>{for(const[e,{savedX:s,savedY:n,savedPageIndex:a}]of t)i(e,s,n,a)},mustExec:!0}),!0}dragSelectedEditors(t,e){if(this.#V)for(const i of this.#V.keys())i.drag(t,e)}rebuild(t){if(null===t.parent){const 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.#lt.size&&this.firstSelectedEditor.shouldGetKeyboardEvents()}isActive(t){return this.#P===t}getActive(){return this.#P}getMode(){return this.#ot}get imageManager(){return nr(this,"imageManager",new Gr)}getSelectionBoxes(t){if(!t)return null;const e=document.getSelection();for(let i=0,s=e.rangeCount;i<s;i++)if(!t.contains(e.getRangeAt(i).commonAncestorContainer))return null;const{x:i,y:s,width:n,height:a}=t.getBoundingClientRect();let r;switch(t.getAttribute("data-main-rotation")){case"90":r=(t,e,r,o)=>({x:(e-s)/a,y:1-(t+r-i)/n,width:o/a,height:r/n});break;case"180":r=(t,e,r,o)=>({x:1-(t+r-i)/n,y:1-(e+o-s)/a,width:r/n,height:o/a});break;case"270":r=(t,e,r,o)=>({x:1-(e+o-s)/a,y:(t-i)/n,width:o/a,height:r/n});break;default:r=(t,e,r,o)=>({x:(t-i)/n,y:(e-s)/a,width:r/n,height:o/a})}const o=[];for(let t=0,i=e.rangeCount;t<i;t++){const i=e.getRangeAt(t);if(!i.collapsed)for(const{x:t,y:e,width:s,height:n}of i.getClientRects())0!==s&&0!==n&&o.push(r(t,e,s,n))}return 0===o.length?null:o}addChangedExistingAnnotation({annotationElementId:t,id:e}){(this.#F||=new Map).set(t,e)}removeChangedExistingAnnotation({annotationElementId:t}){this.#F?.delete(t)}renderAnnotationElement(t){const e=this.#F?.get(t.data.id);if(!e)return;const i=this.#L.getRawValue(e);i&&(this.#ot!==Ea.NONE||i.hasBeenModified)&&i.renderAnnotationElement(t)}setMissingCanvas(t,e,i){const s=this.#at?.get(t);s&&(s.setCanvas(e,i),this.#at.delete(t))}addMissingCanvas(t,e){(this.#at||=new Map).set(t,e)}}class Yr{#o=null;#jt=!1;#Vt=null;#Ht=null;#$t=null;#Ut=null;#Gt=!1;#qt=null;#a=null;#Wt=null;#Kt=null;#Xt=!1;static#Yt=null;static _l10n=null;constructor(t){this.#a=t,this.#Xt=t._uiManager.useNewAltTextFlow,Yr.#Yt||=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){Yr._l10n??=t}async render(){const t=this.#Vt=document.createElement("button");t.className="altText",t.tabIndex="0";const e=this.#Ht=document.createElement("span");t.append(e),this.#Xt?(t.classList.add("new"),t.setAttribute("data-l10n-id",Yr.#Yt.missing),e.setAttribute("data-l10n-id",Yr.#Yt["missing-label"])):(t.setAttribute("data-l10n-id","pdfjs-editor-alt-text-button"),e.setAttribute("data-l10n-id","pdfjs-editor-alt-text-button-label"));const i=this.#a._uiManager._signal;t.addEventListener("contextmenu",Ir,{signal:i}),t.addEventListener("pointerdown",(t=>t.stopPropagation()),{signal:i});const s=t=>{t.preventDefault(),this.#a._uiManager.editAltText(this.#a),this.#Xt&&this.#a._reportTelemetry({action:"pdfjs.image.alt_text.image_status_label_clicked",data:{label:this.#Qt}})};return t.addEventListener("click",s,{capture:!0,signal:i}),t.addEventListener("keydown",(e=>{e.target===t&&"Enter"===e.key&&(this.#Gt=!0,s(e))}),{signal:i}),await this.#Jt(),t}get#Qt(){return(this.#o?"added":null===this.#o&&this.guessedText&&"review")||"missing"}finish(){this.#Vt&&(this.#Vt.focus({focusVisible:this.#Gt}),this.#Gt=!1)}isEmpty(){return this.#Xt?null===this.#o:!this.#o&&!this.#jt}hasData(){return this.#Xt?null!==this.#o||!!this.#Wt:this.isEmpty()}get guessedText(){return this.#Wt}async setGuessedText(t){null===this.#o&&(this.#Wt=t,this.#Kt=await Yr._l10n.get("pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer",{generatedAltText:t}),this.#Jt())}toggleAltTextBadge(t=!1){if(!this.#Xt||this.#o)return this.#qt?.remove(),void(this.#qt=null);if(!this.#qt){const t=this.#qt=document.createElement("div");t.className="noAltTextBadge",this.#a.div.append(t)}this.#qt.classList.toggle("hidden",!t)}serialize(t){let e=this.#o;return t||this.#Wt!==e||(e=this.#Kt),{altText:e,decorative:this.#jt,guessedText:this.#Wt,textWithDisclaimer:this.#Kt}}get data(){return{altText:this.#o,decorative:this.#jt}}set data({altText:t,decorative:e,guessedText:i,textWithDisclaimer:s,cancel:n=!1}){i&&(this.#Wt=i,this.#Kt=s),this.#o===t&&this.#jt===e||(n||(this.#o=t,this.#jt=e),this.#Jt())}toggle(t=!1){this.#Vt&&(!t&&this.#Ut&&(clearTimeout(this.#Ut),this.#Ut=null),this.#Vt.disabled=!t)}shown(){this.#a._reportTelemetry({action:"pdfjs.image.alt_text.image_status_label_displayed",data:{label:this.#Qt}})}destroy(){this.#Vt?.remove(),this.#Vt=null,this.#Ht=null,this.#$t=null,this.#qt?.remove(),this.#qt=null}async#Jt(){const t=this.#Vt;if(!t)return;if(this.#Xt){if(t.classList.toggle("done",!!this.#o),t.setAttribute("data-l10n-id",Yr.#Yt[this.#Qt]),this.#Ht?.setAttribute("data-l10n-id",Yr.#Yt[`${this.#Qt}-label`]),!this.#o)return void this.#$t?.remove()}else{if(!this.#o&&!this.#jt)return t.classList.remove("done"),void this.#$t?.remove();t.classList.add("done"),t.setAttribute("data-l10n-id","pdfjs-editor-alt-text-edit-button")}let e=this.#$t;if(!e){this.#$t=e=document.createElement("span"),e.className="tooltip",e.setAttribute("role","tooltip"),e.id=`alt-text-tooltip-${this.#a.id}`;const i=100,s=this.#a._uiManager._signal;s.addEventListener("abort",(()=>{clearTimeout(this.#Ut),this.#Ut=null}),{once:!0}),t.addEventListener("mouseenter",(()=>{this.#Ut=setTimeout((()=>{this.#Ut=null,this.#$t.classList.add("show"),this.#a._reportTelemetry({action:"alt_text_tooltip"})}),i)}),{signal:s}),t.addEventListener("mouseleave",(()=>{this.#Ut&&(clearTimeout(this.#Ut),this.#Ut=null),this.#$t?.classList.remove("show")}),{signal:s})}this.#jt?e.setAttribute("data-l10n-id","pdfjs-editor-alt-text-decorative-tooltip"):(e.removeAttribute("data-l10n-id"),e.textContent=this.#o),e.parentNode||t.append(e);const i=this.#a.getElementForAltText();i?.setAttribute("aria-describedby",e.id)}}class Qr{#mt;#Zt=!1;#te=null;#ee;#ie;#se;#ne;#ae=null;#re;#oe=null;#le;#he=null;constructor({container:t,isPinchingDisabled:e=null,isPinchingStopped:i=null,onPinchStart:s=null,onPinching:n=null,onPinchEnd:a=null,signal:r}){this.#mt=t,this.#te=i,this.#ee=e,this.#ie=s,this.#se=n,this.#ne=a,this.#le=new AbortController,this.#re=AbortSignal.any([r,this.#le.signal]),t.addEventListener("touchstart",this.#ce.bind(this),{passive:!1,signal:this.#re})}get MIN_TOUCH_DISTANCE_TO_PINCH(){return 35/zr.pixelRatio}#ce(t){if(this.#ee?.())return;if(1===t.touches.length){if(this.#ae)return;const t=this.#ae=new AbortController,e=AbortSignal.any([this.#re,t.signal]),i=this.#mt,s={capture:!0,signal:e,passive:!1},n=t=>{"touch"===t.pointerType&&(this.#ae?.abort(),this.#ae=null)};return i.addEventListener("pointerdown",(t=>{"touch"===t.pointerType&&(Rr(t),n(t))}),s),i.addEventListener("pointerup",n,s),void i.addEventListener("pointercancel",n,s)}if(!this.#he){this.#he=new AbortController;const t=AbortSignal.any([this.#re,this.#he.signal]),e=this.#mt,i={signal:t,capture:!1,passive:!1};e.addEventListener("touchmove",this.#de.bind(this),i);const s=this.#ue.bind(this);e.addEventListener("touchend",s,i),e.addEventListener("touchcancel",s,i),i.capture=!0,e.addEventListener("pointerdown",Rr,i),e.addEventListener("pointermove",Rr,i),e.addEventListener("pointercancel",Rr,i),e.addEventListener("pointerup",Rr,i),this.#ie?.()}if(Rr(t),2!==t.touches.length||this.#te?.())return void(this.#oe=null);let[e,i]=t.touches;e.identifier>i.identifier&&([e,i]=[i,e]),this.#oe={touch0X:e.screenX,touch0Y:e.screenY,touch1X:i.screenX,touch1Y:i.screenY}}#de(t){if(!this.#oe||2!==t.touches.length)return;Rr(t);let[e,i]=t.touches;e.identifier>i.identifier&&([e,i]=[i,e]);const{screenX:s,screenY:n}=e,{screenX:a,screenY:r}=i,o=this.#oe,{touch0X:l,touch0Y:h,touch1X:c,touch1Y:d}=o,u=c-l,p=d-h,g=a-s,f=r-n,m=Math.hypot(g,f)||1,v=Math.hypot(u,p)||1;if(!this.#Zt&&Math.abs(v-m)<=Qr.MIN_TOUCH_DISTANCE_TO_PINCH)return;if(o.touch0X=s,o.touch0Y=n,o.touch1X=a,o.touch1Y=r,!this.#Zt)return void(this.#Zt=!0);const b=[(s+a)/2,(n+r)/2];this.#se?.(b,v,m)}#ue(t){t.touches.length>=2||(this.#he&&(this.#he.abort(),this.#he=null,this.#ne?.()),this.#oe&&(Rr(t),this.#oe=null,this.#Zt=!1))}destroy(){this.#le?.abort(),this.#le=null,this.#ae?.abort(),this.#ae=null}}class Jr{#pe=null;#ge=null;#o=null;#fe=!1;#me=null;#ve="";#be=!1;#ye=null;#we=null;#xe=null;#Ae=null;#_e="";#Se=!1;#Te=null;#ke=!1;#Ce=!1;#Ee=!1;#Me=null;#Pe=0;#De=0;#Ie=null;#Re=null;_isCopy=!1;_editToolbar=null;_initialOptions=Object.create(null);_initialData=null;_isVisible=!0;_uiManager=null;_focusEventsAllowed=!0;static _l10n=null;static _l10nResizer=null;#Le=!1;#Fe=Jr._zIndex++;static _borderLineWidth=-1;static _colorManager=new Kr;static _zIndex=1;static _telemetryTimeout=1e3;static get _resizerKeyboardManager(){const t=Jr.prototype._resizeWithKeyboard,e=Xr.TRANSLATE_SMALL,i=Xr.TRANSLATE_BIG;return nr(this,"_resizerKeyboardManager",new Wr([[["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"],Jr.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;const{rotation:e,rawDims:{pageWidth:i,pageHeight:s,pageX:n,pageY:a}}=this.parent.viewport;this.rotation=e,this.pageRotation=(360+e-this._uiManager.viewParameters.rotation)%360,this.pageDimensions=[i,s],this.pageTranslation=[n,a];const[r,o]=this.parentDimensions;this.x=t.x/r,this.y=t.y/o,this.isAttachedToDOM=!1,this.deleted=!1}get editorType(){return Object.getPrototypeOf(this).constructor._type}static get isDrawer(){return!1}static get _defaultLineColor(){return nr(this,"_defaultLineColor",this._colorManager.getHexCode("CanvasText"))}static deleteAnnotationElement(t){const e=new Zr({id:t.parent.getNextId(),parent:t.parent,uiManager:t._uiManager});e.annotationElementId=t.annotationElementId,e.deleted=!0,e._uiManager.addToAnnotationStorage(e)}static initialize(t,e){if(Jr._l10n??=t,Jr._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!==Jr._borderLineWidth)return;const i=getComputedStyle(document.documentElement);Jr._borderLineWidth=parseFloat(i.getPropertyValue("--outline-width"))||0}static updateDefaultParams(t,e){}static get defaultPropertiesToUpdate(){return[]}static isHandlingMimeForPasting(t){return!1}static paste(t,e){tr("Not implemented")}get propertiesToUpdate(){return[]}get _isDraggable(){return this.#Le}set _isDraggable(t){this.#Le=t,this.div?.classList.toggle("draggable",t)}get isEnterHandled(){return!0}center(){const[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.#Fe}setParent(t){null!==t?(this.pageIndex=t.pageIndex,this.pageDimensions=t.pageDimensions):this.#Ne(),this.parent=t}focusin(t){this._focusEventsAllowed&&(this.#Se?this.#Se=!1:this.parent.setSelected(this))}focusout(t){if(!this._focusEventsAllowed)return;if(!this.isAttachedToDOM)return;const e=t.relatedTarget;e?.closest(`#${this.id}`)||(t.preventDefault(),this.parent?.isMultipleSelection||this.commitOrRemove())}commitOrRemove(){this.isEmpty()?this.remove():this.commit()}commit(){this.addToAnnotationStorage()}addToAnnotationStorage(){this._uiManager.addToAnnotationStorage(this)}setAt(t,e,i,s){const[n,a]=this.parentDimensions;[i,s]=this.screenToPageTranslation(i,s),this.x=(t+i)/n,this.y=(e+s)/a,this.fixAndSetPosition()}_moveAfterPaste(t,e){const[i,s]=this.parentDimensions;this.setAt(t*i,e*s,this.width*i,this.height*s),this._onTranslated()}#Oe([t,e],i,s){[i,s]=this.screenToPageTranslation(i,s),this.x+=i/t,this.y+=s/e,this._onTranslating(this.x,this.y),this.fixAndSetPosition()}translate(t,e){this.#Oe(this.parentDimensions,t,e)}translateInPage(t,e){this.#Te||=[this.x,this.y,this.width,this.height],this.#Oe(this.pageDimensions,t,e),this.div.scrollIntoView({block:"nearest"})}translationDone(){this._onTranslated(this.x,this.y)}drag(t,e){this.#Te||=[this.x,this.y,this.width,this.height];const{div:i,parentDimensions:[s,n]}=this;if(this.x+=t/s,this.y+=e/n,this.parent&&(this.x<0||this.x>1||this.y<0||this.y>1)){const{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:a,y:r}=this;const[o,l]=this.getBaseTranslation();a+=o,r+=l;const{style:h}=i;h.left=`${(100*a).toFixed(2)}%`,h.top=`${(100*r).toFixed(2)}%`,this._onTranslating(a,r),i.scrollIntoView({block:"nearest"})}_onTranslating(t,e){}_onTranslated(t,e){}get _hasBeenMoved(){return!!this.#Te&&(this.#Te[0]!==this.x||this.#Te[1]!==this.y)}get _hasBeenResized(){return!!this.#Te&&(this.#Te[2]!==this.width||this.#Te[3]!==this.height)}getBaseTranslation(){const[t,e]=this.parentDimensions,{_borderLineWidth:i}=Jr,s=i/t,n=i/e;switch(this.rotation){case 90:return[-s,n];case 180:return[s,n];case 270:return[s,-n];default:return[-s,-n]}}get _mustFixPosition(){return!0}fixAndSetPosition(t=this.rotation){const{div:{style:e},pageDimensions:[i,s]}=this;let{x:n,y:a,width:r,height:o}=this;if(r*=i,o*=s,n*=i,a*=s,this._mustFixPosition)switch(t){case 0:n=xr(n,0,i-r),a=xr(a,0,s-o);break;case 90:n=xr(n,0,i-o),a=xr(a,r,s);break;case 180:n=xr(n,r,i),a=xr(a,o,s);break;case 270:n=xr(n,o,i),a=xr(a,0,s-r)}this.x=n/=i,this.y=a/=s;const[l,h]=this.getBaseTranslation();n+=l,a+=h,e.left=`${(100*n).toFixed(2)}%`,e.top=`${(100*a).toFixed(2)}%`,this.moveInDOM()}static#Be(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 Jr.#Be(t,e,this.parentRotation)}pageTranslationToScreen(t,e){return Jr.#Be(t,e,360-this.parentRotation)}#ze(t){switch(t){case 90:{const[t,e]=this.pageDimensions;return[0,-t/e,e/t,0]}case 180:return[-1,0,0,-1];case 270:{const[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(){const{parentScale:t,pageDimensions:[e,i]}=this;return[e*t,i*t]}setDims(t,e){const[i,s]=this.parentDimensions,{style:n}=this.div;n.width=`${(100*t/i).toFixed(2)}%`,this.#be||(n.height=`${(100*e/s).toFixed(2)}%`)}fixDims(){const{style:t}=this.div,{height:e,width:i}=t,s=i.endsWith("%"),n=!this.#be&&e.endsWith("%");if(s&&n)return;const[a,r]=this.parentDimensions;s||(t.width=`${(100*parseFloat(i)/a).toFixed(2)}%`),this.#be||n||(t.height=`${(100*parseFloat(e)/r).toFixed(2)}%`)}getInitialTranslation(){return[0,0]}#je(){if(this.#ye)return;this.#ye=document.createElement("div"),this.#ye.classList.add("resizers");const t=this._willKeepAspectRatio?["topLeft","topRight","bottomRight","bottomLeft"]:["topLeft","topMiddle","topRight","middleRight","bottomRight","bottomMiddle","bottomLeft","middleLeft"],e=this._uiManager._signal;for(const i of t){const t=document.createElement("div");this.#ye.append(t),t.classList.add("resizer",i),t.setAttribute("data-resizer-name",i),t.addEventListener("pointerdown",this.#Ve.bind(this,i),{signal:e}),t.addEventListener("contextmenu",Ir,{signal:e}),t.tabIndex=-1}this.div.prepend(this.#ye)}#Ve(t,e){e.preventDefault();const{isMac:i}=gr.platform;if(0!==e.button||e.ctrlKey&&i)return;this.#o?.toggle(!1);const s=this._isDraggable;this._isDraggable=!1,this.#we=[e.screenX,e.screenY];const n=new AbortController,a=this._uiManager.combinedSignal(n);this.parent.togglePointerEvents(!1),window.addEventListener("pointermove",this.#He.bind(this,t),{passive:!0,capture:!0,signal:a}),window.addEventListener("touchmove",Rr,{passive:!1,signal:a}),window.addEventListener("contextmenu",Ir,{signal:a}),this.#xe={savedX:this.x,savedY:this.y,savedWidth:this.width,savedHeight:this.height};const r=this.parent.div.style.cursor,o=this.div.style.cursor;this.div.style.cursor=this.parent.div.style.cursor=window.getComputedStyle(e.target).cursor;const l=()=>{n.abort(),this.parent.togglePointerEvents(!0),this.#o?.toggle(!0),this._isDraggable=s,this.parent.div.style.cursor=r,this.div.style.cursor=o,this.#$e()};window.addEventListener("pointerup",l,{signal:a}),window.addEventListener("blur",l,{signal:a})}#Ue(t,e,i,s){this.width=i,this.height=s,this.x=t,this.y=e;const[n,a]=this.parentDimensions;this.setDims(n*i,a*s),this.fixAndSetPosition(),this._onResized()}_onResized(){}#$e(){if(!this.#xe)return;const{savedX:t,savedY:e,savedWidth:i,savedHeight:s}=this.#xe;this.#xe=null;const n=this.x,a=this.y,r=this.width,o=this.height;n===t&&a===e&&r===i&&o===s||this.addCommands({cmd:this.#Ue.bind(this,n,a,r,o),undo:this.#Ue.bind(this,t,e,i,s),mustExec:!0})}static _round(t){return Math.round(1e4*t)/1e4}#He(t,e){const[i,s]=this.parentDimensions,n=this.x,a=this.y,r=this.width,o=this.height,l=Jr.MIN_SIZE/i,h=Jr.MIN_SIZE/s,c=this.#ze(this.rotation),d=(t,e)=>[c[0]*t+c[2]*e,c[1]*t+c[3]*e],u=this.#ze(360-this.rotation);let p,g,f=!1,m=!1;switch(t){case"topLeft":f=!0,p=(t,e)=>[0,0],g=(t,e)=>[t,e];break;case"topMiddle":p=(t,e)=>[t/2,0],g=(t,e)=>[t/2,e];break;case"topRight":f=!0,p=(t,e)=>[t,0],g=(t,e)=>[0,e];break;case"middleRight":m=!0,p=(t,e)=>[t,e/2],g=(t,e)=>[0,e/2];break;case"bottomRight":f=!0,p=(t,e)=>[t,e],g=(t,e)=>[0,0];break;case"bottomMiddle":p=(t,e)=>[t/2,e],g=(t,e)=>[t/2,0];break;case"bottomLeft":f=!0,p=(t,e)=>[0,e],g=(t,e)=>[t,0];break;case"middleLeft":m=!0,p=(t,e)=>[0,e/2],g=(t,e)=>[t,e/2]}const v=p(r,o),b=g(r,o);let y=d(...b);const w=Jr._round(n+y[0]),x=Jr._round(a+y[1]);let A,_,S=1,T=1;if(e.fromKeyboard)({deltaX:A,deltaY:_}=e);else{const{screenX:t,screenY:i}=e,[s,n]=this.#we;[A,_]=this.screenToPageTranslation(t-s,i-n),this.#we[0]=t,this.#we[1]=i}if([A,_]=((t,e)=>[u[0]*t+u[2]*e,u[1]*t+u[3]*e])(A/i,_/s),f){const t=Math.hypot(r,o);S=T=Math.max(Math.min(Math.hypot(b[0]-v[0]-A,b[1]-v[1]-_)/t,1/r,1/o),l/r,h/o)}else m?S=xr(Math.abs(b[0]-v[0]-A),l,1)/r:T=xr(Math.abs(b[1]-v[1]-_),h,1)/o;const k=Jr._round(r*S),C=Jr._round(o*T);y=d(...g(k,C));const E=w-y[0],M=x-y[1];this.#Te||=[this.x,this.y,this.width,this.height],this.width=k,this.height=C,this.x=E,this.y=M,this.setDims(i*k,s*C),this.fixAndSetPosition(),this._onResizing()}_onResizing(){}altTextFinish(){this.#o?.finish()}async addEditToolbar(){return this._editToolbar||this.#Ce||(this._editToolbar=new Vr(this),this.div.append(this._editToolbar.render()),this.#o&&await this._editToolbar.addAltText(this.#o)),this._editToolbar}removeEditToolbar(){this._editToolbar&&(this._editToolbar.remove(),this._editToolbar=null,this.#o?.destroy())}addContainer(t){const e=this._editToolbar?.div;e?e.before(t):this.div.append(t)}getClientDimensions(){return this.div.getBoundingClientRect()}async addAltTextButton(){this.#o||(Yr.initialize(Jr._l10n),this.#o=new Yr(this),this.#pe&&(this.#o.data=this.#pe,this.#pe=null),await this.addEditToolbar())}get altTextData(){return this.#o?.data}set altTextData(t){this.#o&&(this.#o.data=t)}get guessedAltText(){return this.#o?.guessedText}async setGuessedAltText(t){await(this.#o?.setGuessedText(t))}serializeAltText(t){return this.#o?.serialize(t)}hasAltText(){return!!this.#o&&!this.#o.isEmpty()}hasAltTextData(){return this.#o?.hasData()??!1}render(){const 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.#fe?-1:0,t.setAttribute("role","application"),this.defaultL10nId&&t.setAttribute("data-l10n-id",this.defaultL10nId),this._isVisible||t.classList.add("hidden"),this.setInForeground(),this.#Ge();const[e,i]=this.parentDimensions;this.parentRotation%180!=0&&(t.style.maxWidth=`${(100*i/e).toFixed(2)}%`,t.style.maxHeight=`${(100*e/i).toFixed(2)}%`);const[s,n]=this.getInitialTranslation();return this.translate(s,n),$r(this,t,["keydown","pointerdown"]),this.isResizable&&this._uiManager._supportsPinchToZoom&&(this.#Re||=new Qr({container:t,isPinchingDisabled:()=>!this.isSelected,onPinchStart:this.#qe.bind(this),onPinching:this.#We.bind(this),onPinchEnd:this.#Ke.bind(this),signal:this._uiManager._signal})),this._uiManager._editorUndoBar?.hide(),t}#qe(){this.#xe={savedX:this.x,savedY:this.y,savedWidth:this.width,savedHeight:this.height},this.#o?.toggle(!1),this.parent.togglePointerEvents(!1)}#We(t,e,i){let s=i/e*.7+1-.7;if(1===s)return;const n=this.#ze(this.rotation),a=(t,e)=>[n[0]*t+n[2]*e,n[1]*t+n[3]*e],[r,o]=this.parentDimensions,l=this.x,h=this.y,c=this.width,d=this.height,u=Jr.MIN_SIZE/r,p=Jr.MIN_SIZE/o;s=Math.max(Math.min(s,1/c,1/d),u/c,p/d);const g=Jr._round(c*s),f=Jr._round(d*s);if(g===c&&f===d)return;this.#Te||=[l,h,c,d];const m=a(c/2,d/2),v=Jr._round(l+m[0]),b=Jr._round(h+m[1]),y=a(g/2,f/2);this.x=v-y[0],this.y=b-y[1],this.width=g,this.height=f,this.setDims(r*g,o*f),this.fixAndSetPosition(),this._onResizing()}#Ke(){this.#o?.toggle(!0),this.parent.togglePointerEvents(!0),this.#$e()}pointerdown(t){const{isMac:e}=gr.platform;0!==t.button||t.ctrlKey&&e?t.preventDefault():(this.#Se=!0,this._isDraggable?this.#Xe(t):this.#Ye(t))}get isSelected(){return this._uiManager.isSelected(this)}#Ye(t){const{isMac:e}=gr.platform;t.ctrlKey&&!e||t.shiftKey||t.metaKey&&e?this.parent.toggleSelected(this):this.parent.setSelected(this)}#Xe(t){const{isSelected:e}=this;this._uiManager.setUpDragSession();let i=!1;const s=new AbortController,n=this._uiManager.combinedSignal(s),a={capture:!0,passive:!1,signal:n},r=t=>{s.abort(),this.#me=null,this.#Se=!1,this._uiManager.endDragSession()||this.#Ye(t),i&&this._onStopDragging()};e&&(this.#Pe=t.clientX,this.#De=t.clientY,this.#me=t.pointerId,this.#ve=t.pointerType,window.addEventListener("pointermove",(t=>{i||(i=!0,this._onStartDragging());const{clientX:e,clientY:s,pointerId:n}=t;if(n!==this.#me)return void Rr(t);const[a,r]=this.screenToPageTranslation(e-this.#Pe,s-this.#De);this.#Pe=e,this.#De=s,this._uiManager.dragSelectedEditors(a,r)}),a),window.addEventListener("touchmove",Rr,a),window.addEventListener("pointerdown",(t=>{t.pointerType===this.#ve&&(this.#Re||t.isPrimary)&&r(t),Rr(t)}),a));const o=t=>{this.#me&&this.#me!==t.pointerId?Rr(t):r(t)};window.addEventListener("pointerup",o,{signal:n}),window.addEventListener("blur",o,{signal:n})}_onStartDragging(){}_onStopDragging(){}moveInDOM(){this.#Me&&clearTimeout(this.#Me),this.#Me=setTimeout((()=>{this.#Me=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){const s=this.parentScale,[n,a]=this.pageDimensions,[r,o]=this.pageTranslation,l=t/s,h=e/s,c=this.x*n,d=this.y*a,u=this.width*n,p=this.height*a;switch(i){case 0:return[c+l+r,a-d-h-p+o,c+l+u+r,a-d-h+o];case 90:return[c+h+r,a-d+l+o,c+h+p+r,a-d+l+u+o];case 180:return[c-l-u+r,a-d+h+o,c-l+r,a-d+h+p+o];case 270:return[c-h-p+r,a-d-l-u+o,c-h+r,a-d-l+o];default:throw new Error("Invalid rotation")}}getRectInCurrentCoords(t,e){const[i,s,n,a]=t,r=n-i,o=a-s;switch(this.rotation){case 0:return[i,e-a,r,o];case 90:return[i,e-s,o,r];case 180:return[n,e-s,r,o];case 270:return[n,e-a,o,r];default:throw new Error("Invalid rotation")}}onceAdded(t){}isEmpty(){return!1}enableEditMode(){this.#Ce=!0}disableEditMode(){this.#Ce=!1}isInEditMode(){return this.#Ce}shouldGetKeyboardEvents(){return this.#Ee}needsToBeRebuilt(){return this.div&&!this.isAttachedToDOM}get isOnScreen(){const{top:t,left:e,bottom:i,right:s}=this.getClientDimensions(),{innerHeight:n,innerWidth:a}=window;return e<a&&s>0&&t<n&&i>0}#Ge(){if(this.#Ae||!this.div)return;this.#Ae=new AbortController;const t=this._uiManager.combinedSignal(this.#Ae);this.div.addEventListener("focusin",this.focusin.bind(this),{signal:t}),this.div.addEventListener("focusout",this.focusout.bind(this),{signal:t})}rebuild(){this.#Ge()}rotate(t){}resize(){}serializeDeleted(){return{id:this.annotationElementId,deleted:!0,pageIndex:this.pageIndex,popupRef:this._initialData?.popupRef||""}}serialize(t=!1,e=null){tr("An editor must be serializable")}static async deserialize(t,e,i){const s=new this.prototype.constructor({parent:e,id:e.getNextId(),uiManager:i});s.rotation=t.rotation,s.#pe=t.accessibilityData,s._isCopy=t.isCopy||!1;const[n,a]=s.pageDimensions,[r,o,l,h]=s.getRectInCurrentCoords(t.rect,a);return s.x=r/n,s.y=o/a,s.width=l/n,s.height=h/a,s}get hasBeenModified(){return!!this.annotationElementId&&(this.deleted||null!==this.serialize())}remove(){if(this.#Ae?.abort(),this.#Ae=null,this.isEmpty()||this.commit(),this.parent?this.parent.remove(this):this._uiManager.removeEditor(this),this.#Me&&(clearTimeout(this.#Me),this.#Me=null),this.#Ne(),this.removeEditToolbar(),this.#Ie){for(const t of this.#Ie.values())clearTimeout(t);this.#Ie=null}this.parent=null,this.#Re?.destroy(),this.#Re=null}get isResizable(){return!1}makeResizable(){this.isResizable&&(this.#je(),this.#ye.classList.remove("hidden"))}get toolbarPosition(){return null}keydown(t){if(!this.isResizable||t.target!==this.div||"Enter"!==t.key)return;this._uiManager.setSelected(this),this.#xe={savedX:this.x,savedY:this.y,savedWidth:this.width,savedHeight:this.height};const e=this.#ye.children;if(!this.#ge){this.#ge=Array.from(e);const t=this.#Qe.bind(this),i=this.#Je.bind(this),s=this._uiManager._signal;for(const e of this.#ge){const n=e.getAttribute("data-resizer-name");e.setAttribute("role","spinbutton"),e.addEventListener("keydown",t,{signal:s}),e.addEventListener("blur",i,{signal:s}),e.addEventListener("focus",this.#Ze.bind(this,n),{signal:s}),e.setAttribute("data-l10n-id",Jr._l10nResizer[n])}}const i=this.#ge[0];let s=0;for(const t of e){if(t===i)break;s++}const n=(360-this.rotation+this.parentRotation)%360/90*(this.#ge.length/4);if(n!==s){if(n<s)for(let t=0;t<s-n;t++)this.#ye.append(this.#ye.firstChild);else if(n>s)for(let t=0;t<n-s;t++)this.#ye.firstChild.before(this.#ye.lastChild);let t=0;for(const i of e){const e=this.#ge[t++].getAttribute("data-resizer-name");i.setAttribute("data-l10n-id",Jr._l10nResizer[e])}}this.#ti(0),this.#Ee=!0,this.#ye.firstChild.focus({focusVisible:!0}),t.preventDefault(),t.stopImmediatePropagation()}#Qe(t){Jr._resizerKeyboardManager.exec(this,t)}#Je(t){this.#Ee&&t.relatedTarget?.parentNode!==this.#ye&&this.#Ne()}#Ze(t){this.#_e=this.#Ee?t:""}#ti(t){if(this.#ge)for(const e of this.#ge)e.tabIndex=t}_resizeWithKeyboard(t,e){this.#Ee&&this.#He(this.#_e,{deltaX:t,deltaY:e,fromKeyboard:!0})}#Ne(){this.#Ee=!1,this.#ti(-1),this.#$e()}_stopResizingWithKeyboard(){this.#Ne(),this.div.focus()}select(){this.makeResizable(),this.div?.classList.add("selectedEditor"),this._editToolbar?(this._editToolbar?.show(),this.#o?.toggleAltTextBadge(!1)):this.addEditToolbar().then((()=>{this.div?.classList.contains("selectedEditor")&&this._editToolbar?.show()}))}unselect(){this.#ye?.classList.add("hidden"),this.div?.classList.remove("selectedEditor"),this.div?.contains(document.activeElement)&&this._uiManager.currentLayer.div.focus({preventScroll:!0}),this._editToolbar?.hide(),this.#o?.toggleAltTextBadge(!0)}updateParams(t,e){}disableEditing(){}enableEditing(){}enterInEditMode(){}getElementForAltText(){return this.div}get contentDiv(){return this.div}get isEditing(){return this.#ke}set isEditing(t){this.#ke=t,this.parent&&(t?(this.parent.setSelected(this),this.parent.setActiveEditor(this)):this.parent.setActiveEditor(null))}setAspectRatio(t,e){this.#be=!0;const i=t/e,{style:s}=this.div;s.aspectRatio=i,s.height="auto"}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.#Ie||=new Map;const{action:e}=t;let i=this.#Ie.get(e);return i&&clearTimeout(i),i=setTimeout((()=>{this._reportTelemetry(t),this.#Ie.delete(e),0===this.#Ie.size&&(this.#Ie=null)}),Jr._telemetryTimeout),void this.#Ie.set(e,i)}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.#fe=!1}disable(){this.div&&(this.div.tabIndex=-1),this.#fe=!0}renderAnnotationElement(t){let e=t.container.querySelector(".annotationContent");if(e){if("CANVAS"===e.nodeName){const t=e;e=document.createElement("div"),e.classList.add("annotationContent",this.editorType),t.before(e)}}else e=document.createElement("div"),e.classList.add("annotationContent",this.editorType),t.container.prepend(e);return e}resetAnnotationElement(t){const{firstChild:e}=t.container;"DIV"===e?.nodeName&&e.classList.contains("annotationContent")&&e.remove()}}class Zr extends Jr{constructor(t){super(t),this.annotationElementId=t.annotationElementId,this.deleted=!0}serialize(){return this.serializeDeleted()}}const to=3285377520,eo=4294901760,io=65535;class so{constructor(t){this.h1=t?4294967295&t:to,this.h2=t?4294967295&t:to}update(t){let e,i;if("string"==typeof t){e=new Uint8Array(2*t.length),i=0;for(let s=0,n=t.length;s<n;s++){const n=t.charCodeAt(s);n<=255?e[i++]=n:(e[i++]=n>>>8,e[i++]=255&n)}}else{if(!ArrayBuffer.isView(t))throw new Error("Invalid data format, must be a string or TypedArray.");e=t.slice(),i=e.byteLength}const s=i>>2,n=i-4*s,a=new Uint32Array(e.buffer,0,s);let r=0,o=0,l=this.h1,h=this.h2;const c=3432918353,d=461845907,u=11601,p=13715;for(let t=0;t<s;t++)1&t?(r=a[t],r=r*c&eo|r*u&io,r=r<<15|r>>>17,r=r*d&eo|r*p&io,l^=r,l=l<<13|l>>>19,l=5*l+3864292196):(o=a[t],o=o*c&eo|o*u&io,o=o<<15|o>>>17,o=o*d&eo|o*p&io,h^=o,h=h<<13|h>>>19,h=5*h+3864292196);switch(r=0,n){case 3:r^=e[4*s+2]<<16;case 2:r^=e[4*s+1]<<8;case 1:r^=e[4*s],r=r*c&eo|r*u&io,r=r<<15|r>>>17,r=r*d&eo|r*p&io,1&s?l^=r:h^=r}this.h1=l,this.h2=h}hexdigest(){let t=this.h1,e=this.h2;return t^=e>>>1,t=3981806797*t&eo|36045*t&io,e=4283543511*e&eo|(2950163797*(e<<16|t>>>16)&eo)>>>16,t^=e>>>1,t=444984403*t&eo|60499*t&io,e=3301882366*e&eo|(3120437893*(e<<16|t>>>16)&eo)>>>16,t^=e>>>1,(t>>>0).toString(16).padStart(8,"0")+(e>>>0).toString(16).padStart(8,"0")}}const no=Object.freeze({map:null,hash:"",transfer:void 0});class ao{#ei=!1;#ii=null;#si=new Map;constructor(){this.onSetModified=null,this.onResetModified=null,this.onAnnotationEditor=null}getValue(t,e){const i=this.#si.get(t);return void 0===i?e:Object.assign(e,i)}getRawValue(t){return this.#si.get(t)}remove(t){if(this.#si.delete(t),0===this.#si.size&&this.resetModified(),"function"==typeof this.onAnnotationEditor){for(const t of this.#si.values())if(t instanceof Jr)return;this.onAnnotationEditor(null)}}setValue(t,e){const i=this.#si.get(t);let s=!1;if(void 0!==i)for(const[t,n]of Object.entries(e))i[t]!==n&&(s=!0,i[t]=n);else s=!0,this.#si.set(t,e);s&&this.#ni(),e instanceof Jr&&"function"==typeof this.onAnnotationEditor&&this.onAnnotationEditor(e.constructor._type)}has(t){return this.#si.has(t)}get size(){return this.#si.size}#ni(){this.#ei||(this.#ei=!0,"function"==typeof this.onSetModified&&this.onSetModified())}resetModified(){this.#ei&&(this.#ei=!1,"function"==typeof this.onResetModified&&this.onResetModified())}get print(){return new ro(this)}get serializable(){if(0===this.#si.size)return no;const t=new Map,e=new so,i=[],s=Object.create(null);let n=!1;for(const[i,a]of this.#si){const r=a instanceof Jr?a.serialize(!1,s):a;r&&(t.set(i,r),e.update(`${i}:${JSON.stringify(r)}`),n||=!!r.bitmap)}if(n)for(const e of t.values())e.bitmap&&i.push(e.bitmap);return t.size>0?{map:t,hash:e.hexdigest(),transfer:i}:no}get editorStats(){let t=null;const e=new Map;for(const i of this.#si.values()){if(!(i instanceof Jr))continue;const s=i.telemetryFinalData;if(!s)continue;const{type:n}=s;e.has(n)||e.set(n,Object.getPrototypeOf(i).constructor),t||=Object.create(null);const a=t[n]||=new Map;for(const[t,e]of Object.entries(s)){if("type"===t)continue;let i=a.get(t);i||(i=new Map,a.set(t,i));const s=i.get(e)??0;i.set(e,s+1)}}for(const[i,s]of e)t[i]=s.computeTelemetryFinalData(t[i]);return t}resetModifiedIds(){this.#ii=null}get modifiedIds(){if(this.#ii)return this.#ii;const t=[];for(const e of this.#si.values())e instanceof Jr&&e.annotationElementId&&e.serialize()&&t.push(e.annotationElementId);return this.#ii={ids:new Set(t),hash:t.join(",")}}[Symbol.iterator](){return this.#si.entries()}}class ro extends ao{#ai;constructor(t){super();const{map:e,hash:i,transfer:s}=t.serializable,n=structuredClone(e,s?{transfer:s}:null);this.#ai={map:n,hash:i,transfer:s}}get print(){tr("Should not call PrintAnnotationStorage.print")}get serializable(){return this.#ai}get modifiedIds(){return nr(this,"modifiedIds",{ids:new Set,hash:""})}}class oo{#ri=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));const e=this.styleElement.sheet;e.insertRule(t,e.cssRules.length)}clear(){for(const t of this.nativeFontFaces)this._document.fonts.delete(t);this.nativeFontFaces.clear(),this.#ri.clear(),this.styleElement&&(this.styleElement.remove(),this.styleElement=null)}async loadSystemFont({systemFontInfo:t,disableFontFace:e,_inspectFont:i}){if(t&&!this.#ri.has(t.loadedName))if(er(!e,"loadSystemFont shouldn't be called when `disableFontFace` is set."),this.isFontLoadingAPISupported){const{loadedName:e,src:s,style:n}=t,a=new FontFace(e,s,n);this.addNativeFontFace(a);try{await a.load(),this.#ri.add(e),i?.(t)}catch{Za(`Cannot load system font: ${t.baseFontName}, installing it could help to improve PDF rendering.`),this.removeNativeFontFace(a)}}else tr("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){const e=t.createNativeFontFace();if(e){this.addNativeFontFace(e);try{await e.loaded}catch(i){throw Za(`Failed to load font '${e.family}': '${i}'.`),t.disableFontFace=!0,i}}return}const e=t.createFontFaceRule();if(e){if(this.insertRule(e),this.isSyncFontLoadingSupported)return;await new Promise((e=>{const i=this._queueLoadingCallback(e);this._prepareFontLoadEvent(t,i)}))}}get isFontLoadingAPISupported(){return nr(this,"isFontLoadingAPISupported",!!this._document?.fonts)}get isSyncFontLoadingSupported(){return nr(this,"isSyncFontLoadingSupported",ma||gr.platform.isFirefox)}_queueLoadingCallback(t){const{loadingRequests:e}=this,i={done:!1,complete:function(){for(er(!i.done,"completeRequest() cannot be called twice."),i.done=!0;e.length>0&&e[0].done;){const t=e.shift();setTimeout(t.callback,0)}},callback:t};return e.push(i),i}get _loadTestFont(){return nr(this,"_loadTestFont",atob("T1RUTwALAIAAAwAwQ0ZGIDHtZg4AAAOYAAAAgUZGVE1lkzZwAAAEHAAAABxHREVGABQAFQAABDgAAAAeT1MvMlYNYwkAAAEgAAAAYGNtYXABDQLUAAACNAAAAUJoZWFk/xVFDQAAALwAAAA2aGhlYQdkA+oAAAD0AAAAJGhtdHgD6AAAAAAEWAAAAAZtYXhwAAJQAAAAARgAAAAGbmFtZVjmdH4AAAGAAAAAsXBvc3T/hgAzAAADeAAAACAAAQAAAAEAALZRFsRfDzz1AAsD6AAAAADOBOTLAAAAAM4KHDwAAAAAA+gDIQAAAAgAAgAAAAAAAAABAAADIQAAAFoD6AAAAAAD6AABAAAAAAAAAAAAAAAAAAAAAQAAUAAAAgAAAAQD6AH0AAUAAAKKArwAAACMAooCvAAAAeAAMQECAAACAAYJAAAAAAAAAAAAAQAAAAAAAAAAAAAAAFBmRWQAwAAuAC4DIP84AFoDIQAAAAAAAQAAAAAAAAAAACAAIAABAAAADgCuAAEAAAAAAAAAAQAAAAEAAAAAAAEAAQAAAAEAAAAAAAIAAQAAAAEAAAAAAAMAAQAAAAEAAAAAAAQAAQAAAAEAAAAAAAUAAQAAAAEAAAAAAAYAAQAAAAMAAQQJAAAAAgABAAMAAQQJAAEAAgABAAMAAQQJAAIAAgABAAMAAQQJAAMAAgABAAMAAQQJAAQAAgABAAMAAQQJAAUAAgABAAMAAQQJAAYAAgABWABYAAAAAAAAAwAAAAMAAAAcAAEAAAAAADwAAwABAAAAHAAEACAAAAAEAAQAAQAAAC7//wAAAC7////TAAEAAAAAAAABBgAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAD/gwAyAAAAAQAAAAAAAAAAAAAAAAAAAAABAAQEAAEBAQJYAAEBASH4DwD4GwHEAvgcA/gXBIwMAYuL+nz5tQXkD5j3CBLnEQACAQEBIVhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYAAABAQAADwACAQEEE/t3Dov6fAH6fAT+fPp8+nwHDosMCvm1Cvm1DAz6fBQAAAAAAAABAAAAAMmJbzEAAAAAzgTjFQAAAADOBOQpAAEAAAAAAAAADAAUAAQAAAABAAAAAgABAAAAAAAAAAAD6AAAAAAAAA=="))}_prepareFontLoadEvent(t,e){function i(t,e){return t.charCodeAt(e)<<24|t.charCodeAt(e+1)<<16|t.charCodeAt(e+2)<<8|255&t.charCodeAt(e+3)}function s(t,e,i,s){return t.substring(0,e)+s+t.substring(e+i)}let n,a;const r=this._document.createElement("canvas");r.width=1,r.height=1;const o=r.getContext("2d");let l=0;const h=`lt${Date.now()}${this.loadTestFontId++}`;let c=this._loadTestFont;c=s(c,976,h.length,h);const d=1482184792;let u=i(c,16);for(n=0,a=h.length-3;n<a;n+=4)u=u-d+i(h,n)|0;var p;n<h.length&&(u=u-d+i(h+"XXX",n)|0),c=s(c,16,4,(p=u,String.fromCharCode(p>>24&255,p>>16&255,p>>8&255,255&p)));const g=`@font-face {font-family:"${h}";src:${`url(data:font/opentype;base64,${btoa(c)});`}}`;this.insertRule(g);const f=this._document.createElement("div");f.style.visibility="hidden",f.style.width=f.style.height="10px",f.style.position="absolute",f.style.top=f.style.left="0px";for(const e of[t.loadedName,h]){const t=this._document.createElement("span");t.textContent="Hi",t.style.fontFamily=e,f.append(t)}this._document.body.append(f),function t(e,i){if(++l>30)return Za("Load test font never loaded."),void i();o.font="30px "+e,o.fillText(".",0,20),o.getImageData(0,0,1,1).data[3]>0?i():setTimeout(t.bind(null,e,i))}(h,(()=>{f.remove(),e.complete()}))}}class lo{constructor(t,e=null){this.compiledGlyphs=Object.create(null);for(const e in t)this[e]=t[e];this._inspectFont=e}createNativeFontFace(){if(!this.data||this.disableFontFace)return null;let t;if(this.cssFontInfo){const 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(){if(!this.data||this.disableFontFace)return null;const t=`url(data:${this.mimetype};base64,${Ar(this.data)});`;let e;if(this.cssFontInfo){let i=`font-weight: ${this.cssFontInfo.fontWeight};`;this.cssFontInfo.italicAngle&&(i+=`font-style: oblique ${this.cssFontInfo.italicAngle}deg;`),e=`@font-face {font-family:"${this.cssFontInfo.fontFamily}";${i}src:${t}}`}else e=`@font-face {font-family:"${this.loadedName}";src:${t}}`;return this._inspectFont?.(this,t),e}getPathGenerator(t,e){if(void 0!==this.compiledGlyphs[e])return this.compiledGlyphs[e];const i=this.loadedName+"_path_"+e;let s;try{s=t.get(i)}catch(t){Za(`getPathGenerator - ignoring character: "${t}".`)}const n=new Path2D(s||"");return this.fontExtraProperties||t.delete(i),this.compiledGlyphs[e]=n}}const ho=1,co=2,uo=1,po=2,go=3,fo=4,mo=5,vo=6,bo=7,yo=8;function wo(){}function xo(t){if(t instanceof dr||t instanceof lr||t instanceof rr||t instanceof hr||t instanceof or)return t;switch(t instanceof Error||"object"==typeof t&&null!==t||tr('wrapReason: Expected "reason" to be a (possibly cloned) Error.'),t.name){case"AbortException":return new dr(t.message);case"InvalidPDFException":return new lr(t.message);case"PasswordException":return new rr(t.message,t.code);case"ResponseException":return new hr(t.message,t.status,t.missing);case"UnknownErrorException":return new or(t.message,t.details)}return new or(t.message,t.toString())}class Ao{#oi=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.#li.bind(this),{signal:this.#oi.signal})}#li({data:t}){if(t.targetName!==this.sourceName)return;if(t.stream)return void this.#hi(t);if(t.callback){const e=t.callbackId,i=this.callbackCapabilities[e];if(!i)throw new Error(`Cannot resolve callback ${e}`);if(delete this.callbackCapabilities[e],t.callback===ho)i.resolve(t.data);else{if(t.callback!==co)throw new Error("Unexpected callback case");i.reject(xo(t.reason))}return}const e=this.actionHandler[t.action];if(!e)throw new Error(`Unknown action from worker: ${t.action}`);if(t.callbackId){const i=this.sourceName,s=t.sourceName,n=this.comObj;Promise.try(e,t.data).then((function(e){n.postMessage({sourceName:i,targetName:s,callback:ho,callbackId:t.callbackId,data:e})}),(function(e){n.postMessage({sourceName:i,targetName:s,callback:co,callbackId:t.callbackId,reason:xo(e)})}))}else t.streamId?this.#ci(t):e(t.data)}on(t,e){const i=this.actionHandler;if(i[t])throw new 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){const s=this.callbackId++,n=Promise.withResolvers();this.callbackCapabilities[s]=n;try{this.comObj.postMessage({sourceName:this.sourceName,targetName:this.targetName,action:t,callbackId:s,data:e},i)}catch(t){n.reject(t)}return n.promise}sendWithStream(t,e,i,s){const n=this.streamId++,a=this.sourceName,r=this.targetName,o=this.comObj;return new ReadableStream({start:i=>{const l=Promise.withResolvers();return this.streamControllers[n]={controller:i,startCall:l,pullCall:null,cancelCall:null,isClosed:!1},o.postMessage({sourceName:a,targetName:r,action:t,streamId:n,data:e,desiredSize:i.desiredSize},s),l.promise},pull:t=>{const e=Promise.withResolvers();return this.streamControllers[n].pullCall=e,o.postMessage({sourceName:a,targetName:r,stream:vo,streamId:n,desiredSize:t.desiredSize}),e.promise},cancel:t=>{er(t instanceof Error,"cancel must have a valid reason");const e=Promise.withResolvers();return this.streamControllers[n].cancelCall=e,this.streamControllers[n].isClosed=!0,o.postMessage({sourceName:a,targetName:r,stream:uo,streamId:n,reason:xo(t)}),e.promise}},i)}#ci(t){const e=t.streamId,i=this.sourceName,s=t.sourceName,n=this.comObj,a=this,r=this.actionHandler[t.action],o={enqueue(t,a=1,r){if(this.isCancelled)return;const o=this.desiredSize;this.desiredSize-=a,o>0&&this.desiredSize<=0&&(this.sinkCapability=Promise.withResolvers(),this.ready=this.sinkCapability.promise),n.postMessage({sourceName:i,targetName:s,stream:fo,streamId:e,chunk:t},r)},close(){this.isCancelled||(this.isCancelled=!0,n.postMessage({sourceName:i,targetName:s,stream:go,streamId:e}),delete a.streamSinks[e])},error(t){er(t instanceof Error,"error must have a valid reason"),this.isCancelled||(this.isCancelled=!0,n.postMessage({sourceName:i,targetName:s,stream:mo,streamId:e,reason:xo(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(r,t.data,o).then((function(){n.postMessage({sourceName:i,targetName:s,stream:yo,streamId:e,success:!0})}),(function(t){n.postMessage({sourceName:i,targetName:s,stream:yo,streamId:e,reason:xo(t)})}))}#hi(t){const e=t.streamId,i=this.sourceName,s=t.sourceName,n=this.comObj,a=this.streamControllers[e],r=this.streamSinks[e];switch(t.stream){case yo:t.success?a.startCall.resolve():a.startCall.reject(xo(t.reason));break;case bo:t.success?a.pullCall.resolve():a.pullCall.reject(xo(t.reason));break;case vo:if(!r){n.postMessage({sourceName:i,targetName:s,stream:bo,streamId:e,success:!0});break}r.desiredSize<=0&&t.desiredSize>0&&r.sinkCapability.resolve(),r.desiredSize=t.desiredSize,Promise.try(r.onPull||wo).then((function(){n.postMessage({sourceName:i,targetName:s,stream:bo,streamId:e,success:!0})}),(function(t){n.postMessage({sourceName:i,targetName:s,stream:bo,streamId:e,reason:xo(t)})}));break;case fo:if(er(a,"enqueue should have stream controller"),a.isClosed)break;a.controller.enqueue(t.chunk);break;case go:if(er(a,"close should have stream controller"),a.isClosed)break;a.isClosed=!0,a.controller.close(),this.#di(a,e);break;case mo:er(a,"error should have stream controller"),a.controller.error(xo(t.reason)),this.#di(a,e);break;case po:t.success?a.cancelCall.resolve():a.cancelCall.reject(xo(t.reason)),this.#di(a,e);break;case uo:if(!r)break;const o=xo(t.reason);Promise.try(r.onCancel||wo,o).then((function(){n.postMessage({sourceName:i,targetName:s,stream:po,streamId:e,success:!0})}),(function(t){n.postMessage({sourceName:i,targetName:s,stream:po,streamId:e,reason:xo(t)})})),r.sinkCapability.reject(o),r.isCancelled=!0,delete this.streamSinks[e];break;default:throw new Error("Unexpected stream case")}}async#di(t,e){await Promise.allSettled([t.startCall?.promise,t.pullCall?.promise,t.cancelCall?.promise]),delete this.streamControllers[e]}destroy(){this.#oi?.abort(),this.#oi=null}}class _o{#ui=!1;constructor({enableHWA:t=!1}){this.#ui=t}create(t,e){if(t<=0||e<=0)throw new Error("Invalid canvas size");const i=this._createCanvas(t,e);return{canvas:i,context:i.getContext("2d",{willReadFrequently:!this.#ui})}}reset(t,e,i){if(!t.canvas)throw new Error("Canvas is not specified");if(e<=0||i<=0)throw new Error("Invalid canvas size");t.canvas.width=e,t.canvas.height=i}destroy(t){if(!t.canvas)throw new Error("Canvas is not specified");t.canvas.width=0,t.canvas.height=0,t.canvas=null,t.context=null}_createCanvas(t,e){tr("Abstract method `_createCanvas` called.")}}class So extends _o{constructor({ownerDocument:t=globalThis.document,enableHWA:e=!1}){super({enableHWA:e}),this._document=t}_createCanvas(t,e){const i=this._document.createElement("canvas");return i.width=t,i.height=e,i}}class To{constructor({baseUrl:t=null,isCompressed:e=!0}){this.baseUrl=t,this.isCompressed=e}async fetch({name:t}){if(!this.baseUrl)throw new Error("Ensure that the `cMapUrl` and `cMapPacked` API parameters are provided.");if(!t)throw new Error("CMap name must be specified.");const e=this.baseUrl+t+(this.isCompressed?".bcmap":"");return this._fetch(e).then((t=>({cMapData:t,isCompressed:this.isCompressed}))).catch((t=>{throw new Error(`Unable to load ${this.isCompressed?"binary ":""}CMap at: ${e}`)}))}async _fetch(t){tr("Abstract method `_fetch` called.")}}class ko extends To{async _fetch(t){const e=await Tr(t,this.isCompressed?"arraybuffer":"text");return e instanceof ArrayBuffer?new Uint8Array(e):pr(e)}}class Co{addFilter(t){return"none"}addHCMFilter(t,e){return"none"}addAlphaFilter(t){return"none"}addLuminosityFilter(t){return"none"}addHighlightHCMFilter(t,e,i,s,n){return"none"}destroy(t=!1){}}class Eo extends Co{#pi;#gi;#fi;#mi;#vi;#bi;#w=0;constructor({docId:t,ownerDocument:e=globalThis.document}){super(),this.#mi=t,this.#vi=e}get#A(){return this.#gi||=new Map}get#yi(){return this.#bi||=new Map}get#wi(){if(!this.#fi){const t=this.#vi.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;const i=this.#vi.createElementNS(_r,"svg");i.setAttribute("width",0),i.setAttribute("height",0),this.#fi=this.#vi.createElementNS(_r,"defs"),t.append(i),i.append(this.#fi),this.#vi.body.append(t)}return this.#fi}#xi(t){if(1===t.length){const e=t[0],i=new Array(256);for(let t=0;t<256;t++)i[t]=e[t]/255;const s=i.join(",");return[s,s,s]}const[e,i,s]=t,n=new Array(256),a=new Array(256),r=new Array(256);for(let t=0;t<256;t++)n[t]=e[t]/255,a[t]=i[t]/255,r[t]=s[t]/255;return[n.join(","),a.join(","),r.join(",")]}#Ai(t){if(void 0===this.#pi){this.#pi="";const t=this.#vi.URL;t!==this.#vi.baseURI&&(Er(t)?Za('#createUrl: ignore "data:"-URL for performance reasons.'):this.#pi=sr(t,""))}return`url(${this.#pi}#${t})`}addFilter(t){if(!t)return"none";let e=this.#A.get(t);if(e)return e;const[i,s,n]=this.#xi(t),a=1===t.length?i:`${i}${s}${n}`;if(e=this.#A.get(a),e)return this.#A.set(t,e),e;const r=`g_${this.#mi}_transfer_map_${this.#w++}`,o=this.#Ai(r);this.#A.set(t,o),this.#A.set(a,o);const l=this.#_i(r);return this.#Si(i,s,n,l),o}addHCMFilter(t,e){const i=`${t}-${e}`,s="base";let n=this.#yi.get(s);if(n?.key===i)return n.url;if(n?(n.filter?.remove(),n.key=i,n.url="none",n.filter=null):(n={key:i,url:"none",filter:null},this.#yi.set(s,n)),!t||!e)return n.url;const a=this.#Ti(t);t=mr.makeHexColor(...a);const r=this.#Ti(e);if(e=mr.makeHexColor(...r),this.#wi.style.color="","#000000"===t&&"#ffffff"===e||t===e)return n.url;const o=new Array(256);for(let t=0;t<=255;t++){const e=t/255;o[t]=e<=.03928?e/12.92:((e+.055)/1.055)**2.4}const l=o.join(","),h=`g_${this.#mi}_hcm_filter`,c=n.filter=this.#_i(h);this.#Si(l,l,l,c),this.#ki(c);const d=(t,e)=>{const i=a[t]/255,s=r[t]/255,n=new Array(e+1);for(let t=0;t<=e;t++)n[t]=i+t/e*(s-i);return n.join(",")};return this.#Si(d(0,5),d(1,5),d(2,5),c),n.url=this.#Ai(h),n.url}addAlphaFilter(t){let e=this.#A.get(t);if(e)return e;const[i]=this.#xi([t]),s=`alpha_${i}`;if(e=this.#A.get(s),e)return this.#A.set(t,e),e;const n=`g_${this.#mi}_alpha_map_${this.#w++}`,a=this.#Ai(n);this.#A.set(t,a),this.#A.set(s,a);const r=this.#_i(n);return this.#Ci(i,r),a}addLuminosityFilter(t){let e,i,s=this.#A.get(t||"luminosity");if(s)return s;if(t?([e]=this.#xi([t]),i=`luminosity_${e}`):i="luminosity",s=this.#A.get(i),s)return this.#A.set(t,s),s;const n=`g_${this.#mi}_luminosity_map_${this.#w++}`,a=this.#Ai(n);this.#A.set(t,a),this.#A.set(i,a);const r=this.#_i(n);return this.#Ei(r),t&&this.#Ci(e,r),a}addHighlightHCMFilter(t,e,i,s,n){const a=`${e}-${i}-${s}-${n}`;let r=this.#yi.get(t);if(r?.key===a)return r.url;if(r?(r.filter?.remove(),r.key=a,r.url="none",r.filter=null):(r={key:a,url:"none",filter:null},this.#yi.set(t,r)),!e||!i)return r.url;const[o,l]=[e,i].map(this.#Ti.bind(this));let h=Math.round(.2126*o[0]+.7152*o[1]+.0722*o[2]),c=Math.round(.2126*l[0]+.7152*l[1]+.0722*l[2]),[d,u]=[s,n].map(this.#Ti.bind(this));c<h&&([h,c,d,u]=[c,h,u,d]),this.#wi.style.color="";const p=(t,e,i)=>{const s=new Array(256),n=(c-h)/i,a=t/255,r=(e-t)/(255*i);let o=0;for(let t=0;t<=i;t++){const e=Math.round(h+t*n),i=a+t*r;for(let t=o;t<=e;t++)s[t]=i;o=e+1}for(let t=o;t<256;t++)s[t]=s[o-1];return s.join(",")},g=`g_${this.#mi}_hcm_${t}_filter`,f=r.filter=this.#_i(g);return this.#ki(f),this.#Si(p(d[0],u[0],5),p(d[1],u[1],5),p(d[2],u[2],5),f),r.url=this.#Ai(g),r.url}destroy(t=!1){t&&this.#bi?.size||(this.#fi?.parentNode.parentNode.remove(),this.#fi=null,this.#gi?.clear(),this.#gi=null,this.#bi?.clear(),this.#bi=null,this.#w=0)}#Ei(t){const e=this.#vi.createElementNS(_r,"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)}#ki(t){const e=this.#vi.createElementNS(_r,"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)}#_i(t){const e=this.#vi.createElementNS(_r,"filter");return e.setAttribute("color-interpolation-filters","sRGB"),e.setAttribute("id",t),this.#wi.append(e),e}#Mi(t,e,i){const s=this.#vi.createElementNS(_r,e);s.setAttribute("type","discrete"),s.setAttribute("tableValues",i),t.append(s)}#Si(t,e,i,s){const n=this.#vi.createElementNS(_r,"feComponentTransfer");s.append(n),this.#Mi(n,"feFuncR",t),this.#Mi(n,"feFuncG",e),this.#Mi(n,"feFuncB",i)}#Ci(t,e){const i=this.#vi.createElementNS(_r,"feComponentTransfer");e.append(i),this.#Mi(i,"feFuncA",t)}#Ti(t){return this.#wi.style.color=t,Fr(getComputedStyle(this.#wi).getPropertyValue("color"))}}class Mo{constructor({baseUrl:t=null}){this.baseUrl=t}async fetch({filename:t}){if(!this.baseUrl)throw new Error("Ensure that the `standardFontDataUrl` API parameter is provided.");if(!t)throw new Error("Font filename must be specified.");const e=`${this.baseUrl}${t}`;return this._fetch(e).catch((t=>{throw new Error(`Unable to load font data at: ${e}`)}))}async _fetch(t){tr("Abstract method `_fetch` called.")}}class Po extends Mo{async _fetch(t){const e=await Tr(t,"arraybuffer");return new Uint8Array(e)}}class Do{constructor({baseUrl:t=null}){this.baseUrl=t}async fetch({filename:t}){if(!this.baseUrl)throw new Error("Ensure that the `wasmUrl` API parameter is provided.");if(!t)throw new Error("Wasm filename must be specified.");const e=`${this.baseUrl}${t}`;return this._fetch(e).catch((t=>{throw new Error(`Unable to load wasm data at: ${e}`)}))}async _fetch(t){tr("Abstract method `_fetch` called.")}}class Io extends Do{async _fetch(t){const e=await Tr(t,"arraybuffer");return new Uint8Array(e)}}async function Ro(t){const e=process.getBuiltinModule("fs"),i=await e.promises.readFile(t);return new Uint8Array(i)}ma&&Za("Please use the `legacy` build in Node.js environments.");class Lo extends Co{}class Fo extends _o{_createCanvas(t,e){return process.getBuiltinModule("module").createRequire(import.meta.url)("@napi-rs/canvas").createCanvas(t,e)}}class No extends To{async _fetch(t){return Ro(t)}}class Oo extends Mo{async _fetch(t){return Ro(t)}}class Bo extends Do{async _fetch(t){return Ro(t)}}const zo="Fill",jo="Stroke",Vo="Shading";function Ho(t,e){if(!e)return;const i=e[2]-e[0],s=e[3]-e[1],n=new Path2D;n.rect(e[0],e[1],i,s),t.clip(n)}class $o{isModifyingCurrentTransform(){return!1}getPattern(){tr("Abstract method `getPattern` called.")}}class Uo extends $o{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}_createGradient(t){let e;"axial"===this._type?e=t.createLinearGradient(this._p0[0],this._p0[1],this._p1[0],this._p1[1]):"radial"===this._type&&(e=t.createRadialGradient(this._p0[0],this._p0[1],this._r0,this._p1[0],this._p1[1],this._r1));for(const t of this._colorStops)e.addColorStop(t[0],t[1]);return e}getPattern(t,e,i,s){let n;if(s===jo||s===zo){const a=e.current.getClippedPathBoundingBox(s,Nr(t))||[0,0,0,0],r=Math.ceil(a[2]-a[0])||1,o=Math.ceil(a[3]-a[1])||1,l=e.cachedCanvases.getCanvas("pattern",r,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(-a[0],-a[1]),i=mr.transform(i,[1,0,0,1,a[0],a[1]]),h.transform(...e.baseTransform),this.matrix&&h.transform(...this.matrix),Ho(h,this._bbox),h.fillStyle=this._createGradient(h),h.fill(),n=t.createPattern(l.canvas,"no-repeat");const c=new DOMMatrix(i);n.setTransform(c)}else Ho(t,this._bbox),n=this._createGradient(t);return n}}function Go(t,e,i,s,n,a,r,o){const l=e.coords,h=e.colors,c=t.data,d=4*t.width;let u;l[i+1]>l[s+1]&&(u=i,i=s,s=u,u=a,a=r,r=u),l[s+1]>l[n+1]&&(u=s,s=n,n=u,u=r,r=o,o=u),l[i+1]>l[s+1]&&(u=i,i=s,s=u,u=a,a=r,r=u);const p=(l[i]+e.offsetX)*e.scaleX,g=(l[i+1]+e.offsetY)*e.scaleY,f=(l[s]+e.offsetX)*e.scaleX,m=(l[s+1]+e.offsetY)*e.scaleY,v=(l[n]+e.offsetX)*e.scaleX,b=(l[n+1]+e.offsetY)*e.scaleY;if(g>=b)return;const y=h[a],w=h[a+1],x=h[a+2],A=h[r],_=h[r+1],S=h[r+2],T=h[o],k=h[o+1],C=h[o+2],E=Math.round(g),M=Math.round(b);let P,D,I,R,L,F,N,O;for(let t=E;t<=M;t++){if(t<m){const e=t<g?0:(g-t)/(g-m);P=p-(p-f)*e,D=y-(y-A)*e,I=w-(w-_)*e,R=x-(x-S)*e}else{let e;e=t>b?1:m===b?0:(m-t)/(m-b),P=f-(f-v)*e,D=A-(A-T)*e,I=_-(_-k)*e,R=S-(S-C)*e}let e;e=t<g?0:t>b?1:(g-t)/(g-b),L=p-(p-v)*e,F=y-(y-T)*e,N=w-(w-k)*e,O=x-(x-C)*e;const i=Math.round(Math.min(P,L)),s=Math.round(Math.max(P,L));let n=d*t+4*i;for(let t=i;t<=s;t++)e=(P-t)/(P-L),e<0?e=0:e>1&&(e=1),c[n++]=D-(D-F)*e|0,c[n++]=I-(I-N)*e|0,c[n++]=R-(R-O)*e|0,c[n++]=255}}function qo(t,e,i){const s=e.coords,n=e.colors;let a,r;switch(e.type){case"lattice":const o=e.verticesPerRow,l=Math.floor(s.length/o)-1,h=o-1;for(a=0;a<l;a++){let e=a*o;for(let a=0;a<h;a++,e++)Go(t,i,s[e],s[e+1],s[e+o],n[e],n[e+1],n[e+o]),Go(t,i,s[e+o+1],s[e+1],s[e+o],n[e+o+1],n[e+1],n[e+o])}break;case"triangles":for(a=0,r=s.length;a<r;a+=3)Go(t,i,s[a],s[a+1],s[a+2],n[a],n[a+1],n[a+2]);break;default:throw new Error("illegal figure")}}class Wo extends $o{constructor(t){super(),this._coords=t[2],this._colors=t[3],this._figures=t[4],this._bounds=t[5],this._bbox=t[6],this._background=t[7],this.matrix=null}_createMeshCanvas(t,e,i){const s=Math.floor(this._bounds[0]),n=Math.floor(this._bounds[1]),a=Math.ceil(this._bounds[2])-s,r=Math.ceil(this._bounds[3])-n,o=Math.min(Math.ceil(Math.abs(a*t[0]*1.1)),3e3),l=Math.min(Math.ceil(Math.abs(r*t[1]*1.1)),3e3),h=a/o,c=r/l,d={coords:this._coords,colors:this._colors,offsetX:-s,offsetY:-n,scaleX:1/h,scaleY:1/c},u=o+4,p=l+4,g=i.getCanvas("mesh",u,p),f=g.context,m=f.createImageData(o,l);if(e){const t=m.data;for(let i=0,s=t.length;i<s;i+=4)t[i]=e[0],t[i+1]=e[1],t[i+2]=e[2],t[i+3]=255}for(const t of this._figures)qo(m,t,d);f.putImageData(m,2,2);return{canvas:g.canvas,offsetX:s-2*h,offsetY:n-2*c,scaleX:h,scaleY:c}}isModifyingCurrentTransform(){return!0}getPattern(t,e,i,s){Ho(t,this._bbox);const n=new Float32Array(2);if(s===Vo)mr.singularValueDecompose2dScale(Nr(t),n);else if(this.matrix){mr.singularValueDecompose2dScale(this.matrix,n);const[t,i]=n;mr.singularValueDecompose2dScale(e.baseTransform,n),n[0]*=t,n[1]*=i}else mr.singularValueDecompose2dScale(e.baseTransform,n);const a=this._createMeshCanvas(n,s===Vo?null:this._background,e.cachedCanvases);return s!==Vo&&(t.setTransform(...e.baseTransform),this.matrix&&t.transform(...this.matrix)),t.translate(a.offsetX,a.offsetY),t.scale(a.scaleX,a.scaleY),t.createPattern(a.canvas,"no-repeat")}}class Ko extends $o{getPattern(){return"hotpink"}}const Xo=1,Yo=2;class Qo{static MAX_PATTERN_SIZE=3e3;constructor(t,e,i,s){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.ctx=e,this.canvasGraphicsFactory=i,this.baseTransform=s}createPatternCanvas(t){const{bbox:e,operatorList:i,paintType:s,tilingType:n,color:a,canvasGraphicsFactory:r}=this;let{xstep:o,ystep:l}=this;o=Math.abs(o),l=Math.abs(l),Ja("TilingType: "+n);const h=e[0],c=e[1],d=e[2],u=e[3],p=d-h,g=u-c,f=new Float32Array(2);mr.singularValueDecompose2dScale(this.matrix,f);const[m,v]=f;mr.singularValueDecompose2dScale(this.baseTransform,f);const b=m*f[0],y=v*f[1];let w=p,x=g,A=!1,_=!1;const S=Math.ceil(o*b),T=Math.ceil(l*y);S>=Math.ceil(p*b)?w=o:A=!0,T>=Math.ceil(g*y)?x=l:_=!0;const k=this.getSizeAndScale(w,this.ctx.canvas.width,b),C=this.getSizeAndScale(x,this.ctx.canvas.height,y),E=t.cachedCanvases.getCanvas("pattern",k.size,C.size),M=E.context,P=r.createCanvasGraphics(M);if(P.groupLevel=t.groupLevel,this.setFillAndStrokeStyleToContext(P,s,a),M.translate(-k.scale*h,-C.scale*c),P.transform(k.scale,0,0,C.scale,0,0),M.save(),this.clipBbox(P,h,c,d,u),P.baseTransform=Nr(P.ctx),P.executeOperatorList(i),P.endDrawing(),M.restore(),A||_){const e=E.canvas;A&&(w=o),_&&(x=l);const i=this.getSizeAndScale(w,this.ctx.canvas.width,b),s=this.getSizeAndScale(x,this.ctx.canvas.height,y),n=i.size,a=s.size,r=t.cachedCanvases.getCanvas("pattern-workaround",n,a),d=r.context,u=A?Math.floor(p/o):0,f=_?Math.floor(g/l):0;for(let t=0;t<=u;t++)for(let i=0;i<=f;i++)d.drawImage(e,n*t,a*i,n,a,0,0,n,a);return{canvas:r.canvas,scaleX:i.scale,scaleY:s.scale,offsetX:h,offsetY:c}}return{canvas:E.canvas,scaleX:k.scale,scaleY:C.scale,offsetX:h,offsetY:c}}getSizeAndScale(t,e,i){const s=Math.max(Qo.MAX_PATTERN_SIZE,e);let n=Math.ceil(t*i);return n>=s?n=s:i=n/t,{scale:i,size:n}}clipBbox(t,e,i,s,n){const a=s-e,r=n-i;t.ctx.rect(e,i,a,r),mr.axialAlignedBoundingBox([e,i,s,n],Nr(t.ctx),t.current.minMax),t.clip(),t.endPath()}setFillAndStrokeStyleToContext(t,e,i){const s=t.ctx,n=t.current;switch(e){case Xo:const t=this.ctx;s.fillStyle=t.fillStyle,s.strokeStyle=t.strokeStyle,n.fillColor=t.fillStyle,n.strokeColor=t.strokeStyle;break;case Yo:const a=mr.makeHexColor(i[0],i[1],i[2]);s.fillStyle=a,s.strokeStyle=a,n.fillColor=a,n.strokeColor=a;break;default:throw new cr(`Unsupported paint type: ${e}`)}}isModifyingCurrentTransform(){return!1}getPattern(t,e,i,s){let n=i;s!==Vo&&(n=mr.transform(n,e.baseTransform),this.matrix&&(n=mr.transform(n,this.matrix)));const a=this.createPatternCanvas(e);let r=new DOMMatrix(n);r=r.translate(a.offsetX,a.offsetY),r=r.scale(1/a.scaleX,1/a.scaleY);const o=t.createPattern(a.canvas,"repeat");return o.setTransform(r),o}}function Jo({src:t,srcPos:e=0,dest:i,width:s,height:n,nonBlackColor:a=4294967295,inverseDecode:r=!1}){const o=gr.isLittleEndian?4278190080:255,[l,h]=r?[a,o]:[o,a],c=s>>3,d=7&s,u=t.length;i=new Uint32Array(i.buffer);let p=0;for(let s=0;s<n;s++){for(const s=e+c;e<s;e++){const s=e<u?t[e]:255;i[p++]=128&s?h:l,i[p++]=64&s?h:l,i[p++]=32&s?h:l,i[p++]=16&s?h:l,i[p++]=8&s?h:l,i[p++]=4&s?h:l,i[p++]=2&s?h:l,i[p++]=1&s?h:l}if(0===d)continue;const s=e<u?t[e++]:255;for(let t=0;t<d;t++)i[p++]=s&1<<7-t?h:l}return{srcPos:e,destPos:p}}const Zo=16,tl=new DOMMatrix,el=new Float32Array(2),il=new Float32Array([1/0,1/0,-1/0,-1/0]);class sl{constructor(t){this.canvasFactory=t,this.cache=Object.create(null)}getCanvas(t,e,i){let s;return void 0!==this.cache[t]?(s=this.cache[t],this.canvasFactory.reset(s,e,i)):(s=this.canvasFactory.create(e,i),this.cache[t]=s),s}delete(t){delete this.cache[t]}clear(){for(const t in this.cache){const e=this.cache[t];this.canvasFactory.destroy(e),delete this.cache[t]}}}function nl(t,e,i,s,n,a,r,o,l,h){const[c,d,u,p,g,f]=Nr(t);if(0===d&&0===u){const m=r*c+g,v=Math.round(m),b=o*p+f,y=Math.round(b),w=(r+l)*c+g,x=Math.abs(Math.round(w)-v)||1,A=(o+h)*p+f,_=Math.abs(Math.round(A)-y)||1;return t.setTransform(Math.sign(c),0,0,Math.sign(p),v,y),t.drawImage(e,i,s,n,a,0,0,x,_),t.setTransform(c,d,u,p,g,f),[x,_]}if(0===c&&0===p){const m=o*u+g,v=Math.round(m),b=r*d+f,y=Math.round(b),w=(o+h)*u+g,x=Math.abs(Math.round(w)-v)||1,A=(r+l)*d+f,_=Math.abs(Math.round(A)-y)||1;return t.setTransform(0,Math.sign(d),Math.sign(u),0,v,y),t.drawImage(e,i,s,n,a,0,0,_,x),t.setTransform(c,d,u,p,g,f),[_,x]}t.drawImage(e,i,s,n,a,r,o,l,h);return[Math.hypot(c,d)*l,Math.hypot(u,p)*h]}class al{alphaIsShape=!1;fontSize=0;fontSizeScale=1;textMatrix=null;textMatrixScale=1;fontMatrix=va;leading=0;x=0;y=0;lineX=0;lineY=0;charSpacing=0;wordSpacing=0;textHScale=1;textRenderingMode=Pa;textRise=0;fillColor="#000000";strokeColor="#000000";patternFill=!1;patternStroke=!1;fillAlpha=1;strokeAlpha=1;lineWidth=1;activeSMask=null;transferMaps="none";constructor(t,e){this.clipBox=new Float32Array([0,0,t,e]),this.minMax=il.slice()}clone(){const t=Object.create(this);return t.clipBox=this.clipBox.slice(),t.minMax=this.minMax.slice(),t}getPathBoundingBox(t=zo,e=null){const i=this.minMax.slice();if(t===jo){e||tr("Stroke bounding box must include transform."),mr.singularValueDecompose2dScale(e,el);const t=el[0]*this.lineWidth/2,s=el[1]*this.lineWidth/2;i[0]-=t,i[1]-=s,i[2]+=t,i[3]+=s}return i}updateClipFromPath(){const t=mr.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(il,0)}getClippedPathBoundingBox(t=zo,e=null){return mr.intersect(this.clipBox,this.getPathBoundingBox(t,e))}}function rl(t,e){if(e instanceof ImageData)return void t.putImageData(e,0,0);const i=e.height,s=e.width,n=i%Zo,a=(i-n)/Zo,r=0===n?a:a+1,o=t.createImageData(s,Zo);let l,h=0;const c=e.data,d=o.data;let u,p,g,f;if(e.kind===Na.GRAYSCALE_1BPP){const e=c.byteLength,i=new Uint32Array(d.buffer,0,d.byteLength>>2),f=i.length,m=s+7>>3,v=4294967295,b=gr.isLittleEndian?4278190080:255;for(u=0;u<r;u++){for(g=u<a?Zo:n,l=0,p=0;p<g;p++){const t=e-h;let n=0;const a=t>m?s:8*t-7,r=-8&a;let o=0,d=0;for(;n<r;n+=8)d=c[h++],i[l++]=128&d?v:b,i[l++]=64&d?v:b,i[l++]=32&d?v:b,i[l++]=16&d?v:b,i[l++]=8&d?v:b,i[l++]=4&d?v:b,i[l++]=2&d?v:b,i[l++]=1&d?v:b;for(;n<a;n++)0===o&&(d=c[h++],o=128),i[l++]=d&o?v:b,o>>=1}for(;l<f;)i[l++]=0;t.putImageData(o,0,u*Zo)}}else if(e.kind===Na.RGBA_32BPP){for(p=0,f=s*Zo*4,u=0;u<a;u++)d.set(c.subarray(h,h+f)),h+=f,t.putImageData(o,0,p),p+=Zo;u<r&&(f=s*n*4,d.set(c.subarray(h,h+f)),t.putImageData(o,0,p))}else{if(e.kind!==Na.RGB_24BPP)throw new Error(`bad image kind: ${e.kind}`);for(g=Zo,f=s*g,u=0;u<r;u++){for(u>=a&&(g=n,f=s*g),l=0,p=f;p--;)d[l++]=c[h++],d[l++]=c[h++],d[l++]=c[h++],d[l++]=255;t.putImageData(o,0,u*Zo)}}}function ol(t,e){if(e.bitmap)return void t.drawImage(e.bitmap,0,0);const i=e.height,s=e.width,n=i%Zo,a=(i-n)/Zo,r=0===n?a:a+1,o=t.createImageData(s,Zo);let l=0;const h=e.data,c=o.data;for(let e=0;e<r;e++){const i=e<a?Zo:n;({srcPos:l}=Jo({src:h,srcPos:l,dest:c,width:s,height:i,nonBlackColor:0})),t.putImageData(o,0,e*Zo)}}function ll(t,e){const i=["strokeStyle","fillStyle","fillRule","globalAlpha","lineWidth","lineCap","lineJoin","miterLimit","globalCompositeOperation","font","filter"];for(const s of i)void 0!==t[s]&&(e[s]=t[s]);void 0!==t.setLineDash&&(e.setLineDash(t.getLineDash()),e.lineDashOffset=t.lineDashOffset)}function hl(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);const{filter:e}=t;"none"!==e&&""!==e&&(t.filter="none")}function cl(t,e){if(e)return!0;mr.singularValueDecompose2dScale(t,el);const i=Math.fround(zr.pixelRatio*Sr.PDF_TO_CSS_UNITS);return el[0]<=i&&el[1]<=i}const dl=["butt","round","square"],ul=["miter","round","bevel"],pl={},gl={};class fl{constructor(t,e,i,s,n,{optionalContentConfig:a,markedContentStack:r=null},o,l){this.ctx=t,this.current=new al(this.ctx.canvas.width,this.ctx.canvas.height),this.stateStack=[],this.pendingClip=null,this.pendingEOFill=!1,this.res=null,this.xobjs=null,this.commonObjs=e,this.objs=i,this.canvasFactory=s,this.filterFactory=n,this.groupStack=[],this.baseTransform=null,this.baseTransformStack=[],this.groupLevel=0,this.smaskStack=[],this.smaskCounter=0,this.tempSMask=null,this.suspendedCtx=null,this.contentVisible=!0,this.markedContentStack=r||[],this.optionalContentConfig=a,this.cachedCanvases=new sl(this.canvasFactory),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}getObject(t,e=null){return"string"==typeof t?t.startsWith("g_")?this.commonObjs.get(t):this.objs.get(t):e}beginDrawing({transform:t,viewport:e,transparency:i=!1,background:s=null}){const n=this.ctx.canvas.width,a=this.ctx.canvas.height,r=this.ctx.fillStyle;if(this.ctx.fillStyle=s||"#ffffff",this.ctx.fillRect(0,0,n,a),this.ctx.fillStyle=r,i){const t=this.cachedCanvases.getCanvas("transparent",n,a);this.compositeCtx=this.ctx,this.transparentCanvas=t.canvas,this.ctx=t.context,this.ctx.save(),this.ctx.transform(...Nr(this.compositeCtx))}this.ctx.save(),hl(this.ctx),t&&(this.ctx.transform(...t),this.outputScaleX=t[0],this.outputScaleY=t[0]),this.ctx.transform(...e.transform),this.viewportScale=e.scale,this.baseTransform=Nr(this.ctx)}executeOperatorList(t,e,i,s){const n=t.argsArray,a=t.fnArray;let r=e||0;const o=n.length;if(o===r)return r;const l=o-r>10&&"function"==typeof i,h=l?Date.now()+15:0;let c=0;const d=this.commonObjs,u=this.objs;let p;for(;;){if(void 0!==s&&r===s.nextBreakPoint)return s.breakIt(r,i),r;if(p=a[r],p!==Ua.dependency)this[p].apply(this,n[r]);else for(const t of n[r]){const e=t.startsWith("g_")?d:u;if(!e.has(t))return e.get(t,i),r}if(r++,r===o)return r;if(l&&++c>10){if(Date.now()>h)return i(),r;c=0}}}#Pi(){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.transparentCanvas=null)}endDrawing(){this.#Pi(),this.cachedCanvases.clear(),this.cachedPatterns.clear();for(const t of this._cachedBitmapsMap.values()){for(const e of t.values())"undefined"!=typeof HTMLCanvasElement&&e instanceof HTMLCanvasElement&&(e.width=e.height=0);t.clear()}this._cachedBitmapsMap.clear(),this.#Di()}#Di(){if(this.pageColors){const t=this.filterFactory.addHCMFilter(this.pageColors.foreground,this.pageColors.background);if("none"!==t){const e=this.ctx.filter;this.ctx.filter=t,this.ctx.drawImage(this.ctx.canvas,0,0),this.ctx.filter=e}}}_scaleImage(t,e){const i=t.width??t.displayWidth,s=t.height??t.displayHeight;let n,a,r=Math.max(Math.hypot(e[0],e[1]),1),o=Math.max(Math.hypot(e[2],e[3]),1),l=i,h=s,c="prescale1";for(;r>2&&l>1||o>2&&h>1;){let e=l,i=h;r>2&&l>1&&(e=l>=16384?Math.floor(l/2)-1||1:Math.ceil(l/2),r/=l/e),o>2&&h>1&&(i=h>=16384?Math.floor(h/2)-1||1:Math.ceil(h)/2,o/=h/i),n=this.cachedCanvases.getCanvas(c,e,i),a=n.context,a.clearRect(0,0,e,i),a.drawImage(t,0,0,l,h,0,0,e,i),t=n.canvas,l=e,h=i,c="prescale1"===c?"prescale2":"prescale1"}return{img:t,paintWidth:l,paintHeight:h}}_createMaskCanvas(t){const e=this.ctx,{width:i,height:s}=t,n=this.current.fillColor,a=this.current.patternFill,r=Nr(e);let o,l,h,c;if((t.bitmap||t.data)&&t.count>1){const e=t.bitmap||t.data.buffer;l=JSON.stringify(a?r:[r.slice(0,4),n]),o=this._cachedBitmapsMap.get(e),o||(o=new Map,this._cachedBitmapsMap.set(e,o));const i=o.get(l);if(i&&!a){return{canvas:i,offsetX:Math.round(Math.min(r[0],r[2])+r[4]),offsetY:Math.round(Math.min(r[1],r[3])+r[5])}}h=i}h||(c=this.cachedCanvases.getCanvas("maskCanvas",i,s),ol(c.context,t));let d=mr.transform(r,[1/i,0,0,-1/s,0,0]);d=mr.transform(d,[1,0,0,1,0,-s]);const u=il.slice();mr.axialAlignedBoundingBox([0,0,i,s],d,u);const[p,g,f,m]=u,v=Math.round(f-p)||1,b=Math.round(m-g)||1,y=this.cachedCanvases.getCanvas("fillCanvas",v,b),w=y.context,x=p,A=g;w.translate(-x,-A),w.transform(...d),h||(h=this._scaleImage(c.canvas,Or(w)),h=h.img,o&&a&&o.set(l,h)),w.imageSmoothingEnabled=cl(Nr(w),t.interpolate),nl(w,h,0,0,h.width,h.height,0,0,i,s),w.globalCompositeOperation="source-in";const _=mr.transform(Or(w),[1,0,0,1,-x,-A]);return w.fillStyle=a?n.getPattern(e,this,_,zo):n,w.fillRect(0,0,i,s),o&&!a&&(this.cachedCanvases.delete("fillCanvas"),o.set(l,y.canvas)),{canvas:y.canvas,offsetX:Math.round(x),offsetY:Math.round(A)}}setLineWidth(t){t!==this.current.lineWidth&&(this._cachedScaleForStroking[0]=-1),this.current.lineWidth=t,this.ctx.lineWidth=t}setLineCap(t){this.ctx.lineCap=dl[t]}setLineJoin(t){this.ctx.lineJoin=ul[t]}setMiterLimit(t){this.ctx.miterLimit=t}setDash(t,e){const i=this.ctx;void 0!==i.setLineDash&&(i.setLineDash(t),i.lineDashOffset=e)}setRenderingIntent(t){}setFlatness(t){}setGState(t){for(const[e,i]of t)switch(e){case"LW":this.setLineWidth(i);break;case"LC":this.setLineCap(i);break;case"LJ":this.setLineJoin(i);break;case"ML":this.setMiterLimit(i);break;case"D":this.setDash(i[0],i[1]);break;case"RI":this.setRenderingIntent(i);break;case"FL":this.setFlatness(i);break;case"Font":this.setFont(i[0],i[1]);break;case"CA":this.current.strokeAlpha=i;break;case"ca":this.ctx.globalAlpha=this.current.fillAlpha=i;break;case"BM":this.ctx.globalCompositeOperation=i;break;case"SMask":this.current.activeSMask=i?this.tempSMask:null,this.tempSMask=null,this.checkSMaskState();break;case"TR":this.ctx.filter=this.current.transferMaps=this.filterFactory.addFilter(i)}}get inSMaskMode(){return!!this.suspendedCtx}checkSMaskState(){const t=this.inSMaskMode;this.current.activeSMask&&!t?this.beginSMaskMode():!this.current.activeSMask&&t&&this.endSMaskMode()}beginSMaskMode(){if(this.inSMaskMode)throw new Error("beginSMaskMode called while already in smask mode");const t=this.ctx.canvas.width,e=this.ctx.canvas.height,i="smaskGroupAt"+this.groupLevel,s=this.cachedCanvases.getCanvas(i,t,e);this.suspendedCtx=this.ctx;const n=this.ctx=s.context;n.setTransform(this.suspendedCtx.getTransform()),ll(this.suspendedCtx,n),function(t,e){if(t._removeMirroring)throw new Error("Context is already forwarding operations.");t.__originalSave=t.save,t.__originalRestore=t.restore,t.__originalRotate=t.rotate,t.__originalScale=t.scale,t.__originalTranslate=t.translate,t.__originalTransform=t.transform,t.__originalSetTransform=t.setTransform,t.__originalResetTransform=t.resetTransform,t.__originalClip=t.clip,t.__originalMoveTo=t.moveTo,t.__originalLineTo=t.lineTo,t.__originalBezierCurveTo=t.bezierCurveTo,t.__originalRect=t.rect,t.__originalClosePath=t.closePath,t.__originalBeginPath=t.beginPath,t._removeMirroring=()=>{t.save=t.__originalSave,t.restore=t.__originalRestore,t.rotate=t.__originalRotate,t.scale=t.__originalScale,t.translate=t.__originalTranslate,t.transform=t.__originalTransform,t.setTransform=t.__originalSetTransform,t.resetTransform=t.__originalResetTransform,t.clip=t.__originalClip,t.moveTo=t.__originalMoveTo,t.lineTo=t.__originalLineTo,t.bezierCurveTo=t.__originalBezierCurveTo,t.rect=t.__originalRect,t.closePath=t.__originalClosePath,t.beginPath=t.__originalBeginPath,delete t._removeMirroring},t.save=function(){e.save(),this.__originalSave()},t.restore=function(){e.restore(),this.__originalRestore()},t.translate=function(t,i){e.translate(t,i),this.__originalTranslate(t,i)},t.scale=function(t,i){e.scale(t,i),this.__originalScale(t,i)},t.transform=function(t,i,s,n,a,r){e.transform(t,i,s,n,a,r),this.__originalTransform(t,i,s,n,a,r)},t.setTransform=function(t,i,s,n,a,r){e.setTransform(t,i,s,n,a,r),this.__originalSetTransform(t,i,s,n,a,r)},t.resetTransform=function(){e.resetTransform(),this.__originalResetTransform()},t.rotate=function(t){e.rotate(t),this.__originalRotate(t)},t.clip=function(t){e.clip(t),this.__originalClip(t)},t.moveTo=function(t,i){e.moveTo(t,i),this.__originalMoveTo(t,i)},t.lineTo=function(t,i){e.lineTo(t,i),this.__originalLineTo(t,i)},t.bezierCurveTo=function(t,i,s,n,a,r){e.bezierCurveTo(t,i,s,n,a,r),this.__originalBezierCurveTo(t,i,s,n,a,r)},t.rect=function(t,i,s,n){e.rect(t,i,s,n),this.__originalRect(t,i,s,n)},t.closePath=function(){e.closePath(),this.__originalClosePath()},t.beginPath=function(){e.beginPath(),this.__originalBeginPath()}}(n,this.suspendedCtx),this.setGState([["BM","source-over"]])}endSMaskMode(){if(!this.inSMaskMode)throw new Error("endSMaskMode called while not in smask mode");this.ctx._removeMirroring(),ll(this.ctx,this.suspendedCtx),this.ctx=this.suspendedCtx,this.suspendedCtx=null}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];const 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(0,0,this.ctx.canvas.width,this.ctx.canvas.height),this.ctx.restore()}composeSMask(t,e,i,s){const n=s[0],a=s[1],r=s[2]-n,o=s[3]-a;0!==r&&0!==o&&(this.genericComposeSMask(e.context,i,r,o,e.subtype,e.backdrop,e.transferMap,n,a,e.offsetX,e.offsetY),t.save(),t.globalAlpha=1,t.globalCompositeOperation="source-over",t.setTransform(1,0,0,1,0,0),t.drawImage(i.canvas,0,0),t.restore())}genericComposeSMask(t,e,i,s,n,a,r,o,l,h,c){let d=t.canvas,u=o-h,p=l-c;if(a){const e=mr.makeHexColor(...a);if(u<0||p<0||u+i>d.width||p+s>d.height){const t=this.cachedCanvases.getCanvas("maskExtension",i,s),n=t.context;n.drawImage(d,-u,-p),n.globalCompositeOperation="destination-atop",n.fillStyle=e,n.fillRect(0,0,i,s),n.globalCompositeOperation="source-over",d=t.canvas,u=p=0}else{t.save(),t.globalAlpha=1,t.setTransform(1,0,0,1,0,0);const n=new Path2D;n.rect(u,p,i,s),t.clip(n),t.globalCompositeOperation="destination-atop",t.fillStyle=e,t.fillRect(u,p,i,s),t.restore()}}e.save(),e.globalAlpha=1,e.setTransform(1,0,0,1,0,0),"Alpha"===n&&r?e.filter=this.filterFactory.addAlphaFilter(r):"Luminosity"===n&&(e.filter=this.filterFactory.addLuminosityFilter(r));const g=new Path2D;g.rect(o,l,i,s),e.clip(g),e.globalCompositeOperation="destination-in",e.drawImage(d,u,p,i,s,o,l,i,s),e.restore()}save(){this.inSMaskMode&&ll(this.ctx,this.suspendedCtx),this.ctx.save();const t=this.current;this.stateStack.push(t),this.current=t.clone()}restore(){0!==this.stateStack.length?(this.current=this.stateStack.pop(),this.ctx.restore(),this.inSMaskMode&&ll(this.suspendedCtx,this.ctx),this.checkSMaskState(),this.pendingClip=null,this._cachedScaleForStroking[0]=-1,this._cachedGetSinglePixelWidth=null):this.inSMaskMode&&this.endSMaskMode()}transform(t,e,i,s,n,a){this.ctx.transform(t,e,i,s,n,a),this._cachedScaleForStroking[0]=-1,this._cachedGetSinglePixelWidth=null}constructPath(t,e,i){let[s]=e;if(!i)return s||=e[0]=new Path2D,void this[t](s);if(!(s instanceof Path2D)){const t=e[0]=new Path2D;for(let e=0,i=s.length;e<i;)switch(s[e++]){case Ga:t.moveTo(s[e++],s[e++]);break;case qa:t.lineTo(s[e++],s[e++]);break;case Wa:t.bezierCurveTo(s[e++],s[e++],s[e++],s[e++],s[e++],s[e++]);break;case Ka:t.closePath();break;default:Za(`Unrecognized drawing path operator: ${s[e-1]}`)}s=t}mr.axialAlignedBoundingBox(i,Nr(this.ctx),this.current.minMax),this[t](s)}closePath(){this.ctx.closePath()}stroke(t,e=!0){const i=this.ctx,s=this.current.strokeColor;if(i.globalAlpha=this.current.strokeAlpha,this.contentVisible)if("object"==typeof s&&s?.getPattern){const e=s.isModifyingCurrentTransform()?i.getTransform():null;if(i.save(),i.strokeStyle=s.getPattern(i,this,Or(i),jo),e){const s=new Path2D;s.addPath(t,i.getTransform().invertSelf().multiplySelf(e)),t=s}this.rescaleAndStroke(t,!1),i.restore()}else this.rescaleAndStroke(t,!0);e&&this.consumePath(t,this.current.getClippedPathBoundingBox(jo,Nr(this.ctx))),i.globalAlpha=this.current.fillAlpha}closeStroke(t){this.stroke(t)}fill(t,e=!0){const i=this.ctx,s=this.current.fillColor;let n=!1;if(this.current.patternFill){const e=s.isModifyingCurrentTransform()?i.getTransform():null;if(i.save(),i.fillStyle=s.getPattern(i,this,Or(i),zo),e){const s=new Path2D;s.addPath(t,i.getTransform().invertSelf().multiplySelf(e)),t=s}n=!0}const a=this.current.getClippedPathBoundingBox();this.contentVisible&&null!==a&&(this.pendingEOFill?(i.fill(t,"evenodd"),this.pendingEOFill=!1):i.fill(t)),n&&i.restore(),e&&this.consumePath(t,a)}eoFill(t){this.pendingEOFill=!0,this.fill(t)}fillStroke(t){this.fill(t,!1),this.stroke(t,!1),this.consumePath(t)}eoFillStroke(t){this.pendingEOFill=!0,this.fillStroke(t)}closeFillStroke(t){this.fillStroke(t)}closeEOFillStroke(t){this.pendingEOFill=!0,this.fillStroke(t)}endPath(t){this.consumePath(t)}rawFillPath(t){this.ctx.fill(t)}clip(){this.pendingClip=pl}eoClip(){this.pendingClip=gl}beginText(){this.current.textMatrix=null,this.current.textMatrixScale=1,this.current.x=this.current.lineX=0,this.current.y=this.current.lineY=0}endText(){const t=this.pendingTextPaths,e=this.ctx;if(void 0===t)return;const i=new Path2D,s=e.getTransform().invertSelf();for(const{transform:e,x:n,y:a,fontSize:r,path:o}of t)i.addPath(o,new DOMMatrix(e).preMultiplySelf(s).translate(n,a).scale(r,-r));e.clip(i),delete this.pendingTextPaths}setCharSpacing(t){this.current.charSpacing=t}setWordSpacing(t){this.current.wordSpacing=t}setHScale(t){this.current.textHScale=t/100}setLeading(t){this.current.leading=-t}setFont(t,e){const i=this.commonObjs.get(t),s=this.current;if(!i)throw new Error(`Can't find font for ${t}`);if(s.fontMatrix=i.fontMatrix||va,0!==s.fontMatrix[0]&&0!==s.fontMatrix[3]||Za("Invalid font matrix for font "+t),e<0?(e=-e,s.fontDirection=-1):s.fontDirection=1,this.current.font=i,this.current.fontSize=e,i.isType3Font)return;const n=i.loadedName||"sans-serif",a=i.systemFontInfo?.css||`"${n}", ${i.fallbackName}`;let r="normal";i.black?r="900":i.bold&&(r="bold");const o=i.italic?"italic":"normal";let l=e;e<16?l=16:e>100&&(l=100),this.current.fontSizeScale=e/l,this.ctx.font=`${o} ${r} ${l}px ${a}`}setTextRenderingMode(t){this.current.textRenderingMode=t}setTextRise(t){this.current.textRise=t}moveText(t,e){this.current.x=this.current.lineX+=t,this.current.y=this.current.lineY+=e}setLeadingMoveText(t,e){this.setLeading(-e),this.moveText(t,e)}setTextMatrix(t){const{current:e}=this;e.textMatrix=t,e.textMatrixScale=Math.hypot(t[0],t[1]),e.x=e.lineX=0,e.y=e.lineY=0}nextLine(){this.moveText(0,this.current.leading)}#Ii(t,e,i){const s=new Path2D;return s.addPath(t,new DOMMatrix(i).invertSelf().multiplySelf(e)),s}paintChar(t,e,i,s,n){const a=this.ctx,r=this.current,o=r.font,l=r.textRenderingMode,h=r.fontSize/r.fontSizeScale,c=l&La,d=!!(l&Fa),u=r.patternFill&&!o.missingFile,p=r.patternStroke&&!o.missingFile;let g;if((o.disableFontFace||d||u||p)&&(g=o.getPathGenerator(this.commonObjs,t)),o.disableFontFace||u||p){let t;if(a.save(),a.translate(e,i),a.scale(h,-h),c!==Pa&&c!==Ia||(s?(t=a.getTransform(),a.setTransform(...s),a.fill(this.#Ii(g,t,s))):a.fill(g)),c===Da||c===Ia)if(n){t||=a.getTransform(),a.setTransform(...n);const{a:e,b:i,c:s,d:r}=t,o=mr.inverseTransform(n),l=mr.transform([e,i,s,r,0,0],o);mr.singularValueDecompose2dScale(l,el),a.lineWidth*=Math.max(el[0],el[1])/h,a.stroke(this.#Ii(g,t,n))}else a.lineWidth/=h,a.stroke(g);a.restore()}else c!==Pa&&c!==Ia||a.fillText(t,e,i),c!==Da&&c!==Ia||a.strokeText(t,e,i);if(d){(this.pendingTextPaths||=[]).push({transform:Nr(a),x:e,y:i,fontSize:h,path:g})}}get isFontSubpixelAAEnabled(){const{context:t}=this.cachedCanvases.getCanvas("isFontSubpixelAAEnabled",10,10);t.scale(1.5,1),t.fillText("I",0,10);const e=t.getImageData(0,0,10,10).data;let i=!1;for(let t=3;t<e.length;t+=4)if(e[t]>0&&e[t]<255){i=!0;break}return nr(this,"isFontSubpixelAAEnabled",i)}showText(t){const e=this.current,i=e.font;if(i.isType3Font)return this.showType3Text(t);const s=e.fontSize;if(0===s)return;const n=this.ctx,a=e.fontSizeScale,r=e.charSpacing,o=e.wordSpacing,l=e.fontDirection,h=e.textHScale*l,c=t.length,d=i.vertical,u=d?1:-1,p=i.defaultVMetrics,g=s*e.fontMatrix[0],f=e.textRenderingMode===Pa&&!i.disableFontFace&&!e.patternFill;let m,v;if(n.save(),e.textMatrix&&n.transform(...e.textMatrix),n.translate(e.x,e.y+e.textRise),l>0?n.scale(h,-1):n.scale(h,1),e.patternFill){n.save();const t=e.fillColor.getPattern(n,this,Or(n),zo);m=Nr(n),n.restore(),n.fillStyle=t}if(e.patternStroke){n.save();const t=e.strokeColor.getPattern(n,this,Or(n),jo);v=Nr(n),n.restore(),n.strokeStyle=t}let b=e.lineWidth;const y=e.textMatrixScale;if(0===y||0===b){const t=e.textRenderingMode&La;t!==Da&&t!==Ia||(b=this.getSinglePixelWidth())}else b/=y;if(1!==a&&(n.scale(a,a),b/=a),n.lineWidth=b,i.isInvalidPDFjsFont){const i=[];let s=0;for(const e of t)i.push(e.unicode),s+=e.width;return n.fillText(i.join(""),0,0),e.x+=s*g*h,n.restore(),void this.compose()}let w,x=0;for(w=0;w<c;++w){const e=t[w];if("number"==typeof e){x+=u*e*s/1e3;continue}let h=!1;const c=(e.isSpace?o:0)+r,b=e.fontChar,y=e.accent;let A,_,S=e.width;if(d){const t=e.vmetric||p,i=-(e.vmetric?t[1]:.5*S)*g,s=t[2]*g;S=t?-t[0]:S,A=i/a,_=(x+s)/a}else A=x/a,_=0;if(i.remeasure&&S>0){const t=1e3*n.measureText(b).width/s*a;if(S<t&&this.isFontSubpixelAAEnabled){const e=S/t;h=!0,n.save(),n.scale(e,1),A/=e}else S!==t&&(A+=(S-t)/2e3*s/a)}if(this.contentVisible&&(e.isInFont||i.missingFile))if(f&&!y)n.fillText(b,A,_);else if(this.paintChar(b,A,_,m,v),y){const t=A+s*y.offset.x/a,e=_-s*y.offset.y/a;this.paintChar(y.fontChar,t,e,m,v)}x+=d?S*g-c*l:S*g+c*l,h&&n.restore()}d?e.y-=x:e.x+=x*h,n.restore(),this.compose()}showType3Text(t){const e=this.ctx,i=this.current,s=i.font,n=i.fontSize,a=i.fontDirection,r=s.vertical?1:-1,o=i.charSpacing,l=i.wordSpacing,h=i.textHScale*a,c=i.fontMatrix||va,d=t.length;let u,p,g,f;if(!(i.textRenderingMode===Ra)&&0!==n){for(this._cachedScaleForStroking[0]=-1,this._cachedGetSinglePixelWidth=null,e.save(),i.textMatrix&&e.transform(...i.textMatrix),e.translate(i.x,i.y+i.textRise),e.scale(h,a),u=0;u<d;++u){if(p=t[u],"number"==typeof p){f=r*p*n/1e3,this.ctx.translate(f,0),i.x+=f*h;continue}const a=(p.isSpace?l:0)+o,d=s.charProcOperatorList[p.operatorListId];d?this.contentVisible&&(this.save(),e.scale(n,n),e.transform(...c),this.executeOperatorList(d),this.restore()):Za(`Type3 character "${p.operatorListId}" is not available.`);const m=[p.width,0];mr.applyTransform(m,c),g=m[0]*n+a,e.translate(g,0),i.x+=g*h}e.restore()}}setCharWidth(t,e){}setCharWidthAndBounds(t,e,i,s,n,a){const r=new Path2D;r.rect(i,s,n-i,a-s),this.ctx.clip(r),this.endPath()}getColorN_Pattern(t){let e;if("TilingPattern"===t[0]){const i=this.baseTransform||Nr(this.ctx),s={createCanvasGraphics:t=>new fl(t,this.commonObjs,this.objs,this.canvasFactory,this.filterFactory,{optionalContentConfig:this.optionalContentConfig,markedContentStack:this.markedContentStack})};e=new Qo(t,this.ctx,s,i)}else e=this._getPattern(t[1],t[2]);return e}setStrokeColorN(){this.current.strokeColor=this.getColorN_Pattern(arguments),this.current.patternStroke=!0}setFillColorN(){this.current.fillColor=this.getColorN_Pattern(arguments),this.current.patternFill=!0}setStrokeRGBColor(t,e,i){this.ctx.strokeStyle=this.current.strokeColor=mr.makeHexColor(t,e,i),this.current.patternStroke=!1}setStrokeTransparent(){this.ctx.strokeStyle=this.current.strokeColor="transparent",this.current.patternStroke=!1}setFillRGBColor(t,e,i){this.ctx.fillStyle=this.current.fillColor=mr.makeHexColor(t,e,i),this.current.patternFill=!1}setFillTransparent(){this.ctx.fillStyle=this.current.fillColor="transparent",this.current.patternFill=!1}_getPattern(t,e=null){let i;return this.cachedPatterns.has(t)?i=this.cachedPatterns.get(t):(i=function(t){switch(t[0]){case"RadialAxial":return new Uo(t);case"Mesh":return new Wo(t);case"Dummy":return new Ko}throw new Error(`Unknown IR type: ${t[0]}`)}(this.getObject(t)),this.cachedPatterns.set(t,i)),e&&(i.matrix=e),i}shadingFill(t){if(!this.contentVisible)return;const e=this.ctx;this.save();const i=this._getPattern(t);e.fillStyle=i.getPattern(e,this,Or(e),Vo);const s=Or(e);if(s){const{width:t,height:i}=e.canvas,n=il.slice();mr.axialAlignedBoundingBox([0,0,t,i],s,n);const[a,r,o,l]=n;this.ctx.fillRect(a,r,o-a,l-r)}else this.ctx.fillRect(-1e10,-1e10,2e10,2e10);this.compose(this.current.getClippedPathBoundingBox()),this.restore()}beginInlineImage(){tr("Should not call beginInlineImage")}beginImageData(){tr("Should not call beginImageData")}paintFormXObjectBegin(t,e){if(this.contentVisible&&(this.save(),this.baseTransformStack.push(this.baseTransform),t&&this.transform(...t),this.baseTransform=Nr(this.ctx),e)){mr.axialAlignedBoundingBox(e,this.baseTransform,this.current.minMax);const[t,i,s,n]=e,a=new Path2D;a.rect(t,i,s-t,n-i),this.ctx.clip(a),this.endPath()}}paintFormXObjectEnd(){this.contentVisible&&(this.restore(),this.baseTransform=this.baseTransformStack.pop())}beginGroup(t){if(!this.contentVisible)return;this.save(),this.inSMaskMode&&(this.endSMaskMode(),this.current.activeSMask=null);const e=this.ctx;t.isolated||Ja("TODO: Support non-isolated groups."),t.knockout&&Za("Knockout groups not supported.");const i=Nr(e);if(t.matrix&&e.transform(...t.matrix),!t.bbox)throw new Error("Bounding box is required.");let s=il.slice();mr.axialAlignedBoundingBox(t.bbox,Nr(e),s);const n=[0,0,e.canvas.width,e.canvas.height];s=mr.intersect(s,n)||[0,0,0,0];const a=Math.floor(s[0]),r=Math.floor(s[1]),o=Math.max(Math.ceil(s[2])-a,1),l=Math.max(Math.ceil(s[3])-r,1);this.current.startNewPathAndClipBox([0,0,o,l]);let h="groupAt"+this.groupLevel;t.smask&&(h+="_smask_"+this.smaskCounter++%2);const c=this.cachedCanvases.getCanvas(h,o,l),d=c.context;d.translate(-a,-r),d.transform(...i);let u=new Path2D;const[p,g,f,m]=t.bbox;if(u.rect(p,g,f-p,m-g),t.matrix){const e=new Path2D;e.addPath(u,new DOMMatrix(t.matrix)),u=e}d.clip(u),t.smask?this.smaskStack.push({canvas:c.canvas,context:d,offsetX:a,offsetY:r,subtype:t.smask.subtype,backdrop:t.smask.backdrop,transferMap:t.smask.transferMap||null,startTransformInverse:null}):(e.setTransform(1,0,0,1,0,0),e.translate(a,r),e.save()),ll(e,d),this.ctx=d,this.setGState([["BM","source-over"],["ca",1],["CA",1]]),this.groupStack.push(e),this.groupLevel++}endGroup(t){if(!this.contentVisible)return;this.groupLevel--;const e=this.ctx,i=this.groupStack.pop();if(this.ctx=i,this.ctx.imageSmoothingEnabled=!1,t.smask)this.tempSMask=this.smaskStack.pop(),this.restore();else{this.ctx.restore();const t=Nr(this.ctx);this.restore(),this.ctx.save(),this.ctx.setTransform(...t);const i=il.slice();mr.axialAlignedBoundingBox([0,0,e.canvas.width,e.canvas.height],t,i),this.ctx.drawImage(e.canvas,0,0),this.ctx.restore(),this.compose(i)}}beginAnnotation(t,e,i,s,n){if(this.#Pi(),hl(this.ctx),this.ctx.save(),this.save(),this.baseTransform&&this.ctx.setTransform(...this.baseTransform),e){const s=e[2]-e[0],a=e[3]-e[1];if(n&&this.annotationCanvasMap){(i=i.slice())[4]-=e[0],i[5]-=e[1],(e=e.slice())[0]=e[1]=0,e[2]=s,e[3]=a,mr.singularValueDecompose2dScale(Nr(this.ctx),el);const{viewportScale:n}=this,r=Math.ceil(s*this.outputScaleX*n),o=Math.ceil(a*this.outputScaleY*n);this.annotationCanvas=this.canvasFactory.create(r,o);const{canvas:l,context:h}=this.annotationCanvas;this.annotationCanvasMap.set(t,l),this.annotationCanvas.savedCtx=this.ctx,this.ctx=h,this.ctx.save(),this.ctx.setTransform(el[0],0,0,-el[1],0,a*el[1]),hl(this.ctx)}else{hl(this.ctx),this.endPath();const t=new Path2D;t.rect(e[0],e[1],s,a),this.ctx.clip(t)}}this.current=new al(this.ctx.canvas.width,this.ctx.canvas.height),this.transform(...i),this.transform(...s)}endAnnotation(){this.annotationCanvas&&(this.ctx.restore(),this.#Di(),this.ctx=this.annotationCanvas.savedCtx,delete this.annotationCanvas.savedCtx,delete this.annotationCanvas)}paintImageMaskXObject(t){if(!this.contentVisible)return;const e=t.count;(t=this.getObject(t.data,t)).count=e;const i=this.ctx,s=this._createMaskCanvas(t),n=s.canvas;i.save(),i.setTransform(1,0,0,1,0,0),i.drawImage(n,s.offsetX,s.offsetY),i.restore(),this.compose()}paintImageMaskXObjectRepeat(t,e,i=0,s=0,n,a){if(!this.contentVisible)return;t=this.getObject(t.data,t);const r=this.ctx;r.save();const o=Nr(r);r.transform(e,i,s,n,0,0);const l=this._createMaskCanvas(t);r.setTransform(1,0,0,1,l.offsetX-o[4],l.offsetY-o[5]);for(let t=0,h=a.length;t<h;t+=2){const h=mr.transform(o,[e,i,s,n,a[t],a[t+1]]);r.drawImage(l.canvas,h[4],h[5])}r.restore(),this.compose()}paintImageMaskXObjectGroup(t){if(!this.contentVisible)return;const e=this.ctx,i=this.current.fillColor,s=this.current.patternFill;for(const n of t){const{data:t,width:a,height:r,transform:o}=n,l=this.cachedCanvases.getCanvas("maskCanvas",a,r),h=l.context;h.save();ol(h,this.getObject(t,n)),h.globalCompositeOperation="source-in",h.fillStyle=s?i.getPattern(h,this,Or(e),zo):i,h.fillRect(0,0,a,r),h.restore(),e.save(),e.transform(...o),e.scale(1,-1),nl(e,l.canvas,0,0,a,r,0,-1,1,1),e.restore()}this.compose()}paintImageXObject(t){if(!this.contentVisible)return;const e=this.getObject(t);e?this.paintInlineImageXObject(e):Za("Dependent image isn't ready yet")}paintImageXObjectRepeat(t,e,i,s){if(!this.contentVisible)return;const n=this.getObject(t);if(!n)return void Za("Dependent image isn't ready yet");const a=n.width,r=n.height,o=[];for(let t=0,n=s.length;t<n;t+=2)o.push({transform:[e,0,0,i,s[t],s[t+1]],x:0,y:0,w:a,h:r});this.paintInlineImageXObjectGroup(n,o)}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 t.bitmap;const{bitmap:e,width:i,height:s}=t,n=this.cachedCanvases.getCanvas("inlineImage",i,s),a=n.context;return a.filter=this.current.transferMaps,a.drawImage(e,0,0),a.filter="none",n.canvas}paintInlineImageXObject(t){if(!this.contentVisible)return;const e=t.width,i=t.height,s=this.ctx;this.save();const{filter:n}=s;let a;if("none"!==n&&""!==n&&(s.filter="none"),s.scale(1/e,-1/i),t.bitmap)a=this.applyTransferMapsToBitmap(t);else if("function"==typeof HTMLElement&&t instanceof HTMLElement||!t.data)a=t;else{const s=this.cachedCanvases.getCanvas("inlineImage",e,i).context;rl(s,t),a=this.applyTransferMapsToCanvas(s)}const r=this._scaleImage(a,Or(s));s.imageSmoothingEnabled=cl(Nr(s),t.interpolate),nl(s,r.img,0,0,r.paintWidth,r.paintHeight,0,-i,e,i),this.compose(),this.restore()}paintInlineImageXObjectGroup(t,e){if(!this.contentVisible)return;const i=this.ctx;let s;if(t.bitmap)s=t.bitmap;else{const e=t.width,i=t.height,n=this.cachedCanvases.getCanvas("inlineImage",e,i).context;rl(n,t),s=this.applyTransferMapsToCanvas(n)}for(const t of e)i.save(),i.transform(...t.transform),i.scale(1,-1),nl(i,s,t.x,t.y,t.w,t.h,0,-1,1,1),i.restore();this.compose()}paintSolidColorImageMask(){this.contentVisible&&(this.ctx.fillRect(0,0,1,1),this.compose())}markPoint(t){}markPointProps(t,e){}beginMarkedContent(t){this.markedContentStack.push({visible:!0})}beginMarkedContentProps(t,e){"OC"===t?this.markedContentStack.push({visible:this.optionalContentConfig.isVisible(e)}):this.markedContentStack.push({visible:!0}),this.contentVisible=this.isContentVisible()}endMarkedContent(){this.markedContentStack.pop(),this.contentVisible=this.isContentVisible()}beginCompat(){}endCompat(){}consumePath(t,e){const i=this.current.isEmptyClip();this.pendingClip&&this.current.updateClipFromPath(),this.pendingClip||this.compose(e);const s=this.ctx;this.pendingClip&&(i||(this.pendingClip===gl?s.clip(t,"evenodd"):s.clip(t)),this.pendingClip=null),this.current.startNewPathAndClipBox(this.current.clipBox)}getSinglePixelWidth(){if(!this._cachedGetSinglePixelWidth){const t=Nr(this.ctx);if(0===t[1]&&0===t[2])this._cachedGetSinglePixelWidth=1/Math.min(Math.abs(t[0]),Math.abs(t[3]));else{const e=Math.abs(t[0]*t[3]-t[2]*t[1]),i=Math.hypot(t[0],t[2]),s=Math.hypot(t[1],t[3]);this._cachedGetSinglePixelWidth=Math.max(i,s)/e}}return this._cachedGetSinglePixelWidth}getScaleForStroking(){if(-1===this._cachedScaleForStroking[0]){const{lineWidth:t}=this.current,{a:e,b:i,c:s,d:n}=this.ctx.getTransform();let a,r;if(0===i&&0===s){const i=Math.abs(e),s=Math.abs(n);if(i===s)if(0===t)a=r=1/i;else{const e=i*t;a=r=e<1?1/e:1}else if(0===t)a=1/i,r=1/s;else{const e=i*t,n=s*t;a=e<1?1/e:1,r=n<1?1/n:1}}else{const o=Math.abs(e*n-i*s),l=Math.hypot(e,i),h=Math.hypot(s,n);if(0===t)a=h/o,r=l/o;else{const e=t*o;a=h>e?h/e:1,r=l>e?l/e:1}}this._cachedScaleForStroking[0]=a,this._cachedScaleForStroking[1]=r}return this._cachedScaleForStroking}rescaleAndStroke(t,e){const{ctx:i,current:{lineWidth:s}}=this,[n,a]=this.getScaleForStroking();if(n===a)return i.lineWidth=(s||1)*n,void i.stroke(t);const r=i.getLineDash();e&&i.save(),i.scale(n,a),tl.a=1/n,tl.d=1/a;const o=new Path2D;if(o.addPath(t,tl),r.length>0){const t=Math.max(n,a);i.setLineDash(r.map((e=>e/t))),i.lineDashOffset/=t}i.lineWidth=s||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(const t in Ua)void 0!==fl.prototype[t]&&(fl.prototype[Ua[t]]=fl.prototype[t]);class ml{static#Ri=null;static#Li="";static get workerPort(){return this.#Ri}static set workerPort(t){if(!("undefined"!=typeof Worker&&t instanceof Worker)&&null!==t)throw new Error("Invalid `workerPort` type.");this.#Ri=t}static get workerSrc(){return this.#Li}static set workerSrc(t){if("string"!=typeof t)throw new Error("Invalid `workerSrc` type.");this.#Li=t}}class vl{#Fi;#Ni;constructor({parsedData:t,rawData:e}){this.#Fi=t,this.#Ni=e}getRaw(){return this.#Ni}get(t){return this.#Fi.get(t)??null}[Symbol.iterator](){return this.#Fi.entries()}}const bl=Symbol("INTERNAL");class yl{#Oi=!1;#Bi=!1;#zi=!1;#ji=!0;constructor(t,{name:e,intent:i,usage:s,rbGroups:n}){this.#Oi=!!(t&wa),this.#Bi=!!(t&xa),this.name=e,this.intent=i,this.usage=s,this.rbGroups=n}get visible(){if(this.#zi)return this.#ji;if(!this.#ji)return!1;const{print:t,view:e}=this.usage;return this.#Oi?"OFF"!==e?.viewState:!this.#Bi||"OFF"!==t?.printState}_setVisible(t,e,i=!1){t!==bl&&tr("Internal method `_setVisible` called."),this.#zi=i,this.#ji=e}}class wl{#Vi=null;#Hi=new Map;#$i=null;#Ui=null;constructor(t,e=wa){if(this.renderingIntent=e,this.name=null,this.creator=null,null!==t){this.name=t.name,this.creator=t.creator,this.#Ui=t.order;for(const i of t.groups)this.#Hi.set(i.id,new yl(e,i));if("OFF"===t.baseState)for(const t of this.#Hi.values())t._setVisible(bl,!1);for(const e of t.on)this.#Hi.get(e)._setVisible(bl,!0);for(const e of t.off)this.#Hi.get(e)._setVisible(bl,!1);this.#$i=this.getHash()}}#Gi(t){const e=t.length;if(e<2)return!0;const i=t[0];for(let s=1;s<e;s++){const e=t[s];let n;if(Array.isArray(e))n=this.#Gi(e);else{if(!this.#Hi.has(e))return Za(`Optional content group not found: ${e}`),!0;n=this.#Hi.get(e).visible}switch(i){case"And":if(!n)return!1;break;case"Or":if(n)return!0;break;case"Not":return!n;default:return!0}}return"And"===i}isVisible(t){if(0===this.#Hi.size)return!0;if(!t)return Ja("Optional content group not defined."),!0;if("OCG"===t.type)return this.#Hi.has(t.id)?this.#Hi.get(t.id).visible:(Za(`Optional content group not found: ${t.id}`),!0);if("OCMD"===t.type){if(t.expression)return this.#Gi(t.expression);if(!t.policy||"AnyOn"===t.policy){for(const e of t.ids){if(!this.#Hi.has(e))return Za(`Optional content group not found: ${e}`),!0;if(this.#Hi.get(e).visible)return!0}return!1}if("AllOn"===t.policy){for(const e of t.ids){if(!this.#Hi.has(e))return Za(`Optional content group not found: ${e}`),!0;if(!this.#Hi.get(e).visible)return!1}return!0}if("AnyOff"===t.policy){for(const e of t.ids){if(!this.#Hi.has(e))return Za(`Optional content group not found: ${e}`),!0;if(!this.#Hi.get(e).visible)return!0}return!1}if("AllOff"===t.policy){for(const e of t.ids){if(!this.#Hi.has(e))return Za(`Optional content group not found: ${e}`),!0;if(this.#Hi.get(e).visible)return!1}return!0}return Za(`Unknown optional content policy ${t.policy}.`),!0}return Za(`Unknown group type ${t.type}.`),!0}setVisibility(t,e=!0,i=!0){const s=this.#Hi.get(t);if(s){if(i&&e&&s.rbGroups.length)for(const e of s.rbGroups)for(const i of e)i!==t&&this.#Hi.get(i)?._setVisible(bl,!1,!0);s._setVisible(bl,!!e,!0),this.#Vi=null}else Za(`Optional content group not found: ${t}`)}setOCGState({state:t,preserveRB:e}){let i;for(const s of t){switch(s){case"ON":case"OFF":case"Toggle":i=s;continue}const t=this.#Hi.get(s);if(t)switch(i){case"ON":this.setVisibility(s,!0,e);break;case"OFF":this.setVisibility(s,!1,e);break;case"Toggle":this.setVisibility(s,!t.visible,e)}}this.#Vi=null}get hasInitialVisibility(){return null===this.#$i||this.getHash()===this.#$i}getOrder(){return this.#Hi.size?this.#Ui?this.#Ui.slice():[...this.#Hi.keys()]:null}getGroup(t){return this.#Hi.get(t)||null}getHash(){if(null!==this.#Vi)return this.#Vi;const t=new so;for(const[e,i]of this.#Hi)t.update(`${e}:${i.visible}`);return this.#Vi=t.hexdigest()}[Symbol.iterator](){return this.#Hi.entries()}}class xl{constructor(t,{disableRange:e=!1,disableStream:i=!1}){er(t,'PDFDataTransportStream - missing required "pdfDataRangeTransport" argument.');const{length:s,initialData:n,progressiveDone:a,contentDispositionFilename:r}=t;if(this._queuedChunks=[],this._progressiveDone=a,this._contentDispositionFilename=r,n?.length>0){const t=n instanceof Uint8Array&&n.byteLength===n.buffer.byteLength?n.buffer:new Uint8Array(n).buffer;this._queuedChunks.push(t)}this._pdfDataRangeTransport=t,this._isStreamingSupported=!i,this._isRangeSupported=!e,this._contentLength=s,this._fullRequestReader=null,this._rangeReaders=[],t.addRangeListener(((t,e)=>{this._onReceiveData({begin:t,chunk:e})})),t.addProgressListener(((t,e)=>{this._onProgress({loaded:t,total:e})})),t.addProgressiveReadListener((t=>{this._onReceiveData({chunk:t})})),t.addProgressiveDoneListener((()=>{this._onProgressiveDone()})),t.transportReady()}_onReceiveData({begin:t,chunk:e}){const i=e instanceof Uint8Array&&e.byteLength===e.buffer.byteLength?e.buffer:new Uint8Array(e).buffer;if(void 0===t)this._fullRequestReader?this._fullRequestReader._enqueue(i):this._queuedChunks.push(i);else{er(this._rangeReaders.some((function(e){return e._begin===t&&(e._enqueue(i),!0)})),"_onReceiveData - no `PDFDataTransportStreamRangeReader` instance found.")}}get _progressiveDataLength(){return this._fullRequestReader?._loaded??0}_onProgress(t){void 0===t.total?this._rangeReaders[0]?.onProgress?.({loaded:t.loaded}):this._fullRequestReader?.onProgress?.({loaded:t.loaded,total:t.total})}_onProgressiveDone(){this._fullRequestReader?.progressiveDone(),this._progressiveDone=!0}_removeRangeReader(t){const e=this._rangeReaders.indexOf(t);e>=0&&this._rangeReaders.splice(e,1)}getFullReader(){er(!this._fullRequestReader,"PDFDataTransportStream.getFullReader can only be called once.");const t=this._queuedChunks;return this._queuedChunks=null,new Al(this,t,this._progressiveDone,this._contentDispositionFilename)}getRangeReader(t,e){if(e<=this._progressiveDataLength)return null;const i=new _l(this,t,e);return this._pdfDataRangeTransport.requestDataRange(t,e),this._rangeReaders.push(i),i}cancelAllRequests(t){this._fullRequestReader?.cancel(t);for(const e of this._rangeReaders.slice(0))e.cancel(t);this._pdfDataRangeTransport.abort()}}class Al{constructor(t,e,i=!1,s=null){this._stream=t,this._done=i||!1,this._filename=Mr(s)?s:null,this._queuedChunks=e||[],this._loaded=0;for(const t of this._queuedChunks)this._loaded+=t.byteLength;this._requests=[],this._headersReady=Promise.resolve(),t._fullRequestReader=this,this.onProgress=null}_enqueue(t){if(!this._done){if(this._requests.length>0){this._requests.shift().resolve({value:t,done:!1})}else this._queuedChunks.push(t);this._loaded+=t.byteLength}}get headersReady(){return this._headersReady}get filename(){return this._filename}get isRangeSupported(){return this._stream._isRangeSupported}get isStreamingSupported(){return this._stream._isStreamingSupported}get contentLength(){return this._stream._contentLength}async read(){if(this._queuedChunks.length>0){return{value:this._queuedChunks.shift(),done:!1}}if(this._done)return{value:void 0,done:!0};const t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0;for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0}progressiveDone(){this._done||(this._done=!0)}}class _l{constructor(t,e,i){this._stream=t,this._begin=e,this._end=i,this._queuedChunk=null,this._requests=[],this._done=!1,this.onProgress=null}_enqueue(t){if(!this._done){if(0===this._requests.length)this._queuedChunk=t;else{this._requests.shift().resolve({value:t,done:!1});for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0}this._done=!0,this._stream._removeRangeReader(this)}}get isStreamingSupported(){return!1}async read(){if(this._queuedChunk){const t=this._queuedChunk;return this._queuedChunk=null,{value:t,done:!1}}if(this._done)return{value:void 0,done:!0};const t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0;for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0,this._stream._removeRangeReader(this)}}function Sl(t,e){const i=new Headers;if(!t||!e||"object"!=typeof e)return i;for(const t in e){const s=e[t];void 0!==s&&i.append(t,s)}return i}function Tl(t){return URL.parse(t)?.origin??null}function kl({responseHeaders:t,isHttp:e,rangeChunkSize:i,disableRange:s}){const n={allowRangeRequests:!1,suggestedLength:void 0},a=parseInt(t.get("Content-Length"),10);if(!Number.isInteger(a))return n;if(n.suggestedLength=a,a<=2*i)return n;if(s||!e)return n;if("bytes"!==t.get("Accept-Ranges"))return n;return"identity"!==(t.get("Content-Encoding")||"identity")||(n.allowRangeRequests=!0),n}function Cl(t){const e=t.get("Content-Disposition");if(e){let t=function(t){let e=!0,i=s("filename\\*","i").exec(t);if(i){i=i[1];let t=r(i);return t=unescape(t),t=o(t),t=l(t),a(t)}if(i=function(t){const e=[];let i;const n=s("filename\\*((?!0\\d)\\d+)(\\*?)","ig");for(;null!==(i=n.exec(t));){let[,t,s,n]=i;if(t=parseInt(t,10),t in e){if(0===t)break}else e[t]=[s,n]}const a=[];for(let t=0;t<e.length&&t in e;++t){let[i,s]=e[t];s=r(s),i&&(s=unescape(s),0===t&&(s=o(s))),a.push(s)}return a.join("")}(t),i)return a(l(i));if(i=s("filename","i").exec(t),i){i=i[1];let t=r(i);return t=l(t),a(t)}function s(t,e){return new RegExp("(?:^|;)\\s*"+t+'\\s*=\\s*([^";\\s][^;\\s]*|"(?:[^"\\\\]|\\\\"?)+"?)',e)}function n(t,i){if(t){if(!/^[\x00-\xFF]+$/.test(i))return i;try{const s=new TextDecoder(t,{fatal:!0}),n=pr(i);i=s.decode(n),e=!1}catch{}}return i}function a(t){return e&&/[\x80-\xff]/.test(t)&&(t=n("utf-8",t),e&&(t=n("iso-8859-1",t))),t}function r(t){if(t.startsWith('"')){const e=t.slice(1).split('\\"');for(let t=0;t<e.length;++t){const 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){const e=t.indexOf("'");return-1===e?t:n(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,s){if("q"===i||"Q"===i)return n(e,s=(s=s.replaceAll("_"," ")).replaceAll(/=([0-9a-fA-F]{2})/g,(function(t,e){return String.fromCharCode(parseInt(e,16))})));try{s=atob(s)}catch{}return n(e,s)}))}return""}(e);if(t.includes("%"))try{t=decodeURIComponent(t)}catch{}if(Mr(t))return t}return null}function El(t,e){return new hr(`Unexpected server response (${t}) while retrieving PDF "${e}".`,t,404===t||0===t&&e.startsWith("file:"))}function Ml(t){return 200===t||206===t}function Pl(t,e,i){return{method:"GET",headers:t,signal:i.signal,mode:"cors",credentials:e?"include":"same-origin",redirect:"follow"}}function Dl(t){return t instanceof Uint8Array?t.buffer:t instanceof ArrayBuffer?t:(Za(`getArrayBuffer - unexpected data format: ${t}`),new Uint8Array(t).buffer)}class Il{_responseOrigin=null;constructor(t){this.source=t,this.isHttp=/^https?:/i.test(t.url),this.headers=Sl(this.isHttp,t.httpHeaders),this._fullRequestReader=null,this._rangeRequestReaders=[]}get _progressiveDataLength(){return this._fullRequestReader?._loaded??0}getFullReader(){return er(!this._fullRequestReader,"PDFFetchStream.getFullReader can only be called once."),this._fullRequestReader=new Rl(this),this._fullRequestReader}getRangeReader(t,e){if(e<=this._progressiveDataLength)return null;const i=new Ll(this,t,e);return this._rangeRequestReaders.push(i),i}cancelAllRequests(t){this._fullRequestReader?.cancel(t);for(const e of this._rangeRequestReaders.slice(0))e.cancel(t)}}class Rl{constructor(t){this._stream=t,this._reader=null,this._loaded=0,this._filename=null;const e=t.source;this._withCredentials=e.withCredentials||!1,this._contentLength=e.length,this._headersCapability=Promise.withResolvers(),this._disableRange=e.disableRange||!1,this._rangeChunkSize=e.rangeChunkSize,this._rangeChunkSize||this._disableRange||(this._disableRange=!0),this._abortController=new AbortController,this._isStreamingSupported=!e.disableStream,this._isRangeSupported=!e.disableRange;const i=new Headers(t.headers),s=e.url;fetch(s,Pl(i,this._withCredentials,this._abortController)).then((e=>{if(t._responseOrigin=Tl(e.url),!Ml(e.status))throw El(e.status,s);this._reader=e.body.getReader(),this._headersCapability.resolve();const i=e.headers,{allowRangeRequests:n,suggestedLength:a}=kl({responseHeaders:i,isHttp:t.isHttp,rangeChunkSize:this._rangeChunkSize,disableRange:this._disableRange});this._isRangeSupported=n,this._contentLength=a||this._contentLength,this._filename=Cl(i),!this._isStreamingSupported&&this._isRangeSupported&&this.cancel(new dr("Streaming is disabled."))})).catch(this._headersCapability.reject),this.onProgress=null}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(){await this._headersCapability.promise;const{value:t,done:e}=await this._reader.read();return e?{value:t,done:e}:(this._loaded+=t.byteLength,this.onProgress?.({loaded:this._loaded,total:this._contentLength}),{value:Dl(t),done:!1})}cancel(t){this._reader?.cancel(t),this._abortController.abort()}}class Ll{constructor(t,e,i){this._stream=t,this._reader=null,this._loaded=0;const s=t.source;this._withCredentials=s.withCredentials||!1,this._readCapability=Promise.withResolvers(),this._isStreamingSupported=!s.disableStream,this._abortController=new AbortController;const n=new Headers(t.headers);n.append("Range",`bytes=${e}-${i-1}`);const a=s.url;fetch(a,Pl(n,this._withCredentials,this._abortController)).then((e=>{const i=Tl(e.url);if(i!==t._responseOrigin)throw new Error(`Expected range response-origin "${i}" to match "${t._responseOrigin}".`);if(!Ml(e.status))throw El(e.status,a);this._readCapability.resolve(),this._reader=e.body.getReader()})).catch(this._readCapability.reject),this.onProgress=null}get isStreamingSupported(){return this._isStreamingSupported}async read(){await this._readCapability.promise;const{value:t,done:e}=await this._reader.read();return e?{value:t,done:e}:(this._loaded+=t.byteLength,this.onProgress?.({loaded:this._loaded}),{value:Dl(t),done:!1})}cancel(t){this._reader?.cancel(t),this._abortController.abort()}}class Fl{_responseOrigin=null;constructor({url:t,httpHeaders:e,withCredentials:i}){this.url=t,this.isHttp=/^https?:/i.test(t),this.headers=Sl(this.isHttp,e),this.withCredentials=i||!1,this.currXhrId=0,this.pendingRequests=Object.create(null)}request(t){const e=new XMLHttpRequest,i=this.currXhrId++,s=this.pendingRequests[i]={xhr:e};e.open("GET",this.url),e.withCredentials=this.withCredentials;for(const[t,i]of this.headers)e.setRequestHeader(t,i);return this.isHttp&&"begin"in t&&"end"in t?(e.setRequestHeader("Range",`bytes=${t.begin}-${t.end-1}`),s.expectedStatus=206):s.expectedStatus=200,e.responseType="arraybuffer",er(t.onError,"Expected `onError` callback to be provided."),e.onerror=()=>{t.onError(e.status)},e.onreadystatechange=this.onStateChange.bind(this,i),e.onprogress=this.onProgress.bind(this,i),s.onHeadersReceived=t.onHeadersReceived,s.onDone=t.onDone,s.onError=t.onError,s.onProgress=t.onProgress,e.send(null),i}onProgress(t,e){const i=this.pendingRequests[t];i&&i.onProgress?.(e)}onStateChange(t,e){const i=this.pendingRequests[t];if(!i)return;const s=i.xhr;if(s.readyState>=2&&i.onHeadersReceived&&(i.onHeadersReceived(),delete i.onHeadersReceived),4!==s.readyState)return;if(!(t in this.pendingRequests))return;if(delete this.pendingRequests[t],0===s.status&&this.isHttp)return void i.onError(s.status);const n=s.status||200;if(!(200===n&&206===i.expectedStatus)&&n!==i.expectedStatus)return void i.onError(s.status);const a=function(t){const e=t.response;return"string"!=typeof e?e:pr(e).buffer}(s);if(206===n){const t=s.getResponseHeader("Content-Range"),e=/bytes (\d+)-(\d+)\/(\d+)/.exec(t);e?i.onDone({begin:parseInt(e[1],10),chunk:a}):(Za('Missing or invalid "Content-Range" header.'),i.onError(0))}else a?i.onDone({begin:0,chunk:a}):i.onError(s.status)}getRequestXhr(t){return this.pendingRequests[t].xhr}isPendingRequest(t){return t in this.pendingRequests}abortRequest(t){const e=this.pendingRequests[t].xhr;delete this.pendingRequests[t],e.abort()}}class Nl{constructor(t){this._source=t,this._manager=new Fl(t),this._rangeChunkSize=t.rangeChunkSize,this._fullRequestReader=null,this._rangeRequestReaders=[]}_onRangeRequestReaderClosed(t){const e=this._rangeRequestReaders.indexOf(t);e>=0&&this._rangeRequestReaders.splice(e,1)}getFullReader(){return er(!this._fullRequestReader,"PDFNetworkStream.getFullReader can only be called once."),this._fullRequestReader=new Ol(this._manager,this._source),this._fullRequestReader}getRangeReader(t,e){const i=new Bl(this._manager,t,e);return i.onClosed=this._onRangeRequestReaderClosed.bind(this),this._rangeRequestReaders.push(i),i}cancelAllRequests(t){this._fullRequestReader?.cancel(t);for(const e of this._rangeRequestReaders.slice(0))e.cancel(t)}}class Ol{constructor(t,e){this._manager=t,this._url=e.url,this._fullRequestId=t.request({onHeadersReceived:this._onHeadersReceived.bind(this),onDone:this._onDone.bind(this),onError:this._onError.bind(this),onProgress:this._onProgress.bind(this)}),this._headersCapability=Promise.withResolvers(),this._disableRange=e.disableRange||!1,this._contentLength=e.length,this._rangeChunkSize=e.rangeChunkSize,this._rangeChunkSize||this._disableRange||(this._disableRange=!0),this._isStreamingSupported=!1,this._isRangeSupported=!1,this._cachedChunks=[],this._requests=[],this._done=!1,this._storedError=void 0,this._filename=null,this.onProgress=null}_onHeadersReceived(){const t=this._fullRequestId,e=this._manager.getRequestXhr(t);this._manager._responseOrigin=Tl(e.responseURL);const i=e.getAllResponseHeaders(),s=new Headers(i?i.trimStart().replace(/[^\S ]+$/,"").split(/[\r\n]+/).map((t=>{const[e,...i]=t.split(": ");return[e,i.join(": ")]})):[]),{allowRangeRequests:n,suggestedLength:a}=kl({responseHeaders:s,isHttp:this._manager.isHttp,rangeChunkSize:this._rangeChunkSize,disableRange:this._disableRange});n&&(this._isRangeSupported=!0),this._contentLength=a||this._contentLength,this._filename=Cl(s),this._isRangeSupported&&this._manager.abortRequest(t),this._headersCapability.resolve()}_onDone(t){if(t)if(this._requests.length>0){this._requests.shift().resolve({value:t.chunk,done:!1})}else this._cachedChunks.push(t.chunk);if(this._done=!0,!(this._cachedChunks.length>0)){for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0}}_onError(t){this._storedError=El(t,this._url),this._headersCapability.reject(this._storedError);for(const t of this._requests)t.reject(this._storedError);this._requests.length=0,this._cachedChunks.length=0}_onProgress(t){this.onProgress?.({loaded:t.loaded,total:t.lengthComputable?t.total:this._contentLength})}get filename(){return this._filename}get isRangeSupported(){return this._isRangeSupported}get isStreamingSupported(){return this._isStreamingSupported}get contentLength(){return this._contentLength}get headersReady(){return this._headersCapability.promise}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};const t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0,this._headersCapability.reject(t);for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0,this._manager.isPendingRequest(this._fullRequestId)&&this._manager.abortRequest(this._fullRequestId),this._fullRequestReader=null}}class Bl{constructor(t,e,i){this._manager=t,this._url=t.url,this._requestId=t.request({begin:e,end:i,onHeadersReceived:this._onHeadersReceived.bind(this),onDone:this._onDone.bind(this),onError:this._onError.bind(this),onProgress:this._onProgress.bind(this)}),this._requests=[],this._queuedChunk=null,this._done=!1,this._storedError=void 0,this.onProgress=null,this.onClosed=null}_onHeadersReceived(){const t=Tl(this._manager.getRequestXhr(this._requestId)?.responseURL);t!==this._manager._responseOrigin&&(this._storedError=new Error(`Expected range response-origin "${t}" to match "${this._manager._responseOrigin}".`),this._onError(0))}_close(){this.onClosed?.(this)}_onDone(t){const e=t.chunk;if(this._requests.length>0){this._requests.shift().resolve({value:e,done:!1})}else this._queuedChunk=e;this._done=!0;for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0,this._close()}_onError(t){this._storedError??=El(t,this._url);for(const t of this._requests)t.reject(this._storedError);this._requests.length=0,this._queuedChunk=null}_onProgress(t){this.isStreamingSupported||this.onProgress?.({loaded:t.loaded})}get isStreamingSupported(){return!1}async read(){if(this._storedError)throw this._storedError;if(null!==this._queuedChunk){const t=this._queuedChunk;return this._queuedChunk=null,{value:t,done:!1}}if(this._done)return{value:void 0,done:!0};const t=Promise.withResolvers();return this._requests.push(t),t.promise}cancel(t){this._done=!0;for(const t of this._requests)t.resolve({value:void 0,done:!0});this._requests.length=0,this._manager.isPendingRequest(this._requestId)&&this._manager.abortRequest(this._requestId),this._close()}}const zl=/^[a-z][a-z0-9\-+.]+:/i;class jl{constructor(t){this.source=t,this.url=function(t){if(zl.test(t))return new URL(t);const e=process.getBuiltinModule("url");return new URL(e.pathToFileURL(t))}(t.url),er("file:"===this.url.protocol,"PDFNodeStream only supports file:// URLs."),this._fullRequestReader=null,this._rangeRequestReaders=[]}get _progressiveDataLength(){return this._fullRequestReader?._loaded??0}getFullReader(){return er(!this._fullRequestReader,"PDFNodeStream.getFullReader can only be called once."),this._fullRequestReader=new Vl(this),this._fullRequestReader}getRangeReader(t,e){if(e<=this._progressiveDataLength)return null;const i=new Hl(this,t,e);return this._rangeRequestReaders.push(i),i}cancelAllRequests(t){this._fullRequestReader?.cancel(t);for(const e of this._rangeRequestReaders.slice(0))e.cancel(t)}}class Vl{constructor(t){this._url=t.url,this._done=!1,this._storedError=null,this.onProgress=null;const e=t.source;this._contentLength=e.length,this._loaded=0,this._filename=null,this._disableRange=e.disableRange||!1,this._rangeChunkSize=e.rangeChunkSize,this._rangeChunkSize||this._disableRange||(this._disableRange=!0),this._isStreamingSupported=!e.disableStream,this._isRangeSupported=!e.disableRange,this._readableStream=null,this._readCapability=Promise.withResolvers(),this._headersCapability=Promise.withResolvers();const i=process.getBuiltinModule("fs");i.promises.lstat(this._url).then((t=>{this._contentLength=t.size,this._setReadableStream(i.createReadStream(this._url)),this._headersCapability.resolve()}),(t=>{"ENOENT"===t.code&&(t=El(0,this._url.href)),this._storedError=t,this._headersCapability.reject(t)}))}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(){if(await this._readCapability.promise,this._done)return{value:void 0,done:!0};if(this._storedError)throw this._storedError;const t=this._readableStream.read();if(null===t)return this._readCapability=Promise.withResolvers(),this.read();this._loaded+=t.length,this.onProgress?.({loaded:this._loaded,total:this._contentLength});return{value:new Uint8Array(t).buffer,done:!1}}cancel(t){this._readableStream?this._readableStream.destroy(t):this._error(t)}_error(t){this._storedError=t,this._readCapability.resolve()}_setReadableStream(t){this._readableStream=t,t.on("readable",(()=>{this._readCapability.resolve()})),t.on("end",(()=>{t.destroy(),this._done=!0,this._readCapability.resolve()})),t.on("error",(t=>{this._error(t)})),!this._isStreamingSupported&&this._isRangeSupported&&this._error(new dr("streaming is disabled")),this._storedError&&this._readableStream.destroy(this._storedError)}}class Hl{constructor(t,e,i){this._url=t.url,this._done=!1,this._storedError=null,this.onProgress=null,this._loaded=0,this._readableStream=null,this._readCapability=Promise.withResolvers();const s=t.source;this._isStreamingSupported=!s.disableStream;const n=process.getBuiltinModule("fs");this._setReadableStream(n.createReadStream(this._url,{start:e,end:i-1}))}get isStreamingSupported(){return this._isStreamingSupported}async read(){if(await this._readCapability.promise,this._done)return{value:void 0,done:!0};if(this._storedError)throw this._storedError;const t=this._readableStream.read();if(null===t)return this._readCapability=Promise.withResolvers(),this.read();this._loaded+=t.length,this.onProgress?.({loaded:this._loaded});return{value:new Uint8Array(t).buffer,done:!1}}cancel(t){this._readableStream?this._readableStream.destroy(t):this._error(t)}_error(t){this._storedError=t,this._readCapability.resolve()}_setReadableStream(t){this._readableStream=t,t.on("readable",(()=>{this._readCapability.resolve()})),t.on("end",(()=>{t.destroy(),this._done=!0,this._readCapability.resolve()})),t.on("error",(t=>{this._error(t)})),this._storedError&&this._readableStream.destroy(this._storedError)}}class $l{#qi=Promise.withResolvers();#mt=null;#Wi=!1;#Ki=!!globalThis.FontInspector?.enabled;#Xi=null;#Yi=null;#Qi=0;#Ji=0;#Zi=null;#ts=null;#es=0;#is=0;#ss=Object.create(null);#ns=[];#as=null;#rs=[];#os=new WeakMap;#ls=null;static#hs=new Map;static#cs=new Map;static#ds=new WeakMap;static#us=null;static#ps=new Set;constructor({textContentSource:t,container:e,viewport:i}){if(t instanceof ReadableStream)this.#as=t;else{if("object"!=typeof t)throw new Error('No "textContentSource" parameter specified.');this.#as=new ReadableStream({start(e){e.enqueue(t),e.close()}})}this.#mt=this.#ts=e,this.#is=i.scale*zr.pixelRatio,this.#es=i.rotation,this.#Yi={div:null,properties:null,ctx:null};const{pageWidth:s,pageHeight:n,pageX:a,pageY:r}=i.rawDims;this.#ls=[1,0,0,-1,-a,r+n],this.#Ji=s,this.#Qi=n,$l.#gs(),Br(e,i),this.#qi.promise.finally((()=>{$l.#ps.delete(this),this.#Yi=null,this.#ss=null})).catch((()=>{}))}static get fontFamilyMap(){const{isWindows:t,isFirefox:e}=gr.platform;return nr(this,"fontFamilyMap",new Map([["sans-serif",(t&&e?"Calibri, ":"")+"sans-serif"],["monospace",(t&&e?"Lucida Console, ":"")+"monospace"]]))}render(){const t=()=>{this.#Zi.read().then((({value:e,done:i})=>{i?this.#qi.resolve():(this.#Xi??=e.lang,Object.assign(this.#ss,e.styles),this.#fs(e.items),t())}),this.#qi.reject)};return this.#Zi=this.#as.getReader(),$l.#ps.add(this),t(),this.#qi.promise}update({viewport:t,onBefore:e=null}){const i=t.scale*zr.pixelRatio,s=t.rotation;if(s!==this.#es&&(e?.(),this.#es=s,Br(this.#ts,{rotation:s})),i!==this.#is){e?.(),this.#is=i;const t={div:null,properties:null,ctx:$l.#ms(this.#Xi)};for(const e of this.#rs)t.properties=this.#os.get(e),t.div=e,this.#vs(t)}}cancel(){const t=new dr("TextLayer task cancelled.");this.#Zi?.cancel(t).catch((()=>{})),this.#Zi=null,this.#qi.reject(t)}get textDivs(){return this.#rs}get textContentItemsStr(){return this.#ns}#fs(t){if(this.#Wi)return;this.#Yi.ctx??=$l.#ms(this.#Xi);const e=this.#rs,i=this.#ns;for(const s of t){if(e.length>1e5)return Za("Ignoring additional textDivs for performance reasons."),void(this.#Wi=!0);if(void 0!==s.str)i.push(s.str),this.#bs(s);else if("beginMarkedContentProps"===s.type||"beginMarkedContent"===s.type){const t=this.#mt;this.#mt=document.createElement("span"),this.#mt.classList.add("markedContent"),null!==s.id&&this.#mt.setAttribute("id",`${s.id}`),t.append(this.#mt)}else"endMarkedContent"===s.type&&(this.#mt=this.#mt.parentNode)}}#bs(t){const e=document.createElement("span"),i={angle:0,canvasWidth:0,hasText:""!==t.str,hasEOL:t.hasEOL,fontSize:0};this.#rs.push(e);const s=mr.transform(this.#ls,t.transform);let n=Math.atan2(s[1],s[0]);const a=this.#ss[t.fontName];a.vertical&&(n+=Math.PI/2);let r=this.#Ki&&a.fontSubstitution||a.fontFamily;r=$l.fontFamilyMap.get(r)||r;const o=Math.hypot(s[2],s[3]),l=o*$l.#ys(r,a,this.#Xi);let h,c;0===n?(h=s[4],c=s[5]-l):(h=s[4]+l*Math.sin(n),c=s[5]-l*Math.cos(n));const d="calc(var(--total-scale-factor) *",u=e.style;this.#mt===this.#ts?(u.left=`${(100*h/this.#Ji).toFixed(2)}%`,u.top=`${(100*c/this.#Qi).toFixed(2)}%`):(u.left=`${d}${h.toFixed(2)}px)`,u.top=`${d}${c.toFixed(2)}px)`),u.fontSize=`${d}${($l.#us*o).toFixed(2)}px)`,u.fontFamily=r,i.fontSize=o,e.setAttribute("role","presentation"),e.textContent=t.str,e.dir=t.dir,this.#Ki&&(e.dataset.fontName=a.fontSubstitutionLoadedName||t.fontName),0!==n&&(i.angle=n*(180/Math.PI));let p=!1;if(t.str.length>1)p=!0;else if(" "!==t.str&&t.transform[0]!==t.transform[3]){const e=Math.abs(t.transform[0]),i=Math.abs(t.transform[3]);e!==i&&Math.max(e,i)/Math.min(e,i)>1.5&&(p=!0)}if(p&&(i.canvasWidth=a.vertical?t.height:t.width),this.#os.set(e,i),this.#Yi.div=e,this.#Yi.properties=i,this.#vs(this.#Yi),i.hasText&&this.#mt.append(e),i.hasEOL){const t=document.createElement("br");t.setAttribute("role","presentation"),this.#mt.append(t)}}#vs(t){const{div:e,properties:i,ctx:s}=t,{style:n}=e;let a="";if($l.#us>1&&(a=`scale(${1/$l.#us})`),0!==i.canvasWidth&&i.hasText){const{fontFamily:t}=n,{canvasWidth:r,fontSize:o}=i;$l.#ws(s,o*this.#is,t);const{width:l}=s.measureText(e.textContent);l>0&&(a=`scaleX(${r*this.#is/l}) ${a}`)}0!==i.angle&&(a=`rotate(${i.angle}deg) ${a}`),a.length>0&&(n.transform=a)}static cleanup(){if(!(this.#ps.size>0)){this.#hs.clear();for(const{canvas:t}of this.#cs.values())t.remove();this.#cs.clear()}}static#ms(t=null){let e=this.#cs.get(t||="");if(!e){const i=document.createElement("canvas");i.className="hiddenCanvasElement",i.lang=t,document.body.append(i),e=i.getContext("2d",{alpha:!1,willReadFrequently:!0}),this.#cs.set(t,e),this.#ds.set(e,{size:0,family:""})}return e}static#ws(t,e,i){const s=this.#ds.get(t);e===s.size&&i===s.family||(t.font=`${e}px ${i}`,s.size=e,s.family=i)}static#gs(){if(null!==this.#us)return;const 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.#us=t.getBoundingClientRect().height,t.remove()}static#ys(t,e,i){const s=this.#hs.get(t);if(s)return s;const n=this.#ms(i);n.canvas.width=n.canvas.height=30,this.#ws(n,30,t);const a=n.measureText(""),r=a.fontBoundingBoxAscent,o=Math.abs(a.fontBoundingBoxDescent);n.canvas.width=n.canvas.height=0;let l=.8;return r?l=r/(r+o):(gr.platform.isFirefox&&Za("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.#hs.set(t,l),l}}class Ul{static textContent(t){const e=[],i={items:e,styles:Object.create(null)};return function t(i){if(!i)return;let s=null;const n=i.name;if("#text"===n)s=i.value;else{if(!Ul.shouldBuildText(n))return;i?.attributes?.textContent?s=i.attributes.textContent:i.value&&(s=i.value)}if(null!==s&&e.push({str:s}),i.children)for(const e of i.children)t(e)}(t),i}static shouldBuildText(t){return!("textarea"===t||"input"===t||"option"===t||"select"===t)}}function Gl(t={}){"string"==typeof t||t instanceof URL?t={url:t}:(t instanceof ArrayBuffer||ArrayBuffer.isView(t))&&(t={data:t});const e=new Xl,{docId:i}=e,s=t.url?function(t){if(t instanceof URL)return t.href;if("string"==typeof t){if(ma)return t;const e=URL.parse(t,window.location);if(e)return e.href}throw new Error("Invalid PDF url data: either string or URL-object is expected in the url property.")}(t.url):null,n=t.data?function(t){if(ma&&"undefined"!=typeof Buffer&&t instanceof Buffer)throw new 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 pr(t);if(t instanceof ArrayBuffer||ArrayBuffer.isView(t)||"object"==typeof t&&!isNaN(t?.length))return new Uint8Array(t);throw new Error("Invalid PDF binary data: either TypedArray, string, or array-like object is expected in the data property.")}(t.data):null,a=t.httpHeaders||null,r=!0===t.withCredentials,o=t.password??null,l=t.range instanceof Yl?t.range:null,h=Number.isInteger(t.rangeChunkSize)&&t.rangeChunkSize>0?t.rangeChunkSize:65536;let c=t.worker instanceof th?t.worker:null;const d=t.verbosity,u="string"!=typeof t.docBaseUrl||Er(t.docBaseUrl)?null:t.docBaseUrl,p=ql(t.cMapUrl),g=!1!==t.cMapPacked,f=t.CMapReaderFactory||(ma?No:ko),m=ql(t.iccUrl),v=ql(t.standardFontDataUrl),b=t.StandardFontDataFactory||(ma?Oo:Po),y=ql(t.wasmUrl),w=t.WasmFactory||(ma?Bo:Io),x=!0!==t.stopAtErrors,A=Number.isInteger(t.maxImageSize)&&t.maxImageSize>-1?t.maxImageSize:-1,_=!1!==t.isEvalSupported,S="boolean"==typeof t.isOffscreenCanvasSupported?t.isOffscreenCanvasSupported:!ma,T="boolean"==typeof t.isImageDecoderSupported?t.isImageDecoderSupported:!ma&&(gr.platform.isFirefox||!globalThis.chrome),k=Number.isInteger(t.canvasMaxAreaInBytes)?t.canvasMaxAreaInBytes:-1,C="boolean"==typeof t.disableFontFace?t.disableFontFace:ma,E=!0===t.fontExtraProperties,M=!0===t.enableXfa,P=t.ownerDocument||globalThis.document,D=!0===t.disableRange,I=!0===t.disableStream,R=!0===t.disableAutoFetch,L=!0===t.pdfBug,F=t.CanvasFactory||(ma?Fo:So),N=t.FilterFactory||(ma?Lo:Eo),O=!0===t.enableHWA,B=!1!==t.useWasm,z=l?l.length:t.length??NaN,j="boolean"==typeof t.useSystemFonts?t.useSystemFonts:!ma&&!C,V="boolean"==typeof t.useWorkerFetch?t.useWorkerFetch:!!(f===ko&&b===Po&&w===Io&&p&&v&&y&&Dr(p,document.baseURI)&&Dr(v,document.baseURI)&&Dr(y,document.baseURI));Ya(d);const H={canvasFactory:new F({ownerDocument:P,enableHWA:O}),filterFactory:new N({docId:i,ownerDocument:P}),cMapReaderFactory:V?null:new f({baseUrl:p,isCompressed:g}),standardFontDataFactory:V?null:new b({baseUrl:v}),wasmFactory:V?null:new w({baseUrl:y})};if(!c){const t={verbosity:d,port:ml.workerPort};c=t.port?th.fromPort(t):new th(t),e._worker=c}const $={docId:i,apiVersion:"5.2.133",data:n,password:o,disableAutoFetch:R,rangeChunkSize:h,length:z,docBaseUrl:u,enableXfa:M,evaluatorOptions:{maxImageSize:A,disableFontFace:C,ignoreErrors:x,isEvalSupported:_,isOffscreenCanvasSupported:S,isImageDecoderSupported:T,canvasMaxAreaInBytes:k,fontExtraProperties:E,useSystemFonts:j,useWasm:B,useWorkerFetch:V,cMapUrl:p,iccUrl:m,standardFontDataUrl:v,wasmUrl:y}},U={ownerDocument:P,pdfBug:L,styleElement:null,loadingParams:{disableAutoFetch:R,enableXfa:M}};return c.promise.then((function(){if(e.destroyed)throw new Error("Loading aborted");if(c.destroyed)throw new Error("Worker was destroyed");const t=c.messageHandler.sendWithPromise("GetDocRequest",$,n?[n.buffer]:null);let o;if(l)o=new xl(l,{disableRange:D,disableStream:I});else if(!n){if(!s)throw new Error("getDocument - no `url` parameter provided.");let t;if(ma)if(Dr(s)){if("undefined"==typeof fetch||"undefined"==typeof Response||!("body"in Response.prototype))throw new Error("getDocument - the Fetch API was disabled in Node.js, see `--no-experimental-fetch`.");t=Il}else t=jl;else t=Dr(s)?Il:Nl;o=new t({url:s,length:z,httpHeaders:a,withCredentials:r,rangeChunkSize:h,disableRange:D,disableStream:I})}return t.then((t=>{if(e.destroyed)throw new Error("Loading aborted");if(c.destroyed)throw new Error("Worker was destroyed");const s=new Ao(i,t,c.port),n=new eh(s,e,o,U,H);e._transport=n,s.send("Ready",null)}))})).catch(e._capability.reject),e}function ql(t){if("string"!=typeof t)return null;if(t.endsWith("/"))return t;throw new Error(`Invalid factory url: "${t}" must include trailing slash.`)}const Wl=t=>"object"==typeof t&&Number.isInteger(t?.num)&&t.num>=0&&Number.isInteger(t?.gen)&&t.gen>=0,Kl=function(t,e,i){if(!Array.isArray(i)||i.length<2)return!1;const[s,n,...a]=i;if(!t(s)&&!Number.isInteger(s))return!1;if(!e(n))return!1;const r=a.length;let o=!0;switch(n.name){case"XYZ":if(r<2||r>3)return!1;break;case"Fit":case"FitB":return 0===r;case"FitH":case"FitBH":case"FitV":case"FitBV":if(r>1)return!1;break;case"FitR":if(4!==r)return!1;o=!1;break;default:return!1}for(const t of a)if(!("number"==typeof t||o&&null===t))return!1;return!0}.bind(null,Wl,(t=>"object"==typeof t&&"string"==typeof t?.name));class Xl{static#mi=0;_capability=Promise.withResolvers();_transport=null;_worker=null;docId="d"+Xl.#mi++;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 Yl{constructor(t,e,i=!1,s=null){this.length=t,this.initialData=e,this.progressiveDone=i,this.contentDispositionFilename=s,this._rangeListeners=[],this._progressListeners=[],this._progressiveReadListeners=[],this._progressiveDoneListeners=[],this._readyCapability=Promise.withResolvers()}addRangeListener(t){this._rangeListeners.push(t)}addProgressListener(t){this._progressListeners.push(t)}addProgressiveReadListener(t){this._progressiveReadListeners.push(t)}addProgressiveDoneListener(t){this._progressiveDoneListeners.push(t)}onDataRange(t,e){for(const i of this._rangeListeners)i(t,e)}onDataProgress(t,e){this._readyCapability.promise.then((()=>{for(const i of this._progressListeners)i(t,e)}))}onDataProgressiveRead(t){this._readyCapability.promise.then((()=>{for(const e of this._progressiveReadListeners)e(t)}))}onDataProgressiveDone(){this._readyCapability.promise.then((()=>{for(const t of this._progressiveDoneListeners)t()}))}transportReady(){this._readyCapability.resolve()}requestDataRange(t,e){tr("Abstract method PDFDataRangeTransport.requestDataRange")}abort(){}}class Ql{constructor(t,e){this._pdfInfo=t,this._transport=e}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 nr(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()}getJSActions(){return this._transport.getDocJSActions()}getOutline(){return this._transport.getOutline()}getOptionalContentConfig({intent:t="display"}={}){const{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()}getDownloadInfo(){return this._transport.downloadInfoCapability.promise}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 Jl{#xs=!1;constructor(t,e,i,s=!1){this._pageIndex=t,this._pageInfo=e,this._transport=i,this._stats=s?new Pr:null,this._pdfBug=s,this.commonObjs=i.commonObjs,this.objs=new sh,this._intentStates=new Map,this.destroyed=!1}get pageNumber(){return this._pageIndex+1}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:s=0,dontFlip:n=!1}={}){return new kr({viewBox:this.view,userUnit:this.userUnit,scale:t,rotation:e,offsetX:i,offsetY:s,dontFlip:n})}getAnnotations({intent:t="display"}={}){const{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 nr(this,"isPureXfa",!!this._transport._htmlForXfa)}async getXfa(){return this._transport._htmlForXfa?.children[this._pageIndex]||null}render({canvasContext:t,viewport:e,intent:i="display",annotationMode:s=Ca.ENABLE,transform:n=null,background:a=null,optionalContentConfigPromise:r=null,annotationCanvasMap:o=null,pageColors:l=null,printAnnotationStorage:h=null,isEditing:c=!1}){this._stats?.time("Overall");const d=this._transport.getRenderingIntent(i,s,h,c),{renderingIntent:u,cacheKey:p}=d;this.#xs=!1,r||=this._transport.getOptionalContentConfig(u);let g=this._intentStates.get(p);g||(g=Object.create(null),this._intentStates.set(p,g)),g.streamReaderCancelTimeout&&(clearTimeout(g.streamReaderCancelTimeout),g.streamReaderCancelTimeout=null);const f=!!(u&xa);g.displayReadyCapability||(g.displayReadyCapability=Promise.withResolvers(),g.operatorList={fnArray:[],argsArray:[],lastChunk:!1,separateAnnots:null},this._stats?.time("Page Request"),this._pumpOperatorList(d));const m=t=>{g.renderTasks.delete(v),f&&(this.#xs=!0),this.#As(),t?(v.capability.reject(t),this._abortOperatorList({intentState:g,reason:t instanceof Error?t:new Error(t)})):v.capability.resolve(),this._stats&&(this._stats.timeEnd("Rendering"),this._stats.timeEnd("Overall"),globalThis.Stats?.enabled&&globalThis.Stats.add(this.pageNumber,this._stats))},v=new ah({callback:m,params:{canvasContext:t,viewport:e,transform:n,background:a},objs:this.objs,commonObjs:this.commonObjs,annotationCanvasMap:o,operatorList:g.operatorList,pageIndex:this._pageIndex,canvasFactory:this._transport.canvasFactory,filterFactory:this._transport.filterFactory,useRequestAnimationFrame:!f,pdfBug:this._pdfBug,pageColors:l});(g.renderTasks||=new Set).add(v);const b=v.task;return Promise.all([g.displayReadyCapability.promise,r]).then((([t,e])=>{if(this.destroyed)m();else{if(this._stats?.time("Rendering"),!(e.renderingIntent&u))throw new Error("Must use the same `intent`-argument when calling the `PDFPageProxy.render` and `PDFDocumentProxy.getOptionalContentConfig` methods.");v.initializeGraphics({transparency:t,optionalContentConfig:e}),v.operatorListChanged()}})).catch(m),b}getOperatorList({intent:t="display",annotationMode:e=Ca.ENABLE,printAnnotationStorage:i=null,isEditing:s=!1}={}){const n=this._transport.getRenderingIntent(t,e,i,s,!0);let a,r=this._intentStates.get(n.cacheKey);return r||(r=Object.create(null),this._intentStates.set(n.cacheKey,r)),r.opListReadCapability||(a=Object.create(null),a.operatorListChanged=function(){r.operatorList.lastChunk&&(r.opListReadCapability.resolve(r.operatorList),r.renderTasks.delete(a))},r.opListReadCapability=Promise.withResolvers(),(r.renderTasks||=new Set).add(a),r.operatorList={fnArray:[],argsArray:[],lastChunk:!1,separateAnnots:null},this._stats?.time("Page Request"),this._pumpOperatorList(n)),r.opListReadCapability.promise}streamTextContent({includeMarkedContent:t=!1,disableNormalization:e=!1}={}){return this._transport.messageHandler.sendWithStream("GetTextContent",{pageIndex:this._pageIndex,includeMarkedContent:!0===t,disableNormalization:!0===e},{highWaterMark:100,size:t=>t.items.length})}getTextContent(t={}){if(this._transport._htmlForXfa)return this.getXfa().then((t=>Ul.textContent(t)));const e=this.streamTextContent(t);return new Promise((function(t,i){const s=e.getReader(),n={items:[],styles:Object.create(null),lang:null};!function e(){s.read().then((function({value:i,done:s}){s?t(n):(n.lang??=i.lang,Object.assign(n.styles,i.styles),n.items.push(...i.items),e())}),i)}()}))}getStructTree(){return this._transport.getStructTree(this._pageIndex)}_destroy(){this.destroyed=!0;const t=[];for(const e of this._intentStates.values())if(this._abortOperatorList({intentState:e,reason:new Error("Page was destroyed."),force:!0}),!e.opListReadCapability)for(const i of e.renderTasks)t.push(i.completed),i.cancel();return this.objs.clear(),this.#xs=!1,Promise.all(t)}cleanup(t=!1){this.#xs=!0;const e=this.#As();return t&&e&&(this._stats&&=new Pr),e}#As(){if(!this.#xs||this.destroyed)return!1;for(const{renderTasks:t,operatorList:e}of this._intentStates.values())if(t.size>0||!e.lastChunk)return!1;return this._intentStates.clear(),this.objs.clear(),this.#xs=!1,!0}_startRenderPage(t,e){const i=this._intentStates.get(e);i&&(this._stats?.timeEnd("Page Request"),i.displayReadyCapability?.resolve(t))}_renderPageChunk(t,e){for(let i=0,s=t.length;i<s;i++)e.operatorList.fnArray.push(t.fnArray[i]),e.operatorList.argsArray.push(t.argsArray[i]);e.operatorList.lastChunk=t.lastChunk,e.operatorList.separateAnnots=t.separateAnnots;for(const t of e.renderTasks)t.operatorListChanged();t.lastChunk&&this.#As()}_pumpOperatorList({renderingIntent:t,cacheKey:e,annotationStorageSerializable:i,modifiedIds:s}){const{map:n,transfer:a}=i,r=this._transport.messageHandler.sendWithStream("GetOperatorList",{pageIndex:this._pageIndex,intent:t,cacheKey:e,annotationStorage:n,modifiedIds:s},a).getReader(),o=this._intentStates.get(e);o.streamReader=r;const l=()=>{r.read().then((({value:t,done:e})=>{e?o.streamReader=null:this._transport.destroyed||(this._renderPageChunk(t,o),l())}),(t=>{if(o.streamReader=null,!this._transport.destroyed){if(o.operatorList){o.operatorList.lastChunk=!0;for(const t of o.renderTasks)t.operatorListChanged();this.#As()}if(o.displayReadyCapability)o.displayReadyCapability.reject(t);else{if(!o.opListReadCapability)throw t;o.opListReadCapability.reject(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 Cr){let i=100;return e.extraDelay>0&&e.extraDelay<1e3&&(i+=e.extraDelay),void(t.streamReaderCancelTimeout=setTimeout((()=>{t.streamReaderCancelTimeout=null,this._abortOperatorList({intentState:t,reason:e,force:!0})}),i))}}if(t.streamReader.cancel(new dr(e.message)).catch((()=>{})),t.streamReader=null,!this._transport.destroyed){for(const[e,i]of this._intentStates)if(i===t){this._intentStates.delete(e);break}this.cleanup()}}}get stats(){return this._stats}}class Zl{#_s=new Map;#Ss=Promise.resolve();postMessage(t,e){const i={data:structuredClone(t,e?{transfer:e}:null)};this.#Ss.then((()=>{for(const[t]of this.#_s)t.call(this,i)}))}addEventListener(t,e,i=null){let s=null;if(i?.signal instanceof AbortSignal){const{signal:n}=i;if(n.aborted)return void Za("LoopbackPort - cannot use an `aborted` signal.");const a=()=>this.removeEventListener(t,e);s=()=>n.removeEventListener("abort",a),n.addEventListener("abort",a)}this.#_s.set(e,s)}removeEventListener(t,e){const i=this.#_s.get(e);i?.(),this.#_s.delete(e)}terminate(){for(const[,t]of this.#_s)t?.();this.#_s.clear()}}class th{static#Ts=0;static#ks=!1;static#Cs;static{ma&&(this.#ks=!0,ml.workerSrc||="./pdf.worker.mjs"),this._isSameOrigin=(t,e)=>{const i=URL.parse(t);if(!i?.origin||"null"===i.origin)return!1;const s=new URL(e,i);return i.origin===s.origin},this._createCDNWrapper=t=>{const e=`await import("${t}");`;return URL.createObjectURL(new Blob([e],{type:"text/javascript"}))}}constructor({name:t=null,port:e=null,verbosity:i=Qa()}={}){if(this.name=t,this.destroyed=!1,this.verbosity=i,this._readyCapability=Promise.withResolvers(),this._port=null,this._webWorker=null,this._messageHandler=null,e){if(th.#Cs?.has(e))throw new Error("Cannot use more than one PDFWorker per port.");return(th.#Cs||=new WeakMap).set(e,this),void this._initializeFromPort(e)}this._initialize()}get promise(){return this._readyCapability.promise}#Es(){this._readyCapability.resolve(),this._messageHandler.send("configure",{verbosity:this.verbosity})}get port(){return this._port}get messageHandler(){return this._messageHandler}_initializeFromPort(t){this._port=t,this._messageHandler=new Ao("main","worker",t),this._messageHandler.on("ready",(function(){})),this.#Es()}_initialize(){if(th.#ks||th.#Ms)return void this._setupFakeWorker();let{workerSrc:t}=th;try{th._isSameOrigin(window.location,t)||(t=th._createCDNWrapper(new URL(t,window.location).href));const e=new Worker(t,{type:"module"}),i=new Ao("main","worker",e),s=()=>{n.abort(),i.destroy(),e.terminate(),this.destroyed?this._readyCapability.reject(new Error("Worker was destroyed")):this._setupFakeWorker()},n=new AbortController;e.addEventListener("error",(()=>{this._webWorker||s()}),{signal:n.signal}),i.on("test",(t=>{n.abort(),!this.destroyed&&t?(this._messageHandler=i,this._port=e,this._webWorker=e,this.#Es()):s()})),i.on("ready",(t=>{if(n.abort(),this.destroyed)s();else try{a()}catch{this._setupFakeWorker()}}));const a=()=>{const t=new Uint8Array;i.send("test",t,[t.buffer])};return void a()}catch{Ja("The worker has been disabled.")}this._setupFakeWorker()}_setupFakeWorker(){th.#ks||(Za("Setting up fake worker."),th.#ks=!0),th._setupFakeWorkerGlobal.then((t=>{if(this.destroyed)return void this._readyCapability.reject(new Error("Worker was destroyed"));const e=new Zl;this._port=e;const i="fake"+th.#Ts++,s=new Ao(i+"_worker",i,e);t.setup(s,e),this._messageHandler=new Ao(i,i+"_worker",e),this.#Es()})).catch((t=>{this._readyCapability.reject(new Error(`Setting up fake worker failed: "${t.message}".`))}))}destroy(){this.destroyed=!0,this._webWorker?.terminate(),this._webWorker=null,th.#Cs?.delete(this._port),this._port=null,this._messageHandler?.destroy(),this._messageHandler=null}static fromPort(t){if(!t?.port)throw new Error("PDFWorker.fromPort - invalid method signature.");const e=this.#Cs?.get(t.port);if(e){if(e._pendingDestroy)throw new Error("PDFWorker.fromPort - the worker is being destroyed.\nPlease remember to await `PDFDocumentLoadingTask.destroy()`-calls.");return e}return new th(t)}static get workerSrc(){if(ml.workerSrc)return ml.workerSrc;throw new Error('No "GlobalWorkerOptions.workerSrc" specified.')}static get#Ms(){try{return globalThis.pdfjsWorker?.WorkerMessageHandler||null}catch{return null}}static get _setupFakeWorkerGlobal(){return nr(this,"_setupFakeWorkerGlobal",(async()=>{if(this.#Ms)return this.#Ms;return(await import(this.workerSrc)).WorkerMessageHandler})())}}class eh{#Ps=new Map;#Ds=new Map;#Is=new Map;#Rs=new Map;#Ls=null;constructor(t,e,i,s,n){this.messageHandler=t,this.loadingTask=e,this.commonObjs=new sh,this.fontLoader=new oo({ownerDocument:s.ownerDocument,styleElement:s.styleElement}),this.loadingParams=s.loadingParams,this._params=s,this.canvasFactory=n.canvasFactory,this.filterFactory=n.filterFactory,this.cMapReaderFactory=n.cMapReaderFactory,this.standardFontDataFactory=n.standardFontDataFactory,this.wasmFactory=n.wasmFactory,this.destroyed=!1,this.destroyCapability=null,this._networkStream=i,this._fullReader=null,this._lastProgress=null,this.downloadInfoCapability=Promise.withResolvers(),this.setupMessageHandler()}#Fs(t,e=null){const i=this.#Ps.get(t);if(i)return i;const s=this.messageHandler.sendWithPromise(t,e);return this.#Ps.set(t,s),s}get annotationStorage(){return nr(this,"annotationStorage",new ao)}getRenderingIntent(t,e=Ca.ENABLE,i=null,s=!1,n=!1){let a=wa,r=no;switch(t){case"any":a=ya;break;case"display":break;case"print":a=xa;break;default:Za(`getRenderingIntent - invalid intent: ${t}`)}const o=a&xa&&i instanceof ro?i:this.annotationStorage;switch(e){case Ca.DISABLE:a+=Sa;break;case Ca.ENABLE:break;case Ca.ENABLE_FORMS:a+=Aa;break;case Ca.ENABLE_STORAGE:a+=_a,r=o.serializable;break;default:Za(`getRenderingIntent - invalid annotationMode: ${e}`)}s&&(a+=Ta),n&&(a+=ka);const{ids:l,hash:h}=o.modifiedIds;return{renderingIntent:a,cacheKey:[a,r.hash,h].join("_"),annotationStorageSerializable:r,modifiedIds:l}}destroy(){if(this.destroyCapability)return this.destroyCapability.promise;this.destroyed=!0,this.destroyCapability=Promise.withResolvers(),this.#Ls?.reject(new Error("Worker was destroyed during onPassword callback"));const t=[];for(const e of this.#Ds.values())t.push(e._destroy());this.#Ds.clear(),this.#Is.clear(),this.#Rs.clear(),this.hasOwnProperty("annotationStorage")&&this.annotationStorage.resetModified();const e=this.messageHandler.sendWithPromise("Terminate",null);return t.push(e),Promise.all(t).then((()=>{this.commonObjs.clear(),this.fontLoader.clear(),this.#Ps.clear(),this.filterFactory.destroy(),$l.cleanup(),this._networkStream?.cancelAllRequests(new dr("Worker was terminated.")),this.messageHandler?.destroy(),this.messageHandler=null,this.destroyCapability.resolve()}),this.destroyCapability.reject),this.destroyCapability.promise}setupMessageHandler(){const{messageHandler:t,loadingTask:e}=this;t.on("GetReader",((t,e)=>{er(this._networkStream,"GetReader - no `IPDFStream` instance available."),this._fullReader=this._networkStream.getFullReader(),this._fullReader.onProgress=t=>{this._lastProgress={loaded:t.loaded,total:t.total}},e.onPull=()=>{this._fullReader.read().then((function({value:t,done:i}){i?e.close():(er(t instanceof ArrayBuffer,"GetReader - expected an ArrayBuffer."),e.enqueue(new Uint8Array(t),1,[t]))})).catch((t=>{e.error(t)}))},e.onCancel=t=>{this._fullReader.cancel(t),e.ready.catch((t=>{if(!this.destroyed)throw t}))}})),t.on("ReaderHeadersReady",(async t=>{await this._fullReader.headersReady;const{isStreamingSupported:i,isRangeSupported:s,contentLength:n}=this._fullReader;return i&&s||(this._lastProgress&&e.onProgress?.(this._lastProgress),this._fullReader.onProgress=t=>{e.onProgress?.({loaded:t.loaded,total:t.total})}),{isStreamingSupported:i,isRangeSupported:s,contentLength:n}})),t.on("GetRangeReader",((t,e)=>{er(this._networkStream,"GetRangeReader - no `IPDFStream` instance available.");const i=this._networkStream.getRangeReader(t.begin,t.end);i?(e.onPull=()=>{i.read().then((function({value:t,done:i}){i?e.close():(er(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._numPages=t.numPages,this._htmlForXfa=t.htmlForXfa,delete t.htmlForXfa,e._capability.resolve(new Ql(t,this))})),t.on("DocException",(t=>{e._capability.reject(xo(t))})),t.on("PasswordRequest",(t=>{this.#Ls=Promise.withResolvers();try{if(!e.onPassword)throw xo(t);const i=t=>{t instanceof Error?this.#Ls.reject(t):this.#Ls.resolve({password:t})};e.onPassword(i,t.code)}catch(t){this.#Ls.reject(t)}return this.#Ls.promise})),t.on("DataLoaded",(t=>{e.onProgress?.({loaded:t.length,total:t.length}),this.downloadInfoCapability.resolve(t)})),t.on("StartRenderPage",(t=>{if(this.destroyed)return;this.#Ds.get(t.pageIndex)._startRenderPage(t.transparency,t.cacheKey)})),t.on("commonobj",(([e,i,s])=>{if(this.destroyed)return null;if(this.commonObjs.has(e))return null;switch(i){case"Font":if("error"in s){const t=s.error;Za(`Error during font loading: ${t}`),this.commonObjs.resolve(e,t);break}const n=this._params.pdfBug&&globalThis.FontInspector?.enabled?(t,e)=>globalThis.FontInspector.fontAdded(t,e):null,a=new lo(s,n);this.fontLoader.bind(a).catch((()=>t.sendWithPromise("FontFallback",{id:e}))).finally((()=>{!a.fontExtraProperties&&a.data&&(a.data=null),this.commonObjs.resolve(e,a)}));break;case"CopyLocalImage":const{imageRef:r}=s;er(r,"The imageRef must be defined.");for(const t of this.#Ds.values())for(const[,i]of t.objs)if(i?.ref===r)return i.dataLen?(this.commonObjs.resolve(e,structuredClone(i)),i.dataLen):null;break;case"FontPath":case"Image":case"Pattern":this.commonObjs.resolve(e,s);break;default:throw new Error(`Got unknown common object type ${i}`)}return null})),t.on("obj",(([t,e,i,s])=>{if(this.destroyed)return;const n=this.#Ds.get(e);if(!n.objs.has(t))if(0!==n._intentStates.size)switch(i){case"Image":case"Pattern":n.objs.resolve(t,s);break;default:throw new Error(`Got unknown object type ${i}`)}else s?.bitmap?.close()})),t.on("DocProgress",(t=>{this.destroyed||e.onProgress?.({loaded:t.loaded,total:t.total})})),t.on("FetchBinaryData",(async t=>{if(this.destroyed)throw new Error("Worker was destroyed.");const e=this[t.type];if(!e)throw new Error(`${t.type} not initialized, see the \`useWorkerFetch\` parameter.`);return e.fetch(t)}))}getData(){return this.messageHandler.sendWithPromise("GetData",null)}saveDocument(){this.annotationStorage.size<=0&&Za("saveDocument called while `annotationStorage` is empty, please use the getData-method instead.");const{map:t,transfer:e}=this.annotationStorage.serializable;return this.messageHandler.sendWithPromise("SaveDocument",{isPureXfa:!!this._htmlForXfa,numPages:this._numPages,annotationStorage:t,filename:this._fullReader?.filename??null},e).finally((()=>{this.annotationStorage.resetModified()}))}getPage(t){if(!Number.isInteger(t)||t<=0||t>this._numPages)return Promise.reject(new Error("Invalid page request."));const e=t-1,i=this.#Is.get(e);if(i)return i;const s=this.messageHandler.sendWithPromise("GetPage",{pageIndex:e}).then((i=>{if(this.destroyed)throw new Error("Transport destroyed");i.refStr&&this.#Rs.set(i.refStr,t);const s=new Jl(e,i,this,this._params.pdfBug);return this.#Ds.set(e,s),s}));return this.#Is.set(e,s),s}getPageIndex(t){return Wl(t)?this.messageHandler.sendWithPromise("GetPageIndex",{num:t.num,gen:t.gen}):Promise.reject(new Error("Invalid pageIndex request."))}getAnnotations(t,e){return this.messageHandler.sendWithPromise("GetAnnotations",{pageIndex:t,intent:e})}getFieldObjects(){return this.#Fs("GetFieldObjects")}hasJSActions(){return this.#Fs("HasJSActions")}getCalculationOrderIds(){return this.messageHandler.sendWithPromise("GetCalculationOrderIds",null)}getDestinations(){return this.messageHandler.sendWithPromise("GetDestinations",null)}getDestination(t){return"string"!=typeof t?Promise.reject(new 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)}getDocJSActions(){return this.#Fs("GetDocJSActions")}getPageJSActions(t){return this.messageHandler.sendWithPromise("GetPageJSActions",{pageIndex:t})}getStructTree(t){return this.messageHandler.sendWithPromise("GetStructTree",{pageIndex:t})}getOutline(){return this.messageHandler.sendWithPromise("GetOutline",null)}getOptionalContentConfig(t){return this.#Fs("GetOptionalContentConfig").then((e=>new wl(e,t)))}getPermissions(){return this.messageHandler.sendWithPromise("GetPermissions",null)}getMetadata(){const t="GetMetadata",e=this.#Ps.get(t);if(e)return e;const i=this.messageHandler.sendWithPromise(t,null).then((t=>({info:t[0],metadata:t[1]?new vl(t[1]):null,contentDispositionFilename:this._fullReader?.filename??null,contentLength:this._fullReader?.contentLength??null})));return this.#Ps.set(t,i),i}getMarkInfo(){return this.messageHandler.sendWithPromise("GetMarkInfo",null)}async startCleanup(t=!1){if(!this.destroyed){await this.messageHandler.sendWithPromise("Cleanup",null);for(const t of this.#Ds.values()){if(!t.cleanup())throw new Error(`startCleanup: Page ${t.pageNumber} is currently rendering.`)}this.commonObjs.clear(),t||this.fontLoader.clear(),this.#Ps.clear(),this.filterFactory.destroy(!0),$l.cleanup()}}cachedPageNumber(t){if(!Wl(t))return null;const e=0===t.gen?`${t.num}R`:`${t.num}R${t.gen}`;return this.#Rs.get(e)??null}}const ih=Symbol("INITIAL_DATA");class sh{#Ns=Object.create(null);#Os(t){return this.#Ns[t]||={...Promise.withResolvers(),data:ih}}get(t,e=null){if(e){const i=this.#Os(t);return i.promise.then((()=>e(i.data))),null}const i=this.#Ns[t];if(!i||i.data===ih)throw new Error(`Requesting object that isn't resolved yet ${t}.`);return i.data}has(t){const e=this.#Ns[t];return!!e&&e.data!==ih}delete(t){const e=this.#Ns[t];return!(!e||e.data===ih)&&(delete this.#Ns[t],!0)}resolve(t,e=null){const i=this.#Os(t);i.data=e,i.resolve()}clear(){for(const t in this.#Ns){const{data:e}=this.#Ns[t];e?.bitmap?.close()}this.#Ns=Object.create(null)}*[Symbol.iterator](){for(const t in this.#Ns){const{data:e}=this.#Ns[t];e!==ih&&(yield[t,e])}}}class nh{#Bs=null;onContinue=null;onError=null;constructor(t){this.#Bs=t}get promise(){return this.#Bs.capability.promise}cancel(t=0){this.#Bs.cancel(null,t)}get separateAnnots(){const{separateAnnots:t}=this.#Bs.operatorList;if(!t)return!1;const{annotationCanvasMap:e}=this.#Bs;return t.form||t.canvas&&e?.size>0}}class ah{#zs=null;static#js=new WeakSet;constructor({callback:t,params:e,objs:i,commonObjs:s,annotationCanvasMap:n,operatorList:a,pageIndex:r,canvasFactory:o,filterFactory:l,useRequestAnimationFrame:h=!1,pdfBug:c=!1,pageColors:d=null}){this.callback=t,this.params=e,this.objs=i,this.commonObjs=s,this.annotationCanvasMap=n,this.operatorListIdx=null,this.operatorList=a,this._pageIndex=r,this.canvasFactory=o,this.filterFactory=l,this._pdfBug=c,this.pageColors=d,this.running=!1,this.graphicsReadyCallback=null,this.graphicsReady=!1,this._useRequestAnimationFrame=!0===h&&"undefined"!=typeof window,this.cancelled=!1,this.capability=Promise.withResolvers(),this.task=new nh(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.canvasContext.canvas}get completed(){return this.capability.promise.catch((function(){}))}initializeGraphics({transparency:t=!1,optionalContentConfig:e}){if(this.cancelled)return;if(this._canvas){if(ah.#js.has(this._canvas))throw new Error("Cannot use the same canvas during multiple render() operations. Use different canvas or ensure previous operations were cancelled or completed.");ah.#js.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());const{canvasContext:i,viewport:s,transform:n,background:a}=this.params;this.gfx=new fl(i,this.commonObjs,this.objs,this.canvasFactory,this.filterFactory,{optionalContentConfig:e},this.annotationCanvasMap,this.pageColors),this.gfx.beginDrawing({transform:n,viewport:s,transparency:t,background:a}),this.operatorListIdx=0,this.graphicsReady=!0,this.graphicsReadyCallback?.()}cancel(t=null,e=0){this.running=!1,this.cancelled=!0,this.gfx?.endDrawing(),this.#zs&&(window.cancelAnimationFrame(this.#zs),this.#zs=null),ah.#js.delete(this._canvas),t||=new Cr(`Rendering cancelled, page ${this._pageIndex+1}`,e),this.callback(t),this.task.onError?.(t)}operatorListChanged(){this.graphicsReady?(this.stepper?.updateOperatorList(this.operatorList),this.running||this._continue()):this.graphicsReadyCallback||=this._continueBound}_continue(){this.running=!0,this.cancelled||(this.task.onContinue?this.task.onContinue(this._scheduleNextBound):this._scheduleNext())}_scheduleNext(){this._useRequestAnimationFrame?this.#zs=window.requestAnimationFrame((()=>{this.#zs=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.operatorListIdx===this.operatorList.argsArray.length&&(this.running=!1,this.operatorList.lastChunk&&(this.gfx.endDrawing(),ah.#js.delete(this._canvas),this.callback())))}}function rh(t){return Math.floor(255*Math.max(0,Math.min(1,t))).toString(16).padStart(2,"0")}function oh(t){return Math.max(0,Math.min(255,255*t))}class lh{static CMYK_G([t,e,i,s]){return["G",1-Math.min(1,.3*t+.59*i+.11*e+s)]}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=oh(t),t,t]}static G_HTML([t]){const e=rh(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(oh)}static RGB_HTML(t){return`#${t.map(rh).join("")}`}static T_HTML(){return"#00000000"}static T_rgb(){return[null]}static CMYK_RGB([t,e,i,s]){return["RGB",1-Math.min(1,t+s),1-Math.min(1,i+s),1-Math.min(1,e+s)]}static CMYK_rgb([t,e,i,s]){return[oh(1-Math.min(1,t+s)),oh(1-Math.min(1,i+s)),oh(1-Math.min(1,e+s))]}static CMYK_HTML(t){const e=this.CMYK_RGB(t).slice(1);return this.RGB_HTML(e)}static RGB_CMYK([t,e,i]){const s=1-t,n=1-e,a=1-i;return["CMYK",s,n,a,Math.min(s,n,a)]}}class hh{create(t,e,i=!1){if(t<=0||e<=0)throw new Error("Invalid SVG dimensions");const s=this._createSVG("svg:svg");return s.setAttribute("version","1.1"),i||(s.setAttribute("width",`${t}px`),s.setAttribute("height",`${e}px`)),s.setAttribute("preserveAspectRatio","none"),s.setAttribute("viewBox",`0 0 ${t} ${e}`),s}createElement(t){if("string"!=typeof t)throw new Error("Invalid SVG element type");return this._createSVG(t)}_createSVG(t){tr("Abstract method `_createSVG` called.")}}class ch extends hh{_createSVG(t){return document.createElementNS(_r,t)}}class dh{static setupStorage(t,e,i,s,n){const a=s.getValue(e,{value:null});switch(i.name){case"textarea":if(null!==a.value&&(t.textContent=a.value),"print"===n)break;t.addEventListener("input",(t=>{s.setValue(e,{value:t.target.value})}));break;case"input":if("radio"===i.attributes.type||"checkbox"===i.attributes.type){if(a.value===i.attributes.xfaOn?t.setAttribute("checked",!0):a.value===i.attributes.xfaOff&&t.removeAttribute("checked"),"print"===n)break;t.addEventListener("change",(t=>{s.setValue(e,{value:t.target.checked?t.target.getAttribute("xfaOn"):t.target.getAttribute("xfaOff")})}))}else{if(null!==a.value&&t.setAttribute("value",a.value),"print"===n)break;t.addEventListener("input",(t=>{s.setValue(e,{value:t.target.value})}))}break;case"select":if(null!==a.value){t.setAttribute("value",a.value);for(const t of i.children)t.attributes.value===a.value?t.attributes.selected=!0:t.attributes.hasOwnProperty("selected")&&delete t.attributes.selected}t.addEventListener("input",(t=>{const i=t.target.options,n=-1===i.selectedIndex?"":i[i.selectedIndex].value;s.setValue(e,{value:n})}))}}static setAttributes({html:t,element:e,storage:i=null,intent:s,linkService:n}){const{attributes:a}=e,r=t instanceof HTMLAnchorElement;"radio"===a.type&&(a.name=`${a.name}-${s}`);for(const[e,i]of Object.entries(a))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:(!r||"href"!==e&&"newWindow"!==e)&&t.setAttribute(e,i)}r&&n.addLinkAttributes(t,a.href,a.newWindow),i&&a.dataId&&this.setupStorage(t,a.dataId,e,i)}static render(t){const e=t.annotationStorage,i=t.linkService,s=t.xfaHtml,n=t.intent||"display",a=document.createElement(s.name);s.attributes&&this.setAttributes({html:a,element:s,intent:n,linkService:i});const r="richText"!==n,o=t.div;if(o.append(a),t.viewport){const e=`matrix(${t.viewport.transform.join(",")})`;o.style.transform=e}r&&o.setAttribute("class","xfaLayer xfaFont");const l=[];if(0===s.children.length){if(s.value){const t=document.createTextNode(s.value);a.append(t),r&&Ul.shouldBuildText(s.name)&&l.push(t)}return{textDivs:l}}const h=[[s,-1,a]];for(;h.length>0;){const[t,s,a]=h.at(-1);if(s+1===t.children.length){h.pop();continue}const o=t.children[++h.at(-1)[1]];if(null===o)continue;const{name:c}=o;if("#text"===c){const t=document.createTextNode(o.value);l.push(t),a.append(t);continue}const d=o?.attributes?.xmlns?document.createElementNS(o.attributes.xmlns,c):document.createElement(c);if(a.append(d),o.attributes&&this.setAttributes({html:d,element:o,storage:e,intent:n,linkService:i}),o.children?.length>0)h.push([o,-1,d]);else if(o.value){const t=document.createTextNode(o.value);r&&Ul.shouldBuildText(c)&&l.push(t),d.append(t)}}for(const t of o.querySelectorAll(".xfaNonInteractive input, .xfaNonInteractive textarea"))t.setAttribute("readOnly",!0);return{textDivs:l}}static update(t){const e=`matrix(${t.viewport.transform.join(",")})`;t.div.style.transform=e,t.div.hidden=!1}}const uh=1e3,ph=new WeakSet;class gh{static create(t){switch(t.data.annotationType){case Oa.LINK:return new mh(t);case Oa.TEXT:return new vh(t);case Oa.WIDGET:switch(t.data.fieldType){case"Tx":return new yh(t);case"Btn":return t.data.radioButton?new Ah(t):t.data.checkBox?new xh(t):new _h(t);case"Ch":return new Sh(t);case"Sig":return new wh(t)}return new bh(t);case Oa.POPUP:return new Th(t);case Oa.FREETEXT:return new Ch(t);case Oa.LINE:return new Eh(t);case Oa.SQUARE:return new Mh(t);case Oa.CIRCLE:return new Ph(t);case Oa.POLYLINE:return new Dh(t);case Oa.CARET:return new Rh(t);case Oa.INK:return new Lh(t);case Oa.POLYGON:return new Ih(t);case Oa.HIGHLIGHT:return new Fh(t);case Oa.UNDERLINE:return new Nh(t);case Oa.SQUIGGLY:return new Oh(t);case Oa.STRIKEOUT:return new Bh(t);case Oa.STAMP:return new zh(t);case Oa.FILEATTACHMENT:return new jh(t);default:return new fh(t)}}}class fh{#Vs=null;#Hs=!1;#$s=null;constructor(t,{isRenderable:e=!1,ignoreBorder:i=!1,createQuadrilaterals:s=!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.enableScripting=t.enableScripting,this.hasJSActions=t.hasJSActions,this._fieldObjects=t.fieldObjects,this.parent=t.parent,e&&(this.container=this._createContainer(i)),s&&this._createQuadrilaterals()}static _hasPopupData({titleObj:t,contentsObj:e,richText:i}){return!!(t?.str||e?.str||i?.str)}get _isEditable(){return this.data.isEditable}get hasPopupData(){return fh._hasPopupData(this.data)}updateEdited(t){if(!this.container)return;this.#Vs||={rect:this.data.rect.slice(0)};const{rect:e}=t;e&&this.#Us(e),this.#$s?.popup.updateEdited(t)}resetEdited(){this.#Vs&&(this.#Us(this.#Vs.rect),this.#$s?.popup.resetEdited(),this.#Vs=null)}#Us(t){const{container:{style:e},data:{rect:i,rotation:s},parent:{viewport:{rawDims:{pageWidth:n,pageHeight:a,pageX:r,pageY:o}}}}=this;i?.splice(0,4,...t),e.left=100*(t[0]-r)/n+"%",e.top=100*(a-t[3]+o)/a+"%",0===s?(e.width=100*(t[2]-t[0])/n+"%",e.height=100*(t[3]-t[1])/a+"%"):this.setRotation(s)}_createContainer(t){const{data:e,parent:{page:i,viewport:s}}=this,n=document.createElement("section");n.setAttribute("data-annotation-id",e.id),this instanceof bh||(n.tabIndex=uh);const{style:a}=n;if(a.zIndex=this.parent.zIndex++,e.alternativeText&&(n.title=e.alternativeText),e.noRotate&&n.classList.add("norotate"),!e.rect||this instanceof Th){const{rotation:t}=e;return e.hasOwnCanvas||0===t||this.setRotation(t,n),n}const{width:r,height:o}=this;if(!t&&e.borderStyle.width>0){a.borderWidth=`${e.borderStyle.width}px`;const t=e.borderStyle.horizontalCornerRadius,i=e.borderStyle.verticalCornerRadius;if(t>0||i>0){const e=`calc(${t}px * var(--total-scale-factor)) / calc(${i}px * var(--total-scale-factor))`;a.borderRadius=e}else if(this instanceof Ah){const t=`calc(${r}px * var(--total-scale-factor)) / calc(${o}px * var(--total-scale-factor))`;a.borderRadius=t}switch(e.borderStyle.style){case Ba:a.borderStyle="solid";break;case za:a.borderStyle="dashed";break;case ja:Za("Unimplemented border style: beveled");break;case Va:Za("Unimplemented border style: inset");break;case Ha:a.borderBottomStyle="solid"}const s=e.borderColor||null;s?(this.#Hs=!0,a.borderColor=mr.makeHexColor(0|s[0],0|s[1],0|s[2])):a.borderWidth=0}const l=mr.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:c,pageX:d,pageY:u}=s.rawDims;a.left=100*(l[0]-d)/h+"%",a.top=100*(l[1]-u)/c+"%";const{rotation:p}=e;return e.hasOwnCanvas||0===p?(a.width=100*r/h+"%",a.height=100*o/c+"%"):this.setRotation(p,n),n}setRotation(t,e=this.container){if(!this.data.rect)return;const{pageWidth:i,pageHeight:s}=this.parent.viewport.rawDims;let{width:n,height:a}=this;t%180!=0&&([n,a]=[a,n]),e.style.width=100*n/i+"%",e.style.height=100*a/s+"%",e.setAttribute("data-main-rotation",(360-t)%360)}get _commonActions(){const t=(t,e,i)=>{const s=i.detail[t],n=s[0],a=s.slice(1);i.target.style[e]=lh[`${n}_HTML`](a),this.annotationStorage.setValue(this.data.id,{[e]:lh[`${n}_rgb`](a)})};return nr(this,"_commonActions",{display:t=>{const{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=>{const{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=>{const e=t.detail.rotation;this.setRotation(e),this.annotationStorage.setValue(this.data.id,{rotation:e})}})}_dispatchEventFromSandbox(t,e){const i=this._commonActions;for(const s of Object.keys(e.detail)){const n=t[s]||i[s];n?.(e)}}_setDefaultPropertiesFromJS(t){if(!this.enableScripting)return;const e=this.annotationStorage.getRawValue(this.data.id);if(!e)return;const i=this._commonActions;for(const[s,n]of Object.entries(e)){const a=i[s];if(a){a({detail:{[s]:n},target:t}),delete e[s]}}}_createQuadrilaterals(){if(!this.container)return;const{quadPoints:t}=this.data;if(!t)return;const[e,i,s,n]=this.data.rect.map((t=>Math.fround(t)));if(8===t.length){const[a,r,o,l]=t.subarray(2,6);if(s===a&&n===r&&e===o&&i===l)return}const{style:a}=this.container;let r;if(this.#Hs){const{borderColor:t,borderWidth:e}=a;a.borderWidth=0,r=["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="${t}" stroke-width="${e}">`],this.container.classList.add("hasBorder")}const o=s-e,l=n-i,{svgFactory:h}=this,c=h.createElement("svg");c.classList.add("quadrilateralsContainer"),c.setAttribute("width",0),c.setAttribute("height",0);const d=h.createElement("defs");c.append(d);const u=h.createElement("clipPath"),p=`clippath_${this.data.id}`;u.setAttribute("id",p),u.setAttribute("clipPathUnits","objectBoundingBox"),d.append(u);for(let i=2,s=t.length;i<s;i+=8){const s=t[i],a=t[i+1],c=t[i+2],d=t[i+3],p=h.createElement("rect"),g=(c-e)/o,f=(n-a)/l,m=(s-c)/o,v=(a-d)/l;p.setAttribute("x",g),p.setAttribute("y",f),p.setAttribute("width",m),p.setAttribute("height",v),u.append(p),r?.push(`<rect vector-effect="non-scaling-stroke" x="${g}" y="${f}" width="${m}" height="${v}"/>`)}this.#Hs&&(r.push("</g></svg>')"),a.backgroundImage=r.join("")),this.container.append(c),this.container.style.clipPath=`url(#${p})`}_createPopup(){const{data:t}=this,e=this.#$s=new Th({data:{color:t.color,titleObj:t.titleObj,modificationDate:t.modificationDate,contentsObj:t.contentsObj,richText:t.richText,parentRect:t.rect,borderStyle:0,id:`popup_${t.id}`,rotation:t.rotation},parent:this.parent,elements:[this]});this.parent.div.append(e.render())}render(){tr("Abstract method `AnnotationElement.render` called")}_getElementsByName(t,e=null){const i=[];if(this._fieldObjects){const s=this._fieldObjects[t];if(s)for(const{page:t,id:n,exportValues:a}of s){if(-1===t)continue;if(n===e)continue;const s="string"==typeof a?a:null,r=document.querySelector(`[data-element-id="${n}"]`);!r||ph.has(r)?i.push({id:n,exportValue:s,domElement:r}):Za(`_getElementsByName - element not allowed: ${n}`)}return i}for(const s of document.getElementsByName(t)){const{exportValue:t}=s,n=s.getAttribute("data-element-id");n!==e&&(ph.has(s)&&i.push({id:n,exportValue:t,domElement:s}))}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(){const t=this.getElementsToTriggerPopup();if(Array.isArray(t))for(const e of t)e.classList.add("highlightArea");else t.classList.add("highlightArea")}_editOnDoubleClick(){if(!this._isEditable)return;const{annotationEditorType:t,data:{id:e}}=this;this.container.addEventListener("dblclick",(()=>{this.linkService.eventBus?.dispatch("switchannotationeditormode",{source:this,mode:t,editId:e})}))}get width(){return this.data.rect[2]-this.data.rect[0]}get height(){return this.data.rect[3]-this.data.rect[1]}}class mh extends fh{constructor(t,e=null){super(t,{isRenderable:!0,ignoreBorder:!!e?.ignoreBorder,createQuadrilaterals:!0}),this.isTooltipOnly=t.data.isTooltipOnly}render(){const{data:t,linkService:e}=this,i=document.createElement("a");i.setAttribute("data-element-id",t.id);let s=!1;return t.url?(e.addLinkAttributes(i,t.url,t.newWindow),s=!0):t.action?(this._bindNamedAction(i,t.action),s=!0):t.attachment?(this.#Gs(i,t.attachment,t.attachmentDest),s=!0):t.setOCGState?(this.#qs(i,t.setOCGState),s=!0):t.dest?(this._bindLink(i,t.dest),s=!0):(t.actions&&(t.actions.Action||t.actions["Mouse Up"]||t.actions["Mouse Down"])&&this.enableScripting&&this.hasJSActions&&(this._bindJSAction(i,t),s=!0),t.resetForm?(this._bindResetFormAction(i,t.resetForm),s=!0):this.isTooltipOnly&&!s&&(this._bindLink(i,""),s=!0)),this.container.classList.add("linkAnnotation"),s&&this.container.append(i),this.container}#Ws(){this.container.setAttribute("data-internal-link","")}_bindLink(t,e){t.href=this.linkService.getDestinationHash(e),t.onclick=()=>(e&&this.linkService.goToDestination(e),!1),(e||""===e)&&this.#Ws()}_bindNamedAction(t,e){t.href=this.linkService.getAnchorUrl(""),t.onclick=()=>(this.linkService.executeNamedAction(e),!1),this.#Ws()}#Gs(t,e,i=null){t.href=this.linkService.getAnchorUrl(""),e.description&&(t.title=e.description),t.onclick=()=>(this.downloadManager?.openOrDownloadData(e.content,e.filename,i),!1),this.#Ws()}#qs(t,e){t.href=this.linkService.getAnchorUrl(""),t.onclick=()=>(this.linkService.executeSetOCGState(e),!1),this.#Ws()}_bindJSAction(t,e){t.href=this.linkService.getAnchorUrl("");const i=new Map([["Action","onclick"],["Mouse Up","onmouseup"],["Mouse Down","onmousedown"]]);for(const s of Object.keys(e.actions)){const n=i.get(s);n&&(t[n]=()=>(this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e.id,name:s}}),!1))}t.onclick||(t.onclick=()=>!1),this.#Ws()}_bindResetFormAction(t,e){const i=t.onclick;if(i||(t.href=this.linkService.getAnchorUrl("")),this.#Ws(),!this._fieldObjects)return Za('_bindResetFormAction - "resetForm" action not supported, ensure that the `fieldObjects` parameter is provided.'),void(i||(t.onclick=()=>!1));t.onclick=()=>{i?.();const{fields:t,refs:s,include:n}=e,a=[];if(0!==t.length||0!==s.length){const e=new Set(s);for(const i of t){const t=this._fieldObjects[i]||[];for(const{id:i}of t)e.add(i)}for(const t of Object.values(this._fieldObjects))for(const i of t)e.has(i.id)===n&&a.push(i)}else for(const t of Object.values(this._fieldObjects))a.push(...t);const r=this.annotationStorage,o=[];for(const t of a){const{id:e}=t;switch(o.push(e),t.type){case"text":{const i=t.defaultValue||"";r.setValue(e,{value:i});break}case"checkbox":case"radiobutton":{const i=t.defaultValue===t.exportValues;r.setValue(e,{value:i});break}case"combobox":case"listbox":{const i=t.defaultValue||"";r.setValue(e,{value:i});break}default:continue}const i=document.querySelector(`[data-element-id="${e}"]`);i&&(ph.has(i)?i.dispatchEvent(new Event("resetform")):Za(`_bindResetFormAction - element not allowed: ${e}`))}return this.enableScripting&&this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:"app",ids:o,name:"ResetForm"}}),!1}}}class vh extends fh{constructor(t){super(t,{isRenderable:!0})}render(){this.container.classList.add("textAnnotation");const 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._createPopup(),this.container.append(t),this.container}}class bh extends fh{render(){return this.container}showElementAndHideCanvas(t){this.data.hasOwnCanvas&&("CANVAS"===t.previousSibling?.nodeName&&(t.previousSibling.hidden=!0),t.hidden=!1)}_getKeyModifier(t){return gr.platform.isMac?t.metaKey:t.ctrlKey}_setEventListener(t,e,i,s,n){i.includes("mouse")?t.addEventListener(i,(t=>{this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:this.data.id,name:s,value:n(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}n&&this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:this.data.id,name:s,value:n(t)}})}))}_setEventListeners(t,e,i,s){for(const[n,a]of i)("Action"===a||this.data.actions?.[a])&&("Focus"!==a&&"Blur"!==a||(e||={focused:!1}),this._setEventListener(t,e,n,a,s),"Focus"!==a||this.data.actions?.Blur?"Blur"!==a||this.data.actions?.Focus||this._setEventListener(t,e,"focus","Focus",null):this._setEventListener(t,e,"blur","Blur",null))}_setBackgroundColor(t){const e=this.data.backgroundColor||null;t.style.backgroundColor=null===e?"transparent":mr.makeHexColor(e[0],e[1],e[2])}_setTextStyle(t){const e=["left","center","right"],{fontColor:i}=this.data.defaultAppearanceData,s=this.data.defaultAppearanceData.fontSize||9,n=t.style;let a;const r=t=>Math.round(10*t)/10;if(this.data.multiLine){const t=Math.abs(this.data.rect[3]-this.data.rect[1]-2),e=t/(Math.round(t/(ba*s))||1);a=Math.min(s,r(e/ba))}else{const t=Math.abs(this.data.rect[3]-this.data.rect[1]-2);a=Math.min(s,r(t/ba))}n.fontSize=`calc(${a}px * var(--total-scale-factor))`,n.color=mr.makeHexColor(i[0],i[1],i[2]),null!==this.data.textAlignment&&(n.textAlign=e[this.data.textAlignment])}_setRequired(t,e){e?t.setAttribute("required",!0):t.removeAttribute("required"),t.setAttribute("aria-required",e)}}class yh extends bh{constructor(t){super(t,{isRenderable:t.renderForms||t.data.hasOwnCanvas||!t.data.hasAppearance&&!!t.data.fieldValue})}setPropertyOnSiblings(t,e,i,s){const n=this.annotationStorage;for(const a of this._getElementsByName(t.name,t.id))a.domElement&&(a.domElement[e]=i),n.setValue(a.id,{[s]:i})}render(){const t=this.annotationStorage,e=this.data.id;this.container.classList.add("textWidgetAnnotation");let i=null;if(this.renderForms){const s=t.getValue(e,{value:this.data.fieldValue});let n=s.value||"";const a=t.getValue(e,{charLimit:this.data.maxLen}).charLimit;a&&n.length>a&&(n=n.slice(0,a));let r=s.formattedValue||this.data.textContent?.join("\n")||null;r&&this.data.comb&&(r=r.replaceAll(/\s+/g,""));const o={userValue:n,formattedValue:r,lastCommittedValue:null,commitKey:1,focused:!1};this.data.multiLine?(i=document.createElement("textarea"),i.textContent=r??n,this.data.doNotScroll&&(i.style.overflowY="hidden")):(i=document.createElement("input"),i.type=this.data.password?"password":"text",i.setAttribute("value",r??n),this.data.doNotScroll&&(i.style.overflowX="hidden")),this.data.hasOwnCanvas&&(i.hidden=!0),ph.add(i),i.setAttribute("data-element-id",e),i.disabled=this.data.readOnly,i.name=this.data.fieldName,i.tabIndex=uh,this._setRequired(i,this.data.required),a&&(i.maxLength=a),i.addEventListener("input",(s=>{t.setValue(e,{value:s.target.value}),this.setPropertyOnSiblings(i,"value",s.target.value,"value"),o.formattedValue=null})),i.addEventListener("resetform",(t=>{const e=this.data.defaultFieldValue??"";i.value=o.userValue=e,o.formattedValue=null}));let l=t=>{const{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;const{target:e}=t;o.userValue&&(e.value=o.userValue),o.lastCommittedValue=e.value,o.commitKey=1,this.data.actions?.Focus||(o.focused=!0)})),i.addEventListener("updatefromsandbox",(i=>{this.showElementAndHideCanvas(i.target);const s={value(i){o.userValue=i.detail.value??"",t.setValue(e,{value:o.userValue.toString()}),i.target.value=o.userValue},formattedValue(i){const{formattedValue:s}=i.detail;o.formattedValue=s,null!=s&&i.target!==document.activeElement&&(i.target.value=s),t.setValue(e,{formattedValue:s})},selRange(t){t.target.setSelectionRange(...t.detail.selRange)},charLimit:i=>{const{charLimit:s}=i.detail,{target:n}=i;if(0===s)return void n.removeAttribute("maxLength");n.setAttribute("maxLength",s);let a=o.userValue;!a||a.length<=s||(a=a.slice(0,s),n.value=o.userValue=a,t.setValue(e,{value:a}),this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:a,willCommit:!0,commitKey:1,selStart:n.selectionStart,selEnd:n.selectionEnd}}))}};this._dispatchEventFromSandbox(s,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;const{value:s}=t.target;o.lastCommittedValue!==s&&(o.lastCommittedValue=s,o.userValue=s,this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:s,willCommit:!0,commitKey:i,selStart:t.target.selectionStart,selEnd:t.target.selectionEnd}}))}));const s=l;l=null,i.addEventListener("blur",(t=>{if(!o.focused||!t.relatedTarget)return;this.data.actions?.Blur||(o.focused=!1);const{value:i}=t.target;o.userValue=i,o.lastCommittedValue!==i&&this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:i,willCommit:!0,commitKey:o.commitKey,selStart:t.target.selectionStart,selEnd:t.target.selectionEnd}}),s(t)})),this.data.actions?.Keystroke&&i.addEventListener("beforeinput",(t=>{o.lastCommittedValue=null;const{data:i,target:s}=t,{value:n,selectionStart:a,selectionEnd:r}=s;let l=a,h=r;switch(t.inputType){case"deleteWordBackward":{const t=n.substring(0,a).match(/\w*[^\w]*$/);t&&(l-=t[0].length);break}case"deleteWordForward":{const t=n.substring(a).match(/^[^\w]*\w*/);t&&(h+=t[0].length);break}case"deleteContentBackward":a===r&&(l-=1);break;case"deleteContentForward":a===r&&(h+=1)}t.preventDefault(),this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:n,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(l&&i.addEventListener("blur",l),this.data.comb){const t=(this.data.rect[2]-this.data.rect[0])/a;i.classList.add("comb"),i.style.letterSpacing=`calc(${t}px * var(--total-scale-factor) - 1ch)`}}else i=document.createElement("div"),i.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 wh extends bh{constructor(t){super(t,{isRenderable:!!t.data.hasOwnCanvas})}}class xh extends bh{constructor(t){super(t,{isRenderable:t.renderForms})}render(){const t=this.annotationStorage,e=this.data,i=e.id;let s=t.getValue(i,{value:e.exportValue===e.fieldValue}).value;"string"==typeof s&&(s="Off"!==s,t.setValue(i,{value:s})),this.container.classList.add("buttonWidgetAnnotation","checkBox");const n=document.createElement("input");return ph.add(n),n.setAttribute("data-element-id",i),n.disabled=e.readOnly,this._setRequired(n,this.data.required),n.type="checkbox",n.name=e.fieldName,s&&n.setAttribute("checked",!0),n.setAttribute("exportValue",e.exportValue),n.tabIndex=uh,n.addEventListener("change",(s=>{const{name:n,checked:a}=s.target;for(const s of this._getElementsByName(n,i)){const i=a&&s.exportValue===e.exportValue;s.domElement&&(s.domElement.checked=i),t.setValue(s.id,{value:i})}t.setValue(i,{value:a})})),n.addEventListener("resetform",(t=>{const i=e.defaultFieldValue||"Off";t.target.checked=i===e.exportValue})),this.enableScripting&&this.hasJSActions&&(n.addEventListener("updatefromsandbox",(e=>{const s={value(e){e.target.checked="Off"!==e.detail.value,t.setValue(i,{value:e.target.checked})}};this._dispatchEventFromSandbox(s,e)})),this._setEventListeners(n,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(n),this._setDefaultPropertiesFromJS(n),this.container.append(n),this.container}}class Ah extends bh{constructor(t){super(t,{isRenderable:t.renderForms})}render(){this.container.classList.add("buttonWidgetAnnotation","radioButton");const t=this.annotationStorage,e=this.data,i=e.id;let s=t.getValue(i,{value:e.fieldValue===e.buttonValue}).value;if("string"==typeof s&&(s=s!==e.buttonValue,t.setValue(i,{value:s})),s)for(const s of this._getElementsByName(e.fieldName,i))t.setValue(s.id,{value:!1});const n=document.createElement("input");if(ph.add(n),n.setAttribute("data-element-id",i),n.disabled=e.readOnly,this._setRequired(n,this.data.required),n.type="radio",n.name=e.fieldName,s&&n.setAttribute("checked",!0),n.tabIndex=uh,n.addEventListener("change",(e=>{const{name:s,checked:n}=e.target;for(const e of this._getElementsByName(s,i))t.setValue(e.id,{value:!1});t.setValue(i,{value:n})})),n.addEventListener("resetform",(t=>{const i=e.defaultFieldValue;t.target.checked=null!=i&&i===e.buttonValue})),this.enableScripting&&this.hasJSActions){const s=e.buttonValue;n.addEventListener("updatefromsandbox",(e=>{const n={value:e=>{const n=s===e.detail.value;for(const s of this._getElementsByName(e.target.name)){const e=n&&s.id===i;s.domElement&&(s.domElement.checked=e),t.setValue(s.id,{value:e})}}};this._dispatchEventFromSandbox(n,e)})),this._setEventListeners(n,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(n),this._setDefaultPropertiesFromJS(n),this.container.append(n),this.container}}class _h extends mh{constructor(t){super(t,{ignoreBorder:t.data.hasAppearance})}render(){const t=super.render();t.classList.add("buttonWidgetAnnotation","pushButton");const e=t.lastChild;return this.enableScripting&&this.hasJSActions&&e&&(this._setDefaultPropertiesFromJS(e),e.addEventListener("updatefromsandbox",(t=>{this._dispatchEventFromSandbox({},t)}))),t}}class Sh extends bh{constructor(t){super(t,{isRenderable:t.renderForms})}render(){this.container.classList.add("choiceWidgetAnnotation");const t=this.annotationStorage,e=this.data.id,i=t.getValue(e,{value:this.data.fieldValue}),s=document.createElement("select");ph.add(s),s.setAttribute("data-element-id",e),s.disabled=this.data.readOnly,this._setRequired(s,this.data.required),s.name=this.data.fieldName,s.tabIndex=uh;let n=this.data.combo&&this.data.options.length>0;this.data.combo||(s.size=this.data.options.length,this.data.multiSelect&&(s.multiple=!0)),s.addEventListener("resetform",(t=>{const e=this.data.defaultFieldValue;for(const t of s.options)t.selected=t.value===e}));for(const t of this.data.options){const e=document.createElement("option");e.textContent=t.displayValue,e.value=t.exportValue,i.value.includes(t.exportValue)&&(e.setAttribute("selected",!0),n=!1),s.append(e)}let a=null;if(n){const t=document.createElement("option");t.value=" ",t.setAttribute("hidden",!0),t.setAttribute("selected",!0),s.prepend(t),a=()=>{t.remove(),s.removeEventListener("input",a),a=null},s.addEventListener("input",a)}const r=t=>{const e=t?"value":"textContent",{options:i,multiple:n}=s;return n?Array.prototype.filter.call(i,(t=>t.selected)).map((t=>t[e])):-1===i.selectedIndex?null:i[i.selectedIndex][e]};let o=r(!1);const l=t=>{const e=t.target.options;return Array.prototype.map.call(e,(t=>({displayValue:t.textContent,exportValue:t.value})))};return this.enableScripting&&this.hasJSActions?(s.addEventListener("updatefromsandbox",(i=>{const n={value(i){a?.();const n=i.detail.value,l=new Set(Array.isArray(n)?n:[n]);for(const t of s.options)t.selected=l.has(t.value);t.setValue(e,{value:r(!0)}),o=r(!1)},multipleSelection(t){s.multiple=!0},remove(i){const n=s.options,a=i.detail.remove;if(n[a].selected=!1,s.remove(a),n.length>0){-1===Array.prototype.findIndex.call(n,(t=>t.selected))&&(n[0].selected=!0)}t.setValue(e,{value:r(!0),items:l(i)}),o=r(!1)},clear(i){for(;0!==s.length;)s.remove(0);t.setValue(e,{value:null,items:[]}),o=r(!1)},insert(i){const{index:n,displayValue:a,exportValue:h}=i.detail.insert,c=s.children[n],d=document.createElement("option");d.textContent=a,d.value=h,c?c.before(d):s.append(d),t.setValue(e,{value:r(!0),items:l(i)}),o=r(!1)},items(i){const{items:n}=i.detail;for(;0!==s.length;)s.remove(0);for(const t of n){const{displayValue:e,exportValue:i}=t,n=document.createElement("option");n.textContent=e,n.value=i,s.append(n)}s.options.length>0&&(s.options[0].selected=!0),t.setValue(e,{value:r(!0),items:l(i)}),o=r(!1)},indices(i){const s=new Set(i.detail.indices);for(const t of i.target.options)t.selected=s.has(t.index);t.setValue(e,{value:r(!0)}),o=r(!1)},editable(t){t.target.disabled=!t.detail.editable}};this._dispatchEventFromSandbox(n,i)})),s.addEventListener("input",(i=>{const s=r(!0),n=r(!1);t.setValue(e,{value:s}),i.preventDefault(),this.linkService.eventBus?.dispatch("dispatcheventinsandbox",{source:this,detail:{id:e,name:"Keystroke",value:o,change:n,changeEx:s,willCommit:!1,commitKey:1,keyDown:!1}})})),this._setEventListeners(s,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))):s.addEventListener("input",(function(i){t.setValue(e,{value:r(!0)})})),this.data.combo&&this._setTextStyle(s),this._setBackgroundColor(s),this._setDefaultPropertiesFromJS(s),this.container.append(s),this.container}}class Th extends fh{constructor(t){const{data:e,elements:i}=t;super(t,{isRenderable:fh._hasPopupData(e)}),this.elements=i,this.popup=null}render(){this.container.classList.add("popupAnnotation");const t=this.popup=new kh({container:this.container,color:this.data.color,titleObj:this.data.titleObj,modificationDate:this.data.modificationDate,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}),e=[];for(const i of this.elements)i.popup=t,i.container.ariaHasPopup="dialog",e.push(i.data.id),i.addHighlightArea();return this.container.setAttribute("aria-controls",e.map((t=>`${wr}${t}`)).join(",")),this.container}}class kh{#Ks=this.#Xs.bind(this);#Ys=this.#Qs.bind(this);#Js=this.#Zs.bind(this);#tn=this.#en.bind(this);#in=null;#mt=null;#sn=null;#nn=null;#an=null;#rn=null;#on=null;#ln=!1;#hn=null;#C=null;#cn=null;#dn=null;#un=null;#Vs=null;#pn=!1;constructor({container:t,color:e,elements:i,titleObj:s,modificationDate:n,contentsObj:a,richText:r,parent:o,rect:l,parentRect:h,open:c}){this.#mt=t,this.#un=s,this.#sn=a,this.#dn=r,this.#rn=o,this.#in=e,this.#cn=l,this.#on=h,this.#an=i,this.#nn=Lr.toDateObject(n),this.trigger=i.flatMap((t=>t.getElementsToTriggerPopup()));for(const t of this.trigger)t.addEventListener("click",this.#tn),t.addEventListener("mouseenter",this.#Js),t.addEventListener("mouseleave",this.#Ys),t.classList.add("popupTriggerArea");for(const t of i)t.container?.addEventListener("keydown",this.#Ks);this.#mt.hidden=!0,c&&this.#en()}render(){if(this.#hn)return;const t=this.#hn=document.createElement("div");if(t.className="popup",this.#in){const e=t.style.outlineColor=mr.makeHexColor(...this.#in);t.style.backgroundColor=`color-mix(in srgb, ${e} 30%, white)`}const e=document.createElement("span");e.className="header";const i=document.createElement("h1");if(e.append(i),({dir:i.dir,str:i.textContent}=this.#un),t.append(e),this.#nn){const t=document.createElement("span");t.classList.add("popupDate"),t.setAttribute("data-l10n-id","pdfjs-annotation-date-time-string"),t.setAttribute("data-l10n-args",JSON.stringify({dateObj:this.#nn.valueOf()})),e.append(t)}const s=this.#gn;if(s)dh.render({xfaHtml:s,intent:"richText",div:t}),t.lastChild.classList.add("richText","popupContent");else{const e=this._formatContents(this.#sn);t.append(e)}this.#mt.append(t)}get#gn(){const t=this.#dn,e=this.#sn;return!t?.str||e?.str&&e.str!==t.str?null:this.#dn.html||null}get#fn(){return this.#gn?.attributes?.style?.fontSize||0}get#mn(){return this.#gn?.attributes?.style?.color||null}#vn(t){const e=[],i={str:t,html:{name:"div",attributes:{dir:"auto"},children:[{name:"p",children:e}]}},s={style:{color:this.#mn,fontSize:this.#fn?`calc(${this.#fn}px * var(--total-scale-factor))`:""}};for(const i of t.split("\n"))e.push({name:"span",value:i,attributes:s});return i}_formatContents({str:t,dir:e}){const i=document.createElement("p");i.classList.add("popupContent"),i.dir=e;const s=t.split(/(?:\r\n?|\n)/);for(let t=0,e=s.length;t<e;++t){const n=s[t];i.append(document.createTextNode(n)),t<e-1&&i.append(document.createElement("br"))}return i}#Xs(t){t.altKey||t.shiftKey||t.ctrlKey||t.metaKey||("Enter"===t.key||"Escape"===t.key&&this.#ln)&&this.#en()}updateEdited({rect:t,popupContent:e}){this.#Vs||={contentsObj:this.#sn,richText:this.#dn},t&&(this.#C=null),e&&(this.#dn=this.#vn(e),this.#sn=null),this.#hn?.remove(),this.#hn=null}resetEdited(){this.#Vs&&(({contentsObj:this.#sn,richText:this.#dn}=this.#Vs),this.#Vs=null,this.#hn?.remove(),this.#hn=null,this.#C=null)}#bn(){if(null!==this.#C)return;const{page:{view:t},viewport:{rawDims:{pageWidth:e,pageHeight:i,pageX:s,pageY:n}}}=this.#rn;let a=!!this.#on,r=a?this.#on:this.#cn;for(const t of this.#an)if(!r||null!==mr.intersect(t.data.rect,r)){r=t.data.rect,a=!0;break}const o=mr.normalizeRect([r[0],t[3]-r[1]+t[1],r[2],t[3]-r[3]+t[1]]),l=a?r[2]-r[0]+5:0,h=o[0]+l,c=o[1];this.#C=[100*(h-s)/e,100*(c-n)/i];const{style:d}=this.#mt;d.left=`${this.#C[0]}%`,d.top=`${this.#C[1]}%`}#en(){this.#ln=!this.#ln,this.#ln?(this.#Zs(),this.#mt.addEventListener("click",this.#tn),this.#mt.addEventListener("keydown",this.#Ks)):(this.#Qs(),this.#mt.removeEventListener("click",this.#tn),this.#mt.removeEventListener("keydown",this.#Ks))}#Zs(){this.#hn||this.render(),this.isVisible?this.#ln&&this.#mt.classList.add("focused"):(this.#bn(),this.#mt.hidden=!1,this.#mt.style.zIndex=parseInt(this.#mt.style.zIndex)+1e3)}#Qs(){this.#mt.classList.remove("focused"),!this.#ln&&this.isVisible&&(this.#mt.hidden=!0,this.#mt.style.zIndex=parseInt(this.#mt.style.zIndex)-1e3)}forceHide(){this.#pn=this.isVisible,this.#pn&&(this.#mt.hidden=!0)}maybeShow(){this.#pn&&(this.#hn||this.#Zs(),this.#pn=!1,this.#mt.hidden=!1)}get isVisible(){return!1===this.#mt.hidden}}class Ch extends fh{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.textContent=t.data.textContent,this.textPosition=t.data.textPosition,this.annotationEditorType=Ea.FREETEXT}render(){if(this.container.classList.add("freeTextAnnotation"),this.textContent){const t=document.createElement("div");t.classList.add("annotationTextContent"),t.setAttribute("role","comment");for(const e of this.textContent){const i=document.createElement("span");i.textContent=e,t.append(i)}this.container.append(t)}return!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this._editOnDoubleClick(),this.container}}class Eh extends fh{#yn=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){this.container.classList.add("lineAnnotation");const{data:t,width:e,height:i}=this,s=this.svgFactory.create(e,i,!0),n=this.#yn=this.svgFactory.createElement("svg:line");return n.setAttribute("x1",t.rect[2]-t.lineCoordinates[0]),n.setAttribute("y1",t.rect[3]-t.lineCoordinates[1]),n.setAttribute("x2",t.rect[2]-t.lineCoordinates[2]),n.setAttribute("y2",t.rect[3]-t.lineCoordinates[3]),n.setAttribute("stroke-width",t.borderStyle.width||1),n.setAttribute("stroke","transparent"),n.setAttribute("fill","transparent"),s.append(n),this.container.append(s),!t.popupRef&&this.hasPopupData&&this._createPopup(),this.container}getElementsToTriggerPopup(){return this.#yn}addHighlightArea(){this.container.classList.add("highlightArea")}}class Mh extends fh{#wn=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){this.container.classList.add("squareAnnotation");const{data:t,width:e,height:i}=this,s=this.svgFactory.create(e,i,!0),n=t.borderStyle.width,a=this.#wn=this.svgFactory.createElement("svg:rect");return a.setAttribute("x",n/2),a.setAttribute("y",n/2),a.setAttribute("width",e-n),a.setAttribute("height",i-n),a.setAttribute("stroke-width",n||1),a.setAttribute("stroke","transparent"),a.setAttribute("fill","transparent"),s.append(a),this.container.append(s),!t.popupRef&&this.hasPopupData&&this._createPopup(),this.container}getElementsToTriggerPopup(){return this.#wn}addHighlightArea(){this.container.classList.add("highlightArea")}}class Ph extends fh{#xn=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){this.container.classList.add("circleAnnotation");const{data:t,width:e,height:i}=this,s=this.svgFactory.create(e,i,!0),n=t.borderStyle.width,a=this.#xn=this.svgFactory.createElement("svg:ellipse");return a.setAttribute("cx",e/2),a.setAttribute("cy",i/2),a.setAttribute("rx",e/2-n/2),a.setAttribute("ry",i/2-n/2),a.setAttribute("stroke-width",n||1),a.setAttribute("stroke","transparent"),a.setAttribute("fill","transparent"),s.append(a),this.container.append(s),!t.popupRef&&this.hasPopupData&&this._createPopup(),this.container}getElementsToTriggerPopup(){return this.#xn}addHighlightArea(){this.container.classList.add("highlightArea")}}class Dh extends fh{#An=null;constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.containerClassName="polylineAnnotation",this.svgElementName="svg:polyline"}render(){this.container.classList.add(this.containerClassName);const{data:{rect:t,vertices:e,borderStyle:i,popupRef:s},width:n,height:a}=this;if(!e)return this.container;const r=this.svgFactory.create(n,a,!0);let o=[];for(let i=0,s=e.length;i<s;i+=2){const s=e[i]-t[0],n=t[3]-e[i+1];o.push(`${s},${n}`)}o=o.join(" ");const l=this.#An=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"),r.append(l),this.container.append(r),!s&&this.hasPopupData&&this._createPopup(),this.container}getElementsToTriggerPopup(){return this.#An}addHighlightArea(){this.container.classList.add("highlightArea")}}class Ih extends Dh{constructor(t){super(t),this.containerClassName="polygonAnnotation",this.svgElementName="svg:polygon"}}class Rh extends fh{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0})}render(){return this.container.classList.add("caretAnnotation"),!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this.container}}class Lh extends fh{#_n=null;#Sn=[];constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.containerClassName="inkAnnotation",this.svgElementName="svg:polyline",this.annotationEditorType="InkHighlight"===this.data.it?Ea.HIGHLIGHT:Ea.INK}#Tn(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);const{data:{rect:t,rotation:e,inkLists:i,borderStyle:s,popupRef:n}}=this,{transform:a,width:r,height:o}=this.#Tn(e,t),l=this.svgFactory.create(r,o,!0),h=this.#_n=this.svgFactory.createElement("svg:g");l.append(h),h.setAttribute("stroke-width",s.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",a);for(let t=0,e=i.length;t<e;t++){const e=this.svgFactory.createElement(this.svgElementName);this.#Sn.push(e),e.setAttribute("points",i[t].join(",")),h.append(e)}return!n&&this.hasPopupData&&this._createPopup(),this.container.append(l),this._editOnDoubleClick(),this.container}updateEdited(t){super.updateEdited(t);const{thickness:e,points:i,rect:s}=t,n=this.#_n;if(e>=0&&n.setAttribute("stroke-width",e||1),i)for(let t=0,e=this.#Sn.length;t<e;t++)this.#Sn[t].setAttribute("points",i[t].join(","));if(s){const{transform:t,width:e,height:i}=this.#Tn(this.data.rotation,s);n.parentElement.setAttribute("viewBox",`0 0 ${e} ${i}`),n.setAttribute("transform",t)}}getElementsToTriggerPopup(){return this.#Sn}addHighlightArea(){this.container.classList.add("highlightArea")}}class Fh extends fh{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0}),this.annotationEditorType=Ea.HIGHLIGHT}render(){return!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this.container.classList.add("highlightAnnotation"),this._editOnDoubleClick(),this.container}}class Nh extends fh{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0})}render(){return!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this.container.classList.add("underlineAnnotation"),this.container}}class Oh extends fh{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0})}render(){return!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this.container.classList.add("squigglyAnnotation"),this.container}}class Bh extends fh{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0,createQuadrilaterals:!0})}render(){return!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this.container.classList.add("strikeoutAnnotation"),this.container}}class zh extends fh{constructor(t){super(t,{isRenderable:!0,ignoreBorder:!0}),this.annotationEditorType=Ea.STAMP}render(){return this.container.classList.add("stampAnnotation"),this.container.setAttribute("role","img"),!this.data.popupRef&&this.hasPopupData&&this._createPopup(),this._editOnDoubleClick(),this.container}}class jh extends fh{#kn=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(){this.container.classList.add("fileAttachmentAnnotation");const{container:t,data:e}=this;let i;e.hasAppearance||0===e.fillAlpha?i=document.createElement("div"):(i=document.createElement("img"),i.src=`${this.imageResourcesPath}annotation-${/paperclip/i.test(e.name)?"paperclip":"pushpin"}.svg`,e.fillAlpha&&e.fillAlpha<1&&(i.style=`filter: opacity(${Math.round(100*e.fillAlpha)}%);`)),i.addEventListener("dblclick",this.#Cn.bind(this)),this.#kn=i;const{isMac:s}=gr.platform;return t.addEventListener("keydown",(t=>{"Enter"===t.key&&(s?t.metaKey:t.ctrlKey)&&this.#Cn()})),!e.popupRef&&this.hasPopupData?this._createPopup():i.classList.add("popupTriggerArea"),t.append(i),t}getElementsToTriggerPopup(){return this.#kn}addHighlightArea(){this.container.classList.add("highlightArea")}#Cn(){this.downloadManager?.openOrDownloadData(this.content,this.filename)}}class Vh{#En=null;#Mn=null;#Pn=new Map;#Dn=null;constructor({div:t,accessibilityManager:e,annotationCanvasMap:i,annotationEditorUIManager:s,page:n,viewport:a,structTreeLayer:r}){this.div=t,this.#En=e,this.#Mn=i,this.#Dn=r||null,this.page=n,this.viewport=a,this.zIndex=0,this._annotationEditorUIManager=s}hasEditableAnnotations(){return this.#Pn.size>0}async#In(t,e){const i=t.firstChild||t,s=i.id=`${wr}${e}`,n=await(this.#Dn?.getAriaAttributes(s));if(n)for(const[t,e]of n)i.setAttribute(t,e);this.div.append(t),this.#En?.moveElementInDOM(this.div,t,i,!1)}async render(t){const{annotations:e}=t,i=this.div;Br(i,this.viewport);const s=new Map,n={data:null,layer:i,linkService:t.linkService,downloadManager:t.downloadManager,imageResourcesPath:t.imageResourcesPath||"",renderForms:!1!==t.renderForms,svgFactory:new ch,annotationStorage:t.annotationStorage||new ao,enableScripting:!0===t.enableScripting,hasJSActions:t.hasJSActions,fieldObjects:t.fieldObjects,parent:this,elements:null};for(const t of e){if(t.noHTML)continue;const e=t.annotationType===Oa.POPUP;if(e){const e=s.get(t.id);if(!e)continue;n.elements=e}else if(t.rect[2]===t.rect[0]||t.rect[3]===t.rect[1])continue;n.data=t;const i=gh.create(n);if(!i.isRenderable)continue;if(!e&&t.popupRef){const e=s.get(t.popupRef);e?e.push(i):s.set(t.popupRef,[i])}const a=i.render();t.hidden&&(a.style.visibility="hidden"),await this.#In(a,t.id),i._isEditable&&(this.#Pn.set(i.data.id,i),this._annotationEditorUIManager?.renderAnnotationElement(i))}this.#Rn()}async addLinkAnnotations(t,e){const i={data:null,layer:this.div,linkService:e,svgFactory:new ch,parent:this};for(const e of t){e.borderStyle||=Vh._defaultBorderStyle,i.data=e;const t=gh.create(i);if(!t.isRenderable)continue;const s=t.render();await this.#In(s,e.id)}}update({viewport:t}){const e=this.div;this.viewport=t,Br(e,{rotation:t.rotation}),this.#Rn(),e.hidden=!1}#Rn(){if(!this.#Mn)return;const t=this.div;for(const[e,i]of this.#Mn){const s=t.querySelector(`[data-annotation-id="${e}"]`);if(!s)continue;i.className="annotationContent";const{firstChild:n}=s;n?"CANVAS"===n.nodeName?n.replaceWith(i):n.classList.contains("annotationContent")?n.after(i):n.before(i):s.append(i);const a=this.#Pn.get(e);a&&(a._hasNoCanvas?(this._annotationEditorUIManager?.setMissingCanvas(e,s.id,i),a._hasNoCanvas=!1):a.canvas=i)}this.#Mn.clear()}getEditableAnnotations(){return Array.from(this.#Pn.values())}getEditableAnnotation(t){return this.#Pn.get(t)}static get _defaultBorderStyle(){return nr(this,"_defaultBorderStyle",Object.freeze({width:1,rawWidth:1,style:Ba,dashArray:[3],horizontalCornerRadius:0,verticalCornerRadius:0}))}}const Hh=/\r\n?|\n/g;class $h extends Jr{#in;#Ln="";#Fn=`${this.id}-editor`;#Nn=null;#fn;static _freeTextDefaultContent="";static _internalPadding=0;static _defaultColor=null;static _defaultFontSize=10;static get _keyboardManager(){const t=$h.prototype,e=t=>t.isEmpty(),i=Xr.TRANSLATE_SMALL,s=Xr.TRANSLATE_BIG;return nr(this,"_keyboardManager",new Wr([[["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:[-s,0],checker:e}],[["ArrowRight","mac+ArrowRight"],t._translateEmpty,{args:[i,0],checker:e}],[["ctrl+ArrowRight","mac+shift+ArrowRight"],t._translateEmpty,{args:[s,0],checker:e}],[["ArrowUp","mac+ArrowUp"],t._translateEmpty,{args:[0,-i],checker:e}],[["ctrl+ArrowUp","mac+shift+ArrowUp"],t._translateEmpty,{args:[0,-s],checker:e}],[["ArrowDown","mac+ArrowDown"],t._translateEmpty,{args:[0,i],checker:e}],[["ctrl+ArrowDown","mac+shift+ArrowDown"],t._translateEmpty,{args:[0,s],checker:e}]]))}static _type="freetext";static _editorType=Ea.FREETEXT;constructor(t){super({...t,name:"freeTextEditor"}),this.#in=t.color||$h._defaultColor||Jr._defaultLineColor,this.#fn=t.fontSize||$h._defaultFontSize}static initialize(t,e){Jr.initialize(t,e);const i=getComputedStyle(document.documentElement);this._internalPadding=parseFloat(i.getPropertyValue("--freetext-padding"))}static updateDefaultParams(t,e){switch(t){case Ma.FREETEXT_SIZE:$h._defaultFontSize=e;break;case Ma.FREETEXT_COLOR:$h._defaultColor=e}}updateParams(t,e){switch(t){case Ma.FREETEXT_SIZE:this.#On(e);break;case Ma.FREETEXT_COLOR:this.#Bn(e)}}static get defaultPropertiesToUpdate(){return[[Ma.FREETEXT_SIZE,$h._defaultFontSize],[Ma.FREETEXT_COLOR,$h._defaultColor||Jr._defaultLineColor]]}get propertiesToUpdate(){return[[Ma.FREETEXT_SIZE,this.#fn],[Ma.FREETEXT_COLOR,this.#in]]}#On(t){const e=t=>{this.editorDiv.style.fontSize=`calc(${t}px * var(--total-scale-factor))`,this.translate(0,-(t-this.#fn)*this.parentScale),this.#fn=t,this.#zn()},i=this.#fn;this.addCommands({cmd:e.bind(this,t),undo:e.bind(this,i),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:Ma.FREETEXT_SIZE,overwriteIfSameType:!0,keepUndo:!0})}#Bn(t){const e=t=>{this.#in=this.editorDiv.style.color=t},i=this.#in;this.addCommands({cmd:e.bind(this,t),undo:e.bind(this,i),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:Ma.FREETEXT_COLOR,overwriteIfSameType:!0,keepUndo:!0})}_translateEmpty(t,e){this._uiManager.translateSelectedEditors(t,e,!0)}getInitialTranslation(){const t=this.parentScale;return[-$h._internalPadding*t,-($h._internalPadding+this.#fn)*t]}rebuild(){this.parent&&(super.rebuild(),null!==this.div&&(this.isAttachedToDOM||this.parent.add(this)))}enableEditMode(){if(this.isInEditMode())return;this.parent.setEditingState(!1),this.parent.updateToolbar(Ea.FREETEXT),super.enableEditMode(),this.overlayDiv.classList.remove("enabled"),this.editorDiv.contentEditable=!0,this._isDraggable=!1,this.div.removeAttribute("aria-activedescendant"),this.#Nn=new AbortController;const t=this._uiManager.combinedSignal(this.#Nn);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})}disableEditMode(){this.isInEditMode()&&(this.parent.setEditingState(!0),super.disableEditMode(),this.overlayDiv.classList.add("enabled"),this.editorDiv.contentEditable=!1,this.div.setAttribute("aria-activedescendant",this.#Fn),this._isDraggable=!0,this.#Nn?.abort(),this.#Nn=null,this.div.focus({preventScroll:!0}),this.isEditing=!1,this.parent.div.classList.add("freetextEditing"))}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()}#jn(){const t=[];this.editorDiv.normalize();let e=null;for(const i of this.editorDiv.childNodes)e?.nodeType===Node.TEXT_NODE&&"BR"===i.nodeName||(t.push($h.#Vn(i)),e=i);return t.join("\n")}#zn(){const[t,e]=this.parentDimensions;let i;if(this.isAttachedToDOM)i=this.div.getBoundingClientRect();else{const{currentLayer:t,div:e}=this,s=e.style.display,n=e.classList.contains("hidden");e.classList.remove("hidden"),e.style.display="hidden",t.div.append(this.div),i=e.getBoundingClientRect(),e.remove(),e.style.display=s,e.classList.toggle("hidden",n)}this.rotation%180==this.parentRotation%180?(this.width=i.width/t,this.height=i.height/e):(this.width=i.height/t,this.height=i.width/e),this.fixAndSetPosition()}commit(){if(!this.isInEditMode())return;super.commit(),this.disableEditMode();const t=this.#Ln,e=this.#Ln=this.#jn().trimEnd();if(t===e)return;const i=t=>{this.#Ln=t,t?(this.#Hn(),this._uiManager.rebuild(this),this.#zn()):this.remove()};this.addCommands({cmd:()=>{i(e)},undo:()=>{i(t)},mustExec:!1}),this.#zn()}shouldGetKeyboardEvents(){return this.isInEditMode()}enterInEditMode(){this.enableEditMode(),this.editorDiv.focus()}dblclick(t){this.enterInEditMode()}keydown(t){t.target===this.div&&"Enter"===t.key&&(this.enterInEditMode(),t.preventDefault())}editorDivKeydown(t){$h._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)}render(){if(this.div)return this.div;let t,e;(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.#Fn),this.editorDiv.setAttribute("data-l10n-id","pdfjs-free-text2"),this.editorDiv.setAttribute("data-l10n-attrs","default-content"),this.enableEditing(),this.editorDiv.contentEditable=!0;const{style:i}=this.editorDiv;if(i.fontSize=`calc(${this.#fn}px * var(--total-scale-factor))`,i.color=this.#in,this.div.append(this.editorDiv),this.overlayDiv=document.createElement("div"),this.overlayDiv.classList.add("overlay","enabled"),this.div.append(this.overlayDiv),$r(this,this.div,["dblclick","keydown"]),this._isCopy||this.annotationElementId){const[i,s]=this.parentDimensions;if(this.annotationElementId){const{position:n}=this._initialData;let[a,r]=this.getInitialTranslation();[a,r]=this.pageTranslationToScreen(a,r);const[o,l]=this.pageDimensions,[h,c]=this.pageTranslation;let d,u;switch(this.rotation){case 0:d=t+(n[0]-h)/o,u=e+this.height-(n[1]-c)/l;break;case 90:d=t+(n[0]-h)/o,u=e-(n[1]-c)/l,[a,r]=[r,-a];break;case 180:d=t-this.width+(n[0]-h)/o,u=e-(n[1]-c)/l,[a,r]=[-a,-r];break;case 270:d=t+(n[0]-h-this.height*l)/o,u=e+(n[1]-c-this.width*o)/l,[a,r]=[-r,a]}this.setAt(d*i,u*s,a,r)}else this._moveAfterPaste(t,e);this.#Hn(),this._isDraggable=!0,this.editorDiv.contentEditable=!1}else this._isDraggable=!1,this.editorDiv.contentEditable=!0;return this.div}static#Vn(t){return(t.nodeType===Node.TEXT_NODE?t.nodeValue:t.innerText).replaceAll(Hh,"")}editorDivPaste(t){const e=t.clipboardData||window.clipboardData,{types:i}=e;if(1===i.length&&"text/plain"===i[0])return;t.preventDefault();const s=$h.#$n(e.getData("text")||"").replaceAll(Hh,"\n");if(!s)return;const n=window.getSelection();if(!n.rangeCount)return;this.editorDiv.normalize(),n.deleteFromDocument();const a=n.getRangeAt(0);if(!s.includes("\n"))return a.insertNode(document.createTextNode(s)),this.editorDiv.normalize(),void n.collapseToStart();const{startContainer:r,startOffset:o}=a,l=[],h=[];if(r.nodeType===Node.TEXT_NODE){const t=r.parentElement;if(h.push(r.nodeValue.slice(o).replaceAll(Hh,"")),t!==this.editorDiv){let e=l;for(const i of this.editorDiv.childNodes)i!==t?e.push($h.#Vn(i)):e=h}l.push(r.nodeValue.slice(0,o).replaceAll(Hh,""))}else if(r===this.editorDiv){let t=l,e=0;for(const i of this.editorDiv.childNodes)e++===o&&(t=h),t.push($h.#Vn(i))}this.#Ln=`${l.join("\n")}${s}${h.join("\n")}`,this.#Hn();const c=new Range;let d=Math.sumPrecise(l.map((t=>t.length)));for(const{firstChild:t}of this.editorDiv.childNodes)if(t.nodeType===Node.TEXT_NODE){const e=t.nodeValue.length;if(d<=e){c.setStart(t,d),c.setEnd(t,d);break}d-=e}n.removeAllRanges(),n.addRange(c)}#Hn(){if(this.editorDiv.replaceChildren(),this.#Ln)for(const t of this.#Ln.split("\n")){const e=document.createElement("div");e.append(t?document.createTextNode(t):document.createElement("br")),this.editorDiv.append(e)}}#Un(){return this.#Ln.replaceAll(" "," ")}static#$n(t){return t.replaceAll(" "," ")}get contentDiv(){return this.editorDiv}static async deserialize(t,e,i){let s=null;if(t instanceof Ch){const{data:{defaultAppearanceData:{fontSize:e,fontColor:i},rect:n,rotation:a,id:r,popupRef:o},textContent:l,textPosition:h,parent:{page:{pageNumber:c}}}=t;if(!l||0===l.length)return null;s=t={annotationType:Ea.FREETEXT,color:Array.from(i),fontSize:e,value:l.join("\n"),position:h,pageIndex:c-1,rect:n.slice(0),rotation:a,id:r,deleted:!1,popupRef:o}}const n=await super.deserialize(t,e,i);return n.#fn=t.fontSize,n.#in=mr.makeHexColor(...t.color),n.#Ln=$h.#$n(t.value),n.annotationElementId=t.id||null,n._initialData=s,n}serialize(t=!1){if(this.isEmpty())return null;if(this.deleted)return this.serializeDeleted();const e=$h._internalPadding*this.parentScale,i=this.getRect(e,e),s=Jr._colorManager.convert(this.isAttachedToDOM?getComputedStyle(this.editorDiv).color:this.#in),n={annotationType:Ea.FREETEXT,color:s,fontSize:this.#fn,value:this.#Un(),pageIndex:this.pageIndex,rect:i,rotation:this.rotation,structTreeParentId:this._structTreeParentId};return t?(n.isCopy=!0,n):this.annotationElementId&&!this.#Gn(n)?null:(n.id=this.annotationElementId,n)}#Gn(t){const{value:e,fontSize:i,color:s,pageIndex:n}=this._initialData;return this._hasBeenMoved||t.value!==e||t.fontSize!==i||t.color.some(((t,e)=>t!==s[e]))||t.pageIndex!==n}renderAnnotationElement(t){const e=super.renderAnnotationElement(t);if(this.deleted)return e;const{style:i}=e;i.fontSize=`calc(${this.#fn}px * var(--total-scale-factor))`,i.color=this.#in,e.replaceChildren();for(const t of this.#Ln.split("\n")){const i=document.createElement("div");i.append(t?document.createTextNode(t):document.createElement("br")),e.append(i)}const s=$h._internalPadding*this.parentScale;return t.updateEdited({rect:this.getRect(s,s),popupContent:this.#Ln}),e}resetAnnotationElement(t){super.resetAnnotationElement(t),t.resetEdited()}}class Uh{static PRECISION=1e-4;toSVGPath(){tr("Abstract method `toSVGPath` must be implemented.")}get box(){tr("Abstract getter `box` must be implemented.")}serialize(t,e){tr("Abstract method `serialize` must be implemented.")}static _rescale(t,e,i,s,n,a){a||=new Float32Array(t.length);for(let r=0,o=t.length;r<o;r+=2)a[r]=e+t[r]*s,a[r+1]=i+t[r+1]*n;return a}static _rescaleAndSwap(t,e,i,s,n,a){a||=new Float32Array(t.length);for(let r=0,o=t.length;r<o;r+=2)a[r]=e+t[r+1]*s,a[r+1]=i+t[r]*n;return a}static _translate(t,e,i,s){s||=new Float32Array(t.length);for(let n=0,a=t.length;n<a;n+=2)s[n]=e+t[n],s[n+1]=i+t[n+1];return s}static svgRound(t){return Math.round(1e4*t)}static _normalizePoint(t,e,i,s,n){switch(n){case 90:return[1-e/i,t/s];case 180:return[1-t/i,1-e/s];case 270:return[e/i,1-t/s];default:return[t/i,e/s]}}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,s,n,a){return[(t+5*i)/6,(e+5*s)/6,(5*i+n)/6,(5*s+a)/6,(i+n)/2,(s+a)/2]}}class Gh{#qn;#Wn=[];#Kn;#Xn;#Yn=[];#Qn=new Float32Array(18);#Jn;#Zn;#ta;#ea;#ia;#sa;#na=[];static#aa=8;static#ra=2;static#oa=Gh.#aa+Gh.#ra;constructor({x:t,y:e},i,s,n,a,r=0){this.#qn=i,this.#sa=n*s,this.#Xn=a,this.#Qn.set([NaN,NaN,NaN,NaN,t,e],6),this.#Kn=r,this.#ea=Gh.#aa*s,this.#ta=Gh.#oa*s,this.#ia=s,this.#na.push(t,e)}isEmpty(){return isNaN(this.#Qn[8])}#la(){const t=this.#Qn.subarray(4,6),e=this.#Qn.subarray(16,18),[i,s,n,a]=this.#qn;return[(this.#Jn+(t[0]-e[0])/2-i)/n,(this.#Zn+(t[1]-e[1])/2-s)/a,(this.#Jn+(e[0]-t[0])/2-i)/n,(this.#Zn+(e[1]-t[1])/2-s)/a]}add({x:t,y:e}){this.#Jn=t,this.#Zn=e;const[i,s,n,a]=this.#qn;let[r,o,l,h]=this.#Qn.subarray(8,12);const c=t-l,d=e-h,u=Math.hypot(c,d);if(u<this.#ta)return!1;const p=u-this.#ea,g=p/u,f=g*c,m=g*d;let v=r,b=o;r=l,o=h,l+=f,h+=m,this.#na?.push(t,e);const y=f/p,w=-m/p*this.#sa,x=y*this.#sa;if(this.#Qn.set(this.#Qn.subarray(2,8),0),this.#Qn.set([l+w,h+x],4),this.#Qn.set(this.#Qn.subarray(14,18),12),this.#Qn.set([l-w,h-x],16),isNaN(this.#Qn[6]))return 0===this.#Yn.length&&(this.#Qn.set([r+w,o+x],2),this.#Yn.push(NaN,NaN,NaN,NaN,(r+w-i)/n,(o+x-s)/a),this.#Qn.set([r-w,o-x],14),this.#Wn.push(NaN,NaN,NaN,NaN,(r-w-i)/n,(o-x-s)/a)),this.#Qn.set([v,b,r,o,l,h],6),!this.isEmpty();this.#Qn.set([v,b,r,o,l,h],6);return Math.abs(Math.atan2(b-o,v-r)-Math.atan2(m,f))<Math.PI/2?([r,o,l,h]=this.#Qn.subarray(2,6),this.#Yn.push(NaN,NaN,NaN,NaN,((r+l)/2-i)/n,((o+h)/2-s)/a),[r,o,v,b]=this.#Qn.subarray(14,18),this.#Wn.push(NaN,NaN,NaN,NaN,((v+r)/2-i)/n,((b+o)/2-s)/a),!0):([v,b,r,o,l,h]=this.#Qn.subarray(0,6),this.#Yn.push(((v+5*r)/6-i)/n,((b+5*o)/6-s)/a,((5*r+l)/6-i)/n,((5*o+h)/6-s)/a,((r+l)/2-i)/n,((o+h)/2-s)/a),[l,h,r,o,v,b]=this.#Qn.subarray(12,18),this.#Wn.push(((v+5*r)/6-i)/n,((b+5*o)/6-s)/a,((5*r+l)/6-i)/n,((5*o+h)/6-s)/a,((r+l)/2-i)/n,((o+h)/2-s)/a),!0)}toSVGPath(){if(this.isEmpty())return"";const t=this.#Yn,e=this.#Wn;if(isNaN(this.#Qn[6])&&!this.isEmpty())return this.#ha();const 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.#ca(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.#da(i),i.join(" ")}#ha(){const[t,e,i,s]=this.#qn,[n,a,r,o]=this.#la();return`M${(this.#Qn[2]-t)/i} ${(this.#Qn[3]-e)/s} L${(this.#Qn[4]-t)/i} ${(this.#Qn[5]-e)/s} L${n} ${a} L${r} ${o} L${(this.#Qn[16]-t)/i} ${(this.#Qn[17]-e)/s} L${(this.#Qn[14]-t)/i} ${(this.#Qn[15]-e)/s} Z`}#da(t){const e=this.#Wn;t.push(`L${e[4]} ${e[5]} Z`)}#ca(t){const[e,i,s,n]=this.#qn,a=this.#Qn.subarray(4,6),r=this.#Qn.subarray(16,18),[o,l,h,c]=this.#la();t.push(`L${(a[0]-e)/s} ${(a[1]-i)/n} L${o} ${l} L${h} ${c} L${(r[0]-e)/s} ${(r[1]-i)/n}`)}newFreeDrawOutline(t,e,i,s,n,a){return new qh(t,e,i,s,n,a)}getOutlines(){const t=this.#Yn,e=this.#Wn,i=this.#Qn,[s,n,a,r]=this.#qn,o=new Float32Array((this.#na?.length??0)+2);for(let t=0,e=o.length-2;t<e;t+=2)o[t]=(this.#na[t]-s)/a,o[t+1]=(this.#na[t+1]-n)/r;if(o[o.length-2]=(this.#Jn-s)/a,o[o.length-1]=(this.#Zn-n)/r,isNaN(i[6])&&!this.isEmpty())return this.#ua(o);const l=new Float32Array(this.#Yn.length+24+this.#Wn.length);let h=t.length;for(let e=0;e<h;e+=2)isNaN(t[e])?l[e]=l[e+1]=NaN:(l[e]=t[e],l[e+1]=t[e+1]);h=this.#pa(l,h);for(let t=e.length-6;t>=6;t-=6)for(let i=0;i<6;i+=2)isNaN(e[t+i])?(l[h]=l[h+1]=NaN,h+=2):(l[h]=e[t+i],l[h+1]=e[t+i+1],h+=2);return this.#ga(l,h),this.newFreeDrawOutline(l,o,this.#qn,this.#ia,this.#Kn,this.#Xn)}#ua(t){const e=this.#Qn,[i,s,n,a]=this.#qn,[r,o,l,h]=this.#la(),c=new Float32Array(36);return c.set([NaN,NaN,NaN,NaN,(e[2]-i)/n,(e[3]-s)/a,NaN,NaN,NaN,NaN,(e[4]-i)/n,(e[5]-s)/a,NaN,NaN,NaN,NaN,r,o,NaN,NaN,NaN,NaN,l,h,NaN,NaN,NaN,NaN,(e[16]-i)/n,(e[17]-s)/a,NaN,NaN,NaN,NaN,(e[14]-i)/n,(e[15]-s)/a],0),this.newFreeDrawOutline(c,t,this.#qn,this.#ia,this.#Kn,this.#Xn)}#ga(t,e){const i=this.#Wn;return t.set([NaN,NaN,NaN,NaN,i[4],i[5]],e),e+6}#pa(t,e){const i=this.#Qn.subarray(4,6),s=this.#Qn.subarray(16,18),[n,a,r,o]=this.#qn,[l,h,c,d]=this.#la();return t.set([NaN,NaN,NaN,NaN,(i[0]-n)/r,(i[1]-a)/o,NaN,NaN,NaN,NaN,l,h,NaN,NaN,NaN,NaN,c,d,NaN,NaN,NaN,NaN,(s[0]-n)/r,(s[1]-a)/o],e),e+24}}class qh extends Uh{#qn;#fa=new Float32Array(4);#Kn;#Xn;#na;#ia;#ma;constructor(t,e,i,s,n,a){super(),this.#ma=t,this.#na=e,this.#qn=i,this.#ia=s,this.#Kn=n,this.#Xn=a,this.lastPoint=[NaN,NaN],this.#va(a);const[r,o,l,h]=this.#fa;for(let e=0,i=t.length;e<i;e+=2)t[e]=(t[e]-r)/l,t[e+1]=(t[e+1]-o)/h;for(let t=0,i=e.length;t<i;t+=2)e[t]=(e[t]-r)/l,e[t+1]=(e[t+1]-o)/h}toSVGPath(){const t=[`M${this.#ma[4]} ${this.#ma[5]}`];for(let e=6,i=this.#ma.length;e<i;e+=6)isNaN(this.#ma[e])?t.push(`L${this.#ma[e+4]} ${this.#ma[e+5]}`):t.push(`C${this.#ma[e]} ${this.#ma[e+1]} ${this.#ma[e+2]} ${this.#ma[e+3]} ${this.#ma[e+4]} ${this.#ma[e+5]}`);return t.push("Z"),t.join(" ")}serialize([t,e,i,s],n){const a=i-t,r=s-e;let o,l;switch(n){case 0:o=Uh._rescale(this.#ma,t,s,a,-r),l=Uh._rescale(this.#na,t,s,a,-r);break;case 90:o=Uh._rescaleAndSwap(this.#ma,t,e,a,r),l=Uh._rescaleAndSwap(this.#na,t,e,a,r);break;case 180:o=Uh._rescale(this.#ma,i,e,-a,r),l=Uh._rescale(this.#na,i,e,-a,r);break;case 270:o=Uh._rescaleAndSwap(this.#ma,i,s,-a,-r),l=Uh._rescaleAndSwap(this.#na,i,s,-a,-r)}return{outline:Array.from(o),points:[Array.from(l)]}}#va(t){const e=this.#ma;let i=e[4],s=e[5];const n=[i,s,i,s];let a=i,r=s;const o=t?Math.max:Math.min;for(let t=6,l=e.length;t<l;t+=6){const l=e[t+4],h=e[t+5];if(isNaN(e[t]))mr.pointBoundingBox(l,h,n),r<h?(a=l,r=h):r===h&&(a=o(a,l));else{const l=[1/0,1/0,-1/0,-1/0];mr.bezierBoundingBox(i,s,...e.slice(t,t+6),l),mr.rectBoundingBox(...l,n),r<l[3]?(a=l[2],r=l[3]):r===l[3]&&(a=o(a,l[2]))}i=l,s=h}const l=this.#fa;l[0]=n[0]-this.#Kn,l[1]=n[1]-this.#Kn,l[2]=n[2]-n[0]+2*this.#Kn,l[3]=n[3]-n[1]+2*this.#Kn,this.lastPoint=[a,r]}get box(){return this.#fa}newOutliner(t,e,i,s,n,a=0){return new Gh(t,e,i,s,n,a)}getNewOutline(t,e){const[i,s,n,a]=this.#fa,[r,o,l,h]=this.#qn,c=n*l,d=a*h,u=i*l+r,p=s*h+o,g=this.newOutliner({x:this.#na[0]*c+u,y:this.#na[1]*d+p},this.#qn,this.#ia,t,this.#Xn,e??this.#Kn);for(let t=2;t<this.#na.length;t+=2)g.add({x:this.#na[t]*c+u,y:this.#na[t+1]*d+p});return g.getOutlines()}}class Wh{#qn;#ba;#ya=[];#wa=[];constructor(t,e=0,i=0,s=!0){const n=[1/0,1/0,-1/0,-1/0],a=10**-4;for(const{x:i,y:s,width:r,height:o}of t){const t=Math.floor((i-e)/a)*a,l=Math.ceil((i+r+e)/a)*a,h=Math.floor((s-e)/a)*a,c=Math.ceil((s+o+e)/a)*a,d=[t,h,c,!0],u=[l,h,c,!1];this.#ya.push(d,u),mr.rectBoundingBox(t,h,l,c,n)}const r=n[2]-n[0]+2*i,o=n[3]-n[1]+2*i,l=n[0]-i,h=n[1]-i,c=this.#ya.at(s?-1:-2),d=[c[0],c[2]];for(const t of this.#ya){const[e,i,s]=t;t[0]=(e-l)/r,t[1]=(i-h)/o,t[2]=(s-h)/o}this.#qn=new Float32Array([l,h,r,o]),this.#ba=d}getOutlines(){this.#ya.sort(((t,e)=>t[0]-e[0]||t[1]-e[1]||t[2]-e[2]));const t=[];for(const e of this.#ya)e[3]?(t.push(...this.#xa(e)),this.#Aa(e)):(this.#_a(e),t.push(...this.#xa(e)));return this.#Sa(t)}#Sa(t){const e=[],i=new Set;for(const i of t){const[t,s,n]=i;e.push([t,s,i],[t,n,i])}e.sort(((t,e)=>t[1]-e[1]||t[0]-e[0]));for(let t=0,s=e.length;t<s;t+=2){const s=e[t][2],n=e[t+1][2];s.push(n),n.push(s),i.add(s),i.add(n)}const s=[];let n;for(;i.size>0;){const t=i.values().next().value;let[e,a,r,o,l]=t;i.delete(t);let h=e,c=a;for(n=[e,r],s.push(n);;){let t;if(i.has(o))t=o;else{if(!i.has(l))break;t=l}i.delete(t),[e,a,r,o,l]=t,h!==e&&(n.push(h,c,e,c===a?a:r),h=e),c=c===a?r:a}n.push(h,c)}return new Kh(s,this.#qn,this.#ba)}#Ta(t){const e=this.#wa;let i=0,s=e.length-1;for(;i<=s;){const n=i+s>>1,a=e[n][0];if(a===t)return n;a<t?i=n+1:s=n-1}return s+1}#Aa([,t,e]){const i=this.#Ta(t);this.#wa.splice(i,0,[t,e])}#_a([,t,e]){const i=this.#Ta(t);for(let s=i;s<this.#wa.length;s++){const[i,n]=this.#wa[s];if(i!==t)break;if(i===t&&n===e)return void this.#wa.splice(s,1)}for(let s=i-1;s>=0;s--){const[i,n]=this.#wa[s];if(i!==t)break;if(i===t&&n===e)return void this.#wa.splice(s,1)}}#xa(t){const[e,i,s]=t,n=[[e,i,s]],a=this.#Ta(s);for(let t=0;t<a;t++){const[i,s]=this.#wa[t];for(let t=0,a=n.length;t<a;t++){const[,r,o]=n[t];if(!(s<=r||o<=i))if(r>=i)if(o>s)n[t][1]=s;else{if(1===a)return[];n.splice(t,1),t--,a--}else n[t][2]=i,o>s&&n.push([e,s,o])}}return n}}class Kh extends Uh{#qn;#ka;constructor(t,e,i){super(),this.#ka=t,this.#qn=e,this.lastPoint=i}toSVGPath(){const t=[];for(const e of this.#ka){let[i,s]=e;t.push(`M${i} ${s}`);for(let n=2;n<e.length;n+=2){const a=e[n],r=e[n+1];a===i?(t.push(`V${r}`),s=r):r===s&&(t.push(`H${a}`),i=a)}t.push("Z")}return t.join(" ")}serialize([t,e,i,s],n){const a=[],r=i-t,o=s-e;for(const e of this.#ka){const i=new Array(e.length);for(let n=0;n<e.length;n+=2)i[n]=t+e[n]*r,i[n+1]=s-e[n+1]*o;a.push(i)}return a}get box(){return this.#qn}get classNamesForOutlining(){return["highlightOutline"]}}class Xh extends Gh{newFreeDrawOutline(t,e,i,s,n,a){return new Yh(t,e,i,s,n,a)}}class Yh extends qh{newOutliner(t,e,i,s,n,a=0){return new Xh(t,e,i,s,n,a)}}class Qh{#Ca=null;#Ea=null;#Ma;#Pa=null;#Da=!1;#Ia=!1;#a=null;#Ra;#La=null;#m=null;#Fa;static#Na=null;static get _keyboardManager(){return nr(this,"_keyboardManager",new Wr([[["Escape","mac+Escape"],Qh.prototype._hideDropdownFromKeyboard],[[" ","mac+ "],Qh.prototype._colorSelectFromKeyboard],[["ArrowDown","ArrowRight","mac+ArrowDown","mac+ArrowRight"],Qh.prototype._moveToNext],[["ArrowUp","ArrowLeft","mac+ArrowUp","mac+ArrowLeft"],Qh.prototype._moveToPrevious],[["Home","mac+Home"],Qh.prototype._moveToBeginning],[["End","mac+End"],Qh.prototype._moveToEnd]]))}constructor({editor:t=null,uiManager:e=null}){t?(this.#Ia=!1,this.#Fa=Ma.HIGHLIGHT_COLOR,this.#a=t):(this.#Ia=!0,this.#Fa=Ma.HIGHLIGHT_DEFAULT_COLOR),this.#m=t?._uiManager||e,this.#Ra=this.#m._eventBus,this.#Ma=t?.color||this.#m?.highlightColors.values().next().value||"#FFFF98",Qh.#Na||=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(){const t=this.#Ca=document.createElement("button");t.className="colorPicker",t.tabIndex="0",t.setAttribute("data-l10n-id","pdfjs-editor-colorpicker-button"),t.setAttribute("aria-haspopup",!0);const e=this.#m._signal;t.addEventListener("click",this.#Oa.bind(this),{signal:e}),t.addEventListener("keydown",this.#Xs.bind(this),{signal:e});const i=this.#Ea=document.createElement("span");return i.className="swatch",i.setAttribute("aria-hidden",!0),i.style.backgroundColor=this.#Ma,t.append(i),t}renderMainDropdown(){const t=this.#Pa=this.#Ba();return t.setAttribute("aria-orientation","horizontal"),t.setAttribute("aria-labelledby","highlightColorPickerLabel"),t}#Ba(){const t=document.createElement("div"),e=this.#m._signal;t.addEventListener("contextmenu",Ir,{signal:e}),t.className="dropdown",t.role="listbox",t.setAttribute("aria-multiselectable",!1),t.setAttribute("aria-orientation","vertical"),t.setAttribute("data-l10n-id","pdfjs-editor-colorpicker-dropdown");for(const[i,s]of this.#m.highlightColors){const n=document.createElement("button");n.tabIndex="0",n.role="option",n.setAttribute("data-color",s),n.title=i,n.setAttribute("data-l10n-id",Qh.#Na[i]);const a=document.createElement("span");n.append(a),a.className="swatch",a.style.backgroundColor=s,n.setAttribute("aria-selected",s===this.#Ma),n.addEventListener("click",this.#za.bind(this,s),{signal:e}),t.append(n)}return t.addEventListener("keydown",this.#Xs.bind(this),{signal:e}),t}#za(t,e){e.stopPropagation(),this.#Ra.dispatch("switchannotationeditorparams",{source:this,type:this.#Fa,value:t})}_colorSelectFromKeyboard(t){if(t.target===this.#Ca)return void this.#Oa(t);const e=t.target.getAttribute("data-color");e&&this.#za(e,t)}_moveToNext(t){this.#ja?t.target!==this.#Ca?t.target.nextSibling?.focus():this.#Pa.firstChild?.focus():this.#Oa(t)}_moveToPrevious(t){t.target!==this.#Pa?.firstChild&&t.target!==this.#Ca?(this.#ja||this.#Oa(t),t.target.previousSibling?.focus()):this.#ja&&this._hideDropdownFromKeyboard()}_moveToBeginning(t){this.#ja?this.#Pa.firstChild?.focus():this.#Oa(t)}_moveToEnd(t){this.#ja?this.#Pa.lastChild?.focus():this.#Oa(t)}#Xs(t){Qh._keyboardManager.exec(this,t)}#Oa(t){if(this.#ja)return void this.hideDropdown();if(this.#Da=0===t.detail,this.#La||(this.#La=new AbortController,window.addEventListener("pointerdown",this.#c.bind(this),{signal:this.#m.combinedSignal(this.#La)})),this.#Pa)return void this.#Pa.classList.remove("hidden");const e=this.#Pa=this.#Ba();this.#Ca.append(e)}#c(t){this.#Pa?.contains(t.target)||this.hideDropdown()}hideDropdown(){this.#Pa?.classList.add("hidden"),this.#La?.abort(),this.#La=null}get#ja(){return this.#Pa&&!this.#Pa.classList.contains("hidden")}_hideDropdownFromKeyboard(){this.#Ia||(this.#ja?(this.hideDropdown(),this.#Ca.focus({preventScroll:!0,focusVisible:this.#Da})):this.#a?.unselect())}updateColor(t){if(this.#Ea&&(this.#Ea.style.backgroundColor=t),!this.#Pa)return;const e=this.#m.highlightColors.values();for(const i of this.#Pa.children)i.setAttribute("aria-selected",e.next().value===t)}destroy(){this.#Ca?.remove(),this.#Ca=null,this.#Ea=null,this.#Pa?.remove(),this.#Pa=null}}class Jh extends Jr{#Va=null;#Ha=0;#$a;#Ua=null;#n=null;#Ga=null;#qa=null;#Wa=0;#Ka=null;#Xa=null;#w=null;#Ya=!1;#ba=null;#Qa;#Ja=null;#Za="";#sa;#tr="";static _defaultColor=null;static _defaultOpacity=1;static _defaultThickness=12;static _type="highlight";static _editorType=Ea.HIGHLIGHT;static _freeHighlightId=-1;static _freeHighlight=null;static _freeHighlightClipId="";static get _keyboardManager(){const t=Jh.prototype;return nr(this,"_keyboardManager",new Wr([[["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||Jh._defaultColor,this.#sa=t.thickness||Jh._defaultThickness,this.#Qa=t.opacity||Jh._defaultOpacity,this.#$a=t.boxes||null,this.#tr=t.methodOfCreation||"",this.#Za=t.text||"",this._isDraggable=!1,this.defaultL10nId="pdfjs-editor-highlight-editor",t.highlightId>-1?(this.#Ya=!0,this.#er(t),this.#ir()):this.#$a&&(this.#Va=t.anchorNode,this.#Ha=t.anchorOffset,this.#qa=t.focusNode,this.#Wa=t.focusOffset,this.#sr(),this.#ir(),this.rotate(this.rotation))}get telemetryInitialData(){return{action:"added",type:this.#Ya?"free_highlight":"highlight",color:this._uiManager.highlightColorNames.get(this.color),thickness:this.#sa,methodOfCreation:this.#tr}}get telemetryFinalData(){return{type:"highlight",color:this._uiManager.highlightColorNames.get(this.color)}}static computeTelemetryFinalData(t){return{numberOfColors:t.get("color").size}}#sr(){const t=new Wh(this.#$a,.001);this.#Xa=t.getOutlines(),[this.x,this.y,this.width,this.height]=this.#Xa.box;const e=new Wh(this.#$a,.0025,.001,"ltr"===this._uiManager.direction);this.#Ga=e.getOutlines();const{lastPoint:i}=this.#Ga;this.#ba=[(i[0]-this.x)/this.width,(i[1]-this.y)/this.height]}#er({highlightOutlines:t,highlightId:e,clipPathId:i}){this.#Xa=t;if(this.#Ga=t.getNewOutline(this.#sa/2+1.5,.0025),e>=0)this.#w=e,this.#Ua=i,this.parent.drawLayer.finalizeDraw(e,{bbox:t.box,path:{d:t.toSVGPath()}}),this.#Ja=this.parent.drawLayer.drawOutline({rootClass:{highlightOutline:!0,free:!0},bbox:this.#Ga.box,path:{d:this.#Ga.toSVGPath()}},!0);else if(this.parent){const e=this.parent.viewport.rotation;this.parent.drawLayer.updateProperties(this.#w,{bbox:Jh.#nr(this.#Xa.box,(e-this.rotation+360)%360),path:{d:t.toSVGPath()}}),this.parent.drawLayer.updateProperties(this.#Ja,{bbox:Jh.#nr(this.#Ga.box,e),path:{d:this.#Ga.toSVGPath()}})}const[s,n,a,r]=t.box;switch(this.rotation){case 0:this.x=s,this.y=n,this.width=a,this.height=r;break;case 90:{const[t,e]=this.parentDimensions;this.x=n,this.y=1-s,this.width=a*e/t,this.height=r*t/e;break}case 180:this.x=1-s,this.y=1-n,this.width=a,this.height=r;break;case 270:{const[t,e]=this.parentDimensions;this.x=1-n,this.y=s,this.width=a*e/t,this.height=r*t/e;break}}const{lastPoint:o}=this.#Ga;this.#ba=[(o[0]-s)/a,(o[1]-n)/r]}static initialize(t,e){Jr.initialize(t,e),Jh._defaultColor||=e.highlightColors?.values().next().value||"#fff066"}static updateDefaultParams(t,e){switch(t){case Ma.HIGHLIGHT_DEFAULT_COLOR:Jh._defaultColor=e;break;case Ma.HIGHLIGHT_THICKNESS:Jh._defaultThickness=e}}translateInPage(t,e){}get toolbarPosition(){return this.#ba}updateParams(t,e){switch(t){case Ma.HIGHLIGHT_COLOR:this.#Bn(e);break;case Ma.HIGHLIGHT_THICKNESS:this.#ar(e)}}static get defaultPropertiesToUpdate(){return[[Ma.HIGHLIGHT_DEFAULT_COLOR,Jh._defaultColor],[Ma.HIGHLIGHT_THICKNESS,Jh._defaultThickness]]}get propertiesToUpdate(){return[[Ma.HIGHLIGHT_COLOR,this.color||Jh._defaultColor],[Ma.HIGHLIGHT_THICKNESS,this.#sa||Jh._defaultThickness],[Ma.HIGHLIGHT_FREE,this.#Ya]]}#Bn(t){const e=(t,e)=>{this.color=t,this.#Qa=e,this.parent?.drawLayer.updateProperties(this.#w,{root:{fill:t,"fill-opacity":e}}),this.#n?.updateColor(t)},i=this.color,s=this.#Qa;this.addCommands({cmd:e.bind(this,t,Jh._defaultOpacity),undo:e.bind(this,i,s),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:Ma.HIGHLIGHT_COLOR,overwriteIfSameType:!0,keepUndo:!0}),this._reportTelemetry({action:"color_changed",color:this._uiManager.highlightColorNames.get(t)},!0)}#ar(t){const e=this.#sa,i=t=>{this.#sa=t,this.#rr(t)};this.addCommands({cmd:i.bind(this,t),undo:i.bind(this,e),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:Ma.INK_THICKNESS,overwriteIfSameType:!0,keepUndo:!0}),this._reportTelemetry({action:"thickness_changed",thickness:t},!0)}async addEditToolbar(){const t=await super.addEditToolbar();return t?(this._uiManager.highlightColors&&(this.#n=new Qh({editor:this}),t.addColorPicker(this.#n)),t):null}disableEditing(){super.disableEditing(),this.div.classList.toggle("disabled",!0)}enableEditing(){super.enableEditing(),this.div.classList.toggle("disabled",!1)}fixAndSetPosition(){return super.fixAndSetPosition(this.#or())}getBaseTranslation(){return[0,0]}getRect(t,e){return super.getRect(t,e,this.#or())}onceAdded(t){this.annotationElementId||this.parent.addUndoableEditor(this),t&&this.div.focus()}remove(){this.#lr(),this._reportTelemetry({action:"deleted"}),super.remove()}rebuild(){this.parent&&(super.rebuild(),null!==this.div&&(this.#ir(),this.isAttachedToDOM||this.parent.add(this)))}setParent(t){let e=!1;this.parent&&!t?this.#lr():t&&(this.#ir(t),e=!this.parent&&this.div?.classList.contains("selectedEditor")),super.setParent(t),this.show(this._isVisible),e&&this.select()}#rr(t){if(!this.#Ya)return;this.#er({highlightOutlines:this.#Xa.getNewOutline(t/2)}),this.fixAndSetPosition();const[e,i]=this.parentDimensions;this.setDims(this.width*e,this.height*i)}#lr(){null!==this.#w&&this.parent&&(this.parent.drawLayer.remove(this.#w),this.#w=null,this.parent.drawLayer.remove(this.#Ja),this.#Ja=null)}#ir(t=this.parent){null===this.#w&&(({id:this.#w,clipPathId:this.#Ua}=t.drawLayer.draw({bbox:this.#Xa.box,root:{viewBox:"0 0 1 1",fill:this.color,"fill-opacity":this.#Qa},rootClass:{highlight:!0,free:this.#Ya},path:{d:this.#Xa.toSVGPath()}},!1,!0)),this.#Ja=t.drawLayer.drawOutline({rootClass:{highlightOutline:!0,free:this.#Ya},bbox:this.#Ga.box,path:{d:this.#Ga.toSVGPath()}},this.#Ya),this.#Ka&&(this.#Ka.style.clipPath=this.#Ua))}static#nr([t,e,i,s],n){switch(n){case 90:return[1-e-s,t,s,i];case 180:return[1-t-i,1-e-s,i,s];case 270:return[e,1-t-i,s,i]}return[t,e,i,s]}rotate(t){const{drawLayer:e}=this.parent;let i;this.#Ya?(t=(t-this.rotation+360)%360,i=Jh.#nr(this.#Xa.box,t)):i=Jh.#nr([this.x,this.y,this.width,this.height],t),e.updateProperties(this.#w,{bbox:i,root:{"data-main-rotation":t}}),e.updateProperties(this.#Ja,{bbox:Jh.#nr(this.#Ga.box,t),root:{"data-main-rotation":t}})}render(){if(this.div)return this.div;const t=super.render();this.#Za&&(t.setAttribute("aria-label",this.#Za),t.setAttribute("role","mark")),this.#Ya?t.classList.add("free"):this.div.addEventListener("keydown",this.#hr.bind(this),{signal:this._uiManager._signal});const e=this.#Ka=document.createElement("div");t.append(e),e.setAttribute("aria-hidden","true"),e.className="internal",e.style.clipPath=this.#Ua;const[i,s]=this.parentDimensions;return this.setDims(this.width*i,this.height*s),$r(this,this.#Ka,["pointerover","pointerleave"]),this.enableEditing(),t}pointerover(){this.isSelected||this.parent?.drawLayer.updateProperties(this.#Ja,{rootClass:{hovered:!0}})}pointerleave(){this.isSelected||this.parent?.drawLayer.updateProperties(this.#Ja,{rootClass:{hovered:!1}})}#hr(t){Jh._keyboardManager.exec(this,t)}_moveCaret(t){switch(this.parent.unselect(this),t){case 0:case 2:this.#cr(!0);break;case 1:case 3:this.#cr(!1)}}#cr(t){if(!this.#Va)return;const e=window.getSelection();t?e.setPosition(this.#Va,this.#Ha):e.setPosition(this.#qa,this.#Wa)}select(){super.select(),this.#Ja&&this.parent?.drawLayer.updateProperties(this.#Ja,{rootClass:{hovered:!1,selected:!0}})}unselect(){super.unselect(),this.#Ja&&(this.parent?.drawLayer.updateProperties(this.#Ja,{rootClass:{selected:!1}}),this.#Ya||this.#cr(!1))}get _mustFixPosition(){return!this.#Ya}show(t=this._isVisible){super.show(t),this.parent&&(this.parent.drawLayer.updateProperties(this.#w,{rootClass:{hidden:!t}}),this.parent.drawLayer.updateProperties(this.#Ja,{rootClass:{hidden:!t}}))}#or(){return this.#Ya?this.rotation:0}#dr(){if(this.#Ya)return null;const[t,e]=this.pageDimensions,[i,s]=this.pageTranslation,n=this.#$a,a=new Float32Array(8*n.length);let r=0;for(const{x:o,y:l,width:h,height:c}of n){const n=o*t+i,d=(1-l)*e+s;a[r]=a[r+4]=n,a[r+1]=a[r+3]=d,a[r+2]=a[r+6]=n+h*t,a[r+5]=a[r+7]=d-c*e,r+=8}return a}#ur(t){return this.#Xa.serialize(t,this.#or())}static startHighlighting(t,e,{target:i,x:s,y:n}){const{x:a,y:r,width:o,height:l}=i.getBoundingClientRect(),h=new AbortController,c=t.combinedSignal(h),d=e=>{h.abort(),this.#pr(t,e)};window.addEventListener("blur",d,{signal:c}),window.addEventListener("pointerup",d,{signal:c}),window.addEventListener("pointerdown",Rr,{capture:!0,passive:!1,signal:c}),window.addEventListener("contextmenu",Ir,{signal:c}),i.addEventListener("pointermove",this.#gr.bind(this,t),{signal:c}),this._freeHighlight=new Xh({x:s,y:n},[a,r,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#gr(t,e){this._freeHighlight.add(e)&&t.drawLayer.updateProperties(this._freeHighlightId,{path:{d:this._freeHighlight.toSVGPath()}})}static#pr(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 s=null;if(t instanceof Fh){const{data:{quadPoints:e,rect:i,rotation:n,id:a,color:r,opacity:o,popupRef:l},parent:{page:{pageNumber:h}}}=t;s=t={annotationType:Ea.HIGHLIGHT,color:Array.from(r),opacity:o,quadPoints:e,boxes:null,pageIndex:h-1,rect:i.slice(0),rotation:n,id:a,deleted:!1,popupRef:l}}else if(t instanceof Lh){const{data:{inkLists:e,rect:i,rotation:n,id:a,color:r,borderStyle:{rawWidth:o},popupRef:l},parent:{page:{pageNumber:h}}}=t;s=t={annotationType:Ea.HIGHLIGHT,color:Array.from(r),thickness:o,inkLists:e,boxes:null,pageIndex:h-1,rect:i.slice(0),rotation:n,id:a,deleted:!1,popupRef:l}}const{color:n,quadPoints:a,inkLists:r,opacity:o}=t,l=await super.deserialize(t,e,i);l.color=mr.makeHexColor(...n),l.#Qa=o||1,r&&(l.#sa=t.thickness),l.annotationElementId=t.id||null,l._initialData=s;const[h,c]=l.pageDimensions,[d,u]=l.pageTranslation;if(a){const t=l.#$a=[];for(let e=0;e<a.length;e+=8)t.push({x:(a[e]-d)/h,y:1-(a[e+1]-u)/c,width:(a[e+2]-a[e])/h,height:(a[e+1]-a[e+5])/c});l.#sr(),l.#ir(),l.rotate(l.rotation)}else if(r){l.#Ya=!0;const t=r[0],i={x:t[0]-d,y:c-(t[1]-u)},s=new Xh(i,[0,0,h,c],1,l.#sa/2,!0,.001);for(let e=0,n=t.length;e<n;e+=2)i.x=t[e]-d,i.y=c-(t[e+1]-u),s.add(i);const{id:n,clipPathId:a}=e.drawLayer.draw({bbox:[0,0,1,1],root:{viewBox:"0 0 1 1",fill:l.color,"fill-opacity":l._defaultOpacity},rootClass:{highlight:!0,free:!0},path:{d:s.toSVGPath()}},!0,!0);l.#er({highlightOutlines:s.getOutlines(),highlightId:n,clipPathId:a}),l.#ir(),l.rotate(l.parentRotation)}return l}serialize(t=!1){if(this.isEmpty()||t)return null;if(this.deleted)return this.serializeDeleted();const e=this.getRect(0,0),i=Jr._colorManager.convert(this.color),s={annotationType:Ea.HIGHLIGHT,color:i,opacity:this.#Qa,thickness:this.#sa,quadPoints:this.#dr(),outlines:this.#ur(e),pageIndex:this.pageIndex,rect:e,rotation:this.#or(),structTreeParentId:this._structTreeParentId};return this.annotationElementId&&!this.#Gn(s)?null:(s.id=this.annotationElementId,s)}#Gn(t){const{color:e}=this._initialData;return t.color.some(((t,i)=>t!==e[i]))}renderAnnotationElement(t){return t.updateEdited({rect:this.getRect(0,0)}),null}static canCreateNewEmptyEditor(){return!1}}class Zh{#fr=Object.create(null);updateProperty(t,e){this[t]=e,this.updateSVGProperty(t,e)}updateProperties(t){if(t)for(const[e,i]of Object.entries(t))e.startsWith("_")||this.updateProperty(e,i)}updateSVGProperty(t,e){this.#fr[t]=e}toSVGProperties(){const t=this.#fr;return this.#fr=Object.create(null),{root:t}}reset(){this.#fr=Object.create(null)}updateAll(t=this){this.updateProperties(t)}clone(){tr("Not implemented")}}class tc extends Jr{#mr=null;#vr;_drawId=null;static _currentDrawId=-1;static _currentParent=null;static#br=null;static#yr=null;static#wr=null;static#xr=NaN;static#Ar=null;static#_r=null;static#Sr=NaN;static _INNER_MARGIN=3;constructor(t){super(t),this.#vr=t.mustBeCommitted||!1,this._addOutlines(t)}_addOutlines(t){t.drawOutlines&&(this.#Tr(t),this.#ir())}#Tr({drawOutlines:t,drawId:e,drawingOptions:i}){this.#mr=t,this._drawingOptions||=i,e>=0?(this._drawId=e,this.parent.drawLayer.finalizeDraw(e,t.defaultProperties)):this._drawId=this.#kr(t,this.parent),this.#Cr(t.box)}#kr(t,e){const{id:i}=e.drawLayer.draw(tc._mergeSVGProperties(this._drawingOptions.toSVGProperties(),t.defaultSVGProperties),!1,!1);return i}static _mergeSVGProperties(t,e){const i=new Set(Object.keys(t));for(const[s,n]of Object.entries(e))i.has(s)?Object.assign(t[s],n):t[s]=n;return t}static getDefaultDrawingOptions(t){tr("Not implemented")}static get typesMap(){tr("Not implemented")}static get isDrawer(){return!0}static get supportMultipleDrawings(){return!1}static updateDefaultParams(t,e){const i=this.typesMap.get(t);i&&this._defaultDrawingOptions.updateProperty(i,e),this._currentParent&&(tc.#br.updateProperty(i,e),this._currentParent.drawLayer.updateProperties(this._currentDrawId,this._defaultDrawingOptions.toSVGProperties()))}updateParams(t,e){const i=this.constructor.typesMap.get(t);i&&this._updateProperty(t,i,e)}static get defaultPropertiesToUpdate(){const t=[],e=this._defaultDrawingOptions;for(const[i,s]of this.typesMap)t.push([i,e[s]]);return t}get propertiesToUpdate(){const t=[],{_drawingOptions:e}=this;for(const[i,s]of this.constructor.typesMap)t.push([i,e[s]]);return t}_updateProperty(t,e,i){const s=this._drawingOptions,n=s[e],a=t=>{s.updateProperty(e,t);const i=this.#mr.updateProperty(e,t);i&&this.#Cr(i),this.parent?.drawLayer.updateProperties(this._drawId,s.toSVGProperties())};this.addCommands({cmd:a.bind(this,i),undo:a.bind(this,n),post:this._uiManager.updateUI.bind(this._uiManager,this),mustExec:!0,type:t,overwriteIfSameType:!0,keepUndo:!0})}_onResizing(){this.parent?.drawLayer.updateProperties(this._drawId,tc._mergeSVGProperties(this.#mr.getPathResizingSVGProperties(this.#Er()),{bbox:this.#Mr()}))}_onResized(){this.parent?.drawLayer.updateProperties(this._drawId,tc._mergeSVGProperties(this.#mr.getPathResizedSVGProperties(this.#Er()),{bbox:this.#Mr()}))}_onTranslating(t,e){this.parent?.drawLayer.updateProperties(this._drawId,{bbox:this.#Mr()})}_onTranslated(){this.parent?.drawLayer.updateProperties(this._drawId,tc._mergeSVGProperties(this.#mr.getPathTranslatedSVGProperties(this.#Er(),this.parentDimensions),{bbox:this.#Mr()}))}_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.#vr&&(this.#vr=!1,this.commit(),this.parent.setSelected(this),t&&this.isOnScreen&&this.div.focus())}remove(){this.#lr(),super.remove()}rebuild(){this.parent&&(super.rebuild(),null!==this.div&&(this.#ir(),this.#Cr(this.#mr.box),this.isAttachedToDOM||this.parent.add(this)))}setParent(t){let e=!1;this.parent&&!t?(this._uiManager.removeShouldRescale(this),this.#lr()):t&&(this._uiManager.addShouldRescale(this),this.#ir(t),e=!this.parent&&this.div?.classList.contains("selectedEditor")),super.setParent(t),e&&this.select()}#lr(){null!==this._drawId&&this.parent&&(this.parent.drawLayer.remove(this._drawId),this._drawId=null,this._drawingOptions.reset())}#ir(t=this.parent){null!==this._drawId&&this.parent===t||(null===this._drawId?(this._drawingOptions.updateAll(),this._drawId=this.#kr(this.#mr,t)):this.parent.drawLayer.updateParent(this._drawId,t.drawLayer))}#Pr([t,e,i,s]){const{parentDimensions:[n,a],rotation:r}=this;switch(r){case 90:return[e,1-t,i*(a/n),s*(n/a)];case 180:return[1-t,1-e,i,s];case 270:return[1-e,t,i*(a/n),s*(n/a)];default:return[t,e,i,s]}}#Er(){const{x:t,y:e,width:i,height:s,parentDimensions:[n,a],rotation:r}=this;switch(r){case 90:return[1-e,t,i*(n/a),s*(a/n)];case 180:return[1-t,1-e,i,s];case 270:return[e,1-t,i*(n/a),s*(a/n)];default:return[t,e,i,s]}}#Cr(t){if([this.x,this.y,this.width,this.height]=this.#Pr(t),this.div){this.fixAndSetPosition();const[t,e]=this.parentDimensions;this.setDims(this.width*t,this.height*e)}this._onResized()}#Mr(){const{x:t,y:e,width:i,height:s,rotation:n,parentRotation:a,parentDimensions:[r,o]}=this;switch((4*n+a)/90){case 1:return[1-e-s,t,s,i];case 2:return[1-t-i,1-e-s,i,s];case 3:return[e,1-t-i,s,i];case 4:return[t,e-i*(r/o),s*(o/r),i*(r/o)];case 5:return[1-e,t,i*(r/o),s*(o/r)];case 6:return[1-t-s*(o/r),1-e,s*(o/r),i*(r/o)];case 7:return[e-i*(r/o),1-t-s*(o/r),i*(r/o),s*(o/r)];case 8:return[t-i,e-s,i,s];case 9:return[1-e,t-i,s,i];case 10:return[1-t,1-e,i,s];case 11:return[e-s,1-t,s,i];case 12:return[t-s*(o/r),e,s*(o/r),i*(r/o)];case 13:return[1-e-i*(r/o),t-s*(o/r),i*(r/o),s*(o/r)];case 14:return[1-t,1-e-i*(r/o),s*(o/r),i*(r/o)];case 15:return[e,1-t,i*(r/o),s*(o/r)];default:return[t,e,i,s]}}rotate(){this.parent&&this.parent.drawLayer.updateProperties(this._drawId,tc._mergeSVGProperties({bbox:this.#Mr()},this.#mr.updateRotation((this.parentRotation-this.rotation+360)%360)))}onScaleChanging(){this.parent&&this.#Cr(this.#mr.updateParentDimensions(this.parentDimensions,this.parent.scale))}static onScaleChangingWhenDrawing(){}render(){if(this.div)return this.div;let t,e;this._isCopy&&(t=this.x,e=this.y);const i=super.render();i.classList.add("draw");const s=document.createElement("div");i.append(s),s.setAttribute("aria-hidden","true"),s.className="internal";const[n,a]=this.parentDimensions;return this.setDims(this.width*n,this.height*a),this._uiManager.addShouldRescale(this),this.disableEditing(),this._isCopy&&this._moveAfterPaste(t,e),i}static createDrawerInstance(t,e,i,s,n){tr("Not implemented")}static startDrawing(t,e,i,s){const{target:n,offsetX:a,offsetY:r,pointerId:o,pointerType:l}=s;if(tc.#Ar&&tc.#Ar!==l)return;const{viewport:{rotation:h}}=t,{width:c,height:d}=n.getBoundingClientRect(),u=tc.#yr=new AbortController,p=t.combinedSignal(u);tc.#xr||=o,tc.#Ar??=l,window.addEventListener("pointerup",(t=>{tc.#xr===t.pointerId?this._endDraw(t):tc.#_r?.delete(t.pointerId)}),{signal:p}),window.addEventListener("pointercancel",(t=>{tc.#xr===t.pointerId?this._currentParent.endDrawingSession():tc.#_r?.delete(t.pointerId)}),{signal:p}),window.addEventListener("pointerdown",(t=>{tc.#Ar===t.pointerType&&((tc.#_r||=new Set).add(t.pointerId),tc.#br.isCancellable()&&(tc.#br.removeLastElement(),tc.#br.isEmpty()?this._currentParent.endDrawingSession(!0):this._endDraw(null)))}),{capture:!0,passive:!1,signal:p}),window.addEventListener("contextmenu",Ir,{signal:p}),n.addEventListener("pointermove",this._drawMove.bind(this),{signal:p}),n.addEventListener("touchmove",(t=>{t.timeStamp===tc.#Sr&&Rr(t)}),{signal:p}),t.toggleDrawing(),e._editorUndoBar?.hide(),tc.#br?t.drawLayer.updateProperties(this._currentDrawId,tc.#br.startNew(a,r,c,d,h)):(e.updateUIForDefaultProperties(this),tc.#br=this.createDrawerInstance(a,r,c,d,h),tc.#wr=this.getDefaultDrawingOptions(),this._currentParent=t,({id:this._currentDrawId}=t.drawLayer.draw(this._mergeSVGProperties(tc.#wr.toSVGProperties(),tc.#br.defaultSVGProperties),!0,!1)))}static _drawMove(t){if(tc.#Sr=-1,!tc.#br)return;const{offsetX:e,offsetY:i,pointerId:s}=t;tc.#xr===s&&(tc.#_r?.size>=1?this._endDraw(t):(this._currentParent.drawLayer.updateProperties(this._currentDrawId,tc.#br.add(e,i)),tc.#Sr=t.timeStamp,Rr(t)))}static _cleanup(t){t&&(this._currentDrawId=-1,this._currentParent=null,tc.#br=null,tc.#wr=null,tc.#Ar=null,tc.#Sr=NaN),tc.#yr&&(tc.#yr.abort(),tc.#yr=null,tc.#xr=NaN,tc.#_r=null)}static _endDraw(t){const e=this._currentParent;if(e)if(e.toggleDrawing(!0),this._cleanup(!1),t?.target===e.div&&e.drawLayer.updateProperties(this._currentDrawId,tc.#br.end(t.offsetX,t.offsetY)),this.supportMultipleDrawings){const t=tc.#br,i=this._currentDrawId,s=t.getLastElement();e.addCommands({cmd:()=>{e.drawLayer.updateProperties(i,t.setLastElement(s))},undo:()=>{e.drawLayer.updateProperties(i,t.removeLastElement())},mustExec:!1,type:Ma.DRAW_STEP})}else this.endDrawing(!1)}static endDrawing(t){const e=this._currentParent;if(!e)return null;if(e.toggleDrawing(!0),e.cleanUndoStack(Ma.DRAW_STEP),!tc.#br.isEmpty()){const{pageDimensions:[i,s],scale:n}=e,a=e.createAndAddNewEditor({offsetX:0,offsetY:0},!1,{drawId:this._currentDrawId,drawOutlines:tc.#br.getOutlines(i*n,s*n,n,this._INNER_MARGIN),drawingOptions:tc.#wr,mustBeCommitted:!t});return this._cleanup(!0),a}return e.drawLayer.remove(this._currentDrawId),this._cleanup(!0),null}createDrawingOptions(t){}static deserializeDraw(t,e,i,s,n,a){tr("Not implemented")}static async deserialize(t,e,i){const{rawDims:{pageWidth:s,pageHeight:n,pageX:a,pageY:r}}=e.viewport,o=this.deserializeDraw(a,r,s,n,this._INNER_MARGIN,t),l=await super.deserialize(t,e,i);return l.createDrawingOptions(t),l.#Tr({drawOutlines:o}),l.#ir(),l.onScaleChanging(),l.rotate(),l}serializeDraw(t){const[e,i]=this.pageTranslation,[s,n]=this.pageDimensions;return this.#mr.serialize([e,i,s,n],t)}renderAnnotationElement(t){return t.updateEdited({rect:this.getRect(0,0)}),null}static canCreateNewEmptyEditor(){return!1}}class ec{#Qn=new Float64Array(6);#yn;#Dr;#es;#sa;#na;#Ir="";#Rr=0;#ka=new ic;#Lr;#Fr;constructor(t,e,i,s,n,a){this.#Lr=i,this.#Fr=s,this.#es=n,this.#sa=a,[t,e]=this.#Nr(t,e);const r=this.#yn=[NaN,NaN,NaN,NaN,t,e];this.#na=[t,e],this.#Dr=[{line:r,points:this.#na}],this.#Qn.set(r,0)}updateProperty(t,e){"stroke-width"===t&&(this.#sa=e)}#Nr(t,e){return Uh._normalizePoint(t,e,this.#Lr,this.#Fr,this.#es)}isEmpty(){return!this.#Dr||0===this.#Dr.length}isCancellable(){return this.#na.length<=10}add(t,e){[t,e]=this.#Nr(t,e);const[i,s,n,a]=this.#Qn.subarray(2,6),r=t-n,o=e-a;return Math.hypot(this.#Lr*r,this.#Fr*o)<=2?null:(this.#na.push(t,e),isNaN(i)?(this.#Qn.set([n,a,t,e],2),this.#yn.push(NaN,NaN,NaN,NaN,t,e),{path:{d:this.toSVGPath()}}):(isNaN(this.#Qn[0])&&this.#yn.splice(6,6),this.#Qn.set([i,s,n,a,t,e],0),this.#yn.push(...Uh.createBezierPoints(i,s,n,a,t,e)),{path:{d:this.toSVGPath()}}))}end(t,e){const i=this.add(t,e);return i||(2===this.#na.length?{path:{d:this.toSVGPath()}}:null)}startNew(t,e,i,s,n){this.#Lr=i,this.#Fr=s,this.#es=n,[t,e]=this.#Nr(t,e);const a=this.#yn=[NaN,NaN,NaN,NaN,t,e];this.#na=[t,e];const r=this.#Dr.at(-1);return r&&(r.line=new Float32Array(r.line),r.points=new Float32Array(r.points)),this.#Dr.push({line:a,points:this.#na}),this.#Qn.set(a,0),this.#Rr=0,this.toSVGPath(),null}getLastElement(){return this.#Dr.at(-1)}setLastElement(t){return this.#Dr?(this.#Dr.push(t),this.#yn=t.line,this.#na=t.points,this.#Rr=0,{path:{d:this.toSVGPath()}}):this.#ka.setLastElement(t)}removeLastElement(){if(!this.#Dr)return this.#ka.removeLastElement();this.#Dr.pop(),this.#Ir="";for(let t=0,e=this.#Dr.length;t<e;t++){const{line:e,points:i}=this.#Dr[t];this.#yn=e,this.#na=i,this.#Rr=0,this.toSVGPath()}return{path:{d:this.#Ir}}}toSVGPath(){const t=Uh.svgRound(this.#yn[4]),e=Uh.svgRound(this.#yn[5]);if(2===this.#na.length)return this.#Ir=`${this.#Ir} M ${t} ${e} Z`,this.#Ir;if(this.#na.length<=6){const i=this.#Ir.lastIndexOf("M");this.#Ir=`${this.#Ir.slice(0,i)} M ${t} ${e}`,this.#Rr=6}if(4===this.#na.length){const t=Uh.svgRound(this.#yn[10]),e=Uh.svgRound(this.#yn[11]);return this.#Ir=`${this.#Ir} L ${t} ${e}`,this.#Rr=12,this.#Ir}const i=[];0===this.#Rr&&(i.push(`M ${t} ${e}`),this.#Rr=6);for(let t=this.#Rr,e=this.#yn.length;t<e;t+=6){const[e,s,n,a,r,o]=this.#yn.slice(t,t+6).map(Uh.svgRound);i.push(`C${e} ${s} ${n} ${a} ${r} ${o}`)}return this.#Ir+=i.join(" "),this.#Rr=this.#yn.length,this.#Ir}getOutlines(t,e,i,s){const n=this.#Dr.at(-1);return n.line=new Float32Array(n.line),n.points=new Float32Array(n.points),this.#ka.build(this.#Dr,t,e,i,this.#es,this.#sa,s),this.#Qn=null,this.#yn=null,this.#Dr=null,this.#Ir=null,this.#ka}get defaultSVGProperties(){return{root:{viewBox:"0 0 10000 10000"},rootClass:{draw:!0},bbox:[0,0,1,1]}}}class ic extends Uh{#fa;#Or=0;#Kn;#Dr;#Lr;#Fr;#Br;#es;#sa;build(t,e,i,s,n,a,r){this.#Lr=e,this.#Fr=i,this.#Br=s,this.#es=n,this.#sa=a,this.#Kn=r??0,this.#Dr=t,this.#zr()}get thickness(){return this.#sa}setLastElement(t){return this.#Dr.push(t),{path:{d:this.toSVGPath()}}}removeLastElement(){return this.#Dr.pop(),{path:{d:this.toSVGPath()}}}toSVGPath(){const t=[];for(const{line:e}of this.#Dr)if(t.push(`M${Uh.svgRound(e[4])} ${Uh.svgRound(e[5])}`),6!==e.length)if(12===e.length&&isNaN(e[6]))t.push(`L${Uh.svgRound(e[10])} ${Uh.svgRound(e[11])}`);else for(let i=6,s=e.length;i<s;i+=6){const[s,n,a,r,o,l]=e.subarray(i,i+6).map(Uh.svgRound);t.push(`C${s} ${n} ${a} ${r} ${o} ${l}`)}else t.push("Z");return t.join("")}serialize([t,e,i,s],n){const a=[],r=[],[o,l,h,c]=this.#jr();let d,u,p,g,f,m,v,b,y;switch(this.#es){case 0:y=Uh._rescale,d=t,u=e+s,p=i,g=-s,f=t+o*i,m=e+(1-l-c)*s,v=t+(o+h)*i,b=e+(1-l)*s;break;case 90:y=Uh._rescaleAndSwap,d=t,u=e,p=i,g=s,f=t+l*i,m=e+o*s,v=t+(l+c)*i,b=e+(o+h)*s;break;case 180:y=Uh._rescale,d=t+i,u=e,p=-i,g=s,f=t+(1-o-h)*i,m=e+l*s,v=t+(1-o)*i,b=e+(l+c)*s;break;case 270:y=Uh._rescaleAndSwap,d=t+i,u=e+s,p=-i,g=-s,f=t+(1-l-c)*i,m=e+(1-o-h)*s,v=t+(1-l)*i,b=e+(1-o)*s}for(const{line:t,points:e}of this.#Dr)a.push(y(t,d,u,p,g,n?new Array(t.length):null)),r.push(y(e,d,u,p,g,n?new Array(e.length):null));return{lines:a,points:r,rect:[f,m,v,b]}}static deserialize(t,e,i,s,n,{paths:{lines:a,points:r},rotation:o,thickness:l}){const h=[];let c,d,u,p,g;switch(o){case 0:g=Uh._rescale,c=-t/i,d=e/s+1,u=1/i,p=-1/s;break;case 90:g=Uh._rescaleAndSwap,c=-e/s,d=-t/i,u=1/s,p=1/i;break;case 180:g=Uh._rescale,c=t/i+1,d=-e/s,u=-1/i,p=1/s;break;case 270:g=Uh._rescaleAndSwap,c=e/s+1,d=t/i+1,u=-1/s,p=-1/i}if(!a){a=[];for(const t of r){const e=t.length;if(2===e){a.push(new Float32Array([NaN,NaN,NaN,NaN,t[0],t[1]]));continue}if(4===e){a.push(new Float32Array([NaN,NaN,NaN,NaN,t[0],t[1],NaN,NaN,NaN,NaN,t[2],t[3]]));continue}const i=new Float32Array(3*(e-2));a.push(i);let[s,n,r,o]=t.subarray(0,4);i.set([NaN,NaN,NaN,NaN,s,n],0);for(let a=4;a<e;a+=2){const e=t[a],l=t[a+1];i.set(Uh.createBezierPoints(s,n,r,o,e,l),3*(a-2)),[s,n,r,o]=[r,o,e,l]}}}for(let t=0,e=a.length;t<e;t++)h.push({line:g(a[t].map((t=>t??NaN)),c,d,u,p),points:g(r[t].map((t=>t??NaN)),c,d,u,p)});const f=new this.prototype.constructor;return f.build(h,i,s,1,o,l,n),f}#Vr(t=this.#sa){const e=this.#Kn+t/2*this.#Br;return this.#es%180==0?[e/this.#Lr,e/this.#Fr]:[e/this.#Fr,e/this.#Lr]}#jr(){const[t,e,i,s]=this.#fa,[n,a]=this.#Vr(0);return[t+n,e+a,i-2*n,s-2*a]}#zr(){const t=this.#fa=new Float32Array([1/0,1/0,-1/0,-1/0]);for(const{line:e}of this.#Dr){if(e.length<=12){for(let i=4,s=e.length;i<s;i+=6)mr.pointBoundingBox(e[i],e[i+1],t);continue}let i=e[4],s=e[5];for(let n=6,a=e.length;n<a;n+=6){const[a,r,o,l,h,c]=e.subarray(n,n+6);mr.bezierBoundingBox(i,s,a,r,o,l,h,c,t),i=h,s=c}}const[e,i]=this.#Vr();t[0]=xr(t[0]-e,0,1),t[1]=xr(t[1]-i,0,1),t[2]=xr(t[2]+e,0,1),t[3]=xr(t[3]+i,0,1),t[2]-=t[0],t[3]-=t[1]}get box(){return this.#fa}updateProperty(t,e){return"stroke-width"===t?this.#ar(e):null}#ar(t){const[e,i]=this.#Vr();this.#sa=t;const[s,n]=this.#Vr(),[a,r]=[s-e,n-i],o=this.#fa;return o[0]-=a,o[1]-=r,o[2]+=2*a,o[3]+=2*r,o}updateParentDimensions([t,e],i){const[s,n]=this.#Vr();this.#Lr=t,this.#Fr=e,this.#Br=i;const[a,r]=this.#Vr(),o=a-s,l=r-n,h=this.#fa;return h[0]-=o,h[1]-=l,h[2]+=2*o,h[3]+=2*l,h}updateRotation(t){return this.#Or=t,{path:{transform:this.rotationTransform}}}get viewBox(){return this.#fa.map(Uh.svgRound).join(" ")}get defaultProperties(){const[t,e]=this.#fa;return{root:{viewBox:this.viewBox},path:{"transform-origin":`${Uh.svgRound(t)} ${Uh.svgRound(e)}`}}}get rotationTransform(){const[,,t,e]=this.#fa;let i=0,s=0,n=0,a=0,r=0,o=0;switch(this.#Or){case 90:s=e/t,n=-t/e,r=t;break;case 180:i=-1,a=-1,r=t,o=e;break;case 270:s=-e/t,n=t/e,o=e;break;default:return""}return`matrix(${i} ${s} ${n} ${a} ${Uh.svgRound(r)} ${Uh.svgRound(o)})`}getPathResizingSVGProperties([t,e,i,s]){const[n,a]=this.#Vr(),[r,o,l,h]=this.#fa;if(Math.abs(l-n)<=Uh.PRECISION||Math.abs(h-a)<=Uh.PRECISION){const n=t+i/2-(r+l/2),a=e+s/2-(o+h/2);return{path:{"transform-origin":`${Uh.svgRound(t)} ${Uh.svgRound(e)}`,transform:`${this.rotationTransform} translate(${n} ${a})`}}}const c=(i-2*n)/(l-2*n),d=(s-2*a)/(h-2*a),u=l/i,p=h/s;return{path:{"transform-origin":`${Uh.svgRound(r)} ${Uh.svgRound(o)}`,transform:`${this.rotationTransform} scale(${u} ${p}) translate(${Uh.svgRound(n)} ${Uh.svgRound(a)}) scale(${c} ${d}) translate(${Uh.svgRound(-n)} ${Uh.svgRound(-a)})`}}}getPathResizedSVGProperties([t,e,i,s]){const[n,a]=this.#Vr(),r=this.#fa,[o,l,h,c]=r;if(r[0]=t,r[1]=e,r[2]=i,r[3]=s,Math.abs(h-n)<=Uh.PRECISION||Math.abs(c-a)<=Uh.PRECISION){const n=t+i/2-(o+h/2),a=e+s/2-(l+c/2);for(const{line:t,points:e}of this.#Dr)Uh._translate(t,n,a,t),Uh._translate(e,n,a,e);return{root:{viewBox:this.viewBox},path:{"transform-origin":`${Uh.svgRound(t)} ${Uh.svgRound(e)}`,transform:this.rotationTransform||null,d:this.toSVGPath()}}}const d=(i-2*n)/(h-2*n),u=(s-2*a)/(c-2*a),p=-d*(o+n)+t+n,g=-u*(l+a)+e+a;if(1!==d||1!==u||0!==p||0!==g)for(const{line:t,points:e}of this.#Dr)Uh._rescale(t,p,g,d,u,t),Uh._rescale(e,p,g,d,u,e);return{root:{viewBox:this.viewBox},path:{"transform-origin":`${Uh.svgRound(t)} ${Uh.svgRound(e)}`,transform:this.rotationTransform||null,d:this.toSVGPath()}}}getPathTranslatedSVGProperties([t,e],i){const[s,n]=i,a=this.#fa,r=t-a[0],o=e-a[1];if(this.#Lr===s&&this.#Fr===n)for(const{line:t,points:e}of this.#Dr)Uh._translate(t,r,o,t),Uh._translate(e,r,o,e);else{const t=this.#Lr/s,e=this.#Fr/n;this.#Lr=s,this.#Fr=n;for(const{line:i,points:s}of this.#Dr)Uh._rescale(i,r,o,t,e,i),Uh._rescale(s,r,o,t,e,s);a[2]*=t,a[3]*=e}return a[0]=t,a[1]=e,{root:{viewBox:this.viewBox},path:{d:this.toSVGPath(),"transform-origin":`${Uh.svgRound(t)} ${Uh.svgRound(e)}`}}}get defaultSVGProperties(){const t=this.#fa;return{root:{viewBox:this.viewBox},rootClass:{draw:!0},path:{d:this.toSVGPath(),"transform-origin":`${Uh.svgRound(t[0])} ${Uh.svgRound(t[1])}`,transform:this.rotationTransform||null},bbox:t}}}class sc extends Zh{constructor(t){super(),this._viewParameters=t,super.updateProperties({fill:"none",stroke:Jr._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(){const t=new sc(this._viewParameters);return t.updateAll(this),t}}class nc extends tc{static _type="ink";static _editorType=Ea.INK;static _defaultDrawingOptions=null;constructor(t){super({...t,name:"inkEditor"}),this._willKeepAspectRatio=!0,this.defaultL10nId="pdfjs-editor-ink-editor"}static initialize(t,e){Jr.initialize(t,e),this._defaultDrawingOptions=new sc(e.viewParameters)}static getDefaultDrawingOptions(t){const e=this._defaultDrawingOptions.clone();return e.updateProperties(t),e}static get supportMultipleDrawings(){return!0}static get typesMap(){return nr(this,"typesMap",new Map([[Ma.INK_THICKNESS,"stroke-width"],[Ma.INK_COLOR,"stroke"],[Ma.INK_OPACITY,"stroke-opacity"]]))}static createDrawerInstance(t,e,i,s,n){return new ec(t,e,i,s,n,this._defaultDrawingOptions["stroke-width"])}static deserializeDraw(t,e,i,s,n,a){return ic.deserialize(t,e,i,s,n,a)}static async deserialize(t,e,i){let s=null;if(t instanceof Lh){const{data:{inkLists:e,rect:i,rotation:n,id:a,color:r,opacity:o,borderStyle:{rawWidth:l},popupRef:h},parent:{page:{pageNumber:c}}}=t;s=t={annotationType:Ea.INK,color:Array.from(r),thickness:l,opacity:o,paths:{points:e},boxes:null,pageIndex:c-1,rect:i.slice(0),rotation:n,id:a,deleted:!1,popupRef:h}}const n=await super.deserialize(t,e,i);return n.annotationElementId=t.id||null,n._initialData=s,n}onScaleChanging(){if(!this.parent)return;super.onScaleChanging();const{_drawId:t,_drawingOptions:e,parent:i}=this;e.updateSVGProperty("stroke-width"),i.drawLayer.updateProperties(t,e.toSVGProperties())}static onScaleChangingWhenDrawing(){const 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=nc.getDefaultDrawingOptions({stroke:mr.makeHexColor(...t),"stroke-width":e,"stroke-opacity":i})}serialize(t=!1){if(this.isEmpty())return null;if(this.deleted)return this.serializeDeleted();const{lines:e,points:i,rect:s}=this.serializeDraw(t),{_drawingOptions:{stroke:n,"stroke-opacity":a,"stroke-width":r}}=this,o={annotationType:Ea.INK,color:Jr._colorManager.convert(n),opacity:a,thickness:r,paths:{lines:e,points:i},pageIndex:this.pageIndex,rect:s,rotation:this.rotation,structTreeParentId:this._structTreeParentId};return t?(o.isCopy=!0,o):this.annotationElementId&&!this.#Gn(o)?null:(o.id=this.annotationElementId,o)}#Gn(t){const{color:e,thickness:i,opacity:s,pageIndex:n}=this._initialData;return this._hasBeenMoved||this._hasBeenResized||t.color.some(((t,i)=>t!==e[i]))||t.thickness!==i||t.opacity!==s||t.pageIndex!==n}renderAnnotationElement(t){const{points:e,rect:i}=this.serializeDraw(!1);return t.updateEdited({rect:i,thickness:this._drawingOptions["stroke-width"],points:e}),null}}class ac extends ic{toSVGPath(){let t=super.toSVGPath();return t.endsWith("Z")||(t+="Z"),t}}class rc{static#Hr={maxDim:512,sigmaSFactor:.02,sigmaR:25,kernelSize:16};static#$r(t,e,i,s){return s-=e,0===(i-=t)?s>0?0:4:1===i?s+6:2-s}static#Ur=new Int32Array([0,1,-1,1,-1,0,-1,-1,0,-1,1,-1,1,0,1,1]);static#Gr(t,e,i,s,n,a,r){const o=this.#$r(i,s,n,a);for(let n=0;n<8;n++){const a=(-n+o-r+16)%8;if(0!==t[(i+this.#Ur[2*a])*e+(s+this.#Ur[2*a+1])])return a}return-1}static#qr(t,e,i,s,n,a,r){const o=this.#$r(i,s,n,a);for(let n=0;n<8;n++){const a=(n+o+r+16)%8;if(0!==t[(i+this.#Ur[2*a])*e+(s+this.#Ur[2*a+1])])return a}return-1}static#Wr(t,e,i,s){const n=t.length,a=new Int32Array(n);for(let e=0;e<n;e++)a[e]=t[e]<=s?1:0;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 r,o=1;const l=[];for(let t=1;t<i-1;t++){r=1;for(let i=1;i<e-1;i++){const s=t*e+i,n=a[s];if(0===n)continue;let h=t,c=i;if(1===n&&0===a[s-1])o+=1,c-=1;else{if(!(n>=1&&0===a[s+1])){1!==n&&(r=Math.abs(n));continue}o+=1,c+=1,n>1&&(r=n)}const d=[i,t],u=c===i+1,p={isHole:u,points:d,id:o,parent:0};let g;l.push(p);for(const t of l)if(t.id===r){g=t;break}g?g.isHole?p.parent=u?g.parent:r:p.parent=u?r:g.parent:p.parent=u?r:0;const f=this.#Gr(a,e,t,i,h,c,0);if(-1===f){a[s]=-o,1!==a[s]&&(r=Math.abs(a[s]));continue}let m=this.#Ur[2*f],v=this.#Ur[2*f+1];const b=t+m,y=i+v;h=b,c=y;let w=t,x=i;for(;;){const n=this.#qr(a,e,w,x,h,c,1);m=this.#Ur[2*n],v=this.#Ur[2*n+1];const l=w+m,u=x+v;d.push(u,l);const p=w*e+x;if(0===a[p+1]?a[p]=-o:1===a[p]&&(a[p]=o),l===t&&u===i&&w===b&&x===y){1!==a[s]&&(r=Math.abs(a[s]));break}h=w,c=x,w=l,x=u}}}return l}static#Kr(t,e,i,s){if(i-e<=4){for(let n=e;n<i-2;n+=2)s.push(t[n],t[n+1]);return}const n=t[e],a=t[e+1],r=t[i-4]-n,o=t[i-3]-a,l=Math.hypot(r,o),h=r/l,c=o/l,d=h*a-c*n,u=o/r,p=1/l,g=Math.atan(u),f=Math.cos(g),m=Math.sin(g),v=p*(Math.abs(f)+Math.abs(m)),b=p*(1-v+v**2),y=Math.max(Math.atan(Math.abs(m+f)*b),Math.atan(Math.abs(m-f)*b));let w=0,x=e;for(let s=e+2;s<i-2;s+=2){const e=Math.abs(d-h*t[s+1]+c*t[s]);e>w&&(x=s,w=e)}w>(l*y)**2?(this.#Kr(t,e,x+2,s),this.#Kr(t,x,i,s)):s.push(n,a)}static#Xr(t){const e=[],i=t.length;return this.#Kr(t,0,i,e),e.push(t[i-2],t[i-1]),e.length<=4?null:e}static#Yr(t,e,i,s,n,a){const r=new Float32Array(a**2),o=-2*s**2,l=a>>1;for(let t=0;t<a;t++){const e=(t-l)**2;for(let i=0;i<a;i++)r[t*a+i]=Math.exp((e+(i-l)**2)/o)}const h=new Float32Array(256),c=-2*n**2;for(let t=0;t<256;t++)h[t]=Math.exp(t**2/c);const d=t.length,u=new Uint8Array(d),p=new Uint32Array(256);for(let s=0;s<i;s++)for(let n=0;n<e;n++){const o=s*e+n,c=t[o];let d=0,g=0;for(let o=0;o<a;o++){const u=s+o-l;if(!(u<0||u>=i))for(let i=0;i<a;i++){const s=n+i-l;if(s<0||s>=e)continue;const p=t[u*e+s],f=r[o*a+i]*h[Math.abs(p-c)];d+=p*f,g+=f}}p[u[o]=Math.round(d/g)]++}return[u,p]}static#Qr(t){const e=new Uint32Array(256);for(const i of t)e[i]++;return e}static#Jr(t){const e=t.length,i=new Uint8ClampedArray(e>>2);let s=-1/0,n=1/0;for(let e=0,a=i.length;e<a;e++){if(0===t[3+(e<<2)]){s=i[e]=255;continue}const a=i[e]=t[e<<2];a>s&&(s=a),a<n&&(n=a)}const a=255/(s-n);for(let t=0;t<e;t++)i[t]=(i[t]-n)*a;return i}static#Zr(t){let e,i=-1/0,s=-1/0;const n=t.findIndex((t=>0!==t));let a=n,r=n;for(e=n;e<256;e++){const n=t[e];n>i&&(e-a>s&&(s=e-a,r=e-1),i=n,a=e)}for(e=r-1;e>=0&&!(t[e]>t[e+1]);e--);return e}static#to(t){const e=t,{width:i,height:s}=t,{maxDim:n}=this.#Hr;let a=i,r=s;if(i>n||s>n){let o=i,l=s,h=Math.log2(Math.max(i,s)/n);const c=Math.floor(h);h=h===c?c-1:c;for(let i=0;i<h;i++){a=o,r=l,a>n&&(a=Math.ceil(a/2)),r>n&&(r=Math.ceil(r/2));const i=new OffscreenCanvas(a,r);i.getContext("2d").drawImage(t,0,0,o,l,0,0,a,r),o=a,l=r,t!==e&&t.close(),t=i.transferToImageBitmap()}const d=Math.min(n/a,n/r);a=Math.round(a*d),r=Math.round(r*d)}const o=new OffscreenCanvas(a,r).getContext("2d",{willReadFrequently:!0});o.filter="grayscale(1)",o.drawImage(t,0,0,t.width,t.height,0,0,a,r);const l=o.getImageData(0,0,a,r).data;return[this.#Jr(l),a,r]}static extractContoursFromText(t,{fontFamily:e,fontStyle:i,fontWeight:s},n,a,r,o){let l=new OffscreenCanvas(1,1),h=l.getContext("2d",{alpha:!1});const c=h.font=`${i} ${s} 200px ${e}`,{actualBoundingBoxLeft:d,actualBoundingBoxRight:u,actualBoundingBoxAscent:p,actualBoundingBoxDescent:g,fontBoundingBoxAscent:f,fontBoundingBoxDescent:m,width:v}=h.measureText(t),b=1.5,y=Math.ceil(Math.max(Math.abs(d)+Math.abs(u)||0,v)*b),w=Math.ceil(Math.max(Math.abs(p)+Math.abs(g)||200,Math.abs(f)+Math.abs(m)||200)*b);l=new OffscreenCanvas(y,w),h=l.getContext("2d",{alpha:!0,willReadFrequently:!0}),h.font=c,h.filter="grayscale(1)",h.fillStyle="white",h.fillRect(0,0,y,w),h.fillStyle="black",h.fillText(t,.5*y/2,1.5*w/2);const x=this.#Jr(h.getImageData(0,0,y,w).data),A=this.#Qr(x),_=this.#Zr(A),S=this.#Wr(x,y,w,_);return this.processDrawnLines({lines:{curves:S,width:y,height:w},pageWidth:n,pageHeight:a,rotation:r,innerMargin:o,mustSmooth:!0,areContours:!0})}static process(t,e,i,s,n){const[a,r,o]=this.#to(t),[l,h]=this.#Yr(a,r,o,Math.hypot(r,o)*this.#Hr.sigmaSFactor,this.#Hr.sigmaR,this.#Hr.kernelSize),c=this.#Zr(h),d=this.#Wr(l,r,o,c);return this.processDrawnLines({lines:{curves:d,width:r,height:o},pageWidth:e,pageHeight:i,rotation:s,innerMargin:n,mustSmooth:!0,areContours:!0})}static processDrawnLines({lines:t,pageWidth:e,pageHeight:i,rotation:s,innerMargin:n,mustSmooth:a,areContours:r}){s%180!=0&&([e,i]=[i,e]);const{curves:o,width:l,height:h}=t,c=t.thickness??0,d=[],u=Math.min(e/l,i/h),p=u/e,g=u/i,f=[];for(const{points:t}of o){const e=a?this.#Xr(t):t;if(!e)continue;f.push(e);const i=e.length,s=new Float32Array(i),n=new Float32Array(3*(2===i?2:i-2));if(d.push({line:n,points:s}),2===i){s[0]=e[0]*p,s[1]=e[1]*g,n.set([NaN,NaN,NaN,NaN,s[0],s[1]],0);continue}let[r,o,l,h]=e;r*=p,o*=g,l*=p,h*=g,s.set([r,o,l,h],0),n.set([NaN,NaN,NaN,NaN,r,o],0);for(let t=4;t<i;t+=2){const i=s[t]=e[t]*p,a=s[t+1]=e[t+1]*g;n.set(Uh.createBezierPoints(r,o,l,h,i,a),3*(t-2)),[r,o,l,h]=[l,h,i,a]}}if(0===d.length)return null;const m=r?new ac:new ic;return m.build(d,e,i,1,s,r?0:c,n),{outline:m,newCurves:f,areContours:r,thickness:c,width:l,height:h}}static async compressSignature({outlines:t,areContours:e,thickness:i,width:s,height:n}){let a,r=1/0,o=-1/0,l=0;for(const e of t){l+=e.length;for(let t=2,i=e.length;t<i;t++){const i=e[t]-e[t-2];r=Math.min(r,i),o=Math.max(o,i)}}a=r>=-128&&o<=127?Int8Array:r>=-32768&&o<=32767?Int16Array:Int32Array;const h=t.length,c=8+3*h,d=new Uint32Array(c);let u=0;d[u++]=c*Uint32Array.BYTES_PER_ELEMENT+(l-2*h)*a.BYTES_PER_ELEMENT,d[u++]=0,d[u++]=s,d[u++]=n,d[u++]=e?0:1,d[u++]=Math.max(0,Math.floor(i??0)),d[u++]=h,d[u++]=a.BYTES_PER_ELEMENT;for(const e of t)d[u++]=e.length-2,d[u++]=e[0],d[u++]=e[1];const p=new CompressionStream("deflate-raw"),g=p.writable.getWriter();await g.ready,g.write(d);const f=a.prototype.constructor;for(const e of t){const t=new f(e.length-2);for(let i=2,s=e.length;i<s;i++)t[i-2]=e[i]-e[i-2];g.write(t)}g.close();const m=await new Response(p.readable).arrayBuffer();return Ar(new Uint8Array(m))}static async decompressSignature(t){try{const i=(e=t,Uint8Array.fromBase64?Uint8Array.fromBase64(e):pr(atob(e))),{readable:s,writable:n}=new DecompressionStream("deflate-raw"),a=n.getWriter();await a.ready,a.write(i).then((async()=>{await a.ready,await a.close()})).catch((()=>{}));let r=null,o=0;for await(const t of s)r||=new Uint8Array(new Uint32Array(t.buffer,0,4)[0]),r.set(t,o),o+=t.length;const l=new Uint32Array(r.buffer,0,r.length>>2),h=l[1];if(0!==h)throw new Error(`Invalid version: ${h}`);const c=l[2],d=l[3],u=0===l[4],p=l[5],g=l[6],f=l[7],m=[],v=(8+3*g)*Uint32Array.BYTES_PER_ELEMENT;let b;switch(f){case Int8Array.BYTES_PER_ELEMENT:b=new Int8Array(r.buffer,v);break;case Int16Array.BYTES_PER_ELEMENT:b=new Int16Array(r.buffer,v);break;case Int32Array.BYTES_PER_ELEMENT:b=new Int32Array(r.buffer,v)}o=0;for(let t=0;t<g;t++){const e=l[3*t+8],i=new Float32Array(e+2);m.push(i);for(let e=0;e<2;e++)i[e]=l[3*t+8+e+1];for(let t=0;t<e;t++)i[t+2]=i[t]+b[o++]}return{areContours:u,thickness:p,outlines:m,width:c,height:d}}catch(t){return Za(`decompressSignature: ${t}`),null}var e}}class oc extends Zh{constructor(){super(),super.updateProperties({fill:Jr._defaultLineColor,"stroke-width":0})}clone(){const t=new oc;return t.updateAll(this),t}}class lc extends sc{constructor(t){super(t),super.updateProperties({stroke:Jr._defaultLineColor,"stroke-width":1})}clone(){const t=new lc(this._viewParameters);return t.updateAll(this),t}}class hc extends tc{#eo=!1;#io=null;#so=null;#no=null;static _type="signature";static _editorType=Ea.SIGNATURE;static _defaultDrawingOptions=null;constructor(t){super({...t,mustBeCommitted:!0,name:"signatureEditor"}),this._willKeepAspectRatio=!0,this.#so=t.signatureData||null,this.#io=null,this.defaultL10nId="pdfjs-editor-signature-editor1"}static initialize(t,e){Jr.initialize(t,e),this._defaultDrawingOptions=new oc,this._defaultDrawnSignatureOptions=new lc(e.viewParameters)}static getDefaultDrawingOptions(t){const e=this._defaultDrawingOptions.clone();return e.updateProperties(t),e}static get supportMultipleDrawings(){return!1}static get typesMap(){return nr(this,"typesMap",new Map)}static get isDrawer(){return!1}get telemetryFinalData(){return{type:"signature",hasDescription:!!this.#io}}static computeTelemetryFinalData(t){const 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(){if(this.div)return this.div;let t,e;const{_isCopy:i}=this;if(i&&(this._isCopy=!1,t=this.x,e=this.y),super.render(),null===this._drawId)if(this.#so){const{lines:t,mustSmooth:e,areContours:i,description:s,uuid:n,heightInPage:a}=this.#so,{rawDims:{pageWidth:r,pageHeight:o},rotation:l}=this.parent.viewport,h=rc.processDrawnLines({lines:t,pageWidth:r,pageHeight:o,rotation:l,innerMargin:hc._INNER_MARGIN,mustSmooth:e,areContours:i});this.addSignature(h,a,s,n)}else this.div.setAttribute("data-l10n-args",JSON.stringify({description:""})),this.div.hidden=!0,this._uiManager.getSignature(this);return i&&(this._isCopy=!0,this._moveAfterPaste(t,e)),this.div}setUuid(t){this.#no=t,this.addEditToolbar()}getUuid(){return this.#no}get description(){return this.#io}set description(t){this.#io=t,super.addEditToolbar().then((e=>{e?.updateEditSignatureButton(t)}))}getSignaturePreview(){const{newCurves:t,areContours:e,thickness:i,width:s,height:n}=this.#so,a=Math.max(s,n);return{areContours:e,outline:rc.processDrawnLines({lines:{curves:t.map((t=>({points:t}))),thickness:i,width:s,height:n},pageWidth:a,pageHeight:a,rotation:0,innerMargin:0,mustSmooth:!1,areContours:e}).outline}}async addEditToolbar(){const t=await super.addEditToolbar();return t?(this._uiManager.signatureManager&&null!==this.#io&&(await t.addEditSignatureButton(this._uiManager.signatureManager,this.#no,this.#io),t.show()),t):null}addSignature(t,e,i,s){const{x:n,y:a}=this,{outline:r}=this.#so=t;let o;this.#eo=r instanceof ac,this.#io=i,this.div.setAttribute("data-l10n-args",JSON.stringify({description:i})),this.#eo?o=hc.getDefaultDrawingOptions():(o=hc._defaultDrawnSignatureOptions.clone(),o.updateProperties({"stroke-width":r.thickness})),this._addOutlines({drawOutlines:r,drawingOptions:o});const[l,h]=this.parentDimensions,[,c]=this.pageDimensions;let d=e/c;d=d>=1?.5:d,this.width*=d/this.height,this.width>=1&&(d*=.9/this.width,this.width=.9),this.height=d,this.setDims(l*this.width,h*this.height),this.x=n,this.y=a,this.center(),this._onResized(),this.onScaleChanging(),this.rotate(),this._uiManager.addToAnnotationStorage(this),this.setUuid(s),this._reportTelemetry({action:"pdfjs.signature.inserted",data:{hasBeenSaved:!!s,hasDescription:!!i}}),this.div.hidden=!1}getFromImage(t){const{rawDims:{pageWidth:e,pageHeight:i},rotation:s}=this.parent.viewport;return rc.process(t,e,i,s,hc._INNER_MARGIN)}getFromText(t,e){const{rawDims:{pageWidth:i,pageHeight:s},rotation:n}=this.parent.viewport;return rc.extractContoursFromText(t,e,i,s,n,hc._INNER_MARGIN)}getDrawnSignature(t){const{rawDims:{pageWidth:e,pageHeight:i},rotation:s}=this.parent.viewport;return rc.processDrawnLines({lines:t,pageWidth:e,pageHeight:i,rotation:s,innerMargin:hc._INNER_MARGIN,mustSmooth:!1,areContours:!1})}createDrawingOptions({areContours:t,thickness:e}){t?this._drawingOptions=hc.getDefaultDrawingOptions():(this._drawingOptions=hc._defaultDrawnSignatureOptions.clone(),this._drawingOptions.updateProperties({"stroke-width":e}))}serialize(t=!1){if(this.isEmpty())return null;const{lines:e,points:i,rect:s}=this.serializeDraw(t),{_drawingOptions:{"stroke-width":n}}=this,a={annotationType:Ea.SIGNATURE,isSignature:!0,areContours:this.#eo,color:[0,0,0],thickness:this.#eo?0:n,pageIndex:this.pageIndex,rect:s,rotation:this.rotation,structTreeParentId:this._structTreeParentId};return t?(a.paths={lines:e,points:i},a.uuid=this.#no,a.isCopy=!0):a.lines=e,this.#io&&(a.accessibilityData={type:"Figure",alt:this.#io}),a}static deserializeDraw(t,e,i,s,n,a){return a.areContours?ac.deserialize(t,e,i,s,n,a):ic.deserialize(t,e,i,s,n,a)}static async deserialize(t,e,i){const s=await super.deserialize(t,e,i);return s.#eo=t.areContours,s.#io=t.accessibilityData?.alt||"",s.#no=t.uuid,s}}class cc extends Jr{#ao=null;#ro=null;#oo=null;#lo=null;#ho=null;#co="";#do=null;#uo=!1;#po=null;#go=!1;#fo=!1;static _type="stamp";static _editorType=Ea.STAMP;constructor(t){super({...t,name:"stampEditor"}),this.#lo=t.bitmapUrl,this.#ho=t.bitmapFile,this.defaultL10nId="pdfjs-editor-stamp-editor"}static initialize(t,e){Jr.initialize(t,e)}static isHandlingMimeForPasting(t){return jr.includes(t)}static paste(t,e){e.pasteEditor(Ea.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){const e=t.get("hasAltText");return{hasAltText:e.get(!0)??0,hasNoAltText:e.get(!1)??0}}#mo(t,e=!1){t?(this.#ao=t.bitmap,e||(this.#ro=t.id,this.#go=t.isSvg),t.file&&(this.#co=t.file.name),this.#vo()):this.remove()}#bo(){if(this.#oo=null,this._uiManager.enableWaiting(!1),this.#do){if(this._uiManager.useNewAltTextWhenAddingImage&&this._uiManager.useNewAltTextFlow&&this.#ao)return this._editToolbar.hide(),void this._uiManager.editAltText(this,!0);if(!this._uiManager.useNewAltTextWhenAddingImage&&this._uiManager.useNewAltTextFlow&&this.#ao){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;const{mlManager:i}=this._uiManager;if(!i)throw new Error("No ML.");if(!await i.isEnabledFor("altText"))throw new Error("ML isn't enabled for alt text.");const{data:s,width:n,height:a}=t||this.copyCanvas(null,null,!0).imageData,r=await i.guess({name:"altText",request:{data:s,width:n,height:a,channels:s.length/(n*a)}});if(!r)throw new Error("No response from the AI service.");if(r.error)throw new Error("Error from the AI service.");if(r.cancel)return null;if(!r.output)throw new Error("No valid response from the AI service.");const o=r.output;return await this.setGuessedAltText(o),e&&!this.hasAltTextData()&&(this.altTextData={alt:o,decorative:!1}),o}#yo(){if(this.#ro)return this._uiManager.enableWaiting(!0),void this._uiManager.imageManager.getFromId(this.#ro).then((t=>this.#mo(t,!0))).finally((()=>this.#bo()));if(this.#lo){const t=this.#lo;return this.#lo=null,this._uiManager.enableWaiting(!0),void(this.#oo=this._uiManager.imageManager.getFromUrl(t).then((t=>this.#mo(t))).finally((()=>this.#bo())))}if(this.#ho){const t=this.#ho;return this.#ho=null,this._uiManager.enableWaiting(!0),void(this.#oo=this._uiManager.imageManager.getFromFile(t).then((t=>this.#mo(t))).finally((()=>this.#bo())))}const t=document.createElement("input");t.type="file",t.accept=jr.join(",");const e=this._uiManager._signal;this.#oo=new Promise((i=>{t.addEventListener("change",(async()=>{if(t.files&&0!==t.files.length){this._uiManager.enableWaiting(!0);const e=await this._uiManager.imageManager.getFromFile(t.files[0]);this._reportTelemetry({action:"pdfjs.image.image_selected",data:{alt_text_modal:this._uiManager.useNewAltTextFlow}}),this.#mo(e)}else this.remove();i()}),{signal:e}),t.addEventListener("cancel",(()=>{this.remove(),i()}),{signal:e})})).finally((()=>this.#bo())),t.click()}remove(){this.#ro&&(this.#ao=null,this._uiManager.imageManager.deleteId(this.#ro),this.#do?.remove(),this.#do=null,this.#po&&(clearTimeout(this.#po),this.#po=null)),super.remove()}rebuild(){this.parent?(super.rebuild(),null!==this.div&&(this.#ro&&null===this.#do&&this.#yo(),this.isAttachedToDOM||this.parent.add(this))):this.#ro&&this.#yo()}onceAdded(t){this._isDraggable=!0,t&&this.div.focus()}isEmpty(){return!(this.#oo||this.#ao||this.#lo||this.#ho||this.#ro||this.#uo)}get isResizable(){return!0}render(){if(this.div)return this.div;let t,e;return this._isCopy&&(t=this.x,e=this.y),super.render(),this.div.hidden=!0,this.addAltTextButton(),this.#uo||(this.#ao?this.#vo():this.#yo()),this._isCopy&&this._moveAfterPaste(t,e),this._uiManager.addShouldRescale(this),this.div}setCanvas(t,e){const{id:i,bitmap:s}=this._uiManager.imageManager.getFromCanvas(t,e);e.remove(),i&&this._uiManager.imageManager.isValidId(i)&&(this.#ro=i,s&&(this.#ao=s),this.#uo=!1,this.#vo())}_onResized(){this.onScaleChanging()}onScaleChanging(){if(!this.parent)return;null!==this.#po&&clearTimeout(this.#po);this.#po=setTimeout((()=>{this.#po=null,this.#wo()}),200)}#vo(){const{div:t}=this;let{width:e,height:i}=this.#ao;const[s,n]=this.pageDimensions,a=.75;if(this.width)e=this.width*s,i=this.height*n;else if(e>a*s||i>a*n){const t=Math.min(a*s/e,a*n/i);e*=t,i*=t}const[r,o]=this.parentDimensions;this.setDims(e*r/s,i*o/n),this._uiManager.enableWaiting(!1);const l=this.#do=document.createElement("canvas");l.setAttribute("role","img"),this.addContainer(l),this.width=e/s,this.height=i/n,this._initialOptions?.isCentered?this.center():this.fixAndSetPosition(),this._initialOptions=null,this._uiManager.useNewAltTextWhenAddingImage&&this._uiManager.useNewAltTextFlow&&!this.annotationElementId||(t.hidden=!1),this.#wo(),this.#fo||(this.parent.addUndoableEditor(this),this.#fo=!0),this._reportTelemetry({action:"inserted_image"}),this.#co&&this.div.setAttribute("aria-description",this.#co)}copyCanvas(t,e,i=!1){t||(t=224);const{width:s,height:n}=this.#ao,a=new zr;let r=this.#ao,o=s,l=n,h=null;if(e){if(s>e||n>e){const t=Math.min(e/s,e/n);o=Math.floor(s*t),l=Math.floor(n*t)}h=document.createElement("canvas");const t=h.width=Math.ceil(o*a.sx),i=h.height=Math.ceil(l*a.sy);this.#go||(r=this.#xo(t,i));const c=h.getContext("2d");c.filter=this._uiManager.hcmFilter;let d="white",u="#cfcfd8";"none"!==this._uiManager.hcmFilter?u="black":window.matchMedia?.("(prefers-color-scheme: dark)").matches&&(d="#8f8f9d",u="#42414d");const p=15,g=p*a.sx,f=p*a.sy,m=new OffscreenCanvas(2*g,2*f),v=m.getContext("2d");v.fillStyle=d,v.fillRect(0,0,2*g,2*f),v.fillStyle=u,v.fillRect(0,0,g,f),v.fillRect(g,f,g,f),c.fillStyle=c.createPattern(m,"repeat"),c.fillRect(0,0,t,i),c.drawImage(r,0,0,r.width,r.height,0,0,t,i)}let c=null;if(i){let e,i;if(a.symmetric&&r.width<t&&r.height<t)e=r.width,i=r.height;else if(r=this.#ao,s>t||n>t){const a=Math.min(t/s,t/n);e=Math.floor(s*a),i=Math.floor(n*a),this.#go||(r=this.#xo(e,i))}const o=new OffscreenCanvas(e,i).getContext("2d",{willReadFrequently:!0});o.drawImage(r,0,0,r.width,r.height,0,0,e,i),c={width:e,height:i,data:o.getImageData(0,0,e,i).data}}return{canvas:h,width:o,height:l,imageData:c}}#xo(t,e){const{width:i,height:s}=this.#ao;let n=i,a=s,r=this.#ao;for(;n>2*t||a>2*e;){const i=n,s=a;n>2*t&&(n=n>=16384?Math.floor(n/2)-1:Math.ceil(n/2)),a>2*e&&(a=a>=16384?Math.floor(a/2)-1:Math.ceil(a/2));const o=new OffscreenCanvas(n,a);o.getContext("2d").drawImage(r,0,0,i,s,0,0,n,a),r=o.transferToImageBitmap()}return r}#wo(){const[t,e]=this.parentDimensions,{width:i,height:s}=this,n=new zr,a=Math.ceil(i*t*n.sx),r=Math.ceil(s*e*n.sy),o=this.#do;if(!o||o.width===a&&o.height===r)return;o.width=a,o.height=r;const l=this.#go?this.#ao:this.#xo(a,r),h=o.getContext("2d");h.filter=this._uiManager.hcmFilter,h.drawImage(l,0,0,l.width,l.height,0,0,a,r)}#Ao(t){if(t){if(this.#go){const t=this._uiManager.imageManager.getSvgUrl(this.#ro);if(t)return t}const t=document.createElement("canvas");({width:t.width,height:t.height}=this.#ao);return t.getContext("2d").drawImage(this.#ao,0,0),t.toDataURL()}if(this.#go){const[t,e]=this.pageDimensions,i=Math.round(this.width*t*Sr.PDF_TO_CSS_UNITS),s=Math.round(this.height*e*Sr.PDF_TO_CSS_UNITS),n=new OffscreenCanvas(i,s);return n.getContext("2d").drawImage(this.#ao,0,0,this.#ao.width,this.#ao.height,0,0,i,s),n.transferToImageBitmap()}return structuredClone(this.#ao)}static async deserialize(t,e,i){let s=null,n=!1;if(t instanceof zh){const{data:{rect:a,rotation:r,id:o,structParent:l,popupRef:h},container:c,parent:{page:{pageNumber:d}},canvas:u}=t;let p,g;u?(delete t.canvas,({id:p,bitmap:g}=i.imageManager.getFromCanvas(c.id,u)),u.remove()):(n=!0,t._hasNoCanvas=!0);const f=(await e._structTree.getAriaAttributes(`${wr}${o}`))?.get("aria-label")||"";s=t={annotationType:Ea.STAMP,bitmapId:p,bitmap:g,pageIndex:d-1,rect:a.slice(0),rotation:r,id:o,deleted:!1,accessibilityData:{decorative:!1,altText:f},isSvg:!1,structParent:l,popupRef:h}}const a=await super.deserialize(t,e,i),{rect:r,bitmap:o,bitmapUrl:l,bitmapId:h,isSvg:c,accessibilityData:d}=t;n?(i.addMissingCanvas(t.id,a),a.#uo=!0):h&&i.imageManager.isValidId(h)?(a.#ro=h,o&&(a.#ao=o)):a.#lo=l,a.#go=c;const[u,p]=a.pageDimensions;return a.width=(r[2]-r[0])/u,a.height=(r[3]-r[1])/p,a.annotationElementId=t.id||null,d&&(a.altTextData=d),a._initialData=s,a.#fo=!!s,a}serialize(t=!1,e=null){if(this.isEmpty())return null;if(this.deleted)return this.serializeDeleted();const i={annotationType:Ea.STAMP,bitmapId:this.#ro,pageIndex:this.pageIndex,rect:this.getRect(0,0),rotation:this.rotation,isSvg:this.#go,structTreeParentId:this._structTreeParentId};if(t)return i.bitmapUrl=this.#Ao(!0),i.accessibilityData=this.serializeAltText(!0),i.isCopy=!0,i;const{decorative:s,altText:n}=this.serializeAltText(!1);if(!s&&n&&(i.accessibilityData={type:"Figure",alt:n}),this.annotationElementId){const t=this.#Gn(i);if(t.isSame)return null;t.isSameAltText?delete i.accessibilityData:i.accessibilityData.structParent=this._initialData.structParent??-1}if(i.id=this.annotationElementId,null===e)return i;e.stamps||=new Map;const a=this.#go?(i.rect[2]-i.rect[0])*(i.rect[3]-i.rect[1]):null;if(e.stamps.has(this.#ro)){if(this.#go){const t=e.stamps.get(this.#ro);a>t.area&&(t.area=a,t.serialized.bitmap.close(),t.serialized.bitmap=this.#Ao(!1))}}else e.stamps.set(this.#ro,{area:a,serialized:i}),i.bitmap=this.#Ao(!1);return i}#Gn(t){const{pageIndex:e,accessibilityData:{altText:i}}=this._initialData,s=t.pageIndex===e,n=(t.accessibilityData?.alt||"")===i;return{isSame:!this._hasBeenMoved&&!this._hasBeenResized&&s&&n,isSameAltText:n}}renderAnnotationElement(t){return t.updateEdited({rect:this.getRect(0,0)}),null}}class dc{#En;#_o=!1;#So=null;#To=null;#ko=null;#Co=new Map;#Eo=!1;#Mo=!1;#Po=!1;#Do=null;#Io=null;#Ro=null;#Lo=null;#m;static _initialized=!1;static#H=new Map([$h,nc,cc,Jh,hc].map((t=>[t._editorType,t])));constructor({uiManager:t,pageIndex:e,div:i,structTreeLayer:s,accessibilityManager:n,annotationLayer:a,drawLayer:r,textLayer:o,viewport:l,l10n:h}){const c=[...dc.#H.values()];if(!dc._initialized){dc._initialized=!0;for(const e of c)e.initialize(h,t)}t.registerEditorTypes(c),this.#m=t,this.pageIndex=e,this.div=i,this.#En=n,this.#So=a,this.viewport=l,this.#Ro=o,this.drawLayer=r,this._structTree=s,this.#m.addLayer(this)}get isEmpty(){return 0===this.#Co.size}get isInvisible(){return this.isEmpty&&this.#m.getMode()===Ea.NONE}updateToolbar(t){this.#m.updateToolbar(t)}updateMode(t=this.#m.getMode()){switch(this.#Fo(),t){case Ea.NONE:return this.disableTextSelection(),this.togglePointerEvents(!1),this.toggleAnnotationLayerPointerEvents(!0),void this.disableClick();case Ea.INK:this.disableTextSelection(),this.togglePointerEvents(!0),this.enableClick();break;case Ea.HIGHLIGHT:this.enableTextSelection(),this.togglePointerEvents(!1),this.disableClick();break;default:this.disableTextSelection(),this.togglePointerEvents(!0),this.enableClick()}this.toggleAnnotationLayerPointerEvents(!1);const{classList:e}=this.div;for(const i of dc.#H.values())e.toggle(`${i._type}Editing`,t===i._editorType);this.div.hidden=!1}hasTextLayer(t){return t===this.#Ro?.div}setEditingState(t){this.#m.setEditingState(t)}addCommands(t){this.#m.addCommands(t)}cleanUndoStack(t){this.#m.cleanUndoStack(t)}toggleDrawing(t=!1){this.div.classList.toggle("drawing",!t)}togglePointerEvents(t=!1){this.div.classList.toggle("disabled",!t)}toggleAnnotationLayerPointerEvents(t=!1){this.#So?.div.classList.toggle("disabled",!t)}async enable(){this.#Po=!0,this.div.tabIndex=0,this.togglePointerEvents(!0);const t=new Set;for(const e of this.#Co.values())e.enableEditing(),e.show(!0),e.annotationElementId&&(this.#m.removeChangedExistingAnnotation(e),t.add(e.annotationElementId));if(!this.#So)return void(this.#Po=!1);const e=this.#So.getEditableAnnotations();for(const i of e){if(i.hide(),this.#m.isDeletedAnnotationElement(i.data.id))continue;if(t.has(i.data.id))continue;const e=await this.deserialize(i);e&&(this.addOrRebuild(e),e.enableEditing())}this.#Po=!1}disable(){this.#Mo=!0,this.div.tabIndex=-1,this.togglePointerEvents(!1);const t=new Map,e=new Map;for(const i of this.#Co.values())i.disableEditing(),i.annotationElementId&&(null===i.serialize()?(e.set(i.annotationElementId,i),this.getEditableAnnotation(i.annotationElementId)?.show(),i.remove()):t.set(i.annotationElementId,i));if(this.#So){const i=this.#So.getEditableAnnotations();for(const s of i){const{id:i}=s.data;if(this.#m.isDeletedAnnotationElement(i))continue;let n=e.get(i);n?(n.resetAnnotationElement(s),n.show(!1),s.show()):(n=t.get(i),n&&(this.#m.addChangedExistingAnnotation(n),n.renderAnnotationElement(s)&&n.show(!1)),s.show())}}this.#Fo(),this.isEmpty&&(this.div.hidden=!0);const{classList:i}=this.div;for(const t of dc.#H.values())i.remove(`${t._type}Editing`);this.disableTextSelection(),this.toggleAnnotationLayerPointerEvents(!0),this.#Mo=!1}getEditableAnnotation(t){return this.#So?.getEditableAnnotation(t)||null}setActiveEditor(t){this.#m.getActive()!==t&&this.#m.setActiveEditor(t)}enableTextSelection(){if(this.div.tabIndex=-1,this.#Ro?.div&&!this.#Lo){this.#Lo=new AbortController;const t=this.#m.combinedSignal(this.#Lo);this.#Ro.div.addEventListener("pointerdown",this.#No.bind(this),{signal:t}),this.#Ro.div.classList.add("highlighting")}}disableTextSelection(){this.div.tabIndex=0,this.#Ro?.div&&this.#Lo&&(this.#Lo.abort(),this.#Lo=null,this.#Ro.div.classList.remove("highlighting"))}#No(t){this.#m.unselectAll();const{target:e}=t;if(e===this.#Ro.div||("img"===e.getAttribute("role")||e.classList.contains("endOfContent"))&&this.#Ro.div.contains(e)){const{isMac:e}=gr.platform;if(0!==t.button||t.ctrlKey&&e)return;this.#m.showAllEditors("highlight",!0,!0),this.#Ro.div.classList.add("free"),this.toggleDrawing(),Jh.startHighlighting(this,"ltr"===this.#m.direction,{target:this.#Ro.div,x:t.x,y:t.y}),this.#Ro.div.addEventListener("pointerup",(()=>{this.#Ro.div.classList.remove("free"),this.toggleDrawing(!0)}),{once:!0,signal:this.#m._signal}),t.preventDefault()}}enableClick(){if(this.#To)return;this.#To=new AbortController;const t=this.#m.combinedSignal(this.#To);this.div.addEventListener("pointerdown",this.pointerdown.bind(this),{signal:t});const e=this.pointerup.bind(this);this.div.addEventListener("pointerup",e,{signal:t}),this.div.addEventListener("pointercancel",e,{signal:t})}disableClick(){this.#To?.abort(),this.#To=null}attach(t){this.#Co.set(t.id,t);const{annotationElementId:e}=t;e&&this.#m.isDeletedAnnotationElement(e)&&this.#m.removeDeletedAnnotationElement(t)}detach(t){this.#Co.delete(t.id),this.#En?.removePointerInTextLayer(t.contentDiv),!this.#Mo&&t.annotationElementId&&this.#m.addDeletedAnnotationElement(t)}remove(t){this.detach(t),this.#m.removeEditor(t),t.div.remove(),t.isAttachedToDOM=!1}changeParent(t){t.parent!==this&&(t.parent&&t.annotationElementId&&(this.#m.addDeletedAnnotationElement(t.annotationElementId),Jr.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.#m.addEditor(t),this.attach(t),!t.isAttachedToDOM){const e=t.render();this.div.append(e),t.isAttachedToDOM=!0}t.fixAndSetPosition(),t.onceAdded(!this.#Po),this.#m.addToAnnotationStorage(t),t._reportTelemetry(t.telemetryInitialData)}}moveEditorInDOM(t){if(!t.isAttachedToDOM)return;const{activeElement:e}=document;t.div.contains(e)&&!this.#ko&&(t._focusEventsAllowed=!1,this.#ko=setTimeout((()=>{this.#ko=null,t.div.contains(document.activeElement)?t._focusEventsAllowed=!0:(t.div.addEventListener("focusin",(()=>{t._focusEventsAllowed=!0}),{once:!0,signal:this.#m._signal}),e.focus())}),0)),t._structTreeParentId=this.#En?.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})}getNextId(){return this.#m.getId()}get#Oo(){return dc.#H.get(this.#m.getMode())}combinedSignal(t){return this.#m.combinedSignal(t)}#Bo(t){const e=this.#Oo;return e?new e.prototype.constructor(t):null}canCreateNewEmptyEditor(){return this.#Oo?.canCreateNewEmptyEditor()}async pasteEditor(t,e){this.#m.updateToolbar(t),await this.#m.updateMode(t);const{offsetX:i,offsetY:s}=this.#zo(),n=this.getNextId(),a=this.#Bo({parent:this,id:n,x:i,y:s,uiManager:this.#m,isCentered:!0,...e});a&&this.add(a)}async deserialize(t){return await(dc.#H.get(t.annotationType??t.annotationEditorType)?.deserialize(t,this,this.#m))||null}createAndAddNewEditor(t,e,i={}){const s=this.getNextId(),n=this.#Bo({parent:this,id:s,x:t.offsetX,y:t.offsetY,uiManager:this.#m,isCentered:e,...i});return n&&this.add(n),n}#zo(){const{x:t,y:e,width:i,height:s}=this.div.getBoundingClientRect(),n=Math.max(0,t),a=Math.max(0,e),r=(n+Math.min(window.innerWidth,t+i))/2-t,o=(a+Math.min(window.innerHeight,e+s))/2-e,[l,h]=this.viewport.rotation%180==0?[r,o]:[o,r];return{offsetX:l,offsetY:h}}addNewEditor(t={}){this.createAndAddNewEditor(this.#zo(),!0,t)}setSelected(t){this.#m.setSelected(t)}toggleSelected(t){this.#m.toggleSelected(t)}unselect(t){this.#m.unselect(t)}pointerup(t){const{isMac:e}=gr.platform;if(0!==t.button||t.ctrlKey&&e)return;if(t.target!==this.div)return;if(!this.#Eo)return;if(this.#Eo=!1,this.#Oo?.isDrawer&&this.#Oo.supportMultipleDrawings)return;if(!this.#_o)return void(this.#_o=!0);const i=this.#m.getMode();i!==Ea.STAMP&&i!==Ea.SIGNATURE?this.createAndAddNewEditor(t,!1):this.#m.unselectAll()}pointerdown(t){if(this.#m.getMode()===Ea.HIGHLIGHT&&this.enableTextSelection(),this.#Eo)return void(this.#Eo=!1);const{isMac:e}=gr.platform;if(0!==t.button||t.ctrlKey&&e)return;if(t.target!==this.div)return;if(this.#Eo=!0,this.#Oo?.isDrawer)return void this.startDrawingSession(t);const i=this.#m.getActive();this.#_o=!i||i.isEmpty()}startDrawingSession(t){if(this.div.focus({preventScroll:!0}),this.#Do)return void this.#Oo.startDrawing(this,this.#m,!1,t);this.#m.setCurrentDrawingSession(this),this.#Do=new AbortController;const e=this.#m.combinedSignal(this.#Do);this.div.addEventListener("blur",(({relatedTarget:t})=>{t&&!this.div.contains(t)&&(this.#Io=null,this.commitOrRemove())}),{signal:e}),this.#Oo.startDrawing(this,this.#m,!1,t)}pause(t){if(t){const{activeElement:t}=document;this.div.contains(t)&&(this.#Io=t)}else this.#Io&&setTimeout((()=>{this.#Io?.focus(),this.#Io=null}),0)}endDrawingSession(t=!1){return this.#Do?(this.#m.setCurrentDrawingSession(null),this.#Do.abort(),this.#Do=null,this.#Io=null,this.#Oo.endDrawing(t)):null}findNewParent(t,e,i){const s=this.#m.findParent(e,i);return null!==s&&s!==this&&(s.changeParent(t),!0)}commitOrRemove(){return!!this.#Do&&(this.endDrawingSession(),!0)}onScaleChanging(){this.#Do&&this.#Oo.onScaleChangingWhenDrawing(this)}destroy(){this.commitOrRemove(),this.#m.getActive()?.parent===this&&(this.#m.commitOrRemove(),this.#m.setActiveEditor(null)),this.#ko&&(clearTimeout(this.#ko),this.#ko=null);for(const t of this.#Co.values())this.#En?.removePointerInTextLayer(t.contentDiv),t.setParent(null),t.isAttachedToDOM=!1,t.div.remove();this.div=null,this.#Co.clear(),this.#m.removeLayer(this)}#Fo(){for(const t of this.#Co.values())t.isEmpty()&&t.remove()}render({viewport:t}){this.viewport=t,Br(this.div,t);for(const t of this.#m.getEditors(this.pageIndex))this.add(t),t.rebuild();this.updateMode()}update({viewport:t}){this.#m.commitOrRemove(),this.#Fo();const e=this.viewport.rotation,i=t.rotation;if(this.viewport=t,Br(this.div,{rotation:i}),e!==i)for(const t of this.#Co.values())t.rotate(i)}get pageDimensions(){const{pageWidth:t,pageHeight:e}=this.viewport.rawDims;return[t,e]}get scale(){return this.#m.viewParameters.realScale}}class uc{#rn=null;#jo=new Map;#Vo=new Map;static#w=0;constructor({pageIndex:t}){this.pageIndex=t}setParent(t){if(this.#rn){if(this.#rn!==t){if(this.#jo.size>0)for(const e of this.#jo.values())e.remove(),t.append(e);this.#rn=t}}else this.#rn=t}static get _svgFactory(){return nr(this,"_svgFactory",new ch)}static#Ho(t,[e,i,s,n]){const{style:a}=t;a.top=100*i+"%",a.left=100*e+"%",a.width=100*s+"%",a.height=100*n+"%"}#$o(){const t=uc._svgFactory.create(1,1,!0);return this.#rn.append(t),t.setAttribute("aria-hidden",!0),t}#Uo(t,e){const i=uc._svgFactory.createElement("clipPath");t.append(i);const s=`clip_${e}`;i.setAttribute("id",s),i.setAttribute("clipPathUnits","objectBoundingBox");const n=uc._svgFactory.createElement("use");return i.append(n),n.setAttribute("href",`#${e}`),n.classList.add("clip"),s}#Go(t,e){for(const[i,s]of Object.entries(e))null===s?t.removeAttribute(i):t.setAttribute(i,s)}draw(t,e=!1,i=!1){const s=uc.#w++,n=this.#$o(),a=uc._svgFactory.createElement("defs");n.append(a);const r=uc._svgFactory.createElement("path");a.append(r);const o=`path_p${this.pageIndex}_${s}`;r.setAttribute("id",o),r.setAttribute("vector-effect","non-scaling-stroke"),e&&this.#Vo.set(s,r);const l=i?this.#Uo(a,o):null,h=uc._svgFactory.createElement("use");return n.append(h),h.setAttribute("href",`#${o}`),this.updateProperties(n,t),this.#jo.set(s,n),{id:s,clipPathId:`url(#${l})`}}drawOutline(t,e){const i=uc.#w++,s=this.#$o(),n=uc._svgFactory.createElement("defs");s.append(n);const a=uc._svgFactory.createElement("path");n.append(a);const r=`path_p${this.pageIndex}_${i}`;let o;if(a.setAttribute("id",r),a.setAttribute("vector-effect","non-scaling-stroke"),e){const t=uc._svgFactory.createElement("mask");n.append(t),o=`mask_p${this.pageIndex}_${i}`,t.setAttribute("id",o),t.setAttribute("maskUnits","objectBoundingBox");const e=uc._svgFactory.createElement("rect");t.append(e),e.setAttribute("width","1"),e.setAttribute("height","1"),e.setAttribute("fill","white");const s=uc._svgFactory.createElement("use");t.append(s),s.setAttribute("href",`#${r}`),s.setAttribute("stroke","none"),s.setAttribute("fill","black"),s.setAttribute("fill-rule","nonzero"),s.classList.add("mask")}const l=uc._svgFactory.createElement("use");s.append(l),l.setAttribute("href",`#${r}`),o&&l.setAttribute("mask",`url(#${o})`);const h=l.cloneNode();return s.append(h),l.classList.add("mainOutline"),h.classList.add("secondaryOutline"),this.updateProperties(s,t),this.#jo.set(i,s),i}finalizeDraw(t,e){this.#Vo.delete(t),this.updateProperties(t,e)}updateProperties(t,e){if(!e)return;const{root:i,bbox:s,rootClass:n,path:a}=e,r="number"==typeof t?this.#jo.get(t):t;if(r){if(i&&this.#Go(r,i),s&&uc.#Ho(r,s),n){const{classList:t}=r;for(const[e,i]of Object.entries(n))t.toggle(e,i)}if(a){const t=r.firstChild.firstChild;this.#Go(t,a)}}}updateParent(t,e){if(e===this)return;const i=this.#jo.get(t);i&&(e.#rn.append(i),this.#jo.delete(t),e.#jo.set(t,i))}remove(t){this.#Vo.delete(t),null!==this.#rn&&(this.#jo.get(t).remove(),this.#jo.delete(t))}destroy(){this.#rn=null;for(const t of this.#jo.values())t.remove();this.#jo.clear(),this.#Vo.clear()}}globalThis.pdfjsTestingUtils={HighlightOutliner:Wh},globalThis.pdfjsLib={AbortException:dr,AnnotationEditorLayer:dc,AnnotationEditorParamsType:Ma,AnnotationEditorType:Ea,AnnotationEditorUIManager:Xr,AnnotationLayer:Vh,AnnotationMode:Ca,AnnotationType:Oa,build:"4f7761353",ColorPicker:Qh,createValidAbsoluteUrl:ir,DOMSVGFactory:ch,DrawLayer:uc,FeatureTest:gr,fetchData:Tr,getDocument:Gl,getFilenameFromUrl:function(t){return[t]=t.split(/[#?]/,1),t.substring(t.lastIndexOf("/")+1)},getPdfFilenameFromUrl:function(t,e="document.pdf"){if("string"!=typeof t)return e;if(Er(t))return Za('getPdfFilenameFromUrl: ignore "data:"-URL for performance reasons.'),e;const i=/[^/?#=]+\.pdf\b(?!.*\.pdf\b)/i,s=/^(?:(?:[^:]+:)?\/\/[^/]+)?([^?#]*)(\?[^#]*)?(#.*)?$/.exec(t);let n=i.exec(s[1])||i.exec(s[2])||i.exec(s[3]);if(n&&(n=n[0],n.includes("%")))try{n=i.exec(decodeURIComponent(n))[0]}catch{}return n||e},getUuid:yr,getXfaPageViewport:function(t,{scale:e=1,rotation:i=0}){const{width:s,height:n}=t.attributes.style,a=[0,0,parseInt(s),parseInt(n)];return new kr({viewBox:a,userUnit:1,scale:e,rotation:i})},GlobalWorkerOptions:ml,ImageKind:Na,InvalidPDFException:lr,isDataScheme:Er,isPdfFile:Mr,isValidExplicitDest:Kl,MathClamp:xr,noContextMenu:Ir,normalizeUnicode:function(t){return vr||(vr=/([\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,br=new Map([["ſt","ſt"]])),t.replaceAll(vr,((t,e,i)=>e?e.normalize("NFKC"):br.get(i)))},OPS:Ua,OutputScale:zr,PasswordResponses:{NEED_PASSWORD:1,INCORRECT_PASSWORD:2},PDFDataRangeTransport:Yl,PDFDateString:Lr,PDFWorker:th,PermissionFlag:{PRINT:4,MODIFY_CONTENTS:8,COPY:16,MODIFY_ANNOTATIONS:32,FILL_INTERACTIVE_FORMS:256,COPY_FOR_ACCESSIBILITY:512,ASSEMBLE:1024,PRINT_HIGH_QUALITY:2048},PixelsPerInch:Sr,RenderingCancelledException:Cr,ResponseException:hr,setLayerDimensions:Br,shadow:nr,SignatureExtractor:rc,stopEvent:Rr,SupportedImageMimeTypes:jr,TextLayer:$l,TouchManager:Qr,updateUrlHash:sr,Util:mr,VerbosityLevel:$a,version:"5.2.133",XfaLayer:dh};const pc={key:0,class:"loading-screen"},gc={key:1,class:"image-display-area"},fc={class:"ocr-container",ref:"containerRef"},mc=["src"],vc=["onClick","onMouseover"];var bc=b({__name:"renderOCRResponse",props:{image:{type:null,required:!0},language:{type:String,required:!0}},emits:["close","loadingUpdate"],setup(t,{emit:i}){const s=t;ml.workerSrc="/tta/pdf.worker.mjs";const{useNotificationsStore:n}=e(),a=n(),h=u(null),g=u([]),f=u(),m=u(),b=u([]),x=u([]),S=u(!1),C=u([]),E=u(1),M=y((()=>b.value.sort().map((t=>{var e;return null==(e=g.value[t])?void 0:e.text})).join(" ")));async function D(t,e,n){if(m.value=t,n)return x.value=n,I(),n;console.log(e),document.addEventListener("click",R),S.value=!0,i("loadingUpdate",!0);const r=new FormData;let o;r.append("image",e);try{const t=await fetch("/tta/ocr?language="+s.language,{method:"POST",body:r});if(!t.ok)throw new Error(`Server error: ${t.status}`);o=await t.json(),x.value=o,I()}catch(t){a.add({title:"Error while using OCR",text:"Please check your console/terminal for the error.",type:"error",dialog:!0}),console.error(t)}return S.value=!1,i("loadingUpdate",!1),o}function I(){const t=f.value,e=t.naturalWidth,i=t.naturalHeight,s=t.clientWidth,n=t.clientHeight,a=s/e,r=n/i,o=[];x.value.forEach((t=>{t.paragraphs.forEach((t=>{t.lines.forEach((t=>{t.words.forEach((t=>{const e={x0:t.bbox.x0*a,y0:t.bbox.y0*r,x1:t.bbox.x1*a,y1:t.bbox.y1*r};o.push({text:t.text,confidence:t.confidence,bbox:e})}))}))}))})),g.value=o}function R(){const t=document.activeElement;if(("INPUT"===t.tagName||"TEXTAREA"===t.tagName)&&!t.readOnly&&!t.disabled&&M.value){const e=t.selectionStart,i=t.selectionEnd,s=t.value;t.value=s.slice(0,e)+M.value+s.slice(i),t.selectionStart=t.selectionEnd=e+M.length,b.value=[],t.dispatchEvent(new Event("input",{bubbles:!0}))}}return A((async()=>{const t=await new Promise((t=>{const e=new FileReader;e.onload=e=>{t(e.target.result)},"application/pdf"==s.image.type?e.readAsArrayBuffer(s.image):e.readAsDataURL(s.image)}));if(s.image.type.startsWith("image/"))D(t,s.image);else if("application/pdf"==s.image.type){const e=new Uint8Array(t),i=await Gl(e).promise;console.log(i.numPages);for(let t=1;t<=i.numPages;t++){const e=await i.getPage(t),s=e.getViewport({scale:1}),n=document.createElement("canvas"),a=n.getContext("2d");n.width=s.width,n.height=s.height,await e.render({canvasContext:a,viewport:s}).promise;const r=await new Promise((t=>n.toBlob((e=>t(e)),"image/png")));C.value.push({string:n.toDataURL("image/png"),file:new File([r],"page"+t+".png",{type:"image/png"})}),n.remove(),console.log({i:t})}const[s]=C.value;s&&D(s.string,s.file).then((t=>s.response=t))}else i("close"),a.add({title:"Error while using OCR",text:`File type '${s.image.type}' not supported.`,type:"error",dialog:!0})})),w((()=>E.value),(t=>{const e=C.value[t-1];e&&D(e.string,e.file,e.response).then((t=>e.response=t))})),L((()=>{document.removeEventListener("click",R)})),(t,e)=>{const i=r("v-progress-circular"),s=r("VPagination"),n=r("v-input");return o(),p(k,null,[S.value?(o(),p("div",pc,[c(i,{indeterminate:"",class:"c"})])):d("v-if",!0),m.value?(o(),p("div",gc,[v("div",fc,[v("img",{src:m.value,onLoad:I,style:{width:"100%","object-fit":"contain"},ref_key:"imageRef",ref:f,onMousedown:e[0]||(e[0]=F((()=>{}),["stop"]))},null,40,mc),(o(!0),p(k,null,P(g.value,((t,i)=>(o(),p("div",{key:i,class:"text-overlay",style:T({padding:"2px",position:"absolute",left:`${t.bbox.x0}px`,top:`${t.bbox.y0}px`,width:t.bbox.x1-t.bbox.x0+"px",height:t.bbox.y1-t.bbox.y0+"px",border:b.value.includes(i)?"2px solid green":h.value===i?"2px solid blue":"1px solid transparent",cursor:"pointer",backgroundColor:"rgba(255, 255, 0, 0.3)"}),onClick:t=>function(t){const e=b.value.indexOf(t);-1==e?b.value.push(t):b.value.splice(e,1)}(i),onMouseover:t=>h.value=i,onMouseleave:e[1]||(e[1]=t=>h.value=null)},null,44,vc)))),128))],512),C.value.length>1?(o(),l(s,{key:0,modelValue:E.value,"onUpdate:modelValue":e[2]||(e[2]=t=>E.value=t),length:C.value.length,totalVisible:4,class:"pagination-center"},null,8,["modelValue","length"])):d("v-if",!0),c(n,{modelValue:_(M)},null,8,["modelValue"])])):d("v-if",!0)],64)}}});Qs("\n.image-display-area[data-v-0d65f7ea] {\n position: relative;\n background: white;\n border: 1px solid white;\n color: black;\n border-radius: 8px;\n overflow: hidden;\n margin: auto;\n width: 100%;\n display: flex;\n flex-direction: column;\n}\n.pagination-center[data-v-0d65f7ea] {\n margin: 5px auto;\n}\n.ocr-container[data-v-0d65f7ea] {\n position: relative;\n height: 100%;\n}\n.text-overlay[data-v-0d65f7ea] {\n position: absolute;\n}\n.loading-screen[data-v-0d65f7ea] {\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: rgba(255, 255, 255, 0.4);\n display: flex;\n left: 0;\n top: 0;\n z-index: 1000;\n}\n.loading-screen .c[data-v-0d65f7ea] {\n margin: auto;\n}\n",{}),bc.__scopeId="data-v-0d65f7ea",bc.__file="ocr/OCR-interface/src/renderOCRResponse.vue";var yc=b({__name:"ocredrag",props:{initialX:{type:Number,required:!0},initialY:{type:Number,required:!0}},emits:["close"],setup(t,{emit:e}){const i=t,s=u(null),n=u(!1),a=N({x:i.initialX||50,y:i.initialY||50}),d=N({x:0,y:0}),p=t=>{n.value=!0,d.x=t.clientX-a.x,d.y=t.clientY-a.y,document.addEventListener("mousemove",g),document.addEventListener("mouseup",f)},g=t=>{n.value&&(a.x=t.clientX-d.x,a.y=t.clientY-d.y)},f=()=>{n.value=!1,document.removeEventListener("mousemove",g),document.removeEventListener("mouseup",f)};return O((()=>{document.removeEventListener("mousemove",g),document.removeEventListener("mouseup",f)})),(t,i)=>{const d=r("v-icon"),u=r("VButton");return o(),l(B,{to:"body"},[v("div",{ref_key:"draggableElement",ref:s,style:T({position:"absolute",left:a.x+"px",top:a.y+"px",cursor:n.value?"grabbing":"grab",width:"500px","max-width":"80vw",height:"auto",padding:"20px",backgroundColor:"var(--theme--background)",color:"var(--theme--form--field--label--foreground)",border:"var(--theme--border-color) 2px solid",borderRadius:"4px",userSelect:"none","z-index":100}),onMousedown:p},[z(t.$slots,"default"),c(u,{onClick:i[0]||(i[0]=t=>e("close")),outlined:!1,icon:!0,rounded:!0,class:"close-btn"},{default:h((()=>[c(d,{name:"close"})])),_:1})],36)])}}});Qs("\n.close-btn[data-v-6008a42c] {\n position: absolute;\n right: -10px;\n top: -10px;\n z-index: 1001;\n}\n",{}),yc.__scopeId="data-v-6008a42c",yc.__file="ocr/OCR-interface/src/ocredrag.vue";const wc={class:"ocr-container"};var xc=b({__name:"interface",props:{language:{type:String,required:!0},collection:{type:String,required:!0}},setup(t){const i=t,{useFieldsStore:s}=e(),n=s(),a=u(!1),f=u(),m=u(!1),b=u(),y=u([]);function w(){f.value.click()}async function _(t){const e=t.target.files[0];e&&(b.value=e)}async function S(t,e){const i=e||T(t.target.parentElement);if(i){const t=await fetch(i).then((t=>t.blob())),e=new File([t],"image.png",{type:t.type}),s=f.value,n=new DataTransfer;n.items.add(e),s.files=n.files,s.dispatchEvent(new Event("change",{bubbles:!0}))}}function T(t){let e=0,i="";for(;e<10;){const s=(t=t.parentElement).querySelector("img");if(s){i=s.src;break}e++}return i.split("?")[0]}function C(){b.value=null,f.value.value=""}return A((()=>{const t=n.getFieldsForCollection(i.collection).filter((t=>{var e;return"file-image"==(null==(e=t.meta)?void 0:e.interface)}));x((()=>{setTimeout((()=>{for(const e of t){const t="[data-collection="+i.collection+"][data-field="+e.field+"]",s=document.querySelector(t);s&&s.addEventListener("mouseover",(e=>{const i=s.querySelector(".image-preview img");if(i){!s.querySelector(".ocr_button")&&T(i)&&y.value.push(t+" .actions")}}))}}),500);const e=n.getFieldsForCollection(i.collection).filter((t=>{var e;return"file"==(null==(e=t.meta)?void 0:e.interface)}));x((()=>{setTimeout((()=>{for(const t of e){const e="[data-collection="+i.collection+"][data-field="+t.field+"]",s=document.querySelector(e);if(s){const t=s.querySelector("input");null==t||t.addEventListener("change",(()=>{var t;null==(t=document.getElementById("_SCAN_OCR"))||t.remove()})),s.addEventListener("click",(()=>{setTimeout((()=>{var t;const e=document.querySelector("a[download]");if(e){const i=e.cloneNode(!0);i.href="#",i.querySelector("i").setAttribute("data-icon","camera_video"),i.id="_SCAN_OCR",i.classList.add("hide-by-default"),i.children[1].innerText="Scan with OCR",i.addEventListener("click",(t=>{t.preventDefault(),S(void 0,e.getAttribute("href"))})),null==(t=e.parentNode)||t.insertBefore(i,e)}}),100)}))}}}))})),a.value=!0}))})),(e,i)=>{const s=r("v-icon"),n=r("VButton"),u=r("v-button");return o(),p(k,null,[(o(!0),p(k,null,P(y.value,(t=>(o(),l(B,{to:t},[c(n,{onClick:S,outlined:!1,icon:!0,rounded:!0,class:"ocr_button"},{default:h((()=>[c(s,{name:"camera_video"})])),_:1})],8,["to"])))),256)),a.value?(o(),l(B,{key:0,to:"#sidebar .v-item-group"},[v("div",wc,[c(u,{class:"ocr-btn",onClick:w,loading:m.value},{default:h((()=>[g(" Import data with OCR ")])),_:1},8,["loading"]),v("input",{type:"file",onChange:_,class:"ocr-input",ref_key:"inputRef",ref:f,accept:"image/*,application/pdf"},null,544),null!=b.value?(o(),l(yc,{key:0,onClose:C},{default:h((()=>[c(bc,{image:b.value,onClose:i[0]||(i[0]=()=>C()),language:t.language,onLoadingUpdate:i[1]||(i[1]=t=>m.value=t)},null,8,["image","language"])])),_:1})):d("v-if",!0)])])):d("v-if",!0)],64)}}});Qs("\n.ocr-container {\n display: flex;\n}\n.ocr-container .ocr-btn {\n margin: 10px auto;\n}\n.ocr-container .ocr-input {\n display: none;\n}\n.hide-by-default {\n display: none;\n}\na ~ #_SCAN_OCR {\n display: block;\n}\n",{}),xc.__file="ocr/OCR-interface/src/interface.vue";const Ac=[pa,fa,n({id:"tta-ocr-interface",name:"OCR interface",icon:"camera_video",description:"Use OCR to fill fields. (Text to anything)",hideLabel:!0,hideLoader:!0,component:xc,types:["alias"],localTypes:["presentation"],options:[{field:"language",name:"Language",type:"dropdown",meta:{interface:"select-dropdown",options:{choices:[{value:"eng",text:"English"},{value:"por",text:"Portuguese"},{value:"fra",text:"French"},{value:"osd",text:"Orientation and Script Detection"},{value:"chi_sim",text:"Chinese (Simplified)"},{value:"spa",text:"Spanish"},{value:"deu",text:"German"},{value:"chi_tra",text:"Chinese (Traditional)"},{value:"heb",text:"Hebrew"},{value:"kor",text:"Korean"},{value:"jpn",text:"Japanese"},{value:"rus",text:"Russian"},{value:"nld",text:"Dutch"},{value:"hin",text:"Hindi"},{value:"ita",text:"Italian"},{value:"jpn_vert",text:"Japanese (Vertical)"},{value:"pol",text:"Polish"},{value:"ron",text:"Romanian"},{value:"mar",text:"Marathi"},{value:"ukr",text:"Ukrainian"},{value:"mal",text:"Malayalam"},{value:"tam",text:"Tamil"},{value:"guj",text:"Gujarati"},{value:"tha",text:"Thai"},{value:"kan",text:"Kannada"},{value:"vie",text:"Vietnamese"},{value:"tel",text:"Telugu"},{value:"swe",text:"Swedish"},{value:"tur",text:"Turkish"},{value:"nor",text:"Norwegian"},{value:"ces",text:"Czech"},{value:"ben",text:"Bengali"},{value:"pan",text:"Punjabi"},{value:"equ",text:"Math / Equation Detection"},{value:"ell",text:"Greek"},{value:"bul",text:"Bulgarian"},{value:"lat",text:"Latin"},{value:"kur",text:"Kurdish"},{value:"ori",text:"Odia"},{value:"kat",text:"Georgian"},{value:"amh",text:"Amharic"},{value:"kaz",text:"Kazakh"},{value:"cat",text:"Catalan"},{value:"nep",text:"Nepali"},{value:"urd",text:"Urdu"},{value:"khm",text:"Khmer"},{value:"dan",text:"Danish"},{value:"chi_sim_vert",text:"Chinese (Simplified, Vertical)"},{value:"uzb",text:"Uzbek (Latin)"},{value:"slv",text:"Slovenian"},{value:"mkd",text:"Macedonian"},{value:"tgl",text:"Tagalog"},{value:"srp",text:"Serbian (Cyrillic)"},{value:"hrv",text:"Croatian"},{value:"tir",text:"Tigrinya"},{value:"syr",text:"Syriac"},{value:"lao",text:"Lao"},{value:"fin",text:"Finnish"},{value:"est",text:"Estonian"},{value:"bos",text:"Bosnian"},{value:"uig",text:"Uyghur"},{value:"sin",text:"Sinhala"},{value:"hye",text:"Armenian"},{value:"eus",text:"Basque"},{value:"sqi",text:"Albanian"},{value:"isl",text:"Icelandic"},{value:"bel",text:"Belarusian"},{value:"aze",text:"Azerbaijani (Latin)"},{value:"pus",text:"Pashto"},{value:"oci",text:"Occitan"},{value:"lit",text:"Lithuanian"},{value:"jav",text:"Javanese"},{value:"hun",text:"Hungarian"},{value:"grc",text:"Ancient Greek"},{value:"gle",text:"Irish"},{value:"frm",text:"Middle French"},{value:"afr",text:"Afrikaans"},{value:"uzb_cyrl",text:"Uzbek (Cyrillic)"},{value:"spa_old",text:"Old Spanish"},{value:"snd",text:"Sindhi"},{value:"mya",text:"Burmese"},{value:"iku",text:"Inuktitut"},{value:"fil",text:"Filipino"},{value:"fas",text:"Persian"},{value:"fao",text:"Faroese"},{value:"dzo",text:"Dzongkha"},{value:"cym",text:"Welsh"},{value:"aze_cyrl",text:"Azerbaijani (Cyrillic)"},{value:"ind",text:"Indonesian"},{value:"ara",text:"Arabic"},{value:"yid",text:"Yiddish"},{value:"ton",text:"Tongan"},{value:"tgk",text:"Tajik"},{value:"srp_latn",text:"Serbian (Latin)"},{value:"slk_frak",text:"Slovak (Fraktur)"},{value:"slk",text:"Slovak"},{value:"san",text:"Sanskrit"},{value:"msa",text:"Malay"},{value:"mri",text:"Maori"},{value:"mlt",text:"Maltese"},{value:"lav",text:"Latvian"},{value:"kur_ara",text:"Kurdish (Arabic)"},{value:"kor_vert",text:"Korean (Vertical)"},{value:"kmr",text:"Kurmanji"},{value:"kir",text:"Kyrgyz"},{value:"hat",text:"Haitian Creole"},{value:"glg",text:"Galician"},{value:"fry",text:"Frisian"},{value:"epo",text:"Esperanto"},{value:"div",text:"Divehi"},{value:"chr",text:"Cherokee"},{value:"bod",text:"Tibetan"},{value:"asm",text:"Assamese"},{value:"yor",text:"Yoruba"},{value:"tat",text:"Tatar"},{value:"sun",text:"Sundanese"},{value:"occ",text:"Occitan (alternative)"},{value:"mon",text:"Mongolian"},{value:"ita_old",text:"Old Italian"},{value:"gla",text:"Scottish Gaelic"},{value:"frk",text:"Frankish"},{value:"enm",text:"Middle English"},{value:"deu_frak",text:"German (Fraktur)"},{value:"dan_frak",text:"Danish (Fraktur)"},{value:"chi_tra_vert",text:"Chinese (Traditional, Vertical)"},{value:"ceb",text:"Cebuano"},{value:"bre",text:"Breton"},{value:"swa",text:"Swahili"},{value:"que",text:"Quechua"},{value:"ltz",text:"Luxembourgish"},{value:"kat_old",text:"Old Georgian"},{value:"cos",text:"Corsican"}]}}}]})],_c=[],Sc=[],Tc=[da],kc=[],Cc=[j,V,H,$,t({id:"ttaocr",name:"TTA OCR",icon:"camera_video",description:"TTA scan image with OCR",overview:({fileID:t,mode:e,language:i})=>[{label:"Mode",text:e},{label:"Language",text:i},{label:"File ID",text:t}],options:[{field:"fileID",name:"File ID",type:"string",meta:{width:"full",interface:"input"}},{field:"mode",name:"Mode",type:"string",meta:{interface:"select-dropdown",options:{choices:[{text:"Text",value:"text"},{text:"Horc",value:"horc"},{text:"Blocks",value:"blocks"}]}}},{field:"language",name:"Language",type:"dropdown",meta:{interface:"select-dropdown",options:{choices:[{value:"eng",text:"English"},{value:"por",text:"Portuguese"},{value:"fra",text:"French"},{value:"osd",text:"Orientation and Script Detection"},{value:"chi_sim",text:"Chinese (Simplified)"},{value:"spa",text:"Spanish"},{value:"deu",text:"German"},{value:"chi_tra",text:"Chinese (Traditional)"},{value:"heb",text:"Hebrew"},{value:"kor",text:"Korean"},{value:"jpn",text:"Japanese"},{value:"rus",text:"Russian"},{value:"nld",text:"Dutch"},{value:"hin",text:"Hindi"},{value:"ita",text:"Italian"},{value:"jpn_vert",text:"Japanese (Vertical)"},{value:"pol",text:"Polish"},{value:"ron",text:"Romanian"},{value:"mar",text:"Marathi"},{value:"ukr",text:"Ukrainian"},{value:"mal",text:"Malayalam"},{value:"tam",text:"Tamil"},{value:"guj",text:"Gujarati"},{value:"tha",text:"Thai"},{value:"kan",text:"Kannada"},{value:"vie",text:"Vietnamese"},{value:"tel",text:"Telugu"},{value:"swe",text:"Swedish"},{value:"tur",text:"Turkish"},{value:"nor",text:"Norwegian"},{value:"ces",text:"Czech"},{value:"ben",text:"Bengali"},{value:"pan",text:"Punjabi"},{value:"equ",text:"Math / Equation Detection"},{value:"ell",text:"Greek"},{value:"bul",text:"Bulgarian"},{value:"lat",text:"Latin"},{value:"kur",text:"Kurdish"},{value:"ori",text:"Odia"},{value:"kat",text:"Georgian"},{value:"amh",text:"Amharic"},{value:"kaz",text:"Kazakh"},{value:"cat",text:"Catalan"},{value:"nep",text:"Nepali"},{value:"urd",text:"Urdu"},{value:"khm",text:"Khmer"},{value:"dan",text:"Danish"},{value:"chi_sim_vert",text:"Chinese (Simplified, Vertical)"},{value:"uzb",text:"Uzbek (Latin)"},{value:"slv",text:"Slovenian"},{value:"mkd",text:"Macedonian"},{value:"tgl",text:"Tagalog"},{value:"srp",text:"Serbian (Cyrillic)"},{value:"hrv",text:"Croatian"},{value:"tir",text:"Tigrinya"},{value:"syr",text:"Syriac"},{value:"lao",text:"Lao"},{value:"fin",text:"Finnish"},{value:"est",text:"Estonian"},{value:"bos",text:"Bosnian"},{value:"uig",text:"Uyghur"},{value:"sin",text:"Sinhala"},{value:"hye",text:"Armenian"},{value:"eus",text:"Basque"},{value:"sqi",text:"Albanian"},{value:"isl",text:"Icelandic"},{value:"bel",text:"Belarusian"},{value:"aze",text:"Azerbaijani (Latin)"},{value:"pus",text:"Pashto"},{value:"oci",text:"Occitan"},{value:"lit",text:"Lithuanian"},{value:"jav",text:"Javanese"},{value:"hun",text:"Hungarian"},{value:"grc",text:"Ancient Greek"},{value:"gle",text:"Irish"},{value:"frm",text:"Middle French"},{value:"afr",text:"Afrikaans"},{value:"uzb_cyrl",text:"Uzbek (Cyrillic)"},{value:"spa_old",text:"Old Spanish"},{value:"snd",text:"Sindhi"},{value:"mya",text:"Burmese"},{value:"iku",text:"Inuktitut"},{value:"fil",text:"Filipino"},{value:"fas",text:"Persian"},{value:"fao",text:"Faroese"},{value:"dzo",text:"Dzongkha"},{value:"cym",text:"Welsh"},{value:"aze_cyrl",text:"Azerbaijani (Cyrillic)"},{value:"ind",text:"Indonesian"},{value:"ara",text:"Arabic"},{value:"yid",text:"Yiddish"},{value:"ton",text:"Tongan"},{value:"tgk",text:"Tajik"},{value:"srp_latn",text:"Serbian (Latin)"},{value:"slk_frak",text:"Slovak (Fraktur)"},{value:"slk",text:"Slovak"},{value:"san",text:"Sanskrit"},{value:"msa",text:"Malay"},{value:"mri",text:"Maori"},{value:"mlt",text:"Maltese"},{value:"lav",text:"Latvian"},{value:"kur_ara",text:"Kurdish (Arabic)"},{value:"kor_vert",text:"Korean (Vertical)"},{value:"kmr",text:"Kurmanji"},{value:"kir",text:"Kyrgyz"},{value:"hat",text:"Haitian Creole"},{value:"glg",text:"Galician"},{value:"fry",text:"Frisian"},{value:"epo",text:"Esperanto"},{value:"div",text:"Divehi"},{value:"chr",text:"Cherokee"},{value:"bod",text:"Tibetan"},{value:"asm",text:"Assamese"},{value:"yor",text:"Yoruba"},{value:"tat",text:"Tatar"},{value:"sun",text:"Sundanese"},{value:"occ",text:"Occitan (alternative)"},{value:"mon",text:"Mongolian"},{value:"ita_old",text:"Old Italian"},{value:"gla",text:"Scottish Gaelic"},{value:"frk",text:"Frankish"},{value:"enm",text:"Middle English"},{value:"deu_frak",text:"German (Fraktur)"},{value:"dan_frak",text:"Danish (Fraktur)"},{value:"chi_tra_vert",text:"Chinese (Traditional, Vertical)"},{value:"ceb",text:"Cebuano"},{value:"bre",text:"Breton"},{value:"swa",text:"Swahili"},{value:"que",text:"Quechua"},{value:"ltz",text:"Luxembourgish"},{value:"kat_old",text:"Old Georgian"},{value:"cos",text:"Corsican"}]}}}]})];export{_c as displays,Ac as interfaces,Sc as layouts,Tc as modules,Cc as operations,kc as panels};
|