(()=>{customElements.define(class extends HTMLElement{constructor(){let o=this.createShadowRoot({open:!0})}connectedCallback(){let o=this.shadowRoot,t=parseInt(this.getAttribute("price"));isNaN(t)&&(t=0);let i=parseInt(this.getAttribute("multiplier")),s=t,e=0;isNaN(i)||(s=Math.floor(t/i),e=t%i),o.innerHTML=`
${s}.${e>=10?e:e+"0"}
`}},"oswilno-price");})(); //# sourceMappingURL=build.js.map