@recogito/text-annotator 3.4.9 → 4.0.0-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/index.d.ts +409 -11
  2. package/dist/model/core/index.d.ts +1 -1
  3. package/dist/model/w3c/index.d.ts +2 -2
  4. package/dist/{src/model/w3c/W3CTextFormatAdapter.d.ts → model/w3c/w3c-text-format-adapter.d.ts} +2 -2
  5. package/dist/rendering/base-renderer.d.ts +31 -0
  6. package/dist/{src/highlight/HighlightStyle.d.ts → rendering/highlight-style.d.ts} +4 -1
  7. package/dist/{src/highlight/Highlight.d.ts → rendering/highlight.d.ts} +2 -1
  8. package/dist/rendering/index.d.ts +4 -0
  9. package/dist/rendering/renderer-css-highlight/css-highlight-renderer.d.ts +6 -0
  10. package/dist/rendering/renderer-css-highlight/index.d.ts +1 -0
  11. package/dist/rendering/renderer-inline-markup/index.d.ts +0 -0
  12. package/dist/rendering/renderer-spans/index.d.ts +1 -0
  13. package/dist/rendering/renderer-spans/spans-renderer.d.ts +2 -0
  14. package/dist/{SelectionHandler.d.ts → selection-handler.d.ts} +5 -5
  15. package/dist/src/index.d.ts +8 -7
  16. package/dist/state/index.d.ts +2 -2
  17. package/dist/state/{spatialTree.d.ts → spatial-tree.d.ts} +4 -4
  18. package/dist/{src/state/TextAnnotationStore.d.ts → state/text-annotation-store.d.ts} +3 -0
  19. package/dist/{src/state/TextAnnotatorState.d.ts → state/text-annotator-state.d.ts} +2 -2
  20. package/dist/{src/TextAnnotatorOptions.d.ts → text-annotator-options.d.ts} +4 -5
  21. package/dist/text-annotator.css +1 -1
  22. package/dist/{TextAnnotator.d.ts → text-annotator.d.ts} +7 -8
  23. package/dist/text-annotator.es.js +740 -825
  24. package/dist/text-annotator.es.js.map +1 -1
  25. package/dist/text-annotator.umd.js +2 -2
  26. package/dist/text-annotator.umd.js.map +1 -1
  27. package/dist/utils/annotation/index.d.ts +4 -0
  28. package/dist/{src/utils/rangeToSelector.d.ts → utils/annotation/range-to-selector.d.ts} +1 -1
  29. package/dist/{src/utils/reviveSelector.d.ts → utils/annotation/revive-annotation.d.ts} +4 -1
  30. package/dist/{api/scrollIntoView.d.ts → utils/annotation/scroll-into-view.d.ts} +2 -2
  31. package/dist/utils/dom/index.d.ts +7 -0
  32. package/dist/utils/events/index.d.ts +3 -0
  33. package/dist/utils/highlight/compute-z-index.d.ts +3 -0
  34. package/dist/utils/highlight/index.d.ts +4 -0
  35. package/package.json +2 -2
  36. package/dist/TextAnnotatorOptions.d.ts +0 -35
  37. package/dist/api/index.d.ts +0 -1
  38. package/dist/highlight/Highlight.d.ts +0 -5
  39. package/dist/highlight/HighlightPainter.d.ts +0 -11
  40. package/dist/highlight/HighlightStyle.d.ts +0 -11
  41. package/dist/highlight/Renderer.d.ts +0 -22
  42. package/dist/highlight/RendererImplementation.d.ts +0 -9
  43. package/dist/highlight/baseRenderer.d.ts +0 -22
  44. package/dist/highlight/canvas/canvasRenderer.d.ts +0 -5
  45. package/dist/highlight/canvas/index.d.ts +0 -1
  46. package/dist/highlight/color.d.ts +0 -2
  47. package/dist/highlight/highlights/highlightsRenderer.d.ts +0 -6
  48. package/dist/highlight/highlights/index.d.ts +0 -1
  49. package/dist/highlight/index.d.ts +0 -8
  50. package/dist/highlight/span/color.d.ts +0 -2
  51. package/dist/highlight/span/index.d.ts +0 -2
  52. package/dist/highlight/span/spansRenderer.d.ts +0 -3
  53. package/dist/highlight/viewport.d.ts +0 -12
  54. package/dist/model/core/TextAnnotation.d.ts +0 -15
  55. package/dist/model/w3c/W3CTextAnnotation.d.ts +0 -34
  56. package/dist/model/w3c/W3CTextFormatAdapter.d.ts +0 -12
  57. package/dist/presence/PresencePainter.d.ts +0 -5
  58. package/dist/presence/PresencePainterOptions.d.ts +0 -3
  59. package/dist/presence/index.d.ts +0 -2
  60. package/dist/src/SelectionHandler.d.ts +0 -9
  61. package/dist/src/TextAnnotator.d.ts +0 -12
  62. package/dist/src/api/index.d.ts +0 -1
  63. package/dist/src/api/scrollIntoView.d.ts +0 -3
  64. package/dist/src/highlight/HighlightPainter.d.ts +0 -11
  65. package/dist/src/highlight/baseRenderer.d.ts +0 -20
  66. package/dist/src/highlight/canvas/canvasRenderer.d.ts +0 -4
  67. package/dist/src/highlight/canvas/index.d.ts +0 -1
  68. package/dist/src/highlight/highlights/highlightsRenderer.d.ts +0 -6
  69. package/dist/src/highlight/highlights/index.d.ts +0 -1
  70. package/dist/src/highlight/index.d.ts +0 -6
  71. package/dist/src/highlight/span/color.d.ts +0 -2
  72. package/dist/src/highlight/span/index.d.ts +0 -1
  73. package/dist/src/highlight/span/spansRenderer.d.ts +0 -4
  74. package/dist/src/model/core/index.d.ts +0 -1
  75. package/dist/src/model/index.d.ts +0 -2
  76. package/dist/src/model/w3c/index.d.ts +0 -2
  77. package/dist/src/presence/PresencePainter.d.ts +0 -4
  78. package/dist/src/presence/PresencePainterOptions.d.ts +0 -3
  79. package/dist/src/presence/index.d.ts +0 -2
  80. package/dist/src/state/index.d.ts +0 -2
  81. package/dist/src/state/spatialTree.d.ts +0 -28
  82. package/dist/src/utils/index.d.ts +0 -17
  83. package/dist/src/utils/isRevived.d.ts +0 -2
  84. package/dist/src/utils/isWhitespaceOrEmpty.d.ts +0 -2
  85. package/dist/src/utils/reviveAnnotation.d.ts +0 -2
  86. package/dist/src/utils/reviveTarget.d.ts +0 -2
  87. package/dist/state/TextAnnotationStore.d.ts +0 -28
  88. package/dist/state/TextAnnotatorState.d.ts +0 -12
  89. package/dist/test/model/w3c/W3CTextFormatAdapter.test.d.ts +0 -1
  90. package/dist/test/model/w3c/fixtures.d.ts +0 -3
  91. package/dist/utils/cancelSingleClickEvents.d.ts +0 -6
  92. package/dist/utils/cloneEvents.d.ts +0 -11
  93. package/dist/utils/debounce.d.ts +0 -1
  94. package/dist/utils/device.d.ts +0 -1
  95. package/dist/utils/getHighlightClientRects.d.ts +0 -1
  96. package/dist/utils/getQuoteContext.d.ts +0 -4
  97. package/dist/utils/index.d.ts +0 -19
  98. package/dist/utils/isNotAnnotatable.d.ts +0 -4
  99. package/dist/utils/isRevived.d.ts +0 -2
  100. package/dist/utils/mergeClientRects.d.ts +0 -2
  101. package/dist/utils/programmaticallyFocusable.d.ts +0 -6
  102. package/dist/utils/rangeToSelector.d.ts +0 -2
  103. package/dist/utils/reviveAnnotation.d.ts +0 -2
  104. package/dist/utils/reviveSelector.d.ts +0 -11
  105. package/dist/utils/reviveTarget.d.ts +0 -2
  106. package/dist/utils/splitAnnotatableRanges.d.ts +0 -5
  107. package/dist/utils/trimRangeToContainer.d.ts +0 -1
  108. /package/dist/{src/model/core/TextAnnotation.d.ts → model/core/text-annotation.d.ts} +0 -0
  109. /package/dist/{src/model/w3c/W3CTextAnnotation.d.ts → model/w3c/w3c-text-annotation.d.ts} +0 -0
  110. /package/dist/{src/highlight → rendering}/viewport.d.ts +0 -0
  111. /package/dist/{src/utils/getQuoteContext.d.ts → utils/annotation/get-quote-context.d.ts} +0 -0
  112. /package/dist/{src/utils → utils/dom}/device.d.ts +0 -0
  113. /package/dist/{src/utils/isNotAnnotatable.d.ts → utils/dom/is-not-annotatable.d.ts} +0 -0
  114. /package/dist/utils/{isWhitespaceOrEmpty.d.ts → dom/is-whitespace-or-empty.d.ts} +0 -0
  115. /package/dist/utils/{mergeRanges.d.ts → dom/merge-ranges.d.ts} +0 -0
  116. /package/dist/{src/utils/programmaticallyFocusable.d.ts → utils/dom/programmatically-focusable.d.ts} +0 -0
  117. /package/dist/{src/utils/splitAnnotatableRanges.d.ts → utils/dom/split-annotatable-ranges.d.ts} +0 -0
  118. /package/dist/{src/utils/trimRangeToContainer.d.ts → utils/dom/trim-range-to-container.d.ts} +0 -0
  119. /package/dist/{src/utils/cancelSingleClickEvents.d.ts → utils/events/cancel-single-click-events.d.ts} +0 -0
  120. /package/dist/{src/utils/cloneEvents.d.ts → utils/events/clone-events.d.ts} +0 -0
  121. /package/dist/{src/utils → utils/events}/debounce.d.ts +0 -0
  122. /package/dist/{src/utils/getHighlightClientRects.d.ts → utils/highlight/get-highlight-client-rects.d.ts} +0 -0
  123. /package/dist/{src/utils/mergeClientRects.d.ts → utils/highlight/merge-client-rects.d.ts} +0 -0
  124. /package/dist/utils/{rectsToBounds.d.ts → highlight/rects-to-bounds.d.ts} +0 -0
