@abtasty/widget-quality 0.2.4 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
package/dist/main.js CHANGED
@@ -1 +1 @@
1
- !function(){"use strict";const e=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),t=()=>{let e;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S&&window.ABTASTY_S.USER&&window.ABTASTY_S.USER.accountIdentifier&&window.ABTASTY_S.USER.accountIdentifier.length?e=window.ABTASTY_S.USER.accountIdentifier:window.ABTasty&&window.ABTasty.getAccountSettings&&"function"==typeof window.ABTasty.getAccountSettings?e=window.ABTasty.getAccountSettings().identifier:window.ABTasty&&window.ABTasty.accountSettings&&(e=window.ABTasty.accountSettings.identifier),e):e},i=()=>{const e=!!document.getElementById("ABTastyPreviewBar"),t=location.href.includes("ab_project=preview");return e||t},s=()=>i()||!!window.ABTasty.getTestsOnPage()[TEST_ID],n=()=>["consentReady","cnilReady"].some((e=>window.ABTasty&&Object.prototype.hasOwnProperty.call(window.ABTasty,e)&&!0===window.ABTasty[e])),r="style",o="layout",a="colorpicker",c="number",l="switch",h="remove",d="rebuild",u="rgba(57, 57, 57, 1)",g="https://social-proof-api.abtasty.com/clients/",m=()=>{const{type:e}=DATA;return`${PACKAGE.replace("@abtasty/","")}${e?`_${e}`:""}`},p=()=>{const e=m();return`${e.charAt(0).toUpperCase()}${e.slice(1)}`.split("-").join(" ")},v=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,y=t=>{if((()=>{if(e()||i())return!1;const t=ABTasty.getTestsOnPage()[TEST_ID];return!!t&&Object.keys(t.targetings.qaParameters).length>0})()){const e=p();window.console.log(`%c${e} - QA Mode for campaign ${TEST_ID}\n${t}`,"background-color: rgba(0, 127, 145, 1); color: rgba(247, 247, 247, 1)")}},w=e=>{const t={promise:null,resolve:null,reject:null,name:e};return t.promise=new Promise(((e,i)=>{t.resolve=e,t.reject=i})),t},b=(e,t,i)=>{let s=0,n=0;try{document.querySelector(e)}catch(t){const s=`Selector «${e}» not valid.`;return y(s),"function"==typeof i&&i(s)}function r(){clearInterval(n),clearTimeout(s)}return s=setTimeout((()=>{r();const t=`Can't find element «${e}».`;return y(t),"function"==typeof i&&i(t)}),1e4),n=setInterval((()=>{const i=document.querySelector(e);return null!==i?(r(),"function"==typeof t&&t(i)):i}),200),{clear:r}};function f(e,t){return t(e)||!e.parentElement?e:f(e.parentElement,t)}function $(){return"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype||(e="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=IntersectionObserver",new Promise(((t,i)=>{const s=window.document.getElementsByTagName("script")[0],n=window.document.createElement("script");n.src=e,s.parentNode.insertBefore(n,s),n.onload=t,n.onerror=i})));var e}class S{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=this.startMutationObserver(),this.mouseOverEvent=this.mouseOverHandler()}intersectionHandler(e){e.forEach((e=>{e.isIntersecting?(this.existingTargets.forEach((t=>{t.element.isSameNode(e.target)&&(this.inViewportTargets.push(t),this.mouseOverEvent.start())})),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter((t=>!t.element.isSameNode(e.target)||(this.mouseOverEvent.clear(),!1)))}))}startVisibilityObserver(){return new IntersectionObserver(this.intersectionHandler.bind(this),{root:null,rootMargin:"0px",threshold:0})}startMutationObserver(){const e=this.mutationObserver||new MutationObserver(this.checkElements.bind(this));return document.body&&e.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),e}onMouseOver({target:e,path:t}){const i=this.inViewportTargets.find((({element:i,selector:s})=>{if(i.isSameNode(e))return!0;const n=[...e.querySelectorAll(s)];if(n.length){if(n.includes(i))return!0}if(t.includes(i))return!0;const r=[...e.parentElement.children],o=r.findIndex((t=>t.isSameNode(e))),a=r.filter(((e,t)=>t>o));if(a.length){if(a.includes(i))return!0;if(a.some((e=>[...e.querySelectorAll(s)].includes(i))))return!0}return!1}));if(i&&this.isElementVisible(i.element)){const{selector:e,element:t,uniqueId:s}=i,n=this.targets.find((t=>t.selector===e&&t.uniqueId===s));n&&n.resolve(t),this.clear(e,s)}}mouseOverHandler(){const e=["mouseover",e=>setTimeout((()=>this.onMouseOver(e)),50),!0];return{start:()=>document.addEventListener(...e),clear:()=>document.removeEventListener(...e)}}isElementVisible(e){return this.isElementTopmost(e)&&this.isElementOpaque(e)}isElementOpaque(e){return"HTML"===f(e,(e=>"0"===window.getComputedStyle(e).opacity)).nodeName}isElementTopmost(e){const t=e.getBoundingClientRect(),i=[[t.left,t.top],[t.right,t.top],[t.left,t.bottom],[t.right,t.bottom],[t.left+t.width/2,t.top],[t.left+t.width/2,t.bottom],[t.left,t.height/2],[t.right,t.height/2],[t.left+t.left/2,t.height/2]];let s=!1,n=0;for(;!s&&n<i.length;){const t=document.elementFromPoint(...i[n]);s=e===t||e.contains(t),n+=1}return s}checkElements(){this.targets.forEach((({selector:e,uniqueId:t})=>{const i=document.querySelector(e);i&&!this.existingTargets.find((i=>i.element.matches(e)&&i.uniqueId===t))&&(this.existingTargets.push({element:i,selector:e,uniqueId:t}),this.visibilityObserver.observe(i))})),this.existingTargets=this.existingTargets.filter((({selector:e,element:t})=>!!document.querySelector(e)||(t&&this.visibilityObserver.unobserve(t),!1))),this.inViewportTargets=this.inViewportTargets.filter((({selector:e,element:t,uniqueId:i})=>{if(t.matches(e)&&this.isElementVisible(t)){const s=this.targets.find((t=>t.selector===e&&t.uniqueId===i));return s&&s.resolve(t),this.clear(e,i),!1}return!0}))}watch(e,t,i){this.targets.push({selector:e,resolve:t,uniqueId:i});const s=()=>{this.startMutationObserver(),this.checkElements()};document.body?s():b("body",s)}clear(e,t){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map((i=>i.filter((({selector:i,uniqueId:s})=>i!==e&&s!==t))));const i=document.querySelector(e);i&&this.visibilityObserver.unobserve(i),0===this.targets.length&&this.mutationObserver.disconnect(),0===this.inViewportTargets.length&&this.mouseOverEvent.clear()}}class C{constructor({triggerEvent:e,triggerSelector:t,triggerDelay:i}){this.event=e,this.selector=t&&t.length?t:"body",this.delay=1e3*i,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.visibilityObservers=[],this.elementsWaiters=[]}async onElementVisible({promise:e,resolve:t}){const i=w(`${this.event}DomReady`);this.promises.push(i);const s=await this.onPageLoad(i),n=await async function(e){let t;switch(e){case"IntersectionObserver":t=await $();break;default:t=!0}return t}("IntersectionObserver"),r=new S;if(this.visibilityObservers.push(r),n&&s){const e=v();r.watch(this.selector,t,e)}return e}onPageLoad({promise:e,resolve:t}){const i=()=>"complete"===document.readyState;if(!i()){const s=["readystatechange",()=>i()&&t(!0),{passive:!0}];return this.eventsListeners.push(s),document.addEventListener(...s),e}return t(!0),e}onClick({promise:e,resolve:t}){const i=document.createElement("style");i.type="text/css",i.id=`Click_${v()}`,i.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(i),this.elementsSelectors.push(`#${i.id}`);const s=e=>[...document.querySelectorAll(this.selector)].some((t=>t.isSameNode(e)||!!e.closest(this.selector))),n=["click",({target:e})=>s(e)&&t(!0),{passive:!0,capture:!0}];return this.eventsListeners.push(n),document.addEventListener(...n),e}onExitIntent({promise:e,resolve:t}){const i=["mouseleave",async({clientY:e})=>{e<=0&&t(!0)},{passive:!0}],s=b("body",(e=>{e.addEventListener(...i),this.eventsListeners.push([e,...i]),this.elementsWaiters=this.elementsWaiters.filter((e=>e!==s))}));return this.elementsWaiters.push(s),e}onReengage({promise:e,resolve:t}){const i=this.delay;let s=i;const n=[()=>(s=i,s),{passive:!0}];["click","mousemove","scroll","keypress"].forEach((e=>{document.addEventListener(e,...n),this.eventsListeners.push([e,...n])}));const r=setInterval((()=>{s<=0?t(!0):s-=100}),100);return this.intervals.push(r),e}onCustomTrigger({promise:e,resolve:t}){const{triggerEventCustomScript:i}=DATA;return new Function(`return new Promise(async resolve => {${i}})`)().then((e=>e&&t(!0))),e}getSocialProofPurchases({promise:e,resolve:i}){const s=window.ABTastyProductKey,n=t(),{viewInterval:r,triggerSocialProofMinPurchases:o,spNoTrim:a}=DATA;if(s||(y("Not able to find ABTastyProductKey, impossible to call the API."),i(!1)),s&&n){fetch(`${g}${n}/metrics/i?key=${s}${a?"&noTrim=true":""}`).then((e=>e.ok&&e.json())).then((e=>(e=>{if(void 0===r||void 0===o)return!1;const t=void 0!==e[r]&&e[r]>=o;return t||y(`Widget will not be shown, product has been purchased ${e[r]} times while ${o} are required`),t})(e)&&i(`${e[r]}`))).catch((()=>y("Failed to fetch datas from server.")))}else i(!1);return e}getSocialProofPageViews({promise:e,resolve:i}){const{viewInterval:s,triggerSocialProofMinPageViews:n,spNoTrim:r}=DATA,o=encodeURIComponent(r?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),a=t();if(o&&a){fetch(`${g}${a}/metrics/pv?key=${o}${r?"&noTrim=true":""}`).then((e=>e.ok&&e.json())).then((e=>(e=>{if(void 0===s||void 0===n)return!1;const t=void 0!==e[s]&&e[s]>=n;return t||y(`Widget will not be shown, page has been seen ${e[s]} times while ${n} are required`),t})(e)&&i(`${e[s]}`))).catch((()=>y("Failed to fetch datas from server.")))}else i(!1);return e}onConsent({promise:e,resolve:t}){if(!n()){const i=["consentValid",()=>t(!0)];return this.eventsListeners.push(i),document.addEventListener(...i),e}return t(!0),e}clear(){if(this.elementsSelectors.length&&(this.elementsSelectors.forEach((e=>{document.querySelector(e)&&document.querySelector(e).remove()})),this.elementsSelectors=[]),this.eventsListeners.length&&(this.eventsListeners.forEach((e=>{const[t,...i]="string"==typeof e[0]?[document,...e]:e;t&&i.length>1&&t.removeEventListener(...i)})),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((e=>clearTimeout(e))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((e=>clearInterval(e))),this.intervals=[]),this.observers.length&&(this.observers.forEach((e=>e.disconnect())),this.observers=[]),this.visibilityObservers.length){const e=v();this.visibilityObservers.forEach((t=>t.clear(this.selector,e))),this.visibilityObservers=[]}return this.promises.length&&(this.promises.forEach((e=>e.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[]),this}async isTriggered(){this.clear();const e=w(this.event);this.promises.push(e);const t={consent:()=>this.onConsent(e),direct:()=>!0,pageLoad:()=>this.onPageLoad(e),click:()=>this.onClick(e),exitIntent:()=>this.onExitIntent(e),reengage:()=>this.onReengage(e),elementVisible:()=>this.onElementVisible(e),script:()=>this.onCustomTrigger(e),socialProofPurchases:()=>this.getSocialProofPurchases(e),socialProofPageViews:()=>this.getSocialProofPageViews(e)},i=!Object.prototype.hasOwnProperty.call(t,this.event)||await t[this.event]();this.clear();return"reengage"!==this.event&&this.delay?i&&await(async()=>{const e=w(`${this.event}Delay`);return this.promises.push(e),setTimeout((()=>{e.resolve(!0),this.clear()}),this.delay),e.promise})():i}}const T="display",E="closing",A="validation",x="ABTastyWidgets",_="ABTastyWidgetsTemporary";class B{constructor({displayRecurrence:e,closingRecurrence:t,validationRecurrence:i},s){this.displayRecurrence=parseFloat(e),this.closingRecurrence=parseFloat(t),this.validationRecurrence=parseFloat(i),this.onSetCallback=s,this.widgetName=m(),this.uniqueId=v(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:e}){const t=localStorage.getItem(_),i=sessionStorage.getItem(x);"ABTastyData"===e&&!t&&i&&localStorage.setItem(_,i)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(e){try{const t=e.getItem(x);return JSON.parse(t)}catch(t){return e.removeItem(x),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(e,t){const{[this.recurrenceKey]:i,...s}=t;return Object.entries(s).length?(e.setItem(x,JSON.stringify(s)),s):(e.removeItem(x),!1)}removeSessionRecurrenceStorage(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.sessionStorage,e)}removeLocalRecurrenceStorage(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.localStorage,e)}getSessionRecurrence(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getLocalRecurrence(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();return e||t||{type:!1}}isOver(){const e=localStorage.getItem(_),t=!(!e||!e.includes(this.recurrenceKey))||this.getSessionRecurrence();e&&(sessionStorage.setItem(x,e),localStorage.removeItem(_));const i=this.getLocalRecurrence(),s=(i?parseFloat(i.stamp):0)<(new Date).getTime();return s&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&s&&!this.getLocalRecurrence()&&!t}setRecurrence(e,t){0!==e&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const s=this.getTypeOfStorage(e);if(i()||!s&&"object"!=typeof s)return!1;const{storageString:r,storageMethod:o}=s,a=this.getStamp(e),c={type:t,stamp:a},{type:l}=this.getCurrentRecurrence(),h=async()=>{if(!n()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=c;const e=new C({triggerEvent:"consent"});await e.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();let i;"session"===r?e?i=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),i=this.getSessionRecurrenceStorageParsed()):"local"===r&&(t?i=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),i=this.getLocalRecurrenceStorageParsed()));const s=i?{[this.recurrenceKey]:c,...i}:{[this.recurrenceKey]:c};o.setItem(x,JSON.stringify(s)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!o)return!1;if(l&&t!==A)if(t===E&&l!==A)h();else{if(t!==T||l===A||l===E)return!1;h()}else h();return a}setDisplayRecurrence(){this.setRecurrence(this.displayRecurrence,"display")}setClosingRecurrence(){this.setRecurrence(this.closingRecurrence,"closing")}setValidationRecurrence(){this.setRecurrence(this.validationRecurrence,"validation")}getStamp(e){return(new Date).getTime()+864e5*e}getTypeOfStorage(e){return!(isNaN(e)||e<0||0!==e&&!e)&&(e>0?{storageString:"local",storageMethod:window.localStorage}:0===e&&{storageString:"session",storageMethod:window.sessionStorage})}}class I{constructor(e,t,i){this.recurrence=e,this.isWidgetApplied=t,this.callback=i,this.observer=new MutationObserver(this.observerHandler.bind(this)),this.eventListenerParams=["abtasty_resetActionTracking",this.eventHandler.bind(this),{passive:!0}],this.elementsWaiters=[]}recurrenceIsDone(){return!this.recurrence||this.recurrence.isOver()}decisionHandler(e){const t=s(),{type:i}=this.recurrence?this.recurrence.getCurrentRecurrence():{type:!1},n=()=>{const t=this.recurrenceIsDone();return e&&"display"===i||t};return!this.isWidgetApplied()&&t&&n()?(this.clearWatcher(),this.callback(d,e)):(!this.isWidgetApplied()||t&&n())&&(this.isWidgetApplied()||t)||(this.clearWatcher(),this.callback(h,e),this.watch()),this}eventHandler(){let e=s();return[250,500].forEach((t=>setTimeout((()=>500===t&&s()===e?this:(e=s(),this.decisionHandler(!1))),t))),this}observerHandler(e){const t=e.some((({removedNodes:e})=>e&&e.length)),i=e.some((({addedNodes:e})=>e&&e.length));return t||i?(this.decisionHandler(!0),this):this}watch(){if(e())return this;this.clearWatcher(),document.addEventListener(...this.eventListenerParams);const t=b("body",(e=>{const i=[e,{childList:!0,subtree:!0}];this.observer.observe(...i),this.elementsWaiters=this.elementsWaiters.filter((e=>e!==t))}));return this.elementsWaiters.push(t),this}clearWatcher(){return document.removeEventListener(...this.eventListenerParams),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[]),this.observer.disconnect(),this}}const N=/.+\/([^.]+)\.(otf|ttf)$/;class P{constructor(){this.children=void 0,this.uniqueId=v(),this.widgetName=m(),this.prettyName=p(),this.recurrenceParams=(()=>{const{displayRecurrence:t,closingRecurrence:i,validationRecurrence:s}=DATA;if(e()||!t&&!i&&!s)return!1;const n={everytime:()=>-1,session:()=>0,once:()=>395,day:e=>DATA[`${e}_day`],week:e=>7*DATA[`${e}_week`],month:e=>30.5*DATA[`${e}_month`]},r={};return t&&(r.displayRecurrence=n[t]("displayRecurrence")),i&&(r.closingRecurrence=n[i]("closingRecurrence")),s&&(r.validationRecurrence=n[s]("validationRecurrence")),r})(),this.triggerParams=(()=>{let{triggerEvent:t}=DATA;const{triggerEventClick:i,triggerEventReengageDelay:s,socialProofContentType:n,triggerEventElementVisible:r,triggerEventDelay:o}=DATA;if(e()||!t&&!n)return!1;const a={click:()=>i,elementVisible:()=>r},c=Object.prototype.hasOwnProperty.call(a,t)?a[t]():"body",l="reengage"===t?s:o;return n&&(t=1===n?"socialProofPurchases":"socialProofPageViews"),{triggerEvent:t,triggerSelector:c,triggerDelay:l}})(),this.recurrence=!!this.recurrenceParams&&new B(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new C(this.triggerParams),this.pageWatcher=new I(this.recurrence,this.isWidgetApplied.bind(this),this.onPageChange.bind(this)),this.hasOncePerPageTrigger=(()=>{const{isOncePerPageTrigger:e,triggerEvent:t}=DATA;return!t||(!(!e||!["click","script"].includes(t))||["pageLoad","direct","reengage","socialProofPurchases","socialProofPageViews","elementVisible"].some((e=>e===t)))})(),this.basicClassName=`ab_widget_container_${this.widgetName}`,this.widgetContainerId=`${this.basicClassName}_${this.uniqueId}`,this.contentClassName=`${this.basicClassName}_content`,this.overlayClassName=`${this.basicClassName}_overlay`,this.closeButtonClassName=`${this.basicClassName}_close_button`,this.hideClassName=`ab_hide_${this.uniqueId}`,this.domElement=this.getDom(),this.hasBeenShown=!1,this.closedByUser=!1,this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.elementsWaiters=[]}clearGivenClearables(){this.eventsListeners.length&&(this.eventsListeners.forEach((e=>document.removeEventListener(...e))),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((e=>clearTimeout(e))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((e=>clearInterval(e))),this.intervals=[]),this.observers.length&&(this.observers.forEach((e=>e.disconnect())),this.observers=[]),this.promises.length&&(this.promises.forEach((e=>e.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[])}isWidgetApplied(){return this.domElement&&!!this.domElement.closest("html")}removeOldDomElement(){const e=document.getElementById(this.widgetContainerId);return e&&e.remove(),this}async insert(){const e=(e,t,i)=>{this.elementsWaiters=this.elementsWaiters.filter((e=>e!==t)),i(e)},t=new Promise(((t,i)=>{const s=b("head",(e=>{this.elementsWaiters=this.elementsWaiters.filter((e=>e!==s)),t(e.appendChild(this.styleElement))}),(t=>e(t,s,i)));this.elementsWaiters.push(s)})),i=new Promise(((t,i)=>{const{layout:s,elementReferrer:n,referrerInsertType:r}=DATA,{selector:o,position:a}="string"==typeof s&&"free"===s&&"string"==typeof n&&"string"==typeof r?{selector:n,position:r}:{selector:"body",position:"beforeend"},c=b(o,(e=>{this.elementsWaiters=this.elementsWaiters.filter((e=>e!==c)),this.removeOldDomElement(),t(e.insertAdjacentElement(a,this.domElement))}),(t=>e(t,c,i)));this.elementsWaiters.push(c)}));return Promise.all([i,t]).then((()=>this))}remove(){return this.pageWatcher.clearWatcher(),this.domElement&&this.domElement.closest("html")&&this.domElement.remove(),this.styleElement&&this.styleElement.closest("html")&&this.styleElement.remove(),this.hasOncePerPageTrigger?this.pageWatcher.watch():e()||this.init().then((({response:e})=>e?this.show():this)),this}show(){return this.hasBeenShown||e()||window.ABTastyEvent(`${this.prettyName} displayed`,null,TEST_ID),this.closedByUser=!1,this.domElement.classList.remove(this.hideClassName),this.recurrence&&this.recurrence.setDisplayRecurrence(),this.hasBeenShown=!0,this.pageWatcher.watch(),this}hide(){return this.hasBeenShown&&!e()&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),this.closedByUser=!0,this.domElement.classList.add(this.hideClassName),this}async init(t){if(!e()&&!s())return!1;if(this.trigger&&this.trigger.promises.length)return!1;const i=this.recurrence&&this.recurrence.isOver();if(this.recurrence&&!i)return this.pageWatcher.watch(),!1;this.pageWatcher.watch();const n=e()||!this.trigger||this.trigger&&await this.trigger.isTriggered();return!!n&&(await this.insert(),this.addCloseEvent(),e()||t||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(n),{container:this,response:n})}onPageChange(e,t){const i=()=>this.init().then((({response:e})=>e&&this.show()));switch(t||(this.hasBeenShown=!1),e){case h:this.isWidgetApplied()?this.remove():(this.trigger&&this.trigger.clear(),this.pageWatcher.watch());break;case d:this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():this.insert().then((e=>e.show())):i()}}addCloseEvent(...t){const{closeButton:i,overlay:s,overlayClickable:n,layout:r}=DATA,o=[];if(void 0!==s&&!0!==s||!0!==n||"popin"!==r||o.push(`.${this.overlayClassName}`),void 0!==i&&i&&o.push(`.${this.closeButtonClassName}`),!o.length)return this;const a=this.domElement.querySelectorAll(o.join(", "));return a.length?(t.push(...a),t.forEach((t=>{e()&&(t.dataset.abtastyActionnable="true"),t.addEventListener("click",(t=>{(t=>{e()||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())})(t),this.recurrence&&this.recurrence.setClosingRecurrence(),this.hide(),setTimeout((()=>this.remove()),1e3)}),{once:!0,capture:!0})})),this):this}getDom(){const{closeButton:e,layout:t,overlay:i}=DATA,s=document.createElement("div");return s.className=`${this.basicClassName} ${this.hideClassName}`,s.id=this.widgetContainerId,s.innerHTML=`\n\t\t\t${"popin"!==t||void 0!==i&&!0!==i?"":`<div class="${this.overlayClassName}"></div>`}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${e?`<button class="${this.closeButtonClassName}"><svg viewBox="0 0 16 16">\n\t<defs><path id="prefix__a" d="M12 4.991L11.009 4 8 7.009 4.991 4 4 4.991 7.009 8 4 11.009 4.991 12 8 8.991 11.009 12 12 11.009 8.991 8z"></path></defs>\n\t<g><use xlink:href="#prefix__a"></use></g>\n</svg></button>`:""}\n\t\t\t</div>`,s}loadFont(e,t){if(!e||"inherit"===e)return;const i=document.createElement("style"),s=t.match(N)?t.match(N)[1]:"";i.appendChild(document.createTextNode(`\t\t\t@font-face { \t\tfont-family: '${e}_${s}'; src: url('${t}');\t\t\t}\t\t`)),document.head.appendChild(i)}getStyleTag(t=""){const{noStyles:i,layout:s}=DATA,{backgroundColor:n,isBackgroundImage:r,backgroundImage:o,backgroundSize:a,backgroundPosition:c,backgroundRepeat:l,borderColor:h,borderRadius:d,borderWidth:g,textColor:m,textAlign:p,fontName:v,fontStyle:y,fontSize:w,isTitle:b,titleTextAlign:f,titleTextColor:$,titleFontName:S,titleFontStyle:C,titleFontSize:T,overlay:E,overlayColor:A,dropShadow:x,dropShadowColor:_,dropShadowBlur:B,containerMargin:I,containerPadding:P,closeButton:R,closeButtonPosition:k,closeButtonSize:D,closeButtonBorderRadius:W,closeButtonBorderWidth:L,closeButtonBorderColor:O,closeButtonColor:V,closeButtonBackgroundColor:q,buttonsBorderWidth:j,buttonsBorderColor:H,buttonsBorderRadius:M,buttonsBackgroundColor:F,buttonsTextColor:z,buttonsFontName:U,buttonsFontStyle:G,buttonsFontSize:K}=i?{}:DATA,Y=document.createElement("style");Y.type="text/css",e()&&Y.setAttribute("abtasty-script-added","true"),this.loadFont(v,y),this.loadFont(S,C),this.loadFont(U,G);const J=`background: ${["string"==typeof n?n:"rgba(255, 255, 255, 1)",r&&"string"==typeof o&&o.length?`url(${o})`:"",r&&"string"==typeof c&&"100% 100%"!==a?c:"0 0",r&&"string"==typeof a?`/ ${a}`:"/ auto",r&&l&&!["cover","100% 100%"].includes(a)?"repeat":"no-repeat"].join(" ").trim()};`,Q="number"==typeof g&&g>0,X=`border: ${[Q?`${g}px`:"unset",Q?"solid":"",Q&&"string"==typeof h&&h.length?h:""].join(" ").trim()};`,Z=void 0!==d?`border-radius: ${d}px;`:"",ee=void 0!==m?`color: ${m}; fill: ${m}; -webkit-text-fill-color: ${m};`:"",te=void 0!==p?`text-align: ${p};`:"",ie=v&&"inherit"!==v?`font-family:${v}_${y.match(N)?y.match(N)[1]:""};`:y||"",se=w?`font-size: ${w}px;`:"",ne=void 0!==x&&x?`box-shadow: 0 5px ${B}px 0 ${_};`:"",re=I instanceof Array&&1===I.length&&I[0],oe=re?`margin: ${re.top}px ${re.right}px ${re.bottom}px ${re.left}px;`:"",ae=re?`margin: calc(${re.top}px * 0.5) calc(${re.right}px * 0.5) calc(${re.bottom}px * 0.5) calc(${re.left}px * 0.5);`:"",ce=P instanceof Array&&1===P.length&&P[0],le=ce?`padding: ${ce.top}px ${ce.right}px ${ce.bottom}px ${ce.left}px;`:"",he=ce?`padding: calc(${ce.top}px * 0.5) calc(${ce.right}px * 0.5) calc(${ce.bottom}px * 0.5) calc(${ce.left}px * 0.5);`:"",de=void 0!==j&&j?`border-width: ${j}px; border-style: solid;`:"",ue=[H,j].every((e=>void 0!==e))&&j?`border-color: ${H};`:"",ge=void 0!==M?`border-radius: ${M}px;`:"",me=void 0!==F?`background-color: ${F};`:"",pe=void 0!==z?`color: ${z}; fill: ${z}; -webkit-text-fill-color: ${z};`:"",ve=U&&"inherit"!==U?`font-family:${U}_${G.match(N)?G.match(N)[1]:""};`:G||"",ye=K?`font-size: ${K}px;`:"",we="popin"!==s||void 0!==E&&!0!==E?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==A?A:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),be=void 0!==D?D:16,fe=be/2,$e=i||void 0!==R&&R?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===k?`bottom: calc(100% + ${fe}px)`:`top: ${fe}px`)+";",`right: ${fe}px;`,"width: auto;","height: auto;","background: none;","border: none;","cursor: pointer;","outline: none;","padding: 0;","margin: 0;","line-height: 0;",""+("number"==typeof W?`border-radius: ${W}px;`:""),""+("number"==typeof L&&L>0?`border: ${L}px solid ${void 0!==O?O:u};`:""),""+("string"==typeof q?`background-color: ${q};`:""),"}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${be}px;`,`height: ${be}px;`,""+("string"==typeof V?`fill: ${V};`:""),"}"].join(""):"",Se=b&&"string"==typeof $?[`#${this.widgetContainerId} .${this.contentClassName} > * h1, `,`#${this.widgetContainerId} .${this.contentClassName} > * h2, `,`#${this.widgetContainerId} .${this.contentClassName} > * h3, `,`#${this.widgetContainerId} .${this.contentClassName} > * h4, `,`#${this.widgetContainerId} .${this.contentClassName} > * h5, `,`#${this.widgetContainerId} .${this.contentClassName} > * h6 {`,`color: ${$}; fill: ${$}; -webkit-text-fill-color: ${$};`,void 0!==f?`text-align: ${f};`:"",S&&"inherit"!==S?`font-family:${S}_${C.match(N)?C.match(N)[1]:""};`:C||"",T?`font-size: ${T}px;`:"","}"].join(""):"";return Y.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,J,Z,X,ee,te,ne,oe,ie,se,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,ee,te,ie,se,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",le,ie,se,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a, `,`#${this.widgetContainerId} .${this.contentClassName} > * button {`,"display: inline-block;",de,ue,ge,me,pe,ve,ye,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a *, `,`#${this.widgetContainerId} .${this.contentClassName} > * button * {`,pe,ve,ye,"}","@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,ae,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,he,"}","}",we,$e,Se,`${t}`].join(""),Y}}const R=["top: 0;","top: 50%;","bottom: 0;"],k=["left: 0;","left: 50%;","right: 0;"],D=e=>1===e?"-50%":0,W=()=>{if(Array.isArray(DATA.popinPosition)){const{popinPosition:[{x:e,y:t}]}=DATA,i=`translate(${D(t)}, ${D(e)});`;return`${R[e]}${k[t]}transform: ${i}`}return"left: 50%;top: 50%;transform: translate(-50%, -50%);"},L=()=>"autoWidth"in DATA&&!1===DATA.autoWidth,O=()=>{if(L()){const{popinPercentWidth:e,popinPixelsWidth:t,widthUnit:i,autoHeight:s,popinPercentHeight:n,popinPixelsHeight:r,heightUnit:o}=DATA,a="px"===o?r:n;return`width: ${"px"===i?t:e}${i};height: ${s?"auto":`${a}${o}`};`}return"width: auto;height: auto;"};class V extends P{constructor(){super(),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:e,zindexCustom:t}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;","top: 0;","left: 0;","width: 100%;","height: 100%;",`z-index: ${"custom"===e?t:e};`,"opacity: 1;","transition: opacity 0.25s ease;","background: none;","}",`#${this.widgetContainerId} .${this.overlayClassName} {`,"position: absolute;","z-index: -1;","top: 0;","left: 0;","width: 100%;","height: 100%;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: absolute;",W(),O(),"}",`${L()?[`#${this.widgetContainerId} .${this.contentClassName} > div {`,"height: 100%;","overflow: auto;","}"].join(""):""}`,"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,"max-width: 94vw;","}","}"].join("")}}class q extends P{constructor(){super(),this.position="string"==typeof DATA.layout&&"bannerTop"===DATA.layout?"top":"bottom",this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:e,zindexCustom:t}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;",`${this.position}: 0;`,"left: 0;","width: 100%;","height: auto;",`z-index: ${"custom"===e?t:e};`,"opacity: 1;","transition: opacity 0.25s ease;","background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}class j extends P{constructor(){super(),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){return[`#${this.widgetContainerId} {`,"width: auto;","height: auto;","margin: 0;","padding: 0;","background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}const H={category:o,type:"select",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"vw (% of viewport width)",value:"vw"},{label:"vh (% of viewport height)",value:"vh"},{label:"vmin (% of viewport minimum size)",value:"vmin"},{label:"vmax (% of viewport maximum size)",value:"vmax"}]},M={category:o,type:l,propName:"autoHeight",label:"widget_common_layout_toggler_label_keepHeightAuto",value:!0},F={category:o,propName:"widthUnit",value:"vw",...H},z={category:o,propName:"heightUnit",value:"vh",condition:({autoHeight:e})=>!e,...H},U={category:o,type:c,label:"widget_common_layout_popinDimensions_label_width"},G={...U,propName:"popinPercentWidth",value:50,max:100,condition:({widthUnit:e,layout:t})=>"px"!==e&&"popin"===t},K={...U,propName:"popinPixelsWidth",value:parseInt(window.innerWidth/2.5,10),max:window.innerWidth,condition:({widthUnit:e,layout:t})=>"px"===e&&"popin"===t},Y={category:o,type:c,label:"widget_common_layout_popinDimensions_label_height",condition:({autoHeight:e})=>!e},J={...Y,propName:"popinPercentHeight",value:50,max:100,condition:({autoHeight:e,heightUnit:t,layout:i})=>!e&&"px"!==t&&"popin"===i},Q={...Y,propName:"popinPixelsHeight",value:parseInt(window.innerHeight/2.5,10),max:window.innerHeight,condition:({autoHeight:e,heightUnit:t,layout:i})=>!e&&"px"===t&&"popin"===i},X=({autoWidth:e})=>!e,Z=[G,K,F,M,J,Q,z].map((e=>{if("condition"in e){const t=e.condition,i=e=>t(e)&&X(e);return{...e,condition:i}}return{...e,condition:X}}));top.console.log("conditionsChildren",Z);const ee="closeButton",te={category:r,type:"radio",label:"widget_common_style_closeButton_radio_closeButtonPosition",propName:"closeButtonPosition",value:"in",options:[{label:"widget_common_style_closeButton_radio_closeButtonPosition_option_inside",value:"in"},{label:"widget_common_style_closeButton_radio_closeButtonPosition_option_outside",value:"out"}]},ie={category:r,type:c,label:"widget_common_style_closeButton_label_closeButtonSize",propName:"closeButtonSize",value:16,min:10,max:50},se={category:r,type:a,label:"widget_common_style_closeButton_label_closeButtonColor",propName:"closeButtonColor",value:"rgba(119, 119, 119, 1)"},ne={category:r,type:a,label:"widget_common_style_closeButton_label_closeButtonBackgroundColor",propName:"closeButtonBackgroundColor",value:"rgba(255, 255, 255, 0)"},re={category:r,type:"slider",label:"widget_common_style_closeButton_label_closeButtonBorderRadius",propName:"closeButtonBorderRadius",value:0,min:0,max:50},oe={...re,label:"widget_common_style_closeButton_label_closeButtonBorderThickness",propName:"closeButtonBorderWidth"},ae={category:r,type:a,label:"widget_common_style_closeButton_label_closeButtonBorderColor",propName:"closeButtonBorderColor",value:u},ce=[{field:ee}];ae.conditions=[{field:oe.propName,value:e=>e>0}];[te,ie,se,ne,re,oe,ae].map((e=>{const t=e.conditions||[];return t.push(ce[0]),{...e,conditions:t}}));function le(e,t){for(var i=0;i<t.length;i++){var s=t[i];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,s.key,s)}}var he=function(){function t(e){var i=e.parentContainer;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this.parentContainer=i,this.baseClassName="promotionalbanner_container",this.className="".concat(this.baseClassName,"_").concat(i.uniqueId),this.contentElement=this.getContentElement(),this.styleElement=this.getStyleElement()}var i,s,n;return i=t,n=[{key:"getVariableText",value:function(){var e=DATA,t=e.textVariables,i=e.dateRange,s=e.datetime;top.console.log("dateRange",i);var n=new Date(s),r=new Date(s),o=[new Date(i[0]),new Date(i[1])];top.console.log("jsDateRanges",o);var a="".concat(n.getHours()),c="".concat(n.getMinutes()),l="".concat(r.getDate()),h="".concat(r.getMonth()+1),d="".concat(r.getFullYear()),u="".concat(a.length<2?"0".concat(a):a,":").concat(c.length<2?"0".concat(c):c),g="".concat(l.length<2?"0".concat(l):l,"/").concat(h.length<2?"0".concat(h):h,"/").concat(d),m="".concat(o[0].getDate(),"/").concat(o[0].getMonth(),"/").concat(o[0].getFullYear()," - ").concat(o[1].getDate(),"/").concat(o[1].getMonth(),"/").concat(o[1].getFullYear());return top.console.log("formatedDateRange",m),t.replace("!time!",'<span class="time">'.concat(u,"</span>")).replace("!date!",'<span class="date">'.concat(g,"</span>")).replace("!dateRange!",'<span class="dateRange">'.concat(m,"</span>"))}}],(s=[{key:"insertIn",value:function(e,t){return document.head.insertAdjacentElement("beforeend",this.styleElement),e.insertAdjacentElement(t,this.contentElement),this}},{key:"getContentElement",value:function(){var e=DATA,i=e.isTitle,s=e.isText,n=e.button,r=document.createElement("div");if(r.className=this.className,i){var o=DATA.title,a=document.createElement("h4");a.textContent=o,r.appendChild(a)}if(s){var c=DATA,l=c.text,h=c.includeVariables,d=document.createElement("p"),u=h?t.getVariableText():l;d.innerHTML=u,r.appendChild(d)}if(n){var g=DATA,m=g.buttonLink,p=g.buttonText,v=g.buttonTargetType,y=document.createElement("a");y.href=m,y.textContent=p,y.target=v?"_blank":"_self";var w=document.createElement("div");w.className="buttons_container",w.appendChild(y),r.appendChild(w)}return r}},{key:"getStyleElement",value:function(){var t=DATA,i=t.textColor,s=t.textAlign,n=t.buttonsAlign,r="#".concat(this.parentContainer.widgetContainerId," .").concat(this.className),o=void 0!==i?"color: ".concat(i,";"):"",a=void 0!==s?"text-align: ".concat(s,";"):"",c=void 0!==n&&"fill"!==n?"text-align: ".concat(n,";"):"",l=document.createElement("style");return l.type="text/css",e()&&l.setAttribute("abtasty-script-added","true"),l.textContent=["".concat(r," > * {"),"display: inline-block;","vertical-align: middle;","}","".concat(r," h4 {"),"margin-bottom: 24px;","}","".concat(r," p {"),"width: 100%;","margin: 0;","white-space: pre-line;",o,a,"}","".concat(r," .buttons_container {"),"display: inline-block;","width: 100%;",c,"}","".concat(r," a {"),"margin-top: 24px;","padding: 6px 16px;","width: ".concat("fill"===n?"100%":"auto",";"),"}","@media screen and (min-width: 1024px) {","}","@media screen and (max-width: 1023px) {","}"].join(""),l}}])&&le(i.prototype,s),n&&le(i,n),t}();!function(){y("Widget launch");var e=(()=>{const{layout:e}=DATA;let t;switch(e){case"popin":t=new V;break;case"bannerTop":case"bannerBottom":t=new q;break;case"free":t=new j;break;default:t=new P}return t})(),t=e.domElement.querySelector(".".concat(e.contentClassName)),i=new he({parentContainer:e});e.children=i,i.insertIn(t,"beforeend"),e.init(!0).then((function(t){t.response&&e.show()}))}()}();
1
+ !function(){"use strict";const e=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),t=()=>{let e;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S&&window.ABTASTY_S.USER&&window.ABTASTY_S.USER.accountIdentifier&&window.ABTASTY_S.USER.accountIdentifier.length?e=window.ABTASTY_S.USER.accountIdentifier:window.ABTasty&&window.ABTasty.getAccountSettings&&"function"==typeof window.ABTasty.getAccountSettings?e=window.ABTasty.getAccountSettings().identifier:window.ABTasty&&window.ABTasty.accountSettings&&(e=window.ABTasty.accountSettings.identifier),e):e},i=()=>{const e=!!document.getElementById("ABTastyPreviewBar"),t=location.href.includes("ab_project=preview");return e||t},n=()=>i()||!!window.ABTasty.getTestsOnPage()[TEST_ID],s=()=>["consentReady","cnilReady"].some((e=>window.ABTasty&&Object.prototype.hasOwnProperty.call(window.ABTasty,e)&&!0===window.ABTasty[e])),r="style",o="layout",a="colorpicker",c="number",l="switch",h="remove",d="rebuild",u="rgba(57, 57, 57, 1)",g="https://social-proof-api.abtasty.com/clients/",m=()=>{const{type:e}=DATA;return`${PACKAGE.replace("@abtasty/","")}${e?`_${e}`:""}`},p=()=>{const e=m();return`${e.charAt(0).toUpperCase()}${e.slice(1)}`.split("-").join(" ")},v=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,y=t=>{if((()=>{if(e()||i())return!1;const t=ABTasty.getTestsOnPage()[TEST_ID];return!!t&&Object.keys(t.targetings.qaParameters).length>0})()){const e=p();window.console.log(`%c${e} - QA Mode for campaign ${TEST_ID}\n${t}`,"background-color: rgba(0, 127, 145, 1); color: rgba(247, 247, 247, 1)")}},w=e=>{const t={promise:null,resolve:null,reject:null,name:e};return t.promise=new Promise(((e,i)=>{t.resolve=e,t.reject=i})),t},b=(e,t,i)=>{let n=0,s=0;try{document.querySelector(e)}catch(t){const n=`Selector «${e}» not valid.`;return y(n),"function"==typeof i&&i(n)}function r(){clearInterval(s),clearTimeout(n)}return n=setTimeout((()=>{r();const t=`Can't find element «${e}».`;return y(t),"function"==typeof i&&i(t)}),1e4),s=setInterval((()=>{const i=document.querySelector(e);return null!==i?(r(),"function"==typeof t&&t(i)):i}),200),{clear:r}};function f(e,t){return t(e)||!e.parentElement?e:f(e.parentElement,t)}const $=t=>{e()||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())};function S(){return"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype||(e="",new Promise(((t,i)=>{const n=window.document.getElementsByTagName("script")[0],s=window.document.createElement("script");s.src=e,n.parentNode.insertBefore(s,n),s.onload=t,s.onerror=i})));var e}class C{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=this.startMutationObserver(),this.mouseOverEvent=this.mouseOverHandler()}intersectionHandler(e){e.forEach((e=>{e.isIntersecting?(this.existingTargets.forEach((t=>{t.element.isSameNode(e.target)&&(this.inViewportTargets.push(t),this.mouseOverEvent.start())})),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter((t=>!t.element.isSameNode(e.target)||(this.mouseOverEvent.clear(),!1)))}))}startVisibilityObserver(){return new IntersectionObserver(this.intersectionHandler.bind(this),{root:null,rootMargin:"0px",threshold:0})}startMutationObserver(){const e=this.mutationObserver||new MutationObserver(this.checkElements.bind(this));return document.body&&e.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),e}onMouseOver({target:e,path:t}){const i=this.inViewportTargets.find((({element:i,selector:n})=>{if(i.isSameNode(e))return!0;const s=[...e.querySelectorAll(n)];if(s.length){if(s.includes(i))return!0}if(t.includes(i))return!0;const r=[...e.parentElement.children],o=r.findIndex((t=>t.isSameNode(e))),a=r.filter(((e,t)=>t>o));if(a.length){if(a.includes(i))return!0;if(a.some((e=>[...e.querySelectorAll(n)].includes(i))))return!0}return!1}));if(i&&this.isElementVisible(i.element)){const{selector:e,element:t,uniqueId:n}=i,s=this.targets.find((t=>t.selector===e&&t.uniqueId===n));s&&s.resolve(t),this.clear(e,n)}}mouseOverHandler(){const e=["mouseover",e=>setTimeout((()=>this.onMouseOver(e)),50),!0];return{start:()=>document.addEventListener(...e),clear:()=>document.removeEventListener(...e)}}isElementVisible(e){return this.isElementTopmost(e)&&this.isElementOpaque(e)}isElementOpaque(e){return"HTML"===f(e,(e=>"0"===window.getComputedStyle(e).opacity)).nodeName}isElementTopmost(e){const t=e.getBoundingClientRect(),i=[[t.left,t.top],[t.right,t.top],[t.left,t.bottom],[t.right,t.bottom],[t.left+t.width/2,t.top],[t.left+t.width/2,t.bottom],[t.left,t.height/2],[t.right,t.height/2],[t.left+t.left/2,t.height/2]];let n=!1,s=0;for(;!n&&s<i.length;){const t=document.elementFromPoint(...i[s]);n=e===t||e.contains(t),s+=1}return n}checkElements(){this.targets.forEach((({selector:e,uniqueId:t})=>{const i=document.querySelector(e);i&&!this.existingTargets.find((i=>i.element.matches(e)&&i.uniqueId===t))&&(this.existingTargets.push({element:i,selector:e,uniqueId:t}),this.visibilityObserver.observe(i))})),this.existingTargets=this.existingTargets.filter((({selector:e,element:t})=>!!document.querySelector(e)||(t&&this.visibilityObserver.unobserve(t),!1))),this.inViewportTargets=this.inViewportTargets.filter((({selector:e,element:t,uniqueId:i})=>{if(t.matches(e)&&this.isElementVisible(t)){const n=this.targets.find((t=>t.selector===e&&t.uniqueId===i));return n&&n.resolve(t),this.clear(e,i),!1}return!0}))}watch(e,t,i){this.targets.push({selector:e,resolve:t,uniqueId:i});const n=()=>{this.startMutationObserver(),this.checkElements()};document.body?n():b("body",n)}clear(e,t){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map((i=>i.filter((({selector:i,uniqueId:n})=>i!==e&&n!==t))));const i=document.querySelector(e);i&&this.visibilityObserver.unobserve(i),0===this.targets.length&&this.mutationObserver.disconnect(),0===this.inViewportTargets.length&&this.mouseOverEvent.clear()}}class T{constructor({triggerEvent:e,triggerSelector:t,triggerDelay:i}){this.event=e,this.selector=t&&t.length?t:"body",this.delay=1e3*i,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.visibilityObservers=[],this.elementsWaiters=[]}async onElementVisible({promise:e,resolve:t}){const i=w(`${this.event}DomReady`);this.promises.push(i);const n=await this.onPageLoad(i),s=await async function(e){let t;switch(e){case"IntersectionObserver":t=await S();break;default:t=!0}return t}("IntersectionObserver"),r=new C;if(this.visibilityObservers.push(r),s&&n){const e=v();r.watch(this.selector,t,e)}return e}onPageLoad({promise:e,resolve:t}){const i=()=>"complete"===document.readyState;if(!i()){const n=["readystatechange",()=>i()&&t(!0),{passive:!0}];return this.eventsListeners.push(n),document.addEventListener(...n),e}return t(!0),e}onClick({promise:e,resolve:t}){const i=document.createElement("style");i.type="text/css",i.id=`Click_${v()}`,i.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(i),this.elementsSelectors.push(`#${i.id}`);const n=e=>[...document.querySelectorAll(this.selector)].some((t=>t.isSameNode(e)||!!e.closest(this.selector))),s=["click",({target:e})=>n(e)&&t(!0),{passive:!0,capture:!0}];return this.eventsListeners.push(s),document.addEventListener(...s),e}onExitIntent({promise:e,resolve:t}){const i=["mouseleave",async({clientY:e})=>{e<=0&&t(!0)},{passive:!0}],n=b("body",(e=>{e.addEventListener(...i),this.eventsListeners.push([e,...i]),this.elementsWaiters=this.elementsWaiters.filter((e=>e!==n))}));return this.elementsWaiters.push(n),e}onReengage({promise:e,resolve:t}){const i=this.delay;let n=i;const s=[()=>(n=i,n),{passive:!0}];["click","mousemove","scroll","keypress"].forEach((e=>{document.addEventListener(e,...s),this.eventsListeners.push([e,...s])}));const r=setInterval((()=>{n<=0?t(!0):n-=100}),100);return this.intervals.push(r),e}onCustomTrigger({promise:e,resolve:t}){const{triggerEventCustomScript:i}=DATA;return new Function(`return new Promise(async resolve => {${i}})`)().then((e=>e&&t(!0))),e}getSocialProofPurchases({promise:e,resolve:i}){const n=window.ABTastyProductKey,s=t(),{viewInterval:r,triggerSocialProofMinPurchases:o,spNoTrim:a}=DATA;if(n||(y("Not able to find ABTastyProductKey, impossible to call the API."),i(!1)),n&&s){fetch(`${g}${s}/metrics/i?key=${n}${a?"&noTrim=true":""}`).then((e=>e.ok&&e.json())).then((e=>(e=>{if(void 0===r||void 0===o)return!1;const t=void 0!==e[r]&&e[r]>=o;return t||y(`Widget will not be shown, product has been purchased ${e[r]} times while ${o} are required`),t})(e)&&i(`${e[r]}`))).catch((()=>y("Failed to fetch datas from server.")))}else i(!1);return e}getSocialProofPageViews({promise:e,resolve:i}){const{viewInterval:n,triggerSocialProofMinPageViews:s,spNoTrim:r}=DATA,o=encodeURIComponent(r?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),a=t();if(o&&a){fetch(`${g}${a}/metrics/pv?key=${o}${r?"&noTrim=true":""}`).then((e=>e.ok&&e.json())).then((e=>(e=>{if(void 0===n||void 0===s)return!1;const t=void 0!==e[n]&&e[n]>=s;return t||y(`Widget will not be shown, page has been seen ${e[n]} times while ${s} are required`),t})(e)&&i(`${e[n]}`))).catch((()=>y("Failed to fetch datas from server.")))}else i(!1);return e}onConsent({promise:e,resolve:t}){if(!s()){const i=["consentValid",()=>t(!0)];return this.eventsListeners.push(i),document.addEventListener(...i),e}return t(!0),e}clear(){if(this.elementsSelectors.length&&(this.elementsSelectors.forEach((e=>{document.querySelector(e)&&document.querySelector(e).remove()})),this.elementsSelectors=[]),this.eventsListeners.length&&(this.eventsListeners.forEach((e=>{const[t,...i]="string"==typeof e[0]?[document,...e]:e;t&&i.length>1&&t.removeEventListener(...i)})),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((e=>clearTimeout(e))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((e=>clearInterval(e))),this.intervals=[]),this.observers.length&&(this.observers.forEach((e=>e.disconnect())),this.observers=[]),this.visibilityObservers.length){const e=v();this.visibilityObservers.forEach((t=>t.clear(this.selector,e))),this.visibilityObservers=[]}return this.promises.length&&(this.promises.forEach((e=>e.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[]),this}async isTriggered(){this.clear();const e=w(this.event);this.promises.push(e);const t={consent:()=>this.onConsent(e),direct:()=>!0,pageLoad:()=>this.onPageLoad(e),click:()=>this.onClick(e),exitIntent:()=>this.onExitIntent(e),reengage:()=>this.onReengage(e),elementVisible:()=>this.onElementVisible(e),script:()=>this.onCustomTrigger(e),socialProofPurchases:()=>this.getSocialProofPurchases(e),socialProofPageViews:()=>this.getSocialProofPageViews(e)},i=!Object.prototype.hasOwnProperty.call(t,this.event)||await t[this.event]();this.clear();return"reengage"!==this.event&&this.delay?i&&await(async()=>{const e=w(`${this.event}Delay`);return this.promises.push(e),setTimeout((()=>{e.resolve(!0),this.clear()}),this.delay),e.promise})():i}}const E="display",A="closing",x="validation",_="ABTastyWidgets",B="ABTastyWidgetsTemporary";class I{constructor({displayRecurrence:e,closingRecurrence:t,validationRecurrence:i},n){this.displayRecurrence=parseFloat(e),this.closingRecurrence=parseFloat(t),this.validationRecurrence=parseFloat(i),this.onSetCallback=n,this.widgetName=m(),this.uniqueId=v(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:e}){const t=localStorage.getItem(B),i=sessionStorage.getItem(_);"ABTastyData"===e&&!t&&i&&localStorage.setItem(B,i)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(e){try{const t=e.getItem(_);return JSON.parse(t)}catch(t){return e.removeItem(_),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(e,t){const{[this.recurrenceKey]:i,...n}=t;return Object.entries(n).length?(e.setItem(_,JSON.stringify(n)),n):(e.removeItem(_),!1)}removeSessionRecurrenceStorage(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.sessionStorage,e)}removeLocalRecurrenceStorage(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.localStorage,e)}getSessionRecurrence(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getLocalRecurrence(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();return e||t||{type:!1}}isOver(){const e=localStorage.getItem(B),t=!(!e||!e.includes(this.recurrenceKey))||this.getSessionRecurrence();e&&(sessionStorage.setItem(_,e),localStorage.removeItem(B));const i=this.getLocalRecurrence(),n=(i?parseFloat(i.stamp):0)<(new Date).getTime();return n&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&n&&!this.getLocalRecurrence()&&!t}setRecurrence(e,t){0!==e&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const n=this.getTypeOfStorage(e);if(i()||!n&&"object"!=typeof n)return!1;const{storageString:r,storageMethod:o}=n,a=this.getStamp(e),c={type:t,stamp:a},{type:l}=this.getCurrentRecurrence(),h=async()=>{if(!s()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=c;const e=new T({triggerEvent:"consent"});await e.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();let i;"session"===r?e?i=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),i=this.getSessionRecurrenceStorageParsed()):"local"===r&&(t?i=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),i=this.getLocalRecurrenceStorageParsed()));const n=i?{[this.recurrenceKey]:c,...i}:{[this.recurrenceKey]:c};o.setItem(_,JSON.stringify(n)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!o)return!1;if(l&&t!==x)if(t===A&&l!==x)h();else{if(t!==E||l===x||l===A)return!1;h()}else h();return a}setDisplayRecurrence(){this.setRecurrence(this.displayRecurrence,"display")}setClosingRecurrence(){this.setRecurrence(this.closingRecurrence,"closing")}setValidationRecurrence(){this.setRecurrence(this.validationRecurrence,"validation")}getStamp(e){return(new Date).getTime()+864e5*e}getTypeOfStorage(e){return!(isNaN(e)||e<0||0!==e&&!e)&&(e>0?{storageString:"local",storageMethod:window.localStorage}:0===e&&{storageString:"session",storageMethod:window.sessionStorage})}}class N{constructor(e,t,i){this.recurrence=e,this.isWidgetApplied=t,this.callback=i,this.observer=new MutationObserver(this.observerHandler.bind(this)),this.eventListenerParams=["abtasty_resetActionTracking",this.eventHandler.bind(this),{passive:!0}],this.elementsWaiters=[]}recurrenceIsDone(){return!this.recurrence||this.recurrence.isOver()}decisionHandler(e){const t=n(),{type:i}=this.recurrence?this.recurrence.getCurrentRecurrence():{type:!1},s=()=>{const t=this.recurrenceIsDone();return e&&"display"===i||t};return!this.isWidgetApplied()&&t&&s()?(this.clearWatcher(),this.callback(d,e)):(!this.isWidgetApplied()||t&&s())&&(this.isWidgetApplied()||t)||(this.clearWatcher(),this.callback(h,e),this.watch()),this}eventHandler(){let e=n();return[250,500].forEach((t=>setTimeout((()=>500===t&&n()===e?this:(e=n(),this.decisionHandler(!1))),t))),this}observerHandler(e){const t=e.some((({removedNodes:e})=>e&&e.length)),i=e.some((({addedNodes:e})=>e&&e.length));return t||i?(this.decisionHandler(!0),this):this}watch(){if(e())return this;this.clearWatcher(),document.addEventListener(...this.eventListenerParams);const t=b("body",(e=>{const i=[e,{childList:!0,subtree:!0}];this.observer.observe(...i),this.elementsWaiters=this.elementsWaiters.filter((e=>e!==t))}));return this.elementsWaiters.push(t),this}clearWatcher(){return document.removeEventListener(...this.eventListenerParams),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[]),this.observer.disconnect(),this}}const R=/.+\/([^.]+)\.(otf|ttf)$/;class P{constructor(){this.children=void 0,this.uniqueId=v(),this.widgetName=m(),this.prettyName=p(),this.recurrenceParams=(()=>{const{displayRecurrence:t,closingRecurrence:i,validationRecurrence:n}=DATA;if(e()||!t&&!i&&!n)return!1;const s={everytime:()=>-1,session:()=>0,once:()=>395,day:e=>DATA[`${e}_day`],week:e=>7*DATA[`${e}_week`],month:e=>30.5*DATA[`${e}_month`]},r={};return t&&(r.displayRecurrence=s[t]("displayRecurrence")),i&&(r.closingRecurrence=s[i]("closingRecurrence")),n&&(r.validationRecurrence=s[n]("validationRecurrence")),r})(),this.triggerParams=(()=>{let{triggerEvent:t}=DATA;const{triggerEventClick:i,triggerEventReengageDelay:n,socialProofContentType:s,triggerEventElementVisible:r,triggerEventDelay:o}=DATA;if(e()||!t&&!s)return!1;const a={click:()=>i,elementVisible:()=>r},c=Object.prototype.hasOwnProperty.call(a,t)?a[t]():"body",l="reengage"===t?n:o;return s&&(t=1===s?"socialProofPurchases":"socialProofPageViews"),{triggerEvent:t,triggerSelector:c,triggerDelay:l}})(),this.recurrence=!!this.recurrenceParams&&new I(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new T(this.triggerParams),this.pageWatcher=new N(this.recurrence,this.isWidgetApplied.bind(this),this.onPageChange.bind(this)),this.hasOncePerPageTrigger=(()=>{const{isOncePerPageTrigger:e,triggerEvent:t}=DATA;return!t||(!(!e||!["click","script"].includes(t))||["pageLoad","direct","reengage","socialProofPurchases","socialProofPageViews","elementVisible"].some((e=>e===t)))})(),this.basicClassName=`ab_widget_container_${this.widgetName}`,this.widgetContainerId=`${this.basicClassName}_${this.uniqueId}`,this.contentClassName=`${this.basicClassName}_content`,this.overlayClassName=`${this.basicClassName}_overlay`,this.closeButtonClassName=`${this.basicClassName}_close_button`,this.hideClassName=`ab_hide_${this.uniqueId}`,this.domElement=this.getDom(),this.hasBeenShown=!1,this.closedByUser=!1,this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.elementsWaiters=[]}clearGivenClearables(){this.eventsListeners.length&&(this.eventsListeners.forEach((e=>document.removeEventListener(...e))),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((e=>clearTimeout(e))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((e=>clearInterval(e))),this.intervals=[]),this.observers.length&&(this.observers.forEach((e=>e.disconnect())),this.observers=[]),this.promises.length&&(this.promises.forEach((e=>e.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[])}isWidgetApplied(){return this.domElement&&!!this.domElement.closest("html")}removeOldDomElement(){const e=document.getElementById(this.widgetContainerId);return e&&e.remove(),this}async insert(){const e=(e,t,i)=>{this.elementsWaiters=this.elementsWaiters.filter((e=>e!==t)),i(e)},t=new Promise(((t,i)=>{const n=b("head",(e=>{this.elementsWaiters=this.elementsWaiters.filter((e=>e!==n)),t(e.appendChild(this.styleElement))}),(t=>e(t,n,i)));this.elementsWaiters.push(n)})),i=new Promise(((t,i)=>{const{layout:n,elementReferrer:s,referrerInsertType:r}=DATA,{selector:o,position:a}="string"==typeof n&&"free"===n&&"string"==typeof s&&"string"==typeof r?{selector:s,position:r}:{selector:"body",position:"beforeend"},c=b(o,(e=>{this.elementsWaiters=this.elementsWaiters.filter((e=>e!==c)),this.removeOldDomElement(),t(e.insertAdjacentElement(a,this.domElement))}),(t=>e(t,c,i)));this.elementsWaiters.push(c)}));return Promise.all([i,t]).then((()=>this))}remove(){return this.pageWatcher.clearWatcher(),this.domElement&&this.domElement.closest("html")&&this.domElement.remove(),this.styleElement&&this.styleElement.closest("html")&&this.styleElement.remove(),this.hasOncePerPageTrigger?this.pageWatcher.watch():e()||this.init().then((({response:e})=>e?this.show():this)),this}show(){return this.hasBeenShown||e()||window.ABTastyEvent(`${this.prettyName} displayed`,null,TEST_ID),this.closedByUser=!1,this.domElement.classList.remove(this.hideClassName),this.recurrence&&this.recurrence.setDisplayRecurrence(),this.hasBeenShown=!0,this.pageWatcher.watch(),this}hide(){return this.hasBeenShown&&!e()&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),this.closedByUser=!0,this.domElement.classList.add(this.hideClassName),this}async init(t){if(!e()&&!n())return!1;if(this.trigger&&this.trigger.promises.length)return!1;const i=this.recurrence&&this.recurrence.isOver();if(this.recurrence&&!i)return this.pageWatcher.watch(),!1;this.pageWatcher.watch();const s=e()||!this.trigger||this.trigger&&await this.trigger.isTriggered();return!!s&&(await this.insert(),this.addCloseEvent(),e()||t||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(s),{container:this,response:s})}onPageChange(e,t){const i=()=>this.init().then((({response:e})=>e&&this.show()));switch(t||(this.hasBeenShown=!1),e){case h:this.isWidgetApplied()?this.remove():(this.trigger&&this.trigger.clear(),this.pageWatcher.watch());break;case d:this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():this.insert().then((e=>e.show())):i()}}addCloseEvent(...t){const{closeButton:i,overlay:n,overlayClickable:s,layout:r}=DATA,o=[];if(void 0!==n&&!0!==n||!0!==s||"popin"!==r||o.push(`.${this.overlayClassName}`),void 0!==i&&i&&o.push(`.${this.closeButtonClassName}`),!o.length)return this;const a=this.domElement.querySelectorAll(o.join(", "));return a.length?(t.push(...a),t.forEach((t=>{e()&&(t.dataset.abtastyActionnable="true"),t.addEventListener("click",(e=>{$(e),this.recurrence&&this.recurrence.setClosingRecurrence(),this.hide(),setTimeout((()=>this.remove()),1e3)}),{once:!0,capture:!0})})),this):this}getDom(){const{closeButton:e,layout:t,overlay:i}=DATA,n=document.createElement("div");return n.className=`${this.basicClassName} ${this.hideClassName}`,n.id=this.widgetContainerId,n.innerHTML=`\n\t\t\t${"popin"!==t||void 0!==i&&!0!==i?"":`<div class="${this.overlayClassName}"></div>`}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${e?`<button class="${this.closeButtonClassName}"><svg viewBox="0 0 16 16">\n\t<defs><path id="prefix__a" d="M12 4.991L11.009 4 8 7.009 4.991 4 4 4.991 7.009 8 4 11.009 4.991 12 8 8.991 11.009 12 12 11.009 8.991 8z"></path></defs>\n\t<g><use xlink:href="#prefix__a"></use></g>\n</svg></button>`:""}\n\t\t\t</div>`,n}loadFont(e,t){if(!e||"inherit"===e)return;const i=document.createElement("style"),n=t.match(R)?t.match(R)[1]:"";i.appendChild(document.createTextNode(`\t\t\t@font-face { \t\tfont-family: '${e}_${n}'; src: url('${t}');\t\t\t}\t\t`)),document.head.appendChild(i)}getStyleTag(t=""){const{noStyles:i,layout:n}=DATA,{backgroundColor:s,isBackgroundImage:r,backgroundImage:o,backgroundSize:a,backgroundPosition:c,backgroundRepeat:l,borderColor:h,borderRadius:d,borderWidth:g,textColor:m,textAlign:p,fontName:v,fontStyle:y,fontSize:w,isTitle:b,titleTextAlign:f,titleTextColor:$,titleFontName:S,titleFontStyle:C,titleFontSize:T,overlay:E,overlayColor:A,dropShadow:x,dropShadowColor:_,dropShadowBlur:B,containerMargin:I,containerPadding:N,closeButton:P,closeButtonPosition:k,closeButtonSize:D,closeButtonBorderRadius:L,closeButtonBorderWidth:W,closeButtonBorderColor:O,closeButtonColor:V,closeButtonBackgroundColor:q,buttonsBorderWidth:H,buttonsBorderColor:j,buttonsBorderRadius:M,buttonsBackgroundColor:F,buttonsTextColor:U,buttonsFontName:z,buttonsFontStyle:G,buttonsFontSize:K}=i?{}:DATA,Y=document.createElement("style");Y.type="text/css",e()&&Y.setAttribute("abtasty-script-added","true"),this.loadFont(v,y),this.loadFont(S,C),this.loadFont(z,G);const J=`background: ${["string"==typeof s?s:"rgba(255, 255, 255, 1)",r&&"string"==typeof o&&o.length?`url(${o})`:"",r&&"string"==typeof c&&"100% 100%"!==a?c:"0 0",r&&"string"==typeof a?`/ ${a}`:"/ auto",r&&l&&!["cover","100% 100%"].includes(a)?"repeat":"no-repeat"].join(" ").trim()};`,Q="number"==typeof g&&g>0,X=`border: ${[Q?`${g}px`:"unset",Q?"solid":"",Q&&"string"==typeof h&&h.length?h:""].join(" ").trim()};`,Z=void 0!==d?`border-radius: ${d}px;`:"",ee=void 0!==m?`color: ${m}; fill: ${m}; -webkit-text-fill-color: ${m};`:"",te=void 0!==p?`text-align: ${p};`:"",ie=v&&"inherit"!==v?`font-family:${v}_${y.match(R)?y.match(R)[1]:""};`:y||"",ne=w?`font-size: ${w}px;`:"",se=void 0!==x&&x?`box-shadow: 0 5px ${B}px 0 ${_};`:"",re=I instanceof Array&&1===I.length&&I[0],oe=re?`margin: ${re.top}px ${re.right}px ${re.bottom}px ${re.left}px;`:"",ae=re?`margin: calc(${re.top}px * 0.5) calc(${re.right}px * 0.5) calc(${re.bottom}px * 0.5) calc(${re.left}px * 0.5);`:"",ce=N instanceof Array&&1===N.length&&N[0],le=ce?`padding: ${ce.top}px ${ce.right}px ${ce.bottom}px ${ce.left}px;`:"",he=ce?`padding: calc(${ce.top}px * 0.5) calc(${ce.right}px * 0.5) calc(${ce.bottom}px * 0.5) calc(${ce.left}px * 0.5);`:"",de=void 0!==H&&H?`border-width: ${H}px; border-style: solid;`:"",ue=[j,H].every((e=>void 0!==e))&&H?`border-color: ${j};`:"",ge=void 0!==M?`border-radius: ${M}px;`:"",me=void 0!==F?`background-color: ${F};`:"",pe=void 0!==U?`color: ${U}; fill: ${U}; -webkit-text-fill-color: ${U};`:"",ve=z&&"inherit"!==z?`font-family:${z}_${G.match(R)?G.match(R)[1]:""};`:G||"",ye=K?`font-size: ${K}px;`:"",we="popin"!==n||void 0!==E&&!0!==E?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==A?A:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),be=void 0!==D?D:16,fe=be/2,$e=i||void 0!==P&&P?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===k?`bottom: calc(100% + ${fe}px)`:`top: ${fe}px`)+";",`right: ${fe}px;`,"width: auto;","height: auto;","background: none;","border: none;","cursor: pointer;","outline: none;","padding: 0;","margin: 0;","line-height: 0;",""+("number"==typeof L?`border-radius: ${L}px;`:""),""+("number"==typeof W&&W>0?`border: ${W}px solid ${void 0!==O?O:u};`:""),""+("string"==typeof q?`background-color: ${q};`:""),"}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${be}px;`,`height: ${be}px;`,""+("string"==typeof V?`fill: ${V};`:""),"}"].join(""):"",Se=b&&"string"==typeof $?[`#${this.widgetContainerId} .${this.contentClassName} > * h1, `,`#${this.widgetContainerId} .${this.contentClassName} > * h2, `,`#${this.widgetContainerId} .${this.contentClassName} > * h3, `,`#${this.widgetContainerId} .${this.contentClassName} > * h4, `,`#${this.widgetContainerId} .${this.contentClassName} > * h5, `,`#${this.widgetContainerId} .${this.contentClassName} > * h6 {`,`color: ${$}; fill: ${$}; -webkit-text-fill-color: ${$};`,void 0!==f?`text-align: ${f};`:"",S&&"inherit"!==S?`font-family:${S}_${C.match(R)?C.match(R)[1]:""};`:C||"",T?`font-size: ${T}px;`:"","}"].join(""):"";return Y.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,J,Z,X,ee,te,se,oe,ie,ne,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,ee,te,ie,ne,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",le,ie,ne,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a, `,`#${this.widgetContainerId} .${this.contentClassName} > * button {`,"display: inline-block;",de,ue,ge,me,pe,ve,ye,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a *, `,`#${this.widgetContainerId} .${this.contentClassName} > * button * {`,pe,ve,ye,"}","@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,ae,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,he,"}","}",we,$e,Se,`${t}`].join(""),Y}}const k=["top: 0;","top: 50%;","bottom: 0;"],D=["left: 0;","left: 50%;","right: 0;"],L=e=>1===e?"-50%":0,W=()=>{if(Array.isArray(DATA.popinPosition)){const{popinPosition:[{x:e,y:t}]}=DATA,i=`translate(${L(t)}, ${L(e)});`;return`${k[e]}${D[t]}transform: ${i}`}return"left: 50%;top: 50%;transform: translate(-50%, -50%);"},O=()=>"autoWidth"in DATA&&!0===DATA.autoWidth,V=()=>{if(O())return"width: auto;height: auto;";const{popinPercentWidth:e,popinPixelsWidth:t,widthUnit:i,autoHeight:n,popinPercentHeight:s,popinPixelsHeight:r,heightUnit:o}=DATA;return`width: ${"px"===i?t:e}${i};height: ${n?"auto":`${"px"===o?r:s}${o}`};`};class q extends P{constructor(){super(),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:e,zindexCustom:t}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;","top: 0;","left: 0;","width: 100%;","height: 100%;",`z-index: ${"custom"===e?t:e};`,"opacity: 1;","transition: opacity 0.25s ease;","background: none;","}",`#${this.widgetContainerId} .${this.overlayClassName} {`,"position: absolute;","z-index: -1;","top: 0;","left: 0;","width: 100%;","height: 100%;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: absolute;",W(),V(),"}",`${O()?"":[`#${this.widgetContainerId} .${this.contentClassName} > div {`,"height: 100%;","overflow: auto;","}"].join("")}`,"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,"max-width: 94vw;","}","}"].join("")}}class H extends P{constructor(){super(),this.position="string"==typeof DATA.layout&&"bannerTop"===DATA.layout?"top":"bottom",this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:e,zindexCustom:t}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;",`${this.position}: 0;`,"left: 0;","width: 100%;","height: auto;",`z-index: ${"custom"===e?t:e};`,"opacity: 1;","transition: opacity 0.25s ease;","background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}class j extends P{constructor(){super(),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){return[`#${this.widgetContainerId} {`,"width: auto;","height: auto;","margin: 0;","padding: 0;","background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}const M={category:o,type:"select",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"vw (% of viewport width)",value:"vw"},{label:"vh (% of viewport height)",value:"vh"},{label:"vmin (% of viewport minimum size)",value:"vmin"},{label:"vmax (% of viewport maximum size)",value:"vmax"}]},F={category:o,type:l,propName:"autoHeight",label:"widget_common_layout_toggler_label_keepHeightAuto",value:!0},U={category:o,propName:"widthUnit",value:"vw",...M},z={category:o,propName:"heightUnit",value:"vh",condition:({autoHeight:e})=>!e,...M},G={category:o,type:c,label:"widget_common_layout_popinDimensions_label_width"},K={...G,propName:"popinPercentWidth",value:50,max:100,condition:({widthUnit:e,layout:t})=>"px"!==e&&"popin"===t},Y={...G,propName:"popinPixelsWidth",value:parseInt(window.innerWidth/2.5,10),max:window.innerWidth,condition:({widthUnit:e,layout:t})=>"px"===e&&"popin"===t},J={category:o,type:c,label:"widget_common_layout_popinDimensions_label_height",condition:({autoHeight:e})=>!e},Q={...J,propName:"popinPercentHeight",value:50,max:100,condition:({autoHeight:e,heightUnit:t,layout:i})=>!e&&"px"!==t&&"popin"===i},X={...J,propName:"popinPixelsHeight",value:parseInt(window.innerHeight/2.5,10),max:window.innerHeight,condition:({autoHeight:e,heightUnit:t,layout:i})=>!e&&"px"===t&&"popin"===i},Z=({autoWidth:e})=>!e;[K,Y,U,F,Q,X,z].map((e=>{if("condition"in e){const t=e.condition,i=e=>t(e)&&Z(e);return{...e,condition:i}}return{...e,condition:Z}}));const ee="closeButton",te={category:r,type:"radio",label:"widget_common_style_closeButton_radio_closeButtonPosition",propName:"closeButtonPosition",value:"in",options:[{label:"widget_common_style_closeButton_radio_closeButtonPosition_option_inside",value:"in"},{label:"widget_common_style_closeButton_radio_closeButtonPosition_option_outside",value:"out"}]},ie={category:r,type:c,label:"widget_common_style_closeButton_label_closeButtonSize",propName:"closeButtonSize",value:16,min:10,max:50},ne={category:r,type:a,label:"widget_common_style_closeButton_label_closeButtonColor",propName:"closeButtonColor",value:"rgba(119, 119, 119, 1)"},se={category:r,type:a,label:"widget_common_style_closeButton_label_closeButtonBackgroundColor",propName:"closeButtonBackgroundColor",value:"rgba(255, 255, 255, 0)"},re={category:r,type:"slider",label:"widget_common_style_closeButton_label_closeButtonBorderRadius",propName:"closeButtonBorderRadius",value:0,min:0,max:50},oe={...re,label:"widget_common_style_closeButton_label_closeButtonBorderThickness",propName:"closeButtonBorderWidth"},ae={category:r,type:a,label:"widget_common_style_closeButton_label_closeButtonBorderColor",propName:"closeButtonBorderColor",value:u},ce=[{field:ee}];function le(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}ae.conditions=[{field:oe.propName,value:e=>e>0}],[te,ie,ne,se,re,oe,ae].map((e=>{const t=e.conditions||[];return t.push(ce[0]),{...e,conditions:t}}));var he=function(){function t(e){var i=e.parentContainer;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this.parentContainer=i,this.baseClassName="promotionalbanner_container",this.className="".concat(this.baseClassName,"_").concat(i.uniqueId),this.contentElement=this.getContentElement(),this.styleElement=this.getStyleElement()}var i,n,s;return i=t,s=[{key:"getVariableText",value:function(){var e=DATA,t=e.textVariables,i=e.dateRange,n=e.datetime;top.console.log("dateRange",i);var s=new Date(n),r=new Date(n),o=[new Date(i[0]),new Date(i[1])];top.console.log("jsDateRanges",o);var a="".concat(s.getHours()),c="".concat(s.getMinutes()),l="".concat(r.getDate()),h="".concat(r.getMonth()+1),d="".concat(r.getFullYear()),u="".concat(a.length<2?"0".concat(a):a,":").concat(c.length<2?"0".concat(c):c),g="".concat(l.length<2?"0".concat(l):l,"/").concat(h.length<2?"0".concat(h):h,"/").concat(d),m="".concat(o[0].getDate(),"/").concat(o[0].getMonth(),"/").concat(o[0].getFullYear()," - ").concat(o[1].getDate(),"/").concat(o[1].getMonth(),"/").concat(o[1].getFullYear());return top.console.log("formatedDateRange",m),t.replace("!time!",'<span class="time">'.concat(u,"</span>")).replace("!date!",'<span class="date">'.concat(g,"</span>")).replace("!dateRange!",'<span class="dateRange">'.concat(m,"</span>"))}}],(n=[{key:"insertIn",value:function(e,t){return document.head.insertAdjacentElement("beforeend",this.styleElement),e.insertAdjacentElement(t,this.contentElement),this}},{key:"addCloseEvent",value:function(t){var i=this;t&&t.addEventListener("click",(function(t){$(t),e()||i.parentContainer.recurrence.setClosingRecurrence(),i.parentContainer.hide(),setTimeout((function(){return i.parentContainer.remove()}),1e3)}),{capture:!0,passive:!1})}},{key:"addRedirectionEvent",value:function(t){var i=this;!e()&&t&&t.addEventListener("click",(function(){var t=DATA,n=t.autoHide,s=t.timeHide;n&&setTimeout((function(){return i.parentContainer.hide()}),1e3*s),e()||i.parentContainer.recurrence.setValidationRecurrence()}),{capture:!0,passive:!0})}},{key:"getButton",value:function(){var e=DATA,t=e.linkType,i=e.buttonText,n=e.redirectionUrl,s=e.openInNewTab,r=document.createElement("a");return r.className="popin_link",r.innerHTML="<span>".concat(i,"</span>"),"button"===t?(r.href=n,r.target=s?"_blank":"_self",this.addRedirectionEvent(r)):(r.href="#",r.dataset.abtastyActionnable="true",this.addCloseEvent(r)),r}},{key:"getContentElement",value:function(){var e=DATA,i=e.isTitle,n=e.isText,s=e.linkType,r=e.buttonText,o="string"==typeof s&&s.includes("widget")?"a":"div",a=document.createElement(o);if(a.className=this.className,"widget"===s){var c=DATA,l=c.redirectionUrl,h=c.openInNewTab;a.href=l,a.target=h?"_blank":"_self",this.addRedirectionEvent(a)}else"widgetClose"===s&&(a.href="#",a.dataset.abtastyActionnable="true",this.addCloseEvent(a));if(i){var d=DATA.title,u=document.createElement("h4");u.textContent=d,a.appendChild(u)}if(n){var g=DATA,m=g.text,p=g.includeVariables,v=document.createElement("p"),y=p?t.getVariableText():m;v.innerHTML=y,a.appendChild(v)}if([s,r].every((function(e){return"string"==typeof e}))&&s.includes("button")&&r.length){var w=this.getButton(),b=document.createElement("div");b.className="buttons_container",b.appendChild(w),a.appendChild(b)}return a}},{key:"getStyleElement",value:function(){var t=DATA,i=t.textColor,n=t.textAlign,s=t.buttonsAlign,r="#".concat(this.parentContainer.widgetContainerId," .").concat(this.className),o=void 0!==i?"color: ".concat(i,";"):"",a=void 0!==n?"text-align: ".concat(n,";"):"",c=void 0!==s&&"fill"!==s?"text-align: ".concat(s,";"):"",l=document.createElement("style");return l.type="text/css",e()&&l.setAttribute("abtasty-script-added","true"),l.textContent=["".concat(r," > * {"),"display: inline-block;","vertical-align: middle;","}","".concat(r," h4 {"),"margin-bottom: 24px;","}","".concat(r," p {"),"width: 100%;","margin: 0;","white-space: pre-line;",o,a,"}","".concat(r," .buttons_container {"),"display: inline-block;","width: 100%;",c,"}","".concat(r," a {"),"margin-top: 24px;","padding: 6px 16px;","width: ".concat("fill"===s?"100%":"auto",";"),"}","@media screen and (min-width: 1024px) {","}","@media screen and (max-width: 1023px) {","}"].join(""),l}}])&&le(i.prototype,n),s&&le(i,s),t}();!function(){y("Widget launch");var e=(()=>{const{layout:e}=DATA;let t;switch(e){case"popin":t=new q;break;case"bannerTop":case"bannerBottom":t=new H;break;case"free":t=new j;break;default:t=new P}return t})(),t=e.domElement.querySelector(".".concat(e.contentClassName)),i=new he({parentContainer:e});e.children=i,i.insertIn(t,"beforeend"),e.init(!0).then((function(t){t.response&&e.show()}))}()}();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abtasty/widget-quality",
3
3
  "description": "Demo and testing widget for new features.",
4
- "version": "0.2.4",
4
+ "version": "0.2.6",
5
5
  "form": "dist/form.js",
6
6
  "main": "dist/main.js",
7
7
  "files": [
@@ -26,11 +26,11 @@
26
26
  "eslint-config-airbnb-base": "^14.2.1",
27
27
  "eslint-config-prettier": "^7.2.0",
28
28
  "eslint-plugin-import": "^2.22.1",
29
- "rollup": "^2.37.1",
29
+ "rollup": "^2.38.0",
30
30
  "rollup-plugin-eslint": "^7.0.0",
31
31
  "rollup-plugin-terser": "^7.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@abtasty/widget-utils": "^1.17.3-4"
34
+ "@abtasty/widget-utils": "^1.17.3-5"
35
35
  }
36
- }
36
+ }
package/README.md DELETED
@@ -1,31 +0,0 @@
1
- # AB-tasty Widget-Quality
2
-
3
- This widget was generated using AB Tasty Widget CLI. You can find more infomation and documentation about widgets at https://abtasty.gitbooks.io/widget/.
4
-
5
- ## Preview your widget
6
-
7
- Launch your widget in a new window and watch for changes.
8
- ```bash
9
- npm start
10
- ```
11
-
12
- ## Main files
13
-
14
- * `main.js`
15
- Main source code of your widget
16
- * `form.js`
17
- Configuration form for your widget
18
-
19
- You can specify each file location in the `package.json` like this:
20
- ```json
21
- "main": "dist/main.js",
22
- "form": "dist/form.js",
23
- ```
24
-
25
- ## Add your widget to AB Tasty
26
-
27
- 1. First, you'll need to have your widget on NPM:
28
- * Create a minified bundle with `npm run build`
29
- * Bump the version of your widget ([using semver](http://semver.org/)) with `npm version [patch|minor|major]`
30
- * Publish it to NPM: `npm publish`
31
- 2. Once your widget is on NPM, you can now add it on AB Tasty at https://marketplace.abtasty.com/publish.