File "presto-timestamp.js"
Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/presto-player/dist/components/components/presto-timestamp.js
File size: 1.01 KB
MIME-type: text/x-java
Charset: utf-8
import{proxyCustomElement,HTMLElement,h}from"@stencil/core/internal/client";const prestoTimestampCss=":host{display:inline}",PrestoTimestamp$1=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.time=void 0}handleClick(e){e.preventDefault();const t=document.body.querySelector("presto-player");t&&t.goToAndPlay(this.timeToSeconds(this.time))}timeToSeconds(e){let t,s=e.split(":");return s.length>1&&(t=60*parseInt(s[0])),parseInt(s[1])+parseInt(t)}render(){return h("a",{href:"#",class:"presto-timestamp",onClick:e=>this.handleClick(e)},h("slot",null,this.time))}static get style(){return prestoTimestampCss}},[4,"presto-timestamp",{time:[1]}]);function defineCustomElement$1(){"undefined"!=typeof customElements&&["presto-timestamp"].forEach((e=>{"presto-timestamp"===e&&(customElements.get(e)||customElements.define(e,PrestoTimestamp$1))}))}defineCustomElement$1();const PrestoTimestamp=PrestoTimestamp$1,defineCustomElement=defineCustomElement$1;export{PrestoTimestamp,defineCustomElement};