UNPKG

@salla.sa/twilight-components

Version:
5 lines 2.38 kB
/*! * Crafted with ❤ by Salla */ import{r as registerInstance,h,H as Host,g as getElement}from"./index-DWStDVKB.js";var sallaAppInstallAlertCss=":host{display:block}";var SallaAppInstallAlert=function(){function t(t){registerInstance(this,t);this.alertDelay=null;this.data=salla.config.get("store.app_install_prompt");this.open=false;this.closing=false}t.prototype.connectedCallback=function(){var t=this;salla.onReady((function(){t.data=salla.config.get("store.app_install_prompt");if(!t.isMobileOrTabletDevice())return;if(!t.data)return salla.logger.error("Failed to retrieve salla-app-install-alert config");t.ctaLink=salla.url.get("app");t.alertDelay=setTimeout((function(){return t.open=true}),3e3)}))};t.prototype.disconnectedCallback=function(){clearTimeout(this.alertDelay)};t.prototype.isMobileOrTabletDevice=function(t){if(t===void 0){t=1024}var a=window.innerWidth<=t;var l=/Macintosh|Android|iPhone|iPad|iPod/i.test(navigator.userAgent);var s="ontouchstart"in window||"ontouchend"in document||navigator.maxTouchPoints>0;return l&&a&&s};t.prototype.closeAlert=function(){var t=this;salla.storage.set("app_install_prompt_disabled",true);this.closing=true;this.host.addEventListener("animationend",(function(){t.closing=false;t.open=false}),{once:true})};t.prototype.render=function(){var t=this;return this.data?h(Host,{class:"s-app-install-alert-wrapper ".concat(this.open?"open":""," ").concat(this.closing?"closing":""),position:this.data.position},h("div",null,h("img",{src:this.data.icon,width:"58",height:"58",alt:"".concat(salla.config.get("store.name"))})),h("div",{class:"s-app-install-alert-content"},h("h2",{class:"s-app-install-alert-title"},this.data.title),h("p",{class:"s-app-install-alert-sub-title"},this.data.sub_title," "," ",h("a",{href:this.ctaLink,target:"_blank","aria-label":"download app",class:"s-app-install-alert-cta"},salla.lang.getWithDefault("blocks.footer.download_app_now","حمله الآن")))),h("button",{class:"s-app-install-alert-cancel-button",onClick:function(){return t.closeAlert()}},h("i",{class:"sicon-cancel"}))):null};Object.defineProperty(t.prototype,"host",{get:function(){return getElement(this)},enumerable:false,configurable:true});return t}();SallaAppInstallAlert.style=sallaAppInstallAlertCss;export{SallaAppInstallAlert as salla_app_install_alert}; //# sourceMappingURL=salla-app-install-alert.entry.js.map