var t=class extends HTMLElement{constructor(){super();let e=document.createElement("template");e.innerHTML=t.template(),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(document.importNode(e.content,!0))}async connectedCallback(){let e=this.shadowRoot.querySelector("ul");e.innerHTML=this.innerHTML,this.innerHTML=""}static template(){return`