@abtasty/tooltip 2.0.7-0 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
!function(){"use strict";const e="iconTitleAndText";class t{constructor(e,t){this.data=DATA,this.toolTipContainer=e,this.cssBuilder=t,this.uniqueId=e.getUniqueId(),this.baseClassName="toolTipContainer",this.css=this.getCSS()}getCSS(){const{subLayout:t,isUserIcon:s,iconColor:i}=this.data,n="26px",r=t===e?"\n display: grid!important;\n column-gap: 8px;\n grid-template-columns: auto 1fr;\n grid-template-areas: 'tt-icon tt-title' 'tt-icon tt-text';\n ":"\n display: flex;\n flex-direction: column;\n ",o=`\n #${this.toolTipContainer.id} .contentContainer {\n ${r}\n row-gap: 8px;\n max-height: 100%;\n }\n #${this.toolTipContainer.id} .contentContainer div *,\n .tooltipText\n {\n margin: 0;\n }\n `,a=`\n .tooltipText {\n grid-area: tt-text;\n }\n .tooltipTitle {\n grid-area: tt-title;\n }\n .tooltipIcon {\n grid-area: tt-icon;\n justify-self: center;\n align-self: center;\n }\n .tooltipIcon > img,\n .tooltipIcon > svg {\n width: ${n};\n height: ${n};\n }\n ${s?"":`#${this.toolTipContainer.id} .tooltipIcon svg path { fill: ${i} }`}\n `;return o+(t===e?a:"")}async buildTooltipContent(){const{subLayout:t,titleContent:s,content:i,isUserIcon:n,userIcon:r,iconGallery:o}=this.data,a=document.createElement("div"),c=n?`<img src="${r}" alt="${r}" />`:await fetch(o.src,{method:"GET",mode:"cors",cache:"no-cache",referrerPolicy:"no-referrer"}).then(e=>e.blob()).then(e=>e.text()).then(e=>e).catch(e=>console.error(`ERROR on loading picture, message: ${e}`));a.classList.add("contentContainer");const l={className:"tooltipTitle",htmlTag:"h3",html:s};let h=[{className:"tooltipText",htmlTag:"p",html:i}];switch(t){case"titleAndText":h=[l,...h];break;case e:h=[{className:"tooltipIcon",htmlTag:"div",html:c},l,...h]}return h.forEach(e=>{let{className:t,htmlTag:s,html:i}=e;const n=document.createElement(s);n.classList.add(t),n.innerHTML=i,a.appendChild(n)}),a}async build(){this.toolTipContainer.init(this.data),this.cssBuilder.add(this.toolTipContainer.getCSS(),this.css),this.toolTipContainer.getWidgetElement().appendChild(await this.buildTooltipContent()),this.toolTipContainer.resizeTooltip(this.data.position),this.toolTipContainer.parentContainer.show()}}const s=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),i=()=>{const e=!!document.getElementById("ABTastyPreviewBar"),t=location.href.includes("ab_project=preview");return e||t},n=e=>new Function(`try {\n\t\t${e}\n\t} catch (error) {\n\t\treturn null;\n\t}`)(),r=()=>encodeURIComponent(DATA.spNoTrim?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),o=()=>!s()&&(i()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),a=()=>window.ABTasty&&!0===window.ABTasty.consentReady,c=(e,t)=>{const s=()=>{try{return document.querySelector(e)}catch(e){return null}};let i=s();const n=[document.body||document.documentElement,{childList:!0,subtree:!0,attributes:!0}],r=()=>a.disconnect(),o=()=>a.observe(...n),a=new MutationObserver(()=>(i=s(),i&&!r()&&t(i)));return i?setTimeout(()=>t(i),0):o(),{selector:e,clear:r,observe:o}};function l(e,t){return t(e)||!e.parentElement?e:l(e.parentElement,t)}const h=(e,t)=>[...document.querySelectorAll(t)].some(s=>s===e||!!e.closest(t)),d="remove",u="rebuild",g="update",m=()=>{const{type:e}=DATA;return`${PACKAGE.replace("@abtasty/","")}${e?`_${e}`:""}`},p=()=>{const e=m();return`${e.charAt(0).toUpperCase()}${e.slice(1)}`.split("-").join(" ")},v=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,y=e=>{if((()=>{if(s()||i())return!1;const e=ABTasty.getTestsOnPage()[TEST_ID];return!!e&&Object.keys(e.targetings.qaParameters).length>0})()){const t=p();window.console.log(`%c${t} - QA Mode for campaign ${TEST_ID}\n${e}`,"background-color: rgba(0, 127, 145, 1); color: rgba(247, 247, 247, 1)")}},w=e=>{const t={promise:null,resolve:null,reject:null,name:e};return t.promise=new Promise((e,s)=>{t.resolve=e,t.reject=s}),t};class f{constructor(e){this.uniqueId=e,this.elementId=`widget-tooltip-${this.uniqueId}`,this.cssElement=this.getCssElement()}getCssElement(){const e=document.getElementById(this.elementId);if(e)return e;const t=document.createElement("style");return t.id=this.elementId,t.type="text/css",s()&&t.setAttribute("abtasty-script-added","true"),document.head.appendChild(t),t}add(){for(var e=arguments.length,t=new Array(e),s=0;s<e;s++)t[s]=arguments[s];const i=t.join("");this.cssElement.textContent=`${this.cssElement.textContent}${i}`.split(/(?:\r\n|\n|\r)/).map(e=>e.replace(/^\s+/gm,"")).join(" ").replace(/(\s?\/\*([\s\S]*?)\*\/\s?)|(\s{2,})/g," ").trim()}}class ${constructor(e){this.parentContainer=e,this.wrapperElement=document.getElementById(this.parentContainer.widgetContainerId),this.id=this.parentContainer.widgetContainerId,this.widgetElement=this.parentContainer.domElement.querySelector(`.${this.parentContainer.contentClassName}`),this.content=null,this.css=""}adaptParentWrapperCSS(){const e=getComputedStyle(this.wrapperElement.parentNode);["position","display"].forEach(t=>{const s=e.getPropertyValue(t);"position"!==t||["relative","fixed","absolute"].includes(s)||(this.wrapperElement.parentNode.style[t]="relative"),"display"===t&&"inline"===s&&(this.wrapperElement.parentNode.style[t]="inline-block")})}setupCSSWrapper(e){const t={left:"flex-start",top:"center",bottom:"center",right:"flex-end"},{elementReferrer:s}=DATA;t[e]&&(this.css=`\n\t\t${s} {\n\t\t\tposition: relative;\n\t\t}\n ${this.css}\n #${this.wrapperElement.id} {\n position: absolute;\n display: flex;\n justify-content: ${t[e]};\n align-items: center;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n pointer-events: none;\n }\n `)}setupCSSWidgetFrame(e){let{position:t,borderColor:s,borderWidth:i,backgroundColor:n,zindex:r,zindexCustom:o}=e;const a="8px",c="calc(100% + 16px)",l=i>0?`calc(${i}px + ${a} ${["left","right"].includes(t)?"- 1px":""})`:"0",h={top:`bottom: ${c}; align-self: baseline;`,bottom:`top: ${c}; align-self: end;`,left:`right: ${c};`,right:`left: ${c};`},d={top:`\n border-bottom-color: ${s};\n border-right-color: ${s};\n bottom: calc(-1 * ${l});\n left: calc(50% - ${l});\n `,bottom:`\n border-top-color: ${s};\n border-left-color: ${s};\n top: calc(-1 * ${l});\n left: calc(50% - ${l});\n `,left:`\n border-top-color: ${s};\n border-right-color: ${s};\n right: calc(-1 * ${l});\n top: calc(50% - ${l});\n `,right:`\n border-bottom-color: ${s};\n border-left-color: ${s};\n left: calc(-1 * ${l});\n top: calc(50% - ${l});\n `},u={top:`\n bottom: calc(-1 * ${a});\n left: calc(50% - ${a});\n `,bottom:`\n top: calc(-1 * ${a});\n left: calc(50% - ${a});\n `,left:`\n top: calc(50% - ${a});\n right: -7px;\n `,right:`\n left: -7px;\n top: calc(50% - ${a});\n `},g=`#${this.wrapperElement.id} .${this.parentContainer.contentClassName}`;this.css=`\n ${this.css}\n #${this.wrapperElement.id} .${this.parentContainer.contentClassName} {\n position: absolute !important;\n width: max-content;\n max-width: 100vw;\n padding: 12px;\n line-height: 0;\n z-index: ${"custom"===r?o:r};\n }\n\n\t\t@media screen and (max-width: 650px) {\n\t\t\t#${this.wrapperElement.id} .${this.parentContainer.contentClassName} {\n\t\t\t\tmax-width: 100%;\n\t\t\t\tmin-width: 150px;\n\t\t\t}\n\t\t}\n\n #${this.wrapperElement.id} .${this.parentContainer.contentClassName}_${t} {\n ${h[t]}\n }\n\n ${g}_${t}::before,\n ${g}_${t}::after {\n display: block;\n content: '';\n position: absolute;\n width: 0;\n height: 0;\n transform: rotate(45deg);\n border-radius: ${{bottom:"25% 0 0 0",left:"0 25% 0 0",top:"0 0 25% 0",right:"0 0 0 25%"}[t]};\n }\n\n ${g}_${t}::before {\n border: ${l} solid transparent;\n ${d[t]}\n }\n ${g}_${t}::after {\n border: ${a} solid ${n};\n ${u[t]}\n }\n `,this.widgetElement.classList.add(`${this.parentContainer.contentClassName}_${t}`)}resizeTooltip(e){var t=this;const s=this.widgetElement.getBoundingClientRect(),i=this.widgetElement.querySelector(".contentContainer"),n=function(){let s=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];i.style.overflow="auto",s&&t.resizeTooltip(e)};switch(e){case"left":case"right":"left"===e&&s.x<0?(this.widgetElement.style.width=`${s.width+s.x}px`,n()):"right"===e&&s.right>window.innerWidth&&(this.widgetElement.style.width=window.innerWidth-s.x+"px",n()),s.y<0&&(this.widgetElement.style.height=`${s.height+2*s.y}px`,n()),s.bottom>window.innerHeight&&(this.widgetElement.style.height=s.height-(s.bottom-window.innerHeight)+"px",n());break;case"top":s.y<0&&(this.widgetElement.style.height=`${s.height+s.y}px`,n(!1));break;default:s.bottom>window.innerHeight&&(this.widgetElement.style.height=s.height-(s.bottom-window.innerHeight)+"px",n(!1))}}init(e){this.setupCSSWrapper(e.position),this.setupCSSWidgetFrame(e),this.adaptParentWrapperCSS()}getCSS(){return this.css}getContent(){return this.content}getWidgetElement(){return this.widgetElement}getUniqueId(){return this.parentContainer.uniqueId}}const b="click",S="hover";class C{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=this.startMutationObserver(),this.mouseOverEvent=this.mouseOverHandler()}intersectionHandler(e){e.forEach(e=>{e.isIntersecting?(this.existingTargets.forEach(t=>{t.element.isSameNode(e.target)&&(this.inViewportTargets.push(t),this.mouseOverEvent.start())}),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter(t=>!t.element.isSameNode(e.target)||(this.mouseOverEvent.clear(),!1))})}startVisibilityObserver(){return new IntersectionObserver(this.intersectionHandler.bind(this),{root:null,rootMargin:"0px",threshold:0})}startMutationObserver(){const e=this.mutationObserver||new MutationObserver(this.checkElements.bind(this));return document.body&&e.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),e}onMouseOver({target:e,path:t}){const s=this.inViewportTargets.find(({element:s,selector:i})=>{if(s.isSameNode(e))return!0;const n=[...e.querySelectorAll(i)];if(n.length&&n.includes(s))return!0;if(t.includes(s))return!0;const r=[...e.parentElement.children],o=r.findIndex(t=>t.isSameNode(e)),a=r.filter((e,t)=>t>o);if(a.length){if(a.includes(s))return!0;if(a.some(e=>[...e.querySelectorAll(i)].includes(s)))return!0}return!1});if(s&&this.isElementVisible(s.element)){const{selector:e,element:t,uniqueId:i}=s,n=this.targets.find(t=>t.selector===e&&t.uniqueId===i);n&&n.resolve(t),this.clear(e,i)}}mouseOverHandler(){const e=["mouseover",e=>{const t=e.composedPath(),{target:s}=e;setTimeout(()=>this.onMouseOver({target:s,path:t}),50)},!0];return{start:()=>document.addEventListener(...e),clear:()=>document.removeEventListener(...e)}}isElementVisible(e){return this.isElementTopmost(e)&&this.isElementOpaque(e)}isElementOpaque(e){return"HTML"===l(e,e=>"0"===window.getComputedStyle(e).opacity).nodeName}isElementTopmost(e){const t=e.getBoundingClientRect(),s=[[t.left,t.top],[t.right,t.top],[t.left,t.bottom],[t.right,t.bottom],[t.left+t.width/2,t.top],[t.left+t.width/2,t.bottom],[t.left,t.height/2],[t.right,t.height/2],[t.left+t.left/2,t.height/2]];let i=!1,n=0;for(;!i&&n<s.length;){const t=document.elementFromPoint(...s[n]);i=e===t||e.contains(t),n+=1}return i}checkElements(){this.targets.forEach(({selector:e,uniqueId:t})=>{const s=document.querySelector(e);s&&!this.existingTargets.find(s=>s.element.matches(e)&&s.uniqueId===t)&&(this.existingTargets.push({element:s,selector:e,uniqueId:t}),this.visibilityObserver.observe(s))}),this.existingTargets=this.existingTargets.filter(({selector:e,element:t})=>!!document.querySelector(e)||(t&&this.visibilityObserver.unobserve(t),!1)),this.inViewportTargets=this.inViewportTargets.filter(({selector:e,element:t,uniqueId:s})=>{if(t.matches(e)&&this.isElementVisible(t)){const i=this.targets.find(t=>t.selector===e&&t.uniqueId===s);return i&&i.resolve(t),this.clear(e,s),!1}return!0})}watch(e,t,s){this.targets.push({selector:e,resolve:t,uniqueId:s});const i=()=>{this.startMutationObserver(),this.checkElements()};document.body?i():c("body",i)}clear(e,t){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map(s=>s.filter(({selector:s,uniqueId:i})=>s!==e&&i!==t));const s=document.querySelector(e);s&&this.visibilityObserver.unobserve(s),0===this.targets.length&&this.mutationObserver.disconnect(),0===this.inViewportTargets.length&&this.mouseOverEvent.clear()}}class T{constructor({triggerEvent:e,triggerSelector:t,triggerDelay:s,triggerTarget:i}){this.event=e,this.selector=t&&t.length?t:"body",this.target=i,this.delay=1e3*s,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.visibilityObservers=[],this.elementsWaiters=[],this.socialProofStore={}}async onElementVisible({promise:e,resolve:t}){const s=w(`${this.event}DomReady`);this.promises.push(s);const i=await this.onPageLoad(s),n=await async function(){let e;return e=await("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype||new Promise((e,t)=>{const s=window.document.getElementsByTagName("script")[0],i=window.document.createElement("script");i.src="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=IntersectionObserver",s.parentNode.insertBefore(i,s),i.onload=e,i.onerror=t})),e}(),r=new C;if(this.visibilityObservers.push(r),n&&i){const e=v();r.watch(this.selector,t,e)}return e}onPageLoad({promise:e,resolve:t}){const s=()=>"complete"===document.readyState;if(!s()){const i=["readystatechange",({isTrusted:e})=>e&&s()&&t(!0),{passive:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}return t(!0),e}onClick({promise:e,resolve:t}){const s=document.createElement("style");s.type="text/css",s.id=`Click_${v()}`,s.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(s),this.elementsSelectors.push(`#${s.id}`);const i=["click",({isTrusted:e,target:s})=>{const i=this.target?s.isEqualNode(this.target):h(s,this.selector);return e&&i&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}onHover({promise:e,resolve:t}){const s=["mouseenter",({isTrusted:e,target:s})=>{const i=this.target?s.isEqualNode(this.target):h(s,this.selector);return e&&i&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document.documentElement,...s]),document.documentElement.addEventListener(...s),e}onExitIntent({promise:e,resolve:t}){const s=["mouseleave",({isTrusted:e,clientY:s})=>{e&&s<=0&&t(!0)},{passive:!0}],i=c("body",e=>{this.eventsListeners.push([e,...s]),e.addEventListener(...s),this.elementsWaiters=this.elementsWaiters.filter(e=>e!==i)});return this.elementsWaiters.push(i),e}onReengage({promise:e,resolve:t}){const s=this.delay;let i=s;const n=[({isTrusted:e})=>{e&&(i=s)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach(e=>{this.eventsListeners.push([document,e,...n]),document.addEventListener(e,...n)});const r=setInterval(()=>{i<=0?t(!0):i-=100},100);return this.intervals.push(r),e}onCustomTrigger({promise:e,resolve:t}){const{triggerEventCustomScript:s}=DATA;return new Function(`return new Promise(async resolve => {${s}})`)().then(e=>e&&t(!0)),e}onScrollUp({promise:e,resolve:t}){let s=0;const i=["scroll",({isTrusted:e})=>{e&&(window.pageYOffset<s?t(!0):s=window.pageYOffset)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}onScrollPercentReached({promise:e,resolve:t}){const{triggerEventScrollPercent:s}=DATA,i=["scroll",({isTrusted:e})=>{if(!e)return;const i=(()=>{const{documentElement:e,body:t}=document,s=e.scrollTop||t.scrollTop,i=e.scrollHeight||t.scrollHeight;return Math.trunc(s/(i-e.clientHeight)*100,10)})();s<i&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}checkSocialProofConditions(e,t,s,i){const n=(()=>{let e;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S&&window.ABTASTY_S.USER&&window.ABTASTY_S.USER.accountIdentifier&&window.ABTASTY_S.USER.accountIdentifier.length?e=window.ABTASTY_S.USER.accountIdentifier:window.ABTasty&&window.ABTasty.getAccountSettings&&"function"==typeof window.ABTasty.getAccountSettings?e=window.ABTasty.getAccountSettings().identifier:window.ABTasty&&window.ABTasty.accountSettings&&(e=window.ABTasty.accountSettings.identifier),e):e})(),{viewInterval:r,spNoTrim:o}=DATA;if(this.socialProofStore.hasOwnProperty(e))s(this.socialProofStore[e])?i(`${this.socialProofStore[e][r]}`):i(!1);else if(e&&n){const a=t=>(this.socialProofStore[e]=t,i(!!s(t)&&`${t[r]}`));fetch(`https://api-social-proof.abtasty.com/clients/${n}/metrics/${t}?key=${e}${o?"&noTrim=true":""}`).then(e=>e.ok&&e.json()).then(a).catch(()=>y("Failed to fetch datas from server."))}else i(!1)}getSocialProofDatas({promise:e,resolve:t},s,i=!1){const{productKey:o,keyType:a}=(()=>{const{socialProofContentType:e,productKeyProvider:t,pathToProductKey:s,customJSProductKey:i,productSKU:o}=DATA;if(2===e)return{productKey:r(),keyType:"url"};{let a=null,c="sku";switch(t){case"ABTastyProductKey":a=window.ABTastyProductKey;break;case"pathToProductKey":a=n(`return ${s};`);break;case"customJSProductKey":a=n(i);break;case"productSKU":a=o}return a||3!==e||(a=r(),c="url"),{productKey:a,keyType:c}}})(),{viewInterval:c,triggerSocialProofMinVisitors:l,triggerSocialProofMinPurchases:h,triggerSocialProofMinPageViews:d}=DATA,u={pv:d,i:h,"v-pv":l}[s];return[typeof c,typeof u].includes("undefined")&&t(!1),i&&!o&&(y("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"),t(!1)),this.checkSocialProofConditions(o,"v-pv"===s&&"sku"===a?"v-i":s,e=>{const t=void 0!==e[c]&&e[c]>=u;return t||y(`Widget will not be shown, Social Proof API returned ${e[c]} while ${u} are required`),t},t),e}onConsent({promise:e,resolve:t}){if(!a()){const s=["abtasty_consentValid",()=>t(!0)];return this.eventsListeners.push(s),window.addEventListener(...s),e}return t(!0),e}onTrackingSent({promise:e,resolve:t}){const{triggerEventTrackingSent:s}=DATA;let i=localStorage.getItem("ABTastyData");const n=()=>JSON.parse(i).ActionTracking.find(({name:e})=>e===s),r=["storage",()=>{i=localStorage.getItem("ABTastyData"),n()&&t(!0)},{passive:!0,capture:!0}];return i&&n()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onMinPagesViewed({promise:e,resolve:t}){const{triggerEventMinPagesViewed:s}=DATA;let i=localStorage.getItem("ABTastyData");const n=()=>s<=(i?JSON.parse(i).VisitedPages.length:0),r=["storage",()=>{i=localStorage.getItem("ABTastyData"),n()&&t(!0)},{passive:!0,capture:!0}];return i&&n()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onRageClick({promise:e,resolve:t}){const{triggerEventRageClickQuantity:s,triggerEventRageClickDelay:i}=DATA;let n=0,r=!1;const o=["click",({isTrusted:e})=>{if(e&&(n+=1,n>=s&&t(!0),!r)){r=!0;const e=setTimeout(()=>{n=0,r=!1},i);this.timeouts.push(e)}},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...o]),document.addEventListener(...o),e}clear(){if(this.elementsSelectors.length&&(this.elementsSelectors.forEach(e=>{document.querySelector(e)&&document.querySelector(e).remove()}),this.elementsSelectors=[]),this.eventsListeners.length&&(this.eventsListeners.forEach(e=>{const[t,...s]=e;t&&s.length>1&&t.removeEventListener(...s)}),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach(e=>clearTimeout(e)),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach(e=>clearInterval(e)),this.intervals=[]),this.observers.length&&(this.observers.forEach(e=>e.disconnect()),this.observers=[]),this.visibilityObservers.length){const e=v();this.visibilityObservers.forEach(t=>t.clear(this.selector,e)),this.visibilityObservers=[]}return this.promises.length&&(this.promises.forEach(e=>e.resolve(!1)),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach(e=>e.clear()),this.elementsWaiters=[]),this}async isTriggered(){this.clear();const e=w(this.event);this.promises.push(e);const t={consent:()=>this.onConsent(e),direct:()=>!0,pageLoad:()=>this.onPageLoad(e),click:()=>this.onClick(e),exitIntent:()=>this.onExitIntent(e),reengage:()=>this.onReengage(e),elementVisible:()=>this.onElementVisible(e),script:()=>this.onCustomTrigger(e),hover:()=>this.onHover(e),scrollUp:()=>this.onScrollUp(e),scrollPercent:()=>this.onScrollPercentReached(e),rageClick:()=>this.onRageClick(e),minPagesViewed:()=>this.onMinPagesViewed(e),trackingSent:()=>this.onTrackingSent(e),socialProofPurchases:()=>this.getSocialProofDatas(e,"i",!0),socialProofPageViews:()=>this.getSocialProofDatas(e,"pv"),socialProofVisitors:()=>this.getSocialProofDatas(e,"v-pv")},s=!Object.prototype.hasOwnProperty.call(t,this.event)||await t[this.event]();return s&&this.clear(),"reengage"!==this.event&&this.delay?s&&await(async()=>{const e=w(`${this.event}Delay`);this.promises.push(e);const t=setTimeout(()=>{e.resolve(!0),this.clear()},this.delay);return this.timeouts.push(t),e.promise})():s}}const E="display",x="closing",A="validation",I="ABTastyWidgets",P=`${I}Temporary`;class N{constructor({displayRecurrence:e,closingRecurrence:t,validationRecurrence:s},i){this.displayRecurrence=parseFloat(e),this.closingRecurrence=parseFloat(t),this.validationRecurrence=parseFloat(s),this.onSetCallback=i,this.widgetName=m(),this.uniqueId=v(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:e}){const t=localStorage.getItem(P),s=sessionStorage.getItem(I);"ABTastyData"===e&&!t&&s&&localStorage.setItem(P,s)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(e){try{const t=e.getItem(I);return JSON.parse(t)}catch(t){return e.removeItem(I),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(e,t){const{[this.recurrenceKey]:s,...i}=t;return Object.entries(i).length?(e.setItem(I,JSON.stringify(i)),i):(e.removeItem(I),!1)}removeSessionRecurrenceStorage(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.sessionStorage,e)}removeLocalRecurrenceStorage(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.localStorage,e)}getSessionRecurrence(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getLocalRecurrence(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();return e||t||{type:!1}}isOver(){const e=localStorage.getItem(P),t=!(!e||!e.includes(this.recurrenceKey))||this.getSessionRecurrence();e&&(sessionStorage.setItem(I,e),localStorage.removeItem(P));const s=this.getLocalRecurrence(),i=(s?parseFloat(s.stamp):0)<(new Date).getTime();return i&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&i&&!this.getLocalRecurrence()&&!t}setRecurrence(e,t){0!==e&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const s=this.getTypeOfStorage(e);if(i()||!s&&"object"!=typeof s)return!1;const{storageString:n,storageMethod:r}=s,o=this.getStamp(e),c={type:t,stamp:o},{type:l}=this.getCurrentRecurrence(),h=async()=>{if(!a()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=c;const e=new T({triggerEvent:"consent"});await e.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();let s;"session"===n?e?s=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),s=this.getSessionRecurrenceStorageParsed()):"local"===n&&(t?s=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),s=this.getLocalRecurrenceStorageParsed()));const i=s?{[this.recurrenceKey]:c,...s}:{[this.recurrenceKey]:c};r.setItem(I,JSON.stringify(i)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!r)return!1;if(l&&t!==A)if(t===x&&l!==A)h();else{if(t!==E||l===A||l===x)return!1;h()}else h();return o}setDisplayRecurrence(){const e=E;this.setRecurrence(this.displayRecurrence,e)}setClosingRecurrence(){const e=x;this.setRecurrence(this.closingRecurrence,e)}setValidationRecurrence(){const e=A;this.setRecurrence(this.validationRecurrence,e)}getStamp(e){return(new Date).getTime()+864e5*e}getTypeOfStorage(e){return!(isNaN(e)||e<0||0!==e&&!e)&&(e>0?{storageString:"local",storageMethod:window.localStorage}:0===e&&{storageString:"session",storageMethod:window.sessionStorage})}}class R{constructor(e,t,s,i){this.recurrence=e,this.isWidgetApplied=t,this.callback=s,this.shouldUpdate=i,this.observer=new MutationObserver(this.observerHandler.bind(this)),this.eventListenerParams=["abtasty_resetActionTracking",this.eventHandler.bind(this),{passive:!0}],this.elementsWaiters=[]}recurrenceIsDone(){return!this.recurrence||this.recurrence.isOver()}decisionHandler(e){const t=o(),{type:s}=this.recurrence?this.recurrence.getCurrentRecurrence():{type:!1};let i;const n=this.isWidgetApplied(),r=(()=>{const t=this.recurrenceIsDone();return e&&"display"===s||t})(),a=!n&&t&&r,c=n&&(!t||!r),l=!n&&!t;return this.shouldUpdate&&!e&&t&&r?i=g:a?i=u:(c||l)&&(i=d),"string"==typeof i&&(this.clearWatcher(),this.callback(i,e),this.watch()),this}eventHandler(){let e=o();return[250,500].forEach(t=>{setTimeout(()=>{const s=o();return 500===t&&s===e?this:(e=s,this.decisionHandler(!1))},t)}),this}observerHandler(e){return e.some(e=>["removedNodes","addedNodes"].some(t=>e[t]&&e[t].length))?this.decisionHandler(!0):this}watch(){if(s())return this;this.clearWatcher(),document.addEventListener(...this.eventListenerParams);const e=()=>{const e=[document.body,{childList:!0,subtree:!0}];this.observer.observe(...e)};return document.body?e():(()=>{const t=c("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(e=>e.clear()),this.elementsWaiters=[]),this.observer.disconnect(),this}}const k=/.+\/([^.]+)\.(otf|ttf)$/,L=["socialProofPurchases","socialProofPageViews","socialProofVisitors"];class B{constructor(e,t){this.children=void 0,this.uniqueId=`${v()}${t?`_${t}`:""}`,this.widgetName=m(),this.prettyName=p(),this.recurrenceParams=(()=>{const{displayRecurrence:e,closingRecurrence:t,validationRecurrence:i}=DATA,n=!e&&!t&&!i;if(s()||n)return!1;const r={everytime:()=>-1,session:()=>0,once:()=>395,day:e=>DATA[`${e}_day`],week:e=>7*DATA[`${e}_week`],month:e=>30.5*DATA[`${e}_month`]},o={};return e&&(o.displayRecurrence=r[e]("displayRecurrence")),t&&(o.closingRecurrence=r[t]("closingRecurrence")),i&&(o.validationRecurrence=r[i]("validationRecurrence")),o})(),this.triggerParams=(e=>{let{triggerEvent:t}=DATA;const{triggerEventClick:i,triggerEventHover:n,triggerEventReengageDelay:r,socialProofContentType:o,triggerEventElementVisible:a,triggerEventDelay:c}=DATA;if(s()||!t&&!o)return!1;const l={click:()=>i,hover:()=>n,elementVisible:()=>a},h=Object.prototype.hasOwnProperty.call(l,t)?l[t]():"body",d="reengage"===t?r:c;return o&&(t=[,"socialProofPurchases","socialProofPageViews","socialProofVisitors"][o]),{triggerEvent:t,triggerSelector:h,triggerDelay:d,triggerTarget:e}})(e),this.recurrence=!!this.recurrenceParams&&new N(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new T(this.triggerParams),this.shouldUpdate=!!this.triggerParams&&L.includes(this.triggerParams.triggerEvent),this.pageWatcher=new R(this.recurrence,this.isWidgetApplied.bind(this),this.onPageChange.bind(this),this.shouldUpdate),this.hasOncePerPageTrigger=(()=>{const{isOncePerPageTrigger:e,triggerEvent:t}=DATA;return!t||!["click","hover","scrollUp","script"].includes(t)||e})(),this.basicClassName=`ab_widget_container_${this.widgetName}`,this.widgetContainerId=`${this.basicClassName}_${this.uniqueId}`,this.contentClassName=`${this.basicClassName}_content`,this.overlayClassName=`${this.basicClassName}_overlay`,this.closeButtonClassName=`${this.basicClassName}_close_button`,this.hideClassName=`ab_hide_${this.uniqueId}`,this.domElement=this.getDom(),this.hasBeenShown=!1,this.closedByUser=!1,this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.elementsWaiters=[]}clearGivenClearables(){this.eventsListeners.length&&(this.eventsListeners.forEach(e=>document.removeEventListener(...e)),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach(e=>clearTimeout(e)),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach(e=>clearInterval(e)),this.intervals=[]),this.observers.length&&(this.observers.forEach(e=>e.disconnect()),this.observers=[]),this.promises.length&&(this.promises.forEach(e=>e.resolve(!1)),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach(e=>e.clear()),this.elementsWaiters=[])}isWidgetApplied(){return this.domElement&&this.domElement.isConnected}removeOldDomElement(){const e=document.getElementById(this.widgetContainerId);return e&&e.remove(),this}async insert(){if(this.isWidgetApplied())return!1;const e=new Promise(e=>{const t=c("head",t=>{this.elementsWaiters=this.elementsWaiters.filter(({selector:e})=>"head"!==e),e(t.appendChild(this.styleElement))});this.elementsWaiters.push(t)}),t=new Promise(e=>{const{elementReferrer:t="body",referrerInsertType:s="beforeend"}="free"===DATA.layout?DATA:{},i=c(t,i=>{this.elementsWaiters=this.elementsWaiters.filter(e=>e.selector!==t),this.removeOldDomElement(),e(i.insertAdjacentElement(s,this.domElement))});this.elementsWaiters.push(i)});return Promise.all([t,e]).then(()=>this)}remove(){return this.pageWatcher.clearWatcher(),[this.domElement,this.styleElement].forEach(e=>e&&e.isConnected&&e.remove()),this.hasOncePerPageTrigger?this.pageWatcher.watch():s()||this.init().then(({response:e})=>e?this.show():this),this}show(){return s()||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!s()&&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 t=s(),i=o(),n=this.trigger&&this.trigger.promises.length,r=!this.recurrence||this.recurrence.isOver();if(!t&&!i||n||!r)return{container:this,response:!1};this.pageWatcher.watch();const a=t||!this.trigger||this.trigger&&await this.trigger.isTriggered(),c={container:this,response:a};return a?(await this.insert(),this.addCloseEvent(),t||e||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(a),c):c}onPageChange(e,t){let s=!1;const i=()=>this.init().then(({response:e})=>{s=e,e?this.show():this.hide(!1)});t||(this.hasBeenShown=!1,this.trigger&&this.trigger.clear());const n=this.isWidgetApplied(),r={[d]:()=>n?this.remove():this.pageWatcher.watch(),[u]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():!n&&s&&this.insert().then(e=>e.show()).catch(this.pageWatcher.watch):i()},[g]:i};"function"==typeof r[e]&&r[e]()}addCloseEvent(...e){const{closeButton:t,overlay:i,overlayClickable:n,layout:r,animationDuration:o=1e3}=DATA,a=[];if(void 0!==i&&!0!==i||!0!==n||"popin"!==r||a.push(`.${this.overlayClassName}`),void 0!==t&&t&&a.push(`.${this.closeButtonClassName}`),!a.length)return this;const c=this.domElement.querySelectorAll(a.join(", "));if(!c.length)return this;const l=["click",e=>{(e=>{s()||(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation())})(e),this.recurrence&&this.recurrence.setClosingRecurrence(),this.hide(!0),setTimeout(()=>this.remove(),1.05*o)},{once:!0,capture:!0}];return e.push(...c),e.forEach(e=>{s()&&(e.dataset.abtastyActionnable="true"),e.removeEventListener(...l),e.addEventListener(...l)}),this}getDom(){const{closeButton:e,layout:t,overlay:s=!0}=DATA,i=document.createElement("div");return i.className=`${this.basicClassName} ${this.hideClassName}`,i.id=this.widgetContainerId,i.innerHTML=`\n\t\t\t${"popin"===t&&!0===s?`<div class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${e?`<button class="${this.closeButtonClassName}"><svg viewBox="0 0 16 16">\n\t<defs><path id="prefix__a" d="M12 4.991L11.009 4 8 7.009 4.991 4 4 4.991 7.009 8 4 11.009 4.991 12 8 8.991 11.009 12 12 11.009 8.991 8z"></path></defs>\n\t<g><use xlink:href="#prefix__a"></use></g>\n</svg></button>`:""}\n\t\t\t</div>`,i}loadFont(e,t){if(!e||"inherit"===e)return;const s=document.createElement("style"),i=t.match(k)?t.match(k)[1]:"";s.innerHTML=`@font-face { font-family: '${e}_${i}'; src: url('${t}'); font-display: swap; }`,document.head.appendChild(s)}getStyleTag(e="",t=DATA){const{noStyles:i,layout:n}=t,{backgroundColor:r,isBackgroundImage:o,backgroundImage:a,backgroundSize:c,backgroundPosition:l,backgroundRepeat:h,borderColor:d,borderRadius:u,borderWidth:g,textColor:m,textAlign:p,fontName:v,fontStyle:y,fontSize:w,isTitle:f,titleTextAlign:$,titleTextColor:b,titleFontName:S,titleFontStyle:C,titleFontSize:T,overlay:E,overlayColor:x,dropShadow:A,dropShadowColor:I,dropShadowBlur:P,containerMargin:N,containerPadding:R,closeButton:L,closeButtonPosition:B,closeButtonSize:O,closeButtonBorderRadius:D,closeButtonBorderWidth:W,closeButtonBorderColor:_,closeButtonColor:V,closeButtonBackgroundColor:q,buttonsAlign:j,buttonsBorderWidth:H,buttonsBorderColor:M,buttonsBorderRadius:F,buttonsBackgroundColor:U,buttonsTextColor:K,buttonsFontName:z,buttonsFontStyle:G,buttonsFontSize:Y,secondLink:J,secondLinkBorderWidth:Q,secondLinkBorderColor:X,secondLinkBorderRadius:Z,secondLinkBackgroundColor:ee,secondLinkTextColor:te,secondLinkFontName:se,secondLinkFontStyle:ie,secondLinkFontSize:ne,animation:re,animationDuration:oe,animationBehaviour:ae,animationSlideDirection:ce}=i?{}:t,le=document.createElement("style");le.type="text/css",s()&&le.setAttribute("abtasty-script-added","true"),this.loadFont(v,y),this.loadFont(S,C),this.loadFont(z,G),this.loadFont(se,ie);const he=`background: ${["string"==typeof r?r:"rgba(255, 255, 255, 1)",o&&"string"==typeof a&&a.length?`url(${a})`:"",o&&"string"==typeof l&&"100% 100%"!==c?l:"0 0",o&&"string"==typeof c?`/ ${c}`:"/ auto",o&&h&&!["cover","100% 100%"].includes(c)?"repeat":"no-repeat"].join(" ").trim()};`,de="number"==typeof g&&g>0,ue=`border: ${[de?`${g}px`:"unset",de?"solid":"",de&&"string"==typeof d&&d.length?d:""].join(" ").trim()};`,ge=void 0!==u?`border-radius: ${u}px;`:"",me=void 0!==m?`color: ${m}; fill: ${m}; -webkit-text-fill-color: ${m};`:"",pe=void 0!==p?`text-align: ${p};`:"",ve=v&&"inherit"!==v?`font-family:${v}_${y.match(k)?y.match(k)[1]:""};`:y||"",ye=w?`font-size: ${w}px;`:"",we=void 0!==A&&A?`box-shadow: 0 5px ${P}px 0 ${I};`:"",fe=N instanceof Array&&1===N.length&&N[0],$e=fe?`margin: ${fe.top}px ${fe.right}px ${fe.bottom}px ${fe.left}px;`:"",be=fe?`margin: calc(${fe.top}px * 0.5) calc(${fe.right}px * 0.5) calc(${fe.bottom}px * 0.5) calc(${fe.left}px * 0.5);`:"",Se=R instanceof Array&&1===R.length&&R[0],Ce=Se?`padding: ${Se.top}px ${Se.right}px ${Se.bottom}px ${Se.left}px;`:"",Te=Se?`padding: calc(${Se.top}px * 0.5) calc(${Se.right}px * 0.5) calc(${Se.bottom}px * 0.5) calc(${Se.left}px * 0.5);`:"",Ee=void 0!==H&&H?`border-width: ${H}px; border-style: solid;`:"",xe=[M,H].every(e=>void 0!==e)&&H?`border-color: ${M};`:"",Ae=void 0!==F?`border-radius: ${F}px;`:"",Ie=void 0!==U?`background-color: ${U};`:"",Pe=void 0!==K?`color: ${K}; fill: ${K}; -webkit-text-fill-color: ${K};`:"",Ne=z&&"inherit"!==z?`font-family:${z}_${G.match(k)?G.match(k)[1]:""};`:G||"",Re=Y?`font-size: ${Y}px;`:"",ke=void 0!==Q&&Q?`border-width: ${Q}px; border-style: solid;`:"",Le=[X,Q].every(e=>void 0!==e)&&Q?`border-color: ${X};`:"",Be=void 0!==Z?`border-radius: ${Z}px;`:"",Oe=void 0!==ee?`background-color: ${ee};`:"",De=void 0!==te?`color: ${te}; fill: ${te}; -webkit-text-fill-color: ${te};`:"",We=se&&"inherit"!==se?`font-family:${se}_${ie.match(k)?ie.match(k)[1]:""};`:ie||"",_e=ne?`font-size: ${ne}px;`:"",Ve="popin"!==n||void 0!==E&&!0!==E?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==x?x:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),qe="number"==typeof O?O:16,je=qe/2,He=i||void 0!==L&&L?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===B?`bottom: calc(100% + ${je}px)`:`top: ${je}px`)+";",`right: ${je}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 W&&W>0?`border: ${W}px solid ${void 0!==_?_:"rgba(57, 57, 57, 1)"};`:"","string"==typeof q?`background-color: ${q};`:"","}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${qe}px;`,`height: ${qe}px;`,"string"==typeof V?`fill: ${V};`:"","}"].join(""):"",Me=f&&"string"==typeof b?[`#${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: ${b}; fill: ${b}; -webkit-text-fill-color: ${b};`,void 0!==$?`text-align: ${$};`:"",S&&"inherit"!==S?`font-family:${S}_${C.match(k)?C.match(k)[1]:""};`:C||"",T?`font-size: ${T}px;`:"","}"].join(""):"";let Fe="";if("string"==typeof re){const e=(oe/1e3).toFixed(2),t=["top","bottom"].includes(ce),i=Number(t),n=[(["top","left"].includes(ce)?"-":"")+"100vmax",this.translateValues?this.translateValues[i]:"0"];t&&n.reverse(),Fe={none:[],fade:[`#${this.widgetContainerId} {`,`transition: opacity ${e}s ${ae};`,"}"],slide:[`.${this.hideClassName} .${this.overlayClassName} {`,"opacity: 0 !important;","}",`#${this.widgetContainerId} .${this.overlayClassName} {`,`transition: opacity ${e}s ${ae};`,"}",`.${this.hideClassName} .${this.contentClassName} {`,`transform: translate(${n.join(", ")}) !important;`,"}",`#${this.widgetContainerId} .${this.contentClassName} {`,`transition: transform ${e}s ${ae};`,"}"]}[s()&&!ABTASTY_S.WIDGETS.animationChanged?"none":re].join("")}const Ue=[`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,`margin-${"fill"===j?"top":"left"}: 8px;`,ke,Le,Be,Oe,De,We,_e,"}",`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,De,We,_e,"}"];return le.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} {`,"opacity: 1;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,he,ge,ue,me,pe,we,$e,ve,ye,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,me,pe,ve,ye,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",Ce,ve,ye,"}",`#${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;",Ee,xe,Ae,Ie,Pe,Ne,Re,"}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a *, `,`#${this.widgetContainerId} .${this.contentClassName} button:not(class*="close_button") * {`,Pe,Ne,Re,"}",...J?Ue:[],"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,be,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,Te,"}","}",Ve,He,Me,Fe,`${e}`].join(""),le}}class O extends B{constructor(e,t){super(e,t),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("")}}class D extends O{constructor(e,t){super(e,t),this.target=e}async insert(){if(this.isWidgetApplied())return!1;const e=new Promise(e=>{const t=c("head",t=>{this.elementsWaiters=this.elementsWaiters.filter(e=>{let{selector:t}=e;return"head"!==t}),e(t.appendChild(this.styleElement))});this.elementsWaiters.push(t)});return Promise.all([e]).then(()=>(this.target&&this.target.isConnected&&this.target.insertAdjacentElement("beforeend",this.domElement),this))}show(){const{triggerEvent:e,autoHide:t,timeHide:i}=DATA,n=e=>{e.stopPropagation(),this.hide(),setTimeout(()=>this.remove(),50)};if(super.show(),!s()){const s={[S]:["mouseleave"],[b]:["click"]};switch(e){case b:case S:s[e].forEach(e=>this.target.addEventListener(e,n,{passive:!0,once:!0}));break;case"pageLoad":t&&setTimeout(()=>this.remove(),1e3*i)}}return this}}!function(){const{elementReferrer:e}=DATA;c(e,()=>{document.querySelectorAll(e).forEach((e,s)=>{const i=new D(e,s);i.init(!0).then(e=>{let{response:s}=e;if(s){const e=new $(i),s=new f(i.uniqueId);new t(e,s).build()}})})})}()}();
|
1
|
+
!function(){"use strict";const e="iconTitleAndText";class t{constructor(e,t){this.data=DATA,this.toolTipContainer=e,this.cssBuilder=t,this.uniqueId=e.getUniqueId(),this.baseClassName="toolTipContainer",this.css=this.getCSS()}getCSS(){const{subLayout:t,isUserIcon:s,iconColor:i}=this.data,n="26px",r=t===e?"\n display: grid!important;\n column-gap: 8px;\n grid-template-columns: auto 1fr;\n grid-template-areas: 'tt-icon tt-title' 'tt-icon tt-text';\n ":"\n display: flex;\n flex-direction: column;\n ",o=`\n #${this.toolTipContainer.id} .contentContainer {\n ${r}\n row-gap: 8px;\n max-height: 100%;\n }\n #${this.toolTipContainer.id} .contentContainer div *,\n .tooltipText\n {\n margin: 0;\n }\n `,a=`\n .tooltipText {\n grid-area: tt-text;\n }\n .tooltipTitle {\n grid-area: tt-title;\n }\n .tooltipIcon {\n grid-area: tt-icon;\n justify-self: center;\n align-self: center;\n }\n .tooltipIcon > img,\n .tooltipIcon > svg {\n width: ${n};\n height: ${n};\n }\n ${s?"":`#${this.toolTipContainer.id} .tooltipIcon svg path { fill: ${i} }`}\n `;return o+(t===e?a:"")}async buildTooltipContent(){const{subLayout:t,titleContent:s,content:i,isUserIcon:n,userIcon:r,iconGallery:o}=this.data,a=document.createElement("div"),c=n?`<img src="${r}" alt="${r}" />`:await fetch(o.src,{method:"GET",mode:"cors",cache:"no-cache",referrerPolicy:"no-referrer"}).then(e=>e.blob()).then(e=>e.text()).then(e=>e).catch(e=>console.error(`ERROR on loading picture, message: ${e}`));a.classList.add("contentContainer");const l={className:"tooltipTitle",htmlTag:"h3",html:s};let h=[{className:"tooltipText",htmlTag:"p",html:i}];switch(t){case"titleAndText":h=[l,...h];break;case e:h=[{className:"tooltipIcon",htmlTag:"div",html:c},l,...h]}return h.forEach(e=>{let{className:t,htmlTag:s,html:i}=e;const n=document.createElement(s);n.classList.add(t),n.innerHTML=i,a.appendChild(n)}),a}async build(){this.toolTipContainer.init(this.data),this.cssBuilder.add(this.toolTipContainer.getCSS(),this.css),this.toolTipContainer.getWidgetElement().appendChild(await this.buildTooltipContent()),this.toolTipContainer.resizeTooltip(this.data.position),this.toolTipContainer.parentContainer.show()}}const s=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),i=()=>{const e=!!document.getElementById("ABTastyPreviewBar"),t=location.href.includes("ab_project=preview");return e||t},n=e=>new Function(`try {\n\t\t${e}\n\t} catch (error) {\n\t\treturn null;\n\t}`)(),r=()=>encodeURIComponent(DATA.spNoTrim?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),o=()=>!s()&&(i()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),a=()=>window.ABTasty&&!0===window.ABTasty.consentReady,c=(e,t)=>{const s=()=>{try{return document.querySelector(e)}catch(e){return null}};let i=s();const n=[document.body||document.documentElement,{childList:!0,subtree:!0,attributes:!0}],r=()=>a.disconnect(),o=()=>a.observe(...n),a=new MutationObserver(()=>(i=s(),i&&!r()&&t(i)));return i?setTimeout(()=>t(i),0):o(),{selector:e,clear:r,observe:o}};function l(e,t){return t(e)||!e.parentElement?e:l(e.parentElement,t)}const h=(e,t)=>[...document.querySelectorAll(t)].some(s=>s===e||!!e.closest(t)),d="remove",u="rebuild",g="update",m=()=>{const{type:e}=DATA;return`${PACKAGE.replace("@abtasty/","")}${e?`_${e}`:""}`},p=()=>{const e=m();return`${e.charAt(0).toUpperCase()}${e.slice(1)}`.split("-").join(" ")},v=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,y=e=>{if((()=>{if(s()||i())return!1;const e=ABTasty.getTestsOnPage()[TEST_ID];return!!e&&Object.keys(e.targetings.qaParameters).length>0})()){const t=p();window.console.log(`%c${t} - QA Mode for campaign ${TEST_ID}\n${e}`,"background-color: rgba(0, 127, 145, 1); color: rgba(247, 247, 247, 1)")}},w=e=>{const t={promise:null,resolve:null,reject:null,name:e};return t.promise=new Promise((e,s)=>{t.resolve=e,t.reject=s}),t};class f{constructor(e){this.uniqueId=e,this.elementId=`widget-tooltip-${this.uniqueId}`,this.cssElement=this.getCssElement()}getCssElement(){const e=document.getElementById(this.elementId);if(e)return e;const t=document.createElement("style");return t.id=this.elementId,t.type="text/css",s()&&t.setAttribute("abtasty-script-added","true"),document.head.appendChild(t),t}add(){for(var e=arguments.length,t=new Array(e),s=0;s<e;s++)t[s]=arguments[s];const i=t.join("");this.cssElement.textContent=`${this.cssElement.textContent}${i}`.split(/(?:\r\n|\n|\r)/).map(e=>e.replace(/^\s+/gm,"")).join(" ").replace(/(\s?\/\*([\s\S]*?)\*\/\s?)|(\s{2,})/g," ").trim()}}class ${constructor(e){this.parentContainer=e,this.wrapperElement=document.getElementById(this.parentContainer.widgetContainerId),this.id=this.parentContainer.widgetContainerId,this.widgetElement=this.parentContainer.domElement.querySelector(`.${this.parentContainer.contentClassName}`),this.content=null,this.css=""}adaptParentWrapperCSS(){const e=getComputedStyle(this.wrapperElement.parentNode);["position","display"].forEach(t=>{const s=e.getPropertyValue(t);"position"!==t||["relative","fixed","absolute"].includes(s)||(this.wrapperElement.parentNode.style[t]="relative"),"display"===t&&"inline"===s&&(this.wrapperElement.parentNode.style[t]="inline-block")})}setupCSSWrapper(e){const t={left:"flex-start",top:"center",bottom:"center",right:"flex-end"},{elementReferrer:s}=DATA;t[e]&&(this.css=`\n\t\t${s} {\n\t\t\tposition: relative;\n\t\t}\n ${this.css}\n #${this.wrapperElement.id} {\n position: absolute;\n display: flex;\n justify-content: ${t[e]};\n align-items: center;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n pointer-events: none;\n }\n `)}setupCSSWidgetFrame(e){let{position:t,borderColor:s,borderWidth:i,backgroundColor:n,zindex:r,zindexCustom:o}=e;const a="8px",c="calc(100% + 16px)",l=i>0?`calc(${i}px + ${a} ${["left","right"].includes(t)?"- 1px":""})`:"0",h={top:`bottom: ${c}; align-self: baseline;`,bottom:`top: ${c}; align-self: end;`,left:`right: ${c};`,right:`left: ${c};`},d={top:`\n border-bottom-color: ${s};\n border-right-color: ${s};\n bottom: calc(-1 * ${l});\n left: calc(50% - ${l});\n `,bottom:`\n border-top-color: ${s};\n border-left-color: ${s};\n top: calc(-1 * ${l});\n left: calc(50% - ${l});\n `,left:`\n border-top-color: ${s};\n border-right-color: ${s};\n right: calc(-1 * ${l});\n top: calc(50% - ${l});\n `,right:`\n border-bottom-color: ${s};\n border-left-color: ${s};\n left: calc(-1 * ${l});\n top: calc(50% - ${l});\n `},u={top:`\n bottom: calc(-1 * ${a});\n left: calc(50% - ${a});\n `,bottom:`\n top: calc(-1 * ${a});\n left: calc(50% - ${a});\n `,left:`\n top: calc(50% - ${a});\n right: -7px;\n `,right:`\n left: -7px;\n top: calc(50% - ${a});\n `},g=`#${this.wrapperElement.id} .${this.parentContainer.contentClassName}`;this.css=`\n ${this.css}\n #${this.wrapperElement.id} .${this.parentContainer.contentClassName} {\n position: absolute !important;\n width: max-content;\n max-width: 100vw;\n padding: 12px;\n line-height: 0;\n z-index: ${"custom"===r?o:r};\n }\n\n @media screen and (max-width: 650px) {\n #${this.wrapperElement.id} .${this.parentContainer.contentClassName} {\n max-width: 100%;\n min-width: 150px;\n }\n }\n\n #${this.wrapperElement.id} .${this.parentContainer.contentClassName}_${t} {\n ${h[t]}\n }\n\n ${g}_${t}::before,\n ${g}_${t}::after {\n display: block;\n content: '';\n position: absolute;\n width: 0;\n height: 0;\n transform: rotate(45deg);\n border-radius: ${{bottom:"25% 0 0 0",left:"0 25% 0 0",top:"0 0 25% 0",right:"0 0 0 25%"}[t]};\n }\n\n ${g}_${t}::before {\n border: ${l} solid transparent;\n ${d[t]}\n }\n ${g}_${t}::after {\n border: ${a} solid ${n};\n ${u[t]}\n }\n `,this.widgetElement.classList.add(`${this.parentContainer.contentClassName}_${t}`)}resizeTooltip(e){var t=this;const s=this.widgetElement.getBoundingClientRect(),i=this.widgetElement.querySelector(".contentContainer"),n=function(){let s=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];i.style.overflow="auto",s&&t.resizeTooltip(e)};switch(e){case"left":case"right":"left"===e&&s.x<0?(this.widgetElement.style.width=`${s.width+s.x}px`,n()):"right"===e&&s.right>window.innerWidth&&(this.widgetElement.style.width=window.innerWidth-s.x+"px",n()),s.y<0&&(this.widgetElement.style.height=`${s.height+2*s.y}px`,n()),s.bottom>window.innerHeight&&(this.widgetElement.style.height=s.height-(s.bottom-window.innerHeight)+"px",n());break;case"top":s.y<0&&(this.widgetElement.style.height=`${s.height+s.y}px`,n(!1));break;default:s.bottom>window.innerHeight&&(this.widgetElement.style.height=s.height-(s.bottom-window.innerHeight)+"px",n(!1))}}init(e){this.setupCSSWrapper(e.position),this.setupCSSWidgetFrame(e),this.adaptParentWrapperCSS()}getCSS(){return this.css}getContent(){return this.content}getWidgetElement(){return this.widgetElement}getUniqueId(){return this.parentContainer.uniqueId}}const b="click",S="hover";class C{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=this.startMutationObserver(),this.mouseOverEvent=this.mouseOverHandler()}intersectionHandler(e){e.forEach(e=>{e.isIntersecting?(this.existingTargets.forEach(t=>{t.element.isSameNode(e.target)&&(this.inViewportTargets.push(t),this.mouseOverEvent.start())}),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter(t=>!t.element.isSameNode(e.target)||(this.mouseOverEvent.clear(),!1))})}startVisibilityObserver(){return new IntersectionObserver(this.intersectionHandler.bind(this),{root:null,rootMargin:"0px",threshold:0})}startMutationObserver(){const e=this.mutationObserver||new MutationObserver(this.checkElements.bind(this));return document.body&&e.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),e}onMouseOver({target:e,path:t}){const s=this.inViewportTargets.find(({element:s,selector:i})=>{if(s.isSameNode(e))return!0;const n=[...e.querySelectorAll(i)];if(n.length&&n.includes(s))return!0;if(t.includes(s))return!0;const r=[...e.parentElement.children],o=r.findIndex(t=>t.isSameNode(e)),a=r.filter((e,t)=>t>o);if(a.length){if(a.includes(s))return!0;if(a.some(e=>[...e.querySelectorAll(i)].includes(s)))return!0}return!1});if(s&&this.isElementVisible(s.element)){const{selector:e,element:t,uniqueId:i}=s,n=this.targets.find(t=>t.selector===e&&t.uniqueId===i);n&&n.resolve(t),this.clear(e,i)}}mouseOverHandler(){const e=["mouseover",e=>{const t=e.composedPath(),{target:s}=e;setTimeout(()=>this.onMouseOver({target:s,path:t}),50)},!0];return{start:()=>document.addEventListener(...e),clear:()=>document.removeEventListener(...e)}}isElementVisible(e){return this.isElementTopmost(e)&&this.isElementOpaque(e)}isElementOpaque(e){return"HTML"===l(e,e=>"0"===window.getComputedStyle(e).opacity).nodeName}isElementTopmost(e){const t=e.getBoundingClientRect(),s=[[t.left,t.top],[t.right,t.top],[t.left,t.bottom],[t.right,t.bottom],[t.left+t.width/2,t.top],[t.left+t.width/2,t.bottom],[t.left,t.height/2],[t.right,t.height/2],[t.left+t.left/2,t.height/2]];let i=!1,n=0;for(;!i&&n<s.length;){const t=document.elementFromPoint(...s[n]);i=e===t||e.contains(t),n+=1}return i}checkElements(){this.targets.forEach(({selector:e,uniqueId:t})=>{const s=document.querySelector(e);s&&!this.existingTargets.find(s=>s.element.matches(e)&&s.uniqueId===t)&&(this.existingTargets.push({element:s,selector:e,uniqueId:t}),this.visibilityObserver.observe(s))}),this.existingTargets=this.existingTargets.filter(({selector:e,element:t})=>!!document.querySelector(e)||(t&&this.visibilityObserver.unobserve(t),!1)),this.inViewportTargets=this.inViewportTargets.filter(({selector:e,element:t,uniqueId:s})=>{if(t.matches(e)&&this.isElementVisible(t)){const i=this.targets.find(t=>t.selector===e&&t.uniqueId===s);return i&&i.resolve(t),this.clear(e,s),!1}return!0})}watch(e,t,s){this.targets.push({selector:e,resolve:t,uniqueId:s});const i=()=>{this.startMutationObserver(),this.checkElements()};document.body?i():c("body",i)}clear(e,t){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map(s=>s.filter(({selector:s,uniqueId:i})=>s!==e&&i!==t));const s=document.querySelector(e);s&&this.visibilityObserver.unobserve(s),0===this.targets.length&&this.mutationObserver.disconnect(),0===this.inViewportTargets.length&&this.mouseOverEvent.clear()}}class T{constructor({triggerEvent:e,triggerSelector:t,triggerDelay:s,triggerTarget:i}){this.event=e,this.selector=t&&t.length?t:"body",this.target=i,this.delay=1e3*s,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.visibilityObservers=[],this.elementsWaiters=[],this.socialProofStore={}}async onElementVisible({promise:e,resolve:t}){const s=w(`${this.event}DomReady`);this.promises.push(s);const i=await this.onPageLoad(s),n=await async function(){let e;return e=await("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype||new Promise((e,t)=>{const s=window.document.getElementsByTagName("script")[0],i=window.document.createElement("script");i.src="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=IntersectionObserver",s.parentNode.insertBefore(i,s),i.onload=e,i.onerror=t})),e}(),r=new C;if(this.visibilityObservers.push(r),n&&i){const e=v();r.watch(this.selector,t,e)}return e}onPageLoad({promise:e,resolve:t}){const s=()=>"complete"===document.readyState;if(!s()){const i=["readystatechange",({isTrusted:e})=>e&&s()&&t(!0),{passive:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}return t(!0),e}onClick({promise:e,resolve:t}){const s=document.createElement("style");s.type="text/css",s.id=`Click_${v()}`,s.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(s),this.elementsSelectors.push(`#${s.id}`);const i=["click",({isTrusted:e,target:s})=>{const i=this.target?s.isEqualNode(this.target):h(s,this.selector);return e&&i&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}onHover({promise:e,resolve:t}){const s=["mouseenter",({isTrusted:e,target:s})=>{const i=this.target?s.isEqualNode(this.target):h(s,this.selector);return e&&i&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document.documentElement,...s]),document.documentElement.addEventListener(...s),e}onExitIntent({promise:e,resolve:t}){const s=["mouseleave",({isTrusted:e,clientY:s})=>{e&&s<=0&&t(!0)},{passive:!0}],i=c("body",e=>{this.eventsListeners.push([e,...s]),e.addEventListener(...s),this.elementsWaiters=this.elementsWaiters.filter(e=>e!==i)});return this.elementsWaiters.push(i),e}onReengage({promise:e,resolve:t}){const s=this.delay;let i=s;const n=[({isTrusted:e})=>{e&&(i=s)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach(e=>{this.eventsListeners.push([document,e,...n]),document.addEventListener(e,...n)});const r=setInterval(()=>{i<=0?t(!0):i-=100},100);return this.intervals.push(r),e}onCustomTrigger({promise:e,resolve:t}){const{triggerEventCustomScript:s}=DATA;return new Function(`return new Promise(async resolve => {${s}})`)().then(e=>e&&t(!0)),e}onScrollUp({promise:e,resolve:t}){let s=0;const i=["scroll",({isTrusted:e})=>{e&&(window.pageYOffset<s?t(!0):s=window.pageYOffset)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}onScrollPercentReached({promise:e,resolve:t}){const{triggerEventScrollPercent:s}=DATA,i=["scroll",({isTrusted:e})=>{if(!e)return;const i=(()=>{const{documentElement:e,body:t}=document,s=e.scrollTop||t.scrollTop,i=e.scrollHeight||t.scrollHeight;return Math.trunc(s/(i-e.clientHeight)*100,10)})();s<i&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}checkSocialProofConditions(e,t,s,i){const n=(()=>{let e;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S&&window.ABTASTY_S.USER&&window.ABTASTY_S.USER.accountIdentifier&&window.ABTASTY_S.USER.accountIdentifier.length?e=window.ABTASTY_S.USER.accountIdentifier:window.ABTasty&&window.ABTasty.getAccountSettings&&"function"==typeof window.ABTasty.getAccountSettings?e=window.ABTasty.getAccountSettings().identifier:window.ABTasty&&window.ABTasty.accountSettings&&(e=window.ABTasty.accountSettings.identifier),e):e})(),{viewInterval:r,spNoTrim:o}=DATA;if(this.socialProofStore.hasOwnProperty(e))s(this.socialProofStore[e])?i(`${this.socialProofStore[e][r]}`):i(!1);else if(e&&n){const a=t=>(this.socialProofStore[e]=t,i(!!s(t)&&`${t[r]}`));fetch(`https://api-social-proof.abtasty.com/clients/${n}/metrics/${t}?key=${e}${o?"&noTrim=true":""}`).then(e=>e.ok&&e.json()).then(a).catch(()=>y("Failed to fetch datas from server."))}else i(!1)}getSocialProofDatas({promise:e,resolve:t},s,i=!1){const{productKey:o,keyType:a}=(()=>{const{socialProofContentType:e,productKeyProvider:t,pathToProductKey:s,customJSProductKey:i,productSKU:o}=DATA;if(2===e)return{productKey:r(),keyType:"url"};{let a=null,c="sku";switch(t){case"ABTastyProductKey":a=window.ABTastyProductKey;break;case"pathToProductKey":a=n(`return ${s};`);break;case"customJSProductKey":a=n(i);break;case"productSKU":a=o}return a||3!==e||(a=r(),c="url"),{productKey:a,keyType:c}}})(),{viewInterval:c,triggerSocialProofMinVisitors:l,triggerSocialProofMinPurchases:h,triggerSocialProofMinPageViews:d}=DATA,u={pv:d,i:h,"v-pv":l}[s];return[typeof c,typeof u].includes("undefined")&&t(!1),i&&!o&&(y("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"),t(!1)),this.checkSocialProofConditions(o,"v-pv"===s&&"sku"===a?"v-i":s,e=>{const t=void 0!==e[c]&&e[c]>=u;return t||y(`Widget will not be shown, Social Proof API returned ${e[c]} while ${u} are required`),t},t),e}onConsent({promise:e,resolve:t}){if(!a()){const s=["abtasty_consentValid",()=>t(!0)];return this.eventsListeners.push(s),window.addEventListener(...s),e}return t(!0),e}onTrackingSent({promise:e,resolve:t}){const{triggerEventTrackingSent:s}=DATA;let i=localStorage.getItem("ABTastyData");const n=()=>JSON.parse(i).ActionTracking.find(({name:e})=>e===s),r=["storage",()=>{i=localStorage.getItem("ABTastyData"),n()&&t(!0)},{passive:!0,capture:!0}];return i&&n()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onMinPagesViewed({promise:e,resolve:t}){const{triggerEventMinPagesViewed:s}=DATA;let i=localStorage.getItem("ABTastyData");const n=()=>s<=(i?JSON.parse(i).VisitedPages.length:0),r=["storage",()=>{i=localStorage.getItem("ABTastyData"),n()&&t(!0)},{passive:!0,capture:!0}];return i&&n()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onRageClick({promise:e,resolve:t}){const{triggerEventRageClickQuantity:s,triggerEventRageClickDelay:i}=DATA;let n=0,r=!1;const o=["click",({isTrusted:e})=>{if(e&&(n+=1,n>=s&&t(!0),!r)){r=!0;const e=setTimeout(()=>{n=0,r=!1},i);this.timeouts.push(e)}},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...o]),document.addEventListener(...o),e}clear(){if(this.elementsSelectors.length&&(this.elementsSelectors.forEach(e=>{document.querySelector(e)&&document.querySelector(e).remove()}),this.elementsSelectors=[]),this.eventsListeners.length&&(this.eventsListeners.forEach(e=>{const[t,...s]=e;t&&s.length>1&&t.removeEventListener(...s)}),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach(e=>clearTimeout(e)),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach(e=>clearInterval(e)),this.intervals=[]),this.observers.length&&(this.observers.forEach(e=>e.disconnect()),this.observers=[]),this.visibilityObservers.length){const e=v();this.visibilityObservers.forEach(t=>t.clear(this.selector,e)),this.visibilityObservers=[]}return this.promises.length&&(this.promises.forEach(e=>e.resolve(!1)),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach(e=>e.clear()),this.elementsWaiters=[]),this}async isTriggered(){this.clear();const e=w(this.event);this.promises.push(e);const t={consent:()=>this.onConsent(e),direct:()=>!0,pageLoad:()=>this.onPageLoad(e),click:()=>this.onClick(e),exitIntent:()=>this.onExitIntent(e),reengage:()=>this.onReengage(e),elementVisible:()=>this.onElementVisible(e),script:()=>this.onCustomTrigger(e),hover:()=>this.onHover(e),scrollUp:()=>this.onScrollUp(e),scrollPercent:()=>this.onScrollPercentReached(e),rageClick:()=>this.onRageClick(e),minPagesViewed:()=>this.onMinPagesViewed(e),trackingSent:()=>this.onTrackingSent(e),socialProofPurchases:()=>this.getSocialProofDatas(e,"i",!0),socialProofPageViews:()=>this.getSocialProofDatas(e,"pv"),socialProofVisitors:()=>this.getSocialProofDatas(e,"v-pv")},s=!Object.prototype.hasOwnProperty.call(t,this.event)||await t[this.event]();return s&&this.clear(),"reengage"!==this.event&&this.delay?s&&await(async()=>{const e=w(`${this.event}Delay`);this.promises.push(e);const t=setTimeout(()=>{e.resolve(!0),this.clear()},this.delay);return this.timeouts.push(t),e.promise})():s}}const E="display",x="closing",A="validation",I="ABTastyWidgets",P=`${I}Temporary`;class N{constructor({displayRecurrence:e,closingRecurrence:t,validationRecurrence:s},i){this.displayRecurrence=parseFloat(e),this.closingRecurrence=parseFloat(t),this.validationRecurrence=parseFloat(s),this.onSetCallback=i,this.widgetName=m(),this.uniqueId=v(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:e}){const t=localStorage.getItem(P),s=sessionStorage.getItem(I);"ABTastyData"===e&&!t&&s&&localStorage.setItem(P,s)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(e){try{const t=e.getItem(I);return JSON.parse(t)}catch(t){return e.removeItem(I),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(e,t){const{[this.recurrenceKey]:s,...i}=t;return Object.entries(i).length?(e.setItem(I,JSON.stringify(i)),i):(e.removeItem(I),!1)}removeSessionRecurrenceStorage(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.sessionStorage,e)}removeLocalRecurrenceStorage(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.localStorage,e)}getSessionRecurrence(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getLocalRecurrence(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();return e||t||{type:!1}}isOver(){const e=localStorage.getItem(P),t=!(!e||!e.includes(this.recurrenceKey))||this.getSessionRecurrence();e&&(sessionStorage.setItem(I,e),localStorage.removeItem(P));const s=this.getLocalRecurrence(),i=(s?parseFloat(s.stamp):0)<(new Date).getTime();return i&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&i&&!this.getLocalRecurrence()&&!t}setRecurrence(e,t){0!==e&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const s=this.getTypeOfStorage(e);if(i()||!s&&"object"!=typeof s)return!1;const{storageString:n,storageMethod:r}=s,o=this.getStamp(e),c={type:t,stamp:o},{type:l}=this.getCurrentRecurrence(),h=async()=>{if(!a()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=c;const e=new T({triggerEvent:"consent"});await e.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();let s;"session"===n?e?s=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),s=this.getSessionRecurrenceStorageParsed()):"local"===n&&(t?s=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),s=this.getLocalRecurrenceStorageParsed()));const i=s?{[this.recurrenceKey]:c,...s}:{[this.recurrenceKey]:c};r.setItem(I,JSON.stringify(i)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!r)return!1;if(l&&t!==A)if(t===x&&l!==A)h();else{if(t!==E||l===A||l===x)return!1;h()}else h();return o}setDisplayRecurrence(){const e=E;this.setRecurrence(this.displayRecurrence,e)}setClosingRecurrence(){const e=x;this.setRecurrence(this.closingRecurrence,e)}setValidationRecurrence(){const e=A;this.setRecurrence(this.validationRecurrence,e)}getStamp(e){return(new Date).getTime()+864e5*e}getTypeOfStorage(e){return!(isNaN(e)||e<0||0!==e&&!e)&&(e>0?{storageString:"local",storageMethod:window.localStorage}:0===e&&{storageString:"session",storageMethod:window.sessionStorage})}}class R{constructor(e,t,s,i){this.recurrence=e,this.isWidgetApplied=t,this.callback=s,this.shouldUpdate=i,this.observer=new MutationObserver(this.observerHandler.bind(this)),this.eventListenerParams=["abtasty_resetActionTracking",this.eventHandler.bind(this),{passive:!0}],this.elementsWaiters=[]}recurrenceIsDone(){return!this.recurrence||this.recurrence.isOver()}decisionHandler(e){const t=o(),{type:s}=this.recurrence?this.recurrence.getCurrentRecurrence():{type:!1};let i;const n=this.isWidgetApplied(),r=(()=>{const t=this.recurrenceIsDone();return e&&"display"===s||t})(),a=!n&&t&&r,c=n&&(!t||!r),l=!n&&!t;return this.shouldUpdate&&!e&&t&&r?i=g:a?i=u:(c||l)&&(i=d),"string"==typeof i&&(this.clearWatcher(),this.callback(i,e),this.watch()),this}eventHandler(){let e=o();return[250,500].forEach(t=>{setTimeout(()=>{const s=o();return 500===t&&s===e?this:(e=s,this.decisionHandler(!1))},t)}),this}observerHandler(e){return e.some(e=>["removedNodes","addedNodes"].some(t=>e[t]&&e[t].length))?this.decisionHandler(!0):this}watch(){if(s())return this;this.clearWatcher(),document.addEventListener(...this.eventListenerParams);const e=()=>{const e=[document.body,{childList:!0,subtree:!0}];this.observer.observe(...e)};return document.body?e():(()=>{const t=c("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(e=>e.clear()),this.elementsWaiters=[]),this.observer.disconnect(),this}}const k=/.+\/([^.]+)\.(otf|ttf)$/,L=["socialProofPurchases","socialProofPageViews","socialProofVisitors"];class B{constructor(e,t){this.children=void 0,this.uniqueId=`${v()}${t?`_${t}`:""}`,this.widgetName=m(),this.prettyName=p(),this.recurrenceParams=(()=>{const{displayRecurrence:e,closingRecurrence:t,validationRecurrence:i}=DATA,n=!e&&!t&&!i;if(s()||n)return!1;const r={everytime:()=>-1,session:()=>0,once:()=>395,day:e=>DATA[`${e}_day`],week:e=>7*DATA[`${e}_week`],month:e=>30.5*DATA[`${e}_month`]},o={};return e&&(o.displayRecurrence=r[e]("displayRecurrence")),t&&(o.closingRecurrence=r[t]("closingRecurrence")),i&&(o.validationRecurrence=r[i]("validationRecurrence")),o})(),this.triggerParams=(e=>{let{triggerEvent:t}=DATA;const{triggerEventClick:i,triggerEventHover:n,triggerEventReengageDelay:r,socialProofContentType:o,triggerEventElementVisible:a,triggerEventDelay:c}=DATA;if(s()||!t&&!o)return!1;const l={click:()=>i,hover:()=>n,elementVisible:()=>a},h=Object.prototype.hasOwnProperty.call(l,t)?l[t]():"body",d="reengage"===t?r:c;return o&&(t=[,"socialProofPurchases","socialProofPageViews","socialProofVisitors"][o]),{triggerEvent:t,triggerSelector:h,triggerDelay:d,triggerTarget:e}})(e),this.recurrence=!!this.recurrenceParams&&new N(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new T(this.triggerParams),this.shouldUpdate=!!this.triggerParams&&L.includes(this.triggerParams.triggerEvent),this.pageWatcher=new R(this.recurrence,this.isWidgetApplied.bind(this),this.onPageChange.bind(this),this.shouldUpdate),this.hasOncePerPageTrigger=(()=>{const{isOncePerPageTrigger:e,triggerEvent:t}=DATA;return!t||!["click","hover","scrollUp","script"].includes(t)||e})(),this.basicClassName=`ab_widget_container_${this.widgetName}`,this.widgetContainerId=`${this.basicClassName}_${this.uniqueId}`,this.contentClassName=`${this.basicClassName}_content`,this.overlayClassName=`${this.basicClassName}_overlay`,this.closeButtonClassName=`${this.basicClassName}_close_button`,this.hideClassName=`ab_hide_${this.uniqueId}`,this.domElement=this.getDom(),this.hasBeenShown=!1,this.closedByUser=!1,this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.elementsWaiters=[]}clearGivenClearables(){this.eventsListeners.length&&(this.eventsListeners.forEach(e=>document.removeEventListener(...e)),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach(e=>clearTimeout(e)),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach(e=>clearInterval(e)),this.intervals=[]),this.observers.length&&(this.observers.forEach(e=>e.disconnect()),this.observers=[]),this.promises.length&&(this.promises.forEach(e=>e.resolve(!1)),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach(e=>e.clear()),this.elementsWaiters=[])}isWidgetApplied(){return this.domElement&&this.domElement.isConnected}removeOldDomElement(){const e=document.getElementById(this.widgetContainerId);return e&&e.remove(),this}async insert(){if(this.isWidgetApplied())return!1;const e=new Promise(e=>{const t=c("head",t=>{this.elementsWaiters=this.elementsWaiters.filter(({selector:e})=>"head"!==e),e(t.appendChild(this.styleElement))});this.elementsWaiters.push(t)}),t=new Promise(e=>{const{elementReferrer:t="body",referrerInsertType:s="beforeend"}="free"===DATA.layout?DATA:{},i=c(t,i=>{this.elementsWaiters=this.elementsWaiters.filter(e=>e.selector!==t),this.removeOldDomElement(),e(i.insertAdjacentElement(s,this.domElement))});this.elementsWaiters.push(i)});return Promise.all([t,e]).then(()=>this)}remove(){return this.pageWatcher.clearWatcher(),[this.domElement,this.styleElement].forEach(e=>e&&e.isConnected&&e.remove()),this.hasOncePerPageTrigger?this.pageWatcher.watch():s()||this.init().then(({response:e})=>e?this.show():this),this}show(){return s()||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!s()&&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 t=s(),i=o(),n=this.trigger&&this.trigger.promises.length,r=!this.recurrence||this.recurrence.isOver();if(!t&&!i||n||!r)return{container:this,response:!1};this.pageWatcher.watch();const a=t||!this.trigger||this.trigger&&await this.trigger.isTriggered(),c={container:this,response:a};return a?(await this.insert(),this.addCloseEvent(),t||e||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(a),c):c}onPageChange(e,t){let s=!1;const i=()=>this.init().then(({response:e})=>{s=e,e?this.show():this.hide(!1)});t||(this.hasBeenShown=!1,this.trigger&&this.trigger.clear());const n=this.isWidgetApplied(),r={[d]:()=>n?this.remove():this.pageWatcher.watch(),[u]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():!n&&s&&this.insert().then(e=>e.show()).catch(this.pageWatcher.watch):i()},[g]:i};"function"==typeof r[e]&&r[e]()}addCloseEvent(...e){const{closeButton:t,overlay:i,overlayClickable:n,layout:r,animationDuration:o=1e3}=DATA,a=[];if(void 0!==i&&!0!==i||!0!==n||"popin"!==r||a.push(`.${this.overlayClassName}`),void 0!==t&&t&&a.push(`.${this.closeButtonClassName}`),!a.length)return this;const c=this.domElement.querySelectorAll(a.join(", "));if(!c.length)return this;const l=["click",e=>{(e=>{s()||(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation())})(e),this.recurrence&&this.recurrence.setClosingRecurrence(),this.hide(!0),setTimeout(()=>this.remove(),1.05*o)},{once:!0,capture:!0}];return e.push(...c),e.forEach(e=>{s()&&(e.dataset.abtastyActionnable="true"),e.removeEventListener(...l),e.addEventListener(...l)}),this}getDom(){const{closeButton:e,layout:t,overlay:s=!0}=DATA,i=document.createElement("div");return i.className=`${this.basicClassName} ${this.hideClassName}`,i.id=this.widgetContainerId,i.innerHTML=`\n\t\t\t${"popin"===t&&!0===s?`<div class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${e?`<button class="${this.closeButtonClassName}"><svg viewBox="0 0 16 16">\n\t<defs><path id="prefix__a" d="M12 4.991L11.009 4 8 7.009 4.991 4 4 4.991 7.009 8 4 11.009 4.991 12 8 8.991 11.009 12 12 11.009 8.991 8z"></path></defs>\n\t<g><use xlink:href="#prefix__a"></use></g>\n</svg></button>`:""}\n\t\t\t</div>`,i}loadFont(e,t){if(!e||"inherit"===e)return;const s=document.createElement("style"),i=t.match(k)?t.match(k)[1]:"";s.innerHTML=`@font-face { font-family: '${e}_${i}'; src: url('${t}'); font-display: swap; }`,document.head.appendChild(s)}getStyleTag(e="",t=DATA){const{noStyles:i,layout:n}=t,{backgroundColor:r,isBackgroundImage:o,backgroundImage:a,backgroundSize:c,backgroundPosition:l,backgroundRepeat:h,borderColor:d,borderRadius:u,borderWidth:g,textColor:m,textAlign:p,fontName:v,fontStyle:y,fontSize:w,isTitle:f,titleTextAlign:$,titleTextColor:b,titleFontName:S,titleFontStyle:C,titleFontSize:T,overlay:E,overlayColor:x,dropShadow:A,dropShadowColor:I,dropShadowBlur:P,containerMargin:N,containerPadding:R,closeButton:L,closeButtonPosition:B,closeButtonSize:O,closeButtonBorderRadius:D,closeButtonBorderWidth:W,closeButtonBorderColor:_,closeButtonColor:V,closeButtonBackgroundColor:q,buttonsAlign:j,buttonsBorderWidth:H,buttonsBorderColor:M,buttonsBorderRadius:F,buttonsBackgroundColor:U,buttonsTextColor:K,buttonsFontName:z,buttonsFontStyle:G,buttonsFontSize:Y,secondLink:J,secondLinkBorderWidth:Q,secondLinkBorderColor:X,secondLinkBorderRadius:Z,secondLinkBackgroundColor:ee,secondLinkTextColor:te,secondLinkFontName:se,secondLinkFontStyle:ie,secondLinkFontSize:ne,animation:re,animationDuration:oe,animationBehaviour:ae,animationSlideDirection:ce}=i?{}:t,le=document.createElement("style");le.type="text/css",s()&&le.setAttribute("abtasty-script-added","true"),this.loadFont(v,y),this.loadFont(S,C),this.loadFont(z,G),this.loadFont(se,ie);const he=`background: ${["string"==typeof r?r:"rgba(255, 255, 255, 1)",o&&"string"==typeof a&&a.length?`url(${a})`:"",o&&"string"==typeof l&&"100% 100%"!==c?l:"0 0",o&&"string"==typeof c?`/ ${c}`:"/ auto",o&&h&&!["cover","100% 100%"].includes(c)?"repeat":"no-repeat"].join(" ").trim()};`,de="number"==typeof g&&g>0,ue=`border: ${[de?`${g}px`:"unset",de?"solid":"",de&&"string"==typeof d&&d.length?d:""].join(" ").trim()};`,ge=void 0!==u?`border-radius: ${u}px;`:"",me=void 0!==m?`color: ${m}; fill: ${m}; -webkit-text-fill-color: ${m};`:"",pe=void 0!==p?`text-align: ${p};`:"",ve=v&&"inherit"!==v?`font-family:${v}_${y.match(k)?y.match(k)[1]:""};`:y||"",ye=w?`font-size: ${w}px;`:"",we=void 0!==A&&A?`box-shadow: 0 5px ${P}px 0 ${I};`:"",fe=N instanceof Array&&1===N.length&&N[0],$e=fe?`margin: ${fe.top}px ${fe.right}px ${fe.bottom}px ${fe.left}px;`:"",be=fe?`margin: calc(${fe.top}px * 0.5) calc(${fe.right}px * 0.5) calc(${fe.bottom}px * 0.5) calc(${fe.left}px * 0.5);`:"",Se=R instanceof Array&&1===R.length&&R[0],Ce=Se?`padding: ${Se.top}px ${Se.right}px ${Se.bottom}px ${Se.left}px;`:"",Te=Se?`padding: calc(${Se.top}px * 0.5) calc(${Se.right}px * 0.5) calc(${Se.bottom}px * 0.5) calc(${Se.left}px * 0.5);`:"",Ee=void 0!==H&&H?`border-width: ${H}px; border-style: solid;`:"",xe=[M,H].every(e=>void 0!==e)&&H?`border-color: ${M};`:"",Ae=void 0!==F?`border-radius: ${F}px;`:"",Ie=void 0!==U?`background-color: ${U};`:"",Pe=void 0!==K?`color: ${K}; fill: ${K}; -webkit-text-fill-color: ${K};`:"",Ne=z&&"inherit"!==z?`font-family:${z}_${G.match(k)?G.match(k)[1]:""};`:G||"",Re=Y?`font-size: ${Y}px;`:"",ke=void 0!==Q&&Q?`border-width: ${Q}px; border-style: solid;`:"",Le=[X,Q].every(e=>void 0!==e)&&Q?`border-color: ${X};`:"",Be=void 0!==Z?`border-radius: ${Z}px;`:"",Oe=void 0!==ee?`background-color: ${ee};`:"",De=void 0!==te?`color: ${te}; fill: ${te}; -webkit-text-fill-color: ${te};`:"",We=se&&"inherit"!==se?`font-family:${se}_${ie.match(k)?ie.match(k)[1]:""};`:ie||"",_e=ne?`font-size: ${ne}px;`:"",Ve="popin"!==n||void 0!==E&&!0!==E?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==x?x:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),qe="number"==typeof O?O:16,je=qe/2,He=i||void 0!==L&&L?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===B?`bottom: calc(100% + ${je}px)`:`top: ${je}px`)+";",`right: ${je}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 W&&W>0?`border: ${W}px solid ${void 0!==_?_:"rgba(57, 57, 57, 1)"};`:"","string"==typeof q?`background-color: ${q};`:"","}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${qe}px;`,`height: ${qe}px;`,"string"==typeof V?`fill: ${V};`:"","}"].join(""):"",Me=f&&"string"==typeof b?[`#${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: ${b}; fill: ${b}; -webkit-text-fill-color: ${b};`,void 0!==$?`text-align: ${$};`:"",S&&"inherit"!==S?`font-family:${S}_${C.match(k)?C.match(k)[1]:""};`:C||"",T?`font-size: ${T}px;`:"","}"].join(""):"";let Fe="";if("string"==typeof re){const e=(oe/1e3).toFixed(2),t=["top","bottom"].includes(ce),i=Number(t),n=[(["top","left"].includes(ce)?"-":"")+"100vmax",this.translateValues?this.translateValues[i]:"0"];t&&n.reverse(),Fe={none:[],fade:[`#${this.widgetContainerId} {`,`transition: opacity ${e}s ${ae};`,"}"],slide:[`.${this.hideClassName} .${this.overlayClassName} {`,"opacity: 0 !important;","}",`#${this.widgetContainerId} .${this.overlayClassName} {`,`transition: opacity ${e}s ${ae};`,"}",`.${this.hideClassName} .${this.contentClassName} {`,`transform: translate(${n.join(", ")}) !important;`,"}",`#${this.widgetContainerId} .${this.contentClassName} {`,`transition: transform ${e}s ${ae};`,"}"]}[s()&&!ABTASTY_S.WIDGETS.animationChanged?"none":re].join("")}const Ue=[`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,`margin-${"fill"===j?"top":"left"}: 8px;`,ke,Le,Be,Oe,De,We,_e,"}",`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,De,We,_e,"}"];return le.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} {`,"opacity: 1;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,he,ge,ue,me,pe,we,$e,ve,ye,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,me,pe,ve,ye,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",Ce,ve,ye,"}",`#${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;",Ee,xe,Ae,Ie,Pe,Ne,Re,"}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a *, `,`#${this.widgetContainerId} .${this.contentClassName} button:not(class*="close_button") * {`,Pe,Ne,Re,"}",...J?Ue:[],"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,be,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,Te,"}","}",Ve,He,Me,Fe,`${e}`].join(""),le}}class O extends B{constructor(e,t){super(e,t),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("")}}class D extends O{constructor(e,t){super(e,t),this.target=e}async insert(){if(this.isWidgetApplied())return!1;const e=new Promise(e=>{const t=c("head",t=>{this.elementsWaiters=this.elementsWaiters.filter(e=>{let{selector:t}=e;return"head"!==t}),e(t.appendChild(this.styleElement))});this.elementsWaiters.push(t)});return Promise.all([e]).then(()=>(this.target&&this.target.isConnected&&this.target.insertAdjacentElement("beforeend",this.domElement),this))}show(){const{triggerEvent:e,autoHide:t,timeHide:i}=DATA,n=e=>{e.stopPropagation(),this.hide(),setTimeout(()=>this.remove(),50)};if(super.show(),!s()){const s={[S]:["mouseleave"],[b]:["click"]};switch(e){case b:case S:s[e].forEach(e=>this.target.addEventListener(e,n,{passive:!0,once:!0}));break;case"pageLoad":t&&setTimeout(()=>this.remove(),1e3*i)}}return this}}!function(){const{elementReferrer:e}=DATA;c(e,()=>{document.querySelectorAll(e).forEach((e,s)=>{const i=new D(e,s);i.init(!0).then(e=>{let{response:s}=e;if(s){const e=new $(i),s=new f(i.uniqueId);new t(e,s).build()}})})})}()}();
|