diff --git a/composer.json b/composer.json index 6ac9305..fb25174 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "laravel/tinker": "^2.8", "league/flysystem-aws-s3-v3": "^3.0", "predis/predis": "^2.2", + "silviolleite/laravelpwa": "^2.0", "spatie/laravel-feed": "^4.3", "spatie/laravel-googletagmanager": "^2.6", "spatie/laravel-sitemap": "^6.3", diff --git a/composer.lock b/composer.lock index 73c99eb..6d64e1d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1471d10bc74cb3cbd2259613ca941433", + "content-hash": "189360d364c9c9dd3b0432c0e6525083", "packages": [ { "name": "artesaos/seotools", @@ -3958,6 +3958,56 @@ ], "time": "2023-04-15T23:01:58+00:00" }, + { + "name": "silviolleite/laravelpwa", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/silviolleite/laravel-pwa.git", + "reference": "5f7135d2ee870af01793c9fdf6b1b932b546e20e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silviolleite/laravel-pwa/zipball/5f7135d2ee870af01793c9fdf6b1b932b546e20e", + "reference": "5f7135d2ee870af01793c9fdf6b1b932b546e20e", + "shasum": "" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelPWA\\Providers\\LaravelPWAServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LaravelPWA\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Silvio Luis Leite", + "email": "silviolleite@gmail.com" + } + ], + "description": "Looks like an app, feels like an app, but NOT an app.", + "keywords": [ + "laravel", + "php", + "progressive web apps", + "pwa" + ], + "support": { + "issues": "https://github.com/silviolleite/laravel-pwa/issues", + "source": "https://github.com/silviolleite/laravel-pwa/tree/2.0.3" + }, + "time": "2020-08-20T12:19:16+00:00" + }, { "name": "spatie/browsershot", "version": "3.58.2", diff --git a/config/laravelpwa.php b/config/laravelpwa.php new file mode 100644 index 0000000..6369345 --- /dev/null +++ b/config/laravelpwa.php @@ -0,0 +1,67 @@ + 'EchoScoop', + 'manifest' => [ + 'name' => env('APP_NAME', 'EchoScoop'), + 'short_name' => 'PWA', + 'start_url' => '/', + 'background_color' => '#ffffff', + 'theme_color' => '#000000', + 'display' => 'standalone', + 'orientation' => 'any', + 'status_bar' => 'black', + 'icons' => [ + '48x48' => [ + 'path' => '/pwa/icon-48x48.png', + 'purpose' => 'any', + ], + '72x72' => [ + 'path' => '/pwa/icon-72x72.png', + 'purpose' => 'any', + ], + '96x96' => [ + 'path' => '/pwa/icon-96x96.png', + 'purpose' => 'any', + ], + '128x128' => [ + 'path' => '/pwa/icon-128x128.png', + 'purpose' => 'any', + ], + '144x144' => [ + 'path' => '/pwa/icon-144x144.png', + 'purpose' => 'any', + ], + '152x152' => [ + 'path' => '/pwa/icon-152x152.png', + 'purpose' => 'any', + ], + '192x192' => [ + 'path' => '/pwa/icon-192x192.png', + 'purpose' => 'any', + ], + '384x384' => [ + 'path' => '/pwa/icon-384x384.png', + 'purpose' => 'any', + ], + '512x512' => [ + 'path' => '/pwa/icon-512x512.png', + 'purpose' => 'any', + ], + ], + 'splash' => [ + '640x1136' => '/pwa/apple-splash-640x1136.png', + '750x1334' => '/pwa/apple-splash-750x1334.png', + '828x1792' => '/pwa/apple-splash-828x1792.png', + '1125x2436' => '/pwa/apple-splash-1125x2436.png', + '1242x2208' => '/pwa/apple-splash-1242x2208.png', + '1242x2688' => '/pwa/apple-splash-1242x2688.png', + '1536x2048' => '/pwa/apple-splash-1536x2048.png', + '1668x2224' => '/pwa/apple-splash-1668x2224.png', + '1668x2388' => '/pwa/apple-splash-1668x2388.png', + '2048x2732' => '/pwa/apple-splash-2048x2732.png', + ], + 'shortcuts' => [], + 'custom' => [], + ], +]; diff --git a/public/build/assets/app-auth-c0ceb740.js b/public/build/assets/app-auth-4b2e1a84.js similarity index 87% rename from public/build/assets/app-auth-c0ceb740.js rename to public/build/assets/app-auth-4b2e1a84.js index 0f1019f..83e815a 100644 --- a/public/build/assets/app-auth-c0ceb740.js +++ b/public/build/assets/app-auth-4b2e1a84.js @@ -1 +1 @@ -import{_ as o,o as p,c,a as r,b as u,p as i,d as m,e as g,f as _,g as d,v as f,Z as n,h as l}from"./vue-8a418f6a.js";const A={name:"AppAuth"};function $(s,a,t,Z,w,x){return p(),c("div")}const h=o(A,[["render",$]]),e=r({AppAuth:h}),v=Object.assign({});e.use(u());e.use(i,m);e.use(g);e.use(_);e.use(d);e.use(f.ZiggyVue,n);window.Ziggy=n;Object.entries({...v}).forEach(([s,a])=>{const t=s.split("/").pop().replace(/\.\w+$/,"").replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();e.component(t,l(a))});e.mount("#app"); +import{_ as o,o as p,c,a as r,b as u,p as i,d as m,e as g,f as _,g as d,v as f,Z as n,h as l}from"./vue-8b92bff6.js";const A={name:"AppAuth"};function $(s,a,t,Z,w,x){return p(),c("div")}const h=o(A,[["render",$]]),e=r({AppAuth:h}),v=Object.assign({});e.use(u());e.use(i,m);e.use(g);e.use(_);e.use(d);e.use(f.ZiggyVue,n);window.Ziggy=n;Object.entries({...v}).forEach(([s,a])=>{const t=s.split("/").pop().replace(/\.\w+$/,"").replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();e.component(t,l(a))});e.mount("#app"); diff --git a/public/build/assets/app-front-d35e891f.js b/public/build/assets/app-front-83914abf.js similarity index 99% rename from public/build/assets/app-front-d35e891f.js rename to public/build/assets/app-front-83914abf.js index caeae47..9cf7fbb 100644 --- a/public/build/assets/app-front-d35e891f.js +++ b/public/build/assets/app-front-83914abf.js @@ -1,4 +1,4 @@ -import{_ as hi,o as di,c as fi,a as pi,b as _i,p as mi,d as gi,e as Ei,f as vi,g as bi,v as Ai,Z as is,h as Ti}from"./vue-8a418f6a.js";var L="top",x="bottom",R="right",I="left",pe="auto",Pt=[L,x,R,I],_t="start",Ct="end",rs="clippingParents",Ge="viewport",Tt="popper",os="reference",Be=Pt.reduce(function(n,t){return n.concat([t+"-"+_t,t+"-"+Ct])},[]),qe=[].concat(Pt,[pe]).reduce(function(n,t){return n.concat([t,t+"-"+_t,t+"-"+Ct])},[]),as="beforeRead",cs="read",ls="afterRead",us="beforeMain",hs="main",ds="afterMain",fs="beforeWrite",ps="write",_s="afterWrite",ms=[as,cs,ls,us,hs,ds,fs,ps,_s];function z(n){return n?(n.nodeName||"").toLowerCase():null}function k(n){if(n==null)return window;if(n.toString()!=="[object Window]"){var t=n.ownerDocument;return t&&t.defaultView||window}return n}function mt(n){var t=k(n).Element;return n instanceof t||n instanceof Element}function V(n){var t=k(n).HTMLElement;return n instanceof t||n instanceof HTMLElement}function Xe(n){if(typeof ShadowRoot>"u")return!1;var t=k(n).ShadowRoot;return n instanceof t||n instanceof ShadowRoot}function yi(n){var t=n.state;Object.keys(t.elements).forEach(function(e){var s=t.styles[e]||{},i=t.attributes[e]||{},r=t.elements[e];!V(r)||!z(r)||(Object.assign(r.style,s),Object.keys(i).forEach(function(o){var a=i[o];a===!1?r.removeAttribute(o):r.setAttribute(o,a===!0?"":a)}))})}function wi(n){var t=n.state,e={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,e.popper),t.styles=e,t.elements.arrow&&Object.assign(t.elements.arrow.style,e.arrow),function(){Object.keys(t.elements).forEach(function(s){var i=t.elements[s],r=t.attributes[s]||{},o=Object.keys(t.styles.hasOwnProperty(s)?t.styles[s]:e[s]),a=o.reduce(function(l,h){return l[h]="",l},{});!V(i)||!z(i)||(Object.assign(i.style,a),Object.keys(r).forEach(function(l){i.removeAttribute(l)}))})}}const Qe={name:"applyStyles",enabled:!0,phase:"write",fn:yi,effect:wi,requires:["computeStyles"]};function Y(n){return n.split("-")[0]}var pt=Math.max,ue=Math.min,Nt=Math.round;function je(){var n=navigator.userAgentData;return n!=null&&n.brands&&Array.isArray(n.brands)?n.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function gs(){return!/^((?!chrome|android).)*safari/i.test(je())}function St(n,t,e){t===void 0&&(t=!1),e===void 0&&(e=!1);var s=n.getBoundingClientRect(),i=1,r=1;t&&V(n)&&(i=n.offsetWidth>0&&Nt(s.width)/n.offsetWidth||1,r=n.offsetHeight>0&&Nt(s.height)/n.offsetHeight||1);var o=mt(n)?k(n):window,a=o.visualViewport,l=!gs()&&e,h=(s.left+(l&&a?a.offsetLeft:0))/i,u=(s.top+(l&&a?a.offsetTop:0))/r,p=s.width/i,_=s.height/r;return{width:p,height:_,top:u,right:h+p,bottom:u+_,left:h,x:h,y:u}}function Ze(n){var t=St(n),e=n.offsetWidth,s=n.offsetHeight;return Math.abs(t.width-e)<=1&&(e=t.width),Math.abs(t.height-s)<=1&&(s=t.height),{x:n.offsetLeft,y:n.offsetTop,width:e,height:s}}function Es(n,t){var e=t.getRootNode&&t.getRootNode();if(n.contains(t))return!0;if(e&&Xe(e)){var s=t;do{if(s&&n.isSameNode(s))return!0;s=s.parentNode||s.host}while(s)}return!1}function X(n){return k(n).getComputedStyle(n)}function Oi(n){return["table","td","th"].indexOf(z(n))>=0}function st(n){return((mt(n)?n.ownerDocument:n.document)||window.document).documentElement}function _e(n){return z(n)==="html"?n:n.assignedSlot||n.parentNode||(Xe(n)?n.host:null)||st(n)}function Tn(n){return!V(n)||X(n).position==="fixed"?null:n.offsetParent}function Ci(n){var t=/firefox/i.test(je()),e=/Trident/i.test(je());if(e&&V(n)){var s=X(n);if(s.position==="fixed")return null}var i=_e(n);for(Xe(i)&&(i=i.host);V(i)&&["html","body"].indexOf(z(i))<0;){var r=X(i);if(r.transform!=="none"||r.perspective!=="none"||r.contain==="paint"||["transform","perspective"].indexOf(r.willChange)!==-1||t&&r.willChange==="filter"||t&&r.filter&&r.filter!=="none")return i;i=i.parentNode}return null}function Kt(n){for(var t=k(n),e=Tn(n);e&&Oi(e)&&X(e).position==="static";)e=Tn(e);return e&&(z(e)==="html"||z(e)==="body"&&X(e).position==="static")?t:e||Ci(n)||t}function Je(n){return["top","bottom"].indexOf(n)>=0?"x":"y"}function Bt(n,t,e){return pt(n,ue(t,e))}function Ni(n,t,e){var s=Bt(n,t,e);return s>e?e:s}function vs(){return{top:0,right:0,bottom:0,left:0}}function bs(n){return Object.assign({},vs(),n)}function As(n,t){return t.reduce(function(e,s){return e[s]=n,e},{})}var Si=function(t,e){return t=typeof t=="function"?t(Object.assign({},e.rects,{placement:e.placement})):t,bs(typeof t!="number"?t:As(t,Pt))};function Di(n){var t,e=n.state,s=n.name,i=n.options,r=e.elements.arrow,o=e.modifiersData.popperOffsets,a=Y(e.placement),l=Je(a),h=[I,R].indexOf(a)>=0,u=h?"height":"width";if(!(!r||!o)){var p=Si(i.padding,e),_=Ze(r),f=l==="y"?L:I,A=l==="y"?x:R,m=e.rects.reference[u]+e.rects.reference[l]-o[l]-e.rects.popper[u],E=o[l]-e.rects.reference[l],T=Kt(r),w=T?l==="y"?T.clientHeight||0:T.clientWidth||0:0,O=m/2-E/2,g=p[f],v=w-_[u]-p[A],b=w/2-_[u]/2+O,y=Bt(g,b,v),S=l;e.modifiersData[s]=(t={},t[S]=y,t.centerOffset=y-b,t)}}function $i(n){var t=n.state,e=n.options,s=e.element,i=s===void 0?"[data-popper-arrow]":s;i!=null&&(typeof i=="string"&&(i=t.elements.popper.querySelector(i),!i)||Es(t.elements.popper,i)&&(t.elements.arrow=i))}const Ts={name:"arrow",enabled:!0,phase:"main",fn:Di,effect:$i,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Dt(n){return n.split("-")[1]}var Li={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Ii(n,t){var e=n.x,s=n.y,i=t.devicePixelRatio||1;return{x:Nt(e*i)/i||0,y:Nt(s*i)/i||0}}function yn(n){var t,e=n.popper,s=n.popperRect,i=n.placement,r=n.variation,o=n.offsets,a=n.position,l=n.gpuAcceleration,h=n.adaptive,u=n.roundOffsets,p=n.isFixed,_=o.x,f=_===void 0?0:_,A=o.y,m=A===void 0?0:A,E=typeof u=="function"?u({x:f,y:m}):{x:f,y:m};f=E.x,m=E.y;var T=o.hasOwnProperty("x"),w=o.hasOwnProperty("y"),O=I,g=L,v=window;if(h){var b=Kt(e),y="clientHeight",S="clientWidth";if(b===k(e)&&(b=st(e),X(b).position!=="static"&&a==="absolute"&&(y="scrollHeight",S="scrollWidth")),b=b,i===L||(i===I||i===R)&&r===Ct){g=x;var N=p&&b===v&&v.visualViewport?v.visualViewport.height:b[y];m-=N-s.height,m*=l?1:-1}if(i===I||(i===L||i===x)&&r===Ct){O=R;var C=p&&b===v&&v.visualViewport?v.visualViewport.width:b[S];f-=C-s.width,f*=l?1:-1}}var D=Object.assign({position:a},h&&Li),j=u===!0?Ii({x:f,y:m},k(e)):{x:f,y:m};if(f=j.x,m=j.y,l){var $;return Object.assign({},D,($={},$[g]=w?"0":"",$[O]=T?"0":"",$.transform=(v.devicePixelRatio||1)<=1?"translate("+f+"px, "+m+"px)":"translate3d("+f+"px, "+m+"px, 0)",$))}return Object.assign({},D,(t={},t[g]=w?m+"px":"",t[O]=T?f+"px":"",t.transform="",t))}function Pi(n){var t=n.state,e=n.options,s=e.gpuAcceleration,i=s===void 0?!0:s,r=e.adaptive,o=r===void 0?!0:r,a=e.roundOffsets,l=a===void 0?!0:a,h={placement:Y(t.placement),variation:Dt(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,yn(Object.assign({},h,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:o,roundOffsets:l})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,yn(Object.assign({},h,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const tn={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Pi,data:{}};var te={passive:!0};function Mi(n){var t=n.state,e=n.instance,s=n.options,i=s.scroll,r=i===void 0?!0:i,o=s.resize,a=o===void 0?!0:o,l=k(t.elements.popper),h=[].concat(t.scrollParents.reference,t.scrollParents.popper);return r&&h.forEach(function(u){u.addEventListener("scroll",e.update,te)}),a&&l.addEventListener("resize",e.update,te),function(){r&&h.forEach(function(u){u.removeEventListener("scroll",e.update,te)}),a&&l.removeEventListener("resize",e.update,te)}}const en={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:Mi,data:{}};var xi={left:"right",right:"left",bottom:"top",top:"bottom"};function ae(n){return n.replace(/left|right|bottom|top/g,function(t){return xi[t]})}var Ri={start:"end",end:"start"};function wn(n){return n.replace(/start|end/g,function(t){return Ri[t]})}function nn(n){var t=k(n),e=t.pageXOffset,s=t.pageYOffset;return{scrollLeft:e,scrollTop:s}}function sn(n){return St(st(n)).left+nn(n).scrollLeft}function ki(n,t){var e=k(n),s=st(n),i=e.visualViewport,r=s.clientWidth,o=s.clientHeight,a=0,l=0;if(i){r=i.width,o=i.height;var h=gs();(h||!h&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}return{width:r,height:o,x:a+sn(n),y:l}}function Vi(n){var t,e=st(n),s=nn(n),i=(t=n.ownerDocument)==null?void 0:t.body,r=pt(e.scrollWidth,e.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),o=pt(e.scrollHeight,e.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),a=-s.scrollLeft+sn(n),l=-s.scrollTop;return X(i||e).direction==="rtl"&&(a+=pt(e.clientWidth,i?i.clientWidth:0)-r),{width:r,height:o,x:a,y:l}}function rn(n){var t=X(n),e=t.overflow,s=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(e+i+s)}function ys(n){return["html","body","#document"].indexOf(z(n))>=0?n.ownerDocument.body:V(n)&&rn(n)?n:ys(_e(n))}function jt(n,t){var e;t===void 0&&(t=[]);var s=ys(n),i=s===((e=n.ownerDocument)==null?void 0:e.body),r=k(s),o=i?[r].concat(r.visualViewport||[],rn(s)?s:[]):s,a=t.concat(o);return i?a:a.concat(jt(_e(o)))}function Fe(n){return Object.assign({},n,{left:n.x,top:n.y,right:n.x+n.width,bottom:n.y+n.height})}function Hi(n,t){var e=St(n,!1,t==="fixed");return e.top=e.top+n.clientTop,e.left=e.left+n.clientLeft,e.bottom=e.top+n.clientHeight,e.right=e.left+n.clientWidth,e.width=n.clientWidth,e.height=n.clientHeight,e.x=e.left,e.y=e.top,e}function On(n,t,e){return t===Ge?Fe(ki(n,e)):mt(t)?Hi(t,e):Fe(Vi(st(n)))}function Wi(n){var t=jt(_e(n)),e=["absolute","fixed"].indexOf(X(n).position)>=0,s=e&&V(n)?Kt(n):n;return mt(s)?t.filter(function(i){return mt(i)&&Es(i,s)&&z(i)!=="body"}):[]}function Bi(n,t,e,s){var i=t==="clippingParents"?Wi(n):[].concat(t),r=[].concat(i,[e]),o=r[0],a=r.reduce(function(l,h){var u=On(n,h,s);return l.top=pt(u.top,l.top),l.right=ue(u.right,l.right),l.bottom=ue(u.bottom,l.bottom),l.left=pt(u.left,l.left),l},On(n,o,s));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}function ws(n){var t=n.reference,e=n.element,s=n.placement,i=s?Y(s):null,r=s?Dt(s):null,o=t.x+t.width/2-e.width/2,a=t.y+t.height/2-e.height/2,l;switch(i){case L:l={x:o,y:t.y-e.height};break;case x:l={x:o,y:t.y+t.height};break;case R:l={x:t.x+t.width,y:a};break;case I:l={x:t.x-e.width,y:a};break;default:l={x:t.x,y:t.y}}var h=i?Je(i):null;if(h!=null){var u=h==="y"?"height":"width";switch(r){case _t:l[h]=l[h]-(t[u]/2-e[u]/2);break;case Ct:l[h]=l[h]+(t[u]/2-e[u]/2);break}}return l}function $t(n,t){t===void 0&&(t={});var e=t,s=e.placement,i=s===void 0?n.placement:s,r=e.strategy,o=r===void 0?n.strategy:r,a=e.boundary,l=a===void 0?rs:a,h=e.rootBoundary,u=h===void 0?Ge:h,p=e.elementContext,_=p===void 0?Tt:p,f=e.altBoundary,A=f===void 0?!1:f,m=e.padding,E=m===void 0?0:m,T=bs(typeof E!="number"?E:As(E,Pt)),w=_===Tt?os:Tt,O=n.rects.popper,g=n.elements[A?w:_],v=Bi(mt(g)?g:g.contextElement||st(n.elements.popper),l,u,o),b=St(n.elements.reference),y=ws({reference:b,element:O,strategy:"absolute",placement:i}),S=Fe(Object.assign({},O,y)),N=_===Tt?S:b,C={top:v.top-N.top+T.top,bottom:N.bottom-v.bottom+T.bottom,left:v.left-N.left+T.left,right:N.right-v.right+T.right},D=n.modifiersData.offset;if(_===Tt&&D){var j=D[i];Object.keys(C).forEach(function($){var at=[R,x].indexOf($)>=0?1:-1,ct=[L,x].indexOf($)>=0?"y":"x";C[$]+=j[ct]*at})}return C}function ji(n,t){t===void 0&&(t={});var e=t,s=e.placement,i=e.boundary,r=e.rootBoundary,o=e.padding,a=e.flipVariations,l=e.allowedAutoPlacements,h=l===void 0?qe:l,u=Dt(s),p=u?a?Be:Be.filter(function(A){return Dt(A)===u}):Pt,_=p.filter(function(A){return h.indexOf(A)>=0});_.length===0&&(_=p);var f=_.reduce(function(A,m){return A[m]=$t(n,{placement:m,boundary:i,rootBoundary:r,padding:o})[Y(m)],A},{});return Object.keys(f).sort(function(A,m){return f[A]-f[m]})}function Fi(n){if(Y(n)===pe)return[];var t=ae(n);return[wn(n),t,wn(t)]}function Ki(n){var t=n.state,e=n.options,s=n.name;if(!t.modifiersData[s]._skip){for(var i=e.mainAxis,r=i===void 0?!0:i,o=e.altAxis,a=o===void 0?!0:o,l=e.fallbackPlacements,h=e.padding,u=e.boundary,p=e.rootBoundary,_=e.altBoundary,f=e.flipVariations,A=f===void 0?!0:f,m=e.allowedAutoPlacements,E=t.options.placement,T=Y(E),w=T===E,O=l||(w||!A?[ae(E)]:Fi(E)),g=[E].concat(O).reduce(function(vt,Z){return vt.concat(Y(Z)===pe?ji(t,{placement:Z,boundary:u,rootBoundary:p,padding:h,flipVariations:A,allowedAutoPlacements:m}):Z)},[]),v=t.rects.reference,b=t.rects.popper,y=new Map,S=!0,N=g[0],C=0;C=0,ct=at?"width":"height",M=$t(t,{placement:D,boundary:u,rootBoundary:p,altBoundary:_,padding:h}),F=at?$?R:I:$?x:L;v[ct]>b[ct]&&(F=ae(F));var qt=ae(F),lt=[];if(r&<.push(M[j]<=0),a&<.push(M[F]<=0,M[qt]<=0),lt.every(function(vt){return vt})){N=D,S=!1;break}y.set(D,lt)}if(S)for(var Xt=A?3:1,Te=function(Z){var Vt=g.find(function(Zt){var ut=y.get(Zt);if(ut)return ut.slice(0,Z).every(function(ye){return ye})});if(Vt)return N=Vt,"break"},kt=Xt;kt>0;kt--){var Qt=Te(kt);if(Qt==="break")break}t.placement!==N&&(t.modifiersData[s]._skip=!0,t.placement=N,t.reset=!0)}}const Os={name:"flip",enabled:!0,phase:"main",fn:Ki,requiresIfExists:["offset"],data:{_skip:!1}};function Cn(n,t,e){return e===void 0&&(e={x:0,y:0}),{top:n.top-t.height-e.y,right:n.right-t.width+e.x,bottom:n.bottom-t.height+e.y,left:n.left-t.width-e.x}}function Nn(n){return[L,R,x,I].some(function(t){return n[t]>=0})}function Yi(n){var t=n.state,e=n.name,s=t.rects.reference,i=t.rects.popper,r=t.modifiersData.preventOverflow,o=$t(t,{elementContext:"reference"}),a=$t(t,{altBoundary:!0}),l=Cn(o,s),h=Cn(a,i,r),u=Nn(l),p=Nn(h);t.modifiersData[e]={referenceClippingOffsets:l,popperEscapeOffsets:h,isReferenceHidden:u,hasPopperEscaped:p},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":p})}const Cs={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Yi};function Ui(n,t,e){var s=Y(n),i=[I,L].indexOf(s)>=0?-1:1,r=typeof e=="function"?e(Object.assign({},t,{placement:n})):e,o=r[0],a=r[1];return o=o||0,a=(a||0)*i,[I,R].indexOf(s)>=0?{x:a,y:o}:{x:o,y:a}}function zi(n){var t=n.state,e=n.options,s=n.name,i=e.offset,r=i===void 0?[0,0]:i,o=qe.reduce(function(u,p){return u[p]=Ui(p,t.rects,r),u},{}),a=o[t.placement],l=a.x,h=a.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=h),t.modifiersData[s]=o}const Ns={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:zi};function Gi(n){var t=n.state,e=n.name;t.modifiersData[e]=ws({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const on={name:"popperOffsets",enabled:!0,phase:"read",fn:Gi,data:{}};function qi(n){return n==="x"?"y":"x"}function Xi(n){var t=n.state,e=n.options,s=n.name,i=e.mainAxis,r=i===void 0?!0:i,o=e.altAxis,a=o===void 0?!1:o,l=e.boundary,h=e.rootBoundary,u=e.altBoundary,p=e.padding,_=e.tether,f=_===void 0?!0:_,A=e.tetherOffset,m=A===void 0?0:A,E=$t(t,{boundary:l,rootBoundary:h,padding:p,altBoundary:u}),T=Y(t.placement),w=Dt(t.placement),O=!w,g=Je(T),v=qi(g),b=t.modifiersData.popperOffsets,y=t.rects.reference,S=t.rects.popper,N=typeof m=="function"?m(Object.assign({},t.rects,{placement:t.placement})):m,C=typeof N=="number"?{mainAxis:N,altAxis:N}:Object.assign({mainAxis:0,altAxis:0},N),D=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,j={x:0,y:0};if(b){if(r){var $,at=g==="y"?L:I,ct=g==="y"?x:R,M=g==="y"?"height":"width",F=b[g],qt=F+E[at],lt=F-E[ct],Xt=f?-S[M]/2:0,Te=w===_t?y[M]:S[M],kt=w===_t?-S[M]:-y[M],Qt=t.elements.arrow,vt=f&&Qt?Ze(Qt):{width:0,height:0},Z=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:vs(),Vt=Z[at],Zt=Z[ct],ut=Bt(0,y[M],vt[M]),ye=O?y[M]/2-Xt-ut-Vt-C.mainAxis:Te-ut-Vt-C.mainAxis,ri=O?-y[M]/2+Xt+ut+Zt+C.mainAxis:kt+ut+Zt+C.mainAxis,we=t.elements.arrow&&Kt(t.elements.arrow),oi=we?g==="y"?we.clientTop||0:we.clientLeft||0:0,fn=($=D==null?void 0:D[g])!=null?$:0,ai=F+ye-fn-oi,ci=F+ri-fn,pn=Bt(f?ue(qt,ai):qt,F,f?pt(lt,ci):lt);b[g]=pn,j[g]=pn-F}if(a){var _n,li=g==="x"?L:I,ui=g==="x"?x:R,ht=b[v],Jt=v==="y"?"height":"width",mn=ht+E[li],gn=ht-E[ui],Oe=[L,I].indexOf(T)!==-1,En=(_n=D==null?void 0:D[v])!=null?_n:0,vn=Oe?mn:ht-y[Jt]-S[Jt]-En+C.altAxis,bn=Oe?ht+y[Jt]+S[Jt]-En-C.altAxis:gn,An=f&&Oe?Ni(vn,ht,bn):Bt(f?vn:mn,ht,f?bn:gn);b[v]=An,j[v]=An-ht}t.modifiersData[s]=j}}const Ss={name:"preventOverflow",enabled:!0,phase:"main",fn:Xi,requiresIfExists:["offset"]};function Qi(n){return{scrollLeft:n.scrollLeft,scrollTop:n.scrollTop}}function Zi(n){return n===k(n)||!V(n)?nn(n):Qi(n)}function Ji(n){var t=n.getBoundingClientRect(),e=Nt(t.width)/n.offsetWidth||1,s=Nt(t.height)/n.offsetHeight||1;return e!==1||s!==1}function tr(n,t,e){e===void 0&&(e=!1);var s=V(t),i=V(t)&&Ji(t),r=st(t),o=St(n,i,e),a={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(s||!s&&!e)&&((z(t)!=="body"||rn(r))&&(a=Zi(t)),V(t)?(l=St(t,!0),l.x+=t.clientLeft,l.y+=t.clientTop):r&&(l.x=sn(r))),{x:o.left+a.scrollLeft-l.x,y:o.top+a.scrollTop-l.y,width:o.width,height:o.height}}function er(n){var t=new Map,e=new Set,s=[];n.forEach(function(r){t.set(r.name,r)});function i(r){e.add(r.name);var o=[].concat(r.requires||[],r.requiresIfExists||[]);o.forEach(function(a){if(!e.has(a)){var l=t.get(a);l&&i(l)}}),s.push(r)}return n.forEach(function(r){e.has(r.name)||i(r)}),s}function nr(n){var t=er(n);return ms.reduce(function(e,s){return e.concat(t.filter(function(i){return i.phase===s}))},[])}function sr(n){var t;return function(){return t||(t=new Promise(function(e){Promise.resolve().then(function(){t=void 0,e(n())})})),t}}function ir(n){var t=n.reduce(function(e,s){var i=e[s.name];return e[s.name]=i?Object.assign({},i,s,{options:Object.assign({},i.options,s.options),data:Object.assign({},i.data,s.data)}):s,e},{});return Object.keys(t).map(function(e){return t[e]})}var Sn={placement:"bottom",modifiers:[],strategy:"absolute"};function Dn(){for(var n=arguments.length,t=new Array(n),e=0;e"u")return!1;var t=k(n).ShadowRoot;return n instanceof t||n instanceof ShadowRoot}function yi(n){var t=n.state;Object.keys(t.elements).forEach(function(e){var s=t.styles[e]||{},i=t.attributes[e]||{},r=t.elements[e];!V(r)||!z(r)||(Object.assign(r.style,s),Object.keys(i).forEach(function(o){var a=i[o];a===!1?r.removeAttribute(o):r.setAttribute(o,a===!0?"":a)}))})}function wi(n){var t=n.state,e={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,e.popper),t.styles=e,t.elements.arrow&&Object.assign(t.elements.arrow.style,e.arrow),function(){Object.keys(t.elements).forEach(function(s){var i=t.elements[s],r=t.attributes[s]||{},o=Object.keys(t.styles.hasOwnProperty(s)?t.styles[s]:e[s]),a=o.reduce(function(l,h){return l[h]="",l},{});!V(i)||!z(i)||(Object.assign(i.style,a),Object.keys(r).forEach(function(l){i.removeAttribute(l)}))})}}const Qe={name:"applyStyles",enabled:!0,phase:"write",fn:yi,effect:wi,requires:["computeStyles"]};function Y(n){return n.split("-")[0]}var pt=Math.max,ue=Math.min,Nt=Math.round;function je(){var n=navigator.userAgentData;return n!=null&&n.brands&&Array.isArray(n.brands)?n.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function gs(){return!/^((?!chrome|android).)*safari/i.test(je())}function St(n,t,e){t===void 0&&(t=!1),e===void 0&&(e=!1);var s=n.getBoundingClientRect(),i=1,r=1;t&&V(n)&&(i=n.offsetWidth>0&&Nt(s.width)/n.offsetWidth||1,r=n.offsetHeight>0&&Nt(s.height)/n.offsetHeight||1);var o=mt(n)?k(n):window,a=o.visualViewport,l=!gs()&&e,h=(s.left+(l&&a?a.offsetLeft:0))/i,u=(s.top+(l&&a?a.offsetTop:0))/r,p=s.width/i,_=s.height/r;return{width:p,height:_,top:u,right:h+p,bottom:u+_,left:h,x:h,y:u}}function Ze(n){var t=St(n),e=n.offsetWidth,s=n.offsetHeight;return Math.abs(t.width-e)<=1&&(e=t.width),Math.abs(t.height-s)<=1&&(s=t.height),{x:n.offsetLeft,y:n.offsetTop,width:e,height:s}}function Es(n,t){var e=t.getRootNode&&t.getRootNode();if(n.contains(t))return!0;if(e&&Xe(e)){var s=t;do{if(s&&n.isSameNode(s))return!0;s=s.parentNode||s.host}while(s)}return!1}function X(n){return k(n).getComputedStyle(n)}function Oi(n){return["table","td","th"].indexOf(z(n))>=0}function st(n){return((mt(n)?n.ownerDocument:n.document)||window.document).documentElement}function _e(n){return z(n)==="html"?n:n.assignedSlot||n.parentNode||(Xe(n)?n.host:null)||st(n)}function Tn(n){return!V(n)||X(n).position==="fixed"?null:n.offsetParent}function Ci(n){var t=/firefox/i.test(je()),e=/Trident/i.test(je());if(e&&V(n)){var s=X(n);if(s.position==="fixed")return null}var i=_e(n);for(Xe(i)&&(i=i.host);V(i)&&["html","body"].indexOf(z(i))<0;){var r=X(i);if(r.transform!=="none"||r.perspective!=="none"||r.contain==="paint"||["transform","perspective"].indexOf(r.willChange)!==-1||t&&r.willChange==="filter"||t&&r.filter&&r.filter!=="none")return i;i=i.parentNode}return null}function Kt(n){for(var t=k(n),e=Tn(n);e&&Oi(e)&&X(e).position==="static";)e=Tn(e);return e&&(z(e)==="html"||z(e)==="body"&&X(e).position==="static")?t:e||Ci(n)||t}function Je(n){return["top","bottom"].indexOf(n)>=0?"x":"y"}function Bt(n,t,e){return pt(n,ue(t,e))}function Ni(n,t,e){var s=Bt(n,t,e);return s>e?e:s}function vs(){return{top:0,right:0,bottom:0,left:0}}function bs(n){return Object.assign({},vs(),n)}function As(n,t){return t.reduce(function(e,s){return e[s]=n,e},{})}var Si=function(t,e){return t=typeof t=="function"?t(Object.assign({},e.rects,{placement:e.placement})):t,bs(typeof t!="number"?t:As(t,Pt))};function Di(n){var t,e=n.state,s=n.name,i=n.options,r=e.elements.arrow,o=e.modifiersData.popperOffsets,a=Y(e.placement),l=Je(a),h=[I,R].indexOf(a)>=0,u=h?"height":"width";if(!(!r||!o)){var p=Si(i.padding,e),_=Ze(r),f=l==="y"?L:I,A=l==="y"?x:R,m=e.rects.reference[u]+e.rects.reference[l]-o[l]-e.rects.popper[u],E=o[l]-e.rects.reference[l],T=Kt(r),w=T?l==="y"?T.clientHeight||0:T.clientWidth||0:0,O=m/2-E/2,g=p[f],v=w-_[u]-p[A],b=w/2-_[u]/2+O,y=Bt(g,b,v),S=l;e.modifiersData[s]=(t={},t[S]=y,t.centerOffset=y-b,t)}}function $i(n){var t=n.state,e=n.options,s=e.element,i=s===void 0?"[data-popper-arrow]":s;i!=null&&(typeof i=="string"&&(i=t.elements.popper.querySelector(i),!i)||Es(t.elements.popper,i)&&(t.elements.arrow=i))}const Ts={name:"arrow",enabled:!0,phase:"main",fn:Di,effect:$i,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Dt(n){return n.split("-")[1]}var Li={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Ii(n,t){var e=n.x,s=n.y,i=t.devicePixelRatio||1;return{x:Nt(e*i)/i||0,y:Nt(s*i)/i||0}}function yn(n){var t,e=n.popper,s=n.popperRect,i=n.placement,r=n.variation,o=n.offsets,a=n.position,l=n.gpuAcceleration,h=n.adaptive,u=n.roundOffsets,p=n.isFixed,_=o.x,f=_===void 0?0:_,A=o.y,m=A===void 0?0:A,E=typeof u=="function"?u({x:f,y:m}):{x:f,y:m};f=E.x,m=E.y;var T=o.hasOwnProperty("x"),w=o.hasOwnProperty("y"),O=I,g=L,v=window;if(h){var b=Kt(e),y="clientHeight",S="clientWidth";if(b===k(e)&&(b=st(e),X(b).position!=="static"&&a==="absolute"&&(y="scrollHeight",S="scrollWidth")),b=b,i===L||(i===I||i===R)&&r===Ct){g=x;var N=p&&b===v&&v.visualViewport?v.visualViewport.height:b[y];m-=N-s.height,m*=l?1:-1}if(i===I||(i===L||i===x)&&r===Ct){O=R;var C=p&&b===v&&v.visualViewport?v.visualViewport.width:b[S];f-=C-s.width,f*=l?1:-1}}var D=Object.assign({position:a},h&&Li),j=u===!0?Ii({x:f,y:m},k(e)):{x:f,y:m};if(f=j.x,m=j.y,l){var $;return Object.assign({},D,($={},$[g]=w?"0":"",$[O]=T?"0":"",$.transform=(v.devicePixelRatio||1)<=1?"translate("+f+"px, "+m+"px)":"translate3d("+f+"px, "+m+"px, 0)",$))}return Object.assign({},D,(t={},t[g]=w?m+"px":"",t[O]=T?f+"px":"",t.transform="",t))}function Pi(n){var t=n.state,e=n.options,s=e.gpuAcceleration,i=s===void 0?!0:s,r=e.adaptive,o=r===void 0?!0:r,a=e.roundOffsets,l=a===void 0?!0:a,h={placement:Y(t.placement),variation:Dt(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,yn(Object.assign({},h,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:o,roundOffsets:l})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,yn(Object.assign({},h,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const tn={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Pi,data:{}};var te={passive:!0};function Mi(n){var t=n.state,e=n.instance,s=n.options,i=s.scroll,r=i===void 0?!0:i,o=s.resize,a=o===void 0?!0:o,l=k(t.elements.popper),h=[].concat(t.scrollParents.reference,t.scrollParents.popper);return r&&h.forEach(function(u){u.addEventListener("scroll",e.update,te)}),a&&l.addEventListener("resize",e.update,te),function(){r&&h.forEach(function(u){u.removeEventListener("scroll",e.update,te)}),a&&l.removeEventListener("resize",e.update,te)}}const en={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:Mi,data:{}};var xi={left:"right",right:"left",bottom:"top",top:"bottom"};function ae(n){return n.replace(/left|right|bottom|top/g,function(t){return xi[t]})}var Ri={start:"end",end:"start"};function wn(n){return n.replace(/start|end/g,function(t){return Ri[t]})}function nn(n){var t=k(n),e=t.pageXOffset,s=t.pageYOffset;return{scrollLeft:e,scrollTop:s}}function sn(n){return St(st(n)).left+nn(n).scrollLeft}function ki(n,t){var e=k(n),s=st(n),i=e.visualViewport,r=s.clientWidth,o=s.clientHeight,a=0,l=0;if(i){r=i.width,o=i.height;var h=gs();(h||!h&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}return{width:r,height:o,x:a+sn(n),y:l}}function Vi(n){var t,e=st(n),s=nn(n),i=(t=n.ownerDocument)==null?void 0:t.body,r=pt(e.scrollWidth,e.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),o=pt(e.scrollHeight,e.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),a=-s.scrollLeft+sn(n),l=-s.scrollTop;return X(i||e).direction==="rtl"&&(a+=pt(e.clientWidth,i?i.clientWidth:0)-r),{width:r,height:o,x:a,y:l}}function rn(n){var t=X(n),e=t.overflow,s=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(e+i+s)}function ys(n){return["html","body","#document"].indexOf(z(n))>=0?n.ownerDocument.body:V(n)&&rn(n)?n:ys(_e(n))}function jt(n,t){var e;t===void 0&&(t=[]);var s=ys(n),i=s===((e=n.ownerDocument)==null?void 0:e.body),r=k(s),o=i?[r].concat(r.visualViewport||[],rn(s)?s:[]):s,a=t.concat(o);return i?a:a.concat(jt(_e(o)))}function Fe(n){return Object.assign({},n,{left:n.x,top:n.y,right:n.x+n.width,bottom:n.y+n.height})}function Hi(n,t){var e=St(n,!1,t==="fixed");return e.top=e.top+n.clientTop,e.left=e.left+n.clientLeft,e.bottom=e.top+n.clientHeight,e.right=e.left+n.clientWidth,e.width=n.clientWidth,e.height=n.clientHeight,e.x=e.left,e.y=e.top,e}function On(n,t,e){return t===Ge?Fe(ki(n,e)):mt(t)?Hi(t,e):Fe(Vi(st(n)))}function Wi(n){var t=jt(_e(n)),e=["absolute","fixed"].indexOf(X(n).position)>=0,s=e&&V(n)?Kt(n):n;return mt(s)?t.filter(function(i){return mt(i)&&Es(i,s)&&z(i)!=="body"}):[]}function Bi(n,t,e,s){var i=t==="clippingParents"?Wi(n):[].concat(t),r=[].concat(i,[e]),o=r[0],a=r.reduce(function(l,h){var u=On(n,h,s);return l.top=pt(u.top,l.top),l.right=ue(u.right,l.right),l.bottom=ue(u.bottom,l.bottom),l.left=pt(u.left,l.left),l},On(n,o,s));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}function ws(n){var t=n.reference,e=n.element,s=n.placement,i=s?Y(s):null,r=s?Dt(s):null,o=t.x+t.width/2-e.width/2,a=t.y+t.height/2-e.height/2,l;switch(i){case L:l={x:o,y:t.y-e.height};break;case x:l={x:o,y:t.y+t.height};break;case R:l={x:t.x+t.width,y:a};break;case I:l={x:t.x-e.width,y:a};break;default:l={x:t.x,y:t.y}}var h=i?Je(i):null;if(h!=null){var u=h==="y"?"height":"width";switch(r){case _t:l[h]=l[h]-(t[u]/2-e[u]/2);break;case Ct:l[h]=l[h]+(t[u]/2-e[u]/2);break}}return l}function $t(n,t){t===void 0&&(t={});var e=t,s=e.placement,i=s===void 0?n.placement:s,r=e.strategy,o=r===void 0?n.strategy:r,a=e.boundary,l=a===void 0?rs:a,h=e.rootBoundary,u=h===void 0?Ge:h,p=e.elementContext,_=p===void 0?Tt:p,f=e.altBoundary,A=f===void 0?!1:f,m=e.padding,E=m===void 0?0:m,T=bs(typeof E!="number"?E:As(E,Pt)),w=_===Tt?os:Tt,O=n.rects.popper,g=n.elements[A?w:_],v=Bi(mt(g)?g:g.contextElement||st(n.elements.popper),l,u,o),b=St(n.elements.reference),y=ws({reference:b,element:O,strategy:"absolute",placement:i}),S=Fe(Object.assign({},O,y)),N=_===Tt?S:b,C={top:v.top-N.top+T.top,bottom:N.bottom-v.bottom+T.bottom,left:v.left-N.left+T.left,right:N.right-v.right+T.right},D=n.modifiersData.offset;if(_===Tt&&D){var j=D[i];Object.keys(C).forEach(function($){var at=[R,x].indexOf($)>=0?1:-1,ct=[L,x].indexOf($)>=0?"y":"x";C[$]+=j[ct]*at})}return C}function ji(n,t){t===void 0&&(t={});var e=t,s=e.placement,i=e.boundary,r=e.rootBoundary,o=e.padding,a=e.flipVariations,l=e.allowedAutoPlacements,h=l===void 0?qe:l,u=Dt(s),p=u?a?Be:Be.filter(function(A){return Dt(A)===u}):Pt,_=p.filter(function(A){return h.indexOf(A)>=0});_.length===0&&(_=p);var f=_.reduce(function(A,m){return A[m]=$t(n,{placement:m,boundary:i,rootBoundary:r,padding:o})[Y(m)],A},{});return Object.keys(f).sort(function(A,m){return f[A]-f[m]})}function Fi(n){if(Y(n)===pe)return[];var t=ae(n);return[wn(n),t,wn(t)]}function Ki(n){var t=n.state,e=n.options,s=n.name;if(!t.modifiersData[s]._skip){for(var i=e.mainAxis,r=i===void 0?!0:i,o=e.altAxis,a=o===void 0?!0:o,l=e.fallbackPlacements,h=e.padding,u=e.boundary,p=e.rootBoundary,_=e.altBoundary,f=e.flipVariations,A=f===void 0?!0:f,m=e.allowedAutoPlacements,E=t.options.placement,T=Y(E),w=T===E,O=l||(w||!A?[ae(E)]:Fi(E)),g=[E].concat(O).reduce(function(vt,Z){return vt.concat(Y(Z)===pe?ji(t,{placement:Z,boundary:u,rootBoundary:p,padding:h,flipVariations:A,allowedAutoPlacements:m}):Z)},[]),v=t.rects.reference,b=t.rects.popper,y=new Map,S=!0,N=g[0],C=0;C=0,ct=at?"width":"height",M=$t(t,{placement:D,boundary:u,rootBoundary:p,altBoundary:_,padding:h}),F=at?$?R:I:$?x:L;v[ct]>b[ct]&&(F=ae(F));var qt=ae(F),lt=[];if(r&<.push(M[j]<=0),a&<.push(M[F]<=0,M[qt]<=0),lt.every(function(vt){return vt})){N=D,S=!1;break}y.set(D,lt)}if(S)for(var Xt=A?3:1,Te=function(Z){var Vt=g.find(function(Zt){var ut=y.get(Zt);if(ut)return ut.slice(0,Z).every(function(ye){return ye})});if(Vt)return N=Vt,"break"},kt=Xt;kt>0;kt--){var Qt=Te(kt);if(Qt==="break")break}t.placement!==N&&(t.modifiersData[s]._skip=!0,t.placement=N,t.reset=!0)}}const Os={name:"flip",enabled:!0,phase:"main",fn:Ki,requiresIfExists:["offset"],data:{_skip:!1}};function Cn(n,t,e){return e===void 0&&(e={x:0,y:0}),{top:n.top-t.height-e.y,right:n.right-t.width+e.x,bottom:n.bottom-t.height+e.y,left:n.left-t.width-e.x}}function Nn(n){return[L,R,x,I].some(function(t){return n[t]>=0})}function Yi(n){var t=n.state,e=n.name,s=t.rects.reference,i=t.rects.popper,r=t.modifiersData.preventOverflow,o=$t(t,{elementContext:"reference"}),a=$t(t,{altBoundary:!0}),l=Cn(o,s),h=Cn(a,i,r),u=Nn(l),p=Nn(h);t.modifiersData[e]={referenceClippingOffsets:l,popperEscapeOffsets:h,isReferenceHidden:u,hasPopperEscaped:p},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":p})}const Cs={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Yi};function Ui(n,t,e){var s=Y(n),i=[I,L].indexOf(s)>=0?-1:1,r=typeof e=="function"?e(Object.assign({},t,{placement:n})):e,o=r[0],a=r[1];return o=o||0,a=(a||0)*i,[I,R].indexOf(s)>=0?{x:a,y:o}:{x:o,y:a}}function zi(n){var t=n.state,e=n.options,s=n.name,i=e.offset,r=i===void 0?[0,0]:i,o=qe.reduce(function(u,p){return u[p]=Ui(p,t.rects,r),u},{}),a=o[t.placement],l=a.x,h=a.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=h),t.modifiersData[s]=o}const Ns={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:zi};function Gi(n){var t=n.state,e=n.name;t.modifiersData[e]=ws({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const on={name:"popperOffsets",enabled:!0,phase:"read",fn:Gi,data:{}};function qi(n){return n==="x"?"y":"x"}function Xi(n){var t=n.state,e=n.options,s=n.name,i=e.mainAxis,r=i===void 0?!0:i,o=e.altAxis,a=o===void 0?!1:o,l=e.boundary,h=e.rootBoundary,u=e.altBoundary,p=e.padding,_=e.tether,f=_===void 0?!0:_,A=e.tetherOffset,m=A===void 0?0:A,E=$t(t,{boundary:l,rootBoundary:h,padding:p,altBoundary:u}),T=Y(t.placement),w=Dt(t.placement),O=!w,g=Je(T),v=qi(g),b=t.modifiersData.popperOffsets,y=t.rects.reference,S=t.rects.popper,N=typeof m=="function"?m(Object.assign({},t.rects,{placement:t.placement})):m,C=typeof N=="number"?{mainAxis:N,altAxis:N}:Object.assign({mainAxis:0,altAxis:0},N),D=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,j={x:0,y:0};if(b){if(r){var $,at=g==="y"?L:I,ct=g==="y"?x:R,M=g==="y"?"height":"width",F=b[g],qt=F+E[at],lt=F-E[ct],Xt=f?-S[M]/2:0,Te=w===_t?y[M]:S[M],kt=w===_t?-S[M]:-y[M],Qt=t.elements.arrow,vt=f&&Qt?Ze(Qt):{width:0,height:0},Z=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:vs(),Vt=Z[at],Zt=Z[ct],ut=Bt(0,y[M],vt[M]),ye=O?y[M]/2-Xt-ut-Vt-C.mainAxis:Te-ut-Vt-C.mainAxis,ri=O?-y[M]/2+Xt+ut+Zt+C.mainAxis:kt+ut+Zt+C.mainAxis,we=t.elements.arrow&&Kt(t.elements.arrow),oi=we?g==="y"?we.clientTop||0:we.clientLeft||0:0,fn=($=D==null?void 0:D[g])!=null?$:0,ai=F+ye-fn-oi,ci=F+ri-fn,pn=Bt(f?ue(qt,ai):qt,F,f?pt(lt,ci):lt);b[g]=pn,j[g]=pn-F}if(a){var _n,li=g==="x"?L:I,ui=g==="x"?x:R,ht=b[v],Jt=v==="y"?"height":"width",mn=ht+E[li],gn=ht-E[ui],Oe=[L,I].indexOf(T)!==-1,En=(_n=D==null?void 0:D[v])!=null?_n:0,vn=Oe?mn:ht-y[Jt]-S[Jt]-En+C.altAxis,bn=Oe?ht+y[Jt]+S[Jt]-En-C.altAxis:gn,An=f&&Oe?Ni(vn,ht,bn):Bt(f?vn:mn,ht,f?bn:gn);b[v]=An,j[v]=An-ht}t.modifiersData[s]=j}}const Ss={name:"preventOverflow",enabled:!0,phase:"main",fn:Xi,requiresIfExists:["offset"]};function Qi(n){return{scrollLeft:n.scrollLeft,scrollTop:n.scrollTop}}function Zi(n){return n===k(n)||!V(n)?nn(n):Qi(n)}function Ji(n){var t=n.getBoundingClientRect(),e=Nt(t.width)/n.offsetWidth||1,s=Nt(t.height)/n.offsetHeight||1;return e!==1||s!==1}function tr(n,t,e){e===void 0&&(e=!1);var s=V(t),i=V(t)&&Ji(t),r=st(t),o=St(n,i,e),a={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(s||!s&&!e)&&((z(t)!=="body"||rn(r))&&(a=Zi(t)),V(t)?(l=St(t,!0),l.x+=t.clientLeft,l.y+=t.clientTop):r&&(l.x=sn(r))),{x:o.left+a.scrollLeft-l.x,y:o.top+a.scrollTop-l.y,width:o.width,height:o.height}}function er(n){var t=new Map,e=new Set,s=[];n.forEach(function(r){t.set(r.name,r)});function i(r){e.add(r.name);var o=[].concat(r.requires||[],r.requiresIfExists||[]);o.forEach(function(a){if(!e.has(a)){var l=t.get(a);l&&i(l)}}),s.push(r)}return n.forEach(function(r){e.has(r.name)||i(r)}),s}function nr(n){var t=er(n);return ms.reduce(function(e,s){return e.concat(t.filter(function(i){return i.phase===s}))},[])}function sr(n){var t;return function(){return t||(t=new Promise(function(e){Promise.resolve().then(function(){t=void 0,e(n())})})),t}}function ir(n){var t=n.reduce(function(e,s){var i=e[s.name];return e[s.name]=i?Object.assign({},i,s,{options:Object.assign({},i.options,s.options),data:Object.assign({},i.data,s.data)}):s,e},{});return Object.keys(t).map(function(e){return t[e]})}var Sn={placement:"bottom",modifiers:[],strategy:"absolute"};function Dn(){for(var n=arguments.length,t=new Array(n),e=0;esf=e,of=Symbol();function Wi(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var zn;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(zn||(zn={}));function Wb(){const e=oo(!0),t=e.run(()=>Ot({}));let n=[],r=[];const s=dr({install(i){Vs(s),s._a=i,i.provide(of,s),i.config.globalProperties.$pinia=s,r.forEach(o=>n.push(o)),r=[]},use(i){return!this._a&&!iy?r.push(i):n.push(i),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return s}const lf=()=>{};function _c(e,t,n,r=lf){e.push(t);const s=()=>{const i=e.indexOf(t);i>-1&&(e.splice(i,1),r())};return!n&&lo()&&Uc(s),s}function cn(e,...t){e.slice().forEach(n=>{n(...t)})}const oy=e=>e();function zi(e,t){e instanceof Map&&t instanceof Map&&t.forEach((n,r)=>e.set(r,n)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const r=t[n],s=e[n];Wi(s)&&Wi(r)&&e.hasOwnProperty(n)&&!de(r)&&!dt(r)?e[n]=zi(s,r):e[n]=r}return e}const ly=Symbol();function cy(e){return!Wi(e)||!e.hasOwnProperty(ly)}const{assign:wt}=Object;function ay(e){return!!(de(e)&&e.effect)}function uy(e,t,n,r){const{state:s,actions:i,getters:o}=t,l=n.state.value[e];let c;function a(){l||(n.state.value[e]=s?s():{});const u=ra(n.state.value[e]);return wt(u,i,Object.keys(o||{}).reduce((d,v)=>(d[v]=dr(Lo(()=>{Vs(n);const h=n._s.get(e);return o[v].call(h,h)})),d),{}))}return c=cf(e,a,t,n,r,!0),c}function cf(e,t,n={},r,s,i){let o;const l=wt({actions:{}},n),c={deep:!0};let a,u,d=[],v=[],h;const g=r.state.value[e];!i&&!g&&(r.state.value[e]={}),Ot({});let p;function b(_){let T;a=u=!1,typeof _=="function"?(_(r.state.value[e]),T={type:zn.patchFunction,storeId:e,events:h}):(zi(r.state.value[e],_),T={type:zn.patchObject,payload:_,storeId:e,events:h});const A=p=Symbol();Cs().then(()=>{p===A&&(a=!0)}),u=!0,cn(d,T,r.state.value[e])}const m=i?function(){const{state:T}=n,A=T?T():{};this.$patch(P=>{wt(P,A)})}:lf;function f(){o.stop(),d=[],v=[],r._s.delete(e)}function E(_,T){return function(){Vs(r);const A=Array.from(arguments),P=[],I=[];function L(W){P.push(W)}function D(W){I.push(W)}cn(v,{args:A,name:_,store:w,after:L,onError:D});let G;try{G=T.apply(this&&this.$id===e?this:w,A)}catch(W){throw cn(I,W),W}return G instanceof Promise?G.then(W=>(cn(P,W),W)).catch(W=>(cn(I,W),Promise.reject(W))):(cn(P,G),G)}}const y={_p:r,$id:e,$onAction:_c.bind(null,v),$patch:b,$reset:m,$subscribe(_,T={}){const A=_c(d,_,T.detached,()=>P()),P=o.run(()=>Nt(()=>r.state.value[e],I=>{(T.flush==="sync"?u:a)&&_({storeId:e,type:zn.direct,events:h},I)},wt({},c,T)));return A},$dispose:f},w=ot(y);r._s.set(e,w);const O=r._a&&r._a.runWithContext||oy,N=r._e.run(()=>(o=oo(),O(()=>o.run(t))));for(const _ in N){const T=N[_];if(de(T)&&!ay(T)||dt(T))i||(g&&cy(T)&&(de(T)?T.value=g[_]:zi(T,g[_])),r.state.value[e][_]=T);else if(typeof T=="function"){const A=E(_,T);N[_]=A,l.actions[_]=T}}return wt(w,N),wt(X(w),N),Object.defineProperty(w,"$state",{get:()=>r.state.value[e],set:_=>{b(T=>{wt(T,_)})}}),r._p.forEach(_=>{wt(w,o.run(()=>_({store:w,app:r._a,pinia:r,options:l})))}),g&&i&&n.hydrate&&n.hydrate(w.$state,g),a=!0,u=!0,w}function af(e,t,n){let r,s;const i=typeof t=="function";typeof e=="string"?(r=e,s=i?n:t):(s=e,r=e.id);function o(l,c){const a=Ia();return l=l||(a?yn(of,null):null),l&&Vs(l),l=sf,l._s.has(r)||(i?cf(r,t,s,l):uy(r,s,l)),l._s.get(r)}return o.$id=r,o}const uf=af("error",{state:()=>({message:null,errors:{}})});function ff(e,t){return function(){return e.apply(t,arguments)}}const{toString:fy}=Object.prototype,{getPrototypeOf:sl}=Object,qs=(e=>t=>{const n=fy.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),lt=e=>(e=e.toLowerCase(),t=>qs(t)===e),Ks=e=>t=>typeof t===e,{isArray:Pn}=Array,cr=Ks("undefined");function dy(e){return e!==null&&!cr(e)&&e.constructor!==null&&!cr(e.constructor)&&ze(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const df=lt("ArrayBuffer");function py(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&df(e.buffer),t}const hy=Ks("string"),ze=Ks("function"),pf=Ks("number"),Ws=e=>e!==null&&typeof e=="object",my=e=>e===!0||e===!1,Vr=e=>{if(qs(e)!=="object")return!1;const t=sl(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},gy=lt("Date"),yy=lt("File"),by=lt("Blob"),vy=lt("FileList"),_y=e=>Ws(e)&&ze(e.pipe),Ey=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||ze(e.append)&&((t=qs(e))==="formdata"||t==="object"&&ze(e.toString)&&e.toString()==="[object FormData]"))},Sy=lt("URLSearchParams"),wy=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function _r(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,s;if(typeof e!="object"&&(e=[e]),Pn(e))for(r=0,s=e.length;r0;)if(s=n[r],t===s.toLowerCase())return s;return null}const mf=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),gf=e=>!cr(e)&&e!==mf;function Ji(){const{caseless:e}=gf(this)&&this||{},t={},n=(r,s)=>{const i=e&&hf(t,s)||s;Vr(t[i])&&Vr(r)?t[i]=Ji(t[i],r):Vr(r)?t[i]=Ji({},r):Pn(r)?t[i]=r.slice():t[i]=r};for(let r=0,s=arguments.length;r(_r(t,(s,i)=>{n&&ze(s)?e[i]=ff(s,n):e[i]=s},{allOwnKeys:r}),e),Ty=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Oy=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},Ny=(e,t,n,r)=>{let s,i,o;const l={};if(t=t||{},e==null)return t;do{for(s=Object.getOwnPropertyNames(e),i=s.length;i-- >0;)o=s[i],(!r||r(o,e,t))&&!l[o]&&(t[o]=e[o],l[o]=!0);e=n!==!1&&sl(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Ay=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},Ry=e=>{if(!e)return null;if(Pn(e))return e;let t=e.length;if(!pf(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Py=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&sl(Uint8Array)),Iy=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let s;for(;(s=r.next())&&!s.done;){const i=s.value;t.call(e,i[0],i[1])}},Fy=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},ky=lt("HTMLFormElement"),My=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,s){return r.toUpperCase()+s}),Ec=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Ly=lt("RegExp"),yf=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};_r(n,(s,i)=>{let o;(o=t(s,i,e))!==!1&&(r[i]=o||s)}),Object.defineProperties(e,r)},By=e=>{yf(e,(t,n)=>{if(ze(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(ze(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},Dy=(e,t)=>{const n={},r=s=>{s.forEach(i=>{n[i]=!0})};return Pn(e)?r(e):r(String(e).split(t)),n},xy=()=>{},jy=(e,t)=>(e=+e,Number.isFinite(e)?e:t),ci="abcdefghijklmnopqrstuvwxyz",Sc="0123456789",bf={DIGIT:Sc,ALPHA:ci,ALPHA_DIGIT:ci+ci.toUpperCase()+Sc},Hy=(e=16,t=bf.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function $y(e){return!!(e&&ze(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Uy=e=>{const t=new Array(10),n=(r,s)=>{if(Ws(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[s]=r;const i=Pn(r)?[]:{};return _r(r,(o,l)=>{const c=n(o,s+1);!cr(c)&&(i[l]=c)}),t[s]=void 0,i}}return r};return n(e,0)},Vy=lt("AsyncFunction"),qy=e=>e&&(Ws(e)||ze(e))&&ze(e.then)&&ze(e.catch),F={isArray:Pn,isArrayBuffer:df,isBuffer:dy,isFormData:Ey,isArrayBufferView:py,isString:hy,isNumber:pf,isBoolean:my,isObject:Ws,isPlainObject:Vr,isUndefined:cr,isDate:gy,isFile:yy,isBlob:by,isRegExp:Ly,isFunction:ze,isStream:_y,isURLSearchParams:Sy,isTypedArray:Py,isFileList:vy,forEach:_r,merge:Ji,extend:Cy,trim:wy,stripBOM:Ty,inherits:Oy,toFlatObject:Ny,kindOf:qs,kindOfTest:lt,endsWith:Ay,toArray:Ry,forEachEntry:Iy,matchAll:Fy,isHTMLForm:ky,hasOwnProperty:Ec,hasOwnProp:Ec,reduceDescriptors:yf,freezeMethods:By,toObjectSet:Dy,toCamelCase:My,noop:xy,toFiniteNumber:jy,findKey:hf,global:mf,isContextDefined:gf,ALPHABET:bf,generateString:Hy,isSpecCompliantForm:$y,toJSONObject:Uy,isAsyncFn:Vy,isThenable:qy};function se(e,t,n,r,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),s&&(this.response=s)}F.inherits(se,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:F.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const vf=se.prototype,_f={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{_f[e]={value:e}});Object.defineProperties(se,_f);Object.defineProperty(vf,"isAxiosError",{value:!0});se.from=(e,t,n,r,s,i)=>{const o=Object.create(vf);return F.toFlatObject(e,o,function(c){return c!==Error.prototype},l=>l!=="isAxiosError"),se.call(o,e.message,t,n,r,s),o.cause=e,o.name=e.name,i&&Object.assign(o,i),o};const Ky=null;function Gi(e){return F.isPlainObject(e)||F.isArray(e)}function Ef(e){return F.endsWith(e,"[]")?e.slice(0,-2):e}function wc(e,t,n){return e?e.concat(t).map(function(s,i){return s=Ef(s),!n&&i?"["+s+"]":s}).join(n?".":""):t}function Wy(e){return F.isArray(e)&&!e.some(Gi)}const zy=F.toFlatObject(F,{},null,function(t){return/^is[A-Z]/.test(t)});function zs(e,t,n){if(!F.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=F.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(p,b){return!F.isUndefined(b[p])});const r=n.metaTokens,s=n.visitor||u,i=n.dots,o=n.indexes,c=(n.Blob||typeof Blob<"u"&&Blob)&&F.isSpecCompliantForm(t);if(!F.isFunction(s))throw new TypeError("visitor must be a function");function a(g){if(g===null)return"";if(F.isDate(g))return g.toISOString();if(!c&&F.isBlob(g))throw new se("Blob is not supported. Use a Buffer instead.");return F.isArrayBuffer(g)||F.isTypedArray(g)?c&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function u(g,p,b){let m=g;if(g&&!b&&typeof g=="object"){if(F.endsWith(p,"{}"))p=r?p:p.slice(0,-2),g=JSON.stringify(g);else if(F.isArray(g)&&Wy(g)||(F.isFileList(g)||F.endsWith(p,"[]"))&&(m=F.toArray(g)))return p=Ef(p),m.forEach(function(E,y){!(F.isUndefined(E)||E===null)&&t.append(o===!0?wc([p],y,i):o===null?p:p+"[]",a(E))}),!1}return Gi(g)?!0:(t.append(wc(b,p,i),a(g)),!1)}const d=[],v=Object.assign(zy,{defaultVisitor:u,convertValue:a,isVisitable:Gi});function h(g,p){if(!F.isUndefined(g)){if(d.indexOf(g)!==-1)throw Error("Circular reference detected in "+p.join("."));d.push(g),F.forEach(g,function(m,f){(!(F.isUndefined(m)||m===null)&&s.call(t,m,F.isString(f)?f.trim():f,p,v))===!0&&h(m,p?p.concat(f):[f])}),d.pop()}}if(!F.isObject(e))throw new TypeError("data must be an object");return h(e),t}function Cc(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function il(e,t){this._pairs=[],e&&zs(e,this,t)}const Sf=il.prototype;Sf.append=function(t,n){this._pairs.push([t,n])};Sf.toString=function(t){const n=t?function(r){return t.call(this,r,Cc)}:Cc;return this._pairs.map(function(s){return n(s[0])+"="+n(s[1])},"").join("&")};function Jy(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function wf(e,t,n){if(!t)return e;const r=n&&n.encode||Jy,s=n&&n.serialize;let i;if(s?i=s(t,n):i=F.isURLSearchParams(t)?t.toString():new il(t,n).toString(r),i){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}class Gy{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){F.forEach(this.handlers,function(r){r!==null&&t(r)})}}const Tc=Gy,Cf={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Zy=typeof URLSearchParams<"u"?URLSearchParams:il,Qy=typeof FormData<"u"?FormData:null,Yy=typeof Blob<"u"?Blob:null,Xy=(()=>{let e;return typeof navigator<"u"&&((e=navigator.product)==="ReactNative"||e==="NativeScript"||e==="NS")?!1:typeof window<"u"&&typeof document<"u"})(),eb=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),et={isBrowser:!0,classes:{URLSearchParams:Zy,FormData:Qy,Blob:Yy},isStandardBrowserEnv:Xy,isStandardBrowserWebWorkerEnv:eb,protocols:["http","https","file","blob","url","data"]};function tb(e,t){return zs(e,new et.classes.URLSearchParams,Object.assign({visitor:function(n,r,s,i){return et.isNode&&F.isBuffer(n)?(this.append(r,n.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},t))}function nb(e){return F.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function rb(e){const t={},n=Object.keys(e);let r;const s=n.length;let i;for(r=0;r=n.length;return o=!o&&F.isArray(s)?s.length:o,c?(F.hasOwnProp(s,o)?s[o]=[s[o],r]:s[o]=r,!l):((!s[o]||!F.isObject(s[o]))&&(s[o]=[]),t(n,r,s[o],i)&&F.isArray(s[o])&&(s[o]=rb(s[o])),!l)}if(F.isFormData(e)&&F.isFunction(e.entries)){const n={};return F.forEachEntry(e,(r,s)=>{t(nb(r),s,n,0)}),n}return null}function sb(e,t,n){if(F.isString(e))try{return(t||JSON.parse)(e),F.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const ol={transitional:Cf,adapter:et.isNode?"http":"xhr",transformRequest:[function(t,n){const r=n.getContentType()||"",s=r.indexOf("application/json")>-1,i=F.isObject(t);if(i&&F.isHTMLForm(t)&&(t=new FormData(t)),F.isFormData(t))return s&&s?JSON.stringify(Tf(t)):t;if(F.isArrayBuffer(t)||F.isBuffer(t)||F.isStream(t)||F.isFile(t)||F.isBlob(t))return t;if(F.isArrayBufferView(t))return t.buffer;if(F.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return tb(t,this.formSerializer).toString();if((l=F.isFileList(t))||r.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return zs(l?{"files[]":t}:t,c&&new c,this.formSerializer)}}return i||s?(n.setContentType("application/json",!1),sb(t)):t}],transformResponse:[function(t){const n=this.transitional||ol.transitional,r=n&&n.forcedJSONParsing,s=this.responseType==="json";if(t&&F.isString(t)&&(r&&!this.responseType||s)){const o=!(n&&n.silentJSONParsing)&&s;try{return JSON.parse(t)}catch(l){if(o)throw l.name==="SyntaxError"?se.from(l,se.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:et.classes.FormData,Blob:et.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};F.forEach(["delete","get","head","post","put","patch"],e=>{ol.headers[e]={}});const ll=ol,ib=F.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),ob=e=>{const t={};let n,r,s;return e&&e.split(` `).forEach(function(o){s=o.indexOf(":"),n=o.substring(0,s).trim().toLowerCase(),r=o.substring(s+1).trim(),!(!n||t[n]&&ib[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},Oc=Symbol("internals");function Dn(e){return e&&String(e).trim().toLowerCase()}function qr(e){return e===!1||e==null?e:F.isArray(e)?e.map(qr):String(e)}function lb(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const cb=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function ai(e,t,n,r,s){if(F.isFunction(r))return r.call(this,t,n);if(s&&(t=n),!!F.isString(t)){if(F.isString(r))return t.indexOf(r)!==-1;if(F.isRegExp(r))return r.test(t)}}function ab(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function ub(e,t){const n=F.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(s,i,o){return this[r].call(this,t,s,i,o)},configurable:!0})})}class Js{constructor(t){t&&this.set(t)}set(t,n,r){const s=this;function i(l,c,a){const u=Dn(c);if(!u)throw new Error("header name must be a non-empty string");const d=F.findKey(s,u);(!d||s[d]===void 0||a===!0||a===void 0&&s[d]!==!1)&&(s[d||c]=qr(l))}const o=(l,c)=>F.forEach(l,(a,u)=>i(a,u,c));return F.isPlainObject(t)||t instanceof this.constructor?o(t,n):F.isString(t)&&(t=t.trim())&&!cb(t)?o(ob(t),n):t!=null&&i(n,t,r),this}get(t,n){if(t=Dn(t),t){const r=F.findKey(this,t);if(r){const s=this[r];if(!n)return s;if(n===!0)return lb(s);if(F.isFunction(n))return n.call(this,s,r);if(F.isRegExp(n))return n.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=Dn(t),t){const r=F.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||ai(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let s=!1;function i(o){if(o=Dn(o),o){const l=F.findKey(r,o);l&&(!n||ai(r,r[l],l,n))&&(delete r[l],s=!0)}}return F.isArray(t)?t.forEach(i):i(t),s}clear(t){const n=Object.keys(this);let r=n.length,s=!1;for(;r--;){const i=n[r];(!t||ai(this,this[i],i,t,!0))&&(delete this[i],s=!0)}return s}normalize(t){const n=this,r={};return F.forEach(this,(s,i)=>{const o=F.findKey(r,i);if(o){n[o]=qr(s),delete n[i];return}const l=t?ab(i):String(i).trim();l!==i&&delete n[i],n[l]=qr(s),r[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return F.forEach(this,(r,s)=>{r!=null&&r!==!1&&(n[s]=t&&F.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(` -`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(s=>r.set(s)),r}static accessor(t){const r=(this[Oc]=this[Oc]={accessors:{}}).accessors,s=this.prototype;function i(o){const l=Dn(o);r[l]||(ub(s,o),r[l]=!0)}return F.isArray(t)?t.forEach(i):i(t),this}}Js.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);F.reduceDescriptors(Js.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});F.freezeMethods(Js);const ht=Js;function ui(e,t){const n=this||ll,r=t||n,s=ht.from(r.headers);let i=r.data;return F.forEach(e,function(l){i=l.call(n,i,s.normalize(),t?t.status:void 0)}),s.normalize(),i}function Of(e){return!!(e&&e.__CANCEL__)}function Er(e,t,n){se.call(this,e??"canceled",se.ERR_CANCELED,t,n),this.name="CanceledError"}F.inherits(Er,se,{__CANCEL__:!0});function fb(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new se("Request failed with status code "+n.status,[se.ERR_BAD_REQUEST,se.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const db=et.isStandardBrowserEnv?function(){return{write:function(n,r,s,i,o,l){const c=[];c.push(n+"="+encodeURIComponent(r)),F.isNumber(s)&&c.push("expires="+new Date(s).toGMTString()),F.isString(i)&&c.push("path="+i),F.isString(o)&&c.push("domain="+o),l===!0&&c.push("secure"),document.cookie=c.join("; ")},read:function(n){const r=document.cookie.match(new RegExp("(^|;\\s*)("+n+")=([^;]*)"));return r?decodeURIComponent(r[3]):null},remove:function(n){this.write(n,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();function pb(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function hb(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Nf(e,t){return e&&!pb(t)?hb(e,t):t}const mb=et.isStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function s(i){let o=i;return t&&(n.setAttribute("href",o),o=n.href),n.setAttribute("href",o),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=s(window.location.href),function(o){const l=F.isString(o)?s(o):o;return l.protocol===r.protocol&&l.host===r.host}}():function(){return function(){return!0}}();function gb(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function yb(e,t){e=e||10;const n=new Array(e),r=new Array(e);let s=0,i=0,o;return t=t!==void 0?t:1e3,function(c){const a=Date.now(),u=r[i];o||(o=a),n[s]=c,r[s]=a;let d=i,v=0;for(;d!==s;)v+=n[d++],d=d%e;if(s=(s+1)%e,s===i&&(i=(i+1)%e),a-o{const i=s.loaded,o=s.lengthComputable?s.total:void 0,l=i-n,c=r(l),a=i<=o;n=i;const u={loaded:i,total:o,progress:o?i/o:void 0,bytes:l,rate:c||void 0,estimated:c&&o&&a?(o-i)/c:void 0,event:s};u[t?"download":"upload"]=!0,e(u)}}const bb=typeof XMLHttpRequest<"u",vb=bb&&function(e){return new Promise(function(n,r){let s=e.data;const i=ht.from(e.headers).normalize(),o=e.responseType;let l;function c(){e.cancelToken&&e.cancelToken.unsubscribe(l),e.signal&&e.signal.removeEventListener("abort",l)}F.isFormData(s)&&(et.isStandardBrowserEnv||et.isStandardBrowserWebWorkerEnv?i.setContentType(!1):i.setContentType("multipart/form-data;",!1));let a=new XMLHttpRequest;if(e.auth){const h=e.auth.username||"",g=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(h+":"+g))}const u=Nf(e.baseURL,e.url);a.open(e.method.toUpperCase(),wf(u,e.params,e.paramsSerializer),!0),a.timeout=e.timeout;function d(){if(!a)return;const h=ht.from("getAllResponseHeaders"in a&&a.getAllResponseHeaders()),p={data:!o||o==="text"||o==="json"?a.responseText:a.response,status:a.status,statusText:a.statusText,headers:h,config:e,request:a};fb(function(m){n(m),c()},function(m){r(m),c()},p),a=null}if("onloadend"in a?a.onloadend=d:a.onreadystatechange=function(){!a||a.readyState!==4||a.status===0&&!(a.responseURL&&a.responseURL.indexOf("file:")===0)||setTimeout(d)},a.onabort=function(){a&&(r(new se("Request aborted",se.ECONNABORTED,e,a)),a=null)},a.onerror=function(){r(new se("Network Error",se.ERR_NETWORK,e,a)),a=null},a.ontimeout=function(){let g=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const p=e.transitional||Cf;e.timeoutErrorMessage&&(g=e.timeoutErrorMessage),r(new se(g,p.clarifyTimeoutError?se.ETIMEDOUT:se.ECONNABORTED,e,a)),a=null},et.isStandardBrowserEnv){const h=(e.withCredentials||mb(u))&&e.xsrfCookieName&&db.read(e.xsrfCookieName);h&&i.set(e.xsrfHeaderName,h)}s===void 0&&i.setContentType(null),"setRequestHeader"in a&&F.forEach(i.toJSON(),function(g,p){a.setRequestHeader(p,g)}),F.isUndefined(e.withCredentials)||(a.withCredentials=!!e.withCredentials),o&&o!=="json"&&(a.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&a.addEventListener("progress",Nc(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&a.upload&&a.upload.addEventListener("progress",Nc(e.onUploadProgress)),(e.cancelToken||e.signal)&&(l=h=>{a&&(r(!h||h.type?new Er(null,e,a):h),a.abort(),a=null)},e.cancelToken&&e.cancelToken.subscribe(l),e.signal&&(e.signal.aborted?l():e.signal.addEventListener("abort",l)));const v=gb(u);if(v&&et.protocols.indexOf(v)===-1){r(new se("Unsupported protocol "+v+":",se.ERR_BAD_REQUEST,e));return}a.send(s||null)})},Kr={http:Ky,xhr:vb};F.forEach(Kr,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Af={getAdapter:e=>{e=F.isArray(e)?e:[e];const{length:t}=e;let n,r;for(let s=0;se instanceof ht?e.toJSON():e;function On(e,t){t=t||{};const n={};function r(a,u,d){return F.isPlainObject(a)&&F.isPlainObject(u)?F.merge.call({caseless:d},a,u):F.isPlainObject(u)?F.merge({},u):F.isArray(u)?u.slice():u}function s(a,u,d){if(F.isUndefined(u)){if(!F.isUndefined(a))return r(void 0,a,d)}else return r(a,u,d)}function i(a,u){if(!F.isUndefined(u))return r(void 0,u)}function o(a,u){if(F.isUndefined(u)){if(!F.isUndefined(a))return r(void 0,a)}else return r(void 0,u)}function l(a,u,d){if(d in t)return r(a,u);if(d in e)return r(void 0,a)}const c={url:i,method:i,data:i,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:l,headers:(a,u)=>s(Rc(a),Rc(u),!0)};return F.forEach(Object.keys(Object.assign({},e,t)),function(u){const d=c[u]||s,v=d(e[u],t[u],u);F.isUndefined(v)&&d!==l||(n[u]=v)}),n}const Rf="1.5.0",cl={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{cl[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const Pc={};cl.transitional=function(t,n,r){function s(i,o){return"[Axios v"+Rf+"] Transitional option '"+i+"'"+o+(r?". "+r:"")}return(i,o,l)=>{if(t===!1)throw new se(s(o," has been removed"+(n?" in "+n:"")),se.ERR_DEPRECATED);return n&&!Pc[o]&&(Pc[o]=!0),t?t(i,o,l):!0}};function _b(e,t,n){if(typeof e!="object")throw new se("options must be an object",se.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let s=r.length;for(;s-- >0;){const i=r[s],o=t[i];if(o){const l=e[i],c=l===void 0||o(l,i,e);if(c!==!0)throw new se("option "+i+" must be "+c,se.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new se("Unknown option "+i,se.ERR_BAD_OPTION)}}const Zi={assertOptions:_b,validators:cl},Et=Zi.validators;class ps{constructor(t){this.defaults=t,this.interceptors={request:new Tc,response:new Tc}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=On(this.defaults,n);const{transitional:r,paramsSerializer:s,headers:i}=n;r!==void 0&&Zi.assertOptions(r,{silentJSONParsing:Et.transitional(Et.boolean),forcedJSONParsing:Et.transitional(Et.boolean),clarifyTimeoutError:Et.transitional(Et.boolean)},!1),s!=null&&(F.isFunction(s)?n.paramsSerializer={serialize:s}:Zi.assertOptions(s,{encode:Et.function,serialize:Et.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let o=i&&F.merge(i.common,i[n.method]);i&&F.forEach(["delete","get","head","post","put","patch","common"],g=>{delete i[g]}),n.headers=ht.concat(o,i);const l=[];let c=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(n)===!1||(c=c&&p.synchronous,l.unshift(p.fulfilled,p.rejected))});const a=[];this.interceptors.response.forEach(function(p){a.push(p.fulfilled,p.rejected)});let u,d=0,v;if(!c){const g=[Ac.bind(this),void 0];for(g.unshift.apply(g,l),g.push.apply(g,a),v=g.length,u=Promise.resolve(n);d{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](s);r._listeners=null}),this.promise.then=s=>{let i;const o=new Promise(l=>{r.subscribe(l),i=l}).then(s);return o.cancel=function(){r.unsubscribe(i)},o},t(function(i,o,l){r.reason||(r.reason=new Er(i,o,l),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new al(function(s){t=s}),cancel:t}}}const Eb=al;function Sb(e){return function(n){return e.apply(null,n)}}function wb(e){return F.isObject(e)&&e.isAxiosError===!0}const Qi={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Qi).forEach(([e,t])=>{Qi[t]=e});const Cb=Qi;function Pf(e){const t=new Wr(e),n=ff(Wr.prototype.request,t);return F.extend(n,Wr.prototype,t,{allOwnKeys:!0}),F.extend(n,t,null,{allOwnKeys:!0}),n.create=function(s){return Pf(On(e,s))},n}const be=Pf(ll);be.Axios=Wr;be.CanceledError=Er;be.CancelToken=Eb;be.isCancel=Of;be.VERSION=Rf;be.toFormData=zs;be.AxiosError=se;be.Cancel=be.CanceledError;be.all=function(t){return Promise.all(t)};be.spread=Sb;be.isAxiosError=wb;be.mergeConfig=On;be.AxiosHeaders=ht;be.formToJSON=e=>Tf(F.isHTMLForm(e)?new FormData(e):e);be.getAdapter=Af.getAdapter;be.HttpStatusCode=Cb;be.default=be;const Xe=be;/*! js-cookie v3.0.5 | MIT */function Dr(e){for(var t=1;t"u")){o=Dr({},t,o),typeof o.expires=="number"&&(o.expires=new Date(Date.now()+o.expires*864e5)),o.expires&&(o.expires=o.expires.toUTCString()),s=encodeURIComponent(s).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var l="";for(var c in o)o[c]&&(l+="; "+c,o[c]!==!0&&(l+="="+o[c].split(";")[0]));return document.cookie=s+"="+e.write(i,s)+l}}function r(s){if(!(typeof document>"u"||arguments.length&&!s)){for(var i=document.cookie?document.cookie.split("; "):[],o={},l=0;lXe.get("/sanctum/csrf-cookie");Xe.interceptors.request.use(function(e){return uf().$reset(),Xi.get("XSRF-TOKEN")?e:Ob().then(t=>e)},function(e){return Promise.reject(e)});Xe.interceptors.response.use(function(e){var t,n,r,s,i,o;return(((r=(n=(t=e==null?void 0:e.data)==null?void 0:t.data)==null?void 0:n.csrf_token)==null?void 0:r.length)>0||((o=(i=(s=e==null?void 0:e.data)==null?void 0:s.data)==null?void 0:i.token)==null?void 0:o.length)>0)&&Xi.set("XSRF-TOKEN",e.data.data.csrf_token),e},function(e){switch(e.response.status){case 401:localStorage.removeItem("token"),window.location.reload();break;case 403:case 404:break;case 422:uf().$state=e.response.data;break;default:}return Promise.reject(e)});function hs(e){return hs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},hs(e)}function di(e,t){if(!e.vueAxiosInstalled){var n=If(t)?Rb(t):t;if(Pb(n)){var r=Ib(e);if(r){var s=r<3?Nb:Ab;Object.keys(n).forEach(function(i){s(e,i,n[i])}),e.vueAxiosInstalled=!0}}}}function Nb(e,t,n){Object.defineProperty(e.prototype,t,{get:function(){return n}}),e[t]=n}function Ab(e,t,n){e.config.globalProperties[t]=n,e[t]=n}function If(e){return e&&typeof e.get=="function"&&typeof e.post=="function"}function Rb(e){return{axios:e,$http:e}}function Pb(e){return hs(e)==="object"&&Object.keys(e).every(function(t){return If(e[t])})}function Ib(e){return e&&e.version&&Number(e.version.split(".")[0])}(typeof exports>"u"?"undefined":hs(exports))=="object"?module.exports=di:typeof define=="function"&&define.amd?define([],function(){return di}):window.Vue&&window.axios&&window.Vue.use&&Vue.use(di,window.axios);const pi=af("auth",{state:()=>({loggedIn:!!localStorage.getItem("token"),user:null}),getters:{},actions:{async login(e){await Xe.get("sanctum/csrf-cookie");const t=(await Xe.post("api/login",e)).data;if(t){const n=`Bearer ${t.token}`;localStorage.setItem("token",n),Xe.defaults.headers.common.Authorization=n,await this.ftechUser()}},async logout(){(await Xe.post("api/logout")).data&&(localStorage.removeItem("token"),this.$reset())},async ftechUser(){this.user=(await Xe.get("api/me")).data,this.loggedIn=!0}}}),zb={install:({config:e})=>{e.globalProperties.$auth=pi(),pi().loggedIn&&pi().ftechUser()}};function Fb(e){return{all:e=e||new Map,on:function(t,n){var r=e.get(t);r?r.push(n):e.set(t,[n])},off:function(t,n){var r=e.get(t);r&&(n?r.splice(r.indexOf(n)>>>0,1):e.set(t,[]))},emit:function(t,n){var r=e.get(t);r&&r.slice().map(function(s){s(n)}),(r=e.get("*"))&&r.slice().map(function(s){s(t,n)})}}}const Jb={install:(e,t)=>{e.config.globalProperties.$eventBus=Fb()}},Ff={TOP_LEFT:"top-left",TOP_RIGHT:"top-right",TOP_CENTER:"top-center",BOTTOM_LEFT:"bottom-left",BOTTOM_RIGHT:"bottom-right",BOTTOM_CENTER:"bottom-center"},ms={LIGHT:"light",DARK:"dark",COLORED:"colored",AUTO:"auto"},ul={INFO:"info",SUCCESS:"success",WARNING:"warning",ERROR:"error",DEFAULT:"default"},kf={dangerouslyHTMLString:!1,multiple:!0,position:Ff.TOP_RIGHT,autoClose:5e3,transition:"bounce",hideProgressBar:!1,pauseOnHover:!0,pauseOnFocusLoss:!0,closeOnClick:!0,className:"",bodyClassName:"",style:{},progressClassName:"",progressStyle:{},role:"alert",theme:"light"},kb={rtl:!1,newestOnTop:!1,toastClassName:""},Mb={...kf,...kb};({...kf,type:ul.DEFAULT});var gs=(e=>(e[e.COLLAPSE_DURATION=300]="COLLAPSE_DURATION",e[e.DEBOUNCE_DURATION=50]="DEBOUNCE_DURATION",e.CSS_NAMESPACE="Toastify",e))(gs||{});ot({});ot({});ot({items:[]});const Lb=ot({});ot({});function Bb(...e){return ko(...e)}function Db(e={}){Lb["".concat(gs.CSS_NAMESPACE,"-default-options")]=e}Ff.TOP_LEFT,ms.AUTO,ul.DEFAULT;ul.DEFAULT,ms.AUTO;ms.AUTO,ms.LIGHT;const xb={install(e,t={}){jb(t)}};typeof window<"u"&&(window.Vue3Toastify=xb);function jb(e={}){const t=Bb(Mb,e);Db(t)}const Hb={url:"https://echoscoop.com",port:null,defaults:{},routes:{"sanctum.csrf-cookie":{uri:"sanctum/csrf-cookie",methods:["GET","HEAD"]},"ignition.healthCheck":{uri:"_ignition/health-check",methods:["GET","HEAD"]},"ignition.executeSolution":{uri:"_ignition/execute-solution",methods:["POST"]},"ignition.updateConfig":{uri:"_ignition/update-config",methods:["POST"]},"feeds.main":{uri:"feeds/posts-feed",methods:["GET","HEAD"]},"front.home":{uri:"/",methods:["GET","HEAD"]},"front.terms":{uri:"terms",methods:["GET","HEAD"]},"front.privacy":{uri:"privacy",methods:["GET","HEAD"]},"front.disclaimer":{uri:"disclaimer",methods:["GET","HEAD"]},"front.all":{uri:"news",methods:["GET","HEAD"]},"front.post":{uri:"news/{slug}",methods:["GET","HEAD"]},"front.category":{uri:"{category_slug}",methods:["GET","HEAD"]}}};typeof window<"u"&&typeof window.Ziggy<"u"&&Object.assign(Hb.routes,window.Ziggy.routes);var $b=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},eo={exports:{}},hi,Ic;function fl(){if(Ic)return hi;Ic=1;var e=String.prototype.replace,t=/%20/g,n={RFC1738:"RFC1738",RFC3986:"RFC3986"};return hi={default:n.RFC3986,formatters:{RFC1738:function(r){return e.call(r,t,"+")},RFC3986:function(r){return String(r)}},RFC1738:n.RFC1738,RFC3986:n.RFC3986},hi}var mi,Fc;function Mf(){if(Fc)return mi;Fc=1;var e=fl(),t=Object.prototype.hasOwnProperty,n=Array.isArray,r=function(){for(var p=[],b=0;b<256;++b)p.push("%"+((b<16?"0":"")+b.toString(16)).toUpperCase());return p}(),s=function(b){for(;b.length>1;){var m=b.pop(),f=m.obj[m.prop];if(n(f)){for(var E=[],y=0;y=48&&_<=57||_>=65&&_<=90||_>=97&&_<=122||y===e.RFC1738&&(_===40||_===41)){O+=w.charAt(N);continue}if(_<128){O=O+r[_];continue}if(_<2048){O=O+(r[192|_>>6]+r[128|_&63]);continue}if(_<55296||_>=57344){O=O+(r[224|_>>12]+r[128|_>>6&63]+r[128|_&63]);continue}N+=1,_=65536+((_&1023)<<10|w.charCodeAt(N)&1023),O+=r[240|_>>18]+r[128|_>>12&63]+r[128|_>>6&63]+r[128|_&63]}return O},u=function(b){for(var m=[{obj:{o:b},prop:"o"}],f=[],E=0;E"u")return ne;var Se;if(m==="comma"&&s(L))Se=[{value:L.length>0?L.join(",")||null:void 0}];else if(s(w))Se=w;else{var Bt=Object.keys(L);Se=O?Bt.sort(O):Bt}for(var Ge=0;Ge"u"?u.allowDots:!!p.allowDots,charset:b,charsetSentinel:typeof p.charsetSentinel=="boolean"?p.charsetSentinel:u.charsetSentinel,delimiter:typeof p.delimiter>"u"?u.delimiter:p.delimiter,encode:typeof p.encode=="boolean"?p.encode:u.encode,encoder:typeof p.encoder=="function"?p.encoder:u.encoder,encodeValuesOnly:typeof p.encodeValuesOnly=="boolean"?p.encodeValuesOnly:u.encodeValuesOnly,filter:E,format:m,formatter:f,serializeDate:typeof p.serializeDate=="function"?p.serializeDate:u.serializeDate,skipNulls:typeof p.skipNulls=="boolean"?p.skipNulls:u.skipNulls,sort:typeof p.sort=="function"?p.sort:null,strictNullHandling:typeof p.strictNullHandling=="boolean"?p.strictNullHandling:u.strictNullHandling}};return gi=function(g,p){var b=g,m=h(p),f,E;typeof m.filter=="function"?(E=m.filter,b=E("",b)):s(m.filter)&&(E=m.filter,f=E);var y=[];if(typeof b!="object"||b===null)return"";var w;p&&p.arrayFormat in r?w=p.arrayFormat:p&&"indices"in p?w=p.indices?"indices":"repeat":w="indices";var O=r[w];f||(f=Object.keys(b)),m.sort&&f.sort(m.sort);for(var N=0;N0?A+T:""},gi}var yi,Mc;function Vb(){if(Mc)return yi;Mc=1;var e=Mf(),t=Object.prototype.hasOwnProperty,n=Array.isArray,r={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:e.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(v){return v.replace(/&#(\d+);/g,function(h,g){return String.fromCharCode(parseInt(g,10))})},i=function(v,h){return v&&typeof v=="string"&&h.comma&&v.indexOf(",")>-1?v.split(","):v},o="utf8=%26%2310003%3B",l="utf8=%E2%9C%93",c=function(h,g){var p={},b=g.ignoreQueryPrefix?h.replace(/^\?/,""):h,m=g.parameterLimit===1/0?void 0:g.parameterLimit,f=b.split(g.delimiter,m),E=-1,y,w=g.charset;if(g.charsetSentinel)for(y=0;y-1&&(A=n(A)?[A]:A),t.call(p,T)?p[T]=e.combine(p[T],A):p[T]=A}return p},a=function(v,h,g,p){for(var b=p?h:i(h,g),m=v.length-1;m>=0;--m){var f,E=v[m];if(E==="[]"&&g.parseArrays)f=[].concat(b);else{f=g.plainObjects?Object.create(null):{};var y=E.charAt(0)==="["&&E.charAt(E.length-1)==="]"?E.slice(1,-1):E,w=parseInt(y,10);!g.parseArrays&&y===""?f={0:b}:!isNaN(w)&&E!==y&&String(w)===y&&w>=0&&g.parseArrays&&w<=g.arrayLimit?(f=[],f[w]=b):y!=="__proto__"&&(f[y]=b)}b=f}return b},u=function(h,g,p,b){if(h){var m=p.allowDots?h.replace(/\.([^.[]+)/g,"[$1]"):h,f=/(\[[^[\]]*])/,E=/(\[[^[\]]*])/g,y=p.depth>0&&f.exec(m),w=y?m.slice(0,y.index):m,O=[];if(w){if(!p.plainObjects&&t.call(Object.prototype,w)&&!p.allowPrototypes)return;O.push(w)}for(var N=0;p.depth>0&&(y=E.exec(m))!==null&&N"u"?r.charset:h.charset;return{allowDots:typeof h.allowDots>"u"?r.allowDots:!!h.allowDots,allowPrototypes:typeof h.allowPrototypes=="boolean"?h.allowPrototypes:r.allowPrototypes,arrayLimit:typeof h.arrayLimit=="number"?h.arrayLimit:r.arrayLimit,charset:g,charsetSentinel:typeof h.charsetSentinel=="boolean"?h.charsetSentinel:r.charsetSentinel,comma:typeof h.comma=="boolean"?h.comma:r.comma,decoder:typeof h.decoder=="function"?h.decoder:r.decoder,delimiter:typeof h.delimiter=="string"||e.isRegExp(h.delimiter)?h.delimiter:r.delimiter,depth:typeof h.depth=="number"||h.depth===!1?+h.depth:r.depth,ignoreQueryPrefix:h.ignoreQueryPrefix===!0,interpretNumericEntities:typeof h.interpretNumericEntities=="boolean"?h.interpretNumericEntities:r.interpretNumericEntities,parameterLimit:typeof h.parameterLimit=="number"?h.parameterLimit:r.parameterLimit,parseArrays:h.parseArrays!==!1,plainObjects:typeof h.plainObjects=="boolean"?h.plainObjects:r.plainObjects,strictNullHandling:typeof h.strictNullHandling=="boolean"?h.strictNullHandling:r.strictNullHandling}};return yi=function(v,h){var g=d(h);if(v===""||v===null||typeof v>"u")return g.plainObjects?Object.create(null):{};for(var p=typeof v=="string"?c(v,g):v,b=g.plainObjects?Object.create(null):{},m=Object.keys(p),f=0;f"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}()?Reflect.construct.bind():function(b,m,f){var E=[null];E.push.apply(E,m);var y=new(Function.bind.apply(b,E));return f&&c(y,f.prototype),y},a.apply(null,arguments)}function u(h){var g=typeof Map=="function"?new Map:void 0;return u=function(p){if(p===null||Function.toString.call(p).indexOf("[native code]")===-1)return p;if(typeof p!="function")throw new TypeError("Super expression must either be null or a function");if(g!==void 0){if(g.has(p))return g.get(p);g.set(p,b)}function b(){return a(p,arguments,l(this).constructor)}return b.prototype=Object.create(p.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),c(b,p)},u(h)}var d=function(){function h(p,b,m){var f,E;this.name=p,this.definition=b,this.bindings=(f=b.bindings)!=null?f:{},this.wheres=(E=b.wheres)!=null?E:{},this.config=m}var g=h.prototype;return g.matchesUrl=function(p){var b=this;if(!this.definition.methods.includes("GET"))return!1;var m=this.template.replace(/(\/?){([^}?]*)(\??)}/g,function(N,_,T,A){var P,I="(?<"+T+">"+(((P=b.wheres[T])==null?void 0:P.replace(/(^\^)|(\$$)/g,""))||"[^/?]+")+")";return A?"("+_+I+")?":""+_+I}).replace(/^\w+:\/\//,""),f=p.replace(/^\w+:\/\//,"").split("?"),E=f[0],y=f[1],w=new RegExp("^"+m+"/?$").exec(E);if(w){for(var O in w.groups)w.groups[O]=typeof w.groups[O]=="string"?decodeURIComponent(w.groups[O]):w.groups[O];return{params:w.groups,query:r.parse(y)}}return!1},g.compile=function(p){var b=this,m=this.parameterSegments;return m.length?this.template.replace(/{([^}?]+)(\??)}/g,function(f,E,y){var w;if(!y&&[null,void 0].includes(p[E]))throw new Error("Ziggy error: '"+E+"' parameter is required for route '"+b.name+"'.");if(b.wheres[E]){var O,N;if(!new RegExp("^"+(y?"("+b.wheres[E]+")?":b.wheres[E])+"$").test((O=p[E])!=null?O:""))throw new Error("Ziggy error: '"+E+"' parameter does not match required format '"+b.wheres[E]+"' for route '"+b.name+"'.");if(m[m.length-1].name===E)return encodeURIComponent((N=p[E])!=null?N:"").replace(/%2F/g,"/")}return encodeURIComponent((w=p[E])!=null?w:"")}).replace(this.origin+"//",this.origin+"/").replace(/\/+$/,""):this.template},i(h,[{key:"template",get:function(){return(this.origin+"/"+this.definition.uri).replace(/\/+$/,"")}},{key:"origin",get:function(){return this.config.absolute?this.definition.domain?""+this.config.url.match(/^\w+:\/\//)[0]+this.definition.domain+(this.config.port?":"+this.config.port:""):this.config.url:""}},{key:"parameterSegments",get:function(){var p,b;return(p=(b=this.template.match(/{[^}?]+\??}/g))==null?void 0:b.map(function(m){return{name:m.replace(/{|\??}/g,""),required:!/\?}$/.test(m)}}))!=null?p:[]}}]),h}(),v=function(h){var g,p;function b(f,E,y,w){var O;if(y===void 0&&(y=!0),(O=h.call(this)||this).t=w??(typeof Ziggy<"u"?Ziggy:globalThis==null?void 0:globalThis.Ziggy),O.t=o({},O.t,{absolute:y}),f){if(!O.t.routes[f])throw new Error("Ziggy error: route '"+f+"' is not in the route list.");O.i=new d(f,O.t.routes[f],O.t),O.u=O.o(E)}return O}p=h,(g=b).prototype=Object.create(p.prototype),g.prototype.constructor=g,c(g,p);var m=b.prototype;return m.toString=function(){var f=this,E=Object.keys(this.u).filter(function(y){return!f.i.parameterSegments.some(function(w){return w.name===y})}).filter(function(y){return y!=="_query"}).reduce(function(y,w){var O;return o({},y,((O={})[w]=f.u[w],O))},{});return this.i.compile(this.u)+r.stringify(o({},E,this.u._query),{addQueryPrefix:!0,arrayFormat:"indices",encodeValuesOnly:!0,skipNulls:!0,encoder:function(y,w){return typeof y=="boolean"?Number(y):w(y)}})},m.l=function(f){var E=this;f?this.t.absolute&&f.startsWith("/")&&(f=this.h().host+f):f=this.v();var y={},w=Object.entries(this.t.routes).find(function(O){return y=new d(O[0],O[1],E.t).matchesUrl(f)})||[void 0,void 0];return o({name:w[0]},y,{route:w[1]})},m.v=function(){var f=this.h(),E=f.pathname,y=f.search;return(this.t.absolute?f.host+E:E.replace(this.t.url.replace(/^\w*:\/\/[^/]+/,""),"").replace(/^\/+/,"/"))+y},m.current=function(f,E){var y=this.l(),w=y.name,O=y.params,N=y.query,_=y.route;if(!f)return w;var T=new RegExp("^"+f.replace(/\./g,"\\.").replace(/\*/g,".*")+"$").test(w);if([null,void 0].includes(E)||!T)return T;var A=new d(w,_,this.t);E=this.o(E,A);var P=o({},O,N);return!(!Object.values(E).every(function(I){return!I})||Object.values(P).some(function(I){return I!==void 0}))||Object.entries(E).every(function(I){return P[I[0]]==I[1]})},m.h=function(){var f,E,y,w,O,N,_=typeof window<"u"?window.location:{},T=_.host,A=_.pathname,P=_.search;return{host:(f=(E=this.t.location)==null?void 0:E.host)!=null?f:T===void 0?"":T,pathname:(y=(w=this.t.location)==null?void 0:w.pathname)!=null?y:A===void 0?"":A,search:(O=(N=this.t.location)==null?void 0:N.search)!=null?O:P===void 0?"":P}},m.has=function(f){return Object.keys(this.t.routes).includes(f)},m.o=function(f,E){var y=this;f===void 0&&(f={}),E===void 0&&(E=this.i),f!=null||(f={}),f=["string","number"].includes(typeof f)?[f]:f;var w=E.parameterSegments.filter(function(N){return!y.t.defaults[N.name]});if(Array.isArray(f))f=f.reduce(function(N,_,T){var A,P;return o({},N,w[T]?((A={})[w[T].name]=_,A):typeof _=="object"?_:((P={})[_]="",P))},{});else if(w.length===1&&!f[w[0].name]&&(f.hasOwnProperty(Object.values(E.bindings)[0])||f.hasOwnProperty("id"))){var O;(O={})[w[0].name]=f,f=O}return o({},this.p(E),this.g(f,E))},m.p=function(f){var E=this;return f.parameterSegments.filter(function(y){return E.t.defaults[y.name]}).reduce(function(y,w,O){var N,_=w.name;return o({},y,((N={})[_]=E.t.defaults[_],N))},{})},m.g=function(f,E){var y=E.bindings,w=E.parameterSegments;return Object.entries(f).reduce(function(O,N){var _,T,A=N[0],P=N[1];if(!P||typeof P!="object"||Array.isArray(P)||!w.some(function(I){return I.name===A}))return o({},O,((T={})[A]=P,T));if(!P.hasOwnProperty(y[A])){if(!P.hasOwnProperty("id"))throw new Error("Ziggy error: object passed as '"+A+"' parameter is missing route model binding key '"+y[A]+"'.");y[A]="id"}return o({},O,((_={})[A]=P[y[A]],_))},{})},m.valueOf=function(){return this.toString()},m.check=function(f){return this.has(f)},i(b,[{key:"params",get:function(){var f=this.l();return o({},f.params,f.query)}}]),b}(u(String));n.ZiggyVue={install:function(h,g){var p=function(b,m,f,E){return E===void 0&&(E=g),function(y,w,O,N){var _=new v(y,w,O,N);return y?_.toString():_}(b,m,f,E)};h.mixin({methods:{route:p}}),parseInt(h.version)>2&&h.provide("route",p)}}})})(eo,eo.exports);var Gb=eo.exports;export{Hb as Z,Kb as _,am as a,Wb as b,ah as c,Xe as d,zb as e,Jb as f,xb as g,bp as h,Ms as o,di as p,Gb as v}; +`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(s=>r.set(s)),r}static accessor(t){const r=(this[Oc]=this[Oc]={accessors:{}}).accessors,s=this.prototype;function i(o){const l=Dn(o);r[l]||(ub(s,o),r[l]=!0)}return F.isArray(t)?t.forEach(i):i(t),this}}Js.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);F.reduceDescriptors(Js.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});F.freezeMethods(Js);const ht=Js;function ui(e,t){const n=this||ll,r=t||n,s=ht.from(r.headers);let i=r.data;return F.forEach(e,function(l){i=l.call(n,i,s.normalize(),t?t.status:void 0)}),s.normalize(),i}function Of(e){return!!(e&&e.__CANCEL__)}function Er(e,t,n){se.call(this,e??"canceled",se.ERR_CANCELED,t,n),this.name="CanceledError"}F.inherits(Er,se,{__CANCEL__:!0});function fb(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new se("Request failed with status code "+n.status,[se.ERR_BAD_REQUEST,se.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const db=et.isStandardBrowserEnv?function(){return{write:function(n,r,s,i,o,l){const c=[];c.push(n+"="+encodeURIComponent(r)),F.isNumber(s)&&c.push("expires="+new Date(s).toGMTString()),F.isString(i)&&c.push("path="+i),F.isString(o)&&c.push("domain="+o),l===!0&&c.push("secure"),document.cookie=c.join("; ")},read:function(n){const r=document.cookie.match(new RegExp("(^|;\\s*)("+n+")=([^;]*)"));return r?decodeURIComponent(r[3]):null},remove:function(n){this.write(n,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();function pb(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function hb(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Nf(e,t){return e&&!pb(t)?hb(e,t):t}const mb=et.isStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function s(i){let o=i;return t&&(n.setAttribute("href",o),o=n.href),n.setAttribute("href",o),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=s(window.location.href),function(o){const l=F.isString(o)?s(o):o;return l.protocol===r.protocol&&l.host===r.host}}():function(){return function(){return!0}}();function gb(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function yb(e,t){e=e||10;const n=new Array(e),r=new Array(e);let s=0,i=0,o;return t=t!==void 0?t:1e3,function(c){const a=Date.now(),u=r[i];o||(o=a),n[s]=c,r[s]=a;let d=i,v=0;for(;d!==s;)v+=n[d++],d=d%e;if(s=(s+1)%e,s===i&&(i=(i+1)%e),a-o{const i=s.loaded,o=s.lengthComputable?s.total:void 0,l=i-n,c=r(l),a=i<=o;n=i;const u={loaded:i,total:o,progress:o?i/o:void 0,bytes:l,rate:c||void 0,estimated:c&&o&&a?(o-i)/c:void 0,event:s};u[t?"download":"upload"]=!0,e(u)}}const bb=typeof XMLHttpRequest<"u",vb=bb&&function(e){return new Promise(function(n,r){let s=e.data;const i=ht.from(e.headers).normalize(),o=e.responseType;let l;function c(){e.cancelToken&&e.cancelToken.unsubscribe(l),e.signal&&e.signal.removeEventListener("abort",l)}F.isFormData(s)&&(et.isStandardBrowserEnv||et.isStandardBrowserWebWorkerEnv?i.setContentType(!1):i.setContentType("multipart/form-data;",!1));let a=new XMLHttpRequest;if(e.auth){const h=e.auth.username||"",g=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(h+":"+g))}const u=Nf(e.baseURL,e.url);a.open(e.method.toUpperCase(),wf(u,e.params,e.paramsSerializer),!0),a.timeout=e.timeout;function d(){if(!a)return;const h=ht.from("getAllResponseHeaders"in a&&a.getAllResponseHeaders()),p={data:!o||o==="text"||o==="json"?a.responseText:a.response,status:a.status,statusText:a.statusText,headers:h,config:e,request:a};fb(function(m){n(m),c()},function(m){r(m),c()},p),a=null}if("onloadend"in a?a.onloadend=d:a.onreadystatechange=function(){!a||a.readyState!==4||a.status===0&&!(a.responseURL&&a.responseURL.indexOf("file:")===0)||setTimeout(d)},a.onabort=function(){a&&(r(new se("Request aborted",se.ECONNABORTED,e,a)),a=null)},a.onerror=function(){r(new se("Network Error",se.ERR_NETWORK,e,a)),a=null},a.ontimeout=function(){let g=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const p=e.transitional||Cf;e.timeoutErrorMessage&&(g=e.timeoutErrorMessage),r(new se(g,p.clarifyTimeoutError?se.ETIMEDOUT:se.ECONNABORTED,e,a)),a=null},et.isStandardBrowserEnv){const h=(e.withCredentials||mb(u))&&e.xsrfCookieName&&db.read(e.xsrfCookieName);h&&i.set(e.xsrfHeaderName,h)}s===void 0&&i.setContentType(null),"setRequestHeader"in a&&F.forEach(i.toJSON(),function(g,p){a.setRequestHeader(p,g)}),F.isUndefined(e.withCredentials)||(a.withCredentials=!!e.withCredentials),o&&o!=="json"&&(a.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&a.addEventListener("progress",Nc(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&a.upload&&a.upload.addEventListener("progress",Nc(e.onUploadProgress)),(e.cancelToken||e.signal)&&(l=h=>{a&&(r(!h||h.type?new Er(null,e,a):h),a.abort(),a=null)},e.cancelToken&&e.cancelToken.subscribe(l),e.signal&&(e.signal.aborted?l():e.signal.addEventListener("abort",l)));const v=gb(u);if(v&&et.protocols.indexOf(v)===-1){r(new se("Unsupported protocol "+v+":",se.ERR_BAD_REQUEST,e));return}a.send(s||null)})},Kr={http:Ky,xhr:vb};F.forEach(Kr,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Af={getAdapter:e=>{e=F.isArray(e)?e:[e];const{length:t}=e;let n,r;for(let s=0;se instanceof ht?e.toJSON():e;function On(e,t){t=t||{};const n={};function r(a,u,d){return F.isPlainObject(a)&&F.isPlainObject(u)?F.merge.call({caseless:d},a,u):F.isPlainObject(u)?F.merge({},u):F.isArray(u)?u.slice():u}function s(a,u,d){if(F.isUndefined(u)){if(!F.isUndefined(a))return r(void 0,a,d)}else return r(a,u,d)}function i(a,u){if(!F.isUndefined(u))return r(void 0,u)}function o(a,u){if(F.isUndefined(u)){if(!F.isUndefined(a))return r(void 0,a)}else return r(void 0,u)}function l(a,u,d){if(d in t)return r(a,u);if(d in e)return r(void 0,a)}const c={url:i,method:i,data:i,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:l,headers:(a,u)=>s(Rc(a),Rc(u),!0)};return F.forEach(Object.keys(Object.assign({},e,t)),function(u){const d=c[u]||s,v=d(e[u],t[u],u);F.isUndefined(v)&&d!==l||(n[u]=v)}),n}const Rf="1.5.0",cl={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{cl[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const Pc={};cl.transitional=function(t,n,r){function s(i,o){return"[Axios v"+Rf+"] Transitional option '"+i+"'"+o+(r?". "+r:"")}return(i,o,l)=>{if(t===!1)throw new se(s(o," has been removed"+(n?" in "+n:"")),se.ERR_DEPRECATED);return n&&!Pc[o]&&(Pc[o]=!0),t?t(i,o,l):!0}};function _b(e,t,n){if(typeof e!="object")throw new se("options must be an object",se.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let s=r.length;for(;s-- >0;){const i=r[s],o=t[i];if(o){const l=e[i],c=l===void 0||o(l,i,e);if(c!==!0)throw new se("option "+i+" must be "+c,se.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new se("Unknown option "+i,se.ERR_BAD_OPTION)}}const Zi={assertOptions:_b,validators:cl},Et=Zi.validators;class ps{constructor(t){this.defaults=t,this.interceptors={request:new Tc,response:new Tc}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=On(this.defaults,n);const{transitional:r,paramsSerializer:s,headers:i}=n;r!==void 0&&Zi.assertOptions(r,{silentJSONParsing:Et.transitional(Et.boolean),forcedJSONParsing:Et.transitional(Et.boolean),clarifyTimeoutError:Et.transitional(Et.boolean)},!1),s!=null&&(F.isFunction(s)?n.paramsSerializer={serialize:s}:Zi.assertOptions(s,{encode:Et.function,serialize:Et.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let o=i&&F.merge(i.common,i[n.method]);i&&F.forEach(["delete","get","head","post","put","patch","common"],g=>{delete i[g]}),n.headers=ht.concat(o,i);const l=[];let c=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(n)===!1||(c=c&&p.synchronous,l.unshift(p.fulfilled,p.rejected))});const a=[];this.interceptors.response.forEach(function(p){a.push(p.fulfilled,p.rejected)});let u,d=0,v;if(!c){const g=[Ac.bind(this),void 0];for(g.unshift.apply(g,l),g.push.apply(g,a),v=g.length,u=Promise.resolve(n);d{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](s);r._listeners=null}),this.promise.then=s=>{let i;const o=new Promise(l=>{r.subscribe(l),i=l}).then(s);return o.cancel=function(){r.unsubscribe(i)},o},t(function(i,o,l){r.reason||(r.reason=new Er(i,o,l),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new al(function(s){t=s}),cancel:t}}}const Eb=al;function Sb(e){return function(n){return e.apply(null,n)}}function wb(e){return F.isObject(e)&&e.isAxiosError===!0}const Qi={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Qi).forEach(([e,t])=>{Qi[t]=e});const Cb=Qi;function Pf(e){const t=new Wr(e),n=ff(Wr.prototype.request,t);return F.extend(n,Wr.prototype,t,{allOwnKeys:!0}),F.extend(n,t,null,{allOwnKeys:!0}),n.create=function(s){return Pf(On(e,s))},n}const be=Pf(ll);be.Axios=Wr;be.CanceledError=Er;be.CancelToken=Eb;be.isCancel=Of;be.VERSION=Rf;be.toFormData=zs;be.AxiosError=se;be.Cancel=be.CanceledError;be.all=function(t){return Promise.all(t)};be.spread=Sb;be.isAxiosError=wb;be.mergeConfig=On;be.AxiosHeaders=ht;be.formToJSON=e=>Tf(F.isHTMLForm(e)?new FormData(e):e);be.getAdapter=Af.getAdapter;be.HttpStatusCode=Cb;be.default=be;const Xe=be;/*! js-cookie v3.0.5 | MIT */function Dr(e){for(var t=1;t"u")){o=Dr({},t,o),typeof o.expires=="number"&&(o.expires=new Date(Date.now()+o.expires*864e5)),o.expires&&(o.expires=o.expires.toUTCString()),s=encodeURIComponent(s).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var l="";for(var c in o)o[c]&&(l+="; "+c,o[c]!==!0&&(l+="="+o[c].split(";")[0]));return document.cookie=s+"="+e.write(i,s)+l}}function r(s){if(!(typeof document>"u"||arguments.length&&!s)){for(var i=document.cookie?document.cookie.split("; "):[],o={},l=0;lXe.get("/sanctum/csrf-cookie");Xe.interceptors.request.use(function(e){return uf().$reset(),Xi.get("XSRF-TOKEN")?e:Ob().then(t=>e)},function(e){return Promise.reject(e)});Xe.interceptors.response.use(function(e){var t,n,r,s,i,o;return(((r=(n=(t=e==null?void 0:e.data)==null?void 0:t.data)==null?void 0:n.csrf_token)==null?void 0:r.length)>0||((o=(i=(s=e==null?void 0:e.data)==null?void 0:s.data)==null?void 0:i.token)==null?void 0:o.length)>0)&&Xi.set("XSRF-TOKEN",e.data.data.csrf_token),e},function(e){switch(e.response.status){case 401:localStorage.removeItem("token"),window.location.reload();break;case 403:case 404:break;case 422:uf().$state=e.response.data;break;default:}return Promise.reject(e)});function hs(e){return hs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},hs(e)}function di(e,t){if(!e.vueAxiosInstalled){var n=If(t)?Rb(t):t;if(Pb(n)){var r=Ib(e);if(r){var s=r<3?Nb:Ab;Object.keys(n).forEach(function(i){s(e,i,n[i])}),e.vueAxiosInstalled=!0}}}}function Nb(e,t,n){Object.defineProperty(e.prototype,t,{get:function(){return n}}),e[t]=n}function Ab(e,t,n){e.config.globalProperties[t]=n,e[t]=n}function If(e){return e&&typeof e.get=="function"&&typeof e.post=="function"}function Rb(e){return{axios:e,$http:e}}function Pb(e){return hs(e)==="object"&&Object.keys(e).every(function(t){return If(e[t])})}function Ib(e){return e&&e.version&&Number(e.version.split(".")[0])}(typeof exports>"u"?"undefined":hs(exports))=="object"?module.exports=di:typeof define=="function"&&define.amd?define([],function(){return di}):window.Vue&&window.axios&&window.Vue.use&&Vue.use(di,window.axios);const pi=af("auth",{state:()=>({loggedIn:!!localStorage.getItem("token"),user:null}),getters:{},actions:{async login(e){await Xe.get("sanctum/csrf-cookie");const t=(await Xe.post("api/login",e)).data;if(t){const n=`Bearer ${t.token}`;localStorage.setItem("token",n),Xe.defaults.headers.common.Authorization=n,await this.ftechUser()}},async logout(){(await Xe.post("api/logout")).data&&(localStorage.removeItem("token"),this.$reset())},async ftechUser(){this.user=(await Xe.get("api/me")).data,this.loggedIn=!0}}}),zb={install:({config:e})=>{e.globalProperties.$auth=pi(),pi().loggedIn&&pi().ftechUser()}};function Fb(e){return{all:e=e||new Map,on:function(t,n){var r=e.get(t);r?r.push(n):e.set(t,[n])},off:function(t,n){var r=e.get(t);r&&(n?r.splice(r.indexOf(n)>>>0,1):e.set(t,[]))},emit:function(t,n){var r=e.get(t);r&&r.slice().map(function(s){s(n)}),(r=e.get("*"))&&r.slice().map(function(s){s(t,n)})}}}const Jb={install:(e,t)=>{e.config.globalProperties.$eventBus=Fb()}},Ff={TOP_LEFT:"top-left",TOP_RIGHT:"top-right",TOP_CENTER:"top-center",BOTTOM_LEFT:"bottom-left",BOTTOM_RIGHT:"bottom-right",BOTTOM_CENTER:"bottom-center"},ms={LIGHT:"light",DARK:"dark",COLORED:"colored",AUTO:"auto"},ul={INFO:"info",SUCCESS:"success",WARNING:"warning",ERROR:"error",DEFAULT:"default"},kf={dangerouslyHTMLString:!1,multiple:!0,position:Ff.TOP_RIGHT,autoClose:5e3,transition:"bounce",hideProgressBar:!1,pauseOnHover:!0,pauseOnFocusLoss:!0,closeOnClick:!0,className:"",bodyClassName:"",style:{},progressClassName:"",progressStyle:{},role:"alert",theme:"light"},kb={rtl:!1,newestOnTop:!1,toastClassName:""},Mb={...kf,...kb};({...kf,type:ul.DEFAULT});var gs=(e=>(e[e.COLLAPSE_DURATION=300]="COLLAPSE_DURATION",e[e.DEBOUNCE_DURATION=50]="DEBOUNCE_DURATION",e.CSS_NAMESPACE="Toastify",e))(gs||{});ot({});ot({});ot({items:[]});const Lb=ot({});ot({});function Bb(...e){return ko(...e)}function Db(e={}){Lb["".concat(gs.CSS_NAMESPACE,"-default-options")]=e}Ff.TOP_LEFT,ms.AUTO,ul.DEFAULT;ul.DEFAULT,ms.AUTO;ms.AUTO,ms.LIGHT;const xb={install(e,t={}){jb(t)}};typeof window<"u"&&(window.Vue3Toastify=xb);function jb(e={}){const t=Bb(Mb,e);Db(t)}const Hb={url:"https://echoscoop.com",port:null,defaults:{},routes:{"sanctum.csrf-cookie":{uri:"sanctum/csrf-cookie",methods:["GET","HEAD"]},"laravelpwa.manifest":{uri:"manifest.json",methods:["GET","HEAD"]},"laravelpwa.":{uri:"offline",methods:["GET","HEAD"]},"ignition.healthCheck":{uri:"_ignition/health-check",methods:["GET","HEAD"]},"ignition.executeSolution":{uri:"_ignition/execute-solution",methods:["POST"]},"ignition.updateConfig":{uri:"_ignition/update-config",methods:["POST"]},"feeds.main":{uri:"feeds/posts-feed",methods:["GET","HEAD"]},"front.home":{uri:"/",methods:["GET","HEAD"]},"front.terms":{uri:"terms",methods:["GET","HEAD"]},"front.privacy":{uri:"privacy",methods:["GET","HEAD"]},"front.disclaimer":{uri:"disclaimer",methods:["GET","HEAD"]},"front.all":{uri:"news",methods:["GET","HEAD"]},"front.post":{uri:"news/{slug}",methods:["GET","HEAD"]},"front.category":{uri:"{category_slug}",methods:["GET","HEAD"]}}};typeof window<"u"&&typeof window.Ziggy<"u"&&Object.assign(Hb.routes,window.Ziggy.routes);var $b=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},eo={exports:{}},hi,Ic;function fl(){if(Ic)return hi;Ic=1;var e=String.prototype.replace,t=/%20/g,n={RFC1738:"RFC1738",RFC3986:"RFC3986"};return hi={default:n.RFC3986,formatters:{RFC1738:function(r){return e.call(r,t,"+")},RFC3986:function(r){return String(r)}},RFC1738:n.RFC1738,RFC3986:n.RFC3986},hi}var mi,Fc;function Mf(){if(Fc)return mi;Fc=1;var e=fl(),t=Object.prototype.hasOwnProperty,n=Array.isArray,r=function(){for(var p=[],b=0;b<256;++b)p.push("%"+((b<16?"0":"")+b.toString(16)).toUpperCase());return p}(),s=function(b){for(;b.length>1;){var m=b.pop(),f=m.obj[m.prop];if(n(f)){for(var E=[],y=0;y=48&&_<=57||_>=65&&_<=90||_>=97&&_<=122||y===e.RFC1738&&(_===40||_===41)){O+=w.charAt(N);continue}if(_<128){O=O+r[_];continue}if(_<2048){O=O+(r[192|_>>6]+r[128|_&63]);continue}if(_<55296||_>=57344){O=O+(r[224|_>>12]+r[128|_>>6&63]+r[128|_&63]);continue}N+=1,_=65536+((_&1023)<<10|w.charCodeAt(N)&1023),O+=r[240|_>>18]+r[128|_>>12&63]+r[128|_>>6&63]+r[128|_&63]}return O},u=function(b){for(var m=[{obj:{o:b},prop:"o"}],f=[],E=0;E"u")return ne;var Se;if(m==="comma"&&s(L))Se=[{value:L.length>0?L.join(",")||null:void 0}];else if(s(w))Se=w;else{var Bt=Object.keys(L);Se=O?Bt.sort(O):Bt}for(var Ge=0;Ge"u"?u.allowDots:!!p.allowDots,charset:b,charsetSentinel:typeof p.charsetSentinel=="boolean"?p.charsetSentinel:u.charsetSentinel,delimiter:typeof p.delimiter>"u"?u.delimiter:p.delimiter,encode:typeof p.encode=="boolean"?p.encode:u.encode,encoder:typeof p.encoder=="function"?p.encoder:u.encoder,encodeValuesOnly:typeof p.encodeValuesOnly=="boolean"?p.encodeValuesOnly:u.encodeValuesOnly,filter:E,format:m,formatter:f,serializeDate:typeof p.serializeDate=="function"?p.serializeDate:u.serializeDate,skipNulls:typeof p.skipNulls=="boolean"?p.skipNulls:u.skipNulls,sort:typeof p.sort=="function"?p.sort:null,strictNullHandling:typeof p.strictNullHandling=="boolean"?p.strictNullHandling:u.strictNullHandling}};return gi=function(g,p){var b=g,m=h(p),f,E;typeof m.filter=="function"?(E=m.filter,b=E("",b)):s(m.filter)&&(E=m.filter,f=E);var y=[];if(typeof b!="object"||b===null)return"";var w;p&&p.arrayFormat in r?w=p.arrayFormat:p&&"indices"in p?w=p.indices?"indices":"repeat":w="indices";var O=r[w];f||(f=Object.keys(b)),m.sort&&f.sort(m.sort);for(var N=0;N0?A+T:""},gi}var yi,Mc;function Vb(){if(Mc)return yi;Mc=1;var e=Mf(),t=Object.prototype.hasOwnProperty,n=Array.isArray,r={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:e.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(v){return v.replace(/&#(\d+);/g,function(h,g){return String.fromCharCode(parseInt(g,10))})},i=function(v,h){return v&&typeof v=="string"&&h.comma&&v.indexOf(",")>-1?v.split(","):v},o="utf8=%26%2310003%3B",l="utf8=%E2%9C%93",c=function(h,g){var p={},b=g.ignoreQueryPrefix?h.replace(/^\?/,""):h,m=g.parameterLimit===1/0?void 0:g.parameterLimit,f=b.split(g.delimiter,m),E=-1,y,w=g.charset;if(g.charsetSentinel)for(y=0;y-1&&(A=n(A)?[A]:A),t.call(p,T)?p[T]=e.combine(p[T],A):p[T]=A}return p},a=function(v,h,g,p){for(var b=p?h:i(h,g),m=v.length-1;m>=0;--m){var f,E=v[m];if(E==="[]"&&g.parseArrays)f=[].concat(b);else{f=g.plainObjects?Object.create(null):{};var y=E.charAt(0)==="["&&E.charAt(E.length-1)==="]"?E.slice(1,-1):E,w=parseInt(y,10);!g.parseArrays&&y===""?f={0:b}:!isNaN(w)&&E!==y&&String(w)===y&&w>=0&&g.parseArrays&&w<=g.arrayLimit?(f=[],f[w]=b):y!=="__proto__"&&(f[y]=b)}b=f}return b},u=function(h,g,p,b){if(h){var m=p.allowDots?h.replace(/\.([^.[]+)/g,"[$1]"):h,f=/(\[[^[\]]*])/,E=/(\[[^[\]]*])/g,y=p.depth>0&&f.exec(m),w=y?m.slice(0,y.index):m,O=[];if(w){if(!p.plainObjects&&t.call(Object.prototype,w)&&!p.allowPrototypes)return;O.push(w)}for(var N=0;p.depth>0&&(y=E.exec(m))!==null&&N"u"?r.charset:h.charset;return{allowDots:typeof h.allowDots>"u"?r.allowDots:!!h.allowDots,allowPrototypes:typeof h.allowPrototypes=="boolean"?h.allowPrototypes:r.allowPrototypes,arrayLimit:typeof h.arrayLimit=="number"?h.arrayLimit:r.arrayLimit,charset:g,charsetSentinel:typeof h.charsetSentinel=="boolean"?h.charsetSentinel:r.charsetSentinel,comma:typeof h.comma=="boolean"?h.comma:r.comma,decoder:typeof h.decoder=="function"?h.decoder:r.decoder,delimiter:typeof h.delimiter=="string"||e.isRegExp(h.delimiter)?h.delimiter:r.delimiter,depth:typeof h.depth=="number"||h.depth===!1?+h.depth:r.depth,ignoreQueryPrefix:h.ignoreQueryPrefix===!0,interpretNumericEntities:typeof h.interpretNumericEntities=="boolean"?h.interpretNumericEntities:r.interpretNumericEntities,parameterLimit:typeof h.parameterLimit=="number"?h.parameterLimit:r.parameterLimit,parseArrays:h.parseArrays!==!1,plainObjects:typeof h.plainObjects=="boolean"?h.plainObjects:r.plainObjects,strictNullHandling:typeof h.strictNullHandling=="boolean"?h.strictNullHandling:r.strictNullHandling}};return yi=function(v,h){var g=d(h);if(v===""||v===null||typeof v>"u")return g.plainObjects?Object.create(null):{};for(var p=typeof v=="string"?c(v,g):v,b=g.plainObjects?Object.create(null):{},m=Object.keys(p),f=0;f"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}()?Reflect.construct.bind():function(b,m,f){var E=[null];E.push.apply(E,m);var y=new(Function.bind.apply(b,E));return f&&c(y,f.prototype),y},a.apply(null,arguments)}function u(h){var g=typeof Map=="function"?new Map:void 0;return u=function(p){if(p===null||Function.toString.call(p).indexOf("[native code]")===-1)return p;if(typeof p!="function")throw new TypeError("Super expression must either be null or a function");if(g!==void 0){if(g.has(p))return g.get(p);g.set(p,b)}function b(){return a(p,arguments,l(this).constructor)}return b.prototype=Object.create(p.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),c(b,p)},u(h)}var d=function(){function h(p,b,m){var f,E;this.name=p,this.definition=b,this.bindings=(f=b.bindings)!=null?f:{},this.wheres=(E=b.wheres)!=null?E:{},this.config=m}var g=h.prototype;return g.matchesUrl=function(p){var b=this;if(!this.definition.methods.includes("GET"))return!1;var m=this.template.replace(/(\/?){([^}?]*)(\??)}/g,function(N,_,T,A){var P,I="(?<"+T+">"+(((P=b.wheres[T])==null?void 0:P.replace(/(^\^)|(\$$)/g,""))||"[^/?]+")+")";return A?"("+_+I+")?":""+_+I}).replace(/^\w+:\/\//,""),f=p.replace(/^\w+:\/\//,"").split("?"),E=f[0],y=f[1],w=new RegExp("^"+m+"/?$").exec(E);if(w){for(var O in w.groups)w.groups[O]=typeof w.groups[O]=="string"?decodeURIComponent(w.groups[O]):w.groups[O];return{params:w.groups,query:r.parse(y)}}return!1},g.compile=function(p){var b=this,m=this.parameterSegments;return m.length?this.template.replace(/{([^}?]+)(\??)}/g,function(f,E,y){var w;if(!y&&[null,void 0].includes(p[E]))throw new Error("Ziggy error: '"+E+"' parameter is required for route '"+b.name+"'.");if(b.wheres[E]){var O,N;if(!new RegExp("^"+(y?"("+b.wheres[E]+")?":b.wheres[E])+"$").test((O=p[E])!=null?O:""))throw new Error("Ziggy error: '"+E+"' parameter does not match required format '"+b.wheres[E]+"' for route '"+b.name+"'.");if(m[m.length-1].name===E)return encodeURIComponent((N=p[E])!=null?N:"").replace(/%2F/g,"/")}return encodeURIComponent((w=p[E])!=null?w:"")}).replace(this.origin+"//",this.origin+"/").replace(/\/+$/,""):this.template},i(h,[{key:"template",get:function(){return(this.origin+"/"+this.definition.uri).replace(/\/+$/,"")}},{key:"origin",get:function(){return this.config.absolute?this.definition.domain?""+this.config.url.match(/^\w+:\/\//)[0]+this.definition.domain+(this.config.port?":"+this.config.port:""):this.config.url:""}},{key:"parameterSegments",get:function(){var p,b;return(p=(b=this.template.match(/{[^}?]+\??}/g))==null?void 0:b.map(function(m){return{name:m.replace(/{|\??}/g,""),required:!/\?}$/.test(m)}}))!=null?p:[]}}]),h}(),v=function(h){var g,p;function b(f,E,y,w){var O;if(y===void 0&&(y=!0),(O=h.call(this)||this).t=w??(typeof Ziggy<"u"?Ziggy:globalThis==null?void 0:globalThis.Ziggy),O.t=o({},O.t,{absolute:y}),f){if(!O.t.routes[f])throw new Error("Ziggy error: route '"+f+"' is not in the route list.");O.i=new d(f,O.t.routes[f],O.t),O.u=O.o(E)}return O}p=h,(g=b).prototype=Object.create(p.prototype),g.prototype.constructor=g,c(g,p);var m=b.prototype;return m.toString=function(){var f=this,E=Object.keys(this.u).filter(function(y){return!f.i.parameterSegments.some(function(w){return w.name===y})}).filter(function(y){return y!=="_query"}).reduce(function(y,w){var O;return o({},y,((O={})[w]=f.u[w],O))},{});return this.i.compile(this.u)+r.stringify(o({},E,this.u._query),{addQueryPrefix:!0,arrayFormat:"indices",encodeValuesOnly:!0,skipNulls:!0,encoder:function(y,w){return typeof y=="boolean"?Number(y):w(y)}})},m.l=function(f){var E=this;f?this.t.absolute&&f.startsWith("/")&&(f=this.h().host+f):f=this.v();var y={},w=Object.entries(this.t.routes).find(function(O){return y=new d(O[0],O[1],E.t).matchesUrl(f)})||[void 0,void 0];return o({name:w[0]},y,{route:w[1]})},m.v=function(){var f=this.h(),E=f.pathname,y=f.search;return(this.t.absolute?f.host+E:E.replace(this.t.url.replace(/^\w*:\/\/[^/]+/,""),"").replace(/^\/+/,"/"))+y},m.current=function(f,E){var y=this.l(),w=y.name,O=y.params,N=y.query,_=y.route;if(!f)return w;var T=new RegExp("^"+f.replace(/\./g,"\\.").replace(/\*/g,".*")+"$").test(w);if([null,void 0].includes(E)||!T)return T;var A=new d(w,_,this.t);E=this.o(E,A);var P=o({},O,N);return!(!Object.values(E).every(function(I){return!I})||Object.values(P).some(function(I){return I!==void 0}))||Object.entries(E).every(function(I){return P[I[0]]==I[1]})},m.h=function(){var f,E,y,w,O,N,_=typeof window<"u"?window.location:{},T=_.host,A=_.pathname,P=_.search;return{host:(f=(E=this.t.location)==null?void 0:E.host)!=null?f:T===void 0?"":T,pathname:(y=(w=this.t.location)==null?void 0:w.pathname)!=null?y:A===void 0?"":A,search:(O=(N=this.t.location)==null?void 0:N.search)!=null?O:P===void 0?"":P}},m.has=function(f){return Object.keys(this.t.routes).includes(f)},m.o=function(f,E){var y=this;f===void 0&&(f={}),E===void 0&&(E=this.i),f!=null||(f={}),f=["string","number"].includes(typeof f)?[f]:f;var w=E.parameterSegments.filter(function(N){return!y.t.defaults[N.name]});if(Array.isArray(f))f=f.reduce(function(N,_,T){var A,P;return o({},N,w[T]?((A={})[w[T].name]=_,A):typeof _=="object"?_:((P={})[_]="",P))},{});else if(w.length===1&&!f[w[0].name]&&(f.hasOwnProperty(Object.values(E.bindings)[0])||f.hasOwnProperty("id"))){var O;(O={})[w[0].name]=f,f=O}return o({},this.p(E),this.g(f,E))},m.p=function(f){var E=this;return f.parameterSegments.filter(function(y){return E.t.defaults[y.name]}).reduce(function(y,w,O){var N,_=w.name;return o({},y,((N={})[_]=E.t.defaults[_],N))},{})},m.g=function(f,E){var y=E.bindings,w=E.parameterSegments;return Object.entries(f).reduce(function(O,N){var _,T,A=N[0],P=N[1];if(!P||typeof P!="object"||Array.isArray(P)||!w.some(function(I){return I.name===A}))return o({},O,((T={})[A]=P,T));if(!P.hasOwnProperty(y[A])){if(!P.hasOwnProperty("id"))throw new Error("Ziggy error: object passed as '"+A+"' parameter is missing route model binding key '"+y[A]+"'.");y[A]="id"}return o({},O,((_={})[A]=P[y[A]],_))},{})},m.valueOf=function(){return this.toString()},m.check=function(f){return this.has(f)},i(b,[{key:"params",get:function(){var f=this.l();return o({},f.params,f.query)}}]),b}(u(String));n.ZiggyVue={install:function(h,g){var p=function(b,m,f,E){return E===void 0&&(E=g),function(y,w,O,N){var _=new v(y,w,O,N);return y?_.toString():_}(b,m,f,E)};h.mixin({methods:{route:p}}),parseInt(h.version)>2&&h.provide("route",p)}}})})(eo,eo.exports);var Gb=eo.exports;export{Hb as Z,Kb as _,am as a,Wb as b,ah as c,Xe as d,zb as e,Jb as f,xb as g,bp as h,Ms as o,di as p,Gb as v}; diff --git a/public/build/assets/vue-8a418f6a.js.gz b/public/build/assets/vue-8b92bff6.js.gz similarity index 90% rename from public/build/assets/vue-8a418f6a.js.gz rename to public/build/assets/vue-8b92bff6.js.gz index 917578e..92e49cc 100644 Binary files a/public/build/assets/vue-8a418f6a.js.gz and b/public/build/assets/vue-8b92bff6.js.gz differ diff --git a/public/build/manifest.json b/public/build/manifest.json index ff79d2c..9e445f3 100644 --- a/public/build/manifest.json +++ b/public/build/manifest.json @@ -1,9 +1,9 @@ { - "_vue-8a418f6a.js": { + "_vue-8b92bff6.js": { "css": [ "assets/vue-935fc652.css" ], - "file": "assets/vue-8a418f6a.js" + "file": "assets/vue-8b92bff6.js" }, "node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff": { "file": "assets/bootstrap-icons-4d4572ef.woff", @@ -50,17 +50,17 @@ "src": "resources/fonts/Inter/Inter-Thin.ttf" }, "resources/js/app-auth.js": { - "file": "assets/app-auth-c0ceb740.js", + "file": "assets/app-auth-4b2e1a84.js", "imports": [ - "_vue-8a418f6a.js" + "_vue-8b92bff6.js" ], "isEntry": true, "src": "resources/js/app-auth.js" }, "resources/js/app-front.js": { - "file": "assets/app-front-d35e891f.js", + "file": "assets/app-front-83914abf.js", "imports": [ - "_vue-8a418f6a.js" + "_vue-8b92bff6.js" ], "isEntry": true, "src": "resources/js/app-front.js" diff --git a/public/build/manifest.json.gz b/public/build/manifest.json.gz index dd27088..fdb5fb7 100644 Binary files a/public/build/manifest.json.gz and b/public/build/manifest.json.gz differ diff --git a/public/echoscoop-logo-512x512.png b/public/echoscoop-logo-512x512.png new file mode 100644 index 0000000..631129a Binary files /dev/null and b/public/echoscoop-logo-512x512.png differ diff --git a/public/echoscoop-logo-512x512.svg b/public/echoscoop-logo-512x512.svg new file mode 100644 index 0000000..fc13019 --- /dev/null +++ b/public/echoscoop-logo-512x512.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/echoscoop-logo-800x800.svg b/public/echoscoop-logo-800x800.svg new file mode 100644 index 0000000..a17aaa3 --- /dev/null +++ b/public/echoscoop-logo-800x800.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/public/images/icons/icon-128x128.png b/public/images/icons/icon-128x128.png new file mode 100644 index 0000000..cf4f4aa Binary files /dev/null and b/public/images/icons/icon-128x128.png differ diff --git a/public/images/icons/icon-144x144.png b/public/images/icons/icon-144x144.png new file mode 100644 index 0000000..ce871ea Binary files /dev/null and b/public/images/icons/icon-144x144.png differ diff --git a/public/images/icons/icon-152x152.png b/public/images/icons/icon-152x152.png new file mode 100644 index 0000000..fcae506 Binary files /dev/null and b/public/images/icons/icon-152x152.png differ diff --git a/public/images/icons/icon-192x192.png b/public/images/icons/icon-192x192.png new file mode 100644 index 0000000..536a8d2 Binary files /dev/null and b/public/images/icons/icon-192x192.png differ diff --git a/public/images/icons/icon-384x384.png b/public/images/icons/icon-384x384.png new file mode 100644 index 0000000..4573d9d Binary files /dev/null and b/public/images/icons/icon-384x384.png differ diff --git a/public/images/icons/icon-512x512.png b/public/images/icons/icon-512x512.png new file mode 100644 index 0000000..5e6748e Binary files /dev/null and b/public/images/icons/icon-512x512.png differ diff --git a/public/images/icons/icon-72x72.png b/public/images/icons/icon-72x72.png new file mode 100644 index 0000000..8d40cd5 Binary files /dev/null and b/public/images/icons/icon-72x72.png differ diff --git a/public/images/icons/icon-96x96.png b/public/images/icons/icon-96x96.png new file mode 100644 index 0000000..0db2f3f Binary files /dev/null and b/public/images/icons/icon-96x96.png differ diff --git a/public/images/icons/splash-1125x2436.png b/public/images/icons/splash-1125x2436.png new file mode 100644 index 0000000..05b019a Binary files /dev/null and b/public/images/icons/splash-1125x2436.png differ diff --git a/public/images/icons/splash-1242x2208.png b/public/images/icons/splash-1242x2208.png new file mode 100644 index 0000000..127202e Binary files /dev/null and b/public/images/icons/splash-1242x2208.png differ diff --git a/public/images/icons/splash-1242x2688.png b/public/images/icons/splash-1242x2688.png new file mode 100644 index 0000000..dec52b6 Binary files /dev/null and b/public/images/icons/splash-1242x2688.png differ diff --git a/public/images/icons/splash-1536x2048.png b/public/images/icons/splash-1536x2048.png new file mode 100644 index 0000000..2008c75 Binary files /dev/null and b/public/images/icons/splash-1536x2048.png differ diff --git a/public/images/icons/splash-1668x2224.png b/public/images/icons/splash-1668x2224.png new file mode 100644 index 0000000..7fac072 Binary files /dev/null and b/public/images/icons/splash-1668x2224.png differ diff --git a/public/images/icons/splash-1668x2388.png b/public/images/icons/splash-1668x2388.png new file mode 100644 index 0000000..f39d2ce Binary files /dev/null and b/public/images/icons/splash-1668x2388.png differ diff --git a/public/images/icons/splash-2048x2732.png b/public/images/icons/splash-2048x2732.png new file mode 100644 index 0000000..0fc4578 Binary files /dev/null and b/public/images/icons/splash-2048x2732.png differ diff --git a/public/images/icons/splash-640x1136.png b/public/images/icons/splash-640x1136.png new file mode 100644 index 0000000..73a34ad Binary files /dev/null and b/public/images/icons/splash-640x1136.png differ diff --git a/public/images/icons/splash-750x1334.png b/public/images/icons/splash-750x1334.png new file mode 100644 index 0000000..a38e09d Binary files /dev/null and b/public/images/icons/splash-750x1334.png differ diff --git a/public/images/icons/splash-828x1792.png b/public/images/icons/splash-828x1792.png new file mode 100644 index 0000000..f6de06c Binary files /dev/null and b/public/images/icons/splash-828x1792.png differ diff --git a/public/pwa/apple-icon-180.png b/public/pwa/apple-icon-180.png new file mode 100644 index 0000000..a2347bd Binary files /dev/null and b/public/pwa/apple-icon-180.png differ diff --git a/public/pwa/apple-splash-1125-2436.png b/public/pwa/apple-splash-1125-2436.png new file mode 100644 index 0000000..b7ed4e0 Binary files /dev/null and b/public/pwa/apple-splash-1125-2436.png differ diff --git a/public/pwa/apple-splash-1136-640.png b/public/pwa/apple-splash-1136-640.png new file mode 100644 index 0000000..b6fc5df Binary files /dev/null and b/public/pwa/apple-splash-1136-640.png differ diff --git a/public/pwa/apple-splash-1170-2532.png b/public/pwa/apple-splash-1170-2532.png new file mode 100644 index 0000000..4e097f1 Binary files /dev/null and b/public/pwa/apple-splash-1170-2532.png differ diff --git a/public/pwa/apple-splash-1179-2556.png b/public/pwa/apple-splash-1179-2556.png new file mode 100644 index 0000000..4095da1 Binary files /dev/null and b/public/pwa/apple-splash-1179-2556.png differ diff --git a/public/pwa/apple-splash-1242-2208.png b/public/pwa/apple-splash-1242-2208.png new file mode 100644 index 0000000..ef4523f Binary files /dev/null and b/public/pwa/apple-splash-1242-2208.png differ diff --git a/public/pwa/apple-splash-1242-2688.png b/public/pwa/apple-splash-1242-2688.png new file mode 100644 index 0000000..384205e Binary files /dev/null and b/public/pwa/apple-splash-1242-2688.png differ diff --git a/public/pwa/apple-splash-1284-2778.png b/public/pwa/apple-splash-1284-2778.png new file mode 100644 index 0000000..1ef3ff7 Binary files /dev/null and b/public/pwa/apple-splash-1284-2778.png differ diff --git a/public/pwa/apple-splash-1290-2796.png b/public/pwa/apple-splash-1290-2796.png new file mode 100644 index 0000000..86fa9b8 Binary files /dev/null and b/public/pwa/apple-splash-1290-2796.png differ diff --git a/public/pwa/apple-splash-1334-750.png b/public/pwa/apple-splash-1334-750.png new file mode 100644 index 0000000..6b5e350 Binary files /dev/null and b/public/pwa/apple-splash-1334-750.png differ diff --git a/public/pwa/apple-splash-1536-2048.png b/public/pwa/apple-splash-1536-2048.png new file mode 100644 index 0000000..d83fcdc Binary files /dev/null and b/public/pwa/apple-splash-1536-2048.png differ diff --git a/public/pwa/apple-splash-1620-2160.png b/public/pwa/apple-splash-1620-2160.png new file mode 100644 index 0000000..2c0b080 Binary files /dev/null and b/public/pwa/apple-splash-1620-2160.png differ diff --git a/public/pwa/apple-splash-1668-2224.png b/public/pwa/apple-splash-1668-2224.png new file mode 100644 index 0000000..5fa78e5 Binary files /dev/null and b/public/pwa/apple-splash-1668-2224.png differ diff --git a/public/pwa/apple-splash-1668-2388.png b/public/pwa/apple-splash-1668-2388.png new file mode 100644 index 0000000..7f2bd33 Binary files /dev/null and b/public/pwa/apple-splash-1668-2388.png differ diff --git a/public/pwa/apple-splash-1792-828.png b/public/pwa/apple-splash-1792-828.png new file mode 100644 index 0000000..a92d3cc Binary files /dev/null and b/public/pwa/apple-splash-1792-828.png differ diff --git a/public/pwa/apple-splash-2048-1536.png b/public/pwa/apple-splash-2048-1536.png new file mode 100644 index 0000000..fedbafa Binary files /dev/null and b/public/pwa/apple-splash-2048-1536.png differ diff --git a/public/pwa/apple-splash-2048-2732.png b/public/pwa/apple-splash-2048-2732.png new file mode 100644 index 0000000..2922f7e Binary files /dev/null and b/public/pwa/apple-splash-2048-2732.png differ diff --git a/public/pwa/apple-splash-2160-1620.png b/public/pwa/apple-splash-2160-1620.png new file mode 100644 index 0000000..d5c2535 Binary files /dev/null and b/public/pwa/apple-splash-2160-1620.png differ diff --git a/public/pwa/apple-splash-2208-1242.png b/public/pwa/apple-splash-2208-1242.png new file mode 100644 index 0000000..cc73e20 Binary files /dev/null and b/public/pwa/apple-splash-2208-1242.png differ diff --git a/public/pwa/apple-splash-2224-1668.png b/public/pwa/apple-splash-2224-1668.png new file mode 100644 index 0000000..2bcf614 Binary files /dev/null and b/public/pwa/apple-splash-2224-1668.png differ diff --git a/public/pwa/apple-splash-2388-1668.png b/public/pwa/apple-splash-2388-1668.png new file mode 100644 index 0000000..9647c19 Binary files /dev/null and b/public/pwa/apple-splash-2388-1668.png differ diff --git a/public/pwa/apple-splash-2436-1125.png b/public/pwa/apple-splash-2436-1125.png new file mode 100644 index 0000000..c8196b0 Binary files /dev/null and b/public/pwa/apple-splash-2436-1125.png differ diff --git a/public/pwa/apple-splash-2532-1170.png b/public/pwa/apple-splash-2532-1170.png new file mode 100644 index 0000000..88b0cf6 Binary files /dev/null and b/public/pwa/apple-splash-2532-1170.png differ diff --git a/public/pwa/apple-splash-2556-1179.png b/public/pwa/apple-splash-2556-1179.png new file mode 100644 index 0000000..0d2443b Binary files /dev/null and b/public/pwa/apple-splash-2556-1179.png differ diff --git a/public/pwa/apple-splash-2688-1242.png b/public/pwa/apple-splash-2688-1242.png new file mode 100644 index 0000000..505506c Binary files /dev/null and b/public/pwa/apple-splash-2688-1242.png differ diff --git a/public/pwa/apple-splash-2732-2048.png b/public/pwa/apple-splash-2732-2048.png new file mode 100644 index 0000000..d65da61 Binary files /dev/null and b/public/pwa/apple-splash-2732-2048.png differ diff --git a/public/pwa/apple-splash-2778-1284.png b/public/pwa/apple-splash-2778-1284.png new file mode 100644 index 0000000..0dfc6d6 Binary files /dev/null and b/public/pwa/apple-splash-2778-1284.png differ diff --git a/public/pwa/apple-splash-2796-1290.png b/public/pwa/apple-splash-2796-1290.png new file mode 100644 index 0000000..4a33975 Binary files /dev/null and b/public/pwa/apple-splash-2796-1290.png differ diff --git a/public/pwa/apple-splash-640-1136.png b/public/pwa/apple-splash-640-1136.png new file mode 100644 index 0000000..758024c Binary files /dev/null and b/public/pwa/apple-splash-640-1136.png differ diff --git a/public/pwa/apple-splash-750-1334.png b/public/pwa/apple-splash-750-1334.png new file mode 100644 index 0000000..c33ec7d Binary files /dev/null and b/public/pwa/apple-splash-750-1334.png differ diff --git a/public/pwa/apple-splash-828-1792.png b/public/pwa/apple-splash-828-1792.png new file mode 100644 index 0000000..99f4104 Binary files /dev/null and b/public/pwa/apple-splash-828-1792.png differ diff --git a/public/pwa/favicon-196.png b/public/pwa/favicon-196.png new file mode 100644 index 0000000..2293ff1 Binary files /dev/null and b/public/pwa/favicon-196.png differ diff --git a/public/pwa/icon-128x128.png b/public/pwa/icon-128x128.png new file mode 100644 index 0000000..79ad5bf Binary files /dev/null and b/public/pwa/icon-128x128.png differ diff --git a/public/pwa/icon-144x144.png b/public/pwa/icon-144x144.png new file mode 100644 index 0000000..256518b Binary files /dev/null and b/public/pwa/icon-144x144.png differ diff --git a/public/pwa/icon-152x152.png b/public/pwa/icon-152x152.png new file mode 100644 index 0000000..c66eb54 Binary files /dev/null and b/public/pwa/icon-152x152.png differ diff --git a/public/pwa/icon-192x192.png b/public/pwa/icon-192x192.png new file mode 100644 index 0000000..08a5764 Binary files /dev/null and b/public/pwa/icon-192x192.png differ diff --git a/public/pwa/icon-384x384.png b/public/pwa/icon-384x384.png new file mode 100644 index 0000000..9458ae2 Binary files /dev/null and b/public/pwa/icon-384x384.png differ diff --git a/public/pwa/icon-48x48.png b/public/pwa/icon-48x48.png new file mode 100644 index 0000000..708ab52 Binary files /dev/null and b/public/pwa/icon-48x48.png differ diff --git a/public/pwa/icon-512x512.png b/public/pwa/icon-512x512.png new file mode 100644 index 0000000..6fdd7b2 Binary files /dev/null and b/public/pwa/icon-512x512.png differ diff --git a/public/pwa/icon-72x72.png b/public/pwa/icon-72x72.png new file mode 100644 index 0000000..772128e Binary files /dev/null and b/public/pwa/icon-72x72.png differ diff --git a/public/pwa/icon-96x96.png b/public/pwa/icon-96x96.png new file mode 100644 index 0000000..5db0873 Binary files /dev/null and b/public/pwa/icon-96x96.png differ diff --git a/public/pwa/manifest-icon-192.maskable.png b/public/pwa/manifest-icon-192.maskable.png new file mode 100644 index 0000000..6dd12e8 Binary files /dev/null and b/public/pwa/manifest-icon-192.maskable.png differ diff --git a/public/pwa/manifest-icon-192.png b/public/pwa/manifest-icon-192.png new file mode 100644 index 0000000..2c32f47 Binary files /dev/null and b/public/pwa/manifest-icon-192.png differ diff --git a/public/pwa/manifest-icon-512.maskable.png b/public/pwa/manifest-icon-512.maskable.png new file mode 100644 index 0000000..5f32d73 Binary files /dev/null and b/public/pwa/manifest-icon-512.maskable.png differ diff --git a/public/pwa/manifest-icon-512.png b/public/pwa/manifest-icon-512.png new file mode 100644 index 0000000..e90fdfb Binary files /dev/null and b/public/pwa/manifest-icon-512.png differ diff --git a/public/serviceworker.js b/public/serviceworker.js new file mode 100644 index 0000000..be95306 --- /dev/null +++ b/public/serviceworker.js @@ -0,0 +1,67 @@ +var staticCacheName = "pwa-v" + new Date().getTime(); +var filesToCache = [ + // ... (your other initial paths) + "/images/icons/icon-72x72.png", + "/images/icons/icon-96x96.png", + "/images/icons/icon-128x128.png", + "/images/icons/icon-144x144.png", + "/images/icons/icon-152x152.png", + "/images/icons/icon-192x192.png", + "/images/icons/icon-384x384.png", + "/images/icons/icon-512x512.png", +]; + +self.addEventListener("install", (event) => { + this.skipWaiting(); + event.waitUntil( + fetch("/manifest.json") + .then((response) => { + if (!response.ok) { + throw new Error("Failed to fetch manifest"); + } + return response.json(); + }) + .then((manifest) => { + for (let key in manifest) { + if (manifest[key].hasOwnProperty("file")) { + filesToCache.push("/build/" + manifest[key].file); // Prefixing with "/build/" + } + } + + return caches.open(staticCacheName).then((cache) => { + return cache.addAll(filesToCache); + }); + }) + .catch((error) => { + console.error("Error while caching files from manifest:", error); + }), + ); +}); + +// Clear cache on activate +self.addEventListener("activate", (event) => { + event.waitUntil( + caches.keys().then((cacheNames) => { + return Promise.all( + cacheNames + .filter((cacheName) => cacheName.startsWith("pwa-")) + .filter((cacheName) => cacheName !== staticCacheName) + .map((cacheName) => caches.delete(cacheName)), + ); + }), + ); +}); + +// Serve from Cache +self.addEventListener("fetch", (event) => { + event.respondWith( + caches + .match(event.request) + .then((response) => { + return response || fetch(event.request); + }) + .catch(() => { + return caches.match("offline"); + }), + ); +}); diff --git a/resources/js/ziggy.js b/resources/js/ziggy.js index 866379e..7b22b4a 100644 --- a/resources/js/ziggy.js +++ b/resources/js/ziggy.js @@ -1,4 +1,4 @@ -const Ziggy = {"url":"https:\/\/echoscoop.com","port":null,"defaults":{},"routes":{"sanctum.csrf-cookie":{"uri":"sanctum\/csrf-cookie","methods":["GET","HEAD"]},"ignition.healthCheck":{"uri":"_ignition\/health-check","methods":["GET","HEAD"]},"ignition.executeSolution":{"uri":"_ignition\/execute-solution","methods":["POST"]},"ignition.updateConfig":{"uri":"_ignition\/update-config","methods":["POST"]},"feeds.main":{"uri":"feeds\/posts-feed","methods":["GET","HEAD"]},"front.home":{"uri":"\/","methods":["GET","HEAD"]},"front.terms":{"uri":"terms","methods":["GET","HEAD"]},"front.privacy":{"uri":"privacy","methods":["GET","HEAD"]},"front.disclaimer":{"uri":"disclaimer","methods":["GET","HEAD"]},"front.all":{"uri":"news","methods":["GET","HEAD"]},"front.post":{"uri":"news\/{slug}","methods":["GET","HEAD"]},"front.category":{"uri":"{category_slug}","methods":["GET","HEAD"]}}}; +const Ziggy = {"url":"https:\/\/echoscoop.com","port":null,"defaults":{},"routes":{"sanctum.csrf-cookie":{"uri":"sanctum\/csrf-cookie","methods":["GET","HEAD"]},"laravelpwa.manifest":{"uri":"manifest.json","methods":["GET","HEAD"]},"laravelpwa.":{"uri":"offline","methods":["GET","HEAD"]},"ignition.healthCheck":{"uri":"_ignition\/health-check","methods":["GET","HEAD"]},"ignition.executeSolution":{"uri":"_ignition\/execute-solution","methods":["POST"]},"ignition.updateConfig":{"uri":"_ignition\/update-config","methods":["POST"]},"feeds.main":{"uri":"feeds\/posts-feed","methods":["GET","HEAD"]},"front.home":{"uri":"\/","methods":["GET","HEAD"]},"front.terms":{"uri":"terms","methods":["GET","HEAD"]},"front.privacy":{"uri":"privacy","methods":["GET","HEAD"]},"front.disclaimer":{"uri":"disclaimer","methods":["GET","HEAD"]},"front.all":{"uri":"news","methods":["GET","HEAD"]},"front.post":{"uri":"news\/{slug}","methods":["GET","HEAD"]},"front.category":{"uri":"{category_slug}","methods":["GET","HEAD"]}}}; if (typeof window !== 'undefined' && typeof window.Ziggy !== 'undefined') { Object.assign(Ziggy.routes, window.Ziggy.routes); diff --git a/resources/views/front/layouts/partials/head.blade.php b/resources/views/front/layouts/partials/head.blade.php index ef0e9b8..2b75f4d 100644 --- a/resources/views/front/layouts/partials/head.blade.php +++ b/resources/views/front/layouts/partials/head.blade.php @@ -12,11 +12,6 @@ @include('feed::links') - - - - - @vite(['resources/sass/app-front.scss', 'resources/js/app-front.js']) - {{-- @laravelPWA --}} + @laravelPWA @include('googletagmanager::head') diff --git a/resources/views/front/welcome.blade.php b/resources/views/front/welcome.blade.php index e2de50d..fd040d5 100644 --- a/resources/views/front/welcome.blade.php +++ b/resources/views/front/welcome.blade.php @@ -1,30 +1,30 @@ @extends('front.layouts.app') @section('content')
- @if(!is_null($featured_post)) -
-
-

