1var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(a){var r=0;return function(){return r<a.length?{done:!1,value:a[r++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var r="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return r?r.call(a):$jscomp.arrayIterator(a)};
2window.mobileTables=function(a){a=a||{};var r=a.selector||"table",K=a.parseColumnIndex||function(g){return-1},L=a.hideHeadings||[],B=new WeakMap,C=new WeakMap,G=Symbol("index"),D=Symbol("hidden"),E=function(g,d){if(1===g.childNodes.length&&"#text"===g.lastChild.nodeName)return d.innerText=g.innerText,!1;for(;g.firstChild;)d.appendChild(g.firstChild);return!0},F=function(g){var d=document.createElement("tr");g.appendChild(d);return d},H=function(g,d,e){var b=d.cloneNode(!1);e&&(b.colSpan=2);E(d,b)&&
3C.set(d,b);g.appendChild(b);return b},I=function(g){var d=document.createElement("div");g.replaceWith(d);return d};return function(g,d){if(g)a:{var e=d||document.querySelectorAll(r);var b=!1;e=$jscomp.makeIterator(e);for(var m=e.next();!m.done;m=e.next()){b=m.value;if(B.has(b)||b.classList.contains("mobiletable-transformed")){e=void 0;break a}var k=K(b);m=I(b);var u=b,c=[],n=b.querySelector("tr"),v=0;n=$jscomp.makeIterator(n.children);for(var p=n.next();!p.done;p=n.next()){p=p.value;for(var t=p.colSpan,
4f=0;f<t;){if(v===k)c.push(G);else if(L.includes(p.innerText.trim()))c.push(D);else{var z=document.createElement("td");z.innerHTML=p.innerHTML;c.push(z)}v+=1;f+=1}}t=u;k=c.indexOf(G);u=t.cloneNode(!1);v=t.querySelector("tbody").cloneNode(!1);u.appendChild(v);n=Array(c.length).fill(0);p=!0;t=$jscomp.makeIterator(t.querySelectorAll("tr"));for(f=t.next();!f.done;f=t.next())if(f=f.value,p)p=!1;else if(1===f.children.length)H(F(v),f.firstElementChild,!0),n.fill(0);else{z=-1!==k?F(v):null;for(var l=0,y=
51,w=0,J=$jscomp.makeIterator(c),q=J.next();!q.done;q=J.next()){q=q.value;if(0<n[l])--n[l],w+=1;else{if(void 0===f.children[l-w]){console.log("mobileTables: Unsupported table layout:");console.log(f);break}if(l===k){q=z;var x=f.children[l-w],h=document.createElement("th");h.colSpan=2;h.className=x.className;E(x,h)&&C.set(x,h);q.appendChild(h)}else{x=F(v);if(q!==D){var M=x,A=q;1===A.childNodes.length&&"#text"===A.lastChild.nodeName?(h=document.createElement("td"),h.innerText=A.innerText):h=A.cloneNode(!0);
6M.appendChild(h)}h=f.children[l-w].colSpan;n[l]=f.children[l-w].rowSpan-1;1===y&&(H(x,f.children[l-w],q===D).rowSpan=h);y=1===y?h:y-1;if(1<y)continue}}l+=1}}c=u;B.set(c,b);m.replaceWith(c);c.classList.add("mobiletable-transformed");b=!0}e=b}else{e=d||document.querySelectorAll(r);m=!1;e=$jscomp.makeIterator(e);for(b=e.next();!b.done;b=e.next())if(c=b.value,b=B.get(c),void 0!==b){m=I(c);c=$jscomp.makeIterator(b.querySelectorAll("td, th"));for(k=c.next();!k.done;k=c.next())k=k.value,u=C.get(k),void 0!==
7u&&E(u,k);m.replaceWith(b);m=!0}e=m}return e}}({selector:"div.page div.mobiletable table",parseColumnIndex:function(a){a=parseInt(a.parentElement.parentElement.getAttribute("data-column"),10);return isNaN(a)||0>a?-1:a},hideHeadings:window.JSINFO.plugin_mobiletable_hideHeadings||[]});
8window.checkMobileTables=function(){var a=document.querySelector("div.mobiletable");a&&(a=window.getComputedStyle(a,":before").getPropertyValue("content").replace(/"|'/g,""),window.mobileTables("mobile"===a)&&window.location.hash&&(window.location.hash=window.location.hash))};
9(function(a){return["complete","interactive"].includes(document.readyState)?setTimeout(a,0):document.addEventListener("DOMContentLoaded",a)})(function(){var a;window.addEventListener("resize",function(){a&&clearTimeout(a);a=setTimeout(window.checkMobileTables,200)});window.checkMobileTables()});