@abtasty/countdown 3.7.8 → 3.7.10

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 t=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),e=()=>{const t=!!document.getElementById("ABTastyPreviewBar"),e=location.href.includes("ab_project=preview");return t||e},n=()=>!t()&&(e()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),o=()=>window.ABTasty&&!0===window.ABTasty.consentReady,s="remove",i="rebuild",a="update",r=()=>{const{type:t}=DATA;return`${PACKAGE.replace("@abtasty/","")}${t?`_${t}`:""}`},c=()=>{const t=r();return`${t.charAt(0).toUpperCase()}${t.slice(1)}`.split("-").join(" ")},d=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,l=n=>{if((()=>{if(t()||e())return!1;const n=ABTasty.getTestsOnPage()[TEST_ID];return!!n&&Object.keys(n.targetings.qaParameters).length>0})()){const t=c();window.console.log(`%c${t} - QA Mode for campaign ${TEST_ID}\n${n}`,"background-color: rgba(0, 127, 145, 1); color: rgba(247, 247, 247, 1)")}},h=t=>{const e={promise:null,resolve:null,reject:null,name:t};return e.promise=new Promise((t,n)=>{e.resolve=t,e.reject=n}),e},u=(t,e)=>{const n=()=>{try{return document.querySelector(t)}catch(t){return null}};let o=n();const s=[document.body||document.documentElement,{childList:!0,subtree:!0,attributes:!0}],i=()=>r.disconnect(),a=()=>r.observe(...s),r=new MutationObserver(()=>(o=n(),o&&!i()&&e(o)));return o?setTimeout(()=>e(o),0):a(),{selector:t,clear:i,observe:a}};function m(t,e){return e(t)||!t.parentElement?t:m(t.parentElement,e)}const g=e=>{t()||(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation())},y=(t,e)=>[...document.querySelectorAll(e)].some(n=>n.isSameNode(t)||!!t.closest(e));class b{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=this.startMutationObserver(),this.mouseOverEvent=this.mouseOverHandler()}intersectionHandler(t){t.forEach(t=>{t.isIntersecting?(this.existingTargets.forEach(e=>{e.element.isSameNode(t.target)&&(this.inViewportTargets.push(e),this.mouseOverEvent.start())}),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter(e=>!e.element.isSameNode(t.target)||(this.mouseOverEvent.clear(),!1))})}startVisibilityObserver(){return new IntersectionObserver(this.intersectionHandler.bind(this),{root:null,rootMargin:"0px",threshold:0})}startMutationObserver(){const t=this.mutationObserver||new MutationObserver(this.checkElements.bind(this));return document.body&&t.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),t}onMouseOver({target:t,path:e}){const n=this.inViewportTargets.find(({element:n,selector:o})=>{if(n.isSameNode(t))return!0;const s=[...t.querySelectorAll(o)];if(s.length&&s.includes(n))return!0;if(e.includes(n))return!0;const i=[...t.parentElement.children],a=i.findIndex(e=>e.isSameNode(t)),r=i.filter((t,e)=>e>a);if(r.length){if(r.includes(n))return!0;if(r.some(t=>[...t.querySelectorAll(o)].includes(n)))return!0}return!1});if(n&&this.isElementVisible(n.element)){const{selector:t,element:e,uniqueId:o}=n,s=this.targets.find(e=>e.selector===t&&e.uniqueId===o);s&&s.resolve(e),this.clear(t,o)}}mouseOverHandler(){const t=["mouseover",t=>setTimeout(()=>this.onMouseOver(t),50),!0];return{start:()=>document.addEventListener(...t),clear:()=>document.removeEventListener(...t)}}isElementVisible(t){return this.isElementTopmost(t)&&this.isElementOpaque(t)}isElementOpaque(t){return"HTML"===m(t,t=>"0"===window.getComputedStyle(t).opacity).nodeName}isElementTopmost(t){const e=t.getBoundingClientRect(),n=[[e.left,e.top],[e.right,e.top],[e.left,e.bottom],[e.right,e.bottom],[e.left+e.width/2,e.top],[e.left+e.width/2,e.bottom],[e.left,e.height/2],[e.right,e.height/2],[e.left+e.left/2,e.height/2]];let o=!1,s=0;for(;!o&&s<n.length;){const e=document.elementFromPoint(...n[s]);o=t===e||t.contains(e),s+=1}return o}checkElements(){this.targets.forEach(({selector:t,uniqueId:e})=>{const n=document.querySelector(t);n&&!this.existingTargets.find(n=>n.element.matches(t)&&n.uniqueId===e)&&(this.existingTargets.push({element:n,selector:t,uniqueId:e}),this.visibilityObserver.observe(n))}),this.existingTargets=this.existingTargets.filter(({selector:t,element:e})=>!!document.querySelector(t)||(e&&this.visibilityObserver.unobserve(e),!1)),this.inViewportTargets=this.inViewportTargets.filter(({selector:t,element:e,uniqueId:n})=>{if(e.matches(t)&&this.isElementVisible(e)){const o=this.targets.find(e=>e.selector===t&&e.uniqueId===n);return o&&o.resolve(e),this.clear(t,n),!1}return!0})}watch(t,e,n){this.targets.push({selector:t,resolve:e,uniqueId:n});const o=()=>{this.startMutationObserver(),this.checkElements()};document.body?o():u("body",o)}clear(t,e){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map(n=>n.filter(({selector:n,uniqueId:o})=>n!==t&&o!==e));const n=document.querySelector(t);n&&this.visibilityObserver.unobserve(n),0===this.targets.length&&this.mutationObserver.disconnect(),0===this.inViewportTargets.length&&this.mouseOverEvent.clear()}}class w{constructor({triggerEvent:t,triggerSelector:e,triggerDelay:n}){this.event=t,this.selector=e&&e.length?e:"body",this.delay=1e3*n,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.visibilityObservers=[],this.elementsWaiters=[],this.socialProofStore={}}async onElementVisible({promise:t,resolve:e}){const n=h(`${this.event}DomReady`);this.promises.push(n);const o=await this.onPageLoad(n),s=await async function(){let t;return t=await("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype||new Promise((t,e)=>{const n=window.document.getElementsByTagName("script")[0],o=window.document.createElement("script");o.src="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=IntersectionObserver",n.parentNode.insertBefore(o,n),o.onload=t,o.onerror=e})),t}(),i=new b;if(this.visibilityObservers.push(i),s&&o){const t=d();i.watch(this.selector,e,t)}return t}onPageLoad({promise:t,resolve:e}){const n=()=>"complete"===document.readyState;if(!n()){const o=["readystatechange",({isTrusted:t})=>t&&n()&&e(!0),{passive:!0}];return this.eventsListeners.push([document,...o]),document.addEventListener(...o),t}return e(!0),t}onClick({promise:t,resolve:e}){const n=document.createElement("style");n.type="text/css",n.id=`Click_${d()}`,n.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(n),this.elementsSelectors.push(`#${n.id}`);const o=["click",({isTrusted:t,target:n})=>t&&y(n,this.selector)&&e(!0),{passive:!0,capture:!0}];return this.eventsListeners.push([document,...o]),document.addEventListener(...o),t}onHover({promise:t,resolve:e}){const n=["mouseenter",({isTrusted:t,target:n})=>t&&y(n,this.selector)&&e(!0),{passive:!0,capture:!0}];return this.eventsListeners.push([document.documentElement,...n]),document.documentElement.addEventListener(...n),t}onExitIntent({promise:t,resolve:e}){const n=["mouseleave",({isTrusted:t,clientY:n})=>{t&&n<=0&&e(!0)},{passive:!0}],o=u("body",t=>{this.eventsListeners.push([t,...n]),t.addEventListener(...n),this.elementsWaiters=this.elementsWaiters.filter(t=>t!==o)});return this.elementsWaiters.push(o),t}onReengage({promise:t,resolve:e}){const n=this.delay;let o=n;const s=[({isTrusted:t})=>{t&&(o=n)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach(t=>{this.eventsListeners.push([document,t,...s]),document.addEventListener(t,...s)});const i=setInterval(()=>{o<=0?e(!0):o-=100},100);return this.intervals.push(i),t}onCustomTrigger({promise:t,resolve:e}){const{triggerEventCustomScript:n}=DATA;return new Function(`return new Promise(async resolve => {${n}})`)().then(t=>t&&e(!0)),t}onScrollUp({promise:t,resolve:e}){let n=0;const o=["scroll",({isTrusted:t})=>{t&&(window.pageYOffset<n?e(!0):n=window.pageYOffset)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...o]),document.addEventListener(...o),t}onScrollPercentReached({promise:t,resolve:e}){const{triggerEventScrollPercent:n}=DATA,o=["scroll",({isTrusted:t})=>{if(!t)return;const o=(()=>{const{documentElement:t,body:e}=document,n=t.scrollTop||e.scrollTop,o=t.scrollHeight||e.scrollHeight;return Math.trunc(n/(o-t.clientHeight)*100,10)})();n<o&&e(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...o]),document.addEventListener(...o),t}checkSocialProofConditions(t,e,n,o){const s=(()=>{let t;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S&&window.ABTASTY_S.USER&&window.ABTASTY_S.USER.accountIdentifier&&window.ABTASTY_S.USER.accountIdentifier.length?t=window.ABTASTY_S.USER.accountIdentifier:window.ABTasty&&window.ABTasty.getAccountSettings&&"function"==typeof window.ABTasty.getAccountSettings?t=window.ABTasty.getAccountSettings().identifier:window.ABTasty&&window.ABTasty.accountSettings&&(t=window.ABTasty.accountSettings.identifier),t):t})(),{viewInterval:i,spNoTrim:a}=DATA;if(this.socialProofStore.hasOwnProperty(t))n(this.socialProofStore[t])?o(`${this.socialProofStore[t][i]}`):o(!1);else if(t&&s){const r=e=>(this.socialProofStore[t]=e,o(!!n(e)&&`${e[i]}`));fetch(`https://api-social-proof.abtasty.com/clients/${s}/metrics/${e}?key=${t}${a?"&noTrim=true":""}`).then(t=>t.ok&&t.json()).then(r).catch(()=>l("Failed to fetch datas from server."))}else o(!1)}getSocialProofPurchases({promise:t,resolve:e}){const n=window.ABTastyProductKey,{viewInterval:o,triggerSocialProofMinPurchases:s}=DATA;return n||(l("Not able to find ABTastyProductKey, impossible to call the API, read documentation for more informations:\n\t\t\t\thttps://abtasty.elevio.help/en/articles/190-social-proof-prerequisites"),e(!1)),this.checkSocialProofConditions(n,"i",t=>{if(void 0===o||void 0===s)return!1;const e=void 0!==t[o]&&t[o]>=s;return e||l(`Widget will not be shown, product has been purchased ${t[o]} times while ${s} are required`),e},e),t}getSocialProofPageViews({promise:t,resolve:e}){const{viewInterval:n,triggerSocialProofMinPageViews:o,spNoTrim:s}=DATA,i=encodeURIComponent(s?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`);return this.checkSocialProofConditions(i,"pv",t=>{if(void 0===n||void 0===o)return!1;const e=void 0!==t[n]&&t[n]>=o;return e||l(`Widget will not be shown, page has been seen ${t[n]} times while ${o} are required`),e},e),t}onConsent({promise:t,resolve:e}){if(!o()){const n=["abtasty_consentValid",()=>e(!0)];return this.eventsListeners.push(n),window.addEventListener(...n),t}return e(!0),t}onTrackingSent({promise:t,resolve:e}){const{triggerEventTrackingSent:n}=DATA;let o=localStorage.getItem("ABTastyData");const s=()=>JSON.parse(o).ActionTracking.find(({name:t})=>t===n),i=["storage",()=>{o=localStorage.getItem("ABTastyData"),s()&&e(!0)},{passive:!0,capture:!0}];return o&&s()?e(!0):(()=>{this.eventsListeners.push([window,...i]),window.addEventListener(...i)})(),t}onMinPagesViewed({promise:t,resolve:e}){const{triggerEventMinPagesViewed:n}=DATA;let o=localStorage.getItem("ABTastyData");const s=()=>n<=(o?JSON.parse(o).VisitedPages.length:0),i=["storage",()=>{o=localStorage.getItem("ABTastyData"),s()&&e(!0)},{passive:!0,capture:!0}];return o&&s()?e(!0):(()=>{this.eventsListeners.push([window,...i]),window.addEventListener(...i)})(),t}onRageClick({promise:t,resolve:e}){const{triggerEventRageClickQuantity:n,triggerEventRageClickDelay:o}=DATA;let s=0,i=!1;const a=["click",({isTrusted:t})=>{t&&(s+=1,s>=n&&e(!0),i||(i=!0,setTimeout(()=>{s=0,i=!1},o)))},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...a]),document.addEventListener(...a),t}clear(){if(this.elementsSelectors.length&&(this.elementsSelectors.forEach(t=>{document.querySelector(t)&&document.querySelector(t).remove()}),this.elementsSelectors=[]),this.eventsListeners.length&&(this.eventsListeners.forEach(t=>{const[e,...n]=t;e&&n.length>1&&e.removeEventListener(...n)}),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach(t=>clearTimeout(t)),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach(t=>clearInterval(t)),this.intervals=[]),this.observers.length&&(this.observers.forEach(t=>t.disconnect()),this.observers=[]),this.visibilityObservers.length){const t=d();this.visibilityObservers.forEach(e=>e.clear(this.selector,t)),this.visibilityObservers=[]}return this.promises.length&&(this.promises.forEach(t=>t.resolve(!1)),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach(t=>t.clear()),this.elementsWaiters=[]),this}async isTriggered(){this.clear();const t=h(this.event);this.promises.push(t);const e={consent:()=>this.onConsent(t),direct:()=>!0,pageLoad:()=>this.onPageLoad(t),click:()=>this.onClick(t),exitIntent:()=>this.onExitIntent(t),reengage:()=>this.onReengage(t),elementVisible:()=>this.onElementVisible(t),script:()=>this.onCustomTrigger(t),hover:()=>this.onHover(t),scrollUp:()=>this.onScrollUp(t),scrollPercent:()=>this.onScrollPercentReached(t),rageClick:()=>this.onRageClick(t),minPagesViewed:()=>this.onMinPagesViewed(t),trackingSent:()=>this.onTrackingSent(t),socialProofPurchases:()=>this.getSocialProofPurchases(t),socialProofPageViews:()=>this.getSocialProofPageViews(t)},n=!Object.prototype.hasOwnProperty.call(e,this.event)||await e[this.event]();return this.clear(),"reengage"!==this.event&&this.delay?n&&await(async()=>{const t=h(`${this.event}Delay`);return this.promises.push(t),setTimeout(()=>{t.resolve(!0),this.clear()},this.delay),t.promise})():n}}const p="closing",v="validation",f="ABTastyWidgets",x="ABTastyWidgetsTemporary";class T{constructor({displayRecurrence:t,closingRecurrence:e,validationRecurrence:n},o){this.displayRecurrence=parseFloat(t),this.closingRecurrence=parseFloat(e),this.validationRecurrence=parseFloat(n),this.onSetCallback=o,this.widgetName=r(),this.uniqueId=d(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:t}){const e=localStorage.getItem(x),n=sessionStorage.getItem(f);"ABTastyData"===t&&!e&&n&&localStorage.setItem(x,n)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(t){try{const e=t.getItem(f);return JSON.parse(e)}catch(e){return t.removeItem(f),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(t,e){const{[this.recurrenceKey]:n,...o}=e;return Object.entries(o).length?(t.setItem(f,JSON.stringify(o)),o):(t.removeItem(f),!1)}removeSessionRecurrenceStorage(){const t=this.getSessionRecurrenceStorageParsed();return!!t&&this.removeGivenStorage(window.sessionStorage,t)}removeLocalRecurrenceStorage(){const t=this.getLocalRecurrenceStorageParsed();return!!t&&this.removeGivenStorage(window.localStorage,t)}getSessionRecurrence(){const t=this.getSessionRecurrenceStorageParsed();return!!t&&t[this.recurrenceKey]}getLocalRecurrence(){const t=this.getLocalRecurrenceStorageParsed();return!!t&&t[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const t=this.getSessionRecurrence(),e=this.getLocalRecurrence();return t||e||{type:!1}}isOver(){const t=localStorage.getItem(x),e=!(!t||!t.includes(this.recurrenceKey))||this.getSessionRecurrence();t&&(sessionStorage.setItem(f,t),localStorage.removeItem(x));const n=this.getLocalRecurrence(),o=(n?parseFloat(n.stamp):0)<(new Date).getTime();return o&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&o&&!this.getLocalRecurrence()&&!e}setRecurrence(t,n){0!==t&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const s=this.getTypeOfStorage(t);if(e()||!s&&"object"!=typeof s)return!1;const{storageString:i,storageMethod:a}=s,r=this.getStamp(t),c={type:n,stamp:r},{type:d}=this.getCurrentRecurrence(),l=async()=>{if(!o()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=c;const t=new w({triggerEvent:"consent"});await t.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const t=this.getSessionRecurrence(),e=this.getLocalRecurrence();let n;"session"===i?t?n=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),n=this.getSessionRecurrenceStorageParsed()):"local"===i&&(e?n=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),n=this.getLocalRecurrenceStorageParsed()));const s=n?{[this.recurrenceKey]:c,...n}:{[this.recurrenceKey]:c};a.setItem(f,JSON.stringify(s)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!a)return!1;if(d&&n!==v)if(n===p&&d!==v)l();else{if("display"!==n||d===v||d===p)return!1;l()}else l();return r}setDisplayRecurrence(){this.setRecurrence(this.displayRecurrence,"display")}setClosingRecurrence(){this.setRecurrence(this.closingRecurrence,"closing")}setValidationRecurrence(){this.setRecurrence(this.validationRecurrence,"validation")}getStamp(t){return(new Date).getTime()+864e5*t}getTypeOfStorage(t){return!(isNaN(t)||t<0||0!==t&&!t)&&(t>0?{storageString:"local",storageMethod:window.localStorage}:0===t&&{storageString:"session",storageMethod:window.sessionStorage})}}class S{constructor(t,e,n,o){this.recurrence=t,this.isWidgetApplied=e,this.callback=n,this.shouldUpdate=o,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(t){const e=n(),{type:o}=this.recurrence?this.recurrence.getCurrentRecurrence():{type:!1};let r;const c=this.isWidgetApplied(),d=(()=>{const e=this.recurrenceIsDone();return t&&"display"===o||e})(),l=!c&&e&&d,h=c&&(!e||!d),u=!c&&!e;return this.shouldUpdate&&!t&&e&&d?r=a:l?r=i:(h||u)&&(r=s),"string"==typeof r&&(this.clearWatcher(),this.callback(r,t),this.watch()),this}eventHandler(){let t=n();return[250,500].forEach(e=>{setTimeout(()=>{const o=n();return 500===e&&o===t?this:(t=o,this.decisionHandler(!1))},e)}),this}observerHandler(t){return t.some(t=>["removedNodes","addedNodes"].some(e=>t[e]&&t[e].length))?this.decisionHandler(!0):this}watch(){if(t())return this;this.clearWatcher(),document.addEventListener(...this.eventListenerParams);const e=()=>{const t=[document.body,{childList:!0,subtree:!0}];this.observer.observe(...t)};return document.body?e():(()=>{const t=u("body",()=>{e(),this.elementsWaiters=this.elementsWaiters.filter(e=>e!==t)});this.elementsWaiters.push(t)})(),this}clearWatcher(){return document.removeEventListener(...this.eventListenerParams),this.elementsWaiters.length&&(this.elementsWaiters.forEach(t=>t.clear()),this.elementsWaiters=[]),this.observer.disconnect(),this}}const $=/.+\/([^.]+)\.(otf|ttf)$/,C=["socialProofPurchases","socialProofPageViews"];class A{constructor(){this.children=void 0,this.uniqueId=d(),this.widgetName=r(),this.prettyName=c(),this.recurrenceParams=(()=>{const{displayRecurrence:e,closingRecurrence:n,validationRecurrence:o}=DATA;if(t()||!e&&!n&&!o)return!1;const s={everytime:()=>-1,session:()=>0,once:()=>395,day:t=>DATA[`${t}_day`],week:t=>7*DATA[`${t}_week`],month:t=>30.5*DATA[`${t}_month`]},i={};return e&&(i.displayRecurrence=s[e]("displayRecurrence")),n&&(i.closingRecurrence=s[n]("closingRecurrence")),o&&(i.validationRecurrence=s[o]("validationRecurrence")),i})(),this.triggerParams=(()=>{let{triggerEvent:e}=DATA;const{triggerEventClick:n,triggerEventHover:o,triggerEventReengageDelay:s,socialProofContentType:i,triggerEventElementVisible:a,triggerEventDelay:r}=DATA;if(t()||!e&&!i)return!1;const c={click:()=>n,hover:()=>o,elementVisible:()=>a},d=Object.prototype.hasOwnProperty.call(c,e)?c[e]():"body",l="reengage"===e?s:r;return i&&(e=1===i?"socialProofPurchases":"socialProofPageViews"),{triggerEvent:e,triggerSelector:d,triggerDelay:l}})(),this.recurrence=!!this.recurrenceParams&&new T(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new w(this.triggerParams),this.shouldUpdate=!!this.triggerParams&&C.includes(this.triggerParams.triggerEvent),this.pageWatcher=new S(this.recurrence,this.isWidgetApplied.bind(this),this.onPageChange.bind(this),this.shouldUpdate),this.hasOncePerPageTrigger=(()=>{const{isOncePerPageTrigger:t,triggerEvent:e}=DATA;return!e||!["click","hover","scrollUp","script"].includes(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(t=>document.removeEventListener(...t)),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach(t=>clearTimeout(t)),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach(t=>clearInterval(t)),this.intervals=[]),this.observers.length&&(this.observers.forEach(t=>t.disconnect()),this.observers=[]),this.promises.length&&(this.promises.forEach(t=>t.resolve(!1)),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach(t=>t.clear()),this.elementsWaiters=[])}isWidgetApplied(){return this.domElement&&this.domElement.isConnected}removeOldDomElement(){const t=document.getElementById(this.widgetContainerId);return t&&t.remove(),this}async insert(){if(this.isWidgetApplied())return!1;const t=new Promise(t=>{const e=u("head",e=>{this.elementsWaiters=this.elementsWaiters.filter(({selector:t})=>"head"!==t),t(e.appendChild(this.styleElement))});this.elementsWaiters.push(e)}),e=new Promise(t=>{const{elementReferrer:e="body",referrerInsertType:n="beforeend"}="free"===DATA.layout?DATA:{},o=u(e,o=>{this.elementsWaiters=this.elementsWaiters.filter(t=>t.selector!==e),this.removeOldDomElement(),t(o.insertAdjacentElement(n,this.domElement))});this.elementsWaiters.push(o)});return Promise.all([e,t]).then(()=>this)}remove(){return this.pageWatcher.clearWatcher(),[this.domElement,this.styleElement].forEach(t=>t&&t.isConnected&&t.remove()),this.hasOncePerPageTrigger?this.pageWatcher.watch():t()||this.init().then(({response:t})=>t?this.show():this),this}show(){return t()||this.hasBeenShown&&this.hasOncePerPageTrigger||window.ABTastyEvent(`${this.prettyName} displayed`,null,TEST_ID),this.closedByUser=!1,setTimeout(()=>this.domElement.classList.remove(this.hideClassName),50),this.recurrence&&this.recurrence.setDisplayRecurrence(),this.hasBeenShown=!0,this.pageWatcher.watch(),this}hide(e=!0){return!t()&&this.hasBeenShown&&e&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),e&&(this.closedByUser=!0),this.domElement.classList.add(this.hideClassName),this}async init(e){const o=t(),s=n(),i=this.trigger&&this.trigger.promises.length,a=!this.recurrence||this.recurrence.isOver();if(!o&&!s||i||!a)return{container:this,response:!1};this.pageWatcher.watch();const r=o||!this.trigger||this.trigger&&await this.trigger.isTriggered(),c={container:this,response:r};return r?(await this.insert(),this.addCloseEvent(),o||e||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(r),c):c}onPageChange(t,e){const n=()=>this.init().then(({response:t})=>t?this.show():this.hide(!1));e||(this.hasBeenShown=!1);const o=this.isWidgetApplied(),r={[s]:()=>{o?this.remove():(this.trigger&&this.trigger.clear(),this.pageWatcher.watch())},[i]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():o||this.insert().then(t=>t.show()).catch(this.pageWatcher.watch):n()},[a]:n};"function"==typeof r[t]&&r[t]()}addCloseEvent(...e){const{closeButton:n,overlay:o,overlayClickable:s,layout:i,animationDuration:a=1e3}=DATA,r=[];if(void 0!==o&&!0!==o||!0!==s||"popin"!==i||r.push(`.${this.overlayClassName}`),void 0!==n&&n&&r.push(`.${this.closeButtonClassName}`),!r.length)return this;const c=this.domElement.querySelectorAll(r.join(", "));if(!c.length)return this;const d=["click",t=>{g(t),this.recurrence&&this.recurrence.setClosingRecurrence(),this.hide(!0),setTimeout(()=>this.remove(),1.05*a)},{once:!0,capture:!0}];return e.push(...c),e.forEach(e=>{t()&&(e.dataset.abtastyActionnable="true"),e.removeEventListener(...d),e.addEventListener(...d)}),this}getDom(){const{closeButton:t,layout:e,overlay:n=!0}=DATA,o=document.createElement("div");return o.className=`${this.basicClassName} ${this.hideClassName}`,o.id=this.widgetContainerId,o.innerHTML=`\n\t\t\t${"popin"===e&&!0===n?`<div class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${t?`<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>`,o}loadFont(t,e){if(!t||"inherit"===t)return;const n=document.createElement("style"),o=e.match($)?e.match($)[1]:"";n.innerHTML=`@font-face { font-family: '${t}_${o}'; src: url('${e}'); font-display: swap; }`,document.head.appendChild(n)}getStyleTag(e="",n=DATA){const{noStyles:o,layout:s}=n,{backgroundColor:i,isBackgroundImage:a,backgroundImage:r,backgroundSize:c,backgroundPosition:d,backgroundRepeat:l,borderColor:h,borderRadius:u,borderWidth:m,textColor:g,textAlign:y,fontName:b,fontStyle:w,fontSize:p,isTitle:v,titleTextAlign:f,titleTextColor:x,titleFontName:T,titleFontStyle:S,titleFontSize:C,overlay:A,overlayColor:E,dropShadow:k,dropShadowColor:B,dropShadowBlur:L,containerMargin:I,containerPadding:_,closeButton:P,closeButtonPosition:N,closeButtonSize:R,closeButtonBorderRadius:D,closeButtonBorderWidth:O,closeButtonBorderColor:W,closeButtonColor:V,closeButtonBackgroundColor:q,buttonsAlign:H,buttonsBorderWidth:M,buttonsBorderColor:j,buttonsBorderRadius:F,buttonsBackgroundColor:z,buttonsTextColor:U,buttonsFontName:Y,buttonsFontStyle:G,buttonsFontSize:K,secondLink:J,secondLinkBorderWidth:Q,secondLinkBorderColor:Z,secondLinkBorderRadius:X,secondLinkBackgroundColor:tt,secondLinkTextColor:et,secondLinkFontName:nt,secondLinkFontStyle:ot,secondLinkFontSize:st,animation:it,animationDuration:at,animationBehaviour:rt,animationSlideDirection:ct}=o?{}:n,dt=document.createElement("style");dt.type="text/css",t()&&dt.setAttribute("abtasty-script-added","true"),this.loadFont(b,w),this.loadFont(T,S),this.loadFont(Y,G),this.loadFont(nt,ot);const lt=`background: ${["string"==typeof i?i:"rgba(255, 255, 255, 1)",a&&"string"==typeof r&&r.length?`url(${r})`:"",a&&"string"==typeof d&&"100% 100%"!==c?d:"0 0",a&&"string"==typeof c?`/ ${c}`:"/ auto",a&&l&&!["cover","100% 100%"].includes(c)?"repeat":"no-repeat"].join(" ").trim()};`,ht="number"==typeof m&&m>0,ut=`border: ${[ht?`${m}px`:"unset",ht?"solid":"",ht&&"string"==typeof h&&h.length?h:""].join(" ").trim()};`,mt=void 0!==u?`border-radius: ${u}px;`:"",gt=void 0!==g?`color: ${g}; fill: ${g}; -webkit-text-fill-color: ${g};`:"",yt=void 0!==y?`text-align: ${y};`:"",bt=b&&"inherit"!==b?`font-family:${b}_${w.match($)?w.match($)[1]:""};`:w||"",wt=p?`font-size: ${p}px;`:"",pt=void 0!==k&&k?`box-shadow: 0 5px ${L}px 0 ${B};`:"",vt=I instanceof Array&&1===I.length&&I[0],ft=vt?`margin: ${vt.top}px ${vt.right}px ${vt.bottom}px ${vt.left}px;`:"",xt=vt?`margin: calc(${vt.top}px * 0.5) calc(${vt.right}px * 0.5) calc(${vt.bottom}px * 0.5) calc(${vt.left}px * 0.5);`:"",Tt=_ instanceof Array&&1===_.length&&_[0],St=Tt?`padding: ${Tt.top}px ${Tt.right}px ${Tt.bottom}px ${Tt.left}px;`:"",$t=Tt?`padding: calc(${Tt.top}px * 0.5) calc(${Tt.right}px * 0.5) calc(${Tt.bottom}px * 0.5) calc(${Tt.left}px * 0.5);`:"",Ct=void 0!==M&&M?`border-width: ${M}px; border-style: solid;`:"",At=[j,M].every(t=>void 0!==t)&&M?`border-color: ${j};`:"",Et=void 0!==F?`border-radius: ${F}px;`:"",kt=void 0!==z?`background-color: ${z};`:"",Bt=void 0!==U?`color: ${U}; fill: ${U}; -webkit-text-fill-color: ${U};`:"",Lt=Y&&"inherit"!==Y?`font-family:${Y}_${G.match($)?G.match($)[1]:""};`:G||"",It=K?`font-size: ${K}px;`:"",_t=void 0!==Q&&Q?`border-width: ${Q}px; border-style: solid;`:"",Pt=[Z,Q].every(t=>void 0!==t)&&Q?`border-color: ${Z};`:"",Nt=void 0!==X?`border-radius: ${X}px;`:"",Rt=void 0!==tt?`background-color: ${tt};`:"",Dt=void 0!==et?`color: ${et}; fill: ${et}; -webkit-text-fill-color: ${et};`:"",Ot=nt&&"inherit"!==nt?`font-family:${nt}_${ot.match($)?ot.match($)[1]:""};`:ot||"",Wt=st?`font-size: ${st}px;`:"",Vt="popin"!==s||void 0!==A&&!0!==A?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==E?E:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),qt="number"==typeof R?R:16,Ht=qt/2,Mt=o||void 0!==P&&P?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===N?`bottom: calc(100% + ${Ht}px)`:`top: ${Ht}px`)+";",`right: ${Ht}px;`,"width: auto;","height: auto;","background: none;","border: none;","cursor: pointer;","outline: none;","padding: 0;","margin: 0;","line-height: 0;","z-index: 9;","number"==typeof D?`border-radius: ${D}px;`:"","number"==typeof O&&O>0?`border: ${O}px solid ${void 0!==W?W:"rgba(57, 57, 57, 1)"};`:"","string"==typeof q?`background-color: ${q};`:"","}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${qt}px;`,`height: ${qt}px;`,"string"==typeof V?`fill: ${V};`:"","}"].join(""):"",jt=v&&"string"==typeof x?[`#${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: ${x}; fill: ${x}; -webkit-text-fill-color: ${x};`,void 0!==f?`text-align: ${f};`:"",T&&"inherit"!==T?`font-family:${T}_${S.match($)?S.match($)[1]:""};`:S||"",C?`font-size: ${C}px;`:"","}"].join(""):"";let Ft="";if("string"==typeof it){const e=(at/1e3).toFixed(2),n=["top","bottom"].includes(ct),o=Number(n),s=[(["top","left"].includes(ct)?"-":"")+"100vmax",this.translateValues?this.translateValues[o]:"0"];n&&s.reverse(),Ft={none:[],fade:[`#${this.widgetContainerId} {`,`transition: opacity ${e}s ${rt};`,"}"],slide:[`.${this.hideClassName} .${this.overlayClassName} {`,"opacity: 0 !important;","}",`#${this.widgetContainerId} .${this.overlayClassName} {`,`transition: opacity ${e}s ${rt};`,"}",`.${this.hideClassName} .${this.contentClassName} {`,`transform: translate(${s.join(", ")}) !important;`,"}",`#${this.widgetContainerId} .${this.contentClassName} {`,`transition: transform ${e}s ${rt};`,"}"]}[t()&&!ABTASTY_S.WIDGETS.animationChanged?"none":it].join("")}const zt=[`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,`margin-${"fill"===H?"top":"left"}: 8px;`,_t,Pt,Nt,Rt,Dt,Ot,Wt,"}",`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,Dt,Ot,Wt,"}"];return dt.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} {`,"opacity: 1;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,lt,mt,ut,gt,yt,pt,ft,bt,wt,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,gt,yt,bt,wt,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",St,bt,wt,"}",`#${this.widgetContainerId} .${this.contentClassName} a {`,"text-decoration: underline;","}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a, `,`#${this.widgetContainerId} .${this.contentClassName} button {`,"text-decoration: none;","box-sizing: border-box;","display: inline-block;",Ct,At,Et,kt,Bt,Lt,It,"}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a *, `,`#${this.widgetContainerId} .${this.contentClassName} button:not(class*="close_button") * {`,Bt,Lt,It,"}",...J?zt:[],"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,xt,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,$t,"}","}",Vt,Mt,jt,Ft,`${e}`].join(""),dt}}const E=["top: 0;","top: 50%;","bottom: 0;"],k=["left: 0;","left: 50%;","right: 0;"],B=t=>1===t?"-50%":0,L=()=>{if(Array.isArray(DATA.popinPosition)){const{popinPosition:[{x:t,y:e}]}=DATA,n=`translate(${B(e)}, ${B(t)});`;return`${E[t]}${k[e]}transform: ${n}`}return"left: 50%;top: 50%;transform: translate(-50%, -50%);"},I=()=>"autoWidth"in DATA&&!0===DATA.autoWidth,_=()=>{if(I())return"width: auto; height: auto; min-width: max-content;";const{popinPercentWidth:t,popinPixelsWidth:e,widthUnit:n,autoHeight:o,popinPercentHeight:s,popinPixelsHeight:i,heightUnit:a}=DATA;return`width: ${"px"===n?e:t}${n};height: ${o?"auto":`${"px"===a?i:s}${a}`};`};class P extends A{constructor(){super(),this.translateValues=Object.values(DATA.popinPosition[0]).map(t=>B(t)),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:t,zindexCustom:e,overlay:n,widthUnit:o}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;","top: 0;","left: 0;","width: 100%;","height: 100%;",`z-index: ${"custom"===t?e:t};`,"background: none;","pointer-events: "+(!1===n?"none":"all"),"}",`#${this.widgetContainerId} .${this.overlayClassName} {`,"position: absolute;","z-index: -1;","top: 0;","left: 0;","width: 100%;","height: 100%;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: absolute;",L(),_(),"pointer-events: all","}",`${I()?"":[`#${this.widgetContainerId} .${this.contentClassName} > div {`,"height: 100%;","overflow: auto;","box-sizing: border-box;","}"].join("")}`,`${!I()&&["px","em"].includes(o)?["@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,"max-width: 94vw;","}","}"].join(""):""}`].join("")}}class N extends A{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:t,zindexCustom:e}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;",`${this.position}: 0;`,"left: 0;","width: 100%;","height: auto;",`z-index: ${"custom"===t?e:t};`,"background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}class R extends A{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("")}}t()&&Number(ABTASTY_S.USER.additionalInformation.account_iframe_less_mode);const D=["fr","en","de","es"],O=["day","hour","minute","second"],W={day:{en:"Day",fr:"Jour",es:"Dia",de:"Tag"},days:{en:"Days",fr:"Jours",es:"Dias",de:"Tage"},hour:{en:"Hour",fr:"Heure",es:"Hora",de:"Zeit"},hours:{en:"Hours",fr:"Heures",es:"Horas",de:"Stunden"},minute:"Min",second:{en:"Sec",fr:"Sec",es:"Seg",de:"Sek"}},V="line",q=window.ABTASTY_S&&ABTASTY_S.USER&&ABTASTY_S.USER.lang?ABTASTY_S.USER.lang.split("_")[0]:navigator.language.substr(0,2)||"en",H=(t=>D.indexOf(t)>-1)(q)?q:"en",M={day:W.day[H],days:W.days[H],hour:W.hour[H],hours:W.hours[H],minute:W.minute,minutes:W.minute,second:W.second[H],seconds:W.second[H]};let j=function(){function e(t,n){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),this.testId=t,this.data=n,this.targetselector=n.selector,this.container=this.createContainer(),this.digitElements={},this.textElements={},this.timeElements={},this.timeLoop=null,this.maxWidth=0,this.previewTime=172799,this.unitsText=M,this.fonts=[],this.data.customTexts&&(this.unitsText={day:this.data.customDaysLabel,days:this.data.customDaysLabel,hour:this.data.customHoursLabel,hours:this.data.customHoursLabel,minute:this.data.customMinutesLabel,minutes:this.data.customMinutesLabel,second:this.data.customSecondsLabel,seconds:this.data.customSecondsLabel})}var n,o;return n=e,o=[{key:"getFonts",value:function(){return[{name:this.data.messageFontName,style:this.data.messageFontStyle},{name:this.data.numbersfontName,style:this.data.numbersfontStyle},{name:this.data.legendfontName,style:this.data.legendfontStyle}]}},{key:"remove",value:function(){const{animationDuration:t}=DATA;setTimeout(()=>this.parentContainer.remove(),1.05*t)}},{key:"addCloseEvent",value:function(e){e&&e.addEventListener("click",e=>{g(e),t()||this.parentContainer.recurrence.setClosingRecurrence(),this.parentContainer.hide(),this.remove()},{capture:!0,passive:!1})}},{key:"addRedirectionEvent",value:function(e){!t()&&e&&e.addEventListener("click",()=>{const{autoHide:t,timeHide:e}=DATA;t&&setTimeout(()=>{this.parentContainer.hide(),this.remove()},1e3*e),this.parentContainer.recurrence.setValidationRecurrence()},{useCapture:!0,once:!0})}},{key:"createContainer",value:function(){const{linkType:t,redirectionUrl:e,openInNewTab:n}=DATA,o=document.createElement(t&&t.includes("widget")?"a":"div");switch(o.classList.add("abtasty-countdown"),t){case"widget":o.href=e,o.target=n?"_blank":"_self",this.addRedirectionEvent(o);break;case"widgetClose":o.href="#",o.dataset.abtastyActionnable="true",this.addCloseEvent(o)}return o}},{key:"insert",value:function(t,e){return t.insertAdjacentElement(e,this.container),this}},{key:"setText",value:function(t){O.forEach(e=>{let n=t[e];String(n).length<2&&(n="0".concat(n)),this.digitElements[e].textContent=n,this.textElements[e].textContent=1===n?this.unitsText[e]:this.unitsText["".concat(e,"s")],this.maxWidth<this.digitElements[e].offsetWidth&&(this.maxWidth=this.digitElements[e].offsetWidth,this.digitElements[e].style.minWidth="".concat(this.maxWidth,"px"),window.requestAnimationFrame(()=>{this.setText(t)})),this.digitElements[e].style.minWidth="".concat(this.maxWidth,"px")})}},{key:"onTimeEnd",value:function(){const{endSettings:t}=this.data;if(clearInterval(this.timeLoop),"hideWidget"===t)return this.parentContainer.hide(),void(this.parentContainer.domElement.style.display="none");const e={endText:!0,endCountdown:["showText","showTextAndButton"].includes(t),endButton:["hideCountdownAndShowTextAndButton","showTextAndButton"].includes(t)},n=["abtasty-countdown-".concat(t),"abtasty-countdown-finish"];Object.keys(e).forEach(t=>{const o="abtasty-countdown-".concat(t),s=e[t]?"show":"hide";n.push("".concat(o,"-").concat(s))}),this.container.classList.add(...n)}},{key:"setCountdown",value:function(){const e=new Date;let n=function(e,n){switch(e.type){case"global":return e.timestamp-n.getTime();case"local":if(t())return e.previewTimestamp-n.getTime();const{year:o,month:s,day:i,hour:a,minute:r}=e.timecomponents;return new Date(o,s-1,i,a,r).getTime()-n.getTime();default:return 0}}(this.data.dateTime,e)/1e3;if(window.ABTastyEditor&&("ifEnded"===this.data.previewBlock&&(n=-1),this.previewTime-=1),n<=0)return this.setText({day:0,hour:0,minute:0,second:0}),void this.onTimeEnd();const o=Math.floor(n/86400);n-=86400*o;const s=Math.floor(n/3600);n-=3600*s;const i=Math.floor(n/60);n-=60*i;const a=Math.floor(n);this.setText({day:o,hour:s,minute:i,second:a})}},{key:"getStyle",value:function(){this.loadFonts();const{buttonsAlign:t}=DATA,e=void 0!==t&&"fill"!==t?"text-align: ".concat(t,";"):"";return"\n .abtasty-countdown-bottom-button,\n .abtasty-countdown-finish-button {\n ".concat(e,"\n }\n .abtasty-countdown-bottom-button a,\n .abtasty-countdown-finish-button a {\n width: ").concat("fill"===t?"100%":"auto",";\n }\n\n .abtasty-countdown .abtasty-countdown-finish-text,\n .abtasty-countdown .abtasty-countdown-top-message,\n .abtasty-countdown .abtasty-countdown-finish-text *,\n .abtasty-countdown .abtasty-countdown-top-message * {\n white-space: pre-line;\n text-align: ").concat(this.data.messageAlign," !important;\n color: ").concat(this.data.textColor,";\n font-size: ").concat(this.data.messageFontSize,"px; \n ").concat(this.data.messageFontName&&"inherit"!==this.data.messageFontName?"font-family:".concat(this.data.messageFontName,"_").concat(this.data.messageFontStyle.match(/.+\/([^.]+)\.(otf|ttf)$/)[1],";"):this.data.messageFontStyle||"",";\n }\n\n .abtasty-countdown .abtasty-countdown-elm-number,\n .abtasty-countdown .abtasty-countdown-elm-number * {\n font-size: ").concat(this.data.numbersfontSize,"px; \n color: ").concat(this.data.numberstextColor,";\n -webkit-text-fill-color: ").concat(this.data.numberstextColor,";\n font-weight: initial;\n ").concat(this.data.numbersfontName&&"inherit"!==this.data.numbersfontName?"font-family:".concat(this.data.numbersfontName,"_").concat(this.data.numbersfontStyle.match(/.+\/([^.]+)\.(otf|ttf)$/)[1],";"):this.data.numbersfontStyle||"",";\n }\n\n .abtasty-countdown .abtasty-countdown-elm-text,\n .abtasty-countdown .abtasty-countdown-elm-text * {\n ").concat(this.data.legendfontName&&"inherit"!==this.data.legendfontName?"font-family:".concat(this.data.legendfontName,"_").concat(this.data.legendfontStyle.match(/.+\/([^.]+)\.(otf|ttf)$/)[1],";"):this.data.legendfontStyle||"",";\n font-size: ").concat(this.data.legendfontSize,"px; \n color: ").concat(this.data.legendtextColor,";\n -webkit-text-fill-color: ").concat(this.data.legendtextColor,";\n }\n\n .abtasty-countdown .abtasty-countdown-elm-time {\n border-radius: ").concat(this.data.countdownBorderRadius,"px;\n border: ").concat(this.data.countdownBorderWidth,"px solid ").concat(this.data.countdownBorderColor,";\n background-color: ").concat(this.data.numbersBackgroundColor,"; \n } \n ")}},{key:"setButton",value:function(){var t=this;const e=function(e,n,o,s){let i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];const a=document.createElement("a");return i&&(a.className="second_link"),a.innerHTML="<span>".concat(e,"</span>"),a.href="button"===n?o:"#","button"===n?(a.target=s?"_blank":"_self",t.addRedirectionEvent(a)):(a.dataset.abtastyActionnable="true",t.addCloseEvent(a)),a},{linkType:n,buttonText:o,redirectionUrl:s,openInNewTab:i,secondLink:a,secondLinkText:r,secondLinkType:c,secondLinkURL:d,secondLinkOpenInNewTab:l,endBtnTargetBlank:h,endBtnLabel:u,endBtnLink:m}=DATA,g=this.container.querySelector(".abtasty-countdown-bottom-button"),y=[];if(n&&n.includes("button")){const t=e(o,n,s,i);if(y.push(t),a){const t=e(r,c,d,l,a);y.push(t)}}y.forEach(t=>g.appendChild(t));const b=this.container.querySelector(".abtasty-countdown-finish-button"),w=document.createElement("a");w.href=m,w.target=h?"_blank":"_self",w.innerHTML=u,b.appendChild(w)}},{key:"setContent",value:function(){const t=this.container.querySelector(".abtasty-countdown-top-message"),e=document.createElement("p");e.innerHTML=this.data.message,t.appendChild(e);const n=this.container.querySelector(".abtasty-countdown-finish-text"),o=document.createElement("div");o.innerHTML=this.data.endMessage,n.appendChild(o)}},{key:"init",value:function(t){const{layout:e,inlineLayoutContent:n,imageOn:o,imagePosition:s}=this.data;try{this.parentContainer=t;const i=["free","popin"].includes(e);(n=>{this.container.classList.add("abtasty-countdown-layout-".concat(n)),n===V&&(i&&(this.parentContainer.domElement.querySelector(".".concat(t.contentClassName)).classList.add("abtasty-countdown-content-".concat(e,"-inline")),this.container.classList.add("abtasty-countdown-layout-".concat(e,"-inline"))),this.parentContainer.domElement.querySelectorAll(".".concat(t.closeButtonClassName)).forEach(t=>t.classList.add("abtasty-countdown-close-inline")))})(i&&!n?"free":V);const a="popin"===e||"free"===e&&!n;if(o){const{image:t}=this.data,e=new Image;e.src=t;const n=["abtasty-countdown-image"];a&&n.push("abtasty-countdown-image-popin-layout"),e.classList.add(...n),e.onload=async()=>{document.querySelector(".countdown_".concat(a?"popin":"banner","_img_container")).appendChild(e)}}const r=function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"popin";return t?'<div class="countdown_'.concat(e,'_img_container"></div>'):""};this.container.innerHTML="\n ".concat(r(a&&!("popin"===e&&n),"popin"),'\n <div class="abtasty-countdown-layout-').concat(e,'">\n ').concat(r("before"===s,"banner"),'\n <div class="abtasty-countdown-clock">\n <div class="abtasty-countdown-days abtasty-countdown-elm-time">\n <div class="abtasty-countdown-days__digit abtasty-countdown-elm-number"></div>\n <div class="abtasty-countdown-days__text abtasty-countdown-elm-text"></div>\n </div>\n <div class="abtasty-countdown-hours abtasty-countdown-elm-time">\n <div class="abtasty-countdown-hours__digit abtasty-countdown-elm-number"></div>\n <div class="abtasty-countdown-hours__text abtasty-countdown-elm-text"></div>\n </div>\n <div class="abtasty-countdown-minutes abtasty-countdown-elm-time">\n <div class="abtasty-countdown-minutes__digit abtasty-countdown-elm-number"></div>\n <div class="abtasty-countdown-minutes__text abtasty-countdown-elm-text"></div>\n </div>\n <div class="abtasty-countdown-seconds abtasty-countdown-elm-time">\n <div class="abtasty-countdown-seconds__digit abtasty-countdown-elm-number"></div>\n <div class="abtasty-countdown-seconds__text abtasty-countdown-elm-text"></div>\n </div>\n </div>\n ').concat(r("after"===s,"banner"),'\n <div class="abtasty-countdown-top-message"></div>\n <div class="abtasty-countdown-finish-text"></div>\n <div class="abtasty-countdown-finish-button"></div>\n <div class="abtasty-countdown-bottom-button buttons_container"></div>\n </div>\n '),this.container.insertAdjacentElement("afterbegin",function(t){const e=document.createElement("style");return e.type="text/css",e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t)),e}("".concat("@media (max-width:579px){.ab_widget_container_countdown_content{width:100vw}}.abtasty-countdown,.abtasty-countdown>div{display:inline-block;text-align:center}.abtasty-countdown>div{margin:10px;overflow:auto;white-space:normal}.abtasty-countdown .countdown_popin_img_container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;max-width:100%}.abtasty-countdown .countdown_popin_img_container:empty{display:none}.abtasty-countdown .abtasty-countdown-finish-text,.abtasty-countdown .abtasty-countdown-top-message{margin-bottom:15px}.abtasty-countdown .abtasty-countdown-elm-time{display:inline-block;margin:6px 6px 15px;padding:6px}.abtasty-countdown .abtasty-countdown-elm-number,.abtasty-countdown .abtasty-countdown-elm-text{font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:center}.abtasty-countdown .abtasty-countdown-bottom-button a,.abtasty-countdown .abtasty-countdown-finish-button a{cursor:pointer;display:block;display:inline-block;padding:6px 10px;text-align:center;text-decoration:none}.abtasty-countdown-layout-line>div{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:stretch}.abtasty-countdown-layout-line>div>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.abtasty-countdown-layout-free{display:block;text-align:center}.abtasty-countdown-layout-line>div{margin:0}.abtasty-countdown-layout-line .abtasty-countdown-finish-text,.abtasty-countdown-layout-line .abtasty-countdown-top-message{-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:0 5px 0 15px}.abtasty-countdown-layout-line .abtasty-countdown-top-message p{margin-bottom:0}.abtasty-countdown-layout-line .abtasty-countdown-bottom-button a{margin-left:30px}.abtasty-countdown-layout-line .abtasty-countdown-elm-time{margin:0}.abtasty-countdown-layout-line{-webkit-box-sizing:border-box;box-sizing:border-box}.abtasty-countdown-layout-line .abtasty-countdown-bottom-button,.abtasty-countdown-layout-line .abtasty-countdown-clock,.abtasty-countdown-layout-line .abtasty-countdown-finish-button{-ms-flex-negative:0;flex-shrink:0}.abtasty-countdown-finish-button,.abtasty-countdown-finish-text{display:none}.abtasty-countdown-endButton-show .abtasty-countdown-finish-button,.abtasty-countdown-endCountdown-show.abtasty-countdown-clock,.abtasty-countdown-endText-show .abtasty-countdown-finish-text{display:block}.abtasty-countdown-layout-line.abtasty-countdown-endButton-show .abtasty-countdown-finish-button,.abtasty-countdown-layout-line.abtasty-countdown-endCountdown-show .abtasty-countdown-clock,.abtasty-countdown-layout-line.abtasty-countdown-endText-show .abtasty-countdown-finish-text{display:table-cell}.abtasty-countdown-endButton-hide .abtasty-countdown-finish-button,.abtasty-countdown-endCountdown-hide .abtasty-countdown-clock,.abtasty-countdown-endText-hide .abtasty-countdown-finish-text,.abtasty-countdown-finish .abtasty-countdown-bottom-button,.abtasty-countdown-finish .abtasty-countdown-top-message{display:none!important}.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerBottom .abtasty-countdown-finish-text,.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerTop .abtasty-countdown-finish-text{width:55%!important}.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerBottom .abtasty-countdown-finish-button,.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerTop .abtasty-countdown-finish-button{width:45%!important}.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerBottom .abtasty-countdown-finish-text,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerTop .abtasty-countdown-finish-text{width:30%!important}.abtasty-countdown-showText .abtasty-countdown-layout-bannerBottom .abtasty-countdown-clock,.abtasty-countdown-showText .abtasty-countdown-layout-bannerTop .abtasty-countdown-clock,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerBottom .abtasty-countdown-clock,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerBottom .abtasty-countdown-finish-button,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerTop .abtasty-countdown-clock,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerTop .abtasty-countdown-finish-button{width:35%!important}.abtasty-countdown-showText .abtasty-countdown-layout-bannerBottom .abtasty-countdown-finish-text,.abtasty-countdown-showText .abtasty-countdown-layout-bannerTop .abtasty-countdown-finish-text{width:65%}.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerBottom,.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerTop,.abtasty-countdown-showText .abtasty-countdown-layout-bannerBottom,.abtasty-countdown-showText .abtasty-countdown-layout-bannerTop,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerBottom,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerTop{width:100%}.abtasty-countdown-content-popin-inline,.abtasty-countdown-content-popin-inline .abtasty-countdown-layout-popin{max-width:inherit;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.abtasty-countdown-content-free-inline{max-width:100%}.abtasty-countdown-image-popin-layout{margin-bottom:20px}@media (max-width:740px){.abtasty-countdown-layout-line>div:not(.abtasty-countdown-layout-popin){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.abtasty-countdown-layout-line div.abtasty-countdown-finish-text,.abtasty-countdown-layout-line div.abtasty-countdown-top-message{margin-bottom:20px;margin-top:20px}.abtasty-countdown-layout-line div.abtasty-countdown-bottom-button a{margin-left:0}.countdown_banner_img_container{display:none!important}}@media (max-width:570px){.abtasty-countdown-layout-free,.abtasty-countdown-layout-popin{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;margin:10px 0!important}}.abtasty-countdown-layout-popin{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.countdown_banner_img_container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:0 15px}.countdown_banner_img_container img{max-height:67px;max-width:200px}"," ").concat(this.getStyle()))),O.forEach(t=>{const e=this.container.querySelector(".abtasty-countdown-".concat(t,"s")),[n,o]=e.children;this.digitElements[t]=n,this.textElements[t]=o,this.timeElements[t]=e}),this.setContent(),this.setButton(),this.timeLoop=setInterval(this.setCountdown.bind(this),1e3),setTimeout(()=>{this.setCountdown()},100),this.setCountdown()}catch(t){console.warn("Countdown error occured during widget rendering:",t)}}},{key:"loadFonts",value:function(){this.getFonts().forEach(t=>{let{name:e,style:n}=t;if(!e||"inherit"===e)return;const o=document.createElement("style");o.appendChild(document.createTextNode(" @font-face { font-family: '".concat(e,"_").concat(n.match(/.+\/([^.]+)\.(otf|ttf)$/)[1],"'; src: url('").concat(n,"'); } "))),document.head.appendChild(o)})}}],o&&function(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}(n.prototype,o),Object.defineProperty(n,"prototype",{writable:!1}),e}();!async function(){l("Widget launch");const t=(()=>{const{layout:t}=DATA;let e;switch(t){case"popin":e=new P;break;case"bannerTop":case"bannerBottom":e=new N;break;case"free":e=new R;break;default:e=new A}return e})(),{response:e}=await t.init(!0),n=t.domElement.querySelector(".".concat(t.contentClassName)),o=new j(TEST_ID,DATA);o.init(t),o.insert(n,"beforeend"),e&&t.show()}()}();
1
+ !function(){"use strict";const t=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),e=()=>{const t=!!document.getElementById("ABTastyPreviewBar"),e=location.href.includes("ab_project=preview");return t||e},n=t=>new Function(`try {\n\t\t${t}\n\t} catch (error) {\n\t\treturn null;\n\t}`)(),o=()=>encodeURIComponent(DATA.spNoTrim?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),i=()=>!t()&&(e()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),r=()=>window.ABTasty&&!0===window.ABTasty.consentReady,s=(t,e)=>{const n=()=>{try{return document.querySelector(t)}catch(t){return null}};let o=n();const i=[document.body||document.documentElement,{childList:!0,subtree:!0,attributes:!0}],r=()=>a.disconnect(),s=()=>a.observe(...i),a=new MutationObserver(()=>(o=n(),o&&!r()&&e(o)));return o?setTimeout(()=>e(o),0):s(),{selector:t,clear:r,observe:s}};function a(t,e){return e(t)||!t.parentElement?t:a(t.parentElement,e)}const c=e=>{t()||(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation())},l=(t,e)=>[...document.querySelectorAll(e)].some(n=>n.isSameNode(t)||!!t.closest(e)),u="remove",d="rebuild",h="update",m=()=>{const{type:t}=DATA;return`${PACKAGE.replace("@abtasty/","")}${t?`_${t}`:""}`},y=()=>{const t=m();return`${t.charAt(0).toUpperCase()}${t.slice(1)}`.split("-").join(" ")},p=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,g=n=>{if((()=>{if(t()||e())return!1;const n=ABTasty.getTestsOnPage()[TEST_ID];return!!n&&Object.keys(n.targetings.qaParameters).length>0})()){const t=y();window.console.log(`%c${t} - QA Mode for campaign ${TEST_ID}\n${n}`,"background-color: rgba(0, 127, 145, 1); color: rgba(247, 247, 247, 1)")}},f=t=>{const e={promise:null,resolve:null,reject:null,name:t};return e.promise=new Promise((t,n)=>{e.resolve=t,e.reject=n}),e};class b{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=this.startMutationObserver(),this.mouseOverEvent=this.mouseOverHandler()}intersectionHandler(t){t.forEach(t=>{t.isIntersecting?(this.existingTargets.forEach(e=>{e.element.isSameNode(t.target)&&(this.inViewportTargets.push(e),this.mouseOverEvent.start())}),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter(e=>!e.element.isSameNode(t.target)||(this.mouseOverEvent.clear(),!1))})}startVisibilityObserver(){return new IntersectionObserver(this.intersectionHandler.bind(this),{root:null,rootMargin:"0px",threshold:0})}startMutationObserver(){const t=this.mutationObserver||new MutationObserver(this.checkElements.bind(this));return document.body&&t.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),t}onMouseOver({target:t,path:e}){const n=this.inViewportTargets.find(({element:n,selector:o})=>{if(n.isSameNode(t))return!0;const i=[...t.querySelectorAll(o)];if(i.length&&i.includes(n))return!0;if(e.includes(n))return!0;const r=[...t.parentElement.children],s=r.findIndex(e=>e.isSameNode(t)),a=r.filter((t,e)=>e>s);if(a.length){if(a.includes(n))return!0;if(a.some(t=>[...t.querySelectorAll(o)].includes(n)))return!0}return!1});if(n&&this.isElementVisible(n.element)){const{selector:t,element:e,uniqueId:o}=n,i=this.targets.find(e=>e.selector===t&&e.uniqueId===o);i&&i.resolve(e),this.clear(t,o)}}mouseOverHandler(){const t=["mouseover",t=>{const e=t.composedPath(),{target:n}=t;setTimeout(()=>this.onMouseOver({target:n,path:e}),50)},!0];return{start:()=>document.addEventListener(...t),clear:()=>document.removeEventListener(...t)}}isElementVisible(t){return this.isElementTopmost(t)&&this.isElementOpaque(t)}isElementOpaque(t){return"HTML"===a(t,t=>"0"===window.getComputedStyle(t).opacity).nodeName}isElementTopmost(t){const e=t.getBoundingClientRect(),n=[[e.left,e.top],[e.right,e.top],[e.left,e.bottom],[e.right,e.bottom],[e.left+e.width/2,e.top],[e.left+e.width/2,e.bottom],[e.left,e.height/2],[e.right,e.height/2],[e.left+e.left/2,e.height/2]];let o=!1,i=0;for(;!o&&i<n.length;){const e=document.elementFromPoint(...n[i]);o=t===e||t.contains(e),i+=1}return o}checkElements(){this.targets.forEach(({selector:t,uniqueId:e})=>{const n=document.querySelector(t);n&&!this.existingTargets.find(n=>n.element.matches(t)&&n.uniqueId===e)&&(this.existingTargets.push({element:n,selector:t,uniqueId:e}),this.visibilityObserver.observe(n))}),this.existingTargets=this.existingTargets.filter(({selector:t,element:e})=>!!document.querySelector(t)||(e&&this.visibilityObserver.unobserve(e),!1)),this.inViewportTargets=this.inViewportTargets.filter(({selector:t,element:e,uniqueId:n})=>{if(e.matches(t)&&this.isElementVisible(e)){const o=this.targets.find(e=>e.selector===t&&e.uniqueId===n);return o&&o.resolve(e),this.clear(t,n),!1}return!0})}watch(t,e,n){this.targets.push({selector:t,resolve:e,uniqueId:n});const o=()=>{this.startMutationObserver(),this.checkElements()};document.body?o():s("body",o)}clear(t,e){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map(n=>n.filter(({selector:n,uniqueId:o})=>n!==t&&o!==e));const n=document.querySelector(t);n&&this.visibilityObserver.unobserve(n),0===this.targets.length&&this.mutationObserver.disconnect(),0===this.inViewportTargets.length&&this.mouseOverEvent.clear()}}class w{constructor({triggerEvent:t,triggerSelector:e,triggerDelay:n}){this.event=t,this.selector=e&&e.length?e:"body",this.delay=1e3*n,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.visibilityObservers=[],this.elementsWaiters=[],this.socialProofStore={}}async onElementVisible({promise:t,resolve:e}){const n=f(`${this.event}DomReady`);this.promises.push(n);const o=await this.onPageLoad(n),i=await async function(){let t;return t=await("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype||new Promise((t,e)=>{const n=window.document.getElementsByTagName("script")[0],o=window.document.createElement("script");o.src="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=IntersectionObserver",n.parentNode.insertBefore(o,n),o.onload=t,o.onerror=e})),t}(),r=new b;if(this.visibilityObservers.push(r),i&&o){const t=p();r.watch(this.selector,e,t)}return t}onPageLoad({promise:t,resolve:e}){const n=()=>"complete"===document.readyState;if(!n()){const o=["readystatechange",({isTrusted:t})=>t&&n()&&e(!0),{passive:!0}];return this.eventsListeners.push([document,...o]),document.addEventListener(...o),t}return e(!0),t}onClick({promise:t,resolve:e}){const n=document.createElement("style");n.type="text/css",n.id=`Click_${p()}`,n.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(n),this.elementsSelectors.push(`#${n.id}`);const o=["click",({isTrusted:t,target:n})=>t&&l(n,this.selector)&&e(!0),{passive:!0,capture:!0}];return this.eventsListeners.push([document,...o]),document.addEventListener(...o),t}onHover({promise:t,resolve:e}){const n=["mouseenter",({isTrusted:t,target:n})=>t&&l(n,this.selector)&&e(!0),{passive:!0,capture:!0}];return this.eventsListeners.push([document.documentElement,...n]),document.documentElement.addEventListener(...n),t}onExitIntent({promise:t,resolve:e}){const n=["mouseleave",({isTrusted:t,clientY:n})=>{t&&n<=0&&e(!0)},{passive:!0}],o=s("body",t=>{this.eventsListeners.push([t,...n]),t.addEventListener(...n),this.elementsWaiters=this.elementsWaiters.filter(t=>t!==o)});return this.elementsWaiters.push(o),t}onReengage({promise:t,resolve:e}){const n=this.delay;let o=n;const i=[({isTrusted:t})=>{t&&(o=n)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach(t=>{this.eventsListeners.push([document,t,...i]),document.addEventListener(t,...i)});const r=setInterval(()=>{o<=0?e(!0):o-=100},100);return this.intervals.push(r),t}onCustomTrigger({promise:t,resolve:e}){const{triggerEventCustomScript:n}=DATA;return new Function(`return new Promise(async resolve => {${n}})`)().then(t=>t&&e(!0)),t}onScrollUp({promise:t,resolve:e}){let n=0;const o=["scroll",({isTrusted:t})=>{t&&(window.pageYOffset<n?e(!0):n=window.pageYOffset)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...o]),document.addEventListener(...o),t}onScrollPercentReached({promise:t,resolve:e}){const{triggerEventScrollPercent:n}=DATA,o=["scroll",({isTrusted:t})=>{if(!t)return;const o=(()=>{const{documentElement:t,body:e}=document,n=t.scrollTop||e.scrollTop,o=t.scrollHeight||e.scrollHeight;return Math.trunc(n/(o-t.clientHeight)*100,10)})();n<o&&e(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...o]),document.addEventListener(...o),t}checkSocialProofConditions(t,e,n,o){const i=(()=>{let t;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S&&window.ABTASTY_S.USER&&window.ABTASTY_S.USER.accountIdentifier&&window.ABTASTY_S.USER.accountIdentifier.length?t=window.ABTASTY_S.USER.accountIdentifier:window.ABTasty&&window.ABTasty.getAccountSettings&&"function"==typeof window.ABTasty.getAccountSettings?t=window.ABTasty.getAccountSettings().identifier:window.ABTasty&&window.ABTasty.accountSettings&&(t=window.ABTasty.accountSettings.identifier),t):t})(),{viewInterval:r,spNoTrim:s}=DATA;if(this.socialProofStore.hasOwnProperty(t))n(this.socialProofStore[t])?o(`${this.socialProofStore[t][r]}`):o(!1);else if(t&&i){const a=e=>(this.socialProofStore[t]=e,o(!!n(e)&&`${e[r]}`));fetch(`https://api-social-proof.abtasty.com/clients/${i}/metrics/${e}?key=${t}${s?"&noTrim=true":""}`).then(t=>t.ok&&t.json()).then(a).catch(()=>g("Failed to fetch datas from server."))}else o(!1)}getSocialProofDatas({promise:t,resolve:e},i,r=!1){const{productKey:s,keyType:a}=(()=>{const{socialProofContentType:t,productKeyProvider:e,pathToProductKey:i,customJSProductKey:r,productSKU:s}=DATA;if(2===t)return{productKey:o(),keyType:"url"};{let a=null,c="sku";switch(e){case"ABTastyProductKey":a=window.ABTastyProductKey;break;case"pathToProductKey":a=n(`return ${i};`);break;case"customJSProductKey":a=n(r);break;case"productSKU":a=s}return a||3!==t||(a=o(),c="url"),{productKey:a,keyType:c}}})(),{viewInterval:c,triggerSocialProofMinVisitors:l,triggerSocialProofMinPurchases:u,triggerSocialProofMinPageViews:d}=DATA,h={pv:d,i:u,"v-pv":l}[i];return[typeof c,typeof h].includes("undefined")&&e(!1),r&&!s&&(g("Not able to find ABTastyProductKey, impossible to call the API, read documentation for more informations:\n\t\t\t\thttps://abtasty.elevio.help/en/articles/190-social-proof-prerequisites"),e(!1)),this.checkSocialProofConditions(s,"v-pv"===i&&"sku"===a?"v-i":i,t=>{const e=void 0!==t[c]&&t[c]>=h;return e||g(`Widget will not be shown, Social Proof API returned ${t[c]} while ${h} are required`),e},e),t}onConsent({promise:t,resolve:e}){if(!r()){const n=["abtasty_consentValid",()=>e(!0)];return this.eventsListeners.push(n),window.addEventListener(...n),t}return e(!0),t}onTrackingSent({promise:t,resolve:e}){const{triggerEventTrackingSent:n}=DATA;let o=localStorage.getItem("ABTastyData");const i=()=>JSON.parse(o).ActionTracking.find(({name:t})=>t===n),r=["storage",()=>{o=localStorage.getItem("ABTastyData"),i()&&e(!0)},{passive:!0,capture:!0}];return o&&i()?e(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),t}onMinPagesViewed({promise:t,resolve:e}){const{triggerEventMinPagesViewed:n}=DATA;let o=localStorage.getItem("ABTastyData");const i=()=>n<=(o?JSON.parse(o).VisitedPages.length:0),r=["storage",()=>{o=localStorage.getItem("ABTastyData"),i()&&e(!0)},{passive:!0,capture:!0}];return o&&i()?e(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),t}onRageClick({promise:t,resolve:e}){const{triggerEventRageClickQuantity:n,triggerEventRageClickDelay:o}=DATA;let i=0,r=!1;const s=["click",({isTrusted:t})=>{t&&(i+=1,i>=n&&e(!0),r||(r=!0,setTimeout(()=>{i=0,r=!1},o)))},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...s]),document.addEventListener(...s),t}clear(){if(this.elementsSelectors.length&&(this.elementsSelectors.forEach(t=>{document.querySelector(t)&&document.querySelector(t).remove()}),this.elementsSelectors=[]),this.eventsListeners.length&&(this.eventsListeners.forEach(t=>{const[e,...n]=t;e&&n.length>1&&e.removeEventListener(...n)}),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach(t=>clearTimeout(t)),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach(t=>clearInterval(t)),this.intervals=[]),this.observers.length&&(this.observers.forEach(t=>t.disconnect()),this.observers=[]),this.visibilityObservers.length){const t=p();this.visibilityObservers.forEach(e=>e.clear(this.selector,t)),this.visibilityObservers=[]}return this.promises.length&&(this.promises.forEach(t=>t.resolve(!1)),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach(t=>t.clear()),this.elementsWaiters=[]),this}async isTriggered(){this.clear();const t=f(this.event);this.promises.push(t);const e={consent:()=>this.onConsent(t),direct:()=>!0,pageLoad:()=>this.onPageLoad(t),click:()=>this.onClick(t),exitIntent:()=>this.onExitIntent(t),reengage:()=>this.onReengage(t),elementVisible:()=>this.onElementVisible(t),script:()=>this.onCustomTrigger(t),hover:()=>this.onHover(t),scrollUp:()=>this.onScrollUp(t),scrollPercent:()=>this.onScrollPercentReached(t),rageClick:()=>this.onRageClick(t),minPagesViewed:()=>this.onMinPagesViewed(t),trackingSent:()=>this.onTrackingSent(t),socialProofPurchases:()=>this.getSocialProofDatas(t,"i",!0),socialProofPageViews:()=>this.getSocialProofDatas(t,"pv"),socialProofVisitors:()=>this.getSocialProofDatas(t,"v-pv")},n=!Object.prototype.hasOwnProperty.call(e,this.event)||await e[this.event]();return this.clear(),"reengage"!==this.event&&this.delay?n&&await(async()=>{const t=f(`${this.event}Delay`);return this.promises.push(t),setTimeout(()=>{t.resolve(!0),this.clear()},this.delay),t.promise})():n}}const v="display",x="closing",T="validation",S="ABTastyWidgets",E=`${S}Temporary`;class ${constructor({displayRecurrence:t,closingRecurrence:e,validationRecurrence:n},o){this.displayRecurrence=parseFloat(t),this.closingRecurrence=parseFloat(e),this.validationRecurrence=parseFloat(n),this.onSetCallback=o,this.widgetName=m(),this.uniqueId=p(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:t}){const e=localStorage.getItem(E),n=sessionStorage.getItem(S);"ABTastyData"===t&&!e&&n&&localStorage.setItem(E,n)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(t){try{const e=t.getItem(S);return JSON.parse(e)}catch(e){return t.removeItem(S),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(t,e){const{[this.recurrenceKey]:n,...o}=e;return Object.entries(o).length?(t.setItem(S,JSON.stringify(o)),o):(t.removeItem(S),!1)}removeSessionRecurrenceStorage(){const t=this.getSessionRecurrenceStorageParsed();return!!t&&this.removeGivenStorage(window.sessionStorage,t)}removeLocalRecurrenceStorage(){const t=this.getLocalRecurrenceStorageParsed();return!!t&&this.removeGivenStorage(window.localStorage,t)}getSessionRecurrence(){const t=this.getSessionRecurrenceStorageParsed();return!!t&&t[this.recurrenceKey]}getLocalRecurrence(){const t=this.getLocalRecurrenceStorageParsed();return!!t&&t[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const t=this.getSessionRecurrence(),e=this.getLocalRecurrence();return t||e||{type:!1}}isOver(){const t=localStorage.getItem(E),e=!(!t||!t.includes(this.recurrenceKey))||this.getSessionRecurrence();t&&(sessionStorage.setItem(S,t),localStorage.removeItem(E));const n=this.getLocalRecurrence(),o=(n?parseFloat(n.stamp):0)<(new Date).getTime();return o&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&o&&!this.getLocalRecurrence()&&!e}setRecurrence(t,n){0!==t&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const o=this.getTypeOfStorage(t);if(e()||!o&&"object"!=typeof o)return!1;const{storageString:i,storageMethod:s}=o,a=this.getStamp(t),c={type:n,stamp:a},{type:l}=this.getCurrentRecurrence(),u=async()=>{if(!r()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=c;const t=new w({triggerEvent:"consent"});await t.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const t=this.getSessionRecurrence(),e=this.getLocalRecurrence();let n;"session"===i?t?n=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),n=this.getSessionRecurrenceStorageParsed()):"local"===i&&(e?n=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),n=this.getLocalRecurrenceStorageParsed()));const o=n?{[this.recurrenceKey]:c,...n}:{[this.recurrenceKey]:c};s.setItem(S,JSON.stringify(o)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!s)return!1;if(l&&n!==T)if(n===x&&l!==T)u();else{if(n!==v||l===T||l===x)return!1;u()}else u();return a}setDisplayRecurrence(){const t=v;this.setRecurrence(this.displayRecurrence,t)}setClosingRecurrence(){const t=x;this.setRecurrence(this.closingRecurrence,t)}setValidationRecurrence(){const t=T;this.setRecurrence(this.validationRecurrence,t)}getStamp(t){return(new Date).getTime()+864e5*t}getTypeOfStorage(t){return!(isNaN(t)||t<0||0!==t&&!t)&&(t>0?{storageString:"local",storageMethod:window.localStorage}:0===t&&{storageString:"session",storageMethod:window.sessionStorage})}}class C{constructor(t,e,n,o){this.recurrence=t,this.isWidgetApplied=e,this.callback=n,this.shouldUpdate=o,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(t){const e=i(),{type:n}=this.recurrence?this.recurrence.getCurrentRecurrence():{type:!1};let o;const r=this.isWidgetApplied(),s=(()=>{const e=this.recurrenceIsDone();return t&&"display"===n||e})(),a=!r&&e&&s,c=r&&(!e||!s),l=!r&&!e;return this.shouldUpdate&&!t&&e&&s?o=h:a?o=d:(c||l)&&(o=u),"string"==typeof o&&(this.clearWatcher(),this.callback(o,t),this.watch()),this}eventHandler(){let t=i();return[250,500].forEach(e=>{setTimeout(()=>{const n=i();return 500===e&&n===t?this:(t=n,this.decisionHandler(!1))},e)}),this}observerHandler(t){return t.some(t=>["removedNodes","addedNodes"].some(e=>t[e]&&t[e].length))?this.decisionHandler(!0):this}watch(){if(t())return this;this.clearWatcher(),document.addEventListener(...this.eventListenerParams);const e=()=>{const t=[document.body,{childList:!0,subtree:!0}];this.observer.observe(...t)};return document.body?e():(()=>{const t=s("body",()=>{e(),this.elementsWaiters=this.elementsWaiters.filter(e=>e!==t)});this.elementsWaiters.push(t)})(),this}clearWatcher(){return document.removeEventListener(...this.eventListenerParams),this.elementsWaiters.length&&(this.elementsWaiters.forEach(t=>t.clear()),this.elementsWaiters=[]),this.observer.disconnect(),this}}const A=/.+\/([^.]+)\.(otf|ttf)$/,k=["socialProofPurchases","socialProofPageViews","socialProofVisitors"];class L{constructor(){this.children=void 0,this.uniqueId=p(),this.widgetName=m(),this.prettyName=y(),this.recurrenceParams=(()=>{const{displayRecurrence:e,closingRecurrence:n,validationRecurrence:o}=DATA;if(t()||!e&&!n&&!o)return!1;const i={everytime:()=>-1,session:()=>0,once:()=>395,day:t=>DATA[`${t}_day`],week:t=>7*DATA[`${t}_week`],month:t=>30.5*DATA[`${t}_month`]},r={};return e&&(r.displayRecurrence=i[e]("displayRecurrence")),n&&(r.closingRecurrence=i[n]("closingRecurrence")),o&&(r.validationRecurrence=i[o]("validationRecurrence")),r})(),this.triggerParams=(()=>{let{triggerEvent:e}=DATA;const{triggerEventClick:n,triggerEventHover:o,triggerEventReengageDelay:i,socialProofContentType:r,triggerEventElementVisible:s,triggerEventDelay:a}=DATA;if(t()||!e&&!r)return!1;const c={click:()=>n,hover:()=>o,elementVisible:()=>s},l=Object.prototype.hasOwnProperty.call(c,e)?c[e]():"body",u="reengage"===e?i:a;return r&&(e=[,"socialProofPurchases","socialProofPageViews","socialProofVisitors"][r]),{triggerEvent:e,triggerSelector:l,triggerDelay:u}})(),this.recurrence=!!this.recurrenceParams&&new $(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new w(this.triggerParams),this.shouldUpdate=!!this.triggerParams&&k.includes(this.triggerParams.triggerEvent),this.pageWatcher=new C(this.recurrence,this.isWidgetApplied.bind(this),this.onPageChange.bind(this),this.shouldUpdate),this.hasOncePerPageTrigger=(()=>{const{isOncePerPageTrigger:t,triggerEvent:e}=DATA;return!e||!["click","hover","scrollUp","script"].includes(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(t=>document.removeEventListener(...t)),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach(t=>clearTimeout(t)),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach(t=>clearInterval(t)),this.intervals=[]),this.observers.length&&(this.observers.forEach(t=>t.disconnect()),this.observers=[]),this.promises.length&&(this.promises.forEach(t=>t.resolve(!1)),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach(t=>t.clear()),this.elementsWaiters=[])}isWidgetApplied(){return this.domElement&&this.domElement.isConnected}removeOldDomElement(){const t=document.getElementById(this.widgetContainerId);return t&&t.remove(),this}async insert(){if(this.isWidgetApplied())return!1;const t=new Promise(t=>{const e=s("head",e=>{this.elementsWaiters=this.elementsWaiters.filter(({selector:t})=>"head"!==t),t(e.appendChild(this.styleElement))});this.elementsWaiters.push(e)}),e=new Promise(t=>{const{elementReferrer:e="body",referrerInsertType:n="beforeend"}="free"===DATA.layout?DATA:{},o=s(e,o=>{this.elementsWaiters=this.elementsWaiters.filter(t=>t.selector!==e),this.removeOldDomElement(),t(o.insertAdjacentElement(n,this.domElement))});this.elementsWaiters.push(o)});return Promise.all([e,t]).then(()=>this)}remove(){return this.pageWatcher.clearWatcher(),[this.domElement,this.styleElement].forEach(t=>t&&t.isConnected&&t.remove()),this.hasOncePerPageTrigger?this.pageWatcher.watch():t()||this.init().then(({response:t})=>t?this.show():this),this}show(){return t()||this.hasBeenShown&&this.hasOncePerPageTrigger||window.ABTastyEvent(`${this.prettyName} displayed`,null,TEST_ID),this.closedByUser=!1,setTimeout(()=>this.domElement.classList.remove(this.hideClassName),50),this.recurrence&&this.recurrence.setDisplayRecurrence(),this.hasBeenShown=!0,this.pageWatcher.watch(),this}hide(e=!0){return!t()&&this.hasBeenShown&&e&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),e&&(this.closedByUser=!0),this.domElement.classList.add(this.hideClassName),this}async init(e){const n=t(),o=i(),r=this.trigger&&this.trigger.promises.length,s=!this.recurrence||this.recurrence.isOver();if(!n&&!o||r||!s)return{container:this,response:!1};this.pageWatcher.watch();const a=n||!this.trigger||this.trigger&&await this.trigger.isTriggered(),c={container:this,response:a};return a?(await this.insert(),this.addCloseEvent(),n||e||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(a),c):c}onPageChange(t,e){let n=!1;const o=()=>this.init().then(({response:t})=>{n=t,t?this.show("onPageChange - relaunch"):this.hide(!1)});e||(this.hasBeenShown=!1,this.trigger&&this.trigger.clear());const i=this.isWidgetApplied(),r={[u]:()=>i?this.remove():this.pageWatcher.watch(),[d]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():!i&&n&&this.insert().then(t=>t.show()).catch(this.pageWatcher.watch):o()},[h]:o};"function"==typeof r[t]&&r[t]()}addCloseEvent(...e){const{closeButton:n,overlay:o,overlayClickable:i,layout:r,animationDuration:s=1e3}=DATA,a=[];if(void 0!==o&&!0!==o||!0!==i||"popin"!==r||a.push(`.${this.overlayClassName}`),void 0!==n&&n&&a.push(`.${this.closeButtonClassName}`),!a.length)return this;const l=this.domElement.querySelectorAll(a.join(", "));if(!l.length)return this;const u=["click",t=>{c(t),this.recurrence&&this.recurrence.setClosingRecurrence(),this.hide(!0),setTimeout(()=>this.remove(),1.05*s)},{once:!0,capture:!0}];return e.push(...l),e.forEach(e=>{t()&&(e.dataset.abtastyActionnable="true"),e.removeEventListener(...u),e.addEventListener(...u)}),this}getDom(){const{closeButton:t,layout:e,overlay:n=!0}=DATA,o=document.createElement("div");return o.className=`${this.basicClassName} ${this.hideClassName}`,o.id=this.widgetContainerId,o.innerHTML=`\n\t\t\t${"popin"===e&&!0===n?`<div class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${t?`<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>`,o}loadFont(t,e){if(!t||"inherit"===t)return;const n=document.createElement("style"),o=e.match(A)?e.match(A)[1]:"";n.innerHTML=`@font-face { font-family: '${t}_${o}'; src: url('${e}'); font-display: swap; }`,document.head.appendChild(n)}getStyleTag(e="",n=DATA){const{noStyles:o,layout:i}=n,{backgroundColor:r,isBackgroundImage:s,backgroundImage:a,backgroundSize:c,backgroundPosition:l,backgroundRepeat:u,borderColor:d,borderRadius:h,borderWidth:m,textColor:y,textAlign:p,fontName:g,fontStyle:f,fontSize:b,isTitle:w,titleTextAlign:v,titleTextColor:x,titleFontName:T,titleFontStyle:S,titleFontSize:E,overlay:$,overlayColor:C,dropShadow:k,dropShadowColor:L,dropShadowBlur:P,containerMargin:_,containerPadding:B,closeButton:N,closeButtonPosition:I,closeButtonSize:O,closeButtonBorderRadius:R,closeButtonBorderWidth:D,closeButtonBorderColor:j,closeButtonColor:W,closeButtonBackgroundColor:F,buttonsAlign:V,buttonsBorderWidth:M,buttonsBorderColor:q,buttonsBorderRadius:H,buttonsBackgroundColor:z,buttonsTextColor:U,buttonsFontName:G,buttonsFontStyle:K,buttonsFontSize:Y,secondLink:J,secondLinkBorderWidth:Q,secondLinkBorderColor:Z,secondLinkBorderRadius:X,secondLinkBackgroundColor:tt,secondLinkTextColor:et,secondLinkFontName:nt,secondLinkFontStyle:ot,secondLinkFontSize:it,animation:rt,animationDuration:st,animationBehaviour:at,animationSlideDirection:ct}=o?{}:n,lt=document.createElement("style");lt.type="text/css",t()&&lt.setAttribute("abtasty-script-added","true"),this.loadFont(g,f),this.loadFont(T,S),this.loadFont(G,K),this.loadFont(nt,ot);const ut=`background: ${["string"==typeof r?r:"rgba(255, 255, 255, 1)",s&&"string"==typeof a&&a.length?`url(${a})`:"",s&&"string"==typeof l&&"100% 100%"!==c?l:"0 0",s&&"string"==typeof c?`/ ${c}`:"/ auto",s&&u&&!["cover","100% 100%"].includes(c)?"repeat":"no-repeat"].join(" ").trim()};`,dt="number"==typeof m&&m>0,ht=`border: ${[dt?`${m}px`:"unset",dt?"solid":"",dt&&"string"==typeof d&&d.length?d:""].join(" ").trim()};`,mt=void 0!==h?`border-radius: ${h}px;`:"",yt=void 0!==y?`color: ${y}; fill: ${y}; -webkit-text-fill-color: ${y};`:"",pt=void 0!==p?`text-align: ${p};`:"",gt=g&&"inherit"!==g?`font-family:${g}_${f.match(A)?f.match(A)[1]:""};`:f||"",ft=b?`font-size: ${b}px;`:"",bt=void 0!==k&&k?`box-shadow: 0 5px ${P}px 0 ${L};`:"",wt=_ instanceof Array&&1===_.length&&_[0],vt=wt?`margin: ${wt.top}px ${wt.right}px ${wt.bottom}px ${wt.left}px;`:"",xt=wt?`margin: calc(${wt.top}px * 0.5) calc(${wt.right}px * 0.5) calc(${wt.bottom}px * 0.5) calc(${wt.left}px * 0.5);`:"",Tt=B instanceof Array&&1===B.length&&B[0],St=Tt?`padding: ${Tt.top}px ${Tt.right}px ${Tt.bottom}px ${Tt.left}px;`:"",Et=Tt?`padding: calc(${Tt.top}px * 0.5) calc(${Tt.right}px * 0.5) calc(${Tt.bottom}px * 0.5) calc(${Tt.left}px * 0.5);`:"",$t=void 0!==M&&M?`border-width: ${M}px; border-style: solid;`:"",Ct=[q,M].every(t=>void 0!==t)&&M?`border-color: ${q};`:"",At=void 0!==H?`border-radius: ${H}px;`:"",kt=void 0!==z?`background-color: ${z};`:"",Lt=void 0!==U?`color: ${U}; fill: ${U}; -webkit-text-fill-color: ${U};`:"",Pt=G&&"inherit"!==G?`font-family:${G}_${K.match(A)?K.match(A)[1]:""};`:K||"",_t=Y?`font-size: ${Y}px;`:"",Bt=void 0!==Q&&Q?`border-width: ${Q}px; border-style: solid;`:"",Nt=[Z,Q].every(t=>void 0!==t)&&Q?`border-color: ${Z};`:"",It=void 0!==X?`border-radius: ${X}px;`:"",Ot=void 0!==tt?`background-color: ${tt};`:"",Rt=void 0!==et?`color: ${et}; fill: ${et}; -webkit-text-fill-color: ${et};`:"",Dt=nt&&"inherit"!==nt?`font-family:${nt}_${ot.match(A)?ot.match(A)[1]:""};`:ot||"",jt=it?`font-size: ${it}px;`:"",Wt="popin"!==i||void 0!==$&&!0!==$?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==C?C:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),Ft="number"==typeof O?O:16,Vt=Ft/2,Mt=o||void 0!==N&&N?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===I?`bottom: calc(100% + ${Vt}px)`:`top: ${Vt}px`)+";",`right: ${Vt}px;`,"width: auto;","height: auto;","background: none;","border: none;","cursor: pointer;","outline: none;","padding: 0;","margin: 0;","line-height: 0;","z-index: 9;","number"==typeof R?`border-radius: ${R}px;`:"","number"==typeof D&&D>0?`border: ${D}px solid ${void 0!==j?j:"rgba(57, 57, 57, 1)"};`:"","string"==typeof F?`background-color: ${F};`:"","}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${Ft}px;`,`height: ${Ft}px;`,"string"==typeof W?`fill: ${W};`:"","}"].join(""):"",qt=w&&"string"==typeof x?[`#${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: ${x}; fill: ${x}; -webkit-text-fill-color: ${x};`,void 0!==v?`text-align: ${v};`:"",T&&"inherit"!==T?`font-family:${T}_${S.match(A)?S.match(A)[1]:""};`:S||"",E?`font-size: ${E}px;`:"","}"].join(""):"";let Ht="";if("string"==typeof rt){const e=(st/1e3).toFixed(2),n=["top","bottom"].includes(ct),o=Number(n),i=[(["top","left"].includes(ct)?"-":"")+"100vmax",this.translateValues?this.translateValues[o]:"0"];n&&i.reverse(),Ht={none:[],fade:[`#${this.widgetContainerId} {`,`transition: opacity ${e}s ${at};`,"}"],slide:[`.${this.hideClassName} .${this.overlayClassName} {`,"opacity: 0 !important;","}",`#${this.widgetContainerId} .${this.overlayClassName} {`,`transition: opacity ${e}s ${at};`,"}",`.${this.hideClassName} .${this.contentClassName} {`,`transform: translate(${i.join(", ")}) !important;`,"}",`#${this.widgetContainerId} .${this.contentClassName} {`,`transition: transform ${e}s ${at};`,"}"]}[t()&&!ABTASTY_S.WIDGETS.animationChanged?"none":rt].join("")}const zt=[`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,`margin-${"fill"===V?"top":"left"}: 8px;`,Bt,Nt,It,Ot,Rt,Dt,jt,"}",`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,Rt,Dt,jt,"}"];return lt.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} {`,"opacity: 1;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,ut,mt,ht,yt,pt,bt,vt,gt,ft,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,yt,pt,gt,ft,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",St,gt,ft,"}",`#${this.widgetContainerId} .${this.contentClassName} a {`,"text-decoration: underline;","}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a, `,`#${this.widgetContainerId} .${this.contentClassName} button {`,"text-decoration: none;","box-sizing: border-box;","display: inline-block;",$t,Ct,At,kt,Lt,Pt,_t,"}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a *, `,`#${this.widgetContainerId} .${this.contentClassName} button:not(class*="close_button") * {`,Lt,Pt,_t,"}",...J?zt:[],"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,xt,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,Et,"}","}",Wt,Mt,qt,Ht,`${e}`].join(""),lt}}const P=["top: 0;","top: 50%;","bottom: 0;"],_=["left: 0;","left: 50%;","right: 0;"],B=t=>1===t?"-50%":0,N=()=>{if(Array.isArray(DATA.popinPosition)){const{popinPosition:[{x:t,y:e}]}=DATA,n=`translate(${B(e)}, ${B(t)});`;return`${P[t]}${_[e]}transform: ${n}`}return"left: 50%;top: 50%;transform: translate(-50%, -50%);"},I=()=>"autoWidth"in DATA&&!0===DATA.autoWidth,O=()=>{if(I())return"width: auto; height: auto; min-width: fit-content;";const{popinPercentWidth:t,popinPixelsWidth:e,widthUnit:n,autoHeight:o,popinPercentHeight:i,popinPixelsHeight:r,heightUnit:s}=DATA;return`width: ${"px"===n?e:t}${n};height: ${o?"auto":`${"px"===s?r:i}${s}`};`};class R extends L{constructor(){super(),this.translateValues=Object.values(DATA.popinPosition[0]).map(t=>B(t)),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:t,zindexCustom:e,overlay:n,widthUnit:o}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;","top: 0;","left: 0;","width: 100%;","height: 100%;",`z-index: ${"custom"===t?e:t};`,"background: none;","pointer-events: "+(!1===n?"none":"all"),"}",`#${this.widgetContainerId} .${this.overlayClassName} {`,"position: absolute;","z-index: -1;","top: 0;","left: 0;","width: 100%;","height: 100%;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: absolute;",N(),O(),"pointer-events: all","}",`${I()?"":[`#${this.widgetContainerId} .${this.contentClassName} > div {`,"height: 100%;","overflow: auto;","box-sizing: border-box;","}"].join("")}`,`${!I()&&["px","em"].includes(o)?["@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,"max-width: 94vw;","}","}"].join(""):""}`].join("")}}class D extends L{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:t,zindexCustom:e}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;",`${this.position}: 0;`,"left: 0;","width: 100%;","height: auto;",`z-index: ${"custom"===t?e:t};`,"background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}class j extends L{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 W=()=>{const{layout:t}=DATA;let e;switch(t){case"popin":e=new R;break;case"bannerTop":case"bannerBottom":e=new D;break;case"free":e=new j;break;default:e=new L}return e};var F=["fr","en","de","es"],V=["day","hour","minute","second"],M={day:{en:"Day",fr:"Jour",es:"Dia",de:"Tag"},days:{en:"Days",fr:"Jours",es:"Dias",de:"Tage"},hour:{en:"Hour",fr:"Heure",es:"Hora",de:"Zeit"},hours:{en:"Hours",fr:"Heures",es:"Horas",de:"Stunden"},minute:"Min",second:{en:"Sec",fr:"Sec",es:"Seg",de:"Sek"}},q="line",H=window.ABTASTY_S&&ABTASTY_S.USER&&ABTASTY_S.USER.lang?ABTASTY_S.USER.lang.split("_")[0]:navigator.language.substr(0,2)||"en",z=function(t){return F.indexOf(t)>-1}(H)?H:"en",U={day:M.day[z],days:M.days[z],hour:M.hour[z],hours:M.hours[z],minute:M.minute,minutes:M.minute,second:M.second[z],seconds:M.second[z]};function G(t){return G="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},G(t)}function K(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}function Y(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */Y=function(){return t};var t={},e=Object.prototype,n=e.hasOwnProperty,o=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},r=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",a=i.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function l(t,e,n,i){var r=e&&e.prototype instanceof h?e:h,s=Object.create(r.prototype),a=new $(i||[]);return o(s,"_invoke",{value:x(t,n,a)}),s}function u(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=l;var d={};function h(){}function m(){}function y(){}var p={};c(p,r,function(){return this});var g=Object.getPrototypeOf,f=g&&g(g(C([])));f&&f!==e&&n.call(f,r)&&(p=f);var b=y.prototype=h.prototype=Object.create(p);function w(t){["next","throw","return"].forEach(function(e){c(t,e,function(t){return this._invoke(e,t)})})}function v(t,e){function i(o,r,s,a){var c=u(t[o],t,r);if("throw"!==c.type){var l=c.arg,d=l.value;return d&&"object"==G(d)&&n.call(d,"__await")?e.resolve(d.__await).then(function(t){i("next",t,s,a)},function(t){i("throw",t,s,a)}):e.resolve(d).then(function(t){l.value=t,s(l)},function(t){return i("throw",t,s,a)})}a(c.arg)}var r;o(this,"_invoke",{value:function(t,n){function o(){return new e(function(e,o){i(t,n,e,o)})}return r=r?r.then(o,o):o()}})}function x(t,e,n){var o="suspendedStart";return function(i,r){if("executing"===o)throw new Error("Generator is already running");if("completed"===o){if("throw"===i)throw r;return{value:void 0,done:!0}}for(n.method=i,n.arg=r;;){var s=n.delegate;if(s){var a=T(s,n);if(a){if(a===d)continue;return a}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===o)throw o="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o="executing";var c=u(t,e,n);if("normal"===c.type){if(o=n.done?"completed":"suspendedYield",c.arg===d)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(o="completed",n.method="throw",n.arg=c.arg)}}}function T(t,e){var n=e.method,o=t.iterator[n];if(void 0===o)return e.delegate=null,"throw"===n&&t.iterator.return&&(e.method="return",e.arg=void 0,T(t,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),d;var i=u(o,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,d;var r=i.arg;return r?r.done?(e[t.resultName]=r.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,d):r:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,d)}function S(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function E(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function $(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(S,this),this.reset(!0)}function C(t){if(t){var e=t[r];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function e(){for(;++o<t.length;)if(n.call(t,o))return e.value=t[o],e.done=!1,e;return e.value=void 0,e.done=!0,e};return i.next=i}}return{next:A}}function A(){return{value:void 0,done:!0}}return m.prototype=y,o(b,"constructor",{value:y,configurable:!0}),o(y,"constructor",{value:m,configurable:!0}),m.displayName=c(y,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===m||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,c(t,a,"GeneratorFunction")),t.prototype=Object.create(b),t},t.awrap=function(t){return{__await:t}},w(v.prototype),c(v.prototype,s,function(){return this}),t.AsyncIterator=v,t.async=function(e,n,o,i,r){void 0===r&&(r=Promise);var s=new v(l(e,n,o,i),r);return t.isGeneratorFunction(n)?s:s.next().then(function(t){return t.done?t.value:s.next()})},w(b),c(b,a,"Generator"),c(b,r,function(){return this}),c(b,"toString",function(){return"[object Generator]"}),t.keys=function(t){var e=Object(t),n=[];for(var o in e)n.push(o);return n.reverse(),function t(){for(;n.length;){var o=n.pop();if(o in e)return t.value=o,t.done=!1,t}return t.done=!0,t}},t.values=C,$.prototype={constructor:$,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(E),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function o(n,o){return s.type="throw",s.arg=t,e.next=n,o&&(e.method="next",e.arg=void 0),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var r=this.tryEntries[i],s=r.completion;if("root"===r.tryLoc)return o("end");if(r.tryLoc<=this.prev){var a=n.call(r,"catchLoc"),c=n.call(r,"finallyLoc");if(a&&c){if(this.prev<r.catchLoc)return o(r.catchLoc,!0);if(this.prev<r.finallyLoc)return o(r.finallyLoc)}else if(a){if(this.prev<r.catchLoc)return o(r.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<r.finallyLoc)return o(r.finallyLoc)}}}},abrupt:function(t,e){for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var r=i;break}}r&&("break"===t||"continue"===t)&&r.tryLoc<=e&&e<=r.finallyLoc&&(r=null);var s=r?r.completion:{};return s.type=t,s.arg=e,r?(this.method="next",this.next=r.finallyLoc,d):this.complete(s)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),d},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),E(n),d}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var o=n.completion;if("throw"===o.type){var i=o.arg;E(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:C(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),d}},t}function J(t,e,n,o,i,r,s){try{var a=t[r](s),c=a.value}catch(t){return void n(t)}a.done?e(c):Promise.resolve(c).then(o,i)}function Q(t){return function(){var e=this,n=arguments;return new Promise(function(o,i){var r=t.apply(e,n);function s(t){J(r,o,i,s,a,"next",t)}function a(t){J(r,o,i,s,a,"throw",t)}s(void 0)})}}var Z=function(){function e(t,n){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),this.testId=t,this.data=n,this.targetselector=n.selector,this.container=this.createContainer(),this.digitElements={},this.textElements={},this.timeElements={},this.timeLoop=null,this.maxWidth=0,this.previewTime=172799,this.unitsText=U,this.fonts=[],this.data.customTexts&&(this.unitsText={day:this.data.customDaysLabel,days:this.data.customDaysLabel,hour:this.data.customHoursLabel,hours:this.data.customHoursLabel,minute:this.data.customMinutesLabel,minutes:this.data.customMinutesLabel,second:this.data.customSecondsLabel,seconds:this.data.customSecondsLabel})}var n,o;return n=e,o=[{key:"getFonts",value:function(){return[{name:this.data.messageFontName,style:this.data.messageFontStyle},{name:this.data.numbersfontName,style:this.data.numbersfontStyle},{name:this.data.legendfontName,style:this.data.legendfontStyle}]}},{key:"remove",value:function(){var t=this,e=DATA.animationDuration;setTimeout(function(){return t.parentContainer.remove()},1.05*e)}},{key:"addCloseEvent",value:function(e){var n=this;e&&e.addEventListener("click",function(e){c(e),t()||n.parentContainer.recurrence.setClosingRecurrence(),n.parentContainer.hide(),n.remove()},{capture:!0,passive:!1})}},{key:"addRedirectionEvent",value:function(e){var n=this;!t()&&e&&e.addEventListener("click",function(){var t=DATA,e=t.autoHide,o=t.timeHide;e&&setTimeout(function(){n.parentContainer.hide(),n.remove()},1e3*o),n.parentContainer.recurrence.setValidationRecurrence()},{useCapture:!0,once:!0})}},{key:"createContainer",value:function(){var t=DATA,e=t.linkType,n=t.redirectionUrl,o=t.openInNewTab,i=document.createElement(e&&e.includes("widget")?"a":"div");switch(i.classList.add("abtasty-countdown"),e){case"widget":i.href=n,i.target=o?"_blank":"_self",this.addRedirectionEvent(i);break;case"widgetClose":i.href="#",i.dataset.abtastyActionnable="true",this.addCloseEvent(i)}return i}},{key:"insert",value:function(t,e){return t.insertAdjacentElement(e,this.container),this}},{key:"setText",value:function(t){var e=this;V.forEach(function(n){var o=t[n];String(o).length<2&&(o="0".concat(o)),e.digitElements[n].textContent=o,e.textElements[n].textContent=1===o?e.unitsText[n]:e.unitsText["".concat(n,"s")],e.maxWidth<e.digitElements[n].offsetWidth&&(e.maxWidth=e.digitElements[n].offsetWidth,e.digitElements[n].style.minWidth="".concat(e.maxWidth,"px"),window.requestAnimationFrame(function(){e.setText(t)})),e.digitElements[n].style.minWidth="".concat(e.maxWidth,"px")})}},{key:"onTimeEnd",value:function(){var t,e=this.data.endSettings;if(clearInterval(this.timeLoop),"hideWidget"===e)return this.parentContainer.hide(),void(this.parentContainer.domElement.style.display="none");var n={endText:!0,endCountdown:["showText","showTextAndButton"].includes(e),endButton:["hideCountdownAndShowTextAndButton","showTextAndButton"].includes(e)},o=["abtasty-countdown-".concat(e),"abtasty-countdown-finish"];Object.keys(n).forEach(function(t){var e="abtasty-countdown-".concat(t),i=n[t]?"show":"hide";o.push("".concat(e,"-").concat(i))}),(t=this.container.classList).add.apply(t,o)}},{key:"setCountdown",value:function(){var e=new Date,n=function(e,n){switch(e.type){case"global":return e.timestamp-n.getTime();case"local":if(t())return e.previewTimestamp-n.getTime();var o=e.timecomponents,i=o.year,r=o.month,s=o.day,a=o.hour,c=o.minute;return new Date(i,r-1,s,a,c).getTime()-n.getTime();default:return 0}}(this.data.dateTime,e)/1e3;if(window.ABTastyEditor&&("ifEnded"===this.data.previewBlock&&(n=-1),this.previewTime-=1),n<=0)return this.setText({day:0,hour:0,minute:0,second:0}),void this.onTimeEnd();var o=Math.floor(n/86400);n-=86400*o;var i=Math.floor(n/3600);n-=3600*i;var r=Math.floor(n/60);n-=60*r;var s=Math.floor(n);this.setText({day:o,hour:i,minute:r,second:s})}},{key:"getStyle",value:function(){this.loadFonts();var t=DATA.buttonsAlign,e=void 0!==t&&"fill"!==t?"text-align: ".concat(t,";"):"";return"\n .abtasty-countdown-bottom-button,\n .abtasty-countdown-finish-button {\n ".concat(e,"\n }\n .abtasty-countdown-bottom-button a,\n .abtasty-countdown-finish-button a {\n width: ").concat("fill"===t?"100%":"auto",";\n }\n\n .abtasty-countdown .abtasty-countdown-finish-text,\n .abtasty-countdown .abtasty-countdown-top-message,\n .abtasty-countdown .abtasty-countdown-finish-text *,\n .abtasty-countdown .abtasty-countdown-top-message * {\n white-space: pre-line;\n text-align: ").concat(this.data.messageAlign," !important;\n color: ").concat(this.data.textColor,";\n font-size: ").concat(this.data.messageFontSize,"px; \n ").concat(this.data.messageFontName&&"inherit"!==this.data.messageFontName?"font-family:".concat(this.data.messageFontName,"_").concat(this.data.messageFontStyle.match(/.+\/([^.]+)\.(otf|ttf)$/)[1],";"):this.data.messageFontStyle||"",";\n }\n\n .abtasty-countdown .abtasty-countdown-elm-number,\n .abtasty-countdown .abtasty-countdown-elm-number * {\n font-size: ").concat(this.data.numbersfontSize,"px; \n color: ").concat(this.data.numberstextColor,";\n -webkit-text-fill-color: ").concat(this.data.numberstextColor,";\n font-weight: initial;\n ").concat(this.data.numbersfontName&&"inherit"!==this.data.numbersfontName?"font-family:".concat(this.data.numbersfontName,"_").concat(this.data.numbersfontStyle.match(/.+\/([^.]+)\.(otf|ttf)$/)[1],";"):this.data.numbersfontStyle||"",";\n }\n\n .abtasty-countdown .abtasty-countdown-elm-text,\n .abtasty-countdown .abtasty-countdown-elm-text * {\n ").concat(this.data.legendfontName&&"inherit"!==this.data.legendfontName?"font-family:".concat(this.data.legendfontName,"_").concat(this.data.legendfontStyle.match(/.+\/([^.]+)\.(otf|ttf)$/)[1],";"):this.data.legendfontStyle||"",";\n font-size: ").concat(this.data.legendfontSize,"px; \n color: ").concat(this.data.legendtextColor,";\n -webkit-text-fill-color: ").concat(this.data.legendtextColor,";\n }\n\n .abtasty-countdown .abtasty-countdown-elm-time {\n border-radius: ").concat(this.data.countdownBorderRadius,"px;\n border: ").concat(this.data.countdownBorderWidth,"px solid ").concat(this.data.countdownBorderColor,";\n background-color: ").concat(this.data.numbersBackgroundColor,"; \n } \n ")}},{key:"setButton",value:function(){var t=this,e=function(e,n,o,i){var r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],s=document.createElement("a");return r&&(s.className="second_link"),s.innerHTML="<span>".concat(e,"</span>"),s.href="button"===n?o:"#","button"===n?(s.target=i?"_blank":"_self",t.addRedirectionEvent(s)):(s.dataset.abtastyActionnable="true",t.addCloseEvent(s)),s},n=DATA,o=n.linkType,i=n.buttonText,r=n.redirectionUrl,s=n.openInNewTab,a=n.secondLink,c=n.secondLinkText,l=n.secondLinkType,u=n.secondLinkURL,d=n.secondLinkOpenInNewTab,h=n.endBtnTargetBlank,m=n.endBtnLabel,y=n.endBtnLink,p=this.container.querySelector(".abtasty-countdown-bottom-button"),g=[];if(o&&o.includes("button")){var f=e(i,o,r,s);if(g.push(f),a){var b=e(c,l,u,d,a);g.push(b)}}g.forEach(function(t){return p.appendChild(t)});var w=this.container.querySelector(".abtasty-countdown-finish-button"),v=document.createElement("a");v.href=y,v.target=h?"_blank":"_self",v.innerHTML=m,w.appendChild(v)}},{key:"setContent",value:function(){var t=this.container.querySelector(".abtasty-countdown-top-message"),e=document.createElement("p");e.innerHTML=this.data.message,t.appendChild(e);var n=this.container.querySelector(".abtasty-countdown-finish-text"),o=document.createElement("div");o.innerHTML=this.data.endMessage,n.appendChild(o)}},{key:"init",value:function(t){var e,n,o,i=this,r=this.data,s=r.layout,a=r.inlineLayoutContent,c=r.imageOn,l=r.imagePosition;try{this.parentContainer=t;var u=["free","popin"].includes(s);o=u&&!a?"free":q,i.container.classList.add("abtasty-countdown-layout-".concat(o)),o===q&&(u&&(i.parentContainer.domElement.querySelector(".".concat(t.contentClassName)).classList.add("abtasty-countdown-content-".concat(s,"-inline")),i.container.classList.add("abtasty-countdown-layout-".concat(s,"-inline"))),i.parentContainer.domElement.querySelectorAll(".".concat(t.closeButtonClassName)).forEach(function(t){return t.classList.add("abtasty-countdown-close-inline")}));var d="popin"===s||"free"===s&&!a;if(c){var h,m=this.data.image,y=new Image;y.src=m;var p=["abtasty-countdown-image"];d&&p.push("abtasty-countdown-image-popin-layout"),(h=y.classList).add.apply(h,p),y.onload=Q(Y().mark(function t(){return Y().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:document.querySelector(".countdown_".concat(d?"popin":"banner","_img_container")).appendChild(y);case 2:case"end":return t.stop()}},t)}))}var g=function(t){return t?'<div class="countdown_'.concat(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"popin",'_img_container"></div>'):""};this.container.innerHTML="\n ".concat(g(d&&!("popin"===s&&a),"popin"),'\n <div class="abtasty-countdown-layout-').concat(s,'">\n ').concat(g("before"===l,"banner"),'\n <div class="abtasty-countdown-clock">\n <div class="abtasty-countdown-days abtasty-countdown-elm-time">\n <div class="abtasty-countdown-days__digit abtasty-countdown-elm-number"></div>\n <div class="abtasty-countdown-days__text abtasty-countdown-elm-text"></div>\n </div>\n <div class="abtasty-countdown-hours abtasty-countdown-elm-time">\n <div class="abtasty-countdown-hours__digit abtasty-countdown-elm-number"></div>\n <div class="abtasty-countdown-hours__text abtasty-countdown-elm-text"></div>\n </div>\n <div class="abtasty-countdown-minutes abtasty-countdown-elm-time">\n <div class="abtasty-countdown-minutes__digit abtasty-countdown-elm-number"></div>\n <div class="abtasty-countdown-minutes__text abtasty-countdown-elm-text"></div>\n </div>\n <div class="abtasty-countdown-seconds abtasty-countdown-elm-time">\n <div class="abtasty-countdown-seconds__digit abtasty-countdown-elm-number"></div>\n <div class="abtasty-countdown-seconds__text abtasty-countdown-elm-text"></div>\n </div>\n </div>\n ').concat(g("after"===l,"banner"),'\n <div class="abtasty-countdown-top-message"></div>\n <div class="abtasty-countdown-finish-text"></div>\n <div class="abtasty-countdown-finish-button"></div>\n <div class="abtasty-countdown-bottom-button buttons_container"></div>\n </div>\n '),this.container.insertAdjacentElement("afterbegin",(e="".concat("@media (max-width:579px){.ab_widget_container_countdown_content{width:100vw}}.abtasty-countdown,.abtasty-countdown>div{display:inline-block;text-align:center}.abtasty-countdown>div{margin:10px;overflow:auto;white-space:normal}.abtasty-countdown .countdown_popin_img_container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;max-width:100%}.abtasty-countdown .countdown_popin_img_container:empty{display:none}.abtasty-countdown .abtasty-countdown-finish-text,.abtasty-countdown .abtasty-countdown-top-message{margin-bottom:15px}.abtasty-countdown .abtasty-countdown-elm-time{display:inline-block;margin:6px 6px 15px;padding:6px}.abtasty-countdown .abtasty-countdown-elm-number,.abtasty-countdown .abtasty-countdown-elm-text{font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;text-align:center}.abtasty-countdown .abtasty-countdown-bottom-button a,.abtasty-countdown .abtasty-countdown-finish-button a{cursor:pointer;display:block;display:inline-block;padding:6px 10px;text-align:center;text-decoration:none}.abtasty-countdown-layout-line>div{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:stretch}.abtasty-countdown-layout-line>div>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.abtasty-countdown-layout-free{display:block;text-align:center}.abtasty-countdown-layout-line>div{margin:0}.abtasty-countdown-layout-line .abtasty-countdown-finish-text,.abtasty-countdown-layout-line .abtasty-countdown-top-message{-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:0 5px 0 15px}.abtasty-countdown-layout-line .abtasty-countdown-top-message p{margin-bottom:0}.abtasty-countdown-layout-line .abtasty-countdown-bottom-button a{margin-left:30px}.abtasty-countdown-layout-line .abtasty-countdown-elm-time{margin:0}.abtasty-countdown-layout-line{-webkit-box-sizing:border-box;box-sizing:border-box}.abtasty-countdown-layout-line .abtasty-countdown-bottom-button,.abtasty-countdown-layout-line .abtasty-countdown-clock,.abtasty-countdown-layout-line .abtasty-countdown-finish-button{-ms-flex-negative:0;flex-shrink:0}.abtasty-countdown-finish-button,.abtasty-countdown-finish-text{display:none}.abtasty-countdown-endButton-show .abtasty-countdown-finish-button,.abtasty-countdown-endCountdown-show.abtasty-countdown-clock,.abtasty-countdown-endText-show .abtasty-countdown-finish-text{display:block}.abtasty-countdown-layout-line.abtasty-countdown-endButton-show .abtasty-countdown-finish-button,.abtasty-countdown-layout-line.abtasty-countdown-endCountdown-show .abtasty-countdown-clock,.abtasty-countdown-layout-line.abtasty-countdown-endText-show .abtasty-countdown-finish-text{display:table-cell}.abtasty-countdown-endButton-hide .abtasty-countdown-finish-button,.abtasty-countdown-endCountdown-hide .abtasty-countdown-clock,.abtasty-countdown-endText-hide .abtasty-countdown-finish-text,.abtasty-countdown-finish .abtasty-countdown-bottom-button,.abtasty-countdown-finish .abtasty-countdown-top-message{display:none!important}.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerBottom .abtasty-countdown-finish-text,.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerTop .abtasty-countdown-finish-text{width:55%!important}.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerBottom .abtasty-countdown-finish-button,.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerTop .abtasty-countdown-finish-button{width:45%!important}.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerBottom .abtasty-countdown-finish-text,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerTop .abtasty-countdown-finish-text{width:30%!important}.abtasty-countdown-showText .abtasty-countdown-layout-bannerBottom .abtasty-countdown-clock,.abtasty-countdown-showText .abtasty-countdown-layout-bannerTop .abtasty-countdown-clock,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerBottom .abtasty-countdown-clock,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerBottom .abtasty-countdown-finish-button,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerTop .abtasty-countdown-clock,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerTop .abtasty-countdown-finish-button{width:35%!important}.abtasty-countdown-showText .abtasty-countdown-layout-bannerBottom .abtasty-countdown-finish-text,.abtasty-countdown-showText .abtasty-countdown-layout-bannerTop .abtasty-countdown-finish-text{width:65%}.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerBottom,.abtasty-countdown-hideCountdownAndShowTextAndButton .abtasty-countdown-layout-bannerTop,.abtasty-countdown-showText .abtasty-countdown-layout-bannerBottom,.abtasty-countdown-showText .abtasty-countdown-layout-bannerTop,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerBottom,.abtasty-countdown-showTextAndButton .abtasty-countdown-layout-bannerTop{width:100%}.abtasty-countdown-content-popin-inline,.abtasty-countdown-content-popin-inline .abtasty-countdown-layout-popin{max-width:inherit;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.abtasty-countdown-content-free-inline{max-width:100%}.abtasty-countdown-image-popin-layout{margin-bottom:20px}@media (max-width:740px){.abtasty-countdown-layout-line>div:not(.abtasty-countdown-layout-popin){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.abtasty-countdown-layout-line div.abtasty-countdown-finish-text,.abtasty-countdown-layout-line div.abtasty-countdown-top-message{margin-bottom:20px;margin-top:20px}.abtasty-countdown-layout-line div.abtasty-countdown-bottom-button a{margin-left:0}.countdown_banner_img_container{display:none!important}}@media (max-width:570px){.abtasty-countdown-layout-free,.abtasty-countdown-layout-popin{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;margin:10px 0!important}}.abtasty-countdown-layout-popin{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.countdown_banner_img_container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:0 15px}.countdown_banner_img_container img{max-height:67px;max-width:200px}"," ").concat(this.getStyle()),(n=document.createElement("style")).type="text/css",n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e)),n)),V.forEach(function(t){var e,n=i.container.querySelector(".abtasty-countdown-".concat(t,"s")),o=(2,function(t){if(Array.isArray(t))return t}(e=n.children)||function(t){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var n,o,i,r,s=[],a=!0,c=!1;try{for(i=(e=e.call(t)).next,0;!(a=(n=i.call(e)).done)&&(s.push(n.value),2!==s.length);a=!0);}catch(t){c=!0,o=t}finally{try{if(!a&&null!=e.return&&(r=e.return(),Object(r)!==r))return}finally{if(c)throw o}}return s}}(e)||function(t){if(t){if("string"==typeof t)return K(t,2);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?K(t,2):void 0}}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),r=o[0],s=o[1];i.digitElements[t]=r,i.textElements[t]=s,i.timeElements[t]=n}),this.setContent(),this.setButton(),this.timeLoop=setInterval(this.setCountdown.bind(this),1e3),setTimeout(function(){i.setCountdown()},100),this.setCountdown()}catch(t){console.warn("Countdown error occured during widget rendering:",t)}}},{key:"loadFonts",value:function(){this.getFonts().forEach(function(t){var e=t.name,n=t.style;if(e&&"inherit"!==e){var o=document.createElement("style");o.appendChild(document.createTextNode(" @font-face { font-family: '".concat(e,"_").concat(n.match(/.+\/([^.]+)\.(otf|ttf)$/)[1],"'; src: url('").concat(n,"'); } "))),document.head.appendChild(o)}})}}],o&&function(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,(i=function(t){if("object"!==G(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var n=e.call(t,"string");if("object"!==G(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(o.key),"symbol"===G(i)?i:String(i)),o)}var i}(n.prototype,o),Object.defineProperty(n,"prototype",{writable:!1}),e}();function X(t){return X="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},X(t)}function tt(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */tt=function(){return t};var t={},e=Object.prototype,n=e.hasOwnProperty,o=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},r=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",a=i.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function l(t,e,n,i){var r=e&&e.prototype instanceof h?e:h,s=Object.create(r.prototype),a=new $(i||[]);return o(s,"_invoke",{value:x(t,n,a)}),s}function u(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=l;var d={};function h(){}function m(){}function y(){}var p={};c(p,r,function(){return this});var g=Object.getPrototypeOf,f=g&&g(g(C([])));f&&f!==e&&n.call(f,r)&&(p=f);var b=y.prototype=h.prototype=Object.create(p);function w(t){["next","throw","return"].forEach(function(e){c(t,e,function(t){return this._invoke(e,t)})})}function v(t,e){function i(o,r,s,a){var c=u(t[o],t,r);if("throw"!==c.type){var l=c.arg,d=l.value;return d&&"object"==X(d)&&n.call(d,"__await")?e.resolve(d.__await).then(function(t){i("next",t,s,a)},function(t){i("throw",t,s,a)}):e.resolve(d).then(function(t){l.value=t,s(l)},function(t){return i("throw",t,s,a)})}a(c.arg)}var r;o(this,"_invoke",{value:function(t,n){function o(){return new e(function(e,o){i(t,n,e,o)})}return r=r?r.then(o,o):o()}})}function x(t,e,n){var o="suspendedStart";return function(i,r){if("executing"===o)throw new Error("Generator is already running");if("completed"===o){if("throw"===i)throw r;return{value:void 0,done:!0}}for(n.method=i,n.arg=r;;){var s=n.delegate;if(s){var a=T(s,n);if(a){if(a===d)continue;return a}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===o)throw o="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o="executing";var c=u(t,e,n);if("normal"===c.type){if(o=n.done?"completed":"suspendedYield",c.arg===d)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(o="completed",n.method="throw",n.arg=c.arg)}}}function T(t,e){var n=e.method,o=t.iterator[n];if(void 0===o)return e.delegate=null,"throw"===n&&t.iterator.return&&(e.method="return",e.arg=void 0,T(t,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),d;var i=u(o,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,d;var r=i.arg;return r?r.done?(e[t.resultName]=r.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,d):r:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,d)}function S(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function E(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function $(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(S,this),this.reset(!0)}function C(t){if(t){var e=t[r];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function e(){for(;++o<t.length;)if(n.call(t,o))return e.value=t[o],e.done=!1,e;return e.value=void 0,e.done=!0,e};return i.next=i}}return{next:A}}function A(){return{value:void 0,done:!0}}return m.prototype=y,o(b,"constructor",{value:y,configurable:!0}),o(y,"constructor",{value:m,configurable:!0}),m.displayName=c(y,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===m||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,c(t,a,"GeneratorFunction")),t.prototype=Object.create(b),t},t.awrap=function(t){return{__await:t}},w(v.prototype),c(v.prototype,s,function(){return this}),t.AsyncIterator=v,t.async=function(e,n,o,i,r){void 0===r&&(r=Promise);var s=new v(l(e,n,o,i),r);return t.isGeneratorFunction(n)?s:s.next().then(function(t){return t.done?t.value:s.next()})},w(b),c(b,a,"Generator"),c(b,r,function(){return this}),c(b,"toString",function(){return"[object Generator]"}),t.keys=function(t){var e=Object(t),n=[];for(var o in e)n.push(o);return n.reverse(),function t(){for(;n.length;){var o=n.pop();if(o in e)return t.value=o,t.done=!1,t}return t.done=!0,t}},t.values=C,$.prototype={constructor:$,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(E),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function o(n,o){return s.type="throw",s.arg=t,e.next=n,o&&(e.method="next",e.arg=void 0),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var r=this.tryEntries[i],s=r.completion;if("root"===r.tryLoc)return o("end");if(r.tryLoc<=this.prev){var a=n.call(r,"catchLoc"),c=n.call(r,"finallyLoc");if(a&&c){if(this.prev<r.catchLoc)return o(r.catchLoc,!0);if(this.prev<r.finallyLoc)return o(r.finallyLoc)}else if(a){if(this.prev<r.catchLoc)return o(r.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<r.finallyLoc)return o(r.finallyLoc)}}}},abrupt:function(t,e){for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var r=i;break}}r&&("break"===t||"continue"===t)&&r.tryLoc<=e&&e<=r.finallyLoc&&(r=null);var s=r?r.completion:{};return s.type=t,s.arg=e,r?(this.method="next",this.next=r.finallyLoc,d):this.complete(s)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),d},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),E(n),d}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var o=n.completion;if("throw"===o.type){var i=o.arg;E(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:C(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),d}},t}function et(t,e,n,o,i,r,s){try{var a=t[r](s),c=a.value}catch(t){return void n(t)}a.done?e(c):Promise.resolve(c).then(o,i)}function nt(){var t;return t=tt().mark(function t(){var e,n,o,i,r;return tt().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return g("Widget launch"),e=W(),t.next=4,e.init(!0);case 4:return n=t.sent,o=n.response,i=e.domElement.querySelector(".".concat(e.contentClassName)),(r=new Z(TEST_ID,DATA)).init(e),r.insert(i,"beforeend"),o&&e.show(),t.abrupt("return",r);case 12:case"end":return t.stop()}},t)}),nt=function(){var e=this,n=arguments;return new Promise(function(o,i){var r=t.apply(e,n);function s(t){et(r,o,i,s,a,"next",t)}function a(t){et(r,o,i,s,a,"throw",t)}s(void 0)})},nt.apply(this,arguments)}!function(){nt.apply(this,arguments)}()}();
package/package.json CHANGED
@@ -1,51 +1,43 @@
1
1
  {
2
2
  "name": "@abtasty/countdown",
3
3
  "description": "Widget for AB Tasty",
4
- "version": "3.7.8",
4
+ "version": "3.7.10",
5
5
  "form": "dist/form.js",
6
6
  "main": "dist/main.js",
7
+ "type": "module",
7
8
  "files": [
8
9
  "dist"
9
10
  ],
10
- "homepage": "https://abtasty.com",
11
11
  "author": "ABTasty",
12
12
  "scripts": {
13
- "watch": "rollup -c --watch --dev",
14
- "build": "rollup -c",
15
- "eslint": "eslint src/**/*.js",
16
- "update:utils": "npm install @abtasty/widget-utils@latest",
17
- "publish:qa": "npm run build && npm version prerelease && npm publish",
18
- "publish:preminor": "npm run build && npm version preminor && npm publish",
19
- "publish:patch": "npm run build && npm version patch && npm publish"
13
+ "cloneConfig": "scp ../rollup.default.config.js ./rollup.config.js && scp ../babel.default.config.json ./babel.config.json",
14
+ "watch": "yarn run cloneConfig && rollup -c --watch",
15
+ "build": "yarn run cloneConfig && rollup -c"
20
16
  },
21
17
  "devDependencies": {
22
- "@babel/core": "^7.18.9",
23
- "@babel/eslint-parser": "^7.18.9",
24
- "@babel/helper-define-map": "^7.18.6",
25
- "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
26
- "@babel/plugin-transform-classes": "^7.18.9",
27
- "@babel/plugin-transform-runtime": "^7.18.9",
28
- "@babel/preset-env": "^7.18.9",
29
- "@babel/runtime": "^7.18.9",
30
- "@rollup/plugin-babel": "^5.3.1",
31
- "@rollup/plugin-node-resolve": "^13.3.0",
18
+ "@babel/core": "^7.20.5",
19
+ "@babel/eslint-parser": "^7.19.1",
20
+ "@babel/plugin-proposal-object-rest-spread": "^7.18.6",
21
+ "@babel/preset-env": "^7.19.3",
22
+ "@rollup/plugin-babel": "^6.0.3",
23
+ "@rollup/plugin-eslint": "^9.0.1",
24
+ "@rollup/plugin-node-resolve": "^15.0.1",
25
+ "@rollup/plugin-terser": "^0.1.0",
32
26
  "babel-plugin-minify-dead-code-elimination": "^0.5.2",
27
+ "caniuse-lite": "^1.0.30001434",
33
28
  "cssnano": "^5.1.12",
34
- "eslint": "^8.20.0",
29
+ "eslint": "^8.28.0",
35
30
  "eslint-config-prettier": "^8.5.0",
36
- "eslint-import-resolver-node": "^0.3.6",
31
+ "eslint-import-resolver-node": "^0.3.2",
37
32
  "eslint-plugin-import": "^2.26.0",
33
+ "postcss": "^8.4.19",
38
34
  "postcss-cssnext": "^3.1.1",
39
- "rollup": "^2.77.0",
40
- "rollup-plugin-babel": "^4.4.0",
41
- "rollup-plugin-eslint": "^7.0.0",
35
+ "rollup": "^3.5.0",
42
36
  "rollup-plugin-postcss": "^4.0.2",
43
- "rollup-plugin-terser": "^7.0.2",
44
- "rollup-watch": "^3.2.2",
45
37
  "snowpack": "^3.8.8"
46
38
  },
47
39
  "dependencies": {
48
- "@abtasty/widget-utils": "^1.18.37"
40
+ "@abtasty/widget-utils": "0.0.0"
49
41
  },
50
42
  "snowpack": {
51
43
  "webDependencies": [
package/README.md DELETED
@@ -1 +0,0 @@
1
- # countdown2