@letscooee/web-sdk 9.15.0 → 10.0.0
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-EZUOM3MU.js +5 -0
- package/dist/chunk-NXK2Q266.js +2 -0
- package/dist/main.min.js +25 -25
- package/dist/widget.min.js +28 -65
- package/package.json +24 -24
- package/dist/chunk-RI4HJTAE.js +0 -8
- package/dist/chunk-WROWVGDC.js +0 -2
package/dist/widget.min.js
CHANGED
|
@@ -1,72 +1,35 @@
|
|
|
1
|
-
import{$ as Vi,$a as Rs,A as Tl,Aa as W,B as Et,Ba as be,C as zn,Ca as Ds,D as tn,Da as Ke,E as xl,Ea as Pe,F as z,Fa as K,G as Fi,Ga as Sn,H as Ne,Ha as In,I as Re,Ia as Tn,J as Bt,Ja as xn,K as Kn,Ka as Yt,L as ei,La as Oe,M as Mt,Ma as ln,N as Ol,Na as Tt,O as ct,Oa as lt,P as Pt,Pa as vt,Q as Al,Qa as Xe,R as Xn,Ra as Ui,S as It,Sa as Hi,T as Lt,Ta as Je,U as Dl,Ua as ot,V as Nl,Va as Ll,W as Rl,Wa as Fl,X as gr,Xa as Vl,Y as bt,Ya as Zn,Z as ut,Za as Ns,_ as P,_a as Jn,a as x,aa as Ss,ab as kl,b as Ee,ba as _r,bb as xt,c as Jr,ca as Is,cb as Bl,d as fl,da as nn,db as Bn,e as Es,ea as Ts,eb as Ul,f as bs,fa as xs,fb as Hl,g as pl,ga as Os,h as Cs,ha as Me,hb as jl,i as Qr,ia as qn,ib as $l,j as hl,ja as vr,jb as Un,k as _t,ka as ki,kb as Gl,l as ml,la as Ct,lb as ji,m as gl,mb as On,n as _l,na as xe,nb as Wl,o as vl,oa as Bi,ob as Yl,p as Pi,pa as cn,pb as $i,q as ws,qa as le,qb as An,r as yl,ra as ti,rb as ni,s as El,sa as As,sb as rn,t as Li,ta as Ml,tb as ri,u as bl,ua as Pl,ub as zl,v as Cl,va as Se,vb as Kl,w as wl,wa as wn,wb as Ms,x as Sl,xa as rt,xb as Gi,y as Il,ya as it,yb as Ps,z as mr,za as G,zb as Xl}from"./chunk-RI4HJTAE.js";var Ql=Es((Jl,Wi)=>{"use strict";(function(t){"use strict";var e={};e.VERSION="1.6.1";var n,r={},i=function(d,_){return function(){return _.apply(d,arguments)}},o=function(){var d=arguments,_=d[0],h,E;for(E=1;E<d.length;E++)for(h in d[E])!(h in _)&&d[E].hasOwnProperty(h)&&(_[h]=d[E][h]);return _},s=function(d,_){return{value:d,name:_}};e.TRACE=s(1,"TRACE"),e.DEBUG=s(2,"DEBUG"),e.INFO=s(3,"INFO"),e.TIME=s(4,"TIME"),e.WARN=s(5,"WARN"),e.ERROR=s(8,"ERROR"),e.OFF=s(99,"OFF");var c=function(d){this.context=d,this.setLevel(d.filterLevel),this.log=this.info};c.prototype={setLevel:function(d){d&&"value"in d&&(this.context.filterLevel=d)},getLevel:function(){return this.context.filterLevel},enabledFor:function(d){var _=this.context.filterLevel;return d.value>=_.value},trace:function(){this.invoke(e.TRACE,arguments)},debug:function(){this.invoke(e.DEBUG,arguments)},info:function(){this.invoke(e.INFO,arguments)},warn:function(){this.invoke(e.WARN,arguments)},error:function(){this.invoke(e.ERROR,arguments)},time:function(d){typeof d=="string"&&d.length>0&&this.invoke(e.TIME,[d,"start"])},timeEnd:function(d){typeof d=="string"&&d.length>0&&this.invoke(e.TIME,[d,"end"])},invoke:function(d,_){n&&this.enabledFor(d)&&n(_,o({level:d},this.context))}};var u=new c({filterLevel:e.OFF});(function(){var d=e;d.enabledFor=i(u,u.enabledFor),d.trace=i(u,u.trace),d.debug=i(u,u.debug),d.time=i(u,u.time),d.timeEnd=i(u,u.timeEnd),d.info=i(u,u.info),d.warn=i(u,u.warn),d.error=i(u,u.error),d.log=d.info})(),e.setHandler=function(d){n=d},e.setLevel=function(d){u.setLevel(d);for(var _ in r)r.hasOwnProperty(_)&&r[_].setLevel(d)},e.getLevel=function(){return u.getLevel()},e.get=function(d){return r[d]||(r[d]=new c(o({name:d},u.context)))},e.createDefaultHandler=function(d){d=d||{},d.formatter=d.formatter||function(C,N){N.name&&C.unshift("["+N.name+"]")};var _={},h=function(E,C){Function.prototype.apply.call(E,console,C)};return typeof console>"u"?function(){}:function(E,C){E=Array.prototype.slice.call(E);var N=console.log,k;C.level===e.TIME?(k=(C.name?"["+C.name+"] ":"")+E[0],E[1]==="start"?console.time?console.time(k):_[k]=new Date().getTime():console.timeEnd?console.timeEnd(k):h(N,[k+": "+(new Date().getTime()-_[k])+"ms"])):(C.level===e.WARN&&console.warn?N=console.warn:C.level===e.ERROR&&console.error?N=console.error:C.level===e.INFO&&console.info?N=console.info:C.level===e.DEBUG&&console.debug?N=console.debug:C.level===e.TRACE&&console.trace&&(N=console.trace),d.formatter(E,C),h(N,E))}},e.useDefaults=function(d){e.setLevel(d&&d.defaultLevel||e.DEBUG),e.setHandler(e.createDefaultHandler(d))},e.setDefaults=e.useDefaults,typeof define=="function"&&define.amd?define(e):typeof Wi<"u"&&Wi.exports?Wi.exports=e:(e._prevLogger=t.Logger,e.noConflict=function(){return t.Logger=e._prevLogger,e},t.Logger=e)})(Jl)});var cu=Es((au,Hs)=>{"use strict";(function(t){if(typeof au=="object"&&typeof Hs<"u")Hs.exports=t();else if(typeof define=="function"&&define.amd)define([],t);else{var e;typeof window<"u"?e=window:typeof global<"u"?e=global:typeof self<"u"?e=self:e=this,e.localforage=t()}})(function(){var t,e,n;return function r(i,o,s){function c(_,h){if(!o[_]){if(!i[_]){var E=typeof Jr=="function"&&Jr;if(!h&&E)return E(_,!0);if(u)return u(_,!0);var C=new Error("Cannot find module '"+_+"'");throw C.code="MODULE_NOT_FOUND",C}var N=o[_]={exports:{}};i[_][0].call(N.exports,function(k){var B=i[_][1][k];return c(B||k)},N,N.exports,r,i,o,s)}return o[_].exports}for(var u=typeof Jr=="function"&&Jr,d=0;d<s.length;d++)c(s[d]);return c}({1:[function(r,i,o){(function(s){"use strict";var c=s.MutationObserver||s.WebKitMutationObserver,u;if(c){var d=0,_=new c(k),h=s.document.createTextNode("");_.observe(h,{characterData:!0}),u=function(){h.data=d=++d%2}}else if(!s.setImmediate&&typeof s.MessageChannel<"u"){var E=new s.MessageChannel;E.port1.onmessage=k,u=function(){E.port2.postMessage(0)}}else"document"in s&&"onreadystatechange"in s.document.createElement("script")?u=function(){var X=s.document.createElement("script");X.onreadystatechange=function(){k(),X.onreadystatechange=null,X.parentNode.removeChild(X),X=null},s.document.documentElement.appendChild(X)}:u=function(){setTimeout(k,0)};var C,N=[];function k(){C=!0;for(var X,J,ue=N.length;ue;){for(J=N,N=[],X=-1;++X<ue;)J[X]();ue=N.length}C=!1}i.exports=B;function B(X){N.push(X)===1&&!C&&u()}}).call(this,typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{}],2:[function(r,i,o){"use strict";var s=r(1);function c(){}var u={},d=["REJECTED"],_=["FULFILLED"],h=["PENDING"];i.exports=E;function E(H){if(typeof H!="function")throw new TypeError("resolver must be a function");this.state=h,this.queue=[],this.outcome=void 0,H!==c&&B(this,H)}E.prototype.catch=function(H){return this.then(null,H)},E.prototype.then=function(H,_e){if(typeof H!="function"&&this.state===_||typeof _e!="function"&&this.state===d)return this;var de=new this.constructor(c);if(this.state!==h){var ye=this.state===_?H:_e;N(de,ye,this.outcome)}else this.queue.push(new C(de,H,_e));return de};function C(H,_e,de){this.promise=H,typeof _e=="function"&&(this.onFulfilled=_e,this.callFulfilled=this.otherCallFulfilled),typeof de=="function"&&(this.onRejected=de,this.callRejected=this.otherCallRejected)}C.prototype.callFulfilled=function(H){u.resolve(this.promise,H)},C.prototype.otherCallFulfilled=function(H){N(this.promise,this.onFulfilled,H)},C.prototype.callRejected=function(H){u.reject(this.promise,H)},C.prototype.otherCallRejected=function(H){N(this.promise,this.onRejected,H)};function N(H,_e,de){s(function(){var ye;try{ye=_e(de)}catch(Ve){return u.reject(H,Ve)}ye===H?u.reject(H,new TypeError("Cannot resolve promise with itself")):u.resolve(H,ye)})}u.resolve=function(H,_e){var de=X(k,_e);if(de.status==="error")return u.reject(H,de.value);var ye=de.value;if(ye)B(H,ye);else{H.state=_,H.outcome=_e;for(var Ve=-1,De=H.queue.length;++Ve<De;)H.queue[Ve].callFulfilled(_e)}return H},u.reject=function(H,_e){H.state=d,H.outcome=_e;for(var de=-1,ye=H.queue.length;++de<ye;)H.queue[de].callRejected(_e);return H};function k(H){var _e=H&&H.then;if(H&&(typeof H=="object"||typeof H=="function")&&typeof _e=="function")return function(){_e.apply(H,arguments)}}function B(H,_e){var de=!1;function ye(Ge){de||(de=!0,u.reject(H,Ge))}function Ve(Ge){de||(de=!0,u.resolve(H,Ge))}function De(){_e(Ve,ye)}var Le=X(De);Le.status==="error"&&ye(Le.value)}function X(H,_e){var de={};try{de.value=H(_e),de.status="success"}catch(ye){de.status="error",de.value=ye}return de}E.resolve=J;function J(H){return H instanceof this?H:u.resolve(new this(c),H)}E.reject=ue;function ue(H){var _e=new this(c);return u.reject(_e,H)}E.all=q;function q(H){var _e=this;if(Object.prototype.toString.call(H)!=="[object Array]")return this.reject(new TypeError("must be an array"));var de=H.length,ye=!1;if(!de)return this.resolve([]);for(var Ve=new Array(de),De=0,Le=-1,Ge=new this(c);++Le<de;)ze(H[Le],Le);return Ge;function ze(gt,A){_e.resolve(gt).then(O,function(L){ye||(ye=!0,u.reject(Ge,L))});function O(L){Ve[A]=L,++De===de&&!ye&&(ye=!0,u.resolve(Ge,Ve))}}}E.race=Ae;function Ae(H){var _e=this;if(Object.prototype.toString.call(H)!=="[object Array]")return this.reject(new TypeError("must be an array"));var de=H.length,ye=!1;if(!de)return this.resolve([]);for(var Ve=-1,De=new this(c);++Ve<de;)Le(H[Ve]);return De;function Le(Ge){_e.resolve(Ge).then(function(ze){ye||(ye=!0,u.resolve(De,ze))},function(ze){ye||(ye=!0,u.reject(De,ze))})}}},{1:1}],3:[function(r,i,o){(function(s){"use strict";typeof s.Promise!="function"&&(s.Promise=r(2))}).call(this,typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{2:2}],4:[function(r,i,o){"use strict";var s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(f){return typeof f}:function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f};function c(f,b){if(!(f instanceof b))throw new TypeError("Cannot call a class as a function")}function u(){try{if(typeof indexedDB<"u")return indexedDB;if(typeof webkitIndexedDB<"u")return webkitIndexedDB;if(typeof mozIndexedDB<"u")return mozIndexedDB;if(typeof OIndexedDB<"u")return OIndexedDB;if(typeof msIndexedDB<"u")return msIndexedDB}catch{return}}var d=u();function _(){try{if(!d||!d.open)return!1;var f=typeof openDatabase<"u"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),b=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!f||b)&&typeof indexedDB<"u"&&typeof IDBKeyRange<"u"}catch{return!1}}function h(f,b){f=f||[],b=b||{};try{return new Blob(f,b)}catch(w){if(w.name!=="TypeError")throw w;for(var m=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,S=new m,T=0;T<f.length;T+=1)S.append(f[T]);return S.getBlob(b.type)}}typeof Promise>"u"&&r(3);var E=Promise;function C(f,b){b&&f.then(function(m){b(null,m)},function(m){b(m)})}function N(f,b,m){typeof b=="function"&&f.then(b),typeof m=="function"&&f.catch(m)}function k(f){return typeof f!="string"&&(console.warn(f+" used as a key, but it is not a string."),f=String(f)),f}function B(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var X="local-forage-detect-blob-support",J=void 0,ue={},q=Object.prototype.toString,Ae="readonly",H="readwrite";function _e(f){for(var b=f.length,m=new ArrayBuffer(b),S=new Uint8Array(m),T=0;T<b;T++)S[T]=f.charCodeAt(T);return m}function de(f){return new E(function(b){var m=f.transaction(X,H),S=h([""]);m.objectStore(X).put(S,"key"),m.onabort=function(T){T.preventDefault(),T.stopPropagation(),b(!1)},m.oncomplete=function(){var T=navigator.userAgent.match(/Chrome\/(\d+)/),w=navigator.userAgent.match(/Edge\//);b(w||!T||parseInt(T[1],10)>=43)}}).catch(function(){return!1})}function ye(f){return typeof J=="boolean"?E.resolve(J):de(f).then(function(b){return J=b,J})}function Ve(f){var b=ue[f.name],m={};m.promise=new E(function(S,T){m.resolve=S,m.reject=T}),b.deferredOperations.push(m),b.dbReady?b.dbReady=b.dbReady.then(function(){return m.promise}):b.dbReady=m.promise}function De(f){var b=ue[f.name],m=b.deferredOperations.pop();if(m)return m.resolve(),m.promise}function Le(f,b){var m=ue[f.name],S=m.deferredOperations.pop();if(S)return S.reject(b),S.promise}function Ge(f,b){return new E(function(m,S){if(ue[f.name]=ue[f.name]||Z(),f.db)if(b)Ve(f),f.db.close();else return m(f.db);var T=[f.name];b&&T.push(f.version);var w=d.open.apply(d,T);b&&(w.onupgradeneeded=function(R){var V=w.result;try{V.createObjectStore(f.storeName),R.oldVersion<=1&&V.createObjectStore(X)}catch(j){if(j.name==="ConstraintError")console.warn('The database "'+f.name+'" has been upgraded from version '+R.oldVersion+" to version "+R.newVersion+', but the storage "'+f.storeName+'" already exists.');else throw j}}),w.onerror=function(R){R.preventDefault(),S(w.error)},w.onsuccess=function(){var R=w.result;R.onversionchange=function(V){V.target.close()},m(R),De(f)}})}function ze(f){return Ge(f,!1)}function gt(f){return Ge(f,!0)}function A(f,b){if(!f.db)return!0;var m=!f.db.objectStoreNames.contains(f.storeName),S=f.version<f.db.version,T=f.version>f.db.version;if(S&&(f.version!==b&&console.warn('The database "'+f.name+`" can't be downgraded from version `+f.db.version+" to version "+f.version+"."),f.version=f.db.version),T||m){if(m){var w=f.db.version+1;w>f.version&&(f.version=w)}return!0}return!1}function O(f){return new E(function(b,m){var S=new FileReader;S.onerror=m,S.onloadend=function(T){var w=btoa(T.target.result||"");b({__local_forage_encoded_blob:!0,data:w,type:f.type})},S.readAsBinaryString(f)})}function L(f){var b=_e(atob(f.data));return h([b],{type:f.type})}function M(f){return f&&f.__local_forage_encoded_blob}function v(f){var b=this,m=b._initReady().then(function(){var S=ue[b._dbInfo.name];if(S&&S.dbReady)return S.dbReady});return N(m,f,f),m}function y(f){Ve(f);for(var b=ue[f.name],m=b.forages,S=0;S<m.length;S++){var T=m[S];T._dbInfo.db&&(T._dbInfo.db.close(),T._dbInfo.db=null)}return f.db=null,ze(f).then(function(w){return f.db=w,A(f)?gt(f):w}).then(function(w){f.db=b.db=w;for(var R=0;R<m.length;R++)m[R]._dbInfo.db=w}).catch(function(w){throw Le(f,w),w})}function U(f,b,m,S){S===void 0&&(S=1);try{var T=f.db.transaction(f.storeName,b);m(null,T)}catch(w){if(S>0&&(!f.db||w.name==="InvalidStateError"||w.name==="NotFoundError"))return E.resolve().then(function(){if(!f.db||w.name==="NotFoundError"&&!f.db.objectStoreNames.contains(f.storeName)&&f.version<=f.db.version)return f.db&&(f.version=f.db.version+1),gt(f)}).then(function(){return y(f).then(function(){U(f,b,m,S-1)})}).catch(m);m(w)}}function Z(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function ne(f){var b=this,m={db:null};if(f)for(var S in f)m[S]=f[S];var T=ue[m.name];T||(T=Z(),ue[m.name]=T),T.forages.push(b),b._initReady||(b._initReady=b.ready,b.ready=v);var w=[];function R(){return E.resolve()}for(var V=0;V<T.forages.length;V++){var j=T.forages[V];j!==b&&w.push(j._initReady().catch(R))}var $=T.forages.slice(0);return E.all(w).then(function(){return m.db=T.db,ze(m)}).then(function(Y){return m.db=Y,A(m,b._defaultConfig.version)?gt(m):Y}).then(function(Y){m.db=T.db=Y,b._dbInfo=m;for(var re=0;re<$.length;re++){var Te=$[re];Te!==b&&(Te._dbInfo.db=m.db,Te._dbInfo.version=m.version)}})}function ie(f,b){var m=this;f=k(f);var S=new E(function(T,w){m.ready().then(function(){U(m._dbInfo,Ae,function(R,V){if(R)return w(R);try{var j=V.objectStore(m._dbInfo.storeName),$=j.get(f);$.onsuccess=function(){var Y=$.result;Y===void 0&&(Y=null),M(Y)&&(Y=L(Y)),T(Y)},$.onerror=function(){w($.error)}}catch(Y){w(Y)}})}).catch(w)});return C(S,b),S}function ce(f,b){var m=this,S=new E(function(T,w){m.ready().then(function(){U(m._dbInfo,Ae,function(R,V){if(R)return w(R);try{var j=V.objectStore(m._dbInfo.storeName),$=j.openCursor(),Y=1;$.onsuccess=function(){var re=$.result;if(re){var Te=re.value;M(Te)&&(Te=L(Te));var Ue=f(Te,re.key,Y++);Ue!==void 0?T(Ue):re.continue()}else T()},$.onerror=function(){w($.error)}}catch(re){w(re)}})}).catch(w)});return C(S,b),S}function Q(f,b,m){var S=this;f=k(f);var T=new E(function(w,R){var V;S.ready().then(function(){return V=S._dbInfo,q.call(b)==="[object Blob]"?ye(V.db).then(function(j){return j?b:O(b)}):b}).then(function(j){U(S._dbInfo,H,function($,Y){if($)return R($);try{var re=Y.objectStore(S._dbInfo.storeName);j===null&&(j=void 0);var Te=re.put(j,f);Y.oncomplete=function(){j===void 0&&(j=null),w(j)},Y.onabort=Y.onerror=function(){var Ue=Te.error?Te.error:Te.transaction.error;R(Ue)}}catch(Ue){R(Ue)}})}).catch(R)});return C(T,m),T}function oe(f,b){var m=this;f=k(f);var S=new E(function(T,w){m.ready().then(function(){U(m._dbInfo,H,function(R,V){if(R)return w(R);try{var j=V.objectStore(m._dbInfo.storeName),$=j.delete(f);V.oncomplete=function(){T()},V.onerror=function(){w($.error)},V.onabort=function(){var Y=$.error?$.error:$.transaction.error;w(Y)}}catch(Y){w(Y)}})}).catch(w)});return C(S,b),S}function ee(f){var b=this,m=new E(function(S,T){b.ready().then(function(){U(b._dbInfo,H,function(w,R){if(w)return T(w);try{var V=R.objectStore(b._dbInfo.storeName),j=V.clear();R.oncomplete=function(){S()},R.onabort=R.onerror=function(){var $=j.error?j.error:j.transaction.error;T($)}}catch($){T($)}})}).catch(T)});return C(m,f),m}function pe(f){var b=this,m=new E(function(S,T){b.ready().then(function(){U(b._dbInfo,Ae,function(w,R){if(w)return T(w);try{var V=R.objectStore(b._dbInfo.storeName),j=V.count();j.onsuccess=function(){S(j.result)},j.onerror=function(){T(j.error)}}catch($){T($)}})}).catch(T)});return C(m,f),m}function se(f,b){var m=this,S=new E(function(T,w){if(f<0){T(null);return}m.ready().then(function(){U(m._dbInfo,Ae,function(R,V){if(R)return w(R);try{var j=V.objectStore(m._dbInfo.storeName),$=!1,Y=j.openKeyCursor();Y.onsuccess=function(){var re=Y.result;if(!re){T(null);return}f===0||$?T(re.key):($=!0,re.advance(f))},Y.onerror=function(){w(Y.error)}}catch(re){w(re)}})}).catch(w)});return C(S,b),S}function he(f){var b=this,m=new E(function(S,T){b.ready().then(function(){U(b._dbInfo,Ae,function(w,R){if(w)return T(w);try{var V=R.objectStore(b._dbInfo.storeName),j=V.openKeyCursor(),$=[];j.onsuccess=function(){var Y=j.result;if(!Y){S($);return}$.push(Y.key),Y.continue()},j.onerror=function(){T(j.error)}}catch(Y){T(Y)}})}).catch(T)});return C(m,f),m}function me(f,b){b=B.apply(this,arguments);var m=this.config();f=typeof f!="function"&&f||{},f.name||(f.name=f.name||m.name,f.storeName=f.storeName||m.storeName);var S=this,T;if(!f.name)T=E.reject("Invalid arguments");else{var w=f.name===m.name&&S._dbInfo.db,R=w?E.resolve(S._dbInfo.db):ze(f).then(function(V){var j=ue[f.name],$=j.forages;j.db=V;for(var Y=0;Y<$.length;Y++)$[Y]._dbInfo.db=V;return V});f.storeName?T=R.then(function(V){if(V.objectStoreNames.contains(f.storeName)){var j=V.version+1;Ve(f);var $=ue[f.name],Y=$.forages;V.close();for(var re=0;re<Y.length;re++){var Te=Y[re];Te._dbInfo.db=null,Te._dbInfo.version=j}var Ue=new E(function(He,at){var nt=d.open(f.name,j);nt.onerror=function(Wt){var Zr=nt.result;Zr.close(),at(Wt)},nt.onupgradeneeded=function(){var Wt=nt.result;Wt.deleteObjectStore(f.storeName)},nt.onsuccess=function(){var Wt=nt.result;Wt.close(),He(Wt)}});return Ue.then(function(He){$.db=He;for(var at=0;at<Y.length;at++){var nt=Y[at];nt._dbInfo.db=He,De(nt._dbInfo)}}).catch(function(He){throw(Le(f,He)||E.resolve()).catch(function(){}),He})}}):T=R.then(function(V){Ve(f);var j=ue[f.name],$=j.forages;V.close();for(var Y=0;Y<$.length;Y++){var re=$[Y];re._dbInfo.db=null}var Te=new E(function(Ue,He){var at=d.deleteDatabase(f.name);at.onerror=function(){var nt=at.result;nt&&nt.close(),He(at.error)},at.onblocked=function(){console.warn('dropInstance blocked for database "'+f.name+'" until all open connections are closed')},at.onsuccess=function(){var nt=at.result;nt&&nt.close(),Ue(nt)}});return Te.then(function(Ue){j.db=Ue;for(var He=0;He<$.length;He++){var at=$[He];De(at._dbInfo)}}).catch(function(Ue){throw(Le(f,Ue)||E.resolve()).catch(function(){}),Ue})})}return C(T,b),T}var ge={_driver:"asyncStorage",_initStorage:ne,_support:_(),iterate:ce,getItem:ie,setItem:Q,removeItem:oe,clear:ee,length:pe,key:se,keys:he,dropInstance:me};function p(){return typeof openDatabase=="function"}var a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l="~~local_forage_type~",g=/^~~local_forage_type~([^~]+)~/,I="__lfsc__:",D=I.length,F="arbf",ve="blob",Ie="si08",Ce="ui08",ke="uic8",Be="si16",Ze="si32",Vt="ur16",Gt="ui32",Cn="fl32",St="fl64",kt=D+F.length,Ri=Object.prototype.toString;function ol(f){var b=f.length*.75,m=f.length,S,T=0,w,R,V,j;f[f.length-1]==="="&&(b--,f[f.length-2]==="="&&b--);var $=new ArrayBuffer(b),Y=new Uint8Array($);for(S=0;S<m;S+=4)w=a.indexOf(f[S]),R=a.indexOf(f[S+1]),V=a.indexOf(f[S+2]),j=a.indexOf(f[S+3]),Y[T++]=w<<2|R>>4,Y[T++]=(R&15)<<4|V>>2,Y[T++]=(V&3)<<6|j&63;return $}function hs(f){var b=new Uint8Array(f),m="",S;for(S=0;S<b.length;S+=3)m+=a[b[S]>>2],m+=a[(b[S]&3)<<4|b[S+1]>>4],m+=a[(b[S+1]&15)<<2|b[S+2]>>6],m+=a[b[S+2]&63];return b.length%3===2?m=m.substring(0,m.length-1)+"=":b.length%3===1&&(m=m.substring(0,m.length-2)+"=="),m}function jp(f,b){var m="";if(f&&(m=Ri.call(f)),f&&(m==="[object ArrayBuffer]"||f.buffer&&Ri.call(f.buffer)==="[object ArrayBuffer]")){var S,T=I;f instanceof ArrayBuffer?(S=f,T+=F):(S=f.buffer,m==="[object Int8Array]"?T+=Ie:m==="[object Uint8Array]"?T+=Ce:m==="[object Uint8ClampedArray]"?T+=ke:m==="[object Int16Array]"?T+=Be:m==="[object Uint16Array]"?T+=Vt:m==="[object Int32Array]"?T+=Ze:m==="[object Uint32Array]"?T+=Gt:m==="[object Float32Array]"?T+=Cn:m==="[object Float64Array]"?T+=St:b(new Error("Failed to get type for BinaryArray"))),b(T+hs(S))}else if(m==="[object Blob]"){var w=new FileReader;w.onload=function(){var R=l+f.type+"~"+hs(this.result);b(I+ve+R)},w.readAsArrayBuffer(f)}else try{b(JSON.stringify(f))}catch(R){console.error("Couldn't convert value into a JSON string: ",f),b(null,R)}}function $p(f){if(f.substring(0,D)!==I)return JSON.parse(f);var b=f.substring(kt),m=f.substring(D,kt),S;if(m===ve&&g.test(b)){var T=b.match(g);S=T[1],b=b.substring(T[0].length)}var w=ol(b);switch(m){case F:return w;case ve:return h([w],{type:S});case Ie:return new Int8Array(w);case Ce:return new Uint8Array(w);case ke:return new Uint8ClampedArray(w);case Be:return new Int16Array(w);case Vt:return new Uint16Array(w);case Ze:return new Int32Array(w);case Gt:return new Uint32Array(w);case Cn:return new Float32Array(w);case St:return new Float64Array(w);default:throw new Error("Unkown type: "+m)}}var ms={serialize:jp,deserialize:$p,stringToBuffer:ol,bufferToString:hs};function sl(f,b,m,S){f.executeSql("CREATE TABLE IF NOT EXISTS "+b.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],m,S)}function Gp(f){var b=this,m={db:null};if(f)for(var S in f)m[S]=typeof f[S]!="string"?f[S].toString():f[S];var T=new E(function(w,R){try{m.db=openDatabase(m.name,String(m.version),m.description,m.size)}catch(V){return R(V)}m.db.transaction(function(V){sl(V,m,function(){b._dbInfo=m,w()},function(j,$){R($)})},R)});return m.serializer=ms,T}function kn(f,b,m,S,T,w){f.executeSql(m,S,T,function(R,V){V.code===V.SYNTAX_ERR?R.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[b.storeName],function(j,$){$.rows.length?w(j,V):sl(j,b,function(){j.executeSql(m,S,T,w)},w)},w):w(R,V)},w)}function Wp(f,b){var m=this;f=k(f);var S=new E(function(T,w){m.ready().then(function(){var R=m._dbInfo;R.db.transaction(function(V){kn(V,R,"SELECT * FROM "+R.storeName+" WHERE key = ? LIMIT 1",[f],function(j,$){var Y=$.rows.length?$.rows.item(0).value:null;Y&&(Y=R.serializer.deserialize(Y)),T(Y)},function(j,$){w($)})})}).catch(w)});return C(S,b),S}function Yp(f,b){var m=this,S=new E(function(T,w){m.ready().then(function(){var R=m._dbInfo;R.db.transaction(function(V){kn(V,R,"SELECT * FROM "+R.storeName,[],function(j,$){for(var Y=$.rows,re=Y.length,Te=0;Te<re;Te++){var Ue=Y.item(Te),He=Ue.value;if(He&&(He=R.serializer.deserialize(He)),He=f(He,Ue.key,Te+1),He!==void 0){T(He);return}}T()},function(j,$){w($)})})}).catch(w)});return C(S,b),S}function al(f,b,m,S){var T=this;f=k(f);var w=new E(function(R,V){T.ready().then(function(){b===void 0&&(b=null);var j=b,$=T._dbInfo;$.serializer.serialize(b,function(Y,re){re?V(re):$.db.transaction(function(Te){kn(Te,$,"INSERT OR REPLACE INTO "+$.storeName+" (key, value) VALUES (?, ?)",[f,Y],function(){R(j)},function(Ue,He){V(He)})},function(Te){if(Te.code===Te.QUOTA_ERR){if(S>0){R(al.apply(T,[f,j,m,S-1]));return}V(Te)}})})}).catch(V)});return C(w,m),w}function zp(f,b,m){return al.apply(this,[f,b,m,1])}function Kp(f,b){var m=this;f=k(f);var S=new E(function(T,w){m.ready().then(function(){var R=m._dbInfo;R.db.transaction(function(V){kn(V,R,"DELETE FROM "+R.storeName+" WHERE key = ?",[f],function(){T()},function(j,$){w($)})})}).catch(w)});return C(S,b),S}function Xp(f){var b=this,m=new E(function(S,T){b.ready().then(function(){var w=b._dbInfo;w.db.transaction(function(R){kn(R,w,"DELETE FROM "+w.storeName,[],function(){S()},function(V,j){T(j)})})}).catch(T)});return C(m,f),m}function qp(f){var b=this,m=new E(function(S,T){b.ready().then(function(){var w=b._dbInfo;w.db.transaction(function(R){kn(R,w,"SELECT COUNT(key) as c FROM "+w.storeName,[],function(V,j){var $=j.rows.item(0).c;S($)},function(V,j){T(j)})})}).catch(T)});return C(m,f),m}function Zp(f,b){var m=this,S=new E(function(T,w){m.ready().then(function(){var R=m._dbInfo;R.db.transaction(function(V){kn(V,R,"SELECT key FROM "+R.storeName+" WHERE id = ? LIMIT 1",[f+1],function(j,$){var Y=$.rows.length?$.rows.item(0).key:null;T(Y)},function(j,$){w($)})})}).catch(w)});return C(S,b),S}function Jp(f){var b=this,m=new E(function(S,T){b.ready().then(function(){var w=b._dbInfo;w.db.transaction(function(R){kn(R,w,"SELECT key FROM "+w.storeName,[],function(V,j){for(var $=[],Y=0;Y<j.rows.length;Y++)$.push(j.rows.item(Y).key);S($)},function(V,j){T(j)})})}).catch(T)});return C(m,f),m}function Qp(f){return new E(function(b,m){f.transaction(function(S){S.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(T,w){for(var R=[],V=0;V<w.rows.length;V++)R.push(w.rows.item(V).name);b({db:f,storeNames:R})},function(T,w){m(w)})},function(S){m(S)})})}function eh(f,b){b=B.apply(this,arguments);var m=this.config();f=typeof f!="function"&&f||{},f.name||(f.name=f.name||m.name,f.storeName=f.storeName||m.storeName);var S=this,T;return f.name?T=new E(function(w){var R;f.name===m.name?R=S._dbInfo.db:R=openDatabase(f.name,"","",0),f.storeName?w({db:R,storeNames:[f.storeName]}):w(Qp(R))}).then(function(w){return new E(function(R,V){w.db.transaction(function(j){function $(Ue){return new E(function(He,at){j.executeSql("DROP TABLE IF EXISTS "+Ue,[],function(){He()},function(nt,Wt){at(Wt)})})}for(var Y=[],re=0,Te=w.storeNames.length;re<Te;re++)Y.push($(w.storeNames[re]));E.all(Y).then(function(){R()}).catch(function(Ue){V(Ue)})},function(j){V(j)})})}):T=E.reject("Invalid arguments"),C(T,b),T}var th={_driver:"webSQLStorage",_initStorage:Gp,_support:p(),iterate:Yp,getItem:Wp,setItem:zp,removeItem:Kp,clear:Xp,length:qp,key:Zp,keys:Jp,dropInstance:eh};function nh(){try{return typeof localStorage<"u"&&"setItem"in localStorage&&!!localStorage.setItem}catch{return!1}}function cl(f,b){var m=f.name+"/";return f.storeName!==b.storeName&&(m+=f.storeName+"/"),m}function rh(){var f="_localforage_support_test";try{return localStorage.setItem(f,!0),localStorage.removeItem(f),!1}catch{return!0}}function ih(){return!rh()||localStorage.length>0}function oh(f){var b=this,m={};if(f)for(var S in f)m[S]=f[S];return m.keyPrefix=cl(f,b._defaultConfig),ih()?(b._dbInfo=m,m.serializer=ms,E.resolve()):E.reject()}function sh(f){var b=this,m=b.ready().then(function(){for(var S=b._dbInfo.keyPrefix,T=localStorage.length-1;T>=0;T--){var w=localStorage.key(T);w.indexOf(S)===0&&localStorage.removeItem(w)}});return C(m,f),m}function ah(f,b){var m=this;f=k(f);var S=m.ready().then(function(){var T=m._dbInfo,w=localStorage.getItem(T.keyPrefix+f);return w&&(w=T.serializer.deserialize(w)),w});return C(S,b),S}function ch(f,b){var m=this,S=m.ready().then(function(){for(var T=m._dbInfo,w=T.keyPrefix,R=w.length,V=localStorage.length,j=1,$=0;$<V;$++){var Y=localStorage.key($);if(Y.indexOf(w)===0){var re=localStorage.getItem(Y);if(re&&(re=T.serializer.deserialize(re)),re=f(re,Y.substring(R),j++),re!==void 0)return re}}});return C(S,b),S}function lh(f,b){var m=this,S=m.ready().then(function(){var T=m._dbInfo,w;try{w=localStorage.key(f)}catch{w=null}return w&&(w=w.substring(T.keyPrefix.length)),w});return C(S,b),S}function uh(f){var b=this,m=b.ready().then(function(){for(var S=b._dbInfo,T=localStorage.length,w=[],R=0;R<T;R++){var V=localStorage.key(R);V.indexOf(S.keyPrefix)===0&&w.push(V.substring(S.keyPrefix.length))}return w});return C(m,f),m}function dh(f){var b=this,m=b.keys().then(function(S){return S.length});return C(m,f),m}function fh(f,b){var m=this;f=k(f);var S=m.ready().then(function(){var T=m._dbInfo;localStorage.removeItem(T.keyPrefix+f)});return C(S,b),S}function ph(f,b,m){var S=this;f=k(f);var T=S.ready().then(function(){b===void 0&&(b=null);var w=b;return new E(function(R,V){var j=S._dbInfo;j.serializer.serialize(b,function($,Y){if(Y)V(Y);else try{localStorage.setItem(j.keyPrefix+f,$),R(w)}catch(re){(re.name==="QuotaExceededError"||re.name==="NS_ERROR_DOM_QUOTA_REACHED")&&V(re),V(re)}})})});return C(T,m),T}function hh(f,b){if(b=B.apply(this,arguments),f=typeof f!="function"&&f||{},!f.name){var m=this.config();f.name=f.name||m.name,f.storeName=f.storeName||m.storeName}var S=this,T;return f.name?T=new E(function(w){f.storeName?w(cl(f,S._defaultConfig)):w(f.name+"/")}).then(function(w){for(var R=localStorage.length-1;R>=0;R--){var V=localStorage.key(R);V.indexOf(w)===0&&localStorage.removeItem(V)}}):T=E.reject("Invalid arguments"),C(T,b),T}var mh={_driver:"localStorageWrapper",_initStorage:oh,_support:nh(),iterate:ch,getItem:ah,setItem:ph,removeItem:fh,clear:sh,length:dh,key:lh,keys:uh,dropInstance:hh},gh=function(b,m){return b===m||typeof b=="number"&&typeof m=="number"&&isNaN(b)&&isNaN(m)},_h=function(b,m){for(var S=b.length,T=0;T<S;){if(gh(b[T],m))return!0;T++}return!1},ll=Array.isArray||function(f){return Object.prototype.toString.call(f)==="[object Array]"},qr={},ul={},hr={INDEXEDDB:ge,WEBSQL:th,LOCALSTORAGE:mh},vh=[hr.INDEXEDDB._driver,hr.WEBSQL._driver,hr.LOCALSTORAGE._driver],Mi=["dropInstance"],gs=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Mi),yh={description:"",driver:vh.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function Eh(f,b){f[b]=function(){var m=arguments;return f.ready().then(function(){return f[b].apply(f,m)})}}function _s(){for(var f=1;f<arguments.length;f++){var b=arguments[f];if(b)for(var m in b)b.hasOwnProperty(m)&&(ll(b[m])?arguments[0][m]=b[m].slice():arguments[0][m]=b[m])}return arguments[0]}var bh=function(){function f(b){c(this,f);for(var m in hr)if(hr.hasOwnProperty(m)){var S=hr[m],T=S._driver;this[m]=T,qr[T]||this.defineDriver(S)}this._defaultConfig=_s({},yh),this._config=_s({},this._defaultConfig,b),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return f.prototype.config=function(m){if((typeof m>"u"?"undefined":s(m))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var S in m){if(S==="storeName"&&(m[S]=m[S].replace(/\W/g,"_")),S==="version"&&typeof m[S]!="number")return new Error("Database version must be a number.");this._config[S]=m[S]}return"driver"in m&&m.driver?this.setDriver(this._config.driver):!0}else return typeof m=="string"?this._config[m]:this._config},f.prototype.defineDriver=function(m,S,T){var w=new E(function(R,V){try{var j=m._driver,$=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!m._driver){V($);return}for(var Y=gs.concat("_initStorage"),re=0,Te=Y.length;re<Te;re++){var Ue=Y[re],He=!_h(Mi,Ue);if((He||m[Ue])&&typeof m[Ue]!="function"){V($);return}}var at=function(){for(var Zr=function(Sh){return function(){var Ih=new Error("Method "+Sh+" is not implemented by the current driver"),dl=E.reject(Ih);return C(dl,arguments[arguments.length-1]),dl}},vs=0,wh=Mi.length;vs<wh;vs++){var ys=Mi[vs];m[ys]||(m[ys]=Zr(ys))}};at();var nt=function(Zr){qr[j]&&console.info("Redefining LocalForage driver: "+j),qr[j]=m,ul[j]=Zr,R()};"_support"in m?m._support&&typeof m._support=="function"?m._support().then(nt,V):nt(!!m._support):nt(!0)}catch(Wt){V(Wt)}});return N(w,S,T),w},f.prototype.driver=function(){return this._driver||null},f.prototype.getDriver=function(m,S,T){var w=qr[m]?E.resolve(qr[m]):E.reject(new Error("Driver not found."));return N(w,S,T),w},f.prototype.getSerializer=function(m){var S=E.resolve(ms);return N(S,m),S},f.prototype.ready=function(m){var S=this,T=S._driverSet.then(function(){return S._ready===null&&(S._ready=S._initDriver()),S._ready});return N(T,m,m),T},f.prototype.setDriver=function(m,S,T){var w=this;ll(m)||(m=[m]);var R=this._getSupportedDrivers(m);function V(){w._config.driver=w.driver()}function j(re){return w._extend(re),V(),w._ready=w._initStorage(w._config),w._ready}function $(re){return function(){var Te=0;function Ue(){for(;Te<re.length;){var He=re[Te];return Te++,w._dbInfo=null,w._ready=null,w.getDriver(He).then(j).catch(Ue)}V();var at=new Error("No available storage method found.");return w._driverSet=E.reject(at),w._driverSet}return Ue()}}var Y=this._driverSet!==null?this._driverSet.catch(function(){return E.resolve()}):E.resolve();return this._driverSet=Y.then(function(){var re=R[0];return w._dbInfo=null,w._ready=null,w.getDriver(re).then(function(Te){w._driver=Te._driver,V(),w._wrapLibraryMethodsWithReady(),w._initDriver=$(R)})}).catch(function(){V();var re=new Error("No available storage method found.");return w._driverSet=E.reject(re),w._driverSet}),N(this._driverSet,S,T),this._driverSet},f.prototype.supports=function(m){return!!ul[m]},f.prototype._extend=function(m){_s(this,m)},f.prototype._getSupportedDrivers=function(m){for(var S=[],T=0,w=m.length;T<w;T++){var R=m[T];this.supports(R)&&S.push(R)}return S},f.prototype._wrapLibraryMethodsWithReady=function(){for(var m=0,S=gs.length;m<S;m++)Eh(this,gs[m])},f.prototype.createInstance=function(m){return new f(m)},f}(),Ch=new bh;i.exports=Ch},{3:3}]},{},[4])(4)})});var tf=Es((Po,ef)=>{"use strict";(function(t,e){typeof Po=="object"&&typeof ef<"u"?e(Po):typeof define=="function"&&define.amd?define(["exports"],e):e((t=typeof globalThis<"u"?globalThis:t||self).Sqrl={})})(Po,function(t){"use strict";function e(A){var O,L,M=new Error(A);return O=M,L=e.prototype,Object.setPrototypeOf?Object.setPrototypeOf(O,L):O.__proto__=L,M}function n(A,O,L){var M=O.slice(0,L).split(/\n/),v=M.length,y=M[v-1].length+1;throw e(A+=" at line "+v+" col "+y+`:
|
|
1
|
+
import{$ as Yi,$a as Fs,A as Gi,Aa as z,B as Re,Ba as xn,C as Me,Ca as On,D as $t,Da as Dn,E as Zn,Ea as Jt,F as Ot,Fa as ii,G as kt,Ga as Ps,H as Ds,Ha as zi,I as wt,Ia as De,J as Cl,Ja as dn,K as ti,Ka as At,L as Bt,La as It,M as Sl,Ma as Et,N as Ct,Na as Je,O as dt,Oa as An,P as V,Pa as Ol,Q as Tl,Qa as qi,R as Il,Ra as Ki,S as Wi,Sa as tt,T as As,Ta as lt,U as vr,Ua as Dl,V as ni,Va as Al,W as Ns,Wa as Nl,X as Rs,Xa as er,Y as Pe,Ya as Ls,Z as Qn,Za as Rl,_ as yr,_a as tr,a as x,aa as St,ab as nr,b as Ee,bb as Ml,c as ei,ca as Er,cb as Pl,d as dl,da as et,db as $n,e as Ui,ea as Gt,eb as Ll,f as Hi,fa as jn,fb as Fl,g as ne,ga as ri,h as fl,ha as un,hb as Vl,i as ji,ia as Se,ib as kl,j as Ft,ja as Te,jb as Gn,k as pl,ka as In,kb as Bl,l as Os,la as st,lb as Ul,m as hl,ma as at,mb as Hl,n as ml,na as Oe,nb as Xi,o as gl,oa as X,ob as Nn,p as _l,pa as Z,pb as fn,q as vl,qa as We,qb as Ji,r as yl,ra as ct,rb as oi,s as El,sa as vt,sb as jl,t as bl,ta as yt,tb as si,u as wl,ua as Ms,ub as $l,v as $i,va as xl,vb as Gl,w as Vt,wa as Xe,wb as Zi,x as Jn,xa as Dt,xb as Wl,y as an,ya as je,z as J,za as br}from"./chunk-EZUOM3MU.js";var Kl=Ui((ql,Qi)=>{"use strict";(function(t){"use strict";var e={};e.VERSION="1.6.1";var n,r={},i=function(d,_){return function(){return _.apply(d,arguments)}},o=function(){var d=arguments,_=d[0],h,E;for(E=1;E<d.length;E++)for(h in d[E])!(h in _)&&d[E].hasOwnProperty(h)&&(_[h]=d[E][h]);return _},s=function(d,_){return{value:d,name:_}};e.TRACE=s(1,"TRACE"),e.DEBUG=s(2,"DEBUG"),e.INFO=s(3,"INFO"),e.TIME=s(4,"TIME"),e.WARN=s(5,"WARN"),e.ERROR=s(8,"ERROR"),e.OFF=s(99,"OFF");var l=function(d){this.context=d,this.setLevel(d.filterLevel),this.log=this.info};l.prototype={setLevel:function(d){d&&"value"in d&&(this.context.filterLevel=d)},getLevel:function(){return this.context.filterLevel},enabledFor:function(d){var _=this.context.filterLevel;return d.value>=_.value},trace:function(){this.invoke(e.TRACE,arguments)},debug:function(){this.invoke(e.DEBUG,arguments)},info:function(){this.invoke(e.INFO,arguments)},warn:function(){this.invoke(e.WARN,arguments)},error:function(){this.invoke(e.ERROR,arguments)},time:function(d){typeof d=="string"&&d.length>0&&this.invoke(e.TIME,[d,"start"])},timeEnd:function(d){typeof d=="string"&&d.length>0&&this.invoke(e.TIME,[d,"end"])},invoke:function(d,_){n&&this.enabledFor(d)&&n(_,o({level:d},this.context))}};var u=new l({filterLevel:e.OFF});(function(){var d=e;d.enabledFor=i(u,u.enabledFor),d.trace=i(u,u.trace),d.debug=i(u,u.debug),d.time=i(u,u.time),d.timeEnd=i(u,u.timeEnd),d.info=i(u,u.info),d.warn=i(u,u.warn),d.error=i(u,u.error),d.log=d.info})(),e.setHandler=function(d){n=d},e.setLevel=function(d){u.setLevel(d);for(var _ in r)r.hasOwnProperty(_)&&r[_].setLevel(d)},e.getLevel=function(){return u.getLevel()},e.get=function(d){return r[d]||(r[d]=new l(o({name:d},u.context)))},e.createDefaultHandler=function(d){d=d||{},d.formatter=d.formatter||function(w,N){N.name&&w.unshift("["+N.name+"]")};var _={},h=function(E,w){Function.prototype.apply.call(E,console,w)};return typeof console>"u"?function(){}:function(E,w){E=Array.prototype.slice.call(E);var N=console.log,B;w.level===e.TIME?(B=(w.name?"["+w.name+"] ":"")+E[0],E[1]==="start"?console.time?console.time(B):_[B]=new Date().getTime():console.timeEnd?console.timeEnd(B):h(N,[B+": "+(new Date().getTime()-_[B])+"ms"])):(w.level===e.WARN&&console.warn?N=console.warn:w.level===e.ERROR&&console.error?N=console.error:w.level===e.INFO&&console.info?N=console.info:w.level===e.DEBUG&&console.debug?N=console.debug:w.level===e.TRACE&&console.trace&&(N=console.trace),d.formatter(E,w),h(N,E))}},e.useDefaults=function(d){e.setLevel(d&&d.defaultLevel||e.DEBUG),e.setHandler(e.createDefaultHandler(d))},e.setDefaults=e.useDefaults,typeof define=="function"&&define.amd?define(e):typeof Qi<"u"&&Qi.exports?Qi.exports=e:(e._prevLogger=t.Logger,e.noConflict=function(){return t.Logger=e._prevLogger,e},t.Logger=e)})(ql)});var iu=Ui((ru,$s)=>{"use strict";(function(t){if(typeof ru=="object"&&typeof $s<"u")$s.exports=t();else if(typeof define=="function"&&define.amd)define([],t);else{var e;typeof window<"u"?e=window:typeof global<"u"?e=global:typeof self<"u"?e=self:e=this,e.localforage=t()}})(function(){var t,e,n;return function r(i,o,s){function l(_,h){if(!o[_]){if(!i[_]){var E=typeof ei=="function"&&ei;if(!h&&E)return E(_,!0);if(u)return u(_,!0);var w=new Error("Cannot find module '"+_+"'");throw w.code="MODULE_NOT_FOUND",w}var N=o[_]={exports:{}};i[_][0].call(N.exports,function(B){var P=i[_][1][B];return l(P||B)},N,N.exports,r,i,o,s)}return o[_].exports}for(var u=typeof ei=="function"&&ei,d=0;d<s.length;d++)l(s[d]);return l}({1:[function(r,i,o){(function(s){"use strict";var l=s.MutationObserver||s.WebKitMutationObserver,u;if(l){var d=0,_=new l(B),h=s.document.createTextNode("");_.observe(h,{characterData:!0}),u=function(){h.data=d=++d%2}}else if(!s.setImmediate&&typeof s.MessageChannel<"u"){var E=new s.MessageChannel;E.port1.onmessage=B,u=function(){E.port2.postMessage(0)}}else"document"in s&&"onreadystatechange"in s.document.createElement("script")?u=function(){var Y=s.document.createElement("script");Y.onreadystatechange=function(){B(),Y.onreadystatechange=null,Y.parentNode.removeChild(Y),Y=null},s.document.documentElement.appendChild(Y)}:u=function(){setTimeout(B,0)};var w,N=[];function B(){w=!0;for(var Y,G,te=N.length;te;){for(G=N,N=[],Y=-1;++Y<te;)G[Y]();te=N.length}w=!1}i.exports=P;function P(Y){N.push(Y)===1&&!w&&u()}}).call(this,typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{}],2:[function(r,i,o){"use strict";var s=r(1);function l(){}var u={},d=["REJECTED"],_=["FULFILLED"],h=["PENDING"];i.exports=E;function E(H){if(typeof H!="function")throw new TypeError("resolver must be a function");this.state=h,this.queue=[],this.outcome=void 0,H!==l&&P(this,H)}E.prototype.catch=function(H){return this.then(null,H)},E.prototype.then=function(H,ve){if(typeof H!="function"&&this.state===_||typeof ve!="function"&&this.state===d)return this;var fe=new this.constructor(l);if(this.state!==h){var be=this.state===_?H:ve;N(fe,be,this.outcome)}else this.queue.push(new w(fe,H,ve));return fe};function w(H,ve,fe){this.promise=H,typeof ve=="function"&&(this.onFulfilled=ve,this.callFulfilled=this.otherCallFulfilled),typeof fe=="function"&&(this.onRejected=fe,this.callRejected=this.otherCallRejected)}w.prototype.callFulfilled=function(H){u.resolve(this.promise,H)},w.prototype.otherCallFulfilled=function(H){N(this.promise,this.onFulfilled,H)},w.prototype.callRejected=function(H){u.reject(this.promise,H)},w.prototype.otherCallRejected=function(H){N(this.promise,this.onRejected,H)};function N(H,ve,fe){s(function(){var be;try{be=ve(fe)}catch(Ve){return u.reject(H,Ve)}be===H?u.reject(H,new TypeError("Cannot resolve promise with itself")):u.resolve(H,be)})}u.resolve=function(H,ve){var fe=Y(B,ve);if(fe.status==="error")return u.reject(H,fe.value);var be=fe.value;if(be)P(H,be);else{H.state=_,H.outcome=ve;for(var Ve=-1,Ne=H.queue.length;++Ve<Ne;)H.queue[Ve].callFulfilled(ve)}return H},u.reject=function(H,ve){H.state=d,H.outcome=ve;for(var fe=-1,be=H.queue.length;++fe<be;)H.queue[fe].callRejected(ve);return H};function B(H){var ve=H&&H.then;if(H&&(typeof H=="object"||typeof H=="function")&&typeof ve=="function")return function(){ve.apply(H,arguments)}}function P(H,ve){var fe=!1;function be(Ye){fe||(fe=!0,u.reject(H,Ye))}function Ve(Ye){fe||(fe=!0,u.resolve(H,Ye))}function Ne(){ve(Ve,be)}var Le=Y(Ne);Le.status==="error"&&be(Le.value)}function Y(H,ve){var fe={};try{fe.value=H(ve),fe.status="success"}catch(be){fe.status="error",fe.value=be}return fe}E.resolve=G;function G(H){return H instanceof this?H:u.resolve(new this(l),H)}E.reject=te;function te(H){var ve=new this(l);return u.reject(ve,H)}E.all=q;function q(H){var ve=this;if(Object.prototype.toString.call(H)!=="[object Array]")return this.reject(new TypeError("must be an array"));var fe=H.length,be=!1;if(!fe)return this.resolve([]);for(var Ve=new Array(fe),Ne=0,Le=-1,Ye=new this(l);++Le<fe;)Ke(H[Le],Le);return Ye;function Ke(_t,D){ve.resolve(_t).then(O,function(L){be||(be=!0,u.reject(Ye,L))});function O(L){Ve[D]=L,++Ne===fe&&!be&&(be=!0,u.resolve(Ye,Ve))}}}E.race=Ae;function Ae(H){var ve=this;if(Object.prototype.toString.call(H)!=="[object Array]")return this.reject(new TypeError("must be an array"));var fe=H.length,be=!1;if(!fe)return this.resolve([]);for(var Ve=-1,Ne=new this(l);++Ve<fe;)Le(H[Ve]);return Ne;function Le(Ye){ve.resolve(Ye).then(function(Ke){be||(be=!0,u.resolve(Ne,Ke))},function(Ke){be||(be=!0,u.reject(Ne,Ke))})}}},{1:1}],3:[function(r,i,o){(function(s){"use strict";typeof s.Promise!="function"&&(s.Promise=r(2))}).call(this,typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{2:2}],4:[function(r,i,o){"use strict";var s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(f){return typeof f}:function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f};function l(f,b){if(!(f instanceof b))throw new TypeError("Cannot call a class as a function")}function u(){try{if(typeof indexedDB<"u")return indexedDB;if(typeof webkitIndexedDB<"u")return webkitIndexedDB;if(typeof mozIndexedDB<"u")return mozIndexedDB;if(typeof OIndexedDB<"u")return OIndexedDB;if(typeof msIndexedDB<"u")return msIndexedDB}catch{return}}var d=u();function _(){try{if(!d||!d.open)return!1;var f=typeof openDatabase<"u"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),b=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!f||b)&&typeof indexedDB<"u"&&typeof IDBKeyRange<"u"}catch{return!1}}function h(f,b){f=f||[],b=b||{};try{return new Blob(f,b)}catch(C){if(C.name!=="TypeError")throw C;for(var m=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,S=new m,I=0;I<f.length;I+=1)S.append(f[I]);return S.getBlob(b.type)}}typeof Promise>"u"&&r(3);var E=Promise;function w(f,b){b&&f.then(function(m){b(null,m)},function(m){b(m)})}function N(f,b,m){typeof b=="function"&&f.then(b),typeof m=="function"&&f.catch(m)}function B(f){return typeof f!="string"&&(console.warn(f+" used as a key, but it is not a string."),f=String(f)),f}function P(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var Y="local-forage-detect-blob-support",G=void 0,te={},q=Object.prototype.toString,Ae="readonly",H="readwrite";function ve(f){for(var b=f.length,m=new ArrayBuffer(b),S=new Uint8Array(m),I=0;I<b;I++)S[I]=f.charCodeAt(I);return m}function fe(f){return new E(function(b){var m=f.transaction(Y,H),S=h([""]);m.objectStore(Y).put(S,"key"),m.onabort=function(I){I.preventDefault(),I.stopPropagation(),b(!1)},m.oncomplete=function(){var I=navigator.userAgent.match(/Chrome\/(\d+)/),C=navigator.userAgent.match(/Edge\//);b(C||!I||parseInt(I[1],10)>=43)}}).catch(function(){return!1})}function be(f){return typeof G=="boolean"?E.resolve(G):fe(f).then(function(b){return G=b,G})}function Ve(f){var b=te[f.name],m={};m.promise=new E(function(S,I){m.resolve=S,m.reject=I}),b.deferredOperations.push(m),b.dbReady?b.dbReady=b.dbReady.then(function(){return m.promise}):b.dbReady=m.promise}function Ne(f){var b=te[f.name],m=b.deferredOperations.pop();if(m)return m.resolve(),m.promise}function Le(f,b){var m=te[f.name],S=m.deferredOperations.pop();if(S)return S.reject(b),S.promise}function Ye(f,b){return new E(function(m,S){if(te[f.name]=te[f.name]||K(),f.db)if(b)Ve(f),f.db.close();else return m(f.db);var I=[f.name];b&&I.push(f.version);var C=d.open.apply(d,I);b&&(C.onupgradeneeded=function(R){var k=C.result;try{k.createObjectStore(f.storeName),R.oldVersion<=1&&k.createObjectStore(Y)}catch(j){if(j.name==="ConstraintError")console.warn('The database "'+f.name+'" has been upgraded from version '+R.oldVersion+" to version "+R.newVersion+', but the storage "'+f.storeName+'" already exists.');else throw j}}),C.onerror=function(R){R.preventDefault(),S(C.error)},C.onsuccess=function(){var R=C.result;R.onversionchange=function(k){k.target.close()},m(R),Ne(f)}})}function Ke(f){return Ye(f,!1)}function _t(f){return Ye(f,!0)}function D(f,b){if(!f.db)return!0;var m=!f.db.objectStoreNames.contains(f.storeName),S=f.version<f.db.version,I=f.version>f.db.version;if(S&&(f.version!==b&&console.warn('The database "'+f.name+`" can't be downgraded from version `+f.db.version+" to version "+f.version+"."),f.version=f.db.version),I||m){if(m){var C=f.db.version+1;C>f.version&&(f.version=C)}return!0}return!1}function O(f){return new E(function(b,m){var S=new FileReader;S.onerror=m,S.onloadend=function(I){var C=btoa(I.target.result||"");b({__local_forage_encoded_blob:!0,data:C,type:f.type})},S.readAsBinaryString(f)})}function L(f){var b=ve(atob(f.data));return h([b],{type:f.type})}function M(f){return f&&f.__local_forage_encoded_blob}function v(f){var b=this,m=b._initReady().then(function(){var S=te[b._dbInfo.name];if(S&&S.dbReady)return S.dbReady});return N(m,f,f),m}function y(f){Ve(f);for(var b=te[f.name],m=b.forages,S=0;S<m.length;S++){var I=m[S];I._dbInfo.db&&(I._dbInfo.db.close(),I._dbInfo.db=null)}return f.db=null,Ke(f).then(function(C){return f.db=C,D(f)?_t(f):C}).then(function(C){f.db=b.db=C;for(var R=0;R<m.length;R++)m[R]._dbInfo.db=C}).catch(function(C){throw Le(f,C),C})}function U(f,b,m,S){S===void 0&&(S=1);try{var I=f.db.transaction(f.storeName,b);m(null,I)}catch(C){if(S>0&&(!f.db||C.name==="InvalidStateError"||C.name==="NotFoundError"))return E.resolve().then(function(){if(!f.db||C.name==="NotFoundError"&&!f.db.objectStoreNames.contains(f.storeName)&&f.version<=f.db.version)return f.db&&(f.version=f.db.version+1),_t(f)}).then(function(){return y(f).then(function(){U(f,b,m,S-1)})}).catch(m);m(C)}}function K(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function oe(f){var b=this,m={db:null};if(f)for(var S in f)m[S]=f[S];var I=te[m.name];I||(I=K(),te[m.name]=I),I.forages.push(b),b._initReady||(b._initReady=b.ready,b.ready=v);var C=[];function R(){return E.resolve()}for(var k=0;k<I.forages.length;k++){var j=I.forages[k];j!==b&&C.push(j._initReady().catch(R))}var $=I.forages.slice(0);return E.all(C).then(function(){return m.db=I.db,Ke(m)}).then(function(W){return m.db=W,D(m,b._defaultConfig.version)?_t(m):W}).then(function(W){m.db=I.db=W,b._dbInfo=m;for(var se=0;se<$.length;se++){var xe=$[se];xe!==b&&(xe._dbInfo.db=m.db,xe._dbInfo.version=m.version)}})}function ae(f,b){var m=this;f=B(f);var S=new E(function(I,C){m.ready().then(function(){U(m._dbInfo,Ae,function(R,k){if(R)return C(R);try{var j=k.objectStore(m._dbInfo.storeName),$=j.get(f);$.onsuccess=function(){var W=$.result;W===void 0&&(W=null),M(W)&&(W=L(W)),I(W)},$.onerror=function(){C($.error)}}catch(W){C(W)}})}).catch(C)});return w(S,b),S}function de(f,b){var m=this,S=new E(function(I,C){m.ready().then(function(){U(m._dbInfo,Ae,function(R,k){if(R)return C(R);try{var j=k.objectStore(m._dbInfo.storeName),$=j.openCursor(),W=1;$.onsuccess=function(){var se=$.result;if(se){var xe=se.value;M(xe)&&(xe=L(xe));var Ue=f(xe,se.key,W++);Ue!==void 0?I(Ue):se.continue()}else I()},$.onerror=function(){C($.error)}}catch(se){C(se)}})}).catch(C)});return w(S,b),S}function ee(f,b,m){var S=this;f=B(f);var I=new E(function(C,R){var k;S.ready().then(function(){return k=S._dbInfo,q.call(b)==="[object Blob]"?be(k.db).then(function(j){return j?b:O(b)}):b}).then(function(j){U(S._dbInfo,H,function($,W){if($)return R($);try{var se=W.objectStore(S._dbInfo.storeName);j===null&&(j=void 0);var xe=se.put(j,f);W.oncomplete=function(){j===void 0&&(j=null),C(j)},W.onabort=W.onerror=function(){var Ue=xe.error?xe.error:xe.transaction.error;R(Ue)}}catch(Ue){R(Ue)}})}).catch(R)});return w(I,m),I}function ce(f,b){var m=this;f=B(f);var S=new E(function(I,C){m.ready().then(function(){U(m._dbInfo,H,function(R,k){if(R)return C(R);try{var j=k.objectStore(m._dbInfo.storeName),$=j.delete(f);k.oncomplete=function(){I()},k.onerror=function(){C($.error)},k.onabort=function(){var W=$.error?$.error:$.transaction.error;C(W)}}catch(W){C(W)}})}).catch(C)});return w(S,b),S}function re(f){var b=this,m=new E(function(S,I){b.ready().then(function(){U(b._dbInfo,H,function(C,R){if(C)return I(C);try{var k=R.objectStore(b._dbInfo.storeName),j=k.clear();R.oncomplete=function(){S()},R.onabort=R.onerror=function(){var $=j.error?j.error:j.transaction.error;I($)}}catch($){I($)}})}).catch(I)});return w(m,f),m}function he(f){var b=this,m=new E(function(S,I){b.ready().then(function(){U(b._dbInfo,Ae,function(C,R){if(C)return I(C);try{var k=R.objectStore(b._dbInfo.storeName),j=k.count();j.onsuccess=function(){S(j.result)},j.onerror=function(){I(j.error)}}catch($){I($)}})}).catch(I)});return w(m,f),m}function le(f,b){var m=this,S=new E(function(I,C){if(f<0){I(null);return}m.ready().then(function(){U(m._dbInfo,Ae,function(R,k){if(R)return C(R);try{var j=k.objectStore(m._dbInfo.storeName),$=!1,W=j.openKeyCursor();W.onsuccess=function(){var se=W.result;if(!se){I(null);return}f===0||$?I(se.key):($=!0,se.advance(f))},W.onerror=function(){C(W.error)}}catch(se){C(se)}})}).catch(C)});return w(S,b),S}function me(f){var b=this,m=new E(function(S,I){b.ready().then(function(){U(b._dbInfo,Ae,function(C,R){if(C)return I(C);try{var k=R.objectStore(b._dbInfo.storeName),j=k.openKeyCursor(),$=[];j.onsuccess=function(){var W=j.result;if(!W){S($);return}$.push(W.key),W.continue()},j.onerror=function(){I(j.error)}}catch(W){I(W)}})}).catch(I)});return w(m,f),m}function ge(f,b){b=P.apply(this,arguments);var m=this.config();f=typeof f!="function"&&f||{},f.name||(f.name=f.name||m.name,f.storeName=f.storeName||m.storeName);var S=this,I;if(!f.name)I=E.reject("Invalid arguments");else{var C=f.name===m.name&&S._dbInfo.db,R=C?E.resolve(S._dbInfo.db):Ke(f).then(function(k){var j=te[f.name],$=j.forages;j.db=k;for(var W=0;W<$.length;W++)$[W]._dbInfo.db=k;return k});f.storeName?I=R.then(function(k){if(k.objectStoreNames.contains(f.storeName)){var j=k.version+1;Ve(f);var $=te[f.name],W=$.forages;k.close();for(var se=0;se<W.length;se++){var xe=W[se];xe._dbInfo.db=null,xe._dbInfo.version=j}var Ue=new E(function(He,ut){var ot=d.open(f.name,j);ot.onerror=function(Xt){var Qr=ot.result;Qr.close(),ut(Xt)},ot.onupgradeneeded=function(){var Xt=ot.result;Xt.deleteObjectStore(f.storeName)},ot.onsuccess=function(){var Xt=ot.result;Xt.close(),He(Xt)}});return Ue.then(function(He){$.db=He;for(var ut=0;ut<W.length;ut++){var ot=W[ut];ot._dbInfo.db=He,Ne(ot._dbInfo)}}).catch(function(He){throw(Le(f,He)||E.resolve()).catch(function(){}),He})}}):I=R.then(function(k){Ve(f);var j=te[f.name],$=j.forages;k.close();for(var W=0;W<$.length;W++){var se=$[W];se._dbInfo.db=null}var xe=new E(function(Ue,He){var ut=d.deleteDatabase(f.name);ut.onerror=function(){var ot=ut.result;ot&&ot.close(),He(ut.error)},ut.onblocked=function(){console.warn('dropInstance blocked for database "'+f.name+'" until all open connections are closed')},ut.onsuccess=function(){var ot=ut.result;ot&&ot.close(),Ue(ot)}});return xe.then(function(Ue){j.db=Ue;for(var He=0;He<$.length;He++){var ut=$[He];Ne(ut._dbInfo)}}).catch(function(Ue){throw(Le(f,Ue)||E.resolve()).catch(function(){}),Ue})})}return w(I,b),I}var _e={_driver:"asyncStorage",_initStorage:oe,_support:_(),iterate:de,getItem:ae,setItem:ee,removeItem:ce,clear:re,length:he,key:le,keys:me,dropInstance:ge};function p(){return typeof openDatabase=="function"}var a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c="~~local_forage_type~",g=/^~~local_forage_type~([^~]+)~/,T="__lfsc__:",A=T.length,F="arbf",ye="blob",Ie="si08",we="ui08",ke="uic8",Be="si16",Qe="si32",Ht="ur16",Kt="ui32",Tn="fl32",xt="fl64",jt=A+F.length,ki=Object.prototype.toString;function il(f){var b=f.length*.75,m=f.length,S,I=0,C,R,k,j;f[f.length-1]==="="&&(b--,f[f.length-2]==="="&&b--);var $=new ArrayBuffer(b),W=new Uint8Array($);for(S=0;S<m;S+=4)C=a.indexOf(f[S]),R=a.indexOf(f[S+1]),k=a.indexOf(f[S+2]),j=a.indexOf(f[S+3]),W[I++]=C<<2|R>>4,W[I++]=(R&15)<<4|k>>2,W[I++]=(k&3)<<6|j&63;return $}function ws(f){var b=new Uint8Array(f),m="",S;for(S=0;S<b.length;S+=3)m+=a[b[S]>>2],m+=a[(b[S]&3)<<4|b[S+1]>>4],m+=a[(b[S+1]&15)<<2|b[S+2]>>6],m+=a[b[S+2]&63];return b.length%3===2?m=m.substring(0,m.length-1)+"=":b.length%3===1&&(m=m.substring(0,m.length-2)+"=="),m}function Dp(f,b){var m="";if(f&&(m=ki.call(f)),f&&(m==="[object ArrayBuffer]"||f.buffer&&ki.call(f.buffer)==="[object ArrayBuffer]")){var S,I=T;f instanceof ArrayBuffer?(S=f,I+=F):(S=f.buffer,m==="[object Int8Array]"?I+=Ie:m==="[object Uint8Array]"?I+=we:m==="[object Uint8ClampedArray]"?I+=ke:m==="[object Int16Array]"?I+=Be:m==="[object Uint16Array]"?I+=Ht:m==="[object Int32Array]"?I+=Qe:m==="[object Uint32Array]"?I+=Kt:m==="[object Float32Array]"?I+=Tn:m==="[object Float64Array]"?I+=xt:b(new Error("Failed to get type for BinaryArray"))),b(I+ws(S))}else if(m==="[object Blob]"){var C=new FileReader;C.onload=function(){var R=c+f.type+"~"+ws(this.result);b(T+ye+R)},C.readAsArrayBuffer(f)}else try{b(JSON.stringify(f))}catch(R){console.error("Couldn't convert value into a JSON string: ",f),b(null,R)}}function Ap(f){if(f.substring(0,A)!==T)return JSON.parse(f);var b=f.substring(jt),m=f.substring(A,jt),S;if(m===ye&&g.test(b)){var I=b.match(g);S=I[1],b=b.substring(I[0].length)}var C=il(b);switch(m){case F:return C;case ye:return h([C],{type:S});case Ie:return new Int8Array(C);case we:return new Uint8Array(C);case ke:return new Uint8ClampedArray(C);case Be:return new Int16Array(C);case Ht:return new Uint16Array(C);case Qe:return new Int32Array(C);case Kt:return new Uint32Array(C);case Tn:return new Float32Array(C);case xt:return new Float64Array(C);default:throw new Error("Unkown type: "+m)}}var Cs={serialize:Dp,deserialize:Ap,stringToBuffer:il,bufferToString:ws};function ol(f,b,m,S){f.executeSql("CREATE TABLE IF NOT EXISTS "+b.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],m,S)}function Np(f){var b=this,m={db:null};if(f)for(var S in f)m[S]=typeof f[S]!="string"?f[S].toString():f[S];var I=new E(function(C,R){try{m.db=openDatabase(m.name,String(m.version),m.description,m.size)}catch(k){return R(k)}m.db.transaction(function(k){ol(k,m,function(){b._dbInfo=m,C()},function(j,$){R($)})},R)});return m.serializer=Cs,I}function Hn(f,b,m,S,I,C){f.executeSql(m,S,I,function(R,k){k.code===k.SYNTAX_ERR?R.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[b.storeName],function(j,$){$.rows.length?C(j,k):ol(j,b,function(){j.executeSql(m,S,I,C)},C)},C):C(R,k)},C)}function Rp(f,b){var m=this;f=B(f);var S=new E(function(I,C){m.ready().then(function(){var R=m._dbInfo;R.db.transaction(function(k){Hn(k,R,"SELECT * FROM "+R.storeName+" WHERE key = ? LIMIT 1",[f],function(j,$){var W=$.rows.length?$.rows.item(0).value:null;W&&(W=R.serializer.deserialize(W)),I(W)},function(j,$){C($)})})}).catch(C)});return w(S,b),S}function Mp(f,b){var m=this,S=new E(function(I,C){m.ready().then(function(){var R=m._dbInfo;R.db.transaction(function(k){Hn(k,R,"SELECT * FROM "+R.storeName,[],function(j,$){for(var W=$.rows,se=W.length,xe=0;xe<se;xe++){var Ue=W.item(xe),He=Ue.value;if(He&&(He=R.serializer.deserialize(He)),He=f(He,Ue.key,xe+1),He!==void 0){I(He);return}}I()},function(j,$){C($)})})}).catch(C)});return w(S,b),S}function sl(f,b,m,S){var I=this;f=B(f);var C=new E(function(R,k){I.ready().then(function(){b===void 0&&(b=null);var j=b,$=I._dbInfo;$.serializer.serialize(b,function(W,se){se?k(se):$.db.transaction(function(xe){Hn(xe,$,"INSERT OR REPLACE INTO "+$.storeName+" (key, value) VALUES (?, ?)",[f,W],function(){R(j)},function(Ue,He){k(He)})},function(xe){if(xe.code===xe.QUOTA_ERR){if(S>0){R(sl.apply(I,[f,j,m,S-1]));return}k(xe)}})})}).catch(k)});return w(C,m),C}function Pp(f,b,m){return sl.apply(this,[f,b,m,1])}function Lp(f,b){var m=this;f=B(f);var S=new E(function(I,C){m.ready().then(function(){var R=m._dbInfo;R.db.transaction(function(k){Hn(k,R,"DELETE FROM "+R.storeName+" WHERE key = ?",[f],function(){I()},function(j,$){C($)})})}).catch(C)});return w(S,b),S}function Fp(f){var b=this,m=new E(function(S,I){b.ready().then(function(){var C=b._dbInfo;C.db.transaction(function(R){Hn(R,C,"DELETE FROM "+C.storeName,[],function(){S()},function(k,j){I(j)})})}).catch(I)});return w(m,f),m}function Vp(f){var b=this,m=new E(function(S,I){b.ready().then(function(){var C=b._dbInfo;C.db.transaction(function(R){Hn(R,C,"SELECT COUNT(key) as c FROM "+C.storeName,[],function(k,j){var $=j.rows.item(0).c;S($)},function(k,j){I(j)})})}).catch(I)});return w(m,f),m}function kp(f,b){var m=this,S=new E(function(I,C){m.ready().then(function(){var R=m._dbInfo;R.db.transaction(function(k){Hn(k,R,"SELECT key FROM "+R.storeName+" WHERE id = ? LIMIT 1",[f+1],function(j,$){var W=$.rows.length?$.rows.item(0).key:null;I(W)},function(j,$){C($)})})}).catch(C)});return w(S,b),S}function Bp(f){var b=this,m=new E(function(S,I){b.ready().then(function(){var C=b._dbInfo;C.db.transaction(function(R){Hn(R,C,"SELECT key FROM "+C.storeName,[],function(k,j){for(var $=[],W=0;W<j.rows.length;W++)$.push(j.rows.item(W).key);S($)},function(k,j){I(j)})})}).catch(I)});return w(m,f),m}function Up(f){return new E(function(b,m){f.transaction(function(S){S.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(I,C){for(var R=[],k=0;k<C.rows.length;k++)R.push(C.rows.item(k).name);b({db:f,storeNames:R})},function(I,C){m(C)})},function(S){m(S)})})}function Hp(f,b){b=P.apply(this,arguments);var m=this.config();f=typeof f!="function"&&f||{},f.name||(f.name=f.name||m.name,f.storeName=f.storeName||m.storeName);var S=this,I;return f.name?I=new E(function(C){var R;f.name===m.name?R=S._dbInfo.db:R=openDatabase(f.name,"","",0),f.storeName?C({db:R,storeNames:[f.storeName]}):C(Up(R))}).then(function(C){return new E(function(R,k){C.db.transaction(function(j){function $(Ue){return new E(function(He,ut){j.executeSql("DROP TABLE IF EXISTS "+Ue,[],function(){He()},function(ot,Xt){ut(Xt)})})}for(var W=[],se=0,xe=C.storeNames.length;se<xe;se++)W.push($(C.storeNames[se]));E.all(W).then(function(){R()}).catch(function(Ue){k(Ue)})},function(j){k(j)})})}):I=E.reject("Invalid arguments"),w(I,b),I}var jp={_driver:"webSQLStorage",_initStorage:Np,_support:p(),iterate:Mp,getItem:Rp,setItem:Pp,removeItem:Lp,clear:Fp,length:Vp,key:kp,keys:Bp,dropInstance:Hp};function $p(){try{return typeof localStorage<"u"&&"setItem"in localStorage&&!!localStorage.setItem}catch{return!1}}function al(f,b){var m=f.name+"/";return f.storeName!==b.storeName&&(m+=f.storeName+"/"),m}function Gp(){var f="_localforage_support_test";try{return localStorage.setItem(f,!0),localStorage.removeItem(f),!1}catch{return!0}}function Wp(){return!Gp()||localStorage.length>0}function Yp(f){var b=this,m={};if(f)for(var S in f)m[S]=f[S];return m.keyPrefix=al(f,b._defaultConfig),Wp()?(b._dbInfo=m,m.serializer=Cs,E.resolve()):E.reject()}function zp(f){var b=this,m=b.ready().then(function(){for(var S=b._dbInfo.keyPrefix,I=localStorage.length-1;I>=0;I--){var C=localStorage.key(I);C.indexOf(S)===0&&localStorage.removeItem(C)}});return w(m,f),m}function qp(f,b){var m=this;f=B(f);var S=m.ready().then(function(){var I=m._dbInfo,C=localStorage.getItem(I.keyPrefix+f);return C&&(C=I.serializer.deserialize(C)),C});return w(S,b),S}function Kp(f,b){var m=this,S=m.ready().then(function(){for(var I=m._dbInfo,C=I.keyPrefix,R=C.length,k=localStorage.length,j=1,$=0;$<k;$++){var W=localStorage.key($);if(W.indexOf(C)===0){var se=localStorage.getItem(W);if(se&&(se=I.serializer.deserialize(se)),se=f(se,W.substring(R),j++),se!==void 0)return se}}});return w(S,b),S}function Xp(f,b){var m=this,S=m.ready().then(function(){var I=m._dbInfo,C;try{C=localStorage.key(f)}catch{C=null}return C&&(C=C.substring(I.keyPrefix.length)),C});return w(S,b),S}function Jp(f){var b=this,m=b.ready().then(function(){for(var S=b._dbInfo,I=localStorage.length,C=[],R=0;R<I;R++){var k=localStorage.key(R);k.indexOf(S.keyPrefix)===0&&C.push(k.substring(S.keyPrefix.length))}return C});return w(m,f),m}function Zp(f){var b=this,m=b.keys().then(function(S){return S.length});return w(m,f),m}function Qp(f,b){var m=this;f=B(f);var S=m.ready().then(function(){var I=m._dbInfo;localStorage.removeItem(I.keyPrefix+f)});return w(S,b),S}function eh(f,b,m){var S=this;f=B(f);var I=S.ready().then(function(){b===void 0&&(b=null);var C=b;return new E(function(R,k){var j=S._dbInfo;j.serializer.serialize(b,function($,W){if(W)k(W);else try{localStorage.setItem(j.keyPrefix+f,$),R(C)}catch(se){(se.name==="QuotaExceededError"||se.name==="NS_ERROR_DOM_QUOTA_REACHED")&&k(se),k(se)}})})});return w(I,m),I}function th(f,b){if(b=P.apply(this,arguments),f=typeof f!="function"&&f||{},!f.name){var m=this.config();f.name=f.name||m.name,f.storeName=f.storeName||m.storeName}var S=this,I;return f.name?I=new E(function(C){f.storeName?C(al(f,S._defaultConfig)):C(f.name+"/")}).then(function(C){for(var R=localStorage.length-1;R>=0;R--){var k=localStorage.key(R);k.indexOf(C)===0&&localStorage.removeItem(k)}}):I=E.reject("Invalid arguments"),w(I,b),I}var nh={_driver:"localStorageWrapper",_initStorage:Yp,_support:$p(),iterate:Kp,getItem:qp,setItem:eh,removeItem:Qp,clear:zp,length:Zp,key:Xp,keys:Jp,dropInstance:th},rh=function(b,m){return b===m||typeof b=="number"&&typeof m=="number"&&isNaN(b)&&isNaN(m)},ih=function(b,m){for(var S=b.length,I=0;I<S;){if(rh(b[I],m))return!0;I++}return!1},cl=Array.isArray||function(f){return Object.prototype.toString.call(f)==="[object Array]"},Zr={},ll={},_r={INDEXEDDB:_e,WEBSQL:jp,LOCALSTORAGE:nh},oh=[_r.INDEXEDDB._driver,_r.WEBSQL._driver,_r.LOCALSTORAGE._driver],Bi=["dropInstance"],Ss=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Bi),sh={description:"",driver:oh.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function ah(f,b){f[b]=function(){var m=arguments;return f.ready().then(function(){return f[b].apply(f,m)})}}function Ts(){for(var f=1;f<arguments.length;f++){var b=arguments[f];if(b)for(var m in b)b.hasOwnProperty(m)&&(cl(b[m])?arguments[0][m]=b[m].slice():arguments[0][m]=b[m])}return arguments[0]}var ch=function(){function f(b){l(this,f);for(var m in _r)if(_r.hasOwnProperty(m)){var S=_r[m],I=S._driver;this[m]=I,Zr[I]||this.defineDriver(S)}this._defaultConfig=Ts({},sh),this._config=Ts({},this._defaultConfig,b),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return f.prototype.config=function(m){if((typeof m>"u"?"undefined":s(m))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var S in m){if(S==="storeName"&&(m[S]=m[S].replace(/\W/g,"_")),S==="version"&&typeof m[S]!="number")return new Error("Database version must be a number.");this._config[S]=m[S]}return"driver"in m&&m.driver?this.setDriver(this._config.driver):!0}else return typeof m=="string"?this._config[m]:this._config},f.prototype.defineDriver=function(m,S,I){var C=new E(function(R,k){try{var j=m._driver,$=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!m._driver){k($);return}for(var W=Ss.concat("_initStorage"),se=0,xe=W.length;se<xe;se++){var Ue=W[se],He=!ih(Bi,Ue);if((He||m[Ue])&&typeof m[Ue]!="function"){k($);return}}var ut=function(){for(var Qr=function(dh){return function(){var fh=new Error("Method "+dh+" is not implemented by the current driver"),ul=E.reject(fh);return w(ul,arguments[arguments.length-1]),ul}},Is=0,uh=Bi.length;Is<uh;Is++){var xs=Bi[Is];m[xs]||(m[xs]=Qr(xs))}};ut();var ot=function(Qr){Zr[j]&&console.info("Redefining LocalForage driver: "+j),Zr[j]=m,ll[j]=Qr,R()};"_support"in m?m._support&&typeof m._support=="function"?m._support().then(ot,k):ot(!!m._support):ot(!0)}catch(Xt){k(Xt)}});return N(C,S,I),C},f.prototype.driver=function(){return this._driver||null},f.prototype.getDriver=function(m,S,I){var C=Zr[m]?E.resolve(Zr[m]):E.reject(new Error("Driver not found."));return N(C,S,I),C},f.prototype.getSerializer=function(m){var S=E.resolve(Cs);return N(S,m),S},f.prototype.ready=function(m){var S=this,I=S._driverSet.then(function(){return S._ready===null&&(S._ready=S._initDriver()),S._ready});return N(I,m,m),I},f.prototype.setDriver=function(m,S,I){var C=this;cl(m)||(m=[m]);var R=this._getSupportedDrivers(m);function k(){C._config.driver=C.driver()}function j(se){return C._extend(se),k(),C._ready=C._initStorage(C._config),C._ready}function $(se){return function(){var xe=0;function Ue(){for(;xe<se.length;){var He=se[xe];return xe++,C._dbInfo=null,C._ready=null,C.getDriver(He).then(j).catch(Ue)}k();var ut=new Error("No available storage method found.");return C._driverSet=E.reject(ut),C._driverSet}return Ue()}}var W=this._driverSet!==null?this._driverSet.catch(function(){return E.resolve()}):E.resolve();return this._driverSet=W.then(function(){var se=R[0];return C._dbInfo=null,C._ready=null,C.getDriver(se).then(function(xe){C._driver=xe._driver,k(),C._wrapLibraryMethodsWithReady(),C._initDriver=$(R)})}).catch(function(){k();var se=new Error("No available storage method found.");return C._driverSet=E.reject(se),C._driverSet}),N(this._driverSet,S,I),this._driverSet},f.prototype.supports=function(m){return!!ll[m]},f.prototype._extend=function(m){Ts(this,m)},f.prototype._getSupportedDrivers=function(m){for(var S=[],I=0,C=m.length;I<C;I++){var R=m[I];this.supports(R)&&S.push(R)}return S},f.prototype._wrapLibraryMethodsWithReady=function(){for(var m=0,S=Ss.length;m<S;m++)ah(this,Ss[m])},f.prototype.createInstance=function(m){return new f(m)},f}(),lh=new ch;i.exports=lh},{3:3}]},{},[4])(4)})});var ou=Ui((Ys,zs)=>{"use strict";(function(t,e){typeof Ys=="object"&&typeof zs<"u"?zs.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis<"u"?globalThis:t||self,t.fetchRetry=e())})(Ys,function(){"use strict";var t=function(r,i){if(i=i||{},typeof r!="function")throw new n("fetch must be a function");if(typeof i!="object")throw new n("defaults must be an object");if(i.retries!==void 0&&!e(i.retries))throw new n("retries must be a positive integer");if(i.retryDelay!==void 0&&!e(i.retryDelay)&&typeof i.retryDelay!="function")throw new n("retryDelay must be a positive integer or a function returning a positive integer");if(i.retryOn!==void 0&&!Array.isArray(i.retryOn)&&typeof i.retryOn!="function")throw new n("retryOn property expects an array or function");var o={retries:3,retryDelay:1e3,retryOn:[]};return i=Object.assign(o,i),function(l,u){var d=i.retries,_=i.retryDelay,h=i.retryOn;if(u&&u.retries!==void 0)if(e(u.retries))d=u.retries;else throw new n("retries must be a positive integer");if(u&&u.retryDelay!==void 0)if(e(u.retryDelay)||typeof u.retryDelay=="function")_=u.retryDelay;else throw new n("retryDelay must be a positive integer or a function returning a positive integer");if(u&&u.retryOn)if(Array.isArray(u.retryOn)||typeof u.retryOn=="function")h=u.retryOn;else throw new n("retryOn property expects an array or function");return new Promise(function(E,w){var N=function(P){var Y=typeof Request<"u"&&l instanceof Request?l.clone():l;r(Y,u).then(function(G){if(Array.isArray(h)&&h.indexOf(G.status)===-1)E(G);else if(typeof h=="function")try{return Promise.resolve(h(P,null,G)).then(function(te){te?B(P,null,G):E(G)}).catch(w)}catch(te){w(te)}else P<d?B(P,null,G):E(G)}).catch(function(G){if(typeof h=="function")try{Promise.resolve(h(P,G,null)).then(function(te){te?B(P,G,null):w(G)}).catch(function(te){w(te)})}catch(te){w(te)}else P<d?B(P,G,null):w(G)})};function B(P,Y,G){var te=typeof _=="function"?_(P,Y,G):_;setTimeout(function(){N(++P)},te)}N(0)})}};function e(r){return Number.isInteger(r)&&r>=0}function n(r){this.name="ArgumentError",this.message=r}return t})});var ef=Ui(($o,Qd)=>{"use strict";(function(t,e){typeof $o=="object"&&typeof Qd<"u"?e($o):typeof define=="function"&&define.amd?define(["exports"],e):e((t=typeof globalThis<"u"?globalThis:t||self).Sqrl={})})($o,function(t){"use strict";function e(D){var O,L,M=new Error(D);return O=M,L=e.prototype,Object.setPrototypeOf?Object.setPrototypeOf(O,L):O.__proto__=L,M}function n(D,O,L){var M=O.slice(0,L).split(/\n/),v=M.length,y=M[v-1].length+1;throw e(D+=" at line "+v+" col "+y+`:
|
|
2
2
|
|
|
3
3
|
`+O.split(/\n/)[v-1]+`
|
|
4
|
-
`+Array(y).join(" ")+"^")}e.prototype=Object.create(Error.prototype,{name:{value:"Squirrelly Error",enumerable:!1}});var r=new Function("return this")().Promise,i=!1;try{i=new Function("return (async function(){}).constructor")()}catch(
|
|
5
|
-
`).replace(/^\s+|\s+$/gm,"")),u.lastIndex=0,d.lastIndex=0,_.lastIndex=0;var L=O.prefixes,M=[L.h,L.b,L.i,L.r,L.c,L.e].reduce(function(
|
|
6
|
-
`)}}return v}var q=function(){function
|
|
4
|
+
`+Array(y).join(" ")+"^")}e.prototype=Object.create(Error.prototype,{name:{value:"Squirrelly Error",enumerable:!1}});var r=new Function("return this")().Promise,i=!1;try{i=new Function("return (async function(){}).constructor")()}catch(D){if(!(D instanceof SyntaxError))throw D}function o(D,O){return Object.prototype.hasOwnProperty.call(D,O)}function s(D,O,L){for(var M in O)o(O,M)&&(O[M]==null||typeof O[M]!="object"||M!=="storage"&&M!=="prefixes"||L?D[M]=O[M]:D[M]=s({},O[M]));return D}var l=/^async +/,u=/`(?:\\[\s\S]|\${(?:[^{}]|{(?:[^{}]|{[^}]*})*})*}|(?!\${)[^\\`])*`/g,d=/'(?:\\[\s\w"'\\`]|[^\n\r'\\])*?'/g,_=/"(?:\\[\s\w"'\\`]|[^\n\r"\\])*?"/g,h=/[.*+\-?^${}()|[\]\\]/g;function E(D){return h.test(D)?D.replace(h,"\\$&"):D}function w(D,O){O.rmWhitespace&&(D=D.replace(/[\r\n]+/g,`
|
|
5
|
+
`).replace(/^\s+|\s+$/gm,"")),u.lastIndex=0,d.lastIndex=0,_.lastIndex=0;var L=O.prefixes,M=[L.h,L.b,L.i,L.r,L.c,L.e].reduce(function(ce,re){return ce&&re?ce+"|"+E(re):re?E(re):ce},""),v=new RegExp("([|()]|=>)|('|\"|`|\\/\\*)|\\s*((\\/)?(-|_)?"+E(O.tags[1])+")","g"),y=new RegExp("([^]*?)"+E(O.tags[0])+"(-|_)?\\s*("+M+")?\\s*","g"),U=0,K=!1;function oe(ce,re){var he,le={f:[]},me=0,ge="c";function _e(ye){var Ie=D.slice(U,ye),we=Ie.trim();if(ge==="f")we==="safe"?le.raw=!0:O.async&&l.test(we)?(we=we.replace(l,""),le.f.push([we,"",!0])):le.f.push([we,""]);else if(ge==="fp")le.f[le.f.length-1][1]+=we;else if(ge==="err"){if(we){var ke=Ie.search(/\S/);n("invalid syntax",D,U+ke)}}else le[ge]=we;U=ye+1}for(re==="h"||re==="b"||re==="c"?ge="n":re==="r"&&(le.raw=!0,re="i"),v.lastIndex=U;(he=v.exec(D))!==null;){var p=he[1],a=he[2],c=he[3],g=he[4],T=he[5],A=he.index;if(p)p==="("?(me===0&&(ge==="n"?(_e(A),ge="p"):ge==="f"&&(_e(A),ge="fp")),me++):p===")"?--me===0&&ge!=="c"&&(_e(A),ge="err"):me===0&&p==="|"?(_e(A),ge="f"):p==="=>"&&(_e(A),U+=1,ge="res");else if(a)if(a==="/*"){var F=D.indexOf("*/",v.lastIndex);F===-1&&n("unclosed comment",D,he.index),v.lastIndex=F+2}else a==="'"?(d.lastIndex=he.index,d.exec(D)?v.lastIndex=d.lastIndex:n("unclosed string",D,he.index)):a==='"'?(_.lastIndex=he.index,_.exec(D)?v.lastIndex=_.lastIndex:n("unclosed string",D,he.index)):a==="`"&&(u.lastIndex=he.index,u.exec(D)?v.lastIndex=u.lastIndex:n("unclosed string",D,he.index));else if(c)return _e(A),U=A+he[0].length,y.lastIndex=U,K=T,g&&re==="h"&&(re="s"),le.t=re,le}return n("unclosed tag",D,ce),le}var ae=function ce(re,he){re.b=[],re.d=[];var le,me=!1,ge=[];function _e(ke,Be){ke&&(ke=function(Qe,Ht,Kt,Tn){var xt,jt;return typeof Ht.autoTrim=="string"?xt=jt=Ht.autoTrim:Array.isArray(Ht.autoTrim)&&(xt=Ht.autoTrim[1],jt=Ht.autoTrim[0]),(Kt||Kt===!1)&&(xt=Kt),(Tn||Tn===!1)&&(jt=Tn),xt==="slurp"&&jt==="slurp"?Qe.trim():(xt==="_"||xt==="slurp"?Qe=String.prototype.trimLeft?Qe.trimLeft():Qe.replace(/^[\s\uFEFF\xA0]+/,""):xt!=="-"&&xt!=="nl"||(Qe=Qe.replace(/^(?:\n|\r|\r\n)/,"")),jt==="_"||jt==="slurp"?Qe=String.prototype.trimRight?Qe.trimRight():Qe.replace(/[\s\uFEFF\xA0]+$/,""):jt!=="-"&&jt!=="nl"||(Qe=Qe.replace(/(?:\n|\r|\r\n)$/,"")),Qe)}(ke,O,K,Be))&&(ke=ke.replace(/\\|'/g,"\\$&").replace(/\r\n|\n|\r/g,"\\n"),ge.push(ke))}for(;(le=y.exec(D))!==null;){var p,a=le[1],c=le[2],g=le[3]||"";for(var T in L)if(L[T]===g){p=T;break}_e(a,c),U=le.index+le[0].length,p||n("unrecognized tag type: "+g,D,U);var A=oe(le.index,p),F=A.t;if(F==="h"){var ye=A.n||"";O.async&&l.test(ye)&&(A.a=!0,A.n=ye.replace(l,"")),A=ce(A),ge.push(A)}else if(F==="c"){if(re.n===A.n)return me?(me.d=ge,re.b.push(me)):re.d=ge,re;n("Helper start and end don't match",D,le.index+le[0].length)}else if(F==="b"){me?(me.d=ge,re.b.push(me)):re.d=ge;var Ie=A.n||"";O.async&&l.test(Ie)&&(A.a=!0,A.n=Ie.replace(l,"")),me=A,ge=[]}else if(F==="s"){var we=A.n||"";O.async&&l.test(we)&&(A.a=!0,A.n=we.replace(l,"")),ge.push(A)}else ge.push(A)}if(!he)throw e('unclosed helper "'+re.n+'"');return _e(D.slice(U,D.length),!1),re.d=ge,re}({f:[]},!0);if(O.plugins)for(var de=0;de<O.plugins.length;de++){var ee=O.plugins[de];ee.processAST&&(ae.d=ee.processAST(ae.d,O))}return ae.d}function N(D,O){var L=w(D,O),M="var tR='';"+(O.useWith?"with("+O.varName+"||{}){":"")+te(L,O)+"if(cb){cb(null,tR)} return tR"+(O.useWith?"}":"");if(O.plugins)for(var v=0;v<O.plugins.length;v++){var y=O.plugins[v];y.processFnString&&(M=y.processFnString(M,O))}return M}function B(D,O){for(var L=0;L<O.length;L++){var M=O[L][0],v=O[L][1];D=(O[L][2]?"await ":"")+"c.l('F','"+M+"')("+D,v&&(D+=","+v),D+=")"}return D}function P(D,O,L,M,v,y){var U="{exec:"+(v?"async ":"")+G(L,O,D)+",params:["+M+"]";return y&&(U+=",name:'"+y+"'"),v&&(U+=",async:true"),U+="}"}function Y(D,O){for(var L="[",M=0;M<D.length;M++){var v=D[M];L+=P(O,v.res||"",v.d,v.p||"",v.a,v.n),M<D.length&&(L+=",")}return L+="]"}function G(D,O,L){return"function("+O+"){var tR='';"+te(D,L)+"return tR}"}function te(D,O){for(var L=0,M=D.length,v="";L<M;L++){var y=D[L];if(typeof y=="string")v+="tR+='"+y+"';";else{var U=y.t,K=y.c||"",oe=y.f,ae=y.n||"",de=y.p||"",ee=y.res||"",ce=y.b,re=!!y.a;if(U==="i"){O.defaultFilter&&(K="c.l('F','"+O.defaultFilter+"')("+K+")");var he=B(K,oe);!y.raw&&O.autoEscape&&(he="c.l('F','e')("+he+")"),v+="tR+="+he+";"}else if(U==="h")if(O.storage.nativeHelpers.get(ae))v+=O.storage.nativeHelpers.get(ae)(y,O);else{var le=(re?"await ":"")+"c.l('H','"+ae+"')("+P(O,ee,y.d,de,re);le+=ce?","+Y(ce,O):",[]",v+="tR+="+B(le+=",c)",oe)+";"}else U==="s"?v+="tR+="+B((re?"await ":"")+"c.l('H','"+ae+"')({params:["+de+"]},[],c)",oe)+";":U==="e"&&(v+=K+`
|
|
6
|
+
`)}}return v}var q=function(){function D(O){this.cache=O}return D.prototype.define=function(O,L){this.cache[O]=L},D.prototype.get=function(O){return this.cache[O]},D.prototype.remove=function(O){delete this.cache[O]},D.prototype.reset=function(){this.cache={}},D.prototype.load=function(O){s(this.cache,O,!0)},D}();function Ae(D,O,L,M){if(O&&O.length>0)throw e((M?"Native":"")+"Helper '"+D+"' doesn't accept blocks");if(L&&L.length>0)throw e((M?"Native":"")+"Helper '"+D+"' doesn't accept filters")}var H={"&":"&","<":"<",">":">",'"':""","'":"'"};function ve(D){return H[D]}var fe=new q({}),be=new q({each:function(D,O){var L="",M=D.params[0];if(Ae("each",O,!1),D.async)return new Promise(function(y){(function U(K,oe,ae,de,ee){ae(K[oe],oe).then(function(ce){de+=ce,oe===K.length-1?ee(de):U(K,oe+1,ae,de,ee)})})(M,0,D.exec,L,y)});for(var v=0;v<M.length;v++)L+=D.exec(M[v],v);return L},foreach:function(D,O){var L=D.params[0];if(Ae("foreach",O,!1),D.async)return new Promise(function(y){(function U(K,oe,ae,de,ee,ce){de(oe[ae],K[oe[ae]]).then(function(re){ee+=re,ae===oe.length-1?ce(ee):U(K,oe,ae+1,de,ee,ce)})})(L,Object.keys(L),0,D.exec,"",y)});var M="";for(var v in L)o(L,v)&&(M+=D.exec(v,L[v]));return M},include:function(D,O,L){Ae("include",O,!1);var M=L.storage.templates.get(D.params[0]);if(!M)throw e('Could not fetch template "'+D.params[0]+'"');return M(D.params[1],L)},extends:function(D,O,L){var M=D.params[1]||{};M.content=D.exec();for(var v=0;v<O.length;v++){var y=O[v];M[y.name]=y.exec()}var U=L.storage.templates.get(D.params[0]);if(!U)throw e('Could not fetch template "'+D.params[0]+'"');return U(M,L)},useScope:function(D,O){return Ae("useScope",O,!1),D.exec(D.params[0])}}),Ve=new q({if:function(D,O){Ae("if",!1,D.f,!0);var L="if("+D.p+"){"+te(D.d,O)+"}";if(D.b)for(var M=0;M<D.b.length;M++){var v=D.b[M];v.n==="else"?L+="else{"+te(v.d,O)+"}":v.n==="elif"&&(L+="else if("+v.p+"){"+te(v.d,O)+"}")}return L},try:function(D,O){if(Ae("try",!1,D.f,!0),!D.b||D.b.length!==1||D.b[0].n!=="catch")throw e("native helper 'try' only accepts 1 block, 'catch'");var L="try{"+te(D.d,O)+"}",M=D.b[0];return L+="catch"+(M.res?"("+M.res+")":"")+"{"+te(M.d,O)+"}"},block:function(D,O){return Ae("block",D.b,D.f,!0),"if(!"+O.varName+"["+D.p+"]){tR+=("+G(D.d,"",O)+")()}else{tR+="+O.varName+"["+D.p+"]}"}}),Ne=new q({e:function(D){var O=String(D);return/[&<>"']/.test(O)?O.replace(/[&<>"']/g,ve):O}}),Le={varName:"it",autoTrim:[!1,"nl"],autoEscape:!0,defaultFilter:!1,tags:["{{","}}"],l:function(D,O){if(D==="H"){var L=this.storage.helpers.get(O);if(L)return L;throw e("Can't find helper '"+O+"'")}if(D==="F"){var M=this.storage.filters.get(O);if(M)return M;throw e("Can't find filter '"+O+"'")}},async:!1,storage:{helpers:be,nativeHelpers:Ve,filters:Ne,templates:fe},prefixes:{h:"@",b:"#",i:"",r:"*",c:"/",e:"!"},cache:!1,plugins:[],useWith:!1};function Ye(D,O){var L={};return s(L,Le),O&&s(L,O),D&&s(L,D),L.l.bind(L),L}function Ke(D,O){var L,M=Ye(O||{}),v=Function;if(M.async){if(!i)throw e("This environment doesn't support async/await");v=i}if(M.varName&&(L=M.varName,/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(L)===!1))throw e("options.varName must be a valid JS identifier");try{return new v(M.varName,"c","cb",N(D,M))}catch(y){throw y instanceof SyntaxError?e(`Bad template syntax
|
|
7
7
|
|
|
8
8
|
`+y.message+`
|
|
9
9
|
`+Array(y.message.length+1).join("=")+`
|
|
10
|
-
`+N(A,M)):y}}function gt(A,O){var L;return O.cache&&O.name&&O.storage.templates.get(O.name)?O.storage.templates.get(O.name):(L=typeof A=="function"?A:ze(A,O),O.cache&&O.name&&O.storage.templates.define(O.name,L),L)}Le.l.bind(Le),t.compile=ze,t.compileScope=ue,t.compileScopeIntoFunction=J,t.compileToString=N,t.defaultConfig=Le,t.filters=De,t.getConfig=Ge,t.helpers=ye,t.nativeHelpers=Ve,t.parse=C,t.render=function(A,O,L,M){var v=Ge(L||{});if(!v.async)return gt(A,v)(O,v);if(!M){if(typeof r=="function")return new r(function(y,U){try{y(gt(A,v)(O,v))}catch(Z){U(Z)}});throw e("Please provide a callback function, this env doesn't support Promises")}try{gt(A,v)(O,v,M)}catch(y){return M(y)}},t.templates=de,Object.defineProperty(t,"__esModule",{value:!0})})});var xh={schedule(t,e){let n=setTimeout(t,e);return()=>clearTimeout(n)}};function Oh(t){return t.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`)}function Ah(t){return!!t&&t.nodeType===Node.ELEMENT_NODE}var Ls;function Dh(t,e){if(!Ls){let n=Element.prototype;Ls=n.matches||n.matchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector}return t.nodeType===Node.ELEMENT_NODE?Ls.call(t,e):!1}function Nh(t){let e={};return t.forEach(({propName:n,templateName:r,transform:i})=>{e[Oh(r)]=[n,i]}),e}function Rh(t,e){return e.get(Ss).resolveComponentFactory(t).inputs}function Mh(t,e){let n=t.childNodes,r=e.map(()=>[]),i=-1;e.some((o,s)=>o==="*"?(i=s,!0):!1);for(let o=0,s=n.length;o<s;++o){let c=n[o],u=Ph(c,e,i);u!==-1&&r[u].push(c)}return r}function Ph(t,e,n){let r=n;return Ah(t)&&e.some((i,o)=>i!=="*"&&Dh(t,i)?(r=o,!0):!1),r}var Lh=10,Fs=class{componentFactory;inputMap=new Map;constructor(e,n){this.componentFactory=n.get(Ss).resolveComponentFactory(e);for(let r of this.componentFactory.inputs)this.inputMap.set(r.propName,r.templateName)}create(e){return new Vs(this.componentFactory,e,this.inputMap)}},Vs=class{componentFactory;injector;inputMap;eventEmitters=new gl(1);events=this.eventEmitters.pipe(Il(e=>Li(...e)));componentRef=null;scheduledDestroyFn=null;initialInputValues=new Map;ngZone;elementZone;appRef;cdScheduler;constructor(e,n,r){this.componentFactory=e,this.injector=n,this.inputMap=r,this.ngZone=this.injector.get(Pt),this.appRef=this.injector.get(Bi),this.cdScheduler=n.get(Ol),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(e){this.runInZone(()=>{if(this.scheduledDestroyFn!==null){this.scheduledDestroyFn(),this.scheduledDestroyFn=null;return}this.componentRef===null&&this.initializeComponent(e)})}disconnect(){this.runInZone(()=>{this.componentRef===null||this.scheduledDestroyFn!==null||(this.scheduledDestroyFn=xh.schedule(()=>{this.componentRef!==null&&(this.componentRef.destroy(),this.componentRef=null)},Lh))})}getInputValue(e){return this.runInZone(()=>this.componentRef===null?this.initialInputValues.get(e):this.componentRef.instance[e])}setInputValue(e,n){if(this.componentRef===null){this.initialInputValues.set(e,n);return}this.runInZone(()=>{this.componentRef.setInput(this.inputMap.get(e)??e,n),this.componentRef.hostView.dirty&&(this.componentRef.changeDetectorRef.markForRefresh(),this.cdScheduler.notify(6))})}initializeComponent(e){let n=Mt.create({providers:[],parent:this.injector}),r=Mh(e,this.componentFactory.ngContentSelectors);this.componentRef=this.componentFactory.create(n,r,e),this.initializeInputs(),this.initializeOutputs(this.componentRef),this.appRef.attachView(this.componentRef.hostView),this.componentRef.hostView.detectChanges()}initializeInputs(){for(let[e,n]of this.initialInputValues)this.setInputValue(e,n);this.initialInputValues.clear()}initializeOutputs(e){let n=this.componentFactory.outputs.map(({propName:r,templateName:i})=>{let o=e.instance[r];return new hl(s=>{let c=o.subscribe(u=>s.next({name:i,value:u}));return()=>c.unsubscribe()})});this.eventEmitters.next(n)}runInZone(e){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(e):e()}},ks=class extends HTMLElement{ngElementEventsSubscription=null};function ql(t,e){let n=Rh(t,e.injector),r=e.strategyFactory||new Fs(t,e.injector),i=Nh(n);class o extends ks{injector;static observedAttributes=Object.keys(i);get ngElementStrategy(){if(!this._ngElementStrategy){let c=this._ngElementStrategy=r.create(this.injector||e.injector);n.forEach(({propName:u,transform:d})=>{if(!this.hasOwnProperty(u))return;let _=this[u];delete this[u],c.setInputValue(u,_,d)})}return this._ngElementStrategy}_ngElementStrategy;constructor(c){super(),this.injector=c}attributeChangedCallback(c,u,d,_){let[h,E]=i[c];this.ngElementStrategy.setInputValue(h,d,E)}connectedCallback(){let c=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),c=!0),this.ngElementStrategy.connect(this),c||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(c=>{let u=new CustomEvent(c.name,{detail:c.value});this.dispatchEvent(u)})}}return n.forEach(({propName:s,transform:c})=>{Object.defineProperty(o.prototype,s,{get(){return this.ngElementStrategy.getInputValue(s)},set(u){this.ngElementStrategy.setInputValue(s,u,c)},configurable:!0,enumerable:!0})}),o}var Zl="9.15.0";var qe=class t{static SDK_VERSION=Zl;static SDK_VERSION_CODE;static SDK="WEB";static LOG_PREFIX="CooeeSDK";static COOEE="cooee";static SESSION_STORAGE_SCROLL_ID="sleid";static IDLE_TIME_IN_SECONDS=30*60;static IN_APP_WRAPPER_NAME="cooee-wrapper";static IN_APP_CONTAINER_NAME="cooee-container";static IN_APP_DEFAULT_PADDING=15;static EVENT_SCREEN_VIEW="CE Screen View";static EVENT_APP_BACKGROUND="CE App Background";static EVENT_TRIGGER_DISPLAYED="CE Trigger Displayed";static EVENT_CAMPAIGN_HOLDOUT="CE Campaign Holdout";static EVENT_CAMPAIGN_REJECTED="CE Campaign Rejected";static EVENT_CAMPAIGN_FAILED="CE Campaign Failed";static EVENT_TRIGGER_CLOSED="CE Trigger Closed";static EVENT_SCROLL="CE Scroll";static EVENT_TRIGGER_CLICKED="CE Trigger Clicked";static EVENT_FORM_SUBMITTED="CE Form Submitted";static EVENT_EXPERIMENT_START="CE Experiment Start";static EVENT_VIDEO_DIALOG_CLOSED="CE Video Dialog Closed";static EVENT_VIDEO_DIALOG_OPENED="CE Video Dialog Opened";static EVENT_VIDEO_CHANGE="CE Video Changed";static EVENT_LAST_VIDEO_ENDED="CE Last Video Ended";static EVENT_VIDEO_MUTED="CE Video Muted";static EVENT_VIDEO_UNMUTED="CE Video Unmuted";static EVENT_ADD_TO_CART_CLICKED="CE Add To Cart Clicked";static EVENT_VIEW_ITEM_CLICKED="CE View Item Clicked";static EVENT_MORE_ITEM_INFO_CLICKED="CE More Item Info Clicked";static EVENT_OPEN_CART_CLICKED="CE Open Cart Clicked";static EVENT_ADD_TO_CART="Add To Cart";static EVENT_REMOVE_FROM_CART="Remove From Cart";static EVENT_VIEW_ITEM="View Item";static EVENT_VIEW_CART="View Cart";static EVENT_OPEN_CART="Open Cart";static EVENT_VIEW_COLLECTION="View Collection";static EVENT_BUY_NOW_CLICKED="Buy Now Clicked";static EVENT_CHECKOUT_STARTED="Checkout Started";static EVENT_REVIEW_CLICKED="Review Clicked";static EVENT_ITEM_THUMBNAIL_CLICKED="Item Thumbnail Clicked";static JS_LOAD_WHITELIST_EVENTS=[this.EVENT_VIEW_ITEM,this.EVENT_VIEW_CART,this.EVENT_VIEW_COLLECTION];static HASH_INITIATE_CHECKOUT="initiate-checkout";static HASH_OPEN_CART_DRAWER="open-cart-drawer";static ADD_BUNDLE_CTA_INBOUND_EVENT="letscooee:inbound:cta:add-bundle";static CTA_OPEN_CART_EVENT="letscooee:outbound:open-cart";static CTA_AFTER_REFRESH_UI="letscooee:outbound:refresh-ui";static POPUP_ACTIVITY_EVENT="letscooee:outbound:popup-activities";static THIRD_PARTY_CHECKOUT_EVENT="letscooee:outbound:third-party-initiate-checkout";static CAMPAIGN_DISPLAYED_ACTIVITY="DISPLAYED";static CAMPAIGN_CLICKED_ACTIVITY="CLICKED";static CAMPAIGN_CLOSED_ACTIVITY="CLOSED";static BLACKLISTED_PAGE_NAMES=["collection","product","cart"];static API_CALL_MAX_ATTEMPTS=3;static API_CALL_RETRY_DELAY=1e3;static PLACEHOLDER_IMAGE="https://cdn.global.letscooee.com/images/placeholders/product.png";static CART_UPDATE_BROADCAST="CART_UPDATE";static GRAPHQL_VERSION="2024-10";static GRAPHQL_API_PATH=`/api/${this.GRAPHQL_VERSION}/graphql.json`;static SHADOW_SPLITTER=":shadow";static CAMPAIGN_ATTRIBUTE="_letscooee_campaign";static CONTENT_ATTRIBUTE="_letscooee_content";static VIA="_via";static PAYMENT_MODAL_DETAILS=[{identifier:"#flo-checkout-wrapper",gateway:"Shopflow"},{identifier:"#fastrr-main-container",gateway:"Shiprocket"},{identifier:"#gokwik-modal-wrapper",gateway:"Gokwik"},{identifier:"#zecpe",gateway:"Ecom 360"}];static{let e=t.SDK_VERSION.split(".").map(n=>n.padStart(2,"0")).join("");t.SDK_VERSION_CODE=parseInt(e,10)}};var Dn={apiURL:"https://api.sdk.letscooee.com",debug:!1,mode:"production",styleURL:`https://cdn.jsdelivr.net/npm/@letscooee/web-sdk@${qe.SDK_VERSION}/dist/widget.min.css`,widgetURL:`https://cdn.jsdelivr.net/npm/@letscooee/web-sdk@${qe.SDK_VERSION}/dist/widget.min.js`};var Ut=bs(Ql());var We=class{static log(...e){Ut.default.info(...e)}static debug(...e){Ut.default.debug(...e)}static error(...e){Ut.default.error(...e)}static warn(...e){Ut.default.warn(...e)}static info(...e){Ut.default.info(...e)}static trace(...e){Ut.default.trace(...e)}};function eu(t=qe.LOG_PREFIX){Ut.default.useDefaults({formatter:function(n){n.unshift(`${t} (v${qe.SDK_VERSION}):`)}});let e=Vh();(e==="1"||e==="on")&&(localStorage.cooeeLogLevel="TRACE"),localStorage.cooeeLogLevel?Ut.default.setLevel(Ut.default[localStorage.cooeeLogLevel]):Ut.default.setLevel(Dn.debug?Ut.default.TRACE:Ut.default.OFF)}function Vh(){return new URL(location.href).searchParams?.get("cooee-debug")}var tu={providers:[Vl()]};var Bh={"[class.ng-untouched]":"isUntouched","[class.ng-touched]":"isTouched","[class.ng-pristine]":"isPristine","[class.ng-dirty]":"isDirty","[class.ng-valid]":"isValid","[class.ng-invalid]":"isInvalid","[class.ng-pending]":"isPending"},OE=Ee(x({},Bh),{"[class.ng-submitted]":"isSubmitted"});var Uh=new tn("",{providedIn:"root",factory:()=>iu}),iu="always";var Hh=(()=>{class t{static \u0275fac=function(r){return new(r||t)};static \u0275mod=qn({type:t});static \u0275inj=zn({})}return t})();var ou=(()=>{class t{static withConfig(n){return{ngModule:t,providers:[{provide:Uh,useValue:n.callSetDisabledState??iu}]}}static \u0275fac=function(r){return new(r||t)};static \u0275mod=qn({type:t});static \u0275inj=zn({imports:[Hh]})}return t})();var zt=class{static SWIPER_CSS="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css";static injectScriptURL(e,n){if(!e)return;let r=document.createElement("script");r.id=n??"",r.src=e,r.type="module",document.head.appendChild(r)}static injectRawScript(e){if(!e)return;let n=document.createElement("script");n.id="cooee-app-script",n.innerHTML=e,document.head.appendChild(n)}static injectRawCSS(e,n=document.head){if(!e)return;let r=document.createElement("style");r.textContent=e,n.appendChild(r)}static injectSwiperCSS(e=document.head){this.injectStylesheet(this.SWIPER_CSS,e)}static injectStylesheet(e,n=document.head){if(!e)return;let r=document.createElement("link");r.rel="stylesheet",r.href=e,e===this.SWIPER_CSS&&(r.crossOrigin="anonymous",r.onload=i=>{let s=i.currentTarget?.sheet?.cssRules;if(s){for(let c of s)if(c.type==CSSRule.FONT_FACE_RULE){let u=e.split("/"),d=u.slice(0,u.length-1).join("/"),_=c.cssText;_=_.replace(/url\s*\(\s*['"]?(?!((\/)|((?:https?:)?\/\/)|(?:data:?:)))([^'")]+)['"]?\s*\)/g,`url("${d}/$4")`);let h=document.createElement("style");h.appendChild(document.createTextNode(_)),document.head.appendChild(h)}}}),n.appendChild(r)}static async loadSwiperScript(){window.CooeeSDK.Swiper||(window.CooeeSDK.Swiper=(await import("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.mjs")).Swiper)}};var Kt=class t{cooeeEvent=new ct;cooeeCTA=new ct;elementRef=z(It);_engagementTrigger=Lt(null);_triggerContext=Lt(null);constructor(){this.elementRef.nativeElement.update=this.update.bind(this)}get classes(){let e=["letscooee-widget"],n=this._engagementTrigger();return e.push(`widget-${n?.shortID}`),e}get triggerContext(){return this._triggerContext()}set triggerContext(e){this._triggerContext.set(e),this._engagementTrigger.set(e.triggerData),this.engagementTriggerReceived(e.triggerData)}get engagementTrigger(){return this._engagementTrigger()}ngOnInit(){We.debug("Init",this.constructor.name);let e=this.elementRef.nativeElement.shadowRoot;e&&(zt.injectStylesheet(Dn.styleURL,e),zt.injectRawCSS(window.CooeeSDK.config.website.commonCSS,e))}ngOnDestroy(){We.debug("Destroying",this.constructor.name)}sendEventToRenderer(e){this.cooeeEvent.emit(e)}executeCTAViaRenderer(e){this.cooeeCTA.emit(e)}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Me({type:t,selectors:[["ng-component"]],hostVars:2,hostBindings:function(n,r){n&2&&Ml(r.classes)},inputs:{triggerContext:"triggerContext"},outputs:{cooeeEvent:"cooeeEvent",cooeeCTA:"cooeeCTA"},decls:0,vars:0,template:function(n,r){},encapsulation:2})};var jh=(t,e)=>({"--option-color":t,"background-color":e}),su=(t,e)=>e.id;function $h(t,e){if(t&1&&(G(0,"span",6),Oe(1),W()),t&2){K();let n=Xe(1);P(),ln(n)}}function Gh(t,e){if(t&1){let n=Ke();lt(0)(1)(2)(3),G(4,"button",5),Pe("click",function(){let i=Ne(n).$implicit,o=K().$implicit,s=K();return Re(s.onOptionChange(o,i))}),xe(5,$h,2,1,"span",6),W()}if(t&2){let n,r=e.$implicit,i=K().$implicit,o=Xe(1),s=r.name;P();let c=vt(r.displayName||r.name),u=o?(n=r.hexColor)!==null&&n!==void 0?n:s:"",d=K().selectedOptions()[i.name]===s;P(3),As("color-type",o)("selected",d)("disabled",r.disabled),le("title",c)("ngStyle",Hi(14,jh,u,u)),cn("aria-checked",d?"true":"false")("data-value",s)("aria-disabled",r.disabled?"true":null)("aria-label",c),P(),Se(o?-1:5)}}function Wh(t,e){if(t&1&&(G(0,"div"),lt(1),G(2,"div",1),Oe(3),W(),G(4,"div",2),Oe(5),W(),G(6,"div",3),rt(7,Gh,6,17,"button",4,su),W()()),t&2){let n=e.$implicit,r=K();Pl("option-group ",n.name.toLowerCase(),""),P(),vt(r.hasHexColors(n)),P(2),Tt("",n.name,":"),P(2),ln(r.selectedOptions()[n.name]),P(),cn("aria-label",n.name),P(),it(n.optionValues)}}var ii=t=>t.trim().toLowerCase(),yr=class t extends Kt{selectedVariant=new ct;item=Xn.required();selectedOptions=Lt({});options=Jn(()=>{let e=this.item();if(!e.options||e.vars.length===1)return[];if(window.cooeeManipulateProduct)try{window.cooeeManipulateProduct(e,this.engagementTrigger)}catch(n){We.error(n)}return e.options.forEach(n=>{n.optionValues.forEach(r=>{r.disabled=this.isOptionValueDisabledFast(n,r)})}),e.options});matchedVariant=Jn(()=>{let e=this.item(),n=this.selectedOptions();return e.vars.find(r=>e.options.every(i=>{let o=r.selectedOptions.find(s=>s.name===i.name)?.value;return n[i.name]===o}))});availabilityIndex=Jn(()=>{let e=this.item(),n=new Map;return e?.vars?.length&&e.vars.forEach((r,i)=>{if(r.isAvailable)for(let o of r.selectedOptions){let s=ii(o.name),c=o.value,u=n.get(s);u||n.set(s,u=new Map);let d=u.get(c);d||u.set(c,d=new Set),d.add(i)}}),n});constructor(){super(),Rs(()=>{let n=this.matchedVariant();n&&(this.item().setSelectedVariant(n),this.selectedVariant.emit(n))});let e=Rs(()=>{let n=this.item();if(!n?.options)return;let r=x({},this.selectedOptions()),i=n.vars.find(o=>o.isAvailable)??n.vars[0];n.options.forEach(o=>{let s=i?.selectedOptions.find(c=>c.name===o.name)?.value;s&&(r[o.name]=s)}),this.selectedOptions.set(r),e.destroy()})}onOptionChange(e,n){let r=x({},this.selectedOptions());r[e.name]=n.name,this.selectedOptions.set(r)}engagementTriggerReceived(){}update(){}hasHexColors(e){return!!e.optionValues[0]?.name.match(/#[a-f0-9]{6}\b/i)}getCandidateVariantsExcluding(e){let n=this.item(),r=this.availabilityIndex(),i=new Set;n.vars.forEach((s,c)=>{s.isAvailable&&i.add(c)});let o=i;for(let[s,c]of Object.entries(this.selectedOptions())){if(ii(s)===ii(e))continue;let u=r.get(ii(s));if(!u)return new Set;let d=u.get(String(c));if(!d)return new Set;if(o=new Set([...o].filter(_=>d.has(_))),o.size===0)return o}return o}isOptionValueDisabledFast(e,n){let i=this.availabilityIndex().get(ii(e.name));if(!i)return!0;let o=n.name,s=i.get(o);if(!s||s.size===0)return!0;let c=this.getCandidateVariantsExcluding(e.name);if(c.size===0)return!0;for(let u of c)if(s.has(u))return!1;return!0}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Me({type:t,selectors:[["cooee-item-options-picker"]],inputs:{item:[1,"item"]},outputs:{selectedVariant:"selectedVariant"},features:[Ct],decls:2,vars:0,consts:[[3,"class"],[1,"name"],[1,"selected-value"],["role","radiogroup",1,"option-values"],["type","button","role","radio",1,"option-value",3,"color-type","selected","disabled","title","ngStyle"],["type","button","role","radio",1,"option-value",3,"click","title","ngStyle"],[1,"title"]],template:function(n,r){n&1&&rt(0,Wh,9,7,"div",0,su),n&2&&it(r.options())},dependencies:[jl,Ul,ou],styles:[`.option-group{display:flex;gap:4px;align-items:center}.option-group+.option-group{margin-top:8px}.option-values{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:6px;gap:4px}.selected-value{display:none}.option-value{padding:5px 10px;border:1px solid #ccc;cursor:pointer;border-radius:4px;min-width:32px;min-height:32px;text-align:center;position:relative;--selected-color: var(--option-color, rgb(var(--lc-color-button, 0 0 0)))}.option-value.selected{box-shadow:#fff 0 0 0 2px,var(--selected-color) 0 0 0 4px}.option-value.disabled{opacity:.5;pointer-events:none}
|
|
11
|
-
`],encapsulation:3})};var
|
|
12
|
-
`);for(let
|
|
10
|
+
`+N(D,M)):y}}function _t(D,O){var L;return O.cache&&O.name&&O.storage.templates.get(O.name)?O.storage.templates.get(O.name):(L=typeof D=="function"?D:Ke(D,O),O.cache&&O.name&&O.storage.templates.define(O.name,L),L)}Le.l.bind(Le),t.compile=Ke,t.compileScope=te,t.compileScopeIntoFunction=G,t.compileToString=N,t.defaultConfig=Le,t.filters=Ne,t.getConfig=Ye,t.helpers=be,t.nativeHelpers=Ve,t.parse=w,t.render=function(D,O,L,M){var v=Ye(L||{});if(!v.async)return _t(D,v)(O,v);if(!M){if(typeof r=="function")return new r(function(y,U){try{y(_t(D,v)(O,v))}catch(K){U(K)}});throw e("Please provide a callback function, this env doesn't support Promises")}try{_t(D,v)(O,v,M)}catch(y){return M(y)}},t.templates=fe,Object.defineProperty(t,"__esModule",{value:!0})})});var hh={schedule(t,e){let n=setTimeout(t,e);return()=>clearTimeout(n)}};function mh(t){return t.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`)}function gh(t){return!!t&&t.nodeType===Node.ELEMENT_NODE}var Vs;function _h(t,e){if(!Vs){let n=Element.prototype;Vs=n.matches||n.matchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector}return t.nodeType===Node.ELEMENT_NODE?Vs.call(t,e):!1}function vh(t){let e={};return t.forEach(({propName:n,templateName:r,transform:i})=>{e[mh(r)]=[n,i]}),e}function yh(t,e){return e.get(As).resolveComponentFactory(t).inputs}function Eh(t,e){let n=t.childNodes,r=e.map(()=>[]),i=-1;e.some((o,s)=>o==="*"?(i=s,!0):!1);for(let o=0,s=n.length;o<s;++o){let l=n[o],u=bh(l,e,i);u!==-1&&r[u].push(l)}return r}function bh(t,e,n){let r=n;return gh(t)&&e.some((i,o)=>i!=="*"&&_h(t,i)?(r=o,!0):!1),r}var wh=10,ks=class{componentFactory;inputMap=new Map;constructor(e,n){this.componentFactory=n.get(As).resolveComponentFactory(e);for(let r of this.componentFactory.inputs)this.inputMap.set(r.propName,r.templateName)}create(e){return new Bs(this.componentFactory,e,this.inputMap)}},Bs=class{componentFactory;injector;inputMap;eventEmitters=new Os(1);events=this.eventEmitters.pipe(wl(e=>_l(...e)));componentRef=null;scheduledDestroyFn=null;initialInputValues=new Map;ngZone;elementZone;appRef;cdScheduler;constructor(e,n,r){this.componentFactory=e,this.injector=n,this.inputMap=r,this.ngZone=this.injector.get(Gt),this.appRef=this.injector.get(ri),this.cdScheduler=n.get(Cl),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(e){this.runInZone(()=>{if(this.scheduledDestroyFn!==null){this.scheduledDestroyFn(),this.scheduledDestroyFn=null;return}this.componentRef===null&&this.initializeComponent(e)})}disconnect(){this.runInZone(()=>{this.componentRef===null||this.scheduledDestroyFn!==null||(this.scheduledDestroyFn=hh.schedule(()=>{this.componentRef!==null&&(this.componentRef.destroy(),this.componentRef=null)},wh))})}getInputValue(e){return this.runInZone(()=>this.componentRef===null?this.initialInputValues.get(e):this.componentRef.instance[e])}setInputValue(e,n){if(this.componentRef===null){this.initialInputValues.set(e,n);return}this.runInZone(()=>{this.componentRef.setInput(this.inputMap.get(e)??e,n),Tl(this.componentRef.hostView)&&(Il(this.componentRef.changeDetectorRef),this.cdScheduler.notify(6))})}initializeComponent(e){let n=Ot.create({providers:[],parent:this.injector}),r=Eh(e,this.componentFactory.ngContentSelectors);this.componentRef=this.componentFactory.create(n,r,e),this.initializeInputs(),this.initializeOutputs(this.componentRef),this.appRef.attachView(this.componentRef.hostView),this.componentRef.hostView.detectChanges()}initializeInputs(){for(let[e,n]of this.initialInputValues)this.setInputValue(e,n);this.initialInputValues.clear()}initializeOutputs(e){let n=this.componentFactory.outputs.map(({propName:r,templateName:i})=>{let o=e.instance[r];return new ji(s=>{let l=o.subscribe(u=>s.next({name:i,value:u}));return()=>l.unsubscribe()})});this.eventEmitters.next(n)}runInZone(e){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(e):e()}},Us=class extends HTMLElement{ngElementEventsSubscription=null};function Yl(t,e){let n=yh(t,e.injector),r=e.strategyFactory||new ks(t,e.injector),i=vh(n);class o extends Us{injector;static observedAttributes=Object.keys(i);get ngElementStrategy(){if(!this._ngElementStrategy){let l=this._ngElementStrategy=r.create(this.injector||e.injector);n.forEach(({propName:u,transform:d})=>{if(!this.hasOwnProperty(u))return;let _=this[u];delete this[u],l.setInputValue(u,_,d)})}return this._ngElementStrategy}_ngElementStrategy;constructor(l){super(),this.injector=l}attributeChangedCallback(l,u,d,_){let[h,E]=i[l];this.ngElementStrategy.setInputValue(h,d,E)}connectedCallback(){let l=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),l=!0),this.ngElementStrategy.connect(this),l||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(l=>{let u=new CustomEvent(l.name,{detail:l.value});this.dispatchEvent(u)})}}return n.forEach(({propName:s,transform:l})=>{Object.defineProperty(o.prototype,s,{get(){return this.ngElementStrategy.getInputValue(s)},set(u){this.ngElementStrategy.setInputValue(s,u,l)},configurable:!0,enumerable:!0})}),o}var zl="10.0.0";var Q=class Q{};ne(Q,"SDK_VERSION",zl),ne(Q,"SDK_VERSION_CODE"),ne(Q,"SDK","WEB"),ne(Q,"LOG_PREFIX","CooeeSDK"),ne(Q,"COOEE","cooee"),ne(Q,"SESSION_STORAGE_SCROLL_ID","sleid"),ne(Q,"IDLE_TIME_IN_SECONDS",30*60),ne(Q,"IN_APP_WRAPPER_NAME","cooee-wrapper"),ne(Q,"IN_APP_CONTAINER_NAME","cooee-container"),ne(Q,"IN_APP_DEFAULT_PADDING",15),ne(Q,"EVENT_SCREEN_VIEW","CE Screen View"),ne(Q,"EVENT_APP_BACKGROUND","CE App Background"),ne(Q,"EVENT_TRIGGER_DISPLAYED","CE Trigger Displayed"),ne(Q,"EVENT_CAMPAIGN_HOLDOUT","CE Campaign Holdout"),ne(Q,"EVENT_CAMPAIGN_REJECTED","CE Campaign Rejected"),ne(Q,"EVENT_CAMPAIGN_FAILED","CE Campaign Failed"),ne(Q,"EVENT_TRIGGER_CLOSED","CE Trigger Closed"),ne(Q,"EVENT_SCROLL","CE Scroll"),ne(Q,"EVENT_TRIGGER_CLICKED","CE Trigger Clicked"),ne(Q,"EVENT_FORM_SUBMITTED","CE Form Submitted"),ne(Q,"EVENT_EXPERIMENT_START","CE Experiment Start"),ne(Q,"EVENT_VIDEO_DIALOG_CLOSED","CE Video Dialog Closed"),ne(Q,"EVENT_VIDEO_DIALOG_OPENED","CE Video Dialog Opened"),ne(Q,"EVENT_VIDEO_CHANGE","CE Video Changed"),ne(Q,"EVENT_LAST_VIDEO_ENDED","CE Last Video Ended"),ne(Q,"EVENT_VIDEO_MUTED","CE Video Muted"),ne(Q,"EVENT_VIDEO_UNMUTED","CE Video Unmuted"),ne(Q,"EVENT_ADD_TO_CART_CLICKED","CE Add To Cart Clicked"),ne(Q,"EVENT_VIEW_ITEM_CLICKED","CE View Item Clicked"),ne(Q,"EVENT_MORE_ITEM_INFO_CLICKED","CE More Item Info Clicked"),ne(Q,"EVENT_OPEN_CART_CLICKED","CE Open Cart Clicked"),ne(Q,"EVENT_ADD_TO_CART","Add To Cart"),ne(Q,"EVENT_REMOVE_FROM_CART","Remove From Cart"),ne(Q,"EVENT_VIEW_ITEM","View Item"),ne(Q,"EVENT_VIEW_CART","View Cart"),ne(Q,"EVENT_OPEN_CART","Open Cart"),ne(Q,"EVENT_VIEW_COLLECTION","View Collection"),ne(Q,"EVENT_BUY_NOW_CLICKED","Buy Now Clicked"),ne(Q,"EVENT_CHECKOUT_STARTED","Checkout Started"),ne(Q,"EVENT_REVIEW_CLICKED","Review Clicked"),ne(Q,"EVENT_ITEM_THUMBNAIL_CLICKED","Item Thumbnail Clicked"),ne(Q,"JS_LOAD_WHITELIST_EVENTS",[Q.EVENT_VIEW_ITEM,Q.EVENT_VIEW_CART,Q.EVENT_VIEW_COLLECTION]),ne(Q,"HASH_INITIATE_CHECKOUT","initiate-checkout"),ne(Q,"HASH_OPEN_CART_DRAWER","open-cart-drawer"),ne(Q,"ADD_BUNDLE_CTA_INBOUND_EVENT","letscooee:inbound:cta:add-bundle"),ne(Q,"CTA_OPEN_CART_EVENT","letscooee:outbound:open-cart"),ne(Q,"CTA_AFTER_REFRESH_UI","letscooee:outbound:refresh-ui"),ne(Q,"POPUP_ACTIVITY_EVENT","letscooee:outbound:popup-activities"),ne(Q,"THIRD_PARTY_CHECKOUT_EVENT","letscooee:outbound:third-party-initiate-checkout"),ne(Q,"CAMPAIGN_DISPLAYED_ACTIVITY","DISPLAYED"),ne(Q,"CAMPAIGN_CLICKED_ACTIVITY","CLICKED"),ne(Q,"CAMPAIGN_CLOSED_ACTIVITY","CLOSED"),ne(Q,"BLACKLISTED_PAGE_NAMES",["collection","product","cart"]),ne(Q,"PLACEHOLDER_IMAGE","https://cdn.global.letscooee.com/images/placeholders/product.png"),ne(Q,"SHADOW_SPLITTER",":shadow"),ne(Q,"CAMPAIGN_ATTRIBUTE","_letscooee_campaign"),ne(Q,"CONTENT_ATTRIBUTE","_letscooee_content"),ne(Q,"VIA","_via"),ne(Q,"PAYMENT_MODAL_DETAILS",[{identifier:"#flo-checkout-wrapper",gateway:"Shopflow"},{identifier:"#fastrr-main-container",gateway:"Shiprocket"},{identifier:"#gokwik-modal-wrapper",gateway:"Gokwik"},{identifier:"#zecpe",gateway:"Ecom 360"}]),(()=>{let e=Q.SDK_VERSION.split(".").map(n=>n.padStart(2,"0")).join("");Q.SDK_VERSION_CODE=parseInt(e,10)})();var Ze=Q;var Rn={apiURL:"https://api.sdk.letscooee.com",debug:!1,mode:"production",styleURL:`https://cdn.jsdelivr.net/npm/@letscooee/web-sdk@${Ze.SDK_VERSION}/dist/widget.min.css`,widgetURL:`https://cdn.jsdelivr.net/npm/@letscooee/web-sdk@${Ze.SDK_VERSION}/dist/widget.min.js`};var Wt=Hi(Kl());var ze=class{static debuggerEl;static infoLogs=[];static log(...e){Wt.default.info(...e)}static verbose(...e){Wt.default.debug(...e)}static error(...e){Wt.default.error(...e)}static warn(...e){Wt.default.warn(...e)}static info(...e){Wt.default.info(...e),this.infoLogs.unshift({time:new Date,message:e.join(" ")}),this.addToDebugger()}static trace(...e){Wt.default.trace(...e)}static addToDebugger(){sessionStorage.cooeeDebug&&(this.debuggerEl=this.debuggerEl??document.querySelector("cooee-debugger"),this.debuggerEl&&this.debuggerEl&&(this.debuggerEl.logs=[...this.infoLogs]))}};function Xl(t=Ze.LOG_PREFIX){Wt.default.useDefaults({formatter:function(n){n.unshift(`${t} (v${Ze.SDK_VERSION}):`)}});let e=Sh();(e==="1"||e==="on")&&(localStorage.cooeeLogLevel="TRACE"),localStorage.cooeeLogLevel?Wt.default.setLevel(Wt.default[localStorage.cooeeLogLevel]):Wt.default.setLevel(Rn.debug?Wt.default.TRACE:Wt.default.OFF)}function Sh(){return new URL(location.href).searchParams?.get("cooee-debug")}var Jl={providers:[Nl()]};var xh={"[class.ng-untouched]":"isUntouched","[class.ng-touched]":"isTouched","[class.ng-pristine]":"isPristine","[class.ng-dirty]":"isDirty","[class.ng-valid]":"isValid","[class.ng-invalid]":"isInvalid","[class.ng-pending]":"isPending"},oE=Ee(x({},xh),{"[class.ng-submitted]":"isSubmitted"});var Oh=new an("",{providedIn:"root",factory:()=>eu}),eu="always";var Dh=(()=>{class t{static \u0275fac=function(r){return new(r||t)};static \u0275mod=Qn({type:t});static \u0275inj=Jn({})}return t})();var tu=(()=>{class t{static withConfig(n){return{ngModule:t,providers:[{provide:Oh,useValue:n.callSetDisabledState??eu}]}}static \u0275fac=function(r){return new(r||t)};static \u0275mod=Qn({type:t});static \u0275inj=Jn({imports:[Dh]})}return t})();var Zt=class{static SWIPER_CSS="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css";static injectScriptURL(e,n){if(!e)return;let r=document.createElement("script");r.id=n??"",r.src=e,r.type="module",document.head.appendChild(r)}static injectRawScript(e){if(!e)return;let n=document.createElement("script");n.id="cooee-app-script",n.innerHTML=e,document.head.appendChild(n)}static injectRawCSS(e,n=document.head){if(!e)return;let r=document.createElement("style");r.textContent=e,n.appendChild(r)}static injectSwiperCSS(e=document.head){this.injectStylesheet(this.SWIPER_CSS,e)}static injectStylesheet(e,n=document.head){if(!e)return;let r=document.createElement("link");r.rel="stylesheet",r.href=e,e===this.SWIPER_CSS&&(r.crossOrigin="anonymous",r.onload=i=>{let s=i.currentTarget?.sheet?.cssRules;if(s){for(let l of s)if(l.type==CSSRule.FONT_FACE_RULE){let u=e.split("/"),d=u.slice(0,u.length-1).join("/"),_=l.cssText;_=_.replace(/url\s*\(\s*['"]?(?!((\/)|((?:https?:)?\/\/)|(?:data:?:)))([^'")]+)['"]?\s*\)/g,`url("${d}/$4")`);let h=document.createElement("style");h.appendChild(document.createTextNode(_)),document.head.appendChild(h)}}}),n.appendChild(r)}static async loadSwiperScript(){window.CooeeSDK.Swiper||(window.CooeeSDK.Swiper=(await import("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.mjs")).Swiper)}};var Qt=class t{cooeeEvent=new et;cooeeCTA=new et;elementRef=J(Bt);_engagementTrigger=wt(null);_triggerContext=wt(null);constructor(){this.elementRef.nativeElement.update=this.update.bind(this)}get classes(){let e=["letscooee-widget"],n=this._engagementTrigger();return e.push(`widget-${n?.shortID}`),e}get triggerContext(){return this._triggerContext()}set triggerContext(e){this._triggerContext.set(e),this._engagementTrigger.set(e.triggerData),this.engagementTriggerReceived(e.triggerData)}get engagementTrigger(){return this._engagementTrigger()}ngOnInit(){ze.verbose("Init",this.constructor.name);let e=this.elementRef.nativeElement.shadowRoot;e&&(Zt.injectStylesheet(Rn.styleURL,e),Zt.injectRawCSS(window.CooeeSDK.config.website.commonCSS,e))}ngOnDestroy(){ze.verbose("Destroying",this.constructor.name)}sendEventToRenderer(e){this.cooeeEvent.emit(e)}executeCTAViaRenderer(e){this.cooeeCTA.emit(e)}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["ng-component"]],hostVars:2,hostBindings:function(n,r){n&2&&zi(r.classes)},inputs:{triggerContext:"triggerContext"},outputs:{cooeeEvent:"cooeeEvent",cooeeCTA:"cooeeCTA"},decls:1,vars:0,template:function(n,r){n&1&&xl(0)},encapsulation:2})};var Ah=(t,e)=>({"--option-color":t,"background-color":e}),nu=(t,e)=>e.id;function Nh(t,e){if(t&1&&(X(0,"span",6),De(1),Z()),t&2){z();let n=Je(0);V(),dn(n)}}function Rh(t,e){if(t&1){let n=Xe();It(0),X(1,"button",5),je("click",function(){let i=Re(n).$implicit,o=z().$implicit,s=z();return Me(s.onOptionChange(o,i))}),Se(2,Nh,2,1,"span",6),Z()}if(t&2){let n=e.$implicit,r=z().$implicit,i=Je(1),o=n.name,s=Et(n.displayName||n.name),l=i?n.hexColor??o:"",u=z().selectedOptions()[r.name]===o;V(),Ps("color-type",i)("selected",u)("disabled",n.disabled),Oe("title",s)("ngStyle",Ki(14,Ah,l,l)),un("aria-checked",u?"true":"false")("data-value",o)("aria-disabled",n.disabled?"true":null)("aria-label",s),V(),Te(i?-1:2)}}function Mh(t,e){if(t&1&&(X(0,"div"),It(1),X(2,"div",1),De(3),Z(),X(4,"div",2),De(5),Z(),X(6,"div",3),st(7,Rh,3,17,"button",4,nu),Z()()),t&2){let n=e.$implicit,r=z();zi(Ol("option-group ",n.name.toLowerCase())),V(),Et(r.hasHexColors(n)),V(2),At("",n.name,":"),V(2),dn(r.selectedOptions()[n.name]),V(),un("aria-label",n.name),V(),at(n.optionValues)}}var ai=t=>t.trim().toLowerCase(),wr=class t extends Qt{selectedVariant=new et;item=tr.required();selectedOptions=wt({});options=er(()=>{let e=this.item();if(!e.options||e.vars.length===1)return[];if(window.cooeeManipulateProduct)try{window.cooeeManipulateProduct(e,this.engagementTrigger)}catch(n){ze.error(n)}return e.options.forEach(n=>{n.optionValues.forEach(r=>{r.disabled=this.isOptionValueDisabledFast(n,r)})}),e.options});matchedVariant=er(()=>{let e=this.item(),n=this.selectedOptions();return e.vars.find(r=>e.options.every(i=>{let o=r.selectedOptions.find(s=>s.name===i.name)?.value;return n[i.name]===o}))});availabilityIndex=er(()=>{let e=this.item(),n=new Map;return e?.vars?.length&&e.vars.forEach((r,i)=>{if(r.isAvailable)for(let o of r.selectedOptions){let s=ai(o.name),l=o.value,u=n.get(s);u||n.set(s,u=new Map);let d=u.get(l);d||u.set(l,d=new Set),d.add(i)}}),n});constructor(){super(),Ls(()=>{let n=this.matchedVariant();n&&(this.item().setSelectedVariant(n),this.selectedVariant.emit(n))});let e=Ls(()=>{let n=this.item();if(!n?.options)return;let r=x({},this.selectedOptions()),i=n.vars.find(o=>o.isAvailable)??n.vars[0];n.options.forEach(o=>{let s=i?.selectedOptions.find(l=>l.name===o.name)?.value;s&&(r[o.name]=s)}),this.selectedOptions.set(r),e.destroy()})}onOptionChange(e,n){let r=x({},this.selectedOptions());r[e.name]=n.name,this.selectedOptions.set(r)}engagementTriggerReceived(){}update(){}hasHexColors(e){return!!e.optionValues[0]?.name.match(/#[a-f0-9]{6}\b/i)}getCandidateVariantsExcluding(e){let n=this.item(),r=this.availabilityIndex(),i=new Set;n.vars.forEach((s,l)=>{s.isAvailable&&i.add(l)});let o=i;for(let[s,l]of Object.entries(this.selectedOptions())){if(ai(s)===ai(e))continue;let u=r.get(ai(s));if(!u)return new Set;let d=u.get(String(l));if(!d)return new Set;if(o=new Set([...o].filter(_=>d.has(_))),o.size===0)return o}return o}isOptionValueDisabledFast(e,n){let i=this.availabilityIndex().get(ai(e.name));if(!i)return!0;let o=n.name,s=i.get(o);if(!s||s.size===0)return!0;let l=this.getCandidateVariantsExcluding(e.name);if(l.size===0)return!0;for(let u of l)if(s.has(u))return!1;return!0}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-item-options-picker"]],inputs:{item:[1,"item"]},outputs:{selectedVariant:"selectedVariant"},features:[St],decls:2,vars:0,consts:[[3,"class"],[1,"name"],[1,"selected-value"],["role","radiogroup",1,"option-values"],["type","button","role","radio",1,"option-value",3,"color-type","selected","disabled","title","ngStyle"],["type","button","role","radio",1,"option-value",3,"click","title","ngStyle"],[1,"title"]],template:function(n,r){n&1&&st(0,Mh,9,7,"div",0,nu),n&2&&at(r.options())},dependencies:[Vl,Ll,tu],styles:[`.option-group{display:flex;gap:4px;align-items:center}.option-group+.option-group{margin-top:8px}.option-values{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:6px;gap:4px}.selected-value{display:none}.option-value{padding:5px 10px;border:1px solid #ccc;cursor:pointer;border-radius:4px;min-width:32px;min-height:32px;text-align:center;position:relative;--selected-color: var(--option-color, rgb(var(--lc-color-button, 0 0 0)))}.option-value.selected{box-shadow:#fff 0 0 0 2px,var(--selected-color) 0 0 0 4px}.option-value.disabled{opacity:.5;pointer-events:none}
|
|
11
|
+
`],encapsulation:3})};var Hs=function(t){return t.SHOPIFY_CHECKOUT="shopify_checkout",t.THIRD_PARTY_CHECKOUT="third_party_checkout",t.CART_PAGE="cart_page",t.CART_DRAWER="cart_drawer",t}(Hs||{});var en=function(t){return t[t.NONE=0]="NONE",t[t.REJECT_POPUP=1]="REJECT_POPUP",t[t.ACCEPT_POPUP=2]="ACCEPT_POPUP",t[t.GO_TO_URL=4]="GO_TO_URL",t[t.SHARE=5]="SHARE",t[t.KEY_VALUE=100]="KEY_VALUE",t[t.GO_TO_PRODUCT=101]="GO_TO_PRODUCT",t[t.ADD_TO_CART=102]="ADD_TO_CART",t[t.COPY_COUPON_CODE=103]="COPY_COUPON_CODE",t[t.GO_TO_COLLECTION=104]="GO_TO_COLLECTION",t[t.OPEN_CART=105]="OPEN_CART",t[t.SUBMIT_FORM=106]="SUBMIT_FORM",t[t.INITIATE_CHECKOUT=107]="INITIATE_CHECKOUT",t[t.ADD_BUNDLE=108]="ADD_BUNDLE",t[t.UPGRADE_TO_SUBSCRIPTION=109]="UPGRADE_TO_SUBSCRIPTION",t}(en||{});var ci=function(t){return t.FREE_SHIPPING="FREE_SHIPPING",t.DISCOUNT="DISCOUNT",t.FREE_AUTO_GIFT="FREE_AUTO_GIFT",t.FREE_GIFT_SELECT="FREE_GIFT_SELECT",t.UI_ONLY="UI_ONLY",t}(ci||{});var Cr=class{id;mID;vID;vName;imageURL;name;link;quantity;price;finalPrice;constructor(e){this.id=e.id,this.mID=e.mID,this.vID=e.vID,this.vName=e.vName,this.imageURL=e.imageURL,this.name=e.name,this.link=e.link,this.quantity=e.quantity,this.price=e.price,this.finalPrice=e.finalPrice??e.price}};var js=(n=>(n.CART_AMOUNT="CART_AMOUNT",n.ITEM_COUNT="ITEM_COUNT",n))(js||{});var pn=class{gaEnabled;gaMeasurementID;pixelPush;website;currencyCount;money;storefrontToken;skipItemAttribute;currency;static get(){return window.CooeeSDK.config}update(e){return e??={},this.gaEnabled=e.gaEnabled,this.gaMeasurementID=e.gaMeasurementID,this.pixelPush=e.pixelPush,this.website=e.website??{},this.currencyCount=e.currencyCount??0,this.money=e.money,this.currency=e.currency,this.storefrontToken=e.storefrontToken,this.skipItemAttribute=e.skipItemAttribute,this}};var Sr=class{static ID="id";static SESSION_LANDING_PAGE="landing";static SESSION_LAST_USED_TIME="lastUsedTime";static SESSION_SYNCED="synced";static APP_CONFIG="conf";static DEVICE_ID="did";static SDK_TOKEN="token";static FIRST_SEEN="firstSeen";static SESSION_NUMBER="sessionNumber";static GA_CLIENT_ID="gacid";static CURRENT_CART="cart";static MUTED="muted"};var Gs=Hi(iu());function eo(t){return Gs.default.createInstance({name:"lc",storeName:t,driver:Gs.default.LOCALSTORAGE})}var Tr=class{static storage;static async get(e,n){return await this.storage?.getItem(e)??n}static set(e,n){return this.storage?.setItem(e,n)}static remove(e){return this.storage?.removeItem(e)}static clear(){return this.storage?.clear()}static getForage(){return this.storage}};var li=class li extends Tr{};ne(li,"storeName","ses"),li.storage=eo(li.storeName);var Ws=li;var ui=class ui extends Tr{};ne(ui,"storeName","usr"),ui.storage=eo(ui.storeName);var Ir=ui;var su=Hi(ou());var zE=(0,su.default)(fetch);var to=class extends Error{request;response;status;requestBody;responseText;constructor(e="Failed to fetch"){super(e),this.name="FetchError",Object.setPrototypeOf(this,new.target.prototype)}is40x(){return!!this.response&&this.response.status>=400&&this.response.status<500}};var pe=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;var Ce=globalThis;var hn="9.42.0";function rr(){return ir(Ce),Ce}function ir(t){let e=t.__SENTRY__=t.__SENTRY__||{};return e.version=e.version||hn,e[hn]=e[hn]||{}}function Mn(t,e,n=Ce){let r=n.__SENTRY__=n.__SENTRY__||{},i=r[hn]=r[hn]||{};return i[t]||(i[t]=e())}var qs=["debug","info","warn","error","log","assert","trace"],Ph="Sentry Logger ",xr={};function Wn(t){if(!("console"in Ce))return t();let e=Ce.console,n={},r=Object.keys(xr);r.forEach(i=>{let o=xr[i];n[i]=e[i],e[i]=o});try{return t()}finally{r.forEach(i=>{e[i]=n[i]})}}function Lh(){Xs().enabled=!0}function Fh(){Xs().enabled=!1}function au(){return Xs().enabled}function Vh(...t){Ks("log",...t)}function kh(...t){Ks("warn",...t)}function Bh(...t){Ks("error",...t)}function Ks(t,...e){pe&&au()&&Wn(()=>{Ce.console[t](`${Ph}[${t}]:`,...e)})}function Xs(){return pe?Mn("loggerSettings",()=>({enabled:!1})):{enabled:!1}}var ie={enable:Lh,disable:Fh,isEnabled:au,log:Vh,warn:kh,error:Bh};var mn="?",cu=/\(error: (.*)\)/,lu=/captureMessage|captureException/;function Zs(...t){let e=t.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0,i=0)=>{let o=[],s=n.split(`
|
|
12
|
+
`);for(let l=r;l<s.length;l++){let u=s[l];if(u.length>1024)continue;let d=cu.test(u)?u.replace(cu,"$1"):u;if(!d.match(/\S*Error: /)){for(let _ of e){let h=_(d);if(h){o.push(h);break}}if(o.length>=50+i)break}}return uu(o.slice(i))}}function uu(t){if(!t.length)return[];let e=Array.from(t);return/sentryWrapped/.test(no(e).function||"")&&e.pop(),e.reverse(),lu.test(no(e).function||"")&&(e.pop(),lu.test(no(e).function||"")&&e.pop()),e.slice(0,50).map(n=>Ee(x({},n),{filename:n.filename||no(e).filename,function:n.function||mn}))}function no(t){return t[t.length-1]||{}}var Js="<anonymous>";function tn(t){try{return!t||typeof t!="function"?Js:t.name||Js}catch{return Js}}function ro(t){let e=t.exception;if(e){let n=[];try{return e.values.forEach(r=>{r.stacktrace.frames&&n.push(...r.stacktrace.frames)}),n}catch{return}}}var io={},du={};function Nt(t,e){io[t]=io[t]||[],io[t].push(e)}function Rt(t,e){if(!du[t]){du[t]=!0;try{e()}catch(n){pe&&ie.error(`Error while instrumenting ${t}`,n)}}}function ft(t,e){let n=t&&io[t];if(n)for(let r of n)try{r(e)}catch(i){pe&&ie.error(`Error while triggering instrumentation handler.
|
|
13
13
|
Type: ${t}
|
|
14
|
-
Name: ${
|
|
15
|
-
Error:`,i)}}var Xs=null;function qs(t){let e="error";Ot(e,t),At(e,Jh)}function Jh(){Xs=we.onerror,we.onerror=function(t,e,n,r,i){return dt("error",{column:r,error:i,line:n,msg:t,url:e}),Xs?Xs.apply(this,arguments):!1},we.onerror.__SENTRY_INSTRUMENTED__=!0}var Zs=null;function Js(t){let e="unhandledrejection";Ot(e,t),At(e,Qh)}function Qh(){Zs=we.onunhandledrejection,we.onunhandledrejection=function(t){return dt("unhandledrejection",t),Zs?Zs.apply(this,arguments):!0},we.onunhandledrejection.__SENTRY_INSTRUMENTED__=!0}var hu=Object.prototype.toString;function tr(t){switch(hu.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":case"[object WebAssembly.Exception]":return!0;default:return on(t,Error)}}function Ir(t,e){return hu.call(t)===`[object ${e}]`}function qi(t){return Ir(t,"ErrorEvent")}function Zi(t){return Ir(t,"DOMError")}function Qs(t){return Ir(t,"DOMException")}function Dt(t){return Ir(t,"String")}function Tr(t){return typeof t=="object"&&t!==null&&"__sentry_template_string__"in t&&"__sentry_template_values__"in t}function nr(t){return t===null||Tr(t)||typeof t!="object"&&typeof t!="function"}function Rn(t){return Ir(t,"Object")}function rr(t){return typeof Event<"u"&&on(t,Event)}function ea(t){return typeof Element<"u"&&on(t,Element)}function ta(t){return Ir(t,"RegExp")}function Mn(t){return!!(t?.then&&typeof t.then=="function")}function na(t){return Rn(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function on(t,e){try{return t instanceof e}catch{return!1}}function si(t){return!!(typeof t=="object"&&t!==null&&(t.__isVue||t._isVue))}function mu(t){return typeof Request<"u"&&on(t,Request)}var ra=we,em=80;function ai(t,e={}){if(!t)return"<unknown>";try{let n=t,r=5,i=[],o=0,s=0,c=" > ",u=c.length,d,_=Array.isArray(e)?e:e.keyAttrs,h=!Array.isArray(e)&&e.maxStringLength||em;for(;n&&o++<r&&(d=tm(n,_),!(d==="html"||o>1&&s+i.length*u+d.length>=h));)i.push(d),s+=d.length,n=n.parentNode;return i.reverse().join(c)}catch{return"<unknown>"}}function tm(t,e){let n=t,r=[];if(!n?.tagName)return"";if(ra.HTMLElement&&n instanceof HTMLElement&&n.dataset){if(n.dataset.sentryComponent)return n.dataset.sentryComponent;if(n.dataset.sentryElement)return n.dataset.sentryElement}r.push(n.tagName.toLowerCase());let i=e?.length?e.filter(s=>n.getAttribute(s)).map(s=>[s,n.getAttribute(s)]):null;if(i?.length)i.forEach(s=>{r.push(`[${s[0]}="${s[1]}"]`)});else{n.id&&r.push(`#${n.id}`);let s=n.className;if(s&&Dt(s)){let c=s.split(/\s+/);for(let u of c)r.push(`.${u}`)}}let o=["aria-label","type","name","title","alt"];for(let s of o){let c=n.getAttribute(s);c&&r.push(`[${s}="${c}"]`)}return r.join("")}function ci(){try{return ra.document.location.href}catch{return""}}function ia(t){if(!ra.HTMLElement)return null;let e=t,n=5;for(let r=0;r<n;r++){if(!e)return null;if(e instanceof HTMLElement){if(e.dataset.sentryComponent)return e.dataset.sentryComponent;if(e.dataset.sentryElement)return e.dataset.sentryElement}e=e.parentNode}return null}function jn(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.slice(0,e)}...`}function Ji(t,e){if(!Array.isArray(t))return"";let n=[];for(let r=0;r<t.length;r++){let i=t[r];try{si(i)?n.push("[VueViewModel]"):n.push(String(i))}catch{n.push("[value cannot be serialized]")}}return n.join(e)}function gu(t,e,n=!1){return Dt(t)?ta(e)?e.test(t):Dt(e)?n?t===e:t.includes(e):!1:!1}function xr(t,e=[],n=!1){return e.some(r=>gu(t,r,n))}function ft(t,e,n){if(!(e in t))return;let r=t[e];if(typeof r!="function")return;let i=n(r);typeof i=="function"&&Qi(i,r);try{t[e]=i}catch{fe&&te.log(`Failed to replace method "${e}" in object`,t)}}function jt(t,e,n){try{Object.defineProperty(t,e,{value:n,writable:!0,configurable:!0})}catch{fe&&te.log(`Failed to add non-enumerable property "${e}" to object`,t)}}function Qi(t,e){try{let n=e.prototype||{};t.prototype=e.prototype=n,jt(t,"__sentry_original__",e)}catch{}}function ir(t){return t.__sentry_original__}function eo(t){if(tr(t))return x({message:t.message,name:t.name,stack:t.stack},vu(t));if(rr(t)){let e=x({type:t.type,target:_u(t.target),currentTarget:_u(t.currentTarget)},vu(t));return typeof CustomEvent<"u"&&on(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function _u(t){try{return ea(t)?ai(t):Object.prototype.toString.call(t)}catch{return"<unknown>"}}function vu(t){if(typeof t=="object"&&t!==null){let e={};for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}else return{}}function oa(t,e=40){let n=Object.keys(eo(t));n.sort();let r=n[0];if(!r)return"[object has no keys]";if(r.length>=e)return jn(r,e);for(let i=n.length;i>0;i--){let o=n.slice(0,i).join(", ");if(!(o.length>e))return i===n.length?o:jn(o,e)}return""}function nm(){let t=we;return t.crypto||t.msCrypto}function pt(t=nm()){let e=()=>Math.random()*16;try{if(t?.randomUUID)return t.randomUUID().replace(/-/g,"");t?.getRandomValues&&(e=()=>{let n=new Uint8Array(1);return t.getRandomValues(n),n[0]})}catch{}return("10000000100040008000"+1e11).replace(/[018]/g,n=>(n^(e()&15)>>n/4).toString(16))}function yu(t){return t.exception?.values?.[0]}function pn(t){let{message:e,event_id:n}=t;if(e)return e;let r=yu(t);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"<unknown>":n||"<unknown>"}function Or(t,e,n){let r=t.exception=t.exception||{},i=r.values=r.values||[],o=i[0]=i[0]||{};o.value||(o.value=e||""),o.type||(o.type=n||"Error")}function hn(t,e){let n=yu(t);if(!n)return;let r={type:"generic",handled:!0},i=n.mechanism;if(n.mechanism=x(x(x({},r),i),e),e&&"data"in e){let o=x(x({},i?.data),e.data);n.mechanism.data=o}}function to(t){if(rm(t))return!0;try{jt(t,"__sentry_captured__",!0)}catch{}return!1}function rm(t){try{return t.__sentry_captured__}catch{}}var bu=1e3;function mn(){return Date.now()/bu}function im(){let{performance:t}=we;if(!t?.now||!t.timeOrigin)return mn;let e=t.timeOrigin;return()=>(e+t.now())/bu}var Eu;function Ft(){return(Eu??(Eu=im()))()}function Cu(t){let e=Ft(),n={sid:pt(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>om(n)};return t&&Pn(n,t),n}function Pn(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||Ft(),e.abnormal_mechanism&&(t.abnormal_mechanism=e.abnormal_mechanism),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:pt()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let n=t.timestamp-t.started;t.duration=n>=0?n:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function wu(t,e){let n={};e?n={status:e}:t.status==="ok"&&(n={status:"exited"}),Pn(t,n)}function om(t){return{sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,abnormal_mechanism:t.abnormal_mechanism,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}}}function $n(t,e,n=2){if(!e||typeof e!="object"||n<=0)return e;if(t&&Object.keys(e).length===0)return t;let r=x({},t);for(let i in e)Object.prototype.hasOwnProperty.call(e,i)&&(r[i]=$n(r[i],e[i],n-1));return r}function sa(){return pt()}function no(){return pt().substring(16)}var aa="_sentrySpan";function ca(t,e){e?jt(t,aa,e):delete t[aa]}function la(t){return t[aa]}var sm=100,wt=class t{constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={},this._propagationContext={traceId:sa(),sampleRand:Math.random()}}clone(){let e=new t;return e._breadcrumbs=[...this._breadcrumbs],e._tags=x({},this._tags),e._extra=x({},this._extra),e._contexts=x({},this._contexts),this._contexts.flags&&(e._contexts.flags={values:[...this._contexts.flags.values]}),e._user=this._user,e._level=this._level,e._session=this._session,e._transactionName=this._transactionName,e._fingerprint=this._fingerprint,e._eventProcessors=[...this._eventProcessors],e._attachments=[...this._attachments],e._sdkProcessingMetadata=x({},this._sdkProcessingMetadata),e._propagationContext=x({},this._propagationContext),e._client=this._client,e._lastEventId=this._lastEventId,ca(e,la(this)),e}setClient(e){this._client=e}setLastEventId(e){this._lastEventId=e}getClient(){return this._client}lastEventId(){return this._lastEventId}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{email:void 0,id:void 0,ip_address:void 0,username:void 0},this._session&&Pn(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}setTags(e){return this._tags=x(x({},this._tags),e),this._notifyScopeListeners(),this}setTag(e,n){return this._tags=Ee(x({},this._tags),{[e]:n}),this._notifyScopeListeners(),this}setExtras(e){return this._extra=x(x({},this._extra),e),this._notifyScopeListeners(),this}setExtra(e,n){return this._extra=Ee(x({},this._extra),{[e]:n}),this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,n){return n===null?delete this._contexts[e]:this._contexts[e]=n,this._notifyScopeListeners(),this}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;let n=typeof e=="function"?e(this):e,r=n instanceof t?n.getScopeData():Rn(n)?e:void 0,{tags:i,extra:o,user:s,contexts:c,level:u,fingerprint:d=[],propagationContext:_}=r||{};return this._tags=x(x({},this._tags),i),this._extra=x(x({},this._extra),o),this._contexts=x(x({},this._contexts),c),s&&Object.keys(s).length&&(this._user=s),u&&(this._level=u),d.length&&(this._fingerprint=d),_&&(this._propagationContext=_),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._session=void 0,ca(this,void 0),this._attachments=[],this.setPropagationContext({traceId:sa(),sampleRand:Math.random()}),this._notifyScopeListeners(),this}addBreadcrumb(e,n){let r=typeof n=="number"?n:sm;if(r<=0)return this;let i=Ee(x({timestamp:mn()},e),{message:e.message?jn(e.message,2048):e.message});return this._breadcrumbs.push(i),this._breadcrumbs.length>r&&(this._breadcrumbs=this._breadcrumbs.slice(-r),this._client?.recordDroppedEvent("buffer_overflow","log_item")),this._notifyScopeListeners(),this}getLastBreadcrumb(){return this._breadcrumbs[this._breadcrumbs.length-1]}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}clearAttachments(){return this._attachments=[],this}getScopeData(){return{breadcrumbs:this._breadcrumbs,attachments:this._attachments,contexts:this._contexts,tags:this._tags,extra:this._extra,user:this._user,level:this._level,fingerprint:this._fingerprint||[],eventProcessors:this._eventProcessors,propagationContext:this._propagationContext,sdkProcessingMetadata:this._sdkProcessingMetadata,transactionName:this._transactionName,span:la(this)}}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata=$n(this._sdkProcessingMetadata,e,2),this}setPropagationContext(e){return this._propagationContext=e,this}getPropagationContext(){return this._propagationContext}captureException(e,n){let r=n?.event_id||pt();if(!this._client)return fe&&te.warn("No client configured on scope - will not capture exception!"),r;let i=new Error("Sentry syntheticException");return this._client.captureException(e,Ee(x({originalException:e,syntheticException:i},n),{event_id:r}),this),r}captureMessage(e,n,r){let i=r?.event_id||pt();if(!this._client)return fe&&te.warn("No client configured on scope - will not capture message!"),i;let o=new Error(e);return this._client.captureMessage(e,n,Ee(x({originalException:e,syntheticException:o},r),{event_id:i}),this),i}captureEvent(e,n){let r=n?.event_id||pt();return this._client?(this._client.captureEvent(e,Ee(x({},n),{event_id:r}),this),r):(fe&&te.warn("No client configured on scope - will not capture event!"),r)}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}};function Su(){return Nn("defaultCurrentScope",()=>new wt)}function Iu(){return Nn("defaultIsolationScope",()=>new wt)}var ua=class{constructor(e,n){let r;e?r=e:r=new wt;let i;n?i=n:i=new wt,this._stack=[{scope:r}],this._isolationScope=i}withScope(e){let n=this._pushScope(),r;try{r=e(n)}catch(i){throw this._popScope(),i}return Mn(r)?r.then(i=>(this._popScope(),i),i=>{throw this._popScope(),i}):(this._popScope(),r)}getClient(){return this.getStackTop().client}getScope(){return this.getStackTop().scope}getIsolationScope(){return this._isolationScope}getStackTop(){return this._stack[this._stack.length-1]}_pushScope(){let e=this.getScope().clone();return this._stack.push({client:this.getClient(),scope:e}),e}_popScope(){return this._stack.length<=1?!1:!!this._stack.pop()}};function Ar(){let t=Qn(),e=er(t);return e.stack=e.stack||new ua(Su(),Iu())}function am(t){return Ar().withScope(t)}function cm(t,e){let n=Ar();return n.withScope(()=>(n.getStackTop().scope=t,e(t)))}function Tu(t){return Ar().withScope(()=>t(Ar().getIsolationScope()))}function xu(){return{withIsolationScope:Tu,withScope:am,withSetScope:cm,withSetIsolationScope:(t,e)=>Tu(e),getCurrentScope:()=>Ar().getScope(),getIsolationScope:()=>Ar().getIsolationScope()}}function ro(t){let e=er(t);return e.acs?e.acs:xu()}function gn(){let t=Qn();return ro(t).getCurrentScope()}function _n(){let t=Qn();return ro(t).getIsolationScope()}function io(){return Nn("globalScope",()=>new wt)}function li(...t){let e=Qn(),n=ro(e);if(t.length===2){let[r,i]=t;return r?n.withSetScope(r,i):n.withScope(i)}return n.withScope(t[0])}function Ye(){return gn().getClient()}function da(t){let e=t.getPropagationContext(),{traceId:n,parentSpanId:r,propagationSpanId:i}=e,o={trace_id:n,span_id:i||no()};return r&&(o.parent_span_id=r),o}var oo="sentry.source",fa="sentry.sample_rate",Ou="sentry.previous_trace_sample_rate",pa="sentry.op",ha="sentry.origin";var ma="sentry.profile_id",ga="sentry.exclusive_time";var lm="_sentryScope",um="_sentryIsolationScope";function so(t){return{scope:t[lm],isolationScope:t[um]}}var dm="sentry-",fm=/^sentry-/;function Du(t){let e=pm(t);if(!e)return;let n=Object.entries(e).reduce((r,[i,o])=>{if(i.match(fm)){let s=i.slice(dm.length);r[s]=o}return r},{});if(Object.keys(n).length>0)return n}function pm(t){if(!(!t||!Dt(t)&&!Array.isArray(t)))return Array.isArray(t)?t.reduce((e,n)=>{let r=Au(n);return Object.entries(r).forEach(([i,o])=>{e[i]=o}),e},{}):Au(t)}function Au(t){return t.split(",").map(e=>e.split("=").map(n=>{try{return decodeURIComponent(n.trim())}catch{return}})).reduce((e,[n,r])=>(n&&r&&(e[n]=r),e),{})}function Nu(t){if(typeof t=="boolean")return Number(t);let e=typeof t=="string"?parseFloat(t):t;if(!(typeof e!="number"||isNaN(e)||e<0||e>1))return e}var Lu=1,Ru=!1;function _a(t){let{spanId:e,traceId:n,isRemote:r}=t.spanContext(),i=r?e:Dr(t).parent_span_id,o=so(t).scope,s=r?o?.getPropagationContext().propagationSpanId||no():e;return{parent_span_id:i,span_id:s,trace_id:n}}function hm(t){if(t&&t.length>0)return t.map(s=>{var c=s,{context:u}=c,d=u,{spanId:e,traceId:n,traceFlags:r}=d,i=fl(d,["spanId","traceId","traceFlags"]),{attributes:o}=c;return x({span_id:e,trace_id:n,sampled:r===Lu,attributes:o},i)})}function Mu(t){return typeof t=="number"?Pu(t):Array.isArray(t)?t[0]+t[1]/1e9:t instanceof Date?Pu(t.getTime()):Ft()}function Pu(t){return t>9999999999?t/1e3:t}function Dr(t){if(gm(t))return t.getSpanJSON();let{spanId:e,traceId:n}=t.spanContext();if(mm(t)){let{attributes:r,startTime:i,name:o,endTime:s,status:c,links:u}=t,d="parentSpanId"in t?t.parentSpanId:"parentSpanContext"in t?t.parentSpanContext?.spanId:void 0;return{span_id:e,trace_id:n,data:r,description:o,parent_span_id:d,start_timestamp:Mu(i),timestamp:Mu(s)||void 0,status:_m(c),op:r[pa],origin:r[ha],links:hm(u)}}return{span_id:e,trace_id:n,start_timestamp:0,data:{}}}function mm(t){let e=t;return!!e.attributes&&!!e.startTime&&!!e.name&&!!e.endTime&&!!e.status}function gm(t){return typeof t.getSpanJSON=="function"}function Fu(t){let{traceFlags:e}=t.spanContext();return e===Lu}function _m(t){if(!(!t||t.code===0))return t.code===1?"ok":t.message||"unknown_error"}var vm="_sentryRootSpan";function ui(t){return t[vm]||t}function va(){Ru||(Hn(()=>{console.warn("[Sentry] Returning null from `beforeSendSpan` is disallowed. To drop certain spans, configure the respective integrations directly.")}),Ru=!0)}function Vu(t){if(typeof __SENTRY_TRACING__=="boolean"&&!__SENTRY_TRACING__)return!1;let e=t||Ye()?.getOptions();return!!e&&(e.tracesSampleRate!=null||!!e.tracesSampler)}var Nr="production";var ym=/^o(\d+)\./,Em=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;function bm(t){return t==="http"||t==="https"}function Gn(t,e=!1){let{host:n,path:r,pass:i,port:o,projectId:s,protocol:c,publicKey:u}=t;return`${c}://${u}${e&&i?`:${i}`:""}@${n}${o?`:${o}`:""}/${r&&`${r}/`}${s}`}function Cm(t){let e=Em.exec(t);if(!e){Hn(()=>{console.error(`Invalid Sentry Dsn: ${t}`)});return}let[n,r,i="",o="",s="",c=""]=e.slice(1),u="",d=c,_=d.split("/");if(_.length>1&&(u=_.slice(0,-1).join("/"),d=_.pop()),d){let h=d.match(/^\d+/);h&&(d=h[0])}return ku({host:o,pass:i,path:u,projectId:d,port:s,protocol:n,publicKey:r})}function ku(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function wm(t){if(!fe)return!0;let{port:e,projectId:n,protocol:r}=t;return["protocol","publicKey","host","projectId"].find(s=>t[s]?!1:(te.error(`Invalid Sentry Dsn: ${s} missing`),!0))?!1:n.match(/^\d+$/)?bm(r)?e&&isNaN(parseInt(e,10))?(te.error(`Invalid Sentry Dsn: Invalid port ${e}`),!1):!0:(te.error(`Invalid Sentry Dsn: Invalid protocol ${r}`),!1):(te.error(`Invalid Sentry Dsn: Invalid projectId ${n}`),!1)}function Bu(t){return t.match(ym)?.[1]}function Uu(t){let e=typeof t=="string"?Cm(t):ku(t);if(!(!e||!wm(e)))return e}var Sm="_frozenDsc";function Hu(t,e){let n=e.getOptions(),{publicKey:r,host:i}=e.getDsn()||{},o;n.orgId?o=String(n.orgId):i&&(o=Bu(i));let s={environment:n.environment||Nr,release:n.release,public_key:r,trace_id:t,org_id:o};return e.emit("createDsc",s),s}function ju(t,e){let n=e.getPropagationContext();return n.dsc||Hu(n.traceId,t)}function ya(t){let e=Ye();if(!e)return{};let n=ui(t),r=Dr(n),i=r.data,o=n.spanContext().traceState,s=o?.get("sentry.sample_rate")??i[fa]??i[Ou];function c(N){return(typeof s=="number"||typeof s=="string")&&(N.sample_rate=`${s}`),N}let u=n[Sm];if(u)return c(u);let d=o?.get("sentry.dsc"),_=d&&Du(d);if(_)return c(_);let h=Hu(t.spanContext().traceId,e),E=i[oo],C=r.description;return E!=="url"&&C&&(h.transaction=C),Vu()&&(h.sampled=String(Fu(n)),h.sample_rand=o?.get("sentry.sample_rand")??so(n).scope?.getPropagationContext().sampleRand.toString()),c(h),e.emit("createDsc",h,n),h}function Zt(t,e=100,n=1/0){try{return Ea("",t,e,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function ao(t,e=3,n=100*1024){let r=Zt(t,e);return Om(r)>n?ao(t,e-1,n):r}function Ea(t,e,n=1/0,r=1/0,i=Am()){let[o,s]=i;if(e==null||["boolean","string"].includes(typeof e)||typeof e=="number"&&Number.isFinite(e))return e;let c=Im(t,e);if(!c.startsWith("[object "))return c;if(e.__sentry_skip_normalization__)return e;let u=typeof e.__sentry_override_normalization_depth__=="number"?e.__sentry_override_normalization_depth__:n;if(u===0)return c.replace("object ","");if(o(e))return"[Circular ~]";let d=e;if(d&&typeof d.toJSON=="function")try{let C=d.toJSON();return Ea("",C,u-1,r,i)}catch{}let _=Array.isArray(e)?[]:{},h=0,E=eo(e);for(let C in E){if(!Object.prototype.hasOwnProperty.call(E,C))continue;if(h>=r){_[C]="[MaxProperties ~]";break}let N=E[C];_[C]=Ea(C,N,u-1,r,i),h++}return s(e),_}function Im(t,e){try{if(t==="domain"&&e&&typeof e=="object"&&e._events)return"[Domain]";if(t==="domainEmitter")return"[DomainEmitter]";if(typeof global<"u"&&e===global)return"[Global]";if(typeof window<"u"&&e===window)return"[Window]";if(typeof document<"u"&&e===document)return"[Document]";if(si(e))return"[VueViewModel]";if(na(e))return"[SyntheticEvent]";if(typeof e=="number"&&!Number.isFinite(e))return`[${e}]`;if(typeof e=="function")return`[Function: ${qt(e)}]`;if(typeof e=="symbol")return`[${String(e)}]`;if(typeof e=="bigint")return`[BigInt: ${String(e)}]`;let n=Tm(e);return/^HTML(\w*)Element$/.test(n)?`[HTMLElement: ${n}]`:`[object ${n}]`}catch(n){return`**non-serializable** (${n})`}}function Tm(t){let e=Object.getPrototypeOf(t);return e?.constructor?e.constructor.name:"null prototype"}function xm(t){return~-encodeURI(t).split(/%..|./).length}function Om(t){return xm(JSON.stringify(t))}function Am(){let t=new WeakSet;function e(r){return t.has(r)?!0:(t.add(r),!1)}function n(r){t.delete(r)}return[e,n]}function Ln(t,e=[]){return[t,e]}function $u(t,e){let[n,r]=t;return[n,[...r,e]]}function Ca(t,e){let n=t[1];for(let r of n){let i=r[0].type;if(e(r,i))return!0}return!1}function ba(t){let e=er(we);return e.encodePolyfill?e.encodePolyfill(t):new TextEncoder().encode(t)}function Gu(t){let[e,n]=t,r=JSON.stringify(e);function i(o){typeof r=="string"?r=typeof o=="string"?r+o:[ba(r),o]:r.push(typeof o=="string"?ba(o):o)}for(let o of n){let[s,c]=o;if(i(`
|
|
14
|
+
Name: ${tn(r)}
|
|
15
|
+
Error:`,i)}}var Qs=null;function ea(t){let e="error";Nt(e,t),Rt(e,Uh)}function Uh(){Qs=Ce.onerror,Ce.onerror=function(t,e,n,r,i){return ft("error",{column:r,error:i,line:n,msg:t,url:e}),Qs?Qs.apply(this,arguments):!1},Ce.onerror.__SENTRY_INSTRUMENTED__=!0}var ta=null;function na(t){let e="unhandledrejection";Nt(e,t),Rt(e,Hh)}function Hh(){ta=Ce.onunhandledrejection,Ce.onunhandledrejection=function(t){return ft("unhandledrejection",t),ta?ta.apply(this,arguments):!0},Ce.onunhandledrejection.__SENTRY_INSTRUMENTED__=!0}var fu=Object.prototype.toString;function or(t){switch(fu.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":case"[object WebAssembly.Exception]":return!0;default:return cn(t,Error)}}function Or(t,e){return fu.call(t)===`[object ${e}]`}function oo(t){return Or(t,"ErrorEvent")}function so(t){return Or(t,"DOMError")}function ra(t){return Or(t,"DOMException")}function Mt(t){return Or(t,"String")}function Dr(t){return typeof t=="object"&&t!==null&&"__sentry_template_string__"in t&&"__sentry_template_values__"in t}function sr(t){return t===null||Dr(t)||typeof t!="object"&&typeof t!="function"}function Pn(t){return Or(t,"Object")}function ar(t){return typeof Event<"u"&&cn(t,Event)}function ia(t){return typeof Element<"u"&&cn(t,Element)}function oa(t){return Or(t,"RegExp")}function Ln(t){return!!(t?.then&&typeof t.then=="function")}function sa(t){return Pn(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function cn(t,e){try{return t instanceof e}catch{return!1}}function di(t){return!!(typeof t=="object"&&t!==null&&(t.__isVue||t._isVue))}function pu(t){return typeof Request<"u"&&cn(t,Request)}var aa=Ce,jh=80;function fi(t,e={}){if(!t)return"<unknown>";try{let n=t,r=5,i=[],o=0,s=0,l=" > ",u=l.length,d,_=Array.isArray(e)?e:e.keyAttrs,h=!Array.isArray(e)&&e.maxStringLength||jh;for(;n&&o++<r&&(d=$h(n,_),!(d==="html"||o>1&&s+i.length*u+d.length>=h));)i.push(d),s+=d.length,n=n.parentNode;return i.reverse().join(l)}catch{return"<unknown>"}}function $h(t,e){let n=t,r=[];if(!n?.tagName)return"";if(aa.HTMLElement&&n instanceof HTMLElement&&n.dataset){if(n.dataset.sentryComponent)return n.dataset.sentryComponent;if(n.dataset.sentryElement)return n.dataset.sentryElement}r.push(n.tagName.toLowerCase());let i=e?.length?e.filter(s=>n.getAttribute(s)).map(s=>[s,n.getAttribute(s)]):null;if(i?.length)i.forEach(s=>{r.push(`[${s[0]}="${s[1]}"]`)});else{n.id&&r.push(`#${n.id}`);let s=n.className;if(s&&Mt(s)){let l=s.split(/\s+/);for(let u of l)r.push(`.${u}`)}}let o=["aria-label","type","name","title","alt"];for(let s of o){let l=n.getAttribute(s);l&&r.push(`[${s}="${l}"]`)}return r.join("")}function pi(){try{return aa.document.location.href}catch{return""}}function ca(t){if(!aa.HTMLElement)return null;let e=t,n=5;for(let r=0;r<n;r++){if(!e)return null;if(e instanceof HTMLElement){if(e.dataset.sentryComponent)return e.dataset.sentryComponent;if(e.dataset.sentryElement)return e.dataset.sentryElement}e=e.parentNode}return null}function Yn(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.slice(0,e)}...`}function ao(t,e){if(!Array.isArray(t))return"";let n=[];for(let r=0;r<t.length;r++){let i=t[r];try{di(i)?n.push("[VueViewModel]"):n.push(String(i))}catch{n.push("[value cannot be serialized]")}}return n.join(e)}function hu(t,e,n=!1){return Mt(t)?oa(e)?e.test(t):Mt(e)?n?t===e:t.includes(e):!1:!1}function Ar(t,e=[],n=!1){return e.some(r=>hu(t,r,n))}function pt(t,e,n){if(!(e in t))return;let r=t[e];if(typeof r!="function")return;let i=n(r);typeof i=="function"&&co(i,r);try{t[e]=i}catch{pe&&ie.log(`Failed to replace method "${e}" in object`,t)}}function zt(t,e,n){try{Object.defineProperty(t,e,{value:n,writable:!0,configurable:!0})}catch{pe&&ie.log(`Failed to add non-enumerable property "${e}" to object`,t)}}function co(t,e){try{let n=e.prototype||{};t.prototype=e.prototype=n,zt(t,"__sentry_original__",e)}catch{}}function cr(t){return t.__sentry_original__}function lo(t){if(or(t))return x({message:t.message,name:t.name,stack:t.stack},gu(t));if(ar(t)){let e=x({type:t.type,target:mu(t.target),currentTarget:mu(t.currentTarget)},gu(t));return typeof CustomEvent<"u"&&cn(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function mu(t){try{return ia(t)?fi(t):Object.prototype.toString.call(t)}catch{return"<unknown>"}}function gu(t){if(typeof t=="object"&&t!==null){let e={};for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}else return{}}function la(t,e=40){let n=Object.keys(lo(t));n.sort();let r=n[0];if(!r)return"[object has no keys]";if(r.length>=e)return Yn(r,e);for(let i=n.length;i>0;i--){let o=n.slice(0,i).join(", ");if(!(o.length>e))return i===n.length?o:Yn(o,e)}return""}function Gh(){let t=Ce;return t.crypto||t.msCrypto}function ht(t=Gh()){let e=()=>Math.random()*16;try{if(t?.randomUUID)return t.randomUUID().replace(/-/g,"");t?.getRandomValues&&(e=()=>{let n=new Uint8Array(1);return t.getRandomValues(n),n[0]})}catch{}return("10000000100040008000"+1e11).replace(/[018]/g,n=>(n^(e()&15)>>n/4).toString(16))}function _u(t){return t.exception?.values?.[0]}function gn(t){let{message:e,event_id:n}=t;if(e)return e;let r=_u(t);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"<unknown>":n||"<unknown>"}function Nr(t,e,n){let r=t.exception=t.exception||{},i=r.values=r.values||[],o=i[0]=i[0]||{};o.value||(o.value=e||""),o.type||(o.type=n||"Error")}function _n(t,e){let n=_u(t);if(!n)return;let r={type:"generic",handled:!0},i=n.mechanism;if(n.mechanism=x(x(x({},r),i),e),e&&"data"in e){let o=x(x({},i?.data),e.data);n.mechanism.data=o}}function uo(t){if(Wh(t))return!0;try{zt(t,"__sentry_captured__",!0)}catch{}return!1}function Wh(t){try{return t.__sentry_captured__}catch{}}var yu=1e3;function vn(){return Date.now()/yu}function Yh(){let{performance:t}=Ce;if(!t?.now||!t.timeOrigin)return vn;let e=t.timeOrigin;return()=>(e+t.now())/yu}var vu;function Ut(){return(vu??(vu=Yh()))()}function Eu(t){let e=Ut(),n={sid:ht(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>zh(n)};return t&&Fn(n,t),n}function Fn(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||Ut(),e.abnormal_mechanism&&(t.abnormal_mechanism=e.abnormal_mechanism),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:ht()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let n=t.timestamp-t.started;t.duration=n>=0?n:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function bu(t,e){let n={};e?n={status:e}:t.status==="ok"&&(n={status:"exited"}),Fn(t,n)}function zh(t){return{sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,abnormal_mechanism:t.abnormal_mechanism,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}}}function zn(t,e,n=2){if(!e||typeof e!="object"||n<=0)return e;if(t&&Object.keys(e).length===0)return t;let r=x({},t);for(let i in e)Object.prototype.hasOwnProperty.call(e,i)&&(r[i]=zn(r[i],e[i],n-1));return r}function ua(){return ht()}function fo(){return ht().substring(16)}var da="_sentrySpan";function fa(t,e){e?zt(t,da,e):delete t[da]}function pa(t){return t[da]}var qh=100,Tt=class t{constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={},this._propagationContext={traceId:ua(),sampleRand:Math.random()}}clone(){let e=new t;return e._breadcrumbs=[...this._breadcrumbs],e._tags=x({},this._tags),e._extra=x({},this._extra),e._contexts=x({},this._contexts),this._contexts.flags&&(e._contexts.flags={values:[...this._contexts.flags.values]}),e._user=this._user,e._level=this._level,e._session=this._session,e._transactionName=this._transactionName,e._fingerprint=this._fingerprint,e._eventProcessors=[...this._eventProcessors],e._attachments=[...this._attachments],e._sdkProcessingMetadata=x({},this._sdkProcessingMetadata),e._propagationContext=x({},this._propagationContext),e._client=this._client,e._lastEventId=this._lastEventId,fa(e,pa(this)),e}setClient(e){this._client=e}setLastEventId(e){this._lastEventId=e}getClient(){return this._client}lastEventId(){return this._lastEventId}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{email:void 0,id:void 0,ip_address:void 0,username:void 0},this._session&&Fn(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}setTags(e){return this._tags=x(x({},this._tags),e),this._notifyScopeListeners(),this}setTag(e,n){return this._tags=Ee(x({},this._tags),{[e]:n}),this._notifyScopeListeners(),this}setExtras(e){return this._extra=x(x({},this._extra),e),this._notifyScopeListeners(),this}setExtra(e,n){return this._extra=Ee(x({},this._extra),{[e]:n}),this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,n){return n===null?delete this._contexts[e]:this._contexts[e]=n,this._notifyScopeListeners(),this}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;let n=typeof e=="function"?e(this):e,r=n instanceof t?n.getScopeData():Pn(n)?e:void 0,{tags:i,extra:o,user:s,contexts:l,level:u,fingerprint:d=[],propagationContext:_}=r||{};return this._tags=x(x({},this._tags),i),this._extra=x(x({},this._extra),o),this._contexts=x(x({},this._contexts),l),s&&Object.keys(s).length&&(this._user=s),u&&(this._level=u),d.length&&(this._fingerprint=d),_&&(this._propagationContext=_),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._session=void 0,fa(this,void 0),this._attachments=[],this.setPropagationContext({traceId:ua(),sampleRand:Math.random()}),this._notifyScopeListeners(),this}addBreadcrumb(e,n){let r=typeof n=="number"?n:qh;if(r<=0)return this;let i=Ee(x({timestamp:vn()},e),{message:e.message?Yn(e.message,2048):e.message});return this._breadcrumbs.push(i),this._breadcrumbs.length>r&&(this._breadcrumbs=this._breadcrumbs.slice(-r),this._client?.recordDroppedEvent("buffer_overflow","log_item")),this._notifyScopeListeners(),this}getLastBreadcrumb(){return this._breadcrumbs[this._breadcrumbs.length-1]}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}clearAttachments(){return this._attachments=[],this}getScopeData(){return{breadcrumbs:this._breadcrumbs,attachments:this._attachments,contexts:this._contexts,tags:this._tags,extra:this._extra,user:this._user,level:this._level,fingerprint:this._fingerprint||[],eventProcessors:this._eventProcessors,propagationContext:this._propagationContext,sdkProcessingMetadata:this._sdkProcessingMetadata,transactionName:this._transactionName,span:pa(this)}}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata=zn(this._sdkProcessingMetadata,e,2),this}setPropagationContext(e){return this._propagationContext=e,this}getPropagationContext(){return this._propagationContext}captureException(e,n){let r=n?.event_id||ht();if(!this._client)return pe&&ie.warn("No client configured on scope - will not capture exception!"),r;let i=new Error("Sentry syntheticException");return this._client.captureException(e,Ee(x({originalException:e,syntheticException:i},n),{event_id:r}),this),r}captureMessage(e,n,r){let i=r?.event_id||ht();if(!this._client)return pe&&ie.warn("No client configured on scope - will not capture message!"),i;let o=new Error(e);return this._client.captureMessage(e,n,Ee(x({originalException:e,syntheticException:o},r),{event_id:i}),this),i}captureEvent(e,n){let r=n?.event_id||ht();return this._client?(this._client.captureEvent(e,Ee(x({},n),{event_id:r}),this),r):(pe&&ie.warn("No client configured on scope - will not capture event!"),r)}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}};function wu(){return Mn("defaultCurrentScope",()=>new Tt)}function Cu(){return Mn("defaultIsolationScope",()=>new Tt)}var ha=class{constructor(e,n){let r;e?r=e:r=new Tt;let i;n?i=n:i=new Tt,this._stack=[{scope:r}],this._isolationScope=i}withScope(e){let n=this._pushScope(),r;try{r=e(n)}catch(i){throw this._popScope(),i}return Ln(r)?r.then(i=>(this._popScope(),i),i=>{throw this._popScope(),i}):(this._popScope(),r)}getClient(){return this.getStackTop().client}getScope(){return this.getStackTop().scope}getIsolationScope(){return this._isolationScope}getStackTop(){return this._stack[this._stack.length-1]}_pushScope(){let e=this.getScope().clone();return this._stack.push({client:this.getClient(),scope:e}),e}_popScope(){return this._stack.length<=1?!1:!!this._stack.pop()}};function Rr(){let t=rr(),e=ir(t);return e.stack=e.stack||new ha(wu(),Cu())}function Kh(t){return Rr().withScope(t)}function Xh(t,e){let n=Rr();return n.withScope(()=>(n.getStackTop().scope=t,e(t)))}function Su(t){return Rr().withScope(()=>t(Rr().getIsolationScope()))}function Tu(){return{withIsolationScope:Su,withScope:Kh,withSetScope:Xh,withSetIsolationScope:(t,e)=>Su(e),getCurrentScope:()=>Rr().getScope(),getIsolationScope:()=>Rr().getIsolationScope()}}function po(t){let e=ir(t);return e.acs?e.acs:Tu()}function yn(){let t=rr();return po(t).getCurrentScope()}function En(){let t=rr();return po(t).getIsolationScope()}function ho(){return Mn("globalScope",()=>new Tt)}function hi(...t){let e=rr(),n=po(e);if(t.length===2){let[r,i]=t;return r?n.withSetScope(r,i):n.withScope(i)}return n.withScope(t[0])}function qe(){return yn().getClient()}function ma(t){let e=t.getPropagationContext(),{traceId:n,parentSpanId:r,propagationSpanId:i}=e,o={trace_id:n,span_id:i||fo()};return r&&(o.parent_span_id=r),o}var mo="sentry.source",ga="sentry.sample_rate",Iu="sentry.previous_trace_sample_rate",_a="sentry.op",va="sentry.origin";var ya="sentry.profile_id",Ea="sentry.exclusive_time";var Jh="_sentryScope",Zh="_sentryIsolationScope";function go(t){return{scope:t[Jh],isolationScope:t[Zh]}}var Qh="sentry-",em=/^sentry-/;function Ou(t){let e=tm(t);if(!e)return;let n=Object.entries(e).reduce((r,[i,o])=>{if(i.match(em)){let s=i.slice(Qh.length);r[s]=o}return r},{});if(Object.keys(n).length>0)return n}function tm(t){if(!(!t||!Mt(t)&&!Array.isArray(t)))return Array.isArray(t)?t.reduce((e,n)=>{let r=xu(n);return Object.entries(r).forEach(([i,o])=>{e[i]=o}),e},{}):xu(t)}function xu(t){return t.split(",").map(e=>e.split("=").map(n=>{try{return decodeURIComponent(n.trim())}catch{return}})).reduce((e,[n,r])=>(n&&r&&(e[n]=r),e),{})}function Du(t){if(typeof t=="boolean")return Number(t);let e=typeof t=="string"?parseFloat(t):t;if(!(typeof e!="number"||isNaN(e)||e<0||e>1))return e}var Mu=1,Au=!1;function ba(t){let{spanId:e,traceId:n,isRemote:r}=t.spanContext(),i=r?e:Mr(t).parent_span_id,o=go(t).scope,s=r?o?.getPropagationContext().propagationSpanId||fo():e;return{parent_span_id:i,span_id:s,trace_id:n}}function nm(t){if(t&&t.length>0)return t.map(s=>{var l=s,{context:u}=l,d=u,{spanId:e,traceId:n,traceFlags:r}=d,i=dl(d,["spanId","traceId","traceFlags"]),{attributes:o}=l;return x({span_id:e,trace_id:n,sampled:r===Mu,attributes:o},i)})}function Nu(t){return typeof t=="number"?Ru(t):Array.isArray(t)?t[0]+t[1]/1e9:t instanceof Date?Ru(t.getTime()):Ut()}function Ru(t){return t>9999999999?t/1e3:t}function Mr(t){if(im(t))return t.getSpanJSON();let{spanId:e,traceId:n}=t.spanContext();if(rm(t)){let{attributes:r,startTime:i,name:o,endTime:s,status:l,links:u}=t,d="parentSpanId"in t?t.parentSpanId:"parentSpanContext"in t?t.parentSpanContext?.spanId:void 0;return{span_id:e,trace_id:n,data:r,description:o,parent_span_id:d,start_timestamp:Nu(i),timestamp:Nu(s)||void 0,status:om(l),op:r[_a],origin:r[va],links:nm(u)}}return{span_id:e,trace_id:n,start_timestamp:0,data:{}}}function rm(t){let e=t;return!!e.attributes&&!!e.startTime&&!!e.name&&!!e.endTime&&!!e.status}function im(t){return typeof t.getSpanJSON=="function"}function Pu(t){let{traceFlags:e}=t.spanContext();return e===Mu}function om(t){if(!(!t||t.code===0))return t.code===1?"ok":t.message||"unknown_error"}var sm="_sentryRootSpan";function mi(t){return t[sm]||t}function wa(){Au||(Wn(()=>{console.warn("[Sentry] Returning null from `beforeSendSpan` is disallowed. To drop certain spans, configure the respective integrations directly.")}),Au=!0)}function Lu(t){if(typeof __SENTRY_TRACING__=="boolean"&&!__SENTRY_TRACING__)return!1;let e=t||qe()?.getOptions();return!!e&&(e.tracesSampleRate!=null||!!e.tracesSampler)}var Pr="production";var am=/^o(\d+)\./,cm=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;function lm(t){return t==="http"||t==="https"}function qn(t,e=!1){let{host:n,path:r,pass:i,port:o,projectId:s,protocol:l,publicKey:u}=t;return`${l}://${u}${e&&i?`:${i}`:""}@${n}${o?`:${o}`:""}/${r&&`${r}/`}${s}`}function um(t){let e=cm.exec(t);if(!e){Wn(()=>{console.error(`Invalid Sentry Dsn: ${t}`)});return}let[n,r,i="",o="",s="",l=""]=e.slice(1),u="",d=l,_=d.split("/");if(_.length>1&&(u=_.slice(0,-1).join("/"),d=_.pop()),d){let h=d.match(/^\d+/);h&&(d=h[0])}return Fu({host:o,pass:i,path:u,projectId:d,port:s,protocol:n,publicKey:r})}function Fu(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function dm(t){if(!pe)return!0;let{port:e,projectId:n,protocol:r}=t;return["protocol","publicKey","host","projectId"].find(s=>t[s]?!1:(ie.error(`Invalid Sentry Dsn: ${s} missing`),!0))?!1:n.match(/^\d+$/)?lm(r)?e&&isNaN(parseInt(e,10))?(ie.error(`Invalid Sentry Dsn: Invalid port ${e}`),!1):!0:(ie.error(`Invalid Sentry Dsn: Invalid protocol ${r}`),!1):(ie.error(`Invalid Sentry Dsn: Invalid projectId ${n}`),!1)}function Vu(t){return t.match(am)?.[1]}function ku(t){let e=typeof t=="string"?um(t):Fu(t);if(!(!e||!dm(e)))return e}var fm="_frozenDsc";function Bu(t,e){let n=e.getOptions(),{publicKey:r,host:i}=e.getDsn()||{},o;n.orgId?o=String(n.orgId):i&&(o=Vu(i));let s={environment:n.environment||Pr,release:n.release,public_key:r,trace_id:t,org_id:o};return e.emit("createDsc",s),s}function Uu(t,e){let n=e.getPropagationContext();return n.dsc||Bu(n.traceId,t)}function Ca(t){let e=qe();if(!e)return{};let n=mi(t),r=Mr(n),i=r.data,o=n.spanContext().traceState,s=o?.get("sentry.sample_rate")??i[ga]??i[Iu];function l(N){return(typeof s=="number"||typeof s=="string")&&(N.sample_rate=`${s}`),N}let u=n[fm];if(u)return l(u);let d=o?.get("sentry.dsc"),_=d&&Ou(d);if(_)return l(_);let h=Bu(t.spanContext().traceId,e),E=i[mo],w=r.description;return E!=="url"&&w&&(h.transaction=w),Lu()&&(h.sampled=String(Pu(n)),h.sample_rand=o?.get("sentry.sample_rand")??go(n).scope?.getPropagationContext().sampleRand.toString()),l(h),e.emit("createDsc",h,n),h}function nn(t,e=100,n=1/0){try{return Sa("",t,e,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function _o(t,e=3,n=100*1024){let r=nn(t,e);return gm(r)>n?_o(t,e-1,n):r}function Sa(t,e,n=1/0,r=1/0,i=_m()){let[o,s]=i;if(e==null||["boolean","string"].includes(typeof e)||typeof e=="number"&&Number.isFinite(e))return e;let l=pm(t,e);if(!l.startsWith("[object "))return l;if(e.__sentry_skip_normalization__)return e;let u=typeof e.__sentry_override_normalization_depth__=="number"?e.__sentry_override_normalization_depth__:n;if(u===0)return l.replace("object ","");if(o(e))return"[Circular ~]";let d=e;if(d&&typeof d.toJSON=="function")try{let w=d.toJSON();return Sa("",w,u-1,r,i)}catch{}let _=Array.isArray(e)?[]:{},h=0,E=lo(e);for(let w in E){if(!Object.prototype.hasOwnProperty.call(E,w))continue;if(h>=r){_[w]="[MaxProperties ~]";break}let N=E[w];_[w]=Sa(w,N,u-1,r,i),h++}return s(e),_}function pm(t,e){try{if(t==="domain"&&e&&typeof e=="object"&&e._events)return"[Domain]";if(t==="domainEmitter")return"[DomainEmitter]";if(typeof global<"u"&&e===global)return"[Global]";if(typeof window<"u"&&e===window)return"[Window]";if(typeof document<"u"&&e===document)return"[Document]";if(di(e))return"[VueViewModel]";if(sa(e))return"[SyntheticEvent]";if(typeof e=="number"&&!Number.isFinite(e))return`[${e}]`;if(typeof e=="function")return`[Function: ${tn(e)}]`;if(typeof e=="symbol")return`[${String(e)}]`;if(typeof e=="bigint")return`[BigInt: ${String(e)}]`;let n=hm(e);return/^HTML(\w*)Element$/.test(n)?`[HTMLElement: ${n}]`:`[object ${n}]`}catch(n){return`**non-serializable** (${n})`}}function hm(t){let e=Object.getPrototypeOf(t);return e?.constructor?e.constructor.name:"null prototype"}function mm(t){return~-encodeURI(t).split(/%..|./).length}function gm(t){return mm(JSON.stringify(t))}function _m(){let t=new WeakSet;function e(r){return t.has(r)?!0:(t.add(r),!1)}function n(r){t.delete(r)}return[e,n]}function Vn(t,e=[]){return[t,e]}function Hu(t,e){let[n,r]=t;return[n,[...r,e]]}function Ia(t,e){let n=t[1];for(let r of n){let i=r[0].type;if(e(r,i))return!0}return!1}function Ta(t){let e=ir(Ce);return e.encodePolyfill?e.encodePolyfill(t):new TextEncoder().encode(t)}function ju(t){let[e,n]=t,r=JSON.stringify(e);function i(o){typeof r=="string"?r=typeof o=="string"?r+o:[Ta(r),o]:r.push(typeof o=="string"?Ta(o):o)}for(let o of n){let[s,l]=o;if(i(`
|
|
16
16
|
${JSON.stringify(s)}
|
|
17
|
-
`),typeof c=="string"||c instanceof Uint8Array)i(c);else{let u;try{u=JSON.stringify(c)}catch{u=JSON.stringify(Zt(c))}i(u)}}return typeof r=="string"?r:Dm(r)}function Dm(t){let e=t.reduce((i,o)=>i+o.length,0),n=new Uint8Array(e),r=0;for(let i of t)n.set(i,r),r+=i.length;return n}function Wu(t){let e=typeof t.data=="string"?ba(t.data):t.data;return[{type:"attachment",length:e.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType},e]}var Nm={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default",profile:"profile",profile_chunk:"profile",replay_event:"replay",replay_recording:"replay",check_in:"monitor",feedback:"feedback",span:"span",raw_security:"security",log:"log_item"};function wa(t){return Nm[t]}function Sa(t){if(!t?.sdk)return;let{name:e,version:n}=t.sdk;return{name:e,version:n}}function Yu(t,e,n,r){let i=t.sdkProcessingMetadata?.dynamicSamplingContext;return x(x(x({event_id:t.event_id,sent_at:new Date().toISOString()},e&&{sdk:e}),!!n&&r&&{dsn:Gn(r)}),i&&{trace:i})}function Rm(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function zu(t,e,n,r){let i=Sa(n),o=x(x({sent_at:new Date().toISOString()},i&&{sdk:i}),!!r&&e&&{dsn:Gn(e)}),s="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t.toJSON()];return Ln(o,[s])}function Ku(t,e,n,r){let i=Sa(n),o=t.type&&t.type!=="replay_event"?t.type:"event";Rm(t,n?.sdk);let s=Yu(t,i,r,e);return delete t.sdkProcessingMetadata,Ln(s,[[{type:o},t]])}var Ia=0,Xu=1,qu=2;function Jt(t){return new sn(e=>{e(t)})}function Wn(t){return new sn((e,n)=>{n(t)})}var sn=class t{constructor(e){this._state=Ia,this._handlers=[],this._runExecutor(e)}then(e,n){return new t((r,i)=>{this._handlers.push([!1,o=>{if(!e)r(o);else try{r(e(o))}catch(s){i(s)}},o=>{if(!n)i(o);else try{r(n(o))}catch(s){i(s)}}]),this._executeHandlers()})}catch(e){return this.then(n=>n,e)}finally(e){return new t((n,r)=>{let i,o;return this.then(s=>{o=!1,i=s,e&&e()},s=>{o=!0,i=s,e&&e()}).then(()=>{if(o){r(i);return}n(i)})})}_executeHandlers(){if(this._state===Ia)return;let e=this._handlers.slice();this._handlers=[],e.forEach(n=>{n[0]||(this._state===Xu&&n[1](this._value),this._state===qu&&n[2](this._value),n[0]=!0)})}_runExecutor(e){let n=(o,s)=>{if(this._state===Ia){if(Mn(s)){s.then(r,i);return}this._state=o,this._value=s,this._executeHandlers()}},r=o=>{n(Xu,o)},i=o=>{n(qu,o)};try{e(r,i)}catch(o){i(o)}}};function co(t,e,n,r=0){return new sn((i,o)=>{let s=t[r];if(e===null||typeof s!="function")i(e);else{let c=s(x({},e),n);fe&&s.id&&c===null&&te.log(`Event processor "${s.id}" dropped event`),Mn(c)?c.then(u=>co(t,u,n,r+1).then(i)).then(null,o):co(t,c,n,r+1).then(i).then(null,o)}})}function Zu(t,e){let{fingerprint:n,span:r,breadcrumbs:i,sdkProcessingMetadata:o}=e;Mm(t,e),r&&Fm(t,r),Vm(t,n),Pm(t,i),Lm(t,o)}function Ta(t,e){let{extra:n,tags:r,user:i,contexts:o,level:s,sdkProcessingMetadata:c,breadcrumbs:u,fingerprint:d,eventProcessors:_,attachments:h,propagationContext:E,transactionName:C,span:N}=e;lo(t,"extra",n),lo(t,"tags",r),lo(t,"user",i),lo(t,"contexts",o),t.sdkProcessingMetadata=$n(t.sdkProcessingMetadata,c,2),s&&(t.level=s),C&&(t.transactionName=C),N&&(t.span=N),u.length&&(t.breadcrumbs=[...t.breadcrumbs,...u]),d.length&&(t.fingerprint=[...t.fingerprint,...d]),_.length&&(t.eventProcessors=[...t.eventProcessors,..._]),h.length&&(t.attachments=[...t.attachments,...h]),t.propagationContext=x(x({},t.propagationContext),E)}function lo(t,e,n){t[e]=$n(t[e],n,1)}function Mm(t,e){let{extra:n,tags:r,user:i,contexts:o,level:s,transactionName:c}=e;Object.keys(n).length&&(t.extra=x(x({},n),t.extra)),Object.keys(r).length&&(t.tags=x(x({},r),t.tags)),Object.keys(i).length&&(t.user=x(x({},i),t.user)),Object.keys(o).length&&(t.contexts=x(x({},o),t.contexts)),s&&(t.level=s),c&&t.type!=="transaction"&&(t.transaction=c)}function Pm(t,e){let n=[...t.breadcrumbs||[],...e];t.breadcrumbs=n.length?n:void 0}function Lm(t,e){t.sdkProcessingMetadata=x(x({},t.sdkProcessingMetadata),e)}function Fm(t,e){t.contexts=x({trace:_a(e)},t.contexts),t.sdkProcessingMetadata=x({dynamicSamplingContext:ya(e)},t.sdkProcessingMetadata);let n=ui(e),r=Dr(n).description;r&&!t.transaction&&t.type==="transaction"&&(t.transaction=r)}function Vm(t,e){t.fingerprint=t.fingerprint?Array.isArray(t.fingerprint)?t.fingerprint:[t.fingerprint]:[],e&&(t.fingerprint=t.fingerprint.concat(e)),t.fingerprint.length||delete t.fingerprint}var uo,Ju,fo;function Qu(t){let e=we._sentryDebugIds;if(!e)return{};let n=Object.keys(e);return fo&&n.length===Ju||(Ju=n.length,fo=n.reduce((r,i)=>{uo||(uo={});let o=uo[i];if(o)r[o[0]]=o[1];else{let s=t(i);for(let c=s.length-1;c>=0;c--){let d=s[c]?.filename,_=e[i];if(d&&_){r[d]=_,uo[i]=[d,_];break}}}return r},{})),fo}function ed(t,e,n,r,i,o){let{normalizeDepth:s=3,normalizeMaxBreadth:c=1e3}=t,u=Ee(x({},e),{event_id:e.event_id||n.event_id||pt(),timestamp:e.timestamp||mn()}),d=n.integrations||t.integrations.map(B=>B.name);km(u,t),Hm(u,d),i&&i.emit("applyFrameMetadata",e),e.type===void 0&&Bm(u,t.stackParser);let _=$m(r,n.captureContext);n.mechanism&&hn(u,n.mechanism);let h=i?i.getEventProcessors():[],E=io().getScopeData();if(o){let B=o.getScopeData();Ta(E,B)}if(_){let B=_.getScopeData();Ta(E,B)}let C=[...n.attachments||[],...E.attachments];C.length&&(n.attachments=C),Zu(u,E);let N=[...h,...E.eventProcessors];return co(N,u,n).then(B=>(B&&Um(B),typeof s=="number"&&s>0?jm(B,s,c):B))}function km(t,e){let{environment:n,release:r,dist:i,maxValueLength:o=250}=e;t.environment=t.environment||n||Nr,!t.release&&r&&(t.release=r),!t.dist&&i&&(t.dist=i);let s=t.request;s?.url&&(s.url=jn(s.url,o))}function Bm(t,e){let n=Qu(e);t.exception?.values?.forEach(r=>{r.stacktrace?.frames?.forEach(i=>{i.filename&&(i.debug_id=n[i.filename])})})}function Um(t){let e={};if(t.exception?.values?.forEach(r=>{r.stacktrace?.frames?.forEach(i=>{i.debug_id&&(i.abs_path?e[i.abs_path]=i.debug_id:i.filename&&(e[i.filename]=i.debug_id),delete i.debug_id)})}),Object.keys(e).length===0)return;t.debug_meta=t.debug_meta||{},t.debug_meta.images=t.debug_meta.images||[];let n=t.debug_meta.images;Object.entries(e).forEach(([r,i])=>{n.push({type:"sourcemap",code_file:r,debug_id:i})})}function Hm(t,e){e.length>0&&(t.sdk=t.sdk||{},t.sdk.integrations=[...t.sdk.integrations||[],...e])}function jm(t,e,n){if(!t)return null;let r=x(x(x(x(x({},t),t.breadcrumbs&&{breadcrumbs:t.breadcrumbs.map(i=>x(x({},i),i.data&&{data:Zt(i.data,e,n)}))}),t.user&&{user:Zt(t.user,e,n)}),t.contexts&&{contexts:Zt(t.contexts,e,n)}),t.extra&&{extra:Zt(t.extra,e,n)});return t.contexts?.trace&&r.contexts&&(r.contexts.trace=t.contexts.trace,t.contexts.trace.data&&(r.contexts.trace.data=Zt(t.contexts.trace.data,e,n))),t.spans&&(r.spans=t.spans.map(i=>x(x({},i),i.data&&{data:Zt(i.data,e,n)}))),t.contexts?.flags&&r.contexts&&(r.contexts.flags=Zt(t.contexts.flags,3,n)),r}function $m(t,e){if(!e)return t;let n=t?t.clone():new wt;return n.update(e),n}function td(t){if(t)return Gm(t)?{captureContext:t}:Ym(t)?{captureContext:t}:t}function Gm(t){return t instanceof wt||typeof t=="function"}var Wm=["user","level","extra","contexts","tags","fingerprint","propagationContext"];function Ym(t){return Object.keys(t).some(e=>Wm.includes(e))}function po(t,e){return gn().captureException(t,td(e))}function di(t,e){return gn().captureEvent(t,e)}function fi(t){let e=_n(),n=gn(),{userAgent:r}=we.navigator||{},i=Cu(x(x({user:n.getUser()||e.getUser()},r&&{userAgent:r}),t)),o=e.getSession();return o?.status==="ok"&&Pn(o,{status:"exited"}),ho(),e.setSession(i),i}function ho(){let t=_n(),n=gn().getSession()||t.getSession();n&&wu(n),rd(),t.setSession()}function rd(){let t=_n(),e=Ye(),n=t.getSession();n&&e&&e.captureSession(n)}function pi(t=!1){if(t){ho();return}rd()}var zm="7";function Km(t){let e=t.protocol?`${t.protocol}:`:"",n=t.port?`:${t.port}`:"";return`${e}//${t.host}${n}${t.path?`/${t.path}`:""}/api/`}function Xm(t){return`${Km(t)}${t.projectId}/envelope/`}function qm(t,e){let n={sentry_version:zm};return t.publicKey&&(n.sentry_key=t.publicKey),e&&(n.sentry_client=`${e.name}/${e.version}`),new URLSearchParams(n).toString()}function id(t,e,n){return e||`${Xm(t)}?${qm(t,n)}`}var od=[];function sd(t,e){let n={};return e.forEach(r=>{r&&Oa(t,r,n)}),n}function xa(t,e){for(let n of e)n?.afterAllSetup&&n.afterAllSetup(t)}function Oa(t,e,n){if(n[e.name]){fe&&te.log(`Integration skipped because it was already installed: ${e.name}`);return}if(n[e.name]=e,od.indexOf(e.name)===-1&&typeof e.setupOnce=="function"&&(e.setupOnce(),od.push(e.name)),e.setup&&typeof e.setup=="function"&&e.setup(t),typeof e.preprocessEvent=="function"){let r=e.preprocessEvent.bind(e);t.on("preprocessEvent",(i,o)=>r(i,o,t))}if(typeof e.processEvent=="function"){let r=e.processEvent.bind(e),i=Object.assign((o,s)=>r(o,s,t),{id:e.name});t.addEventProcessor(i)}fe&&te.log(`Integration installed: ${e.name}`)}function ad(t,e,n){let r=[{type:"client_report"},{timestamp:n||mn(),discarded_events:t}];return Ln(e?{dsn:e}:{},[r])}function mo(t){let e=[];t.message&&e.push(t.message);try{let n=t.exception.values[t.exception.values.length-1];n?.value&&(e.push(n.value),n.type&&e.push(`${n.type}: ${n.value}`))}catch{}return e}function cd(t){let{trace_id:e,parent_span_id:n,span_id:r,status:i,origin:o,data:s,op:c}=t.contexts?.trace??{};return{data:s??{},description:t.transaction,op:c,parent_span_id:n,span_id:r??"",start_timestamp:t.start_timestamp??0,status:i,timestamp:t.timestamp,trace_id:e??"",origin:o,profile_id:s?.[ma],exclusive_time:s?.[ga],measurements:t.measurements,is_segment:!0}}function ld(t){return{type:"transaction",timestamp:t.timestamp,start_timestamp:t.start_timestamp,transaction:t.description,contexts:{trace:{trace_id:t.trace_id,span_id:t.span_id,parent_span_id:t.parent_span_id,op:t.op,status:t.status,origin:t.origin,data:x(x(x({},t.data),t.profile_id&&{[ma]:t.profile_id}),t.exclusive_time&&{[ga]:t.exclusive_time})}},measurements:t.measurements}}var ud="Not capturing exception because it's already been captured.",dd="Discarded session because of missing or non-string release",hd=Symbol.for("SentryInternalError"),md=Symbol.for("SentryDoNotSendEventError");function go(t){return{message:t,[hd]:!0}}function Aa(t){return{message:t,[md]:!0}}function fd(t){return!!t&&typeof t=="object"&&hd in t}function pd(t){return!!t&&typeof t=="object"&&md in t}var hi=class{constructor(e){if(this._options=e,this._integrations={},this._numProcessing=0,this._outcomes={},this._hooks={},this._eventProcessors=[],e.dsn?this._dsn=Uu(e.dsn):fe&&te.warn("No DSN provided, client will not send events."),this._dsn){let n=id(this._dsn,e.tunnel,e._metadata?e._metadata.sdk:void 0);this._transport=e.transport(Ee(x({tunnel:this._options.tunnel,recordDroppedEvent:this.recordDroppedEvent.bind(this)},e.transportOptions),{url:n}))}}captureException(e,n,r){let i=pt();if(to(e))return fe&&te.log(ud),i;let o=x({event_id:i},n);return this._process(this.eventFromException(e,o).then(s=>this._captureEvent(s,o,r))),o.event_id}captureMessage(e,n,r,i){let o=x({event_id:pt()},r),s=Tr(e)?e:String(e),c=nr(e)?this.eventFromMessage(s,n,o):this.eventFromException(e,o);return this._process(c.then(u=>this._captureEvent(u,o,i))),o.event_id}captureEvent(e,n,r){let i=pt();if(n?.originalException&&to(n.originalException))return fe&&te.log(ud),i;let o=x({event_id:i},n),s=e.sdkProcessingMetadata||{},c=s.capturedSpanScope,u=s.capturedSpanIsolationScope;return this._process(this._captureEvent(e,o,c||r,u)),o.event_id}captureSession(e){this.sendSession(e),Pn(e,{init:!1})}getDsn(){return this._dsn}getOptions(){return this._options}getSdkMetadata(){return this._options._metadata}getTransport(){return this._transport}flush(e){let n=this._transport;return n?(this.emit("flush"),this._isClientDoneProcessing(e).then(r=>n.flush(e).then(i=>r&&i))):Jt(!0)}close(e){return this.flush(e).then(n=>(this.getOptions().enabled=!1,this.emit("close"),n))}getEventProcessors(){return this._eventProcessors}addEventProcessor(e){this._eventProcessors.push(e)}init(){(this._isEnabled()||this._options.integrations.some(({name:e})=>e.startsWith("Spotlight")))&&this._setupIntegrations()}getIntegrationByName(e){return this._integrations[e]}addIntegration(e){let n=this._integrations[e.name];Oa(this,e,this._integrations),n||xa(this,[e])}sendEvent(e,n={}){this.emit("beforeSendEvent",e,n);let r=Ku(e,this._dsn,this._options._metadata,this._options.tunnel);for(let o of n.attachments||[])r=$u(r,Wu(o));let i=this.sendEnvelope(r);i&&i.then(o=>this.emit("afterSendEvent",e,o),null)}sendSession(e){let{release:n,environment:r=Nr}=this._options;if("aggregates"in e){let o=e.attrs||{};if(!o.release&&!n){fe&&te.warn(dd);return}o.release=o.release||n,o.environment=o.environment||r,e.attrs=o}else{if(!e.release&&!n){fe&&te.warn(dd);return}e.release=e.release||n,e.environment=e.environment||r}this.emit("beforeSendSession",e);let i=zu(e,this._dsn,this._options._metadata,this._options.tunnel);this.sendEnvelope(i)}recordDroppedEvent(e,n,r=1){if(this._options.sendClientReports){let i=`${e}:${n}`;fe&&te.log(`Recording outcome: "${i}"${r>1?` (${r} times)`:""}`),this._outcomes[i]=(this._outcomes[i]||0)+r}}on(e,n){let r=this._hooks[e]=this._hooks[e]||[];return r.push(n),()=>{let i=r.indexOf(n);i>-1&&r.splice(i,1)}}emit(e,...n){let r=this._hooks[e];r&&r.forEach(i=>i(...n))}sendEnvelope(e){return this.emit("beforeEnvelope",e),this._isEnabled()&&this._transport?this._transport.send(e).then(null,n=>(fe&&te.error("Error while sending envelope:",n),n)):(fe&&te.error("Transport disabled"),Jt({}))}_setupIntegrations(){let{integrations:e}=this._options;this._integrations=sd(this,e),xa(this,e)}_updateSessionFromEvent(e,n){let r=n.level==="fatal",i=!1,o=n.exception?.values;if(o){i=!0;for(let u of o)if(u.mechanism?.handled===!1){r=!0;break}}let s=e.status==="ok";(s&&e.errors===0||s&&r)&&(Pn(e,Ee(x({},r&&{status:"crashed"}),{errors:e.errors||Number(i||r)})),this.captureSession(e))}_isClientDoneProcessing(e){return new sn(n=>{let r=0,i=1,o=setInterval(()=>{this._numProcessing==0?(clearInterval(o),n(!0)):(r+=i,e&&r>=e&&(clearInterval(o),n(!1)))},i)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._transport!==void 0}_prepareEvent(e,n,r,i){let o=this.getOptions(),s=Object.keys(this._integrations);return!n.integrations&&s?.length&&(n.integrations=s),this.emit("preprocessEvent",e,n),e.type||i.setLastEventId(e.event_id||n.event_id),ed(o,e,n,r,this,i).then(c=>{if(c===null)return c;this.emit("postprocessEvent",c,n),c.contexts=x({trace:da(r)},c.contexts);let u=ju(this,r);return c.sdkProcessingMetadata=x({dynamicSamplingContext:u},c.sdkProcessingMetadata),c})}_captureEvent(e,n={},r=gn(),i=_n()){return fe&&Da(e)&&te.log(`Captured error event \`${mo(e)[0]||"<unknown>"}\``),this._processEvent(e,n,r,i).then(o=>o.event_id,o=>{fe&&(pd(o)?te.log(o.message):fd(o)?te.warn(o.message):te.warn(o))})}_processEvent(e,n,r,i){let o=this.getOptions(),{sampleRate:s}=o,c=gd(e),u=Da(e),d=e.type||"error",_=`before send for type \`${d}\``,h=typeof s>"u"?void 0:Nu(s);if(u&&typeof h=="number"&&Math.random()>h)return this.recordDroppedEvent("sample_rate","error"),Wn(Aa(`Discarding event because it's not included in the random sample (sampling rate = ${s})`));let E=d==="replay_event"?"replay":d;return this._prepareEvent(e,n,r,i).then(C=>{if(C===null)throw this.recordDroppedEvent("event_processor",E),Aa("An event processor returned `null`, will not send event.");if(n.data&&n.data.__sentry__===!0)return C;let k=Qm(this,o,C,n);return Jm(k,_)}).then(C=>{if(C===null){if(this.recordDroppedEvent("before_send",E),c){let X=1+(e.spans||[]).length;this.recordDroppedEvent("before_send","span",X)}throw Aa(`${_} returned \`null\`, will not send event.`)}let N=r.getSession()||i.getSession();if(u&&N&&this._updateSessionFromEvent(N,C),c){let B=C.sdkProcessingMetadata?.spanCountBeforeProcessing||0,X=C.spans?C.spans.length:0,J=B-X;J>0&&this.recordDroppedEvent("before_send","span",J)}let k=C.transaction_info;if(c&&k&&C.transaction!==e.transaction){let B="custom";C.transaction_info=Ee(x({},k),{source:B})}return this.sendEvent(C,n),C}).then(null,C=>{throw pd(C)||fd(C)?C:(this.captureException(C,{data:{__sentry__:!0},originalException:C}),go(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.
|
|
18
|
-
Reason: ${
|
|
19
|
-
Event: ${
|
|
20
|
-
Event: ${
|
|
21
|
-
Event: ${
|
|
22
|
-
Event: ${
|
|
23
|
-
Url: ${
|
|
24
|
-
Event: ${
|
|
25
|
-
Url: ${yo(t)}`),!0}return!1}function dg(t,e){return e?.length?mo(t).some(n=>xr(n,e)):!1}function fg(t,e){if(!e?.length)return!1;let n=t.transaction;return n?xr(n,e):!1}function pg(t,e){if(!e?.length)return!1;let n=yo(t);return n?xr(n,e):!1}function hg(t,e){if(!e?.length)return!0;let n=yo(t);return n?xr(n,e):!0}function mg(t=[]){for(let e=t.length-1;e>=0;e--){let n=t[e];if(n&&n.filename!=="<anonymous>"&&n.filename!=="[native code]")return n.filename||null}return null}function yo(t){try{let n=[...t.exception?.values??[]].reverse().find(r=>r.mechanism?.parent_id===void 0&&r.stacktrace?.frames?.length)?.stacktrace?.frames;return n?mg(n):null}catch{return fe&&te.error(`Cannot extract url for event ${pn(t)}`),null}}function gg(t){return t.exception?.values?.length?!t.message&&!t.exception.values.some(e=>e.stacktrace||e.type&&e.type!=="Error"||e.value):!1}function Va(t,e,n,r,i,o){if(!i.exception?.values||!o||!on(o.originalException,Error))return;let s=i.exception.values.length>0?i.exception.values[i.exception.values.length-1]:void 0;s&&(i.exception.values=Fa(t,e,r,o.originalException,n,i.exception.values,s,0))}function Fa(t,e,n,r,i,o,s,c){if(o.length>=n+1)return o;let u=[...o];if(on(r[i],Error)){Id(s,c);let d=t(e,r[i]),_=u.length;Td(d,i,_,c),u=Fa(t,e,n,r[i],i,[d,...u],d,_)}return Array.isArray(r.errors)&&r.errors.forEach((d,_)=>{if(on(d,Error)){Id(s,c);let h=t(e,d),E=u.length;Td(h,`errors[${_}]`,E,c),u=Fa(t,e,n,d,i,[h,...u],h,E)}}),u}function Id(t,e){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism=Ee(x(x({},t.mechanism),t.type==="AggregateError"&&{is_exception_group:!0}),{exception_id:e})}function Td(t,e,n,r){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism=Ee(x({},t.mechanism),{type:"chained",source:e,exception_id:n,parent_id:r})}function ka(t){let e="console";Ot(e,t),At(e,_g)}function _g(){"console"in we&&Gs.forEach(function(t){t in we.console&&ft(we.console,t,function(e){return Sr[t]=e,function(...n){dt("console",{args:n,level:t}),Sr[t]?.apply(we.console,n)}})})}function Ba(t){return t==="warn"?"warning":["fatal","error","warning","log","info","debug"].includes(t)?t:"log"}var vg="Dedupe",yg=()=>{let t;return{name:vg,processEvent(e){if(e.type)return e;try{if(Eg(e,t))return fe&&te.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{}return t=e}}},bo=yg;function Eg(t,e){return e?!!(bg(t,e)||Cg(t,e)):!1}function bg(t,e){let n=t.message,r=e.message;return!(!n&&!r||n&&!r||!n&&r||n!==r||!Ad(t,e)||!Od(t,e))}function Cg(t,e){let n=xd(e),r=xd(t);return!(!n||!r||n.type!==r.type||n.value!==r.value||!Ad(t,e)||!Od(t,e))}function Od(t,e){let n=Ki(t),r=Ki(e);if(!n&&!r)return!0;if(n&&!r||!n&&r||(n=n,r=r,r.length!==n.length))return!1;for(let i=0;i<r.length;i++){let o=r[i],s=n[i];if(o.filename!==s.filename||o.lineno!==s.lineno||o.colno!==s.colno||o.function!==s.function)return!1}return!0}function Ad(t,e){let n=t.fingerprint,r=e.fingerprint;if(!n&&!r)return!0;if(n&&!r||!n&&r)return!1;n=n,r=r;try{return n.join("")===r.join("")}catch{return!1}}function xd(t){return t.exception?.values?.[0]}function gi(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let n=e[6]||"",r=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],search:n,hash:r,relative:e[5]+n+r}}function Co(t){if(t!==void 0)return t>=400&&t<500?"warning":t>=500?"error":void 0}var _i=we;function Ua(){return"history"in _i&&!!_i.history}function wg(){if(!("fetch"in _i))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch{return!1}}function vi(t){return t&&/^function\s+\w+\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function Ha(){if(typeof EdgeRuntime=="string")return!0;if(!wg())return!1;if(vi(_i.fetch))return!0;let t=!1,e=_i.document;if(e&&typeof e.createElement=="function")try{let n=e.createElement("iframe");n.hidden=!0,e.head.appendChild(n),n.contentWindow?.fetch&&(t=vi(n.contentWindow.fetch)),e.head.removeChild(n)}catch(n){fe&&te.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",n)}return t}function $a(t,e){let n="fetch";Ot(n,t),At(n,()=>Sg(void 0,e))}function Sg(t,e=!1){e&&!Ha()||ft(we,"fetch",function(n){return function(...r){let i=new Error,{method:o,url:s}=Ig(r),c={args:r,fetchData:{method:o,url:s},startTimestamp:Ft()*1e3,virtualError:i,headers:Tg(r)};return t||dt("fetch",x({},c)),n.apply(we,r).then(async u=>(t?t(u):dt("fetch",Ee(x({},c),{endTimestamp:Ft()*1e3,response:u})),u),u=>{if(dt("fetch",Ee(x({},c),{endTimestamp:Ft()*1e3,error:u})),tr(u)&&u.stack===void 0&&(u.stack=i.stack,jt(u,"framesToPop",1)),u instanceof TypeError&&(u.message==="Failed to fetch"||u.message==="Load failed"||u.message==="NetworkError when attempting to fetch resource."))try{let d=new URL(c.fetchData.url);u.message=`${u.message} (${d.host})`}catch{}throw u})}})}function ja(t,e){return!!t&&typeof t=="object"&&!!t[e]}function Dd(t){return typeof t=="string"?t:t?ja(t,"url")?t.url:t.toString?t.toString():"":""}function Ig(t){if(t.length===0)return{method:"GET",url:""};if(t.length===2){let[n,r]=t;return{url:Dd(n),method:ja(r,"method")?String(r.method).toUpperCase():"GET"}}let e=t[0];return{url:Dd(e),method:ja(e,"method")?String(e.method).toUpperCase():"GET"}}function Tg(t){let[e,n]=t;try{if(typeof n=="object"&&n!==null&&"headers"in n&&n.headers)return new Headers(n.headers);if(mu(e))return new Headers(e.headers)}catch{}}function Ga(){return"npm"}var et=we,Wa=0;function Ya(){return Wa>0}function Hg(){Wa++,setTimeout(()=>{Wa--})}function or(t,e={}){function n(i){return typeof i=="function"}if(!n(t))return t;try{let i=t.__sentry_wrapped__;if(i)return typeof i=="function"?i:t;if(ir(t))return t}catch{return t}let r=function(...i){try{let o=i.map(s=>or(s,e));return t.apply(this,o)}catch(o){throw Hg(),li(s=>{s.addEventProcessor(c=>(e.mechanism&&(Or(c,void 0,void 0),hn(c,e.mechanism)),c.extra=Ee(x({},c.extra),{arguments:i}),c)),po(o)}),o}};try{for(let i in t)Object.prototype.hasOwnProperty.call(t,i)&&(r[i]=t[i])}catch{}Qi(r,t),jt(t,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get(){return t.name}})}catch{}return r}function Nd(){let t=ci(),{referrer:e}=et.document||{},{userAgent:n}=et.navigator||{},r=x(x({},e&&{Referer:e}),n&&{"User-Agent":n});return{url:t,headers:r}}function wo(t,e){let n=Xa(t,e),r={type:Yg(e),value:zg(e)};return n.length&&(r.stacktrace={frames:n}),r.type===void 0&&r.value===""&&(r.value="Unrecoverable error caught"),r}function jg(t,e,n,r){let o=Ye()?.getOptions().normalizeDepth,s=qg(e),c={__serialized__:ao(e,o)};if(s)return{exception:{values:[wo(t,s)]},extra:c};let u={exception:{values:[{type:rr(e)?e.constructor.name:r?"UnhandledRejection":"Error",value:Kg(e,{isUnhandledRejection:r})}]},extra:c};if(n){let d=Xa(t,n);d.length&&(u.exception.values[0].stacktrace={frames:d})}return u}function za(t,e){return{exception:{values:[wo(t,e)]}}}function Xa(t,e){let n=e.stacktrace||e.stack||"",r=Gg(e),i=Wg(e);try{return t(n,r,i)}catch{}return[]}var $g=/Minified React error #\d+;/i;function Gg(t){return t&&$g.test(t.message)?1:0}function Wg(t){return typeof t.framesToPop=="number"?t.framesToPop:0}function Rd(t){return typeof WebAssembly<"u"&&typeof WebAssembly.Exception<"u"?t instanceof WebAssembly.Exception:!1}function Yg(t){let e=t?.name;return!e&&Rd(t)?t.message&&Array.isArray(t.message)&&t.message.length==2?t.message[0]:"WebAssembly.Exception":e}function zg(t){let e=t?.message;return Rd(t)?Array.isArray(t.message)&&t.message.length==2?t.message[1]:"wasm exception":e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function Md(t,e,n,r){let i=n?.syntheticException||void 0,o=So(t,e,i,r);return hn(o),o.level="error",n?.event_id&&(o.event_id=n.event_id),Jt(o)}function Pd(t,e,n="info",r,i){let o=r?.syntheticException||void 0,s=Ka(t,e,o,i);return s.level=n,r?.event_id&&(s.event_id=r.event_id),Jt(s)}function So(t,e,n,r,i){let o;if(qi(e)&&e.error)return za(t,e.error);if(Zi(e)||Qs(e)){let s=e;if("stack"in e)o=za(t,e);else{let c=s.name||(Zi(s)?"DOMError":"DOMException"),u=s.message?`${c}: ${s.message}`:c;o=Ka(t,u,n,r),Or(o,u)}return"code"in s&&(o.tags=Ee(x({},o.tags),{"DOMException.code":`${s.code}`})),o}return tr(e)?za(t,e):Rn(e)||rr(e)?(o=jg(t,e,n,i),hn(o,{synthetic:!0}),o):(o=Ka(t,e,n,r),Or(o,`${e}`,void 0),hn(o,{synthetic:!0}),o)}function Ka(t,e,n,r){let i={};if(r&&n){let o=Xa(t,n);o.length&&(i.exception={values:[{value:e,stacktrace:{frames:o}}]}),hn(i,{synthetic:!0})}if(Tr(e)){let{__sentry_template_string__:o,__sentry_template_values__:s}=e;return i.logentry={message:o,params:s},i}return i.message=e,i}function Kg(t,{isUnhandledRejection:e}){let n=oa(t),r=e?"promise rejection":"exception";return qi(t)?`Event \`ErrorEvent\` captured as ${r} with message \`${t.message}\``:rr(t)?`Event \`${Xg(t)}\` (type=${t.type}) captured as ${r}`:`Object captured as ${r} with keys: ${n}`}function Xg(t){try{let e=Object.getPrototypeOf(t);return e?e.constructor.name:void 0}catch{}}function qg(t){for(let e in t)if(Object.prototype.hasOwnProperty.call(t,e)){let n=t[e];if(n instanceof Error)return n}}var Zg=5e3,yi=class extends hi{constructor(e){let n=Jg(e),r=et.SENTRY_SDK_SOURCE||Ga();Pa(n,"browser",["browser"],r),super(n);let{sendDefaultPii:i,sendClientReports:o,enableLogs:s,_experiments:c}=this._options,u=s??c?.enableLogs;et.document&&(o||u)&&et.document.addEventListener("visibilitychange",()=>{et.document.visibilityState==="hidden"&&(o&&this._flushOutcomes(),u&&mi(this))}),u&&(this.on("flush",()=>{mi(this)}),this.on("afterCaptureLog",()=>{this._logFlushIdleTimeout&&clearTimeout(this._logFlushIdleTimeout),this._logFlushIdleTimeout=setTimeout(()=>{mi(this)},Zg)})),i&&(this.on("postprocessEvent",Ra),this.on("beforeSendSession",Ma))}eventFromException(e,n){return Md(this._options.stackParser,e,n,this._options.attachStacktrace)}eventFromMessage(e,n="info",r){return Pd(this._options.stackParser,e,n,r,this._options.attachStacktrace)}_prepareEvent(e,n,r,i){return e.platform=e.platform||"javascript",super._prepareEvent(e,n,r,i)}};function Jg(t){return x({release:typeof __SENTRY_RELEASE__=="string"?__SENTRY_RELEASE__:et.SENTRY_RELEASE?.id,sendClientReports:!0,parentSpanIsAlwaysRootSpan:!0},t)}var Ld=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;var ht=we;var Qg=1e3,Fd,qa,Za;function Ja(t){let e="dom";Ot(e,t),At(e,e_)}function e_(){if(!ht.document)return;let t=dt.bind(null,"dom"),e=Vd(t,!0);ht.document.addEventListener("click",e,!1),ht.document.addEventListener("keypress",e,!1),["EventTarget","Node"].forEach(n=>{let i=ht[n]?.prototype;i?.hasOwnProperty?.("addEventListener")&&(ft(i,"addEventListener",function(o){return function(s,c,u){if(s==="click"||s=="keypress")try{let d=this.__sentry_instrumentation_handlers__=this.__sentry_instrumentation_handlers__||{},_=d[s]=d[s]||{refCount:0};if(!_.handler){let h=Vd(t);_.handler=h,o.call(this,s,h,u)}_.refCount++}catch{}return o.call(this,s,c,u)}}),ft(i,"removeEventListener",function(o){return function(s,c,u){if(s==="click"||s=="keypress")try{let d=this.__sentry_instrumentation_handlers__||{},_=d[s];_&&(_.refCount--,_.refCount<=0&&(o.call(this,s,_.handler,u),_.handler=void 0,delete d[s]),Object.keys(d).length===0&&delete this.__sentry_instrumentation_handlers__)}catch{}return o.call(this,s,c,u)}}))})}function t_(t){if(t.type!==qa)return!1;try{if(!t.target||t.target._sentryId!==Za)return!1}catch{}return!0}function n_(t,e){return t!=="keypress"?!1:e?.tagName?!(e.tagName==="INPUT"||e.tagName==="TEXTAREA"||e.isContentEditable):!0}function Vd(t,e=!1){return n=>{if(!n||n._sentryCaptured)return;let r=r_(n);if(n_(n.type,r))return;jt(n,"_sentryCaptured",!0),r&&!r._sentryId&&jt(r,"_sentryId",pt());let i=n.type==="keypress"?"input":n.type;t_(n)||(t({event:n,name:i,global:e}),qa=n.type,Za=r?r._sentryId:void 0),clearTimeout(Fd),Fd=ht.setTimeout(()=>{Za=void 0,qa=void 0},Qg)}}function r_(t){try{return t.target}catch{return null}}var Io;function Ei(t){let e="history";Ot(e,t),At(e,i_)}function i_(){if(ht.addEventListener("popstate",()=>{let e=ht.location.href,n=Io;if(Io=e,n===e)return;dt("history",{from:n,to:e})}),!Ua())return;function t(e){return function(...n){let r=n.length>2?n[2]:void 0;if(r){let i=Io,o=o_(String(r));if(Io=o,i===o)return e.apply(this,n);dt("history",{from:i,to:o})}return e.apply(this,n)}}ft(ht.history,"pushState",t),ft(ht.history,"replaceState",t)}function o_(t){try{return new URL(t,ht.location.origin).toString()}catch{return t}}var To={};function Qa(t){let e=To[t];if(e)return e;let n=ht[t];if(vi(n))return To[t]=n.bind(ht);let r=ht.document;if(r&&typeof r.createElement=="function")try{let i=r.createElement("iframe");i.hidden=!0,r.head.appendChild(i);let o=i.contentWindow;o?.[t]&&(n=o[t]),r.head.removeChild(i)}catch(i){Ld&&te.warn(`Could not create sandbox iframe for ${t} check, bailing to window.${t}: `,i)}return n&&(To[t]=n.bind(ht))}function xo(t){To[t]=void 0}var sr="__sentry_xhr_v3__";function ec(t){let e="xhr";Ot(e,t),At(e,s_)}function s_(){if(!ht.XMLHttpRequest)return;let t=XMLHttpRequest.prototype;t.open=new Proxy(t.open,{apply(e,n,r){let i=new Error,o=Ft()*1e3,s=Dt(r[0])?r[0].toUpperCase():void 0,c=a_(r[1]);if(!s||!c)return e.apply(n,r);n[sr]={method:s,url:c,request_headers:{}},s==="POST"&&c.match(/sentry_key/)&&(n.__sentry_own_request__=!0);let u=()=>{let d=n[sr];if(d&&n.readyState===4){try{d.status_code=n.status}catch{}let _={endTimestamp:Ft()*1e3,startTimestamp:o,xhr:n,virtualError:i};dt("xhr",_)}};return"onreadystatechange"in n&&typeof n.onreadystatechange=="function"?n.onreadystatechange=new Proxy(n.onreadystatechange,{apply(d,_,h){return u(),d.apply(_,h)}}):n.addEventListener("readystatechange",u),n.setRequestHeader=new Proxy(n.setRequestHeader,{apply(d,_,h){let[E,C]=h,N=_[sr];return N&&Dt(E)&&Dt(C)&&(N.request_headers[E.toLowerCase()]=C),d.apply(_,h)}}),e.apply(n,r)}}),t.send=new Proxy(t.send,{apply(e,n,r){let i=n[sr];if(!i)return e.apply(n,r);r[0]!==void 0&&(i.body=r[0]);let o={startTimestamp:Ft()*1e3,xhr:n};return dt("xhr",o),e.apply(n,r)}})}function a_(t){if(Dt(t))return t;try{return t.toString()}catch{}}function tc(t,e=Qa("fetch")){let n=0,r=0;function i(o){let s=o.body.length;n+=s,r++;let c=x({body:o.body,method:"POST",referrerPolicy:"strict-origin",headers:t.headers,keepalive:n<=6e4&&r<15},t.fetchOptions);if(!e)return xo("fetch"),Wn("No fetch implementation available");try{return e(t.url,c).then(u=>(n-=s,r--,{statusCode:u.status,headers:{"x-sentry-rate-limits":u.headers.get("X-Sentry-Rate-Limits"),"retry-after":u.headers.get("Retry-After")}}))}catch(u){return xo("fetch"),n-=s,r--,Wn(u)}}return _o(t,i)}var c_=30;var l_=50;function nc(t,e,n,r){let i={filename:t,function:e==="<anonymous>"?fn:e,in_app:!0};return n!==void 0&&(i.lineno=n),r!==void 0&&(i.colno=r),i}var u_=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,d_=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,f_=/\((\S*)(?::(\d+))(?::(\d+))\)/,p_=t=>{let e=u_.exec(t);if(e){let[,r,i,o]=e;return nc(r,fn,+i,+o)}let n=d_.exec(t);if(n){if(n[2]&&n[2].indexOf("eval")===0){let s=f_.exec(n[2]);s&&(n[2]=s[1],n[3]=s[2],n[4]=s[3])}let[i,o]=Hd(n[1]||fn,n[2]);return nc(o,i,n[3]?+n[3]:void 0,n[4]?+n[4]:void 0)}},kd=[c_,p_],h_=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,m_=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,g_=t=>{let e=h_.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let o=m_.exec(e[3]);o&&(e[1]=e[1]||"eval",e[3]=o[1],e[4]=o[2],e[5]="")}let r=e[3],i=e[1]||fn;return[i,r]=Hd(i,r),nc(r,i,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},Bd=[l_,g_];var Ud=[kd,Bd],rc=Ks(...Ud),Hd=(t,e)=>{let n=t.indexOf("safari-extension")!==-1,r=t.indexOf("safari-web-extension")!==-1;return n||r?[t.indexOf("@")!==-1?t.split("@")[0]:fn,n?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};var Rr=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;var Oo=1024,__="Breadcrumbs",v_=(t={})=>{let e=x({console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0},t);return{name:__,setup(n){e.console&&ka(b_(n)),e.dom&&Ja(E_(n,e.dom)),e.xhr&&ec(C_(n)),e.fetch&&$a(w_(n)),e.history&&Ei(S_(n)),e.sentry&&n.on("beforeSendEvent",y_(n))}}},jd=v_;function y_(t){return function(n){Ye()===t&&vn({category:`sentry.${n.type==="transaction"?"transaction":"event"}`,event_id:n.event_id,level:n.level,message:pn(n)},{event:n})}}function E_(t,e){return function(r){if(Ye()!==t)return;let i,o,s=typeof e=="object"?e.serializeAttribute:void 0,c=typeof e=="object"&&typeof e.maxStringLength=="number"?e.maxStringLength:void 0;c&&c>Oo&&(Rr&&te.warn(`\`dom.maxStringLength\` cannot exceed ${Oo}, but a value of ${c} was configured. Sentry will use ${Oo} instead.`),c=Oo),typeof s=="string"&&(s=[s]);try{let d=r.event,_=I_(d)?d.target:d;i=ai(_,{keyAttrs:s,maxStringLength:c}),o=ia(_)}catch{i="<unknown>"}if(i.length===0)return;let u={category:`ui.${r.name}`,message:i};o&&(u.data={"ui.component_name":o}),vn(u,{event:r.event,name:r.name,global:r.global})}}function b_(t){return function(n){if(Ye()!==t)return;let r={category:"console",data:{arguments:n.args,logger:"console"},level:Ba(n.level),message:Ji(n.args," ")};if(n.level==="assert")if(n.args[0]===!1)r.message=`Assertion failed: ${Ji(n.args.slice(1)," ")||"console.assert"}`,r.data.arguments=n.args.slice(1);else return;vn(r,{input:n.args,level:n.level})}}function C_(t){return function(n){if(Ye()!==t)return;let{startTimestamp:r,endTimestamp:i}=n,o=n.xhr[sr];if(!r||!i||!o)return;let{method:s,url:c,status_code:u,body:d}=o,_={method:s,url:c,status_code:u},h={xhr:n.xhr,input:d,startTimestamp:r,endTimestamp:i},E={category:"xhr",data:_,type:"http",level:Co(u)};t.emit("beforeOutgoingRequestBreadcrumb",E,h),vn(E,h)}}function w_(t){return function(n){if(Ye()!==t)return;let{startTimestamp:r,endTimestamp:i}=n;if(i&&!(n.fetchData.url.match(/sentry_key/)&&n.fetchData.method==="POST"))if(n.fetchData.method,n.fetchData.url,n.error){let o=n.fetchData,s={data:n.error,input:n.args,startTimestamp:r,endTimestamp:i},c={category:"fetch",data:o,level:"error",type:"http"};t.emit("beforeOutgoingRequestBreadcrumb",c,s),vn(c,s)}else{let o=n.response,s=Ee(x({},n.fetchData),{status_code:o?.status});n.fetchData.request_body_size,n.fetchData.response_body_size,o?.status;let c={input:n.args,response:o,startTimestamp:r,endTimestamp:i},u={category:"fetch",data:s,type:"http",level:Co(s.status_code)};t.emit("beforeOutgoingRequestBreadcrumb",u,c),vn(u,c)}}}function S_(t){return function(n){if(Ye()!==t)return;let r=n.from,i=n.to,o=gi(et.location.href),s=r?gi(r):void 0,c=gi(i);s?.path||(s=o),o.protocol===c.protocol&&o.host===c.host&&(i=c.relative),o.protocol===s.protocol&&o.host===s.host&&(r=s.relative),vn({category:"navigation",data:{from:r,to:i}})}}function I_(t){return!!t&&!!t.target}var T_=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","BroadcastChannel","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","SharedWorker","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],x_="BrowserApiErrors",O_=(t={})=>{let e=x({XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,unregisterOriginalCallbacks:!1},t);return{name:x_,setupOnce(){e.setTimeout&&ft(et,"setTimeout",$d),e.setInterval&&ft(et,"setInterval",$d),e.requestAnimationFrame&&ft(et,"requestAnimationFrame",A_),e.XMLHttpRequest&&"XMLHttpRequest"in et&&ft(XMLHttpRequest.prototype,"send",D_);let n=e.eventTarget;n&&(Array.isArray(n)?n:T_).forEach(i=>N_(i,e))}}},Gd=O_;function $d(t){return function(...e){let n=e[0];return e[0]=or(n,{mechanism:{data:{function:qt(t)},handled:!1,type:"instrument"}}),t.apply(this,e)}}function A_(t){return function(e){return t.apply(this,[or(e,{mechanism:{data:{function:"requestAnimationFrame",handler:qt(t)},handled:!1,type:"instrument"}})])}}function D_(t){return function(...e){let n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(i=>{i in n&&typeof n[i]=="function"&&ft(n,i,function(o){let s={mechanism:{data:{function:i,handler:qt(o)},handled:!1,type:"instrument"}},c=ir(o);return c&&(s.mechanism.data.handler=qt(c)),or(o,s)})}),t.apply(this,e)}}function N_(t,e){let r=et[t]?.prototype;r?.hasOwnProperty?.("addEventListener")&&(ft(r,"addEventListener",function(i){return function(o,s,c){try{R_(s)&&(s.handleEvent=or(s.handleEvent,{mechanism:{data:{function:"handleEvent",handler:qt(s),target:t},handled:!1,type:"instrument"}}))}catch{}return e.unregisterOriginalCallbacks&&M_(this,o,s),i.apply(this,[o,or(s,{mechanism:{data:{function:"addEventListener",handler:qt(s),target:t},handled:!1,type:"instrument"}}),c])}}),ft(r,"removeEventListener",function(i){return function(o,s,c){try{let u=s.__sentry_wrapped__;u&&i.call(this,o,u,c)}catch{}return i.call(this,o,s,c)}}))}function R_(t){return typeof t.handleEvent=="function"}function M_(t,e,n){t&&typeof t=="object"&&"removeEventListener"in t&&typeof t.removeEventListener=="function"&&t.removeEventListener(e,n)}var Wd=()=>({name:"BrowserSession",setupOnce(){if(typeof et.document>"u"){Rr&&te.warn("Using the `browserSessionIntegration` in non-browser environments is not supported.");return}fi({ignoreDuration:!0}),pi(),Ei(({from:t,to:e})=>{t!==void 0&&t!==e&&(fi({ignoreDuration:!0}),pi())})}});var P_="GlobalHandlers",L_=(t={})=>{let e=x({onerror:!0,onunhandledrejection:!0},t);return{name:P_,setupOnce(){Error.stackTraceLimit=50},setup(n){e.onerror&&(F_(n),Yd("onerror")),e.onunhandledrejection&&(V_(n),Yd("onunhandledrejection"))}}},zd=L_;function F_(t){qs(e=>{let{stackParser:n,attachStacktrace:r}=Kd();if(Ye()!==t||Ya())return;let{msg:i,url:o,line:s,column:c,error:u}=e,d=U_(So(n,u||i,void 0,r,!1),o,s,c);d.level="error",di(d,{originalException:u,mechanism:{handled:!1,type:"onerror"}})})}function V_(t){Js(e=>{let{stackParser:n,attachStacktrace:r}=Kd();if(Ye()!==t||Ya())return;let i=k_(e),o=nr(i)?B_(i):So(n,i,void 0,r,!0);o.level="error",di(o,{originalException:i,mechanism:{handled:!1,type:"onunhandledrejection"}})})}function k_(t){if(nr(t))return t;try{if("reason"in t)return t.reason;if("detail"in t&&"reason"in t.detail)return t.detail.reason}catch{}return t}function B_(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function U_(t,e,n,r){let i=t.exception=t.exception||{},o=i.values=i.values||[],s=o[0]=o[0]||{},c=s.stacktrace=s.stacktrace||{},u=c.frames=c.frames||[],d=r,_=n,h=Dt(e)&&e.length>0?e:ci();return u.length===0&&u.push({colno:d,filename:h,function:fn,in_app:!0,lineno:_}),t}function Yd(t){Rr&&te.log(`Global Handler attached: ${t}`)}function Kd(){return Ye()?.getOptions()||{stackParser:()=>[],attachStacktrace:!1}}var Xd=()=>({name:"HttpContext",preprocessEvent(t){if(!et.navigator&&!et.location&&!et.document)return;let e=Nd(),n=x(x({},e.headers),t.request?.headers);t.request=Ee(x(x({},e),t.request),{headers:n})}});var H_="cause",j_=5,$_="LinkedErrors",G_=(t={})=>{let e=t.limit||j_,n=t.key||H_;return{name:$_,preprocessEvent(r,i,o){let s=o.getOptions();Va(wo,s.stackParser,n,e,r,i)}}},qd=G_;function ic(t){return[Eo(),vo(),Gd(),jd(),zd(),qd(),bo(),Xd(),Wd()]}var Zd={},Jd,oc,W_;(()=>{let t=ic({}).filter(e=>!["BrowserApiErrors","Breadcrumbs","GlobalHandlers"].includes(e.name));oc=new yi({dsn:"https://1bc3dda4c861f60cd6be1b67584f4bc6@o559187.ingest.us.sentry.io/4507626484203520",transport:tc,stackParser:rc,integrations:t,environment:Dn.mode,release:`web-sdk@${qe.SDK_VERSION}`,debug:Dn.debug}),oc.init()})();function Do(t,e,n){We.error(`${e}:`,t);let r=Y_(n);r.setTag("operation",e),r.captureException(t)}function Y_(t){t??={};let{extra:e,tags:n}=t,r=new wt;if(r.setClient(oc),r.setUser(W_),t.triggerContext&&!t.engagementTrigger&&(t.engagementTrigger=t.triggerContext.triggerData),t.engagementTrigger){let i=t.engagementTrigger;r.setTags({"engagement.id":i.engagementID,"engagement.short_id":i.shortID,"engagement.objective":i.objective,"engagement.delivery_type":i.onsiteDeliveryType,"engagement.content_id":i.contentID,"engagement.variation":i.variation,"engagement.currency":i.currency})}return e&&r.setExtras(e),n&&r.setTags(n),Jd&&r.setTags(Jd),Object.keys(Zd).forEach(i=>{r.setContext(i,Zd[i])}),r.setTag("language",navigator.language),r.setTag("timezone",Qd()),z_(r),r}function z_(t){window.Shopify&&(t.setTag("shopify.shop",window.Shopify.shop),t.setTag("shopify.currency",window.Shopify.currency?.active),t.setTag("shopify.locale",window.Shopify.locale),t.setTag("theme.schema_name",window.Shopify.theme?.schema_name),t.setTag("theme.schema_version",window.Shopify.theme?.schema_version))}var No=class{static format(e,n){let r=/{{\s*(\w+)\s*}}/;return n.replace(r,(i,o)=>{switch(o){case"amount":return this.formatWithDelimiters(e,2);case"amount_no_decimals":return this.formatWithDelimiters(e,0);case"amount_with_comma_separator":return this.formatWithDelimiters(e,2,".",",");case"amount_no_decimals_with_comma_separator":return this.formatWithDelimiters(e,0,".",",");case"amount_with_apostrophe_separator":return this.formatWithDelimiters(e,2,"'",".");case"amount_no_decimals_with_space_separator":return this.formatWithDelimiters(e,0," ");case"amount_with_space_separator":return this.formatWithDelimiters(e,2," ",",");case"amount_with_period_and_space_separator":return this.formatWithDelimiters(e,2," ",".");default:return i}})}static formatWithDelimiters(e,n=2,r=",",i="."){if(isNaN(e)||e==null)return"0";let s=(e/100).toFixed(n).split("."),c=s[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1"+r),u=s[1]?i+s[1]:"";return c+u}};var Ro=class{isCartDirty=!0;cartEngagements;isGoKwikPopupOpen;previewIDs;previewVariant;pageName;moneyFormat;jsLoadTime=new Date;shopCurrencyCode;locale;activeExperiment;inInactive=!1;lastEnterActive=new Date;lastEnterInactive=null;currentItem;_currencyCode;get currencyCode(){return this._currencyCode}set currencyCode(e){this._currencyCode=e}static get(){return window.CooeeSDK.runtimeData}isInactive(){return this.inInactive}async setInactive(){return this.inInactive?0:(this.inInactive=!0,this.lastEnterInactive=new Date,Math.max((this.lastEnterInactive.getTime()-this.lastEnterActive.getTime())/1e3,0))}setActive(){return this.inInactive?(this.inInactive=!1,this.lastEnterActive=new Date,Math.max((this.lastEnterActive.getTime()-this.lastEnterInactive.getTime())/1e3,0)):0}isFirstActive(){return this.lastEnterInactive==null}getCurrentItem(){return this.currentItem}setCurrentItem(e){this.currentItem=new Er(e)}};function sc(t,e,n){return{[t]:Fn(e,n),[t+"_wo_currency"]:e}}function Fn(t,e){if(t==0&&e)return"Free";let n=Ro.get(),r=un.get(),i=n.shopCurrencyCode||r.currency,o=n.currencyCode;o||We.warn("Currency code is not set in RuntimeData");let s=r.money?.format??n.moneyFormat,c;if(s&&i===o)c=No.format(t*100,s);else{let u;try{u=new Intl.NumberFormat(K_(),{style:"currency",currency:o||i,minimumFractionDigits:0,maximumFractionDigits:2})}catch(d){return Do(d,"format-currency",{extra:{currentCurrency:o,shopCurrency:i}}),""}c=u.format(t),c=c.replace("\u20B9","Rs. "),r.money?.showCurrency&&o!=="INR"&&(c=c.concat(` ${o}`))}return c}function K_(){return navigator.languages!==void 0?navigator.languages[0].split("-")[0]:navigator.language??"en"}var Mo;function Qd(){if(Mo)return Mo;try{return Mo=Intl.DateTimeFormat().resolvedOptions().timeZone,Mo}catch{return""}}var yn=class t{transform(e){return e==null?null:Fn(e)}static \u0275fac=function(n){return new(n||t)};static \u0275pipe=ki({name:"cooeeCurrency",type:t,pure:!0})};var Nt=bs(tf());Nt.filters.define("default",function(t){return typeof t>"u"||t==null?"":q_(t)});+Nt.filters.define("max",(t,e)=>{let n=Number(t),r=Number(e);return isNaN(n)||isNaN(r)?t:n>r?e:t});Nt.filters.define("min",(t,e)=>{let n=Number(t),r=Number(e);return isNaN(n)||isNaN(r)?t:n<r?e:t});Nt.filters.define("fallback",(t,e)=>t==null||t===""?e:t);Nt.filters.define("manipulate_quantity",(t,e,n)=>{if(e??=1,n??=100,e>n)return We.error("Invalid range: min should be less than or equal to max."),t;if(t>=e&&t<=n)return t;let r=t%n;return r<e?e:r});Nt.filters.define("apply_discount_perc",(t,e,n=1/0)=>{if(t=+t,isNaN(t))return We.error("Need value as a number for `apply_discount_perc` filter"),NaN;if(e<0||e>100)return We.error("Invalid percent value for `apply_discount_perc` filter. Must be between 0 and 100."),NaN;let r=t*e/100;return t-Math.min(n,r)});Nt.filters.define("apply_discount_fixed",(t,e)=>(t=+t,isNaN(t)?(We.error("Need value as a number for `apply_discount_fixed` filter"),NaN):Math.max(0,t-e)));Nt.filters.define("currency",t=>(t=+t,isNaN(t)?(We.error("Need value as a number for `currency` filter"),NaN):Fn(t)));Nt.defaultConfig.defaultFilter="default";Nt.defaultConfig.useWith=!0;Nt.defaultConfig.autoEscape=!1;var X_={'"':""","\\":"\","\n":"\\n"};function q_(t){return String(t).replace(/["\\\n]/g,e=>X_[e])}function Z_(t){if(!t)return"";let e=/({{{\s*([^}]+?)\s*}}}|{{\s*&\s*([^}]+?)\s*}})/g;return t.replace(e,(n,r,i,o)=>`{{ ${(i||o||"").trim()} }}`)}var Mr=(t,e,n)=>{e=x({discount:{},cart:{},product:{},bundle:{},variant:{},customer:{},svg:{},form:{},amount_left:null},e);try{return Nt.render(Z_(t),e)}catch(r){throw Do(r,"squirrelly-render",{extra:{template:t,values:e},triggerContext:n}),r}};var Lo=class t{transform(e,n){return e?Mr(e,x({},n)):null}static \u0275fac=function(n){return new(n||t)};static \u0275pipe=ki({name:"cooeeDynamicVariables",type:t,pure:!0})};var ac={};(function t(e,n,r,i){var o=!!(e.Worker&&e.Blob&&e.Promise&&e.OffscreenCanvas&&e.OffscreenCanvasRenderingContext2D&&e.HTMLCanvasElement&&e.HTMLCanvasElement.prototype.transferControlToOffscreen&&e.URL&&e.URL.createObjectURL),s=typeof Path2D=="function"&&typeof DOMMatrix=="function",c=function(){if(!e.OffscreenCanvas)return!1;var v=new OffscreenCanvas(1,1),y=v.getContext("2d");y.fillRect(0,0,1,1);var U=v.transferToImageBitmap();try{y.createPattern(U,"no-repeat")}catch{return!1}return!0}();function u(){}function d(v){var y=n.exports.Promise,U=y!==void 0?y:e.Promise;return typeof U=="function"?new U(v):(v(u,u),null)}var _=function(v,y){return{transform:function(U){if(v)return U;if(y.has(U))return y.get(U);var Z=new OffscreenCanvas(U.width,U.height),ne=Z.getContext("2d");return ne.drawImage(U,0,0),y.set(U,Z),Z},clear:function(){y.clear()}}}(c,new Map),h=function(){var v=Math.floor(16.666666666666668),y,U,Z={},ne=0;return typeof requestAnimationFrame=="function"&&typeof cancelAnimationFrame=="function"?(y=function(ie){var ce=Math.random();return Z[ce]=requestAnimationFrame(function Q(oe){ne===oe||ne+v-1<oe?(ne=oe,delete Z[ce],ie()):Z[ce]=requestAnimationFrame(Q)}),ce},U=function(ie){Z[ie]&&cancelAnimationFrame(Z[ie])}):(y=function(ie){return setTimeout(ie,v)},U=function(ie){return clearTimeout(ie)}),{frame:y,cancel:U}}(),E=function(){var v,y,U={};function Z(ne){function ie(ce,Q){ne.postMessage({options:ce||{},callback:Q})}ne.init=function(Q){var oe=Q.transferControlToOffscreen();ne.postMessage({canvas:oe},[oe])},ne.fire=function(Q,oe,ee){if(y)return ie(Q,null),y;var pe=Math.random().toString(36).slice(2);return y=d(function(se){function he(me){me.data.callback===pe&&(delete U[pe],ne.removeEventListener("message",he),y=null,_.clear(),ee(),se())}ne.addEventListener("message",he),ie(Q,pe),U[pe]=he.bind(null,{data:{callback:pe}})}),y},ne.reset=function(){ne.postMessage({reset:!0});for(var Q in U)U[Q](),delete U[Q]}}return function(){if(v)return v;if(!r&&o){var ne=["var CONFETTI, SIZE = {}, module = {};","("+t.toString()+")(this, module, true, SIZE);","onmessage = function(msg) {"," if (msg.data.options) {"," CONFETTI(msg.data.options).then(function () {"," if (msg.data.callback) {"," postMessage({ callback: msg.data.callback });"," }"," });"," } else if (msg.data.reset) {"," CONFETTI && CONFETTI.reset();"," } else if (msg.data.resize) {"," SIZE.width = msg.data.resize.width;"," SIZE.height = msg.data.resize.height;"," } else if (msg.data.canvas) {"," SIZE.width = msg.data.canvas.width;"," SIZE.height = msg.data.canvas.height;"," CONFETTI = module.exports.create(msg.data.canvas);"," }","}"].join(`
|
|
26
|
-
`);try{v=new Worker(URL.createObjectURL(new Blob([ne])))}catch(ie){return typeof console!==void 0&&typeof console.warn=="function"&&console.warn("\u{1F38A} Could not load worker",ie),null}Z(v)}return v}}(),C={particleCount:50,angle:90,spread:45,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,x:.5,y:.5,shapes:["square","circle"],zIndex:100,colors:["#26ccff","#a25afd","#ff5e7e","#88ff5a","#fcff42","#ffa62d","#ff36ff"],disableForReducedMotion:!1,scalar:1};function N(v,y){return y?y(v):v}function k(v){return v!=null}function B(v,y,U){return N(v&&k(v[y])?v[y]:C[y],U)}function X(v){return v<0?0:Math.floor(v)}function J(v,y){return Math.floor(Math.random()*(y-v))+v}function ue(v){return parseInt(v,16)}function q(v){return v.map(Ae)}function Ae(v){var y=String(v).replace(/[^0-9a-f]/gi,"");return y.length<6&&(y=y[0]+y[0]+y[1]+y[1]+y[2]+y[2]),{r:ue(y.substring(0,2)),g:ue(y.substring(2,4)),b:ue(y.substring(4,6))}}function H(v){var y=B(v,"origin",Object);return y.x=B(y,"x",Number),y.y=B(y,"y",Number),y}function _e(v){v.width=document.documentElement.clientWidth,v.height=document.documentElement.clientHeight}function de(v){var y=v.getBoundingClientRect();v.width=y.width,v.height=y.height}function ye(v){var y=document.createElement("canvas");return y.style.position="fixed",y.style.top="0px",y.style.left="0px",y.style.pointerEvents="none",y.style.zIndex=v,y}function Ve(v,y,U,Z,ne,ie,ce,Q,oe){v.save(),v.translate(y,U),v.rotate(ie),v.scale(Z,ne),v.arc(0,0,1,ce,Q,oe),v.restore()}function De(v){var y=v.angle*(Math.PI/180),U=v.spread*(Math.PI/180);return{x:v.x,y:v.y,wobble:Math.random()*10,wobbleSpeed:Math.min(.11,Math.random()*.1+.05),velocity:v.startVelocity*.5+Math.random()*v.startVelocity,angle2D:-y+(.5*U-Math.random()*U),tiltAngle:(Math.random()*(.75-.25)+.25)*Math.PI,color:v.color,shape:v.shape,tick:0,totalTicks:v.ticks,decay:v.decay,drift:v.drift,random:Math.random()+2,tiltSin:0,tiltCos:0,wobbleX:0,wobbleY:0,gravity:v.gravity*3,ovalScalar:.6,scalar:v.scalar,flat:v.flat}}function Le(v,y){y.x+=Math.cos(y.angle2D)*y.velocity+y.drift,y.y+=Math.sin(y.angle2D)*y.velocity+y.gravity,y.velocity*=y.decay,y.flat?(y.wobble=0,y.wobbleX=y.x+10*y.scalar,y.wobbleY=y.y+10*y.scalar,y.tiltSin=0,y.tiltCos=0,y.random=1):(y.wobble+=y.wobbleSpeed,y.wobbleX=y.x+10*y.scalar*Math.cos(y.wobble),y.wobbleY=y.y+10*y.scalar*Math.sin(y.wobble),y.tiltAngle+=.1,y.tiltSin=Math.sin(y.tiltAngle),y.tiltCos=Math.cos(y.tiltAngle),y.random=Math.random()+2);var U=y.tick++/y.totalTicks,Z=y.x+y.random*y.tiltCos,ne=y.y+y.random*y.tiltSin,ie=y.wobbleX+y.random*y.tiltCos,ce=y.wobbleY+y.random*y.tiltSin;if(v.fillStyle="rgba("+y.color.r+", "+y.color.g+", "+y.color.b+", "+(1-U)+")",v.beginPath(),s&&y.shape.type==="path"&&typeof y.shape.path=="string"&&Array.isArray(y.shape.matrix))v.fill(O(y.shape.path,y.shape.matrix,y.x,y.y,Math.abs(ie-Z)*.1,Math.abs(ce-ne)*.1,Math.PI/10*y.wobble));else if(y.shape.type==="bitmap"){var Q=Math.PI/10*y.wobble,oe=Math.abs(ie-Z)*.1,ee=Math.abs(ce-ne)*.1,pe=y.shape.bitmap.width*y.scalar,se=y.shape.bitmap.height*y.scalar,he=new DOMMatrix([Math.cos(Q)*oe,Math.sin(Q)*oe,-Math.sin(Q)*ee,Math.cos(Q)*ee,y.x,y.y]);he.multiplySelf(new DOMMatrix(y.shape.matrix));var me=v.createPattern(_.transform(y.shape.bitmap),"no-repeat");me.setTransform(he),v.globalAlpha=1-U,v.fillStyle=me,v.fillRect(y.x-pe/2,y.y-se/2,pe,se),v.globalAlpha=1}else if(y.shape==="circle")v.ellipse?v.ellipse(y.x,y.y,Math.abs(ie-Z)*y.ovalScalar,Math.abs(ce-ne)*y.ovalScalar,Math.PI/10*y.wobble,0,2*Math.PI):Ve(v,y.x,y.y,Math.abs(ie-Z)*y.ovalScalar,Math.abs(ce-ne)*y.ovalScalar,Math.PI/10*y.wobble,0,2*Math.PI);else if(y.shape==="star")for(var ge=Math.PI/2*3,p=4*y.scalar,a=8*y.scalar,l=y.x,g=y.y,I=5,D=Math.PI/I;I--;)l=y.x+Math.cos(ge)*a,g=y.y+Math.sin(ge)*a,v.lineTo(l,g),ge+=D,l=y.x+Math.cos(ge)*p,g=y.y+Math.sin(ge)*p,v.lineTo(l,g),ge+=D;else v.moveTo(Math.floor(y.x),Math.floor(y.y)),v.lineTo(Math.floor(y.wobbleX),Math.floor(ne)),v.lineTo(Math.floor(ie),Math.floor(ce)),v.lineTo(Math.floor(Z),Math.floor(y.wobbleY));return v.closePath(),v.fill(),y.tick<y.totalTicks}function Ge(v,y,U,Z,ne){var ie=y.slice(),ce=v.getContext("2d"),Q,oe,ee=d(function(pe){function se(){Q=oe=null,ce.clearRect(0,0,Z.width,Z.height),_.clear(),ne(),pe()}function he(){r&&!(Z.width===i.width&&Z.height===i.height)&&(Z.width=v.width=i.width,Z.height=v.height=i.height),!Z.width&&!Z.height&&(U(v),Z.width=v.width,Z.height=v.height),ce.clearRect(0,0,Z.width,Z.height),ie=ie.filter(function(me){return Le(ce,me)}),ie.length?Q=h.frame(he):se()}Q=h.frame(he),oe=se});return{addFettis:function(pe){return ie=ie.concat(pe),ee},canvas:v,promise:ee,reset:function(){Q&&h.cancel(Q),oe&&oe()}}}function ze(v,y){var U=!v,Z=!!B(y||{},"resize"),ne=!1,ie=B(y,"disableForReducedMotion",Boolean),ce=o&&!!B(y||{},"useWorker"),Q=ce?E():null,oe=U?_e:de,ee=v&&Q?!!v.__confetti_initialized:!1,pe=typeof matchMedia=="function"&&matchMedia("(prefers-reduced-motion)").matches,se;function he(ge,p,a){for(var l=B(ge,"particleCount",X),g=B(ge,"angle",Number),I=B(ge,"spread",Number),D=B(ge,"startVelocity",Number),F=B(ge,"decay",Number),ve=B(ge,"gravity",Number),Ie=B(ge,"drift",Number),Ce=B(ge,"colors",q),ke=B(ge,"ticks",Number),Be=B(ge,"shapes"),Ze=B(ge,"scalar"),Vt=!!B(ge,"flat"),Gt=H(ge),Cn=l,St=[],kt=v.width*Gt.x,Ri=v.height*Gt.y;Cn--;)St.push(De({x:kt,y:Ri,angle:g,spread:I,startVelocity:D,color:Ce[Cn%Ce.length],shape:Be[J(0,Be.length)],ticks:ke,decay:F,gravity:ve,drift:Ie,scalar:Ze,flat:Vt}));return se?se.addFettis(St):(se=Ge(v,St,oe,p,a),se.promise)}function me(ge){var p=ie||B(ge,"disableForReducedMotion",Boolean),a=B(ge,"zIndex",Number);if(p&&pe)return d(function(D){D()});U&&se?v=se.canvas:U&&!v&&(v=ye(a),document.body.appendChild(v)),Z&&!ee&&oe(v);var l={width:v.width,height:v.height};Q&&!ee&&Q.init(v),ee=!0,Q&&(v.__confetti_initialized=!0);function g(){if(Q){var D={getBoundingClientRect:function(){if(!U)return v.getBoundingClientRect()}};oe(D),Q.postMessage({resize:{width:D.width,height:D.height}});return}l.width=l.height=null}function I(){se=null,Z&&(ne=!1,e.removeEventListener("resize",g)),U&&v&&(document.body.contains(v)&&document.body.removeChild(v),v=null,ee=!1)}return Z&&!ne&&(ne=!0,e.addEventListener("resize",g,!1)),Q?Q.fire(ge,l,I):he(ge,l,I)}return me.reset=function(){Q&&Q.reset(),se&&se.reset()},me}var gt;function A(){return gt||(gt=ze(null,{useWorker:!0,resize:!0})),gt}function O(v,y,U,Z,ne,ie,ce){var Q=new Path2D(v),oe=new Path2D;oe.addPath(Q,new DOMMatrix(y));var ee=new Path2D;return ee.addPath(oe,new DOMMatrix([Math.cos(ce)*ne,Math.sin(ce)*ne,-Math.sin(ce)*ie,Math.cos(ce)*ie,U,Z])),ee}function L(v){if(!s)throw new Error("path confetti are not supported in this browser");var y,U;typeof v=="string"?y=v:(y=v.path,U=v.matrix);var Z=new Path2D(y),ne=document.createElement("canvas"),ie=ne.getContext("2d");if(!U){for(var ce=1e3,Q=ce,oe=ce,ee=0,pe=0,se,he,me=0;me<ce;me+=2)for(var ge=0;ge<ce;ge+=2)ie.isPointInPath(Z,me,ge,"nonzero")&&(Q=Math.min(Q,me),oe=Math.min(oe,ge),ee=Math.max(ee,me),pe=Math.max(pe,ge));se=ee-Q,he=pe-oe;var p=10,a=Math.min(p/se,p/he);U=[a,0,0,a,-Math.round(se/2+Q)*a,-Math.round(he/2+oe)*a]}return{type:"path",path:y,matrix:U}}function M(v){var y,U=1,Z="#000000",ne='"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", "Twemoji Mozilla", "system emoji", sans-serif';typeof v=="string"?y=v:(y=v.text,U="scalar"in v?v.scalar:U,ne="fontFamily"in v?v.fontFamily:ne,Z="color"in v?v.color:Z);var ie=10*U,ce=""+ie+"px "+ne,Q=new OffscreenCanvas(ie,ie),oe=Q.getContext("2d");oe.font=ce;var ee=oe.measureText(y),pe=Math.ceil(ee.actualBoundingBoxRight+ee.actualBoundingBoxLeft),se=Math.ceil(ee.actualBoundingBoxAscent+ee.actualBoundingBoxDescent),he=2,me=ee.actualBoundingBoxLeft+he,ge=ee.actualBoundingBoxAscent+he;pe+=he+he,se+=he+he,Q=new OffscreenCanvas(pe,se),oe=Q.getContext("2d"),oe.font=ce,oe.fillStyle=Z,oe.fillText(y,me,ge);var p=1/U;return{type:"bitmap",bitmap:Q.transferToImageBitmap(),matrix:[p,0,0,p,-pe*p/2,-se*p/2]}}n.exports=function(){return A().apply(this,arguments)},n.exports.reset=function(){A().reset()},n.exports.create=ze,n.exports.shapeFromPath=L,n.exports.shapeFromText=M})(function(){return typeof window<"u"?window:typeof self<"u"?self:this||{}}(),ac,!1);var nf=ac.exports,JO=ac.exports.create;var Fo=class{static DEFAULTS={scalar:1.4,zIndex:1e4,shapes:["circle","circle","square"],colors:["#f51c8f","#2179e2","#d52dc8","#01a9d9","#78ff44","#fdff6a"]};static async basic(){await this.fire({particleCount:100,spread:70,origin:{y:.6}})}static async leftRight(e=100){let n=[],r=Date.now()+2e3,i=()=>{n.push(this.fire({angle:60,spread:55,origin:{x:0}}),this.fire({angle:120,spread:55,origin:{x:1}})),Date.now()<r&&e>0&&(requestAnimationFrame(i),e--)};i(),await Promise.all(n)}static async realistic(){await Promise.all([this.realisticFire(.25,{spread:26,startVelocity:55}),this.realisticFire(.2,{spread:60}),this.realisticFire(.35,{spread:100,decay:.91,scalar:.8}),this.realisticFire(.1,{spread:120,startVelocity:25,decay:.92,scalar:1.2}),this.realisticFire(.1,{spread:120,startVelocity:45})])}static async fire(e){Object.assign(e,this.DEFAULTS,e),e.particleCount=e.particleCount??this.DEFAULTS.colors.length,await nf(e)}static async realisticFire(e,n){let i={origin:{y:.7}};await this.fire(Object.assign({},i,n,{particleCount:Math.floor(200*e)}))}};var J_=(t,e)=>e.minValue;function Q_(t,e){if(t&1&&(be(0,"div",7),Je(1,"safeHtml")),t&2){let n=K().$implicit;le("innerHTML",ot(1,1,n.minValue+" Products"),bt)}}function ev(t,e){if(t&1&&(be(0,"div",7),Je(1,"cooeeCurrency"),Je(2,"safeHtml")),t&2){let n=K().$implicit;le("innerHTML",ot(2,3,ot(1,1,n.minValue)),bt)}}function tv(t,e){if(t&1&&(G(0,"li",6)(1,"div"),xe(2,Q_,2,3,"div",7)(3,ev,3,5,"div",7),be(4,"img",8),G(5,"div",9),Oe(6),W()()()),t&2){let n=e.$implicit,r=K(2);ti("left",n.calculatedAlignment+"%"),P(2),Se((r.progressBarConfig==null?null:r.progressBarConfig.rewardBasis)===r.RewardBasis.ITEM_COUNT?2:3),P(2),le("src",r.getIconURL(n),ut),P(2),ln(n.label)}}function nv(t,e){if(t&1&&(lt(0)(1),be(2,"div",0),Je(3,"cooeeDynamicVariables"),Je(4,"safeHtml"),G(5,"div",1)(6,"ul",2)(7,"div",3),be(8,"div",4),W(),rt(9,tv,7,5,"li",5,J_),W()()),t&2){let n=K(),r=n.calculatedState(),i=r.nextMilestone?r.nextMilestone.reachingText:r.lastMilestone.reachedText;P(2),le("innerHTML",ot(4,6,Ll(3,3,i,n.localDynamicVariables())),bt),P(6),ti("width",r.cartValuePercentage+"%"),P(),it(r.milestones)}}var Vo=class t extends Kt{cart;localDynamicVariables=Lt({});calculatedState=Lt({});progressBarConfig;RewardBasis=Us;constructor(){super()}engagementTriggerReceived(e){this.progressBarConfig=e.progressBarConfig}ngOnInit(){super.ngOnInit(),this.calculateMilestonesSilently()}update(){this.calculateMilestonesSilently()}getIconURL(e){return e.rewardType===oi.FREE_SHIPPING?"https://img.icons8.com/ios-filled/50/FFFFFF/free-shipping.png":e.rewardType===oi.DISCOUNT?"https://img.icons8.com/ios-glyphs/30/FFFFFF/sale-price-tag.png":e.rewardType===oi.FREE_AUTO_GIFT?"https://img.icons8.com/ios-filled/50/FFFFFF/gift--v1.png":""}calculateMilestonesSilently(){this.calculateMilestones().catch(e=>We.error(e))}async calculateMilestones(){let e=this.engagementTrigger,n=this.progressBarConfig;if(!n?.milestones?.length){We.warn("Milestones not available in progress bar config",e);return}let r=await this.cart.getNormalisedCart(),i=n.milestones.at(-1),o=n?.reachedAmountOrCount??r.originalAmount,s=n.totalProgress??0;We.debug("Cart value:",o,`, percentage: ${s}%`),this.celebrate(e,o);let c={milestonesReady:!0,cartValuePercentage:s,milestones:n.milestones},u=n.milestones.find(d=>!d.reached);if(u){let d=Fn(u.minValue-o);if(n.rewardBasis==="ITEM_COUNT"){let _=u.minValue-o;d=`${_} ${_===1?"product":"products"}`}this.localDynamicVariables.set({amount_left:d}),c.nextMilestone=u,this.calculatedState.set(c);return}c.lastMilestone=i,this.calculatedState.set(c)}celebrate(e,n){let o=[...e.progressBarConfig.milestones].reverse().find(u=>u.minValue<n);if(!o)return;let s=`lc/en/${e.shortID}/${o.minValue}`;sessionStorage.getItem(s)||(sessionStorage.setItem(s,"1"),this.progressBarConfig?.noConfetti||Fo.realistic())}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Me({type:t,selectors:[["cooee-progressbar"]],inputs:{cart:"cart"},features:[Ct],decls:1,vars:1,consts:[[1,"heading",3,"innerHTML"],[1,"milestone-container"],[1,"milestone-list"],[1,"untracked-path"],[1,"tracked-path"],[1,"milestone-list-item",3,"left"],[1,"milestone-list-item"],[1,"milestone-value",3,"innerHTML"],["width","20","height","20","alt","milestone icon",1,"milestone-icon",3,"src"],[1,"milestone-label"]],template:function(n,r){n&1&&xe(0,nv,11,8),n&2&&Se(r.calculatedState().milestonesReady?0:-1)},dependencies:[Lo,Un,yn],styles:[`:host{display:block;padding:10px;background:linear-gradient(0deg,rgba(var(--lc-color-primary),.1) 0%,transparent 100%)}.milestone-container{width:95%;margin:8px 0}.heading{font-weight:500;text-align:center;font-size:12px}.milestone-list{display:flex;align-items:center;position:relative;font-size:10px;font-weight:500}.untracked-path{width:100%;background-color:#e5e7eb;height:4px;position:absolute}.tracked-path{background-color:rgb(var(--lc-color-primary));height:100%;display:block;transition:width .5s ease-in-out}.milestone-list{padding:0;margin:0}.milestone-list-item{position:relative;display:flex;flex-direction:column;align-items:center;height:75px}.milestone-list-item>div{display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:absolute;height:100%;width:100px}.milestone-icon{padding:5px;border-radius:1000px;background-color:rgb(var(--lc-color-primary))}
|
|
27
|
-
`],encapsulation:3})};var
|
|
28
|
-
`],encapsulation:3})};var
|
|
29
|
-
`),n=e.length===1?null:setInterval(()=>{this.featureSlider.update(r=>Ee(x({},r),{previousIndex:r.currentIndex,currentIndex:(r.currentIndex+1)%r.features.length}))},3e3);this.featureSlider.set({intervalRef:n,currentIndex:0,features:e})}replaceVariables(e){return e?Mr(e,this.currentItem.getTemplateVariables(),this.triggerContext):""}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Me({type:t,selectors:[["cooee-sticky-atc"]],features:[Ct],decls:7,vars:3,consts:[[1,"lc-wrapper"],[1,"lc-prices"],[1,"lc-button-wrapper"],["type","button",1,"lc-button","lc-button-atc",3,"click"],[1,"lc-features"],[1,"lc-sale-price"],[1,"lc-additional-text"],[1,"lc-compare-price"],[1,"lc-discount-label"],[1,"lc-feature",3,"ngClass"]],template:function(n,r){if(n&1){let i=Ke();G(0,"div",0),xe(1,av,5,3,"div",1),G(2,"div",2)(3,"button",3),Pe("click",function(){return Ne(i),Re(r.addToCart())}),Oe(4,"Add To Cart"),W(),lt(5),xe(6,lv,3,0,"div",4),W()()}if(n&2){P(),Se(r.selectedVariant()&&r.stickyATCConfig.showProductInfo?1:-1),P(4);let i=vt(r.featureSlider());P(),Se(i.features.length?6:-1)}},dependencies:[Bn],styles:["[_nghost-%COMP%]{display:flex;justify-content:center;padding:10px;background-color:#fff;width:100%;box-shadow:4px 0 10px #0006;line-height:normal}.lc-wrapper[_ngcontent-%COMP%]{display:flex;justify-content:space-between;align-items:center;gap:8px;max-width:1100px;width:100%}.lc-prices[_ngcontent-%COMP%]{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:center;gap:6px}@media (min-width: 768px){.lc-prices[_ngcontent-%COMP%]{gap:8px}}.lc-sale-price[_ngcontent-%COMP%]{font-size:24px;font-weight:600}.lc-compare-price[_ngcontent-%COMP%]{font-size:18px;font-weight:600;color:red;text-decoration:line-through}.lc-discount-label[_ngcontent-%COMP%]{font-size:12px;font-weight:500;color:green}.lc-button-wrapper[_ngcontent-%COMP%]{flex:1 1 100%;display:flex;flex-direction:column;gap:4px;align-items:center}.lc-button[_ngcontent-%COMP%]{background-color:#000;color:#fff;opacity:1;cursor:pointer;pointer-events:auto;border-radius:4px;min-width:150px;width:100%;padding:8px}.lc-additional-text[_ngcontent-%COMP%], .lc-feature[_ngcontent-%COMP%]{font-size:12px;color:#666}.lc-features[_ngcontent-%COMP%]{position:relative;overflow:hidden;height:16px;text-align:center;width:100%}.lc-features[_ngcontent-%COMP%] .lc-feature[_ngcontent-%COMP%]{position:absolute;width:100%;opacity:0;transform:translateY(100%);transition:transform .5s ease,opacity .5s ease}.lc-features[_ngcontent-%COMP%] .lc-feature.enter[_ngcontent-%COMP%]{opacity:1;transform:translateY(0);z-index:2}.lc-features[_ngcontent-%COMP%] .lc-feature.exit[_ngcontent-%COMP%]{opacity:0;transform:translateY(-100%);z-index:1}"]})};var cf,je,lf,fc,ar,rf,uf,df,ff,pc,lc,uc,uv,dc={},pf=[],dv=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,jo=Array.isArray;function Vn(t,e){for(var n in e)t[n]=e[n];return t}function hc(t){t&&t.parentNode&&t.parentNode.removeChild(t)}function cc(t,e,n,r,i){var o={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:i??++lf,__i:-1,__u:0};return i==null&&je.vnode!=null&&je.vnode(o),o}function mc(t){return t.children}function Pr(t,e){this.props=t,this.context=e}function Lr(t,e){if(e==null)return t.__?Lr(t.__,t.__i+1):null;for(var n;e<t.__k.length;e++)if((n=t.__k[e])!=null&&n.__e!=null)return n.__e;return typeof t.type=="function"?Lr(t):null}function hf(t){var e,n;if((t=t.__)!=null&&t.__c!=null){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if((n=t.__k[e])!=null&&n.__e!=null){t.__e=t.__c.base=n.__e;break}return hf(t)}}function of(t){(!t.__d&&(t.__d=!0)&&ar.push(t)&&!Ho.__r++||rf!=je.debounceRendering)&&((rf=je.debounceRendering)||uf)(Ho)}function Ho(){for(var t,e,n,r,i,o,s,c=1;ar.length;)ar.length>c&&ar.sort(df),t=ar.shift(),c=ar.length,t.__d&&(n=void 0,i=(r=(e=t).__v).__e,o=[],s=[],e.__P&&((n=Vn({},r)).__v=r.__v+1,je.vnode&&je.vnode(n),_f(e.__P,n,r,e.__n,e.__P.namespaceURI,32&r.__u?[i]:null,o,i??Lr(r),!!(32&r.__u),s),n.__v=r.__v,n.__.__k[n.__i]=n,hv(o,n,s),n.__e!=i&&hf(n)));Ho.__r=0}function mf(t,e,n,r,i,o,s,c,u,d,_){var h,E,C,N,k,B,X=r&&r.__k||pf,J=e.length;for(u=fv(n,e,X,u,J),h=0;h<J;h++)(C=n.__k[h])!=null&&(E=C.__i==-1?dc:X[C.__i]||dc,C.__i=h,B=_f(t,C,E,i,o,s,c,u,d,_),N=C.__e,C.ref&&E.ref!=C.ref&&(E.ref&&gc(E.ref,null,C),_.push(C.ref,C.__c||N,C)),k==null&&N!=null&&(k=N),4&C.__u||E.__k===C.__k?u=gf(C,u,t):typeof C.type=="function"&&B!==void 0?u=B:N&&(u=N.nextSibling),C.__u&=-7);return n.__e=k,u}function fv(t,e,n,r,i){var o,s,c,u,d,_=n.length,h=_,E=0;for(t.__k=new Array(i),o=0;o<i;o++)(s=e[o])!=null&&typeof s!="boolean"&&typeof s!="function"?(u=o+E,(s=t.__k[o]=typeof s=="string"||typeof s=="number"||typeof s=="bigint"||s.constructor==String?cc(null,s,null,null,null):jo(s)?cc(mc,{children:s},null,null,null):s.constructor==null&&s.__b>0?cc(s.type,s.props,s.key,s.ref?s.ref:null,s.__v):s).__=t,s.__b=t.__b+1,c=null,(d=s.__i=pv(s,n,u,h))!=-1&&(h--,(c=n[d])&&(c.__u|=2)),c==null||c.__v==null?(d==-1&&(i>_?E--:i<_&&E++),typeof s.type!="function"&&(s.__u|=4)):d!=u&&(d==u-1?E--:d==u+1?E++:(d>u?E--:E++,s.__u|=4))):t.__k[o]=null;if(h)for(o=0;o<_;o++)(c=n[o])!=null&&(2&c.__u)==0&&(c.__e==r&&(r=Lr(c)),yf(c,c));return r}function gf(t,e,n){var r,i;if(typeof t.type=="function"){for(r=t.__k,i=0;r&&i<r.length;i++)r[i]&&(r[i].__=t,e=gf(r[i],e,n));return e}t.__e!=e&&(e&&t.type&&!n.contains(e)&&(e=Lr(t)),n.insertBefore(t.__e,e||null),e=t.__e);do e=e&&e.nextSibling;while(e!=null&&e.nodeType==8);return e}function pv(t,e,n,r){var i,o,s=t.key,c=t.type,u=e[n];if(u===null&&t.key==null||u&&s==u.key&&c==u.type&&(2&u.__u)==0)return n;if(r>(u!=null&&(2&u.__u)==0?1:0))for(i=n-1,o=n+1;i>=0||o<e.length;){if(i>=0){if((u=e[i])&&(2&u.__u)==0&&s==u.key&&c==u.type)return i;i--}if(o<e.length){if((u=e[o])&&(2&u.__u)==0&&s==u.key&&c==u.type)return o;o++}}return-1}function sf(t,e,n){e[0]=="-"?t.setProperty(e,n??""):t[e]=n==null?"":typeof n!="number"||dv.test(e)?n:n+"px"}function Uo(t,e,n,r,i){var o,s;e:if(e=="style")if(typeof n=="string")t.style.cssText=n;else{if(typeof r=="string"&&(t.style.cssText=r=""),r)for(e in r)n&&e in n||sf(t.style,e,"");if(n)for(e in n)r&&n[e]==r[e]||sf(t.style,e,n[e])}else if(e[0]=="o"&&e[1]=="n")o=e!=(e=e.replace(ff,"$1")),s=e.toLowerCase(),e=s in t||e=="onFocusOut"||e=="onFocusIn"?s.slice(2):e.slice(2),t.l||(t.l={}),t.l[e+o]=n,n?r?n.u=r.u:(n.u=pc,t.addEventListener(e,o?uc:lc,o)):t.removeEventListener(e,o?uc:lc,o);else{if(i=="http://www.w3.org/2000/svg")e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(e!="width"&&e!="height"&&e!="href"&&e!="list"&&e!="form"&&e!="tabIndex"&&e!="download"&&e!="rowSpan"&&e!="colSpan"&&e!="role"&&e!="popover"&&e in t)try{t[e]=n??"";break e}catch{}typeof n=="function"||(n==null||n===!1&&e[4]!="-"?t.removeAttribute(e):t.setAttribute(e,e=="popover"&&n==1?"":n))}}function af(t){return function(e){if(this.l){var n=this.l[e.type+t];if(e.t==null)e.t=pc++;else if(e.t<n.u)return;return n(je.event?je.event(e):e)}}}function _f(t,e,n,r,i,o,s,c,u,d){var _,h,E,C,N,k,B,X,J,ue,q,Ae,H,_e,de,ye,Ve,De=e.type;if(e.constructor!=null)return null;128&n.__u&&(u=!!(32&n.__u),o=[c=e.__e=n.__e]),(_=je.__b)&&_(e);e:if(typeof De=="function")try{if(X=e.props,J="prototype"in De&&De.prototype.render,ue=(_=De.contextType)&&r[_.__c],q=_?ue?ue.props.value:_.__:r,n.__c?B=(h=e.__c=n.__c).__=h.__E:(J?e.__c=h=new De(X,q):(e.__c=h=new Pr(X,q),h.constructor=De,h.render=gv),ue&&ue.sub(h),h.props=X,h.state||(h.state={}),h.context=q,h.__n=r,E=h.__d=!0,h.__h=[],h._sb=[]),J&&h.__s==null&&(h.__s=h.state),J&&De.getDerivedStateFromProps!=null&&(h.__s==h.state&&(h.__s=Vn({},h.__s)),Vn(h.__s,De.getDerivedStateFromProps(X,h.__s))),C=h.props,N=h.state,h.__v=e,E)J&&De.getDerivedStateFromProps==null&&h.componentWillMount!=null&&h.componentWillMount(),J&&h.componentDidMount!=null&&h.__h.push(h.componentDidMount);else{if(J&&De.getDerivedStateFromProps==null&&X!==C&&h.componentWillReceiveProps!=null&&h.componentWillReceiveProps(X,q),!h.__e&&h.shouldComponentUpdate!=null&&h.shouldComponentUpdate(X,h.__s,q)===!1||e.__v==n.__v){for(e.__v!=n.__v&&(h.props=X,h.state=h.__s,h.__d=!1),e.__e=n.__e,e.__k=n.__k,e.__k.some(function(Le){Le&&(Le.__=e)}),Ae=0;Ae<h._sb.length;Ae++)h.__h.push(h._sb[Ae]);h._sb=[],h.__h.length&&s.push(h);break e}h.componentWillUpdate!=null&&h.componentWillUpdate(X,h.__s,q),J&&h.componentDidUpdate!=null&&h.__h.push(function(){h.componentDidUpdate(C,N,k)})}if(h.context=q,h.props=X,h.__P=t,h.__e=!1,H=je.__r,_e=0,J){for(h.state=h.__s,h.__d=!1,H&&H(e),_=h.render(h.props,h.state,h.context),de=0;de<h._sb.length;de++)h.__h.push(h._sb[de]);h._sb=[]}else do h.__d=!1,H&&H(e),_=h.render(h.props,h.state,h.context),h.state=h.__s;while(h.__d&&++_e<25);h.state=h.__s,h.getChildContext!=null&&(r=Vn(Vn({},r),h.getChildContext())),J&&!E&&h.getSnapshotBeforeUpdate!=null&&(k=h.getSnapshotBeforeUpdate(C,N)),ye=_,_!=null&&_.type===mc&&_.key==null&&(ye=vf(_.props.children)),c=mf(t,jo(ye)?ye:[ye],e,n,r,i,o,s,c,u,d),h.base=e.__e,e.__u&=-161,h.__h.length&&s.push(h),B&&(h.__E=h.__=null)}catch(Le){if(e.__v=null,u||o!=null)if(Le.then){for(e.__u|=u?160:128;c&&c.nodeType==8&&c.nextSibling;)c=c.nextSibling;o[o.indexOf(c)]=null,e.__e=c}else for(Ve=o.length;Ve--;)hc(o[Ve]);else e.__e=n.__e,e.__k=n.__k;je.__e(Le,e,n)}else o==null&&e.__v==n.__v?(e.__k=n.__k,e.__e=n.__e):c=e.__e=mv(n.__e,e,n,r,i,o,s,u,d);return(_=je.diffed)&&_(e),128&e.__u?void 0:c}function hv(t,e,n){for(var r=0;r<n.length;r++)gc(n[r],n[++r],n[++r]);je.__c&&je.__c(e,t),t.some(function(i){try{t=i.__h,i.__h=[],t.some(function(o){o.call(i)})}catch(o){je.__e(o,i.__v)}})}function vf(t){return typeof t!="object"||t==null||t.__b&&t.__b>0?t:jo(t)?t.map(vf):Vn({},t)}function mv(t,e,n,r,i,o,s,c,u){var d,_,h,E,C,N,k,B=n.props,X=e.props,J=e.type;if(J=="svg"?i="http://www.w3.org/2000/svg":J=="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),o!=null){for(d=0;d<o.length;d++)if((C=o[d])&&"setAttribute"in C==!!J&&(J?C.localName==J:C.nodeType==3)){t=C,o[d]=null;break}}if(t==null){if(J==null)return document.createTextNode(X);t=document.createElementNS(i,J,X.is&&X),c&&(je.__m&&je.__m(e,o),c=!1),o=null}if(J==null)B===X||c&&t.data==X||(t.data=X);else{if(o=o&&cf.call(t.childNodes),B=n.props||dc,!c&&o!=null)for(B={},d=0;d<t.attributes.length;d++)B[(C=t.attributes[d]).name]=C.value;for(d in B)if(C=B[d],d!="children"){if(d=="dangerouslySetInnerHTML")h=C;else if(!(d in X)){if(d=="value"&&"defaultValue"in X||d=="checked"&&"defaultChecked"in X)continue;Uo(t,d,null,C,i)}}for(d in X)C=X[d],d=="children"?E=C:d=="dangerouslySetInnerHTML"?_=C:d=="value"?N=C:d=="checked"?k=C:c&&typeof C!="function"||B[d]===C||Uo(t,d,C,B[d],i);if(_)c||h&&(_.__html==h.__html||_.__html==t.innerHTML)||(t.innerHTML=_.__html),e.__k=[];else if(h&&(t.innerHTML=""),mf(e.type=="template"?t.content:t,jo(E)?E:[E],e,n,r,J=="foreignObject"?"http://www.w3.org/1999/xhtml":i,o,s,o?o[0]:n.__k&&Lr(n,0),c,u),o!=null)for(d=o.length;d--;)hc(o[d]);c||(d="value",J=="progress"&&N==null?t.removeAttribute("value"):N!=null&&(N!==t[d]||J=="progress"&&!N||J=="option"&&N!=B[d])&&Uo(t,d,N,B[d],i),d="checked",k!=null&&k!=t[d]&&Uo(t,d,k,B[d],i))}return t}function gc(t,e,n){try{if(typeof t=="function"){var r=typeof t.__u=="function";r&&t.__u(),r&&e==null||(t.__u=t(e))}else t.current=e}catch(i){je.__e(i,n)}}function yf(t,e,n){var r,i;if(je.unmount&&je.unmount(t),(r=t.ref)&&(r.current&&r.current!=t.__e||gc(r,null,e)),(r=t.__c)!=null){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(o){je.__e(o,e)}r.base=r.__P=null}if(r=t.__k)for(i=0;i<r.length;i++)r[i]&&yf(r[i],e,n||typeof t.type!="function");n||hc(t.__e),t.__c=t.__=t.__e=void 0}function gv(t,e,n){return this.constructor(t,n)}cf=pf.slice,je={__e:function(t,e,n,r){for(var i,o,s;e=e.__;)if((i=e.__c)&&!i.__)try{if((o=i.constructor)&&o.getDerivedStateFromError!=null&&(i.setState(o.getDerivedStateFromError(t)),s=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(t,r||{}),s=i.__d),s)return i.__E=i}catch(c){t=c}throw t}},lf=0,fc=function(t){return t!=null&&t.constructor==null},Pr.prototype.setState=function(t,e){var n;n=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=Vn({},this.state),typeof t=="function"&&(t=t(Vn({},n),this.props)),t&&Vn(n,t),t!=null&&this.__v&&(e&&this._sb.push(e),of(this))},Pr.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),of(this))},Pr.prototype.render=mc,ar=[],uf=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,df=function(t,e){return t.__v.__b-e.__v.__b},Ho.__r=0,ff=/(PointerCapture)$|Capture$/i,pc=0,lc=af(!1),uc=af(!0),uv=0;var vc,$t,_c,Ef,bf=0,Af=[],mt=je,Cf=mt.__b,wf=mt.__r,Sf=mt.diffed,If=mt.__c,Tf=mt.unmount,xf=mt.__;function _v(t,e){mt.__h&&mt.__h($t,t,bf||e),bf=0;var n=$t.__H||($t.__H={__:[],__h:[]});return t>=n.__.length&&n.__.push({}),n.__[t]}function Ec(t,e){var n=_v(vc++,7);return Ev(n.__H,e)&&(n.__=t(),n.__H=e,n.__h=t),n.__}function vv(){for(var t;t=Af.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach($o),t.__H.__h.forEach(yc),t.__H.__h=[]}catch(e){t.__H.__h=[],mt.__e(e,t.__v)}}mt.__b=function(t){$t=null,Cf&&Cf(t)},mt.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),xf&&xf(t,e)},mt.__r=function(t){wf&&wf(t),vc=0;var e=($t=t.__c).__H;e&&(_c===$t?(e.__h=[],$t.__h=[],e.__.forEach(function(n){n.__N&&(n.__=n.__N),n.u=n.__N=void 0})):(e.__h.forEach($o),e.__h.forEach(yc),e.__h=[],vc=0)),_c=$t},mt.diffed=function(t){Sf&&Sf(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(Af.push(e)!==1&&Ef===mt.requestAnimationFrame||((Ef=mt.requestAnimationFrame)||yv)(vv)),e.__H.__.forEach(function(n){n.u&&(n.__H=n.u),n.u=void 0})),_c=$t=null},mt.__c=function(t,e){e.some(function(n){try{n.__h.forEach($o),n.__h=n.__h.filter(function(r){return!r.__||yc(r)})}catch(r){e.some(function(i){i.__h&&(i.__h=[])}),e=[],mt.__e(r,n.__v)}}),If&&If(t,e)},mt.unmount=function(t){Tf&&Tf(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{$o(r)}catch(i){e=i}}),n.__H=void 0,e&&mt.__e(e,n.__v))};var Of=typeof requestAnimationFrame=="function";function yv(t){var e,n=function(){clearTimeout(r),Of&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,35);Of&&(e=requestAnimationFrame(n))}function $o(t){var e=$t,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),$t=e}function yc(t){var e=$t;t.__c=t.__(),$t=e}function Ev(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}var bv=Symbol.for("preact-signals");function Cc(){if(Fr>1)Fr--;else{for(var t,e=!1;bi!==void 0;){var n=bi;for(bi=void 0,bc++;n!==void 0;){var r=n.o;if(n.o=void 0,n.f&=-3,!(8&n.f)&&Nf(n))try{n.c()}catch(i){e||(t=i,e=!0)}n=r}}if(bc=0,Fr--,e)throw t}}var $e=void 0;var bi=void 0,Fr=0,bc=0,Go=0;function Df(t){if($e!==void 0){var e=t.n;if(e===void 0||e.t!==$e)return e={i:0,S:t,p:$e.s,n:void 0,t:$e,e:void 0,x:void 0,r:e},$e.s!==void 0&&($e.s.n=e),$e.s=e,t.n=e,32&$e.f&&t.S(e),e;if(e.i===-1)return e.i=0,e.n!==void 0&&(e.n.p=e.p,e.p!==void 0&&(e.p.n=e.n),e.p=$e.s,e.n=void 0,$e.s.n=e,$e.s=e),e}}function yt(t){this.v=t,this.i=0,this.n=void 0,this.t=void 0}yt.prototype.brand=bv;yt.prototype.h=function(){return!0};yt.prototype.S=function(t){this.t!==t&&t.e===void 0&&(t.x=this.t,this.t!==void 0&&(this.t.e=t),this.t=t)};yt.prototype.U=function(t){if(this.t!==void 0){var e=t.e,n=t.x;e!==void 0&&(e.x=n,t.e=void 0),n!==void 0&&(n.e=e,t.x=void 0),t===this.t&&(this.t=n)}};yt.prototype.subscribe=function(t){var e=this;return Wo(function(){var n=e.value,r=$e;$e=void 0;try{t(n)}finally{$e=r}})};yt.prototype.valueOf=function(){return this.value};yt.prototype.toString=function(){return this.value+""};yt.prototype.toJSON=function(){return this.value};yt.prototype.peek=function(){var t=$e;$e=void 0;try{return this.value}finally{$e=t}};Object.defineProperty(yt.prototype,"value",{get:function(){var t=Df(this);return t!==void 0&&(t.i=this.i),this.v},set:function(t){if(t!==this.v){if(bc>100)throw new Error("Cycle detected");this.v=t,this.i++,Go++,Fr++;try{for(var e=this.t;e!==void 0;e=e.x)e.t.N()}finally{Cc()}}}});function Ci(t){return new yt(t)}function Nf(t){for(var e=t.s;e!==void 0;e=e.n)if(e.S.i!==e.i||!e.S.h()||e.S.i!==e.i)return!0;return!1}function Rf(t){for(var e=t.s;e!==void 0;e=e.n){var n=e.S.n;if(n!==void 0&&(e.r=n),e.S.n=e,e.i=-1,e.n===void 0){t.s=e;break}}}function Mf(t){for(var e=t.s,n=void 0;e!==void 0;){var r=e.p;e.i===-1?(e.S.U(e),r!==void 0&&(r.n=e.n),e.n!==void 0&&(e.n.p=r)):n=e,e.S.n=e.r,e.r!==void 0&&(e.r=void 0),e=r}t.s=n}function Vr(t){yt.call(this,void 0),this.x=t,this.s=void 0,this.g=Go-1,this.f=4}(Vr.prototype=new yt).h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===Go))return!0;if(this.g=Go,this.f|=1,this.i>0&&!Nf(this))return this.f&=-2,!0;var t=$e;try{Rf(this),$e=this;var e=this.x();(16&this.f||this.v!==e||this.i===0)&&(this.v=e,this.f&=-17,this.i++)}catch(n){this.v=n,this.f|=16,this.i++}return $e=t,Mf(this),this.f&=-2,!0};Vr.prototype.S=function(t){if(this.t===void 0){this.f|=36;for(var e=this.s;e!==void 0;e=e.n)e.S.S(e)}yt.prototype.S.call(this,t)};Vr.prototype.U=function(t){if(this.t!==void 0&&(yt.prototype.U.call(this,t),this.t===void 0)){this.f&=-33;for(var e=this.s;e!==void 0;e=e.n)e.S.U(e)}};Vr.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var t=this.t;t!==void 0;t=t.x)t.t.N()}};Object.defineProperty(Vr.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var t=Df(this);if(this.h(),t!==void 0&&(t.i=this.i),16&this.f)throw this.v;return this.v}});function Pf(t){return new Vr(t)}function Lf(t){var e=t.u;if(t.u=void 0,typeof e=="function"){Fr++;var n=$e;$e=void 0;try{e()}catch(r){throw t.f&=-2,t.f|=8,wc(t),r}finally{$e=n,Cc()}}}function wc(t){for(var e=t.s;e!==void 0;e=e.n)e.S.U(e);t.x=void 0,t.s=void 0,Lf(t)}function Cv(t){if($e!==this)throw new Error("Out-of-order effect");Mf(this),$e=t,this.f&=-2,8&this.f&&wc(this),Cc()}function wi(t){this.x=t,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}wi.prototype.c=function(){var t=this.S();try{if(8&this.f||this.x===void 0)return;var e=this.x();typeof e=="function"&&(this.u=e)}finally{t()}};wi.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,Lf(this),Rf(this),Fr++;var t=$e;return $e=this,Cv.bind(this,t)};wi.prototype.N=function(){2&this.f||(this.f|=2,this.o=bi,bi=this)};wi.prototype.d=function(){this.f|=8,1&this.f||wc(this)};function Wo(t){var e=new wi(t);try{e.c()}catch(n){throw e.d(),n}return e.d.bind(e)}var Ic,Sc;function kr(t,e){je[t]=e.bind(null,je[t]||function(){})}function Yo(t){Sc&&Sc(),Sc=t&&t.S()}function Ff(t){var e=this,n=t.data,r=Sv(n);r.value=n;var i=Ec(function(){for(var o=e.__v;o=o.__;)if(o.__c){o.__c.__$f|=4;break}return e.__$u.c=function(){var s,c=e.__$u.S(),u=i.value;c(),fc(u)||((s=e.base)==null?void 0:s.nodeType)!==3?(e.__$f|=1,e.setState({})):e.base.data=u},Pf(function(){var s=r.value.value;return s===0?0:s===!0?"":s||""})},[]);return i.value}Ff.displayName="_st";Object.defineProperties(yt.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:Ff},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}});kr("__b",function(t,e){if(typeof e.type=="string"){var n,r=e.props;for(var i in r)if(i!=="children"){var o=r[i];o instanceof yt&&(n||(e.__np=n={}),n[i]=o,r[i]=o.peek())}}t(e)});kr("__r",function(t,e){Yo();var n,r=e.__c;r&&(r.__$f&=-2,(n=r.__$u)===void 0&&(r.__$u=n=function(i){var o;return Wo(function(){o=this}),o.c=function(){r.__$f|=1,r.setState({})},o}())),Ic=r,Yo(n),t(e)});kr("__e",function(t,e,n,r){Yo(),Ic=void 0,t(e,n,r)});kr("diffed",function(t,e){Yo(),Ic=void 0;var n;if(typeof e.type=="string"&&(n=e.__e)){var r=e.__np,i=e.props;if(r){var o=n.U;if(o)for(var s in o){var c=o[s];c!==void 0&&!(s in r)&&(c.d(),o[s]=void 0)}else n.U=o={};for(var u in r){var d=o[u],_=r[u];d===void 0?(d=wv(n,u,_,i),o[u]=d):d.o(_,i)}}}t(e)});function wv(t,e,n,r){var i=e in t&&t.ownerSVGElement===void 0,o=Ci(n);return{o:function(s,c){o.value=s,r=c},d:Wo(function(){var s=o.value.value;r[e]!==s&&(r[e]=s,i?t[e]=s:s?t.setAttribute(e,s):t.removeAttribute(e))})}}kr("unmount",function(t,e){if(typeof e.type=="string"){var n=e.__e;if(n){var r=n.U;if(r){n.U=void 0;for(var i in r){var o=r[i];o&&o.d()}}}}else{var s=e.__c;if(s){var c=s.__$u;c&&(s.__$u=void 0,c.d())}}t(e)});kr("__h",function(t,e,n,r){(r<3||r===9)&&(e.__$f|=2),t(e,n,r)});Pr.prototype.shouldComponentUpdate=function(t,e){var n=this.__$u,r=n&&n.s!==void 0;for(var i in e)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){if(!(r||2&this.__$f||4&this.__$f)||1&this.__$f)return!0}else if(!(r||4&this.__$f)||3&this.__$f)return!0;for(var o in t)if(o!=="__source"&&t[o]!==this.props[o])return!0;for(var s in this.props)if(!(s in t))return!0;return!1};function Sv(t){return Ec(function(){return Ci(t)},[])}var Tc=(i=>(i.SIMPLE="SIMPLE",i.SWIPER="SWIPER",i.STORY="STORY",i.FLOATING_POPUP="FLOATING_POPUP",i))(Tc||{}),xc=(r=>(r.ON="ON",r.OFF="OFF",r.ON_HOVER="ON_HOVER",r))(xc||{}),Si=(r=>(r.FIRST_ITEM="FIRST_ITEM",r.CARD="CARD",r.NONE="NONE",r))(Si||{});function Iv(t,e){return e={exports:{}},t(e,e.exports),e.exports}var Tv=Dv,xv=Rv,Ov=Lv,bn=[],en=[],Av=typeof Uint8Array<"u"?Uint8Array:Array,Oc="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(cr=0,Vf=Oc.length;cr<Vf;++cr)bn[cr]=Oc[cr],en[Oc.charCodeAt(cr)]=cr;var cr,Vf;en[45]=62;en[95]=63;function Qf(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=t.indexOf("=");n===-1&&(n=e);var r=n===e?0:4-n%4;return[n,r]}function Dv(t){var e=Qf(t),n=e[0],r=e[1];return(n+r)*3/4-r}function Nv(t,e,n){return(e+n)*3/4-n}function Rv(t){var e,n=Qf(t),r=n[0],i=n[1],o=new Av(Nv(t,r,i)),s=0,c=i>0?r-4:r,u;for(u=0;u<c;u+=4)e=en[t.charCodeAt(u)]<<18|en[t.charCodeAt(u+1)]<<12|en[t.charCodeAt(u+2)]<<6|en[t.charCodeAt(u+3)],o[s++]=e>>16&255,o[s++]=e>>8&255,o[s++]=e&255;return i===2&&(e=en[t.charCodeAt(u)]<<2|en[t.charCodeAt(u+1)]>>4,o[s++]=e&255),i===1&&(e=en[t.charCodeAt(u)]<<10|en[t.charCodeAt(u+1)]<<4|en[t.charCodeAt(u+2)]>>2,o[s++]=e>>8&255,o[s++]=e&255),o}function Mv(t){return bn[t>>18&63]+bn[t>>12&63]+bn[t>>6&63]+bn[t&63]}function Pv(t,e,n){for(var r,i=[],o=e;o<n;o+=3)r=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(Mv(r));return i.join("")}function Lv(t){for(var e,n=t.length,r=n%3,i=[],o=16383,s=0,c=n-r;s<c;s+=o)i.push(Pv(t,s,s+o>c?c:s+o));return r===1?(e=t[n-1],i.push(bn[e>>2]+bn[e<<4&63]+"==")):r===2&&(e=(t[n-2]<<8)+t[n-1],i.push(bn[e>>10]+bn[e>>4&63]+bn[e<<2&63]+"=")),i.join("")}var Ac={byteLength:Tv,toByteArray:xv,fromByteArray:Ov};var Fv=function(e,n,r,i,o){var s,c,u=o*8-i-1,d=(1<<u)-1,_=d>>1,h=-7,E=r?o-1:0,C=r?-1:1,N=e[n+E];for(E+=C,s=N&(1<<-h)-1,N>>=-h,h+=u;h>0;s=s*256+e[n+E],E+=C,h-=8);for(c=s&(1<<-h)-1,s>>=-h,h+=i;h>0;c=c*256+e[n+E],E+=C,h-=8);if(s===0)s=1-_;else{if(s===d)return c?NaN:(N?-1:1)*(1/0);c=c+Math.pow(2,i),s=s-_}return(N?-1:1)*c*Math.pow(2,s-i)},Vv=function(e,n,r,i,o,s){var c,u,d,_=s*8-o-1,h=(1<<_)-1,E=h>>1,C=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,N=i?0:s-1,k=i?1:-1,B=n<0||n===0&&1/n<0?1:0;for(n=Math.abs(n),isNaN(n)||n===1/0?(u=isNaN(n)?1:0,c=h):(c=Math.floor(Math.log(n)/Math.LN2),n*(d=Math.pow(2,-c))<1&&(c--,d*=2),c+E>=1?n+=C/d:n+=C*Math.pow(2,1-E),n*d>=2&&(c++,d/=2),c+E>=h?(u=0,c=h):c+E>=1?(u=(n*d-1)*Math.pow(2,o),c=c+E):(u=n*Math.pow(2,E-1)*Math.pow(2,o),c=0));o>=8;e[r+N]=u&255,N+=k,u/=256,o-=8);for(c=c<<o|u,_+=o;_>0;e[r+N]=c&255,N+=k,c/=256,_-=8);e[r+N-k]|=B*128},Br={read:Fv,write:Vv},Xo=Iv(function(t,e){var n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=s,e.SlowBuffer=X,e.INSPECT_MAX_BYTES=50;var r=2147483647;e.kMaxLength=r,s.TYPED_ARRAY_SUPPORT=i(),!s.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 i(){try{var p=new Uint8Array(1),a={foo:function(){return 42}};return Object.setPrototypeOf(a,Uint8Array.prototype),Object.setPrototypeOf(p,a),p.foo()===42}catch{return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.buffer}}),Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.byteOffset}});function o(p){if(p>r)throw new RangeError('The value "'+p+'" is invalid for option "size"');var a=new Uint8Array(p);return Object.setPrototypeOf(a,s.prototype),a}function s(p,a,l){if(typeof p=="number"){if(typeof a=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return _(p)}return c(p,a,l)}s.poolSize=8192;function c(p,a,l){if(typeof p=="string")return h(p,a);if(ArrayBuffer.isView(p))return C(p);if(p==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(p));if(he(p,ArrayBuffer)||p&&he(p.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(he(p,SharedArrayBuffer)||p&&he(p.buffer,SharedArrayBuffer)))return N(p,a,l);if(typeof p=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var g=p.valueOf&&p.valueOf();if(g!=null&&g!==p)return s.from(g,a,l);var I=k(p);if(I)return I;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof p[Symbol.toPrimitive]=="function")return s.from(p[Symbol.toPrimitive]("string"),a,l);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(p))}s.from=function(p,a,l){return c(p,a,l)},Object.setPrototypeOf(s.prototype,Uint8Array.prototype),Object.setPrototypeOf(s,Uint8Array);function u(p){if(typeof p!="number")throw new TypeError('"size" argument must be of type number');if(p<0)throw new RangeError('The value "'+p+'" is invalid for option "size"')}function d(p,a,l){return u(p),p<=0?o(p):a!==void 0?typeof l=="string"?o(p).fill(a,l):o(p).fill(a):o(p)}s.alloc=function(p,a,l){return d(p,a,l)};function _(p){return u(p),o(p<0?0:B(p)|0)}s.allocUnsafe=function(p){return _(p)},s.allocUnsafeSlow=function(p){return _(p)};function h(p,a){if((typeof a!="string"||a==="")&&(a="utf8"),!s.isEncoding(a))throw new TypeError("Unknown encoding: "+a);var l=J(p,a)|0,g=o(l),I=g.write(p,a);return I!==l&&(g=g.slice(0,I)),g}function E(p){for(var a=p.length<0?0:B(p.length)|0,l=o(a),g=0;g<a;g+=1)l[g]=p[g]&255;return l}function C(p){if(he(p,Uint8Array)){var a=new Uint8Array(p);return N(a.buffer,a.byteOffset,a.byteLength)}return E(p)}function N(p,a,l){if(a<0||p.byteLength<a)throw new RangeError('"offset" is outside of buffer bounds');if(p.byteLength<a+(l||0))throw new RangeError('"length" is outside of buffer bounds');var g;return a===void 0&&l===void 0?g=new Uint8Array(p):l===void 0?g=new Uint8Array(p,a):g=new Uint8Array(p,a,l),Object.setPrototypeOf(g,s.prototype),g}function k(p){if(s.isBuffer(p)){var a=B(p.length)|0,l=o(a);return l.length===0||p.copy(l,0,0,a),l}if(p.length!==void 0)return typeof p.length!="number"||me(p.length)?o(0):E(p);if(p.type==="Buffer"&&Array.isArray(p.data))return E(p.data)}function B(p){if(p>=r)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+r.toString(16)+" bytes");return p|0}function X(p){return+p!=p&&(p=0),s.alloc(+p)}s.isBuffer=function(a){return a!=null&&a._isBuffer===!0&&a!==s.prototype},s.compare=function(a,l){if(he(a,Uint8Array)&&(a=s.from(a,a.offset,a.byteLength)),he(l,Uint8Array)&&(l=s.from(l,l.offset,l.byteLength)),!s.isBuffer(a)||!s.isBuffer(l))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===l)return 0;for(var g=a.length,I=l.length,D=0,F=Math.min(g,I);D<F;++D)if(a[D]!==l[D]){g=a[D],I=l[D];break}return g<I?-1:I<g?1:0},s.isEncoding=function(a){switch(String(a).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!0;default:return!1}},s.concat=function(a,l){if(!Array.isArray(a))throw new TypeError('"list" argument must be an Array of Buffers');if(a.length===0)return s.alloc(0);var g;if(l===void 0)for(l=0,g=0;g<a.length;++g)l+=a[g].length;var I=s.allocUnsafe(l),D=0;for(g=0;g<a.length;++g){var F=a[g];if(he(F,Uint8Array))D+F.length>I.length?s.from(F).copy(I,D):Uint8Array.prototype.set.call(I,F,D);else if(s.isBuffer(F))F.copy(I,D);else throw new TypeError('"list" argument must be an Array of Buffers');D+=F.length}return I};function J(p,a){if(s.isBuffer(p))return p.length;if(ArrayBuffer.isView(p)||he(p,ArrayBuffer))return p.byteLength;if(typeof p!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+babelHelpers.typeof(p));var l=p.length,g=arguments.length>2&&arguments[2]===!0;if(!g&&l===0)return 0;for(var I=!1;;)switch(a){case"ascii":case"latin1":case"binary":return l;case"utf8":case"utf-8":return Q(p).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return l*2;case"hex":return l>>>1;case"base64":return pe(p).length;default:if(I)return g?-1:Q(p).length;a=(""+a).toLowerCase(),I=!0}}s.byteLength=J;function ue(p,a,l){var g=!1;if((a===void 0||a<0)&&(a=0),a>this.length||((l===void 0||l>this.length)&&(l=this.length),l<=0)||(l>>>=0,a>>>=0,l<=a))return"";for(p||(p="utf8");;)switch(p){case"hex":return L(this,a,l);case"utf8":case"utf-8":return Ge(this,a,l);case"ascii":return A(this,a,l);case"latin1":case"binary":return O(this,a,l);case"base64":return Le(this,a,l);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return M(this,a,l);default:if(g)throw new TypeError("Unknown encoding: "+p);p=(p+"").toLowerCase(),g=!0}}s.prototype._isBuffer=!0;function q(p,a,l){var g=p[a];p[a]=p[l],p[l]=g}s.prototype.swap16=function(){var a=this.length;if(a%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var l=0;l<a;l+=2)q(this,l,l+1);return this},s.prototype.swap32=function(){var a=this.length;if(a%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var l=0;l<a;l+=4)q(this,l,l+3),q(this,l+1,l+2);return this},s.prototype.swap64=function(){var a=this.length;if(a%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var l=0;l<a;l+=8)q(this,l,l+7),q(this,l+1,l+6),q(this,l+2,l+5),q(this,l+3,l+4);return this},s.prototype.toString=function(){var a=this.length;return a===0?"":arguments.length===0?Ge(this,0,a):ue.apply(this,arguments)},s.prototype.toLocaleString=s.prototype.toString,s.prototype.equals=function(a){if(!s.isBuffer(a))throw new TypeError("Argument must be a Buffer");return this===a?!0:s.compare(this,a)===0},s.prototype.inspect=function(){var a="",l=e.INSPECT_MAX_BYTES;return a=this.toString("hex",0,l).replace(/(.{2})/g,"$1 ").trim(),this.length>l&&(a+=" ... "),"<Buffer "+a+">"},n&&(s.prototype[n]=s.prototype.inspect),s.prototype.compare=function(a,l,g,I,D){if(he(a,Uint8Array)&&(a=s.from(a,a.offset,a.byteLength)),!s.isBuffer(a))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+babelHelpers.typeof(a));if(l===void 0&&(l=0),g===void 0&&(g=a?a.length:0),I===void 0&&(I=0),D===void 0&&(D=this.length),l<0||g>a.length||I<0||D>this.length)throw new RangeError("out of range index");if(I>=D&&l>=g)return 0;if(I>=D)return-1;if(l>=g)return 1;if(l>>>=0,g>>>=0,I>>>=0,D>>>=0,this===a)return 0;for(var F=D-I,ve=g-l,Ie=Math.min(F,ve),Ce=this.slice(I,D),ke=a.slice(l,g),Be=0;Be<Ie;++Be)if(Ce[Be]!==ke[Be]){F=Ce[Be],ve=ke[Be];break}return F<ve?-1:ve<F?1:0};function Ae(p,a,l,g,I){if(p.length===0)return-1;if(typeof l=="string"?(g=l,l=0):l>2147483647?l=2147483647:l<-2147483648&&(l=-2147483648),l=+l,me(l)&&(l=I?0:p.length-1),l<0&&(l=p.length+l),l>=p.length){if(I)return-1;l=p.length-1}else if(l<0)if(I)l=0;else return-1;if(typeof a=="string"&&(a=s.from(a,g)),s.isBuffer(a))return a.length===0?-1:H(p,a,l,g,I);if(typeof a=="number")return a=a&255,typeof Uint8Array.prototype.indexOf=="function"?I?Uint8Array.prototype.indexOf.call(p,a,l):Uint8Array.prototype.lastIndexOf.call(p,a,l):H(p,[a],l,g,I);throw new TypeError("val must be string, number or Buffer")}function H(p,a,l,g,I){var D=1,F=p.length,ve=a.length;if(g!==void 0&&(g=String(g).toLowerCase(),g==="ucs2"||g==="ucs-2"||g==="utf16le"||g==="utf-16le")){if(p.length<2||a.length<2)return-1;D=2,F/=2,ve/=2,l/=2}function Ie(Vt,Gt){return D===1?Vt[Gt]:Vt.readUInt16BE(Gt*D)}var Ce;if(I){var ke=-1;for(Ce=l;Ce<F;Ce++)if(Ie(p,Ce)===Ie(a,ke===-1?0:Ce-ke)){if(ke===-1&&(ke=Ce),Ce-ke+1===ve)return ke*D}else ke!==-1&&(Ce-=Ce-ke),ke=-1}else for(l+ve>F&&(l=F-ve),Ce=l;Ce>=0;Ce--){for(var Be=!0,Ze=0;Ze<ve;Ze++)if(Ie(p,Ce+Ze)!==Ie(a,Ze)){Be=!1;break}if(Be)return Ce}return-1}s.prototype.includes=function(a,l,g){return this.indexOf(a,l,g)!==-1},s.prototype.indexOf=function(a,l,g){return Ae(this,a,l,g,!0)},s.prototype.lastIndexOf=function(a,l,g){return Ae(this,a,l,g,!1)};function _e(p,a,l,g){l=Number(l)||0;var I=p.length-l;g?(g=Number(g),g>I&&(g=I)):g=I;var D=a.length;g>D/2&&(g=D/2);for(var F=0;F<g;++F){var ve=parseInt(a.substr(F*2,2),16);if(me(ve))return F;p[l+F]=ve}return F}function de(p,a,l,g){return se(Q(a,p.length-l),p,l,g)}function ye(p,a,l,g){return se(oe(a),p,l,g)}function Ve(p,a,l,g){return se(pe(a),p,l,g)}function De(p,a,l,g){return se(ee(a,p.length-l),p,l,g)}s.prototype.write=function(a,l,g,I){if(l===void 0)I="utf8",g=this.length,l=0;else if(g===void 0&&typeof l=="string")I=l,g=this.length,l=0;else if(isFinite(l))l=l>>>0,isFinite(g)?(g=g>>>0,I===void 0&&(I="utf8")):(I=g,g=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var D=this.length-l;if((g===void 0||g>D)&&(g=D),a.length>0&&(g<0||l<0)||l>this.length)throw new RangeError("Attempt to write outside buffer bounds");I||(I="utf8");for(var F=!1;;)switch(I){case"hex":return _e(this,a,l,g);case"utf8":case"utf-8":return de(this,a,l,g);case"ascii":case"latin1":case"binary":return ye(this,a,l,g);case"base64":return Ve(this,a,l,g);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return De(this,a,l,g);default:if(F)throw new TypeError("Unknown encoding: "+I);I=(""+I).toLowerCase(),F=!0}},s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Le(p,a,l){return a===0&&l===p.length?Ac.fromByteArray(p):Ac.fromByteArray(p.slice(a,l))}function Ge(p,a,l){l=Math.min(p.length,l);for(var g=[],I=a;I<l;){var D=p[I],F=null,ve=D>239?4:D>223?3:D>191?2:1;if(I+ve<=l){var Ie,Ce,ke,Be;switch(ve){case 1:D<128&&(F=D);break;case 2:Ie=p[I+1],(Ie&192)===128&&(Be=(D&31)<<6|Ie&63,Be>127&&(F=Be));break;case 3:Ie=p[I+1],Ce=p[I+2],(Ie&192)===128&&(Ce&192)===128&&(Be=(D&15)<<12|(Ie&63)<<6|Ce&63,Be>2047&&(Be<55296||Be>57343)&&(F=Be));break;case 4:Ie=p[I+1],Ce=p[I+2],ke=p[I+3],(Ie&192)===128&&(Ce&192)===128&&(ke&192)===128&&(Be=(D&15)<<18|(Ie&63)<<12|(Ce&63)<<6|ke&63,Be>65535&&Be<1114112&&(F=Be))}}F===null?(F=65533,ve=1):F>65535&&(F-=65536,g.push(F>>>10&1023|55296),F=56320|F&1023),g.push(F),I+=ve}return gt(g)}var ze=4096;function gt(p){var a=p.length;if(a<=ze)return String.fromCharCode.apply(String,p);for(var l="",g=0;g<a;)l+=String.fromCharCode.apply(String,p.slice(g,g+=ze));return l}function A(p,a,l){var g="";l=Math.min(p.length,l);for(var I=a;I<l;++I)g+=String.fromCharCode(p[I]&127);return g}function O(p,a,l){var g="";l=Math.min(p.length,l);for(var I=a;I<l;++I)g+=String.fromCharCode(p[I]);return g}function L(p,a,l){var g=p.length;(!a||a<0)&&(a=0),(!l||l<0||l>g)&&(l=g);for(var I="",D=a;D<l;++D)I+=ge[p[D]];return I}function M(p,a,l){for(var g=p.slice(a,l),I="",D=0;D<g.length-1;D+=2)I+=String.fromCharCode(g[D]+g[D+1]*256);return I}s.prototype.slice=function(a,l){var g=this.length;a=~~a,l=l===void 0?g:~~l,a<0?(a+=g,a<0&&(a=0)):a>g&&(a=g),l<0?(l+=g,l<0&&(l=0)):l>g&&(l=g),l<a&&(l=a);var I=this.subarray(a,l);return Object.setPrototypeOf(I,s.prototype),I};function v(p,a,l){if(p%1!==0||p<0)throw new RangeError("offset is not uint");if(p+a>l)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(a,l,g){a=a>>>0,l=l>>>0,g||v(a,l,this.length);for(var I=this[a],D=1,F=0;++F<l&&(D*=256);)I+=this[a+F]*D;return I},s.prototype.readUintBE=s.prototype.readUIntBE=function(a,l,g){a=a>>>0,l=l>>>0,g||v(a,l,this.length);for(var I=this[a+--l],D=1;l>0&&(D*=256);)I+=this[a+--l]*D;return I},s.prototype.readUint8=s.prototype.readUInt8=function(a,l){return a=a>>>0,l||v(a,1,this.length),this[a]},s.prototype.readUint16LE=s.prototype.readUInt16LE=function(a,l){return a=a>>>0,l||v(a,2,this.length),this[a]|this[a+1]<<8},s.prototype.readUint16BE=s.prototype.readUInt16BE=function(a,l){return a=a>>>0,l||v(a,2,this.length),this[a]<<8|this[a+1]},s.prototype.readUint32LE=s.prototype.readUInt32LE=function(a,l){return a=a>>>0,l||v(a,4,this.length),(this[a]|this[a+1]<<8|this[a+2]<<16)+this[a+3]*16777216},s.prototype.readUint32BE=s.prototype.readUInt32BE=function(a,l){return a=a>>>0,l||v(a,4,this.length),this[a]*16777216+(this[a+1]<<16|this[a+2]<<8|this[a+3])},s.prototype.readIntLE=function(a,l,g){a=a>>>0,l=l>>>0,g||v(a,l,this.length);for(var I=this[a],D=1,F=0;++F<l&&(D*=256);)I+=this[a+F]*D;return D*=128,I>=D&&(I-=Math.pow(2,8*l)),I},s.prototype.readIntBE=function(a,l,g){a=a>>>0,l=l>>>0,g||v(a,l,this.length);for(var I=l,D=1,F=this[a+--I];I>0&&(D*=256);)F+=this[a+--I]*D;return D*=128,F>=D&&(F-=Math.pow(2,8*l)),F},s.prototype.readInt8=function(a,l){return a=a>>>0,l||v(a,1,this.length),this[a]&128?(255-this[a]+1)*-1:this[a]},s.prototype.readInt16LE=function(a,l){a=a>>>0,l||v(a,2,this.length);var g=this[a]|this[a+1]<<8;return g&32768?g|4294901760:g},s.prototype.readInt16BE=function(a,l){a=a>>>0,l||v(a,2,this.length);var g=this[a+1]|this[a]<<8;return g&32768?g|4294901760:g},s.prototype.readInt32LE=function(a,l){return a=a>>>0,l||v(a,4,this.length),this[a]|this[a+1]<<8|this[a+2]<<16|this[a+3]<<24},s.prototype.readInt32BE=function(a,l){return a=a>>>0,l||v(a,4,this.length),this[a]<<24|this[a+1]<<16|this[a+2]<<8|this[a+3]},s.prototype.readFloatLE=function(a,l){return a=a>>>0,l||v(a,4,this.length),Br.read(this,a,!0,23,4)},s.prototype.readFloatBE=function(a,l){return a=a>>>0,l||v(a,4,this.length),Br.read(this,a,!1,23,4)},s.prototype.readDoubleLE=function(a,l){return a=a>>>0,l||v(a,8,this.length),Br.read(this,a,!0,52,8)},s.prototype.readDoubleBE=function(a,l){return a=a>>>0,l||v(a,8,this.length),Br.read(this,a,!1,52,8)};function y(p,a,l,g,I,D){if(!s.isBuffer(p))throw new TypeError('"buffer" argument must be a Buffer instance');if(a>I||a<D)throw new RangeError('"value" argument is out of bounds');if(l+g>p.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(a,l,g,I){if(a=+a,l=l>>>0,g=g>>>0,!I){var D=Math.pow(2,8*g)-1;y(this,a,l,g,D,0)}var F=1,ve=0;for(this[l]=a&255;++ve<g&&(F*=256);)this[l+ve]=a/F&255;return l+g},s.prototype.writeUintBE=s.prototype.writeUIntBE=function(a,l,g,I){if(a=+a,l=l>>>0,g=g>>>0,!I){var D=Math.pow(2,8*g)-1;y(this,a,l,g,D,0)}var F=g-1,ve=1;for(this[l+F]=a&255;--F>=0&&(ve*=256);)this[l+F]=a/ve&255;return l+g},s.prototype.writeUint8=s.prototype.writeUInt8=function(a,l,g){return a=+a,l=l>>>0,g||y(this,a,l,1,255,0),this[l]=a&255,l+1},s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(a,l,g){return a=+a,l=l>>>0,g||y(this,a,l,2,65535,0),this[l]=a&255,this[l+1]=a>>>8,l+2},s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(a,l,g){return a=+a,l=l>>>0,g||y(this,a,l,2,65535,0),this[l]=a>>>8,this[l+1]=a&255,l+2},s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(a,l,g){return a=+a,l=l>>>0,g||y(this,a,l,4,4294967295,0),this[l+3]=a>>>24,this[l+2]=a>>>16,this[l+1]=a>>>8,this[l]=a&255,l+4},s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(a,l,g){return a=+a,l=l>>>0,g||y(this,a,l,4,4294967295,0),this[l]=a>>>24,this[l+1]=a>>>16,this[l+2]=a>>>8,this[l+3]=a&255,l+4},s.prototype.writeIntLE=function(a,l,g,I){if(a=+a,l=l>>>0,!I){var D=Math.pow(2,8*g-1);y(this,a,l,g,D-1,-D)}var F=0,ve=1,Ie=0;for(this[l]=a&255;++F<g&&(ve*=256);)a<0&&Ie===0&&this[l+F-1]!==0&&(Ie=1),this[l+F]=(a/ve>>0)-Ie&255;return l+g},s.prototype.writeIntBE=function(a,l,g,I){if(a=+a,l=l>>>0,!I){var D=Math.pow(2,8*g-1);y(this,a,l,g,D-1,-D)}var F=g-1,ve=1,Ie=0;for(this[l+F]=a&255;--F>=0&&(ve*=256);)a<0&&Ie===0&&this[l+F+1]!==0&&(Ie=1),this[l+F]=(a/ve>>0)-Ie&255;return l+g},s.prototype.writeInt8=function(a,l,g){return a=+a,l=l>>>0,g||y(this,a,l,1,127,-128),a<0&&(a=255+a+1),this[l]=a&255,l+1},s.prototype.writeInt16LE=function(a,l,g){return a=+a,l=l>>>0,g||y(this,a,l,2,32767,-32768),this[l]=a&255,this[l+1]=a>>>8,l+2},s.prototype.writeInt16BE=function(a,l,g){return a=+a,l=l>>>0,g||y(this,a,l,2,32767,-32768),this[l]=a>>>8,this[l+1]=a&255,l+2},s.prototype.writeInt32LE=function(a,l,g){return a=+a,l=l>>>0,g||y(this,a,l,4,2147483647,-2147483648),this[l]=a&255,this[l+1]=a>>>8,this[l+2]=a>>>16,this[l+3]=a>>>24,l+4},s.prototype.writeInt32BE=function(a,l,g){return a=+a,l=l>>>0,g||y(this,a,l,4,2147483647,-2147483648),a<0&&(a=4294967295+a+1),this[l]=a>>>24,this[l+1]=a>>>16,this[l+2]=a>>>8,this[l+3]=a&255,l+4};function U(p,a,l,g,I,D){if(l+g>p.length)throw new RangeError("Index out of range");if(l<0)throw new RangeError("Index out of range")}function Z(p,a,l,g,I){return a=+a,l=l>>>0,I||U(p,a,l,4),Br.write(p,a,l,g,23,4),l+4}s.prototype.writeFloatLE=function(a,l,g){return Z(this,a,l,!0,g)},s.prototype.writeFloatBE=function(a,l,g){return Z(this,a,l,!1,g)};function ne(p,a,l,g,I){return a=+a,l=l>>>0,I||U(p,a,l,8),Br.write(p,a,l,g,52,8),l+8}s.prototype.writeDoubleLE=function(a,l,g){return ne(this,a,l,!0,g)},s.prototype.writeDoubleBE=function(a,l,g){return ne(this,a,l,!1,g)},s.prototype.copy=function(a,l,g,I){if(!s.isBuffer(a))throw new TypeError("argument should be a Buffer");if(g||(g=0),!I&&I!==0&&(I=this.length),l>=a.length&&(l=a.length),l||(l=0),I>0&&I<g&&(I=g),I===g||a.length===0||this.length===0)return 0;if(l<0)throw new RangeError("targetStart out of bounds");if(g<0||g>=this.length)throw new RangeError("Index out of range");if(I<0)throw new RangeError("sourceEnd out of bounds");I>this.length&&(I=this.length),a.length-l<I-g&&(I=a.length-l+g);var D=I-g;return this===a&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(l,g,I):Uint8Array.prototype.set.call(a,this.subarray(g,I),l),D},s.prototype.fill=function(a,l,g,I){if(typeof a=="string"){if(typeof l=="string"?(I=l,l=0,g=this.length):typeof g=="string"&&(I=g,g=this.length),I!==void 0&&typeof I!="string")throw new TypeError("encoding must be a string");if(typeof I=="string"&&!s.isEncoding(I))throw new TypeError("Unknown encoding: "+I);if(a.length===1){var D=a.charCodeAt(0);(I==="utf8"&&D<128||I==="latin1")&&(a=D)}}else typeof a=="number"?a=a&255:typeof a=="boolean"&&(a=Number(a));if(l<0||this.length<l||this.length<g)throw new RangeError("Out of range index");if(g<=l)return this;l=l>>>0,g=g===void 0?this.length:g>>>0,a||(a=0);var F;if(typeof a=="number")for(F=l;F<g;++F)this[F]=a;else{var ve=s.isBuffer(a)?a:s.from(a,I),Ie=ve.length;if(Ie===0)throw new TypeError('The value "'+a+'" is invalid for argument "value"');for(F=0;F<g-l;++F)this[F+l]=ve[F%Ie]}return this};var ie=/[^+/0-9A-Za-z-_]/g;function ce(p){if(p=p.split("=")[0],p=p.trim().replace(ie,""),p.length<2)return"";for(;p.length%4!==0;)p=p+"=";return p}function Q(p,a){a=a||1/0;for(var l,g=p.length,I=null,D=[],F=0;F<g;++F){if(l=p.charCodeAt(F),l>55295&&l<57344){if(!I){if(l>56319){(a-=3)>-1&&D.push(239,191,189);continue}else if(F+1===g){(a-=3)>-1&&D.push(239,191,189);continue}I=l;continue}if(l<56320){(a-=3)>-1&&D.push(239,191,189),I=l;continue}l=(I-55296<<10|l-56320)+65536}else I&&(a-=3)>-1&&D.push(239,191,189);if(I=null,l<128){if((a-=1)<0)break;D.push(l)}else if(l<2048){if((a-=2)<0)break;D.push(l>>6|192,l&63|128)}else if(l<65536){if((a-=3)<0)break;D.push(l>>12|224,l>>6&63|128,l&63|128)}else if(l<1114112){if((a-=4)<0)break;D.push(l>>18|240,l>>12&63|128,l>>6&63|128,l&63|128)}else throw new Error("Invalid code point")}return D}function oe(p){for(var a=[],l=0;l<p.length;++l)a.push(p.charCodeAt(l)&255);return a}function ee(p,a){for(var l,g,I,D=[],F=0;F<p.length&&!((a-=2)<0);++F)l=p.charCodeAt(F),g=l>>8,I=l%256,D.push(I),D.push(g);return D}function pe(p){return Ac.toByteArray(ce(p))}function se(p,a,l,g){for(var I=0;I<g&&!(I+l>=a.length||I>=p.length);++I)a[I+l]=p[I];return I}function he(p,a){return p instanceof a||p!=null&&p.constructor!=null&&p.constructor.name!=null&&p.constructor.name===a.name}function me(p){return p!==p}var ge=function(){for(var p="0123456789abcdef",a=new Array(256),l=0;l<16;++l)for(var g=l*16,I=0;I<16;++I)a[g+I]=p[l]+p[I];return a}()}),Fe=Xo.Buffer;Xo.SlowBuffer;Xo.INSPECT_MAX_BYTES;Xo.kMaxLength;var Pc=function(e,n){return Pc=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var o in i)i.hasOwnProperty(o)&&(r[o]=i[o])},Pc(e,n)};function qo(t,e){Pc(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}var ur=function(t){qo(e,t);function e(n){var r=t.call(this,n)||this;return Object.setPrototypeOf(r,e.prototype),r}return Object.defineProperty(e.prototype,"name",{get:function(){return"BSONError"},enumerable:!1,configurable:!0}),e}(Error),tt=function(t){qo(e,t);function e(n){var r=t.call(this,n)||this;return Object.setPrototypeOf(r,e.prototype),r}return Object.defineProperty(e.prototype,"name",{get:function(){return"BSONTypeError"},enumerable:!1,configurable:!0}),e}(TypeError);function zo(t){return t&&t.Math==Math&&t}function ep(){return zo(typeof globalThis=="object"&&globalThis)||zo(typeof window=="object"&&window)||zo(typeof self=="object"&&self)||zo(typeof global=="object"&&global)||Function("return this")()}function kv(){var t=ep();return typeof t.navigator=="object"&&t.navigator.product==="ReactNative"}var Bv=function(e){var n=kv()?"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(n);for(var r=Fe.alloc(e),i=0;i<e;++i)r[i]=Math.floor(Math.random()*256);return r},Uv=function(){{if(typeof window<"u"){var t=window.crypto||window.msCrypto;if(t&&t.getRandomValues)return function(e){return t.getRandomValues(Fe.alloc(e))}}return typeof global<"u"&&global.crypto&&global.crypto.getRandomValues?function(e){return global.crypto.getRandomValues(Fe.alloc(e))}:Bv}},tp=Uv();function Hv(t){return["[object ArrayBuffer]","[object SharedArrayBuffer]"].includes(Object.prototype.toString.call(t))}function Fc(t){return Object.prototype.toString.call(t)==="[object Uint8Array]"}function jv(t){return Object.prototype.toString.call(t)==="[object RegExp]"}function $v(t){return Oi(t)&&Object.prototype.toString.call(t)==="[object Date]"}function Oi(t){return typeof t=="object"&&t!==null}function Zo(t,e){var n=!1;function r(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];return n||(console.warn(e),n=!0),t.apply(this,i)}return r}function Ko(t){if(ArrayBuffer.isView(t))return Fe.from(t.buffer,t.byteOffset,t.byteLength);if(Hv(t))return Fe.from(t);throw new tt("Must use either Buffer or TypedArray")}var Gv=/^(?:[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,np=function(t){return typeof t=="string"&&Gv.test(t)},Lc=function(t){if(!np(t))throw new tt('UUID string representations must be a 32 or 36 character hex string (dashes excluded/included). Format: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".');var e=t.replace(/-/g,"");return Fe.from(e,"hex")},kf=function(t,e){return e===void 0&&(e=!0),e?t.toString("hex",0,4)+"-"+t.toString("hex",4,6)+"-"+t.toString("hex",6,8)+"-"+t.toString("hex",8,10)+"-"+t.toString("hex",10,16):t.toString("hex")};var xD=Math.pow(2,63)-1,OD=-Math.pow(2,63),Wv=Math.pow(2,53),Yv=-Math.pow(2,53);var rp=4;var dr=function(){function t(e,n){if(!(this instanceof t))return new t(e,n);if(e!=null&&typeof e!="string"&&!ArrayBuffer.isView(e)&&!(e instanceof ArrayBuffer)&&!Array.isArray(e))throw new tt("Binary can only be constructed from string, Buffer, TypedArray, or Array<number>");this.sub_type=n??t.BSON_BINARY_SUBTYPE_DEFAULT,e==null?(this.buffer=Fe.alloc(t.BUFFER_SIZE),this.position=0):(typeof e=="string"?this.buffer=Fe.from(e,"binary"):Array.isArray(e)?this.buffer=Fe.from(e):this.buffer=Ko(e),this.position=this.buffer.byteLength)}return t.prototype.put=function(e){if(typeof e=="string"&&e.length!==1)throw new tt("only accepts single character String");if(typeof e!="number"&&e.length!==1)throw new tt("only accepts single character Uint8Array or Array");var n;if(typeof e=="string"?n=e.charCodeAt(0):typeof e=="number"?n=e:n=e[0],n<0||n>255)throw new tt("only accepts number in a valid unsigned byte range 0-255");if(this.buffer.length>this.position)this.buffer[this.position++]=n;else{var r=Fe.alloc(t.BUFFER_SIZE+this.buffer.length);this.buffer.copy(r,0,0,this.buffer.length),this.buffer=r,this.buffer[this.position++]=n}},t.prototype.write=function(e,n){if(n=typeof n=="number"?n:this.position,this.buffer.length<n+e.length){var r=Fe.alloc(this.buffer.length+e.length);this.buffer.copy(r,0,0,this.buffer.length),this.buffer=r}ArrayBuffer.isView(e)?(this.buffer.set(Ko(e),n),this.position=n+e.byteLength>this.position?n+e.length:this.position):typeof e=="string"&&(this.buffer.write(e,n,e.length,"binary"),this.position=n+e.length>this.position?n+e.length:this.position)},t.prototype.read=function(e,n){return n=n&&n>0?n:this.position,this.buffer.slice(e,e+n)},t.prototype.value=function(e){return e=!!e,e&&this.buffer.length===this.position?this.buffer:e?this.buffer.slice(0,this.position):this.buffer.toString("binary",0,this.position)},t.prototype.length=function(){return this.position},t.prototype.toJSON=function(){return this.buffer.toString("base64")},t.prototype.toString=function(e){return this.buffer.toString(e)},t.prototype.toExtendedJSON=function(e){e=e||{};var n=this.buffer.toString("base64"),r=Number(this.sub_type).toString(16);return e.legacy?{$binary:n,$type:r.length===1?"0"+r:r}:{$binary:{base64:n,subType:r.length===1?"0"+r:r}}},t.prototype.toUUID=function(){if(this.sub_type===t.SUBTYPE_UUID)return new Bf(this.buffer.slice(0,this.position));throw new ur('Binary sub_type "'.concat(this.sub_type,'" is not supported for converting to UUID. Only "').concat(t.SUBTYPE_UUID,'" is currently supported.'))},t.fromExtendedJSON=function(e,n){n=n||{};var r,i;if("$binary"in e?n.legacy&&typeof e.$binary=="string"&&"$type"in e?(i=e.$type?parseInt(e.$type,16):0,r=Fe.from(e.$binary,"base64")):typeof e.$binary!="string"&&(i=e.$binary.subType?parseInt(e.$binary.subType,16):0,r=Fe.from(e.$binary.base64,"base64")):"$uuid"in e&&(i=4,r=Lc(e.$uuid)),!r)throw new tt("Unexpected Binary Extended JSON format ".concat(JSON.stringify(e)));return i===rp?new Bf(r):new t(r,i)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.value(!0);return'new Binary(Buffer.from("'.concat(e.toString("hex"),'", "hex"), ').concat(this.sub_type,")")},t.BSON_BINARY_SUBTYPE_DEFAULT=0,t.BUFFER_SIZE=256,t.SUBTYPE_DEFAULT=0,t.SUBTYPE_FUNCTION=1,t.SUBTYPE_BYTE_ARRAY=2,t.SUBTYPE_UUID_OLD=3,t.SUBTYPE_UUID=4,t.SUBTYPE_MD5=5,t.SUBTYPE_ENCRYPTED=6,t.SUBTYPE_COLUMN=7,t.SUBTYPE_USER_DEFINED=128,t}();Object.defineProperty(dr.prototype,"_bsontype",{value:"Binary"});var Dc=16,Bf=function(t){qo(e,t);function e(n){var r=this,i,o;if(n==null)i=e.generate();else if(n instanceof e)i=Fe.from(n.buffer),o=n.__id;else if(ArrayBuffer.isView(n)&&n.byteLength===Dc)i=Ko(n);else if(typeof n=="string")i=Lc(n);else throw new tt("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 r=t.call(this,i,rp)||this,r.__id=o,r}return Object.defineProperty(e.prototype,"id",{get:function(){return this.buffer},set:function(n){this.buffer=n,e.cacheHexString&&(this.__id=kf(n))},enumerable:!1,configurable:!0}),e.prototype.toHexString=function(n){if(n===void 0&&(n=!0),e.cacheHexString&&this.__id)return this.__id;var r=kf(this.id,n);return e.cacheHexString&&(this.__id=r),r},e.prototype.toString=function(n){return n?this.id.toString(n):this.toHexString()},e.prototype.toJSON=function(){return this.toHexString()},e.prototype.equals=function(n){if(!n)return!1;if(n instanceof e)return n.id.equals(this.id);try{return new e(n).id.equals(this.id)}catch{return!1}},e.prototype.toBinary=function(){return new dr(this.id,dr.SUBTYPE_UUID)},e.generate=function(){var n=tp(Dc);return n[6]=n[6]&15|64,n[8]=n[8]&63|128,Fe.from(n)},e.isValid=function(n){return n?n instanceof e?!0:typeof n=="string"?np(n):Fc(n)?n.length!==Dc?!1:(n[6]&240)===64&&(n[8]&128)===128:!1:!1},e.createFromHexString=function(n){var r=Lc(n);return new e(r)},e.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},e.prototype.inspect=function(){return'new UUID("'.concat(this.toHexString(),'")')},e}(dr),Jo=function(){function t(e,n){if(!(this instanceof t))return new t(e,n);this.code=e,this.scope=n}return t.prototype.toJSON=function(){return{code:this.code,scope:this.scope}},t.prototype.toExtendedJSON=function(){return this.scope?{$code:this.code,$scope:this.scope}:{$code:this.code}},t.fromExtendedJSON=function(e){return new t(e.$code,e.$scope)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.toJSON();return'new Code("'.concat(String(e.code),'"').concat(e.scope?", ".concat(JSON.stringify(e.scope)):"",")")},t}();Object.defineProperty(Jo.prototype,"_bsontype",{value:"Code"});function zv(t){return Oi(t)&&t.$id!=null&&typeof t.$ref=="string"&&(t.$db==null||typeof t.$db=="string")}var Ti=function(){function t(e,n,r,i){if(!(this instanceof t))return new t(e,n,r,i);var o=e.split(".");o.length===2&&(r=o.shift(),e=o.shift()),this.collection=e,this.oid=n,this.db=r,this.fields=i||{}}return Object.defineProperty(t.prototype,"namespace",{get:function(){return this.collection},set:function(e){this.collection=e},enumerable:!1,configurable:!0}),t.prototype.toJSON=function(){var e=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return this.db!=null&&(e.$db=this.db),e},t.prototype.toExtendedJSON=function(e){e=e||{};var n={$ref:this.collection,$id:this.oid};return e.legacy||(this.db&&(n.$db=this.db),n=Object.assign(n,this.fields)),n},t.fromExtendedJSON=function(e){var n=Object.assign({},e);return delete n.$ref,delete n.$id,delete n.$db,new t(e.$ref,e.$id,e.$db,n)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.oid===void 0||this.oid.toString===void 0?this.oid:this.oid.toString();return'new DBRef("'.concat(this.namespace,'", new ObjectId("').concat(String(e),'")').concat(this.db?', "'.concat(this.db,'"'):"",")")},t}();Object.defineProperty(Ti.prototype,"_bsontype",{value:"DBRef"});var Qt=void 0;try{Qt=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 Uf=65536,Kv=1<<24,Hr=Uf*Uf,ip=Hr*Hr,Hf=ip/2,jf={},$f={},ae=function(){function t(e,n,r){if(e===void 0&&(e=0),!(this instanceof t))return new t(e,n,r);typeof e=="bigint"?Object.assign(this,t.fromBigInt(e,!!n)):typeof e=="string"?Object.assign(this,t.fromString(e,!!n)):(this.low=e|0,this.high=n|0,this.unsigned=!!r),Object.defineProperty(this,"__isLong__",{value:!0,configurable:!1,writable:!1,enumerable:!1})}return t.fromBits=function(e,n,r){return new t(e,n,r)},t.fromInt=function(e,n){var r,i,o;return n?(e>>>=0,(o=0<=e&&e<256)&&(i=$f[e],i)?i:(r=t.fromBits(e,(e|0)<0?-1:0,!0),o&&($f[e]=r),r)):(e|=0,(o=-128<=e&&e<128)&&(i=jf[e],i)?i:(r=t.fromBits(e,e<0?-1:0,!1),o&&(jf[e]=r),r))},t.fromNumber=function(e,n){if(isNaN(e))return n?t.UZERO:t.ZERO;if(n){if(e<0)return t.UZERO;if(e>=ip)return t.MAX_UNSIGNED_VALUE}else{if(e<=-Hf)return t.MIN_VALUE;if(e+1>=Hf)return t.MAX_VALUE}return e<0?t.fromNumber(-e,n).neg():t.fromBits(e%Hr|0,e/Hr|0,n)},t.fromBigInt=function(e,n){return t.fromString(e.toString(),n)},t.fromString=function(e,n,r){if(e.length===0)throw Error("empty string");if(e==="NaN"||e==="Infinity"||e==="+Infinity"||e==="-Infinity")return t.ZERO;if(typeof n=="number"?(r=n,n=!1):n=!!n,r=r||10,r<2||36<r)throw RangeError("radix");var i;if((i=e.indexOf("-"))>0)throw Error("interior hyphen");if(i===0)return t.fromString(e.substring(1),n,r).neg();for(var o=t.fromNumber(Math.pow(r,8)),s=t.ZERO,c=0;c<e.length;c+=8){var u=Math.min(8,e.length-c),d=parseInt(e.substring(c,c+u),r);if(u<8){var _=t.fromNumber(Math.pow(r,u));s=s.mul(_).add(t.fromNumber(d))}else s=s.mul(o),s=s.add(t.fromNumber(d))}return s.unsigned=n,s},t.fromBytes=function(e,n,r){return r?t.fromBytesLE(e,n):t.fromBytesBE(e,n)},t.fromBytesLE=function(e,n){return new t(e[0]|e[1]<<8|e[2]<<16|e[3]<<24,e[4]|e[5]<<8|e[6]<<16|e[7]<<24,n)},t.fromBytesBE=function(e,n){return new t(e[4]<<24|e[5]<<16|e[6]<<8|e[7],e[0]<<24|e[1]<<16|e[2]<<8|e[3],n)},t.isLong=function(e){return Oi(e)&&e.__isLong__===!0},t.fromValue=function(e,n){return typeof e=="number"?t.fromNumber(e,n):typeof e=="string"?t.fromString(e,n):t.fromBits(e.low,e.high,typeof n=="boolean"?n:e.unsigned)},t.prototype.add=function(e){t.isLong(e)||(e=t.fromValue(e));var n=this.high>>>16,r=this.high&65535,i=this.low>>>16,o=this.low&65535,s=e.high>>>16,c=e.high&65535,u=e.low>>>16,d=e.low&65535,_=0,h=0,E=0,C=0;return C+=o+d,E+=C>>>16,C&=65535,E+=i+u,h+=E>>>16,E&=65535,h+=r+c,_+=h>>>16,h&=65535,_+=n+s,_&=65535,t.fromBits(E<<16|C,_<<16|h,this.unsigned)},t.prototype.and=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low&e.low,this.high&e.high,this.unsigned)},t.prototype.compare=function(e){if(t.isLong(e)||(e=t.fromValue(e)),this.eq(e))return 0;var n=this.isNegative(),r=e.isNegative();return n&&!r?-1:!n&&r?1:this.unsigned?e.high>>>0>this.high>>>0||e.high===this.high&&e.low>>>0>this.low>>>0?-1:1:this.sub(e).isNegative()?-1:1},t.prototype.comp=function(e){return this.compare(e)},t.prototype.divide=function(e){if(t.isLong(e)||(e=t.fromValue(e)),e.isZero())throw Error("division by zero");if(Qt){if(!this.unsigned&&this.high===-2147483648&&e.low===-1&&e.high===-1)return this;var n=(this.unsigned?Qt.div_u:Qt.div_s)(this.low,this.high,e.low,e.high);return t.fromBits(n,Qt.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?t.UZERO:t.ZERO;var r,i,o;if(this.unsigned){if(e.unsigned||(e=e.toUnsigned()),e.gt(this))return t.UZERO;if(e.gt(this.shru(1)))return t.UONE;o=t.UZERO}else{if(this.eq(t.MIN_VALUE)){if(e.eq(t.ONE)||e.eq(t.NEG_ONE))return t.MIN_VALUE;if(e.eq(t.MIN_VALUE))return t.ONE;var s=this.shr(1);return r=s.div(e).shl(1),r.eq(t.ZERO)?e.isNegative()?t.ONE:t.NEG_ONE:(i=this.sub(e.mul(r)),o=r.add(i.div(e)),o)}else if(e.eq(t.MIN_VALUE))return this.unsigned?t.UZERO:t.ZERO;if(this.isNegative())return e.isNegative()?this.neg().div(e.neg()):this.neg().div(e).neg();if(e.isNegative())return this.div(e.neg()).neg();o=t.ZERO}for(i=this;i.gte(e);){r=Math.max(1,Math.floor(i.toNumber()/e.toNumber()));for(var c=Math.ceil(Math.log(r)/Math.LN2),u=c<=48?1:Math.pow(2,c-48),d=t.fromNumber(r),_=d.mul(e);_.isNegative()||_.gt(i);)r-=u,d=t.fromNumber(r,this.unsigned),_=d.mul(e);d.isZero()&&(d=t.ONE),o=o.add(d),i=i.sub(_)}return o},t.prototype.div=function(e){return this.divide(e)},t.prototype.equals=function(e){return t.isLong(e)||(e=t.fromValue(e)),this.unsigned!==e.unsigned&&this.high>>>31===1&&e.high>>>31===1?!1:this.high===e.high&&this.low===e.low},t.prototype.eq=function(e){return this.equals(e)},t.prototype.getHighBits=function(){return this.high},t.prototype.getHighBitsUnsigned=function(){return this.high>>>0},t.prototype.getLowBits=function(){return this.low},t.prototype.getLowBitsUnsigned=function(){return this.low>>>0},t.prototype.getNumBitsAbs=function(){if(this.isNegative())return this.eq(t.MIN_VALUE)?64:this.neg().getNumBitsAbs();var e=this.high!==0?this.high:this.low,n;for(n=31;n>0&&(e&1<<n)===0;n--);return this.high!==0?n+33:n+1},t.prototype.greaterThan=function(e){return this.comp(e)>0},t.prototype.gt=function(e){return this.greaterThan(e)},t.prototype.greaterThanOrEqual=function(e){return this.comp(e)>=0},t.prototype.gte=function(e){return this.greaterThanOrEqual(e)},t.prototype.ge=function(e){return this.greaterThanOrEqual(e)},t.prototype.isEven=function(){return(this.low&1)===0},t.prototype.isNegative=function(){return!this.unsigned&&this.high<0},t.prototype.isOdd=function(){return(this.low&1)===1},t.prototype.isPositive=function(){return this.unsigned||this.high>=0},t.prototype.isZero=function(){return this.high===0&&this.low===0},t.prototype.lessThan=function(e){return this.comp(e)<0},t.prototype.lt=function(e){return this.lessThan(e)},t.prototype.lessThanOrEqual=function(e){return this.comp(e)<=0},t.prototype.lte=function(e){return this.lessThanOrEqual(e)},t.prototype.modulo=function(e){if(t.isLong(e)||(e=t.fromValue(e)),Qt){var n=(this.unsigned?Qt.rem_u:Qt.rem_s)(this.low,this.high,e.low,e.high);return t.fromBits(n,Qt.get_high(),this.unsigned)}return this.sub(this.div(e).mul(e))},t.prototype.mod=function(e){return this.modulo(e)},t.prototype.rem=function(e){return this.modulo(e)},t.prototype.multiply=function(e){if(this.isZero())return t.ZERO;if(t.isLong(e)||(e=t.fromValue(e)),Qt){var n=Qt.mul(this.low,this.high,e.low,e.high);return t.fromBits(n,Qt.get_high(),this.unsigned)}if(e.isZero())return t.ZERO;if(this.eq(t.MIN_VALUE))return e.isOdd()?t.MIN_VALUE:t.ZERO;if(e.eq(t.MIN_VALUE))return this.isOdd()?t.MIN_VALUE:t.ZERO;if(this.isNegative())return e.isNegative()?this.neg().mul(e.neg()):this.neg().mul(e).neg();if(e.isNegative())return this.mul(e.neg()).neg();if(this.lt(t.TWO_PWR_24)&&e.lt(t.TWO_PWR_24))return t.fromNumber(this.toNumber()*e.toNumber(),this.unsigned);var r=this.high>>>16,i=this.high&65535,o=this.low>>>16,s=this.low&65535,c=e.high>>>16,u=e.high&65535,d=e.low>>>16,_=e.low&65535,h=0,E=0,C=0,N=0;return N+=s*_,C+=N>>>16,N&=65535,C+=o*_,E+=C>>>16,C&=65535,C+=s*d,E+=C>>>16,C&=65535,E+=i*_,h+=E>>>16,E&=65535,E+=o*d,h+=E>>>16,E&=65535,E+=s*u,h+=E>>>16,E&=65535,h+=r*_+i*d+o*u+s*c,h&=65535,t.fromBits(C<<16|N,h<<16|E,this.unsigned)},t.prototype.mul=function(e){return this.multiply(e)},t.prototype.negate=function(){return!this.unsigned&&this.eq(t.MIN_VALUE)?t.MIN_VALUE:this.not().add(t.ONE)},t.prototype.neg=function(){return this.negate()},t.prototype.not=function(){return t.fromBits(~this.low,~this.high,this.unsigned)},t.prototype.notEquals=function(e){return!this.equals(e)},t.prototype.neq=function(e){return this.notEquals(e)},t.prototype.ne=function(e){return this.notEquals(e)},t.prototype.or=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low|e.low,this.high|e.high,this.unsigned)},t.prototype.shiftLeft=function(e){return t.isLong(e)&&(e=e.toInt()),(e&=63)===0?this:e<32?t.fromBits(this.low<<e,this.high<<e|this.low>>>32-e,this.unsigned):t.fromBits(0,this.low<<e-32,this.unsigned)},t.prototype.shl=function(e){return this.shiftLeft(e)},t.prototype.shiftRight=function(e){return t.isLong(e)&&(e=e.toInt()),(e&=63)===0?this:e<32?t.fromBits(this.low>>>e|this.high<<32-e,this.high>>e,this.unsigned):t.fromBits(this.high>>e-32,this.high>=0?0:-1,this.unsigned)},t.prototype.shr=function(e){return this.shiftRight(e)},t.prototype.shiftRightUnsigned=function(e){if(t.isLong(e)&&(e=e.toInt()),e&=63,e===0)return this;var n=this.high;if(e<32){var r=this.low;return t.fromBits(r>>>e|n<<32-e,n>>>e,this.unsigned)}else return e===32?t.fromBits(n,0,this.unsigned):t.fromBits(n>>>e-32,0,this.unsigned)},t.prototype.shr_u=function(e){return this.shiftRightUnsigned(e)},t.prototype.shru=function(e){return this.shiftRightUnsigned(e)},t.prototype.subtract=function(e){return t.isLong(e)||(e=t.fromValue(e)),this.add(e.neg())},t.prototype.sub=function(e){return this.subtract(e)},t.prototype.toInt=function(){return this.unsigned?this.low>>>0:this.low},t.prototype.toNumber=function(){return this.unsigned?(this.high>>>0)*Hr+(this.low>>>0):this.high*Hr+(this.low>>>0)},t.prototype.toBigInt=function(){return BigInt(this.toString())},t.prototype.toBytes=function(e){return e?this.toBytesLE():this.toBytesBE()},t.prototype.toBytesLE=function(){var e=this.high,n=this.low;return[n&255,n>>>8&255,n>>>16&255,n>>>24,e&255,e>>>8&255,e>>>16&255,e>>>24]},t.prototype.toBytesBE=function(){var e=this.high,n=this.low;return[e>>>24,e>>>16&255,e>>>8&255,e&255,n>>>24,n>>>16&255,n>>>8&255,n&255]},t.prototype.toSigned=function(){return this.unsigned?t.fromBits(this.low,this.high,!1):this},t.prototype.toString=function(e){if(e=e||10,e<2||36<e)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative())if(this.eq(t.MIN_VALUE)){var n=t.fromNumber(e),r=this.div(n),i=r.mul(n).sub(this);return r.toString(e)+i.toInt().toString(e)}else return"-"+this.neg().toString(e);for(var o=t.fromNumber(Math.pow(e,6),this.unsigned),s=this,c="";;){var u=s.div(o),d=s.sub(u.mul(o)).toInt()>>>0,_=d.toString(e);if(s=u,s.isZero())return _+c;for(;_.length<6;)_="0"+_;c=""+_+c}},t.prototype.toUnsigned=function(){return this.unsigned?this:t.fromBits(this.low,this.high,!0)},t.prototype.xor=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low^e.low,this.high^e.high,this.unsigned)},t.prototype.eqz=function(){return this.isZero()},t.prototype.le=function(e){return this.lessThanOrEqual(e)},t.prototype.toExtendedJSON=function(e){return e&&e.relaxed?this.toNumber():{$numberLong:this.toString()}},t.fromExtendedJSON=function(e,n){var r=t.fromString(e.$numberLong);return n&&n.relaxed?r.toNumber():r},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new Long("'.concat(this.toString(),'"').concat(this.unsigned?", true":"",")")},t.TWO_PWR_24=t.fromInt(Kv),t.MAX_UNSIGNED_VALUE=t.fromBits(-1,-1,!0),t.ZERO=t.fromInt(0),t.UZERO=t.fromInt(0,!0),t.ONE=t.fromInt(1),t.UONE=t.fromInt(1,!0),t.NEG_ONE=t.fromInt(-1),t.MAX_VALUE=t.fromBits(-1,2147483647,!1),t.MIN_VALUE=t.fromBits(0,-2147483648,!1),t}();Object.defineProperty(ae.prototype,"__isLong__",{value:!0});Object.defineProperty(ae.prototype,"_bsontype",{value:"Long"});var Xv=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,qv=/^(\+|-)?(Infinity|inf)$/i,Zv=/^(\+|-)?NaN$/i,Ii=6111,Nc=-6176,Gf=6176,Jv=34,Rc=[124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),Wf=[248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),Yf=[120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),Qv=/^([-+])?(\d+)?$/,ey=31,zf=16383,ty=30,ny=31;function Kf(t){return!isNaN(parseInt(t,10))}function ry(t){var e=ae.fromNumber(1e9),n=ae.fromNumber(0);if(!t.parts[0]&&!t.parts[1]&&!t.parts[2]&&!t.parts[3])return{quotient:t,rem:n};for(var r=0;r<=3;r++)n=n.shiftLeft(32),n=n.add(new ae(t.parts[r],0)),t.parts[r]=n.div(e).low,n=n.modulo(e);return{quotient:t,rem:n}}function iy(t,e){if(!t&&!e)return{high:ae.fromNumber(0),low:ae.fromNumber(0)};var n=t.shiftRightUnsigned(32),r=new ae(t.getLowBits(),0),i=e.shiftRightUnsigned(32),o=new ae(e.getLowBits(),0),s=n.multiply(i),c=n.multiply(o),u=r.multiply(i),d=r.multiply(o);return s=s.add(c.shiftRightUnsigned(32)),c=new ae(c.getLowBits(),0).add(u).add(d.shiftRightUnsigned(32)),s=s.add(c.shiftRightUnsigned(32)),d=c.shiftLeft(32).add(new ae(d.getLowBits(),0)),{high:s,low:d}}function oy(t,e){var n=t.high>>>0,r=e.high>>>0;if(n<r)return!0;if(n===r){var i=t.low>>>0,o=e.low>>>0;if(i<o)return!0}return!1}function Ur(t,e){throw new tt('"'.concat(t,'" is not a valid Decimal128 string - ').concat(e))}var Vc=function(){function t(e){if(!(this instanceof t))return new t(e);if(typeof e=="string")this.bytes=t.fromString(e).bytes;else if(Fc(e)){if(e.byteLength!==16)throw new tt("Decimal128 must take a Buffer of 16 bytes");this.bytes=e}else throw new tt("Decimal128 must take a Buffer or string")}return t.fromString=function(e){var n=!1,r=!1,i=!1,o=0,s=0,c=0,u=0,d=0,_=[0],h=0,E=0,C=0,N=0,k=0,B=0,X=new ae(0,0),J=new ae(0,0),ue=0,q=0;if(e.length>=7e3)throw new tt(""+e+" not a valid Decimal128 string");var Ae=e.match(Xv),H=e.match(qv),_e=e.match(Zv);if(!Ae&&!H&&!_e||e.length===0)throw new tt(""+e+" not a valid Decimal128 string");if(Ae){var de=Ae[2],ye=Ae[4],Ve=Ae[5],De=Ae[6];ye&&De===void 0&&Ur(e,"missing exponent power"),ye&&de===void 0&&Ur(e,"missing exponent base"),ye===void 0&&(Ve||De)&&Ur(e,"missing e before exponent")}if((e[q]==="+"||e[q]==="-")&&(n=e[q++]==="-"),!Kf(e[q])&&e[q]!=="."){if(e[q]==="i"||e[q]==="I")return new t(Fe.from(n?Wf:Yf));if(e[q]==="N")return new t(Fe.from(Rc))}for(;Kf(e[q])||e[q]===".";){if(e[q]==="."){r&&Ur(e,"contains multiple periods"),r=!0,q=q+1;continue}h<34&&(e[q]!=="0"||i)&&(i||(d=s),i=!0,_[E++]=parseInt(e[q],10),h=h+1),i&&(c=c+1),r&&(u=u+1),s=s+1,q=q+1}if(r&&!s)throw new tt(""+e+" not a valid Decimal128 string");if(e[q]==="e"||e[q]==="E"){var Le=e.substr(++q).match(Qv);if(!Le||!Le[2])return new t(Fe.from(Rc));k=parseInt(Le[0],10),q=q+Le[0].length}if(e[q])return new t(Fe.from(Rc));if(C=0,!h)C=0,N=0,_[0]=0,c=1,h=1,o=0;else if(N=h-1,o=c,o!==1)for(;_[d+o-1]===0;)o=o-1;for(k<=u&&u-k>16384?k=Nc:k=k-u;k>Ii;){if(N=N+1,N-C>Jv){var Ge=_.join("");if(Ge.match(/^0+$/)){k=Ii;break}Ur(e,"overflow")}k=k-1}for(;k<Nc||h<c;){if(N===0&&o<h){k=Nc,o=0;break}if(h<c?c=c-1:N=N-1,k<Ii)k=k+1;else{var Ge=_.join("");if(Ge.match(/^0+$/)){k=Ii;break}Ur(e,"overflow")}}if(N-C+1<o){var ze=s;r&&(d=d+1,ze=ze+1),n&&(d=d+1,ze=ze+1);var gt=parseInt(e[d+N+1],10),A=0;if(gt>=5&&(A=1,gt===5)){for(A=_[N]%2===1?1:0,B=d+N+2;B<ze;B++)if(parseInt(e[B],10)){A=1;break}}if(A){for(var O=N;O>=0;O--)if(++_[O]>9&&(_[O]=0,O===0))if(k<Ii)k=k+1,_[O]=1;else return new t(Fe.from(n?Wf:Yf))}}if(X=ae.fromNumber(0),J=ae.fromNumber(0),o===0)X=ae.fromNumber(0),J=ae.fromNumber(0);else if(N-C<17){var O=C;for(J=ae.fromNumber(_[O++]),X=new ae(0,0);O<=N;O++)J=J.multiply(ae.fromNumber(10)),J=J.add(ae.fromNumber(_[O]))}else{var O=C;for(X=ae.fromNumber(_[O++]);O<=N-17;O++)X=X.multiply(ae.fromNumber(10)),X=X.add(ae.fromNumber(_[O]));for(J=ae.fromNumber(_[O++]);O<=N;O++)J=J.multiply(ae.fromNumber(10)),J=J.add(ae.fromNumber(_[O]))}var L=iy(X,ae.fromString("100000000000000000"));L.low=L.low.add(J),oy(L.low,J)&&(L.high=L.high.add(ae.fromNumber(1))),ue=k+Gf;var M={low:ae.fromNumber(0),high:ae.fromNumber(0)};L.high.shiftRightUnsigned(49).and(ae.fromNumber(1)).equals(ae.fromNumber(1))?(M.high=M.high.or(ae.fromNumber(3).shiftLeft(61)),M.high=M.high.or(ae.fromNumber(ue).and(ae.fromNumber(16383).shiftLeft(47))),M.high=M.high.or(L.high.and(ae.fromNumber(0x7fffffffffff)))):(M.high=M.high.or(ae.fromNumber(ue&16383).shiftLeft(49)),M.high=M.high.or(L.high.and(ae.fromNumber(562949953421311)))),M.low=L.low,n&&(M.high=M.high.or(ae.fromString("9223372036854775808")));var v=Fe.alloc(16);return q=0,v[q++]=M.low.low&255,v[q++]=M.low.low>>8&255,v[q++]=M.low.low>>16&255,v[q++]=M.low.low>>24&255,v[q++]=M.low.high&255,v[q++]=M.low.high>>8&255,v[q++]=M.low.high>>16&255,v[q++]=M.low.high>>24&255,v[q++]=M.high.low&255,v[q++]=M.high.low>>8&255,v[q++]=M.high.low>>16&255,v[q++]=M.high.low>>24&255,v[q++]=M.high.high&255,v[q++]=M.high.high>>8&255,v[q++]=M.high.high>>16&255,v[q++]=M.high.high>>24&255,new t(v)},t.prototype.toString=function(){for(var e,n=0,r=new Array(36),i=0;i<r.length;i++)r[i]=0;var o=0,s=!1,c,u={parts:[0,0,0,0]},d,_,h=[];o=0;var E=this.bytes,C=E[o++]|E[o++]<<8|E[o++]<<16|E[o++]<<24,N=E[o++]|E[o++]<<8|E[o++]<<16|E[o++]<<24,k=E[o++]|E[o++]<<8|E[o++]<<16|E[o++]<<24,B=E[o++]|E[o++]<<8|E[o++]<<16|E[o++]<<24;o=0;var X={low:new ae(C,N),high:new ae(k,B)};X.high.lessThan(ae.ZERO)&&h.push("-");var J=B>>26&ey;if(J>>3===3){if(J===ty)return h.join("")+"Infinity";if(J===ny)return"NaN";e=B>>15&zf,c=8+(B>>14&1)}else c=B>>14&7,e=B>>17&zf;var ue=e-Gf;if(u.parts[0]=(B&16383)+((c&15)<<14),u.parts[1]=k,u.parts[2]=N,u.parts[3]=C,u.parts[0]===0&&u.parts[1]===0&&u.parts[2]===0&&u.parts[3]===0)s=!0;else for(_=3;_>=0;_--){var q=0,Ae=ry(u);if(u=Ae.quotient,q=Ae.rem.low,!!q)for(d=8;d>=0;d--)r[_*9+d]=q%10,q=Math.floor(q/10)}if(s)n=1,r[o]=0;else for(n=36;!r[o];)n=n-1,o=o+1;var H=n-1+ue;if(H>=34||H<=-7||ue>0){if(n>34)return h.push("".concat(0)),ue>0?h.push("E+".concat(ue)):ue<0&&h.push("E".concat(ue)),h.join("");h.push("".concat(r[o++])),n=n-1,n&&h.push(".");for(var i=0;i<n;i++)h.push("".concat(r[o++]));h.push("E"),H>0?h.push("+".concat(H)):h.push("".concat(H))}else if(ue>=0)for(var i=0;i<n;i++)h.push("".concat(r[o++]));else{var _e=n+ue;if(_e>0)for(var i=0;i<_e;i++)h.push("".concat(r[o++]));else h.push("0");for(h.push(".");_e++<0;)h.push("0");for(var i=0;i<n-Math.max(_e-1,0);i++)h.push("".concat(r[o++]))}return h.join("")},t.prototype.toJSON=function(){return{$numberDecimal:this.toString()}},t.prototype.toExtendedJSON=function(){return{$numberDecimal:this.toString()}},t.fromExtendedJSON=function(e){return t.fromString(e.$numberDecimal)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new Decimal128("'.concat(this.toString(),'")')},t}();Object.defineProperty(Vc.prototype,"_bsontype",{value:"Decimal128"});var Qo=function(){function t(e){if(!(this instanceof t))return new t(e);e instanceof Number&&(e=e.valueOf()),this.value=+e}return t.prototype.valueOf=function(){return this.value},t.prototype.toJSON=function(){return this.value},t.prototype.toString=function(e){return this.value.toString(e)},t.prototype.toExtendedJSON=function(e){return e&&(e.legacy||e.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()}},t.fromExtendedJSON=function(e,n){var r=parseFloat(e.$numberDouble);return n&&n.relaxed?r:new t(r)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.toExtendedJSON();return"new Double(".concat(e.$numberDouble,")")},t}();Object.defineProperty(Qo.prototype,"_bsontype",{value:"Double"});var es=function(){function t(e){if(!(this instanceof t))return new t(e);e instanceof Number&&(e=e.valueOf()),this.value=+e|0}return t.prototype.valueOf=function(){return this.value},t.prototype.toString=function(e){return this.value.toString(e)},t.prototype.toJSON=function(){return this.value},t.prototype.toExtendedJSON=function(e){return e&&(e.relaxed||e.legacy)?this.value:{$numberInt:this.value.toString()}},t.fromExtendedJSON=function(e,n){return n&&n.relaxed?parseInt(e.$numberInt,10):new t(e.$numberInt)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new Int32(".concat(this.valueOf(),")")},t}();Object.defineProperty(es.prototype,"_bsontype",{value:"Int32"});var kc=function(){function t(){if(!(this instanceof t))return new t}return t.prototype.toExtendedJSON=function(){return{$maxKey:1}},t.fromExtendedJSON=function(){return new t},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new MaxKey()"},t}();Object.defineProperty(kc.prototype,"_bsontype",{value:"MaxKey"});var Bc=function(){function t(){if(!(this instanceof t))return new t}return t.prototype.toExtendedJSON=function(){return{$minKey:1}},t.fromExtendedJSON=function(){return new t},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new MinKey()"},t}();Object.defineProperty(Bc.prototype,"_bsontype",{value:"MinKey"});var sy=new RegExp("^[0-9a-fA-F]{24}$"),lr=null,En=Symbol("id"),Rt=function(){function t(e){if(!(this instanceof t))return new t(e);var n;if(typeof e=="object"&&e&&"id"in e){if(typeof e.id!="string"&&!ArrayBuffer.isView(e.id))throw new tt("Argument passed in must have an id that is of type string or Buffer");"toHexString"in e&&typeof e.toHexString=="function"?n=Fe.from(e.toHexString(),"hex"):n=e.id}else n=e;if(n==null||typeof n=="number")this[En]=t.generate(typeof n=="number"?n:void 0);else if(ArrayBuffer.isView(n)&&n.byteLength===12)this[En]=n instanceof Fe?n:Ko(n);else if(typeof n=="string")if(n.length===12){var r=Fe.from(n);if(r.byteLength===12)this[En]=r;else throw new tt("Argument passed in must be a string of 12 bytes")}else if(n.length===24&&sy.test(n))this[En]=Fe.from(n,"hex");else throw new tt("Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer");else throw new tt("Argument passed in does not match the accepted types");t.cacheHexString&&(this.__id=this.id.toString("hex"))}return Object.defineProperty(t.prototype,"id",{get:function(){return this[En]},set:function(e){this[En]=e,t.cacheHexString&&(this.__id=e.toString("hex"))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"generationTime",{get:function(){return this.id.readInt32BE(0)},set:function(e){this.id.writeUInt32BE(e,0)},enumerable:!1,configurable:!0}),t.prototype.toHexString=function(){if(t.cacheHexString&&this.__id)return this.__id;var e=this.id.toString("hex");return t.cacheHexString&&!this.__id&&(this.__id=e),e},t.getInc=function(){return t.index=(t.index+1)%16777215},t.generate=function(e){typeof e!="number"&&(e=Math.floor(Date.now()/1e3));var n=t.getInc(),r=Fe.alloc(12);return r.writeUInt32BE(e,0),lr===null&&(lr=tp(5)),r[4]=lr[0],r[5]=lr[1],r[6]=lr[2],r[7]=lr[3],r[8]=lr[4],r[11]=n&255,r[10]=n>>8&255,r[9]=n>>16&255,r},t.prototype.toString=function(e){return e?this.id.toString(e):this.toHexString()},t.prototype.toJSON=function(){return this.toHexString()},t.prototype.equals=function(e){if(e==null)return!1;if(e instanceof t)return this[En][11]===e[En][11]&&this[En].equals(e[En]);if(typeof e=="string"&&t.isValid(e)&&e.length===12&&Fc(this.id))return e===Fe.prototype.toString.call(this.id,"latin1");if(typeof e=="string"&&t.isValid(e)&&e.length===24)return e.toLowerCase()===this.toHexString();if(typeof e=="string"&&t.isValid(e)&&e.length===12)return Fe.from(e).equals(this.id);if(typeof e=="object"&&"toHexString"in e&&typeof e.toHexString=="function"){var n=e.toHexString(),r=this.toHexString().toLowerCase();return typeof n=="string"&&n.toLowerCase()===r}return!1},t.prototype.getTimestamp=function(){var e=new Date,n=this.id.readUInt32BE(0);return e.setTime(Math.floor(n)*1e3),e},t.createPk=function(){return new t},t.createFromTime=function(e){var n=Fe.from([0,0,0,0,0,0,0,0,0,0,0,0]);return n.writeUInt32BE(e,0),new t(n)},t.createFromHexString=function(e){if(typeof e>"u"||e!=null&&e.length!==24)throw new tt("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");return new t(Fe.from(e,"hex"))},t.isValid=function(e){if(e==null)return!1;try{return new t(e),!0}catch{return!1}},t.prototype.toExtendedJSON=function(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString("hex")}},t.fromExtendedJSON=function(e){return new t(e.$oid)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new ObjectId("'.concat(this.toHexString(),'")')},t.index=Math.floor(Math.random()*16777215),t}();Object.defineProperty(Rt.prototype,"generate",{value:Zo(function(t){return Rt.generate(t)},"Please use the static `ObjectId.generate(time)` instead")});Object.defineProperty(Rt.prototype,"getInc",{value:Zo(function(){return Rt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(Rt.prototype,"get_inc",{value:Zo(function(){return Rt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(Rt,"get_inc",{value:Zo(function(){return Rt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(Rt.prototype,"_bsontype",{value:"ObjectID"});function ay(t){return t.split("").sort().join("")}var xi=function(){function t(e,n){if(!(this instanceof t))return new t(e,n);if(this.pattern=e,this.options=ay(n??""),this.pattern.indexOf("\0")!==-1)throw new ur("BSON Regex patterns cannot contain null bytes, found: ".concat(JSON.stringify(this.pattern)));if(this.options.indexOf("\0")!==-1)throw new ur("BSON Regex options cannot contain null bytes, found: ".concat(JSON.stringify(this.options)));for(var r=0;r<this.options.length;r++)if(!(this.options[r]==="i"||this.options[r]==="m"||this.options[r]==="x"||this.options[r]==="l"||this.options[r]==="s"||this.options[r]==="u"))throw new ur("The regular expression option [".concat(this.options[r],"] is not supported"))}return t.parseOptions=function(e){return e?e.split("").sort().join(""):""},t.prototype.toExtendedJSON=function(e){return e=e||{},e.legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}},t.fromExtendedJSON=function(e){if("$regex"in e)if(typeof e.$regex!="string"){if(e.$regex._bsontype==="BSONRegExp")return e}else return new t(e.$regex,t.parseOptions(e.$options));if("$regularExpression"in e)return new t(e.$regularExpression.pattern,t.parseOptions(e.$regularExpression.options));throw new tt("Unexpected BSONRegExp EJSON object form: ".concat(JSON.stringify(e)))},t}();Object.defineProperty(xi.prototype,"_bsontype",{value:"BSONRegExp"});var Uc=function(){function t(e){if(!(this instanceof t))return new t(e);this.value=e}return t.prototype.valueOf=function(){return this.value},t.prototype.toString=function(){return this.value},t.prototype.inspect=function(){return'new BSONSymbol("'.concat(this.value,'")')},t.prototype.toJSON=function(){return this.value},t.prototype.toExtendedJSON=function(){return{$symbol:this.value}},t.fromExtendedJSON=function(e){return new t(e.$symbol)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t}();Object.defineProperty(Uc.prototype,"_bsontype",{value:"Symbol"});var cy=ae,op=function(t){qo(e,t);function e(n,r){var i=this;return i instanceof e?(ae.isLong(n)?i=t.call(this,n.low,n.high,!0)||this:Oi(n)&&typeof n.t<"u"&&typeof n.i<"u"?i=t.call(this,n.i,n.t,!0)||this:i=t.call(this,n,r,!0)||this,Object.defineProperty(i,"_bsontype",{value:"Timestamp",writable:!1,configurable:!1,enumerable:!1}),i):new e(n,r)}return e.prototype.toJSON=function(){return{$timestamp:this.toString()}},e.fromInt=function(n){return new e(ae.fromInt(n,!0))},e.fromNumber=function(n){return new e(ae.fromNumber(n,!0))},e.fromBits=function(n,r){return new e(n,r)},e.fromString=function(n,r){return new e(ae.fromString(n,!0,r))},e.prototype.toExtendedJSON=function(){return{$timestamp:{t:this.high>>>0,i:this.low>>>0}}},e.fromExtendedJSON=function(n){return new e(n.$timestamp)},e.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},e.prototype.inspect=function(){return"new Timestamp({ t: ".concat(this.getHighBits(),", i: ").concat(this.getLowBits()," })")},e.MAX_VALUE=ae.MAX_UNSIGNED_VALUE,e}(cy);function ly(t){return Oi(t)&&Reflect.has(t,"_bsontype")&&typeof t._bsontype=="string"}var sp=2147483647,ap=-2147483648,cp=9223372036854776e3,lp=-9223372036854776e3,uy={$oid:Rt,$binary:dr,$uuid:dr,$symbol:Uc,$numberInt:es,$numberDecimal:Vc,$numberDouble:Qo,$numberLong:ae,$minKey:Bc,$maxKey:kc,$regex:xi,$regularExpression:xi,$timestamp:op};function up(t,e){if(e===void 0&&(e={}),typeof t=="number"){if(e.relaxed||e.legacy)return t;if(Math.floor(t)===t){if(t>=ap&&t<=sp)return new es(t);if(t>=lp&&t<=cp)return ae.fromNumber(t)}return new Qo(t)}if(t==null||typeof t!="object")return t;if(t.$undefined)return null;for(var n=Object.keys(t).filter(function(h){return h.startsWith("$")&&t[h]!=null}),r=0;r<n.length;r++){var i=uy[n[r]];if(i)return i.fromExtendedJSON(t,e)}if(t.$date!=null){var o=t.$date,s=new Date;return e.legacy?typeof o=="number"?s.setTime(o):typeof o=="string"&&s.setTime(Date.parse(o)):typeof o=="string"?s.setTime(Date.parse(o)):ae.isLong(o)?s.setTime(o.toNumber()):typeof o=="number"&&e.relaxed&&s.setTime(o),s}if(t.$code!=null){var c=Object.assign({},t);return t.$scope&&(c.$scope=up(t.$scope)),Jo.fromExtendedJSON(t)}if(zv(t)||t.$dbPointer){var u=t.$ref?t:t.$dbPointer;if(u instanceof Ti)return u;var d=Object.keys(u).filter(function(h){return h.startsWith("$")}),_=!0;if(d.forEach(function(h){["$ref","$id","$db"].indexOf(h)===-1&&(_=!1)}),_)return Ti.fromExtendedJSON(u)}return t}function dy(t,e){return t.map(function(n,r){e.seenObjects.push({propertyName:"index ".concat(r),obj:null});try{return Yn(n,e)}finally{e.seenObjects.pop()}})}function Xf(t){var e=t.toISOString();return t.getUTCMilliseconds()!==0?e:e.slice(0,-5)+"Z"}function Yn(t,e){if((typeof t=="object"||typeof t=="function")&&t!==null){var n=e.seenObjects.findIndex(function(X){return X.obj===t});if(n!==-1){var r=e.seenObjects.map(function(X){return X.propertyName}),i=r.slice(0,n).map(function(X){return"".concat(X," -> ")}).join(""),o=r[n],s=" -> "+r.slice(n+1,r.length-1).map(function(X){return"".concat(X," -> ")}).join(""),c=r[r.length-1],u=" ".repeat(i.length+o.length/2),d="-".repeat(s.length+(o.length+c.length)/2-1);throw new tt(`Converting circular structure to EJSON:
|
|
30
|
-
`+" ".concat(i).concat(o).concat(s).concat(c,`
|
|
31
|
-
`)+" ".concat(u,"\\").concat(d,"/"))}e.seenObjects[e.seenObjects.length-1].obj=t}if(Array.isArray(t))return dy(t,e);if(t===void 0)return null;if(t instanceof Date||$v(t)){var _=t.getTime(),h=_>-1&&_<2534023188e5;return e.legacy?e.relaxed&&h?{$date:t.getTime()}:{$date:Xf(t)}:e.relaxed&&h?{$date:Xf(t)}:{$date:{$numberLong:t.getTime().toString()}}}if(typeof t=="number"&&(!e.relaxed||!isFinite(t))){if(Math.floor(t)===t){var E=t>=ap&&t<=sp,C=t>=lp&&t<=cp;if(E)return{$numberInt:t.toString()};if(C)return{$numberLong:t.toString()}}return{$numberDouble:t.toString()}}if(t instanceof RegExp||jv(t)){var N=t.flags;if(N===void 0){var k=t.toString().match(/[gimuy]*$/);k&&(N=k[0])}var B=new xi(t.source,N);return B.toExtendedJSON(e)}return t!=null&&typeof t=="object"?py(t,e):t}var fy={Binary:function(t){return new dr(t.value(),t.sub_type)},Code:function(t){return new Jo(t.code,t.scope)},DBRef:function(t){return new Ti(t.collection||t.namespace,t.oid,t.db,t.fields)},Decimal128:function(t){return new Vc(t.bytes)},Double:function(t){return new Qo(t.value)},Int32:function(t){return new es(t.value)},Long:function(t){return ae.fromBits(t.low!=null?t.low:t.low_,t.low!=null?t.high:t.high_,t.low!=null?t.unsigned:t.unsigned_)},MaxKey:function(){return new kc},MinKey:function(){return new Bc},ObjectID:function(t){return new Rt(t)},ObjectId:function(t){return new Rt(t)},BSONRegExp:function(t){return new xi(t.pattern,t.options)},Symbol:function(t){return new Uc(t.value)},Timestamp:function(t){return op.fromBits(t.low,t.high)}};function py(t,e){if(t==null||typeof t!="object")throw new ur("not an object instance");var n=t._bsontype;if(typeof n>"u"){var r={};for(var i in t){e.seenObjects.push({propertyName:i,obj:null});try{var o=Yn(t[i],e);i==="__proto__"?Object.defineProperty(r,i,{value:o,writable:!0,enumerable:!0,configurable:!0}):r[i]=o}finally{e.seenObjects.pop()}}return r}else if(ly(t)){var s=t;if(typeof s.toExtendedJSON!="function"){var c=fy[t._bsontype];if(!c)throw new tt("Unrecognized or invalid _bsontype: "+t._bsontype);s=c(s)}return n==="Code"&&s.scope?s=new Jo(s.code,Yn(s.scope,e)):n==="DBRef"&&s.oid&&(s=new Ti(Yn(s.collection,e),Yn(s.oid,e),Yn(s.db,e),Yn(s.fields,e))),s.toExtendedJSON(e)}else throw new ur("_bsontype must be a string, but was: "+typeof n)}var qf;(function(t){function e(o,s){var c=Object.assign({},{relaxed:!0,legacy:!1},s);return typeof c.relaxed=="boolean"&&(c.strict=!c.relaxed),typeof c.strict=="boolean"&&(c.relaxed=!c.strict),JSON.parse(o,function(u,d){if(u.indexOf("\0")!==-1)throw new ur("BSON Document field names cannot contain null bytes, found: ".concat(JSON.stringify(u)));return up(d,c)})}t.parse=e;function n(o,s,c,u){c!=null&&typeof c=="object"&&(u=c,c=0),s!=null&&typeof s=="object"&&!Array.isArray(s)&&(u=s,s=void 0,c=0);var d=Object.assign({relaxed:!0,legacy:!1},u,{seenObjects:[{propertyName:"(root)",obj:null}]}),_=Yn(o,d);return JSON.stringify(_,s,c)}t.stringify=n;function r(o,s){return s=s||{},JSON.parse(n(o,s))}t.serialize=r;function i(o,s){return s=s||{},e(JSON.stringify(o),s)}t.deserialize=i})(qf||(qf={}));var Zf,Jf=ep();Jf.Map?Zf=Jf.Map:Zf=function(){function t(e){e===void 0&&(e=[]),this._keys=[],this._values={};for(var n=0;n<e.length;n++)if(e[n]!=null){var r=e[n],i=r[0],o=r[1];this._keys.push(i),this._values[i]={v:o,i:this._keys.length-1}}}return t.prototype.clear=function(){this._keys=[],this._values={}},t.prototype.delete=function(e){var n=this._values[e];return n==null?!1:(delete this._values[e],this._keys.splice(n.i,1),!0)},t.prototype.entries=function(){var e=this,n=0;return{next:function(){var r=e._keys[n++];return{value:r!==void 0?[r,e._values[r].v]:void 0,done:r===void 0}}}},t.prototype.forEach=function(e,n){n=n||this;for(var r=0;r<this._keys.length;r++){var i=this._keys[r];e.call(n,this._values[i].v,i,n)}},t.prototype.get=function(e){return this._values[e]?this._values[e].v:void 0},t.prototype.has=function(e){return this._values[e]!=null},t.prototype.keys=function(){var e=this,n=0;return{next:function(){var r=e._keys[n++];return{value:r!==void 0?r:void 0,done:r===void 0}}}},t.prototype.set=function(e,n){return this._values[e]?(this._values[e].v=n,this):(this._keys.push(e),this._values[e]={v:n,i:this._keys.length-1},this)},t.prototype.values=function(){var e=this,n=0;return{next:function(){var r=e._keys[n++];return{value:r!==void 0?e._values[r].v:void 0,done:r===void 0}}}},Object.defineProperty(t.prototype,"size",{get:function(){return this._keys.length},enumerable:!1,configurable:!0}),t}();var AD=ae.fromNumber(Wv),DD=ae.fromNumber(Yv);var Mc=new Uint8Array(8),ND=new DataView(Mc.buffer,Mc.byteOffset,Mc.byteLength);var hy=1024*1024*17,RD=Fe.alloc(hy);var ts=class{triggerID;nudgeID;engagementID;contentID;shortID;contentType;variation;props;objective;onsiteDeliveryType;holdout;constructor(e){e=e||{},this.triggerID=e.id||e.triggerID,this.nudgeID=e.nudgeID,this.shortID=e.shortID,this.contentType=e.contentType,this.engagementID=e.engagementID,this.contentID=e.contentID,this.variation=e.variation,this.props=e.props,this.objective=e.objective,this.onsiteDeliveryType=e.onsiteDeliveryType,this.holdout=e.holdout}};var jr=class{constructor(e,n={},r,i){this.name=e;this.properties=n;this.id=i?new Rt(i):new Rt,this.occurred=new Date,r&&(this.trigger=new ts(r)),this.newEvent=!i}trigger;items;videos;id;newEvent;cart;currentItem;deviceProps;landingPage;occurred;page;sessionID;sessionNumber;locale};function my(t,e){if(t&1&&(G(0,"span",1),Oe(1),W()),t&2){K();let n=Xe(0);P(),ln(n.heading)}}function gy(t,e){if(t&1&&(G(0,"span",2),Oe(1),W()),t&2){K();let n=Xe(0);P(),ln(n.subHeading)}}var $r=class t{card=Xn.required();linkClicked=Al();linkAfterSanity(){return this.card()?.buttonLink?.startsWith("https")?this.card().buttonLink:null}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Me({type:t,selectors:[["cooee-video-card"]],inputs:{card:[1,"card"]},outputs:{linkClicked:"linkClicked"},decls:6,vars:6,consts:[[1,"video-card-details"],[1,"heading"],[1,"subheading"],["rel","noopener noreferrer",1,"cta-button",3,"click","href","target"]],template:function(n,r){if(n&1){let i=Ke();lt(0),G(1,"div",0),xe(2,my,2,1,"span",1)(3,gy,2,1,"span",2),G(4,"a",3),Pe("click",function(){return Ne(i),Re(r.linkClicked.emit())}),Oe(5),W()()}if(n&2){let i=vt(r.card());P(2),Se(i!=null&&i.heading?2:-1),P(),Se(i!=null&&i.subHeading?3:-1),P(),le("href",r.linkAfterSanity(),ut)("target",i.newTab?"_blank":"_self"),P(),Tt(" ",i==null?null:i.buttonTitle," ")}},styles:["[_nghost-%COMP%]{display:block}.video-card-details[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:3.75px;font-size:14px;line-height:normal}.video-card-details[_ngcontent-%COMP%] .cta-button[_ngcontent-%COMP%]{text-align:center;background-color:#fff;border-radius:var(--lc-button-radius);padding:7.5px 15px;font-weight:500;cursor:pointer;color:var(--lc-color-button);font-size:12px;border:0;text-decoration:none}.video-card-details[_ngcontent-%COMP%] .heading[_ngcontent-%COMP%], .video-card-details[_ngcontent-%COMP%] .subheading[_ngcontent-%COMP%]{text-align:start;color:#000;font-weight:600;overflow:hidden}.video-card-details[_ngcontent-%COMP%] .heading[_ngcontent-%COMP%]{font-size:18px}.video-card-details[_ngcontent-%COMP%] .subheading[_ngcontent-%COMP%]{font-size:16px}"],changeDetection:0})};function _y(t,e){t&1&&(Bt(),be(0,"path",3))}function vy(t,e){t&1&&(Bt(),be(0,"path",4))}var Gr=class t{muted;videoEl;toggled=new ct;toggleMute(e){e.stopPropagation(),e.preventDefault(),this.muted=!this.muted,this.videoEl.muted=this.muted,this.toggled.emit(this.muted),this.muted||this.videoEl.play()}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Me({type:t,selectors:[["cooee-mute-toggle"]],inputs:{muted:"muted",videoEl:"videoEl"},outputs:{toggled:"toggled"},decls:5,vars:1,consts:[["type","button",1,"lc:bg-black/50",3,"click"],["xmlns","http://www.w3.org/2000/svg","height","24px","viewBox","0 0 24 24","width","24px","fill","#fff"],["d","M0 0h24v24H0V0z","fill","none"],["d","M4.34 2.93L2.93 4.34 7.29 8.7 7 9H3v6h4l5 5v-6.59l4.18 4.18c-.65.49-1.38.88-2.18 1.11v2.06c1.34-.3 2.57-.92 3.61-1.75l2.05 2.05 1.41-1.41L4.34 2.93zM10 15.17L7.83 13H5v-2h2.83l.88-.88L10 11.41v3.76zM19 12c0 .82-.15 1.61-.41 2.34l1.53 1.53c.56-1.17.88-2.48.88-3.87 0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zm-7-8l-1.88 1.88L12 7.76zm4.5 8c0-1.77-1.02-3.29-2.5-4.03v1.79l2.48 2.48c.01-.08.02-.16.02-.24z"],["d","M3 9v6h4l5 5V4L7 9H3zm7-.17v6.34L7.83 13H5v-2h2.83L10 8.83zM16.5 12c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77 0-4.28-2.99-7.86-7-8.77z"]],template:function(n,r){n&1&&(G(0,"button",0),Pe("click",function(o){return r.toggleMute(o)}),Bt(),G(1,"svg",1),be(2,"path",2),xe(3,_y,1,0,":svg:path",3)(4,vy,1,0,":svg:path",4),W()()),n&2&&(P(3),Se(r.muted?3:4))},styles:["button[_ngcontent-%COMP%]{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer;border-radius:100%}"]})};var yy=t=>({"lc:cursor-grab":t}),Ey=(t,e)=>e.url;function by(t,e){if(t&1&&be(0,"source",11),t&2){let n=e.$implicit;Sn("type",n.mimeType),le("src",n.url,ut)}}var ns=class t{constructor(e){this.elementRef=e}video;closeClicked=new ct;videoClicked=new ct;isDragging=!1;ngOnInit(){let e=this.elementRef.nativeElement.parentElement.parentElement;e.style.zIndex="2147483647"}close(){this.closeClicked.emit()}onVideoClick(){if(this.isDragging){this.isDragging=!1;return}this.videoClicked.emit()}static \u0275fac=function(n){return new(n||t)(nn(It))};static \u0275cmp=Me({type:t,selectors:[["cooee-draggable-video-popup"]],inputs:{video:"video"},outputs:{closeClicked:"closeClicked",videoClicked:"videoClicked"},decls:14,vars:5,consts:[["role","button","tabindex","0","cdkDrag","",1,"lc-popup-inner","lc:shadow-2xl","lc:rounded-lg","lc:flex","lc:justify-center","lc:items-center",3,"click","keyup","cdkDragMoved","ngClass","cdkDragBoundary"],["type","button",1,"lc-close-button","lc:absolute","lc:-top-3.5","lc:-right-3.5","lc:bg-black/50","lc:rounded-full","lc:w-8","lc:h-8","lc:border-none","lc:z-10","lc:flex","lc:justify-center","lc:items-center",3,"click"],["xmlns","http://www.w3.org/2000/svg","height","24px","viewBox","0 0 24 24","width","24px","fill","#fff"],["d","M0 0h24v24H0V0z","fill","none"],["d","M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"],[1,"lc-play-button"],[1,"lc-icon"],["viewBox","0 0 28.31 30"],["d","M19.15,1.29A1.24,1.24,0,0,0,17.82.15a1.36,1.36,0,0,0-.35.07,3.2,3.2,0,0,0-.65.46l-5.06,4.6a1.24,1.24,0,0,0,0,1.75l0,0a1.22,1.22,0,0,0,.89.39,1.25,1.25,0,0,0,.85-.32l3-2.78.17-.13v8l2.44,2.62ZM26.79,26.6l-7.64-7.93-2.5-2.58-6-6.34L8.9,8,5.23,4.15a1.17,1.17,0,0,0-1.66,0h0a1.18,1.18,0,0,0,0,1.66h0L6.1,8.47H3.32a2.94,2.94,0,0,0-2.45,3v7.16a3,3,0,0,0,2.86,3.08H8.07a.44.44,0,0,1,.33.13C9.7,23,11,24.19,12.26,25.36L17,29.7a1.24,1.24,0,0,0,2.17-1V22.21l5.95,6.15a1.2,1.2,0,0,0,1.67,0,1.17,1.17,0,0,0,.08-1.66Zm-10.14-.67-.18-.11L9.75,19.67a1.72,1.72,0,0,0-1.16-.45H4c-.48,0-.59-.11-.59-.61V11.55c0-.49,0-.6.59-.6H8.29l8.29,8.55ZM29.09,15.07A9.9,9.9,0,0,1,26.33,22l-.11.13a1.24,1.24,0,0,1-2-.28,1.29,1.29,0,0,1,.24-1.52h0a6.77,6.77,0,0,0,1.32-1.89,7.41,7.41,0,0,0-1.37-8.55,1.24,1.24,0,0,1-.08-1.75,1.33,1.33,0,0,1,.41-.29,1.19,1.19,0,0,1,1.34.2A8.88,8.88,0,0,1,28,10.36a10,10,0,0,1,1.17,4.17A3.35,3.35,0,0,1,29.09,15.07Z","transform","translate(-0.86 -0.14)","fill","#191919"],[1,"lc-text"],["loop","","preload","auto","playsinline","","autoplay","",1,"lc:rounded-lg","lc:w-full",3,"muted"],[3,"src","type"]],template:function(n,r){n&1&&(G(0,"div",0),Pe("click",function(){return r.onVideoClick()})("keyup",function(){return r.onVideoClick()})("cdkDragMoved",function(){return r.isDragging=!0}),G(1,"button",1),Pe("click",function(o){return o.stopPropagation(),r.close()}),Bt(),G(2,"svg",2),be(3,"path",3)(4,"path",4),W()(),Kn(),G(5,"div",5)(6,"div",6),Bt(),G(7,"svg",7),be(8,"path",8),W()(),Kn(),G(9,"div",9),Oe(10,"Tap to unmute"),W()(),G(11,"video",10),rt(12,by,1,2,"source",11,Ey),W()()),n&2&&(le("ngClass",Ui(3,yy,r.isDragging))("cdkDragBoundary","body"),P(11),le("muted",!0),P(),it(r.video.sources))},dependencies:[Bn,Xl],styles:["[_nghost-%COMP%]{position:fixed;display:block;right:24px;bottom:24px;max-width:150px}.lc-play-button[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);transition:all .1s ease-in-out;z-index:999;flex-wrap:wrap;width:100%;max-width:130px;border-radius:5px;padding:5px 10px;background-color:#97979761;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lc-play-button[_ngcontent-%COMP%] .lc-icon[_ngcontent-%COMP%]{width:14px;height:14px}.lc-play-button[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{fill:#fff}.lc-play-button[_ngcontent-%COMP%] .lc-text[_ngcontent-%COMP%]{font-size:11px;line-height:1;color:#fff;font-weight:400;margin-left:5px;text-align:center}"]})};var Ai=class{_attachedHost;attach(e){return this._attachedHost=e,e.attach(this)}detach(){let e=this._attachedHost;e!=null&&(this._attachedHost=null,e.detach())}get isAttached(){return this._attachedHost!=null}setAttachedHost(e){this._attachedHost=e}},Wr=class extends Ai{component;viewContainerRef;injector;componentFactoryResolver;projectableNodes;constructor(e,n,r,i,o){super(),this.component=e,this.viewContainerRef=n,this.injector=r,this.projectableNodes=o}},Yr=class extends Ai{templateRef;viewContainerRef;context;injector;constructor(e,n,r,i){super(),this.templateRef=e,this.viewContainerRef=n,this.context=r,this.injector=i}get origin(){return this.templateRef.elementRef}attach(e,n=this.context){return this.context=n,super.attach(e)}detach(){return this.context=void 0,super.detach()}},Hc=class extends Ai{element;constructor(e){super(),this.element=e instanceof It?e.nativeElement:e}},zr=class{_attachedPortal;_disposeFn;_isDisposed=!1;hasAttached(){return!!this._attachedPortal}attach(e){if(e instanceof Wr)return this._attachedPortal=e,this.attachComponentPortal(e);if(e instanceof Yr)return this._attachedPortal=e,this.attachTemplatePortal(e);if(this.attachDomPortal&&e instanceof Hc)return this._attachedPortal=e,this.attachDomPortal(e)}attachDomPortal=null;detach(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()}dispose(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0}setDisposeFn(e){this._disposeFn=e}_invokeDisposeFn(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)}};var rs=class extends zr{outletElement;_appRef;_defaultInjector;_document;constructor(e,n,r,i,o){super(),this.outletElement=e,this._appRef=r,this._defaultInjector=i,this._document=o}attachComponentPortal(e){let n;if(e.viewContainerRef){let r=e.injector||e.viewContainerRef.injector,i=r.get(Os,null,{optional:!0})||void 0;n=e.viewContainerRef.createComponent(e.component,{index:e.viewContainerRef.length,injector:r,ngModuleRef:i,projectableNodes:e.projectableNodes||void 0}),this.setDisposeFn(()=>n.destroy())}else{let r=this._appRef,i=e.injector||this._defaultInjector||Mt.NULL,o=i.get(Fi,r.injector);n=kl(e.component,{elementInjector:i,environmentInjector:o,projectableNodes:e.projectableNodes||void 0}),r.attachView(n.hostView),this.setDisposeFn(()=>{r.viewCount>0&&r.detachView(n.hostView),n.destroy()})}return this.outletElement.appendChild(this._getComponentRootNode(n)),this._attachedPortal=e,n}attachTemplatePortal(e){let n=e.viewContainerRef,r=n.createEmbeddedView(e.templateRef,e.context,{injector:e.injector});return r.rootNodes.forEach(i=>this.outletElement.appendChild(i)),r.detectChanges(),this.setDisposeFn(()=>{let i=n.indexOf(r);i!==-1&&n.remove(i)}),this._attachedPortal=e,r}attachDomPortal=e=>{let n=e.element;n.parentNode;let r=this._document.createComment("dom-portal");n.parentNode.insertBefore(r,n),this.outletElement.appendChild(n),this._attachedPortal=e,super.setDisposeFn(()=>{r.parentNode&&r.parentNode.replaceChild(n,r)})};dispose(){super.dispose(),this.outletElement.remove()}_getComponentRootNode(e){return e.hostView.rootNodes[0]}};var jc=(()=>{class t extends zr{_moduleRef=z(Os,{optional:!0});_document=z(xt);_viewContainerRef=z(Ts);_isInitialized=!1;_attachedRef;constructor(){super()}get portal(){return this._attachedPortal}set portal(n){this.hasAttached()&&!n&&!this._isInitialized||(this.hasAttached()&&super.detach(),n&&super.attach(n),this._attachedPortal=n||null)}attached=new ct;get attachedRef(){return this._attachedRef}ngOnInit(){this._isInitialized=!0}ngOnDestroy(){super.dispose(),this._attachedRef=this._attachedPortal=null}attachComponentPortal(n){n.setAttachedHost(this);let r=n.viewContainerRef!=null?n.viewContainerRef:this._viewContainerRef,i=r.createComponent(n.component,{index:r.length,injector:n.injector||r.injector,projectableNodes:n.projectableNodes||void 0,ngModuleRef:this._moduleRef||void 0});return r!==this._viewContainerRef&&this._getRootNode().appendChild(i.hostView.rootNodes[0]),super.setDisposeFn(()=>i.destroy()),this._attachedPortal=n,this._attachedRef=i,this.attached.emit(i),i}attachTemplatePortal(n){n.setAttachedHost(this);let r=this._viewContainerRef.createEmbeddedView(n.templateRef,n.context,{injector:n.injector});return super.setDisposeFn(()=>this._viewContainerRef.clear()),this._attachedPortal=n,this._attachedRef=r,this.attached.emit(r),r}attachDomPortal=n=>{let r=n.element;r.parentNode;let i=this._document.createComment("dom-portal");n.setAttachedHost(this),r.parentNode.insertBefore(i,r),this._getRootNode().appendChild(r),this._attachedPortal=n,super.setDisposeFn(()=>{i.parentNode&&i.parentNode.replaceChild(r,i)})};_getRootNode(){let n=this._viewContainerRef.element.nativeElement;return n.nodeType===n.ELEMENT_NODE?n:n.parentNode}static \u0275fac=function(r){return new(r||t)};static \u0275dir=vr({type:t,selectors:[["","cdkPortalOutlet",""]],inputs:{portal:[0,"cdkPortalOutlet","portal"]},outputs:{attached:"attached"},exportAs:["cdkPortalOutlet"],features:[Ct]})}return t})();var Di;function Cy(){if(Di==null&&typeof window<"u")try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>Di=!0}))}finally{Di=Di||!1}return Di}function dp(t){return Cy()?t:!!t.capture}var wy=new tn("cdk-input-modality-detector-options"),Sy={ignoreKeys:[18,17,224,91,16]},fp=650,$c={passive:!0,capture:!0},Iy=(()=>{class t{_platform=z(rn);_listenerCleanups;modalityDetected;modalityChanged;get mostRecentModality(){return this._modality.value}_mostRecentTarget=null;_modality=new ml(null);_options;_lastTouchMs=0;_onKeydown=n=>{this._options?.ignoreKeys?.some(r=>r===n.keyCode)||(this._modality.next("keyboard"),this._mostRecentTarget=On(n))};_onMousedown=n=>{Date.now()-this._lastTouchMs<fp||(this._modality.next(Wl(n)?"keyboard":"mouse"),this._mostRecentTarget=On(n))};_onTouchstart=n=>{if(Yl(n)){this._modality.next("keyboard");return}this._lastTouchMs=Date.now(),this._modality.next("touch"),this._mostRecentTarget=On(n)};constructor(){let n=z(Pt),r=z(xt),i=z(wy,{optional:!0});if(this._options=x(x({},Sy),i),this.modalityDetected=this._modality.pipe(wl(1)),this.modalityChanged=this.modalityDetected.pipe(Cl()),this._platform.isBrowser){let o=z(_r).createRenderer(null,null);this._listenerCleanups=n.runOutsideAngular(()=>[An(o,r,"keydown",this._onKeydown,$c),An(o,r,"mousedown",this._onMousedown,$c),An(o,r,"touchstart",this._onTouchstart,$c)])}}ngOnDestroy(){this._modality.complete(),this._listenerCleanups?.forEach(n=>n())}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),os=function(t){return t[t.IMMEDIATE=0]="IMMEDIATE",t[t.EVENTUAL=1]="EVENTUAL",t}(os||{}),Ty=new tn("cdk-focus-monitor-default-options"),is=dp({passive:!0,capture:!0}),pp=(()=>{class t{_ngZone=z(Pt);_platform=z(rn);_inputModalityDetector=z(Iy);_origin=null;_lastFocusOrigin;_windowFocused=!1;_windowFocusTimeoutId;_originTimeoutId;_originFromTouchInteraction=!1;_elementInfo=new Map;_monitoredElementCount=0;_rootNodeFocusListenerCount=new Map;_detectionMode;_windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=setTimeout(()=>this._windowFocused=!1)};_document=z(xt,{optional:!0});_stopInputModalityDetector=new _t;constructor(){let n=z(Ty,{optional:!0});this._detectionMode=n?.detectionMode||os.IMMEDIATE}_rootNodeFocusAndBlurListener=n=>{let r=On(n);for(let i=r;i;i=i.parentElement)n.type==="focus"?this._onFocus(n,i):this._onBlur(n,i)};monitor(n,r=!1){let i=$i(n);if(!this._platform.isBrowser||i.nodeType!==1)return Pi();let o=Gl(i)||this._getDocument(),s=this._elementInfo.get(i);if(s)return r&&(s.checkChildren=!0),s.subject;let c={checkChildren:r,subject:new _t,rootNode:o};return this._elementInfo.set(i,c),this._registerGlobalListeners(c),c.subject}stopMonitoring(n){let r=$i(n),i=this._elementInfo.get(r);i&&(i.subject.complete(),this._setClasses(r),this._elementInfo.delete(r),this._removeGlobalListeners(i))}focusVia(n,r,i){let o=$i(n),s=this._getDocument().activeElement;o===s?this._getClosestElementsInfo(o).forEach(([c,u])=>this._originChanged(c,r,u)):(this._setOrigin(r),typeof o.focus=="function"&&o.focus(i))}ngOnDestroy(){this._elementInfo.forEach((n,r)=>this.stopMonitoring(r))}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_getFocusOrigin(n){return this._origin?this._originFromTouchInteraction?this._shouldBeAttributedToTouch(n)?"touch":"program":this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:n&&this._isLastInteractionFromInputLabel(n)?"mouse":"program"}_shouldBeAttributedToTouch(n){return this._detectionMode===os.EVENTUAL||!!n?.contains(this._inputModalityDetector._mostRecentTarget)}_setClasses(n,r){n.classList.toggle("cdk-focused",!!r),n.classList.toggle("cdk-touch-focused",r==="touch"),n.classList.toggle("cdk-keyboard-focused",r==="keyboard"),n.classList.toggle("cdk-mouse-focused",r==="mouse"),n.classList.toggle("cdk-program-focused",r==="program")}_setOrigin(n,r=!1){this._ngZone.runOutsideAngular(()=>{if(this._origin=n,this._originFromTouchInteraction=n==="touch"&&r,this._detectionMode===os.IMMEDIATE){clearTimeout(this._originTimeoutId);let i=this._originFromTouchInteraction?fp:1;this._originTimeoutId=setTimeout(()=>this._origin=null,i)}})}_onFocus(n,r){let i=this._elementInfo.get(r),o=On(n);!i||!i.checkChildren&&r!==o||this._originChanged(r,this._getFocusOrigin(o),i)}_onBlur(n,r){let i=this._elementInfo.get(r);!i||i.checkChildren&&n.relatedTarget instanceof Node&&r.contains(n.relatedTarget)||(this._setClasses(r),this._emitOrigin(i,null))}_emitOrigin(n,r){n.subject.observers.length&&this._ngZone.run(()=>n.subject.next(r))}_registerGlobalListeners(n){if(!this._platform.isBrowser)return;let r=n.rootNode,i=this._rootNodeFocusListenerCount.get(r)||0;i||this._ngZone.runOutsideAngular(()=>{r.addEventListener("focus",this._rootNodeFocusAndBlurListener,is),r.addEventListener("blur",this._rootNodeFocusAndBlurListener,is)}),this._rootNodeFocusListenerCount.set(r,i+1),++this._monitoredElementCount===1&&(this._ngZone.runOutsideAngular(()=>{this._getWindow().addEventListener("focus",this._windowFocusListener)}),this._inputModalityDetector.modalityDetected.pipe(mr(this._stopInputModalityDetector)).subscribe(o=>{this._setOrigin(o,!0)}))}_removeGlobalListeners(n){let r=n.rootNode;if(this._rootNodeFocusListenerCount.has(r)){let i=this._rootNodeFocusListenerCount.get(r);i>1?this._rootNodeFocusListenerCount.set(r,i-1):(r.removeEventListener("focus",this._rootNodeFocusAndBlurListener,is),r.removeEventListener("blur",this._rootNodeFocusAndBlurListener,is),this._rootNodeFocusListenerCount.delete(r))}--this._monitoredElementCount||(this._getWindow().removeEventListener("focus",this._windowFocusListener),this._stopInputModalityDetector.next(),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._originTimeoutId))}_originChanged(n,r,i){this._setClasses(n,r),this._emitOrigin(i,r),this._lastFocusOrigin=r}_getClosestElementsInfo(n){let r=[];return this._elementInfo.forEach((i,o)=>{(o===n||i.checkChildren&&o.contains(n))&&r.push([o,i])}),r}_isLastInteractionFromInputLabel(n){let{_mostRecentTarget:r,mostRecentModality:i}=this._inputModalityDetector;if(i!=="mouse"||!r||r===n||n.nodeName!=="INPUT"&&n.nodeName!=="TEXTAREA"||n.disabled)return!1;let o=n.labels;if(o){for(let s=0;s<o.length;s++)if(o[s].contains(r))return!0}return!1}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();var hp=(()=>{class t{static \u0275fac=function(r){return new(r||t)};static \u0275cmp=Me({type:t,selectors:[["ng-component"]],exportAs:["cdkVisuallyHidden"],decls:0,vars:0,template:function(r,i){},styles:[`.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}
|
|
32
|
-
`],encapsulation:2,changeDetection:0})}return t})();var Wc=(()=>{class t{_platform=z(rn);constructor(){}isDisabled(n){return n.hasAttribute("disabled")}isVisible(n){return Oy(n)&&getComputedStyle(n).visibility==="visible"}isTabbable(n){if(!this._platform.isBrowser)return!1;let r=xy(Fy(n));if(r&&(mp(r)===-1||!this.isVisible(r)))return!1;let i=n.nodeName.toLowerCase(),o=mp(n);return n.hasAttribute("contenteditable")?o!==-1:i==="iframe"||i==="object"||this._platform.WEBKIT&&this._platform.IOS&&!Py(n)?!1:i==="audio"?n.hasAttribute("controls")?o!==-1:!1:i==="video"?o===-1?!1:o!==null?!0:this._platform.FIREFOX||n.hasAttribute("controls"):n.tabIndex>=0}isFocusable(n,r){return Ly(n)&&!this.isDisabled(n)&&(r?.ignoreVisibility||this.isVisible(n))}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function xy(t){try{return t.frameElement}catch{return null}}function Oy(t){return!!(t.offsetWidth||t.offsetHeight||typeof t.getClientRects=="function"&&t.getClientRects().length)}function Ay(t){let e=t.nodeName.toLowerCase();return e==="input"||e==="select"||e==="button"||e==="textarea"}function Dy(t){return Ry(t)&&t.type=="hidden"}function Ny(t){return My(t)&&t.hasAttribute("href")}function Ry(t){return t.nodeName.toLowerCase()=="input"}function My(t){return t.nodeName.toLowerCase()=="a"}function gp(t){if(!t.hasAttribute("tabindex")||t.tabIndex===void 0)return!1;let e=t.getAttribute("tabindex");return!!(e&&!isNaN(parseInt(e,10)))}function mp(t){if(!gp(t))return null;let e=parseInt(t.getAttribute("tabindex")||"",10);return isNaN(e)?-1:e}function Py(t){let e=t.nodeName.toLowerCase(),n=e==="input"&&t.type;return n==="text"||n==="password"||e==="select"||e==="textarea"}function Ly(t){return Dy(t)?!1:Ay(t)||Ny(t)||t.hasAttribute("contenteditable")||gp(t)}function Fy(t){return t.ownerDocument&&t.ownerDocument.defaultView||window}var Gc=class{_element;_checker;_ngZone;_document;_injector;_startAnchor;_endAnchor;_hasAttached=!1;startAnchorListener=()=>this.focusLastTabbableElement();endAnchorListener=()=>this.focusFirstTabbableElement();get enabled(){return this._enabled}set enabled(e){this._enabled=e,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(e,this._startAnchor),this._toggleAnchorTabIndex(e,this._endAnchor))}_enabled=!0;constructor(e,n,r,i,o=!1,s){this._element=e,this._checker=n,this._ngZone=r,this._document=i,this._injector=s,o||this.attachAnchors()}destroy(){let e=this._startAnchor,n=this._endAnchor;e&&(e.removeEventListener("focus",this.startAnchorListener),e.remove()),n&&(n.removeEventListener("focus",this.endAnchorListener),n.remove()),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return this._hasAttached?!0:(this._ngZone.runOutsideAngular(()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(e){return new Promise(n=>{this._executeOnStable(()=>n(this.focusInitialElement(e)))})}focusFirstTabbableElementWhenReady(e){return new Promise(n=>{this._executeOnStable(()=>n(this.focusFirstTabbableElement(e)))})}focusLastTabbableElementWhenReady(e){return new Promise(n=>{this._executeOnStable(()=>n(this.focusLastTabbableElement(e)))})}_getRegionBoundary(e){let n=this._element.querySelectorAll(`[cdk-focus-region-${e}], [cdkFocusRegion${e}], [cdk-focus-${e}]`);return e=="start"?n.length?n[0]:this._getFirstTabbableElement(this._element):n.length?n[n.length-1]:this._getLastTabbableElement(this._element)}focusInitialElement(e){let n=this._element.querySelector("[cdk-focus-initial], [cdkFocusInitial]");if(n){if(!this._checker.isFocusable(n)){let r=this._getFirstTabbableElement(n);return r?.focus(e),!!r}return n.focus(e),!0}return this.focusFirstTabbableElement(e)}focusFirstTabbableElement(e){let n=this._getRegionBoundary("start");return n&&n.focus(e),!!n}focusLastTabbableElement(e){let n=this._getRegionBoundary("end");return n&&n.focus(e),!!n}hasAttached(){return this._hasAttached}_getFirstTabbableElement(e){if(this._checker.isFocusable(e)&&this._checker.isTabbable(e))return e;let n=e.children;for(let r=0;r<n.length;r++){let i=n[r].nodeType===this._document.ELEMENT_NODE?this._getFirstTabbableElement(n[r]):null;if(i)return i}return null}_getLastTabbableElement(e){if(this._checker.isFocusable(e)&&this._checker.isTabbable(e))return e;let n=e.children;for(let r=n.length-1;r>=0;r--){let i=n[r].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(n[r]):null;if(i)return i}return null}_createAnchor(){let e=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,e),e.classList.add("cdk-visually-hidden"),e.classList.add("cdk-focus-trap-anchor"),e.setAttribute("aria-hidden","true"),e}_toggleAnchorTabIndex(e,n){e?n.setAttribute("tabindex","0"):n.removeAttribute("tabindex")}toggleAnchors(e){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(e,this._startAnchor),this._toggleAnchorTabIndex(e,this._endAnchor))}_executeOnStable(e){this._injector?gr(e,{injector:this._injector}):setTimeout(e)}},_p=(()=>{class t{_checker=z(Wc);_ngZone=z(Pt);_document=z(xt);_injector=z(Mt);constructor(){z(ni).load(hp)}create(n,r=!1){return new Gc(n,this._checker,this._ngZone,this._document,r,this._injector)}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function Yc(){return typeof __karma__<"u"&&!!__karma__||typeof jasmine<"u"&&!!jasmine||typeof jest<"u"&&!!jest||typeof Mocha<"u"&&!!Mocha}function st(t){return t==null?"":typeof t=="string"?t:`${t}px`}function vp(t,...e){return e.length?e.some(n=>t[n]):t.altKey||t.shiftKey||t.ctrlKey||t.metaKey}var yp=zl(),zc=class{_viewportRuler;_previousHTMLStyles={top:"",left:""};_previousScrollPosition;_isEnabled=!1;_document;constructor(e,n){this._viewportRuler=e,this._document=n}attach(){}enable(){if(this._canBeEnabled()){let e=this._document.documentElement;this._previousScrollPosition=this._viewportRuler.getViewportScrollPosition(),this._previousHTMLStyles.left=e.style.left||"",this._previousHTMLStyles.top=e.style.top||"",e.style.left=st(-this._previousScrollPosition.left),e.style.top=st(-this._previousScrollPosition.top),e.classList.add("cdk-global-scrollblock"),this._isEnabled=!0}}disable(){if(this._isEnabled){let e=this._document.documentElement,n=this._document.body,r=e.style,i=n.style,o=r.scrollBehavior||"",s=i.scrollBehavior||"";this._isEnabled=!1,r.left=this._previousHTMLStyles.left,r.top=this._previousHTMLStyles.top,e.classList.remove("cdk-global-scrollblock"),yp&&(r.scrollBehavior=i.scrollBehavior="auto"),window.scroll(this._previousScrollPosition.left,this._previousScrollPosition.top),yp&&(r.scrollBehavior=o,i.scrollBehavior=s)}}_canBeEnabled(){if(this._document.documentElement.classList.contains("cdk-global-scrollblock")||this._isEnabled)return!1;let n=this._document.documentElement,r=this._viewportRuler.getViewportSize();return n.scrollHeight>r.height||n.scrollWidth>r.width}};var Kc=class{_scrollDispatcher;_ngZone;_viewportRuler;_config;_scrollSubscription=null;_overlayRef;_initialScrollPosition;constructor(e,n,r,i){this._scrollDispatcher=e,this._ngZone=n,this._viewportRuler=r,this._config=i}attach(e){this._overlayRef,this._overlayRef=e}enable(){if(this._scrollSubscription)return;let e=this._scrollDispatcher.scrolled(0).pipe(bl(n=>!n||!this._overlayRef.overlayElement.contains(n.getElementRef().nativeElement)));this._config&&this._config.threshold&&this._config.threshold>1?(this._initialScrollPosition=this._viewportRuler.getViewportScrollPosition().top,this._scrollSubscription=e.subscribe(()=>{let n=this._viewportRuler.getViewportScrollPosition().top;Math.abs(n-this._initialScrollPosition)>this._config.threshold?this._detach():this._overlayRef.updatePosition()})):this._scrollSubscription=e.subscribe(this._detach)}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}_detach=()=>{this.disable(),this._overlayRef.hasAttached()&&this._ngZone.run(()=>this._overlayRef.detach())}},ss=class{enable(){}disable(){}attach(){}};function Xc(t,e){return e.some(n=>{let r=t.bottom<n.top,i=t.top>n.bottom,o=t.right<n.left,s=t.left>n.right;return r||i||o||s})}function Ep(t,e){return e.some(n=>{let r=t.top<n.top,i=t.bottom>n.bottom,o=t.left<n.left,s=t.right>n.right;return r||i||o||s})}var qc=class{_scrollDispatcher;_viewportRuler;_ngZone;_config;_scrollSubscription=null;_overlayRef;constructor(e,n,r,i){this._scrollDispatcher=e,this._viewportRuler=n,this._ngZone=r,this._config=i}attach(e){this._overlayRef,this._overlayRef=e}enable(){if(!this._scrollSubscription){let e=this._config?this._config.scrollThrottle:0;this._scrollSubscription=this._scrollDispatcher.scrolled(e).subscribe(()=>{if(this._overlayRef.updatePosition(),this._config&&this._config.autoClose){let n=this._overlayRef.overlayElement.getBoundingClientRect(),{width:r,height:i}=this._viewportRuler.getViewportSize();Xc(n,[{width:r,height:i,bottom:i,right:r,top:0,left:0}])&&(this.disable(),this._ngZone.run(()=>this._overlayRef.detach()))}})}}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}},ky=(()=>{class t{_scrollDispatcher=z(Kl);_viewportRuler=z(Ms);_ngZone=z(Pt);_document=z(xt);constructor(){}noop=()=>new ss;close=n=>new Kc(this._scrollDispatcher,this._ngZone,this._viewportRuler,n);block=()=>new zc(this._viewportRuler,this._document);reposition=n=>new qc(this._scrollDispatcher,this._viewportRuler,this._ngZone,n);static \u0275fac=function(r){return new(r||t)};static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),Ni=class{positionStrategy;scrollStrategy=new ss;panelClass="";hasBackdrop=!1;backdropClass="cdk-overlay-dark-backdrop";width;height;minWidth;minHeight;maxWidth;maxHeight;direction;disposeOnNavigation=!1;constructor(e){if(e){let n=Object.keys(e);for(let r of n)e[r]!==void 0&&(this[r]=e[r])}}};var Zc=class{connectionPair;scrollableViewProperties;constructor(e,n){this.connectionPair=e,this.scrollableViewProperties=n}};var Tp=(()=>{class t{_attachedOverlays=[];_document=z(xt);_isAttached;constructor(){}ngOnDestroy(){this.detach()}add(n){this.remove(n),this._attachedOverlays.push(n)}remove(n){let r=this._attachedOverlays.indexOf(n);r>-1&&this._attachedOverlays.splice(r,1),this._attachedOverlays.length===0&&this.detach()}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),By=(()=>{class t extends Tp{_ngZone=z(Pt);_renderer=z(_r).createRenderer(null,null);_cleanupKeydown;add(n){super.add(n),this._isAttached||(this._ngZone.runOutsideAngular(()=>{this._cleanupKeydown=this._renderer.listen("body","keydown",this._keydownListener)}),this._isAttached=!0)}detach(){this._isAttached&&(this._cleanupKeydown?.(),this._isAttached=!1)}_keydownListener=n=>{let r=this._attachedOverlays;for(let i=r.length-1;i>-1;i--)if(r[i]._keydownEvents.observers.length>0){this._ngZone.run(()=>r[i]._keydownEvents.next(n));break}};static \u0275fac=(()=>{let n;return function(i){return(n||(n=ei(t)))(i||t)}})();static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),Uy=(()=>{class t extends Tp{_platform=z(rn);_ngZone=z(Pt);_renderer=z(_r).createRenderer(null,null);_cursorOriginalValue;_cursorStyleIsSet=!1;_pointerDownEventTarget;_cleanups;add(n){if(super.add(n),!this._isAttached){let r=this._document.body,i={capture:!0};this._cleanups=this._ngZone.runOutsideAngular(()=>[An(this._renderer,r,"pointerdown",this._pointerDownListener,i),An(this._renderer,r,"click",this._clickListener,i),An(this._renderer,r,"auxclick",this._clickListener,i),An(this._renderer,r,"contextmenu",this._clickListener,i)]),this._platform.IOS&&!this._cursorStyleIsSet&&(this._cursorOriginalValue=r.style.cursor,r.style.cursor="pointer",this._cursorStyleIsSet=!0),this._isAttached=!0}}detach(){this._isAttached&&(this._cleanups?.forEach(n=>n()),this._cleanups=void 0,this._platform.IOS&&this._cursorStyleIsSet&&(this._document.body.style.cursor=this._cursorOriginalValue,this._cursorStyleIsSet=!1),this._isAttached=!1)}_pointerDownListener=n=>{this._pointerDownEventTarget=On(n)};_clickListener=n=>{let r=On(n),i=n.type==="click"&&this._pointerDownEventTarget?this._pointerDownEventTarget:r;this._pointerDownEventTarget=null;let o=this._attachedOverlays.slice();for(let s=o.length-1;s>-1;s--){let c=o[s];if(c._outsidePointerEvents.observers.length<1||!c.hasAttached())continue;if(bp(c.overlayElement,r)||bp(c.overlayElement,i))break;let u=c._outsidePointerEvents;this._ngZone?this._ngZone.run(()=>u.next(n)):u.next(n)}};static \u0275fac=(()=>{let n;return function(i){return(n||(n=ei(t)))(i||t)}})();static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function bp(t,e){let n=typeof ShadowRoot<"u"&&ShadowRoot,r=e;for(;r;){if(r===t)return!0;r=n&&r instanceof ShadowRoot?r.host:r.parentNode}return!1}var xp=(()=>{class t{static \u0275fac=function(r){return new(r||t)};static \u0275cmp=Me({type:t,selectors:[["ng-component"]],hostAttrs:["cdk-overlay-style-loader",""],decls:0,vars:0,template:function(r,i){},styles:[`.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed}@layer cdk-overlay{.cdk-overlay-container{z-index:1000}}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute}@layer cdk-overlay{.cdk-global-overlay-wrapper{z-index:1000}}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;display:flex;max-width:100%;max-height:100%}@layer cdk-overlay{.cdk-overlay-pane{z-index:1000}}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0}@layer cdk-overlay{.cdk-overlay-backdrop{z-index:1000;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}}@media(prefers-reduced-motion){.cdk-overlay-backdrop{transition-duration:1ms}}.cdk-overlay-backdrop-showing{opacity:1}@media(forced-colors: active){.cdk-overlay-backdrop-showing{opacity:.6}}@layer cdk-overlay{.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,.cdk-high-contrast-active .cdk-overlay-transparent-backdrop{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;display:flex;flex-direction:column;min-width:1px;min-height:1px}@layer cdk-overlay{.cdk-overlay-connected-position-bounding-box{z-index:1000}}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
|
|
33
|
-
`],encapsulation:2,changeDetection:0})}return t})(),as=(()=>{class t{_platform=z(rn);_containerElement;_document=z(xt);_styleLoader=z(ni);constructor(){}ngOnDestroy(){this._containerElement?.remove()}getContainerElement(){return this._loadStyles(),this._containerElement||this._createContainer(),this._containerElement}_createContainer(){let n="cdk-overlay-container";if(this._platform.isBrowser||Yc()){let i=this._document.querySelectorAll(`.${n}[platform="server"], .${n}[platform="test"]`);for(let o=0;o<i.length;o++)i[o].remove()}let r=this._document.createElement("div");r.classList.add(n),Yc()?r.setAttribute("platform","test"):this._platform.isBrowser||r.setAttribute("platform","server"),this._document.body.appendChild(r),this._containerElement=r}_loadStyles(){this._styleLoader.load(xp)}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),Jc=class{_renderer;_ngZone;element;_cleanupClick;_cleanupTransitionEnd;_fallbackTimeout;constructor(e,n,r,i){this._renderer=n,this._ngZone=r,this.element=e.createElement("div"),this.element.classList.add("cdk-overlay-backdrop"),this._cleanupClick=n.listen(this.element,"click",i)}detach(){this._ngZone.runOutsideAngular(()=>{let e=this.element;clearTimeout(this._fallbackTimeout),this._cleanupTransitionEnd?.(),this._cleanupTransitionEnd=this._renderer.listen(e,"transitionend",this.dispose),this._fallbackTimeout=setTimeout(this.dispose,500),e.style.pointerEvents="none",e.classList.remove("cdk-overlay-backdrop-showing")})}dispose=()=>{clearTimeout(this._fallbackTimeout),this._cleanupClick?.(),this._cleanupTransitionEnd?.(),this._cleanupClick=this._cleanupTransitionEnd=this._fallbackTimeout=void 0,this.element.remove()}},Kr=class{_portalOutlet;_host;_pane;_config;_ngZone;_keyboardDispatcher;_document;_location;_outsideClickDispatcher;_animationsDisabled;_injector;_renderer;_backdropClick=new _t;_attachments=new _t;_detachments=new _t;_positionStrategy;_scrollStrategy;_locationChanges=Qr.EMPTY;_backdropRef=null;_previousHostParent;_keydownEvents=new _t;_outsidePointerEvents=new _t;_renders=new _t;_afterRenderRef;_afterNextRenderRef;constructor(e,n,r,i,o,s,c,u,d,_=!1,h,E){this._portalOutlet=e,this._host=n,this._pane=r,this._config=i,this._ngZone=o,this._keyboardDispatcher=s,this._document=c,this._location=u,this._outsideClickDispatcher=d,this._animationsDisabled=_,this._injector=h,this._renderer=E,i.scrollStrategy&&(this._scrollStrategy=i.scrollStrategy,this._scrollStrategy.attach(this)),this._positionStrategy=i.positionStrategy,this._afterRenderRef=Ns(()=>Rl(()=>{this._renders.next()},{injector:this._injector}))}get overlayElement(){return this._pane}get backdropElement(){return this._backdropRef?.element||null}get hostElement(){return this._host}attach(e){!this._host.parentElement&&this._previousHostParent&&this._previousHostParent.appendChild(this._host);let n=this._portalOutlet.attach(e);return this._positionStrategy&&this._positionStrategy.attach(this),this._updateStackingOrder(),this._updateElementSize(),this._updateElementDirection(),this._scrollStrategy&&this._scrollStrategy.enable(),this._afterNextRenderRef?.destroy(),this._afterNextRenderRef=gr(()=>{this.hasAttached()&&this.updatePosition()},{injector:this._injector}),this._togglePointerEvents(!0),this._config.hasBackdrop&&this._attachBackdrop(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!0),this._attachments.next(),this._keyboardDispatcher.add(this),this._config.disposeOnNavigation&&(this._locationChanges=this._location.subscribe(()=>this.dispose())),this._outsideClickDispatcher.add(this),typeof n?.onDestroy=="function"&&n.onDestroy(()=>{this.hasAttached()&&this._ngZone.runOutsideAngular(()=>Promise.resolve().then(()=>this.detach()))}),n}detach(){if(!this.hasAttached())return;this.detachBackdrop(),this._togglePointerEvents(!1),this._positionStrategy&&this._positionStrategy.detach&&this._positionStrategy.detach(),this._scrollStrategy&&this._scrollStrategy.disable();let e=this._portalOutlet.detach();return this._detachments.next(),this._keyboardDispatcher.remove(this),this._detachContentWhenEmpty(),this._locationChanges.unsubscribe(),this._outsideClickDispatcher.remove(this),e}dispose(){let e=this.hasAttached();this._positionStrategy&&this._positionStrategy.dispose(),this._disposeScrollStrategy(),this._backdropRef?.dispose(),this._locationChanges.unsubscribe(),this._keyboardDispatcher.remove(this),this._portalOutlet.dispose(),this._attachments.complete(),this._backdropClick.complete(),this._keydownEvents.complete(),this._outsidePointerEvents.complete(),this._outsideClickDispatcher.remove(this),this._host?.remove(),this._afterNextRenderRef?.destroy(),this._previousHostParent=this._pane=this._host=this._backdropRef=null,e&&this._detachments.next(),this._detachments.complete(),this._afterRenderRef.destroy(),this._renders.complete()}hasAttached(){return this._portalOutlet.hasAttached()}backdropClick(){return this._backdropClick}attachments(){return this._attachments}detachments(){return this._detachments}keydownEvents(){return this._keydownEvents}outsidePointerEvents(){return this._outsidePointerEvents}getConfig(){return this._config}updatePosition(){this._positionStrategy&&this._positionStrategy.apply()}updatePositionStrategy(e){e!==this._positionStrategy&&(this._positionStrategy&&this._positionStrategy.dispose(),this._positionStrategy=e,this.hasAttached()&&(e.attach(this),this.updatePosition()))}updateSize(e){this._config=x(x({},this._config),e),this._updateElementSize()}setDirection(e){this._config=Ee(x({},this._config),{direction:e}),this._updateElementDirection()}addPanelClass(e){this._pane&&this._toggleClasses(this._pane,e,!0)}removePanelClass(e){this._pane&&this._toggleClasses(this._pane,e,!1)}getDirection(){let e=this._config.direction;return e?typeof e=="string"?e:e.value:"ltr"}updateScrollStrategy(e){e!==this._scrollStrategy&&(this._disposeScrollStrategy(),this._scrollStrategy=e,this.hasAttached()&&(e.attach(this),e.enable()))}_updateElementDirection(){this._host.setAttribute("dir",this.getDirection())}_updateElementSize(){if(!this._pane)return;let e=this._pane.style;e.width=st(this._config.width),e.height=st(this._config.height),e.minWidth=st(this._config.minWidth),e.minHeight=st(this._config.minHeight),e.maxWidth=st(this._config.maxWidth),e.maxHeight=st(this._config.maxHeight)}_togglePointerEvents(e){this._pane.style.pointerEvents=e?"":"none"}_attachBackdrop(){let e="cdk-overlay-backdrop-showing";this._backdropRef?.dispose(),this._backdropRef=new Jc(this._document,this._renderer,this._ngZone,n=>{this._backdropClick.next(n)}),this._animationsDisabled&&this._backdropRef.element.classList.add("cdk-overlay-backdrop-noop-animation"),this._config.backdropClass&&this._toggleClasses(this._backdropRef.element,this._config.backdropClass,!0),this._host.parentElement.insertBefore(this._backdropRef.element,this._host),!this._animationsDisabled&&typeof requestAnimationFrame<"u"?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>this._backdropRef?.element.classList.add(e))}):this._backdropRef.element.classList.add(e)}_updateStackingOrder(){this._host.nextSibling&&this._host.parentNode.appendChild(this._host)}detachBackdrop(){this._animationsDisabled?(this._backdropRef?.dispose(),this._backdropRef=null):this._backdropRef?.detach()}_toggleClasses(e,n,r){let i=Ps(n||[]).filter(o=>!!o);i.length&&(r?e.classList.add(...i):e.classList.remove(...i))}_detachContentWhenEmpty(){this._ngZone.runOutsideAngular(()=>{let e=this._renders.pipe(mr(Li(this._attachments,this._detachments))).subscribe(()=>{(!this._pane||!this._host||this._pane.children.length===0)&&(this._pane&&this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!1),this._host&&this._host.parentElement&&(this._previousHostParent=this._host.parentElement,this._host.remove()),e.unsubscribe())})})}_disposeScrollStrategy(){let e=this._scrollStrategy;e?.disable(),e?.detach?.()}},Cp="cdk-overlay-connected-position-bounding-box",Hy=/([A-Za-z%]+)$/,Qc=class{_viewportRuler;_document;_platform;_overlayContainer;_overlayRef;_isInitialRender;_lastBoundingBoxSize={width:0,height:0};_isPushed=!1;_canPush=!0;_growAfterOpen=!1;_hasFlexibleDimensions=!0;_positionLocked=!1;_originRect;_overlayRect;_viewportRect;_containerRect;_viewportMargin=0;_scrollables=[];_preferredPositions=[];_origin;_pane;_isDisposed;_boundingBox;_lastPosition;_lastScrollVisibility;_positionChanges=new _t;_resizeSubscription=Qr.EMPTY;_offsetX=0;_offsetY=0;_transformOriginSelector;_appliedPanelClasses=[];_previousPushAmount;positionChanges=this._positionChanges;get positions(){return this._preferredPositions}constructor(e,n,r,i,o){this._viewportRuler=n,this._document=r,this._platform=i,this._overlayContainer=o,this.setOrigin(e)}attach(e){this._overlayRef&&this._overlayRef,this._validatePositions(),e.hostElement.classList.add(Cp),this._overlayRef=e,this._boundingBox=e.hostElement,this._pane=e.overlayElement,this._isDisposed=!1,this._isInitialRender=!0,this._lastPosition=null,this._resizeSubscription.unsubscribe(),this._resizeSubscription=this._viewportRuler.change().subscribe(()=>{this._isInitialRender=!0,this.apply()})}apply(){if(this._isDisposed||!this._platform.isBrowser)return;if(!this._isInitialRender&&this._positionLocked&&this._lastPosition){this.reapplyLastPosition();return}this._clearPanelClasses(),this._resetOverlayElementStyles(),this._resetBoundingBoxStyles(),this._viewportRect=this._getNarrowedViewportRect(),this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();let e=this._originRect,n=this._overlayRect,r=this._viewportRect,i=this._containerRect,o=[],s;for(let c of this._preferredPositions){let u=this._getOriginPoint(e,i,c),d=this._getOverlayPoint(u,n,c),_=this._getOverlayFit(d,n,r,c);if(_.isCompletelyWithinViewport){this._isPushed=!1,this._applyPosition(c,u);return}if(this._canFitWithFlexibleDimensions(_,d,r)){o.push({position:c,origin:u,overlayRect:n,boundingBoxRect:this._calculateBoundingBoxRect(u,c)});continue}(!s||s.overlayFit.visibleArea<_.visibleArea)&&(s={overlayFit:_,overlayPoint:d,originPoint:u,position:c,overlayRect:n})}if(o.length){let c=null,u=-1;for(let d of o){let _=d.boundingBoxRect.width*d.boundingBoxRect.height*(d.position.weight||1);_>u&&(u=_,c=d)}this._isPushed=!1,this._applyPosition(c.position,c.origin);return}if(this._canPush){this._isPushed=!0,this._applyPosition(s.position,s.originPoint);return}this._applyPosition(s.position,s.originPoint)}detach(){this._clearPanelClasses(),this._lastPosition=null,this._previousPushAmount=null,this._resizeSubscription.unsubscribe()}dispose(){this._isDisposed||(this._boundingBox&&fr(this._boundingBox.style,{top:"",left:"",right:"",bottom:"",height:"",width:"",alignItems:"",justifyContent:""}),this._pane&&this._resetOverlayElementStyles(),this._overlayRef&&this._overlayRef.hostElement.classList.remove(Cp),this.detach(),this._positionChanges.complete(),this._overlayRef=this._boundingBox=null,this._isDisposed=!0)}reapplyLastPosition(){if(this._isDisposed||!this._platform.isBrowser)return;let e=this._lastPosition;if(e){this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._viewportRect=this._getNarrowedViewportRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();let n=this._getOriginPoint(this._originRect,this._containerRect,e);this._applyPosition(e,n)}else this.apply()}withScrollableContainers(e){return this._scrollables=e,this}withPositions(e){return this._preferredPositions=e,e.indexOf(this._lastPosition)===-1&&(this._lastPosition=null),this._validatePositions(),this}withViewportMargin(e){return this._viewportMargin=e,this}withFlexibleDimensions(e=!0){return this._hasFlexibleDimensions=e,this}withGrowAfterOpen(e=!0){return this._growAfterOpen=e,this}withPush(e=!0){return this._canPush=e,this}withLockedPosition(e=!0){return this._positionLocked=e,this}setOrigin(e){return this._origin=e,this}withDefaultOffsetX(e){return this._offsetX=e,this}withDefaultOffsetY(e){return this._offsetY=e,this}withTransformOriginOn(e){return this._transformOriginSelector=e,this}_getOriginPoint(e,n,r){let i;if(r.originX=="center")i=e.left+e.width/2;else{let s=this._isRtl()?e.right:e.left,c=this._isRtl()?e.left:e.right;i=r.originX=="start"?s:c}n.left<0&&(i-=n.left);let o;return r.originY=="center"?o=e.top+e.height/2:o=r.originY=="top"?e.top:e.bottom,n.top<0&&(o-=n.top),{x:i,y:o}}_getOverlayPoint(e,n,r){let i;r.overlayX=="center"?i=-n.width/2:r.overlayX==="start"?i=this._isRtl()?-n.width:0:i=this._isRtl()?0:-n.width;let o;return r.overlayY=="center"?o=-n.height/2:o=r.overlayY=="top"?0:-n.height,{x:e.x+i,y:e.y+o}}_getOverlayFit(e,n,r,i){let o=Sp(n),{x:s,y:c}=e,u=this._getOffset(i,"x"),d=this._getOffset(i,"y");u&&(s+=u),d&&(c+=d);let _=0-s,h=s+o.width-r.width,E=0-c,C=c+o.height-r.height,N=this._subtractOverflows(o.width,_,h),k=this._subtractOverflows(o.height,E,C),B=N*k;return{visibleArea:B,isCompletelyWithinViewport:o.width*o.height===B,fitsInViewportVertically:k===o.height,fitsInViewportHorizontally:N==o.width}}_canFitWithFlexibleDimensions(e,n,r){if(this._hasFlexibleDimensions){let i=r.bottom-n.y,o=r.right-n.x,s=wp(this._overlayRef.getConfig().minHeight),c=wp(this._overlayRef.getConfig().minWidth),u=e.fitsInViewportVertically||s!=null&&s<=i,d=e.fitsInViewportHorizontally||c!=null&&c<=o;return u&&d}return!1}_pushOverlayOnScreen(e,n,r){if(this._previousPushAmount&&this._positionLocked)return{x:e.x+this._previousPushAmount.x,y:e.y+this._previousPushAmount.y};let i=Sp(n),o=this._viewportRect,s=Math.max(e.x+i.width-o.width,0),c=Math.max(e.y+i.height-o.height,0),u=Math.max(o.top-r.top-e.y,0),d=Math.max(o.left-r.left-e.x,0),_=0,h=0;return i.width<=o.width?_=d||-s:_=e.x<this._viewportMargin?o.left-r.left-e.x:0,i.height<=o.height?h=u||-c:h=e.y<this._viewportMargin?o.top-r.top-e.y:0,this._previousPushAmount={x:_,y:h},{x:e.x+_,y:e.y+h}}_applyPosition(e,n){if(this._setTransformOrigin(e),this._setOverlayElementStyles(n,e),this._setBoundingBoxStyles(n,e),e.panelClass&&this._addPanelClasses(e.panelClass),this._positionChanges.observers.length){let r=this._getScrollVisibility();if(e!==this._lastPosition||!this._lastScrollVisibility||!jy(this._lastScrollVisibility,r)){let i=new Zc(e,r);this._positionChanges.next(i)}this._lastScrollVisibility=r}this._lastPosition=e,this._isInitialRender=!1}_setTransformOrigin(e){if(!this._transformOriginSelector)return;let n=this._boundingBox.querySelectorAll(this._transformOriginSelector),r,i=e.overlayY;e.overlayX==="center"?r="center":this._isRtl()?r=e.overlayX==="start"?"right":"left":r=e.overlayX==="start"?"left":"right";for(let o=0;o<n.length;o++)n[o].style.transformOrigin=`${r} ${i}`}_calculateBoundingBoxRect(e,n){let r=this._viewportRect,i=this._isRtl(),o,s,c;if(n.overlayY==="top")s=e.y,o=r.height-s+this._viewportMargin;else if(n.overlayY==="bottom")c=r.height-e.y+this._viewportMargin*2,o=r.height-c+this._viewportMargin;else{let C=Math.min(r.bottom-e.y+r.top,e.y),N=this._lastBoundingBoxSize.height;o=C*2,s=e.y-C,o>N&&!this._isInitialRender&&!this._growAfterOpen&&(s=e.y-N/2)}let u=n.overlayX==="start"&&!i||n.overlayX==="end"&&i,d=n.overlayX==="end"&&!i||n.overlayX==="start"&&i,_,h,E;if(d)E=r.width-e.x+this._viewportMargin*2,_=e.x-this._viewportMargin;else if(u)h=e.x,_=r.right-e.x;else{let C=Math.min(r.right-e.x+r.left,e.x),N=this._lastBoundingBoxSize.width;_=C*2,h=e.x-C,_>N&&!this._isInitialRender&&!this._growAfterOpen&&(h=e.x-N/2)}return{top:s,left:h,bottom:c,right:E,width:_,height:o}}_setBoundingBoxStyles(e,n){let r=this._calculateBoundingBoxRect(e,n);!this._isInitialRender&&!this._growAfterOpen&&(r.height=Math.min(r.height,this._lastBoundingBoxSize.height),r.width=Math.min(r.width,this._lastBoundingBoxSize.width));let i={};if(this._hasExactPosition())i.top=i.left="0",i.bottom=i.right=i.maxHeight=i.maxWidth="",i.width=i.height="100%";else{let o=this._overlayRef.getConfig().maxHeight,s=this._overlayRef.getConfig().maxWidth;i.height=st(r.height),i.top=st(r.top),i.bottom=st(r.bottom),i.width=st(r.width),i.left=st(r.left),i.right=st(r.right),n.overlayX==="center"?i.alignItems="center":i.alignItems=n.overlayX==="end"?"flex-end":"flex-start",n.overlayY==="center"?i.justifyContent="center":i.justifyContent=n.overlayY==="bottom"?"flex-end":"flex-start",o&&(i.maxHeight=st(o)),s&&(i.maxWidth=st(s))}this._lastBoundingBoxSize=r,fr(this._boundingBox.style,i)}_resetBoundingBoxStyles(){fr(this._boundingBox.style,{top:"0",left:"0",right:"0",bottom:"0",height:"",width:"",alignItems:"",justifyContent:""})}_resetOverlayElementStyles(){fr(this._pane.style,{top:"",left:"",bottom:"",right:"",position:"",transform:""})}_setOverlayElementStyles(e,n){let r={},i=this._hasExactPosition(),o=this._hasFlexibleDimensions,s=this._overlayRef.getConfig();if(i){let _=this._viewportRuler.getViewportScrollPosition();fr(r,this._getExactOverlayY(n,e,_)),fr(r,this._getExactOverlayX(n,e,_))}else r.position="static";let c="",u=this._getOffset(n,"x"),d=this._getOffset(n,"y");u&&(c+=`translateX(${u}px) `),d&&(c+=`translateY(${d}px)`),r.transform=c.trim(),s.maxHeight&&(i?r.maxHeight=st(s.maxHeight):o&&(r.maxHeight="")),s.maxWidth&&(i?r.maxWidth=st(s.maxWidth):o&&(r.maxWidth="")),fr(this._pane.style,r)}_getExactOverlayY(e,n,r){let i={top:"",bottom:""},o=this._getOverlayPoint(n,this._overlayRect,e);if(this._isPushed&&(o=this._pushOverlayOnScreen(o,this._overlayRect,r)),e.overlayY==="bottom"){let s=this._document.documentElement.clientHeight;i.bottom=`${s-(o.y+this._overlayRect.height)}px`}else i.top=st(o.y);return i}_getExactOverlayX(e,n,r){let i={left:"",right:""},o=this._getOverlayPoint(n,this._overlayRect,e);this._isPushed&&(o=this._pushOverlayOnScreen(o,this._overlayRect,r));let s;if(this._isRtl()?s=e.overlayX==="end"?"left":"right":s=e.overlayX==="end"?"right":"left",s==="right"){let c=this._document.documentElement.clientWidth;i.right=`${c-(o.x+this._overlayRect.width)}px`}else i.left=st(o.x);return i}_getScrollVisibility(){let e=this._getOriginRect(),n=this._pane.getBoundingClientRect(),r=this._scrollables.map(i=>i.getElementRef().nativeElement.getBoundingClientRect());return{isOriginClipped:Ep(e,r),isOriginOutsideView:Xc(e,r),isOverlayClipped:Ep(n,r),isOverlayOutsideView:Xc(n,r)}}_subtractOverflows(e,...n){return n.reduce((r,i)=>r-Math.max(i,0),e)}_getNarrowedViewportRect(){let e=this._document.documentElement.clientWidth,n=this._document.documentElement.clientHeight,r=this._viewportRuler.getViewportScrollPosition();return{top:r.top+this._viewportMargin,left:r.left+this._viewportMargin,right:r.left+e-this._viewportMargin,bottom:r.top+n-this._viewportMargin,width:e-2*this._viewportMargin,height:n-2*this._viewportMargin}}_isRtl(){return this._overlayRef.getDirection()==="rtl"}_hasExactPosition(){return!this._hasFlexibleDimensions||this._isPushed}_getOffset(e,n){return n==="x"?e.offsetX==null?this._offsetX:e.offsetX:e.offsetY==null?this._offsetY:e.offsetY}_validatePositions(){}_addPanelClasses(e){this._pane&&Ps(e).forEach(n=>{n!==""&&this._appliedPanelClasses.indexOf(n)===-1&&(this._appliedPanelClasses.push(n),this._pane.classList.add(n))})}_clearPanelClasses(){this._pane&&(this._appliedPanelClasses.forEach(e=>{this._pane.classList.remove(e)}),this._appliedPanelClasses=[])}_getOriginRect(){let e=this._origin;if(e instanceof It)return e.nativeElement.getBoundingClientRect();if(e instanceof Element)return e.getBoundingClientRect();let n=e.width||0,r=e.height||0;return{top:e.y,bottom:e.y+r,left:e.x,right:e.x+n,height:r,width:n}}};function fr(t,e){for(let n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}function wp(t){if(typeof t!="number"&&t!=null){let[e,n]=t.split(Hy);return!n||n==="px"?parseFloat(e):null}return t||null}function Sp(t){return{top:Math.floor(t.top),right:Math.floor(t.right),bottom:Math.floor(t.bottom),left:Math.floor(t.left),width:Math.floor(t.width),height:Math.floor(t.height)}}function jy(t,e){return t===e?!0:t.isOriginClipped===e.isOriginClipped&&t.isOriginOutsideView===e.isOriginOutsideView&&t.isOverlayClipped===e.isOverlayClipped&&t.isOverlayOutsideView===e.isOverlayOutsideView}var Ip="cdk-global-overlay-wrapper",el=class{_overlayRef;_cssPosition="static";_topOffset="";_bottomOffset="";_alignItems="";_xPosition="";_xOffset="";_width="";_height="";_isDisposed=!1;attach(e){let n=e.getConfig();this._overlayRef=e,this._width&&!n.width&&e.updateSize({width:this._width}),this._height&&!n.height&&e.updateSize({height:this._height}),e.hostElement.classList.add(Ip),this._isDisposed=!1}top(e=""){return this._bottomOffset="",this._topOffset=e,this._alignItems="flex-start",this}left(e=""){return this._xOffset=e,this._xPosition="left",this}bottom(e=""){return this._topOffset="",this._bottomOffset=e,this._alignItems="flex-end",this}right(e=""){return this._xOffset=e,this._xPosition="right",this}start(e=""){return this._xOffset=e,this._xPosition="start",this}end(e=""){return this._xOffset=e,this._xPosition="end",this}width(e=""){return this._overlayRef?this._overlayRef.updateSize({width:e}):this._width=e,this}height(e=""){return this._overlayRef?this._overlayRef.updateSize({height:e}):this._height=e,this}centerHorizontally(e=""){return this.left(e),this._xPosition="center",this}centerVertically(e=""){return this.top(e),this._alignItems="center",this}apply(){if(!this._overlayRef||!this._overlayRef.hasAttached())return;let e=this._overlayRef.overlayElement.style,n=this._overlayRef.hostElement.style,r=this._overlayRef.getConfig(),{width:i,height:o,maxWidth:s,maxHeight:c}=r,u=(i==="100%"||i==="100vw")&&(!s||s==="100%"||s==="100vw"),d=(o==="100%"||o==="100vh")&&(!c||c==="100%"||c==="100vh"),_=this._xPosition,h=this._xOffset,E=this._overlayRef.getConfig().direction==="rtl",C="",N="",k="";u?k="flex-start":_==="center"?(k="center",E?N=h:C=h):E?_==="left"||_==="end"?(k="flex-end",C=h):(_==="right"||_==="start")&&(k="flex-start",N=h):_==="left"||_==="start"?(k="flex-start",C=h):(_==="right"||_==="end")&&(k="flex-end",N=h),e.position=this._cssPosition,e.marginLeft=u?"0":C,e.marginTop=d?"0":this._topOffset,e.marginBottom=this._bottomOffset,e.marginRight=u?"0":N,n.justifyContent=k,n.alignItems=d?"flex-start":this._alignItems}dispose(){if(this._isDisposed||!this._overlayRef)return;let e=this._overlayRef.overlayElement.style,n=this._overlayRef.hostElement,r=n.style;n.classList.remove(Ip),r.justifyContent=r.alignItems=e.marginTop=e.marginBottom=e.marginLeft=e.marginRight=e.position="",this._overlayRef=null,this._isDisposed=!0}},$y=(()=>{class t{_viewportRuler=z(Ms);_document=z(xt);_platform=z(rn);_overlayContainer=z(as);constructor(){}global(){return new el}flexibleConnectedTo(n){return new Qc(n,this._viewportRuler,this._document,this._platform,this._overlayContainer)}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),tl=(()=>{class t{scrollStrategies=z(ky);_overlayContainer=z(as);_positionBuilder=z($y);_keyboardDispatcher=z(By);_injector=z(Mt);_ngZone=z(Pt);_document=z(xt);_directionality=z(ri);_location=z(Bl);_outsideClickDispatcher=z(Uy);_animationsModuleType=z(Nl,{optional:!0});_idGenerator=z(Gi);_renderer=z(_r).createRenderer(null,null);_appRef;_styleLoader=z(ni);constructor(){}create(n){this._styleLoader.load(xp);let r=this._createHostElement(),i=this._createPaneElement(r),o=this._createPortalOutlet(i),s=new Ni(n);return s.direction=s.direction||this._directionality.value,new Kr(o,r,i,s,this._ngZone,this._keyboardDispatcher,this._document,this._location,this._outsideClickDispatcher,this._animationsModuleType==="NoopAnimations",this._injector.get(Fi),this._renderer)}position(){return this._positionBuilder}_createPaneElement(n){let r=this._document.createElement("div");return r.id=this._idGenerator.getId("cdk-overlay-"),r.classList.add("cdk-overlay-pane"),n.appendChild(r),r}_createHostElement(){let n=this._document.createElement("div");return this._overlayContainer.getContainerElement().appendChild(n),n}_createPortalOutlet(n){return this._appRef||(this._appRef=this._injector.get(Bi)),new rs(n,null,this._appRef,this._injector,this._document)}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function Gy(t,e){}var Xr=class{viewContainerRef;injector;id;role="dialog";panelClass="";hasBackdrop=!0;backdropClass="";disableClose=!1;width="";height="";minWidth;minHeight;maxWidth;maxHeight;positionStrategy;data=null;direction;ariaDescribedBy=null;ariaLabelledBy=null;ariaLabel=null;ariaModal=!1;autoFocus="first-tabbable";restoreFocus=!0;scrollStrategy;closeOnNavigation=!0;closeOnDestroy=!0;closeOnOverlayDetachments=!0;componentFactoryResolver;providers;container;templateContext};var Wy=(()=>{class t extends zr{_elementRef=z(It);_focusTrapFactory=z(_p);_config;_interactivityChecker=z(Wc);_ngZone=z(Pt);_overlayRef=z(Kr);_focusMonitor=z(pp);_renderer=z(Is);_platform=z(rn);_document=z(xt,{optional:!0});_portalOutlet;_focusTrap=null;_elementFocusedBeforeDialogWasOpened=null;_closeInteractionType=null;_ariaLabelledByQueue=[];_changeDetectorRef=z(Zn);_injector=z(Mt);_isDestroyed=!1;constructor(){super(),this._config=z(Xr,{optional:!0})||new Xr,this._config.ariaLabelledBy&&this._ariaLabelledByQueue.push(this._config.ariaLabelledBy)}_addAriaLabelledBy(n){this._ariaLabelledByQueue.push(n),this._changeDetectorRef.markForCheck()}_removeAriaLabelledBy(n){let r=this._ariaLabelledByQueue.indexOf(n);r>-1&&(this._ariaLabelledByQueue.splice(r,1),this._changeDetectorRef.markForCheck())}_contentAttached(){this._initializeFocusTrap(),this._handleBackdropClicks(),this._captureInitialFocus()}_captureInitialFocus(){this._trapFocus()}ngOnDestroy(){this._isDestroyed=!0,this._restoreFocus()}attachComponentPortal(n){this._portalOutlet.hasAttached();let r=this._portalOutlet.attachComponentPortal(n);return this._contentAttached(),r}attachTemplatePortal(n){this._portalOutlet.hasAttached();let r=this._portalOutlet.attachTemplatePortal(n);return this._contentAttached(),r}attachDomPortal=n=>{this._portalOutlet.hasAttached();let r=this._portalOutlet.attachDomPortal(n);return this._contentAttached(),r};_recaptureFocus(){this._containsFocus()||this._trapFocus()}_forceFocus(n,r){this._interactivityChecker.isFocusable(n)||(n.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{let i=()=>{o(),s(),n.removeAttribute("tabindex")},o=this._renderer.listen(n,"blur",i),s=this._renderer.listen(n,"mousedown",i)})),n.focus(r)}_focusByCssSelector(n,r){let i=this._elementRef.nativeElement.querySelector(n);i&&this._forceFocus(i,r)}_trapFocus(n){this._isDestroyed||gr(()=>{let r=this._elementRef.nativeElement;switch(this._config.autoFocus){case!1:case"dialog":this._containsFocus()||r.focus(n);break;case!0:case"first-tabbable":this._focusTrap?.focusInitialElement(n)||this._focusDialogContainer(n);break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]',n);break;default:this._focusByCssSelector(this._config.autoFocus,n);break}},{injector:this._injector})}_restoreFocus(){let n=this._config.restoreFocus,r=null;if(typeof n=="string"?r=this._document.querySelector(n):typeof n=="boolean"?r=n?this._elementFocusedBeforeDialogWasOpened:null:n&&(r=n),this._config.restoreFocus&&r&&typeof r.focus=="function"){let i=ji(),o=this._elementRef.nativeElement;(!i||i===this._document.body||i===o||o.contains(i))&&(this._focusMonitor?(this._focusMonitor.focusVia(r,this._closeInteractionType),this._closeInteractionType=null):r.focus())}this._focusTrap&&this._focusTrap.destroy()}_focusDialogContainer(n){this._elementRef.nativeElement.focus&&this._elementRef.nativeElement.focus(n)}_containsFocus(){let n=this._elementRef.nativeElement,r=ji();return n===r||n.contains(r)}_initializeFocusTrap(){this._platform.isBrowser&&(this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._document&&(this._elementFocusedBeforeDialogWasOpened=ji()))}_handleBackdropClicks(){this._overlayRef.backdropClick().subscribe(()=>{this._config.disableClose&&this._recaptureFocus()})}static \u0275fac=function(r){return new(r||t)};static \u0275cmp=Me({type:t,selectors:[["cdk-dialog-container"]],viewQuery:function(r,i){if(r&1&&In(jc,7),r&2){let o;Tn(o=xn())&&(i._portalOutlet=o.first)}},hostAttrs:["tabindex","-1",1,"cdk-dialog-container"],hostVars:6,hostBindings:function(r,i){r&2&&cn("id",i._config.id||null)("role",i._config.role)("aria-modal",i._config.ariaModal)("aria-labelledby",i._config.ariaLabel?null:i._ariaLabelledByQueue[0])("aria-label",i._config.ariaLabel)("aria-describedby",i._config.ariaDescribedBy||null)},features:[Ct],decls:1,vars:0,consts:[["cdkPortalOutlet",""]],template:function(r,i){r&1&&xe(0,Gy,0,0,"ng-template",0)},dependencies:[jc],styles:[`.cdk-dialog-container{display:block;width:100%;height:100%;min-height:inherit;max-height:inherit}
|
|
34
|
-
`],encapsulation:2})}return t})(),pr=class{overlayRef;config;componentInstance;componentRef;containerInstance;disableClose;closed=new _t;backdropClick;keydownEvents;outsidePointerEvents;id;_detachSubscription;constructor(e,n){this.overlayRef=e,this.config=n,this.disableClose=n.disableClose,this.backdropClick=e.backdropClick(),this.keydownEvents=e.keydownEvents(),this.outsidePointerEvents=e.outsidePointerEvents(),this.id=n.id,this.keydownEvents.subscribe(r=>{r.keyCode===27&&!this.disableClose&&!vp(r)&&(r.preventDefault(),this.close(void 0,{focusOrigin:"keyboard"}))}),this.backdropClick.subscribe(()=>{this.disableClose||this.close(void 0,{focusOrigin:"mouse"})}),this._detachSubscription=e.detachments().subscribe(()=>{n.closeOnOverlayDetachments!==!1&&this.close()})}close(e,n){if(this.containerInstance){let r=this.closed;this.containerInstance._closeInteractionType=n?.focusOrigin||"program",this._detachSubscription.unsubscribe(),this.overlayRef.dispose(),r.next(e),r.complete(),this.componentInstance=this.containerInstance=null}}updatePosition(){return this.overlayRef.updatePosition(),this}updateSize(e="",n=""){return this.overlayRef.updateSize({width:e,height:n}),this}addPanelClass(e){return this.overlayRef.addPanelClass(e),this}removePanelClass(e){return this.overlayRef.removePanelClass(e),this}},Yy=new tn("DialogScrollStrategy",{providedIn:"root",factory:()=>{let t=z(tl);return()=>t.scrollStrategies.block()}}),rl=new tn("DialogData"),zy=new tn("DefaultDialogConfig");var Op=(()=>{class t{_overlay=z(tl);_injector=z(Mt);_defaultOptions=z(zy,{optional:!0});_parentDialog=z(t,{optional:!0,skipSelf:!0});_overlayContainer=z(as);_idGenerator=z(Gi);_openDialogsAtThisLevel=[];_afterAllClosedAtThisLevel=new _t;_afterOpenedAtThisLevel=new _t;_ariaHiddenElements=new Map;_scrollStrategy=z(Yy);get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}afterAllClosed=yl(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe(Sl(void 0)));constructor(){}open(n,r){let i=this._defaultOptions||new Xr;r=x(x({},i),r),r.id=r.id||this._idGenerator.getId("cdk-dialog-"),r.id&&this.getDialogById(r.id);let o=this._getOverlayConfig(r),s=this._overlay.create(o),c=new pr(s,r),u=this._attachContainer(s,c,r);return c.containerInstance=u,this._attachDialogContent(n,c,u,r),this.openDialogs.length||this._hideNonDialogContentFromAssistiveTechnology(),this.openDialogs.push(c),c.closed.subscribe(()=>this._removeOpenDialog(c,!0)),this.afterOpened.next(c),c}closeAll(){nl(this.openDialogs,n=>n.close())}getDialogById(n){return this.openDialogs.find(r=>r.id===n)}ngOnDestroy(){nl(this._openDialogsAtThisLevel,n=>{n.config.closeOnDestroy===!1&&this._removeOpenDialog(n,!1)}),nl(this._openDialogsAtThisLevel,n=>n.close()),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete(),this._openDialogsAtThisLevel=[]}_getOverlayConfig(n){let r=new Ni({positionStrategy:n.positionStrategy||this._overlay.position().global().centerHorizontally().centerVertically(),scrollStrategy:n.scrollStrategy||this._scrollStrategy(),panelClass:n.panelClass,hasBackdrop:n.hasBackdrop,direction:n.direction,minWidth:n.minWidth,minHeight:n.minHeight,maxWidth:n.maxWidth,maxHeight:n.maxHeight,width:n.width,height:n.height,disposeOnNavigation:n.closeOnNavigation});return n.backdropClass&&(r.backdropClass=n.backdropClass),r}_attachContainer(n,r,i){let o=i.injector||i.viewContainerRef?.injector,s=[{provide:Xr,useValue:i},{provide:pr,useValue:r},{provide:Kr,useValue:n}],c;i.container?typeof i.container=="function"?c=i.container:(c=i.container.type,s.push(...i.container.providers(i))):c=Wy;let u=new Wr(c,i.viewContainerRef,Mt.create({parent:o||this._injector,providers:s}));return n.attach(u).instance}_attachDialogContent(n,r,i,o){if(n instanceof Vi){let s=this._createInjector(o,r,i,void 0),c={$implicit:o.data,dialogRef:r};o.templateContext&&(c=x(x({},c),typeof o.templateContext=="function"?o.templateContext():o.templateContext)),i.attachTemplatePortal(new Yr(n,null,c,s))}else{let s=this._createInjector(o,r,i,this._injector),c=i.attachComponentPortal(new Wr(n,o.viewContainerRef,s));r.componentRef=c,r.componentInstance=c.instance}}_createInjector(n,r,i,o){let s=n.injector||n.viewContainerRef?.injector,c=[{provide:rl,useValue:n.data},{provide:pr,useValue:r}];return n.providers&&(typeof n.providers=="function"?c.push(...n.providers(r,n,i)):c.push(...n.providers)),n.direction&&(!s||!s.get(ri,null,{optional:!0}))&&c.push({provide:ri,useValue:{value:n.direction,change:Pi()}}),Mt.create({parent:s||o,providers:c})}_removeOpenDialog(n,r){let i=this.openDialogs.indexOf(n);i>-1&&(this.openDialogs.splice(i,1),this.openDialogs.length||(this._ariaHiddenElements.forEach((o,s)=>{o?s.setAttribute("aria-hidden",o):s.removeAttribute("aria-hidden")}),this._ariaHiddenElements.clear(),r&&this._getAfterAllClosed().next()))}_hideNonDialogContentFromAssistiveTechnology(){let n=this._overlayContainer.getContainerElement();if(n.parentElement){let r=n.parentElement.children;for(let i=r.length-1;i>-1;i--){let o=r[i];o!==n&&o.nodeName!=="SCRIPT"&&o.nodeName!=="STYLE"&&!o.hasAttribute("aria-live")&&(this._ariaHiddenElements.set(o,o.getAttribute("aria-hidden")),o.setAttribute("aria-hidden","true"))}}}_getAfterAllClosed(){let n=this._parentDialog;return n?n._getAfterAllClosed():this._afterAllClosedAtThisLevel}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Et({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function nl(t,e){let n=t.length;for(;n--;)e(t[n])}var cs=class{lastWidth;lastHeight;resizeTimeout=null;debounceDelay=200;onResizeCallback;constructor(e){this.onResizeCallback=e,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 e=window.innerWidth,n=window.innerHeight;(n!==this.lastHeight||e!==this.lastWidth)&&(this.onResizeCallback(),this.lastWidth=e,this.lastHeight=n)}};var Ky=xl;function Xy(t){return!!t[Ky]}var qy=Symbol("__destroy"),Mp=Symbol("__decoratorApplied");function Pp(t){return typeof t=="string"?Symbol(`__destroy__${t}`):qy}function Zy(t){t.prototype[Mp]=!0}function Lp(t,e){t[e]||(t[e]=new _t)}function Fp(t,e){t[e]&&(t[e].next(),t[e].complete(),t[e]=null)}function Vp(t){t instanceof Qr&&t.unsubscribe()}function Jy(t){Array.isArray(t)&&t.forEach(Vp)}function kp(t,e){return function(){if(t&&t.call(this),Fp(this,Pp()),e.arrayName&&Jy(this[e.arrayName]),e.checkProperties)for(let n in this)e.blackList?.includes(n)||Vp(this[n])}}function Qy(t,e){t.prototype.ngOnDestroy=kp(t.prototype.ngOnDestroy,e)}function e0(t,e){let n=t.\u0275pipe;n.onDestroy=kp(n.onDestroy,e)}function Bp(t={}){return e=>{Xy(e)?e0(e,t):Qy(e,t),Zy(e)}}var Dp=7,Np=Symbol("CheckerHasBeenSet");function t0(t,e){t[Np]||n0()||(Rp(()=>vl(Promise.resolve()).pipe(ws(()=>{let n;try{n=Dl(t)}catch{n=null}let r=n?.lView;if(r==null)return _l;let i=r[Dp]||(r[Dp]=[]),o=new _t;return i.push(function(){Rp(()=>{o.next(),o.complete()})}),o}),ws(()=>Promise.resolve())).subscribe(()=>{(e.observed??e.observers.length>0)&&console.warn(r0(t))})),t[Np]=!0)}function n0(){return typeof __karma__<"u"&&!!__karma__||typeof jasmine<"u"&&!!jasmine||typeof jest<"u"&&!!jest||typeof Mocha<"u"&&!!Mocha||typeof process<"u"&&Object.prototype.toString.call(process)==="[object process]"}function Rp(t){let e=Tl.Zone;return!!e&&typeof e.root?.run=="function"?e.root.run(t):t()}function r0(t){return`
|
|
35
|
-
The ${t.constructor.name} still has subscriptions that haven't been unsubscribed.
|
|
36
|
-
This may happen if the class extends another class decorated with @UntilDestroy().
|
|
37
|
-
The child class implements its own ngOnDestroy() method but doesn't call super.ngOnDestroy().
|
|
38
|
-
Let's look at the following example:
|
|
39
|
-
@UntilDestroy()
|
|
40
|
-
@Directive()
|
|
41
|
-
export abstract class BaseDirective {}
|
|
42
|
-
@Component({ template: '' })
|
|
43
|
-
export class ConcreteComponent extends BaseDirective implements OnDestroy {
|
|
44
|
-
constructor() {
|
|
45
|
-
super();
|
|
46
|
-
someObservable$.pipe(untilDestroyed(this)).subscribe();
|
|
47
|
-
}
|
|
48
|
-
ngOnDestroy(): void {
|
|
49
|
-
// Some logic here...
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
The BaseDirective.ngOnDestroy() will not be called since Angular will call ngOnDestroy()
|
|
53
|
-
on the ConcreteComponent, but not on the BaseDirective.
|
|
54
|
-
One of the solutions is to declare an empty ngOnDestroy method on the BaseDirective:
|
|
55
|
-
@UntilDestroy()
|
|
56
|
-
@Directive()
|
|
57
|
-
export abstract class BaseDirective {
|
|
58
|
-
ngOnDestroy(): void {}
|
|
59
|
-
}
|
|
60
|
-
@Component({ template: '' })
|
|
61
|
-
export class ConcreteComponent extends BaseDirective implements OnDestroy {
|
|
62
|
-
constructor() {
|
|
63
|
-
super();
|
|
64
|
-
someObservable$.pipe(untilDestroyed(this)).subscribe();
|
|
65
|
-
}
|
|
66
|
-
ngOnDestroy(): void {
|
|
67
|
-
// Some logic here...
|
|
68
|
-
super.ngOnDestroy();
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
`}var il=!1;function i0(t,e,n){let r=t[e];if(il&&typeof r!="function")throw new Error(`${t.constructor.name} is using untilDestroyed but doesn't implement ${e}`);Lp(t,n),t[e]=function(){r.apply(this,arguments),Fp(this,n),t[e]=r}}function Up(t,e){return n=>{let r=Pp(e);typeof e=="string"?i0(t,e,r):(il&&o0(t),Lp(t,r));let i=t[r];return il&&t0(t,i),n.pipe(mr(i))}}function o0(t){let e=Object.getPrototypeOf(t);if(!(Mp in e))throw new Error("untilDestroyed operator cannot be used inside directives or components or providers that are not decorated with UntilDestroy decorator")}var ls=class t{engagementTrigger;isMobile=window.CooeeSDK.uaParser.getDevice().type==="mobile";ngOnInit(){this.engagementTrigger=this.triggerContext?.triggerData}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Me({type:t,selectors:[["cooee-base-video"]],inputs:{triggerContext:"triggerContext"},decls:0,vars:0,template:function(n,r){},encapsulation:2})};var s0=t=>({active:t}),a0=(t,e)=>e.mID;function c0(t,e){if(t&1&&be(0,"img",9),t&2){let n=e.$implicit,r=K();le("src",n.url,ut)("alt",r.item().name)}}function l0(t,e){if(t&1&&(be(0,"span",18),Je(1,"cooeeCurrency"),Je(2,"safeHtml")),t&2){K(2);let n=Xe(16);le("innerHTML",ot(2,3,ot(1,1,n.d)),bt)}}function u0(t,e){if(t&1&&(be(0,"span",19),Je(1,"cooeeCurrency"),Je(2,"safeHtml")),t&2){K(2);let n=Xe(16);le("innerHTML",ot(2,3,ot(1,1,n.cmp)),bt)}}function d0(t,e){if(t&1&&(G(0,"div",12),xe(1,l0,3,5,"span",18)(2,u0,3,5,"span",19),W()),t&2){K();let n=Xe(16);P(),Se(n.d?1:-1),P(),Se(n.cmp?2:-1)}}function f0(t,e){if(t&1){let n=Ke();G(0,"a",22),Pe("click",function(i){let o=Ne(n).$implicit,s=K(2);return Re(s.changeItem(i,o))}),be(1,"img",23),W()}if(t&2){let n=e.$implicit,r=K(2);P(),le("src",n.firstImageURL,ut)("alt",r.item().name)("ngClass",Ui(3,s0,n.mID===r.item().mID+""))}}function p0(t,e){if(t&1&&(G(0,"span",20),Oe(1,"Select product"),W(),G(2,"div",8),rt(3,f0,2,5,"a",21,a0),W()),t&2){let n=K();P(3),it(n.similarItems())}}function h0(t,e){if(t&1&&(G(0,"span",24),Oe(1,"Select variant"),W(),be(2,"cooee-item-options-picker",25)),t&2){let n=K();P(2),le("item",n.item())}}function m0(t,e){if(t&1&&(G(0,"div",26),Oe(1,"Description"),W(),be(2,"div",27),Je(3,"safeHtml")),t&2){let n=K();P(2),le("innerHTML",ot(3,1,n.item().desc),bt)}}function g0(t,e){t&1&&Oe(0," Add To Cart ")}function _0(t,e){t&1&&Oe(0," Out of stock ")}var us=class t{closeModel=new ct;performCTA=new ct;item=xs.required();similarItems=xs.required();closeDialog(){this.closeModel.emit()}clickAddToCart(){this.performCTA.emit({item:this.item(),cta:Xt.ADD_TO_CART})}openCart(){this.performCTA.emit({item:this.item(),cta:Xt.OPEN_CART})}changeItem(e,n){e.stopPropagation(),e.preventDefault(),this.item.set(n)}goToPDP(){this.performCTA.emit({item:this.item(),cta:Xt.GO_TO_PRODUCT})}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Me({type:t,selectors:[["cooee-product-modal"]],inputs:{item:[1,"item"],similarItems:[1,"similarItems"]},outputs:{closeModel:"closeModel",performCTA:"performCTA",item:"itemChange",similarItems:"similarItemsChange"},decls:29,vars:8,consts:[[1,"lc-card-wrapper"],[1,"lc-card-header"],[1,"lc-header"],["type","button",1,"lc-close-button",3,"click"],["xmlns","http://www.w3.org/2000/svg","height","24px","viewBox","0 0 24 24","fill","#000"],["d","M0 0h24v24H0V0z","fill","none"],["d","M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"],[1,"lc-card-content"],[1,"lc-image-strip"],[1,"w-28","h-28","object-contain",3,"src","alt"],[1,"lc-inner-body"],[1,"lc-item-name"],[1,"lc-prices"],[1,"lc-card-footer"],["type","button",1,"lc-cta-button",3,"click","disabled"],["type","button",1,"lc-more-info-button",3,"click"],["type","button","title","View Cart",1,"view-cart-button",3,"click"],["width","32","height","32","src","https://img.icons8.com/material-sharp/48/shopping-cart.png","alt","shopping-cart"],[1,"lc-item-price",3,"innerHTML"],[1,"lc-item-cmp-price",3,"innerHTML"],[1,"lc-selected-product-title"],["href","#"],["href","#",3,"click"],[1,"product-selector",3,"src","alt","ngClass"],[1,"lc-selected-variant-title"],[3,"item"],[1,"lc-description-title"],[1,"lc-description",3,"innerHTML"]],template:function(n,r){if(n&1){let i=Ke();G(0,"div",0)(1,"div",1)(2,"div",2),Oe(3,"Shop Now"),W(),G(4,"button",3),Pe("click",function(){return Ne(i),Re(r.closeDialog())}),Bt(),G(5,"svg",4),be(6,"path",5)(7,"path",6),W()()(),lt(8),Kn(),G(9,"div",7)(10,"div",8),rt(11,c0,1,2,"img",9,wn),W(),G(13,"div",10)(14,"div",11),Oe(15),W(),lt(16),xe(17,d0,3,2,"div",12)(18,p0,5,0)(19,h0,3,1)(20,m0,4,3),W()(),G(21,"div",13)(22,"button",14),Pe("click",function(){return Ne(i),Re(r.clickAddToCart())}),xe(23,g0,1,0)(24,_0,1,0),W(),G(25,"button",15),Pe("click",function(){return Ne(i),Re(r.goToPDP())}),Oe(26," More Info "),W(),G(27,"button",16),Pe("click",function(){return Ne(i),Re(r.openCart())}),be(28,"img",17),W()()()}if(n&2){let i=r.item().selectedOrFirstVariant.value;P(11),it(r.item().imgs),P(4),ln(r.item().name),P();let o=vt(i==null?null:i.price);P(),Se(o?17:-1),P(),Se(r.similarItems().length>1?18:-1),P(),Se(r.item().hasVariants()?19:-1),P(),Se(r.item().desc?20:-1),P(2),le("disabled",!i.isAvailable),P(),Se(i.isAvailable?23:24)}},dependencies:[Un,yn,Bn,yr],styles:["[_nghost-%COMP%]{display:block;background:#fff}.lc-card-wrapper[_ngcontent-%COMP%]{position:relative;display:flex;flex-direction:column;height:100%;overflow:auto}.lc-card-header[_ngcontent-%COMP%]{display:var(--header-display, flex);flex-direction:row;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px solid var(--lc-color-gray-300)}.lc-header[_ngcontent-%COMP%]{font-size:24px;font-weight:500;color:#000}.lc-close-button[_ngcontent-%COMP%]{background:transparent;border:none;width:36px;height:36px;cursor:pointer}.lc-close-button[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{fill:#000000b3}.lc-card-content[_ngcontent-%COMP%]{flex:1;overflow-y:auto;overscroll-behavior:contain}.lc-inner-body[_ngcontent-%COMP%]{padding:16px;display:flex;flex-direction:column;gap:8px}.lc-image-strip[_ngcontent-%COMP%]{width:100%;display:flex;overflow-x:auto;gap:.5rem;flex-wrap:nowrap}.lc-image-strip[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:auto;height:200px}.lc-image-strip[_ngcontent-%COMP%] .product-selector[_ngcontent-%COMP%]{height:100px;flex-shrink:0;padding:2px}.lc-image-strip[_ngcontent-%COMP%] .product-selector.active[_ngcontent-%COMP%]{border:red solid 1px}.lc-item-name[_ngcontent-%COMP%]{font-size:20px;font-weight:600;line-height:normal;color:rgb(var(--lc-color-text))}.lc-item-price[_ngcontent-%COMP%]{font-size:18px;font-weight:500;color:rgb(var(--lc-color-text))}.lc-item-cmp-price[_ngcontent-%COMP%]{font-size:18px;font-weight:500;color:rgba(var(--lc-color-text),.75);margin-left:10px;text-decoration:line-through;display:none}.lc-description-title[_ngcontent-%COMP%], .lc-selected-product-title[_ngcontent-%COMP%], .lc-selected-variant-title[_ngcontent-%COMP%]{font-size:18px;font-weight:600;margin-top:8px;line-height:normal;color:#000}.lc-description[_ngcontent-%COMP%]{line-height:normal;color:#000}.lc-card-footer[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center;padding:12px;background-color:#0000004d;box-shadow:0 4px 6px #52525b4d;gap:12px}.lc-cta-button[_ngcontent-%COMP%], .lc-more-info-button[_ngcontent-%COMP%]{width:50%;padding:12px;border:none;border-radius:.5rem;font-weight:600;display:flex;justify-content:center;cursor:pointer;font-size:16px}.lc-cta-button[_ngcontent-%COMP%]{background-color:#000;color:#fff}.lc-cta-button[_ngcontent-%COMP%]:disabled{opacity:.5;cursor:not-allowed}.lc-more-info-button[_ngcontent-%COMP%]{background-color:#fff;color:#000}.view-cart-button[_ngcontent-%COMP%]{background:transparent;border:none;cursor:pointer}"]})};var ds=class t{width;static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Me({type:t,selectors:[["cooee-video-progress-bar"]],inputs:{width:"width"},decls:5,vars:2,consts:[[1,"lc:absolute","lc:top-1","lc:w-full","lc:z-10"],[1,"lc:px-2"],[1,"lc:h-1","lc:w-full","lc:bg-gray-700","lc:mb-2"],[1,"lc:h-1","lc:bg-pink-500"]],template:function(n,r){n&1&&(G(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",3),be(4,"div"),W()()()()),n&2&&(P(3),ti("width",r.width,"%"))},encapsulation:2})};function v0(t,e){if(t&1&&(be(0,"span",7),Je(1,"cooeeCurrency"),Je(2,"safeHtml")),t&2){K();let n=Xe(8);le("innerHTML",ot(2,3,ot(1,1,n.cmp)),bt)}}function y0(t,e){t&1&&Oe(0," Out of Stock ")}function E0(t,e){t&1&&Oe(0," Add To Cart ")}var fs=class t{performCTA=new ct;item=Xn.required();similarItems=Xn.required();isButtonDisabled=Jn(()=>{let e=this.item();return e.hasVariants()?!e.vars.some(n=>n.isAvailable):!e.selectedOrFirstVariant.value.isAvailable});clickAddToCart(e){let n=un.get().website?.canChangeVariantInCart;this.similarItems()?.length>1||this.item().hasVariants()&&!n||(e.stopPropagation(),this.performCTA.emit({item:this.item(),cta:Xt.ADD_TO_CART}))}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Me({type:t,selectors:[["cooee-product-card"]],inputs:{item:[1,"item"],similarItems:[1,"similarItems"]},outputs:{performCTA:"performCTA"},decls:16,vars:12,consts:[[1,"lc-item-card"],[1,"lc-card-content"],[1,"lc-item-image",3,"alt","src"],[1,"lc-product-details"],[1,"lc-item-name"],[1,"lc-prices"],[1,"lc-item-price",3,"innerHTML"],[1,"lc-item-cmp-price",3,"innerHTML"],["type","button",1,"lc-cta-button",3,"click","disabled"]],template:function(n,r){if(n&1){let i=Ke();lt(0),G(1,"div",0)(2,"div",1),be(3,"img",2),G(4,"div",3)(5,"div",4),Oe(6),W(),G(7,"div",5),lt(8),be(9,"span",6),Je(10,"cooeeCurrency"),Je(11,"safeHtml"),xe(12,v0,3,5,"span",7),W()()(),G(13,"button",8),Pe("click",function(s){return Ne(i),Re(r.clickAddToCart(s))}),xe(14,y0,1,0)(15,E0,1,0),W()()}if(n&2){let i=r.item().selectedOrFirstVariant.value;P(3),Sn("alt",r.item().name),le("src",r.item().firstImageURL,ut),P(3),Tt(" ",r.item().name," "),P(2);let o=vt(i.price);P(),le("innerHTML",ot(11,10,ot(10,8,o.d)),bt),P(3),Se(o.cmp?12:-1),P(),le("disabled",r.isButtonDisabled()),P(),Se(r.isButtonDisabled()?14:15)}},dependencies:[yn,Un],styles:["[_nghost-%COMP%]{display:block;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffff80;border-radius:7px;cursor:pointer}.lc-item-card[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:8px;padding:8px}.lc-card-content[_ngcontent-%COMP%]{display:flex;gap:8px;width:100%;align-items:start}.lc-item-image[_ngcontent-%COMP%]{width:70px;height:70px;object-fit:cover;box-sizing:border-box;border-radius:7px}.lc-product-details[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:3.5px;font-size:10.5px}.lc-item-name[_ngcontent-%COMP%]{font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;line-height:normal;color:rgb(var(--lc-color-text))}.lc-item-price[_ngcontent-%COMP%]{font-size:16px;line-height:normal;color:rgb(var(--lc-color-text))}.lc-item-cmp-price[_ngcontent-%COMP%]{font-size:16px;line-height:normal;color:rgba(var(--lc-color-text),.75);margin-left:10px;text-decoration:line-through;display:none}.lc-cta-button[_ngcontent-%COMP%]{padding:12px 8px;border:none;border-radius:8px;width:100%;background:#000;text-align:center;font-weight:500;cursor:pointer;color:#fff;font-size:16px}.lc-cta-button.atc-clicked[_ngcontent-%COMP%]{background:#000}"]})};var b0=["swiperContainer"],C0=["videoEl"],w0=(t,e)=>e.url,S0=(t,e)=>e.mID;function I0(t,e){if(t&1&&be(0,"source",14),t&2){let n=e.$implicit;Sn("type",n.mimeType),le("src",n.url,ut)}}function T0(t,e){t&1&&Ds(0)}function x0(t,e){if(t&1){let n=Ke();be(0,"cooee-video-progress-bar",17),G(1,"div",18)(2,"cooee-mute-toggle",19),Pe("toggled",function(){Ne(n);let i=K(2);return Re(i.toggleMute())}),W(),xe(3,T0,1,0,"ng-container",10),W()}if(t&2){let n=K().$index,r=Yt(4),i=K(),o=Yt(11);le("width",i.videoProgress[n]||0),P(2),le("muted",i.muted)("videoEl",r),P(),le("ngTemplateOutlet",o)}}function O0(t,e){if(t&1){let n=Ke();G(0,"cooee-product-card",22),Pe("performCTA",function(i){Ne(n);let o=K(3).$implicit,s=K();return Re(s.performClickToAction(i,o))})("click",function(){let i=Ne(n).$implicit,o=K(3).$implicit,s=K();return Re(s.productCardClicked(i,o))}),W()}if(t&2){let n=e.$implicit,r=K(3).$implicit;le("item",n)("similarItems",r.items)}}function A0(t,e){if(t&1&&(G(0,"div",20),rt(1,O0,1,2,"cooee-product-card",16,S0),W()),t&2){let n=K(2).$implicit;P(),it(n.items)}}function D0(t,e){if(t&1&&be(0,"cooee-video-card",21),t&2){let n=K(2).$implicit;le("card",n.card)}}function N0(t,e){if(t&1&&(G(0,"div",15),xe(1,A0,3,0,"div",20)(2,D0,1,1,"cooee-video-card",21),W()),t&2){let n=K().$implicit,r=K();P(),Se(n.items.length&&r.footerContent===r.VideoConfigFooterContent.FIRST_ITEM?1:n.card&&r.footerContent===r.VideoConfigFooterContent.CARD?2:-1)}}function R0(t,e){if(t&1){let n=Ke();G(0,"cooee-product-modal",23),Pe("performCTA",function(i){Ne(n);let o=K(2);return Re(o.performClickToAction(i,o.selectedVideo))})("closeModel",function(){Ne(n);let i=K(2);return Re(i.productModalClosed())}),W()}if(t&2){let n=K(2);le("item",n.selectedItem)("similarItems",n.selectedVideo.items)}}function M0(t,e){if(t&1){let n=Ke();G(0,"div",6)(1,"div",11)(2,"div",12)(3,"video",13,2),Pe("timeupdate",function(i){let o=Ne(n).$index,s=K();return Re(s.updateProgress(i,o))})("click",function(){let i=Ne(n).$index,o=K();return Re(o.currentIndex===i&&o.toggleMute())})("ended",function(){Ne(n);let i=Yt(4),o=K();return Re(o.onVideoEnded(i))}),rt(5,I0,1,2,"source",14,w0),W(),xe(7,x0,4,4)(8,N0,3,1,"div",15),W(),xe(9,R0,1,2,"cooee-product-modal",16),W()()}if(t&2){let n=e.$implicit,r=e.$index,i=K();P(3),le("ngClass",i.viewTemplateClassName)("autoplay",i.currentIndex===r)("muted",i.muted)("poster",n.thumbnail,ut),cn("data-video-id",n.id),P(2),it(n.sources),P(2),Se(i.currentIndex===r?7:-1),P(),Se(i.currentIndex===r?8:-1),P(),Se(i.selectedItem&&i.currentIndex===r?9:-1)}}function P0(t,e){t&1&&Ds(0)}function L0(t,e){if(t&1){let n=Ke();G(0,"button",24),Pe("click",function(){Ne(n);let i=K();return Re(i.close())}),Bt(),G(1,"svg",25),be(2,"path",26)(3,"path",27),W()()}}var an=class extends ls{constructor(n,r,i,o){super();this.cdr=n;this.elementRef=r;this.dialogRef=i;this.data=o;this.videos=o.videos,this.currentIndex=o.currentIndex,this.triggerContext=o.triggerContext}videos=[];currentIndex=0;swiperContainerRef;videoElements;VideoConfigFooterContent=Si;muted=!1;videoProgress=[];selectedItem=null;selectedVideo;swiperInstance;detailPopupTemplate;footerContent;viewTemplateClassName="lc-video-only-view";resizeDebouncer=new cs(this.onResize.bind(this));onResize(){this.swiperInstance?.destroy?.(),this.reInitSwiper()}ngOnInit(){super.ngOnInit();let n=this.engagementTrigger?.content?.videoConfig;this.detailPopupTemplate=n?.detailPopup.template??"VIDEO_ONLY_VIEW",this.footerContent=n?.footerContent??"FIRST_ITEM";let r=this.elementRef.nativeElement.shadowRoot,i=un.get().website.commonCSS;switch(zt.injectRawCSS(i,r),zt.injectStylesheet(Dn.styleURL,r),zt.injectSwiperCSS(r),this.detailPopupTemplate){case"PRODUCT_DETAIL_VIEW":this.selectItemForDetailView(),this.viewTemplateClassName="lc-product-detail-view";break;case"VIDEO_ONLY_VIEW":this.viewTemplateClassName="lc-video-only-view";break}}ngAfterViewInit(){El(this.getCurrentVideoElement(),"loadeddata").pipe(Up(this)).subscribe(()=>{this.initSwiper()})}ngOnDestroy(){this.swiperInstance?.destroy?.(),this.resizeDebouncer.destroy()}close(n=this.videos[this.currentIndex],r=this.currentIndex){let i=this.getCurrentVideoElement();this.dialogRef.close({lastVideo:n,lastVideoIndex:r,lastVideoDuration:i?.currentTime})}performClickToAction(n,r){this.data.onCTAPerformed({cta:n.cta,item:n.item,video:r})}getCurrentVideoElement(){return this.videoElements.get(this.currentIndex)?.nativeElement}moveToNextVideo(){this.swiperInstance.slideTo(this.currentIndex+1)}productModalClosed(){this.selectedItem=null,this.selectedVideo=void 0,this.swiperInstance.enable()}pauseAll(){this.videoElements.forEach(n=>n.nativeElement.pause())}async toggleMute(){this.muted=!this.muted,this.videoElements.forEach(i=>i.nativeElement.muted=this.muted);let r=[this.muted?qe.EVENT_VIDEO_MUTED:qe.EVENT_VIDEO_UNMUTED,{current:this.currentVideoProps()},{triggerData:this.engagementTrigger}];window.CooeeSDK.events.push(r),await wr.set(br.MUTED,this.muted),this.cdr.detectChanges()}playActiveVideo(){this.pauseAll();let n=this.getCurrentVideoElement();n&&(n.currentTime=1,n.play().then(async()=>{this.muted=await wr.get(br.MUTED,!1),n.muted=this.muted}))}onVideoEnded(n){if(this.currentIndex<this.videos.length-1)this.selectedItem?(n.currentTime=0,n.play()):this.moveToNextVideo();else{let r=this.getPreviousVideoDataForEvent(),i=[qe.EVENT_LAST_VIDEO_ENDED,{previous:r},{triggerData:this.engagementTrigger}];window.CooeeSDK.events.push(i),n.currentTime=0,n.play()}}updateProgress(n,r){let i=n.target;this.videoProgress[r]=i.currentTime/i.duration*100,this.cdr.detectChanges()}onSlideChange(n){let r=this.getPreviousVideoDataForEvent();this.currentIndex=n.realIndex,this.playActiveVideo(),this.detailPopupTemplate==="PRODUCT_DETAIL_VIEW"?this.selectItemForDetailView():(this.selectedItem=null,delete this.selectedVideo);let i=this.currentVideoProps(),o={previous:r,current:i},s=[qe.EVENT_VIDEO_CHANGE,o,{triggerData:this.engagementTrigger}];window.CooeeSDK.events.push(s)}productCardClicked(n,r){let i={videoID:r.id,videoIndex:this.currentIndex},o=[qe.EVENT_MORE_ITEM_INFO_CLICKED,{current:i},{triggerData:this.engagementTrigger}];window.CooeeSDK.events.push(o),this.selectedItem=n,this.selectedVideo=r,this.swiperInstance.disable()}reInitSwiper(){this.initSwiper(),this.selectedItem&&this.swiperInstance.disable()}initSwiper(){let n=this.isMobile?1:"auto",r=0;this.detailPopupTemplate==="PRODUCT_DETAIL_VIEW"&&(n="auto",r=10),this.swiperInstance=new window.CooeeSDK.Swiper(this.swiperContainerRef.nativeElement,{direction:this.isMobile?"vertical":"horizontal",effect:this.isMobile?"slide":"coverflow",slidesPerView:n,initialSlide:this.currentIndex,centeredSlides:!0,spaceBetween:r,coverflowEffect:{rotate:0,stretch:0,depth:400,modifier:1,slideShadows:!1},navigation:{nextEl:this.swiperContainerRef.nativeElement.querySelector(".swiper-button-next"),prevEl:this.swiperContainerRef.nativeElement.querySelector(".swiper-button-prev")}}),this.swiperInstance.on("slideChange",i=>{this.onSlideChange(i),this.cdr.detectChanges()}),this.playActiveVideo()}currentVideoProps(){return{videoID:this.videos[this.currentIndex].id,videoIndex:this.currentIndex}}getPreviousVideoDataForEvent(){let n=this.currentVideoProps(),r=this.videoElements.find(o=>o.nativeElement.dataset.videoId===this.videos[this.currentIndex].id)?.nativeElement;n.playedTillMS=Math.ceil(r?.currentTime*1e3);let i=r?.duration*1e3;return n.playedTillPercent=+(n.playedTillMS/i).toFixed(4),n}selectItemForDetailView(){this.selectedVideo=this.videos[this.currentIndex],this.selectedItem=this.isMobile?null:this.selectedVideo?.items?.[0]??null}};Cs(an,"\u0275fac",function(r){return new(r||an)(nn(Zn),nn(It),nn(pr),nn(rl))}),Cs(an,"\u0275cmp",Me({type:an,selectors:[["cooee-video-swiper-dialog"]],viewQuery:function(r,i){if(r&1&&(In(b0,5),In(C0,5)),r&2){let o;Tn(o=xn())&&(i.swiperContainerRef=o.first),Tn(o=xn())&&(i.videoElements=o)}},inputs:{videos:"videos",currentIndex:"currentIndex"},features:[Ct],decls:12,vars:2,consts:[["swiperContainer",""],["closeButtonTemplate",""],["videoEl",""],[1,"lc-shadow-inner",3,"ngClass"],[1,"swiper-container"],[1,"swiper-wrapper"],[1,"swiper-slide"],[1,"swiper-button-prev"],[1,"swiper-button-next"],[1,"lc-desktop-controls"],[4,"ngTemplateOutlet"],[1,"lc-video-modal-row"],[1,"lc-video-container"],["playsinline","","preload","metadata",1,"lc-video-el",3,"timeupdate","click","ended","ngClass","autoplay","muted","poster"],[3,"src","type"],[1,"lc-card-container"],[3,"item","similarItems"],[3,"width"],[1,"lc-video-controls"],[3,"toggled","muted","videoEl"],[1,"lc-card-scroll"],[3,"card"],[3,"performCTA","click","item","similarItems"],[3,"performCTA","closeModel","item","similarItems"],["type","button",1,"lc-close-button",3,"click"],["xmlns","http://www.w3.org/2000/svg","viewBox","0 0 24 24","fill","#fff"],["d","M0 0h24v24H0V0z","fill","none"],["d","M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"]],template:function(r,i){if(r&1&&(G(0,"div",3)(1,"div",4,0)(3,"div",5),rt(4,M0,10,8,"div",6,wn),W(),be(6,"div",7)(7,"div",8),W(),G(8,"div",9),xe(9,P0,1,0,"ng-container",10),W()(),xe(10,L0,4,0,"ng-template",null,1,Fl)),r&2){let o=Yt(11);le("ngClass",i.viewTemplateClassName),P(4),it(i.videos),P(5),le("ngTemplateOutlet",o)}},dependencies:[fs,us,Gr,ds,Hl,Bn,$r],styles:[`:host{display:flex}.lc-shadow-inner{position:relative;width:100vw;height:100vh;display:flex}@media (min-width: 768px){.lc-shadow-inner{background-color:color-mix(in oklab,#000 70%,transparent);justify-content:center;align-items:center}}.swiper-container{--swiper-navigation-size: 50px;--swiper-navigation-color: white;width:100dvw;height:100dvh}.lc-product-detail-view .swiper-container{align-items:center}@media (min-width: 768px){.swiper-container{width:100%;height:100%;max-width:90vw;max-height:90vh}}.swiper-wrapper{max-height:100%}.lc-product-detail-view .swiper-wrapper{align-items:center}@media (max-width: 768px){.swiper-button-prev,.swiper-button-next{display:none!important}}.swiper-slide{position:relative;display:flex;align-items:center;visibility:hidden}.lc-product-detail-view .swiper-slide{width:40vw!important;height:70vh!important}@media (min-width: 768px){.lc-product-detail-view .swiper-slide{min-width:650px!important}}@media (max-width: 768px){.lc-product-detail-view .swiper-slide{width:100%!important;height:100%!important}}@media (min-width: 768px){.lc-video-only-view .swiper-slide{width:fit-content!important}}@media (min-width: 768px){.swiper-slide{border-radius:12px;overflow:hidden}}.swiper-slide.swiper-slide-active,.swiper-slide.swiper-slide-prev,.swiper-slide.swiper-slide-next{visibility:visible}video{height:100%}.lc-product-detail-view video{width:100%;object-fit:cover;z-index:-1}.lc-desktop-controls{position:absolute;top:2rem;right:4rem;z-index:10;display:flex;gap:.5rem}@media (max-width: 768px){.lc-desktop-controls{display:none}}.lc-video-controls{position:absolute;top:1rem;z-index:10;right:.5rem;display:flex;gap:.25rem}.lc-video-controls .lc-close-button{display:block}@media (min-width: 768px){.lc-video-controls .lc-close-button{display:none}}.lc-close-button{border:none;display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:#00000080;border-radius:100%}.lc-close-button svg{width:100%;height:100%}@media (min-width: 768px){.lc-close-button{width:48px;height:48px}}.lc-product-detail-view .lc-video-container{height:100%;position:relative}@media (min-width: 768px){.lc-product-detail-view .lc-video-container{width:50%}}.lc-video-only-view .lc-video-container{height:100%}.lc-card-container{position:absolute;bottom:12px;z-index:10;width:100%;padding-inline:12px;box-sizing:border-box}.lc-product-detail-view .lc-card-container{display:none}@media (max-width: 768px){.lc-product-detail-view .lc-card-container{display:block}}.lc-card-scroll{display:flex;overflow-x:auto;gap:12px;width:100%;scrollbar-width:none}.lc-card-scroll::-webkit-scrollbar{display:none}.lc-card-scroll cooee-product-card{flex:0 0 auto;width:80%;max-width:300px}.lc-card-scroll:has(>cooee-product-card:only-child) cooee-product-card{width:100%;max-width:none}.lc-product-detail-view .lc-video-modal-row{display:flex;justify-content:center;height:100%;width:100%}.lc-video-only-view .lc-video-modal-row{display:block;height:100%}.lc-product-detail-view cooee-product-modal{--header-display: none;width:50%;flex:1}@media (max-width: 768px){.lc-product-detail-view cooee-product-modal{--header-display: flex;width:100%;height:70dvh;position:absolute;bottom:0;z-index:2147483646}}.lc-video-only-view cooee-product-modal{width:100%;height:70dvh;z-index:2147483646;bottom:0;position:absolute}
|
|
72
|
-
`],encapsulation:3})),an=pl([Bp()],an);var F0=["videoEl"],Hp=(t,e)=>e.url;function V0(t,e){if(t&1&&(G(0,"div",1),Oe(1),W()),t&2){let n=K();P(),Tt(" ",n.videoConfig.heading," ")}}function k0(t,e){if(t&1&&be(0,"source",7),t&2){let n=e.$implicit;Sn("type",n.mimeType),le("src",n.url,ut)}}function B0(t,e){if(t&1){let n=Ke();G(0,"cooee-mute-toggle",13),Pe("toggled",function(i){Ne(n),K();let o=Yt(7),s=K(2);return Re(s.onMuteToggled(i,o))}),W()}if(t&2){K();let n=Yt(7);le("muted",n.muted)("videoEl",n)}}function U0(t,e){if(t&1&&(be(0,"span",19),Je(1,"cooeeCurrency"),Je(2,"safeHtml")),t&2){K();let n=Xe(6);le("innerHTML",ot(2,3,ot(1,1,n.cmp)),bt)}}function H0(t,e){if(t&1&&(G(0,"div",10),be(1,"img",14),G(2,"div",15)(3,"span",16),Oe(4),W(),G(5,"div",17),lt(6),be(7,"span",18),Je(8,"cooeeCurrency"),Je(9,"safeHtml"),xe(10,U0,3,5,"span",19),W()()()),t&2){K();let n=Xe(0);P(),le("src",n.firstImageURL,ut)("alt",n.name),P(3),Tt(" ",n.name," "),P(2);let r=vt(n.selectedOrFirstVariant.value.price);P(),le("innerHTML",ot(9,8,ot(8,6,r.d)),bt),P(3),Se(r.cmp?10:-1)}}function j0(t,e){if(t&1){let n=Ke();G(0,"button",20),Pe("click",function(i){Ne(n);let o=K(),s=o.$implicit,c=o.$index,u=Yt(7),d=K(2);return Re(d.addToCartClicked(i,s,c,u))}),Oe(1," Add to cart "),W()}}function $0(t,e){if(t&1){let n=Ke();G(0,"cooee-video-card",21),Pe("linkClicked",function(){Ne(n);let i=K().$implicit,o=K(2);return Re(o.sendTriggerClicked(i))}),W()}if(t&2){K();let n=Xe(1);le("card",n)}}function G0(t,e){if(t&1){let n=Ke();lt(0)(1)(2)(3),G(4,"div",4)(5,"a",5),Pe("click",function(i){let o=Ne(n),s=o.$implicit,c=o.$index,u=Yt(7),d=K(2);return Re(d.onVideoTap(i,s,c,u))}),G(6,"video",6,0),Pe("mouseenter",function(){Ne(n);let i=Yt(7);K(2);let o=Xe(2);return Re(o&&i.play())})("mouseleave",function(){Ne(n);let i=Yt(7);K(2);let o=Xe(2);return Re(o&&i.pause())}),rt(8,k0,1,2,"source",7,Hp),W(),G(10,"div",8),xe(11,B0,1,2,"cooee-mute-toggle",9),W(),xe(12,H0,11,10,"div",10),W(),xe(13,j0,2,0,"button",11)(14,$0,1,1,"cooee-video-card",12),W()}if(t&2){let n=e.$implicit,r=K(2),i=Xe(1),o=vt(n.items[0]);P();let s=vt(n.card),c=o&&r.videoConfig.footerContent==r.VideoConfigFooterContent.FIRST_ITEM,u=s&&r.videoConfig.footerContent==r.VideoConfigFooterContent.CARD;P(5),le("poster",n.thumbnail,ut)("muted",!0),cn("autoplay",i||null),P(2),it(n.sources),P(3),Se(r.videoConfig.showMuteButton?11:-1),P(),Se(c?12:-1),P(),Se(c?13:u?14:-1)}}function W0(t,e){if(t&1&&(G(0,"div",2),rt(1,G0,15,8,"div",4,wn),W()),t&2){let n=K();P(),it(n.videos)}}function Y0(t,e){if(t&1&&be(0,"source",7),t&2){let n=e.$implicit;Sn("type",n.mimeType),le("src",n.url,ut)}}function z0(t,e){if(t&1){let n=Ke();G(0,"div",22),Bt(),G(1,"svg",23),be(2,"circle",24)(3,"circle",25),W(),Kn(),G(4,"div",26)(5,"video",27),Pe("click",function(i){let o=Ne(n),s=o.$implicit,c=o.$index,u=K(2);return Re(u.onVideoTap(i,s,c))}),rt(6,Y0,1,2,"source",7,Hp),W()()()}if(t&2){let n=e.$implicit;P(5),le("muted",!0),P(),it(n.sources)}}function K0(t,e){if(t&1&&(G(0,"div",3),rt(1,z0,8,1,"div",22,wn),W()),t&2){let n=K();P(),it(n.videos)}}function X0(t,e){if(t&1){let n=Ke();G(0,"cooee-draggable-video-popup",29),Pe("videoClicked",function(){Ne(n),K();let i=Xe(0),o=K();return Re(o.onPopupVideoClicked(i,0))})("closeClicked",function(){Ne(n);let i=K(2);return Re(i.onPopupVideoClosed())}),W()}if(t&2){K();let n=Xe(0);le("video",n)}}function q0(t,e){if(t&1&&(lt(0),xe(1,X0,1,1,"cooee-draggable-video-popup",28)),t&2){let n=K();vt(n.videos[0]),P(),Se(n.hidePopupVideo?-1:1)}}var ps=class t extends Kt{constructor(n,r){super();this.dialog=n;this.cdr=r}videoElements;videos;VideoConfigTemplate=Tc;VideoConfigFooterContent=Si;VideoConfigAutoPlay=xc;isMobile=window.CooeeSDK.uaParser.getDevice().type==="mobile";hidePopupVideo;videoConfig;dialogRef=null;ngOnInit(){super.ngOnInit(),zt.loadSwiperScript()}ngAfterViewInit(){this.playFirstVideo()}engagementTriggerReceived(n){this.videoConfig=n.content?.videoConfig,this.videos=this.videoConfig.videos}sendTriggerClicked(n,r){let i=new jr(qe.EVENT_TRIGGER_CLICKED,{},this.triggerContext?.triggerData);i.videos=[n.id],r&&(i.items=[r]),this.sendEventToRenderer(i)}onVideoTap(n,r,i,o){n?.stopPropagation(),n?.preventDefault();let s=r.items?.[0];if(this.sendTriggerClicked(r,s?.toEmbed()),this.videoConfig.footerContent==="NONE"){o&&(o.muted=!1,o.play(),this.onMuteToggled(!1,o));return}zt.loadSwiperScript().then(()=>this.openDialog(r,i))}async performCTA(n){let r,i=this.triggerContext;if(n.cta===Xt.ADD_TO_CART)r=qe.EVENT_ADD_TO_CART_CLICKED;else if(n.cta===Xt.GO_TO_PRODUCT)r=qe.EVENT_VIEW_ITEM_CLICKED;else if(n.cta===Xt.OPEN_CART)r=qe.EVENT_OPEN_CART_CLICKED,i.triggerData.redirectBehaviour=Bs.CART_DRAWER;else{We.warn(`Unsupported CTA type: ${n.cta}`);return}let o={at:n.cta},s={videoID:n.video.id};this.sendEvent(r,{current:s},n.video,n.item),this.executeCTAViaRenderer({clickAction:o,embeddedItem:n.item.toEmbed()})}addToCartClicked(n,r,i,o){let s=r.items?.[0],c=un.get().website?.canChangeVariantInCart;if(r.items?.length>1||s?.hasVariants()&&!c){this.onVideoTap(n,r,i,o);return}this.performCTA({cta:Xt.ADD_TO_CART,item:s,video:r})}onPopupVideoClicked(n,r){this.hidePopupVideo=!0,this.onVideoTap(null,n,r),this.dialogRef?.closed.subscribe(()=>{this.hidePopupVideo=!1,this.cdr.detectChanges()})}onPopupVideoClosed(){this.hidePopupVideo=!0;let n=(new Date().getTime()-this.triggerContext.startTime.getTime())/1e3;this.sendEvent(qe.EVENT_TRIGGER_CLOSED,{duration:n})}update(){}onMuteToggled(n,r){n||this.videoElements.forEach(i=>{i.nativeElement!==r&&(i.nativeElement.muted=!0,i.nativeElement.pause())})}playFirstVideo(){this.videoConfig.autoPlay==="ON_HOVER"&&this.isMobile&&this.videoElements.first?.nativeElement.play()}sendEvent(n,r,i,o){let s=new jr(n,r,this.engagementTrigger);i&&(s.videos=[i.id]),o&&(s.items=[o.toEmbed()]),this.sendEventToRenderer(s)}openDialog(n,r){let i={videos:this.videos,currentIndex:r,triggerContext:this.triggerContext,onCTAPerformed:s=>this.performCTA(s)};this.dialogRef&&this.dialogRef.close(),this.dialogRef=this.dialog.open(an,{width:"100vw",height:"100vh",data:i});let o={videoID:n.id,videoIndex:r};this.sendEvent(qe.EVENT_VIDEO_DIALOG_OPENED,{current:o},n),this.dialogRef.closed.subscribe(s=>{if(!s)return;let c=s.lastVideoDuration*1e3,u={videoID:s.lastVideo.id,videoIndex:s.lastVideoIndex,playedTillMS:c,playedTillPercent:c/n.durationMS},d=new jr(qe.EVENT_VIDEO_DIALOG_CLOSED,{current:u},this.triggerContext?.triggerData);d.videos=[s.lastVideo.id],this.sendEventToRenderer(d),this.dialogRef=null})}static \u0275fac=function(r){return new(r||t)(nn(Op),nn(Zn))};static \u0275cmp=Me({type:t,selectors:[["cooee-shoppable-videos"]],viewQuery:function(r,i){if(r&1&&In(F0,5),r&2){let o;Tn(o=xn())&&(i.videoElements=o)}},features:[Ct],decls:7,vars:4,consts:[["videoEl",""],["id","lc-heading-text",1,"lc-heading-text"],[1,"lc-video-list"],[1,"lc-video-stories"],[1,"lc-video-card"],["href","",1,"lc-video-wrapper",3,"click"],["width","100%","playsinline","","loop","","preload","metadata",3,"mouseenter","mouseleave","poster","muted"],[3,"src","type"],[1,"lc-video-controls"],[3,"muted","videoEl"],["id","lc-single-product",1,"lc-single-product"],["id","lc-cta-button","type","button",1,"lc-cta-button"],[3,"card"],[3,"toggled","muted","videoEl"],[1,"lc-item-image",3,"src","alt"],[1,"lc-item-details"],[1,"lc-item-name"],[1,"lc-prices"],[1,"lc-item-price",3,"innerHTML"],[1,"lc-item-cmp-price",3,"innerHTML"],["id","lc-cta-button","type","button",1,"lc-cta-button",3,"click"],[3,"linkClicked","card"],[1,"lc-video-story"],["viewBox","0 0 100 100"],["cx","50","cy","50","r","48","fill","none","stroke-width","4"],["id","lc-video-story-circle","cx","50","cy","50","r","48","fill","none","stroke-width","4","stroke-linecap","round","stroke-dasharray","301.6","stroke-dashoffset","301.6"],[1,"story-video-container"],["autoplay","","loop","",3,"click","muted"],[3,"video"],[3,"videoClicked","closeClicked","video"]],template:function(r,i){if(r&1&&(lt(0)(1)(2),xe(3,V0,2,1,"div",1)(4,W0,3,0,"div",2)(5,K0,3,0,"div",3)(6,q0,2,2)),r&2){let o=i.videoConfig.template;P(),vt(!i.videoConfig.autoPlay||i.videoConfig.autoPlay===i.VideoConfigAutoPlay.ON),P(),vt(i.videoConfig.autoPlay===i.VideoConfigAutoPlay.ON_HOVER),P(),Se(i.videoConfig.heading?3:-1),P(),Se(o===i.VideoConfigTemplate.SIMPLE||o===i.VideoConfigTemplate.SWIPER?4:o===i.VideoConfigTemplate.STORY?5:o===i.VideoConfigTemplate.FLOATING_POPUP?6:-1)}},dependencies:[yn,ns,Un,Gr,$r],styles:["[_nghost-%COMP%]{display:block}.lc-heading-text[_ngcontent-%COMP%]{margin-bottom:.5rem;font-size:1.125rem;text-align:center;font-weight:700}.lc-video-list[_ngcontent-%COMP%]{display:flex;overflow-x:auto;gap:24px;margin:8px;align-items:center;scroll-snap-type:x mandatory;scroll-behavior:smooth}@media (min-width: 768px){.lc-video-list[_ngcontent-%COMP%]{justify-content:center}}.lc-video-wrapper[_ngcontent-%COMP%]{position:relative;border-radius:.5rem}.lc-video-wrapper[_ngcontent-%COMP%] video[_ngcontent-%COMP%]{border-radius:.5rem;transition:transform .3s}.lc-video-wrapper[_ngcontent-%COMP%] video[_ngcontent-%COMP%]:hover{transform:scale(1.1)}.lc-video-card[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2.5px;scroll-snap-align:center;min-width:200px;max-width:300px}.lc-cta-button[_ngcontent-%COMP%]{cursor:pointer;background:rgb(var(--lc-color-button));color:rgb(var(--lc-color-button-text));border-radius:var(--lc-button-radius);width:100%;height:auto;text-align:center;z-index:4;padding:1rem}.lc-video-stories[_ngcontent-%COMP%]{display:flex;overflow:auto;margin:.75rem;gap:.75rem;justify-content:center;align-items:center}.lc-video-controls[_ngcontent-%COMP%]{position:absolute;bottom:8px;z-index:10;right:8px;display:flex;gap:8px}.lc-single-product[_ngcontent-%COMP%]{display:flex;margin:.25rem 0;gap:.25rem;align-items:center}.lc-single-product[_ngcontent-%COMP%] .lc-item-image[_ngcontent-%COMP%]{width:50px;height:50px;border-radius:.5rem;display:none}.lc-single-product[_ngcontent-%COMP%] .lc-item-details[_ngcontent-%COMP%]{width:100%;display:flex;flex-direction:column;gap:.25rem;font-size:14px;line-height:normal}.lc-single-product[_ngcontent-%COMP%] .lc-item-details[_ngcontent-%COMP%] .lc-item-name[_ngcontent-%COMP%]{color:rgb(var(--lc-color-text));font-weight:600;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.lc-single-product[_ngcontent-%COMP%] .lc-item-details[_ngcontent-%COMP%] .lc-item-price[_ngcontent-%COMP%]{color:rgb(var(--lc-color-text))}.lc-single-product[_ngcontent-%COMP%] .lc-item-details[_ngcontent-%COMP%] .lc-item-cmp-price[_ngcontent-%COMP%]{color:rgba(var(--lc-color-text),.75);text-decoration:line-through;margin-left:10px;display:none}.lc-video-story[_ngcontent-%COMP%]{position:relative;width:5rem;height:5rem;cursor:pointer}.lc-video-story[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{position:absolute;top:0;left:0;width:100%;height:100%}.lc-video-story[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]:first-child{stroke:#d1d5db}.lc-video-story[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]:last-child{stroke:#3b82f6}.lc-video-story[_ngcontent-%COMP%] .story-video-container[_ngcontent-%COMP%]{width:100%;height:100%;border-radius:9999px;overflow:hidden}.lc-video-story[_ngcontent-%COMP%] .story-video-container[_ngcontent-%COMP%] video[_ngcontent-%COMP%]{width:100%;height:100%;object-fit:cover;border-radius:9999px}"]})};eu("CooeeWidgetSDK");(async()=>{let t=await $l(tu),e=(n,r)=>{let i=ql(n,{injector:t.injector});customElements.define(r,i)};e(Bo,"cooee-sticky-atc"),e(ko,"cooee-savings-bar"),e(Vo,"cooee-progressbar"),e(ps,"cooee-shoppable-videos"),e(yr,"cooee-product-options-picker"),sessionStorage.cooeeDebug&&import("./chunk-WROWVGDC.js").then(n=>{e(n.DebuggerComponent,"cooee-debugger")})})();
|
|
17
|
+
`),typeof l=="string"||l instanceof Uint8Array)i(l);else{let u;try{u=JSON.stringify(l)}catch{u=JSON.stringify(nn(l))}i(u)}}return typeof r=="string"?r:vm(r)}function vm(t){let e=t.reduce((i,o)=>i+o.length,0),n=new Uint8Array(e),r=0;for(let i of t)n.set(i,r),r+=i.length;return n}function $u(t){let e=typeof t.data=="string"?Ta(t.data):t.data;return[{type:"attachment",length:e.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType},e]}var ym={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default",profile:"profile",profile_chunk:"profile",replay_event:"replay",replay_recording:"replay",check_in:"monitor",feedback:"feedback",span:"span",raw_security:"security",log:"log_item"};function xa(t){return ym[t]}function Oa(t){if(!t?.sdk)return;let{name:e,version:n}=t.sdk;return{name:e,version:n}}function Gu(t,e,n,r){let i=t.sdkProcessingMetadata?.dynamicSamplingContext;return x(x(x({event_id:t.event_id,sent_at:new Date().toISOString()},e&&{sdk:e}),!!n&&r&&{dsn:qn(r)}),i&&{trace:i})}function Em(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function Wu(t,e,n,r){let i=Oa(n),o=x(x({sent_at:new Date().toISOString()},i&&{sdk:i}),!!r&&e&&{dsn:qn(e)}),s="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t.toJSON()];return Vn(o,[s])}function Yu(t,e,n,r){let i=Oa(n),o=t.type&&t.type!=="replay_event"?t.type:"event";Em(t,n?.sdk);let s=Gu(t,i,r,e);return delete t.sdkProcessingMetadata,Vn(s,[[{type:o},t]])}var Da=0,zu=1,qu=2;function rn(t){return new ln(e=>{e(t)})}function Kn(t){return new ln((e,n)=>{n(t)})}var ln=class t{constructor(e){this._state=Da,this._handlers=[],this._runExecutor(e)}then(e,n){return new t((r,i)=>{this._handlers.push([!1,o=>{if(!e)r(o);else try{r(e(o))}catch(s){i(s)}},o=>{if(!n)i(o);else try{r(n(o))}catch(s){i(s)}}]),this._executeHandlers()})}catch(e){return this.then(n=>n,e)}finally(e){return new t((n,r)=>{let i,o;return this.then(s=>{o=!1,i=s,e&&e()},s=>{o=!0,i=s,e&&e()}).then(()=>{if(o){r(i);return}n(i)})})}_executeHandlers(){if(this._state===Da)return;let e=this._handlers.slice();this._handlers=[],e.forEach(n=>{n[0]||(this._state===zu&&n[1](this._value),this._state===qu&&n[2](this._value),n[0]=!0)})}_runExecutor(e){let n=(o,s)=>{if(this._state===Da){if(Ln(s)){s.then(r,i);return}this._state=o,this._value=s,this._executeHandlers()}},r=o=>{n(zu,o)},i=o=>{n(qu,o)};try{e(r,i)}catch(o){i(o)}}};function vo(t,e,n,r=0){return new ln((i,o)=>{let s=t[r];if(e===null||typeof s!="function")i(e);else{let l=s(x({},e),n);pe&&s.id&&l===null&&ie.log(`Event processor "${s.id}" dropped event`),Ln(l)?l.then(u=>vo(t,u,n,r+1).then(i)).then(null,o):vo(t,l,n,r+1).then(i).then(null,o)}})}function Ku(t,e){let{fingerprint:n,span:r,breadcrumbs:i,sdkProcessingMetadata:o}=e;bm(t,e),r&&Sm(t,r),Tm(t,n),wm(t,i),Cm(t,o)}function Aa(t,e){let{extra:n,tags:r,user:i,contexts:o,level:s,sdkProcessingMetadata:l,breadcrumbs:u,fingerprint:d,eventProcessors:_,attachments:h,propagationContext:E,transactionName:w,span:N}=e;yo(t,"extra",n),yo(t,"tags",r),yo(t,"user",i),yo(t,"contexts",o),t.sdkProcessingMetadata=zn(t.sdkProcessingMetadata,l,2),s&&(t.level=s),w&&(t.transactionName=w),N&&(t.span=N),u.length&&(t.breadcrumbs=[...t.breadcrumbs,...u]),d.length&&(t.fingerprint=[...t.fingerprint,...d]),_.length&&(t.eventProcessors=[...t.eventProcessors,..._]),h.length&&(t.attachments=[...t.attachments,...h]),t.propagationContext=x(x({},t.propagationContext),E)}function yo(t,e,n){t[e]=zn(t[e],n,1)}function bm(t,e){let{extra:n,tags:r,user:i,contexts:o,level:s,transactionName:l}=e;Object.keys(n).length&&(t.extra=x(x({},n),t.extra)),Object.keys(r).length&&(t.tags=x(x({},r),t.tags)),Object.keys(i).length&&(t.user=x(x({},i),t.user)),Object.keys(o).length&&(t.contexts=x(x({},o),t.contexts)),s&&(t.level=s),l&&t.type!=="transaction"&&(t.transaction=l)}function wm(t,e){let n=[...t.breadcrumbs||[],...e];t.breadcrumbs=n.length?n:void 0}function Cm(t,e){t.sdkProcessingMetadata=x(x({},t.sdkProcessingMetadata),e)}function Sm(t,e){t.contexts=x({trace:ba(e)},t.contexts),t.sdkProcessingMetadata=x({dynamicSamplingContext:Ca(e)},t.sdkProcessingMetadata);let n=mi(e),r=Mr(n).description;r&&!t.transaction&&t.type==="transaction"&&(t.transaction=r)}function Tm(t,e){t.fingerprint=t.fingerprint?Array.isArray(t.fingerprint)?t.fingerprint:[t.fingerprint]:[],e&&(t.fingerprint=t.fingerprint.concat(e)),t.fingerprint.length||delete t.fingerprint}var Eo,Xu,bo;function Ju(t){let e=Ce._sentryDebugIds;if(!e)return{};let n=Object.keys(e);return bo&&n.length===Xu||(Xu=n.length,bo=n.reduce((r,i)=>{Eo||(Eo={});let o=Eo[i];if(o)r[o[0]]=o[1];else{let s=t(i);for(let l=s.length-1;l>=0;l--){let d=s[l]?.filename,_=e[i];if(d&&_){r[d]=_,Eo[i]=[d,_];break}}}return r},{})),bo}function Zu(t,e,n,r,i,o){let{normalizeDepth:s=3,normalizeMaxBreadth:l=1e3}=t,u=Ee(x({},e),{event_id:e.event_id||n.event_id||ht(),timestamp:e.timestamp||vn()}),d=n.integrations||t.integrations.map(P=>P.name);Im(u,t),Dm(u,d),i&&i.emit("applyFrameMetadata",e),e.type===void 0&&xm(u,t.stackParser);let _=Nm(r,n.captureContext);n.mechanism&&_n(u,n.mechanism);let h=i?i.getEventProcessors():[],E=ho().getScopeData();if(o){let P=o.getScopeData();Aa(E,P)}if(_){let P=_.getScopeData();Aa(E,P)}let w=[...n.attachments||[],...E.attachments];w.length&&(n.attachments=w),Ku(u,E);let N=[...h,...E.eventProcessors];return vo(N,u,n).then(P=>(P&&Om(P),typeof s=="number"&&s>0?Am(P,s,l):P))}function Im(t,e){let{environment:n,release:r,dist:i,maxValueLength:o=250}=e;t.environment=t.environment||n||Pr,!t.release&&r&&(t.release=r),!t.dist&&i&&(t.dist=i);let s=t.request;s?.url&&(s.url=Yn(s.url,o))}function xm(t,e){let n=Ju(e);t.exception?.values?.forEach(r=>{r.stacktrace?.frames?.forEach(i=>{i.filename&&(i.debug_id=n[i.filename])})})}function Om(t){let e={};if(t.exception?.values?.forEach(r=>{r.stacktrace?.frames?.forEach(i=>{i.debug_id&&(i.abs_path?e[i.abs_path]=i.debug_id:i.filename&&(e[i.filename]=i.debug_id),delete i.debug_id)})}),Object.keys(e).length===0)return;t.debug_meta=t.debug_meta||{},t.debug_meta.images=t.debug_meta.images||[];let n=t.debug_meta.images;Object.entries(e).forEach(([r,i])=>{n.push({type:"sourcemap",code_file:r,debug_id:i})})}function Dm(t,e){e.length>0&&(t.sdk=t.sdk||{},t.sdk.integrations=[...t.sdk.integrations||[],...e])}function Am(t,e,n){if(!t)return null;let r=x(x(x(x(x({},t),t.breadcrumbs&&{breadcrumbs:t.breadcrumbs.map(i=>x(x({},i),i.data&&{data:nn(i.data,e,n)}))}),t.user&&{user:nn(t.user,e,n)}),t.contexts&&{contexts:nn(t.contexts,e,n)}),t.extra&&{extra:nn(t.extra,e,n)});return t.contexts?.trace&&r.contexts&&(r.contexts.trace=t.contexts.trace,t.contexts.trace.data&&(r.contexts.trace.data=nn(t.contexts.trace.data,e,n))),t.spans&&(r.spans=t.spans.map(i=>x(x({},i),i.data&&{data:nn(i.data,e,n)}))),t.contexts?.flags&&r.contexts&&(r.contexts.flags=nn(t.contexts.flags,3,n)),r}function Nm(t,e){if(!e)return t;let n=t?t.clone():new Tt;return n.update(e),n}function Qu(t){if(t)return Rm(t)?{captureContext:t}:Pm(t)?{captureContext:t}:t}function Rm(t){return t instanceof Tt||typeof t=="function"}var Mm=["user","level","extra","contexts","tags","fingerprint","propagationContext"];function Pm(t){return Object.keys(t).some(e=>Mm.includes(e))}function wo(t,e){return yn().captureException(t,Qu(e))}function gi(t,e){return yn().captureEvent(t,e)}function _i(t){let e=En(),n=yn(),{userAgent:r}=Ce.navigator||{},i=Eu(x(x({user:n.getUser()||e.getUser()},r&&{userAgent:r}),t)),o=e.getSession();return o?.status==="ok"&&Fn(o,{status:"exited"}),Co(),e.setSession(i),i}function Co(){let t=En(),n=yn().getSession()||t.getSession();n&&bu(n),td(),t.setSession()}function td(){let t=En(),e=qe(),n=t.getSession();n&&e&&e.captureSession(n)}function vi(t=!1){if(t){Co();return}td()}var Lm="7";function Fm(t){let e=t.protocol?`${t.protocol}:`:"",n=t.port?`:${t.port}`:"";return`${e}//${t.host}${n}${t.path?`/${t.path}`:""}/api/`}function Vm(t){return`${Fm(t)}${t.projectId}/envelope/`}function km(t,e){let n={sentry_version:Lm};return t.publicKey&&(n.sentry_key=t.publicKey),e&&(n.sentry_client=`${e.name}/${e.version}`),new URLSearchParams(n).toString()}function nd(t,e,n){return e||`${Vm(t)}?${km(t,n)}`}var rd=[];function id(t,e){let n={};return e.forEach(r=>{r&&Ra(t,r,n)}),n}function Na(t,e){for(let n of e)n?.afterAllSetup&&n.afterAllSetup(t)}function Ra(t,e,n){if(n[e.name]){pe&&ie.log(`Integration skipped because it was already installed: ${e.name}`);return}if(n[e.name]=e,rd.indexOf(e.name)===-1&&typeof e.setupOnce=="function"&&(e.setupOnce(),rd.push(e.name)),e.setup&&typeof e.setup=="function"&&e.setup(t),typeof e.preprocessEvent=="function"){let r=e.preprocessEvent.bind(e);t.on("preprocessEvent",(i,o)=>r(i,o,t))}if(typeof e.processEvent=="function"){let r=e.processEvent.bind(e),i=Object.assign((o,s)=>r(o,s,t),{id:e.name});t.addEventProcessor(i)}pe&&ie.log(`Integration installed: ${e.name}`)}function od(t,e,n){let r=[{type:"client_report"},{timestamp:n||vn(),discarded_events:t}];return Vn(e?{dsn:e}:{},[r])}function So(t){let e=[];t.message&&e.push(t.message);try{let n=t.exception.values[t.exception.values.length-1];n?.value&&(e.push(n.value),n.type&&e.push(`${n.type}: ${n.value}`))}catch{}return e}function sd(t){let{trace_id:e,parent_span_id:n,span_id:r,status:i,origin:o,data:s,op:l}=t.contexts?.trace??{};return{data:s??{},description:t.transaction,op:l,parent_span_id:n,span_id:r??"",start_timestamp:t.start_timestamp??0,status:i,timestamp:t.timestamp,trace_id:e??"",origin:o,profile_id:s?.[ya],exclusive_time:s?.[Ea],measurements:t.measurements,is_segment:!0}}function ad(t){return{type:"transaction",timestamp:t.timestamp,start_timestamp:t.start_timestamp,transaction:t.description,contexts:{trace:{trace_id:t.trace_id,span_id:t.span_id,parent_span_id:t.parent_span_id,op:t.op,status:t.status,origin:t.origin,data:x(x(x({},t.data),t.profile_id&&{[ya]:t.profile_id}),t.exclusive_time&&{[Ea]:t.exclusive_time})}},measurements:t.measurements}}var cd="Not capturing exception because it's already been captured.",ld="Discarded session because of missing or non-string release",fd=Symbol.for("SentryInternalError"),pd=Symbol.for("SentryDoNotSendEventError");function To(t){return{message:t,[fd]:!0}}function Ma(t){return{message:t,[pd]:!0}}function ud(t){return!!t&&typeof t=="object"&&fd in t}function dd(t){return!!t&&typeof t=="object"&&pd in t}var yi=class{constructor(e){if(this._options=e,this._integrations={},this._numProcessing=0,this._outcomes={},this._hooks={},this._eventProcessors=[],e.dsn?this._dsn=ku(e.dsn):pe&&ie.warn("No DSN provided, client will not send events."),this._dsn){let n=nd(this._dsn,e.tunnel,e._metadata?e._metadata.sdk:void 0);this._transport=e.transport(Ee(x({tunnel:this._options.tunnel,recordDroppedEvent:this.recordDroppedEvent.bind(this)},e.transportOptions),{url:n}))}}captureException(e,n,r){let i=ht();if(uo(e))return pe&&ie.log(cd),i;let o=x({event_id:i},n);return this._process(this.eventFromException(e,o).then(s=>this._captureEvent(s,o,r))),o.event_id}captureMessage(e,n,r,i){let o=x({event_id:ht()},r),s=Dr(e)?e:String(e),l=sr(e)?this.eventFromMessage(s,n,o):this.eventFromException(e,o);return this._process(l.then(u=>this._captureEvent(u,o,i))),o.event_id}captureEvent(e,n,r){let i=ht();if(n?.originalException&&uo(n.originalException))return pe&&ie.log(cd),i;let o=x({event_id:i},n),s=e.sdkProcessingMetadata||{},l=s.capturedSpanScope,u=s.capturedSpanIsolationScope;return this._process(this._captureEvent(e,o,l||r,u)),o.event_id}captureSession(e){this.sendSession(e),Fn(e,{init:!1})}getDsn(){return this._dsn}getOptions(){return this._options}getSdkMetadata(){return this._options._metadata}getTransport(){return this._transport}flush(e){let n=this._transport;return n?(this.emit("flush"),this._isClientDoneProcessing(e).then(r=>n.flush(e).then(i=>r&&i))):rn(!0)}close(e){return this.flush(e).then(n=>(this.getOptions().enabled=!1,this.emit("close"),n))}getEventProcessors(){return this._eventProcessors}addEventProcessor(e){this._eventProcessors.push(e)}init(){(this._isEnabled()||this._options.integrations.some(({name:e})=>e.startsWith("Spotlight")))&&this._setupIntegrations()}getIntegrationByName(e){return this._integrations[e]}addIntegration(e){let n=this._integrations[e.name];Ra(this,e,this._integrations),n||Na(this,[e])}sendEvent(e,n={}){this.emit("beforeSendEvent",e,n);let r=Yu(e,this._dsn,this._options._metadata,this._options.tunnel);for(let o of n.attachments||[])r=Hu(r,$u(o));let i=this.sendEnvelope(r);i&&i.then(o=>this.emit("afterSendEvent",e,o),null)}sendSession(e){let{release:n,environment:r=Pr}=this._options;if("aggregates"in e){let o=e.attrs||{};if(!o.release&&!n){pe&&ie.warn(ld);return}o.release=o.release||n,o.environment=o.environment||r,e.attrs=o}else{if(!e.release&&!n){pe&&ie.warn(ld);return}e.release=e.release||n,e.environment=e.environment||r}this.emit("beforeSendSession",e);let i=Wu(e,this._dsn,this._options._metadata,this._options.tunnel);this.sendEnvelope(i)}recordDroppedEvent(e,n,r=1){if(this._options.sendClientReports){let i=`${e}:${n}`;pe&&ie.log(`Recording outcome: "${i}"${r>1?` (${r} times)`:""}`),this._outcomes[i]=(this._outcomes[i]||0)+r}}on(e,n){let r=this._hooks[e]=this._hooks[e]||[];return r.push(n),()=>{let i=r.indexOf(n);i>-1&&r.splice(i,1)}}emit(e,...n){let r=this._hooks[e];r&&r.forEach(i=>i(...n))}sendEnvelope(e){return this.emit("beforeEnvelope",e),this._isEnabled()&&this._transport?this._transport.send(e).then(null,n=>(pe&&ie.error("Error while sending envelope:",n),n)):(pe&&ie.error("Transport disabled"),rn({}))}_setupIntegrations(){let{integrations:e}=this._options;this._integrations=id(this,e),Na(this,e)}_updateSessionFromEvent(e,n){let r=n.level==="fatal",i=!1,o=n.exception?.values;if(o){i=!0;for(let u of o)if(u.mechanism?.handled===!1){r=!0;break}}let s=e.status==="ok";(s&&e.errors===0||s&&r)&&(Fn(e,Ee(x({},r&&{status:"crashed"}),{errors:e.errors||Number(i||r)})),this.captureSession(e))}_isClientDoneProcessing(e){return new ln(n=>{let r=0,i=1,o=setInterval(()=>{this._numProcessing==0?(clearInterval(o),n(!0)):(r+=i,e&&r>=e&&(clearInterval(o),n(!1)))},i)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._transport!==void 0}_prepareEvent(e,n,r,i){let o=this.getOptions(),s=Object.keys(this._integrations);return!n.integrations&&s?.length&&(n.integrations=s),this.emit("preprocessEvent",e,n),e.type||i.setLastEventId(e.event_id||n.event_id),Zu(o,e,n,r,this,i).then(l=>{if(l===null)return l;this.emit("postprocessEvent",l,n),l.contexts=x({trace:ma(r)},l.contexts);let u=Uu(this,r);return l.sdkProcessingMetadata=x({dynamicSamplingContext:u},l.sdkProcessingMetadata),l})}_captureEvent(e,n={},r=yn(),i=En()){return pe&&Pa(e)&&ie.log(`Captured error event \`${So(e)[0]||"<unknown>"}\``),this._processEvent(e,n,r,i).then(o=>o.event_id,o=>{pe&&(dd(o)?ie.log(o.message):ud(o)?ie.warn(o.message):ie.warn(o))})}_processEvent(e,n,r,i){let o=this.getOptions(),{sampleRate:s}=o,l=hd(e),u=Pa(e),d=e.type||"error",_=`before send for type \`${d}\``,h=typeof s>"u"?void 0:Du(s);if(u&&typeof h=="number"&&Math.random()>h)return this.recordDroppedEvent("sample_rate","error"),Kn(Ma(`Discarding event because it's not included in the random sample (sampling rate = ${s})`));let E=d==="replay_event"?"replay":d;return this._prepareEvent(e,n,r,i).then(w=>{if(w===null)throw this.recordDroppedEvent("event_processor",E),Ma("An event processor returned `null`, will not send event.");if(n.data&&n.data.__sentry__===!0)return w;let B=Hm(this,o,w,n);return Um(B,_)}).then(w=>{if(w===null){if(this.recordDroppedEvent("before_send",E),l){let Y=1+(e.spans||[]).length;this.recordDroppedEvent("before_send","span",Y)}throw Ma(`${_} returned \`null\`, will not send event.`)}let N=r.getSession()||i.getSession();if(u&&N&&this._updateSessionFromEvent(N,w),l){let P=w.sdkProcessingMetadata?.spanCountBeforeProcessing||0,Y=w.spans?w.spans.length:0,G=P-Y;G>0&&this.recordDroppedEvent("before_send","span",G)}let B=w.transaction_info;if(l&&B&&w.transaction!==e.transaction){let P="custom";w.transaction_info=Ee(x({},B),{source:P})}return this.sendEvent(w,n),w}).then(null,w=>{throw dd(w)||ud(w)?w:(this.captureException(w,{data:{__sentry__:!0},originalException:w}),To(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.
|
|
18
|
+
Reason: ${w}`))})}_process(e){this._numProcessing++,e.then(n=>(this._numProcessing--,n),n=>(this._numProcessing--,n))}_clearOutcomes(){let e=this._outcomes;return this._outcomes={},Object.entries(e).map(([n,r])=>{let[i,o]=n.split(":");return{reason:i,category:o,quantity:r}})}_flushOutcomes(){pe&&ie.log("Flushing outcomes...");let e=this._clearOutcomes();if(e.length===0){pe&&ie.log("No outcomes to send");return}if(!this._dsn){pe&&ie.log("No dsn provided, will not send outcomes");return}pe&&ie.log("Sending outcomes:",e);let n=od(e,this._options.tunnel&&qn(this._dsn));this.sendEnvelope(n)}};function Um(t,e){let n=`${e} must return \`null\` or a valid event.`;if(Ln(t))return t.then(r=>{if(!Pn(r)&&r!==null)throw To(n);return r},r=>{throw To(`${e} rejected with ${r}`)});if(!Pn(t)&&t!==null)throw To(n);return t}function Hm(t,e,n,r){let{beforeSend:i,beforeSendTransaction:o,beforeSendSpan:s}=e,l=n;if(Pa(l)&&i)return i(l,r);if(hd(l)){if(s){let u=s(sd(l));if(u?l=zn(n,ad(u)):wa(),l.spans){let d=[];for(let _ of l.spans){let h=s(_);h?d.push(h):(wa(),d.push(_))}l.spans=d}}if(o){if(l.spans){let u=l.spans.length;l.sdkProcessingMetadata=Ee(x({},n.sdkProcessingMetadata),{spanCountBeforeProcessing:u})}return o(l,r)}}return l}function Pa(t){return t.type===void 0}function hd(t){return t.type==="transaction"}function jm(t){return[{type:"log",item_count:t.length,content_type:"application/vnd.sentry.items.log+json"},{items:t}]}function md(t,e,n,r){let i={};return e?.sdk&&(i.sdk={name:e.sdk.name,version:e.sdk.version}),n&&r&&(i.dsn=qn(r)),Vn(i,[jm(t)])}function Ei(t,e){let n=e??$m(t)??[];if(n.length===0)return;let r=t.getOptions(),i=md(n,r._metadata,r.tunnel,t.getDsn());gd().set(t,[]),t.emit("flushLogs"),t.sendEnvelope(i)}function $m(t){return gd().get(t)}function gd(){return Mn("clientToLogBufferMap",()=>new WeakMap)}var La=Symbol.for("SentryBufferFullError");function _d(t){let e=[];function n(){return t===void 0||e.length<t}function r(s){return e.splice(e.indexOf(s),1)[0]||Promise.resolve(void 0)}function i(s){if(!n())return Kn(La);let l=s();return e.indexOf(l)===-1&&e.push(l),l.then(()=>r(l)).then(null,()=>r(l).then(null,()=>{})),l}function o(s){return new ln((l,u)=>{let d=e.length;if(!d)return l(!0);let _=setTimeout(()=>{s&&s>0&&l(!1)},s);e.forEach(h=>{rn(h).then(()=>{--d||(clearTimeout(_),l(!0))},u)})})}return{$:e,add:i,drain:o}}function Gm(t,e=Date.now()){let n=parseInt(`${t}`,10);if(!isNaN(n))return n*1e3;let r=Date.parse(`${t}`);return isNaN(r)?6e4:r-e}function Wm(t,e){return t[e]||t.all||0}function vd(t,e,n=Date.now()){return Wm(t,e)>n}function yd(t,{statusCode:e,headers:n},r=Date.now()){let i=x({},t),o=n?.["x-sentry-rate-limits"],s=n?.["retry-after"];if(o)for(let l of o.trim().split(",")){let[u,d,,,_]=l.split(":",5),h=parseInt(u,10),E=(isNaN(h)?60:h)*1e3;if(!d)i.all=r+E;else for(let w of d.split(";"))w==="metric_bucket"?(!_||_.split(";").includes("custom"))&&(i[w]=r+E):i[w]=r+E}else s?i.all=r+Gm(s,r):e===429&&(i.all=r+60*1e3);return i}var Ym=64;function Io(t,e,n=_d(t.bufferSize||Ym)){let r={},i=s=>n.drain(s);function o(s){let l=[];if(Ia(s,(h,E)=>{let w=xa(E);vd(r,w)?t.recordDroppedEvent("ratelimit_backoff",w):l.push(h)}),l.length===0)return rn({});let u=Vn(s[0],l),d=h=>{Ia(u,(E,w)=>{t.recordDroppedEvent(h,xa(w))})},_=()=>e({body:ju(u)}).then(h=>(h.statusCode!==void 0&&(h.statusCode<200||h.statusCode>=300)&&pe&&ie.warn(`Sentry responded with status code ${h.statusCode} to sent event.`),r=yd(r,h),h),h=>{throw d("network_error"),pe&&ie.error("Encountered error running transport request:",h),h});return n.add(_).then(h=>h,h=>{if(h===La)return pe&&ie.error("Skipped sending event because buffer is full."),d("queue_overflow"),rn({});throw h})}return{send:o,flush:i}}function Fa(t){t.user?.ip_address===void 0&&(t.user=Ee(x({},t.user),{ip_address:"{{auto}}"}))}function Va(t){"aggregates"in t?t.attrs?.ip_address===void 0&&(t.attrs=Ee(x({},t.attrs),{ip_address:"{{auto}}"})):t.ipAddress===void 0&&(t.ipAddress="{{auto}}")}function ka(t,e,n=[e],r="npm"){let i=t._metadata||{};i.sdk||(i.sdk={name:`sentry.javascript.${e}`,packages:n.map(o=>({name:`${r}:@sentry/${o}`,version:hn})),version:hn}),t._metadata=i}var zm=100;function bn(t,e){let n=qe(),r=En();if(!n)return;let{beforeBreadcrumb:i=null,maxBreadcrumbs:o=zm}=n.getOptions();if(o<=0)return;let s=vn(),l=x({timestamp:s},t),u=i?Wn(()=>i(l,e)):l;u!==null&&(n.emit&&n.emit("beforeAddBreadcrumb",u,e),r.addBreadcrumb(u,o))}var Ed,qm="FunctionToString",bd=new WeakMap,Km=()=>({name:qm,setupOnce(){Ed=Function.prototype.toString;try{Function.prototype.toString=function(...t){let e=cr(this),n=bd.has(qe())&&e!==void 0?e:this;return Ed.apply(n,t)}}catch{}},setup(t){bd.set(t,!0)}}),xo=Km;var Xm=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/,/^ResizeObserver loop completed with undelivered notifications.$/,/^Cannot redefine property: googletag$/,/^Can't find variable: gmo$/,/^undefined is not an object \(evaluating 'a\.[A-Z]'\)$/,`can't redefine non-configurable property "solana"`,"vv().getRestrictions is not a function. (In 'vv().getRestrictions(1,a)', 'vv().getRestrictions' is undefined)","Can't find variable: _AutofillCallbackHandler",/^Non-Error promise rejection captured with value: Object Not Found Matching Id:\d+, MethodName:simulateEvent, ParamCount:\d+$/,/^Java exception was raised during method invocation$/],Jm="EventFilters",Ba=(t={})=>{let e;return{name:Jm,setup(n){let r=n.getOptions();e=wd(t,r)},processEvent(n,r,i){if(!e){let o=i.getOptions();e=wd(t,o)}return Zm(n,e)?null:n}}},Do=(t={})=>Ee(x({},Ba(t)),{name:"InboundFilters"});function wd(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...t.disableErrorDefaults?[]:Xm],ignoreTransactions:[...t.ignoreTransactions||[],...e.ignoreTransactions||[]]}}function Zm(t,e){if(t.type){if(t.type==="transaction"&&eg(t,e.ignoreTransactions))return pe&&ie.warn(`Event dropped due to being matched by \`ignoreTransactions\` option.
|
|
19
|
+
Event: ${gn(t)}`),!0}else{if(Qm(t,e.ignoreErrors))return pe&&ie.warn(`Event dropped due to being matched by \`ignoreErrors\` option.
|
|
20
|
+
Event: ${gn(t)}`),!0;if(ig(t))return pe&&ie.warn(`Event dropped due to not having an error message, error type or stacktrace.
|
|
21
|
+
Event: ${gn(t)}`),!0;if(tg(t,e.denyUrls))return pe&&ie.warn(`Event dropped due to being matched by \`denyUrls\` option.
|
|
22
|
+
Event: ${gn(t)}.
|
|
23
|
+
Url: ${Oo(t)}`),!0;if(!ng(t,e.allowUrls))return pe&&ie.warn(`Event dropped due to not being matched by \`allowUrls\` option.
|
|
24
|
+
Event: ${gn(t)}.
|
|
25
|
+
Url: ${Oo(t)}`),!0}return!1}function Qm(t,e){return e?.length?So(t).some(n=>Ar(n,e)):!1}function eg(t,e){if(!e?.length)return!1;let n=t.transaction;return n?Ar(n,e):!1}function tg(t,e){if(!e?.length)return!1;let n=Oo(t);return n?Ar(n,e):!1}function ng(t,e){if(!e?.length)return!0;let n=Oo(t);return n?Ar(n,e):!0}function rg(t=[]){for(let e=t.length-1;e>=0;e--){let n=t[e];if(n&&n.filename!=="<anonymous>"&&n.filename!=="[native code]")return n.filename||null}return null}function Oo(t){try{let n=[...t.exception?.values??[]].reverse().find(r=>r.mechanism?.parent_id===void 0&&r.stacktrace?.frames?.length)?.stacktrace?.frames;return n?rg(n):null}catch{return pe&&ie.error(`Cannot extract url for event ${gn(t)}`),null}}function ig(t){return t.exception?.values?.length?!t.message&&!t.exception.values.some(e=>e.stacktrace||e.type&&e.type!=="Error"||e.value):!1}function Ha(t,e,n,r,i,o){if(!i.exception?.values||!o||!cn(o.originalException,Error))return;let s=i.exception.values.length>0?i.exception.values[i.exception.values.length-1]:void 0;s&&(i.exception.values=Ua(t,e,r,o.originalException,n,i.exception.values,s,0))}function Ua(t,e,n,r,i,o,s,l){if(o.length>=n+1)return o;let u=[...o];if(cn(r[i],Error)){Cd(s,l);let d=t(e,r[i]),_=u.length;Sd(d,i,_,l),u=Ua(t,e,n,r[i],i,[d,...u],d,_)}return Array.isArray(r.errors)&&r.errors.forEach((d,_)=>{if(cn(d,Error)){Cd(s,l);let h=t(e,d),E=u.length;Sd(h,`errors[${_}]`,E,l),u=Ua(t,e,n,d,i,[h,...u],h,E)}}),u}function Cd(t,e){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism=Ee(x(x({},t.mechanism),t.type==="AggregateError"&&{is_exception_group:!0}),{exception_id:e})}function Sd(t,e,n,r){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism=Ee(x({},t.mechanism),{type:"chained",source:e,exception_id:n,parent_id:r})}function ja(t){let e="console";Nt(e,t),Rt(e,og)}function og(){"console"in Ce&&qs.forEach(function(t){t in Ce.console&&pt(Ce.console,t,function(e){return xr[t]=e,function(...n){ft("console",{args:n,level:t}),xr[t]?.apply(Ce.console,n)}})})}function $a(t){return t==="warn"?"warning":["fatal","error","warning","log","info","debug"].includes(t)?t:"log"}var sg="Dedupe",ag=()=>{let t;return{name:sg,processEvent(e){if(e.type)return e;try{if(cg(e,t))return pe&&ie.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{}return t=e}}},Ao=ag;function cg(t,e){return e?!!(lg(t,e)||ug(t,e)):!1}function lg(t,e){let n=t.message,r=e.message;return!(!n&&!r||n&&!r||!n&&r||n!==r||!xd(t,e)||!Id(t,e))}function ug(t,e){let n=Td(e),r=Td(t);return!(!n||!r||n.type!==r.type||n.value!==r.value||!xd(t,e)||!Id(t,e))}function Id(t,e){let n=ro(t),r=ro(e);if(!n&&!r)return!0;if(n&&!r||!n&&r||(n=n,r=r,r.length!==n.length))return!1;for(let i=0;i<r.length;i++){let o=r[i],s=n[i];if(o.filename!==s.filename||o.lineno!==s.lineno||o.colno!==s.colno||o.function!==s.function)return!1}return!0}function xd(t,e){let n=t.fingerprint,r=e.fingerprint;if(!n&&!r)return!0;if(n&&!r||!n&&r)return!1;n=n,r=r;try{return n.join("")===r.join("")}catch{return!1}}function Td(t){return t.exception?.values?.[0]}function bi(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let n=e[6]||"",r=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],search:n,hash:r,relative:e[5]+n+r}}function No(t){if(t!==void 0)return t>=400&&t<500?"warning":t>=500?"error":void 0}var wi=Ce;function Ga(){return"history"in wi&&!!wi.history}function dg(){if(!("fetch"in wi))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch{return!1}}function Ci(t){return t&&/^function\s+\w+\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function Wa(){if(typeof EdgeRuntime=="string")return!0;if(!dg())return!1;if(Ci(wi.fetch))return!0;let t=!1,e=wi.document;if(e&&typeof e.createElement=="function")try{let n=e.createElement("iframe");n.hidden=!0,e.head.appendChild(n),n.contentWindow?.fetch&&(t=Ci(n.contentWindow.fetch)),e.head.removeChild(n)}catch(n){pe&&ie.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",n)}return t}function za(t,e){let n="fetch";Nt(n,t),Rt(n,()=>fg(void 0,e))}function fg(t,e=!1){e&&!Wa()||pt(Ce,"fetch",function(n){return function(...r){let i=new Error,{method:o,url:s}=pg(r),l={args:r,fetchData:{method:o,url:s},startTimestamp:Ut()*1e3,virtualError:i,headers:hg(r)};return t||ft("fetch",x({},l)),n.apply(Ce,r).then(async u=>(t?t(u):ft("fetch",Ee(x({},l),{endTimestamp:Ut()*1e3,response:u})),u),u=>{if(ft("fetch",Ee(x({},l),{endTimestamp:Ut()*1e3,error:u})),or(u)&&u.stack===void 0&&(u.stack=i.stack,zt(u,"framesToPop",1)),u instanceof TypeError&&(u.message==="Failed to fetch"||u.message==="Load failed"||u.message==="NetworkError when attempting to fetch resource."))try{let d=new URL(l.fetchData.url);u.message=`${u.message} (${d.host})`}catch{}throw u})}})}function Ya(t,e){return!!t&&typeof t=="object"&&!!t[e]}function Od(t){return typeof t=="string"?t:t?Ya(t,"url")?t.url:t.toString?t.toString():"":""}function pg(t){if(t.length===0)return{method:"GET",url:""};if(t.length===2){let[n,r]=t;return{url:Od(n),method:Ya(r,"method")?String(r.method).toUpperCase():"GET"}}let e=t[0];return{url:Od(e),method:Ya(e,"method")?String(e.method).toUpperCase():"GET"}}function hg(t){let[e,n]=t;try{if(typeof n=="object"&&n!==null&&"headers"in n&&n.headers)return new Headers(n.headers);if(pu(e))return new Headers(e.headers)}catch{}}function qa(){return"npm"}var rt=Ce,Ka=0;function Xa(){return Ka>0}function Dg(){Ka++,setTimeout(()=>{Ka--})}function lr(t,e={}){function n(i){return typeof i=="function"}if(!n(t))return t;try{let i=t.__sentry_wrapped__;if(i)return typeof i=="function"?i:t;if(cr(t))return t}catch{return t}let r=function(...i){try{let o=i.map(s=>lr(s,e));return t.apply(this,o)}catch(o){throw Dg(),hi(s=>{s.addEventProcessor(l=>(e.mechanism&&(Nr(l,void 0,void 0),_n(l,e.mechanism)),l.extra=Ee(x({},l.extra),{arguments:i}),l)),wo(o)}),o}};try{for(let i in t)Object.prototype.hasOwnProperty.call(t,i)&&(r[i]=t[i])}catch{}co(r,t),zt(t,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get(){return t.name}})}catch{}return r}function Dd(){let t=pi(),{referrer:e}=rt.document||{},{userAgent:n}=rt.navigator||{},r=x(x({},e&&{Referer:e}),n&&{"User-Agent":n});return{url:t,headers:r}}function Ro(t,e){let n=Qa(t,e),r={type:Pg(e),value:Lg(e)};return n.length&&(r.stacktrace={frames:n}),r.type===void 0&&r.value===""&&(r.value="Unrecoverable error caught"),r}function Ag(t,e,n,r){let o=qe()?.getOptions().normalizeDepth,s=kg(e),l={__serialized__:_o(e,o)};if(s)return{exception:{values:[Ro(t,s)]},extra:l};let u={exception:{values:[{type:ar(e)?e.constructor.name:r?"UnhandledRejection":"Error",value:Fg(e,{isUnhandledRejection:r})}]},extra:l};if(n){let d=Qa(t,n);d.length&&(u.exception.values[0].stacktrace={frames:d})}return u}function Ja(t,e){return{exception:{values:[Ro(t,e)]}}}function Qa(t,e){let n=e.stacktrace||e.stack||"",r=Rg(e),i=Mg(e);try{return t(n,r,i)}catch{}return[]}var Ng=/Minified React error #\d+;/i;function Rg(t){return t&&Ng.test(t.message)?1:0}function Mg(t){return typeof t.framesToPop=="number"?t.framesToPop:0}function Ad(t){return typeof WebAssembly<"u"&&typeof WebAssembly.Exception<"u"?t instanceof WebAssembly.Exception:!1}function Pg(t){let e=t?.name;return!e&&Ad(t)?t.message&&Array.isArray(t.message)&&t.message.length==2?t.message[0]:"WebAssembly.Exception":e}function Lg(t){let e=t?.message;return Ad(t)?Array.isArray(t.message)&&t.message.length==2?t.message[1]:"wasm exception":e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function Nd(t,e,n,r){let i=n?.syntheticException||void 0,o=Mo(t,e,i,r);return _n(o),o.level="error",n?.event_id&&(o.event_id=n.event_id),rn(o)}function Rd(t,e,n="info",r,i){let o=r?.syntheticException||void 0,s=Za(t,e,o,i);return s.level=n,r?.event_id&&(s.event_id=r.event_id),rn(s)}function Mo(t,e,n,r,i){let o;if(oo(e)&&e.error)return Ja(t,e.error);if(so(e)||ra(e)){let s=e;if("stack"in e)o=Ja(t,e);else{let l=s.name||(so(s)?"DOMError":"DOMException"),u=s.message?`${l}: ${s.message}`:l;o=Za(t,u,n,r),Nr(o,u)}return"code"in s&&(o.tags=Ee(x({},o.tags),{"DOMException.code":`${s.code}`})),o}return or(e)?Ja(t,e):Pn(e)||ar(e)?(o=Ag(t,e,n,i),_n(o,{synthetic:!0}),o):(o=Za(t,e,n,r),Nr(o,`${e}`,void 0),_n(o,{synthetic:!0}),o)}function Za(t,e,n,r){let i={};if(r&&n){let o=Qa(t,n);o.length&&(i.exception={values:[{value:e,stacktrace:{frames:o}}]}),_n(i,{synthetic:!0})}if(Dr(e)){let{__sentry_template_string__:o,__sentry_template_values__:s}=e;return i.logentry={message:o,params:s},i}return i.message=e,i}function Fg(t,{isUnhandledRejection:e}){let n=la(t),r=e?"promise rejection":"exception";return oo(t)?`Event \`ErrorEvent\` captured as ${r} with message \`${t.message}\``:ar(t)?`Event \`${Vg(t)}\` (type=${t.type}) captured as ${r}`:`Object captured as ${r} with keys: ${n}`}function Vg(t){try{let e=Object.getPrototypeOf(t);return e?e.constructor.name:void 0}catch{}}function kg(t){for(let e in t)if(Object.prototype.hasOwnProperty.call(t,e)){let n=t[e];if(n instanceof Error)return n}}var Bg=5e3,Si=class extends yi{constructor(e){let n=Ug(e),r=rt.SENTRY_SDK_SOURCE||qa();ka(n,"browser",["browser"],r),super(n);let{sendDefaultPii:i,sendClientReports:o,enableLogs:s,_experiments:l}=this._options,u=s??l?.enableLogs;rt.document&&(o||u)&&rt.document.addEventListener("visibilitychange",()=>{rt.document.visibilityState==="hidden"&&(o&&this._flushOutcomes(),u&&Ei(this))}),u&&(this.on("flush",()=>{Ei(this)}),this.on("afterCaptureLog",()=>{this._logFlushIdleTimeout&&clearTimeout(this._logFlushIdleTimeout),this._logFlushIdleTimeout=setTimeout(()=>{Ei(this)},Bg)})),i&&(this.on("postprocessEvent",Fa),this.on("beforeSendSession",Va))}eventFromException(e,n){return Nd(this._options.stackParser,e,n,this._options.attachStacktrace)}eventFromMessage(e,n="info",r){return Rd(this._options.stackParser,e,n,r,this._options.attachStacktrace)}_prepareEvent(e,n,r,i){return e.platform=e.platform||"javascript",super._prepareEvent(e,n,r,i)}};function Ug(t){return x({release:typeof __SENTRY_RELEASE__=="string"?__SENTRY_RELEASE__:rt.SENTRY_RELEASE?.id,sendClientReports:!0,parentSpanIsAlwaysRootSpan:!0},t)}var Md=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;var mt=Ce;var Hg=1e3,Pd,ec,tc;function nc(t){let e="dom";Nt(e,t),Rt(e,jg)}function jg(){if(!mt.document)return;let t=ft.bind(null,"dom"),e=Ld(t,!0);mt.document.addEventListener("click",e,!1),mt.document.addEventListener("keypress",e,!1),["EventTarget","Node"].forEach(n=>{let i=mt[n]?.prototype;i?.hasOwnProperty?.("addEventListener")&&(pt(i,"addEventListener",function(o){return function(s,l,u){if(s==="click"||s=="keypress")try{let d=this.__sentry_instrumentation_handlers__=this.__sentry_instrumentation_handlers__||{},_=d[s]=d[s]||{refCount:0};if(!_.handler){let h=Ld(t);_.handler=h,o.call(this,s,h,u)}_.refCount++}catch{}return o.call(this,s,l,u)}}),pt(i,"removeEventListener",function(o){return function(s,l,u){if(s==="click"||s=="keypress")try{let d=this.__sentry_instrumentation_handlers__||{},_=d[s];_&&(_.refCount--,_.refCount<=0&&(o.call(this,s,_.handler,u),_.handler=void 0,delete d[s]),Object.keys(d).length===0&&delete this.__sentry_instrumentation_handlers__)}catch{}return o.call(this,s,l,u)}}))})}function $g(t){if(t.type!==ec)return!1;try{if(!t.target||t.target._sentryId!==tc)return!1}catch{}return!0}function Gg(t,e){return t!=="keypress"?!1:e?.tagName?!(e.tagName==="INPUT"||e.tagName==="TEXTAREA"||e.isContentEditable):!0}function Ld(t,e=!1){return n=>{if(!n||n._sentryCaptured)return;let r=Wg(n);if(Gg(n.type,r))return;zt(n,"_sentryCaptured",!0),r&&!r._sentryId&&zt(r,"_sentryId",ht());let i=n.type==="keypress"?"input":n.type;$g(n)||(t({event:n,name:i,global:e}),ec=n.type,tc=r?r._sentryId:void 0),clearTimeout(Pd),Pd=mt.setTimeout(()=>{tc=void 0,ec=void 0},Hg)}}function Wg(t){try{return t.target}catch{return null}}var Po;function Ti(t){let e="history";Nt(e,t),Rt(e,Yg)}function Yg(){if(mt.addEventListener("popstate",()=>{let e=mt.location.href,n=Po;if(Po=e,n===e)return;ft("history",{from:n,to:e})}),!Ga())return;function t(e){return function(...n){let r=n.length>2?n[2]:void 0;if(r){let i=Po,o=zg(String(r));if(Po=o,i===o)return e.apply(this,n);ft("history",{from:i,to:o})}return e.apply(this,n)}}pt(mt.history,"pushState",t),pt(mt.history,"replaceState",t)}function zg(t){try{return new URL(t,mt.location.origin).toString()}catch{return t}}var Lo={};function rc(t){let e=Lo[t];if(e)return e;let n=mt[t];if(Ci(n))return Lo[t]=n.bind(mt);let r=mt.document;if(r&&typeof r.createElement=="function")try{let i=r.createElement("iframe");i.hidden=!0,r.head.appendChild(i);let o=i.contentWindow;o?.[t]&&(n=o[t]),r.head.removeChild(i)}catch(i){Md&&ie.warn(`Could not create sandbox iframe for ${t} check, bailing to window.${t}: `,i)}return n&&(Lo[t]=n.bind(mt))}function Fo(t){Lo[t]=void 0}var ur="__sentry_xhr_v3__";function ic(t){let e="xhr";Nt(e,t),Rt(e,qg)}function qg(){if(!mt.XMLHttpRequest)return;let t=XMLHttpRequest.prototype;t.open=new Proxy(t.open,{apply(e,n,r){let i=new Error,o=Ut()*1e3,s=Mt(r[0])?r[0].toUpperCase():void 0,l=Kg(r[1]);if(!s||!l)return e.apply(n,r);n[ur]={method:s,url:l,request_headers:{}},s==="POST"&&l.match(/sentry_key/)&&(n.__sentry_own_request__=!0);let u=()=>{let d=n[ur];if(d&&n.readyState===4){try{d.status_code=n.status}catch{}let _={endTimestamp:Ut()*1e3,startTimestamp:o,xhr:n,virtualError:i};ft("xhr",_)}};return"onreadystatechange"in n&&typeof n.onreadystatechange=="function"?n.onreadystatechange=new Proxy(n.onreadystatechange,{apply(d,_,h){return u(),d.apply(_,h)}}):n.addEventListener("readystatechange",u),n.setRequestHeader=new Proxy(n.setRequestHeader,{apply(d,_,h){let[E,w]=h,N=_[ur];return N&&Mt(E)&&Mt(w)&&(N.request_headers[E.toLowerCase()]=w),d.apply(_,h)}}),e.apply(n,r)}}),t.send=new Proxy(t.send,{apply(e,n,r){let i=n[ur];if(!i)return e.apply(n,r);r[0]!==void 0&&(i.body=r[0]);let o={startTimestamp:Ut()*1e3,xhr:n};return ft("xhr",o),e.apply(n,r)}})}function Kg(t){if(Mt(t))return t;try{return t.toString()}catch{}}function oc(t,e=rc("fetch")){let n=0,r=0;function i(o){let s=o.body.length;n+=s,r++;let l=x({body:o.body,method:"POST",referrerPolicy:"strict-origin",headers:t.headers,keepalive:n<=6e4&&r<15},t.fetchOptions);if(!e)return Fo("fetch"),Kn("No fetch implementation available");try{return e(t.url,l).then(u=>(n-=s,r--,{statusCode:u.status,headers:{"x-sentry-rate-limits":u.headers.get("X-Sentry-Rate-Limits"),"retry-after":u.headers.get("Retry-After")}}))}catch(u){return Fo("fetch"),n-=s,r--,Kn(u)}}return Io(t,i)}var Xg=30;var Jg=50;function sc(t,e,n,r){let i={filename:t,function:e==="<anonymous>"?mn:e,in_app:!0};return n!==void 0&&(i.lineno=n),r!==void 0&&(i.colno=r),i}var Zg=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,Qg=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,e_=/\((\S*)(?::(\d+))(?::(\d+))\)/,t_=t=>{let e=Zg.exec(t);if(e){let[,r,i,o]=e;return sc(r,mn,+i,+o)}let n=Qg.exec(t);if(n){if(n[2]&&n[2].indexOf("eval")===0){let s=e_.exec(n[2]);s&&(n[2]=s[1],n[3]=s[2],n[4]=s[3])}let[i,o]=Bd(n[1]||mn,n[2]);return sc(o,i,n[3]?+n[3]:void 0,n[4]?+n[4]:void 0)}},Fd=[Xg,t_],n_=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,r_=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,i_=t=>{let e=n_.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let o=r_.exec(e[3]);o&&(e[1]=e[1]||"eval",e[3]=o[1],e[4]=o[2],e[5]="")}let r=e[3],i=e[1]||mn;return[i,r]=Bd(i,r),sc(r,i,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},Vd=[Jg,i_];var kd=[Fd,Vd],ac=Zs(...kd),Bd=(t,e)=>{let n=t.indexOf("safari-extension")!==-1,r=t.indexOf("safari-web-extension")!==-1;return n||r?[t.indexOf("@")!==-1?t.split("@")[0]:mn,n?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};var Lr=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;var Vo=1024,o_="Breadcrumbs",s_=(t={})=>{let e=x({console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0},t);return{name:o_,setup(n){e.console&&ja(l_(n)),e.dom&&nc(c_(n,e.dom)),e.xhr&&ic(u_(n)),e.fetch&&za(d_(n)),e.history&&Ti(f_(n)),e.sentry&&n.on("beforeSendEvent",a_(n))}}},Ud=s_;function a_(t){return function(n){qe()===t&&bn({category:`sentry.${n.type==="transaction"?"transaction":"event"}`,event_id:n.event_id,level:n.level,message:gn(n)},{event:n})}}function c_(t,e){return function(r){if(qe()!==t)return;let i,o,s=typeof e=="object"?e.serializeAttribute:void 0,l=typeof e=="object"&&typeof e.maxStringLength=="number"?e.maxStringLength:void 0;l&&l>Vo&&(Lr&&ie.warn(`\`dom.maxStringLength\` cannot exceed ${Vo}, but a value of ${l} was configured. Sentry will use ${Vo} instead.`),l=Vo),typeof s=="string"&&(s=[s]);try{let d=r.event,_=p_(d)?d.target:d;i=fi(_,{keyAttrs:s,maxStringLength:l}),o=ca(_)}catch{i="<unknown>"}if(i.length===0)return;let u={category:`ui.${r.name}`,message:i};o&&(u.data={"ui.component_name":o}),bn(u,{event:r.event,name:r.name,global:r.global})}}function l_(t){return function(n){if(qe()!==t)return;let r={category:"console",data:{arguments:n.args,logger:"console"},level:$a(n.level),message:ao(n.args," ")};if(n.level==="assert")if(n.args[0]===!1)r.message=`Assertion failed: ${ao(n.args.slice(1)," ")||"console.assert"}`,r.data.arguments=n.args.slice(1);else return;bn(r,{input:n.args,level:n.level})}}function u_(t){return function(n){if(qe()!==t)return;let{startTimestamp:r,endTimestamp:i}=n,o=n.xhr[ur];if(!r||!i||!o)return;let{method:s,url:l,status_code:u,body:d}=o,_={method:s,url:l,status_code:u},h={xhr:n.xhr,input:d,startTimestamp:r,endTimestamp:i},E={category:"xhr",data:_,type:"http",level:No(u)};t.emit("beforeOutgoingRequestBreadcrumb",E,h),bn(E,h)}}function d_(t){return function(n){if(qe()!==t)return;let{startTimestamp:r,endTimestamp:i}=n;if(i&&!(n.fetchData.url.match(/sentry_key/)&&n.fetchData.method==="POST"))if(n.fetchData.method,n.fetchData.url,n.error){let o=n.fetchData,s={data:n.error,input:n.args,startTimestamp:r,endTimestamp:i},l={category:"fetch",data:o,level:"error",type:"http"};t.emit("beforeOutgoingRequestBreadcrumb",l,s),bn(l,s)}else{let o=n.response,s=Ee(x({},n.fetchData),{status_code:o?.status});n.fetchData.request_body_size,n.fetchData.response_body_size,o?.status;let l={input:n.args,response:o,startTimestamp:r,endTimestamp:i},u={category:"fetch",data:s,type:"http",level:No(s.status_code)};t.emit("beforeOutgoingRequestBreadcrumb",u,l),bn(u,l)}}}function f_(t){return function(n){if(qe()!==t)return;let r=n.from,i=n.to,o=bi(rt.location.href),s=r?bi(r):void 0,l=bi(i);s?.path||(s=o),o.protocol===l.protocol&&o.host===l.host&&(i=l.relative),o.protocol===s.protocol&&o.host===s.host&&(r=s.relative),bn({category:"navigation",data:{from:r,to:i}})}}function p_(t){return!!t&&!!t.target}var h_=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","BroadcastChannel","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","SharedWorker","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],m_="BrowserApiErrors",g_=(t={})=>{let e=x({XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,unregisterOriginalCallbacks:!1},t);return{name:m_,setupOnce(){e.setTimeout&&pt(rt,"setTimeout",Hd),e.setInterval&&pt(rt,"setInterval",Hd),e.requestAnimationFrame&&pt(rt,"requestAnimationFrame",__),e.XMLHttpRequest&&"XMLHttpRequest"in rt&&pt(XMLHttpRequest.prototype,"send",v_);let n=e.eventTarget;n&&(Array.isArray(n)?n:h_).forEach(i=>y_(i,e))}}},jd=g_;function Hd(t){return function(...e){let n=e[0];return e[0]=lr(n,{mechanism:{data:{function:tn(t)},handled:!1,type:"instrument"}}),t.apply(this,e)}}function __(t){return function(e){return t.apply(this,[lr(e,{mechanism:{data:{function:"requestAnimationFrame",handler:tn(t)},handled:!1,type:"instrument"}})])}}function v_(t){return function(...e){let n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(i=>{i in n&&typeof n[i]=="function"&&pt(n,i,function(o){let s={mechanism:{data:{function:i,handler:tn(o)},handled:!1,type:"instrument"}},l=cr(o);return l&&(s.mechanism.data.handler=tn(l)),lr(o,s)})}),t.apply(this,e)}}function y_(t,e){let r=rt[t]?.prototype;r?.hasOwnProperty?.("addEventListener")&&(pt(r,"addEventListener",function(i){return function(o,s,l){try{E_(s)&&(s.handleEvent=lr(s.handleEvent,{mechanism:{data:{function:"handleEvent",handler:tn(s),target:t},handled:!1,type:"instrument"}}))}catch{}return e.unregisterOriginalCallbacks&&b_(this,o,s),i.apply(this,[o,lr(s,{mechanism:{data:{function:"addEventListener",handler:tn(s),target:t},handled:!1,type:"instrument"}}),l])}}),pt(r,"removeEventListener",function(i){return function(o,s,l){try{let u=s.__sentry_wrapped__;u&&i.call(this,o,u,l)}catch{}return i.call(this,o,s,l)}}))}function E_(t){return typeof t.handleEvent=="function"}function b_(t,e,n){t&&typeof t=="object"&&"removeEventListener"in t&&typeof t.removeEventListener=="function"&&t.removeEventListener(e,n)}var $d=()=>({name:"BrowserSession",setupOnce(){if(typeof rt.document>"u"){Lr&&ie.warn("Using the `browserSessionIntegration` in non-browser environments is not supported.");return}_i({ignoreDuration:!0}),vi(),Ti(({from:t,to:e})=>{t!==void 0&&t!==e&&(_i({ignoreDuration:!0}),vi())})}});var w_="GlobalHandlers",C_=(t={})=>{let e=x({onerror:!0,onunhandledrejection:!0},t);return{name:w_,setupOnce(){Error.stackTraceLimit=50},setup(n){e.onerror&&(S_(n),Gd("onerror")),e.onunhandledrejection&&(T_(n),Gd("onunhandledrejection"))}}},Wd=C_;function S_(t){ea(e=>{let{stackParser:n,attachStacktrace:r}=Yd();if(qe()!==t||Xa())return;let{msg:i,url:o,line:s,column:l,error:u}=e,d=O_(Mo(n,u||i,void 0,r,!1),o,s,l);d.level="error",gi(d,{originalException:u,mechanism:{handled:!1,type:"onerror"}})})}function T_(t){na(e=>{let{stackParser:n,attachStacktrace:r}=Yd();if(qe()!==t||Xa())return;let i=I_(e),o=sr(i)?x_(i):Mo(n,i,void 0,r,!0);o.level="error",gi(o,{originalException:i,mechanism:{handled:!1,type:"onunhandledrejection"}})})}function I_(t){if(sr(t))return t;try{if("reason"in t)return t.reason;if("detail"in t&&"reason"in t.detail)return t.detail.reason}catch{}return t}function x_(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function O_(t,e,n,r){let i=t.exception=t.exception||{},o=i.values=i.values||[],s=o[0]=o[0]||{},l=s.stacktrace=s.stacktrace||{},u=l.frames=l.frames||[],d=r,_=n,h=Mt(e)&&e.length>0?e:pi();return u.length===0&&u.push({colno:d,filename:h,function:mn,in_app:!0,lineno:_}),t}function Gd(t){Lr&&ie.log(`Global Handler attached: ${t}`)}function Yd(){return qe()?.getOptions()||{stackParser:()=>[],attachStacktrace:!1}}var zd=()=>({name:"HttpContext",preprocessEvent(t){if(!rt.navigator&&!rt.location&&!rt.document)return;let e=Dd(),n=x(x({},e.headers),t.request?.headers);t.request=Ee(x(x({},e),t.request),{headers:n})}});var D_="cause",A_=5,N_="LinkedErrors",R_=(t={})=>{let e=t.limit||A_,n=t.key||D_;return{name:N_,preprocessEvent(r,i,o){let s=o.getOptions();Ha(Ro,s.stackParser,n,e,r,i)}}},qd=R_;function cc(t){return[Do(),xo(),jd(),Ud(),Wd(),qd(),Ao(),zd(),$d()]}var Kd={},Xd,lc,M_;(()=>{let t=cc({}).filter(e=>!["BrowserApiErrors","Breadcrumbs","GlobalHandlers"].includes(e.name));lc=new Si({dsn:"https://1bc3dda4c861f60cd6be1b67584f4bc6@o559187.ingest.us.sentry.io/4507626484203520",transport:oc,stackParser:ac,integrations:t,environment:Rn.mode,release:`web-sdk@${Ze.SDK_VERSION}`,debug:Rn.debug}),lc.init()})();function Bo(t,e,n){ze.error(`${e}:`,t);let r=F_(n);if(r.setTag("operation",e),t instanceof to){P_(r,t,e);return}r.captureException(t)}function P_(t,e,n){if(L_(t,e),e.response){let r=e.response;t.setTag("http.status_code",r.status),t.setExtras({responseText:e.responseText,statusText:r.statusText,responseType:r.type,redirected:r.redirected,responseUrl:r.url}),t.captureMessage(`${n} failed with ${r.status}`,"error");return}if(e.request){t.captureMessage(`No response was received for ${n}`,"error");return}}function L_(t,e){let n=e.request;n&&t.setExtras({body:e.requestBody,headers:n.headers,method:n.method,url:n.url})}function F_(t){t??={};let{extra:e,tags:n}=t,r=new Tt;if(r.setClient(lc),r.setUser(M_),t.triggerContext&&!t.engagementTrigger&&(t.engagementTrigger=t.triggerContext.triggerData),t.engagementTrigger){let i=t.engagementTrigger;r.setTags({"engagement.id":i.engagementID,"engagement.short_id":i.shortID,"engagement.objective":i.objective,"engagement.delivery_type":i.onsiteDeliveryType,"engagement.content_id":i.contentID,"engagement.variation":i.variation,"engagement.currency":i.currency})}return e&&r.setExtras(e),n&&r.setTags(n),Xd&&r.setTags(Xd),Object.keys(Kd).forEach(i=>{r.setContext(i,Kd[i])}),r.setTag("language",navigator.language),r.setTag("timezone",Jd()),V_(r),r}function V_(t){window.Shopify&&(t.setTag("shopify.shop",window.Shopify.shop),t.setTag("shopify.currency",window.Shopify.currency?.active),t.setTag("shopify.locale",window.Shopify.locale),t.setTag("theme.schema_name",window.Shopify.theme?.schema_name),t.setTag("theme.schema_version",window.Shopify.theme?.schema_version))}var Uo=class{static format(e,n){let r=/{{\s*(\w+)\s*}}/;return n.replace(r,(i,o)=>{switch(o){case"amount":return this.formatWithDelimiters(e,2);case"amount_no_decimals":return this.formatWithDelimiters(e,0);case"amount_with_comma_separator":return this.formatWithDelimiters(e,2,".",",");case"amount_no_decimals_with_comma_separator":return this.formatWithDelimiters(e,0,".",",");case"amount_with_apostrophe_separator":return this.formatWithDelimiters(e,2,"'",".");case"amount_no_decimals_with_space_separator":return this.formatWithDelimiters(e,0," ");case"amount_with_space_separator":return this.formatWithDelimiters(e,2," ",",");case"amount_with_period_and_space_separator":return this.formatWithDelimiters(e,2," ",".");default:return i}})}static formatWithDelimiters(e,n=2,r=",",i="."){if(isNaN(e)||e==null)return"0";let s=(e/100).toFixed(n).split("."),l=s[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1"+r),u=s[1]?i+s[1]:"";return l+u}};function Zd(t){let e=new Date(Date.UTC(0,0,0,0,0,0,t)),n=[];return e.getUTCMinutes()&&n.push(e.getUTCMinutes()+"m"),e.getUTCSeconds()&&n.push(e.getUTCSeconds()+"s"),e.getUTCMilliseconds()&&n.push(e.getUTCMilliseconds()+"ms"),n.length||n.push("0ms"),n.join(" ")}var Ho=class{isCartDirty=!0;cartEngagements;isGoKwikPopupOpen;previewIDs;previewVariant;pageName;moneyFormat;jsLoadTime=new Date;shopCurrencyCode;locale;activeExperiments;inInactive=!1;lastEnterActive=new Date;lastEnterInactive=null;currentItem;_currencyCode;get currencyCode(){return this._currencyCode}set currencyCode(e){this._currencyCode=e}static get(){return window.CooeeSDK.runtimeData}isInactive(){return this.inInactive}async setInactive(){return this.inInactive?0:(this.inInactive=!0,this.lastEnterInactive=new Date,Math.max((this.lastEnterInactive.getTime()-this.lastEnterActive.getTime())/1e3,0))}setActive(){return this.inInactive?(this.inInactive=!1,this.lastEnterActive=new Date,Math.max((this.lastEnterActive.getTime()-this.lastEnterInactive.getTime())/1e3,0)):0}isFirstActive(){return this.lastEnterInactive==null}getCurrentItem(){return this.currentItem}setCurrentItem(e){this.currentItem=new Cr(e)}getJSLoadTimeDiff(){return Zd(Date.now()-this.jsLoadTime.getTime())}};function uc(t,e,n){return{[t]:kn(e,n),[t+"_wo_currency"]:e}}function kn(t,e){if(t==0&&e)return"Free";let n=Ho.get(),r=pn.get(),i=n.shopCurrencyCode||r.currency,o=n.currencyCode;o||ze.warn("Currency code is not set in RuntimeData");let s=r.money?.format??n.moneyFormat,l;if(s&&i===o)l=Uo.format(t*100,s);else{let u;try{u=new Intl.NumberFormat(k_(),{style:"currency",currency:o||i,minimumFractionDigits:0,maximumFractionDigits:2})}catch(d){return Bo(d,"format-currency",{extra:{currentCurrency:o,shopCurrency:i}}),""}l=u.format(t),l=l.replace("\u20B9","Rs. "),r.money?.showCurrency&&o!=="INR"&&(l=l.concat(` ${o}`))}return l}function k_(){return navigator.languages!==void 0?navigator.languages[0].split("-")[0]:navigator.language??"en"}var jo;function Jd(){if(jo)return jo;try{return jo=Intl.DateTimeFormat().resolvedOptions().timeZone,jo}catch{return""}}var wn=class t{transform(e){return e==null?null:kn(e)}static \u0275fac=function(n){return new(n||t)};static \u0275pipe=Yi({name:"cooeeCurrency",type:t,pure:!0})};var Pt=Hi(ef());Pt.filters.define("default",function(t){return typeof t>"u"||t==null?"":U_(t)});+Pt.filters.define("max",(t,e)=>{let n=Number(t),r=Number(e);return isNaN(n)||isNaN(r)?t:n>r?e:t});Pt.filters.define("min",(t,e)=>{let n=Number(t),r=Number(e);return isNaN(n)||isNaN(r)?t:n<r?e:t});Pt.filters.define("fallback",(t,e)=>t==null||t===""?e:t);Pt.filters.define("manipulate_quantity",(t,e,n)=>{if(e??=1,n??=100,e>n)return ze.error("Invalid range: min should be less than or equal to max."),t;if(t>=e&&t<=n)return t;let r=t%n;return r<e?e:r});Pt.filters.define("apply_discount_perc",(t,e,n=1/0)=>{if(t=+t,isNaN(t))return ze.error("Need value as a number for `apply_discount_perc` filter"),NaN;if(e<0||e>100)return ze.error("Invalid percent value for `apply_discount_perc` filter. Must be between 0 and 100."),NaN;let r=t*e/100;return t-Math.min(n,r)});Pt.filters.define("apply_discount_fixed",(t,e)=>(t=+t,isNaN(t)?(ze.error("Need value as a number for `apply_discount_fixed` filter"),NaN):Math.max(0,t-e)));Pt.filters.define("currency",t=>(t=+t,isNaN(t)?(ze.error("Need value as a number for `currency` filter"),NaN):kn(t)));Pt.defaultConfig.defaultFilter="default";Pt.defaultConfig.useWith=!0;Pt.defaultConfig.autoEscape=!1;var B_={'"':""","\\":"\","\n":"\\n"};function U_(t){return String(t).replace(/["\\\n]/g,e=>B_[e])}function H_(t){if(!t)return"";let e=/({{{\s*([^}]+?)\s*}}}|{{\s*&\s*([^}]+?)\s*}})/g;return t.replace(e,(n,r,i,o)=>`{{ ${(i||o||"").trim()} }}`)}var Fr=(t,e,n)=>{e=x({discount:{},cart:{},product:{},bundle:{},variant:{},customer:{},svg:{},form:{},amount_left:null},e);try{return Pt.render(H_(t),e)}catch(r){throw Bo(r,"squirrelly-render",{extra:{template:t,values:e},triggerContext:n}),r}};var Go=class t{transform(e,n){return e?Fr(e,x({},n)):null}static \u0275fac=function(n){return new(n||t)};static \u0275pipe=Yi({name:"cooeeDynamicVariables",type:t,pure:!0})};var dc={};(function t(e,n,r,i){var o=!!(e.Worker&&e.Blob&&e.Promise&&e.OffscreenCanvas&&e.OffscreenCanvasRenderingContext2D&&e.HTMLCanvasElement&&e.HTMLCanvasElement.prototype.transferControlToOffscreen&&e.URL&&e.URL.createObjectURL),s=typeof Path2D=="function"&&typeof DOMMatrix=="function",l=function(){if(!e.OffscreenCanvas)return!1;var v=new OffscreenCanvas(1,1),y=v.getContext("2d");y.fillRect(0,0,1,1);var U=v.transferToImageBitmap();try{y.createPattern(U,"no-repeat")}catch{return!1}return!0}();function u(){}function d(v){var y=n.exports.Promise,U=y!==void 0?y:e.Promise;return typeof U=="function"?new U(v):(v(u,u),null)}var _=function(v,y){return{transform:function(U){if(v)return U;if(y.has(U))return y.get(U);var K=new OffscreenCanvas(U.width,U.height),oe=K.getContext("2d");return oe.drawImage(U,0,0),y.set(U,K),K},clear:function(){y.clear()}}}(l,new Map),h=function(){var v=Math.floor(16.666666666666668),y,U,K={},oe=0;return typeof requestAnimationFrame=="function"&&typeof cancelAnimationFrame=="function"?(y=function(ae){var de=Math.random();return K[de]=requestAnimationFrame(function ee(ce){oe===ce||oe+v-1<ce?(oe=ce,delete K[de],ae()):K[de]=requestAnimationFrame(ee)}),de},U=function(ae){K[ae]&&cancelAnimationFrame(K[ae])}):(y=function(ae){return setTimeout(ae,v)},U=function(ae){return clearTimeout(ae)}),{frame:y,cancel:U}}(),E=function(){var v,y,U={};function K(oe){function ae(de,ee){oe.postMessage({options:de||{},callback:ee})}oe.init=function(ee){var ce=ee.transferControlToOffscreen();oe.postMessage({canvas:ce},[ce])},oe.fire=function(ee,ce,re){if(y)return ae(ee,null),y;var he=Math.random().toString(36).slice(2);return y=d(function(le){function me(ge){ge.data.callback===he&&(delete U[he],oe.removeEventListener("message",me),y=null,_.clear(),re(),le())}oe.addEventListener("message",me),ae(ee,he),U[he]=me.bind(null,{data:{callback:he}})}),y},oe.reset=function(){oe.postMessage({reset:!0});for(var ee in U)U[ee](),delete U[ee]}}return function(){if(v)return v;if(!r&&o){var oe=["var CONFETTI, SIZE = {}, module = {};","("+t.toString()+")(this, module, true, SIZE);","onmessage = function(msg) {"," if (msg.data.options) {"," CONFETTI(msg.data.options).then(function () {"," if (msg.data.callback) {"," postMessage({ callback: msg.data.callback });"," }"," });"," } else if (msg.data.reset) {"," CONFETTI && CONFETTI.reset();"," } else if (msg.data.resize) {"," SIZE.width = msg.data.resize.width;"," SIZE.height = msg.data.resize.height;"," } else if (msg.data.canvas) {"," SIZE.width = msg.data.canvas.width;"," SIZE.height = msg.data.canvas.height;"," CONFETTI = module.exports.create(msg.data.canvas);"," }","}"].join(`
|
|
26
|
+
`);try{v=new Worker(URL.createObjectURL(new Blob([oe])))}catch(ae){return typeof console!==void 0&&typeof console.warn=="function"&&console.warn("\u{1F38A} Could not load worker",ae),null}K(v)}return v}}(),w={particleCount:50,angle:90,spread:45,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,x:.5,y:.5,shapes:["square","circle"],zIndex:100,colors:["#26ccff","#a25afd","#ff5e7e","#88ff5a","#fcff42","#ffa62d","#ff36ff"],disableForReducedMotion:!1,scalar:1};function N(v,y){return y?y(v):v}function B(v){return v!=null}function P(v,y,U){return N(v&&B(v[y])?v[y]:w[y],U)}function Y(v){return v<0?0:Math.floor(v)}function G(v,y){return Math.floor(Math.random()*(y-v))+v}function te(v){return parseInt(v,16)}function q(v){return v.map(Ae)}function Ae(v){var y=String(v).replace(/[^0-9a-f]/gi,"");return y.length<6&&(y=y[0]+y[0]+y[1]+y[1]+y[2]+y[2]),{r:te(y.substring(0,2)),g:te(y.substring(2,4)),b:te(y.substring(4,6))}}function H(v){var y=P(v,"origin",Object);return y.x=P(y,"x",Number),y.y=P(y,"y",Number),y}function ve(v){v.width=document.documentElement.clientWidth,v.height=document.documentElement.clientHeight}function fe(v){var y=v.getBoundingClientRect();v.width=y.width,v.height=y.height}function be(v){var y=document.createElement("canvas");return y.style.position="fixed",y.style.top="0px",y.style.left="0px",y.style.pointerEvents="none",y.style.zIndex=v,y}function Ve(v,y,U,K,oe,ae,de,ee,ce){v.save(),v.translate(y,U),v.rotate(ae),v.scale(K,oe),v.arc(0,0,1,de,ee,ce),v.restore()}function Ne(v){var y=v.angle*(Math.PI/180),U=v.spread*(Math.PI/180);return{x:v.x,y:v.y,wobble:Math.random()*10,wobbleSpeed:Math.min(.11,Math.random()*.1+.05),velocity:v.startVelocity*.5+Math.random()*v.startVelocity,angle2D:-y+(.5*U-Math.random()*U),tiltAngle:(Math.random()*(.75-.25)+.25)*Math.PI,color:v.color,shape:v.shape,tick:0,totalTicks:v.ticks,decay:v.decay,drift:v.drift,random:Math.random()+2,tiltSin:0,tiltCos:0,wobbleX:0,wobbleY:0,gravity:v.gravity*3,ovalScalar:.6,scalar:v.scalar,flat:v.flat}}function Le(v,y){y.x+=Math.cos(y.angle2D)*y.velocity+y.drift,y.y+=Math.sin(y.angle2D)*y.velocity+y.gravity,y.velocity*=y.decay,y.flat?(y.wobble=0,y.wobbleX=y.x+10*y.scalar,y.wobbleY=y.y+10*y.scalar,y.tiltSin=0,y.tiltCos=0,y.random=1):(y.wobble+=y.wobbleSpeed,y.wobbleX=y.x+10*y.scalar*Math.cos(y.wobble),y.wobbleY=y.y+10*y.scalar*Math.sin(y.wobble),y.tiltAngle+=.1,y.tiltSin=Math.sin(y.tiltAngle),y.tiltCos=Math.cos(y.tiltAngle),y.random=Math.random()+2);var U=y.tick++/y.totalTicks,K=y.x+y.random*y.tiltCos,oe=y.y+y.random*y.tiltSin,ae=y.wobbleX+y.random*y.tiltCos,de=y.wobbleY+y.random*y.tiltSin;if(v.fillStyle="rgba("+y.color.r+", "+y.color.g+", "+y.color.b+", "+(1-U)+")",v.beginPath(),s&&y.shape.type==="path"&&typeof y.shape.path=="string"&&Array.isArray(y.shape.matrix))v.fill(O(y.shape.path,y.shape.matrix,y.x,y.y,Math.abs(ae-K)*.1,Math.abs(de-oe)*.1,Math.PI/10*y.wobble));else if(y.shape.type==="bitmap"){var ee=Math.PI/10*y.wobble,ce=Math.abs(ae-K)*.1,re=Math.abs(de-oe)*.1,he=y.shape.bitmap.width*y.scalar,le=y.shape.bitmap.height*y.scalar,me=new DOMMatrix([Math.cos(ee)*ce,Math.sin(ee)*ce,-Math.sin(ee)*re,Math.cos(ee)*re,y.x,y.y]);me.multiplySelf(new DOMMatrix(y.shape.matrix));var ge=v.createPattern(_.transform(y.shape.bitmap),"no-repeat");ge.setTransform(me),v.globalAlpha=1-U,v.fillStyle=ge,v.fillRect(y.x-he/2,y.y-le/2,he,le),v.globalAlpha=1}else if(y.shape==="circle")v.ellipse?v.ellipse(y.x,y.y,Math.abs(ae-K)*y.ovalScalar,Math.abs(de-oe)*y.ovalScalar,Math.PI/10*y.wobble,0,2*Math.PI):Ve(v,y.x,y.y,Math.abs(ae-K)*y.ovalScalar,Math.abs(de-oe)*y.ovalScalar,Math.PI/10*y.wobble,0,2*Math.PI);else if(y.shape==="star")for(var _e=Math.PI/2*3,p=4*y.scalar,a=8*y.scalar,c=y.x,g=y.y,T=5,A=Math.PI/T;T--;)c=y.x+Math.cos(_e)*a,g=y.y+Math.sin(_e)*a,v.lineTo(c,g),_e+=A,c=y.x+Math.cos(_e)*p,g=y.y+Math.sin(_e)*p,v.lineTo(c,g),_e+=A;else v.moveTo(Math.floor(y.x),Math.floor(y.y)),v.lineTo(Math.floor(y.wobbleX),Math.floor(oe)),v.lineTo(Math.floor(ae),Math.floor(de)),v.lineTo(Math.floor(K),Math.floor(y.wobbleY));return v.closePath(),v.fill(),y.tick<y.totalTicks}function Ye(v,y,U,K,oe){var ae=y.slice(),de=v.getContext("2d"),ee,ce,re=d(function(he){function le(){ee=ce=null,de.clearRect(0,0,K.width,K.height),_.clear(),oe(),he()}function me(){r&&!(K.width===i.width&&K.height===i.height)&&(K.width=v.width=i.width,K.height=v.height=i.height),!K.width&&!K.height&&(U(v),K.width=v.width,K.height=v.height),de.clearRect(0,0,K.width,K.height),ae=ae.filter(function(ge){return Le(de,ge)}),ae.length?ee=h.frame(me):le()}ee=h.frame(me),ce=le});return{addFettis:function(he){return ae=ae.concat(he),re},canvas:v,promise:re,reset:function(){ee&&h.cancel(ee),ce&&ce()}}}function Ke(v,y){var U=!v,K=!!P(y||{},"resize"),oe=!1,ae=P(y,"disableForReducedMotion",Boolean),de=o&&!!P(y||{},"useWorker"),ee=de?E():null,ce=U?ve:fe,re=v&&ee?!!v.__confetti_initialized:!1,he=typeof matchMedia=="function"&&matchMedia("(prefers-reduced-motion)").matches,le;function me(_e,p,a){for(var c=P(_e,"particleCount",Y),g=P(_e,"angle",Number),T=P(_e,"spread",Number),A=P(_e,"startVelocity",Number),F=P(_e,"decay",Number),ye=P(_e,"gravity",Number),Ie=P(_e,"drift",Number),we=P(_e,"colors",q),ke=P(_e,"ticks",Number),Be=P(_e,"shapes"),Qe=P(_e,"scalar"),Ht=!!P(_e,"flat"),Kt=H(_e),Tn=c,xt=[],jt=v.width*Kt.x,ki=v.height*Kt.y;Tn--;)xt.push(Ne({x:jt,y:ki,angle:g,spread:T,startVelocity:A,color:we[Tn%we.length],shape:Be[G(0,Be.length)],ticks:ke,decay:F,gravity:ye,drift:Ie,scalar:Qe,flat:Ht}));return le?le.addFettis(xt):(le=Ye(v,xt,ce,p,a),le.promise)}function ge(_e){var p=ae||P(_e,"disableForReducedMotion",Boolean),a=P(_e,"zIndex",Number);if(p&&he)return d(function(A){A()});U&&le?v=le.canvas:U&&!v&&(v=be(a),document.body.appendChild(v)),K&&!re&&ce(v);var c={width:v.width,height:v.height};ee&&!re&&ee.init(v),re=!0,ee&&(v.__confetti_initialized=!0);function g(){if(ee){var A={getBoundingClientRect:function(){if(!U)return v.getBoundingClientRect()}};ce(A),ee.postMessage({resize:{width:A.width,height:A.height}});return}c.width=c.height=null}function T(){le=null,K&&(oe=!1,e.removeEventListener("resize",g)),U&&v&&(document.body.contains(v)&&document.body.removeChild(v),v=null,re=!1)}return K&&!oe&&(oe=!0,e.addEventListener("resize",g,!1)),ee?ee.fire(_e,c,T):me(_e,c,T)}return ge.reset=function(){ee&&ee.reset(),le&&le.reset()},ge}var _t;function D(){return _t||(_t=Ke(null,{useWorker:!0,resize:!0})),_t}function O(v,y,U,K,oe,ae,de){var ee=new Path2D(v),ce=new Path2D;ce.addPath(ee,new DOMMatrix(y));var re=new Path2D;return re.addPath(ce,new DOMMatrix([Math.cos(de)*oe,Math.sin(de)*oe,-Math.sin(de)*ae,Math.cos(de)*ae,U,K])),re}function L(v){if(!s)throw new Error("path confetti are not supported in this browser");var y,U;typeof v=="string"?y=v:(y=v.path,U=v.matrix);var K=new Path2D(y),oe=document.createElement("canvas"),ae=oe.getContext("2d");if(!U){for(var de=1e3,ee=de,ce=de,re=0,he=0,le,me,ge=0;ge<de;ge+=2)for(var _e=0;_e<de;_e+=2)ae.isPointInPath(K,ge,_e,"nonzero")&&(ee=Math.min(ee,ge),ce=Math.min(ce,_e),re=Math.max(re,ge),he=Math.max(he,_e));le=re-ee,me=he-ce;var p=10,a=Math.min(p/le,p/me);U=[a,0,0,a,-Math.round(le/2+ee)*a,-Math.round(me/2+ce)*a]}return{type:"path",path:y,matrix:U}}function M(v){var y,U=1,K="#000000",oe='"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", "Twemoji Mozilla", "system emoji", sans-serif';typeof v=="string"?y=v:(y=v.text,U="scalar"in v?v.scalar:U,oe="fontFamily"in v?v.fontFamily:oe,K="color"in v?v.color:K);var ae=10*U,de=""+ae+"px "+oe,ee=new OffscreenCanvas(ae,ae),ce=ee.getContext("2d");ce.font=de;var re=ce.measureText(y),he=Math.ceil(re.actualBoundingBoxRight+re.actualBoundingBoxLeft),le=Math.ceil(re.actualBoundingBoxAscent+re.actualBoundingBoxDescent),me=2,ge=re.actualBoundingBoxLeft+me,_e=re.actualBoundingBoxAscent+me;he+=me+me,le+=me+me,ee=new OffscreenCanvas(he,le),ce=ee.getContext("2d"),ce.font=de,ce.fillStyle=K,ce.fillText(y,ge,_e);var p=1/U;return{type:"bitmap",bitmap:ee.transferToImageBitmap(),matrix:[p,0,0,p,-he*p/2,-le*p/2]}}n.exports=function(){return D().apply(this,arguments)},n.exports.reset=function(){D().reset()},n.exports.create=Ke,n.exports.shapeFromPath=L,n.exports.shapeFromText=M})(function(){return typeof window<"u"?window:typeof self<"u"?self:this||{}}(),dc,!1);var tf=dc.exports,BO=dc.exports.create;var Wo=class{static DEFAULTS={scalar:1.4,zIndex:1e4,shapes:["circle","circle","square"],colors:["#f51c8f","#2179e2","#d52dc8","#01a9d9","#78ff44","#fdff6a"]};static async basic(){await this.fire({particleCount:100,spread:70,origin:{y:.6}})}static async leftRight(e=100){let n=[],r=Date.now()+2e3,i=()=>{n.push(this.fire({angle:60,spread:55,origin:{x:0}}),this.fire({angle:120,spread:55,origin:{x:1}})),Date.now()<r&&e>0&&(requestAnimationFrame(i),e--)};i(),await Promise.all(n)}static async realistic(){await Promise.all([this.realisticFire(.25,{spread:26,startVelocity:55}),this.realisticFire(.2,{spread:60}),this.realisticFire(.35,{spread:100,decay:.91,scalar:.8}),this.realisticFire(.1,{spread:120,startVelocity:25,decay:.92,scalar:1.2}),this.realisticFire(.1,{spread:120,startVelocity:45})])}static async fire(e){Object.assign(e,this.DEFAULTS,e),e.particleCount=e.particleCount??this.DEFAULTS.colors.length,await tf(e)}static async realisticFire(e,n){let i={origin:{y:.7}};await this.fire(Object.assign({},i,n,{particleCount:Math.floor(200*e)}))}};var j_=(t,e)=>e.minValue;function $_(t,e){if(t&1&&(yt(0,"div",7),tt(1,"safeHtml")),t&2){let n=z().$implicit;Dt("innerHTML",lt(1,1,n.minValue+" Products"),Ct)}}function G_(t,e){if(t&1&&(yt(0,"div",7),tt(1,"cooeeCurrency"),tt(2,"safeHtml")),t&2){let n=z().$implicit;Dt("innerHTML",lt(2,3,lt(1,1,n.minValue)),Ct)}}function W_(t,e){if(t&1&&(ct(0,"li",6)(1,"div"),Se(2,$_,2,3,"div",7)(3,G_,3,5,"div",7),yt(4,"img",8),ct(5,"div",9),De(6),vt()()()),t&2){let n=e.$implicit,r=z(2);ii("left",n.calculatedAlignment+"%"),V(2),Te((r.progressBarConfig==null?null:r.progressBarConfig.rewardBasis)===r.RewardBasis.ITEM_COUNT?2:3),V(2),Dt("src",r.getIconURL(n),dt),V(2),dn(n.label)}}function Y_(t,e){if(t&1&&(yt(0,"div",0),tt(1,"cooeeDynamicVariables"),tt(2,"safeHtml"),ct(3,"div",1)(4,"ul",2)(5,"div",3),yt(6,"div",4),vt(),st(7,W_,7,5,"li",5,j_),vt()()),t&2){let n=z(),r=n.calculatedState(),i=r.nextMilestone?r.nextMilestone.reachingText:r.lastMilestone.reachedText;Dt("innerHTML",lt(2,6,Dl(1,3,i,n.localDynamicVariables())),Ct),V(6),ii("width",r.cartValuePercentage+"%"),V(),at(r.milestones)}}var Yo=class t extends Qt{cart;localDynamicVariables=wt({});calculatedState=wt({});progressBarConfig;RewardBasis=js;constructor(){super()}engagementTriggerReceived(e){this.progressBarConfig=e.progressBarConfig}ngOnInit(){super.ngOnInit(),this.calculateMilestonesSilently()}update(){this.calculateMilestonesSilently()}getIconURL(e){return e.rewardType===ci.FREE_SHIPPING?"https://img.icons8.com/ios-filled/50/FFFFFF/free-shipping.png":e.rewardType===ci.DISCOUNT?"https://img.icons8.com/ios-glyphs/30/FFFFFF/sale-price-tag.png":e.rewardType===ci.FREE_AUTO_GIFT?"https://img.icons8.com/ios-filled/50/FFFFFF/gift--v1.png":""}calculateMilestonesSilently(){this.calculateMilestones().catch(e=>ze.error(e))}async calculateMilestones(){let e=this.engagementTrigger,n=this.progressBarConfig;if(!n?.milestones?.length){ze.warn("Milestones not available in progress bar config",e);return}let r=await this.cart.getNormalisedCart(),i=n.milestones.at(-1),o=n?.reachedAmountOrCount??r.originalAmount,s=n.totalProgress??0;ze.verbose("Cart value:",o,`, percentage: ${s}%`),this.celebrate(e,o);let l={milestonesReady:!0,cartValuePercentage:s,milestones:n.milestones},u=n.milestones.find(d=>!d.reached);if(u){let d=kn(u.minValue-o);if(n.rewardBasis==="ITEM_COUNT"){let _=u.minValue-o;d=`${_} ${_===1?"product":"products"}`}this.localDynamicVariables.set({amount_left:d}),l.nextMilestone=u,this.calculatedState.set(l);return}l.lastMilestone=i,this.calculatedState.set(l)}celebrate(e,n){let o=[...e.progressBarConfig.milestones].reverse().find(u=>u.minValue<n);if(!o)return;let s=`lc/en/${e.shortID}/${o.minValue}`;sessionStorage.getItem(s)||(sessionStorage.setItem(s,"1"),this.progressBarConfig?.noConfetti||Wo.realistic())}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-progressbar"]],inputs:{cart:"cart"},features:[St],decls:1,vars:1,consts:[[1,"heading",3,"innerHTML"],[1,"milestone-container"],[1,"milestone-list"],[1,"untracked-path"],[1,"tracked-path"],[1,"milestone-list-item",3,"left"],[1,"milestone-list-item"],[1,"milestone-value",3,"innerHTML"],["width","20","height","20","alt","milestone icon",1,"milestone-icon",3,"src"],[1,"milestone-label"]],template:function(n,r){n&1&&Se(0,Y_,9,8),n&2&&Te(r.calculatedState().milestonesReady?0:-1)},dependencies:[Go,Gn,wn],styles:[`:host{display:block;padding:10px;background:linear-gradient(0deg,rgba(var(--lc-color-primary),.1) 0%,transparent 100%)}.milestone-container{width:95%;margin:8px 0}.heading{font-weight:500;text-align:center;font-size:12px}.milestone-list{display:flex;align-items:center;position:relative;font-size:10px;font-weight:500}.untracked-path{width:100%;background-color:#e5e7eb;height:4px;position:absolute}.tracked-path{background-color:rgb(var(--lc-color-primary));height:100%;display:block;transition:width .5s ease-in-out}.milestone-list{padding:0;margin:0}.milestone-list-item{position:relative;display:flex;flex-direction:column;align-items:center;height:75px}.milestone-list-item>div{display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:absolute;height:100%;width:100px}.milestone-icon{padding:5px;border-radius:1000px;background-color:rgb(var(--lc-color-primary))}
|
|
27
|
+
`],encapsulation:3})};var z_=["numberVariable"],zo=class t extends Qt{numberSlot;savingsBarConfig;textParts=wt({start:"",end:""});globalIntervals=[];constructor(){super()}ngAfterViewInit(){this.updateUIVars()}engagementTriggerReceived(e){this.savingsBarConfig=e.content.savingsBarConfig,this.elementRef.nativeElement.classList.add("lc_"+e.entryAnimation?.toLowerCase()),this.savingsBarConfig.iconURL&&this.elementRef.nativeElement.style.setProperty("--lc-discount-icon",this.savingsBarConfig.iconURL)}update(){this.updateUIVars()}updateUIVars(){let e=x(x({},this.engagementTrigger.getCartMagicVariables()),uc("total_savings",this.savingsBarConfig.totalSavings)),n=Fr(this.savingsBarConfig.text,{cart:e},this.triggerContext),r=n.match(/[\d.,]+/)?.[0];if(!r){ze.error("No amount found in text",n);return}let[i,o]=n.split(r);this.textParts.set({start:i,end:o}),this.savingsBarConfig.animateNumber?this.runAnimation(r):this.numberSlot.nativeElement.innerHTML=r}runSlotMachineAnimation(e="0"){let n=this.numberSlot.nativeElement;n.innerHTML="";let r=this.savingsBarConfig.animationDuration/e.length;this.clearPreviousIntervals();for(let i=0;i<e.length;i++){let o=document.createElement("div");o.className="digit",o.style.display="inline-block",n.appendChild(o);let s=setInterval(()=>{let l=Math.floor(Math.random()*10);o.innerHTML=`<div>${l}</div>`},50);this.globalIntervals.push(s),setTimeout(()=>{clearInterval(s);let l=e?.[i]??Math.floor(Math.random()*10);o.innerHTML=`${l}`},(i+1)*r)}}clearPreviousIntervals(){this.globalIntervals.forEach(clearInterval),this.globalIntervals=[]}runIncrementalAnimation(e){let n=performance.now(),r=i=>{let o=Math.min((i-n)/this.savingsBarConfig.animationDuration,1);this.numberSlot.nativeElement.innerHTML=Math.floor(e*o).toString(),o<1&&requestAnimationFrame(r)};requestAnimationFrame(r)}runAnimation(e){this.savingsBarConfig.animation==="SLOT_MACHINE"?this.runSlotMachineAnimation(e):this.savingsBarConfig.animation==="INCREMENTAL"&&this.runIncrementalAnimation(Number(e))}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-savings-bar"]],viewQuery:function(n,r){if(n&1&&xn(z_,5),n&2){let i;On(i=Dn())&&(r.numberSlot=i.first)}},features:[St],decls:6,vars:2,consts:[["numberVariable",""],[1,"container"],[1,"icon"],[1,"primary-text",3,"innerHTML"],[1,"counter-text"],[1,"final-text",3,"innerHTML"]],template:function(n,r){n&1&&(ct(0,"div",1),yt(1,"div",2)(2,"div",3)(3,"div",4,0)(5,"div",5),vt()),n&2&&(V(2),Dt("innerHTML",r.textParts().start,Ct),V(3),Dt("innerHTML",r.textParts().end,Ct))},styles:[`:host{display:block}.container{white-space:pre;display:flex;justify-content:center;align-items:center;background-color:rgb(var(--lc-color-button, 0 162 81));color:rgb(var(--lc-color-button-text, 255 255 255));padding:8px;border-radius:4px 4px 0 0;overflow:hidden}.container .icon{background-image:var(--lc-discount-icon, url(https://img.icons8.com/ios-glyphs/30/FFFFFF/discount--v1.png));background-position:center;background-size:cover;height:20px;width:20px;margin-right:2px}
|
|
28
|
+
`],encapsulation:3})};var q_=(t,e)=>({enter:t,exit:e});function K_(t,e){if(t&1&&(X(0,"div",7),De(1),Z(),X(2,"div",8),De(3),Z()),t&2){let n=z(2);V(),At(" ",n.getCurrency(n.selectedVariant().price.cmp)," "),V(2),At(" ",n.getDiscountPercentage(n.selectedVariant().price),"% off ")}}function X_(t,e){if(t&1&&(X(0,"div",6),De(1),Z()),t&2){let n=z(2);V(),At(" ",n.stickyATCConfig.leftText," ")}}function J_(t,e){if(t&1&&(X(0,"div",1)(1,"div",5),De(2),Z(),Se(3,K_,4,2),Se(4,X_,2,1,"div",6),Z()),t&2){let n=z();V(2),At(" ",n.getCurrency(n.selectedVariant().price.d)," "),V(),Te(n.selectedVariant().price.cmp?3:-1),V(),Te(n.stickyATCConfig.leftText?4:-1)}}function Z_(t,e){if(t&1&&(X(0,"div",9),De(1),Z()),t&2){let n=e.$implicit,r=e.$index;z(2);let i=Je(5);Oe("ngClass",Ki(2,q_,r===i.currentIndex,r===i.previousIndex)),V(),At(" ",n," ")}}function Q_(t,e){if(t&1&&(X(0,"div",4),st(1,Z_,2,5,"div",9,In),Z()),t&2){z();let n=Je(5);V(),at(n.features)}}var qo=class t extends Qt{currentItem;stickyATCConfig;selectedVariant=wt(void 0);featureSlider=wt({features:[],currentIndex:0});constructor(){super()}engagementTriggerReceived(e){this.stickyATCConfig=e.stickyATCConfig??{},this.currentItem=e.items[0],this.selectedVariant.set(this.currentItem.vars[0]),this.stickyATCConfig.leftText=this.replaceVariables(this.stickyATCConfig.leftText),this.stickyATCConfig.rightText=this.replaceVariables(this.stickyATCConfig.rightText),this.startFeatureRotation()}update(){}getCurrency(e){return kn(e)}getDiscountPercentage(e){return((e.cmp-e.d)/e.cmp*100).toFixed(0)}async addToCart(){this.executeCTAViaRenderer({clickAction:{at:102},item:this.currentItem})}startFeatureRotation(){if(!this.stickyATCConfig.rightText)return;let e=this.stickyATCConfig.rightText.split(`
|
|
29
|
+
`),n=e.length===1?null:setInterval(()=>{this.featureSlider.update(r=>Ee(x({},r),{previousIndex:r.currentIndex,currentIndex:(r.currentIndex+1)%r.features.length}))},3e3);this.featureSlider.set({intervalRef:n,currentIndex:0,features:e})}replaceVariables(e){return e?Fr(e,this.currentItem.getTemplateVariables(),this.triggerContext):""}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-sticky-atc"]],features:[St],decls:7,vars:3,consts:[[1,"lc-wrapper"],[1,"lc-prices"],[1,"lc-button-wrapper"],["type","button",1,"lc-button","lc-button-atc",3,"click"],[1,"lc-features"],[1,"lc-sale-price"],[1,"lc-additional-text"],[1,"lc-compare-price"],[1,"lc-discount-label"],[1,"lc-feature",3,"ngClass"]],template:function(n,r){if(n&1){let i=Xe();X(0,"div",0),Se(1,J_,5,3,"div",1),X(2,"div",2)(3,"button",3),je("click",function(){return Re(i),Me(r.addToCart())}),De(4,"Add To Cart"),Z(),It(5),Se(6,Q_,3,0,"div",4),Z()()}if(n&2){V(),Te(r.selectedVariant()&&r.stickyATCConfig.showProductInfo?1:-1),V(4);let i=Et(r.featureSlider());V(),Te(i.features.length?6:-1)}},dependencies:[$n],styles:["[_nghost-%COMP%]{display:flex;justify-content:center;padding:10px;background-color:#fff;width:100%;box-shadow:4px 0 10px #0006;line-height:normal}.lc-wrapper[_ngcontent-%COMP%]{display:flex;justify-content:space-between;align-items:center;gap:8px;max-width:1100px;width:100%}.lc-prices[_ngcontent-%COMP%]{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:center;gap:6px}@media (min-width: 768px){.lc-prices[_ngcontent-%COMP%]{gap:8px}}.lc-sale-price[_ngcontent-%COMP%]{font-size:24px;font-weight:600}.lc-compare-price[_ngcontent-%COMP%]{font-size:18px;font-weight:600;color:red;text-decoration:line-through}.lc-discount-label[_ngcontent-%COMP%]{font-size:12px;font-weight:500;color:green}.lc-button-wrapper[_ngcontent-%COMP%]{flex:1 1 100%;display:flex;flex-direction:column;gap:4px;align-items:center}.lc-button[_ngcontent-%COMP%]{background-color:#000;color:#fff;opacity:1;cursor:pointer;pointer-events:auto;border-radius:4px;min-width:150px;width:100%;padding:8px}.lc-additional-text[_ngcontent-%COMP%], .lc-feature[_ngcontent-%COMP%]{font-size:12px;color:#666}.lc-features[_ngcontent-%COMP%]{position:relative;overflow:hidden;height:16px;text-align:center;width:100%}.lc-features[_ngcontent-%COMP%] .lc-feature[_ngcontent-%COMP%]{position:absolute;width:100%;opacity:0;transform:translateY(100%);transition:transform .5s ease,opacity .5s ease}.lc-features[_ngcontent-%COMP%] .lc-feature.enter[_ngcontent-%COMP%]{opacity:1;transform:translateY(0);z-index:2}.lc-features[_ngcontent-%COMP%] .lc-feature.exit[_ngcontent-%COMP%]{opacity:0;transform:translateY(-100%);z-index:1}"]})};var Ii=class{_attachedHost;attach(e){return this._attachedHost=e,e.attach(this)}detach(){let e=this._attachedHost;e!=null&&(this._attachedHost=null,e.detach())}get isAttached(){return this._attachedHost!=null}setAttachedHost(e){this._attachedHost=e}},Vr=class extends Ii{component;viewContainerRef;injector;projectableNodes;constructor(e,n,r,i){super(),this.component=e,this.viewContainerRef=n,this.injector=r,this.projectableNodes=i}},kr=class extends Ii{templateRef;viewContainerRef;context;injector;constructor(e,n,r,i){super(),this.templateRef=e,this.viewContainerRef=n,this.context=r,this.injector=i}get origin(){return this.templateRef.elementRef}attach(e,n=this.context){return this.context=n,super.attach(e)}detach(){return this.context=void 0,super.detach()}},fc=class extends Ii{element;constructor(e){super(),this.element=e instanceof Bt?e.nativeElement:e}},Br=class{_attachedPortal;_disposeFn;_isDisposed=!1;hasAttached(){return!!this._attachedPortal}attach(e){if(e instanceof Vr)return this._attachedPortal=e,this.attachComponentPortal(e);if(e instanceof kr)return this._attachedPortal=e,this.attachTemplatePortal(e);if(this.attachDomPortal&&e instanceof fc)return this._attachedPortal=e,this.attachDomPortal(e)}attachDomPortal=null;detach(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()}dispose(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0}setDisposeFn(e){this._disposeFn=e}_invokeDisposeFn(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)}},Ko=class extends Br{outletElement;_appRef;_defaultInjector;constructor(e,n,r){super(),this.outletElement=e,this._appRef=n,this._defaultInjector=r}attachComponentPortal(e){let n;if(e.viewContainerRef){let r=e.injector||e.viewContainerRef.injector,i=r.get(Rs,null,{optional:!0})||void 0;n=e.viewContainerRef.createComponent(e.component,{index:e.viewContainerRef.length,injector:r,ngModuleRef:i,projectableNodes:e.projectableNodes||void 0}),this.setDisposeFn(()=>n.destroy())}else{let r=this._appRef,i=e.injector||this._defaultInjector||Ot.NULL,o=i.get(Gi,r.injector);n=Ml(e.component,{elementInjector:i,environmentInjector:o,projectableNodes:e.projectableNodes||void 0}),r.attachView(n.hostView),this.setDisposeFn(()=>{r.viewCount>0&&r.detachView(n.hostView),n.destroy()})}return this.outletElement.appendChild(this._getComponentRootNode(n)),this._attachedPortal=e,n}attachTemplatePortal(e){let n=e.viewContainerRef,r=n.createEmbeddedView(e.templateRef,e.context,{injector:e.injector});return r.rootNodes.forEach(i=>this.outletElement.appendChild(i)),r.detectChanges(),this.setDisposeFn(()=>{let i=n.indexOf(r);i!==-1&&n.remove(i)}),this._attachedPortal=e,r}attachDomPortal=e=>{let n=e.element;n.parentNode;let r=this.outletElement.ownerDocument.createComment("dom-portal");n.parentNode.insertBefore(r,n),this.outletElement.appendChild(n),this._attachedPortal=e,super.setDisposeFn(()=>{r.parentNode&&r.parentNode.replaceChild(n,r)})};dispose(){super.dispose(),this.outletElement.remove()}_getComponentRootNode(e){return e.hostView.rootNodes[0]}};var pc=(()=>{class t extends Br{_moduleRef=J(Rs,{optional:!0});_document=J(kt);_viewContainerRef=J(Ns);_isInitialized=!1;_attachedRef;constructor(){super()}get portal(){return this._attachedPortal}set portal(n){this.hasAttached()&&!n&&!this._isInitialized||(this.hasAttached()&&super.detach(),n&&super.attach(n),this._attachedPortal=n||null)}attached=new et;get attachedRef(){return this._attachedRef}ngOnInit(){this._isInitialized=!0}ngOnDestroy(){super.dispose(),this._attachedRef=this._attachedPortal=null}attachComponentPortal(n){n.setAttachedHost(this);let r=n.viewContainerRef!=null?n.viewContainerRef:this._viewContainerRef,i=r.createComponent(n.component,{index:r.length,injector:n.injector||r.injector,projectableNodes:n.projectableNodes||void 0,ngModuleRef:this._moduleRef||void 0});return r!==this._viewContainerRef&&this._getRootNode().appendChild(i.hostView.rootNodes[0]),super.setDisposeFn(()=>i.destroy()),this._attachedPortal=n,this._attachedRef=i,this.attached.emit(i),i}attachTemplatePortal(n){n.setAttachedHost(this);let r=this._viewContainerRef.createEmbeddedView(n.templateRef,n.context,{injector:n.injector});return super.setDisposeFn(()=>this._viewContainerRef.clear()),this._attachedPortal=n,this._attachedRef=r,this.attached.emit(r),r}attachDomPortal=n=>{let r=n.element;r.parentNode;let i=this._document.createComment("dom-portal");n.setAttachedHost(this),r.parentNode.insertBefore(i,r),this._getRootNode().appendChild(r),this._attachedPortal=n,super.setDisposeFn(()=>{i.parentNode&&i.parentNode.replaceChild(r,i)})};_getRootNode(){let n=this._viewContainerRef.element.nativeElement;return n.nodeType===n.ELEMENT_NODE?n:n.parentNode}static \u0275fac=function(r){return new(r||t)};static \u0275dir=yr({type:t,selectors:[["","cdkPortalOutlet",""]],inputs:{portal:[0,"cdkPortalOutlet","portal"]},outputs:{attached:"attached"},exportAs:["cdkPortalOutlet"],features:[St]})}return t})();var xi;function ev(){if(xi==null&&typeof window<"u")try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>xi=!0}))}finally{xi=xi||!1}return xi}function nf(t){return ev()?t:!!t.capture}var tv=new an("cdk-input-modality-detector-options"),nv={ignoreKeys:[18,17,224,91,16]},rf=650,hc={passive:!0,capture:!0},rv=(()=>{class t{_platform=J(fn);_listenerCleanups;modalityDetected;modalityChanged;get mostRecentModality(){return this._modality.value}_mostRecentTarget=null;_modality=new pl(null);_options;_lastTouchMs=0;_onKeydown=n=>{this._options?.ignoreKeys?.some(r=>r===n.keyCode)||(this._modality.next("keyboard"),this._mostRecentTarget=Nn(n))};_onMousedown=n=>{Date.now()-this._lastTouchMs<rf||(this._modality.next(Bl(n)?"keyboard":"mouse"),this._mostRecentTarget=Nn(n))};_onTouchstart=n=>{if(Ul(n)){this._modality.next("keyboard");return}this._lastTouchMs=Date.now(),this._modality.next("touch"),this._mostRecentTarget=Nn(n)};constructor(){let n=J(Gt),r=J(kt),i=J(tv,{optional:!0});if(this._options=x(x({},nv),i),this.modalityDetected=this._modality.pipe(El(1)),this.modalityChanged=this.modalityDetected.pipe(yl()),this._platform.isBrowser){let o=J(vr).createRenderer(null,null);this._listenerCleanups=n.runOutsideAngular(()=>[o.listen(r,"keydown",this._onKeydown,hc),o.listen(r,"mousedown",this._onMousedown,hc),o.listen(r,"touchstart",this._onTouchstart,hc)])}}ngOnDestroy(){this._modality.complete(),this._listenerCleanups?.forEach(n=>n())}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Vt({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),Jo=function(t){return t[t.IMMEDIATE=0]="IMMEDIATE",t[t.EVENTUAL=1]="EVENTUAL",t}(Jo||{}),iv=new an("cdk-focus-monitor-default-options"),Xo=nf({passive:!0,capture:!0}),of=(()=>{class t{_ngZone=J(Gt);_platform=J(fn);_inputModalityDetector=J(rv);_origin=null;_lastFocusOrigin;_windowFocused=!1;_windowFocusTimeoutId;_originTimeoutId;_originFromTouchInteraction=!1;_elementInfo=new Map;_monitoredElementCount=0;_rootNodeFocusListenerCount=new Map;_detectionMode;_windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=setTimeout(()=>this._windowFocused=!1)};_document=J(kt);_stopInputModalityDetector=new Ft;constructor(){let n=J(iv,{optional:!0});this._detectionMode=n?.detectionMode||Jo.IMMEDIATE}_rootNodeFocusAndBlurListener=n=>{let r=Nn(n);for(let i=r;i;i=i.parentElement)n.type==="focus"?this._onFocus(n,i):this._onBlur(n,i)};monitor(n,r=!1){let i=Ji(n);if(!this._platform.isBrowser||i.nodeType!==1)return hl();let o=Hl(i)||this._document,s=this._elementInfo.get(i);if(s)return r&&(s.checkChildren=!0),s.subject;let l={checkChildren:r,subject:new Ft,rootNode:o};return this._elementInfo.set(i,l),this._registerGlobalListeners(l),l.subject}stopMonitoring(n){let r=Ji(n),i=this._elementInfo.get(r);i&&(i.subject.complete(),this._setClasses(r),this._elementInfo.delete(r),this._removeGlobalListeners(i))}focusVia(n,r,i){let o=Ji(n),s=this._document.activeElement;o===s?this._getClosestElementsInfo(o).forEach(([l,u])=>this._originChanged(l,r,u)):(this._setOrigin(r),typeof o.focus=="function"&&o.focus(i))}ngOnDestroy(){this._elementInfo.forEach((n,r)=>this.stopMonitoring(r))}_getWindow(){return this._document.defaultView||window}_getFocusOrigin(n){return this._origin?this._originFromTouchInteraction?this._shouldBeAttributedToTouch(n)?"touch":"program":this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:n&&this._isLastInteractionFromInputLabel(n)?"mouse":"program"}_shouldBeAttributedToTouch(n){return this._detectionMode===Jo.EVENTUAL||!!n?.contains(this._inputModalityDetector._mostRecentTarget)}_setClasses(n,r){n.classList.toggle("cdk-focused",!!r),n.classList.toggle("cdk-touch-focused",r==="touch"),n.classList.toggle("cdk-keyboard-focused",r==="keyboard"),n.classList.toggle("cdk-mouse-focused",r==="mouse"),n.classList.toggle("cdk-program-focused",r==="program")}_setOrigin(n,r=!1){this._ngZone.runOutsideAngular(()=>{if(this._origin=n,this._originFromTouchInteraction=n==="touch"&&r,this._detectionMode===Jo.IMMEDIATE){clearTimeout(this._originTimeoutId);let i=this._originFromTouchInteraction?rf:1;this._originTimeoutId=setTimeout(()=>this._origin=null,i)}})}_onFocus(n,r){let i=this._elementInfo.get(r),o=Nn(n);!i||!i.checkChildren&&r!==o||this._originChanged(r,this._getFocusOrigin(o),i)}_onBlur(n,r){let i=this._elementInfo.get(r);!i||i.checkChildren&&n.relatedTarget instanceof Node&&r.contains(n.relatedTarget)||(this._setClasses(r),this._emitOrigin(i,null))}_emitOrigin(n,r){n.subject.observers.length&&this._ngZone.run(()=>n.subject.next(r))}_registerGlobalListeners(n){if(!this._platform.isBrowser)return;let r=n.rootNode,i=this._rootNodeFocusListenerCount.get(r)||0;i||this._ngZone.runOutsideAngular(()=>{r.addEventListener("focus",this._rootNodeFocusAndBlurListener,Xo),r.addEventListener("blur",this._rootNodeFocusAndBlurListener,Xo)}),this._rootNodeFocusListenerCount.set(r,i+1),++this._monitoredElementCount===1&&(this._ngZone.runOutsideAngular(()=>{this._getWindow().addEventListener("focus",this._windowFocusListener)}),this._inputModalityDetector.modalityDetected.pipe($i(this._stopInputModalityDetector)).subscribe(o=>{this._setOrigin(o,!0)}))}_removeGlobalListeners(n){let r=n.rootNode;if(this._rootNodeFocusListenerCount.has(r)){let i=this._rootNodeFocusListenerCount.get(r);i>1?this._rootNodeFocusListenerCount.set(r,i-1):(r.removeEventListener("focus",this._rootNodeFocusAndBlurListener,Xo),r.removeEventListener("blur",this._rootNodeFocusAndBlurListener,Xo),this._rootNodeFocusListenerCount.delete(r))}--this._monitoredElementCount||(this._getWindow().removeEventListener("focus",this._windowFocusListener),this._stopInputModalityDetector.next(),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._originTimeoutId))}_originChanged(n,r,i){this._setClasses(n,r),this._emitOrigin(i,r),this._lastFocusOrigin=r}_getClosestElementsInfo(n){let r=[];return this._elementInfo.forEach((i,o)=>{(o===n||i.checkChildren&&o.contains(n))&&r.push([o,i])}),r}_isLastInteractionFromInputLabel(n){let{_mostRecentTarget:r,mostRecentModality:i}=this._inputModalityDetector;if(i!=="mouse"||!r||r===n||n.nodeName!=="INPUT"&&n.nodeName!=="TEXTAREA"||n.disabled)return!1;let o=n.labels;if(o){for(let s=0;s<o.length;s++)if(o[s].contains(r))return!0}return!1}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Vt({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();var sf=(()=>{class t{static \u0275fac=function(r){return new(r||t)};static \u0275cmp=Pe({type:t,selectors:[["ng-component"]],exportAs:["cdkVisuallyHidden"],decls:0,vars:0,template:function(r,i){},styles:[`.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}
|
|
30
|
+
`],encapsulation:2,changeDetection:0})}return t})();var gc=(()=>{class t{_platform=J(fn);constructor(){}isDisabled(n){return n.hasAttribute("disabled")}isVisible(n){return sv(n)&&getComputedStyle(n).visibility==="visible"}isTabbable(n){if(!this._platform.isBrowser)return!1;let r=ov(hv(n));if(r&&(af(r)===-1||!this.isVisible(r)))return!1;let i=n.nodeName.toLowerCase(),o=af(n);return n.hasAttribute("contenteditable")?o!==-1:i==="iframe"||i==="object"||this._platform.WEBKIT&&this._platform.IOS&&!fv(n)?!1:i==="audio"?n.hasAttribute("controls")?o!==-1:!1:i==="video"?o===-1?!1:o!==null?!0:this._platform.FIREFOX||n.hasAttribute("controls"):n.tabIndex>=0}isFocusable(n,r){return pv(n)&&!this.isDisabled(n)&&(r?.ignoreVisibility||this.isVisible(n))}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Vt({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function ov(t){try{return t.frameElement}catch{return null}}function sv(t){return!!(t.offsetWidth||t.offsetHeight||typeof t.getClientRects=="function"&&t.getClientRects().length)}function av(t){let e=t.nodeName.toLowerCase();return e==="input"||e==="select"||e==="button"||e==="textarea"}function cv(t){return uv(t)&&t.type=="hidden"}function lv(t){return dv(t)&&t.hasAttribute("href")}function uv(t){return t.nodeName.toLowerCase()=="input"}function dv(t){return t.nodeName.toLowerCase()=="a"}function cf(t){if(!t.hasAttribute("tabindex")||t.tabIndex===void 0)return!1;let e=t.getAttribute("tabindex");return!!(e&&!isNaN(parseInt(e,10)))}function af(t){if(!cf(t))return null;let e=parseInt(t.getAttribute("tabindex")||"",10);return isNaN(e)?-1:e}function fv(t){let e=t.nodeName.toLowerCase(),n=e==="input"&&t.type;return n==="text"||n==="password"||e==="select"||e==="textarea"}function pv(t){return cv(t)?!1:av(t)||lv(t)||t.hasAttribute("contenteditable")||cf(t)}function hv(t){return t.ownerDocument&&t.ownerDocument.defaultView||window}var mc=class{_element;_checker;_ngZone;_document;_injector;_startAnchor;_endAnchor;_hasAttached=!1;startAnchorListener=()=>this.focusLastTabbableElement();endAnchorListener=()=>this.focusFirstTabbableElement();get enabled(){return this._enabled}set enabled(e){this._enabled=e,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(e,this._startAnchor),this._toggleAnchorTabIndex(e,this._endAnchor))}_enabled=!0;constructor(e,n,r,i,o=!1,s){this._element=e,this._checker=n,this._ngZone=r,this._document=i,this._injector=s,o||this.attachAnchors()}destroy(){let e=this._startAnchor,n=this._endAnchor;e&&(e.removeEventListener("focus",this.startAnchorListener),e.remove()),n&&(n.removeEventListener("focus",this.endAnchorListener),n.remove()),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return this._hasAttached?!0:(this._ngZone.runOutsideAngular(()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(e){return new Promise(n=>{this._executeOnStable(()=>n(this.focusInitialElement(e)))})}focusFirstTabbableElementWhenReady(e){return new Promise(n=>{this._executeOnStable(()=>n(this.focusFirstTabbableElement(e)))})}focusLastTabbableElementWhenReady(e){return new Promise(n=>{this._executeOnStable(()=>n(this.focusLastTabbableElement(e)))})}_getRegionBoundary(e){let n=this._element.querySelectorAll(`[cdk-focus-region-${e}], [cdkFocusRegion${e}], [cdk-focus-${e}]`);return e=="start"?n.length?n[0]:this._getFirstTabbableElement(this._element):n.length?n[n.length-1]:this._getLastTabbableElement(this._element)}focusInitialElement(e){let n=this._element.querySelector("[cdk-focus-initial], [cdkFocusInitial]");if(n){if(!this._checker.isFocusable(n)){let r=this._getFirstTabbableElement(n);return r?.focus(e),!!r}return n.focus(e),!0}return this.focusFirstTabbableElement(e)}focusFirstTabbableElement(e){let n=this._getRegionBoundary("start");return n&&n.focus(e),!!n}focusLastTabbableElement(e){let n=this._getRegionBoundary("end");return n&&n.focus(e),!!n}hasAttached(){return this._hasAttached}_getFirstTabbableElement(e){if(this._checker.isFocusable(e)&&this._checker.isTabbable(e))return e;let n=e.children;for(let r=0;r<n.length;r++){let i=n[r].nodeType===this._document.ELEMENT_NODE?this._getFirstTabbableElement(n[r]):null;if(i)return i}return null}_getLastTabbableElement(e){if(this._checker.isFocusable(e)&&this._checker.isTabbable(e))return e;let n=e.children;for(let r=n.length-1;r>=0;r--){let i=n[r].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(n[r]):null;if(i)return i}return null}_createAnchor(){let e=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,e),e.classList.add("cdk-visually-hidden"),e.classList.add("cdk-focus-trap-anchor"),e.setAttribute("aria-hidden","true"),e}_toggleAnchorTabIndex(e,n){e?n.setAttribute("tabindex","0"):n.removeAttribute("tabindex")}toggleAnchors(e){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(e,this._startAnchor),this._toggleAnchorTabIndex(e,this._endAnchor))}_executeOnStable(e){this._injector?jn(e,{injector:this._injector}):setTimeout(e)}},lf=(()=>{class t{_checker=J(gc);_ngZone=J(Gt);_document=J(kt);_injector=J(Ot);constructor(){J(oi).load(sf)}create(n,r=!1){return new mc(n,this._checker,this._ngZone,this._document,r,this._injector)}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Vt({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function uf(t,...e){return e.length?e.some(n=>t[n]):t.altKey||t.shiftKey||t.ctrlKey||t.metaKey}function _c(){return typeof __karma__<"u"&&!!__karma__||typeof jasmine<"u"&&!!jasmine||typeof jest<"u"&&!!jest||typeof Mocha<"u"&&!!Mocha}function Bn(t){return t==null?"":typeof t=="string"?t:`${t}px`}var df=$l();function hf(t){return new vc(t.get(Gl),t.get(kt))}var vc=class{_viewportRuler;_previousHTMLStyles={top:"",left:""};_previousScrollPosition;_isEnabled=!1;_document;constructor(e,n){this._viewportRuler=e,this._document=n}attach(){}enable(){if(this._canBeEnabled()){let e=this._document.documentElement;this._previousScrollPosition=this._viewportRuler.getViewportScrollPosition(),this._previousHTMLStyles.left=e.style.left||"",this._previousHTMLStyles.top=e.style.top||"",e.style.left=Bn(-this._previousScrollPosition.left),e.style.top=Bn(-this._previousScrollPosition.top),e.classList.add("cdk-global-scrollblock"),this._isEnabled=!0}}disable(){if(this._isEnabled){let e=this._document.documentElement,n=this._document.body,r=e.style,i=n.style,o=r.scrollBehavior||"",s=i.scrollBehavior||"";this._isEnabled=!1,r.left=this._previousHTMLStyles.left,r.top=this._previousHTMLStyles.top,e.classList.remove("cdk-global-scrollblock"),df&&(r.scrollBehavior=i.scrollBehavior="auto"),window.scroll(this._previousScrollPosition.left,this._previousScrollPosition.top),df&&(r.scrollBehavior=o,i.scrollBehavior=s)}}_canBeEnabled(){if(this._document.documentElement.classList.contains("cdk-global-scrollblock")||this._isEnabled)return!1;let n=this._document.documentElement,r=this._viewportRuler.getViewportSize();return n.scrollHeight>r.height||n.scrollWidth>r.width}};var yc=class{enable(){}disable(){}attach(){}};var Oi=class{positionStrategy;scrollStrategy=new yc;panelClass="";hasBackdrop=!1;backdropClass="cdk-overlay-dark-backdrop";disableAnimations;width;height;minWidth;minHeight;maxWidth;maxHeight;direction;disposeOnNavigation=!1;constructor(e){if(e){let n=Object.keys(e);for(let r of n)e[r]!==void 0&&(this[r]=e[r])}}};var mf=(()=>{class t{_attachedOverlays=[];_document=J(kt);_isAttached;constructor(){}ngOnDestroy(){this.detach()}add(n){this.remove(n),this._attachedOverlays.push(n)}remove(n){let r=this._attachedOverlays.indexOf(n);r>-1&&this._attachedOverlays.splice(r,1),this._attachedOverlays.length===0&&this.detach()}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Vt({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),gv=(()=>{class t extends mf{_ngZone=J(Gt);_renderer=J(vr).createRenderer(null,null);_cleanupKeydown;add(n){super.add(n),this._isAttached||(this._ngZone.runOutsideAngular(()=>{this._cleanupKeydown=this._renderer.listen("body","keydown",this._keydownListener)}),this._isAttached=!0)}detach(){this._isAttached&&(this._cleanupKeydown?.(),this._isAttached=!1)}_keydownListener=n=>{let r=this._attachedOverlays;for(let i=r.length-1;i>-1;i--)if(r[i]._keydownEvents.observers.length>0){this._ngZone.run(()=>r[i]._keydownEvents.next(n));break}};static \u0275fac=(()=>{let n;return function(i){return(n||(n=ti(t)))(i||t)}})();static \u0275prov=Vt({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),_v=(()=>{class t extends mf{_platform=J(fn);_ngZone=J(Gt);_renderer=J(vr).createRenderer(null,null);_cursorOriginalValue;_cursorStyleIsSet=!1;_pointerDownEventTarget;_cleanups;add(n){if(super.add(n),!this._isAttached){let r=this._document.body,i={capture:!0},o=this._renderer;this._cleanups=this._ngZone.runOutsideAngular(()=>[o.listen(r,"pointerdown",this._pointerDownListener,i),o.listen(r,"click",this._clickListener,i),o.listen(r,"auxclick",this._clickListener,i),o.listen(r,"contextmenu",this._clickListener,i)]),this._platform.IOS&&!this._cursorStyleIsSet&&(this._cursorOriginalValue=r.style.cursor,r.style.cursor="pointer",this._cursorStyleIsSet=!0),this._isAttached=!0}}detach(){this._isAttached&&(this._cleanups?.forEach(n=>n()),this._cleanups=void 0,this._platform.IOS&&this._cursorStyleIsSet&&(this._document.body.style.cursor=this._cursorOriginalValue,this._cursorStyleIsSet=!1),this._isAttached=!1)}_pointerDownListener=n=>{this._pointerDownEventTarget=Nn(n)};_clickListener=n=>{let r=Nn(n),i=n.type==="click"&&this._pointerDownEventTarget?this._pointerDownEventTarget:r;this._pointerDownEventTarget=null;let o=this._attachedOverlays.slice();for(let s=o.length-1;s>-1;s--){let l=o[s];if(l._outsidePointerEvents.observers.length<1||!l.hasAttached())continue;if(ff(l.overlayElement,r)||ff(l.overlayElement,i))break;let u=l._outsidePointerEvents;this._ngZone?this._ngZone.run(()=>u.next(n)):u.next(n)}};static \u0275fac=(()=>{let n;return function(i){return(n||(n=ti(t)))(i||t)}})();static \u0275prov=Vt({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function ff(t,e){let n=typeof ShadowRoot<"u"&&ShadowRoot,r=e;for(;r;){if(r===t)return!0;r=n&&r instanceof ShadowRoot?r.host:r.parentNode}return!1}var gf=(()=>{class t{static \u0275fac=function(r){return new(r||t)};static \u0275cmp=Pe({type:t,selectors:[["ng-component"]],hostAttrs:["cdk-overlay-style-loader",""],decls:0,vars:0,template:function(r,i){},styles:[`.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed}@layer cdk-overlay{.cdk-overlay-container{z-index:1000}}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute}@layer cdk-overlay{.cdk-global-overlay-wrapper{z-index:1000}}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;display:flex;max-width:100%;max-height:100%}@layer cdk-overlay{.cdk-overlay-pane{z-index:1000}}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;touch-action:manipulation}@layer cdk-overlay{.cdk-overlay-backdrop{z-index:1000;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}}@media(prefers-reduced-motion){.cdk-overlay-backdrop{transition-duration:1ms}}.cdk-overlay-backdrop-showing{opacity:1}@media(forced-colors: active){.cdk-overlay-backdrop-showing{opacity:.6}}@layer cdk-overlay{.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,.cdk-high-contrast-active .cdk-overlay-transparent-backdrop{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;display:flex;flex-direction:column;min-width:1px;min-height:1px}@layer cdk-overlay{.cdk-overlay-connected-position-bounding-box{z-index:1000}}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
|
|
31
|
+
`],encapsulation:2,changeDetection:0})}return t})(),wc=(()=>{class t{_platform=J(fn);_containerElement;_document=J(kt);_styleLoader=J(oi);constructor(){}ngOnDestroy(){this._containerElement?.remove()}getContainerElement(){return this._loadStyles(),this._containerElement||this._createContainer(),this._containerElement}_createContainer(){let n="cdk-overlay-container";if(this._platform.isBrowser||_c()){let i=this._document.querySelectorAll(`.${n}[platform="server"], .${n}[platform="test"]`);for(let o=0;o<i.length;o++)i[o].remove()}let r=this._document.createElement("div");r.classList.add(n),_c()?r.setAttribute("platform","test"):this._platform.isBrowser||r.setAttribute("platform","server"),this._document.body.appendChild(r),this._containerElement=r}_loadStyles(){this._styleLoader.load(gf)}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Vt({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),Ec=class{_renderer;_ngZone;element;_cleanupClick;_cleanupTransitionEnd;_fallbackTimeout;constructor(e,n,r,i){this._renderer=n,this._ngZone=r,this.element=e.createElement("div"),this.element.classList.add("cdk-overlay-backdrop"),this._cleanupClick=n.listen(this.element,"click",i)}detach(){this._ngZone.runOutsideAngular(()=>{let e=this.element;clearTimeout(this._fallbackTimeout),this._cleanupTransitionEnd?.(),this._cleanupTransitionEnd=this._renderer.listen(e,"transitionend",this.dispose),this._fallbackTimeout=setTimeout(this.dispose,500),e.style.pointerEvents="none",e.classList.remove("cdk-overlay-backdrop-showing")})}dispose=()=>{clearTimeout(this._fallbackTimeout),this._cleanupClick?.(),this._cleanupTransitionEnd?.(),this._cleanupClick=this._cleanupTransitionEnd=this._fallbackTimeout=void 0,this.element.remove()}},Di=class{_portalOutlet;_host;_pane;_config;_ngZone;_keyboardDispatcher;_document;_location;_outsideClickDispatcher;_animationsDisabled;_injector;_renderer;_backdropClick=new Ft;_attachments=new Ft;_detachments=new Ft;_positionStrategy;_scrollStrategy;_locationChanges=fl.EMPTY;_backdropRef=null;_detachContentMutationObserver;_detachContentAfterRenderRef;_previousHostParent;_keydownEvents=new Ft;_outsidePointerEvents=new Ft;_afterNextRenderRef;constructor(e,n,r,i,o,s,l,u,d,_=!1,h,E){this._portalOutlet=e,this._host=n,this._pane=r,this._config=i,this._ngZone=o,this._keyboardDispatcher=s,this._document=l,this._location=u,this._outsideClickDispatcher=d,this._animationsDisabled=_,this._injector=h,this._renderer=E,i.scrollStrategy&&(this._scrollStrategy=i.scrollStrategy,this._scrollStrategy.attach(this)),this._positionStrategy=i.positionStrategy}get overlayElement(){return this._pane}get backdropElement(){return this._backdropRef?.element||null}get hostElement(){return this._host}attach(e){!this._host.parentElement&&this._previousHostParent&&this._previousHostParent.appendChild(this._host);let n=this._portalOutlet.attach(e);return this._positionStrategy&&this._positionStrategy.attach(this),this._updateStackingOrder(),this._updateElementSize(),this._updateElementDirection(),this._scrollStrategy&&this._scrollStrategy.enable(),this._afterNextRenderRef?.destroy(),this._afterNextRenderRef=jn(()=>{this.hasAttached()&&this.updatePosition()},{injector:this._injector}),this._togglePointerEvents(!0),this._config.hasBackdrop&&this._attachBackdrop(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!0),this._attachments.next(),this._completeDetachContent(),this._keyboardDispatcher.add(this),this._config.disposeOnNavigation&&(this._locationChanges=this._location.subscribe(()=>this.dispose())),this._outsideClickDispatcher.add(this),typeof n?.onDestroy=="function"&&n.onDestroy(()=>{this.hasAttached()&&this._ngZone.runOutsideAngular(()=>Promise.resolve().then(()=>this.detach()))}),n}detach(){if(!this.hasAttached())return;this.detachBackdrop(),this._togglePointerEvents(!1),this._positionStrategy&&this._positionStrategy.detach&&this._positionStrategy.detach(),this._scrollStrategy&&this._scrollStrategy.disable();let e=this._portalOutlet.detach();return this._detachments.next(),this._completeDetachContent(),this._keyboardDispatcher.remove(this),this._detachContentWhenEmpty(),this._locationChanges.unsubscribe(),this._outsideClickDispatcher.remove(this),e}dispose(){let e=this.hasAttached();this._positionStrategy&&this._positionStrategy.dispose(),this._disposeScrollStrategy(),this._backdropRef?.dispose(),this._locationChanges.unsubscribe(),this._keyboardDispatcher.remove(this),this._portalOutlet.dispose(),this._attachments.complete(),this._backdropClick.complete(),this._keydownEvents.complete(),this._outsidePointerEvents.complete(),this._outsideClickDispatcher.remove(this),this._host?.remove(),this._afterNextRenderRef?.destroy(),this._previousHostParent=this._pane=this._host=this._backdropRef=null,e&&this._detachments.next(),this._detachments.complete(),this._completeDetachContent()}hasAttached(){return this._portalOutlet.hasAttached()}backdropClick(){return this._backdropClick}attachments(){return this._attachments}detachments(){return this._detachments}keydownEvents(){return this._keydownEvents}outsidePointerEvents(){return this._outsidePointerEvents}getConfig(){return this._config}updatePosition(){this._positionStrategy&&this._positionStrategy.apply()}updatePositionStrategy(e){e!==this._positionStrategy&&(this._positionStrategy&&this._positionStrategy.dispose(),this._positionStrategy=e,this.hasAttached()&&(e.attach(this),this.updatePosition()))}updateSize(e){this._config=x(x({},this._config),e),this._updateElementSize()}setDirection(e){this._config=Ee(x({},this._config),{direction:e}),this._updateElementDirection()}addPanelClass(e){this._pane&&this._toggleClasses(this._pane,e,!0)}removePanelClass(e){this._pane&&this._toggleClasses(this._pane,e,!1)}getDirection(){let e=this._config.direction;return e?typeof e=="string"?e:e.value:"ltr"}updateScrollStrategy(e){e!==this._scrollStrategy&&(this._disposeScrollStrategy(),this._scrollStrategy=e,this.hasAttached()&&(e.attach(this),e.enable()))}_updateElementDirection(){this._host.setAttribute("dir",this.getDirection())}_updateElementSize(){if(!this._pane)return;let e=this._pane.style;e.width=Bn(this._config.width),e.height=Bn(this._config.height),e.minWidth=Bn(this._config.minWidth),e.minHeight=Bn(this._config.minHeight),e.maxWidth=Bn(this._config.maxWidth),e.maxHeight=Bn(this._config.maxHeight)}_togglePointerEvents(e){this._pane.style.pointerEvents=e?"":"none"}_attachBackdrop(){let e="cdk-overlay-backdrop-showing";this._backdropRef?.dispose(),this._backdropRef=new Ec(this._document,this._renderer,this._ngZone,n=>{this._backdropClick.next(n)}),this._animationsDisabled&&this._backdropRef.element.classList.add("cdk-overlay-backdrop-noop-animation"),this._config.backdropClass&&this._toggleClasses(this._backdropRef.element,this._config.backdropClass,!0),this._host.parentElement.insertBefore(this._backdropRef.element,this._host),!this._animationsDisabled&&typeof requestAnimationFrame<"u"?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>this._backdropRef?.element.classList.add(e))}):this._backdropRef.element.classList.add(e)}_updateStackingOrder(){this._host.nextSibling&&this._host.parentNode.appendChild(this._host)}detachBackdrop(){this._animationsDisabled?(this._backdropRef?.dispose(),this._backdropRef=null):this._backdropRef?.detach()}_toggleClasses(e,n,r){let i=jl(n||[]).filter(o=>!!o);i.length&&(r?e.classList.add(...i):e.classList.remove(...i))}_detachContentWhenEmpty(){let e=!1;try{this._detachContentAfterRenderRef=jn(()=>{e=!0,this._detachContent()},{injector:this._injector})}catch(n){if(e)throw n;this._detachContent()}globalThis.MutationObserver&&this._pane&&(this._detachContentMutationObserver||=new globalThis.MutationObserver(()=>{this._detachContent()}),this._detachContentMutationObserver.observe(this._pane,{childList:!0}))}_detachContent(){(!this._pane||!this._host||this._pane.children.length===0)&&(this._pane&&this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!1),this._host&&this._host.parentElement&&(this._previousHostParent=this._host.parentElement,this._host.remove()),this._completeDetachContent())}_completeDetachContent(){this._detachContentAfterRenderRef?.destroy(),this._detachContentAfterRenderRef=void 0,this._detachContentMutationObserver?.disconnect()}_disposeScrollStrategy(){let e=this._scrollStrategy;e?.disable(),e?.detach?.()}};var pf="cdk-global-overlay-wrapper";function _f(t){return new bc}var bc=class{_overlayRef;_cssPosition="static";_topOffset="";_bottomOffset="";_alignItems="";_xPosition="";_xOffset="";_width="";_height="";_isDisposed=!1;attach(e){let n=e.getConfig();this._overlayRef=e,this._width&&!n.width&&e.updateSize({width:this._width}),this._height&&!n.height&&e.updateSize({height:this._height}),e.hostElement.classList.add(pf),this._isDisposed=!1}top(e=""){return this._bottomOffset="",this._topOffset=e,this._alignItems="flex-start",this}left(e=""){return this._xOffset=e,this._xPosition="left",this}bottom(e=""){return this._topOffset="",this._bottomOffset=e,this._alignItems="flex-end",this}right(e=""){return this._xOffset=e,this._xPosition="right",this}start(e=""){return this._xOffset=e,this._xPosition="start",this}end(e=""){return this._xOffset=e,this._xPosition="end",this}width(e=""){return this._overlayRef?this._overlayRef.updateSize({width:e}):this._width=e,this}height(e=""){return this._overlayRef?this._overlayRef.updateSize({height:e}):this._height=e,this}centerHorizontally(e=""){return this.left(e),this._xPosition="center",this}centerVertically(e=""){return this.top(e),this._alignItems="center",this}apply(){if(!this._overlayRef||!this._overlayRef.hasAttached())return;let e=this._overlayRef.overlayElement.style,n=this._overlayRef.hostElement.style,r=this._overlayRef.getConfig(),{width:i,height:o,maxWidth:s,maxHeight:l}=r,u=(i==="100%"||i==="100vw")&&(!s||s==="100%"||s==="100vw"),d=(o==="100%"||o==="100vh")&&(!l||l==="100%"||l==="100vh"),_=this._xPosition,h=this._xOffset,E=this._overlayRef.getConfig().direction==="rtl",w="",N="",B="";u?B="flex-start":_==="center"?(B="center",E?N=h:w=h):E?_==="left"||_==="end"?(B="flex-end",w=h):(_==="right"||_==="start")&&(B="flex-start",N=h):_==="left"||_==="start"?(B="flex-start",w=h):(_==="right"||_==="end")&&(B="flex-end",N=h),e.position=this._cssPosition,e.marginLeft=u?"0":w,e.marginTop=d?"0":this._topOffset,e.marginBottom=this._bottomOffset,e.marginRight=u?"0":N,n.justifyContent=B,n.alignItems=d?"flex-start":this._alignItems}dispose(){if(this._isDisposed||!this._overlayRef)return;let e=this._overlayRef.overlayElement.style,n=this._overlayRef.hostElement,r=n.style;n.classList.remove(pf),r.justifyContent=r.alignItems=e.marginTop=e.marginBottom=e.marginLeft=e.marginRight=e.position="",this._overlayRef=null,this._isDisposed=!0}};function vf(t,e){t.get(oi).load(gf);let n=t.get(wc),r=t.get(kt),i=t.get(Zi),o=t.get(ri),s=t.get(si),l=r.createElement("div"),u=r.createElement("div");u.id=i.getId("cdk-overlay-"),u.classList.add("cdk-overlay-pane"),l.appendChild(u),n.getContainerElement().appendChild(l);let d=new Ko(u,o,t),_=new Oi(e),h=t.get(ni,null,{optional:!0})||t.get(vr).createRenderer(null,null);return _.direction=_.direction||s.value,new Di(d,l,u,_,t.get(Gt),t.get(gv),r,t.get(Pl),t.get(_v),e?.disableAnimations??t.get(Sl,null,{optional:!0})==="NoopAnimations",t.get(Gi),h)}function vv(t,e){}var Ur=class{viewContainerRef;injector;id;role="dialog";panelClass="";hasBackdrop=!0;backdropClass="";disableClose=!1;closePredicate;width="";height="";minWidth;minHeight;maxWidth;maxHeight;positionStrategy;data=null;direction;ariaDescribedBy=null;ariaLabelledBy=null;ariaLabel=null;ariaModal=!1;autoFocus="first-tabbable";restoreFocus=!0;scrollStrategy;closeOnNavigation=!0;closeOnDestroy=!0;closeOnOverlayDetachments=!0;disableAnimations=!1;providers;container;templateContext};var yv=(()=>{class t extends Br{_elementRef=J(Bt);_focusTrapFactory=J(lf);_config;_interactivityChecker=J(gc);_ngZone=J(Gt);_focusMonitor=J(of);_renderer=J(ni);_changeDetectorRef=J(nr);_injector=J(Ot);_platform=J(fn);_document=J(kt);_portalOutlet;_focusTrapped=new Ft;_focusTrap=null;_elementFocusedBeforeDialogWasOpened=null;_closeInteractionType=null;_ariaLabelledByQueue=[];_isDestroyed=!1;constructor(){super(),this._config=J(Ur,{optional:!0})||new Ur,this._config.ariaLabelledBy&&this._ariaLabelledByQueue.push(this._config.ariaLabelledBy)}_addAriaLabelledBy(n){this._ariaLabelledByQueue.push(n),this._changeDetectorRef.markForCheck()}_removeAriaLabelledBy(n){let r=this._ariaLabelledByQueue.indexOf(n);r>-1&&(this._ariaLabelledByQueue.splice(r,1),this._changeDetectorRef.markForCheck())}_contentAttached(){this._initializeFocusTrap(),this._captureInitialFocus()}_captureInitialFocus(){this._trapFocus()}ngOnDestroy(){this._focusTrapped.complete(),this._isDestroyed=!0,this._restoreFocus()}attachComponentPortal(n){this._portalOutlet.hasAttached();let r=this._portalOutlet.attachComponentPortal(n);return this._contentAttached(),r}attachTemplatePortal(n){this._portalOutlet.hasAttached();let r=this._portalOutlet.attachTemplatePortal(n);return this._contentAttached(),r}attachDomPortal=n=>{this._portalOutlet.hasAttached();let r=this._portalOutlet.attachDomPortal(n);return this._contentAttached(),r};_recaptureFocus(){this._containsFocus()||this._trapFocus()}_forceFocus(n,r){this._interactivityChecker.isFocusable(n)||(n.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{let i=()=>{o(),s(),n.removeAttribute("tabindex")},o=this._renderer.listen(n,"blur",i),s=this._renderer.listen(n,"mousedown",i)})),n.focus(r)}_focusByCssSelector(n,r){let i=this._elementRef.nativeElement.querySelector(n);i&&this._forceFocus(i,r)}_trapFocus(n){this._isDestroyed||jn(()=>{let r=this._elementRef.nativeElement;switch(this._config.autoFocus){case!1:case"dialog":this._containsFocus()||r.focus(n);break;case!0:case"first-tabbable":this._focusTrap?.focusInitialElement(n)||this._focusDialogContainer(n);break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]',n);break;default:this._focusByCssSelector(this._config.autoFocus,n);break}this._focusTrapped.next()},{injector:this._injector})}_restoreFocus(){let n=this._config.restoreFocus,r=null;if(typeof n=="string"?r=this._document.querySelector(n):typeof n=="boolean"?r=n?this._elementFocusedBeforeDialogWasOpened:null:n&&(r=n),this._config.restoreFocus&&r&&typeof r.focus=="function"){let i=Xi(),o=this._elementRef.nativeElement;(!i||i===this._document.body||i===o||o.contains(i))&&(this._focusMonitor?(this._focusMonitor.focusVia(r,this._closeInteractionType),this._closeInteractionType=null):r.focus())}this._focusTrap&&this._focusTrap.destroy()}_focusDialogContainer(n){this._elementRef.nativeElement.focus?.(n)}_containsFocus(){let n=this._elementRef.nativeElement,r=Xi();return n===r||n.contains(r)}_initializeFocusTrap(){this._platform.isBrowser&&(this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._document&&(this._elementFocusedBeforeDialogWasOpened=Xi()))}static \u0275fac=function(r){return new(r||t)};static \u0275cmp=Pe({type:t,selectors:[["cdk-dialog-container"]],viewQuery:function(r,i){if(r&1&&xn(pc,7),r&2){let o;On(o=Dn())&&(i._portalOutlet=o.first)}},hostAttrs:["tabindex","-1",1,"cdk-dialog-container"],hostVars:6,hostBindings:function(r,i){r&2&&un("id",i._config.id||null)("role",i._config.role)("aria-modal",i._config.ariaModal)("aria-labelledby",i._config.ariaLabel?null:i._ariaLabelledByQueue[0])("aria-label",i._config.ariaLabel)("aria-describedby",i._config.ariaDescribedBy||null)},features:[St],decls:1,vars:0,consts:[["cdkPortalOutlet",""]],template:function(r,i){r&1&&Er(0,vv,0,0,"ng-template",0)},dependencies:[pc],styles:[`.cdk-dialog-container{display:block;width:100%;height:100%;min-height:inherit;max-height:inherit}
|
|
32
|
+
`],encapsulation:2})}return t})(),dr=class{overlayRef;config;componentInstance;componentRef;containerInstance;disableClose;closed=new Ft;backdropClick;keydownEvents;outsidePointerEvents;id;_detachSubscription;constructor(e,n){this.overlayRef=e,this.config=n,this.disableClose=n.disableClose,this.backdropClick=e.backdropClick(),this.keydownEvents=e.keydownEvents(),this.outsidePointerEvents=e.outsidePointerEvents(),this.id=n.id,this.keydownEvents.subscribe(r=>{r.keyCode===27&&!this.disableClose&&!uf(r)&&(r.preventDefault(),this.close(void 0,{focusOrigin:"keyboard"}))}),this.backdropClick.subscribe(()=>{!this.disableClose&&this._canClose()?this.close(void 0,{focusOrigin:"mouse"}):this.containerInstance._recaptureFocus?.()}),this._detachSubscription=e.detachments().subscribe(()=>{n.closeOnOverlayDetachments!==!1&&this.close()})}close(e,n){if(this._canClose(e)){let r=this.closed;this.containerInstance._closeInteractionType=n?.focusOrigin||"program",this._detachSubscription.unsubscribe(),this.overlayRef.dispose(),r.next(e),r.complete(),this.componentInstance=this.containerInstance=null}}updatePosition(){return this.overlayRef.updatePosition(),this}updateSize(e="",n=""){return this.overlayRef.updateSize({width:e,height:n}),this}addPanelClass(e){return this.overlayRef.addPanelClass(e),this}removePanelClass(e){return this.overlayRef.removePanelClass(e),this}_canClose(e){let n=this.config;return!!this.containerInstance&&(!n.closePredicate||n.closePredicate(e,n,this.componentInstance))}},Ev=new an("DialogScrollStrategy",{providedIn:"root",factory:()=>{let t=J(Ot);return()=>hf(t)}}),Sc=new an("DialogData"),bv=new an("DefaultDialogConfig");function wv(t){let e=wt(t),n=new et;return{valueSignal:e,get value(){return e()},change:n,ngOnDestroy(){n.complete()}}}var yf=(()=>{class t{_injector=J(Ot);_defaultOptions=J(bv,{optional:!0});_parentDialog=J(t,{optional:!0,skipSelf:!0});_overlayContainer=J(wc);_idGenerator=J(Zi);_openDialogsAtThisLevel=[];_afterAllClosedAtThisLevel=new Ft;_afterOpenedAtThisLevel=new Ft;_ariaHiddenElements=new Map;_scrollStrategy=J(Ev);get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}afterAllClosed=ml(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe(bl(void 0)));constructor(){}open(n,r){let i=this._defaultOptions||new Ur;r=x(x({},i),r),r.id=r.id||this._idGenerator.getId("cdk-dialog-"),r.id&&this.getDialogById(r.id);let o=this._getOverlayConfig(r),s=vf(this._injector,o),l=new dr(s,r),u=this._attachContainer(s,l,r);if(l.containerInstance=u,!this.openDialogs.length){let d=this._overlayContainer.getContainerElement();u._focusTrapped?u._focusTrapped.pipe(vl(1)).subscribe(()=>{this._hideNonDialogContentFromAssistiveTechnology(d)}):this._hideNonDialogContentFromAssistiveTechnology(d)}return this._attachDialogContent(n,l,u,r),this.openDialogs.push(l),l.closed.subscribe(()=>this._removeOpenDialog(l,!0)),this.afterOpened.next(l),l}closeAll(){Cc(this.openDialogs,n=>n.close())}getDialogById(n){return this.openDialogs.find(r=>r.id===n)}ngOnDestroy(){Cc(this._openDialogsAtThisLevel,n=>{n.config.closeOnDestroy===!1&&this._removeOpenDialog(n,!1)}),Cc(this._openDialogsAtThisLevel,n=>n.close()),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete(),this._openDialogsAtThisLevel=[]}_getOverlayConfig(n){let r=new Oi({positionStrategy:n.positionStrategy||_f().centerHorizontally().centerVertically(),scrollStrategy:n.scrollStrategy||this._scrollStrategy(),panelClass:n.panelClass,hasBackdrop:n.hasBackdrop,direction:n.direction,minWidth:n.minWidth,minHeight:n.minHeight,maxWidth:n.maxWidth,maxHeight:n.maxHeight,width:n.width,height:n.height,disposeOnNavigation:n.closeOnNavigation,disableAnimations:n.disableAnimations});return n.backdropClass&&(r.backdropClass=n.backdropClass),r}_attachContainer(n,r,i){let o=i.injector||i.viewContainerRef?.injector,s=[{provide:Ur,useValue:i},{provide:dr,useValue:r},{provide:Di,useValue:n}],l;i.container?typeof i.container=="function"?l=i.container:(l=i.container.type,s.push(...i.container.providers(i))):l=yv;let u=new Vr(l,i.viewContainerRef,Ot.create({parent:o||this._injector,providers:s}));return n.attach(u).instance}_attachDialogContent(n,r,i,o){if(n instanceof Wi){let s=this._createInjector(o,r,i,void 0),l={$implicit:o.data,dialogRef:r};o.templateContext&&(l=x(x({},l),typeof o.templateContext=="function"?o.templateContext():o.templateContext)),i.attachTemplatePortal(new kr(n,null,l,s))}else{let s=this._createInjector(o,r,i,this._injector),l=i.attachComponentPortal(new Vr(n,o.viewContainerRef,s));r.componentRef=l,r.componentInstance=l.instance}}_createInjector(n,r,i,o){let s=n.injector||n.viewContainerRef?.injector,l=[{provide:Sc,useValue:n.data},{provide:dr,useValue:r}];return n.providers&&(typeof n.providers=="function"?l.push(...n.providers(r,n,i)):l.push(...n.providers)),n.direction&&(!s||!s.get(si,null,{optional:!0}))&&l.push({provide:si,useValue:wv(n.direction)}),Ot.create({parent:s||o,providers:l})}_removeOpenDialog(n,r){let i=this.openDialogs.indexOf(n);i>-1&&(this.openDialogs.splice(i,1),this.openDialogs.length||(this._ariaHiddenElements.forEach((o,s)=>{o?s.setAttribute("aria-hidden",o):s.removeAttribute("aria-hidden")}),this._ariaHiddenElements.clear(),r&&this._getAfterAllClosed().next()))}_hideNonDialogContentFromAssistiveTechnology(n){if(n.parentElement){let r=n.parentElement.children;for(let i=r.length-1;i>-1;i--){let o=r[i];o!==n&&o.nodeName!=="SCRIPT"&&o.nodeName!=="STYLE"&&!o.hasAttribute("aria-live")&&(this._ariaHiddenElements.set(o,o.getAttribute("aria-hidden")),o.setAttribute("aria-hidden","true"))}}}_getAfterAllClosed(){let n=this._parentDialog;return n?n._getAfterAllClosed():this._afterAllClosedAtThisLevel}static \u0275fac=function(r){return new(r||t)};static \u0275prov=Vt({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function Cc(t,e){let n=t.length;for(;n--;)e(t[n])}var Sf,$e,Tf,Dc,fr,Ef,If,xf,Of,Ac,Ic,xc,Cv,Oc={},Df=[],Sv=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,es=Array.isArray;function Un(t,e){for(var n in e)t[n]=e[n];return t}function Nc(t){t&&t.parentNode&&t.parentNode.removeChild(t)}function Tc(t,e,n,r,i){var o={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:i??++Tf,__i:-1,__u:0};return i==null&&$e.vnode!=null&&$e.vnode(o),o}function Rc(t){return t.children}function Hr(t,e){this.props=t,this.context=e}function jr(t,e){if(e==null)return t.__?jr(t.__,t.__i+1):null;for(var n;e<t.__k.length;e++)if((n=t.__k[e])!=null&&n.__e!=null)return n.__e;return typeof t.type=="function"?jr(t):null}function Af(t){var e,n;if((t=t.__)!=null&&t.__c!=null){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if((n=t.__k[e])!=null&&n.__e!=null){t.__e=t.__c.base=n.__e;break}return Af(t)}}function bf(t){(!t.__d&&(t.__d=!0)&&fr.push(t)&&!Qo.__r++||Ef!=$e.debounceRendering)&&((Ef=$e.debounceRendering)||If)(Qo)}function Qo(){for(var t,e,n,r,i,o,s,l=1;fr.length;)fr.length>l&&fr.sort(xf),t=fr.shift(),l=fr.length,t.__d&&(n=void 0,i=(r=(e=t).__v).__e,o=[],s=[],e.__P&&((n=Un({},r)).__v=r.__v+1,$e.vnode&&$e.vnode(n),Mf(e.__P,n,r,e.__n,e.__P.namespaceURI,32&r.__u?[i]:null,o,i??jr(r),!!(32&r.__u),s),n.__v=r.__v,n.__.__k[n.__i]=n,xv(o,n,s),n.__e!=i&&Af(n)));Qo.__r=0}function Nf(t,e,n,r,i,o,s,l,u,d,_){var h,E,w,N,B,P,Y=r&&r.__k||Df,G=e.length;for(u=Tv(n,e,Y,u,G),h=0;h<G;h++)(w=n.__k[h])!=null&&(E=w.__i==-1?Oc:Y[w.__i]||Oc,w.__i=h,P=Mf(t,w,E,i,o,s,l,u,d,_),N=w.__e,w.ref&&E.ref!=w.ref&&(E.ref&&Mc(E.ref,null,w),_.push(w.ref,w.__c||N,w)),B==null&&N!=null&&(B=N),4&w.__u||E.__k===w.__k?u=Rf(w,u,t):typeof w.type=="function"&&P!==void 0?u=P:N&&(u=N.nextSibling),w.__u&=-7);return n.__e=B,u}function Tv(t,e,n,r,i){var o,s,l,u,d,_=n.length,h=_,E=0;for(t.__k=new Array(i),o=0;o<i;o++)(s=e[o])!=null&&typeof s!="boolean"&&typeof s!="function"?(u=o+E,(s=t.__k[o]=typeof s=="string"||typeof s=="number"||typeof s=="bigint"||s.constructor==String?Tc(null,s,null,null,null):es(s)?Tc(Rc,{children:s},null,null,null):s.constructor==null&&s.__b>0?Tc(s.type,s.props,s.key,s.ref?s.ref:null,s.__v):s).__=t,s.__b=t.__b+1,l=null,(d=s.__i=Iv(s,n,u,h))!=-1&&(h--,(l=n[d])&&(l.__u|=2)),l==null||l.__v==null?(d==-1&&(i>_?E--:i<_&&E++),typeof s.type!="function"&&(s.__u|=4)):d!=u&&(d==u-1?E--:d==u+1?E++:(d>u?E--:E++,s.__u|=4))):t.__k[o]=null;if(h)for(o=0;o<_;o++)(l=n[o])!=null&&(2&l.__u)==0&&(l.__e==r&&(r=jr(l)),Lf(l,l));return r}function Rf(t,e,n){var r,i;if(typeof t.type=="function"){for(r=t.__k,i=0;r&&i<r.length;i++)r[i]&&(r[i].__=t,e=Rf(r[i],e,n));return e}t.__e!=e&&(e&&t.type&&!n.contains(e)&&(e=jr(t)),n.insertBefore(t.__e,e||null),e=t.__e);do e=e&&e.nextSibling;while(e!=null&&e.nodeType==8);return e}function Iv(t,e,n,r){var i,o,s=t.key,l=t.type,u=e[n];if(u===null&&t.key==null||u&&s==u.key&&l==u.type&&(2&u.__u)==0)return n;if(r>(u!=null&&(2&u.__u)==0?1:0))for(i=n-1,o=n+1;i>=0||o<e.length;){if(i>=0){if((u=e[i])&&(2&u.__u)==0&&s==u.key&&l==u.type)return i;i--}if(o<e.length){if((u=e[o])&&(2&u.__u)==0&&s==u.key&&l==u.type)return o;o++}}return-1}function wf(t,e,n){e[0]=="-"?t.setProperty(e,n??""):t[e]=n==null?"":typeof n!="number"||Sv.test(e)?n:n+"px"}function Zo(t,e,n,r,i){var o,s;e:if(e=="style")if(typeof n=="string")t.style.cssText=n;else{if(typeof r=="string"&&(t.style.cssText=r=""),r)for(e in r)n&&e in n||wf(t.style,e,"");if(n)for(e in n)r&&n[e]==r[e]||wf(t.style,e,n[e])}else if(e[0]=="o"&&e[1]=="n")o=e!=(e=e.replace(Of,"$1")),s=e.toLowerCase(),e=s in t||e=="onFocusOut"||e=="onFocusIn"?s.slice(2):e.slice(2),t.l||(t.l={}),t.l[e+o]=n,n?r?n.u=r.u:(n.u=Ac,t.addEventListener(e,o?xc:Ic,o)):t.removeEventListener(e,o?xc:Ic,o);else{if(i=="http://www.w3.org/2000/svg")e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(e!="width"&&e!="height"&&e!="href"&&e!="list"&&e!="form"&&e!="tabIndex"&&e!="download"&&e!="rowSpan"&&e!="colSpan"&&e!="role"&&e!="popover"&&e in t)try{t[e]=n??"";break e}catch{}typeof n=="function"||(n==null||n===!1&&e[4]!="-"?t.removeAttribute(e):t.setAttribute(e,e=="popover"&&n==1?"":n))}}function Cf(t){return function(e){if(this.l){var n=this.l[e.type+t];if(e.t==null)e.t=Ac++;else if(e.t<n.u)return;return n($e.event?$e.event(e):e)}}}function Mf(t,e,n,r,i,o,s,l,u,d){var _,h,E,w,N,B,P,Y,G,te,q,Ae,H,ve,fe,be,Ve,Ne=e.type;if(e.constructor!=null)return null;128&n.__u&&(u=!!(32&n.__u),o=[l=e.__e=n.__e]),(_=$e.__b)&&_(e);e:if(typeof Ne=="function")try{if(Y=e.props,G="prototype"in Ne&&Ne.prototype.render,te=(_=Ne.contextType)&&r[_.__c],q=_?te?te.props.value:_.__:r,n.__c?P=(h=e.__c=n.__c).__=h.__E:(G?e.__c=h=new Ne(Y,q):(e.__c=h=new Hr(Y,q),h.constructor=Ne,h.render=Dv),te&&te.sub(h),h.props=Y,h.state||(h.state={}),h.context=q,h.__n=r,E=h.__d=!0,h.__h=[],h._sb=[]),G&&h.__s==null&&(h.__s=h.state),G&&Ne.getDerivedStateFromProps!=null&&(h.__s==h.state&&(h.__s=Un({},h.__s)),Un(h.__s,Ne.getDerivedStateFromProps(Y,h.__s))),w=h.props,N=h.state,h.__v=e,E)G&&Ne.getDerivedStateFromProps==null&&h.componentWillMount!=null&&h.componentWillMount(),G&&h.componentDidMount!=null&&h.__h.push(h.componentDidMount);else{if(G&&Ne.getDerivedStateFromProps==null&&Y!==w&&h.componentWillReceiveProps!=null&&h.componentWillReceiveProps(Y,q),!h.__e&&h.shouldComponentUpdate!=null&&h.shouldComponentUpdate(Y,h.__s,q)===!1||e.__v==n.__v){for(e.__v!=n.__v&&(h.props=Y,h.state=h.__s,h.__d=!1),e.__e=n.__e,e.__k=n.__k,e.__k.some(function(Le){Le&&(Le.__=e)}),Ae=0;Ae<h._sb.length;Ae++)h.__h.push(h._sb[Ae]);h._sb=[],h.__h.length&&s.push(h);break e}h.componentWillUpdate!=null&&h.componentWillUpdate(Y,h.__s,q),G&&h.componentDidUpdate!=null&&h.__h.push(function(){h.componentDidUpdate(w,N,B)})}if(h.context=q,h.props=Y,h.__P=t,h.__e=!1,H=$e.__r,ve=0,G){for(h.state=h.__s,h.__d=!1,H&&H(e),_=h.render(h.props,h.state,h.context),fe=0;fe<h._sb.length;fe++)h.__h.push(h._sb[fe]);h._sb=[]}else do h.__d=!1,H&&H(e),_=h.render(h.props,h.state,h.context),h.state=h.__s;while(h.__d&&++ve<25);h.state=h.__s,h.getChildContext!=null&&(r=Un(Un({},r),h.getChildContext())),G&&!E&&h.getSnapshotBeforeUpdate!=null&&(B=h.getSnapshotBeforeUpdate(w,N)),be=_,_!=null&&_.type===Rc&&_.key==null&&(be=Pf(_.props.children)),l=Nf(t,es(be)?be:[be],e,n,r,i,o,s,l,u,d),h.base=e.__e,e.__u&=-161,h.__h.length&&s.push(h),P&&(h.__E=h.__=null)}catch(Le){if(e.__v=null,u||o!=null)if(Le.then){for(e.__u|=u?160:128;l&&l.nodeType==8&&l.nextSibling;)l=l.nextSibling;o[o.indexOf(l)]=null,e.__e=l}else for(Ve=o.length;Ve--;)Nc(o[Ve]);else e.__e=n.__e,e.__k=n.__k;$e.__e(Le,e,n)}else o==null&&e.__v==n.__v?(e.__k=n.__k,e.__e=n.__e):l=e.__e=Ov(n.__e,e,n,r,i,o,s,u,d);return(_=$e.diffed)&&_(e),128&e.__u?void 0:l}function xv(t,e,n){for(var r=0;r<n.length;r++)Mc(n[r],n[++r],n[++r]);$e.__c&&$e.__c(e,t),t.some(function(i){try{t=i.__h,i.__h=[],t.some(function(o){o.call(i)})}catch(o){$e.__e(o,i.__v)}})}function Pf(t){return typeof t!="object"||t==null||t.__b&&t.__b>0?t:es(t)?t.map(Pf):Un({},t)}function Ov(t,e,n,r,i,o,s,l,u){var d,_,h,E,w,N,B,P=n.props,Y=e.props,G=e.type;if(G=="svg"?i="http://www.w3.org/2000/svg":G=="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),o!=null){for(d=0;d<o.length;d++)if((w=o[d])&&"setAttribute"in w==!!G&&(G?w.localName==G:w.nodeType==3)){t=w,o[d]=null;break}}if(t==null){if(G==null)return document.createTextNode(Y);t=document.createElementNS(i,G,Y.is&&Y),l&&($e.__m&&$e.__m(e,o),l=!1),o=null}if(G==null)P===Y||l&&t.data==Y||(t.data=Y);else{if(o=o&&Sf.call(t.childNodes),P=n.props||Oc,!l&&o!=null)for(P={},d=0;d<t.attributes.length;d++)P[(w=t.attributes[d]).name]=w.value;for(d in P)if(w=P[d],d!="children"){if(d=="dangerouslySetInnerHTML")h=w;else if(!(d in Y)){if(d=="value"&&"defaultValue"in Y||d=="checked"&&"defaultChecked"in Y)continue;Zo(t,d,null,w,i)}}for(d in Y)w=Y[d],d=="children"?E=w:d=="dangerouslySetInnerHTML"?_=w:d=="value"?N=w:d=="checked"?B=w:l&&typeof w!="function"||P[d]===w||Zo(t,d,w,P[d],i);if(_)l||h&&(_.__html==h.__html||_.__html==t.innerHTML)||(t.innerHTML=_.__html),e.__k=[];else if(h&&(t.innerHTML=""),Nf(e.type=="template"?t.content:t,es(E)?E:[E],e,n,r,G=="foreignObject"?"http://www.w3.org/1999/xhtml":i,o,s,o?o[0]:n.__k&&jr(n,0),l,u),o!=null)for(d=o.length;d--;)Nc(o[d]);l||(d="value",G=="progress"&&N==null?t.removeAttribute("value"):N!=null&&(N!==t[d]||G=="progress"&&!N||G=="option"&&N!=P[d])&&Zo(t,d,N,P[d],i),d="checked",B!=null&&B!=t[d]&&Zo(t,d,B,P[d],i))}return t}function Mc(t,e,n){try{if(typeof t=="function"){var r=typeof t.__u=="function";r&&t.__u(),r&&e==null||(t.__u=t(e))}else t.current=e}catch(i){$e.__e(i,n)}}function Lf(t,e,n){var r,i;if($e.unmount&&$e.unmount(t),(r=t.ref)&&(r.current&&r.current!=t.__e||Mc(r,null,e)),(r=t.__c)!=null){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(o){$e.__e(o,e)}r.base=r.__P=null}if(r=t.__k)for(i=0;i<r.length;i++)r[i]&&Lf(r[i],e,n||typeof t.type!="function");n||Nc(t.__e),t.__c=t.__=t.__e=void 0}function Dv(t,e,n){return this.constructor(t,n)}Sf=Df.slice,$e={__e:function(t,e,n,r){for(var i,o,s;e=e.__;)if((i=e.__c)&&!i.__)try{if((o=i.constructor)&&o.getDerivedStateFromError!=null&&(i.setState(o.getDerivedStateFromError(t)),s=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(t,r||{}),s=i.__d),s)return i.__E=i}catch(l){t=l}throw t}},Tf=0,Dc=function(t){return t!=null&&t.constructor==null},Hr.prototype.setState=function(t,e){var n;n=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=Un({},this.state),typeof t=="function"&&(t=t(Un({},n),this.props)),t&&Un(n,t),t!=null&&this.__v&&(e&&this._sb.push(e),bf(this))},Hr.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),bf(this))},Hr.prototype.render=Rc,fr=[],If=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,xf=function(t,e){return t.__v.__b-e.__v.__b},Qo.__r=0,Of=/(PointerCapture)$|Capture$/i,Ac=0,Ic=Cf(!1),xc=Cf(!0),Cv=0;var Lc,qt,Pc,Ff,Vf=0,Wf=[],gt=$e,kf=gt.__b,Bf=gt.__r,Uf=gt.diffed,Hf=gt.__c,jf=gt.unmount,$f=gt.__;function Av(t,e){gt.__h&>.__h(qt,t,Vf||e),Vf=0;var n=qt.__H||(qt.__H={__:[],__h:[]});return t>=n.__.length&&n.__.push({}),n.__[t]}function Vc(t,e){var n=Av(Lc++,7);return Mv(n.__H,e)&&(n.__=t(),n.__H=e,n.__h=t),n.__}function Nv(){for(var t;t=Wf.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(ts),t.__H.__h.forEach(Fc),t.__H.__h=[]}catch(e){t.__H.__h=[],gt.__e(e,t.__v)}}gt.__b=function(t){qt=null,kf&&kf(t)},gt.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),$f&&$f(t,e)},gt.__r=function(t){Bf&&Bf(t),Lc=0;var e=(qt=t.__c).__H;e&&(Pc===qt?(e.__h=[],qt.__h=[],e.__.forEach(function(n){n.__N&&(n.__=n.__N),n.u=n.__N=void 0})):(e.__h.forEach(ts),e.__h.forEach(Fc),e.__h=[],Lc=0)),Pc=qt},gt.diffed=function(t){Uf&&Uf(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(Wf.push(e)!==1&&Ff===gt.requestAnimationFrame||((Ff=gt.requestAnimationFrame)||Rv)(Nv)),e.__H.__.forEach(function(n){n.u&&(n.__H=n.u),n.u=void 0})),Pc=qt=null},gt.__c=function(t,e){e.some(function(n){try{n.__h.forEach(ts),n.__h=n.__h.filter(function(r){return!r.__||Fc(r)})}catch(r){e.some(function(i){i.__h&&(i.__h=[])}),e=[],gt.__e(r,n.__v)}}),Hf&&Hf(t,e)},gt.unmount=function(t){jf&&jf(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{ts(r)}catch(i){e=i}}),n.__H=void 0,e&>.__e(e,n.__v))};var Gf=typeof requestAnimationFrame=="function";function Rv(t){var e,n=function(){clearTimeout(r),Gf&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,35);Gf&&(e=requestAnimationFrame(n))}function ts(t){var e=qt,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),qt=e}function Fc(t){var e=qt;t.__c=t.__(),qt=e}function Mv(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}var Pv=Symbol.for("preact-signals");function Bc(){if($r>1)$r--;else{for(var t,e=!1;Ai!==void 0;){var n=Ai;for(Ai=void 0,kc++;n!==void 0;){var r=n.o;if(n.o=void 0,n.f&=-3,!(8&n.f)&&zf(n))try{n.c()}catch(i){e||(t=i,e=!0)}n=r}}if(kc=0,$r--,e)throw t}}var Ge=void 0;var Ai=void 0,$r=0,kc=0,ns=0;function Yf(t){if(Ge!==void 0){var e=t.n;if(e===void 0||e.t!==Ge)return e={i:0,S:t,p:Ge.s,n:void 0,t:Ge,e:void 0,x:void 0,r:e},Ge.s!==void 0&&(Ge.s.n=e),Ge.s=e,t.n=e,32&Ge.f&&t.S(e),e;if(e.i===-1)return e.i=0,e.n!==void 0&&(e.n.p=e.p,e.p!==void 0&&(e.p.n=e.n),e.p=Ge.s,e.n=void 0,Ge.s.n=e,Ge.s=e),e}}function bt(t){this.v=t,this.i=0,this.n=void 0,this.t=void 0}bt.prototype.brand=Pv;bt.prototype.h=function(){return!0};bt.prototype.S=function(t){this.t!==t&&t.e===void 0&&(t.x=this.t,this.t!==void 0&&(this.t.e=t),this.t=t)};bt.prototype.U=function(t){if(this.t!==void 0){var e=t.e,n=t.x;e!==void 0&&(e.x=n,t.e=void 0),n!==void 0&&(n.e=e,t.x=void 0),t===this.t&&(this.t=n)}};bt.prototype.subscribe=function(t){var e=this;return rs(function(){var n=e.value,r=Ge;Ge=void 0;try{t(n)}finally{Ge=r}})};bt.prototype.valueOf=function(){return this.value};bt.prototype.toString=function(){return this.value+""};bt.prototype.toJSON=function(){return this.value};bt.prototype.peek=function(){var t=Ge;Ge=void 0;try{return this.value}finally{Ge=t}};Object.defineProperty(bt.prototype,"value",{get:function(){var t=Yf(this);return t!==void 0&&(t.i=this.i),this.v},set:function(t){if(t!==this.v){if(kc>100)throw new Error("Cycle detected");this.v=t,this.i++,ns++,$r++;try{for(var e=this.t;e!==void 0;e=e.x)e.t.N()}finally{Bc()}}}});function Ni(t){return new bt(t)}function zf(t){for(var e=t.s;e!==void 0;e=e.n)if(e.S.i!==e.i||!e.S.h()||e.S.i!==e.i)return!0;return!1}function qf(t){for(var e=t.s;e!==void 0;e=e.n){var n=e.S.n;if(n!==void 0&&(e.r=n),e.S.n=e,e.i=-1,e.n===void 0){t.s=e;break}}}function Kf(t){for(var e=t.s,n=void 0;e!==void 0;){var r=e.p;e.i===-1?(e.S.U(e),r!==void 0&&(r.n=e.n),e.n!==void 0&&(e.n.p=r)):n=e,e.S.n=e.r,e.r!==void 0&&(e.r=void 0),e=r}t.s=n}function Gr(t){bt.call(this,void 0),this.x=t,this.s=void 0,this.g=ns-1,this.f=4}(Gr.prototype=new bt).h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===ns))return!0;if(this.g=ns,this.f|=1,this.i>0&&!zf(this))return this.f&=-2,!0;var t=Ge;try{qf(this),Ge=this;var e=this.x();(16&this.f||this.v!==e||this.i===0)&&(this.v=e,this.f&=-17,this.i++)}catch(n){this.v=n,this.f|=16,this.i++}return Ge=t,Kf(this),this.f&=-2,!0};Gr.prototype.S=function(t){if(this.t===void 0){this.f|=36;for(var e=this.s;e!==void 0;e=e.n)e.S.S(e)}bt.prototype.S.call(this,t)};Gr.prototype.U=function(t){if(this.t!==void 0&&(bt.prototype.U.call(this,t),this.t===void 0)){this.f&=-33;for(var e=this.s;e!==void 0;e=e.n)e.S.U(e)}};Gr.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var t=this.t;t!==void 0;t=t.x)t.t.N()}};Object.defineProperty(Gr.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var t=Yf(this);if(this.h(),t!==void 0&&(t.i=this.i),16&this.f)throw this.v;return this.v}});function Xf(t){return new Gr(t)}function Jf(t){var e=t.u;if(t.u=void 0,typeof e=="function"){$r++;var n=Ge;Ge=void 0;try{e()}catch(r){throw t.f&=-2,t.f|=8,Uc(t),r}finally{Ge=n,Bc()}}}function Uc(t){for(var e=t.s;e!==void 0;e=e.n)e.S.U(e);t.x=void 0,t.s=void 0,Jf(t)}function Lv(t){if(Ge!==this)throw new Error("Out-of-order effect");Kf(this),Ge=t,this.f&=-2,8&this.f&&Uc(this),Bc()}function Ri(t){this.x=t,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}Ri.prototype.c=function(){var t=this.S();try{if(8&this.f||this.x===void 0)return;var e=this.x();typeof e=="function"&&(this.u=e)}finally{t()}};Ri.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,Jf(this),qf(this),$r++;var t=Ge;return Ge=this,Lv.bind(this,t)};Ri.prototype.N=function(){2&this.f||(this.f|=2,this.o=Ai,Ai=this)};Ri.prototype.d=function(){this.f|=8,1&this.f||Uc(this)};function rs(t){var e=new Ri(t);try{e.c()}catch(n){throw e.d(),n}return e.d.bind(e)}var jc,Hc;function Wr(t,e){$e[t]=e.bind(null,$e[t]||function(){})}function is(t){Hc&&Hc(),Hc=t&&t.S()}function Zf(t){var e=this,n=t.data,r=Vv(n);r.value=n;var i=Vc(function(){for(var o=e.__v;o=o.__;)if(o.__c){o.__c.__$f|=4;break}return e.__$u.c=function(){var s,l=e.__$u.S(),u=i.value;l(),Dc(u)||((s=e.base)==null?void 0:s.nodeType)!==3?(e.__$f|=1,e.setState({})):e.base.data=u},Xf(function(){var s=r.value.value;return s===0?0:s===!0?"":s||""})},[]);return i.value}Zf.displayName="_st";Object.defineProperties(bt.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:Zf},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}});Wr("__b",function(t,e){if(typeof e.type=="string"){var n,r=e.props;for(var i in r)if(i!=="children"){var o=r[i];o instanceof bt&&(n||(e.__np=n={}),n[i]=o,r[i]=o.peek())}}t(e)});Wr("__r",function(t,e){is();var n,r=e.__c;r&&(r.__$f&=-2,(n=r.__$u)===void 0&&(r.__$u=n=function(i){var o;return rs(function(){o=this}),o.c=function(){r.__$f|=1,r.setState({})},o}())),jc=r,is(n),t(e)});Wr("__e",function(t,e,n,r){is(),jc=void 0,t(e,n,r)});Wr("diffed",function(t,e){is(),jc=void 0;var n;if(typeof e.type=="string"&&(n=e.__e)){var r=e.__np,i=e.props;if(r){var o=n.U;if(o)for(var s in o){var l=o[s];l!==void 0&&!(s in r)&&(l.d(),o[s]=void 0)}else n.U=o={};for(var u in r){var d=o[u],_=r[u];d===void 0?(d=Fv(n,u,_,i),o[u]=d):d.o(_,i)}}}t(e)});function Fv(t,e,n,r){var i=e in t&&t.ownerSVGElement===void 0,o=Ni(n);return{o:function(s,l){o.value=s,r=l},d:rs(function(){var s=o.value.value;r[e]!==s&&(r[e]=s,i?t[e]=s:s?t.setAttribute(e,s):t.removeAttribute(e))})}}Wr("unmount",function(t,e){if(typeof e.type=="string"){var n=e.__e;if(n){var r=n.U;if(r){n.U=void 0;for(var i in r){var o=r[i];o&&o.d()}}}}else{var s=e.__c;if(s){var l=s.__$u;l&&(s.__$u=void 0,l.d())}}t(e)});Wr("__h",function(t,e,n,r){(r<3||r===9)&&(e.__$f|=2),t(e,n,r)});Hr.prototype.shouldComponentUpdate=function(t,e){var n=this.__$u,r=n&&n.s!==void 0;for(var i in e)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){if(!(r||2&this.__$f||4&this.__$f)||1&this.__$f)return!0}else if(!(r||4&this.__$f)||3&this.__$f)return!0;for(var o in t)if(o!=="__source"&&t[o]!==this.props[o])return!0;for(var s in this.props)if(!(s in t))return!0;return!1};function Vv(t){return Vc(function(){return Ni(t)},[])}var $c=(i=>(i.SIMPLE="SIMPLE",i.SWIPER="SWIPER",i.STORY="STORY",i.FLOATING_POPUP="FLOATING_POPUP",i))($c||{}),Gc=(r=>(r.ON="ON",r.OFF="OFF",r.ON_HOVER="ON_HOVER",r))(Gc||{}),Mi=(r=>(r.FIRST_ITEM="FIRST_ITEM",r.CARD="CARD",r.NONE="NONE",r))(Mi||{});function kv(t,e){return e={exports:{}},t(e,e.exports),e.exports}var Bv=$v,Uv=Wv,Hv=qv,Sn=[],sn=[],jv=typeof Uint8Array<"u"?Uint8Array:Array,Wc="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(pr=0,Qf=Wc.length;pr<Qf;++pr)Sn[pr]=Wc[pr],sn[Wc.charCodeAt(pr)]=pr;var pr,Qf;sn[45]=62;sn[95]=63;function mp(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=t.indexOf("=");n===-1&&(n=e);var r=n===e?0:4-n%4;return[n,r]}function $v(t){var e=mp(t),n=e[0],r=e[1];return(n+r)*3/4-r}function Gv(t,e,n){return(e+n)*3/4-n}function Wv(t){var e,n=mp(t),r=n[0],i=n[1],o=new jv(Gv(t,r,i)),s=0,l=i>0?r-4:r,u;for(u=0;u<l;u+=4)e=sn[t.charCodeAt(u)]<<18|sn[t.charCodeAt(u+1)]<<12|sn[t.charCodeAt(u+2)]<<6|sn[t.charCodeAt(u+3)],o[s++]=e>>16&255,o[s++]=e>>8&255,o[s++]=e&255;return i===2&&(e=sn[t.charCodeAt(u)]<<2|sn[t.charCodeAt(u+1)]>>4,o[s++]=e&255),i===1&&(e=sn[t.charCodeAt(u)]<<10|sn[t.charCodeAt(u+1)]<<4|sn[t.charCodeAt(u+2)]>>2,o[s++]=e>>8&255,o[s++]=e&255),o}function Yv(t){return Sn[t>>18&63]+Sn[t>>12&63]+Sn[t>>6&63]+Sn[t&63]}function zv(t,e,n){for(var r,i=[],o=e;o<n;o+=3)r=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(Yv(r));return i.join("")}function qv(t){for(var e,n=t.length,r=n%3,i=[],o=16383,s=0,l=n-r;s<l;s+=o)i.push(zv(t,s,s+o>l?l:s+o));return r===1?(e=t[n-1],i.push(Sn[e>>2]+Sn[e<<4&63]+"==")):r===2&&(e=(t[n-2]<<8)+t[n-1],i.push(Sn[e>>10]+Sn[e>>4&63]+Sn[e<<2&63]+"=")),i.join("")}var Yc={byteLength:Bv,toByteArray:Uv,fromByteArray:Hv};var Kv=function(e,n,r,i,o){var s,l,u=o*8-i-1,d=(1<<u)-1,_=d>>1,h=-7,E=r?o-1:0,w=r?-1:1,N=e[n+E];for(E+=w,s=N&(1<<-h)-1,N>>=-h,h+=u;h>0;s=s*256+e[n+E],E+=w,h-=8);for(l=s&(1<<-h)-1,s>>=-h,h+=i;h>0;l=l*256+e[n+E],E+=w,h-=8);if(s===0)s=1-_;else{if(s===d)return l?NaN:(N?-1:1)*(1/0);l=l+Math.pow(2,i),s=s-_}return(N?-1:1)*l*Math.pow(2,s-i)},Xv=function(e,n,r,i,o,s){var l,u,d,_=s*8-o-1,h=(1<<_)-1,E=h>>1,w=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,N=i?0:s-1,B=i?1:-1,P=n<0||n===0&&1/n<0?1:0;for(n=Math.abs(n),isNaN(n)||n===1/0?(u=isNaN(n)?1:0,l=h):(l=Math.floor(Math.log(n)/Math.LN2),n*(d=Math.pow(2,-l))<1&&(l--,d*=2),l+E>=1?n+=w/d:n+=w*Math.pow(2,1-E),n*d>=2&&(l++,d/=2),l+E>=h?(u=0,l=h):l+E>=1?(u=(n*d-1)*Math.pow(2,o),l=l+E):(u=n*Math.pow(2,E-1)*Math.pow(2,o),l=0));o>=8;e[r+N]=u&255,N+=B,u/=256,o-=8);for(l=l<<o|u,_+=o;_>0;e[r+N]=l&255,N+=B,l/=256,_-=8);e[r+N-B]|=P*128},Yr={read:Kv,write:Xv},as=kv(function(t,e){var n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=s,e.SlowBuffer=Y,e.INSPECT_MAX_BYTES=50;var r=2147483647;e.kMaxLength=r,s.TYPED_ARRAY_SUPPORT=i(),!s.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 i(){try{var p=new Uint8Array(1),a={foo:function(){return 42}};return Object.setPrototypeOf(a,Uint8Array.prototype),Object.setPrototypeOf(p,a),p.foo()===42}catch{return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.buffer}}),Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.byteOffset}});function o(p){if(p>r)throw new RangeError('The value "'+p+'" is invalid for option "size"');var a=new Uint8Array(p);return Object.setPrototypeOf(a,s.prototype),a}function s(p,a,c){if(typeof p=="number"){if(typeof a=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return _(p)}return l(p,a,c)}s.poolSize=8192;function l(p,a,c){if(typeof p=="string")return h(p,a);if(ArrayBuffer.isView(p))return w(p);if(p==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(p));if(me(p,ArrayBuffer)||p&&me(p.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(me(p,SharedArrayBuffer)||p&&me(p.buffer,SharedArrayBuffer)))return N(p,a,c);if(typeof p=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var g=p.valueOf&&p.valueOf();if(g!=null&&g!==p)return s.from(g,a,c);var T=B(p);if(T)return T;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof p[Symbol.toPrimitive]=="function")return s.from(p[Symbol.toPrimitive]("string"),a,c);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(p))}s.from=function(p,a,c){return l(p,a,c)},Object.setPrototypeOf(s.prototype,Uint8Array.prototype),Object.setPrototypeOf(s,Uint8Array);function u(p){if(typeof p!="number")throw new TypeError('"size" argument must be of type number');if(p<0)throw new RangeError('The value "'+p+'" is invalid for option "size"')}function d(p,a,c){return u(p),p<=0?o(p):a!==void 0?typeof c=="string"?o(p).fill(a,c):o(p).fill(a):o(p)}s.alloc=function(p,a,c){return d(p,a,c)};function _(p){return u(p),o(p<0?0:P(p)|0)}s.allocUnsafe=function(p){return _(p)},s.allocUnsafeSlow=function(p){return _(p)};function h(p,a){if((typeof a!="string"||a==="")&&(a="utf8"),!s.isEncoding(a))throw new TypeError("Unknown encoding: "+a);var c=G(p,a)|0,g=o(c),T=g.write(p,a);return T!==c&&(g=g.slice(0,T)),g}function E(p){for(var a=p.length<0?0:P(p.length)|0,c=o(a),g=0;g<a;g+=1)c[g]=p[g]&255;return c}function w(p){if(me(p,Uint8Array)){var a=new Uint8Array(p);return N(a.buffer,a.byteOffset,a.byteLength)}return E(p)}function N(p,a,c){if(a<0||p.byteLength<a)throw new RangeError('"offset" is outside of buffer bounds');if(p.byteLength<a+(c||0))throw new RangeError('"length" is outside of buffer bounds');var g;return a===void 0&&c===void 0?g=new Uint8Array(p):c===void 0?g=new Uint8Array(p,a):g=new Uint8Array(p,a,c),Object.setPrototypeOf(g,s.prototype),g}function B(p){if(s.isBuffer(p)){var a=P(p.length)|0,c=o(a);return c.length===0||p.copy(c,0,0,a),c}if(p.length!==void 0)return typeof p.length!="number"||ge(p.length)?o(0):E(p);if(p.type==="Buffer"&&Array.isArray(p.data))return E(p.data)}function P(p){if(p>=r)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+r.toString(16)+" bytes");return p|0}function Y(p){return+p!=p&&(p=0),s.alloc(+p)}s.isBuffer=function(a){return a!=null&&a._isBuffer===!0&&a!==s.prototype},s.compare=function(a,c){if(me(a,Uint8Array)&&(a=s.from(a,a.offset,a.byteLength)),me(c,Uint8Array)&&(c=s.from(c,c.offset,c.byteLength)),!s.isBuffer(a)||!s.isBuffer(c))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===c)return 0;for(var g=a.length,T=c.length,A=0,F=Math.min(g,T);A<F;++A)if(a[A]!==c[A]){g=a[A],T=c[A];break}return g<T?-1:T<g?1:0},s.isEncoding=function(a){switch(String(a).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!0;default:return!1}},s.concat=function(a,c){if(!Array.isArray(a))throw new TypeError('"list" argument must be an Array of Buffers');if(a.length===0)return s.alloc(0);var g;if(c===void 0)for(c=0,g=0;g<a.length;++g)c+=a[g].length;var T=s.allocUnsafe(c),A=0;for(g=0;g<a.length;++g){var F=a[g];if(me(F,Uint8Array))A+F.length>T.length?s.from(F).copy(T,A):Uint8Array.prototype.set.call(T,F,A);else if(s.isBuffer(F))F.copy(T,A);else throw new TypeError('"list" argument must be an Array of Buffers');A+=F.length}return T};function G(p,a){if(s.isBuffer(p))return p.length;if(ArrayBuffer.isView(p)||me(p,ArrayBuffer))return p.byteLength;if(typeof p!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+babelHelpers.typeof(p));var c=p.length,g=arguments.length>2&&arguments[2]===!0;if(!g&&c===0)return 0;for(var T=!1;;)switch(a){case"ascii":case"latin1":case"binary":return c;case"utf8":case"utf-8":return ee(p).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return c*2;case"hex":return c>>>1;case"base64":return he(p).length;default:if(T)return g?-1:ee(p).length;a=(""+a).toLowerCase(),T=!0}}s.byteLength=G;function te(p,a,c){var g=!1;if((a===void 0||a<0)&&(a=0),a>this.length||((c===void 0||c>this.length)&&(c=this.length),c<=0)||(c>>>=0,a>>>=0,c<=a))return"";for(p||(p="utf8");;)switch(p){case"hex":return L(this,a,c);case"utf8":case"utf-8":return Ye(this,a,c);case"ascii":return D(this,a,c);case"latin1":case"binary":return O(this,a,c);case"base64":return Le(this,a,c);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return M(this,a,c);default:if(g)throw new TypeError("Unknown encoding: "+p);p=(p+"").toLowerCase(),g=!0}}s.prototype._isBuffer=!0;function q(p,a,c){var g=p[a];p[a]=p[c],p[c]=g}s.prototype.swap16=function(){var a=this.length;if(a%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var c=0;c<a;c+=2)q(this,c,c+1);return this},s.prototype.swap32=function(){var a=this.length;if(a%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var c=0;c<a;c+=4)q(this,c,c+3),q(this,c+1,c+2);return this},s.prototype.swap64=function(){var a=this.length;if(a%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var c=0;c<a;c+=8)q(this,c,c+7),q(this,c+1,c+6),q(this,c+2,c+5),q(this,c+3,c+4);return this},s.prototype.toString=function(){var a=this.length;return a===0?"":arguments.length===0?Ye(this,0,a):te.apply(this,arguments)},s.prototype.toLocaleString=s.prototype.toString,s.prototype.equals=function(a){if(!s.isBuffer(a))throw new TypeError("Argument must be a Buffer");return this===a?!0:s.compare(this,a)===0},s.prototype.inspect=function(){var a="",c=e.INSPECT_MAX_BYTES;return a=this.toString("hex",0,c).replace(/(.{2})/g,"$1 ").trim(),this.length>c&&(a+=" ... "),"<Buffer "+a+">"},n&&(s.prototype[n]=s.prototype.inspect),s.prototype.compare=function(a,c,g,T,A){if(me(a,Uint8Array)&&(a=s.from(a,a.offset,a.byteLength)),!s.isBuffer(a))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+babelHelpers.typeof(a));if(c===void 0&&(c=0),g===void 0&&(g=a?a.length:0),T===void 0&&(T=0),A===void 0&&(A=this.length),c<0||g>a.length||T<0||A>this.length)throw new RangeError("out of range index");if(T>=A&&c>=g)return 0;if(T>=A)return-1;if(c>=g)return 1;if(c>>>=0,g>>>=0,T>>>=0,A>>>=0,this===a)return 0;for(var F=A-T,ye=g-c,Ie=Math.min(F,ye),we=this.slice(T,A),ke=a.slice(c,g),Be=0;Be<Ie;++Be)if(we[Be]!==ke[Be]){F=we[Be],ye=ke[Be];break}return F<ye?-1:ye<F?1:0};function Ae(p,a,c,g,T){if(p.length===0)return-1;if(typeof c=="string"?(g=c,c=0):c>2147483647?c=2147483647:c<-2147483648&&(c=-2147483648),c=+c,ge(c)&&(c=T?0:p.length-1),c<0&&(c=p.length+c),c>=p.length){if(T)return-1;c=p.length-1}else if(c<0)if(T)c=0;else return-1;if(typeof a=="string"&&(a=s.from(a,g)),s.isBuffer(a))return a.length===0?-1:H(p,a,c,g,T);if(typeof a=="number")return a=a&255,typeof Uint8Array.prototype.indexOf=="function"?T?Uint8Array.prototype.indexOf.call(p,a,c):Uint8Array.prototype.lastIndexOf.call(p,a,c):H(p,[a],c,g,T);throw new TypeError("val must be string, number or Buffer")}function H(p,a,c,g,T){var A=1,F=p.length,ye=a.length;if(g!==void 0&&(g=String(g).toLowerCase(),g==="ucs2"||g==="ucs-2"||g==="utf16le"||g==="utf-16le")){if(p.length<2||a.length<2)return-1;A=2,F/=2,ye/=2,c/=2}function Ie(Ht,Kt){return A===1?Ht[Kt]:Ht.readUInt16BE(Kt*A)}var we;if(T){var ke=-1;for(we=c;we<F;we++)if(Ie(p,we)===Ie(a,ke===-1?0:we-ke)){if(ke===-1&&(ke=we),we-ke+1===ye)return ke*A}else ke!==-1&&(we-=we-ke),ke=-1}else for(c+ye>F&&(c=F-ye),we=c;we>=0;we--){for(var Be=!0,Qe=0;Qe<ye;Qe++)if(Ie(p,we+Qe)!==Ie(a,Qe)){Be=!1;break}if(Be)return we}return-1}s.prototype.includes=function(a,c,g){return this.indexOf(a,c,g)!==-1},s.prototype.indexOf=function(a,c,g){return Ae(this,a,c,g,!0)},s.prototype.lastIndexOf=function(a,c,g){return Ae(this,a,c,g,!1)};function ve(p,a,c,g){c=Number(c)||0;var T=p.length-c;g?(g=Number(g),g>T&&(g=T)):g=T;var A=a.length;g>A/2&&(g=A/2);for(var F=0;F<g;++F){var ye=parseInt(a.substr(F*2,2),16);if(ge(ye))return F;p[c+F]=ye}return F}function fe(p,a,c,g){return le(ee(a,p.length-c),p,c,g)}function be(p,a,c,g){return le(ce(a),p,c,g)}function Ve(p,a,c,g){return le(he(a),p,c,g)}function Ne(p,a,c,g){return le(re(a,p.length-c),p,c,g)}s.prototype.write=function(a,c,g,T){if(c===void 0)T="utf8",g=this.length,c=0;else if(g===void 0&&typeof c=="string")T=c,g=this.length,c=0;else if(isFinite(c))c=c>>>0,isFinite(g)?(g=g>>>0,T===void 0&&(T="utf8")):(T=g,g=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var A=this.length-c;if((g===void 0||g>A)&&(g=A),a.length>0&&(g<0||c<0)||c>this.length)throw new RangeError("Attempt to write outside buffer bounds");T||(T="utf8");for(var F=!1;;)switch(T){case"hex":return ve(this,a,c,g);case"utf8":case"utf-8":return fe(this,a,c,g);case"ascii":case"latin1":case"binary":return be(this,a,c,g);case"base64":return Ve(this,a,c,g);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ne(this,a,c,g);default:if(F)throw new TypeError("Unknown encoding: "+T);T=(""+T).toLowerCase(),F=!0}},s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Le(p,a,c){return a===0&&c===p.length?Yc.fromByteArray(p):Yc.fromByteArray(p.slice(a,c))}function Ye(p,a,c){c=Math.min(p.length,c);for(var g=[],T=a;T<c;){var A=p[T],F=null,ye=A>239?4:A>223?3:A>191?2:1;if(T+ye<=c){var Ie,we,ke,Be;switch(ye){case 1:A<128&&(F=A);break;case 2:Ie=p[T+1],(Ie&192)===128&&(Be=(A&31)<<6|Ie&63,Be>127&&(F=Be));break;case 3:Ie=p[T+1],we=p[T+2],(Ie&192)===128&&(we&192)===128&&(Be=(A&15)<<12|(Ie&63)<<6|we&63,Be>2047&&(Be<55296||Be>57343)&&(F=Be));break;case 4:Ie=p[T+1],we=p[T+2],ke=p[T+3],(Ie&192)===128&&(we&192)===128&&(ke&192)===128&&(Be=(A&15)<<18|(Ie&63)<<12|(we&63)<<6|ke&63,Be>65535&&Be<1114112&&(F=Be))}}F===null?(F=65533,ye=1):F>65535&&(F-=65536,g.push(F>>>10&1023|55296),F=56320|F&1023),g.push(F),T+=ye}return _t(g)}var Ke=4096;function _t(p){var a=p.length;if(a<=Ke)return String.fromCharCode.apply(String,p);for(var c="",g=0;g<a;)c+=String.fromCharCode.apply(String,p.slice(g,g+=Ke));return c}function D(p,a,c){var g="";c=Math.min(p.length,c);for(var T=a;T<c;++T)g+=String.fromCharCode(p[T]&127);return g}function O(p,a,c){var g="";c=Math.min(p.length,c);for(var T=a;T<c;++T)g+=String.fromCharCode(p[T]);return g}function L(p,a,c){var g=p.length;(!a||a<0)&&(a=0),(!c||c<0||c>g)&&(c=g);for(var T="",A=a;A<c;++A)T+=_e[p[A]];return T}function M(p,a,c){for(var g=p.slice(a,c),T="",A=0;A<g.length-1;A+=2)T+=String.fromCharCode(g[A]+g[A+1]*256);return T}s.prototype.slice=function(a,c){var g=this.length;a=~~a,c=c===void 0?g:~~c,a<0?(a+=g,a<0&&(a=0)):a>g&&(a=g),c<0?(c+=g,c<0&&(c=0)):c>g&&(c=g),c<a&&(c=a);var T=this.subarray(a,c);return Object.setPrototypeOf(T,s.prototype),T};function v(p,a,c){if(p%1!==0||p<0)throw new RangeError("offset is not uint");if(p+a>c)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(a,c,g){a=a>>>0,c=c>>>0,g||v(a,c,this.length);for(var T=this[a],A=1,F=0;++F<c&&(A*=256);)T+=this[a+F]*A;return T},s.prototype.readUintBE=s.prototype.readUIntBE=function(a,c,g){a=a>>>0,c=c>>>0,g||v(a,c,this.length);for(var T=this[a+--c],A=1;c>0&&(A*=256);)T+=this[a+--c]*A;return T},s.prototype.readUint8=s.prototype.readUInt8=function(a,c){return a=a>>>0,c||v(a,1,this.length),this[a]},s.prototype.readUint16LE=s.prototype.readUInt16LE=function(a,c){return a=a>>>0,c||v(a,2,this.length),this[a]|this[a+1]<<8},s.prototype.readUint16BE=s.prototype.readUInt16BE=function(a,c){return a=a>>>0,c||v(a,2,this.length),this[a]<<8|this[a+1]},s.prototype.readUint32LE=s.prototype.readUInt32LE=function(a,c){return a=a>>>0,c||v(a,4,this.length),(this[a]|this[a+1]<<8|this[a+2]<<16)+this[a+3]*16777216},s.prototype.readUint32BE=s.prototype.readUInt32BE=function(a,c){return a=a>>>0,c||v(a,4,this.length),this[a]*16777216+(this[a+1]<<16|this[a+2]<<8|this[a+3])},s.prototype.readIntLE=function(a,c,g){a=a>>>0,c=c>>>0,g||v(a,c,this.length);for(var T=this[a],A=1,F=0;++F<c&&(A*=256);)T+=this[a+F]*A;return A*=128,T>=A&&(T-=Math.pow(2,8*c)),T},s.prototype.readIntBE=function(a,c,g){a=a>>>0,c=c>>>0,g||v(a,c,this.length);for(var T=c,A=1,F=this[a+--T];T>0&&(A*=256);)F+=this[a+--T]*A;return A*=128,F>=A&&(F-=Math.pow(2,8*c)),F},s.prototype.readInt8=function(a,c){return a=a>>>0,c||v(a,1,this.length),this[a]&128?(255-this[a]+1)*-1:this[a]},s.prototype.readInt16LE=function(a,c){a=a>>>0,c||v(a,2,this.length);var g=this[a]|this[a+1]<<8;return g&32768?g|4294901760:g},s.prototype.readInt16BE=function(a,c){a=a>>>0,c||v(a,2,this.length);var g=this[a+1]|this[a]<<8;return g&32768?g|4294901760:g},s.prototype.readInt32LE=function(a,c){return a=a>>>0,c||v(a,4,this.length),this[a]|this[a+1]<<8|this[a+2]<<16|this[a+3]<<24},s.prototype.readInt32BE=function(a,c){return a=a>>>0,c||v(a,4,this.length),this[a]<<24|this[a+1]<<16|this[a+2]<<8|this[a+3]},s.prototype.readFloatLE=function(a,c){return a=a>>>0,c||v(a,4,this.length),Yr.read(this,a,!0,23,4)},s.prototype.readFloatBE=function(a,c){return a=a>>>0,c||v(a,4,this.length),Yr.read(this,a,!1,23,4)},s.prototype.readDoubleLE=function(a,c){return a=a>>>0,c||v(a,8,this.length),Yr.read(this,a,!0,52,8)},s.prototype.readDoubleBE=function(a,c){return a=a>>>0,c||v(a,8,this.length),Yr.read(this,a,!1,52,8)};function y(p,a,c,g,T,A){if(!s.isBuffer(p))throw new TypeError('"buffer" argument must be a Buffer instance');if(a>T||a<A)throw new RangeError('"value" argument is out of bounds');if(c+g>p.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(a,c,g,T){if(a=+a,c=c>>>0,g=g>>>0,!T){var A=Math.pow(2,8*g)-1;y(this,a,c,g,A,0)}var F=1,ye=0;for(this[c]=a&255;++ye<g&&(F*=256);)this[c+ye]=a/F&255;return c+g},s.prototype.writeUintBE=s.prototype.writeUIntBE=function(a,c,g,T){if(a=+a,c=c>>>0,g=g>>>0,!T){var A=Math.pow(2,8*g)-1;y(this,a,c,g,A,0)}var F=g-1,ye=1;for(this[c+F]=a&255;--F>=0&&(ye*=256);)this[c+F]=a/ye&255;return c+g},s.prototype.writeUint8=s.prototype.writeUInt8=function(a,c,g){return a=+a,c=c>>>0,g||y(this,a,c,1,255,0),this[c]=a&255,c+1},s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(a,c,g){return a=+a,c=c>>>0,g||y(this,a,c,2,65535,0),this[c]=a&255,this[c+1]=a>>>8,c+2},s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(a,c,g){return a=+a,c=c>>>0,g||y(this,a,c,2,65535,0),this[c]=a>>>8,this[c+1]=a&255,c+2},s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(a,c,g){return a=+a,c=c>>>0,g||y(this,a,c,4,4294967295,0),this[c+3]=a>>>24,this[c+2]=a>>>16,this[c+1]=a>>>8,this[c]=a&255,c+4},s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(a,c,g){return a=+a,c=c>>>0,g||y(this,a,c,4,4294967295,0),this[c]=a>>>24,this[c+1]=a>>>16,this[c+2]=a>>>8,this[c+3]=a&255,c+4},s.prototype.writeIntLE=function(a,c,g,T){if(a=+a,c=c>>>0,!T){var A=Math.pow(2,8*g-1);y(this,a,c,g,A-1,-A)}var F=0,ye=1,Ie=0;for(this[c]=a&255;++F<g&&(ye*=256);)a<0&&Ie===0&&this[c+F-1]!==0&&(Ie=1),this[c+F]=(a/ye>>0)-Ie&255;return c+g},s.prototype.writeIntBE=function(a,c,g,T){if(a=+a,c=c>>>0,!T){var A=Math.pow(2,8*g-1);y(this,a,c,g,A-1,-A)}var F=g-1,ye=1,Ie=0;for(this[c+F]=a&255;--F>=0&&(ye*=256);)a<0&&Ie===0&&this[c+F+1]!==0&&(Ie=1),this[c+F]=(a/ye>>0)-Ie&255;return c+g},s.prototype.writeInt8=function(a,c,g){return a=+a,c=c>>>0,g||y(this,a,c,1,127,-128),a<0&&(a=255+a+1),this[c]=a&255,c+1},s.prototype.writeInt16LE=function(a,c,g){return a=+a,c=c>>>0,g||y(this,a,c,2,32767,-32768),this[c]=a&255,this[c+1]=a>>>8,c+2},s.prototype.writeInt16BE=function(a,c,g){return a=+a,c=c>>>0,g||y(this,a,c,2,32767,-32768),this[c]=a>>>8,this[c+1]=a&255,c+2},s.prototype.writeInt32LE=function(a,c,g){return a=+a,c=c>>>0,g||y(this,a,c,4,2147483647,-2147483648),this[c]=a&255,this[c+1]=a>>>8,this[c+2]=a>>>16,this[c+3]=a>>>24,c+4},s.prototype.writeInt32BE=function(a,c,g){return a=+a,c=c>>>0,g||y(this,a,c,4,2147483647,-2147483648),a<0&&(a=4294967295+a+1),this[c]=a>>>24,this[c+1]=a>>>16,this[c+2]=a>>>8,this[c+3]=a&255,c+4};function U(p,a,c,g,T,A){if(c+g>p.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("Index out of range")}function K(p,a,c,g,T){return a=+a,c=c>>>0,T||U(p,a,c,4),Yr.write(p,a,c,g,23,4),c+4}s.prototype.writeFloatLE=function(a,c,g){return K(this,a,c,!0,g)},s.prototype.writeFloatBE=function(a,c,g){return K(this,a,c,!1,g)};function oe(p,a,c,g,T){return a=+a,c=c>>>0,T||U(p,a,c,8),Yr.write(p,a,c,g,52,8),c+8}s.prototype.writeDoubleLE=function(a,c,g){return oe(this,a,c,!0,g)},s.prototype.writeDoubleBE=function(a,c,g){return oe(this,a,c,!1,g)},s.prototype.copy=function(a,c,g,T){if(!s.isBuffer(a))throw new TypeError("argument should be a Buffer");if(g||(g=0),!T&&T!==0&&(T=this.length),c>=a.length&&(c=a.length),c||(c=0),T>0&&T<g&&(T=g),T===g||a.length===0||this.length===0)return 0;if(c<0)throw new RangeError("targetStart out of bounds");if(g<0||g>=this.length)throw new RangeError("Index out of range");if(T<0)throw new RangeError("sourceEnd out of bounds");T>this.length&&(T=this.length),a.length-c<T-g&&(T=a.length-c+g);var A=T-g;return this===a&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(c,g,T):Uint8Array.prototype.set.call(a,this.subarray(g,T),c),A},s.prototype.fill=function(a,c,g,T){if(typeof a=="string"){if(typeof c=="string"?(T=c,c=0,g=this.length):typeof g=="string"&&(T=g,g=this.length),T!==void 0&&typeof T!="string")throw new TypeError("encoding must be a string");if(typeof T=="string"&&!s.isEncoding(T))throw new TypeError("Unknown encoding: "+T);if(a.length===1){var A=a.charCodeAt(0);(T==="utf8"&&A<128||T==="latin1")&&(a=A)}}else typeof a=="number"?a=a&255:typeof a=="boolean"&&(a=Number(a));if(c<0||this.length<c||this.length<g)throw new RangeError("Out of range index");if(g<=c)return this;c=c>>>0,g=g===void 0?this.length:g>>>0,a||(a=0);var F;if(typeof a=="number")for(F=c;F<g;++F)this[F]=a;else{var ye=s.isBuffer(a)?a:s.from(a,T),Ie=ye.length;if(Ie===0)throw new TypeError('The value "'+a+'" is invalid for argument "value"');for(F=0;F<g-c;++F)this[F+c]=ye[F%Ie]}return this};var ae=/[^+/0-9A-Za-z-_]/g;function de(p){if(p=p.split("=")[0],p=p.trim().replace(ae,""),p.length<2)return"";for(;p.length%4!==0;)p=p+"=";return p}function ee(p,a){a=a||1/0;for(var c,g=p.length,T=null,A=[],F=0;F<g;++F){if(c=p.charCodeAt(F),c>55295&&c<57344){if(!T){if(c>56319){(a-=3)>-1&&A.push(239,191,189);continue}else if(F+1===g){(a-=3)>-1&&A.push(239,191,189);continue}T=c;continue}if(c<56320){(a-=3)>-1&&A.push(239,191,189),T=c;continue}c=(T-55296<<10|c-56320)+65536}else T&&(a-=3)>-1&&A.push(239,191,189);if(T=null,c<128){if((a-=1)<0)break;A.push(c)}else if(c<2048){if((a-=2)<0)break;A.push(c>>6|192,c&63|128)}else if(c<65536){if((a-=3)<0)break;A.push(c>>12|224,c>>6&63|128,c&63|128)}else if(c<1114112){if((a-=4)<0)break;A.push(c>>18|240,c>>12&63|128,c>>6&63|128,c&63|128)}else throw new Error("Invalid code point")}return A}function ce(p){for(var a=[],c=0;c<p.length;++c)a.push(p.charCodeAt(c)&255);return a}function re(p,a){for(var c,g,T,A=[],F=0;F<p.length&&!((a-=2)<0);++F)c=p.charCodeAt(F),g=c>>8,T=c%256,A.push(T),A.push(g);return A}function he(p){return Yc.toByteArray(de(p))}function le(p,a,c,g){for(var T=0;T<g&&!(T+c>=a.length||T>=p.length);++T)a[T+c]=p[T];return T}function me(p,a){return p instanceof a||p!=null&&p.constructor!=null&&p.constructor.name!=null&&p.constructor.name===a.name}function ge(p){return p!==p}var _e=function(){for(var p="0123456789abcdef",a=new Array(256),c=0;c<16;++c)for(var g=c*16,T=0;T<16;++T)a[g+T]=p[c]+p[T];return a}()}),Fe=as.Buffer;as.SlowBuffer;as.INSPECT_MAX_BYTES;as.kMaxLength;var Jc=function(e,n){return Jc=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var o in i)i.hasOwnProperty(o)&&(r[o]=i[o])},Jc(e,n)};function cs(t,e){Jc(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}var mr=function(t){cs(e,t);function e(n){var r=t.call(this,n)||this;return Object.setPrototypeOf(r,e.prototype),r}return Object.defineProperty(e.prototype,"name",{get:function(){return"BSONError"},enumerable:!1,configurable:!0}),e}(Error),it=function(t){cs(e,t);function e(n){var r=t.call(this,n)||this;return Object.setPrototypeOf(r,e.prototype),r}return Object.defineProperty(e.prototype,"name",{get:function(){return"BSONTypeError"},enumerable:!1,configurable:!0}),e}(TypeError);function os(t){return t&&t.Math==Math&&t}function gp(){return os(typeof globalThis=="object"&&globalThis)||os(typeof window=="object"&&window)||os(typeof self=="object"&&self)||os(typeof global=="object"&&global)||Function("return this")()}function Jv(){var t=gp();return typeof t.navigator=="object"&&t.navigator.product==="ReactNative"}var Zv=function(e){var n=Jv()?"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(n);for(var r=Fe.alloc(e),i=0;i<e;++i)r[i]=Math.floor(Math.random()*256);return r},Qv=function(){{if(typeof window<"u"){var t=window.crypto||window.msCrypto;if(t&&t.getRandomValues)return function(e){return t.getRandomValues(Fe.alloc(e))}}return typeof global<"u"&&global.crypto&&global.crypto.getRandomValues?function(e){return global.crypto.getRandomValues(Fe.alloc(e))}:Zv}},_p=Qv();function ey(t){return["[object ArrayBuffer]","[object SharedArrayBuffer]"].includes(Object.prototype.toString.call(t))}function Qc(t){return Object.prototype.toString.call(t)==="[object Uint8Array]"}function ty(t){return Object.prototype.toString.call(t)==="[object RegExp]"}function ny(t){return Vi(t)&&Object.prototype.toString.call(t)==="[object Date]"}function Vi(t){return typeof t=="object"&&t!==null}function ls(t,e){var n=!1;function r(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];return n||(console.warn(e),n=!0),t.apply(this,i)}return r}function ss(t){if(ArrayBuffer.isView(t))return Fe.from(t.buffer,t.byteOffset,t.byteLength);if(ey(t))return Fe.from(t);throw new it("Must use either Buffer or TypedArray")}var ry=/^(?:[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,vp=function(t){return typeof t=="string"&&ry.test(t)},Zc=function(t){if(!vp(t))throw new it('UUID string representations must be a 32 or 36 character hex string (dashes excluded/included). Format: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".');var e=t.replace(/-/g,"");return Fe.from(e,"hex")},ep=function(t,e){return e===void 0&&(e=!0),e?t.toString("hex",0,4)+"-"+t.toString("hex",4,6)+"-"+t.toString("hex",6,8)+"-"+t.toString("hex",8,10)+"-"+t.toString("hex",10,16):t.toString("hex")};var zN=Math.pow(2,63)-1,qN=-Math.pow(2,63),iy=Math.pow(2,53),oy=-Math.pow(2,53);var yp=4;var gr=function(){function t(e,n){if(!(this instanceof t))return new t(e,n);if(e!=null&&typeof e!="string"&&!ArrayBuffer.isView(e)&&!(e instanceof ArrayBuffer)&&!Array.isArray(e))throw new it("Binary can only be constructed from string, Buffer, TypedArray, or Array<number>");this.sub_type=n??t.BSON_BINARY_SUBTYPE_DEFAULT,e==null?(this.buffer=Fe.alloc(t.BUFFER_SIZE),this.position=0):(typeof e=="string"?this.buffer=Fe.from(e,"binary"):Array.isArray(e)?this.buffer=Fe.from(e):this.buffer=ss(e),this.position=this.buffer.byteLength)}return t.prototype.put=function(e){if(typeof e=="string"&&e.length!==1)throw new it("only accepts single character String");if(typeof e!="number"&&e.length!==1)throw new it("only accepts single character Uint8Array or Array");var n;if(typeof e=="string"?n=e.charCodeAt(0):typeof e=="number"?n=e:n=e[0],n<0||n>255)throw new it("only accepts number in a valid unsigned byte range 0-255");if(this.buffer.length>this.position)this.buffer[this.position++]=n;else{var r=Fe.alloc(t.BUFFER_SIZE+this.buffer.length);this.buffer.copy(r,0,0,this.buffer.length),this.buffer=r,this.buffer[this.position++]=n}},t.prototype.write=function(e,n){if(n=typeof n=="number"?n:this.position,this.buffer.length<n+e.length){var r=Fe.alloc(this.buffer.length+e.length);this.buffer.copy(r,0,0,this.buffer.length),this.buffer=r}ArrayBuffer.isView(e)?(this.buffer.set(ss(e),n),this.position=n+e.byteLength>this.position?n+e.length:this.position):typeof e=="string"&&(this.buffer.write(e,n,e.length,"binary"),this.position=n+e.length>this.position?n+e.length:this.position)},t.prototype.read=function(e,n){return n=n&&n>0?n:this.position,this.buffer.slice(e,e+n)},t.prototype.value=function(e){return e=!!e,e&&this.buffer.length===this.position?this.buffer:e?this.buffer.slice(0,this.position):this.buffer.toString("binary",0,this.position)},t.prototype.length=function(){return this.position},t.prototype.toJSON=function(){return this.buffer.toString("base64")},t.prototype.toString=function(e){return this.buffer.toString(e)},t.prototype.toExtendedJSON=function(e){e=e||{};var n=this.buffer.toString("base64"),r=Number(this.sub_type).toString(16);return e.legacy?{$binary:n,$type:r.length===1?"0"+r:r}:{$binary:{base64:n,subType:r.length===1?"0"+r:r}}},t.prototype.toUUID=function(){if(this.sub_type===t.SUBTYPE_UUID)return new tp(this.buffer.slice(0,this.position));throw new mr('Binary sub_type "'.concat(this.sub_type,'" is not supported for converting to UUID. Only "').concat(t.SUBTYPE_UUID,'" is currently supported.'))},t.fromExtendedJSON=function(e,n){n=n||{};var r,i;if("$binary"in e?n.legacy&&typeof e.$binary=="string"&&"$type"in e?(i=e.$type?parseInt(e.$type,16):0,r=Fe.from(e.$binary,"base64")):typeof e.$binary!="string"&&(i=e.$binary.subType?parseInt(e.$binary.subType,16):0,r=Fe.from(e.$binary.base64,"base64")):"$uuid"in e&&(i=4,r=Zc(e.$uuid)),!r)throw new it("Unexpected Binary Extended JSON format ".concat(JSON.stringify(e)));return i===yp?new tp(r):new t(r,i)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.value(!0);return'new Binary(Buffer.from("'.concat(e.toString("hex"),'", "hex"), ').concat(this.sub_type,")")},t.BSON_BINARY_SUBTYPE_DEFAULT=0,t.BUFFER_SIZE=256,t.SUBTYPE_DEFAULT=0,t.SUBTYPE_FUNCTION=1,t.SUBTYPE_BYTE_ARRAY=2,t.SUBTYPE_UUID_OLD=3,t.SUBTYPE_UUID=4,t.SUBTYPE_MD5=5,t.SUBTYPE_ENCRYPTED=6,t.SUBTYPE_COLUMN=7,t.SUBTYPE_USER_DEFINED=128,t}();Object.defineProperty(gr.prototype,"_bsontype",{value:"Binary"});var zc=16,tp=function(t){cs(e,t);function e(n){var r=this,i,o;if(n==null)i=e.generate();else if(n instanceof e)i=Fe.from(n.buffer),o=n.__id;else if(ArrayBuffer.isView(n)&&n.byteLength===zc)i=ss(n);else if(typeof n=="string")i=Zc(n);else throw new it("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 r=t.call(this,i,yp)||this,r.__id=o,r}return Object.defineProperty(e.prototype,"id",{get:function(){return this.buffer},set:function(n){this.buffer=n,e.cacheHexString&&(this.__id=ep(n))},enumerable:!1,configurable:!0}),e.prototype.toHexString=function(n){if(n===void 0&&(n=!0),e.cacheHexString&&this.__id)return this.__id;var r=ep(this.id,n);return e.cacheHexString&&(this.__id=r),r},e.prototype.toString=function(n){return n?this.id.toString(n):this.toHexString()},e.prototype.toJSON=function(){return this.toHexString()},e.prototype.equals=function(n){if(!n)return!1;if(n instanceof e)return n.id.equals(this.id);try{return new e(n).id.equals(this.id)}catch{return!1}},e.prototype.toBinary=function(){return new gr(this.id,gr.SUBTYPE_UUID)},e.generate=function(){var n=_p(zc);return n[6]=n[6]&15|64,n[8]=n[8]&63|128,Fe.from(n)},e.isValid=function(n){return n?n instanceof e?!0:typeof n=="string"?vp(n):Qc(n)?n.length!==zc?!1:(n[6]&240)===64&&(n[8]&128)===128:!1:!1},e.createFromHexString=function(n){var r=Zc(n);return new e(r)},e.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},e.prototype.inspect=function(){return'new UUID("'.concat(this.toHexString(),'")')},e}(gr),us=function(){function t(e,n){if(!(this instanceof t))return new t(e,n);this.code=e,this.scope=n}return t.prototype.toJSON=function(){return{code:this.code,scope:this.scope}},t.prototype.toExtendedJSON=function(){return this.scope?{$code:this.code,$scope:this.scope}:{$code:this.code}},t.fromExtendedJSON=function(e){return new t(e.$code,e.$scope)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.toJSON();return'new Code("'.concat(String(e.code),'"').concat(e.scope?", ".concat(JSON.stringify(e.scope)):"",")")},t}();Object.defineProperty(us.prototype,"_bsontype",{value:"Code"});function sy(t){return Vi(t)&&t.$id!=null&&typeof t.$ref=="string"&&(t.$db==null||typeof t.$db=="string")}var Li=function(){function t(e,n,r,i){if(!(this instanceof t))return new t(e,n,r,i);var o=e.split(".");o.length===2&&(r=o.shift(),e=o.shift()),this.collection=e,this.oid=n,this.db=r,this.fields=i||{}}return Object.defineProperty(t.prototype,"namespace",{get:function(){return this.collection},set:function(e){this.collection=e},enumerable:!1,configurable:!0}),t.prototype.toJSON=function(){var e=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return this.db!=null&&(e.$db=this.db),e},t.prototype.toExtendedJSON=function(e){e=e||{};var n={$ref:this.collection,$id:this.oid};return e.legacy||(this.db&&(n.$db=this.db),n=Object.assign(n,this.fields)),n},t.fromExtendedJSON=function(e){var n=Object.assign({},e);return delete n.$ref,delete n.$id,delete n.$db,new t(e.$ref,e.$id,e.$db,n)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.oid===void 0||this.oid.toString===void 0?this.oid:this.oid.toString();return'new DBRef("'.concat(this.namespace,'", new ObjectId("').concat(String(e),'")').concat(this.db?', "'.concat(this.db,'"'):"",")")},t}();Object.defineProperty(Li.prototype,"_bsontype",{value:"DBRef"});var on=void 0;try{on=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 np=65536,ay=1<<24,qr=np*np,Ep=qr*qr,rp=Ep/2,ip={},op={},ue=function(){function t(e,n,r){if(e===void 0&&(e=0),!(this instanceof t))return new t(e,n,r);typeof e=="bigint"?Object.assign(this,t.fromBigInt(e,!!n)):typeof e=="string"?Object.assign(this,t.fromString(e,!!n)):(this.low=e|0,this.high=n|0,this.unsigned=!!r),Object.defineProperty(this,"__isLong__",{value:!0,configurable:!1,writable:!1,enumerable:!1})}return t.fromBits=function(e,n,r){return new t(e,n,r)},t.fromInt=function(e,n){var r,i,o;return n?(e>>>=0,(o=0<=e&&e<256)&&(i=op[e],i)?i:(r=t.fromBits(e,(e|0)<0?-1:0,!0),o&&(op[e]=r),r)):(e|=0,(o=-128<=e&&e<128)&&(i=ip[e],i)?i:(r=t.fromBits(e,e<0?-1:0,!1),o&&(ip[e]=r),r))},t.fromNumber=function(e,n){if(isNaN(e))return n?t.UZERO:t.ZERO;if(n){if(e<0)return t.UZERO;if(e>=Ep)return t.MAX_UNSIGNED_VALUE}else{if(e<=-rp)return t.MIN_VALUE;if(e+1>=rp)return t.MAX_VALUE}return e<0?t.fromNumber(-e,n).neg():t.fromBits(e%qr|0,e/qr|0,n)},t.fromBigInt=function(e,n){return t.fromString(e.toString(),n)},t.fromString=function(e,n,r){if(e.length===0)throw Error("empty string");if(e==="NaN"||e==="Infinity"||e==="+Infinity"||e==="-Infinity")return t.ZERO;if(typeof n=="number"?(r=n,n=!1):n=!!n,r=r||10,r<2||36<r)throw RangeError("radix");var i;if((i=e.indexOf("-"))>0)throw Error("interior hyphen");if(i===0)return t.fromString(e.substring(1),n,r).neg();for(var o=t.fromNumber(Math.pow(r,8)),s=t.ZERO,l=0;l<e.length;l+=8){var u=Math.min(8,e.length-l),d=parseInt(e.substring(l,l+u),r);if(u<8){var _=t.fromNumber(Math.pow(r,u));s=s.mul(_).add(t.fromNumber(d))}else s=s.mul(o),s=s.add(t.fromNumber(d))}return s.unsigned=n,s},t.fromBytes=function(e,n,r){return r?t.fromBytesLE(e,n):t.fromBytesBE(e,n)},t.fromBytesLE=function(e,n){return new t(e[0]|e[1]<<8|e[2]<<16|e[3]<<24,e[4]|e[5]<<8|e[6]<<16|e[7]<<24,n)},t.fromBytesBE=function(e,n){return new t(e[4]<<24|e[5]<<16|e[6]<<8|e[7],e[0]<<24|e[1]<<16|e[2]<<8|e[3],n)},t.isLong=function(e){return Vi(e)&&e.__isLong__===!0},t.fromValue=function(e,n){return typeof e=="number"?t.fromNumber(e,n):typeof e=="string"?t.fromString(e,n):t.fromBits(e.low,e.high,typeof n=="boolean"?n:e.unsigned)},t.prototype.add=function(e){t.isLong(e)||(e=t.fromValue(e));var n=this.high>>>16,r=this.high&65535,i=this.low>>>16,o=this.low&65535,s=e.high>>>16,l=e.high&65535,u=e.low>>>16,d=e.low&65535,_=0,h=0,E=0,w=0;return w+=o+d,E+=w>>>16,w&=65535,E+=i+u,h+=E>>>16,E&=65535,h+=r+l,_+=h>>>16,h&=65535,_+=n+s,_&=65535,t.fromBits(E<<16|w,_<<16|h,this.unsigned)},t.prototype.and=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low&e.low,this.high&e.high,this.unsigned)},t.prototype.compare=function(e){if(t.isLong(e)||(e=t.fromValue(e)),this.eq(e))return 0;var n=this.isNegative(),r=e.isNegative();return n&&!r?-1:!n&&r?1:this.unsigned?e.high>>>0>this.high>>>0||e.high===this.high&&e.low>>>0>this.low>>>0?-1:1:this.sub(e).isNegative()?-1:1},t.prototype.comp=function(e){return this.compare(e)},t.prototype.divide=function(e){if(t.isLong(e)||(e=t.fromValue(e)),e.isZero())throw Error("division by zero");if(on){if(!this.unsigned&&this.high===-2147483648&&e.low===-1&&e.high===-1)return this;var n=(this.unsigned?on.div_u:on.div_s)(this.low,this.high,e.low,e.high);return t.fromBits(n,on.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?t.UZERO:t.ZERO;var r,i,o;if(this.unsigned){if(e.unsigned||(e=e.toUnsigned()),e.gt(this))return t.UZERO;if(e.gt(this.shru(1)))return t.UONE;o=t.UZERO}else{if(this.eq(t.MIN_VALUE)){if(e.eq(t.ONE)||e.eq(t.NEG_ONE))return t.MIN_VALUE;if(e.eq(t.MIN_VALUE))return t.ONE;var s=this.shr(1);return r=s.div(e).shl(1),r.eq(t.ZERO)?e.isNegative()?t.ONE:t.NEG_ONE:(i=this.sub(e.mul(r)),o=r.add(i.div(e)),o)}else if(e.eq(t.MIN_VALUE))return this.unsigned?t.UZERO:t.ZERO;if(this.isNegative())return e.isNegative()?this.neg().div(e.neg()):this.neg().div(e).neg();if(e.isNegative())return this.div(e.neg()).neg();o=t.ZERO}for(i=this;i.gte(e);){r=Math.max(1,Math.floor(i.toNumber()/e.toNumber()));for(var l=Math.ceil(Math.log(r)/Math.LN2),u=l<=48?1:Math.pow(2,l-48),d=t.fromNumber(r),_=d.mul(e);_.isNegative()||_.gt(i);)r-=u,d=t.fromNumber(r,this.unsigned),_=d.mul(e);d.isZero()&&(d=t.ONE),o=o.add(d),i=i.sub(_)}return o},t.prototype.div=function(e){return this.divide(e)},t.prototype.equals=function(e){return t.isLong(e)||(e=t.fromValue(e)),this.unsigned!==e.unsigned&&this.high>>>31===1&&e.high>>>31===1?!1:this.high===e.high&&this.low===e.low},t.prototype.eq=function(e){return this.equals(e)},t.prototype.getHighBits=function(){return this.high},t.prototype.getHighBitsUnsigned=function(){return this.high>>>0},t.prototype.getLowBits=function(){return this.low},t.prototype.getLowBitsUnsigned=function(){return this.low>>>0},t.prototype.getNumBitsAbs=function(){if(this.isNegative())return this.eq(t.MIN_VALUE)?64:this.neg().getNumBitsAbs();var e=this.high!==0?this.high:this.low,n;for(n=31;n>0&&(e&1<<n)===0;n--);return this.high!==0?n+33:n+1},t.prototype.greaterThan=function(e){return this.comp(e)>0},t.prototype.gt=function(e){return this.greaterThan(e)},t.prototype.greaterThanOrEqual=function(e){return this.comp(e)>=0},t.prototype.gte=function(e){return this.greaterThanOrEqual(e)},t.prototype.ge=function(e){return this.greaterThanOrEqual(e)},t.prototype.isEven=function(){return(this.low&1)===0},t.prototype.isNegative=function(){return!this.unsigned&&this.high<0},t.prototype.isOdd=function(){return(this.low&1)===1},t.prototype.isPositive=function(){return this.unsigned||this.high>=0},t.prototype.isZero=function(){return this.high===0&&this.low===0},t.prototype.lessThan=function(e){return this.comp(e)<0},t.prototype.lt=function(e){return this.lessThan(e)},t.prototype.lessThanOrEqual=function(e){return this.comp(e)<=0},t.prototype.lte=function(e){return this.lessThanOrEqual(e)},t.prototype.modulo=function(e){if(t.isLong(e)||(e=t.fromValue(e)),on){var n=(this.unsigned?on.rem_u:on.rem_s)(this.low,this.high,e.low,e.high);return t.fromBits(n,on.get_high(),this.unsigned)}return this.sub(this.div(e).mul(e))},t.prototype.mod=function(e){return this.modulo(e)},t.prototype.rem=function(e){return this.modulo(e)},t.prototype.multiply=function(e){if(this.isZero())return t.ZERO;if(t.isLong(e)||(e=t.fromValue(e)),on){var n=on.mul(this.low,this.high,e.low,e.high);return t.fromBits(n,on.get_high(),this.unsigned)}if(e.isZero())return t.ZERO;if(this.eq(t.MIN_VALUE))return e.isOdd()?t.MIN_VALUE:t.ZERO;if(e.eq(t.MIN_VALUE))return this.isOdd()?t.MIN_VALUE:t.ZERO;if(this.isNegative())return e.isNegative()?this.neg().mul(e.neg()):this.neg().mul(e).neg();if(e.isNegative())return this.mul(e.neg()).neg();if(this.lt(t.TWO_PWR_24)&&e.lt(t.TWO_PWR_24))return t.fromNumber(this.toNumber()*e.toNumber(),this.unsigned);var r=this.high>>>16,i=this.high&65535,o=this.low>>>16,s=this.low&65535,l=e.high>>>16,u=e.high&65535,d=e.low>>>16,_=e.low&65535,h=0,E=0,w=0,N=0;return N+=s*_,w+=N>>>16,N&=65535,w+=o*_,E+=w>>>16,w&=65535,w+=s*d,E+=w>>>16,w&=65535,E+=i*_,h+=E>>>16,E&=65535,E+=o*d,h+=E>>>16,E&=65535,E+=s*u,h+=E>>>16,E&=65535,h+=r*_+i*d+o*u+s*l,h&=65535,t.fromBits(w<<16|N,h<<16|E,this.unsigned)},t.prototype.mul=function(e){return this.multiply(e)},t.prototype.negate=function(){return!this.unsigned&&this.eq(t.MIN_VALUE)?t.MIN_VALUE:this.not().add(t.ONE)},t.prototype.neg=function(){return this.negate()},t.prototype.not=function(){return t.fromBits(~this.low,~this.high,this.unsigned)},t.prototype.notEquals=function(e){return!this.equals(e)},t.prototype.neq=function(e){return this.notEquals(e)},t.prototype.ne=function(e){return this.notEquals(e)},t.prototype.or=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low|e.low,this.high|e.high,this.unsigned)},t.prototype.shiftLeft=function(e){return t.isLong(e)&&(e=e.toInt()),(e&=63)===0?this:e<32?t.fromBits(this.low<<e,this.high<<e|this.low>>>32-e,this.unsigned):t.fromBits(0,this.low<<e-32,this.unsigned)},t.prototype.shl=function(e){return this.shiftLeft(e)},t.prototype.shiftRight=function(e){return t.isLong(e)&&(e=e.toInt()),(e&=63)===0?this:e<32?t.fromBits(this.low>>>e|this.high<<32-e,this.high>>e,this.unsigned):t.fromBits(this.high>>e-32,this.high>=0?0:-1,this.unsigned)},t.prototype.shr=function(e){return this.shiftRight(e)},t.prototype.shiftRightUnsigned=function(e){if(t.isLong(e)&&(e=e.toInt()),e&=63,e===0)return this;var n=this.high;if(e<32){var r=this.low;return t.fromBits(r>>>e|n<<32-e,n>>>e,this.unsigned)}else return e===32?t.fromBits(n,0,this.unsigned):t.fromBits(n>>>e-32,0,this.unsigned)},t.prototype.shr_u=function(e){return this.shiftRightUnsigned(e)},t.prototype.shru=function(e){return this.shiftRightUnsigned(e)},t.prototype.subtract=function(e){return t.isLong(e)||(e=t.fromValue(e)),this.add(e.neg())},t.prototype.sub=function(e){return this.subtract(e)},t.prototype.toInt=function(){return this.unsigned?this.low>>>0:this.low},t.prototype.toNumber=function(){return this.unsigned?(this.high>>>0)*qr+(this.low>>>0):this.high*qr+(this.low>>>0)},t.prototype.toBigInt=function(){return BigInt(this.toString())},t.prototype.toBytes=function(e){return e?this.toBytesLE():this.toBytesBE()},t.prototype.toBytesLE=function(){var e=this.high,n=this.low;return[n&255,n>>>8&255,n>>>16&255,n>>>24,e&255,e>>>8&255,e>>>16&255,e>>>24]},t.prototype.toBytesBE=function(){var e=this.high,n=this.low;return[e>>>24,e>>>16&255,e>>>8&255,e&255,n>>>24,n>>>16&255,n>>>8&255,n&255]},t.prototype.toSigned=function(){return this.unsigned?t.fromBits(this.low,this.high,!1):this},t.prototype.toString=function(e){if(e=e||10,e<2||36<e)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative())if(this.eq(t.MIN_VALUE)){var n=t.fromNumber(e),r=this.div(n),i=r.mul(n).sub(this);return r.toString(e)+i.toInt().toString(e)}else return"-"+this.neg().toString(e);for(var o=t.fromNumber(Math.pow(e,6),this.unsigned),s=this,l="";;){var u=s.div(o),d=s.sub(u.mul(o)).toInt()>>>0,_=d.toString(e);if(s=u,s.isZero())return _+l;for(;_.length<6;)_="0"+_;l=""+_+l}},t.prototype.toUnsigned=function(){return this.unsigned?this:t.fromBits(this.low,this.high,!0)},t.prototype.xor=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low^e.low,this.high^e.high,this.unsigned)},t.prototype.eqz=function(){return this.isZero()},t.prototype.le=function(e){return this.lessThanOrEqual(e)},t.prototype.toExtendedJSON=function(e){return e&&e.relaxed?this.toNumber():{$numberLong:this.toString()}},t.fromExtendedJSON=function(e,n){var r=t.fromString(e.$numberLong);return n&&n.relaxed?r.toNumber():r},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new Long("'.concat(this.toString(),'"').concat(this.unsigned?", true":"",")")},t.TWO_PWR_24=t.fromInt(ay),t.MAX_UNSIGNED_VALUE=t.fromBits(-1,-1,!0),t.ZERO=t.fromInt(0),t.UZERO=t.fromInt(0,!0),t.ONE=t.fromInt(1),t.UONE=t.fromInt(1,!0),t.NEG_ONE=t.fromInt(-1),t.MAX_VALUE=t.fromBits(-1,2147483647,!1),t.MIN_VALUE=t.fromBits(0,-2147483648,!1),t}();Object.defineProperty(ue.prototype,"__isLong__",{value:!0});Object.defineProperty(ue.prototype,"_bsontype",{value:"Long"});var cy=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,ly=/^(\+|-)?(Infinity|inf)$/i,uy=/^(\+|-)?NaN$/i,Pi=6111,qc=-6176,sp=6176,dy=34,Kc=[124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),ap=[248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),cp=[120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),fy=/^([-+])?(\d+)?$/,py=31,lp=16383,hy=30,my=31;function up(t){return!isNaN(parseInt(t,10))}function gy(t){var e=ue.fromNumber(1e9),n=ue.fromNumber(0);if(!t.parts[0]&&!t.parts[1]&&!t.parts[2]&&!t.parts[3])return{quotient:t,rem:n};for(var r=0;r<=3;r++)n=n.shiftLeft(32),n=n.add(new ue(t.parts[r],0)),t.parts[r]=n.div(e).low,n=n.modulo(e);return{quotient:t,rem:n}}function _y(t,e){if(!t&&!e)return{high:ue.fromNumber(0),low:ue.fromNumber(0)};var n=t.shiftRightUnsigned(32),r=new ue(t.getLowBits(),0),i=e.shiftRightUnsigned(32),o=new ue(e.getLowBits(),0),s=n.multiply(i),l=n.multiply(o),u=r.multiply(i),d=r.multiply(o);return s=s.add(l.shiftRightUnsigned(32)),l=new ue(l.getLowBits(),0).add(u).add(d.shiftRightUnsigned(32)),s=s.add(l.shiftRightUnsigned(32)),d=l.shiftLeft(32).add(new ue(d.getLowBits(),0)),{high:s,low:d}}function vy(t,e){var n=t.high>>>0,r=e.high>>>0;if(n<r)return!0;if(n===r){var i=t.low>>>0,o=e.low>>>0;if(i<o)return!0}return!1}function zr(t,e){throw new it('"'.concat(t,'" is not a valid Decimal128 string - ').concat(e))}var el=function(){function t(e){if(!(this instanceof t))return new t(e);if(typeof e=="string")this.bytes=t.fromString(e).bytes;else if(Qc(e)){if(e.byteLength!==16)throw new it("Decimal128 must take a Buffer of 16 bytes");this.bytes=e}else throw new it("Decimal128 must take a Buffer or string")}return t.fromString=function(e){var n=!1,r=!1,i=!1,o=0,s=0,l=0,u=0,d=0,_=[0],h=0,E=0,w=0,N=0,B=0,P=0,Y=new ue(0,0),G=new ue(0,0),te=0,q=0;if(e.length>=7e3)throw new it(""+e+" not a valid Decimal128 string");var Ae=e.match(cy),H=e.match(ly),ve=e.match(uy);if(!Ae&&!H&&!ve||e.length===0)throw new it(""+e+" not a valid Decimal128 string");if(Ae){var fe=Ae[2],be=Ae[4],Ve=Ae[5],Ne=Ae[6];be&&Ne===void 0&&zr(e,"missing exponent power"),be&&fe===void 0&&zr(e,"missing exponent base"),be===void 0&&(Ve||Ne)&&zr(e,"missing e before exponent")}if((e[q]==="+"||e[q]==="-")&&(n=e[q++]==="-"),!up(e[q])&&e[q]!=="."){if(e[q]==="i"||e[q]==="I")return new t(Fe.from(n?ap:cp));if(e[q]==="N")return new t(Fe.from(Kc))}for(;up(e[q])||e[q]===".";){if(e[q]==="."){r&&zr(e,"contains multiple periods"),r=!0,q=q+1;continue}h<34&&(e[q]!=="0"||i)&&(i||(d=s),i=!0,_[E++]=parseInt(e[q],10),h=h+1),i&&(l=l+1),r&&(u=u+1),s=s+1,q=q+1}if(r&&!s)throw new it(""+e+" not a valid Decimal128 string");if(e[q]==="e"||e[q]==="E"){var Le=e.substr(++q).match(fy);if(!Le||!Le[2])return new t(Fe.from(Kc));B=parseInt(Le[0],10),q=q+Le[0].length}if(e[q])return new t(Fe.from(Kc));if(w=0,!h)w=0,N=0,_[0]=0,l=1,h=1,o=0;else if(N=h-1,o=l,o!==1)for(;_[d+o-1]===0;)o=o-1;for(B<=u&&u-B>16384?B=qc:B=B-u;B>Pi;){if(N=N+1,N-w>dy){var Ye=_.join("");if(Ye.match(/^0+$/)){B=Pi;break}zr(e,"overflow")}B=B-1}for(;B<qc||h<l;){if(N===0&&o<h){B=qc,o=0;break}if(h<l?l=l-1:N=N-1,B<Pi)B=B+1;else{var Ye=_.join("");if(Ye.match(/^0+$/)){B=Pi;break}zr(e,"overflow")}}if(N-w+1<o){var Ke=s;r&&(d=d+1,Ke=Ke+1),n&&(d=d+1,Ke=Ke+1);var _t=parseInt(e[d+N+1],10),D=0;if(_t>=5&&(D=1,_t===5)){for(D=_[N]%2===1?1:0,P=d+N+2;P<Ke;P++)if(parseInt(e[P],10)){D=1;break}}if(D){for(var O=N;O>=0;O--)if(++_[O]>9&&(_[O]=0,O===0))if(B<Pi)B=B+1,_[O]=1;else return new t(Fe.from(n?ap:cp))}}if(Y=ue.fromNumber(0),G=ue.fromNumber(0),o===0)Y=ue.fromNumber(0),G=ue.fromNumber(0);else if(N-w<17){var O=w;for(G=ue.fromNumber(_[O++]),Y=new ue(0,0);O<=N;O++)G=G.multiply(ue.fromNumber(10)),G=G.add(ue.fromNumber(_[O]))}else{var O=w;for(Y=ue.fromNumber(_[O++]);O<=N-17;O++)Y=Y.multiply(ue.fromNumber(10)),Y=Y.add(ue.fromNumber(_[O]));for(G=ue.fromNumber(_[O++]);O<=N;O++)G=G.multiply(ue.fromNumber(10)),G=G.add(ue.fromNumber(_[O]))}var L=_y(Y,ue.fromString("100000000000000000"));L.low=L.low.add(G),vy(L.low,G)&&(L.high=L.high.add(ue.fromNumber(1))),te=B+sp;var M={low:ue.fromNumber(0),high:ue.fromNumber(0)};L.high.shiftRightUnsigned(49).and(ue.fromNumber(1)).equals(ue.fromNumber(1))?(M.high=M.high.or(ue.fromNumber(3).shiftLeft(61)),M.high=M.high.or(ue.fromNumber(te).and(ue.fromNumber(16383).shiftLeft(47))),M.high=M.high.or(L.high.and(ue.fromNumber(0x7fffffffffff)))):(M.high=M.high.or(ue.fromNumber(te&16383).shiftLeft(49)),M.high=M.high.or(L.high.and(ue.fromNumber(562949953421311)))),M.low=L.low,n&&(M.high=M.high.or(ue.fromString("9223372036854775808")));var v=Fe.alloc(16);return q=0,v[q++]=M.low.low&255,v[q++]=M.low.low>>8&255,v[q++]=M.low.low>>16&255,v[q++]=M.low.low>>24&255,v[q++]=M.low.high&255,v[q++]=M.low.high>>8&255,v[q++]=M.low.high>>16&255,v[q++]=M.low.high>>24&255,v[q++]=M.high.low&255,v[q++]=M.high.low>>8&255,v[q++]=M.high.low>>16&255,v[q++]=M.high.low>>24&255,v[q++]=M.high.high&255,v[q++]=M.high.high>>8&255,v[q++]=M.high.high>>16&255,v[q++]=M.high.high>>24&255,new t(v)},t.prototype.toString=function(){for(var e,n=0,r=new Array(36),i=0;i<r.length;i++)r[i]=0;var o=0,s=!1,l,u={parts:[0,0,0,0]},d,_,h=[];o=0;var E=this.bytes,w=E[o++]|E[o++]<<8|E[o++]<<16|E[o++]<<24,N=E[o++]|E[o++]<<8|E[o++]<<16|E[o++]<<24,B=E[o++]|E[o++]<<8|E[o++]<<16|E[o++]<<24,P=E[o++]|E[o++]<<8|E[o++]<<16|E[o++]<<24;o=0;var Y={low:new ue(w,N),high:new ue(B,P)};Y.high.lessThan(ue.ZERO)&&h.push("-");var G=P>>26&py;if(G>>3===3){if(G===hy)return h.join("")+"Infinity";if(G===my)return"NaN";e=P>>15&lp,l=8+(P>>14&1)}else l=P>>14&7,e=P>>17&lp;var te=e-sp;if(u.parts[0]=(P&16383)+((l&15)<<14),u.parts[1]=B,u.parts[2]=N,u.parts[3]=w,u.parts[0]===0&&u.parts[1]===0&&u.parts[2]===0&&u.parts[3]===0)s=!0;else for(_=3;_>=0;_--){var q=0,Ae=gy(u);if(u=Ae.quotient,q=Ae.rem.low,!!q)for(d=8;d>=0;d--)r[_*9+d]=q%10,q=Math.floor(q/10)}if(s)n=1,r[o]=0;else for(n=36;!r[o];)n=n-1,o=o+1;var H=n-1+te;if(H>=34||H<=-7||te>0){if(n>34)return h.push("".concat(0)),te>0?h.push("E+".concat(te)):te<0&&h.push("E".concat(te)),h.join("");h.push("".concat(r[o++])),n=n-1,n&&h.push(".");for(var i=0;i<n;i++)h.push("".concat(r[o++]));h.push("E"),H>0?h.push("+".concat(H)):h.push("".concat(H))}else if(te>=0)for(var i=0;i<n;i++)h.push("".concat(r[o++]));else{var ve=n+te;if(ve>0)for(var i=0;i<ve;i++)h.push("".concat(r[o++]));else h.push("0");for(h.push(".");ve++<0;)h.push("0");for(var i=0;i<n-Math.max(ve-1,0);i++)h.push("".concat(r[o++]))}return h.join("")},t.prototype.toJSON=function(){return{$numberDecimal:this.toString()}},t.prototype.toExtendedJSON=function(){return{$numberDecimal:this.toString()}},t.fromExtendedJSON=function(e){return t.fromString(e.$numberDecimal)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new Decimal128("'.concat(this.toString(),'")')},t}();Object.defineProperty(el.prototype,"_bsontype",{value:"Decimal128"});var ds=function(){function t(e){if(!(this instanceof t))return new t(e);e instanceof Number&&(e=e.valueOf()),this.value=+e}return t.prototype.valueOf=function(){return this.value},t.prototype.toJSON=function(){return this.value},t.prototype.toString=function(e){return this.value.toString(e)},t.prototype.toExtendedJSON=function(e){return e&&(e.legacy||e.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()}},t.fromExtendedJSON=function(e,n){var r=parseFloat(e.$numberDouble);return n&&n.relaxed?r:new t(r)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.toExtendedJSON();return"new Double(".concat(e.$numberDouble,")")},t}();Object.defineProperty(ds.prototype,"_bsontype",{value:"Double"});var fs=function(){function t(e){if(!(this instanceof t))return new t(e);e instanceof Number&&(e=e.valueOf()),this.value=+e|0}return t.prototype.valueOf=function(){return this.value},t.prototype.toString=function(e){return this.value.toString(e)},t.prototype.toJSON=function(){return this.value},t.prototype.toExtendedJSON=function(e){return e&&(e.relaxed||e.legacy)?this.value:{$numberInt:this.value.toString()}},t.fromExtendedJSON=function(e,n){return n&&n.relaxed?parseInt(e.$numberInt,10):new t(e.$numberInt)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new Int32(".concat(this.valueOf(),")")},t}();Object.defineProperty(fs.prototype,"_bsontype",{value:"Int32"});var tl=function(){function t(){if(!(this instanceof t))return new t}return t.prototype.toExtendedJSON=function(){return{$maxKey:1}},t.fromExtendedJSON=function(){return new t},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new MaxKey()"},t}();Object.defineProperty(tl.prototype,"_bsontype",{value:"MaxKey"});var nl=function(){function t(){if(!(this instanceof t))return new t}return t.prototype.toExtendedJSON=function(){return{$minKey:1}},t.fromExtendedJSON=function(){return new t},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new MinKey()"},t}();Object.defineProperty(nl.prototype,"_bsontype",{value:"MinKey"});var yy=new RegExp("^[0-9a-fA-F]{24}$"),hr=null,Cn=Symbol("id"),Lt=function(){function t(e){if(!(this instanceof t))return new t(e);var n;if(typeof e=="object"&&e&&"id"in e){if(typeof e.id!="string"&&!ArrayBuffer.isView(e.id))throw new it("Argument passed in must have an id that is of type string or Buffer");"toHexString"in e&&typeof e.toHexString=="function"?n=Fe.from(e.toHexString(),"hex"):n=e.id}else n=e;if(n==null||typeof n=="number")this[Cn]=t.generate(typeof n=="number"?n:void 0);else if(ArrayBuffer.isView(n)&&n.byteLength===12)this[Cn]=n instanceof Fe?n:ss(n);else if(typeof n=="string")if(n.length===12){var r=Fe.from(n);if(r.byteLength===12)this[Cn]=r;else throw new it("Argument passed in must be a string of 12 bytes")}else if(n.length===24&&yy.test(n))this[Cn]=Fe.from(n,"hex");else throw new it("Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer");else throw new it("Argument passed in does not match the accepted types");t.cacheHexString&&(this.__id=this.id.toString("hex"))}return Object.defineProperty(t.prototype,"id",{get:function(){return this[Cn]},set:function(e){this[Cn]=e,t.cacheHexString&&(this.__id=e.toString("hex"))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"generationTime",{get:function(){return this.id.readInt32BE(0)},set:function(e){this.id.writeUInt32BE(e,0)},enumerable:!1,configurable:!0}),t.prototype.toHexString=function(){if(t.cacheHexString&&this.__id)return this.__id;var e=this.id.toString("hex");return t.cacheHexString&&!this.__id&&(this.__id=e),e},t.getInc=function(){return t.index=(t.index+1)%16777215},t.generate=function(e){typeof e!="number"&&(e=Math.floor(Date.now()/1e3));var n=t.getInc(),r=Fe.alloc(12);return r.writeUInt32BE(e,0),hr===null&&(hr=_p(5)),r[4]=hr[0],r[5]=hr[1],r[6]=hr[2],r[7]=hr[3],r[8]=hr[4],r[11]=n&255,r[10]=n>>8&255,r[9]=n>>16&255,r},t.prototype.toString=function(e){return e?this.id.toString(e):this.toHexString()},t.prototype.toJSON=function(){return this.toHexString()},t.prototype.equals=function(e){if(e==null)return!1;if(e instanceof t)return this[Cn][11]===e[Cn][11]&&this[Cn].equals(e[Cn]);if(typeof e=="string"&&t.isValid(e)&&e.length===12&&Qc(this.id))return e===Fe.prototype.toString.call(this.id,"latin1");if(typeof e=="string"&&t.isValid(e)&&e.length===24)return e.toLowerCase()===this.toHexString();if(typeof e=="string"&&t.isValid(e)&&e.length===12)return Fe.from(e).equals(this.id);if(typeof e=="object"&&"toHexString"in e&&typeof e.toHexString=="function"){var n=e.toHexString(),r=this.toHexString().toLowerCase();return typeof n=="string"&&n.toLowerCase()===r}return!1},t.prototype.getTimestamp=function(){var e=new Date,n=this.id.readUInt32BE(0);return e.setTime(Math.floor(n)*1e3),e},t.createPk=function(){return new t},t.createFromTime=function(e){var n=Fe.from([0,0,0,0,0,0,0,0,0,0,0,0]);return n.writeUInt32BE(e,0),new t(n)},t.createFromHexString=function(e){if(typeof e>"u"||e!=null&&e.length!==24)throw new it("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");return new t(Fe.from(e,"hex"))},t.isValid=function(e){if(e==null)return!1;try{return new t(e),!0}catch{return!1}},t.prototype.toExtendedJSON=function(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString("hex")}},t.fromExtendedJSON=function(e){return new t(e.$oid)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new ObjectId("'.concat(this.toHexString(),'")')},t.index=Math.floor(Math.random()*16777215),t}();Object.defineProperty(Lt.prototype,"generate",{value:ls(function(t){return Lt.generate(t)},"Please use the static `ObjectId.generate(time)` instead")});Object.defineProperty(Lt.prototype,"getInc",{value:ls(function(){return Lt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(Lt.prototype,"get_inc",{value:ls(function(){return Lt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(Lt,"get_inc",{value:ls(function(){return Lt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(Lt.prototype,"_bsontype",{value:"ObjectID"});function Ey(t){return t.split("").sort().join("")}var Fi=function(){function t(e,n){if(!(this instanceof t))return new t(e,n);if(this.pattern=e,this.options=Ey(n??""),this.pattern.indexOf("\0")!==-1)throw new mr("BSON Regex patterns cannot contain null bytes, found: ".concat(JSON.stringify(this.pattern)));if(this.options.indexOf("\0")!==-1)throw new mr("BSON Regex options cannot contain null bytes, found: ".concat(JSON.stringify(this.options)));for(var r=0;r<this.options.length;r++)if(!(this.options[r]==="i"||this.options[r]==="m"||this.options[r]==="x"||this.options[r]==="l"||this.options[r]==="s"||this.options[r]==="u"))throw new mr("The regular expression option [".concat(this.options[r],"] is not supported"))}return t.parseOptions=function(e){return e?e.split("").sort().join(""):""},t.prototype.toExtendedJSON=function(e){return e=e||{},e.legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}},t.fromExtendedJSON=function(e){if("$regex"in e)if(typeof e.$regex!="string"){if(e.$regex._bsontype==="BSONRegExp")return e}else return new t(e.$regex,t.parseOptions(e.$options));if("$regularExpression"in e)return new t(e.$regularExpression.pattern,t.parseOptions(e.$regularExpression.options));throw new it("Unexpected BSONRegExp EJSON object form: ".concat(JSON.stringify(e)))},t}();Object.defineProperty(Fi.prototype,"_bsontype",{value:"BSONRegExp"});var rl=function(){function t(e){if(!(this instanceof t))return new t(e);this.value=e}return t.prototype.valueOf=function(){return this.value},t.prototype.toString=function(){return this.value},t.prototype.inspect=function(){return'new BSONSymbol("'.concat(this.value,'")')},t.prototype.toJSON=function(){return this.value},t.prototype.toExtendedJSON=function(){return{$symbol:this.value}},t.fromExtendedJSON=function(e){return new t(e.$symbol)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t}();Object.defineProperty(rl.prototype,"_bsontype",{value:"Symbol"});var by=ue,bp=function(t){cs(e,t);function e(n,r){var i=this;return i instanceof e?(ue.isLong(n)?i=t.call(this,n.low,n.high,!0)||this:Vi(n)&&typeof n.t<"u"&&typeof n.i<"u"?i=t.call(this,n.i,n.t,!0)||this:i=t.call(this,n,r,!0)||this,Object.defineProperty(i,"_bsontype",{value:"Timestamp",writable:!1,configurable:!1,enumerable:!1}),i):new e(n,r)}return e.prototype.toJSON=function(){return{$timestamp:this.toString()}},e.fromInt=function(n){return new e(ue.fromInt(n,!0))},e.fromNumber=function(n){return new e(ue.fromNumber(n,!0))},e.fromBits=function(n,r){return new e(n,r)},e.fromString=function(n,r){return new e(ue.fromString(n,!0,r))},e.prototype.toExtendedJSON=function(){return{$timestamp:{t:this.high>>>0,i:this.low>>>0}}},e.fromExtendedJSON=function(n){return new e(n.$timestamp)},e.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},e.prototype.inspect=function(){return"new Timestamp({ t: ".concat(this.getHighBits(),", i: ").concat(this.getLowBits()," })")},e.MAX_VALUE=ue.MAX_UNSIGNED_VALUE,e}(by);function wy(t){return Vi(t)&&Reflect.has(t,"_bsontype")&&typeof t._bsontype=="string"}var wp=2147483647,Cp=-2147483648,Sp=9223372036854776e3,Tp=-9223372036854776e3,Cy={$oid:Lt,$binary:gr,$uuid:gr,$symbol:rl,$numberInt:fs,$numberDecimal:el,$numberDouble:ds,$numberLong:ue,$minKey:nl,$maxKey:tl,$regex:Fi,$regularExpression:Fi,$timestamp:bp};function Ip(t,e){if(e===void 0&&(e={}),typeof t=="number"){if(e.relaxed||e.legacy)return t;if(Math.floor(t)===t){if(t>=Cp&&t<=wp)return new fs(t);if(t>=Tp&&t<=Sp)return ue.fromNumber(t)}return new ds(t)}if(t==null||typeof t!="object")return t;if(t.$undefined)return null;for(var n=Object.keys(t).filter(function(h){return h.startsWith("$")&&t[h]!=null}),r=0;r<n.length;r++){var i=Cy[n[r]];if(i)return i.fromExtendedJSON(t,e)}if(t.$date!=null){var o=t.$date,s=new Date;return e.legacy?typeof o=="number"?s.setTime(o):typeof o=="string"&&s.setTime(Date.parse(o)):typeof o=="string"?s.setTime(Date.parse(o)):ue.isLong(o)?s.setTime(o.toNumber()):typeof o=="number"&&e.relaxed&&s.setTime(o),s}if(t.$code!=null){var l=Object.assign({},t);return t.$scope&&(l.$scope=Ip(t.$scope)),us.fromExtendedJSON(t)}if(sy(t)||t.$dbPointer){var u=t.$ref?t:t.$dbPointer;if(u instanceof Li)return u;var d=Object.keys(u).filter(function(h){return h.startsWith("$")}),_=!0;if(d.forEach(function(h){["$ref","$id","$db"].indexOf(h)===-1&&(_=!1)}),_)return Li.fromExtendedJSON(u)}return t}function Sy(t,e){return t.map(function(n,r){e.seenObjects.push({propertyName:"index ".concat(r),obj:null});try{return Xn(n,e)}finally{e.seenObjects.pop()}})}function dp(t){var e=t.toISOString();return t.getUTCMilliseconds()!==0?e:e.slice(0,-5)+"Z"}function Xn(t,e){if((typeof t=="object"||typeof t=="function")&&t!==null){var n=e.seenObjects.findIndex(function(Y){return Y.obj===t});if(n!==-1){var r=e.seenObjects.map(function(Y){return Y.propertyName}),i=r.slice(0,n).map(function(Y){return"".concat(Y," -> ")}).join(""),o=r[n],s=" -> "+r.slice(n+1,r.length-1).map(function(Y){return"".concat(Y," -> ")}).join(""),l=r[r.length-1],u=" ".repeat(i.length+o.length/2),d="-".repeat(s.length+(o.length+l.length)/2-1);throw new it(`Converting circular structure to EJSON:
|
|
33
|
+
`+" ".concat(i).concat(o).concat(s).concat(l,`
|
|
34
|
+
`)+" ".concat(u,"\\").concat(d,"/"))}e.seenObjects[e.seenObjects.length-1].obj=t}if(Array.isArray(t))return Sy(t,e);if(t===void 0)return null;if(t instanceof Date||ny(t)){var _=t.getTime(),h=_>-1&&_<2534023188e5;return e.legacy?e.relaxed&&h?{$date:t.getTime()}:{$date:dp(t)}:e.relaxed&&h?{$date:dp(t)}:{$date:{$numberLong:t.getTime().toString()}}}if(typeof t=="number"&&(!e.relaxed||!isFinite(t))){if(Math.floor(t)===t){var E=t>=Cp&&t<=wp,w=t>=Tp&&t<=Sp;if(E)return{$numberInt:t.toString()};if(w)return{$numberLong:t.toString()}}return{$numberDouble:t.toString()}}if(t instanceof RegExp||ty(t)){var N=t.flags;if(N===void 0){var B=t.toString().match(/[gimuy]*$/);B&&(N=B[0])}var P=new Fi(t.source,N);return P.toExtendedJSON(e)}return t!=null&&typeof t=="object"?Iy(t,e):t}var Ty={Binary:function(t){return new gr(t.value(),t.sub_type)},Code:function(t){return new us(t.code,t.scope)},DBRef:function(t){return new Li(t.collection||t.namespace,t.oid,t.db,t.fields)},Decimal128:function(t){return new el(t.bytes)},Double:function(t){return new ds(t.value)},Int32:function(t){return new fs(t.value)},Long:function(t){return ue.fromBits(t.low!=null?t.low:t.low_,t.low!=null?t.high:t.high_,t.low!=null?t.unsigned:t.unsigned_)},MaxKey:function(){return new tl},MinKey:function(){return new nl},ObjectID:function(t){return new Lt(t)},ObjectId:function(t){return new Lt(t)},BSONRegExp:function(t){return new Fi(t.pattern,t.options)},Symbol:function(t){return new rl(t.value)},Timestamp:function(t){return bp.fromBits(t.low,t.high)}};function Iy(t,e){if(t==null||typeof t!="object")throw new mr("not an object instance");var n=t._bsontype;if(typeof n>"u"){var r={};for(var i in t){e.seenObjects.push({propertyName:i,obj:null});try{var o=Xn(t[i],e);i==="__proto__"?Object.defineProperty(r,i,{value:o,writable:!0,enumerable:!0,configurable:!0}):r[i]=o}finally{e.seenObjects.pop()}}return r}else if(wy(t)){var s=t;if(typeof s.toExtendedJSON!="function"){var l=Ty[t._bsontype];if(!l)throw new it("Unrecognized or invalid _bsontype: "+t._bsontype);s=l(s)}return n==="Code"&&s.scope?s=new us(s.code,Xn(s.scope,e)):n==="DBRef"&&s.oid&&(s=new Li(Xn(s.collection,e),Xn(s.oid,e),Xn(s.db,e),Xn(s.fields,e))),s.toExtendedJSON(e)}else throw new mr("_bsontype must be a string, but was: "+typeof n)}var fp;(function(t){function e(o,s){var l=Object.assign({},{relaxed:!0,legacy:!1},s);return typeof l.relaxed=="boolean"&&(l.strict=!l.relaxed),typeof l.strict=="boolean"&&(l.relaxed=!l.strict),JSON.parse(o,function(u,d){if(u.indexOf("\0")!==-1)throw new mr("BSON Document field names cannot contain null bytes, found: ".concat(JSON.stringify(u)));return Ip(d,l)})}t.parse=e;function n(o,s,l,u){l!=null&&typeof l=="object"&&(u=l,l=0),s!=null&&typeof s=="object"&&!Array.isArray(s)&&(u=s,s=void 0,l=0);var d=Object.assign({relaxed:!0,legacy:!1},u,{seenObjects:[{propertyName:"(root)",obj:null}]}),_=Xn(o,d);return JSON.stringify(_,s,l)}t.stringify=n;function r(o,s){return s=s||{},JSON.parse(n(o,s))}t.serialize=r;function i(o,s){return s=s||{},e(JSON.stringify(o),s)}t.deserialize=i})(fp||(fp={}));var pp,hp=gp();hp.Map?pp=hp.Map:pp=function(){function t(e){e===void 0&&(e=[]),this._keys=[],this._values={};for(var n=0;n<e.length;n++)if(e[n]!=null){var r=e[n],i=r[0],o=r[1];this._keys.push(i),this._values[i]={v:o,i:this._keys.length-1}}}return t.prototype.clear=function(){this._keys=[],this._values={}},t.prototype.delete=function(e){var n=this._values[e];return n==null?!1:(delete this._values[e],this._keys.splice(n.i,1),!0)},t.prototype.entries=function(){var e=this,n=0;return{next:function(){var r=e._keys[n++];return{value:r!==void 0?[r,e._values[r].v]:void 0,done:r===void 0}}}},t.prototype.forEach=function(e,n){n=n||this;for(var r=0;r<this._keys.length;r++){var i=this._keys[r];e.call(n,this._values[i].v,i,n)}},t.prototype.get=function(e){return this._values[e]?this._values[e].v:void 0},t.prototype.has=function(e){return this._values[e]!=null},t.prototype.keys=function(){var e=this,n=0;return{next:function(){var r=e._keys[n++];return{value:r!==void 0?r:void 0,done:r===void 0}}}},t.prototype.set=function(e,n){return this._values[e]?(this._values[e].v=n,this):(this._keys.push(e),this._values[e]={v:n,i:this._keys.length-1},this)},t.prototype.values=function(){var e=this,n=0;return{next:function(){var r=e._keys[n++];return{value:r!==void 0?e._values[r].v:void 0,done:r===void 0}}}},Object.defineProperty(t.prototype,"size",{get:function(){return this._keys.length},enumerable:!1,configurable:!0}),t}();var KN=ue.fromNumber(iy),XN=ue.fromNumber(oy);var Xc=new Uint8Array(8),JN=new DataView(Xc.buffer,Xc.byteOffset,Xc.byteLength);var xy=1024*1024*17,ZN=Fe.alloc(xy);var ps=class{triggerID;nudgeID;engagementID;contentID;shortID;contentType;variation;props;objective;onsiteDeliveryType;holdout;constructor(e){e=e||{},this.triggerID=e.id||e.triggerID,this.nudgeID=e.nudgeID,this.shortID=e.shortID,this.contentType=e.contentType,this.engagementID=e.engagementID,this.contentID=e.contentID,this.variation=e.variation,this.props=e.props,this.objective=e.objective,this.onsiteDeliveryType=e.onsiteDeliveryType,this.holdout=e.holdout}};var Kr=class{constructor(e,n={},r,i){this.name=e;this.properties=n;this.id=i?new Lt(i):new Lt,this.occurred=new Date,r&&(this.trigger=new ps(r)),this.newEvent=!i}trigger;items;videos;id;newEvent;cart;currentItem;deviceProps;landingPage;occurred;page;sessionID;sessionNumber;locale};function Oy(t,e){if(t&1&&(ct(0,"span",1),De(1),vt()),t&2){z();let n=Je(0);V(),dn(n.heading)}}function Dy(t,e){if(t&1&&(ct(0,"span",2),De(1),vt()),t&2){z();let n=Je(0);V(),dn(n.subHeading)}}var Xr=class t{card=tr.required();linkClicked=Rl();linkAfterSanity(){return this.card()?.buttonLink?.startsWith("https")?this.card().buttonLink:null}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-video-card"]],inputs:{card:[1,"card"]},outputs:{linkClicked:"linkClicked"},decls:6,vars:6,consts:[[1,"video-card-details"],[1,"heading"],[1,"subheading"],["rel","noopener noreferrer",1,"cta-button",3,"click","href","target"]],template:function(n,r){if(n&1){let i=Xe();It(0),ct(1,"div",0),Se(2,Oy,2,1,"span",1),Se(3,Dy,2,1,"span",2),ct(4,"a",3),br("click",function(){return Re(i),Me(r.linkClicked.emit())}),De(5),vt()()}if(n&2){let i=Et(r.card());V(2),Te(i!=null&&i.heading?2:-1),V(),Te(i!=null&&i.subHeading?3:-1),V(),Dt("href",r.linkAfterSanity(),dt)("target",i.newTab?"_blank":"_self"),V(),At(" ",i==null?null:i.buttonTitle," ")}},styles:["[_nghost-%COMP%]{display:block}.video-card-details[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:3.75px;font-size:14px;line-height:normal}.video-card-details[_ngcontent-%COMP%] .cta-button[_ngcontent-%COMP%]{text-align:center;background-color:#fff;border-radius:var(--lc-button-radius);padding:7.5px 15px;font-weight:500;cursor:pointer;color:var(--lc-color-button);font-size:12px;border:0;text-decoration:none}.video-card-details[_ngcontent-%COMP%] .heading[_ngcontent-%COMP%], .video-card-details[_ngcontent-%COMP%] .subheading[_ngcontent-%COMP%]{text-align:start;color:#000;font-weight:600;overflow:hidden}.video-card-details[_ngcontent-%COMP%] .heading[_ngcontent-%COMP%]{font-size:18px}.video-card-details[_ngcontent-%COMP%] .subheading[_ngcontent-%COMP%]{font-size:16px}"],changeDetection:0})};function Ay(t,e){t&1&&($t(),yt(0,"path",3))}function Ny(t,e){t&1&&($t(),yt(0,"path",4))}var Jr=class t{muted;videoEl;toggled=new et;toggleMute(e){e.stopPropagation(),e.preventDefault(),this.muted=!this.muted,this.videoEl.muted=this.muted,this.toggled.emit(this.muted),this.muted||this.videoEl.play()}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-mute-toggle"]],inputs:{muted:"muted",videoEl:"videoEl"},outputs:{toggled:"toggled"},decls:5,vars:1,consts:[["type","button",1,"lc:bg-black/50",3,"click"],["xmlns","http://www.w3.org/2000/svg","height","24px","viewBox","0 0 24 24","width","24px","fill","#fff"],["d","M0 0h24v24H0V0z","fill","none"],["d","M4.34 2.93L2.93 4.34 7.29 8.7 7 9H3v6h4l5 5v-6.59l4.18 4.18c-.65.49-1.38.88-2.18 1.11v2.06c1.34-.3 2.57-.92 3.61-1.75l2.05 2.05 1.41-1.41L4.34 2.93zM10 15.17L7.83 13H5v-2h2.83l.88-.88L10 11.41v3.76zM19 12c0 .82-.15 1.61-.41 2.34l1.53 1.53c.56-1.17.88-2.48.88-3.87 0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zm-7-8l-1.88 1.88L12 7.76zm4.5 8c0-1.77-1.02-3.29-2.5-4.03v1.79l2.48 2.48c.01-.08.02-.16.02-.24z"],["d","M3 9v6h4l5 5V4L7 9H3zm7-.17v6.34L7.83 13H5v-2h2.83L10 8.83zM16.5 12c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77 0-4.28-2.99-7.86-7-8.77z"]],template:function(n,r){n&1&&(ct(0,"button",0),br("click",function(o){return r.toggleMute(o)}),$t(),ct(1,"svg",1),yt(2,"path",2),Se(3,Ay,1,0,":svg:path",3)(4,Ny,1,0,":svg:path",4),vt()()),n&2&&(V(3),Te(r.muted?3:4))},styles:["button[_ngcontent-%COMP%]{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer;border-radius:100%}"]})};var Ry=t=>({"lc:cursor-grab":t}),My=(t,e)=>e.url;function Py(t,e){if(t&1&&We(0,"source",11),t&2){let n=e.$implicit;Oe("type",An(n.mimeType))("src",n.url,dt)}}var hs=class t{video;closeClicked=new et;videoClicked=new et;isDragging=!1;elementRef=J(Bt);ngOnInit(){let e=this.elementRef.nativeElement.parentElement.parentElement;e.style.zIndex="2147483647"}close(){this.closeClicked.emit()}onVideoClick(){if(this.isDragging){this.isDragging=!1;return}this.videoClicked.emit()}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-draggable-video-popup"]],inputs:{video:"video"},outputs:{closeClicked:"closeClicked",videoClicked:"videoClicked"},decls:14,vars:5,consts:[["role","button","tabindex","0","cdkDrag","",1,"lc-popup-inner","lc:shadow-2xl","lc:rounded-lg","lc:flex","lc:justify-center","lc:items-center",3,"click","keyup","cdkDragMoved","ngClass","cdkDragBoundary"],["type","button",1,"lc-close-button","lc:absolute","lc:-top-3.5","lc:-right-3.5","lc:bg-black/50","lc:rounded-full","lc:w-8","lc:h-8","lc:border-none","lc:z-10","lc:flex","lc:justify-center","lc:items-center",3,"click"],["xmlns","http://www.w3.org/2000/svg","height","24px","viewBox","0 0 24 24","width","24px","fill","#fff"],["d","M0 0h24v24H0V0z","fill","none"],["d","M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"],[1,"lc-play-button"],[1,"lc-icon"],["viewBox","0 0 28.31 30"],["d","M19.15,1.29A1.24,1.24,0,0,0,17.82.15a1.36,1.36,0,0,0-.35.07,3.2,3.2,0,0,0-.65.46l-5.06,4.6a1.24,1.24,0,0,0,0,1.75l0,0a1.22,1.22,0,0,0,.89.39,1.25,1.25,0,0,0,.85-.32l3-2.78.17-.13v8l2.44,2.62ZM26.79,26.6l-7.64-7.93-2.5-2.58-6-6.34L8.9,8,5.23,4.15a1.17,1.17,0,0,0-1.66,0h0a1.18,1.18,0,0,0,0,1.66h0L6.1,8.47H3.32a2.94,2.94,0,0,0-2.45,3v7.16a3,3,0,0,0,2.86,3.08H8.07a.44.44,0,0,1,.33.13C9.7,23,11,24.19,12.26,25.36L17,29.7a1.24,1.24,0,0,0,2.17-1V22.21l5.95,6.15a1.2,1.2,0,0,0,1.67,0,1.17,1.17,0,0,0,.08-1.66Zm-10.14-.67-.18-.11L9.75,19.67a1.72,1.72,0,0,0-1.16-.45H4c-.48,0-.59-.11-.59-.61V11.55c0-.49,0-.6.59-.6H8.29l8.29,8.55ZM29.09,15.07A9.9,9.9,0,0,1,26.33,22l-.11.13a1.24,1.24,0,0,1-2-.28,1.29,1.29,0,0,1,.24-1.52h0a6.77,6.77,0,0,0,1.32-1.89,7.41,7.41,0,0,0-1.37-8.55,1.24,1.24,0,0,1-.08-1.75,1.33,1.33,0,0,1,.41-.29,1.19,1.19,0,0,1,1.34.2A8.88,8.88,0,0,1,28,10.36a10,10,0,0,1,1.17,4.17A3.35,3.35,0,0,1,29.09,15.07Z","transform","translate(-0.86 -0.14)","fill","#191919"],[1,"lc-text"],["loop","","preload","auto","playsinline","","autoplay","",1,"lc:rounded-lg","lc:w-full",3,"muted"],[3,"src","type"]],template:function(n,r){n&1&&(X(0,"div",0),je("click",function(){return r.onVideoClick()})("keyup",function(){return r.onVideoClick()})("cdkDragMoved",function(){return r.isDragging=!0}),X(1,"button",1),je("click",function(o){return o.stopPropagation(),r.close()}),$t(),X(2,"svg",2),We(3,"path",3)(4,"path",4),Z()(),Zn(),X(5,"div",5)(6,"div",6),$t(),X(7,"svg",7),We(8,"path",8),Z()(),Zn(),X(9,"div",9),De(10,"Tap to unmute"),Z()(),X(11,"video",10),st(12,Py,1,3,"source",11,My),Z()()),n&2&&(Oe("ngClass",qi(3,Ry,r.isDragging))("cdkDragBoundary","body"),V(11),Oe("muted",!0),V(),at(r.video.sources))},dependencies:[$n,Wl],styles:["[_nghost-%COMP%]{position:fixed;display:block;right:24px;bottom:24px;max-width:150px}.lc-play-button[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);transition:all .1s ease-in-out;z-index:999;flex-wrap:wrap;width:100%;max-width:130px;border-radius:5px;padding:5px 10px;background-color:#97979761;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lc-play-button[_ngcontent-%COMP%] .lc-icon[_ngcontent-%COMP%]{width:14px;height:14px}.lc-play-button[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{fill:#fff}.lc-play-button[_ngcontent-%COMP%] .lc-text[_ngcontent-%COMP%]{font-size:11px;line-height:1;color:#fff;font-weight:400;margin-left:5px;text-align:center}"]})};function xp(t){t||(t=J(Ds));let e=new ji(n=>{if(t.destroyed){n.next();return}return t.onDestroy(n.next.bind(n))});return n=>n.pipe($i(e))}var ms=class{lastWidth;lastHeight;resizeTimeout=null;debounceDelay=200;onResizeCallback;constructor(e){this.onResizeCallback=e,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 e=window.innerWidth,n=window.innerHeight;(n!==this.lastHeight||e!==this.lastWidth)&&(this.onResizeCallback(),this.lastWidth=e,this.lastHeight=n)}};var gs=class t{engagementTrigger;isMobile=window.CooeeSDK.uaParser.getDevice().type==="mobile";ngOnInit(){this.engagementTrigger=this.triggerContext?.triggerData}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-base-video"]],inputs:{triggerContext:"triggerContext"},decls:0,vars:0,template:function(n,r){},encapsulation:2})};var Ly=t=>({active:t}),Fy=(t,e)=>e.mID;function Vy(t,e){if(t&1&&We(0,"img",9),t&2){let n=e.$implicit,r=z();Oe("src",n.url,dt)("alt",r.item().name)}}function ky(t,e){if(t&1&&(We(0,"span",18),tt(1,"cooeeCurrency"),tt(2,"safeHtml")),t&2){z(2);let n=Je(15);Oe("innerHTML",lt(2,3,lt(1,1,n.d)),Ct)}}function By(t,e){if(t&1&&(We(0,"span",19),tt(1,"cooeeCurrency"),tt(2,"safeHtml")),t&2){z(2);let n=Je(15);Oe("innerHTML",lt(2,3,lt(1,1,n.cmp)),Ct)}}function Uy(t,e){if(t&1&&(X(0,"div",12),Se(1,ky,3,5,"span",18),Se(2,By,3,5,"span",19),Z()),t&2){z();let n=Je(15);V(),Te(n.d?1:-1),V(),Te(n.cmp?2:-1)}}function Hy(t,e){if(t&1){let n=Xe();X(0,"a",22),je("click",function(i){let o=Re(n).$implicit,s=z(2);return Me(s.changeItem(i,o))}),We(1,"img",23),Z()}if(t&2){let n=e.$implicit,r=z(2);V(),Oe("src",n.firstImageURL,dt)("alt",r.item().name)("ngClass",qi(3,Ly,n.mID===r.item().mID+""))}}function jy(t,e){if(t&1&&(X(0,"span",20),De(1,"Select product"),Z(),X(2,"div",8),st(3,Hy,2,5,"a",21,Fy),Z()),t&2){let n=z();V(3),at(n.similarItems())}}function $y(t,e){if(t&1&&(X(0,"span",24),De(1,"Select variant"),Z(),We(2,"cooee-item-options-picker",25)),t&2){let n=z();V(2),Oe("item",n.item())}}function Gy(t,e){if(t&1&&(X(0,"div",26),De(1,"Description"),Z(),We(2,"div",27),tt(3,"safeHtml")),t&2){let n=z();V(2),Oe("innerHTML",lt(3,1,n.item().desc),Ct)}}function Wy(t,e){t&1&&De(0," Add To Cart ")}function Yy(t,e){t&1&&De(0," Out of stock ")}var _s=class t{closeModel=new et;performCTA=new et;item=Fs.required();similarItems=Fs.required();closeDialog(){this.closeModel.emit()}clickAddToCart(){this.performCTA.emit({item:this.item(),cta:en.ADD_TO_CART})}openCart(){this.performCTA.emit({item:this.item(),cta:en.OPEN_CART})}changeItem(e,n){e.stopPropagation(),e.preventDefault(),this.item.set(n)}goToPDP(){this.performCTA.emit({item:this.item(),cta:en.GO_TO_PRODUCT})}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-product-modal"]],inputs:{item:[1,"item"],similarItems:[1,"similarItems"]},outputs:{closeModel:"closeModel",performCTA:"performCTA",item:"itemChange",similarItems:"similarItemsChange"},decls:28,vars:8,consts:[[1,"lc-card-wrapper"],[1,"lc-card-header"],[1,"lc-header"],["type","button",1,"lc-close-button",3,"click"],["xmlns","http://www.w3.org/2000/svg","height","24px","viewBox","0 0 24 24","fill","#000"],["d","M0 0h24v24H0V0z","fill","none"],["d","M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"],[1,"lc-card-content"],[1,"lc-image-strip"],[1,"w-28","h-28","object-contain",3,"src","alt"],[1,"lc-inner-body"],[1,"lc-item-name"],[1,"lc-prices"],[1,"lc-card-footer"],["type","button",1,"lc-cta-button",3,"click","disabled"],["type","button",1,"lc-more-info-button",3,"click"],["type","button","title","View Cart",1,"view-cart-button",3,"click"],["width","32","height","32","src","https://img.icons8.com/material-sharp/48/shopping-cart.png","alt","shopping-cart"],[1,"lc-item-price",3,"innerHTML"],[1,"lc-item-cmp-price",3,"innerHTML"],[1,"lc-selected-product-title"],["href","#"],["href","#",3,"click"],[1,"product-selector",3,"src","alt","ngClass"],[1,"lc-selected-variant-title"],[3,"item"],[1,"lc-description-title"],[1,"lc-description",3,"innerHTML"]],template:function(n,r){if(n&1){let i=Xe();X(0,"div",0)(1,"div",1)(2,"div",2),De(3,"Shop Now"),Z(),X(4,"button",3),je("click",function(){return Re(i),Me(r.closeDialog())}),$t(),X(5,"svg",4),We(6,"path",5)(7,"path",6),Z()()(),Zn(),X(8,"div",7)(9,"div",8),st(10,Vy,1,2,"img",9,In),Z(),X(12,"div",10)(13,"div",11),De(14),Z(),It(15),Se(16,Uy,3,2,"div",12),Se(17,jy,5,0),Se(18,$y,3,1),Se(19,Gy,4,3),Z()(),X(20,"div",13)(21,"button",14),je("click",function(){return Re(i),Me(r.clickAddToCart())}),Se(22,Wy,1,0)(23,Yy,1,0),Z(),X(24,"button",15),je("click",function(){return Re(i),Me(r.goToPDP())}),De(25," More Info "),Z(),X(26,"button",16),je("click",function(){return Re(i),Me(r.openCart())}),We(27,"img",17),Z()()()}if(n&2){let i=r.item().selectedOrFirstVariant.value;V(10),at(r.item().imgs),V(4),dn(r.item().name),V();let o=Et(i==null?null:i.price);V(),Te(o?16:-1),V(),Te(r.similarItems().length>1?17:-1),V(),Te(r.item().hasVariants()?18:-1),V(),Te(r.item().desc?19:-1),V(2),Oe("disabled",!i.isAvailable),V(),Te(i.isAvailable?22:23)}},dependencies:[$n,wr,Gn,wn],styles:["[_nghost-%COMP%]{display:block;background:#fff}.lc-card-wrapper[_ngcontent-%COMP%]{position:relative;display:flex;flex-direction:column;height:100%;overflow:auto}.lc-card-header[_ngcontent-%COMP%]{display:var(--header-display, flex);flex-direction:row;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px solid var(--lc-color-gray-300)}.lc-header[_ngcontent-%COMP%]{font-size:24px;font-weight:500;color:#000}.lc-close-button[_ngcontent-%COMP%]{background:transparent;border:none;width:36px;height:36px;cursor:pointer}.lc-close-button[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{fill:#000000b3}.lc-card-content[_ngcontent-%COMP%]{flex:1;overflow-y:auto;overscroll-behavior:contain}.lc-inner-body[_ngcontent-%COMP%]{padding:16px;display:flex;flex-direction:column;gap:8px}.lc-image-strip[_ngcontent-%COMP%]{width:100%;display:flex;overflow-x:auto;gap:.5rem;flex-wrap:nowrap}.lc-image-strip[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:auto;height:200px}.lc-image-strip[_ngcontent-%COMP%] .product-selector[_ngcontent-%COMP%]{height:100px;flex-shrink:0;padding:2px}.lc-image-strip[_ngcontent-%COMP%] .product-selector.active[_ngcontent-%COMP%]{border:red solid 1px}.lc-item-name[_ngcontent-%COMP%]{font-size:20px;font-weight:600;line-height:normal;color:rgb(var(--lc-color-text))}.lc-item-price[_ngcontent-%COMP%]{font-size:18px;font-weight:500;color:rgb(var(--lc-color-text))}.lc-item-cmp-price[_ngcontent-%COMP%]{font-size:18px;font-weight:500;color:rgba(var(--lc-color-text),.75);margin-left:10px;text-decoration:line-through;display:none}.lc-description-title[_ngcontent-%COMP%], .lc-selected-product-title[_ngcontent-%COMP%], .lc-selected-variant-title[_ngcontent-%COMP%]{font-size:18px;font-weight:600;margin-top:8px;line-height:normal;color:#000}.lc-description[_ngcontent-%COMP%]{line-height:normal;color:#000}.lc-card-footer[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center;padding:12px;background-color:#0000004d;box-shadow:0 4px 6px #52525b4d;gap:12px}.lc-cta-button[_ngcontent-%COMP%], .lc-more-info-button[_ngcontent-%COMP%]{width:50%;padding:12px;border:none;border-radius:.5rem;font-weight:600;display:flex;justify-content:center;cursor:pointer;font-size:16px}.lc-cta-button[_ngcontent-%COMP%]{background-color:#000;color:#fff}.lc-cta-button[_ngcontent-%COMP%]:disabled{opacity:.5;cursor:not-allowed}.lc-more-info-button[_ngcontent-%COMP%]{background-color:#fff;color:#000}.view-cart-button[_ngcontent-%COMP%]{background:transparent;border:none;cursor:pointer}"]})};var vs=class t{width;static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-video-progress-bar"]],inputs:{width:"width"},decls:5,vars:2,consts:[[1,"lc:absolute","lc:top-1","lc:w-full","lc:z-10"],[1,"lc:px-2"],[1,"lc:h-1","lc:w-full","lc:bg-gray-700","lc:mb-2"],[1,"lc:h-1","lc:bg-pink-500"]],template:function(n,r){n&1&&(ct(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",3),yt(4,"div"),vt()()()()),n&2&&(V(3),ii("width",r.width,"%"))},encapsulation:2})};function zy(t,e){if(t&1&&(yt(0,"span",7),tt(1,"cooeeCurrency"),tt(2,"safeHtml")),t&2){z();let n=Je(7);Dt("innerHTML",lt(2,3,lt(1,1,n.cmp)),Ct)}}function qy(t,e){t&1&&De(0," Out of Stock ")}function Ky(t,e){t&1&&De(0," Add To Cart ")}var ys=class t{performCTA=new et;item=tr.required();similarItems=tr.required();isButtonDisabled=er(()=>{let e=this.item();return e.hasVariants()?!e.vars.some(n=>n.isAvailable):!e.selectedOrFirstVariant.value.isAvailable});clickAddToCart(e){let n=pn.get().website?.canChangeVariantInCart;this.similarItems()?.length>1||this.item().hasVariants()&&!n||(e.stopPropagation(),this.performCTA.emit({item:this.item(),cta:en.ADD_TO_CART}))}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-product-card"]],inputs:{item:[1,"item"],similarItems:[1,"similarItems"]},outputs:{performCTA:"performCTA"},decls:15,vars:13,consts:[[1,"lc-item-card"],[1,"lc-card-content"],[1,"lc-item-image",3,"alt","src"],[1,"lc-product-details"],[1,"lc-item-name"],[1,"lc-prices"],[1,"lc-item-price",3,"innerHTML"],[1,"lc-item-cmp-price",3,"innerHTML"],["type","button",1,"lc-cta-button",3,"click","disabled"]],template:function(n,r){if(n&1){let i=Xe();ct(0,"div",0)(1,"div",1),yt(2,"img",2),ct(3,"div",3)(4,"div",4),De(5),vt(),ct(6,"div",5),It(7),yt(8,"span",6),tt(9,"cooeeCurrency"),tt(10,"safeHtml"),Se(11,zy,3,5,"span",7),vt()()(),ct(12,"button",8),br("click",function(s){return Re(i),Me(r.clickAddToCart(s))}),Se(13,qy,1,0)(14,Ky,1,0),vt()()}if(n&2){let i=r.item().selectedOrFirstVariant.value;V(2),Dt("alt",An(r.item().name))("src",r.item().firstImageURL,dt),V(3),At(" ",r.item().name," "),V(2);let o=Et(i.price);V(),Dt("innerHTML",lt(10,11,lt(9,9,o.d)),Ct),V(3),Te(o.cmp?11:-1),V(),Dt("disabled",r.isButtonDisabled()),V(),Te(r.isButtonDisabled()?13:14)}},dependencies:[wn,Gn],styles:["[_nghost-%COMP%]{display:block;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffff80;border-radius:7px;cursor:pointer}.lc-item-card[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:8px;padding:8px}.lc-card-content[_ngcontent-%COMP%]{display:flex;gap:8px;width:100%;align-items:start}.lc-item-image[_ngcontent-%COMP%]{width:70px;height:70px;object-fit:cover;box-sizing:border-box;border-radius:7px}.lc-product-details[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:3.5px;font-size:10.5px}.lc-item-name[_ngcontent-%COMP%]{font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;line-height:normal;color:rgb(var(--lc-color-text))}.lc-item-price[_ngcontent-%COMP%]{font-size:16px;line-height:normal;color:rgb(var(--lc-color-text))}.lc-item-cmp-price[_ngcontent-%COMP%]{font-size:16px;line-height:normal;color:rgba(var(--lc-color-text),.75);margin-left:10px;text-decoration:line-through;display:none}.lc-cta-button[_ngcontent-%COMP%]{padding:12px 8px;border:none;border-radius:8px;width:100%;background:#000;text-align:center;font-weight:500;cursor:pointer;color:#fff;font-size:16px}.lc-cta-button.atc-clicked[_ngcontent-%COMP%]{background:#000}"]})};var Xy=["swiperContainer"],Jy=["videoEl"],Zy=(t,e)=>e.url,Qy=(t,e)=>e.mID;function e0(t,e){if(t&1&&We(0,"source",14),t&2){let n=e.$implicit;Oe("type",An(n.mimeType))("src",n.url,dt)}}function t0(t,e){t&1&&Ms(0)}function n0(t,e){if(t&1){let n=Xe();We(0,"cooee-video-progress-bar",17),X(1,"div",18)(2,"cooee-mute-toggle",19),je("toggled",function(){Re(n);let i=z(2);return Me(i.toggleMute())}),Z(),Er(3,t0,1,0,"ng-container",10),Z()}if(t&2){let n=z().$index,r=Jt(4),i=z(),o=Jt(11);Oe("width",i.videoProgress[n]||0),V(2),Oe("muted",i.muted)("videoEl",r),V(),Oe("ngTemplateOutlet",o)}}function r0(t,e){if(t&1){let n=Xe();X(0,"cooee-product-card",22),je("performCTA",function(i){Re(n);let o=z(3).$implicit,s=z();return Me(s.performClickToAction(i,o))})("click",function(){let i=Re(n).$implicit,o=z(3).$implicit,s=z();return Me(s.productCardClicked(i,o))}),Z()}if(t&2){let n=e.$implicit,r=z(3).$implicit;Oe("item",n)("similarItems",r.items)}}function i0(t,e){if(t&1&&(X(0,"div",20),st(1,r0,1,2,"cooee-product-card",16,Qy),Z()),t&2){let n=z(2).$implicit;V(),at(n.items)}}function o0(t,e){if(t&1&&We(0,"cooee-video-card",21),t&2){let n=z(2).$implicit;Oe("card",n.card)}}function s0(t,e){if(t&1&&(X(0,"div",15),Se(1,i0,3,0,"div",20)(2,o0,1,1,"cooee-video-card",21),Z()),t&2){let n=z().$implicit,r=z();V(),Te(n.items.length&&r.footerContent===r.VideoConfigFooterContent.FIRST_ITEM?1:n.card&&r.footerContent===r.VideoConfigFooterContent.CARD?2:-1)}}function a0(t,e){if(t&1){let n=Xe();X(0,"cooee-product-modal",23),je("performCTA",function(i){Re(n);let o=z(2);return Me(o.performClickToAction(i,o.selectedVideo))})("closeModel",function(){Re(n);let i=z(2);return Me(i.productModalClosed())}),Z()}if(t&2){let n=z(2);Oe("item",n.selectedItem)("similarItems",n.selectedVideo.items)}}function c0(t,e){if(t&1){let n=Xe();X(0,"div",6)(1,"div",11)(2,"div",12)(3,"video",13,2),je("timeupdate",function(i){let o=Re(n).$index,s=z();return Me(s.updateProgress(i,o))})("click",function(){let i=Re(n).$index,o=z();return Me(o.currentIndex===i&&o.toggleMute())})("ended",function(){Re(n);let i=Jt(4),o=z();return Me(o.onVideoEnded(i))}),st(5,e0,1,3,"source",14,Zy),Z(),Se(7,n0,4,4),Se(8,s0,3,1,"div",15),Z(),Se(9,a0,1,2,"cooee-product-modal",16),Z()()}if(t&2){let n=e.$implicit,r=e.$index,i=z();V(3),Oe("ngClass",i.viewTemplateClassName)("autoplay",i.currentIndex===r)("muted",i.muted)("poster",n.thumbnail,dt),un("data-video-id",n.id),V(2),at(n.sources),V(2),Te(i.currentIndex===r?7:-1),V(),Te(i.currentIndex===r?8:-1),V(),Te(i.selectedItem&&i.currentIndex===r?9:-1)}}function l0(t,e){t&1&&Ms(0)}function u0(t,e){if(t&1){let n=Xe();X(0,"button",24),je("click",function(){Re(n);let i=z();return Me(i.close())}),$t(),X(1,"svg",25),We(2,"path",26)(3,"path",27),Z()()}}var Es=class t extends gs{videos=[];currentIndex=0;swiperContainerRef;videoElements;data=J(Sc);VideoConfigFooterContent=Mi;muted=!1;videoProgress=[];selectedItem=null;selectedVideo;swiperInstance;detailPopupTemplate;footerContent;viewTemplateClassName="lc-video-only-view";cdr=J(nr);elementRef=J(Bt);dialogRef=J(dr);resizeDebouncer=new ms(this.onResize.bind(this));#e=xp();constructor(){super(),this.videos=this.data.videos,this.currentIndex=this.data.currentIndex,this.triggerContext=this.data.triggerContext}onResize(){this.swiperInstance?.destroy?.(),this.reInitSwiper()}ngOnInit(){super.ngOnInit();let e=this.engagementTrigger?.content?.videoConfig;this.detailPopupTemplate=e?.detailPopup.template??"VIDEO_ONLY_VIEW",this.footerContent=e?.footerContent??"FIRST_ITEM";let n=this.elementRef.nativeElement.shadowRoot,r=pn.get().website.commonCSS;switch(Zt.injectRawCSS(r,n),Zt.injectStylesheet(Rn.styleURL,n),Zt.injectSwiperCSS(n),this.detailPopupTemplate){case"PRODUCT_DETAIL_VIEW":this.selectItemForDetailView(),this.viewTemplateClassName="lc-product-detail-view";break;case"VIDEO_ONLY_VIEW":this.viewTemplateClassName="lc-video-only-view";break}}ngAfterViewInit(){gl(this.getCurrentVideoElement(),"loadeddata").pipe(this.#e).subscribe(()=>{this.initSwiper()})}ngOnDestroy(){this.swiperInstance?.destroy?.(),this.resizeDebouncer.destroy()}close(e=this.videos[this.currentIndex],n=this.currentIndex){let r=this.getCurrentVideoElement();this.dialogRef.close({lastVideo:e,lastVideoIndex:n,lastVideoDuration:r?.currentTime})}performClickToAction(e,n){this.data.onCTAPerformed({cta:e.cta,item:e.item,video:n})}getCurrentVideoElement(){return this.videoElements.get(this.currentIndex)?.nativeElement}moveToNextVideo(){this.swiperInstance.slideTo(this.currentIndex+1)}productModalClosed(){this.selectedItem=null,this.selectedVideo=void 0,this.swiperInstance.enable()}pauseAll(){this.videoElements.forEach(e=>e.nativeElement.pause())}async toggleMute(){this.muted=!this.muted,this.videoElements.forEach(r=>r.nativeElement.muted=this.muted);let n=[this.muted?Ze.EVENT_VIDEO_MUTED:Ze.EVENT_VIDEO_UNMUTED,{current:this.currentVideoProps()},{triggerData:this.engagementTrigger}];window.CooeeSDK.events.push(n),await Ir.set(Sr.MUTED,this.muted),this.cdr.detectChanges()}playActiveVideo(){this.pauseAll();let e=this.getCurrentVideoElement();e&&(e.currentTime=1,e.play().then(async()=>{this.muted=await Ir.get(Sr.MUTED,!1),e.muted=this.muted}))}onVideoEnded(e){if(this.currentIndex<this.videos.length-1)this.selectedItem?(e.currentTime=0,e.play()):this.moveToNextVideo();else{let n=this.getPreviousVideoDataForEvent(),r=[Ze.EVENT_LAST_VIDEO_ENDED,{previous:n},{triggerData:this.engagementTrigger}];window.CooeeSDK.events.push(r),e.currentTime=0,e.play()}}updateProgress(e,n){let r=e.target;this.videoProgress[n]=r.currentTime/r.duration*100,this.cdr.detectChanges()}onSlideChange(e){let n=this.getPreviousVideoDataForEvent();this.currentIndex=e.realIndex,this.playActiveVideo(),this.detailPopupTemplate==="PRODUCT_DETAIL_VIEW"?this.selectItemForDetailView():(this.selectedItem=null,delete this.selectedVideo);let r=this.currentVideoProps(),i={previous:n,current:r},o=[Ze.EVENT_VIDEO_CHANGE,i,{triggerData:this.engagementTrigger}];window.CooeeSDK.events.push(o)}productCardClicked(e,n){let r={videoID:n.id,videoIndex:this.currentIndex},i=[Ze.EVENT_MORE_ITEM_INFO_CLICKED,{current:r},{triggerData:this.engagementTrigger}];window.CooeeSDK.events.push(i),this.selectedItem=e,this.selectedVideo=n,this.swiperInstance.disable()}reInitSwiper(){this.initSwiper(),this.selectedItem&&this.swiperInstance.disable()}initSwiper(){let e=this.isMobile?1:"auto",n=0;this.detailPopupTemplate==="PRODUCT_DETAIL_VIEW"&&(e="auto",n=10),this.swiperInstance=new window.CooeeSDK.Swiper(this.swiperContainerRef.nativeElement,{direction:this.isMobile?"vertical":"horizontal",effect:this.isMobile?"slide":"coverflow",slidesPerView:e,initialSlide:this.currentIndex,centeredSlides:!0,spaceBetween:n,coverflowEffect:{rotate:0,stretch:0,depth:400,modifier:1,slideShadows:!1},navigation:{nextEl:this.swiperContainerRef.nativeElement.querySelector(".swiper-button-next"),prevEl:this.swiperContainerRef.nativeElement.querySelector(".swiper-button-prev")}}),this.swiperInstance.on("slideChange",r=>{this.onSlideChange(r),this.cdr.detectChanges()}),this.playActiveVideo()}currentVideoProps(){return{videoID:this.videos[this.currentIndex].id,videoIndex:this.currentIndex}}getPreviousVideoDataForEvent(){let e=this.currentVideoProps(),n=this.videoElements.find(i=>i.nativeElement.dataset.videoId===this.videos[this.currentIndex].id)?.nativeElement;e.playedTillMS=Math.ceil(n?.currentTime*1e3);let r=n?.duration*1e3;return e.playedTillPercent=+(e.playedTillMS/r).toFixed(4),e}selectItemForDetailView(){this.selectedVideo=this.videos[this.currentIndex],this.selectedItem=this.isMobile?null:this.selectedVideo?.items?.[0]??null}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-video-swiper-dialog"]],viewQuery:function(n,r){if(n&1&&(xn(Xy,5),xn(Jy,5)),n&2){let i;On(i=Dn())&&(r.swiperContainerRef=i.first),On(i=Dn())&&(r.videoElements=i)}},inputs:{videos:"videos",currentIndex:"currentIndex"},features:[St],decls:12,vars:2,consts:[["swiperContainer",""],["closeButtonTemplate",""],["videoEl",""],[1,"lc-shadow-inner",3,"ngClass"],[1,"swiper-container"],[1,"swiper-wrapper"],[1,"swiper-slide"],[1,"swiper-button-prev"],[1,"swiper-button-next"],[1,"lc-desktop-controls"],[4,"ngTemplateOutlet"],[1,"lc-video-modal-row"],[1,"lc-video-container"],["playsinline","","preload","metadata",1,"lc-video-el",3,"timeupdate","click","ended","ngClass","autoplay","muted","poster"],[3,"src","type"],[1,"lc-card-container"],[3,"item","similarItems"],[3,"width"],[1,"lc-video-controls"],[3,"toggled","muted","videoEl"],[1,"lc-card-scroll"],[3,"card"],[3,"performCTA","click","item","similarItems"],[3,"performCTA","closeModel","item","similarItems"],["type","button",1,"lc-close-button",3,"click"],["xmlns","http://www.w3.org/2000/svg","viewBox","0 0 24 24","fill","#fff"],["d","M0 0h24v24H0V0z","fill","none"],["d","M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"]],template:function(n,r){if(n&1&&(X(0,"div",3)(1,"div",4,0)(3,"div",5),st(4,c0,10,8,"div",6,In),Z(),We(6,"div",7)(7,"div",8),Z(),X(8,"div",9),Er(9,l0,1,0,"ng-container",10),Z()(),Er(10,u0,4,0,"ng-template",null,1,Al)),n&2){let i=Jt(11);Oe("ngClass",r.viewTemplateClassName),V(4),at(r.videos),V(5),Oe("ngTemplateOutlet",i)}},dependencies:[ys,_s,Jr,vs,Fl,$n,Xr],styles:[`:host{display:flex}.lc-shadow-inner{position:relative;width:100vw;height:100vh;display:flex}@media (min-width: 768px){.lc-shadow-inner{background-color:color-mix(in oklab,#000 70%,transparent);justify-content:center;align-items:center}}.swiper-container{--swiper-navigation-size: 50px;--swiper-navigation-color: white;width:100dvw;height:100dvh}.lc-product-detail-view .swiper-container{align-items:center}@media (min-width: 768px){.swiper-container{width:100%;height:100%;max-width:90vw;max-height:90vh}}.swiper-wrapper{max-height:100%}.lc-product-detail-view .swiper-wrapper{align-items:center}@media (max-width: 768px){.swiper-button-prev,.swiper-button-next{display:none!important}}.swiper-slide{position:relative;display:flex;align-items:center;visibility:hidden}.lc-product-detail-view .swiper-slide{width:40vw!important;height:70vh!important}@media (min-width: 768px){.lc-product-detail-view .swiper-slide{min-width:650px!important}}@media (max-width: 768px){.lc-product-detail-view .swiper-slide{width:100%!important;height:100%!important}}@media (min-width: 768px){.lc-video-only-view .swiper-slide{width:fit-content!important}}@media (min-width: 768px){.swiper-slide{border-radius:12px;overflow:hidden}}.swiper-slide.swiper-slide-active,.swiper-slide.swiper-slide-prev,.swiper-slide.swiper-slide-next{visibility:visible}video{height:100%}.lc-product-detail-view video{width:100%;object-fit:cover;z-index:-1}.lc-desktop-controls{position:absolute;top:2rem;right:4rem;z-index:10;display:flex;gap:.5rem}@media (max-width: 768px){.lc-desktop-controls{display:none}}.lc-video-controls{position:absolute;top:1rem;z-index:10;right:.5rem;display:flex;gap:.25rem}.lc-video-controls .lc-close-button{display:block}@media (min-width: 768px){.lc-video-controls .lc-close-button{display:none}}.lc-close-button{border:none;display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:#00000080;border-radius:100%}.lc-close-button svg{width:100%;height:100%}@media (min-width: 768px){.lc-close-button{width:48px;height:48px}}.lc-product-detail-view .lc-video-container{height:100%;position:relative}@media (min-width: 768px){.lc-product-detail-view .lc-video-container{width:50%}}.lc-video-only-view .lc-video-container{height:100%}.lc-card-container{position:absolute;bottom:12px;z-index:10;width:100%;padding-inline:12px;box-sizing:border-box}.lc-product-detail-view .lc-card-container{display:none}@media (max-width: 768px){.lc-product-detail-view .lc-card-container{display:block}}.lc-card-scroll{display:flex;overflow-x:auto;gap:12px;width:100%;scrollbar-width:none}.lc-card-scroll::-webkit-scrollbar{display:none}.lc-card-scroll cooee-product-card{flex:0 0 auto;width:80%;max-width:300px}.lc-card-scroll:has(>cooee-product-card:only-child) cooee-product-card{width:100%;max-width:none}.lc-product-detail-view .lc-video-modal-row{display:flex;justify-content:center;height:100%;width:100%}.lc-video-only-view .lc-video-modal-row{display:block;height:100%}.lc-product-detail-view cooee-product-modal{--header-display: none;width:50%;flex:1}@media (max-width: 768px){.lc-product-detail-view cooee-product-modal{--header-display: flex;width:100%;height:70dvh;position:absolute;bottom:0;z-index:2147483646}}.lc-video-only-view cooee-product-modal{width:100%;height:70dvh;z-index:2147483646;bottom:0;position:absolute}
|
|
35
|
+
`],encapsulation:3})};var d0=["videoEl"],Op=(t,e)=>e.url;function f0(t,e){if(t&1&&(X(0,"div",1),De(1),Z()),t&2){let n=z();V(),At(" ",n.videoConfig.heading," ")}}function p0(t,e){if(t&1&&We(0,"source",7),t&2){let n=e.$implicit;Oe("type",An(n.mimeType))("src",n.url,dt)}}function h0(t,e){if(t&1){let n=Xe();X(0,"cooee-mute-toggle",13),je("toggled",function(i){Re(n),z();let o=Jt(5),s=z(2);return Me(s.onMuteToggled(i,o))}),Z()}if(t&2){z();let n=Jt(5);Oe("muted",n.muted)("videoEl",n)}}function m0(t,e){if(t&1&&(We(0,"span",19),tt(1,"cooeeCurrency"),tt(2,"safeHtml")),t&2){z();let n=Je(6);Oe("innerHTML",lt(2,3,lt(1,1,n.cmp)),Ct)}}function g0(t,e){if(t&1&&(X(0,"div",10),We(1,"img",14),X(2,"div",15)(3,"span",16),De(4),Z(),X(5,"div",17),It(6),We(7,"span",18),tt(8,"cooeeCurrency"),tt(9,"safeHtml"),Se(10,m0,3,5,"span",19),Z()()()),t&2){z();let n=Je(0);V(),Oe("src",n.firstImageURL,dt)("alt",n.name),V(3),At(" ",n.name," "),V(2);let r=Et(n.selectedOrFirstVariant.value.price);V(),Oe("innerHTML",lt(9,8,lt(8,6,r.d)),Ct),V(3),Te(r.cmp?10:-1)}}function _0(t,e){if(t&1){let n=Xe();X(0,"button",20),je("click",function(i){Re(n);let o=z(),s=o.$implicit,l=o.$index,u=Jt(5),d=z(2);return Me(d.addToCartClicked(i,s,l,u))}),De(1," Add to cart "),Z()}}function v0(t,e){if(t&1){let n=Xe();X(0,"cooee-video-card",21),je("linkClicked",function(){Re(n);let i=z().$implicit,o=z(2);return Me(o.sendTriggerClicked(i))}),Z()}if(t&2){z();let n=Je(1);Oe("card",n)}}function y0(t,e){if(t&1){let n=Xe();It(0)(1),X(2,"div",4)(3,"a",5),je("click",function(i){let o=Re(n),s=o.$implicit,l=o.$index,u=Jt(5),d=z(2);return Me(d.onVideoTap(i,s,l,u))}),X(4,"video",6,0),je("mouseenter",function(){Re(n);let i=Jt(5);z(2);let o=Je(1);return Me(o&&i.play())})("mouseleave",function(){Re(n);let i=Jt(5);z(2);let o=Je(1);return Me(o&&i.pause())}),st(6,p0,1,3,"source",7,Op),Z(),X(8,"div",8),Se(9,h0,1,2,"cooee-mute-toggle",9),Z(),Se(10,g0,11,10,"div",10),Z(),Se(11,_0,2,0,"button",11)(12,v0,1,1,"cooee-video-card",12),Z()}if(t&2){let n=e.$implicit,r=z(2),i=Je(0),o=Et(n.items[0]);V();let s=Et(n.card),l=o&&r.videoConfig.footerContent==r.VideoConfigFooterContent.FIRST_ITEM,u=s&&r.videoConfig.footerContent==r.VideoConfigFooterContent.CARD;V(3),Oe("poster",n.thumbnail,dt)("muted",!0),un("autoplay",i||null),V(2),at(n.sources),V(3),Te(r.videoConfig.showMuteButton?9:-1),V(),Te(l?10:-1),V(),Te(l?11:u?12:-1)}}function E0(t,e){if(t&1&&(X(0,"div",2),st(1,y0,13,8,"div",4,In),Z()),t&2){let n=z();V(),at(n.videos)}}function b0(t,e){if(t&1&&We(0,"source",7),t&2){let n=e.$implicit;Oe("type",An(n.mimeType))("src",n.url,dt)}}function w0(t,e){if(t&1){let n=Xe();X(0,"div",22),$t(),X(1,"svg",23),We(2,"circle",24)(3,"circle",25),Z(),Zn(),X(4,"div",26)(5,"video",27),je("click",function(i){let o=Re(n),s=o.$implicit,l=o.$index,u=z(2);return Me(u.onVideoTap(i,s,l))}),st(6,b0,1,3,"source",7,Op),Z()()()}if(t&2){let n=e.$implicit;V(5),Oe("muted",!0),V(),at(n.sources)}}function C0(t,e){if(t&1&&(X(0,"div",3),st(1,w0,8,1,"div",22,In),Z()),t&2){let n=z();V(),at(n.videos)}}function S0(t,e){if(t&1){let n=Xe();X(0,"cooee-draggable-video-popup",29),je("videoClicked",function(){Re(n),z();let i=Je(0),o=z();return Me(o.onPopupVideoClicked(i,0))})("closeClicked",function(){Re(n);let i=z(2);return Me(i.onPopupVideoClosed())}),Z()}if(t&2){z();let n=Je(0);Oe("video",n)}}function T0(t,e){if(t&1&&(It(0),Se(1,S0,1,1,"cooee-draggable-video-popup",28)),t&2){let n=z();Et(n.videos[0]),V(),Te(n.hidePopupVideo?-1:1)}}var bs=class t extends Qt{videoElements;videos;VideoConfigTemplate=$c;VideoConfigFooterContent=Mi;VideoConfigAutoPlay=Gc;isMobile=window.CooeeSDK.uaParser.getDevice().type==="mobile";hidePopupVideo;videoConfig;dialogRef=null;dialog=J(yf);cdr=J(nr);constructor(){super()}ngOnInit(){super.ngOnInit(),Zt.loadSwiperScript()}ngAfterViewInit(){this.playFirstVideo()}engagementTriggerReceived(e){this.videoConfig=e.content?.videoConfig,this.videos=this.videoConfig.videos}sendTriggerClicked(e,n){let r=new Kr(Ze.EVENT_TRIGGER_CLICKED,{},this.triggerContext?.triggerData);r.videos=[e.id],n&&(r.items=[n]),this.sendEventToRenderer(r)}onVideoTap(e,n,r,i){e?.stopPropagation(),e?.preventDefault();let o=n.items?.[0];if(this.sendTriggerClicked(n,o?.toEmbed()),this.videoConfig.footerContent==="NONE"){i&&(i.muted=!1,i.play(),this.onMuteToggled(!1,i));return}Zt.loadSwiperScript().then(()=>this.openDialog(n,r))}async performCTA(e){let n,r=this.triggerContext;if(e.cta===en.ADD_TO_CART)n=Ze.EVENT_ADD_TO_CART_CLICKED;else if(e.cta===en.GO_TO_PRODUCT)n=Ze.EVENT_VIEW_ITEM_CLICKED;else if(e.cta===en.OPEN_CART)n=Ze.EVENT_OPEN_CART_CLICKED,r.triggerData.redirectBehaviour=Hs.CART_DRAWER;else{ze.warn(`Unsupported CTA type: ${e.cta}`);return}let i={at:e.cta},o={videoID:e.video.id};this.sendEvent(n,{current:o},e.video,e.item),this.executeCTAViaRenderer({clickAction:i,embeddedItem:e.item.toEmbed()})}addToCartClicked(e,n,r,i){let o=n.items?.[0],s=pn.get().website?.canChangeVariantInCart;if(n.items?.length>1||o?.hasVariants()&&!s){this.onVideoTap(e,n,r,i);return}this.performCTA({cta:en.ADD_TO_CART,item:o,video:n})}onPopupVideoClicked(e,n){this.hidePopupVideo=!0,this.onVideoTap(null,e,n),this.dialogRef?.closed.subscribe(()=>{this.hidePopupVideo=!1,this.cdr.detectChanges()})}onPopupVideoClosed(){this.hidePopupVideo=!0;let e=(new Date().getTime()-this.triggerContext.startTime.getTime())/1e3;this.sendEvent(Ze.EVENT_TRIGGER_CLOSED,{duration:e})}update(){}onMuteToggled(e,n){e||this.videoElements.forEach(r=>{r.nativeElement!==n&&(r.nativeElement.muted=!0,r.nativeElement.pause())})}playFirstVideo(){this.videoConfig.autoPlay==="ON_HOVER"&&this.isMobile&&this.videoElements.first?.nativeElement.play()}sendEvent(e,n,r,i){let o=new Kr(e,n,this.engagementTrigger);r&&(o.videos=[r.id]),i&&(o.items=[i.toEmbed()]),this.sendEventToRenderer(o)}openDialog(e,n){let r={videos:this.videos,currentIndex:n,triggerContext:this.triggerContext,onCTAPerformed:o=>this.performCTA(o)};this.dialogRef&&this.dialogRef.close(),this.dialogRef=this.dialog.open(Es,{width:"100vw",height:"100vh",data:r});let i={videoID:e.id,videoIndex:n};this.sendEvent(Ze.EVENT_VIDEO_DIALOG_OPENED,{current:i},e),this.dialogRef.closed.subscribe(o=>{if(!o)return;let s=o.lastVideoDuration*1e3,l={videoID:o.lastVideo.id,videoIndex:o.lastVideoIndex,playedTillMS:s,playedTillPercent:s/e.durationMS},u=new Kr(Ze.EVENT_VIDEO_DIALOG_CLOSED,{current:l},this.triggerContext?.triggerData);u.videos=[o.lastVideo.id],this.sendEventToRenderer(u),this.dialogRef=null})}static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pe({type:t,selectors:[["cooee-shoppable-videos"]],viewQuery:function(n,r){if(n&1&&xn(d0,5),n&2){let i;On(i=Dn())&&(r.videoElements=i)}},features:[St],decls:6,vars:4,consts:[["videoEl",""],["id","lc-heading-text",1,"lc-heading-text"],[1,"lc-video-list"],[1,"lc-video-stories"],[1,"lc-video-card"],["href","",1,"lc-video-wrapper",3,"click"],["width","100%","playsinline","","loop","","preload","metadata",3,"mouseenter","mouseleave","poster","muted"],[3,"src","type"],[1,"lc-video-controls"],[3,"muted","videoEl"],["id","lc-single-product",1,"lc-single-product"],["id","lc-cta-button","type","button",1,"lc-cta-button"],[3,"card"],[3,"toggled","muted","videoEl"],[1,"lc-item-image",3,"src","alt"],[1,"lc-item-details"],[1,"lc-item-name"],[1,"lc-prices"],[1,"lc-item-price",3,"innerHTML"],[1,"lc-item-cmp-price",3,"innerHTML"],["id","lc-cta-button","type","button",1,"lc-cta-button",3,"click"],[3,"linkClicked","card"],[1,"lc-video-story"],["viewBox","0 0 100 100"],["cx","50","cy","50","r","48","fill","none","stroke-width","4"],["id","lc-video-story-circle","cx","50","cy","50","r","48","fill","none","stroke-width","4","stroke-linecap","round","stroke-dasharray","301.6","stroke-dashoffset","301.6"],[1,"story-video-container"],["autoplay","","loop","",3,"click","muted"],[3,"video"],[3,"videoClicked","closeClicked","video"]],template:function(n,r){if(n&1&&(It(0)(1),Se(2,f0,2,1,"div",1),Se(3,E0,3,0,"div",2)(4,C0,3,0,"div",3)(5,T0,2,2)),n&2){let i=r.videoConfig.template;Et(!r.videoConfig.autoPlay||r.videoConfig.autoPlay===r.VideoConfigAutoPlay.ON),V(),Et(r.videoConfig.autoPlay===r.VideoConfigAutoPlay.ON_HOVER),V(),Te(r.videoConfig.heading?2:-1),V(),Te(i===r.VideoConfigTemplate.SIMPLE||i===r.VideoConfigTemplate.SWIPER?3:i===r.VideoConfigTemplate.STORY?4:i===r.VideoConfigTemplate.FLOATING_POPUP?5:-1)}},dependencies:[hs,Jr,Xr,wn,Gn],styles:["[_nghost-%COMP%]{display:block}.lc-heading-text[_ngcontent-%COMP%]{margin-bottom:.5rem;font-size:1.125rem;text-align:center;font-weight:700}.lc-video-list[_ngcontent-%COMP%]{display:flex;overflow-x:auto;gap:24px;margin:8px;align-items:center;scroll-snap-type:x mandatory;scroll-behavior:smooth}@media (min-width: 768px){.lc-video-list[_ngcontent-%COMP%]{justify-content:center}}.lc-video-wrapper[_ngcontent-%COMP%]{position:relative;border-radius:.5rem}.lc-video-wrapper[_ngcontent-%COMP%] video[_ngcontent-%COMP%]{border-radius:.5rem;transition:transform .3s}.lc-video-wrapper[_ngcontent-%COMP%] video[_ngcontent-%COMP%]:hover{transform:scale(1.1)}.lc-video-card[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2.5px;scroll-snap-align:center;min-width:200px;max-width:300px}.lc-cta-button[_ngcontent-%COMP%]{cursor:pointer;background:rgb(var(--lc-color-button));color:rgb(var(--lc-color-button-text));border-radius:var(--lc-button-radius);width:100%;height:auto;text-align:center;z-index:4;padding:1rem}.lc-video-stories[_ngcontent-%COMP%]{display:flex;overflow:auto;margin:.75rem;gap:.75rem;justify-content:center;align-items:center}.lc-video-controls[_ngcontent-%COMP%]{position:absolute;bottom:8px;z-index:10;right:8px;display:flex;gap:8px}.lc-single-product[_ngcontent-%COMP%]{display:flex;margin:.25rem 0;gap:.25rem;align-items:center}.lc-single-product[_ngcontent-%COMP%] .lc-item-image[_ngcontent-%COMP%]{width:50px;height:50px;border-radius:.5rem;display:none}.lc-single-product[_ngcontent-%COMP%] .lc-item-details[_ngcontent-%COMP%]{width:100%;display:flex;flex-direction:column;gap:.25rem;font-size:14px;line-height:normal}.lc-single-product[_ngcontent-%COMP%] .lc-item-details[_ngcontent-%COMP%] .lc-item-name[_ngcontent-%COMP%]{color:rgb(var(--lc-color-text));font-weight:600;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.lc-single-product[_ngcontent-%COMP%] .lc-item-details[_ngcontent-%COMP%] .lc-item-price[_ngcontent-%COMP%]{color:rgb(var(--lc-color-text))}.lc-single-product[_ngcontent-%COMP%] .lc-item-details[_ngcontent-%COMP%] .lc-item-cmp-price[_ngcontent-%COMP%]{color:rgba(var(--lc-color-text),.75);text-decoration:line-through;margin-left:10px;display:none}.lc-video-story[_ngcontent-%COMP%]{position:relative;width:5rem;height:5rem;cursor:pointer}.lc-video-story[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{position:absolute;top:0;left:0;width:100%;height:100%}.lc-video-story[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]:first-child{stroke:#d1d5db}.lc-video-story[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]:last-child{stroke:#3b82f6}.lc-video-story[_ngcontent-%COMP%] .story-video-container[_ngcontent-%COMP%]{width:100%;height:100%;border-radius:9999px;overflow:hidden}.lc-video-story[_ngcontent-%COMP%] .story-video-container[_ngcontent-%COMP%] video[_ngcontent-%COMP%]{width:100%;height:100%;object-fit:cover;border-radius:9999px}"]})};Xl("CooeeWidgetSDK");(async()=>{let t=await kl(Jl),e=(n,r)=>{let i=Yl(n,{injector:t.injector});customElements.define(r,i)};e(qo,"cooee-sticky-atc"),e(zo,"cooee-savings-bar"),e(Yo,"cooee-progressbar"),e(bs,"cooee-shoppable-videos"),e(wr,"cooee-product-options-picker"),sessionStorage.cooeeDebug&&import("./chunk-NXK2Q266.js").then(n=>{e(n.DebuggerComponent,"cooee-debugger")})})();
|