@abtasty/tooltip 2.0.25-0 → 2.0.25-2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/main.js CHANGED
@@ -1 +1 @@
1
- !function(){"use strict";const e="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:n,iconColor:s}=this.data,i="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: ${i};\n height: ${i};\n }\n ${n?"":`#${this.toolTipContainer.id} .tooltipIcon svg path { fill: ${s} }`}\n `;return o+(t===e?a:"")}async buildTooltipContent(){const{subLayout:t,titleContent:n,content:s,isUserIcon:i,userIcon:r,iconGallery:o}=this.data,a=document.createElement("div"),c=i?`<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:n};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:n,html:s}=e;const i=document.createElement(n);i.classList.add(t),i.innerHTML=s,a.appendChild(i)}),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 n=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),s=()=>{const e=!!document.getElementById("ABTastyPreviewBar"),t=location.href.includes("ab_project=preview");return e||t},i=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=()=>!n()&&(s()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),a=()=>window.ABTasty&&!0===window.ABTasty.consentReady,c=(e,t)=>{const n=()=>{try{return document.querySelector(e)}catch(e){return null}};let s=n();const i=[document.querySelector("body")||document.documentElement,{childList:!0,subtree:!0,attributes:!0}],r=()=>a.disconnect(),o=()=>a.observe(...i),a=new MutationObserver(()=>(s=n(),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(n=>n===e||!!e.closest(t)),d=(e,t)=>{let n=Date.now();return()=>{n+t-Date.now()<=0&&(e(),n=Date.now())}},u=()=>{const{type:e}=DATA;return`${PACKAGE.replace("@abtasty/","")}${e?`_${e}`:""}`},g=()=>{const e=u();return`${e.charAt(0).toUpperCase()}${e.slice(1)}`.split("-").join(" ")},m=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,p=e=>{const t=(()=>{if(n()||s())return!1;const e=ABTasty.getTestsOnPage()[TEST_ID];return!!e&&Object.keys(e.targetings.qaParameters).length>0})(),i=document.cookie.includes("abTastyDebug=")||!0===window.abTastyDebug;if(t||i){const n=g();window.console.log(`%c${n} - ${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;")}},v=e=>{const t={promise:null,resolve:null,reject:null,name:e};return t.promise=new Promise((e,n)=>{t.resolve=e,t.reject=n}),t};class w{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",n()&&t.setAttribute("abtasty-script-added","true"),document.head.appendChild(t),t}add(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];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 b{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:n}=DATA;t[e]&&(this.css=`\n\t\t${n} {\n\t\t\tposition: relative !important;\n\t\t}\n ${this.css}\n #${this.wrapperElement.id} {\n\t\t\tbox-shadow: unset;\n\t\t\tborder-radius: unset;\n\t\t\tfont-size: unset;\n\t\t\tcolor: unset;\n\t\t\ttransform: unset;\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:n,borderWidth:s,backgroundColor:i,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: ${n};\n border-right-color: ${n};\n bottom: calc(-1 * ${l});\n left: calc(50% - ${l});\n `,bottom:`\n border-top-color: ${n};\n border-left-color: ${n};\n top: calc(-1 * ${l});\n left: calc(50% - ${l});\n `,left:`\n border-top-color: ${n};\n border-right-color: ${n};\n right: calc(-1 * ${l});\n top: calc(50% - ${l});\n `,right:`\n border-bottom-color: ${n};\n border-left-color: ${n};\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\t\t\tdisplay: unset;\n\t\t\tinset: unset;\n\t\t\tmargin: unset;\n\t\t\ttransform: unset;\n\t\t\twhite-space: unset;\n\t\t\tword-break: unset;\n\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 ${i};\n ${u[t]}\n }\n `,this.widgetElement.classList.add(`${this.parentContainer.contentClassName}_${t}`)}resizeTooltip(e){var t=this;const n=this.widgetElement.getBoundingClientRect(),s=this.widgetElement.querySelector(".contentContainer"),i=function(){let n=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];s.style.overflow="auto",n&&t.resizeTooltip(e)};switch(e){case"left":case"right":"left"===e&&n.x<0?(this.widgetElement.style.width=`${n.width+n.x}px`,i()):"right"===e&&n.right>window.innerWidth&&(this.widgetElement.style.width=window.innerWidth-n.x+"px",i()),n.y<0&&(this.widgetElement.style.height=`${n.height+2*n.y}px`,i()),n.bottom>window.innerHeight&&(this.widgetElement.style.height=n.height-(n.bottom-window.innerHeight)+"px",i());break;case"top":n.y<0&&(this.widgetElement.style.height=`${n.height+n.y}px`,i(!1));break;default:n.bottom>window.innerHeight&&(this.widgetElement.style.height=n.height-(n.bottom-window.innerHeight)+"px",i(!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 y="remove",$="rebuild",f="update",C="click",T="hover";class S{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=null,this.mouseOverEvent=this.mouseOverHandler(),this.scrollEvent=this.scrollEventHandler(),this.onTransitionEnd=this.transitionOverHandler()}transitionOverHandler(){const e=["transitionend",this.checkElements.bind(this),!0];return this.getEvents(e)}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(){return new IntersectionObserver(this.intersectionHandler.bind(this),{root:null,rootMargin:"0px",threshold:0})}startMutationObserver(){this.mutationObserver??=new MutationObserver(this.checkElements.bind(this));const{clear:e}=c("body",t=>{e(),this.mutationObserver.observe(t,{attributes:!0,childList:!0,subtree:!0})});return this.mutationObserver}onMouseOver({target:e,path:t}){const n=this.inViewportTargets.find(({element:n,selector:s})=>{if(n.isSameNode(e))return!0;const i=[...e.querySelectorAll(s)];if(i.length&&i.includes(n))return!0;if(t.includes(n))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(n))return!0;if(a.some(e=>[...e.querySelectorAll(s)].includes(n)))return!0}return!1});if(n&&this.isElementVisible(n.element)){const{selector:e,element:t,uniqueId:s}=n,i=this.targets.find(t=>t.selector===e&&t.uniqueId===s);i&&i.resolve(t),this.clear(e,s)}}getEvents(e){return{start:()=>document.addEventListener(...e),clear:()=>document.removeEventListener(...e)}}mouseOverHandler(){const e=["ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0?"touchmove":"mouseover",e=>{const t=e.composedPath(),{target:n}=e;setTimeout(()=>this.onMouseOver({target:n,path:t}),50)},!0];return this.getEvents(e)}scrollEventHandler(){const e=["scroll",d(this.checkElements.bind(this),50),{passive:!0}];return this.getEvents(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(),n=[[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,i=0;for(;!s&&i<n.length;){const t=document.elementFromPoint(...n[i]);s=e===t||e.contains(t),i+=1}return s}checkElements(){this.targets.forEach(({selector:e,uniqueId:t})=>{const n=document.querySelector(e);n&&!this.existingTargets.find(n=>n.element.matches(e)&&n.uniqueId===t)&&(this.existingTargets.push({element:n,selector:e,uniqueId:t}),this.visibilityObserver.observe(n))}),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:n})=>{if(t.matches(e)&&this.isElementVisible(t)){const s=this.targets.find(t=>t.selector===e&&t.uniqueId===n);return s&&s.resolve(t),this.clear(e,n),!1}return!0})}watch(e,t,n){this.targets.push({selector:e,resolve:t,uniqueId:n}),this.startMutationObserver(),this.checkElements()}clear(e,t){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map(n=>n.filter(({selector:n,uniqueId:s})=>n!==e&&s!==t));const n=document.querySelector(e);n&&this.visibilityObserver.unobserve(n),0===this.targets.length&&this.mutationObserver?.disconnect(),0===this.inViewportTargets.length&&(this.mouseOverEvent.clear(),this.scrollEvent.clear(),this.onTransitionEnd.clear())}}class E{constructor({triggerEvent:e,triggerSelector:t,triggerDelay:n,triggerTarget:s}){this.event=e,this.selector=t&&t.length?t:"body",this.target=s,this.delay=1e3*n,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.promises=[],this.visibilityObservers=[],this.socialProofStore={}}async onElementVisible({promise:e,resolve:t}){const n=v(`${this.event}DomReady`);this.promises.push(n);const s=await this.onPageLoad(n),i=new S;if(this.visibilityObservers.push(i),s){const e=m();i.watch(this.selector,t,e)}return e}onPageLoad({promise:e,resolve:t}){const n=()=>"complete"===document.readyState;if(!n()){const s=["readystatechange",()=>n()&&t(!0),{passive:!0}];return this.eventsListeners.push([document,...s]),document.addEventListener(...s),e}return t(!0),e}onClick({promise:e,resolve:t}){const n=document.createElement("style");n.type="text/css",n.id=`Click_${m()}`,n.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(n),this.elementsSelectors.push(`#${n.id}`);const s=["click",({isTrusted:e,target:n})=>{const s=n.isEqualNode(this.target)||h(n,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 n=["mouseenter",({isTrusted:e,target:n})=>{const s=this.target?n.isEqualNode(this.target):h(n,this.selector);return e&&s&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document.documentElement,...n]),document.documentElement.addEventListener(...n),e}onExitIntent({promise:e,resolve:t}){const n=["mouseleave",({isTrusted:e,clientY:n})=>{e&&n<=0&&t(!0)},{passive:!0}],{clear:s}=c("body",e=>{s(),this.eventsListeners.push([e,...n]),e.addEventListener(...n)});return e}onReengage({promise:e,resolve:t}){const n=this.delay;let s=n;const i=[({isTrusted:e})=>{e&&(s=n)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach(e=>{this.eventsListeners.push([document,e,...i]),document.addEventListener(e,...i)});const r=setInterval(()=>{s<=0?t(!0):s-=100},100);return this.intervals.push(r),e}onCustomTrigger({promise:e,resolve:t}){const{triggerEventCustomScript:n}=DATA;return new Function(`return new Promise(async resolve => {${n}})`)().then(e=>e&&t(!0)),e}onScrollUp({promise:e,resolve:t}){let n=0;const s=["scroll",({isTrusted:e})=>{e&&(window.pageYOffset<n?t(!0):n=window.pageYOffset)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...s]),document.addEventListener(...s),e}onScrollPercentReached({promise:e,resolve:t}){const{triggerEventScrollPercent:n}=DATA,s=["scroll",({isTrusted:e})=>{if(!e)return;const s=(()=>{const{documentElement:e,body:t}=document,n=e.scrollTop||t.scrollTop,s=e.scrollHeight||t.scrollHeight;return Math.trunc(n/(s-e.clientHeight)*100,10)})();n<s&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...s]),document.addEventListener(...s),e}checkSocialProofConditions(e,t,n,s){const i=(()=>{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))n(this.socialProofStore[e])?s(`${this.socialProofStore[e][r]}`):s(!1);else if(e&&i){const a=t=>(this.socialProofStore[e]=t,s(!!n(t)&&`${t[r]}`));fetch(`https://api-social-proof.abtasty.com/clients/${i}/metrics/${t}?key=${e}${o?"&noTrim=true":""}`).then(e=>e.ok&&e.json()).then(a).catch(()=>p("Failed to fetch datas from server."))}else s(!1)}getSocialProofDatas({promise:e,resolve:t},n,s=!1){const{productKey:o,keyType:a}=(()=>{const{socialProofContentType:e,productKeyProvider:t,pathToProductKey:n,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=i(`return ${n};`);break;case"customJSProductKey":a=i(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}[n];return[typeof c,typeof u].includes("undefined")&&t(!1),s&&!o&&(p("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"===n&&"sku"===a?"v-i":n,e=>{const t=void 0!==e[c]&&e[c]>=u;return t||p(`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 n=["abtasty_consentValid",()=>t(!0)];return this.eventsListeners.push(n),window.addEventListener(...n),e}return t(!0),e}onTrackingSent({promise:e,resolve:t}){const{triggerEventTrackingSent:n}=DATA;let s=localStorage.getItem("ABTastyData");const i=()=>JSON.parse(s).ActionTracking.find(({name:e})=>e===n),r=["storage",()=>{s=localStorage.getItem("ABTastyData"),i()&&t(!0)},{passive:!0,capture:!0}];return s&&i()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onMinPagesViewed({promise:e,resolve:t}){const{triggerEventMinPagesViewed:n}=DATA;let s=localStorage.getItem("ABTastyData");const i=()=>n<=(s?JSON.parse(s).VisitedPages.length:0),r=["storage",()=>{s=localStorage.getItem("ABTastyData"),i()&&t(!0)},{passive:!0,capture:!0}];return s&&i()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onRageClick({promise:e,resolve:t}){const{triggerEventRageClickQuantity:n,triggerEventRageClickDelay:s}=DATA;let i=0,r=!1;const o=["click",({isTrusted:e})=>{if(e&&(i+=1,i>=n&&t(!0),!r)){r=!0;const e=setTimeout(()=>{i=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,...n]=e;t&&n.length>1&&t.removeEventListener(...n)}),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.visibilityObservers.length){const e=m();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=v(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")},n=!Object.prototype.hasOwnProperty.call(t,this.event)||await t[this.event]();return n&&this.clear(),"reengage"!==this.event&&this.delay?n&&await(async()=>{const e=v(`${this.event}Delay`);this.promises.push(e);const t=setTimeout(()=>{e.resolve(!0),this.clear()},this.delay);return this.timeouts.push(t),e.promise})():n}}const x="display",A="closing",P="validation",I="ABTastyWidgets",k=`${I}Temporary`;class R{constructor({displayRecurrence:e,closingRecurrence:t,validationRecurrence:n},s){this.displayRecurrence=parseFloat(e),this.closingRecurrence=parseFloat(t),this.validationRecurrence=parseFloat(n),this.onSetCallback=s,this.widgetName=u(),this.uniqueId=m(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:e}){const t=localStorage.getItem(k),n=sessionStorage.getItem(I);"ABTastyData"===e&&!t&&n&&localStorage.setItem(k,n)}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]:n,...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(k),t=!(!e||!e.includes(this.recurrenceKey))||this.getSessionRecurrence();e&&(sessionStorage.setItem(I,e),localStorage.removeItem(k));const n=this.getLocalRecurrence(),s=(n?parseFloat(n.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 n=this.getTypeOfStorage(e);if(s()||!n&&"object"!=typeof n)return!1;const{storageString:i,storageMethod:r}=n,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 E({triggerEvent:"consent"});await e.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();let n;"session"===i?e?n=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),n=this.getSessionRecurrenceStorageParsed()):"local"===i&&(t?n=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),n=this.getLocalRecurrenceStorageParsed()));const s=n?{[this.recurrenceKey]:c,...n}:{[this.recurrenceKey]:c};r.setItem(I,JSON.stringify(s)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!r)return!1;if(l&&t!==P)if(t===A&&l!==P)h();else{if(t!==x||l===P||l===A)return!1;h()}else h();return o}setDisplayRecurrence(){const e=x;this.setRecurrence(this.displayRecurrence,e)}setClosingRecurrence(){const e=A;this.setRecurrence(this.closingRecurrence,e)}setValidationRecurrence(){const e=P;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 L{constructor(e,t,n){this.isWidgetApplied=e,this.callback=t,this.shouldUpdate=n,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()?this.shouldUpdate&&f:$;return e?(this.clearWatcher(),this.callback(e,!0),this.watch(),this):this}onCampaignLaunched({detail:{campaignId:e}}){e===TEST_ID&&(this.callback($,!1),this.watch())}onTagRollback(){return this.clearWatcher(),this.callback(y,!1),window.addEventListener(...this.onCampaignLaunchedEventParams),this}observerHandler(e){return o()?e.some(e=>["removedNodes","addedNodes"].some(t=>e[t]&&e[t].length))?this.decisionHandler():this:this.callback(y,!1)}watch(){if(n())return this;this.clearWatcher(),window.removeEventListener(...this.onCampaignLaunchedEventParams),document.addEventListener(...this.tagRollbackEventParams);const{clear:e}=c("body",t=>{e(),this.observer.observe(t,{childList:!0,subtree:!0})});return this}clearWatcher(){return document.removeEventListener(...this.tagRollbackEventParams),this.observer.disconnect(),this}}const N=/.+\/([^.]+)\.(otf|ttf)$/,B=["socialProofPurchases","socialProofPageViews","socialProofVisitors"];class D{constructor(e,t){this.children=void 0,this.uniqueId=`${m()}${t?`_${t}`:""}`,this.widgetName=u(),this.prettyName=g(),this.recurrenceParams=(()=>{const{displayRecurrence:e,closingRecurrence:t,validationRecurrence:s}=DATA,i=!e&&!t&&!s;if(n()||i)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:i,triggerEventReengageDelay:r,socialProofContentType:o,triggerEventElementVisible:a,triggerEventDelay:c}=DATA;if(n()||!t&&!o)return!1;const l={click:()=>s,hover:()=>i,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 R(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new E(this.triggerParams),this.shouldUpdate=!!this.triggerParams&&B.includes(this.triggerParams.triggerEvent),this.pageWatcher=new L(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.elementsWaiters.forEach(e=>e.clear()),this.elementsWaiters=[]}isWidgetApplied(){return!(!this.hasBeenShown||!this.hasOncePerPageTrigger)||this.domElement&&this.domElement.isConnected}removeOldDomElement(){const e=document.getElementById(this.widgetContainerId);return e&&e.remove(),this}async insert(){if(this.isWidgetApplied())return!1;document.head.appendChild(this.styleElement);const e=["free"];return"drawer"===DATA.layout&&DATA.customTarget&&e.push("drawer"),new Promise(t=>{const{elementReferrer:n="body",referrerInsertType:s="beforeend"}=e.includes(DATA.layout)?DATA:{},i=c(n,e=>{this.elementsWaiters=this.elementsWaiters.filter(e=>e.selector!==n),this.removeOldDomElement(),t(e.insertAdjacentElement(s,this.domElement))});this.elementsWaiters.push(i)}).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():n()||this.init().then(({response:e})=>e?this.show():this),this}show(){return n()||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!n()&&this.hasBeenShown&&e&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),e&&(this.pageWatcher.clearWatcher(),this.closedByUser=!0),this.domElement.classList.add(this.hideClassName),this}async init(e){const t=n(),s=o(),i=this.trigger&&this.trigger.promises.length,r=!this.recurrence||this.recurrence.isOver();if(!t&&!s||i||!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 n=()=>this.init().then(({response:e})=>{e?this.show():this.hide(!1)});t||(this.hasBeenShown=!1,this.trigger&&this.trigger.clear());const s=this.isWidgetApplied(),i={[y]:()=>s?this.remove():this.pageWatcher.watch(),[$]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():s||this.insert().then(e=>e.show()).catch(this.pageWatcher.watch):n()},[f]:n};"function"==typeof i[e]&&i[e]()}addCloseEvent(...e){const{closeButton:t,overlay:s,overlayClickable:i,layout:r,animationDuration:o=1e3}=DATA,a=[];if(void 0!==s&&!0!==s||!0!==i||"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=>{n()||(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=>{n()&&(e.dataset.abtastyActionnable="true"),e.removeEventListener(...l),e.addEventListener(...l)}),this}getDom(){const{closeButton:e,layout:t,overlay:n=!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===n?`<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||!/otf|ttf/g.test(t))return;const n=document.createElement("style"),s=t.match(N)?t.match(N)[1]:"";n.innerHTML=`@font-face { font-family: '${e}_${s}'; src: url('${t}'); font-display: swap; }`,document.head.appendChild(n)}getStyleTag(e="",t=DATA){const{noStyles:s,layout:i}=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:b,isTitle:y,titleTextAlign:$,titleTextColor:f,titleFontName:C,titleFontStyle:T,titleFontSize:S,overlay:E,overlayColor:x,dropShadow:A,dropShadowColor:P,dropShadowBlur:I,containerMargin:k,containerPadding:R,closeButton:L,closeButtonPosition:B,closeButtonSize:D,closeButtonBorderRadius:O,closeButtonBorderWidth:_,closeButtonBorderColor:W,closeButtonColor:q,closeButtonBackgroundColor:V,buttonsAlign:H,buttonsBorderWidth:M,buttonsBorderColor:j,buttonsBorderRadius:F,buttonsBackgroundColor:U,buttonsTextColor:K,buttonsFontName:z,buttonsFontStyle:G,buttonsFontSize:Y,secondLink:J,secondLinkBorderWidth:Q,secondLinkBorderColor:X,secondLinkBorderRadius:Z,secondLinkBackgroundColor:ee,secondLinkTextColor:te,secondLinkFontName:ne,secondLinkFontStyle:se,secondLinkFontSize:ie,animation:re,animationDuration:oe,animationBehaviour:ae,animationSlideDirection:ce}=s?{}:t,le=document.createElement("style");le.type="text/css",n()&&le.setAttribute("abtasty-script-added","true"),this.loadFont(v,w),this.loadFont(C,T),this.loadFont(z,G),this.loadFont(ne,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(N)?w.match(N)[1]:""};`:w||"",we=b?`font-size: ${b}px;`:"",be=void 0!==A&&A?`box-shadow: 0 5px ${I}px 0 ${P};`:"",ye=k instanceof Array&&1===k.length&&k[0],$e=ye?`margin: ${ye.top}px ${ye.right}px ${ye.bottom}px ${ye.left}px;`:"",fe=ye?`margin: calc(${ye.top}px * 0.5) calc(${ye.right}px * 0.5) calc(${ye.bottom}px * 0.5) calc(${ye.left}px * 0.5);`:"",Ce=R instanceof Array&&1===R.length&&R[0],Te=Ce?`padding: ${Ce.top}px ${Ce.right}px ${Ce.bottom}px ${Ce.left}px;`:"",Se=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;`:"",xe=[j,M].every(e=>void 0!==e)&&M?`border-color: ${j};`:"",Ae=void 0!==F?`border-radius: ${F}px;`:"",Pe=void 0!==U?`background-color: ${U};`:"",Ie=void 0!==K?`color: ${K}; fill: ${K}; -webkit-text-fill-color: ${K};`:"",ke=z&&"inherit"!==z?`font-family:${z}_${G.match(N)?G.match(N)[1]:""};`:G||"",Re=Y?`font-size: ${Y}px;`:"",Le="number"==typeof 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;`:"",De=void 0!==ee?`background-color: ${ee};`:"",Oe=void 0!==te?`color: ${te}; fill: ${te}; -webkit-text-fill-color: ${te};`:"",_e=ne&&"inherit"!==ne?`font-family:${ne}_${se.match(N)?se.match(N)[1]:""};`:se||"",We=ie?`font-size: ${ie}px;`:"",qe="popin"!==i||void 0!==E&&!0!==E?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==x?x:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),Ve="number"==typeof D?D:16,He=Ve/2,Me=s||void 0!==L&&L?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===B?`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 O?`border-radius: ${O}px;`:"","number"==typeof _&&_>0?`border: ${_}px solid ${void 0!==W?W:"rgba(57, 57, 57, 1)"};`:"","string"==typeof V?`background-color: ${V};`:"","}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${Ve}px;`,`height: ${Ve}px;`,"string"==typeof q?`fill: ${q};`:"","}"].join(""):"",je=y&&"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}_${T.match(N)?T.match(N)[1]:""};`:T||"",S?`font-size: ${S}px;`:"","}"].join(""):"";let Fe="";if("string"==typeof re){const e=(oe/1e3).toFixed(2),t=["top","bottom"].includes(ce),s=Number(t),i=[(["top","left"].includes(ce)?"-":"")+"100vmax",this.translateValues?this.translateValues[s]:"0"];t&&i.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(${i.join(", ")}) !important;`,"}",`#${this.widgetContainerId} .${this.contentClassName} {`,`transition: transform ${e}s ${ae};`,"}"]}[n()&&!ABTASTY_S.WIDGETS.animationChanged?"none":re].join("")}const Ue=[`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,`margin-${"fill"===H?"top":"left"}: 8px;`,Le,Ne,Be,De,Oe,_e,We,"}",`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,Oe,_e,We,"}"];return le.textContent=[`.${this.hideClassName} {`,"pointer-events: none;","}",`#${this.widgetContainerId} {`,"opacity: 1;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,he,ge,ue,me,pe,be,$e,ve,we,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,me,pe,ve,we,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",Te,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,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,"}",...J?Ue:[],"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,fe,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,Se,"}","}",qe,Me,je,Fe,`${e}`].join(""),le}}class O extends D{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 _ 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,i=e=>{e.stopPropagation(),this.hide(),setTimeout(()=>this.remove(),50)};return super.show(),n()||setTimeout(()=>{const n={[T]:["mouseleave"],[C]:["click"]};switch(e){case C:case T:n[e].forEach(e=>this.target.addEventListener(e,i,{passive:!0,once:!0}));break;case"pageLoad":t&&setTimeout(()=>this.remove(),1e3*s)}},100),this}}let W=[];const q=[],V=()=>{p("Widget launch");const{elementReferrer:e}=DATA;DATA.triggerEventClick=e,c(e,()=>{W=[...document.querySelectorAll(e)],W.forEach((e,n)=>{if(q.find(t=>t===e))return;const s=new _(e,n);q.push(e),s.init(!0).then(n=>{let{response:i}=n;if(i){const n=new b(s,e),i=new w(s.uniqueId);new t(n,i).build()}})})})},H=()=>{if(!o())return;const{elementReferrer:e}=DATA,t=[...document.querySelectorAll(`${e}`)];(t.length!==W.length||!t.every(e=>W.find(t=>t===e)))&&V()},{clear:M}=c("body",e=>{var t;M(),V(),t=e,new MutationObserver(H).observe(t,{childList:!0,subtree:!0})})}();
1
+ !function(){"use strict";var t="iconTitleAndText";function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},e(t)}function r(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */r=function(){return n};var t,n={},i=Object.prototype,o=i.hasOwnProperty,s=Object.defineProperty||function(t,e,r){t[e]=r.value},a="function"==typeof Symbol?Symbol:{},c=a.iterator||"@@iterator",l=a.asyncIterator||"@@asyncIterator",u=a.toStringTag||"@@toStringTag";function h(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{h({},"")}catch(t){h=function(t,e,r){return t[e]=r}}function d(t,e,r,n){var i=e&&e.prototype instanceof y?e:y,o=Object.create(i.prototype),a=new I(n||[]);return s(o,"_invoke",{value:P(t,r,a)}),o}function p(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}n.wrap=d;var g="suspendedStart",f="executing",m="completed",v={};function y(){}function b(){}function w(){}var E={};h(E,c,function(){return this});var T=Object.getPrototypeOf,S=T&&T(T(N([])));S&&S!==i&&o.call(S,c)&&(E=S);var C=w.prototype=y.prototype=Object.create(E);function $(t){["next","throw","return"].forEach(function(e){h(t,e,function(t){return this._invoke(e,t)})})}function x(t,r){function n(i,s,a,c){var l=p(t[i],t,s);if("throw"!==l.type){var u=l.arg,h=u.value;return h&&"object"==e(h)&&o.call(h,"__await")?r.resolve(h.__await).then(function(t){n("next",t,a,c)},function(t){n("throw",t,a,c)}):r.resolve(h).then(function(t){u.value=t,a(u)},function(t){return n("throw",t,a,c)})}c(l.arg)}var i;s(this,"_invoke",{value:function(t,e){function o(){return new r(function(r,i){n(t,e,r,i)})}return i=i?i.then(o,o):o()}})}function P(e,r,n){var i=g;return function(o,s){if(i===f)throw Error("Generator is already running");if(i===m){if("throw"===o)throw s;return{value:t,done:!0}}for(n.method=o,n.arg=s;;){var a=n.delegate;if(a){var c=L(a,n);if(c){if(c===v)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===g)throw i=m,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=f;var l=p(e,r,n);if("normal"===l.type){if(i=n.done?m:"suspendedYield",l.arg===v)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(i=m,n.method="throw",n.arg=l.arg)}}}function L(e,r){var n=r.method,i=e.iterator[n];if(i===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,L(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),v;var o=p(i,e.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,v;var s=o.arg;return s?s.done?(r[e.resultName]=s.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,v):s:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,v)}function k(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function A(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function I(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function N(r){if(r||""===r){var n=r[c];if(n)return n.call(r);if("function"==typeof r.next)return r;if(!isNaN(r.length)){var i=-1,s=function e(){for(;++i<r.length;)if(o.call(r,i))return e.value=r[i],e.done=!1,e;return e.value=t,e.done=!0,e};return s.next=s}}throw new TypeError(e(r)+" is not iterable")}return b.prototype=w,s(C,"constructor",{value:w,configurable:!0}),s(w,"constructor",{value:b,configurable:!0}),b.displayName=h(w,u,"GeneratorFunction"),n.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===b||"GeneratorFunction"===(e.displayName||e.name))},n.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,w):(t.__proto__=w,h(t,u,"GeneratorFunction")),t.prototype=Object.create(C),t},n.awrap=function(t){return{__await:t}},$(x.prototype),h(x.prototype,l,function(){return this}),n.AsyncIterator=x,n.async=function(t,e,r,i,o){void 0===o&&(o=Promise);var s=new x(d(t,e,r,i),o);return n.isGeneratorFunction(e)?s:s.next().then(function(t){return t.done?t.value:s.next()})},$(C),h(C,u,"Generator"),h(C,c,function(){return this}),h(C,"toString",function(){return"[object Generator]"}),n.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},n.values=N,I.prototype={constructor:I,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(A),!e)for(var r in this)"t"===r.charAt(0)&&o.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function n(n,i){return a.type="throw",a.arg=e,r.next=n,i&&(r.method="next",r.arg=t),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var s=this.tryEntries[i],a=s.completion;if("root"===s.tryLoc)return n("end");if(s.tryLoc<=this.prev){var c=o.call(s,"catchLoc"),l=o.call(s,"finallyLoc");if(c&&l){if(this.prev<s.catchLoc)return n(s.catchLoc,!0);if(this.prev<s.finallyLoc)return n(s.finallyLoc)}else if(c){if(this.prev<s.catchLoc)return n(s.catchLoc,!0)}else{if(!l)throw Error("try statement without catch or finally");if(this.prev<s.finallyLoc)return n(s.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&o.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var i=n;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var s=i?i.completion:{};return s.type=t,s.arg=e,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(s)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),v},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),A(r),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;A(r)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:N(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),v}},n}function n(t,e,r,n,i,o,s){try{var a=t[o](s),c=a.value}catch(t){return void r(t)}a.done?e(c):Promise.resolve(c).then(n,i)}function i(t){return function(){var e=this,r=arguments;return new Promise(function(i,o){var s=t.apply(e,r);function a(t){n(s,i,o,a,c,"next",t)}function c(t){n(s,i,o,a,c,"throw",t)}a(void 0)})}}function o(t){var r=function(t){if("object"!=e(t)||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,"string");if("object"!=e(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==e(r)?r:r+""}var s=function(){return function(t,e){return e&&function(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,o(n.key),n)}}(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}(function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.data=DATA,this.toolTipContainer=e,this.uniqueId=e.getUniqueId(),this.baseClassName="toolTipContainer",this.css=this.getCSS()},[{key:"getCSS",value:function(){var e=this.data,r=e.subLayout,n=e.isUserIcon,i=e.iconColor,o="26px",s=r===t?["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;"],a=["#".concat(this.toolTipContainer.id," .contentContainer {")].concat(s,["row-gap: 8px;","max-height: 100%;","}","#".concat(this.toolTipContainer.id," .contentContainer div *,"),".tooltipText {","margin: 0;","}"]),c=[".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: ".concat(o,";"),"height: ".concat(o,";"),"}"];return n||c.push("#".concat(this.toolTipContainer.id," .tooltipIcon svg path { fill: ").concat(i,"; }")),r===t&&a.push.apply(a,c),a.join("")}},{key:"buildTooltipContent",value:(n=i(r().mark(function e(){var n,i,o,s,a,c,l,u,h,d,p,g;return r().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(n=this.data,i=n.subLayout,o=n.titleContent,s=n.content,a=n.isUserIcon,c=n.userIcon,l=n.iconGallery,u=document.createElement("div"),!a){e.next=6;break}e.t0='<img src="'.concat(c,'" alt="').concat(c,'" />'),e.next=9;break;case 6:return e.next=8,fetch(l.src,{method:"GET",mode:"cors",cache:"no-cache",referrerPolicy:"no-referrer"}).then(function(t){return t.blob()}).then(function(t){return t.text()}).then(function(t){return t}).catch(function(t){return console.error("ERROR on loading picture, message: ".concat(t))});case 8:e.t0=e.sent;case 9:return h=e.t0,u.classList.add("contentContainer"),u.role="tooltip",d={className:"tooltipTitle",htmlTag:"h3",html:o},p={className:"tooltipIcon",htmlTag:"div",html:h},g=[{className:"tooltipText",htmlTag:"p",html:s}],"titleAndText"===i&&g.push(d),i===t&&g.push(d,p),g.reverse().forEach(function(t){var e=t.className,r=t.htmlTag,n=t.html,i=document.createElement(r);i.classList.add(e),i.innerHTML=n,u.appendChild(i)}),e.abrupt("return",u);case 20:case"end":return e.stop()}},e,this)})),function(){return n.apply(this,arguments)})},{key:"build",value:(e=i(r().mark(function t(){var e,n;return r().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return this.toolTipContainer.init(this.data),e=this.toolTipContainer.getCSS(),this.toolTipContainer.parentContainer.styleElement.insertAdjacentText("beforeend","".concat(e).concat(this.css)),t.next=5,this.buildTooltipContent();case 5:n=t.sent,this.toolTipContainer.getWidgetElement().appendChild(n),this.toolTipContainer.resizeTooltip(this.data.position),this.toolTipContainer.parentContainer.show();case 9:case"end":return t.stop()}},t,this)})),function(){return e.apply(this,arguments)})}]);var e,n}();function a(t){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},a(t)}function c(t){return function(t){if(Array.isArray(t))return u(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||l(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(t,e){if(t){if("string"==typeof t)return u(t,e);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function h(t){var e=function(t){if("object"!=a(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=a(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==a(e)?e:e+""}var d=function(){return function(t,e){return e&&function(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,h(n.key),n)}}(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}(function t(e,r){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.parentContainer=e,this.tooltipTarget=r,this.wrapperElement=this.parentContainer.domElement,this.id=this.parentContainer.widgetContainerId,this.widgetElement=this.parentContainer.domElement.querySelector(".".concat(this.parentContainer.contentClassName)),this.content=null,this.css=""},[{key:"adaptParentWrapperCSS",value:function(){"inline"===getComputedStyle(this.tooltipTarget).getPropertyValue("display")&&(this.tooltipTarget.style.display="inline-block")}},{key:"setupCSSWrapper",value:function(t){var e={left:"flex-start",top:"center",bottom:"center",right:"flex-end"},r=DATA.elementReferrer;if(e[t]){var n=function(t){return function(t){if(Array.isArray(t))return t}(t)||function(t){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var r,n,i,o,s=[],a=!0,c=!1;try{for(i=(e=e.call(t)).next,!3;!(a=(r=i.call(e)).done)&&(s.push(r.value),3!==s.length);a=!0);}catch(t){c=!0,n=t}finally{try{if(!a&&null!=e.return&&(o=e.return(),Object(o)!==o))return}finally{if(c)throw n}}return s}}(t)||l(t,3)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(r.split("[]")),i=n[0],o=n[2],s=null!=o?o:i;this.css=["".concat(s," {"),"position: relative !important;","}","#".concat(this.wrapperElement.id," {"),"box-shadow: unset;","border-radius: unset;","font-size: unset;","color: unset;","transform: unset;","position: absolute;","display: flex;","justify-content: ".concat(e[t],";"),"align-items: center;","top: 0;","left: 0;","bottom: 0;","right: 0;","pointer-events: none;","}"].join("")}}},{key:"setupCSSWidgetFrame",value:function(t){var e=t.position,r=t.borderColor,n=t.borderWidth,i=t.backgroundColor,o=t.zindex,s=t.zindexCustom,a="8px",l="calc(100% + 16px)",u=n>0?"calc(".concat(n,"px + ").concat(a," ").concat(["left","right"].includes(e)?"- 1px":"",")"):"0",h={tooltipContainerPosition:{top:"bottom: ".concat(l,"; align-self: baseline;"),bottom:"top: ".concat(l,"; align-self: end;"),left:"right: ".concat(l,";"),right:"left: ".concat(l,";")},beforePseudoElementRules:{top:["border-bottom-color: ".concat(r,";"),"border-right-color: ".concat(r,";"),"bottom: calc(-1 * ".concat(u,");"),"left: calc(50% - ".concat(u,");")],bottom:["border-top-color: ".concat(r,";"),"border-left-color: ".concat(r,";"),"top: calc(-1 * ".concat(u,");"),"left: calc(50% - ".concat(u,");")],left:["border-top-color: ".concat(r,";"),"border-right-color: ".concat(r,";"),"right: calc(-1 * ".concat(u,");"),"top: calc(50% - ".concat(u,");")],right:["border-bottom-color: ".concat(r,";"),"border-left-color: ".concat(r,";"),"left: calc(-1 * ".concat(u,");"),"top: calc(50% - ".concat(u,");")]},afterPseudoElementRules:{top:["bottom: calc(-1 * ".concat(a,");"),"left: calc(50% - ".concat(a,");")],bottom:["top: calc(-1 * ".concat(a,");"),"left: calc(50% - ".concat(a,");")],left:["top: calc(50% - ".concat(a,");"),"right: -7px;"],right:["left: -7px;","top: calc(50% - ".concat(a,");")]},borderRadiusArrow:{bottom:"25% 0 0 0",left:"0 25% 0 0",top:"0 0 25% 0",right:"0 0 0 25%"}},d="#".concat(this.wrapperElement.id," .").concat(this.parentContainer.contentClassName);this.css+=["#".concat(this.wrapperElement.id," .").concat(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: ".concat("custom"===o?s:o,";"),"}","@media screen and (max-width: 650px) {","#".concat(this.wrapperElement.id," .").concat(this.parentContainer.contentClassName," {"),"max-width: 100%;","min-width: 150px;","}","}","#".concat(this.wrapperElement.id," .").concat(this.parentContainer.contentClassName,"_").concat(e," {"),"".concat(h.tooltipContainerPosition[e]),"}","".concat(d,"_").concat(e,"::before,"),"".concat(d,"_").concat(e,"::after {"),"display: block;","content: '';","position: absolute;","width: 0;","height: 0;","transform: rotate(45deg);","border-radius: ".concat(h.borderRadiusArrow[e],";"),"}","".concat(d,"_").concat(e,"::before {"),"border: ".concat(u," solid transparent;")].concat(c(h.beforePseudoElementRules[e]),["}","".concat(d,"_").concat(e,"::after {"),"border: ".concat(a," solid ").concat(i,";")],c(h.afterPseudoElementRules[e]),["}"]).join(""),this.widgetElement.classList.add("".concat(this.parentContainer.contentClassName,"_").concat(e))}},{key:"resizeTooltip",value:function(t){var e=this,r=this.widgetElement.getBoundingClientRect(),n=this.widgetElement.querySelector(".contentContainer"),i=function(){var r=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];n.style.overflow="auto",r&&e.resizeTooltip(t)};switch(t){case"left":case"right":"left"===t&&r.x<0?(this.widgetElement.style.width="".concat(r.width+r.x,"px"),i()):"right"===t&&r.right>window.innerWidth&&(this.widgetElement.style.width="".concat(window.innerWidth-r.x,"px"),i()),r.y<0&&(this.widgetElement.style.height="".concat(r.height+2*r.y,"px"),i()),r.bottom>window.innerHeight&&(this.widgetElement.style.height="".concat(r.height-(r.bottom-window.innerHeight),"px"),i());break;case"top":r.y<0&&(this.widgetElement.style.height="".concat(r.height+r.y,"px"),i(!1));break;default:r.bottom>window.innerHeight&&(this.widgetElement.style.height="".concat(r.height-(r.bottom-window.innerHeight),"px"),i(!1))}}},{key:"init",value:function(t){this.setupCSSWrapper(t.position),this.setupCSSWidgetFrame(t),this.adaptParentWrapperCSS()}},{key:"getCSS",value:function(){return this.css}},{key:"getContent",value:function(){return this.content}},{key:"getWidgetElement",value:function(){return this.widgetElement}},{key:"getUniqueId",value:function(){return this.parentContainer.uniqueId}}])}();const p=()=>Object.prototype.hasOwnProperty.call(top,"ABTastyEditor"),g=()=>{const t=!!document.getElementById("ABTastyPreviewBar"),e=location.href.includes("ab_project=preview");return t||e},f=t=>new Function(`try {\n\t\t${t}\n\t} catch (error) {\n\t\treturn null;\n\t}`)(),m=()=>encodeURIComponent(DATA.spNoTrim?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),v=()=>!p()&&(g()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),y=()=>window.ABTasty&&!0===window.ABTasty.consentReady,b=()=>{const{type:t}=DATA;return`${PACKAGE.replace("@abtasty/","")}${t?`_${t}`:""}`},w=()=>{const t=b();return`${t.charAt(0).toUpperCase()}${t.slice(1)}`.split("-").join(" ")},E=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,T=t=>{const e=(()=>{if(p()||g())return!1;const t=ABTasty.getTestsOnPage()[TEST_ID];return!!t&&Object.keys(t.targetings.qaParameters).length>0})(),r=window.document.cookie.includes("abTastyDebug=")||!0===window.abTastyDebug;if(e||r){const r=w();window.console.log(`%c${r} - ${e?"QA":"Debug"} Mode for campaign ${TEST_ID} %c ${t}`,"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;")}},S=t=>{const e={promise:null,resolve:null,reject:null,name:t};return e.promise=new Promise((t,r)=>{e.resolve=t,e.reject=r}),e},C=(t,e)=>{const r=e?[]:null;if("string"!=typeof t||!t.trim().length)return r;const[n,i,o]=t.split("[]").map(t=>t.trim()),s=Boolean(o)?o:t,a=i?document.querySelector(n)?.[i]:document;return a?e?[...a.querySelectorAll(s)]:a.querySelector(s):r},$=t=>C(t,!1),x=t=>C(t,!0),P=(t,e)=>{const r=document.querySelector("body")||document.documentElement,n={childList:!0,subtree:!0,attributes:!0},i=()=>o.disconnect(),o=new MutationObserver(()=>{const r=$(e);return r&&!i()&&t(r)});return{clear:i,observe:(t=r)=>o.observe(t,n)}},L=()=>{},k=(t,e)=>{const r=$(t),n={selector:t,clear:L,observe:L};if(r)return setTimeout(()=>e(r),0),n;if(p())return setTimeout(()=>k(t,e),1e3),n;if(t.includes("[]"))return((t,e)=>{const[r,n]=e.split("[]").map(t=>t.trim()),i=$(r),o=i?.[n],{clear:s,observe:a}=P(t,e),c=()=>{const r=$(e);return r&&!l()&&t(r)},l=()=>{s(),i?.removeEventListener("load",c)},u=()=>{a(o),"iframe"===i?.localName&&i.addEventListener("load",c)};return u(),{selector:e,clear:l,observe:u}})(e,t);const{clear:i,observe:o}=P(e,t);return o(),{selector:t,clear:i,observe:o}};function A(t,e){const r=t.parentElement||t.getRootNode().host;return e(t)||!r?t:A(r,e)}const I=(t,e)=>[...x(e)].some(r=>{const[n,,i]=e.split("[]"),o=i??n;return r===t||!!t.closest(o)});let N=!1;const O="remove",R="rebuild",_="update",j="click",D="hover";class B{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(t){const e=[t,"transitionend",this.checkElements.bind(this),!0];return this.getEvents(...e)}intersectionHandler(t){t.forEach(t=>{t.isIntersecting?(this.existingTargets.forEach(e=>{e.element.isSameNode(t.target)&&(this.inViewportTargets.push(e),this.mouseOverEvent.start(),this.scrollEvent.start(),this.onTransitionEnd.start())}),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter(e=>!e.element.isSameNode(t.target)||(this.mouseOverEvent.clear(),this.scrollEvent.clear(),this.onTransitionEnd.clear(),!1))})}startVisibilityObserver(t){const e={root:t,rootMargin:"0px",threshold:0};return this.visibilityObserver??=new IntersectionObserver(this.intersectionHandler.bind(this),e),this.visibilityObserver}startMutationObserver(t){return this.mutationObserver??=new MutationObserver(this.checkElements.bind(this)),this.mutationObserver.observe(t,{attributes:!0,childList:!0,subtree:!0}),this.mutationObserver}onMouseOver({target:t,path:e}){const r=this.inViewportTargets.find(({element:r,selector:n})=>{if(r.isSameNode(t))return!0;const[i,,o]=n.split("[]"),s=o??i,a=[...t.querySelectorAll(s)];if(a.length&&a.includes(r))return!0;if(e.includes(r))return!0;if(!t.parentElement?.children?.length)return;const c=[...t.parentElement.children],l=c.findIndex(e=>e.isSameNode(t)),u=c.filter((t,e)=>e>l);if(u.length){if(u.includes(r))return!0;if(u.some(t=>[...t.querySelectorAll(s)].includes(r)))return!0}return!1});if(r&&this.isElementVisible(r.element)){const{selector:t,element:e,uniqueId:n}=r,i=this.targets.find(e=>e.selector===t&&e.uniqueId===n);i&&i.resolve(e),this.clear(t,n)}}getEvents(t,...e){return{start:()=>t?.addEventListener(...e),clear:()=>t?.removeEventListener(...e)}}mouseOverHandler(t){const e=[t,"ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0?"touchmove":"mouseover",t=>{const e=t.composedPath(),{target:r}=t;setTimeout(()=>this.onMouseOver({target:r,path:e}),50)},!0];return this.getEvents(...e)}scrollEventHandler(t){const e=[t,"scroll",(r=this.checkElements.bind(this),()=>{N||(N=!0,setTimeout(()=>{r(),N=!1},100))}),{passive:!0}];var r;return this.getEvents(...e)}isElementVisible(t){return this.isElementOpaque(t)&&this.isElementTopmost(t)}isElementOpaque(t){return"HTML"===A(t,t=>"0"===window.getComputedStyle(t).opacity).nodeName}isElementTopmost(t){const e=t.getBoundingClientRect(),r=[[e.left,e.top],[e.right,e.top],[e.left,e.bottom],[e.right,e.bottom],[e.left+e.width/2,e.top],[e.left+e.width/2,e.bottom],[e.left,e.height/2],[e.right,e.height/2],[e.left+e.left/2,e.height/2]];let n=!1,i=0;for(;!n&&i<r.length;){const e=t.getRootNode()?.elementFromPoint(...r[i]);n=t===e||e?.contains(t)||t.contains(e),i+=1}return n}checkElements(){this.targets.forEach(({selector:t,uniqueId:e})=>{const r=$(t),[n,,i]=t.split("[]"),o=i??n;r&&!this.existingTargets.find(t=>t.element.matches(o)&&t.uniqueId===e)&&(this.existingTargets.push({element:r,selector:t,uniqueId:e}),this.visibilityObserver.observe(r))}),this.existingTargets=this.existingTargets.filter(({selector:t,element:e})=>!!$(t)||(e&&this.visibilityObserver.unobserve(e),!1)),this.inViewportTargets=this.inViewportTargets.filter(({selector:t,element:e,uniqueId:r})=>{const[n,,i]=t.split("[]"),o=i??n;if(e.matches(o)&&this.isElementVisible(e)){const n=this.targets.find(e=>e.selector===t&&e.uniqueId===r);return n&&n.resolve(e),this.clear(t,r),!1}return!0})}onLoadIframe(t){const e=[t.defaultView.frameElement,"load",()=>this.watch(selector,resolve,uniqueId).bind(this),{passive:!0}];return this.getEvents(...e)}watch(t,e,r){this.targets.push({selector:t,resolve:e,uniqueId:r});const{clear:n}=k(t,t=>{n();const e=t.getRootNode(),r="body"in e?e.body:document;this.mouseOverEvent=this.mouseOverHandler(e),this.scrollEvent=this.scrollEventHandler(e),this.onTransitionEnd=this.transitionOverHandler(e),e.defaultView?.frameElement&&(this.onIframeLoad=this.onLoadIframe(e),this.onIframeLoad.start()),this.startVisibilityObserver(r),this.startMutationObserver(r),this.checkElements()})}clear(t,e){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map(r=>r.filter(({selector:r,uniqueId:n})=>r!==t&&n!==e));const r=$(t);r&&this.visibilityObserver?.unobserve(r),0===this.targets.length&&(this.mutationObserver?.disconnect(),this.onIframeLoad?.clear()),0===this.inViewportTargets.length&&(this.mouseOverEvent?.clear(),this.scrollEvent?.clear(),this.onTransitionEnd?.clear())}}const W="ABTastyData";class V{constructor({triggerEvent:t,triggerSelector:e,triggerDelay:r,triggerTarget:n}){this.event=t,this.selector=Boolean(e)?e:"body",this.target="string"==typeof n?$(e):n,this.delay=1e3*r,this.triggerElements=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.promises=[],this.visibilityObservers=[],this.socialProofStore={},this.elementWaiters=[]}async onElementVisible({promise:t,resolve:e}){const r=S(`${this.event}DomReady`);this.promises.push(r);const{clear:n}=k(this.selector,()=>{const t=new B;this.visibilityObservers.push(t),t.watch(this.selector,e,E())});return this.elementWaiters.push(n),t}onPageLoad({promise:t,resolve:e}){const r=()=>"complete"===document.readyState;if(!r()){const n=["readystatechange",()=>r()&&e(!0),{passive:!0}];return this.eventsListeners.push([document,...n]),document.addEventListener(...n),t}return e(!0),t}onClick({promise:t,resolve:e}){const r=({isTrusted:t,target:r})=>{if(t)return(r.isEqualNode(this.target)||I(r,this.selector))&&e(!0)},{clear:n}=k(this.selector,t=>{n();const e=document.createElement("style");e.id=`Click_${E()}`;const[i,,o]=this.selector.split("[]"),s=o??i;e.innerHTML=`${s} {\n\t\t\t\tcursor: pointer !important;\n\t\t\t\tpointer-events: all !important;\n\t\t\t}`;const a=t.getRootNode();("head"in a?a.head:a).appendChild(e),this.triggerElements.push(e);const c=["click",r,{passive:!0,capture:!0}];this.eventsListeners.push([a,...c]),a.addEventListener(...c)});return this.elementWaiters.push(n),t}onHover({promise:t,resolve:e}){const r=({isTrusted:t,target:r})=>{if(t)return(this.target?r.isEqualNode(this.target):I(r,this.selector))&&e(!0)},{clear:n}=k(this.selector,t=>{const e=t.getRootNode(),n="body"in e?e.body:[...e.childNodes].find(e=>e.contains(t)),i=["mouseenter",r,{passive:!0,capture:!0}];this.eventsListeners.push([n,...i]),n.addEventListener(...i)});return this.elementWaiters.push(n),t}onExitIntent({promise:t,resolve:e}){const r=["mouseleave",({isTrusted:t,clientY:r})=>{t&&r<=0&&e(!0)},{passive:!0}],{clear:n}=k("html",t=>{n(),this.eventsListeners.push([t,...r]),t.addEventListener(...r)});return t}onReengage({promise:t,resolve:e}){const r=this.delay;let n=r;const i=[...document.querySelectorAll("*:empty")].map(t=>t.contentDocument||t.shadowRoot).filter(t=>t),o=[({isTrusted:t})=>{t&&(n=r)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach(t=>{[document,...i].forEach(e=>{this.eventsListeners.push([e,t,...o]),e.addEventListener(t,...o)})});const s=setInterval(()=>{n<=0?e(!0):n-=100},100);return this.intervals.push(s),t}onCustomTrigger({promise:t,resolve:e}){const{triggerEventCustomScript:r}=DATA;return new Function(`return new Promise(async resolve => {${r}})`)().then(t=>t&&e(!0)),t}onScrollUp({promise:t,resolve:e}){let r=0;const n=["scroll",({isTrusted:t})=>{t&&(window.scrollY<r?e(!0):r=window.scrollY)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...n]),document.addEventListener(...n),t}onScrollPercentReached({promise:t,resolve:e}){const{triggerEventScrollPercent:r}=DATA,n=["scroll",({isTrusted:t})=>{if(!t)return;const n=(()=>{const{documentElement:t,body:e}=document,r=t.scrollTop||e.scrollTop,n=t.scrollHeight||e.scrollHeight;return Math.trunc(r/(n-t.clientHeight)*100,10)})();r<n&&e(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...n]),document.addEventListener(...n),t}checkSocialProofConditions(t,e,r,n){const i=(()=>{let t;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S?.USER?.accountIdentifier?.length?t=window.ABTASTY_S.USER.accountIdentifier:"function"==typeof window.ABTasty?.getAccountSettings?t=window.ABTasty.getAccountSettings().identifier:window.ABTasty?.accountSettings&&(t=window.ABTasty.accountSettings.identifier),t):t})(),{viewInterval:o,spNoTrim:s}=DATA;if(this.socialProofStore.hasOwnProperty(t))r(this.socialProofStore[t])?n(`${this.socialProofStore[t][o]}`):n(!1);else if(t&&i){const a=e=>(this.socialProofStore[t]=e,n(!!r(e)&&`${e[o]}`));fetch(`https://api-social-proof.abtasty.com/clients/${i}/metrics/${e}?key=${t}${s?"&noTrim=true":""}`).then(t=>t.ok&&t.json()).then(a).catch(()=>T("Failed to fetch datas from server."))}else n(!1)}getSocialProofDatas({promise:t,resolve:e},r,n=!1){const{productKey:i,keyType:o}=(()=>{const{socialProofContentType:t,productKeyProvider:e,pathToProductKey:r,customJSProductKey:n,productSKU:i}=DATA;if(2===t)return{productKey:m(),keyType:"url"};{let o=null,s="sku";switch(e){case"ABTastyProductKey":o=window.ABTastyProductKey;break;case"pathToProductKey":o=f(`return ${r};`);break;case"customJSProductKey":o=f(n);break;case"productSKU":o=i}return o||3!==t||(o=m(),s="url"),{productKey:o,keyType:s}}})(),{viewInterval:s,triggerSocialProofMinVisitors:a,triggerSocialProofMinPurchases:c,triggerSocialProofMinPageViews:l}=DATA,u={pv:l,i:c,"v-pv":a}[r];return[typeof s,typeof u].includes("undefined")&&e(!1),n&&!i&&(T("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"),e(!1)),this.checkSocialProofConditions(i,"v-pv"===r&&"sku"===o?"v-i":r,t=>{const e=void 0!==t[s]&&t[s]>=u;return e||T(`Widget will not be shown, Social Proof API returned ${t[s]} while ${u} are required`),e},e),t}onConsent({promise:t,resolve:e}){if(!y()){const r=["abtasty_consentValid",()=>e(!0)];return this.eventsListeners.push(r),window.addEventListener(...r),t}return e(!0),t}onTrackingSent({promise:t,resolve:e}){const{triggerEventTrackingSent:r}=DATA;let n=localStorage.getItem(W);const i=()=>JSON.parse(n)?.ActionTracking?.some(({name:t})=>t===r),o=["storage",({key:t,newValue:r})=>{t===W&&(n=r,i()&&e(!0))},{passive:!0,capture:!0}];return n&&i()?e(!0):(()=>{this.eventsListeners.push([window,...o]),window.addEventListener(...o)})(),t}onMinPagesViewed({promise:t,resolve:e}){const{triggerEventMinPagesViewed:r}=DATA;let n=localStorage.getItem(W);const i=()=>r<=(n?JSON.parse(n)?.VisitedPages?.length:0),o=["storage",({key:t,newValue:r})=>{t===W&&(n=r,i()&&e(!0))},{passive:!0,capture:!0}];return n&&i()?e(!0):(()=>{this.eventsListeners.push([window,...o]),window.addEventListener(...o)})(),t}onRageClick({promise:t,resolve:e}){const{triggerEventRageClickQuantity:r,triggerEventRageClickDelay:n}=DATA;let i=0,o=!1;const s=["click",({isTrusted:t})=>{if(t&&(i+=1,i>=r&&e(!0),!o)){o=!0;const t=setTimeout(()=>{i=0,o=!1},n);this.timeouts.push(t)}},{passive:!0,capture:!0}],a=t=>{this.eventsListeners.push([t,...s]),t.addEventListener(...s)},{clear:c}=k("iframe []contentDocument[] body > *",()=>{const t=document.getElementsByTagName("iframe");for(const e of t){"contentDocument"in e&&"body"in e.contentDocument&&a(e.contentDocument);const t=()=>a(e.contentDocument);e.addEventListener("load",t),this.eventsListeners.push([e,"onIframeLoad",t])}});return this.elementWaiters.push(c),a(document),t}clear(){this.triggerElements=this.triggerElements.filter(t=>(t.remove(),!1)),this.eventsListeners=this.eventsListeners.filter(t=>{const[e,...r]=t;return e&&r.length>1&&e.removeEventListener(...r),!1}),this.timeouts=this.timeouts.filter(t=>(clearTimeout(t),!1)),this.intervals=this.intervals.filter(t=>(clearInterval(t),!1));const t=E();return this.visibilityObservers=this.visibilityObservers.filter(e=>(e.clear(this.selector,t),!1)),this.promises=this.promises.filter(t=>(t.resolve(!1),!1)),this.elementWaiters=this.elementWaiters.filter(t=>(t(),!1)),this}async isTriggered(){this.clear();const t=S(this.event);this.promises.push(t);const e={consent:()=>this.onConsent(t),direct:()=>!0,pageLoad:()=>this.onPageLoad(t),click:()=>this.onClick(t),exitIntent:()=>this.onExitIntent(t),reengage:()=>this.onReengage(t),elementVisible:()=>this.onElementVisible(t),script:()=>this.onCustomTrigger(t),hover:()=>this.onHover(t),scrollUp:()=>this.onScrollUp(t),scrollPercent:()=>this.onScrollPercentReached(t),rageClick:()=>this.onRageClick(t),minPagesViewed:()=>this.onMinPagesViewed(t),trackingSent:()=>this.onTrackingSent(t),socialProofPurchases:()=>this.getSocialProofDatas(t,"i",!0),socialProofPageViews:()=>this.getSocialProofDatas(t,"pv"),socialProofVisitors:()=>this.getSocialProofDatas(t,"v-pv")},r=!Object.prototype.hasOwnProperty.call(e,this.event)||await e[this.event]();return r&&this.clear(),"reengage"!==this.event&&this.delay?r&&await(async()=>{const t=S(`${this.event}Delay`);this.promises.push(t);const e=setTimeout(()=>{t.resolve(!0),this.clear()},this.delay);return this.timeouts.push(e),t.promise})():r}}const F="display",q="closing",H="validation",M="ABTastyWidgets",G=`${M}Temporary`;class U{constructor({displayRecurrence:t,closingRecurrence:e,validationRecurrence:r},n){this.displayRecurrence=parseFloat(t),this.closingRecurrence=parseFloat(e),this.validationRecurrence=parseFloat(r),this.onSetCallback=n,this.widgetName=b(),this.uniqueId=E(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:t}){const e=localStorage.getItem(G),r=sessionStorage.getItem(M);"ABTastyData"===t&&!e&&r&&localStorage.setItem(G,r)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(t){try{const e=t.getItem(M);return JSON.parse(e)}catch(e){return t.removeItem(M),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(t,e){const{[this.recurrenceKey]:r,...n}=e;return Object.entries(n).length?(t.setItem(M,JSON.stringify(n)),n):(t.removeItem(M),!1)}removeSessionRecurrenceStorage(){const t=this.getSessionRecurrenceStorageParsed();return!!t&&this.removeGivenStorage(window.sessionStorage,t)}removeLocalRecurrenceStorage(){const t=this.getLocalRecurrenceStorageParsed();return!!t&&this.removeGivenStorage(window.localStorage,t)}getSessionRecurrence(){const t=this.getSessionRecurrenceStorageParsed();return!!t&&t[this.recurrenceKey]}getLocalRecurrence(){const t=this.getLocalRecurrenceStorageParsed();return!!t&&t[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const t=this.getSessionRecurrence(),e=this.getLocalRecurrence();return t||e||{type:!1}}isOver(){const t=localStorage.getItem(G),e=!(!t||!t.includes(this.recurrenceKey))||this.getSessionRecurrence();t&&(sessionStorage.setItem(M,t),localStorage.removeItem(G));const r=this.getLocalRecurrence(),n=(r?parseFloat(r.stamp):0)<(new Date).getTime();return n&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&n&&!this.getLocalRecurrence()&&!e}setRecurrence(t,e){0!==t&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const r=this.getTypeOfStorage(t);if(g()||!r&&"object"!=typeof r)return!1;const{storageString:n,storageMethod:i}=r,o=this.getStamp(t),s={type:e,stamp:o},{type:a}=this.getCurrentRecurrence(),c=async()=>{if(!y()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=s;const t=new V({triggerEvent:"consent"});await t.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const t=this.getSessionRecurrence(),e=this.getLocalRecurrence();let r;"session"===n?t?r=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),r=this.getSessionRecurrenceStorageParsed()):"local"===n&&(e?r=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),r=this.getLocalRecurrenceStorageParsed()));const o=r?{[this.recurrenceKey]:s,...r}:{[this.recurrenceKey]:s};i.setItem(M,JSON.stringify(o)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!i)return!1;if(a&&e!==H)if(e===q&&a!==H)c();else{if(e!==F||a===H||a===q)return!1;c()}else c();return o}setDisplayRecurrence(){const t=F;this.setRecurrence(this.displayRecurrence,t)}setClosingRecurrence(){const t=q;this.setRecurrence(this.closingRecurrence,t)}setValidationRecurrence(){const t=H;this.setRecurrence(this.validationRecurrence,t)}getStamp(t){return(new Date).getTime()+864e5*t}getTypeOfStorage(t){return!(isNaN(t)||t<0||0!==t&&!t)&&(t>0?{storageString:"local",storageMethod:window.localStorage}:0===t&&{storageString:"session",storageMethod:window.sessionStorage})}}class K{constructor(t,e,r){this.isWidgetApplied=t,this.callback=e,this.shouldUpdate=r,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(t){const e=!t&&this.isWidgetApplied(),r=e?this.shouldUpdate&&_:R;return r?(this.clearWatcher(),this.callback(r,!t,e),this.watch(),this):this}onCampaignLaunched({detail:{campaignId:t}}){t===TEST_ID&&(this.callback(R,!1),this.watch())}onTagRollback({target:t}){return this.clearWatcher(t),this.callback(O,!1),window.addEventListener(...this.onCampaignLaunchedEventParams),this}observerHandler(t){return v()?t.some(t=>["removedNodes","addedNodes"].some(e=>t[e]&&t[e].length))?this.decisionHandler():this:this.callback(O,!1)}watch(t,e){if(p())return this;if(this.clearWatcher(t),window.removeEventListener(...this.onCampaignLaunchedEventParams),document.addEventListener(...this.tagRollbackEventParams),e?.includes("[]contentDocument[]")){const t=e.split("[]")[0].trim(),{clear:r}=k(t,t=>{r(),this.triggerIframeTarget=t,t.addEventListener("load",this.decisionHandler.bind(this))})}const r=t?.defaultView?.frameElement;r&&this.triggerIframeTarget!==r&&r.addEventListener("load",this.decisionHandler.bind(this));const{clear:n}=k("body",e=>{n();const r=t?.body||t||e;this.observer.observe(r,{childList:!0,subtree:!0})});return this}clearTriggerElementWatcher(){this.triggerIframeTarget?.removeEventListener("load",this.decisionHandler.bind(this))}clearWatcher(t){return document.removeEventListener(...this.tagRollbackEventParams),this.observer.disconnect(),this.clearTriggerElementWatcher(),t?.defaultView?.frameElement?.removeEventListener("load",this.decisionHandler.bind(this)),this}}const z=/.+\/([^.]+)\.(otf|ttf)$/,Y=["socialProofPurchases","socialProofPageViews","socialProofVisitors"];class J{constructor(t,e){this.children=void 0,this.uniqueId=`${E()}${e?`_${e}`:""}`,this.widgetName=b(),this.prettyName=w(),this.recurrenceParams=(()=>{const{displayRecurrence:t,closingRecurrence:e,validationRecurrence:r}=DATA,n=!t&&!e&&!r;if(p()||n)return!1;const i={everytime:()=>-1,session:()=>0,once:()=>395,day:t=>DATA[`${t}_day`],week:t=>7*DATA[`${t}_week`],month:t=>30.5*DATA[`${t}_month`]},o={};return t&&(o.displayRecurrence=i[t]("displayRecurrence")),e&&(o.closingRecurrence=i[e]("closingRecurrence")),r&&(o.validationRecurrence=i[r]("validationRecurrence")),o})(),this.triggerParams=(t=>{let{triggerEvent:e}=DATA;const{triggerEventClick:r,triggerEventHover:n,triggerEventReengageDelay:i,socialProofContentType:o,triggerEventElementVisible:s,triggerEventDelay:a}=DATA;if(p()||!e&&!o)return!1;const c={click:()=>r,hover:()=>n,elementVisible:()=>s},l=Object.prototype.hasOwnProperty.call(c,e)?c[e]():"body",u="reengage"===e?i:a;return o&&(e=[,"socialProofPurchases","socialProofPageViews","socialProofVisitors"][o]),{triggerEvent:e,triggerSelector:l,triggerDelay:u,triggerTarget:t}})(t),this.recurrence=!!this.recurrenceParams&&new U(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new V(this.triggerParams),this.shouldUpdate=!!this.triggerParams&&Y.includes(this.triggerParams.triggerEvent),this.pageWatcher=new K(this.isWidgetApplied.bind(this),this.onPageChange.bind(this)),this.hasOncePerPageTrigger=(()=>{const{isOncePerPageTrigger:t,triggerEvent:e}=DATA;return!e||!["click","hover","scrollUp","script"].includes(e)||t})(),this.basicClassName=`ab_widget_container_${this.widgetName}`,this.widgetContainerId=`${this.basicClassName}_${this.uniqueId}`,this.contentClassName=`${this.basicClassName}_content`,this.overlayClassName=`${this.basicClassName}_overlay`,this.closeButtonClassName=`${this.basicClassName}_close_button`,this.hideClassName=`ab_hide_${this.uniqueId}`,this.rootElement=null,this.domElement=this.getDom(),this.hasBeenShown=!1,this.closedByUser=!1,this.elementsWaiters=[]}clearGivenClearables(){this.elementsWaiters.forEach(t=>t.clear()),this.elementsWaiters=[]}isWidgetApplied(){return this.domElement?.isConnected&&this.domElement.ownerDocument?.defaultView}removeOldDomElement(){const t=this.rootElement?.getElementById(this.widgetContainerId);return t?.remove(),this}async insert(){if(this.isWidgetApplied())return!1;const t=["free"];"drawer"===DATA.layout&&DATA.customTarget&&t.push("drawer");const e=t.includes(DATA.layout);return new Promise(t=>{const{elementReferrer:r="body",referrerInsertType:n="beforeend"}=e?DATA:{},i=k(r,e=>{this.elementsWaiters=this.elementsWaiters.filter(t=>t.selector!==r),this.rootElement=e.getRootNode(),this.removeOldDomElement(),this.domElement.appendChild(this.styleElement),t(e.insertAdjacentElement(n,this.domElement))});this.elementsWaiters.push(i)}).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):p()||this.init().then(({response:t})=>t?this.show():this),this}show(){return p()||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(t=!0){return!p()&&this.hasBeenShown&&t&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),t&&(this.pageWatcher.clearWatcher(this.rootElement),this.closedByUser=!0),this.domElement.classList.add(this.hideClassName),this}async init(t){const e=p(),r=v(),n=this.trigger?.promises?.length,i=!this.recurrence||this.recurrence.isOver();if(!e&&!r||n||!i)return{container:this,response:!1};this.pageWatcher.watch(this.rootElement||document,this.triggerParams.triggerSelector);const o=e||!this.trigger||this.trigger&&await this.trigger.isTriggered();this.pageWatcher.clearTriggerElementWatcher();const s={container:this,response:o};return o?(await this.insert(),this.addCloseEvent(),e||t||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(o),s):s}onPageChange(t,e,r){const n=()=>this.init().then(({response:t})=>{t?this.show():this.hide(!1)});e||(this.hasBeenShown=!1,this.trigger&&this.trigger.clear());const i={[O]:()=>r?this.remove():this.pageWatcher.watch(this.rootElement),[R]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch(this.rootElement):r||this.insert().then(t=>t.show()).catch(this.pageWatcher.watch):n()},[_]:()=>{this.hasBeenShown?this.pageWatcher.watch():n()}};"function"==typeof i[t]&&i[t]()}addCloseEvent(...t){const{closeButton:e,overlay:r,overlayClickable:n,layout:i,animationDuration:o=1e3}=DATA,s=[];if(void 0!==r&&!0!==r||!0!==n||"popin"!==i||s.push(`.${this.overlayClassName}`),void 0!==e&&e&&s.push(`.${this.closeButtonClassName}`),!s.length)return this;const a=this.domElement.querySelectorAll(s.join(", "));if(!a.length)return this;const c=["click",t=>{(t=>{p()||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())})(t),this.recurrence&&this.recurrence.setClosingRecurrence(),this.hide(!0),setTimeout(()=>this.remove(),1.05*o)},{once:!0,capture:!0}];return t.push(...a),t.forEach(t=>{p()&&(t.dataset.abtastyActionnable="true"),t.removeEventListener(...c),t.addEventListener(...c)}),this}getDom(){const{closeButton:t,layout:e,overlayClickable:r,overlay:n=!0}=DATA,i=document.createElement("div");return i.className=`${this.basicClassName} ${this.hideClassName}`,i.id=this.widgetContainerId,["popin","bannerTop","bannerBottom"].includes(e)&&(i.role="dialog"),i.innerHTML=`\n\t\t\t${"popin"===e&&!0===n?`<div ${r?'aria-label="Close dialog"':""} class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${t?`<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(t,e){if(!t||"inherit"===t||!/otf|ttf/g.test(e))return;const r=document.createElement("style"),n=e.match(z)?e.match(z)[1]:"";r.innerHTML=`@font-face { font-family: '${t}_${n}'; src: url('${e}'); font-display: swap; }`;const i=this.rootElement?.head||document.head;i?.appendChild(r)}getStyleTag(t="",e=DATA){const{noStyles:r,layout:n}=e,{backgroundColor:i,isBackgroundImage:o,backgroundImage:s,backgroundSize:a,backgroundPosition:c,backgroundRepeat:l,borderColor:u,borderRadius:h,borderWidth:d,textColor:g,textAlign:f,fontName:m,fontStyle:v,fontSize:y,isTitle:b,titleTextAlign:w,titleTextColor:E,titleFontName:T,titleFontStyle:S,titleFontSize:C,overlay:$,overlayColor:x,dropShadow:P,dropShadowColor:L,dropShadowBlur:k,containerMargin:A,containerPadding:I,closeButton:N,closeButtonPosition:O,closeButtonSize:R,closeButtonBorderRadius:_,closeButtonBorderWidth:j,closeButtonBorderColor:D,closeButtonColor:B,closeButtonBackgroundColor:W,buttonsAlign:V,buttonsBorderWidth:F,buttonsBorderColor:q,buttonsBorderRadius:H,buttonsBackgroundColor:M,buttonsTextColor:G,buttonsFontName:U,buttonsFontStyle:K,buttonsFontSize:Y,secondLink:J,secondLinkBorderWidth:Q,secondLinkBorderColor:X,secondLinkBorderRadius:Z,secondLinkBackgroundColor:tt,secondLinkTextColor:et,secondLinkFontName:rt,secondLinkFontStyle:nt,secondLinkFontSize:it,animation:ot,animationDuration:st,animationBehaviour:at,animationSlideDirection:ct}=r?{}:e,lt=document.createElement("style");p()&&lt.setAttribute("abtasty-script-added","true"),this.loadFont(m,v),this.loadFont(T,S),this.loadFont(U,K),this.loadFont(rt,nt);const ut=`background: ${["string"==typeof i?i:"rgba(255, 255, 255, 1)",o&&"string"==typeof s&&s.length?`url(${s})`:"",o&&"string"==typeof c&&"100% 100%"!==a?c:"0 0",o&&"string"==typeof a?`/ ${a}`:"/ auto",o&&l&&!["cover","100% 100%"].includes(a)?"repeat":"no-repeat"].join(" ").trim()};`,ht="number"==typeof d&&d>0,dt=`border: ${[ht?`${d}px`:"unset",ht?"solid":"",ht&&"string"==typeof u&&u.length?u:""].join(" ").trim()};`,pt=void 0!==h?`border-radius: ${h}px;`:"",gt=void 0!==g?`color: ${g}; fill: ${g}; -webkit-text-fill-color: ${g};`:"",ft=void 0!==f?`text-align: ${f};`:"",mt=m&&"inherit"!==m?`font-family:${m}_${v.match(z)?v.match(z)[1]:""};`:v||"",vt=y?`font-size: ${y}px;`:"",yt=void 0!==P&&P?`box-shadow: 0 5px ${k}px 0 ${L};`:"",bt=A instanceof Array&&1===A.length&&A[0],wt=bt?`margin: ${bt.top}px ${bt.right}px ${bt.bottom}px ${bt.left}px;`:"",Et=bt?`margin: calc(${bt.top}px * 0.5) calc(${bt.right}px * 0.5) calc(${bt.bottom}px * 0.5) calc(${bt.left}px * 0.5);`:"",Tt=I instanceof Array&&1===I.length&&I[0],St=Tt?`padding: ${Tt.top}px ${Tt.right}px ${Tt.bottom}px ${Tt.left}px;`:"",Ct=Tt?`padding: calc(${Tt.top}px * 0.5) calc(${Tt.right}px * 0.5) calc(${Tt.bottom}px * 0.5) calc(${Tt.left}px * 0.5);`:"",$t=void 0!==F&&F?`border-width: ${F}px; border-style: solid;`:"",xt=[q,F].every(t=>void 0!==t)&&F?`border-color: ${q};`:"",Pt=void 0!==H?`border-radius: ${H}px;`:"",Lt=void 0!==M?`background-color: ${M};`:"",kt=void 0!==G?`color: ${G}; fill: ${G}; -webkit-text-fill-color: ${G};`:"",At=U&&"inherit"!==U?`font-family:${U}_${K.match(z)?K.match(z)[1]:""};`:K||"",It=Y?`font-size: ${Y}px;`:"",Nt="number"==typeof Q?`border-width: ${Q}px; border-style: solid;`:"",Ot=[X,Q].every(t=>void 0!==t)&&Q?`border-color: ${X};`:"",Rt=void 0!==Z?`border-radius: ${Z}px;`:"",_t=void 0!==tt?`background-color: ${tt};`:"",jt=void 0!==et?`color: ${et}; fill: ${et}; -webkit-text-fill-color: ${et};`:"",Dt=rt&&"inherit"!==rt?`font-family:${rt}_${nt.match(z)?nt.match(z)[1]:""};`:nt||"",Bt=it?`font-size: ${it}px;`:"",Wt="popin"!==n||void 0!==$&&!0!==$?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==x?x:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),Vt="number"==typeof R?R:16,Ft=Vt/2,qt=r||void 0!==N&&N?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===O?`bottom: calc(100% + ${Ft}px)`:`top: ${Ft}px`)+";",`right: ${Ft}px;`,"width: auto;","height: auto;","background: none;","border: none;","cursor: pointer;","padding: 0;","margin: 0;","line-height: 0;","z-index: 9;","number"==typeof _?`border-radius: ${_}px;`:"","number"==typeof j&&j>0?`border: ${j}px solid ${void 0!==D?D:"rgba(57, 57, 57, 1)"};`:"","string"==typeof W?`background-color: ${W};`:"","}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${Vt}px;`,`height: ${Vt}px;`,"string"==typeof B?`fill: ${B};`:"","}"].join(""):"",Ht=b&&"string"==typeof E?[`#${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: ${E}; fill: ${E}; -webkit-text-fill-color: ${E};`,void 0!==w?`text-align: ${w};`:"",T&&"inherit"!==T?`font-family:${T}_${S.match(z)?S.match(z)[1]:""};`:S||"",C?`font-size: ${C}px;`:"","}"].join(""):"";let Mt="";if("string"==typeof ot){const t=(st/1e3).toFixed(2),e=["top","bottom"].includes(ct),r=Number(e),n=[(["top","left"].includes(ct)?"-":"")+"100vmax",this.translateValues?this.translateValues[r]:"0"];e&&n.reverse(),Mt={none:[`.${this.hideClassName} {`,"opacity: 0 !important;","}"],fade:[`.${this.hideClassName} {`,"opacity: 0 !important;","}",`#${this.widgetContainerId} {`,`transition: opacity ${t}s ${at};`,"}"],slide:[`.${this.hideClassName} .${this.overlayClassName} {`,"opacity: 0 !important;","}",`#${this.widgetContainerId} .${this.overlayClassName} {`,`transition: opacity ${t}s ${at};`,"}",`.${this.hideClassName} .${this.contentClassName} {`,`transform: translate(${n.join(", ")}) !important;`,"}",`#${this.widgetContainerId} .${this.contentClassName} {`,`transition: transform ${t}s ${at};`,"}"]}[p()&&!ABTASTY_S.WIDGETS.animationChanged?"none":ot].join("")}const Gt=[`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,`margin-${"fill"===V?"top":"left"}: 8px;`,Nt,Ot,Rt,_t,jt,Dt,Bt,"}",`#${this.widgetContainerId} .${this.contentClassName} .buttons_container .second_link {`,jt,Dt,Bt,"}"];return lt.textContent=[`#${this.widgetContainerId} style { display: none; }`,`.${this.hideClassName} {`,"pointer-events: none;","}",`#${this.widgetContainerId} {`,"opacity: 1;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,ut,pt,dt,gt,ft,yt,wt,mt,vt,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,gt,ft,mt,vt,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",St,mt,vt,"}",`#${this.widgetContainerId} .${this.contentClassName} a {`,"text-decoration: underline;","}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a, `,`#${this.widgetContainerId} .${this.contentClassName} button {`,"text-decoration: none;","box-sizing: border-box;","display: inline-block;",$t,xt,Pt,Lt,kt,At,It,"}",`#${this.widgetContainerId} .${this.contentClassName} div.buttons_container a *, `,`#${this.widgetContainerId} .${this.contentClassName} button:not(class*="close_button") * {`,kt,At,It,"}",...J?Gt:[],"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,Et,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,Ct,"}","}",Wt,qt,Ht,Mt,`${t}`].join(""),lt}}class Q extends J{constructor(t,e){super(t,e),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("")}}function X(t){return X="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},X(t)}function Z(t,e,r){return(e=rt(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function tt(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */tt=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,i=Object.defineProperty||function(t,e,r){t[e]=r.value},o="function"==typeof Symbol?Symbol:{},s=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function l(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t){l=function(t,e,r){return t[e]=r}}function u(t,e,r,n){var o=e&&e.prototype instanceof m?e:m,s=Object.create(o.prototype),a=new k(n||[]);return i(s,"_invoke",{value:$(t,r,a)}),s}function h(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=u;var d="suspendedStart",p="executing",g="completed",f={};function m(){}function v(){}function y(){}var b={};l(b,s,function(){return this});var w=Object.getPrototypeOf,E=w&&w(w(A([])));E&&E!==r&&n.call(E,s)&&(b=E);var T=y.prototype=m.prototype=Object.create(b);function S(t){["next","throw","return"].forEach(function(e){l(t,e,function(t){return this._invoke(e,t)})})}function C(t,e){function r(i,o,s,a){var c=h(t[i],t,o);if("throw"!==c.type){var l=c.arg,u=l.value;return u&&"object"==X(u)&&n.call(u,"__await")?e.resolve(u.__await).then(function(t){r("next",t,s,a)},function(t){r("throw",t,s,a)}):e.resolve(u).then(function(t){l.value=t,s(l)},function(t){return r("throw",t,s,a)})}a(c.arg)}var o;i(this,"_invoke",{value:function(t,n){function i(){return new e(function(e,i){r(t,n,e,i)})}return o=o?o.then(i,i):i()}})}function $(e,r,n){var i=d;return function(o,s){if(i===p)throw Error("Generator is already running");if(i===g){if("throw"===o)throw s;return{value:t,done:!0}}for(n.method=o,n.arg=s;;){var a=n.delegate;if(a){var c=x(a,n);if(c){if(c===f)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===d)throw i=g,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=p;var l=h(e,r,n);if("normal"===l.type){if(i=n.done?g:"suspendedYield",l.arg===f)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(i=g,n.method="throw",n.arg=l.arg)}}}function x(e,r){var n=r.method,i=e.iterator[n];if(i===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,x(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),f;var o=h(i,e.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,f;var s=o.arg;return s?s.done?(r[e.resultName]=s.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,f):s:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,f)}function P(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function k(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function A(e){if(e||""===e){var r=e[s];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function r(){for(;++i<e.length;)if(n.call(e,i))return r.value=e[i],r.done=!1,r;return r.value=t,r.done=!0,r};return o.next=o}}throw new TypeError(X(e)+" is not iterable")}return v.prototype=y,i(T,"constructor",{value:y,configurable:!0}),i(y,"constructor",{value:v,configurable:!0}),v.displayName=l(y,c,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===v||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,l(t,c,"GeneratorFunction")),t.prototype=Object.create(T),t},e.awrap=function(t){return{__await:t}},S(C.prototype),l(C.prototype,a,function(){return this}),e.AsyncIterator=C,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var s=new C(u(t,r,n,i),o);return e.isGeneratorFunction(r)?s:s.next().then(function(t){return t.done?t.value:s.next()})},S(T),l(T,c,"Generator"),l(T,s,function(){return this}),l(T,"toString",function(){return"[object Generator]"}),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=A,k.prototype={constructor:k,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(L),!e)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function i(n,i){return a.type="throw",a.arg=e,r.next=n,i&&(r.method="next",r.arg=t),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var s=this.tryEntries[o],a=s.completion;if("root"===s.tryLoc)return i("end");if(s.tryLoc<=this.prev){var c=n.call(s,"catchLoc"),l=n.call(s,"finallyLoc");if(c&&l){if(this.prev<s.catchLoc)return i(s.catchLoc,!0);if(this.prev<s.finallyLoc)return i(s.finallyLoc)}else if(c){if(this.prev<s.catchLoc)return i(s.catchLoc,!0)}else{if(!l)throw Error("try statement without catch or finally");if(this.prev<s.finallyLoc)return i(s.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var s=o?o.completion:{};return s.type=t,s.arg=e,o?(this.method="next",this.next=o.finallyLoc,f):this.complete(s)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),f},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),L(r),f}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;L(r)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:A(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),f}},e}function et(t,e,r,n,i,o,s){try{var a=t[o](s),c=a.value}catch(t){return void r(t)}a.done?e(c):Promise.resolve(c).then(n,i)}function rt(t){var e=function(t){if("object"!=X(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=X(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==X(e)?e:e+""}function nt(t,e,r){return e=st(e),function(t,e){if(e&&("object"==X(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,it()?Reflect.construct(e,r||[],st(t).constructor):e.apply(t,r))}function it(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(it=function(){return!!t})()}function ot(){return ot="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,r){var n=function(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=st(t)););return t}(t,e);if(n){var i=Object.getOwnPropertyDescriptor(n,e);return i.get?i.get.call(arguments.length<3?t:r):i.value}},ot.apply(null,arguments)}function st(t){return st=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},st(t)}function at(t,e){return at=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},at(t,e)}var ct=function(t){function e(t,r){var n;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),(n=nt(this,e,[t,r])).target=t,n}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&at(t,e)}(e,t),function(t,e){return e&&function(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,rt(n.key),n)}}(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}(e,[{key:"isWidgetApplied",value:function(){var t,e,r=(null===(t=this.domElement)||void 0===t?void 0:t.isConnected)&&(null===(e=this.domElement.ownerDocument)||void 0===e?void 0:e.defaultView),n=this.hasBeenShown&&this.hasOncePerPageTrigger;return r||n}},{key:"insert",value:(r=tt().mark(function t(){var e,r;return tt().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(!this.isWidgetApplied()){t.next=2;break}return t.abrupt("return",!1);case 2:return this.domElement.appendChild(this.styleElement),null!==(e=this.target)&&void 0!==e&&e.isConnected&&null!==(r=this.target)&&void 0!==r&&null!==(r=r.ownerDocument)&&void 0!==r&&r.defaultView&&this.target.insertAdjacentElement("beforeend",this.domElement),t.abrupt("return",this);case 5:case"end":return t.stop()}},t,this)}),n=function(){var t=this,e=arguments;return new Promise(function(n,i){var o=r.apply(t,e);function s(t){et(o,n,i,s,a,"next",t)}function a(t){et(o,n,i,s,a,"throw",t)}s(void 0)})},function(){return n.apply(this,arguments)})},{key:"show",value:function(){var t,r,n=this,i=DATA,o=i.triggerEvent,s=i.autoHide,a=i.timeHide,c=function(t){t.stopPropagation(),n.hide(),setTimeout(function(){return n.remove()},50)};return(t=this,r=ot(st(e.prototype),"show",t),function(e){return r.apply(t,e)})([]),p()||setTimeout(function(){var t=Z(Z({},D,["mouseleave"]),j,["click"]);switch(o){case j:case D:t[o].forEach(function(t){return n.target.addEventListener(t,c,{passive:!0,once:!0})});break;case"pageLoad":s&&setTimeout(function(){return n.remove()},1e3*a)}},100),this}}]);var r,n}(Q);function lt(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var ut,ht=[],dt=[],pt=function(){var t,e,r,n;T("Widget launch");var i=DATA.elementReferrer;null!==(e=(t=DATA).triggerEventClick)&&void 0!==e||(t.triggerEventClick=i),null!==(n=(r=DATA).triggerEventHover)&&void 0!==n||(r.triggerEventHover=i),k(i,function(){(ht=x(i)).forEach(function(t,e){if(!dt.includes(t)){var r=new ct(t,e);dt.push(t),r.init(!0).then(function(e){if(e.response){var n=new d(r,t);new s(n).build()}})}})})},gt=function(){if(v()){var t=DATA.elementReferrer,e=x(t);(e.length!==ht.length||!e.every(function(t){return ht.find(function(e){return e===t})}))&&pt()}},ft=function(t){if(Array.isArray(t))return t}(ut=DATA.elementReferrer.split("[]"))||function(t){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var r,n,i,o,s=[],a=!0,c=!1;try{for(i=(e=e.call(t)).next;!(a=(r=i.call(e)).done)&&(s.push(r.value),2!==s.length);a=!0);}catch(t){c=!0,n=t}finally{try{if(!a&&null!=e.return&&(o=e.return(),Object(o)!==o))return}finally{if(c)throw n}}return s}}(ut)||function(t){if(t){if("string"==typeof t)return lt(t,2);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?lt(t,2):void 0}}(ut)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),mt=ft[0],vt=ft[1],yt=k(mt,function(t){yt(),pt();var e,r,n=(null==t?void 0:t[vt])||t.getRootNode();e="body"in n?n.body:n,(r=new MutationObserver(gt)).observe.apply(r,[e,{childList:!0,subtree:!0}])}).clear}();
package/package.json CHANGED
@@ -1,43 +1,48 @@
1
1
  {
2
- "name": "@abtasty/tooltip",
3
- "description": "Widget for AB Tasty",
4
- "version": "2.0.25-0",
5
- "form": "dist/form.js",
6
- "main": "dist/main.js",
7
- "type": "module",
8
- "files": [
9
- "dist"
10
- ],
11
- "author": "ABTasty",
12
- "license": "MIT",
13
- "scripts": {
14
- "cloneConfig": "scp ../rollup.default.config.js ./rollup.config.js && scp ../babel.default.config.json ./babel.config.json",
15
- "publish:staging": "npm version prerelease && yarn && yarn build && npm publish",
16
- "publish:prod": "npm version patch && yarn && yarn build && npm publish",
17
- "publish:staging:breaking:minor": "npm version preminor && yarn && yarn build && npm publish",
18
- "publish:breaking:minor": "npm version minor && yarn && yarn build && npm publish",
19
- "publish:staging:breaking:major": "npm version premajor && yarn && yarn build && npm publish",
20
- "publish:breaking:major": "npm version major && yarn && yarn build && npm publish",
21
- "watch": "yarn run cloneConfig && rollup -c --watch",
22
- "build": "yarn run cloneConfig && rollup -c"
23
- },
24
- "devDependencies": {
25
- "@babel/core": "^7.24.0",
26
- "@babel/eslint-parser": "^7.23.10",
27
- "@babel/plugin-proposal-object-rest-spread": "^7.18.6",
28
- "@babel/preset-env": "^7.24.0",
29
- "@rollup/plugin-babel": "^6.0.3",
30
- "@rollup/plugin-eslint": "^9.0.1",
31
- "@rollup/plugin-node-resolve": "^15.0.1",
32
- "@rollup/plugin-terser": "^0.4.4",
33
- "babel-plugin-minify-dead-code-elimination": "^0.5.2",
34
- "eslint": "^8.57.0",
35
- "eslint-config-prettier": "^9.1.0",
36
- "eslint-import-resolver-node": "^0.3.2",
37
- "eslint-plugin-import": "^2.29.1",
38
- "rollup": "^4.12.0"
39
- },
40
- "dependencies": {
41
- "@abtasty/widget-utils": "0.0.0"
42
- }
43
- }
2
+ "name": "@abtasty/tooltip",
3
+ "description": "Widget for AB Tasty",
4
+ "version": "2.0.25-2",
5
+ "form": "dist/form.js",
6
+ "main": "dist/main.js",
7
+ "type": "module",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "author": "ABTasty",
12
+ "license": "MIT",
13
+ "scripts": {
14
+ "cloneConfig": "scp ../rollup.default.config.js ./rollup.config.js && scp ../babel.default.config.json ./babel.config.json",
15
+ "publish:package": "yarn build && yarn npm publish --access public",
16
+ "publish:staging": "yarn && yarn version prerelease && yarn run publish:package",
17
+ "publish:prod": "yarn && yarn version patch && yarn run publish:package",
18
+ "publish:staging:breaking:minor": "yarn && yarn version preminor && yarn run publish:package",
19
+ "publish:breaking:minor": "yarn && yarn version minor && yarn run publish:package",
20
+ "publish:staging:breaking:major": "yarn && yarn version premajor && yarn run publish:package",
21
+ "publish:breaking:major": "yarn && yarn version major && yarn run publish:package",
22
+ "watch": "yarn && yarn run cloneConfig && rollup -c --watch",
23
+ "build": "yarn && yarn run cloneConfig && rollup -c"
24
+ },
25
+ "devDependencies": {
26
+ "@babel/core": "^7.24.0",
27
+ "@babel/eslint-parser": "^7.23.10",
28
+ "@babel/plugin-proposal-object-rest-spread": "^7.18.6",
29
+ "@babel/preset-env": "^7.24.0",
30
+ "@rollup/plugin-alias": "5.1.0",
31
+ "@rollup/plugin-babel": "^6.0.3",
32
+ "@rollup/plugin-eslint": "^9.0.1",
33
+ "@rollup/plugin-node-resolve": "^15.0.1",
34
+ "@rollup/plugin-terser": "^0.4.4",
35
+ "babel-plugin-minify-dead-code-elimination": "^0.5.2",
36
+ "caniuse-lite": "^1.0.30001434",
37
+ "cssnano": "^5.1.12",
38
+ "eslint": "^8.57.0",
39
+ "eslint-config-prettier": "^9.1.0",
40
+ "eslint-import-resolver-node": "^0.3.2",
41
+ "eslint-plugin-import": "^2.29.1",
42
+ "postcss": "^8.4.19",
43
+ "postcss-cssnext": "^3.1.1",
44
+ "rollup": "^4.12.0",
45
+ "rollup-plugin-postcss": "^4.0.2"
46
+ },
47
+ "stableVersion": "2.0.24"
48
+ }