@abtasty/tooltip 2.0.10 → 2.0.11
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"),a.role="tooltip";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}`,w=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)")}},y=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 b{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,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:s}=DATA;t[e]&&(this.css=`\n\t\t${s} {\n\t\t\tposition: relative !important;\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 f="click",C="hover";class S{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=null,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(){return this.mutationObserver??=new MutationObserver(this.checkElements.bind(this)),this.mutationObserver.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),this.mutationObserver}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}),this.startMutationObserver(),this.checkElements()}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.socialProofStore={}}async onElementVisible({promise:e,resolve:t}){const s=y(`${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 S;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=document.body,i=["mouseleave",({isTrusted:e,clientY:s})=>{e&&s<=0&&t(!0)},{passive:!0}];return this.eventsListeners.push([s,...i]),s.addEventListener(...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(()=>w("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&&(w("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(o,"v-pv"===s&&"sku"===a?"v-i":s,e=>{const t=void 0!==e[c]&&e[c]>=u;return t||w(`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}async isTriggered(){this.clear();const e=y(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=y(`${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",A="closing",x="validation",I="ABTastyWidgets",P=`${I}Temporary`;class k{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!==x)if(t===A&&l!==x)h();else{if(t!==E||l===x||l===A)return!1;h()}else h();return o}setDisplayRecurrence(){const e=E;this.setRecurrence(this.displayRecurrence,e)}setClosingRecurrence(){const e=A;this.setRecurrence(this.closingRecurrence,e)}setValidationRecurrence(){const e=x;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){this.isWidgetApplied=e,this.callback=t,this.shouldUpdate=s,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(){const e=this.isWidgetApplied(),t=this.shouldUpdate&&e?g:u;return this.clearWatcher(),this.callback(t,!0),this.watch(),this}onCampaignLaunched({detail:{campaignId:e}}){e===TEST_ID&&(this.callback(u,!1),this.watch())}onTagRollback(){return this.clearWatcher(),this.callback(d,!1),window.addEventListener(...this.onCampaignLaunchedEventParams),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(),window.removeEventListener(...this.onCampaignLaunchedEventParams),document.addEventListener(...this.tagRollbackEventParams);const e=[document.body,{childList:!0,subtree:!0}];return this.observer.observe(...e),this}clearWatcher(){return document.removeEventListener(...this.tagRollbackEventParams),this.observer.disconnect(),this}}const L=/.+\/([^.]+)\.(otf|ttf)$/,N=["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 k(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new T(this.triggerParams),this.shouldUpdate=!!this.triggerParams&&N.includes(this.triggerParams.triggerEvent),this.pageWatcher=new R(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(){return!this.isWidgetApplied()&&(document.head.appendChild(this.styleElement),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)}).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){const s=()=>this.init().then(({response:e})=>{e?this.show():this.hide(!1)});t||(this.hasBeenShown=!1,this.trigger&&this.trigger.clear());const i=this.isWidgetApplied(),n={[d]:()=>i?this.remove():this.pageWatcher.watch(),[u]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():i||this.insert().then(e=>e.show()).catch(this.pageWatcher.watch):s()},[g]: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,overlay:s=!0}=DATA,i=document.createElement("div");return i.className=`${this.basicClassName} ${this.hideClassName}`,i.id=this.widgetContainerId,i.role="dialog",i.innerHTML=`\n\t\t\t${"popin"===t&&!0===s?`<div class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}" aria-label="Dialog content">\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>`,i}loadFont(e,t){if(!e||"inherit"===e)return;const s=document.createElement("style"),i=t.match(L)?t.match(L)[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:w,fontSize:y,isTitle:b,titleTextAlign:$,titleTextColor:f,titleFontName:C,titleFontStyle:S,titleFontSize:T,overlay:E,overlayColor:A,dropShadow:x,dropShadowColor:I,dropShadowBlur:P,containerMargin:k,containerPadding:R,closeButton:N,closeButtonPosition:B,closeButtonSize:O,closeButtonBorderRadius:D,closeButtonBorderWidth:_,closeButtonBorderColor:W,closeButtonColor:V,closeButtonBackgroundColor:q,buttonsAlign:j,buttonsBorderWidth:M,buttonsBorderColor:F,buttonsBorderRadius:H,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,w),this.loadFont(C,S),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}_${w.match(L)?w.match(L)[1]:""};`:w||"",we=y?`font-size: ${y}px;`:"",ye=void 0!==x&&x?`box-shadow: 0 5px ${P}px 0 ${I};`:"",be=k instanceof Array&&1===k.length&&k[0],$e=be?`margin: ${be.top}px ${be.right}px ${be.bottom}px ${be.left}px;`:"",fe=be?`margin: calc(${be.top}px * 0.5) calc(${be.right}px * 0.5) calc(${be.bottom}px * 0.5) calc(${be.left}px * 0.5);`:"",Ce=R instanceof Array&&1===R.length&&R[0],Se=Ce?`padding: ${Ce.top}px ${Ce.right}px ${Ce.bottom}px ${Ce.left}px;`:"",Te=Ce?`padding: calc(${Ce.top}px * 0.5) calc(${Ce.right}px * 0.5) calc(${Ce.bottom}px * 0.5) calc(${Ce.left}px * 0.5);`:"",Ee=void 0!==M&&M?`border-width: ${M}px; border-style: solid;`:"",Ae=[F,M].every(e=>void 0!==e)&&M?`border-color: ${F};`:"",xe=void 0!==H?`border-radius: ${H}px;`:"",Ie=void 0!==U?`background-color: ${U};`:"",Pe=void 0!==K?`color: ${K}; fill: ${K}; -webkit-text-fill-color: ${K};`:"",ke=z&&"inherit"!==z?`font-family:${z}_${G.match(L)?G.match(L)[1]:""};`:G||"",Re=Y?`font-size: ${Y}px;`:"",Le=void 0!==Q&&Q?`border-width: ${Q}px; border-style: solid;`:"",Ne=[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};`:"",_e=se&&"inherit"!==se?`font-family:${se}_${ie.match(L)?ie.match(L)[1]:""};`:ie||"",We=ne?`font-size: ${ne}px;`:"",Ve="popin"!==n||void 0!==E&&!0!==E?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==A?A:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),qe="number"==typeof O?O:16,je=qe/2,Me=i||void 0!==N&&N?[`#${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 _&&_>0?`border: ${_}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(""):"",Fe=b&&"string"==typeof f?[`#${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: ${f}; fill: ${f}; -webkit-text-fill-color: ${f};`,void 0!==$?`text-align: ${$};`:"",C&&"inherit"!==C?`font-family:${C}_${S.match(L)?S.match(L)[1]:""};`:S||"",T?`font-size: ${T}px;`:"","}"].join(""):"";let He="";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(),He={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;`,Le,Ne,Be,Oe,De,_e,We,"}",`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,De,_e,We,"}"];return le.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} {`,"opacity: 1;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,he,ge,ue,me,pe,ye,$e,ve,we,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,me,pe,ve,we,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",Se,ve,we,"}",`#${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,Ae,xe,Ie,Pe,ke,Re,"}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a *, `,`#${this.widgetContainerId} .${this.contentClassName} button:not(class*="close_button") * {`,Pe,ke,Re,"}",...J?Ue:[],"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,fe,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,Te,"}","}",Ve,Me,Fe,He,`${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(){return!this.isWidgetApplied()&&(document.head.appendChild(this.styleElement),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={[C]:["mouseleave"],[f]:["click"]};switch(e){case f:case C:s[e].forEach(e=>this.target.addEventListener(e,n,{passive:!0,once:!0}));break;case"pageLoad":t&&setTimeout(()=>this.remove(),1e3*i)}}return this}}let _=[];const W=[],V=()=>{const{elementReferrer:e}=DATA;c(e,()=>{_=[...document.querySelectorAll(e)],_.forEach((e,s)=>{if(W.find(t=>t===e))return;const i=new D(e,s);W.push(e),i.init(!0).then(s=>{let{response:n}=s;if(n){const s=new $(i,e),n=new b(i.uniqueId);new t(s,n).build()}})})})},q=()=>{if(!o())return;const{elementReferrer:e}=DATA,t=[...document.querySelectorAll(`${e}`)];(t.length!==_.length||!t.every(e=>_.find(t=>t===e)))&&V()};V(),(()=>{const e=[document.body,{childList:!0,subtree:!0}];new MutationObserver(q).observe(...e)})()}();
|
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:i,iconColor:s}=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 ${i?"":`#${this.toolTipContainer.id} .tooltipIcon svg path { fill: ${s} }`}\n `;return o+(t===e?a:"")}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};let h=[{className:"tooltipText",htmlTag:"p",html:s}];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: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),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 i=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),s=()=>{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=()=>!i()&&(s()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),a=()=>window.ABTasty&&!0===window.ABTasty.consentReady,c=(e,t)=>{const i=()=>{try{return document.querySelector(e)}catch(e){return null}};let s=i();const n=[document.body||document.documentElement,{childList:!0,subtree:!0,attributes:!0}],r=()=>a.disconnect(),o=()=>a.observe(...n),a=new MutationObserver(()=>(s=i(),s&&!r()&&t(s)));return s?setTimeout(()=>t(s),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(i=>i===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}`,w=e=>{if((()=>{if(i()||s())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)")}},y=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};class b{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",i()&&t.setAttribute("abtasty-script-added","true"),document.head.appendChild(t),t}add(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];const s=t.join("");this.cssElement.textContent=`${this.cssElement.textContent}${s}`.split(/(?:\r\n|\n|\r)/).map(e=>e.replace(/^\s+/gm,"")).join(" ").replace(/(\s?\/\*([\s\S]*?)\*\/\s?)|(\s{2,})/g," ").trim()}}class ${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;t[e]&&(this.css=`\n\t\t${i} {\n\t\t\tposition: relative !important;\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: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:`\n border-bottom-color: ${i};\n border-right-color: ${i};\n bottom: calc(-1 * ${l});\n left: calc(50% - ${l});\n `,bottom:`\n border-top-color: ${i};\n border-left-color: ${i};\n top: calc(-1 * ${l});\n left: calc(50% - ${l});\n `,left:`\n border-top-color: ${i};\n border-right-color: ${i};\n right: calc(-1 * ${l});\n top: calc(50% - ${l});\n `,right:`\n border-bottom-color: ${i};\n border-left-color: ${i};\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 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 f="click",C="hover";class S{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=null,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(){return this.mutationObserver??=new MutationObserver(this.checkElements.bind(this)),this.mutationObserver.observe(document.body,{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=[...e.querySelectorAll(s)];if(n.length&&n.includes(i))return!0;if(t.includes(i))return!0;const r=[...e.parentElement.children],o=r.findIndex(t=>t.isSameNode(e)),a=r.filter((e,t)=>t>o);if(a.length){if(a.includes(i))return!0;if(a.some(e=>[...e.querySelectorAll(s)].includes(i)))return!0}return!1});if(i&&this.isElementVisible(i.element)){const{selector:e,element:t,uniqueId:s}=i,n=this.targets.find(t=>t.selector===e&&t.uniqueId===s);n&&n.resolve(t),this.clear(e,s)}}mouseOverHandler(){const e=["mouseover",e=>{const t=e.composedPath(),{target:i}=e;setTimeout(()=>this.onMouseOver({target:i,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(),i=[[t.left,t.top],[t.right,t.top],[t.left,t.bottom],[t.right,t.bottom],[t.left+t.width/2,t.top],[t.left+t.width/2,t.bottom],[t.left,t.height/2],[t.right,t.height/2],[t.left+t.left/2,t.height/2]];let s=!1,n=0;for(;!s&&n<i.length;){const t=document.elementFromPoint(...i[n]);s=e===t||e.contains(t),n+=1}return s}checkElements(){this.targets.forEach(({selector:e,uniqueId:t})=>{const i=document.querySelector(e);i&&!this.existingTargets.find(i=>i.element.matches(e)&&i.uniqueId===t)&&(this.existingTargets.push({element:i,selector:e,uniqueId:t}),this.visibilityObserver.observe(i))}),this.existingTargets=this.existingTargets.filter(({selector:e,element:t})=>!!document.querySelector(e)||(t&&this.visibilityObserver.unobserve(t),!1)),this.inViewportTargets=this.inViewportTargets.filter(({selector:e,element:t,uniqueId:i})=>{if(t.matches(e)&&this.isElementVisible(t)){const s=this.targets.find(t=>t.selector===e&&t.uniqueId===i);return s&&s.resolve(t),this.clear(e,i),!1}return!0})}watch(e,t,i){this.targets.push({selector:e,resolve:t,uniqueId:i}),this.startMutationObserver(),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=document.querySelector(e);i&&this.visibilityObserver.unobserve(i),0===this.targets.length&&this.mutationObserver.disconnect(),0===this.inViewportTargets.length&&this.mouseOverEvent.clear()}}class T{constructor({triggerEvent:e,triggerSelector:t,triggerDelay:i,triggerTarget:s}){this.event=e,this.selector=t&&t.length?t:"body",this.target=s,this.delay=1e3*i,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.visibilityObservers=[],this.socialProofStore={}}async onElementVisible({promise:e,resolve:t}){const i=y(`${this.event}DomReady`);this.promises.push(i);const s=await this.onPageLoad(i),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 i=window.document.getElementsByTagName("script")[0],s=window.document.createElement("script");s.src="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=IntersectionObserver",i.parentNode.insertBefore(s,i),s.onload=e,s.onerror=t})),e}(),r=new S;if(this.visibilityObservers.push(r),n&&s){const e=v();r.watch(this.selector,t,e)}return e}onPageLoad({promise:e,resolve:t}){const i=()=>"complete"===document.readyState;if(!i()){const s=["readystatechange",({isTrusted:e})=>e&&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=document.createElement("style");i.type="text/css",i.id=`Click_${v()}`,i.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(i),this.elementsSelectors.push(`#${i.id}`);const s=["click",({isTrusted:e,target:i})=>{const s=this.target?i.isEqualNode(this.target):h(i,this.selector);return e&&s&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...s]),document.addEventListener(...s),e}onHover({promise:e,resolve:t}){const i=["mouseenter",({isTrusted:e,target:i})=>{const s=this.target?i.isEqualNode(this.target):h(i,this.selector);return e&&s&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document.documentElement,...i]),document.documentElement.addEventListener(...i),e}onExitIntent({promise:e,resolve:t}){const i=document.body,s=["mouseleave",({isTrusted:e,clientY:i})=>{e&&i<=0&&t(!0)},{passive:!0}];return this.eventsListeners.push([i,...s]),i.addEventListener(...s),e}onReengage({promise:e,resolve:t}){const i=this.delay;let s=i;const n=[({isTrusted:e})=>{e&&(s=i)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach(e=>{this.eventsListeners.push([document,e,...n]),document.addEventListener(e,...n)});const r=setInterval(()=>{s<=0?t(!0):s-=100},100);return this.intervals.push(r),e}onCustomTrigger({promise:e,resolve:t}){const{triggerEventCustomScript:i}=DATA;return new Function(`return new Promise(async resolve => {${i}})`)().then(e=>e&&t(!0)),e}onScrollUp({promise:e,resolve:t}){let i=0;const s=["scroll",({isTrusted:e})=>{e&&(window.pageYOffset<i?t(!0):i=window.pageYOffset)},{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&&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))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(()=>w("Failed to fetch datas from server."))}else s(!1)}getSocialProofDatas({promise:e,resolve:t},i,s=!1){const{productKey:o,keyType:a}=(()=>{const{socialProofContentType:e,productKeyProvider:t,pathToProductKey:i,customJSProductKey:s,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 ${i};`);break;case"customJSProductKey":a=n(s);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}[i];return[typeof c,typeof u].includes("undefined")&&t(!1),s&&!o&&(w("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(o,"v-pv"===i&&"sku"===a?"v-i":i,e=>{const t=void 0!==e[c]&&e[c]>=u;return t||w(`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 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("ABTastyData");const n=()=>JSON.parse(s).ActionTracking.find(({name:e})=>e===i),r=["storage",()=>{s=localStorage.getItem("ABTastyData"),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("ABTastyData");const n=()=>i<=(s?JSON.parse(s).VisitedPages.length:0),r=["storage",()=>{s=localStorage.getItem("ABTastyData"),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}];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,...i]=e;t&&i.length>1&&t.removeEventListener(...i)}),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach(e=>clearTimeout(e)),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach(e=>clearInterval(e)),this.intervals=[]),this.observers.length&&(this.observers.forEach(e=>e.disconnect()),this.observers=[]),this.visibilityObservers.length){const e=v();this.visibilityObservers.forEach(t=>t.clear(this.selector,e)),this.visibilityObservers=[]}return this.promises.length&&(this.promises.forEach(e=>e.resolve(!1)),this.promises=[]),this}async isTriggered(){this.clear();const e=y(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=y(`${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 E="display",A="closing",x="validation",I="ABTastyWidgets",P=`${I}Temporary`;class k{constructor({displayRecurrence:e,closingRecurrence:t,validationRecurrence:i},s){this.displayRecurrence=parseFloat(e),this.closingRecurrence=parseFloat(t),this.validationRecurrence=parseFloat(i),this.onSetCallback=s,this.widgetName=m(),this.uniqueId=v(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:e}){const t=localStorage.getItem(P),i=sessionStorage.getItem(I);"ABTastyData"===e&&!t&&i&&localStorage.setItem(P,i)}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]:i,...s}=t;return Object.entries(s).length?(e.setItem(I,JSON.stringify(s)),s):(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 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(s()||!i&&"object"!=typeof i)return!1;const{storageString:n,storageMethod:r}=i,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 i;"session"===n?e?i=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),i=this.getSessionRecurrenceStorageParsed()):"local"===n&&(t?i=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),i=this.getLocalRecurrenceStorageParsed()));const s=i?{[this.recurrenceKey]:c,...i}:{[this.recurrenceKey]:c};r.setItem(I,JSON.stringify(s)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!r)return!1;if(l&&t!==x)if(t===A&&l!==x)h();else{if(t!==E||l===x||l===A)return!1;h()}else h();return o}setDisplayRecurrence(){const e=E;this.setRecurrence(this.displayRecurrence,e)}setClosingRecurrence(){const e=A;this.setRecurrence(this.closingRecurrence,e)}setValidationRecurrence(){const e=x;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,i){this.isWidgetApplied=e,this.callback=t,this.shouldUpdate=i,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(){const e=this.isWidgetApplied(),t=this.shouldUpdate&&e?g:u;return this.clearWatcher(),this.callback(t,!0),this.watch(),this}onCampaignLaunched({detail:{campaignId:e}}){e===TEST_ID&&(this.callback(u,!1),this.watch())}onTagRollback(){return this.clearWatcher(),this.callback(d,!1),window.addEventListener(...this.onCampaignLaunchedEventParams),this}observerHandler(e){return e.some(e=>["removedNodes","addedNodes"].some(t=>e[t]&&e[t].length))?this.decisionHandler(!0):this}watch(){if(i())return this;this.clearWatcher(),window.removeEventListener(...this.onCampaignLaunchedEventParams),document.addEventListener(...this.tagRollbackEventParams);const e=[document.body,{childList:!0,subtree:!0}];return this.observer.observe(...e),this}clearWatcher(){return document.removeEventListener(...this.tagRollbackEventParams),this.observer.disconnect(),this}}const L=/.+\/([^.]+)\.(otf|ttf)$/,N=["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:s}=DATA,n=!e&&!t&&!s;if(i()||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")),s&&(o.validationRecurrence=r[s]("validationRecurrence")),o})(),this.triggerParams=(e=>{let{triggerEvent:t}=DATA;const{triggerEventClick:s,triggerEventHover:n,triggerEventReengageDelay:r,socialProofContentType:o,triggerEventElementVisible:a,triggerEventDelay:c}=DATA;if(i()||!t&&!o)return!1;const l={click:()=>s,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 k(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new T(this.triggerParams),this.shouldUpdate=!!this.triggerParams&&N.includes(this.triggerParams.triggerEvent),this.pageWatcher=new R(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.forEach(e=>document.removeEventListener(...e)),this.eventsListeners=[],this.timeouts.forEach(e=>clearTimeout(e)),this.timeouts=[],this.intervals.forEach(e=>clearInterval(e)),this.intervals=[],this.observers.forEach(e=>e.disconnect()),this.observers=[],this.promises.forEach(e=>e.resolve(!1)),this.promises=[],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(){return!this.isWidgetApplied()&&(document.head.appendChild(this.styleElement),new Promise(e=>{const{elementReferrer:t="body",referrerInsertType:i="beforeend"}="free"===DATA.layout?DATA:{},s=c(t,s=>{this.elementsWaiters=this.elementsWaiters.filter(e=>e.selector!==t),this.removeOldDomElement(),e(s.insertAdjacentElement(i,this.domElement))});this.elementsWaiters.push(s)}).then(()=>this))}remove(){return this.trigger&&this.trigger.clear(),this.pageWatcher.clearWatcher(),[this.domElement,this.styleElement].forEach(e=>e&&e.isConnected&&e.remove()),this.hasOncePerPageTrigger?this.pageWatcher.watch():i()||this.init().then(({response:e})=>e?this.show():this),this}show(){return i()||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!i()&&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=i(),s=o(),n=this.trigger&&this.trigger.promises.length,r=!this.recurrence||this.recurrence.isOver();if(!t&&!s||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){const i=()=>this.init().then(({response:e})=>{e?this.show():this.hide(!1)});t||(this.hasBeenShown=!1,this.trigger&&this.trigger.clear());const s=this.isWidgetApplied(),n={[d]:()=>s?this.remove():this.pageWatcher.watch(),[u]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():s||this.insert().then(e=>e.show()).catch(this.pageWatcher.watch):i()},[g]:i};"function"==typeof n[e]&&n[e]()}addCloseEvent(...e){const{closeButton:t,overlay:s,overlayClickable:n,layout:r,animationDuration:o=1e3}=DATA,a=[];if(void 0!==s&&!0!==s||!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=>{i()||(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=>{i()&&(e.dataset.abtastyActionnable="true"),e.removeEventListener(...l),e.addEventListener(...l)}),this}getDom(){const{closeButton:e,layout:t,overlay:i=!0}=DATA,s=document.createElement("div");return s.className=`${this.basicClassName} ${this.hideClassName}`,s.id=this.widgetContainerId,s.role="dialog",s.innerHTML=`\n\t\t\t${"popin"===t&&!0===i?`<div class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}" aria-label="Dialog content">\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>`,s}loadFont(e,t){if(!e||"inherit"===e)return;const i=document.createElement("style"),s=t.match(L)?t.match(L)[1]:"";i.innerHTML=`@font-face { font-family: '${e}_${s}'; src: url('${t}'); font-display: swap; }`,document.head.appendChild(i)}getStyleTag(e="",t=DATA){const{noStyles:s,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:w,fontSize:y,isTitle:b,titleTextAlign:$,titleTextColor:f,titleFontName:C,titleFontStyle:S,titleFontSize:T,overlay:E,overlayColor:A,dropShadow:x,dropShadowColor:I,dropShadowBlur:P,containerMargin:k,containerPadding:R,closeButton:N,closeButtonPosition:B,closeButtonSize:O,closeButtonBorderRadius:D,closeButtonBorderWidth:_,closeButtonBorderColor:W,closeButtonColor:V,closeButtonBackgroundColor:q,buttonsAlign:j,buttonsBorderWidth:M,buttonsBorderColor:F,buttonsBorderRadius:H,buttonsBackgroundColor:U,buttonsTextColor:K,buttonsFontName:z,buttonsFontStyle:G,buttonsFontSize:Y,secondLink:J,secondLinkBorderWidth:Q,secondLinkBorderColor:X,secondLinkBorderRadius:Z,secondLinkBackgroundColor:ee,secondLinkTextColor:te,secondLinkFontName:ie,secondLinkFontStyle:se,secondLinkFontSize:ne,animation:re,animationDuration:oe,animationBehaviour:ae,animationSlideDirection:ce}=s?{}:t,le=document.createElement("style");le.type="text/css",i()&&le.setAttribute("abtasty-script-added","true"),this.loadFont(v,w),this.loadFont(C,S),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}_${w.match(L)?w.match(L)[1]:""};`:w||"",we=y?`font-size: ${y}px;`:"",ye=void 0!==x&&x?`box-shadow: 0 5px ${P}px 0 ${I};`:"",be=k instanceof Array&&1===k.length&&k[0],$e=be?`margin: ${be.top}px ${be.right}px ${be.bottom}px ${be.left}px;`:"",fe=be?`margin: calc(${be.top}px * 0.5) calc(${be.right}px * 0.5) calc(${be.bottom}px * 0.5) calc(${be.left}px * 0.5);`:"",Ce=R instanceof Array&&1===R.length&&R[0],Se=Ce?`padding: ${Ce.top}px ${Ce.right}px ${Ce.bottom}px ${Ce.left}px;`:"",Te=Ce?`padding: calc(${Ce.top}px * 0.5) calc(${Ce.right}px * 0.5) calc(${Ce.bottom}px * 0.5) calc(${Ce.left}px * 0.5);`:"",Ee=void 0!==M&&M?`border-width: ${M}px; border-style: solid;`:"",Ae=[F,M].every(e=>void 0!==e)&&M?`border-color: ${F};`:"",xe=void 0!==H?`border-radius: ${H}px;`:"",Ie=void 0!==U?`background-color: ${U};`:"",Pe=void 0!==K?`color: ${K}; fill: ${K}; -webkit-text-fill-color: ${K};`:"",ke=z&&"inherit"!==z?`font-family:${z}_${G.match(L)?G.match(L)[1]:""};`:G||"",Re=Y?`font-size: ${Y}px;`:"",Le=void 0!==Q&&Q?`border-width: ${Q}px; border-style: solid;`:"",Ne=[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};`:"",_e=ie&&"inherit"!==ie?`font-family:${ie}_${se.match(L)?se.match(L)[1]:""};`:se||"",We=ne?`font-size: ${ne}px;`:"",Ve="popin"!==n||void 0!==E&&!0!==E?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==A?A:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),qe="number"==typeof O?O:16,je=qe/2,Me=s||void 0!==N&&N?[`#${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 _&&_>0?`border: ${_}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(""):"",Fe=b&&"string"==typeof f?[`#${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: ${f}; fill: ${f}; -webkit-text-fill-color: ${f};`,void 0!==$?`text-align: ${$};`:"",C&&"inherit"!==C?`font-family:${C}_${S.match(L)?S.match(L)[1]:""};`:S||"",T?`font-size: ${T}px;`:"","}"].join(""):"";let He="";if("string"==typeof re){const e=(oe/1e3).toFixed(2),t=["top","bottom"].includes(ce),s=Number(t),n=[(["top","left"].includes(ce)?"-":"")+"100vmax",this.translateValues?this.translateValues[s]:"0"];t&&n.reverse(),He={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};`,"}"]}[i()&&!ABTASTY_S.WIDGETS.animationChanged?"none":re].join("")}const Ue=[`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,`margin-${"fill"===j?"top":"left"}: 8px;`,Le,Ne,Be,Oe,De,_e,We,"}",`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,De,_e,We,"}"];return le.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} {`,"opacity: 1;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,he,ge,ue,me,pe,ye,$e,ve,we,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,me,pe,ve,we,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",Se,ve,we,"}",`#${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,Ae,xe,Ie,Pe,ke,Re,"}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a *, `,`#${this.widgetContainerId} .${this.contentClassName} button:not(class*="close_button") * {`,Pe,ke,Re,"}",...J?Ue:[],"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,fe,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,Te,"}","}",Ve,Me,Fe,He,`${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(){return!this.isWidgetApplied()&&(document.head.appendChild(this.styleElement),this.target&&this.target.isConnected&&this.target.insertAdjacentElement("beforeend",this.domElement),this)}show(){const{triggerEvent:e,autoHide:t,timeHide:s}=DATA,n=e=>{e.stopPropagation(),this.hide(),setTimeout(()=>this.remove(),50)};if(super.show(),!i()){const i={[C]:["mouseleave"],[f]:["click"]};switch(e){case f:case C:i[e].forEach(e=>this.target.addEventListener(e,n,{passive:!0,once:!0}));break;case"pageLoad":t&&setTimeout(()=>this.remove(),1e3*s)}}return this}}let _=[];const W=[],V=()=>{const{elementReferrer:e}=DATA;c(e,()=>{_=[...document.querySelectorAll(e)],_.forEach((e,i)=>{if(W.find(t=>t===e))return;const s=new D(e,i);W.push(e),s.init(!0).then(i=>{let{response:n}=i;if(n){const i=new $(s,e),n=new b(s.uniqueId);new t(i,n).build()}})})})},q=()=>{if(!o())return;const{elementReferrer:e}=DATA,t=[...document.querySelectorAll(`${e}`)];(t.length!==_.length||!t.every(e=>_.find(t=>t===e)))&&V()};V(),(()=>{const e=[document.body,{childList:!0,subtree:!0}];new MutationObserver(q).observe(...e)})()}();
|