(()=>{var t={68840:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o,r=n(85315),i=(o=r)&&o.__esModule?o:{default:o};e.default=function(t,e,n){var o=this,r=t.id,u=t.closable;this.modal=function(t){var e,n=t.id,o=void 0===n?"confirm-modal":n,r=t.confirmTitle,a=t.confirmMessage,u=void 0===a?"":a,s=t.closeButtonLabel,l=void 0===s?"Close":s,c=t.confirmButtonLabel,d=void 0===c?"Accept":c,f=t.confirmButtonClass,m=void 0===f?"btn-primary":f,p=t.customButtons,h=void 0===p?[]:p,v={};v.container=document.createElement("div"),v.container.classList.add("modal","fade"),v.container.id=o,v.dialog=document.createElement("div"),v.dialog.classList.add("modal-dialog"),v.content=document.createElement("div"),v.content.classList.add("modal-content"),v.header=document.createElement("div"),v.header.classList.add("modal-header"),r&&(v.title=document.createElement("h4"),v.title.classList.add("modal-title"),v.title.innerHTML=r);v.closeIcon=document.createElement("button"),v.closeIcon.classList.add("close"),v.closeIcon.setAttribute("type","button"),v.closeIcon.dataset.dismiss="modal",v.closeIcon.innerHTML="×",v.body=document.createElement("div"),v.body.classList.add("modal-body","text-left","font-weight-normal"),v.message=document.createElement("p"),v.message.classList.add("confirm-message"),v.message.innerHTML=u,v.footer=document.createElement("div"),v.footer.classList.add("modal-footer"),v.closeButton=document.createElement("button"),v.closeButton.setAttribute("type","button"),v.closeButton.classList.add("btn","btn-outline-secondary","btn-lg"),v.closeButton.dataset.dismiss="modal",v.closeButton.innerHTML=l,v.confirmButton=document.createElement("button"),v.confirmButton.setAttribute("type","button"),v.confirmButton.classList.add("btn",m,"btn-lg","btn-confirm-submit"),v.confirmButton.dataset.dismiss="modal",v.confirmButton.innerHTML=d,r?v.header.append(v.title,v.closeIcon):v.header.appendChild(v.closeIcon);return v.body.appendChild(v.message),(e=v.footer).append.apply(e,[v.closeButton].concat((0,i.default)(h),[v.confirmButton])),v.content.append(v.header,v.body,v.footer),v.dialog.appendChild(v.content),v.container.appendChild(v.dialog),v}(t),this.$modal=a(this.modal.container),this.show=function(){o.$modal.modal()},this.modal.confirmButton.addEventListener("click",e),this.$modal.modal({backdrop:!!u||"static",keyboard:void 0===u||u,closable:void 0===u||u,show:!1}),this.$modal.on("hidden.bs.modal",(function(){document.querySelector("#"+r).remove(),n&&n()})),document.body.appendChild(this.modal.container)}; /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ var a=window.$},60817:(t,e,n)=>{"use strict";var o=n(73609);Object.defineProperty(e,"__esModule",{value:!0});var r=s(n(88902)),i=s(n(99663)),a=s(n(22600)),u=s(n(68840));function s(t){return t&&t.__esModule?t:{default:t}}var l=window.$,c=function(t,e){var n=document.createEvent(e);n.initEvent(t,!0,!0),document.dispatchEvent(n)},d=function(){function t(){(0,i.default)(this,t),this.moduleActionMenuLinkSelector="button.module_action_menu_",this.moduleActionMenuInstallLinkSelector="button.module_action_menu_install",this.moduleActionMenuEnableLinkSelector="button.module_action_menu_enable",this.moduleActionMenuUninstallLinkSelector="button.module_action_menu_uninstall",this.moduleActionMenuDisableLinkSelector="button.module_action_menu_disable",this.moduleActionMenuEnableMobileLinkSelector="button.module_action_menu_enable_mobile",this.moduleActionMenuDisableMobileLinkSelector="button.module_action_menu_disable_mobile",this.moduleActionMenuResetLinkSelector="button.module_action_menu_reset",this.moduleActionMenuUpdateLinkSelector="button.module_action_menu_upgrade",this.moduleItemListSelector=".module-item-list",this.moduleItemGridSelector=".module-item-grid",this.moduleItemActionsSelector=".module-actions",this.moduleActionModalDisableLinkSelector="a.module_action_modal_disable",this.moduleActionModalResetLinkSelector="a.module_action_modal_reset",this.moduleActionModalUninstallLinkSelector="a.module_action_modal_uninstall",this.forceDeletionOption="#force_deletion",this.initActionButtons()}return(0,a.default)(t,[{key:"initActionButtons",value:function(){var t=this;l(document).on("click",this.forceDeletionOption,(function(){var e=l(t.moduleActionModalUninstallLinkSelector,l("div.module-item-list[data-tech-name='"+l(this).attr("data-tech-name")+"']"));!0===l(this).prop("checked")?e.attr("data-deletion","true"):e.removeAttr("data-deletion")})),l(document).on("click",this.moduleActionMenuInstallLinkSelector,(function(){return l("#modal-prestatrust").length&&l("#modal-prestatrust").modal("hide"),t.dispatchPreEvent("install",this)&&t.confirmAction("install",this)&&t.requestToController("install",l(this))})),l(document).on("click",this.moduleActionMenuEnableLinkSelector,(function(){return t.dispatchPreEvent("enable",this)&&t.confirmAction("enable",this)&&t.requestToController("enable",l(this))})),l(document).on("click",this.moduleActionMenuUninstallLinkSelector,(function(){return t.dispatchPreEvent("uninstall",this)&&t.confirmAction("uninstall",this)&&t.requestToController("uninstall",l(this))})),l(document).on("click",this.moduleActionMenuDisableLinkSelector,(function(){return t.dispatchPreEvent("disable",this)&&t.confirmAction("disable",this)&&t.requestToController("disable",l(this))})),l(document).on("click",this.moduleActionMenuEnableMobileLinkSelector,(function(){return t.dispatchPreEvent("enable_mobile",this)&&t.confirmAction("enable_mobile",this)&&t.requestToController("enable_mobile",l(this))})),l(document).on("click",this.moduleActionMenuDisableMobileLinkSelector,(function(){return t.dispatchPreEvent("disable_mobile",this)&&t.confirmAction("disable_mobile",this)&&t.requestToController("disable_mobile",l(this))})),l(document).on("click",this.moduleActionMenuResetLinkSelector,(function(){return t.dispatchPreEvent("reset",this)&&t.confirmAction("reset",this)&&t.requestToController("reset",l(this))})),l(document).on("click",this.moduleActionMenuUpdateLinkSelector,(function(e){var n=this;e.preventDefault();var o=l("#"+l(this).data("confirm_modal")),r=window.isShopMaintenance;if(1===o.length)return t.dispatchPreEvent("update",this)&&t.confirmAction("update",this)&&t.requestToController("update",l(this));var i=document.createElement("a");return i.classList.add("btn","btn-primary","btn-lg"),i.setAttribute("href",window.moduleURLs.maintenancePage),i.innerHTML=window.moduleTranslations.moduleModalUpdateMaintenance,new u.default({id:"confirm-module-update-modal",confirmTitle:window.moduleTranslations.singleModuleModalUpdateTitle,closeButtonLabel:window.moduleTranslations.moduleModalUpdateCancel,confirmButtonLabel:r?window.moduleTranslations.moduleModalUpdateUpgrade:window.moduleTranslations.upgradeAnywayButtonText,confirmButtonClass:r?"btn-primary":"btn-secondary",confirmMessage:r?"":window.moduleTranslations.moduleModalUpdateConfirmMessage,closable:!0,customButtons:r?[]:[i]},(function(){return t.dispatchPreEvent("update",n)&&t.confirmAction("update",n)&&t.requestToController("update",l(n))})).show(),!1})),l(document).on("click",this.moduleActionModalDisableLinkSelector,(function(){return t.requestToController("disable",l(t.moduleActionMenuDisableLinkSelector,l("div.module-item-list[data-tech-name='"+l(this).attr("data-tech-name")+"']")))})),l(document).on("click",this.moduleActionModalResetLinkSelector,(function(){return t.requestToController("reset",l(t.moduleActionMenuResetLinkSelector,l("div.module-item-list[data-tech-name='"+l(this).attr("data-tech-name")+"']")))})),l(document).on("click",this.moduleActionModalUninstallLinkSelector,(function(e){l(e.target).parents(".modal").on("hidden.bs.modal",(function(){return t.requestToController("uninstall",l(t.moduleActionMenuUninstallLinkSelector,l("div.module-item-list[data-tech-name='"+l(e.target).attr("data-tech-name")+"']")),l(e.target).attr("data-deletion"))}))}))}},{key:"getModuleItemSelector",value:function(){return l(this.moduleItemListSelector).length?this.moduleItemListSelector:this.moduleItemGridSelector}},{key:"confirmAction",value:function(t,e){var n=l("#"+l(e).data("confirm_modal"));return 1!==n.length||(n.first().modal("show"),!1)}},{key:"confirmPrestaTrust",value:function(t){var e=this,n=this.replacePrestaTrustPlaceholders(t);n.find(".pstrust-install").off("click").on("click",(function(){var o=l(e.moduleActionMenuInstallLinkSelector,'.module-item[data-tech-name="'+t.module.attributes.name+'"]'),r=o.parent("form");l("").attr({type:"hidden",value:"1",name:"actionParams[confirmPrestaTrust]"}).appendTo(r),o.click(),n.modal("hide")})),n.modal()}},{key:"replacePrestaTrustPlaceholders",value:function(t){var e=l("#modal-prestatrust"),n=t.module.attributes;if("PrestaTrust"!==t.confirmation_subject||!e.length)return!1;var o=n.prestatrust.status?"success":"warning";return n.prestatrust.check_list.property?(e.find("#pstrust-btn-property-ok").show(),e.find("#pstrust-btn-property-nok").hide()):(e.find("#pstrust-btn-property-ok").hide(),e.find("#pstrust-btn-property-nok").show(),e.find("#pstrust-buy").attr("href",n.url).toggle(null!==n.url)),e.find("#pstrust-img").attr({src:n.img,alt:n.name}),e.find("#pstrust-name").text(n.displayName),e.find("#pstrust-author").text(n.author),e.find("#pstrust-label").attr("class","text-"+o).text(n.prestatrust.status?"OK":"KO"),e.find("#pstrust-message").attr("class","alert alert-"+o),e.find("#pstrust-message > p").text(n.prestatrust.message),e}},{key:"dispatchPreEvent",value:function(t,e){var n=o.Event("module_card_action_event");return l(e).trigger(n,[t]),!1===n.isPropagationStopped()&&!1===n.isImmediatePropagationStopped()&&!1!==n.result}},{key:"requestToController",value:function(t,e,n,o,i){var a=this,u=e.closest(this.moduleItemActionsSelector),s=e.closest("form"),d=l(''),f="//"+window.location.host+s.attr("action"),m=s.serializeArray();return"true"!==n&&!0!==n||m.push({name:"actionParams[deletion]",value:!0}),"true"!==o&&!0!==o||m.push({name:"actionParams[cacheClearEnabled]",value:0}),l.ajax({url:f,dataType:"json",method:"POST",data:m,beforeSend:function(){u.hide(),u.after(d)}}).done((function(e){if(void 0!==e)if(void 0===e.status||!1!==e.status){var n=(0,r.default)(e)[0];if(!1===e[n].status)return void 0!==e[n].confirmation_subject&&a.confirmPrestaTrust(e[n]),void l.growl.error({message:e[n].msg,fixed:!0});l.growl({message:e[n].msg,duration:6e3});var o=a.getModuleItemSelector().replace(".",""),i=null;"uninstall"===t?((i=u.closest("."+o)).remove(),c("Module Uninstalled","CustomEvent")):"disable"===t?((i=u.closest("."+o)).addClass(o+"-isNotActive"),i.attr("data-active","0"),c("Module Disabled","CustomEvent")):"enable"===t&&((i=u.closest("."+o)).removeClass(o+"-isNotActive"),i.attr("data-active","1"),c("Module Enabled","CustomEvent")),u.replaceWith(e[n].action_menu_html)}else l.growl.error({message:e.msg,fixed:!0});else l.growl.error({message:"No answer received from server",fixed:!0})})).fail((function(){var e=u.closest("module-item-list").data("techName");l.growl.error({message:"Could not perform action "+t+" for module "+e,fixed:!0})})).always((function(){u.fadeIn(),d.remove(),i&&i()})),!1}}]),t}(); /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */e.default=d},24043:(t,e,n)=>{t.exports={default:n(47185),__esModule:!0}},32242:(t,e,n)=>{t.exports={default:n(33391),__esModule:!0}},88902:(t,e,n)=>{t.exports={default:n(98613),__esModule:!0}},99663:(t,e)=>{"use strict";e.__esModule=!0,e.default=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}},22600:(t,e,n)=>{"use strict";e.__esModule=!0;var o,r=n(32242),i=(o=r)&&o.__esModule?o:{default:o};e.default=function(){function t(t,e){for(var n=0;n{"use strict";e.__esModule=!0;var o,r=n(24043),i=(o=r)&&o.__esModule?o:{default:o};e.default=function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e{n(91867),n(2586),t.exports=n(34579).Array.from},33391:(t,e,n)=>{n(31477);var o=n(34579).Object;t.exports=function(t,e,n){return o.defineProperty(t,e,n)}},98613:(t,e,n)=>{n(40961),t.exports=n(34579).Object.keys},85663:t=>{t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},12159:(t,e,n)=>{var o=n(36727);t.exports=function(t){if(!o(t))throw TypeError(t+" is not an object!");return t}},57428:(t,e,n)=>{var o=n(7932),r=n(78728),i=n(16531);t.exports=function(t){return function(e,n,a){var u,s=o(e),l=r(s.length),c=i(a,l);if(t&&n!=n){for(;l>c;)if((u=s[c++])!=u)return!0}else for(;l>c;c++)if((t||c in s)&&s[c]===n)return t||c||0;return!t&&-1}}},14677:(t,e,n)=>{var o=n(32894),r=n(22939)("toStringTag"),i="Arguments"==o(function(){return arguments}());t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),r))?n:i?o(e):"Object"==(a=o(e))&&"function"==typeof e.callee?"Arguments":a}},32894:t=>{var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},34579:t=>{var e=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=e)},52445:(t,e,n)=>{"use strict";var o=n(4743),r=n(83101);t.exports=function(t,e,n){e in t?o.f(t,e,r(0,n)):t[e]=n}},19216:(t,e,n)=>{var o=n(85663);t.exports=function(t,e,n){if(o(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,o){return t.call(e,n,o)};case 3:return function(n,o,r){return t.call(e,n,o,r)}}return function(){return t.apply(e,arguments)}}},8333:t=>{t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},89666:(t,e,n)=>{t.exports=!n(7929)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},97467:(t,e,n)=>{var o=n(36727),r=n(33938).document,i=o(r)&&o(r.createElement);t.exports=function(t){return i?r.createElement(t):{}}},73338:t=>{t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},83856:(t,e,n)=>{var o=n(33938),r=n(34579),i=n(19216),a=n(41818),u=n(27069),s=function(t,e,n){var l,c,d,f=t&s.F,m=t&s.G,p=t&s.S,h=t&s.P,v=t&s.B,b=t&s.W,y=m?r:r[e]||(r[e]={}),_=y.prototype,g=m?o:p?o[e]:(o[e]||{}).prototype;for(l in m&&(n=e),n)(c=!f&&g&&void 0!==g[l])&&u(y,l)||(d=c?g[l]:n[l],y[l]=m&&"function"!=typeof g[l]?n[l]:v&&c?i(d,o):b&&g[l]==d?function(t){var e=function(e,n,o){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,o)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(d):h&&"function"==typeof d?i(Function.call,d):d,h&&((y.virtual||(y.virtual={}))[l]=d,t&s.R&&_&&!_[l]&&a(_,l,d)))};s.F=1,s.G=2,s.S=4,s.P=8,s.B=16,s.W=32,s.U=64,s.R=128,t.exports=s},7929:t=>{t.exports=function(t){try{return!!t()}catch(t){return!0}}},33938:t=>{var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},27069:t=>{var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},41818:(t,e,n)=>{var o=n(4743),r=n(83101);t.exports=n(89666)?function(t,e,n){return o.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},54881:(t,e,n)=>{var o=n(33938).document;t.exports=o&&o.documentElement},33758:(t,e,n)=>{t.exports=!n(89666)&&!n(7929)((function(){return 7!=Object.defineProperty(n(97467)("div"),"a",{get:function(){return 7}}).a}))},50799:(t,e,n)=>{var o=n(32894);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==o(t)?t.split(""):Object(t)}},45991:(t,e,n)=>{var o=n(15449),r=n(22939)("iterator"),i=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||i[r]===t)}},36727:t=>{t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},95602:(t,e,n)=>{var o=n(12159);t.exports=function(t,e,n,r){try{return r?e(o(n)[0],n[1]):e(n)}catch(e){var i=t.return;throw void 0!==i&&o(i.call(t)),e}}},33945:(t,e,n)=>{"use strict";var o=n(98989),r=n(83101),i=n(25378),a={};n(41818)(a,n(22939)("iterator"),(function(){return this})),t.exports=function(t,e,n){t.prototype=o(a,{next:r(1,n)}),i(t,e+" Iterator")}},45700:(t,e,n)=>{"use strict";var o=n(16227),r=n(83856),i=n(57470),a=n(41818),u=n(15449),s=n(33945),l=n(25378),c=n(95089),d=n(22939)("iterator"),f=!([].keys&&"next"in[].keys()),m="keys",p="values",h=function(){return this};t.exports=function(t,e,n,v,b,y,_){s(n,e,v);var g,w,x,M=function(t){if(!f&&t in L)return L[t];switch(t){case m:case p:return function(){return new n(this,t)}}return function(){return new n(this,t)}},k=e+" Iterator",A=b==p,S=!1,L=t.prototype,E=L[d]||L["@@iterator"]||b&&L[b],T=E||M(b),P=b?A?M("entries"):T:void 0,O="Array"==e&&L.entries||E;if(O&&(x=c(O.call(new t)))!==Object.prototype&&x.next&&(l(x,k,!0),o||"function"==typeof x[d]||a(x,d,h)),A&&E&&E.name!==p&&(S=!0,T=function(){return E.call(this)}),o&&!_||!f&&!S&&L[d]||a(L,d,T),u[e]=T,u[k]=h,b)if(g={values:A?T:M(p),keys:y?T:M(m),entries:P},_)for(w in g)w in L||i(L,w,g[w]);else r(r.P+r.F*(f||S),e,g);return g}},96630:(t,e,n)=>{var o=n(22939)("iterator"),r=!1;try{var i=[7][o]();i.return=function(){r=!0},Array.from(i,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!r)return!1;var n=!1;try{var i=[7],a=i[o]();a.next=function(){return{done:n=!0}},i[o]=function(){return a},t(i)}catch(t){}return n}},15449:t=>{t.exports={}},16227:t=>{t.exports=!0},98989:(t,e,n)=>{var o=n(12159),r=n(57856),i=n(73338),a=n(58989)("IE_PROTO"),u=function(){},s=function(){var t,e=n(97467)("iframe"),o=i.length;for(e.style.display="none",n(54881).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("