File "ast-addon-customizer-preview.min.js"

Full Path: /home/cnerdvmd/public_html/test/wp-content/plugins/astra-addon/assets/js/minified/ast-addon-customizer-preview.min.js
File size: 4.61 KB
MIME-type: text/html
Charset: utf-8

function astra_hex2rgba(e,a){e=e.replace("#","");var r=g=b="";3==e.length?(r=get_hexdec(e.substring(0,1)+e.substring(0,1)),g=get_hexdec(e.substring(1,1)+e.substring(1,1)),b=get_hexdec(e.substring(2,1)+e.substring(2,1))):(r=get_hexdec(e.substring(0,2)),g=get_hexdec(e.substring(2,4)),b=get_hexdec(e.substring(4,6)));var t=r+","+g+","+b;return""==a?"rgb("+t+")":"rgba("+t+","+(a=parseFloat(a))+")"}function astraIsHexColor(e){return isHex=!1,regexp=/^[0-9a-fA-F]+$/,regexp.test(e)&&(isHex=!0),isHex}function astraTrimAlpha(e){return e.replace(/^\s+|\s+$/gm,"")}function astraRgbaToHex(e){if(""!==e&&!astraIsHexColor(e.replace("#",""))){var a=e.substring(e.indexOf("(")).split(","),r=parseInt(astraTrimAlpha(a[0].substring(1)),10),t=parseInt(astraTrimAlpha(a[1]),10),i=parseInt(astraTrimAlpha(a[2]),10),n=parseFloat(astraTrimAlpha(a[3].substring(0,a[3].length-1))).toFixed(2);e="#"+r.toString(16)+t.toString(16)+i.toString(16)+(255*n).toString(16).substring(0,2)}return e}function astra_color_responsive_css(i,n,o,d){wp.customize(n,function(e){e.bind(function(e){if(e.desktop||e.mobile||e.tablet){n=(n=n.replace("[","-")).replace("]",""),jQuery("style#"+n+"-"+i).remove();var a="",r="",t="";""!=e.desktop&&(a=o+": "+e.desktop),""!=e.tablet&&(r=o+": "+e.tablet),""!=e.mobile&&(t=o+": "+e.mobile),jQuery("head").append('<style id="'+n+"-"+i+'">'+d+"\t{ "+a+" }@media (max-width: 768px) {"+d+"\t{ "+r+" } }@media (max-width: 544px) {"+d+"\t{ "+t+" } }</style>")}else wp.customize.preview.send("refresh"),jQuery("style#"+n+"-"+i).remove()})})}function astra_apply_responsive_background_css(s,c,u,e,b){wp.customize(s,function(e){e.bind(function(e){if("",b=(b=b||"")||"header",s=(s=s.replace("[","-")).replace("]",""),""!==e[u]&&void 0!==e[u]){var a="",r=e[u]["background-image"],t=e.tablet["background-image"],i=e.desktop["background-image"],n=e[u]["background-color"],o=!!e.tablet["background-image"],d=!!e.desktop["background-image"];if(void 0!==e[u]["background-type"]&&""!==e[u]["background-type"]&&("color"===e[u]["background-type"]?""!==r&&""!==n&&void 0!==n&&"unset"!==n?a="background-image: linear-gradient(to right, "+n+", "+n+"), url("+r+");":"mobile"===u?d?a="background-image: linear-gradient(to right, "+n+", "+n+"), url("+i+");":o?a="background-image: linear-gradient(to right, "+n+", "+n+"), url("+t+");":(a="background-color: "+n+";",a+="background-image: none;"):"tablet"===u?d?a="background-image: linear-gradient(to right, "+n+", "+n+"), url("+i+");":(a="background-color: "+n+";",a+="background-image: none;"):void 0!==r&&""!==r||(a="background-color: "+n+";",a+="background-image: none;"):"image"===e[u]["background-type"]?(""===r||""===n||void 0===n||"unset"===n||n.includes("linear-gradient")||n.includes("radial-gradient")||(a="background-image: linear-gradient(to right, "+n+", "+n+"), url("+r+");"),(void 0===n||""===n||"unset"===n||n.includes("linear-gradient")||n.includes("radial-gradient"))&&""!==r&&(a="background-image: url("+r+");")):"gradient"===e[u]["background-type"]&&""!==n&&"unset"!==n&&(a="background-image: "+n+";")),""!==r&&(a+="background-repeat: "+e[u]["background-repeat"]+";",a+="background-position: "+e[u]["background-position"]+";",a+="background-size: "+e[u]["background-size"]+";",a+="background-attachment: "+e[u]["background-attachment"]+";"),jQuery("style#"+s+"-"+u+"-"+b).remove(),"desktop"==u)var g='<style id="'+s+"-"+u+"-"+b+'">'+c+"\t{ "+a+" }</style>";if("tablet"==u)g='<style id="'+s+"-"+u+"-"+b+'">@media (max-width: 768px) {'+c+"\t{ "+a+" } }</style>";if("mobile"==u)g='<style id="'+s+"-"+u+"-"+b+'">@media (max-width: 544px) {'+c+"\t{ "+a+" } }</style>";jQuery("head").append(g)}})})}function astra_responsive_background_obj_css(e,a,r,t,i){if(""!==a[i]&&void 0!==a[i]){var n="",o=a[i]["background-image"],d=a[i]["background-color"];if(""!==o&&""!==d?void 0!==d&&(n="background-image: linear-gradient(to right, "+d+", "+d+"), url("+o+");"):""!==o?n="background-image: url("+o+");":""!==d&&(n="background-color: "+d+";"),""!==o?(n+="background-repeat: "+a[i]["background-repeat"]+";",n+="background-position: "+a[i]["background-position"]+";",n+="background-size: "+a[i]["background-size"]+";",n+="background-attachment: "+a[i]["background-attachment"]+";"):n+="background-image: none;","desktop"==i)var g=t.replace("{{css}}",n);if("tablet"==i)g="@media (max-width: 768px) {"+t.replace("{{css}}",n)+"};";if("mobile"==i)g="@media (max-width: 544px) {"+t.replace("{{css}}",n)+"};";astra_add_dynamic_css(r+"-"+i,g)}}function astra_responsive_background_obj_refresh(e){void 0!==e.desktop&&void 0!==e.tablet&&void 0!==e.mobile&&""===e.desktop["background-color"]&&""===e.tablet["background-color"]&&""===e.mobile["background-color"]&&wp.customize.preview.send("refresh")}