@recogito/text-annotator 4.0.1-beta → 4.0.3-beta

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.
@@ -1,3 +1,3 @@
1
- (function(L,K){typeof exports=="object"&&typeof module<"u"?K(exports):typeof define=="function"&&define.amd?define(["exports"],K):(L=typeof globalThis<"u"?globalThis:L||self,K(L.RecogitoJS={}))})(this,(function(L){"use strict";const K=[];for(let e=0;e<256;++e)K.push((e+256).toString(16).slice(1));function an(e,t=0){return(K[e[t+0]]+K[e[t+1]]+K[e[t+2]]+K[e[t+3]]+"-"+K[e[t+4]]+K[e[t+5]]+"-"+K[e[t+6]]+K[e[t+7]]+"-"+K[e[t+8]]+K[e[t+9]]+"-"+K[e[t+10]]+K[e[t+11]]+K[e[t+12]]+K[e[t+13]]+K[e[t+14]]+K[e[t+15]]).toLowerCase()}const ln=new Uint8Array(16);function cn(){return crypto.getRandomValues(ln)}function it(e,t,n){return crypto.randomUUID?crypto.randomUUID():dn(e)}function dn(e,t,n){e=e||{};const o=e.random??e.rng?.()??cn();if(o.length<16)throw new Error("Random bytes length must be >= 16");return o[6]=o[6]&15|64,o[8]=o[8]&63|128,an(o)}const De=typeof navigator<"u"&&navigator.platform.startsWith("Mac"),Ye="not-annotatable",se=`.${Ye}`,re=(e,t)=>e.contains(t)?!!(t instanceof HTMLElement?t.closest(se):t.parentElement?.closest(se)):!0,Ve=(e,t)=>{const n=t.commonAncestorContainer;return!re(e,n)},Ke=/^\s*$/,st=e=>Ke.test(e.toString()),un=e=>Ke.test(e.textContent||""),rt=e=>{if(e.length===0)return[];if(e.length===1)return[e[0]];e.sort((i,s)=>{const r=i.compareBoundaryPoints(Range.START_TO_START,s);return r!==0?r:i.compareBoundaryPoints(Range.END_TO_END,s)});const[t,...n]=e,o=n.reduce((i,s)=>i.current.compareBoundaryPoints(Range.START_TO_END,s)>=0?(i.current.compareBoundaryPoints(Range.END_TO_END,s)<0&&i.current.setEnd(s.endContainer,s.endOffset),i):(i.merged.push(i.current),i.current=s.cloneRange(),i),{merged:[],current:t.cloneRange()});return[...o.merged,o.current]},at=e=>{(!e.hasAttribute("tabindex")||e.tabIndex<-1)&&e.setAttribute("tabindex","-1"),e.classList.add("no-focus-outline")},fn=function*(e){const t=document.createNodeIterator(e.commonAncestorContainer,NodeFilter.SHOW_ELEMENT,o=>o instanceof HTMLElement&&o.classList.contains(Ye)&&!o.parentElement.closest(se)&&e.intersectsNode(o)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP);let n;for(;n=t.nextNode();)n instanceof HTMLElement&&(yield n)},lt=(e,t)=>{if(!Ve(e,t))return[];const n=[];let o=null;for(const i of fn(t)){let s;o?(s=document.createRange(),s.setStartAfter(o),s.setEndBefore(i)):(s=t.cloneRange(),s.setEndBefore(i)),s.collapsed||n.push(s),o=i}if(o){const i=t.cloneRange();i.setStartAfter(o),i.collapsed||n.push(i)}return n.length>0?n:[t]},Te=e=>{const t=e.cloneContents();return t.querySelectorAll(se).forEach(n=>n.remove()),t},ct=(e,t)=>{const n=e.cloneRange();return t.contains(n.startContainer)||n.setStart(t,0),t.contains(n.endContainer)||n.setEnd(t,t.childNodes.length),n},dt=new Intl.Segmenter(void 0,{granularity:"grapheme"}),ut=(e,t,n=10,o)=>{const i=o?e.startContainer.parentElement.closest(o):t,s=document.createRange();s.setStart(i,0),s.setEnd(e.startContainer,e.startOffset);const r=Te(s).textContent,a=document.createRange();a.setStart(e.endContainer,e.endOffset),i===document.body?a.setEnd(i,i.childNodes.length):a.setEndAfter(i);const l=Te(a).textContent,c=[...dt.segment(r)],h=[...dt.segment(l)];return{prefix:c.slice(-n).map(f=>f.segment).join(""),suffix:h.slice(0,n).map(f=>f.segment).join("")}},ft=(e,t,n)=>{const o=document.createRange(),i=n?e.startContainer.parentElement.closest(n):t;o.setStart(i,0),o.setEnd(e.startContainer,e.startOffset);const s=Te(o).textContent,r=e.toString(),a=s.length||0,l=a+r.length;return n?{quote:r,start:a,end:l,range:e,offsetReference:i}:{quote:r,start:a,end:l,range:e}},Q=e=>e.every(t=>t.range instanceof Range&&!t.range.collapsed),Xe=(e,t)=>{const{start:n,end:o}=e,i=e.offsetReference||t,s=document.createNodeIterator(t,NodeFilter.SHOW_TEXT,h=>h.parentElement?.closest(se)?NodeFilter.FILTER_SKIP:NodeFilter.FILTER_ACCEPT);let r=0;const a=document.createRange();let l=s.nextNode();l===null&&console.error("Could not revive annotation target. Content missing.");let c=!i;for(;l!==null;){if(c||=typeof i?.contains=="function"?i.contains(l):!1,c){const h=l.textContent?.length||0;if(r+h>n){a.setStart(l,n-r);break}r+=h}l=s.nextNode()}for(;l!==null;){const h=l.textContent?.length||0;if(r+h>=o){a.setEnd(l,o-r);break}r+=h,l=s.nextNode()}return{...e,range:a}},fe=(e,t)=>Q(e.selector)?e:{...e,selector:e.selector.map(n=>n.range instanceof Range&&!n.range.collapsed?n:Xe(n,t))},xe=(e,t)=>Q(e.target.selector)?e:{...e,target:fe(e.target,t)},ht=e=>{if(!e)return document.scrollingElement;const{overflowY:t}=window.getComputedStyle(e);return t!=="visible"&&t!=="hidden"&&e.scrollHeight>e.clientHeight?e:ht(e.parentElement)},gt=(e,t,n)=>{const o=n.getBoundingClientRect(),i=n.clientHeight,s=n.clientWidth,r=t.selector[0].range.getBoundingClientRect(),{width:a,height:l}=e.getAnnotationBounds(t.annotation),c=r.top-o.top,h=r.left-o.left,f=n.parentElement?n.scrollTop:0,A=n.parentElement?n.scrollLeft:0,g=c+f-(i-l)/2,u=h+A-(s-a)/2;n.scroll({top:g,left:u,behavior:"smooth"})},pt=(e,t)=>(n,o)=>{const i=typeof n=="string"?n:n.id,s=o?typeof o=="string"?document.getElementById(o):o:ht(e);if(!s)return console.warn(`The scroll parent is missing for the annotation: ${i}`,{container:e}),!1;const r=t.getAnnotation(i);if(!r)return console.warn(`The annotation is missing in the store: ${i}`),!1;const{range:a}=r.target.selector[0];if(a&&!a.collapsed)return gt(t,r.target,s),!0;const l=fe(r.target,e),{range:c}=l.selector[0];return c&&!c.collapsed?(gt(t,l,s),!0):!1};var mt=Object.prototype.hasOwnProperty;function ae(e,t){var n,o;if(e===t)return!0;if(e&&t&&(n=e.constructor)===t.constructor){if(n===Date)return e.getTime()===t.getTime();if(n===RegExp)return e.toString()===t.toString();if(n===Array){if((o=e.length)===t.length)for(;o--&&ae(e[o],t[o]););return o===-1}if(!n||typeof e=="object"){o=0;for(n in e)if(mt.call(e,n)&&++o&&!mt.call(t,n)||!(n in t)||!ae(e[n],t[n]))return!1;return Object.keys(t).length===o}}return e!==e&&t!==t}const hn=Symbol("clean");let q=[],oe=0;const Le=4,gn=globalThis.nanostoresGlobal||(globalThis.nanostoresGlobal={epoch:0}),Pe=e=>{let t=[],n={get(){return n.lc||n.listen(()=>{})(),n.value},init:e,lc:0,listen(o){return n.lc=t.push(o),()=>{for(let s=oe+Le;s<q.length;)q[s]===o?q.splice(s,Le):s+=Le;let i=t.indexOf(o);~i&&(t.splice(i,1),--n.lc||n.off())}},notify(o,i){gn.epoch++;let s=!q.length;for(let r of t)q.push(r,n.value,o,i);if(s){for(oe=0;oe<q.length;oe+=Le)q[oe](q[oe+1],q[oe+2],q[oe+3]);q.length=0}},off(){},set(o){let i=n.value;i!==o&&(n.value=o,n.notify(i))},subscribe(o){let i=n.listen(o);return o(n.value),i},value:e};return process.env.NODE_ENV!=="production"&&(n[hn]=()=>{t=[],n.lc=0,n.off()}),n},pn=e=>{const t=Pe(null);return e.observe(({changes:n})=>{const o=t.get();if(o){(n.deleted||[]).some(s=>s.id===o)&&t.set(null);const i=(n.updated||[]).find(({oldValue:s})=>s.id===o);i&&t.set(i.newValue.id)}}),{get current(){return t.get()},subscribe:t.subscribe.bind(t),set:t.set.bind(t)}};var $e=(e=>(e.EDIT="EDIT",e.SELECT="SELECT",e.NONE="NONE",e))($e||{});const He={selected:[]},mn=(e,t,n)=>{const o=Pe(He);let i=t;const s=()=>{ae(o.get(),He)||o.set(He)},r=()=>{var g;return((g=o.get().selected)==null?void 0:g.length)===0},a=g=>{if(r())return!1;const u=typeof g=="string"?g:g.id;return o.get().selected.some(y=>y.id===u)},l=(g,u)=>{let y;if(Array.isArray(g)){if(y=g.map(p=>e.getAnnotation(p)).filter(Boolean),y.length<g.length){console.warn("Invalid selection: "+g.filter(p=>!y.some(d=>d.id===p)));return}}else{const p=e.getAnnotation(g);if(!p){console.warn("Invalid selection: "+g);return}y=[p]}const C=y.reduce((p,d)=>{const S=A(d);return S==="EDIT"?[...p,{id:d.id,editable:!0}]:S==="SELECT"?[...p,{id:d.id}]:p},[]);o.set({selected:C,event:u})},c=(g,u)=>{const y=Array.isArray(g)?g:[g],C=y.map(p=>e.getAnnotation(p)).filter(p=>!!p);o.set({selected:C.map(p=>{const d=u===void 0?A(p)==="EDIT":u;return{id:p.id,editable:d}})}),C.length!==y.length&&console.warn("Invalid selection",g)},h=g=>{if(r())return!1;const{selected:u}=o.get();u.some(({id:y})=>g.includes(y))&&o.set({selected:u.filter(({id:y})=>!g.includes(y))})},f=g=>{i=g,c(o.get().selected.map(({id:u})=>u))},A=g=>yn(g,i,n);return e.observe(({changes:g})=>h((g.deleted||[]).map(u=>u.id))),{get event(){const g=o.get();return g?g.event:null},get selected(){const g=o.get();return g?[...g.selected]:null},get userSelectAction(){return i},clear:s,evalSelectAction:A,isEmpty:r,isSelected:a,setSelected:c,setUserSelectAction:f,subscribe:o.subscribe.bind(o),userSelect:l}},yn=(e,t,n)=>{const o=n?n.serialize(e):e;return typeof t=="function"?t(o):t||"EDIT"},$=[];for(let e=0;e<256;++e)$.push((e+256).toString(16).slice(1));function bn(e,t=0){return($[e[t+0]]+$[e[t+1]]+$[e[t+2]]+$[e[t+3]]+"-"+$[e[t+4]]+$[e[t+5]]+"-"+$[e[t+6]]+$[e[t+7]]+"-"+$[e[t+8]]+$[e[t+9]]+"-"+$[e[t+10]]+$[e[t+11]]+$[e[t+12]]+$[e[t+13]]+$[e[t+14]]+$[e[t+15]]).toLowerCase()}const An=new Uint8Array(16);function wn(){return crypto.getRandomValues(An)}function yt(e,t,n){return crypto.randomUUID?crypto.randomUUID():En(e)}function En(e,t,n){var o;e=e||{};const i=e.random??((o=e.rng)==null?void 0:o.call(e))??wn();if(i.length<16)throw new Error("Random bytes length must be >= 16");return i[6]=i[6]&15|64,i[8]=i[8]&63|128,bn(i)}const je=e=>{const t=n=>{const o={...n};return n.created&&typeof n.created=="string"&&(o.created=new Date(n.created)),n.updated&&typeof n.updated=="string"&&(o.updated=new Date(n.updated)),o};return{...e,bodies:(e.bodies||[]).map(t),target:t(e.target)}},vn=(e,t,n,o)=>({id:yt(),annotation:typeof e=="string"?e:e.id,created:n||new Date,creator:o,...t}),Sn=(e,t)=>{const n=new Set(e.bodies.map(o=>o.id));return t.bodies.filter(o=>!n.has(o.id))},Cn=(e,t)=>{const n=new Set(t.bodies.map(o=>o.id));return e.bodies.filter(o=>!n.has(o.id))},Tn=(e,t)=>t.bodies.map(n=>{const o=e.bodies.find(i=>i.id===n.id);return{newBody:n,oldBody:o&&!ae(o,n)?o:void 0}}).filter(({oldBody:n})=>n).map(({oldBody:n,newBody:o})=>({oldBody:n,newBody:o})),xn=(e,t)=>!ae(e.target,t.target),bt=(e,t)=>{const n=Sn(e,t),o=Cn(e,t),i=Tn(e,t);return{oldValue:e,newValue:t,bodiesCreated:n.length>0?n:void 0,bodiesDeleted:o.length>0?o:void 0,bodiesUpdated:i.length>0?i:void 0,targetUpdated:xn(e,t)?{oldTarget:e.target,newTarget:t.target}:void 0}};var _=(e=>(e.LOCAL="LOCAL",e.REMOTE="REMOTE",e.SILENT="SILENT",e))(_||{});const Ln=(e,t)=>{var n,o;const{changes:i,origin:s}=t;if(!(e.options.origin?e.options.origin===s:s!=="SILENT"))return!1;if(e.options.ignore){const{ignore:r}=e.options,a=l=>l&&l.length>0;if(!(a(i.created)||a(i.deleted))){const l=(n=i.updated)==null?void 0:n.some(h=>a(h.bodiesCreated)||a(h.bodiesDeleted)||a(h.bodiesUpdated)),c=(o=i.updated)==null?void 0:o.some(h=>h.targetUpdated);if(r==="BODY_ONLY"&&l&&!c||r==="TARGET_ONLY"&&c&&!l)return!1}}if(e.options.annotations){const r=new Set([...(i.created||[]).map(a=>a.id),...(i.deleted||[]).map(a=>a.id),...(i.updated||[]).map(({oldValue:a})=>a.id)]);return!!(Array.isArray(e.options.annotations)?e.options.annotations:[e.options.annotations]).find(a=>r.has(a))}else return!0},On=(e,t)=>{const n=new Set((e.created||[]).map(f=>f.id)),o=new Set((e.updated||[]).map(({newValue:f})=>f.id)),i=new Set((t.created||[]).map(f=>f.id)),s=new Set((t.deleted||[]).map(f=>f.id)),r=new Set((t.updated||[]).map(({oldValue:f})=>f.id)),a=new Set((t.updated||[]).filter(({oldValue:f})=>n.has(f.id)||o.has(f.id)).map(({oldValue:f})=>f.id)),l=[...(e.created||[]).filter(f=>!s.has(f.id)).map(f=>r.has(f.id)?t.updated.find(({oldValue:A})=>A.id===f.id).newValue:f),...t.created||[]],c=[...(e.deleted||[]).filter(f=>!i.has(f.id)),...(t.deleted||[]).filter(f=>!n.has(f.id))],h=[...(e.updated||[]).filter(({newValue:f})=>!s.has(f.id)).map(f=>{const{oldValue:A,newValue:g}=f;if(r.has(g.id)){const u=t.updated.find(y=>y.oldValue.id===g.id).newValue;return bt(A,u)}else return f}),...(t.updated||[]).filter(({oldValue:f})=>!a.has(f.id))];return{created:l,deleted:c,updated:h}},Oe=e=>{const t=e.id===void 0?yt():e.id;return{...e,id:t,bodies:e.bodies===void 0?[]:e.bodies.map(n=>({...n,annotation:t})),target:{...e.target,annotation:t}}},Rn=e=>e.id!==void 0,Mn=()=>{const e=new Map,t=new Map,n=[],o=(m,b={})=>{n.push({onChange:m,options:b})},i=m=>{const b=n.findIndex(w=>w.onChange==m);b>-1&&n.splice(b,1)},s=(m,b)=>{const w={origin:m,changes:{created:b.created||[],updated:b.updated||[],deleted:b.deleted||[]},state:[...e.values()]};n.forEach(x=>{Ln(x,w)&&x.onChange(w)})},r=(m,b=_.LOCAL)=>{if(m.id&&e.get(m.id))throw Error(`Cannot add annotation ${m.id} - exists already`);{const w=Oe(m);e.set(w.id,w),w.bodies.forEach(x=>t.set(x.id,w.id)),s(b,{created:[w]})}},a=(m,b)=>{const w=Oe(typeof m=="string"?b:m),x=typeof m=="string"?m:m.id,U=x&&e.get(x);if(U){const I=bt(U,w);return x===w.id?e.set(x,w):(e.delete(x),e.set(w.id,w)),U.bodies.forEach(v=>t.delete(v.id)),w.bodies.forEach(v=>t.set(v.id,w.id)),I}else console.warn(`Cannot update annotation ${x} - does not exist`)},l=(m,b=_.LOCAL,w=_.LOCAL)=>{const x=Rn(b)?w:b,U=a(m,b);U&&s(x,{updated:[U]})},c=(m,b=_.LOCAL)=>{e.get(m.id)?l(m,b):r(m,b)},h=(m,b=_.LOCAL)=>{const w=m.reduce((x,U)=>{const I=a(U);return I?[...x,I]:x},[]);w.length>0&&s(b,{updated:w})},f=(m,b=_.LOCAL)=>{const w=m.map(Oe),{toAdd:x,toUpdate:U}=w.reduce((v,O)=>e.get(O.id)?{...v,toUpdate:[...v.toUpdate,O]}:{...v,toAdd:[...v.toAdd,O]},{toAdd:[],toUpdate:[]}),I=U.map(v=>a(v,b)).filter(Boolean);x.forEach(v=>{e.set(v.id,v),v.bodies.forEach(O=>t.set(O.id,v.id))}),s(b,{created:x,updated:I})},A=(m,b=_.LOCAL)=>{const w=e.get(m.annotation);if(w){const x={...w,bodies:[...w.bodies,m]};e.set(w.id,x),t.set(m.id,x.id),s(b,{updated:[{oldValue:w,newValue:x,bodiesCreated:[m]}]})}else console.warn(`Attempt to add body to missing annotation: ${m.annotation}`)},g=()=>[...e.values()],u=(m=_.LOCAL)=>{const b=[...e.values()];e.clear(),t.clear(),s(m,{deleted:b})},y=(m,b=!0,w=_.LOCAL)=>{const x=m.map(Oe);if(b){const U=[...e.values()];e.clear(),t.clear(),x.forEach(I=>{e.set(I.id,I),I.bodies.forEach(v=>t.set(v.id,I.id))}),s(w,{created:x,deleted:U})}else{const U=m.reduce((I,v)=>{const O=v.id&&e.get(v.id);return O?[...I,O]:I},[]);if(U.length>0)throw Error(`Bulk insert would overwrite the following annotations: ${U.map(I=>I.id).join(", ")}`);x.forEach(I=>{e.set(I.id,I),I.bodies.forEach(v=>t.set(v.id,I.id))}),s(w,{created:x})}},C=m=>{const b=typeof m=="string"?m:m.id,w=e.get(b);if(w)return e.delete(b),w.bodies.forEach(x=>t.delete(x.id)),w;console.warn(`Attempt to delete missing annotation: ${b}`)},p=(m,b=_.LOCAL)=>{const w=C(m);w&&s(b,{deleted:[w]})},d=(m,b=_.LOCAL)=>{const w=m.reduce((x,U)=>{const I=C(U);return I?[...x,I]:x},[]);w.length>0&&s(b,{deleted:w})},S=m=>{const b=e.get(m.annotation);if(b){const w=b.bodies.find(x=>x.id===m.id);if(w){t.delete(w.id);const x={...b,bodies:b.bodies.filter(U=>U.id!==m.id)};return e.set(b.id,x),{oldValue:b,newValue:x,bodiesDeleted:[w]}}else console.warn(`Attempt to delete missing body ${m.id} from annotation ${m.annotation}`)}else console.warn(`Attempt to delete body from missing annotation ${m.annotation}`)},M=(m,b=_.LOCAL)=>{const w=S(m);w&&s(b,{updated:[w]})},E=(m,b=_.LOCAL)=>{const w=m.map(x=>S(x)).filter(Boolean);w.length>0&&s(b,{updated:w})},T=m=>{const b=e.get(m);return b?{...b}:void 0},N=m=>{const b=t.get(m);if(b){const w=T(b).bodies.find(x=>x.id===m);if(w)return w;console.error(`Store integrity error: body ${m} in index, but not in annotation`)}else console.warn(`Attempt to retrieve missing body: ${m}`)},k=(m,b)=>{if(m.annotation!==b.annotation)throw"Annotation integrity violation: annotation ID must be the same when updating bodies";const w=e.get(m.annotation);if(w){const x=w.bodies.find(I=>I.id===m.id),U={...w,bodies:w.bodies.map(I=>I.id===x.id?b:I)};return e.set(w.id,U),x.id!==b.id&&(t.delete(x.id),t.set(b.id,U.id)),{oldValue:w,newValue:U,bodiesUpdated:[{oldBody:x,newBody:b}]}}else console.warn(`Attempt to add body to missing annotation ${m.annotation}`)},D=(m,b,w=_.LOCAL)=>{const x=k(m,b);x&&s(w,{updated:[x]})},R=(m,b=_.LOCAL)=>{const w=m.map(x=>k({id:x.id,annotation:x.annotation},x)).filter(Boolean);s(b,{updated:w})},B=m=>{const b=e.get(m.annotation);if(b){const w={...b,target:{...b.target,...m}};return e.set(b.id,w),{oldValue:b,newValue:w,targetUpdated:{oldTarget:b.target,newTarget:m}}}else console.warn(`Attempt to update target on missing annotation: ${m.annotation}`)};return{addAnnotation:r,addBody:A,all:g,bulkAddAnnotations:y,bulkDeleteAnnotations:d,bulkDeleteBodies:E,bulkUpdateAnnotations:h,bulkUpdateBodies:R,bulkUpdateTargets:(m,b=_.LOCAL)=>{const w=m.map(x=>B(x)).filter(Boolean);w.length>0&&s(b,{updated:w})},bulkUpsertAnnotations:f,clear:u,deleteAnnotation:p,deleteBody:M,getAnnotation:T,getBody:N,observe:o,unobserve:i,updateAnnotation:l,updateBody:D,updateTarget:(m,b=_.LOCAL)=>{const w=B(m);w&&s(b,{updated:[w]})},upsertAnnotation:c}};let Bn=()=>({emit(e,...t){for(let n=this.events[e]||[],o=0,i=n.length;o<i;o++)n[o](...t)},events:{},on(e,t){var n;return((n=this.events)[e]||(n[e]=[])).push(t),()=>{var o;this.events[e]=(o=this.events[e])==null?void 0:o.filter(i=>t!==i)}}});const Nn=250,kn=(e,t)=>{const n=Bn(),o=[];let i=-1,s=!1,r=0;const a=u=>{if(!s){const{changes:y}=u,C=performance.now();if(C-r>Nn)o.splice(i+1),o.push(y),i=o.length-1;else{const p=o.length-1;o[p]=On(o[p],y)}r=C}s=!1};e.observe(a,{origin:_.LOCAL});const l=u=>u&&u.length>0&&e.bulkDeleteAnnotations(u),c=u=>u&&u.length>0&&e.bulkAddAnnotations(u,!1),h=u=>u&&u.length>0&&e.bulkUpdateAnnotations(u.map(({oldValue:y})=>y)),f=u=>u&&u.length>0&&e.bulkUpdateAnnotations(u.map(({newValue:y})=>y)),A=u=>u&&u.length>0&&e.bulkAddAnnotations(u,!1),g=u=>u&&u.length>0&&e.bulkDeleteAnnotations(u);return{canRedo:()=>o.length-1>i,canUndo:()=>i>-1,destroy:()=>e.unobserve(a),getHistory:()=>({changes:[...o],pointer:i}),on:(u,y)=>n.on(u,y),redo:()=>{if(o.length-1>i){s=!0;const{created:u,updated:y,deleted:C}=o[i+1];c(u),f(y),g(C),n.emit("redo",o[i+1]),i+=1}},undo:()=>{if(i>-1){s=!0;const{created:u,updated:y,deleted:C}=o[i];l(u),h(y),A(C),n.emit("undo",o[i]),i-=1}}}},_n=()=>{const e=Pe([]);return{subscribe:e.subscribe.bind(e),set:e.set.bind(e)}},In=(e,t,n,o)=>{const{hover:i,selection:s,store:r,viewport:a}=e,l=new Map;let c=[],h;const f=(y,C)=>{l.has(y)?l.get(y).push(C):l.set(y,[C])},A=(y,C)=>{const p=l.get(y);if(p){const d=p.indexOf(C);d!==-1&&p.splice(d,1)}},g=(y,C,p)=>{l.has(y)&&setTimeout(()=>{l.get(y).forEach(d=>{if(n){const S=Array.isArray(C)?C.map(E=>n.serialize(E)):n.serialize(C),M=p?p instanceof PointerEvent?p:n.serialize(p):void 0;d(S,M)}else d(C,p)})},1)};s.subscribe(({selected:y})=>{if(!(c.length===0&&y.length===0)){if(c.length===0&&y.length>0)c=y.map(({id:C})=>r.getAnnotation(C));else if(c.length>0&&y.length===0)c.forEach(C=>{const p=r.getAnnotation(C.id);p&&!ae(p,C)&&g("updateAnnotation",p,C)}),c=[];else{const C=new Set(c.map(d=>d.id)),p=new Set(y.map(({id:d})=>d));c.filter(d=>!p.has(d.id)).forEach(d=>{const S=r.getAnnotation(d.id);S&&!ae(S,d)&&g("updateAnnotation",S,d)}),c=[...c.filter(d=>p.has(d.id)),...y.filter(({id:d})=>!C.has(d)).map(({id:d})=>r.getAnnotation(d))]}g("selectionChanged",c)}}),i.subscribe(y=>{!h&&y?g("mouseEnterAnnotation",r.getAnnotation(y)):h&&!y?g("mouseLeaveAnnotation",r.getAnnotation(h)):h&&y&&(g("mouseLeaveAnnotation",r.getAnnotation(h)),g("mouseEnterAnnotation",r.getAnnotation(y))),h=y}),a?.subscribe(y=>g("viewportIntersect",y.map(C=>r.getAnnotation(C)))),r.observe(y=>{const{created:C,deleted:p}=y.changes;(C||[]).forEach(d=>g("createAnnotation",d)),(p||[]).forEach(d=>g("deleteAnnotation",d)),(y.changes.updated||[]).filter(d=>[...d.bodiesCreated||[],...d.bodiesDeleted||[],...d.bodiesUpdated||[]].length>0).forEach(({oldValue:d,newValue:S})=>{const M=c.find(E=>E.id===d.id)||d;c=c.map(E=>E.id===d.id?S:E),g("updateAnnotation",S,M)})},{origin:_.LOCAL}),r.observe(y=>{if(c){const C=new Set(c.map(d=>d.id)),p=(y.changes.updated||[]).filter(({newValue:d})=>C.has(d.id)).map(({newValue:d})=>d);p.length>0&&(c=c.map(d=>p.find(M=>M.id===d.id)||d))}},{origin:_.REMOTE});const u=y=>C=>{const{updated:p}=C;y?(p||[]).forEach(d=>g("updateAnnotation",d.oldValue,d.newValue)):(p||[]).forEach(d=>g("updateAnnotation",d.newValue,d.oldValue))};return t.on("undo",u(!0)),t.on("redo",u(!1)),{on:f,off:A,emit:g}},Un=e=>t=>t.reduce((n,o)=>{const{parsed:i,error:s}=e.parse(o);return s?{parsed:n.parsed,failed:[...n.failed,o]}:i?{parsed:[...n.parsed,i],failed:n.failed}:{...n}},{parsed:[],failed:[]}),Dn=(e,t,n)=>{const{store:o,selection:i}=e,s=p=>{if(n){const{parsed:d,error:S}=n.parse(p);d?o.addAnnotation(d,_.REMOTE):console.error(S)}else o.addAnnotation(je(p),_.REMOTE)},r=()=>i.clear(),a=()=>o.clear(),l=p=>{const d=o.getAnnotation(p);return n&&d?n.serialize(d):d},c=()=>n?o.all().map(n.serialize):o.all(),h=()=>{var p;const d=(((p=i.selected)==null?void 0:p.map(S=>S.id))||[]).map(S=>o.getAnnotation(S)).filter(Boolean);return n?d.map(n.serialize):d},f=(p,d=!0)=>fetch(p).then(S=>S.json()).then(S=>(g(S,d),S)),A=p=>{if(typeof p=="string"){const d=o.getAnnotation(p);if(o.deleteAnnotation(p),d)return n?n.serialize(d):d}else{const d=n?n.parse(p).parsed:p;if(d)return o.deleteAnnotation(d),p}},g=(p,d=!0)=>{if(n){const S=n.parseAll||Un(n),{parsed:M,failed:E}=S(p);E.length>0&&console.warn(`Discarded ${E.length} invalid annotations`,E),o.bulkAddAnnotations(M,d,_.REMOTE)}else o.bulkAddAnnotations(p.map(je),d,_.REMOTE)},u=(p,d)=>{p?i.setSelected(p,d):i.clear()},y=p=>{i.setUserSelectAction(p)},C=p=>{if(n){const d=n.parse(p).parsed,S=n.serialize(o.getAnnotation(d.id));return o.updateAnnotation(d),S}else{const d=o.getAnnotation(p.id);return o.updateAnnotation(je(p)),d}};return{addAnnotation:s,cancelSelected:r,canRedo:t.canRedo,canUndo:t.canUndo,clearAnnotations:a,getAnnotationById:l,getAnnotations:c,getHistory:t.getHistory,getSelected:h,loadAnnotations:f,redo:t.redo,removeAnnotation:A,setAnnotations:g,setSelected:u,setUserSelectAction:y,undo:t.undo,updateAnnotation:C}};let Yn="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",Vn=e=>crypto.getRandomValues(new Uint8Array(e)),Kn=(e,t,n)=>{let o=256-256%e.length;if(o===256){let s=e.length-1;return(r=t)=>{if(!r)return"";let a="";for(;;){let l=n(r),c=r;for(;c--;)if(a+=e[l[c]&s],a.length>=r)return a}}}let i=Math.ceil(1.6*256*t/o);return(s=t)=>{if(!s)return"";let r="";for(;;){let a=n(i),l=i;for(;l--;)if(a[l]<o&&(r+=e[a[l]%e.length],r.length>=s))return r}}},Xn=(e,t=21)=>Kn(e,t|0,Vn),Pn=(e=21)=>{let t="",n=crypto.getRandomValues(new Uint8Array(e|=0));for(;e--;)t+=Yn[n[e]&63];return t};const $n=()=>({isGuest:!0,id:Xn("1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_",20)()}),Hn=e=>{const t=JSON.stringify(e);let n=0;for(let o=0,i=t.length;o<i;o++){let s=t.charCodeAt(o);n=(n<<5)-n+s,n|=0}return`${n}`},At=e=>e?typeof e=="object"?{...e}:e:void 0,jn=(e,t)=>(Array.isArray(e)?e:[e]).map(n=>{const{id:o,type:i,purpose:s,value:r,created:a,modified:l,creator:c,...h}=n;return{id:o||`temp-${Hn(n)}`,annotation:t,type:i,purpose:s,value:r,creator:At(c),created:a?new Date(a):void 0,updated:l?new Date(l):void 0,...h}}),Fn=e=>e.map(t=>{var n;const{annotation:o,created:i,updated:s,...r}=t,a={...r,created:i?.toISOString(),modified:s?.toISOString()};return(n=a.id)!=null&&n.startsWith("temp-")&&delete a.id,a});Pn();const zn=(e,t)=>({parse:n=>wt(n),serialize:n=>Et(n,e,t)}),Wn=e=>e.quote!==void 0&&e.start!==void 0&&e.end!==void 0,qn=e=>{const{id:t,creator:n,created:o,modified:i,target:s}=e,r=Array.isArray(s)?s:[s];if(r.length===0)return{error:Error(`No targets found for annotation: ${e.id}`)};const a={creator:At(n),created:o?new Date(o):void 0,updated:i?new Date(i):void 0,annotation:t,selector:[],styleClass:"styleClass"in r[0]?r[0].styleClass:void 0};for(const l of r){const h=(Array.isArray(l.selector)?l.selector:[l.selector]).reduce((f,A)=>{switch(A.type){case"TextQuoteSelector":f.quote=A.exact;break;case"TextPositionSelector":f.start=A.start,f.end=A.end;break}return f},{});if(Wn(h))a.selector.push({...h,id:l.id,scope:l.scope});else{const f=[h.start?void 0:"TextPositionSelector",h.quote?void 0:"TextQuoteSelector"].filter(Boolean);return{error:Error(`Missing selector types: ${f.join(" and ")} for annotation: ${e.id}`)}}}return{parsed:a}},wt=e=>{const t=e.id||it(),{creator:n,created:o,modified:i,body:s,...r}=e,a=jn(s,t),l=qn(e);return"error"in l?{error:l.error}:{parsed:{...r,id:t,bodies:a,target:l.parsed}}},Et=(e,t,n)=>{const{bodies:o,target:i,...s}=e,{selector:r,creator:a,created:l,updated:c,...h}=i,f=r.map(A=>{const{id:g,quote:u,start:y,end:C,range:p}=A,d={type:"TextQuoteSelector",exact:u};if(n){const{prefix:M,suffix:E}=ut(p,n);d.prefix=M,d.suffix=E}const S={type:"TextPositionSelector",start:y,end:C};return{...h,id:g,scope:"scope"in A?A.scope:void 0,source:t,selector:[d,S]}});return{...s,"@context":"http://www.w3.org/ns/anno.jsonld",id:e.id,type:"Annotation",body:Fn(e.bodies),creator:a,created:l?.toISOString(),modified:c?.toISOString(),target:f}};let vt=()=>({emit(e,...t){for(let n=this.events[e]||[],o=0,i=n.length;o<i;o++)n[o](...t)},events:{},on(e,t){return(this.events[e]||=[]).push(t),()=>{this.events[e]=this.events[e]?.filter(n=>t!==n)}}});const St=e=>e.addEventListener("click",t=>{!t.target.closest(se)&&!t.target.closest("a")&&t.preventDefault()}),Re=e=>({...e,type:e.type,x:e.x,y:e.y,clientX:e.clientX,clientY:e.clientY,offsetX:e.offsetX,offsetY:e.offsetY,screenX:e.screenX,screenY:e.screenY,isPrimary:e.isPrimary,altKey:e.altKey,ctrlKey:e.ctrlKey,metaKey:e.metaKey,shiftKey:e.shiftKey,button:e.button,buttons:e.buttons,currentTarget:e.currentTarget,target:e.target,defaultPrevented:e.defaultPrevented,detail:e.detail,eventPhase:e.eventPhase,pointerId:e.pointerId,pointerType:e.pointerType,timeStamp:e.timeStamp}),he=e=>({...e,type:e.type,key:e.key,code:e.code,location:e.location,repeat:e.repeat,altKey:e.altKey,ctrlKey:e.ctrlKey,metaKey:e.metaKey,shiftKey:e.shiftKey,currentTarget:e.currentTarget,target:e.target,defaultPrevented:e.defaultPrevented,detail:e.detail,timeStamp:e.timeStamp}),Me=(e,t=10)=>{let n;return((...o)=>{clearTimeout(n),n=setTimeout(()=>e.apply(void 0,o),t)})},Fe=(e,t,n,o)=>{const{store:i,selection:s,hover:r}=n,a=vt();let l;const c=new Map;let h;const f=$t(o),A=R=>{const{x:B,y:m}=t.getBoundingClientRect(),b=i.getAt(R.clientX-B,R.clientY-m,!1,h);b&&n.selection.evalSelectAction(b)!==$e.NONE?r.current!==b.id&&(t.classList.add("hovered"),r.set(b.id)):r.current&&(t.classList.remove("hovered"),r.set(null))};t.addEventListener("pointermove",A);const g=Me((R=!1)=>requestAnimationFrame(()=>{const B=Pt(t),{minX:m,minY:b,maxX:w,maxY:x}=B,U=h?i.getIntersecting(m,b,w,x).filter(({annotation:O})=>h(O)):i.getIntersecting(m,b,w,x),I=s.selected.map(({id:O})=>O),v=U.map(({annotation:O,rects:j})=>{const le=I.includes(O.id),J=O.id===r.current;return{annotation:O,rects:j,state:{selected:le,hovered:J}}});e.redraw(v,B,l,c,R),setTimeout(()=>{f(U.map(({annotation:O})=>O)),a.emit("onRedraw")},1)}),10),u=(R,B)=>{B?R?c.set(B,R):c.delete(B):l=R,g(!0)},y=R=>{h=R,g(!1)},C=(R,B)=>a.on(R,B),p=()=>{g()};i.observe(p);const d=s.subscribe(()=>{g()}),S=r.subscribe(()=>{g()}),M=()=>{g(!0)};document.addEventListener("scroll",M,{capture:!0,passive:!0});const E=Me(()=>{i.recalculatePositions(),g()},10);window.addEventListener("resize",E);const T=new ResizeObserver(E);T.observe(t);const N={attributes:!0,childList:!0,subtree:!0},k=new MutationObserver(Me(R=>{R.every(m=>m.target===t||t.contains(m.target))||g(!0)},150));return k.observe(document.body,N),{destroy:()=>{t.removeEventListener("pointermove",A),e.destroy(),i.unobserve(p),d(),S(),document.removeEventListener("scroll",M),window.removeEventListener("resize",E),T.disconnect(),k.disconnect()},on:C,redraw:g,setStyle:u,setFilter:y,setVisible:e.setVisible.bind(e)}};var Gn={grad:.9,turn:360,rad:360/(2*Math.PI)},ee=function(e){return typeof e=="string"?e.length>0:typeof e=="number"},X=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=Math.pow(10,t)),Math.round(n*e)/n+0},F=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=1),e>n?n:e>t?e:t},Ct=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},Tt=function(e){return{r:F(e.r,0,255),g:F(e.g,0,255),b:F(e.b,0,255),a:F(e.a)}},ze=function(e){return{r:X(e.r),g:X(e.g),b:X(e.b),a:X(e.a,3)}},Qn=/^#([0-9a-f]{3,8})$/i,Be=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},xt=function(e){var t=e.r,n=e.g,o=e.b,i=e.a,s=Math.max(t,n,o),r=s-Math.min(t,n,o),a=r?s===t?(n-o)/r:s===n?2+(o-t)/r:4+(t-n)/r:0;return{h:60*(a<0?a+6:a),s:s?r/s*100:0,v:s/255*100,a:i}},Lt=function(e){var t=e.h,n=e.s,o=e.v,i=e.a;t=t/360*6,n/=100,o/=100;var s=Math.floor(t),r=o*(1-n),a=o*(1-(t-s)*n),l=o*(1-(1-t+s)*n),c=s%6;return{r:255*[o,a,r,r,l,o][c],g:255*[l,o,o,a,r,r][c],b:255*[r,r,l,o,o,a][c],a:i}},Ot=function(e){return{h:Ct(e.h),s:F(e.s,0,100),l:F(e.l,0,100),a:F(e.a)}},Rt=function(e){return{h:X(e.h),s:X(e.s),l:X(e.l),a:X(e.a,3)}},Mt=function(e){return Lt((n=(t=e).s,{h:t.h,s:(n*=((o=t.l)<50?o:100-o)/100)>0?2*n/(o+n)*100:0,v:o+n,a:t.a}));var t,n,o},ge=function(e){return{h:(t=xt(e)).h,s:(i=(200-(n=t.s))*(o=t.v)/100)>0&&i<200?n*o/100/(i<=100?i:200-i)*100:0,l:i/2,a:t.a};var t,n,o,i},Jn=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Zn=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,eo=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,to=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Bt={string:[[function(e){var t=Qn.exec(e);return t?(e=t[1]).length<=4?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:e.length===4?X(parseInt(e[3]+e[3],16)/255,2):1}:e.length===6||e.length===8?{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:e.length===8?X(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=eo.exec(e)||to.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:Tt({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:t[7]===void 0?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(e){var t=Jn.exec(e)||Zn.exec(e);if(!t)return null;var n,o,i=Ot({h:(n=t[1],o=t[2],o===void 0&&(o="deg"),Number(n)*(Gn[o]||1)),s:Number(t[3]),l:Number(t[4]),a:t[5]===void 0?1:Number(t[5])/(t[6]?100:1)});return Mt(i)},"hsl"]],object:[[function(e){var t=e.r,n=e.g,o=e.b,i=e.a,s=i===void 0?1:i;return ee(t)&&ee(n)&&ee(o)?Tt({r:Number(t),g:Number(n),b:Number(o),a:Number(s)}):null},"rgb"],[function(e){var t=e.h,n=e.s,o=e.l,i=e.a,s=i===void 0?1:i;if(!ee(t)||!ee(n)||!ee(o))return null;var r=Ot({h:Number(t),s:Number(n),l:Number(o),a:Number(s)});return Mt(r)},"hsl"],[function(e){var t=e.h,n=e.s,o=e.v,i=e.a,s=i===void 0?1:i;if(!ee(t)||!ee(n)||!ee(o))return null;var r=(function(a){return{h:Ct(a.h),s:F(a.s,0,100),v:F(a.v,0,100),a:F(a.a)}})({h:Number(t),s:Number(n),v:Number(o),a:Number(s)});return Lt(r)},"hsv"]]},Nt=function(e,t){for(var n=0;n<t.length;n++){var o=t[n][0](e);if(o)return[o,t[n][1]]}return[null,void 0]},no=function(e){return typeof e=="string"?Nt(e.trim(),Bt.string):typeof e=="object"&&e!==null?Nt(e,Bt.object):[null,void 0]},We=function(e,t){var n=ge(e);return{h:n.h,s:F(n.s+100*t,0,100),l:n.l,a:n.a}},qe=function(e){return(299*e.r+587*e.g+114*e.b)/1e3/255},kt=function(e,t){var n=ge(e);return{h:n.h,s:n.s,l:F(n.l+100*t,0,100),a:n.a}},_t=(function(){function e(t){this.parsed=no(t)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1}}return e.prototype.isValid=function(){return this.parsed!==null},e.prototype.brightness=function(){return X(qe(this.rgba),2)},e.prototype.isDark=function(){return qe(this.rgba)<.5},e.prototype.isLight=function(){return qe(this.rgba)>=.5},e.prototype.toHex=function(){return t=ze(this.rgba),n=t.r,o=t.g,i=t.b,r=(s=t.a)<1?Be(X(255*s)):"","#"+Be(n)+Be(o)+Be(i)+r;var t,n,o,i,s,r},e.prototype.toRgb=function(){return ze(this.rgba)},e.prototype.toRgbString=function(){return t=ze(this.rgba),n=t.r,o=t.g,i=t.b,(s=t.a)<1?"rgba("+n+", "+o+", "+i+", "+s+")":"rgb("+n+", "+o+", "+i+")";var t,n,o,i,s},e.prototype.toHsl=function(){return Rt(ge(this.rgba))},e.prototype.toHslString=function(){return t=Rt(ge(this.rgba)),n=t.h,o=t.s,i=t.l,(s=t.a)<1?"hsla("+n+", "+o+"%, "+i+"%, "+s+")":"hsl("+n+", "+o+"%, "+i+"%)";var t,n,o,i,s},e.prototype.toHsv=function(){return t=xt(this.rgba),{h:X(t.h),s:X(t.s),v:X(t.v),a:X(t.a,3)};var t},e.prototype.invert=function(){return z({r:255-(t=this.rgba).r,g:255-t.g,b:255-t.b,a:t.a});var t},e.prototype.saturate=function(t){return t===void 0&&(t=.1),z(We(this.rgba,t))},e.prototype.desaturate=function(t){return t===void 0&&(t=.1),z(We(this.rgba,-t))},e.prototype.grayscale=function(){return z(We(this.rgba,-1))},e.prototype.lighten=function(t){return t===void 0&&(t=.1),z(kt(this.rgba,t))},e.prototype.darken=function(t){return t===void 0&&(t=.1),z(kt(this.rgba,-t))},e.prototype.rotate=function(t){return t===void 0&&(t=15),this.hue(this.hue()+t)},e.prototype.alpha=function(t){return typeof t=="number"?z({r:(n=this.rgba).r,g:n.g,b:n.b,a:t}):X(this.rgba.a,3);var n},e.prototype.hue=function(t){var n=ge(this.rgba);return typeof t=="number"?z({h:t,s:n.s,l:n.l,a:n.a}):X(n.h)},e.prototype.isEqual=function(t){return this.toHex()===z(t).toHex()},e})(),z=function(e){return e instanceof _t?e:new _t(e)};const te={fill:"rgb(0, 128, 255)",fillOpacity:.18},Ne={fill:"rgb(0, 128, 255)",fillOpacity:.45},It=e=>e?.fillOpacity!==void 0?z(e?.fill||te.fill).alpha(e.fillOpacity).toHex():e?.fill?e.fill:z(te.fill).alpha(te.fillOpacity).toHex(),Ge=(e,t,n)=>t?typeof t=="function"?t(e.annotation,e.state,n)||(e.state?.selected?Ne:te):t:e.state?.selected?Ne:te;var Ut=Object.prototype.hasOwnProperty;function Qe(e,t){var n,o;if(e===t)return!0;if(e&&t&&(n=e.constructor)===t.constructor){if(n===Date)return e.getTime()===t.getTime();if(n===RegExp)return e.toString()===t.toString();if(n===Array){if((o=e.length)===t.length)for(;o--&&Qe(e[o],t[o]););return o===-1}if(!n||typeof e=="object"){o=0;for(n in e)if(Ut.call(e,n)&&++o&&!Ut.call(t,n)||!(n in t)||!Qe(e[n],t[n]))return!1;return Object.keys(t).length===o}}return e!==e&&t!==t}const Dt=(e,t)=>{const n=(s,r)=>s.x<=r.x+r.width&&s.x+s.width>=r.x&&s.y<=r.y+r.height&&s.y+s.height>=r.y,o=s=>s.rects.reduce((r,a)=>r+a.width,0),i=t.filter(({rects:s})=>s.some(r=>n(e,r)));return i.sort((s,r)=>o(r)-o(s)),i.findIndex(s=>s.rects.includes(e))},Yt=e=>{const t=[],n=document.createNodeIterator(e.commonAncestorContainer,NodeFilter.SHOW_TEXT);let o;for(;o=n.nextNode();)e.intersectsNode(o)&&t.push(o);if(t.length<2)return Array.from(e.getClientRects());{const i=t[0],s=t[t.length-1],r=document.createRange();if(r.selectNode(i),e.startContainer.nodeType===Node.TEXT_NODE)r.setStart(i,e.startOffset);else{const c=e.startContainer.childNodes[e.startOffset];c?r.setStartBefore(c):r.setStartAfter(e.startContainer)}const a=document.createRange();if(a.selectNode(s),e.endContainer.nodeType===Node.TEXT_NODE)a.setEnd(s,e.endOffset);else{const c=e.endContainer.childNodes[e.endOffset];c?a.setEndBefore(c):a.setEndAfter(e.endContainer)}const l=c=>{const h=document.createRange();return h.selectNode(c),Array.from(h.getClientRects())};return[...Array.from(r.getClientRects()),...t.slice(1,-1).flatMap(l),...Array.from(a.getClientRects())]}},oo=(e,t,n,o)=>{const i=a=>Math.round(a*10)/10,s={top:i(e.top),bottom:i(e.bottom),left:i(e.left),right:i(e.right)},r={top:i(t.top),bottom:i(t.bottom),left:i(t.left),right:i(t.right)};if(Math.abs(s.top-r.top)<o&&Math.abs(s.bottom-r.bottom)<o){if(Math.abs(s.left-r.right)<n||Math.abs(s.right-r.left)<n)return"inline-adjacent";if(s.left>=r.left&&s.right<=r.right)return"inline-is-contained";if(s.left<=r.left&&s.right>=r.right)return"inline-contains"}else if(s.top<=r.top&&s.bottom>=r.bottom){if(s.left<=r.left&&s.right>=r.right)return"block-contains"}else if(s.top>=r.top&&s.bottom<=r.bottom&&s.left>=r.left&&s.right<=r.right)return"block-is-contained"},io=(e,t)=>{const n=Math.min(e.left,t.left),o=Math.max(e.right,t.right),i=Math.min(e.top,t.top),s=Math.max(e.bottom,t.bottom);return new DOMRect(n,i,o-n,s-i)},Vt=(e,t=.5,n=.5)=>e.reduce((o,i)=>{if(i.width===0||i.height===0)return o;let s=[...o],r=!1;for(const a of o){const l=oo(i,a,t,n);if(l==="inline-adjacent"){s=s.map(c=>c===a?io(i,a):c),r=!0;break}else if(l==="inline-contains"){s=s.map(c=>c===a?i:c),r=!0;break}else if(l==="inline-is-contained"){r=!0;break}else if(l==="block-contains"||l==="block-is-contained"){i.width<a.width&&(s=s.map(c=>c===a?i:c)),i.width===a.width&&i.height<a.width&&(s=s.map(c=>c===a?i:c)),r=!0;break}}return r?s:[...s,i]},[]),so=e=>({length:e.length,item:t=>e[t],[Symbol.iterator]:function*(){for(let t=0;t<this.length;t++)yield this.item(t)}}),Kt=(e,t)=>{const{left:n,top:o,right:i,bottom:s}=e;return new DOMRect(n-t.left,o-t.top,i-n,s-o)},ro=(e,t)=>{const{left:n,top:o,right:i,bottom:s}=e;return new DOMRect(n+t.left,o+t.top,i-n,s-o)},ao=e=>{e.classList.add("r6o-annotatable");const t=document.createElement("div");t.className="r6o-span-highlight-layer",e.appendChild(t);let n=[];return{destroy:()=>{t.remove()},redraw:(r,a,l,c,h)=>{if(!(!Qe(n,r)||h))return;t.innerHTML="",[...r].sort((u,y)=>{const{annotation:{target:{created:C}}}=u,{annotation:{target:{created:p}}}=y;return C&&p?C.getTime()-p.getTime():0}).forEach(u=>{const y=c.get(u.annotation.id)||l;u.rects.map(C=>{const p=Dt(C,r),d=Ge(u,y,p),S=document.createElement("span");S.className="r6o-annotation",S.dataset.annotation=u.annotation.id,S.style.left=`${C.x}px`,S.style.top=`${C.y}px`,S.style.width=`${C.width}px`,S.style.height=`${C.height}px`,S.style.backgroundColor=It(d),d.underlineStyle&&(S.style.borderStyle=d.underlineStyle),d.underlineColor&&(S.style.borderColor=d.underlineColor),d.underlineThickness&&(S.style.borderBottomWidth=`${d.underlineThickness}px`),d.underlineOffset&&(S.style.paddingBottom=`${d.underlineOffset}px`),t.appendChild(S)})}),n=r},setVisible:r=>{r?t.classList.remove("hidden"):t.classList.add("hidden")}}},Xt=(e,t,n)=>Fe(ao(e),e,t,n),Pt=e=>{const{top:t,left:n}=e.getBoundingClientRect(),{innerWidth:o,innerHeight:i}=window,s=-n,r=-t,a=o-n,l=i-t;return{top:t,left:n,minX:s,minY:r,maxX:a,maxY:l}},$t=e=>{let t=new Set;return o=>{const i=o.map(s=>s.id);(t.size!==i.length||i.some(s=>!t.has(s)))&&e.set(i),t=new Set(i)}};function Ht(e,t,n=0,o=e.length-1,i=lo){for(;o>n;){if(o-n>600){const l=o-n+1,c=t-n+1,h=Math.log(l),f=.5*Math.exp(2*h/3),A=.5*Math.sqrt(h*f*(l-f)/l)*(c-l/2<0?-1:1),g=Math.max(n,Math.floor(t-c*f/l+A)),u=Math.min(o,Math.floor(t+(l-c)*f/l+A));Ht(e,t,g,u,i)}const s=e[t];let r=n,a=o;for(pe(e,n,t),i(e[o],s)>0&&pe(e,n,o);r<a;){for(pe(e,r,a),r++,a--;i(e[r],s)<0;)r++;for(;i(e[a],s)>0;)a--}i(e[n],s)===0?pe(e,n,a):(a++,pe(e,a,o)),a<=t&&(n=a+1),t<=a&&(o=a-1)}}function pe(e,t,n){const o=e[t];e[t]=e[n],e[n]=o}function lo(e,t){return e<t?-1:e>t?1:0}class co{constructor(t=9){this._maxEntries=Math.max(4,t),this._minEntries=Math.max(2,Math.ceil(this._maxEntries*.4)),this.clear()}all(){return this._all(this.data,[])}search(t){let n=this.data;const o=[];if(!_e(t,n))return o;const i=this.toBBox,s=[];for(;n;){for(let r=0;r<n.children.length;r++){const a=n.children[r],l=n.leaf?i(a):a;_e(t,l)&&(n.leaf?o.push(a):Ze(t,l)?this._all(a,o):s.push(a))}n=s.pop()}return o}collides(t){let n=this.data;if(!_e(t,n))return!1;const o=[];for(;n;){for(let i=0;i<n.children.length;i++){const s=n.children[i],r=n.leaf?this.toBBox(s):s;if(_e(t,r)){if(n.leaf||Ze(t,r))return!0;o.push(s)}}n=o.pop()}return!1}load(t){if(!(t&&t.length))return this;if(t.length<this._minEntries){for(let o=0;o<t.length;o++)this.insert(t[o]);return this}let n=this._build(t.slice(),0,t.length-1,0);if(!this.data.children.length)this.data=n;else if(this.data.height===n.height)this._splitRoot(this.data,n);else{if(this.data.height<n.height){const o=this.data;this.data=n,n=o}this._insert(n,this.data.height-n.height-1,!0)}return this}insert(t){return t&&this._insert(t,this.data.height-1),this}clear(){return this.data=de([]),this}remove(t,n){if(!t)return this;let o=this.data;const i=this.toBBox(t),s=[],r=[];let a,l,c;for(;o||s.length;){if(o||(o=s.pop(),l=s[s.length-1],a=r.pop(),c=!0),o.leaf){const h=uo(t,o.children,n);if(h!==-1)return o.children.splice(h,1),s.push(o),this._condense(s),this}!c&&!o.leaf&&Ze(o,i)?(s.push(o),r.push(a),a=0,l=o,o=o.children[0]):l?(a++,o=l.children[a],c=!1):o=null}return this}toBBox(t){return t}compareMinX(t,n){return t.minX-n.minX}compareMinY(t,n){return t.minY-n.minY}toJSON(){return this.data}fromJSON(t){return this.data=t,this}_all(t,n){const o=[];for(;t;)t.leaf?n.push(...t.children):o.push(...t.children),t=o.pop();return n}_build(t,n,o,i){const s=o-n+1;let r=this._maxEntries,a;if(s<=r)return a=de(t.slice(n,o+1)),ce(a,this.toBBox),a;i||(i=Math.ceil(Math.log(s)/Math.log(r)),r=Math.ceil(s/Math.pow(r,i-1))),a=de([]),a.leaf=!1,a.height=i;const l=Math.ceil(s/r),c=l*Math.ceil(Math.sqrt(r));jt(t,n,o,c,this.compareMinX);for(let h=n;h<=o;h+=c){const f=Math.min(h+c-1,o);jt(t,h,f,l,this.compareMinY);for(let A=h;A<=f;A+=l){const g=Math.min(A+l-1,f);a.children.push(this._build(t,A,g,i-1))}}return ce(a,this.toBBox),a}_chooseSubtree(t,n,o,i){for(;i.push(n),!(n.leaf||i.length-1===o);){let s=1/0,r=1/0,a;for(let l=0;l<n.children.length;l++){const c=n.children[l],h=Je(c),f=go(t,c)-h;f<r?(r=f,s=h<s?h:s,a=c):f===r&&h<s&&(s=h,a=c)}n=a||n.children[0]}return n}_insert(t,n,o){const i=o?t:this.toBBox(t),s=[],r=this._chooseSubtree(i,this.data,n,s);for(r.children.push(t),ye(r,i);n>=0&&s[n].children.length>this._maxEntries;)this._split(s,n),n--;this._adjustParentBBoxes(i,s,n)}_split(t,n){const o=t[n],i=o.children.length,s=this._minEntries;this._chooseSplitAxis(o,s,i);const r=this._chooseSplitIndex(o,s,i),a=de(o.children.splice(r,o.children.length-r));a.height=o.height,a.leaf=o.leaf,ce(o,this.toBBox),ce(a,this.toBBox),n?t[n-1].children.push(a):this._splitRoot(o,a)}_splitRoot(t,n){this.data=de([t,n]),this.data.height=t.height+1,this.data.leaf=!1,ce(this.data,this.toBBox)}_chooseSplitIndex(t,n,o){let i,s=1/0,r=1/0;for(let a=n;a<=o-n;a++){const l=me(t,0,a,this.toBBox),c=me(t,a,o,this.toBBox),h=po(l,c),f=Je(l)+Je(c);h<s?(s=h,i=a,r=f<r?f:r):h===s&&f<r&&(r=f,i=a)}return i||o-n}_chooseSplitAxis(t,n,o){const i=t.leaf?this.compareMinX:fo,s=t.leaf?this.compareMinY:ho,r=this._allDistMargin(t,n,o,i),a=this._allDistMargin(t,n,o,s);r<a&&t.children.sort(i)}_allDistMargin(t,n,o,i){t.children.sort(i);const s=this.toBBox,r=me(t,0,n,s),a=me(t,o-n,o,s);let l=ke(r)+ke(a);for(let c=n;c<o-n;c++){const h=t.children[c];ye(r,t.leaf?s(h):h),l+=ke(r)}for(let c=o-n-1;c>=n;c--){const h=t.children[c];ye(a,t.leaf?s(h):h),l+=ke(a)}return l}_adjustParentBBoxes(t,n,o){for(let i=o;i>=0;i--)ye(n[i],t)}_condense(t){for(let n=t.length-1,o;n>=0;n--)t[n].children.length===0?n>0?(o=t[n-1].children,o.splice(o.indexOf(t[n]),1)):this.clear():ce(t[n],this.toBBox)}}function uo(e,t,n){if(!n)return t.indexOf(e);for(let o=0;o<t.length;o++)if(n(e,t[o]))return o;return-1}function ce(e,t){me(e,0,e.children.length,t,e)}function me(e,t,n,o,i){i||(i=de(null)),i.minX=1/0,i.minY=1/0,i.maxX=-1/0,i.maxY=-1/0;for(let s=t;s<n;s++){const r=e.children[s];ye(i,e.leaf?o(r):r)}return i}function ye(e,t){return e.minX=Math.min(e.minX,t.minX),e.minY=Math.min(e.minY,t.minY),e.maxX=Math.max(e.maxX,t.maxX),e.maxY=Math.max(e.maxY,t.maxY),e}function fo(e,t){return e.minX-t.minX}function ho(e,t){return e.minY-t.minY}function Je(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function ke(e){return e.maxX-e.minX+(e.maxY-e.minY)}function go(e,t){return(Math.max(t.maxX,e.maxX)-Math.min(t.minX,e.minX))*(Math.max(t.maxY,e.maxY)-Math.min(t.minY,e.minY))}function po(e,t){const n=Math.max(e.minX,t.minX),o=Math.max(e.minY,t.minY),i=Math.min(e.maxX,t.maxX),s=Math.min(e.maxY,t.maxY);return Math.max(0,i-n)*Math.max(0,s-o)}function Ze(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function _e(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function de(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function jt(e,t,n,o,i){const s=[t,n];for(;s.length;){if(n=s.pop(),t=s.pop(),n-t<=o)continue;const r=t+Math.ceil((n-t)/o/2)*o;Ht(e,r,t,n,i),s.push(t,r,r,n)}}const mo=(e,t,n,o)=>{const i=new co,s=new Map,r=vt(),a=(E,T)=>{const N=E.selector.flatMap(D=>{const R=Q([D])?D.range:Xe(D,t).range;return Yt(R)}),k=Vt(N,n,o).map(D=>Kt(D,T));return k.map(D=>{const{x:R,y:B,width:m,height:b}=D;return{minX:R,minY:B,maxX:R+m,maxY:B+b,annotation:{id:E.annotation,rects:k}}})},l=()=>[...s.values()],c=()=>{i.clear(),s.clear()},h=E=>{const T=a(E,t.getBoundingClientRect());T.length!==0&&(T.forEach(N=>i.insert(N)),s.set(E.annotation,T))},f=E=>{const T=s.get(E.annotation);T&&(T.forEach(N=>i.remove(N)),s.delete(E.annotation))},A=E=>{f(E),h(E)},g=(E,T=!0)=>{T&&c();const N=t.getBoundingClientRect(),k=E.map(R=>({target:R,rects:a(R,N)}));k.forEach(({target:R,rects:B})=>{B.length>0&&s.set(R.annotation,B)});const D=k.flatMap(({rects:R})=>R);i.load(D)},u=(E,T,N=!1)=>{const k=i.search({minX:E,minY:T,maxX:E,maxY:T}),D=R=>R.annotation.rects.reduce((B,m)=>B+m.width*m.height,0);return k.length>0?(k.sort((R,B)=>D(R)-D(B)),N?k.map(R=>R.annotation.id):[k[0].annotation.id]):[]},y=E=>{const T=C(E);if(T.length===0)return;let N=T[0].left,k=T[0].top,D=T[0].right,R=T[0].bottom;for(let B=1;B<T.length;B++){const m=T[B];N=Math.min(N,m.left),k=Math.min(k,m.top),D=Math.max(D,m.right),R=Math.max(R,m.bottom)}return new DOMRect(N,k,D-N,R-k)},C=E=>{const T=s.get(E);return T?T[0].annotation.rects:[]};return{all:l,clear:c,getAt:u,getAnnotationBounds:y,getAnnotationRects:C,getIntersecting:(E,T,N,k)=>{const D=i.search({minX:E,minY:T,maxX:N,maxY:k}),R=new Set(D.map(B=>B.annotation.id));return Array.from(R).map(B=>({annotation:e.getAnnotation(B),rects:C(B)})).filter(B=>!!B.annotation)},insert:h,recalculate:()=>{g(e.all().map(E=>E.target),!0),r.emit("recalculate")},remove:f,set:g,size:()=>i.all().length,update:A,on:(E,T)=>r.on(E,T)}},Ft=(e,t)=>{const n=Mn(),o=mo(n,e,t.mergeHighlights?.horizontalTolerance,t.mergeHighlights?.verticalTolerance),i=mn(n,t.userSelectAction,t.adapter),s=pn(n),r=_n(),a=(d,S=_.LOCAL)=>{const M=xe(d,e),E=Q(M.target.selector);return E&&n.addAnnotation(M,S),E},l=(d,S=!0,M=_.LOCAL)=>{const E=d.map(N=>xe(N,e)),T=E.filter(N=>!Q(N.target.selector));return n.bulkAddAnnotations(E,S,M),T},c=(d,S=_.LOCAL)=>{const M=d.map(T=>xe(T,e)),E=M.filter(T=>!Q(T.target.selector));return M.forEach(T=>{n.getAnnotation(T.id)?n.updateAnnotation(T,S):n.addAnnotation(T,S)}),E},h=(d,S=_.LOCAL)=>{const M=fe(d,e);n.updateTarget(M,S)},f=(d,S=_.LOCAL)=>{const M=d.map(E=>fe(E,e));n.bulkUpdateTargets(M,S)};function A(d,S,M,E){const T=M||!!E,N=o.getAt(d,S,T).map(D=>n.getAnnotation(D)),k=E?N.filter(E):N;if(k.length!==0)return M?k:k[0]}const g=d=>o.getAnnotationRects(d).length>0?o.getAnnotationBounds(d):void 0,u=(d,S,M,E)=>o.getIntersecting(d,S,M,E),y=d=>o.getAnnotationRects(d),C=()=>o.recalculate(),p=d=>o.on("recalculate",d);return n.observe(({changes:d})=>{const S=(d.deleted||[]).filter(T=>Q(T.target.selector)),M=(d.created||[]).filter(T=>Q(T.target.selector)),E=(d.updated||[]).filter(T=>Q(T.newValue.target.selector));S?.length>0&&S.forEach(T=>o.remove(T.target)),M.length>0&&o.set(M.map(T=>T.target),!1),E?.length>0&&E.forEach(({newValue:T})=>o.update(T.target))}),{store:{...n,addAnnotation:a,bulkAddAnnotations:l,bulkUpdateTargets:f,bulkUpsertAnnotations:c,getAnnotationBounds:g,getAnnotationRects:y,getIntersecting:u,getAt:A,recalculatePositions:C,onRecalculatePositions:p,updateTarget:h},selection:i,hover:s,viewport:r}};function yo(e,t=100,n={}){if(typeof e!="function")throw new TypeError(`Expected the first parameter to be a function, got \`${typeof e}\`.`);if(t<0)throw new RangeError("`wait` must not be negative.");if(typeof n=="boolean")throw new TypeError("The `options` parameter must be an object, not a boolean. Use `{immediate: true}` instead.");const{immediate:o}=n;let i,s,r,a,l;function c(){const A=i,g=s;return i=void 0,s=void 0,l=e.apply(A,g),l}function h(){const A=Date.now()-a;A<t&&A>=0?r=setTimeout(h,t-A):(r=void 0,o||(l=c()))}const f=function(...A){if(i&&this!==i&&Object.getPrototypeOf(this)===Object.getPrototypeOf(i))throw new Error("Debounced method called with different contexts of the same prototype.");i=this,s=A,a=Date.now();const g=o&&!r;if(r||(r=setTimeout(h,t)),g)return l=c(),l};return Object.defineProperty(f,"isPending",{get(){return r!==void 0}}),f.clear=()=>{r&&(clearTimeout(r),r=void 0,i=void 0,s=void 0)},f.flush=()=>{r&&f.trigger()},f.trigger=()=>{l=c(),f.clear()},f}const et=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function tt(e,t,n,o){e.addEventListener?e.addEventListener(t,n,o):e.attachEvent&&e.attachEvent("on".concat(t),n)}function be(e,t,n,o){e.removeEventListener?e.removeEventListener(t,n,o):e.detachEvent&&e.detachEvent("on".concat(t),n)}function zt(e,t){const n=t.slice(0,t.length-1);for(let o=0;o<n.length;o++)n[o]=e[n[o].toLowerCase()];return n}function Wt(e){typeof e!="string"&&(e=""),e=e.replace(/\s/g,"");const t=e.split(",");let n=t.lastIndexOf("");for(;n>=0;)t[n-1]+=",",t.splice(n,1),n=t.lastIndexOf("");return t}function bo(e,t){const n=e.length>=t.length?e:t,o=e.length>=t.length?t:e;let i=!0;for(let s=0;s<n.length;s++)o.indexOf(n[s])===-1&&(i=!1);return i}const Ae={backspace:8,"⌫":8,tab:9,clear:12,enter:13,"↩":13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,arrowup:38,arrowdown:40,arrowleft:37,arrowright:39,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,num_0:96,num_1:97,num_2:98,num_3:99,num_4:100,num_5:101,num_6:102,num_7:103,num_8:104,num_9:105,num_multiply:106,num_add:107,num_enter:108,num_subtract:109,num_decimal:110,num_divide:111,"⇪":20,",":188,".":190,"/":191,"`":192,"-":et?173:189,"=":et?61:187,";":et?59:186,"'":222,"{":219,"}":221,"[":219,"]":221,"\\":220},G={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,meta:91,command:91},we={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},H={16:!1,18:!1,17:!1,91:!1},V={};for(let e=1;e<20;e++)Ae["f".concat(e)]=111+e;let Y=[],Ee=null,qt="all";const ne=new Map,ue=e=>Ae[e.toLowerCase()]||G[e.toLowerCase()]||e.toUpperCase().charCodeAt(0),Ao=e=>Object.keys(Ae).find(t=>Ae[t]===e),wo=e=>Object.keys(G).find(t=>G[t]===e);function Gt(e){qt=e||"all"}function ve(){return qt||"all"}function Eo(){return Y.slice(0)}function vo(){return Y.map(e=>Ao(e)||wo(e)||String.fromCharCode(e))}function So(){const e=[];return Object.keys(V).forEach(t=>{V[t].forEach(n=>{let{key:o,scope:i,mods:s,shortcut:r}=n;e.push({scope:i,shortcut:r,mods:s,keys:o.split("+").map(a=>ue(a))})})}),e}function Co(e){const t=e.target||e.srcElement,{tagName:n}=t;let o=!0;const i=n==="INPUT"&&!["checkbox","radio","range","button","file","reset","submit","color"].includes(t.type);return(t.isContentEditable||(i||n==="TEXTAREA"||n==="SELECT")&&!t.readOnly)&&(o=!1),o}function To(e){return typeof e=="string"&&(e=ue(e)),Y.indexOf(e)!==-1}function xo(e,t){let n,o;e||(e=ve());for(const i in V)if(Object.prototype.hasOwnProperty.call(V,i))for(n=V[i],o=0;o<n.length;)n[o].scope===e?n.splice(o,1).forEach(r=>{let{element:a}=r;return nt(a)}):o++;ve()===e&&Gt(t||"all")}function Lo(e){let t=e.keyCode||e.which||e.charCode;e.key&&e.key.toLowerCase()==="capslock"&&(t=ue(e.key));const n=Y.indexOf(t);if(n>=0&&Y.splice(n,1),e.key&&e.key.toLowerCase()==="meta"&&Y.splice(0,Y.length),(t===93||t===224)&&(t=91),t in H){H[t]=!1;for(const o in G)G[o]===t&&(W[o]=!1)}}function Qt(e){if(typeof e>"u")Object.keys(V).forEach(i=>{Array.isArray(V[i])&&V[i].forEach(s=>Ie(s)),delete V[i]}),nt(null);else if(Array.isArray(e))e.forEach(i=>{i.key&&Ie(i)});else if(typeof e=="object")e.key&&Ie(e);else if(typeof e=="string"){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];let[i,s]=n;typeof i=="function"&&(s=i,i=""),Ie({key:e,scope:i,method:s,splitKey:"+"})}}const Ie=e=>{let{key:t,scope:n,method:o,splitKey:i="+"}=e;Wt(t).forEach(r=>{const a=r.split(i),l=a.length,c=a[l-1],h=c==="*"?"*":ue(c);if(!V[h])return;n||(n=ve());const f=l>1?zt(G,a):[],A=[];V[h]=V[h].filter(g=>{const y=(o?g.method===o:!0)&&g.scope===n&&bo(g.mods,f);return y&&A.push(g.element),!y}),A.forEach(g=>nt(g))})};function Jt(e,t,n,o){if(t.element!==o)return;let i;if(t.scope===n||t.scope==="all"){i=t.mods.length>0;for(const s in H)Object.prototype.hasOwnProperty.call(H,s)&&(!H[s]&&t.mods.indexOf(+s)>-1||H[s]&&t.mods.indexOf(+s)===-1)&&(i=!1);(t.mods.length===0&&!H[16]&&!H[18]&&!H[17]&&!H[91]||i||t.shortcut==="*")&&(t.keys=[],t.keys=t.keys.concat(Y),t.method(e,t)===!1&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0)))}}function Zt(e,t){const n=V["*"];let o=e.keyCode||e.which||e.charCode;if(e.key&&e.key.toLowerCase()==="capslock"||!W.filter.call(this,e))return;if((o===93||o===224)&&(o=91),Y.indexOf(o)===-1&&o!==229&&Y.push(o),["metaKey","ctrlKey","altKey","shiftKey"].forEach(a=>{const l=we[a];e[a]&&Y.indexOf(l)===-1?Y.push(l):!e[a]&&Y.indexOf(l)>-1?Y.splice(Y.indexOf(l),1):a==="metaKey"&&e[a]&&(Y=Y.filter(c=>c in we||c===o))}),o in H){H[o]=!0;for(const a in G)if(Object.prototype.hasOwnProperty.call(G,a)){const l=we[G[a]];W[a]=e[l]}if(!n)return}for(const a in H)Object.prototype.hasOwnProperty.call(H,a)&&(H[a]=e[we[a]]);e.getModifierState&&!(e.altKey&&!e.ctrlKey)&&e.getModifierState("AltGraph")&&(Y.indexOf(17)===-1&&Y.push(17),Y.indexOf(18)===-1&&Y.push(18),H[17]=!0,H[18]=!0);const i=ve();if(n)for(let a=0;a<n.length;a++)n[a].scope===i&&(e.type==="keydown"&&n[a].keydown||e.type==="keyup"&&n[a].keyup)&&Jt(e,n[a],i,t);if(!(o in V))return;const s=V[o],r=s.length;for(let a=0;a<r;a++)if((e.type==="keydown"&&s[a].keydown||e.type==="keyup"&&s[a].keyup)&&s[a].key){const l=s[a],{splitKey:c}=l,h=l.key.split(c),f=[];for(let A=0;A<h.length;A++)f.push(ue(h[A]));f.sort().join("")===Y.sort().join("")&&Jt(e,l,i,t)}}function W(e,t,n){Y=[];const o=Wt(e);let i=[],s="all",r=document,a=0,l=!1,c=!0,h="+",f=!1,A=!1;for(n===void 0&&typeof t=="function"&&(n=t),Object.prototype.toString.call(t)==="[object Object]"&&(t.scope&&(s=t.scope),t.element&&(r=t.element),t.keyup&&(l=t.keyup),t.keydown!==void 0&&(c=t.keydown),t.capture!==void 0&&(f=t.capture),typeof t.splitKey=="string"&&(h=t.splitKey),t.single===!0&&(A=!0)),typeof t=="string"&&(s=t),A&&Qt(e,s);a<o.length;a++)e=o[a].split(h),i=[],e.length>1&&(i=zt(G,e)),e=e[e.length-1],e=e==="*"?"*":ue(e),e in V||(V[e]=[]),V[e].push({keyup:l,keydown:c,scope:s,mods:i,shortcut:o[a],method:n,key:o[a],splitKey:h,element:r});if(typeof r<"u"&&window){if(!ne.has(r)){const g=function(){let y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.event;return Zt(y,r)},u=function(){let y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.event;Zt(y,r),Lo(y)};ne.set(r,{keydownListener:g,keyupListenr:u,capture:f}),tt(r,"keydown",g,f),tt(r,"keyup",u,f)}if(!Ee){const g=()=>{Y=[]};Ee={listener:g,capture:f},tt(window,"focus",g,f)}}}function Oo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"all";Object.keys(V).forEach(n=>{V[n].filter(i=>i.scope===t&&i.shortcut===e).forEach(i=>{i&&i.method&&i.method()})})}function nt(e){const t=Object.values(V).flat();if(t.findIndex(o=>{let{element:i}=o;return i===e})<0){const{keydownListener:o,keyupListenr:i,capture:s}=ne.get(e)||{};o&&i&&(be(e,"keyup",i,s),be(e,"keydown",o,s),ne.delete(e))}if((t.length<=0||ne.size<=0)&&(Object.keys(ne).forEach(i=>{const{keydownListener:s,keyupListenr:r,capture:a}=ne.get(i)||{};s&&r&&(be(i,"keyup",r,a),be(i,"keydown",s,a),ne.delete(i))}),ne.clear(),Object.keys(V).forEach(i=>delete V[i]),Ee)){const{listener:i,capture:s}=Ee;be(window,"focus",i,s),Ee=null}}const ot={getPressedKeyString:vo,setScope:Gt,getScope:ve,deleteScope:xo,getPressedKeyCodes:Eo,getAllKeyCodes:So,isPressed:To,filter:Co,trigger:Oo,unbind:Qt,keyMap:Ae,modifier:G,modifierMap:we};for(const e in ot)Object.prototype.hasOwnProperty.call(ot,e)&&(W[e]=ot[e]);if(typeof window<"u"){const e=window.hotkeys;W.noConflict=t=>(t&&window.hotkeys===W&&(window.hotkeys=e),W),window.hotkeys=W}async function Ro(e,t,n=(()=>!1)){do{if(await e(),await n())break;const o=t;await new Promise((i=>setTimeout(i,Math.max(0,o))))}while(!await n())}const en=300,tn=["up","down","left","right"],nn=De?"⌘+a":"ctrl+a",Mo=[...tn.map(e=>`shift+${e}`),nn],on=(e,t,n,o)=>{const{store:i,selection:s}=t;let r;const{annotatingEnabled:a,offsetReferenceSelector:l,selectionMode:c,dismissOnNotAnnotatable:h="NEVER"}=o;let f,A=a,g="CREATE_NEW",u,y,C,p;const d=v=>{A=v,k.clear(),v||(y=void 0,u=void 0,C=void 0,p=void 0)},S=v=>g=v||"CREATE_NEW",M=v=>f=v,E=v=>r=v,T=v=>{if(g==="ADD_TO_CURRENT")return!0;if(o.allowModifierSelect){const O=v;return De?O.metaKey:O.ctrlKey}else return!1},N=()=>{if(!A||C===!1)return;const{selected:v}=s;if((T(p)||g==="REPLACE_CURRENT")&&v.length===1&&v[0].editable){const j=i.getAnnotation(v[0].id);if(j?.target){y=j.target,u={annotation:j.id,selector:[],created:y.created,creator:y.creator,updated:new Date,updatedBy:r};return}}y=void 0,u={annotation:it(),selector:[],created:new Date,creator:r}},k=yo(v=>{if(!A)return;const O=document.getSelection();if(!O?.anchorNode)return;const j=Array.from(Array(O.rangeCount).keys()).map(P=>O.getRangeAt(P));if(j.every(P=>!Ve(e,P))){u=void 0;return}const le=v.timeStamp-(p?.timeStamp||v.timeStamp);if(p?.type==="pointerdown"&&(le<1e3&&!u||O.isCollapsed&&le<en)&&N(),!u&&(N(),!u))return;if(O.isCollapsed){i.getAnnotation(u.annotation)&&!(T(p)||g==="REPLACE_CURRENT")&&(s.clear(),i.deleteAnnotation(u.annotation));return}const J=j.map(P=>ct(P,e));if(J.every(P=>st(P)))return;const Z=J.flatMap(P=>lt(e,P.cloneRange()));if(!(Z.length>0&&!u||Z.length!==u.selector.length||Z.some((P,Se)=>P.toString()!==u.selector[Se]?.quote)))return;const Ue=T(p)&&y?rt([...y.selector.map(P=>P.range),...Z]):Z;u={...u,selector:Ue.map(P=>ft(P,e,l)),updated:new Date},!(T(p)||g==="REPLACE_CURRENT")&&(i.getAnnotation(u.annotation)?i.updateTarget(u,_.LOCAL):s.clear())},10),D=v=>{p=Re(v),C=p.button===0},R=async v=>{if(!C)return;const O=Re(v),j=()=>{const{x:J,y:Z}=e.getBoundingClientRect();if(re(e,O.target)){(typeof h=="function"?h(O,e):h==="ALWAYS")&&s.clear();return}const ie=O.target instanceof Node&&e.contains(O.target)&&i.getAt(O.clientX-J,O.clientY-Z,c==="all",f);if(ie){const{selected:Ue}=s,P=new Set(Ue.map(Ce=>Ce.id)),Se=Array.isArray(ie)?ie.map(Ce=>Ce.id):[ie.id];(P.size!==Se.length||!Se.every(Ce=>P.has(Ce)))&&(n.emit("clickAnnotation",ie),s.userSelect(Se,O))}else s.clear()};if(O.timeStamp-p.timeStamp<en){await B();const J=document.getSelection(),Z=re(e,p.target),ie=re(e,O.target);if(J?.isCollapsed||Z&&ie){u=void 0,j();return}}u&&u.selector.length>0&&(U(),s.userSelect(u.annotation,O))},B=async()=>{const v=document.getSelection();let O=!1,j=v?.isCollapsed;const le=()=>j||O,J=1;return setTimeout(()=>O=!0,50),Ro(()=>j=v?.isCollapsed,J,le)},m=v=>{document.getSelection()?.isCollapsed||((!u||u.selector.length===0)&&k(v),u&&(U(),s.userSelect(u.annotation,Re(v))))},b=v=>{A&&(v.repeat||v.target instanceof Node&&re(e,v.target)&&v.target!==document.body||v.key==="Shift"&&u&&(document.getSelection().isCollapsed||(U(),s.userSelect(u.annotation,he(v)))))},w=v=>{const O=()=>setTimeout(()=>{u?.selector.length>0&&(s.clear(),i.addAnnotation({id:u.annotation,bodies:[],target:u}),s.userSelect(u.annotation,he(v))),document.removeEventListener("selectionchange",O)},100);document.addEventListener("selectionchange",O),N()};W(Mo.join(","),{element:e,keydown:!0,keyup:!1},v=>{v.repeat||(p=he(v))}),W(nn,{keydown:!0,keyup:!1},v=>{p=he(v),w(v)});const x=v=>{v.repeat||v.target instanceof Node&&re(e,v.target)&&v.target!==document.body||(u=void 0,s.clear())};W(tn.join(","),{keydown:!0,keyup:!1},x);const U=()=>{const v=i.getAnnotation(u.annotation);if(!v)i.addAnnotation({id:u.annotation,bodies:[],target:u});else{const{target:{updated:O}}=v,{updated:j}=u;(!O||!j||O<j)&&i.updateTarget(u)}};return document.addEventListener("pointerdown",D),document.addEventListener("pointerup",R),document.addEventListener("contextmenu",m),document.addEventListener("keyup",b),e.addEventListener("selectstart",N),document.addEventListener("selectionchange",k),{destroy:()=>{u=void 0,y=void 0,C=void 0,p=void 0,k.clear(),document.removeEventListener("pointerdown",D),document.removeEventListener("pointerup",R),document.removeEventListener("contextmenu",m),document.removeEventListener("keyup",b),e.removeEventListener("selectstart",N),document.removeEventListener("selectionchange",k),W.unbind()},setFilter:M,setUser:E,setAnnotatingEnabled:d,setAnnotatingMode:S}},Bo=e=>[`background-color:${z(e?.fill||te.fill).alpha(e?.fillOpacity===void 0?te.fillOpacity:e.fillOpacity).toHex()}`,e?.underlineThickness?"text-decoration:underline":void 0,e?.underlineColor?`text-decoration-color:${e.underlineColor}`:void 0,e?.underlineOffset?`text-underline-offset:${e.underlineOffset}px`:void 0,e?.underlineThickness?`text-decoration-thickness:${e.underlineThickness}px`:void 0].filter(Boolean).join(";"),No=()=>{const e=document.createElement("style");document.getElementsByTagName("head")[0].appendChild(e);let t=new Set;return{destroy:()=>{CSS.highlights.clear(),e.remove()},setVisible:s=>{console.log("setVisible not implemented on CSS Custom Highlights renderer")},redraw:(s,r,a,l,c)=>{const h=new Set(s.map(A=>A.annotation.id));Array.from(t).filter(A=>!h.has(A));const f=s.map(A=>{a?typeof a=="function"&&a(A.annotation,A.state):A.state?.selected;const g=Ge(A,a);return`::highlight(_${A.annotation.id}) { ${Bo(g)} }`});e.innerHTML=f.join(`
2
- `),CSS.highlights.clear(),s.forEach(({annotation:A})=>{const g=A.target.selector.map(y=>y.range),u=new Highlight(...g);CSS.highlights.set(`_${A.id}`,u)}),t=h}}},ko=(e,t,n)=>Fe(No(),e,t,n),sn=(e,t)=>({...e,annotatingEnabled:e.annotatingEnabled??t.annotatingEnabled,user:e.user||t.user}),rn="SPANS",_o=(e,t={})=>{St(e),at(e);const n=sn(t,{annotatingEnabled:!0,user:$n()}),o=Ft(e,n),{selection:i,viewport:s}=o,r=o.store,a=kn(r),l=In(o,a,n.adapter);let c=n.user;const h=typeof n.renderer!="function"?n.renderer==="CSS_HIGHLIGHTS"?CSS.highlights?"CSS_HIGHLIGHTS":rn:n.renderer||rn:null,f=h===null?n.renderer(e,o,s):h==="SPANS"?Xt(e,o,s):h==="CSS_HIGHLIGHTS"?ko(e,o,s):void 0;if(!f)throw`Unknown renderer implementation: ${n.renderer}`;console.debug(h?`Using ${h} renderer`:"Using custom renderer implementation"),n.style&&f.setStyle(n.style);const A=on(e,o,l,n);A.setUser(c);const g=Dn(o,a,n.adapter),u=()=>c,y=E=>{A.setAnnotatingEnabled(E===void 0?!0:E)},C=E=>{A.setAnnotatingMode(E)},p=E=>{f.setFilter(E),A.setFilter(E)},d=E=>{c=E,A.setUser(E)},S=E=>{E?i.setSelected(E):i.clear()};return{...g,destroy:()=>{f.destroy(),A.destroy(),a.destroy()},element:e,getUser:u,renderer:f,setAnnotatingEnabled:y,setAnnotatingMode:C,setFilter:p,setStyle:f.setStyle.bind(f),setUser:d,setSelected:S,setVisible:f.setVisible.bind(f),on:l.on,off:l.off,scrollIntoView:pt(e,r),state:o}};L.DEFAULT_SELECTED_STYLE=Ne,L.DEFAULT_STYLE=te,L.NOT_ANNOTATABLE_CLASS=Ye,L.NOT_ANNOTATABLE_SELECTOR=se,L.Origin=_,L.UserSelectAction=$e,L.W3CTextFormat=zn,L.cancelSingleClickEvents=St,L.cloneKeyboardEvent=he,L.clonePointerEvent=Re,L.computeStyle=Ge,L.computeZIndex=Dt,L.createBody=vn,L.createRenderer=Fe,L.createSelectionHandler=on,L.createSpansRenderer=Xt,L.createTextAnnotator=_o,L.createTextAnnotatorState=Ft,L.debounce=Me,L.fillDefaults=sn,L.getBackgroundColor=It,L.getHighlightClientRects=Yt,L.getQuoteContext=ut,L.getRangeAnnotatableContents=Te,L.getViewportBounds=Pt,L.isMac=De,L.isNodeWhitespaceOrEmpty=un,L.isNotAnnotatable=re,L.isRangeAnnotatable=Ve,L.isRangeWhitespaceOrEmpty=st,L.isRevived=Q,L.mergeClientRects=Vt,L.mergeRanges=rt,L.parseW3CTextAnnotation=wt,L.programmaticallyFocusable=at,L.rangeToSelector=ft,L.reviveAnnotation=xe,L.reviveSelector=Xe,L.reviveTarget=fe,L.scrollIntoView=pt,L.serializeW3CTextAnnotation=Et,L.splitAnnotatableRanges=lt,L.toDomRectList=so,L.toParentBounds=Kt,L.toViewportBounds=ro,L.trackViewport=$t,L.trimRangeToContainer=ct,L.whitespaceOrEmptyRegex=Ke,Object.defineProperty(L,Symbol.toStringTag,{value:"Module"})}));
1
+ (function(L,V){typeof exports=="object"&&typeof module<"u"?V(exports):typeof define=="function"&&define.amd?define(["exports"],V):(L=typeof globalThis<"u"?globalThis:L||self,V(L.RecogitoJS={}))})(this,(function(L){"use strict";const V=[];for(let e=0;e<256;++e)V.push((e+256).toString(16).slice(1));function dn(e,t=0){return(V[e[t+0]]+V[e[t+1]]+V[e[t+2]]+V[e[t+3]]+"-"+V[e[t+4]]+V[e[t+5]]+"-"+V[e[t+6]]+V[e[t+7]]+"-"+V[e[t+8]]+V[e[t+9]]+"-"+V[e[t+10]]+V[e[t+11]]+V[e[t+12]]+V[e[t+13]]+V[e[t+14]]+V[e[t+15]]).toLowerCase()}const un=new Uint8Array(16);function fn(){return crypto.getRandomValues(un)}function st(e,t,n){return crypto.randomUUID?crypto.randomUUID():hn(e)}function hn(e,t,n){e=e||{};const o=e.random??e.rng?.()??fn();if(o.length<16)throw new Error("Random bytes length must be >= 16");return o[6]=o[6]&15|64,o[8]=o[8]&63|128,dn(o)}const Ke=typeof navigator<"u"&&navigator.platform.startsWith("Mac"),Ye="not-annotatable",se=`.${Ye}`,re=(e,t)=>e.contains(t)?!!(t instanceof HTMLElement?t.closest(se):t.parentElement?.closest(se)):!0,Ve=(e,t)=>{const n=t.commonAncestorContainer;return!re(e,n)},Xe=/^\s*$/,rt=e=>Xe.test(e.toString()),gn=e=>Xe.test(e.textContent||""),at=e=>{if(e.length===0)return[];if(e.length===1)return[e[0]];e.sort((i,s)=>{const r=i.compareBoundaryPoints(Range.START_TO_START,s);return r!==0?r:i.compareBoundaryPoints(Range.END_TO_END,s)});const[t,...n]=e,o=n.reduce((i,s)=>i.current.compareBoundaryPoints(Range.START_TO_END,s)>=0?(i.current.compareBoundaryPoints(Range.END_TO_END,s)<0&&i.current.setEnd(s.endContainer,s.endOffset),i):(i.merged.push(i.current),i.current=s.cloneRange(),i),{merged:[],current:t.cloneRange()});return[...o.merged,o.current]},lt=e=>{(!e.hasAttribute("tabindex")||e.tabIndex<-1)&&e.setAttribute("tabindex","-1"),e.classList.add("no-focus-outline")},pn=function*(e){const t=document.createNodeIterator(e.commonAncestorContainer,NodeFilter.SHOW_ELEMENT,o=>o instanceof HTMLElement&&o.classList.contains(Ye)&&!o.parentElement?.closest(se)&&e.intersectsNode(o)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP);let n;for(;n=t.nextNode();)n instanceof HTMLElement&&(yield n)},ct=(e,t)=>{if(!Ve(e,t))return[];const n=[];let o=null;for(const i of pn(t)){let s;o?(s=document.createRange(),s.setStartAfter(o),s.setEndBefore(i)):(s=t.cloneRange(),s.setEndBefore(i)),s.collapsed||n.push(s),o=i}if(o){const i=t.cloneRange();i.setStartAfter(o),i.collapsed||n.push(i)}return n.length>0?n:[t]},xe=e=>{const t=e.cloneContents();return t.querySelectorAll(se).forEach(n=>n.remove()),t},dt=(e,t)=>{const n=e.cloneRange();return t.contains(n.startContainer)||n.setStart(t,0),t.contains(n.endContainer)||n.setEnd(t,t.childNodes.length),n},ut=new Intl.Segmenter(void 0,{granularity:"grapheme"}),ft=(e,t,n=10,o)=>{const i=o?e.startContainer.parentElement.closest(o):t,s=document.createRange();s.setStart(i,0),s.setEnd(e.startContainer,e.startOffset);const r=xe(s).textContent,a=document.createRange();a.setStart(e.endContainer,e.endOffset),i===document.body?a.setEnd(i,i.childNodes.length):a.setEndAfter(i);const l=xe(a).textContent,d=[...ut.segment(r)],h=[...ut.segment(l)];return{prefix:d.slice(-n).map(f=>f.segment).join(""),suffix:h.slice(0,n).map(f=>f.segment).join("")}},ht=(e,t,n)=>{const o=document.createRange(),i=n?e.startContainer.parentElement.closest(n):t;o.setStart(i,0),o.setEnd(e.startContainer,e.startOffset);const s=xe(o).textContent,r=e.toString(),a=s.length||0,l=a+r.length;return n?{quote:r,start:a,end:l,range:e,offsetReference:i}:{quote:r,start:a,end:l,range:e}},Q=e=>e.every(t=>t.range instanceof Range&&!t.range.collapsed),Pe=(e,t)=>{const{start:n,end:o}=e,i=e.offsetReference||t,s=document.createNodeIterator(t,NodeFilter.SHOW_TEXT,h=>h.parentElement?.closest(se)?NodeFilter.FILTER_SKIP:NodeFilter.FILTER_ACCEPT);let r=0;const a=document.createRange();let l=s.nextNode();l===null&&console.error("Could not revive annotation target. Content missing.");let d=!i;for(;l!==null;){if(d||=typeof i?.contains=="function"?i.contains(l):!1,d){const h=l.textContent?.length||0;if(r+h>n){a.setStart(l,n-r);break}r+=h}l=s.nextNode()}for(;l!==null;){const h=l.textContent?.length||0;if(r+h>=o){a.setEnd(l,o-r);break}r+=h,l=s.nextNode()}return{...e,range:a}},he=(e,t)=>Q(e.selector)?e:{...e,selector:e.selector.map(n=>n.range instanceof Range&&!n.range.collapsed?n:Pe(n,t))},Le=(e,t)=>Q(e.target.selector)?e:{...e,target:he(e.target,t)},gt=e=>{if(!e)return document.scrollingElement;const{overflowY:t}=window.getComputedStyle(e);return t!=="visible"&&t!=="hidden"&&e.scrollHeight>e.clientHeight?e:gt(e.parentElement)},pt=(e,t,n)=>{const o=n.getBoundingClientRect(),i=n.clientHeight,s=n.clientWidth,r=t.selector[0].range.getBoundingClientRect(),{width:a,height:l}=e.getAnnotationBounds(t.annotation),d=r.top-o.top,h=r.left-o.left,f=n.parentElement?n.scrollTop:0,b=n.parentElement?n.scrollLeft:0,p=d+f-(i-l)/2,c=h+b-(s-a)/2;n.scroll({top:p,left:c,behavior:"smooth"})},mt=(e,t)=>(n,o)=>{const i=typeof n=="string"?n:n.id,s=o?typeof o=="string"?document.getElementById(o):o:gt(e);if(!s)return console.warn(`The scroll parent is missing for the annotation: ${i}`,{container:e}),!1;const r=t.getAnnotation(i);if(!r)return console.warn(`The annotation is missing in the store: ${i}`),!1;const{range:a}=r.target.selector[0];if(a&&!a.collapsed)return pt(t,r.target,s),!0;const l=he(r.target,e),{range:d}=l.selector[0];return d&&!d.collapsed?(pt(t,l,s),!0):!1};var yt=Object.prototype.hasOwnProperty;function ae(e,t){var n,o;if(e===t)return!0;if(e&&t&&(n=e.constructor)===t.constructor){if(n===Date)return e.getTime()===t.getTime();if(n===RegExp)return e.toString()===t.toString();if(n===Array){if((o=e.length)===t.length)for(;o--&&ae(e[o],t[o]););return o===-1}if(!n||typeof e=="object"){o=0;for(n in e)if(yt.call(e,n)&&++o&&!yt.call(t,n)||!(n in t)||!ae(e[n],t[n]))return!1;return Object.keys(t).length===o}}return e!==e&&t!==t}const mn=Symbol("clean");let G=[],oe=0;const Oe=4,yn=globalThis.nanostoresGlobal||(globalThis.nanostoresGlobal={epoch:0}),$e=e=>{let t=[],n={get(){return n.lc||n.listen(()=>{})(),n.value},init:e,lc:0,listen(o){return n.lc=t.push(o),()=>{for(let s=oe+Oe;s<G.length;)G[s]===o?G.splice(s,Oe):s+=Oe;let i=t.indexOf(o);~i&&(t.splice(i,1),--n.lc||n.off())}},notify(o,i){yn.epoch++;let s=!G.length;for(let r of t)G.push(r,n.value,o,i);if(s){for(oe=0;oe<G.length;oe+=Oe)G[oe](G[oe+1],G[oe+2],G[oe+3]);G.length=0}},off(){},set(o){let i=n.value;i!==o&&(n.value=o,n.notify(i))},subscribe(o){let i=n.listen(o);return o(n.value),i},value:e};return process.env.NODE_ENV!=="production"&&(n[mn]=()=>{t=[],n.lc=0,n.off()}),n},bn=e=>{const t=$e(null);return e.observe(({changes:n})=>{const o=t.get();if(o){(n.deleted||[]).some(s=>s.id===o)&&t.set(null);const i=(n.updated||[]).find(({oldValue:s})=>s.id===o);i&&t.set(i.newValue.id)}}),{get current(){return t.get()},subscribe:t.subscribe.bind(t),set:t.set.bind(t)}};var He=(e=>(e.EDIT="EDIT",e.SELECT="SELECT",e.NONE="NONE",e))(He||{});const je={selected:[]},An=(e,t,n)=>{const o=$e(je);let i=t;const s=()=>{ae(o.get(),je)||o.set(je)},r=()=>{var p;return((p=o.get().selected)==null?void 0:p.length)===0},a=p=>{if(r())return!1;const c=typeof p=="string"?p:p.id;return o.get().selected.some(m=>m.id===c)},l=(p,c)=>{let m;if(Array.isArray(p)){if(m=p.map(g=>e.getAnnotation(g)).filter(Boolean),m.length<p.length){console.warn("Invalid selection: "+p.filter(g=>!m.some(u=>u.id===g)));return}}else{const g=e.getAnnotation(p);if(!g){console.warn("Invalid selection: "+p);return}m=[g]}const v=m.reduce((g,u)=>{const C=b(u);return C==="EDIT"?[...g,{id:u.id,editable:!0}]:C==="SELECT"?[...g,{id:u.id}]:g},[]);o.set({selected:v,event:c})},d=(p,c)=>{const m=Array.isArray(p)?p:[p],v=m.map(g=>e.getAnnotation(g)).filter(g=>!!g);o.set({selected:v.map(g=>{const u=c===void 0?b(g)==="EDIT":c;return{id:g.id,editable:u}})}),v.length!==m.length&&console.warn("Invalid selection",p)},h=p=>{if(r())return!1;const{selected:c}=o.get();c.some(({id:m})=>p.includes(m))&&o.set({selected:c.filter(({id:m})=>!p.includes(m))})},f=p=>{i=p,d(o.get().selected.map(({id:c})=>c))},b=p=>wn(p,i,n);return e.observe(({changes:p})=>h((p.deleted||[]).map(c=>c.id))),{get event(){const p=o.get();return p?p.event:null},get selected(){const p=o.get();return p?[...p.selected]:null},get userSelectAction(){return i},clear:s,evalSelectAction:b,isEmpty:r,isSelected:a,setSelected:d,setUserSelectAction:f,subscribe:o.subscribe.bind(o),userSelect:l}},wn=(e,t,n)=>{const o=n?n.serialize(e):e;return typeof t=="function"?t(o):t||"EDIT"},H=[];for(let e=0;e<256;++e)H.push((e+256).toString(16).slice(1));function En(e,t=0){return(H[e[t+0]]+H[e[t+1]]+H[e[t+2]]+H[e[t+3]]+"-"+H[e[t+4]]+H[e[t+5]]+"-"+H[e[t+6]]+H[e[t+7]]+"-"+H[e[t+8]]+H[e[t+9]]+"-"+H[e[t+10]]+H[e[t+11]]+H[e[t+12]]+H[e[t+13]]+H[e[t+14]]+H[e[t+15]]).toLowerCase()}const vn=new Uint8Array(16);function Sn(){return crypto.getRandomValues(vn)}function bt(e,t,n){return crypto.randomUUID?crypto.randomUUID():Cn(e)}function Cn(e,t,n){var o;e=e||{};const i=e.random??((o=e.rng)==null?void 0:o.call(e))??Sn();if(i.length<16)throw new Error("Random bytes length must be >= 16");return i[6]=i[6]&15|64,i[8]=i[8]&63|128,En(i)}const Fe=e=>{const t=n=>{const o={...n};return n.created&&typeof n.created=="string"&&(o.created=new Date(n.created)),n.updated&&typeof n.updated=="string"&&(o.updated=new Date(n.updated)),o};return{...e,bodies:(e.bodies||[]).map(t),target:t(e.target)}},Tn=(e,t,n,o)=>({id:bt(),annotation:typeof e=="string"?e:e.id,created:n||new Date,creator:o,...t}),xn=(e,t)=>{const n=new Set(e.bodies.map(o=>o.id));return t.bodies.filter(o=>!n.has(o.id))},Ln=(e,t)=>{const n=new Set(t.bodies.map(o=>o.id));return e.bodies.filter(o=>!n.has(o.id))},On=(e,t)=>t.bodies.map(n=>{const o=e.bodies.find(i=>i.id===n.id);return{newBody:n,oldBody:o&&!ae(o,n)?o:void 0}}).filter(({oldBody:n})=>n).map(({oldBody:n,newBody:o})=>({oldBody:n,newBody:o})),Rn=(e,t)=>!ae(e.target,t.target),At=(e,t)=>{const n=xn(e,t),o=Ln(e,t),i=On(e,t);return{oldValue:e,newValue:t,bodiesCreated:n.length>0?n:void 0,bodiesDeleted:o.length>0?o:void 0,bodiesUpdated:i.length>0?i:void 0,targetUpdated:Rn(e,t)?{oldTarget:e.target,newTarget:t.target}:void 0}};var _=(e=>(e.LOCAL="LOCAL",e.REMOTE="REMOTE",e.SILENT="SILENT",e))(_||{});const kn=(e,t)=>{var n,o;const{changes:i,origin:s}=t;if(!(e.options.origin?e.options.origin===s:s!=="SILENT"))return!1;if(e.options.ignore){const{ignore:r}=e.options,a=l=>l&&l.length>0;if(!(a(i.created)||a(i.deleted))){const l=(n=i.updated)==null?void 0:n.some(h=>a(h.bodiesCreated)||a(h.bodiesDeleted)||a(h.bodiesUpdated)),d=(o=i.updated)==null?void 0:o.some(h=>h.targetUpdated);if(r==="BODY_ONLY"&&l&&!d||r==="TARGET_ONLY"&&d&&!l)return!1}}if(e.options.annotations){const r=new Set([...(i.created||[]).map(a=>a.id),...(i.deleted||[]).map(a=>a.id),...(i.updated||[]).map(({oldValue:a})=>a.id)]);return!!(Array.isArray(e.options.annotations)?e.options.annotations:[e.options.annotations]).find(a=>r.has(a))}else return!0},Mn=(e,t)=>{const n=new Set((e.created||[]).map(f=>f.id)),o=new Set((e.updated||[]).map(({newValue:f})=>f.id)),i=new Set((t.created||[]).map(f=>f.id)),s=new Set((t.deleted||[]).map(f=>f.id)),r=new Set((t.updated||[]).map(({oldValue:f})=>f.id)),a=new Set((t.updated||[]).filter(({oldValue:f})=>n.has(f.id)||o.has(f.id)).map(({oldValue:f})=>f.id)),l=[...(e.created||[]).filter(f=>!s.has(f.id)).map(f=>r.has(f.id)?t.updated.find(({oldValue:b})=>b.id===f.id).newValue:f),...t.created||[]],d=[...(e.deleted||[]).filter(f=>!i.has(f.id)),...(t.deleted||[]).filter(f=>!n.has(f.id))],h=[...(e.updated||[]).filter(({newValue:f})=>!s.has(f.id)).map(f=>{const{oldValue:b,newValue:p}=f;if(r.has(p.id)){const c=t.updated.find(m=>m.oldValue.id===p.id).newValue;return At(b,c)}else return f}),...(t.updated||[]).filter(({oldValue:f})=>!a.has(f.id))];return{created:l,deleted:d,updated:h}},Re=e=>{const t=e.id===void 0?bt():e.id;return{...e,id:t,bodies:e.bodies===void 0?[]:e.bodies.map(n=>({...n,annotation:t})),target:{...e.target,annotation:t}}},Bn=e=>e.id!==void 0,Nn=()=>{const e=new Map,t=new Map,n=[],o=(y,A={})=>{n.push({onChange:y,options:A})},i=y=>{const A=n.findIndex(w=>w.onChange==y);A>-1&&n.splice(A,1)},s=(y,A)=>{const w={origin:y,changes:{created:A.created||[],updated:A.updated||[],deleted:A.deleted||[]},state:[...e.values()]};n.forEach(x=>{kn(x,w)&&x.onChange(w)})},r=(y,A=_.LOCAL)=>{if(y.id&&e.get(y.id))throw Error(`Cannot add annotation ${y.id} - exists already`);{const w=Re(y);e.set(w.id,w),w.bodies.forEach(x=>t.set(x.id,w.id)),s(A,{created:[w]})}},a=(y,A)=>{const w=Re(typeof y=="string"?A:y),x=typeof y=="string"?y:y.id,U=x&&e.get(x);if(U){const I=At(U,w);return x===w.id?e.set(x,w):(e.delete(x),e.set(w.id,w)),U.bodies.forEach(S=>t.delete(S.id)),w.bodies.forEach(S=>t.set(S.id,w.id)),I}else console.warn(`Cannot update annotation ${x} - does not exist`)},l=(y,A=_.LOCAL,w=_.LOCAL)=>{const x=Bn(A)?w:A,U=a(y,A);U&&s(x,{updated:[U]})},d=(y,A=_.LOCAL)=>{e.get(y.id)?l(y,A):r(y,A)},h=(y,A=_.LOCAL)=>{const w=y.reduce((x,U)=>{const I=a(U);return I?[...x,I]:x},[]);w.length>0&&s(A,{updated:w})},f=(y,A=_.LOCAL)=>{const w=y.map(Re),{toAdd:x,toUpdate:U}=w.reduce((S,O)=>e.get(O.id)?{...S,toUpdate:[...S.toUpdate,O]}:{...S,toAdd:[...S.toAdd,O]},{toAdd:[],toUpdate:[]}),I=U.map(S=>a(S,A)).filter(Boolean);x.forEach(S=>{e.set(S.id,S),S.bodies.forEach(O=>t.set(O.id,S.id))}),s(A,{created:x,updated:I})},b=(y,A=_.LOCAL)=>{const w=e.get(y.annotation);if(w){const x={...w,bodies:[...w.bodies,y]};e.set(w.id,x),t.set(y.id,x.id),s(A,{updated:[{oldValue:w,newValue:x,bodiesCreated:[y]}]})}else console.warn(`Attempt to add body to missing annotation: ${y.annotation}`)},p=()=>[...e.values()],c=(y=_.LOCAL)=>{const A=[...e.values()];e.clear(),t.clear(),s(y,{deleted:A})},m=(y,A=!0,w=_.LOCAL)=>{const x=y.map(Re);if(A){const U=[...e.values()];e.clear(),t.clear(),x.forEach(I=>{e.set(I.id,I),I.bodies.forEach(S=>t.set(S.id,I.id))}),s(w,{created:x,deleted:U})}else{const U=y.reduce((I,S)=>{const O=S.id&&e.get(S.id);return O?[...I,O]:I},[]);if(U.length>0)throw Error(`Bulk insert would overwrite the following annotations: ${U.map(I=>I.id).join(", ")}`);x.forEach(I=>{e.set(I.id,I),I.bodies.forEach(S=>t.set(S.id,I.id))}),s(w,{created:x})}},v=y=>{const A=typeof y=="string"?y:y.id,w=e.get(A);if(w)return e.delete(A),w.bodies.forEach(x=>t.delete(x.id)),w;console.warn(`Attempt to delete missing annotation: ${A}`)},g=(y,A=_.LOCAL)=>{const w=v(y);w&&s(A,{deleted:[w]})},u=(y,A=_.LOCAL)=>{const w=y.reduce((x,U)=>{const I=v(U);return I?[...x,I]:x},[]);w.length>0&&s(A,{deleted:w})},C=y=>{const A=e.get(y.annotation);if(A){const w=A.bodies.find(x=>x.id===y.id);if(w){t.delete(w.id);const x={...A,bodies:A.bodies.filter(U=>U.id!==y.id)};return e.set(A.id,x),{oldValue:A,newValue:x,bodiesDeleted:[w]}}else console.warn(`Attempt to delete missing body ${y.id} from annotation ${y.annotation}`)}else console.warn(`Attempt to delete body from missing annotation ${y.annotation}`)},k=(y,A=_.LOCAL)=>{const w=C(y);w&&s(A,{updated:[w]})},E=(y,A=_.LOCAL)=>{const w=y.map(x=>C(x)).filter(Boolean);w.length>0&&s(A,{updated:w})},T=y=>{const A=e.get(y);return A?{...A}:void 0},B=y=>{const A=t.get(y);if(A){const w=T(A).bodies.find(x=>x.id===y);if(w)return w;console.error(`Store integrity error: body ${y} in index, but not in annotation`)}else console.warn(`Attempt to retrieve missing body: ${y}`)},N=(y,A)=>{if(y.annotation!==A.annotation)throw"Annotation integrity violation: annotation ID must be the same when updating bodies";const w=e.get(y.annotation);if(w){const x=w.bodies.find(I=>I.id===y.id),U={...w,bodies:w.bodies.map(I=>I.id===x.id?A:I)};return e.set(w.id,U),x.id!==A.id&&(t.delete(x.id),t.set(A.id,U.id)),{oldValue:w,newValue:U,bodiesUpdated:[{oldBody:x,newBody:A}]}}else console.warn(`Attempt to add body to missing annotation ${y.annotation}`)},D=(y,A,w=_.LOCAL)=>{const x=N(y,A);x&&s(w,{updated:[x]})},R=(y,A=_.LOCAL)=>{const w=y.map(x=>N({id:x.id,annotation:x.annotation},x)).filter(Boolean);s(A,{updated:w})},M=y=>{const A=e.get(y.annotation);if(A){const w={...A,target:{...A.target,...y}};return e.set(A.id,w),{oldValue:A,newValue:w,targetUpdated:{oldTarget:A.target,newTarget:y}}}else console.warn(`Attempt to update target on missing annotation: ${y.annotation}`)};return{addAnnotation:r,addBody:b,all:p,bulkAddAnnotations:m,bulkDeleteAnnotations:u,bulkDeleteBodies:E,bulkUpdateAnnotations:h,bulkUpdateBodies:R,bulkUpdateTargets:(y,A=_.LOCAL)=>{const w=y.map(x=>M(x)).filter(Boolean);w.length>0&&s(A,{updated:w})},bulkUpsertAnnotations:f,clear:c,deleteAnnotation:g,deleteBody:k,getAnnotation:T,getBody:B,observe:o,unobserve:i,updateAnnotation:l,updateBody:D,updateTarget:(y,A=_.LOCAL)=>{const w=M(y);w&&s(A,{updated:[w]})},upsertAnnotation:d}};let _n=()=>({emit(e,...t){for(let n=this.events[e]||[],o=0,i=n.length;o<i;o++)n[o](...t)},events:{},on(e,t){var n;return((n=this.events)[e]||(n[e]=[])).push(t),()=>{var o;this.events[e]=(o=this.events[e])==null?void 0:o.filter(i=>t!==i)}}});const In=250,Un=(e,t)=>{const n=_n(),o=[];let i=-1,s=!1,r=0;const a=c=>{if(!s){const{changes:m}=c,v=performance.now();if(v-r>In)o.splice(i+1),o.push(m),i=o.length-1;else{const g=o.length-1;o[g]=Mn(o[g],m)}r=v}s=!1};e.observe(a,{origin:_.LOCAL});const l=c=>c&&c.length>0&&e.bulkDeleteAnnotations(c),d=c=>c&&c.length>0&&e.bulkAddAnnotations(c,!1),h=c=>c&&c.length>0&&e.bulkUpdateAnnotations(c.map(({oldValue:m})=>m)),f=c=>c&&c.length>0&&e.bulkUpdateAnnotations(c.map(({newValue:m})=>m)),b=c=>c&&c.length>0&&e.bulkAddAnnotations(c,!1),p=c=>c&&c.length>0&&e.bulkDeleteAnnotations(c);return{canRedo:()=>o.length-1>i,canUndo:()=>i>-1,destroy:()=>e.unobserve(a),getHistory:()=>({changes:[...o],pointer:i}),on:(c,m)=>n.on(c,m),redo:()=>{if(o.length-1>i){s=!0;const{created:c,updated:m,deleted:v}=o[i+1];d(c),f(m),p(v),n.emit("redo",o[i+1]),i+=1}},undo:()=>{if(i>-1){s=!0;const{created:c,updated:m,deleted:v}=o[i];l(c),h(m),b(v),n.emit("undo",o[i]),i-=1}}}},Dn=()=>{const e=$e([]);return{subscribe:e.subscribe.bind(e),set:e.set.bind(e)}},Kn=(e,t,n,o)=>{const{hover:i,selection:s,store:r,viewport:a}=e,l=new Map;let d=[],h;const f=(m,v)=>{l.has(m)?l.get(m).push(v):l.set(m,[v])},b=(m,v)=>{const g=l.get(m);if(g){const u=g.indexOf(v);u!==-1&&g.splice(u,1)}},p=(m,v,g)=>{l.has(m)&&setTimeout(()=>{l.get(m).forEach(u=>{if(n){const C=Array.isArray(v)?v.map(E=>n.serialize(E)):n.serialize(v),k=g?g instanceof PointerEvent?g:n.serialize(g):void 0;u(C,k)}else u(v,g)})},1)};s.subscribe(({selected:m})=>{if(!(d.length===0&&m.length===0)){if(d.length===0&&m.length>0)d=m.map(({id:v})=>r.getAnnotation(v));else if(d.length>0&&m.length===0)d.forEach(v=>{const g=r.getAnnotation(v.id);g&&!ae(g,v)&&p("updateAnnotation",g,v)}),d=[];else{const v=new Set(d.map(u=>u.id)),g=new Set(m.map(({id:u})=>u));d.filter(u=>!g.has(u.id)).forEach(u=>{const C=r.getAnnotation(u.id);C&&!ae(C,u)&&p("updateAnnotation",C,u)}),d=[...d.filter(u=>g.has(u.id)),...m.filter(({id:u})=>!v.has(u)).map(({id:u})=>r.getAnnotation(u))]}p("selectionChanged",d)}}),i.subscribe(m=>{!h&&m?p("mouseEnterAnnotation",r.getAnnotation(m)):h&&!m?p("mouseLeaveAnnotation",r.getAnnotation(h)):h&&m&&(p("mouseLeaveAnnotation",r.getAnnotation(h)),p("mouseEnterAnnotation",r.getAnnotation(m))),h=m}),a?.subscribe(m=>p("viewportIntersect",m.map(v=>r.getAnnotation(v)))),r.observe(m=>{const{created:v,deleted:g}=m.changes;(v||[]).forEach(u=>p("createAnnotation",u)),(g||[]).forEach(u=>p("deleteAnnotation",u)),(m.changes.updated||[]).filter(u=>[...u.bodiesCreated||[],...u.bodiesDeleted||[],...u.bodiesUpdated||[]].length>0).forEach(({oldValue:u,newValue:C})=>{const k=d.find(E=>E.id===u.id)||u;d=d.map(E=>E.id===u.id?C:E),p("updateAnnotation",C,k)})},{origin:_.LOCAL}),r.observe(m=>{if(d){const v=new Set(d.map(u=>u.id)),g=(m.changes.updated||[]).filter(({newValue:u})=>v.has(u.id)).map(({newValue:u})=>u);g.length>0&&(d=d.map(u=>g.find(k=>k.id===u.id)||u))}},{origin:_.REMOTE});const c=m=>v=>{const{updated:g}=v;m?(g||[]).forEach(u=>p("updateAnnotation",u.oldValue,u.newValue)):(g||[]).forEach(u=>p("updateAnnotation",u.newValue,u.oldValue))};return t.on("undo",c(!0)),t.on("redo",c(!1)),{on:f,off:b,emit:p}},Yn=e=>t=>t.reduce((n,o)=>{const{parsed:i,error:s}=e.parse(o);return s?{parsed:n.parsed,failed:[...n.failed,o]}:i?{parsed:[...n.parsed,i],failed:n.failed}:{...n}},{parsed:[],failed:[]}),Vn=(e,t,n)=>{const{store:o,selection:i}=e,s=g=>{if(n){const{parsed:u,error:C}=n.parse(g);u?o.addAnnotation(u,_.REMOTE):console.error(C)}else o.addAnnotation(Fe(g),_.REMOTE)},r=()=>i.clear(),a=()=>o.clear(),l=g=>{const u=o.getAnnotation(g);return n&&u?n.serialize(u):u},d=()=>n?o.all().map(n.serialize):o.all(),h=()=>{var g;const u=(((g=i.selected)==null?void 0:g.map(C=>C.id))||[]).map(C=>o.getAnnotation(C)).filter(Boolean);return n?u.map(n.serialize):u},f=(g,u=!0)=>fetch(g).then(C=>C.json()).then(C=>(p(C,u),C)),b=g=>{if(typeof g=="string"){const u=o.getAnnotation(g);if(o.deleteAnnotation(g),u)return n?n.serialize(u):u}else{const u=n?n.parse(g).parsed:g;if(u)return o.deleteAnnotation(u),g}},p=(g,u=!0)=>{if(n){const C=n.parseAll||Yn(n),{parsed:k,failed:E}=C(g);E.length>0&&console.warn(`Discarded ${E.length} invalid annotations`,E),o.bulkAddAnnotations(k,u,_.REMOTE)}else o.bulkAddAnnotations(g.map(Fe),u,_.REMOTE)},c=(g,u)=>{g?i.setSelected(g,u):i.clear()},m=g=>{i.setUserSelectAction(g)},v=g=>{if(n){const u=n.parse(g).parsed,C=n.serialize(o.getAnnotation(u.id));return o.updateAnnotation(u),C}else{const u=o.getAnnotation(g.id);return o.updateAnnotation(Fe(g)),u}};return{addAnnotation:s,cancelSelected:r,canRedo:t.canRedo,canUndo:t.canUndo,clearAnnotations:a,getAnnotationById:l,getAnnotations:d,getHistory:t.getHistory,getSelected:h,loadAnnotations:f,redo:t.redo,removeAnnotation:b,setAnnotations:p,setSelected:c,setUserSelectAction:m,undo:t.undo,updateAnnotation:v}};let Xn="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",Pn=e=>crypto.getRandomValues(new Uint8Array(e)),$n=(e,t,n)=>{let o=256-256%e.length;if(o===256){let s=e.length-1;return(r=t)=>{if(!r)return"";let a="";for(;;){let l=n(r),d=r;for(;d--;)if(a+=e[l[d]&s],a.length>=r)return a}}}let i=Math.ceil(1.6*256*t/o);return(s=t)=>{if(!s)return"";let r="";for(;;){let a=n(i),l=i;for(;l--;)if(a[l]<o&&(r+=e[a[l]%e.length],r.length>=s))return r}}},Hn=(e,t=21)=>$n(e,t|0,Pn),jn=(e=21)=>{let t="",n=crypto.getRandomValues(new Uint8Array(e|=0));for(;e--;)t+=Xn[n[e]&63];return t};const Fn=()=>({isGuest:!0,id:Hn("1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_",20)()}),zn=e=>{const t=JSON.stringify(e);let n=0;for(let o=0,i=t.length;o<i;o++){let s=t.charCodeAt(o);n=(n<<5)-n+s,n|=0}return`${n}`},wt=e=>e?typeof e=="object"?{...e}:e:void 0,Wn=(e,t)=>(Array.isArray(e)?e:[e]).map(n=>{const{id:o,type:i,purpose:s,value:r,created:a,modified:l,creator:d,...h}=n;return{id:o||`temp-${zn(n)}`,annotation:t,type:i,purpose:s,value:r,creator:wt(d),created:a?new Date(a):void 0,updated:l?new Date(l):void 0,...h}}),qn=e=>e.map(t=>{var n;const{annotation:o,created:i,updated:s,...r}=t,a={...r,created:i?.toISOString(),modified:s?.toISOString()};return(n=a.id)!=null&&n.startsWith("temp-")&&delete a.id,a});jn();const Gn=(e,t)=>({parse:n=>Et(n),serialize:n=>vt(n,e,t)}),Qn=e=>e.quote!==void 0&&e.start!==void 0&&e.end!==void 0,Jn=e=>{const{id:t,creator:n,created:o,modified:i,target:s}=e,r=Array.isArray(s)?s:[s];if(r.length===0)return{error:Error(`No targets found for annotation: ${e.id}`)};const a={creator:wt(n),created:o?new Date(o):void 0,updated:i?new Date(i):void 0,annotation:t,selector:[],styleClass:"styleClass"in r[0]?r[0].styleClass:void 0};for(const l of r){const h=(Array.isArray(l.selector)?l.selector:[l.selector]).reduce((f,b)=>{switch(b.type){case"TextQuoteSelector":f.quote=b.exact;break;case"TextPositionSelector":f.start=b.start,f.end=b.end;break}return f},{});if(Qn(h))a.selector.push({...h,id:l.id,scope:l.scope});else{const f=[h.start?void 0:"TextPositionSelector",h.quote?void 0:"TextQuoteSelector"].filter(Boolean);return{error:Error(`Missing selector types: ${f.join(" and ")} for annotation: ${e.id}`)}}}return{parsed:a}},Et=e=>{const t=e.id||st(),{creator:n,created:o,modified:i,body:s,...r}=e,a=Wn(s,t),l=Jn(e);return"error"in l?{error:l.error}:{parsed:{...r,id:t,bodies:a,target:l.parsed}}},vt=(e,t,n)=>{const{bodies:o,target:i,...s}=e,{selector:r,creator:a,created:l,updated:d,...h}=i,f=r.map(b=>{const{id:p,quote:c,start:m,end:v,range:g}=b,u={type:"TextQuoteSelector",exact:c};if(n){const{prefix:k,suffix:E}=ft(g,n);u.prefix=k,u.suffix=E}const C={type:"TextPositionSelector",start:m,end:v};return{...h,id:p,scope:"scope"in b?b.scope:void 0,source:t,selector:[u,C]}});return{...s,"@context":"http://www.w3.org/ns/anno.jsonld",id:e.id,type:"Annotation",body:qn(e.bodies),creator:a,created:l?.toISOString(),modified:d?.toISOString(),target:f}};let St=()=>({emit(e,...t){for(let n=this.events[e]||[],o=0,i=n.length;o<i;o++)n[o](...t)},events:{},on(e,t){return(this.events[e]||=[]).push(t),()=>{this.events[e]=this.events[e]?.filter(n=>t!==n)}}});const Ct=e=>e.addEventListener("click",t=>{!t.target.closest(se)&&!t.target.closest("a")&&t.preventDefault()}),ke=e=>({...e,type:e.type,x:e.x,y:e.y,clientX:e.clientX,clientY:e.clientY,offsetX:e.offsetX,offsetY:e.offsetY,screenX:e.screenX,screenY:e.screenY,isPrimary:e.isPrimary,altKey:e.altKey,ctrlKey:e.ctrlKey,metaKey:e.metaKey,shiftKey:e.shiftKey,button:e.button,buttons:e.buttons,currentTarget:e.currentTarget,target:e.target,defaultPrevented:e.defaultPrevented,detail:e.detail,eventPhase:e.eventPhase,pointerId:e.pointerId,pointerType:e.pointerType,timeStamp:e.timeStamp}),ge=e=>({...e,type:e.type,key:e.key,code:e.code,location:e.location,repeat:e.repeat,altKey:e.altKey,ctrlKey:e.ctrlKey,metaKey:e.metaKey,shiftKey:e.shiftKey,currentTarget:e.currentTarget,target:e.target,defaultPrevented:e.defaultPrevented,detail:e.detail,timeStamp:e.timeStamp}),Me=(e,t=10)=>{let n;return((...o)=>{clearTimeout(n),n=setTimeout(()=>e.apply(void 0,o),t)})},ze=(e,t,n,o)=>{const{store:i,selection:s,hover:r}=n,a=St();let l;const d=new Map;let h;const f=Ht(o),b=R=>{const{x:M,y}=t.getBoundingClientRect(),A=i.getAt(R.clientX-M,R.clientY-y,!1,h);A&&n.selection.evalSelectAction(A)!==He.NONE?r.current!==A.id&&(t.classList.add("hovered"),r.set(A.id)):r.current&&(t.classList.remove("hovered"),r.set(null))};t.addEventListener("pointermove",b);const p=Me((R=!1)=>requestAnimationFrame(()=>{const M=$t(t),{minX:y,minY:A,maxX:w,maxY:x}=M,U=h?i.getIntersecting(y,A,w,x).filter(({annotation:O})=>h?.(O)):i.getIntersecting(y,A,w,x),I=s.selected.map(({id:O})=>O),S=U.map(({annotation:O,rects:j})=>{const le=I.includes(O.id),J=O.id===r.current;return{annotation:O,rects:j,state:{selected:le,hovered:J}}});e.redraw(S,M,l,d,R),setTimeout(()=>{f(U.map(({annotation:O})=>O)),a.emit("onRedraw")},1)}),10),c=(R,M)=>{M?R?d.set(M,R):d.delete(M):l=R,p(!0)},m=R=>{h=R,p(!1)},v=(R,M)=>a.on(R,M),g=()=>{p()};i.observe(g);const u=s.subscribe(()=>{p()}),C=r.subscribe(()=>{p()}),k=()=>{p(!0)};document.addEventListener("scroll",k,{capture:!0,passive:!0});const E=Me(()=>{i.recalculatePositions(),p()},10);window.addEventListener("resize",E);const T=new ResizeObserver(E);T.observe(t);const B={attributes:!0,childList:!0,subtree:!0},N=new MutationObserver(Me(R=>{R.every(y=>y.target===t||t.contains(y.target))||p(!0)},150));return N.observe(document.body,B),{destroy:()=>{t.removeEventListener("pointermove",b),e.destroy(),i.unobserve(g),u(),C(),document.removeEventListener("scroll",k),window.removeEventListener("resize",E),T.disconnect(),N.disconnect()},on:v,redraw:p,setStyle:c,setFilter:m,setVisible:e.setVisible.bind(e)}};var Zn={grad:.9,turn:360,rad:360/(2*Math.PI)},ee=function(e){return typeof e=="string"?e.length>0:typeof e=="number"},P=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=Math.pow(10,t)),Math.round(n*e)/n+0},F=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=1),e>n?n:e>t?e:t},Tt=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},xt=function(e){return{r:F(e.r,0,255),g:F(e.g,0,255),b:F(e.b,0,255),a:F(e.a)}},We=function(e){return{r:P(e.r),g:P(e.g),b:P(e.b),a:P(e.a,3)}},eo=/^#([0-9a-f]{3,8})$/i,Be=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},Lt=function(e){var t=e.r,n=e.g,o=e.b,i=e.a,s=Math.max(t,n,o),r=s-Math.min(t,n,o),a=r?s===t?(n-o)/r:s===n?2+(o-t)/r:4+(t-n)/r:0;return{h:60*(a<0?a+6:a),s:s?r/s*100:0,v:s/255*100,a:i}},Ot=function(e){var t=e.h,n=e.s,o=e.v,i=e.a;t=t/360*6,n/=100,o/=100;var s=Math.floor(t),r=o*(1-n),a=o*(1-(t-s)*n),l=o*(1-(1-t+s)*n),d=s%6;return{r:255*[o,a,r,r,l,o][d],g:255*[l,o,o,a,r,r][d],b:255*[r,r,l,o,o,a][d],a:i}},Rt=function(e){return{h:Tt(e.h),s:F(e.s,0,100),l:F(e.l,0,100),a:F(e.a)}},kt=function(e){return{h:P(e.h),s:P(e.s),l:P(e.l),a:P(e.a,3)}},Mt=function(e){return Ot((n=(t=e).s,{h:t.h,s:(n*=((o=t.l)<50?o:100-o)/100)>0?2*n/(o+n)*100:0,v:o+n,a:t.a}));var t,n,o},pe=function(e){return{h:(t=Lt(e)).h,s:(i=(200-(n=t.s))*(o=t.v)/100)>0&&i<200?n*o/100/(i<=100?i:200-i)*100:0,l:i/2,a:t.a};var t,n,o,i},to=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,no=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,oo=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,io=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Bt={string:[[function(e){var t=eo.exec(e);return t?(e=t[1]).length<=4?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:e.length===4?P(parseInt(e[3]+e[3],16)/255,2):1}:e.length===6||e.length===8?{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:e.length===8?P(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=oo.exec(e)||io.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:xt({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:t[7]===void 0?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(e){var t=to.exec(e)||no.exec(e);if(!t)return null;var n,o,i=Rt({h:(n=t[1],o=t[2],o===void 0&&(o="deg"),Number(n)*(Zn[o]||1)),s:Number(t[3]),l:Number(t[4]),a:t[5]===void 0?1:Number(t[5])/(t[6]?100:1)});return Mt(i)},"hsl"]],object:[[function(e){var t=e.r,n=e.g,o=e.b,i=e.a,s=i===void 0?1:i;return ee(t)&&ee(n)&&ee(o)?xt({r:Number(t),g:Number(n),b:Number(o),a:Number(s)}):null},"rgb"],[function(e){var t=e.h,n=e.s,o=e.l,i=e.a,s=i===void 0?1:i;if(!ee(t)||!ee(n)||!ee(o))return null;var r=Rt({h:Number(t),s:Number(n),l:Number(o),a:Number(s)});return Mt(r)},"hsl"],[function(e){var t=e.h,n=e.s,o=e.v,i=e.a,s=i===void 0?1:i;if(!ee(t)||!ee(n)||!ee(o))return null;var r=(function(a){return{h:Tt(a.h),s:F(a.s,0,100),v:F(a.v,0,100),a:F(a.a)}})({h:Number(t),s:Number(n),v:Number(o),a:Number(s)});return Ot(r)},"hsv"]]},Nt=function(e,t){for(var n=0;n<t.length;n++){var o=t[n][0](e);if(o)return[o,t[n][1]]}return[null,void 0]},so=function(e){return typeof e=="string"?Nt(e.trim(),Bt.string):typeof e=="object"&&e!==null?Nt(e,Bt.object):[null,void 0]},qe=function(e,t){var n=pe(e);return{h:n.h,s:F(n.s+100*t,0,100),l:n.l,a:n.a}},Ge=function(e){return(299*e.r+587*e.g+114*e.b)/1e3/255},_t=function(e,t){var n=pe(e);return{h:n.h,s:n.s,l:F(n.l+100*t,0,100),a:n.a}},It=(function(){function e(t){this.parsed=so(t)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1}}return e.prototype.isValid=function(){return this.parsed!==null},e.prototype.brightness=function(){return P(Ge(this.rgba),2)},e.prototype.isDark=function(){return Ge(this.rgba)<.5},e.prototype.isLight=function(){return Ge(this.rgba)>=.5},e.prototype.toHex=function(){return t=We(this.rgba),n=t.r,o=t.g,i=t.b,r=(s=t.a)<1?Be(P(255*s)):"","#"+Be(n)+Be(o)+Be(i)+r;var t,n,o,i,s,r},e.prototype.toRgb=function(){return We(this.rgba)},e.prototype.toRgbString=function(){return t=We(this.rgba),n=t.r,o=t.g,i=t.b,(s=t.a)<1?"rgba("+n+", "+o+", "+i+", "+s+")":"rgb("+n+", "+o+", "+i+")";var t,n,o,i,s},e.prototype.toHsl=function(){return kt(pe(this.rgba))},e.prototype.toHslString=function(){return t=kt(pe(this.rgba)),n=t.h,o=t.s,i=t.l,(s=t.a)<1?"hsla("+n+", "+o+"%, "+i+"%, "+s+")":"hsl("+n+", "+o+"%, "+i+"%)";var t,n,o,i,s},e.prototype.toHsv=function(){return t=Lt(this.rgba),{h:P(t.h),s:P(t.s),v:P(t.v),a:P(t.a,3)};var t},e.prototype.invert=function(){return z({r:255-(t=this.rgba).r,g:255-t.g,b:255-t.b,a:t.a});var t},e.prototype.saturate=function(t){return t===void 0&&(t=.1),z(qe(this.rgba,t))},e.prototype.desaturate=function(t){return t===void 0&&(t=.1),z(qe(this.rgba,-t))},e.prototype.grayscale=function(){return z(qe(this.rgba,-1))},e.prototype.lighten=function(t){return t===void 0&&(t=.1),z(_t(this.rgba,t))},e.prototype.darken=function(t){return t===void 0&&(t=.1),z(_t(this.rgba,-t))},e.prototype.rotate=function(t){return t===void 0&&(t=15),this.hue(this.hue()+t)},e.prototype.alpha=function(t){return typeof t=="number"?z({r:(n=this.rgba).r,g:n.g,b:n.b,a:t}):P(this.rgba.a,3);var n},e.prototype.hue=function(t){var n=pe(this.rgba);return typeof t=="number"?z({h:t,s:n.s,l:n.l,a:n.a}):P(n.h)},e.prototype.isEqual=function(t){return this.toHex()===z(t).toHex()},e})(),z=function(e){return e instanceof It?e:new It(e)};const te={fill:"rgb(0, 128, 255)",fillOpacity:.18},Ne={fill:"rgb(0, 128, 255)",fillOpacity:.45},Ut=e=>e?.fillOpacity!==void 0?z(e?.fill||te.fill).alpha(e.fillOpacity).toHex():e?.fill?e.fill:z(te.fill).alpha(te.fillOpacity).toHex(),Qe=(e,t,n)=>t?typeof t=="function"?t(e.annotation,e.state,n)||(e.state?.selected?Ne:te):t:e.state?.selected?Ne:te;var Dt=Object.prototype.hasOwnProperty;function Je(e,t){var n,o;if(e===t)return!0;if(e&&t&&(n=e.constructor)===t.constructor){if(n===Date)return e.getTime()===t.getTime();if(n===RegExp)return e.toString()===t.toString();if(n===Array){if((o=e.length)===t.length)for(;o--&&Je(e[o],t[o]););return o===-1}if(!n||typeof e=="object"){o=0;for(n in e)if(Dt.call(e,n)&&++o&&!Dt.call(t,n)||!(n in t)||!Je(e[n],t[n]))return!1;return Object.keys(t).length===o}}return e!==e&&t!==t}const Kt=(e,t)=>{const n=(s,r)=>s.x<=r.x+r.width&&s.x+s.width>=r.x&&s.y<=r.y+r.height&&s.y+s.height>=r.y,o=s=>s.rects.reduce((r,a)=>r+a.width,0),i=t.filter(({rects:s})=>s.some(r=>n(e,r)));return i.sort((s,r)=>o(r)-o(s)),i.findIndex(s=>s.rects.includes(e))},Yt=e=>{const t=[],n=document.createNodeIterator(e.commonAncestorContainer,NodeFilter.SHOW_TEXT);let o;for(;o=n.nextNode();)e.intersectsNode(o)&&t.push(o);if(t.length<2)return Array.from(e.getClientRects());{const i=t[0],s=t[t.length-1],r=document.createRange();if(r.selectNode(i),e.startContainer.nodeType===Node.TEXT_NODE)r.setStart(i,e.startOffset);else{const d=e.startContainer.childNodes[e.startOffset];d?r.setStartBefore(d):r.setStartAfter(e.startContainer)}const a=document.createRange();if(a.selectNode(s),e.endContainer.nodeType===Node.TEXT_NODE)a.setEnd(s,e.endOffset);else{const d=e.endContainer.childNodes[e.endOffset];d?a.setEndBefore(d):a.setEndAfter(e.endContainer)}const l=d=>{const h=document.createRange();return h.selectNode(d),Array.from(h.getClientRects())};return[...Array.from(r.getClientRects()),...t.slice(1,-1).flatMap(l),...Array.from(a.getClientRects())]}},ro=(e,t,n,o)=>{const i=a=>Math.round(a*10)/10,s={top:i(e.top),bottom:i(e.bottom),left:i(e.left),right:i(e.right)},r={top:i(t.top),bottom:i(t.bottom),left:i(t.left),right:i(t.right)};if(Math.abs(s.top-r.top)<o&&Math.abs(s.bottom-r.bottom)<o){if(Math.abs(s.left-r.right)<n||Math.abs(s.right-r.left)<n)return"inline-adjacent";if(s.left>=r.left&&s.right<=r.right)return"inline-is-contained";if(s.left<=r.left&&s.right>=r.right)return"inline-contains"}else if(s.top<=r.top&&s.bottom>=r.bottom){if(s.left<=r.left&&s.right>=r.right)return"block-contains"}else if(s.top>=r.top&&s.bottom<=r.bottom&&s.left>=r.left&&s.right<=r.right)return"block-is-contained"},ao=(e,t)=>{const n=Math.min(e.left,t.left),o=Math.max(e.right,t.right),i=Math.min(e.top,t.top),s=Math.max(e.bottom,t.bottom);return new DOMRect(n,i,o-n,s-i)},Vt=(e,t=.5,n=.5)=>e.reduce((o,i)=>{if(i.width===0||i.height===0)return o;let s=[...o],r=!1;for(const a of o){const l=ro(i,a,t,n);if(l==="inline-adjacent"){s=s.map(d=>d===a?ao(i,a):d),r=!0;break}else if(l==="inline-contains"){s=s.map(d=>d===a?i:d),r=!0;break}else if(l==="inline-is-contained"){r=!0;break}else if(l==="block-contains"||l==="block-is-contained"){i.width<a.width&&(s=s.map(d=>d===a?i:d)),i.width===a.width&&i.height<a.width&&(s=s.map(d=>d===a?i:d)),r=!0;break}}return r?s:[...s,i]},[]),lo=e=>({length:e.length,item:t=>e[t],[Symbol.iterator]:function*(){for(let t=0;t<this.length;t++)yield this.item(t)}}),Xt=(e,t)=>{const{left:n,top:o,right:i,bottom:s}=e;return new DOMRect(n-t.left,o-t.top,i-n,s-o)},co=(e,t)=>{const{left:n,top:o,right:i,bottom:s}=e;return new DOMRect(n+t.left,o+t.top,i-n,s-o)},uo=e=>{e.classList.add("r6o-annotatable");const t=document.createElement("div");t.className="r6o-span-highlight-layer",e.appendChild(t);let n=[];return{destroy:()=>{t.remove()},redraw:(r,a,l,d,h)=>{if(!(!Je(n,r)||h))return;t.innerHTML="",[...r].sort((c,m)=>{const{annotation:{target:{created:v}}}=c,{annotation:{target:{created:g}}}=m;return v&&g?v.getTime()-g.getTime():0}).forEach(c=>{const m=d?.get(c.annotation.id)||l;c.rects.map(v=>{const g=Kt(v,r),u=Qe(c,m,g),C=document.createElement("span");C.className="r6o-annotation",C.dataset.annotation=c.annotation.id,C.style.left=`${v.x}px`,C.style.top=`${v.y}px`,C.style.width=`${v.width}px`,C.style.height=`${v.height}px`,C.style.backgroundColor=Ut(u),u.underlineStyle&&(C.style.borderStyle=u.underlineStyle),u.underlineColor&&(C.style.borderColor=u.underlineColor),u.underlineThickness&&(C.style.borderBottomWidth=`${u.underlineThickness}px`),u.underlineOffset&&(C.style.paddingBottom=`${u.underlineOffset}px`),t.appendChild(C)})}),n=r},setVisible:r=>{r?t.classList.remove("hidden"):t.classList.add("hidden")}}},Pt=(e,t,n)=>ze(uo(e),e,t,n),$t=e=>{const{top:t,left:n}=e.getBoundingClientRect(),{innerWidth:o,innerHeight:i}=window,s=-n,r=-t,a=o-n,l=i-t;return{top:t,left:n,minX:s,minY:r,maxX:a,maxY:l}},Ht=e=>{let t=new Set;return o=>{const i=o.map(s=>s.id);(t.size!==i.length||i.some(s=>!t.has(s)))&&e.set(i),t=new Set(i)}};function jt(e,t,n=0,o=e.length-1,i=fo){for(;o>n;){if(o-n>600){const l=o-n+1,d=t-n+1,h=Math.log(l),f=.5*Math.exp(2*h/3),b=.5*Math.sqrt(h*f*(l-f)/l)*(d-l/2<0?-1:1),p=Math.max(n,Math.floor(t-d*f/l+b)),c=Math.min(o,Math.floor(t+(l-d)*f/l+b));jt(e,t,p,c,i)}const s=e[t];let r=n,a=o;for(me(e,n,t),i(e[o],s)>0&&me(e,n,o);r<a;){for(me(e,r,a),r++,a--;i(e[r],s)<0;)r++;for(;i(e[a],s)>0;)a--}i(e[n],s)===0?me(e,n,a):(a++,me(e,a,o)),a<=t&&(n=a+1),t<=a&&(o=a-1)}}function me(e,t,n){const o=e[t];e[t]=e[n],e[n]=o}function fo(e,t){return e<t?-1:e>t?1:0}class ho{constructor(t=9){this._maxEntries=Math.max(4,t),this._minEntries=Math.max(2,Math.ceil(this._maxEntries*.4)),this.clear()}all(){return this._all(this.data,[])}search(t){let n=this.data;const o=[];if(!Ie(t,n))return o;const i=this.toBBox,s=[];for(;n;){for(let r=0;r<n.children.length;r++){const a=n.children[r],l=n.leaf?i(a):a;Ie(t,l)&&(n.leaf?o.push(a):et(t,l)?this._all(a,o):s.push(a))}n=s.pop()}return o}collides(t){let n=this.data;if(!Ie(t,n))return!1;const o=[];for(;n;){for(let i=0;i<n.children.length;i++){const s=n.children[i],r=n.leaf?this.toBBox(s):s;if(Ie(t,r)){if(n.leaf||et(t,r))return!0;o.push(s)}}n=o.pop()}return!1}load(t){if(!(t&&t.length))return this;if(t.length<this._minEntries){for(let o=0;o<t.length;o++)this.insert(t[o]);return this}let n=this._build(t.slice(),0,t.length-1,0);if(!this.data.children.length)this.data=n;else if(this.data.height===n.height)this._splitRoot(this.data,n);else{if(this.data.height<n.height){const o=this.data;this.data=n,n=o}this._insert(n,this.data.height-n.height-1,!0)}return this}insert(t){return t&&this._insert(t,this.data.height-1),this}clear(){return this.data=de([]),this}remove(t,n){if(!t)return this;let o=this.data;const i=this.toBBox(t),s=[],r=[];let a,l,d;for(;o||s.length;){if(o||(o=s.pop(),l=s[s.length-1],a=r.pop(),d=!0),o.leaf){const h=go(t,o.children,n);if(h!==-1)return o.children.splice(h,1),s.push(o),this._condense(s),this}!d&&!o.leaf&&et(o,i)?(s.push(o),r.push(a),a=0,l=o,o=o.children[0]):l?(a++,o=l.children[a],d=!1):o=null}return this}toBBox(t){return t}compareMinX(t,n){return t.minX-n.minX}compareMinY(t,n){return t.minY-n.minY}toJSON(){return this.data}fromJSON(t){return this.data=t,this}_all(t,n){const o=[];for(;t;)t.leaf?n.push(...t.children):o.push(...t.children),t=o.pop();return n}_build(t,n,o,i){const s=o-n+1;let r=this._maxEntries,a;if(s<=r)return a=de(t.slice(n,o+1)),ce(a,this.toBBox),a;i||(i=Math.ceil(Math.log(s)/Math.log(r)),r=Math.ceil(s/Math.pow(r,i-1))),a=de([]),a.leaf=!1,a.height=i;const l=Math.ceil(s/r),d=l*Math.ceil(Math.sqrt(r));Ft(t,n,o,d,this.compareMinX);for(let h=n;h<=o;h+=d){const f=Math.min(h+d-1,o);Ft(t,h,f,l,this.compareMinY);for(let b=h;b<=f;b+=l){const p=Math.min(b+l-1,f);a.children.push(this._build(t,b,p,i-1))}}return ce(a,this.toBBox),a}_chooseSubtree(t,n,o,i){for(;i.push(n),!(n.leaf||i.length-1===o);){let s=1/0,r=1/0,a;for(let l=0;l<n.children.length;l++){const d=n.children[l],h=Ze(d),f=yo(t,d)-h;f<r?(r=f,s=h<s?h:s,a=d):f===r&&h<s&&(s=h,a=d)}n=a||n.children[0]}return n}_insert(t,n,o){const i=o?t:this.toBBox(t),s=[],r=this._chooseSubtree(i,this.data,n,s);for(r.children.push(t),be(r,i);n>=0&&s[n].children.length>this._maxEntries;)this._split(s,n),n--;this._adjustParentBBoxes(i,s,n)}_split(t,n){const o=t[n],i=o.children.length,s=this._minEntries;this._chooseSplitAxis(o,s,i);const r=this._chooseSplitIndex(o,s,i),a=de(o.children.splice(r,o.children.length-r));a.height=o.height,a.leaf=o.leaf,ce(o,this.toBBox),ce(a,this.toBBox),n?t[n-1].children.push(a):this._splitRoot(o,a)}_splitRoot(t,n){this.data=de([t,n]),this.data.height=t.height+1,this.data.leaf=!1,ce(this.data,this.toBBox)}_chooseSplitIndex(t,n,o){let i,s=1/0,r=1/0;for(let a=n;a<=o-n;a++){const l=ye(t,0,a,this.toBBox),d=ye(t,a,o,this.toBBox),h=bo(l,d),f=Ze(l)+Ze(d);h<s?(s=h,i=a,r=f<r?f:r):h===s&&f<r&&(r=f,i=a)}return i||o-n}_chooseSplitAxis(t,n,o){const i=t.leaf?this.compareMinX:po,s=t.leaf?this.compareMinY:mo,r=this._allDistMargin(t,n,o,i),a=this._allDistMargin(t,n,o,s);r<a&&t.children.sort(i)}_allDistMargin(t,n,o,i){t.children.sort(i);const s=this.toBBox,r=ye(t,0,n,s),a=ye(t,o-n,o,s);let l=_e(r)+_e(a);for(let d=n;d<o-n;d++){const h=t.children[d];be(r,t.leaf?s(h):h),l+=_e(r)}for(let d=o-n-1;d>=n;d--){const h=t.children[d];be(a,t.leaf?s(h):h),l+=_e(a)}return l}_adjustParentBBoxes(t,n,o){for(let i=o;i>=0;i--)be(n[i],t)}_condense(t){for(let n=t.length-1,o;n>=0;n--)t[n].children.length===0?n>0?(o=t[n-1].children,o.splice(o.indexOf(t[n]),1)):this.clear():ce(t[n],this.toBBox)}}function go(e,t,n){if(!n)return t.indexOf(e);for(let o=0;o<t.length;o++)if(n(e,t[o]))return o;return-1}function ce(e,t){ye(e,0,e.children.length,t,e)}function ye(e,t,n,o,i){i||(i=de(null)),i.minX=1/0,i.minY=1/0,i.maxX=-1/0,i.maxY=-1/0;for(let s=t;s<n;s++){const r=e.children[s];be(i,e.leaf?o(r):r)}return i}function be(e,t){return e.minX=Math.min(e.minX,t.minX),e.minY=Math.min(e.minY,t.minY),e.maxX=Math.max(e.maxX,t.maxX),e.maxY=Math.max(e.maxY,t.maxY),e}function po(e,t){return e.minX-t.minX}function mo(e,t){return e.minY-t.minY}function Ze(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function _e(e){return e.maxX-e.minX+(e.maxY-e.minY)}function yo(e,t){return(Math.max(t.maxX,e.maxX)-Math.min(t.minX,e.minX))*(Math.max(t.maxY,e.maxY)-Math.min(t.minY,e.minY))}function bo(e,t){const n=Math.max(e.minX,t.minX),o=Math.max(e.minY,t.minY),i=Math.min(e.maxX,t.maxX),s=Math.min(e.maxY,t.maxY);return Math.max(0,i-n)*Math.max(0,s-o)}function et(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function Ie(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function de(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function Ft(e,t,n,o,i){const s=[t,n];for(;s.length;){if(n=s.pop(),t=s.pop(),n-t<=o)continue;const r=t+Math.ceil((n-t)/o/2)*o;jt(e,r,t,n,i),s.push(t,r,r,n)}}const Ao=(e,t,n,o)=>{const i=new ho,s=new Map,r=St(),a=(E,T)=>{const B=E.selector.flatMap(D=>{const R=Q([D])?D.range:Pe(D,t).range;return Yt(R)}),N=Vt(B,n,o).map(D=>Xt(D,T));return N.map(D=>{const{x:R,y:M,width:y,height:A}=D;return{minX:R,minY:M,maxX:R+y,maxY:M+A,annotation:{id:E.annotation,rects:N}}})},l=()=>[...s.values()],d=()=>{i.clear(),s.clear()},h=E=>{const T=a(E,t.getBoundingClientRect());T.length!==0&&(T.forEach(B=>i.insert(B)),s.set(E.annotation,T))},f=E=>{const T=s.get(E.annotation);T&&(T.forEach(B=>i.remove(B)),s.delete(E.annotation))},b=E=>{f(E),h(E)},p=(E,T=!0)=>{T&&d();const B=t.getBoundingClientRect(),N=E.map(R=>({target:R,rects:a(R,B)}));N.forEach(({target:R,rects:M})=>{M.length>0&&s.set(R.annotation,M)});const D=N.flatMap(({rects:R})=>R);i.load(D)},c=(E,T,B=!1)=>{const N=i.search({minX:E,minY:T,maxX:E,maxY:T}),D=R=>R.annotation.rects.reduce((M,y)=>M+y.width*y.height,0);return N.length>0?(N.sort((R,M)=>D(R)-D(M)),B?N.map(R=>R.annotation.id):[N[0].annotation.id]):[]},m=E=>{const T=v(E);if(T.length===0)return;let B=T[0].left,N=T[0].top,D=T[0].right,R=T[0].bottom;for(let M=1;M<T.length;M++){const y=T[M];B=Math.min(B,y.left),N=Math.min(N,y.top),D=Math.max(D,y.right),R=Math.max(R,y.bottom)}return new DOMRect(B,N,D-B,R-N)},v=E=>{const T=s.get(E);return T?T[0].annotation.rects:[]};return{all:l,clear:d,getAt:c,getAnnotationBounds:m,getAnnotationRects:v,getIntersecting:(E,T,B,N)=>{const D=i.search({minX:E,minY:T,maxX:B,maxY:N}),R=new Set(D.map(M=>M.annotation.id));return Array.from(R).map(M=>({annotation:e.getAnnotation(M),rects:v(M)})).filter(M=>!!M.annotation)},insert:h,recalculate:()=>{p(e.all().map(E=>E.target),!0),r.emit("recalculate")},remove:f,set:p,size:()=>i.all().length,update:b,on:(E,T)=>r.on(E,T)}},zt=(e,t)=>{const n=Nn(),o=Ao(n,e,t.mergeHighlights?.horizontalTolerance,t.mergeHighlights?.verticalTolerance),i=An(n,t.userSelectAction,t.adapter),s=bn(n),r=Dn(),a=(u,C=_.LOCAL)=>{const k=Le(u,e),E=Q(k.target.selector);return E&&n.addAnnotation(k,C),E},l=(u,C=!0,k=_.LOCAL)=>{const E=u.map(B=>Le(B,e)),T=E.filter(B=>!Q(B.target.selector));return n.bulkAddAnnotations(E,C,k),T},d=(u,C=_.LOCAL)=>{const k=u.map(T=>Le(T,e)),E=k.filter(T=>!Q(T.target.selector));return k.forEach(T=>{n.getAnnotation(T.id)?n.updateAnnotation(T,C):n.addAnnotation(T,C)}),E},h=(u,C=_.LOCAL)=>{const k=he(u,e);n.updateTarget(k,C)},f=(u,C=_.LOCAL)=>{const k=u.map(E=>he(E,e));n.bulkUpdateTargets(k,C)};function b(u,C,k,E){const T=k||!!E,B=o.getAt(u,C,T).map(D=>n.getAnnotation(D)).filter(Boolean),N=E?B.filter(E):B;if(N.length!==0)return k?N:N[0]}const p=u=>o.getAnnotationRects(u).length>0?o.getAnnotationBounds(u):void 0,c=(u,C,k,E)=>o.getIntersecting(u,C,k,E),m=u=>o.getAnnotationRects(u),v=()=>o.recalculate(),g=u=>o.on("recalculate",u);return n.observe(({changes:u})=>{const C=(u.deleted||[]).filter(T=>Q(T.target.selector)),k=(u.created||[]).filter(T=>Q(T.target.selector)),E=(u.updated||[]).filter(T=>Q(T.newValue.target.selector));C?.length>0&&C.forEach(T=>o.remove(T.target)),k.length>0&&o.set(k.map(T=>T.target),!1),E?.length>0&&E.forEach(({newValue:T})=>o.update(T.target))}),{store:{...n,addAnnotation:a,bulkAddAnnotations:l,bulkUpdateTargets:f,bulkUpsertAnnotations:d,getAnnotationBounds:p,getAnnotationRects:m,getIntersecting:c,getAt:b,recalculatePositions:v,onRecalculatePositions:g,updateTarget:h},selection:i,hover:s,viewport:r}};function wo(e,t=100,n={}){if(typeof e!="function")throw new TypeError(`Expected the first parameter to be a function, got \`${typeof e}\`.`);if(t<0)throw new RangeError("`wait` must not be negative.");if(typeof n=="boolean")throw new TypeError("The `options` parameter must be an object, not a boolean. Use `{immediate: true}` instead.");const{immediate:o}=n;let i,s,r,a,l;function d(){const b=i,p=s;return i=void 0,s=void 0,l=e.apply(b,p),l}function h(){const b=Date.now()-a;b<t&&b>=0?r=setTimeout(h,t-b):(r=void 0,o||(l=d()))}const f=function(...b){if(i&&this!==i&&Object.getPrototypeOf(this)===Object.getPrototypeOf(i))throw new Error("Debounced method called with different contexts of the same prototype.");i=this,s=b,a=Date.now();const p=o&&!r;if(r||(r=setTimeout(h,t)),p)return l=d(),l};return Object.defineProperty(f,"isPending",{get(){return r!==void 0}}),f.clear=()=>{r&&(clearTimeout(r),r=void 0,i=void 0,s=void 0)},f.flush=()=>{r&&f.trigger()},f.trigger=()=>{l=d(),f.clear()},f}const tt=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function nt(e,t,n,o){e.addEventListener?e.addEventListener(t,n,o):e.attachEvent&&e.attachEvent(`on${t}`,n)}function Ae(e,t,n,o){e&&(e.removeEventListener?e.removeEventListener(t,n,o):e.detachEvent&&e.detachEvent(`on${t}`,n))}function Wt(e,t){const n=t.slice(0,t.length-1),o=[];for(let i=0;i<n.length;i++)o.push(e[n[i].toLowerCase()]);return o}function qt(e){typeof e!="string"&&(e=""),e=e.replace(/\s/g,"");const t=e.split(",");let n=t.lastIndexOf("");for(;n>=0;)t[n-1]+=",",t.splice(n,1),n=t.lastIndexOf("");return t}function Eo(e,t){const n=e.length>=t.length?e:t,o=e.length>=t.length?t:e;let i=!0;for(let s=0;s<n.length;s++)o.indexOf(n[s])===-1&&(i=!1);return i}function Gt(e){let t=e.keyCode||e.which||e.charCode;return e.key&&/^[a-z]$/i.test(e.key)?e.key.toUpperCase().charCodeAt(0):(e.code&&/^Key[A-Z]$/.test(e.code)&&(t=e.code.charCodeAt(3)),t)}const we={backspace:8,"⌫":8,tab:9,clear:12,enter:13,"↩":13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,arrowup:38,arrowdown:40,arrowleft:37,arrowright:39,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,num_0:96,num_1:97,num_2:98,num_3:99,num_4:100,num_5:101,num_6:102,num_7:103,num_8:104,num_9:105,num_multiply:106,num_add:107,num_enter:108,num_subtract:109,num_decimal:110,num_divide:111,"⇪":20,",":188,".":190,"/":191,"`":192,"-":tt?173:189,"=":tt?61:187,";":tt?59:186,"'":222,"{":219,"}":221,"[":219,"]":221,"\\":220},W={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,meta:91,command:91},Ee={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},X={16:!1,18:!1,17:!1,91:!1},Y={};for(let e=1;e<20;e++)we[`f${e}`]=111+e;let K=[],ve=null,ue=null,Qt="all";const ne=new Map,fe=e=>we[e.toLowerCase()]||W[e.toLowerCase()]||e.toUpperCase().charCodeAt(0),vo=e=>Object.keys(we).find(t=>we[t]===e),So=e=>Object.keys(W).find(t=>W[t]===e),Jt=e=>{Qt=e||"all"},Se=()=>Qt||"all",Co=()=>K.slice(0),To=()=>K.map(e=>vo(e)||So(e)||String.fromCharCode(e)),xo=()=>{const e=[];return Object.keys(Y).forEach(t=>{Y[t].forEach(({key:n,scope:o,mods:i,shortcut:s})=>{e.push({scope:o,shortcut:s,mods:i,keys:n.split("+").map(r=>fe(r))})})}),e},Zt=e=>{const t=e.target||e.srcElement,{tagName:n}=t;let o=!0;const i=n==="INPUT"&&!["checkbox","radio","range","button","file","reset","submit","color"].includes(t.type);return(t.isContentEditable||(i||n==="TEXTAREA"||n==="SELECT")&&!t.readOnly)&&(o=!1),o},Lo=e=>(typeof e=="string"&&(e=fe(e)),K.indexOf(e)!==-1),Oo=(e,t)=>{let n,o;e||(e=Se());for(const i in Y)if(Object.prototype.hasOwnProperty.call(Y,i))for(n=Y[i],o=0;o<n.length;)n[o].scope===e?n.splice(o,1).forEach(({element:r})=>ot(r)):o++;Se()===e&&Jt(t||"all")};function Ro(e){let t=Gt(e);e.key&&e.key.toLowerCase()==="capslock"&&(t=fe(e.key));const n=K.indexOf(t);if(n>=0&&K.splice(n,1),e.key&&e.key.toLowerCase()==="meta"&&K.splice(0,K.length),(t===93||t===224)&&(t=91),t in X){X[t]=!1;for(const o in W)W[o]===t&&(q[o]=!1)}}const en=(e,...t)=>{if(typeof e>"u")Object.keys(Y).forEach(n=>{Array.isArray(Y[n])&&Y[n].forEach(o=>Ue(o)),delete Y[n]}),ot(null);else if(Array.isArray(e))e.forEach(n=>{n.key&&Ue(n)});else if(typeof e=="object")e.key&&Ue(e);else if(typeof e=="string"){let[n,o]=t;typeof n=="function"&&(o=n,n=""),Ue({key:e,scope:n,method:o,splitKey:"+"})}},Ue=({key:e,scope:t,method:n,splitKey:o="+"})=>{qt(e).forEach(s=>{const r=s.split(o),a=r.length,l=r[a-1],d=l==="*"?"*":fe(l);if(!Y[d])return;t||(t=Se());const h=a>1?Wt(W,r):[],f=[];Y[d]=Y[d].filter(b=>{const c=(n?b.method===n:!0)&&b.scope===t&&Eo(b.mods,h);return c&&f.push(b.element),!c}),f.forEach(b=>ot(b))})};function tn(e,t,n,o){if(t.element!==o)return;let i;if(t.scope===n||t.scope==="all"){i=t.mods.length>0;for(const s in X)Object.prototype.hasOwnProperty.call(X,s)&&(!X[s]&&t.mods.indexOf(+s)>-1||X[s]&&t.mods.indexOf(+s)===-1)&&(i=!1);(t.mods.length===0&&!X[16]&&!X[18]&&!X[17]&&!X[91]||i||t.shortcut==="*")&&(t.keys=[],t.keys=t.keys.concat(K),t.method(e,t)===!1&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0)))}}function nn(e,t){const n=Y["*"];let o=Gt(e);if(e.key&&e.key.toLowerCase()==="capslock"||!(q.filter||Zt).call(this,e))return;if((o===93||o===224)&&(o=91),K.indexOf(o)===-1&&o!==229&&K.push(o),["metaKey","ctrlKey","altKey","shiftKey"].forEach(l=>{const d=Ee[l];e[l]&&K.indexOf(d)===-1?K.push(d):!e[l]&&K.indexOf(d)>-1?K.splice(K.indexOf(d),1):l==="metaKey"&&e[l]&&(K=K.filter(h=>h in Ee||h===o))}),o in X){X[o]=!0;for(const l in W)if(Object.prototype.hasOwnProperty.call(W,l)){const d=Ee[W[l]];q[l]=e[d]}if(!n)return}for(const l in X)Object.prototype.hasOwnProperty.call(X,l)&&(X[l]=e[Ee[l]]);e.getModifierState&&!(e.altKey&&!e.ctrlKey)&&e.getModifierState("AltGraph")&&(K.indexOf(17)===-1&&K.push(17),K.indexOf(18)===-1&&K.push(18),X[17]=!0,X[18]=!0);const s=Se();if(n)for(let l=0;l<n.length;l++)n[l].scope===s&&(e.type==="keydown"&&n[l].keydown||e.type==="keyup"&&n[l].keyup)&&tn(e,n[l],s,t);if(!(o in Y))return;const r=Y[o],a=r.length;for(let l=0;l<a;l++)if((e.type==="keydown"&&r[l].keydown||e.type==="keyup"&&r[l].keyup)&&r[l].key){const d=r[l],{splitKey:h}=d,f=d.key.split(h),b=[];for(let p=0;p<f.length;p++)b.push(fe(f[p]));b.sort().join("")===K.sort().join("")&&tn(e,d,s,t)}}const q=function e(t,n,o){K=[];const i=qt(t);let s=[],r="all",a=document,l=0,d=!1,h=!0,f="+",b=!1,p=!1;if(o===void 0&&typeof n=="function"&&(o=n),Object.prototype.toString.call(n)==="[object Object]"){const c=n;c.scope&&(r=c.scope),c.element&&(a=c.element),c.keyup&&(d=c.keyup),c.keydown!==void 0&&(h=c.keydown),c.capture!==void 0&&(b=c.capture),typeof c.splitKey=="string"&&(f=c.splitKey),c.single===!0&&(p=!0)}for(typeof n=="string"&&(r=n),p&&en(t,r);l<i.length;l++){const c=i[l].split(f);s=[],c.length>1&&(s=Wt(W,c));let m=c[c.length-1];m=m==="*"?"*":fe(m),m in Y||(Y[m]=[]),Y[m].push({keyup:d,keydown:h,scope:r,mods:s,shortcut:i[l],method:o,key:i[l],splitKey:f,element:a})}if(typeof a<"u"&&typeof window<"u"){if(!ne.has(a)){const c=(v=window.event)=>nn(v,a),m=(v=window.event)=>{nn(v,a),Ro(v)};ne.set(a,{keydownListener:c,keyupListenr:m,capture:b}),nt(a,"keydown",c,b),nt(a,"keyup",m,b)}if(!ve){const c=()=>{K=[]};ve={listener:c,capture:b},nt(window,"focus",c,b)}if(!ue&&typeof document<"u"){const c=()=>{K=[];for(const g in X)X[g]=!1;for(const g in W)e[g]=!1},m=c,v=c;document.addEventListener("fullscreenchange",m),document.addEventListener("webkitfullscreenchange",v),ue={fullscreen:m,webkit:v}}}};function ko(e,t="all"){Object.keys(Y).forEach(n=>{Y[n].filter(i=>i.scope===t&&i.shortcut===e).forEach(i=>{i&&i.method&&i.method({},i)})})}function ot(e){const t=Object.values(Y).flat();if(t.findIndex(({element:o})=>o===e)<0&&e){const{keydownListener:o,keyupListenr:i,capture:s}=ne.get(e)||{};o&&i&&(Ae(e,"keyup",i,s),Ae(e,"keydown",o,s),ne.delete(e))}if(t.length<=0||ne.size<=0){if(Array.from(ne.keys()).forEach(i=>{const{keydownListener:s,keyupListenr:r,capture:a}=ne.get(i)||{};s&&r&&(Ae(i,"keyup",r,a),Ae(i,"keydown",s,a),ne.delete(i))}),ne.clear(),Object.keys(Y).forEach(i=>delete Y[i]),ve){const{listener:i,capture:s}=ve;Ae(window,"focus",i,s),ve=null}ue&&typeof document<"u"&&(document.removeEventListener("fullscreenchange",ue.fullscreen),document.removeEventListener("webkitfullscreenchange",ue.webkit),ue=null)}}const it={getPressedKeyString:To,setScope:Jt,getScope:Se,deleteScope:Oo,getPressedKeyCodes:Co,getAllKeyCodes:xo,isPressed:Lo,filter:Zt,trigger:ko,unbind:en,keyMap:we,modifier:W,modifierMap:Ee};for(const e in it){const t=e;Object.prototype.hasOwnProperty.call(it,t)&&(q[t]=it[t])}if(typeof window<"u"){const e=window.hotkeys;q.noConflict=t=>(t&&window.hotkeys===q&&(window.hotkeys=e),q),window.hotkeys=q}async function Mo(e,t,n=(()=>!1)){do{if(await e(),await n())break;const o=t;await new Promise((i=>setTimeout(i,Math.max(0,o))))}while(!await n())}const on=300,sn=["up","down","left","right"],rn=Ke?"⌘+a":"ctrl+a",Bo=[...sn.map(e=>`shift+${e}`),rn],an=(e,t,n,o)=>{const{store:i,selection:s}=t;let r;const{annotatingEnabled:a,offsetReferenceSelector:l,selectionMode:d,dismissOnNotAnnotatable:h="NEVER"}=o;let f,b=a,p="CREATE_NEW",c,m,v,g;const u=S=>{b=S,N.clear(),S||(m=void 0,c=void 0,v=void 0,g=void 0)},C=S=>p=S||"CREATE_NEW",k=S=>f=S,E=S=>r=S,T=S=>{if(p==="ADD_TO_CURRENT")return!0;if(o.allowModifierSelect){const O=S;return Ke?O.metaKey:O.ctrlKey}else return!1},B=()=>{if(!b||v===!1)return;const{selected:S}=s;if((T(g)||p==="REPLACE_CURRENT")&&S.length===1&&S[0].editable){const j=i.getAnnotation(S[0].id);if(j?.target){m=j.target,c={annotation:j.id,selector:[],created:m.created,creator:m.creator,updated:new Date,updatedBy:r};return}}m=void 0,c={annotation:st(),selector:[],created:new Date,creator:r}},N=wo(S=>{if(!b)return;const O=document.getSelection();if(!O?.anchorNode)return;const j=Array.from(Array(O.rangeCount).keys()).map($=>O.getRangeAt($));if(j.every($=>!Ve(e,$))){c=void 0;return}const le=S.timeStamp-(g?.timeStamp||S.timeStamp);if(g?.type==="pointerdown"&&(le<1e3&&!c||O.isCollapsed&&le<on)&&B(),!c&&(B(),!c))return;if(O.isCollapsed){i.getAnnotation(c.annotation)&&!(T(g)||p==="REPLACE_CURRENT")&&(s.clear(),i.deleteAnnotation(c.annotation));return}const J=j.map($=>dt($,e));if(J.every($=>rt($)))return;const Z=J.flatMap($=>ct(e,$.cloneRange()));if(!(Z.length>0&&!c||Z.length!==c.selector.length||Z.some(($,Ce)=>$.toString()!==c?.selector[Ce]?.quote)))return;const De=T(g)&&m?at([...m.selector.map($=>$.range),...Z]):Z;c={...c,selector:De.map($=>ht($,e,l)),updated:new Date},!(T(g)||p==="REPLACE_CURRENT")&&(i.getAnnotation(c.annotation)?i.updateTarget(c,_.LOCAL):s.clear())},10),D=S=>{g=ke(S),v=g.button===0},R=async S=>{if(!v)return;const O=ke(S),j=()=>{const{x:J,y:Z}=e.getBoundingClientRect();if(re(e,O.target)){(typeof h=="function"?h(O,e):h==="ALWAYS")&&s.clear();return}const ie=O.target instanceof Node&&e.contains(O.target)&&i.getAt(O.clientX-J,O.clientY-Z,d==="all",f);if(ie){const{selected:De}=s,$=new Set(De.map(Te=>Te.id)),Ce=Array.isArray(ie)?ie.map(Te=>Te.id):[ie.id];($.size!==Ce.length||!Ce.every(Te=>$.has(Te)))&&(n.emit("clickAnnotation",ie),s.userSelect(Ce,O))}else s.clear()};if(O.timeStamp-(g?.timeStamp||0)<on){await M();const J=document.getSelection(),Z=re(e,g?.target),ie=re(e,O.target);if(J?.isCollapsed||Z&&ie){c=void 0,j();return}}c&&c.selector.length>0&&(U(),s.userSelect(c.annotation,O))},M=async()=>{const S=document.getSelection();let O=!1,j=S?.isCollapsed;const le=()=>j||O,J=1;return setTimeout(()=>O=!0,50),Mo(()=>j=S?.isCollapsed,J,le)},y=S=>{document.getSelection()?.isCollapsed||((!c||c.selector.length===0)&&N(S),c&&(U(),s.userSelect(c.annotation,ke(S))))},A=S=>{if(b&&!(S.repeat||S.target instanceof Node&&re(e,S.target)&&S.target!==document.body)&&S.key==="Shift"&&c){const O=document.getSelection();O&&!O.isCollapsed&&(U(),s.userSelect(c.annotation,ge(S)))}},w=S=>{const O=()=>setTimeout(()=>{c&&(c.selector.length>0&&(s.clear(),i.addAnnotation({id:c.annotation,bodies:[],target:c}),s.userSelect(c.annotation,ge(S))),document.removeEventListener("selectionchange",O))},100);document.addEventListener("selectionchange",O),B()};q(Bo.join(","),{element:e,keydown:!0,keyup:!1},S=>{S.repeat||(g=ge(S))}),q(rn,{keydown:!0,keyup:!1},S=>{g=ge(S),w(S)});const x=S=>{S.repeat||S.target instanceof Node&&re(e,S.target)&&S.target!==document.body||(c=void 0,s.clear())};q(sn.join(","),{keydown:!0,keyup:!1},x);const U=()=>{if(!c)return;const S=i.getAnnotation(c.annotation);if(!S)i.addAnnotation({id:c.annotation,bodies:[],target:c});else{const{target:{updated:O}}=S,{updated:j}=c;(!O||!j||O<j)&&i.updateTarget(c)}};return document.addEventListener("pointerdown",D),document.addEventListener("pointerup",R),document.addEventListener("contextmenu",y),document.addEventListener("keyup",A),e.addEventListener("selectstart",B),document.addEventListener("selectionchange",N),{destroy:()=>{c=void 0,m=void 0,v=void 0,g=void 0,N.clear(),document.removeEventListener("pointerdown",D),document.removeEventListener("pointerup",R),document.removeEventListener("contextmenu",y),document.removeEventListener("keyup",A),e.removeEventListener("selectstart",B),document.removeEventListener("selectionchange",N),q.unbind()},setFilter:k,setUser:E,setAnnotatingEnabled:u,setAnnotatingMode:C}},No=e=>[`background-color:${z(e?.fill||te.fill).alpha(e?.fillOpacity===void 0?te.fillOpacity:e.fillOpacity).toHex()}`,e?.underlineThickness?"text-decoration:underline":void 0,e?.underlineColor?`text-decoration-color:${e.underlineColor}`:void 0,e?.underlineOffset?`text-underline-offset:${e.underlineOffset}px`:void 0,e?.underlineThickness?`text-decoration-thickness:${e.underlineThickness}px`:void 0].filter(Boolean).join(";"),_o=()=>{const e=document.createElement("style");document.getElementsByTagName("head")[0].appendChild(e);let t=new Set;return{destroy:()=>{CSS.highlights.clear(),e.remove()},setVisible:s=>{console.log("setVisible not implemented on CSS Custom Highlights renderer")},redraw:(s,r,a,l,d)=>{const h=new Set(s.map(b=>b.annotation.id));Array.from(t).filter(b=>!h.has(b));const f=s.map(b=>{a?typeof a=="function"&&a(b.annotation,b.state):b.state?.selected;const p=Qe(b,a);return`::highlight(_${b.annotation.id}) { ${No(p)} }`});e.innerHTML=f.join(`
2
+ `),CSS.highlights.clear(),s.forEach(({annotation:b})=>{const p=b.target.selector.map(m=>m.range),c=new Highlight(...p);CSS.highlights.set(`_${b.id}`,c)}),t=h}}},Io=(e,t,n)=>ze(_o(),e,t,n),ln=(e,t)=>({...e,annotatingEnabled:e.annotatingEnabled??t.annotatingEnabled,user:e.user||t.user}),cn="SPANS",Uo=(e,t={})=>{Ct(e),lt(e);const n=ln(t,{annotatingEnabled:!0,user:Fn()}),o=zt(e,n),{selection:i,viewport:s}=o,r=o.store,a=Un(r),l=Kn(o,a,n.adapter);let d=n.user;const h=typeof n.renderer!="function"?n.renderer==="CSS_HIGHLIGHTS"?CSS.highlights?"CSS_HIGHLIGHTS":cn:n.renderer||cn:null,f=h===null?n.renderer(e,o,s):h==="SPANS"?Pt(e,o,s):h==="CSS_HIGHLIGHTS"?Io(e,o,s):void 0;if(!f)throw`Unknown renderer implementation: ${n.renderer}`;console.debug(h?`Using ${h} renderer`:"Using custom renderer implementation"),n.style&&f.setStyle(n.style);const b=an(e,o,l,n);b.setUser(d);const p=Vn(o,a,n.adapter),c=()=>d,m=E=>{b.setAnnotatingEnabled(E===void 0?!0:E)},v=E=>{b.setAnnotatingMode(E)},g=E=>{f.setFilter(E),b.setFilter(E)},u=E=>{d=E,b.setUser(E)},C=E=>{E?i.setSelected(E):i.clear()};return{...p,destroy:()=>{f.destroy(),b.destroy(),a.destroy()},element:e,getUser:c,renderer:f,setAnnotatingEnabled:m,setAnnotatingMode:v,setFilter:g,setStyle:f.setStyle.bind(f),setUser:u,setSelected:C,setVisible:f.setVisible.bind(f),on:l.on,off:l.off,scrollIntoView:mt(e,r),state:o}};L.DEFAULT_SELECTED_STYLE=Ne,L.DEFAULT_STYLE=te,L.NOT_ANNOTATABLE_CLASS=Ye,L.NOT_ANNOTATABLE_SELECTOR=se,L.Origin=_,L.UserSelectAction=He,L.W3CTextFormat=Gn,L.cancelSingleClickEvents=Ct,L.cloneKeyboardEvent=ge,L.clonePointerEvent=ke,L.computeStyle=Qe,L.computeZIndex=Kt,L.createBody=Tn,L.createRenderer=ze,L.createSelectionHandler=an,L.createSpansRenderer=Pt,L.createTextAnnotator=Uo,L.createTextAnnotatorState=zt,L.debounce=Me,L.fillDefaults=ln,L.getBackgroundColor=Ut,L.getHighlightClientRects=Yt,L.getQuoteContext=ft,L.getRangeAnnotatableContents=xe,L.getViewportBounds=$t,L.isMac=Ke,L.isNodeWhitespaceOrEmpty=gn,L.isNotAnnotatable=re,L.isRangeAnnotatable=Ve,L.isRangeWhitespaceOrEmpty=rt,L.isRevived=Q,L.mergeClientRects=Vt,L.mergeRanges=at,L.parseW3CTextAnnotation=Et,L.programmaticallyFocusable=lt,L.rangeToSelector=ht,L.reviveAnnotation=Le,L.reviveSelector=Pe,L.reviveTarget=he,L.scrollIntoView=mt,L.serializeW3CTextAnnotation=vt,L.splitAnnotatableRanges=ct,L.toDomRectList=lo,L.toParentBounds=Xt,L.toViewportBounds=co,L.trackViewport=Ht,L.trimRangeToContainer=dt,L.whitespaceOrEmptyRegex=Xe,Object.defineProperty(L,Symbol.toStringTag,{value:"Module"})}));
3
3
  //# sourceMappingURL=text-annotator.umd.js.map