{{ $featured_post->title }}

-

{{ $featured_post->excerpt }}

-

Continue reading...

+ @if (!is_null($featured_post)) +
+
+

{{ $featured_post->title }}

+

{{ $featured_post->excerpt }}

+

Continue reading...

+
-
@endif
- @if($latest_posts->count() > 0) - @foreach ($latest_posts as $post) - @include('front.partials.post_detail', ['post' => $post]) - @endforeach + @if ($latest_posts->count() > 0) + @foreach ($latest_posts as $post) + @include('front.partials.post_detail', ['post' => $post]) + @endforeach - + @else
No posts found yet.
diff --git a/resources/views/vendor/laravelpwa/meta.blade.php b/resources/views/vendor/laravelpwa/meta.blade.php new file mode 100644 index 0000000..4249442 --- /dev/null +++ b/resources/views/vendor/laravelpwa/meta.blade.php @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/views/vendor/laravelpwa/offline.blade.php b/resources/views/vendor/laravelpwa/offline.blade.php new file mode 100644 index 0000000..d0ab2e9 --- /dev/null +++ b/resources/views/vendor/laravelpwa/offline.blade.php @@ -0,0 +1,5 @@ +@extends('layouts.app') + +@section('content') +

You are currently not connected to any networks.

+@endsection