@@ -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(I,Be){typeof exports=="object"&&typeof module<"u"?Be(exports):typeof define=="function"&&define.amd?define(["exports"],Be):(I=typeof globalThis<"u"?globalThis:I||self,Be(I.RecogitoJS={}))})(this,(function(I){"use strict";let Be=()=>({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)}}});var En=Object.prototype.hasOwnProperty;function ke(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--&&ke(e[i],t[i]););return i===-1}if(!n||typeof e=="object"){i=0;for(n in e)if(En.call(e,n)&&++i&&!En.call(t,n)||!(n in t)||!ke(e[n],t[n]))return!1;return Object.keys(t).length===i}}return e!==e&&t!==t}let Xi=Symbol("clean"),le=[],Se=0;const gt=4;let Ut=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=Se+gt;r<le.length;)le[r]===i?le.splice(r,gt):r+=gt;let o=t.indexOf(i);~o&&(t.splice(o,1),--n.lc||n.off())}},notify(i,o){let r=!le.length;for(let s of t)le.push(s,n.value,i,o);if(r){for(Se=0;Se<le.length;Se+=gt)le[Se](le[Se+1],le[Se+2],le[Se+3]);le.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[Xi]=()=>{t=[],n.lc=0,n.off()}),n};const Fi=e=>{const t=Ut(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 Dt=(e=>(e.EDIT="EDIT",e.SELECT="SELECT",e.NONE="NONE",e))(Dt||{});const Ht={selected:[]},Yi=(e,t,n)=>{const i=Ut(Ht);let o=t;const r=()=>{ke(i.get(),Ht)||i.set(Ht)},s=()=>{var g;return((g=i.get().selected)==null?void 0:g.length)===0},a=g=>{if(s())return!1;const p=typeof g=="string"?g:g.id;return i.get().selected.some(E=>E.id===p)},l=(g,p)=>{let E;if(Array.isArray(g)){if(E=g.map(b=>e.getAnnotation(b)).filter(Boolean),E.length<g.length){console.warn("Invalid selection: "+g.filter(b=>!E.some(d=>d.id===b)));return}}else{const b=e.getAnnotation(g);if(!b){console.warn("Invalid selection: "+g);return}E=[b]}const T=E.reduce((b,d)=>{const R=S(d);return R==="EDIT"?[...b,{id:d.id,editable:!0}]:R==="SELECT"?[...b,{id:d.id}]:b},[]);i.set({selected:T,event:p})},c=(g,p)=>{const E=Array.isArray(g)?g:[g],T=E.map(b=>e.getAnnotation(b)).filter(b=>!!b);i.set({selected:T.map(b=>{const d=p===void 0?S(b)==="EDIT":p;return{id:b.id,editable:d}})}),T.length!==E.length&&console.warn("Invalid selection",g)},u=g=>{if(s())return!1;const{selected:p}=i.get();p.some(({id:E})=>g.includes(E))&&i.set({selected:p.filter(({id:E})=>!g.includes(E))})},f=g=>{o=g,c(i.get().selected.map(({id:p})=>p))},S=g=>Ki(g,o,n);return e.observe(({changes:g})=>u((g.deleted||[]).map(p=>p.id))),{get event(){const g=i.get();return g?g.event:null},get selected(){const g=i.get();return g?[...g.selected]:null},get userSelectAction(){return o},clear:r,evalSelectAction:S,isEmpty:s,isSelected:a,setSelected:c,setUserSelectAction:f,subscribe:i.subscribe.bind(i),userSelect:l}},Ki=(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 Wi(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 Pt;const ji=new Uint8Array(16);function $i(){if(!Pt){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Pt=crypto.getRandomValues.bind(crypto)}return Pt(ji)}const zi=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),An={randomUUID:zi};function qi(e,t,n){var i;e=e||{};const o=e.random??((i=e.rng)==null?void 0:i.call(e))??$i();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,Wi(o)}function Sn(e,t,n){return An.randomUUID&&!e?An.randomUUID():qi(e)}const Vt=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)}},Gi=(e,t,n,i)=>({id:Sn(),annotation:typeof e=="string"?e:e.id,created:n||new Date,creator:i,...t}),Ji=(e,t)=>{const n=new Set(e.bodies.map(i=>i.id));return t.bodies.filter(i=>!n.has(i.id))},Qi=(e,t)=>{const n=new Set(t.bodies.map(i=>i.id));return e.bodies.filter(i=>!n.has(i.id))},Zi=(e,t)=>t.bodies.map(n=>{const i=e.bodies.find(o=>o.id===n.id);return{newBody:n,oldBody:i&&!ke(i,n)?i:void 0}}).filter(({oldBody:n})=>n).map(({oldBody:n,newBody:i})=>({oldBody:n,newBody:i})),eo=(e,t)=>!ke(e.target,t.target),On=(e,t)=>{const n=Ji(e,t),i=Qi(e,t),o=Zi(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:eo(e,t)?{oldTarget:e.target,newTarget:t.target}:void 0}};var V=(e=>(e.LOCAL="LOCAL",e.REMOTE="REMOTE",e.SILENT="SILENT",e))(V||{});const to=(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(u=>a(u.bodiesCreated)||a(u.bodiesDeleted)||a(u.bodiesUpdated)),c=(i=o.updated)==null?void 0:i.some(u=>u.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},no=(e,t)=>{const n=new Set((e.created||[]).map(f=>f.id)),i=new Set((e.updated||[]).map(({newValue:f})=>f.id)),o=new Set((t.created||[]).map(f=>f.id)),r=new Set((t.deleted||[]).map(f=>f.id)),s=new Set((t.updated||[]).map(({oldValue:f})=>f.id)),a=new Set((t.updated||[]).filter(({oldValue:f})=>n.has(f.id)||i.has(f.id)).map(({oldValue:f})=>f.id)),l=[...(e.created||[]).filter(f=>!r.has(f.id)).map(f=>s.has(f.id)?t.updated.find(({oldValue:S})=>S.id===f.id).newValue:f),...t.created||[]],c=[...(e.deleted||[]).filter(f=>!o.has(f.id)),...(t.deleted||[]).filter(f=>!n.has(f.id))],u=[...(e.updated||[]).filter(({newValue:f})=>!r.has(f.id)).map(f=>{const{oldValue:S,newValue:g}=f;if(s.has(g.id)){const p=t.updated.find(E=>E.oldValue.id===g.id).newValue;return On(S,p)}else return f}),...(t.updated||[]).filter(({oldValue:f})=>!a.has(f.id))];return{created:l,deleted:c,updated:u}},mt=e=>{const t=e.id===void 0?Sn():e.id;return{...e,id:t,bodies:e.bodies===void 0?[]:e.bodies.map(n=>({...n,annotation:t})),target:{...e.target,annotation:t}}},io=e=>e.id!==void 0,oo=()=>{const e=new Map,t=new Map,n=[],i=(A,O={})=>{n.push({onChange:A,options:O})},o=A=>{const O=n.findIndex(C=>C.onChange==A);O>-1&&n.splice(O,1)},r=(A,O)=>{const C={origin:A,changes:{created:O.created||[],updated:O.updated||[],deleted:O.deleted||[]},state:[...e.values()]};n.forEach(N=>{to(N,C)&&N.onChange(C)})},s=(A,O=V.LOCAL)=>{if(A.id&&e.get(A.id))throw Error(`Cannot add annotation ${A.id} - exists already`);{const C=mt(A);e.set(C.id,C),C.bodies.forEach(N=>t.set(N.id,C.id)),r(O,{created:[C]})}},a=(A,O)=>{const C=mt(typeof A=="string"?O:A),N=typeof A=="string"?A:A.id,F=N&&e.get(N);if(F){const X=On(F,C);return N===C.id?e.set(N,C):(e.delete(N),e.set(C.id,C)),F.bodies.forEach(k=>t.delete(k.id)),C.bodies.forEach(k=>t.set(k.id,C.id)),X}else console.warn(`Cannot update annotation ${N} - does not exist`)},l=(A,O=V.LOCAL,C=V.LOCAL)=>{const N=io(O)?C:O,F=a(A,O);F&&r(N,{updated:[F]})},c=(A,O=V.LOCAL)=>{e.get(A.id)?l(A,O):s(A,O)},u=(A,O=V.LOCAL)=>{const C=A.reduce((N,F)=>{const X=a(F);return X?[...N,X]:N},[]);C.length>0&&r(O,{updated:C})},f=(A,O=V.LOCAL)=>{const C=A.map(mt),{toAdd:N,toUpdate:F}=C.reduce((k,M)=>e.get(M.id)?{...k,toUpdate:[...k.toUpdate,M]}:{...k,toAdd:[...k.toAdd,M]},{toAdd:[],toUpdate:[]}),X=F.map(k=>a(k,O)).filter(Boolean);N.forEach(k=>{e.set(k.id,k),k.bodies.forEach(M=>t.set(M.id,k.id))}),r(O,{created:N,updated:X})},S=(A,O=V.LOCAL)=>{const C=e.get(A.annotation);if(C){const N={...C,bodies:[...C.bodies,A]};e.set(C.id,N),t.set(A.id,N.id),r(O,{updated:[{oldValue:C,newValue:N,bodiesCreated:[A]}]})}else console.warn(`Attempt to add body to missing annotation: ${A.annotation}`)},g=()=>[...e.values()],p=(A=V.LOCAL)=>{const O=[...e.values()];e.clear(),t.clear(),r(A,{deleted:O})},E=(A,O=!0,C=V.LOCAL)=>{const N=A.map(mt);if(O){const F=[...e.values()];e.clear(),t.clear(),N.forEach(X=>{e.set(X.id,X),X.bodies.forEach(k=>t.set(k.id,X.id))}),r(C,{created:N,deleted:F})}else{const F=A.reduce((X,k)=>{const M=k.id&&e.get(k.id);return M?[...X,M]:X},[]);if(F.length>0)throw Error(`Bulk insert would overwrite the following annotations: ${F.map(X=>X.id).join(", ")}`);N.forEach(X=>{e.set(X.id,X),X.bodies.forEach(k=>t.set(k.id,X.id))}),r(C,{created:N})}},T=A=>{const O=typeof A=="string"?A:A.id,C=e.get(O);if(C)return e.delete(O),C.bodies.forEach(N=>t.delete(N.id)),C;console.warn(`Attempt to delete missing annotation: ${O}`)},b=(A,O=V.LOCAL)=>{const C=T(A);C&&r(O,{deleted:[C]})},d=(A,O=V.LOCAL)=>{const C=A.reduce((N,F)=>{const X=T(F);return X?[...N,X]:N},[]);C.length>0&&r(O,{deleted:C})},R=A=>{const O=e.get(A.annotation);if(O){const C=O.bodies.find(N=>N.id===A.id);if(C){t.delete(C.id);const N={...O,bodies:O.bodies.filter(F=>F.id!==A.id)};return e.set(O.id,N),{oldValue:O,newValue:N,bodiesDeleted:[C]}}else console.warn(`Attempt to delete missing body ${A.id} from annotation ${A.annotation}`)}else console.warn(`Attempt to delete body from missing annotation ${A.annotation}`)},U=(A,O=V.LOCAL)=>{const C=R(A);C&&r(O,{updated:[C]})},x=(A,O=V.LOCAL)=>{const C=A.map(N=>R(N)).filter(Boolean);C.length>0&&r(O,{updated:C})},L=A=>{const O=e.get(A);return O?{...O}:void 0},H=A=>{const O=t.get(A);if(O){const C=L(O).bodies.find(N=>N.id===A);if(C)return C;console.error(`Store integrity error: body ${A} in index, but not in annotation`)}else console.warn(`Attempt to retrieve missing body: ${A}`)},P=(A,O)=>{if(A.annotation!==O.annotation)throw"Annotation integrity violation: annotation ID must be the same when updating bodies";const C=e.get(A.annotation);if(C){const N=C.bodies.find(X=>X.id===A.id),F={...C,bodies:C.bodies.map(X=>X.id===N.id?O:X)};return e.set(C.id,F),N.id!==O.id&&(t.delete(N.id),t.set(O.id,F.id)),{oldValue:C,newValue:F,bodiesUpdated:[{oldBody:N,newBody:O}]}}else console.warn(`Attempt to add body to missing annotation ${A.annotation}`)},K=(A,O,C=V.LOCAL)=>{const N=P(A,O);N&&r(C,{updated:[N]})},_=(A,O=V.LOCAL)=>{const C=A.map(N=>P({id:N.id,annotation:N.annotation},N)).filter(Boolean);r(O,{updated:C})},D=A=>{const O=e.get(A.annotation);if(O){const C={...O,target:{...O.target,...A}};return e.set(O.id,C),{oldValue:O,newValue:C,targetUpdated:{oldTarget:O.target,newTarget:A}}}else console.warn(`Attempt to update target on missing annotation: ${A.annotation}`)};return{addAnnotation:s,addBody:S,all:g,bulkAddAnnotations:E,bulkDeleteAnnotations:d,bulkDeleteBodies:x,bulkUpdateAnnotations:u,bulkUpdateBodies:_,bulkUpdateTargets:(A,O=V.LOCAL)=>{const C=A.map(N=>D(N)).filter(Boolean);C.length>0&&r(O,{updated:C})},bulkUpsertAnnotations:f,clear:p,deleteAnnotation:b,deleteBody:U,getAnnotation:L,getBody:H,observe:i,unobserve:o,updateAnnotation:l,updateBody:K,updateTarget:(A,O=V.LOCAL)=>{const C=D(A);C&&r(O,{updated:[C]})},upsertAnnotation:c}};let ro=()=>({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 so=250,ao=(e,t)=>{const n=ro(),i=[];let o=-1,r=!1,s=0;const a=p=>{if(!r){const{changes:E}=p,T=performance.now();if(T-s>so)i.splice(o+1),i.push(E),o=i.length-1;else{const b=i.length-1;i[b]=no(i[b],E)}s=T}r=!1};e.observe(a,{origin:V.LOCAL});const l=p=>p&&p.length>0&&e.bulkDeleteAnnotations(p),c=p=>p&&p.length>0&&e.bulkAddAnnotations(p,!1),u=p=>p&&p.length>0&&e.bulkUpdateAnnotations(p.map(({oldValue:E})=>E)),f=p=>p&&p.length>0&&e.bulkUpdateAnnotations(p.map(({newValue:E})=>E)),S=p=>p&&p.length>0&&e.bulkAddAnnotations(p,!1),g=p=>p&&p.length>0&&e.bulkDeleteAnnotations(p);return{canRedo:()=>i.length-1>o,canUndo:()=>o>-1,destroy:()=>e.unobserve(a),getHistory:()=>({changes:[...i],pointer:o}),on:(p,E)=>n.on(p,E),redo:()=>{if(i.length-1>o){r=!0;const{created:p,updated:E,deleted:T}=i[o+1];c(p),f(E),g(T),n.emit("redo",i[o+1]),o+=1}},undo:()=>{if(o>-1){r=!0;const{created:p,updated:E,deleted:T}=i[o];l(p),u(E),S(T),n.emit("undo",i[o]),o-=1}}}},lo=()=>{const e=Ut([]);return{subscribe:e.subscribe.bind(e),set:e.set.bind(e)}},co=(e,t,n,i)=>{const{hover:o,selection:r,store:s,viewport:a}=e,l=new Map;let c=[],u;const f=(E,T)=>{l.has(E)?l.get(E).push(T):l.set(E,[T])},S=(E,T)=>{const b=l.get(E);if(b){const d=b.indexOf(T);d!==-1&&b.splice(d,1)}},g=(E,T,b)=>{l.has(E)&&setTimeout(()=>{l.get(E).forEach(d=>{if(n){const R=Array.isArray(T)?T.map(x=>n.serialize(x)):n.serialize(T),U=b?b instanceof PointerEvent?b:n.serialize(b):void 0;d(R,U)}else d(T,b)})},1)};r.subscribe(({selected:E})=>{if(!(c.length===0&&E.length===0)){if(c.length===0&&E.length>0)c=E.map(({id:T})=>s.getAnnotation(T));else if(c.length>0&&E.length===0)c.forEach(T=>{const b=s.getAnnotation(T.id);b&&!ke(b,T)&&g("updateAnnotation",b,T)}),c=[];else{const T=new Set(c.map(d=>d.id)),b=new Set(E.map(({id:d})=>d));c.filter(d=>!b.has(d.id)).forEach(d=>{const R=s.getAnnotation(d.id);R&&!ke(R,d)&&g("updateAnnotation",R,d)}),c=[...c.filter(d=>b.has(d.id)),...E.filter(({id:d})=>!T.has(d)).map(({id:d})=>s.getAnnotation(d))]}g("selectionChanged",c)}}),o.subscribe(E=>{!u&&E?g("mouseEnterAnnotation",s.getAnnotation(E)):u&&!E?g("mouseLeaveAnnotation",s.getAnnotation(u)):u&&E&&(g("mouseLeaveAnnotation",s.getAnnotation(u)),g("mouseEnterAnnotation",s.getAnnotation(E))),u=E}),a?.subscribe(E=>g("viewportIntersect",E.map(T=>s.getAnnotation(T)))),s.observe(E=>{const{created:T,deleted:b}=E.changes;(T||[]).forEach(d=>g("createAnnotation",d)),(b||[]).forEach(d=>g("deleteAnnotation",d)),(E.changes.updated||[]).filter(d=>[...d.bodiesCreated||[],...d.bodiesDeleted||[],...d.bodiesUpdated||[]].length>0).forEach(({oldValue:d,newValue:R})=>{const U=c.find(x=>x.id===d.id)||d;c=c.map(x=>x.id===d.id?R:x),g("updateAnnotation",R,U)})},{origin:V.LOCAL}),s.observe(E=>{if(c){const T=new Set(c.map(d=>d.id)),b=(E.changes.updated||[]).filter(({newValue:d})=>T.has(d.id)).map(({newValue:d})=>d);b.length>0&&(c=c.map(d=>b.find(U=>U.id===d.id)||d))}},{origin:V.REMOTE});const p=E=>T=>{const{updated:b}=T;E?(b||[]).forEach(d=>g("updateAnnotation",d.oldValue,d.newValue)):(b||[]).forEach(d=>g("updateAnnotation",d.newValue,d.oldValue))};return t.on("undo",p(!0)),t.on("redo",p(!1)),{on:f,off:S,emit:g}},uo=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:[]}),fo=(e,t,n)=>{const{store:i,selection:o}=e,r=b=>{if(n){const{parsed:d,error:R}=n.parse(b);d?i.addAnnotation(d,V.REMOTE):console.error(R)}else i.addAnnotation(Vt(b),V.REMOTE)},s=()=>o.clear(),a=()=>i.clear(),l=b=>{const d=i.getAnnotation(b);return n&&d?n.serialize(d):d},c=()=>n?i.all().map(n.serialize):i.all(),u=()=>{var b;const d=(((b=o.selected)==null?void 0:b.map(R=>R.id))||[]).map(R=>i.getAnnotation(R)).filter(Boolean);return n?d.map(n.serialize):d},f=(b,d=!0)=>fetch(b).then(R=>R.json()).then(R=>(g(R,d),R)),S=b=>{if(typeof b=="string"){const d=i.getAnnotation(b);if(i.deleteAnnotation(b),d)return n?n.serialize(d):d}else{const d=n?n.parse(b).parsed:b;if(d)return i.deleteAnnotation(d),b}},g=(b,d=!0)=>{if(n){const R=n.parseAll||uo(n),{parsed:U,failed:x}=R(b);x.length>0&&console.warn(`Discarded ${x.length} invalid annotations`,x),i.bulkAddAnnotations(U,d,V.REMOTE)}else i.bulkAddAnnotations(b.map(Vt),d,V.REMOTE)},p=(b,d)=>{b?o.setSelected(b,d):o.clear()},E=b=>{o.setUserSelectAction(b)},T=b=>{if(n){const d=n.parse(b).parsed,R=n.serialize(i.getAnnotation(d.id));return i.updateAnnotation(d),R}else{const d=i.getAnnotation(b.id);return i.updateAnnotation(Vt(b)),d}};return{addAnnotation:r,cancelSelected:s,canRedo:t.canRedo,canUndo:t.canUndo,clearAnnotations:a,getAnnotationById:l,getAnnotations:c,getHistory:t.getHistory,getSelected:u,loadAnnotations:f,redo:t.redo,removeAnnotation:S,setAnnotations:g,setSelected:p,setUserSelectAction:E,undo:t.undo,updateAnnotation:T}},ho="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let po=e=>crypto.getRandomValues(new Uint8Array(e)),go=(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}}},mo=(e,t=21)=>go(e,t|0,po),bo=(e=21)=>{let t="",n=crypto.getRandomValues(new Uint8Array(e|=0));for(;e--;)t+=ho[n[e]&63];return t};const wo=()=>({isGuest:!0,id:mo("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}`},Cn=e=>e?typeof e=="object"?{...e}:e:void 0,vo=(e,t)=>(Array.isArray(e)?e:[e]).map(n=>{const{id:i,type:o,purpose:r,value:s,created:a,modified:l,creator:c,...u}=n;return{id:i||`temp-${yo(n)}`,annotation:t,type:o,purpose:r,value:s,creator:Cn(c),created:a?new Date(a):void 0,updated:l?new Date(l):void 0,...u}}),Eo=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});bo();var Ao="2.0.6",So=500,xn="user-agent",_e="",Tn="?",$={FUNCTION:"function",OBJECT:"object",STRING:"string",UNDEFINED:"undefined"},ne="browser",be="cpu",ue="device",ce="engine",oe="os",Ue="result",w="name",h="type",y="vendor",v="version",te="architecture",We="major",m="model",je="console",B="mobile",Y="tablet",z="smarttv",fe="wearable",bt="xr",$e="embedded",De="inapp",Xt="brands",Le="formFactors",Ft="fullVersionList",He="platform",Yt="platformVersion",wt="bitness",Oe="sec-ch-ua",Oo=Oe+"-full-version-list",Co=Oe+"-arch",xo=Oe+"-"+wt,To=Oe+"-form-factors",Ro=Oe+"-"+B,ko=Oe+"-"+m,Rn=Oe+"-"+He,Lo=Rn+"-version",kn=[Xt,Ft,B,m,He,Yt,te,Le,wt],yt="Amazon",Pe="Apple",Ln="ASUS",Nn="BlackBerry",Ne="Google",In="Huawei",Kt="Lenovo",Mn="Honor",vt="LG",Wt="Microsoft",jt="Motorola",$t="Nvidia",Bn="OnePlus",zt="OPPO",ze="Samsung",_n="Sharp",qe="Sony",qt="Xiaomi",Gt="Zebra",Un="Chrome",Dn="Chromium",Ce="Chromecast",Et="Edge",Ge="Firefox",Je="Opera",Jt="Facebook",Hn="Sogou",Ve="Mobile ",Qe=" Browser",Qt="Windows",No=typeof window!==$.UNDEFINED,ie=No&&window.navigator?window.navigator:void 0,xe=ie&&ie.userAgentData?ie.userAgentData:void 0,Io=function(e,t){var n={},i=t;if(!St(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},At=function(e){for(var t={},n=0;n<e.length;n++)t[e[n].toUpperCase()]=e[n];return t},Zt=function(e,t){if(typeof e===$.OBJECT&&e.length>0){for(var n in e)if(Te(t)==Te(e[n]))return!0;return!1}return Ze(e)?Te(t)==Te(e):!1},St=function(e,t){for(var n in e)return/^(browser|cpu|device|engine|os)$/.test(n)||(t?St(e[n]):!1)},Ze=function(e){return typeof e===$.STRING},en=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}},Te=function(e){return Ze(e)?e.toLowerCase():e},tn=function(e){return Ze(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 Ze(t)?t.replace(e,_e):t},et=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)},nn=function(e,t){if(!(!e||!t))for(var n=0,i,o,r,s,a,l;n<t.length&&!a;){var c=t[n],u=t[n+1];for(i=o=0;i<c.length&&!a&&c[i];)if(a=c[i++].exec(e),a)for(r=0;r<u.length;r++)l=a[++o],s=u[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(Zt(t[n][i],e))return n===Tn?void 0:n}else if(Zt(t[n],e))return n===Tn?void 0:n;return t.hasOwnProperty("*")?t["*"]:e},Pn={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:""},Vn={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},Mo={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"},Xn={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[v,[w,Ve+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[v,[w,Et+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[v,[w,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[w,v],[/opios[\/ ]+([\w\.]+)/i],[v,[w,Je+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[v,[w,Je+" GX"]],[/\bopr\/([\w\.]+)/i],[v,[w,Je]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[v,[w,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[v,[w,"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],[w,v],[/quark(?:pc)?\/([-\w\.]+)/i],[v,[w,"Quark"]],[/\bddg\/([\w\.]+)/i],[v,[w,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[v,[w,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[v,[w,"WeChat"]],[/konqueror\/([\w\.]+)/i],[v,[w,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[v,[w,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[v,[w,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[v,[w,"Smart "+Kt+Qe]],[/(avast|avg)\/([\w\.]+)/i],[[w,/(.+)/,"$1 Secure"+Qe],v],[/\bfocus\/([\w\.]+)/i],[v,[w,Ge+" Focus"]],[/\bopt\/([\w\.]+)/i],[v,[w,Je+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[v,[w,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[v,[w,"Dolphin"]],[/coast\/([\w\.]+)/i],[v,[w,Je+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[v,[w,"MIUI"+Qe]],[/fxios\/([\w\.-]+)/i],[v,[w,Ve+Ge]],[/\bqihoobrowser\/?([\w\.]*)/i],[v,[w,"360"]],[/\b(qq)\/([\w\.]+)/i],[[w,/(.+)/,"$1Browser"],v],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[w,/(.+)/,"$1"+Qe],v],[/samsungbrowser\/([\w\.]+)/i],[v,[w,ze+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[v,[w,Hn+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[w,Hn+" Mobile"],v],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[w,v],[/(lbbrowser|rekonq)/i],[w],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[v,w],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[w,Jt],v,[h,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],[w,v,[h,De]],[/\bgsa\/([\w\.]+) .*safari\//i],[v,[w,"GSA"],[h,De]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[v,[w,"TikTok"],[h,De]],[/\[(linkedin)app\]/i],[w,[h,De]],[/(zalo(?:app)?)[\/\sa-z]*([\w\.-]+)/i],[[w,/(.+)/,"Zalo"],v,[h,De]],[/(chromium)[\/ ]([-\w\.]+)/i],[w,v],[/headlesschrome(?:\/([\w\.]+)| )/i],[v,[w,Un+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[v,[w,Et+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[w,Un+" WebView"],v],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[v,[w,"Android"+Qe]],[/chrome\/([\w\.]+) mobile/i],[v,[w,Ve+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[w,v],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[v,[w,Ve+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[w,Ve+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[v,w],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[w,[v,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[w,v],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[w,Ve+Ge],v],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[w,"Netscape"],v],[/(wolvic|librewolf)\/([\w\.]+)/i],[w,v],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[v,[w,Ge+" 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],[w,[v,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[w,[v,/[^\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,Te]],[/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],[m,[y,ze],[h,Y]],[/\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],[m,[y,ze],[h,B]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i],[m,[y,Pe],[h,B]],[/\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,/\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i],[m,[y,Pe],[h,Y]],[/(macintosh);/i],[m,[y,Pe]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[m,[y,_n],[h,B]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[m,[y,Mn],[h,Y]],[/honor([-\w ]+)[;\)]/i],[m,[y,Mn],[h,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],[m,[y,In],[h,Y]],[/(?:huawei) ?([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i],[m,[y,In],[h,B]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[m,/_/g," "],[y,qt],[h,Y]],[/\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],[[m,/_/g," "],[y,qt],[h,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],[m,[y,Bn],[h,B]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[m,[y,zt],[h,B]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[m,[y,he,{OnePlus:["203","304","403","404","413","415"],"*":zt}],[h,Y]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[m,[y,"BLU"],[h,B]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[m,[y,"Vivo"],[h,B]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[m,[y,"Realme"],[h,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],[m,[y,Kt],[h,Y]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[m,[y,Kt],[h,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],[m,[y,jt],[h,B]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[m,[y,jt],[h,Y]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[m,[y,vt],[h,Y]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[m,[y,vt],[h,B]],[/(nokia) (t[12][01])/i],[y,m,[h,Y]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i],[[m,/_/g," "],[h,B],[y,"Nokia"]],[/(pixel (c|tablet))\b/i],[m,[y,Ne],[h,Y]],[/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],[m,[y,Ne],[h,B]],[/(google) (pixelbook( go)?)/i],[y,m],[/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],[m,[y,qe],[h,B]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[m,"Xperia Tablet"],[y,qe],[h,Y]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[m,[y,yt],[h,Y]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[m,/(.+)/g,"Fire Phone $1"],[y,yt],[h,B]],[/(playbook);[-\w\),; ]+(rim)/i],[m,y,[h,Y]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/(?:blackberry|\(bb10;) (\w+)/i],[m,[y,Nn],[h,B]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[m,[y,Ln],[h,Y]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[m,[y,Ln],[h,B]],[/(nexus 9)/i],[m,[y,"HTC"],[h,Y]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[y,[m,/_/g," "],[h,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],[m,[y,"TCL"],[h,Y]],[/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],[m,[y,"TCL"],[h,B]],[/(itel) ((\w+))/i],[[y,Te],m,[h,he,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[m,[y,"Acer"],[h,Y]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[m,[y,"Meizu"],[h,B]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[m,[y,"Ulefone"],[h,B]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[m,[y,"Energizer"],[h,B]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[m,[y,"Cat"],[h,B]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[m,[y,"Smartfren"],[h,B]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[m,[y,"Nothing"],[h,B]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[m,[y,"Archos"],[h,Y]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[m,[y,"Archos"],[h,B]],[/; (n159v)/i],[m,[y,"HMD"],[h,B]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[y,m,[h,Y]],[/(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],[y,m,[h,B]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[y,m,[h,Y]],[/(surface duo)/i],[m,[y,Wt],[h,Y]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[m,[y,"Fairphone"],[h,B]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[m,[y,$t],[h,Y]],[/(sprint) (\w+)/i],[y,m,[h,B]],[/(kin\.[onetw]{3})/i],[[m,/\./g," "],[y,Wt],[h,B]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[m,[y,Gt],[h,Y]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[m,[y,Gt],[h,B]],[/(philips)[\w ]+tv/i,/smart-tv.+(samsung)/i],[y,[h,z]],[/hbbtv.+maple;(\d+)/i],[[m,/^/,"SmartTV"],[y,ze],[h,z]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[y,m,[h,z]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[y,vt],[h,z]],[/(apple) ?tv/i],[y,[m,Pe+" TV"],[h,z]],[/crkey.*devicetype\/chromecast/i],[[m,Ce+" Third Generation"],[y,Ne],[h,z]],[/crkey.*devicetype\/([^/]*)/i],[[m,/^/,"Chromecast "],[y,Ne],[h,z]],[/fuchsia.*crkey/i],[[m,Ce+" Nest Hub"],[y,Ne],[h,z]],[/crkey/i],[[m,Ce],[y,Ne],[h,z]],[/(portaltv)/i],[m,[y,Jt],[h,z]],[/droid.+aft(\w+)( bui|\))/i],[m,[y,yt],[h,z]],[/(shield \w+ tv)/i],[m,[y,$t],[h,z]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[m,[y,_n],[h,z]],[/(bravia[\w ]+)( bui|\))/i],[m,[y,qe],[h,z]],[/(mi(tv|box)-?\w+) bui/i],[m,[y,qt],[h,z]],[/Hbbtv.*(technisat) (.*);/i],[y,m,[h,z]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[y,/.+\/(\w+)/,"$1",he,{LG:"lge"}],[m,Ot],[h,z]],[/(playstation \w+)/i],[m,[y,qe],[h,je]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[m,[y,Wt],[h,je]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i],[y,m,[h,je]],[/droid.+; (shield)( bui|\))/i],[m,[y,$t],[h,je]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[m,[y,ze],[h,fe]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[y,m,[h,fe]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[m,[y,zt],[h,fe]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[m,[y,Pe],[h,fe]],[/(opwwe\d{3})/i],[m,[y,Bn],[h,fe]],[/(moto 360)/i],[m,[y,jt],[h,fe]],[/(smartwatch 3)/i],[m,[y,qe],[h,fe]],[/(g watch r)/i],[m,[y,vt],[h,fe]],[/droid.+; (wt63?0{2,3})\)/i],[m,[y,Gt],[h,fe]],[/droid.+; (glass) \d/i],[m,[y,Ne],[h,bt]],[/(pico) ([\w ]+) os\d/i],[y,m,[h,bt]],[/(quest( \d| pro)?s?).+vr/i],[m,[y,Jt],[h,bt]],[/mobile vr; rv.+firefox/i],[[h,bt]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[y,[h,$e]],[/(aeobc)\b/i],[m,[y,yt],[h,$e]],[/(homepod).+mac os/i],[m,[y,Pe],[h,$e]],[/windows iot/i],[[h,$e]],[/droid.+; ([\w- ]+) (4k|android|smart|google)[- ]?tv/i],[m,[h,z]],[/\b((4k|android|smart|opera)[- ]?tv|tv; rv:|large screen[\w ]+safari)\b/i],[[h,z]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i],[m,[h,he,{mobile:"Mobile",xr:"VR","*":Y}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[h,Y]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[h,B]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[m,[y,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[v,[w,Et+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[w,v],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[v,[w,"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],[w,v],[/ladybird\//i],[[w,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[v,w]],os:[[/(windows nt) (6\.[23]); arm/i],[[w,/N/,"R"],[v,he,Pn]],[/(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],[w,v],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[v,/(;|\))/g,"",he,Pn],[w,Qt]],[/(windows ce)\/?([\d\.]*)/i],[w,v],[/[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],[[v,/_/g,"."],[w,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[w,"macOS"],[v,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[v,[w,Ce+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[v,[w,Ce+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[v,[w,Ce+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[v,[w,Ce+" Linux"]],[/crkey\/([\d\.]+)/i],[v,[w,Ce]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[v,w],[/(ubuntu) ([\w\.]+) like android/i],[[w,/(.+)/,"$1 Touch"],v],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[w,v],[/\(bb(10);/i],[v,[w,Nn]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[v,[w,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[v,[w,Ge+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[v,[w,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[v,he,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[w,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[v,[w,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[w,"Chrome OS"],v],[/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],[w,v],[/(sunos) ?([\d\.]*)/i],[[w,"Solaris"],v],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[w,v]]},Ct=(function(){var e={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return we.call(e.init,[[ne,[w,v,We,h]],[be,[te]],[ue,[h,m,y]],[ce,[w,v]],[oe,[w,v]]]),we.call(e.isIgnore,[[ne,[v,We]],[ce,[v]],[oe,[v]]]),we.call(e.isIgnoreRgx,[[ne,/ ?browser$/i],[oe,/ ?os$/i]]),we.call(e.toString,[[ne,[w,v]],[be,[te]],[ue,[y,m]],[ce,[w,v]],[oe,[w,v]]]),e})(),Bo=function(e,t){var n=Ct.init[t],i=Ct.isIgnore[t]||0,o=Ct.isIgnoreRgx[t]||0,r=Ct.toString[t]||0;function s(){we.call(this,n)}return s.prototype.getItem=function(){return e},s.prototype.withClientHints=function(){return xe?xe.getHighEntropyValues(kn).then(function(a){return e.setCH(new Fn(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)&&!Zt(i,c)&&Te(o?Xe(o,this[c]):this[c])==Te(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}),xe||(s.prototype.then=function(a){var l=this,c=function(){for(var f in l)l.hasOwnProperty(f)&&(this[f]=l[f])};c.prototype={is:s.prototype.is,toString:s.prototype.toString};var u=new c;return a(u),u}),new s};function Fn(e,t){if(e=e||{},we.call(this,kn),t)we.call(this,[[Xt,en(e[Oe])],[Ft,en(e[Oo])],[B,/\?1/.test(e[Ro])],[m,et(e[ko])],[He,et(e[Rn])],[Yt,et(e[Lo])],[te,et(e[Co])],[Le,en(e[To])],[wt,et(e[xo])]]);else for(var n in e)this.hasOwnProperty(n)&&typeof e[n]!==$.UNDEFINED&&(this[n]=e[n])}function Yn(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(w,"Brave");break;case ue:!this.get(h)&&xe&&xe[B]&&this.set(h,B),this.get(m)=="Macintosh"&&ie&&typeof ie.standalone!==$.UNDEFINED&&ie.maxTouchPoints&&ie.maxTouchPoints>2&&this.set(m,"iPad").set(h,Y);break;case oe:!this.get(w)&&xe&&xe[He]&&this.set(w,xe[He]);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(ce,r(ce)).set(oe,r(oe))}return this},this.parseUA=function(){switch(this.itemType!=Ue&&nn.call(this.data,this.ua,this.rgxMap),this.itemType){case ne:this.set(We,tn(this.get(v)));break;case oe:if(this.get(w)=="iOS"&&this.get(v)=="18.6"){var o=/\) Version\/([\d\.]+)/.exec(this.ua);o&&parseInt(o[1].substring(0,2),10)>=26&&this.set(v,o[1])}break}return this},this.parseCH=function(){var o=this.uaCH,r=this.rgxMap;switch(this.itemType){case ne:case ce:var s=o[Ft]||o[Xt],a;if(s)for(var l=0;l<s.length;l++){var c=s[l].brand||s[l],u=s[l].version;this.itemType==ne&&!/not.a.brand/i.test(c)&&(!a||/Chrom/.test(a)&&c!=Dn||a==Et&&/WebView2/.test(c))&&(c=he(c,Mo),a=this.get(w),a&&!/Chrom/.test(a)&&/Chrom/.test(c)||this.set(w,c).set(v,u).set(We,tn(u)),a=c),this.itemType==ce&&c==Dn&&this.set(v,u)}break;case be:var f=o[te];f&&(f&&o[wt]=="64"&&(f+="64"),nn.call(this.data,f+";",r));break;case ue:if(o[B]&&this.set(h,B),o[m]&&(this.set(m,o[m]),!this.get(h)||!this.get(y))){var S={};nn.call(S,"droid 9; "+o[m]+")",r),!this.get(h)&&S.type&&this.set(h,S.type),!this.get(y)&&S.vendor&&this.set(y,S.vendor)}if(o[Le]){var g;if(typeof o[Le]!="string")for(var p=0;!g&&p<o[Le].length;)g=he(o[Le][p++],Vn);else g=he(o[Le],Vn);this.set(h,g)}break;case oe:var E=o[He];if(E){var T=o[Yt];E==Qt&&(T=parseInt(tn(T),10)>=13?"11":"10"),this.set(w,E).set(v,T)}this.get(w)==Qt&&o[m]=="Xbox"&&this.set(w,"Xbox").set(v,void 0);break;case Ue:var b=this.data,d=function(R){return b[R].getItem().setCH(o).parseCH().get()};this.set(ne,d(ne)).set(be,d(be)).set(ue,d(ue)).set(ce,d(ce)).set(oe,d(oe))}return this},we.call(this,[["itemType",e],["ua",t],["uaCH",i],["rgxMap",n],["data",Bo(this,e)]]),this}function ye(e,t,n){if(typeof e===$.OBJECT?(St(e,!0)?(typeof t===$.OBJECT&&(n=t),t=e):(n=e,t=void 0),e=void 0):typeof e===$.STRING&&!St(t,!0)&&(n=t,t=void 0),n)if(typeof n.append===$.FUNCTION){var i={};n.forEach(function(u,f){i[String(f).toLowerCase()]=u}),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[xn]?n[xn]:ie&&ie.userAgent?ie.userAgent:_e,a=new Fn(n,!0),l=t?Io(Xn,t):Xn,c=function(u){return u==Ue?function(){return new Yn(u,s,l,a).set("ua",s).set(ne,this.getBrowser()).set(be,this.getCPU()).set(ue,this.getDevice()).set(ce,this.getEngine()).set(oe,this.getOS()).get()}:function(){return new Yn(u,s,l[u],a).parseUA().get()}};return we.call(this,[["getBrowser",c(ne)],["getCPU",c(be)],["getDevice",c(ue)],["getEngine",c(ce)],["getOS",c(oe)],["getResult",c(Ue)],["getUA",function(){return s}],["setUA",function(u){return Ze(u)&&(s=Ot(u,So)),this}]]).setUA(s),this}ye.VERSION=Ao,ye.BROWSER=At([w,v,We,h]),ye.CPU=At([te]),ye.DEVICE=At([m,y,h,je,B,z,Y,fe,$e]),ye.ENGINE=ye.OS=At([w,v]);const _o=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"}),on=ye().os.is(_o.MACOS),rn="not-annotatable",Ie=`.${rn}`,tt=(e,t)=>e.contains(t)?!!(t instanceof HTMLElement?t.closest(Ie):t.parentElement?.closest(Ie)):!0,Kn=(e,t)=>{const n=t.commonAncestorContainer;return!tt(e,n)},sn=/^\s*$/,Wn=e=>sn.test(e.toString()),Uo=e=>sn.test(e.textContent||""),jn=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]},$n=e=>{!e.hasAttribute("tabindex")&&e.tabIndex<0&&e.setAttribute("tabindex","-1"),e.classList.add("no-focus-outline")},Do=function*(e){const t=document.createNodeIterator(e.commonAncestorContainer,NodeFilter.SHOW_ELEMENT,i=>i instanceof HTMLElement&&i.classList.contains(rn)&&!i.parentElement.closest(Ie)&&e.intersectsNode(i)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP);let n;for(;n=t.nextNode();)n instanceof HTMLElement&&(yield n)},zn=(e,t)=>{if(!Kn(e,t))return[];const n=[];let i=null;for(const o of Do(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]},xt=e=>{const t=e.cloneContents();return t.querySelectorAll(Ie).forEach(n=>n.remove()),t},qn=(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},Gn=e=>e.addEventListener("click",t=>{!t.target.closest(Ie)&&!t.target.closest("a")&&t.preventDefault()}),Tt=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}),nt=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}),Rt=(e,t=10)=>{let n;return((...i)=>{clearTimeout(n),n=setTimeout(()=>e.apply(void 0,i),t)})},an=(e,t,n,i)=>{const{store:o,selection:r,hover:s}=n,a=Be();let l;const c=new Map;let u;const f=di(i),S=_=>{const{x:D,y:A}=t.getBoundingClientRect(),O=o.getAt(_.clientX-D,_.clientY-A,!1,u);O&&n.selection.evalSelectAction(O)!==Dt.NONE?s.current!==O.id&&(t.classList.add("hovered"),s.set(O.id)):s.current&&(t.classList.remove("hovered"),s.set(null))};t.addEventListener("pointermove",S);const g=Rt((_=!1)=>requestAnimationFrame(()=>{const D=ci(t),{minX:A,minY:O,maxX:C,maxY:N}=D,F=u?o.getIntersecting(A,O,C,N).filter(({annotation:M})=>u(M)):o.getIntersecting(A,O,C,N),X=r.selected.map(({id:M})=>M),k=F.map(({annotation:M,rects:ee})=>{const Me=X.includes(M.id),ge=M.id===s.current;return{annotation:M,rects:ee,state:{selected:Me,hovered:ge}}});e.redraw(k,D,l,c,_),setTimeout(()=>{f(F.map(({annotation:M})=>M)),a.emit("onRedraw")},1)}),10),p=(_,D)=>{D?_?c.set(D,_):c.delete(D):l=_,g(!0)},E=_=>{u=_,g(!1)},T=(_,D)=>a.on(_,D),b=()=>{g()};o.observe(b);const d=r.subscribe(()=>{g()}),R=s.subscribe(()=>{g()}),U=()=>{g(!0)};document.addEventListener("scroll",U,{capture:!0,passive:!0});const x=Rt(()=>{o.recalculatePositions(),g()},10);window.addEventListener("resize",x);const L=new ResizeObserver(x);L.observe(t);const H={attributes:!0,childList:!0,subtree:!0},P=new MutationObserver(Rt(_=>{_.every(A=>A.target===t||t.contains(A.target))||g(!0)},150));return P.observe(document.body,H),{destroy:()=>{t.removeEventListener("pointermove",S),e.destroy(),o.unobserve(b),d(),R(),document.removeEventListener("scroll",U),window.removeEventListener("resize",x),L.disconnect(),P.disconnect()},on:T,redraw:g,setStyle:p,setFilter:E,setVisible:e.setVisible.bind(e)}};var Ho={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},Jn=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},Qn=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)}},Po=/^#([0-9a-f]{3,8})$/i,kt=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},Zn=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}},ei=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}},ti=function(e){return{h:Jn(e.h),s:re(e.s,0,100),l:re(e.l,0,100),a:re(e.a)}},ni=function(e){return{h:q(e.h),s:q(e.s),l:q(e.l),a:q(e.a,3)}},ii=function(e){return ei((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},it=function(e){return{h:(t=Zn(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},Vo=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Xo=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Fo=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Yo=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,oi={string:[[function(e){var t=Po.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=Fo.exec(e)||Yo.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:Qn({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=Vo.exec(e)||Xo.exec(e);if(!t)return null;var n,i,o=ti({h:(n=t[1],i=t[2],i===void 0&&(i="deg"),Number(n)*(Ho[i]||1)),s:Number(t[3]),l:Number(t[4]),a:t[5]===void 0?1:Number(t[5])/(t[6]?100:1)});return ii(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)?Qn({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=ti({h:Number(t),s:Number(n),l:Number(i),a:Number(r)});return ii(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:Jn(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 ei(s)},"hsv"]]},ri=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]},Ko=function(e){return typeof e=="string"?ri(e.trim(),oi.string):typeof e=="object"&&e!==null?ri(e,oi.object):[null,void 0]},cn=function(e,t){var n=it(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},si=function(e,t){var n=it(e);return{h:n.h,s:n.s,l:re(n.l+100*t,0,100),a:n.a}},ai=(function(){function e(t){this.parsed=Ko(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?kt(q(255*r)):"","#"+kt(n)+kt(i)+kt(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 ni(it(this.rgba))},e.prototype.toHslString=function(){return t=ni(it(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=Zn(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(si(this.rgba,t))},e.prototype.darken=function(t){return t===void 0&&(t=.1),se(si(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=it(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 ai?e:new ai(e)};const Ee={fill:"rgb(0, 128, 255)",fillOpacity:.18},Lt={fill:"rgb(0, 128, 255)",fillOpacity:.45},li=e=>e?.fillOpacity!==void 0?se(e?.fill||Ee.fill).alpha(e.fillOpacity).toHex():e?.fill?e.fill:se(Ee.fill).alpha(Ee.fillOpacity).toHex(),un=(e,t,n)=>t?typeof t=="function"?t(e.annotation,e.state,n)||(e.state?.selected?Lt:Ee):t:e.state?.selected?Lt:Ee,ci=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}},di=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)}},Q=[];for(let e=0;e<256;++e)Q.push((e+256).toString(16).slice(1));function Wo(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 jo=new Uint8Array(16);function $o(){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(jo)}const ui={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function zo(e,t,n){e=e||{};const i=e.random??e.rng?.()??$o();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,Wo(i)}function fi(e,t,n){return ui.randomUUID&&!e?ui.randomUUID():zo(e)}const hi=(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=xt(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=xt(a).textContent;return{prefix:s.substring(s.length-n),suffix:l.substring(0,n)}},pi=(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=xt(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}},pe=e=>e.every(t=>t.range instanceof Range&&!t.range.collapsed),hn=(e,t)=>{const{start:n,end:i}=e,o=e.offsetReference||t,r=document.createNodeIterator(t,NodeFilter.SHOW_TEXT,u=>u.parentElement?.closest(Ie)?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 u=l.textContent?.length||0;if(s+u>n){a.setStart(l,n-s);break}s+=u}l=r.nextNode()}for(;l!==null;){const u=l.textContent?.length||0;if(s+u>=i){a.setEnd(l,i-s);break}s+=u,l=r.nextNode()}return{...e,range:a}},ot=(e,t)=>pe(e.selector)?e:{...e,selector:e.selector.map(n=>n.range instanceof Range&&!n.range.collapsed?n:hn(n,t))},Nt=(e,t)=>pe(e.target.selector)?e:{...e,target:ot(e.target,t)},gi=e=>{if(!e)return document.scrollingElement;const{overflowY:t}=window.getComputedStyle(e);return t!=="visible"&&t!=="hidden"&&e.scrollHeight>e.clientHeight?e:gi(e.parentElement)},mi=(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,u=s.left-i.left,f=n.parentElement?n.scrollTop:0,S=n.parentElement?n.scrollLeft:0,g=c+f-(o-l)/2,p=u+S-(r-a)/2;n.scroll({top:g,left:p,behavior:"smooth"})},bi=(e,t)=>(n,i)=>{const o=typeof n=="string"?n:n.id,r=i?typeof i=="string"?document.getElementById(i):i:gi(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 mi(t,s.target,r),!0;const l=ot(s.target,e),{range:c}=l.selector[0];return c&&!c.collapsed?(mi(t,l,r),!0):!1},qo=(e,t)=>({parse:n=>wi(n),serialize:n=>yi(n,e,t)}),Go=e=>e.quote!==void 0&&e.start!==void 0&&e.end!==void 0,Jo=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:Cn(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 u=(Array.isArray(l.selector)?l.selector:[l.selector]).reduce((f,S)=>{switch(S.type){case"TextQuoteSelector":f.quote=S.exact;break;case"TextPositionSelector":f.start=S.start,f.end=S.end;break}return f},{});if(Go(u))a.selector.push({...u,id:l.id,scope:l.scope});else{const f=[u.start?void 0:"TextPositionSelector",u.quote?void 0:"TextQuoteSelector"].filter(Boolean);return{error:Error(`Missing selector types: ${f.join(" and ")} for annotation: ${e.id}`)}}}return{parsed:a}},wi=e=>{const t=e.id||fi(),{creator:n,created:i,modified:o,body:r,...s}=e,a=vo(r,t),l=Jo(e);return"error"in l?{error:l.error}:{parsed:{...s,id:t,bodies:a,target:l.parsed}}},yi=(e,t,n)=>{const{bodies:i,target:o,...r}=e,{selector:s,creator:a,created:l,updated:c,...u}=o,f=s.map(S=>{const{id:g,quote:p,start:E,end:T,range:b}=S,d={type:"TextQuoteSelector",exact:p};if(n){const{prefix:U,suffix:x}=hi(b,n);d.prefix=U,d.suffix=x}const R={type:"TextPositionSelector",start:E,end:T};return{...u,id:g,scope:"scope"in S?S.scope:void 0,source:t,selector:[d,R]}});return{...r,"@context":"http://www.w3.org/ns/anno.jsonld",id:e.id,type:"Annotation",body:Eo(e.bodies),creator:a,created:l?.toISOString(),modified:c?.toISOString(),target:f}};function vi(e,t,n=0,i=e.length-1,o=Qo){for(;i>n;){if(i-n>600){const l=i-n+1,c=t-n+1,u=Math.log(l),f=.5*Math.exp(2*u/3),S=.5*Math.sqrt(u*f*(l-f)/l)*(c-l/2<0?-1:1),g=Math.max(n,Math.floor(t-c*f/l+S)),p=Math.min(i,Math.floor(t+(l-c)*f/l+S));vi(e,t,g,p,o)}const r=e[t];let s=n,a=i;for(rt(e,n,t),o(e[i],r)>0&&rt(e,n,i);s<a;){for(rt(e,s,a),s++,a--;o(e[s],r)<0;)s++;for(;o(e[a],r)>0;)a--}o(e[n],r)===0?rt(e,n,a):(a++,rt(e,a,i)),a<=t&&(n=a+1),t<=a&&(i=a-1)}}function rt(e,t,n){const i=e[t];e[t]=e[n],e[n]=i}function Qo(e,t){return e<t?-1:e>t?1:0}class Zo{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(!Mt(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;Mt(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(!Mt(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(Mt(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 u=er(t,i.children,n);if(u!==-1)return i.children.splice(u,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));Ei(t,n,i,c,this.compareMinX);for(let u=n;u<=i;u+=c){const f=Math.min(u+c-1,i);Ei(t,u,f,l,this.compareMinY);for(let S=u;S<=f;S+=l){const g=Math.min(S+l-1,f);a.children.push(this._build(t,S,g,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],u=pn(c),f=ir(t,c)-u;f<s?(s=f,r=u<r?u:r,a=c):f===s&&u<r&&(r=u,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),at(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=st(t,0,a,this.toBBox),c=st(t,a,i,this.toBBox),u=or(l,c),f=pn(l)+pn(c);u<r?(r=u,o=a,s=f<s?f:s):u===r&&f<s&&(s=f,o=a)}return o||i-n}_chooseSplitAxis(t,n,i){const o=t.leaf?this.compareMinX:tr,r=t.leaf?this.compareMinY:nr,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=st(t,0,n,r),a=st(t,i-n,i,r);let l=It(s)+It(a);for(let c=n;c<i-n;c++){const u=t.children[c];at(s,t.leaf?r(u):u),l+=It(s)}for(let c=i-n-1;c>=n;c--){const u=t.children[c];at(a,t.leaf?r(u):u),l+=It(a)}return l}_adjustParentBBoxes(t,n,i){for(let o=i;o>=0;o--)at(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 er(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){st(e,0,e.children.length,t,e)}function st(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];at(o,e.leaf?i(s):s)}return o}function at(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 tr(e,t){return e.minX-t.minX}function nr(e,t){return e.minY-t.minY}function pn(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function It(e){return e.maxX-e.minX+(e.maxY-e.minY)}function ir(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 or(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 Mt(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 Ei(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;vi(e,s,t,n,o),r.push(t,s,s,n)}}const Ai=(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))},Si=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 u=document.createRange();return u.selectNode(c),Array.from(u.getClientRects())};return[...Array.from(s.getClientRects()),...t.slice(1,-1).flatMap(l),...Array.from(a.getClientRects())]}},rr=(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"},sr=(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)},Oi=(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=rr(o,a,t,n);if(l==="inline-adjacent"){r=r.map(c=>c===a?sr(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]},[]),ar=e=>({length:e.length,item:t=>e[t],[Symbol.iterator]:function*(){for(let t=0;t<this.length;t++)yield this.item(t)}}),Ci=(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)},lr=(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)},cr=(e,t,n,i)=>{const o=new Zo,r=new Map,s=Be(),a=(x,L)=>{const H=x.selector.flatMap(K=>{const _=pe([K])?K.range:hn(K,t).range;return Si(_)}),P=Oi(H,n,i).map(K=>Ci(K,L));return P.map(K=>{const{x:_,y:D,width:A,height:O}=K;return{minX:_,minY:D,maxX:_+A,maxY:D+O,annotation:{id:x.annotation,rects:P}}})},l=()=>[...r.values()],c=()=>{o.clear(),r.clear()},u=x=>{const L=a(x,t.getBoundingClientRect());L.length!==0&&(L.forEach(H=>o.insert(H)),r.set(x.annotation,L))},f=x=>{const L=r.get(x.annotation);L&&(L.forEach(H=>o.remove(H)),r.delete(x.annotation))},S=x=>{f(x),u(x)},g=(x,L=!0)=>{L&&c();const H=t.getBoundingClientRect(),P=x.map(_=>({target:_,rects:a(_,H)}));P.forEach(({target:_,rects:D})=>{D.length>0&&r.set(_.annotation,D)});const K=P.flatMap(({rects:_})=>_);o.load(K)},p=(x,L,H=!1)=>{const P=o.search({minX:x,minY:L,maxX:x,maxY:L}),K=_=>_.annotation.rects.reduce((D,A)=>D+A.width*A.height,0);return P.length>0?(P.sort((_,D)=>K(_)-K(D)),H?P.map(_=>_.annotation.id):[P[0].annotation.id]):[]},E=x=>{const L=T(x);if(L.length===0)return;let H=L[0].left,P=L[0].top,K=L[0].right,_=L[0].bottom;for(let D=1;D<L.length;D++){const A=L[D];H=Math.min(H,A.left),P=Math.min(P,A.top),K=Math.max(K,A.right),_=Math.max(_,A.bottom)}return new DOMRect(H,P,K-H,_-P)},T=x=>{const L=r.get(x);return L?L[0].annotation.rects:[]};return{all:l,clear:c,getAt:p,getAnnotationBounds:E,getAnnotationRects:T,getIntersecting:(x,L,H,P)=>{const K=o.search({minX:x,minY:L,maxX:H,maxY:P}),_=new Set(K.map(D=>D.annotation.id));return Array.from(_).map(D=>({annotation:e.getAnnotation(D),rects:T(D)})).filter(D=>!!D.annotation)},insert:u,recalculate:()=>{g(e.all().map(x=>x.target),!0),s.emit("recalculate")},remove:f,set:g,size:()=>o.all().length,update:S,on:(x,L)=>s.on(x,L)}},xi=(e,t)=>{const n=oo(),i=cr(n,e,t.mergeHighlights?.horizontalTolerance,t.mergeHighlights?.verticalTolerance),o=Yi(n,t.userSelectAction,t.adapter),r=Fi(n),s=lo(),a=(d,R=V.LOCAL)=>{const U=Nt(d,e),x=pe(U.target.selector);return x&&n.addAnnotation(U,R),x},l=(d,R=!0,U=V.LOCAL)=>{const x=d.map(H=>Nt(H,e)),L=x.filter(H=>!pe(H.target.selector));return n.bulkAddAnnotations(x,R,U),L},c=(d,R=V.LOCAL)=>{const U=d.map(L=>Nt(L,e)),x=U.filter(L=>!pe(L.target.selector));return U.forEach(L=>{n.getAnnotation(L.id)?n.updateAnnotation(L,R):n.addAnnotation(L,R)}),x},u=(d,R=V.LOCAL)=>{const U=ot(d,e);n.updateTarget(U,R)},f=(d,R=V.LOCAL)=>{const U=d.map(x=>ot(x,e));n.bulkUpdateTargets(U,R)};function S(d,R,U,x){const L=U||!!x,H=i.getAt(d,R,L).map(K=>n.getAnnotation(K)),P=x?H.filter(x):H;if(P.length!==0)return U?P:P[0]}const g=d=>i.getAnnotationRects(d).length>0?i.getAnnotationBounds(d):void 0,p=(d,R,U,x)=>i.getIntersecting(d,R,U,x),E=d=>i.getAnnotationRects(d),T=()=>i.recalculate(),b=d=>i.on("recalculate",d);return n.observe(({changes:d})=>{const R=(d.deleted||[]).filter(L=>pe(L.target.selector)),U=(d.created||[]).filter(L=>pe(L.target.selector)),x=(d.updated||[]).filter(L=>pe(L.newValue.target.selector));R?.length>0&&R.forEach(L=>i.remove(L.target)),U.length>0&&i.set(U.map(L=>L.target),!1),x?.length>0&&x.forEach(({newValue:L})=>i.update(L.target))}),{store:{...n,addAnnotation:a,bulkAddAnnotations:l,bulkUpdateTargets:f,bulkUpsertAnnotations:c,getAnnotationBounds:g,getAnnotationRects:E,getIntersecting:p,getAt:S,recalculatePositions:T,onRecalculatePositions:b,updateTarget:u},selection:o,hover:r,viewport:s}};function dr(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 S=o,g=r;return o=void 0,r=void 0,l=e.apply(S,g),l}function u(){const S=Date.now()-a;S<t&&S>=0?s=setTimeout(u,t-S):(s=void 0,i||(l=c()))}const f=function(...S){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=S,a=Date.now();const g=i&&!s;if(s||(s=setTimeout(u,t)),g)return l=c(),l};return Object.defineProperty(f,"isPending",{get(){return s!==void 0}}),f.clear=()=>{s&&(clearTimeout(s),s=void 0,o=void 0,r=void 0)},f.flush=()=>{s&&f.trigger()},f.trigger=()=>{l=c(),f.clear()},f}const mn=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function bn(e,t,n,i){e.addEventListener?e.addEventListener(t,n,i):e.attachEvent&&e.attachEvent("on".concat(t),n)}function lt(e,t,n,i){e.removeEventListener?e.removeEventListener(t,n,i):e.detachEvent&&e.detachEvent("on".concat(t),n)}function Ti(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 Ri(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 ur(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 ct={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,"-":mn?173:189,"=":mn?61:187,";":mn?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},dt={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++)ct["f".concat(e)]=111+e;let W=[],ut=null,ki="all";const Ae=new Map,Ke=e=>ct[e.toLowerCase()]||de[e.toLowerCase()]||e.toUpperCase().charCodeAt(0),fr=e=>Object.keys(ct).find(t=>ct[t]===e),hr=e=>Object.keys(de).find(t=>de[t]===e);function Li(e){ki=e||"all"}function ft(){return ki||"all"}function pr(){return W.slice(0)}function gr(){return W.map(e=>fr(e)||hr(e)||String.fromCharCode(e))}function mr(){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 br(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 wr(e){return typeof e=="string"&&(e=Ke(e)),W.indexOf(e)!==-1}function yr(e,t){let n,i;e||(e=ft());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 wn(a)}):i++;ft()===e&&Li(t||"all")}function vr(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 Ni(e){if(typeof e>"u")Object.keys(j).forEach(o=>{Array.isArray(j[o])&&j[o].forEach(r=>Bt(r)),delete j[o]}),wn(null);else if(Array.isArray(e))e.forEach(o=>{o.key&&Bt(o)});else if(typeof e=="object")e.key&&Bt(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=""),Bt({key:e,scope:o,method:r,splitKey:"+"})}}const Bt=e=>{let{key:t,scope:n,method:i,splitKey:o="+"}=e;Ri(t).forEach(s=>{const a=s.split(o),l=a.length,c=a[l-1],u=c==="*"?"*":Ke(c);if(!j[u])return;n||(n=ft());const f=l>1?Ti(de,a):[],S=[];j[u]=j[u].filter(g=>{const E=(i?g.method===i:!0)&&g.scope===n&&ur(g.mods,f);return E&&S.push(g.element),!E}),S.forEach(g=>wn(g))})};function Ii(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 Mi(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=dt[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 dt||c===i))}),i in Z){Z[i]=!0;for(const a in de)if(Object.prototype.hasOwnProperty.call(de,a)){const l=dt[de[a]];ae[a]=e[l]}if(!n)return}for(const a in Z)Object.prototype.hasOwnProperty.call(Z,a)&&(Z[a]=e[dt[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=ft();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)&&Ii(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,u=l.key.split(c),f=[];for(let S=0;S<u.length;S++)f.push(Ke(u[S]));f.sort().join("")===W.sort().join("")&&Ii(e,l,o,t)}}function ae(e,t,n){W=[];const i=Ri(e);let o=[],r="all",s=document,a=0,l=!1,c=!0,u="+",f=!1,S=!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&&(f=t.capture),typeof t.splitKey=="string"&&(u=t.splitKey),t.single===!0&&(S=!0)),typeof t=="string"&&(r=t),S&&Ni(e,r);a<i.length;a++)e=i[a].split(u),o=[],e.length>1&&(o=Ti(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:u,element:s});if(typeof s<"u"&&window){if(!Ae.has(s)){const g=function(){let E=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.event;return Mi(E,s)},p=function(){let E=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.event;Mi(E,s),vr(E)};Ae.set(s,{keydownListener:g,keyupListenr:p,capture:f}),bn(s,"keydown",g,f),bn(s,"keyup",p,f)}if(!ut){const g=()=>{W=[]};ut={listener:g,capture:f},bn(window,"focus",g,f)}}}function Er(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 wn(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}=Ae.get(e)||{};i&&o&&(lt(e,"keyup",o,r),lt(e,"keydown",i,r),Ae.delete(e))}if((t.length<=0||Ae.size<=0)&&(Object.keys(Ae).forEach(o=>{const{keydownListener:r,keyupListenr:s,capture:a}=Ae.get(o)||{};r&&s&&(lt(o,"keyup",s,a),lt(o,"keydown",r,a),Ae.delete(o))}),Ae.clear(),Object.keys(j).forEach(o=>delete j[o]),ut)){const{listener:o,capture:r}=ut;lt(window,"focus",o,r),ut=null}}const yn={getPressedKeyString:gr,setScope:Li,getScope:ft,deleteScope:yr,getPressedKeyCodes:pr,getAllKeyCodes:mr,isPressed:wr,filter:br,trigger:Er,unbind:Ni,keyMap:ct,modifier:de,modifierMap:dt};for(const e in yn)Object.prototype.hasOwnProperty.call(yn,e)&&(ae[e]=yn[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 Ar(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 Bi=300,_i=["up","down","left","right"],Ui=on?"⌘+a":"ctrl+a",Sr=[..._i.map(e=>`shift+${e}`),Ui],Di=(e,t,n,i)=>{const{store:o,selection:r}=t;let s;const{annotatingEnabled:a,offsetReferenceSelector:l,selectionMode:c,dismissOnNotAnnotatable:u="NEVER"}=i;let f,S=a,g="CREATE_NEW",p,E,T,b;const d=k=>{S=k,P.clear(),k||(E=void 0,p=void 0,T=void 0,b=void 0)},R=k=>g=k||"CREATE_NEW",U=k=>f=k,x=k=>s=k,L=k=>{if(g==="ADD_TO_CURRENT")return!0;if(i.allowModifierSelect){const M=k;return on?M.metaKey:M.ctrlKey}else return!1},H=()=>{if(!S||T===!1)return;const{selected:k}=r;if((L(b)||g==="REPLACE_CURRENT")&&k.length===1&&k[0].editable){const ee=o.getAnnotation(k[0].id);if(ee?.target){E=ee.target,p={annotation:ee.id,selector:[],created:E.created,creator:E.creator,updated:new Date,updatedBy:s};return}}E=void 0,p={annotation:fi(),selector:[],created:new Date,creator:s}},P=dr(k=>{if(!S)return;const M=document.getSelection();if(!M?.anchorNode)return;const ee=Array.from(Array(M.rangeCount).keys()).map(G=>M.getRangeAt(G));if(!ee.some(G=>G.intersectsNode(e))){p=void 0;return}const Me=k.timeStamp-(b?.timeStamp||k.timeStamp);if(b?.type==="pointerdown"&&(Me<1e3&&!p||M.isCollapsed&&Me<Bi)&&H(),p||H(),M.isCollapsed){o.getAnnotation(p.annotation)&&!(L(b)||g==="REPLACE_CURRENT")&&(r.clear(),o.deleteAnnotation(p.annotation));return}const ge=ee.map(G=>qn(G,e));if(ge.every(G=>Wn(G)))return;const me=ge.flatMap(G=>zn(e,G.cloneRange()));if(!(me.length>0&&!p||me.length!==p.selector.length||me.some((G,ht)=>G.toString()!==p.selector[ht]?.quote)))return;const _t=L(b)&&E?jn([...E.selector.map(G=>G.range),...me]):me;p={...p,selector:_t.map(G=>pi(G,e,l)),updated:new Date},!(L(b)||g==="REPLACE_CURRENT")&&(o.getAnnotation(p.annotation)?o.updateTarget(p,V.LOCAL):r.clear())},10),K=k=>{b=Tt(k),T=b.button===0},_=async k=>{if(!T)return;const M=Tt(k),ee=()=>{const{x:ge,y:me}=e.getBoundingClientRect();if(tt(e,M.target)){(typeof u=="function"?u(M,e):u==="ALWAYS")&&r.clear();return}const Re=M.target instanceof Node&&e.contains(M.target)&&o.getAt(M.clientX-ge,M.clientY-me,c==="all",f);if(Re){const{selected:_t}=r,G=new Set(_t.map(pt=>pt.id)),ht=Array.isArray(Re)?Re.map(pt=>pt.id):[Re.id];(G.size!==ht.length||!ht.every(pt=>G.has(pt)))&&(n.emit("clickAnnotation",Re),r.userSelect(ht,M))}else r.clear()};if(M.timeStamp-b.timeStamp<Bi){await D();const ge=document.getSelection(),me=tt(e,b.target),Re=tt(e,M.target);if(ge?.isCollapsed||me&&Re){p=void 0,ee();return}}p&&p.selector.length>0&&(F(),r.userSelect(p.annotation,M))},D=async()=>{const k=document.getSelection();let M=!1,ee=k?.isCollapsed;const Me=()=>ee||M,ge=1;return setTimeout(()=>M=!0,50),Ar(()=>ee=k?.isCollapsed,ge,Me)},A=k=>{document.getSelection()?.isCollapsed||((!p||p.selector.length===0)&&P(k),p&&(F(),r.userSelect(p.annotation,Tt(k))))},O=k=>{S&&k.key==="Shift"&&p&&(document.getSelection().isCollapsed||(F(),r.userSelect(p.annotation,nt(k))))},C=k=>{const M=()=>setTimeout(()=>{p?.selector.length>0&&(r.clear(),o.addAnnotation({id:p.annotation,bodies:[],target:p}),r.userSelect(p.annotation,nt(k))),document.removeEventListener("selectionchange",M)},100);document.addEventListener("selectionchange",M),H()};ae(Sr.join(","),{element:e,keydown:!0,keyup:!1},k=>{k.repeat||(b=nt(k))}),ae(Ui,{keydown:!0,keyup:!1},k=>{b=nt(k),C(k)});const N=k=>{k.repeat||k.target!==e&&k.target!==document.body||(p=void 0,r.clear())};ae(_i.join(","),{keydown:!0,keyup:!1},N);const F=()=>{const k=o.getAnnotation(p.annotation);if(!k)o.addAnnotation({id:p.annotation,bodies:[],target:p});else{const{target:{updated:M}}=k,{updated:ee}=p;(!M||!ee||M<ee)&&o.updateTarget(p)}};return document.addEventListener("pointerdown",K),document.addEventListener("pointerup",_),document.addEventListener("contextmenu",A),e.addEventListener("keyup",O),e.addEventListener("selectstart",H),document.addEventListener("selectionchange",P),{destroy:()=>{p=void 0,E=void 0,T=void 0,b=void 0,P.clear(),document.removeEventListener("pointerdown",K),document.removeEventListener("pointerup",_),document.removeEventListener("contextmenu",A),e.removeEventListener("keyup",O),e.removeEventListener("selectstart",H),document.removeEventListener("selectionchange",P),ae.unbind()},setFilter:U,setUser:x,setAnnotatingEnabled:d,setAnnotatingMode:R}};var Hi=Object.prototype.hasOwnProperty;function vn(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--&&vn(e[i],t[i]););return i===-1}if(!n||typeof e=="object"){i=0;for(n in e)if(Hi.call(e,n)&&++i&&!Hi.call(t,n)||!(n in t)||!vn(e[n],t[n]))return!1;return Object.keys(t).length===i}}return e!==e&&t!==t}const 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,u)=>{if(!(!vn(n,s)||u))return;t.innerHTML="",[...s].sort((p,E)=>{const{annotation:{target:{created:T}}}=p,{annotation:{target:{created:b}}}=E;return T&&b?T.getTime()-b.getTime():0}).forEach(p=>{const E=c.get(p.annotation.id)||l;p.rects.map(T=>{const b=Ai(T,s),d=un(p,E,b),R=document.createElement("span");R.className="r6o-annotation",R.dataset.annotation=p.annotation.id,R.style.left=`${T.x}px`,R.style.top=`${T.y}px`,R.style.width=`${T.width}px`,R.style.height=`${T.height}px`,R.style.backgroundColor=li(d),d.underlineStyle&&(R.style.borderStyle=d.underlineStyle),d.underlineColor&&(R.style.borderColor=d.underlineColor),d.underlineThickness&&(R.style.borderBottomWidth=`${d.underlineThickness}px`),d.underlineOffset&&(R.style.paddingBottom=`${d.underlineOffset}px`),t.appendChild(R)})}),n=s},setVisible:s=>{s?t.classList.remove("hidden"):t.classList.add("hidden")}}},Cr=(e,t,n)=>an(Or(e),e,t,n),xr=e=>[`background-color:${se(e?.fill||Ee.fill).alpha(e?.fillOpacity===void 0?Ee.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(";"),Tr=()=>{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,c)=>{const u=new Set(r.map(S=>S.annotation.id));Array.from(t).filter(S=>!u.has(S));const f=r.map(S=>{a?typeof a=="function"&&a(S.annotation,S.state):S.state?.selected;const g=un(S,a);return`::highlight(_${S.annotation.id}) { ${xr(g)} }`});e.innerHTML=f.join(`
2
+ `),CSS.highlights.clear(),r.forEach(({annotation:S})=>{const g=S.target.selector.map(E=>E.range),p=new Highlight(...g);CSS.highlights.set(`_${S.id}`,p)}),t=u}}},Rr=(e,t,n)=>an(Tr(),e,t,n),Pi=(e,t)=>({...e,annotatingEnabled:e.annotatingEnabled??t.annotatingEnabled,user:e.user||t.user}),Vi="SPANS",kr=(e,t={})=>{Gn(e),$n(e);const n=Pi(t,{annotatingEnabled:!0,user:wo()}),i=xi(e,n),{selection:o,viewport:r}=i,s=i.store,a=ao(s),l=co(i,a,n.adapter);let c=n.user;const u=typeof n.renderer!="function"?n.renderer==="CSS_HIGHLIGHTS"?CSS.highlights?"CSS_HIGHLIGHTS":Vi:n.renderer||Vi:null,f=u===null?n.renderer(e,i,r):u==="SPANS"?Cr(e,i,r):u==="CSS_HIGHLIGHTS"?Rr(e,i,r):void 0;if(!f)throw`Unknown renderer implementation: ${n.renderer}`;console.debug(u?`Using ${u} renderer`:"Using custom renderer implementation"),n.style&&f.setStyle(n.style);const S=Di(e,i,l,n);S.setUser(c);const g=fo(i,a,n.adapter),p=()=>c,E=x=>{S.setAnnotatingEnabled(x===void 0?!0:x)},T=x=>{S.setAnnotatingMode(x)},b=x=>{f.setFilter(x),S.setFilter(x)},d=x=>{c=x,S.setUser(x)},R=x=>{x?o.setSelected(x):o.clear()};return{...g,destroy:()=>{f.destroy(),S.destroy(),a.destroy()},element:e,getUser:p,renderer:f,setAnnotatingEnabled:E,setAnnotatingMode:T,setFilter:b,setStyle:f.setStyle.bind(f),setUser:d,setSelected:R,setVisible:f.setVisible.bind(f),on:l.on,off:l.off,scrollIntoView:bi(e,s),state:i}};I.DEFAULT_SELECTED_STYLE=Lt,I.DEFAULT_STYLE=Ee,I.NOT_ANNOTATABLE_CLASS=rn,I.NOT_ANNOTATABLE_SELECTOR=Ie,I.Origin=V,I.UserSelectAction=Dt,I.W3CTextFormat=qo,I.cancelSingleClickEvents=Gn,I.cloneKeyboardEvent=nt,I.clonePointerEvent=Tt,I.computeStyle=un,I.computeZIndex=Ai,I.createBody=Gi,I.createRenderer=an,I.createSelectionHandler=Di,I.createTextAnnotator=kr,I.createTextAnnotatorState=xi,I.debounce=Rt,I.fillDefaults=Pi,I.getBackgroundColor=li,I.getHighlightClientRects=Si,I.getQuoteContext=hi,I.getRangeAnnotatableContents=xt,I.getViewportBounds=ci,I.isMac=on,I.isNodeWhitespaceOrEmpty=Uo,I.isNotAnnotatable=tt,I.isRangeAnnotatable=Kn,I.isRangeWhitespaceOrEmpty=Wn,I.isRevived=pe,I.mergeClientRects=Oi,I.mergeRanges=jn,I.parseW3CTextAnnotation=wi,I.programmaticallyFocusable=$n,I.rangeToSelector=pi,I.reviveAnnotation=Nt,I.reviveSelector=hn,I.reviveTarget=ot,I.scrollIntoView=bi,I.serializeW3CTextAnnotation=yi,I.splitAnnotatableRanges=zn,I.toDomRectList=ar,I.toParentBounds=Ci,I.toViewportBounds=lr,I.trackViewport=di,I.trimRangeToContainer=qn,I.whitespaceOrEmptyRegex=sn,Object.defineProperty(I,Symbol.toStringTag,{value:"Module"})}));
3
3
  //# sourceMappingURL=text-annotator.umd.js.map