@recogito/text-annotator 3.4.9 → 3.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/text-annotator.css +1 -1
- package/dist/text-annotator.es.js +293 -293
- package/dist/text-annotator.es.js.map +1 -1
- package/dist/text-annotator.umd.js +2 -2
- package/dist/text-annotator.umd.js.map +1 -1
- package/package.json +8 -9
- package/dist/highlight/RendererImplementation.d.ts +0 -9
- package/dist/highlight/baseRenderer.d.ts +0 -22
- package/dist/highlight/color.d.ts +0 -2
- package/dist/src/SelectionHandler.d.ts +0 -9
- package/dist/src/TextAnnotator.d.ts +0 -12
- package/dist/src/TextAnnotatorOptions.d.ts +0 -34
- package/dist/src/api/index.d.ts +0 -1
- package/dist/src/api/scrollIntoView.d.ts +0 -3
- package/dist/src/highlight/Highlight.d.ts +0 -5
- package/dist/src/highlight/HighlightPainter.d.ts +0 -11
- package/dist/src/highlight/HighlightStyle.d.ts +0 -11
- package/dist/src/highlight/baseRenderer.d.ts +0 -20
- package/dist/src/highlight/canvas/canvasRenderer.d.ts +0 -4
- package/dist/src/highlight/canvas/index.d.ts +0 -1
- package/dist/src/highlight/highlights/highlightsRenderer.d.ts +0 -6
- package/dist/src/highlight/highlights/index.d.ts +0 -1
- package/dist/src/highlight/index.d.ts +0 -6
- package/dist/src/highlight/span/color.d.ts +0 -2
- package/dist/src/highlight/span/index.d.ts +0 -1
- package/dist/src/highlight/span/spansRenderer.d.ts +0 -4
- package/dist/src/highlight/viewport.d.ts +0 -12
- package/dist/src/index.d.ts +0 -11
- package/dist/src/model/core/TextAnnotation.d.ts +0 -15
- package/dist/src/model/core/index.d.ts +0 -1
- package/dist/src/model/index.d.ts +0 -2
- package/dist/src/model/w3c/W3CTextAnnotation.d.ts +0 -34
- package/dist/src/model/w3c/W3CTextFormatAdapter.d.ts +0 -12
- package/dist/src/model/w3c/index.d.ts +0 -2
- package/dist/src/presence/PresencePainter.d.ts +0 -4
- package/dist/src/presence/PresencePainterOptions.d.ts +0 -3
- package/dist/src/presence/index.d.ts +0 -2
- package/dist/src/state/TextAnnotationStore.d.ts +0 -25
- package/dist/src/state/TextAnnotatorState.d.ts +0 -11
- package/dist/src/state/index.d.ts +0 -2
- package/dist/src/state/spatialTree.d.ts +0 -28
- package/dist/src/utils/cancelSingleClickEvents.d.ts +0 -6
- package/dist/src/utils/cloneEvents.d.ts +0 -11
- package/dist/src/utils/debounce.d.ts +0 -1
- package/dist/src/utils/device.d.ts +0 -1
- package/dist/src/utils/getHighlightClientRects.d.ts +0 -1
- package/dist/src/utils/getQuoteContext.d.ts +0 -4
- package/dist/src/utils/index.d.ts +0 -17
- package/dist/src/utils/isNotAnnotatable.d.ts +0 -4
- package/dist/src/utils/isRevived.d.ts +0 -2
- package/dist/src/utils/isWhitespaceOrEmpty.d.ts +0 -2
- package/dist/src/utils/mergeClientRects.d.ts +0 -2
- package/dist/src/utils/programmaticallyFocusable.d.ts +0 -6
- package/dist/src/utils/rangeToSelector.d.ts +0 -2
- package/dist/src/utils/reviveAnnotation.d.ts +0 -2
- package/dist/src/utils/reviveSelector.d.ts +0 -11
- package/dist/src/utils/reviveTarget.d.ts +0 -2
- package/dist/src/utils/splitAnnotatableRanges.d.ts +0 -5
- package/dist/src/utils/trimRangeToContainer.d.ts +0 -1
- package/dist/test/model/w3c/W3CTextFormatAdapter.test.d.ts +0 -1
- package/dist/test/model/w3c/fixtures.d.ts +0 -3
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
(function(I,ke){typeof exports=="object"&&typeof module<"u"?ke(exports):typeof define=="function"&&define.amd?define(["exports"],ke):(I=typeof globalThis<"u"?globalThis:I||self,ke(I.RecogitoJS={}))})(this,(function(I){"use strict";const ke="not-annotatable",Ne=`.${ke}`,We=(e,t)=>e.contains(t)?!!(t instanceof HTMLElement?t.closest(Ne):t.parentElement?.closest(Ne)):!0,yn=(e,t)=>{const n=t.commonAncestorContainer;return!We(e,n)},vn=e=>e.addEventListener("click",t=>{!t.target.closest(Ne)&&!t.target.closest("a")&&t.preventDefault()}),mt=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}),je=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}),bt=(e,t=10)=>{let n;return((...i)=>{clearTimeout(n),n=setTimeout(()=>e.apply(void 0,i),t)})};var Wi="2.0.6",ji=500,En="user-agent",_e="",An="?",$={FUNCTION:"function",OBJECT:"object",STRING:"string",UNDEFINED:"undefined"},ne="browser",be="cpu",ue="device",le="engine",oe="os",Ue="result",y="name",p="type",v="vendor",E="version",te="architecture",$e="major",b="model",ze="console",B="mobile",K="tablet",z="smarttv",fe="wearable",wt="xr",qe="embedded",De="inapp",Dt="brands",Le="formFactors",Pt="fullVersionList",Pe="platform",Ht="platformVersion",yt="bitness",Ae="sec-ch-ua",$i=Ae+"-full-version-list",zi=Ae+"-arch",qi=Ae+"-"+yt,Gi=Ae+"-form-factors",Ji=Ae+"-"+B,Qi=Ae+"-"+b,Sn=Ae+"-"+Pe,Zi=Sn+"-version",Cn=[Dt,Pt,B,b,Pe,Ht,te,Le,yt],vt="Amazon",He="Apple",On="ASUS",xn="BlackBerry",Ie="Google",Tn="Huawei",Vt="Lenovo",Rn="Honor",Et="LG",Xt="Microsoft",Ft="Motorola",Yt="Nvidia",kn="OnePlus",Kt="OPPO",Ge="Samsung",Nn="Sharp",Je="Sony",Wt="Xiaomi",jt="Zebra",Ln="Chrome",In="Chromium",Se="Chromecast",At="Edge",Qe="Firefox",Ze="Opera",$t="Facebook",Mn="Sogou",Ve="Mobile ",et=" Browser",zt="Windows",eo=typeof window!==$.UNDEFINED,ie=eo&&window.navigator?window.navigator:void 0,Ce=ie&&ie.userAgentData?ie.userAgentData:void 0,to=function(e,t){var n={},i=t;if(!Ct(t)){i={};for(var o in t)for(var r in t[o])i[r]=t[o][r].concat(i[r]?i[r]:[])}for(var s in e)n[s]=i[s]&&i[s].length%2===0?i[s].concat(e[s]):e[s];return n},St=function(e){for(var t={},n=0;n<e.length;n++)t[e[n].toUpperCase()]=e[n];return t},qt=function(e,t){if(typeof e===$.OBJECT&&e.length>0){for(var n in e)if(Oe(t)==Oe(e[n]))return!0;return!1}return tt(e)?Oe(t)==Oe(e):!1},Ct=function(e,t){for(var n in e)return/^(browser|cpu|device|engine|os)$/.test(n)||(t?Ct(e[n]):!1)},tt=function(e){return typeof e===$.STRING},Gt=function(e){if(e){for(var t=[],n=Xe(/\\?\"/g,e).split(","),i=0;i<n.length;i++)if(n[i].indexOf(";")>-1){var o=Ot(n[i]).split(";v=");t[i]={brand:o[0],version:o[1]}}else t[i]=Ot(n[i]);return t}},Oe=function(e){return tt(e)?e.toLowerCase():e},Jt=function(e){return tt(e)?Xe(/[^\d\.]/g,e).split(".")[0]:void 0},we=function(e){for(var t in e)if(e.hasOwnProperty(t)){var n=e[t];typeof n==$.OBJECT&&n.length==2?this[n[0]]=n[1]:this[n]=void 0}return this},Xe=function(e,t){return tt(t)?t.replace(e,_e):t},nt=function(e){return Xe(/\\?\"/g,e)},Ot=function(e,t){return e=Xe(/^\s\s*/,String(e)),typeof t===$.UNDEFINED?e:e.substring(0,t)},Qt=function(e,t){if(!(!e||!t))for(var n=0,i,o,r,s,a,l;n<t.length&&!a;){var c=t[n],f=t[n+1];for(i=o=0;i<c.length&&!a&&c[i];)if(a=c[i++].exec(e),a)for(r=0;r<f.length;r++)l=a[++o],s=f[r],typeof s===$.OBJECT&&s.length>0?s.length===2?typeof s[1]==$.FUNCTION?this[s[0]]=s[1].call(this,l):this[s[0]]=s[1]:s.length>=3&&(typeof s[1]===$.FUNCTION&&!(s[1].exec&&s[1].test)?s.length>3?this[s[0]]=l?s[1].apply(this,s.slice(2)):void 0:this[s[0]]=l?s[1].call(this,l,s[2]):void 0:s.length==3?this[s[0]]=l?l.replace(s[1],s[2]):void 0:s.length==4?this[s[0]]=l?s[3].call(this,l.replace(s[1],s[2])):void 0:s.length>4&&(this[s[0]]=l?s[3].apply(this,[l.replace(s[1],s[2])].concat(s.slice(4))):void 0)):this[s]=l||void 0;n+=2}},he=function(e,t){for(var n in t)if(typeof t[n]===$.OBJECT&&t[n].length>0){for(var i=0;i<t[n].length;i++)if(qt(t[n][i],e))return n===An?void 0:n}else if(qt(t[n],e))return n===An?void 0:n;return t.hasOwnProperty("*")?t["*"]:e},Bn={ME:"4.90","NT 3.51":"3.51","NT 4.0":"4.0",2e3:["5.0","5.01"],XP:["5.1","5.2"],Vista:"6.0",7:"6.1",8:"6.2","8.1":"6.3",10:["6.4","10.0"],NT:""},_n={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},no={Chrome:"Google Chrome",Edge:"Microsoft Edge","Edge WebView2":"Microsoft Edge WebView2","Chrome WebView":"Android WebView","Chrome Headless":"HeadlessChrome","Huawei Browser":"HuaweiBrowser","MIUI Browser":"Miui Browser","Opera Mobi":"OperaMobile",Yandex:"YaBrowser"},Un={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[E,[y,Ve+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[E,[y,At+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[E,[y,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[y,E],[/opios[\/ ]+([\w\.]+)/i],[E,[y,Ze+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[E,[y,Ze+" GX"]],[/\bopr\/([\w\.]+)/i],[E,[y,Ze]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[E,[y,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[E,[y,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser|palemoon)\/([-\w\.]+)/i,/(heytap|ovi|115|surf|qwant)browser\/([\d\.]+)/i,/(qwant)(?:ios|mobile)\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[y,E],[/quark(?:pc)?\/([-\w\.]+)/i],[E,[y,"Quark"]],[/\bddg\/([\w\.]+)/i],[E,[y,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[E,[y,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[E,[y,"WeChat"]],[/konqueror\/([\w\.]+)/i],[E,[y,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[E,[y,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[E,[y,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[E,[y,"Smart "+Vt+et]],[/(avast|avg)\/([\w\.]+)/i],[[y,/(.+)/,"$1 Secure"+et],E],[/\bfocus\/([\w\.]+)/i],[E,[y,Qe+" Focus"]],[/\bopt\/([\w\.]+)/i],[E,[y,Ze+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[E,[y,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[E,[y,"Dolphin"]],[/coast\/([\w\.]+)/i],[E,[y,Ze+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[E,[y,"MIUI"+et]],[/fxios\/([\w\.-]+)/i],[E,[y,Ve+Qe]],[/\bqihoobrowser\/?([\w\.]*)/i],[E,[y,"360"]],[/\b(qq)\/([\w\.]+)/i],[[y,/(.+)/,"$1Browser"],E],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[y,/(.+)/,"$1"+et],E],[/samsungbrowser\/([\w\.]+)/i],[E,[y,Ge+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[E,[y,Mn+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[y,Mn+" Mobile"],E],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[y,E],[/(lbbrowser|rekonq)/i],[y],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[E,y],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[y,$t],E,[p,De]],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(bing)(?:web|sapphire)\/([\w\.]+)/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[y,E,[p,De]],[/\bgsa\/([\w\.]+) .*safari\//i],[E,[y,"GSA"],[p,De]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[E,[y,"TikTok"],[p,De]],[/\[(linkedin)app\]/i],[y,[p,De]],[/(zalo(?:app)?)[\/\sa-z]*([\w\.-]+)/i],[[y,/(.+)/,"Zalo"],E,[p,De]],[/(chromium)[\/ ]([-\w\.]+)/i],[y,E],[/headlesschrome(?:\/([\w\.]+)| )/i],[E,[y,Ln+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[E,[y,At+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[y,Ln+" WebView"],E],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[E,[y,"Android"+et]],[/chrome\/([\w\.]+) mobile/i],[E,[y,Ve+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[y,E],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[E,[y,Ve+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[y,Ve+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[E,y],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[y,[E,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[y,E],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[y,Ve+Qe],E],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[y,"Netscape"],E],[/(wolvic|librewolf)\/([\w\.]+)/i],[y,E],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[E,[y,Qe+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+(?= .+rv\:.+gecko\/\d+)|[0-4][\w\.]+(?!.+compatible))/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[y,[E,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[y,[E,/[^\d\.]+./,_e]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[te,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[te,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[te,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[te,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[te,"arm"]],[/ sun4\w[;\)]/i],[[te,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i,/((ppc|powerpc)(64)?)( mac|;|\))/i,/(?:osf1|[freopnt]{3,4}bsd) (alpha)/i],[[te,/ower/,_e,Oe]],[/mc680.0/i],[[te,"68k"]],[/winnt.+\[axp/i],[[te,"alpha"]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[b,[v,Ge],[p,K]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,/sec-(sgh\w+)/i],[b,[v,Ge],[p,B]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i],[b,[v,He],[p,B]],[/\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,/\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i],[b,[v,He],[p,K]],[/(macintosh);/i],[b,[v,He]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[b,[v,Nn],[p,B]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[b,[v,Rn],[p,K]],[/honor([-\w ]+)[;\)]/i],[b,[v,Rn],[p,B]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[b,[v,Tn],[p,K]],[/(?:huawei) ?([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i],[b,[v,Tn],[p,B]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[b,/_/g," "],[v,Wt],[p,K]],[/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note|max|cc)?[_ ]?(?:\d{0,2}\w?)[_ ]?(?:plus|se|lite|pro)?( 5g|lte)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[b,/_/g," "],[v,Wt],[p,B]],[/droid.+; (cph2[3-6]\d[13579]|((gm|hd)19|(ac|be|in|kb)20|(d[en]|eb|le|mt)21|ne22)[0-2]\d|p[g-k]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[b,[v,kn],[p,B]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[b,[v,Kt],[p,B]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[b,[v,he,{OnePlus:["203","304","403","404","413","415"],"*":Kt}],[p,K]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[b,[v,"BLU"],[p,B]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[b,[v,"Vivo"],[p,B]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[b,[v,"Realme"],[p,B]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[b,[v,Vt],[p,K]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[b,[v,Vt],[p,B]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,/((?:moto(?! 360)[-\w\(\) ]+|xt\d{3,4}[cgkosw\+]?[-\d]*|nexus 6)(?= bui|\)))/i],[b,[v,Ft],[p,B]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[b,[v,Ft],[p,K]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[b,[v,Et],[p,K]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[b,[v,Et],[p,B]],[/(nokia) (t[12][01])/i],[v,b,[p,K]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i],[[b,/_/g," "],[p,B],[v,"Nokia"]],[/(pixel (c|tablet))\b/i],[b,[v,Ie],[p,K]],[/droid.+;(?: google)? (g(01[13]a|020[aem]|025[jn]|1b60|1f8f|2ybb|4s1m|576d|5nz6|8hhn|8vou|a02099|c15s|d1yq|e2ae|ec77|gh2x|kv4x|p4bc|pj41|r83y|tt9q|ur25|wvk6)|pixel[\d ]*a?( pro)?( xl)?( fold)?( \(5g\))?)( bui|\))/i],[b,[v,Ie],[p,B]],[/(google) (pixelbook( go)?)/i],[v,b],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-\w\w\d\d)(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[b,[v,Je],[p,B]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[b,"Xperia Tablet"],[v,Je],[p,K]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[b,[v,vt],[p,K]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[b,/(.+)/g,"Fire Phone $1"],[v,vt],[p,B]],[/(playbook);[-\w\),; ]+(rim)/i],[b,v,[p,K]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/(?:blackberry|\(bb10;) (\w+)/i],[b,[v,xn],[p,B]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[b,[v,On],[p,K]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[b,[v,On],[p,B]],[/(nexus 9)/i],[b,[v,"HTC"],[p,K]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[v,[b,/_/g," "],[p,B]],[/tcl (xess p17aa)/i,/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])(_\w(\w|\w\w))?(\)| bui)/i],[b,[v,"TCL"],[p,K]],[/droid [\w\.]+; (418(?:7d|8v)|5087z|5102l|61(?:02[dh]|25[adfh]|27[ai]|56[dh]|59k|65[ah])|a509dl|t(?:43(?:0w|1[adepqu])|50(?:6d|7[adju])|6(?:09dl|10k|12b|71[efho]|76[hjk])|7(?:66[ahju]|67[hw]|7[045][bh]|71[hk]|73o|76[ho]|79w|81[hks]?|82h|90[bhsy]|99b)|810[hs]))(_\w(\w|\w\w))?(\)| bui)/i],[b,[v,"TCL"],[p,B]],[/(itel) ((\w+))/i],[[v,Oe],b,[p,he,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[b,[v,"Acer"],[p,K]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[b,[v,"Meizu"],[p,B]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[b,[v,"Ulefone"],[p,B]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[b,[v,"Energizer"],[p,B]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[b,[v,"Cat"],[p,B]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[b,[v,"Smartfren"],[p,B]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[b,[v,"Nothing"],[p,B]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[b,[v,"Archos"],[p,K]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[b,[v,"Archos"],[p,B]],[/; (n159v)/i],[b,[v,"HMD"],[p,B]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[v,b,[p,K]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl|wiko)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i,/(hisense) ([ehv][\w ]+)\)/i,/droid[^;]+; (philips)[_ ]([sv-x][\d]{3,4}[xz]?)/i],[v,b,[p,B]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[v,b,[p,K]],[/(surface duo)/i],[b,[v,Xt],[p,K]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[b,[v,"Fairphone"],[p,B]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[b,[v,Yt],[p,K]],[/(sprint) (\w+)/i],[v,b,[p,B]],[/(kin\.[onetw]{3})/i],[[b,/\./g," "],[v,Xt],[p,B]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[b,[v,jt],[p,K]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[b,[v,jt],[p,B]],[/(philips)[\w ]+tv/i,/smart-tv.+(samsung)/i],[v,[p,z]],[/hbbtv.+maple;(\d+)/i],[[b,/^/,"SmartTV"],[v,Ge],[p,z]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[v,b,[p,z]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[v,Et],[p,z]],[/(apple) ?tv/i],[v,[b,He+" TV"],[p,z]],[/crkey.*devicetype\/chromecast/i],[[b,Se+" Third Generation"],[v,Ie],[p,z]],[/crkey.*devicetype\/([^/]*)/i],[[b,/^/,"Chromecast "],[v,Ie],[p,z]],[/fuchsia.*crkey/i],[[b,Se+" Nest Hub"],[v,Ie],[p,z]],[/crkey/i],[[b,Se],[v,Ie],[p,z]],[/(portaltv)/i],[b,[v,$t],[p,z]],[/droid.+aft(\w+)( bui|\))/i],[b,[v,vt],[p,z]],[/(shield \w+ tv)/i],[b,[v,Yt],[p,z]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[b,[v,Nn],[p,z]],[/(bravia[\w ]+)( bui|\))/i],[b,[v,Je],[p,z]],[/(mi(tv|box)-?\w+) bui/i],[b,[v,Wt],[p,z]],[/Hbbtv.*(technisat) (.*);/i],[v,b,[p,z]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[v,/.+\/(\w+)/,"$1",he,{LG:"lge"}],[b,Ot],[p,z]],[/(playstation \w+)/i],[b,[v,Je],[p,ze]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[b,[v,Xt],[p,ze]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i],[v,b,[p,ze]],[/droid.+; (shield)( bui|\))/i],[b,[v,Yt],[p,ze]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[b,[v,Ge],[p,fe]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[v,b,[p,fe]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[b,[v,Kt],[p,fe]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[b,[v,He],[p,fe]],[/(opwwe\d{3})/i],[b,[v,kn],[p,fe]],[/(moto 360)/i],[b,[v,Ft],[p,fe]],[/(smartwatch 3)/i],[b,[v,Je],[p,fe]],[/(g watch r)/i],[b,[v,Et],[p,fe]],[/droid.+; (wt63?0{2,3})\)/i],[b,[v,jt],[p,fe]],[/droid.+; (glass) \d/i],[b,[v,Ie],[p,wt]],[/(pico) ([\w ]+) os\d/i],[v,b,[p,wt]],[/(quest( \d| pro)?s?).+vr/i],[b,[v,$t],[p,wt]],[/mobile vr; rv.+firefox/i],[[p,wt]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[v,[p,qe]],[/(aeobc)\b/i],[b,[v,vt],[p,qe]],[/(homepod).+mac os/i],[b,[v,He],[p,qe]],[/windows iot/i],[[p,qe]],[/droid.+; ([\w- ]+) (4k|android|smart|google)[- ]?tv/i],[b,[p,z]],[/\b((4k|android|smart|opera)[- ]?tv|tv; rv:|large screen[\w ]+safari)\b/i],[[p,z]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i],[b,[p,he,{mobile:"Mobile",xr:"VR","*":K}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[p,K]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[p,B]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[b,[v,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[E,[y,At+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[y,E],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[E,[y,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[y,E],[/ladybird\//i],[[y,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[E,y]],os:[[/(windows nt) (6\.[23]); arm/i],[[y,/N/,"R"],[E,he,Bn]],[/(windows (?:phone|mobile|iot))(?: os)?[\/ ]?([\d\.]*( se)?)/i,/(windows)[\/ ](1[01]|2000|3\.1|7|8(\.1)?|9[58]|me|server 20\d\d( r2)?|vista|xp)/i],[y,E],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[E,/(;|\))/g,"",he,Bn],[y,zt]],[/(windows ce)\/?([\d\.]*)/i],[y,E],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv|ios(?=.+ip(?:ad|hone))|ip(?:ad|hone)(?: |.+i(?:pad)?)os)[\/ ]([\w\.]+)/i,/cfnetwork\/.+darwin/i],[[E,/_/g,"."],[y,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[y,"macOS"],[E,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[E,[y,Se+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[E,[y,Se+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[E,[y,Se+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[E,[y,Se+" Linux"]],[/crkey\/([\d\.]+)/i],[E,[y,Se]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[E,y],[/(ubuntu) ([\w\.]+) like android/i],[[y,/(.+)/,"$1 Touch"],E],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[y,E],[/\(bb(10);/i],[E,[y,xn]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[E,[y,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[E,[y,Qe+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[E,[y,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[E,he,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[y,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[E,[y,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[y,"Chrome OS"],E],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) (\w+)/i,/(xbox); +xbox ([^\);]+)/i,/(pico) .+os([\w\.]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/linux.+(mint)[\/\(\) ]?([\w\.]*)/i,/(mageia|vectorlinux|fuchsia|arcaos|arch(?= ?linux))[;l ]([\d\.]*)/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire|knoppix)(?: gnu[\/ ]linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/\b(aix)[; ]([1-9\.]{0,4})/i,/(hurd|linux|morphos)(?: (?:arm|x86|ppc)\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) ?(r\d)?/i],[y,E],[/(sunos) ?([\d\.]*)/i],[[y,"Solaris"],E],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[y,E]]},xt=(function(){var e={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return we.call(e.init,[[ne,[y,E,$e,p]],[be,[te]],[ue,[p,b,v]],[le,[y,E]],[oe,[y,E]]]),we.call(e.isIgnore,[[ne,[E,$e]],[le,[E]],[oe,[E]]]),we.call(e.isIgnoreRgx,[[ne,/ ?browser$/i],[oe,/ ?os$/i]]),we.call(e.toString,[[ne,[y,E]],[be,[te]],[ue,[v,b]],[le,[y,E]],[oe,[y,E]]]),e})(),io=function(e,t){var n=xt.init[t],i=xt.isIgnore[t]||0,o=xt.isIgnoreRgx[t]||0,r=xt.toString[t]||0;function s(){we.call(this,n)}return s.prototype.getItem=function(){return e},s.prototype.withClientHints=function(){return Ce?Ce.getHighEntropyValues(Cn).then(function(a){return e.setCH(new Dn(a,!1)).parseCH().get()}):e.parseCH().get()},s.prototype.withFeatureCheck=function(){return e.detectFeature().get()},t!=Ue&&(s.prototype.is=function(a){var l=!1;for(var c in this)if(this.hasOwnProperty(c)&&!qt(i,c)&&Oe(o?Xe(o,this[c]):this[c])==Oe(o?Xe(o,a):a)){if(l=!0,a!=$.UNDEFINED)break}else if(a==$.UNDEFINED&&l){l=!l;break}return l},s.prototype.toString=function(){var a=_e;for(var l in r)typeof this[r[l]]!==$.UNDEFINED&&(a+=(a?" ":_e)+this[r[l]]);return a||$.UNDEFINED}),Ce||(s.prototype.then=function(a){var l=this,c=function(){for(var u in l)l.hasOwnProperty(u)&&(this[u]=l[u])};c.prototype={is:s.prototype.is,toString:s.prototype.toString};var f=new c;return a(f),f}),new s};function Dn(e,t){if(e=e||{},we.call(this,Cn),t)we.call(this,[[Dt,Gt(e[Ae])],[Pt,Gt(e[$i])],[B,/\?1/.test(e[Ji])],[b,nt(e[Qi])],[Pe,nt(e[Sn])],[Ht,nt(e[Zi])],[te,nt(e[zi])],[Le,Gt(e[Gi])],[yt,nt(e[qi])]]);else for(var n in e)this.hasOwnProperty(n)&&typeof e[n]!==$.UNDEFINED&&(this[n]=e[n])}function Pn(e,t,n,i){return this.get=function(o){return o?this.data.hasOwnProperty(o)?this.data[o]:void 0:this.data},this.set=function(o,r){return this.data[o]=r,this},this.setCH=function(o){return this.uaCH=o,this},this.detectFeature=function(){if(ie&&ie.userAgent==this.ua)switch(this.itemType){case ne:ie.brave&&typeof ie.brave.isBrave==$.FUNCTION&&this.set(y,"Brave");break;case ue:!this.get(p)&&Ce&&Ce[B]&&this.set(p,B),this.get(b)=="Macintosh"&&ie&&typeof ie.standalone!==$.UNDEFINED&&ie.maxTouchPoints&&ie.maxTouchPoints>2&&this.set(b,"iPad").set(p,K);break;case oe:!this.get(y)&&Ce&&Ce[Pe]&&this.set(y,Ce[Pe]);break;case Ue:var o=this.data,r=function(s){return o[s].getItem().detectFeature().get()};this.set(ne,r(ne)).set(be,r(be)).set(ue,r(ue)).set(le,r(le)).set(oe,r(oe))}return this},this.parseUA=function(){switch(this.itemType!=Ue&&Qt.call(this.data,this.ua,this.rgxMap),this.itemType){case ne:this.set($e,Jt(this.get(E)));break;case oe:if(this.get(y)=="iOS"&&this.get(E)=="18.6"){var o=/\) Version\/([\d\.]+)/.exec(this.ua);o&&parseInt(o[1].substring(0,2),10)>=26&&this.set(E,o[1])}break}return this},this.parseCH=function(){var o=this.uaCH,r=this.rgxMap;switch(this.itemType){case ne:case le:var s=o[Pt]||o[Dt],a;if(s)for(var l=0;l<s.length;l++){var c=s[l].brand||s[l],f=s[l].version;this.itemType==ne&&!/not.a.brand/i.test(c)&&(!a||/Chrom/.test(a)&&c!=In||a==At&&/WebView2/.test(c))&&(c=he(c,no),a=this.get(y),a&&!/Chrom/.test(a)&&/Chrom/.test(c)||this.set(y,c).set(E,f).set($e,Jt(f)),a=c),this.itemType==le&&c==In&&this.set(E,f)}break;case be:var u=o[te];u&&(u&&o[yt]=="64"&&(u+="64"),Qt.call(this.data,u+";",r));break;case ue:if(o[B]&&this.set(p,B),o[b]&&(this.set(b,o[b]),!this.get(p)||!this.get(v))){var A={};Qt.call(A,"droid 9; "+o[b]+")",r),!this.get(p)&&A.type&&this.set(p,A.type),!this.get(v)&&A.vendor&&this.set(v,A.vendor)}if(o[Le]){var m;if(typeof o[Le]!="string")for(var g=0;!m&&g<o[Le].length;)m=he(o[Le][g++],_n);else m=he(o[Le],_n);this.set(p,m)}break;case oe:var w=o[Pe];if(w){var x=o[Ht];w==zt&&(x=parseInt(Jt(x),10)>=13?"11":"10"),this.set(y,w).set(E,x)}this.get(y)==zt&&o[b]=="Xbox"&&this.set(y,"Xbox").set(E,void 0);break;case Ue:var h=this.data,d=function(N){return h[N].getItem().setCH(o).parseCH().get()};this.set(ne,d(ne)).set(be,d(be)).set(ue,d(ue)).set(le,d(le)).set(oe,d(oe))}return this},we.call(this,[["itemType",e],["ua",t],["uaCH",i],["rgxMap",n],["data",io(this,e)]]),this}function ye(e,t,n){if(typeof e===$.OBJECT?(Ct(e,!0)?(typeof t===$.OBJECT&&(n=t),t=e):(n=e,t=void 0),e=void 0):typeof e===$.STRING&&!Ct(t,!0)&&(n=t,t=void 0),n)if(typeof n.append===$.FUNCTION){var i={};n.forEach(function(f,u){i[String(u).toLowerCase()]=f}),n=i}else{var o={};for(var r in n)n.hasOwnProperty(r)&&(o[String(r).toLowerCase()]=n[r]);n=o}if(!(this instanceof ye))return new ye(e,t,n).getResult();var s=typeof e===$.STRING?e:n&&n[En]?n[En]:ie&&ie.userAgent?ie.userAgent:_e,a=new Dn(n,!0),l=t?to(Un,t):Un,c=function(f){return f==Ue?function(){return new Pn(f,s,l,a).set("ua",s).set(ne,this.getBrowser()).set(be,this.getCPU()).set(ue,this.getDevice()).set(le,this.getEngine()).set(oe,this.getOS()).get()}:function(){return new Pn(f,s,l[f],a).parseUA().get()}};return we.call(this,[["getBrowser",c(ne)],["getCPU",c(be)],["getDevice",c(ue)],["getEngine",c(le)],["getOS",c(oe)],["getResult",c(Ue)],["getUA",function(){return s}],["setUA",function(f){return tt(f)&&(s=Ot(f,ji)),this}]]).setUA(s),this}ye.VERSION=Wi,ye.BROWSER=St([y,E,$e,p]),ye.CPU=St([te]),ye.DEVICE=St([b,v,p,ze,B,z,K,fe,qe]),ye.ENGINE=ye.OS=St([y,E]);const oo=Object.freeze({AIX:"AIX",AMIGA_OS:"Amiga OS",ANDROID:"Android",ANDROID_X86:"Android-x86",ARCAOS:"ArcaOS",ARCH:"Arch",BADA:"Bada",BEOS:"BeOS",BLACKBERRY:"BlackBerry",CENTOS:"CentOS",CHROME_OS:"Chrome OS",CHROMECAST:"Chromecast",CHROMECAST_ANDROID:"Chromecast Android",CHROMECAST_FUCHSIA:"Chromecast Fuchsia",CHROMECAST_LINUX:"Chromecast Linux",CHROMECAST_SMARTSPEAKER:"Chromecast SmartSpeaker",CONTIKI:"Contiki",DEBIAN:"Debian",DEEPIN:"Deepin",DRAGONFLY:"DragonFly",ELEMENTARY_OS:"elementary OS",FEDORA:"Fedora",FIREFOX_OS:"Firefox OS",FREEBSD:"FreeBSD",FUCHSIA:"Fuchsia",GENTOO:"Gentoo",GHOSTBSD:"GhostBSD",GNU:"GNU",HAIKU:"Haiku",HARMONYOS:"HarmonyOS",HP_UX:"HP-UX",HURD:"Hurd",IOS:"iOS",JOLI:"Joli",KAIOS:"KaiOS",KNOPPIX:"Knoppix",KUBUNTU:"Kubuntu",LINPUS:"Linpus",LINSPIRE:"Linspire",LINUX:"Linux",MACOS:"macOS",MAEMO:"Maemo",MAGEIA:"Mageia",MANDRIVA:"Mandriva",MANJARO:"Manjaro",MEEGO:"MeeGo",MINIX:"Minix",MINT:"Mint",MORPH_OS:"Morph OS",NETBSD:"NetBSD",NETRANGE:"NetRange",NETTV:"NetTV",NINTENDO:"Nintendo",OPENHARMONY:"OpenHarmony",OPENBSD:"OpenBSD",OPENVMS:"OpenVMS",OS2:"OS/2",PALM:"Palm",PC_BSD:"PC-BSD",PCLINUXOS:"PCLinuxOS",PICO:"Pico",PLAN9:"Plan9",PLAYSTATION:"PlayStation",QNX:"QNX",RASPBIAN:"Raspbian",REDHAT:"RedHat",RIM_TABLET_OS:"RIM Tablet OS",RISC_OS:"RISC OS",SABAYON:"Sabayon",SAILFISH:"Sailfish",SERENITYOS:"SerenityOS",SERIES40:"Series40",SLACKWARE:"Slackware",SOLARIS:"Solaris",SUSE:"SUSE",SYMBIAN:"Symbian",TIZEN:"Tizen",UBUNTU:"Ubuntu",UBUNTU_TOUCH:"Ubuntu Touch",UNIX:"Unix",VECTORLINUX:"VectorLinux",WATCHOS:"watchOS",WEBOS:"WebOS",WINDOWS:"Windows",WINDOWS_CE:"Windows CE",WINDOWS_IOT:"Windows IoT",WINDOWS_MOBILE:"Windows Mobile",WINDOWS_PHONE:"Windows Phone",WINDOWS_RT:"Windows RT",XBOX:"Xbox",XUBUNTU:"Xubuntu",ZENWALK:"Zenwalk"}),Zt=ye().os.is(oo.MACOS),Hn=e=>{!e.hasAttribute("tabindex")&&e.tabIndex<0&&e.setAttribute("tabindex","-1"),e.classList.add("no-focus-outline")},Vn=e=>{const t=[],n=document.createNodeIterator(e.commonAncestorContainer,NodeFilter.SHOW_TEXT);let i;for(;i=n.nextNode();)e.intersectsNode(i)&&t.push(i);if(t.length<2)return Array.from(e.getClientRects());{const o=t[0],r=t[t.length-1],s=document.createRange();if(s.selectNode(o),e.startContainer.nodeType===Node.TEXT_NODE)s.setStart(o,e.startOffset);else{const c=e.startContainer.childNodes[e.startOffset];c?s.setStartBefore(c):s.setStartAfter(e.startContainer)}const a=document.createRange();if(a.selectNode(r),e.endContainer.nodeType===Node.TEXT_NODE)a.setEnd(r,e.endOffset);else{const c=e.endContainer.childNodes[e.endOffset];c?a.setEndBefore(c):a.setEndAfter(e.endContainer)}const l=c=>{const f=document.createRange();return f.selectNode(c),Array.from(f.getClientRects())};return[...Array.from(s.getClientRects()),...t.slice(1,-1).flatMap(l),...Array.from(a.getClientRects())]}},ro=function*(e){const t=document.createNodeIterator(e.commonAncestorContainer,NodeFilter.SHOW_ELEMENT,i=>i instanceof HTMLElement&&i.classList.contains(ke)&&!i.parentElement.closest(Ne)&&e.intersectsNode(i)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP);let n;for(;n=t.nextNode();)n instanceof HTMLElement&&(yield n)},Xn=(e,t)=>{if(!yn(e,t))return[];const n=[];let i=null;for(const o of ro(t)){let r;i?(r=document.createRange(),r.setStartAfter(i),r.setEndBefore(o)):(r=t.cloneRange(),r.setEndBefore(o)),r.collapsed||n.push(r),i=o}if(i){const o=t.cloneRange();o.setStartAfter(i),o.collapsed||n.push(o)}return n.length>0?n:[t]},Tt=e=>{const t=e.cloneContents();return t.querySelectorAll(Ne).forEach(n=>n.remove()),t},Fn=(e,t,n=10,i)=>{const o=i?e.startContainer.parentElement.closest(i):t,r=document.createRange();r.setStart(o,0),r.setEnd(e.startContainer,e.startOffset);const s=Tt(r).textContent,a=document.createRange();a.setStart(e.endContainer,e.endOffset),o===document.body?a.setEnd(o,o.childNodes.length):a.setEndAfter(o);const l=Tt(a).textContent;return{prefix:s.substring(s.length-n),suffix:l.substring(0,n)}},ge=e=>e.every(t=>t.range instanceof Range&&!t.range.collapsed),en=/^\s*$/,Yn=e=>en.test(e.toString()),so=e=>en.test(e.textContent||""),ao=(e,t,n,i)=>{const o=a=>Math.round(a*10)/10,r={top:o(e.top),bottom:o(e.bottom),left:o(e.left),right:o(e.right)},s={top:o(t.top),bottom:o(t.bottom),left:o(t.left),right:o(t.right)};if(Math.abs(r.top-s.top)<i&&Math.abs(r.bottom-s.bottom)<i){if(Math.abs(r.left-s.right)<n||Math.abs(r.right-s.left)<n)return"inline-adjacent";if(r.left>=s.left&&r.right<=s.right)return"inline-is-contained";if(r.left<=s.left&&r.right>=s.right)return"inline-contains"}else if(r.top<=s.top&&r.bottom>=s.bottom){if(r.left<=s.left&&r.right>=s.right)return"block-contains"}else if(r.top>=s.top&&r.bottom<=s.bottom&&r.left>=s.left&&r.right<=s.right)return"block-is-contained"},lo=(e,t)=>{const n=Math.min(e.left,t.left),i=Math.max(e.right,t.right),o=Math.min(e.top,t.top),r=Math.max(e.bottom,t.bottom);return new DOMRect(n,o,i-n,r-o)},Kn=(e,t=.5,n=.5)=>e.reduce((i,o)=>{if(o.width===0||o.height===0)return i;let r=[...i],s=!1;for(const a of i){const l=ao(o,a,t,n);if(l==="inline-adjacent"){r=r.map(c=>c===a?lo(o,a):c),s=!0;break}else if(l==="inline-contains"){r=r.map(c=>c===a?o:c),s=!0;break}else if(l==="inline-is-contained"){s=!0;break}else if(l==="block-contains"||l==="block-is-contained"){o.width<a.width&&(r=r.map(c=>c===a?o:c)),o.width===a.width&&o.height<a.width&&(r=r.map(c=>c===a?o:c)),s=!0;break}}return s?r:[...r,o]},[]),co=e=>({length:e.length,item:t=>e[t],[Symbol.iterator]:function*(){for(let t=0;t<this.length;t++)yield this.item(t)}}),Wn=e=>{if(e.length===0)return[];if(e.length===1)return[e[0]];e.sort((o,r)=>{const s=o.compareBoundaryPoints(Range.START_TO_START,r);return s!==0?s:o.compareBoundaryPoints(Range.END_TO_END,r)});const[t,...n]=e,i=n.reduce((o,r)=>o.current.compareBoundaryPoints(Range.START_TO_END,r)>=0?(o.current.compareBoundaryPoints(Range.END_TO_END,r)<0&&o.current.setEnd(r.endContainer,r.endOffset),o):(o.merged.push(o.current),o.current=r.cloneRange(),o),{merged:[],current:t.cloneRange()});return[...i.merged,i.current]},jn=(e,t,n)=>{const i=document.createRange(),o=n?e.startContainer.parentElement.closest(n):t;i.setStart(o,0),i.setEnd(e.startContainer,e.startOffset);const r=Tt(i).textContent,s=e.toString(),a=r.length||0,l=a+s.length;return n?{quote:s,start:a,end:l,range:e,offsetReference:o}:{quote:s,start:a,end:l,range:e}},$n=(e,t)=>{const{left:n,top:i,right:o,bottom:r}=e;return new DOMRect(n-t.left,i-t.top,o-n,r-i)},uo=(e,t)=>{const{left:n,top:i,right:o,bottom:r}=e;return new DOMRect(n+t.left,i+t.top,o-n,r-i)},tn=(e,t)=>{const{start:n,end:i}=e,o=e.offsetReference||t,r=document.createNodeIterator(t,NodeFilter.SHOW_TEXT,f=>f.parentElement?.closest(Ne)?NodeFilter.FILTER_SKIP:NodeFilter.FILTER_ACCEPT);let s=0;const a=document.createRange();let l=r.nextNode();l===null&&console.error("Could not revive annotation target. Content missing.");let c=!o;for(;l!==null;){if(c||=typeof o?.contains=="function"?o.contains(l):!1,c){const f=l.textContent?.length||0;if(s+f>n){a.setStart(l,n-s);break}s+=f}l=r.nextNode()}for(;l!==null;){const f=l.textContent?.length||0;if(s+f>=i){a.setEnd(l,i-s);break}s+=f,l=r.nextNode()}return{...e,range:a}},it=(e,t)=>ge(e.selector)?e:{...e,selector:e.selector.map(n=>n.range instanceof Range&&!n.range.collapsed?n:tn(n,t))},Rt=(e,t)=>ge(e.target.selector)?e:{...e,target:it(e.target,t)},zn=(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},qn=e=>{if(!e)return document.scrollingElement;const{overflowY:t}=window.getComputedStyle(e);return t!=="visible"&&t!=="hidden"&&e.scrollHeight>e.clientHeight?e:qn(e.parentElement)},Gn=(e,t,n)=>{const i=n.getBoundingClientRect(),o=n.clientHeight,r=n.clientWidth,s=t.selector[0].range.getBoundingClientRect(),{width:a,height:l}=e.getAnnotationBounds(t.annotation),c=s.top-i.top,f=s.left-i.left,u=n.parentElement?n.scrollTop:0,A=n.parentElement?n.scrollLeft:0,m=c+u-(o-l)/2,g=f+A-(r-a)/2;n.scroll({top:m,left:g,behavior:"smooth"})},Jn=(e,t)=>(n,i)=>{const o=typeof n=="string"?n:n.id,r=i?typeof i=="string"?document.getElementById(i):i:qn(e);if(!r)return console.warn(`The scroll parent is missing for the annotation: ${o}`,{container:e}),!1;const s=t.getAnnotation(o);if(!s)return console.warn(`The annotation is missing in the store: ${o}`),!1;const{range:a}=s.target.selector[0];if(a&&!a.collapsed)return Gn(t,s.target,r),!0;const l=it(s.target,e),{range:c}=l.selector[0];return c&&!c.collapsed?(Gn(t,l,r),!0):!1};function Qn(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:i}=n;let o,r,s,a,l;function c(){const A=o,m=r;return o=void 0,r=void 0,l=e.apply(A,m),l}function f(){const A=Date.now()-a;A<t&&A>=0?s=setTimeout(f,t-A):(s=void 0,i||(l=c()))}const u=function(...A){if(o&&this!==o&&Object.getPrototypeOf(this)===Object.getPrototypeOf(o))throw new Error("Debounced method called with different contexts of the same prototype.");o=this,r=A,a=Date.now();const m=i&&!s;if(s||(s=setTimeout(f,t)),m)return l=c(),l};return Object.defineProperty(u,"isPending",{get(){return s!==void 0}}),u.clear=()=>{s&&(clearTimeout(s),s=void 0,o=void 0,r=void 0)},u.flush=()=>{s&&u.trigger()},u.trigger=()=>{l=c(),u.clear()},u}const pe={fill:"rgb(0, 128, 255)",fillOpacity:.18},ot={fill:"rgb(0, 128, 255)",fillOpacity:.45};var Zn=Object.prototype.hasOwnProperty;function Me(e,t){var n,i;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((i=e.length)===t.length)for(;i--&&Me(e[i],t[i]););return i===-1}if(!n||typeof e=="object"){i=0;for(n in e)if(Zn.call(e,n)&&++i&&!Zn.call(t,n)||!(n in t)||!Me(e[n],t[n]))return!1;return Object.keys(t).length===i}}return e!==e&&t!==t}let fo=Symbol("clean"),ce=[],xe=0;const kt=4;let nn=e=>{let t=[],n={get(){return n.lc||n.listen(()=>{})(),n.value},lc:0,listen(i){return n.lc=t.push(i),()=>{for(let r=xe+kt;r<ce.length;)ce[r]===i?ce.splice(r,kt):r+=kt;let o=t.indexOf(i);~o&&(t.splice(o,1),--n.lc||n.off())}},notify(i,o){let r=!ce.length;for(let s of t)ce.push(s,n.value,i,o);if(r){for(xe=0;xe<ce.length;xe+=kt)ce[xe](ce[xe+1],ce[xe+2],ce[xe+3]);ce.length=0}},off(){},set(i){let o=n.value;o!==i&&(n.value=i,n.notify(o))},subscribe(i){let o=n.listen(i);return i(n.value),o},value:e};return process.env.NODE_ENV!=="production"&&(n[fo]=()=>{t=[],n.lc=0,n.off()}),n};const ho=e=>{const t=nn(null);return e.observe(({changes:n})=>{const i=t.get();if(i){(n.deleted||[]).some(r=>r.id===i)&&t.set(null);const o=(n.updated||[]).find(({oldValue:r})=>r.id===i);o&&t.set(o.newValue.id)}}),{get current(){return t.get()},subscribe:t.subscribe.bind(t),set:t.set.bind(t)}};var on=(e=>(e.EDIT="EDIT",e.SELECT="SELECT",e.NONE="NONE",e))(on||{});const rn={selected:[]},go=(e,t,n)=>{const i=nn(rn);let o=t;const r=()=>{Me(i.get(),rn)||i.set(rn)},s=()=>{var m;return((m=i.get().selected)==null?void 0:m.length)===0},a=m=>{if(s())return!1;const g=typeof m=="string"?m:m.id;return i.get().selected.some(w=>w.id===g)},l=(m,g)=>{let w;if(Array.isArray(m)){if(w=m.map(h=>e.getAnnotation(h)).filter(Boolean),w.length<m.length){console.warn("Invalid selection: "+m.filter(h=>!w.some(d=>d.id===h)));return}}else{const h=e.getAnnotation(m);if(!h){console.warn("Invalid selection: "+m);return}w=[h]}const x=w.reduce((h,d)=>{const N=A(d);return N==="EDIT"?[...h,{id:d.id,editable:!0}]:N==="SELECT"?[...h,{id:d.id}]:h},[]);i.set({selected:x,event:g})},c=(m,g)=>{const w=Array.isArray(m)?m:[m],x=w.map(h=>e.getAnnotation(h)).filter(h=>!!h);i.set({selected:x.map(h=>{const d=g===void 0?A(h)==="EDIT":g;return{id:h.id,editable:d}})}),x.length!==w.length&&console.warn("Invalid selection",m)},f=m=>{if(s())return!1;const{selected:g}=i.get();g.some(({id:w})=>m.includes(w))&&i.set({selected:g.filter(({id:w})=>!m.includes(w))})},u=m=>{o=m,c(i.get().selected.map(({id:g})=>g))},A=m=>po(m,o,n);return e.observe(({changes:m})=>f((m.deleted||[]).map(g=>g.id))),{get event(){const m=i.get();return m?m.event:null},get selected(){const m=i.get();return m?[...m.selected]:null},get userSelectAction(){return o},clear:r,evalSelectAction:A,isEmpty:s,isSelected:a,setSelected:c,setUserSelectAction:u,subscribe:i.subscribe.bind(i),userSelect:l}},po=(e,t,n)=>{const i=n?n.serialize(e):e;return typeof t=="function"?t(i):t||"EDIT"},J=[];for(let e=0;e<256;++e)J.push((e+256).toString(16).slice(1));function mo(e,t=0){return(J[e[t+0]]+J[e[t+1]]+J[e[t+2]]+J[e[t+3]]+"-"+J[e[t+4]]+J[e[t+5]]+"-"+J[e[t+6]]+J[e[t+7]]+"-"+J[e[t+8]]+J[e[t+9]]+"-"+J[e[t+10]]+J[e[t+11]]+J[e[t+12]]+J[e[t+13]]+J[e[t+14]]+J[e[t+15]]).toLowerCase()}let sn;const bo=new Uint8Array(16);function wo(){if(!sn){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");sn=crypto.getRandomValues.bind(crypto)}return sn(bo)}const yo=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),ei={randomUUID:yo};function vo(e,t,n){var i;e=e||{};const o=e.random??((i=e.rng)==null?void 0:i.call(e))??wo();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,mo(o)}function ti(e,t,n){return ei.randomUUID&&!e?ei.randomUUID():vo(e)}const an=e=>{const t=n=>{const i={...n};return n.created&&typeof n.created=="string"&&(i.created=new Date(n.created)),n.updated&&typeof n.updated=="string"&&(i.updated=new Date(n.updated)),i};return{...e,bodies:(e.bodies||[]).map(t),target:t(e.target)}},Eo=(e,t,n,i)=>({id:ti(),annotation:typeof e=="string"?e:e.id,created:n||new Date,creator:i,...t}),Ao=(e,t)=>{const n=new Set(e.bodies.map(i=>i.id));return t.bodies.filter(i=>!n.has(i.id))},So=(e,t)=>{const n=new Set(t.bodies.map(i=>i.id));return e.bodies.filter(i=>!n.has(i.id))},Co=(e,t)=>t.bodies.map(n=>{const i=e.bodies.find(o=>o.id===n.id);return{newBody:n,oldBody:i&&!Me(i,n)?i:void 0}}).filter(({oldBody:n})=>n).map(({oldBody:n,newBody:i})=>({oldBody:n,newBody:i})),Oo=(e,t)=>!Me(e.target,t.target),ni=(e,t)=>{const n=Ao(e,t),i=So(e,t),o=Co(e,t);return{oldValue:e,newValue:t,bodiesCreated:n.length>0?n:void 0,bodiesDeleted:i.length>0?i:void 0,bodiesUpdated:o.length>0?o:void 0,targetUpdated:Oo(e,t)?{oldTarget:e.target,newTarget:t.target}:void 0}};var X=(e=>(e.LOCAL="LOCAL",e.REMOTE="REMOTE",e.SILENT="SILENT",e))(X||{});const xo=(e,t)=>{var n,i;const{changes:o,origin:r}=t;if(!(e.options.origin?e.options.origin===r:r!=="SILENT"))return!1;if(e.options.ignore){const{ignore:s}=e.options,a=l=>l&&l.length>0;if(!(a(o.created)||a(o.deleted))){const l=(n=o.updated)==null?void 0:n.some(f=>a(f.bodiesCreated)||a(f.bodiesDeleted)||a(f.bodiesUpdated)),c=(i=o.updated)==null?void 0:i.some(f=>f.targetUpdated);if(s==="BODY_ONLY"&&l&&!c||s==="TARGET_ONLY"&&c&&!l)return!1}}if(e.options.annotations){const s=new Set([...(o.created||[]).map(a=>a.id),...(o.deleted||[]).map(a=>a.id),...(o.updated||[]).map(({oldValue:a})=>a.id)]);return!!(Array.isArray(e.options.annotations)?e.options.annotations:[e.options.annotations]).find(a=>s.has(a))}else return!0},To=(e,t)=>{const n=new Set((e.created||[]).map(u=>u.id)),i=new Set((e.updated||[]).map(({newValue:u})=>u.id)),o=new Set((t.created||[]).map(u=>u.id)),r=new Set((t.deleted||[]).map(u=>u.id)),s=new Set((t.updated||[]).map(({oldValue:u})=>u.id)),a=new Set((t.updated||[]).filter(({oldValue:u})=>n.has(u.id)||i.has(u.id)).map(({oldValue:u})=>u.id)),l=[...(e.created||[]).filter(u=>!r.has(u.id)).map(u=>s.has(u.id)?t.updated.find(({oldValue:A})=>A.id===u.id).newValue:u),...t.created||[]],c=[...(e.deleted||[]).filter(u=>!o.has(u.id)),...(t.deleted||[]).filter(u=>!n.has(u.id))],f=[...(e.updated||[]).filter(({newValue:u})=>!r.has(u.id)).map(u=>{const{oldValue:A,newValue:m}=u;if(s.has(m.id)){const g=t.updated.find(w=>w.oldValue.id===m.id).newValue;return ni(A,g)}else return u}),...(t.updated||[]).filter(({oldValue:u})=>!a.has(u.id))];return{created:l,deleted:c,updated:f}},Nt=e=>{const t=e.id===void 0?ti():e.id;return{...e,id:t,bodies:e.bodies===void 0?[]:e.bodies.map(n=>({...n,annotation:t})),target:{...e.target,annotation:t}}},Ro=e=>e.id!==void 0,ko=()=>{const e=new Map,t=new Map,n=[],i=(S,O={})=>{n.push({onChange:S,options:O})},o=S=>{const O=n.findIndex(T=>T.onChange==S);O>-1&&n.splice(O,1)},r=(S,O)=>{const T={origin:S,changes:{created:O.created||[],updated:O.updated||[],deleted:O.deleted||[]},state:[...e.values()]};n.forEach(L=>{xo(L,T)&&L.onChange(T)})},s=(S,O=X.LOCAL)=>{if(S.id&&e.get(S.id))throw Error(`Cannot add annotation ${S.id} - exists already`);{const T=Nt(S);e.set(T.id,T),T.bodies.forEach(L=>t.set(L.id,T.id)),r(O,{created:[T]})}},a=(S,O)=>{const T=Nt(typeof S=="string"?O:S),L=typeof S=="string"?S:S.id,Y=L&&e.get(L);if(Y){const F=ni(Y,T);return L===T.id?e.set(L,T):(e.delete(L),e.set(T.id,T)),Y.bodies.forEach(R=>t.delete(R.id)),T.bodies.forEach(R=>t.set(R.id,T.id)),F}else console.warn(`Cannot update annotation ${L} - does not exist`)},l=(S,O=X.LOCAL,T=X.LOCAL)=>{const L=Ro(O)?T:O,Y=a(S,O);Y&&r(L,{updated:[Y]})},c=(S,O=X.LOCAL)=>{e.get(S.id)?l(S,O):s(S,O)},f=(S,O=X.LOCAL)=>{const T=S.reduce((L,Y)=>{const F=a(Y);return F?[...L,F]:L},[]);T.length>0&&r(O,{updated:T})},u=(S,O=X.LOCAL)=>{const T=S.map(Nt),{toAdd:L,toUpdate:Y}=T.reduce((R,_)=>e.get(_.id)?{...R,toUpdate:[...R.toUpdate,_]}:{...R,toAdd:[...R.toAdd,_]},{toAdd:[],toUpdate:[]}),F=Y.map(R=>a(R,O)).filter(Boolean);L.forEach(R=>{e.set(R.id,R),R.bodies.forEach(_=>t.set(_.id,R.id))}),r(O,{created:L,updated:F})},A=(S,O=X.LOCAL)=>{const T=e.get(S.annotation);if(T){const L={...T,bodies:[...T.bodies,S]};e.set(T.id,L),t.set(S.id,L.id),r(O,{updated:[{oldValue:T,newValue:L,bodiesCreated:[S]}]})}else console.warn(`Attempt to add body to missing annotation: ${S.annotation}`)},m=()=>[...e.values()],g=(S=X.LOCAL)=>{const O=[...e.values()];e.clear(),t.clear(),r(S,{deleted:O})},w=(S,O=!0,T=X.LOCAL)=>{const L=S.map(Nt);if(O){const Y=[...e.values()];e.clear(),t.clear(),L.forEach(F=>{e.set(F.id,F),F.bodies.forEach(R=>t.set(R.id,F.id))}),r(T,{created:L,deleted:Y})}else{const Y=S.reduce((F,R)=>{const _=R.id&&e.get(R.id);return _?[...F,_]:F},[]);if(Y.length>0)throw Error(`Bulk insert would overwrite the following annotations: ${Y.map(F=>F.id).join(", ")}`);L.forEach(F=>{e.set(F.id,F),F.bodies.forEach(R=>t.set(R.id,F.id))}),r(T,{created:L})}},x=S=>{const O=typeof S=="string"?S:S.id,T=e.get(O);if(T)return e.delete(O),T.bodies.forEach(L=>t.delete(L.id)),T;console.warn(`Attempt to delete missing annotation: ${O}`)},h=(S,O=X.LOCAL)=>{const T=x(S);T&&r(O,{deleted:[T]})},d=(S,O=X.LOCAL)=>{const T=S.reduce((L,Y)=>{const F=x(Y);return F?[...L,F]:L},[]);T.length>0&&r(O,{deleted:T})},N=S=>{const O=e.get(S.annotation);if(O){const T=O.bodies.find(L=>L.id===S.id);if(T){t.delete(T.id);const L={...O,bodies:O.bodies.filter(Y=>Y.id!==S.id)};return e.set(O.id,L),{oldValue:O,newValue:L,bodiesDeleted:[T]}}else console.warn(`Attempt to delete missing body ${S.id} from annotation ${S.annotation}`)}else console.warn(`Attempt to delete body from missing annotation ${S.annotation}`)},M=(S,O=X.LOCAL)=>{const T=N(S);T&&r(O,{updated:[T]})},k=(S,O=X.LOCAL)=>{const T=S.map(L=>N(L)).filter(Boolean);T.length>0&&r(O,{updated:T})},C=S=>{const O=e.get(S);return O?{...O}:void 0},U=S=>{const O=t.get(S);if(O){const T=C(O).bodies.find(L=>L.id===S);if(T)return T;console.error(`Store integrity error: body ${S} in index, but not in annotation`)}else console.warn(`Attempt to retrieve missing body: ${S}`)},P=(S,O)=>{if(S.annotation!==O.annotation)throw"Annotation integrity violation: annotation ID must be the same when updating bodies";const T=e.get(S.annotation);if(T){const L=T.bodies.find(F=>F.id===S.id),Y={...T,bodies:T.bodies.map(F=>F.id===L.id?O:F)};return e.set(T.id,Y),L.id!==O.id&&(t.delete(L.id),t.set(O.id,Y.id)),{oldValue:T,newValue:Y,bodiesUpdated:[{oldBody:L,newBody:O}]}}else console.warn(`Attempt to add body to missing annotation ${S.annotation}`)},D=(S,O,T=X.LOCAL)=>{const L=P(S,O);L&&r(T,{updated:[L]})},H=(S,O=X.LOCAL)=>{const T=S.map(L=>P({id:L.id,annotation:L.annotation},L)).filter(Boolean);r(O,{updated:T})},V=S=>{const O=e.get(S.annotation);if(O){const T={...O,target:{...O.target,...S}};return e.set(O.id,T),{oldValue:O,newValue:T,targetUpdated:{oldTarget:O.target,newTarget:S}}}else console.warn(`Attempt to update target on missing annotation: ${S.annotation}`)};return{addAnnotation:s,addBody:A,all:m,bulkAddAnnotations:w,bulkDeleteAnnotations:d,bulkDeleteBodies:k,bulkUpdateAnnotations:f,bulkUpdateBodies:H,bulkUpdateTargets:(S,O=X.LOCAL)=>{const T=S.map(L=>V(L)).filter(Boolean);T.length>0&&r(O,{updated:T})},bulkUpsertAnnotations:u,clear:g,deleteAnnotation:h,deleteBody:M,getAnnotation:C,getBody:U,observe:i,unobserve:o,updateAnnotation:l,updateBody:D,updateTarget:(S,O=X.LOCAL)=>{const T=V(S);T&&r(O,{updated:[T]})},upsertAnnotation:c}};let No=()=>({emit(e,...t){for(let n=this.events[e]||[],i=0,o=n.length;i<o;i++)n[i](...t)},events:{},on(e,t){var n;return((n=this.events)[e]||(n[e]=[])).push(t),()=>{var i;this.events[e]=(i=this.events[e])==null?void 0:i.filter(o=>t!==o)}}});const Lo=250,Io=(e,t)=>{const n=No(),i=[];let o=-1,r=!1,s=0;const a=g=>{if(!r){const{changes:w}=g,x=performance.now();if(x-s>Lo)i.splice(o+1),i.push(w),o=i.length-1;else{const h=i.length-1;i[h]=To(i[h],w)}s=x}r=!1};e.observe(a,{origin:X.LOCAL});const l=g=>g&&g.length>0&&e.bulkDeleteAnnotations(g),c=g=>g&&g.length>0&&e.bulkAddAnnotations(g,!1),f=g=>g&&g.length>0&&e.bulkUpdateAnnotations(g.map(({oldValue:w})=>w)),u=g=>g&&g.length>0&&e.bulkUpdateAnnotations(g.map(({newValue:w})=>w)),A=g=>g&&g.length>0&&e.bulkAddAnnotations(g,!1),m=g=>g&&g.length>0&&e.bulkDeleteAnnotations(g);return{canRedo:()=>i.length-1>o,canUndo:()=>o>-1,destroy:()=>e.unobserve(a),getHistory:()=>({changes:[...i],pointer:o}),on:(g,w)=>n.on(g,w),redo:()=>{if(i.length-1>o){r=!0;const{created:g,updated:w,deleted:x}=i[o+1];c(g),u(w),m(x),n.emit("redo",i[o+1]),o+=1}},undo:()=>{if(o>-1){r=!0;const{created:g,updated:w,deleted:x}=i[o];l(g),f(w),A(x),n.emit("undo",i[o]),o-=1}}}},Mo=()=>{const e=nn([]);return{subscribe:e.subscribe.bind(e),set:e.set.bind(e)}},Bo=(e,t,n,i)=>{const{hover:o,selection:r,store:s,viewport:a}=e,l=new Map;let c=[],f;const u=(w,x)=>{l.has(w)?l.get(w).push(x):l.set(w,[x])},A=(w,x)=>{const h=l.get(w);if(h){const d=h.indexOf(x);d!==-1&&h.splice(d,1)}},m=(w,x,h)=>{l.has(w)&&setTimeout(()=>{l.get(w).forEach(d=>{if(n){const N=Array.isArray(x)?x.map(k=>n.serialize(k)):n.serialize(x),M=h?h instanceof PointerEvent?h:n.serialize(h):void 0;d(N,M)}else d(x,h)})},1)};r.subscribe(({selected:w})=>{if(!(c.length===0&&w.length===0)){if(c.length===0&&w.length>0)c=w.map(({id:x})=>s.getAnnotation(x));else if(c.length>0&&w.length===0)c.forEach(x=>{const h=s.getAnnotation(x.id);h&&!Me(h,x)&&m("updateAnnotation",h,x)}),c=[];else{const x=new Set(c.map(d=>d.id)),h=new Set(w.map(({id:d})=>d));c.filter(d=>!h.has(d.id)).forEach(d=>{const N=s.getAnnotation(d.id);N&&!Me(N,d)&&m("updateAnnotation",N,d)}),c=[...c.filter(d=>h.has(d.id)),...w.filter(({id:d})=>!x.has(d)).map(({id:d})=>s.getAnnotation(d))]}m("selectionChanged",c)}}),o.subscribe(w=>{!f&&w?m("mouseEnterAnnotation",s.getAnnotation(w)):f&&!w?m("mouseLeaveAnnotation",s.getAnnotation(f)):f&&w&&(m("mouseLeaveAnnotation",s.getAnnotation(f)),m("mouseEnterAnnotation",s.getAnnotation(w))),f=w}),a?.subscribe(w=>m("viewportIntersect",w.map(x=>s.getAnnotation(x)))),s.observe(w=>{const{created:x,deleted:h}=w.changes;(x||[]).forEach(d=>m("createAnnotation",d)),(h||[]).forEach(d=>m("deleteAnnotation",d)),(w.changes.updated||[]).filter(d=>[...d.bodiesCreated||[],...d.bodiesDeleted||[],...d.bodiesUpdated||[]].length>0).forEach(({oldValue:d,newValue:N})=>{const M=c.find(k=>k.id===d.id)||d;c=c.map(k=>k.id===d.id?N:k),m("updateAnnotation",N,M)})},{origin:X.LOCAL}),s.observe(w=>{if(c){const x=new Set(c.map(d=>d.id)),h=(w.changes.updated||[]).filter(({newValue:d})=>x.has(d.id)).map(({newValue:d})=>d);h.length>0&&(c=c.map(d=>h.find(M=>M.id===d.id)||d))}},{origin:X.REMOTE});const g=w=>x=>{const{updated:h}=x;w?(h||[]).forEach(d=>m("updateAnnotation",d.oldValue,d.newValue)):(h||[]).forEach(d=>m("updateAnnotation",d.newValue,d.oldValue))};return t.on("undo",g(!0)),t.on("redo",g(!1)),{on:u,off:A,emit:m}},_o=e=>t=>t.reduce((n,i)=>{const{parsed:o,error:r}=e.parse(i);return r?{parsed:n.parsed,failed:[...n.failed,i]}:o?{parsed:[...n.parsed,o],failed:n.failed}:{...n}},{parsed:[],failed:[]}),Uo=(e,t,n)=>{const{store:i,selection:o}=e,r=h=>{if(n){const{parsed:d,error:N}=n.parse(h);d?i.addAnnotation(d,X.REMOTE):console.error(N)}else i.addAnnotation(an(h),X.REMOTE)},s=()=>o.clear(),a=()=>i.clear(),l=h=>{const d=i.getAnnotation(h);return n&&d?n.serialize(d):d},c=()=>n?i.all().map(n.serialize):i.all(),f=()=>{var h;const d=(((h=o.selected)==null?void 0:h.map(N=>N.id))||[]).map(N=>i.getAnnotation(N)).filter(Boolean);return n?d.map(n.serialize):d},u=(h,d=!0)=>fetch(h).then(N=>N.json()).then(N=>(m(N,d),N)),A=h=>{if(typeof h=="string"){const d=i.getAnnotation(h);if(i.deleteAnnotation(h),d)return n?n.serialize(d):d}else{const d=n?n.parse(h).parsed:h;if(d)return i.deleteAnnotation(d),h}},m=(h,d=!0)=>{if(n){const N=n.parseAll||_o(n),{parsed:M,failed:k}=N(h);k.length>0&&console.warn(`Discarded ${k.length} invalid annotations`,k),i.bulkAddAnnotations(M,d,X.REMOTE)}else i.bulkAddAnnotations(h.map(an),d,X.REMOTE)},g=(h,d)=>{h?o.setSelected(h,d):o.clear()},w=h=>{o.setUserSelectAction(h)},x=h=>{if(n){const d=n.parse(h).parsed,N=n.serialize(i.getAnnotation(d.id));return i.updateAnnotation(d),N}else{const d=i.getAnnotation(h.id);return i.updateAnnotation(an(h)),d}};return{addAnnotation:r,cancelSelected:s,canRedo:t.canRedo,canUndo:t.canUndo,clearAnnotations:a,getAnnotationById:l,getAnnotations:c,getHistory:t.getHistory,getSelected:f,loadAnnotations:u,redo:t.redo,removeAnnotation:A,setAnnotations:m,setSelected:g,setUserSelectAction:w,undo:t.undo,updateAnnotation:x}},Do="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let Po=e=>crypto.getRandomValues(new Uint8Array(e)),Ho=(e,t,n)=>{let i=(2<<Math.log2(e.length-1))-1,o=-~(1.6*i*t/e.length);return(r=t)=>{let s="";for(;;){let a=n(o),l=o|0;for(;l--;)if(s+=e[a[l]&i]||"",s.length>=r)return s}}},Vo=(e,t=21)=>Ho(e,t|0,Po),Xo=(e=21)=>{let t="",n=crypto.getRandomValues(new Uint8Array(e|=0));for(;e--;)t+=Do[n[e]&63];return t};const Fo=()=>({isGuest:!0,id:Vo("1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_",20)()}),Yo=e=>{const t=JSON.stringify(e);let n=0;for(let i=0,o=t.length;i<o;i++){let r=t.charCodeAt(i);n=(n<<5)-n+r,n|=0}return`${n}`},ii=e=>e?typeof e=="object"?{...e}:e:void 0,Ko=(e,t)=>(Array.isArray(e)?e:[e]).map(n=>{const{id:i,type:o,purpose:r,value:s,created:a,modified:l,creator:c,...f}=n;return{id:i||`temp-${Yo(n)}`,annotation:t,type:o,purpose:r,value:s,creator:ii(c),created:a?new Date(a):void 0,updated:l?new Date(l):void 0,...f}}),Wo=e=>e.map(t=>{var n;const{annotation:i,created:o,updated:r,...s}=t,a={...s,created:o?.toISOString(),modified:r?.toISOString()};return(n=a.id)!=null&&n.startsWith("temp-")&&delete a.id,a});Xo();const oi=e=>{const{top:t,left:n}=e.getBoundingClientRect(),{innerWidth:i,innerHeight:o}=window,r=-n,s=-t,a=i-n,l=o-t;return{top:t,left:n,minX:r,minY:s,maxX:a,maxY:l}},ri=e=>{let t=new Set;return i=>{const o=i.map(r=>r.id);(t.size!==o.length||o.some(r=>!t.has(r)))&&e.set(o),t=new Set(o)}},Lt=(e,t,n,i)=>{const{store:o,selection:r,hover:s}=t;let a,l,c;const f=ri(n),u=D=>{const{x:H,y:V}=e.getBoundingClientRect(),S=o.getAt(D.clientX-H,D.clientY-V,!1,l);S&&t.selection.evalSelectAction(S)!==on.NONE?s.current!==S.id&&(e.classList.add("hovered"),s.set(S.id)):s.current&&(e.classList.remove("hovered"),s.set(null))};e.addEventListener("pointermove",u);const A=bt((D=!1)=>requestAnimationFrame(()=>{c&&c.clear();const H=oi(e),{minX:V,minY:S,maxX:O,maxY:T}=H,L=l?o.getIntersecting(V,S,O,T).filter(({annotation:R})=>l(R)):o.getIntersecting(V,S,O,T),Y=r.selected.map(({id:R})=>R),F=L.map(({annotation:R,rects:_})=>{const ee=Y.includes(R.id),Be=R.id===s.current;return{annotation:R,rects:_,state:{selected:ee,hovered:Be}}});i.redraw(F,H,a,c,D),setTimeout(()=>f(L.map(({annotation:R})=>R)),1)}),10),m=D=>{c=D,A()},g=D=>{a=D,A()},w=D=>{l=D,A(!1)},x=()=>A();o.observe(x);const h=r.subscribe(()=>A()),d=s.subscribe(()=>A()),N=()=>A(!0);document.addEventListener("scroll",N,{capture:!0,passive:!0});const M=bt(()=>{o.recalculatePositions(),c?.reset(),A()},10);window.addEventListener("resize",M);const k=new ResizeObserver(M);k.observe(e);const C={attributes:!0,childList:!0,subtree:!0},U=new MutationObserver(bt(D=>{D.every(V=>V.target===e||e.contains(V.target))||A(!0)},150));return U.observe(document.body,C),{destroy:()=>{e.removeEventListener("pointermove",u),i.destroy(),o.unobserve(x),h(),d(),document.removeEventListener("scroll",N),window.removeEventListener("resize",M),k.disconnect(),U.disconnect()},redraw:A,setStyle:g,setFilter:w,setPainter:m,setVisible:i.setVisible}},jo=()=>{const e=document.createElement("canvas");return e.width=window.innerWidth,e.height=window.innerHeight,e.className="r6o-canvas-highlight-layer bg",e},$o=(e,t)=>{e.width=window.innerWidth,e.height=window.innerHeight},zo=e=>{console.warn('WARNING! Canvas renderer is deprecated and will be removed in the next major release. Please use the default "SPANS" renderer instead.'),e.classList.add("r6o-annotatable");const t=jo(),n=t.getContext("2d");document.body.appendChild(t);const i=(a,l,c,f)=>requestAnimationFrame(()=>{const{width:u,height:A}=t;n.clearRect(-.5,-.5,u+1,A+1),f&&f.clear();const{top:m,left:g}=l;[...a].sort((x,h)=>{const{annotation:{target:{created:d}}}=x,{annotation:{target:{created:N}}}=h;return d.getTime()-N.getTime()}).forEach(x=>{const h=c?typeof c=="function"?c(x.annotation,x.state):c:x.state?.selected?ot:pe,d=f&&f.paint(x,l)||h,N=x.rects.map(({x:M,y:k,width:C,height:U})=>({x:M+g,y:k+m,width:C,height:U}));if(n.fillStyle=d.fill,n.globalAlpha=d.fillOpacity||1,N.forEach(({x:M,y:k,width:C,height:U})=>n.fillRect(M,k,C,U)),d.underlineColor){n.globalAlpha=1,n.strokeStyle=d.underlineColor,n.lineWidth=d.underlineThickness??1;const M=d.underlineOffset??0;N.forEach(({x:k,y:C,width:U,height:P})=>{n.beginPath(),n.moveTo(k,C+P+M),n.lineTo(k+U,C+P+M),n.stroke()})}})}),o=Qn(()=>$o(t),10);return window.addEventListener("resize",o),{destroy:()=>{t.remove(),o.clear(),window.removeEventListener("resize",o)},setVisible:a=>{console.log("setVisible not implemented on Canvas renderer")},redraw:i}},si=(e,t,n)=>Lt(e,t,n,zo(e));var qo={grad:.9,turn:360,rad:360/(2*Math.PI)},ve=function(e){return typeof e=="string"?e.length>0:typeof e=="number"},q=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=Math.pow(10,t)),Math.round(n*e)/n+0},re=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=1),e>n?n:e>t?e:t},ai=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},li=function(e){return{r:re(e.r,0,255),g:re(e.g,0,255),b:re(e.b,0,255),a:re(e.a)}},ln=function(e){return{r:q(e.r),g:q(e.g),b:q(e.b),a:q(e.a,3)}},Go=/^#([0-9a-f]{3,8})$/i,It=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},ci=function(e){var t=e.r,n=e.g,i=e.b,o=e.a,r=Math.max(t,n,i),s=r-Math.min(t,n,i),a=s?r===t?(n-i)/s:r===n?2+(i-t)/s:4+(t-n)/s:0;return{h:60*(a<0?a+6:a),s:r?s/r*100:0,v:r/255*100,a:o}},di=function(e){var t=e.h,n=e.s,i=e.v,o=e.a;t=t/360*6,n/=100,i/=100;var r=Math.floor(t),s=i*(1-n),a=i*(1-(t-r)*n),l=i*(1-(1-t+r)*n),c=r%6;return{r:255*[i,a,s,s,l,i][c],g:255*[l,i,i,a,s,s][c],b:255*[s,s,l,i,i,a][c],a:o}},ui=function(e){return{h:ai(e.h),s:re(e.s,0,100),l:re(e.l,0,100),a:re(e.a)}},fi=function(e){return{h:q(e.h),s:q(e.s),l:q(e.l),a:q(e.a,3)}},hi=function(e){return di((n=(t=e).s,{h:t.h,s:(n*=((i=t.l)<50?i:100-i)/100)>0?2*n/(i+n)*100:0,v:i+n,a:t.a}));var t,n,i},rt=function(e){return{h:(t=ci(e)).h,s:(o=(200-(n=t.s))*(i=t.v)/100)>0&&o<200?n*i/100/(o<=100?o:200-o)*100:0,l:o/2,a:t.a};var t,n,i,o},Jo=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Qo=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Zo=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,er=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,gi={string:[[function(e){var t=Go.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?q(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?q(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=Zo.exec(e)||er.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:li({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=Jo.exec(e)||Qo.exec(e);if(!t)return null;var n,i,o=ui({h:(n=t[1],i=t[2],i===void 0&&(i="deg"),Number(n)*(qo[i]||1)),s:Number(t[3]),l:Number(t[4]),a:t[5]===void 0?1:Number(t[5])/(t[6]?100:1)});return hi(o)},"hsl"]],object:[[function(e){var t=e.r,n=e.g,i=e.b,o=e.a,r=o===void 0?1:o;return ve(t)&&ve(n)&&ve(i)?li({r:Number(t),g:Number(n),b:Number(i),a:Number(r)}):null},"rgb"],[function(e){var t=e.h,n=e.s,i=e.l,o=e.a,r=o===void 0?1:o;if(!ve(t)||!ve(n)||!ve(i))return null;var s=ui({h:Number(t),s:Number(n),l:Number(i),a:Number(r)});return hi(s)},"hsl"],[function(e){var t=e.h,n=e.s,i=e.v,o=e.a,r=o===void 0?1:o;if(!ve(t)||!ve(n)||!ve(i))return null;var s=(function(a){return{h:ai(a.h),s:re(a.s,0,100),v:re(a.v,0,100),a:re(a.a)}})({h:Number(t),s:Number(n),v:Number(i),a:Number(r)});return di(s)},"hsv"]]},pi=function(e,t){for(var n=0;n<t.length;n++){var i=t[n][0](e);if(i)return[i,t[n][1]]}return[null,void 0]},tr=function(e){return typeof e=="string"?pi(e.trim(),gi.string):typeof e=="object"&&e!==null?pi(e,gi.object):[null,void 0]},cn=function(e,t){var n=rt(e);return{h:n.h,s:re(n.s+100*t,0,100),l:n.l,a:n.a}},dn=function(e){return(299*e.r+587*e.g+114*e.b)/1e3/255},mi=function(e,t){var n=rt(e);return{h:n.h,s:n.s,l:re(n.l+100*t,0,100),a:n.a}},bi=(function(){function e(t){this.parsed=tr(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 q(dn(this.rgba),2)},e.prototype.isDark=function(){return dn(this.rgba)<.5},e.prototype.isLight=function(){return dn(this.rgba)>=.5},e.prototype.toHex=function(){return t=ln(this.rgba),n=t.r,i=t.g,o=t.b,s=(r=t.a)<1?It(q(255*r)):"","#"+It(n)+It(i)+It(o)+s;var t,n,i,o,r,s},e.prototype.toRgb=function(){return ln(this.rgba)},e.prototype.toRgbString=function(){return t=ln(this.rgba),n=t.r,i=t.g,o=t.b,(r=t.a)<1?"rgba("+n+", "+i+", "+o+", "+r+")":"rgb("+n+", "+i+", "+o+")";var t,n,i,o,r},e.prototype.toHsl=function(){return fi(rt(this.rgba))},e.prototype.toHslString=function(){return t=fi(rt(this.rgba)),n=t.h,i=t.s,o=t.l,(r=t.a)<1?"hsla("+n+", "+i+"%, "+o+"%, "+r+")":"hsl("+n+", "+i+"%, "+o+"%)";var t,n,i,o,r},e.prototype.toHsv=function(){return t=ci(this.rgba),{h:q(t.h),s:q(t.s),v:q(t.v),a:q(t.a,3)};var t},e.prototype.invert=function(){return se({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),se(cn(this.rgba,t))},e.prototype.desaturate=function(t){return t===void 0&&(t=.1),se(cn(this.rgba,-t))},e.prototype.grayscale=function(){return se(cn(this.rgba,-1))},e.prototype.lighten=function(t){return t===void 0&&(t=.1),se(mi(this.rgba,t))},e.prototype.darken=function(t){return t===void 0&&(t=.1),se(mi(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"?se({r:(n=this.rgba).r,g:n.g,b:n.b,a:t}):q(this.rgba.a,3);var n},e.prototype.hue=function(t){var n=rt(this.rgba);return typeof t=="number"?se({h:t,s:n.s,l:n.l,a:n.a}):q(n.h)},e.prototype.isEqual=function(t){return this.toHex()===se(t).toHex()},e})(),se=function(e){return e instanceof bi?e:new bi(e)};const nr=e=>[`background-color:${se(e?.fill||pe.fill).alpha(e?.fillOpacity===void 0?pe.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(";"),wi=()=>{const e=document.createElement("style");document.getElementsByTagName("head")[0].appendChild(e);let t=new Set;return{destroy:()=>{CSS.highlights.clear(),e.remove()},setVisible:r=>{console.log("setVisible not implemented on CSS Custom Highlights renderer")},redraw:(r,s,a,l)=>{l&&l.clear();const c=new Set(r.map(u=>u.annotation.id));Array.from(t).filter(u=>!c.has(u));const f=r.map(u=>{const A=a?typeof a=="function"?a(u.annotation,u.state):a:u.state?.selected?ot:pe,m=l&&l.paint(u,s)||A;return`::highlight(_${u.annotation.id}) { ${nr(m)} }`});e.innerHTML=f.join(`
|
|
2
|
-
`),CSS.highlights.clear(),r.forEach(({annotation:u})=>{const A=u.target.selector.map(g=>g.range),m=new Highlight(...A);CSS.highlights.set(`_${u.id}`,m)}),t=c}}},yi=(e,t,n)=>Lt(e,t,n,wi()),vi=e=>e?.fillOpacity!==void 0?se(e?.fill||pe.fill).alpha(e.fillOpacity).toHex():e?.fill?e.fill:se(pe.fill).alpha(pe.fillOpacity).toHex();var Ei=Object.prototype.hasOwnProperty;function un(e,t){var n,i;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((i=e.length)===t.length)for(;i--&&un(e[i],t[i]););return i===-1}if(!n||typeof e=="object"){i=0;for(n in e)if(Ei.call(e,n)&&++i&&!Ei.call(t,n)||!(n in t)||!un(e[n],t[n]))return!1;return Object.keys(t).length===i}}return e!==e&&t!==t}const Ai=(e,t,n,i,o)=>{const r=n?typeof n=="function"?n(e.annotation,e.state,o)||(e.state?.selected?ot:pe):n:e.state?.selected?ot:pe;return i&&i.paint(e,t)||r},ir=(e,t)=>{const n=(r,s)=>r.x<=s.x+s.width&&r.x+r.width>=s.x&&r.y<=s.y+s.height&&r.y+r.height>=s.y,i=r=>r.rects.reduce((s,a)=>s+a.width,0),o=t.filter(({rects:r})=>r.some(s=>n(e,s)));return o.sort((r,s)=>i(s)-i(r)),o.findIndex(r=>r.rects.includes(e))},or=e=>{e.classList.add("r6o-annotatable");const t=document.createElement("div");t.className="r6o-span-highlight-layer",e.insertBefore(t,e.firstChild);let n=[];return{destroy:()=>{t.remove()},redraw:(s,a,l,c,f)=>{const A=!(un(n,s)&&f);if(!c&&!A)return;A&&(t.innerHTML=""),[...s].sort((g,w)=>{const{annotation:{target:{created:x}}}=g,{annotation:{target:{created:h}}}=w;return x&&h?x.getTime()-h.getTime():0}).forEach(g=>{g.rects.map(w=>{const x=ir(w,s),h=Ai(g,a,l,c,x);if(A){const d=document.createElement("span");d.className="r6o-annotation",d.dataset.annotation=g.annotation.id,d.style.left=`${w.x}px`,d.style.top=`${w.y}px`,d.style.width=`${w.width}px`,d.style.height=`${w.height}px`,d.style.backgroundColor=vi(h),h.underlineStyle&&(d.style.borderStyle=h.underlineStyle),h.underlineColor&&(d.style.borderColor=h.underlineColor),h.underlineThickness&&(d.style.borderBottomWidth=`${h.underlineThickness}px`),h.underlineOffset&&(d.style.paddingBottom=`${h.underlineOffset}px`),t.appendChild(d)}})}),n=s},setVisible:s=>{s?t.classList.remove("hidden"):t.classList.add("hidden")}}},Si=(e,t,n)=>Lt(e,t,n,or(e)),Q=[];for(let e=0;e<256;++e)Q.push((e+256).toString(16).slice(1));function rr(e,t=0){return(Q[e[t+0]]+Q[e[t+1]]+Q[e[t+2]]+Q[e[t+3]]+"-"+Q[e[t+4]]+Q[e[t+5]]+"-"+Q[e[t+6]]+Q[e[t+7]]+"-"+Q[e[t+8]]+Q[e[t+9]]+"-"+Q[e[t+10]]+Q[e[t+11]]+Q[e[t+12]]+Q[e[t+13]]+Q[e[t+14]]+Q[e[t+15]]).toLowerCase()}let fn;const sr=new Uint8Array(16);function ar(){if(!fn){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");fn=crypto.getRandomValues.bind(crypto)}return fn(sr)}const Ci={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function lr(e,t,n){e=e||{};const i=e.random??e.rng?.()??ar();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,rr(i)}function Oi(e,t,n){return Ci.randomUUID&&!e?Ci.randomUUID():lr(e)}const cr=(e,t)=>({parse:n=>xi(n),serialize:n=>Ti(n,e,t)}),dr=e=>e.quote!==void 0&&e.start!==void 0&&e.end!==void 0,ur=e=>{const{id:t,creator:n,created:i,modified:o,target:r}=e,s=Array.isArray(r)?r:[r];if(s.length===0)return{error:Error(`No targets found for annotation: ${e.id}`)};const a={creator:ii(n),created:i?new Date(i):void 0,updated:o?new Date(o):void 0,annotation:t,selector:[],styleClass:"styleClass"in s[0]?s[0].styleClass:void 0};for(const l of s){const f=(Array.isArray(l.selector)?l.selector:[l.selector]).reduce((u,A)=>{switch(A.type){case"TextQuoteSelector":u.quote=A.exact;break;case"TextPositionSelector":u.start=A.start,u.end=A.end;break}return u},{});if(dr(f))a.selector.push({...f,id:l.id,scope:l.scope});else{const u=[f.start?void 0:"TextPositionSelector",f.quote?void 0:"TextQuoteSelector"].filter(Boolean);return{error:Error(`Missing selector types: ${u.join(" and ")} for annotation: ${e.id}`)}}}return{parsed:a}},xi=e=>{const t=e.id||Oi(),{creator:n,created:i,modified:o,body:r,...s}=e,a=Ko(r,t),l=ur(e);return"error"in l?{error:l.error}:{parsed:{...s,id:t,bodies:a,target:l.parsed}}},Ti=(e,t,n)=>{const{bodies:i,target:o,...r}=e,{selector:s,creator:a,created:l,updated:c,...f}=o,u=s.map(A=>{const{id:m,quote:g,start:w,end:x,range:h}=A,d={type:"TextQuoteSelector",exact:g};if(n){const{prefix:M,suffix:k}=Fn(h,n);d.prefix=M,d.suffix=k}const N={type:"TextPositionSelector",start:w,end:x};return{...f,id:m,scope:"scope"in A?A.scope:void 0,source:t,selector:[d,N]}});return{...r,"@context":"http://www.w3.org/ns/anno.jsonld",id:e.id,type:"Annotation",body:Wo(e.bodies),creator:a,created:l?.toISOString(),modified:c?.toISOString(),target:u}},fr=()=>{const e=document.createElement("canvas");e.width=2*window.innerWidth,e.height=2*window.innerHeight,e.className="r6o-presence-layer";const t=e.getContext("2d");return t.scale(2,2),t.translate(.5,.5),e},Ri=(e,t={})=>{const n=fr(),i=n.getContext("2d");document.body.appendChild(n);const o=new Map,r=f=>Array.from(o.entries()).filter(([u,A])=>A.presenceKey===f.presenceKey).map(([u,A])=>u);return e.on("selectionChange",(f,u)=>{r(f).forEach(m=>o.delete(m)),u&&u.forEach(m=>o.set(m,f))}),{clear:()=>{const{width:f,height:u}=n;i.clearRect(-.5,-.5,f+1,u+1)},destroy:()=>{n.remove()},paint:(f,u,A)=>{t.font&&(i.font=t.font);const m=o.get(f.annotation.id);if(m){const{height:g}=f.rects[0],w=f.rects[0].x+u.left,x=f.rects[0].y+u.top;i.fillStyle=m.appearance.color,i.fillRect(w-2,x-2.5,2,g+5);const h=i.measureText(m.appearance.label),d=h.width+6,N=h.actualBoundingBoxAscent+h.actualBoundingBoxDescent+8,M=h.fontBoundingBoxAscent?8:6.5;return i.fillRect(w-2,x-2.5-N,d,N),i.fillStyle="#fff",i.fillText(m.appearance.label,w+1,x-M),{fill:m.appearance.color,fillOpacity:A?.45:.18}}},reset:()=>{n.width=2*window.innerWidth,n.height=2*window.innerHeight;const f=n.getContext("2d");f.scale(2,2),f.translate(.5,.5)}}};function ki(e,t,n=0,i=e.length-1,o=hr){for(;i>n;){if(i-n>600){const l=i-n+1,c=t-n+1,f=Math.log(l),u=.5*Math.exp(2*f/3),A=.5*Math.sqrt(f*u*(l-u)/l)*(c-l/2<0?-1:1),m=Math.max(n,Math.floor(t-c*u/l+A)),g=Math.min(i,Math.floor(t+(l-c)*u/l+A));ki(e,t,m,g,o)}const r=e[t];let s=n,a=i;for(st(e,n,t),o(e[i],r)>0&&st(e,n,i);s<a;){for(st(e,s,a),s++,a--;o(e[s],r)<0;)s++;for(;o(e[a],r)>0;)a--}o(e[n],r)===0?st(e,n,a):(a++,st(e,a,i)),a<=t&&(n=a+1),t<=a&&(i=a-1)}}function st(e,t,n){const i=e[t];e[t]=e[n],e[n]=i}function hr(e,t){return e<t?-1:e>t?1:0}class gr{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 i=[];if(!Bt(t,n))return i;const o=this.toBBox,r=[];for(;n;){for(let s=0;s<n.children.length;s++){const a=n.children[s],l=n.leaf?o(a):a;Bt(t,l)&&(n.leaf?i.push(a):gn(t,l)?this._all(a,i):r.push(a))}n=r.pop()}return i}collides(t){let n=this.data;if(!Bt(t,n))return!1;const i=[];for(;n;){for(let o=0;o<n.children.length;o++){const r=n.children[o],s=n.leaf?this.toBBox(r):r;if(Bt(t,s)){if(n.leaf||gn(t,s))return!0;i.push(r)}}n=i.pop()}return!1}load(t){if(!(t&&t.length))return this;if(t.length<this._minEntries){for(let i=0;i<t.length;i++)this.insert(t[i]);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 i=this.data;this.data=n,n=i}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=Ye([]),this}remove(t,n){if(!t)return this;let i=this.data;const o=this.toBBox(t),r=[],s=[];let a,l,c;for(;i||r.length;){if(i||(i=r.pop(),l=r[r.length-1],a=s.pop(),c=!0),i.leaf){const f=pr(t,i.children,n);if(f!==-1)return i.children.splice(f,1),r.push(i),this._condense(r),this}!c&&!i.leaf&&gn(i,o)?(r.push(i),s.push(a),a=0,l=i,i=i.children[0]):l?(a++,i=l.children[a],c=!1):i=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 i=[];for(;t;)t.leaf?n.push(...t.children):i.push(...t.children),t=i.pop();return n}_build(t,n,i,o){const r=i-n+1;let s=this._maxEntries,a;if(r<=s)return a=Ye(t.slice(n,i+1)),Fe(a,this.toBBox),a;o||(o=Math.ceil(Math.log(r)/Math.log(s)),s=Math.ceil(r/Math.pow(s,o-1))),a=Ye([]),a.leaf=!1,a.height=o;const l=Math.ceil(r/s),c=l*Math.ceil(Math.sqrt(s));Ni(t,n,i,c,this.compareMinX);for(let f=n;f<=i;f+=c){const u=Math.min(f+c-1,i);Ni(t,f,u,l,this.compareMinY);for(let A=f;A<=u;A+=l){const m=Math.min(A+l-1,u);a.children.push(this._build(t,A,m,o-1))}}return Fe(a,this.toBBox),a}_chooseSubtree(t,n,i,o){for(;o.push(n),!(n.leaf||o.length-1===i);){let r=1/0,s=1/0,a;for(let l=0;l<n.children.length;l++){const c=n.children[l],f=hn(c),u=wr(t,c)-f;u<s?(s=u,r=f<r?f:r,a=c):u===s&&f<r&&(r=f,a=c)}n=a||n.children[0]}return n}_insert(t,n,i){const o=i?t:this.toBBox(t),r=[],s=this._chooseSubtree(o,this.data,n,r);for(s.children.push(t),lt(s,o);n>=0&&r[n].children.length>this._maxEntries;)this._split(r,n),n--;this._adjustParentBBoxes(o,r,n)}_split(t,n){const i=t[n],o=i.children.length,r=this._minEntries;this._chooseSplitAxis(i,r,o);const s=this._chooseSplitIndex(i,r,o),a=Ye(i.children.splice(s,i.children.length-s));a.height=i.height,a.leaf=i.leaf,Fe(i,this.toBBox),Fe(a,this.toBBox),n?t[n-1].children.push(a):this._splitRoot(i,a)}_splitRoot(t,n){this.data=Ye([t,n]),this.data.height=t.height+1,this.data.leaf=!1,Fe(this.data,this.toBBox)}_chooseSplitIndex(t,n,i){let o,r=1/0,s=1/0;for(let a=n;a<=i-n;a++){const l=at(t,0,a,this.toBBox),c=at(t,a,i,this.toBBox),f=yr(l,c),u=hn(l)+hn(c);f<r?(r=f,o=a,s=u<s?u:s):f===r&&u<s&&(s=u,o=a)}return o||i-n}_chooseSplitAxis(t,n,i){const o=t.leaf?this.compareMinX:mr,r=t.leaf?this.compareMinY:br,s=this._allDistMargin(t,n,i,o),a=this._allDistMargin(t,n,i,r);s<a&&t.children.sort(o)}_allDistMargin(t,n,i,o){t.children.sort(o);const r=this.toBBox,s=at(t,0,n,r),a=at(t,i-n,i,r);let l=Mt(s)+Mt(a);for(let c=n;c<i-n;c++){const f=t.children[c];lt(s,t.leaf?r(f):f),l+=Mt(s)}for(let c=i-n-1;c>=n;c--){const f=t.children[c];lt(a,t.leaf?r(f):f),l+=Mt(a)}return l}_adjustParentBBoxes(t,n,i){for(let o=i;o>=0;o--)lt(n[o],t)}_condense(t){for(let n=t.length-1,i;n>=0;n--)t[n].children.length===0?n>0?(i=t[n-1].children,i.splice(i.indexOf(t[n]),1)):this.clear():Fe(t[n],this.toBBox)}}function pr(e,t,n){if(!n)return t.indexOf(e);for(let i=0;i<t.length;i++)if(n(e,t[i]))return i;return-1}function Fe(e,t){at(e,0,e.children.length,t,e)}function at(e,t,n,i,o){o||(o=Ye(null)),o.minX=1/0,o.minY=1/0,o.maxX=-1/0,o.maxY=-1/0;for(let r=t;r<n;r++){const s=e.children[r];lt(o,e.leaf?i(s):s)}return o}function lt(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 mr(e,t){return e.minX-t.minX}function br(e,t){return e.minY-t.minY}function hn(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function Mt(e){return e.maxX-e.minX+(e.maxY-e.minY)}function wr(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 yr(e,t){const n=Math.max(e.minX,t.minX),i=Math.max(e.minY,t.minY),o=Math.min(e.maxX,t.maxX),r=Math.min(e.maxY,t.maxY);return Math.max(0,o-n)*Math.max(0,r-i)}function gn(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function Bt(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function Ye(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function Ni(e,t,n,i,o){const r=[t,n];for(;r.length;){if(n=r.pop(),t=r.pop(),n-t<=i)continue;const s=t+Math.ceil((n-t)/i/2)*i;ki(e,s,t,n,o),r.push(t,s,s,n)}}let vr=()=>({emit(e,...t){for(let n=this.events[e]||[],i=0,o=n.length;i<o;i++)n[i](...t)},events:{},on(e,t){return(this.events[e]||=[]).push(t),()=>{this.events[e]=this.events[e]?.filter(n=>t!==n)}}});const Er=(e,t,n,i)=>{const o=new gr,r=new Map,s=vr(),a=(k,C)=>{const U=k.selector.flatMap(D=>{const H=ge([D])?D.range:tn(D,t).range;return Vn(H)}),P=Kn(U,n,i).map(D=>$n(D,C));return P.map(D=>{const{x:H,y:V,width:S,height:O}=D;return{minX:H,minY:V,maxX:H+S,maxY:V+O,annotation:{id:k.annotation,rects:P}}})},l=()=>[...r.values()],c=()=>{o.clear(),r.clear()},f=k=>{const C=a(k,t.getBoundingClientRect());C.length!==0&&(C.forEach(U=>o.insert(U)),r.set(k.annotation,C))},u=k=>{const C=r.get(k.annotation);C&&(C.forEach(U=>o.remove(U)),r.delete(k.annotation))},A=k=>{u(k),f(k)},m=(k,C=!0)=>{C&&c();const U=t.getBoundingClientRect(),P=k.map(H=>({target:H,rects:a(H,U)}));P.forEach(({target:H,rects:V})=>{V.length>0&&r.set(H.annotation,V)});const D=P.flatMap(({rects:H})=>H);o.load(D)},g=(k,C,U=!1)=>{const P=o.search({minX:k,minY:C,maxX:k,maxY:C}),D=H=>H.annotation.rects.reduce((V,S)=>V+S.width*S.height,0);return P.length>0?(P.sort((H,V)=>D(H)-D(V)),U?P.map(H=>H.annotation.id):[P[0].annotation.id]):[]},w=k=>{const C=x(k);if(C.length===0)return;let U=C[0].left,P=C[0].top,D=C[0].right,H=C[0].bottom;for(let V=1;V<C.length;V++){const S=C[V];U=Math.min(U,S.left),P=Math.min(P,S.top),D=Math.max(D,S.right),H=Math.max(H,S.bottom)}return new DOMRect(U,P,D-U,H-P)},x=k=>{const C=r.get(k);return C?C[0].annotation.rects:[]};return{all:l,clear:c,getAt:g,getAnnotationBounds:w,getAnnotationRects:x,getIntersecting:(k,C,U,P)=>{const D=o.search({minX:k,minY:C,maxX:U,maxY:P}),H=new Set(D.map(V=>V.annotation.id));return Array.from(H).map(V=>({annotation:e.getAnnotation(V),rects:x(V)})).filter(V=>!!V.annotation)},insert:f,recalculate:()=>{m(e.all().map(k=>k.target),!0),s.emit("recalculate")},remove:u,set:m,size:()=>o.all().length,update:A,on:(k,C)=>s.on(k,C)}},Li=(e,t)=>{const n=ko(),i=Er(n,e,t.mergeHighlights?.horizontalTolerance,t.mergeHighlights?.verticalTolerance),o=go(n,t.userSelectAction,t.adapter),r=ho(n),s=Mo(),a=(d,N=X.LOCAL)=>{const M=Rt(d,e),k=ge(M.target.selector);return k&&n.addAnnotation(M,N),k},l=(d,N=!0,M=X.LOCAL)=>{const k=d.map(U=>Rt(U,e)),C=k.filter(U=>!ge(U.target.selector));return n.bulkAddAnnotations(k,N,M),C},c=(d,N=X.LOCAL)=>{const M=d.map(C=>Rt(C,e)),k=M.filter(C=>!ge(C.target.selector));return M.forEach(C=>{n.getAnnotation(C.id)?n.updateAnnotation(C,N):n.addAnnotation(C,N)}),k},f=(d,N=X.LOCAL)=>{const M=it(d,e);n.updateTarget(M,N)},u=(d,N=X.LOCAL)=>{const M=d.map(k=>it(k,e));n.bulkUpdateTargets(M,N)};function A(d,N,M,k){const C=M||!!k,U=i.getAt(d,N,C).map(D=>n.getAnnotation(D)),P=k?U.filter(k):U;if(P.length!==0)return M?P:P[0]}const m=d=>i.getAnnotationRects(d).length>0?i.getAnnotationBounds(d):void 0,g=(d,N,M,k)=>i.getIntersecting(d,N,M,k),w=d=>i.getAnnotationRects(d),x=()=>i.recalculate(),h=d=>i.on("recalculate",d);return n.observe(({changes:d})=>{const N=(d.deleted||[]).filter(C=>ge(C.target.selector)),M=(d.created||[]).filter(C=>ge(C.target.selector)),k=(d.updated||[]).filter(C=>ge(C.newValue.target.selector));N?.length>0&&N.forEach(C=>i.remove(C.target)),M.length>0&&i.set(M.map(C=>C.target),!1),k?.length>0&&k.forEach(({newValue:C})=>i.update(C.target))}),{store:{...n,addAnnotation:a,bulkAddAnnotations:l,bulkUpdateTargets:u,bulkUpsertAnnotations:c,getAnnotationBounds:m,getAnnotationRects:w,getIntersecting:g,getAt:A,recalculatePositions:x,onRecalculatePositions:h,updateTarget:f},selection:o,hover:r,viewport:s}},pn=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function mn(e,t,n,i){e.addEventListener?e.addEventListener(t,n,i):e.attachEvent&&e.attachEvent("on".concat(t),n)}function ct(e,t,n,i){e.removeEventListener?e.removeEventListener(t,n,i):e.detachEvent&&e.detachEvent("on".concat(t),n)}function Ii(e,t){const n=t.slice(0,t.length-1);for(let i=0;i<n.length;i++)n[i]=e[n[i].toLowerCase()];return n}function Mi(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 Ar(e,t){const n=e.length>=t.length?e:t,i=e.length>=t.length?t:e;let o=!0;for(let r=0;r<n.length;r++)i.indexOf(n[r])===-1&&(o=!1);return o}const dt={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,"-":pn?173:189,"=":pn?61:187,";":pn?59:186,"'":222,"{":219,"}":221,"[":219,"]":221,"\\":220},de={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,meta:91,command:91},ut={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},Z={16:!1,18:!1,17:!1,91:!1},j={};for(let e=1;e<20;e++)dt["f".concat(e)]=111+e;let W=[],ft=null,Bi="all";const Ee=new Map,Ke=e=>dt[e.toLowerCase()]||de[e.toLowerCase()]||e.toUpperCase().charCodeAt(0),Sr=e=>Object.keys(dt).find(t=>dt[t]===e),Cr=e=>Object.keys(de).find(t=>de[t]===e);function _i(e){Bi=e||"all"}function ht(){return Bi||"all"}function Or(){return W.slice(0)}function xr(){return W.map(e=>Sr(e)||Cr(e)||String.fromCharCode(e))}function Tr(){const e=[];return Object.keys(j).forEach(t=>{j[t].forEach(n=>{let{key:i,scope:o,mods:r,shortcut:s}=n;e.push({scope:o,shortcut:s,mods:r,keys:i.split("+").map(a=>Ke(a))})})}),e}function Rr(e){const t=e.target||e.srcElement,{tagName:n}=t;let i=!0;const o=n==="INPUT"&&!["checkbox","radio","range","button","file","reset","submit","color"].includes(t.type);return(t.isContentEditable||(o||n==="TEXTAREA"||n==="SELECT")&&!t.readOnly)&&(i=!1),i}function kr(e){return typeof e=="string"&&(e=Ke(e)),W.indexOf(e)!==-1}function Nr(e,t){let n,i;e||(e=ht());for(const o in j)if(Object.prototype.hasOwnProperty.call(j,o))for(n=j[o],i=0;i<n.length;)n[i].scope===e?n.splice(i,1).forEach(s=>{let{element:a}=s;return bn(a)}):i++;ht()===e&&_i(t||"all")}function Lr(e){let t=e.keyCode||e.which||e.charCode;e.key&&e.key.toLowerCase()==="capslock"&&(t=Ke(e.key));const n=W.indexOf(t);if(n>=0&&W.splice(n,1),e.key&&e.key.toLowerCase()==="meta"&&W.splice(0,W.length),(t===93||t===224)&&(t=91),t in Z){Z[t]=!1;for(const i in de)de[i]===t&&(ae[i]=!1)}}function Ui(e){if(typeof e>"u")Object.keys(j).forEach(o=>{Array.isArray(j[o])&&j[o].forEach(r=>_t(r)),delete j[o]}),bn(null);else if(Array.isArray(e))e.forEach(o=>{o.key&&_t(o)});else if(typeof e=="object")e.key&&_t(e);else if(typeof e=="string"){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];let[o,r]=n;typeof o=="function"&&(r=o,o=""),_t({key:e,scope:o,method:r,splitKey:"+"})}}const _t=e=>{let{key:t,scope:n,method:i,splitKey:o="+"}=e;Mi(t).forEach(s=>{const a=s.split(o),l=a.length,c=a[l-1],f=c==="*"?"*":Ke(c);if(!j[f])return;n||(n=ht());const u=l>1?Ii(de,a):[],A=[];j[f]=j[f].filter(m=>{const w=(i?m.method===i:!0)&&m.scope===n&&Ar(m.mods,u);return w&&A.push(m.element),!w}),A.forEach(m=>bn(m))})};function Di(e,t,n,i){if(t.element!==i)return;let o;if(t.scope===n||t.scope==="all"){o=t.mods.length>0;for(const r in Z)Object.prototype.hasOwnProperty.call(Z,r)&&(!Z[r]&&t.mods.indexOf(+r)>-1||Z[r]&&t.mods.indexOf(+r)===-1)&&(o=!1);(t.mods.length===0&&!Z[16]&&!Z[18]&&!Z[17]&&!Z[91]||o||t.shortcut==="*")&&(t.keys=[],t.keys=t.keys.concat(W),t.method(e,t)===!1&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0)))}}function Pi(e,t){const n=j["*"];let i=e.keyCode||e.which||e.charCode;if(e.key&&e.key.toLowerCase()==="capslock"||!ae.filter.call(this,e))return;if((i===93||i===224)&&(i=91),W.indexOf(i)===-1&&i!==229&&W.push(i),["metaKey","ctrlKey","altKey","shiftKey"].forEach(a=>{const l=ut[a];e[a]&&W.indexOf(l)===-1?W.push(l):!e[a]&&W.indexOf(l)>-1?W.splice(W.indexOf(l),1):a==="metaKey"&&e[a]&&(W=W.filter(c=>c in ut||c===i))}),i in Z){Z[i]=!0;for(const a in de)if(Object.prototype.hasOwnProperty.call(de,a)){const l=ut[de[a]];ae[a]=e[l]}if(!n)return}for(const a in Z)Object.prototype.hasOwnProperty.call(Z,a)&&(Z[a]=e[ut[a]]);e.getModifierState&&!(e.altKey&&!e.ctrlKey)&&e.getModifierState("AltGraph")&&(W.indexOf(17)===-1&&W.push(17),W.indexOf(18)===-1&&W.push(18),Z[17]=!0,Z[18]=!0);const o=ht();if(n)for(let a=0;a<n.length;a++)n[a].scope===o&&(e.type==="keydown"&&n[a].keydown||e.type==="keyup"&&n[a].keyup)&&Di(e,n[a],o,t);if(!(i in j))return;const r=j[i],s=r.length;for(let a=0;a<s;a++)if((e.type==="keydown"&&r[a].keydown||e.type==="keyup"&&r[a].keyup)&&r[a].key){const l=r[a],{splitKey:c}=l,f=l.key.split(c),u=[];for(let A=0;A<f.length;A++)u.push(Ke(f[A]));u.sort().join("")===W.sort().join("")&&Di(e,l,o,t)}}function ae(e,t,n){W=[];const i=Mi(e);let o=[],r="all",s=document,a=0,l=!1,c=!0,f="+",u=!1,A=!1;for(n===void 0&&typeof t=="function"&&(n=t),Object.prototype.toString.call(t)==="[object Object]"&&(t.scope&&(r=t.scope),t.element&&(s=t.element),t.keyup&&(l=t.keyup),t.keydown!==void 0&&(c=t.keydown),t.capture!==void 0&&(u=t.capture),typeof t.splitKey=="string"&&(f=t.splitKey),t.single===!0&&(A=!0)),typeof t=="string"&&(r=t),A&&Ui(e,r);a<i.length;a++)e=i[a].split(f),o=[],e.length>1&&(o=Ii(de,e)),e=e[e.length-1],e=e==="*"?"*":Ke(e),e in j||(j[e]=[]),j[e].push({keyup:l,keydown:c,scope:r,mods:o,shortcut:i[a],method:n,key:i[a],splitKey:f,element:s});if(typeof s<"u"&&window){if(!Ee.has(s)){const m=function(){let w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.event;return Pi(w,s)},g=function(){let w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.event;Pi(w,s),Lr(w)};Ee.set(s,{keydownListener:m,keyupListenr:g,capture:u}),mn(s,"keydown",m,u),mn(s,"keyup",g,u)}if(!ft){const m=()=>{W=[]};ft={listener:m,capture:u},mn(window,"focus",m,u)}}}function Ir(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"all";Object.keys(j).forEach(n=>{j[n].filter(o=>o.scope===t&&o.shortcut===e).forEach(o=>{o&&o.method&&o.method()})})}function bn(e){const t=Object.values(j).flat();if(t.findIndex(i=>{let{element:o}=i;return o===e})<0){const{keydownListener:i,keyupListenr:o,capture:r}=Ee.get(e)||{};i&&o&&(ct(e,"keyup",o,r),ct(e,"keydown",i,r),Ee.delete(e))}if((t.length<=0||Ee.size<=0)&&(Object.keys(Ee).forEach(o=>{const{keydownListener:r,keyupListenr:s,capture:a}=Ee.get(o)||{};r&&s&&(ct(o,"keyup",s,a),ct(o,"keydown",r,a),Ee.delete(o))}),Ee.clear(),Object.keys(j).forEach(o=>delete j[o]),ft)){const{listener:o,capture:r}=ft;ct(window,"focus",o,r),ft=null}}const wn={getPressedKeyString:xr,setScope:_i,getScope:ht,deleteScope:Nr,getPressedKeyCodes:Or,getAllKeyCodes:Tr,isPressed:kr,filter:Rr,trigger:Ir,unbind:Ui,keyMap:dt,modifier:de,modifierMap:ut};for(const e in wn)Object.prototype.hasOwnProperty.call(wn,e)&&(ae[e]=wn[e]);if(typeof window<"u"){const e=window.hotkeys;ae.noConflict=t=>(t&&window.hotkeys===ae&&(window.hotkeys=e),ae),window.hotkeys=ae}async function Mr(e,t,n=(()=>!1)){do{if(await e(),await n())break;const i=t;await new Promise((o=>setTimeout(o,Math.max(0,i))))}while(!await n())}const Hi=300,Vi=["up","down","left","right"],Xi=Zt?"⌘+a":"ctrl+a",Br=[...Vi.map(e=>`shift+${e}`),Xi],Fi=(e,t,n,i)=>{const{store:o,selection:r}=t;let s;const{annotatingEnabled:a,offsetReferenceSelector:l,selectionMode:c,dismissOnNotAnnotatable:f="NEVER"}=i;let u,A=a,m="CREATE_NEW",g,w,x,h;const d=R=>{A=R,P.clear(),R||(w=void 0,g=void 0,x=void 0,h=void 0)},N=R=>m=R||"CREATE_NEW",M=R=>u=R,k=R=>s=R,C=R=>{if(m==="ADD_TO_CURRENT")return!0;if(i.allowModifierSelect){const _=R;return Zt?_.metaKey:_.ctrlKey}else return!1},U=()=>{if(!A||x===!1)return;const{selected:R}=r;if((C(h)||m==="REPLACE_CURRENT")&&R.length===1&&R[0].editable){const ee=o.getAnnotation(R[0].id);if(ee?.target){w=ee.target,g={annotation:ee.id,selector:[],created:w.created,creator:w.creator,updated:new Date,updatedBy:s};return}}w=void 0,g={annotation:Oi(),selector:[],created:new Date,creator:s}},P=Qn(R=>{if(!A)return;const _=document.getSelection();if(!_?.anchorNode)return;const ee=Array.from(Array(_.rangeCount).keys()).map(G=>_.getRangeAt(G));if(!ee.some(G=>G.intersectsNode(e))){g=void 0;return}const Be=R.timeStamp-(h?.timeStamp||R.timeStamp);if(h?.type==="pointerdown"&&(Be<1e3&&!g||_.isCollapsed&&Be<Hi)&&U(),g||U(),_.isCollapsed){o.getAnnotation(g.annotation)&&!(C(h)||m==="REPLACE_CURRENT")&&(r.clear(),o.deleteAnnotation(g.annotation));return}const Te=ee.map(G=>zn(G,e));if(Te.every(G=>Yn(G)))return;const me=Te.flatMap(G=>Xn(e,G.cloneRange()));if(!(me.length>0&&!g||me.length!==g.selector.length||me.some((G,gt)=>G.toString()!==g.selector[gt]?.quote)))return;const Ut=C(h)&&w?Wn([...w.selector.map(G=>G.range),...me]):me;g={...g,selector:Ut.map(G=>jn(G,e,l)),updated:new Date},!(C(h)||m==="REPLACE_CURRENT")&&(o.getAnnotation(g.annotation)?o.updateTarget(g,X.LOCAL):r.clear())},10),D=R=>{h=mt(R),x=h.button===0},H=async R=>{if(!x)return;const _=mt(R),ee=()=>{const{x:Te,y:me}=e.getBoundingClientRect();if(We(e,_.target)){(typeof f=="function"?f(_,e):f==="ALWAYS")&&r.clear();return}const Re=_.target instanceof Node&&e.contains(_.target)&&o.getAt(_.clientX-Te,_.clientY-me,c==="all",u);if(Re){const{selected:Ut}=r,G=new Set(Ut.map(pt=>pt.id)),gt=Array.isArray(Re)?Re.map(pt=>pt.id):[Re.id];(G.size!==gt.length||!gt.every(pt=>G.has(pt)))&&(n.emit("clickAnnotation",Re),r.userSelect(gt,_))}else r.clear()};if(_.timeStamp-h.timeStamp<Hi){await V();const Te=document.getSelection(),me=We(e,h.target),Re=We(e,_.target);if(Te?.isCollapsed||me&&Re){g=void 0,ee();return}}g&&g.selector.length>0&&(Y(),r.userSelect(g.annotation,_))},V=async()=>{const R=document.getSelection();let _=!1,ee=R?.isCollapsed;const Be=()=>ee||_,Te=1;return setTimeout(()=>_=!0,50),Mr(()=>ee=R?.isCollapsed,Te,Be)},S=R=>{document.getSelection()?.isCollapsed||((!g||g.selector.length===0)&&P(R),g&&(Y(),r.userSelect(g.annotation,mt(R))))},O=R=>{A&&R.key==="Shift"&&g&&(document.getSelection().isCollapsed||(Y(),r.userSelect(g.annotation,je(R))))},T=R=>{const _=()=>setTimeout(()=>{g?.selector.length>0&&(r.clear(),o.addAnnotation({id:g.annotation,bodies:[],target:g}),r.userSelect(g.annotation,je(R))),document.removeEventListener("selectionchange",_)},100);document.addEventListener("selectionchange",_),U()};ae(Br.join(","),{element:e,keydown:!0,keyup:!1},R=>{R.repeat||(h=je(R))}),ae(Xi,{keydown:!0,keyup:!1},R=>{h=je(R),T(R)});const L=R=>{R.repeat||R.target!==e&&R.target!==document.body||(g=void 0,r.clear())};ae(Vi.join(","),{keydown:!0,keyup:!1},L);const Y=()=>{const R=o.getAnnotation(g.annotation);if(!R)o.addAnnotation({id:g.annotation,bodies:[],target:g});else{const{target:{updated:_}}=R,{updated:ee}=g;(!_||!ee||_<ee)&&o.updateTarget(g)}};return document.addEventListener("pointerdown",D),document.addEventListener("pointerup",H),document.addEventListener("contextmenu",S),e.addEventListener("keyup",O),e.addEventListener("selectstart",U),document.addEventListener("selectionchange",P),{destroy:()=>{g=void 0,w=void 0,x=void 0,h=void 0,P.clear(),document.removeEventListener("pointerdown",D),document.removeEventListener("pointerup",H),document.removeEventListener("contextmenu",S),e.removeEventListener("keyup",O),e.removeEventListener("selectstart",U),document.removeEventListener("selectionchange",P),ae.unbind()},setFilter:M,setUser:k,setAnnotatingEnabled:d,setAnnotatingMode:N}},Yi=(e,t)=>({...e,annotatingEnabled:e.annotatingEnabled??t.annotatingEnabled,user:e.user||t.user}),Ki="SPANS",_r=(e,t={})=>{vn(e),Hn(e);const n=Yi(t,{annotatingEnabled:!0,user:Fo()}),i=Li(e,n),{selection:o,viewport:r}=i,s=i.store,a=Io(s),l=Bo(i,a,n.adapter);let c=n.user;const f=typeof n.renderer!="function"?n.renderer==="CSS_HIGHLIGHTS"?CSS.highlights?"CSS_HIGHLIGHTS":Ki:n.renderer||Ki:null,u=f===null?n.renderer(e,i,r):f==="SPANS"?Si(e,i,r):f==="CSS_HIGHLIGHTS"?yi(e,i,r):f==="CANVAS"?si(e,i,r):void 0;if(!u)throw`Unknown renderer implementation: ${n.renderer}`;console.debug(f?`Using ${f} renderer`:"Using custom renderer implementation"),n.style&&u.setStyle(n.style);const A=Fi(e,i,l,n);A.setUser(c);const m=Uo(i,a,n.adapter),g=()=>c,w=C=>{A.setAnnotatingEnabled(C===void 0?!0:C)},x=C=>{A.setAnnotatingMode(C)},h=C=>{u.setFilter(C),A.setFilter(C)},d=C=>{c=C,A.setUser(C)},N=C=>{C&&(u.setPainter(Ri(C,n.presence)),C.on("selectionChange",()=>u.redraw()))},M=C=>{C?o.setSelected(C):o.clear()};return{...m,destroy:()=>{u.destroy(),A.destroy(),a.destroy()},element:e,getUser:g,setAnnotatingEnabled:w,setAnnotatingMode:x,setFilter:h,setStyle:u.setStyle.bind(u),redraw:u.redraw.bind(u),setUser:d,setSelected:M,setPresenceProvider:N,setVisible:u.setVisible.bind(u),on:l.on,off:l.off,scrollIntoView:Jn(e,s),state:i}};I.DEFAULT_SELECTED_STYLE=ot,I.DEFAULT_STYLE=pe,I.NOT_ANNOTATABLE_CLASS=ke,I.NOT_ANNOTATABLE_SELECTOR=Ne,I.Origin=X,I.UserSelectAction=on,I.W3CTextFormat=cr,I.cancelSingleClickEvents=vn,I.cloneKeyboardEvent=je,I.clonePointerEvent=mt,I.createBaseRenderer=Lt,I.createBody=Eo,I.createCanvasRenderer=si,I.createHighlightsRenderer=yi,I.createPresencePainter=Ri,I.createRenderer=wi,I.createSelectionHandler=Fi,I.createSpansRenderer=Si,I.createTextAnnotator=_r,I.createTextAnnotatorState=Li,I.debounce=bt,I.fillDefaults=Yi,I.getBackgroundColor=vi,I.getHighlightClientRects=Vn,I.getQuoteContext=Fn,I.getRangeAnnotatableContents=Tt,I.getViewportBounds=oi,I.isMac=Zt,I.isNodeWhitespaceOrEmpty=so,I.isNotAnnotatable=We,I.isRangeAnnotatable=yn,I.isRangeWhitespaceOrEmpty=Yn,I.isRevived=ge,I.mergeClientRects=Kn,I.mergeRanges=Wn,I.paint=Ai,I.parseW3CTextAnnotation=xi,I.programmaticallyFocusable=Hn,I.rangeToSelector=jn,I.reviveAnnotation=Rt,I.reviveSelector=tn,I.reviveTarget=it,I.scrollIntoView=Jn,I.serializeW3CTextAnnotation=Ti,I.splitAnnotatableRanges=Xn,I.toDomRectList=co,I.toParentBounds=$n,I.toViewportBounds=uo,I.trackViewport=ri,I.trimRangeToContainer=zn,I.whitespaceOrEmptyRegex=en,Object.defineProperty(I,Symbol.toStringTag,{value:"Module"})}));
|
|
1
|
+
(function(L,se){typeof exports=="object"&&typeof module<"u"?se(exports):typeof define=="function"&&define.amd?define(["exports"],se):(L=typeof globalThis<"u"?globalThis:L||self,se(L.RecogitoJS={}))})(this,(function(L){"use strict";const se="not-annotatable",re=`.${se}`,ae=(e,t)=>e.contains(t)?!!(t instanceof HTMLElement?t.closest(re):t.parentElement?.closest(re)):!0,Ye=(e,t)=>{const n=t.commonAncestorContainer;return!ae(e,n)},ot=e=>e.addEventListener("click",t=>{!t.target.closest(re)&&!t.target.closest("a")&&t.preventDefault()}),Le=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}),Re=(e,t=10)=>{let n;return((...o)=>{clearTimeout(n),n=setTimeout(()=>e.apply(void 0,o),t)})},Pe=typeof navigator<"u"&&navigator.platform.startsWith("Mac"),it=e=>{(!e.hasAttribute("tabindex")||e.tabIndex<-1)&&e.setAttribute("tabindex","-1"),e.classList.add("no-focus-outline")},st=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 f=document.createRange();return f.selectNode(c),Array.from(f.getClientRects())};return[...Array.from(r.getClientRects()),...t.slice(1,-1).flatMap(l),...Array.from(a.getClientRects())]}},dn=function*(e){const t=document.createNodeIterator(e.commonAncestorContainer,NodeFilter.SHOW_ELEMENT,o=>o instanceof HTMLElement&&o.classList.contains(se)&&!o.parentElement.closest(re)&&e.intersectsNode(o)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP);let n;for(;n=t.nextNode();)n instanceof HTMLElement&&(yield n)},rt=(e,t)=>{if(!Ye(e,t))return[];const n=[];let o=null;for(const i of dn(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]},Oe=e=>{const t=e.cloneContents();return t.querySelectorAll(re).forEach(n=>n.remove()),t},at=new Intl.Segmenter(void 0,{granularity:"grapheme"}),lt=(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=Oe(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=Oe(a).textContent,c=[...at.segment(r)],f=[...at.segment(l)];return{prefix:c.slice(-n).map(u=>u.segment).join(""),suffix:f.slice(0,n).map(u=>u.segment).join("")}},Q=e=>e.every(t=>t.range instanceof Range&&!t.range.collapsed),Ke=/^\s*$/,ct=e=>Ke.test(e.toString()),un=e=>Ke.test(e.textContent||""),fn=(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"},hn=(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)},dt=(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=fn(i,a,t,n);if(l==="inline-adjacent"){s=s.map(c=>c===a?hn(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]},[]),gn=e=>({length:e.length,item:t=>e[t],[Symbol.iterator]:function*(){for(let t=0;t<this.length;t++)yield this.item(t)}}),ut=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]},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=Oe(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}},ht=(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)},pn=(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)},Xe=(e,t)=>{const{start:n,end:o}=e,i=e.offsetReference||t,s=document.createNodeIterator(t,NodeFilter.SHOW_TEXT,f=>f.parentElement?.closest(re)?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 f=l.textContent?.length||0;if(r+f>n){a.setStart(l,n-r);break}r+=f}l=s.nextNode()}for(;l!==null;){const f=l.textContent?.length||0;if(r+f>=o){a.setEnd(l,o-r);break}r+=f,l=s.nextNode()}return{...e,range:a}},ge=(e,t)=>Q(e.selector)?e:{...e,selector:e.selector.map(n=>n.range instanceof Range&&!n.range.collapsed?n:Xe(n,t))},Be=(e,t)=>Q(e.target.selector)?e:{...e,target:ge(e.target,t)},gt=(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},pt=e=>{if(!e)return document.scrollingElement;const{overflowY:t}=window.getComputedStyle(e);return t!=="visible"&&t!=="hidden"&&e.scrollHeight>e.clientHeight?e:pt(e.parentElement)},mt=(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,f=r.left-o.left,u=n.parentElement?n.scrollTop:0,b=n.parentElement?n.scrollLeft:0,p=c+u-(i-l)/2,g=f+b-(s-a)/2;n.scroll({top:p,left:g,behavior:"smooth"})},yt=(e,t)=>(n,o)=>{const i=typeof n=="string"?n:n.id,s=o?typeof o=="string"?document.getElementById(o):o:pt(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 mt(t,r.target,s),!0;const l=ge(r.target,e),{range:c}=l.selector[0];return c&&!c.collapsed?(mt(t,l,s),!0):!1};function bt(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 b=i,p=s;return i=void 0,s=void 0,l=e.apply(b,p),l}function f(){const b=Date.now()-a;b<t&&b>=0?r=setTimeout(f,t-b):(r=void 0,o||(l=c()))}const u=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(f,t)),p)return l=c(),l};return Object.defineProperty(u,"isPending",{get(){return r!==void 0}}),u.clear=()=>{r&&(clearTimeout(r),r=void 0,i=void 0,s=void 0)},u.flush=()=>{r&&u.trigger()},u.trigger=()=>{l=c(),u.clear()},u}const J={fill:"rgb(0, 128, 255)",fillOpacity:.18},pe={fill:"rgb(0, 128, 255)",fillOpacity:.45};var wt=Object.prototype.hasOwnProperty;function le(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--&&le(e[o],t[o]););return o===-1}if(!n||typeof e=="object"){o=0;for(n in e)if(wt.call(e,n)&&++o&&!wt.call(t,n)||!(n in t)||!le(e[n],t[n]))return!1;return Object.keys(t).length===o}}return e!==e&&t!==t}const mn=Symbol("clean");let q=[],ne=0;const Me=4,yn=globalThis.nanostoresGlobal||(globalThis.nanostoresGlobal={epoch:0}),He=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=ne+Me;s<q.length;)q[s]===o?q.splice(s,Me):s+=Me;let i=t.indexOf(o);~i&&(t.splice(i,1),--n.lc||n.off())}},notify(o,i){yn.epoch++;let s=!q.length;for(let r of t)q.push(r,n.value,o,i);if(s){for(ne=0;ne<q.length;ne+=Me)q[ne](q[ne+1],q[ne+2],q[ne+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[mn]=()=>{t=[],n.lc=0,n.off()}),n},bn=e=>{const t=He(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 je={selected:[]},wn=(e,t,n)=>{const o=He(je);let i=t;const s=()=>{le(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 g=typeof p=="string"?p:p.id;return o.get().selected.some(m=>m.id===g)},l=(p,g)=>{let m;if(Array.isArray(p)){if(m=p.map(h=>e.getAnnotation(h)).filter(Boolean),m.length<p.length){console.warn("Invalid selection: "+p.filter(h=>!m.some(d=>d.id===h)));return}}else{const h=e.getAnnotation(p);if(!h){console.warn("Invalid selection: "+p);return}m=[h]}const S=m.reduce((h,d)=>{const x=b(d);return x==="EDIT"?[...h,{id:d.id,editable:!0}]:x==="SELECT"?[...h,{id:d.id}]:h},[]);o.set({selected:S,event:g})},c=(p,g)=>{const m=Array.isArray(p)?p:[p],S=m.map(h=>e.getAnnotation(h)).filter(h=>!!h);o.set({selected:S.map(h=>{const d=g===void 0?b(h)==="EDIT":g;return{id:h.id,editable:d}})}),S.length!==m.length&&console.warn("Invalid selection",p)},f=p=>{if(r())return!1;const{selected:g}=o.get();g.some(({id:m})=>p.includes(m))&&o.set({selected:g.filter(({id:m})=>!p.includes(m))})},u=p=>{i=p,c(o.get().selected.map(({id:g})=>g))},b=p=>An(p,i,n);return e.observe(({changes:p})=>f((p.deleted||[]).map(g=>g.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:c,setUserSelectAction:u,subscribe:o.subscribe.bind(o),userSelect:l}},An=(e,t,n)=>{const o=n?n.serialize(e):e;return typeof t=="function"?t(o):t||"EDIT"},X=[];for(let e=0;e<256;++e)X.push((e+256).toString(16).slice(1));function En(e,t=0){return(X[e[t+0]]+X[e[t+1]]+X[e[t+2]]+X[e[t+3]]+"-"+X[e[t+4]]+X[e[t+5]]+"-"+X[e[t+6]]+X[e[t+7]]+"-"+X[e[t+8]]+X[e[t+9]]+"-"+X[e[t+10]]+X[e[t+11]]+X[e[t+12]]+X[e[t+13]]+X[e[t+14]]+X[e[t+15]]).toLowerCase()}const vn=new Uint8Array(16);function Sn(){return crypto.getRandomValues(vn)}function At(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)}},xn=(e,t,n,o)=>({id:At(),annotation:typeof e=="string"?e:e.id,created:n||new Date,creator:o,...t}),Tn=(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))},Rn=(e,t)=>t.bodies.map(n=>{const o=e.bodies.find(i=>i.id===n.id);return{newBody:n,oldBody:o&&!le(o,n)?o:void 0}}).filter(({oldBody:n})=>n).map(({oldBody:n,newBody:o})=>({oldBody:n,newBody:o})),On=(e,t)=>!le(e.target,t.target),Et=(e,t)=>{const n=Tn(e,t),o=Ln(e,t),i=Rn(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:On(e,t)?{oldTarget:e.target,newTarget:t.target}:void 0}};var I=(e=>(e.LOCAL="LOCAL",e.REMOTE="REMOTE",e.SILENT="SILENT",e))(I||{});const Bn=(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(f=>a(f.bodiesCreated)||a(f.bodiesDeleted)||a(f.bodiesUpdated)),c=(o=i.updated)==null?void 0:o.some(f=>f.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},Mn=(e,t)=>{const n=new Set((e.created||[]).map(u=>u.id)),o=new Set((e.updated||[]).map(({newValue:u})=>u.id)),i=new Set((t.created||[]).map(u=>u.id)),s=new Set((t.deleted||[]).map(u=>u.id)),r=new Set((t.updated||[]).map(({oldValue:u})=>u.id)),a=new Set((t.updated||[]).filter(({oldValue:u})=>n.has(u.id)||o.has(u.id)).map(({oldValue:u})=>u.id)),l=[...(e.created||[]).filter(u=>!s.has(u.id)).map(u=>r.has(u.id)?t.updated.find(({oldValue:b})=>b.id===u.id).newValue:u),...t.created||[]],c=[...(e.deleted||[]).filter(u=>!i.has(u.id)),...(t.deleted||[]).filter(u=>!n.has(u.id))],f=[...(e.updated||[]).filter(({newValue:u})=>!s.has(u.id)).map(u=>{const{oldValue:b,newValue:p}=u;if(r.has(p.id)){const g=t.updated.find(m=>m.oldValue.id===p.id).newValue;return Et(b,g)}else return u}),...(t.updated||[]).filter(({oldValue:u})=>!a.has(u.id))];return{created:l,deleted:c,updated:f}},Ne=e=>{const t=e.id===void 0?At():e.id;return{...e,id:t,bodies:e.bodies===void 0?[]:e.bodies.map(n=>({...n,annotation:t})),target:{...e.target,annotation:t}}},Nn=e=>e.id!==void 0,kn=()=>{const e=new Map,t=new Map,n=[],o=(y,A={})=>{n.push({onChange:y,options:A})},i=y=>{const A=n.findIndex(v=>v.onChange==y);A>-1&&n.splice(A,1)},s=(y,A)=>{const v={origin:y,changes:{created:A.created||[],updated:A.updated||[],deleted:A.deleted||[]},state:[...e.values()]};n.forEach(T=>{Bn(T,v)&&T.onChange(v)})},r=(y,A=I.LOCAL)=>{if(y.id&&e.get(y.id))throw Error(`Cannot add annotation ${y.id} - exists already`);{const v=Ne(y);e.set(v.id,v),v.bodies.forEach(T=>t.set(T.id,v.id)),s(A,{created:[v]})}},a=(y,A)=>{const v=Ne(typeof y=="string"?A:y),T=typeof y=="string"?y:y.id,D=T&&e.get(T);if(D){const U=Et(D,v);return T===v.id?e.set(T,v):(e.delete(T),e.set(v.id,v)),D.bodies.forEach(E=>t.delete(E.id)),v.bodies.forEach(E=>t.set(E.id,v.id)),U}else console.warn(`Cannot update annotation ${T} - does not exist`)},l=(y,A=I.LOCAL,v=I.LOCAL)=>{const T=Nn(A)?v:A,D=a(y,A);D&&s(T,{updated:[D]})},c=(y,A=I.LOCAL)=>{e.get(y.id)?l(y,A):r(y,A)},f=(y,A=I.LOCAL)=>{const v=y.reduce((T,D)=>{const U=a(D);return U?[...T,U]:T},[]);v.length>0&&s(A,{updated:v})},u=(y,A=I.LOCAL)=>{const v=y.map(Ne),{toAdd:T,toUpdate:D}=v.reduce((E,O)=>e.get(O.id)?{...E,toUpdate:[...E.toUpdate,O]}:{...E,toAdd:[...E.toAdd,O]},{toAdd:[],toUpdate:[]}),U=D.map(E=>a(E,A)).filter(Boolean);T.forEach(E=>{e.set(E.id,E),E.bodies.forEach(O=>t.set(O.id,E.id))}),s(A,{created:T,updated:U})},b=(y,A=I.LOCAL)=>{const v=e.get(y.annotation);if(v){const T={...v,bodies:[...v.bodies,y]};e.set(v.id,T),t.set(y.id,T.id),s(A,{updated:[{oldValue:v,newValue:T,bodiesCreated:[y]}]})}else console.warn(`Attempt to add body to missing annotation: ${y.annotation}`)},p=()=>[...e.values()],g=(y=I.LOCAL)=>{const A=[...e.values()];e.clear(),t.clear(),s(y,{deleted:A})},m=(y,A=!0,v=I.LOCAL)=>{const T=y.map(Ne);if(A){const D=[...e.values()];e.clear(),t.clear(),T.forEach(U=>{e.set(U.id,U),U.bodies.forEach(E=>t.set(E.id,U.id))}),s(v,{created:T,deleted:D})}else{const D=y.reduce((U,E)=>{const O=E.id&&e.get(E.id);return O?[...U,O]:U},[]);if(D.length>0)throw Error(`Bulk insert would overwrite the following annotations: ${D.map(U=>U.id).join(", ")}`);T.forEach(U=>{e.set(U.id,U),U.bodies.forEach(E=>t.set(E.id,U.id))}),s(v,{created:T})}},S=y=>{const A=typeof y=="string"?y:y.id,v=e.get(A);if(v)return e.delete(A),v.bodies.forEach(T=>t.delete(T.id)),v;console.warn(`Attempt to delete missing annotation: ${A}`)},h=(y,A=I.LOCAL)=>{const v=S(y);v&&s(A,{deleted:[v]})},d=(y,A=I.LOCAL)=>{const v=y.reduce((T,D)=>{const U=S(D);return U?[...T,U]:T},[]);v.length>0&&s(A,{deleted:v})},x=y=>{const A=e.get(y.annotation);if(A){const v=A.bodies.find(T=>T.id===y.id);if(v){t.delete(v.id);const T={...A,bodies:A.bodies.filter(D=>D.id!==y.id)};return e.set(A.id,T),{oldValue:A,newValue:T,bodiesDeleted:[v]}}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}`)},R=(y,A=I.LOCAL)=>{const v=x(y);v&&s(A,{updated:[v]})},C=(y,A=I.LOCAL)=>{const v=y.map(T=>x(T)).filter(Boolean);v.length>0&&s(A,{updated:v})},w=y=>{const A=e.get(y);return A?{...A}:void 0},B=y=>{const A=t.get(y);if(A){const v=w(A).bodies.find(T=>T.id===y);if(v)return v;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 v=e.get(y.annotation);if(v){const T=v.bodies.find(U=>U.id===y.id),D={...v,bodies:v.bodies.map(U=>U.id===T.id?A:U)};return e.set(v.id,D),T.id!==A.id&&(t.delete(T.id),t.set(A.id,D.id)),{oldValue:v,newValue:D,bodiesUpdated:[{oldBody:T,newBody:A}]}}else console.warn(`Attempt to add body to missing annotation ${y.annotation}`)},M=(y,A,v=I.LOCAL)=>{const T=N(y,A);T&&s(v,{updated:[T]})},k=(y,A=I.LOCAL)=>{const v=y.map(T=>N({id:T.id,annotation:T.annotation},T)).filter(Boolean);s(A,{updated:v})},_=y=>{const A=e.get(y.annotation);if(A){const v={...A,target:{...A.target,...y}};return e.set(A.id,v),{oldValue:A,newValue:v,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:d,bulkDeleteBodies:C,bulkUpdateAnnotations:f,bulkUpdateBodies:k,bulkUpdateTargets:(y,A=I.LOCAL)=>{const v=y.map(T=>_(T)).filter(Boolean);v.length>0&&s(A,{updated:v})},bulkUpsertAnnotations:u,clear:g,deleteAnnotation:h,deleteBody:R,getAnnotation:w,getBody:B,observe:o,unobserve:i,updateAnnotation:l,updateBody:M,updateTarget:(y,A=I.LOCAL)=>{const v=_(y);v&&s(A,{updated:[v]})},upsertAnnotation:c}};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=g=>{if(!s){const{changes:m}=g,S=performance.now();if(S-r>In)o.splice(i+1),o.push(m),i=o.length-1;else{const h=o.length-1;o[h]=Mn(o[h],m)}r=S}s=!1};e.observe(a,{origin:I.LOCAL});const l=g=>g&&g.length>0&&e.bulkDeleteAnnotations(g),c=g=>g&&g.length>0&&e.bulkAddAnnotations(g,!1),f=g=>g&&g.length>0&&e.bulkUpdateAnnotations(g.map(({oldValue:m})=>m)),u=g=>g&&g.length>0&&e.bulkUpdateAnnotations(g.map(({newValue:m})=>m)),b=g=>g&&g.length>0&&e.bulkAddAnnotations(g,!1),p=g=>g&&g.length>0&&e.bulkDeleteAnnotations(g);return{canRedo:()=>o.length-1>i,canUndo:()=>i>-1,destroy:()=>e.unobserve(a),getHistory:()=>({changes:[...o],pointer:i}),on:(g,m)=>n.on(g,m),redo:()=>{if(o.length-1>i){s=!0;const{created:g,updated:m,deleted:S}=o[i+1];c(g),u(m),p(S),n.emit("redo",o[i+1]),i+=1}},undo:()=>{if(i>-1){s=!0;const{created:g,updated:m,deleted:S}=o[i];l(g),f(m),b(S),n.emit("undo",o[i]),i-=1}}}},Dn=()=>{const e=He([]);return{subscribe:e.subscribe.bind(e),set:e.set.bind(e)}},Vn=(e,t,n,o)=>{const{hover:i,selection:s,store:r,viewport:a}=e,l=new Map;let c=[],f;const u=(m,S)=>{l.has(m)?l.get(m).push(S):l.set(m,[S])},b=(m,S)=>{const h=l.get(m);if(h){const d=h.indexOf(S);d!==-1&&h.splice(d,1)}},p=(m,S,h)=>{l.has(m)&&setTimeout(()=>{l.get(m).forEach(d=>{if(n){const x=Array.isArray(S)?S.map(C=>n.serialize(C)):n.serialize(S),R=h?h instanceof PointerEvent?h:n.serialize(h):void 0;d(x,R)}else d(S,h)})},1)};s.subscribe(({selected:m})=>{if(!(c.length===0&&m.length===0)){if(c.length===0&&m.length>0)c=m.map(({id:S})=>r.getAnnotation(S));else if(c.length>0&&m.length===0)c.forEach(S=>{const h=r.getAnnotation(S.id);h&&!le(h,S)&&p("updateAnnotation",h,S)}),c=[];else{const S=new Set(c.map(d=>d.id)),h=new Set(m.map(({id:d})=>d));c.filter(d=>!h.has(d.id)).forEach(d=>{const x=r.getAnnotation(d.id);x&&!le(x,d)&&p("updateAnnotation",x,d)}),c=[...c.filter(d=>h.has(d.id)),...m.filter(({id:d})=>!S.has(d)).map(({id:d})=>r.getAnnotation(d))]}p("selectionChanged",c)}}),i.subscribe(m=>{!f&&m?p("mouseEnterAnnotation",r.getAnnotation(m)):f&&!m?p("mouseLeaveAnnotation",r.getAnnotation(f)):f&&m&&(p("mouseLeaveAnnotation",r.getAnnotation(f)),p("mouseEnterAnnotation",r.getAnnotation(m))),f=m}),a?.subscribe(m=>p("viewportIntersect",m.map(S=>r.getAnnotation(S)))),r.observe(m=>{const{created:S,deleted:h}=m.changes;(S||[]).forEach(d=>p("createAnnotation",d)),(h||[]).forEach(d=>p("deleteAnnotation",d)),(m.changes.updated||[]).filter(d=>[...d.bodiesCreated||[],...d.bodiesDeleted||[],...d.bodiesUpdated||[]].length>0).forEach(({oldValue:d,newValue:x})=>{const R=c.find(C=>C.id===d.id)||d;c=c.map(C=>C.id===d.id?x:C),p("updateAnnotation",x,R)})},{origin:I.LOCAL}),r.observe(m=>{if(c){const S=new Set(c.map(d=>d.id)),h=(m.changes.updated||[]).filter(({newValue:d})=>S.has(d.id)).map(({newValue:d})=>d);h.length>0&&(c=c.map(d=>h.find(R=>R.id===d.id)||d))}},{origin:I.REMOTE});const g=m=>S=>{const{updated:h}=S;m?(h||[]).forEach(d=>p("updateAnnotation",d.oldValue,d.newValue)):(h||[]).forEach(d=>p("updateAnnotation",d.newValue,d.oldValue))};return t.on("undo",g(!0)),t.on("redo",g(!1)),{on:u,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:[]}),Pn=(e,t,n)=>{const{store:o,selection:i}=e,s=h=>{if(n){const{parsed:d,error:x}=n.parse(h);d?o.addAnnotation(d,I.REMOTE):console.error(x)}else o.addAnnotation(Fe(h),I.REMOTE)},r=()=>i.clear(),a=()=>o.clear(),l=h=>{const d=o.getAnnotation(h);return n&&d?n.serialize(d):d},c=()=>n?o.all().map(n.serialize):o.all(),f=()=>{var h;const d=(((h=i.selected)==null?void 0:h.map(x=>x.id))||[]).map(x=>o.getAnnotation(x)).filter(Boolean);return n?d.map(n.serialize):d},u=(h,d=!0)=>fetch(h).then(x=>x.json()).then(x=>(p(x,d),x)),b=h=>{if(typeof h=="string"){const d=o.getAnnotation(h);if(o.deleteAnnotation(h),d)return n?n.serialize(d):d}else{const d=n?n.parse(h).parsed:h;if(d)return o.deleteAnnotation(d),h}},p=(h,d=!0)=>{if(n){const x=n.parseAll||Yn(n),{parsed:R,failed:C}=x(h);C.length>0&&console.warn(`Discarded ${C.length} invalid annotations`,C),o.bulkAddAnnotations(R,d,I.REMOTE)}else o.bulkAddAnnotations(h.map(Fe),d,I.REMOTE)},g=(h,d)=>{h?i.setSelected(h,d):i.clear()},m=h=>{i.setUserSelectAction(h)},S=h=>{if(n){const d=n.parse(h).parsed,x=n.serialize(o.getAnnotation(d.id));return o.updateAnnotation(d),x}else{const d=o.getAnnotation(h.id);return o.updateAnnotation(Fe(h)),d}};return{addAnnotation:s,cancelSelected:r,canRedo:t.canRedo,canUndo:t.canUndo,clearAnnotations:a,getAnnotationById:l,getAnnotations:c,getHistory:t.getHistory,getSelected:f,loadAnnotations:u,redo:t.redo,removeAnnotation:b,setAnnotations:p,setSelected:g,setUserSelectAction:m,undo:t.undo,updateAnnotation:S}};let Kn="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",Xn=e=>crypto.getRandomValues(new Uint8Array(e)),Hn=(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}}},$n=(e,t=21)=>Hn(e,t|0,Xn),jn=(e=21)=>{let t="",n=crypto.getRandomValues(new Uint8Array(e|=0));for(;e--;)t+=Kn[n[e]&63];return t};const Fn=()=>({isGuest:!0,id:$n("1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_",20)()}),Wn=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}`},vt=e=>e?typeof e=="object"?{...e}:e:void 0,zn=(e,t)=>(Array.isArray(e)?e:[e]).map(n=>{const{id:o,type:i,purpose:s,value:r,created:a,modified:l,creator:c,...f}=n;return{id:o||`temp-${Wn(n)}`,annotation:t,type:i,purpose:s,value:r,creator:vt(c),created:a?new Date(a):void 0,updated:l?new Date(l):void 0,...f}}),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 St=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}},Ct=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)}},ke=(e,t,n,o)=>{const{store:i,selection:s,hover:r}=t;let a,l,c;const f=Ct(n),u=M=>{const{x:k,y:_}=e.getBoundingClientRect(),y=i.getAt(M.clientX-k,M.clientY-_,!1,l);y&&t.selection.evalSelectAction(y)!==$e.NONE?r.current!==y.id&&(e.classList.add("hovered"),r.set(y.id)):r.current&&(e.classList.remove("hovered"),r.set(null))};e.addEventListener("pointermove",u);const b=Re((M=!1)=>requestAnimationFrame(()=>{c&&c.clear();const k=St(e),{minX:_,minY:y,maxX:A,maxY:v}=k,T=l?i.getIntersecting(_,y,A,v).filter(({annotation:E})=>l(E)):i.getIntersecting(_,y,A,v),D=s.selected.map(({id:E})=>E),U=T.map(({annotation:E,rects:O})=>{const j=D.includes(E.id),ce=E.id===r.current;return{annotation:E,rects:O,state:{selected:j,hovered:ce}}});o.redraw(U,k,a,c,M),setTimeout(()=>f(T.map(({annotation:E})=>E)),1)}),10),p=M=>{c=M,b()},g=M=>{a=M,b()},m=M=>{l=M,b(!1)},S=()=>b();i.observe(S);const h=s.subscribe(()=>b()),d=r.subscribe(()=>b()),x=()=>b(!0);document.addEventListener("scroll",x,{capture:!0,passive:!0});const R=Re(()=>{i.recalculatePositions(),c?.reset(),b()},10);window.addEventListener("resize",R);const C=new ResizeObserver(R);C.observe(e);const w={attributes:!0,childList:!0,subtree:!0},B=new MutationObserver(Re(M=>{M.every(_=>_.target===e||e.contains(_.target))||b(!0)},150));return B.observe(document.body,w),{destroy:()=>{e.removeEventListener("pointermove",u),o.destroy(),i.unobserve(S),h(),d(),document.removeEventListener("scroll",x),window.removeEventListener("resize",R),C.disconnect(),B.disconnect()},redraw:b,setStyle:g,setFilter:m,setPainter:p,setVisible:o.setVisible}},Gn=()=>{const e=document.createElement("canvas");return e.width=window.innerWidth,e.height=window.innerHeight,e.className="r6o-canvas-highlight-layer bg",e},Qn=(e,t)=>{e.width=window.innerWidth,e.height=window.innerHeight},Jn=e=>{console.warn('WARNING! Canvas renderer is deprecated and will be removed in the next major release. Please use the default "SPANS" renderer instead.'),e.classList.add("r6o-annotatable");const t=Gn(),n=t.getContext("2d");document.body.appendChild(t);const o=(a,l,c,f)=>requestAnimationFrame(()=>{const{width:u,height:b}=t;n.clearRect(-.5,-.5,u+1,b+1),f&&f.clear();const{top:p,left:g}=l;[...a].sort((S,h)=>{const{annotation:{target:{created:d}}}=S,{annotation:{target:{created:x}}}=h;return d.getTime()-x.getTime()}).forEach(S=>{const h=c?typeof c=="function"?c(S.annotation,S.state):c:S.state?.selected?pe:J,d=f&&f.paint(S,l)||h,x=S.rects.map(({x:R,y:C,width:w,height:B})=>({x:R+g,y:C+p,width:w,height:B}));if(n.fillStyle=d.fill,n.globalAlpha=d.fillOpacity||1,x.forEach(({x:R,y:C,width:w,height:B})=>n.fillRect(R,C,w,B)),d.underlineColor){n.globalAlpha=1,n.strokeStyle=d.underlineColor,n.lineWidth=d.underlineThickness??1;const R=d.underlineOffset??0;x.forEach(({x:C,y:w,width:B,height:N})=>{n.beginPath(),n.moveTo(C,w+N+R),n.lineTo(C+B,w+N+R),n.stroke()})}})}),i=bt(()=>Qn(t),10);return window.addEventListener("resize",i),{destroy:()=>{t.remove(),i.clear(),window.removeEventListener("resize",i)},setVisible:a=>{console.log("setVisible not implemented on Canvas renderer")},redraw:o}},xt=(e,t,n)=>ke(e,t,n,Jn(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},Lt=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,_e=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},Rt=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),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}},Bt=function(e){return{h:Tt(e.h),s:F(e.s,0,100),l:F(e.l,0,100),a:F(e.a)}},Mt=function(e){return{h:P(e.h),s:P(e.s),l:P(e.l),a:P(e.a,3)}},Nt=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},me=function(e){return{h:(t=Rt(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,kt={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:Lt({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=Bt({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 Nt(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)?Lt({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=Bt({h:Number(t),s:Number(n),l:Number(o),a:Number(s)});return Nt(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"]]},_t=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"?_t(e.trim(),kt.string):typeof e=="object"&&e!==null?_t(e,kt.object):[null,void 0]},ze=function(e,t){var n=me(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},It=function(e,t){var n=me(e);return{h:n.h,s:n.s,l:F(n.l+100*t,0,100),a:n.a}},Ut=(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(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=We(this.rgba),n=t.r,o=t.g,i=t.b,r=(s=t.a)<1?_e(P(255*s)):"","#"+_e(n)+_e(o)+_e(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 Mt(me(this.rgba))},e.prototype.toHslString=function(){return t=Mt(me(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=Rt(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 W({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),W(ze(this.rgba,t))},e.prototype.desaturate=function(t){return t===void 0&&(t=.1),W(ze(this.rgba,-t))},e.prototype.grayscale=function(){return W(ze(this.rgba,-1))},e.prototype.lighten=function(t){return t===void 0&&(t=.1),W(It(this.rgba,t))},e.prototype.darken=function(t){return t===void 0&&(t=.1),W(It(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"?W({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=me(this.rgba);return typeof t=="number"?W({h:t,s:n.s,l:n.l,a:n.a}):P(n.h)},e.prototype.isEqual=function(t){return this.toHex()===W(t).toHex()},e})(),W=function(e){return e instanceof Ut?e:new Ut(e)};const ro=e=>[`background-color:${W(e?.fill||J.fill).alpha(e?.fillOpacity===void 0?J.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(";"),Dt=()=>{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)=>{l&&l.clear();const c=new Set(s.map(u=>u.annotation.id));Array.from(t).filter(u=>!c.has(u));const f=s.map(u=>{const b=a?typeof a=="function"?a(u.annotation,u.state):a:u.state?.selected?pe:J,p=l&&l.paint(u,r)||b;return`::highlight(_${u.annotation.id}) { ${ro(p)} }`});e.innerHTML=f.join(`
|
|
2
|
+
`),CSS.highlights.clear(),s.forEach(({annotation:u})=>{const b=u.target.selector.map(g=>g.range),p=new Highlight(...b);CSS.highlights.set(`_${u.id}`,p)}),t=c}}},Vt=(e,t,n)=>ke(e,t,n,Dt()),Yt=e=>e?.fillOpacity!==void 0?W(e?.fill||J.fill).alpha(e.fillOpacity).toHex():e?.fill?e.fill:W(J.fill).alpha(J.fillOpacity).toHex();var Pt=Object.prototype.hasOwnProperty;function Ge(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--&&Ge(e[o],t[o]););return o===-1}if(!n||typeof e=="object"){o=0;for(n in e)if(Pt.call(e,n)&&++o&&!Pt.call(t,n)||!(n in t)||!Ge(e[n],t[n]))return!1;return Object.keys(t).length===o}}return e!==e&&t!==t}const Kt=(e,t,n,o,i)=>{const s=n?typeof n=="function"?n(e.annotation,e.state,i)||(e.state?.selected?pe:J):n:e.state?.selected?pe:J;return o&&o.paint(e,t)||s},ao=(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))},lo=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,f)=>{const b=!(Ge(n,r)&&f);if(!c&&!b)return;b&&(t.innerHTML=""),[...r].sort((g,m)=>{const{annotation:{target:{created:S}}}=g,{annotation:{target:{created:h}}}=m;return S&&h?S.getTime()-h.getTime():0}).forEach(g=>{g.rects.map(m=>{const S=ao(m,r),h=Kt(g,a,l,c,S);if(b){const d=document.createElement("span");d.className="r6o-annotation",d.dataset.annotation=g.annotation.id,d.style.left=`${m.x}px`,d.style.top=`${m.y}px`,d.style.width=`${m.width}px`,d.style.height=`${m.height}px`,d.style.backgroundColor=Yt(h),h.underlineStyle&&(d.style.borderStyle=h.underlineStyle),h.underlineColor&&(d.style.borderColor=h.underlineColor),h.underlineThickness&&(d.style.borderBottomWidth=`${h.underlineThickness}px`),h.underlineOffset&&(d.style.paddingBottom=`${h.underlineOffset}px`),t.appendChild(d)}})}),n=r},setVisible:r=>{r?t.classList.remove("hidden"):t.classList.add("hidden")}}},Xt=(e,t,n)=>ke(e,t,n,lo(e)),H=[];for(let e=0;e<256;++e)H.push((e+256).toString(16).slice(1));function co(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 uo=new Uint8Array(16);function fo(){return crypto.getRandomValues(uo)}function Ht(e,t,n){return crypto.randomUUID?crypto.randomUUID():ho(e)}function ho(e,t,n){e=e||{};const o=e.random??e.rng?.()??fo();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,co(o)}const go=(e,t)=>({parse:n=>$t(n),serialize:n=>jt(n,e,t)}),po=e=>e.quote!==void 0&&e.start!==void 0&&e.end!==void 0,mo=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:vt(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 f=(Array.isArray(l.selector)?l.selector:[l.selector]).reduce((u,b)=>{switch(b.type){case"TextQuoteSelector":u.quote=b.exact;break;case"TextPositionSelector":u.start=b.start,u.end=b.end;break}return u},{});if(po(f))a.selector.push({...f,id:l.id,scope:l.scope});else{const u=[f.start?void 0:"TextPositionSelector",f.quote?void 0:"TextQuoteSelector"].filter(Boolean);return{error:Error(`Missing selector types: ${u.join(" and ")} for annotation: ${e.id}`)}}}return{parsed:a}},$t=e=>{const t=e.id||Ht(),{creator:n,created:o,modified:i,body:s,...r}=e,a=zn(s,t),l=mo(e);return"error"in l?{error:l.error}:{parsed:{...r,id:t,bodies:a,target:l.parsed}}},jt=(e,t,n)=>{const{bodies:o,target:i,...s}=e,{selector:r,creator:a,created:l,updated:c,...f}=i,u=r.map(b=>{const{id:p,quote:g,start:m,end:S,range:h}=b,d={type:"TextQuoteSelector",exact:g};if(n){const{prefix:R,suffix:C}=lt(h,n);d.prefix=R,d.suffix=C}const x={type:"TextPositionSelector",start:m,end:S};return{...f,id:p,scope:"scope"in b?b.scope:void 0,source:t,selector:[d,x]}});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:c?.toISOString(),target:u}},yo=()=>{const e=document.createElement("canvas");e.width=2*window.innerWidth,e.height=2*window.innerHeight,e.className="r6o-presence-layer";const t=e.getContext("2d");return t.scale(2,2),t.translate(.5,.5),e},Ft=(e,t={})=>{const n=yo(),o=n.getContext("2d");document.body.appendChild(n);const i=new Map,s=f=>Array.from(i.entries()).filter(([u,b])=>b.presenceKey===f.presenceKey).map(([u,b])=>u);return e.on("selectionChange",(f,u)=>{s(f).forEach(p=>i.delete(p)),u&&u.forEach(p=>i.set(p,f))}),{clear:()=>{const{width:f,height:u}=n;o.clearRect(-.5,-.5,f+1,u+1)},destroy:()=>{n.remove()},paint:(f,u,b)=>{t.font&&(o.font=t.font);const p=i.get(f.annotation.id);if(p){const{height:g}=f.rects[0],m=f.rects[0].x+u.left,S=f.rects[0].y+u.top;o.fillStyle=p.appearance.color,o.fillRect(m-2,S-2.5,2,g+5);const h=o.measureText(p.appearance.label),d=h.width+6,x=h.actualBoundingBoxAscent+h.actualBoundingBoxDescent+8,R=h.fontBoundingBoxAscent?8:6.5;return o.fillRect(m-2,S-2.5-x,d,x),o.fillStyle="#fff",o.fillText(p.appearance.label,m+1,S-R),{fill:p.appearance.color,fillOpacity:b?.45:.18}}},reset:()=>{n.width=2*window.innerWidth,n.height=2*window.innerHeight;const f=n.getContext("2d");f.scale(2,2),f.translate(.5,.5)}}};function Wt(e,t,n=0,o=e.length-1,i=bo){for(;o>n;){if(o-n>600){const l=o-n+1,c=t-n+1,f=Math.log(l),u=.5*Math.exp(2*f/3),b=.5*Math.sqrt(f*u*(l-u)/l)*(c-l/2<0?-1:1),p=Math.max(n,Math.floor(t-c*u/l+b)),g=Math.min(o,Math.floor(t+(l-c)*u/l+b));Wt(e,t,p,g,i)}const s=e[t];let r=n,a=o;for(ye(e,n,t),i(e[o],s)>0&&ye(e,n,o);r<a;){for(ye(e,r,a),r++,a--;i(e[r],s)<0;)r++;for(;i(e[a],s)>0;)a--}i(e[n],s)===0?ye(e,n,a):(a++,ye(e,a,o)),a<=t&&(n=a+1),t<=a&&(o=a-1)}}function ye(e,t,n){const o=e[t];e[t]=e[n],e[n]=o}function bo(e,t){return e<t?-1:e>t?1:0}class wo{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(!Ue(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;Ue(t,l)&&(n.leaf?o.push(a):Je(t,l)?this._all(a,o):s.push(a))}n=s.pop()}return o}collides(t){let n=this.data;if(!Ue(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(Ue(t,r)){if(n.leaf||Je(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=ue([]),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 f=Ao(t,o.children,n);if(f!==-1)return o.children.splice(f,1),s.push(o),this._condense(s),this}!c&&!o.leaf&&Je(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=ue(t.slice(n,o+1)),de(a,this.toBBox),a;i||(i=Math.ceil(Math.log(s)/Math.log(r)),r=Math.ceil(s/Math.pow(r,i-1))),a=ue([]),a.leaf=!1,a.height=i;const l=Math.ceil(s/r),c=l*Math.ceil(Math.sqrt(r));zt(t,n,o,c,this.compareMinX);for(let f=n;f<=o;f+=c){const u=Math.min(f+c-1,o);zt(t,f,u,l,this.compareMinY);for(let b=f;b<=u;b+=l){const p=Math.min(b+l-1,u);a.children.push(this._build(t,b,p,i-1))}}return de(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],f=Qe(c),u=So(t,c)-f;u<r?(r=u,s=f<s?f:s,a=c):u===r&&f<s&&(s=f,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),we(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=ue(o.children.splice(r,o.children.length-r));a.height=o.height,a.leaf=o.leaf,de(o,this.toBBox),de(a,this.toBBox),n?t[n-1].children.push(a):this._splitRoot(o,a)}_splitRoot(t,n){this.data=ue([t,n]),this.data.height=t.height+1,this.data.leaf=!1,de(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=be(t,0,a,this.toBBox),c=be(t,a,o,this.toBBox),f=Co(l,c),u=Qe(l)+Qe(c);f<s?(s=f,i=a,r=u<r?u:r):f===s&&u<r&&(r=u,i=a)}return i||o-n}_chooseSplitAxis(t,n,o){const i=t.leaf?this.compareMinX:Eo,s=t.leaf?this.compareMinY:vo,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=be(t,0,n,s),a=be(t,o-n,o,s);let l=Ie(r)+Ie(a);for(let c=n;c<o-n;c++){const f=t.children[c];we(r,t.leaf?s(f):f),l+=Ie(r)}for(let c=o-n-1;c>=n;c--){const f=t.children[c];we(a,t.leaf?s(f):f),l+=Ie(a)}return l}_adjustParentBBoxes(t,n,o){for(let i=o;i>=0;i--)we(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():de(t[n],this.toBBox)}}function Ao(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 de(e,t){be(e,0,e.children.length,t,e)}function be(e,t,n,o,i){i||(i=ue(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];we(i,e.leaf?o(r):r)}return i}function we(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 Eo(e,t){return e.minX-t.minX}function vo(e,t){return e.minY-t.minY}function Qe(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function Ie(e){return e.maxX-e.minX+(e.maxY-e.minY)}function So(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 Co(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 Je(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function Ue(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function ue(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function zt(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;Wt(e,r,t,n,i),s.push(t,r,r,n)}}let xo=()=>({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 To=(e,t,n,o)=>{const i=new wo,s=new Map,r=xo(),a=(C,w)=>{const B=C.selector.flatMap(M=>{const k=Q([M])?M.range:Xe(M,t).range;return st(k)}),N=dt(B,n,o).map(M=>ht(M,w));return N.map(M=>{const{x:k,y:_,width:y,height:A}=M;return{minX:k,minY:_,maxX:k+y,maxY:_+A,annotation:{id:C.annotation,rects:N}}})},l=()=>[...s.values()],c=()=>{i.clear(),s.clear()},f=C=>{const w=a(C,t.getBoundingClientRect());w.length!==0&&(w.forEach(B=>i.insert(B)),s.set(C.annotation,w))},u=C=>{const w=s.get(C.annotation);w&&(w.forEach(B=>i.remove(B)),s.delete(C.annotation))},b=C=>{u(C),f(C)},p=(C,w=!0)=>{w&&c();const B=t.getBoundingClientRect(),N=C.map(k=>({target:k,rects:a(k,B)}));N.forEach(({target:k,rects:_})=>{_.length>0&&s.set(k.annotation,_)});const M=N.flatMap(({rects:k})=>k);i.load(M)},g=(C,w,B=!1)=>{const N=i.search({minX:C,minY:w,maxX:C,maxY:w}),M=k=>k.annotation.rects.reduce((_,y)=>_+y.width*y.height,0);return N.length>0?(N.sort((k,_)=>M(k)-M(_)),B?N.map(k=>k.annotation.id):[N[0].annotation.id]):[]},m=C=>{const w=S(C);if(w.length===0)return;let B=w[0].left,N=w[0].top,M=w[0].right,k=w[0].bottom;for(let _=1;_<w.length;_++){const y=w[_];B=Math.min(B,y.left),N=Math.min(N,y.top),M=Math.max(M,y.right),k=Math.max(k,y.bottom)}return new DOMRect(B,N,M-B,k-N)},S=C=>{const w=s.get(C);return w?w[0].annotation.rects:[]};return{all:l,clear:c,getAt:g,getAnnotationBounds:m,getAnnotationRects:S,getIntersecting:(C,w,B,N)=>{const M=i.search({minX:C,minY:w,maxX:B,maxY:N}),k=new Set(M.map(_=>_.annotation.id));return Array.from(k).map(_=>({annotation:e.getAnnotation(_),rects:S(_)})).filter(_=>!!_.annotation)},insert:f,recalculate:()=>{p(e.all().map(C=>C.target),!0),r.emit("recalculate")},remove:u,set:p,size:()=>i.all().length,update:b,on:(C,w)=>r.on(C,w)}},qt=(e,t)=>{const n=kn(),o=To(n,e,t.mergeHighlights?.horizontalTolerance,t.mergeHighlights?.verticalTolerance),i=wn(n,t.userSelectAction,t.adapter),s=bn(n),r=Dn(),a=(d,x=I.LOCAL)=>{const R=Be(d,e),C=Q(R.target.selector);return C&&n.addAnnotation(R,x),C},l=(d,x=!0,R=I.LOCAL)=>{const C=d.map(B=>Be(B,e)),w=C.filter(B=>!Q(B.target.selector));return n.bulkAddAnnotations(C,x,R),w},c=(d,x=I.LOCAL)=>{const R=d.map(w=>Be(w,e)),C=R.filter(w=>!Q(w.target.selector));return R.forEach(w=>{n.getAnnotation(w.id)?n.updateAnnotation(w,x):n.addAnnotation(w,x)}),C},f=(d,x=I.LOCAL)=>{const R=ge(d,e);n.updateTarget(R,x)},u=(d,x=I.LOCAL)=>{const R=d.map(C=>ge(C,e));n.bulkUpdateTargets(R,x)};function b(d,x,R,C){const w=R||!!C,B=o.getAt(d,x,w).map(M=>n.getAnnotation(M)),N=C?B.filter(C):B;if(N.length!==0)return R?N:N[0]}const p=d=>o.getAnnotationRects(d).length>0?o.getAnnotationBounds(d):void 0,g=(d,x,R,C)=>o.getIntersecting(d,x,R,C),m=d=>o.getAnnotationRects(d),S=()=>o.recalculate(),h=d=>o.on("recalculate",d);return n.observe(({changes:d})=>{const x=(d.deleted||[]).filter(w=>Q(w.target.selector)),R=(d.created||[]).filter(w=>Q(w.target.selector)),C=(d.updated||[]).filter(w=>Q(w.newValue.target.selector));x?.length>0&&x.forEach(w=>o.remove(w.target)),R.length>0&&o.set(R.map(w=>w.target),!1),C?.length>0&&C.forEach(({newValue:w})=>o.update(w.target))}),{store:{...n,addAnnotation:a,bulkAddAnnotations:l,bulkUpdateTargets:u,bulkUpsertAnnotations:c,getAnnotationBounds:p,getAnnotationRects:m,getIntersecting:g,getAt:b,recalculatePositions:S,onRecalculatePositions:h,updateTarget:f},selection:i,hover:s,viewport:r}},Ze=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function et(e,t,n,o){e.addEventListener?e.addEventListener(t,n,o):e.attachEvent&&e.attachEvent("on".concat(t),n)}function Ae(e,t,n,o){e.removeEventListener?e.removeEventListener(t,n,o):e.detachEvent&&e.detachEvent("on".concat(t),n)}function Gt(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 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 Lo(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 Ee={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,"-":Ze?173:189,"=":Ze?61:187,";":Ze?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},ve={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},$={16:!1,18:!1,17:!1,91:!1},Y={};for(let e=1;e<20;e++)Ee["f".concat(e)]=111+e;let V=[],Se=null,Jt="all";const te=new Map,fe=e=>Ee[e.toLowerCase()]||G[e.toLowerCase()]||e.toUpperCase().charCodeAt(0),Ro=e=>Object.keys(Ee).find(t=>Ee[t]===e),Oo=e=>Object.keys(G).find(t=>G[t]===e);function Zt(e){Jt=e||"all"}function Ce(){return Jt||"all"}function Bo(){return V.slice(0)}function Mo(){return V.map(e=>Ro(e)||Oo(e)||String.fromCharCode(e))}function No(){const e=[];return Object.keys(Y).forEach(t=>{Y[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=>fe(a))})})}),e}function ko(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 _o(e){return typeof e=="string"&&(e=fe(e)),V.indexOf(e)!==-1}function Io(e,t){let n,o;e||(e=Ce());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(r=>{let{element:a}=r;return tt(a)}):o++;Ce()===e&&Zt(t||"all")}function Uo(e){let t=e.keyCode||e.which||e.charCode;e.key&&e.key.toLowerCase()==="capslock"&&(t=fe(e.key));const n=V.indexOf(t);if(n>=0&&V.splice(n,1),e.key&&e.key.toLowerCase()==="meta"&&V.splice(0,V.length),(t===93||t===224)&&(t=91),t in $){$[t]=!1;for(const o in G)G[o]===t&&(z[o]=!1)}}function en(e){if(typeof e>"u")Object.keys(Y).forEach(i=>{Array.isArray(Y[i])&&Y[i].forEach(s=>De(s)),delete Y[i]}),tt(null);else if(Array.isArray(e))e.forEach(i=>{i.key&&De(i)});else if(typeof e=="object")e.key&&De(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=""),De({key:e,scope:i,method:s,splitKey:"+"})}}const De=e=>{let{key:t,scope:n,method:o,splitKey:i="+"}=e;Qt(t).forEach(r=>{const a=r.split(i),l=a.length,c=a[l-1],f=c==="*"?"*":fe(c);if(!Y[f])return;n||(n=Ce());const u=l>1?Gt(G,a):[],b=[];Y[f]=Y[f].filter(p=>{const m=(o?p.method===o:!0)&&p.scope===n&&Lo(p.mods,u);return m&&b.push(p.element),!m}),b.forEach(p=>tt(p))})};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 $)Object.prototype.hasOwnProperty.call($,s)&&(!$[s]&&t.mods.indexOf(+s)>-1||$[s]&&t.mods.indexOf(+s)===-1)&&(i=!1);(t.mods.length===0&&!$[16]&&!$[18]&&!$[17]&&!$[91]||i||t.shortcut==="*")&&(t.keys=[],t.keys=t.keys.concat(V),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=e.keyCode||e.which||e.charCode;if(e.key&&e.key.toLowerCase()==="capslock"||!z.filter.call(this,e))return;if((o===93||o===224)&&(o=91),V.indexOf(o)===-1&&o!==229&&V.push(o),["metaKey","ctrlKey","altKey","shiftKey"].forEach(a=>{const l=ve[a];e[a]&&V.indexOf(l)===-1?V.push(l):!e[a]&&V.indexOf(l)>-1?V.splice(V.indexOf(l),1):a==="metaKey"&&e[a]&&(V=V.filter(c=>c in ve||c===o))}),o in $){$[o]=!0;for(const a in G)if(Object.prototype.hasOwnProperty.call(G,a)){const l=ve[G[a]];z[a]=e[l]}if(!n)return}for(const a in $)Object.prototype.hasOwnProperty.call($,a)&&($[a]=e[ve[a]]);e.getModifierState&&!(e.altKey&&!e.ctrlKey)&&e.getModifierState("AltGraph")&&(V.indexOf(17)===-1&&V.push(17),V.indexOf(18)===-1&&V.push(18),$[17]=!0,$[18]=!0);const i=Ce();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)&&tn(e,n[a],i,t);if(!(o in Y))return;const s=Y[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,f=l.key.split(c),u=[];for(let b=0;b<f.length;b++)u.push(fe(f[b]));u.sort().join("")===V.sort().join("")&&tn(e,l,i,t)}}function z(e,t,n){V=[];const o=Qt(e);let i=[],s="all",r=document,a=0,l=!1,c=!0,f="+",u=!1,b=!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&&(u=t.capture),typeof t.splitKey=="string"&&(f=t.splitKey),t.single===!0&&(b=!0)),typeof t=="string"&&(s=t),b&&en(e,s);a<o.length;a++)e=o[a].split(f),i=[],e.length>1&&(i=Gt(G,e)),e=e[e.length-1],e=e==="*"?"*":fe(e),e in Y||(Y[e]=[]),Y[e].push({keyup:l,keydown:c,scope:s,mods:i,shortcut:o[a],method:n,key:o[a],splitKey:f,element:r});if(typeof r<"u"&&window){if(!te.has(r)){const p=function(){let m=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.event;return nn(m,r)},g=function(){let m=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.event;nn(m,r),Uo(m)};te.set(r,{keydownListener:p,keyupListenr:g,capture:u}),et(r,"keydown",p,u),et(r,"keyup",g,u)}if(!Se){const p=()=>{V=[]};Se={listener:p,capture:u},et(window,"focus",p,u)}}}function Do(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"all";Object.keys(Y).forEach(n=>{Y[n].filter(i=>i.scope===t&&i.shortcut===e).forEach(i=>{i&&i.method&&i.method()})})}function tt(e){const t=Object.values(Y).flat();if(t.findIndex(o=>{let{element:i}=o;return i===e})<0){const{keydownListener:o,keyupListenr:i,capture:s}=te.get(e)||{};o&&i&&(Ae(e,"keyup",i,s),Ae(e,"keydown",o,s),te.delete(e))}if((t.length<=0||te.size<=0)&&(Object.keys(te).forEach(i=>{const{keydownListener:s,keyupListenr:r,capture:a}=te.get(i)||{};s&&r&&(Ae(i,"keyup",r,a),Ae(i,"keydown",s,a),te.delete(i))}),te.clear(),Object.keys(Y).forEach(i=>delete Y[i]),Se)){const{listener:i,capture:s}=Se;Ae(window,"focus",i,s),Se=null}}const nt={getPressedKeyString:Mo,setScope:Zt,getScope:Ce,deleteScope:Io,getPressedKeyCodes:Bo,getAllKeyCodes:No,isPressed:_o,filter:ko,trigger:Do,unbind:en,keyMap:Ee,modifier:G,modifierMap:ve};for(const e in nt)Object.prototype.hasOwnProperty.call(nt,e)&&(z[e]=nt[e]);if(typeof window<"u"){const e=window.hotkeys;z.noConflict=t=>(t&&window.hotkeys===z&&(window.hotkeys=e),z),window.hotkeys=z}async function Vo(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=Pe?"⌘+a":"ctrl+a",Yo=[...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:c,dismissOnNotAnnotatable:f="NEVER"}=o;let u,b=a,p="CREATE_NEW",g,m,S,h;const d=E=>{b=E,N.clear(),E||(m=void 0,g=void 0,S=void 0,h=void 0)},x=E=>p=E||"CREATE_NEW",R=E=>u=E,C=E=>r=E,w=E=>{if(p==="ADD_TO_CURRENT")return!0;if(o.allowModifierSelect){const O=E;return Pe?O.metaKey:O.ctrlKey}else return!1},B=()=>{if(!b||S===!1)return;const{selected:E}=s;if((w(h)||p==="REPLACE_CURRENT")&&E.length===1&&E[0].editable){const j=i.getAnnotation(E[0].id);if(j?.target){m=j.target,g={annotation:j.id,selector:[],created:m.created,creator:m.creator,updated:new Date,updatedBy:r};return}}m=void 0,g={annotation:Ht(),selector:[],created:new Date,creator:r}},N=bt(E=>{if(!b)return;const O=document.getSelection();if(!O?.anchorNode)return;const j=Array.from(Array(O.rangeCount).keys()).map(K=>O.getRangeAt(K));if(j.every(K=>!Ye(e,K))){g=void 0;return}const ce=E.timeStamp-(h?.timeStamp||E.timeStamp);if(h?.type==="pointerdown"&&(ce<1e3&&!g||O.isCollapsed&&ce<on)&&B(),!g&&(B(),!g))return;if(O.isCollapsed){i.getAnnotation(g.annotation)&&!(w(h)||p==="REPLACE_CURRENT")&&(s.clear(),i.deleteAnnotation(g.annotation));return}const oe=j.map(K=>gt(K,e));if(oe.every(K=>ct(K)))return;const Z=oe.flatMap(K=>rt(e,K.cloneRange()));if(!(Z.length>0&&!g||Z.length!==g.selector.length||Z.some((K,xe)=>K.toString()!==g.selector[xe]?.quote)))return;const Ve=w(h)&&m?ut([...m.selector.map(K=>K.range),...Z]):Z;g={...g,selector:Ve.map(K=>ft(K,e,l)),updated:new Date},!(w(h)||p==="REPLACE_CURRENT")&&(i.getAnnotation(g.annotation)?i.updateTarget(g,I.LOCAL):s.clear())},10),M=E=>{h=Le(E),S=h.button===0},k=async E=>{if(!S)return;const O=Le(E),j=()=>{const{x:oe,y:Z}=e.getBoundingClientRect();if(ae(e,O.target)){(typeof f=="function"?f(O,e):f==="ALWAYS")&&s.clear();return}const ie=O.target instanceof Node&&e.contains(O.target)&&i.getAt(O.clientX-oe,O.clientY-Z,c==="all",u);if(ie){const{selected:Ve}=s,K=new Set(Ve.map(Te=>Te.id)),xe=Array.isArray(ie)?ie.map(Te=>Te.id):[ie.id];(K.size!==xe.length||!xe.every(Te=>K.has(Te)))&&(n.emit("clickAnnotation",ie),s.userSelect(xe,O))}else s.clear()};if(O.timeStamp-h.timeStamp<on){await _();const oe=document.getSelection(),Z=ae(e,h.target),ie=ae(e,O.target);if(oe?.isCollapsed||Z&&ie){g=void 0,j();return}}g&&g.selector.length>0&&(D(),s.userSelect(g.annotation,O))},_=async()=>{const E=document.getSelection();let O=!1,j=E?.isCollapsed;const ce=()=>j||O,oe=1;return setTimeout(()=>O=!0,50),Vo(()=>j=E?.isCollapsed,oe,ce)},y=E=>{document.getSelection()?.isCollapsed||((!g||g.selector.length===0)&&N(E),g&&(D(),s.userSelect(g.annotation,Le(E))))},A=E=>{b&&(E.repeat||E.target instanceof Node&&ae(e,E.target)&&E.target!==document.body||E.key==="Shift"&&g&&(document.getSelection().isCollapsed||(D(),s.userSelect(g.annotation,he(E)))))},v=E=>{const O=()=>setTimeout(()=>{g?.selector.length>0&&(s.clear(),i.addAnnotation({id:g.annotation,bodies:[],target:g}),s.userSelect(g.annotation,he(E))),document.removeEventListener("selectionchange",O)},100);document.addEventListener("selectionchange",O),B()};z(Yo.join(","),{element:e,keydown:!0,keyup:!1},E=>{E.repeat||(h=he(E))}),z(rn,{keydown:!0,keyup:!1},E=>{h=he(E),v(E)});const T=E=>{E.repeat||E.target instanceof Node&&ae(e,E.target)&&E.target!==document.body||(g=void 0,s.clear())};z(sn.join(","),{keydown:!0,keyup:!1},T);const D=()=>{const E=i.getAnnotation(g.annotation);if(!E)i.addAnnotation({id:g.annotation,bodies:[],target:g});else{const{target:{updated:O}}=E,{updated:j}=g;(!O||!j||O<j)&&i.updateTarget(g)}};return document.addEventListener("pointerdown",M),document.addEventListener("pointerup",k),document.addEventListener("contextmenu",y),document.addEventListener("keyup",A),e.addEventListener("selectstart",B),document.addEventListener("selectionchange",N),{destroy:()=>{g=void 0,m=void 0,S=void 0,h=void 0,N.clear(),document.removeEventListener("pointerdown",M),document.removeEventListener("pointerup",k),document.removeEventListener("contextmenu",y),document.removeEventListener("keyup",A),e.removeEventListener("selectstart",B),document.removeEventListener("selectionchange",N),z.unbind()},setFilter:R,setUser:C,setAnnotatingEnabled:d,setAnnotatingMode:x}},ln=(e,t)=>({...e,annotatingEnabled:e.annotatingEnabled??t.annotatingEnabled,user:e.user||t.user}),cn="SPANS",Po=(e,t={})=>{ot(e),it(e);const n=ln(t,{annotatingEnabled:!0,user:Fn()}),o=qt(e,n),{selection:i,viewport:s}=o,r=o.store,a=Un(r),l=Vn(o,a,n.adapter);let c=n.user;const f=typeof n.renderer!="function"?n.renderer==="CSS_HIGHLIGHTS"?CSS.highlights?"CSS_HIGHLIGHTS":cn:n.renderer||cn:null,u=f===null?n.renderer(e,o,s):f==="SPANS"?Xt(e,o,s):f==="CSS_HIGHLIGHTS"?Vt(e,o,s):f==="CANVAS"?xt(e,o,s):void 0;if(!u)throw`Unknown renderer implementation: ${n.renderer}`;console.debug(f?`Using ${f} renderer`:"Using custom renderer implementation"),n.style&&u.setStyle(n.style);const b=an(e,o,l,n);b.setUser(c);const p=Pn(o,a,n.adapter),g=()=>c,m=w=>{b.setAnnotatingEnabled(w===void 0?!0:w)},S=w=>{b.setAnnotatingMode(w)},h=w=>{u.setFilter(w),b.setFilter(w)},d=w=>{c=w,b.setUser(w)},x=w=>{w&&(u.setPainter(Ft(w,n.presence)),w.on("selectionChange",()=>u.redraw()))},R=w=>{w?i.setSelected(w):i.clear()};return{...p,destroy:()=>{u.destroy(),b.destroy(),a.destroy()},element:e,getUser:g,setAnnotatingEnabled:m,setAnnotatingMode:S,setFilter:h,setStyle:u.setStyle.bind(u),redraw:u.redraw.bind(u),setUser:d,setSelected:R,setPresenceProvider:x,setVisible:u.setVisible.bind(u),on:l.on,off:l.off,scrollIntoView:yt(e,r),state:o}};L.DEFAULT_SELECTED_STYLE=pe,L.DEFAULT_STYLE=J,L.NOT_ANNOTATABLE_CLASS=se,L.NOT_ANNOTATABLE_SELECTOR=re,L.Origin=I,L.UserSelectAction=$e,L.W3CTextFormat=go,L.cancelSingleClickEvents=ot,L.cloneKeyboardEvent=he,L.clonePointerEvent=Le,L.createBaseRenderer=ke,L.createBody=xn,L.createCanvasRenderer=xt,L.createHighlightsRenderer=Vt,L.createPresencePainter=Ft,L.createRenderer=Dt,L.createSelectionHandler=an,L.createSpansRenderer=Xt,L.createTextAnnotator=Po,L.createTextAnnotatorState=qt,L.debounce=Re,L.fillDefaults=ln,L.getBackgroundColor=Yt,L.getHighlightClientRects=st,L.getQuoteContext=lt,L.getRangeAnnotatableContents=Oe,L.getViewportBounds=St,L.isMac=Pe,L.isNodeWhitespaceOrEmpty=un,L.isNotAnnotatable=ae,L.isRangeAnnotatable=Ye,L.isRangeWhitespaceOrEmpty=ct,L.isRevived=Q,L.mergeClientRects=dt,L.mergeRanges=ut,L.paint=Kt,L.parseW3CTextAnnotation=$t,L.programmaticallyFocusable=it,L.rangeToSelector=ft,L.reviveAnnotation=Be,L.reviveSelector=Xe,L.reviveTarget=ge,L.scrollIntoView=yt,L.serializeW3CTextAnnotation=jt,L.splitAnnotatableRanges=rt,L.toDomRectList=gn,L.toParentBounds=ht,L.toViewportBounds=pn,L.trackViewport=Ct,L.trimRangeToContainer=gt,L.whitespaceOrEmptyRegex=Ke,Object.defineProperty(L,Symbol.toStringTag,{value:"Module"})}));
|
|
3
3
|
//# sourceMappingURL=text-annotator.umd.js.map
|