@letscooee/web-sdk 14.0.0 → 14.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-CCm99pJA-CLFCz8r4.js → chunk-cN7DAvpe-BbA9dPrS.js} +2 -2
- package/dist/{debugger.component-CODfBvfj-VZT64w_e.js → debugger.component-ggvhl60P-CNpH_9jJ.js} +2 -2
- package/dist/{esm-DKhFdjmg-DhpmN9t5.js → esm-DKhFdjmg-CQZmaNvz.js} +1 -1
- package/dist/main.min.js +12 -12
- package/dist/{renderer-o9qXiZcv-DTwHMdmK.js → renderer-8BzVq4fY-CykIBgo7.js} +1 -1
- package/dist/{share-dialog.component-DzgdZ933-DoNUR5zU.js → share-dialog.component-DW70EFA1-7Yurj28Q.js} +3 -3
- package/dist/{video-detail-dialog.component-Bad60nD4-CNerR2IU.js → video-detail-dialog.component-CXwW6KbY-CCLwK_4I.js} +5 -5
- package/dist/{widgets-B557Uqe1-Bv1U29wt.js → widgets-DkXU5112-D30WP3Pt.js} +6 -6
- package/package.json +1 -1
package/dist/main.min.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { s, r, x as xn, h as he$3, X as Xr$3, t as te$3, c as x$2, Y as Y$1, A as Ar$1, v as v$1, k as ke$2, E as Et$3, f as fe$4, O as On$1, H as Hr$3, d as Yr$3, Q as Q$4, o as oe$
|
|
1
|
+
import { s, r, x as xn, h as he$3, X as Xr$3, t as te$3, c as x$2, Y as Y$1, A as Ar$1, v as v$1, k as ke$2, E as Et$3, f as fe$4, O as On$1, H as Hr$3, d as Yr$3, Q as Q$4, o as oe$5, g as ge$3, e as tn, i as Bn$1, j as Qr$3, l as An$1, a as Be$3, m as Hn$1, M as Mn$1, C as Cn, n as jr$2, N as Nn$2, q as qr$3, p as vt$2, y as pe$4, V as Vn$1, D as ie$4, b as zn$1, F as no$1, G as ro, R as Rn$1, I as to, J as xr$1, K as ve$2, L as Ln$1, P as Pn$1, S as oo$1, T as Kr$3, U as Nr$2, W as z$4, Z as Ve$4, _ as d$3, $ as $n$1, a0 as Gn$1, a1 as Lr$1 } from './chunk-cN7DAvpe-BbA9dPrS.js';
|
|
2
2
|
|
|
3
3
|
var o=`a-f\\d`,I$1=`#?[${o}]{3}[${o}]?`,S$3=`#?[${o}]{6}([${o}]{2})?`,R$1=new RegExp(`[^#${o}]`,`gi`),A$4=new RegExp(`^${I$1}$|^${S$3}$`,`i`);function c(e,r={}){if(typeof e!=`string`||R$1.test(e)||!A$4.test(e))throw new TypeError(`Expected a valid hex string`);e=e.replace(/^#/,``);let t=1;e.length===8&&(t=Number.parseInt(e.slice(6,8),16)/255,e=e.slice(0,6)),e.length===4&&(t=Number.parseInt(e.slice(3,4).repeat(2),16)/255,e=e.slice(0,3)),e.length===3&&(e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]);let l=Number.parseInt(e,16),u=l>>16,p=l>>8&255,m=l&255,s=typeof r.alpha==`number`?r.alpha:t;if(r.format===`array`)return [u,p,m,s];if(r.format===`css`)return `rgb(${u} ${p} ${m}${s===1?``:` / ${Number((s*100).toFixed(2))}%`})`;return {red:u,green:p,blue:m,alpha:s}}var n$1=class n{h;a=100;g;constructor(r){r??={},this.h=r.h,this.a=r.a,this.g=r.g;}get hex(){return this.h}get grad(){return this.g}get rgba(){if(!this.hex)return ``;try{return c(this.hex,{format:`css`,alpha:this.getAlpha()})}catch(r){return console.error(`Invalid hex`,r),`#000000`}}getAlpha(){return (this.a??100)/100}};var h$2=class h{s;g;i;constructor(r){r.s&&(this.s=new n$1(r.s)),r.g&&(this.g=new i(r.g)),this.i=r.i;}get solid(){return this.s}get glossy(){return this.g}get img(){return this.i}};var a$2=class a{s;r;w;c;constructor(r){this.s=r.s,this.r=r.r,this.w=r.w,r.c&&(this.c=new n$1(r.c));}get radius(){return this.r}get width(){return this.w}get color(){return this.c}get style(){return w$2[this.s??1]}},w$2=(t=>(t[t.SOLID=1]=`SOLID`,t[t.DASHED=2]=`DASHED`,t))(w$2||{});var i=class e{static DEFAULT_FALLBACK=new n$1({h:`#000000`,a:50});r;c;fb;constructor(r){this.r=r.r,r.c&&(this.c=new n$1(r.c)),r.fb&&(this.fb=new n$1(r.fb));}get radius(){return this.r}get color(){return this.c}get fallback(){return this.fb??e.DEFAULT_FALLBACK}};var g$2=class g{blur;spr;clr;x;y;constructor(r){r=r??{},this.blur=r.blur??0,this.spr=r.spr??0,this.x=r.x??0,this.y=r.y??0,this.clr=new n$1(r.clr);}getStyle(r){return `${this.x*r}px ${this.y*r}px ${this.blur*r}px ${this.spr*r}px ${this.clr.rgba}`}};var b$2=class b{pl;pr;pt;pb;ml;mr;mt;mb;cent;constructor(r){r=r??{},this.pl=r.pl??0,this.pr=r.pr??0,this.pt=r.pt??0,this.pb=r.pb??0,this.ml=r.ml??0,this.mr=r.mr??0,this.mt=r.mt??0,this.mb=r.mb??0,this.cent=r.cent??false;}getHorizontal(){return this.pl+this.pr}getVertical(){return this.pt+this.pb}getPaddingCSS(){return `${this.pt}px ${this.pr}px ${this.pb}px ${this.pl}px`}};var f$1=class f{rot;constructor(r){r?.rot&&(this.rot=r.rot);}get rotate(){return this.rot}};var y$1=class y{enabled;type;color;constructor(r){r??={},this.enabled=r.enabled,this.type=r.type,this.color=new n$1(r.color);}},d$2=class d{size;enabled;color;constructor(r){r??={},this.enabled=r.enabled,this.size=r.size,this.color=new n$1(r.color);}},x$1=class x{enabled;delay;constructor(r={}){this.enabled=r.enabled,r.delay&&(this.delay=r.delay>100?r.delay:r.delay*1e3);}},C$4=class C{navigation;pagination;autoplay;loop;maxInRow;gap;maxInRowSm;gapSm;speed;marquee;constructor(r){r??={},this.navigation=new d$2(r.navigation),this.pagination=new y$1(r.pagination),this.autoplay=new x$1(r.autoplay),this.loop=r.loop??false,this.maxInRow=r.maxInRow??4,this.gap=r.gap??0,this.maxInRowSm=r.maxInRowSm??this.maxInRow,this.gapSm=r.gapSm??this.gap,r.speed&&(this.speed=r.speed*1e3),this.marquee=r.marquee;}};
|
|
4
4
|
|
|
5
|
-
var X$3,h$1,Vt$2,ft$1,D$2,wt,Mt$2,Ht$2,Gt$1,ct$2,ut$1,lt$2,G$2={},kt$2=[],de$2=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,q$2=Array.isArray;function A$3(e,t){for(var i in t)e[i]=t[i];return e}function ht$1(e){e&&e.parentNode&&e.parentNode.removeChild(e);}function pe$3(e,t,i){var r,o,n,s={};for(n in t)n==`key`?r=t[n]:n==`ref`?o=t[n]:s[n]=t[n];if(arguments.length>2&&(s.children=arguments.length>3?X$3.call(arguments,2):i),typeof e==`function`&&e.defaultProps!=null)for(n in e.defaultProps)s[n]===void 0&&(s[n]=e.defaultProps[n]);return K$2(e,s,r,o,null)}function K$2(e,t,i,r,o){var n={type:e,props:t,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:o??++Vt$2,__i:-1,__u:0};return o==null&&h$1.vnode!=null&&h$1.vnode(n),n}function j$1(e){return e.children}function g$1(e,t){this.props=e,this.context=t;}function y(e,t){if(t==null)return e.__?y(e.__,e.__i+1):null;for(var i;t<e.__k.length;t++)if((i=e.__k[t])!=null&&i.__e!=null)return i.__e;return typeof e.type==`function`?y(e):null}function Bt$2(e){var t,i;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((i=e.__k[t])!=null&&i.__e!=null){e.__e=e.__c.base=i.__e;break}return Bt$2(e)}}function Ct$1(e){(!e.__d&&(e.__d=true)&&D$2.push(e)&&!Q$3.__r++||wt!=h$1.debounceRendering)&&((wt=h$1.debounceRendering)||Mt$2)(Q$3);}function Q$3(){for(var e,t,i,r,o,n,s,u=1;D$2.length;)D$2.length>u&&D$2.sort(Ht$2),e=D$2.shift(),u=D$2.length,e.__d&&(i=void 0,o=(r=(t=e).__v).__e,n=[],s=[],t.__P&&((i=A$3({},r)).__v=r.__v+1,h$1.vnode&&h$1.vnode(i),dt(t.__P,i,r,t.__n,t.__P.namespaceURI,32&r.__u?[o]:null,n,o??y(r),!!(32&r.__u),s),i.__v=r.__v,i.__.__k[i.__i]=i,Yt$2(n,i,s),i.__e!=o&&Bt$2(i)));Q$3.__r=0;}function Wt$1(e,t,i,r,o,n,s,u,a,l,c){var _,E,f,N,R,I,p=r&&r.__k||kt$2,v=t.length;for(a=ve$1(i,t,p,a,v),_=0;_<v;_++)(f=i.__k[_])!=null&&(E=f.__i==-1?G$2:p[f.__i]||G$2,f.__i=_,I=dt(e,f,E,o,n,s,u,a,l,c),N=f.__e,f.ref&&E.ref!=f.ref&&(E.ref&&pt$1(E.ref,null,f),c.push(f.ref,f.__c||N,f)),R==null&&N!=null&&(R=N),4&f.__u||E.__k===f.__k?a=Ft$2(f,a,e):typeof f.type==`function`&&I!==void 0?a=I:N&&(a=N.nextSibling),f.__u&=-7);return i.__e=R,a}function ve$1(e,t,i,r,o){var n,s,u,a,l,c=i.length,_=c,E=0;for(e.__k=new Array(o),n=0;n<o;n++)(s=t[n])!=null&&typeof s!=`boolean`&&typeof s!=`function`?(a=n+E,(s=e.__k[n]=typeof s==`string`||typeof s==`number`||typeof s==`bigint`||s.constructor==String?K$2(null,s,null,null,null):q$2(s)?K$2(j$1,{children:s},null,null,null):s.constructor==null&&s.__b>0?K$2(s.type,s.props,s.key,s.ref?s.ref:null,s.__v):s).__=e,s.__b=e.__b+1,u=null,(l=s.__i=Ee$3(s,i,a,_))!=-1&&(_--,(u=i[l])&&(u.__u|=2)),u==null||u.__v==null?(l==-1&&(o>c?E--:o<c&&E++),typeof s.type!=`function`&&(s.__u|=4)):l!=a&&(l==a-1?E--:l==a+1?E++:(l>a?E--:E++,s.__u|=4))):e.__k[n]=null;if(_)for(n=0;n<c;n++)(u=i[n])!=null&&!(2&u.__u)&&(u.__e==r&&(r=y(u)),zt$1(u,u));return r}function Ft$2(e,t,i){var r,o;if(typeof e.type==`function`){for(r=e.__k,o=0;r&&o<r.length;o++)r[o]&&(r[o].__=e,t=Ft$2(r[o],t,i));return t}e.__e!=t&&(t&&e.type&&!i.contains(t)&&(t=y(e)),i.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType==8);return t}function Ee$3(e,t,i,r){var o,n,s=e.key,u=e.type,a=t[i];if(a===null&&e.key==null||a&&s==a.key&&u==a.type&&(2&a.__u)==0)return i;if(r>(a!=null&&(2&a.__u)==0?1:0))for(o=i-1,n=i+1;o>=0||n<t.length;){if(o>=0){if((a=t[o])&&(2&a.__u)==0&&s==a.key&&u==a.type)return o;o--;}if(n<t.length){if((a=t[n])&&(2&a.__u)==0&&s==a.key&&u==a.type)return n;n++;}}return -1}function Ut$1(e,t,i){t[0]==`-`?e.setProperty(t,i??``):e[t]=i==null?``:typeof i!=`number`||de$2.test(t)?i:i+`px`;}function z$3(e,t,i,r,o){var n,s;t:if(t==`style`)if(typeof i==`string`)e.style.cssText=i;else {if(typeof r==`string`&&(e.style.cssText=r=``),r)for(t in r)i&&t in i||Ut$1(e.style,t,``);if(i)for(t in i)r&&i[t]==r[t]||Ut$1(e.style,t,i[t]);}else if(t[0]==`o`&&t[1]==`n`)n=t!=(t=t.replace(Gt$1,`$1`)),s=t.toLowerCase(),t=s in e||t==`onFocusOut`||t==`onFocusIn`?s.slice(2):t.slice(2),e.l||(e.l={}),e.l[t+n]=i,i?r?i.u=r.u:(i.u=ct$2,e.addEventListener(t,n?lt$2:ut$1,n)):e.removeEventListener(t,n?lt$2:ut$1,n);else {if(o==`http://www.w3.org/2000/svg`)t=t.replace(/xlink(H|:h)/,`h`).replace(/sName$/,`s`);else if(t!=`width`&&t!=`height`&&t!=`href`&&t!=`list`&&t!=`form`&&t!=`tabIndex`&&t!=`download`&&t!=`rowSpan`&&t!=`colSpan`&&t!=`role`&&t!=`popover`&&t in e)try{e[t]=i??``;break t}catch{}typeof i==`function`||(i==null||i===false&&t[4]!=`-`?e.removeAttribute(t):e.setAttribute(t,t==`popover`&&i==1?``:i));}}function xt$1(e){return function(t){if(this.l){var i=this.l[t.type+e];if(t.t==null)t.t=ct$2++;else if(t.t<i.u)return;return i(h$1.event?h$1.event(t):t)}}}function dt(e,t,i,r,o,n,s,u,a,l){var c,_,E,f,N,R,I,p,v,U,P,F,x,Dt,Y,V,st,L=t.type;if(t.constructor!=null)return null;128&i.__u&&(a=!!(32&i.__u),n=[u=t.__e=i.__e]),(c=h$1.__b)&&c(t);t:if(typeof L==`function`)try{if(p=t.props,v=`prototype`in L&&L.prototype.render,U=(c=L.contextType)&&r[c.__c],P=c?U?U.props.value:c.__:r,i.__c?I=(_=t.__c=i.__c).__=_.__E:(v?t.__c=_=new L(p,P):(t.__c=_=new g$1(p,P),_.constructor=L,_.render=me$3),U&&U.sub(_),_.props=p,_.state||(_.state={}),_.context=P,_.__n=r,E=_.__d=!0,_.__h=[],_._sb=[]),v&&_.__s==null&&(_.__s=_.state),v&&L.getDerivedStateFromProps!=null&&(_.__s==_.state&&(_.__s=A$3({},_.__s)),A$3(_.__s,L.getDerivedStateFromProps(p,_.__s))),f=_.props,N=_.state,_.__v=t,E)v&&L.getDerivedStateFromProps==null&&_.componentWillMount!=null&&_.componentWillMount(),v&&_.componentDidMount!=null&&_.__h.push(_.componentDidMount);else {if(v&&L.getDerivedStateFromProps==null&&p!==f&&_.componentWillReceiveProps!=null&&_.componentWillReceiveProps(p,P),!_.__e&&_.shouldComponentUpdate!=null&&_.shouldComponentUpdate(p,_.__s,P)===!1||t.__v==i.__v){for(t.__v!=i.__v&&(_.props=p,_.state=_.__s,_.__d=!1),t.__e=i.__e,t.__k=i.__k,t.__k.some(function(M){M&&(M.__=t);}),F=0;F<_._sb.length;F++)_.__h.push(_._sb[F]);_._sb=[],_.__h.length&&s.push(_);break t}_.componentWillUpdate!=null&&_.componentWillUpdate(p,_.__s,P),v&&_.componentDidUpdate!=null&&_.__h.push(function(){_.componentDidUpdate(f,N,R);});}if(_.context=P,_.props=p,_.__P=e,_.__e=!1,x=h$1.__r,Dt=0,v){for(_.state=_.__s,_.__d=!1,x&&x(t),c=_.render(_.props,_.state,_.context),Y=0;Y<_._sb.length;Y++)_.__h.push(_._sb[Y]);_._sb=[];}else do _.__d=!1,x&&x(t),c=_.render(_.props,_.state,_.context),_.state=_.__s;while(_.__d&&++Dt<25);_.state=_.__s,_.getChildContext!=null&&(r=A$3(A$3({},r),_.getChildContext())),v&&!E&&_.getSnapshotBeforeUpdate!=null&&(R=_.getSnapshotBeforeUpdate(f,N)),V=c,c!=null&&c.type===j$1&&c.key==null&&(V=$t$1(c.props.children)),u=Wt$1(e,q$2(V)?V:[V],t,i,r,o,n,s,u,a,l),_.base=t.__e,t.__u&=-161,_.__h.length&&s.push(_),I&&(_.__E=_.__=null);}catch(M){if(t.__v=null,a||n!=null)if(M.then){for(t.__u|=a?160:128;u&&u.nodeType==8&&u.nextSibling;)u=u.nextSibling;n[n.indexOf(u)]=null,t.__e=u;}else for(st=n.length;st--;)ht$1(n[st]);else t.__e=i.__e,t.__k=i.__k;h$1.__e(M,t,i);}else n==null&&t.__v==i.__v?(t.__k=i.__k,t.__e=i.__e):u=t.__e=Ne$3(i.__e,t,i,r,o,n,s,a,l);return (c=h$1.diffed)&&c(t),128&t.__u?void 0:u}function Yt$2(e,t,i){for(var r=0;r<i.length;r++)pt$1(i[r],i[++r],i[++r]);h$1.__c&&h$1.__c(t,e),e.some(function(o){try{e=o.__h,o.__h=[],e.some(function(n){n.call(o);});}catch(n){h$1.__e(n,o.__v);}});}function $t$1(e){return typeof e!=`object`||e==null||e.__b&&e.__b>0?e:q$2(e)?e.map($t$1):A$3({},e)}function Ne$3(e,t,i,r,o,n,s,u,a){var l,c,_,E,f,N,R,I=i.props,p=t.props,v=t.type;if(v==`svg`?o=`http://www.w3.org/2000/svg`:v==`math`?o=`http://www.w3.org/1998/Math/MathML`:o||(o=`http://www.w3.org/1999/xhtml`),n!=null){for(l=0;l<n.length;l++)if((f=n[l])&&`setAttribute`in f==!!v&&(v?f.localName==v:f.nodeType==3)){e=f,n[l]=null;break}}if(e==null){if(v==null)return document.createTextNode(p);e=document.createElementNS(o,v,p.is&&p),u&&(h$1.__m&&h$1.__m(t,n),u=false),n=null;}if(v==null)I===p||u&&e.data==p||(e.data=p);else {if(n=n&&X$3.call(e.childNodes),I=i.props||G$2,!u&&n!=null)for(I={},l=0;l<e.attributes.length;l++)I[(f=e.attributes[l]).name]=f.value;for(l in I)if(f=I[l],l!=`children`){if(l==`dangerouslySetInnerHTML`)_=f;else if(!(l in p)){if(l==`value`&&`defaultValue`in p||l==`checked`&&`defaultChecked`in p)continue;z$3(e,l,null,f,o);}}for(l in p)f=p[l],l==`children`?E=f:l==`dangerouslySetInnerHTML`?c=f:l==`value`?N=f:l==`checked`?R=f:u&&typeof f!=`function`||I[l]===f||z$3(e,l,f,I[l],o);if(c)u||_&&(c.__html==_.__html||c.__html==e.innerHTML)||(e.innerHTML=c.__html),t.__k=[];else if(_&&(e.innerHTML=``),Wt$1(t.type==`template`?e.content:e,q$2(E)?E:[E],t,i,r,v==`foreignObject`?`http://www.w3.org/1999/xhtml`:o,n,s,n?n[0]:i.__k&&y(i,0),u,a),n!=null)for(l=n.length;l--;)ht$1(n[l]);u||(l=`value`,v==`progress`&&N==null?e.removeAttribute(`value`):N!=null&&(N!==e[l]||v==`progress`&&!N||v==`option`&&N!=I[l])&&z$3(e,l,N,I[l],o),l=`checked`,R!=null&&R!=e[l]&&z$3(e,l,R,I[l],o));}return e}function pt$1(e,t,i){try{if(typeof e==`function`){var r=typeof e.__u==`function`;r&&e.__u(),r&&t==null||(e.__u=e(t));}else e.current=t;}catch(o){h$1.__e(o,i);}}function zt$1(e,t,i){var r,o;if(h$1.unmount&&h$1.unmount(e),(r=e.ref)&&(r.current&&r.current!=e.__e||pt$1(r,null,t)),(r=e.__c)!=null){if(r.componentWillUnmount)try{r.componentWillUnmount();}catch(n){h$1.__e(n,t);}r.base=r.__P=null;}if(r=e.__k)for(o=0;o<r.length;o++)r[o]&&zt$1(r[o],t,i||typeof e.type!=`function`);i||ht$1(e.__e),e.__c=e.__=e.__e=void 0;}function me$3(e,t,i){return this.constructor(e,i)}function ze$1(e,t,i){var r,o,n,s;t==document&&(t=document.documentElement),h$1.__&&h$1.__(e,t),o=(r="undefined"==`function`)?null:t.__k,n=[],s=[],dt(t,e=(t).__k=pe$3(j$1,null,[e]),o||G$2,G$2,t.namespaceURI,o?null:t.firstChild?X$3.call(t.childNodes):null,n,o?o.__e:t.firstChild,r,s),Yt$2(n,e,s);}X$3=kt$2.slice,h$1={__e:function(e,t,i,r){for(var o,n,s;t=t.__;)if((o=t.__c)&&!o.__)try{if((n=o.constructor)&&n.getDerivedStateFromError!=null&&(o.setState(n.getDerivedStateFromError(e)),s=o.__d),o.componentDidCatch!=null&&(o.componentDidCatch(e,r||{}),s=o.__d),s)return o.__E=o}catch(u){e=u;}throw e}},Vt$2=0,ft$1=function(e){return e!=null&&e.constructor==null},g$1.prototype.setState=function(e,t){var i=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=A$3({},this.state);typeof e==`function`&&(e=e(A$3({},i),this.props)),e&&A$3(i,e),e!=null&&this.__v&&(t&&this._sb.push(t),Ct$1(this));},g$1.prototype.forceUpdate=function(e){this.__v&&(this.__e=true,e&&this.__h.push(e),Ct$1(this));},g$1.prototype.render=j$1,D$2=[],Mt$2=typeof Promise==`function`?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Ht$2=function(e,t){return e.__v.__b-t.__v.__b},Q$3.__r=0,Gt$1=/(PointerCapture)$|Capture$/i,ct$2=0,ut$1=xt$1(false),lt$2=xt$1(true);var Et$2,S$2,vt$1,Kt$2,Qt$2=0,ie$3=[],m$1=h$1,Xt$1=m$1.__b,qt$1=m$1.__r,jt$1=m$1.diffed,Jt$2=m$1.__c,Zt$1=m$1.unmount,te$2=m$1.__;function Oe$3(e,t){m$1.__h&&m$1.__h(S$2,e,Qt$2||t),Qt$2=0;var i=S$2.__H||(S$2.__H={__:[],__h:[]});return e>=i.__.length&&i.__.push({}),i.__[e]}function mt$2(e,t){var i=Oe$3(Et$2++,7);return Re$2(i.__H,t)&&(i.__=e(),i.__H=t,i.__h=e),i.__}function Ie$3(){for(var e;e=ie$3.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(J$2),e.__H.__h.forEach(Nt$2),e.__H.__h=[];}catch(t){e.__H.__h=[],m$1.__e(t,e.__v);}}m$1.__b=function(e){S$2=null,Xt$1&&Xt$1(e);},m$1.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),te$2&&te$2(e,t);},m$1.__r=function(e){qt$1&&qt$1(e),Et$2=0;var t=(S$2=e.__c).__H;t&&(vt$1===S$2?(t.__h=[],S$2.__h=[],t.__.forEach(function(i){i.__N&&(i.__=i.__N),i.u=i.__N=void 0;})):(t.__h.forEach(J$2),t.__h.forEach(Nt$2),t.__h=[],Et$2=0)),vt$1=S$2;},m$1.diffed=function(e){jt$1&&jt$1(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(ie$3.push(t)!==1&&Kt$2===m$1.requestAnimationFrame||((Kt$2=m$1.requestAnimationFrame)||Se$3)(Ie$3)),t.__H.__.forEach(function(i){i.u&&(i.__H=i.u),i.u=void 0;})),vt$1=S$2=null;},m$1.__c=function(e,t){t.some(function(i){try{i.__h.forEach(J$2),i.__h=i.__h.filter(function(r){return !r.__||Nt$2(r)});}catch(r){t.some(function(o){o.__h&&(o.__h=[]);}),t=[],m$1.__e(r,i.__v);}}),Jt$2&&Jt$2(e,t);},m$1.unmount=function(e){Zt$1&&Zt$1(e);var t,i=e.__c;i&&i.__H&&(i.__H.__.forEach(function(r){try{J$2(r);}catch(o){t=o;}}),i.__H=void 0,t&&m$1.__e(t,i.__v));};var ee$3=typeof requestAnimationFrame==`function`;function Se$3(e){var t,i=function(){clearTimeout(r),ee$3&&cancelAnimationFrame(t),setTimeout(e);},r=setTimeout(i,35);ee$3&&(t=requestAnimationFrame(i));}function J$2(e){var t=S$2,i=e.__c;typeof i==`function`&&(e.__c=void 0,i()),S$2=t;}function Nt$2(e){var t=S$2;e.__c=e.__(),S$2=t;}function Re$2(e,t){return !e||e.length!==t.length||t.some(function(i,r){return i!==e[r]})}var Le$2=Symbol.for(`preact-signals`);function It$2(){if(b$1>1)b$1--;else {for(var e,t=false;k$2!==void 0;){var i=k$2;for(k$2=void 0,Ot$2++;i!==void 0;){var r=i.o;if(i.o=void 0,i.f&=-3,!(8&i.f)&&ne$1(i))try{i.c();}catch(o){t||(e=o,t=true);}i=r;}}if(Ot$2=0,b$1--,t)throw e}}var d$1=void 0;var k$2=void 0,b$1=0,Ot$2=0,Z$2=0;function re$3(e){if(d$1!==void 0){var t=e.n;if(t===void 0||t.t!==d$1)return t={i:0,S:e,p:d$1.s,n:void 0,t:d$1,e:void 0,x:void 0,r:t},d$1.s!==void 0&&(d$1.s.n=t),d$1.s=t,e.n=t,32&d$1.f&&e.S(t),t;if(t.i===-1)return t.i=0,t.n!==void 0&&(t.n.p=t.p,t.p!==void 0&&(t.p.n=t.n),t.p=d$1.s,t.n=void 0,d$1.s.n=t,d$1.s=t),t}}function O$1(e){this.v=e,this.i=0,this.n=void 0,this.t=void 0;}O$1.prototype.brand=Le$2;O$1.prototype.h=function(){return true};O$1.prototype.S=function(e){this.t!==e&&e.e===void 0&&(e.x=this.t,this.t!==void 0&&(this.t.e=e),this.t=e);};O$1.prototype.U=function(e){if(this.t!==void 0){var t=e.e,i=e.x;t!==void 0&&(t.x=i,e.e=void 0),i!==void 0&&(i.e=t,e.x=void 0),e===this.t&&(this.t=i);}};O$1.prototype.subscribe=function(e){var t=this;return W$2(function(){var i=t.value,r=d$1;d$1=void 0;try{e(i);}finally{d$1=r;}})};O$1.prototype.valueOf=function(){return this.value};O$1.prototype.toString=function(){return this.value+``};O$1.prototype.toJSON=function(){return this.value};O$1.prototype.peek=function(){var e=d$1;d$1=void 0;try{return this.value}finally{d$1=e;}};Object.defineProperty(O$1.prototype,`value`,{get:function(){var e=re$3(this);return e!==void 0&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(Ot$2>100)throw new Error(`Cycle detected`);this.v=e,this.i++,Z$2++,b$1++;try{for(var t=this.t;t!==void 0;t=t.x)t.t.N();}finally{It$2();}}}});function T$1(e){return new O$1(e)}function ne$1(e){for(var t=e.s;t!==void 0;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return true;return false}function oe$3(e){for(var t=e.s;t!==void 0;t=t.n){var i=t.S.n;if(i!==void 0&&(t.r=i),t.S.n=t,t.i=-1,t.n===void 0){e.s=t;break}}}function _e$3(e){for(var t=e.s,i=void 0;t!==void 0;){var r=t.p;t.i===-1?(t.S.U(t),r!==void 0&&(r.n=t.n),t.n!==void 0&&(t.n.p=r)):i=t,t.S.n=t.r,t.r!==void 0&&(t.r=void 0),t=r;}e.s=i;}function w$1(e){O$1.call(this,void 0),this.x=e,this.s=void 0,this.g=Z$2-1,this.f=4;}(w$1.prototype=new O$1).h=function(){if(this.f&=-3,1&this.f)return false;if((36&this.f)==32||(this.f&=-5,this.g===Z$2))return true;if(this.g=Z$2,this.f|=1,this.i>0&&!ne$1(this))return this.f&=-2,true;var e=d$1;try{oe$3(this),d$1=this;var t=this.x();(16&this.f||this.v!==t||this.i===0)&&(this.v=t,this.f&=-17,this.i++);}catch(i){this.v=i,this.f|=16,this.i++;}return d$1=e,_e$3(this),this.f&=-2,true};w$1.prototype.S=function(e){if(this.t===void 0){this.f|=36;for(var t=this.s;t!==void 0;t=t.n)t.S.S(t);}O$1.prototype.S.call(this,e);};w$1.prototype.U=function(e){if(this.t!==void 0&&(O$1.prototype.U.call(this,e),this.t===void 0)){this.f&=-33;for(var t=this.s;t!==void 0;t=t.n)t.S.U(t);}};w$1.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;e!==void 0;e=e.x)e.t.N();}};Object.defineProperty(w$1.prototype,`value`,{get:function(){if(1&this.f)throw new Error(`Cycle detected`);var e=re$3(this);if(this.h(),e!==void 0&&(e.i=this.i),16&this.f)throw this.v;return this.v}});function St$2(e){return new w$1(e)}function se$3(e){var t=e.u;if(e.u=void 0,typeof t==`function`){b$1++;var i=d$1;d$1=void 0;try{t();}catch(r){throw e.f&=-2,e.f|=8,Rt$2(e),r}finally{d$1=i,It$2();}}}function Rt$2(e){for(var t=e.s;t!==void 0;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,se$3(e);}function Te$2(e){if(d$1!==this)throw new Error(`Out-of-order effect`);_e$3(this),d$1=e,this.f&=-2,8&this.f&&Rt$2(this),It$2();}function B$1(e){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32;}B$1.prototype.c=function(){var e=this.S();try{if(8&this.f||this.x===void 0)return;var t=this.x();typeof t==`function`&&(this.u=t);}finally{e();}};B$1.prototype.S=function(){if(1&this.f)throw new Error(`Cycle detected`);this.f|=1,this.f&=-9,se$3(this),oe$3(this),b$1++;var e=d$1;return d$1=this,Te$2.bind(this,e)};B$1.prototype.N=function(){2&this.f||(this.f|=2,this.o=k$2,k$2=this);};B$1.prototype.d=function(){this.f|=8,1&this.f||Rt$2(this);};function W$2(e){var t=new B$1(e);try{t.c();}catch(i){throw t.d(),i}return t.d.bind(t)}var Lt$2;function C$3(e,t){h$1[e]=t.bind(null,h$1[e]||function(){});}function tt$1(e){Lt$2&&Lt$2(),Lt$2=e&&e.S();}function ae$2(e){var t=this,i=e.data,r=Pe$2(i);r.value=i;var o=mt$2(function(){for(var n=t.__v;n=n.__;)if(n.__c){n.__c.__$f|=4;break}return t.__$u.c=function(){var s,u=t.__$u.S(),a=o.value;u(),ft$1(a)||((s=t.base)==null?void 0:s.nodeType)!==3?(t.__$f|=1,t.setState({})):t.base.data=a;},St$2(function(){var s=r.value.value;return s===0?0:s===true?``:s||``})},[]);return o.value}ae$2.displayName=`_st`;Object.defineProperties(O$1.prototype,{constructor:{configurable:true,value:void 0},type:{configurable:true,value:ae$2},props:{configurable:true,get:function(){return {data:this}}},__b:{configurable:true,value:1}});C$3(`__b`,function(e,t){if(typeof t.type==`string`){var i,r=t.props;for(var o in r)if(o!==`children`){var n=r[o];n instanceof O$1&&(i||(t.__np=i={}),i[o]=n,r[o]=n.peek());}}e(t);});C$3(`__r`,function(e,t){tt$1();var i,r=t.__c;r&&(r.__$f&=-2,(i=r.__$u)===void 0&&(r.__$u=i=(function(o){var n;return W$2(function(){n=this;}),n.c=function(){r.__$f|=1,r.setState({});},n})())),tt$1(i),e(t);});C$3(`__e`,function(e,t,i,r){tt$1(),e(t,i,r);});C$3(`diffed`,function(e,t){tt$1();var i;if(typeof t.type==`string`&&(i=t.__e)){var r=t.__np,o=t.props;if(r){var n=i.U;if(n)for(var s in n){var u=n[s];u!==void 0&&!(s in r)&&(u.d(),n[s]=void 0);}else i.U=n={};for(var a in r){var l=n[a],c=r[a];l===void 0?(l=Ae$3(i,a,c,o),n[a]=l):l.o(c,o);}}}e(t);});function Ae$3(e,t,i,r){var o=t in e&&e.ownerSVGElement===void 0,n=T$1(i);return {o:function(s,u){n.value=s,r=u;},d:W$2(function(){var s=n.value.value;r[t]!==s&&(r[t]=s,o?e[t]=s:s?e.setAttribute(t,s):e.removeAttribute(t));})}}C$3(`unmount`,function(e,t){if(typeof t.type==`string`){var i=t.__e;if(i){var r=i.U;if(r){i.U=void 0;for(var o in r){var n=r[o];n&&n.d();}}}}else {var s=t.__c;if(s){var u=s.__$u;u&&(s.__$u=void 0,u.d());}}e(t);});C$3(`__h`,function(e,t,i,r){(r<3||r===9)&&(t.__$f|=2),e(t,i,r);});g$1.prototype.shouldComponentUpdate=function(e,t){var i=this.__$u,r=i&&i.s!==void 0;for(var o in t)return true;if(this.__f||typeof this.u==`boolean`&&this.u===true){if(!(r||2&this.__$f||4&this.__$f)||1&this.__$f)return true}else if(!(r||4&this.__$f)||3&this.__$f)return true;for(var n in e)if(n!==`__source`&&e[n]!==this.props[n])return true;for(var s in this.props)if(!(s in e))return true;return false};function Pe$2(e){return mt$2(function(){return T$1(e)},[])}var et=class{id;mID;vID;vName;imageURL;name;link;quantity;price;finalPrice;constructor(t){this.id=t.id,this.mID=t.mID,this.vID=t.vID,this.vName=t.vName,this.imageURL=t.imageURL,this.name=t.name,this.link=t.link,this.quantity=t.quantity,this.price=t.price,this.finalPrice=t.finalPrice??t.price;}};var it$1=class it{url;alt;constructor(t){t.alt&&(this.alt=t.alt),this.url=t.url;}};var rt$1=class rt{d;cmp;effective;constructor(t={}){this.d=t.d,this.cmp=t.cmp,this.effective=this.d;}};var At$1=class At{id;mID;name;groupID;groupName;isSelected;constructor(t){t??={},this.id=t.id,this.mID=t.mID,this.name=t.name,this.groupID=t.groupID,this.groupName=t.groupName,this.isSelected=t.isSelected??false;}},nt$1=class nt{mID;name;imgs;link;price;sku;isAvailable;quantity;sellingPlans;selectedOptions;selectedSellingPlan;effectivePrice;constructor(t){t=t??{},this.mID=t.mID,this.name=t.name,this.imgs=t.imgs?.map(i=>new it$1(i))??[],this.link=t.link,this.price=new rt$1(t.price),this.sku=t.sku,this.isAvailable=t.isAvailable,this.quantity=t.quantity,this.selectedOptions=t.selectedOptions??[],this.effectivePrice=T$1(this.price.effective),t.sellingPlans?.length&&(this.selectedSellingPlan=T$1(void 0)),this.sellingPlans=t.sellingPlans?.map(i=>{let r=new At$1(i);return r.isSelected&&(this.selectedSellingPlan.value=r),r});}getOneImage(){return this.imgs[0]?.url}changeSellingPlan(t){this.selectedSellingPlan.value=t;}hasEffectivePrice(){return this.effectivePrice.value!==this.price.d}};function Pt$2(e,t){for(let i of e){let r=t.get(i.attr),o=Array.isArray(r),n=typeof r==`string`,s=typeof r==`number`&&typeof i.value==`number`,u=Array.isArray(i.value),a=true;switch(i.op){case `contains`:a=(o||n)&&r.includes(i.value);break;case `notContains`:a=(o||n)&&!r.includes(i.value);break;case `eq`:a=r===i.value;break;case `ne`:a=r!==i.value;break;case `gt`:a=s&&r>i.value;break;case `gte`:a=s&&r>=i.value;break;case `lt`:a=s&&r<i.value;break;case `lte`:a=s&&r<=i.value;break;case `in`:a=u&&i.value.includes(r);break;case `nin`:a=u&&!i.value.includes(r);break;case `between`:a=s&&u&&i.value.length===2&&r>=i.value[0]&&r<=i.value[1];break;case `all`:a=o&&u&&i.value.every(l=>r.includes(l));break;default:a=false;break}if(!a)return false}return true}var ot$2=class ot{id;mID;name;options;imgs;vars;desc;link;slug;quantity;category;meta;reviews;tags;templateSuffix;selectedOrFirstVariant;selected=T$1(true);_showAddToCartButton;constructor(t){this.update(t),this.selectedOrFirstVariant=T$1(this.selectedVariant),this._showAddToCartButton=this.evaluateShowATCFlag();}get firstImageURL(){return this.imgs?.[0]?.url}get secondaryImageURL(){return this.imgs?.[1]?.url}get getVariantImages(){return this.selectedOrFirstVariant.value.imgs}get variantImage(){return this.getVariantImages[0]?.url}get variantSecondaryImage(){return this.getVariantImages[1]?.url}get showAddToCartButton(){return this._showAddToCartButton}set variants(t){this.vars=t,this.selectedOrFirstVariant.value=this.selectedVariant;}get selectedVariant(){return this.vars.find(t=>t.isAvailable)??this.vars[0]}hasVariants(){return this.vars?.length>1}setSelectedVariant(t){this.selectedOrFirstVariant.value=t;}setSelectedVariantByID(t){if(!t)return;let i=this.vars.find(r=>r.mID===t.toString());i&&this.setSelectedVariant(i);}update(t){return this.id=t.id??this.id,this.mID=t.mID??this.mID,this.name=t.name??this.name,this.imgs=t.imgs??this.imgs,this.desc=t.desc??this.desc,this.link=t.link??this.link,this.slug=t.slug??this.slug,this.quantity=t.quantity??this.quantity,this.meta=t.meta??this.meta,this.category=t.category??this.category,this.reviews=t.reviews??this.reviews,this.options=t.options??this.options,this.tags=t.tags??this.tags,this.templateSuffix=t.templateSuffix??this.templateSuffix,t.vars&&(this.vars=t.vars.map(i=>new nt$1(i))),this}toEmbed(t){return t=t??this.selectedOrFirstVariant.value,new et({id:this.id,mID:this.mID,vID:t.mID,vName:t.name,name:this.name,link:this.link,slug:this.slug,price:t.price.d,imageURL:t.getOneImage()??this.imgs?.[0].url})}getTemplateVariables(){let t=this.selectedOrFirstVariant.value,i=t.price,r$1=this.name,o=this.category,n=this.variantImage??this.firstImageURL,s$1=this.meta,u=this.tags?.join(`,`)??``,a=this.reviews?.rating,l=this.reviews?.totalReviews,c=i.cmp&&i.cmp>i.d,_=s(r({name:r$1},xn(`price`,i.d,true)),{image_url:n,meta:s$1,category:o,rating:a,reviews:l,tags:u});if(t.hasEffectivePrice()){let f=xn(`effective_price`,t.effectivePrice.value,true);Object.assign(_,f);}if(c){let f=i.cmp-i.d,N={discount_percent:(f/i.cmp*100).toFixed(0)};Object.assign(_,N),Object.assign(_,xn(`compare_price`,i.cmp)),Object.assign(_,xn(`discount_price`,f));}return {product:_,variant:{name:t.name,quantity:t.quantity}}}evaluateShowATCFlag(){let t=he$3.get().widgetCustomisation?.atcButton?.showWhen;if(!t?.predicates?.length)return true;let i=t.predicates,r=this.getValueMap(i);return t.op===`or`?i.some(o=>Pt$2([o],r)):Pt$2(i,r)}getValueMap(t){let i=new Map;for(let r of t){let o=r.attr.split(`.`);switch(o[1]){case `tags`:i.set(r.attr,this.tags);break;case `type`:case `category`:i.set(r.attr,this.category);break;case `meta`:case `metafield`:{let s=o[2];if(!s)continue;i.set(r.attr,this.meta?.[s]);break}}}return i}};var _t$2=class _t{id;alt;shortID;sources;items;durationMS;thumbnail;card;bestSource;highSource;goodSource;lowSource;m3u8Source;constructor(t={}){if(this.id=t.id,this.alt=t.alt,this.shortID=t.shortID,this.sources=t.sources?.sort((i,r)=>r.height-i.height),this.durationMS=t.durationMS,this.thumbnail=t.thumbnail,this.items=t.items?t.items.map(i=>new ot$2(i)):[],this.card=t.card,this.sources){let i=[];for(let r of this.sources)r.format===`mp4`?i.push(r):r.format===`m3u8`&&!this.m3u8Source&&(this.m3u8Source=r);i.length>0&&(this.bestSource=i[0],this.highSource=i.length>1?i[1]:i[0],this.lowSource=i.length>2?i[i.length-1]:i[0]);}}};var De=(i=>(i.CLASSIC=`CLASSIC`,i.ITEM_CARD_HEADER=`ITEM_CARD_HEADER`,i))(De||{});var ge$2=(r=>(r.ON=`ON`,r.OFF=`OFF`,r.ON_HOVER=`ON_HOVER`,r))(ge$2||{}),ye$3=(o=>(o.FIRST_ITEM=`FIRST_ITEM`,o.ITEM_SWIPER=`ITEM_SWIPER`,o.CARD=`CARD`,o.NONE=`NONE`,o))(ye$3||{});var ue$2=class ue{videos;source;template;heading;autoPlay;showMuteButton;footerContent;detailPopup;playlistConfig;itemDetailConfig;constructor(t={}){this.videos=t.videos?.map(i=>new _t$2(i))??[],this.source=t.source,this.template=t.template,this.detailPopup=t.detailPopup??{template:`VIDEO_ONLY_VIEW`},this.heading=t.heading,this.showMuteButton=t.showMuteButton,this.autoPlay=t.autoPlay??`ON`,this.footerContent=t.footerContent??`FIRST_ITEM`,this.playlistConfig={videoSwiper:t.playlistConfig?.videoSwiper??void 0,itemCardClickBehavior:t.playlistConfig?.itemCardClickBehavior??`OPEN_VIDEO_DETAIL`},this.itemDetailConfig={template:t.itemDetailConfig?.template??`CLASSIC`};}showItems(){return this.footerContent===`FIRST_ITEM`||this.footerContent===`ITEM_SWIPER`}};var le$3=class le{lastWidth;lastHeight;resizeTimeout=null;debounceDelay=200;onResizeCallback;constructor(t){this.onResizeCallback=t,this.lastWidth=window.innerWidth,this.lastHeight=window.innerHeight,window.addEventListener(`resize`,this.debouncedResize),window.addEventListener(`orientationchange`,this.handleImmediateResize);}destroy(){window.removeEventListener(`resize`,this.debouncedResize),window.removeEventListener(`orientationchange`,this.handleImmediateResize);}handleImmediateResize=()=>{this.triggerResize();};debouncedResize=()=>{this.resizeTimeout!==null&&clearTimeout(this.resizeTimeout),this.resizeTimeout=window.setTimeout(()=>{this.triggerResize();},this.debounceDelay);};triggerResize(){let t=window.innerWidth,i=window.innerHeight;(i!==this.lastHeight||t!==this.lastWidth)&&(this.onResizeCallback(),this.lastWidth=t,this.lastHeight=i);}};var fe$3=0;function be$2(e=document.head){return ce$3(te$3.styleURL,e,`cooee-global-styles`)}function we$3(e=document.head){return ce$3(`${Xr$3}/swiper-bundle.min.css`,e,`swiper-styles`)}function ce$3(e,t=document.head,i){return new Promise(r=>{if(t.querySelector(`#${i}`)){r();return}let n=document.createElement(`link`);n.rel=`stylesheet`,n.href=e,n.id=i,n.onload=()=>{r();},n.onerror=()=>{console.error(`Failed to load stylesheet:`,e),r();},t.appendChild(n);})}function Ce$1(e,t=document.head){if(!e)return;fe$3++;let i=document.createElement(`style`);i.id=`cooee-app-css-${fe$3}`,i.textContent=e,t.appendChild(i);}function Ui$1(e){if(!e)return;let t=document.createElement(`script`);t.id=`cooee-app-script`,t.innerHTML=e,document.head.appendChild(t);}function xi$1(e){if(e)try{(0,eval)(e);}catch(t){console.error(`Failed to execute script:`,t);}}async function Vi$1(){let e=(await import(`${Xr$3}/swiper-bundle.min.mjs`)).Swiper;return window.CooeeSDK.Swiper=e}async function Mi$1(e,t=true){if(!e)return;let i=[];t&&i.push(we$3(e)),i.push(be$2(e)),await Promise.all(i);let r=he$3.get().website.commonCSS;Ce$1(r,e);}var Ue=(function(e){return e[e.SINGLE=1]=`SINGLE`,e[e.EXCLUSION=2]=`EXCLUSION`,e[e.ABTESTING=3]=`ABTESTING`,e})(Ue||{});var xe$2=(function(e){return e[e.NONE=0]=`NONE`,e[e.ITEM=1]=`ITEM`,e[e.COLLECTION=2]=`COLLECTION`,e})(xe$2||{});var Ve$3=(function(e){return e.BEFORE=`before`,e.AFTER=`after`,e.INSIDE_FIRST=`insideFirst`,e.INSIDE_LAST=`insideLast`,e.BEFORE1=`BEFORE`,e.AFTER1=`AFTER`,e.INSIDE_FIRST1=`INSIDE_FIRST`,e.INSIDE_LAST1=`INSIDE_LAST`,e})(Ve$3||{}),Me$1=(function(e){return e.SHOPIFY_CHECKOUT=`shopify_checkout`,e.THIRD_PARTY_CHECKOUT=`third_party_checkout`,e.CART_PAGE=`cart_page`,e.CART_DRAWER=`cart_drawer`,e})(Me$1||{});var He$3=(function(e){return e[e.NONE=0]=`NONE`,e[e.REJECT_POPUP=1]=`REJECT_POPUP`,e[e.ACCEPT_POPUP=2]=`ACCEPT_POPUP`,e[e.GO_TO_URL=4]=`GO_TO_URL`,e[e.SHARE=5]=`SHARE`,e[e.KEY_VALUE=100]=`KEY_VALUE`,e[e.GO_TO_PRODUCT=101]=`GO_TO_PRODUCT`,e[e.ADD_TO_CART=102]=`ADD_TO_CART`,e[e.COPY_COUPON_CODE=103]=`COPY_COUPON_CODE`,e[e.GO_TO_COLLECTION=104]=`GO_TO_COLLECTION`,e[e.OPEN_CART=105]=`OPEN_CART`,e[e.SUBMIT_FORM=106]=`SUBMIT_FORM`,e[e.INITIATE_CHECKOUT=107]=`INITIATE_CHECKOUT`,e[e.ADD_BUNDLE=108]=`ADD_BUNDLE`,e[e.UPGRADE_TO_SUBSCRIPTION=109]=`UPGRADE_TO_SUBSCRIPTION`,e[e.BUY_NOW=110]=`BUY_NOW`,e[e.QUICK_VIEW=111]=`QUICK_VIEW`,e})(He$3||{}),Ge$1=(function(e){return e.POPUP=`POPUP`,e.PAGE_EMBED=`PAGE_EMBED`,e.CART_EMBED=`CART_EMBED`,e.ANNOUNCEMENT_BAR=`ANNOUNCEMENT_BAR`,e})(Ge$1||{}),ke$1=(function(e){return e.PRODUCT_PROMOTION=`PRODUCT_PROMOTION`,e.BUNDLE_AND_UPSELL=`BUNDLE_AND_UPSELL`,e.CART_RECOVERY=`CART_RECOVERY`,e.ANNOUNCEMENT=`ANNOUNCEMENT`,e.LEAD_GENERATION=`LEAD_GENERATION`,e.DATA_COLLECTION=`DATA_COLLECTION`,e.SALE_PROMOTION=`SALE_PROMOTION`,e.SUBSCRIPTION_UPSELL=`SUBSCRIPTION_UPSELL`,e.SHOPPABLE_VIDEO=`SHOPPABLE_VIDEO`,e.BYOB=`BYOB`,e.PROGRESS_BAR=`PROGRESS_BAR`,e.BUY_NOW=`BUY_NOW`,e.STICKY_ATC=`STICKY_ATC`,e.EXPERIMENT=`EXPERIMENT`,e.SAVINGS_BAR=`SAVINGS_BAR`,e.COLLECTION_FILTER=`COLLECTION_FILTER`,e})(ke$1||{}),Be$2=(function(e){return e.COOEE=`COOEE`,e.KLAVIYO=`KLAVIYO`,e})(Be$2||{}),We$2=(function(e){return e.ICONS=`ICONS`,e.TILES=`TILES`,e})(We$2||{}),Fe$1=(function(e){return e.FREE_SHIPPING=`FREE_SHIPPING`,e.DISCOUNT=`DISCOUNT`,e.FREE_AUTO_GIFT=`FREE_AUTO_GIFT`,e.FREE_GIFT_SELECT=`FREE_GIFT_SELECT`,e.UI_ONLY=`UI_ONLY`,e})(Fe$1||{});var Ye$2=(r=>(r[r.LOW=1]=`LOW`,r[r.MEDIUM=2]=`MEDIUM`,r[r.HIGH=3]=`HIGH`,r))(Ye$2||{}),$e$1=(i=>(i.SINGLE_PANE=`SINGLE_PANE`,i.TWO_PANE=`TWO_PANE`,i))($e$1||{});
|
|
5
|
+
var X$3,h$1,Vt$2,ft$1,D$2,wt,Mt$2,Ht$2,Gt$1,ct$2,ut$1,lt$2,G$2={},kt$2=[],de$2=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,q$2=Array.isArray;function A$3(e,t){for(var i in t)e[i]=t[i];return e}function ht$1(e){e&&e.parentNode&&e.parentNode.removeChild(e);}function pe$3(e,t,i){var r,o,n,s={};for(n in t)n==`key`?r=t[n]:n==`ref`?o=t[n]:s[n]=t[n];if(arguments.length>2&&(s.children=arguments.length>3?X$3.call(arguments,2):i),typeof e==`function`&&e.defaultProps!=null)for(n in e.defaultProps)s[n]===void 0&&(s[n]=e.defaultProps[n]);return K$2(e,s,r,o,null)}function K$2(e,t,i,r,o){var n={type:e,props:t,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:o??++Vt$2,__i:-1,__u:0};return o==null&&h$1.vnode!=null&&h$1.vnode(n),n}function j$1(e){return e.children}function g$1(e,t){this.props=e,this.context=t;}function y(e,t){if(t==null)return e.__?y(e.__,e.__i+1):null;for(var i;t<e.__k.length;t++)if((i=e.__k[t])!=null&&i.__e!=null)return i.__e;return typeof e.type==`function`?y(e):null}function Bt$2(e){var t,i;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((i=e.__k[t])!=null&&i.__e!=null){e.__e=e.__c.base=i.__e;break}return Bt$2(e)}}function Ct$1(e){(!e.__d&&(e.__d=true)&&D$2.push(e)&&!Q$3.__r++||wt!=h$1.debounceRendering)&&((wt=h$1.debounceRendering)||Mt$2)(Q$3);}function Q$3(){for(var e,t,i,r,o,n,s,u=1;D$2.length;)D$2.length>u&&D$2.sort(Ht$2),e=D$2.shift(),u=D$2.length,e.__d&&(i=void 0,o=(r=(t=e).__v).__e,n=[],s=[],t.__P&&((i=A$3({},r)).__v=r.__v+1,h$1.vnode&&h$1.vnode(i),dt(t.__P,i,r,t.__n,t.__P.namespaceURI,32&r.__u?[o]:null,n,o??y(r),!!(32&r.__u),s),i.__v=r.__v,i.__.__k[i.__i]=i,Yt$2(n,i,s),i.__e!=o&&Bt$2(i)));Q$3.__r=0;}function Wt$1(e,t,i,r,o,n,s,u,a,l,c){var _,E,f,N,R,I,p=r&&r.__k||kt$2,v=t.length;for(a=ve$1(i,t,p,a,v),_=0;_<v;_++)(f=i.__k[_])!=null&&(E=f.__i==-1?G$2:p[f.__i]||G$2,f.__i=_,I=dt(e,f,E,o,n,s,u,a,l,c),N=f.__e,f.ref&&E.ref!=f.ref&&(E.ref&&pt$1(E.ref,null,f),c.push(f.ref,f.__c||N,f)),R==null&&N!=null&&(R=N),4&f.__u||E.__k===f.__k?a=Ft$2(f,a,e):typeof f.type==`function`&&I!==void 0?a=I:N&&(a=N.nextSibling),f.__u&=-7);return i.__e=R,a}function ve$1(e,t,i,r,o){var n,s,u,a,l,c=i.length,_=c,E=0;for(e.__k=new Array(o),n=0;n<o;n++)(s=t[n])!=null&&typeof s!=`boolean`&&typeof s!=`function`?(a=n+E,(s=e.__k[n]=typeof s==`string`||typeof s==`number`||typeof s==`bigint`||s.constructor==String?K$2(null,s,null,null,null):q$2(s)?K$2(j$1,{children:s},null,null,null):s.constructor==null&&s.__b>0?K$2(s.type,s.props,s.key,s.ref?s.ref:null,s.__v):s).__=e,s.__b=e.__b+1,u=null,(l=s.__i=Ee$3(s,i,a,_))!=-1&&(_--,(u=i[l])&&(u.__u|=2)),u==null||u.__v==null?(l==-1&&(o>c?E--:o<c&&E++),typeof s.type!=`function`&&(s.__u|=4)):l!=a&&(l==a-1?E--:l==a+1?E++:(l>a?E--:E++,s.__u|=4))):e.__k[n]=null;if(_)for(n=0;n<c;n++)(u=i[n])!=null&&!(2&u.__u)&&(u.__e==r&&(r=y(u)),zt$1(u,u));return r}function Ft$2(e,t,i){var r,o;if(typeof e.type==`function`){for(r=e.__k,o=0;r&&o<r.length;o++)r[o]&&(r[o].__=e,t=Ft$2(r[o],t,i));return t}e.__e!=t&&(t&&e.type&&!i.contains(t)&&(t=y(e)),i.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType==8);return t}function Ee$3(e,t,i,r){var o,n,s=e.key,u=e.type,a=t[i];if(a===null&&e.key==null||a&&s==a.key&&u==a.type&&(2&a.__u)==0)return i;if(r>(a!=null&&(2&a.__u)==0?1:0))for(o=i-1,n=i+1;o>=0||n<t.length;){if(o>=0){if((a=t[o])&&(2&a.__u)==0&&s==a.key&&u==a.type)return o;o--;}if(n<t.length){if((a=t[n])&&(2&a.__u)==0&&s==a.key&&u==a.type)return n;n++;}}return -1}function Ut$1(e,t,i){t[0]==`-`?e.setProperty(t,i??``):e[t]=i==null?``:typeof i!=`number`||de$2.test(t)?i:i+`px`;}function z$3(e,t,i,r,o){var n,s;t:if(t==`style`)if(typeof i==`string`)e.style.cssText=i;else {if(typeof r==`string`&&(e.style.cssText=r=``),r)for(t in r)i&&t in i||Ut$1(e.style,t,``);if(i)for(t in i)r&&i[t]==r[t]||Ut$1(e.style,t,i[t]);}else if(t[0]==`o`&&t[1]==`n`)n=t!=(t=t.replace(Gt$1,`$1`)),s=t.toLowerCase(),t=s in e||t==`onFocusOut`||t==`onFocusIn`?s.slice(2):t.slice(2),e.l||(e.l={}),e.l[t+n]=i,i?r?i.u=r.u:(i.u=ct$2,e.addEventListener(t,n?lt$2:ut$1,n)):e.removeEventListener(t,n?lt$2:ut$1,n);else {if(o==`http://www.w3.org/2000/svg`)t=t.replace(/xlink(H|:h)/,`h`).replace(/sName$/,`s`);else if(t!=`width`&&t!=`height`&&t!=`href`&&t!=`list`&&t!=`form`&&t!=`tabIndex`&&t!=`download`&&t!=`rowSpan`&&t!=`colSpan`&&t!=`role`&&t!=`popover`&&t in e)try{e[t]=i??``;break t}catch{}typeof i==`function`||(i==null||i===false&&t[4]!=`-`?e.removeAttribute(t):e.setAttribute(t,t==`popover`&&i==1?``:i));}}function xt$1(e){return function(t){if(this.l){var i=this.l[t.type+e];if(t.t==null)t.t=ct$2++;else if(t.t<i.u)return;return i(h$1.event?h$1.event(t):t)}}}function dt(e,t,i,r,o,n,s,u,a,l){var c,_,E,f,N,R,I,p,v,U,P,F,x,Dt,Y,V,st,L=t.type;if(t.constructor!=null)return null;128&i.__u&&(a=!!(32&i.__u),n=[u=t.__e=i.__e]),(c=h$1.__b)&&c(t);t:if(typeof L==`function`)try{if(p=t.props,v=`prototype`in L&&L.prototype.render,U=(c=L.contextType)&&r[c.__c],P=c?U?U.props.value:c.__:r,i.__c?I=(_=t.__c=i.__c).__=_.__E:(v?t.__c=_=new L(p,P):(t.__c=_=new g$1(p,P),_.constructor=L,_.render=me$3),U&&U.sub(_),_.props=p,_.state||(_.state={}),_.context=P,_.__n=r,E=_.__d=!0,_.__h=[],_._sb=[]),v&&_.__s==null&&(_.__s=_.state),v&&L.getDerivedStateFromProps!=null&&(_.__s==_.state&&(_.__s=A$3({},_.__s)),A$3(_.__s,L.getDerivedStateFromProps(p,_.__s))),f=_.props,N=_.state,_.__v=t,E)v&&L.getDerivedStateFromProps==null&&_.componentWillMount!=null&&_.componentWillMount(),v&&_.componentDidMount!=null&&_.__h.push(_.componentDidMount);else {if(v&&L.getDerivedStateFromProps==null&&p!==f&&_.componentWillReceiveProps!=null&&_.componentWillReceiveProps(p,P),!_.__e&&_.shouldComponentUpdate!=null&&_.shouldComponentUpdate(p,_.__s,P)===!1||t.__v==i.__v){for(t.__v!=i.__v&&(_.props=p,_.state=_.__s,_.__d=!1),t.__e=i.__e,t.__k=i.__k,t.__k.some(function(M){M&&(M.__=t);}),F=0;F<_._sb.length;F++)_.__h.push(_._sb[F]);_._sb=[],_.__h.length&&s.push(_);break t}_.componentWillUpdate!=null&&_.componentWillUpdate(p,_.__s,P),v&&_.componentDidUpdate!=null&&_.__h.push(function(){_.componentDidUpdate(f,N,R);});}if(_.context=P,_.props=p,_.__P=e,_.__e=!1,x=h$1.__r,Dt=0,v){for(_.state=_.__s,_.__d=!1,x&&x(t),c=_.render(_.props,_.state,_.context),Y=0;Y<_._sb.length;Y++)_.__h.push(_._sb[Y]);_._sb=[];}else do _.__d=!1,x&&x(t),c=_.render(_.props,_.state,_.context),_.state=_.__s;while(_.__d&&++Dt<25);_.state=_.__s,_.getChildContext!=null&&(r=A$3(A$3({},r),_.getChildContext())),v&&!E&&_.getSnapshotBeforeUpdate!=null&&(R=_.getSnapshotBeforeUpdate(f,N)),V=c,c!=null&&c.type===j$1&&c.key==null&&(V=$t$1(c.props.children)),u=Wt$1(e,q$2(V)?V:[V],t,i,r,o,n,s,u,a,l),_.base=t.__e,t.__u&=-161,_.__h.length&&s.push(_),I&&(_.__E=_.__=null);}catch(M){if(t.__v=null,a||n!=null)if(M.then){for(t.__u|=a?160:128;u&&u.nodeType==8&&u.nextSibling;)u=u.nextSibling;n[n.indexOf(u)]=null,t.__e=u;}else for(st=n.length;st--;)ht$1(n[st]);else t.__e=i.__e,t.__k=i.__k;h$1.__e(M,t,i);}else n==null&&t.__v==i.__v?(t.__k=i.__k,t.__e=i.__e):u=t.__e=Ne$3(i.__e,t,i,r,o,n,s,a,l);return (c=h$1.diffed)&&c(t),128&t.__u?void 0:u}function Yt$2(e,t,i){for(var r=0;r<i.length;r++)pt$1(i[r],i[++r],i[++r]);h$1.__c&&h$1.__c(t,e),e.some(function(o){try{e=o.__h,o.__h=[],e.some(function(n){n.call(o);});}catch(n){h$1.__e(n,o.__v);}});}function $t$1(e){return typeof e!=`object`||e==null||e.__b&&e.__b>0?e:q$2(e)?e.map($t$1):A$3({},e)}function Ne$3(e,t,i,r,o,n,s,u,a){var l,c,_,E,f,N,R,I=i.props,p=t.props,v=t.type;if(v==`svg`?o=`http://www.w3.org/2000/svg`:v==`math`?o=`http://www.w3.org/1998/Math/MathML`:o||(o=`http://www.w3.org/1999/xhtml`),n!=null){for(l=0;l<n.length;l++)if((f=n[l])&&`setAttribute`in f==!!v&&(v?f.localName==v:f.nodeType==3)){e=f,n[l]=null;break}}if(e==null){if(v==null)return document.createTextNode(p);e=document.createElementNS(o,v,p.is&&p),u&&(h$1.__m&&h$1.__m(t,n),u=false),n=null;}if(v==null)I===p||u&&e.data==p||(e.data=p);else {if(n=n&&X$3.call(e.childNodes),I=i.props||G$2,!u&&n!=null)for(I={},l=0;l<e.attributes.length;l++)I[(f=e.attributes[l]).name]=f.value;for(l in I)if(f=I[l],l!=`children`){if(l==`dangerouslySetInnerHTML`)_=f;else if(!(l in p)){if(l==`value`&&`defaultValue`in p||l==`checked`&&`defaultChecked`in p)continue;z$3(e,l,null,f,o);}}for(l in p)f=p[l],l==`children`?E=f:l==`dangerouslySetInnerHTML`?c=f:l==`value`?N=f:l==`checked`?R=f:u&&typeof f!=`function`||I[l]===f||z$3(e,l,f,I[l],o);if(c)u||_&&(c.__html==_.__html||c.__html==e.innerHTML)||(e.innerHTML=c.__html),t.__k=[];else if(_&&(e.innerHTML=``),Wt$1(t.type==`template`?e.content:e,q$2(E)?E:[E],t,i,r,v==`foreignObject`?`http://www.w3.org/1999/xhtml`:o,n,s,n?n[0]:i.__k&&y(i,0),u,a),n!=null)for(l=n.length;l--;)ht$1(n[l]);u||(l=`value`,v==`progress`&&N==null?e.removeAttribute(`value`):N!=null&&(N!==e[l]||v==`progress`&&!N||v==`option`&&N!=I[l])&&z$3(e,l,N,I[l],o),l=`checked`,R!=null&&R!=e[l]&&z$3(e,l,R,I[l],o));}return e}function pt$1(e,t,i){try{if(typeof e==`function`){var r=typeof e.__u==`function`;r&&e.__u(),r&&t==null||(e.__u=e(t));}else e.current=t;}catch(o){h$1.__e(o,i);}}function zt$1(e,t,i){var r,o;if(h$1.unmount&&h$1.unmount(e),(r=e.ref)&&(r.current&&r.current!=e.__e||pt$1(r,null,t)),(r=e.__c)!=null){if(r.componentWillUnmount)try{r.componentWillUnmount();}catch(n){h$1.__e(n,t);}r.base=r.__P=null;}if(r=e.__k)for(o=0;o<r.length;o++)r[o]&&zt$1(r[o],t,i||typeof e.type!=`function`);i||ht$1(e.__e),e.__c=e.__=e.__e=void 0;}function me$3(e,t,i){return this.constructor(e,i)}function ze$1(e,t,i){var r,o,n,s;t==document&&(t=document.documentElement),h$1.__&&h$1.__(e,t),o=(r="undefined"==`function`)?null:t.__k,n=[],s=[],dt(t,e=(t).__k=pe$3(j$1,null,[e]),o||G$2,G$2,t.namespaceURI,o?null:t.firstChild?X$3.call(t.childNodes):null,n,o?o.__e:t.firstChild,r,s),Yt$2(n,e,s);}X$3=kt$2.slice,h$1={__e:function(e,t,i,r){for(var o,n,s;t=t.__;)if((o=t.__c)&&!o.__)try{if((n=o.constructor)&&n.getDerivedStateFromError!=null&&(o.setState(n.getDerivedStateFromError(e)),s=o.__d),o.componentDidCatch!=null&&(o.componentDidCatch(e,r||{}),s=o.__d),s)return o.__E=o}catch(u){e=u;}throw e}},Vt$2=0,ft$1=function(e){return e!=null&&e.constructor==null},g$1.prototype.setState=function(e,t){var i=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=A$3({},this.state);typeof e==`function`&&(e=e(A$3({},i),this.props)),e&&A$3(i,e),e!=null&&this.__v&&(t&&this._sb.push(t),Ct$1(this));},g$1.prototype.forceUpdate=function(e){this.__v&&(this.__e=true,e&&this.__h.push(e),Ct$1(this));},g$1.prototype.render=j$1,D$2=[],Mt$2=typeof Promise==`function`?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Ht$2=function(e,t){return e.__v.__b-t.__v.__b},Q$3.__r=0,Gt$1=/(PointerCapture)$|Capture$/i,ct$2=0,ut$1=xt$1(false),lt$2=xt$1(true);var Et$2,S$2,vt$1,Kt$2,Qt$2=0,ie$3=[],m$1=h$1,Xt$1=m$1.__b,qt$1=m$1.__r,jt$1=m$1.diffed,Jt$2=m$1.__c,Zt$1=m$1.unmount,te$2=m$1.__;function Oe$3(e,t){m$1.__h&&m$1.__h(S$2,e,Qt$2||t),Qt$2=0;var i=S$2.__H||(S$2.__H={__:[],__h:[]});return e>=i.__.length&&i.__.push({}),i.__[e]}function mt$2(e,t){var i=Oe$3(Et$2++,7);return Re$2(i.__H,t)&&(i.__=e(),i.__H=t,i.__h=e),i.__}function Ie$3(){for(var e;e=ie$3.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(J$2),e.__H.__h.forEach(Nt$2),e.__H.__h=[];}catch(t){e.__H.__h=[],m$1.__e(t,e.__v);}}m$1.__b=function(e){S$2=null,Xt$1&&Xt$1(e);},m$1.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),te$2&&te$2(e,t);},m$1.__r=function(e){qt$1&&qt$1(e),Et$2=0;var t=(S$2=e.__c).__H;t&&(vt$1===S$2?(t.__h=[],S$2.__h=[],t.__.forEach(function(i){i.__N&&(i.__=i.__N),i.u=i.__N=void 0;})):(t.__h.forEach(J$2),t.__h.forEach(Nt$2),t.__h=[],Et$2=0)),vt$1=S$2;},m$1.diffed=function(e){jt$1&&jt$1(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(ie$3.push(t)!==1&&Kt$2===m$1.requestAnimationFrame||((Kt$2=m$1.requestAnimationFrame)||Se$3)(Ie$3)),t.__H.__.forEach(function(i){i.u&&(i.__H=i.u),i.u=void 0;})),vt$1=S$2=null;},m$1.__c=function(e,t){t.some(function(i){try{i.__h.forEach(J$2),i.__h=i.__h.filter(function(r){return !r.__||Nt$2(r)});}catch(r){t.some(function(o){o.__h&&(o.__h=[]);}),t=[],m$1.__e(r,i.__v);}}),Jt$2&&Jt$2(e,t);},m$1.unmount=function(e){Zt$1&&Zt$1(e);var t,i=e.__c;i&&i.__H&&(i.__H.__.forEach(function(r){try{J$2(r);}catch(o){t=o;}}),i.__H=void 0,t&&m$1.__e(t,i.__v));};var ee$3=typeof requestAnimationFrame==`function`;function Se$3(e){var t,i=function(){clearTimeout(r),ee$3&&cancelAnimationFrame(t),setTimeout(e);},r=setTimeout(i,35);ee$3&&(t=requestAnimationFrame(i));}function J$2(e){var t=S$2,i=e.__c;typeof i==`function`&&(e.__c=void 0,i()),S$2=t;}function Nt$2(e){var t=S$2;e.__c=e.__(),S$2=t;}function Re$2(e,t){return !e||e.length!==t.length||t.some(function(i,r){return i!==e[r]})}var Le$2=Symbol.for(`preact-signals`);function It$2(){if(b$1>1)b$1--;else {for(var e,t=false;k$2!==void 0;){var i=k$2;for(k$2=void 0,Ot$2++;i!==void 0;){var r=i.o;if(i.o=void 0,i.f&=-3,!(8&i.f)&&ne$1(i))try{i.c();}catch(o){t||(e=o,t=true);}i=r;}}if(Ot$2=0,b$1--,t)throw e}}var d$1=void 0;var k$2=void 0,b$1=0,Ot$2=0,Z$2=0;function re$3(e){if(d$1!==void 0){var t=e.n;if(t===void 0||t.t!==d$1)return t={i:0,S:e,p:d$1.s,n:void 0,t:d$1,e:void 0,x:void 0,r:t},d$1.s!==void 0&&(d$1.s.n=t),d$1.s=t,e.n=t,32&d$1.f&&e.S(t),t;if(t.i===-1)return t.i=0,t.n!==void 0&&(t.n.p=t.p,t.p!==void 0&&(t.p.n=t.n),t.p=d$1.s,t.n=void 0,d$1.s.n=t,d$1.s=t),t}}function O$1(e){this.v=e,this.i=0,this.n=void 0,this.t=void 0;}O$1.prototype.brand=Le$2;O$1.prototype.h=function(){return true};O$1.prototype.S=function(e){this.t!==e&&e.e===void 0&&(e.x=this.t,this.t!==void 0&&(this.t.e=e),this.t=e);};O$1.prototype.U=function(e){if(this.t!==void 0){var t=e.e,i=e.x;t!==void 0&&(t.x=i,e.e=void 0),i!==void 0&&(i.e=t,e.x=void 0),e===this.t&&(this.t=i);}};O$1.prototype.subscribe=function(e){var t=this;return W$2(function(){var i=t.value,r=d$1;d$1=void 0;try{e(i);}finally{d$1=r;}})};O$1.prototype.valueOf=function(){return this.value};O$1.prototype.toString=function(){return this.value+``};O$1.prototype.toJSON=function(){return this.value};O$1.prototype.peek=function(){var e=d$1;d$1=void 0;try{return this.value}finally{d$1=e;}};Object.defineProperty(O$1.prototype,`value`,{get:function(){var e=re$3(this);return e!==void 0&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(Ot$2>100)throw new Error(`Cycle detected`);this.v=e,this.i++,Z$2++,b$1++;try{for(var t=this.t;t!==void 0;t=t.x)t.t.N();}finally{It$2();}}}});function T$1(e){return new O$1(e)}function ne$1(e){for(var t=e.s;t!==void 0;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return true;return false}function oe$4(e){for(var t=e.s;t!==void 0;t=t.n){var i=t.S.n;if(i!==void 0&&(t.r=i),t.S.n=t,t.i=-1,t.n===void 0){e.s=t;break}}}function _e$3(e){for(var t=e.s,i=void 0;t!==void 0;){var r=t.p;t.i===-1?(t.S.U(t),r!==void 0&&(r.n=t.n),t.n!==void 0&&(t.n.p=r)):i=t,t.S.n=t.r,t.r!==void 0&&(t.r=void 0),t=r;}e.s=i;}function w$1(e){O$1.call(this,void 0),this.x=e,this.s=void 0,this.g=Z$2-1,this.f=4;}(w$1.prototype=new O$1).h=function(){if(this.f&=-3,1&this.f)return false;if((36&this.f)==32||(this.f&=-5,this.g===Z$2))return true;if(this.g=Z$2,this.f|=1,this.i>0&&!ne$1(this))return this.f&=-2,true;var e=d$1;try{oe$4(this),d$1=this;var t=this.x();(16&this.f||this.v!==t||this.i===0)&&(this.v=t,this.f&=-17,this.i++);}catch(i){this.v=i,this.f|=16,this.i++;}return d$1=e,_e$3(this),this.f&=-2,true};w$1.prototype.S=function(e){if(this.t===void 0){this.f|=36;for(var t=this.s;t!==void 0;t=t.n)t.S.S(t);}O$1.prototype.S.call(this,e);};w$1.prototype.U=function(e){if(this.t!==void 0&&(O$1.prototype.U.call(this,e),this.t===void 0)){this.f&=-33;for(var t=this.s;t!==void 0;t=t.n)t.S.U(t);}};w$1.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;e!==void 0;e=e.x)e.t.N();}};Object.defineProperty(w$1.prototype,`value`,{get:function(){if(1&this.f)throw new Error(`Cycle detected`);var e=re$3(this);if(this.h(),e!==void 0&&(e.i=this.i),16&this.f)throw this.v;return this.v}});function St$2(e){return new w$1(e)}function se$2(e){var t=e.u;if(e.u=void 0,typeof t==`function`){b$1++;var i=d$1;d$1=void 0;try{t();}catch(r){throw e.f&=-2,e.f|=8,Rt$2(e),r}finally{d$1=i,It$2();}}}function Rt$2(e){for(var t=e.s;t!==void 0;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,se$2(e);}function Te$2(e){if(d$1!==this)throw new Error(`Out-of-order effect`);_e$3(this),d$1=e,this.f&=-2,8&this.f&&Rt$2(this),It$2();}function B$1(e){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32;}B$1.prototype.c=function(){var e=this.S();try{if(8&this.f||this.x===void 0)return;var t=this.x();typeof t==`function`&&(this.u=t);}finally{e();}};B$1.prototype.S=function(){if(1&this.f)throw new Error(`Cycle detected`);this.f|=1,this.f&=-9,se$2(this),oe$4(this),b$1++;var e=d$1;return d$1=this,Te$2.bind(this,e)};B$1.prototype.N=function(){2&this.f||(this.f|=2,this.o=k$2,k$2=this);};B$1.prototype.d=function(){this.f|=8,1&this.f||Rt$2(this);};function W$2(e){var t=new B$1(e);try{t.c();}catch(i){throw t.d(),i}return t.d.bind(t)}var Lt$2;function C$3(e,t){h$1[e]=t.bind(null,h$1[e]||function(){});}function tt$1(e){Lt$2&&Lt$2(),Lt$2=e&&e.S();}function ae$2(e){var t=this,i=e.data,r=Pe$2(i);r.value=i;var o=mt$2(function(){for(var n=t.__v;n=n.__;)if(n.__c){n.__c.__$f|=4;break}return t.__$u.c=function(){var s,u=t.__$u.S(),a=o.value;u(),ft$1(a)||((s=t.base)==null?void 0:s.nodeType)!==3?(t.__$f|=1,t.setState({})):t.base.data=a;},St$2(function(){var s=r.value.value;return s===0?0:s===true?``:s||``})},[]);return o.value}ae$2.displayName=`_st`;Object.defineProperties(O$1.prototype,{constructor:{configurable:true,value:void 0},type:{configurable:true,value:ae$2},props:{configurable:true,get:function(){return {data:this}}},__b:{configurable:true,value:1}});C$3(`__b`,function(e,t){if(typeof t.type==`string`){var i,r=t.props;for(var o in r)if(o!==`children`){var n=r[o];n instanceof O$1&&(i||(t.__np=i={}),i[o]=n,r[o]=n.peek());}}e(t);});C$3(`__r`,function(e,t){tt$1();var i,r=t.__c;r&&(r.__$f&=-2,(i=r.__$u)===void 0&&(r.__$u=i=(function(o){var n;return W$2(function(){n=this;}),n.c=function(){r.__$f|=1,r.setState({});},n})())),tt$1(i),e(t);});C$3(`__e`,function(e,t,i,r){tt$1(),e(t,i,r);});C$3(`diffed`,function(e,t){tt$1();var i;if(typeof t.type==`string`&&(i=t.__e)){var r=t.__np,o=t.props;if(r){var n=i.U;if(n)for(var s in n){var u=n[s];u!==void 0&&!(s in r)&&(u.d(),n[s]=void 0);}else i.U=n={};for(var a in r){var l=n[a],c=r[a];l===void 0?(l=Ae$3(i,a,c,o),n[a]=l):l.o(c,o);}}}e(t);});function Ae$3(e,t,i,r){var o=t in e&&e.ownerSVGElement===void 0,n=T$1(i);return {o:function(s,u){n.value=s,r=u;},d:W$2(function(){var s=n.value.value;r[t]!==s&&(r[t]=s,o?e[t]=s:s?e.setAttribute(t,s):e.removeAttribute(t));})}}C$3(`unmount`,function(e,t){if(typeof t.type==`string`){var i=t.__e;if(i){var r=i.U;if(r){i.U=void 0;for(var o in r){var n=r[o];n&&n.d();}}}}else {var s=t.__c;if(s){var u=s.__$u;u&&(s.__$u=void 0,u.d());}}e(t);});C$3(`__h`,function(e,t,i,r){(r<3||r===9)&&(t.__$f|=2),e(t,i,r);});g$1.prototype.shouldComponentUpdate=function(e,t){var i=this.__$u,r=i&&i.s!==void 0;for(var o in t)return true;if(this.__f||typeof this.u==`boolean`&&this.u===true){if(!(r||2&this.__$f||4&this.__$f)||1&this.__$f)return true}else if(!(r||4&this.__$f)||3&this.__$f)return true;for(var n in e)if(n!==`__source`&&e[n]!==this.props[n])return true;for(var s in this.props)if(!(s in e))return true;return false};function Pe$2(e){return mt$2(function(){return T$1(e)},[])}var et=class{id;mID;vID;vName;imageURL;name;link;quantity;price;finalPrice;constructor(t){this.id=t.id,this.mID=t.mID,this.vID=t.vID,this.vName=t.vName,this.imageURL=t.imageURL,this.name=t.name,this.link=t.link,this.quantity=t.quantity,this.price=t.price,this.finalPrice=t.finalPrice??t.price;}};var it$1=class it{url;alt;constructor(t){t.alt&&(this.alt=t.alt),this.url=t.url;}};var rt$1=class rt{d;cmp;effective;constructor(t={}){this.d=t.d,this.cmp=t.cmp,this.effective=this.d;}};var At$1=class At{id;mID;name;groupID;groupName;isSelected;constructor(t){t??={},this.id=t.id,this.mID=t.mID,this.name=t.name,this.groupID=t.groupID,this.groupName=t.groupName,this.isSelected=t.isSelected??false;}},nt$1=class nt{mID;name;imgs;link;price;sku;isAvailable;quantity;sellingPlans;selectedOptions;selectedSellingPlan;effectivePrice;constructor(t){t=t??{},this.mID=t.mID,this.name=t.name,this.imgs=t.imgs?.map(i=>new it$1(i))??[],this.link=t.link,this.price=new rt$1(t.price),this.sku=t.sku,this.isAvailable=t.isAvailable,this.quantity=t.quantity,this.selectedOptions=t.selectedOptions??[],this.effectivePrice=T$1(this.price.effective),t.sellingPlans?.length&&(this.selectedSellingPlan=T$1(void 0)),this.sellingPlans=t.sellingPlans?.map(i=>{let r=new At$1(i);return r.isSelected&&(this.selectedSellingPlan.value=r),r});}getOneImage(){return this.imgs[0]?.url}changeSellingPlan(t){this.selectedSellingPlan.value=t;}hasEffectivePrice(){return this.effectivePrice.value!==this.price.d}};function Pt$2(e,t){for(let i of e){let r=t.get(i.attr),o=Array.isArray(r),n=typeof r==`string`,s=typeof r==`number`&&typeof i.value==`number`,u=Array.isArray(i.value),a=true;switch(i.op){case `contains`:a=(o||n)&&r.includes(i.value);break;case `notContains`:a=(o||n)&&!r.includes(i.value);break;case `eq`:a=r===i.value;break;case `ne`:a=r!==i.value;break;case `gt`:a=s&&r>i.value;break;case `gte`:a=s&&r>=i.value;break;case `lt`:a=s&&r<i.value;break;case `lte`:a=s&&r<=i.value;break;case `in`:a=u&&i.value.includes(r);break;case `nin`:a=u&&!i.value.includes(r);break;case `between`:a=s&&u&&i.value.length===2&&r>=i.value[0]&&r<=i.value[1];break;case `all`:a=o&&u&&i.value.every(l=>r.includes(l));break;default:a=false;break}if(!a)return false}return true}var ot$2=class ot{id;mID;name;options;imgs;vars;desc;link;slug;quantity;category;meta;reviews;tags;templateSuffix;selectedOrFirstVariant;selected=T$1(true);_showAddToCartButton;constructor(t){this.update(t),this.selectedOrFirstVariant=T$1(this.selectedVariant),this._showAddToCartButton=this.evaluateShowATCFlag();}get firstImageURL(){return this.imgs?.[0]?.url}get secondaryImageURL(){return this.imgs?.[1]?.url}get getVariantImages(){return this.selectedOrFirstVariant.value.imgs}get variantImage(){return this.getVariantImages[0]?.url}get variantSecondaryImage(){return this.getVariantImages[1]?.url}get showAddToCartButton(){return this._showAddToCartButton}set variants(t){this.vars=t,this.selectedOrFirstVariant.value=this.selectedVariant;}get selectedVariant(){return this.vars.find(t=>t.isAvailable)??this.vars[0]}hasVariants(){return this.vars?.length>1}setSelectedVariant(t){this.selectedOrFirstVariant.value=t;}setSelectedVariantByID(t){if(!t)return;let i=this.vars.find(r=>r.mID===t.toString());i&&this.setSelectedVariant(i);}update(t){return this.id=t.id??this.id,this.mID=t.mID??this.mID,this.name=t.name??this.name,this.imgs=t.imgs??this.imgs,this.desc=t.desc??this.desc,this.link=t.link??this.link,this.slug=t.slug??this.slug,this.quantity=t.quantity??this.quantity,this.meta=t.meta??this.meta,this.category=t.category??this.category,this.reviews=t.reviews??this.reviews,this.options=t.options??this.options,this.tags=t.tags??this.tags,this.templateSuffix=t.templateSuffix??this.templateSuffix,t.vars&&(this.vars=t.vars.map(i=>new nt$1(i))),this}toEmbed(t){return t=t??this.selectedOrFirstVariant.value,new et({id:this.id,mID:this.mID,vID:t.mID,vName:t.name,name:this.name,link:this.link,slug:this.slug,price:t.price.d,imageURL:t.getOneImage()??this.imgs?.[0].url})}getTemplateVariables(){let t=this.selectedOrFirstVariant.value,i=t.price,r$1=this.name,o=this.category,n=this.variantImage??this.firstImageURL,s$1=this.meta,u=this.tags?.join(`,`)??``,a=this.reviews?.rating,l=this.reviews?.totalReviews,c=i.cmp&&i.cmp>i.d,_=s(r({name:r$1},xn(`price`,i.d,true)),{image_url:n,meta:s$1,category:o,rating:a,reviews:l,tags:u});if(t.hasEffectivePrice()){let f=xn(`effective_price`,t.effectivePrice.value,true);Object.assign(_,f);}if(c){let f=i.cmp-i.d,N={discount_percent:(f/i.cmp*100).toFixed(0)};Object.assign(_,N),Object.assign(_,xn(`compare_price`,i.cmp)),Object.assign(_,xn(`discount_price`,f));}return {product:_,variant:{name:t.name,quantity:t.quantity}}}evaluateShowATCFlag(){let t=he$3.get().widgetCustomisation?.atcButton?.showWhen;if(!t?.predicates?.length)return true;let i=t.predicates,r=this.getValueMap(i);return t.op===`or`?i.some(o=>Pt$2([o],r)):Pt$2(i,r)}getValueMap(t){let i=new Map;for(let r of t){let o=r.attr.split(`.`);switch(o[1]){case `tags`:i.set(r.attr,this.tags);break;case `type`:case `category`:i.set(r.attr,this.category);break;case `meta`:case `metafield`:{let s=o[2];if(!s)continue;i.set(r.attr,this.meta?.[s]);break}}}return i}};var _t$2=class _t{id;alt;shortID;sources;items;durationMS;thumbnail;card;bestSource;highSource;goodSource;lowSource;m3u8Source;constructor(t={}){if(this.id=t.id,this.alt=t.alt,this.shortID=t.shortID,this.sources=t.sources?.sort((i,r)=>r.height-i.height),this.durationMS=t.durationMS,this.thumbnail=t.thumbnail,this.items=t.items?t.items.map(i=>new ot$2(i)):[],this.card=t.card,this.sources){let i=[];for(let r of this.sources)r.format===`mp4`?i.push(r):r.format===`m3u8`&&!this.m3u8Source&&(this.m3u8Source=r);i.length>0&&(this.bestSource=i[0],this.highSource=i.length>1?i[1]:i[0],this.lowSource=i.length>2?i[i.length-1]:i[0]);}}};var De=(i=>(i.CLASSIC=`CLASSIC`,i.ITEM_CARD_HEADER=`ITEM_CARD_HEADER`,i))(De||{});var ge$2=(r=>(r.ON=`ON`,r.OFF=`OFF`,r.ON_HOVER=`ON_HOVER`,r))(ge$2||{}),ye$3=(o=>(o.FIRST_ITEM=`FIRST_ITEM`,o.ITEM_SWIPER=`ITEM_SWIPER`,o.CARD=`CARD`,o.NONE=`NONE`,o))(ye$3||{});var ue$2=class ue{videos;source;template;heading;autoPlay;showMuteButton;footerContent;detailPopup;playlistConfig;itemDetailConfig;constructor(t={}){this.videos=t.videos?.map(i=>new _t$2(i))??[],this.source=t.source,this.template=t.template,this.detailPopup=t.detailPopup??{template:`VIDEO_ONLY_VIEW`},this.heading=t.heading,this.showMuteButton=t.showMuteButton,this.autoPlay=t.autoPlay??`ON`,this.footerContent=t.footerContent??`FIRST_ITEM`,this.playlistConfig={videoSwiper:t.playlistConfig?.videoSwiper??void 0,itemCardClickBehavior:t.playlistConfig?.itemCardClickBehavior??`OPEN_VIDEO_DETAIL`},this.itemDetailConfig={template:t.itemDetailConfig?.template??`CLASSIC`};}showItems(){return this.footerContent===`FIRST_ITEM`||this.footerContent===`ITEM_SWIPER`}};var le$3=class le{lastWidth;lastHeight;resizeTimeout=null;debounceDelay=200;onResizeCallback;constructor(t){this.onResizeCallback=t,this.lastWidth=window.innerWidth,this.lastHeight=window.innerHeight,window.addEventListener(`resize`,this.debouncedResize),window.addEventListener(`orientationchange`,this.handleImmediateResize);}destroy(){window.removeEventListener(`resize`,this.debouncedResize),window.removeEventListener(`orientationchange`,this.handleImmediateResize);}handleImmediateResize=()=>{this.triggerResize();};debouncedResize=()=>{this.resizeTimeout!==null&&clearTimeout(this.resizeTimeout),this.resizeTimeout=window.setTimeout(()=>{this.triggerResize();},this.debounceDelay);};triggerResize(){let t=window.innerWidth,i=window.innerHeight;(i!==this.lastHeight||t!==this.lastWidth)&&(this.onResizeCallback(),this.lastWidth=t,this.lastHeight=i);}};var fe$3=0;function be$2(e=document.head){return ce$3(te$3.styleURL,e,`cooee-global-styles`)}function we$3(e=document.head){return ce$3(`${Xr$3}/swiper-bundle.min.css`,e,`swiper-styles`)}function ce$3(e,t=document.head,i){return new Promise(r=>{if(t.querySelector(`#${i}`)){r();return}let n=document.createElement(`link`);n.rel=`stylesheet`,n.href=e,n.id=i,n.onload=()=>{r();},n.onerror=()=>{console.error(`Failed to load stylesheet:`,e),r();},t.appendChild(n);})}function Ce$1(e,t=document.head){if(!e)return;fe$3++;let i=document.createElement(`style`);i.id=`cooee-app-css-${fe$3}`,i.textContent=e,t.appendChild(i);}function Ui$1(e){if(!e)return;let t=document.createElement(`script`);t.id=`cooee-app-script`,t.innerHTML=e,document.head.appendChild(t);}function xi$1(e){if(e)try{(0,eval)(e);}catch(t){console.error(`Failed to execute script:`,t);}}async function Vi$1(){let e=(await import(`${Xr$3}/swiper-bundle.min.mjs`)).Swiper;return window.CooeeSDK.Swiper=e}async function Mi$1(e,t=true){if(!e)return;let i=[];t&&i.push(we$3(e)),i.push(be$2(e)),await Promise.all(i);let r=he$3.get().website.commonCSS;Ce$1(r,e);}var Ue=(function(e){return e[e.SINGLE=1]=`SINGLE`,e[e.EXCLUSION=2]=`EXCLUSION`,e[e.ABTESTING=3]=`ABTESTING`,e})(Ue||{});var xe$2=(function(e){return e[e.NONE=0]=`NONE`,e[e.ITEM=1]=`ITEM`,e[e.COLLECTION=2]=`COLLECTION`,e})(xe$2||{});var Ve$3=(function(e){return e.BEFORE=`before`,e.AFTER=`after`,e.INSIDE_FIRST=`insideFirst`,e.INSIDE_LAST=`insideLast`,e.BEFORE1=`BEFORE`,e.AFTER1=`AFTER`,e.INSIDE_FIRST1=`INSIDE_FIRST`,e.INSIDE_LAST1=`INSIDE_LAST`,e})(Ve$3||{}),Me$1=(function(e){return e.SHOPIFY_CHECKOUT=`shopify_checkout`,e.THIRD_PARTY_CHECKOUT=`third_party_checkout`,e.CART_PAGE=`cart_page`,e.CART_DRAWER=`cart_drawer`,e})(Me$1||{});var He$3=(function(e){return e[e.NONE=0]=`NONE`,e[e.REJECT_POPUP=1]=`REJECT_POPUP`,e[e.ACCEPT_POPUP=2]=`ACCEPT_POPUP`,e[e.GO_TO_URL=4]=`GO_TO_URL`,e[e.SHARE=5]=`SHARE`,e[e.KEY_VALUE=100]=`KEY_VALUE`,e[e.GO_TO_PRODUCT=101]=`GO_TO_PRODUCT`,e[e.ADD_TO_CART=102]=`ADD_TO_CART`,e[e.COPY_COUPON_CODE=103]=`COPY_COUPON_CODE`,e[e.GO_TO_COLLECTION=104]=`GO_TO_COLLECTION`,e[e.OPEN_CART=105]=`OPEN_CART`,e[e.SUBMIT_FORM=106]=`SUBMIT_FORM`,e[e.INITIATE_CHECKOUT=107]=`INITIATE_CHECKOUT`,e[e.ADD_BUNDLE=108]=`ADD_BUNDLE`,e[e.UPGRADE_TO_SUBSCRIPTION=109]=`UPGRADE_TO_SUBSCRIPTION`,e[e.BUY_NOW=110]=`BUY_NOW`,e[e.QUICK_VIEW=111]=`QUICK_VIEW`,e})(He$3||{}),Ge$1=(function(e){return e.POPUP=`POPUP`,e.PAGE_EMBED=`PAGE_EMBED`,e.CART_EMBED=`CART_EMBED`,e.ANNOUNCEMENT_BAR=`ANNOUNCEMENT_BAR`,e})(Ge$1||{}),ke$1=(function(e){return e.PRODUCT_PROMOTION=`PRODUCT_PROMOTION`,e.BUNDLE_AND_UPSELL=`BUNDLE_AND_UPSELL`,e.CART_RECOVERY=`CART_RECOVERY`,e.ANNOUNCEMENT=`ANNOUNCEMENT`,e.LEAD_GENERATION=`LEAD_GENERATION`,e.DATA_COLLECTION=`DATA_COLLECTION`,e.SALE_PROMOTION=`SALE_PROMOTION`,e.SUBSCRIPTION_UPSELL=`SUBSCRIPTION_UPSELL`,e.SHOPPABLE_VIDEO=`SHOPPABLE_VIDEO`,e.BYOB=`BYOB`,e.PROGRESS_BAR=`PROGRESS_BAR`,e.BUY_NOW=`BUY_NOW`,e.STICKY_ATC=`STICKY_ATC`,e.EXPERIMENT=`EXPERIMENT`,e.SAVINGS_BAR=`SAVINGS_BAR`,e.COLLECTION_FILTER=`COLLECTION_FILTER`,e})(ke$1||{}),Be$2=(function(e){return e.COOEE=`COOEE`,e.KLAVIYO=`KLAVIYO`,e})(Be$2||{}),We$2=(function(e){return e.ICONS=`ICONS`,e.TILES=`TILES`,e})(We$2||{}),Fe$1=(function(e){return e.FREE_SHIPPING=`FREE_SHIPPING`,e.DISCOUNT=`DISCOUNT`,e.FREE_AUTO_GIFT=`FREE_AUTO_GIFT`,e.FREE_GIFT_SELECT=`FREE_GIFT_SELECT`,e.UI_ONLY=`UI_ONLY`,e})(Fe$1||{});var Ye$2=(r=>(r[r.LOW=1]=`LOW`,r[r.MEDIUM=2]=`MEDIUM`,r[r.HIGH=3]=`HIGH`,r))(Ye$2||{}),$e$1=(i=>(i.SINGLE_PANE=`SINGLE_PANE`,i.TWO_PANE=`TWO_PANE`,i))($e$1||{});
|
|
6
6
|
|
|
7
|
-
var Te$1=v$1((Y,we)=>{(function(i,r){typeof Y==`object`&&typeof we<`u`?r(Y):typeof define==`function`&&define.amd?define([`exports`],r):r((i=typeof globalThis<`u`?globalThis:i||self).Sqrl={});})(Y,function(i){function r(e){var t,n,a=new Error(e);return t=a,n=r.prototype,Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n,a}function
|
|
7
|
+
var Te$1=v$1((Y,we)=>{(function(i,r){typeof Y==`object`&&typeof we<`u`?r(Y):typeof define==`function`&&define.amd?define([`exports`],r):r((i=typeof globalThis<`u`?globalThis:i||self).Sqrl={});})(Y,function(i){function r(e){var t,n,a=new Error(e);return t=a,n=r.prototype,Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n,a}function o(e,t,n){var a=t.slice(0,n).split(/\n/),s=a.length,l=a[s-1].length+1;throw r(e+=` at line `+s+` col `+l+`:
|
|
8
8
|
|
|
9
|
-
`+t.split(/\n/)[
|
|
10
|
-
`+Array(l).join(` `)+`^`)}r.prototype=Object.create(Error.prototype,{name:{value:`Squirrelly Error`,enumerable:false}});var
|
|
11
|
-
`).replace(/^\s+|\s+$/gm,``)),G.lastIndex=0,D.lastIndex=0,V.lastIndex=0;var n=t.prefixes,a=[n.h,n.b,n.i,n.r,n.c,n.e].reduce(function(x,u){return x&&u?x+`|`+W(u):u?W(u):x},``),
|
|
12
|
-
`);}}return
|
|
9
|
+
`+t.split(/\n/)[s-1]+`
|
|
10
|
+
`+Array(l).join(` `)+`^`)}r.prototype=Object.create(Error.prototype,{name:{value:`Squirrelly Error`,enumerable:false}});var m=new Function(`return this`)().Promise,w=false;try{w=new Function(`return (async function(){}).constructor`)();}catch(e){if(!(e instanceof SyntaxError))throw e}function C(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function F(e,t,n){for(var a in t)C(t,a)&&(t[a]==null||typeof t[a]!=`object`||a!==`storage`&&a!==`prefixes`||n?e[a]=t[a]:e[a]=F({},t[a]));return e}var R=/^async +/,G=/`(?:\\[\s\S]|\${(?:[^{}]|{(?:[^{}]|{[^}]*})*})*}|(?!\${)[^\\`])*`/g,D=/'(?:\\[\s\w"'\\`]|[^\n\r'\\])*?'/g,V=/"(?:\\[\s\w"'\\`]|[^\n\r"\\])*?"/g,le=/[.*+\-?^${}()|[\]\\]/g;function W(e){return le.test(e)?e.replace(le,`\\$&`):e}function ue(e,t){t.rmWhitespace&&(e=e.replace(/[\r\n]+/g,`
|
|
11
|
+
`).replace(/^\s+|\s+$/gm,``)),G.lastIndex=0,D.lastIndex=0,V.lastIndex=0;var n=t.prefixes,a=[n.h,n.b,n.i,n.r,n.c,n.e].reduce(function(x,u){return x&&u?x+`|`+W(u):u?W(u):x},``),s=new RegExp(`([|()]|=>)|('|"|\`|\\/\\*)|\\s*((\\/)?(-|_)?`+W(t.tags[1])+`)`,`g`),l=new RegExp(`([^]*?)`+W(t.tags[0])+`(-|_)?\\s*(`+a+`)?\\s*`,`g`),c=0,p=false;function v(x,u){var h,g={f:[]},T=0,d=`c`;function E(j){var k=e.slice(c,j),I=k.trim();if(d===`f`)I===`safe`?g.raw=true:t.async&&R.test(I)?(I=I.replace(R,``),g.f.push([I,``,true])):g.f.push([I,``]);else if(d===`fp`)g.f[g.f.length-1][1]+=I;else if(d===`err`){if(I){var M=k.search(/\S/);o(`invalid syntax`,e,c+M);}}else g[d]=I;c=j+1;}for(u===`h`||u===`b`||u===`c`?d=`n`:u===`r`&&(g.raw=true,u=`i`),s.lastIndex=c;(h=s.exec(e))!==null;){var _=h[1],U=h[2],ne=h[3],X=h[4],Z=h[5],f=h.index;if(_)_===`(`?(T===0&&(d===`n`?(E(f),d=`p`):d===`f`&&(E(f),d=`fp`)),T++):_===`)`?--T===0&&d!==`c`&&(E(f),d=`err`):T===0&&_===`|`?(E(f),d=`f`):_===`=>`&&(E(f),c+=1,d=`res`);else if(U)if(U===`/*`){var $=e.indexOf(`*/`,s.lastIndex);$===-1&&o(`unclosed comment`,e,h.index),s.lastIndex=$+2;}else U===`'`?(D.lastIndex=h.index,D.exec(e)?s.lastIndex=D.lastIndex:o(`unclosed string`,e,h.index)):U===`"`?(V.lastIndex=h.index,V.exec(e)?s.lastIndex=V.lastIndex:o(`unclosed string`,e,h.index)):U==="`"&&(G.lastIndex=h.index,G.exec(e)?s.lastIndex=G.lastIndex:o(`unclosed string`,e,h.index));else if(ne)return E(f),c=f+h[0].length,l.lastIndex=c,p=Z,X&&u===`h`&&(u=`s`),g.t=u,g}return o(`unclosed tag`,e,x),g}var y=(function x(u,h){u.b=[],u.d=[];var g,T=false,d=[];function E(M,Ee){M&&(M=(function(S,B,ie,ae){var L,q;return typeof B.autoTrim==`string`?L=q=B.autoTrim:Array.isArray(B.autoTrim)&&(L=B.autoTrim[1],q=B.autoTrim[0]),(ie||ie===false)&&(L=ie),(ae||ae===false)&&(q=ae),L===`slurp`&&q===`slurp`?S.trim():(L===`_`||L===`slurp`?S=String.prototype.trimLeft?S.trimLeft():S.replace(/^[\s\uFEFF\xA0]+/,``):L!==`-`&&L!==`nl`||(S=S.replace(/^(?:\n|\r|\r\n)/,``)),q===`_`||q===`slurp`?S=String.prototype.trimRight?S.trimRight():S.replace(/[\s\uFEFF\xA0]+$/,``):q!==`-`&&q!==`nl`||(S=S.replace(/(?:\n|\r|\r\n)$/,``)),S)})(M,t,p,Ee))&&(M=M.replace(/\\|'/g,`\\$&`).replace(/\r\n|\n|\r/g,`\\n`),d.push(M));}for(;(g=l.exec(e))!==null;){var _,U=g[1],ne=g[2],X=g[3]||``;for(var Z in n)if(n[Z]===X){_=Z;break}E(U,ne),c=g.index+g[0].length,_||o(`unrecognized tag type: `+X,e,c);var f=v(g.index,_),$=f.t;if($===`h`){var j=f.n||``;t.async&&R.test(j)&&(f.a=true,f.n=j.replace(R,``)),f=x(f),d.push(f);}else if($===`c`){if(u.n===f.n)return T?(T.d=d,u.b.push(T)):u.d=d,u;o(`Helper start and end don't match`,e,g.index+g[0].length);}else if($===`b`){T?(T.d=d,u.b.push(T)):u.d=d;var k=f.n||``;t.async&&R.test(k)&&(f.a=true,f.n=k.replace(R,``)),T=f,d=[];}else if($===`s`){var I=f.n||``;t.async&&R.test(I)&&(f.a=true,f.n=I.replace(R,``)),d.push(f);}else d.push(f);}if(!h)throw r(`unclosed helper "`+u.n+`"`);return E(e.slice(c,e.length),false),u.d=d,u})({f:[]},true);if(t.plugins)for(var N=0;N<t.plugins.length;N++){var A=t.plugins[N];A.processAST&&(y.d=A.processAST(y.d,t));}return y.d}function K(e,t){var n=ue(e,t),a=`var tR='';`+(t.useWith?`with(`+t.varName+`||{}){`:``)+P(n,t)+`if(cb){cb(null,tR)} return tR`+(t.useWith?`}`:``);if(t.plugins)for(var s=0;s<t.plugins.length;s++){var l=t.plugins[s];l.processFnString&&(a=l.processFnString(a,t));}return a}function Q(e,t){for(var n=0;n<t.length;n++){var a=t[n][0],s=t[n][1];e=(t[n][2]?`await `:``)+`c.l('F','`+a+`')(`+e,s&&(e+=`,`+s),e+=`)`;}return e}function ce(e,t,n,a,s,l){var c=`{exec:`+(s?`async `:``)+ee(n,t,e)+`,params:[`+a+`]`;return l&&(c+=`,name:'`+l+`'`),s&&(c+=`,async:true`),c+=`}`}function Se(e,t){for(var n=`[`,a=0;a<e.length;a++){var s=e[a];n+=ce(t,s.res||``,s.d,s.p||``,s.a,s.n),a<e.length&&(n+=`,`);}return n+=`]`}function ee(e,t,n){return `function(`+t+`){var tR='';`+P(e,n)+`return tR}`}function P(e,t){for(var n=0,a=e.length,s=``;n<a;n++){var l=e[n];if(typeof l==`string`)s+=`tR+='`+l+`';`;else {var c=l.t,p=l.c||``,v=l.f,y=l.n||``,N=l.p||``,A=l.res||``,x=l.b,u=!!l.a;if(c===`i`){t.defaultFilter&&(p=`c.l('F','`+t.defaultFilter+`')(`+p+`)`);var h=Q(p,v);!l.raw&&t.autoEscape&&(h=`c.l('F','e')(`+h+`)`),s+=`tR+=`+h+`;`;}else if(c===`h`)if(t.storage.nativeHelpers.get(y))s+=t.storage.nativeHelpers.get(y)(l,t);else {var g=(u?`await `:``)+`c.l('H','`+y+`')(`+ce(t,A,l.d,N,u);g+=x?`,`+Se(x,t):`,[]`,s+=`tR+=`+Q(g+=`,c)`,v)+`;`;}else c===`s`?s+=`tR+=`+Q((u?`await `:``)+`c.l('H','`+y+`')({params:[`+N+`]},[],c)`,v)+`;`:c===`e`&&(s+=p+`
|
|
12
|
+
`);}}return s}var z=(function(){function e(t){this.cache=t;}return e.prototype.define=function(t,n){this.cache[t]=n;},e.prototype.get=function(t){return this.cache[t]},e.prototype.remove=function(t){delete this.cache[t];},e.prototype.reset=function(){this.cache={};},e.prototype.load=function(t){F(this.cache,t,true);},e})();function H(e,t,n,a){if(t&&t.length>0)throw r((a?`Native`:``)+`Helper '`+e+`' doesn't accept blocks`);if(n&&n.length>0)throw r((a?`Native`:``)+`Helper '`+e+`' doesn't accept filters`)}var Ae={"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`};function Ce(e){return Ae[e]}var fe=new z({}),de=new z({each:function(e,t){var n=``,a=e.params[0];if(H(`each`,t,false),e.async)return new Promise(function(l){(function c(p,v,y,N,A){y(p[v],v).then(function(x){N+=x,v===p.length-1?A(N):c(p,v+1,y,N,A);});})(a,0,e.exec,n,l);});for(var s=0;s<a.length;s++)n+=e.exec(a[s],s);return n},foreach:function(e,t){var n=e.params[0];if(H(`foreach`,t,false),e.async)return new Promise(function(l){(function c(p,v,y,N,A,x){N(v[y],p[v[y]]).then(function(u){A+=u,y===v.length-1?x(A):c(p,v,y+1,N,A,x);});})(n,Object.keys(n),0,e.exec,``,l);});var a=``;for(var s in n)C(n,s)&&(a+=e.exec(s,n[s]));return a},include:function(e,t,n){H(`include`,t,false);var a=n.storage.templates.get(e.params[0]);if(!a)throw r(`Could not fetch template "`+e.params[0]+`"`);return a(e.params[1],n)},extends:function(e,t,n){var a=e.params[1]||{};a.content=e.exec();for(var s=0;s<t.length;s++){var l=t[s];a[l.name]=l.exec();}var c=n.storage.templates.get(e.params[0]);if(!c)throw r(`Could not fetch template "`+e.params[0]+`"`);return c(a,n)},useScope:function(e,t){return H(`useScope`,t,false),e.exec(e.params[0])}}),ge=new z({if:function(e,t){H(`if`,false,e.f,true);var n=`if(`+e.p+`){`+P(e.d,t)+`}`;if(e.b)for(var a=0;a<e.b.length;a++){var s=e.b[a];s.n===`else`?n+=`else{`+P(s.d,t)+`}`:s.n===`elif`&&(n+=`else if(`+s.p+`){`+P(s.d,t)+`}`);}return n},try:function(e,t){if(H(`try`,false,e.f,true),!e.b||e.b.length!==1||e.b[0].n!==`catch`)throw r(`native helper 'try' only accepts 1 block, 'catch'`);var n=`try{`+P(e.d,t)+`}`,a=e.b[0];return n+=`catch`+(a.res?`(`+a.res+`)`:``)+`{`+P(a.d,t)+`}`},block:function(e,t){return H(`block`,e.b,e.f,true),`if(!`+t.varName+`[`+e.p+`]){tR+=(`+ee(e.d,``,t)+`)()}else{tR+=`+t.varName+`[`+e.p+`]}`}}),me=new z({e:function(e){var t=String(e);return /[&<>"']/.test(t)?t.replace(/[&<>"']/g,Ce):t}}),J={varName:`it`,autoTrim:[false,`nl`],autoEscape:true,defaultFilter:false,tags:[`{{`,`}}`],l:function(e,t){if(e===`H`){var n=this.storage.helpers.get(t);if(n)return n;throw r(`Can't find helper '`+t+`'`)}if(e===`F`){var a=this.storage.filters.get(t);if(a)return a;throw r(`Can't find filter '`+t+`'`)}},async:false,storage:{helpers:de,nativeHelpers:ge,filters:me,templates:fe},prefixes:{h:`@`,b:`#`,i:``,r:`*`,c:`/`,e:`!`},cache:false,plugins:[],useWith:false};function te(e,t){var n={};return F(n,J),t&&F(n,t),e&&F(n,e),n.l.bind(n),n}function he(e,t){var n,a=te(t||{}),s=Function;if(a.async){if(!w)throw r(`This environment doesn't support async/await`);s=w;}if(a.varName&&(n=a.varName,/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(n)===false))throw r(`options.varName must be a valid JS identifier`);try{return new s(a.varName,`c`,`cb`,K(e,a))}catch(l){throw l instanceof SyntaxError?r(`Bad template syntax
|
|
13
13
|
|
|
14
14
|
`+l.message+`
|
|
15
15
|
`+Array(l.message.length+1).join(`=`)+`
|
|
16
|
-
`+K(e,a)):l}}function re(e,t){var n;return t.cache&&t.name&&t.storage.templates.get(t.name)?t.storage.templates.get(t.name):(n=typeof e==`function`?e:he(e,t),t.cache&&t.name&&t.storage.templates.define(t.name,n),n)}J.l.bind(J),i.compile=he,i.compileScope=P,i.compileScopeIntoFunction=ee,i.compileToString=K,i.defaultConfig=J,i.filters=
|
|
16
|
+
`+K(e,a)):l}}function re(e,t){var n;return t.cache&&t.name&&t.storage.templates.get(t.name)?t.storage.templates.get(t.name):(n=typeof e==`function`?e:he(e,t),t.cache&&t.name&&t.storage.templates.define(t.name,n),n)}J.l.bind(J),i.compile=he,i.compileScope=P,i.compileScopeIntoFunction=ee,i.compileToString=K,i.defaultConfig=J,i.filters=me,i.getConfig=te,i.helpers=de,i.nativeHelpers=ge,i.parse=ue,i.render=function(e,t,n,a){var s=te(n||{});if(!s.async)return re(e,s)(t,s);if(!a){if(typeof m==`function`)return new m(function(l,c){try{l(re(e,s)(t,s));}catch(p){c(p);}});throw r(`Please provide a callback function, this env doesn't support Promises`)}try{re(e,s)(t,s,a);}catch(l){return a(l)}},i.templates=fe,Object.defineProperty(i,`__esModule`,{value:true});});});var oe$3=class oe{minValue;rewardType;label;reachingText;reachedText;discount;items;isUIOnly;allowATC;reached;calculatedAlignment;images;constructor(r){this.reached=r.reached??false,this.calculatedAlignment=r.calculatedAlignment,this.minValue=r.minValue,this.rewardType=r.rewardType,this.label=r.label,this.reachingText=r.reachingText,this.reachedText=r.reachedText,this.discount=r.discount,this.items=r.items?.map(o=>new et(o)),this.isUIOnly=r.isUIOnly,this.allowATC=r.allowATC,this.images=r.images;}},Re$1=(o=>(o.CART_AMOUNT=`CART_AMOUNT`,o.ITEM_COUNT=`ITEM_COUNT`,o))(Re$1||{}),xe$1=class xe{layout;milestones;totalProgress;coupons;reachedAmountOrCount;onlyLatestGift;noConfetti;removeIneligibleItem;restrictToLatestFreebie;rewardBasis;constructor(r){this.layout=r.layout??We$2.ICONS,this.onlyLatestGift=r.onlyLatestGift,this.noConfetti=r.noConfetti,this.removeIneligibleItem=r.removeIneligibleItem??true,this.restrictToLatestFreebie=r.restrictToLatestFreebie,this.rewardBasis=r.rewardBasis??`CART_AMOUNT`,this.update(r);}update(r){r=r??{},this.milestones=r.milestones?.map(o=>new oe$3(o))??[],this.totalProgress=r.totalProgress??0,this.coupons=r.coupons,this.reachedAmountOrCount=r.reachedAmountOrCount;}};var Ne$2=class Ne{animateNumber;animationDuration;text;iconURL;animation;totalSavings;constructor(r={}){this.animateNumber=r.animateNumber??true,this.animation=r.animation??`SLOT_MACHINE`,this.animationDuration=r.animationDuration??1e3,this.text=r.text??`You are saving {{ cart.total_savings }} on this order`,this.iconURL=r.iconURL,this.totalSavings=r.totalSavings??0;}};var b=x$2(Te$1());b.filters.define(`default`,function(i){return typeof i>`u`||i==null?``:Me(i)});+b.filters.define(`max`,(i,r)=>{let o=Number(i),m=Number(r);return isNaN(o)||isNaN(m)?i:o>m?r:i});b.filters.define(`min`,(i,r)=>{let o=Number(i),m=Number(r);return isNaN(o)||isNaN(m)?i:o<m?r:i});b.filters.define(`fallback`,(i,r)=>i==null||i===``?r:i);b.filters.define(`manipulate_quantity`,(i,r,o)=>{if(r??=1,o??=100,r>o)return Y$1.error(`Invalid range: min should be less than or equal to max.`),i;if(i>=r&&i<=o)return i;let m=i%o;return m<r?r:m});b.filters.define(`apply_discount_perc`,(i,r,o=Infinity)=>{if(i=+i,isNaN(i))return Y$1.error("Need value as a number for `apply_discount_perc` filter"),NaN;if(r<0||r>100)return Y$1.error("Invalid percent value for `apply_discount_perc` filter. Must be between 0 and 100."),NaN;let m=i*r/100;return i-Math.min(o,m)});b.filters.define(`apply_discount_fixed`,(i,r)=>(i=+i,isNaN(i)?(Y$1.error("Need value as a number for `apply_discount_fixed` filter"),NaN):Math.max(0,i-r)));b.filters.define(`currency`,i=>(i=+i,isNaN(i)?(Y$1.error("Need value as a number for `currency` filter"),NaN):Ar$1(i)));b.filters.define(`split`,(i,r,o)=>{if(typeof i!=`string`)return Y$1.error("Need value as a string for `split` filter"),``;if(r==null)return Y$1.error("Need delimiter for `split` filter"),``;if(o==null||isNaN(Number(o)))return Y$1.error("Need a valid index for `split` filter"),``;let m=i.split(String(r)),w=Number(o);return m[w<0?m.length+w:w].trim()??``});b.defaultConfig.defaultFilter=`default`;b.defaultConfig.useWith=true;b.defaultConfig.autoEscape=false;var Pe$1={'"':`"`,"\\":`\`,"\n":`\\n`," ":`\\t`};function Me(i){return String(i).replace(/["\\\n\t]/g,r=>Pe$1[r])}function Le$1(i){if(!i)return ``;return i.replace(/({{{\s*([^}]+?)\s*}}}|{{\s*&\s*([^}]+?)\s*}})/g,(o,m,w,C)=>`{{ ${(w||C||``).trim()} }}`)}var qe$1=(i,r$1,o)=>{r$1=r({discount:{},cart:{},product:{},bundle:{},variant:{},customer:{},svg:{},form:{},amount_left:null},r$1);try{return b.render(Le$1(i),r$1)}catch(m){throw ke$2(m,`squirrelly-render`,{extra:{template:i,values:r$1},triggerContext:o}),m}},Ve$2=(i,r,o)=>{let w=qe$1(JSON.stringify(i),r,o);try{return JSON.parse(w)}catch(C){throw ke$2(C,`variable-replacement`,{extra:{before:i,after:w},triggerContext:o}),C}};var He$2=(o=>(o.IMAGE=`IMAGE`,o.BUTTON=`BUTTON`,o))(He$2||{}),Ie$2=class Ie{title;subtitle;template;refreshPage;options;constructor(r={}){this.template=r.template??`IMAGE`,this.refreshPage=r.refreshPage??false,this.options=r.options??[],this.title=r.title,this.subtitle=r.subtitle;}};
|
|
17
17
|
|
|
18
18
|
var dr$2=v$1(dt=>{Object.defineProperty(dt,`__esModule`,{value:true});dt.URLBuilder=void 0;dt.URLBuilder=(function(){function r(t){try{this.base=new URL(t),this.params=new URLSearchParams(this.base.search.slice(1));}catch(i){console.error(`Un-parsable URL`,i);}}return r.prototype.appendQueryParam=function(t,i){this.params.append(t,i?i.toString():``);},r.prototype.clearQueryParams=function(){return this.params=new URLSearchParams,this},r.prototype.deleteQueryParam=function(t){this.params.delete(t);},r.prototype.getBase=function(){return this.base},r.prototype.getPath=function(){return this.base.pathname},r.prototype.getHostname=function(){return this.base.hostname},r.prototype.getParams=function(){return this.params},r.prototype.getQueryParam=function(t){if(!this.params)return ``;var i=this.params.get(t);return !i||i===`undefined`||i===`null`?void 0:i},r.prototype.getQueryString=function(){return this.params.toString()},r.prototype.setPath=function(t){return this.base.pathname=t,this},r.prototype.setQueryParam=function(t,i){return this.params.set(t,i?i.toString():``),this},r.prototype.setQueryString=function(t){if(t)return t[0]===`?`&&(t=t.slice(1)),this.params=new URLSearchParams(t),this},r.prototype.toString=function(){var t=this.params.toString();return t===``?this.base.search=``:this.base.search=`?`+t,this.base.toString()},r})();});var mt$1=class mt{triggerID;nudgeID;engagementID;contentID;shortID;contentType;variation;props;objective;onsiteDeliveryType;holdout;constructor(t){t=t||{},this.triggerID=t.id||t.triggerID,this.nudgeID=t.nudgeID,this.shortID=t.shortID,this.contentType=t.contentType,this.engagementID=t.engagementID,this.contentID=t.contentID,this.variation=t.variation,this.props=t.props,this.objective=t.objective,this.onsiteDeliveryType=t.onsiteDeliveryType,this.holdout=t.holdout;}};function Mr$1(r,t){return t={exports:{}},r(t,t.exports),t.exports}var jr$1=Yr$2,$r$2=Hr$2,Pr$1=Zr$2,X$2=[],H$3=[],Cr$1=typeof Uint8Array<`u`?Uint8Array:Array,Rt$1=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`;for(K$1=0,kt$1=Rt$1.length;K$1<kt$1;++K$1)X$2[K$1]=Rt$1[K$1],H$3[Rt$1.charCodeAt(K$1)]=K$1;var K$1,kt$1;H$3[45]=62;H$3[95]=63;function pr$2(r){var t=r.length;if(t%4>0)throw new Error(`Invalid string. Length must be a multiple of 4`);var i=r.indexOf(`=`);i===-1&&(i=t);var f=i===t?0:4-i%4;return [i,f]}function Yr$2(r){var t=pr$2(r),i=t[0],f=t[1];return (i+f)*3/4-f}function Jr$2(r,t,i){return (t+i)*3/4-i}function Hr$2(r){var t,i=pr$2(r),f=i[0],c=i[1],h=new Cr$1(Jr$2(r,f,c)),a=0,p=c>0?f-4:f,y;for(y=0;y<p;y+=4)t=H$3[r.charCodeAt(y)]<<18|H$3[r.charCodeAt(y+1)]<<12|H$3[r.charCodeAt(y+2)]<<6|H$3[r.charCodeAt(y+3)],h[a++]=t>>16&255,h[a++]=t>>8&255,h[a++]=t&255;return c===2&&(t=H$3[r.charCodeAt(y)]<<2|H$3[r.charCodeAt(y+1)]>>4,h[a++]=t&255),c===1&&(t=H$3[r.charCodeAt(y)]<<10|H$3[r.charCodeAt(y+1)]<<4|H$3[r.charCodeAt(y+2)]>>2,h[a++]=t>>8&255,h[a++]=t&255),h}function Vr$2(r){return X$2[r>>18&63]+X$2[r>>12&63]+X$2[r>>6&63]+X$2[r&63]}function Wr$2(r,t,i){for(var f,c=[],h=t;h<i;h+=3)f=(r[h]<<16&16711680)+(r[h+1]<<8&65280)+(r[h+2]&255),c.push(Vr$2(f));return c.join(``)}function Zr$2(r){for(var t,i=r.length,f=i%3,c=[],h=16383,a=0,p=i-f;a<p;a+=h)c.push(Wr$2(r,a,a+h>p?p:a+h));return f===1?(t=r[i-1],c.push(X$2[t>>2]+X$2[t<<4&63]+`==`)):f===2&&(t=(r[i-2]<<8)+r[i-1],c.push(X$2[t>>10]+X$2[t>>4&63]+X$2[t<<2&63]+`=`)),c.join(``)}var Lt$1={byteLength:jr$1,toByteArray:$r$2,fromByteArray:Pr$1};var zr$2=function(t,i,f,c,h){var a,p,y=h*8-c-1,v=(1<<y)-1,m=v>>1,w=-7,_=f?h-1:0,O=f?-1:1,S=t[i+_];for(_+=O,a=S&(1<<-w)-1,S>>=-w,w+=y;w>0;a=a*256+t[i+_],_+=O,w-=8);for(p=a&(1<<-w)-1,a>>=-w,w+=c;w>0;p=p*256+t[i+_],_+=O,w-=8);if(a===0)a=1-m;else {if(a===v)return p?NaN:(S?-1:1)*Infinity;p=p+Math.pow(2,c),a=a-m;}return (S?-1:1)*p*Math.pow(2,a-c)},Xr$2=function(t,i,f,c,h,a){var p,y,v,m=a*8-h-1,w=(1<<m)-1,_=w>>1,O=h===23?Math.pow(2,-24)-Math.pow(2,-77):0,S=c?0:a-1,d=c?1:-1,M=i<0||i===0&&1/i<0?1:0;for(i=Math.abs(i),isNaN(i)||i===Infinity?(y=isNaN(i)?1:0,p=w):(p=Math.floor(Math.log(i)/Math.LN2),i*(v=Math.pow(2,-p))<1&&(p--,v*=2),p+_>=1?i+=O/v:i+=O*Math.pow(2,1-_),i*v>=2&&(p++,v/=2),p+_>=w?(y=0,p=w):p+_>=1?(y=(i*v-1)*Math.pow(2,h),p=p+_):(y=i*Math.pow(2,_-1)*Math.pow(2,h),p=0));h>=8;t[f+S]=y&255,S+=d,y/=256,h-=8);for(p=p<<h|y,m+=h;m>0;t[f+S]=p&255,S+=d,p/=256,m-=8);t[f+S-d]|=M*128;},ot$1={read:zr$2,write:Xr$2},Et$1=Mr$1(function(r,t){var i=typeof Symbol==`function`&&typeof Symbol.for==`function`?Symbol.for(`nodejs.util.inspect.custom`):null;t.Buffer=a,t.SlowBuffer=D,t.INSPECT_MAX_BYTES=50;var f=2147483647;t.kMaxLength=f,a.TYPED_ARRAY_SUPPORT=c(),!a.TYPED_ARRAY_SUPPORT&&typeof console<`u`&&typeof console.error==`function`&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function c(){try{var o=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(o,e),o.foo()===42}catch{return false}}Object.defineProperty(a.prototype,`parent`,{enumerable:true,get:function(){if(a.isBuffer(this))return this.buffer}}),Object.defineProperty(a.prototype,`offset`,{enumerable:true,get:function(){if(a.isBuffer(this))return this.byteOffset}});function h(o){if(o>f)throw new RangeError(`The value "`+o+`" is invalid for option "size"`);var e=new Uint8Array(o);return Object.setPrototypeOf(e,a.prototype),e}function a(o,e,n){if(typeof o==`number`){if(typeof e==`string`)throw new TypeError(`The "string" argument must be of type string. Received type number`);return m(o)}return p(o,e,n)}a.poolSize=8192;function p(o,e,n){if(typeof o==`string`)return w(o,e);if(ArrayBuffer.isView(o))return O(o);if(o==null)throw new TypeError(`The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type `+babelHelpers.typeof(o));if(Z(o,ArrayBuffer)||o&&Z(o.buffer,ArrayBuffer)||typeof SharedArrayBuffer<`u`&&(Z(o,SharedArrayBuffer)||o&&Z(o.buffer,SharedArrayBuffer)))return S(o,e,n);if(typeof o==`number`)throw new TypeError(`The "value" argument must not be of type number. Received type number`);var s=o.valueOf&&o.valueOf();if(s!=null&&s!==o)return a.from(s,e,n);var u=d(o);if(u)return u;if(typeof Symbol<`u`&&Symbol.toPrimitive!=null&&typeof o[Symbol.toPrimitive]==`function`)return a.from(o[Symbol.toPrimitive](`string`),e,n);throw new TypeError(`The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type `+babelHelpers.typeof(o))}a.from=function(o,e,n){return p(o,e,n)},Object.setPrototypeOf(a.prototype,Uint8Array.prototype),Object.setPrototypeOf(a,Uint8Array);function y(o){if(typeof o!=`number`)throw new TypeError(`"size" argument must be of type number`);if(o<0)throw new RangeError(`The value "`+o+`" is invalid for option "size"`)}function v(o,e,n){return y(o),o<=0?h(o):e!==void 0?typeof n==`string`?h(o).fill(e,n):h(o).fill(e):h(o)}a.alloc=function(o,e,n){return v(o,e,n)};function m(o){return y(o),h(o<0?0:M(o)|0)}a.allocUnsafe=function(o){return m(o)},a.allocUnsafeSlow=function(o){return m(o)};function w(o,e){if((typeof e!=`string`||e===``)&&(e=`utf8`),!a.isEncoding(e))throw new TypeError(`Unknown encoding: `+e);var n=F(o,e)|0,s=h(n),u=s.write(o,e);return u!==n&&(s=s.slice(0,u)),s}function _(o){for(var e=o.length<0?0:M(o.length)|0,n=h(e),s=0;s<e;s+=1)n[s]=o[s]&255;return n}function O(o){if(Z(o,Uint8Array)){var e=new Uint8Array(o);return S(e.buffer,e.byteOffset,e.byteLength)}return _(o)}function S(o,e,n){if(e<0||o.byteLength<e)throw new RangeError(`"offset" is outside of buffer bounds`);if(o.byteLength<e+(n||0))throw new RangeError(`"length" is outside of buffer bounds`);var s;return e===void 0&&n===void 0?s=new Uint8Array(o):n===void 0?s=new Uint8Array(o,e):s=new Uint8Array(o,e,n),Object.setPrototypeOf(s,a.prototype),s}function d(o){if(a.isBuffer(o)){var e=M(o.length)|0,n=h(e);return n.length===0||o.copy(n,0,0,e),n}if(o.length!==void 0)return typeof o.length!=`number`||Ut(o.length)?h(0):_(o);if(o.type===`Buffer`&&Array.isArray(o.data))return _(o.data)}function M(o){if(o>=f)throw new RangeError(`Attempt to allocate Buffer larger than maximum size: 0x`+f.toString(16)+` bytes`);return o|0}function D(o){return +o!=o&&(o=0),a.alloc(+o)}a.isBuffer=function(e){return e!=null&&e._isBuffer===true&&e!==a.prototype},a.compare=function(e,n){if(Z(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),Z(n,Uint8Array)&&(n=a.from(n,n.offset,n.byteLength)),!a.isBuffer(e)||!a.isBuffer(n))throw new TypeError(`The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array`);if(e===n)return 0;for(var s=e.length,u=n.length,l=0,g=Math.min(s,u);l<g;++l)if(e[l]!==n[l]){s=e[l],u=n[l];break}return s<u?-1:u<s?1:0},a.isEncoding=function(e){switch(String(e).toLowerCase()){case `hex`:case `utf8`:case `utf-8`:case `ascii`:case `latin1`:case `binary`:case `base64`:case `ucs2`:case `ucs-2`:case `utf16le`:case `utf-16le`:return true;default:return false}},a.concat=function(e,n){if(!Array.isArray(e))throw new TypeError(`"list" argument must be an Array of Buffers`);if(e.length===0)return a.alloc(0);var s;if(n===void 0)for(n=0,s=0;s<e.length;++s)n+=e[s].length;var u=a.allocUnsafe(n),l=0;for(s=0;s<e.length;++s){var g=e[s];if(Z(g,Uint8Array))l+g.length>u.length?a.from(g).copy(u,l):Uint8Array.prototype.set.call(u,g,l);else if(a.isBuffer(g))g.copy(u,l);else throw new TypeError(`"list" argument must be an Array of Buffers`);l+=g.length;}return u};function F(o,e){if(a.isBuffer(o))return o.length;if(ArrayBuffer.isView(o)||Z(o,ArrayBuffer))return o.byteLength;if(typeof o!=`string`)throw new TypeError(`The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type `+babelHelpers.typeof(o));var n=o.length,s=arguments.length>2&&arguments[2]===true;if(!s&&n===0)return 0;for(var u=false;;)switch(e){case `ascii`:case `latin1`:case `binary`:return n;case `utf8`:case `utf-8`:return xt(o).length;case `ucs2`:case `ucs-2`:case `utf16le`:case `utf-16le`:return n*2;case `hex`:return n>>>1;case `base64`:return Xt(o).length;default:if(u)return s?-1:xt(o).length;e=(``+e).toLowerCase(),u=true;}}a.byteLength=F;function P(o,e,n){var s=false;if((e===void 0||e<0)&&(e=0),e>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,e>>>=0,n<=e))return ``;for(o||(o=`utf8`);;)switch(o){case `hex`:return V(this,e,n);case `utf8`:case `utf-8`:return nt(this,e,n);case `ascii`:return it(this,e,n);case `latin1`:case `binary`:return T(this,e,n);case `base64`:return et(this,e,n);case `ucs2`:case `ucs-2`:case `utf16le`:case `utf-16le`:return b(this,e,n);default:if(s)throw new TypeError(`Unknown encoding: `+o);o=(o+``).toLowerCase(),s=true;}}a.prototype._isBuffer=true;function B(o,e,n){var s=o[e];o[e]=o[n],o[n]=s;}a.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError(`Buffer size must be a multiple of 16-bits`);for(var n=0;n<e;n+=2)B(this,n,n+1);return this},a.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError(`Buffer size must be a multiple of 32-bits`);for(var n=0;n<e;n+=4)B(this,n,n+3),B(this,n+1,n+2);return this},a.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError(`Buffer size must be a multiple of 64-bits`);for(var n=0;n<e;n+=8)B(this,n,n+7),B(this,n+1,n+6),B(this,n+2,n+5),B(this,n+3,n+4);return this},a.prototype.toString=function(){var e=this.length;return e===0?``:arguments.length===0?nt(this,0,e):P.apply(this,arguments)},a.prototype.toLocaleString=a.prototype.toString,a.prototype.equals=function(e){if(!a.isBuffer(e))throw new TypeError(`Argument must be a Buffer`);return this===e?true:a.compare(this,e)===0},a.prototype.inspect=function(){var e=``,n=t.INSPECT_MAX_BYTES;return e=this.toString(`hex`,0,n).replace(/(.{2})/g,`$1 `).trim(),this.length>n&&(e+=` ... `),`<Buffer `+e+`>`},i&&(a.prototype[i]=a.prototype.inspect),a.prototype.compare=function(e,n,s,u,l){if(Z(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(e))throw new TypeError(`The "target" argument must be one of type Buffer or Uint8Array. Received type `+babelHelpers.typeof(e));if(n===void 0&&(n=0),s===void 0&&(s=e?e.length:0),u===void 0&&(u=0),l===void 0&&(l=this.length),n<0||s>e.length||u<0||l>this.length)throw new RangeError(`out of range index`);if(u>=l&&n>=s)return 0;if(u>=l)return -1;if(n>=s)return 1;if(n>>>=0,s>>>=0,u>>>=0,l>>>=0,this===e)return 0;for(var g=l-u,I=s-n,x=Math.min(g,I),U=this.slice(u,l),j=e.slice(n,s),R=0;R<x;++R)if(U[R]!==j[R]){g=U[R],I=j[R];break}return g<I?-1:I<g?1:0};function Y(o,e,n,s,u){if(o.length===0)return -1;if(typeof n==`string`?(s=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,Ut(n)&&(n=u?0:o.length-1),n<0&&(n=o.length+n),n>=o.length){if(u)return -1;n=o.length-1;}else if(n<0)if(u)n=0;else return -1;if(typeof e==`string`&&(e=a.from(e,s)),a.isBuffer(e))return e.length===0?-1:W(o,e,n,s,u);if(typeof e==`number`)return e=e&255,typeof Uint8Array.prototype.indexOf==`function`?u?Uint8Array.prototype.indexOf.call(o,e,n):Uint8Array.prototype.lastIndexOf.call(o,e,n):W(o,[e],n,s,u);throw new TypeError(`val must be string, number or Buffer`)}function W(o,e,n,s,u){var l=1,g=o.length,I=e.length;if(s!==void 0&&(s=String(s).toLowerCase(),s===`ucs2`||s===`ucs-2`||s===`utf16le`||s===`utf-16le`)){if(o.length<2||e.length<2)return -1;l=2,g/=2,I/=2,n/=2;}function x(qt,Gt){return l===1?qt[Gt]:qt.readUInt16BE(Gt*l)}var U;if(u){var j=-1;for(U=n;U<g;U++)if(x(o,U)===x(e,j===-1?0:U-j)){if(j===-1&&(j=U),U-j+1===I)return j*l}else j!==-1&&(U-=U-j),j=-1;}else for(n+I>g&&(n=g-I),U=n;U>=0;U--){for(var R=true,wt=0;wt<I;wt++)if(x(o,U+wt)!==x(e,wt)){R=false;break}if(R)return U}return -1}a.prototype.includes=function(e,n,s){return this.indexOf(e,n,s)!==-1},a.prototype.indexOf=function(e,n,s){return Y(this,e,n,s,true)},a.prototype.lastIndexOf=function(e,n,s){return Y(this,e,n,s,false)};function q(o,e,n,s){n=Number(n)||0;var u=o.length-n;s?(s=Number(s),s>u&&(s=u)):s=u;var l=e.length;s>l/2&&(s=l/2);for(var g=0;g<s;++g){var I=parseInt(e.substr(g*2,2),16);if(Ut(I))return g;o[n+g]=I;}return g}function bt(o,e,n,s){return yt(xt(e,o.length-n),o,n,s)}function at(o,e,n,s){return yt(Tr(e),o,n,s)}function At(o,e,n,s){return yt(Xt(e),o,n,s)}function pt(o,e,n,s){return yt(Rr(e,o.length-n),o,n,s)}a.prototype.write=function(e,n,s,u){if(n===void 0)u=`utf8`,s=this.length,n=0;else if(s===void 0&&typeof n==`string`)u=n,s=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(s)?(s=s>>>0,u===void 0&&(u=`utf8`)):(u=s,s=void 0);else throw new Error(`Buffer.write(string, encoding, offset[, length]) is no longer supported`);var l=this.length-n;if((s===void 0||s>l)&&(s=l),e.length>0&&(s<0||n<0)||n>this.length)throw new RangeError(`Attempt to write outside buffer bounds`);u||(u=`utf8`);for(var g=false;;)switch(u){case `hex`:return q(this,e,n,s);case `utf8`:case `utf-8`:return bt(this,e,n,s);case `ascii`:case `latin1`:case `binary`:return at(this,e,n,s);case `base64`:return At(this,e,n,s);case `ucs2`:case `ucs-2`:case `utf16le`:case `utf-16le`:return pt(this,e,n,s);default:if(g)throw new TypeError(`Unknown encoding: `+u);u=(``+u).toLowerCase(),g=true;}},a.prototype.toJSON=function(){return {type:`Buffer`,data:Array.prototype.slice.call(this._arr||this,0)}};function et(o,e,n){return e===0&&n===o.length?Lt$1.fromByteArray(o):Lt$1.fromByteArray(o.slice(e,n))}function nt(o,e,n){n=Math.min(o.length,n);for(var s=[],u=e;u<n;){var l=o[u],g=null,I=l>239?4:l>223?3:l>191?2:1;if(u+I<=n){var x,U,j,R;switch(I){case 1:l<128&&(g=l);break;case 2:x=o[u+1],(x&192)===128&&(R=(l&31)<<6|x&63,R>127&&(g=R));break;case 3:x=o[u+1],U=o[u+2],(x&192)===128&&(U&192)===128&&(R=(l&15)<<12|(x&63)<<6|U&63,R>2047&&(R<55296||R>57343)&&(g=R));break;case 4:x=o[u+1],U=o[u+2],j=o[u+3],(x&192)===128&&(U&192)===128&&(j&192)===128&&(R=(l&15)<<18|(x&63)<<12|(U&63)<<6|j&63,R>65535&&R<1114112&&(g=R));}}g===null?(g=65533,I=1):g>65535&&(g-=65536,s.push(g>>>10&1023|55296),g=56320|g&1023),s.push(g),u+=I;}return gt(s)}var G=4096;function gt(o){var e=o.length;if(e<=G)return String.fromCharCode.apply(String,o);for(var n=``,s=0;s<e;)n+=String.fromCharCode.apply(String,o.slice(s,s+=G));return n}function it(o,e,n){var s=``;n=Math.min(o.length,n);for(var u=e;u<n;++u)s+=String.fromCharCode(o[u]&127);return s}function T(o,e,n){var s=``;n=Math.min(o.length,n);for(var u=e;u<n;++u)s+=String.fromCharCode(o[u]);return s}function V(o,e,n){var s=o.length;(!e||e<0)&&(e=0),(!n||n<0||n>s)&&(n=s);for(var u=``,l=e;l<n;++l)u+=Lr[o[l]];return u}function b(o,e,n){for(var s=o.slice(e,n),u=``,l=0;l<s.length-1;l+=2)u+=String.fromCharCode(s[l]+s[l+1]*256);return u}a.prototype.slice=function(e,n){var s=this.length;e=~~e,n=n===void 0?s:~~n,e<0?(e+=s,e<0&&(e=0)):e>s&&(e=s),n<0?(n+=s,n<0&&(n=0)):n>s&&(n=s),n<e&&(n=e);var u=this.subarray(e,n);return Object.setPrototypeOf(u,a.prototype),u};function N(o,e,n){if(o%1!==0||o<0)throw new RangeError(`offset is not uint`);if(o+e>n)throw new RangeError(`Trying to access beyond buffer length`)}a.prototype.readUintLE=a.prototype.readUIntLE=function(e,n,s){e=e>>>0,n=n>>>0,s||N(e,n,this.length);for(var u=this[e],l=1,g=0;++g<n&&(l*=256);)u+=this[e+g]*l;return u},a.prototype.readUintBE=a.prototype.readUIntBE=function(e,n,s){e=e>>>0,n=n>>>0,s||N(e,n,this.length);for(var u=this[e+--n],l=1;n>0&&(l*=256);)u+=this[e+--n]*l;return u},a.prototype.readUint8=a.prototype.readUInt8=function(e,n){return e=e>>>0,n||N(e,1,this.length),this[e]},a.prototype.readUint16LE=a.prototype.readUInt16LE=function(e,n){return e=e>>>0,n||N(e,2,this.length),this[e]|this[e+1]<<8},a.prototype.readUint16BE=a.prototype.readUInt16BE=function(e,n){return e=e>>>0,n||N(e,2,this.length),this[e]<<8|this[e+1]},a.prototype.readUint32LE=a.prototype.readUInt32LE=function(e,n){return e=e>>>0,n||N(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216},a.prototype.readUint32BE=a.prototype.readUInt32BE=function(e,n){return e=e>>>0,n||N(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])},a.prototype.readIntLE=function(e,n,s){e=e>>>0,n=n>>>0,s||N(e,n,this.length);for(var u=this[e],l=1,g=0;++g<n&&(l*=256);)u+=this[e+g]*l;return l*=128,u>=l&&(u-=Math.pow(2,8*n)),u},a.prototype.readIntBE=function(e,n,s){e=e>>>0,n=n>>>0,s||N(e,n,this.length);for(var u=n,l=1,g=this[e+--u];u>0&&(l*=256);)g+=this[e+--u]*l;return l*=128,g>=l&&(g-=Math.pow(2,8*n)),g},a.prototype.readInt8=function(e,n){return e=e>>>0,n||N(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]},a.prototype.readInt16LE=function(e,n){e=e>>>0,n||N(e,2,this.length);var s=this[e]|this[e+1]<<8;return s&32768?s|4294901760:s},a.prototype.readInt16BE=function(e,n){e=e>>>0,n||N(e,2,this.length);var s=this[e+1]|this[e]<<8;return s&32768?s|4294901760:s},a.prototype.readInt32LE=function(e,n){return e=e>>>0,n||N(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},a.prototype.readInt32BE=function(e,n){return e=e>>>0,n||N(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},a.prototype.readFloatLE=function(e,n){return e=e>>>0,n||N(e,4,this.length),ot$1.read(this,e,true,23,4)},a.prototype.readFloatBE=function(e,n){return e=e>>>0,n||N(e,4,this.length),ot$1.read(this,e,false,23,4)},a.prototype.readDoubleLE=function(e,n){return e=e>>>0,n||N(e,8,this.length),ot$1.read(this,e,true,52,8)},a.prototype.readDoubleBE=function(e,n){return e=e>>>0,n||N(e,8,this.length),ot$1.read(this,e,false,52,8)};function C(o,e,n,s,u,l){if(!a.isBuffer(o))throw new TypeError(`"buffer" argument must be a Buffer instance`);if(e>u||e<l)throw new RangeError(`"value" argument is out of bounds`);if(n+s>o.length)throw new RangeError(`Index out of range`)}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(e,n,s,u){if(e=+e,n=n>>>0,s=s>>>0,!u){var l=Math.pow(2,8*s)-1;C(this,e,n,s,l,0);}var g=1,I=0;for(this[n]=e&255;++I<s&&(g*=256);)this[n+I]=e/g&255;return n+s},a.prototype.writeUintBE=a.prototype.writeUIntBE=function(e,n,s,u){if(e=+e,n=n>>>0,s=s>>>0,!u){var l=Math.pow(2,8*s)-1;C(this,e,n,s,l,0);}var g=s-1,I=1;for(this[n+g]=e&255;--g>=0&&(I*=256);)this[n+g]=e/I&255;return n+s},a.prototype.writeUint8=a.prototype.writeUInt8=function(e,n,s){return e=+e,n=n>>>0,s||C(this,e,n,1,255,0),this[n]=e&255,n+1},a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(e,n,s){return e=+e,n=n>>>0,s||C(this,e,n,2,65535,0),this[n]=e&255,this[n+1]=e>>>8,n+2},a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(e,n,s){return e=+e,n=n>>>0,s||C(this,e,n,2,65535,0),this[n]=e>>>8,this[n+1]=e&255,n+2},a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(e,n,s){return e=+e,n=n>>>0,s||C(this,e,n,4,4294967295,0),this[n+3]=e>>>24,this[n+2]=e>>>16,this[n+1]=e>>>8,this[n]=e&255,n+4},a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(e,n,s){return e=+e,n=n>>>0,s||C(this,e,n,4,4294967295,0),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4},a.prototype.writeIntLE=function(e,n,s,u){if(e=+e,n=n>>>0,!u){var l=Math.pow(2,8*s-1);C(this,e,n,s,l-1,-l);}var g=0,I=1,x=0;for(this[n]=e&255;++g<s&&(I*=256);)e<0&&x===0&&this[n+g-1]!==0&&(x=1),this[n+g]=(e/I>>0)-x&255;return n+s},a.prototype.writeIntBE=function(e,n,s,u){if(e=+e,n=n>>>0,!u){var l=Math.pow(2,8*s-1);C(this,e,n,s,l-1,-l);}var g=s-1,I=1,x=0;for(this[n+g]=e&255;--g>=0&&(I*=256);)e<0&&x===0&&this[n+g+1]!==0&&(x=1),this[n+g]=(e/I>>0)-x&255;return n+s},a.prototype.writeInt8=function(e,n,s){return e=+e,n=n>>>0,s||C(this,e,n,1,127,-128),e<0&&(e=255+e+1),this[n]=e&255,n+1},a.prototype.writeInt16LE=function(e,n,s){return e=+e,n=n>>>0,s||C(this,e,n,2,32767,-32768),this[n]=e&255,this[n+1]=e>>>8,n+2},a.prototype.writeInt16BE=function(e,n,s){return e=+e,n=n>>>0,s||C(this,e,n,2,32767,-32768),this[n]=e>>>8,this[n+1]=e&255,n+2},a.prototype.writeInt32LE=function(e,n,s){return e=+e,n=n>>>0,s||C(this,e,n,4,2147483647,-2147483648),this[n]=e&255,this[n+1]=e>>>8,this[n+2]=e>>>16,this[n+3]=e>>>24,n+4},a.prototype.writeInt32BE=function(e,n,s){return e=+e,n=n>>>0,s||C(this,e,n,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4};function Wt(o,e,n,s,u,l){if(n+s>o.length)throw new RangeError(`Index out of range`);if(n<0)throw new RangeError(`Index out of range`)}function Zt(o,e,n,s,u){return e=+e,n=n>>>0,u||Wt(o,e,n,4),ot$1.write(o,e,n,s,23,4),n+4}a.prototype.writeFloatLE=function(e,n,s){return Zt(this,e,n,true,s)},a.prototype.writeFloatBE=function(e,n,s){return Zt(this,e,n,false,s)};function zt(o,e,n,s,u){return e=+e,n=n>>>0,u||Wt(o,e,n,8),ot$1.write(o,e,n,s,52,8),n+8}a.prototype.writeDoubleLE=function(e,n,s){return zt(this,e,n,true,s)},a.prototype.writeDoubleBE=function(e,n,s){return zt(this,e,n,false,s)},a.prototype.copy=function(e,n,s,u){if(!a.isBuffer(e))throw new TypeError(`argument should be a Buffer`);if(s||(s=0),!u&&u!==0&&(u=this.length),n>=e.length&&(n=e.length),n||(n=0),u>0&&u<s&&(u=s),u===s||e.length===0||this.length===0)return 0;if(n<0)throw new RangeError(`targetStart out of bounds`);if(s<0||s>=this.length)throw new RangeError(`Index out of range`);if(u<0)throw new RangeError(`sourceEnd out of bounds`);u>this.length&&(u=this.length),e.length-n<u-s&&(u=e.length-n+s);var l=u-s;return this===e&&typeof Uint8Array.prototype.copyWithin==`function`?this.copyWithin(n,s,u):Uint8Array.prototype.set.call(e,this.subarray(s,u),n),l},a.prototype.fill=function(e,n,s,u){if(typeof e==`string`){if(typeof n==`string`?(u=n,n=0,s=this.length):typeof s==`string`&&(u=s,s=this.length),u!==void 0&&typeof u!=`string`)throw new TypeError(`encoding must be a string`);if(typeof u==`string`&&!a.isEncoding(u))throw new TypeError(`Unknown encoding: `+u);if(e.length===1){var l=e.charCodeAt(0);(u===`utf8`&&l<128||u===`latin1`)&&(e=l);}}else typeof e==`number`?e=e&255:typeof e==`boolean`&&(e=Number(e));if(n<0||this.length<n||this.length<s)throw new RangeError(`Out of range index`);if(s<=n)return this;n=n>>>0,s=s===void 0?this.length:s>>>0,e||(e=0);var g;if(typeof e==`number`)for(g=n;g<s;++g)this[g]=e;else {var I=a.isBuffer(e)?e:a.from(e,u),x=I.length;if(x===0)throw new TypeError(`The value "`+e+`" is invalid for argument "value"`);for(g=0;g<s-n;++g)this[g+n]=I[g%x];}return this};var xr=/[^+/0-9A-Za-z-_]/g;function Ur(o){if(o=o.split(`=`)[0],o=o.trim().replace(xr,``),o.length<2)return ``;for(;o.length%4!==0;)o=o+`=`;return o}function xt(o,e){e=e||Infinity;for(var n,s=o.length,u=null,l=[],g=0;g<s;++g){if(n=o.charCodeAt(g),n>55295&&n<57344){if(!u){if(n>56319){(e-=3)>-1&&l.push(239,191,189);continue}else if(g+1===s){(e-=3)>-1&&l.push(239,191,189);continue}u=n;continue}if(n<56320){(e-=3)>-1&&l.push(239,191,189),u=n;continue}n=(u-55296<<10|n-56320)+65536;}else u&&(e-=3)>-1&&l.push(239,191,189);if(u=null,n<128){if((e-=1)<0)break;l.push(n);}else if(n<2048){if((e-=2)<0)break;l.push(n>>6|192,n&63|128);}else if(n<65536){if((e-=3)<0)break;l.push(n>>12|224,n>>6&63|128,n&63|128);}else if(n<1114112){if((e-=4)<0)break;l.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128);}else throw new Error(`Invalid code point`)}return l}function Tr(o){for(var e=[],n=0;n<o.length;++n)e.push(o.charCodeAt(n)&255);return e}function Rr(o,e){for(var n,s,u,l=[],g=0;g<o.length&&!((e-=2)<0);++g)n=o.charCodeAt(g),s=n>>8,u=n%256,l.push(u),l.push(s);return l}function Xt(o){return Lt$1.toByteArray(Ur(o))}function yt(o,e,n,s){for(var u=0;u<s&&!(u+n>=e.length||u>=o.length);++u)e[u+n]=o[u];return u}function Z(o,e){return o instanceof e||o!=null&&o.constructor!=null&&o.constructor.name!=null&&o.constructor.name===e.name}function Ut(o){return o!==o}var Lr=(function(){for(var o=`0123456789abcdef`,e=new Array(256),n=0;n<16;++n)for(var s=n*16,u=0;u<16;++u)e[s+u]=o[n]+o[u];return e})();}),A$2=Et$1.Buffer;Et$1.SlowBuffer;Et$1.INSPECT_MAX_BYTES;Et$1.kMaxLength;var $t=function(t,i){return $t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(f,c){f.__proto__=c;}||function(f,c){for(var h in c)c.hasOwnProperty(h)&&(f[h]=c[h]);},$t(t,i)};function Bt$1(r,t){$t(r,t);function i(){this.constructor=r;}r.prototype=t===null?Object.create(t):(i.prototype=t.prototype,new i);}var tt=(function(r){Bt$1(t,r);function t(i){var f=r.call(this,i)||this;return Object.setPrototypeOf(f,t.prototype),f}return Object.defineProperty(t.prototype,`name`,{get:function(){return `BSONError`},enumerable:false,configurable:true}),t})(Error),L$2=(function(r){Bt$1(t,r);function t(i){var f=r.call(this,i)||this;return Object.setPrototypeOf(f,t.prototype),f}return Object.defineProperty(t.prototype,`name`,{get:function(){return `BSONTypeError`},enumerable:false,configurable:true}),t})(TypeError);function _t$1(r){return r&&r.Math==Math&&r}function gr$2(){return _t$1(typeof globalThis==`object`&&globalThis)||_t$1(typeof window==`object`&&window)||_t$1(typeof self==`object`&&self)||_t$1(typeof global==`object`&&global)||Function(`return this`)()}function qr$2(){var r=gr$2();return typeof r.navigator==`object`&&r.navigator.product===`ReactNative`}var Gr$2=function(t){var i=qr$2()?`BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.`:`BSON: No cryptographic implementation for random bytes present, falling back to a less secure implementation.`;console.warn(i);for(var f=A$2.alloc(t),c=0;c<t;++c)f[c]=Math.floor(Math.random()*256);return f},kr$1=function(){if(typeof window<`u`){var r=window.crypto||window.msCrypto;if(r&&r.getRandomValues)return function(t){return r.getRandomValues(A$2.alloc(t))}}return typeof global<`u`&&global.crypto&&global.crypto.getRandomValues?function(t){return global.crypto.getRandomValues(A$2.alloc(t))}:Gr$2},yr$1=kr$1();function Kr$2(r){return [`[object ArrayBuffer]`,`[object SharedArrayBuffer]`].includes(Object.prototype.toString.call(r))}function Ct(r){return Object.prototype.toString.call(r)===`[object Uint8Array]`}function Qr$2(r){return Object.prototype.toString.call(r)===`[object RegExp]`}function te$1(r){return lt$1(r)&&Object.prototype.toString.call(r)===`[object Date]`}function lt$1(r){return typeof r==`object`&&r!==null}function St$1(r,t){var i=false;function f(){for(var c=[],h=0;h<arguments.length;h++)c[h]=arguments[h];return i||(console.warn(t),i=true),r.apply(this,c)}return f}function vt(r){if(ArrayBuffer.isView(r))return A$2.from(r.buffer,r.byteOffset,r.byteLength);if(Kr$2(r))return A$2.from(r);throw new L$2(`Must use either Buffer or TypedArray`)}var re$2=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15})$/i,wr$2=function(r){return typeof r==`string`&&re$2.test(r)},Pt$1=function(r){if(!wr$2(r))throw new L$2(`UUID string representations must be a 32 or 36 character hex string (dashes excluded/included). Format: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".`);var t=r.replace(/-/g,``);return A$2.from(t,`hex`)},Kt$1=function(r,t){return t===void 0&&(t=true),t?r.toString(`hex`,0,4)+`-`+r.toString(`hex`,4,6)+`-`+r.toString(`hex`,6,8)+`-`+r.toString(`hex`,8,10)+`-`+r.toString(`hex`,10,16):r.toString(`hex`)};var ee$2=Math.pow(2,53),ne=-Math.pow(2,53);var mr$2=4;var rt=(function(){function r(t,i){if(!(this instanceof r))return new r(t,i);if(t!=null&&typeof t!=`string`&&!ArrayBuffer.isView(t)&&!(t instanceof ArrayBuffer)&&!Array.isArray(t))throw new L$2(`Binary can only be constructed from string, Buffer, TypedArray, or Array<number>`);this.sub_type=i??r.BSON_BINARY_SUBTYPE_DEFAULT,t==null?(this.buffer=A$2.alloc(r.BUFFER_SIZE),this.position=0):(typeof t==`string`?this.buffer=A$2.from(t,`binary`):Array.isArray(t)?this.buffer=A$2.from(t):this.buffer=vt(t),this.position=this.buffer.byteLength);}return r.prototype.put=function(t){if(typeof t==`string`&&t.length!==1)throw new L$2(`only accepts single character String`);if(typeof t!=`number`&&t.length!==1)throw new L$2(`only accepts single character Uint8Array or Array`);var i;if(typeof t==`string`?i=t.charCodeAt(0):typeof t==`number`?i=t:i=t[0],i<0||i>255)throw new L$2(`only accepts number in a valid unsigned byte range 0-255`);if(this.buffer.length>this.position)this.buffer[this.position++]=i;else {var f=A$2.alloc(r.BUFFER_SIZE+this.buffer.length);this.buffer.copy(f,0,0,this.buffer.length),this.buffer=f,this.buffer[this.position++]=i;}},r.prototype.write=function(t,i){if(i=typeof i==`number`?i:this.position,this.buffer.length<i+t.length){var f=A$2.alloc(this.buffer.length+t.length);this.buffer.copy(f,0,0,this.buffer.length),this.buffer=f;}ArrayBuffer.isView(t)?(this.buffer.set(vt(t),i),this.position=i+t.byteLength>this.position?i+t.length:this.position):typeof t==`string`&&(this.buffer.write(t,i,t.length,`binary`),this.position=i+t.length>this.position?i+t.length:this.position);},r.prototype.read=function(t,i){return i=i&&i>0?i:this.position,this.buffer.slice(t,t+i)},r.prototype.value=function(t){return t=!!t,t&&this.buffer.length===this.position?this.buffer:t?this.buffer.slice(0,this.position):this.buffer.toString(`binary`,0,this.position)},r.prototype.length=function(){return this.position},r.prototype.toJSON=function(){return this.buffer.toString(`base64`)},r.prototype.toString=function(t){return this.buffer.toString(t)},r.prototype.toExtendedJSON=function(t){t=t||{};var i=this.buffer.toString(`base64`),f=Number(this.sub_type).toString(16);return t.legacy?{$binary:i,$type:f.length===1?`0`+f:f}:{$binary:{base64:i,subType:f.length===1?`0`+f:f}}},r.prototype.toUUID=function(){if(this.sub_type===r.SUBTYPE_UUID)return new Qt$1(this.buffer.slice(0,this.position));throw new tt(`Binary sub_type "`.concat(this.sub_type,`" is not supported for converting to UUID. Only "`).concat(r.SUBTYPE_UUID,`" is currently supported.`))},r.fromExtendedJSON=function(t,i){i=i||{};var f,c;if(`$binary`in t?i.legacy&&typeof t.$binary==`string`&&`$type`in t?(c=t.$type?parseInt(t.$type,16):0,f=A$2.from(t.$binary,`base64`)):typeof t.$binary!=`string`&&(c=t.$binary.subType?parseInt(t.$binary.subType,16):0,f=A$2.from(t.$binary.base64,`base64`)):`$uuid`in t&&(c=4,f=Pt$1(t.$uuid)),!f)throw new L$2(`Unexpected Binary Extended JSON format `.concat(JSON.stringify(t)));return c===mr$2?new Qt$1(f):new r(f,c)},r.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},r.prototype.inspect=function(){var t=this.value(true);return `new Binary(Buffer.from("`.concat(t.toString(`hex`),`", "hex"), `).concat(this.sub_type,`)`)},r.BSON_BINARY_SUBTYPE_DEFAULT=0,r.BUFFER_SIZE=256,r.SUBTYPE_DEFAULT=0,r.SUBTYPE_FUNCTION=1,r.SUBTYPE_BYTE_ARRAY=2,r.SUBTYPE_UUID_OLD=3,r.SUBTYPE_UUID=4,r.SUBTYPE_MD5=5,r.SUBTYPE_ENCRYPTED=6,r.SUBTYPE_COLUMN=7,r.SUBTYPE_USER_DEFINED=128,r})();Object.defineProperty(rt.prototype,`_bsontype`,{value:`Binary`});var Dt$1=16,Qt$1=(function(r){Bt$1(t,r);function t(i){var f=this,c,h;if(i==null)c=t.generate();else if(i instanceof t)c=A$2.from(i.buffer),h=i.__id;else if(ArrayBuffer.isView(i)&&i.byteLength===Dt$1)c=vt(i);else if(typeof i==`string`)c=Pt$1(i);else throw new L$2(`Argument passed in UUID constructor must be a UUID, a 16 byte Buffer or a 32/36 character hex string (dashes excluded/included, format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).`);return f=r.call(this,c,mr$2)||this,f.__id=h,f}return Object.defineProperty(t.prototype,`id`,{get:function(){return this.buffer},set:function(i){this.buffer=i,t.cacheHexString&&(this.__id=Kt$1(i));},enumerable:false,configurable:true}),t.prototype.toHexString=function(i){if(i===void 0&&(i=true),t.cacheHexString&&this.__id)return this.__id;var f=Kt$1(this.id,i);return t.cacheHexString&&(this.__id=f),f},t.prototype.toString=function(i){return i?this.id.toString(i):this.toHexString()},t.prototype.toJSON=function(){return this.toHexString()},t.prototype.equals=function(i){if(!i)return false;if(i instanceof t)return i.id.equals(this.id);try{return new t(i).id.equals(this.id)}catch{return false}},t.prototype.toBinary=function(){return new rt(this.id,rt.SUBTYPE_UUID)},t.generate=function(){var i=yr$1(Dt$1);return i[6]=i[6]&15|64,i[8]=i[8]&63|128,A$2.from(i)},t.isValid=function(i){return i?i instanceof t?true:typeof i==`string`?wr$2(i):Ct(i)?i.length!==Dt$1?false:(i[6]&240)===64&&(i[8]&128)===128:false:false},t.createFromHexString=function(i){return new t(Pt$1(i))},t.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},t.prototype.inspect=function(){return `new UUID("`.concat(this.toHexString(),`")`)},t})(rt),Nt$1=(function(){function r(t,i){if(!(this instanceof r))return new r(t,i);this.code=t,this.scope=i;}return r.prototype.toJSON=function(){return {code:this.code,scope:this.scope}},r.prototype.toExtendedJSON=function(){return this.scope?{$code:this.code,$scope:this.scope}:{$code:this.code}},r.fromExtendedJSON=function(t){return new r(t.$code,t.$scope)},r.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},r.prototype.inspect=function(){var t=this.toJSON();return `new Code("`.concat(String(t.code),`"`).concat(t.scope?`, `.concat(JSON.stringify(t.scope)):``,`)`)},r})();Object.defineProperty(Nt$1.prototype,`_bsontype`,{value:`Code`});function ie$2(r){return lt$1(r)&&r.$id!=null&&typeof r.$ref==`string`&&(r.$db==null||typeof r.$db==`string`)}var ht=(function(){function r(t,i,f,c){if(!(this instanceof r))return new r(t,i,f,c);var h=t.split(`.`);h.length===2&&(f=h.shift(),t=h.shift()),this.collection=t,this.oid=i,this.db=f,this.fields=c||{};}return Object.defineProperty(r.prototype,`namespace`,{get:function(){return this.collection},set:function(t){this.collection=t;},enumerable:false,configurable:true}),r.prototype.toJSON=function(){var t=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return this.db!=null&&(t.$db=this.db),t},r.prototype.toExtendedJSON=function(t){t=t||{};var i={$ref:this.collection,$id:this.oid};return t.legacy||(this.db&&(i.$db=this.db),i=Object.assign(i,this.fields)),i},r.fromExtendedJSON=function(t){var i=Object.assign({},t);return delete i.$ref,delete i.$id,delete i.$db,new r(t.$ref,t.$id,t.$db,i)},r.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},r.prototype.inspect=function(){var t=this.oid===void 0||this.oid.toString===void 0?this.oid:this.oid.toString();return `new DBRef("`.concat(this.namespace,`", new ObjectId("`).concat(String(t),`")`).concat(this.db?`, "`.concat(this.db,`"`):``,`)`)},r})();Object.defineProperty(ht.prototype,`_bsontype`,{value:`DBRef`});var J$1=void 0;try{J$1=new WebAssembly.Instance(new WebAssembly.Module(new Uint8Array([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports;}catch{}var tr$2=65536,oe$2=1<<24,ft=tr$2*tr$2,_r$1=ft*ft,rr$2=_r$1/2,er$2={},nr$2={},E$1=(function(){function r(t,i,f){if(t===void 0&&(t=0),!(this instanceof r))return new r(t,i,f);typeof t==`bigint`?Object.assign(this,r.fromBigInt(t,!!i)):typeof t==`string`?Object.assign(this,r.fromString(t,!!i)):(this.low=t|0,this.high=i|0,this.unsigned=!!f),Object.defineProperty(this,`__isLong__`,{value:true,configurable:false,writable:false,enumerable:false});}return r.fromBits=function(t,i,f){return new r(t,i,f)},r.fromInt=function(t,i){var f,c,h;return i?(t>>>=0,(h=0<=t&&t<256)&&(c=nr$2[t],c)?c:(f=r.fromBits(t,(t|0)<0?-1:0,true),h&&(nr$2[t]=f),f)):(t|=0,(h=-128<=t&&t<128)&&(c=er$2[t],c)?c:(f=r.fromBits(t,t<0?-1:0,false),h&&(er$2[t]=f),f))},r.fromNumber=function(t,i){if(isNaN(t))return i?r.UZERO:r.ZERO;if(i){if(t<0)return r.UZERO;if(t>=_r$1)return r.MAX_UNSIGNED_VALUE}else {if(t<=-rr$2)return r.MIN_VALUE;if(t+1>=rr$2)return r.MAX_VALUE}return t<0?r.fromNumber(-t,i).neg():r.fromBits(t%ft|0,t/ft|0,i)},r.fromBigInt=function(t,i){return r.fromString(t.toString(),i)},r.fromString=function(t,i,f){if(t.length===0)throw Error(`empty string`);if(t===`NaN`||t===`Infinity`||t===`+Infinity`||t===`-Infinity`)return r.ZERO;if(typeof i==`number`?(f=i,i=false):i=!!i,f=f||10,f<2||36<f)throw RangeError(`radix`);var c;if((c=t.indexOf(`-`))>0)throw Error(`interior hyphen`);if(c===0)return r.fromString(t.substring(1),i,f).neg();for(var h=r.fromNumber(Math.pow(f,8)),a=r.ZERO,p=0;p<t.length;p+=8){var y=Math.min(8,t.length-p),v=parseInt(t.substring(p,p+y),f);if(y<8){var m=r.fromNumber(Math.pow(f,y));a=a.mul(m).add(r.fromNumber(v));}else a=a.mul(h),a=a.add(r.fromNumber(v));}return a.unsigned=i,a},r.fromBytes=function(t,i,f){return f?r.fromBytesLE(t,i):r.fromBytesBE(t,i)},r.fromBytesLE=function(t,i){return new r(t[0]|t[1]<<8|t[2]<<16|t[3]<<24,t[4]|t[5]<<8|t[6]<<16|t[7]<<24,i)},r.fromBytesBE=function(t,i){return new r(t[4]<<24|t[5]<<16|t[6]<<8|t[7],t[0]<<24|t[1]<<16|t[2]<<8|t[3],i)},r.isLong=function(t){return lt$1(t)&&t.__isLong__===true},r.fromValue=function(t,i){return typeof t==`number`?r.fromNumber(t,i):typeof t==`string`?r.fromString(t,i):r.fromBits(t.low,t.high,typeof i==`boolean`?i:t.unsigned)},r.prototype.add=function(t){r.isLong(t)||(t=r.fromValue(t));var i=this.high>>>16,f=this.high&65535,c=this.low>>>16,h=this.low&65535,a=t.high>>>16,p=t.high&65535,y=t.low>>>16,v=t.low&65535,m=0,w=0,_=0,O=0;return O+=h+v,_+=O>>>16,O&=65535,_+=c+y,w+=_>>>16,_&=65535,w+=f+p,m+=w>>>16,w&=65535,m+=i+a,m&=65535,r.fromBits(_<<16|O,m<<16|w,this.unsigned)},r.prototype.and=function(t){return r.isLong(t)||(t=r.fromValue(t)),r.fromBits(this.low&t.low,this.high&t.high,this.unsigned)},r.prototype.compare=function(t){if(r.isLong(t)||(t=r.fromValue(t)),this.eq(t))return 0;var i=this.isNegative(),f=t.isNegative();return i&&!f?-1:!i&&f?1:this.unsigned?t.high>>>0>this.high>>>0||t.high===this.high&&t.low>>>0>this.low>>>0?-1:1:this.sub(t).isNegative()?-1:1},r.prototype.comp=function(t){return this.compare(t)},r.prototype.divide=function(t){if(r.isLong(t)||(t=r.fromValue(t)),t.isZero())throw Error(`division by zero`);if(J$1){if(!this.unsigned&&this.high===-2147483648&&t.low===-1&&t.high===-1)return this;var i=(this.unsigned?J$1.div_u:J$1.div_s)(this.low,this.high,t.low,t.high);return r.fromBits(i,J$1.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?r.UZERO:r.ZERO;var f,c,h;if(this.unsigned){if(t.unsigned||(t=t.toUnsigned()),t.gt(this))return r.UZERO;if(t.gt(this.shru(1)))return r.UONE;h=r.UZERO;}else {if(this.eq(r.MIN_VALUE)){if(t.eq(r.ONE)||t.eq(r.NEG_ONE))return r.MIN_VALUE;if(t.eq(r.MIN_VALUE))return r.ONE;return f=this.shr(1).div(t).shl(1),f.eq(r.ZERO)?t.isNegative()?r.ONE:r.NEG_ONE:(c=this.sub(t.mul(f)),h=f.add(c.div(t)),h)}else if(t.eq(r.MIN_VALUE))return this.unsigned?r.UZERO:r.ZERO;if(this.isNegative())return t.isNegative()?this.neg().div(t.neg()):this.neg().div(t).neg();if(t.isNegative())return this.div(t.neg()).neg();h=r.ZERO;}for(c=this;c.gte(t);){f=Math.max(1,Math.floor(c.toNumber()/t.toNumber()));for(var p=Math.ceil(Math.log(f)/Math.LN2),y=p<=48?1:Math.pow(2,p-48),v=r.fromNumber(f),m=v.mul(t);m.isNegative()||m.gt(c);)f-=y,v=r.fromNumber(f,this.unsigned),m=v.mul(t);v.isZero()&&(v=r.ONE),h=h.add(v),c=c.sub(m);}return h},r.prototype.div=function(t){return this.divide(t)},r.prototype.equals=function(t){return r.isLong(t)||(t=r.fromValue(t)),this.unsigned!==t.unsigned&&this.high>>>31===1&&t.high>>>31===1?false:this.high===t.high&&this.low===t.low},r.prototype.eq=function(t){return this.equals(t)},r.prototype.getHighBits=function(){return this.high},r.prototype.getHighBitsUnsigned=function(){return this.high>>>0},r.prototype.getLowBits=function(){return this.low},r.prototype.getLowBitsUnsigned=function(){return this.low>>>0},r.prototype.getNumBitsAbs=function(){if(this.isNegative())return this.eq(r.MIN_VALUE)?64:this.neg().getNumBitsAbs();var t=this.high!==0?this.high:this.low,i;for(i=31;i>0&&(t&1<<i)===0;i--);return this.high!==0?i+33:i+1},r.prototype.greaterThan=function(t){return this.comp(t)>0},r.prototype.gt=function(t){return this.greaterThan(t)},r.prototype.greaterThanOrEqual=function(t){return this.comp(t)>=0},r.prototype.gte=function(t){return this.greaterThanOrEqual(t)},r.prototype.ge=function(t){return this.greaterThanOrEqual(t)},r.prototype.isEven=function(){return (this.low&1)===0},r.prototype.isNegative=function(){return !this.unsigned&&this.high<0},r.prototype.isOdd=function(){return (this.low&1)===1},r.prototype.isPositive=function(){return this.unsigned||this.high>=0},r.prototype.isZero=function(){return this.high===0&&this.low===0},r.prototype.lessThan=function(t){return this.comp(t)<0},r.prototype.lt=function(t){return this.lessThan(t)},r.prototype.lessThanOrEqual=function(t){return this.comp(t)<=0},r.prototype.lte=function(t){return this.lessThanOrEqual(t)},r.prototype.modulo=function(t){if(r.isLong(t)||(t=r.fromValue(t)),J$1){var i=(this.unsigned?J$1.rem_u:J$1.rem_s)(this.low,this.high,t.low,t.high);return r.fromBits(i,J$1.get_high(),this.unsigned)}return this.sub(this.div(t).mul(t))},r.prototype.mod=function(t){return this.modulo(t)},r.prototype.rem=function(t){return this.modulo(t)},r.prototype.multiply=function(t){if(this.isZero())return r.ZERO;if(r.isLong(t)||(t=r.fromValue(t)),J$1){var i=J$1.mul(this.low,this.high,t.low,t.high);return r.fromBits(i,J$1.get_high(),this.unsigned)}if(t.isZero())return r.ZERO;if(this.eq(r.MIN_VALUE))return t.isOdd()?r.MIN_VALUE:r.ZERO;if(t.eq(r.MIN_VALUE))return this.isOdd()?r.MIN_VALUE:r.ZERO;if(this.isNegative())return t.isNegative()?this.neg().mul(t.neg()):this.neg().mul(t).neg();if(t.isNegative())return this.mul(t.neg()).neg();if(this.lt(r.TWO_PWR_24)&&t.lt(r.TWO_PWR_24))return r.fromNumber(this.toNumber()*t.toNumber(),this.unsigned);var f=this.high>>>16,c=this.high&65535,h=this.low>>>16,a=this.low&65535,p=t.high>>>16,y=t.high&65535,v=t.low>>>16,m=t.low&65535,w=0,_=0,O=0,S=0;return S+=a*m,O+=S>>>16,S&=65535,O+=h*m,_+=O>>>16,O&=65535,O+=a*v,_+=O>>>16,O&=65535,_+=c*m,w+=_>>>16,_&=65535,_+=h*v,w+=_>>>16,_&=65535,_+=a*y,w+=_>>>16,_&=65535,w+=f*m+c*v+h*y+a*p,w&=65535,r.fromBits(O<<16|S,w<<16|_,this.unsigned)},r.prototype.mul=function(t){return this.multiply(t)},r.prototype.negate=function(){return !this.unsigned&&this.eq(r.MIN_VALUE)?r.MIN_VALUE:this.not().add(r.ONE)},r.prototype.neg=function(){return this.negate()},r.prototype.not=function(){return r.fromBits(~this.low,~this.high,this.unsigned)},r.prototype.notEquals=function(t){return !this.equals(t)},r.prototype.neq=function(t){return this.notEquals(t)},r.prototype.ne=function(t){return this.notEquals(t)},r.prototype.or=function(t){return r.isLong(t)||(t=r.fromValue(t)),r.fromBits(this.low|t.low,this.high|t.high,this.unsigned)},r.prototype.shiftLeft=function(t){return r.isLong(t)&&(t=t.toInt()),(t&=63)===0?this:t<32?r.fromBits(this.low<<t,this.high<<t|this.low>>>32-t,this.unsigned):r.fromBits(0,this.low<<t-32,this.unsigned)},r.prototype.shl=function(t){return this.shiftLeft(t)},r.prototype.shiftRight=function(t){return r.isLong(t)&&(t=t.toInt()),(t&=63)===0?this:t<32?r.fromBits(this.low>>>t|this.high<<32-t,this.high>>t,this.unsigned):r.fromBits(this.high>>t-32,this.high>=0?0:-1,this.unsigned)},r.prototype.shr=function(t){return this.shiftRight(t)},r.prototype.shiftRightUnsigned=function(t){if(r.isLong(t)&&(t=t.toInt()),t&=63,t===0)return this;var i=this.high;if(t<32){var f=this.low;return r.fromBits(f>>>t|i<<32-t,i>>>t,this.unsigned)}else return t===32?r.fromBits(i,0,this.unsigned):r.fromBits(i>>>t-32,0,this.unsigned)},r.prototype.shr_u=function(t){return this.shiftRightUnsigned(t)},r.prototype.shru=function(t){return this.shiftRightUnsigned(t)},r.prototype.subtract=function(t){return r.isLong(t)||(t=r.fromValue(t)),this.add(t.neg())},r.prototype.sub=function(t){return this.subtract(t)},r.prototype.toInt=function(){return this.unsigned?this.low>>>0:this.low},r.prototype.toNumber=function(){return this.unsigned?(this.high>>>0)*ft+(this.low>>>0):this.high*ft+(this.low>>>0)},r.prototype.toBigInt=function(){return BigInt(this.toString())},r.prototype.toBytes=function(t){return t?this.toBytesLE():this.toBytesBE()},r.prototype.toBytesLE=function(){var t=this.high,i=this.low;return [i&255,i>>>8&255,i>>>16&255,i>>>24,t&255,t>>>8&255,t>>>16&255,t>>>24]},r.prototype.toBytesBE=function(){var t=this.high,i=this.low;return [t>>>24,t>>>16&255,t>>>8&255,t&255,i>>>24,i>>>16&255,i>>>8&255,i&255]},r.prototype.toSigned=function(){return this.unsigned?r.fromBits(this.low,this.high,false):this},r.prototype.toString=function(t){if(t=t||10,t<2||36<t)throw RangeError(`radix`);if(this.isZero())return `0`;if(this.isNegative())if(this.eq(r.MIN_VALUE)){var i=r.fromNumber(t),f=this.div(i),c=f.mul(i).sub(this);return f.toString(t)+c.toInt().toString(t)}else return `-`+this.neg().toString(t);for(var h=r.fromNumber(Math.pow(t,6),this.unsigned),a=this,p=``;;){var y=a.div(h),m=(a.sub(y.mul(h)).toInt()>>>0).toString(t);if(a=y,a.isZero())return m+p;for(;m.length<6;)m=`0`+m;p=``+m+p;}},r.prototype.toUnsigned=function(){return this.unsigned?this:r.fromBits(this.low,this.high,true)},r.prototype.xor=function(t){return r.isLong(t)||(t=r.fromValue(t)),r.fromBits(this.low^t.low,this.high^t.high,this.unsigned)},r.prototype.eqz=function(){return this.isZero()},r.prototype.le=function(t){return this.lessThanOrEqual(t)},r.prototype.toExtendedJSON=function(t){return t&&t.relaxed?this.toNumber():{$numberLong:this.toString()}},r.fromExtendedJSON=function(t,i){var f=r.fromString(t.$numberLong);return i&&i.relaxed?f.toNumber():f},r.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},r.prototype.inspect=function(){return `new Long("`.concat(this.toString(),`"`).concat(this.unsigned?`, true`:``,`)`)},r.TWO_PWR_24=r.fromInt(oe$2),r.MAX_UNSIGNED_VALUE=r.fromBits(-1,-1,true),r.ZERO=r.fromInt(0),r.UZERO=r.fromInt(0,true),r.ONE=r.fromInt(1),r.UONE=r.fromInt(1,true),r.NEG_ONE=r.fromInt(-1),r.MAX_VALUE=r.fromBits(-1,2147483647,false),r.MIN_VALUE=r.fromBits(0,-2147483648,false),r})();Object.defineProperty(E$1.prototype,`__isLong__`,{value:true});Object.defineProperty(E$1.prototype,`_bsontype`,{value:`Long`});var se$1=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,fe$2=/^(\+|-)?(Infinity|inf)$/i,ae$1=/^(\+|-)?NaN$/i,ut=6111,Ft$1=-6176,ir$2=6176,ue$1=34,Mt$1=[124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),or$2=[248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),sr$2=[120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),he$2=/^([-+])?(\d+)?$/,ce$2=31,fr$2=16383,le$2=30,pe$2=31;function ar$2(r){return !isNaN(parseInt(r,10))}function ge$1(r){var t=E$1.fromNumber(1e9),i=E$1.fromNumber(0);if(!r.parts[0]&&!r.parts[1]&&!r.parts[2]&&!r.parts[3])return {quotient:r,rem:i};for(var f=0;f<=3;f++)i=i.shiftLeft(32),i=i.add(new E$1(r.parts[f],0)),r.parts[f]=i.div(t).low,i=i.modulo(t);return {quotient:r,rem:i}}function ye$2(r,t){if(!r&&!t)return {high:E$1.fromNumber(0),low:E$1.fromNumber(0)};var i=r.shiftRightUnsigned(32),f=new E$1(r.getLowBits(),0),c=t.shiftRightUnsigned(32),h=new E$1(t.getLowBits(),0),a=i.multiply(c),p=i.multiply(h),y=f.multiply(c),v=f.multiply(h);return a=a.add(p.shiftRightUnsigned(32)),p=new E$1(p.getLowBits(),0).add(y).add(v.shiftRightUnsigned(32)),a=a.add(p.shiftRightUnsigned(32)),v=p.shiftLeft(32).add(new E$1(v.getLowBits(),0)),{high:a,low:v}}function we$2(r,t){var i=r.high>>>0,f=t.high>>>0;if(i<f)return true;if(i===f){if(r.low>>>0<t.low>>>0)return true}return false}function st$1(r,t){throw new L$2(`"`.concat(r,`" is not a valid Decimal128 string - `).concat(t))}var Yt$1=(function(){function r(t){if(!(this instanceof r))return new r(t);if(typeof t==`string`)this.bytes=r.fromString(t).bytes;else if(Ct(t)){if(t.byteLength!==16)throw new L$2(`Decimal128 must take a Buffer of 16 bytes`);this.bytes=t;}else throw new L$2(`Decimal128 must take a Buffer or string`)}return r.fromString=function(t){var i=false,f=false,c=false,h=0,a=0,p=0,y=0,v=0,m=[0],w=0,_=0,O=0,S=0,d=0,M=0,D=new E$1(0,0),F=new E$1(0,0),P=0,B=0;if(t.length>=7e3)throw new L$2(``+t+` not a valid Decimal128 string`);var Y=t.match(se$1),W=t.match(fe$2),q=t.match(ae$1);if(!Y&&!W&&!q||t.length===0)throw new L$2(``+t+` not a valid Decimal128 string`);if(Y){var bt=Y[2],at=Y[4],At=Y[5],pt=Y[6];at&&pt===void 0&&st$1(t,`missing exponent power`),at&&bt===void 0&&st$1(t,`missing exponent base`),at===void 0&&(At||pt)&&st$1(t,`missing e before exponent`);}if((t[B]===`+`||t[B]===`-`)&&(i=t[B++]===`-`),!ar$2(t[B])&&t[B]!==`.`){if(t[B]===`i`||t[B]===`I`)return new r(A$2.from(i?or$2:sr$2));if(t[B]===`N`)return new r(A$2.from(Mt$1))}for(;ar$2(t[B])||t[B]===`.`;){if(t[B]===`.`){f&&st$1(t,`contains multiple periods`),f=true,B=B+1;continue}w<34&&(t[B]!==`0`||c)&&(c||(v=a),c=true,m[_++]=parseInt(t[B],10),w=w+1),c&&(p=p+1),f&&(y=y+1),a=a+1,B=B+1;}if(f&&!a)throw new L$2(``+t+` not a valid Decimal128 string`);if(t[B]===`e`||t[B]===`E`){var et=t.substr(++B).match(he$2);if(!et||!et[2])return new r(A$2.from(Mt$1));d=parseInt(et[0],10),B=B+et[0].length;}if(t[B])return new r(A$2.from(Mt$1));if(O=0,!w)O=0,S=0,m[0]=0,p=1,w=1,h=0;else if(S=w-1,h=p,h!==1)for(;m[v+h-1]===0;)h=h-1;for(d<=y&&y-d>16384?d=Ft$1:d=d-y;d>ut;){if(S=S+1,S-O>ue$1){var nt=m.join(``);if(nt.match(/^0+$/)){d=ut;break}st$1(t,`overflow`);}d=d-1;}for(;d<Ft$1||w<p;){if(S===0&&h<w){d=Ft$1,h=0;break}if(w<p?p=p-1:S=S-1,d<ut)d=d+1;else {var nt=m.join(``);if(nt.match(/^0+$/)){d=ut;break}st$1(t,`overflow`);}}if(S-O+1<h){var G=a;f&&(v=v+1,G=G+1),i&&(v=v+1,G=G+1);var gt=parseInt(t[v+S+1],10),it=0;if(gt>=5&&(it=1,gt===5)){for(it=m[S]%2===1?1:0,M=v+S+2;M<G;M++)if(parseInt(t[M],10)){it=1;break}}if(it){for(var T=S;T>=0;T--)if(++m[T]>9&&(m[T]=0,T===0))if(d<ut)d=d+1,m[T]=1;else return new r(A$2.from(i?or$2:sr$2))}}if(D=E$1.fromNumber(0),F=E$1.fromNumber(0),h===0)D=E$1.fromNumber(0),F=E$1.fromNumber(0);else if(S-O<17){var T=O;for(F=E$1.fromNumber(m[T++]),D=new E$1(0,0);T<=S;T++)F=F.multiply(E$1.fromNumber(10)),F=F.add(E$1.fromNumber(m[T]));}else {var T=O;for(D=E$1.fromNumber(m[T++]);T<=S-17;T++)D=D.multiply(E$1.fromNumber(10)),D=D.add(E$1.fromNumber(m[T]));for(F=E$1.fromNumber(m[T++]);T<=S;T++)F=F.multiply(E$1.fromNumber(10)),F=F.add(E$1.fromNumber(m[T]));}var V=ye$2(D,E$1.fromString(`100000000000000000`));V.low=V.low.add(F),we$2(V.low,F)&&(V.high=V.high.add(E$1.fromNumber(1))),P=d+ir$2;var b={low:E$1.fromNumber(0),high:E$1.fromNumber(0)};V.high.shiftRightUnsigned(49).and(E$1.fromNumber(1)).equals(E$1.fromNumber(1))?(b.high=b.high.or(E$1.fromNumber(3).shiftLeft(61)),b.high=b.high.or(E$1.fromNumber(P).and(E$1.fromNumber(16383).shiftLeft(47))),b.high=b.high.or(V.high.and(E$1.fromNumber(0x7fffffffffff)))):(b.high=b.high.or(E$1.fromNumber(P&16383).shiftLeft(49)),b.high=b.high.or(V.high.and(E$1.fromNumber(562949953421311)))),b.low=V.low,i&&(b.high=b.high.or(E$1.fromString(`9223372036854775808`)));var N=A$2.alloc(16);return B=0,N[B++]=b.low.low&255,N[B++]=b.low.low>>8&255,N[B++]=b.low.low>>16&255,N[B++]=b.low.low>>24&255,N[B++]=b.low.high&255,N[B++]=b.low.high>>8&255,N[B++]=b.low.high>>16&255,N[B++]=b.low.high>>24&255,N[B++]=b.high.low&255,N[B++]=b.high.low>>8&255,N[B++]=b.high.low>>16&255,N[B++]=b.high.low>>24&255,N[B++]=b.high.high&255,N[B++]=b.high.high>>8&255,N[B++]=b.high.high>>16&255,N[B++]=b.high.high>>24&255,new r(N)},r.prototype.toString=function(){for(var t,i=0,f=new Array(36),c=0;c<f.length;c++)f[c]=0;var h=0,a=false,p,y={parts:[0,0,0,0]},v,m,w=[];h=0;var _=this.bytes,O=_[h++]|_[h++]<<8|_[h++]<<16|_[h++]<<24,S=_[h++]|_[h++]<<8|_[h++]<<16|_[h++]<<24,d=_[h++]|_[h++]<<8|_[h++]<<16|_[h++]<<24,M=_[h++]|_[h++]<<8|_[h++]<<16|_[h++]<<24;h=0;({low:new E$1(O,S),high:new E$1(d,M)}).high.lessThan(E$1.ZERO)&&w.push(`-`);var F=M>>26&ce$2;if(F>>3===3){if(F===le$2)return w.join(``)+`Infinity`;if(F===pe$2)return `NaN`;t=M>>15&fr$2,p=8+(M>>14&1);}else p=M>>14&7,t=M>>17&fr$2;var P=t-ir$2;if(y.parts[0]=(M&16383)+((p&15)<<14),y.parts[1]=d,y.parts[2]=S,y.parts[3]=O,y.parts[0]===0&&y.parts[1]===0&&y.parts[2]===0&&y.parts[3]===0)a=true;else for(m=3;m>=0;m--){var B=0,Y=ge$1(y);if(y=Y.quotient,B=Y.rem.low,!!B)for(v=8;v>=0;v--)f[m*9+v]=B%10,B=Math.floor(B/10);}if(a)i=1,f[h]=0;else for(i=36;!f[h];)i=i-1,h=h+1;var W=i-1+P;if(W>=34||W<=-7||P>0){if(i>34)return w.push(``.concat(0)),P>0?w.push(`E+`.concat(P)):P<0&&w.push(`E`.concat(P)),w.join(``);w.push(``.concat(f[h++])),i=i-1,i&&w.push(`.`);for(var c=0;c<i;c++)w.push(``.concat(f[h++]));w.push(`E`),W>0?w.push(`+`.concat(W)):w.push(``.concat(W));}else if(P>=0)for(var c=0;c<i;c++)w.push(``.concat(f[h++]));else {var q=i+P;if(q>0)for(var c=0;c<q;c++)w.push(``.concat(f[h++]));else w.push(`0`);for(w.push(`.`);q++<0;)w.push(`0`);for(var c=0;c<i-Math.max(q-1,0);c++)w.push(``.concat(f[h++]));}return w.join(``)},r.prototype.toJSON=function(){return {$numberDecimal:this.toString()}},r.prototype.toExtendedJSON=function(){return {$numberDecimal:this.toString()}},r.fromExtendedJSON=function(t){return r.fromString(t.$numberDecimal)},r.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},r.prototype.inspect=function(){return `new Decimal128("`.concat(this.toString(),`")`)},r})();Object.defineProperty(Yt$1.prototype,`_bsontype`,{value:`Decimal128`});var Ot$1=(function(){function r(t){if(!(this instanceof r))return new r(t);t instanceof Number&&(t=t.valueOf()),this.value=+t;}return r.prototype.valueOf=function(){return this.value},r.prototype.toJSON=function(){return this.value},r.prototype.toString=function(t){return this.value.toString(t)},r.prototype.toExtendedJSON=function(t){return t&&(t.legacy||t.relaxed&&isFinite(this.value))?this.value:Object.is(Math.sign(this.value),-0)?{$numberDouble:`-`.concat(this.value.toFixed(1))}:{$numberDouble:Number.isInteger(this.value)?this.value.toFixed(1):this.value.toString()}},r.fromExtendedJSON=function(t,i){var f=parseFloat(t.$numberDouble);return i&&i.relaxed?f:new r(f)},r.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},r.prototype.inspect=function(){var t=this.toExtendedJSON();return `new Double(`.concat(t.$numberDouble,`)`)},r})();Object.defineProperty(Ot$1.prototype,`_bsontype`,{value:`Double`});var It$1=(function(){function r(t){if(!(this instanceof r))return new r(t);t instanceof Number&&(t=t.valueOf()),this.value=+t|0;}return r.prototype.valueOf=function(){return this.value},r.prototype.toString=function(t){return this.value.toString(t)},r.prototype.toJSON=function(){return this.value},r.prototype.toExtendedJSON=function(t){return t&&(t.relaxed||t.legacy)?this.value:{$numberInt:this.value.toString()}},r.fromExtendedJSON=function(t,i){return i&&i.relaxed?parseInt(t.$numberInt,10):new r(t.$numberInt)},r.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},r.prototype.inspect=function(){return `new Int32(`.concat(this.valueOf(),`)`)},r})();Object.defineProperty(It$1.prototype,`_bsontype`,{value:`Int32`});var Jt$1=(function(){function r(){if(!(this instanceof r))return new r}return r.prototype.toExtendedJSON=function(){return {$maxKey:1}},r.fromExtendedJSON=function(){return new r},r.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},r.prototype.inspect=function(){return `new MaxKey()`},r})();Object.defineProperty(Jt$1.prototype,`_bsontype`,{value:`MaxKey`});var Ht$1=(function(){function r(){if(!(this instanceof r))return new r}return r.prototype.toExtendedJSON=function(){return {$minKey:1}},r.fromExtendedJSON=function(){return new r},r.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},r.prototype.inspect=function(){return `new MinKey()`},r})();Object.defineProperty(Ht$1.prototype,`_bsontype`,{value:`MinKey`});var me$2=new RegExp(`^[0-9a-fA-F]{24}$`),Q$2=null,z$2=Symbol(`id`),$$2=(function(){function r(t){if(!(this instanceof r))return new r(t);var i;if(typeof t==`object`&&t&&`id`in t){if(typeof t.id!=`string`&&!ArrayBuffer.isView(t.id))throw new L$2(`Argument passed in must have an id that is of type string or Buffer`);`toHexString`in t&&typeof t.toHexString==`function`?i=A$2.from(t.toHexString(),`hex`):i=t.id;}else i=t;if(i==null||typeof i==`number`)this[z$2]=r.generate(typeof i==`number`?i:void 0);else if(ArrayBuffer.isView(i)&&i.byteLength===12)this[z$2]=i instanceof A$2?i:vt(i);else if(typeof i==`string`)if(i.length===12){var f=A$2.from(i);if(f.byteLength===12)this[z$2]=f;else throw new L$2(`Argument passed in must be a string of 12 bytes`)}else if(i.length===24&&me$2.test(i))this[z$2]=A$2.from(i,`hex`);else throw new L$2(`Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer`);else throw new L$2(`Argument passed in does not match the accepted types`);r.cacheHexString&&(this.__id=this.id.toString(`hex`));}return Object.defineProperty(r.prototype,`id`,{get:function(){return this[z$2]},set:function(t){this[z$2]=t,r.cacheHexString&&(this.__id=t.toString(`hex`));},enumerable:false,configurable:true}),Object.defineProperty(r.prototype,`generationTime`,{get:function(){return this.id.readInt32BE(0)},set:function(t){this.id.writeUInt32BE(t,0);},enumerable:false,configurable:true}),r.prototype.toHexString=function(){if(r.cacheHexString&&this.__id)return this.__id;var t=this.id.toString(`hex`);return r.cacheHexString&&!this.__id&&(this.__id=t),t},r.getInc=function(){return r.index=(r.index+1)%16777215},r.generate=function(t){typeof t!=`number`&&(t=Math.floor(Date.now()/1e3));var i=r.getInc(),f=A$2.alloc(12);return f.writeUInt32BE(t,0),Q$2===null&&(Q$2=yr$1(5)),f[4]=Q$2[0],f[5]=Q$2[1],f[6]=Q$2[2],f[7]=Q$2[3],f[8]=Q$2[4],f[11]=i&255,f[10]=i>>8&255,f[9]=i>>16&255,f},r.prototype.toString=function(t){return t?this.id.toString(t):this.toHexString()},r.prototype.toJSON=function(){return this.toHexString()},r.prototype.equals=function(t){if(t==null)return false;if(t instanceof r)return this[z$2][11]===t[z$2][11]&&this[z$2].equals(t[z$2]);if(typeof t==`string`&&r.isValid(t)&&t.length===12&&Ct(this.id))return t===A$2.prototype.toString.call(this.id,`latin1`);if(typeof t==`string`&&r.isValid(t)&&t.length===24)return t.toLowerCase()===this.toHexString();if(typeof t==`string`&&r.isValid(t)&&t.length===12)return A$2.from(t).equals(this.id);if(typeof t==`object`&&`toHexString`in t&&typeof t.toHexString==`function`){var i=t.toHexString(),f=this.toHexString().toLowerCase();return typeof i==`string`&&i.toLowerCase()===f}return false},r.prototype.getTimestamp=function(){var t=new Date,i=this.id.readUInt32BE(0);return t.setTime(Math.floor(i)*1e3),t},r.createPk=function(){return new r},r.createFromTime=function(t){var i=A$2.from([0,0,0,0,0,0,0,0,0,0,0,0]);return i.writeUInt32BE(t,0),new r(i)},r.createFromHexString=function(t){if(typeof t>`u`||t!=null&&t.length!==24)throw new L$2(`Argument passed in must be a single String of 12 bytes or a string of 24 hex characters`);return new r(A$2.from(t,`hex`))},r.isValid=function(t){if(t==null)return false;try{return new r(t),!0}catch{return false}},r.prototype.toExtendedJSON=function(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString(`hex`)}},r.fromExtendedJSON=function(t){return new r(t.$oid)},r.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},r.prototype.inspect=function(){return `new ObjectId("`.concat(this.toHexString(),`")`)},r.index=Math.floor(Math.random()*16777215),r})();Object.defineProperty($$2.prototype,`generate`,{value:St$1(function(r){return $$2.generate(r)},"Please use the static `ObjectId.generate(time)` instead")});Object.defineProperty($$2.prototype,`getInc`,{value:St$1(function(){return $$2.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty($$2.prototype,`get_inc`,{value:St$1(function(){return $$2.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty($$2,`get_inc`,{value:St$1(function(){return $$2.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty($$2.prototype,`_bsontype`,{value:`ObjectID`});function _e$2(r){return r.split(``).sort().join(``)}var ct$1=(function(){function r(t,i){if(!(this instanceof r))return new r(t,i);if(this.pattern=t,this.options=_e$2(i??``),this.pattern.indexOf(`\0`)!==-1)throw new tt(`BSON Regex patterns cannot contain null bytes, found: `.concat(JSON.stringify(this.pattern)));if(this.options.indexOf(`\0`)!==-1)throw new tt(`BSON Regex options cannot contain null bytes, found: `.concat(JSON.stringify(this.options)));for(var f=0;f<this.options.length;f++)if(!(this.options[f]===`i`||this.options[f]===`m`||this.options[f]===`x`||this.options[f]===`l`||this.options[f]===`s`||this.options[f]===`u`))throw new tt(`The regular expression option [`.concat(this.options[f],`] is not supported`))}return r.parseOptions=function(t){return t?t.split(``).sort().join(``):``},r.prototype.toExtendedJSON=function(t){return t=t||{},t.legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}},r.fromExtendedJSON=function(t){if(`$regex`in t)if(typeof t.$regex!=`string`){if(t.$regex._bsontype===`BSONRegExp`)return t}else return new r(t.$regex,r.parseOptions(t.$options));if(`$regularExpression`in t)return new r(t.$regularExpression.pattern,r.parseOptions(t.$regularExpression.options));throw new L$2(`Unexpected BSONRegExp EJSON object form: `.concat(JSON.stringify(t)))},r})();Object.defineProperty(ct$1.prototype,`_bsontype`,{value:`BSONRegExp`});var Vt$1=(function(){function r(t){if(!(this instanceof r))return new r(t);this.value=t;}return r.prototype.valueOf=function(){return this.value},r.prototype.toString=function(){return this.value},r.prototype.inspect=function(){return `new BSONSymbol("`.concat(this.value,`")`)},r.prototype.toJSON=function(){return this.value},r.prototype.toExtendedJSON=function(){return {$symbol:this.value}},r.fromExtendedJSON=function(t){return new r(t.$symbol)},r.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},r})();Object.defineProperty(Vt$1.prototype,`_bsontype`,{value:`Symbol`});var vr$1=(function(r){Bt$1(t,r);function t(i,f){var c=this;return c instanceof t?(E$1.isLong(i)?c=r.call(this,i.low,i.high,true)||this:lt$1(i)&&typeof i.t<`u`&&typeof i.i<`u`?c=r.call(this,i.i,i.t,true)||this:c=r.call(this,i,f,true)||this,Object.defineProperty(c,`_bsontype`,{value:`Timestamp`,writable:false,configurable:false,enumerable:false}),c):new t(i,f)}return t.prototype.toJSON=function(){return {$timestamp:this.toString()}},t.fromInt=function(i){return new t(E$1.fromInt(i,true))},t.fromNumber=function(i){return new t(E$1.fromNumber(i,true))},t.fromBits=function(i,f){return new t(i,f)},t.fromString=function(i,f){return new t(E$1.fromString(i,true,f))},t.prototype.toExtendedJSON=function(){return {$timestamp:{t:this.high>>>0,i:this.low>>>0}}},t.fromExtendedJSON=function(i){return new t(i.$timestamp)},t.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=function(){return this.inspect()},t.prototype.inspect=function(){return `new Timestamp({ t: `.concat(this.getHighBits(),`, i: `).concat(this.getLowBits(),` })`)},t.MAX_VALUE=E$1.MAX_UNSIGNED_VALUE,t})(E$1);function Ee$2(r){return lt$1(r)&&Reflect.has(r,`_bsontype`)&&typeof r._bsontype==`string`}var Er$1=2147483647,Br$2=-2147483648,Sr$1=0x8000000000000000,Nr$1=-9223372036854776e3,Be$1={$oid:$$2,$binary:rt,$uuid:rt,$symbol:Vt$1,$numberInt:It$1,$numberDecimal:Yt$1,$numberDouble:Ot$1,$numberLong:E$1,$minKey:Ht$1,$maxKey:Jt$1,$regex:ct$1,$regularExpression:ct$1,$timestamp:vr$1};function Or$1(r,t){if(t===void 0&&(t={}),typeof r==`number`){if(t.relaxed||t.legacy)return r;if(Math.floor(r)===r){if(r>=Br$2&&r<=Er$1)return new It$1(r);if(r>=Nr$1&&r<=Sr$1)return E$1.fromNumber(r)}return new Ot$1(r)}if(r==null||typeof r!=`object`)return r;if(r.$undefined)return null;for(var i=Object.keys(r).filter(function(w){return w.startsWith(`$`)&&r[w]!=null}),f=0;f<i.length;f++){var c=Be$1[i[f]];if(c)return c.fromExtendedJSON(r,t)}if(r.$date!=null){var h=r.$date,a=new Date;return t.legacy?typeof h==`number`?a.setTime(h):typeof h==`string`&&a.setTime(Date.parse(h)):typeof h==`string`?a.setTime(Date.parse(h)):E$1.isLong(h)?a.setTime(h.toNumber()):typeof h==`number`&&t.relaxed&&a.setTime(h),a}if(r.$code!=null){var p=Object.assign({},r);return r.$scope&&(p.$scope=Or$1(r.$scope)),Nt$1.fromExtendedJSON(r)}if(ie$2(r)||r.$dbPointer){var y=r.$ref?r:r.$dbPointer;if(y instanceof ht)return y;var v=Object.keys(y).filter(function(w){return w.startsWith(`$`)}),m=true;if(v.forEach(function(w){[`$ref`,`$id`,`$db`].indexOf(w)===-1&&(m=false);}),m)return ht.fromExtendedJSON(y)}return r}function Se$2(r,t){return r.map(function(i,f){t.seenObjects.push({propertyName:`index `.concat(f),obj:null});try{return k$1(i,t)}finally{t.seenObjects.pop();}})}function ur$2(r){var t=r.toISOString();return r.getUTCMilliseconds()!==0?t:t.slice(0,-5)+`Z`}function k$1(r,t){if((typeof r==`object`||typeof r==`function`)&&r!==null){var i=t.seenObjects.findIndex(function(D){return D.obj===r});if(i!==-1){var f=t.seenObjects.map(function(D){return D.propertyName}),c=f.slice(0,i).map(function(D){return ``.concat(D,` -> `)}).join(``),h=f[i],a=` -> `+f.slice(i+1,f.length-1).map(function(D){return ``.concat(D,` -> `)}).join(``),p=f[f.length-1],y=` `.repeat(c.length+h.length/2),v=`-`.repeat(a.length+(h.length+p.length)/2-1);throw new L$2(`Converting circular structure to EJSON:
|
|
19
19
|
`+` `.concat(c).concat(h).concat(a).concat(p,`
|
|
@@ -58,17 +58,17 @@ mutation cartDiscountCodesUpdate($cartId: ID!, $discountCodes: [String!]) {
|
|
|
58
58
|
style="background-color: ${e.pagination.color?.rgba};">
|
|
59
59
|
</span>
|
|
60
60
|
`},navigation:{nextEl:r.querySelector(`.swiper-button-next`),prevEl:r.querySelector(`.swiper-button-prev`)},autoplay:e.autoplay?.enabled?{delay:e.autoplay?.delay,disableOnInteraction:false,pauseOnMouseEnter:false}:false,autoHeight:true};e.marquee&&t.autoplay&&typeof t.autoplay==`object`&&(t.speed=e.speed,t.autoplay.pauseOnMouseEnter=true,r.style.setProperty(`--swiper-wrapper-transition-timing-function`,`linear`));let i=new window.CooeeSDK.Swiper(r,t);return r.style.setProperty(`--swiper-navigation-size`,`${e.navigation.size}px`),i}function Si(r,e,t){let i={color:r.navigation.color?.rgba};return r.pagination.enabled&&(i.transform=`translateY(-25%)`),f(`div`,{class:`swiper-container`,ref:e,style:`max-width: 100%`,children:[f(`div`,{class:`swiper-wrapper`,children:t()}),r.navigation.enabled&&f(`div`,{class:`swiper-button-next`,style:i,children:f(`span`,{})}),r.navigation.enabled&&f(`div`,{class:`swiper-button-prev`,style:i,children:f(`span`,{})}),r.pagination.enabled&&f(`div`,{className:`swiper-pagination`,style:{bottom:0,top:`unset`,position:`relative`,color:r.pagination.color?.rgba}})]})}var Qt=class extends _{componentDidMount(){W$2(()=>{this.setState(()=>({checked:this.props.item.selected.value}));});}render(){return f(`div`,{style:this.getCompiledStyles(),className:`lc-checkbox`,children:f(`input`,{type:`checkbox`,checked:this.state.checked,onChange:this.onChange.bind(this),style:{appearance:`auto`}})})}onChange(e){let{checked:t}=e.target;this.props.item.selected.value=t;}getTypoStyles(){let e={},t=this.mediaStyle.typo??new H;return e.textAlign=t.alignment,e.justifyContent=t.alignment,e}getComponentStyles(){return s(r({},this.getTypoStyles()),{display:`flex`})}};var Ae=class extends _{constructor(e,t){super(e,t);}render(){let e=this.props.element[this.deviceTypeKey],t=e?.src||this.props.element.src||this.props.element.lg?.src;return f(`img`,{onClick:this.customOnClick.bind(this),className:`lc-image`,alt:e?.name||`Image`,onMouseEnter:this.handleMouseEnter.bind(this),onMouseLeave:this.handleMouseLeave.bind(this),src:t,style:this.getCompiledStyles()})}customOnClick(e){this.props.element.clc?.at===He$3.ADD_TO_CART&&this.props.triggerContext.triggerData.items[0]&&this.onClick(e,{item:this.props.triggerContext.triggerData.items[0]}),this.props.onClick&&this.props.onClick(`image`);}getComponentStyles(){let e=this.mediaStyle.lout;if(!e||e.pos!==`absolute`)return {};let t={zIndex:e.zIndex,cursor:this.props.element.clc?.at?`pointer`:`auto`};return this.mediaStyle.size?.w&&(t.width=this.mediaStyle.size.w),this.mediaStyle.size?.h&&(t.height=this.mediaStyle.size.h),t}handleMouseEnter(e){let t=this.props.element[this.deviceTypeKey]?.secondarySrc;t&&(e.currentTarget.src=t);}handleMouseLeave(e){e.currentTarget.src=this.props.element[this.deviceTypeKey]?.src;}};var ke=class extends _{render(){if(!(this.props.element.hide||!this.matchWhenCondition(this.props.element.when)))return f(`div`,{style:this.getCompiledStyles(),class:`lc-flexbox`,children:f(je,{elements:this.props.elements,element:this.props.element,triggerContext:this.props.triggerContext})})}getComponentStyles(){let e=this.mediaStyle.flex??new It,t={display:`flex`,gap:e.gap+`px`,flexWrap:e.wrap,flexDirection:e.dir,justifyContent:e.jc,alignItems:e.ai};return e.wrap===`nowrap`&&e.scroll&&(e.dir===`column`?t[`overflow-y`]=`auto`:t[`overflow-x`]=`auto`),t}};var Zt=class extends ke{render(){if(!(this.props.element.hide||!this.matchWhenCondition(this.props.element.when)))return f(`div`,{style:this.getCompiledStyles(),class:`lc-flexbox`,children:f(_t,{elements:this.props.elements,element:this.props.element,triggerContext:this.props.triggerContext,item:this.props.item,noLinks:this.props.noLinks})})}};var er=class extends _{render(){return f(`select`,{style:this.getCompiledStyles(),value:this.props.selectedVariant.selectedSellingPlan.value?.mID??``,onChange:this.onChange.bind(this),disabled:this.state.disabled,className:`lc-dropdown`,children:this.createSelectItems()})}componentDidMount(){W$2(()=>{this.setState(()=>({disabled:this.props.triggerContext.triggerData.isBundle()?!this.props.item.selected.value:false}));});}getTypoStyles(){let e={},t=this.mediaStyle.typo??new H;return e.letterSpacing=t.letterSpacing,e.fontSize=t.fs+`px`,e.lineHeight=t.lh,e.fontFamily=`inherit`,e.textAlign=t.alignment,e.fontWeight=t.fw,this.stylesConverter.getColourStyles(t.tc,`color`,e),e.boxShadow=`none`,e}getComponentStyles(){let e={};return this.props.selectedVariant.sellingPlans?.length||(e.visibility=`hidden`),r(r({},e),this.getTypoStyles())}createSelectItems(){let e=[],t=this.props.selectedVariant;if(!t.sellingPlans?.length)return [];this.props.triggerContext.triggerData.skipSubscribedItems?t.selectedSellingPlan.value||(t.sellingPlans[0].isSelected=true,t.changeSellingPlan(t.sellingPlans[0])):e.push(f(`option`,{value:``,selected:!t.selectedSellingPlan,children:`One time purchase`}));for(let i of t.sellingPlans??[])e.push(f(`option`,{value:i.mID,selected:i.isSelected,children:i.name}));return e}onChange(e){let t=e.target.value;t?this.props.selectedVariant.selectedSellingPlan.value=this.props.selectedVariant.sellingPlans.find(i=>i.mID===t):this.props.selectedVariant.selectedSellingPlan.value=void 0;}};var Ha=new RegExp(`fill="#[a-zA-Z0-9]+"`),tr=class extends _{constructor(){super();}render(){let e=this.getCompiledStyles(),t=this.getRating();return t||(e.display=`none`,t=``),f(`div`,{style:e,className:`lc-star-rating`,dangerouslySetInnerHTML:{__html:t}})}getRating(){let e={size:this.props.element.iconSize,color:this.props.element.c.hex},t=qe$1(this.props.element.fullStar,{svg:e},this.props.triggerContext),i=qe$1(this.props.element.halfStart,{svg:e},this.props.triggerContext),o=this.props.review;if(!o?.rating)return ``;let n=``;if(this.props.element.showSingleStar)n=t;else {let s=5,c=`${o.rating}`.split(`.`);for(let m=0;m<+c[0];m++)n+=t,s--;c[1]&&(n+=i,s--);for(let m=0;m<s;m++)n+=t.replace(Ha,`fill="#f1f1f1"`);}return n}getComponentStyles(){return {display:`flex`,alignItems:`center`}}};var rr=class extends _{render(){return f(`select`,{style:this.getCompiledStyles(),value:this.props.item.selectedOrFirstVariant.value.mID,onChange:this.onChange.bind(this),disabled:this.state.disabled,className:`lc-dropdown`,children:this.createSelectItems()})}componentDidMount(){W$2(()=>{this.setState(()=>({disabled:this.props.triggerContext.triggerData.isBundle()?!this.props.item.selected.value:false}));});}getTypoStyles(){let e={},t=this.mediaStyle.typo??new H;return e.letterSpacing=t.letterSpacing,e.fontSize=t.fs+`px`,e.lineHeight=t.lh,e.fontFamily=`inherit`,e.textAlign=t.alignment,e.fontWeight=t.fw,this.stylesConverter.getColourStyles(t.tc,`color`,e),e.boxShadow=`none`,e}getComponentStyles(){let e={};return this.props.item.vars?.length===1&&this.props.item.vars[0].name===`Default Title`&&(e.visibility=`hidden`),r(r({},e),this.getTypoStyles())}createSelectItems(){let e=[];for(let t of this.props.item.vars)e.push(f(`option`,{value:t.mID,disabled:!t.isAvailable,children:t.name}));return e}onChange(e){let t=e.target.value,i=this.props.item.vars.find(o=>o.mID===t);this.props.item.setSelectedVariant(i);}};var os=()=>{let r=window.ShopifyAnalytics?.meta??{},e=r.selectedVariantId;if(e)return e;if(r.product?.variants?.length>0)return r.product.variants[0].id},ho=r=>{if(!r)return;let e;try{e=new URL(r);}catch{return}if(e.hostname!==`cdn.shopify.com`)return r;let t=e.pathname.split(`.`);return t.length!==2?r:(e.pathname=t[0]+`_large.`+t[1],e.toString())};var _t=class extends _{constructor(e,t){super(e,t),this.setState(()=>({decoration:`unset`}));}renderElement(e){if(!(e.hide||!this.matchWhenCondition(e.when))){if(e.t===4){let t=e;return t.l===`Star Rating`&&!this.props.item.reviews?.rating?void 0:f(Zt,{element:t,triggerContext:this.props.triggerContext,elements:t.elems,item:this.props.item,noLinks:this.props.noLinks})}if(e.t===6)return this.props.triggerContext.triggerData.isBundle()?f(Qt,{element:e,item:this.props.item,triggerContext:this.props.triggerContext}):void 0;if(e.t===13){let t=e,i=this.props.item,o=ho(i.variantImage??i.firstImageURL),n=ho(i.variantSecondaryImage??i.secondaryImageURL);t.lg=t.sm={src:o,name:i.name,secondarySrc:n};let s=f(Ae,{element:t,onClick:this.customOnClick.bind(this),triggerContext:this.props.triggerContext});return this.props.noLinks?s:f(`a`,{href:this.props.item.selectedOrFirstVariant.value.link,style:{display:`block`},children:s})}if(e.t===14)return this.renderProductTitle(e);if(e.t===15){let t=e;return this.props.triggerContext.triggerData.isCartEmbed()&&this.props.item.vars?.length===1&&this.props.item.vars[0].name===`Default Title`?void 0:t.showChips?f(`cooee-product-options-picker`,{item:this.props.item}):f(rr,{element:t,item:this.props.item,triggerContext:this.props.triggerContext})}return e.t===16?f(er,{element:e,selectedVariant:this.props.item.selectedOrFirstVariant.value,item:this.props.item,triggerContext:this.props.triggerContext}):e.t===19?f(tr,{element:e,triggerContext:this.props.triggerContext,review:this.props.item.reviews}):e.t===18||e.t===3?f(at,{element:e,item:this.props.item,triggerContext:this.props.triggerContext}):f(je,{elements:[e],element:this.props.element,triggerContext:this.props.triggerContext})}}render(){return this.attachListener(),this.props.elements.map(e=>this.renderElement(e))}getComponentStyles(){return {}}renderProductTitle(e){let t=f(oe,{element:e,onClick:this.customOnClick.bind(this),triggerContext:this.props.triggerContext});return this.props.noLinks?t:f(`a`,{href:this.props.item.selectedOrFirstVariant.value.link,style:{display:`block`,textDecoration:this.state.decoration},onMouseEnter:this.onMouseEnter.bind(this),onMouseLeave:this.onMouseLeave.bind(this),children:t})}customOnClick(e){this.sendTriggerClicked([this.props.item.toEmbed()],{from:e});}onMouseEnter(){this.setState(()=>({decoration:`underline`}));}onMouseLeave(){this.setState(()=>({decoration:`unset`}));}attachListener(){document.addEventListener(`letscooee:variant-change`,e=>{let t=e;if(!t.detail||this.props.item.mID!==t.detail.productID)return;let i=t.detail.variantID;this.props.item.setSelectedVariantByID(i);});}};var ct=class extends _{productElement;constructor(e,t){super(e,t),this.setState(()=>({decoration:`unset`}));}render(){if(this.productElement=new $e(Ve$2(this.props.element,this.getProductData(),this.props.triggerContext)),!(this.productElement.hide||!this.matchWhenCondition(this.productElement.when)))return f(`div`,{style:r({},this.getCompiledStyles()),class:`lc-single-product`,children:f(_t,{element:this.productElement,elements:this.productElement.elems,triggerContext:this.props.triggerContext,item:this.props.item,noLinks:this.productElement.noLinks})})}getComponentStyles(){return {flexShrink:0}}getProductData(){if(!this.props.item)return {};let e=this.props.item,t=e.selectedOrFirstVariant.value,i=e.getTemplateVariables();i.product.quantity=this.props.triggerContext.hasManipulatedProductQuantity()?this.props.triggerContext.getManipulatedQuantity(this.props.item.quantity):this.props.item.quantity;let o=this.props.triggerContext.triggerData.discount?.type===ce.BXGY;return !t.hasEffectivePrice()&&o&&(i.product=s(r(r({},i.product),xn(`effective_price`,t.effectivePrice.value)),{price:``})),i.variant.quantity=this.props.triggerContext.hasManipulatedProductQuantity()?this.props.triggerContext.getManipulatedQuantity(t.quantity):t.quantity,{product:i.product,variant:i.variant,svg:{color:`{{ svg.color }}`,size:`{{ svg.size }}`}}}};var ir=class extends _{swiperRef=null;swiperInstance=null;configuration;gap;constructor(e,t){super(e,t),this.configuration=M$1()?this.props.element.conf.sm:this.props.element.conf.lg,this.gap=(this.configuration.gap??15)+`px`;}componentDidMount(){this.props.element.conf[this.deviceTypeKey].disp===2&&Vi$1().then(()=>{this.swiperInstance=Ei(this.swiperRef,this.props.element.conf[this.deviceTypeKey]);});}componentWillUnmount(){this.swiperInstance&&this.swiperInstance.destroy();}render(){let e=this.props.triggerContext.triggerData.items;e.splice(this.configuration.maxItems??10);let t;if(this.configuration.disp===2){let i=n=>{this.swiperRef=n;},o=()=>e?.map(n=>f(`div`,{class:`swiper-slide`,children:this.getProductFragment(n)}));t=f(`div`,{style:s(r({},this.getCompiledStyles()),{display:`block`}),class:`lc-product-swiper-list`,children:Si(this.configuration,i,o)});}else t=f(`div`,{style:this.getCompiledStyles(),class:`lc-product-list`,children:e?.map((i,o)=>this.getProductFragment(i,o!==e.length-1))});return t}getComponentStyles(){let e=[0,2].includes(this.configuration.disp),t={display:e?`flex`:`grid`,justifyContent:`safe `+(this.mediaStyle.flex?.jc??`center`),gap:this.gap,flexDirection:this.mediaStyle.flex?.dir??`row`};if(t.flexDirection===`row`){if(e)t.maxWidth=`100%`,t.overflowY=`auto`;else if(this.configuration.disp===1){let i=this.props.triggerContext.triggerData,o=i.items.length,n;i.isBundle()?n=this.props.element.prod.symbol?.hide!==true?o*2-1:o:n=this.props.element.conf[this.deviceTypeKey].maxInRow,t.gridTemplateColumns=`repeat(${n}, auto)`;}}return t}getProductFragment(e,t=false){return f(j$1,{children:[f(ct,{element:this.props.element.prod,item:e,triggerContext:this.props.triggerContext}),this.props.triggerContext.triggerData.isBundle()&&t&&this.props.element.prod.symbol&&!this.props.element.prod.symbol.hide&&f(`div`,{style:{display:`flex`,alignItems:`center`,justifyContent:`center`},children:f(oe,{element:this.props.element.prod.symbol,triggerContext:this.props.triggerContext})})]},e.mID)}};var or=class extends _{swiperRef=null;swiperInstance=null;constructor(e,t){super(e,t);}componentDidMount(){Vi$1().then(()=>{this.swiperInstance=Ei(this.swiperRef,this.props.element.conf);});}componentWillUnmount(){this.swiperInstance&&this.swiperInstance.destroy();}render(){let e=this.props.element,t=o=>{this.swiperRef=o;},i=()=>{let o=e.values?.map(c=>f(`div`,{class:`swiper-slide`,onClick:m=>this.onClick(m,{clickAction:this.getClickAction(c)}),children:this.renderElement(c)}));if(!o?.length)return [];let n=e.conf,s=o.length;if(n.marquee&&s<=Number(n.maxInRow)){let c=Number(n.maxInRow)-s+1;for(let m=0;m<c;m++)o.push(o[m%s]);}return o};return Si(e.conf,t,i)}getComponentStyles(){return {}}renderElement(e){let t=this.valueAddedSlide(this.props.element.slide,e);switch(t?.t){case 1:return f(Ae,{element:t,triggerContext:this.props.triggerContext});case 4:return f(ke,{elements:t.elems,element:t,triggerContext:this.props.triggerContext});default:Y$1.warn(`Unknown slide type for carousal`);}}valueAddedSlide(e,t){let i=Ve$2(e,{form:t},this.props.triggerContext);return ie.getParsedElement(i)}getClickAction(e){return Ve$2(this.props.element.clc??{},{form:e},this.props.triggerContext)}};var je=class extends _{constructor(e,t){super(e,t),this.setState(()=>({decoration:`unset`})),W$2(()=>{this.setState(()=>({showButton:!this.props.triggerContext.triggerData.isBundle()||!!this.props.triggerContext.selectedItems.length}));});}renderElement(e){if(!e.hide){if(e.t===4){let t=e;return f(ke,{element:t,triggerContext:this.props.triggerContext,elements:t.elems})}if(e.t===61)return f(Jt,{element:e,triggerContext:this.props.triggerContext});if(e.t===3)return this.state.showButton?f(at,{element:e,triggerContext:this.props.triggerContext}):void 0;if(e.t===2)return f(oe,{element:e,triggerContext:this.props.triggerContext});if(e.t===1)return f(Ae,{element:e,triggerContext:this.props.triggerContext});if(e.t===11)return f(ir,{element:e,triggerContext:this.props.triggerContext});if(e.t===12)return f(ct,{element:e,item:this.props.triggerContext.triggerData.items[0],triggerContext:this.props.triggerContext});if(e.t===62)return f(or,{element:e,triggerContext:this.props.triggerContext})}}render(){return this.props.elements.map(e=>this.renderElement(e))}getComponentStyles(){return {}}};var nr=class extends _{clickAction;isClickable;constructor(e,t){super(e,t),this.clickAction=this.props.element.clc,this.isClickable=this.clickAction?.at===He$3.GO_TO_URL&&!!Rn$1(this.clickAction.gu?.u)||this.clickAction?.at===He$3.OPEN_CART||this.clickAction?.at===He$3.INITIATE_CHECKOUT;}componentDidMount(){W$2(()=>{let e=this.props.triggerContext.triggerData,t=this.props.triggerContext.selectedItems;e.calculateDiscountData(t,this.props.triggerContext.shouldGiveFBTDiscount);});}render(){return f(j$1,{children:[f(`div`,{style:this.getCompiledStyles(),class:`lc-container`,onClick:e=>{this.onClick(e,{clickAction:this.clickAction});},children:f(je,{elements:this.props.elements,element:this.props.element,triggerContext:this.props.triggerContext})}),this.props.triggerContext.triggerData.id===`preview`&&f(`div`,{class:`letscooee-preview-badge`,children:[`#`,this.props.triggerContext.triggerData.shortID,` preview`]})]})}getComponentStyles(){let e={position:`relative`,overflow:`hidden`,display:`block`};return this.isClickable&&(e.cursor=`pointer`),e}};var X=class r$8{constructor(e){this.engagementTrigger=e;this.triggerContext=new Be(new Date,this.engagementTrigger);}static engagementIDsWithTrackedDisplay=new Set;static DEBOUNCE_TIME=1e3;rootContainer;widgetElement;triggerContext;observers=[];renderedCount=0;scrollSubscription;isExclusionWithBVariation;isProcessing=false;renderSilently(){this.acquireProcessingLock()||this.render().finally(()=>this.releaseProcessingLock()).catch(e=>{ke$2(e,`render-widget`,{triggerContext:this.triggerContext});});}destroy(){Y$1.verbose(`${this.engagementTrigger} will be destroyed`),this.preDestroy(),this.removeFromRendered(),this.rootContainer?.remove(),r$8.engagementIDsWithTrackedDisplay.delete(this.engagementTrigger.shortID),xi$1(this.engagementTrigger.content?.afterDeleteJS);}matches(e){return this.engagementTrigger.shortID===e.shortID}async render(){if(this.engagementTrigger.shouldGetVariationImmediately()){let e=await this.getVariation();this.handleVariationResponse(e);}if(this.rootContainer=await this.getWidgetContainer(true),!this.rootContainer){Y$1.warn(`${this.engagementTrigger} no section found to render the widget`);return}this.afterRootContainerCreated(),await this.getVariationIfRequired(),await this.runChoresBeforeRender(),this.attachScroll(),this.checkAndSendEvent(),this.triggerContext.renderer=this,xi$1(this.engagementTrigger.content?.afterRenderJS);}async updateAndReRender(e){if(!this.acquireProcessingLock())try{this.updateItems(e.items,this.engagementTrigger.items),await this.update(e),await this.render();}finally{this.releaseProcessingLock();}}async update(e){this.engagementTrigger.variation=e.variation;}async rerenderIfDeleted(){if(!this.rootContainer?.isConnected&&!this.acquireProcessingLock()){Y$1.info(`${this.engagementTrigger} deleted. Will be re-rendered`);try{this.preDestroy(),await this.render();}finally{this.releaseProcessingLock();}}}updateAngularWidget(){return this.widgetElement?.isConnected?(this.widgetElement.update(),true):false}preDestroy(){this.scrollSubscription?.unsubscribe(),this.observers.forEach(e=>{e?.disconnect&&e.disconnect();});}acquireProcessingLock(){return this.isProcessing?(Y$1.verbose(`Lock could not be acquired for ${this.engagementTrigger}`),true):(Y$1.verbose(`Acquiring rendering lock for ${this.engagementTrigger}`),this.isProcessing=true,false)}releaseProcessingLock(){Y$1.verbose(`Releasing rendering lock for ${this.engagementTrigger}`),this.isProcessing=false;}afterRootContainerCreated(){}isAllOkToRender(){return !!this.engagementTrigger.widget}async getVariationIfRequired(){if(this.engagementTrigger.shouldSkipVariation()){Y$1.verbose(`${this.engagementTrigger} already has necessary data to render`);return}let e=await this.observeWidgetContainerInViewport();this.handleVariationResponse(e);}handleVariationResponse(e){if(!e)return;let t=this.engagementTrigger;Y$1.log(`${t} visitor has been assigned to variation ${e.variation}`),e.items?.length&&(t.items=e.items.map(i=>new ot$2(i)),t.nonMutableItems=e.items.map(i=>new ot$2(i))),e.bundleFrom&&(t.bundleFrom=new ot$2(e.bundleFrom)),e.discount&&(t.discount=e.discount),e.placement&&(t.placement=e.placement),e.props&&pe$4.hasKeys(e.props)&&(t.props=r(r({},t.props),e.props)),e.content&&(t.content=new Kt(e.content)),t.widget=new Pt(e.widget),t.contentID=e.contentID,t.variation=e.variation,t.placement=e.placement,t.manipulation=e.manipulation,t.entryAnimation=e.entryAnimation??`NONE`,this.isExclusionWithBVariation=t.isExclusionTesting()&&t.variation===`b`,this.isExclusionWithBVariation&&(this.rootContainer.style.height=`0.5px`);}addToRendered(){this.renderedCount++,Y$1.info(`${this.engagementTrigger} rendered \u2705 ${Vn$1(this.renderedCount)} time`);}removeFromRendered(){this instanceof pe?lt.delete(this):At.delete(this);}async getVariation(){Y$1.log(`${this.engagementTrigger} get variation`);let e={engagementID:this.engagementTrigger.engagementID,isPreview:this.engagementTrigger.id===`preview`};try{return (await ns(e)).data}catch(t){if(t instanceof ie$4&&t.response?.status===400)return;ke$2(t,`get-variation`,{engagementTrigger:this.engagementTrigger});return}}async observeWidgetContainerInViewport(){if(!this.rootContainer){Y$1.warn(`${this.engagementTrigger} No root container found to watch for viewport`);return}let e=window.innerHeight*.3,t={root:null,rootMargin:`${e}px 0px ${e}px 0px`,threshold:0};return this.isInViewport()?this.getVariation():new Promise(i=>{let o=new IntersectionObserver((n,s)=>{n.forEach(async c=>{if(c.isIntersecting){Y$1.log(`${this.engagementTrigger} root container is near the viewport. Fetching variation`);i(await this.getVariation()),s.unobserve(this.rootContainer);}});},t);o.observe(this.rootContainer),this.observers.push(o);})}attachScroll(){this.scrollSubscription=Tr(window,`scroll`).pipe(Fe(r$8.DEBOUNCE_TIME)).subscribe(()=>{this.checkAndSendEvent();});}checkAndSendEvent(){let e=this.engagementTrigger.shortID;if(r$8.engagementIDsWithTrackedDisplay.has(e)||!this.isInViewport())return;let i={};this.triggerContext.triggerData.items?.length&&(i.promotedMIDs=this.engagementTrigger.items?.map(s=>s.mID));let n=new Ir$1(this.isExclusionWithBVariation?`CE Campaign Holdout`:`CE Trigger Displayed`,i,this.engagementTrigger);n.name===`CE Campaign Holdout`&&(n.trigger.holdout=true),fe(n),r$8.engagementIDsWithTrackedDisplay.add(e),this.scrollSubscription.unsubscribe();}generateParentElementID(){return `letscooee-${this.engagementTrigger.shortID}`}createAngularWidget(e){let t=this.widgetElement=document.createElement(e);return t.cart=S.getCurrent(),t.triggerContext=this.triggerContext,t.engagementTrigger=this.engagementTrigger,t.setAttribute(`engagement`,this.engagementTrigger.shortID),this.rootContainer.appendChild(t),this.addToRendered(),this.injectOuterCSSOnly(),t}getParentElement(e,t=document){let i=t.getElementById(e);if(i)return i;let o=this.engagementTrigger.objective.toLowerCase().replaceAll(`_`,`-`),n=this.engagementTrigger.shortID;return i=document.createElement(`div`),i.id=e,i.className=`letscooee letscooee-engagement engagement-${n} lc-${o}`,i.dataset.engagementId=n,this.engagementTrigger.id===`preview`&&(i.className+=` letscooee-preview`),i.style.display=`block`,i.style.minHeight=`0.5px`,i.style.minWidth=`0.5px`,i}async startRendering(){let e=this.rootContainer,t=this.triggerContext.triggerData.hasSwiperElement();t&&(e=this.rootContainer?.shadowRoot||this.rootContainer?.attachShadow({mode:`open`}),Mi$1(e)),this.injectCampaignCSS(t,e);let i=this.engagementTrigger.widget;ze$1(pe$3(nr,{element:i.cont,triggerContext:this.triggerContext,elements:i.elems}),e),this.addToRendered();}injectCampaignCSS(e,t){let i=this.engagementTrigger.content?.outerCSS?.trim()??``,o=this.engagementTrigger.content?.innerCSS?.trim()??``;if(!i&&!o)return;let n=this.rootContainer.id;if(e){Ce$1(o,t),this.injectOuterCSSOnly();return}Ce$1(`#${n} { ${i+`
|
|
61
|
-
${o}`} }`);}injectOuterCSSOnly(){let e=this.engagementTrigger.content?.outerCSS?.trim();if(!e)return;let t=this.rootContainer.id;Ce$1(`#${t} { ${e} }`);}isInViewport(){let e=this.rootContainer?.getBoundingClientRect();if(!e)return false;let t=window.innerHeight||document.documentElement.clientHeight,s=(Math.min(e.bottom,t)-Math.max(e.top,0))*e.width/(e.width*e.height)*100;return this.engagementTrigger.isAnySplit()?s>0:s>=30}async getWidgetContainer(e){if(this.rootContainer?.isConnected)return this.rootContainer;let t=await this.createParentElementWithPlacement(e);if(t)return t;let i=`.letscooee[data-engagement-id="${this.triggerContext.triggerData.shortID}"]`;return document.querySelector(i)}async createParentElementWithPlacement(e){let t=this.engagementTrigger.placement;if(!t?.selector)return Y$1.info(`\u26A0\uFE0F${this.engagementTrigger} does not have a selector`),null;let i=t.selector,o;if(i.includes(`:shadow`)){let m=i.split(`:shadow`);o=(await On$1(m[0].trim()))?.shadowRoot,i=m[1].trim(),o&&Mi$1(o,false);}Y$1.verbose(`${this.engagementTrigger} attempt to render "${t.position}" "${i}"`);let n=await On$1(i,3,o??document);if(!n)return Y$1.warn(`${this.engagementTrigger} no placement found with ${i}`),null;let s=this.generateParentElementID(),c=this.getParentElement(s);if(!e)return c;switch(t.position){case Ve$3.BEFORE1:case Ve$3.BEFORE:n.parentElement?.insertBefore(c,n);break;case Ve$3.INSIDE_FIRST1:case Ve$3.INSIDE_FIRST:n.insertBefore(c,n.firstChild);break;case Ve$3.INSIDE_LAST1:case Ve$3.INSIDE_LAST:n.appendChild(c);break;case Ve$3.AFTER1:case Ve$3.AFTER:default:n.parentElement?.insertBefore(c,n.nextSibling);}return c}async runChoresBeforeRender(){if(this.isExclusionWithBVariation)return;if(!this.isAllOkToRender()){Y$1.info(`\u26A0\uFE0F ${this.engagementTrigger} could not be rendered`);return}Y$1.verbose(`${this.engagementTrigger} will be rendered`);let e;try{e=await wi(this.engagementTrigger);}catch(t){Y$1.info(`\u203C\uFE0F${this.engagementTrigger} could not render as items failed to refresh`,t);return}if(!this.engagementTrigger.isCollectionPromoted()&&!e?.length&&this.engagementTrigger.isProductPromoted()){Y$1.info(`\u203C\uFE0F${this.engagementTrigger} could not render as no products promoted`);return}this.engagementTrigger.items=e,await this.startRendering();}updateItems(e,t){let i=this.getItemDiff(e,t),o=this.getItemDiff(t,e);t.push(...i);for(let n of o)Re.remove(t,n);}getItemDiff(e,t){return e.filter(i=>!t.some(o=>o.selectedOrFirstVariant.value.mID===i.selectedOrFirstVariant.value.mID))}};var pe=class extends X{constructor(e){super(e);}rerenderAfterCartOpened(){this.rerenderIfDeleted(),this.checkAndSendEvent();}observeWidgetContainerInViewport(){return this.getVariation()}generateParentElementID(){let e=super.generateParentElementID();return this.engagementTrigger.isSubscriptionUpsell()&&(e+=`-${this.engagementTrigger.items[0].selectedOrFirstVariant.value.mID}`),e}checkAndSendEvent(){if(!V.get().isOpen()&&Be$3().pageName!==`cart`){Y$1.log(`Do not send display event as neither the cart drawer nor the cart page is open.`);return}return super.checkAndSendEvent()}};var Ii=class r{constructor(e,t){this.engagementTrigger=e;this.element=t;this.cartItems=S.getCurrent().items;}cartItems;static renderCartUpsell(e){let t=e.placement;if(!t?.selector){Y$1.warn(`No placement available for ${e.objective}`,e.shortID);return}let i=Array.from(document.querySelectorAll(t.selector));if(!i?.length){Y$1.warn(`No placement found for ${e.objective}`,e.shortID);return}for(let o of i)new r(e,o).render();}render(){let e=this.findCartItemFromHTMLElement();if(!e||this.engagementTrigger.skipSubscribedItems&&e.selling_plan_allocation)return;let t=this.engagementTrigger.items.find(w=>w.mID===e.product_id.toString());if(!t)return;let i=t.vars.find(w=>w.mID===e.id.toString());if(!i)return;let o=new nt$1(i),n=e.selling_plan_allocation?.selling_plan;if(n)for(let w of o.sellingPlans??[])w.mID===n.id.toString()&&(w.isSelected=true,o.changeSellingPlan(w));let s=new ot$2(t);s.vars=[o],s.selectedOrFirstVariant.value=o;let c=`lc-cart-item-${this.engagementTrigger.shortID}-${t.mID}`;this.element.classList.add(c);let m=new G(this.engagementTrigger);m.placement.selector=`.${c}`,m.items=[s];let C=new pe(m);C.renderSilently(),this.watchForCartItemDeletion(C,c);}watchForCartItemDeletion(e,t){let i=new MutationObserver(o=>{o.forEach(n=>{n.removedNodes.forEach(s=>{s===this.element&&(Y$1.verbose(`${t} has been removed`),e.destroy(),i.disconnect());});});});i.observe(this.element.parentElement,{childList:true,subtree:true});}findCartItemFromHTMLElement(){let e=this.element.innerHTML;return this.cartItems.find(t=>{if(!(e.includes(t.url)||e.includes(t.variant_id))&&(!e.includes(t.product_title)||t.variant_title&&!e.includes(t.variant_title)))return false;let i=t.selling_plan_allocation?.selling_plan?.name;return !(i&&!e.includes(i))})}};var Ti=class extends X{constructor(e){super(e);}isAllOkToRender(){return true}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}this.createAngularWidget(`cooee-collection-filter`);}};var xi=class extends pe{constructor(e){super(e);}async update(e){await super.update(e),this.engagementTrigger.progressBarConfig.update(e.progressBarConfig),await this.checkMilestoneTryCatch(),this.updateAngularWidget();}isAllOkToRender(){return !!this.engagementTrigger.progressBarConfig}async startRendering(){if(this.updateAngularWidget()){this.addToRendered();return}this.createAngularWidget(`cooee-progressbar`),await this.checkMilestoneTryCatch();}async checkMilestoneTryCatch(){try{await this.checkMilestone();}catch(e){ke$2(e,`apply-milestones`,{engagementTrigger:this.engagementTrigger});}}async checkMilestone(){let e=await S.getCurrent().getNormalisedCart(),t=this.engagementTrigger.progressBarConfig,i=[],o=[],n=[],s,c,m=[...t.milestones];for(let v of m){if(v.rewardType!==Fe$1.FREE_AUTO_GIFT)continue;if(v.isUIOnly&&!v.allowATC){Y$1.verbose(`Skipping milestone ${v.label} as it is UI only and does not allow ATC`);continue}let L=v.items[0],k=v.reached,b=e.items.find(Qe=>(Qe.vID===L.vID||Qe.mID===L.mID)&&Qe.properties._letscooee_campaign===this.engagementTrigger.shortID);k&&(s=v,c=b),b&&i.push(b),!k&&b&&t.removeIneligibleItem?(Y$1.verbose(`Removing free gift ${b.vID} from cart`),n.push(b)):k&&!b&&(Y$1.verbose(`Adding free gift ${L.vID} to cart`),o.push(L));}t.restrictToLatestFreebie&&s&&(c?(i=i.filter(v=>v.vID!==c.vID),o=[]):o=[s.items[0]],n.push(...i));let C={},w={};n.length&&n.forEach(v=>w[v.key??v.vID]=0),o.length&&o.forEach(v=>w[v.vID]=1);let O=t.coupons,M=[];if(O?.length){M=O.map(k=>k.couponCode);let v=S.getCurrent().discount_codes?.map(k=>k.code)??[];M.every(k=>v.some(b=>b===k))||(C.discount=M.join(`,`));}if(pe$4.hasKeys(w)&&(C.updates=w),!pe$4.hasKeys(C))return;let y=await ts(C,this.engagementTrigger),P=y?.items,x=[];for(let v of o){let L=P?.find(k=>M?.length?k.id+``===v.vID&&k.discounts?.some(b=>M.includes(b.title)):k.id+``===v.vID);L&&x.push(L);}if(!x.length){V.get().refreshUI(y,false);return}try{await Promise.all(x.map(v=>rs(v,{properties:this.engagementTrigger.getPrivateAttributesForLineItem()})));}catch(v){ke$2(v,`add-private-attribute`,{engagementTrigger:this.engagementTrigger,extra:{productAddedByCooee:x}});}finally{V.get().refreshUI(y,false);}}};var sr=class extends pe{constructor(e){super(e);}async update(e){await super.update(e),this.engagementTrigger.content.update(e.content),this.updateAngularWidget();}isAllOkToRender(){return !!this.engagementTrigger.content}async startRendering(){if(this.updateAngularWidget()){this.addToRendered();return}this.createAngularWidget(`cooee-savings-bar`);}};var Di=class extends X{constructor(e){super(e);}isAllOkToRender(){return !!this.engagementTrigger.content?.videoConfig}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}let e,t=this.engagementTrigger.content.videoConfig;t.template===`FLOATING_POPUP`?e=`cooee-video-popup`:t.template===`STORY`?e=`cooee-video-stories`:e=`cooee-video-playlist`,this.createAngularWidget(e);}};var Pi=class extends X{constructor(e){super(e);}isAllOkToRender(){return true}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}this.createAngularWidget(`cooee-sticky-atc`);}};var Ri=class extends X{constructor(e){super(e);}isAllOkToRender(){return true}async startRendering(){let e=this.getParentElement(`inner-letscooee-${this.engagementTrigger.shortID}`);this.rootContainer.appendChild(e),document.addEventListener(`letscooee:inbound:cta:add-bundle`,this.inboundCTAListener.bind(this),false);}async inboundCTAListener(e){let t=this.engagementTrigger,i=`Engagement(id: ${t.engagementID}, shortID: ${t.shortID})`,o=e.detail;if(!pe$4.hasKeys(o)){Y$1.error(`No detail received for ${i}`);return}Y$1.log(`Detail received for BYOB`,o);let n=o.campaignID??o.campaignId??o.campaign_id;if(n!==t.shortID&&n!==t.engagementID){Y$1.warn(`Current ${i} is not BYOB. Received: ${n}`);return}let s=o.items;if(!s?.length)return;let c=s.map(m=>new et({mID:m.product_id,vID:m.variant_id,quantity:m.quantity||1}));await new _e(this.triggerContext).execute({embeddedItems:c,clickAction:{at:He$3.ADD_BUNDLE,applyDiscount:true}});}};var wo=false,vo=false,_i=null,Ai=null,ss=false,lt=new Set,At=new Set;function as(){ss||(ss=true,vt$2(()=>{Nn(document.body,{childList:true,subtree:true},500,Ln).subscribe(()=>{At.forEach(r=>r.rerenderIfDeleted()),lt.forEach(r=>r.rerenderIfDeleted());});}));}function ar(r){if(r.length>0&&ps(),as(),wo){Y$1.verbose(`Cart widget processing in progress, queuing latest triggers`),_i=r;return}wo=true;try{$a(r);}finally{if(wo=false,_i){let e=_i;_i=null,Y$1.verbose(`Processing queued cart triggers`),ar(e);}}}function cr(r){if(r.length>0&&ps(),as(),vo){Y$1.verbose(`Page widget processing in progress, queuing latest triggers`),Ai=r;return}vo=true;try{qa(r);}finally{if(vo=false,Ai){let e=Ai;Ai=null,Y$1.verbose(`Processing queued page triggers`),cr(e);}}}function cs(){lt.forEach(r=>r.rerenderAfterCartOpened());}function $a(r){ms(lt,r);for(let e of r){Y$1.info(`${e} received as cart embed`);let t=ls(lt,e);if(t&&!e.isSubscriptionUpsell()){t.updateAndReRender(e).catch(o=>{ke$2(o,`update-and-re-render`,{engagementTrigger:e});});continue}Y$1.verbose(`${e} is new`);let i;if(e.isProgressBar())i=new xi(e);else if(e.isSubscriptionUpsell()){Ii.renderCartUpsell(e);continue}else e.isSavingsBar()?i=new sr(e):i=new pe(e);lt.add(i),i.renderSilently();}}function qa(r){ms(At,r);for(let e of r){Y$1.info(`${e} received as page embed`);let t=ls(At,e);if(t){t.updateAndReRender(e).catch(o=>{ke$2(o,`update-and-re-render`,{engagementTrigger:e});});continue}Y$1.verbose(`${e} is new`);let i;e.isShoppableVideo()?i=new Di(e):e.isBYOB()?i=new Ri(e):e.isStickyATC()?i=new Pi(e):e.isSavingsBar()?i=new sr(e):e.isCollectionFilter()?i=new Ti(e):i=new X(e),At.add(i),i.renderSilently();}}function ls(r,e){for(let t of r)if(t.matches(e))return t}function ms(r,e){let t=new Set(e.map(i=>i.shortID));for(let i of r)t.has(i.engagementTrigger.shortID)||i.destroy();}function ps(){import('./widgets-B557Uqe1-Bv1U29wt.js').then(function (n) { return n.ad; }).then(({loadAngularWidgets:r})=>{r();});}var ki=class extends oe$4{static storeName=`app`;static{this.storage=ge$3(this.storeName);}};var Ga=` daum[ /]| deusu/|(?:^|[^g])news(?!sapphire)|(?<! (?:channel/|google/))google(?!(app|/google| pixel))|(?<! cu)bots?(?:\\b|_)|(?<!(?:lib))http|(?<![hg]m)score|(?<!cam)scan|24x7|@[a-z][\\w-]+\\.|\\(\\)|\\.com\\b|\\bperl\\b|\\btime/|\\||^[\\w \\.\\-\\(?:\\):%]+(?:/v?\\d+(?:\\.\\d+)?(?:\\.\\d{1,10})*?)?(?:,|$)|^[^ ]{50,}$|^\\d+\\b|^\\W|^\\w*search\\b|^\\w+/[\\w\\(\\)]*$|^active|^ad muncher|^amaya|^avsdevicesdk/|^azure|^biglotron|^bot|^bw/|^clamav[ /]|^client/|^cobweb/|^custom|^ddg[_-]android|^discourse|^dispatch/\\d|^downcast/|^duckduckgo|^email|^facebook|^getright/|^gozilla/|^hobbit|^hotzonu|^hwcdn/|^igetter/|^jeode/|^jetty/|^jigsaw|^microsoft bits|^movabletype|^mozilla/\\d\\.\\d\\s[\\w\\.-]+$|^mozilla/\\d\\.\\d\\s\\(compatible;?(?:\\s\\w+\\/\\d+\\.\\d+)?\\)$|^navermailapp|^netsurf|^offline|^openai/|^owler|^php|^postman|^python|^rank|^read|^reed|^rest|^rss|^snapchat|^space bison|^svn|^swcd |^taringa|^thumbor/|^track|^w3c|^webbandit/|^webcopier|^wget|^whatsapp|^wordpress|^xenu link sleuth|^yahoo|^yandex|^zdm/\\d|^zoom marketplace/|agent\\b|analyzer|archive|ask jeeves/teoma|audit|bit\\.ly/|bluecoat drtr|browsex|burpcollaborator|capture|catch|check\\b|checker|chrome-lighthouse|chromeframe|classifier|cloudflare|convertify|crawl|cypress/|dareboost|datanyze|dejaclick|detect|dmbrowser|download|evc-batch/|exaleadcloudview|feed|fetcher|firephp|functionize|grab|headless|httrack|hubspot marketing grader|hydra|ibisbrowser|infrawatch|insight|inspect|iplabel|java(?!;)|library|linkcheck|mail\\.ru/|manager|measure|neustar wpm|node\\b|nutch|offbyone|onetrust|optimize|pageburst|pagespeed|parser|phantomjs|pingdom|powermarks|preview|proxy|ptst[ /]\\d|retriever|rexx;|rigor|rss\\b|scrape|server|sogou|sparkler/|speedcurve|spider|splash|statuscake|supercleaner|synapse|synthetic|tools|torrent|transcoder|url|validator|virtuoso|wappalyzer|webglance|webkit2png|whatcms/|xtate/`,ja=/bot|crawl|http|lighthouse|scan|search|spider/i,lr;function za(){if(lr instanceof RegExp)return lr;try{lr=new RegExp(Ga,`i`);}catch{lr=ja;}return lr}function ds(r){return !!r&&za().test(r)}var Ka=`2.0.4`,_o=500,us=`user-agent`,Ut=``,gs=`?`,Fi=`function`,Xe=`undefined`,Mt=`object`,Ao=`string`,Q=`browser`,Oe=`cpu`,Ie=`device`,he=`engine`,de=`os`,Lt=`result`,u=`name`,l=`type`,d=`vendor`,g=`version`,Z=`architecture`,br=`major`,p=`model`,wr=`console`,E=`mobile`,A=`tablet`,W=`smarttv`,Ee=`wearable`,Oi=`xr`,vr=`embedded`,mr=`inapp`,Lo=`brands`,pt=`formFactors`,No=`fullVersionList`,Nt=`platform`,Uo=`platformVersion`,Wi=`bitness`,Ye=`sec-ch-ua`,Xa=Ye+`-full-version-list`,Ya=Ye+`-arch`,Ja=Ye+`-`+Wi,Qa=Ye+`-form-factors`,Za=Ye+`-`+E,ec=Ye+`-`+p,Ps=Ye+`-`+Nt,tc=Ps+`-version`,Rs=[Lo,No,E,p,Nt,Uo,Z,pt,Wi],Li=`Amazon`,kt=`Apple`,fs=`ASUS`,hs=`BlackBerry`,mt=`Google`,ws=`Huawei`,bo=`Lenovo`,vs=`Honor`,Ni=`LG`,Co=`Microsoft`,yo=`Motorola`,Eo=`Nvidia`,bs=`OnePlus`,So=`OPPO`,pr=`Samsung`,Cs=`Sharp`,dr=`Sony`,Io=`Xiaomi`,To=`Zebra`,ys=`Chrome`,Es=`Chromium`,ze=`Chromecast`,Mi=`Edge`,ur=`Firefox`,gr=`Opera`,xo=`Facebook`,Ss=`Sogou`,Ot=`Mobile `,fr=` Browser`,ko=`Windows`,ee=typeof window!==Xe&&window.navigator?window.navigator:void 0,Ke=ee&&ee.userAgentData?ee.userAgentData:void 0,ic=function(r,e){var t={},i=e;if(!Bi(e)){i={};for(var o in e)for(var n in e[o])i[n]=e[o][n].concat(i[n]?i[n]:[]);}for(var s in r)t[s]=i[s]&&i[s].length%2===0?i[s].concat(r[s]):r[s];return t},Hi=function(r){for(var e={},t=0;t<r.length;t++)e[r[t].toUpperCase()]=r[t];return e},Oo=function(r,e){if(typeof r===Mt&&r.length>0){for(var t in r)if(Le(e)==Le(r[t]))return true;return false}return Bt(r)?Le(e)==Le(r):false},Bi=function(r,e){for(var t in r)return /^(browser|cpu|device|engine|os)$/.test(t)||(e?Bi(r[t]):false)},Bt=function(r){return typeof r===Ao},Do=function(r){if(r){for(var e=[],t=Ft(/\\?\"/g,r).split(`,`),i=0;i<t.length;i++)if(t[i].indexOf(`;`)>-1){var o=Vi(t[i]).split(`;v=`);e[i]={brand:o[0],version:o[1]};}else e[i]=Vi(t[i]);return e}},Le=function(r){return Bt(r)?r.toLowerCase():r},Po=function(r){return Bt(r)?Ft(/[^\d\.]/g,r).split(`.`)[0]:void 0},Ne=function(r){for(var e in r){var t=r[e];typeof t==Mt&&t.length==2?this[t[0]]=t[1]:this[t]=void 0;}return this},Ft=function(r,e){return Bt(e)?e.replace(r,Ut):e},hr=function(r){return Ft(/\\?\"/g,r)},Vi=function(r,e){if(Bt(r))return r=Ft(/^\s\s*/,r),typeof e===Xe?r:r.substring(0,_o)},Ro=function(r,e){if(!(!r||!e))for(var t=0,i,o,n,s,c,m;t<e.length&&!c;){var C=e[t],w=e[t+1];for(i=o=0;i<C.length&&!c&&C[i];)if(c=C[i++].exec(r),c)for(n=0;n<w.length;n++)m=c[++o],s=w[n],typeof s===Mt&&s.length>0?s.length===2?typeof s[1]==Fi?this[s[0]]=s[1].call(this,m):this[s[0]]=s[1]:s.length>=3&&(typeof s[1]===Fi&&!(s[1].exec&&s[1].test)?s.length>3?this[s[0]]=m?s[1].apply(this,s.slice(2)):void 0:this[s[0]]=m?s[1].call(this,m,s[2]):void 0:s.length==3?this[s[0]]=m?m.replace(s[1],s[2]):void 0:s.length==4?this[s[0]]=m?s[3].call(this,m.replace(s[1],s[2])):void 0:s.length>4&&(this[s[0]]=m?s[3].apply(this,[m.replace(s[1],s[2])].concat(s.slice(4))):void 0)):this[s]=m||void 0;t+=2;}},Se=function(r,e){for(var t in e)if(typeof e[t]===Mt&&e[t].length>0){for(var i=0;i<e[t].length;i++)if(Oo(e[t][i],r))return t===gs?void 0:t}else if(Oo(e[t],r))return t===gs?void 0:t;return e.hasOwnProperty(`*`)?e[`*`]:r},Is={ME:`4.90`,"NT 3.51":`3.51`,"NT 4.0":`4.0`,2e3:[`5.0`,`5.01`],XP:[`5.1`,`5.2`],Vista:`6.0`,7:`6.1`,8:`6.2`,"8.1":`6.3`,10:[`6.4`,`10.0`],NT:``},Ts={embedded:`Automotive`,mobile:`Mobile`,tablet:[`Tablet`,`EInk`],smarttv:`TV`,wearable:`Watch`,xr:[`VR`,`XR`],"?":[`Desktop`,`Unknown`],"*":void 0},oc={Chrome:`Google Chrome`,Edge:`Microsoft Edge`,"Edge WebView2":`Microsoft Edge WebView2`,"Chrome WebView":`Android WebView`,"Chrome Headless":`HeadlessChrome`,"Huawei Browser":`HuaweiBrowser`,"MIUI Browser":`Miui Browser`,"Opera Mobi":`OperaMobile`,Yandex:`YaBrowser`},xs={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[g,[u,Ot+`Chrome`]],[/webview.+edge\/([\w\.]+)/i],[g,[u,Mi+` WebView`]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[g,[u,`Edge`]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[u,g],[/opios[\/ ]+([\w\.]+)/i],[g,[u,gr+` Mini`]],[/\bop(?:rg)?x\/([\w\.]+)/i],[g,[u,gr+` GX`]],[/\bopr\/([\w\.]+)/i],[g,[u,gr]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[g,[u,`Baidu`]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[g,[u,`Maxthon`]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser)\/([-\w\.]+)/i,/(heytap|ovi|115|surf)browser\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[u,g],[/quark(?:pc)?\/([-\w\.]+)/i],[g,[u,`Quark`]],[/\bddg\/([\w\.]+)/i],[g,[u,`DuckDuckGo`]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[g,[u,`UCBrowser`]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[g,[u,`WeChat`]],[/konqueror\/([\w\.]+)/i],[g,[u,`Konqueror`]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[g,[u,`IE`]],[/ya(?:search)?browser\/([\w\.]+)/i],[g,[u,`Yandex`]],[/slbrowser\/([\w\.]+)/i],[g,[u,`Smart `+bo+fr]],[/(avast|avg)\/([\w\.]+)/i],[[u,/(.+)/,`$1 Secure`+fr],g],[/\bfocus\/([\w\.]+)/i],[g,[u,ur+` Focus`]],[/\bopt\/([\w\.]+)/i],[g,[u,gr+` Touch`]],[/coc_coc\w+\/([\w\.]+)/i],[g,[u,`Coc Coc`]],[/dolfin\/([\w\.]+)/i],[g,[u,`Dolphin`]],[/coast\/([\w\.]+)/i],[g,[u,gr+` Coast`]],[/miuibrowser\/([\w\.]+)/i],[g,[u,`MIUI`+fr]],[/fxios\/([\w\.-]+)/i],[g,[u,Ot+ur]],[/\bqihoobrowser\/?([\w\.]*)/i],[g,[u,`360`]],[/\b(qq)\/([\w\.]+)/i],[[u,/(.+)/,`$1Browser`],g],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[u,/(.+)/,`$1`+fr],g],[/samsungbrowser\/([\w\.]+)/i],[g,[u,pr+` Internet`]],[/metasr[\/ ]?([\d\.]+)/i],[g,[u,Ss+` Explorer`]],[/(sogou)mo\w+\/([\d\.]+)/i],[[u,Ss+` Mobile`],g],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[u,g],[/(lbbrowser|rekonq)/i],[u],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[g,u],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[u,xo],g,[l,mr]],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[u,g,[l,mr]],[/\bgsa\/([\w\.]+) .*safari\//i],[g,[u,`GSA`],[l,mr]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[g,[u,`TikTok`],[l,mr]],[/\[(linkedin)app\]/i],[u,[l,mr]],[/(chromium)[\/ ]([-\w\.]+)/i],[u,g],[/headlesschrome(?:\/([\w\.]+)| )/i],[g,[u,ys+` Headless`]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[g,[u,Mi+` WebView2`]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[u,ys+` WebView`],g],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[g,[u,`Android`+fr]],[/chrome\/([\w\.]+) mobile/i],[g,[u,Ot+`Chrome`]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[u,g],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[g,[u,Ot+`Safari`]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[u,Ot+`Safari`]],[/version\/([\w\.\,]+) .*(safari)/i],[g,u],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[u,[g,`1`]],[/(webkit|khtml)\/([\w\.]+)/i],[u,g],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[u,Ot+ur],g],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[u,`Netscape`],g],[/(wolvic|librewolf)\/([\w\.]+)/i],[u,g],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[g,[u,ur+` Reality`]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[u,[g,/_/g,`.`]],[/(cobalt)\/([\w\.]+)/i],[u,[g,/[^\d\.]+./,Ut]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[Z,`amd64`]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[Z,`ia32`]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[Z,`arm64`]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[Z,`armhf`]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[Z,`arm`]],[/((ppc|powerpc)(64)?)( mac|;|\))/i],[[Z,/ower/,Ut,Le]],[/ sun4\w[;\)]/i],[[Z,`sparc`]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i],[[Z,Le]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[p,[d,pr],[l,A]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,/sec-(sgh\w+)/i],[p,[d,pr],[l,E]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[p,[d,kt],[l,E]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[p,[d,kt],[l,A]],[/(macintosh);/i],[p,[d,kt]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[p,[d,Cs],[l,E]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[p,[d,vs],[l,A]],[/honor([-\w ]+)[;\)]/i],[p,[d,vs],[l,E]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[p,[d,ws],[l,A]],[/(?:huawei)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[p,[d,ws],[l,E]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[p,/_/g,` `],[d,Io],[l,A]],[/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[p,/_/g,` `],[d,Io],[l,E]],[/droid.+; (cph2[3-6]\d[13579]|((gm|hd)19|(ac|be|in|kb)20|(d[en]|eb|le|mt)21|ne22)[0-2]\d|p[g-k]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[p,[d,bs],[l,E]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[p,[d,So],[l,E]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[p,[d,Se,{OnePlus:[`203`,`304`,`403`,`404`,`413`,`415`],"*":So}],[l,A]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[p,[d,`BLU`],[l,E]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[p,[d,`Vivo`],[l,E]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[p,[d,`Realme`],[l,E]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[p,[d,bo],[l,A]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[p,[d,bo],[l,E]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,/((?:moto(?! 360)[-\w\(\) ]+|xt\d{3,4}[cgkosw\+]?[-\d]*|nexus 6)(?= bui|\)))/i],[p,[d,yo],[l,E]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[p,[d,yo],[l,A]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[p,[d,Ni],[l,A]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[p,[d,Ni],[l,E]],[/(nokia) (t[12][01])/i],[d,p,[l,A]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*))/i],[[p,/_/g,` `],[l,E],[d,`Nokia`]],[/(pixel (c|tablet))\b/i],[p,[d,mt],[l,A]],[/droid.+;(?: google)? (g(01[13]a|020[aem]|025[jn]|1b60|1f8f|2ybb|4s1m|576d|5nz6|8hhn|8vou|a02099|c15s|d1yq|e2ae|ec77|gh2x|kv4x|p4bc|pj41|r83y|tt9q|ur25|wvk6)|pixel[\d ]*a?( pro)?( xl)?( fold)?( \(5g\))?)( bui|\))/i],[p,[d,mt],[l,E]],[/(google) (pixelbook( go)?)/i],[d,p],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-\w\w\d\d)(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[p,[d,dr],[l,E]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[p,`Xperia Tablet`],[d,dr],[l,A]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[p,[d,Li],[l,A]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[p,/(.+)/g,`Fire Phone $1`],[d,Li],[l,E]],[/(playbook);[-\w\),; ]+(rim)/i],[p,d,[l,A]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[p,[d,hs],[l,E]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[p,[d,fs],[l,A]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[p,[d,fs],[l,E]],[/(nexus 9)/i],[p,[d,`HTC`],[l,A]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[d,[p,/_/g,` `],[l,E]],[/tcl (xess p17aa)/i,/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])(_\w(\w|\w\w))?(\)| bui)/i],[p,[d,`TCL`],[l,A]],[/droid [\w\.]+; (418(?:7d|8v)|5087z|5102l|61(?:02[dh]|25[adfh]|27[ai]|56[dh]|59k|65[ah])|a509dl|t(?:43(?:0w|1[adepqu])|50(?:6d|7[adju])|6(?:09dl|10k|12b|71[efho]|76[hjk])|7(?:66[ahju]|67[hw]|7[045][bh]|71[hk]|73o|76[ho]|79w|81[hks]?|82h|90[bhsy]|99b)|810[hs]))(_\w(\w|\w\w))?(\)| bui)/i],[p,[d,`TCL`],[l,E]],[/(itel) ((\w+))/i],[[d,Le],p,[l,Se,{tablet:[`p10001l`,`w7001`],"*":`mobile`}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[p,[d,`Acer`],[l,A]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[p,[d,`Meizu`],[l,E]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[p,[d,`Ulefone`],[l,E]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[p,[d,`Energizer`],[l,E]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[p,[d,`Cat`],[l,E]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[p,[d,`Smartfren`],[l,E]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[p,[d,`Nothing`],[l,E]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[p,[d,`Archos`],[l,A]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[p,[d,`Archos`],[l,E]],[/; (n159v)/i],[p,[d,`HMD`],[l,E]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[d,p,[l,A]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i],[d,p,[l,E]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[d,p,[l,A]],[/(surface duo)/i],[p,[d,Co],[l,A]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[p,[d,`Fairphone`],[l,E]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[p,[d,Eo],[l,A]],[/(sprint) (\w+)/i],[d,p,[l,E]],[/(kin\.[onetw]{3})/i],[[p,/\./g,` `],[d,Co],[l,E]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[p,[d,To],[l,A]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[p,[d,To],[l,E]],[/smart-tv.+(samsung)/i],[d,[l,W]],[/hbbtv.+maple;(\d+)/i],[[p,/^/,`SmartTV`],[d,pr],[l,W]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[d,p,[l,W]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[d,Ni],[l,W]],[/(apple) ?tv/i],[d,[p,kt+` TV`],[l,W]],[/crkey.*devicetype\/chromecast/i],[[p,ze+` Third Generation`],[d,mt],[l,W]],[/crkey.*devicetype\/([^/]*)/i],[[p,/^/,`Chromecast `],[d,mt],[l,W]],[/fuchsia.*crkey/i],[[p,ze+` Nest Hub`],[d,mt],[l,W]],[/crkey/i],[[p,ze],[d,mt],[l,W]],[/(portaltv)/i],[p,[d,xo],[l,W]],[/droid.+aft(\w+)( bui|\))/i],[p,[d,Li],[l,W]],[/(shield \w+ tv)/i],[p,[d,Eo],[l,W]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[p,[d,Cs],[l,W]],[/(bravia[\w ]+)( bui|\))/i],[p,[d,dr],[l,W]],[/(mi(tv|box)-?\w+) bui/i],[p,[d,Io],[l,W]],[/Hbbtv.*(technisat) (.*);/i],[d,p,[l,W]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[d,/.+\/(\w+)/,`$1`,Se,{LG:`lge`}],[p,Vi],[l,W]],[/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i],[p,[l,W]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:|large screen[\w ]+safari)\b/i],[[l,W]],[/(playstation \w+)/i],[p,[d,dr],[l,wr]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[p,[d,Co],[l,wr]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i],[d,p,[l,wr]],[/droid.+; (shield)( bui|\))/i],[p,[d,Eo],[l,wr]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[p,[d,pr],[l,Ee]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[d,p,[l,Ee]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[p,[d,So],[l,Ee]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[p,[d,kt],[l,Ee]],[/(opwwe\d{3})/i],[p,[d,bs],[l,Ee]],[/(moto 360)/i],[p,[d,yo],[l,Ee]],[/(smartwatch 3)/i],[p,[d,dr],[l,Ee]],[/(g watch r)/i],[p,[d,Ni],[l,Ee]],[/droid.+; (wt63?0{2,3})\)/i],[p,[d,To],[l,Ee]],[/droid.+; (glass) \d/i],[p,[d,mt],[l,Oi]],[/(pico) (4|neo3(?: link|pro)?)/i],[d,p,[l,Oi]],[/(quest( \d| pro)?s?).+vr/i],[p,[d,xo],[l,Oi]],[/mobile vr; rv.+firefox/i],[[l,Oi]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[d,[l,vr]],[/(aeobc)\b/i],[p,[d,Li],[l,vr]],[/(homepod).+mac os/i],[p,[d,kt],[l,vr]],[/windows iot/i],[[l,vr]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+?(mobile|vr|\d) safari/i],[p,[l,Se,{mobile:`Mobile`,xr:`VR`,"*":A}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[l,A]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[l,E]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[p,[d,`Generic`]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[g,[u,Mi+`HTML`]],[/(arkweb)\/([\w\.]+)/i],[u,g],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[g,[u,`Blink`]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[u,g],[/ladybird\//i],[[u,`LibWeb`]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[g,u]],os:[[/(windows nt) (6\.[23]); arm/i],[[u,/N/,`R`],[g,Se,Is]],[/(windows (?:phone|mobile|iot))(?: os)?[\/ ]?([\d\.]*( se)?)/i,/(windows)[\/ ](1[01]|2000|3\.1|7|8(\.1)?|9[58]|me|server 20\d\d( r2)?|vista|xp)/i],[u,g],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[g,/(;|\))/g,``,Se,Is],[u,ko]],[/(windows ce)\/?([\d\.]*)/i],[u,g],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[g,/_/g,`.`],[u,`iOS`]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[u,`macOS`],[g,/_/g,`.`]],[/android ([\d\.]+).*crkey/i],[g,[u,ze+` Android`]],[/fuchsia.*crkey\/([\d\.]+)/i],[g,[u,ze+` Fuchsia`]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[g,[u,ze+` SmartSpeaker`]],[/linux.*crkey\/([\d\.]+)/i],[g,[u,ze+` Linux`]],[/crkey\/([\d\.]+)/i],[g,[u,ze]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[g,u],[/(ubuntu) ([\w\.]+) like android/i],[[u,/(.+)/,`$1 Touch`],g],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[u,g],[/\(bb(10);/i],[g,[u,hs]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[g,[u,`Symbian`]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[g,[u,ur+` OS`]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[g,[u,`webOS`]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[g,Se,{25:`120`,24:`108`,23:`94`,22:`87`,6:`79`,5:`68`,4:`53`,3:`38`,2:`538`,1:`537`,"*":`TV`}],[u,`webOS`]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[g,[u,`watchOS`]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[u,`Chrome OS`],g],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) (\w+)/i,/(xbox); +xbox ([^\);]+)/i,/(pico) .+os([\w\.]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/linux.+(mint)[\/\(\) ]?([\w\.]*)/i,/(mageia|vectorlinux|fuchsia|arcaos|arch(?= ?linux))[;l ]([\d\.]*)/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire|knoppix)(?: gnu[\/ ]linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/\b(aix)[; ]([1-9\.]{0,4})/i,/(hurd|linux|morphos)(?: (?:arm|x86|ppc)\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) ?(r\d)?/i],[u,g],[/(sunos) ?([\d\.]*)/i],[[u,`Solaris`],g],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[u,g]]},Ui=(function(){var r={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return Ne.call(r.init,[[Q,[u,g,br,l]],[Oe,[Z]],[Ie,[l,p,d]],[he,[u,g]],[de,[u,g]]]),Ne.call(r.isIgnore,[[Q,[g,br]],[he,[g]],[de,[g]]]),Ne.call(r.isIgnoreRgx,[[Q,/ ?browser$/i],[de,/ ?os$/i]]),Ne.call(r.toString,[[Q,[u,g]],[Oe,[Z]],[Ie,[d,p]],[he,[u,g]],[de,[u,g]]]),r})(),nc=function(r,e){var t=Ui.init[e],i=Ui.isIgnore[e]||0,o=Ui.isIgnoreRgx[e]||0,n=Ui.toString[e]||0;function s(){Ne.call(this,t);}return s.prototype.getItem=function(){return r},s.prototype.withClientHints=function(){return Ke?Ke.getHighEntropyValues(Rs).then(function(c){return r.setCH(new _s(c,false)).parseCH().get()}):r.parseCH().get()},s.prototype.withFeatureCheck=function(){return r.detectFeature().get()},e!=Lt&&(s.prototype.is=function(c){var m=false;for(var C in this)if(this.hasOwnProperty(C)&&!Oo(i,C)&&Le(o?Ft(o,this[C]):this[C])==Le(o?Ft(o,c):c)){if(m=true,c!=Xe)break}else if(c==Xe&&m){m=!m;break}return m},s.prototype.toString=function(){var c=Ut;for(var m in n)typeof this[n[m]]!==Xe&&(c+=(c?` `:Ut)+this[n[m]]);return c||Xe}),Ke||(s.prototype.then=function(c){var m=this,C=function(){for(var O in m)m.hasOwnProperty(O)&&(this[O]=m[O]);};C.prototype={is:s.prototype.is,toString:s.prototype.toString};var w=new C;return c(w),w}),new s};function _s(r,e){if(r=r||{},Ne.call(this,Rs),e)Ne.call(this,[[Lo,Do(r[Ye])],[No,Do(r[Xa])],[E,/\?1/.test(r[Za])],[p,hr(r[ec])],[Nt,hr(r[Ps])],[Uo,hr(r[tc])],[Z,hr(r[Ya])],[pt,Do(r[Qa])],[Wi,hr(r[Ja])]]);else for(var t in r)this.hasOwnProperty(t)&&typeof r[t]!==Xe&&(this[t]=r[t]);}function Ds(r,e,t,i){return this.get=function(o){return o?this.data.hasOwnProperty(o)?this.data[o]:void 0:this.data},this.set=function(o,n){return this.data[o]=n,this},this.setCH=function(o){return this.uaCH=o,this},this.detectFeature=function(){if(ee&&ee.userAgent==this.ua)switch(this.itemType){case Q:ee.brave&&typeof ee.brave.isBrave==Fi&&this.set(u,`Brave`);break;case Ie:!this.get(l)&&Ke&&Ke[E]&&this.set(l,E),this.get(p)==`Macintosh`&&ee&&typeof ee.standalone!==Xe&&ee.maxTouchPoints&&ee.maxTouchPoints>2&&this.set(p,`iPad`).set(l,A);break;case de:!this.get(u)&&Ke&&Ke[Nt]&&this.set(u,Ke[Nt]);break;case Lt:var o=this.data,n=function(s){return o[s].getItem().detectFeature().get()};this.set(Q,n(Q)).set(Oe,n(Oe)).set(Ie,n(Ie)).set(he,n(he)).set(de,n(de));}return this},this.parseUA=function(){return this.itemType!=Lt&&Ro.call(this.data,this.ua,this.rgxMap),this.itemType==Q&&this.set(br,Po(this.get(g))),this},this.parseCH=function(){var o=this.uaCH,n=this.rgxMap;switch(this.itemType){case Q:case he:var s=o[No]||o[Lo],c;if(s)for(var m in s){var C=s[m].brand||s[m],w=s[m].version;this.itemType==Q&&!/not.a.brand/i.test(C)&&(!c||/Chrom/.test(c)&&C!=Es||c==Mi&&/WebView2/.test(C))&&(C=Se(C,oc),c=this.get(u),c&&!/Chrom/.test(c)&&/Chrom/.test(C)||this.set(u,C).set(g,w).set(br,Po(w)),c=C),this.itemType==he&&C==Es&&this.set(g,w);}break;case Oe:var O=o[Z];O&&(O&&o[Wi]==`64`&&(O+=`64`),Ro.call(this.data,O+`;`,n));break;case Ie:if(o[E]&&this.set(l,E),o[p]&&(this.set(p,o[p]),!this.get(l)||!this.get(d))){var M={};Ro.call(M,`droid 9; `+o[p]+`)`,n),!this.get(l)&&M.type&&this.set(l,M.type),!this.get(d)&&M.vendor&&this.set(d,M.vendor);}if(o[pt]){var y;if(typeof o[pt]!=`string`)for(var P=0;!y&&P<o[pt].length;)y=Se(o[pt][P++],Ts);else y=Se(o[pt],Ts);this.set(l,y);}break;case de:var x=o[Nt];if(x){var v=o[Uo];x==ko&&(v=parseInt(Po(v),10)>=13?`11`:`10`),this.set(u,x).set(g,v);}this.get(u)==ko&&o[p]==`Xbox`&&this.set(u,`Xbox`).set(g,void 0);break;case Lt:var L=this.data,k=function(b){return L[b].getItem().setCH(o).parseCH().get()};this.set(Q,k(Q)).set(Oe,k(Oe)).set(Ie,k(Ie)).set(he,k(he)).set(de,k(de));}return this},Ne.call(this,[[`itemType`,r],[`ua`,e],[`uaCH`,i],[`rgxMap`,t],[`data`,nc(this,r)]]),this}function we(r,e,t){if(typeof r===Mt?(Bi(r,true)?(typeof e===Mt&&(t=e),e=r):(t=r,e=void 0),r=void 0):typeof r===Ao&&!Bi(e,true)&&(t=e,e=void 0),t&&typeof t.append===Fi){var i={};t.forEach(function(m,C){i[C]=m;}),t=i;}if(!(this instanceof we))return new we(r,e,t).getResult();var o=typeof r===Ao?r:t&&t[us]?t[us]:ee&&ee.userAgent?ee.userAgent:Ut,n=new _s(t,true),s=e?ic(xs,e):xs,c=function(m){return m==Lt?function(){return new Ds(m,o,s,n).set(`ua`,o).set(Q,this.getBrowser()).set(Oe,this.getCPU()).set(Ie,this.getDevice()).set(he,this.getEngine()).set(de,this.getOS()).get()}:function(){return new Ds(m,o,s[m],n).parseUA().get()}};return Ne.call(this,[[`getBrowser`,c(Q)],[`getCPU`,c(Oe)],[`getDevice`,c(Ie)],[`getEngine`,c(he)],[`getOS`,c(de)],[`getResult`,c(Lt)],[`getUA`,function(){return o}],[`setUA`,function(m){return Bt(m)&&(o=m.length>_o?Vi(m,_o):m),this}]]).setUA(o),this}we.VERSION=Ka;we.BROWSER=Hi([u,g,br,l]);we.CPU=Hi([Z]);we.DEVICE=Hi([p,d,l,wr,E,W,A,Ee,vr]);we.ENGINE=we.OS=Hi([u,g]);var $i=class{modifications=[];constructor(){Ce$1(`.lc-hide {display: none !important;height: 0 !important;}
|
|
61
|
+
${o}`} }`);}injectOuterCSSOnly(){let e=this.engagementTrigger.content?.outerCSS?.trim();if(!e)return;let t=this.rootContainer.id;Ce$1(`#${t} { ${e} }`);}isInViewport(){let e=this.rootContainer?.getBoundingClientRect();if(!e)return false;let t=window.innerHeight||document.documentElement.clientHeight,s=(Math.min(e.bottom,t)-Math.max(e.top,0))*e.width/(e.width*e.height)*100;return this.engagementTrigger.isAnySplit()?s>0:s>=30}async getWidgetContainer(e){if(this.rootContainer?.isConnected)return this.rootContainer;let t=await this.createParentElementWithPlacement(e);if(t)return t;let i=`.letscooee[data-engagement-id="${this.triggerContext.triggerData.shortID}"]`;return document.querySelector(i)}async createParentElementWithPlacement(e){let t=this.engagementTrigger.placement;if(!t?.selector)return Y$1.info(`\u26A0\uFE0F${this.engagementTrigger} does not have a selector`),null;let i=t.selector,o;if(i.includes(`:shadow`)){let m=i.split(`:shadow`);o=(await On$1(m[0].trim()))?.shadowRoot,i=m[1].trim(),o&&Mi$1(o,false);}Y$1.verbose(`${this.engagementTrigger} attempt to render "${t.position}" "${i}"`);let n=await On$1(i,3,o??document);if(!n)return Y$1.warn(`${this.engagementTrigger} no placement found with ${i}`),null;let s=this.generateParentElementID(),c=this.getParentElement(s);if(!e)return c;switch(t.position){case Ve$3.BEFORE1:case Ve$3.BEFORE:n.parentElement?.insertBefore(c,n);break;case Ve$3.INSIDE_FIRST1:case Ve$3.INSIDE_FIRST:n.insertBefore(c,n.firstChild);break;case Ve$3.INSIDE_LAST1:case Ve$3.INSIDE_LAST:n.appendChild(c);break;case Ve$3.AFTER1:case Ve$3.AFTER:default:n.parentElement?.insertBefore(c,n.nextSibling);}return c}async runChoresBeforeRender(){if(this.isExclusionWithBVariation)return;if(!this.isAllOkToRender()){Y$1.info(`\u26A0\uFE0F ${this.engagementTrigger} could not be rendered`);return}Y$1.verbose(`${this.engagementTrigger} will be rendered`);let e;try{e=await wi(this.engagementTrigger);}catch(t){Y$1.info(`\u203C\uFE0F${this.engagementTrigger} could not render as items failed to refresh`,t);return}if(!this.engagementTrigger.isCollectionPromoted()&&!e?.length&&this.engagementTrigger.isProductPromoted()){Y$1.info(`\u203C\uFE0F${this.engagementTrigger} could not render as no products promoted`);return}this.engagementTrigger.items=e,await this.startRendering();}updateItems(e,t){let i=this.getItemDiff(e,t),o=this.getItemDiff(t,e);t.push(...i);for(let n of o)Re.remove(t,n);}getItemDiff(e,t){return e.filter(i=>!t.some(o=>o.selectedOrFirstVariant.value.mID===i.selectedOrFirstVariant.value.mID))}};var pe=class extends X{constructor(e){super(e);}rerenderAfterCartOpened(){this.rerenderIfDeleted(),this.checkAndSendEvent();}observeWidgetContainerInViewport(){return this.getVariation()}generateParentElementID(){let e=super.generateParentElementID();return this.engagementTrigger.isSubscriptionUpsell()&&(e+=`-${this.engagementTrigger.items[0].selectedOrFirstVariant.value.mID}`),e}checkAndSendEvent(){if(!V.get().isOpen()&&Be$3().pageName!==`cart`){Y$1.log(`Do not send display event as neither the cart drawer nor the cart page is open.`);return}return super.checkAndSendEvent()}};var Ii=class r{constructor(e,t){this.engagementTrigger=e;this.element=t;this.cartItems=S.getCurrent().items;}cartItems;static renderCartUpsell(e){let t=e.placement;if(!t?.selector){Y$1.warn(`No placement available for ${e.objective}`,e.shortID);return}let i=Array.from(document.querySelectorAll(t.selector));if(!i?.length){Y$1.warn(`No placement found for ${e.objective}`,e.shortID);return}for(let o of i)new r(e,o).render();}render(){let e=this.findCartItemFromHTMLElement();if(!e||this.engagementTrigger.skipSubscribedItems&&e.selling_plan_allocation)return;let t=this.engagementTrigger.items.find(w=>w.mID===e.product_id.toString());if(!t)return;let i=t.vars.find(w=>w.mID===e.id.toString());if(!i)return;let o=new nt$1(i),n=e.selling_plan_allocation?.selling_plan;if(n)for(let w of o.sellingPlans??[])w.mID===n.id.toString()&&(w.isSelected=true,o.changeSellingPlan(w));let s=new ot$2(t);s.vars=[o],s.selectedOrFirstVariant.value=o;let c=`lc-cart-item-${this.engagementTrigger.shortID}-${t.mID}`;this.element.classList.add(c);let m=new G(this.engagementTrigger);m.placement.selector=`.${c}`,m.items=[s];let C=new pe(m);C.renderSilently(),this.watchForCartItemDeletion(C,c);}watchForCartItemDeletion(e,t){let i=new MutationObserver(o=>{o.forEach(n=>{n.removedNodes.forEach(s=>{s===this.element&&(Y$1.verbose(`${t} has been removed`),e.destroy(),i.disconnect());});});});i.observe(this.element.parentElement,{childList:true,subtree:true});}findCartItemFromHTMLElement(){let e=this.element.innerHTML;return this.cartItems.find(t=>{if(!(e.includes(t.url)||e.includes(t.variant_id))&&(!e.includes(t.product_title)||t.variant_title&&!e.includes(t.variant_title)))return false;let i=t.selling_plan_allocation?.selling_plan?.name;return !(i&&!e.includes(i))})}};var Ti=class extends X{constructor(e){super(e);}isAllOkToRender(){return true}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}this.createAngularWidget(`cooee-collection-filter`);}};var xi=class extends pe{constructor(e){super(e);}async update(e){await super.update(e),this.engagementTrigger.progressBarConfig.update(e.progressBarConfig),await this.checkMilestoneTryCatch(),this.updateAngularWidget();}isAllOkToRender(){return !!this.engagementTrigger.progressBarConfig}async startRendering(){if(this.updateAngularWidget()){this.addToRendered();return}this.createAngularWidget(`cooee-progressbar`),await this.checkMilestoneTryCatch();}async checkMilestoneTryCatch(){try{await this.checkMilestone();}catch(e){ke$2(e,`apply-milestones`,{engagementTrigger:this.engagementTrigger});}}async checkMilestone(){let e=await S.getCurrent().getNormalisedCart(),t=this.engagementTrigger.progressBarConfig,i=[],o=[],n=[],s,c,m=[...t.milestones];for(let v of m){if(v.rewardType!==Fe$1.FREE_AUTO_GIFT)continue;if(v.isUIOnly&&!v.allowATC){Y$1.verbose(`Skipping milestone ${v.label} as it is UI only and does not allow ATC`);continue}let L=v.items[0],k=v.reached,b=e.items.find(Qe=>(Qe.vID===L.vID||Qe.mID===L.mID)&&Qe.properties._letscooee_campaign===this.engagementTrigger.shortID);k&&(s=v,c=b),b&&i.push(b),!k&&b&&t.removeIneligibleItem?(Y$1.verbose(`Removing free gift ${b.vID} from cart`),n.push(b)):k&&!b&&(Y$1.verbose(`Adding free gift ${L.vID} to cart`),o.push(L));}t.restrictToLatestFreebie&&s&&(c?(i=i.filter(v=>v.vID!==c.vID),o=[]):o=[s.items[0]],n.push(...i));let C={},w={};n.length&&n.forEach(v=>w[v.key??v.vID]=0),o.length&&o.forEach(v=>w[v.vID]=1);let O=t.coupons,M=[];if(O?.length){M=O.map(k=>k.couponCode);let v=S.getCurrent().discount_codes?.map(k=>k.code)??[];M.every(k=>v.some(b=>b===k))||(C.discount=M.join(`,`));}if(pe$4.hasKeys(w)&&(C.updates=w),!pe$4.hasKeys(C))return;let y=await ts(C,this.engagementTrigger),P=y?.items,x=[];for(let v of o){let L=P?.find(k=>M?.length?k.id+``===v.vID&&k.discounts?.some(b=>M.includes(b.title)):k.id+``===v.vID);L&&x.push(L);}if(!x.length){V.get().refreshUI(y,false);return}try{await Promise.all(x.map(v=>rs(v,{properties:this.engagementTrigger.getPrivateAttributesForLineItem()})));}catch(v){ke$2(v,`add-private-attribute`,{engagementTrigger:this.engagementTrigger,extra:{productAddedByCooee:x}});}finally{V.get().refreshUI(y,false);}}};var sr=class extends pe{constructor(e){super(e);}async update(e){await super.update(e),this.engagementTrigger.content.update(e.content),this.updateAngularWidget();}isAllOkToRender(){return !!this.engagementTrigger.content}async startRendering(){if(this.updateAngularWidget()){this.addToRendered();return}this.createAngularWidget(`cooee-savings-bar`);}};var Di=class extends X{constructor(e){super(e);}isAllOkToRender(){return !!this.engagementTrigger.content?.videoConfig}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}let e,t=this.engagementTrigger.content.videoConfig;t.template===`FLOATING_POPUP`?e=`cooee-video-popup`:t.template===`STORY`?e=`cooee-video-stories`:e=`cooee-video-playlist`,this.createAngularWidget(e);}};var Pi=class extends X{constructor(e){super(e);}isAllOkToRender(){return true}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}this.createAngularWidget(`cooee-sticky-atc`);}};var Ri=class extends X{constructor(e){super(e);}isAllOkToRender(){return true}async startRendering(){let e=this.getParentElement(`inner-letscooee-${this.engagementTrigger.shortID}`);this.rootContainer.appendChild(e),document.addEventListener(`letscooee:inbound:cta:add-bundle`,this.inboundCTAListener.bind(this),false);}async inboundCTAListener(e){let t=this.engagementTrigger,i=`Engagement(id: ${t.engagementID}, shortID: ${t.shortID})`,o=e.detail;if(!pe$4.hasKeys(o)){Y$1.error(`No detail received for ${i}`);return}Y$1.log(`Detail received for BYOB`,o);let n=o.campaignID??o.campaignId??o.campaign_id;if(n!==t.shortID&&n!==t.engagementID){Y$1.warn(`Current ${i} is not BYOB. Received: ${n}`);return}let s=o.items;if(!s?.length)return;let c=s.map(m=>new et({mID:m.product_id,vID:m.variant_id,quantity:m.quantity||1}));await new _e(this.triggerContext).execute({embeddedItems:c,clickAction:{at:He$3.ADD_BUNDLE,applyDiscount:true}});}};var wo=false,vo=false,_i=null,Ai=null,ss=false,lt=new Set,At=new Set;function as(){ss||(ss=true,vt$2(()=>{Nn(document.body,{childList:true,subtree:true},500,Ln).subscribe(()=>{At.forEach(r=>r.rerenderIfDeleted()),lt.forEach(r=>r.rerenderIfDeleted());});}));}function ar(r){if(r.length>0&&ps(),as(),wo){Y$1.verbose(`Cart widget processing in progress, queuing latest triggers`),_i=r;return}wo=true;try{$a(r);}finally{if(wo=false,_i){let e=_i;_i=null,Y$1.verbose(`Processing queued cart triggers`),ar(e);}}}function cr(r){if(r.length>0&&ps(),as(),vo){Y$1.verbose(`Page widget processing in progress, queuing latest triggers`),Ai=r;return}vo=true;try{qa(r);}finally{if(vo=false,Ai){let e=Ai;Ai=null,Y$1.verbose(`Processing queued page triggers`),cr(e);}}}function cs(){lt.forEach(r=>r.rerenderAfterCartOpened());}function $a(r){ms(lt,r);for(let e of r){Y$1.info(`${e} received as cart embed`);let t=ls(lt,e);if(t&&!e.isSubscriptionUpsell()){t.updateAndReRender(e).catch(o=>{ke$2(o,`update-and-re-render`,{engagementTrigger:e});});continue}Y$1.verbose(`${e} is new`);let i;if(e.isProgressBar())i=new xi(e);else if(e.isSubscriptionUpsell()){Ii.renderCartUpsell(e);continue}else e.isSavingsBar()?i=new sr(e):i=new pe(e);lt.add(i),i.renderSilently();}}function qa(r){ms(At,r);for(let e of r){Y$1.info(`${e} received as page embed`);let t=ls(At,e);if(t){t.updateAndReRender(e).catch(o=>{ke$2(o,`update-and-re-render`,{engagementTrigger:e});});continue}Y$1.verbose(`${e} is new`);let i;e.isShoppableVideo()?i=new Di(e):e.isBYOB()?i=new Ri(e):e.isStickyATC()?i=new Pi(e):e.isSavingsBar()?i=new sr(e):e.isCollectionFilter()?i=new Ti(e):i=new X(e),At.add(i),i.renderSilently();}}function ls(r,e){for(let t of r)if(t.matches(e))return t}function ms(r,e){let t=new Set(e.map(i=>i.shortID));for(let i of r)t.has(i.engagementTrigger.shortID)||i.destroy();}function ps(){import('./widgets-DkXU5112-D30WP3Pt.js').then(function (n) { return n.ad; }).then(({loadAngularWidgets:r})=>{r();});}var ki=class extends oe$5{static storeName=`app`;static{this.storage=ge$3(this.storeName);}};var Ga=` daum[ /]| deusu/|(?:^|[^g])news(?!sapphire)|(?<! (?:channel/|google/))google(?!(app|/google| pixel))|(?<! cu)bots?(?:\\b|_)|(?<!(?:lib))http|(?<![hg]m)score|(?<!cam)scan|24x7|@[a-z][\\w-]+\\.|\\(\\)|\\.com\\b|\\bperl\\b|\\btime/|\\||^[\\w \\.\\-\\(?:\\):%]+(?:/v?\\d+(?:\\.\\d+)?(?:\\.\\d{1,10})*?)?(?:,|$)|^[^ ]{50,}$|^\\d+\\b|^\\W|^\\w*search\\b|^\\w+/[\\w\\(\\)]*$|^active|^ad muncher|^amaya|^avsdevicesdk/|^azure|^biglotron|^bot|^bw/|^clamav[ /]|^client/|^cobweb/|^custom|^ddg[_-]android|^discourse|^dispatch/\\d|^downcast/|^duckduckgo|^email|^facebook|^getright/|^gozilla/|^hobbit|^hotzonu|^hwcdn/|^igetter/|^jeode/|^jetty/|^jigsaw|^microsoft bits|^movabletype|^mozilla/\\d\\.\\d\\s[\\w\\.-]+$|^mozilla/\\d\\.\\d\\s\\(compatible;?(?:\\s\\w+\\/\\d+\\.\\d+)?\\)$|^navermailapp|^netsurf|^offline|^openai/|^owler|^php|^postman|^python|^rank|^read|^reed|^rest|^rss|^snapchat|^space bison|^svn|^swcd |^taringa|^thumbor/|^track|^w3c|^webbandit/|^webcopier|^wget|^whatsapp|^wordpress|^xenu link sleuth|^yahoo|^yandex|^zdm/\\d|^zoom marketplace/|agent\\b|analyzer|archive|ask jeeves/teoma|audit|bit\\.ly/|bluecoat drtr|browsex|burpcollaborator|capture|catch|check\\b|checker|chrome-lighthouse|chromeframe|classifier|cloudflare|convertify|crawl|cypress/|dareboost|datanyze|dejaclick|detect|dmbrowser|download|evc-batch/|exaleadcloudview|feed|fetcher|firephp|functionize|grab|headless|httrack|hubspot marketing grader|hydra|ibisbrowser|infrawatch|insight|inspect|iplabel|java(?!;)|library|linkcheck|mail\\.ru/|manager|measure|neustar wpm|node\\b|nutch|offbyone|onetrust|optimize|pageburst|pagespeed|parser|phantomjs|pingdom|powermarks|preview|proxy|ptst[ /]\\d|retriever|rexx;|rigor|rss\\b|scrape|server|sogou|sparkler/|speedcurve|spider|splash|statuscake|supercleaner|synapse|synthetic|tools|torrent|transcoder|url|validator|virtuoso|wappalyzer|webglance|webkit2png|whatcms/|xtate/`,ja=/bot|crawl|http|lighthouse|scan|search|spider/i,lr;function za(){if(lr instanceof RegExp)return lr;try{lr=new RegExp(Ga,`i`);}catch{lr=ja;}return lr}function ds(r){return !!r&&za().test(r)}var Ka=`2.0.4`,_o=500,us=`user-agent`,Ut=``,gs=`?`,Fi=`function`,Xe=`undefined`,Mt=`object`,Ao=`string`,Q=`browser`,Oe=`cpu`,Ie=`device`,he=`engine`,de=`os`,Lt=`result`,u=`name`,l=`type`,d=`vendor`,g=`version`,Z=`architecture`,br=`major`,p=`model`,wr=`console`,E=`mobile`,A=`tablet`,W=`smarttv`,Ee=`wearable`,Oi=`xr`,vr=`embedded`,mr=`inapp`,Lo=`brands`,pt=`formFactors`,No=`fullVersionList`,Nt=`platform`,Uo=`platformVersion`,Wi=`bitness`,Ye=`sec-ch-ua`,Xa=Ye+`-full-version-list`,Ya=Ye+`-arch`,Ja=Ye+`-`+Wi,Qa=Ye+`-form-factors`,Za=Ye+`-`+E,ec=Ye+`-`+p,Ps=Ye+`-`+Nt,tc=Ps+`-version`,Rs=[Lo,No,E,p,Nt,Uo,Z,pt,Wi],Li=`Amazon`,kt=`Apple`,fs=`ASUS`,hs=`BlackBerry`,mt=`Google`,ws=`Huawei`,bo=`Lenovo`,vs=`Honor`,Ni=`LG`,Co=`Microsoft`,yo=`Motorola`,Eo=`Nvidia`,bs=`OnePlus`,So=`OPPO`,pr=`Samsung`,Cs=`Sharp`,dr=`Sony`,Io=`Xiaomi`,To=`Zebra`,ys=`Chrome`,Es=`Chromium`,ze=`Chromecast`,Mi=`Edge`,ur=`Firefox`,gr=`Opera`,xo=`Facebook`,Ss=`Sogou`,Ot=`Mobile `,fr=` Browser`,ko=`Windows`,ee=typeof window!==Xe&&window.navigator?window.navigator:void 0,Ke=ee&&ee.userAgentData?ee.userAgentData:void 0,ic=function(r,e){var t={},i=e;if(!Bi(e)){i={};for(var o in e)for(var n in e[o])i[n]=e[o][n].concat(i[n]?i[n]:[]);}for(var s in r)t[s]=i[s]&&i[s].length%2===0?i[s].concat(r[s]):r[s];return t},Hi=function(r){for(var e={},t=0;t<r.length;t++)e[r[t].toUpperCase()]=r[t];return e},Oo=function(r,e){if(typeof r===Mt&&r.length>0){for(var t in r)if(Le(e)==Le(r[t]))return true;return false}return Bt(r)?Le(e)==Le(r):false},Bi=function(r,e){for(var t in r)return /^(browser|cpu|device|engine|os)$/.test(t)||(e?Bi(r[t]):false)},Bt=function(r){return typeof r===Ao},Do=function(r){if(r){for(var e=[],t=Ft(/\\?\"/g,r).split(`,`),i=0;i<t.length;i++)if(t[i].indexOf(`;`)>-1){var o=Vi(t[i]).split(`;v=`);e[i]={brand:o[0],version:o[1]};}else e[i]=Vi(t[i]);return e}},Le=function(r){return Bt(r)?r.toLowerCase():r},Po=function(r){return Bt(r)?Ft(/[^\d\.]/g,r).split(`.`)[0]:void 0},Ne=function(r){for(var e in r){var t=r[e];typeof t==Mt&&t.length==2?this[t[0]]=t[1]:this[t]=void 0;}return this},Ft=function(r,e){return Bt(e)?e.replace(r,Ut):e},hr=function(r){return Ft(/\\?\"/g,r)},Vi=function(r,e){if(Bt(r))return r=Ft(/^\s\s*/,r),typeof e===Xe?r:r.substring(0,_o)},Ro=function(r,e){if(!(!r||!e))for(var t=0,i,o,n,s,c,m;t<e.length&&!c;){var C=e[t],w=e[t+1];for(i=o=0;i<C.length&&!c&&C[i];)if(c=C[i++].exec(r),c)for(n=0;n<w.length;n++)m=c[++o],s=w[n],typeof s===Mt&&s.length>0?s.length===2?typeof s[1]==Fi?this[s[0]]=s[1].call(this,m):this[s[0]]=s[1]:s.length>=3&&(typeof s[1]===Fi&&!(s[1].exec&&s[1].test)?s.length>3?this[s[0]]=m?s[1].apply(this,s.slice(2)):void 0:this[s[0]]=m?s[1].call(this,m,s[2]):void 0:s.length==3?this[s[0]]=m?m.replace(s[1],s[2]):void 0:s.length==4?this[s[0]]=m?s[3].call(this,m.replace(s[1],s[2])):void 0:s.length>4&&(this[s[0]]=m?s[3].apply(this,[m.replace(s[1],s[2])].concat(s.slice(4))):void 0)):this[s]=m||void 0;t+=2;}},Se=function(r,e){for(var t in e)if(typeof e[t]===Mt&&e[t].length>0){for(var i=0;i<e[t].length;i++)if(Oo(e[t][i],r))return t===gs?void 0:t}else if(Oo(e[t],r))return t===gs?void 0:t;return e.hasOwnProperty(`*`)?e[`*`]:r},Is={ME:`4.90`,"NT 3.51":`3.51`,"NT 4.0":`4.0`,2e3:[`5.0`,`5.01`],XP:[`5.1`,`5.2`],Vista:`6.0`,7:`6.1`,8:`6.2`,"8.1":`6.3`,10:[`6.4`,`10.0`],NT:``},Ts={embedded:`Automotive`,mobile:`Mobile`,tablet:[`Tablet`,`EInk`],smarttv:`TV`,wearable:`Watch`,xr:[`VR`,`XR`],"?":[`Desktop`,`Unknown`],"*":void 0},oc={Chrome:`Google Chrome`,Edge:`Microsoft Edge`,"Edge WebView2":`Microsoft Edge WebView2`,"Chrome WebView":`Android WebView`,"Chrome Headless":`HeadlessChrome`,"Huawei Browser":`HuaweiBrowser`,"MIUI Browser":`Miui Browser`,"Opera Mobi":`OperaMobile`,Yandex:`YaBrowser`},xs={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[g,[u,Ot+`Chrome`]],[/webview.+edge\/([\w\.]+)/i],[g,[u,Mi+` WebView`]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[g,[u,`Edge`]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[u,g],[/opios[\/ ]+([\w\.]+)/i],[g,[u,gr+` Mini`]],[/\bop(?:rg)?x\/([\w\.]+)/i],[g,[u,gr+` GX`]],[/\bopr\/([\w\.]+)/i],[g,[u,gr]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[g,[u,`Baidu`]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[g,[u,`Maxthon`]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser)\/([-\w\.]+)/i,/(heytap|ovi|115|surf)browser\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[u,g],[/quark(?:pc)?\/([-\w\.]+)/i],[g,[u,`Quark`]],[/\bddg\/([\w\.]+)/i],[g,[u,`DuckDuckGo`]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[g,[u,`UCBrowser`]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[g,[u,`WeChat`]],[/konqueror\/([\w\.]+)/i],[g,[u,`Konqueror`]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[g,[u,`IE`]],[/ya(?:search)?browser\/([\w\.]+)/i],[g,[u,`Yandex`]],[/slbrowser\/([\w\.]+)/i],[g,[u,`Smart `+bo+fr]],[/(avast|avg)\/([\w\.]+)/i],[[u,/(.+)/,`$1 Secure`+fr],g],[/\bfocus\/([\w\.]+)/i],[g,[u,ur+` Focus`]],[/\bopt\/([\w\.]+)/i],[g,[u,gr+` Touch`]],[/coc_coc\w+\/([\w\.]+)/i],[g,[u,`Coc Coc`]],[/dolfin\/([\w\.]+)/i],[g,[u,`Dolphin`]],[/coast\/([\w\.]+)/i],[g,[u,gr+` Coast`]],[/miuibrowser\/([\w\.]+)/i],[g,[u,`MIUI`+fr]],[/fxios\/([\w\.-]+)/i],[g,[u,Ot+ur]],[/\bqihoobrowser\/?([\w\.]*)/i],[g,[u,`360`]],[/\b(qq)\/([\w\.]+)/i],[[u,/(.+)/,`$1Browser`],g],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[u,/(.+)/,`$1`+fr],g],[/samsungbrowser\/([\w\.]+)/i],[g,[u,pr+` Internet`]],[/metasr[\/ ]?([\d\.]+)/i],[g,[u,Ss+` Explorer`]],[/(sogou)mo\w+\/([\d\.]+)/i],[[u,Ss+` Mobile`],g],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[u,g],[/(lbbrowser|rekonq)/i],[u],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[g,u],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[u,xo],g,[l,mr]],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[u,g,[l,mr]],[/\bgsa\/([\w\.]+) .*safari\//i],[g,[u,`GSA`],[l,mr]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[g,[u,`TikTok`],[l,mr]],[/\[(linkedin)app\]/i],[u,[l,mr]],[/(chromium)[\/ ]([-\w\.]+)/i],[u,g],[/headlesschrome(?:\/([\w\.]+)| )/i],[g,[u,ys+` Headless`]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[g,[u,Mi+` WebView2`]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[u,ys+` WebView`],g],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[g,[u,`Android`+fr]],[/chrome\/([\w\.]+) mobile/i],[g,[u,Ot+`Chrome`]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[u,g],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[g,[u,Ot+`Safari`]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[u,Ot+`Safari`]],[/version\/([\w\.\,]+) .*(safari)/i],[g,u],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[u,[g,`1`]],[/(webkit|khtml)\/([\w\.]+)/i],[u,g],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[u,Ot+ur],g],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[u,`Netscape`],g],[/(wolvic|librewolf)\/([\w\.]+)/i],[u,g],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[g,[u,ur+` Reality`]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[u,[g,/_/g,`.`]],[/(cobalt)\/([\w\.]+)/i],[u,[g,/[^\d\.]+./,Ut]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[Z,`amd64`]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[Z,`ia32`]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[Z,`arm64`]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[Z,`armhf`]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[Z,`arm`]],[/((ppc|powerpc)(64)?)( mac|;|\))/i],[[Z,/ower/,Ut,Le]],[/ sun4\w[;\)]/i],[[Z,`sparc`]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i],[[Z,Le]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[p,[d,pr],[l,A]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,/sec-(sgh\w+)/i],[p,[d,pr],[l,E]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[p,[d,kt],[l,E]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[p,[d,kt],[l,A]],[/(macintosh);/i],[p,[d,kt]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[p,[d,Cs],[l,E]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[p,[d,vs],[l,A]],[/honor([-\w ]+)[;\)]/i],[p,[d,vs],[l,E]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[p,[d,ws],[l,A]],[/(?:huawei)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[p,[d,ws],[l,E]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[p,/_/g,` `],[d,Io],[l,A]],[/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[p,/_/g,` `],[d,Io],[l,E]],[/droid.+; (cph2[3-6]\d[13579]|((gm|hd)19|(ac|be|in|kb)20|(d[en]|eb|le|mt)21|ne22)[0-2]\d|p[g-k]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[p,[d,bs],[l,E]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[p,[d,So],[l,E]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[p,[d,Se,{OnePlus:[`203`,`304`,`403`,`404`,`413`,`415`],"*":So}],[l,A]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[p,[d,`BLU`],[l,E]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[p,[d,`Vivo`],[l,E]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[p,[d,`Realme`],[l,E]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[p,[d,bo],[l,A]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[p,[d,bo],[l,E]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,/((?:moto(?! 360)[-\w\(\) ]+|xt\d{3,4}[cgkosw\+]?[-\d]*|nexus 6)(?= bui|\)))/i],[p,[d,yo],[l,E]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[p,[d,yo],[l,A]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[p,[d,Ni],[l,A]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[p,[d,Ni],[l,E]],[/(nokia) (t[12][01])/i],[d,p,[l,A]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*))/i],[[p,/_/g,` `],[l,E],[d,`Nokia`]],[/(pixel (c|tablet))\b/i],[p,[d,mt],[l,A]],[/droid.+;(?: google)? (g(01[13]a|020[aem]|025[jn]|1b60|1f8f|2ybb|4s1m|576d|5nz6|8hhn|8vou|a02099|c15s|d1yq|e2ae|ec77|gh2x|kv4x|p4bc|pj41|r83y|tt9q|ur25|wvk6)|pixel[\d ]*a?( pro)?( xl)?( fold)?( \(5g\))?)( bui|\))/i],[p,[d,mt],[l,E]],[/(google) (pixelbook( go)?)/i],[d,p],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-\w\w\d\d)(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[p,[d,dr],[l,E]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[p,`Xperia Tablet`],[d,dr],[l,A]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[p,[d,Li],[l,A]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[p,/(.+)/g,`Fire Phone $1`],[d,Li],[l,E]],[/(playbook);[-\w\),; ]+(rim)/i],[p,d,[l,A]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[p,[d,hs],[l,E]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[p,[d,fs],[l,A]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[p,[d,fs],[l,E]],[/(nexus 9)/i],[p,[d,`HTC`],[l,A]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[d,[p,/_/g,` `],[l,E]],[/tcl (xess p17aa)/i,/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])(_\w(\w|\w\w))?(\)| bui)/i],[p,[d,`TCL`],[l,A]],[/droid [\w\.]+; (418(?:7d|8v)|5087z|5102l|61(?:02[dh]|25[adfh]|27[ai]|56[dh]|59k|65[ah])|a509dl|t(?:43(?:0w|1[adepqu])|50(?:6d|7[adju])|6(?:09dl|10k|12b|71[efho]|76[hjk])|7(?:66[ahju]|67[hw]|7[045][bh]|71[hk]|73o|76[ho]|79w|81[hks]?|82h|90[bhsy]|99b)|810[hs]))(_\w(\w|\w\w))?(\)| bui)/i],[p,[d,`TCL`],[l,E]],[/(itel) ((\w+))/i],[[d,Le],p,[l,Se,{tablet:[`p10001l`,`w7001`],"*":`mobile`}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[p,[d,`Acer`],[l,A]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[p,[d,`Meizu`],[l,E]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[p,[d,`Ulefone`],[l,E]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[p,[d,`Energizer`],[l,E]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[p,[d,`Cat`],[l,E]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[p,[d,`Smartfren`],[l,E]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[p,[d,`Nothing`],[l,E]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[p,[d,`Archos`],[l,A]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[p,[d,`Archos`],[l,E]],[/; (n159v)/i],[p,[d,`HMD`],[l,E]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[d,p,[l,A]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i],[d,p,[l,E]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[d,p,[l,A]],[/(surface duo)/i],[p,[d,Co],[l,A]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[p,[d,`Fairphone`],[l,E]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[p,[d,Eo],[l,A]],[/(sprint) (\w+)/i],[d,p,[l,E]],[/(kin\.[onetw]{3})/i],[[p,/\./g,` `],[d,Co],[l,E]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[p,[d,To],[l,A]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[p,[d,To],[l,E]],[/smart-tv.+(samsung)/i],[d,[l,W]],[/hbbtv.+maple;(\d+)/i],[[p,/^/,`SmartTV`],[d,pr],[l,W]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[d,p,[l,W]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[d,Ni],[l,W]],[/(apple) ?tv/i],[d,[p,kt+` TV`],[l,W]],[/crkey.*devicetype\/chromecast/i],[[p,ze+` Third Generation`],[d,mt],[l,W]],[/crkey.*devicetype\/([^/]*)/i],[[p,/^/,`Chromecast `],[d,mt],[l,W]],[/fuchsia.*crkey/i],[[p,ze+` Nest Hub`],[d,mt],[l,W]],[/crkey/i],[[p,ze],[d,mt],[l,W]],[/(portaltv)/i],[p,[d,xo],[l,W]],[/droid.+aft(\w+)( bui|\))/i],[p,[d,Li],[l,W]],[/(shield \w+ tv)/i],[p,[d,Eo],[l,W]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[p,[d,Cs],[l,W]],[/(bravia[\w ]+)( bui|\))/i],[p,[d,dr],[l,W]],[/(mi(tv|box)-?\w+) bui/i],[p,[d,Io],[l,W]],[/Hbbtv.*(technisat) (.*);/i],[d,p,[l,W]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[d,/.+\/(\w+)/,`$1`,Se,{LG:`lge`}],[p,Vi],[l,W]],[/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i],[p,[l,W]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:|large screen[\w ]+safari)\b/i],[[l,W]],[/(playstation \w+)/i],[p,[d,dr],[l,wr]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[p,[d,Co],[l,wr]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i],[d,p,[l,wr]],[/droid.+; (shield)( bui|\))/i],[p,[d,Eo],[l,wr]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[p,[d,pr],[l,Ee]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[d,p,[l,Ee]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[p,[d,So],[l,Ee]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[p,[d,kt],[l,Ee]],[/(opwwe\d{3})/i],[p,[d,bs],[l,Ee]],[/(moto 360)/i],[p,[d,yo],[l,Ee]],[/(smartwatch 3)/i],[p,[d,dr],[l,Ee]],[/(g watch r)/i],[p,[d,Ni],[l,Ee]],[/droid.+; (wt63?0{2,3})\)/i],[p,[d,To],[l,Ee]],[/droid.+; (glass) \d/i],[p,[d,mt],[l,Oi]],[/(pico) (4|neo3(?: link|pro)?)/i],[d,p,[l,Oi]],[/(quest( \d| pro)?s?).+vr/i],[p,[d,xo],[l,Oi]],[/mobile vr; rv.+firefox/i],[[l,Oi]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[d,[l,vr]],[/(aeobc)\b/i],[p,[d,Li],[l,vr]],[/(homepod).+mac os/i],[p,[d,kt],[l,vr]],[/windows iot/i],[[l,vr]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+?(mobile|vr|\d) safari/i],[p,[l,Se,{mobile:`Mobile`,xr:`VR`,"*":A}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[l,A]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[l,E]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[p,[d,`Generic`]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[g,[u,Mi+`HTML`]],[/(arkweb)\/([\w\.]+)/i],[u,g],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[g,[u,`Blink`]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[u,g],[/ladybird\//i],[[u,`LibWeb`]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[g,u]],os:[[/(windows nt) (6\.[23]); arm/i],[[u,/N/,`R`],[g,Se,Is]],[/(windows (?:phone|mobile|iot))(?: os)?[\/ ]?([\d\.]*( se)?)/i,/(windows)[\/ ](1[01]|2000|3\.1|7|8(\.1)?|9[58]|me|server 20\d\d( r2)?|vista|xp)/i],[u,g],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[g,/(;|\))/g,``,Se,Is],[u,ko]],[/(windows ce)\/?([\d\.]*)/i],[u,g],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[g,/_/g,`.`],[u,`iOS`]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[u,`macOS`],[g,/_/g,`.`]],[/android ([\d\.]+).*crkey/i],[g,[u,ze+` Android`]],[/fuchsia.*crkey\/([\d\.]+)/i],[g,[u,ze+` Fuchsia`]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[g,[u,ze+` SmartSpeaker`]],[/linux.*crkey\/([\d\.]+)/i],[g,[u,ze+` Linux`]],[/crkey\/([\d\.]+)/i],[g,[u,ze]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[g,u],[/(ubuntu) ([\w\.]+) like android/i],[[u,/(.+)/,`$1 Touch`],g],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[u,g],[/\(bb(10);/i],[g,[u,hs]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[g,[u,`Symbian`]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[g,[u,ur+` OS`]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[g,[u,`webOS`]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[g,Se,{25:`120`,24:`108`,23:`94`,22:`87`,6:`79`,5:`68`,4:`53`,3:`38`,2:`538`,1:`537`,"*":`TV`}],[u,`webOS`]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[g,[u,`watchOS`]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[u,`Chrome OS`],g],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) (\w+)/i,/(xbox); +xbox ([^\);]+)/i,/(pico) .+os([\w\.]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/linux.+(mint)[\/\(\) ]?([\w\.]*)/i,/(mageia|vectorlinux|fuchsia|arcaos|arch(?= ?linux))[;l ]([\d\.]*)/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire|knoppix)(?: gnu[\/ ]linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/\b(aix)[; ]([1-9\.]{0,4})/i,/(hurd|linux|morphos)(?: (?:arm|x86|ppc)\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) ?(r\d)?/i],[u,g],[/(sunos) ?([\d\.]*)/i],[[u,`Solaris`],g],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[u,g]]},Ui=(function(){var r={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return Ne.call(r.init,[[Q,[u,g,br,l]],[Oe,[Z]],[Ie,[l,p,d]],[he,[u,g]],[de,[u,g]]]),Ne.call(r.isIgnore,[[Q,[g,br]],[he,[g]],[de,[g]]]),Ne.call(r.isIgnoreRgx,[[Q,/ ?browser$/i],[de,/ ?os$/i]]),Ne.call(r.toString,[[Q,[u,g]],[Oe,[Z]],[Ie,[d,p]],[he,[u,g]],[de,[u,g]]]),r})(),nc=function(r,e){var t=Ui.init[e],i=Ui.isIgnore[e]||0,o=Ui.isIgnoreRgx[e]||0,n=Ui.toString[e]||0;function s(){Ne.call(this,t);}return s.prototype.getItem=function(){return r},s.prototype.withClientHints=function(){return Ke?Ke.getHighEntropyValues(Rs).then(function(c){return r.setCH(new _s(c,false)).parseCH().get()}):r.parseCH().get()},s.prototype.withFeatureCheck=function(){return r.detectFeature().get()},e!=Lt&&(s.prototype.is=function(c){var m=false;for(var C in this)if(this.hasOwnProperty(C)&&!Oo(i,C)&&Le(o?Ft(o,this[C]):this[C])==Le(o?Ft(o,c):c)){if(m=true,c!=Xe)break}else if(c==Xe&&m){m=!m;break}return m},s.prototype.toString=function(){var c=Ut;for(var m in n)typeof this[n[m]]!==Xe&&(c+=(c?` `:Ut)+this[n[m]]);return c||Xe}),Ke||(s.prototype.then=function(c){var m=this,C=function(){for(var O in m)m.hasOwnProperty(O)&&(this[O]=m[O]);};C.prototype={is:s.prototype.is,toString:s.prototype.toString};var w=new C;return c(w),w}),new s};function _s(r,e){if(r=r||{},Ne.call(this,Rs),e)Ne.call(this,[[Lo,Do(r[Ye])],[No,Do(r[Xa])],[E,/\?1/.test(r[Za])],[p,hr(r[ec])],[Nt,hr(r[Ps])],[Uo,hr(r[tc])],[Z,hr(r[Ya])],[pt,Do(r[Qa])],[Wi,hr(r[Ja])]]);else for(var t in r)this.hasOwnProperty(t)&&typeof r[t]!==Xe&&(this[t]=r[t]);}function Ds(r,e,t,i){return this.get=function(o){return o?this.data.hasOwnProperty(o)?this.data[o]:void 0:this.data},this.set=function(o,n){return this.data[o]=n,this},this.setCH=function(o){return this.uaCH=o,this},this.detectFeature=function(){if(ee&&ee.userAgent==this.ua)switch(this.itemType){case Q:ee.brave&&typeof ee.brave.isBrave==Fi&&this.set(u,`Brave`);break;case Ie:!this.get(l)&&Ke&&Ke[E]&&this.set(l,E),this.get(p)==`Macintosh`&&ee&&typeof ee.standalone!==Xe&&ee.maxTouchPoints&&ee.maxTouchPoints>2&&this.set(p,`iPad`).set(l,A);break;case de:!this.get(u)&&Ke&&Ke[Nt]&&this.set(u,Ke[Nt]);break;case Lt:var o=this.data,n=function(s){return o[s].getItem().detectFeature().get()};this.set(Q,n(Q)).set(Oe,n(Oe)).set(Ie,n(Ie)).set(he,n(he)).set(de,n(de));}return this},this.parseUA=function(){return this.itemType!=Lt&&Ro.call(this.data,this.ua,this.rgxMap),this.itemType==Q&&this.set(br,Po(this.get(g))),this},this.parseCH=function(){var o=this.uaCH,n=this.rgxMap;switch(this.itemType){case Q:case he:var s=o[No]||o[Lo],c;if(s)for(var m in s){var C=s[m].brand||s[m],w=s[m].version;this.itemType==Q&&!/not.a.brand/i.test(C)&&(!c||/Chrom/.test(c)&&C!=Es||c==Mi&&/WebView2/.test(C))&&(C=Se(C,oc),c=this.get(u),c&&!/Chrom/.test(c)&&/Chrom/.test(C)||this.set(u,C).set(g,w).set(br,Po(w)),c=C),this.itemType==he&&C==Es&&this.set(g,w);}break;case Oe:var O=o[Z];O&&(O&&o[Wi]==`64`&&(O+=`64`),Ro.call(this.data,O+`;`,n));break;case Ie:if(o[E]&&this.set(l,E),o[p]&&(this.set(p,o[p]),!this.get(l)||!this.get(d))){var M={};Ro.call(M,`droid 9; `+o[p]+`)`,n),!this.get(l)&&M.type&&this.set(l,M.type),!this.get(d)&&M.vendor&&this.set(d,M.vendor);}if(o[pt]){var y;if(typeof o[pt]!=`string`)for(var P=0;!y&&P<o[pt].length;)y=Se(o[pt][P++],Ts);else y=Se(o[pt],Ts);this.set(l,y);}break;case de:var x=o[Nt];if(x){var v=o[Uo];x==ko&&(v=parseInt(Po(v),10)>=13?`11`:`10`),this.set(u,x).set(g,v);}this.get(u)==ko&&o[p]==`Xbox`&&this.set(u,`Xbox`).set(g,void 0);break;case Lt:var L=this.data,k=function(b){return L[b].getItem().setCH(o).parseCH().get()};this.set(Q,k(Q)).set(Oe,k(Oe)).set(Ie,k(Ie)).set(he,k(he)).set(de,k(de));}return this},Ne.call(this,[[`itemType`,r],[`ua`,e],[`uaCH`,i],[`rgxMap`,t],[`data`,nc(this,r)]]),this}function we(r,e,t){if(typeof r===Mt?(Bi(r,true)?(typeof e===Mt&&(t=e),e=r):(t=r,e=void 0),r=void 0):typeof r===Ao&&!Bi(e,true)&&(t=e,e=void 0),t&&typeof t.append===Fi){var i={};t.forEach(function(m,C){i[C]=m;}),t=i;}if(!(this instanceof we))return new we(r,e,t).getResult();var o=typeof r===Ao?r:t&&t[us]?t[us]:ee&&ee.userAgent?ee.userAgent:Ut,n=new _s(t,true),s=e?ic(xs,e):xs,c=function(m){return m==Lt?function(){return new Ds(m,o,s,n).set(`ua`,o).set(Q,this.getBrowser()).set(Oe,this.getCPU()).set(Ie,this.getDevice()).set(he,this.getEngine()).set(de,this.getOS()).get()}:function(){return new Ds(m,o,s[m],n).parseUA().get()}};return Ne.call(this,[[`getBrowser`,c(Q)],[`getCPU`,c(Oe)],[`getDevice`,c(Ie)],[`getEngine`,c(he)],[`getOS`,c(de)],[`getResult`,c(Lt)],[`getUA`,function(){return o}],[`setUA`,function(m){return Bt(m)&&(o=m.length>_o?Vi(m,_o):m),this}]]).setUA(o),this}we.VERSION=Ka;we.BROWSER=Hi([u,g,br,l]);we.CPU=Hi([Z]);we.DEVICE=Hi([p,d,l,wr,E,W,A,Ee,vr]);we.ENGINE=we.OS=Hi([u,g]);var $i=class{modifications=[];constructor(){Ce$1(`.lc-hide {display: none !important;height: 0 !important;}
|
|
62
62
|
.lc-display-block {display: block !important;}
|
|
63
|
-
.lc-display-inline {display: inline !important;}`,document.body);}execute(e){for(let t of e){if(!t.experimentConfig)continue;this.executeExperiment(t)&&this.trackExperimentRan(t);}if(document.querySelector(`#lc-hide-body`)?.remove(),!document.body){to(`No body element found`,`error`);return}this.setupMutationObserver();}executeExperiment(e){let t=e.experimentConfig?.modifications;if(!t?.length)return Y$1.log(`Nothing to experiment`,e.toString()),true;let i=false;for(let o of t){if(!o.cssSelector){Y$1.verbose(`No CSS Selector available`,e?.toString());continue}this.modifications.push(o);let n=Array.from(document.querySelectorAll(o.cssSelector));n?.length&&(this.executeSingleModification(o,n),i=true);}return i}executeSingleModification(e,t){if(t?.length)for(let i of t)Object.assign(i.style,e.style),e.display===`HIDE`?i.classList.add(`lc-hide`):e.display===`BLOCK`?i.classList.add(`lc-display-block`):e.display===`INLINE`&&i.classList.add(`lc-display-inline`),e.type===`TEXT`&&e.text?i.innerHTML=e.text:e.type===`IMAGE`&&this.updateImage(e,i),e.moveTo?.selector&&this.changePlacement(e,i).catch(console.error);}async changePlacement(e,t){let i=await On$1(e.moveTo.selector);if(i)switch(e.moveTo.position){case Ve$3.BEFORE1:t.nextElementSibling!==i&&i.parentElement?.insertBefore(t,i);break;case Ve$3.INSIDE_FIRST1:i.firstChild!==t&&i.insertBefore(t,i.firstChild);break;case Ve$3.INSIDE_LAST1:i.lastChild!==t&&i.appendChild(t);break;case Ve$3.AFTER1:default:t.previousElementSibling!==i&&i.parentElement?.insertBefore(t,i.nextSibling);}}trackExperimentRan(e){if(e.id===`preview`){Y$1.warn(`Skipping experiment attribution as its preview`,e.toString());return}As({name:`CE Experiment Start`,experiment:new mt$1(e)}).catch(t=>{Y$1.error(`Fail to track experiment`,t);});}setupMutationObserver(){new MutationObserver(t=>{t.forEach(i=>{i.addedNodes.forEach(o=>{o instanceof HTMLElement&&this.modifications.forEach(n=>{if(o.matches&&o.matches(n.cssSelector))Y$1.verbose(`1. Re-applying experiment`,n.toString()),this.executeSingleModification(n,[o]);else if(o.querySelectorAll){let s=Array.from(o.querySelectorAll(n.cssSelector));if(!s.length)return;Y$1.verbose(`2. Re-applying experiment`,n.toString()),this.executeSingleModification(n,s);}});});});}).observe(document.body,{childList:true,subtree:true});}updateImage(e,t){let i=e.image?.lg?.src,o=e.image?.sm?.src;!i&&!o||(t instanceof HTMLPictureElement?this.updatePictureElement({desktop:i,mobile:o},t):this.updateImageElement({desktop:i,mobile:o},t));}updateImageElement(e,t){M$1()&&e.mobile?(t.setAttribute(`src`,e.mobile),t.removeAttribute(`srcset`)):e.desktop&&(t.setAttribute(`src`,e.desktop),t.removeAttribute(`srcset`));}updatePictureElement(e,t){if(t.innerHTML=``,e.mobile){let o=document.createElement(`source`);o.srcset=e.mobile,o.media=`(max-width: 767px)`,t.append(o);}if(e.desktop){let o=document.createElement(`source`);o.srcset=e.desktop,o.media=`(min-width: 768px)`,t.append(o);}let i=document.createElement(`img`);i.src=e.desktop??e.mobile??``,t.append(i);}};async function As(r$9){let e=await qe();await me(`/v1/event/experiment`,r(r({},r$9),e));}function qi(){sc().catch(r=>ke$2(r,`fetch-experiments`));}async function sc(){Be$3().activeExperiments&&(await le$1(le),await ac());}async function ac(){Y$1.info(`Fetch experiments after ⏰`,tn()+` of SDK load`);me(`/v1/engagement/experiments`,r({},await qe())).then(async t=>{Y$1.info(`Experiments fetched ${Qr$3(t.timeTakenMs)}`);let i=t.data.experiments.map(o=>new G(o));new $i().execute(i);}).catch(t=>{Y$1.error(`Error sending experiment getter`,t);});}function ks(){let r=he$3.get();!r.gaMeasurementID||!r.gaEnabled||lc();}async function cc(){let r=await fe$4.get(`gacid`),e=await mc();if(r!==e)return await fe$4.set(`gacid`,e),e}async function lc(){let r=await cc();r&&Kn({gaClientID:r});}async function mc(){let e=he$3.get().gaMeasurementID;if(!(!e||!window.gtag))return new Promise(t=>{window.gtag(`get`,e,`client_id`,i=>{t(i);});})}async function Os(r){Y$1.verbose(`Received app configuration`,r),r.currencyCount=r.currencies?.length;let e=D.globalRef.config.update(r);ks(),V.initialize(),e.website&&(Ui$1(e.website.commonJS),Ce$1(e.website.commonCSS)),window.CooeeSDK.cartDrawerToggle$.pipe(Fe(10)).subscribe(async({open:t})=>{Y$1.info(`Cart drawer is now`,t?`open`:`closed`),t&&(cs(),await pc());});}function Ls(r){D.globalRef.apiURLs=r;}async function pc(){let r=await S.getCurrent().getNormalisedCart(),e={value:r.amount,currency:r.currency};z(new Ir$1(`View Cart`,{items:r.items,amount:e,drawer:true}));}var Gi=class{runtimeData=Be$3();meddle(){let e=D.globalRef;e.profile=e.profile??[],e.events=e.events??[],e.page=e.page??[],this.meddlePage(),this.meddleEvents(),this.meddleProfile(),this.exposeMethods();}exposeMethods(){let e=D.globalRef;e.loadWidgets=e.loadCartWidgets=e.loadPageWidgets=()=>{Vt();},e.loadExperiments=()=>{qi();},e.testCartUpdate=this.testCartUpdate.bind(this),e.previewWidget=D.previewWidget.bind(D),e.previewPopup=D.previewPopup.bind(D),e.executeCTA=(t,i)=>{new _e(t).execute(i);},e.sendEvent=t=>{z(t);};}overwritePush(e,t){Mn$1(e,`push`,t);}meddleEvents(){this.overwritePush(D.globalRef.events,(...e)=>{this.processEvent(e[0]);}),D.globalRef.events.forEach(this.processEvent.bind(this));}meddleProfile(){this.overwritePush(D.globalRef.profile,(...e)=>{this.processProfile(e[0]);}),D.globalRef.profile.forEach(this.processProfile.bind(this));}processEvent(e){e&&(qr$3.includes(e[0])?D.sendEvent(e[0],e[1],r({occurred:this.runtimeData.jsLoadTime},e[2])):D.sendEvent(e[0],e[1],e[2]));}processProfile(e){e&&D.updateProfile(e);}meddlePage(){this.overwritePush(D.globalRef.page,(...e)=>{this.processPage(e[0]);}),D.globalRef.page.forEach(this.processPage.bind(this));}processPage(e){e.appID&&D.authenticate(e),e.currentItem&&dc(e.currentItem),e.currency&&(Be$3().currencyCode=e.currency),e.shopCurrency&&(this.runtimeData.shopCurrencyCode=e.shopCurrency),e.moneyFormat&&(this.runtimeData.moneyFormat=e.moneyFormat),e.jsLoad&&(this.runtimeData.jsLoadTime=e.jsLoad),e.locale&&(this.runtimeData.locale=e.locale),e.pageName&&D.setPageName(e.pageName),e.activeExperiment&&(this.runtimeData.activeExperiments=e.activeExperiment),e.cart&&S.getCurrent().update(e.cart),e.configurations&&Os(e.configurations),e.apiURLs&&Ls(e.apiURLs),e.customContext&&(this.runtimeData.customContext=r(r({},this.runtimeData.customContext),e.customContext));}async testCartUpdate(){if(Be$3().pageName!==`product`){window.alert(`This feature is only available on a product page`);return}let e=os();if(e||(e=Be$3().currentItem?.vID),!e){window.alert(`Could not find a variant to test. Please try a different product page`);return}let t=new G({id:`preview`,shortID:`1`,redirectBehaviour:Me$1.CART_DRAWER});await new _e(new Be(new Date,t)).execute({clickAction:{at:He$3.ADD_TO_CART},embeddedItem:new et({vID:e})});}};function dc(r){let e=Be$3();if(e.currentItem&&e.currentItem.vID!==r.vID){let t=new CustomEvent(`letscooee:variant-change`,{detail:{variantID:r.vID,productID:r.mID}});document.dispatchEvent(t);}e.currentItem=new et(r);}var Wt=class{static SESSION_STORAGE=window.sessionStorage;static SESSION_STORAGE_KEY_PREFIX=`cooee`.concat(`-`);static getString(e,t){return this.getItem(e)||t}static setString(e,t){this.setItem(e,t);}static remove(e){this.removeItem(e);}static getItem(e){return this.SESSION_STORAGE.getItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e))}static setItem(e,t){this.SESSION_STORAGE.setItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e),t);}static removeItem(e){this.SESSION_STORAGE.removeItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e));}};var uc=1e3,gc=10,Mo=0,Fo=new Date;function Bo(r){Wt.remove(`sleid`),Fo=r??new Date;}function Ns(){if(window.scrollY){let r=Fs();Us(r)&&Ms(r);}vt$2(()=>{fc();});}function fc(){Tr(window,`scroll`).pipe(Fe(uc),q$1(()=>{let r=Fs();if(r>100){Y$1.warn(`Received scroll percent is more than 100`,r);return}if(Us(r))return r})).subscribe(r=>{Ms(r);});}function Us(r){return Math.abs(Mo-r)>=gc||Mo!==r&&r===100}function Ms(r){if(r==null)return;let e={percent:r,timeMS:new Date().getTime()-Fo.getTime()};Mo=r;let i=new Ir$1(`CE Scroll`,e,null,Wt.getString(`sleid`,``));z(i),Wt.setString(`sleid`,i.id.toHexString()),Fo=new Date(i.occurred);}function Fs(){let r=window.document.body.scrollHeight,e=window.innerHeight;return Math.ceil((window.scrollY+e)/r*100)}function Bs(){document.onvisibilitychange=()=>{document.visibilityState===`visible`?hc():document.visibilityState===`hidden`&&wc();};}async function hc(){}async function wc(){let r=await vc();if(r===0){Y$1.info(`Not sending duration as user was inactive on website`);return}Ws(r);}async function vc(){let r=Be$3();return r.inInactive?0:(r.inInactive=true,r.lastEnterInactive=new Date,Math.max(r.lastEnterInactive.getTime()-r.lastEnterActive.getTime(),0))}function Vs(){let r=Be$3();return r.inInactive?(r.inInactive=false,r.lastEnterActive=new Date,Math.max((r.lastEnterActive.getTime()-r.lastEnterInactive.getTime())/1e3,0)):0}function Hs(){bc();}function bc(){let r=window.fetch;try{window.fetch=async function(e,t){try{await Cc(e,t);}catch(i){ke$2(i,`modify-graphql-request`,{extra:{body:JSON.stringify(t?.body)}});}return r(e,t)};}catch(e){console.warn(`Fail to override fetch.`,`Cooee won't be able to track "Buy Now Clicked" KPI.`),Y$1.error(e);}Y$1.verbose(`Securely overwritten window.fetch method for graphql query`);}async function Cc(r,e){let t=typeof r==`string`?r:r instanceof Request?r.url:``;if(!(t.includes(`graphql.json`)&&e?.method===`POST`)||!e.body)return;let i;if(typeof e.body==`string`)try{i=JSON.parse(e.body);}catch{return}else i=e.body;i?.variables?.input&&(Y$1.verbose(`Intercepted fetch request of:`,t),i?.query.includes(`cartCreate`)&&(e.body=await yc(i),Ec()));}async function yc(r){let e=r.variables.input.attributes??[],t=await Pn$1(`Buy Now`);return r.variables.input.attributes=[...e,...t],JSON.stringify(r)}function Ec(){let r=Be$3().currentItem;if(!r)return;z(new Ir$1(`Buy Now Clicked`,{items:[r]}));}var Ht=class{constructor(e,t){this.selectors=e;this.eventName=t;this.selectorString=e.join(`,`);}static INSTANCE;elements;selectorString;clickListenerCallback=e=>{let t=e.currentTarget;z(new Ir$1(this.eventName,{class:t.className||void 0,tagName:t.tagName||void 0,id:t.id||void 0})),this.removeClickListener(this.clickListenerCallback);};listenSilently(){this.listen().catch(e=>Y$1.error(e));}async listen(){this.elements=await xr$1(this.selectorString),this.elements.forEach(e=>{e.addEventListener(`click`,this.clickListenerCallback);});}removeClickListener(e){this.elements?.forEach(t=>{t.removeEventListener(`click`,e);});}};var ji=class r extends Ht{static selectors=[`.product__thumbnail-list-inner > button`,`product-gallery-navigation > button`,`.product-media--thumb-container`,`.product-images-inner > img`,`.m-product-media`,`.swiper-button-control`,`.media__thumb`,`.slick-arrow`,`.productView-img-container.product-single__media`,`.product-gallery__thumbnail_item_inner`];constructor(){super(r.selectors,`Item Thumbnail Clicked`);}static getInstance(){return this.INSTANCE||(this.INSTANCE=new r),this.INSTANCE}};var zi=class r extends Ht{static selectors=[`.jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup`,`reviewsio-product-ratings`,`.ruk_rating_snippet.tracked:not(.hidden)`,`a > .loox-rating`,`.yotpo-reviews-star-ratings-widget`,`.yotpo.lp-hero__reviews`,`.pr-rating > a`,`.rivyoReviewWidget`];constructor(){super(r.selectors,`Review Clicked`);}static getInstance(){return this.INSTANCE||(this.INSTANCE=new r),this.INSTANCE}};var Sc=[`.gokwik-checkout button`,`button.cart__checkout-button`,`button.cart__checkout`,`button#checkout`,`button#checkout2`,`button[id*="checkout" i]`,`button[name*="checkout" i]`,`button[class*="checkout" i]`].join(`,`);function $s(){vt$2(()=>{Y$1.verbose(`Execution order:`,`document ready`),Ic();});}function Ic(){let r=window.location.hash?.substring(1);if(r)if(r.includes(`initiate-checkout`)){document.dispatchEvent(new Event(`letscooee:outbound:third-party-initiate-checkout`));let e=document.querySelector(Sc);if(!e){Y$1.verbose(`No clickable cart checkout button found`);return}Y$1.verbose(`Clickable cart checkout button found`,e),e.click();}else r.includes(`open-cart-drawer`)&&V.get().open();}function Gs(){window.addEventListener(`kp-modal:opened`,()=>{Be$3().isGoKwikPopupOpen=true;}),window.addEventListener(`user-loggedin`,r=>{let{token:e}=r.detail;e&&Rt({goKwikToken:e});}),window.gokwikSdk?qs():window.addEventListener(`gokwikLoaded`,qs);}function qs(){window.gokwikSdk&&window.gokwikSdk.on(`checkout_initiated`,async()=>{let r=await S.getCurrent().getNormalisedCart();z(new Ir$1(`Checkout Started`,{via:`GoKwik`,items:r.items,cartToken:r.token,amount:{value:r.amount,currency:r.currency}}));});}var D=class{static globalRef;static authenticated;static async initForMerchantWebsiteOnly(e){if(!window.cooeeSDKPreview){if(Y$1.info(`Initialising SDK`),ds(navigator.userAgent)){Y$1.info(`This seems to be a bot. Disabling SDK`);return}this.initGlobalReference(e),await zs(),this.autoAuthenticate(),new Gi().meddle(),Gn(),qi(),Tc(),Bs(),Vn(),Hs(),$s(),Ns(),zi.getInstance().listenSilently(),ji.getInstance().listenSilently(),Gs(),xc(),Hn$1(),ki.remove(`conf`).catch(t=>{Y$1.error(`Fail to remove App Config from local storage`,t);});}}static initGlobalReference(e){window.CooeeSDK||Mn$1(window,`CooeeSDK`,{}),this.globalRef=window.CooeeSDK,Mn$1(this.globalRef,`config`,new he$3),Mn$1(this.globalRef,`runtimeData`,{sdkLoadTime:e,jsLoadTime:new Date,lastEnterActive:new Date}),Mn$1(this.globalRef,`uaParser`,new we,true),Mn$1(this.globalRef,`cart`,S.getCurrent()),Mn$1(this.globalRef,`cartChange$`,Bn()),Mn$1(this.globalRef,`cartDrawerToggle$`,V.cartDrawerToggle$.asObservable()),Y$1.verbose(`Global reference initialised`),new le$3(()=>{this.globalRef.uaParser=new we;});}static autoAuthenticate(){let e=Xr();e&&this.authenticate({shopifyShop:e});}static authenticate(e){if(this.authenticated)return;Y$1.info(`Begin auth after ⏰`,tn(),`of SDK load`);let t=e.appID?.trim(),i=e.shopifyShop;if((Cn(t)||t.length!==24)&&Cn(i)){Y$1.warn(`Cooee App ID or Shop name is not configured`);return}this.authenticated=true,js(e);}static sendEvent(e,t,i){let o=new Ir$1(e,t,i?.triggerData);i?.occurred&&(o.occurred=i.occurred),z(o);}static updateProfile(e){for(let t in e)if(t.toLowerCase().startsWith(`ce `))throw new Error(`User property name cannot start with 'CE '`);Rt(e);}static setPageName(e){if(!e)return;let t=Be$3(),i=t.pageName;if(e===i)return;if(t.pageName=e,jr$2.some(s=>e.includes(s))){Bo();return}let o={};i&&(o.ps=i);let n=new Ir$1(`CE Screen View`,o);n.occurred=t.jsLoadTime,z(n),Bo(n.occurred);}static previewPopup(e,t){import('./renderer-o9qXiZcv-DTwHMdmK.js').then(({FreeformRenderer:i})=>{new i(t).render(e);});}static previewWidget(e){new X(new G(e)).renderSilently();}};function Tc(){window.CooeeSDK.cartChange$.subscribe(()=>{Vt();});}function xc(){if(window.opener){try{window.opener.postMessage({action:`COOEE_READY_FOR_PREVIEW`},`*`);}catch(r){Y$1.error(r);}window.addEventListener(`message`,r=>{if(Y$1.verbose(`Received event`,r),!r.origin.includes(`letscooee.com`)&&!r.origin.includes(`localhost`))return;let e=r.data;typeof e==`object`&&(e.action===`POPUP_PREVIEW`?(D.previewPopup(e.engagementTrigger),r.source?.postMessage({action:`PREVIEW_SUCCESSFUL`},r.origin)):e.action===`WIDGET_PREVIEW`&&(D.previewWidget(e.engagementTrigger),r.source?.postMessage({action:`PREVIEW_SUCCESSFUL`},r.origin)));});}}var Xs=new U,Ks=0;Xs.pipe(Fe(50)).subscribe(async r=>{Dc(await qe()).catch(t=>{ke$2(t,`load-page-widgets`,{extra:{firstLoad:r}});});});function Vt(r=false){le$1(le).then(()=>{Xs.next(r);});}async function ns(r){let e=await qe();return Object.assign(r,e),me(`/v1/engagement/get-variant`,r)}async function Dc(r$10){Ks++,Ks===1?Y$1.info(`Fetch widgets (after ⏰`,tn()+` of SDK load)`):Y$1.info(`Fetch widgets`);let e=r({},r$10),t=Bn$1(`/v1/engagement/eligible`,D.globalRef.apiURLs?.engagementsURL);try{let i=await me(t,e);if(Y$1.info(`Widgets fetched ${Qr$3(i.timeTakenMs)}`),i.data.pageWidgets?.length)cr(i.data.pageWidgets.map(n=>new G(n)));if(i.data.cartWidgets?.length)ar(i.data.cartWidgets.map(n=>new G(n)));}catch(i){Y$1.error(`Error sending widget getter`,i);}}var Ys=x$2(dr$2()),Ki=class r{static META_REQUIRED_FIELDS=[`ad_id`];static GOOGLE_REQUIRED_FIELDS=[`gad_source`,`gclid`];source;adID;campaignID;adName;campaignName;constructor(e){this.adID=e.adID,this.campaignID=e.campaignID,this.source=e.source;}static getAdParams(){let e;try{e=new Ys.URLBuilder(location.href);}catch{return {}}let t={};if(this.META_REQUIRED_FIELDS.every(n=>Array.from(e.getParams().keys()).includes(n)))return t={source:`META`,adID:e.getQueryParam(`ad_id`)?.trim(),campaignID:e.getQueryParam(`campaign_id`)?.trim()},new r(t);if(this.GOOGLE_REQUIRED_FIELDS.every(n=>Array.from(e.getParams().keys()).includes(n)))return t={source:`GOOGLE`},new r(t)}};var Vo={d:(r,e)=>{for(var t in e)Vo.o(e,t)&&!Vo.o(r,t)&&Object.defineProperty(r,t,{enumerable:true,get:e[t]});},o:(r,e)=>Object.prototype.hasOwnProperty.call(r,e)},Wo={};Vo.d(Wo,{A:()=>Pc,k:()=>Ho});var Cr=function(r,e,t,i){return new(t||(t=Promise))(function(o,n){function s(C){try{m(i.next(C));}catch(w){n(w);}}function c(C){try{m(i.throw(C));}catch(w){n(w);}}function m(C){var w;C.done?o(C.value):(w=C.value,w instanceof t?w:new t(function(O){O(w);})).then(s,c);}m((i=i.apply(r,[])).next());})},yr=function(r,e){var t,i,o,n,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return n={next:c(0),throw:c(1),return:c(2)},typeof Symbol==`function`&&(n[Symbol.iterator]=function(){return this}),n;function c(m){return function(C){return (function(w){if(t)throw new TypeError(`Generator is already executing.`);for(;n&&(n=0,w[0]&&(s=0)),s;)try{if(t=1,i&&(o=2&w[0]?i.return:w[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,w[1])).done)return o;switch(i=0,o&&(w=[2&w[0],o.value]),w[0]){case 0:case 1:o=w;break;case 4:return s.label++,{value:w[1],done:!1};case 5:s.label++,i=w[1],w=[0];continue;case 7:w=s.ops.pop(),s.trys.pop();continue;default:if(o=s.trys,!((o=o.length>0&&o[o.length-1])||w[0]!==6&&w[0]!==2)){s=0;continue}if(w[0]===3&&(!o||w[1]>o[0]&&w[1]<o[3])){s.label=w[1];break}if(w[0]===6&&s.label<o[1]){s.label=o[1],o=w;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(w);break}o[2]&&s.ops.pop(),s.trys.pop();continue}w=e.call(r,s);}catch(O){w=[6,O],i=0;}finally{t=o=0;}if(5&w[0])throw w[1];return {value:w[0]?w[1]:void 0,done:true}})([m,C])}}};function Ho(){return Cr(this,void 0,Promise,function(){return yr(this,function(r){switch(r.label){case 0:return [4,new Promise(function(e,t){var i=`Unknown`,o=false;function n(y){o||(o=true,e({isPrivate:y,browserName:i}));}function s(){var y=0,P=parseInt(`-1`);try{P.toFixed(P);}catch(x){y=x.message.length;}return y}function c(){return navigator.msSaveBlob!==void 0&&(function(y){try{return y===eval.toString().length}catch{return false}})(39)}function m(){var y;return Cr(this,void 0,void 0,function(){var P,x;return yr(this,function(v){switch(v.label){case 0:return v.trys.push([0,2,,3]),[4,navigator.storage.getDirectory()];case 1:return v.sent(),n(false),[3,3];case 2:return P=v.sent(),x=P,P instanceof Error&&(x=(y=P.message)!==null&&y!==void 0?y:P),typeof x!=`string`?(n(false),[2]):(n(!!x.includes(`unknown transient reason`)),[3,3]);case 3:return [2]}})})}function C(){var y;return Cr(this,void 0,Promise,function(){return yr(this,function(P){switch(P.label){case 0:return ((y=navigator.storage)===null||y===void 0?void 0:y.getDirectory)===void 0?[3,2]:[4,m()];case 1:return P.sent(),[3,3];case 2:navigator.maxTouchPoints!==void 0?(function(){var x=String(Math.random());try{var v=indexedDB.open(x,1);v.onupgradeneeded=function(L){var k=L.target.result,b=function(Qe){n(Qe);};try{k.createObjectStore(`t`,{autoIncrement:!0}).put(new Blob),b(!1);}catch(Qe){(Qe.message||``).includes(`are not yet supported`)?b(!0):b(!1);}finally{k.close(),indexedDB.deleteDatabase(x);}},v.onerror=function(){return n(!1)};}catch{n(false);}})():(function(){var x=window.openDatabase,v=window.localStorage;try{x(null,null,null,null);}catch{n(true);return}try{v.setItem(`test`,`1`),v.removeItem(`test`);}catch{n(true);return}n(false);})(),P.label=3;case 3:return [2]}})})}function w(){navigator.webkitTemporaryStorage.queryUsageAndQuota(function(y,P){var x;n(Math.round(P/1048576)<2*Math.round(((x=window).performance!==void 0&&x.performance.memory!==void 0&&x.performance.memory.jsHeapSizeLimit!==void 0?performance.memory.jsHeapSizeLimit:1073741824)/1048576));},function(y){t(new Error(`detectIncognito somehow failed to query storage quota: `+y.message));});}function O(){self.Promise!==void 0&&self.Promise.allSettled!==void 0?w():(0, window.webkitRequestFileSystem)(0,1,function(){n(false);},function(){n(true);});}function M(){return Cr(this,void 0,Promise,function(){var y,P;return yr(this,function(x){switch(x.label){case 0:if(!navigator.storage||!navigator.storage.getDirectory)return [3,4];x.label=1;case 1:return x.trys.push([1,3,,4]),[4,navigator.storage.getDirectory()];case 2:return x.sent(),n(false),[3,4];case 3:return y=x.sent(),typeof(P=y instanceof Error&&typeof y.message==`string`?y.message:String(y))!=`string`?(n(false),[2]):(n(P.includes(`Security error`)),[2]);case 4:return n(navigator.serviceWorker===void 0),[2]}})})}(function(){return Cr(this,void 0,Promise,function(){return yr(this,function(y){switch(y.label){case 0:return s()!==44?[3,2]:(i=`Safari`,[4,C()]);case 1:return y.sent(),[3,6];case 2:return s()!==51?[3,3]:(P=navigator.userAgent,i=P.match(/Chrome/)?navigator.brave!==void 0?`Brave`:P.match(/Edg/)?`Edge`:P.match(/OPR/)?`Opera`:`Chrome`:`Chromium`,O(),[3,6]);case 3:return s()!==25?[3,5]:(i=`Firefox`,[4,M()]);case 4:return y.sent(),[3,6];case 5:c()?(i=`Internet Explorer`,n(window.indexedDB===void 0)):t(new Error(`detectIncognito cannot determine the browser`)),y.label=6;case 6:return [2]}var P;})})})().catch(t);})];case 1:return [2,r.sent()]}})})}typeof window<`u`&&(window.detectIncognito=Ho);var Pc=Ho,Js=Wo.A;Wo.k;var Qs=x$2(Et$3()),Zs=async()=>{let r={};try{return await Rc(r)}catch(e){return ke$2(e,`device-properties`),r}},Rc=async r=>{let e=window.CooeeSDK.uaParser;_c(r),Ac(r),kc(r),r.referrer=document.referrer,r.host=location.origin,r.path=location.pathname,r.qs=location.search,r.locale=navigator.language,r.display={w:screen.width,h:screen.height,pd:screen.pixelDepth,dpi:Oc()},r.win={ow:window.outerWidth,oh:window.outerHeight,iw:window.innerWidth,ih:window.innerHeight,dpr:window.devicePixelRatio},navigator.webdriver&&(r.headless=true,oo$1({headless:true}));let t=e.getResult();return r.browser=t.browser,r.device=t.device,r.engine=t.engine,r.cpu=t.cpu,r.os=t.os,r.navigatorUA=navigator.userAgent,await Promise.all([Uc(r),Lc(r),Mc(r)]),r},_c=r=>{let e=navigator;if(!e.deviceMemory)return;r.mem={tot:e.deviceMemory*1024};},Ac=r=>{let e=navigator,t=e.connection||e.mozConnection||e.webkitConnection;t?.effectiveType&&(r.net={type:t.effectiveType});},kc=r=>{let e=screen.orientation?.type;e&&(r.orientation=e);},Oc=()=>{if(!document.body)return;let r=document.createElement(`div`);r.setAttribute(`style`,`height: 1in; left: -100%; position: absolute; top: -100%; width: 1in;`),document.body.appendChild(r);let e=window.devicePixelRatio||1,t=r.offsetWidth*e;return document.body.removeChild(r),t},Lc=async r=>{try{await Nc(r);}catch(e){Y$1.error(`Unable to get location`,e);}},Nc=async r=>{if(!(!navigator.geolocation||!navigator.permissions||(await navigator.permissions.query({name:`geolocation`})).state!=`granted`))return new Promise(t=>{navigator.geolocation.getCurrentPosition(i=>{r.coords=[i.coords.latitude,i.coords.longitude],t();},()=>t());})},Uc=async r=>{if(`getBattery`in navigator)try{let t=await navigator.getBattery();r.bat={l:t.level*100,c:t.charging},oo$1({"battery.level":r.bat.l,"battery.charging":r.bat.c});}catch{}},Mc=async r=>{try{(await Js())?.isPrivate&&(r.incognito=!0,oo$1({incognito:!0}));}catch(e){Qs.default.error(`Unable to detect private/incognito window`,e);}};function ta(r){if(!ra())return;let e=Ye$2[r]?.toLowerCase();e&&(Y$1.verbose(`Sending ${e} intent to MS Clarity`),window.clarity(`set`,`Cooee Intent`,e));}function ra(){return window.clarity&&typeof window.clarity==`function`}var le=new gr$1(1),oa=`App ID or Shopify shop is not set`,$o=``,Je=``,qo=``,Xi;async function js(r){$o=r.appID,qo=r.shopifyShop;try{await Fc(),le.next(!0),le.complete();}catch(e){e?.message?.includes(oa)&&ke$2(e,`initiate-session`,{extra:r}),Y$1.error(`Unable to initiate session`,e);}}async function jn(){return await na(false),Xi}async function zs(){let r=Date.now();await fi.request(`gen_did`,async()=>{Je=await fe$4.get(`did`),Je||(Je=new $$2().toHexString(),await fe$4.set(`did`,Je)),Y$1.info(`Device ID:`,Je),aa(Je);}),Y$1.info(`Device ID set/get done ${Qr$3(Date.now()-r)}`);}async function ia(){if(Xi)return;let[r,e,t]=await Promise.all([ve$2.get(`id`,``),fe$4.get(`sessionNumber`,1),ve$2.get(`landing`,{})]);sa(r,e,t);}async function Fc(){await na(true);}async function na(r){let e=false;return await Vc()?(await Bc(),e=true):await Wc()?(await ia(),e=true):await ia(),e?await $c():r&&Vt(),e}async function Bc(){Y$1.info(`Starting new session`),await ve$2.clear();let r=new Date,e=new $$2().toHexString(),t=await fe$4.get(`sessionNumber`,0)+1,i=bi();await Promise.all([fe$4.set(`sessionNumber`,t),ve$2.set(`id`,e),ve$2.set(`lastUsedTime`,r.getTime()),ve$2.set(`landing`,i)]),sa(e,t,i);}async function Vc(){let r=await ve$2.get(`lastUsedTime`,0);return r?(new Date().getTime()-r)/1e3>1800:true}async function Wc(){return !await ve$2.get(`synced`,false)}async function Hc(){if(!$o&&!qo)throw new Error(oa);let r$11=await Zs(),e=Ci();return s(r(r({deviceID:Je,deviceProps:r$11,appID:$o,shopifyShop:qo},Xi),e),{sdk:Hr$3,ad:Ki.getAdParams(),occurred:Gc(Be$3().jsLoadTime),properties:{},uuid:await fe$4.get(`uuid`)})}async function $c(){Y$1.info(`Ensuring session on server`),await qc();let r=Date.now(),e=await Hc();Y$1.info(`Session data generated ${Qr$3(Date.now()-r)}`);let t=Bn$1(`/v1/event/validate-session`,D.globalRef.apiURLs?.baseURL);try{let i=await me(t,e);if(Y$1.info(`Auth finished ${Qr$3(i.timeTakenMs)}`),await ve$2.set(`synced`,!0),i.data.deviceID&&(await fe$4.set(`did`,Je),aa(i.data.deviceID)),i.data.pageWidgets?.length)cr(i.data.pageWidgets.map(n=>new G(n)));if(i.data.cartWidgets?.length)ar(i.data.cartWidgets.map(n=>new G(n)));}catch(i){throw Y$1.error(i),i}}async function qc(){let r=await fe$4.get(`firstSeen`),e=r?new Date(r):new Date;r||await fe$4.set(`firstSeen`,e.toISOString()),Yn(e),no$1(`Visitor Info`,{first_seen:e.toISOString()});}function sa(r,e,t){oo$1({"cooee_session.number":e}),no$1(`Visitor Session`,{id:r,number:e,landing_page:t}),Y$1.info(`Session number: ${e}, id: ${r}`),Xi={sessionID:r,sessionNumber:e,landingPage:t};}function aa(r){Xn(r);no$1(`Visitor Info`,{device_id:r,[`device_id_${Math.floor(Math.random()*1e4)}`]:r}),ro({id:r});}function Gc(r){return (new Date().getTime()-r.getTime())/1e3>1800?new Date:r}var Yi=class{triggerData;render(e){e.contentSource===Be$2.KLAVIYO&&(this.triggerData=e,window.addEventListener(`klaviyoForms`,this.handleKlaviyoEvents.bind(this)),window._klOnsite=window._klOnsite||[],window._klOnsite.push([`openForm`,e.klaviyoFormID]));}handleKlaviyoEvents(e){if(e.type!==`klaviyoForms`)return;let t=e.detail;if(t.formId!==this.triggerData.klaviyoFormID){Y$1.warn(`Received invalid trigger callback`);return}switch(t.type){case `open`:fe(new Ir$1(`CE Trigger Displayed`,{form:{id:t.formId}},this.triggerData));break;case `stepSubmit`:{let i=this.getFormDetails(t);fe(new Ir$1(`CE Form Submitted`,{form:i},this.triggerData)),Rt(i);break}case `close`:window.removeEventListener(`klaviyoForms`,this.handleKlaviyoEvents.bind(this)),fe(new Ir$1(`CE Trigger Closed`,{form:{id:t.formId}},this.triggerData));break}}getFormDetails(e){let t={id:e.formId},i=e.metaData;if(pe$4.hasKeys(i)){let o=[`email`,`phone_number`,`first_name`,`last_name`,`$email`,`$phone_number`,`$first_name`,`$last_name`];Object.keys(i).forEach(c=>{o.includes(c)||(t[c]=i[c]);}),t.email=i.$email??i.email,t.mobile=i.$phone_number??i.phone_number;let n=i.$first_name??i.first_name,s=i.$last_name??i.last_name;(n?.length||s?.length)&&(t.name=n+` `+s);}return t}};function ca(r){if(!jc()||!he$3.get().pixelPush)return;let t=Ye$2[r.intent]?.toLowerCase();t&&(Y$1.verbose(`Sending ${t} intent to Facebook Pixel`),window.fbq(`trackCustom`,`CooeeIntent`,{intent_value:t}));}function jc(){return window.fbq&&typeof window.fbq==`function`}var go=`/v1/event/track-page-unload`;function z(r){Y$1.verbose(`Waiting for auth to send event ${r.name}`),le$1(le).then(()=>fe(r));}function Ws(r){le$1(le).then(()=>{zc(r);});}async function zc(r){let e=Be$3().currentPageViewEvent;if(!e){Y$1.warn(`No page view event was stored previously`);return}let t={pageViewEventID:e.id,pageViewEventName:e.name,pageActiveTimeMS:r};Y$1.verbose(`Sending page unload`,t);let i=Bn$1(go,D.globalRef.apiURLs?.eventURL);try{await me(i,t);}catch(o){throw Y$1.error(`Error sending page unload for ${e} to server`,o),o}}function fe(r){Kc(r);}async function Kc(r){if(Y$1.verbose(`Sending event: ${r.name}`,r),el(r)){Y$1.warn(`Rejecting event ${r.name}`);return}On();let e=await qe();Object.assign(r,e),Vs(),ve$2.set(`lastUsedTime`,new Date().getTime());let t=Zc(r.name),o=Bn$1(`/v1/event/track/${t.toLowerCase().replace(/\s+/g,`-`)}`,D.globalRef.apiURLs?.eventURL);try{let n=await me(o,r);Y$1.info(`Event tracked:`,t),Xc(r)&&(Be$3().currentPageViewEvent={id:r.id,name:r.name}),Yc(r,n.data);}catch(n){throw Y$1.error(`Error sending event ${r.name} to server`,n),n}}function Xc(r){return Kr$3.includes(r.name)?r.name===`View Cart`?!r.properties.drawer:true:false}function Yc(r,e){Jc(r,e).catch(t=>{ke$2(t,`process-popup-response`,{extra:{event:r,response:e}});}),Qc(e);}async function Jc(r,e){if(!e.triggerData)return;let t=new G(e.triggerData);t.occurred=r.occurred,Y$1.log(`${t} will be shown`);let i;try{i=await wi(t);}catch(n){Y$1.error(`Failed to refresh the products`,n);return}if(t.items=i,t.contentSource===Be$2.KLAVIYO){new Yi().render(t);return}new(await(import('./renderer-o9qXiZcv-DTwHMdmK.js'))).FreeformRenderer().renderEngagement(t).catch(n=>{ke$2(n,`render-popup`,{extra:{event:r},engagementTrigger:t});});}function Qc(r){r.intent&&(ta(r.intent),ca(r),Y$1.info(`Intent is ${Ye$2[r.intent]}`));}function Zc(r){return r.replace(`CE `,``).replace(`Trigger`,`Campaign`).replace(`Screen`,`Page`).replace(`App `,``)}function el(r){return r.trigger?.triggerID===`test`||r.trigger?.triggerID===`preview`?(Y$1.warn(`Not sending event as this is a test trigger`),true):false}
|
|
63
|
+
.lc-display-inline {display: inline !important;}`,document.body);}execute(e){for(let t of e){if(!t.experimentConfig)continue;this.executeExperiment(t)&&this.trackExperimentRan(t);}if(document.querySelector(`#lc-hide-body`)?.remove(),!document.body){to(`No body element found`,`error`);return}this.setupMutationObserver();}executeExperiment(e){let t=e.experimentConfig?.modifications;if(!t?.length)return Y$1.log(`Nothing to experiment`,e.toString()),true;let i=false;for(let o of t){if(!o.cssSelector){Y$1.verbose(`No CSS Selector available`,e?.toString());continue}this.modifications.push(o);let n=Array.from(document.querySelectorAll(o.cssSelector));n?.length&&(this.executeSingleModification(o,n),i=true);}return i}executeSingleModification(e,t){if(t?.length)for(let i of t)Object.assign(i.style,e.style),e.display===`HIDE`?i.classList.add(`lc-hide`):e.display===`BLOCK`?i.classList.add(`lc-display-block`):e.display===`INLINE`&&i.classList.add(`lc-display-inline`),e.type===`TEXT`&&e.text?i.innerHTML=e.text:e.type===`IMAGE`&&this.updateImage(e,i),e.moveTo?.selector&&this.changePlacement(e,i).catch(console.error);}async changePlacement(e,t){let i=await On$1(e.moveTo.selector);if(i)switch(e.moveTo.position){case Ve$3.BEFORE1:t.nextElementSibling!==i&&i.parentElement?.insertBefore(t,i);break;case Ve$3.INSIDE_FIRST1:i.firstChild!==t&&i.insertBefore(t,i.firstChild);break;case Ve$3.INSIDE_LAST1:i.lastChild!==t&&i.appendChild(t);break;case Ve$3.AFTER1:default:t.previousElementSibling!==i&&i.parentElement?.insertBefore(t,i.nextSibling);}}trackExperimentRan(e){if(e.id===`preview`){Y$1.warn(`Skipping experiment attribution as its preview`,e.toString());return}As({name:`CE Experiment Start`,experiment:new mt$1(e)}).catch(t=>{Y$1.error(`Fail to track experiment`,t);});}setupMutationObserver(){new MutationObserver(t=>{t.forEach(i=>{i.addedNodes.forEach(o=>{o instanceof HTMLElement&&this.modifications.forEach(n=>{if(o.matches&&o.matches(n.cssSelector))Y$1.verbose(`1. Re-applying experiment`,n.toString()),this.executeSingleModification(n,[o]);else if(o.querySelectorAll){let s=Array.from(o.querySelectorAll(n.cssSelector));if(!s.length)return;Y$1.verbose(`2. Re-applying experiment`,n.toString()),this.executeSingleModification(n,s);}});});});}).observe(document.body,{childList:true,subtree:true});}updateImage(e,t){let i=e.image?.lg?.src,o=e.image?.sm?.src;!i&&!o||(t instanceof HTMLPictureElement?this.updatePictureElement({desktop:i,mobile:o},t):this.updateImageElement({desktop:i,mobile:o},t));}updateImageElement(e,t){M$1()&&e.mobile?(t.setAttribute(`src`,e.mobile),t.removeAttribute(`srcset`)):e.desktop&&(t.setAttribute(`src`,e.desktop),t.removeAttribute(`srcset`));}updatePictureElement(e,t){if(t.innerHTML=``,e.mobile){let o=document.createElement(`source`);o.srcset=e.mobile,o.media=`(max-width: 767px)`,t.append(o);}if(e.desktop){let o=document.createElement(`source`);o.srcset=e.desktop,o.media=`(min-width: 768px)`,t.append(o);}let i=document.createElement(`img`);i.src=e.desktop??e.mobile??``,t.append(i);}};async function As(r$9){let e=await qe();await me(`/v1/event/experiment`,r(r({},r$9),e));}function qi(){sc().catch(r=>ke$2(r,`fetch-experiments`));}async function sc(){Be$3().activeExperiments&&(await le$1(le),await ac());}async function ac(){Y$1.info(`Fetch experiments after ⏰`,tn()+` of SDK load`);me(`/v1/engagement/experiments`,r({},await qe())).then(async t=>{Y$1.info(`Experiments fetched ${Qr$3(t.timeTakenMs)}`);let i=t.data.experiments.map(o=>new G(o));new $i().execute(i);}).catch(t=>{Y$1.error(`Error sending experiment getter`,t);});}function ks(){let r=he$3.get();!r.gaMeasurementID||!r.gaEnabled||lc();}async function cc(){let r=await fe$4.get(`gacid`),e=await mc();if(r!==e)return await fe$4.set(`gacid`,e),e}async function lc(){let r=await cc();r&&Kn({gaClientID:r});}async function mc(){let e=he$3.get().gaMeasurementID;if(!(!e||!window.gtag))return new Promise(t=>{window.gtag(`get`,e,`client_id`,i=>{t(i);});})}async function Os(r){Y$1.verbose(`Received app configuration`,r),r.currencyCount=r.currencies?.length;let e=D.globalRef.config.update(r);ks(),V.initialize(),e.website&&(Ui$1(e.website.commonJS),Ce$1(e.website.commonCSS)),window.CooeeSDK.cartDrawerToggle$.pipe(Fe(10)).subscribe(async({open:t})=>{Y$1.info(`Cart drawer is now`,t?`open`:`closed`),t&&(cs(),await pc());});}function Ls(r){D.globalRef.apiURLs=r;}async function pc(){let r=await S.getCurrent().getNormalisedCart(),e={value:r.amount,currency:r.currency};z(new Ir$1(`View Cart`,{items:r.items,amount:e,drawer:true}));}var Gi=class{runtimeData=Be$3();meddle(){let e=D.globalRef;e.profile=e.profile??[],e.events=e.events??[],e.page=e.page??[],this.meddlePage(),this.meddleEvents(),this.meddleProfile(),this.exposeMethods();}exposeMethods(){let e=D.globalRef;e.loadWidgets=e.loadCartWidgets=e.loadPageWidgets=()=>{Vt();},e.loadExperiments=()=>{qi();},e.testCartUpdate=this.testCartUpdate.bind(this),e.previewWidget=D.previewWidget.bind(D),e.previewPopup=D.previewPopup.bind(D),e.executeCTA=(t,i)=>{new _e(t).execute(i);},e.sendEvent=t=>{z(t);};}overwritePush(e,t){Mn$1(e,`push`,t);}meddleEvents(){this.overwritePush(D.globalRef.events,(...e)=>{this.processEvent(e[0]);}),D.globalRef.events.forEach(this.processEvent.bind(this));}meddleProfile(){this.overwritePush(D.globalRef.profile,(...e)=>{this.processProfile(e[0]);}),D.globalRef.profile.forEach(this.processProfile.bind(this));}processEvent(e){e&&(qr$3.includes(e[0])?D.sendEvent(e[0],e[1],r({occurred:this.runtimeData.jsLoadTime},e[2])):D.sendEvent(e[0],e[1],e[2]));}processProfile(e){e&&D.updateProfile(e);}meddlePage(){this.overwritePush(D.globalRef.page,(...e)=>{this.processPage(e[0]);}),D.globalRef.page.forEach(this.processPage.bind(this));}processPage(e){e.appID&&D.authenticate(e),e.currentItem&&dc(e.currentItem),e.currency&&(Be$3().currencyCode=e.currency),e.shopCurrency&&(this.runtimeData.shopCurrencyCode=e.shopCurrency),e.moneyFormat&&(this.runtimeData.moneyFormat=e.moneyFormat),e.jsLoad&&(this.runtimeData.jsLoadTime=e.jsLoad),e.locale&&(this.runtimeData.locale=e.locale),e.pageName&&D.setPageName(e.pageName),e.activeExperiment&&(this.runtimeData.activeExperiments=e.activeExperiment),e.cart&&S.getCurrent().update(e.cart),e.configurations&&Os(e.configurations),e.apiURLs&&Ls(e.apiURLs),e.customContext&&(this.runtimeData.customContext=r(r({},this.runtimeData.customContext),e.customContext));}async testCartUpdate(){if(Be$3().pageName!==`product`){window.alert(`This feature is only available on a product page`);return}let e=os();if(e||(e=Be$3().currentItem?.vID),!e){window.alert(`Could not find a variant to test. Please try a different product page`);return}let t=new G({id:`preview`,shortID:`1`,redirectBehaviour:Me$1.CART_DRAWER});await new _e(new Be(new Date,t)).execute({clickAction:{at:He$3.ADD_TO_CART},embeddedItem:new et({vID:e})});}};function dc(r){let e=Be$3();if(e.currentItem&&e.currentItem.vID!==r.vID){let t=new CustomEvent(`letscooee:variant-change`,{detail:{variantID:r.vID,productID:r.mID}});document.dispatchEvent(t);}e.currentItem=new et(r);}var Wt=class{static SESSION_STORAGE=window.sessionStorage;static SESSION_STORAGE_KEY_PREFIX=`cooee`.concat(`-`);static getString(e,t){return this.getItem(e)||t}static setString(e,t){this.setItem(e,t);}static remove(e){this.removeItem(e);}static getItem(e){return this.SESSION_STORAGE.getItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e))}static setItem(e,t){this.SESSION_STORAGE.setItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e),t);}static removeItem(e){this.SESSION_STORAGE.removeItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e));}};var uc=1e3,gc=10,Mo=0,Fo=new Date;function Bo(r){Wt.remove(`sleid`),Fo=r??new Date;}function Ns(){if(window.scrollY){let r=Fs();Us(r)&&Ms(r);}vt$2(()=>{fc();});}function fc(){Tr(window,`scroll`).pipe(Fe(uc),q$1(()=>{let r=Fs();if(r>100){Y$1.warn(`Received scroll percent is more than 100`,r);return}if(Us(r))return r})).subscribe(r=>{Ms(r);});}function Us(r){return Math.abs(Mo-r)>=gc||Mo!==r&&r===100}function Ms(r){if(r==null)return;let e={percent:r,timeMS:new Date().getTime()-Fo.getTime()};Mo=r;let i=new Ir$1(`CE Scroll`,e,null,Wt.getString(`sleid`,``));z(i),Wt.setString(`sleid`,i.id.toHexString()),Fo=new Date(i.occurred);}function Fs(){let r=window.document.body.scrollHeight,e=window.innerHeight;return Math.ceil((window.scrollY+e)/r*100)}function Bs(){document.onvisibilitychange=()=>{document.visibilityState===`visible`?hc():document.visibilityState===`hidden`&&wc();};}async function hc(){}async function wc(){let r=await vc();if(r===0){Y$1.info(`Not sending duration as user was inactive on website`);return}Ws(r);}async function vc(){let r=Be$3();return r.inInactive?0:(r.inInactive=true,r.lastEnterInactive=new Date,Math.max(r.lastEnterInactive.getTime()-r.lastEnterActive.getTime(),0))}function Vs(){let r=Be$3();return r.inInactive?(r.inInactive=false,r.lastEnterActive=new Date,Math.max((r.lastEnterActive.getTime()-r.lastEnterInactive.getTime())/1e3,0)):0}function Hs(){bc();}function bc(){let r=window.fetch;try{window.fetch=async function(e,t){try{await Cc(e,t);}catch(i){ke$2(i,`modify-graphql-request`,{extra:{body:JSON.stringify(t?.body)}});}return r(e,t)};}catch(e){console.warn(`Fail to override fetch.`,`Cooee won't be able to track "Buy Now Clicked" KPI.`),Y$1.error(e);}Y$1.verbose(`Securely overwritten window.fetch method for graphql query`);}async function Cc(r,e){let t=typeof r==`string`?r:r instanceof Request?r.url:``;if(!(t.includes(`graphql.json`)&&e?.method===`POST`)||!e.body)return;let i;if(typeof e.body==`string`)try{i=JSON.parse(e.body);}catch{return}else i=e.body;i?.variables?.input&&(Y$1.verbose(`Intercepted fetch request of:`,t),i?.query.includes(`cartCreate`)&&(e.body=await yc(i),Ec()));}async function yc(r){let e=r.variables.input.attributes??[],t=await Pn$1(`Buy Now`);return r.variables.input.attributes=[...e,...t],JSON.stringify(r)}function Ec(){let r=Be$3().currentItem;if(!r)return;z(new Ir$1(`Buy Now Clicked`,{items:[r]}));}var Ht=class{constructor(e,t){this.selectors=e;this.eventName=t;this.selectorString=e.join(`,`);}static INSTANCE;elements;selectorString;clickListenerCallback=e=>{let t=e.currentTarget;z(new Ir$1(this.eventName,{class:t.className||void 0,tagName:t.tagName||void 0,id:t.id||void 0})),this.removeClickListener(this.clickListenerCallback);};listenSilently(){this.listen().catch(e=>Y$1.error(e));}async listen(){this.elements=await xr$1(this.selectorString),this.elements.forEach(e=>{e.addEventListener(`click`,this.clickListenerCallback);});}removeClickListener(e){this.elements?.forEach(t=>{t.removeEventListener(`click`,e);});}};var ji=class r extends Ht{static selectors=[`.product__thumbnail-list-inner > button`,`product-gallery-navigation > button`,`.product-media--thumb-container`,`.product-images-inner > img`,`.m-product-media`,`.swiper-button-control`,`.media__thumb`,`.slick-arrow`,`.productView-img-container.product-single__media`,`.product-gallery__thumbnail_item_inner`];constructor(){super(r.selectors,`Item Thumbnail Clicked`);}static getInstance(){return this.INSTANCE||(this.INSTANCE=new r),this.INSTANCE}};var zi=class r extends Ht{static selectors=[`.jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup`,`reviewsio-product-ratings`,`.ruk_rating_snippet.tracked:not(.hidden)`,`a > .loox-rating`,`.yotpo-reviews-star-ratings-widget`,`.yotpo.lp-hero__reviews`,`.pr-rating > a`,`.rivyoReviewWidget`];constructor(){super(r.selectors,`Review Clicked`);}static getInstance(){return this.INSTANCE||(this.INSTANCE=new r),this.INSTANCE}};var Sc=[`.gokwik-checkout button`,`button.cart__checkout-button`,`button.cart__checkout`,`button#checkout`,`button#checkout2`,`button[id*="checkout" i]`,`button[name*="checkout" i]`,`button[class*="checkout" i]`].join(`,`);function $s(){vt$2(()=>{Y$1.verbose(`Execution order:`,`document ready`),Ic();});}function Ic(){let r=window.location.hash?.substring(1);if(r)if(r.includes(`initiate-checkout`)){document.dispatchEvent(new Event(`letscooee:outbound:third-party-initiate-checkout`));let e=document.querySelector(Sc);if(!e){Y$1.verbose(`No clickable cart checkout button found`);return}Y$1.verbose(`Clickable cart checkout button found`,e),e.click();}else r.includes(`open-cart-drawer`)&&V.get().open();}function Gs(){window.addEventListener(`kp-modal:opened`,()=>{Be$3().isGoKwikPopupOpen=true;}),window.addEventListener(`user-loggedin`,r=>{let{token:e}=r.detail;e&&Rt({goKwikToken:e});}),window.gokwikSdk?qs():window.addEventListener(`gokwikLoaded`,qs);}function qs(){window.gokwikSdk&&window.gokwikSdk.on(`checkout_initiated`,async()=>{let r=await S.getCurrent().getNormalisedCart();z(new Ir$1(`Checkout Started`,{via:`GoKwik`,items:r.items,cartToken:r.token,amount:{value:r.amount,currency:r.currency}}));});}var D=class{static globalRef;static authenticated;static async initForMerchantWebsiteOnly(e){if(!window.cooeeSDKPreview){if(Y$1.info(`Initialising SDK`),ds(navigator.userAgent)){Y$1.info(`This seems to be a bot. Disabling SDK`);return}this.initGlobalReference(e),await zs(),this.autoAuthenticate(),new Gi().meddle(),Gn(),qi(),Tc(),Bs(),Vn(),Hs(),$s(),Ns(),zi.getInstance().listenSilently(),ji.getInstance().listenSilently(),Gs(),xc(),Hn$1(),ki.remove(`conf`).catch(t=>{Y$1.error(`Fail to remove App Config from local storage`,t);});}}static initGlobalReference(e){window.CooeeSDK||Mn$1(window,`CooeeSDK`,{}),this.globalRef=window.CooeeSDK,Mn$1(this.globalRef,`config`,new he$3),Mn$1(this.globalRef,`runtimeData`,{sdkLoadTime:e,jsLoadTime:new Date,lastEnterActive:new Date}),Mn$1(this.globalRef,`uaParser`,new we,true),Mn$1(this.globalRef,`cart`,S.getCurrent()),Mn$1(this.globalRef,`cartChange$`,Bn()),Mn$1(this.globalRef,`cartDrawerToggle$`,V.cartDrawerToggle$.asObservable()),Y$1.verbose(`Global reference initialised`),new le$3(()=>{this.globalRef.uaParser=new we;});}static autoAuthenticate(){let e=Xr();e&&this.authenticate({shopifyShop:e});}static authenticate(e){if(this.authenticated)return;Y$1.info(`Begin auth after ⏰`,tn(),`of SDK load`);let t=e.appID?.trim(),i=e.shopifyShop;if((Cn(t)||t.length!==24)&&Cn(i)){Y$1.warn(`Cooee App ID or Shop name is not configured`);return}this.authenticated=true,js(e);}static sendEvent(e,t,i){let o=new Ir$1(e,t,i?.triggerData);i?.occurred&&(o.occurred=i.occurred),z(o);}static updateProfile(e){for(let t in e)if(t.toLowerCase().startsWith(`ce `))throw new Error(`User property name cannot start with 'CE '`);Rt(e);}static setPageName(e){if(!e)return;let t=Be$3(),i=t.pageName;if(e===i)return;if(t.pageName=e,jr$2.some(s=>e.includes(s))){Bo();return}let o={};i&&(o.ps=i);let n=new Ir$1(`CE Screen View`,o);n.occurred=t.jsLoadTime,z(n),Bo(n.occurred);}static previewPopup(e,t){import('./renderer-8BzVq4fY-CykIBgo7.js').then(({FreeformRenderer:i})=>{new i(t).render(e);});}static previewWidget(e){new X(new G(e)).renderSilently();}};function Tc(){window.CooeeSDK.cartChange$.subscribe(()=>{Vt();});}function xc(){if(window.opener){try{window.opener.postMessage({action:`COOEE_READY_FOR_PREVIEW`},`*`);}catch(r){Y$1.error(r);}window.addEventListener(`message`,r=>{if(Y$1.verbose(`Received event`,r),!r.origin.includes(`letscooee.com`)&&!r.origin.includes(`localhost`))return;let e=r.data;typeof e==`object`&&(e.action===`POPUP_PREVIEW`?(D.previewPopup(e.engagementTrigger),r.source?.postMessage({action:`PREVIEW_SUCCESSFUL`},r.origin)):e.action===`WIDGET_PREVIEW`&&(D.previewWidget(e.engagementTrigger),r.source?.postMessage({action:`PREVIEW_SUCCESSFUL`},r.origin)));});}}var Xs=new U,Ks=0;Xs.pipe(Fe(50)).subscribe(async r=>{Dc(await qe()).catch(t=>{ke$2(t,`load-page-widgets`,{extra:{firstLoad:r}});});});function Vt(r=false){le$1(le).then(()=>{Xs.next(r);});}async function ns(r){let e=await qe();return Object.assign(r,e),me(`/v1/engagement/get-variant`,r)}async function Dc(r$10){Ks++,Ks===1?Y$1.info(`Fetch widgets (after ⏰`,tn()+` of SDK load)`):Y$1.info(`Fetch widgets`);let e=r({},r$10),t=Bn$1(`/v1/engagement/eligible`,D.globalRef.apiURLs?.engagementsURL);try{let i=await me(t,e);if(Y$1.info(`Widgets fetched ${Qr$3(i.timeTakenMs)}`),i.data.pageWidgets?.length)cr(i.data.pageWidgets.map(n=>new G(n)));if(i.data.cartWidgets?.length)ar(i.data.cartWidgets.map(n=>new G(n)));}catch(i){Y$1.error(`Error sending widget getter`,i);}}var Ys=x$2(dr$2()),Ki=class r{static META_REQUIRED_FIELDS=[`ad_id`];static GOOGLE_REQUIRED_FIELDS=[`gad_source`,`gclid`];source;adID;campaignID;adName;campaignName;constructor(e){this.adID=e.adID,this.campaignID=e.campaignID,this.source=e.source;}static getAdParams(){let e;try{e=new Ys.URLBuilder(location.href);}catch{return {}}let t={};if(this.META_REQUIRED_FIELDS.every(n=>Array.from(e.getParams().keys()).includes(n)))return t={source:`META`,adID:e.getQueryParam(`ad_id`)?.trim(),campaignID:e.getQueryParam(`campaign_id`)?.trim()},new r(t);if(this.GOOGLE_REQUIRED_FIELDS.every(n=>Array.from(e.getParams().keys()).includes(n)))return t={source:`GOOGLE`},new r(t)}};var Vo={d:(r,e)=>{for(var t in e)Vo.o(e,t)&&!Vo.o(r,t)&&Object.defineProperty(r,t,{enumerable:true,get:e[t]});},o:(r,e)=>Object.prototype.hasOwnProperty.call(r,e)},Wo={};Vo.d(Wo,{A:()=>Pc,k:()=>Ho});var Cr=function(r,e,t,i){return new(t||(t=Promise))(function(o,n){function s(C){try{m(i.next(C));}catch(w){n(w);}}function c(C){try{m(i.throw(C));}catch(w){n(w);}}function m(C){var w;C.done?o(C.value):(w=C.value,w instanceof t?w:new t(function(O){O(w);})).then(s,c);}m((i=i.apply(r,[])).next());})},yr=function(r,e){var t,i,o,n,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return n={next:c(0),throw:c(1),return:c(2)},typeof Symbol==`function`&&(n[Symbol.iterator]=function(){return this}),n;function c(m){return function(C){return (function(w){if(t)throw new TypeError(`Generator is already executing.`);for(;n&&(n=0,w[0]&&(s=0)),s;)try{if(t=1,i&&(o=2&w[0]?i.return:w[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,w[1])).done)return o;switch(i=0,o&&(w=[2&w[0],o.value]),w[0]){case 0:case 1:o=w;break;case 4:return s.label++,{value:w[1],done:!1};case 5:s.label++,i=w[1],w=[0];continue;case 7:w=s.ops.pop(),s.trys.pop();continue;default:if(o=s.trys,!((o=o.length>0&&o[o.length-1])||w[0]!==6&&w[0]!==2)){s=0;continue}if(w[0]===3&&(!o||w[1]>o[0]&&w[1]<o[3])){s.label=w[1];break}if(w[0]===6&&s.label<o[1]){s.label=o[1],o=w;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(w);break}o[2]&&s.ops.pop(),s.trys.pop();continue}w=e.call(r,s);}catch(O){w=[6,O],i=0;}finally{t=o=0;}if(5&w[0])throw w[1];return {value:w[0]?w[1]:void 0,done:true}})([m,C])}}};function Ho(){return Cr(this,void 0,Promise,function(){return yr(this,function(r){switch(r.label){case 0:return [4,new Promise(function(e,t){var i=`Unknown`,o=false;function n(y){o||(o=true,e({isPrivate:y,browserName:i}));}function s(){var y=0,P=parseInt(`-1`);try{P.toFixed(P);}catch(x){y=x.message.length;}return y}function c(){return navigator.msSaveBlob!==void 0&&(function(y){try{return y===eval.toString().length}catch{return false}})(39)}function m(){var y;return Cr(this,void 0,void 0,function(){var P,x;return yr(this,function(v){switch(v.label){case 0:return v.trys.push([0,2,,3]),[4,navigator.storage.getDirectory()];case 1:return v.sent(),n(false),[3,3];case 2:return P=v.sent(),x=P,P instanceof Error&&(x=(y=P.message)!==null&&y!==void 0?y:P),typeof x!=`string`?(n(false),[2]):(n(!!x.includes(`unknown transient reason`)),[3,3]);case 3:return [2]}})})}function C(){var y;return Cr(this,void 0,Promise,function(){return yr(this,function(P){switch(P.label){case 0:return ((y=navigator.storage)===null||y===void 0?void 0:y.getDirectory)===void 0?[3,2]:[4,m()];case 1:return P.sent(),[3,3];case 2:navigator.maxTouchPoints!==void 0?(function(){var x=String(Math.random());try{var v=indexedDB.open(x,1);v.onupgradeneeded=function(L){var k=L.target.result,b=function(Qe){n(Qe);};try{k.createObjectStore(`t`,{autoIncrement:!0}).put(new Blob),b(!1);}catch(Qe){(Qe.message||``).includes(`are not yet supported`)?b(!0):b(!1);}finally{k.close(),indexedDB.deleteDatabase(x);}},v.onerror=function(){return n(!1)};}catch{n(false);}})():(function(){var x=window.openDatabase,v=window.localStorage;try{x(null,null,null,null);}catch{n(true);return}try{v.setItem(`test`,`1`),v.removeItem(`test`);}catch{n(true);return}n(false);})(),P.label=3;case 3:return [2]}})})}function w(){navigator.webkitTemporaryStorage.queryUsageAndQuota(function(y,P){var x;n(Math.round(P/1048576)<2*Math.round(((x=window).performance!==void 0&&x.performance.memory!==void 0&&x.performance.memory.jsHeapSizeLimit!==void 0?performance.memory.jsHeapSizeLimit:1073741824)/1048576));},function(y){t(new Error(`detectIncognito somehow failed to query storage quota: `+y.message));});}function O(){self.Promise!==void 0&&self.Promise.allSettled!==void 0?w():(0, window.webkitRequestFileSystem)(0,1,function(){n(false);},function(){n(true);});}function M(){return Cr(this,void 0,Promise,function(){var y,P;return yr(this,function(x){switch(x.label){case 0:if(!navigator.storage||!navigator.storage.getDirectory)return [3,4];x.label=1;case 1:return x.trys.push([1,3,,4]),[4,navigator.storage.getDirectory()];case 2:return x.sent(),n(false),[3,4];case 3:return y=x.sent(),typeof(P=y instanceof Error&&typeof y.message==`string`?y.message:String(y))!=`string`?(n(false),[2]):(n(P.includes(`Security error`)),[2]);case 4:return n(navigator.serviceWorker===void 0),[2]}})})}(function(){return Cr(this,void 0,Promise,function(){return yr(this,function(y){switch(y.label){case 0:return s()!==44?[3,2]:(i=`Safari`,[4,C()]);case 1:return y.sent(),[3,6];case 2:return s()!==51?[3,3]:(P=navigator.userAgent,i=P.match(/Chrome/)?navigator.brave!==void 0?`Brave`:P.match(/Edg/)?`Edge`:P.match(/OPR/)?`Opera`:`Chrome`:`Chromium`,O(),[3,6]);case 3:return s()!==25?[3,5]:(i=`Firefox`,[4,M()]);case 4:return y.sent(),[3,6];case 5:c()?(i=`Internet Explorer`,n(window.indexedDB===void 0)):t(new Error(`detectIncognito cannot determine the browser`)),y.label=6;case 6:return [2]}var P;})})})().catch(t);})];case 1:return [2,r.sent()]}})})}typeof window<`u`&&(window.detectIncognito=Ho);var Pc=Ho,Js=Wo.A;Wo.k;var Qs=x$2(Et$3()),Zs=async()=>{let r={};try{return await Rc(r)}catch(e){return ke$2(e,`device-properties`),r}},Rc=async r=>{let e=window.CooeeSDK.uaParser;_c(r),Ac(r),kc(r),r.referrer=document.referrer,r.host=location.origin,r.path=location.pathname,r.qs=location.search,r.locale=navigator.language,r.display={w:screen.width,h:screen.height,pd:screen.pixelDepth,dpi:Oc()},r.win={ow:window.outerWidth,oh:window.outerHeight,iw:window.innerWidth,ih:window.innerHeight,dpr:window.devicePixelRatio},navigator.webdriver&&(r.headless=true,oo$1({headless:true}));let t=e.getResult();return r.browser=t.browser,r.device=t.device,r.engine=t.engine,r.cpu=t.cpu,r.os=t.os,r.navigatorUA=navigator.userAgent,await Promise.all([Uc(r),Lc(r),Mc(r)]),r},_c=r=>{let e=navigator;if(!e.deviceMemory)return;r.mem={tot:e.deviceMemory*1024};},Ac=r=>{let e=navigator,t=e.connection||e.mozConnection||e.webkitConnection;t?.effectiveType&&(r.net={type:t.effectiveType});},kc=r=>{let e=screen.orientation?.type;e&&(r.orientation=e);},Oc=()=>{if(!document.body)return;let r=document.createElement(`div`);r.setAttribute(`style`,`height: 1in; left: -100%; position: absolute; top: -100%; width: 1in;`),document.body.appendChild(r);let e=window.devicePixelRatio||1,t=r.offsetWidth*e;return document.body.removeChild(r),t},Lc=async r=>{try{await Nc(r);}catch(e){Y$1.error(`Unable to get location`,e);}},Nc=async r=>{if(!(!navigator.geolocation||!navigator.permissions||(await navigator.permissions.query({name:`geolocation`})).state!=`granted`))return new Promise(t=>{navigator.geolocation.getCurrentPosition(i=>{r.coords=[i.coords.latitude,i.coords.longitude],t();},()=>t());})},Uc=async r=>{if(`getBattery`in navigator)try{let t=await navigator.getBattery();r.bat={l:t.level*100,c:t.charging},oo$1({"battery.level":r.bat.l,"battery.charging":r.bat.c});}catch{}},Mc=async r=>{try{(await Js())?.isPrivate&&(r.incognito=!0,oo$1({incognito:!0}));}catch(e){Qs.default.error(`Unable to detect private/incognito window`,e);}};function ta(r){if(!ra())return;let e=Ye$2[r]?.toLowerCase();e&&(Y$1.verbose(`Sending ${e} intent to MS Clarity`),window.clarity(`set`,`Cooee Intent`,e));}function ra(){return window.clarity&&typeof window.clarity==`function`}var le=new gr$1(1),oa=`App ID or Shopify shop is not set`,$o=``,Je=``,qo=``,Xi;async function js(r){$o=r.appID,qo=r.shopifyShop;try{await Fc(),le.next(!0),le.complete();}catch(e){e?.message?.includes(oa)&&ke$2(e,`initiate-session`,{extra:r}),Y$1.error(`Unable to initiate session`,e);}}async function jn(){return await na(false),Xi}async function zs(){let r=Date.now();await fi.request(`gen_did`,async()=>{Je=await fe$4.get(`did`),Je||(Je=new $$2().toHexString(),await fe$4.set(`did`,Je)),Y$1.info(`Device ID:`,Je),aa(Je);}),Y$1.info(`Device ID set/get done ${Qr$3(Date.now()-r)}`);}async function ia(){if(Xi)return;let[r,e,t]=await Promise.all([ve$2.get(`id`,``),fe$4.get(`sessionNumber`,1),ve$2.get(`landing`,{})]);sa(r,e,t);}async function Fc(){await na(true);}async function na(r){let e=false;return await Vc()?(await Bc(),e=true):await Wc()?(await ia(),e=true):await ia(),e?await $c():r&&Vt(),e}async function Bc(){Y$1.info(`Starting new session`),await ve$2.clear();let r=new Date,e=new $$2().toHexString(),t=await fe$4.get(`sessionNumber`,0)+1,i=bi();await Promise.all([fe$4.set(`sessionNumber`,t),ve$2.set(`id`,e),ve$2.set(`lastUsedTime`,r.getTime()),ve$2.set(`landing`,i)]),sa(e,t,i);}async function Vc(){let r=await ve$2.get(`lastUsedTime`,0);return r?(new Date().getTime()-r)/1e3>1800:true}async function Wc(){return !await ve$2.get(`synced`,false)}async function Hc(){if(!$o&&!qo)throw new Error(oa);let r$11=await Zs(),e=Ci();return s(r(r({deviceID:Je,deviceProps:r$11,appID:$o,shopifyShop:qo},Xi),e),{sdk:Hr$3,ad:Ki.getAdParams(),occurred:Gc(Be$3().jsLoadTime),properties:{},uuid:await fe$4.get(`uuid`)})}async function $c(){Y$1.info(`Ensuring session on server`),await qc();let r=Date.now(),e=await Hc();Y$1.info(`Session data generated ${Qr$3(Date.now()-r)}`);let t=Bn$1(`/v1/event/validate-session`,D.globalRef.apiURLs?.baseURL);try{let i=await me(t,e);if(Y$1.info(`Auth finished ${Qr$3(i.timeTakenMs)}`),await ve$2.set(`synced`,!0),i.data.deviceID&&(await fe$4.set(`did`,Je),aa(i.data.deviceID)),i.data.pageWidgets?.length)cr(i.data.pageWidgets.map(n=>new G(n)));if(i.data.cartWidgets?.length)ar(i.data.cartWidgets.map(n=>new G(n)));}catch(i){throw Y$1.error(i),i}}async function qc(){let r=await fe$4.get(`firstSeen`),e=r?new Date(r):new Date;r||await fe$4.set(`firstSeen`,e.toISOString()),Yn(e),no$1(`Visitor Info`,{first_seen:e.toISOString()});}function sa(r,e,t){oo$1({"cooee_session.number":e}),no$1(`Visitor Session`,{id:r,number:e,landing_page:t}),Y$1.info(`Session number: ${e}, id: ${r}`),Xi={sessionID:r,sessionNumber:e,landingPage:t};}function aa(r){Xn(r);no$1(`Visitor Info`,{device_id:r,[`device_id_${Math.floor(Math.random()*1e4)}`]:r}),ro({id:r});}function Gc(r){return (new Date().getTime()-r.getTime())/1e3>1800?new Date:r}var Yi=class{triggerData;render(e){e.contentSource===Be$2.KLAVIYO&&(this.triggerData=e,window.addEventListener(`klaviyoForms`,this.handleKlaviyoEvents.bind(this)),window._klOnsite=window._klOnsite||[],window._klOnsite.push([`openForm`,e.klaviyoFormID]));}handleKlaviyoEvents(e){if(e.type!==`klaviyoForms`)return;let t=e.detail;if(t.formId!==this.triggerData.klaviyoFormID){Y$1.warn(`Received invalid trigger callback`);return}switch(t.type){case `open`:fe(new Ir$1(`CE Trigger Displayed`,{form:{id:t.formId}},this.triggerData));break;case `stepSubmit`:{let i=this.getFormDetails(t);fe(new Ir$1(`CE Form Submitted`,{form:i},this.triggerData)),Rt(i);break}case `close`:window.removeEventListener(`klaviyoForms`,this.handleKlaviyoEvents.bind(this)),fe(new Ir$1(`CE Trigger Closed`,{form:{id:t.formId}},this.triggerData));break}}getFormDetails(e){let t={id:e.formId},i=e.metaData;if(pe$4.hasKeys(i)){let o=[`email`,`phone_number`,`first_name`,`last_name`,`$email`,`$phone_number`,`$first_name`,`$last_name`];Object.keys(i).forEach(c=>{o.includes(c)||(t[c]=i[c]);}),t.email=i.$email??i.email,t.mobile=i.$phone_number??i.phone_number;let n=i.$first_name??i.first_name,s=i.$last_name??i.last_name;(n?.length||s?.length)&&(t.name=n+` `+s);}return t}};function ca(r){if(!jc()||!he$3.get().pixelPush)return;let t=Ye$2[r.intent]?.toLowerCase();t&&(Y$1.verbose(`Sending ${t} intent to Facebook Pixel`),window.fbq(`trackCustom`,`CooeeIntent`,{intent_value:t}));}function jc(){return window.fbq&&typeof window.fbq==`function`}var go=`/v1/event/track-page-unload`;function z(r){Y$1.verbose(`Waiting for auth to send event ${r.name}`),le$1(le).then(()=>fe(r));}function Ws(r){le$1(le).then(()=>{zc(r);});}async function zc(r){let e=Be$3().currentPageViewEvent;if(!e){Y$1.warn(`No page view event was stored previously`);return}let t={pageViewEventID:e.id,pageViewEventName:e.name,pageActiveTimeMS:r};Y$1.verbose(`Sending page unload`,t);let i=Bn$1(go,D.globalRef.apiURLs?.eventURL);try{await me(i,t);}catch(o){throw Y$1.error(`Error sending page unload for ${e} to server`,o),o}}function fe(r){Kc(r);}async function Kc(r){if(Y$1.verbose(`Sending event: ${r.name}`,r),el(r)){Y$1.warn(`Rejecting event ${r.name}`);return}On();let e=await qe();Object.assign(r,e),Vs(),ve$2.set(`lastUsedTime`,new Date().getTime());let t=Zc(r.name),o=Bn$1(`/v1/event/track/${t.toLowerCase().replace(/\s+/g,`-`)}`,D.globalRef.apiURLs?.eventURL);try{let n=await me(o,r);Y$1.info(`Event tracked:`,t),Xc(r)&&(Be$3().currentPageViewEvent={id:r.id,name:r.name}),Yc(r,n.data);}catch(n){throw Y$1.error(`Error sending event ${r.name} to server`,n),n}}function Xc(r){return Kr$3.includes(r.name)?r.name===`View Cart`?!r.properties.drawer:true:false}function Yc(r,e){Jc(r,e).catch(t=>{ke$2(t,`process-popup-response`,{extra:{event:r,response:e}});}),Qc(e);}async function Jc(r,e){if(!e.triggerData)return;let t=new G(e.triggerData);t.occurred=r.occurred,Y$1.log(`${t} will be shown`);let i;try{i=await wi(t);}catch(n){Y$1.error(`Failed to refresh the products`,n);return}if(t.items=i,t.contentSource===Be$2.KLAVIYO){new Yi().render(t);return}new(await(import('./renderer-8BzVq4fY-CykIBgo7.js'))).FreeformRenderer().renderEngagement(t).catch(n=>{ke$2(n,`render-popup`,{extra:{event:r},engagementTrigger:t});});}function Qc(r){r.intent&&(ta(r.intent),ca(r),Y$1.info(`Intent is ${Ye$2[r.intent]}`));}function Zc(r){return r.replace(`CE `,``).replace(`Trigger`,`Campaign`).replace(`Screen`,`Page`).replace(`App `,``)}function el(r){return r.trigger?.triggerID===`test`||r.trigger?.triggerID===`preview`?(Y$1.warn(`Not sending event as this is a test trigger`),true):false}
|
|
64
64
|
|
|
65
65
|
function a(i){return i?new Date(i).toLocaleString(`en-US`,{year:`numeric`,month:`2-digit`,day:`2-digit`,hour:`2-digit`,minute:`2-digit`,second:`2-digit`,fractionalSecondDigits:3,hour12:false,timeZoneName:`short`}):`N/A`}function M(){let i=performance.getEntriesByType?.(`resource`);if(i)return i.find(o=>o.name.includes(`@letscooee/web-sdk`)&&o.name.includes(`main.min.js`))}function x(i){window.cooeeSDKPreview||(document.readyState===`complete`?setTimeout(()=>L(i),100):window.addEventListener(`load`,()=>{setTimeout(()=>L(i),100);}));}function L(i){try{N(i),z$4();}catch(o){console.error(`Failed to print debugging logs`,o);}}function N(i){let o=performance.getEntriesByType?.(`navigation`)?.[0],f=window.CooeeSDK?.pageLoadTime,l=M(),s=performance.timeOrigin||0,n=o?.responseEnd?s+o.responseEnd:void 0,d=s,c=o?.domContentLoadedEventEnd||0,m=o?.loadEventEnd||0,u=n&&n>0?n:f?f.getTime():0,T=n&&n>0?`HTML download complete`:`inline script execution`,S=c>0?d+c:void 0,$=m>0?d+m:void 0;Y$1.info(`⏱️ ═══════════════ Performance Timing Report ═══════════════`),Y$1.info(`📅 Absolute Timestamps (Local Time):`),Y$1.info(` Note: Inline script can execute during HTML download (incremental parsing)`),Y$1.info(``),Y$1.info(` 1. Navigation started: ${a(d)}`);let r=f?f.getTime():0;if(n&&n>0&&r?r<n?(Y$1.info(` 2. Inline script executed: ${a(r)} (during HTML parsing)`),Y$1.info(` 3. HTML download complete: ${a(n)}`)):(Y$1.info(` 2. HTML download complete: ${a(n)}`),Y$1.info(` 3. Inline script executed: ${a(r)}`)):n&&n>0?Y$1.info(` 2. HTML download complete: ${a(n)}`):r&&Y$1.info(` 2. Inline script executed: ${a(r)}`),Y$1.info(` 4. SDK module loaded: ${a(i.getTime())} (from CDN)`),S&&Y$1.info(` 5. DOMContentLoaded: ${a(S)}`),$&&Y$1.info(` 6. Page fully loaded: ${a($)}`),Y$1.info(``),Y$1.info(`⏱️ Relative Timings:`),n&&n>0&&d){let g=n-d;Y$1.info(` Shopify backend + HTML download: ${Ve$4(g)} (not Cooee SDK)`);}if(u){let g=i.getTime()-u;if(g<0){let w=r>0?r:d,b=r>0?`inline script execution`:`navigation start`,K=i.getTime()-w;Y$1.info(` SDK module load time: ${Ve$4(K)} after ${b}`),Y$1.info(` (Note: Using earlier baseline because SDK loaded before ${T})`);}else Y$1.info(` SDK module load time: ${Ve$4(g)} after ${T}`),Y$1.info(` (Baseline: ${T} at ${a(u)})`);let v=i.getTime()-d;Y$1.info(` \u{1F3AF} Total SDK load time: ${Ve$4(v)} (from navigation start to SDK ready)`);}c&&c>0&&Y$1.info(` DOMContentLoaded: ${Ve$4(c)} after navigation start`),m&&m>0&&Y$1.info(` Page fully loaded: ${Ve$4(m)} after navigation start`),C(l),Y$1.info(`⏱️ ═══════════════════════════════════════════════════════`);}function C(i){if(!i){Y$1.info(``),Y$1.info(`📦 SDK Resource Metrics: Not available`);return}Y$1.info(``),Y$1.info(`📦 SDK Resource Metrics:`),Y$1.info(` URL: ${i.name}`),Y$1.info(` Download duration: ${Ve$4(i.duration)}`);let o=i.transferSize===0;if(Y$1.info(` Served from: ${o?`💾 Cache (disk/memory)`:`🌐 Network`}`),!o){Y$1.info(` Transfer size: ${d$3(i.transferSize)}`),Y$1.info(` Encoded size: ${d$3(i.encodedBodySize)}`),Y$1.info(` Decoded size: ${d$3(i.decodedBodySize)}`);let f=(1-i.encodedBodySize/i.decodedBodySize)*100;f>0&&Y$1.info(` Compression ratio: ${f.toFixed(1)}%`);}if(i.domainLookupEnd>0){let f=i.domainLookupEnd-i.domainLookupStart,l=i.connectEnd-i.connectStart,s=i.responseStart-i.requestStart,n=i.responseEnd-i.responseStart;Y$1.info(` Timing breakdown:`),f>0&&Y$1.info(` DNS lookup: ${Ve$4(f)}`),l>0&&Y$1.info(` TCP connect: ${Ve$4(l)}`),s>0&&Y$1.info(` Request: ${Ve$4(s)}`),n>0&&Y$1.info(` Response: ${Ve$4(n)}`);}}
|
|
66
66
|
|
|
67
|
-
var
|
|
67
|
+
var sdkDebugLogsTfVO9AIV = /*#__PURE__*/Object.freeze({
|
|
68
68
|
__proto__: null,
|
|
69
69
|
printAllDebugLogs: x
|
|
70
70
|
});
|
|
71
71
|
|
|
72
|
-
performance.mark(`cooee-sdk-start`);var n=new Date;window.cooeeShopifyScriptLoaded||(window.cooeeShopifyScriptLoaded=true,$n$1(),Gn$1(),await D.initForMerchantWebsiteOnly(n),be$2(),performance.measure(`cooee-sdk-init`,`cooee-sdk-start`),Lr$1()&&Promise.resolve().then(function () { return
|
|
72
|
+
performance.mark(`cooee-sdk-start`);var n=new Date;window.cooeeShopifyScriptLoaded||(window.cooeeShopifyScriptLoaded=true,$n$1(),Gn$1(),await D.initForMerchantWebsiteOnly(n),be$2(),performance.measure(`cooee-sdk-init`,`cooee-sdk-start`),Lr$1()&&Promise.resolve().then(function () { return sdkDebugLogsTfVO9AIV; }).then(({printAllDebugLogs:a})=>a(n)));
|
|
73
73
|
|
|
74
74
|
export { $r as $, A$1 as A, Be as B, Sr as C, m as D, vs$1 as E, Fr as F, G, He$1 as H, Ir$1 as I, ve as J, pi$1 as K, bi$1 as L, M$1 as M, Nn$1 as N, ii$1 as O, Fs$1 as P, Ps$1 as Q, Se$1 as R, S$1 as S, ye$1 as T, U, Ve$1 as V, Ce$1 as W, Me$1 as X, De as Y, Vi$1 as Z, _e$1 as _, Mi$1 as a, $e$1 as a0, gr$1 as a1, He$2 as a2, qe$1 as a3, Re$1 as a4, Fe$1 as a5, We$1 as a6, Je$1 as a7, Ae$2 as a8, ge$2 as a9, V$1 as b, H$1 as c, d$2 as d, V as e, fe as f, yt as g, Gr as h, it as i, qt as j, Vr as k, le$3 as l, mt$1 as m, n$1 as n, Hr as o, nt$1 as p, qr as q, Ve as r, f$1 as s, He$3 as t, ue$2 as u, vi as v, yi as w, v as x, ye$3 as y, q$1 as z };
|