/** * * @authors yutent (yutent.io@gmail.com) * @date 2022-06-23 15:46:28 * @version v1.0.6 * */ var h=Object.defineProperty;var c=(r,e,o)=>e in r?h(r,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):r[e]=o;var a=(r,e,o)=>(c(r,typeof e!="symbol"?e+"":e,o),o);import"../icon/index.js";import d from"../utils.js";class l extends HTMLElement{constructor(){super();a(this,"props",{icon:"",autofocus:"",loading:!1,disabled:!1,lazy:0});Object.defineProperty(this,"root",{value:this.attachShadow({mode:"open"}),writable:!0,enumerable:!1,configurable:!0}),this.root.innerHTML=' ',this.hasAttribute("circle")&&(this.textContent=""),this.__BTN__=this.root.children[1],this.__ICO__=this.__BTN__.children[0]}static get observedAttributes(){return["icon","autofocus","loading","disabled","lazy"]}get loading(){return this.props.loading}set loading(o){var t=typeof o;o!==this.props.loading&&(t==="boolean"&&o||t!=="boolean"?(this.props.loading=!0,this.__BTN__.disabled=!0,this.__ICO__.setAttribute("is","loading"),this.setAttribute("loading","")):(this.props.loading=!1,this.__BTN__.disabled=!1,this.__ICO__.setAttribute("is",this.props.icon),this.removeAttribute("loading")))}get disabled(){return this.props.disabled}set disabled(o){var t=typeof o;o!==this.props.disabled&&(t==="boolean"&&o||t!=="boolean"?(this.props.disabled=!0,this.__BTN__.disabled=!0,this.setAttribute("disabled","")):(this.props.disabled=!1,this.__BTN__.disabled=!1,this.removeAttribute("disabled")))}connectedCallback(){this.stamp=0,this._handleClick=d.bind(this,"click",o=>{var{loading:t,disabled:i,lazy:s}=this.props,n=Date.now();if(t||i||s&&n-this.stampthis.__BTN__.focus(),10);break;case"lazy":this.props.lazy=i>>0;break;case"loading":case"disabled":this[o]=i!==null;break}}}customElements.get("wc-button")||customElements.define("wc-button",l);export{l as default};