@salla.sa/twilight-components
Version:
Salla Web Component
5 lines • 3.9 kB
JavaScript
/*!
* Crafted with ❤ by Salla
*/
import{r as registerInstance,h,H as Host,g as getElement}from"./index-DWStDVKB.js";var sallaPaymentsCss=":host{display:block}";var SallaPayments=function(){function s(s){registerInstance(this,s);this.exclude=[]}s.prototype.componentWillLoad=function(){var s=this;return salla.onReady().then((function(){var t,a,i;if(typeof s.exclude==="string"){try{s.exclude=JSON.parse(s.exclude)}catch(t){salla.logger.error("salla-payments:: failed to parse the exclude props!",s.exclude);s.exclude=[]}}s.placeholderImage=salla.url.cdn("images/s-empty.png");s.paymentSlot=((t=s.host.querySelector('[slot="payment"]'))===null||t===void 0?void 0:t.innerHTML)||'<li class="s-payments-list-item"><img class="lazy" width="100%" height="100%" src="'.concat(s.placeholderImage,'" data-src="{image}" alt={payment} /><li>');s.sbcSlot=((a=s.host.querySelector('[slot="sbc"]'))===null||a===void 0?void 0:a.innerHTML)||'<li class="s-payments-list-item"><a target="_blank" href="{link}"> <img width="100%" height="100%" src="'.concat(s.placeholderImage,'" data-src={image} class="lazy s-payments-sbc-image" alt="SBC"/></a><li>');s.codSlot=((i=s.host.querySelector('[slot="cod"]'))===null||i===void 0?void 0:i.innerHTML)||'<li class="s-payments-list-item"> <img width="100%" height="100%" src="'.concat(s.placeholderImage,'" data-src={image} class="lazy" alt="COD"/><li>');s.payments=salla.config.get("store.settings.payments")}))};s.prototype.render=function(){var s=this;var t=!this.exclude.includes("made-in-ksa")&&salla.config.get("store.settings.made_in_ksa");var a=this.exclude.includes("sbc")?null:salla.config.get("store.settings.certificate.id");return h(Host,{key:"d66a8870a037e9b3765d9016172508fa0d60fa5f",class:"s-payments-list-wrap"},h("ul",{key:"f7126bc88653584c682bcc3e3b70e1564268cd88",class:"s-payments-list"},t&&h("li",{key:"dcdc1574b0161fb5bcd3e0b4cd507f184fecc410",class:"s-payments-list-item"},h("img",{key:"f822847588197423fb501de29c2f528b8ee64208",class:"lazy",width:"100%",height:"100%",decoding:"async",loading:"lazy","data-src":salla.url.cdn("images/made-in-ksa.svg",58,58),alt:"made in KSA certified"})),this.payments.map((function(t){return t=="cod"?h("div",{id:"cod-slot",innerHTML:s.codSlot.replace(/\{image\}/g,salla.url.cdn("images/payment/cod_mini.png",58,58))}):h("div",{id:"payment-slot",innerHTML:s.paymentSlot.replace(/\{image\}/g,salla.url.cdn("images/payment/".concat(t,"_mini.png"),58,58)).replace(/\{payment\}/g,t)})})),a&&h("div",{key:"4e01caf04501a0ea173dc2fc11c092786b481f1f",id:"sbc-slot",innerHTML:this.sbcSlot.replace(/\{image\}/g,salla.url.cdn("images/sbc.png",58,58)).replace(/\{link\}/g,"https://eauthenticate.saudibusiness.gov.sa/certificate-details/".concat(a))})))};s.prototype.componentDidLoad=function(){var s;(s=document.lazyLoadInstance)===null||s===void 0?void 0:s.update(this.host.querySelectorAll(".lazy"));this.host.querySelectorAll(".lazy").forEach((function(s){s.addEventListener("load",(function(){s.setAttribute("width","100%");s.setAttribute("height","100%")}))}))};s.prototype.componentDidRender=function(){var s,t,a;this.host.querySelectorAll("#payment-slot").forEach((function(s){return s.replaceWith(s.firstChild)}));this.host.querySelectorAll("#sbc-slot").forEach((function(s){return s.replaceWith(s.firstChild)}));this.host.querySelectorAll("#cod-slot").forEach((function(s){return s.replaceWith(s.firstChild)}));(s=this.host.querySelector('[slot="payment"]'))===null||s===void 0?void 0:s.remove();(t=this.host.querySelector('[slot="sbc"]'))===null||t===void 0?void 0:t.remove();(a=this.host.querySelector('[slot="cod"]'))===null||a===void 0?void 0:a.remove()};Object.defineProperty(s.prototype,"host",{get:function(){return getElement(this)},enumerable:false,configurable:true});return s}();SallaPayments.style=sallaPaymentsCss;export{SallaPayments as salla_payments};
//# sourceMappingURL=salla-payments.entry.js.map