!function(){"use strict";vart,e,r,n,o,i,a,s,l,u,c,p,f,h,d,y,O,M,E,v,m,b,g,L,N,R,T,S,A,C,_,x,I,w,P,j,D,B,k,X,H,W,F,q,J,z,G,V,U,K,$,Y,Z,Q,tt,et,rt,nt,ot,it,at,st,lt,ut,ct,pt,ft,ht,dt,yt,Ot,Mt,Et,vt,mt,bt,gt,Lt,Nt={444:function(t,e,r){varn,o=this&&this.__extends||(n=function(t,e){returnn=Object.setPrototypeOf||{__proto__:[]}instanceofArray&&function(t,e){t.__proto__=e}||function(t,e){for(varrine)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},n(t,e)},function(t,e){if("function"!=typeofe&&null!==e)thrownewTypeError("Class extends value "+String(e)+" is not a constructor or null");functionr(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,newr)}),i=this&&this.__values||function(t){vare="function"==typeofSymbol&&Symbol.iterator,r=e&&t[e],n=0;if(r)returnr.call(t);if(t&&"number"==typeoft.length)return{next:function(){returnt&&n>=t.length&&(t=void0),{value:t&&t[n++],done:!t}}};thrownewTypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(e,"__esModule",{value:!0}),e.HTMLAdaptor=void0;vara=function(t){functione(e){varr=t.call(this,e.document)||this;returnr.window=e,r.parser=newe.DOMParser,r}returno(e,t),e.prototype.parse=function(t,e){returnvoid0===e&&(e="text/html"),this.parser.parseFromString(t,e)},e.prototype.create=function(t,e){returne?this.document.createElementNS(e,t):this.document.createElement(t)},e.prototype.text=function(t){returnthis.document.createTextNode(t)},e.prototype.head=function(t){returnt.head||t},e.prototype.body=function(t){returnt.body||t},e.prototype.root=function(t){returnt.documentElement||t},e.prototype.doctype=function(t){returnt.doctype?"<!DOCTYPE ".concat(t.doctype.name,">"):""},e.prototype.tags=function(t,e,r){void0===r&&(r=null);varn=r?t.getElementsByTagNameNS(r,e):t.getElementsByTagName(e);returnArray.from(n)},e.prototype.getElements=function(t,e){varr,n,o=[];try{for(vara=i(t),s=a.next();!s.done;s=a.next()){varl=s.value;"string"==typeofl?o=o.concat(Array.from(this.document.querySelectorAll(l))):Array.isArray(l)||linstanceofthis.window.NodeList||linstanceofthis.window.HTMLCollection?o=o.concat(Array.from(l)):o.push(l)}}catch(t){r={error:t}}finally{try{s&&!s.done&&(n=a.return)&&n.call(a)}finally{if(r)throwr.error}}returno},e.prototype.contains=function(t,e){returnt.contains(e)},e.prototype.parent=function(t){returnt.parentNode},e.prototype.append=function(t,e){returnt.appendChild(e)},e.prototype.insert=function(t,e){returnthis.parent(e).insertBefore(t,e)},e.prototype.remove=function(t){returnthis.parent(t).removeChild(t)},e.prototype.replace=function(t,e){returnthis.parent(e).replaceChild(t,e)},e.prototype.clone=function(t){returnt.cloneNode(!0)},e.prototype.split=function(t,e){returnt.splitText(e)},e.prototype.next=function(t){returnt.nextSibling},e.prototype.previous=function(t){returnt.previousSibling},e.prototype.firstChild=function(t){returnt.firstChild},e.prototype.lastChild=function(t){returnt.lastChild},e.prototype.childNodes=function(t){returnArray.from(t.childNodes)},e.prototype.childNode=function(t,e){returnt.childNodes[e]},e.prototype.kind=function(t){vare=t.nodeType;return1===e||3===e||8===e?t.nodeName.toLowerCase():""},e.prototype.value=function(t){returnt.nodeValue||""},e.prototype.textContent=function(t){returnt.textContent},e.prototype.innerHTML=function(t){returnt.innerHTML},e.prototype.outerHTML=function(t){returnt.outerHTML},e.prototype.serializeXML=function(t){return(newthis.window.XMLSerializer).serializeToString(t)},e.prototype.setAttribute=function(t,e,r,n){returnvoid0===n&&(n=null),n?(e=n.replace(/.*\//,"")+":"+e.replace(/^.*:/,""),t.setAttributeNS(n,e,r)):t.setAttribute(e,r)},e.prototype.getAttribute=function(t,e){returnt.getAttribute(e)},e.prototype.removeAttribute=function(t,e){returnt.removeAttribute(e)},e.prototype.hasAttribute=function(t,e){returnt.hasAttribute(e)},e.prototype.allAttributes=function(t){returnArray.from(t.attributes).map((function(t){return{name:t.name,value:t.value}}))},e.prototype.addCl