diff --git a/index.html b/index.html index 0bb9521b..9ea90a87 100644 --- a/index.html +++ b/index.html @@ -23,9 +23,7 @@

Acrolinx Sidebar Interface Documentation

General information on available SDK's - (See: Getting - Started - with Custom Integrations). + (See: Build With Acrolinx).

diff --git a/pluginDoc/assets/icons.js b/pluginDoc/assets/icons.js new file mode 100644 index 00000000..e88e8ca7 --- /dev/null +++ b/pluginDoc/assets/icons.js @@ -0,0 +1,18 @@ +(function() { + addIcons(); + function addIcons() { + if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons); + const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg")); + svg.innerHTML = `""`; + svg.style.display = "none"; + if (location.protocol === "file:") updateUseElements(); + } + + function updateUseElements() { + document.querySelectorAll("use").forEach(el => { + if (el.getAttribute("href").includes("#icon-")) { + el.setAttribute("href", el.getAttribute("href").replace(/.*#/, "#")); + } + }); + } +})() \ No newline at end of file diff --git a/pluginDoc/assets/icons.svg b/pluginDoc/assets/icons.svg new file mode 100644 index 00000000..e371b8b5 --- /dev/null +++ b/pluginDoc/assets/icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pluginDoc/assets/main.js b/pluginDoc/assets/main.js index 4c8fa615..21a5d74d 100644 --- a/pluginDoc/assets/main.js +++ b/pluginDoc/assets/main.js @@ -1,7 +1,9 @@ "use strict"; -"use strict";(()=>{var Se=Object.create;var re=Object.defineProperty;var we=Object.getOwnPropertyDescriptor;var Te=Object.getOwnPropertyNames;var ke=Object.getPrototypeOf,Qe=Object.prototype.hasOwnProperty;var Pe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Ie=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Te(e))!Qe.call(t,i)&&i!==r&&re(t,i,{get:()=>e[i],enumerable:!(n=we(e,i))||n.enumerable});return t};var Ce=(t,e,r)=>(r=t!=null?Se(ke(t)):{},Ie(e||!t||!t.__esModule?re(r,"default",{value:t,enumerable:!0}):r,t));var ae=Pe((se,oe)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var d=t.utils.clone(r)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(n.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(r+=n[u+1]*i[d+1],u+=2,d+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),y;m in s.node.edges?y=s.node.edges[m]:(y=new t.TokenSet,s.node.edges[m]=y),s.str.length==1&&(y.final=!0),i.push({node:y,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof se=="object"?oe.exports=r():e.lunr=r()}(this,function(){return t})})()});var ne=[];function G(t,e){ne.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureActivePageVisible(),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){ne.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n,app:this}),n.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),r=e?.parentElement;for(;r&&!r.classList.contains(".tsd-navigation");)r instanceof HTMLDetailsElement&&(r.open=!0),r=r.parentElement;if(e){let n=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=n}}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let r=e.parentElement;for(;r&&r.tagName!=="SECTION";)r=r.parentElement;if(r&&r.offsetParent==null){this.alwaysVisibleMember=r,r.classList.add("always-visible");let n=document.createElement("p");n.classList.add("warning"),n.textContent="This member is normally hidden due to your filter settings.",r.prepend(n)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let r;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(r),r=setTimeout(()=>{e.classList.remove("visible"),r=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let r;return()=>{clearTimeout(r),r=setTimeout(()=>t(),e)}};var ce=Ce(ae());function de(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("tsd-search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Oe(t,n,r,s)}function Oe(t,e,r,n){r.addEventListener("input",ie(()=>{Re(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Fe(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function _e(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ce.Index.load(window.searchData.index))}function Re(t,e,r,n){if(_e(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=i?n.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${le(l.parent,i)}.${u}`);let d=document.createElement("li");d.classList.value=l.classes??"";let m=document.createElement("a");m.href=n.base+l.url,m.innerHTML=u,d.append(m),e.appendChild(d)}}function ue(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Fe(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function le(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(K(t.substring(s,o)),`${K(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(K(t.substring(s))),i.join("")}var Me={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>Me[e])}var P=class{constructor(e){this.el=e.el,this.app=e.app}};var M="mousedown",fe="mousemove",N="mouseup",J={x:0,y:0},he=!1,ee=!1,De=!1,D=!1,pe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(pe?"is-mobile":"not-mobile");pe&&"ontouchstart"in document.documentElement&&(De=!0,M="touchstart",fe="touchmove",N="touchend");document.addEventListener(M,t=>{ee=!0,D=!1;let e=M=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(fe,t=>{if(ee&&!D){let e=M=="touchstart"?t.targetTouches[0]:t,r=J.x-(e.pageX||0),n=J.y-(e.pageY||0);D=Math.sqrt(r*r+n*n)>10}});document.addEventListener(N,()=>{ee=!1});document.addEventListener("click",t=>{he&&(t.preventDefault(),t.stopImmediatePropagation(),he=!1)});var X=class extends P{constructor(r){super(r);this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(M,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(r){if(this.active==r)return;this.active=r,document.documentElement.classList.toggle("has-"+this.className,r),this.el.classList.toggle("active",r);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(r){D||(this.setActive(!0),r.preventDefault())}onDocumentPointerDown(r){if(this.active){if(r.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(r){if(!D&&this.active&&r.target.closest(".col-sidebar")){let n=r.target.closest("a");if(n){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),n.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var me=document.head.appendChild(document.createElement("style"));me.dataset.for="filters";var Y=class extends P{constructor(r){super(r);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),me.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } -`}fromLocalStorage(){let r=Q.getItem(this.key);return r?r==="true":this.el.checked}setLocalStorage(r){Q.setItem(this.key,r.toString()),this.value=r,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let n=Array.from(r.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);r.style.display=n?"none":"block"})}};var Z=class extends P{constructor(r){super(r);this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update()),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ve(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ye(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ye(t.value)})}function ye(t){document.documentElement.dataset.theme=t}de();G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var ge=document.getElementById("tsd-theme");ge&&ve(ge);var Ae=new U;Object.defineProperty(window,"app",{value:Ae});document.querySelectorAll("summary a").forEach(t=>{t.addEventListener("click",()=>{location.assign(t.href)})});})(); +window.translations={"copy":"Copy","copied":"Copied!","normally_hidden":"This member is normally hidden due to your filter settings."}; +"use strict";(()=>{var Pe=Object.create;var ie=Object.defineProperty;var Oe=Object.getOwnPropertyDescriptor;var _e=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,Me=Object.prototype.hasOwnProperty;var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of _e(e))!Me.call(t,i)&&i!==n&&ie(t,i,{get:()=>e[i],enumerable:!(r=Oe(e,i))||r.enumerable});return t};var Ae=(t,e,n)=>(n=t!=null?Pe(Re(t)):{},De(e||!t||!t.__esModule?ie(n,"default",{value:t,enumerable:!0}):n,t));var ue=Fe((ae,le)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),p;m in s.node.edges?p=s.node.edges[m]:(p=new t.TokenSet,s.node.edges[m]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ae=="object"?le.exports=n():e.lunr=n()}(this,function(){return t})})()});var se=[];function G(t,e){se.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}createComponents(e){se.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}showPage(){document.body.style.display&&(document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e&&!Ve(e)){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r,document.querySelector(".col-sidebar").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(!n)return;let r=n.offsetParent==null,i=n;for(;i!==document.body;)i instanceof HTMLDetailsElement&&(i.open=!0),i=i.parentElement;if(n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let s=document.createElement("p");s.classList.add("warning"),s.textContent=window.translations.normally_hidden,n.prepend(s)}r&&e.scrollIntoView()}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent=window.translations.copied,e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent=window.translations.copy},100)},1e3)})})}};function Ve(t){let e=t.getBoundingClientRect(),n=Math.max(document.documentElement.clientHeight,window.innerHeight);return!(e.bottom<0||e.top-n>=0)}var oe=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var pe=Ae(ue());async function ce(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=pe.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{ce(e,t)}),ce(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");i.addEventListener("mouseup",()=>{te(t)}),r.addEventListener("focus",()=>t.classList.add("has-focus")),He(t,i,r,e)}function He(t,e,n,r){n.addEventListener("input",oe(()=>{Ne(t,e,n,r)},200)),n.addEventListener("keydown",i=>{i.key=="Enter"?Be(e,t):i.key=="ArrowUp"?(de(e,n,-1),i.preventDefault()):i.key==="ArrowDown"&&(de(e,n,1),i.preventDefault())}),document.body.addEventListener("keypress",i=>{i.altKey||i.ctrlKey||i.metaKey||!n.matches(":focus")&&i.key==="/"&&(i.preventDefault(),n.focus())}),document.body.addEventListener("keyup",i=>{t.classList.contains("has-focus")&&(i.key==="Escape"||!e.matches(":focus-within")&&!n.matches(":focus"))&&(n.blur(),te(t))})}function te(t){t.classList.remove("has-focus")}function Ne(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o`,d=he(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` + ${he(l.parent,i)}.${d}`);let m=document.createElement("li");m.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,m.append(p),p.addEventListener("focus",()=>{e.querySelector(".current")?.classList.remove("current"),m.classList.add("current")}),e.appendChild(m)}}function de(t,e,n){let r=t.querySelector(".current");if(!r)r=t.querySelector(n==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let i=r;if(n===1)do i=i.nextElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);else do i=i.previousElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);i?(r.classList.remove("current"),i.classList.add("current")):n===-1&&(r.classList.remove("current"),e.focus())}}function Be(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),te(e)}}function he(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ee(t.substring(s,o)),`${ee(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ee(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function ee(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",ye="mousemove",N="mouseup",J={x:0,y:0},me=!1,ne=!1,qe=!1,D=!1,ve=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(ve?"is-mobile":"not-mobile");ve&&"ontouchstart"in document.documentElement&&(qe=!0,F="touchstart",ye="touchmove",N="touchend");document.addEventListener(F,t=>{ne=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(ye,t=>{if(ne&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(N,()=>{ne=!1});document.addEventListener("click",t=>{me&&(t.preventDefault(),t.stopImmediatePropagation(),me=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var re;try{re=localStorage}catch{re={getItem(){return null},setItem(){}}}var Q=re;var ge=document.head.appendChild(document.createElement("style"));ge.dataset.for="filters";var Y=class extends I{constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ge.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function Ee(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,xe(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),xe(t.value)})}function xe(t){document.documentElement.dataset.theme=t}var K;function we(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",Le),Le())}async function Le(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();K=t.dataset.base,K.endsWith("/")||(K+="/"),t.innerHTML="";for(let s of i)Se(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function Se(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-accordion`:"tsd-accordion";let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.dataset.key=i.join("$"),o.innerHTML='',be(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)Se(u,l,i)}else be(t,r,t.class)}function be(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=K+t.path,n&&(r.className=n),location.pathname===r.pathname&&!r.href.includes("#")&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Te=document.getElementById("tsd-theme");Te&&Ee(Te);var $e=new U;Object.defineProperty(window,"app",{value:$e});fe();we();})(); /*! Bundled license information: lunr/lunr.js: diff --git a/pluginDoc/assets/navigation.js b/pluginDoc/assets/navigation.js new file mode 100644 index 00000000..a13e910b --- /dev/null +++ b/pluginDoc/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA5XVQUvDMBTA8e+S83AoOmS3OScOLcgqeBAPb8mzC0tfSvIKHeJ3FzfFdkvTeG3//aUJafr6IRgbFlMxW3t2IHml5eb70kJptm6moGJ0YiQq4I2YCmnAe/TjaH624dKIkdhqUmJ6fnH9OfobRzprNDVPpi40BeDO/ajkdyRnNdsbTar/RQPVoPpoJZicrYMCe8h2MuhltWE9tKLhMGoPTj593vOHw7BXvdhxkaINYimWVZhp56yb9HMnTZqYACZ5xEj7bwDWBiNoqIvJS6pq7vXad2NKyvb7387LGRhvwKNKnfvQE7HRnjXtsvmi1+7eT5BerFOVQ++HyOMw+jUekiUxuneQrYND/17y4+OoC15cTU4OuCQ1VMbouS1LS0l2OI3h8HPq3BkLrKnItcI1tBb5vSbJ2pIf96RdfXLZwqVDYDz8HTL0HorTPffn99eRIbDZ/9qeseFbW2ZQVZqKkB4MI3CBnKPB/dP3XJoVUIE+JIfLCK1Jc8J6B7IIaiyon+r7PAyBR0kUs9u6yoDlJjznTnACvX0BGmPYQ6sIAAA=" \ No newline at end of file diff --git a/pluginDoc/assets/search.js b/pluginDoc/assets/search.js index 787235eb..4cb4287a 100644 --- a/pluginDoc/assets/search.js +++ b/pluginDoc/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"rows\":[{\"kind\":128,\"name\":\"AcrolinxPlugin\",\"url\":\"classes/AcrolinxPlugin.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AcrolinxPlugin.html#constructor\",\"classes\":\"\",\"parent\":\"AcrolinxPlugin\"},{\"kind\":2048,\"name\":\"registerAdapter\",\"url\":\"classes/AcrolinxPlugin.html#registerAdapter\",\"classes\":\"\",\"parent\":\"AcrolinxPlugin\"},{\"kind\":2048,\"name\":\"configure\",\"url\":\"classes/AcrolinxPlugin.html#configure\",\"classes\":\"\",\"parent\":\"AcrolinxPlugin\"},{\"kind\":2048,\"name\":\"check\",\"url\":\"classes/AcrolinxPlugin.html#check\",\"classes\":\"\",\"parent\":\"AcrolinxPlugin\"},{\"kind\":2048,\"name\":\"showMessage\",\"url\":\"classes/AcrolinxPlugin.html#showMessage\",\"classes\":\"\",\"parent\":\"AcrolinxPlugin\"},{\"kind\":2048,\"name\":\"init\",\"url\":\"classes/AcrolinxPlugin.html#init\",\"classes\":\"\",\"parent\":\"AcrolinxPlugin\"},{\"kind\":2048,\"name\":\"dispose\",\"url\":\"classes/AcrolinxPlugin.html#dispose\",\"classes\":\"\",\"parent\":\"AcrolinxPlugin\"},{\"kind\":64,\"name\":\"autoBindFloatingSidebar\",\"url\":\"functions/autoBindFloatingSidebar.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"AdapterInterface\",\"url\":\"interfaces/AdapterInterface.html\",\"classes\":\"\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"interfaces/AdapterInterface.html#selectRanges\",\"classes\":\"\",\"parent\":\"AdapterInterface\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"interfaces/AdapterInterface.html#replaceRanges\",\"classes\":\"\",\"parent\":\"AdapterInterface\"},{\"kind\":2048,\"name\":\"getFormat\",\"url\":\"interfaces/AdapterInterface.html#getFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AdapterInterface\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"interfaces/AdapterInterface.html#getContent\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AdapterInterface\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"interfaces/AdapterInterface.html#extractContentForCheck\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AdapterInterface\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"interfaces/AdapterInterface.html#registerCheckCall\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AdapterInterface\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"interfaces/AdapterInterface.html#registerCheckResult\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AdapterInterface\"},{\"kind\":2048,\"name\":\"getAutobindWrapperAttributes\",\"url\":\"interfaces/AdapterInterface.html#getAutobindWrapperAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AdapterInterface\"},{\"kind\":256,\"name\":\"AsyncAdapterInterface\",\"url\":\"interfaces/AsyncAdapterInterface.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"isAsync\",\"url\":\"interfaces/AsyncAdapterInterface.html#isAsync\",\"classes\":\"\",\"parent\":\"AsyncAdapterInterface\"},{\"kind\":1024,\"name\":\"requiresSynchronization\",\"url\":\"interfaces/AsyncAdapterInterface.html#requiresSynchronization\",\"classes\":\"\",\"parent\":\"AsyncAdapterInterface\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"interfaces/AsyncAdapterInterface.html#selectRanges\",\"classes\":\"\",\"parent\":\"AsyncAdapterInterface\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"interfaces/AsyncAdapterInterface.html#replaceRanges\",\"classes\":\"\",\"parent\":\"AsyncAdapterInterface\"},{\"kind\":2048,\"name\":\"getFormat\",\"url\":\"interfaces/AsyncAdapterInterface.html#getFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncAdapterInterface\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"interfaces/AsyncAdapterInterface.html#getContent\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncAdapterInterface\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"interfaces/AsyncAdapterInterface.html#extractContentForCheck\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncAdapterInterface\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"interfaces/AsyncAdapterInterface.html#registerCheckCall\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncAdapterInterface\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"interfaces/AsyncAdapterInterface.html#registerCheckResult\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncAdapterInterface\"},{\"kind\":2048,\"name\":\"getAutobindWrapperAttributes\",\"url\":\"interfaces/AsyncAdapterInterface.html#getAutobindWrapperAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncAdapterInterface\"},{\"kind\":256,\"name\":\"CommonAdapterInterface\",\"url\":\"interfaces/CommonAdapterInterface.html\",\"classes\":\"\"},{\"kind\":2048,\"name\":\"getFormat\",\"url\":\"interfaces/CommonAdapterInterface.html#getFormat\",\"classes\":\"\",\"parent\":\"CommonAdapterInterface\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"interfaces/CommonAdapterInterface.html#getContent\",\"classes\":\"\",\"parent\":\"CommonAdapterInterface\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"interfaces/CommonAdapterInterface.html#extractContentForCheck\",\"classes\":\"\",\"parent\":\"CommonAdapterInterface\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"interfaces/CommonAdapterInterface.html#registerCheckCall\",\"classes\":\"\",\"parent\":\"CommonAdapterInterface\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"interfaces/CommonAdapterInterface.html#registerCheckResult\",\"classes\":\"\",\"parent\":\"CommonAdapterInterface\"},{\"kind\":2048,\"name\":\"getAutobindWrapperAttributes\",\"url\":\"interfaces/CommonAdapterInterface.html#getAutobindWrapperAttributes\",\"classes\":\"\",\"parent\":\"CommonAdapterInterface\"},{\"kind\":128,\"name\":\"InputAdapter\",\"url\":\"classes/InputAdapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/InputAdapter.html#constructor\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":1024,\"name\":\"element\",\"url\":\"classes/InputAdapter.html#element\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":1024,\"name\":\"config\",\"url\":\"classes/InputAdapter.html#config\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/InputAdapter.html#getContent\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"getCurrentText\",\"url\":\"classes/InputAdapter.html#getCurrentText\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"getFormat\",\"url\":\"classes/InputAdapter.html#getFormat\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/InputAdapter.html#extractContentForCheck\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/InputAdapter.html#registerCheckResult\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/InputAdapter.html#registerCheckCall\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"scrollAndSelect\",\"url\":\"classes/InputAdapter.html#scrollAndSelect\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/InputAdapter.html#selectRanges\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"selectMatches\",\"url\":\"classes/InputAdapter.html#selectMatches\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"replaceAlignedMatches\",\"url\":\"classes/InputAdapter.html#replaceAlignedMatches\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/InputAdapter.html#replaceRanges\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":2048,\"name\":\"getAutobindWrapperAttributes\",\"url\":\"classes/InputAdapter.html#getAutobindWrapperAttributes\",\"classes\":\"\",\"parent\":\"InputAdapter\"},{\"kind\":128,\"name\":\"ContentEditableAdapter\",\"url\":\"classes/ContentEditableAdapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContentEditableAdapter.html#constructor\",\"classes\":\"\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":1024,\"name\":\"element\",\"url\":\"classes/ContentEditableAdapter.html#element\",\"classes\":\"\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":2048,\"name\":\"getEditorElement\",\"url\":\"classes/ContentEditableAdapter.html#getEditorElement\",\"classes\":\"\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/ContentEditableAdapter.html#getContent\",\"classes\":\"\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":2048,\"name\":\"getEditorDocument\",\"url\":\"classes/ContentEditableAdapter.html#getEditorDocument\",\"classes\":\"\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":1024,\"name\":\"config\",\"url\":\"classes/ContentEditableAdapter.html#config\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":1024,\"name\":\"currentContentChecking\",\"url\":\"classes/ContentEditableAdapter.html#currentContentChecking\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":1024,\"name\":\"lastContentChecked\",\"url\":\"classes/ContentEditableAdapter.html#lastContentChecked\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/ContentEditableAdapter.html#registerCheckCall\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/ContentEditableAdapter.html#registerCheckResult\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/ContentEditableAdapter.html#extractContentForCheck\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":2048,\"name\":\"scrollToCurrentSelection\",\"url\":\"classes/ContentEditableAdapter.html#scrollToCurrentSelection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/ContentEditableAdapter.html#selectRanges\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/ContentEditableAdapter.html#replaceRanges\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":2048,\"name\":\"getAutobindWrapperAttributes\",\"url\":\"classes/ContentEditableAdapter.html#getAutobindWrapperAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ContentEditableAdapter\"},{\"kind\":128,\"name\":\"StateBasedContentEditableAdapter\",\"url\":\"classes/StateBasedContentEditableAdapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StateBasedContentEditableAdapter.html#constructor\",\"classes\":\"\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":1024,\"name\":\"element\",\"url\":\"classes/StateBasedContentEditableAdapter.html#element\",\"classes\":\"\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":1024,\"name\":\"isAsync\",\"url\":\"classes/StateBasedContentEditableAdapter.html#isAsync\",\"classes\":\"\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":1024,\"name\":\"requiresSynchronization\",\"url\":\"classes/StateBasedContentEditableAdapter.html#requiresSynchronization\",\"classes\":\"\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"getEditorElement\",\"url\":\"classes/StateBasedContentEditableAdapter.html#getEditorElement\",\"classes\":\"\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/StateBasedContentEditableAdapter.html#getContent\",\"classes\":\"\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"getEditorDocument\",\"url\":\"classes/StateBasedContentEditableAdapter.html#getEditorDocument\",\"classes\":\"\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/StateBasedContentEditableAdapter.html#selectRanges\",\"classes\":\"\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/StateBasedContentEditableAdapter.html#replaceRanges\",\"classes\":\"\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"selectText\",\"url\":\"classes/StateBasedContentEditableAdapter.html#selectText\",\"classes\":\"\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"scrollIntoView\",\"url\":\"classes/StateBasedContentEditableAdapter.html#scrollIntoView\",\"classes\":\"\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":1024,\"name\":\"config\",\"url\":\"classes/StateBasedContentEditableAdapter.html#config\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":1024,\"name\":\"currentContentChecking\",\"url\":\"classes/StateBasedContentEditableAdapter.html#currentContentChecking\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":1024,\"name\":\"lastContentChecked\",\"url\":\"classes/StateBasedContentEditableAdapter.html#lastContentChecked\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/StateBasedContentEditableAdapter.html#registerCheckCall\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/StateBasedContentEditableAdapter.html#registerCheckResult\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/StateBasedContentEditableAdapter.html#extractContentForCheck\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"scrollToCurrentSelection\",\"url\":\"classes/StateBasedContentEditableAdapter.html#scrollToCurrentSelection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":2048,\"name\":\"getAutobindWrapperAttributes\",\"url\":\"classes/StateBasedContentEditableAdapter.html#getAutobindWrapperAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StateBasedContentEditableAdapter\"},{\"kind\":128,\"name\":\"AbstractRichtextEditorAdapter\",\"url\":\"classes/AbstractRichtextEditorAdapter.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"config\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#config\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":1024,\"name\":\"currentContentChecking\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#currentContentChecking\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":1024,\"name\":\"lastContentChecked\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#lastContentChecked\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":2048,\"name\":\"getEditorDocument\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#getEditorDocument\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#getContent\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#registerCheckCall\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#registerCheckResult\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#extractContentForCheck\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":2048,\"name\":\"scrollToCurrentSelection\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#scrollToCurrentSelection\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#selectRanges\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#replaceRanges\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":2048,\"name\":\"getAutobindWrapperAttributes\",\"url\":\"classes/AbstractRichtextEditorAdapter.html#getAutobindWrapperAttributes\",\"classes\":\"\",\"parent\":\"AbstractRichtextEditorAdapter\"},{\"kind\":128,\"name\":\"CKEditorAdapter\",\"url\":\"classes/CKEditorAdapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CKEditorAdapter.html#constructor\",\"classes\":\"\",\"parent\":\"CKEditorAdapter\"},{\"kind\":1024,\"name\":\"editorId\",\"url\":\"classes/CKEditorAdapter.html#editorId\",\"classes\":\"\",\"parent\":\"CKEditorAdapter\"},{\"kind\":2048,\"name\":\"getEditor\",\"url\":\"classes/CKEditorAdapter.html#getEditor\",\"classes\":\"\",\"parent\":\"CKEditorAdapter\"},{\"kind\":2048,\"name\":\"getEditorDocument\",\"url\":\"classes/CKEditorAdapter.html#getEditorDocument\",\"classes\":\"\",\"parent\":\"CKEditorAdapter\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/CKEditorAdapter.html#getContent\",\"classes\":\"\",\"parent\":\"CKEditorAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/CKEditorAdapter.html#extractContentForCheck\",\"classes\":\"\",\"parent\":\"CKEditorAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/CKEditorAdapter.html#selectRanges\",\"classes\":\"\",\"parent\":\"CKEditorAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/CKEditorAdapter.html#replaceRanges\",\"classes\":\"\",\"parent\":\"CKEditorAdapter\"},{\"kind\":2048,\"name\":\"isInWysiwygMode\",\"url\":\"classes/CKEditorAdapter.html#isInWysiwygMode\",\"classes\":\"\",\"parent\":\"CKEditorAdapter\"},{\"kind\":1024,\"name\":\"config\",\"url\":\"classes/CKEditorAdapter.html#config\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditorAdapter\"},{\"kind\":1024,\"name\":\"currentContentChecking\",\"url\":\"classes/CKEditorAdapter.html#currentContentChecking\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditorAdapter\"},{\"kind\":1024,\"name\":\"lastContentChecked\",\"url\":\"classes/CKEditorAdapter.html#lastContentChecked\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditorAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/CKEditorAdapter.html#registerCheckCall\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditorAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/CKEditorAdapter.html#registerCheckResult\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditorAdapter\"},{\"kind\":2048,\"name\":\"scrollToCurrentSelection\",\"url\":\"classes/CKEditorAdapter.html#scrollToCurrentSelection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditorAdapter\"},{\"kind\":2048,\"name\":\"getAutobindWrapperAttributes\",\"url\":\"classes/CKEditorAdapter.html#getAutobindWrapperAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditorAdapter\"},{\"kind\":128,\"name\":\"CKEditor5Adapter\",\"url\":\"classes/CKEditor5Adapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CKEditor5Adapter.html#constructor\",\"classes\":\"\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":1024,\"name\":\"editorId\",\"url\":\"classes/CKEditor5Adapter.html#editorId\",\"classes\":\"\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"getEditor\",\"url\":\"classes/CKEditor5Adapter.html#getEditor\",\"classes\":\"\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"getEditorDocument\",\"url\":\"classes/CKEditor5Adapter.html#getEditorDocument\",\"classes\":\"\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/CKEditor5Adapter.html#getContent\",\"classes\":\"\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/CKEditor5Adapter.html#extractContentForCheck\",\"classes\":\"\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/CKEditor5Adapter.html#selectRanges\",\"classes\":\"\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"getEditorElement\",\"url\":\"classes/CKEditor5Adapter.html#getEditorElement\",\"classes\":\"\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/CKEditor5Adapter.html#replaceRanges\",\"classes\":\"\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"isInSourceEditingMode\",\"url\":\"classes/CKEditor5Adapter.html#isInSourceEditingMode\",\"classes\":\"\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":1024,\"name\":\"config\",\"url\":\"classes/CKEditor5Adapter.html#config\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":1024,\"name\":\"currentContentChecking\",\"url\":\"classes/CKEditor5Adapter.html#currentContentChecking\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":1024,\"name\":\"lastContentChecked\",\"url\":\"classes/CKEditor5Adapter.html#lastContentChecked\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/CKEditor5Adapter.html#registerCheckCall\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/CKEditor5Adapter.html#registerCheckResult\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"scrollToCurrentSelection\",\"url\":\"classes/CKEditor5Adapter.html#scrollToCurrentSelection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":2048,\"name\":\"getAutobindWrapperAttributes\",\"url\":\"classes/CKEditor5Adapter.html#getAutobindWrapperAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CKEditor5Adapter\"},{\"kind\":128,\"name\":\"TinyMCEAdapter\",\"url\":\"classes/TinyMCEAdapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TinyMCEAdapter.html#constructor\",\"classes\":\"\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":1024,\"name\":\"editorId\",\"url\":\"classes/TinyMCEAdapter.html#editorId\",\"classes\":\"\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":2048,\"name\":\"getEditor\",\"url\":\"classes/TinyMCEAdapter.html#getEditor\",\"classes\":\"\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/TinyMCEAdapter.html#getContent\",\"classes\":\"\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":2048,\"name\":\"getContentForCheckSelection\",\"url\":\"classes/TinyMCEAdapter.html#getContentForCheckSelection\",\"classes\":\"\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":2048,\"name\":\"getEditorDocument\",\"url\":\"classes/TinyMCEAdapter.html#getEditorDocument\",\"classes\":\"\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":1024,\"name\":\"config\",\"url\":\"classes/TinyMCEAdapter.html#config\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":1024,\"name\":\"currentContentChecking\",\"url\":\"classes/TinyMCEAdapter.html#currentContentChecking\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":1024,\"name\":\"lastContentChecked\",\"url\":\"classes/TinyMCEAdapter.html#lastContentChecked\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/TinyMCEAdapter.html#registerCheckCall\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/TinyMCEAdapter.html#registerCheckResult\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/TinyMCEAdapter.html#extractContentForCheck\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":2048,\"name\":\"scrollToCurrentSelection\",\"url\":\"classes/TinyMCEAdapter.html#scrollToCurrentSelection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/TinyMCEAdapter.html#selectRanges\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/TinyMCEAdapter.html#replaceRanges\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":2048,\"name\":\"getAutobindWrapperAttributes\",\"url\":\"classes/TinyMCEAdapter.html#getAutobindWrapperAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEAdapter\"},{\"kind\":128,\"name\":\"TinyMCEWordpressAdapter\",\"url\":\"classes/TinyMCEWordpressAdapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TinyMCEWordpressAdapter.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"getEditor\",\"url\":\"classes/TinyMCEWordpressAdapter.html#getEditor\",\"classes\":\"\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/TinyMCEWordpressAdapter.html#getContent\",\"classes\":\"\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"getEditorDocument\",\"url\":\"classes/TinyMCEWordpressAdapter.html#getEditorDocument\",\"classes\":\"\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"scrollToCurrentSelection\",\"url\":\"classes/TinyMCEWordpressAdapter.html#scrollToCurrentSelection\",\"classes\":\"\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"scrollToCurrentSelectionWithGlobalScrollbar\",\"url\":\"classes/TinyMCEWordpressAdapter.html#scrollToCurrentSelectionWithGlobalScrollbar\",\"classes\":\"\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":1024,\"name\":\"editorId\",\"url\":\"classes/TinyMCEWordpressAdapter.html#editorId\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"getContentForCheckSelection\",\"url\":\"classes/TinyMCEWordpressAdapter.html#getContentForCheckSelection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":1024,\"name\":\"config\",\"url\":\"classes/TinyMCEWordpressAdapter.html#config\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":1024,\"name\":\"currentContentChecking\",\"url\":\"classes/TinyMCEWordpressAdapter.html#currentContentChecking\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":1024,\"name\":\"lastContentChecked\",\"url\":\"classes/TinyMCEWordpressAdapter.html#lastContentChecked\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/TinyMCEWordpressAdapter.html#registerCheckCall\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/TinyMCEWordpressAdapter.html#registerCheckResult\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/TinyMCEWordpressAdapter.html#extractContentForCheck\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/TinyMCEWordpressAdapter.html#selectRanges\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/TinyMCEWordpressAdapter.html#replaceRanges\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":2048,\"name\":\"getAutobindWrapperAttributes\",\"url\":\"classes/TinyMCEWordpressAdapter.html#getAutobindWrapperAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TinyMCEWordpressAdapter\"},{\"kind\":128,\"name\":\"AutoBindAdapter\",\"url\":\"classes/AutoBindAdapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AutoBindAdapter.html#constructor\",\"classes\":\"\",\"parent\":\"AutoBindAdapter\"},{\"kind\":2048,\"name\":\"getFormat\",\"url\":\"classes/AutoBindAdapter.html#getFormat\",\"classes\":\"\",\"parent\":\"AutoBindAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/AutoBindAdapter.html#extractContentForCheck\",\"classes\":\"\",\"parent\":\"AutoBindAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/AutoBindAdapter.html#registerCheckCall\",\"classes\":\"\",\"parent\":\"AutoBindAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/AutoBindAdapter.html#registerCheckResult\",\"classes\":\"\",\"parent\":\"AutoBindAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/AutoBindAdapter.html#selectRanges\",\"classes\":\"\",\"parent\":\"AutoBindAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/AutoBindAdapter.html#replaceRanges\",\"classes\":\"\",\"parent\":\"AutoBindAdapter\"},{\"kind\":128,\"name\":\"AsyncAutoBindAdapter\",\"url\":\"classes/AsyncAutoBindAdapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AsyncAutoBindAdapter.html#constructor\",\"classes\":\"\",\"parent\":\"AsyncAutoBindAdapter\"},{\"kind\":1024,\"name\":\"isAsync\",\"url\":\"classes/AsyncAutoBindAdapter.html#isAsync\",\"classes\":\"\",\"parent\":\"AsyncAutoBindAdapter\"},{\"kind\":1024,\"name\":\"requiresSynchronization\",\"url\":\"classes/AsyncAutoBindAdapter.html#requiresSynchronization\",\"classes\":\"\",\"parent\":\"AsyncAutoBindAdapter\"},{\"kind\":2048,\"name\":\"getFormat\",\"url\":\"classes/AsyncAutoBindAdapter.html#getFormat\",\"classes\":\"\",\"parent\":\"AsyncAutoBindAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/AsyncAutoBindAdapter.html#extractContentForCheck\",\"classes\":\"\",\"parent\":\"AsyncAutoBindAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/AsyncAutoBindAdapter.html#registerCheckCall\",\"classes\":\"\",\"parent\":\"AsyncAutoBindAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/AsyncAutoBindAdapter.html#registerCheckResult\",\"classes\":\"\",\"parent\":\"AsyncAutoBindAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/AsyncAutoBindAdapter.html#selectRanges\",\"classes\":\"\",\"parent\":\"AsyncAutoBindAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/AsyncAutoBindAdapter.html#replaceRanges\",\"classes\":\"\",\"parent\":\"AsyncAutoBindAdapter\"},{\"kind\":128,\"name\":\"MultiEditorAdapter\",\"url\":\"classes/MultiEditorAdapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MultiEditorAdapter.html#constructor\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter\"},{\"kind\":2048,\"name\":\"getFormat\",\"url\":\"classes/MultiEditorAdapter.html#getFormat\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter\"},{\"kind\":2048,\"name\":\"addSingleAdapter\",\"url\":\"classes/MultiEditorAdapter.html#addSingleAdapter\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter\"},{\"kind\":2048,\"name\":\"removeAllAdapters\",\"url\":\"classes/MultiEditorAdapter.html#removeAllAdapters\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/MultiEditorAdapter.html#extractContentForCheck\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/MultiEditorAdapter.html#registerCheckCall\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/MultiEditorAdapter.html#registerCheckResult\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/MultiEditorAdapter.html#selectRanges\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter\"},{\"kind\":2048,\"name\":\"remapMatches\",\"url\":\"classes/MultiEditorAdapter.html#remapMatches\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MultiEditorAdapter.html#remapMatches.remapMatches-1.__type\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter.remapMatches.remapMatches\"},{\"kind\":2048,\"name\":\"getAdapterForMatch\",\"url\":\"classes/MultiEditorAdapter.html#getAdapterForMatch\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/MultiEditorAdapter.html#replaceRanges\",\"classes\":\"\",\"parent\":\"MultiEditorAdapter\"},{\"kind\":128,\"name\":\"AsyncMultiEditorAdapter\",\"url\":\"classes/AsyncMultiEditorAdapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AsyncMultiEditorAdapter.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":1024,\"name\":\"isAsync\",\"url\":\"classes/AsyncMultiEditorAdapter.html#isAsync\",\"classes\":\"\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":1024,\"name\":\"requiresSynchronization\",\"url\":\"classes/AsyncMultiEditorAdapter.html#requiresSynchronization\",\"classes\":\"\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":2048,\"name\":\"addSingleAdapter\",\"url\":\"classes/AsyncMultiEditorAdapter.html#addSingleAdapter\",\"classes\":\"\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/AsyncMultiEditorAdapter.html#selectRanges\",\"classes\":\"\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/AsyncMultiEditorAdapter.html#replaceRanges\",\"classes\":\"\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":2048,\"name\":\"getFormat\",\"url\":\"classes/AsyncMultiEditorAdapter.html#getFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":2048,\"name\":\"removeAllAdapters\",\"url\":\"classes/AsyncMultiEditorAdapter.html#removeAllAdapters\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/AsyncMultiEditorAdapter.html#extractContentForCheck\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/AsyncMultiEditorAdapter.html#registerCheckCall\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/AsyncMultiEditorAdapter.html#registerCheckResult\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":2048,\"name\":\"remapMatches\",\"url\":\"classes/AsyncMultiEditorAdapter.html#remapMatches\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AsyncMultiEditorAdapter.html#remapMatches.remapMatches-1.__type\",\"classes\":\"\",\"parent\":\"AsyncMultiEditorAdapter.remapMatches.remapMatches\"},{\"kind\":2048,\"name\":\"getAdapterForMatch\",\"url\":\"classes/AsyncMultiEditorAdapter.html#getAdapterForMatch\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AsyncMultiEditorAdapter\"},{\"kind\":64,\"name\":\"createPluginMessageAdapter\",\"url\":\"functions/createPluginMessageAdapter.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"loadSidebarCode\",\"url\":\"functions/loadSidebarCode.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"getSelectionHtmlRanges\",\"url\":\"functions/getSelectionHtmlRanges.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"lookupMatches\",\"url\":\"functions/lookupMatches.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"extractTextDomMapping\",\"url\":\"functions/extractTextDomMapping.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"CodeMirrorAdapter\",\"url\":\"classes/CodeMirrorAdapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CodeMirrorAdapter.html#constructor\",\"classes\":\"\",\"parent\":\"CodeMirrorAdapter\"},{\"kind\":2048,\"name\":\"configure\",\"url\":\"classes/CodeMirrorAdapter.html#configure\",\"classes\":\"\",\"parent\":\"CodeMirrorAdapter\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/CodeMirrorAdapter.html#getContent\",\"classes\":\"\",\"parent\":\"CodeMirrorAdapter\"},{\"kind\":2048,\"name\":\"getFormat\",\"url\":\"classes/CodeMirrorAdapter.html#getFormat\",\"classes\":\"\",\"parent\":\"CodeMirrorAdapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/CodeMirrorAdapter.html#extractContentForCheck\",\"classes\":\"\",\"parent\":\"CodeMirrorAdapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/CodeMirrorAdapter.html#registerCheckResult\",\"classes\":\"\",\"parent\":\"CodeMirrorAdapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/CodeMirrorAdapter.html#registerCheckCall\",\"classes\":\"\",\"parent\":\"CodeMirrorAdapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/CodeMirrorAdapter.html#selectRanges\",\"classes\":\"\",\"parent\":\"CodeMirrorAdapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/CodeMirrorAdapter.html#replaceRanges\",\"classes\":\"\",\"parent\":\"CodeMirrorAdapter\"},{\"kind\":128,\"name\":\"CodeMirror6Adapter\",\"url\":\"classes/CodeMirror6Adapter.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CodeMirror6Adapter.html#constructor\",\"classes\":\"\",\"parent\":\"CodeMirror6Adapter\"},{\"kind\":2048,\"name\":\"configure\",\"url\":\"classes/CodeMirror6Adapter.html#configure\",\"classes\":\"\",\"parent\":\"CodeMirror6Adapter\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/CodeMirror6Adapter.html#getContent\",\"classes\":\"\",\"parent\":\"CodeMirror6Adapter\"},{\"kind\":2048,\"name\":\"getFormat\",\"url\":\"classes/CodeMirror6Adapter.html#getFormat\",\"classes\":\"\",\"parent\":\"CodeMirror6Adapter\"},{\"kind\":2048,\"name\":\"extractContentForCheck\",\"url\":\"classes/CodeMirror6Adapter.html#extractContentForCheck\",\"classes\":\"\",\"parent\":\"CodeMirror6Adapter\"},{\"kind\":2048,\"name\":\"registerCheckResult\",\"url\":\"classes/CodeMirror6Adapter.html#registerCheckResult\",\"classes\":\"\",\"parent\":\"CodeMirror6Adapter\"},{\"kind\":2048,\"name\":\"registerCheckCall\",\"url\":\"classes/CodeMirror6Adapter.html#registerCheckCall\",\"classes\":\"\",\"parent\":\"CodeMirror6Adapter\"},{\"kind\":2048,\"name\":\"selectRanges\",\"url\":\"classes/CodeMirror6Adapter.html#selectRanges\",\"classes\":\"\",\"parent\":\"CodeMirror6Adapter\"},{\"kind\":2048,\"name\":\"replaceRanges\",\"url\":\"classes/CodeMirror6Adapter.html#replaceRanges\",\"classes\":\"\",\"parent\":\"CodeMirror6Adapter\"},{\"kind\":64,\"name\":\"initFloatingSidebar\",\"url\":\"functions/initFloatingSidebar.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"AsyncLocalStorage\",\"url\":\"classes/AsyncLocalStorage.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AsyncLocalStorage.html#constructor\",\"classes\":\"\",\"parent\":\"AsyncLocalStorage\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/AsyncLocalStorage.html#get\",\"classes\":\"\",\"parent\":\"AsyncLocalStorage\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/AsyncLocalStorage.html#set\",\"classes\":\"\",\"parent\":\"AsyncLocalStorage\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,51.08]],[\"comment/0\",[]],[\"name/1\",[1,27.726]],[\"comment/1\",[]],[\"name/2\",[2,51.08]],[\"comment/2\",[]],[\"name/3\",[3,42.607]],[\"comment/3\",[]],[\"name/4\",[4,51.08]],[\"comment/4\",[]],[\"name/5\",[5,51.08]],[\"comment/5\",[]],[\"name/6\",[6,51.08]],[\"comment/6\",[]],[\"name/7\",[7,51.08]],[\"comment/7\",[]],[\"name/8\",[8,51.08]],[\"comment/8\",[]],[\"name/9\",[9,51.08]],[\"comment/9\",[]],[\"name/10\",[10,27.101]],[\"comment/10\",[]],[\"name/11\",[11,27.101]],[\"comment/11\",[]],[\"name/12\",[12,31.621]],[\"comment/12\",[]],[\"name/13\",[13,29.107]],[\"comment/13\",[]],[\"name/14\",[14,26.512]],[\"comment/14\",[]],[\"name/15\",[15,26.512]],[\"comment/15\",[]],[\"name/16\",[16,26.512]],[\"comment/16\",[]],[\"name/17\",[17,30.711]],[\"comment/17\",[]],[\"name/18\",[18,51.08]],[\"comment/18\",[]],[\"name/19\",[19,40.094]],[\"comment/19\",[]],[\"name/20\",[20,40.094]],[\"comment/20\",[]],[\"name/21\",[10,27.101]],[\"comment/21\",[]],[\"name/22\",[11,27.101]],[\"comment/22\",[]],[\"name/23\",[12,31.621]],[\"comment/23\",[]],[\"name/24\",[13,29.107]],[\"comment/24\",[]],[\"name/25\",[14,26.512]],[\"comment/25\",[]],[\"name/26\",[15,26.512]],[\"comment/26\",[]],[\"name/27\",[16,26.512]],[\"comment/27\",[]],[\"name/28\",[17,30.711]],[\"comment/28\",[]],[\"name/29\",[21,51.08]],[\"comment/29\",[]],[\"name/30\",[12,31.621]],[\"comment/30\",[]],[\"name/31\",[13,29.107]],[\"comment/31\",[]],[\"name/32\",[14,26.512]],[\"comment/32\",[]],[\"name/33\",[15,26.512]],[\"comment/33\",[]],[\"name/34\",[16,26.512]],[\"comment/34\",[]],[\"name/35\",[17,30.711]],[\"comment/35\",[]],[\"name/36\",[22,51.08]],[\"comment/36\",[]],[\"name/37\",[1,27.726]],[\"comment/37\",[]],[\"name/38\",[23,42.607]],[\"comment/38\",[]],[\"name/39\",[24,33.734]],[\"comment/39\",[]],[\"name/40\",[13,29.107]],[\"comment/40\",[]],[\"name/41\",[25,51.08]],[\"comment/41\",[]],[\"name/42\",[12,31.621]],[\"comment/42\",[]],[\"name/43\",[14,26.512]],[\"comment/43\",[]],[\"name/44\",[16,26.512]],[\"comment/44\",[]],[\"name/45\",[15,26.512]],[\"comment/45\",[]],[\"name/46\",[26,51.08]],[\"comment/46\",[]],[\"name/47\",[10,27.101]],[\"comment/47\",[]],[\"name/48\",[27,51.08]],[\"comment/48\",[]],[\"name/49\",[28,51.08]],[\"comment/49\",[]],[\"name/50\",[11,27.101]],[\"comment/50\",[]],[\"name/51\",[17,30.711]],[\"comment/51\",[]],[\"name/52\",[29,51.08]],[\"comment/52\",[]],[\"name/53\",[1,27.726]],[\"comment/53\",[]],[\"name/54\",[23,42.607]],[\"comment/54\",[]],[\"name/55\",[30,42.607]],[\"comment/55\",[]],[\"name/56\",[13,29.107]],[\"comment/56\",[]],[\"name/57\",[31,34.985]],[\"comment/57\",[]],[\"name/58\",[24,33.734]],[\"comment/58\",[]],[\"name/59\",[32,34.985]],[\"comment/59\",[]],[\"name/60\",[33,34.985]],[\"comment/60\",[]],[\"name/61\",[15,26.512]],[\"comment/61\",[]],[\"name/62\",[16,26.512]],[\"comment/62\",[]],[\"name/63\",[14,26.512]],[\"comment/63\",[]],[\"name/64\",[34,34.985]],[\"comment/64\",[]],[\"name/65\",[10,27.101]],[\"comment/65\",[]],[\"name/66\",[11,27.101]],[\"comment/66\",[]],[\"name/67\",[17,30.711]],[\"comment/67\",[]],[\"name/68\",[35,51.08]],[\"comment/68\",[]],[\"name/69\",[1,27.726]],[\"comment/69\",[]],[\"name/70\",[23,42.607]],[\"comment/70\",[]],[\"name/71\",[19,40.094]],[\"comment/71\",[]],[\"name/72\",[20,40.094]],[\"comment/72\",[]],[\"name/73\",[30,42.607]],[\"comment/73\",[]],[\"name/74\",[13,29.107]],[\"comment/74\",[]],[\"name/75\",[31,34.985]],[\"comment/75\",[]],[\"name/76\",[10,27.101]],[\"comment/76\",[]],[\"name/77\",[11,27.101]],[\"comment/77\",[]],[\"name/78\",[36,51.08]],[\"comment/78\",[]],[\"name/79\",[37,51.08]],[\"comment/79\",[]],[\"name/80\",[24,33.734]],[\"comment/80\",[]],[\"name/81\",[32,34.985]],[\"comment/81\",[]],[\"name/82\",[33,34.985]],[\"comment/82\",[]],[\"name/83\",[15,26.512]],[\"comment/83\",[]],[\"name/84\",[16,26.512]],[\"comment/84\",[]],[\"name/85\",[14,26.512]],[\"comment/85\",[]],[\"name/86\",[34,34.985]],[\"comment/86\",[]],[\"name/87\",[17,30.711]],[\"comment/87\",[]],[\"name/88\",[38,51.08]],[\"comment/88\",[]],[\"name/89\",[24,33.734]],[\"comment/89\",[]],[\"name/90\",[32,34.985]],[\"comment/90\",[]],[\"name/91\",[33,34.985]],[\"comment/91\",[]],[\"name/92\",[31,34.985]],[\"comment/92\",[]],[\"name/93\",[13,29.107]],[\"comment/93\",[]],[\"name/94\",[15,26.512]],[\"comment/94\",[]],[\"name/95\",[16,26.512]],[\"comment/95\",[]],[\"name/96\",[14,26.512]],[\"comment/96\",[]],[\"name/97\",[34,34.985]],[\"comment/97\",[]],[\"name/98\",[10,27.101]],[\"comment/98\",[]],[\"name/99\",[11,27.101]],[\"comment/99\",[]],[\"name/100\",[17,30.711]],[\"comment/100\",[]],[\"name/101\",[39,51.08]],[\"comment/101\",[]],[\"name/102\",[1,27.726]],[\"comment/102\",[]],[\"name/103\",[40,40.094]],[\"comment/103\",[]],[\"name/104\",[41,40.094]],[\"comment/104\",[]],[\"name/105\",[31,34.985]],[\"comment/105\",[]],[\"name/106\",[13,29.107]],[\"comment/106\",[]],[\"name/107\",[14,26.512]],[\"comment/107\",[]],[\"name/108\",[10,27.101]],[\"comment/108\",[]],[\"name/109\",[11,27.101]],[\"comment/109\",[]],[\"name/110\",[42,51.08]],[\"comment/110\",[]],[\"name/111\",[24,33.734]],[\"comment/111\",[]],[\"name/112\",[32,34.985]],[\"comment/112\",[]],[\"name/113\",[33,34.985]],[\"comment/113\",[]],[\"name/114\",[15,26.512]],[\"comment/114\",[]],[\"name/115\",[16,26.512]],[\"comment/115\",[]],[\"name/116\",[34,34.985]],[\"comment/116\",[]],[\"name/117\",[17,30.711]],[\"comment/117\",[]],[\"name/118\",[43,51.08]],[\"comment/118\",[]],[\"name/119\",[1,27.726]],[\"comment/119\",[]],[\"name/120\",[40,40.094]],[\"comment/120\",[]],[\"name/121\",[41,40.094]],[\"comment/121\",[]],[\"name/122\",[31,34.985]],[\"comment/122\",[]],[\"name/123\",[13,29.107]],[\"comment/123\",[]],[\"name/124\",[14,26.512]],[\"comment/124\",[]],[\"name/125\",[10,27.101]],[\"comment/125\",[]],[\"name/126\",[30,42.607]],[\"comment/126\",[]],[\"name/127\",[11,27.101]],[\"comment/127\",[]],[\"name/128\",[44,51.08]],[\"comment/128\",[]],[\"name/129\",[24,33.734]],[\"comment/129\",[]],[\"name/130\",[32,34.985]],[\"comment/130\",[]],[\"name/131\",[33,34.985]],[\"comment/131\",[]],[\"name/132\",[15,26.512]],[\"comment/132\",[]],[\"name/133\",[16,26.512]],[\"comment/133\",[]],[\"name/134\",[34,34.985]],[\"comment/134\",[]],[\"name/135\",[17,30.711]],[\"comment/135\",[]],[\"name/136\",[45,51.08]],[\"comment/136\",[]],[\"name/137\",[1,27.726]],[\"comment/137\",[]],[\"name/138\",[40,40.094]],[\"comment/138\",[]],[\"name/139\",[41,40.094]],[\"comment/139\",[]],[\"name/140\",[13,29.107]],[\"comment/140\",[]],[\"name/141\",[46,45.971]],[\"comment/141\",[]],[\"name/142\",[31,34.985]],[\"comment/142\",[]],[\"name/143\",[24,33.734]],[\"comment/143\",[]],[\"name/144\",[32,34.985]],[\"comment/144\",[]],[\"name/145\",[33,34.985]],[\"comment/145\",[]],[\"name/146\",[15,26.512]],[\"comment/146\",[]],[\"name/147\",[16,26.512]],[\"comment/147\",[]],[\"name/148\",[14,26.512]],[\"comment/148\",[]],[\"name/149\",[34,34.985]],[\"comment/149\",[]],[\"name/150\",[10,27.101]],[\"comment/150\",[]],[\"name/151\",[11,27.101]],[\"comment/151\",[]],[\"name/152\",[17,30.711]],[\"comment/152\",[]],[\"name/153\",[47,51.08]],[\"comment/153\",[]],[\"name/154\",[1,27.726]],[\"comment/154\",[]],[\"name/155\",[41,40.094]],[\"comment/155\",[]],[\"name/156\",[13,29.107]],[\"comment/156\",[]],[\"name/157\",[31,34.985]],[\"comment/157\",[]],[\"name/158\",[34,34.985]],[\"comment/158\",[]],[\"name/159\",[48,51.08]],[\"comment/159\",[]],[\"name/160\",[40,40.094]],[\"comment/160\",[]],[\"name/161\",[46,45.971]],[\"comment/161\",[]],[\"name/162\",[24,33.734]],[\"comment/162\",[]],[\"name/163\",[32,34.985]],[\"comment/163\",[]],[\"name/164\",[33,34.985]],[\"comment/164\",[]],[\"name/165\",[15,26.512]],[\"comment/165\",[]],[\"name/166\",[16,26.512]],[\"comment/166\",[]],[\"name/167\",[14,26.512]],[\"comment/167\",[]],[\"name/168\",[10,27.101]],[\"comment/168\",[]],[\"name/169\",[11,27.101]],[\"comment/169\",[]],[\"name/170\",[17,30.711]],[\"comment/170\",[]],[\"name/171\",[49,51.08]],[\"comment/171\",[]],[\"name/172\",[1,27.726]],[\"comment/172\",[]],[\"name/173\",[12,31.621]],[\"comment/173\",[]],[\"name/174\",[14,26.512]],[\"comment/174\",[]],[\"name/175\",[15,26.512]],[\"comment/175\",[]],[\"name/176\",[16,26.512]],[\"comment/176\",[]],[\"name/177\",[10,27.101]],[\"comment/177\",[]],[\"name/178\",[11,27.101]],[\"comment/178\",[]],[\"name/179\",[50,51.08]],[\"comment/179\",[]],[\"name/180\",[1,27.726]],[\"comment/180\",[]],[\"name/181\",[19,40.094]],[\"comment/181\",[]],[\"name/182\",[20,40.094]],[\"comment/182\",[]],[\"name/183\",[12,31.621]],[\"comment/183\",[]],[\"name/184\",[14,26.512]],[\"comment/184\",[]],[\"name/185\",[15,26.512]],[\"comment/185\",[]],[\"name/186\",[16,26.512]],[\"comment/186\",[]],[\"name/187\",[10,27.101]],[\"comment/187\",[]],[\"name/188\",[11,27.101]],[\"comment/188\",[]],[\"name/189\",[51,51.08]],[\"comment/189\",[]],[\"name/190\",[1,27.726]],[\"comment/190\",[]],[\"name/191\",[12,31.621]],[\"comment/191\",[]],[\"name/192\",[52,45.971]],[\"comment/192\",[]],[\"name/193\",[53,45.971]],[\"comment/193\",[]],[\"name/194\",[14,26.512]],[\"comment/194\",[]],[\"name/195\",[15,26.512]],[\"comment/195\",[]],[\"name/196\",[16,26.512]],[\"comment/196\",[]],[\"name/197\",[10,27.101]],[\"comment/197\",[]],[\"name/198\",[54,45.971]],[\"comment/198\",[]],[\"name/199\",[55,45.971]],[\"comment/199\",[]],[\"name/200\",[56,45.971]],[\"comment/200\",[]],[\"name/201\",[11,27.101]],[\"comment/201\",[]],[\"name/202\",[57,51.08]],[\"comment/202\",[]],[\"name/203\",[1,27.726]],[\"comment/203\",[]],[\"name/204\",[19,40.094]],[\"comment/204\",[]],[\"name/205\",[20,40.094]],[\"comment/205\",[]],[\"name/206\",[52,45.971]],[\"comment/206\",[]],[\"name/207\",[10,27.101]],[\"comment/207\",[]],[\"name/208\",[11,27.101]],[\"comment/208\",[]],[\"name/209\",[12,31.621]],[\"comment/209\",[]],[\"name/210\",[53,45.971]],[\"comment/210\",[]],[\"name/211\",[14,26.512]],[\"comment/211\",[]],[\"name/212\",[15,26.512]],[\"comment/212\",[]],[\"name/213\",[16,26.512]],[\"comment/213\",[]],[\"name/214\",[54,45.971]],[\"comment/214\",[]],[\"name/215\",[55,45.971]],[\"comment/215\",[]],[\"name/216\",[56,45.971]],[\"comment/216\",[]],[\"name/217\",[58,51.08]],[\"comment/217\",[]],[\"name/218\",[59,51.08]],[\"comment/218\",[]],[\"name/219\",[60,51.08]],[\"comment/219\",[]],[\"name/220\",[61,51.08]],[\"comment/220\",[]],[\"name/221\",[62,51.08]],[\"comment/221\",[]],[\"name/222\",[63,51.08]],[\"comment/222\",[]],[\"name/223\",[1,27.726]],[\"comment/223\",[]],[\"name/224\",[3,42.607]],[\"comment/224\",[]],[\"name/225\",[13,29.107]],[\"comment/225\",[]],[\"name/226\",[12,31.621]],[\"comment/226\",[]],[\"name/227\",[14,26.512]],[\"comment/227\",[]],[\"name/228\",[16,26.512]],[\"comment/228\",[]],[\"name/229\",[15,26.512]],[\"comment/229\",[]],[\"name/230\",[10,27.101]],[\"comment/230\",[]],[\"name/231\",[11,27.101]],[\"comment/231\",[]],[\"name/232\",[64,51.08]],[\"comment/232\",[]],[\"name/233\",[1,27.726]],[\"comment/233\",[]],[\"name/234\",[3,42.607]],[\"comment/234\",[]],[\"name/235\",[13,29.107]],[\"comment/235\",[]],[\"name/236\",[12,31.621]],[\"comment/236\",[]],[\"name/237\",[14,26.512]],[\"comment/237\",[]],[\"name/238\",[16,26.512]],[\"comment/238\",[]],[\"name/239\",[15,26.512]],[\"comment/239\",[]],[\"name/240\",[10,27.101]],[\"comment/240\",[]],[\"name/241\",[11,27.101]],[\"comment/241\",[]],[\"name/242\",[65,51.08]],[\"comment/242\",[]],[\"name/243\",[66,51.08]],[\"comment/243\",[]],[\"name/244\",[1,27.726]],[\"comment/244\",[]],[\"name/245\",[67,51.08]],[\"comment/245\",[]],[\"name/246\",[68,51.08]],[\"comment/246\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":55,\"name\":{\"199\":{},\"215\":{}},\"comment\":{}}],[\"abstractrichtexteditoradapter\",{\"_index\":38,\"name\":{\"88\":{}},\"comment\":{}}],[\"acrolinxplugin\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"adapterinterface\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"addsingleadapter\",{\"_index\":52,\"name\":{\"192\":{},\"206\":{}},\"comment\":{}}],[\"asyncadapterinterface\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"asyncautobindadapter\",{\"_index\":50,\"name\":{\"179\":{}},\"comment\":{}}],[\"asynclocalstorage\",{\"_index\":66,\"name\":{\"243\":{}},\"comment\":{}}],[\"asyncmultieditoradapter\",{\"_index\":57,\"name\":{\"202\":{}},\"comment\":{}}],[\"autobindadapter\",{\"_index\":49,\"name\":{\"171\":{}},\"comment\":{}}],[\"autobindfloatingsidebar\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"check\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"ckeditor5adapter\",{\"_index\":43,\"name\":{\"118\":{}},\"comment\":{}}],[\"ckeditoradapter\",{\"_index\":39,\"name\":{\"101\":{}},\"comment\":{}}],[\"codemirror6adapter\",{\"_index\":64,\"name\":{\"232\":{}},\"comment\":{}}],[\"codemirroradapter\",{\"_index\":63,\"name\":{\"222\":{}},\"comment\":{}}],[\"commonadapterinterface\",{\"_index\":21,\"name\":{\"29\":{}},\"comment\":{}}],[\"config\",{\"_index\":24,\"name\":{\"39\":{},\"58\":{},\"80\":{},\"89\":{},\"111\":{},\"129\":{},\"143\":{},\"162\":{}},\"comment\":{}}],[\"configure\",{\"_index\":3,\"name\":{\"3\":{},\"224\":{},\"234\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"37\":{},\"53\":{},\"69\":{},\"102\":{},\"119\":{},\"137\":{},\"154\":{},\"172\":{},\"180\":{},\"190\":{},\"203\":{},\"223\":{},\"233\":{},\"244\":{}},\"comment\":{}}],[\"contenteditableadapter\",{\"_index\":29,\"name\":{\"52\":{}},\"comment\":{}}],[\"createpluginmessageadapter\",{\"_index\":58,\"name\":{\"217\":{}},\"comment\":{}}],[\"currentcontentchecking\",{\"_index\":32,\"name\":{\"59\":{},\"81\":{},\"90\":{},\"112\":{},\"130\":{},\"144\":{},\"163\":{}},\"comment\":{}}],[\"dispose\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"editorid\",{\"_index\":40,\"name\":{\"103\":{},\"120\":{},\"138\":{},\"160\":{}},\"comment\":{}}],[\"element\",{\"_index\":23,\"name\":{\"38\":{},\"54\":{},\"70\":{}},\"comment\":{}}],[\"extractcontentforcheck\",{\"_index\":14,\"name\":{\"14\":{},\"25\":{},\"32\":{},\"43\":{},\"63\":{},\"85\":{},\"96\":{},\"107\":{},\"124\":{},\"148\":{},\"167\":{},\"174\":{},\"184\":{},\"194\":{},\"211\":{},\"227\":{},\"237\":{}},\"comment\":{}}],[\"extracttextdommapping\",{\"_index\":62,\"name\":{\"221\":{}},\"comment\":{}}],[\"get\",{\"_index\":67,\"name\":{\"245\":{}},\"comment\":{}}],[\"getadapterformatch\",{\"_index\":56,\"name\":{\"200\":{},\"216\":{}},\"comment\":{}}],[\"getautobindwrapperattributes\",{\"_index\":17,\"name\":{\"17\":{},\"28\":{},\"35\":{},\"51\":{},\"67\":{},\"87\":{},\"100\":{},\"117\":{},\"135\":{},\"152\":{},\"170\":{}},\"comment\":{}}],[\"getcontent\",{\"_index\":13,\"name\":{\"13\":{},\"24\":{},\"31\":{},\"40\":{},\"56\":{},\"74\":{},\"93\":{},\"106\":{},\"123\":{},\"140\":{},\"156\":{},\"225\":{},\"235\":{}},\"comment\":{}}],[\"getcontentforcheckselection\",{\"_index\":46,\"name\":{\"141\":{},\"161\":{}},\"comment\":{}}],[\"getcurrenttext\",{\"_index\":25,\"name\":{\"41\":{}},\"comment\":{}}],[\"geteditor\",{\"_index\":41,\"name\":{\"104\":{},\"121\":{},\"139\":{},\"155\":{}},\"comment\":{}}],[\"geteditordocument\",{\"_index\":31,\"name\":{\"57\":{},\"75\":{},\"92\":{},\"105\":{},\"122\":{},\"142\":{},\"157\":{}},\"comment\":{}}],[\"geteditorelement\",{\"_index\":30,\"name\":{\"55\":{},\"73\":{},\"126\":{}},\"comment\":{}}],[\"getformat\",{\"_index\":12,\"name\":{\"12\":{},\"23\":{},\"30\":{},\"42\":{},\"173\":{},\"183\":{},\"191\":{},\"209\":{},\"226\":{},\"236\":{}},\"comment\":{}}],[\"getselectionhtmlranges\",{\"_index\":60,\"name\":{\"219\":{}},\"comment\":{}}],[\"init\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"initfloatingsidebar\",{\"_index\":65,\"name\":{\"242\":{}},\"comment\":{}}],[\"inputadapter\",{\"_index\":22,\"name\":{\"36\":{}},\"comment\":{}}],[\"isasync\",{\"_index\":19,\"name\":{\"19\":{},\"71\":{},\"181\":{},\"204\":{}},\"comment\":{}}],[\"isinsourceeditingmode\",{\"_index\":44,\"name\":{\"128\":{}},\"comment\":{}}],[\"isinwysiwygmode\",{\"_index\":42,\"name\":{\"110\":{}},\"comment\":{}}],[\"lastcontentchecked\",{\"_index\":33,\"name\":{\"60\":{},\"82\":{},\"91\":{},\"113\":{},\"131\":{},\"145\":{},\"164\":{}},\"comment\":{}}],[\"loadsidebarcode\",{\"_index\":59,\"name\":{\"218\":{}},\"comment\":{}}],[\"lookupmatches\",{\"_index\":61,\"name\":{\"220\":{}},\"comment\":{}}],[\"multieditoradapter\",{\"_index\":51,\"name\":{\"189\":{}},\"comment\":{}}],[\"registeradapter\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"registercheckcall\",{\"_index\":15,\"name\":{\"15\":{},\"26\":{},\"33\":{},\"45\":{},\"61\":{},\"83\":{},\"94\":{},\"114\":{},\"132\":{},\"146\":{},\"165\":{},\"175\":{},\"185\":{},\"195\":{},\"212\":{},\"229\":{},\"239\":{}},\"comment\":{}}],[\"registercheckresult\",{\"_index\":16,\"name\":{\"16\":{},\"27\":{},\"34\":{},\"44\":{},\"62\":{},\"84\":{},\"95\":{},\"115\":{},\"133\":{},\"147\":{},\"166\":{},\"176\":{},\"186\":{},\"196\":{},\"213\":{},\"228\":{},\"238\":{}},\"comment\":{}}],[\"remapmatches\",{\"_index\":54,\"name\":{\"198\":{},\"214\":{}},\"comment\":{}}],[\"removealladapters\",{\"_index\":53,\"name\":{\"193\":{},\"210\":{}},\"comment\":{}}],[\"replacealignedmatches\",{\"_index\":28,\"name\":{\"49\":{}},\"comment\":{}}],[\"replaceranges\",{\"_index\":11,\"name\":{\"11\":{},\"22\":{},\"50\":{},\"66\":{},\"77\":{},\"99\":{},\"109\":{},\"127\":{},\"151\":{},\"169\":{},\"178\":{},\"188\":{},\"201\":{},\"208\":{},\"231\":{},\"241\":{}},\"comment\":{}}],[\"requiressynchronization\",{\"_index\":20,\"name\":{\"20\":{},\"72\":{},\"182\":{},\"205\":{}},\"comment\":{}}],[\"scrollandselect\",{\"_index\":26,\"name\":{\"46\":{}},\"comment\":{}}],[\"scrollintoview\",{\"_index\":37,\"name\":{\"79\":{}},\"comment\":{}}],[\"scrolltocurrentselection\",{\"_index\":34,\"name\":{\"64\":{},\"86\":{},\"97\":{},\"116\":{},\"134\":{},\"149\":{},\"158\":{}},\"comment\":{}}],[\"scrolltocurrentselectionwithglobalscrollbar\",{\"_index\":48,\"name\":{\"159\":{}},\"comment\":{}}],[\"selectmatches\",{\"_index\":27,\"name\":{\"48\":{}},\"comment\":{}}],[\"selectranges\",{\"_index\":10,\"name\":{\"10\":{},\"21\":{},\"47\":{},\"65\":{},\"76\":{},\"98\":{},\"108\":{},\"125\":{},\"150\":{},\"168\":{},\"177\":{},\"187\":{},\"197\":{},\"207\":{},\"230\":{},\"240\":{}},\"comment\":{}}],[\"selecttext\",{\"_index\":36,\"name\":{\"78\":{}},\"comment\":{}}],[\"set\",{\"_index\":68,\"name\":{\"246\":{}},\"comment\":{}}],[\"showmessage\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"statebasedcontenteditableadapter\",{\"_index\":35,\"name\":{\"68\":{}},\"comment\":{}}],[\"tinymceadapter\",{\"_index\":45,\"name\":{\"136\":{}},\"comment\":{}}],[\"tinymcewordpressadapter\",{\"_index\":47,\"name\":{\"153\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/pluginDoc/assets/style.css b/pluginDoc/assets/style.css index 18b4f8fe..9d619a64 100644 --- a/pluginDoc/assets/style.css +++ b/pluginDoc/assets/style.css @@ -10,7 +10,9 @@ --light-color-text: #222; --light-color-text-aside: #6e6e6e; --light-color-link: #1f70c2; + --light-color-focus-outline: #3584e4; + --light-color-ts-keyword: #056bd6; --light-color-ts-project: #b111c9; --light-color-ts-module: var(--light-color-ts-project); --light-color-ts-namespace: var(--light-color-ts-project); @@ -28,13 +30,13 @@ --light-color-ts-constructor-signature: var(--light-color-ts-constructor); --light-color-ts-parameter: var(--light-color-ts-variable); /* type literal not included as links will never be generated to it */ - --light-color-ts-type-parameter: var(--light-color-ts-type-alias); + --light-color-ts-type-parameter: #a55c0e; --light-color-ts-accessor: var(--light-color-ts-property); --light-color-ts-get-signature: var(--light-color-ts-accessor); --light-color-ts-set-signature: var(--light-color-ts-accessor); - /* object literal not included as it is not used and will be removed in 0.25 */ --light-color-ts-type-alias: #d51270; /* reference not included as links will be colored with the kind that it points to */ + --light-color-document: #000000; --light-external-icon: url("data:image/svg+xml;utf8,"); --light-color-scheme: light; @@ -50,7 +52,9 @@ --dark-color-text: #f5f5f5; --dark-color-text-aside: #dddddd; --dark-color-link: #00aff4; + --dark-color-focus-outline: #4c97f2; + --dark-color-ts-keyword: #3399ff; --dark-color-ts-project: #e358ff; --dark-color-ts-module: var(--dark-color-ts-project); --dark-color-ts-namespace: var(--dark-color-ts-project); @@ -68,13 +72,13 @@ --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); --dark-color-ts-parameter: var(--dark-color-ts-variable); /* type literal not included as links will never be generated to it */ - --dark-color-ts-type-parameter: var(--dark-color-ts-type-alias); + --dark-color-ts-type-parameter: #e07d13; --dark-color-ts-accessor: var(--dark-color-ts-property); --dark-color-ts-get-signature: var(--dark-color-ts-accessor); --dark-color-ts-set-signature: var(--dark-color-ts-accessor); - /* object literal not included as it is not used and will be removed in 0.25 */ --dark-color-ts-type-alias: #ff6492; /* reference not included as links will be colored with the kind that it points to */ + --dark-color-document: #ffffff; --dark-external-icon: url("data:image/svg+xml;utf8,"); --dark-color-scheme: dark; @@ -92,7 +96,9 @@ --color-text: var(--light-color-text); --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + --color-ts-keyword: var(--light-color-ts-keyword); --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); --color-ts-enum: var(--light-color-ts-enum); @@ -115,6 +121,7 @@ --color-ts-get-signature: var(--light-color-ts-get-signature); --color-ts-set-signature: var(--light-color-ts-set-signature); --color-ts-type-alias: var(--light-color-ts-type-alias); + --color-document: var(--light-color-document); --external-icon: var(--light-external-icon); --color-scheme: var(--light-color-scheme); @@ -133,7 +140,9 @@ --color-text: var(--dark-color-text); --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + --color-ts-keyword: var(--dark-color-ts-keyword); --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); --color-ts-enum: var(--dark-color-ts-enum); @@ -156,6 +165,7 @@ --color-ts-get-signature: var(--dark-color-ts-get-signature); --color-ts-set-signature: var(--dark-color-ts-set-signature); --color-ts-type-alias: var(--dark-color-ts-type-alias); + --color-document: var(--dark-color-document); --external-icon: var(--dark-external-icon); --color-scheme: var(--dark-color-scheme); @@ -181,7 +191,9 @@ body { --color-text: var(--light-color-text); --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + --color-ts-keyword: var(--light-color-ts-keyword); --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); --color-ts-enum: var(--light-color-ts-enum); @@ -204,6 +216,7 @@ body { --color-ts-get-signature: var(--light-color-ts-get-signature); --color-ts-set-signature: var(--light-color-ts-set-signature); --color-ts-type-alias: var(--light-color-ts-type-alias); + --color-document: var(--light-color-document); --external-icon: var(--light-external-icon); --color-scheme: var(--light-color-scheme); @@ -220,7 +233,9 @@ body { --color-text: var(--dark-color-text); --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + --color-ts-keyword: var(--dark-color-ts-keyword); --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); --color-ts-enum: var(--dark-color-ts-enum); @@ -243,11 +258,17 @@ body { --color-ts-get-signature: var(--dark-color-ts-get-signature); --color-ts-set-signature: var(--dark-color-ts-set-signature); --color-ts-type-alias: var(--dark-color-ts-type-alias); + --color-document: var(--dark-color-document); --external-icon: var(--dark-external-icon); --color-scheme: var(--dark-color-scheme); } +*:focus-visible, +.tsd-accordion-summary:focus-visible svg { + outline: 2px solid var(--color-focus-outline); +} + .always-visible, .always-visible .tsd-signatures { display: inherit !important; @@ -262,16 +283,6 @@ h6 { line-height: 1.2; } -h1 > a, -h2 > a, -h3 > a, -h4 > a, -h5 > a, -h6 > a { - text-decoration: none; - color: var(--color-text); -} - h1 { font-size: 1.875rem; margin: 0.67rem 0; @@ -302,10 +313,6 @@ h6 { margin: 2.33rem 0; } -.uppercase { - text-transform: uppercase; -} - dl, menu, ol, @@ -323,17 +330,14 @@ dd { } /* Footer */ -.tsd-generator { +footer { border-top: 1px solid var(--color-accent); padding-top: 1rem; padding-bottom: 1rem; max-height: 3.5rem; } - -.tsd-generator > p { - margin-top: 0; - margin-bottom: 0; - padding: 0 1rem; +footer > p { + margin: 0 1em; } .container-main { @@ -401,7 +405,8 @@ dd { } body { background: var(--color-background); - font-family: "Segoe UI", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 16px; color: var(--color-text); } @@ -419,6 +424,9 @@ a.external[target="_blank"] { background-repeat: no-repeat; padding-right: 13px; } +a.tsd-anchor-link { + color: var(--color-text); +} code, pre { @@ -468,13 +476,12 @@ blockquote { padding: 0 0 0 20px; margin: 0; } -.tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, +.tsd-typography h4, .tsd-typography h5, .tsd-typography h6 { font-size: 1em; - margin: 0; } .tsd-typography h5, .tsd-typography h6 { @@ -485,6 +492,19 @@ blockquote { .tsd-typography ol { margin: 1em 0; } +.tsd-typography table { + border-collapse: collapse; + border: none; +} +.tsd-typography td, +.tsd-typography th { + padding: 6px 13px; + border: 1px solid var(--color-accent); +} +.tsd-typography thead, +.tsd-typography tr:nth-child(even) { + background-color: var(--color-background-secondary); +} .tsd-breadcrumb { margin: 0; @@ -566,13 +586,13 @@ dl.tsd-comment-tag-group p { } .tsd-filter-input { display: flex; - width: fit-content; width: -moz-fit-content; + width: fit-content; align-items: center; - user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; + user-select: none; cursor: pointer; } .tsd-filter-input input[type="checkbox"] { @@ -595,11 +615,8 @@ dl.tsd-comment-tag-group p { Don't remove unless you know what you're doing. */ opacity: 0.99; } -.tsd-filter-input input[type="checkbox"]:focus + svg { - transform: scale(0.95); -} -.tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg { - transform: scale(1); +.tsd-filter-input input[type="checkbox"]:focus-visible + svg { + outline: 2px solid var(--color-focus-outline); } .tsd-checkbox-background { fill: var(--color-accent); @@ -616,13 +633,18 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { stroke: var(--color-accent); } -.tsd-theme-toggle { - padding-top: 0.75rem; +.settings-label { + font-weight: bold; + text-transform: uppercase; + display: inline-block; } -.tsd-theme-toggle > h4 { - display: inline; - vertical-align: middle; - margin-right: 0.75rem; + +.tsd-filter-visibility .settings-label { + margin: 0.75rem 0 0.5rem 0; +} + +.tsd-theme-toggle .settings-label { + margin: 0.75rem 0.75rem 0 0; } .tsd-hierarchy { @@ -633,6 +655,28 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { font-weight: bold; } +.tsd-full-hierarchy:not(:last-child) { + margin-bottom: 1em; + padding-bottom: 1em; + border-bottom: 1px solid var(--color-accent); +} +.tsd-full-hierarchy, +.tsd-full-hierarchy ul { + list-style: none; + margin: 0; + padding: 0; +} +.tsd-full-hierarchy ul { + padding-left: 1.5rem; +} +.tsd-full-hierarchy a { + padding: 0.25rem 0 !important; + font-size: 1rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} + .tsd-panel-group.tsd-index-group { margin-bottom: 0; } @@ -698,12 +742,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { } .tsd-navigation > a, .tsd-navigation .tsd-accordion-summary { - width: calc(100% - 0.5rem); + width: calc(100% - 0.25rem); + display: flex; + align-items: center; } .tsd-navigation a, .tsd-navigation summary > span, .tsd-page-navigation a { - display: inline-flex; + display: flex; + width: calc(100% - 0.25rem); align-items: center; padding: 0.25rem; color: var(--color-text); @@ -730,6 +777,9 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { padding: 0; max-width: 100%; } +.tsd-navigation .tsd-nav-link { + display: none; +} .tsd-nested-navigation { margin-left: 3rem; } @@ -743,11 +793,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { margin-left: -1.5rem; } -.tsd-nested-navigation > li > a, -.tsd-nested-navigation > li > span { - width: calc(100% - 1.75rem - 0.5rem); +.tsd-page-navigation-section { + margin-left: 10px; +} +.tsd-page-navigation-section > summary { + padding: 0.25rem; +} +.tsd-page-navigation-section > div { + margin-left: 20px; } - .tsd-page-navigation ul { padding-left: 1.75rem; } @@ -778,10 +832,10 @@ a.tsd-index-link { } .tsd-accordion-summary, .tsd-accordion-summary a { - user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; + user-select: none; cursor: pointer; } @@ -794,8 +848,9 @@ a.tsd-index-link { padding-top: 0; padding-bottom: 0; } -.tsd-index-accordion .tsd-accordion-summary > svg { +.tsd-accordion .tsd-accordion-summary > svg { margin-left: 0.25rem; + vertical-align: text-top; } .tsd-index-content > :not(:first-child) { margin-top: 0.75rem; @@ -843,7 +898,7 @@ a.tsd-index-link { } .tsd-panel-group { - margin: 4rem 0; + margin: 2rem 0; } .tsd-panel-group.tsd-index-group { margin: 2rem 0; @@ -851,6 +906,9 @@ a.tsd-index-link { .tsd-panel-group.tsd-index-group details { margin: 2rem 0; } +.tsd-panel-group > .tsd-accordion-summary { + margin-bottom: 1rem; +} #tsd-search { transition: background-color 0.2s; @@ -900,8 +958,9 @@ a.tsd-index-link { box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } #tsd-search .results li { - padding: 0 10px; background-color: var(--color-background); + line-height: initial; + padding: 4px; } #tsd-search .results li:nth-child(even) { background-color: var(--color-background-secondary); @@ -909,12 +968,15 @@ a.tsd-index-link { #tsd-search .results li.state { display: none; } -#tsd-search .results li.current, -#tsd-search .results li:hover { +#tsd-search .results li.current:not(.no-results), +#tsd-search .results li:hover:not(.no-results) { background-color: var(--color-accent); } #tsd-search .results a { - display: block; + display: flex; + align-items: center; + padding: 0.25rem; + box-sizing: border-box; } #tsd-search .results a:before { top: 10px; @@ -970,6 +1032,11 @@ a.tsd-index-link { overflow-x: auto; } +.tsd-signature-keyword { + color: var(--color-ts-keyword); + font-weight: normal; +} + .tsd-signature-symbol { color: var(--color-text-aside); font-weight: normal; @@ -991,6 +1058,12 @@ a.tsd-index-link { border-width: 1px 0; transition: background-color 0.1s; } +.tsd-signatures .tsd-index-signature:not(:last-child) { + margin-bottom: 1em; +} +.tsd-signatures .tsd-index-signature .tsd-signature { + border-width: 1px; +} .tsd-description .tsd-signatures .tsd-signature { border-width: 1px; } @@ -1070,7 +1143,9 @@ ul.tsd-type-parameter-list h5 { overflow: hidden; opacity: 0.8; height: 40px; - transition: opacity 0.1s, background-color 0.2s; + transition: + opacity 0.1s, + background-color 0.2s; vertical-align: bottom; cursor: pointer; } @@ -1122,7 +1197,7 @@ img { } .deprecated { - text-decoration: line-through; + text-decoration: line-through !important; } .warning { @@ -1302,6 +1377,12 @@ img { .has-menu .tsd-navigation { max-height: 100%; } + #tsd-toolbar-links { + display: none; + } + .tsd-navigation .tsd-nav-link { + display: flex; + } } /* one sidebar */ diff --git a/pluginDoc/classes/AbstractRichtextEditorAdapter.html b/pluginDoc/classes/AbstractRichtextEditorAdapter.html index 11b44bd1..9cee8eed 100644 --- a/pluginDoc/classes/AbstractRichtextEditorAdapter.html +++ b/pluginDoc/classes/AbstractRichtextEditorAdapter.html @@ -1,248 +1,13 @@ -AbstractRichtextEditorAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class AbstractRichtextEditorAdapterAbstract

-
-

Hierarchy

-
-
-

Implements

-
-
-
-
- -
-
-

Properties

-
- -
config: AdapterConf
-
- -
currentContentChecking?: string
-
- -
lastContentChecked?: string
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +AbstractRichtextEditorAdapter | @acrolinx/sidebar-sdk

Class AbstractRichtextEditorAdapterAbstract

Hierarchy (view full)

Implements

Properties

config: AdapterConf
currentContentChecking?: string
lastContentChecked?: string

Methods

diff --git a/pluginDoc/classes/AcrolinxPlugin.html b/pluginDoc/classes/AcrolinxPlugin.html index 019cd282..dbda5bdc 100644 --- a/pluginDoc/classes/AcrolinxPlugin.html +++ b/pluginDoc/classes/AcrolinxPlugin.html @@ -1,192 +1,11 @@ -AcrolinxPlugin | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class AcrolinxPlugin

-
-

Hierarchy

-
    -
  • AcrolinxPlugin
-
-
-
- -
-
-

Constructors

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Methods

-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      conf: SidebarConfiguration
    -

    Returns void

-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      callback: (() => void)
      -
        -
      • -
          -
        • (): void
        • -
        • -

          Returns void

    -

    Returns void

-
- -
-
- -
-
- -
diff --git a/pluginDoc/classes/AsyncAutoBindAdapter.html b/pluginDoc/classes/AsyncAutoBindAdapter.html index 4ad00961..dbb99dde 100644 --- a/pluginDoc/classes/AsyncAutoBindAdapter.html +++ b/pluginDoc/classes/AsyncAutoBindAdapter.html @@ -1,221 +1,10 @@ -AsyncAutoBindAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class AsyncAutoBindAdapter

-
-

Hierarchy

-
    -
  • AsyncAutoBindAdapter
-
-

Implements

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
isAsync: true = ...
-
- -
requiresSynchronization: true = ...
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +AsyncAutoBindAdapter | @acrolinx/sidebar-sdk

Implements

Constructors

Properties

isAsync: true = ...
requiresSynchronization: true = ...

Methods

diff --git a/pluginDoc/classes/AsyncLocalStorage.html b/pluginDoc/classes/AsyncLocalStorage.html index 0a515bf7..9ac9aea8 100644 --- a/pluginDoc/classes/AsyncLocalStorage.html +++ b/pluginDoc/classes/AsyncLocalStorage.html @@ -1,142 +1,4 @@ -AsyncLocalStorage | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class AsyncLocalStorage

-
-

Hierarchy

-
    -
  • AsyncLocalStorage
-
-

Implements

-
    -
  • AsyncStorage
-
-
-
- -
-
-

Constructors

-
-
-

Methods

-
get -set -
-
-

Constructors

-
- -
-
-

Methods

-
- -
    - -
  • -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      key: string
    -

    Returns Promise<null | T>

-
- -
    - -
  • -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      key: string
    • -
    • -
      value: T
    -

    Returns Promise<undefined>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +AsyncLocalStorage | @acrolinx/sidebar-sdk

Implements

  • AsyncStorage

Constructors

Methods

get +set +

Constructors

Methods

  • Type Parameters

    • T

    Parameters

    • key: string
    • value: T

    Returns Promise<undefined>

diff --git a/pluginDoc/classes/AsyncMultiEditorAdapter.html b/pluginDoc/classes/AsyncMultiEditorAdapter.html index 8d8c6023..b4d95ea5 100644 --- a/pluginDoc/classes/AsyncMultiEditorAdapter.html +++ b/pluginDoc/classes/AsyncMultiEditorAdapter.html @@ -1,301 +1,14 @@ -AsyncMultiEditorAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class AsyncMultiEditorAdapter

-
-

Hierarchy

-
-
-

Implements

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
isAsync: true = ...
-
- -
requiresSynchronization: true = ...
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
    - -
  • -
    -

    Type Parameters

    -
      -
    • -

      T extends Match

    -
    -

    Parameters

    -
      -
    • -
      matches: T[]
    -

    Returns {
        [id: string]: RemappedMatches<T>;
    }

    -
      -
    • -
      [id: string]: RemappedMatches<T>
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +AsyncMultiEditorAdapter | @acrolinx/sidebar-sdk

Hierarchy (view full)

Implements

Constructors

Properties

isAsync: true = ...
requiresSynchronization: true = ...

Methods

diff --git a/pluginDoc/classes/AutoBindAdapter.html b/pluginDoc/classes/AutoBindAdapter.html index 5017f335..21458891 100644 --- a/pluginDoc/classes/AutoBindAdapter.html +++ b/pluginDoc/classes/AutoBindAdapter.html @@ -1,200 +1,8 @@ -AutoBindAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class AutoBindAdapter

-
-

Hierarchy

-
    -
  • AutoBindAdapter
-
-

Implements

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +AutoBindAdapter | @acrolinx/sidebar-sdk

Implements

Constructors

Methods

diff --git a/pluginDoc/classes/CKEditor5Adapter.html b/pluginDoc/classes/CKEditor5Adapter.html index e28d8269..53576c39 100644 --- a/pluginDoc/classes/CKEditor5Adapter.html +++ b/pluginDoc/classes/CKEditor5Adapter.html @@ -1,294 +1,18 @@ -CKEditor5Adapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class CKEditor5Adapter

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
config: AdapterConf
-
- -
currentContentChecking?: string
-
- -
editorId: string
-
- -
lastContentChecked?: string
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
    - -
  • -

    Returns HTMLElement

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +CKEditor5Adapter | @acrolinx/sidebar-sdk

Hierarchy (view full)

Constructors

Properties

config: AdapterConf
currentContentChecking?: string
editorId: string
lastContentChecked?: string

Methods

diff --git a/pluginDoc/classes/CKEditorAdapter.html b/pluginDoc/classes/CKEditorAdapter.html index 938d343d..54ce2e95 100644 --- a/pluginDoc/classes/CKEditorAdapter.html +++ b/pluginDoc/classes/CKEditorAdapter.html @@ -1,283 +1,17 @@ -CKEditorAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class CKEditorAdapter

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
config: AdapterConf
-
- -
currentContentChecking?: string
-
- -
editorId: string
-
- -
lastContentChecked?: string
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +CKEditorAdapter | @acrolinx/sidebar-sdk

Hierarchy (view full)

Constructors

Properties

config: AdapterConf
currentContentChecking?: string
editorId: string
lastContentChecked?: string

Methods

diff --git a/pluginDoc/classes/CodeMirror6Adapter.html b/pluginDoc/classes/CodeMirror6Adapter.html index 5790bb14..5dc7ed3f 100644 --- a/pluginDoc/classes/CodeMirror6Adapter.html +++ b/pluginDoc/classes/CodeMirror6Adapter.html @@ -1,226 +1,10 @@ -CodeMirror6Adapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class CodeMirror6Adapter

-
-

Hierarchy

-
    -
  • CodeMirror6Adapter
-
-

Implements

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +CodeMirror6Adapter | @acrolinx/sidebar-sdk

Implements

Constructors

Methods

diff --git a/pluginDoc/classes/CodeMirrorAdapter.html b/pluginDoc/classes/CodeMirrorAdapter.html index 10a1eb20..f6986363 100644 --- a/pluginDoc/classes/CodeMirrorAdapter.html +++ b/pluginDoc/classes/CodeMirrorAdapter.html @@ -1,226 +1,10 @@ -CodeMirrorAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class CodeMirrorAdapter

-
-

Hierarchy

-
    -
  • CodeMirrorAdapter
-
-

Implements

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Methods

-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      partialConfig: Partial<CodeMirrorAdapterConf>
    -

    Returns void

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +CodeMirrorAdapter | @acrolinx/sidebar-sdk

Implements

Constructors

Methods

diff --git a/pluginDoc/classes/ContentEditableAdapter.html b/pluginDoc/classes/ContentEditableAdapter.html index a9b4b4ad..33bc1b35 100644 --- a/pluginDoc/classes/ContentEditableAdapter.html +++ b/pluginDoc/classes/ContentEditableAdapter.html @@ -1,279 +1,16 @@ -ContentEditableAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class ContentEditableAdapter

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
config: AdapterConf
-
- -
currentContentChecking?: string
-
- -
element: HTMLElement
-
- -
lastContentChecked?: string
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ContentEditableAdapter | @acrolinx/sidebar-sdk

Hierarchy (view full)

Constructors

Properties

config: AdapterConf
currentContentChecking?: string
element: HTMLElement
lastContentChecked?: string

Methods

diff --git a/pluginDoc/classes/InputAdapter.html b/pluginDoc/classes/InputAdapter.html index 28e33406..1cf30689 100644 --- a/pluginDoc/classes/InputAdapter.html +++ b/pluginDoc/classes/InputAdapter.html @@ -1,303 +1,16 @@ -InputAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class InputAdapter

-
-

Hierarchy

-
    -
  • InputAdapter
-
-

Implements

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
config: InputAdapterConf
-
- -
element: ValidInputElement
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      matches: AlignedMatch<MatchWithReplacement>[]
    -

    Returns void

-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      matches: AlignedMatch<Match>[]
    -

    Returns void

-
- -
    - -
  • -
    -

    Type Parameters

    -
      -
    • -

      T extends Match

    -
    -

    Parameters

    -
      -
    • -
      _checkId: string
    • -
    • -
      matches: T[]
    -

    Returns AlignedMatch<T>[]

-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +InputAdapter | @acrolinx/sidebar-sdk

Implements

Constructors

Properties

config: InputAdapterConf
element: ValidInputElement

Methods

  • Parameters

    • matches: AlignedMatch<MatchWithReplacement>[]

    Returns void

  • Type Parameters

    • T extends Match

    Parameters

    • _checkId: string
    • matches: T[]

    Returns AlignedMatch<T>[]

diff --git a/pluginDoc/classes/MultiEditorAdapter.html b/pluginDoc/classes/MultiEditorAdapter.html index fae2c07e..7b6c8feb 100644 --- a/pluginDoc/classes/MultiEditorAdapter.html +++ b/pluginDoc/classes/MultiEditorAdapter.html @@ -1,269 +1,12 @@ -MultiEditorAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class MultiEditorAdapter

-
-

Hierarchy

-
-
-

Implements

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Methods

-
- -
-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      match: Match
    -

    Returns CheckedRegisteredAdapter

-
- -
-
- -
-
- -
-
- -
    - -
  • -
    -

    Type Parameters

    -
      -
    • -

      T extends Match

    -
    -

    Parameters

    -
      -
    • -
      matches: T[]
    -

    Returns {
        [id: string]: RemappedMatches<T>;
    }

    -
      -
    • -
      [id: string]: RemappedMatches<T>
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +MultiEditorAdapter | @acrolinx/sidebar-sdk

Hierarchy (view full)

Implements

Constructors

Methods

  • Type Parameters

    • T extends Match

    Parameters

    • matches: T[]

    Returns {
        [id: string]: RemappedMatches<T>;
    }

    • [id: string]: RemappedMatches<T>
diff --git a/pluginDoc/classes/StateBasedContentEditableAdapter.html b/pluginDoc/classes/StateBasedContentEditableAdapter.html index fd1959c2..0faedd9a 100644 --- a/pluginDoc/classes/StateBasedContentEditableAdapter.html +++ b/pluginDoc/classes/StateBasedContentEditableAdapter.html @@ -1,342 +1,20 @@ -StateBasedContentEditableAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class StateBasedContentEditableAdapter

-
-

Hierarchy

-
-
-

Implements

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
config: AdapterConf
-
- -
currentContentChecking?: string
-
- -
element: HTMLElement
-
- -
isAsync: true = ...
-
- -
lastContentChecked?: string
-
- -
requiresSynchronization: true = ...
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      begin: number
    • -
    • -
      length: number
    • -
    • -
      textMapping: TextDomMapping
    -

    Returns Promise<void>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +StateBasedContentEditableAdapter | @acrolinx/sidebar-sdk

Class StateBasedContentEditableAdapter

Hierarchy (view full)

Implements

Constructors

Properties

config: AdapterConf
currentContentChecking?: string
element: HTMLElement
isAsync: true = ...
lastContentChecked?: string
requiresSynchronization: true = ...

Methods

  • Parameters

    • begin: number
    • length: number
    • textMapping: TextDomMapping

    Returns Promise<void>

diff --git a/pluginDoc/classes/TinyMCEAdapter.html b/pluginDoc/classes/TinyMCEAdapter.html index f3993330..7ad4a913 100644 --- a/pluginDoc/classes/TinyMCEAdapter.html +++ b/pluginDoc/classes/TinyMCEAdapter.html @@ -1,300 +1,17 @@ -TinyMCEAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class TinyMCEAdapter

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
config: AdapterConf
-
- -
currentContentChecking?: string
-
- -
editorId: string
-
- -
lastContentChecked?: string
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +TinyMCEAdapter | @acrolinx/sidebar-sdk

Hierarchy (view full)

Constructors

Properties

config: AdapterConf
currentContentChecking?: string
editorId: string
lastContentChecked?: string

Methods

diff --git a/pluginDoc/classes/TinyMCEWordpressAdapter.html b/pluginDoc/classes/TinyMCEWordpressAdapter.html index f5c50f9a..a2f01159 100644 --- a/pluginDoc/classes/TinyMCEWordpressAdapter.html +++ b/pluginDoc/classes/TinyMCEWordpressAdapter.html @@ -1,306 +1,18 @@ -TinyMCEWordpressAdapter | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Class TinyMCEWordpressAdapter

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
config: AdapterConf
-
- -
currentContentChecking?: string
-
- -
editorId: string
-
- -
lastContentChecked?: string
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +TinyMCEWordpressAdapter | @acrolinx/sidebar-sdk

Hierarchy (view full)

Constructors

Properties

config: AdapterConf
currentContentChecking?: string
editorId: string
lastContentChecked?: string

Methods

diff --git a/pluginDoc/functions/autoBindFloatingSidebar.html b/pluginDoc/functions/autoBindFloatingSidebar.html index e6547c62..c7d1b3a8 100644 --- a/pluginDoc/functions/autoBindFloatingSidebar.html +++ b/pluginDoc/functions/autoBindFloatingSidebar.html @@ -1,73 +1 @@ -autoBindFloatingSidebar | @acrolinx/sidebar-sdk
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file +autoBindFloatingSidebar | @acrolinx/sidebar-sdk

Function autoBindFloatingSidebar

  • Parameters

    • basicConf: AutoBindFloatingSidebarConfig

    Returns FloatingSidebar

diff --git a/pluginDoc/functions/createPluginMessageAdapter.html b/pluginDoc/functions/createPluginMessageAdapter.html index eaf0f6c6..aae593b0 100644 --- a/pluginDoc/functions/createPluginMessageAdapter.html +++ b/pluginDoc/functions/createPluginMessageAdapter.html @@ -1,75 +1,2 @@ -createPluginMessageAdapter | @acrolinx/sidebar-sdk
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file +createPluginMessageAdapter | @acrolinx/sidebar-sdk

Function createPluginMessageAdapter

  • Used inside of a sidebar iframe on a different domain.

    +

    Parameters

    • win: Window & typeof globalThis = window

    Returns AcrolinxPlugin

diff --git a/pluginDoc/functions/extractTextDomMapping.html b/pluginDoc/functions/extractTextDomMapping.html index 0f6cdd1d..2ba849ce 100644 --- a/pluginDoc/functions/extractTextDomMapping.html +++ b/pluginDoc/functions/extractTextDomMapping.html @@ -1,73 +1 @@ -extractTextDomMapping | @acrolinx/sidebar-sdk
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file +extractTextDomMapping | @acrolinx/sidebar-sdk

Function extractTextDomMapping

diff --git a/pluginDoc/functions/getSelectionHtmlRanges.html b/pluginDoc/functions/getSelectionHtmlRanges.html index 562adc49..b9bb195d 100644 --- a/pluginDoc/functions/getSelectionHtmlRanges.html +++ b/pluginDoc/functions/getSelectionHtmlRanges.html @@ -1,75 +1 @@ -getSelectionHtmlRanges | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Function getSelectionHtmlRanges

-
-
    - -
  • -
    -

    Parameters

    -
      -
    • -
      editorElement: HTMLElement
    • -
    • -
      getElementHtml: ElementHtmlGetter = getInnerHtml
    -

    Returns [number, number][]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +getSelectionHtmlRanges | @acrolinx/sidebar-sdk

Function getSelectionHtmlRanges

  • Parameters

    • editorElement: HTMLElement
    • getElementHtml: ElementHtmlGetter = getInnerHtml

    Returns [number, number][]

diff --git a/pluginDoc/functions/initFloatingSidebar.html b/pluginDoc/functions/initFloatingSidebar.html index 4ee1bb72..2e159dbf 100644 --- a/pluginDoc/functions/initFloatingSidebar.html +++ b/pluginDoc/functions/initFloatingSidebar.html @@ -1,73 +1 @@ -initFloatingSidebar | @acrolinx/sidebar-sdk
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file +initFloatingSidebar | @acrolinx/sidebar-sdk

Function initFloatingSidebar

diff --git a/pluginDoc/functions/loadSidebarCode.html b/pluginDoc/functions/loadSidebarCode.html index 81f7fa54..ac04deb5 100644 --- a/pluginDoc/functions/loadSidebarCode.html +++ b/pluginDoc/functions/loadSidebarCode.html @@ -1,75 +1,2 @@ -loadSidebarCode | @acrolinx/sidebar-sdk
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file +loadSidebarCode | @acrolinx/sidebar-sdk

Function loadSidebarCode

  • Loads the Styles and Scripts of the sidebar into the current window.

    +

    Parameters

    • sidebarBaseUrl: string

    Returns void

diff --git a/pluginDoc/functions/lookupMatches.html b/pluginDoc/functions/lookupMatches.html index c00c50c8..c3576f72 100644 --- a/pluginDoc/functions/lookupMatches.html +++ b/pluginDoc/functions/lookupMatches.html @@ -1,93 +1,6 @@ -lookupMatches | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Function lookupMatches

-
-
diff --git a/pluginDoc/hierarchy.html b/pluginDoc/hierarchy.html new file mode 100644 index 00000000..68f44370 --- /dev/null +++ b/pluginDoc/hierarchy.html @@ -0,0 +1 @@ +@acrolinx/sidebar-sdk
diff --git a/pluginDoc/index.html b/pluginDoc/index.html index bd632b6e..e92fa55d 100644 --- a/pluginDoc/index.html +++ b/pluginDoc/index.html @@ -1,96 +1,27 @@ -@acrolinx/sidebar-sdk
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file +@acrolinx/sidebar-sdk
diff --git a/pluginDoc/interfaces/AdapterInterface.html b/pluginDoc/interfaces/AdapterInterface.html index fe2f0793..7e8b49e4 100644 --- a/pluginDoc/interfaces/AdapterInterface.html +++ b/pluginDoc/interfaces/AdapterInterface.html @@ -1,212 +1,10 @@ -AdapterInterface | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Interface AdapterInterface

-
-

Hierarchy

-
-
-

Implemented by

-
-
-
-
- -
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      checkId: string
    • -
    • -
      matchesWithReplacement: MatchWithReplacement[]
    -

    Returns void

-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      checkId: string
    • -
    • -
      matches: Match[]
    -

    Returns void

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +AdapterInterface | @acrolinx/sidebar-sdk

Interface AdapterInterface

interface AdapterInterface {
    extractContentForCheck(opts: ExtractContentForCheckOpts): ContentExtractionResult | Promise<ContentExtractionResult>;
    getAutobindWrapperAttributes?(): AutobindWrapperAttributes;
    getContent?(opts: ExtractContentForCheckOpts): string;
    getFormat?(): string;
    onInitFinished?(result: InitResult): void;
    registerCheckCall(checkInfo: Check): void;
    registerCheckResult(checkResult: SuccessfulCheckResult): void;
    replaceRanges(checkId: string, matchesWithReplacement: MatchWithReplacement[]): void;
    selectRanges(checkId: string, matches: Match[]): void;
}

Hierarchy (view full)

Implemented by

Methods

  • Parameters

    • checkId: string
    • matchesWithReplacement: MatchWithReplacement[]

    Returns void

diff --git a/pluginDoc/interfaces/AsyncAdapterInterface.html b/pluginDoc/interfaces/AsyncAdapterInterface.html index dc775d72..706fa560 100644 --- a/pluginDoc/interfaces/AsyncAdapterInterface.html +++ b/pluginDoc/interfaces/AsyncAdapterInterface.html @@ -1,228 +1,12 @@ -AsyncAdapterInterface | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Interface AsyncAdapterInterface

-
-

Hierarchy

-
-
-

Implemented by

-
-
-
-
- -
-
-

Properties

-
- -
isAsync: true
-
- -
requiresSynchronization: boolean
-
-

Methods

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      checkId: string
    • -
    • -
      matchesWithReplacement: MatchWithReplacement[]
    -

    Returns Promise<void>

-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      checkId: string
    • -
    • -
      matches: Match[]
    -

    Returns Promise<void>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +AsyncAdapterInterface | @acrolinx/sidebar-sdk

Interface AsyncAdapterInterface

interface AsyncAdapterInterface {
    isAsync: true;
    requiresSynchronization: boolean;
    extractContentForCheck(opts: ExtractContentForCheckOpts): ContentExtractionResult | Promise<ContentExtractionResult>;
    getAutobindWrapperAttributes?(): AutobindWrapperAttributes;
    getContent?(opts: ExtractContentForCheckOpts): string;
    getFormat?(): string;
    onInitFinished?(result: InitResult): void;
    registerCheckCall(checkInfo: Check): void;
    registerCheckResult(checkResult: SuccessfulCheckResult): void;
    replaceRanges(checkId: string, matchesWithReplacement: MatchWithReplacement[]): Promise<void>;
    selectRanges(checkId: string, matches: Match[]): Promise<void>;
}

Hierarchy (view full)

Implemented by

Properties

isAsync: true
requiresSynchronization: boolean

Methods

  • Parameters

    • checkId: string
    • matchesWithReplacement: MatchWithReplacement[]

    Returns Promise<void>

diff --git a/pluginDoc/interfaces/CommonAdapterInterface.html b/pluginDoc/interfaces/CommonAdapterInterface.html index 19671030..8e262ff0 100644 --- a/pluginDoc/interfaces/CommonAdapterInterface.html +++ b/pluginDoc/interfaces/CommonAdapterInterface.html @@ -1,164 +1,8 @@ -CommonAdapterInterface | @acrolinx/sidebar-sdk
-
- -
-
-
-
- -

Interface CommonAdapterInterface

-
-

Hierarchy

-
-
-
-
- -
-
-

Methods

-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      opts: ExtractContentForCheckOpts
    -

    Returns ContentExtractionResult | Promise<ContentExtractionResult>

-
- -
-
- -
-
- -
-
- -
-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      checkResult: SuccessfulCheckResult
    -

    Returns void

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +CommonAdapterInterface | @acrolinx/sidebar-sdk

Interface CommonAdapterInterface

interface CommonAdapterInterface {
    extractContentForCheck(opts: ExtractContentForCheckOpts): ContentExtractionResult | Promise<ContentExtractionResult>;
    getAutobindWrapperAttributes?(): AutobindWrapperAttributes;
    getContent?(opts: ExtractContentForCheckOpts): string;
    getFormat?(): string;
    onInitFinished?(result: InitResult): void;
    registerCheckCall(checkInfo: Check): void;
    registerCheckResult(checkResult: SuccessfulCheckResult): void;
}

Hierarchy (view full)

Methods

  • Parameters

    • opts: ExtractContentForCheckOpts

    Returns ContentExtractionResult | Promise<ContentExtractionResult>