@abtasty/tooltip 2.0.29 → 2.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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){this.data=DATA,this.toolTipContainer=e,this.uniqueId=e.getUniqueId(),this.baseClassName="toolTipContainer",this.css=this.getCSS()}getCSS(){const{subLayout:t,isUserIcon:i,iconColor:s}=this.data,n="26px",r=t===e?["display: grid!important;","column-gap: 8px;","grid-template-columns: auto 1fr;",'grid-template-areas: "tt-icon tt-title" "tt-icon tt-text";']:["display: flex;","flex-direction: column;"],o=[`#${this.toolTipContainer.id} .contentContainer {`,...r,"row-gap: 8px;","max-height: 100%;","}",`#${this.toolTipContainer.id} .contentContainer div *,`,".tooltipText {","margin: 0;","}"],a=[".tooltipText {","grid-area: tt-text;","}",".tooltipTitle {","grid-area: tt-title;","}",".tooltipIcon {","grid-area: tt-icon;","justify-self: center;","align-self: center;","}",".tooltipIcon > img,",".tooltipIcon > svg {",`width: ${n};`,`height: ${n};`,"}"];return i||a.push(`#${this.toolTipContainer.id} .tooltipIcon svg path { fill: ${s}; }`),t===e&&o.push(...a),o.join("")}async buildTooltipContent(){const{subLayout:t,titleContent:i,content:s,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"),a.role="tooltip";const l={className:"tooltipTitle",htmlTag:"h3",html:i},h=[{className:"tooltipText",htmlTag:"p",html:s}];return"titleAndText"===t&&h.push(l),t===e&&h.push(l,{className:"tooltipIcon",htmlTag:"div",html:c}),h.reverse().forEach(e=>{let{className:t,htmlTag:i,html:s}=e;const n=document.createElement(i);n.classList.add(t),n.innerHTML=s,a.appendChild(n)}),a}async build(){this.toolTipContainer.init(this.data);const e=this.toolTipContainer.getCSS();this.toolTipContainer.parentContainer.styleElement.insertAdjacentText("beforeend",`${e}${this.css}`);const t=await this.buildTooltipContent();this.toolTipContainer.getWidgetElement().appendChild(t),this.toolTipContainer.resizeTooltip(this.data.position),this.toolTipContainer.parentContainer.show()}}class i{constructor(e,t){this.parentContainer=e,this.tooltipTarget=t,this.wrapperElement=this.parentContainer.domElement,this.id=this.parentContainer.widgetContainerId,this.widgetElement=this.parentContainer.domElement.querySelector(`.${this.parentContainer.contentClassName}`),this.content=null,this.css=""}adaptParentWrapperCSS(){"inline"===getComputedStyle(this.tooltipTarget).getPropertyValue("display")&&(this.tooltipTarget.style.display="inline-block")}setupCSSWrapper(e){const t={left:"flex-start",top:"center",bottom:"center",right:"flex-end"},{elementReferrer:i}=DATA;if(!t[e])return;const[s,,n]=i.split("[]");this.css=[`${n??s} {`,"position: relative !important;","}",`#${this.wrapperElement.id} {`,"box-shadow: unset;","border-radius: unset;","font-size: unset;","color: unset;","transform: unset;","position: absolute;","display: flex;",`justify-content: ${t[e]};`,"align-items: center;","top: 0;","left: 0;","bottom: 0;","right: 0;","}"].join("")}setupCSSWidgetFrame(e){let{position:t,borderColor:i,borderWidth:s,backgroundColor:n,zindex:r,zindexCustom:o}=e;const a="8px",c="calc(100% + 16px)",l=s>0?`calc(${s}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:[`border-bottom-color: ${i};`,`border-right-color: ${i};`,`bottom: calc(-1 * ${l});`,`left: calc(50% - ${l});`],bottom:[`border-top-color: ${i};`,`border-left-color: ${i};`,`top: calc(-1 * ${l});`,`left: calc(50% - ${l});`],left:[`border-top-color: ${i};`,`border-right-color: ${i};`,`right: calc(-1 * ${l});`,`top: calc(50% - ${l});`],right:[`border-bottom-color: ${i};`,`border-left-color: ${i};`,`left: calc(-1 * ${l});`,`top: calc(50% - ${l});`]},u={top:[`bottom: calc(-1 * ${a});`,`left: calc(50% - ${a});`],bottom:[`top: calc(-1 * ${a});`,`left: calc(50% - ${a});`],left:[`top: calc(50% - ${a});`,"right: -7px;"],right:["left: -7px;",`top: calc(50% - ${a});`]},g=`#${this.wrapperElement.id} .${this.parentContainer.contentClassName}`;this.css+=[`#${this.wrapperElement.id} .${this.parentContainer.contentClassName} {`,"display: unset;","inset: unset;","margin: unset;","transform: unset;","white-space: unset;","word-break: unset;","position: absolute !important;","width: max-content;","max-width: 100vw;","padding: 12px;","line-height: 0;",`z-index: ${"custom"===r?o:r};`,"}","@media screen and (max-width: 650px) {",`#${this.wrapperElement.id} .${this.parentContainer.contentClassName} {`,"max-width: 100%;","min-width: 150px;","}","}",`#${this.wrapperElement.id} .${this.parentContainer.contentClassName}_${t} {`,`${h[t]}`,"}",`${g}_${t}::before,`,`${g}_${t}::after {`,"display: block;","content: '';","position: absolute;","width: 0;","height: 0;","transform: rotate(45deg);",`border-radius: ${{bottom:"25% 0 0 0",left:"0 25% 0 0",top:"0 0 25% 0",right:"0 0 0 25%"}[t]};`,"}",`${g}_${t}::before {`,`border: ${l} solid transparent;`,...d[t],"}",`${g}_${t}::after {`,`border: ${a} solid ${n};`,...u[t],"}"].join(""),this.widgetElement.classList.add(`${this.parentContainer.contentClassName}_${t}`)}resizeTooltip(e){var t=this;const i=this.widgetElement.getBoundingClientRect(),s=this.widgetElement.querySelector(".contentContainer"),n=function(){let i=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];s.style.overflow="auto",i&&t.resizeTooltip(e)};switch(e){case"left":case"right":"left"===e&&i.x<0?(this.widgetElement.style.width=`${i.width+i.x}px`,n()):"right"===e&&i.right>window.innerWidth&&(this.widgetElement.style.width=window.innerWidth-i.x+"px",n()),i.y<0&&(this.widgetElement.style.height=`${i.height+2*i.y}px`,n()),i.bottom>window.innerHeight&&(this.widgetElement.style.height=i.height-(i.bottom-window.innerHeight)+"px",n());break;case"top":i.y<0&&(this.widgetElement.style.height=`${i.height+i.y}px`,n(!1));break;default:i.bottom>window.innerHeight&&(this.widgetElement.style.height=i.height-(i.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 s=()=>Object.prototype.hasOwnProperty.call(top,"ABTastyEditor"),n=()=>{const e=!!document.getElementById("ABTastyPreviewBar"),t=location.href.includes("ab_project=preview");return e||t},r=e=>new Function(`try {\n\t\t${e}\n\t} catch (error) {\n\t\treturn null;\n\t}`)(),o=()=>encodeURIComponent(DATA.spNoTrim?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),a=()=>!s()&&(n()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),c=()=>window.ABTasty&&!0===window.ABTasty.consentReady,l=()=>{const{type:e}=DATA;return`${PACKAGE.replace("@abtasty/","")}${e?`_${e}`:""}`},h=()=>{const e=l();return`${e.charAt(0).toUpperCase()}${e.slice(1)}`.split("-").join(" ")},d=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,u=e=>{const t=(()=>{if(s()||n())return!1;const e=ABTasty.getTestsOnPage()[TEST_ID];return!!e&&Object.keys(e.targetings.qaParameters).length>0})(),i=window.document.cookie.includes("abTastyDebug=")||!0===window.abTastyDebug;if(t||i){const i=h();window.console.log(`%c${i} - ${t?"QA":"Debug"} Mode for campaign ${TEST_ID} %c ${e}`,"background-color: #D6FF01; color: #3100be; padding: 3px 0 3px 10px; border-radius: 5px 0 0 5px; font-weight: bold;","background-color: #3100be; color: white; padding: 3px 10px 3px 0; border-radius: 0 5px 5px 0;")}},g=e=>{const t={promise:null,resolve:null,reject:null,name:e};return t.promise=new Promise((e,i)=>{t.resolve=e,t.reject=i}),t},m=(e,t)=>{const i=t?[]:null;if("string"!=typeof e||!e.trim().length)return i;const[s,n,r]=e.split("[]").map(e=>e.trim()),o=Boolean(r)?r:e,a=n?document.querySelector(s)?.[n]:document;return a?t?[...a.querySelectorAll(o)]:a.querySelector(o):i},p=e=>m(e,!1),v=e=>m(e,!0),f=(e,t)=>{const i=document.querySelector("body")||document.documentElement,s={childList:!0,subtree:!0,attributes:!0},n=()=>r.disconnect(),r=new MutationObserver(()=>{const i=p(t);return i&&!n()&&e(i)});return{clear:n,observe:(e=i)=>r.observe(e,s)}},b=()=>{},w=(e,t)=>{const i=p(e),n={selector:e,clear:b,observe:b};if(i)return setTimeout(()=>t(i),0),n;if(s())return setTimeout(()=>w(e,t),1e3),n;if(e.includes("[]"))return((e,t)=>{const[i,s]=t.split("[]").map(e=>e.trim()),n=p(i),r=n?.[s],{clear:o,observe:a}=f(e,t),c=()=>{const i=p(t);return i&&!l()&&e(i)},l=()=>{o(),n?.removeEventListener("load",c)},h=()=>{a(r),"iframe"===n?.localName&&n.addEventListener("load",c)};return h(),{selector:t,clear:l,observe:h}})(t,e);const{clear:r,observe:o}=f(t,e);return o(),{selector:e,clear:r,observe:o}};function y(e,t){const i=e.parentElement||e.getRootNode().host;return t(e)||!i?e:y(i,t)}const $=(e,t)=>[...v(t)].some(i=>{const[s,,n]=t.split("[]"),r=n??s;return i===e||!!e.closest(r)});let T=!1;const C="remove",E="rebuild",S="update",x="click",A="hover";class P{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=null,this.mutationObserver=null,this.mouseOverEvent=null,this.scrollEvent=null,this.onTransitionEnd=null,this.onIframeLoad=null}transitionOverHandler(e){const t=[e,"transitionend",this.checkElements.bind(this),!0];return this.getEvents(...t)}intersectionHandler(e){e.forEach(e=>{e.isIntersecting?(this.existingTargets.forEach(t=>{t.element.isSameNode(e.target)&&(this.inViewportTargets.push(t),this.mouseOverEvent.start(),this.scrollEvent.start(),this.onTransitionEnd.start())}),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter(t=>!t.element.isSameNode(e.target)||(this.mouseOverEvent.clear(),this.scrollEvent.clear(),this.onTransitionEnd.clear(),!1))})}startVisibilityObserver(e){const t={root:e,rootMargin:"0px",threshold:0};return this.visibilityObserver??=new IntersectionObserver(this.intersectionHandler.bind(this),t),this.visibilityObserver}startMutationObserver(e){return this.mutationObserver??=new MutationObserver(this.checkElements.bind(this)),this.mutationObserver.observe(e,{attributes:!0,childList:!0,subtree:!0}),this.mutationObserver}onMouseOver({target:e,path:t}){const i=this.inViewportTargets.find(({element:i,selector:s})=>{if(i.isSameNode(e))return!0;const[n,,r]=s.split("[]"),o=r??n,a=[...e.querySelectorAll(o)];if(a.length&&a.includes(i))return!0;if(t.includes(i))return!0;if(!e.parentElement?.children?.length)return;const c=[...e.parentElement.children],l=c.findIndex(t=>t.isSameNode(e)),h=c.filter((e,t)=>t>l);if(h.length){if(h.includes(i))return!0;if(h.some(e=>[...e.querySelectorAll(o)].includes(i)))return!0}return!1});if(i&&this.isElementVisible(i.element)){const{selector:e,element:t,uniqueId:s}=i,n=this.targets.find(t=>t.selector===e&&t.uniqueId===s);n&&n.resolve(t),this.clear(e,s)}}getEvents(e,...t){return{start:()=>e?.addEventListener(...t),clear:()=>e?.removeEventListener(...t)}}mouseOverHandler(e){const t=[e,"ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0?"touchmove":"mouseover",e=>{const t=e.composedPath(),{target:i}=e;setTimeout(()=>this.onMouseOver({target:i,path:t}),50)},!0];return this.getEvents(...t)}scrollEventHandler(e){const t=[e,"scroll",(i=this.checkElements.bind(this),()=>{T||(T=!0,setTimeout(()=>{i(),T=!1},100))}),{passive:!0}];var i;return this.getEvents(...t)}isElementVisible(e){return this.isElementOpaque(e)&&this.isElementTopmost(e)}isElementOpaque(e){return"HTML"===y(e,e=>"0"===window.getComputedStyle(e).opacity).nodeName}isElementTopmost(e){const t=e.getBoundingClientRect(),i=[[t.left,t.top],[t.right,t.top],[t.left,t.bottom],[t.right,t.bottom],[t.left+t.width/2,t.top],[t.left+t.width/2,t.bottom],[t.left,t.height/2],[t.right,t.height/2],[t.left+t.left/2,t.height/2]];let s=!1,n=0;for(;!s&&n<i.length;){const t=e.getRootNode()?.elementFromPoint(...i[n]);s=e===t||t?.contains(e)||e.contains(t),n+=1}return s}checkElements(){this.targets.forEach(({selector:e,uniqueId:t})=>{const i=p(e),[s,,n]=e.split("[]"),r=n??s;i&&!this.existingTargets.find(e=>e.element.matches(r)&&e.uniqueId===t)&&(this.existingTargets.push({element:i,selector:e,uniqueId:t}),this.visibilityObserver.observe(i))}),this.existingTargets=this.existingTargets.filter(({selector:e,element:t})=>!!p(e)||(t&&this.visibilityObserver.unobserve(t),!1)),this.inViewportTargets=this.inViewportTargets.filter(({selector:e,element:t,uniqueId:i})=>{const[s,,n]=e.split("[]"),r=n??s;if(t.matches(r)&&this.isElementVisible(t)){const s=this.targets.find(t=>t.selector===e&&t.uniqueId===i);return s&&s.resolve(t),this.clear(e,i),!1}return!0})}onLoadIframe(e){const t=[e.defaultView.frameElement,"load",()=>this.watch(selector,resolve,uniqueId).bind(this),{passive:!0}];return this.getEvents(...t)}watch(e,t,i){this.targets.push({selector:e,resolve:t,uniqueId:i});const{clear:s}=w(e,e=>{s();const t=e.getRootNode(),i="body"in t?t.body:document;this.mouseOverEvent=this.mouseOverHandler(t),this.scrollEvent=this.scrollEventHandler(t),this.onTransitionEnd=this.transitionOverHandler(t),t.defaultView?.frameElement&&(this.onIframeLoad=this.onLoadIframe(t),this.onIframeLoad.start()),this.startVisibilityObserver(i),this.startMutationObserver(i),this.checkElements()})}clear(e,t){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map(i=>i.filter(({selector:i,uniqueId:s})=>i!==e&&s!==t));const i=p(e);i&&this.visibilityObserver?.unobserve(i),0===this.targets.length&&(this.mutationObserver?.disconnect(),this.onIframeLoad?.clear()),0===this.inViewportTargets.length&&(this.mouseOverEvent?.clear(),this.scrollEvent?.clear(),this.onTransitionEnd?.clear())}}const I="ABTastyData";class k{constructor({triggerEvent:e,triggerSelector:t,triggerDelay:i,triggerTarget:s}){this.event=e,this.selector=Boolean(t)?t:"body",this.target="string"==typeof s?p(t):s,this.delay=1e3*i,this.triggerElements=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.promises=[],this.visibilityObservers=[],this.socialProofStore={},this.elementWaiters=[]}async onElementVisible({promise:e,resolve:t}){const i=g(`${this.event}DomReady`);this.promises.push(i);const{clear:s}=w(this.selector,()=>{const e=new P;this.visibilityObservers.push(e),e.watch(this.selector,t,d())});return this.elementWaiters.push(s),e}onPageLoad({promise:e,resolve:t}){const i=()=>"complete"===document.readyState;if(!i()){const s=["readystatechange",()=>i()&&t(!0),{passive:!0}];return this.eventsListeners.push([document,...s]),document.addEventListener(...s),e}return t(!0),e}onClick({promise:e,resolve:t}){const i=({isTrusted:e,target:i})=>{if(e)return(i.isEqualNode(this.target)||$(i,this.selector))&&t(!0)},{clear:s}=w(this.selector,e=>{s();const t=document.createElement("style");t.id=`Click_${d()}`;const[n,,r]=this.selector.split("[]"),o=r??n;t.innerHTML=`${o} {\n\t\t\t\tcursor: pointer !important;\n\t\t\t\tpointer-events: all !important;\n\t\t\t}`;const a=e.getRootNode();("head"in a?a.head:a).appendChild(t),this.triggerElements.push(t);const c=["click",i,{passive:!0,capture:!0}];this.eventsListeners.push([a,...c]),a.addEventListener(...c)});return this.elementWaiters.push(s),e}onHover({promise:e,resolve:t}){const i=({isTrusted:e,target:i})=>{if(e)return(this.target?i.isEqualNode(this.target):$(i,this.selector))&&t(!0)},{clear:s}=w(this.selector,e=>{const t=e.getRootNode(),s="body"in t?t.body:[...t.childNodes].find(t=>t.contains(e)),n=["mouseenter",i,{passive:!0,capture:!0}];this.eventsListeners.push([s,...n]),s.addEventListener(...n)});return this.elementWaiters.push(s),e}onExitIntent({promise:e,resolve:t}){const i=["mouseleave",({isTrusted:e,clientY:i})=>{e&&i<=0&&t(!0)},{passive:!0}],{clear:s}=w("html",e=>{s(),this.eventsListeners.push([e,...i]),e.addEventListener(...i)});return e}onReengage({promise:e,resolve:t}){const i=this.delay;let s=i;const n=[...document.querySelectorAll("*:empty")].map(e=>e.contentDocument||e.shadowRoot).filter(e=>e),r=[({isTrusted:e})=>{e&&(s=i)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach(e=>{[document,...n].forEach(t=>{this.eventsListeners.push([t,e,...r]),t.addEventListener(e,...r)})});const o=setInterval(()=>{s<=0?t(!0):s-=100},100);return this.intervals.push(o),e}onCustomTrigger({promise:e,resolve:t}){const{triggerEventCustomScript:i,tagIsSafeEval:s}=DATA,n=s&&DATA_JS?.triggerEventCustomScript,r="function"==typeof n?()=>new Promise(e=>n(e)):new Function(`return new Promise(async resolve => {${i}})`);return r().then(e=>e&&t(!0)),e}onScrollUp({promise:e,resolve:t}){let i=0;const s=["scroll",({isTrusted:e})=>{e&&(window.scrollY<i?t(!0):i=window.scrollY)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...s]),document.addEventListener(...s),e}onScrollPercentReached({promise:e,resolve:t}){const{triggerEventScrollPercent:i}=DATA,s=["scroll",({isTrusted:e})=>{if(!e)return;const s=(()=>{const{documentElement:e,body:t}=document,i=e.scrollTop||t.scrollTop,s=e.scrollHeight||t.scrollHeight;return Math.trunc(i/(s-e.clientHeight)*100,10)})();i<s&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...s]),document.addEventListener(...s),e}checkSocialProofConditions(e,t,i,s){const n=(()=>{let e;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S?.USER?.accountIdentifier?.length?e=window.ABTASTY_S.USER.accountIdentifier:"function"==typeof window.ABTasty?.getAccountSettings?e=window.ABTasty.getAccountSettings().identifier:window.ABTasty?.accountSettings&&(e=window.ABTasty.accountSettings.identifier),e):e})(),{viewInterval:r,spNoTrim:o}=DATA;if(this.socialProofStore.hasOwnProperty(e))i(this.socialProofStore[e])?s(`${this.socialProofStore[e][r]}`):s(!1);else if(e&&n){const a=t=>(this.socialProofStore[e]=t,s(!!i(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(()=>u("Failed to fetch datas from server."))}else s(!1)}getSocialProofDatas({promise:e,resolve:t},i,s=!1){const{productKey:n,keyType:a}=(()=>{const{socialProofContentType:e,productKeyProvider:t,pathToProductKey:i,customJSProductKey:s,productSKU:n,tagIsSafeEval:a}=DATA,{pathToProductKey:c,customJSProductKey:l}=a&&DATA_JS||{};if(2===e)return{productKey:o(),keyType:"url"};{let a=null,h="sku";switch(t){case"ABTastyProductKey":a=window.ABTastyProductKey;break;case"pathToProductKey":a="function"==typeof c?c():r(`return ${i};`);break;case"customJSProductKey":a="function"==typeof l?l():r(s);break;case"productSKU":a=n}return a||3!==e||(a=o(),h="url"),{productKey:a,keyType:h}}})(),{viewInterval:c,triggerSocialProofMinVisitors:l,triggerSocialProofMinPurchases:h,triggerSocialProofMinPageViews:d}=DATA,g={pv:d,i:h,"v-pv":l}[i];return[typeof c,typeof g].includes("undefined")&&t(!1),s&&!n&&(u("Not able to find ABTastyProductKey, impossible to call the API, read documentation for more informations:\n\t\t\t\thttps://support.abtasty.com/hc/en-us/articles/4710919241628-Widgets-List#h_84c04344-c655-4e5e-b9ab-d26a798ad9b0"),t(!1)),this.checkSocialProofConditions(n,"v-pv"===i&&"sku"===a?"v-i":i,e=>{const t=void 0!==e[c]&&e[c]>=g;return t||u(`Widget will not be shown, Social Proof API returned ${e[c]} while ${g} are required`),t},t),e}onConsent({promise:e,resolve:t}){if(!c()){const i=["abtasty_consentValid",()=>t(!0)];return this.eventsListeners.push(i),window.addEventListener(...i),e}return t(!0),e}onTrackingSent({promise:e,resolve:t}){const{triggerEventTrackingSent:i}=DATA;let s=localStorage.getItem(I);const n=()=>JSON.parse(s)?.ActionTracking?.some(({name:e})=>e===i),r=["storage",({key:e,newValue:i})=>{e===I&&(s=i,n()&&t(!0))},{passive:!0,capture:!0}];return s&&n()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onMinPagesViewed({promise:e,resolve:t}){const{triggerEventMinPagesViewed:i}=DATA;let s=localStorage.getItem(I);const n=()=>i<=(s?JSON.parse(s)?.VisitedPages?.length:0),r=["storage",({key:e,newValue:i})=>{e===I&&(s=i,n()&&t(!0))},{passive:!0,capture:!0}];return s&&n()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onRageClick({promise:e,resolve:t}){const{triggerEventRageClickQuantity:i,triggerEventRageClickDelay:s}=DATA;let n=0,r=!1;const o=["click",({isTrusted:e})=>{if(e&&(n+=1,n>=i&&t(!0),!r)){r=!0;const e=setTimeout(()=>{n=0,r=!1},s);this.timeouts.push(e)}},{passive:!0,capture:!0}],a=e=>{this.eventsListeners.push([e,...o]),e.addEventListener(...o)},{clear:c}=w("iframe []contentDocument[] body > *",()=>{const e=document.getElementsByTagName("iframe");for(const t of e){"contentDocument"in t&&"body"in t.contentDocument&&a(t.contentDocument);const e=()=>a(t.contentDocument);t.addEventListener("load",e),this.eventsListeners.push([t,"onIframeLoad",e])}});return this.elementWaiters.push(c),a(document),e}clear(){this.triggerElements=this.triggerElements.filter(e=>(e.remove(),!1)),this.eventsListeners=this.eventsListeners.filter(e=>{const[t,...i]=e;return t&&i.length>1&&t.removeEventListener(...i),!1}),this.timeouts=this.timeouts.filter(e=>(clearTimeout(e),!1)),this.intervals=this.intervals.filter(e=>(clearInterval(e),!1));const e=d();return this.visibilityObservers=this.visibilityObservers.filter(t=>(t.clear(this.selector,e),!1)),this.promises=this.promises.filter(e=>(e.resolve(!1),!1)),this.elementWaiters=this.elementWaiters.filter(e=>(e(),!1)),this}async isTriggered(){this.clear();const e=g(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")},i=!Object.prototype.hasOwnProperty.call(t,this.event)||await t[this.event]();return i&&this.clear(),"reengage"!==this.event&&this.delay?i&&await(async()=>{const e=g(`${this.event}Delay`);this.promises.push(e);const t=setTimeout(()=>{e.resolve(!0),this.clear()},this.delay);return this.timeouts.push(t),e.promise})():i}}const R="display",L="closing",N="validation",D="ABTastyWidgets",B=`${D}Temporary`;class O{constructor({displayRecurrence:e,closingRecurrence:t,validationRecurrence:i},s){this.displayRecurrence=parseFloat(e),this.closingRecurrence=parseFloat(t),this.validationRecurrence=parseFloat(i),this.onSetCallback=s,this.widgetName=l(),this.uniqueId=d(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:e}){const t=localStorage.getItem(B),i=sessionStorage.getItem(D);"ABTastyData"===e&&!t&&i&&localStorage.setItem(B,i)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(e){try{const t=e.getItem(D);return JSON.parse(t)}catch(t){return e.removeItem(D),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(e,t){const{[this.recurrenceKey]:i,...s}=t;return Object.entries(s).length?(e.setItem(D,JSON.stringify(s)),s):(e.removeItem(D),!1)}removeSessionRecurrenceStorage(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.sessionStorage,e)}removeLocalRecurrenceStorage(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.localStorage,e)}getSessionRecurrence(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getLocalRecurrence(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();return e||t||{type:!1}}isOver(){const e=localStorage.getItem(B),t=!(!e||!e.includes(this.recurrenceKey))||this.getSessionRecurrence();e&&(sessionStorage.setItem(D,e),localStorage.removeItem(B));const i=this.getLocalRecurrence(),s=(i?parseFloat(i.stamp):0)<(new Date).getTime();return s&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&s&&!this.getLocalRecurrence()&&!t}setRecurrence(e,t){0!==e&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const i=this.getTypeOfStorage(e);if(n()||!i&&"object"!=typeof i)return!1;const{storageString:s,storageMethod:r}=i,o=this.getStamp(e),a={type:t,stamp:o},{type:l}=this.getCurrentRecurrence(),h=async()=>{if(!c()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=a;const e=new k({triggerEvent:"consent"});await e.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();let i;"session"===s?e?i=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),i=this.getSessionRecurrenceStorageParsed()):"local"===s&&(t?i=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),i=this.getLocalRecurrenceStorageParsed()));const n=i?{[this.recurrenceKey]:a,...i}:{[this.recurrenceKey]:a};r.setItem(D,JSON.stringify(n)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!r)return!1;if(l&&t!==N)if(t===L&&l!==N)h();else{if(t!==R||l===N||l===L)return!1;h()}else h();return o}setDisplayRecurrence(){const e=R;this.setRecurrence(this.displayRecurrence,e)}setClosingRecurrence(){const e=L;this.setRecurrence(this.closingRecurrence,e)}setValidationRecurrence(){const e=N;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 W{constructor(e,t,i){this.isWidgetApplied=e,this.callback=t,this.shouldUpdate=i,this.triggerIframeTarget=null,this.observer=new MutationObserver(this.observerHandler.bind(this)),this.tagRollbackEventParams=["abtasty_resetActionTracking",this.onTagRollback.bind(this)],this.onCampaignLaunchedEventParams=["abtasty_executedCampaign",this.onCampaignLaunched.bind(this)]}decisionHandler(e){const t=!e&&this.isWidgetApplied(),i=t?this.shouldUpdate&&S:E;return i?(this.clearWatcher(),this.callback(i,!e,t),this.watch(),this):this}onCampaignLaunched({detail:{campaignId:e}}){e===TEST_ID&&(this.callback(E,!1),this.watch())}onTagRollback({target:e}){return this.clearWatcher(e),this.callback(C,!1,!0),window.addEventListener(...this.onCampaignLaunchedEventParams),this}observerHandler(e){return a()?e.some(e=>["removedNodes","addedNodes"].some(t=>e[t]&&e[t].length))?this.decisionHandler():this:this.callback(C,!1)}watch(e,t){if(s())return this;if(this.clearWatcher(e),window.removeEventListener(...this.onCampaignLaunchedEventParams),document.addEventListener(...this.tagRollbackEventParams),t?.includes("[]contentDocument[]")){const e=t.split("[]")[0].trim(),{clear:i}=w(e,e=>{i(),this.triggerIframeTarget=e,e.addEventListener("load",this.decisionHandler.bind(this))})}const i=e?.defaultView?.frameElement;i&&this.triggerIframeTarget!==i&&i.addEventListener("load",this.decisionHandler.bind(this));const{clear:n}=w("body",t=>{n();const i=e?.body||e||t;this.observer.observe(i,{childList:!0,subtree:!0})});return this}clearTriggerElementWatcher(){this.triggerIframeTarget?.removeEventListener("load",this.decisionHandler.bind(this))}clearWatcher(e){return document.removeEventListener(...this.tagRollbackEventParams),this.observer.disconnect(),this.clearTriggerElementWatcher(),e?.defaultView?.frameElement?.removeEventListener("load",this.decisionHandler.bind(this)),this}}const _=/.+\/([^.]+)\.(otf|ttf)$/,V=["socialProofPurchases","socialProofPageViews","socialProofVisitors"];class q{constructor(e,t){this.children=void 0,this.uniqueId=`${d()}${t?`_${t}`:""}`,this.widgetName=l(),this.prettyName=h(),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 O(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new k(this.triggerParams),this.shouldUpdate=!!this.triggerParams&&V.includes(this.triggerParams.triggerEvent),this.pageWatcher=new W(this.isWidgetApplied.bind(this),this.onPageChange.bind(this)),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.rootElement=null,this.domElement=this.getDom(),this.hasBeenShown=!1,this.closedByUser=!1,this.elementsWaiters=[]}clearGivenClearables(){this.elementsWaiters.forEach(e=>e.clear()),this.elementsWaiters=[]}isWidgetApplied(){return this.domElement?.isConnected&&this.domElement.ownerDocument?.defaultView}removeOldDomElement(){const e=this.rootElement?.getElementById(this.widgetContainerId);return e?.remove(),this}async insert(){if(this.isWidgetApplied())return!1;const e=["free"];"drawer"===DATA.layout&&DATA.customTarget&&e.push("drawer");const t=e.includes(DATA.layout);return new Promise(e=>{const{elementReferrer:i="body",referrerInsertType:s="beforeend"}=t?DATA:{},n=w(i,t=>{this.elementsWaiters=this.elementsWaiters.filter(e=>e.selector!==i),this.rootElement=t.getRootNode(),this.removeOldDomElement(),this.domElement.appendChild(this.styleElement),e(t.insertAdjacentElement(s,this.domElement))});this.elementsWaiters.push(n)}).then(()=>this)}remove(){return this.trigger&&this.trigger.clear(),this.pageWatcher.clearWatcher(this.rootElement),this.domElement?.isConnected&&this.domElement.remove(),this.hasOncePerPageTrigger?this.pageWatcher.watch(this.rootElement):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.rootElement),this}hide(e=!0){return!s()&&this.hasBeenShown&&e&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),e&&(this.pageWatcher.clearWatcher(this.rootElement),this.closedByUser=!0),this.domElement.classList.add(this.hideClassName),this}async init(e){const t=s(),i=a(),n=this.trigger?.promises?.length,r=!this.recurrence||this.recurrence.isOver();if(!t&&!i||n||!r)return{container:this,response:!1};this.pageWatcher.watch(this.rootElement||document,this.triggerParams.triggerSelector);const o=t||!this.trigger||this.trigger&&await this.trigger.isTriggered();this.pageWatcher.clearTriggerElementWatcher();const c={container:this,response:o};return o?(await this.insert(),this.addCloseEvent(),t||e||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(o),c):c}onPageChange(e,t,i){const s=()=>this.init().then(({response:e})=>{e?this.show():this.hide(!1)});t||(this.hasBeenShown=!1,i&&this.domElement.remove(),this.trigger&&this.trigger.clear());const n={[C]:()=>i?this.remove():this.pageWatcher.watch(this.rootElement),[E]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch(this.rootElement):i||this.insert().then(e=>e.show()).catch(this.pageWatcher.watch):s()},[S]:()=>{this.hasBeenShown?this.pageWatcher.watch():s()}};"function"==typeof n[e]&&n[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,overlayClickable:i,overlay:s=!0}=DATA,n=document.createElement("div");return n.className=`${this.basicClassName} ${this.hideClassName}`,n.id=this.widgetContainerId,["popin","bannerTop","bannerBottom"].includes(t)&&(n.role="dialog"),n.innerHTML=`\n\t\t\t${"popin"===t&&!0===s?`<div ${i?'aria-label="Close dialog"':""} class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${e?`<button class="${this.closeButtonClassName}" aria-label="Close dialog"><svg viewBox="0 0 16 16">\n\t<defs><path id="prefix__a" d="M12 4.991L11.009 4 8 7.009 4.991 4 4 4.991 7.009 8 4 11.009 4.991 12 8 8.991 11.009 12 12 11.009 8.991 8z"></path></defs>\n\t<g><use xlink:href="#prefix__a"></use></g>\n</svg></button>`:""}\n\t\t\t</div>`,n}loadFont(e,t){if(!e||"inherit"===e||!/otf|ttf/g.test(t))return;const i=document.createElement("style"),s=t.match(_)?t.match(_)[1]:"";i.innerHTML=`@font-face { font-family: '${e}_${s}'; src: url('${t}'); font-display: swap; }`;const n=this.rootElement?.head||document.head;n?.appendChild(i)}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:f,fontSize:b,isTitle:w,titleTextAlign:y,titleTextColor:$,titleFontName:T,titleFontStyle:C,titleFontSize:E,overlay:S,overlayColor:x,dropShadow:A,dropShadowColor:P,dropShadowBlur:I,containerMargin:k,containerPadding:R,closeButton:L,closeButtonPosition:N,closeButtonSize:D,closeButtonBorderRadius:B,closeButtonBorderWidth:O,closeButtonBorderColor:W,closeButtonColor:V,closeButtonBackgroundColor:q,buttonsAlign:H,buttonsBorderWidth:j,buttonsBorderColor:M,buttonsBorderRadius:F,buttonsBackgroundColor:K,buttonsTextColor:U,buttonsFontName:z,buttonsFontStyle:G,buttonsFontSize:J,secondLink:Y,secondLinkBorderWidth:Q,secondLinkBorderColor:X,secondLinkBorderRadius:Z,secondLinkBackgroundColor:ee,secondLinkTextColor:te,secondLinkFontName:ie,secondLinkFontStyle:se,secondLinkFontSize:ne,animation:re,animationDuration:oe,animationBehaviour:ae,animationSlideDirection:ce}=i?{}:t,le=document.createElement("style");s()&&le.setAttribute("abtasty-script-added","true"),this.loadFont(v,f),this.loadFont(T,C),this.loadFont(z,G),this.loadFont(ie,se);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}_${f.match(_)?f.match(_)[1]:""};`:f||"",fe=b?`font-size: ${b}px;`:"",be=void 0!==A&&A?`box-shadow: 0 5px ${I}px 0 ${P};`:"",we=k instanceof Array&&1===k.length&&k[0],ye=we?`margin: ${we.top}px ${we.right}px ${we.bottom}px ${we.left}px;`:"",$e=we?`margin: calc(${we.top}px * 0.5) calc(${we.right}px * 0.5) calc(${we.bottom}px * 0.5) calc(${we.left}px * 0.5);`:"",Te=R instanceof Array&&1===R.length&&R[0],Ce=Te?`padding: ${Te.top}px ${Te.right}px ${Te.bottom}px ${Te.left}px;`:"",Ee=Te?`padding: calc(${Te.top}px * 0.5) calc(${Te.right}px * 0.5) calc(${Te.bottom}px * 0.5) calc(${Te.left}px * 0.5);`:"",Se=void 0!==j&&j?`border-width: ${j}px; border-style: solid;`:"",xe=[M,j].every(e=>void 0!==e)&&j?`border-color: ${M};`:"",Ae=void 0!==F?`border-radius: ${F}px;`:"",Pe=void 0!==K?`background-color: ${K};`:"",Ie=void 0!==U?`color: ${U}; fill: ${U}; -webkit-text-fill-color: ${U};`:"",ke=z&&"inherit"!==z?`font-family:${z}_${G.match(_)?G.match(_)[1]:""};`:G||"",Re=J?`font-size: ${J}px;`:"",Le="number"==typeof Q?`border-width: ${Q}px; border-style: solid;`:"",Ne=[X,Q].every(e=>void 0!==e)&&Q?`border-color: ${X};`:"",De=void 0!==Z?`border-radius: ${Z}px;`:"",Be=void 0!==ee?`background-color: ${ee};`:"",Oe=void 0!==te?`color: ${te}; fill: ${te}; -webkit-text-fill-color: ${te};`:"",We=ie&&"inherit"!==ie?`font-family:${ie}_${se.match(_)?se.match(_)[1]:""};`:se||"",_e=ne?`font-size: ${ne}px;`:"",Ve="popin"!==n||void 0!==S&&!0!==S?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==x?x:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),qe="number"==typeof D?D:16,He=qe/2,je=i||void 0!==L&&L?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===N?`bottom: calc(100% + ${He}px)`:`top: ${He}px`)+";",`right: ${He}px;`,"width: auto;","height: auto;","background: none;","border: none;","cursor: pointer;","padding: 0;","margin: 0;","line-height: 0;","z-index: 9;","number"==typeof B?`border-radius: ${B}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: ${qe}px;`,`height: ${qe}px;`,"string"==typeof V?`fill: ${V};`:"","}"].join(""):"",Me=w&&"string"==typeof $?[`#${this.widgetContainerId} .${this.contentClassName} > * h1, `,`#${this.widgetContainerId} .${this.contentClassName} > * h2, `,`#${this.widgetContainerId} .${this.contentClassName} > * h3, `,`#${this.widgetContainerId} .${this.contentClassName} > * h4, `,`#${this.widgetContainerId} .${this.contentClassName} > * h5, `,`#${this.widgetContainerId} .${this.contentClassName} > * h6 {`,`color: ${$}; fill: ${$}; -webkit-text-fill-color: ${$};`,void 0!==y?`text-align: ${y};`:"",T&&"inherit"!==T?`font-family:${T}_${C.match(_)?C.match(_)[1]:""};`:C||"",E?`font-size: ${E}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:[`.${this.hideClassName} {`,"opacity: 0 !important;","}"],fade:[`.${this.hideClassName} {`,"opacity: 0 !important;","}",`#${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 Ke=[`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,`margin-${"fill"===H?"top":"left"}: 8px;`,Le,Ne,De,Be,Oe,We,_e,"}",`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,Oe,We,_e,"}"];return le.textContent=[`#${this.widgetContainerId} style { display: none; }`,`.${this.hideClassName} {`,"pointer-events: none;","}",`#${this.widgetContainerId} {`,"opacity: 1;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,he,ge,ue,me,pe,be,ye,ve,fe,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,me,pe,ve,fe,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",Ce,ve,fe,"}",`#${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;",Se,xe,Ae,Pe,Ie,ke,Re,"}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a *, `,`#${this.widgetContainerId} .${this.contentClassName} button:not(class*="close_button") * {`,Ie,ke,Re,"}",...Y?Ke:[],"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,$e,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,Ee,"}","}",Ve,je,Me,Fe,`${e}`].join(""),le}}class H extends q{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 j extends H{constructor(e,t){super(e,t),this.target=e}isWidgetApplied(){const e=this.domElement?.isConnected&&this.domElement.ownerDocument?.defaultView,t=this.hasBeenShown&&this.hasOncePerPageTrigger;return e||t}async insert(){return!this.isWidgetApplied()&&(this.domElement.appendChild(this.styleElement),this.target?.isConnected&&this.target?.ownerDocument?.defaultView&&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)};return super.show(),s()||setTimeout(()=>{const s={[A]:["mouseleave"],[x]:["click"]};switch(e){case x:case A:s[e].forEach(e=>this.target.addEventListener(e,n,{passive:!0,once:!0}));break;case"pageLoad":t&&setTimeout(()=>this.remove(),1e3*i)}},100),this}}let M=[];const F=[],K=()=>{u("Widget launch");const{elementReferrer:e}=DATA;DATA.triggerEventClick??=e,DATA.triggerEventHover??=e,w(e,()=>{M=v(e),M.forEach((e,s)=>{if(F.includes(e))return;const n=new j(e,s);F.push(e),n.init(!0).then(s=>{let{response:r}=s;if(r){const s=new i(n,e);new t(s).build()}})})})},U=()=>{if(!a())return;const{elementReferrer:e}=DATA,t=v(e);(t.length!==M.length||!t.every(e=>M.find(t=>t===e)))&&K()},[z,G]=DATA.elementReferrer.split("[]"),{clear:J}=w(z,e=>{J(),K();const t=e?.[G]||e.getRootNode();var i;i="body"in t?t.body:t,new MutationObserver(U).observe(i,{childList:!0,subtree:!0})})}();
|
1
|
+
!function(){"use strict";const e="iconTitleAndText";class t{constructor(e){this.data=DATA,this.toolTipContainer=e,this.uniqueId=e.getUniqueId(),this.baseClassName="toolTipContainer",this.css=this.getCSS()}getCSS(){const{subLayout:t,isUserIcon:i,iconColor:s}=this.data,n="26px",r=t===e?["display: grid!important;","column-gap: 8px;","grid-template-columns: auto 1fr;",'grid-template-areas: "tt-icon tt-title" "tt-icon tt-text";']:["display: flex;","flex-direction: column;"],o=[`#${this.toolTipContainer.id} .contentContainer {`,...r,"row-gap: 8px;","max-height: 100%;","}",`#${this.toolTipContainer.id} .contentContainer div *,`,".tooltipText {","margin: 0;","}"],a=[".tooltipText {","grid-area: tt-text;","}",".tooltipTitle {","grid-area: tt-title;","}",".tooltipIcon {","grid-area: tt-icon;","justify-self: center;","align-self: center;","}",".tooltipIcon > img,",".tooltipIcon > svg {",`width: ${n};`,`height: ${n};`,"}"];return i||a.push(`#${this.toolTipContainer.id} .tooltipIcon svg path { fill: ${s}; }`),t===e&&o.push(...a),o.join("")}async buildTooltipContent(){const{subLayout:t,titleContent:i,content:s,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"),a.role="tooltip";const l={className:"tooltipTitle",htmlTag:"h3",html:i},h=[{className:"tooltipText",htmlTag:"p",html:s}];return"titleAndText"===t&&h.push(l),t===e&&h.push(l,{className:"tooltipIcon",htmlTag:"div",html:c}),h.reverse().forEach(e=>{let{className:t,htmlTag:i,html:s}=e;const n=document.createElement(i);n.classList.add(t),n.innerHTML=s,a.appendChild(n)}),a}async build(){this.toolTipContainer.init(this.data);const e=this.toolTipContainer.getCSS();this.toolTipContainer.parentContainer.styleElement.insertAdjacentText("beforeend",`${e}${this.css}`);const t=await this.buildTooltipContent();this.toolTipContainer.getWidgetElement().appendChild(t),this.toolTipContainer.resizeTooltip(this.data.position),this.toolTipContainer.parentContainer.show()}}class i{constructor(e,t){this.parentContainer=e,this.tooltipTarget=t,this.wrapperElement=this.parentContainer.domElement,this.id=this.parentContainer.widgetContainerId,this.widgetElement=this.parentContainer.domElement.querySelector(`.${this.parentContainer.contentClassName}`),this.content=null,this.css=""}adaptParentWrapperCSS(){"inline"===getComputedStyle(this.tooltipTarget).getPropertyValue("display")&&(this.tooltipTarget.style.display="inline-block")}setupCSSWrapper(e){const t={left:"flex-start",top:"center",bottom:"center",right:"flex-end"},{elementReferrer:i}=DATA;if(!t[e])return;const[s,,n]=i.split("[]");this.css=[`${n??s} {`,"position: relative !important;","}",`#${this.wrapperElement.id} {`,"box-shadow: unset;","border-radius: unset;","font-size: unset;","color: unset;","transform: unset;","position: absolute;","display: flex;",`justify-content: ${t[e]};`,"align-items: center;","top: 0;","left: 0;","bottom: 0;","right: 0;","pointer-events: none;","}",`#${this.wrapperElement.id} > div {`,"pointer-events: all;","}"].join("")}setupCSSWidgetFrame(e){let{position:t,borderColor:i,borderWidth:s,backgroundColor:n,zindex:r,zindexCustom:o}=e;const a="8px",c="calc(100% + 16px)",l=s>0?`calc(${s}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:[`border-bottom-color: ${i};`,`border-right-color: ${i};`,`bottom: calc(-1 * ${l});`,`left: calc(50% - ${l});`],bottom:[`border-top-color: ${i};`,`border-left-color: ${i};`,`top: calc(-1 * ${l});`,`left: calc(50% - ${l});`],left:[`border-top-color: ${i};`,`border-right-color: ${i};`,`right: calc(-1 * ${l});`,`top: calc(50% - ${l});`],right:[`border-bottom-color: ${i};`,`border-left-color: ${i};`,`left: calc(-1 * ${l});`,`top: calc(50% - ${l});`]},u={top:[`bottom: calc(-1 * ${a});`,`left: calc(50% - ${a});`],bottom:[`top: calc(-1 * ${a});`,`left: calc(50% - ${a});`],left:[`top: calc(50% - ${a});`,"right: -7px;"],right:["left: -7px;",`top: calc(50% - ${a});`]},g=`#${this.wrapperElement.id} .${this.parentContainer.contentClassName}`;this.css+=[`#${this.wrapperElement.id} .${this.parentContainer.contentClassName} {`,"display: unset;","inset: unset;","margin: unset;","transform: unset;","white-space: unset;","word-break: unset;","position: absolute !important;","width: max-content;","max-width: 100vw;","padding: 12px;","line-height: 0;",`z-index: ${"custom"===r?o:r};`,"}","@media screen and (max-width: 650px) {",`#${this.wrapperElement.id} .${this.parentContainer.contentClassName} {`,"max-width: 100%;","min-width: 150px;","}","}",`#${this.wrapperElement.id} .${this.parentContainer.contentClassName}_${t} {`,`${h[t]}`,"}",`${g}_${t}::before,`,`${g}_${t}::after {`,"display: block;","content: '';","position: absolute;","width: 0;","height: 0;","transform: rotate(45deg);",`border-radius: ${{bottom:"25% 0 0 0",left:"0 25% 0 0",top:"0 0 25% 0",right:"0 0 0 25%"}[t]};`,"}",`${g}_${t}::before {`,`border: ${l} solid transparent;`,...d[t],"}",`${g}_${t}::after {`,`border: ${a} solid ${n};`,...u[t],"}"].join(""),this.widgetElement.classList.add(`${this.parentContainer.contentClassName}_${t}`)}resizeTooltip(e){var t=this;const i=this.widgetElement.getBoundingClientRect(),s=this.widgetElement.querySelector(".contentContainer"),n=function(){let i=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];s.style.overflow="auto",i&&t.resizeTooltip(e)};switch(e){case"left":case"right":"left"===e&&i.x<0?(this.widgetElement.style.width=`${i.width+i.x}px`,n()):"right"===e&&i.right>window.innerWidth&&(this.widgetElement.style.width=window.innerWidth-i.x+"px",n()),i.y<0&&(this.widgetElement.style.height=`${i.height+2*i.y}px`,n()),i.bottom>window.innerHeight&&(this.widgetElement.style.height=i.height-(i.bottom-window.innerHeight)+"px",n());break;case"top":i.y<0&&(this.widgetElement.style.height=`${i.height+i.y}px`,n(!1));break;default:i.bottom>window.innerHeight&&(this.widgetElement.style.height=i.height-(i.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 s=()=>Object.prototype.hasOwnProperty.call(top,"ABTastyEditor"),n=()=>{const e=!!document.getElementById("ABTastyPreviewBar"),t=location.href.includes("ab_project=preview");return e||t},r=e=>new Function(`try {\n\t\t${e}\n\t} catch (error) {\n\t\treturn null;\n\t}`)(),o=()=>encodeURIComponent(DATA.spNoTrim?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),a=()=>!s()&&(n()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),c=()=>window.ABTasty&&!0===window.ABTasty.consentReady,l=()=>{const{type:e}=DATA;return`${PACKAGE.replace("@abtasty/","")}${e?`_${e}`:""}`},h=()=>{const e=l();return`${e.charAt(0).toUpperCase()}${e.slice(1)}`.split("-").join(" ")},d=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,u=e=>{const t=(()=>{if(s()||n())return!1;const e=ABTasty.getTestsOnPage()[TEST_ID];return!!e&&Object.keys(e.targetings.qaParameters).length>0})(),i=window.document.cookie.includes("abTastyDebug=")||!0===window.abTastyDebug;if(t||i){const i=h();window.console.log(`%c${i} - ${t?"QA":"Debug"} Mode for campaign ${TEST_ID} %c ${e}`,"background-color: #D6FF01; color: #3100be; padding: 3px 0 3px 10px; border-radius: 5px 0 0 5px; font-weight: bold;","background-color: #3100be; color: white; padding: 3px 10px 3px 0; border-radius: 0 5px 5px 0;")}},g=e=>{const t={promise:null,resolve:null,reject:null,name:e};return t.promise=new Promise((e,i)=>{t.resolve=e,t.reject=i}),t},m=(e,t)=>{const i=t?[]:null;if("string"!=typeof e||!e.trim().length)return i;const[s,n,r]=e.split("[]").map(e=>e.trim()),o=Boolean(r)?r:e,a=n?document.querySelector(s)?.[n]:document;return a?t?[...a.querySelectorAll(o)]:a.querySelector(o):i},p=e=>m(e,!1),v=e=>m(e,!0),f=(e,t)=>{const i=document.querySelector("body")||document.documentElement,s={childList:!0,subtree:!0,attributes:!0},n=()=>r.disconnect(),r=new MutationObserver(()=>{const i=p(t);return i&&!n()&&e(i)});return{clear:n,observe:(e=i)=>r.observe(e,s)}},b=()=>{},w=(e,t)=>{const i=p(e),n={selector:e,clear:b,observe:b};if(i)return setTimeout(()=>t(i),0),n;if(s())return setTimeout(()=>w(e,t),1e3),n;if(e.includes("[]"))return((e,t)=>{const[i,s]=t.split("[]").map(e=>e.trim()),n=p(i),r=n?.[s],{clear:o,observe:a}=f(e,t),c=()=>{const i=p(t);return i&&!l()&&e(i)},l=()=>{o(),n?.removeEventListener("load",c)},h=()=>{a(r),"iframe"===n?.localName&&n.addEventListener("load",c)};return h(),{selector:t,clear:l,observe:h}})(t,e);const{clear:r,observe:o}=f(t,e);return o(),{selector:e,clear:r,observe:o}};function y(e,t){const i=e.parentElement||e.getRootNode().host;return t(e)||!i?e:y(i,t)}const $=(e,t)=>[...v(t)].some(i=>{const[s,,n]=t.split("[]"),r=n??s;return i===e||!!e.closest(r)});let T=!1;const C="remove",E="rebuild",S="update",x="click",A="hover";class P{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=null,this.mutationObserver=null,this.mouseOverEvent=null,this.scrollEvent=null,this.onTransitionEnd=null,this.onIframeLoad=null}transitionOverHandler(e){const t=[e,"transitionend",this.checkElements.bind(this),!0];return this.getEvents(...t)}intersectionHandler(e){e.forEach(e=>{e.isIntersecting?(this.existingTargets.forEach(t=>{t.element.isSameNode(e.target)&&(this.inViewportTargets.push(t),this.mouseOverEvent.start(),this.scrollEvent.start(),this.onTransitionEnd.start())}),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter(t=>!t.element.isSameNode(e.target)||(this.mouseOverEvent.clear(),this.scrollEvent.clear(),this.onTransitionEnd.clear(),!1))})}startVisibilityObserver(e){const t={root:e,rootMargin:"0px",threshold:0};return this.visibilityObserver??=new IntersectionObserver(this.intersectionHandler.bind(this),t),this.visibilityObserver}startMutationObserver(e){return this.mutationObserver??=new MutationObserver(this.checkElements.bind(this)),this.mutationObserver.observe(e,{attributes:!0,childList:!0,subtree:!0}),this.mutationObserver}onMouseOver({target:e,path:t}){const i=this.inViewportTargets.find(({element:i,selector:s})=>{if(i.isSameNode(e))return!0;const[n,,r]=s.split("[]"),o=r??n,a=[...e.querySelectorAll(o)];if(a.length&&a.includes(i))return!0;if(t.includes(i))return!0;if(!e.parentElement?.children?.length)return;const c=[...e.parentElement.children],l=c.findIndex(t=>t.isSameNode(e)),h=c.filter((e,t)=>t>l);if(h.length){if(h.includes(i))return!0;if(h.some(e=>[...e.querySelectorAll(o)].includes(i)))return!0}return!1});if(i&&this.isElementVisible(i.element)){const{selector:e,element:t,uniqueId:s}=i,n=this.targets.find(t=>t.selector===e&&t.uniqueId===s);n&&n.resolve(t),this.clear(e,s)}}getEvents(e,...t){return{start:()=>e?.addEventListener(...t),clear:()=>e?.removeEventListener(...t)}}mouseOverHandler(e){const t=[e,"ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0?"touchmove":"mouseover",e=>{const t=e.composedPath(),{target:i}=e;setTimeout(()=>this.onMouseOver({target:i,path:t}),50)},!0];return this.getEvents(...t)}scrollEventHandler(e){const t=[e,"scroll",(i=this.checkElements.bind(this),()=>{T||(T=!0,setTimeout(()=>{i(),T=!1},100))}),{passive:!0}];var i;return this.getEvents(...t)}isElementVisible(e){return this.isElementOpaque(e)&&this.isElementTopmost(e)}isElementOpaque(e){return"HTML"===y(e,e=>"0"===window.getComputedStyle(e).opacity).nodeName}isElementTopmost(e){const t=e.getBoundingClientRect(),i=[[t.left,t.top],[t.right,t.top],[t.left,t.bottom],[t.right,t.bottom],[t.left+t.width/2,t.top],[t.left+t.width/2,t.bottom],[t.left,t.height/2],[t.right,t.height/2],[t.left+t.left/2,t.height/2]];let s=!1,n=0;for(;!s&&n<i.length;){const t=e.getRootNode()?.elementFromPoint(...i[n]);s=e===t||t?.contains(e)||e.contains(t),n+=1}return s}checkElements(){this.targets.forEach(({selector:e,uniqueId:t})=>{const i=p(e),[s,,n]=e.split("[]"),r=n??s;i&&!this.existingTargets.find(e=>e.element.matches(r)&&e.uniqueId===t)&&(this.existingTargets.push({element:i,selector:e,uniqueId:t}),this.visibilityObserver.observe(i))}),this.existingTargets=this.existingTargets.filter(({selector:e,element:t})=>!!p(e)||(t&&this.visibilityObserver.unobserve(t),!1)),this.inViewportTargets=this.inViewportTargets.filter(({selector:e,element:t,uniqueId:i})=>{const[s,,n]=e.split("[]"),r=n??s;if(t.matches(r)&&this.isElementVisible(t)){const s=this.targets.find(t=>t.selector===e&&t.uniqueId===i);return s&&s.resolve(t),this.clear(e,i),!1}return!0})}onLoadIframe(e){const t=[e.defaultView.frameElement,"load",()=>this.watch(selector,resolve,uniqueId).bind(this),{passive:!0}];return this.getEvents(...t)}watch(e,t,i){this.targets.push({selector:e,resolve:t,uniqueId:i});const{clear:s}=w(e,e=>{s();const t=e.getRootNode(),i="body"in t?t.body:document;this.mouseOverEvent=this.mouseOverHandler(t),this.scrollEvent=this.scrollEventHandler(t),this.onTransitionEnd=this.transitionOverHandler(t),t.defaultView?.frameElement&&(this.onIframeLoad=this.onLoadIframe(t),this.onIframeLoad.start()),this.startVisibilityObserver(i),this.startMutationObserver(i),this.checkElements()})}clear(e,t){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map(i=>i.filter(({selector:i,uniqueId:s})=>i!==e&&s!==t));const i=p(e);i&&this.visibilityObserver?.unobserve(i),0===this.targets.length&&(this.mutationObserver?.disconnect(),this.onIframeLoad?.clear()),0===this.inViewportTargets.length&&(this.mouseOverEvent?.clear(),this.scrollEvent?.clear(),this.onTransitionEnd?.clear())}}const I="ABTastyData";class k{constructor({triggerEvent:e,triggerSelector:t,triggerDelay:i,triggerTarget:s}){this.event=e,this.selector=Boolean(t)?t:"body",this.target="string"==typeof s?p(t):s,this.delay=1e3*i,this.triggerElements=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.promises=[],this.visibilityObservers=[],this.socialProofStore={},this.elementWaiters=[]}async onElementVisible({promise:e,resolve:t}){const i=g(`${this.event}DomReady`);this.promises.push(i);const{clear:s}=w(this.selector,()=>{const e=new P;this.visibilityObservers.push(e),e.watch(this.selector,t,d())});return this.elementWaiters.push(s),e}onPageLoad({promise:e,resolve:t}){const i=()=>"complete"===document.readyState;if(!i()){const s=["readystatechange",()=>i()&&t(!0),{passive:!0}];return this.eventsListeners.push([document,...s]),document.addEventListener(...s),e}return t(!0),e}onClick({promise:e,resolve:t}){const i=({isTrusted:e,target:i})=>{if(e)return(i.isEqualNode(this.target)||$(i,this.selector))&&t(!0)},{clear:s}=w(this.selector,e=>{s();const t=document.createElement("style");t.id=`Click_${d()}`;const[n,,r]=this.selector.split("[]"),o=r??n;t.innerHTML=`${o} {\n\t\t\t\tcursor: pointer !important;\n\t\t\t\tpointer-events: all !important;\n\t\t\t}`;const a=e.getRootNode();("head"in a?a.head:a).appendChild(t),this.triggerElements.push(t);const c=["click",i,{passive:!0,capture:!0}];this.eventsListeners.push([a,...c]),a.addEventListener(...c)});return this.elementWaiters.push(s),e}onHover({promise:e,resolve:t}){const i=({isTrusted:e,target:i})=>{if(e)return(this.target?i.isEqualNode(this.target):$(i,this.selector))&&t(!0)},{clear:s}=w(this.selector,e=>{const t=e.getRootNode(),s="body"in t?t.body:[...t.childNodes].find(t=>t.contains(e)),n=["mouseenter",i,{passive:!0,capture:!0}];this.eventsListeners.push([s,...n]),s.addEventListener(...n)});return this.elementWaiters.push(s),e}onExitIntent({promise:e,resolve:t}){const i=["mouseleave",({isTrusted:e,clientY:i})=>{e&&i<=0&&t(!0)},{passive:!0}],{clear:s}=w("html",e=>{s(),this.eventsListeners.push([e,...i]),e.addEventListener(...i)});return e}onReengage({promise:e,resolve:t}){const i=this.delay;let s=i;const n=[...document.querySelectorAll("*:empty")].map(e=>e.contentDocument||e.shadowRoot).filter(e=>e),r=[({isTrusted:e})=>{e&&(s=i)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach(e=>{[document,...n].forEach(t=>{this.eventsListeners.push([t,e,...r]),t.addEventListener(e,...r)})});const o=setInterval(()=>{s<=0?t(!0):s-=100},100);return this.intervals.push(o),e}onCustomTrigger({promise:e,resolve:t}){const{triggerEventCustomScript:i,tagIsSafeEval:s}=DATA,n=s&&DATA_JS?.triggerEventCustomScript,r="function"==typeof n?()=>new Promise(e=>n(e)):new Function(`return new Promise(async resolve => {${i}})`);return r().then(e=>e&&t(!0)),e}onScrollUp({promise:e,resolve:t}){let i=0;const s=["scroll",({isTrusted:e})=>{e&&(window.scrollY<i?t(!0):i=window.scrollY)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...s]),document.addEventListener(...s),e}onScrollPercentReached({promise:e,resolve:t}){const{triggerEventScrollPercent:i}=DATA,s=["scroll",({isTrusted:e})=>{if(!e)return;const s=(()=>{const{documentElement:e,body:t}=document,i=e.scrollTop||t.scrollTop,s=e.scrollHeight||t.scrollHeight;return Math.trunc(i/(s-e.clientHeight)*100,10)})();i<s&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...s]),document.addEventListener(...s),e}checkSocialProofConditions(e,t,i,s){const n=(()=>{let e;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S?.USER?.accountIdentifier?.length?e=window.ABTASTY_S.USER.accountIdentifier:"function"==typeof window.ABTasty?.getAccountSettings?e=window.ABTasty.getAccountSettings().identifier:window.ABTasty?.accountSettings&&(e=window.ABTasty.accountSettings.identifier),e):e})(),{viewInterval:r,spNoTrim:o}=DATA;if(this.socialProofStore.hasOwnProperty(e))i(this.socialProofStore[e])?s(`${this.socialProofStore[e][r]}`):s(!1);else if(e&&n){const a=t=>(this.socialProofStore[e]=t,s(!!i(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(()=>u("Failed to fetch datas from server."))}else s(!1)}getSocialProofDatas({promise:e,resolve:t},i,s=!1){const{productKey:n,keyType:a}=(()=>{const{socialProofContentType:e,productKeyProvider:t,pathToProductKey:i,customJSProductKey:s,productSKU:n,tagIsSafeEval:a}=DATA,{pathToProductKey:c,customJSProductKey:l}=a&&DATA_JS||{};if(2===e)return{productKey:o(),keyType:"url"};{let a=null,h="sku";switch(t){case"ABTastyProductKey":a=window.ABTastyProductKey;break;case"pathToProductKey":a="function"==typeof c?c():r(`return ${i};`);break;case"customJSProductKey":a="function"==typeof l?l():r(s);break;case"productSKU":a=n}return a||3!==e||(a=o(),h="url"),{productKey:a,keyType:h}}})(),{viewInterval:c,triggerSocialProofMinVisitors:l,triggerSocialProofMinPurchases:h,triggerSocialProofMinPageViews:d}=DATA,g={pv:d,i:h,"v-pv":l}[i];return[typeof c,typeof g].includes("undefined")&&t(!1),s&&!n&&(u("Not able to find ABTastyProductKey, impossible to call the API, read documentation for more informations:\n\t\t\t\thttps://support.abtasty.com/hc/en-us/articles/4710919241628-Widgets-List#h_84c04344-c655-4e5e-b9ab-d26a798ad9b0"),t(!1)),this.checkSocialProofConditions(n,"v-pv"===i&&"sku"===a?"v-i":i,e=>{const t=void 0!==e[c]&&e[c]>=g;return t||u(`Widget will not be shown, Social Proof API returned ${e[c]} while ${g} are required`),t},t),e}onConsent({promise:e,resolve:t}){if(!c()){const i=["abtasty_consentValid",()=>t(!0)];return this.eventsListeners.push(i),window.addEventListener(...i),e}return t(!0),e}onTrackingSent({promise:e,resolve:t}){const{triggerEventTrackingSent:i}=DATA;let s=localStorage.getItem(I);const n=()=>JSON.parse(s)?.ActionTracking?.some(({name:e})=>e===i),r=["storage",({key:e,newValue:i})=>{e===I&&(s=i,n()&&t(!0))},{passive:!0,capture:!0}];return s&&n()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onMinPagesViewed({promise:e,resolve:t}){const{triggerEventMinPagesViewed:i}=DATA;let s=localStorage.getItem(I);const n=()=>i<=(s?JSON.parse(s)?.VisitedPages?.length:0),r=["storage",({key:e,newValue:i})=>{e===I&&(s=i,n()&&t(!0))},{passive:!0,capture:!0}];return s&&n()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onRageClick({promise:e,resolve:t}){const{triggerEventRageClickQuantity:i,triggerEventRageClickDelay:s}=DATA;let n=0,r=!1;const o=["click",({isTrusted:e})=>{if(e&&(n+=1,n>=i&&t(!0),!r)){r=!0;const e=setTimeout(()=>{n=0,r=!1},s);this.timeouts.push(e)}},{passive:!0,capture:!0}],a=e=>{this.eventsListeners.push([e,...o]),e.addEventListener(...o)},{clear:c}=w("iframe []contentDocument[] body > *",()=>{const e=document.getElementsByTagName("iframe");for(const t of e){"contentDocument"in t&&"body"in t.contentDocument&&a(t.contentDocument);const e=()=>a(t.contentDocument);t.addEventListener("load",e),this.eventsListeners.push([t,"onIframeLoad",e])}});return this.elementWaiters.push(c),a(document),e}clear(){this.triggerElements=this.triggerElements.filter(e=>(e.remove(),!1)),this.eventsListeners=this.eventsListeners.filter(e=>{const[t,...i]=e;return t&&i.length>1&&t.removeEventListener(...i),!1}),this.timeouts=this.timeouts.filter(e=>(clearTimeout(e),!1)),this.intervals=this.intervals.filter(e=>(clearInterval(e),!1));const e=d();return this.visibilityObservers=this.visibilityObservers.filter(t=>(t.clear(this.selector,e),!1)),this.promises=this.promises.filter(e=>(e.resolve(!1),!1)),this.elementWaiters=this.elementWaiters.filter(e=>(e(),!1)),this}async isTriggered(){this.clear();const e=g(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")},i=!Object.prototype.hasOwnProperty.call(t,this.event)||await t[this.event]();return i&&this.clear(),"reengage"!==this.event&&this.delay?i&&await(async()=>{const e=g(`${this.event}Delay`);this.promises.push(e);const t=setTimeout(()=>{e.resolve(!0),this.clear()},this.delay);return this.timeouts.push(t),e.promise})():i}}const R="display",L="closing",N="validation",D="ABTastyWidgets",B=`${D}Temporary`;class O{constructor({displayRecurrence:e,closingRecurrence:t,validationRecurrence:i},s){this.displayRecurrence=parseFloat(e),this.closingRecurrence=parseFloat(t),this.validationRecurrence=parseFloat(i),this.onSetCallback=s,this.widgetName=l(),this.uniqueId=d(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:e}){const t=localStorage.getItem(B),i=sessionStorage.getItem(D);"ABTastyData"===e&&!t&&i&&localStorage.setItem(B,i)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(e){try{const t=e.getItem(D);return JSON.parse(t)}catch(t){return e.removeItem(D),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(e,t){const{[this.recurrenceKey]:i,...s}=t;return Object.entries(s).length?(e.setItem(D,JSON.stringify(s)),s):(e.removeItem(D),!1)}removeSessionRecurrenceStorage(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.sessionStorage,e)}removeLocalRecurrenceStorage(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.localStorage,e)}getSessionRecurrence(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getLocalRecurrence(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();return e||t||{type:!1}}isOver(){const e=localStorage.getItem(B),t=!(!e||!e.includes(this.recurrenceKey))||this.getSessionRecurrence();e&&(sessionStorage.setItem(D,e),localStorage.removeItem(B));const i=this.getLocalRecurrence(),s=(i?parseFloat(i.stamp):0)<(new Date).getTime();return s&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&s&&!this.getLocalRecurrence()&&!t}setRecurrence(e,t){0!==e&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const i=this.getTypeOfStorage(e);if(n()||!i&&"object"!=typeof i)return!1;const{storageString:s,storageMethod:r}=i,o=this.getStamp(e),a={type:t,stamp:o},{type:l}=this.getCurrentRecurrence(),h=async()=>{if(!c()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=a;const e=new k({triggerEvent:"consent"});await e.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();let i;"session"===s?e?i=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),i=this.getSessionRecurrenceStorageParsed()):"local"===s&&(t?i=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),i=this.getLocalRecurrenceStorageParsed()));const n=i?{[this.recurrenceKey]:a,...i}:{[this.recurrenceKey]:a};r.setItem(D,JSON.stringify(n)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!r)return!1;if(l&&t!==N)if(t===L&&l!==N)h();else{if(t!==R||l===N||l===L)return!1;h()}else h();return o}setDisplayRecurrence(){const e=R;this.setRecurrence(this.displayRecurrence,e)}setClosingRecurrence(){const e=L;this.setRecurrence(this.closingRecurrence,e)}setValidationRecurrence(){const e=N;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 W{constructor(e,t,i){this.isWidgetApplied=e,this.callback=t,this.shouldUpdate=i,this.triggerIframeTarget=null,this.observer=new MutationObserver(this.observerHandler.bind(this)),this.tagRollbackEventParams=["abtasty_resetActionTracking",this.onTagRollback.bind(this)],this.onCampaignLaunchedEventParams=["abtasty_executedCampaign",this.onCampaignLaunched.bind(this)]}decisionHandler(e){const t=!e&&this.isWidgetApplied(),i=t?this.shouldUpdate&&S:E;return i?(this.clearWatcher(),this.callback(i,!e,t),this.watch(),this):this}onCampaignLaunched({detail:{campaignId:e}}){e===TEST_ID&&(this.callback(E,!1),this.watch())}onTagRollback({target:e}){return this.clearWatcher(e),this.callback(C,!1,!0),window.addEventListener(...this.onCampaignLaunchedEventParams),this}observerHandler(e){return a()?e.some(e=>["removedNodes","addedNodes"].some(t=>e[t]&&e[t].length))?this.decisionHandler():this:this.callback(C,!1)}watch(e,t){if(s())return this;if(this.clearWatcher(e),window.removeEventListener(...this.onCampaignLaunchedEventParams),document.addEventListener(...this.tagRollbackEventParams),t?.includes("[]contentDocument[]")){const e=t.split("[]")[0].trim(),{clear:i}=w(e,e=>{i(),this.triggerIframeTarget=e,e.addEventListener("load",this.decisionHandler.bind(this))})}const i=e?.defaultView?.frameElement;i&&this.triggerIframeTarget!==i&&i.addEventListener("load",this.decisionHandler.bind(this));const{clear:n}=w("body",t=>{n();const i=e?.body||e||t;this.observer.observe(i,{childList:!0,subtree:!0})});return this}clearTriggerElementWatcher(){this.triggerIframeTarget?.removeEventListener("load",this.decisionHandler.bind(this))}clearWatcher(e){return document.removeEventListener(...this.tagRollbackEventParams),this.observer.disconnect(),this.clearTriggerElementWatcher(),e?.defaultView?.frameElement?.removeEventListener("load",this.decisionHandler.bind(this)),this}}const _=/.+\/([^.]+)\.(otf|ttf)$/,V=["socialProofPurchases","socialProofPageViews","socialProofVisitors"];class q{constructor(e,t){this.children=void 0,this.uniqueId=`${d()}${t?`_${t}`:""}`,this.widgetName=l(),this.prettyName=h(),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 O(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new k(this.triggerParams),this.shouldUpdate=!!this.triggerParams&&V.includes(this.triggerParams.triggerEvent),this.pageWatcher=new W(this.isWidgetApplied.bind(this),this.onPageChange.bind(this)),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.rootElement=null,this.domElement=this.getDom(),this.hasBeenShown=!1,this.closedByUser=!1,this.elementsWaiters=[]}clearGivenClearables(){this.elementsWaiters.forEach(e=>e.clear()),this.elementsWaiters=[]}isWidgetApplied(){return this.domElement?.isConnected&&this.domElement.ownerDocument?.defaultView}removeOldDomElement(){const e=this.rootElement?.getElementById(this.widgetContainerId);return e?.remove(),this}async insert(){if(this.isWidgetApplied())return!1;const e=["free"];"drawer"===DATA.layout&&DATA.customTarget&&e.push("drawer");const t=e.includes(DATA.layout);return new Promise(e=>{const{elementReferrer:i="body",referrerInsertType:s="beforeend"}=t?DATA:{},n=w(i,t=>{this.elementsWaiters=this.elementsWaiters.filter(e=>e.selector!==i),this.rootElement=t.getRootNode(),this.removeOldDomElement(),this.domElement.appendChild(this.styleElement),e(t.insertAdjacentElement(s,this.domElement))});this.elementsWaiters.push(n)}).then(()=>this)}remove(){return this.trigger&&this.trigger.clear(),this.pageWatcher.clearWatcher(this.rootElement),this.domElement?.isConnected&&this.domElement.remove(),this.hasOncePerPageTrigger?this.pageWatcher.watch(this.rootElement):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.rootElement),this}hide(e=!0){return!s()&&this.hasBeenShown&&e&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),e&&(this.pageWatcher.clearWatcher(this.rootElement),this.closedByUser=!0),this.domElement.classList.add(this.hideClassName),this}async init(e){const t=s(),i=a(),n=this.trigger?.promises?.length,r=!this.recurrence||this.recurrence.isOver();if(!t&&!i||n||!r)return{container:this,response:!1};this.pageWatcher.watch(this.rootElement||document,this.triggerParams.triggerSelector);const o=t||!this.trigger||this.trigger&&await this.trigger.isTriggered();this.pageWatcher.clearTriggerElementWatcher();const c={container:this,response:o};return o?(await this.insert(),this.addCloseEvent(),t||e||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(o),c):c}onPageChange(e,t,i){const s=()=>this.init().then(({response:e})=>{e?this.show():this.hide(!1)});t||(this.hasBeenShown=!1,i&&this.domElement.remove(),this.trigger&&this.trigger.clear());const n={[C]:()=>i?this.remove():this.pageWatcher.watch(this.rootElement),[E]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch(this.rootElement):i||this.insert().then(e=>e.show()).catch(this.pageWatcher.watch):s()},[S]:()=>{this.hasBeenShown?this.pageWatcher.watch():s()}};"function"==typeof n[e]&&n[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,overlayClickable:i,overlay:s=!0}=DATA,n=document.createElement("div");return n.className=`${this.basicClassName} ${this.hideClassName}`,n.id=this.widgetContainerId,["popin","bannerTop","bannerBottom"].includes(t)&&(n.role="dialog"),n.innerHTML=`\n\t\t\t${"popin"===t&&!0===s?`<div ${i?'aria-label="Close dialog"':""} class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${e?`<button class="${this.closeButtonClassName}" aria-label="Close dialog"><svg viewBox="0 0 16 16">\n\t<defs><path id="prefix__a" d="M12 4.991L11.009 4 8 7.009 4.991 4 4 4.991 7.009 8 4 11.009 4.991 12 8 8.991 11.009 12 12 11.009 8.991 8z"></path></defs>\n\t<g><use xlink:href="#prefix__a"></use></g>\n</svg></button>`:""}\n\t\t\t</div>`,n}loadFont(e,t){if(!e||"inherit"===e||!/otf|ttf/g.test(t))return;const i=document.createElement("style"),s=t.match(_)?t.match(_)[1]:"";i.innerHTML=`@font-face { font-family: '${e}_${s}'; src: url('${t}'); font-display: swap; }`;const n=this.rootElement?.head||document.head;n?.appendChild(i)}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:f,fontSize:b,isTitle:w,titleTextAlign:y,titleTextColor:$,titleFontName:T,titleFontStyle:C,titleFontSize:E,overlay:S,overlayColor:x,dropShadow:A,dropShadowColor:P,dropShadowBlur:I,containerMargin:k,containerPadding:R,closeButton:L,closeButtonPosition:N,closeButtonSize:D,closeButtonBorderRadius:B,closeButtonBorderWidth:O,closeButtonBorderColor:W,closeButtonColor:V,closeButtonBackgroundColor:q,buttonsAlign:H,buttonsBorderWidth:j,buttonsBorderColor:M,buttonsBorderRadius:F,buttonsBackgroundColor:K,buttonsTextColor:U,buttonsFontName:z,buttonsFontStyle:G,buttonsFontSize:J,secondLink:Y,secondLinkBorderWidth:Q,secondLinkBorderColor:X,secondLinkBorderRadius:Z,secondLinkBackgroundColor:ee,secondLinkTextColor:te,secondLinkFontName:ie,secondLinkFontStyle:se,secondLinkFontSize:ne,animation:re,animationDuration:oe,animationBehaviour:ae,animationSlideDirection:ce}=i?{}:t,le=document.createElement("style");s()&&le.setAttribute("abtasty-script-added","true"),this.loadFont(v,f),this.loadFont(T,C),this.loadFont(z,G),this.loadFont(ie,se);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}_${f.match(_)?f.match(_)[1]:""};`:f||"",fe=b?`font-size: ${b}px;`:"",be=void 0!==A&&A?`box-shadow: 0 5px ${I}px 0 ${P};`:"",we=k instanceof Array&&1===k.length&&k[0],ye=we?`margin: ${we.top}px ${we.right}px ${we.bottom}px ${we.left}px;`:"",$e=we?`margin: calc(${we.top}px * 0.5) calc(${we.right}px * 0.5) calc(${we.bottom}px * 0.5) calc(${we.left}px * 0.5);`:"",Te=R instanceof Array&&1===R.length&&R[0],Ce=Te?`padding: ${Te.top}px ${Te.right}px ${Te.bottom}px ${Te.left}px;`:"",Ee=Te?`padding: calc(${Te.top}px * 0.5) calc(${Te.right}px * 0.5) calc(${Te.bottom}px * 0.5) calc(${Te.left}px * 0.5);`:"",Se=void 0!==j&&j?`border-width: ${j}px; border-style: solid;`:"",xe=[M,j].every(e=>void 0!==e)&&j?`border-color: ${M};`:"",Ae=void 0!==F?`border-radius: ${F}px;`:"",Pe=void 0!==K?`background-color: ${K};`:"",Ie=void 0!==U?`color: ${U}; fill: ${U}; -webkit-text-fill-color: ${U};`:"",ke=z&&"inherit"!==z?`font-family:${z}_${G.match(_)?G.match(_)[1]:""};`:G||"",Re=J?`font-size: ${J}px;`:"",Le="number"==typeof Q?`border-width: ${Q}px; border-style: solid;`:"",Ne=[X,Q].every(e=>void 0!==e)&&Q?`border-color: ${X};`:"",De=void 0!==Z?`border-radius: ${Z}px;`:"",Be=void 0!==ee?`background-color: ${ee};`:"",Oe=void 0!==te?`color: ${te}; fill: ${te}; -webkit-text-fill-color: ${te};`:"",We=ie&&"inherit"!==ie?`font-family:${ie}_${se.match(_)?se.match(_)[1]:""};`:se||"",_e=ne?`font-size: ${ne}px;`:"",Ve="popin"!==n||void 0!==S&&!0!==S?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==x?x:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),qe="number"==typeof D?D:16,He=qe/2,je=i||void 0!==L&&L?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===N?`bottom: calc(100% + ${He}px)`:`top: ${He}px`)+";",`right: ${He}px;`,"width: auto;","height: auto;","background: none;","border: none;","cursor: pointer;","padding: 0;","margin: 0;","line-height: 0;","z-index: 9;","number"==typeof B?`border-radius: ${B}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: ${qe}px;`,`height: ${qe}px;`,"string"==typeof V?`fill: ${V};`:"","}"].join(""):"",Me=w&&"string"==typeof $?[`#${this.widgetContainerId} .${this.contentClassName} > * h1, `,`#${this.widgetContainerId} .${this.contentClassName} > * h2, `,`#${this.widgetContainerId} .${this.contentClassName} > * h3, `,`#${this.widgetContainerId} .${this.contentClassName} > * h4, `,`#${this.widgetContainerId} .${this.contentClassName} > * h5, `,`#${this.widgetContainerId} .${this.contentClassName} > * h6 {`,`color: ${$}; fill: ${$}; -webkit-text-fill-color: ${$};`,void 0!==y?`text-align: ${y};`:"",T&&"inherit"!==T?`font-family:${T}_${C.match(_)?C.match(_)[1]:""};`:C||"",E?`font-size: ${E}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:[`.${this.hideClassName} {`,"opacity: 0 !important;","}"],fade:[`.${this.hideClassName} {`,"opacity: 0 !important;","}",`#${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 Ke=[`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,`margin-${"fill"===H?"top":"left"}: 8px;`,Le,Ne,De,Be,Oe,We,_e,"}",`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,Oe,We,_e,"}"];return le.textContent=[`#${this.widgetContainerId} style { display: none; }`,`.${this.hideClassName} {`,"pointer-events: none;","}",`#${this.widgetContainerId} {`,"opacity: 1;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,he,ge,ue,me,pe,be,ye,ve,fe,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,me,pe,ve,fe,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",Ce,ve,fe,"}",`#${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;",Se,xe,Ae,Pe,Ie,ke,Re,"}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a *, `,`#${this.widgetContainerId} .${this.contentClassName} button:not(class*="close_button") * {`,Ie,ke,Re,"}",...Y?Ke:[],"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,$e,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,Ee,"}","}",Ve,je,Me,Fe,`${e}`].join(""),le}}class H extends q{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 j extends H{constructor(e,t){super(e,t),this.target=e}isWidgetApplied(){const e=this.domElement?.isConnected&&this.domElement.ownerDocument?.defaultView,t=this.hasBeenShown&&this.hasOncePerPageTrigger;return e||t}async insert(){return!this.isWidgetApplied()&&(this.domElement.appendChild(this.styleElement),this.target?.isConnected&&this.target?.ownerDocument?.defaultView&&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)};return super.show(),s()||setTimeout(()=>{const s={[A]:["mouseleave"],[x]:["click"]};switch(e){case x:case A:s[e].forEach(e=>this.target.addEventListener(e,n,{passive:!0,once:!0}));break;case"pageLoad":t&&setTimeout(()=>this.remove(),1e3*i)}},100),this}}let M=[];const F=[],K=()=>{u("Widget launch");const{elementReferrer:e}=DATA;DATA.triggerEventClick??=e,DATA.triggerEventHover??=e,w(e,()=>{M=v(e),M.forEach((e,s)=>{if(F.includes(e))return;const n=new j(e,s);F.push(e),n.init(!0).then(s=>{let{response:r}=s;if(r){const s=new i(n,e);new t(s).build()}})})})},U=()=>{if(!a())return;const{elementReferrer:e}=DATA,t=v(e);(t.length!==M.length||!t.every(e=>M.find(t=>t===e)))&&K()},[z,G]=DATA.elementReferrer.split("[]"),{clear:J}=w(z,e=>{J(),K();const t=e?.[G]||e.getRootNode();var i;i="body"in t?t.body:t,new MutationObserver(U).observe(i,{childList:!0,subtree:!0})})}();
|